Blog2Social: Social Media Auto Post & Scheduler - Version 5.9.0

Version Description

Usability Optimization & Gif support

Download this release

Release Info

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

Code changes from version 5.8.1 to 5.9.0

assets/css/b2s/calendar.css CHANGED
@@ -86,7 +86,7 @@ body .fc-time{
86
  line-height: 1.428571429;
87
  border-radius: 15px;
88
  }
89
- .fb-url-image, .xing-url-image, .linkedin-url-image, .tw-url-image, .b2s-image-border {
90
  margin-right: 10px;
91
  margin-bottom: 20px;
92
  border: 1px dashed #bdbfc2;
@@ -96,7 +96,7 @@ body .fc-time{
96
  textarea.form-control {
97
  height: auto;
98
  }
99
- .fb-textarea-input, .tw-textarea-input, .xing-textarea-input, .linkedin-textarea-input {
100
  font-size: 14px;
101
  font-weight: normal;
102
  line-height: 1.125;
@@ -138,7 +138,7 @@ textarea.form-control {
138
  .b2s-image-item-thumb {
139
  height: 150px;
140
  }
141
- .b2s-image-change-all-network,.b2s-upload-image-free-version,.b2s-image-change-this-network{
142
  margin-right: 5px !important;
143
  }
144
  .b2s-image-remove-btn {
@@ -160,9 +160,6 @@ textarea.form-control {
160
  text-decoration: none !important;
161
  cursor: default !important;
162
  }
163
- .b2s-post-item .label-success{
164
- display: none;
165
- }
166
  body .fc-day-grid-event .fc-content{
167
  white-space: normal;
168
  }
@@ -307,3 +304,22 @@ body .fc-day-grid-event .fc-content{
307
  margin-right: auto;
308
  max-height: 100%;
309
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
86
  line-height: 1.428571429;
87
  border-radius: 15px;
88
  }
89
+ .fb-url-image, .xing-url-image, .linkedin-url-image, .tw-url-image, .reddit-url-image, .b2s-image-border {
90
  margin-right: 10px;
91
  margin-bottom: 20px;
92
  border: 1px dashed #bdbfc2;
96
  textarea.form-control {
97
  height: auto;
98
  }
99
+ .fb-textarea-input, .tw-textarea-input, .xing-textarea-input, .reddit-textarea-input, .linkedin-textarea-input {
100
  font-size: 14px;
101
  font-weight: normal;
102
  line-height: 1.125;
138
  .b2s-image-item-thumb {
139
  height: 150px;
140
  }
141
+ .b2s-image-change-all-network,.b2s-upload-image-free-version,.b2s-image-change-this-network, .b2s-image-change-meta-network{
142
  margin-right: 5px !important;
143
  }
144
  .b2s-image-remove-btn {
160
  text-decoration: none !important;
161
  cursor: default !important;
162
  }
 
 
 
163
  body .fc-day-grid-event .fc-content{
164
  white-space: normal;
165
  }
304
  margin-right: auto;
305
  max-height: 100%;
306
  }
307
+
308
+ .b2s-post-item-details-item-group-select {
309
+ max-width: 100% !important;
310
+ }
311
+
312
+ .glyphicon-refresh-animate {
313
+ -animation: spin .7s infinite linear;
314
+ -webkit-animation: spin2 .7s infinite linear;
315
+ }
316
+
317
+ @-webkit-keyframes spin2 {
318
+ from { -webkit-transform: rotate(0deg);}
319
+ to { -webkit-transform: rotate(360deg);}
320
+ }
321
+
322
+ @keyframes spin {
323
+ from { transform: scale(1) rotate(0deg);}
324
+ to { transform: scale(1) rotate(360deg);}
325
+ }
assets/css/b2s/network.css CHANGED
@@ -611,4 +611,12 @@ ul.b2s-network-item-auth-list li:last-child{
611
  margin-bottom: 0;
612
  text-align: right;
613
  font-weight: bold;
 
 
 
 
 
 
 
 
614
  }
611
  margin-bottom: 0;
612
  text-align: right;
613
  font-weight: bold;
614
+ }
615
+
616
+ #b2s-auth-network-6-location, #b2s-auth-network-6-board {
617
+ max-width: 100% !important;
618
+ }
619
+
620
+ .b2s-edit-template-title {
621
+ display: inline;
622
  }
assets/css/b2s/post.sched.css CHANGED
@@ -160,7 +160,7 @@
160
  line-height: 1.428571429;
161
  border-radius: 15px;
162
  }
163
- .fb-url-image, .xing-url-image, .linkedin-url-image, .tw-url-image, .b2s-image-border {
164
  margin-right: 10px;
165
  margin-bottom: 20px;
166
  border: 1px dashed #bdbfc2;
@@ -170,7 +170,7 @@
170
  textarea.form-control {
171
  height: auto;
172
  }
173
- .fb-textarea-input, .tw-textarea-input, .xing-textarea-input, .linkedin-textarea-input {
174
  font-size: 14px;
175
  font-weight: normal;
176
  line-height: 1.125;
@@ -212,7 +212,7 @@ textarea.form-control {
212
  .b2s-image-item-thumb {
213
  height: 150px;
214
  }
215
- .b2s-image-change-all-network,.b2s-upload-image-free-version,.b2s-image-change-this-network{
216
  margin-right: 5px !important;
217
  }
218
  .b2s-image-remove-btn {
@@ -310,3 +310,22 @@ textarea.form-control {
310
  margin-right: auto;
311
  max-height: 100%;
312
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
160
  line-height: 1.428571429;
161
  border-radius: 15px;
162
  }
163
+ .fb-url-image, .xing-url-image, .linkedin-url-image, .reddit-url-image, .tw-url-image, .b2s-image-border {
164
  margin-right: 10px;
165
  margin-bottom: 20px;
166
  border: 1px dashed #bdbfc2;
170
  textarea.form-control {
171
  height: auto;
172
  }
173
+ .fb-textarea-input, .tw-textarea-input, .xing-textarea-input, .reddit-textarea-input, .linkedin-textarea-input {
174
  font-size: 14px;
175
  font-weight: normal;
176
  line-height: 1.125;
212
  .b2s-image-item-thumb {
213
  height: 150px;
214
  }
215
+ .b2s-image-change-all-network,.b2s-upload-image-free-version,.b2s-image-change-this-network, .b2s-image-change-meta-network{
216
  margin-right: 5px !important;
217
  }
218
  .b2s-image-remove-btn {
310
  margin-right: auto;
311
  max-height: 100%;
312
  }
313
+
314
+ .b2s-post-item-details-item-group-select {
315
+ max-width: 100% !important;
316
+ }
317
+
318
+ .glyphicon-refresh-animate {
319
+ -animation: spin .7s infinite linear;
320
+ -webkit-animation: spin2 .7s infinite linear;
321
+ }
322
+
323
+ @-webkit-keyframes spin2 {
324
+ from { -webkit-transform: rotate(0deg);}
325
+ to { -webkit-transform: rotate(360deg);}
326
+ }
327
+
328
+ @keyframes spin {
329
+ from { transform: scale(1) rotate(0deg);}
330
+ to { transform: scale(1) rotate(360deg);}
331
+ }
assets/css/b2s/ship.css CHANGED
@@ -593,13 +593,13 @@ input[type="checkbox"], input[type="radio"] {
593
  }
594
  }*/
595
 
596
- .fb-textarea-input:focus, .tw-textarea-input:focus, .tw-url-input:focus, .fb-url-input:focus, .xing-textarea-input:focus, .xing-url-input:focus, .linkedin-textarea-input:focus, .linkedin-url-input:focus{
597
  border-color: #66afe9;
598
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
599
  outline: 0 none;
600
  }
601
 
602
- .fb-textarea-input,.tw-textarea-input, .xing-textarea-input, .linkedin-textarea-input{
603
  font-size: 14px;
604
  font-weight: normal;
605
  line-height: 1.125;
@@ -611,7 +611,7 @@ input[type="checkbox"], input[type="radio"] {
611
  font-family: helvetica,arial,sans-serif;
612
  }
613
 
614
- .fb-url-input,.tw-url-input, .xing-url-input, .linkedin-url-input{
615
  font-size: 12px;
616
  font-weight: normal;
617
  line-height: 1.38;
@@ -619,7 +619,7 @@ input[type="checkbox"], input[type="radio"] {
619
  border: medium none;
620
  }
621
 
622
- .fb-url-title{
623
  font-size: 18px !important;
624
  font-weight: 500;
625
  line-height: 22px;
@@ -630,7 +630,7 @@ input[type="checkbox"], input[type="radio"] {
630
  word-wrap: break-word;
631
  font-family: Georgia,serif;
632
  }
633
- .fb-url-desc{
634
  font-size: 12px;
635
  line-height: 16px;
636
  margin-bottom: 8px !important;
@@ -662,50 +662,12 @@ input[type="checkbox"], input[type="radio"] {
662
  margin-bottom: 20px;
663
  }
664
 
665
- .xing-url-title{
666
- margin-top: 0px;
667
- margin-bottom: 4px;
668
- font-size: 18px;
669
- font-weight: normal;
670
- line-height: 22px;
671
- color: #009090;
672
- }
673
-
674
- .xing-url-desc{
675
- line-height: 1.38462;
676
- font-size: 13px;
677
- }
678
-
679
  .linkedin-container{
680
  font-family: sans-serif;
681
  color: #333;
682
  padding: 10px 0px;
683
  }
684
 
685
-
686
- .linkedin-container:hover #linkedin-url-title, .linkedin-container:hover #linkedin-url-desc{
687
- text-decoration: underline;
688
- }
689
-
690
- .linkedin-url-desc{
691
- line-height: 14px;
692
- color: #999;
693
- font-size: 12px;
694
- font-style: normal;
695
- font-weight: normal;
696
- text-decoration: inherit;
697
- padding-left: 10px !important;
698
- }
699
-
700
- .linkedin-url-title{
701
- font-size: 16px !important;
702
- font-weight: normal;
703
- line-height: 20px;
704
- margin-bottom: 5px !important;
705
- margin-top: 5px !important;
706
- padding-left: 10px !important;
707
- }
708
-
709
  .glyphicon-refresh-animate {
710
  -animation: spin .7s infinite linear;
711
  -webkit-animation: spin2 .7s infinite linear;
@@ -755,7 +717,7 @@ input[type="checkbox"], input[type="radio"] {
755
  margin-top: -15px;
756
  }*/
757
 
758
- .b2s-image-change-all-network,.b2s-upload-image-free-version,.b2s-image-change-this-network{
759
  margin-right: 5px !important;
760
  }
761
  .b2s-img-required{
@@ -852,4 +814,17 @@ input[type="number"]{
852
  margin-bottom: 0;
853
  text-align: right;
854
  font-weight: bold;
 
 
 
 
 
 
 
 
 
 
 
 
 
855
  }
593
  }
594
  }*/
595
 
596
+ .fb-textarea-input:focus, .tw-textarea-input:focus, .tw-url-input:focus, .og-url-input:focus, .xing-textarea-input:focus, .xing-url-input:focus, .linkedin-textarea-input:focus, .linkedin-url-input:focus{
597
  border-color: #66afe9;
598
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
599
  outline: 0 none;
600
  }
601
 
602
+ .fb-textarea-input,.tw-textarea-input, .xing-textarea-input, .linkedin-textarea-input, .reddit-textarea-input{
603
  font-size: 14px;
604
  font-weight: normal;
605
  line-height: 1.125;
611
  font-family: helvetica,arial,sans-serif;
612
  }
613
 
614
+ .og-url-input, .tw-url-input{
615
  font-size: 12px;
616
  font-weight: normal;
617
  line-height: 1.38;
619
  border: medium none;
620
  }
621
 
622
+ .og-url-title{
623
  font-size: 18px !important;
624
  font-weight: 500;
625
  line-height: 22px;
630
  word-wrap: break-word;
631
  font-family: Georgia,serif;
632
  }
633
+ .og-url-desc{
634
  font-size: 12px;
635
  line-height: 16px;
636
  margin-bottom: 8px !important;
662
  margin-bottom: 20px;
663
  }
664
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
665
  .linkedin-container{
666
  font-family: sans-serif;
667
  color: #333;
668
  padding: 10px 0px;
669
  }
670
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
671
  .glyphicon-refresh-animate {
672
  -animation: spin .7s infinite linear;
673
  -webkit-animation: spin2 .7s infinite linear;
717
  margin-top: -15px;
718
  }*/
719
 
720
+ .b2s-image-change-all-network,.b2s-upload-image-free-version,.b2s-image-change-this-network,.b2s-image-change-meta-network{
721
  margin-right: 5px !important;
722
  }
723
  .b2s-img-required{
814
  margin-bottom: 0;
815
  text-align: right;
816
  font-weight: bold;
817
+ }
818
+
819
+ .b2s-meta-image-network-icon {
820
+ height: 22px;
821
+ margin-left: 5px;
822
+ }
823
+
824
+ .wp-admin select{
825
+ max-width: 100% !important;
826
+ }
827
+
828
+ #b2s-auth-network-6-location, #b2s-auth-network-6-board {
829
+ max-width: 100% !important;
830
  }
assets/css/general.css CHANGED
@@ -7145,6 +7145,10 @@ h4{
7145
  border: 1px solid #FF0000 !important;
7146
  }
7147
 
 
 
 
 
7148
  input[type="checkbox"].error, select.error{
7149
  border: 1px solid #cccccc !important;
7150
  }
@@ -7597,4 +7601,8 @@ CSS CheckBOX
7597
 
7598
  .b2s-left-border-danger {
7599
  border-left: 4px solid #a94442;
 
 
 
 
7600
  }
7145
  border: 1px solid #FF0000 !important;
7146
  }
7147
 
7148
+ .warning{
7149
+ border: 1px solid #ffc107 !important;
7150
+ }
7151
+
7152
  input[type="checkbox"].error, select.error{
7153
  border: 1px solid #cccccc !important;
7154
  }
7601
 
7602
  .b2s-left-border-danger {
7603
  border-left: 4px solid #a94442;
7604
+ }
7605
+
7606
+ .b2s-free-link {
7607
+ font-size: 13px;
7608
  }
assets/js/b2s/calendar.js CHANGED
@@ -155,7 +155,8 @@ function showEditSchedCalendarPost(b2s_id, post_id, network_auth_id, network_typ
155
 
156
  //if linkpost then show btn meta tags
157
  var isMetaChecked = false;
158
- if (network_id == "1" && jQuery('#isOgMetaChecked').val() == "1") {
 
159
  isMetaChecked = true;
160
  }
161
  if (network_id == "2" && jQuery('#isCardMetaChecked').val() == "1") {
@@ -165,15 +166,13 @@ function showEditSchedCalendarPost(b2s_id, post_id, network_auth_id, network_typ
165
  jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + network_auth_id + '"]').prop("readonly", false);
166
  jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + network_auth_id + '"]').prop("readonly", false);
167
  jQuery('.b2s-post-item-details-preview-url-reload[data-network-id="' + network_id + '"]').show();
168
- jQuery('.b2s-post-item-details-preview-url-reload[data-network-id="' + network_id + '"]').trigger("click");
169
  var dataMetaType = jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + network_auth_id + '"]').attr("data-meta-type");
170
  if (dataMetaType == "og") {
171
  jQuery('.b2sChangeOgMeta[data-network-auth-id="' + network_auth_id + '"]').val("1");
172
  } else {
173
  jQuery('.b2sChangeCardMeta[data-network-auth-id="' + network_auth_id + '"]').val("1");
174
  }
175
-
176
-
177
  //Facebook TOS 072018 - Instant Sharing - Image post without Text > set to readonly
178
  if (network_id == 1 && network_type == 0) {
179
  jQuery('.b2s-post-item-details-item-message-input[data-network-auth-id="' + network_auth_id + '"]').prop("readonly", false);
@@ -181,8 +180,6 @@ function showEditSchedCalendarPost(b2s_id, post_id, network_auth_id, network_typ
181
  jQuery('.b2s-post-item-info-area[data-network-auth-id="' + network_auth_id + '"]').show();
182
  jQuery('.b2s-post-approve-info[data-network-auth-id="' + network_auth_id + '"]').hide();
183
  }
184
-
185
-
186
  } else {
187
  jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + network_auth_id + '"]').prop("readonly", true);
188
  jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + network_auth_id + '"]').prop("readonly", true);
@@ -211,42 +208,6 @@ function showEditSchedCalendarPost(b2s_id, post_id, network_auth_id, network_typ
211
  jQuery('.b2s-image-remove-btn[data-network-auth-id="' + network_auth_id + '"]').show();
212
  }
213
  }
214
-
215
-
216
- if (network_id == "3") {
217
- if (jQuery('.b2sNetworkSettingsPostFormatCurrent[data-network-type="' + network_type + '"][data-network-id="' + network_id + '"]').val() == "0") {
218
- jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + network_auth_id + '"]').show();
219
- jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + network_auth_id + '"]').trigger("click");
220
- jQuery('.linkedin-url-title[data-network-auth-id="' + network_auth_id + '"]').show();
221
- jQuery('.linkedin-url-desc[data-network-auth-id="' + network_auth_id + '"]').hide(); //not showing on linkedin
222
- jQuery('.b2s-image-remove-btn[data-network-auth-id="' + network_auth_id + '"]').hide();
223
- jQuery('.b2s-select-image-modal-open[data-network-auth-id="' + network_auth_id + '"]').hide();
224
- } else {
225
- jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + network_auth_id + '"]').hide();
226
- jQuery('.linkedin-url-title[data-network-auth-id="' + network_auth_id + '"]').hide();
227
- jQuery('.linkedin-url-desc[data-network-auth-id="' + network_auth_id + '"]').hide();
228
- jQuery('.b2s-image-remove-btn[data-network-auth-id="' + network_auth_id + '"]').show();
229
- jQuery('.b2s-select-image-modal-open[data-network-auth-id="' + network_auth_id + '"]').show();
230
- }
231
- }
232
-
233
- if (network_id == "19" && network_type == "0") {
234
- if (jQuery('.b2sNetworkSettingsPostFormatCurrent[data-network-type="' + network_type + '"][data-network-id="' + network_id + '"]').val() == "0") {
235
- jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + network_auth_id + '"]').show();
236
- jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + network_auth_id + '"]').trigger("click");
237
- jQuery('.xing-url-title[data-network-auth-id="' + network_auth_id + '"]').show();
238
- jQuery('.xing-url-desc[data-network-auth-id="' + network_auth_id + '"]').show();
239
- jQuery('.b2s-image-remove-btn[data-network-auth-id="' + network_auth_id + '"]').hide();
240
- jQuery('.b2s-select-image-modal-open[data-network-auth-id="' + network_auth_id + '"]').hide();
241
- } else {
242
- jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + network_auth_id + '"]').hide();
243
- jQuery('.xing-url-title[data-network-auth-id="' + network_auth_id + '"]').hide();
244
- jQuery('.xing-url-desc[data-network-auth-id="' + network_auth_id + '"]').hide();
245
- jQuery('.b2s-image-remove-btn[data-network-auth-id="' + network_auth_id + '"]').show();
246
- jQuery('.b2s-select-image-modal-open[data-network-auth-id="' + network_auth_id + '"]').show();
247
- }
248
- }
249
-
250
  }
251
  var textLimit = jQuery('.b2s-post-item-details-item-message-input[data-network-count="-1"][data-network-auth-id="' + network_auth_id + '"]').attr('data-network-text-limit');
252
  if (textLimit != "0") {
155
 
156
  //if linkpost then show btn meta tags
157
  var isMetaChecked = false;
158
+ var ogMetaNetworks = jQuery('#ogMetaNetworks').val().split(";");
159
+ if (typeof network_id != 'undefined' && jQuery.inArray(network_id.toString(), ogMetaNetworks) != -1 && jQuery('#isOgMetaChecked').val() == "1") {
160
  isMetaChecked = true;
161
  }
162
  if (network_id == "2" && jQuery('#isCardMetaChecked').val() == "1") {
166
  jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + network_auth_id + '"]').prop("readonly", false);
167
  jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + network_auth_id + '"]').prop("readonly", false);
168
  jQuery('.b2s-post-item-details-preview-url-reload[data-network-id="' + network_id + '"]').show();
169
+ //jQuery('.b2s-post-item-details-preview-url-reload[data-network-id="' + network_id + '"]').trigger("click");
170
  var dataMetaType = jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + network_auth_id + '"]').attr("data-meta-type");
171
  if (dataMetaType == "og") {
172
  jQuery('.b2sChangeOgMeta[data-network-auth-id="' + network_auth_id + '"]').val("1");
173
  } else {
174
  jQuery('.b2sChangeCardMeta[data-network-auth-id="' + network_auth_id + '"]').val("1");
175
  }
 
 
176
  //Facebook TOS 072018 - Instant Sharing - Image post without Text > set to readonly
177
  if (network_id == 1 && network_type == 0) {
178
  jQuery('.b2s-post-item-details-item-message-input[data-network-auth-id="' + network_auth_id + '"]').prop("readonly", false);
180
  jQuery('.b2s-post-item-info-area[data-network-auth-id="' + network_auth_id + '"]').show();
181
  jQuery('.b2s-post-approve-info[data-network-auth-id="' + network_auth_id + '"]').hide();
182
  }
 
 
183
  } else {
184
  jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + network_auth_id + '"]').prop("readonly", true);
185
  jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + network_auth_id + '"]').prop("readonly", true);
208
  jQuery('.b2s-image-remove-btn[data-network-auth-id="' + network_auth_id + '"]').show();
209
  }
210
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
211
  }
212
  var textLimit = jQuery('.b2s-post-item-details-item-message-input[data-network-count="-1"][data-network-auth-id="' + network_auth_id + '"]').attr('data-network-text-limit');
213
  if (textLimit != "0") {
assets/js/b2s/general.js CHANGED
@@ -132,6 +132,9 @@ jQuery(document).on('click', '.b2s-trail-show', function () {
132
  jQuery('#b2sProFeatureModal').modal('hide');
133
  jQuery('#b2s-trial-modal').modal('show');
134
  });
 
 
 
135
 
136
  jQuery(document).on('click', '.b2s-trail-btn-start', function () {
137
  var checkFail = false;
@@ -200,15 +203,17 @@ jQuery(document).on('click', '.b2s-trail-btn-start', function () {
200
  });
201
 
202
  //PREMIUM
203
- jQuery('#b2sPreFeatureModal').on('show.bs.modal', function (e) {
204
- jQuery(this).find('.modal-title').html(jQuery(e.relatedTarget).attr('data-title'));
 
205
  });
206
 
207
  //PREMIUM-PRO
208
- jQuery('#b2sProFeatureModal').on('show.bs.modal', function (e) {
209
- jQuery(this).find('.modal-title').html(jQuery(e.relatedTarget).attr('data-title'));
210
- jQuery(this).find('.modal-body').hide();
211
- jQuery(this).find('.' + jQuery(e.relatedTarget).attr('data-type')).show();
 
212
  });
213
 
214
  jQuery(document).on('heartbeat-send', function (e, data) {
132
  jQuery('#b2sProFeatureModal').modal('hide');
133
  jQuery('#b2s-trial-modal').modal('show');
134
  });
135
+ jQuery(document).on('click', '.b2s-trial-modal-btn', function() {
136
+ jQuery('#b2s-trial-modal').modal('show');
137
+ });
138
 
139
  jQuery(document).on('click', '.b2s-trail-btn-start', function () {
140
  var checkFail = false;
203
  });
204
 
205
  //PREMIUM
206
+ jQuery(document).on('click', '.b2sPreFeatureModalBtn', function () {
207
+ jQuery('#b2sPreFeatureModal').modal('show');
208
+ jQuery('#b2sPreFeatureModal').find('.modal-title').html(jQuery(this).attr('data-title'));
209
  });
210
 
211
  //PREMIUM-PRO
212
+ jQuery(document).on('click', '.b2sProFeatureModalBtn', function () {
213
+ jQuery('#b2sProFeatureModal').modal('show');
214
+ jQuery('#b2sProFeatureModal').find('.modal-title').html(jQuery(this).attr('data-title'));
215
+ jQuery('#b2sProFeatureModal').find('.modal-body').hide();
216
+ jQuery('#b2sProFeatureModal').find('.' + jQuery(this).attr('data-type')).show();
217
  });
218
 
219
  jQuery(document).on('heartbeat-send', function (e, data) {
assets/js/b2s/network.js CHANGED
@@ -268,7 +268,7 @@ jQuery(document).on('click', '.b2s-network-item-team-btn-manage', function () {
268
  }
269
 
270
  } else {
271
- if(data.error == 'nonce') {
272
  jQuery('.b2s-nonce-check-fail').show();
273
  }
274
  jQuery('.b2s-loading-area-manage-auth-team-modal').hide();
@@ -762,6 +762,9 @@ function loginSuccess(networkId, networkType, displayName, networkAuthId, mandan
762
  'action': 'b2s_network_save_auth_to_settings',
763
  'mandandId': mandandId,
764
  'networkAuthId': networkAuthId,
 
 
 
765
  'b2s_security_nonce': jQuery('#b2s_security_nonce').val()
766
  },
767
  error: function () {
@@ -807,7 +810,7 @@ function loginSuccess(networkId, networkType, displayName, networkAuthId, mandan
807
  html += '<a class="b2s-network-item-auth-list-btn-delete b2s-add-padding-network-delete pull-right" data-network-type="' + networkType + '" data-network-id="' + networkId + '" data-network-auth-id="' + networkAuthId + '" href="#"><span class="glyphicon glyphicon-trash glyphicon-grey"></span></a>';
808
 
809
  if (jQuery('#b2sUserVersion').val() == '0') {
810
- html += '<span class="b2s-sched-manager-premium-area pull-right hidden-xs" style="width: 240px;"><span class="label label-success"><a href="#" class="btn-label-premium" data-toggle="modal" data-target="#b2sInfoSchedTimesModal">PREMIUM</a></span></span>';
811
  } else {
812
  html += '<span class="b2s-sched-manager-time-area pull-right b2s-sched-manager-add-padding hidden-xs" style="margin-right:30px !important;">';
813
  html += '<input class="form-control b2s-box-sched-time-input b2s-settings-sched-item-input-time" type="text" value="' + time + '" readonly data-network-auth-id="' + networkAuthId + '" data-network-mandant-id="' + mandandId + '" data-network-id="' + networkId + '" data-network-type="' + networkType + '" name="b2s-user-sched-data[time][' + networkAuthId + ']">';
@@ -826,7 +829,9 @@ function loginSuccess(networkId, networkType, displayName, networkAuthId, mandan
826
  var newCount = parseInt(networkCount) + 1;
827
  jQuery('.b2s-network-auth-count-current[data-network-id="' + networkId + '"').text(newCount);
828
  init();
829
- saveTimeSettings();
 
 
830
 
831
  //Update
832
  } else {
@@ -845,6 +850,13 @@ function loginSuccess(networkId, networkType, displayName, networkAuthId, mandan
845
  jQuery('.b2s-network-item-auth-list-li[data-network-auth-id="' + networkAuthId + '"][data-network-mandant-id="' + mandandId + '"][data-network-id="' + networkId + '"][data-network-type="' + networkType + '"]').removeClass('b2s-label-danger-border-left').addClass('b2s-label-success-border-left');
846
  }
847
  }
 
 
 
 
 
 
 
848
  }
849
 
850
 
@@ -978,7 +990,7 @@ jQuery(document).on('click', '.b2s-edit-template-btn', function () {
978
  jQuery('.b2s-edit-template-save-btn').removeClass('b2s-btn-disabled');
979
  }
980
  } else {
981
- if(data.error == 'nonce') {
982
  jQuery('.b2s-nonce-check-fail').show();
983
  }
984
  }
@@ -1172,6 +1184,18 @@ jQuery(document).on('click', '.b2s-edit-template-save-btn', function () {
1172
  return false;
1173
  }
1174
 
 
 
 
 
 
 
 
 
 
 
 
 
1175
  jQuery('.b2s-edit-template-content').hide();
1176
  jQuery('.b2s-edit-template-save-btn').hide();
1177
  jQuery('.b2s-edit-template-save-success').hide();
@@ -1235,8 +1259,9 @@ jQuery('#b2sInfoFormat').on('hidden.bs.modal', function () {
1235
  jQuery('body').addClass('modal-open');
1236
  });
1237
 
1238
- jQuery('#b2sInfoFormat').on('show.bs.modal', function (event) {
1239
- var id = jQuery(event.relatedTarget).attr('data-network-id');
 
1240
  jQuery('.b2sInfoFormatText').hide();
1241
  jQuery('.b2sInfoFormatText[data-network-id="' + id + '"]').show();
1242
  });
@@ -1249,7 +1274,21 @@ jQuery('#b2sInfoCharacterLimit').on('hidden.bs.modal', function () {
1249
  });
1250
 
1251
 
1252
- jQuery(document).on('click', '.b2s-auth-network-6-login-btn', function() {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1253
  jQuery('.b2s-loading-area').show();
1254
  jQuery('.b2s-auth-network-6-login-area').hide();
1255
  jQuery('.b2s-auth-network-6-login-btn').hide();
@@ -1264,6 +1303,7 @@ jQuery(document).on('click', '.b2s-auth-network-6-login-btn', function() {
1264
  'action': 'b2s_auth_network_login',
1265
  'username': jQuery('#b2s-auth-network-6-username').val(),
1266
  'password': jQuery('#b2s-auth-network-6-password').val(),
 
1267
  'b2s_security_nonce': jQuery('#b2s_security_nonce').val()
1268
  },
1269
  error: function () {
@@ -1286,8 +1326,8 @@ jQuery(document).on('click', '.b2s-auth-network-6-login-btn', function() {
1286
  if (data.error == 'nonce') {
1287
  jQuery('.b2s-nonce-check-fail').show();
1288
  }
1289
- if(typeof data.error != 'undefined' && data.error != ''){
1290
- jQuery('.b2s-auth-network-6-info[data-info="'+data.error+'"]').show();
1291
  return false;
1292
  }
1293
  jQuery('.b2s-auth-network-6-info[data-info="login"]').show();
@@ -1296,7 +1336,7 @@ jQuery(document).on('click', '.b2s-auth-network-6-login-btn', function() {
1296
  });
1297
  });
1298
 
1299
- jQuery(document).on('click', '.b2s-auth-network-6-confirm-btn', function() {
1300
  jQuery('.b2s-loading-area').show();
1301
  jQuery('.b2s-auth-network-6-login-area').hide();
1302
  jQuery('.b2s-auth-network-6-login-btn').hide();
@@ -1333,7 +1373,7 @@ jQuery(document).on('click', '.b2s-auth-network-6-confirm-btn', function() {
1333
  jQuery('.b2s-nonce-check-fail').show();
1334
  }
1335
  if (typeof data.error != 'undefined' && data.error != '') {
1336
- jQuery('.b2s-auth-network-6-info[data-info="'+data.error+'"]').show();
1337
  return false;
1338
  }
1339
  jQuery('.b2s-auth-network-6-info[data-info="default"]').show();
@@ -1342,12 +1382,30 @@ jQuery(document).on('click', '.b2s-auth-network-6-confirm-btn', function() {
1342
  });
1343
  });
1344
 
1345
- jQuery(document).on('click', '.b2s-network-auth-btn[data-auth-method="client"]', function() {
1346
  jQuery('#b2s-auth-network-6-mandant-id').val(jQuery(this).attr('data-network-mandant-id'));
1347
  jQuery('#b2sAuthNetwork6Modal').modal('show');
1348
  });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1349
 
1350
- jQuery(document).on('click', '.b2s-network-auth-update-btn[data-auth-method="client"]', function() {
1351
  jQuery('#b2s-auth-network-6-auth-id').val(jQuery(this).attr('data-network-auth-id'));
1352
  jQuery('#b2s-auth-network-6-mandant-id').val(jQuery(this).attr('data-network-mandant-id'));
1353
  jQuery('#b2sAuthNetwork6Modal').modal('show');
268
  }
269
 
270
  } else {
271
+ if (data.error == 'nonce') {
272
  jQuery('.b2s-nonce-check-fail').show();
273
  }
274
  jQuery('.b2s-loading-area-manage-auth-team-modal').hide();
762
  'action': 'b2s_network_save_auth_to_settings',
763
  'mandandId': mandandId,
764
  'networkAuthId': networkAuthId,
765
+ 'networkId': networkId,
766
+ 'networkType': networkType,
767
+ 'displayName': displayName,
768
  'b2s_security_nonce': jQuery('#b2s_security_nonce').val()
769
  },
770
  error: function () {
810
  html += '<a class="b2s-network-item-auth-list-btn-delete b2s-add-padding-network-delete pull-right" data-network-type="' + networkType + '" data-network-id="' + networkId + '" data-network-auth-id="' + networkAuthId + '" href="#"><span class="glyphicon glyphicon-trash glyphicon-grey"></span></a>';
811
 
812
  if (jQuery('#b2sUserVersion').val() == '0') {
813
+ html += '<span class="b2s-sched-manager-premium-area pull-right hidden-xs" style="width: 240px;"><span class="label label-success"><a href="#" class="btn-label-premium b2sInfoSchedTimesModalBtn">SMART</a></span></span>';
814
  } else {
815
  html += '<span class="b2s-sched-manager-time-area pull-right b2s-sched-manager-add-padding hidden-xs" style="margin-right:30px !important;">';
816
  html += '<input class="form-control b2s-box-sched-time-input b2s-settings-sched-item-input-time" type="text" value="' + time + '" readonly data-network-auth-id="' + networkAuthId + '" data-network-mandant-id="' + mandandId + '" data-network-id="' + networkId + '" data-network-type="' + networkType + '" name="b2s-user-sched-data[time][' + networkAuthId + ']">';
829
  var newCount = parseInt(networkCount) + 1;
830
  jQuery('.b2s-network-auth-count-current[data-network-id="' + networkId + '"').text(newCount);
831
  init();
832
+ if (jQuery('#b2sUserVersion').val() >= 1) {
833
+ saveTimeSettings();
834
+ }
835
 
836
  //Update
837
  } else {
850
  jQuery('.b2s-network-item-auth-list-li[data-network-auth-id="' + networkAuthId + '"][data-network-mandant-id="' + mandandId + '"][data-network-id="' + networkId + '"][data-network-type="' + networkType + '"]').removeClass('b2s-label-danger-border-left').addClass('b2s-label-success-border-left');
851
  }
852
  }
853
+ //Update other Auth with same networkId, networkType and displayName (only optical)
854
+ jQuery('.b2s-network-item-auth-list-li[data-network-id="' + networkId + '"][data-network-type="' + networkType + '"]').each(function () {
855
+ if (jQuery(this).find('.b2s-network-item-auth-user-name').html() == displayName) {
856
+ jQuery(this).removeClass('b2s-label-danger-border-left').addClass('b2s-label-success-border-left');
857
+ jQuery(this).find('.b2s-network-auth-list-info[data-b2s-auth-info="isInterrupted"]').hide();
858
+ }
859
+ });
860
  }
861
 
862
 
990
  jQuery('.b2s-edit-template-save-btn').removeClass('b2s-btn-disabled');
991
  }
992
  } else {
993
+ if (data.error == 'nonce') {
994
  jQuery('.b2s-nonce-check-fail').show();
995
  }
996
  }
1184
  return false;
1185
  }
1186
 
1187
+ if (jQuery('#b2s-edit-template-network-id').val() == 12) {
1188
+ var matches = jQuery('.b2s-edit-template-post-content').val().match(/#/g);
1189
+ if (matches != null && matches.length > 30) {
1190
+ jQuery('.b2s-edit-template-post-content').addClass('error');
1191
+ jQuery('.b2s-edit-template-hashtag-warning').show();
1192
+ return false;
1193
+ } else {
1194
+ jQuery('.b2s-edit-template-post-content').removeClass('error');
1195
+ jQuery('.b2s-edit-template-hashtag-warning').hide();
1196
+ }
1197
+ }
1198
+
1199
  jQuery('.b2s-edit-template-content').hide();
1200
  jQuery('.b2s-edit-template-save-btn').hide();
1201
  jQuery('.b2s-edit-template-save-success').hide();
1259
  jQuery('body').addClass('modal-open');
1260
  });
1261
 
1262
+ jQuery(document).on('click', '.b2sInfoFormatBtn', function () {
1263
+ jQuery('#b2sInfoFormat').modal('show');
1264
+ var id = jQuery(this).attr('data-network-id');
1265
  jQuery('.b2sInfoFormatText').hide();
1266
  jQuery('.b2sInfoFormatText[data-network-id="' + id + '"]').show();
1267
  });
1274
  });
1275
 
1276
 
1277
+ jQuery(document).on('click', '.b2s-auth-network-6-login-btn', function () {
1278
+ jQuery('#b2s-auth-network-6-username').removeClass('error');
1279
+ jQuery('#b2s-auth-network-6-password').removeClass('error');
1280
+ var loginDataCheck = true;
1281
+ if (jQuery('#b2s-auth-network-6-username').val() == '') {
1282
+ jQuery('#b2s-auth-network-6-username').addClass('error');
1283
+ loginDataCheck = false;
1284
+ }
1285
+ if (jQuery('#b2s-auth-network-6-password').val() == '') {
1286
+ jQuery('#b2s-auth-network-6-password').addClass('error');
1287
+ loginDataCheck = false;
1288
+ }
1289
+ if (!loginDataCheck) {
1290
+ return false;
1291
+ }
1292
  jQuery('.b2s-loading-area').show();
1293
  jQuery('.b2s-auth-network-6-login-area').hide();
1294
  jQuery('.b2s-auth-network-6-login-btn').hide();
1303
  'action': 'b2s_auth_network_login',
1304
  'username': jQuery('#b2s-auth-network-6-username').val(),
1305
  'password': jQuery('#b2s-auth-network-6-password').val(),
1306
+ 'location': jQuery('#b2s-auth-network-6-location').val(),
1307
  'b2s_security_nonce': jQuery('#b2s_security_nonce').val()
1308
  },
1309
  error: function () {
1326
  if (data.error == 'nonce') {
1327
  jQuery('.b2s-nonce-check-fail').show();
1328
  }
1329
+ if (typeof data.error != 'undefined' && data.error != '') {
1330
+ jQuery('.b2s-auth-network-6-info[data-info="' + data.error + '"]').show();
1331
  return false;
1332
  }
1333
  jQuery('.b2s-auth-network-6-info[data-info="login"]').show();
1336
  });
1337
  });
1338
 
1339
+ jQuery(document).on('click', '.b2s-auth-network-6-confirm-btn', function () {
1340
  jQuery('.b2s-loading-area').show();
1341
  jQuery('.b2s-auth-network-6-login-area').hide();
1342
  jQuery('.b2s-auth-network-6-login-btn').hide();
1373
  jQuery('.b2s-nonce-check-fail').show();
1374
  }
1375
  if (typeof data.error != 'undefined' && data.error != '') {
1376
+ jQuery('.b2s-auth-network-6-info[data-info="' + data.error + '"]').show();
1377
  return false;
1378
  }
1379
  jQuery('.b2s-auth-network-6-info[data-info="default"]').show();
1382
  });
1383
  });
1384
 
1385
+ jQuery(document).on('click', '.b2s-network-auth-btn[data-auth-method="client"]', function () {
1386
  jQuery('#b2s-auth-network-6-mandant-id').val(jQuery(this).attr('data-network-mandant-id'));
1387
  jQuery('#b2sAuthNetwork6Modal').modal('show');
1388
  });
1389
+ jQuery(document).on('click', '.b2s-network-add-mandant-btn', function () {
1390
+ jQuery('#b2s-network-add-mandant').modal('show');
1391
+ });
1392
+ jQuery(document).on('click', '.b2sInfoSchedTimesModalBtn', function () {
1393
+ jQuery('#b2sInfoSchedTimesModal').modal('show');
1394
+ });
1395
+ jQuery(document).on('click', '.b2sInfoNetwork18Btn', function () {
1396
+ jQuery('#b2sInfoNetwork18').modal('show');
1397
+ });
1398
+ jQuery(document).on('click', '.b2sInfoNoCacheBtn', function () {
1399
+ jQuery('#b2sInfoNoCache').modal('show');
1400
+ });
1401
+ jQuery(document).on('click', '.b2sInfoContentBtn', function () {
1402
+ jQuery('#b2sInfoContent').modal('show');
1403
+ });
1404
+ jQuery(document).on('click', '.b2sInfoCharacterLimitBtn', function () {
1405
+ jQuery('#b2sInfoCharacterLimit').modal('show');
1406
+ });
1407
 
1408
+ jQuery(document).on('click', '.b2s-network-auth-update-btn[data-auth-method="client"]', function () {
1409
  jQuery('#b2s-auth-network-6-auth-id').val(jQuery(this).attr('data-network-auth-id'));
1410
  jQuery('#b2s-auth-network-6-mandant-id').val(jQuery(this).attr('data-network-mandant-id'));
1411
  jQuery('#b2sAuthNetwork6Modal').modal('show');
assets/js/b2s/post.js CHANGED
@@ -651,7 +651,8 @@ function showEditSchedPost(b2s_id, post_id, network_auth_id, network_type, netwo
651
 
652
  //if linkpost then show btn meta tags
653
  var isMetaChecked = false;
654
- if (network_id == "1" && jQuery('#isOgMetaChecked').val() == "1") {
 
655
  isMetaChecked = true;
656
  }
657
  if (network_id == "2" && jQuery('#isCardMetaChecked').val() == "1") {
@@ -661,7 +662,7 @@ function showEditSchedPost(b2s_id, post_id, network_auth_id, network_type, netwo
661
  jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + network_auth_id + '"]').prop("readonly", false);
662
  jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + network_auth_id + '"]').prop("readonly", false);
663
  jQuery('.b2s-post-item-details-preview-url-reload[data-network-id="' + network_id + '"]').show();
664
- jQuery('.b2s-post-item-details-preview-url-reload[data-network-id="' + network_id + '"]').trigger("click");
665
  var dataMetaType = jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + network_auth_id + '"]').attr("data-meta-type");
666
  if (dataMetaType == "og") {
667
  jQuery('.b2sChangeOgMeta[data-network-auth-id="' + network_auth_id + '"]').val("1");
@@ -705,41 +706,6 @@ function showEditSchedPost(b2s_id, post_id, network_auth_id, network_type, netwo
705
  jQuery('.b2s-image-remove-btn[data-network-auth-id="' + network_auth_id + '"]').show();
706
  }
707
  }
708
-
709
- if (network_id == "3") {
710
- if (jQuery('.b2sNetworkSettingsPostFormatCurrent[data-network-type="' + network_type + '"][data-network-id="' + network_id + '"]').val() == "0") {
711
- jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + network_auth_id + '"]').show();
712
- jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + network_auth_id + '"]').trigger("click");
713
- jQuery('.linkedin-url-title[data-network-auth-id="' + network_auth_id + '"]').show();
714
- jQuery('.linkedin-url-desc[data-network-auth-id="' + network_auth_id + '"]').hide(); //not showing on linkedin
715
- jQuery('.b2s-image-remove-btn[data-network-auth-id="' + network_auth_id + '"]').hide();
716
- jQuery('.b2s-select-image-modal-open[data-network-auth-id="' + network_auth_id + '"]').hide();
717
- } else {
718
- jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + network_auth_id + '"]').hide();
719
- jQuery('.linkedin-url-title[data-network-auth-id="' + network_auth_id + '"]').hide();
720
- jQuery('.linkedin-url-desc[data-network-auth-id="' + network_auth_id + '"]').hide();
721
- jQuery('.b2s-image-remove-btn[data-network-auth-id="' + network_auth_id + '"]').show();
722
- jQuery('.b2s-select-image-modal-open[data-network-auth-id="' + network_auth_id + '"]').show();
723
- }
724
- }
725
-
726
- if (network_id == "19" && network_type == "0") {
727
- if (jQuery('.b2sNetworkSettingsPostFormatCurrent[data-network-type="' + network_type + '"][data-network-id="' + network_id + '"]').val() == "0") {
728
- jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + network_auth_id + '"]').show();
729
- jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + network_auth_id + '"]').trigger("click");
730
- jQuery('.xing-url-title[data-network-auth-id="' + network_auth_id + '"]').show();
731
- jQuery('.xing-url-desc[data-network-auth-id="' + network_auth_id + '"]').show();
732
- jQuery('.b2s-image-remove-btn[data-network-auth-id="' + network_auth_id + '"]').hide();
733
- jQuery('.b2s-select-image-modal-open[data-network-auth-id="' + network_auth_id + '"]').hide();
734
- } else {
735
- jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + network_auth_id + '"]').hide();
736
- jQuery('.xing-url-title[data-network-auth-id="' + network_auth_id + '"]').hide();
737
- jQuery('.xing-url-desc[data-network-auth-id="' + network_auth_id + '"]').hide();
738
- jQuery('.b2s-image-remove-btn[data-network-auth-id="' + network_auth_id + '"]').show();
739
- jQuery('.b2s-select-image-modal-open[data-network-auth-id="' + network_auth_id + '"]').show();
740
- }
741
- }
742
-
743
  }
744
  var textLimit = jQuery('.b2s-post-item-details-item-message-input[data-network-count="-1"][data-network-auth-id="' + network_auth_id + '"]').attr('data-network-text-limit');
745
  if (textLimit != "0") {
651
 
652
  //if linkpost then show btn meta tags
653
  var isMetaChecked = false;
654
+ var ogMetaNetworks = jQuery('#ogMetaNetworks').val().split(";");
655
+ if (typeof network_id != 'undefined' && jQuery.inArray(network_id.toString(), ogMetaNetworks) != -1 && jQuery('#isOgMetaChecked').val() == "1") {
656
  isMetaChecked = true;
657
  }
658
  if (network_id == "2" && jQuery('#isCardMetaChecked').val() == "1") {
662
  jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + network_auth_id + '"]').prop("readonly", false);
663
  jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + network_auth_id + '"]').prop("readonly", false);
664
  jQuery('.b2s-post-item-details-preview-url-reload[data-network-id="' + network_id + '"]').show();
665
+ //jQuery('.b2s-post-item-details-preview-url-reload[data-network-id="' + network_id + '"]').trigger("click");
666
  var dataMetaType = jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + network_auth_id + '"]').attr("data-meta-type");
667
  if (dataMetaType == "og") {
668
  jQuery('.b2sChangeOgMeta[data-network-auth-id="' + network_auth_id + '"]').val("1");
706
  jQuery('.b2s-image-remove-btn[data-network-auth-id="' + network_auth_id + '"]').show();
707
  }
708
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
709
  }
710
  var textLimit = jQuery('.b2s-post-item-details-item-message-input[data-network-count="-1"][data-network-auth-id="' + network_auth_id + '"]').attr('data-network-text-limit');
711
  if (textLimit != "0") {
assets/js/b2s/settings.js CHANGED
@@ -627,3 +627,25 @@ function loginSuccessShortener(providerId, displayName) {
627
  jQuery('#b2s-user-network-settings-short-url').val("0");
628
  jQuery('#b2s-user-network-shortener-state[data-provider-id="0"]').val("1");
629
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
627
  jQuery('#b2s-user-network-settings-short-url').val("0");
628
  jQuery('#b2s-user-network-shortener-state[data-provider-id="0"]').val("1");
629
  }
630
+
631
+ jQuery(document).on('click', '.b2sInfoTimeZoneModalBtn', function () {
632
+ jQuery('#b2sInfoTimeZoneModal').modal('show');
633
+ });
634
+ jQuery(document).on('click', '.b2sInfoUrlShortenerModalBtn', function () {
635
+ jQuery('#b2sInfoUrlShortenerModal').modal('show');
636
+ });
637
+ jQuery(document).on('click', '.b2sInfoAllowShortcodeModalBtn', function () {
638
+ jQuery('#b2sInfoAllowShortcodeModal').modal('show');
639
+ });
640
+ jQuery(document).on('click', '.b2sInfoAllowHashTagModalBtn', function () {
641
+ jQuery('#b2sInfoAllowHashTagModal').modal('show');
642
+ });
643
+ jQuery(document).on('click', '.b2sInfoLegacyModeBtn', function () {
644
+ jQuery('#b2sInfoLegacyMode').modal('show');
645
+ });
646
+ jQuery(document).on('click', '.b2sInfoAutoPosterMModalBtn', function () {
647
+ jQuery('#b2sInfoAutoPosterMModal').modal('show');
648
+ });
649
+ jQuery(document).on('click', '.b2sInfoAutoPosterAModalBtn', function () {
650
+ jQuery('#b2sInfoAutoPosterAModal').modal('show');
651
+ });
assets/js/b2s/ship.js CHANGED
@@ -1,6 +1,7 @@
1
  jQuery.noConflict();
2
 
3
  var b2sTosXingGroupCount = 0;
 
4
 
5
  jQuery(document).on('heartbeat-send', function (e, data) {
6
  data['b2s_heartbeat'] = 'b2s_listener';
@@ -94,6 +95,7 @@ jQuery.sceditor.command.set(
94
  var content = "<img class='b2s-post-item-network-image-selected-account' height='22px' src='" + jQuery('.b2s-post-item-network-image[data-network-auth-id="' + networkAuthId + '"]').attr('src') + "' /> " + jQuery('.b2s-post-item-details-network-display-name[data-network-auth-id="' + networkAuthId + '"]').html();
95
  jQuery('.b2s-selected-network-for-image-info').html(content);
96
  jQuery('#b2s-network-select-image').modal('show');
 
97
  jQuery('#b2sInsertImageType').val("1");
98
  imageSize();
99
 
@@ -342,7 +344,8 @@ jQuery(document).on('click', '.change-meta-tag', function () {
342
  var postFormat = jQuery('.b2s-post-item-details-post-format[data-network-auth-id=' + networkAuthId + ']').val();
343
  var networkId = jQuery('.b2s-post-item-details-post-format[data-network-auth-id=' + networkAuthId + ']').attr("data-network-id");
344
  var isMetaChecked = false;
345
- if (networkId == "1" && jQuery('#isOgMetaChecked').val() == "1") {
 
346
  isMetaChecked = true;
347
  }
348
  if (networkId == "2" && jQuery('#isCardMetaChecked').val() == "1") {
@@ -369,19 +372,10 @@ jQuery(document).on('click', '.change-meta-tag', function () {
369
  jQuery(document).on('keyup', '.change-meta-tag', function () {
370
  var currentText = jQuery(this).val();
371
  var metaTag = jQuery(this).attr('data-meta');
372
- var networkAuthId = jQuery(this).attr('data-network-auth-id');
373
- var postFormat = jQuery('.b2s-post-item-details-post-format[data-network-auth-id=' + networkAuthId + ']').val();
374
- var networkId = jQuery('.b2s-post-item-details-post-format[data-network-auth-id=' + networkAuthId + ']').attr('data-network-id');
375
- if (typeof postFormat !== typeof undefined && postFormat !== false) {
376
- if (postFormat == "0") { //if linkpost
377
- jQuery('.b2s-post-item-details-post-format[data-network-id=' + networkId + ']').each(function () {
378
- if (jQuery(this).val() == "0" && jQuery('.b2s-post-ship-item-post-format[data-network-auth-id=' + jQuery(this).attr('data-network-auth-id') + ']').is(":visible") && jQuery(this).attr('data-network-auth-id') != networkAuthId) { //other Linkpost by same network
379
- //override this content with current content by keyup
380
- jQuery('.' + metaTag + '[data-network-auth-id=' + jQuery(this).attr('data-network-auth-id') + ']').val(currentText);
381
- }
382
- });
383
- }
384
- }
385
  return false;
386
  });
387
  jQuery(document).on('click', '.b2s-get-settings-sched-time-user', function () {
@@ -619,6 +613,29 @@ jQuery(document).on("click", ".b2s-user-network-settings-post-format", function
619
  jQuery('.b2s-post-ship-item-post-format-text[data-network-id="' + networkId + '"]').html(postFormatText[postFormatType][postFormat]);
620
  jQuery('.b2s-post-item-details-post-format[data-network-id="' + networkId + '"]').val(postFormat);
621
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
622
  }
623
  var textLimit = jQuery('.b2s-post-item-details-item-message-input[data-network-count="-1"][data-network-auth-id="' + networkAuthId + '"]').attr('data-network-text-limit');
624
  if (textLimit != "0") {
@@ -629,7 +646,8 @@ jQuery(document).on("click", ".b2s-user-network-settings-post-format", function
629
 
630
  //Edit Meta Tags
631
  var isMetaChecked = false;
632
- if (networkId == "1" && jQuery('#isOgMetaChecked').val() == "1") {
 
633
  isMetaChecked = true;
634
  }
635
  if (networkId == "2" && jQuery('#isCardMetaChecked').val() == "1") {
@@ -638,7 +656,7 @@ jQuery(document).on("click", ".b2s-user-network-settings-post-format", function
638
  if (isMetaChecked && postFormat == '0' && jQuery('#user_version').val() > 0) { //If linkpost
639
  jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + networkAuthId + '"]').prop("readonly", false);
640
  jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + networkAuthId + '"]').prop("readonly", false);
641
- var dataMetaType = jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + networkAuthId + '"]').attr("data-meta-type");
642
  if (dataMetaType == "og") {
643
  jQuery('#b2sChangeOgMeta').val("1");
644
  } else {
@@ -650,7 +668,6 @@ jQuery(document).on("click", ".b2s-user-network-settings-post-format", function
650
  if (jQuery(this).val() == "0" && jQuery('.b2s-post-ship-item-post-format[data-network-auth-id=' + jQuery(this).attr('data-network-auth-id') + ']').is(":visible") && jQuery(this).attr('data-network-auth-id') != networkAuthId) { //other Linkpost by same network
651
  jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + networkAuthId + '"]').val(jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').val());
652
  jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + networkAuthId + '"]').val(jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').val());
653
- jQuery('.b2s-post-item-details-url-image[data-network-auth-id="' + networkAuthId + '"]').attr('src', jQuery('.b2s-post-item-details-url-image[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').attr('src'));
654
  jQuery('.b2s-image-url-hidden-field[data-network-auth-id="' + networkAuthId + '"]').val(jQuery('.b2s-image-url-hidden-field[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').val());
655
  if (jQuery('.b2s-image-remove-btn[data-network-count="-1"][data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]:visible').length == 1) {
656
  jQuery('.b2s-image-remove-btn[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"][data-network-count="-1"]').show();
@@ -671,9 +688,7 @@ jQuery(document).on("click", ".b2s-user-network-settings-post-format", function
671
  }
672
  }
673
  jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').show();
674
- if (!jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').hasClass('disabled')) {
675
- jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').trigger("click");
676
- } else {
677
  jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').removeClass('disabled');
678
  }
679
  }
@@ -719,60 +734,10 @@ jQuery(document).on("click", ".b2s-user-network-settings-post-format", function
719
  jQuery('.b2s-image-remove-btn[data-network-auth-id="' + networkAuthId + '"][data-network-count="-1"]').hide();
720
  }
721
  }
722
-
723
- if (networkId == "3") {
724
- if (postFormat == '0' && jQuery('#user_version').val() > 0) {
725
- jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').show();
726
- if (!jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').hasClass('disabled')) {
727
- jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').trigger("click");
728
- } else {
729
- jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').removeClass('disabled');
730
- }
731
- jQuery('.linkedin-url-title[data-network-auth-id="' + networkAuthId + '"]').show();
732
- jQuery('.linkedin-url-desc[data-network-auth-id="' + networkAuthId + '"]').hide(); //not showing on linkedin
733
- jQuery('.b2s-image-remove-btn[data-network-auth-id="' + networkAuthId + '"]').hide();
734
- jQuery('.b2s-select-image-modal-open[data-network-auth-id="' + networkAuthId + '"]').hide();
735
- } else {
736
- jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').hide();
737
- jQuery('.linkedin-url-title[data-network-auth-id="' + networkAuthId + '"]').hide();
738
- jQuery('.linkedin-url-desc[data-network-auth-id="' + networkAuthId + '"]').hide();
739
- jQuery('.b2s-image-remove-btn[data-network-auth-id="' + networkAuthId + '"]').show();
740
- jQuery('.b2s-select-image-modal-open[data-network-auth-id="' + networkAuthId + '"]').show();
741
- }
742
- if (jQuery('.b2s-post-item-details-release-input-date-select[data-network-auth-id="' + networkAuthId + '"]').val() == 1) {
743
- jQuery('.b2s-select-image-modal-open[data-network-auth-id="' + networkAuthId + '"][data-network-count="-1"]').hide();
744
- jQuery('.b2s-image-remove-btn[data-network-auth-id="' + networkAuthId + '"][data-network-count="-1"]').hide();
745
- }
746
- }
747
-
748
- if (networkId == "19" && networkType == "0") {
749
- if (postFormat == '0' && jQuery('#user_version').val() > 0) {
750
- jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').show();
751
- if (!jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').hasClass('disabled')) {
752
- jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').trigger("click");
753
- } else {
754
- jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').removeClass('disabled');
755
- }
756
- jQuery('.xing-url-title[data-network-auth-id="' + networkAuthId + '"]').show();
757
- jQuery('.xing-url-desc[data-network-auth-id="' + networkAuthId + '"]').show();
758
- jQuery('.b2s-image-remove-btn[data-network-auth-id="' + networkAuthId + '"]').hide();
759
- jQuery('.b2s-select-image-modal-open[data-network-auth-id="' + networkAuthId + '"]').hide();
760
- } else {
761
- jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').hide();
762
- jQuery('.xing-url-title[data-network-auth-id="' + networkAuthId + '"]').hide();
763
- jQuery('.xing-url-desc[data-network-auth-id="' + networkAuthId + '"]').hide();
764
- jQuery('.b2s-image-remove-btn[data-network-auth-id="' + networkAuthId + '"]').show();
765
- jQuery('.b2s-select-image-modal-open[data-network-auth-id="' + networkAuthId + '"]').show();
766
- }
767
- if (jQuery('.b2s-post-item-details-release-input-date-select[data-network-auth-id="' + networkAuthId + '"]').val() == 1) {
768
- jQuery('.b2s-select-image-modal-open[data-network-auth-id="' + networkAuthId + '"][data-network-count="-1"]').hide();
769
- jQuery('.b2s-image-remove-btn[data-network-auth-id="' + networkAuthId + '"][data-network-count="-1"]').hide();
770
- }
771
- }
772
-
773
  jQuery('.b2s-user-network-settings-post-format[data-network-type="' + networkType + '"][data-network-id="' + networkId + '"]').removeClass('b2s-settings-checked');
774
  jQuery(this).addClass('b2s-settings-checked');
775
  jQuery('#b2s-post-ship-item-post-format-modal').modal('hide');
 
776
  return false;
777
  });
778
  jQuery(document).on("click", ".b2s-post-ship-item-full-text", function () {
@@ -839,6 +804,7 @@ jQuery(document).on("click", ".b2s-network-select-btn", function () {
839
  var networkAuthId = jQuery(this).attr('data-network-auth-id');
840
  var networkId = jQuery(this).attr('data-network-id');
841
  var networkType = jQuery(this).attr('data-network-type');
 
842
 
843
  //doppelklick Schutz
844
  if (!jQuery(this).hasClass('b2s-network-select-btn-deactivate')) {
@@ -857,7 +823,7 @@ jQuery(document).on("click", ".b2s-network-select-btn", function () {
857
  if (jQuery('.b2s-post-item[data-network-auth-id="' + networkAuthId + '"]').length > 0 && !jQuery('.b2s-post-item[data-network-auth-id="' + networkAuthId + '"]').hasClass('b2s-post-item-connection-fail-dummy')) {
858
  activatePortal(networkAuthId);
859
  //PostFormat
860
- if (jQuery('.b2s-post-ship-item-post-format-text[data-network-type="' + networkType + '"][data-network-id="' + networkId + '"]').length > 0) {
861
  var postFormatText = JSON.parse(jQuery('.b2sNetworkSettingsPostFormatText').val());
862
  var postFormatType = jQuery('.b2sNetworkSettingsPostFormatCurrent[data-network-type="' + networkType + '"][data-network-id="' + networkId + '"]').attr('data-post-format-type');
863
  if (jQuery('#user_version').val() >= 2) {
@@ -865,7 +831,8 @@ jQuery(document).on("click", ".b2s-network-select-btn", function () {
865
  jQuery('.b2s-post-item-details-post-format[data-network-auth-id="' + networkAuthId + '"]').val(jQuery('.b2sNetworkSettingsPostFormatCurrent[data-network-type="' + networkType + '"][data-network-id="' + networkId + '"]').val());
866
  //if linkpost then show btn meta tags
867
  var isMetaChecked = false;
868
- if (networkId == "1" && jQuery('#isOgMetaChecked').val() == "1") {
 
869
  isMetaChecked = true;
870
  }
871
  if (networkId == "2" && jQuery('#isCardMetaChecked').val() == "1") {
@@ -874,7 +841,7 @@ jQuery(document).on("click", ".b2s-network-select-btn", function () {
874
  if (isMetaChecked && jQuery('.b2sNetworkSettingsPostFormatCurrent[data-network-type="' + networkType + '"][data-network-id="' + networkId + '"]').val() == "0") {
875
  jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + networkAuthId + '"]').prop("readonly", false);
876
  jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + networkAuthId + '"]').prop("readonly", false);
877
- var dataMetaType = jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + networkAuthId + '"]').attr("data-meta-type");
878
  if (dataMetaType == "og") {
879
  jQuery('#b2sChangeOgMeta').val("1");
880
  } else {
@@ -882,8 +849,8 @@ jQuery(document).on("click", ".b2s-network-select-btn", function () {
882
  }
883
 
884
  //Copy from further item meta tags by same network
885
- jQuery('.b2s-post-item-details-post-format[data-network-id=' + networkId + ']').each(function () {
886
- if (jQuery(this).val() == "0" && jQuery('.b2s-post-ship-item-post-format[data-network-auth-id=' + jQuery(this).attr('data-network-auth-id') + ']').is(":visible") && jQuery(this).attr('data-network-auth-id') != networkAuthId) { //other Linkpost by same network
887
  jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + networkAuthId + '"]').val(jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').val());
888
  jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + networkAuthId + '"]').val(jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').val());
889
  jQuery('.b2s-post-item-details-url-image[data-network-auth-id="' + networkAuthId + '"]').attr('src', jQuery('.b2s-post-item-details-url-image[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').attr('src'));
@@ -908,48 +875,6 @@ jQuery(document).on("click", ".b2s-network-select-btn", function () {
908
  jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').hide();
909
  }
910
 
911
- if (networkId == "3") {
912
- if (jQuery('.b2sNetworkSettingsPostFormatCurrent[data-network-type="' + networkType + '"][data-network-id="' + networkId + '"]').val() == "0") {
913
- jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').show();
914
- jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').trigger("click");
915
- jQuery('.linkedin-url-title[data-network-auth-id="' + networkAuthId + '"]').show();
916
- jQuery('.linkedin-url-desc[data-network-auth-id="' + networkAuthId + '"]').hide(); //not showing on linkedin
917
- jQuery('.b2s-image-remove-btn[data-network-auth-id="' + networkAuthId + '"]').hide();
918
- jQuery('.b2s-select-image-modal-open[data-network-auth-id="' + networkAuthId + '"]').hide();
919
- } else {
920
- jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').hide();
921
- jQuery('.linkedin-url-title[data-network-auth-id="' + networkAuthId + '"]').hide();
922
- jQuery('.linkedin-url-desc[data-network-auth-id="' + networkAuthId + '"]').hide();
923
- jQuery('.b2s-image-remove-btn[data-network-auth-id="' + networkAuthId + '"]').show();
924
- jQuery('.b2s-select-image-modal-open[data-network-auth-id="' + networkAuthId + '"]').show();
925
- }
926
- if (jQuery('.b2s-post-item-details-release-input-date-select[data-network-auth-id="' + networkAuthId + '"]').val() == 1) {
927
- jQuery('.b2s-select-image-modal-open[data-network-auth-id="' + networkAuthId + '"][data-network-count="-1"]').hide();
928
- jQuery('.b2s-image-remove-btn[data-network-auth-id="' + networkAuthId + '"][data-network-count="-1"]').hide();
929
- }
930
- }
931
-
932
- if (networkId == "19" && networkType == "0") {
933
- if (jQuery('.b2sNetworkSettingsPostFormatCurrent[data-network-type="' + networkType + '"][data-network-id="' + networkId + '"]').val() == "0") {
934
- jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').show();
935
- jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').trigger("click");
936
- jQuery('.xing-url-title[data-network-auth-id="' + networkAuthId + '"]').show();
937
- jQuery('.xing-url-desc[data-network-auth-id="' + networkAuthId + '"]').show();
938
- jQuery('.b2s-image-remove-btn[data-network-auth-id="' + networkAuthId + '"]').hide();
939
- jQuery('.b2s-select-image-modal-open[data-network-auth-id="' + networkAuthId + '"]').hide();
940
- } else {
941
- jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').hide();
942
- jQuery('.xing-url-title[data-network-auth-id="' + networkAuthId + '"]').hide();
943
- jQuery('.xing-url-desc[data-network-auth-id="' + networkAuthId + '"]').hide();
944
- jQuery('.b2s-image-remove-btn[data-network-auth-id="' + networkAuthId + '"]').show();
945
- jQuery('.b2s-select-image-modal-open[data-network-auth-id="' + networkAuthId + '"]').show();
946
- }
947
- if (jQuery('.b2s-post-item-details-release-input-date-select[data-network-auth-id="' + networkAuthId + '"]').val() == 1) {
948
- jQuery('.b2s-select-image-modal-open[data-network-auth-id="' + networkAuthId + '"][data-network-count="-1"]').hide();
949
- jQuery('.b2s-image-remove-btn[data-network-auth-id="' + networkAuthId + '"][data-network-count="-1"]').hide();
950
- }
951
- }
952
-
953
  } else {
954
  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()]);
955
  jQuery('.b2s-post-item-details-post-format[data-network-id="' + networkId + '"]').val(jQuery('.b2sNetworkSettingsPostFormatCurrent[data-network-type="' + networkType + '"][data-network-id="' + networkId + '"]').val());
@@ -996,13 +921,13 @@ jQuery(document).on("click", ".b2s-network-select-btn", function () {
996
  //Twitter TOS 032018 - protected multiple accounts with same content to same time
997
  //delete comment field one more
998
  if (networkId == 2) {
999
- if (jQuery('.tw-textarea-input[data-network-id="' + networkId + '"]:visible').length == 1) {
1000
  jQuery('.tw-textarea-input[data-network-auth-id="' + networkAuthId + '"]').text(jQuery('#b2sTwitterOrginalPost').val());
1001
  } else {
1002
  jQuery('.tw-textarea-input[data-network-auth-id="' + networkAuthId + '"]').text("");
1003
  }
1004
  }
1005
-
1006
  } else {
1007
  jQuery(this).addClass('b2s-network-select-btn-deactivate');
1008
  jQuery('.b2s-network-status-img-loading[data-network-auth-id="' + networkAuthId + '"]').show();
@@ -1128,7 +1053,16 @@ jQuery(document).on("click", ".b2s-network-select-btn", function () {
1128
  //Bild setzen
1129
  if (jQuery('#b2s_blog_default_image').val() != "") {
1130
  if (jQuery('.b2s-post-item-details-url-image[data-network-auth-id="' + data.networkAuthId + '"]').length > 0) {
1131
- jQuery('.b2s-post-item-details-url-image[data-network-auth-id="' + data.networkAuthId + '"]').attr('src', jQuery('#b2s_blog_default_image').val());
 
 
 
 
 
 
 
 
 
1132
  if (jQuery('.b2s-post-item-details-release-input-date-select[data-network-auth-id="' + data.networkAuthId + '"]').val() == 1) {
1133
  jQuery('.b2s-image-remove-btn[data-network-auth-id="' + data.networkAuthId + '"][data-network-count="-1"]').hide();
1134
  jQuery('.b2s-image-remove-btn[data-network-auth-id="' + data.networkAuthId + '"][data-network-count="0"]').show();
@@ -1142,14 +1076,15 @@ jQuery(document).on("click", ".b2s-network-select-btn", function () {
1142
  //Time zone
1143
  jQuery('.b2s-settings-time-zone-text').html(jQuery('#user_timezone_text').val());
1144
  //PostFormat
1145
- if (jQuery('.b2s-post-ship-item-post-format-text[data-network-type="' + data.networkType + '"][data-network-id="' + data.networkId + '"]').length > 0) {
1146
  var postFormatText = JSON.parse(jQuery('.b2sNetworkSettingsPostFormatText').val());
1147
  var postFormatType = jQuery('.b2sNetworkSettingsPostFormatCurrent[data-network-type="' + data.networkType + '"][data-network-id="' + data.networkId + '"]').attr('data-post-format-type');
1148
  if (jQuery('#user_version').val() >= 2) {
1149
  jQuery('.b2s-post-ship-item-post-format-text[data-network-auth-id="' + data.networkAuthId + '"]').html(postFormatText[postFormatType][jQuery('.b2sNetworkSettingsPostFormatCurrent[data-network-type="' + data.networkType + '"][data-network-id="' + data.networkId + '"]').val()]);
1150
  jQuery('.b2s-post-item-details-post-format[data-network-auth-id="' + data.networkAuthId + '"]').val(jQuery('.b2sNetworkSettingsPostFormatCurrent[data-network-type="' + data.networkType + '"][data-network-id="' + data.networkId + '"]').val());
1151
  var isMetaChecked = false;
1152
- if (data.networkId == "1" && jQuery('#isOgMetaChecked').val() == "1") {
 
1153
  isMetaChecked = true;
1154
  }
1155
  if (data.networkId == "2" && jQuery('#isCardMetaChecked').val() == "1") {
@@ -1159,16 +1094,17 @@ jQuery(document).on("click", ".b2s-network-select-btn", function () {
1159
  if (isMetaChecked && jQuery('.b2sNetworkSettingsPostFormatCurrent[data-network-type="' + data.networkType + '"][data-network-id="' + data.networkId + '"]').val() == "0") {
1160
  jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + data.networkAuthId + '"]').prop("readonly", false);
1161
  jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + data.networkAuthId + '"]').prop("readonly", false);
1162
- var dataMetaType = jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + data.networkAuthId + '"]').attr("data-meta-type");
1163
  if (dataMetaType == "og") {
1164
  jQuery('#b2sChangeOgMeta').val("1");
 
1165
  } else {
1166
  jQuery('#b2sChangeCardMeta').val("1");
1167
  }
1168
 
1169
  //Copy from further item meta tags by same network
1170
- jQuery('.b2s-post-item-details-post-format[data-network-id=' + data.networkId + ']').each(function () {
1171
- if (jQuery(this).val() == "0" && jQuery('.b2s-post-ship-item-post-format[data-network-auth-id=' + jQuery(this).attr('data-network-auth-id') + ']').is(":visible") && jQuery(this).attr('data-network-auth-id') != data.networkAuthId) { //other Linkpost by same network
1172
  jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + data.networkAuthId + '"]').val(jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').val());
1173
  jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + data.networkAuthId + '"]').val(jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').val());
1174
  jQuery('.b2s-post-item-details-url-image[data-network-auth-id="' + data.networkAuthId + '"]').attr('src', jQuery('.b2s-post-item-details-url-image[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').attr('src'));
@@ -1192,51 +1128,6 @@ jQuery(document).on("click", ".b2s-network-select-btn", function () {
1192
  jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + data.networkAuthId + '"]').hide();
1193
  }
1194
 
1195
- if (data.networkId == "3") {
1196
- if (jQuery('.b2sNetworkSettingsPostFormatCurrent[data-network-type="' + data.networkType + '"][data-network-id="' + data.networkId + '"]').val() == "0") {
1197
- jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + data.networkAuthId + '"]').show();
1198
- if (data.draft == false) {
1199
- jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + data.networkAuthId + '"]').trigger("click");
1200
- }
1201
- jQuery('.linkedin-url-title[data-network-auth-id="' + data.networkAuthId + '"]').show();
1202
- jQuery('.linkedin-url-desc[data-network-auth-id="' + data.networkAuthId + '"]').hide(); // not showing on linkedin
1203
- jQuery('.b2s-image-remove-btn[data-network-auth-id="' + data.networkAuthId + '"]').hide();
1204
- jQuery('.b2s-select-image-modal-open[data-network-auth-id="' + data.networkAuthId + '"]').hide();
1205
- } else {
1206
- jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + data.networkAuthId + '"]').hide();
1207
- jQuery('.linkedin-url-title[data-network-auth-id="' + data.networkAuthId + '"]').hide();
1208
- jQuery('.linkedin-url-desc[data-network-auth-id="' + data.networkAuthId + '"]').hide();
1209
- jQuery('.b2s-image-remove-btn[data-network-auth-id="' + data.networkAuthId + '"]').show();
1210
- jQuery('.b2s-select-image-modal-open[data-network-auth-id="' + data.networkAuthId + '"]').show();
1211
- }
1212
- if (jQuery('.b2s-post-item-details-release-input-date-select[data-network-auth-id="' + data.networkAuthId + '"]').val() == 1) {
1213
- jQuery('.b2s-select-image-modal-open[data-network-auth-id="' + data.networkAuthId + '"][data-network-count="-1"]').hide();
1214
- jQuery('.b2s-image-remove-btn[data-network-auth-id="' + data.networkAuthId + '"][data-network-count="-1"]').hide();
1215
- }
1216
- }
1217
- if (data.networkId == "19" && data.networkType == "0") {
1218
- if (jQuery('.b2sNetworkSettingsPostFormatCurrent[data-network-type="' + data.networkType + '"][data-network-id="' + data.networkId + '"]').val() == "0") {
1219
- jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + data.networkAuthId + '"]').show();
1220
- if (data.draft == false) {
1221
- jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + data.networkAuthId + '"]').trigger("click");
1222
- }
1223
- jQuery('.xing-url-title[data-network-auth-id="' + data.networkAuthId + '"]').show();
1224
- jQuery('.xing-url-desc[data-network-auth-id="' + data.networkAuthId + '"]').show();
1225
- jQuery('.b2s-image-remove-btn[data-network-auth-id="' + data.networkAuthId + '"]').hide();
1226
- jQuery('.b2s-select-image-modal-open[data-network-auth-id="' + data.networkAuthId + '"]').hide();
1227
- } else {
1228
- jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + data.networkAuthId + '"]').hide();
1229
- jQuery('.xing-url-title[data-network-auth-id="' + data.networkAuthId + '"]').hide();
1230
- jQuery('.xing-url-desc[data-network-auth-id="' + data.networkAuthId + '"]').hide();
1231
- jQuery('.b2s-image-remove-btn[data-network-auth-id="' + data.networkAuthId + '"]').show();
1232
- jQuery('.b2s-select-image-modal-open[data-network-auth-id="' + data.networkAuthId + '"]').show();
1233
- }
1234
- if (jQuery('.b2s-post-item-details-release-input-date-select[data-network-auth-id="' + data.networkAuthId + '"]').val() == 1) {
1235
- jQuery('.b2s-select-image-modal-open[data-network-auth-id="' + data.networkAuthId + '"][data-network-count="-1"]').hide();
1236
- jQuery('.b2s-image-remove-btn[data-network-auth-id="' + data.networkAuthId + '"][data-network-count="-1"]').hide();
1237
- }
1238
- }
1239
-
1240
  } else {
1241
  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()]);
1242
  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());
@@ -1266,12 +1157,12 @@ jQuery(document).on("click", ".b2s-network-select-btn", function () {
1266
  //Twitter TOS 032018 - protected multiple accounts with same content to same time
1267
  //delete comment field one more
1268
  if (data.networkId == 2) {
1269
- if (jQuery('.tw-textarea-input[data-network-id="' + data.networkId + '"]:visible').length > 1) {
1270
  var firstAuth = jQuery('.b2s-post-item[data-network-id="' + data.networkId + '"]:first').attr('data-network-auth-id');
1271
  if (firstAuth != data.networkAuthId) {
1272
  jQuery('.tw-textarea-input[data-network-auth-id="' + data.networkAuthId + '"]').text("");
1273
  } else {
1274
- if (jQuery('.tw-textarea-input[data-network-id="' + data.networkId + '"]:visible').length > 2) {
1275
  jQuery('.tw-textarea-input[data-network-auth-id="' + data.networkAuthId + '"]').text("");
1276
  }
1277
  }
@@ -1311,6 +1202,14 @@ jQuery(document).on("click", ".b2s-network-select-btn", function () {
1311
  }
1312
 
1313
  jQuery.each(data.draftActions.sched_image_url, function (index, value) {
 
 
 
 
 
 
 
 
1314
  if (value == "") {
1315
  jQuery('.b2s-image-remove-btn[data-network-auth-id="' + networkAuthId + '"][data-network-count="' + index + '"]').hide();
1316
  jQuery('.b2s-post-item-details-url-image[data-network-auth-id="' + data.networkAuthId + '"][data-network-count="' + index + '"]').attr('src', jQuery('.b2s-network-default-image').val());
@@ -1443,7 +1342,7 @@ jQuery(document).on("click", ".b2s-network-select-btn", function () {
1443
  }
1444
 
1445
  if (data.draftActions.image_url == "") {
1446
- jQuery('.b2s-image-remove-btn[data-network-auth-id="' + networkAuthId + '"][data-network-count="-1"]').hide();
1447
  jQuery('.b2s-post-item-details-url-image[data-network-auth-id="' + data.networkAuthId + '"][data-network-count="-1"]').attr('src', jQuery('.b2s-network-default-image').val());
1448
  jQuery('.b2s-image-url-hidden-field[data-network-auth-id="' + data.networkAuthId + '"][data-network-count="-1"]').val("");
1449
  } else {
@@ -1460,7 +1359,14 @@ jQuery(document).on("click", ".b2s-network-select-btn", function () {
1460
  }
1461
  }
1462
  //XING TOS Group
1463
- jQuery('.b2s-content-info[data-network-auth-id="' + data.networkAuthId + '"').show();
 
 
 
 
 
 
 
1464
 
1465
  } else {
1466
  if (data.error == 'nonce') {
@@ -1477,7 +1383,7 @@ jQuery(document).on("click", ".b2s-network-select-btn", function () {
1477
  }
1478
  }
1479
  }
1480
-
1481
  }
1482
  }
1483
  });
@@ -1500,7 +1406,8 @@ jQuery(document).on('click', '.b2s-post-item-details-url-image', function () {
1500
  var postFormat = jQuery('.b2s-post-item-details-post-format[data-network-auth-id=' + networkAuthId + ']').val();
1501
  var networkId = jQuery('.b2s-post-item-details-post-format[data-network-auth-id=' + networkAuthId + ']').attr("data-network-id");
1502
  var isMetaChecked = false;
1503
- if (networkId == "1" && jQuery('#isOgMetaChecked').val() == "1") {
 
1504
  isMetaChecked = true;
1505
  }
1506
  if (networkId == "2" && jQuery('#isCardMetaChecked').val() == "1") {
@@ -1543,6 +1450,11 @@ jQuery(document).on('click', '.b2s-post-ship-item-post-format', function () {
1543
  jQuery('#b2s-post-ship-item-post-format-modal').modal('show');
1544
  jQuery('.b2s-user-network-settings-post-format').attr('data-network-auth-id', jQuery(this).attr('data-network-auth-id'));
1545
  jQuery('.b2s-user-network-settings-post-format').attr('data-post-wp-type', jQuery(this).attr('data-post-wp-type'));
 
 
 
 
 
1546
  } else {
1547
  jQuery('#b2sInfoFormatModal').modal('show');
1548
  }
@@ -1842,13 +1754,8 @@ jQuery(document).on('click', '.b2s-post-item-details-preview-url-reload', functi
1842
  success: function (data) {
1843
  jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + data.networkAuthId + '"]').removeClass('glyphicon-refresh-animate');
1844
  if (data.result == true) {
1845
- if (data.networkId == 3 || data.networkId == 19) { // LI,XI
1846
- jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + data.networkAuthId + '"]').html(data.title);
1847
- jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + data.networkAuthId + '"]').html(data.description);
1848
- } else {
1849
- jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + data.networkAuthId + '"]').val(data.title);
1850
- jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + data.networkAuthId + '"]').val(data.description);
1851
- }
1852
  if (jQuery('.b2s-post-item-details-url-image[data-network-auth-id="' + data.networkAuthId + '"]').attr('data-network-image-change') == '0') {
1853
  jQuery('.b2s-post-item-details-url-image[data-network-auth-id="' + data.networkAuthId + '"]').attr('src', data.image);
1854
  }
@@ -1860,6 +1767,7 @@ jQuery(document).on('click', '.b2s-post-item-details-preview-url-reload', functi
1860
  jQuery('.b2s-post-item-details-url-image[data-network-auth-id="' + data.networkAuthId + '"]').attr('src', jQuery('#b2sDefaultNoImage').val());
1861
  jQuery('.b2s-image-url-hidden-field[data-network-auth-id="' + data.networkAuthId + '"]').val(jQuery('#b2sDefaultNoImage').val());
1862
  }
 
1863
  }
1864
  } else {
1865
  if (data.error == 'nonce') {
@@ -1874,13 +1782,17 @@ jQuery(document).on('click', '.b2s-post-item-details-preview-url-reload', functi
1874
  }
1875
  });
1876
  jQuery(document).on('click', '.b2s-select-image-modal-open', function () {
 
 
 
1877
  var metaType = jQuery(this).attr('data-meta-type');
1878
  var authId = jQuery(this).attr('data-network-auth-id');
1879
  var countId = jQuery(this).attr('data-network-count');
1880
  var postFormat = jQuery('.b2s-post-item-details-post-format[data-network-auth-id=' + authId + ']').val();
1881
  var networkId = jQuery('.b2s-post-item-details-post-format[data-network-auth-id=' + authId + ']').attr("data-network-id");
1882
  var isMetaChecked = false;
1883
- if (networkId == "1" && jQuery('#isOgMetaChecked').val() == "1") {
 
1884
  isMetaChecked = true;
1885
  }
1886
  if (networkId == "2" && jQuery('#isCardMetaChecked').val() == "1") {
@@ -1908,8 +1820,67 @@ jQuery(document).on('click', '.b2s-select-image-modal-open', function () {
1908
  jQuery('#b2sInsertImageType').val("0");
1909
  if (typeof metaType !== 'undefined') {
1910
  jQuery('.b2s-image-change-this-network').attr('data-meta-type', metaType);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1911
  } else {
1912
  jQuery('.b2s-image-change-this-network').attr('data-meta-type', "");
 
1913
  }
1914
  //set selected image
1915
  var selImageVal = jQuery('.b2s-post-item-details-url-image[data-network-count="' + countId + '"][data-network-auth-id="' + authId + '"]').attr('src');
@@ -1947,13 +1918,22 @@ jQuery(document).on('click', '.b2s-image-remove-btn', function () {
1947
  jQuery('.b2s-image-remove-btn[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').hide();
1948
  }
1949
  });
 
 
 
 
 
 
 
 
 
 
1950
  //customize sched content
1951
  jQuery('.b2s-post-item-details-url-image[data-network-auth-id="' + networkAuthId + '"]').attr('src', defaultImage);
1952
  jQuery('.b2s-image-url-hidden-field[data-network-auth-id="' + networkAuthId + '"]').val("");
1953
  jQuery('.b2s-image-remove-btn[data-network-auth-id="' + networkAuthId + '"]').hide();
1954
  }
1955
  }
1956
-
1957
  return false;
1958
  });
1959
  jQuery(document).on('click', '.b2s-image-change-this-network', function () {
@@ -2021,6 +2001,7 @@ jQuery(document).on('click', '.b2s-image-change-this-network', function () {
2021
  jQuery('.b2s-upload-image-no-permission').hide();
2022
  jQuery('.b2s-upload-image-free-version-info').hide();
2023
  jQuery('#b2s-network-select-image').modal('hide');
 
2024
  return false;
2025
  });
2026
  jQuery(document).on('change', '.b2s-post-item-details-relay', function () {
@@ -2115,15 +2096,26 @@ jQuery(document).on('click', '.b2s-image-change-all-network', function () {
2115
  }
2116
  }
2117
  });
2118
- jQuery('.b2s-post-item-details-url-image[data-network-image-change="1"]').attr('src', jQuery('input[name=image_url]:checked').val());
2119
- jQuery('#b2s_blog_default_image').val(jQuery('input[name=image_url]:checked').val());
2120
- jQuery('.b2s-post-item-details-url-image').removeClass('b2s-img-required');
2121
- jQuery('.b2s-image-url-hidden-field').val(jQuery('input[name=image_url]:checked').val());
2122
- jQuery('.b2s-image-remove-btn').show();
2123
- var networkCountId = jQuery(this).attr('data-network-count');
2124
- if (networkCountId >= 0) {
2125
- jQuery('.b2s-image-remove-btn[data-network-count="-1"]').hide();
 
2126
  }
 
 
 
 
 
 
 
 
 
 
2127
 
2128
  jQuery('.b2s-upload-image-invalid-extension').hide();
2129
  jQuery('.b2s-upload-image-no-permission').hide();
@@ -2131,9 +2123,21 @@ jQuery(document).on('click', '.b2s-image-change-all-network', function () {
2131
  jQuery('.b2sChangeOgMeta').val("1");
2132
  jQuery('.b2sChangeCardMeta').val("1");
2133
  jQuery('#b2s-network-select-image').modal('hide');
 
 
 
 
 
 
 
 
 
 
 
2134
  return false;
2135
  });
2136
  jQuery(document).on('click', '.b2s-upload-image', function () {
 
2137
  if (typeof wp !== 'undefined' && wp.media && wp.media.editor) {
2138
  jQuery('#b2s-network-select-image').modal('hide');
2139
  wpMedia = wp.media({
@@ -2146,12 +2150,14 @@ jQuery(document).on('click', '.b2s-upload-image', function () {
2146
  });
2147
  wpMedia.open();
2148
  wpMedia.on('select', function () {
2149
- var validExtensions = ['jpg', 'jpeg', 'png'];
 
 
2150
  var attachment = wpMedia.state().get('selection').first().toJSON();
2151
  var attachmenUrl = attachment.url;
2152
  var attachmenUrlExt = attachmenUrl.substr(attachmenUrl.lastIndexOf('.') + 1);
2153
  attachmenUrlExt = attachmenUrlExt.toLowerCase();
2154
- if (jQuery.inArray(attachmenUrlExt, validExtensions) == -1) {
2155
  jQuery('#b2s-network-select-image').modal('show');
2156
  jQuery('.b2s-upload-image-invalid-extension').show();
2157
  jQuery('#b2s-upload-image-invalid-extension-file-name').html('<span class="glyphicon glyphicon-ban-circle"></span> ' + attachment.name + '.' + attachmenUrlExt + '<br>');
@@ -2174,7 +2180,7 @@ jQuery(document).on('click', '.b2s-upload-image', function () {
2174
  '</div>' +
2175
  '</div>';
2176
  jQuery('.b2s-image-choose-area').html(jQuery('.b2s-image-choose-area').html() + content);
2177
- jQuery('.b2s-image-change-btn-area').show();
2178
  jQuery('.b2s-choose-image-no-image-info-text').hide();
2179
  jQuery('.b2s-choose-image-no-image-extra-btn').hide();
2180
  jQuery('.b2s-upload-image-invalid-extension').hide();
@@ -2190,6 +2196,32 @@ jQuery(document).on('click', '.b2s-upload-image', function () {
2190
  }
2191
  return false;
2192
  });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2193
  jQuery(document).on('click', '.b2s-upload-image-free-version', function () {
2194
  jQuery('.b2s-upload-image-free-version-info').show();
2195
  });
@@ -2209,7 +2241,7 @@ jQuery.validator.addMethod("unique", function (value, element, params) {
2209
  var curNetworkAuthId = jQuery(element).attr('data-network-auth-id');
2210
  var curNetworkId = jQuery(element).attr('data-network-id');
2211
  var prefix = params;
2212
- var selector = jQuery.validator.format("[name!='{0}'][unique='{1}']", element.name, prefix);
2213
  var matches = new Array();
2214
 
2215
  jQuery('.b2s-unique-content[data-network-id="' + curNetworkId + '"]').hide();
@@ -2222,14 +2254,13 @@ jQuery.validator.addMethod("unique", function (value, element, params) {
2222
  }
2223
  if (jQuery.trim(value) == jQuery.trim(jQuery(item).val())) {
2224
  jQuery('.b2s-unique-content[data-network-auth-id="' + jQuery(item).attr('data-network-auth-id') + '"]').show();
2225
- jQuery('.tw-textarea-input[data-network-auth-id="' + jQuery(item).attr('data-network-auth-id') + '"]').addClass('error');
2226
  matches.push(item);
2227
  }
2228
  });
2229
  if (matches.length != 0) {
2230
  jQuery('.b2s-unique-content[data-network-auth-id="' + curNetworkAuthId + '"]').show();
2231
  }
2232
- return matches.length == 0;
2233
  });
2234
 
2235
 
@@ -2343,7 +2374,7 @@ jQuery("#b2sNetworkSent").validate({
2343
  return false;
2344
  },
2345
  success: function (data) {
2346
- if(data.error == 'nonce') {
2347
  jQuery('.b2s-nonce-check-fail').show();
2348
  return false;
2349
  }
@@ -2446,7 +2477,6 @@ jQuery(document).on('click', '.b2s-loading-area-save-profile-change', function (
2446
  window.addEventListener('message', function (e) {
2447
  if (e.origin == jQuery('#b2sServerUrl').val()) {
2448
  var data = JSON.parse(e.data);
2449
- console.log(data);
2450
  if (typeof data.action !== typeof undefined && data.action == 'approve') {
2451
  jQuery('.b2s-post-item-details-message-result[data-network-auth-id="' + data.networkAuthId + '"]').html("<br><span class=\"text-success\"><i class=\"glyphicon glyphicon-ok-circle\"></i> " + jQuery("#b2sJsTextPublish").val() + " </span>");
2452
  jQuery.ajax({
@@ -3155,6 +3185,16 @@ function networkLimitAll(networkAuthId, networkId, limit) {
3155
  limit = limit - url.length;
3156
  }
3157
  }
 
 
 
 
 
 
 
 
 
 
3158
 
3159
  if (textLength >= limit) {
3160
  newText = text.substring(0, limit);
@@ -3367,6 +3407,11 @@ function loginSuccess(networkId, networkType, displayName, networkAuthId, mandan
3367
  jQuery('.b2s-network-select-btn[data-network-auth-id="' + networkAuthId + '"] > .b2s-network-list > .b2s-network-details > h4').text(displayName);
3368
  jQuery('.b2s-network-select-btn[data-network-auth-id="' + networkAuthId + '"]').trigger('click');
3369
  }
 
 
 
 
 
3370
  }
3371
 
3372
  //jQuery(this).attr('data-network-auth-id')
@@ -3534,7 +3579,21 @@ jQuery('#b2sAuthNetwork6Modal').on('hidden.bs.modal', function () {
3534
  });
3535
 
3536
  // START Pinterest
3537
- jQuery(document).on('click', '.b2s-auth-network-6-login-btn', function() {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3538
  jQuery('.b2s-loading-area').show();
3539
  jQuery('.b2s-auth-network-6-login-area').hide();
3540
  jQuery('.b2s-auth-network-6-login-btn').hide();
@@ -3549,6 +3608,7 @@ jQuery(document).on('click', '.b2s-auth-network-6-login-btn', function() {
3549
  'action': 'b2s_auth_network_login',
3550
  'username': jQuery('#b2s-auth-network-6-username').val(),
3551
  'password': jQuery('#b2s-auth-network-6-password').val(),
 
3552
  'b2s_security_nonce': jQuery('#b2s_security_nonce').val()
3553
  },
3554
  error: function () {
@@ -3571,8 +3631,8 @@ jQuery(document).on('click', '.b2s-auth-network-6-login-btn', function() {
3571
  if (data.error == 'nonce') {
3572
  jQuery('.b2s-nonce-check-fail').show();
3573
  }
3574
- if(typeof data.error != 'undefined' && data.error != ''){
3575
- jQuery('.b2s-auth-network-6-info[data-info="'+data.error+'"]').show();
3576
  return false;
3577
  }
3578
  jQuery('.b2s-auth-network-6-info[data-info="login"]').show();
@@ -3581,7 +3641,7 @@ jQuery(document).on('click', '.b2s-auth-network-6-login-btn', function() {
3581
  });
3582
  });
3583
 
3584
- jQuery(document).on('click', '.b2s-auth-network-6-confirm-btn', function() {
3585
  jQuery('.b2s-loading-area').show();
3586
  jQuery('.b2s-auth-network-6-login-area').hide();
3587
  jQuery('.b2s-auth-network-6-login-btn').hide();
@@ -3618,7 +3678,7 @@ jQuery(document).on('click', '.b2s-auth-network-6-confirm-btn', function() {
3618
  jQuery('.b2s-nonce-check-fail').show();
3619
  }
3620
  if (typeof data.error != 'undefined' && data.error != '') {
3621
- jQuery('.b2s-auth-network-6-info[data-info="'+data.error+'"]').show();
3622
  return false;
3623
  }
3624
  jQuery('.b2s-auth-network-6-info[data-info="default"]').show();
@@ -3627,7 +3687,7 @@ jQuery(document).on('click', '.b2s-auth-network-6-confirm-btn', function() {
3627
  });
3628
  });
3629
 
3630
- jQuery(document).on('click', '.b2s-network-list-add-btn[data-auth-method="client"]', function() {
3631
  jQuery('#b2sAuthNetwork6Modal').modal('show');
3632
  });
3633
 
@@ -3654,4 +3714,64 @@ jQuery(".b2s-auth-network-6-reveal").mouseup(function () {
3654
  jQuery(".b2s-auth-network-6-reveal").mouseout(function () {
3655
  jQuery("#b2s-auth-network-6-password").replaceWith(jQuery('#b2s-auth-network-6-password').clone().attr('type', 'password'));
3656
  });
3657
- // END Pinterest
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  jQuery.noConflict();
2
 
3
  var b2sTosXingGroupCount = 0;
4
+ var currentOGImage = '';
5
 
6
  jQuery(document).on('heartbeat-send', function (e, data) {
7
  data['b2s_heartbeat'] = 'b2s_listener';
95
  var content = "<img class='b2s-post-item-network-image-selected-account' height='22px' src='" + jQuery('.b2s-post-item-network-image[data-network-auth-id="' + networkAuthId + '"]').attr('src') + "' /> " + jQuery('.b2s-post-item-details-network-display-name[data-network-auth-id="' + networkAuthId + '"]').html();
96
  jQuery('.b2s-selected-network-for-image-info').html(content);
97
  jQuery('#b2s-network-select-image').modal('show');
98
+ jQuery('.b2s-image-change-meta-network').hide();
99
  jQuery('#b2sInsertImageType').val("1");
100
  imageSize();
101
 
344
  var postFormat = jQuery('.b2s-post-item-details-post-format[data-network-auth-id=' + networkAuthId + ']').val();
345
  var networkId = jQuery('.b2s-post-item-details-post-format[data-network-auth-id=' + networkAuthId + ']').attr("data-network-id");
346
  var isMetaChecked = false;
347
+ var ogMetaNetworks = jQuery('#ogMetaNetworks').val().split(";");
348
+ if (typeof networkId != 'undefined' && jQuery.inArray(networkId.toString(), ogMetaNetworks) != -1 && jQuery('#isOgMetaChecked').val() == "1") {
349
  isMetaChecked = true;
350
  }
351
  if (networkId == "2" && jQuery('#isCardMetaChecked').val() == "1") {
372
  jQuery(document).on('keyup', '.change-meta-tag', function () {
373
  var currentText = jQuery(this).val();
374
  var metaTag = jQuery(this).attr('data-meta');
375
+ jQuery('.change-meta-tag[data-meta=' + metaTag + ']').each(function () {
376
+ //override this content with current content by keyup
377
+ jQuery(this).val(currentText);
378
+ });
 
 
 
 
 
 
 
 
 
379
  return false;
380
  });
381
  jQuery(document).on('click', '.b2s-get-settings-sched-time-user', function () {
613
  jQuery('.b2s-post-ship-item-post-format-text[data-network-id="' + networkId + '"]').html(postFormatText[postFormatType][postFormat]);
614
  jQuery('.b2s-post-item-details-post-format[data-network-id="' + networkId + '"]').val(postFormat);
615
  }
616
+ if (jQuery('.b2s-network-select-btn[data-network-auth-id="' + networkAuthId + '"]').attr('data-meta-type') == 'og') {
617
+ if (currentOGImage == '' && jQuery('.b2s-image-url-hidden-field[data-network-auth-id="' + networkAuthId + '"]').val() != '') {
618
+ currentOGImage = jQuery('.b2s-image-url-hidden-field[data-network-auth-id="' + networkAuthId + '"]').val();
619
+ if (postFormat == "0") {
620
+ jQuery('.b2s-network-select-btn[data-meta-type="og"]').each(function () {
621
+ jQuery('.b2s-post-item-details-url-image[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').attr('src', currentOGImage);
622
+ jQuery('.b2s-image-url-hidden-field[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').val(currentOGImage);
623
+ jQuery('.b2s-image-remove-btn[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').show();
624
+ if (jQuery('.b2s-post-item-details-release-input-date-select[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').val() == 1) {
625
+ jQuery('.b2s-image-remove-btn[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"][data-network-count="-1"]').hide();
626
+ }
627
+ });
628
+ }
629
+ }
630
+ if (postFormat == "0" && jQuery('.b2s-image-url-hidden-field[data-network-auth-id="' + networkAuthId + '"]').val() != currentOGImage) {
631
+ jQuery('.b2s-image-url-hidden-field[data-network-auth-id="' + networkAuthId + '"]').val(currentOGImage);
632
+ jQuery('.b2s-post-item-details-url-image[data-network-auth-id="' + networkAuthId + '"]').attr('src', currentOGImage);
633
+ jQuery('.b2s-image-remove-btn[data-network-auth-id="' + networkAuthId + '"]').show();
634
+ if (jQuery('.b2s-post-item-details-release-input-date-select[data-network-auth-id="' + networkAuthId + '"]').val() == 1) {
635
+ jQuery('.b2s-image-remove-btn[data-network-auth-id="' + networkAuthId + '"][data-network-count="-1"]').hide();
636
+ }
637
+ }
638
+ }
639
  }
640
  var textLimit = jQuery('.b2s-post-item-details-item-message-input[data-network-count="-1"][data-network-auth-id="' + networkAuthId + '"]').attr('data-network-text-limit');
641
  if (textLimit != "0") {
646
 
647
  //Edit Meta Tags
648
  var isMetaChecked = false;
649
+ var ogMetaNetworks = jQuery('#ogMetaNetworks').val().split(";");
650
+ if (typeof networkId != 'undefined' && jQuery.inArray(networkId.toString(), ogMetaNetworks) != -1 && jQuery('#isOgMetaChecked').val() == "1") {
651
  isMetaChecked = true;
652
  }
653
  if (networkId == "2" && jQuery('#isCardMetaChecked').val() == "1") {
656
  if (isMetaChecked && postFormat == '0' && jQuery('#user_version').val() > 0) { //If linkpost
657
  jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + networkAuthId + '"]').prop("readonly", false);
658
  jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + networkAuthId + '"]').prop("readonly", false);
659
+ var dataMetaType = jQuery('.b2s-network-select-btn[data-network-auth-id="' + networkAuthId + '"]').attr("data-meta-type");
660
  if (dataMetaType == "og") {
661
  jQuery('#b2sChangeOgMeta').val("1");
662
  } else {
668
  if (jQuery(this).val() == "0" && jQuery('.b2s-post-ship-item-post-format[data-network-auth-id=' + jQuery(this).attr('data-network-auth-id') + ']').is(":visible") && jQuery(this).attr('data-network-auth-id') != networkAuthId) { //other Linkpost by same network
669
  jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + networkAuthId + '"]').val(jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').val());
670
  jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + networkAuthId + '"]').val(jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').val());
 
671
  jQuery('.b2s-image-url-hidden-field[data-network-auth-id="' + networkAuthId + '"]').val(jQuery('.b2s-image-url-hidden-field[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').val());
672
  if (jQuery('.b2s-image-remove-btn[data-network-count="-1"][data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]:visible').length == 1) {
673
  jQuery('.b2s-image-remove-btn[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"][data-network-count="-1"]').show();
688
  }
689
  }
690
  jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').show();
691
+ if (jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').hasClass('disabled')) {
 
 
692
  jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').removeClass('disabled');
693
  }
694
  }
734
  jQuery('.b2s-image-remove-btn[data-network-auth-id="' + networkAuthId + '"][data-network-count="-1"]').hide();
735
  }
736
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
737
  jQuery('.b2s-user-network-settings-post-format[data-network-type="' + networkType + '"][data-network-id="' + networkId + '"]').removeClass('b2s-settings-checked');
738
  jQuery(this).addClass('b2s-settings-checked');
739
  jQuery('#b2s-post-ship-item-post-format-modal').modal('hide');
740
+ checkGifAnimation(networkAuthId, networkId);
741
  return false;
742
  });
743
  jQuery(document).on("click", ".b2s-post-ship-item-full-text", function () {
804
  var networkAuthId = jQuery(this).attr('data-network-auth-id');
805
  var networkId = jQuery(this).attr('data-network-id');
806
  var networkType = jQuery(this).attr('data-network-type');
807
+ var metaType = jQuery(this).attr('data-meta-type');
808
 
809
  //doppelklick Schutz
810
  if (!jQuery(this).hasClass('b2s-network-select-btn-deactivate')) {
823
  if (jQuery('.b2s-post-item[data-network-auth-id="' + networkAuthId + '"]').length > 0 && !jQuery('.b2s-post-item[data-network-auth-id="' + networkAuthId + '"]').hasClass('b2s-post-item-connection-fail-dummy')) {
824
  activatePortal(networkAuthId);
825
  //PostFormat
826
+ if (jQuery('.b2s-post-ship-item-post-format-text[data-network-type="' + networkType + '"][data-network-id="' + networkId + '"]').length > 0 || networkId == 15) {
827
  var postFormatText = JSON.parse(jQuery('.b2sNetworkSettingsPostFormatText').val());
828
  var postFormatType = jQuery('.b2sNetworkSettingsPostFormatCurrent[data-network-type="' + networkType + '"][data-network-id="' + networkId + '"]').attr('data-post-format-type');
829
  if (jQuery('#user_version').val() >= 2) {
831
  jQuery('.b2s-post-item-details-post-format[data-network-auth-id="' + networkAuthId + '"]').val(jQuery('.b2sNetworkSettingsPostFormatCurrent[data-network-type="' + networkType + '"][data-network-id="' + networkId + '"]').val());
832
  //if linkpost then show btn meta tags
833
  var isMetaChecked = false;
834
+ var ogMetaNetworks = jQuery('#ogMetaNetworks').val().split(";");
835
+ if (typeof networkId != 'undefined' && jQuery.inArray(networkId.toString(), ogMetaNetworks) != -1 && jQuery('#isOgMetaChecked').val() == "1") {
836
  isMetaChecked = true;
837
  }
838
  if (networkId == "2" && jQuery('#isCardMetaChecked').val() == "1") {
841
  if (isMetaChecked && jQuery('.b2sNetworkSettingsPostFormatCurrent[data-network-type="' + networkType + '"][data-network-id="' + networkId + '"]').val() == "0") {
842
  jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + networkAuthId + '"]').prop("readonly", false);
843
  jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + networkAuthId + '"]').prop("readonly", false);
844
+ var dataMetaType = jQuery('.b2s-network-select-btn[data-network-auth-id="' + networkAuthId + '"]').attr("data-meta-type");
845
  if (dataMetaType == "og") {
846
  jQuery('#b2sChangeOgMeta').val("1");
847
  } else {
849
  }
850
 
851
  //Copy from further item meta tags by same network
852
+ jQuery('.change-meta-tag[data-meta-type="' + dataMetaType + '"]').each(function () {
853
+ if (jQuery('.b2s-post-item-details-post-format[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').val() == "0" && jQuery(this).attr('data-network-auth-id') != networkAuthId) { //other Linkpost by same network
854
  jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + networkAuthId + '"]').val(jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').val());
855
  jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + networkAuthId + '"]').val(jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').val());
856
  jQuery('.b2s-post-item-details-url-image[data-network-auth-id="' + networkAuthId + '"]').attr('src', jQuery('.b2s-post-item-details-url-image[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').attr('src'));
875
  jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').hide();
876
  }
877
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
878
  } else {
879
  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()]);
880
  jQuery('.b2s-post-item-details-post-format[data-network-id="' + networkId + '"]').val(jQuery('.b2sNetworkSettingsPostFormatCurrent[data-network-type="' + networkType + '"][data-network-id="' + networkId + '"]').val());
921
  //Twitter TOS 032018 - protected multiple accounts with same content to same time
922
  //delete comment field one more
923
  if (networkId == 2) {
924
+ if (jQuery('.b2s-post-item[data-network-id="' + networkId + '"]:visible').length == 1) {
925
  jQuery('.tw-textarea-input[data-network-auth-id="' + networkAuthId + '"]').text(jQuery('#b2sTwitterOrginalPost').val());
926
  } else {
927
  jQuery('.tw-textarea-input[data-network-auth-id="' + networkAuthId + '"]').text("");
928
  }
929
  }
930
+ checkGifAnimation(networkAuthId, networkId);
931
  } else {
932
  jQuery(this).addClass('b2s-network-select-btn-deactivate');
933
  jQuery('.b2s-network-status-img-loading[data-network-auth-id="' + networkAuthId + '"]').show();
1053
  //Bild setzen
1054
  if (jQuery('#b2s_blog_default_image').val() != "") {
1055
  if (jQuery('.b2s-post-item-details-url-image[data-network-auth-id="' + data.networkAuthId + '"]').length > 0) {
1056
+ var networkNotAllowGif = jQuery('#b2sNotAllowGif').val().split(";");
1057
+ var networkId = jQuery('.b2s-network-select-btn[data-network-auth-id="' + networkAuthId + '"]').attr('data-network-id');
1058
+ var attachmenUrl = jQuery('#b2s_blog_default_image').val();
1059
+ var attachmenUrlExt = attachmenUrl.substr(attachmenUrl.lastIndexOf('.') + 1);
1060
+ attachmenUrlExt = attachmenUrlExt.toLowerCase();
1061
+ if (attachmenUrlExt == 'gif' && jQuery.inArray(networkId, networkNotAllowGif) != -1) {
1062
+ jQuery('.b2s-post-item-details-url-image[data-network-auth-id="' + data.networkAuthId + '"]').attr('src', jQuery('.b2s-network-default-image').val());
1063
+ } else {
1064
+ jQuery('.b2s-post-item-details-url-image[data-network-auth-id="' + data.networkAuthId + '"]').attr('src', jQuery('#b2s_blog_default_image').val());
1065
+ }
1066
  if (jQuery('.b2s-post-item-details-release-input-date-select[data-network-auth-id="' + data.networkAuthId + '"]').val() == 1) {
1067
  jQuery('.b2s-image-remove-btn[data-network-auth-id="' + data.networkAuthId + '"][data-network-count="-1"]').hide();
1068
  jQuery('.b2s-image-remove-btn[data-network-auth-id="' + data.networkAuthId + '"][data-network-count="0"]').show();
1076
  //Time zone
1077
  jQuery('.b2s-settings-time-zone-text').html(jQuery('#user_timezone_text').val());
1078
  //PostFormat
1079
+ if (jQuery('.b2s-post-ship-item-post-format-text[data-network-type="' + data.networkType + '"][data-network-id="' + data.networkId + '"]').length > 0 || data.networkId == 15) {
1080
  var postFormatText = JSON.parse(jQuery('.b2sNetworkSettingsPostFormatText').val());
1081
  var postFormatType = jQuery('.b2sNetworkSettingsPostFormatCurrent[data-network-type="' + data.networkType + '"][data-network-id="' + data.networkId + '"]').attr('data-post-format-type');
1082
  if (jQuery('#user_version').val() >= 2) {
1083
  jQuery('.b2s-post-ship-item-post-format-text[data-network-auth-id="' + data.networkAuthId + '"]').html(postFormatText[postFormatType][jQuery('.b2sNetworkSettingsPostFormatCurrent[data-network-type="' + data.networkType + '"][data-network-id="' + data.networkId + '"]').val()]);
1084
  jQuery('.b2s-post-item-details-post-format[data-network-auth-id="' + data.networkAuthId + '"]').val(jQuery('.b2sNetworkSettingsPostFormatCurrent[data-network-type="' + data.networkType + '"][data-network-id="' + data.networkId + '"]').val());
1085
  var isMetaChecked = false;
1086
+ var ogMetaNetworks = jQuery('#ogMetaNetworks').val().split(";");
1087
+ if (typeof data.networkId != 'undefined' && jQuery.inArray(data.networkId.toString(), ogMetaNetworks) != -1 && jQuery('#isOgMetaChecked').val() == "1") {
1088
  isMetaChecked = true;
1089
  }
1090
  if (data.networkId == "2" && jQuery('#isCardMetaChecked').val() == "1") {
1094
  if (isMetaChecked && jQuery('.b2sNetworkSettingsPostFormatCurrent[data-network-type="' + data.networkType + '"][data-network-id="' + data.networkId + '"]').val() == "0") {
1095
  jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + data.networkAuthId + '"]').prop("readonly", false);
1096
  jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + data.networkAuthId + '"]').prop("readonly", false);
1097
+ var dataMetaType = jQuery('.b2s-network-select-btn[data-network-auth-id="' + data.networkAuthId + '"]').attr("data-meta-type");
1098
  if (dataMetaType == "og") {
1099
  jQuery('#b2sChangeOgMeta').val("1");
1100
+ //TODO change image to OG image
1101
  } else {
1102
  jQuery('#b2sChangeCardMeta').val("1");
1103
  }
1104
 
1105
  //Copy from further item meta tags by same network
1106
+ jQuery('.change-meta-tag[data-meta-type="' + dataMetaType + '"]').each(function () {
1107
+ if (jQuery('.b2s-post-item-details-post-format[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').val() == "0" && jQuery(this).attr('data-network-auth-id') != data.networkAuthId) { //other Linkpost by same network
1108
  jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + data.networkAuthId + '"]').val(jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').val());
1109
  jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + data.networkAuthId + '"]').val(jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').val());
1110
  jQuery('.b2s-post-item-details-url-image[data-network-auth-id="' + data.networkAuthId + '"]').attr('src', jQuery('.b2s-post-item-details-url-image[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').attr('src'));
1128
  jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + data.networkAuthId + '"]').hide();
1129
  }
1130
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1131
  } else {
1132
  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()]);
1133
  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());
1157
  //Twitter TOS 032018 - protected multiple accounts with same content to same time
1158
  //delete comment field one more
1159
  if (data.networkId == 2) {
1160
+ if (jQuery('.tw-textarea-input[data-network-id="' + data.networkId + '"]:visible').length >= 1) {
1161
  var firstAuth = jQuery('.b2s-post-item[data-network-id="' + data.networkId + '"]:first').attr('data-network-auth-id');
1162
  if (firstAuth != data.networkAuthId) {
1163
  jQuery('.tw-textarea-input[data-network-auth-id="' + data.networkAuthId + '"]').text("");
1164
  } else {
1165
+ if (jQuery('.tw-textarea-input[data-network-id="' + data.networkId + '"]:visible').length >= 2) {
1166
  jQuery('.tw-textarea-input[data-network-auth-id="' + data.networkAuthId + '"]').text("");
1167
  }
1168
  }
1202
  }
1203
 
1204
  jQuery.each(data.draftActions.sched_image_url, function (index, value) {
1205
+ var ogMetaNetworks = jQuery('#ogMetaNetworks').val().split(";");
1206
+ if (typeof networkId != 'undefined' && jQuery.inArray(networkId.toString(), ogMetaNetworks) != -1 && jQuery('#isOgMetaChecked').val() == "1") {
1207
+ if (currentOGImage == '') {
1208
+ currentOGImage = value;
1209
+ } else {
1210
+ value = currentOGImage;
1211
+ }
1212
+ }
1213
  if (value == "") {
1214
  jQuery('.b2s-image-remove-btn[data-network-auth-id="' + networkAuthId + '"][data-network-count="' + index + '"]').hide();
1215
  jQuery('.b2s-post-item-details-url-image[data-network-auth-id="' + data.networkAuthId + '"][data-network-count="' + index + '"]').attr('src', jQuery('.b2s-network-default-image').val());
1342
  }
1343
 
1344
  if (data.draftActions.image_url == "") {
1345
+ jQuery('.b2s-image-remove-btn[data-network-auth-id="' + data.networkAuthId + '"][data-network-count="-1"]').hide();
1346
  jQuery('.b2s-post-item-details-url-image[data-network-auth-id="' + data.networkAuthId + '"][data-network-count="-1"]').attr('src', jQuery('.b2s-network-default-image').val());
1347
  jQuery('.b2s-image-url-hidden-field[data-network-auth-id="' + data.networkAuthId + '"][data-network-count="-1"]').val("");
1348
  } else {
1359
  }
1360
  }
1361
  //XING TOS Group
1362
+ if (data.networkId == 19) {
1363
+ jQuery('.b2s-content-info[data-network-auth-id="' + data.networkAuthId + '"').show();
1364
+ }
1365
+
1366
+ if (metaType == 'og' && currentOGImage != '') {
1367
+ jQuery('.b2s-image-url-hidden-field[data-network-auth-id="' + data.networkAuthId + '"]').val(currentOGImage);
1368
+ jQuery('.b2s-post-item-details-url-image[data-network-auth-id="' + data.networkAuthId + '"]').attr('src', currentOGImage);
1369
+ }
1370
 
1371
  } else {
1372
  if (data.error == 'nonce') {
1383
  }
1384
  }
1385
  }
1386
+ checkGifAnimation(data.networkAuthId, data.networkId);
1387
  }
1388
  }
1389
  });
1406
  var postFormat = jQuery('.b2s-post-item-details-post-format[data-network-auth-id=' + networkAuthId + ']').val();
1407
  var networkId = jQuery('.b2s-post-item-details-post-format[data-network-auth-id=' + networkAuthId + ']').attr("data-network-id");
1408
  var isMetaChecked = false;
1409
+ var ogMetaNetworks = jQuery('#ogMetaNetworks').val().split(";");
1410
+ if (typeof networkId != 'undefined' && jQuery.inArray(networkId.toString(), ogMetaNetworks) != -1 && jQuery('#isOgMetaChecked').val() == "1") {
1411
  isMetaChecked = true;
1412
  }
1413
  if (networkId == "2" && jQuery('#isCardMetaChecked').val() == "1") {
1450
  jQuery('#b2s-post-ship-item-post-format-modal').modal('show');
1451
  jQuery('.b2s-user-network-settings-post-format').attr('data-network-auth-id', jQuery(this).attr('data-network-auth-id'));
1452
  jQuery('.b2s-user-network-settings-post-format').attr('data-post-wp-type', jQuery(this).attr('data-post-wp-type'));
1453
+ if (jQuery('.b2s-post-item-details-post-format[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').val() == "1" && jQuery('.b2s-image-url-hidden-field[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').val() != currentOGImage && jQuery('.b2s-network-select-btn[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').attr('data-meta-type') == 'og') {
1454
+ jQuery('.b2s-select-link-chang-image').show();
1455
+ } else {
1456
+ jQuery('.b2s-select-link-chang-image').hide();
1457
+ }
1458
  } else {
1459
  jQuery('#b2sInfoFormatModal').modal('show');
1460
  }
1754
  success: function (data) {
1755
  jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + data.networkAuthId + '"]').removeClass('glyphicon-refresh-animate');
1756
  if (data.result == true) {
1757
+ jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + data.networkAuthId + '"]').val(data.title);
1758
+ jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + data.networkAuthId + '"]').val(data.description);
 
 
 
 
 
1759
  if (jQuery('.b2s-post-item-details-url-image[data-network-auth-id="' + data.networkAuthId + '"]').attr('data-network-image-change') == '0') {
1760
  jQuery('.b2s-post-item-details-url-image[data-network-auth-id="' + data.networkAuthId + '"]').attr('src', data.image);
1761
  }
1767
  jQuery('.b2s-post-item-details-url-image[data-network-auth-id="' + data.networkAuthId + '"]').attr('src', jQuery('#b2sDefaultNoImage').val());
1768
  jQuery('.b2s-image-url-hidden-field[data-network-auth-id="' + data.networkAuthId + '"]').val(jQuery('#b2sDefaultNoImage').val());
1769
  }
1770
+ checkGifAnimation(data.networkAuthId, data.networkId);
1771
  }
1772
  } else {
1773
  if (data.error == 'nonce') {
1782
  }
1783
  });
1784
  jQuery(document).on('click', '.b2s-select-image-modal-open', function () {
1785
+ jQuery('.b2s-upload-image-invalid-extension').hide();
1786
+ jQuery('.b2s-image-change-meta-network').hide();
1787
+ jQuery('.b2s-image-change-this-network').show();
1788
  var metaType = jQuery(this).attr('data-meta-type');
1789
  var authId = jQuery(this).attr('data-network-auth-id');
1790
  var countId = jQuery(this).attr('data-network-count');
1791
  var postFormat = jQuery('.b2s-post-item-details-post-format[data-network-auth-id=' + authId + ']').val();
1792
  var networkId = jQuery('.b2s-post-item-details-post-format[data-network-auth-id=' + authId + ']').attr("data-network-id");
1793
  var isMetaChecked = false;
1794
+ var ogMetaNetworks = jQuery('#ogMetaNetworks').val().split(";");
1795
+ if (typeof networkId != 'undefined' && jQuery.inArray(networkId.toString(), ogMetaNetworks) != -1 && jQuery('#isOgMetaChecked').val() == "1") {
1796
  isMetaChecked = true;
1797
  }
1798
  if (networkId == "2" && jQuery('#isCardMetaChecked').val() == "1") {
1820
  jQuery('#b2sInsertImageType').val("0");
1821
  if (typeof metaType !== 'undefined') {
1822
  jQuery('.b2s-image-change-this-network').attr('data-meta-type', metaType);
1823
+
1824
+ if (metaType == 'og' && postFormat != "1") {
1825
+ var activeMetaNetworks = {};
1826
+ var inactiveMetaNetworks = {};
1827
+ jQuery('.b2s-network-select-btn[data-meta-type="' + metaType + '"]').each(function () {
1828
+ if (jQuery(this).find('.active').length > 0) {
1829
+ activeMetaNetworks[jQuery(this).attr('data-network-auth-id')] = jQuery(this).attr('data-network-id');
1830
+ } else {
1831
+ inactiveMetaNetworks[jQuery(this).attr('data-network-auth-id')] = jQuery(this).attr('data-network-id');
1832
+ }
1833
+ });
1834
+
1835
+ jQuery('.b2s-change-meta-image-networks').html('');
1836
+ jQuery.each(activeMetaNetworks, function (key, value) {
1837
+ jQuery('.b2s-change-meta-image-networks').append('<div style="display: inline-block;"><img class="b2s-meta-image-network-icon" src="' + jQuery('#b2sPortalImagePath').val() + value + '_flat.png' + '"> ' + jQuery('.b2s-network-select-btn[data-network-auth-id="' + key + '"]').attr('data-network-display-name').toUpperCase() + '</div>');
1838
+ });
1839
+ jQuery.each(inactiveMetaNetworks, function (key, value) {
1840
+ jQuery('.b2s-change-meta-image-networks').append('<div style="display: inline-block;"><img class="b2s-meta-image-network-icon b2s-btn-disabled" src="' + jQuery('#b2sPortalImagePath').val() + value + '_flat.png' + '"> ' + jQuery('.b2s-network-select-btn[data-network-auth-id="' + key + '"]').attr('data-network-display-name').toUpperCase() + '</div>');
1841
+ });
1842
+ jQuery('.b2s-change-meta-image-info').show();
1843
+
1844
+ jQuery('.b2s-image-change-meta-network').show();
1845
+ jQuery('.b2s-image-change-this-network').hide();
1846
+
1847
+ jQuery(document).on('click', '.b2s-image-change-meta-network', function () {
1848
+ currentOGImage = jQuery('input[name=image_url]:checked').val();
1849
+ if (jQuery('.b2s-input-hidden[name="action"][value="b2s_edit_save_post"]').length > 0) { //sched or calender view
1850
+ jQuery('.b2s-image-change-this-network').trigger('click');
1851
+ } else { //ship view
1852
+ jQuery.each(activeMetaNetworks, function (networkAuthId, networkId) {
1853
+ if (jQuery('.b2s-post-item-details-post-format[data-network-auth-id="' + networkAuthId + '"]').val() != "1") {
1854
+ jQuery('.b2s-post-item-details-url-image[data-network-auth-id="' + networkAuthId + '"]').attr('src', currentOGImage);
1855
+ jQuery('.b2s-image-url-hidden-field[data-network-auth-id="' + networkAuthId + '"]').val(currentOGImage);
1856
+ checkGifAnimation(networkAuthId, networkId);
1857
+ jQuery('.b2s-image-remove-btn[data-network-auth-id="' + networkAuthId + '"]').show();
1858
+ if (jQuery('.b2s-post-item-details-release-input-date-select[data-network-auth-id="' + networkAuthId + '"]').val() == 1) {
1859
+ jQuery('.b2s-image-remove-btn[data-network-auth-id="' + networkAuthId + '"][data-network-count="-1"]').hide();
1860
+ }
1861
+ }
1862
+ });
1863
+ jQuery.each(inactiveMetaNetworks, function (networkAuthId, networkId) {
1864
+ if (jQuery('.b2s-post-item-details-post-format[data-network-auth-id="' + networkAuthId + '"]').val() != "1") {
1865
+ jQuery('.b2s-post-item-details-url-image[data-network-auth-id="' + networkAuthId + '"]').attr('src', currentOGImage);
1866
+ jQuery('.b2s-image-url-hidden-field[data-network-auth-id="' + networkAuthId + '"]').val(currentOGImage);
1867
+ checkGifAnimation(networkAuthId, networkId);
1868
+ jQuery('.b2s-image-remove-btn[data-network-auth-id="' + networkAuthId + '"]').show();
1869
+ if (jQuery('.b2s-post-item-details-release-input-date-select[data-network-auth-id="' + networkAuthId + '"]').val() == 1) {
1870
+ jQuery('.b2s-image-remove-btn[data-network-auth-id="' + networkAuthId + '"][data-network-count="-1"]').hide();
1871
+ }
1872
+ }
1873
+ });
1874
+ }
1875
+ jQuery('#b2s-network-select-image').modal('hide');
1876
+ });
1877
+ } else {
1878
+ jQuery('.b2s-change-meta-image-info').hide();
1879
+ }
1880
+
1881
  } else {
1882
  jQuery('.b2s-image-change-this-network').attr('data-meta-type', "");
1883
+ jQuery('.b2s-change-meta-image-info').hide();
1884
  }
1885
  //set selected image
1886
  var selImageVal = jQuery('.b2s-post-item-details-url-image[data-network-count="' + countId + '"][data-network-auth-id="' + authId + '"]').attr('src');
1918
  jQuery('.b2s-image-remove-btn[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').hide();
1919
  }
1920
  });
1921
+ if (jQuery('.b2s-select-image-modal-open[data-network-auth-id=' + networkAuthId + ']').attr('data-meta-type') == 'og') {
1922
+ jQuery('.b2s-select-image-modal-open[data-meta-type="og"]').each(function () {
1923
+ if (jQuery('.b2s-post-item-details-post-format[data-network-auth-id=' + jQuery(this).attr('data-network-auth-id') + ']').val() == "0") {
1924
+ jQuery('.b2s-post-item-details-url-image[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').attr('src', defaultImage);
1925
+ jQuery('.b2s-image-url-hidden-field[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').val("");
1926
+ jQuery('.b2s-image-remove-btn[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').hide();
1927
+ }
1928
+ });
1929
+ currentOGImage = '';
1930
+ }
1931
  //customize sched content
1932
  jQuery('.b2s-post-item-details-url-image[data-network-auth-id="' + networkAuthId + '"]').attr('src', defaultImage);
1933
  jQuery('.b2s-image-url-hidden-field[data-network-auth-id="' + networkAuthId + '"]').val("");
1934
  jQuery('.b2s-image-remove-btn[data-network-auth-id="' + networkAuthId + '"]').hide();
1935
  }
1936
  }
 
1937
  return false;
1938
  });
1939
  jQuery(document).on('click', '.b2s-image-change-this-network', function () {
2001
  jQuery('.b2s-upload-image-no-permission').hide();
2002
  jQuery('.b2s-upload-image-free-version-info').hide();
2003
  jQuery('#b2s-network-select-image').modal('hide');
2004
+ checkGifAnimation(networkAuthId, networkId);
2005
  return false;
2006
  });
2007
  jQuery(document).on('change', '.b2s-post-item-details-relay', function () {
2096
  }
2097
  }
2098
  });
2099
+ var noGifs = '';
2100
+ if (typeof jQuery('input[name=image_url]:checked').val() !== typeof undefined) {
2101
+ var attachmenUrlExt = jQuery('input[name=image_url]:checked').val().substr(jQuery('input[name=image_url]:checked').val().lastIndexOf('.') + 1).toLowerCase();
2102
+ if (attachmenUrlExt == 'gif') {
2103
+ var networkNotAllowGif = jQuery('#b2sNotAllowGif').val().split(";");
2104
+ jQuery.each(networkNotAllowGif, function (key, value) {
2105
+ noGifs += ':not([data-network-id="' + value + '"])';
2106
+ });
2107
+ }
2108
  }
2109
+ jQuery('.b2s-post-item-details-url-image[data-network-image-change="1"]' + noGifs).attr('src', jQuery('input[name=image_url]:checked').val());
2110
+ jQuery('#b2s_blog_default_image').val(jQuery('input[name=image_url]:checked').val());
2111
+ jQuery('.b2s-post-item-details-url-image' + noGifs).removeClass('b2s-img-required');
2112
+ jQuery('.b2s-image-url-hidden-field' + noGifs).val(jQuery('input[name=image_url]:checked').val());
2113
+ jQuery('.b2s-image-remove-btn' + noGifs).show();
2114
+ jQuery('.b2s-post-item-details-release-input-date-select' + noGifs).each(function () {
2115
+ if (jQuery(this).val() == 1) {
2116
+ jQuery('.b2s-image-remove-btn[data-network-count="-1"][data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]' + noGifs).hide();
2117
+ }
2118
+ });
2119
 
2120
  jQuery('.b2s-upload-image-invalid-extension').hide();
2121
  jQuery('.b2s-upload-image-no-permission').hide();
2123
  jQuery('.b2sChangeOgMeta').val("1");
2124
  jQuery('.b2sChangeCardMeta').val("1");
2125
  jQuery('#b2s-network-select-image').modal('hide');
2126
+
2127
+ currentOGImage = jQuery('input[name=image_url]:checked').val();
2128
+ if (typeof currentOGImage !== typeof undefined) {
2129
+ var attachmenUrlExt = currentOGImage.substr(currentOGImage.lastIndexOf('.') + 1);
2130
+ attachmenUrlExt = attachmenUrlExt.toLowerCase();
2131
+ if (attachmenUrlExt == 'gif') {
2132
+ jQuery('.b2s-image-url-hidden-field').each(function () {
2133
+ checkGifAnimation(jQuery(this).attr('data-network-auth-id'), jQuery(this).attr('data-network-id'));
2134
+ });
2135
+ }
2136
+ }
2137
  return false;
2138
  });
2139
  jQuery(document).on('click', '.b2s-upload-image', function () {
2140
+ var networkAuthId = jQuery(this).attr('data-network-auth-id');
2141
  if (typeof wp !== 'undefined' && wp.media && wp.media.editor) {
2142
  jQuery('#b2s-network-select-image').modal('hide');
2143
  wpMedia = wp.media({
2150
  });
2151
  wpMedia.open();
2152
  wpMedia.on('select', function () {
2153
+ var validExtensions = ['jpg', 'jpeg', 'png', 'gif'];
2154
+ var networkNotAllowGif = jQuery('#b2sNotAllowGif').val().split(";");
2155
+ var networkId = jQuery('input[name="b2s[' + networkAuthId + '][network_id]"]').val();
2156
  var attachment = wpMedia.state().get('selection').first().toJSON();
2157
  var attachmenUrl = attachment.url;
2158
  var attachmenUrlExt = attachmenUrl.substr(attachmenUrl.lastIndexOf('.') + 1);
2159
  attachmenUrlExt = attachmenUrlExt.toLowerCase();
2160
+ if (jQuery.inArray(attachmenUrlExt, validExtensions) == -1 || (attachmenUrlExt == 'gif' && jQuery.inArray(networkId, networkNotAllowGif) != -1)) {
2161
  jQuery('#b2s-network-select-image').modal('show');
2162
  jQuery('.b2s-upload-image-invalid-extension').show();
2163
  jQuery('#b2s-upload-image-invalid-extension-file-name').html('<span class="glyphicon glyphicon-ban-circle"></span> ' + attachment.name + '.' + attachmenUrlExt + '<br>');
2180
  '</div>' +
2181
  '</div>';
2182
  jQuery('.b2s-image-choose-area').html(jQuery('.b2s-image-choose-area').html() + content);
2183
+ // jQuery('.b2s-image-change-btn-area').show();
2184
  jQuery('.b2s-choose-image-no-image-info-text').hide();
2185
  jQuery('.b2s-choose-image-no-image-extra-btn').hide();
2186
  jQuery('.b2s-upload-image-invalid-extension').hide();
2196
  }
2197
  return false;
2198
  });
2199
+ jQuery(document).on('change', '.checkNetworkImage', function () {
2200
+ var networkNotAllowGif = jQuery('#b2sNotAllowGif').val().split(";");
2201
+ var attachmenUrlExt = jQuery('input[name=image_url]:checked').val().substr(jQuery('input[name=image_url]:checked').val().lastIndexOf('.') + 1);
2202
+ attachmenUrlExt = attachmenUrlExt.toLowerCase();
2203
+ if (attachmenUrlExt == 'gif') {
2204
+ var networkAuthId = jQuery('.b2s-upload-image').attr('data-network-auth-id');
2205
+ var networkId = jQuery('input[name="b2s[' + networkAuthId + '][network_id]"]').val();
2206
+ if (jQuery.inArray(networkId, networkNotAllowGif) != -1) {
2207
+ jQuery('.b2s-image-change-this-network').attr('disabled', true);
2208
+ jQuery('.b2s-image-change-all-network').attr('disabled', true);
2209
+ jQuery('.b2s-upload-image-invalid-extension').show();
2210
+ jQuery('#b2s-upload-image-invalid-extension-file-name').html();
2211
+ } else {
2212
+ jQuery('.b2s-image-change-this-network').attr('disabled', false);
2213
+ jQuery('.b2s-image-change-all-network').attr('disabled', false);
2214
+ }
2215
+ jQuery('.b2s-gif-support-info').show();
2216
+ } else {
2217
+ jQuery('.b2s-image-change-this-network').attr('disabled', false);
2218
+ jQuery('.b2s-image-change-all-network').attr('disabled', false);
2219
+ jQuery('.b2s-gif-support-info').hide();
2220
+ }
2221
+ });
2222
+ jQuery('#b2s-network-select-image').on('shown.bs.modal', function () {
2223
+ jQuery('.checkNetworkImage').trigger('change');
2224
+ });
2225
  jQuery(document).on('click', '.b2s-upload-image-free-version', function () {
2226
  jQuery('.b2s-upload-image-free-version-info').show();
2227
  });
2241
  var curNetworkAuthId = jQuery(element).attr('data-network-auth-id');
2242
  var curNetworkId = jQuery(element).attr('data-network-id');
2243
  var prefix = params;
2244
+ var selector = jQuery.validator.format("[name!='{0}'][unique='{1}'][data-network-id='" + curNetworkId + "']", element.name, prefix);
2245
  var matches = new Array();
2246
 
2247
  jQuery('.b2s-unique-content[data-network-id="' + curNetworkId + '"]').hide();
2254
  }
2255
  if (jQuery.trim(value) == jQuery.trim(jQuery(item).val())) {
2256
  jQuery('.b2s-unique-content[data-network-auth-id="' + jQuery(item).attr('data-network-auth-id') + '"]').show();
 
2257
  matches.push(item);
2258
  }
2259
  });
2260
  if (matches.length != 0) {
2261
  jQuery('.b2s-unique-content[data-network-auth-id="' + curNetworkAuthId + '"]').show();
2262
  }
2263
+ return true;
2264
  });
2265
 
2266
 
2374
  return false;
2375
  },
2376
  success: function (data) {
2377
+ if (data.error == 'nonce') {
2378
  jQuery('.b2s-nonce-check-fail').show();
2379
  return false;
2380
  }
2477
  window.addEventListener('message', function (e) {
2478
  if (e.origin == jQuery('#b2sServerUrl').val()) {
2479
  var data = JSON.parse(e.data);
 
2480
  if (typeof data.action !== typeof undefined && data.action == 'approve') {
2481
  jQuery('.b2s-post-item-details-message-result[data-network-auth-id="' + data.networkAuthId + '"]').html("<br><span class=\"text-success\"><i class=\"glyphicon glyphicon-ok-circle\"></i> " + jQuery("#b2sJsTextPublish").val() + " </span>");
2482
  jQuery.ajax({
3185
  limit = limit - url.length;
3186
  }
3187
  }
3188
+ if (networkId == "12") { //instagram
3189
+ var matches = text.match(/(#[^# ]{1,})/g);
3190
+ if (matches != null && matches.length > 30) {
3191
+ jQuery('.b2s-content-info[data-network-auth-id="' + networkAuthId + '"]').show();
3192
+ jQuery(".b2s-post-item-details-item-message-input[data-network-count='" + networkCountId + "'][data-network-auth-id='" + networkAuthId + "']").addClass("warning");
3193
+ } else {
3194
+ jQuery('.b2s-content-info[data-network-auth-id="' + networkAuthId + '"]').hide();
3195
+ jQuery(".b2s-post-item-details-item-message-input[data-network-count='" + networkCountId + "'][data-network-auth-id='" + networkAuthId + "']").removeClass("warning");
3196
+ }
3197
+ }
3198
 
3199
  if (textLength >= limit) {
3200
  newText = text.substring(0, limit);
3407
  jQuery('.b2s-network-select-btn[data-network-auth-id="' + networkAuthId + '"] > .b2s-network-list > .b2s-network-details > h4').text(displayName);
3408
  jQuery('.b2s-network-select-btn[data-network-auth-id="' + networkAuthId + '"]').trigger('click');
3409
  }
3410
+ jQuery('.b2s-network-select-btn[data-network-id="' + networkId + '"][data-network-type="' + networkType + '"][data-network-display-name="' + displayName.toLowerCase() + '"]').each(function () {
3411
+ jQuery('.b2s-network-status-expiredDate[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').remove();
3412
+ jQuery(this).removeClass('b2s-network-select-btn-deactivate');
3413
+ jQuery(this).removeAttr('onclick');
3414
+ });
3415
  }
3416
 
3417
  //jQuery(this).attr('data-network-auth-id')
3579
  });
3580
 
3581
  // START Pinterest
3582
+ jQuery(document).on('click', '.b2s-auth-network-6-login-btn', function () {
3583
+ jQuery('#b2s-auth-network-6-username').removeClass('error');
3584
+ jQuery('#b2s-auth-network-6-password').removeClass('error');
3585
+ var loginDataCheck = true;
3586
+ if (jQuery('#b2s-auth-network-6-username').val() == '') {
3587
+ jQuery('#b2s-auth-network-6-username').addClass('error');
3588
+ loginDataCheck = false;
3589
+ }
3590
+ if (jQuery('#b2s-auth-network-6-password').val() == '') {
3591
+ jQuery('#b2s-auth-network-6-password').addClass('error');
3592
+ loginDataCheck = false;
3593
+ }
3594
+ if (!loginDataCheck) {
3595
+ return false;
3596
+ }
3597
  jQuery('.b2s-loading-area').show();
3598
  jQuery('.b2s-auth-network-6-login-area').hide();
3599
  jQuery('.b2s-auth-network-6-login-btn').hide();
3608
  'action': 'b2s_auth_network_login',
3609
  'username': jQuery('#b2s-auth-network-6-username').val(),
3610
  'password': jQuery('#b2s-auth-network-6-password').val(),
3611
+ 'location': jQuery('#b2s-auth-network-6-location').val(),
3612
  'b2s_security_nonce': jQuery('#b2s_security_nonce').val()
3613
  },
3614
  error: function () {
3631
  if (data.error == 'nonce') {
3632
  jQuery('.b2s-nonce-check-fail').show();
3633
  }
3634
+ if (typeof data.error != 'undefined' && data.error != '') {
3635
+ jQuery('.b2s-auth-network-6-info[data-info="' + data.error + '"]').show();
3636
  return false;
3637
  }
3638
  jQuery('.b2s-auth-network-6-info[data-info="login"]').show();
3641
  });
3642
  });
3643
 
3644
+ jQuery(document).on('click', '.b2s-auth-network-6-confirm-btn', function () {
3645
  jQuery('.b2s-loading-area').show();
3646
  jQuery('.b2s-auth-network-6-login-area').hide();
3647
  jQuery('.b2s-auth-network-6-login-btn').hide();
3678
  jQuery('.b2s-nonce-check-fail').show();
3679
  }
3680
  if (typeof data.error != 'undefined' && data.error != '') {
3681
+ jQuery('.b2s-auth-network-6-info[data-info="' + data.error + '"]').show();
3682
  return false;
3683
  }
3684
  jQuery('.b2s-auth-network-6-info[data-info="default"]').show();
3687
  });
3688
  });
3689
 
3690
+ jQuery(document).on('click', '.b2s-network-list-add-btn[data-auth-method="client"]', function () {
3691
  jQuery('#b2sAuthNetwork6Modal').modal('show');
3692
  });
3693
 
3714
  jQuery(".b2s-auth-network-6-reveal").mouseout(function () {
3715
  jQuery("#b2s-auth-network-6-password").replaceWith(jQuery('#b2s-auth-network-6-password').clone().attr('type', 'password'));
3716
  });
3717
+ // END Pinterest
3718
+
3719
+ jQuery(document).on('click', '.b2sInfoPostRelayModalBtn', function () {
3720
+ jQuery('#b2sInfoPostRelayModal').modal('show');
3721
+ });
3722
+ jQuery(document).on('click', '.b2sInfoSchedTimesModalBtn', function () {
3723
+ jQuery('#b2sInfoSchedTimesModal').modal('show');
3724
+ });
3725
+ jQuery(document).on('click', '.b2s-network-setting-save-btn', function () {
3726
+ jQuery('#b2s-network-setting-save').modal('show');
3727
+ });
3728
+ jQuery(document).on('click', '.b2s-network-list-modal-btn', function () {
3729
+ jQuery('#b2s-network-list-modal').modal('show');
3730
+ });
3731
+ jQuery(document).on('click', '.b2s-re-share-info-btn', function () {
3732
+ jQuery('#b2s-re-share-info').modal('show');
3733
+ });
3734
+
3735
+ function checkGifAnimation(networkAuthId, networkId) {
3736
+ if (jQuery('.b2s-image-url-hidden-field[data-network-auth-id="' + networkAuthId + '"]').length >= 1 && jQuery('.b2s-image-url-hidden-field[data-network-auth-id="' + networkAuthId + '"]').val() != '') {
3737
+ var attachmenUrlExt = jQuery('.b2s-image-url-hidden-field[data-network-auth-id="' + networkAuthId + '"]').val().substr(jQuery('.b2s-image-url-hidden-field[data-network-auth-id="' + networkAuthId + '"]').val().lastIndexOf('.') + 1);
3738
+ attachmenUrlExt = attachmenUrlExt.toLowerCase();
3739
+ if (attachmenUrlExt == 'gif') {
3740
+ var postFormat = 0;
3741
+ if (jQuery('.b2s-post-item-details-post-format[data-network-auth-id="' + networkAuthId + '"]').length > 0) {
3742
+ postFormat = jQuery('.b2s-post-item-details-post-format[data-network-auth-id="' + networkAuthId + '"]').val();
3743
+ }
3744
+ var animatedGif = JSON.parse(jQuery('#b2sAnimateGif').val());
3745
+ if (typeof animatedGif[networkId] != "undefined" && animatedGif[networkId][postFormat] == true) {
3746
+ jQuery('.b2s-post-item-details-url-image[data-network-auth-id="' + networkAuthId + '"]').attr('src', jQuery('.b2s-image-url-hidden-field[data-network-auth-id="' + networkAuthId + '"]').val());
3747
+ } else {
3748
+ jQuery('.b2s-post-item-details-url-image[data-network-auth-id="' + networkAuthId + '"]').each(function () {
3749
+ var imgItem = this;
3750
+ window.setTimeout(function () {
3751
+ freeze_gif(imgItem);
3752
+ }, 1);
3753
+ });
3754
+ }
3755
+ } else {
3756
+ if (jQuery('.b2s-post-item-details-url-image[data-network-auth-id="' + networkAuthId + '"]').attr('src') != jQuery('.b2s-image-url-hidden-field[data-network-auth-id="' + networkAuthId + '"]').val()) {
3757
+ jQuery('.b2s-post-item-details-url-image[data-network-auth-id="' + networkAuthId + '"]').attr('src', jQuery('.b2s-image-url-hidden-field[data-network-auth-id="' + networkAuthId + '"]').val());
3758
+ }
3759
+ }
3760
+ }
3761
+ return false;
3762
+ }
3763
+
3764
+ function freeze_gif(i) {
3765
+ var c = document.createElement('canvas');
3766
+ var w = c.width = i.width;
3767
+ var h = c.height = i.height;
3768
+ c.getContext('2d').drawImage(i, 0, 0, w, h);
3769
+ try {
3770
+ i.src = c.toDataURL("image/gif"); // if possible, retain all css aspects
3771
+ } catch (e) { // cross-domain -- mimic original with all its tag attributes
3772
+ for (var j = 0, a; a = i.attributes[j]; j++)
3773
+ c.setAttribute(a.name, a.value);
3774
+ i.parentNode.replaceChild(c, i);
3775
+ }
3776
+ return false;
3777
+ }
assets/js/notice.js CHANGED
@@ -8,7 +8,7 @@ jQuery(document).on('click', '.b2s-hide-notice-area', function () {
8
  cache: false,
9
  data: {
10
  'action': 'b2s_notice_hide',
11
- 'b2s_security_nonce': jQuery('#b2s_security_nonce').val()
12
  },
13
  success: function (data) {
14
  }
8
  cache: false,
9
  data: {
10
  'action': 'b2s_notice_hide',
11
+ 'b2s_deactivate_nonce': jQuery('#b2s_deactivate_nonce').val()
12
  },
13
  success: function (data) {
14
  }
blog2social.php CHANGED
@@ -1,5 +1,4 @@
1
  <?php
2
-
3
  /*
4
  * Plugin Name:Blog2Social: Social Media Auto Post & Scheduler
5
  * Plugin URI: https://www.blog2social.com
@@ -7,12 +6,12 @@
7
  * Author: Blog2Social, Adenion
8
  * Text Domain: blog2social
9
  * Domain Path: /languages
10
- * Version: 5.8.1
11
  * Author URI: https://www.blog2social.com
12
  * License: GPL2+
13
  */
14
 
15
- define('B2S_PLUGIN_VERSION', '581');
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__));
1
  <?php
 
2
  /*
3
  * Plugin Name:Blog2Social: Social Media Auto Post & Scheduler
4
  * Plugin URI: https://www.blog2social.com
6
  * Author: Blog2Social, Adenion
7
  * Text Domain: blog2social
8
  * Domain Path: /languages
9
+ * Version: 5.9.0
10
  * Author URI: https://www.blog2social.com
11
  * License: GPL2+
12
  */
13
 
14
+ define('B2S_PLUGIN_VERSION', '590');
15
  define('B2S_PLUGIN_LANGUAGE', serialize(array('de_DE', 'en_US')));
16
  define('B2S_PLUGIN_DIR', plugin_dir_path(__FILE__));
17
  define('B2S_PLUGIN_URL', plugin_dir_url(__FILE__));
includes/Ajax/Get.php CHANGED
@@ -186,7 +186,7 @@ class Ajax_Get {
186
  $postUrl = (get_permalink($data->ID) !== false) ? get_permalink($data->ID) : $data->guid;
187
  $content = trim(B2S_Util::prepareContent($data->ID, $data->post_content, $postUrl, '', false, $userLang));
188
  $networkId = isset($_POST['networkId']) ? (int) $_POST['networkId'] : 0;
189
- echo json_encode(array('result' => true, 'text' => trim(sanitize_text_field($content)), 'networkAuthId' => (int) $_POST['networkAuthId'], 'networkId' => $networkId));
190
  wp_die();
191
  }
192
  }
186
  $postUrl = (get_permalink($data->ID) !== false) ? get_permalink($data->ID) : $data->guid;
187
  $content = trim(B2S_Util::prepareContent($data->ID, $data->post_content, $postUrl, '', false, $userLang));
188
  $networkId = isset($_POST['networkId']) ? (int) $_POST['networkId'] : 0;
189
+ echo json_encode(array('result' => true, 'text' => trim(sanitize_textarea_field($content)), 'networkAuthId' => (int) $_POST['networkAuthId'], 'networkId' => $networkId));
190
  wp_die();
191
  }
192
  }
includes/Ajax/Post.php CHANGED
@@ -65,7 +65,7 @@ class Ajax_Post {
65
  if (isset($_POST['title']) && !empty($_POST['title']) && isset($_POST['comment']) && !empty($_POST['comment']) && isset($_POST['url']) && !empty($_POST['url'])) {
66
  require_once (B2S_PLUGIN_DIR . 'includes/B2S/Curation/Save.php');
67
  if (isset($_POST['b2s-draft-id']) && !empty($_POST['b2s-draft-id']) && (int) $_POST['b2s-draft-id'] > 0) {
68
- $data = array('ID' => (int) $_POST['b2s-draft-id'], 'title' => sanitize_text_field($_POST['title']), 'url' => esc_url($_POST['url']), 'content' => (isset($_POST['comment']) ? sanitize_text_field($_POST['comment']) : ''), 'author_id' => B2S_PLUGIN_BLOG_USER_ID);
69
  $curation = new B2S_Curation_Save($data);
70
  $source = (get_post_meta((int) $_POST['b2s-draft-id'], "b2s_source", true));
71
  $postId = $curation->updateContent($source);
@@ -74,7 +74,7 @@ class Ajax_Post {
74
  wp_die();
75
  }
76
  } else {
77
- $data = array('title' => sanitize_text_field($_POST['title']), 'url' => esc_url($_POST['url']), 'content' => (isset($_POST['comment']) ? sanitize_text_field($_POST['comment']) : ''), 'author_id' => B2S_PLUGIN_BLOG_USER_ID);
78
  $curation = new B2S_Curation_Save($data);
79
  $postId = $curation->insertContent();
80
  if ($postId !== false) {
@@ -96,7 +96,7 @@ class Ajax_Post {
96
  if (isset($_POST['b2s_security_nonce']) && (int) wp_verify_nonce($_POST['b2s_security_nonce'], 'b2s_security_nonce') === 1) {
97
  if (isset($_POST['title']) && !empty($_POST['title']) && isset($_POST['comment']) && !empty($_POST['comment']) && isset($_POST['url']) && !empty($_POST['url'])) {
98
  require_once (B2S_PLUGIN_DIR . 'includes/B2S/Curation/Save.php');
99
- $data = array('title' => sanitize_text_field($_POST['title']), 'url' => esc_url($_POST['url']), 'content' => (isset($_POST['comment']) ? sanitize_text_field($_POST['comment']) : ''), 'author_id' => B2S_PLUGIN_BLOG_USER_ID);
100
  $curation = new B2S_Curation_Save($data);
101
  $postId = (isset($_POST['b2s-draft-id']) && (int) $_POST['b2s-draft-id'] > 0) ? (int) $_POST['b2s-draft-id'] : $curation->insertContent();
102
  if ($postId !== false) {
@@ -246,7 +246,7 @@ class Ajax_Post {
246
  if (isset($_POST['b2s_security_nonce']) && (int) wp_verify_nonce($_POST['b2s_security_nonce'], 'b2s_security_nonce') === 1) {
247
  if (isset($_POST['title']) && !empty($_POST['title']) && isset($_POST['url']) && !empty($_POST['url'])) {
248
  require_once (B2S_PLUGIN_DIR . 'includes/B2S/Curation/Save.php');
249
- $data = array('ID' => ((isset($_POST['b2s-draft-id']) && (int) $_POST['b2s-draft-id'] > 0) ? (int) $_POST['b2s-draft-id'] : 0), 'title' => sanitize_text_field($_POST['title']), 'url' => esc_url($_POST['url']), 'content' => (isset($_POST['comment']) ? sanitize_text_field($_POST['comment']) : ''), 'author_id' => B2S_PLUGIN_BLOG_USER_ID);
250
  $curation = new B2S_Curation_Save($data);
251
  if (isset($data['ID']) && (int) $data['ID'] > 0) {
252
  $postId = $curation->updateContent();
@@ -447,7 +447,7 @@ class Ajax_Post {
447
  }
448
 
449
  //Change/Set MetaTags
450
- if ((int) $data['network_id'] == 1 && $metaOg == false && (int) $post['post_id'] > 0 && isset($data['post_format']) && (int) $data['post_format'] == 0 && isset($post['change_og_meta']) && (int) $post['change_og_meta'] == 1) { //LinkPost
451
  $metaOg = true;
452
  $meta = B2S_Meta::getInstance();
453
  $meta->getMeta((int) $post['post_id']);
@@ -461,6 +461,19 @@ class Ajax_Post {
461
  $meta->setMeta('og_image', trim(esc_url($data['image_url'])));
462
  }
463
  $meta->updateMeta((int) $post['post_id']);
 
 
 
 
 
 
 
 
 
 
 
 
 
464
  }
465
 
466
  //Change/Set MetaTags
@@ -485,7 +498,7 @@ class Ajax_Post {
485
  $options = new B2S_Options(0, 'B2S_PLUGIN_TOS_XING_GROUP_CROSSPOSTING');
486
  $options->_setOption((int) $post['post_id'], $data['network_tos_group_id'], true);
487
  }
488
-
489
  $sendData = array("board" => isset($data['board']) ? sanitize_text_field($data['board']) : '',
490
  "group" => isset($data['group']) ? sanitize_text_field($data['group']) : '',
491
  "custom_title" => isset($data['custom_title']) ? sanitize_text_field($data['custom_title']) : '',
@@ -688,19 +701,9 @@ class Ajax_Post {
688
  wp_die();
689
  }
690
 
691
- if (isset($_POST['type']) && $_POST['type'] == 'auto_post') {
692
- $publish = isset($_POST['b2s-settings-auto-post-publish']) && is_array($_POST['b2s-settings-auto-post-publish']) ? $_POST['b2s-settings-auto-post-publish'] : array();
693
- $update = isset($_POST['b2s-settings-auto-post-update']) && is_array($_POST['b2s-settings-auto-post-update']) ? $_POST['b2s-settings-auto-post-update'] : array();
694
- $auto_post = array('publish' => $publish, 'update' => $update);
695
- $options = new B2S_Options(B2S_PLUGIN_BLOG_USER_ID);
696
- $options->_setOption('auto_post', $auto_post);
697
- echo json_encode(array('result' => true));
698
- wp_die();
699
- }
700
-
701
  if (isset($_POST['user_time_zone']) && !empty($_POST['user_time_zone'])) {
702
  $options = new B2S_Options(B2S_PLUGIN_BLOG_USER_ID);
703
- $options->_setOption('user_time_zone', (int) $_POST['user_time_zone']);
704
  echo json_encode(array('result' => true));
705
  wp_die();
706
  }
@@ -718,7 +721,7 @@ class Ajax_Post {
718
  wp_die();
719
  }
720
 
721
- if (isset($_POST['type']) && $_POST['type'] == 'auto_post_imported') {
722
  if (isset($_POST['b2s-import-auto-post']) && (int) $_POST['b2s-import-auto-post'] == 1 && !isset($_POST['b2s-import-auto-post-network-auth-id'])) {
723
  echo json_encode(array('result' => false, 'type' => 'no-auth-selected'));
724
  wp_die();
@@ -738,6 +741,11 @@ class Ajax_Post {
738
 
739
  $options = new B2S_Options(B2S_PLUGIN_BLOG_USER_ID);
740
  $options->_setOption('auto_post_import', $auto_post_import);
 
 
 
 
 
741
  echo json_encode(array('result' => true));
742
  wp_die();
743
  }
@@ -1040,7 +1048,7 @@ class Ajax_Post {
1040
  if (isset($_POST['feedback']) && !empty($_POST['feedback'])) {
1041
  $post = array('token' => B2S_PLUGIN_TOKEN,
1042
  'action' => 'sendTrailFeedback',
1043
- 'feedback' => sanitize_text_field($_POST['feedback']));
1044
  $result = json_decode(B2S_Api_Post::post(B2S_PLUGIN_API_ENDPOINT, $post));
1045
  if ($result->result == true) {
1046
  echo json_encode(array('result' => true));
@@ -1076,7 +1084,7 @@ class Ajax_Post {
1076
  }
1077
 
1078
  public function noticeHide() {
1079
- if (isset($_POST['b2s_security_nonce']) && (int) wp_verify_nonce($_POST['b2s_security_nonce'], 'b2s_security_nonce') === 1) {
1080
  global $wpdb;
1081
  $wpdb->update($wpdb->prefix . 'b2s_user', array('feature' => 1), array('blog_user_id' => B2S_PLUGIN_BLOG_USER_ID), array('%d'), array('%d'));
1082
  echo json_encode(array('result' => true));
@@ -1111,8 +1119,16 @@ class Ajax_Post {
1111
 
1112
  public function saveAuthToSettings() {
1113
  if (isset($_POST['b2s_security_nonce']) && (int) wp_verify_nonce($_POST['b2s_security_nonce'], 'b2s_security_nonce') === 1) {
1114
- if (isset($_POST['mandandId']) && isset($_POST['networkAuthId']) && (int) $_POST['networkAuthId'] > 0) {
1115
  global $wpdb;
 
 
 
 
 
 
 
 
1116
  $mandantCount = $wpdb->get_var($wpdb->prepare("SELECT COUNT(mandant_id)FROM {$wpdb->prefix}b2s_user_network_settings WHERE mandant_id =%d AND blog_user_id=%d ", (int) $_POST['mandandId'], B2S_PLUGIN_BLOG_USER_ID));
1117
  if ($mandantCount > 0) {
1118
  $wpdb->insert($wpdb->prefix . 'b2s_user_network_settings', array('blog_user_id' => B2S_PLUGIN_BLOG_USER_ID, 'mandant_id' => (int) $_POST['mandandId'], 'network_auth_id' => (int) $_POST['networkAuthId']), array('%d', '%d', '%d'));
@@ -1333,7 +1349,7 @@ class Ajax_Post {
1333
  continue;
1334
  }
1335
  //Change/Set MetaTags
1336
- if ((int) $data['network_id'] == 1 && $metaOg == false && (int) $post['post_id'] > 0 && isset($data['post_format']) && (int) $data['post_format'] == 0 && isset($post['change_og_meta']) && (int) $post['change_og_meta'] == 1) { //LinkPost
1337
  $metaOg = true;
1338
  $meta = B2S_Meta::getInstance();
1339
  $res = $meta->getMeta((int) $post['post_id']);
@@ -1347,6 +1363,19 @@ class Ajax_Post {
1347
  $meta->setMeta('og_image', trim(esc_url($data['image_url'])));
1348
  }
1349
  $meta->updateMeta((int) $post['post_id']);
 
 
 
 
 
 
 
 
 
 
 
 
 
1350
  }
1351
 
1352
  //Change/Set MetaTags
@@ -1593,8 +1622,8 @@ class Ajax_Post {
1593
  $range_max = ((int) $limit != 0 && (int) $data['range_max'] > (int) $limit) ? (int) $limit : (int) $data['range_max'];
1594
  $excerpt_range_max = ((int) $limit != 0 && (int) $data['excerpt_range_max'] > (int) $limit) ? (int) $limit : (int) $data['excerpt_range_max'];
1595
  $new_template[$type] = array(
1596
- 'format' => (isset($data['format']) && $data['format'] == 1) ? 1 : 0,
1597
- 'content' => (isset($data['content']) && !empty($data['content'])) ? sanitize_text_field($data['content']) : unserialize(B2S_PLUGIN_NETWORK_SETTINGS_TEMPLATE_DEFAULT)[$_POST['networkId']][$type]['content'],
1598
  'short_text' => array(
1599
  'active' => 0,
1600
  'range_min' => (($range_max >= (int) unserialize(B2S_PLUGIN_NETWORK_SETTINGS_TEMPLATE_DEFAULT)[$_POST['networkId']][$type]['short_text']['range_max']) ? (int) unserialize(B2S_PLUGIN_NETWORK_SETTINGS_TEMPLATE_DEFAULT)[$_POST['networkId']][$type]['short_text']['range_min'] : ($range_max / 2)),
@@ -1701,11 +1730,15 @@ class Ajax_Post {
1701
  if (isset($_POST['b2s_security_nonce']) && (int) wp_verify_nonce($_POST['b2s_security_nonce'], 'b2s_security_nonce') === 1) {
1702
  if (isset($_POST['username']) && !empty($_POST['username']) && isset($_POST['password']) && !empty($_POST['password'])) {
1703
  require_once(B2S_PLUGIN_DIR . 'includes/B2S/Api/Network/Pinterest.php');
1704
- $pt = new B2S_Api_Network_Pinterest();
 
 
 
 
1705
  $authorize = $pt->authorize(sanitize_text_field($_POST['username']), sanitize_text_field($_POST['password']));
1706
- if ($authorize['error'] == 0 && isset($authorize['identData']) && !empty($authorize['identData'])) {
1707
  $getBoards = $pt->getPinBoards();
1708
- if ((int) $getBoards['error'] == 0 && isset($getBoards['data']) && !empty($getBoards['data'])) {
1709
  $html = '';
1710
  foreach ($getBoards['data'] as $k => $v) {
1711
  $html .= '<option value="' . esc_attr($v['board_id']) . '">' . esc_html($v['name']) . '</option>';
@@ -1716,12 +1749,15 @@ class Ajax_Post {
1716
  if (isset($getBoards['error']) && (int) $getBoards['error'] == 3) {
1717
  echo json_encode(array('result' => false, 'error' => 'board'));
1718
  wp_die();
 
 
 
1719
  } else {
1720
- echo json_encode(array('result' => false));
1721
  wp_die();
1722
  }
1723
  } else {
1724
- echo json_encode(array('result' => false));
1725
  wp_die();
1726
  }
1727
  }
65
  if (isset($_POST['title']) && !empty($_POST['title']) && isset($_POST['comment']) && !empty($_POST['comment']) && isset($_POST['url']) && !empty($_POST['url'])) {
66
  require_once (B2S_PLUGIN_DIR . 'includes/B2S/Curation/Save.php');
67
  if (isset($_POST['b2s-draft-id']) && !empty($_POST['b2s-draft-id']) && (int) $_POST['b2s-draft-id'] > 0) {
68
+ $data = array('ID' => (int) $_POST['b2s-draft-id'], 'title' => sanitize_text_field($_POST['title']), 'url' => esc_url($_POST['url']), 'content' => (isset($_POST['comment']) ? sanitize_textarea_field($_POST['comment']) : ''), 'author_id' => B2S_PLUGIN_BLOG_USER_ID);
69
  $curation = new B2S_Curation_Save($data);
70
  $source = (get_post_meta((int) $_POST['b2s-draft-id'], "b2s_source", true));
71
  $postId = $curation->updateContent($source);
74
  wp_die();
75
  }
76
  } else {
77
+ $data = array('title' => sanitize_text_field($_POST['title']), 'url' => esc_url($_POST['url']), 'content' => (isset($_POST['comment']) ? sanitize_textarea_field($_POST['comment']) : ''), 'author_id' => B2S_PLUGIN_BLOG_USER_ID);
78
  $curation = new B2S_Curation_Save($data);
79
  $postId = $curation->insertContent();
80
  if ($postId !== false) {
96
  if (isset($_POST['b2s_security_nonce']) && (int) wp_verify_nonce($_POST['b2s_security_nonce'], 'b2s_security_nonce') === 1) {
97
  if (isset($_POST['title']) && !empty($_POST['title']) && isset($_POST['comment']) && !empty($_POST['comment']) && isset($_POST['url']) && !empty($_POST['url'])) {
98
  require_once (B2S_PLUGIN_DIR . 'includes/B2S/Curation/Save.php');
99
+ $data = array('title' => sanitize_text_field($_POST['title']), 'url' => esc_url($_POST['url']), 'content' => (isset($_POST['comment']) ? sanitize_textarea_field($_POST['comment']) : ''), 'author_id' => B2S_PLUGIN_BLOG_USER_ID);
100
  $curation = new B2S_Curation_Save($data);
101
  $postId = (isset($_POST['b2s-draft-id']) && (int) $_POST['b2s-draft-id'] > 0) ? (int) $_POST['b2s-draft-id'] : $curation->insertContent();
102
  if ($postId !== false) {
246
  if (isset($_POST['b2s_security_nonce']) && (int) wp_verify_nonce($_POST['b2s_security_nonce'], 'b2s_security_nonce') === 1) {
247
  if (isset($_POST['title']) && !empty($_POST['title']) && isset($_POST['url']) && !empty($_POST['url'])) {
248
  require_once (B2S_PLUGIN_DIR . 'includes/B2S/Curation/Save.php');
249
+ $data = array('ID' => ((isset($_POST['b2s-draft-id']) && (int) $_POST['b2s-draft-id'] > 0) ? (int) $_POST['b2s-draft-id'] : 0), 'title' => sanitize_text_field($_POST['title']), 'url' => esc_url($_POST['url']), 'content' => (isset($_POST['comment']) ? sanitize_textarea_field($_POST['comment']) : ''), 'author_id' => B2S_PLUGIN_BLOG_USER_ID);
250
  $curation = new B2S_Curation_Save($data);
251
  if (isset($data['ID']) && (int) $data['ID'] > 0) {
252
  $postId = $curation->updateContent();
447
  }
448
 
449
  //Change/Set MetaTags
450
+ if (in_array((int) $data['network_id'], json_decode(B2S_PLUGIN_NETWORK_META_TAGS, true)['og']) && $metaOg == false && (int) $post['post_id'] > 0 && isset($data['post_format']) && (int) $data['post_format'] == 0 && isset($post['change_og_meta']) && (int) $post['change_og_meta'] == 1) { //LinkPost
451
  $metaOg = true;
452
  $meta = B2S_Meta::getInstance();
453
  $meta->getMeta((int) $post['post_id']);
461
  $meta->setMeta('og_image', trim(esc_url($data['image_url'])));
462
  }
463
  $meta->updateMeta((int) $post['post_id']);
464
+ //TODO update scheds
465
+ global $wpdb;
466
+ $res = $wpdb->get_results($wpdb->prepare("SELECT * FROM {$wpdb->prefix}b2s_posts LEFT JOIN {$wpdb->prefix}b2s_posts_sched_details ON {$wpdb->prefix}b2s_posts.sched_details_id = {$wpdb->prefix}b2s_posts_sched_details.id LEFT JOIN {$wpdb->prefix}b2s_posts_network_details ON {$wpdb->prefix}b2s_posts.network_details_id = {$wpdb->prefix}b2s_posts_network_details.id WHERE {$wpdb->prefix}b2s_posts.sched_details_id > 0 AND {$wpdb->prefix}b2s_posts.post_id = %d AND {$wpdb->prefix}b2s_posts_network_details.network_id IN (".implode(',', json_decode(B2S_PLUGIN_NETWORK_META_TAGS, true)['og']).") AND sched_date_utc > %s", $post['post_id'], gmdate('Y-m-d H:i:s')));
467
+ foreach ($res as $key => $sched) {
468
+ $schedData = unserialize($sched->sched_data);
469
+ if((isset($schedData['post_format']) && (int) $schedData['post_format'] == 0) || (!isset($schedData['post_format']) && isset($schedData['image_url']) && !empty($schedData['image_url']))) {
470
+ $schedData['image_url'] = $data['image_url'];
471
+ $wpdb->update($wpdb->prefix.'b2s_posts_sched_details', array(
472
+ 'sched_data' => serialize($schedData),
473
+ 'image_url' => $data['image_url']
474
+ ), array("id" => $sched->sched_details_id), array('%s', '%s', '%d'));
475
+ }
476
+ }
477
  }
478
 
479
  //Change/Set MetaTags
498
  $options = new B2S_Options(0, 'B2S_PLUGIN_TOS_XING_GROUP_CROSSPOSTING');
499
  $options->_setOption((int) $post['post_id'], $data['network_tos_group_id'], true);
500
  }
501
+
502
  $sendData = array("board" => isset($data['board']) ? sanitize_text_field($data['board']) : '',
503
  "group" => isset($data['group']) ? sanitize_text_field($data['group']) : '',
504
  "custom_title" => isset($data['custom_title']) ? sanitize_text_field($data['custom_title']) : '',
701
  wp_die();
702
  }
703
 
 
 
 
 
 
 
 
 
 
 
704
  if (isset($_POST['user_time_zone']) && !empty($_POST['user_time_zone'])) {
705
  $options = new B2S_Options(B2S_PLUGIN_BLOG_USER_ID);
706
+ $options->_setOption('user_time_zone', sanitize_text_field($_POST['user_time_zone']));
707
  echo json_encode(array('result' => true));
708
  wp_die();
709
  }
721
  wp_die();
722
  }
723
 
724
+ if (isset($_POST['type']) && $_POST['type'] == 'auto_post') {
725
  if (isset($_POST['b2s-import-auto-post']) && (int) $_POST['b2s-import-auto-post'] == 1 && !isset($_POST['b2s-import-auto-post-network-auth-id'])) {
726
  echo json_encode(array('result' => false, 'type' => 'no-auth-selected'));
727
  wp_die();
741
 
742
  $options = new B2S_Options(B2S_PLUGIN_BLOG_USER_ID);
743
  $options->_setOption('auto_post_import', $auto_post_import);
744
+
745
+ $publish = isset($_POST['b2s-settings-auto-post-publish']) && is_array($_POST['b2s-settings-auto-post-publish']) ? $_POST['b2s-settings-auto-post-publish'] : array();
746
+ $update = isset($_POST['b2s-settings-auto-post-update']) && is_array($_POST['b2s-settings-auto-post-update']) ? $_POST['b2s-settings-auto-post-update'] : array();
747
+ $auto_post = array('publish' => $publish, 'update' => $update);
748
+ $options->_setOption('auto_post', $auto_post);
749
  echo json_encode(array('result' => true));
750
  wp_die();
751
  }
1048
  if (isset($_POST['feedback']) && !empty($_POST['feedback'])) {
1049
  $post = array('token' => B2S_PLUGIN_TOKEN,
1050
  'action' => 'sendTrailFeedback',
1051
+ 'feedback' => sanitize_textarea_field($_POST['feedback']));
1052
  $result = json_decode(B2S_Api_Post::post(B2S_PLUGIN_API_ENDPOINT, $post));
1053
  if ($result->result == true) {
1054
  echo json_encode(array('result' => true));
1084
  }
1085
 
1086
  public function noticeHide() {
1087
+ if (isset($_POST['b2s_deactivate_nonce']) && (int) wp_verify_nonce($_POST['b2s_deactivate_nonce'], 'b2s_deactivate_nonce') === 1) {
1088
  global $wpdb;
1089
  $wpdb->update($wpdb->prefix . 'b2s_user', array('feature' => 1), array('blog_user_id' => B2S_PLUGIN_BLOG_USER_ID), array('%d'), array('%d'));
1090
  echo json_encode(array('result' => true));
1119
 
1120
  public function saveAuthToSettings() {
1121
  if (isset($_POST['b2s_security_nonce']) && (int) wp_verify_nonce($_POST['b2s_security_nonce'], 'b2s_security_nonce') === 1) {
1122
+ if (isset($_POST['mandandId']) && isset($_POST['networkAuthId']) && (int) $_POST['networkAuthId'] > 0 && isset($_POST['networkId']) && (int) $_POST['networkId'] > 0 && isset($_POST['networkType']) && isset($_POST['displayName']) && !empty($_POST['displayName'])) {
1123
  global $wpdb;
1124
+ $networkDetailsIdSelect = $wpdb->get_col($wpdb->prepare("SELECT postNetworkDetails.id FROM {$wpdb->prefix}b2s_posts_network_details AS postNetworkDetails WHERE postNetworkDetails.network_auth_id = %s", $_POST['networkAuthId']));
1125
+ if (!isset($networkDetailsIdSelect[0])) {
1126
+ $wpdb->insert($wpdb->prefix . 'b2s_posts_network_details', array(
1127
+ 'network_id' => (int) $_POST['networkId'],
1128
+ 'network_type' => (int) $_POST['networkType'],
1129
+ 'network_auth_id' => (int) $_POST['networkAuthId'],
1130
+ 'network_display_name' => $_POST['displayName']), array('%d', '%d', '%d', '%s'));
1131
+ }
1132
  $mandantCount = $wpdb->get_var($wpdb->prepare("SELECT COUNT(mandant_id)FROM {$wpdb->prefix}b2s_user_network_settings WHERE mandant_id =%d AND blog_user_id=%d ", (int) $_POST['mandandId'], B2S_PLUGIN_BLOG_USER_ID));
1133
  if ($mandantCount > 0) {
1134
  $wpdb->insert($wpdb->prefix . 'b2s_user_network_settings', array('blog_user_id' => B2S_PLUGIN_BLOG_USER_ID, 'mandant_id' => (int) $_POST['mandandId'], 'network_auth_id' => (int) $_POST['networkAuthId']), array('%d', '%d', '%d'));
1349
  continue;
1350
  }
1351
  //Change/Set MetaTags
1352
+ if (in_array((int) $data['network_id'], json_decode(B2S_PLUGIN_NETWORK_META_TAGS, true)['og']) && $metaOg == false && (int) $post['post_id'] > 0 && isset($data['post_format']) && (int) $data['post_format'] == 0 && isset($post['change_og_meta']) && (int) $post['change_og_meta'] == 1) { //LinkPost
1353
  $metaOg = true;
1354
  $meta = B2S_Meta::getInstance();
1355
  $res = $meta->getMeta((int) $post['post_id']);
1363
  $meta->setMeta('og_image', trim(esc_url($data['image_url'])));
1364
  }
1365
  $meta->updateMeta((int) $post['post_id']);
1366
+ //TODO Update scheds
1367
+ global $wpdb;
1368
+ $res = $wpdb->get_results($wpdb->prepare("SELECT * FROM {$wpdb->prefix}b2s_posts LEFT JOIN {$wpdb->prefix}b2s_posts_sched_details ON {$wpdb->prefix}b2s_posts.sched_details_id = {$wpdb->prefix}b2s_posts_sched_details.id LEFT JOIN {$wpdb->prefix}b2s_posts_network_details ON {$wpdb->prefix}b2s_posts.network_details_id = {$wpdb->prefix}b2s_posts_network_details.id WHERE {$wpdb->prefix}b2s_posts.sched_details_id > 0 AND {$wpdb->prefix}b2s_posts.post_id = %d AND {$wpdb->prefix}b2s_posts_network_details.network_id IN (".implode(',', json_decode(B2S_PLUGIN_NETWORK_META_TAGS, true)['og']).") AND sched_date_utc > %s", $post['post_id'], gmdate('Y-m-d H:i:s')));
1369
+ foreach ($res as $key => $sched) {
1370
+ $schedData = unserialize($sched->sched_data);
1371
+ if((isset($schedData['post_format']) && (int) $schedData['post_format'] == 0) || (!isset($schedData['post_format']) && isset($schedData['image_url']) && !empty($schedData['image_url']))) {
1372
+ $schedData['image_url'] = $data['image_url'];
1373
+ $wpdb->update($wpdb->prefix.'b2s_posts_sched_details', array(
1374
+ 'sched_data' => serialize($schedData),
1375
+ 'image_url' => $data['image_url']
1376
+ ), array("id" => $sched->sched_details_id), array('%s', '%s', '%d'));
1377
+ }
1378
+ }
1379
  }
1380
 
1381
  //Change/Set MetaTags
1622
  $range_max = ((int) $limit != 0 && (int) $data['range_max'] > (int) $limit) ? (int) $limit : (int) $data['range_max'];
1623
  $excerpt_range_max = ((int) $limit != 0 && (int) $data['excerpt_range_max'] > (int) $limit) ? (int) $limit : (int) $data['excerpt_range_max'];
1624
  $new_template[$type] = array(
1625
+ 'format' => (isset($data['format'])) ? $data['format'] : false,
1626
+ 'content' => (isset($data['content']) && !empty($data['content'])) ? sanitize_textarea_field($data['content']) : unserialize(B2S_PLUGIN_NETWORK_SETTINGS_TEMPLATE_DEFAULT)[$_POST['networkId']][$type]['content'],
1627
  'short_text' => array(
1628
  'active' => 0,
1629
  'range_min' => (($range_max >= (int) unserialize(B2S_PLUGIN_NETWORK_SETTINGS_TEMPLATE_DEFAULT)[$_POST['networkId']][$type]['short_text']['range_max']) ? (int) unserialize(B2S_PLUGIN_NETWORK_SETTINGS_TEMPLATE_DEFAULT)[$_POST['networkId']][$type]['short_text']['range_min'] : ($range_max / 2)),
1730
  if (isset($_POST['b2s_security_nonce']) && (int) wp_verify_nonce($_POST['b2s_security_nonce'], 'b2s_security_nonce') === 1) {
1731
  if (isset($_POST['username']) && !empty($_POST['username']) && isset($_POST['password']) && !empty($_POST['password'])) {
1732
  require_once(B2S_PLUGIN_DIR . 'includes/B2S/Api/Network/Pinterest.php');
1733
+ $location = 'en';
1734
+ if(isset($_POST['location']) && !empty($_POST['location'])){
1735
+ $location = $_POST['location'];
1736
+ }
1737
+ $pt = new B2S_Api_Network_Pinterest($location);
1738
  $authorize = $pt->authorize(sanitize_text_field($_POST['username']), sanitize_text_field($_POST['password']));
1739
+ if (isset($authorize['error']) && (int) $authorize['error'] == 0 && isset($authorize['identData']) && !empty($authorize['identData'])) {
1740
  $getBoards = $pt->getPinBoards();
1741
+ if (isset($getBoards['error']) && (int) $getBoards['error'] == 0 && isset($getBoards['data']) && !empty($getBoards['data'])) {
1742
  $html = '';
1743
  foreach ($getBoards['data'] as $k => $v) {
1744
  $html .= '<option value="' . esc_attr($v['board_id']) . '">' . esc_html($v['name']) . '</option>';
1749
  if (isset($getBoards['error']) && (int) $getBoards['error'] == 3) {
1750
  echo json_encode(array('result' => false, 'error' => 'board'));
1751
  wp_die();
1752
+ } elseif (isset($getBoards['error']) && (int) $getBoards['error'] == 2) {
1753
+ echo json_encode(array('result' => false, 'error' => 'access'));
1754
+ wp_die();
1755
  } else {
1756
+ echo json_encode(array('result' => false, 'error' => ((isset($getBoards['error_code'])) ? $getBoards['error_code'] : '')));
1757
  wp_die();
1758
  }
1759
  } else {
1760
+ echo json_encode(array('result' => false, 'error' => ((isset($authorize['error_code'])) ? $authorize['error_code'] : '')));
1761
  wp_die();
1762
  }
1763
  }
includes/B2S/Api/Network/Pinterest.php CHANGED
@@ -9,9 +9,14 @@ class B2S_Api_Network_Pinterest {
9
  public $host = 'www.pinterest.com';
10
  public $origin = 'https://www.pinterest.com/';
11
  public $timeout = 25;
 
12
 
13
- public function __construct() {
14
-
 
 
 
 
15
  }
16
 
17
  public function setHeader($referer = '', $org = '', $type = 'GET', $request = false, $csrf = true) {
@@ -45,11 +50,11 @@ class B2S_Api_Network_Pinterest {
45
 
46
  public function setRoute() {
47
  $cookie = $this->cookie;
48
- $headerData = $this->setHeader('https://www.pinterest.com/');
49
  $requestData = array('headers' => $headerData, 'cookies' => $cookie, 'timeout' => $this->timeout);
50
- $result = wp_remote_get('https://www.pinterest.com/pinterest/', $requestData);
51
  if (is_wp_error($result)) {
52
- return array('error' => 1, 'error_pos' => 0, 'location' => 'setRoute', 'error_data' => serialize($result));
53
  }
54
  if ($result['response']['code'] == '302' && !empty($result['headers']['location'])) {
55
  $this->route = 'https://' . $this->cutFromTo($result['headers']['location'] . '/', "//", '/') . '/';
@@ -64,7 +69,7 @@ class B2S_Api_Network_Pinterest {
64
  $requestData = array('headers' => $headerData, 'timeout' => $this->timeout);
65
  $result = wp_remote_get($this->route . 'login/', $requestData);
66
  if (is_wp_error($result)) {
67
- return array('error' => 1, 'error_pos' => 1, 'location' => $this->route . 'login/', 'error_data' => serialize($result));
68
  }
69
  $cookie = $result['cookies'];
70
  $content = $result['body'];
@@ -97,7 +102,7 @@ class B2S_Api_Network_Pinterest {
97
  $requestData = array('headers' => $headerData, 'cookies' => $cookie, 'body' => $fields, 'timeout' => $this->timeout);
98
  $result = wp_remote_post($this->route . 'resource/UserSessionResource/create/', $requestData);
99
  if (is_wp_error($result)) {
100
- return array('error' => 1, 'error_pos' => 3, 'error_data' => serialize($result));
101
  }
102
  if (!empty($result['headers']['location'])) {
103
  $loc = $this->cutFromTo($result['headers']['location'], 'https://', '.pinterest');
@@ -105,7 +110,7 @@ class B2S_Api_Network_Pinterest {
105
  $requestData = array('headers' => $headerData, 'cookies' => $cookie, 'body' => $fields, 'timeout' => $this->timeout);
106
  $result = wp_remote_post('https://' . $loc . '.pinterest.com/resource/UserSessionResource/create/', $requestData);
107
  if (is_wp_error($result)) {
108
- return array('error' => 1, 'error_pos' => 4, 'error_data' => serialize($result));
109
  }
110
  } else {
111
  $loc = 'www';
@@ -151,7 +156,7 @@ class B2S_Api_Network_Pinterest {
151
  $requestData = array('headers' => $headerData, 'cookies' => $this->cookie, 'timeout' => $this->timeout);
152
  $result = wp_remote_get($pinBoardUrl, $requestData);
153
  if (is_wp_error($result)) {
154
- return array('error' => 1, 'error_pos' => 1, 'error_data' => serialize($result));
155
  }
156
  $content = $result['body'];
157
  $response = json_decode($content, true);
@@ -162,9 +167,9 @@ class B2S_Api_Network_Pinterest {
162
  $boardsData = array();
163
  $boardsData[] = $response['resource_response'];
164
  }
165
- if(isset($boardsData[0]['error']['status'])&& $boardsData[0]['error']['status'] != 'success'){
166
- return array('error' => 2, 'error_pos' => 1, 'error_data' => 'access_denied');
167
- }
168
 
169
  foreach ($boardsData as $allBoards) {
170
  if (!empty($allBoards) && !empty($allBoards['data']['all_boards'])) {
9
  public $host = 'www.pinterest.com';
10
  public $origin = 'https://www.pinterest.com/';
11
  public $timeout = 25;
12
+ private $pinterestCountryList = array();
13
 
14
+ public function __construct($location = 'en') {
15
+ $this->pinterestCountryList = B2S_Tools::getCountryListByNetwork(6);
16
+ $this->location = ((isset($this->pinterestCountryList[$location]) && isset($this->pinterestCountryList[$location]['url'])) ? $this->pinterestCountryList[$location]['url'] : 'https://www.pinterest.com/');
17
+ $this->route = $this->location;
18
+ $this->host = parse_url($this->location, PHP_URL_HOST);
19
+ $this->origin = $this->location;
20
  }
21
 
22
  public function setHeader($referer = '', $org = '', $type = 'GET', $request = false, $csrf = true) {
50
 
51
  public function setRoute() {
52
  $cookie = $this->cookie;
53
+ $headerData = $this->setHeader($this->location);
54
  $requestData = array('headers' => $headerData, 'cookies' => $cookie, 'timeout' => $this->timeout);
55
+ $result = wp_remote_get($this->location.'pinterest/', $requestData);
56
  if (is_wp_error($result)) {
57
+ return array('error' => 1, 'error_pos' => 0, 'location' => 'setRoute', 'error_data' => serialize($result) , 'error_code' => $result->get_error_code());
58
  }
59
  if ($result['response']['code'] == '302' && !empty($result['headers']['location'])) {
60
  $this->route = 'https://' . $this->cutFromTo($result['headers']['location'] . '/', "//", '/') . '/';
69
  $requestData = array('headers' => $headerData, 'timeout' => $this->timeout);
70
  $result = wp_remote_get($this->route . 'login/', $requestData);
71
  if (is_wp_error($result)) {
72
+ return array('error' => 1, 'error_pos' => 1, 'location' => $this->route . 'login/', 'error_data' => serialize($result), 'error_code' => $result->get_error_code());
73
  }
74
  $cookie = $result['cookies'];
75
  $content = $result['body'];
102
  $requestData = array('headers' => $headerData, 'cookies' => $cookie, 'body' => $fields, 'timeout' => $this->timeout);
103
  $result = wp_remote_post($this->route . 'resource/UserSessionResource/create/', $requestData);
104
  if (is_wp_error($result)) {
105
+ return array('error' => 1, 'error_pos' => 3, 'error_data' => serialize($result), 'error_code' => $result->get_error_code());
106
  }
107
  if (!empty($result['headers']['location'])) {
108
  $loc = $this->cutFromTo($result['headers']['location'], 'https://', '.pinterest');
110
  $requestData = array('headers' => $headerData, 'cookies' => $cookie, 'body' => $fields, 'timeout' => $this->timeout);
111
  $result = wp_remote_post('https://' . $loc . '.pinterest.com/resource/UserSessionResource/create/', $requestData);
112
  if (is_wp_error($result)) {
113
+ return array('error' => 1, 'error_pos' => 4, 'error_data' => serialize($result), 'error_code' => $result->get_error_code());
114
  }
115
  } else {
116
  $loc = 'www';
156
  $requestData = array('headers' => $headerData, 'cookies' => $this->cookie, 'timeout' => $this->timeout);
157
  $result = wp_remote_get($pinBoardUrl, $requestData);
158
  if (is_wp_error($result)) {
159
+ return array('error' => 1, 'error_pos' => 1, 'error_data' => serialize($result), 'error_code' => $result->get_error_code());
160
  }
161
  $content = $result['body'];
162
  $response = json_decode($content, true);
167
  $boardsData = array();
168
  $boardsData[] = $response['resource_response'];
169
  }
170
+ if(isset($boardsData[0]['error']['status'])&& $boardsData[0]['error']['status'] != 'success'){
171
+ return array('error' => 2, 'error_pos' => 1, 'error_data' => 'access_denied');
172
+ }
173
 
174
  foreach ($boardsData as $allBoards) {
175
  if (!empty($allBoards) && !empty($allBoards['data']['all_boards'])) {
includes/B2S/AutoPost.php CHANGED
@@ -16,8 +16,9 @@ class B2S_AutoPost {
16
  private $setPreFillText;
17
  private $optionPostFormat;
18
  private $allowHashTag;
 
19
 
20
- function __construct($postId = 0, $blogPostData = array(), $current_user_date = '0000-00-00 00:00:00', $myTimeSettings = false, $title = '', $content = '', $excerpt = '', $url = '', $imageUrl = '', $keywords = '', $b2sPostLang = 'en', $optionPostFormat = array(), $allowHashTag = true) {
21
  $this->postId = $postId;
22
  $this->blogPostData = $blogPostData;
23
  $this->current_user_date = $current_user_date;
@@ -27,34 +28,26 @@ class B2S_AutoPost {
27
  $this->excerpt = B2S_Util::prepareContent($postId, $excerpt, $url, false, true, $b2sPostLang);
28
  $this->contentHtml = B2S_Util::prepareContent($postId, $content, $url, '<p><h1><h2><br><i><b><a><img>', true, $b2sPostLang);
29
  $this->url = $url;
 
30
  $this->imageUrl = $imageUrl;
31
  $this->keywords = $keywords;
32
  $this->optionPostFormat = $optionPostFormat;
33
  $this->allowHashTag = $allowHashTag;
34
  $this->setPreFillText = array(0 => array(6 => 300, 8 => 239, 9 => 200, 10 => 442, 16 => 250, 17 => 442, 18 => 800), 1 => array(8 => 1200, 10 => 442, 17 => 442, 19 => 239), 2 => array(8 => 239, 10 => 442, 17 => 442, 19 => 239), 20 => 300);
35
- $this->setPreFillTextLimit = array(0 => array(6 => 400, 8 => 400, 9 => 200, 10 => 500, 18 => 1000, 20 => 400), 1 => array(8 => 1200, 10 => 500, 19 => 400), 2 => array(8 => 400, 10 => 500, 19 => 9000));
36
  }
37
 
38
  public function prepareShareData($networkAuthId = 0, $networkId = 0, $networkType = 0) {
 
39
  if ((int) $networkId > 0 && (int) $networkAuthId > 0) {
40
  $postData = array('content' => '', 'custom_title' => '', 'tags' => array(), 'network_auth_id' => (int) $networkAuthId);
41
 
42
- if (B2S_PLUGIN_USER_VERSION < 1 || $this->optionPostFormat == false || !isset($this->optionPostFormat[$networkId][$networkType])) {
43
  $this->optionPostFormat = unserialize(B2S_PLUGIN_NETWORK_SETTINGS_TEMPLATE_DEFAULT);
44
  }
45
-
46
- //V5.6.1
47
- if (!isset($this->optionPostFormat[$networkId][$networkType]['short_text']['excerpt_range_max'])) {
48
- $defaultSchema = unserialize(B2S_PLUGIN_NETWORK_SETTINGS_TEMPLATE_DEFAULT);
49
- $this->optionPostFormat[$networkId][$networkType]['short_text']['excerpt_range_max'] = $defaultSchema[$networkId][$networkType]['short_text']['excerpt_range_max'];
50
- }
51
- if (!isset($this->optionPostFormat[$networkId][$networkType]['short_text']['excerpt_range_min'])) {
52
- $defaultSchema = unserialize(B2S_PLUGIN_NETWORK_SETTINGS_TEMPLATE_DEFAULT);
53
- $this->optionPostFormat[$networkId][$networkType]['short_text']['excerpt_range_min'] = $defaultSchema[$networkId][$networkType]['short_text']['excerpt_range_min'];
54
- }
55
-
56
  //PostFormat
57
- if (in_array($networkId, array(1, 2, 3, 12)) || ($networkId == 19 && $networkType == 0)) {
58
  //Get: client settings
59
  if (isset($this->optionPostFormat[$networkId][$networkType]['format']) && ((int) $this->optionPostFormat[$networkId][$networkType]['format'] === 0 || (int) $this->optionPostFormat[$networkId][$networkType]['format'] === 1)) {
60
  $postData['post_format'] = (int) $this->optionPostFormat[$networkId][$networkType]['format'];
@@ -65,7 +58,7 @@ class B2S_AutoPost {
65
  }
66
  }
67
  //Special
68
- if (in_array($networkId, array(1, 2, 3, 12)) || ($networkId == 19 && $networkType == 0)) {
69
  if ($networkId == 12 && $this->imageUrl == false) {
70
  return false;
71
  }
@@ -77,15 +70,24 @@ class B2S_AutoPost {
77
  $title = sanitize_text_field($this->title);
78
  $postData['content'] = preg_replace("/\{TITLE\}/", addcslashes($title,"\\$"), $postData['content']);
79
 
 
 
 
 
 
 
 
80
  $excerpt = (isset($this->excerpt) && !empty($this->excerpt)) ? addcslashes(B2S_Util::getExcerpt($this->excerpt, (int) $this->optionPostFormat[$networkId][$networkType]['short_text']['excerpt_range_min'], (int) $this->optionPostFormat[$networkId][$networkType]['short_text']['excerpt_range_max']),"\\$") : '';
 
81
  $postData['content'] = preg_replace("/\{EXCERPT\}/", $excerpt, $postData['content']);
82
 
 
83
  if (strpos($postData['content'], "{KEYWORDS}") !== false) {
84
- $hashtags = $this->getHashTagsString("");
85
  $postData['content'] = preg_replace("/\{KEYWORDS\}/", addcslashes($hashtags,"\\$"), $postData['content']);
86
  } else if ($this->allowHashTag) {
87
  $add = ($networkId != 2) ? "\n\n" : "";
88
- $hashtags = $this->getHashTagsString($add);
89
  $postData['content'] .= " " . $hashtags;
90
  }
91
  }
@@ -120,7 +122,7 @@ class B2S_AutoPost {
120
  return false;
121
  }
122
  }
123
- if ($networkId == 8 || ($networkId == 19 && $networkType != 0)) {
124
  $postData['content'] = (isset($this->setPreFillText[$networkType][$networkId])) ? B2S_Util::getExcerpt($this->content, (int) $this->setPreFillText[$networkType][$networkId], (int) $this->setPreFillTextLimit[$networkType][$networkId]) : $this->content;
125
  $postData['custom_title'] = strip_tags($this->title);
126
  }
@@ -160,24 +162,47 @@ class B2S_AutoPost {
160
 
161
  if ($networkId == 13 || $networkId == 15) {
162
  $postData['content'] = strip_tags($this->title);
163
- }
164
  return $postData;
165
  }
166
  return false;
167
  }
168
 
169
- private function getHashTagsString($add = "\n\n") {
170
- $hashTags = '';
171
- if (is_array($this->keywords) && !empty($this->keywords)) {
172
- foreach ($this->keywords as $tag) {
173
- $hashTags .= ' #' . str_replace(array(" ", "-", '"', "'", "!", "?", ",", ".", ";", ":"), "", $tag->name);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
174
  }
 
 
 
175
  }
176
- return (!empty($hashTags) ? (!empty($add) ? $add . $hashTags : $hashTags) : '');
177
  }
178
 
179
  public function saveShareData($shareData = array(), $network_id = 0, $network_type = 0, $network_auth_id = 0, $shareApprove = 0, $network_display_name = '') {
180
 
 
 
 
 
 
 
 
181
  $sched_type = $this->blogPostData['sched_type'];
182
  $sched_date = $this->blogPostData['sched_date'];
183
  $sched_date_utc = $this->blogPostData['sched_date_utc'];
16
  private $setPreFillText;
17
  private $optionPostFormat;
18
  private $allowHashTag;
19
+ private $userVersion;
20
 
21
+ function __construct($postId = 0, $blogPostData = array(), $current_user_date = '0000-00-00 00:00:00', $myTimeSettings = false, $title = '', $content = '', $excerpt = '', $url = '', $imageUrl = '', $keywords = '', $b2sPostLang = 'en', $optionPostFormat = array(), $allowHashTag = true, $userVersion=0) {
22
  $this->postId = $postId;
23
  $this->blogPostData = $blogPostData;
24
  $this->current_user_date = $current_user_date;
28
  $this->excerpt = B2S_Util::prepareContent($postId, $excerpt, $url, false, true, $b2sPostLang);
29
  $this->contentHtml = B2S_Util::prepareContent($postId, $content, $url, '<p><h1><h2><br><i><b><a><img>', true, $b2sPostLang);
30
  $this->url = $url;
31
+ $this->userVersion = defined("B2S_PLUGIN_USER_VERSION") ? B2S_PLUGIN_USER_VERSION : (int) $userVersion;
32
  $this->imageUrl = $imageUrl;
33
  $this->keywords = $keywords;
34
  $this->optionPostFormat = $optionPostFormat;
35
  $this->allowHashTag = $allowHashTag;
36
  $this->setPreFillText = array(0 => array(6 => 300, 8 => 239, 9 => 200, 10 => 442, 16 => 250, 17 => 442, 18 => 800), 1 => array(8 => 1200, 10 => 442, 17 => 442, 19 => 239), 2 => array(8 => 239, 10 => 442, 17 => 442, 19 => 239), 20 => 300);
37
+ $this->setPreFillTextLimit = array(0 => array(6 => 400, 8 => 400, 9 => 200, 10 => 500, 18 => 1000, 20 => 400, 16 => false), 1 => array(8 => 1200, 10 => 500, 19 => 400), 2 => array(8 => 400, 10 => 500, 19 => 9000));
38
  }
39
 
40
  public function prepareShareData($networkAuthId = 0, $networkId = 0, $networkType = 0) {
41
+
42
  if ((int) $networkId > 0 && (int) $networkAuthId > 0) {
43
  $postData = array('content' => '', 'custom_title' => '', 'tags' => array(), 'network_auth_id' => (int) $networkAuthId);
44
 
45
+ if ((int)$this->userVersion < 1 || $this->optionPostFormat == false || !isset($this->optionPostFormat[$networkId][$networkType])) {
46
  $this->optionPostFormat = unserialize(B2S_PLUGIN_NETWORK_SETTINGS_TEMPLATE_DEFAULT);
47
  }
48
+
 
 
 
 
 
 
 
 
 
 
49
  //PostFormat
50
+ if (in_array($networkId, array(1, 2, 3, 12, 19))) {
51
  //Get: client settings
52
  if (isset($this->optionPostFormat[$networkId][$networkType]['format']) && ((int) $this->optionPostFormat[$networkId][$networkType]['format'] === 0 || (int) $this->optionPostFormat[$networkId][$networkType]['format'] === 1)) {
53
  $postData['post_format'] = (int) $this->optionPostFormat[$networkId][$networkType]['format'];
58
  }
59
  }
60
  //Special
61
+ if (in_array($networkId, array(1, 2, 3, 12, 19))) {
62
  if ($networkId == 12 && $this->imageUrl == false) {
63
  return false;
64
  }
70
  $title = sanitize_text_field($this->title);
71
  $postData['content'] = preg_replace("/\{TITLE\}/", addcslashes($title,"\\$"), $postData['content']);
72
 
73
+ $defaultSchema = unserialize(B2S_PLUGIN_NETWORK_SETTINGS_TEMPLATE_DEFAULT);
74
+ if (!isset($this->optionPostFormat[$networkId][$networkType]['short_text']['excerpt_range_max'])) {
75
+ $this->optionPostFormat[$networkId][$networkType]['short_text']['excerpt_range_max'] = $defaultSchema[$networkId][$networkType]['short_text']['excerpt_range_max'];
76
+ }
77
+ if (!isset($this->optionPostFormat[$networkId][$networkType]['short_text']['excerpt_range_min'])) {
78
+ $this->optionPostFormat[$networkId][$networkType]['short_text']['excerpt_range_min'] = $defaultSchema[$networkId][$networkType]['short_text']['excerpt_range_min'];
79
+ }
80
  $excerpt = (isset($this->excerpt) && !empty($this->excerpt)) ? addcslashes(B2S_Util::getExcerpt($this->excerpt, (int) $this->optionPostFormat[$networkId][$networkType]['short_text']['excerpt_range_min'], (int) $this->optionPostFormat[$networkId][$networkType]['short_text']['excerpt_range_max']),"\\$") : '';
81
+
82
  $postData['content'] = preg_replace("/\{EXCERPT\}/", $excerpt, $postData['content']);
83
 
84
+ $hashtagcount = substr_count($postData['content'], '#');
85
  if (strpos($postData['content'], "{KEYWORDS}") !== false) {
86
+ $hashtags = $this->getHashTagsString("", (($networkId == 12) ? 30-$hashtagcount : -1));
87
  $postData['content'] = preg_replace("/\{KEYWORDS\}/", addcslashes($hashtags,"\\$"), $postData['content']);
88
  } else if ($this->allowHashTag) {
89
  $add = ($networkId != 2) ? "\n\n" : "";
90
+ $hashtags = $this->getHashTagsString($add, (($networkId == 12) ? 30-$hashtagcount : -1));
91
  $postData['content'] .= " " . $hashtags;
92
  }
93
  }
122
  return false;
123
  }
124
  }
125
+ if ($networkId == 8) {
126
  $postData['content'] = (isset($this->setPreFillText[$networkType][$networkId])) ? B2S_Util::getExcerpt($this->content, (int) $this->setPreFillText[$networkType][$networkId], (int) $this->setPreFillTextLimit[$networkType][$networkId]) : $this->content;
127
  $postData['custom_title'] = strip_tags($this->title);
128
  }
162
 
163
  if ($networkId == 13 || $networkId == 15) {
164
  $postData['content'] = strip_tags($this->title);
165
+ }
166
  return $postData;
167
  }
168
  return false;
169
  }
170
 
171
+ private function getHashTagsString($add = "\n\n", $limit = -1) {// limit = -1 => no limit
172
+ if($limit != 0){
173
+ $hashTags = '';
174
+ if (is_array($this->keywords) && !empty($this->keywords)) {
175
+ foreach ($this->keywords as $tag) {
176
+ $hashTags .= ' #' . str_replace(array(" ", "-", '"', "'", "!", "?", ",", ".", ";", ":"), "", $tag->name);
177
+ }
178
+ }
179
+ if($limit > 0) {
180
+ $pos = 0;
181
+ $temp_str = $hashTags;
182
+ for($i = 0; $i <= $limit; $i++){
183
+ $pos = strpos($temp_str, '#');
184
+ $temp_str = substr($temp_str, $pos+1);
185
+ }
186
+ if($pos !== false){
187
+ $pos = strpos($hashTags, $temp_str);
188
+ $hashTags = substr($hashTags, 0, $pos-1);
189
+ }
190
  }
191
+ return (!empty($hashTags) ? (!empty($add) ? $add . $hashTags : $hashTags) : '');
192
+ } else {
193
+ return '';
194
  }
 
195
  }
196
 
197
  public function saveShareData($shareData = array(), $network_id = 0, $network_type = 0, $network_auth_id = 0, $shareApprove = 0, $network_display_name = '') {
198
 
199
+ if(isset($shareData['image_url']) && !empty($shareData['image_url'])){
200
+ $image_data = wp_check_filetype($shareData['image_url']);
201
+ if(isset($image_data['ext']) && $image_data['ext'] == 'gif' && in_array($network_id, unserialize(B2S_PLUGIN_NETWORK_NOT_ALLOW_GIF))){
202
+ $shareData['image_url'] = '';
203
+ }
204
+ }
205
+
206
  $sched_type = $this->blogPostData['sched_type'];
207
  $sched_date = $this->blogPostData['sched_date'];
208
  $sched_date_utc = $this->blogPostData['sched_date_utc'];
includes/B2S/Curation/View.php CHANGED
@@ -50,7 +50,7 @@ class B2S_Curation_View {
50
  //Opt: CustomDatePicker
51
  $dateFormat = (substr(B2S_LANGUAGE, 0, 2) == 'de') ? 'dd.mm.yyyy' : 'yyyy-mm-dd';
52
  $timeFormat = (substr(B2S_LANGUAGE, 0, 2) == 'de') ? 'hh:ii' : 'hh:ii aa';
53
- $isPremium = (B2S_PLUGIN_USER_VERSION == 0) ? ' [' . esc_html__("PREMIUM", "blog2social") . ']' : '';
54
 
55
  $authContent = '';
56
  $content = '<br>';
50
  //Opt: CustomDatePicker
51
  $dateFormat = (substr(B2S_LANGUAGE, 0, 2) == 'de') ? 'dd.mm.yyyy' : 'yyyy-mm-dd';
52
  $timeFormat = (substr(B2S_LANGUAGE, 0, 2) == 'de') ? 'hh:ii' : 'hh:ii aa';
53
+ $isPremium = (B2S_PLUGIN_USER_VERSION == 0) ? ' [' . esc_html__("SMART", "blog2social") . ']' : '';
54
 
55
  $authContent = '';
56
  $content = '<br>';
includes/B2S/Network/Item.php CHANGED
@@ -38,7 +38,6 @@ class B2S_Network_Item {
38
  }
39
 
40
  public function getData() {
41
- // $result = json_decode('{"result":1,"auth":[{"networkAuthId":"397945","networkId":"1","networkUserName":"KelvinS Onlineshop","networkType":"1","networkKind":"0","networkTosGroupId":"","instant_sharing":"0","mandantId":"3261","expiredDate":"0000-00-00","owner_blog_user_id":false,"notAllow":false},{"networkAuthId":"430634","networkId":"1","networkUserName":"KelvinS Onlineshop","networkType":"1","networkKind":"0","networkTosGroupId":"","instant_sharing":"0","mandantId":"3547","expiredDate":"0000-00-00","owner_blog_user_id":false,"notAllow":false},{"networkAuthId":"397941","networkId":"1","networkUserName":"KelvinS Onlineshop","networkType":"1","networkKind":"0","networkTosGroupId":"","instant_sharing":"0","mandantId":"3260","expiredDate":"0000-00-00","owner_blog_user_id":false,"notAllow":false},{"networkAuthId":"431588","networkId":"1","networkUserName":"Kleidung verkaufen","networkType":"2","networkKind":"0","networkTosGroupId":"","instant_sharing":"0","mandantId":"3559","expiredDate":"0000-00-00","owner_blog_user_id":false,"notAllow":false},{"networkAuthId":"430633","networkId":"1","networkUserName":"Kleidung verkaufen","networkType":"2","networkKind":"0","networkTosGroupId":"","instant_sharing":"0","mandantId":"3547","expiredDate":"0000-00-00","owner_blog_user_id":false,"notAllow":false},{"networkAuthId":"397942","networkId":"2","networkUserName":"KelvinS_Shop","networkType":"0","networkKind":"0","networkTosGroupId":"","instant_sharing":"0","mandantId":"3260","expiredDate":"0000-00-00","owner_blog_user_id":false,"notAllow":false},{"networkAuthId":"397946","networkId":"2","networkUserName":"KelvinS_Shop","networkType":"0","networkKind":"0","networkTosGroupId":"","instant_sharing":"0","mandantId":"3261","expiredDate":"0000-00-00","owner_blog_user_id":false,"notAllow":false},{"networkAuthId":"430632","networkId":"2","networkUserName":"KelvinS_Shop","networkType":"0","networkKind":"0","networkTosGroupId":"","instant_sharing":"0","mandantId":"3547","expiredDate":"0000-00-00","owner_blog_user_id":false,"notAllow":false},{"networkAuthId":"397943","networkId":"12","networkUserName":"info@kelvinsonlineshop.de","networkType":"0","networkKind":"0","networkTosGroupId":"","instant_sharing":"0","mandantId":"3260","expiredDate":"0000-00-00","owner_blog_user_id":false,"notAllow":false},{"networkAuthId":"397947","networkId":"12","networkUserName":"info@kelvinsonlineshop.de","networkType":"0","networkKind":"0","networkTosGroupId":"","instant_sharing":"0","mandantId":"3261","expiredDate":"0000-00-00","owner_blog_user_id":false,"notAllow":false},{"networkAuthId":"397948","networkId":"18","networkUserName":"KelvinS Onlineshop","networkType":"0","networkKind":"0","networkTosGroupId":"","instant_sharing":"0","mandantId":"3261","expiredDate":"0000-00-00","owner_blog_user_id":false,"notAllow":false},{"networkAuthId":"397944","networkId":"18","networkUserName":"KelvinS Onlineshop","networkType":"0","networkKind":"0","networkTosGroupId":"","instant_sharing":"0","mandantId":"3260","expiredDate":"0000-00-00","owner_blog_user_id":false,"notAllow":false},{"networkAuthId":"430640","networkId":"18","networkUserName":"KelvinS Onlineshop","networkType":"0","networkKind":"0","networkTosGroupId":"","instant_sharing":"0","mandantId":"3547","expiredDate":"0000-00-00","owner_blog_user_id":false,"notAllow":false},{"networkAuthId":"430637","networkId":"4","networkUserName":"kelvins-onlineshop","networkType":"0","networkKind":"0","networkTosGroupId":"","instant_sharing":"0","mandantId":"3547","expiredDate":"0000-00-00","owner_blog_user_id":false,"notAllow":false},{"networkAuthId":"430638","networkId":"15","networkUserName":"KelvinS_Onlineshop","networkType":"0","networkKind":"0","networkTosGroupId":"","instant_sharing":"0","mandantId":"3547","expiredDate":"0000-00-00","owner_blog_user_id":false,"notAllow":false}],"auth_count":[5],"portale":[{"id":"1","name":"Facebook"},{"id":"2","name":"Twitter"},{"id":"12","name":"Instagram"},{"id":"6","name":"Pinterest"},{"id":"18","name":"Google My Business"},{"id":"3","name":"LinkedIn"},{"id":"19","name":"XING"},{"id":"17","name":"VKontakte"},{"id":"16","name":"Bloglovin"},{"id":"4","name":"Tumblr"},{"id":"11","name":"medium"},{"id":"14","name":"Torial"},{"id":"7","name":"Flickr"},{"id":"9","name":"Diigo"},{"id":"15","name":"Reddit"}],"mandanten":[]}');//B2S_Api_Post::post(B2S_PLUGIN_API_ENDPOINT, array('action' => 'getUserAuth', 'view_mode' => 'all', 'auth_count' => true, 'token' => B2S_PLUGIN_TOKEN, 'version' => B2S_PLUGIN_VERSION)));
42
  $result = json_decode(B2S_Api_Post::post(B2S_PLUGIN_API_ENDPOINT, array('action' => 'getUserAuth', 'view_mode' => 'all', 'auth_count' => true, 'token' => B2S_PLUGIN_TOKEN, 'version' => B2S_PLUGIN_VERSION)));
43
  return array('mandanten' => isset($result->mandanten) ? $result->mandanten : '',
44
  'auth' => isset($result->auth) ? $result->auth : '',
@@ -128,7 +127,7 @@ class B2S_Network_Item {
128
 
129
  if ($maxNetworkAccount !== false) {
130
  if ($networkId == 18) {
131
- $html .=' <a class="b2s-info-btn" data-target="#b2sInfoNetwork18" data-toggle="modal" href="#">Info</a>';
132
  }
133
  }
134
  if (isset($this->bestTimeInfo[$networkId]) && !empty($this->bestTimeInfo[$networkId]) && is_array($this->bestTimeInfo[$networkId]) && $networkId != 8) {
@@ -148,18 +147,18 @@ class B2S_Network_Item {
148
  if($networkId == 6){
149
  $html .= '<a href="#" class="btn btn-primary btn-sm b2s-network-auth-btn" data-auth-method="client" data-network-mandant-id="' . esc_attr($mandantId) . '">+ ' . esc_html__('Profile', 'blog2social') . '</a>';
150
  } else {
151
- $html .= ($networkId != 18 || (B2S_PLUGIN_USER_VERSION >= 2 && $networkId == 18)) ? '<a href="#" onclick="wop(\'' . $b2sAuthUrl . '&choose=profile\', \'Blog2Social Network\'); return false;" class="btn btn-primary btn-sm b2s-network-auth-btn">+ ' . esc_html__('Profile', 'blog2social') . '</a>' : '<a href="#" class="btn btn-primary btn-sm b2s-network-auth-btn b2s-btn-disabled" data-title="' . esc_attr__('You want to connect a network profile?', 'blog2social') . '" data-toggle="modal" data-type="auth-network" data-target="#b2sProFeatureModal">+ ' . esc_html__('Profile', 'blog2social') . ' <span class="label label-success">' . esc_html__("PREMIUM", "blog2social") . '</a>';
152
  }
153
  }
154
  if (in_array($networkId, $this->allowPage)) {
155
- $html .= (B2S_PLUGIN_USER_VERSION > 1 || (B2S_PLUGIN_USER_VERSION == 0 && $networkId == 1) || (B2S_PLUGIN_USER_VERSION == 1 && ($networkId == 1 || $networkId == 10))) ? '<button onclick="wop(\'' . $b2sAuthUrl . '&choose=page\', \'Blog2Social Network\'); return false;" class="btn btn-primary btn-sm b2s-network-auth-btn">+ ' . esc_html__('Page', 'blog2social') . '</button>' : '<a href="#" class="btn btn-primary btn-sm b2s-network-auth-btn b2s-btn-disabled" data-title="' . esc_attr__('You want to connect a network page?', 'blog2social') . '" data-toggle="modal" data-type="auth-network" data-target="#' . ((B2S_PLUGIN_USER_VERSION == 0) ? 'b2sPreFeatureModal' : 'b2sProFeatureModal') . '">+ ' . esc_html__('Page', 'blog2social') . ' <span class="label label-success">' . esc_html__("PREMIUM", "blog2social") . '</a>';
156
  }
157
  if (in_array($networkId, $this->allowGroup)) {
158
  $name = ($networkId == 11) ? __('Publication', 'blog2social') : __('Group', 'blog2social');
159
- $html .= (B2S_PLUGIN_USER_VERSION > 1 || (B2S_PLUGIN_USER_VERSION == 1 && $networkId != 8)) ? '<button onclick="wop(\'' . $b2sAuthUrl . '&choose=group\', \'Blog2Social Network\'); return false;" class="btn btn-primary btn-sm b2s-network-auth-btn">+ ' . esc_html($name) . '</button>' : '<a href="#" class="btn btn-primary btn-sm b2s-network-auth-btn b2s-btn-disabled" data-toggle="modal" data-title="' . esc_attr__('You want to connect a social media group?', 'blog2social') . '" data-type="auth-network" data-target="#' . ((B2S_PLUGIN_USER_VERSION == 0) ? 'b2sPreFeatureModal' : 'b2sProFeatureModal') . '">+ ' . esc_html($name) . ' <span class="label label-success">' . esc_html__("PREMIUM", "blog2social") . '</span></a>';
160
  }
161
  if (array_key_exists($networkId, unserialize(B2S_PLUGIN_NETWORK_SETTINGS_TEMPLATE_DEFAULT))) {
162
- $html .= (B2S_PLUGIN_USER_VERSION >= 1) ? '<button onclick="return false;" class="btn btn-primary btn-sm b2s-network-auth-btn b2s-edit-template-btn" data-network-id="' . esc_attr($networkId) . '"><i class="glyphicon glyphicon-pencil"></i> ' . esc_html__('Edit Post Format', 'blog2social') . '</button>' : '<button onclick="return false;" class="btn btn-primary btn-sm b2s-network-auth-btn b2s-edit-template-btn b2s-btn-disabled" data-network-id="' . esc_attr($networkId) . '"><i class="glyphicon glyphicon-pencil"></i> ' . esc_html__('Edit Post Template', 'blog2social') . ' <span class="label label-success">' . esc_html__("PREMIUM", "blog2social") . '</span></button>';
163
  }
164
 
165
  $html .= '</span></h4>';
@@ -171,14 +170,13 @@ class B2S_Network_Item {
171
  //First Line
172
  $html.='<li class="b2s-network-item-auth-list-li" data-network-mandant-id="' . esc_attr($mandantId) . '" data-network-id="' . esc_attr($networkId) . '" data-view="' . esc_attr((($containerMandantId == -1) ? 'all' : 'selected')) . '">';
173
  $html.='<span class="b2s-network-auth-count">' . esc_html__("Connections", "blog2social") . ' <span class="b2s-network-auth-count-current" ' . (($showAllAuths) ? 'data-network-count-trigger="true"' : '') . ' data-network-id="' . esc_attr($networkId) . '"></span>/' . esc_html($maxNetworkAccount) . '</span>';
174
- $html.='<span class="pull-right b2s-sched-manager-title hidden-xs" data-network-mandant-id="' . esc_attr($mandantId) . '" data-network-id="' . esc_attr($networkId) . '">' . esc_html__("Best Time Manager", "blog2social") . ' <a href="#" data-toggle="modal" data-target="#b2sInfoSchedTimesModal" class="b2s-info-btn b2s-load-settings-sched-time-default-info">' . esc_html__('Info', 'blog2social') . '</a></span>';
175
  $html.='</li>';
176
 
177
 
178
  if ($showAllAuths) {
179
  foreach ($this->mandantenId as $ka => $mandantAll) {
180
  $mandantName = isset($mandantenData->{$mandantAll}) ? ($mandantenData->{$mandantAll}) : esc_html__("My profile", "blog2social");
181
- // var_dump($networkData);
182
  if (isset($networkData[$mandantAll][$networkId]) && !empty($networkData[$mandantAll][$networkId])) {
183
  $html .= $this->getAuthItemHtml($networkData[$mandantAll][$networkId], $mandantAll, $mandantName, $networkId, $b2sAuthUrl, $containerMandantId, $sprache);
184
  }
@@ -212,7 +210,7 @@ class B2S_Network_Item {
212
  $html.= '<div class="b2s-network-auth-list-info"><span class="glyphicon glyphicon-remove-circle"></span> ' . esc_html__('To reactivate this connection,', 'blog2social') . ' <a href="' . esc_url(B2S_Tools::getSupportLink('affiliate')) . '"target="_blank">' . esc_html__('please upgrade', 'blog2social') . '</a></div>';
213
  }
214
  if ($isInterrupted && !$notAllow) {
215
- $html.= '<div class="b2s-network-auth-list-info"><span class="glyphicon glyphicon-remove-circle"></span> ' . esc_html__('Authorization is interrupted since', 'blog2social') . ' ' . esc_html(($sprache == 'en' ? $v['expiredDate'] : date('d.m.Y', strtotime($v['expiredDate'])))) . '</div>';
216
  }
217
  if ($v['owner_blog_user_id'] !== false) {
218
  $displayName = stripslashes(get_user_by('id', $v['owner_blog_user_id'])->display_name);
@@ -255,7 +253,7 @@ class B2S_Network_Item {
255
  </span>';
256
  $html .='<span data-network-auth-id="' . esc_attr($v['networkAuthId']) . '" class="b2s-sched-manager-day-area pull-right hidden-xs" style="' . (($notAllow) ? 'display:none;' : '') . '"><span data-network-auth-id="' . esc_attr($v['networkAuthId']) . '" class="b2s-sched-manager-item-input-day-btn-minus" data-network-auth-id="' . esc_attr($v['networkAuthId']) . '">-</span> <span class="b2s-text-middle">+</span> <input type="text" class="b2s-sched-manager-item-input-day" data-network-auth-id="' . esc_attr($v['networkAuthId']) . '" data-network-mandant-id="' . esc_attr($mandantId) . '" data-network-id="' . esc_attr($networkId) . '" data-network-type="0" data-network-container-mandant-id="' . esc_attr($containerMandantId) . '" name="b2s-user-sched-data[delay_day][' . esc_attr($v['networkAuthId']) . ']" value="' . esc_attr($this->getUserSchedTime($v['networkAuthId'], $networkId, 0, 'day')) . '" readonly> <span class="b2s-text-middle">' . esc_html__('Days', 'blog2social') . '</span> <span data-network-auth-id="' . esc_attr($v['networkAuthId']) . '" class="b2s-sched-manager-item-input-day-btn-plus" data-network-auth-id="' . esc_attr($v['networkAuthId']) . '">+</span></span>';
257
  } else {
258
- $html .='<span data-network-auth-id="' . esc_attr($v['networkAuthId']) . '" class="b2s-sched-manager-premium-area pull-right hidden-xs"><span class="label label-success"><a href="#" class="btn-label-premium" data-toggle="modal" data-target="#b2sInfoSchedTimesModal">' . esc_html__('PREMIUM', 'blog2social') . '</a></span></span>';
259
  }
260
 
261
  $html .='</div>';
@@ -277,7 +275,7 @@ class B2S_Network_Item {
277
  $html.= '<div class="b2s-network-auth-list-info"><span class="glyphicon glyphicon-remove-circle"></span> ' . esc_html__('To reactivate this connection,', 'blog2social') . ' <a href="' . esc_url(B2S_Tools::getSupportLink('affiliate')) . '"target="_blank">' . esc_html__('please upgrade', 'blog2social') . '</a></div>';
278
  }
279
  if ($isInterrupted && !$notAllow) {
280
- $html.= '<div class="b2s-network-auth-list-info">' . esc_html__('Authorization is interrupted since', 'blog2social') . ' ' . esc_html(($sprache == 'en' ? $v['expiredDate'] : date('d.m.Y', strtotime($v['expiredDate'])))) . '</div>';
281
  }
282
  if ($v['owner_blog_user_id'] !== false) {
283
  $displayName = stripslashes(get_user_by('id', $v['owner_blog_user_id'])->display_name);
@@ -317,7 +315,7 @@ class B2S_Network_Item {
317
  </span>';
318
  $html .='<span data-network-auth-id="' . esc_attr($v['networkAuthId']) . '" class="b2s-sched-manager-day-area pull-right hidden-xs" style="' . (($notAllow) ? 'display:none;' : '') . '"><span data-network-auth-id="' . esc_attr($v['networkAuthId']) . '" class="b2s-sched-manager-item-input-day-btn-minus" data-network-auth-id="' . esc_attr($v['networkAuthId']) . '">-</span> <span class="b2s-text-middle">+</span> <input type="text" class="b2s-sched-manager-item-input-day" data-network-auth-id="' . esc_attr($v['networkAuthId']) . '" data-network-mandant-id="' . esc_attr($mandantId) . '" data-network-id="' . esc_attr($networkId) . '" data-network-type="1" data-network-container-mandant-id="' . esc_attr($containerMandantId) . '" name="b2s-user-sched-data[delay_day][' . esc_attr($v['networkAuthId']) . ']" value="' . esc_attr($this->getUserSchedTime($v['networkAuthId'], $networkId, 1, 'day')) . '" readonly> <span class="b2s-text-middle">' . esc_html__('Days', 'blog2social') . '</span> <span data-network-auth-id="' . esc_attr($v['networkAuthId']) . '" class="b2s-sched-manager-item-input-day-btn-plus" data-network-auth-id="' . esc_attr($v['networkAuthId']) . '">+</span></span>';
319
  } else {
320
- $html .='<span data-network-auth-id="' . esc_attr($v['networkAuthId']) . '" class="b2s-sched-manager-premium-area pull-right hidden-xs"><span class="label label-success"><a href="#" class="btn-label-premium" data-toggle="modal" data-target="#b2sInfoSchedTimesModal">' . esc_html__('PREMIUM', 'blog2social') . '</a></span></span>';
321
  }
322
 
323
  $html .='</div>';
@@ -340,7 +338,7 @@ class B2S_Network_Item {
340
  $html.= '<div class="b2s-network-auth-list-info"><span class="glyphicon glyphicon-remove-circle"></span> ' . esc_html__('To reactivate this connection,', 'blog2social') . ' <a href="' . esc_url(B2S_Tools::getSupportLink('affiliate')) . '"target="_blank">' . esc_html__('please upgrade', 'blog2social') . '</a></div>';
341
  }
342
  if ($isInterrupted && !$notAllow) {
343
- $html.= '<div class="b2s-network-auth-list-info">' . esc_html__('Authorization is interrupted since', 'blog2social') . ' ' . esc_html(($sprache == 'en' ? $v['expiredDate'] : date('d.m.Y', strtotime($v['expiredDate'])))) . '</div>';
344
  }
345
  if ($v['owner_blog_user_id'] !== false) {
346
  $displayName = stripslashes(get_user_by('id', $v['owner_blog_user_id'])->display_name);
@@ -379,7 +377,7 @@ class B2S_Network_Item {
379
  </span>';
380
  $html .='<span data-network-auth-id="' . esc_attr($v['networkAuthId']) . '" class="b2s-sched-manager-day-area pull-right hidden-xs" style="' . (($notAllow) ? 'display:none;' : '') . '"><span data-network-auth-id="' . esc_attr($v['networkAuthId']) . '" class="b2s-sched-manager-item-input-day-btn-minus" data-network-auth-id="' . esc_attr($v['networkAuthId']) . '">-</span> <span class="b2s-text-middle">+</span> <input type="text" class="b2s-sched-manager-item-input-day" data-network-auth-id="' . esc_attr($v['networkAuthId']) . '" data-network-mandant-id="' . esc_attr($mandantId) . '" data-network-id="' . esc_attr($networkId) . '" data-network-type="2" data-network-container-mandant-id="' . esc_attr($containerMandantId) . '" name="b2s-user-sched-data[delay_day][' . esc_attr($v['networkAuthId']) . ']" value="' . esc_attr($this->getUserSchedTime($v['networkAuthId'], $networkId, 2, 'day')) . '" readonly> <span class="b2s-text-middle">' . esc_html__('Days', 'blog2social') . '</span> <span data-network-auth-id="' . esc_attr($v['networkAuthId']) . '" class="b2s-sched-manager-item-input-day-btn-plus" data-network-auth-id="' . esc_attr($v['networkAuthId']) . '">+</span></span>';
381
  } else {
382
- $html .='<span data-network-auth-id="' . esc_attr($v['networkAuthId']) . '" class="b2s-sched-manager-premium-area pull-right hidden-xs"><span class="label label-success"><a href="#" class="btn-label-premium" data-toggle="modal" data-target="#b2sInfoSchedTimesModal">' . esc_html__('PREMIUM', 'blog2social') . '</a></span></span>';
383
  }
384
 
385
  $html .='</div>';
@@ -503,10 +501,14 @@ class B2S_Network_Item {
503
  $options = new B2S_Options(get_current_user_id());
504
  $post_template = $options->_getOption("post_template");
505
  $linkNoCache = $options->_getOption("link_no_cache");
 
506
  if (B2S_PLUGIN_USER_VERSION >= 1 && $post_template != false && isset($post_template[$networkId]) && !empty($post_template[$networkId])) {
507
  $schema = $post_template[$networkId];
 
 
 
508
  } else {
509
- $schema = unserialize(B2S_PLUGIN_NETWORK_SETTINGS_TEMPLATE_DEFAULT)[$networkId];
510
  }
511
 
512
  $html = '<div class="row">';
@@ -519,13 +521,16 @@ class B2S_Network_Item {
519
  if (B2S_PLUGIN_USER_VERSION < 1) {
520
  $html .= '<div class="row">';
521
  $html .= '<div class="col-sm-12">';
522
- $html .= '<div class="alert alert-info"><i class="glyphicon glyphicon-info-sign"></i> ' . esc_html__('This is a Premium Feature', 'blog2social') . '</div>';
 
 
 
523
  $html .= '</div>';
524
  $html .= '</div>';
525
  }
526
  $html .= '<div class="row">';
527
  $html .= '<div class="col-sm-12">';
528
- if (count($schema) > 1 || $networkId == 19) {
529
  $html .= '<div class="pull-left ' . ((B2S_PLUGIN_USER_VERSION < 1) ? 'b2s-btn-disabled' : '') . '">';
530
  $html .= '<ul class="nav nav-pills">';
531
  $html .= '<li class="active"><a href="#b2s-template-profile" class="b2s-template-profile" data-toggle="tab">' . esc_html__('Profile', 'blog2social') . '</a></li>';
@@ -538,7 +543,7 @@ class B2S_Network_Item {
538
  $html .= '</ul>';
539
  $html .= '</div>';
540
  if ($networkId == 1) {
541
- $html .= '<div class="pull-right"><input id="link-no-cache" type="checkbox" ' . (($linkNoCache == 1) ? 'checked' : '') . ' name="no_cache"> <label for="link-no-cache">' . esc_html__('Activate Instant Caching', 'blog2social') . '</label> <a href="#" data-toggle="modal" data-target="#b2sInfoNoCache" class="b2s-info-btn vertical-middle del-padding-left">' . esc_html__('Info', 'Blog2Social') . '</a></div>';
542
  }
543
  $html .= '<br>';
544
  $html .= '<hr>';
@@ -579,31 +584,44 @@ class B2S_Network_Item {
579
  if (!isset($schema[$networkType]['short_text']['excerpt_range_max'])) {
580
  $schema[$networkType]['short_text']['excerpt_range_max'] = $defaultTemplate[$networkId][$networkType]['short_text']['excerpt_range_max'];
581
  }
582
-
583
- $content = '<div class="row">';
584
- $content .= '<div class="col-md-12 media-heading">';
585
- $content .= '<span class="b2s-edit-template-section-headline">' . esc_html__('Format', 'blog2social') . '</span> <a href="#" data-toggle="modal" data-network-id="' . esc_attr($networkId) . '" data-target="#b2sInfoFormat" class="b2s-info-btn del-padding-left">' . esc_html__('Info', 'Blog2Social') . '</a>';
586
- $content .= '<button class="pull-right btn btn-primary btn-xs b2s-edit-template-load-default" data-network-type="' . esc_attr($networkType) . '">' . esc_html__('Load default settings', 'blog2social') . '</button>';
587
- $content .= '</div>';
588
- $content .= '</div>';
589
- $content .= '<div class="row">';
590
- $content .= '<div class="col-md-12">';
591
- if ($schema[$networkType]['format'] == 0) {
592
- $content .= '<button class="btn btn-primary btn-sm b2s-edit-template-link-post pull-left" data-network-type="' . esc_attr($networkType) . '">' . esc_html((($networkId != 12) ? __('Link', 'blog2social') : __('Image with frame', 'blog2social'))) . '</button>';
593
- $content .= '<button class="btn btn-light btn-sm b2s-edit-template-image-post pull-left" data-network-type="' . esc_attr($networkType) . '">' . esc_html((($networkId != 12) ? __('Image', 'blog2social') : __('Image cut out', 'blog2social'))) . '</button>';
594
- } else {
595
- $content .= '<button class="btn btn-light btn-sm b2s-edit-template-link-post pull-left" data-network-type="' . esc_attr($networkType) . '">' . esc_html((($networkId != 12) ? __('Link', 'blog2social') : __('Image with frame', 'blog2social'))) . '</button>';
596
- $content .= '<button class="btn btn-primary btn-sm b2s-edit-template-image-post pull-left" data-network-type="' . esc_attr($networkType) . '">' . esc_html((($networkId != 12) ? __('Image', 'blog2social') : __('Image cut out', 'blog2social'))) . '</button>';
 
 
 
 
 
 
 
597
  }
598
- $content .= '<input type="hidden" class="b2s-edit-template-post-format" value="' . esc_attr($schema[$networkType]['format']) . '" data-network-type="' . esc_attr($networkType) . '">';
599
- $content .= '</div>';
600
- $content .= '</div>';
601
- $content .= '<br>';
602
  $content .= '<div class="row">';
603
  $content .= '<div class="col-md-12 media-heading">';
604
- $content .= '<span class="b2s-edit-template-section-headline">' . esc_html__('Content', 'blog2social') . '</span> <a href="#" data-toggle="modal" data-target="#b2sInfoContent" class="b2s-info-btn del-padding-left">' . esc_html__('Info', 'Blog2Social') . '</a>';
 
 
 
605
  $content .= '</div>';
606
  $content .= '</div>';
 
 
 
 
 
 
 
607
  $content .= '<div class="row">';
608
  $content .= '<div class="col-md-12">';
609
  $content .= '<div class="b2s-padding-bottom-5">'
@@ -629,7 +647,7 @@ class B2S_Network_Item {
629
  $content .= '<br>';
630
  $content .= '<div class="row">';
631
  $content .= '<div class="col-md-12 media-heading">';
632
- $content .= '<span class="b2s-edit-template-section-headline">' . esc_html__('Character limit', 'blog2social') . ' (CONTENT, EXCERPT)</span> <a href="#" data-toggle="modal" data-target="#b2sInfoCharacterLimit" class="b2s-info-btn del-padding-left">' . esc_html__('Info', 'Blog2Social') . '</a>';
633
  $content .= '</div>';
634
  $content .= '</div>';
635
  $content .= '<div class="row">';
@@ -871,7 +889,7 @@ class B2S_Network_Item {
871
  $preview .= '<span class="b2s-edit-template-preview-profile-name-19">Blog2Social</span>';
872
  $preview .= '</div>';
873
  $preview .= '</div>';
874
- $preview .= '<div class="b2s-edit-template-link-preview" data-network-type="' . esc_attr($networkType) . '" ' . (((int) $schema[$networkType]['format'] == 0) ? '' : 'style="display: none;"') . '>';
875
  $preview .= '<div class="row b2s-edit-template-preview-header-19">';
876
  $preview .= '<div class="col-sm-12 b2s-edit-template-preview-content-19">';
877
  $preview .= '<span class="b2s-edit-template-preview-content" data-network-type="' . esc_attr($networkType) . '">' . preg_replace("/\n/", "<br>", esc_html($schema[$networkType]['content'])) . '</span>';
@@ -888,7 +906,7 @@ class B2S_Network_Item {
888
  $preview .= '</div>';
889
  $preview .= '</div>';
890
  $preview .= '</div>';
891
- $preview .= '<div class="b2s-edit-template-image-preview" data-network-type="' . esc_attr($networkType) . '" ' . (((int) $schema[$networkType]['format'] == 1) ? '' : 'style="display: none;"') . '>';
892
  $preview .= '<div class="row">';
893
  $preview .= '<div class="col-sm-12 b2s-edit-template-preview-content-19">';
894
  $preview .= '<span class="b2s-edit-template-preview-content" data-network-type="' . esc_attr($networkType) . '">' . preg_replace("/\n/", "<br>", esc_html($schema[$networkType]['content'])) . '</span>';
38
  }
39
 
40
  public function getData() {
 
41
  $result = json_decode(B2S_Api_Post::post(B2S_PLUGIN_API_ENDPOINT, array('action' => 'getUserAuth', 'view_mode' => 'all', 'auth_count' => true, 'token' => B2S_PLUGIN_TOKEN, 'version' => B2S_PLUGIN_VERSION)));
42
  return array('mandanten' => isset($result->mandanten) ? $result->mandanten : '',
43
  'auth' => isset($result->auth) ? $result->auth : '',
127
 
128
  if ($maxNetworkAccount !== false) {
129
  if ($networkId == 18) {
130
+ $html .=' <a class="b2s-info-btn b2sInfoNetwork18Btn" href="#">Info</a>';
131
  }
132
  }
133
  if (isset($this->bestTimeInfo[$networkId]) && !empty($this->bestTimeInfo[$networkId]) && is_array($this->bestTimeInfo[$networkId]) && $networkId != 8) {
147
  if($networkId == 6){
148
  $html .= '<a href="#" class="btn btn-primary btn-sm b2s-network-auth-btn" data-auth-method="client" data-network-mandant-id="' . esc_attr($mandantId) . '">+ ' . esc_html__('Profile', 'blog2social') . '</a>';
149
  } else {
150
+ $html .= ($networkId != 18 || (B2S_PLUGIN_USER_VERSION >= 2 && $networkId == 18)) ? '<a href="#" onclick="wop(\'' . $b2sAuthUrl . '&choose=profile\', \'Blog2Social Network\'); return false;" class="btn btn-primary btn-sm b2s-network-auth-btn">+ ' . esc_html__('Profile', 'blog2social') . '</a>' : '<a href="#" class="btn btn-primary btn-sm b2s-network-auth-btn b2s-btn-disabled b2sProFeatureModalBtn" data-title="' . esc_attr__('You want to connect a network profile?', 'blog2social') . '" data-type="auth-network">+ ' . esc_html__('Profile', 'blog2social') . ' <span class="label label-success">' . esc_html__("PRO", "blog2social") . '</a>';
151
  }
152
  }
153
  if (in_array($networkId, $this->allowPage)) {
154
+ $html .= (B2S_PLUGIN_USER_VERSION > 1 || (B2S_PLUGIN_USER_VERSION == 0 && $networkId == 1) || (B2S_PLUGIN_USER_VERSION == 1 && ($networkId == 1 || $networkId == 10))) ? '<button onclick="wop(\'' . $b2sAuthUrl . '&choose=page\', \'Blog2Social Network\'); return false;" class="btn btn-primary btn-sm b2s-network-auth-btn">+ ' . esc_html__('Page', 'blog2social') . '</button>' : '<a href="#" class="btn btn-primary btn-sm b2s-network-auth-btn b2s-btn-disabled b2sProFeatureModalBtn" data-title="' . esc_attr__('You want to connect a network page?', 'blog2social') . '" data-type="auth-network">+ ' . esc_html__('Page', 'blog2social') . ' <span class="label label-success">' . esc_html__("PRO", "blog2social") . '</a>';
155
  }
156
  if (in_array($networkId, $this->allowGroup)) {
157
  $name = ($networkId == 11) ? __('Publication', 'blog2social') : __('Group', 'blog2social');
158
+ $html .= (B2S_PLUGIN_USER_VERSION > 1) ? '<button onclick="wop(\'' . $b2sAuthUrl . '&choose=group\', \'Blog2Social Network\'); return false;" class="btn btn-primary btn-sm b2s-network-auth-btn">+ ' . esc_html($name) . '</button>' : '<a href="#" class="btn btn-primary btn-sm b2s-network-auth-btn b2s-btn-disabled b2sProFeatureModalBtn" data-title="' . esc_attr__('You want to connect a social media group?', 'blog2social') . '" data-type="auth-network">+ ' . esc_html($name) . ' <span class="label label-success">' . esc_html__("PRO", "blog2social") . '</span></a>';
159
  }
160
  if (array_key_exists($networkId, unserialize(B2S_PLUGIN_NETWORK_SETTINGS_TEMPLATE_DEFAULT))) {
161
+ $html .= (B2S_PLUGIN_USER_VERSION >= 1) ? '<button onclick="return false;" class="btn btn-primary btn-sm b2s-network-auth-btn b2s-edit-template-btn" data-network-id="' . esc_attr($networkId) . '"><i class="glyphicon glyphicon-pencil"></i> ' . esc_html__('Edit Post Format', 'blog2social') . '</button>' : '<button onclick="return false;" class="btn btn-primary btn-sm b2s-network-auth-btn b2s-edit-template-btn b2s-btn-disabled" data-network-id="' . esc_attr($networkId) . '"><i class="glyphicon glyphicon-pencil"></i> ' . esc_html__('Edit Post Template', 'blog2social') . ' <span class="label label-success">' . esc_html__("SMART", "blog2social") . '</span></button>';
162
  }
163
 
164
  $html .= '</span></h4>';
170
  //First Line
171
  $html.='<li class="b2s-network-item-auth-list-li" data-network-mandant-id="' . esc_attr($mandantId) . '" data-network-id="' . esc_attr($networkId) . '" data-view="' . esc_attr((($containerMandantId == -1) ? 'all' : 'selected')) . '">';
172
  $html.='<span class="b2s-network-auth-count">' . esc_html__("Connections", "blog2social") . ' <span class="b2s-network-auth-count-current" ' . (($showAllAuths) ? 'data-network-count-trigger="true"' : '') . ' data-network-id="' . esc_attr($networkId) . '"></span>/' . esc_html($maxNetworkAccount) . '</span>';
173
+ $html.='<span class="pull-right b2s-sched-manager-title hidden-xs" data-network-mandant-id="' . esc_attr($mandantId) . '" data-network-id="' . esc_attr($networkId) . '">' . esc_html__("Best Time Manager", "blog2social") . ' <a href="#" class="b2s-info-btn b2s-load-settings-sched-time-default-info b2sInfoSchedTimesModalBtn">' . esc_html__('Info', 'blog2social') . '</a></span>';
174
  $html.='</li>';
175
 
176
 
177
  if ($showAllAuths) {
178
  foreach ($this->mandantenId as $ka => $mandantAll) {
179
  $mandantName = isset($mandantenData->{$mandantAll}) ? ($mandantenData->{$mandantAll}) : esc_html__("My profile", "blog2social");
 
180
  if (isset($networkData[$mandantAll][$networkId]) && !empty($networkData[$mandantAll][$networkId])) {
181
  $html .= $this->getAuthItemHtml($networkData[$mandantAll][$networkId], $mandantAll, $mandantName, $networkId, $b2sAuthUrl, $containerMandantId, $sprache);
182
  }
210
  $html.= '<div class="b2s-network-auth-list-info"><span class="glyphicon glyphicon-remove-circle"></span> ' . esc_html__('To reactivate this connection,', 'blog2social') . ' <a href="' . esc_url(B2S_Tools::getSupportLink('affiliate')) . '"target="_blank">' . esc_html__('please upgrade', 'blog2social') . '</a></div>';
211
  }
212
  if ($isInterrupted && !$notAllow) {
213
+ $html.= '<div class="b2s-network-auth-list-info" data-b2s-auth-info="isInterrupted"><span class="glyphicon glyphicon-remove-circle"></span> ' . esc_html__('Authorization is interrupted since', 'blog2social') . ' ' . esc_html(($sprache == 'en' ? $v['expiredDate'] : date('d.m.Y', strtotime($v['expiredDate'])))) . '</div>';
214
  }
215
  if ($v['owner_blog_user_id'] !== false) {
216
  $displayName = stripslashes(get_user_by('id', $v['owner_blog_user_id'])->display_name);
253
  </span>';
254
  $html .='<span data-network-auth-id="' . esc_attr($v['networkAuthId']) . '" class="b2s-sched-manager-day-area pull-right hidden-xs" style="' . (($notAllow) ? 'display:none;' : '') . '"><span data-network-auth-id="' . esc_attr($v['networkAuthId']) . '" class="b2s-sched-manager-item-input-day-btn-minus" data-network-auth-id="' . esc_attr($v['networkAuthId']) . '">-</span> <span class="b2s-text-middle">+</span> <input type="text" class="b2s-sched-manager-item-input-day" data-network-auth-id="' . esc_attr($v['networkAuthId']) . '" data-network-mandant-id="' . esc_attr($mandantId) . '" data-network-id="' . esc_attr($networkId) . '" data-network-type="0" data-network-container-mandant-id="' . esc_attr($containerMandantId) . '" name="b2s-user-sched-data[delay_day][' . esc_attr($v['networkAuthId']) . ']" value="' . esc_attr($this->getUserSchedTime($v['networkAuthId'], $networkId, 0, 'day')) . '" readonly> <span class="b2s-text-middle">' . esc_html__('Days', 'blog2social') . '</span> <span data-network-auth-id="' . esc_attr($v['networkAuthId']) . '" class="b2s-sched-manager-item-input-day-btn-plus" data-network-auth-id="' . esc_attr($v['networkAuthId']) . '">+</span></span>';
255
  } else {
256
+ $html .='<span data-network-auth-id="' . esc_attr($v['networkAuthId']) . '" class="b2s-sched-manager-premium-area pull-right hidden-xs"><span class="label label-success"><a href="#" class="btn-label-premium b2sInfoSchedTimesModalBtn">' . esc_html__('SMART', 'blog2social') . '</a></span></span>';
257
  }
258
 
259
  $html .='</div>';
275
  $html.= '<div class="b2s-network-auth-list-info"><span class="glyphicon glyphicon-remove-circle"></span> ' . esc_html__('To reactivate this connection,', 'blog2social') . ' <a href="' . esc_url(B2S_Tools::getSupportLink('affiliate')) . '"target="_blank">' . esc_html__('please upgrade', 'blog2social') . '</a></div>';
276
  }
277
  if ($isInterrupted && !$notAllow) {
278
+ $html.= '<div class="b2s-network-auth-list-info" data-b2s-auth-info="isInterrupted">' . esc_html__('Authorization is interrupted since', 'blog2social') . ' ' . esc_html(($sprache == 'en' ? $v['expiredDate'] : date('d.m.Y', strtotime($v['expiredDate'])))) . '</div>';
279
  }
280
  if ($v['owner_blog_user_id'] !== false) {
281
  $displayName = stripslashes(get_user_by('id', $v['owner_blog_user_id'])->display_name);
315
  </span>';
316
  $html .='<span data-network-auth-id="' . esc_attr($v['networkAuthId']) . '" class="b2s-sched-manager-day-area pull-right hidden-xs" style="' . (($notAllow) ? 'display:none;' : '') . '"><span data-network-auth-id="' . esc_attr($v['networkAuthId']) . '" class="b2s-sched-manager-item-input-day-btn-minus" data-network-auth-id="' . esc_attr($v['networkAuthId']) . '">-</span> <span class="b2s-text-middle">+</span> <input type="text" class="b2s-sched-manager-item-input-day" data-network-auth-id="' . esc_attr($v['networkAuthId']) . '" data-network-mandant-id="' . esc_attr($mandantId) . '" data-network-id="' . esc_attr($networkId) . '" data-network-type="1" data-network-container-mandant-id="' . esc_attr($containerMandantId) . '" name="b2s-user-sched-data[delay_day][' . esc_attr($v['networkAuthId']) . ']" value="' . esc_attr($this->getUserSchedTime($v['networkAuthId'], $networkId, 1, 'day')) . '" readonly> <span class="b2s-text-middle">' . esc_html__('Days', 'blog2social') . '</span> <span data-network-auth-id="' . esc_attr($v['networkAuthId']) . '" class="b2s-sched-manager-item-input-day-btn-plus" data-network-auth-id="' . esc_attr($v['networkAuthId']) . '">+</span></span>';
317
  } else {
318
+ $html .='<span data-network-auth-id="' . esc_attr($v['networkAuthId']) . '" class="b2s-sched-manager-premium-area pull-right hidden-xs"><span class="label label-success"><a href="#" class="btn-label-premium b2sInfoSchedTimesModalBtn">' . esc_html__('SMART', 'blog2social') . '</a></span></span>';
319
  }
320
 
321
  $html .='</div>';
338
  $html.= '<div class="b2s-network-auth-list-info"><span class="glyphicon glyphicon-remove-circle"></span> ' . esc_html__('To reactivate this connection,', 'blog2social') . ' <a href="' . esc_url(B2S_Tools::getSupportLink('affiliate')) . '"target="_blank">' . esc_html__('please upgrade', 'blog2social') . '</a></div>';
339
  }
340
  if ($isInterrupted && !$notAllow) {
341
+ $html.= '<div class="b2s-network-auth-list-info" data-b2s-auth-info="isInterrupted">' . esc_html__('Authorization is interrupted since', 'blog2social') . ' ' . esc_html(($sprache == 'en' ? $v['expiredDate'] : date('d.m.Y', strtotime($v['expiredDate'])))) . '</div>';
342
  }
343
  if ($v['owner_blog_user_id'] !== false) {
344
  $displayName = stripslashes(get_user_by('id', $v['owner_blog_user_id'])->display_name);
377
  </span>';
378
  $html .='<span data-network-auth-id="' . esc_attr($v['networkAuthId']) . '" class="b2s-sched-manager-day-area pull-right hidden-xs" style="' . (($notAllow) ? 'display:none;' : '') . '"><span data-network-auth-id="' . esc_attr($v['networkAuthId']) . '" class="b2s-sched-manager-item-input-day-btn-minus" data-network-auth-id="' . esc_attr($v['networkAuthId']) . '">-</span> <span class="b2s-text-middle">+</span> <input type="text" class="b2s-sched-manager-item-input-day" data-network-auth-id="' . esc_attr($v['networkAuthId']) . '" data-network-mandant-id="' . esc_attr($mandantId) . '" data-network-id="' . esc_attr($networkId) . '" data-network-type="2" data-network-container-mandant-id="' . esc_attr($containerMandantId) . '" name="b2s-user-sched-data[delay_day][' . esc_attr($v['networkAuthId']) . ']" value="' . esc_attr($this->getUserSchedTime($v['networkAuthId'], $networkId, 2, 'day')) . '" readonly> <span class="b2s-text-middle">' . esc_html__('Days', 'blog2social') . '</span> <span data-network-auth-id="' . esc_attr($v['networkAuthId']) . '" class="b2s-sched-manager-item-input-day-btn-plus" data-network-auth-id="' . esc_attr($v['networkAuthId']) . '">+</span></span>';
379
  } else {
380
+ $html .='<span data-network-auth-id="' . esc_attr($v['networkAuthId']) . '" class="b2s-sched-manager-premium-area pull-right hidden-xs"><span class="label label-success"><a href="#" class="btn-label-premium b2sInfoSchedTimesModalBtn">' . esc_html__('SMART', 'blog2social') . '</a></span></span>';
381
  }
382
 
383
  $html .='</div>';
501
  $options = new B2S_Options(get_current_user_id());
502
  $post_template = $options->_getOption("post_template");
503
  $linkNoCache = $options->_getOption("link_no_cache");
504
+ $defaultSchema = unserialize(B2S_PLUGIN_NETWORK_SETTINGS_TEMPLATE_DEFAULT)[$networkId];
505
  if (B2S_PLUGIN_USER_VERSION >= 1 && $post_template != false && isset($post_template[$networkId]) && !empty($post_template[$networkId])) {
506
  $schema = $post_template[$networkId];
507
+ if(count($schema) < count($defaultSchema)){
508
+ $schema = array_merge($schema, $defaultSchema);
509
+ }
510
  } else {
511
+ $schema = $defaultSchema;
512
  }
513
 
514
  $html = '<div class="row">';
521
  if (B2S_PLUGIN_USER_VERSION < 1) {
522
  $html .= '<div class="row">';
523
  $html .= '<div class="col-sm-12">';
524
+ $html .= '<div class="alert alert-info">';
525
+ $html .= '<i class="glyphicon glyphicon-info-sign"></i> ' . esc_html__('Upgrade to Blog2Social Smart and higher to change the template as your content is published to your social media accounts. Choose from a variety of content, including titles, content, hash tags, and more. Use the text excerpts you define from your article. Distinguish the content individually for your profiles, groups & pages. You can also use static content such as hashtags by defining them in the template.', 'blog2social');
526
+ $html .= ' <a target="_blank" href="' . esc_url(B2S_Tools::getSupportLink('affiliate')) . '" class="b2s-bold b2s-text-underline">' . esc_html__('Upgrade to Blog2Social Smart', 'blog2social') . '</a>';
527
+ $html .= '</div>';
528
  $html .= '</div>';
529
  $html .= '</div>';
530
  }
531
  $html .= '<div class="row">';
532
  $html .= '<div class="col-sm-12">';
533
+ if (count($schema) > 1) {
534
  $html .= '<div class="pull-left ' . ((B2S_PLUGIN_USER_VERSION < 1) ? 'b2s-btn-disabled' : '') . '">';
535
  $html .= '<ul class="nav nav-pills">';
536
  $html .= '<li class="active"><a href="#b2s-template-profile" class="b2s-template-profile" data-toggle="tab">' . esc_html__('Profile', 'blog2social') . '</a></li>';
543
  $html .= '</ul>';
544
  $html .= '</div>';
545
  if ($networkId == 1) {
546
+ $html .= '<div class="pull-right"><input id="link-no-cache" type="checkbox" ' . (($linkNoCache == 1) ? 'checked' : '') . ' name="no_cache"> <label for="link-no-cache">' . esc_html__('Activate Instant Caching', 'blog2social') . '</label> <a href="#" class="b2s-info-btn vertical-middle del-padding-left b2sInfoNoCacheBtn">' . esc_html__('Info', 'Blog2Social') . '</a></div>';
547
  }
548
  $html .= '<br>';
549
  $html .= '<hr>';
584
  if (!isset($schema[$networkType]['short_text']['excerpt_range_max'])) {
585
  $schema[$networkType]['short_text']['excerpt_range_max'] = $defaultTemplate[$networkId][$networkType]['short_text']['excerpt_range_max'];
586
  }
587
+
588
+ $content = '';
589
+ if($schema[$networkType]['format'] !== false){
590
+ $content .= '<div class="row">';
591
+ $content .= '<div class="col-md-12 media-heading">';
592
+ $content .= '<span class="b2s-edit-template-section-headline">' . esc_html__('Format', 'blog2social') . '</span> <a href="#" data-network-id="' . esc_attr($networkId) . '" class="b2s-info-btn del-padding-left b2sInfoFormatBtn">' . esc_html__('Info', 'Blog2Social') . '</a>';
593
+ $content .= '<button class="pull-right btn btn-primary btn-xs b2s-edit-template-load-default" data-network-type="' . esc_attr($networkType) . '">' . esc_html__('Load default settings', 'blog2social') . '</button>';
594
+ $content .= '</div>';
595
+ $content .= '</div>';
596
+ $content .= '<div class="row">';
597
+ $content .= '<div class="col-md-12">';
598
+ if ($schema[$networkType]['format'] == 0) {
599
+ $content .= '<button class="btn btn-primary btn-sm b2s-edit-template-link-post pull-left" data-network-type="' . esc_attr($networkType) . '">' . esc_html((($networkId != 12) ? __('Link', 'blog2social') : __('Image with frame', 'blog2social'))) . '</button>';
600
+ $content .= '<button class="btn btn-light btn-sm b2s-edit-template-image-post pull-left" data-network-type="' . esc_attr($networkType) . '">' . esc_html((($networkId != 12) ? __('Image', 'blog2social') : __('Image cut out', 'blog2social'))) . '</button>';
601
+ } else {
602
+ $content .= '<button class="btn btn-light btn-sm b2s-edit-template-link-post pull-left" data-network-type="' . esc_attr($networkType) . '">' . esc_html((($networkId != 12) ? __('Link', 'blog2social') : __('Image with frame', 'blog2social'))) . '</button>';
603
+ $content .= '<button class="btn btn-primary btn-sm b2s-edit-template-image-post pull-left" data-network-type="' . esc_attr($networkType) . '">' . esc_html((($networkId != 12) ? __('Image', 'blog2social') : __('Image cut out', 'blog2social'))) . '</button>';
604
+ }
605
+ $content .= '<input type="hidden" class="b2s-edit-template-post-format" value="' . esc_attr($schema[$networkType]['format']) . '" data-network-type="' . esc_attr($networkType) . '">';
606
+ $content .= '</div>';
607
+ $content .= '</div>';
608
+ $content .= '<br>';
609
  }
 
 
 
 
610
  $content .= '<div class="row">';
611
  $content .= '<div class="col-md-12 media-heading">';
612
+ $content .= '<span class="b2s-edit-template-section-headline">' . esc_html__('Content', 'blog2social') . '</span> <a href="#" class="b2s-info-btn del-padding-left b2sInfoContentBtn">' . esc_html__('Info', 'Blog2Social') . '</a>';
613
+ if($schema[$networkType]['format'] === false){
614
+ $content .= '<button class="pull-right btn btn-primary btn-xs b2s-edit-template-load-default" data-network-type="' . esc_attr($networkType) . '">' . esc_html__('Load default settings', 'blog2social') . '</button>';
615
+ }
616
  $content .= '</div>';
617
  $content .= '</div>';
618
+ if($networkId == 12) {
619
+ $content .= '<div class="row">';
620
+ $content .= '<div class="col-md-12">';
621
+ $content .= '<div class="alert alert-warning b2s-edit-template-hashtag-warning" style="display:none;">' . esc_html__('Instagram supports up to 30 hashtags. Please reduce the number of hashtags in your post.', 'blog2social') . '</div>';
622
+ $content .= '</div>';
623
+ $content .= '</div>';
624
+ }
625
  $content .= '<div class="row">';
626
  $content .= '<div class="col-md-12">';
627
  $content .= '<div class="b2s-padding-bottom-5">'
647
  $content .= '<br>';
648
  $content .= '<div class="row">';
649
  $content .= '<div class="col-md-12 media-heading">';
650
+ $content .= '<span class="b2s-edit-template-section-headline">' . esc_html__('Character limit', 'blog2social') . ' (CONTENT, EXCERPT)</span> <a href="#" class="b2s-info-btn del-padding-left b2sInfoCharacterLimitBtn">' . esc_html__('Info', 'Blog2Social') . '</a>';
651
  $content .= '</div>';
652
  $content .= '</div>';
653
  $content .= '<div class="row">';
889
  $preview .= '<span class="b2s-edit-template-preview-profile-name-19">Blog2Social</span>';
890
  $preview .= '</div>';
891
  $preview .= '</div>';
892
+ $preview .= '<div class="b2s-edit-template-link-preview" data-network-type="' . esc_attr($networkType) . '" ' . (($schema[$networkType]['format'] !== false && (int) $schema[$networkType]['format'] == 0) ? '' : 'style="display: none;"') . '>';
893
  $preview .= '<div class="row b2s-edit-template-preview-header-19">';
894
  $preview .= '<div class="col-sm-12 b2s-edit-template-preview-content-19">';
895
  $preview .= '<span class="b2s-edit-template-preview-content" data-network-type="' . esc_attr($networkType) . '">' . preg_replace("/\n/", "<br>", esc_html($schema[$networkType]['content'])) . '</span>';
906
  $preview .= '</div>';
907
  $preview .= '</div>';
908
  $preview .= '</div>';
909
+ $preview .= '<div class="b2s-edit-template-image-preview" data-network-type="' . esc_attr($networkType) . '" ' . (($schema[$networkType]['format'] === false || (int) $schema[$networkType]['format'] == 1) ? '' : 'style="display: none;"') . '>';
910
  $preview .= '<div class="row">';
911
  $preview .= '<div class="col-sm-12 b2s-edit-template-preview-content-19">';
912
  $preview .= '<span class="b2s-edit-template-preview-content" data-network-type="' . esc_attr($networkType) . '">' . preg_replace("/\n/", "<br>", esc_html($schema[$networkType]['content'])) . '</span>';
includes/B2S/Post/Item.php CHANGED
@@ -339,7 +339,7 @@ class B2S_Post_Item {
339
  <a class="btn btn-primary hidden-xs btn-sm" href="admin.php?page=blog2social-ship&postId=' . $var->ID . '">' . esc_html__('Re-share this post', 'blog2social') . '</a>
340
  <button type="button" class="btn btn-primary btn-sm b2sDetailsPublishPostBtn" data-search-date="' . esc_attr($this->searchShowByDate) . '" data-post-id="' . esc_attr($var->ID) . '"><i class="glyphicon glyphicon-chevron-down"></i> ' . esc_html__('Details', 'blog2social') . '</button>
341
  </span>
342
- <p class="info hidden-xs"><a class="b2sDetailsPublishPostTriggerLink" href="#"><span class="b2s-publish-count" data-post-id="' . esc_attr($var->ID) . '">' . esc_html($countPublish) . '</span> ' . esc_html__('shared social media posts', 'blog2social') . '</a> | ' . esc_html__('latest share by', 'blog2social') . ' <a href="' . esc_url(get_author_posts_url($var->blog_user_id)) . '">' . esc_html((isset($userInfo['nickname'][0]) ? $userInfo['nickname'][0] : '-')) . '</a> ' . esc_html(B2S_Util::getCustomDateFormat($lastPublish, substr(B2S_LANGUAGE, 0, 2))) . '</p>
343
  </div>
344
  <div class="pull-left">
345
  <div class="b2s-post-publish-area" data-post-id="' . esc_attr($var->ID) . '"></div>
@@ -363,7 +363,7 @@ class B2S_Post_Item {
363
  <span class="pull-right">
364
  <button type="button" class="btn btn-primary btn-sm b2sDetailsSchedPostBtn" data-search-network="' . esc_attr($this->searchShowByNetwork) . '" data-search-date="' . esc_attr($this->searchShowByDate) . '" data-post-id="' . esc_attr($var->ID) . '"><i class="glyphicon glyphicon-chevron-down"></i> ' . esc_html__('Details', 'blog2social') . '</button>
365
  </span>
366
- <p class="info hidden-xs"><a class="b2sDetailsSchedPostTriggerLink" href="#"><span class="b2s-sched-count" data-post-id="' . esc_attr($var->ID) . '">' . esc_html($schedPublish) . '</span> ' . esc_html__('scheduled social media posts', 'blog2social') . '</a> | ' . esc_html__('next share by', 'blog2social') . ' <a href="' . esc_url(get_author_posts_url($var->blog_user_id)) . '">' . esc_html((isset($userInfo['nickname'][0]) ? $userInfo['nickname'][0] : '-')) . '</a> ' . esc_html(B2S_Util::getCustomDateFormat($nextSched, substr(B2S_LANGUAGE, 0, 2))) . '</p>
367
  </div>
368
  <div class="pull-left">
369
  <div class="b2s-post-sched-area" data-post-id="' . $var->ID . '"></div>
@@ -564,7 +564,7 @@ class B2S_Post_Item {
564
  $error = '<span class="network-text-info text-danger hidden-xs"> <i class="glyphicon glyphicon-remove-circle glyphicon-danger"></i> ' . $networkErrorCode[$errorCode] . $add . '</span>';
565
  }
566
  $publishDate = ($var->sched_date == "0000-00-00 00:00:00") ? B2S_Util::getCustomDateFormat($var->publish_date, substr(B2S_LANGUAGE, 0, 2)) : '';
567
- $publishText = (empty($publishDate)) ? __('sharing in progress by', 'blog2social') : __('shared by', 'blog2social');
568
  $userInfo = get_user_meta($var->blog_user_id);
569
  $content .= ' <li class="list-group-item b2s-post-publish-area-li" data-post-id="' . esc_attr($var->id) . '">
570
  <div class="media">';
@@ -582,10 +582,10 @@ class B2S_Post_Item {
582
  }
583
  $content .= '<div class="media-body">
584
  <strong>' . esc_html($networkName[$var->network_id]) . '</strong> ' . $error . '
585
- <p class="info">' . esc_html($networkType[$var->network_type]) . esc_html((!empty($var->network_display_name) ? (': ' . $var->network_display_name) : '' )) . ' | ' . esc_html($publishText) . ' <a href="' . esc_url(get_author_posts_url($var->blog_user_id)) . '">' . esc_html((isset($userInfo['nickname'][0]) ? $userInfo['nickname'][0] : '-')) . '</a> ' . esc_html($publishDate) . $specialPosting . '</p>
586
  <p class="info">' . $publishLink;
587
 
588
- $content .= (B2S_PLUGIN_USER_VERSION > 0) ? '<a href="#" class="b2s-post-publish-area-drop-btn" data-post-id="' . esc_attr($var->id) . '">' : '<a href="#" data-toggle="modal" data-title="' . esc_attr__('You want to delete a publish post entry?', 'blog2social') . '" data-target="#b2sPreFeatureModal" >';
589
  $content .= esc_html__('delete from reporting', 'blog2social') . '</a> ';
590
 
591
  if (!empty($error)) {
@@ -598,7 +598,7 @@ class B2S_Post_Item {
598
  </li>';
599
  }
600
  $content .='<li class="list-group-item"><label class="checkbox-inline checkbox-all-label-btn"><span class="glyphicon glyphicon glyphicon-trash "></span> ';
601
- $content .= B2S_PLUGIN_USER_VERSION > 0 ? '<a class="checkbox-post-publish-all-btn" data-blog-post-id="' . esc_attr($post_id) . '" href="#">' : '<a href="#" data-toggle="modal" data-title="' . esc_attr__('You want to delete a publish post entry?', 'blog2social') . '" data-target="#b2sPreFeatureModal" >';
602
  $content .= esc_html__('delete from reporting', 'blog2social') . '</a></label></li>';
603
  $content .= '</ul></div></div>';
604
  return $content;
@@ -621,7 +621,7 @@ class B2S_Post_Item {
621
  $content .='<li class="list-group-item"><label class="checkbox-inline checkbox-all-label"><input class="checkbox-all" data-blog-post-id="' . esc_attr($post_id) . '" name="selected-checkbox-all" value="" type="checkbox"> ' . esc_html__('select all', 'blog2social') . '</label></li>';
622
  foreach ($result as $var) {
623
  $approveDate = ($var->sched_date == "0000-00-00 00:00:00") ? B2S_Util::getCustomDateFormat($var->publish_date, substr(B2S_LANGUAGE, 0, 2)) : B2S_Util::getCustomDateFormat($var->sched_date, substr(B2S_LANGUAGE, 0, 2));
624
- $approveText = __('is waiting to shared by', 'blog2social');
625
  $userInfo = get_user_meta($var->blog_user_id);
626
  $content .= ' <li class="list-group-item b2s-post-approve-area-li" data-post-id="' . esc_attr($var->id) . '">
627
  <div class="media">';
@@ -629,7 +629,7 @@ class B2S_Post_Item {
629
  $content .= '<img class="pull-left hidden-xs" src="' . plugins_url('/assets/images/portale/' . $var->network_id . '_flat.png', B2S_PLUGIN_FILE) . '" alt="posttype">';
630
  $content .= '<div class="media-body">
631
  <strong>' . esc_html($networkName[$var->network_id]) . '</strong>
632
- <p class="info">' . esc_html($networkType[$var->network_type]) . esc_html((!empty($var->network_display_name) ? (': ' . $var->network_display_name) : '' )) . ' | ' . esc_html($approveText) . ' <a href="' . esc_url(get_author_posts_url($var->blog_user_id)) . '">' . esc_html((isset($userInfo['nickname'][0]) ? $userInfo['nickname'][0] : '-')) . '</a> ' . esc_html($approveDate) . '</p>
633
  <p class="info">';
634
 
635
  $data = array(
@@ -659,7 +659,7 @@ class B2S_Post_Item {
659
  </li>';
660
  }
661
  $content .='<li class="list-group-item"><label class="checkbox-inline checkbox-all-label-btn"><span class="glyphicon glyphicon glyphicon-trash "></span> ';
662
- $content .= B2S_PLUGIN_USER_VERSION > 0 ? '<a class="checkbox-post-approve-all-btn" data-blog-post-id="' . esc_attr($post_id) . '" href="#">' : '<a href="#" data-toggle="modal" data-title="' . esc_html__('You want to delete your Social Media post?', 'blog2social') . '" data-target="#b2sPreFeatureModal" >';
663
  $content .= esc_html__('delete', 'blog2social') . '</a></label></li>';
664
  $content .= '</ul></div></div>';
665
  return $content;
@@ -693,19 +693,19 @@ class B2S_Post_Item {
693
  $content .='<input class="checkboxes pull-left checkbox-item" data-blog-post-id="' . esc_attr($post_id) . '" name="selected-checkbox-item" value="' . esc_attr($var->id) . '" type="checkbox">';
694
 
695
  $userInfoLastEdit = ((int) $var->last_edit_blog_user_id > 0 && (int) $var->last_edit_blog_user_id != (int) $var->blog_user_id) ? get_user_meta($var->last_edit_blog_user_id) : '';
696
- $lastEdit = (!empty($userInfoLastEdit)) ? ' | ' . esc_html__('last modified by', 'blog2social') . ' <a href="' . get_author_posts_url($var->last_edit_blog_user_id) . '">' . esc_html((isset($userInfoLastEdit['nickname'][0]) ? $userInfoLastEdit['nickname'][0] : '-')) . '</a> | ' : '';
697
 
698
  $schedInProcess = ($var->sched_date_utc <= gmdate('Y-m-d H:i:s')) ? ' <span class="glyphicon glyphicon-exclamation-sign glyphicon-info"></span> ' . esc_html__('is processed by the network', 'blog2social') : '';
699
 
700
  $content .='<img class="pull-left hidden-xs" src="' . plugins_url('/assets/images/portale/' . $var->network_id . '_flat.png', B2S_PLUGIN_FILE) . '" alt="posttype">
701
  <div class="media-body">
702
  <strong>' . esc_html($networkName[$var->network_id]) . $schedInProcess . '</strong>
703
- <p class="info">' . esc_html($networkType[$var->network_type] . (!empty($var->network_display_name) ? (': ' . $var->network_display_name) : '' ) . ' | ' . __('scheduled by', 'blog2social')) . ' <a href="' . esc_url(get_author_posts_url($var->blog_user_id)) . '">' . esc_html((isset($userInfo['nickname'][0]) ? $userInfo['nickname'][0] : '-')) . '</a> <span class="b2s-post-sched-area-sched-time" data-post-id="' . esc_attr($var->id) . '">' . $lastEdit . esc_html(B2S_Util::getCustomDateFormat($var->sched_date, substr(B2S_LANGUAGE, 0, 2))) . '</span> ' . $specialPosting . '</p>
704
  <p class="info">';
705
 
706
  if ((int) $var->v2_id == 0 && empty($schedInProcess)) {
707
  //data-blog-sched-date="' . $blogPostDate . '" data-b2s-sched-date="' . strtotime($var->sched_date) . '000"
708
- $content .= (B2S_PLUGIN_USER_VERSION > 0) ? ' <a href="#" class="b2s-post-edit-sched-btn" data-network-auth-id="' . esc_attr($var->network_auth_id) . '" data-network-type="' . esc_attr($var->network_type) . '" data-network-id="' . esc_attr($var->network_id) . '" data-post-id="' . esc_attr($var->post_id) . '" data-b2s-id="' . esc_attr($var->id) . '" data-relay-primary-post-id="' . esc_attr($var->relay_primary_post_id) . '" >' : ' <a href="#" data-toggle="modal" data-title="' . esc_attr__('You want to edit your scheduled post?', 'blog2social') . '" data-target="#b2sPreFeatureModal">';
709
  $content .= esc_html__('edit', 'blog2social') . '</a> ';
710
  $content .= '|';
711
  }
339
  <a class="btn btn-primary hidden-xs btn-sm" href="admin.php?page=blog2social-ship&postId=' . $var->ID . '">' . esc_html__('Re-share this post', 'blog2social') . '</a>
340
  <button type="button" class="btn btn-primary btn-sm b2sDetailsPublishPostBtn" data-search-date="' . esc_attr($this->searchShowByDate) . '" data-post-id="' . esc_attr($var->ID) . '"><i class="glyphicon glyphicon-chevron-down"></i> ' . esc_html__('Details', 'blog2social') . '</button>
341
  </span>
342
+ <p class="info hidden-xs"><a class="b2sDetailsPublishPostTriggerLink" href="#"><span class="b2s-publish-count" data-post-id="' . esc_attr($var->ID) . '">' . esc_html($countPublish) . '</span> ' . esc_html__('shared social media posts', 'blog2social') . '</a> | ' . sprintf(esc_html__('latest share by %s', 'blog2social'), '<a href="' . esc_url(get_author_posts_url($var->blog_user_id)) . '">' . esc_html((isset($userInfo['nickname'][0]) ? $userInfo['nickname'][0] : '-')) . '</a> ') . esc_html(B2S_Util::getCustomDateFormat($lastPublish, substr(B2S_LANGUAGE, 0, 2))) . '</p>
343
  </div>
344
  <div class="pull-left">
345
  <div class="b2s-post-publish-area" data-post-id="' . esc_attr($var->ID) . '"></div>
363
  <span class="pull-right">
364
  <button type="button" class="btn btn-primary btn-sm b2sDetailsSchedPostBtn" data-search-network="' . esc_attr($this->searchShowByNetwork) . '" data-search-date="' . esc_attr($this->searchShowByDate) . '" data-post-id="' . esc_attr($var->ID) . '"><i class="glyphicon glyphicon-chevron-down"></i> ' . esc_html__('Details', 'blog2social') . '</button>
365
  </span>
366
+ <p class="info hidden-xs"><a class="b2sDetailsSchedPostTriggerLink" href="#"><span class="b2s-sched-count" data-post-id="' . esc_attr($var->ID) . '">' . esc_html($schedPublish) . '</span> ' . esc_html__('scheduled social media posts', 'blog2social') . '</a> | ' . sprintf(esc_html__('next share by %s', 'blog2social'), '<a href="' . esc_url(get_author_posts_url($var->blog_user_id)) . '">' . esc_html((isset($userInfo['nickname'][0]) ? $userInfo['nickname'][0] : '-')) . '</a> ') . esc_html(B2S_Util::getCustomDateFormat($nextSched, substr(B2S_LANGUAGE, 0, 2))) . '</p>
367
  </div>
368
  <div class="pull-left">
369
  <div class="b2s-post-sched-area" data-post-id="' . $var->ID . '"></div>
564
  $error = '<span class="network-text-info text-danger hidden-xs"> <i class="glyphicon glyphicon-remove-circle glyphicon-danger"></i> ' . $networkErrorCode[$errorCode] . $add . '</span>';
565
  }
566
  $publishDate = ($var->sched_date == "0000-00-00 00:00:00") ? B2S_Util::getCustomDateFormat($var->publish_date, substr(B2S_LANGUAGE, 0, 2)) : '';
567
+ $publishText = (empty($publishDate)) ? __('sharing in progress by %s', 'blog2social') : __('shared by %s', 'blog2social');
568
  $userInfo = get_user_meta($var->blog_user_id);
569
  $content .= ' <li class="list-group-item b2s-post-publish-area-li" data-post-id="' . esc_attr($var->id) . '">
570
  <div class="media">';
582
  }
583
  $content .= '<div class="media-body">
584
  <strong>' . esc_html($networkName[$var->network_id]) . '</strong> ' . $error . '
585
+ <p class="info">' . esc_html($networkType[$var->network_type]) . esc_html((!empty($var->network_display_name) ? (': ' . $var->network_display_name) : '' )) . ' | ' . sprintf(esc_html($publishText), '<a href="' . esc_url(get_author_posts_url($var->blog_user_id)) . '">' . esc_html((isset($userInfo['nickname'][0]) ? $userInfo['nickname'][0] : '-')) . '</a> ') . esc_html($publishDate) . $specialPosting . '</p>
586
  <p class="info">' . $publishLink;
587
 
588
+ $content .= (B2S_PLUGIN_USER_VERSION > 0) ? '<a href="#" class="b2s-post-publish-area-drop-btn" data-post-id="' . esc_attr($var->id) . '">' : '<a href="#" class="b2sPreFeatureModalBtn" data-title="' . esc_attr__('You want to delete a publish post entry?', 'blog2social') . '">';
589
  $content .= esc_html__('delete from reporting', 'blog2social') . '</a> ';
590
 
591
  if (!empty($error)) {
598
  </li>';
599
  }
600
  $content .='<li class="list-group-item"><label class="checkbox-inline checkbox-all-label-btn"><span class="glyphicon glyphicon glyphicon-trash "></span> ';
601
+ $content .= B2S_PLUGIN_USER_VERSION > 0 ? '<a class="checkbox-post-publish-all-btn" data-blog-post-id="' . esc_attr($post_id) . '" href="#">' : '<a href="#" class="b2sPreFeatureModalBtn" data-title="' . esc_attr__('You want to delete a publish post entry?', 'blog2social') . '">';
602
  $content .= esc_html__('delete from reporting', 'blog2social') . '</a></label></li>';
603
  $content .= '</ul></div></div>';
604
  return $content;
621
  $content .='<li class="list-group-item"><label class="checkbox-inline checkbox-all-label"><input class="checkbox-all" data-blog-post-id="' . esc_attr($post_id) . '" name="selected-checkbox-all" value="" type="checkbox"> ' . esc_html__('select all', 'blog2social') . '</label></li>';
622
  foreach ($result as $var) {
623
  $approveDate = ($var->sched_date == "0000-00-00 00:00:00") ? B2S_Util::getCustomDateFormat($var->publish_date, substr(B2S_LANGUAGE, 0, 2)) : B2S_Util::getCustomDateFormat($var->sched_date, substr(B2S_LANGUAGE, 0, 2));
624
+ $approveText = __('is waiting to shared by %s', 'blog2social');
625
  $userInfo = get_user_meta($var->blog_user_id);
626
  $content .= ' <li class="list-group-item b2s-post-approve-area-li" data-post-id="' . esc_attr($var->id) . '">
627
  <div class="media">';
629
  $content .= '<img class="pull-left hidden-xs" src="' . plugins_url('/assets/images/portale/' . $var->network_id . '_flat.png', B2S_PLUGIN_FILE) . '" alt="posttype">';
630
  $content .= '<div class="media-body">
631
  <strong>' . esc_html($networkName[$var->network_id]) . '</strong>
632
+ <p class="info">' . esc_html($networkType[$var->network_type]) . esc_html((!empty($var->network_display_name) ? (': ' . $var->network_display_name) : '' )) . ' | ' . sprintf(esc_html($approveText), '<a href="' . esc_url(get_author_posts_url($var->blog_user_id)) . '">' . esc_html((isset($userInfo['nickname'][0]) ? $userInfo['nickname'][0] : '-')) . '</a> ') . esc_html($approveDate) . '</p>
633
  <p class="info">';
634
 
635
  $data = array(
659
  </li>';
660
  }
661
  $content .='<li class="list-group-item"><label class="checkbox-inline checkbox-all-label-btn"><span class="glyphicon glyphicon glyphicon-trash "></span> ';
662
+ $content .= B2S_PLUGIN_USER_VERSION > 0 ? '<a class="checkbox-post-approve-all-btn" data-blog-post-id="' . esc_attr($post_id) . '" href="#">' : '<a href="#" class="b2sPreFeatureModalBtn" data-title="' . esc_html__('You want to delete your Social Media post?', 'blog2social') . '">';
663
  $content .= esc_html__('delete', 'blog2social') . '</a></label></li>';
664
  $content .= '</ul></div></div>';
665
  return $content;
693
  $content .='<input class="checkboxes pull-left checkbox-item" data-blog-post-id="' . esc_attr($post_id) . '" name="selected-checkbox-item" value="' . esc_attr($var->id) . '" type="checkbox">';
694
 
695
  $userInfoLastEdit = ((int) $var->last_edit_blog_user_id > 0 && (int) $var->last_edit_blog_user_id != (int) $var->blog_user_id) ? get_user_meta($var->last_edit_blog_user_id) : '';
696
+ $lastEdit = (!empty($userInfoLastEdit)) ? ' | ' . sprintf(esc_html__('last modified by %s', 'blog2social'), '<a href="' . get_author_posts_url($var->last_edit_blog_user_id) . '">' . esc_html((isset($userInfoLastEdit['nickname'][0]) ? $userInfoLastEdit['nickname'][0] : '-')) . '</a> | ') : '';
697
 
698
  $schedInProcess = ($var->sched_date_utc <= gmdate('Y-m-d H:i:s')) ? ' <span class="glyphicon glyphicon-exclamation-sign glyphicon-info"></span> ' . esc_html__('is processed by the network', 'blog2social') : '';
699
 
700
  $content .='<img class="pull-left hidden-xs" src="' . plugins_url('/assets/images/portale/' . $var->network_id . '_flat.png', B2S_PLUGIN_FILE) . '" alt="posttype">
701
  <div class="media-body">
702
  <strong>' . esc_html($networkName[$var->network_id]) . $schedInProcess . '</strong>
703
+ <p class="info">' . esc_html($networkType[$var->network_type] . (!empty($var->network_display_name) ? (': ' . $var->network_display_name) : '' )) . ' | ' . sprintf(esc_html__('scheduled by %s', 'blog2social'), ' <a href="' . esc_url(get_author_posts_url($var->blog_user_id)) . '">' . esc_html((isset($userInfo['nickname'][0]) ? $userInfo['nickname'][0] : '-')) . '</a>') . ' <span class="b2s-post-sched-area-sched-time" data-post-id="' . esc_attr($var->id) . '">' . $lastEdit . esc_html(B2S_Util::getCustomDateFormat($var->sched_date, substr(B2S_LANGUAGE, 0, 2))) . '</span> ' . $specialPosting . '</p>
704
  <p class="info">';
705
 
706
  if ((int) $var->v2_id == 0 && empty($schedInProcess)) {
707
  //data-blog-sched-date="' . $blogPostDate . '" data-b2s-sched-date="' . strtotime($var->sched_date) . '000"
708
+ $content .= ((B2S_PLUGIN_USER_VERSION > 0) ? ' <a href="#" class="b2s-post-edit-sched-btn" data-network-auth-id="' . esc_attr($var->network_auth_id) . '" data-network-type="' . esc_attr($var->network_type) . '" data-network-id="' . esc_attr($var->network_id) . '" data-post-id="' . esc_attr($var->post_id) . '" data-b2s-id="' . esc_attr($var->id) . '" data-relay-primary-post-id="' . esc_attr($var->relay_primary_post_id) . '" >' : ' <a href="#" class="b2sPreFeatureModalBtn" data-title="' . esc_attr__('You want to edit your scheduled post?', 'blog2social') . '">');
709
  $content .= esc_html__('edit', 'blog2social') . '</a> ';
710
  $content .= '|';
711
  }
includes/B2S/PostBox.php CHANGED
@@ -105,7 +105,7 @@ class B2S_PostBox {
105
  <label for="b2s-post-meta-box-time-dropdown-publish" class="post-format-icon">' . esc_html__('enable Auto-Posting', 'blog2social') . '</label>';
106
 
107
  if (B2S_PLUGIN_USER_VERSION == 0) {
108
- $content .= ' <span class="b2s-label b2s-label-success"><a href="#" class="b2s-btn-label-premium b2s-info-btn" data-modal-target="b2sInfoMetaBoxModalAutoPost">' . esc_html__("PREMIUM", "blog2social") . '</a></span>';
109
  }
110
 
111
  $content .='<div class="b2s-loading-area" style="display:none">
@@ -156,7 +156,7 @@ class B2S_PostBox {
156
  - ' . esc_html__('Select individual images per post', 'blog2social') . '<br>
157
  - ' . esc_html__('Reporting & calendar: keep track of your published and scheduled social media posts', 'blog2social') . '<br>
158
  <br>
159
- <a target="_blank" href="' . esc_url(B2S_Tools::getSupportLink('affiliate')) . '" class="b2s-btn b2s-btn-success b2s-center-block b2s-btn-none-underline">' . esc_html__('Upgrade to PREMIUM', 'blog2social') . '</a>
160
  <br>
161
  <center>' . sprintf(__('or <a target="_blank" href="%s">start with free 30-days-trial of Blog2Social Premium</a> (no payment information needed)', 'blog2social'), esc_url('https://service.blog2social.com/trial')) . '</center>';
162
  }
@@ -221,7 +221,7 @@ class B2S_PostBox {
221
  <option value="2">' . esc_html__('schedule (best times)', 'blog2social') . '</option>
222
  </select>';
223
 
224
- $content .='<div id="b2s-post-meta-box-note-premium" class="b2s-info-success"><button class="b2s-btn-close-meta-box b2s-close-icon" data-area-id="b2s-post-meta-box-note-premium" title="close notice"></button><b>' . esc_html__('You want to schedule your blog post with Auto-Poster?', 'blog2social') . '</b><br> <a class="" target="_blank" href="' . esc_url(B2S_Tools::getSupportLink('affiliate')) . '">' . esc_html__('Upgrade to PREMIUM PRO', 'blog2social') . '</a></div>';
225
 
226
  $content .='<div class="b2s-post-meta-box-sched-once" style="display:none;">';
227
  //Opt: CustomDatePicker
105
  <label for="b2s-post-meta-box-time-dropdown-publish" class="post-format-icon">' . esc_html__('enable Auto-Posting', 'blog2social') . '</label>';
106
 
107
  if (B2S_PLUGIN_USER_VERSION == 0) {
108
+ $content .= ' <span class="b2s-label b2s-label-success"><a href="#" class="b2s-btn-label-premium b2s-info-btn" data-modal-target="b2sInfoMetaBoxModalAutoPost">' . esc_html__("SMART", "blog2social") . '</a></span>';
109
  }
110
 
111
  $content .='<div class="b2s-loading-area" style="display:none">
156
  - ' . esc_html__('Select individual images per post', 'blog2social') . '<br>
157
  - ' . esc_html__('Reporting & calendar: keep track of your published and scheduled social media posts', 'blog2social') . '<br>
158
  <br>
159
+ <a target="_blank" href="' . esc_url(B2S_Tools::getSupportLink('affiliate')) . '" class="b2s-btn b2s-btn-success b2s-center-block b2s-btn-none-underline">' . esc_html__('Upgrade to SMART and above', 'blog2social') . '</a>
160
  <br>
161
  <center>' . sprintf(__('or <a target="_blank" href="%s">start with free 30-days-trial of Blog2Social Premium</a> (no payment information needed)', 'blog2social'), esc_url('https://service.blog2social.com/trial')) . '</center>';
162
  }
221
  <option value="2">' . esc_html__('schedule (best times)', 'blog2social') . '</option>
222
  </select>';
223
 
224
+ $content .='<div id="b2s-post-meta-box-note-premium" class="b2s-info-success"><button class="b2s-btn-close-meta-box b2s-close-icon" data-area-id="b2s-post-meta-box-note-premium" title="close notice"></button><b>' . esc_html__('You want to schedule your blog post with Auto-Poster?', 'blog2social') . '</b><br> <a class="" target="_blank" href="' . esc_url(B2S_Tools::getSupportLink('affiliate')) . '">' . esc_html__('Upgrade to PRO', 'blog2social') . '</a></div>';
225
 
226
  $content .='<div class="b2s-post-meta-box-sched-once" style="display:none;">';
227
  //Opt: CustomDatePicker
includes/B2S/QuickPost.php CHANGED
@@ -8,7 +8,7 @@ class B2S_QuickPost {
8
  private $title;
9
 
10
  public function __construct($content = '', $title = '') {
11
- $this->content = sanitize_text_field($content);
12
  $this->title = sanitize_text_field($title);
13
  }
14
 
8
  private $title;
9
 
10
  public function __construct($content = '', $title = '') {
11
+ $this->content = sanitize_textarea_field($content);
12
  $this->title = sanitize_text_field($title);
13
  }
14
 
includes/B2S/Settings/Item.php CHANGED
@@ -66,7 +66,7 @@ class B2S_Settings_Item {
66
  $content .=' <select id="b2s-user-time-zone" class="form-control b2s-select" name="b2s-user-time-zone">';
67
  $content .= B2S_Util::createTimezoneList($userTimeZone);
68
  $content .= '</select>';
69
- $content .= ' <a href="#" data-toggle="modal" data-target="#b2sInfoTimeZoneModal" class="b2s-info-btn hidden-xs">' . esc_html__('Info', 'Blog2Social') . '</a>';
70
  $content .='</div>';
71
  $content .='<br><div class="b2s-settings-time-zone-info">' . esc_html__('Timezone for Scheduling', 'blog2social') . ' (' . esc_html__('User', 'blog2social') . ': ' . esc_html((isset($userInfo['nickname'][0]) ? $userInfo['nickname'][0] : '-')) . ') <code id="b2s-user-time">' . esc_html(B2S_Util::getLocalDate($userTimeZoneOffset, substr(B2S_LANGUAGE, 0, 2))) . '</code></span></div>';
72
  $content .='</div>';
@@ -74,7 +74,7 @@ class B2S_Settings_Item {
74
  $content .='<br>';
75
  $content .='<hr>';
76
  $content .='<h4>' . esc_html__('Content', 'blog2social') . '</h4>';
77
- $content .='<strong>' . esc_html__('Url Shortener', 'blog2social') . '</strong> <a href="#" data-toggle="modal" data-target="#b2sInfoUrlShortenerModal" class="b2s-info-btn del-padding-left">' . esc_html__('Info', 'Blog2Social') . '</a><br>';
78
  $content .='<input type="checkbox" value="' . esc_attr($isChecked) . '" id="b2s-user-network-settings-short-url" ' . (($isChecked == 0) ? 'checked="checked"' : '') . ' /><label for="b2s-user-network-settings-short-url"> <img class="b2s-shortener-image" alt="Bitly" src="' . plugins_url('/assets/images/settings/bitly.png', B2S_PLUGIN_FILE) . '"> ' . esc_html__('Bitly', 'blog2social') . '</label>';
79
  $content .='<span class="b2s-user-network-shortener-account-area" data-provider-id="0">';
80
  $content .='<input type="hidden" id="b2s-user-network-shortener-state" data-provider-id="0" value="' . (($isShortenerBitlyActive) ? 1 : 0) . '"/>';
@@ -82,17 +82,17 @@ class B2S_Settings_Item {
82
  $content .='<span class="b2s-user-network-shortener-account-detail" data-provider-id="0" style="display:' . (($isShortenerBitlyActive) ? 'inline-block' : 'none') . ';">(' . esc_html__('Account', 'blog2social') . ': <span id="b2s-shortener-account-display-name" data-provider-id="0">' . esc_html((($isShortenerBitlyActive) ? $this->settings->shortener_bitly_display_name : '')) . '</span> <a href="#" class="b2s-shortener-account-change-btn" data-provider-id="0" onclick="wopShortener(\'' . $this->authUrl . '&provider_id=0\', \'Blog2Social Network\'); return false;">' . esc_html__('change', 'blog2social') . '</a> | <a href="#" class="b2s-shortener-account-delete-btn" data-provider-id="0">' . esc_html__('delete', 'blog2social') . '</a>)</span>';
83
  $content .='</span>';
84
  $content .= '<br><br>';
85
- $content .= '<strong>' . esc_html__('Shortcodes', 'blog2social') . '</strong> <a href="#" data-toggle="modal" data-target="#b2sInfoAllowShortcodeModal" class="b2s-info-btn del-padding-left">' . esc_html__('Info', 'Blog2Social') . '</a> <br>';
86
  $content .= '<input type="checkbox" value="' . esc_attr($isCheckedAllowShortcode) . '" id="b2s-user-network-settings-allow-shortcode" ' . (($isCheckedAllowShortcode == 1) ? 'checked="checked"' : '') . ' /> ' . esc_html__('allow shortcodes in my post', 'blog2social');
87
  $content .= '<br><br>';
88
- $content .= '<strong>' . esc_html__('Hashtags', 'blog2social') . '</strong> <a href="#" data-toggle="modal" data-target="#b2sInfoAllowHashTagModal" class="b2s-info-btn del-padding-left">' . esc_html__('Info', 'Blog2Social') . '</a> <br>';
89
  $content .= '<input type="checkbox" value="' . (($isCheckedAllowHashTag == 1) ? 0 : 1) . '" id="b2s-user-network-settings-allow-hashtag" ' . (($isCheckedAllowHashTag == 1) ? 'checked="checked"' : '') . ' /> ' . esc_html__('include Wordpress tags as hashtags in my post', 'blog2social');
90
  $content .='<br>';
91
  $content .='<br>';
92
  $content .='<hr>';
93
  $content .='<h4>' . esc_html__('System', 'blog2social') . '</h4>';
94
  $content .='<strong>' . esc_html__('This is a global feature for your blog, which can only be edited by users with admin rights.', 'blog2social') . '</strong><br>';
95
- $content .= '<input type="checkbox" value="' . (($isCheckedLegacyMode == 1) ? 0 : 1) . '" id="b2s-general-settings-legacy-mode" ' . (($isCheckedLegacyMode == 1) ? 'checked="checked"' : '') . ' /><label for="b2s-general-settings-legacy-mode"> ' . esc_html__('activate Legacy mode', 'blog2social') . ' <a href="#" data-toggle="modal" data-target="#b2sInfoLegacyMode" class="b2s-info-btn del-padding-left">' . esc_html__('Info', 'Blog2Social') . '</a></label>';
96
  return $content;
97
  }
98
 
@@ -101,7 +101,7 @@ class B2S_Settings_Item {
101
  $optionAutoPost = $this->options->_getOption('auto_post');
102
  $optionAutoPostImport = $this->options->_getOption('auto_post_import');
103
 
104
- $isPremium = (B2S_PLUGIN_USER_VERSION == 0) ? ' <span class="label label-success label-sm">' . esc_html__("PREMIUM", "blog2social") . '</span>' : '';
105
  $versionType = unserialize(B2S_PLUGIN_VERSION_TYPE);
106
  $limit = unserialize(B2S_PLUGIN_AUTO_POST_LIMIT);
107
 
@@ -111,13 +111,13 @@ class B2S_Settings_Item {
111
  //$content .='<br><span class="glyphicon glyphicon-exclamation-sign glyphicon-warning"></span> ' . __('XING is excluded due to the cross posting rules for auto posting', 'blog2social'). " <a target='_blank' href='".B2S_Tools::getSupportLink('xing_auto_posting')."'>".__("read more","blog2social")."</a>";
112
  $content .='</div>';
113
  $content .='</div>';
114
- $content .='<h4>' . esc_html__('Auto-post your own created posts', 'blog2social') . ' ' . $isPremium . ' <a href="#" data-toggle="modal" data-target="#b2sInfoAutoPosterMModal" class="b2s-info-btn del-padding-left">' . esc_html__('Info', 'Blog2Social') . '</a>';
115
  $content .='<br><div class="b2s-text-sm">' . esc_html__('Define by default to automatically post your posts on social media:', 'blog2social') . '</div>';
116
  $content .='</h4>';
117
  $content .='<p class="b2s-bold">' . esc_html__('Select by default if the auto-poster is activated when you publish a new post or update a post.', 'blog2social') . '</p>';
118
  $content .='<br>';
119
- $content .= '<form id = "b2s-user-network-settings-auto-post-own" method = "post" ' . (!empty($isPremium) ? 'class="b2s-btn-disabled"' : '') . ' >';
120
- $content .='<div class="row">';
121
  $content .='<div class="col-xs-12 col-md-2">';
122
  $content .='<label class="b2s-auto-post-publish-label">' . esc_html__('new posts', 'blog2social') . '</label>';
123
  $content .='<br><small><button class="btn btn-link btn-xs hidden-xs b2s-post-type-select-btn" data-post-type="publish" data-select-toogle-state="0" data-select-toogle-name="' . esc_attr__('Unselect all', 'blog2social') . '">' . esc_html__('Select all', 'blog2social') . '</button></small>';
@@ -127,7 +127,7 @@ class B2S_Settings_Item {
127
  $content .='</div>';
128
  $content .='</div>';
129
  $content .='<br>';
130
- $content .='<div class="row">';
131
  $content .='<div class="col-md-12"><div class="panel panel-group b2s-auto-post-own-update-warning" style="display: none;"><div class="panel-body"><span class="glyphicon glyphicon-exclamation-sign glyphicon-warning"></span> ' . esc_html__('By enabling this feature your previously published social media posts will be sent again to your selected social media channels as soon as the post is updated.', 'blog2social') . '</div></div></div>';
132
  $content .='<div class"clearfix"></div>';
133
  $content .='<div class="col-xs-12 col-md-2">';
@@ -139,19 +139,14 @@ class B2S_Settings_Item {
139
  $content .='</div>';
140
  $content .='</div>';
141
  if (B2S_PLUGIN_USER_VERSION > 0) {
142
- $content .= '<button class="pull-right btn btn-primary btn-sm" type="submit">';
143
  } else {
144
- $content .= '<button class="pull-right btn btn-primary btn-sm b2s-btn-disabled b2s-save-settings-pro-info" data-toggle = "modal" data-target = "#b2sInfoAutoPosterAModal">';
145
  }
146
  $content .= esc_html__('Save', 'blog2social') . '</button>';
147
- $content .= '<input type="hidden" name="action" value="b2s_user_network_settings">';
148
- $content .= '<input type="hidden" name="type" value="auto_post">';
149
- $content .='</form>';
150
-
151
- $content .='<div class="clearfix"></div>';
152
  $content .='<br>';
153
  $content .='<hr>';
154
- $content .='<h4>' . esc_html__('Auto-post your imported posts to your social media accounts', 'blog2social') . ' ' . $isPremium . ' <a href="#" data-toggle="modal" data-target="#b2sInfoAutoPosterAModal" class="b2s-info-btn del-padding-left">' . esc_html__('Info', 'Blog2Social') . '</a>';
155
  $content .='<br><div class="b2s-text-sm">' . esc_html__('Define by default to automatically share your imported posts to social media:', 'blog2social') . '</div>';
156
  $content .='</h4>';
157
 
@@ -166,8 +161,8 @@ class B2S_Settings_Item {
166
  $content .='</p>';
167
 
168
  $content .='<br>';
 
169
  $content .='<p class="b2s-bold">' . esc_html__('Select by default to automatically share your imported posts', 'blog2social') . '</p>';
170
- $content .= '<form id="b2s-user-network-settings-auto-post-imported-own" method = "post" ' . (!empty($isPremium) ? 'class="b2s-btn-disabled"' : '') . ' >';
171
  $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">';
172
  $content .='<br><br>';
173
  $content .='<p class="b2s-bold">' . esc_html__('Available networks to select your auto-post connecitons:', 'blog2social') . '</p>';
@@ -183,11 +178,12 @@ class B2S_Settings_Item {
183
  if (B2S_PLUGIN_USER_VERSION > 0) {
184
  $content .= '<button class="pull-right btn btn-primary btn-sm" id="b2s-auto-post-import-settings-btn" type="submit">';
185
  } else {
186
- $content .= '<button class="pull-right btn btn-primary btn-sm b2s-btn-disabled b2s-save-settings-pro-info" data-toggle = "modal" data-target = "#b2sInfoAutoPosterMModal">';
187
  }
188
  $content .= esc_html__('Save', 'blog2social') . '</button>';
189
  $content .= '<input type="hidden" name="action" value="b2s_user_network_settings">';
190
- $content .= '<input type="hidden" name="type" value="auto_post_imported">';
 
191
 
192
  $content .='</form>';
193
 
@@ -298,7 +294,7 @@ class B2S_Settings_Item {
298
 
299
  /* $content .='<h4>' . __('Authorship Settings', 'blog2social');
300
  if (B2S_PLUGIN_USER_VERSION < 1) {
301
- $content .=' <span class="label label-success label-sm"><a href="#" class="btn-label-premium" data-toggle="modal" data-target="#b2sPreFeatureModal">' . __("PREMIUM", "blog2social") . '</a></span>';
302
  }
303
  $content .='</h4>';
304
  $content .='<div class="' . ( (B2S_PLUGIN_USER_VERSION >= 1) ? "" : "b2s-disabled-div") . '">';
@@ -319,7 +315,7 @@ class B2S_Settings_Item {
319
  $content .=' <a class="btn-link b2s-btn-link-txt" href="admin.php?page=blog2social-support#b2s-support-sharing-debugger">' . esc_html__("Check Settings with Sharing-Debugger", "blog2social") . '</a>';
320
  } else {
321
  if (B2S_PLUGIN_ADMIN) {
322
- $content .=' <span class="label label-success label-sm">PREMIUM</span>';
323
  }
324
  }
325
  $readonly = (B2S_PLUGIN_USER_VERSION >= 1) ? false : true;
@@ -329,8 +325,8 @@ class B2S_Settings_Item {
329
  $content .= '<p>' . esc_html__('Add the default Open Graph parameters for title, description and image you want Facebook to display, if you share the frontpage of your blog as link post (http://www.yourblog.com)', 'blog2social') . '</p>';
330
  $content .='<br>';
331
  $content .='<div class="col-md-8">';
332
- $content .='<div class="form-group"><label for="b2s_og_default_title"><strong>' . esc_html__("Title", "blog2social") . ':</strong></label><input type="text" ' . (($readonly) ? "readonly" : "") . ' value="' . esc_attr(( ($this->generalOptions->_getOption('og_default_title') !== false && !empty($this->generalOptions->_getOption('og_default_title'))) ? $this->generalOptions->_getOption('og_default_title') : get_bloginfo('name'))) . '" name="b2s_og_default_title" class="form-control" id="b2s_og_default_title"></div>';
333
- $content .='<div class="form-group"><label for="b2s_og_default_desc"><strong>' . esc_html__("Description", "blog2social") . ':</strong></label><input type="text" ' . (($readonly) ? "readonly" : "") . ' value="' . esc_attr(( ($this->generalOptions->_getOption('og_default_desc') !== false && !empty($this->generalOptions->_getOption('og_default_desc'))) ? $this->generalOptions->_getOption('og_default_desc') : get_bloginfo('description'))) . '" name="b2s_og_default_desc" class="form-control" id="b2s_og_default_desc"></div>';
334
  $content .='<div class="form-group"><label for="b2s_og_default_image"><strong>' . esc_html__("Image URL", "blog2social") . ':</strong></label>';
335
  if (!$readonly) {
336
  $content .='<button class="btn btn-link btn-xs b2s-upload-image pull-right" data-id="b2s_og_default_image">' . esc_html__("Image upload / Media Gallery", "blog2social") . '</button>';
@@ -348,10 +344,10 @@ class B2S_Settings_Item {
348
  $content .='<div class="form-group"><label for="b2s_card_default_card_type"><strong>' . esc_html__("The default card type to use", "blog2social") . ':</strong></label>';
349
  $content .='<select class="form-control" name="b2s_card_default_type" ' . (($readonly) ? 'disabled="true"' : "") . '>';
350
  $content .='<option ' . (($selectCardType === false || $selectCardType == 0 || B2S_PLUGIN_USER_VERSION < 1) ? 'selected"' : '') . ' value="0">' . esc_html__('Summary', 'blog2social') . '</option>';
351
- $content .='<option ' . (($selectCardType !== false && $selectCardType == 1 && B2S_PLUGIN_USER_VERSION >= 1) ? 'selected' : '') . ' value="1">' . esc_html__('Summary with large image', 'blog2social') . ' ' . ((B2S_PLUGIN_USER_VERSION < 1) ? esc_html__('(PREMIUM)', 'blog2social') : '') . '</option>';
352
  $content .='</select></div>';
353
- $content .='<div class="form-group"><label for="b2s_card_default_title"><strong>' . esc_html__("Title", "blog2social") . ':</strong></label><input type="text" ' . (($readonly) ? "readonly" : "") . ' value="' . esc_attr(( ($this->generalOptions->_getOption('card_default_title') !== false && !empty($this->generalOptions->_getOption('card_default_title'))) ? $this->generalOptions->_getOption('card_default_title') : get_bloginfo('name'))) . '" name="b2s_card_default_title" class="form-control" id="b2s_card_default_title"></div>';
354
- $content .='<div class="form-group"><label for="b2s_card_default_desc"><strong>' . esc_html__("Description", "blog2social") . ':</strong></label><input type="text" ' . (($readonly) ? "readonly" : "") . ' value="' . esc_attr(( ($this->generalOptions->_getOption('card_default_desc') !== false && !empty($this->generalOptions->_getOption('card_default_desc'))) ? $this->generalOptions->_getOption('card_default_desc') : get_bloginfo('description'))) . '" name="b2s_card_default_desc" class="form-control" id="b2s_card_default_desc"></div>';
355
  $content .='<div class="form-group"><label for="b2s_card_default_image"><strong>' . esc_html__("Image URL", "blog2social") . ':</strong></label> ';
356
  if (!$readonly) {
357
  $content .='<button class="btn btn-link btn-xs pull-right b2s-upload-image" data-id="b2s_card_default_image">' . esc_html__("Image upload / Media Gallery", "blog2social") . '</button>';
@@ -381,7 +377,7 @@ class B2S_Settings_Item {
381
  }
382
 
383
  foreach (array(1, 2, 3, 12, 19) as $n => $networkId) { //FB,TW,LI,IN
384
- $type = ($networkId == 1) ? array(0, 1, 2) : (($networkId == 3) ? array(0, 1) : array(0));
385
  foreach ($type as $t => $typeId) { //Profile,Page,Group
386
  if (!isset($optionPostFormat[$networkId][$typeId]['format'])) {
387
  $postFormat = $defaultPostFormat[$networkId][$typeId]['format'];
@@ -399,6 +395,9 @@ class B2S_Settings_Item {
399
  $content .= '<label><input type="radio" name="b2s-user-network-settings-post-format-' . $networkId . '" class="b2s-user-network-settings-post-format ' . esc_attr($post_format_0) . '" data-post-wp-type="" data-post-format-type="' . esc_attr($postFormatType) . '" data-network-type="' . esc_attr($typeId) . '" data-network-id="' . esc_attr($networkId) . '" data-post-format="0" value="0"/><img class="img-responsive b2s-display-inline" src="' . plugins_url('/assets/images/settings/b2s-post-format-' . $networkId . '-1-' . (($this->lang == 'de') ? $this->lang : 'en') . '.png', B2S_PLUGIN_FILE) . '">';
400
  $content .='</label>';
401
  $content .='<br><br>';
 
 
 
402
  if ($networkId == 12) {
403
  $content .= esc_html__('Insert white frames to show the whole image in your timeline. All image information will be shown in your timeline.', 'blog2social');
404
  } else {
@@ -426,9 +425,9 @@ class B2S_Settings_Item {
426
  public function setNetworkSettingsHtml() {
427
  $optionPostFormat = $this->options->_getOption('post_template');
428
  $content = "<input type='hidden' class='b2sNetworkSettingsPostFormatText' value='" . json_encode(array('post' => array(__('Link Post', 'blog2social'), __('Image Post', 'blog2social')), 'image' => array(__('Image with frame'), __('Image cut out')))) . "'/>";
429
- foreach (array(1, 2, 3, 12, 19) as $n => $networkId) { //FB,TW,LI,IN
430
  $postFormatType = ($networkId == 12) ? 'image' : 'post';
431
- $type = ($networkId == 1) ? array(0, 1, 2) : (($networkId == 3) ? array(0, 1) : array(0));
432
  foreach ($type as $t => $typeId) { //Profile,Page,Group
433
  if (!isset($optionPostFormat[$networkId][$typeId]['format']) || (int) $optionPostFormat[$networkId][$typeId]['format'] < 0 || (int) $optionPostFormat[$networkId][$typeId]['format'] > 1) { //DEFAULT
434
  $value = ($networkId == 2) ? 1 : 0; //default see B2S_PLUGIN_NETWORK_SETTINGS_TEMPLATE_DEFAULT
66
  $content .=' <select id="b2s-user-time-zone" class="form-control b2s-select" name="b2s-user-time-zone">';
67
  $content .= B2S_Util::createTimezoneList($userTimeZone);
68
  $content .= '</select>';
69
+ $content .= ' <a href="#" class="b2s-info-btn hidden-xs b2sInfoTimeZoneModalBtn">' . esc_html__('Info', 'Blog2Social') . '</a>';
70
  $content .='</div>';
71
  $content .='<br><div class="b2s-settings-time-zone-info">' . esc_html__('Timezone for Scheduling', 'blog2social') . ' (' . esc_html__('User', 'blog2social') . ': ' . esc_html((isset($userInfo['nickname'][0]) ? $userInfo['nickname'][0] : '-')) . ') <code id="b2s-user-time">' . esc_html(B2S_Util::getLocalDate($userTimeZoneOffset, substr(B2S_LANGUAGE, 0, 2))) . '</code></span></div>';
72
  $content .='</div>';
74
  $content .='<br>';
75
  $content .='<hr>';
76
  $content .='<h4>' . esc_html__('Content', 'blog2social') . '</h4>';
77
+ $content .='<strong>' . esc_html__('Url Shortener', 'blog2social') . '</strong> <a href="#" class="b2s-info-btn del-padding-left b2sInfoUrlShortenerModalBtn">' . esc_html__('Info', 'Blog2Social') . '</a><br>';
78
  $content .='<input type="checkbox" value="' . esc_attr($isChecked) . '" id="b2s-user-network-settings-short-url" ' . (($isChecked == 0) ? 'checked="checked"' : '') . ' /><label for="b2s-user-network-settings-short-url"> <img class="b2s-shortener-image" alt="Bitly" src="' . plugins_url('/assets/images/settings/bitly.png', B2S_PLUGIN_FILE) . '"> ' . esc_html__('Bitly', 'blog2social') . '</label>';
79
  $content .='<span class="b2s-user-network-shortener-account-area" data-provider-id="0">';
80
  $content .='<input type="hidden" id="b2s-user-network-shortener-state" data-provider-id="0" value="' . (($isShortenerBitlyActive) ? 1 : 0) . '"/>';
82
  $content .='<span class="b2s-user-network-shortener-account-detail" data-provider-id="0" style="display:' . (($isShortenerBitlyActive) ? 'inline-block' : 'none') . ';">(' . esc_html__('Account', 'blog2social') . ': <span id="b2s-shortener-account-display-name" data-provider-id="0">' . esc_html((($isShortenerBitlyActive) ? $this->settings->shortener_bitly_display_name : '')) . '</span> <a href="#" class="b2s-shortener-account-change-btn" data-provider-id="0" onclick="wopShortener(\'' . $this->authUrl . '&provider_id=0\', \'Blog2Social Network\'); return false;">' . esc_html__('change', 'blog2social') . '</a> | <a href="#" class="b2s-shortener-account-delete-btn" data-provider-id="0">' . esc_html__('delete', 'blog2social') . '</a>)</span>';
83
  $content .='</span>';
84
  $content .= '<br><br>';
85
+ $content .= '<strong>' . esc_html__('Shortcodes', 'blog2social') . '</strong> <a href="#" class="b2s-info-btn del-padding-left b2sInfoAllowShortcodeModalBtn">' . esc_html__('Info', 'Blog2Social') . '</a> <br>';
86
  $content .= '<input type="checkbox" value="' . esc_attr($isCheckedAllowShortcode) . '" id="b2s-user-network-settings-allow-shortcode" ' . (($isCheckedAllowShortcode == 1) ? 'checked="checked"' : '') . ' /> ' . esc_html__('allow shortcodes in my post', 'blog2social');
87
  $content .= '<br><br>';
88
+ $content .= '<strong>' . esc_html__('Hashtags', 'blog2social') . '</strong> <a href="#" class="b2s-info-btn del-padding-left b2sInfoAllowHashTagModalBtn">' . esc_html__('Info', 'Blog2Social') . '</a> <br>';
89
  $content .= '<input type="checkbox" value="' . (($isCheckedAllowHashTag == 1) ? 0 : 1) . '" id="b2s-user-network-settings-allow-hashtag" ' . (($isCheckedAllowHashTag == 1) ? 'checked="checked"' : '') . ' /> ' . esc_html__('include Wordpress tags as hashtags in my post', 'blog2social');
90
  $content .='<br>';
91
  $content .='<br>';
92
  $content .='<hr>';
93
  $content .='<h4>' . esc_html__('System', 'blog2social') . '</h4>';
94
  $content .='<strong>' . esc_html__('This is a global feature for your blog, which can only be edited by users with admin rights.', 'blog2social') . '</strong><br>';
95
+ $content .= '<input type="checkbox" value="' . (($isCheckedLegacyMode == 1) ? 0 : 1) . '" id="b2s-general-settings-legacy-mode" ' . (($isCheckedLegacyMode == 1) ? 'checked="checked"' : '') . ' /><label for="b2s-general-settings-legacy-mode"> ' . esc_html__('activate Legacy mode', 'blog2social') . ' <a href="#" class="b2s-info-btn del-padding-left b2sInfoLegacyModeBtn">' . esc_html__('Info', 'Blog2Social') . '</a></label>';
96
  return $content;
97
  }
98
 
101
  $optionAutoPost = $this->options->_getOption('auto_post');
102
  $optionAutoPostImport = $this->options->_getOption('auto_post_import');
103
 
104
+ $isPremium = (B2S_PLUGIN_USER_VERSION == 0) ? ' <span class="label label-success label-sm">' . esc_html__("SMART", "blog2social") . '</span>' : '';
105
  $versionType = unserialize(B2S_PLUGIN_VERSION_TYPE);
106
  $limit = unserialize(B2S_PLUGIN_AUTO_POST_LIMIT);
107
 
111
  //$content .='<br><span class="glyphicon glyphicon-exclamation-sign glyphicon-warning"></span> ' . __('XING is excluded due to the cross posting rules for auto posting', 'blog2social'). " <a target='_blank' href='".B2S_Tools::getSupportLink('xing_auto_posting')."'>".__("read more","blog2social")."</a>";
112
  $content .='</div>';
113
  $content .='</div>';
114
+ $content .='<h4>' . esc_html__('Auto-post your own created posts', 'blog2social') . ' ' . $isPremium . ' <a href="#" class="b2s-info-btn del-padding-left b2sInfoAutoPosterMModalBtn">' . esc_html__('Info', 'Blog2Social') . '</a>';
115
  $content .='<br><div class="b2s-text-sm">' . esc_html__('Define by default to automatically post your posts on social media:', 'blog2social') . '</div>';
116
  $content .='</h4>';
117
  $content .='<p class="b2s-bold">' . esc_html__('Select by default if the auto-poster is activated when you publish a new post or update a post.', 'blog2social') . '</p>';
118
  $content .='<br>';
119
+ $content .= '<form id = "b2s-user-network-settings-auto-post-own" method = "post">';
120
+ $content .='<div class="row ' . (!empty($isPremium) ? 'b2s-btn-disabled' : '') . '">';
121
  $content .='<div class="col-xs-12 col-md-2">';
122
  $content .='<label class="b2s-auto-post-publish-label">' . esc_html__('new posts', 'blog2social') . '</label>';
123
  $content .='<br><small><button class="btn btn-link btn-xs hidden-xs b2s-post-type-select-btn" data-post-type="publish" data-select-toogle-state="0" data-select-toogle-name="' . esc_attr__('Unselect all', 'blog2social') . '">' . esc_html__('Select all', 'blog2social') . '</button></small>';
127
  $content .='</div>';
128
  $content .='</div>';
129
  $content .='<br>';
130
+ $content .='<div class="row ' . (!empty($isPremium) ? 'b2s-btn-disabled' : '') . '">';
131
  $content .='<div class="col-md-12"><div class="panel panel-group b2s-auto-post-own-update-warning" style="display: none;"><div class="panel-body"><span class="glyphicon glyphicon-exclamation-sign glyphicon-warning"></span> ' . esc_html__('By enabling this feature your previously published social media posts will be sent again to your selected social media channels as soon as the post is updated.', 'blog2social') . '</div></div></div>';
132
  $content .='<div class"clearfix"></div>';
133
  $content .='<div class="col-xs-12 col-md-2">';
139
  $content .='</div>';
140
  $content .='</div>';
141
  if (B2S_PLUGIN_USER_VERSION > 0) {
142
+ $content .= '<button class="pull-right btn btn-primary btn-sm" id="b2s-auto-post-import-settings-btn" type="submit">';
143
  } else {
144
+ $content .= '<button class="pull-right btn btn-primary btn-sm b2s-btn-disabled b2s-save-settings-pro-info b2sInfoAutoPosterMModalBtn">';
145
  }
146
  $content .= esc_html__('Save', 'blog2social') . '</button>';
 
 
 
 
 
147
  $content .='<br>';
148
  $content .='<hr>';
149
+ $content .='<h4>' . esc_html__('Auto-post your imported posts to your social media accounts', 'blog2social') . ' ' . $isPremium . ' <a href="#" class="b2s-info-btn del-padding-left b2sInfoAutoPosterAModalBtn">' . esc_html__('Info', 'Blog2Social') . '</a>';
150
  $content .='<br><div class="b2s-text-sm">' . esc_html__('Define by default to automatically share your imported posts to social media:', 'blog2social') . '</div>';
151
  $content .='</h4>';
152
 
161
  $content .='</p>';
162
 
163
  $content .='<br>';
164
+ $content .='<div class="' . (!empty($isPremium) ? 'b2s-btn-disabled' : '') . '">';
165
  $content .='<p class="b2s-bold">' . esc_html__('Select by default to automatically share your imported posts', 'blog2social') . '</p>';
 
166
  $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">';
167
  $content .='<br><br>';
168
  $content .='<p class="b2s-bold">' . esc_html__('Available networks to select your auto-post connecitons:', 'blog2social') . '</p>';
178
  if (B2S_PLUGIN_USER_VERSION > 0) {
179
  $content .= '<button class="pull-right btn btn-primary btn-sm" id="b2s-auto-post-import-settings-btn" type="submit">';
180
  } else {
181
+ $content .= '<button class="pull-right btn btn-primary btn-sm b2s-btn-disabled b2s-save-settings-pro-info b2sInfoAutoPosterMModalBtn">';
182
  }
183
  $content .= esc_html__('Save', 'blog2social') . '</button>';
184
  $content .= '<input type="hidden" name="action" value="b2s_user_network_settings">';
185
+ $content .= '<input type="hidden" name="type" value="auto_post">';
186
+ $content .='</div>';
187
 
188
  $content .='</form>';
189
 
294
 
295
  /* $content .='<h4>' . __('Authorship Settings', 'blog2social');
296
  if (B2S_PLUGIN_USER_VERSION < 1) {
297
+ $content .=' <span class="label label-success label-sm"><a href="#" class="btn-label-premium b2sPreFeatureModalBtn">' . __("PREMIUM", "blog2social") . '</a></span>';
298
  }
299
  $content .='</h4>';
300
  $content .='<div class="' . ( (B2S_PLUGIN_USER_VERSION >= 1) ? "" : "b2s-disabled-div") . '">';
315
  $content .=' <a class="btn-link b2s-btn-link-txt" href="admin.php?page=blog2social-support#b2s-support-sharing-debugger">' . esc_html__("Check Settings with Sharing-Debugger", "blog2social") . '</a>';
316
  } else {
317
  if (B2S_PLUGIN_ADMIN) {
318
+ $content .=' <span class="label label-success label-sm">' . esc_html__("SMART", "blog2social") . '</span>';
319
  }
320
  }
321
  $readonly = (B2S_PLUGIN_USER_VERSION >= 1) ? false : true;
325
  $content .= '<p>' . esc_html__('Add the default Open Graph parameters for title, description and image you want Facebook to display, if you share the frontpage of your blog as link post (http://www.yourblog.com)', 'blog2social') . '</p>';
326
  $content .='<br>';
327
  $content .='<div class="col-md-8">';
328
+ $content .='<div class="form-group"><label for="b2s_og_default_title"><strong>' . esc_html__("Title", "blog2social") . ':</strong></label><input type="text" ' . (($readonly) ? "readonly" : "") . ' value="' . esc_attr(( ($this->generalOptions->_getOption('og_default_title') !== false && !empty($this->generalOptions->_getOption('og_default_title'))) ? stripslashes($this->generalOptions->_getOption('og_default_title')) : get_bloginfo('name'))) . '" name="b2s_og_default_title" class="form-control" id="b2s_og_default_title"></div>';
329
+ $content .='<div class="form-group"><label for="b2s_og_default_desc"><strong>' . esc_html__("Description", "blog2social") . ':</strong></label><input type="text" ' . (($readonly) ? "readonly" : "") . ' value="' . esc_attr(( ($this->generalOptions->_getOption('og_default_desc') !== false && !empty($this->generalOptions->_getOption('og_default_desc'))) ? stripslashes($this->generalOptions->_getOption('og_default_desc')) : get_bloginfo('description'))) . '" name="b2s_og_default_desc" class="form-control" id="b2s_og_default_desc"></div>';
330
  $content .='<div class="form-group"><label for="b2s_og_default_image"><strong>' . esc_html__("Image URL", "blog2social") . ':</strong></label>';
331
  if (!$readonly) {
332
  $content .='<button class="btn btn-link btn-xs b2s-upload-image pull-right" data-id="b2s_og_default_image">' . esc_html__("Image upload / Media Gallery", "blog2social") . '</button>';
344
  $content .='<div class="form-group"><label for="b2s_card_default_card_type"><strong>' . esc_html__("The default card type to use", "blog2social") . ':</strong></label>';
345
  $content .='<select class="form-control" name="b2s_card_default_type" ' . (($readonly) ? 'disabled="true"' : "") . '>';
346
  $content .='<option ' . (($selectCardType === false || $selectCardType == 0 || B2S_PLUGIN_USER_VERSION < 1) ? 'selected"' : '') . ' value="0">' . esc_html__('Summary', 'blog2social') . '</option>';
347
+ $content .='<option ' . (($selectCardType !== false && $selectCardType == 1 && B2S_PLUGIN_USER_VERSION >= 1) ? 'selected' : '') . ' value="1">' . esc_html__('Summary with large image', 'blog2social') . ' ' . ((B2S_PLUGIN_USER_VERSION < 1) ? esc_html__('(SMART)', 'blog2social') : '') . '</option>';
348
  $content .='</select></div>';
349
+ $content .='<div class="form-group"><label for="b2s_card_default_title"><strong>' . esc_html__("Title", "blog2social") . ':</strong></label><input type="text" ' . (($readonly) ? "readonly" : "") . ' value="' . esc_attr(( ($this->generalOptions->_getOption('card_default_title') !== false && !empty($this->generalOptions->_getOption('card_default_title'))) ? stripslashes($this->generalOptions->_getOption('card_default_title')) : get_bloginfo('name'))) . '" name="b2s_card_default_title" class="form-control" id="b2s_card_default_title"></div>';
350
+ $content .='<div class="form-group"><label for="b2s_card_default_desc"><strong>' . esc_html__("Description", "blog2social") . ':</strong></label><input type="text" ' . (($readonly) ? "readonly" : "") . ' value="' . esc_attr(( ($this->generalOptions->_getOption('card_default_desc') !== false && !empty($this->generalOptions->_getOption('card_default_desc'))) ? stripslashes($this->generalOptions->_getOption('card_default_desc')) : get_bloginfo('description'))) . '" name="b2s_card_default_desc" class="form-control" id="b2s_card_default_desc"></div>';
351
  $content .='<div class="form-group"><label for="b2s_card_default_image"><strong>' . esc_html__("Image URL", "blog2social") . ':</strong></label> ';
352
  if (!$readonly) {
353
  $content .='<button class="btn btn-link btn-xs pull-right b2s-upload-image" data-id="b2s_card_default_image">' . esc_html__("Image upload / Media Gallery", "blog2social") . '</button>';
377
  }
378
 
379
  foreach (array(1, 2, 3, 12, 19) as $n => $networkId) { //FB,TW,LI,IN
380
+ $type = ($networkId == 1 || $networkId == 19) ? array(0, 1, 2) : (($networkId == 3) ? array(0, 1) : array(0));
381
  foreach ($type as $t => $typeId) { //Profile,Page,Group
382
  if (!isset($optionPostFormat[$networkId][$typeId]['format'])) {
383
  $postFormat = $defaultPostFormat[$networkId][$typeId]['format'];
395
  $content .= '<label><input type="radio" name="b2s-user-network-settings-post-format-' . $networkId . '" class="b2s-user-network-settings-post-format ' . esc_attr($post_format_0) . '" data-post-wp-type="" data-post-format-type="' . esc_attr($postFormatType) . '" data-network-type="' . esc_attr($typeId) . '" data-network-id="' . esc_attr($networkId) . '" data-post-format="0" value="0"/><img class="img-responsive b2s-display-inline" src="' . plugins_url('/assets/images/settings/b2s-post-format-' . $networkId . '-1-' . (($this->lang == 'de') ? $this->lang : 'en') . '.png', B2S_PLUGIN_FILE) . '">';
396
  $content .='</label>';
397
  $content .='<br><br>';
398
+ if($networkId != 12) {
399
+ $content .= '<div class="alert alert-warning b2s-select-link-chang-image">'.esc_html__('The image will be changed', 'blog2social').'</div>';
400
+ }
401
  if ($networkId == 12) {
402
  $content .= esc_html__('Insert white frames to show the whole image in your timeline. All image information will be shown in your timeline.', 'blog2social');
403
  } else {
425
  public function setNetworkSettingsHtml() {
426
  $optionPostFormat = $this->options->_getOption('post_template');
427
  $content = "<input type='hidden' class='b2sNetworkSettingsPostFormatText' value='" . json_encode(array('post' => array(__('Link Post', 'blog2social'), __('Image Post', 'blog2social')), 'image' => array(__('Image with frame'), __('Image cut out')))) . "'/>";
428
+ foreach (array(1, 2, 3, 12, 19, 15) as $n => $networkId) { //FB,TW,LI,IN
429
  $postFormatType = ($networkId == 12) ? 'image' : 'post';
430
+ $type = ($networkId == 1 || $networkId == 19) ? array(0, 1, 2) : (($networkId == 3) ? array(0, 1) : array(0));
431
  foreach ($type as $t => $typeId) { //Profile,Page,Group
432
  if (!isset($optionPostFormat[$networkId][$typeId]['format']) || (int) $optionPostFormat[$networkId][$typeId]['format'] < 0 || (int) $optionPostFormat[$networkId][$typeId]['format'] > 1) { //DEFAULT
433
  $value = ($networkId == 2) ? 1 : 0; //default see B2S_PLUGIN_NETWORK_SETTINGS_TEMPLATE_DEFAULT
includes/B2S/Ship/Image.php CHANGED
@@ -29,6 +29,8 @@ class B2S_Ship_Image {
29
  $content .= '<div class="col-xs-12 del-padding-left del-padding-right"><div class="alert alert-danger b2s-upload-image-free-version-info" style="display:none;">' . esc_html__('To select an individual image from your media library,', 'blog2social');
30
  $content .= ' <a target="_blank" href="' . esc_url(B2S_Tools::getSupportLink('affiliate')) . '">' . esc_html__('please upgrade', 'blog2social') . '</a>';
31
  $content .= '</div></div>';
 
 
32
 
33
  $content .= '<div class="row b2s-image-size-info">';
34
  $content .='<div class="col-xs-12 hidden-xs hidden-sm">';
@@ -64,20 +66,21 @@ class B2S_Ship_Image {
64
  $content .= '<div class="col-xs-12 del-padding-left del-padding-right">';
65
 
66
  if ($this->viewMode != 'modal') {
67
- $content .= ' <button class="btn btn-primary b2s-image-change-all-network b2s-image-change-btn-area" ' . (!$isImage ? 'style="display:none"' : '') . ' data-network-id="" data-post-id="' . esc_attr($postId) . '">' . esc_html__('Apply image for all posts', 'blog2social') . '</button>';
68
  }
69
 
70
  if (B2S_PLUGIN_USER_VERSION > 0) {
71
  $content .= '<button class="btn btn-primary b2s-image-change-this-network b2s-image-change-btn-area" ' . (!$isImage ? 'style="display:none"' : '') . ' data-network-auth-id="" data-network-id="" data-meta-type="" data-post-id="' . esc_attr($postId) . '">' . esc_html__('Apply image for this post', 'blog2social') . '</button>';
 
72
  } else {
73
- $content .= '<button class="btn btn-primary b2s-btn-disabled b2s-upload-image-free-version b2s-image-change-btn-area" ' . (!$isImage ? 'style="display:none"' : '') . ' data-post-id="' . esc_attr($postId) . '">' . esc_html__('Apply image for this post', 'blog2social') . ' <span class="label label-success">' . esc_html__('PREMIUM', 'blog2social') . ' </span></button>';
74
  }
75
 
76
  if (current_user_can('upload_files')) {
77
  if (B2S_PLUGIN_USER_VERSION > 1) {
78
  $content .= '<button class="btn btn-primary b2s-upload-image">' . esc_html__('Image upload / Media Gallery', 'blog2social') . '</button>';
79
  } else {
80
- $content .= '<button class="btn btn-primary b2s-btn-disabled b2s-upload-image-free-version">' . esc_html__('Image upload / Media Gallery', 'blog2social') . ' <span class="label label-success">' . esc_html__('PREMIUM', 'blog2social') . ' </span></button>';
81
  }
82
  }
83
  $content .= '</div>';
29
  $content .= '<div class="col-xs-12 del-padding-left del-padding-right"><div class="alert alert-danger b2s-upload-image-free-version-info" style="display:none;">' . esc_html__('To select an individual image from your media library,', 'blog2social');
30
  $content .= ' <a target="_blank" href="' . esc_url(B2S_Tools::getSupportLink('affiliate')) . '">' . esc_html__('please upgrade', 'blog2social') . '</a>';
31
  $content .= '</div></div>';
32
+ $content .= '<div class="col-xs-12 del-padding-left del-padding-right"><div class="alert alert-info b2s-gif-support-info" style="display:none;">' . esc_html__('The networks Diigo, Bloglovin’ and Google My Business do not support the GIF image format and will display your standard image instead.', 'blog2social') . '</div></div>';
33
+ $content .= '<div class="col-xs-12 del-padding-left del-padding-right"><div class="alert alert-primary b2s-change-meta-image-info" style="display:none;">' . esc_html__('By changing your image in the link post format it will be changed for all networks listed below. This also applies for all scheduled posts in this post format. ', 'blog2social') . '<a href="'.B2S_Tools::getSupportLink('open_graph_tags').'" target="_blank">' . esc_html__('More Information', 'blog2social') . '</a><br><br><div class="b2s-change-meta-image-networks"></div></div></div>';
34
 
35
  $content .= '<div class="row b2s-image-size-info">';
36
  $content .='<div class="col-xs-12 hidden-xs hidden-sm">';
66
  $content .= '<div class="col-xs-12 del-padding-left del-padding-right">';
67
 
68
  if ($this->viewMode != 'modal') {
69
+ $content .= ' <button class="btn btn-primary b2s-image-change-all-network b2s-image-change-btn-area" data-network-id="" data-post-id="' . esc_attr($postId) . '">' . esc_html__('Apply image for all posts', 'blog2social') . '</button>';
70
  }
71
 
72
  if (B2S_PLUGIN_USER_VERSION > 0) {
73
  $content .= '<button class="btn btn-primary b2s-image-change-this-network b2s-image-change-btn-area" ' . (!$isImage ? 'style="display:none"' : '') . ' data-network-auth-id="" data-network-id="" data-meta-type="" data-post-id="' . esc_attr($postId) . '">' . esc_html__('Apply image for this post', 'blog2social') . '</button>';
74
+ $content .= '<button class="btn btn-primary b2s-image-change-meta-network b2s-image-change-btn-area" ' . (!$isImage ? 'style="display:none"' : '') . ' data-network-auth-id="" data-network-id="" data-meta-type="" data-post-id="' . esc_attr($postId) . '">' . esc_html__('Apply image for all og-meta networks', 'blog2social') . '</button>';
75
  } else {
76
+ $content .= '<button class="btn btn-primary b2s-btn-disabled b2s-upload-image-free-version b2s-image-change-btn-area" ' . (!$isImage ? 'style="display:none"' : '') . ' data-post-id="' . esc_attr($postId) . '">' . esc_html__('Apply image for this post', 'blog2social') . ' <span class="label label-success">' . esc_html__('SMART', 'blog2social') . ' </span></button>';
77
  }
78
 
79
  if (current_user_can('upload_files')) {
80
  if (B2S_PLUGIN_USER_VERSION > 1) {
81
  $content .= '<button class="btn btn-primary b2s-upload-image">' . esc_html__('Image upload / Media Gallery', 'blog2social') . '</button>';
82
  } else {
83
+ $content .= '<button class="btn btn-primary b2s-btn-disabled b2s-upload-image-free-version">' . esc_html__('Image upload / Media Gallery', 'blog2social') . ' <span class="label label-success">' . esc_html__('PRO', 'blog2social') . ' </span></button>';
84
  }
85
  }
86
  $content .= '</div>';
includes/B2S/Ship/Item.php CHANGED
@@ -5,7 +5,7 @@ class B2S_Ship_Item {
5
  private $allowTitleProfile = array(7, 9, 13, 15, 16);
6
  private $allowTitlePage = array();
7
  private $allowTitleGroup = array();
8
- private $setPostFormat = array(1, 2, 3, 12);
9
  private $isCommentProfile = array(1, 3, 8, 10, 17, 19);
10
  private $isCommentPage = array(1);
11
  private $isCommentGroup = array(1);
@@ -16,7 +16,7 @@ class B2S_Ship_Item {
16
  private $showTitleGroup = array(8, 11, 19);
17
  private $onlyImage = array(6, 7, 12, 20);
18
  private $allowNoImageProfile = array(5, 9);
19
- private $allowNoCustomImageProfile = array(8, 15);
20
  private $allowNoCustomImagePage = array();
21
  private $allowNoEmoji = array(9, 13, 14, 15, 16, 18);
22
  private $allowNoImagePage = array(8);
@@ -36,8 +36,8 @@ class B2S_Ship_Item {
36
  private $allowHashTags = array(1, 2, 3, 6, 10, 12, 17, 20);
37
  private $limitCharacterProfile = array(1 => 500, 2 => 280, 3 => 1300, 6 => 495, 8 => 420, 9 => 250, 15 => 300, 12 => 2000, 18 => 1500, 19 => 420, 20 => 500);
38
  private $showImageAreaProfile = array(6, 7, 10, 12, 16, 17, 18, 20);
39
- private $showImageAreaPage = array(10, 17, 19);
40
- private $showImageAreaGroup = array(8, 10, 17, 19);
41
  private $showMarketplace = array(19);
42
  private $limitCharacterPage = array(3 => 1300, 8 => 1200, 19 => array(0 => 400, 1 => 2000)); // XING Company Page, Business Page
43
  private $requiredUrl = array(1, 3, 8, 9, 10, 19);
@@ -89,7 +89,7 @@ class B2S_Ship_Item {
89
  }
90
 
91
  public function getItemHtml($data, $show_time = true, $draftData = array()) {
92
-
93
  $isDraft = (empty($draftData)) ? false : true;
94
 
95
  $this->viewMode = (isset($data->view) && !empty($data->view)) ? $data->view : null; //normal or modal(Kalendar)
@@ -141,6 +141,7 @@ class B2S_Ship_Item {
141
  $htmlTags = highlight_string("<p><br><i><b><a><img>", true);
142
  $infoImage .= (in_array($data->networkId, $this->allowHtml)) ? (!empty($infoImage) ? ' | ' : '') . esc_html__('Supported HTML tags', 'blog2social') . ': ' . $htmlTags : '';
143
  $infoImage .= (in_array($data->networkId, $this->allowNoEmoji)) ? (!empty($infoImage) ? ' | ' : '') . esc_html__('Network does not support emojis', 'blog2social') . '!' : '';
 
144
 
145
  $network_display_name = $data->network_display_name;
146
  $isRequiredTextarea = (in_array($data->networkId, $this->isCommentProfile)) ? '' : 'required="required"';
@@ -200,12 +201,13 @@ class B2S_Ship_Item {
200
  $infoImage = (in_array($data->networkId, $this->allowNoImagePage)) ? esc_html__('Network does not support image for pages', 'blog2social') . '!' : '';
201
  $infoImage .= (in_array($data->networkId, $this->allowNoEmoji)) ? (!empty($infoImage) ? ' | ' : '') . esc_html__('Network does not support emojis', 'blog2social') . '!' : '';
202
  $infoImage .= (in_array($data->networkId, $this->allowNoCustomImagePage)) ? (!empty($infoImage) ? ' | ' : '') . esc_html__('Network defines image by link', 'blog2social') . '!' : '';
203
-
 
204
  //ShortText
205
  if ($isDraft && isset($draftData['content'])) {
206
  $message = $draftData['content'];
207
  } else {
208
- if ($data->networkId == 1 || $data->networkId == 2 || $data->networkId == 3 || $data->networkId == 12) {
209
  $message = $this->getMessagebyTemplate($data);
210
  } else {
211
  if (isset($this->setShortTextPage[$data->networkId]) && (int) $this->setShortTextPage[$data->networkId] > 0) {
@@ -244,7 +246,7 @@ class B2S_Ship_Item {
244
  if ($isDraft && isset($draftData['content'])) {
245
  $message = $draftData['content'];
246
  } else {
247
- if ($data->networkId == 1 || $data->networkId == 2 || $data->networkId == 3 || $data->networkId == 12) {
248
  $message = $this->getMessagebyTemplate($data);
249
  } else {
250
  if (isset($this->setShortTextGroup[$data->networkId]) && (int) $this->setShortTextGroup[$data->networkId] > 0) {
@@ -302,18 +304,23 @@ class B2S_Ship_Item {
302
 
303
  $content .= '<div class="pull-right hidden-xs b2s-post-item-info-area">';
304
 
305
- if (in_array($data->networkId, $this->setPostFormat) || ($data->networkId == 19 && $data->networkType == 0)) {
306
  $postFormatType = ($data->networkId == 12) ? 'image' : 'post';
307
  $addCSS = (B2S_PLUGIN_USER_VERSION == 0) ? 'b2s-btn-disabled' : '';
308
  $content .= '<button class="btn btn-xs btn-link b2s-post-ship-item-post-format ' . esc_attr($addCSS) . '" data-post-wp-type="' . esc_attr($this->b2sPostType) . '" data-post-format-type="' . esc_attr($postFormatType) . '" data-network-auth-id="' . esc_attr($data->networkAuthId) . '" data-network-type="' . esc_attr($data->networkType) . '" data-network-id="' . esc_attr($data->networkId) . '" >' . esc_html__('post format', 'blog2social') . ': <span class="b2s-post-ship-item-post-format-text" data-post-format-type="' . esc_attr($postFormatType) . '" data-network-auth-id="' . esc_attr($data->networkAuthId) . '" data-network-type="' . esc_attr($data->networkType) . '" data-network-id="' . esc_attr($data->networkId) . '" ></span></button>';
309
  if (B2S_PLUGIN_USER_VERSION > 0) {
310
  $content .= '<input type="hidden" class="b2s-post-item-details-post-format form-control" name="b2s[' . esc_attr($data->networkAuthId) . '][post_format]" data-network-auth-id="' . esc_attr($data->networkAuthId) . '" data-network-id="' . esc_attr($data->networkId) . '" data-network-type="' . esc_attr($data->networkType) . '" value="0" />';
311
  } else {
312
- $content .= '<span class="label label-success"><a target="_blank" class="btn-label-premium b2s-btn-trigger-post-ship-item-post-format" data-network-auth-id="' . esc_attr($data->networkAuthId) . '" href="#">PREMIUM</a></span>';
 
 
313
  }
314
  }
 
 
 
315
  $content .='<span class="b2s-post-tool-area" data-network-auth-id="' . esc_attr($data->networkAuthId) . '">';
316
- $content .= (in_array($data->networkId, $this->setPostFormat) || ($data->networkId == 19 && $data->networkType == 0)) ? ' | ' : '';
317
  if (in_array($data->networkId, $this->getText)) {
318
  $content .= '<button class="btn btn-xs btn-link b2s-post-ship-item-full-text" data-network-id="' . esc_attr($data->networkId) . '" data-network-count="-1" data-network-auth-id="' . esc_attr($data->networkAuthId) . '" >' . esc_html__('Insert full-text', 'blog2social') . '</button> | ';
319
  }
@@ -329,12 +336,17 @@ class B2S_Ship_Item {
329
 
330
  //TOS Twitter 030218
331
  if ($data->networkType == 0 && in_array($data->networkId, $this->networkTosProfile)) {
332
- $content .='<div class="b2s-unique-content" data-network-id="' . esc_attr($data->networkId) . '" data-network-auth-id="' . esc_attr($data->networkAuthId) . '"><div class="clearfix"></div><div class="alert b2s-unique-content-alert alert-danger">' . esc_html__('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>' . esc_html__('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="' . esc_url(B2S_Tools::getSupportLink('network_tos_blog_032018')) . '" target="_blank">' . esc_html__('Learn more about this', 'blog2social') . '</a></div></div>';
333
  }
334
  //TOS Xing Group 080218
335
  if ($data->networkType == 2 && in_array($data->networkId, $this->networkTosGroup)) {
336
  $content .='<div class="b2s-content-info" data-network-id="' . esc_attr($data->networkId) . '" data-network-auth-id="' . esc_attr($data->networkAuthId) . '"><div class="clearfix"></div><div class="alert alert-warning">' . esc_html__('Please note: XING allows identical posts to be published only once within a group and no more than three times across different groups.', 'blog2social') . ' <a href="' . esc_url(B2S_Tools::getSupportLink('network_tos_blog_082018')) . '" target="_blank">' . esc_html__('Read more', 'blog2social') . '</a></div></div>';
337
  }
 
 
 
 
 
338
 
339
  $content .= '<div class="b2s-post-item-details-edit-area" data-network-auth-id="' . esc_attr($data->networkAuthId) . '">';
340
  $content .= (in_array($data->networkId, $this->showBoards) || ($data->networkType == 2 && in_array($data->networkId, $this->showBoardsGroup))) ? $this->getBoardHtml($data->networkAuthId, $data->networkId) : '';
@@ -385,7 +397,7 @@ class B2S_Ship_Item {
385
 
386
  public function getCustomEditArea($networkId, $networkAuthId, $networkType, $message, $isRequiredTextarea, $textareaOnKeyUp, $limit, $limitValue, $imageUrl = null) {
387
  $meta = array();
388
- if ($networkId == 1 || ($networkId == 8 && $networkType == 0) || ($networkId == 19 && $networkType == 0) || $networkId == 3 || $networkId == 2) {
389
  if (trim(strtolower($this->postStatus)) == 'publish' || $this->b2sPostType == 'ex') {
390
  //is calendar edit => scrape post url and not custom post url by override from edit function for meta tags!
391
  //$editPostUrl = $this->viewMode == 'modal') ? (get_permalink($this->postData->ID) !== false ? get_permalink($this->postData->ID) : $this->postData->guid) : $this->postUrl;
@@ -422,12 +434,12 @@ class B2S_Ship_Item {
422
  if (B2S_PLUGIN_USER_VERSION > 0) {
423
  $edit .= '<button data-network-count="-1" data-network-auth-id="' . esc_attr($networkAuthId) . '" data-meta-type="og" data-meta-origin="ship" class=" btn btn-xs hidden-xs btn-link b2s-load-info-meta-tag-modal">' . esc_html__('Info: Change Open Graph Meta tags image, title and description for this network', 'blog2social') . '</button>';
424
  } else {
425
- $edit .= '<a target="_blank" class="btn-label-premium btn-label-premium-xs b2s-load-info-meta-tag-modal" data-meta-type="og" data-meta-origin="ship" href="#"><span class="label label-success">PREMIUM</span></a>';
426
  $edit .= '<a href="#" class="btn btn-link btn-xs b2s-load-info-meta-tag-modal" data-meta-type="og" data-meta-origin="ship">' . esc_html__('You want to change your link image, link title and link description for this network? Click here.', 'blog2social') . '</a> ';
427
  }
428
- $edit .= '<input type="text" class="form-control fb-url-title b2s-post-item-details-preview-title change-meta-tag og_title" placeholder="' . esc_attr__('OG Meta title', 'blog2social') . '" name="b2s[' . esc_attr($networkAuthId) . '][og_title]" data-meta="og_title" data-meta-type="og" data-network-auth-id="' . esc_attr($networkAuthId) . '" value="' . esc_attr((isset($meta['title']) && !empty($meta['title']) ? $meta['title'] : '')) . '" />';
429
- $edit .= '<input type="text" class="form-control fb-url-desc b2s-post-item-details-preview-desc change-meta-tag og_desc" placeholder="' . esc_attr__('OG Meta description', 'blog2social') . '" name="b2s[' . esc_attr($networkAuthId) . '][og_desc]" data-meta="og_desc" data-meta-type="og" data-network-auth-id="' . esc_attr($networkAuthId) . '" value="' . esc_attr((isset($meta['description']) && !empty($meta['description']) ? $meta['description'] : '')) . '" />';
430
- $edit .= $this->getUrlHtml($networkId, $networkType, $networkAuthId, $limit, $limitValue, true, 'fb-url-input', true, $imageUrl);
431
  $edit .= '</div>';
432
  $edit .= '</div>';
433
  }
@@ -446,7 +458,7 @@ class B2S_Ship_Item {
446
  if (B2S_PLUGIN_USER_VERSION > 0) {
447
  $edit .= '<button data-network-auth-id="' . esc_attr($networkAuthId) . '" data-meta-type="card" data-meta-origin="ship" class=" btn btn-xs hidden-xs btn-link b2s-load-info-meta-tag-modal">' . esc_html__('Info: Change Card Meta tags image, title and description for this network', 'blog2social') . '</button>';
448
  } else {
449
- $edit .= '<a target="_blank" class="btn-label-premium btn-label-premium-xs b2s-load-info-meta-tag-modal" data-meta-type="card" data-meta-origin="ship" href="#"><span class="label label-success">PREMIUM</span></a>';
450
  $edit .= '<a href="#" class="btn btn-link btn-xs b2s-load-info-meta-tag-modal" data-meta-type="card" data-meta-origin="ship">' . esc_html__('You want to change your link image, link title and link description for this network? Click here.', 'blog2social') . '</a> ';
451
  }
452
  $edit .= '<input type="text" readonly class="form-control tw-url-title b2s-post-item-details-preview-title change-meta-tag card_title" placeholder="' . esc_attr__('Card Meta title', 'blog2social') . '" name="b2s[' . esc_attr($networkAuthId) . '][card_title]" data-meta="card_title" data-meta-type="card" data-network-auth-id="' . esc_attr($networkAuthId) . '" value="' . esc_attr((isset($meta['title']) && !empty($meta['title']) ? $meta['title'] : '')) . '" />';
@@ -464,17 +476,23 @@ class B2S_Ship_Item {
464
  $edit .= '<img src="' . esc_url((isset($meta['image']) && !empty($meta['image']) ? $meta['image'] : $this->defaultImage)) . '" class="linkedin-url-image b2s-post-item-details-url-image center-block img-responsive" data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-image-change="1" data-network-auth-id="' . esc_attr($networkAuthId) . '">';
465
  $edit .= '<input type="hidden" class="b2s-image-url-hidden-field form-control" data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" value="' . esc_attr(($imageUrl ? $imageUrl : "")) . '" name="b2s[' . esc_attr($networkAuthId) . '][image_url]">';
466
  $edit .= '<div class="clearfix"></div>';
467
- $edit .= '<button class="btn btn-link btn-xs center-block b2s-select-image-modal-open" data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" data-post-id="' . esc_attr($this->postId) . '" data-image-url="' . esc_attr($imageUrl) . '">' . esc_html__('Change image', 'blog2social') . '</button>';
468
  $edit .= '</div>';
469
  $edit .= '<div class="' . ((isset($this->viewMode) && $this->viewMode == 'modal') ? 'col-xs-12"' : 'col-xs-12 col-sm-7 col-lg-9 b2s-post-original-area" data-network-auth-id="' . esc_attr($networkAuthId) . '"') . '>';
470
- $edit .= '<p class="linkedin-url-title b2s-post-item-details-preview-title hidden-xs" data-network-auth-id="' . esc_attr($networkAuthId) . '">' . esc_html((isset($meta['title']) && !empty($meta['title']) ? $meta['title'] : '')) . '</p>';
471
- $edit .= $this->getUrlHtml($networkId, $networkType, $networkAuthId, $limit, $limitValue, true, 'linkedin-url-input', true);
472
- $edit .= '<p class="linkedin-url-desc b2s-post-item-details-preview-desc hidden-xs" data-network-auth-id="' . esc_attr($networkAuthId) . '">' . esc_html((isset($meta['description']) && !empty($meta['description']) ? $meta['description'] : '')) . '</p>';
 
 
 
 
 
 
473
  $edit .= '</div>';
474
  $edit .= '</div>';
475
  }
476
 
477
- if (($networkId == 8 || $networkId == 19) && $networkType == 0) {
478
  $edit = '<textarea class="form-control xing-textarea-input b2s-post-item-details-item-message-input ' . (in_array($networkId, $this->allowHtml) ? 'b2s-post-item-details-item-message-input-allow-html' : '') . '"data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-text-limit="' . esc_attr($limitValue) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" placeholder="' . esc_attr__('Write something about your post...', 'blog2social') . '" name="b2s[' . esc_attr($networkAuthId) . '][content]" ' . $isRequiredTextarea . ' ' . $textareaOnKeyUp . '>' . esc_html($message) . '</textarea>';
479
  $edit .= '<div class="row">';
480
  $edit .= '<div class="' . ((isset($this->viewMode) && $this->viewMode == 'modal') ? 'col-xs-12' : 'col-xs-12 col-sm-5 col-lg-3') . '">';
@@ -482,17 +500,46 @@ class B2S_Ship_Item {
482
  $edit .= '<img src="' . esc_url((isset($meta['image']) && !empty($meta['image']) ? $meta['image'] : $this->defaultImage)) . '" class="xing-url-image b2s-post-item-details-url-image center-block img-responsive" data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-image-change="1" data-network-auth-id="' . esc_attr($networkAuthId) . '">';
483
  $edit .= '<input type="hidden" class="b2s-image-url-hidden-field form-control" data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" value="' . esc_attr(($imageUrl ? $imageUrl : "")) . '" name="b2s[' . esc_attr($networkAuthId) . '][image_url]">';
484
  $edit .= '<div class="clearfix"></div>';
485
- $edit .= '<button class="btn btn-link btn-xs center-block b2s-select-image-modal-open" data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" data-post-id="' . esc_attr($this->postId) . '" data-image-url="' . esc_attr($imageUrl) . '">' . esc_html__('Change image', 'blog2social') . '</button>';
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
486
  $edit .= '</div>';
487
  $edit .= '<div class="' . ((isset($this->viewMode) && $this->viewMode == 'modal') ? 'col-xs-12"' : 'col-xs-12 col-sm-7 col-lg-9 b2s-post-original-area" data-network-auth-id="' . esc_attr($networkAuthId) . '"') . '>';
488
- $edit .= '<p class="xing-url-title b2s-post-item-details-preview-title hidden-xs" data-network-auth-id="' . esc_attr($networkAuthId) . '">' . esc_html((isset($meta['title']) && !empty($meta['title']) ? $meta['title'] : '')) . '</p>';
489
- $edit .= '<span class="xing-url-desc b2s-post-item-details-preview-desc hidden-xs" data-network-auth-id="' . esc_attr($networkAuthId) . '">' . esc_html((isset($meta['description']) && !empty($meta['description']) ? $meta['description'] : '')) . '</span>';
490
- $edit .= $this->getUrlHtml($networkId, $networkType, $networkAuthId, $limit, $limitValue, true, 'xing-url-input', true);
 
 
 
 
 
 
491
  $edit .= '</div>';
492
  $edit .= '</div>';
493
  }
494
  } else {
495
- $edit = '<textarea class="form-control b2s-post-item-details-item-message-input ' . (in_array($networkId, $this->allowHtml) ? 'b2s-post-item-details-item-message-input-allow-html' : '') . '"data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-text-limit="' . esc_attr($limitValue) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" placeholder="' . esc_attr__('Write something about your post...', 'blog2social') . '" name="b2s[' . esc_attr($networkAuthId) . '][content]" ' . $isRequiredTextarea . ' ' . $textareaOnKeyUp . '>' . esc_html($message) . '</textarea>';
496
 
497
  //EDIT Function - Calendar
498
  $meta = $this->hook_meta(array());
@@ -506,7 +553,7 @@ class B2S_Ship_Item {
506
  }
507
 
508
  public function getCustomEditSchedArea($schedCount = 0, $networkId, $networkAuthId, $networkType, $message, $isRequiredTextarea, $textareaOnKeyUp, $limit, $limitValue, $infoArea, $imageUrl = null) {
509
- if ($networkId == 1 || ($networkId == 8 && $networkType == 0) || ($networkId == 19 && $networkType == 0) || $networkId == 3 || $networkId == 2) {
510
  if ($networkId == 1) {
511
  $edit = '<div class="row"><br>';
512
  $edit .= '<div class="col-xs-12 col-sm-5 col-lg-3">';
@@ -526,7 +573,7 @@ class B2S_Ship_Item {
526
  if ($networkId == 2) {
527
  $edit = '<div class="row"><br>';
528
  //TOS Twitter 032018
529
- $edit .='<div class="b2s-unique-content col-xs-12" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '"><div class="clearfix"></div><div class="alert b2s-unique-content-alert alert-danger">' . esc_html__('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>' . esc_html__('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="' . esc_url(B2S_Tools::getSupportLink('network_tos_blog_032018')) . '" target="_blank">' . esc_html__('Learn more about this', 'blog2social') . '</a></div><br></div>';
530
  $edit .= '<div class="col-xs-12 col-sm-5 col-lg-3">';
531
  $edit .= '<button class="btn btn-primary btn-circle b2s-image-remove-btn" data-network-id="' . esc_attr($networkId) . '" data-network-count="' . esc_attr($schedCount) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" ' . ($imageUrl ? '' : 'style="display:none"') . '><i class="glyphicon glyphicon-trash"></i></button>';
532
  $edit .= '<img src="' . esc_url($this->defaultImage) . '" class="tw-url-image b2s-post-item-details-url-image center-block img-responsive" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-image-change="1" data-network-auth-id="' . esc_attr($networkAuthId) . '">';
@@ -548,7 +595,7 @@ class B2S_Ship_Item {
548
  $edit .= '<img src="' . esc_url($this->defaultImage) . '" class="linkedin-url-image b2s-post-item-details-url-image center-block img-responsive" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-image-change="1" data-network-auth-id="' . esc_attr($networkAuthId) . '">';
549
  $edit .= '<input type="hidden" class="b2s-image-url-hidden-field form-control" data-network-count="' . esc_attr($schedCount) . '" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" value="' . esc_attr(($imageUrl ? $imageUrl : "")) . '" name="b2s[' . esc_attr($networkAuthId) . '][sched_image_url][' . esc_attr($schedCount) . ']">';
550
  $edit .= '<div class="clearfix"></div>';
551
- $edit .= '<button class="btn btn-link btn-xs center-block b2s-select-image-modal-open" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" data-post-id="' . esc_attr($this->postId) . '" data-image-url="' . esc_attr($imageUrl) . '">' . esc_html__('Change image', 'blog2social') . '</button>';
552
  $edit .= '</div>';
553
  $edit .= '<div class="col-xs-12 col-sm-7 col-lg-9">';
554
  $edit .= $infoArea;
@@ -557,14 +604,14 @@ class B2S_Ship_Item {
557
  $edit .= '</div>';
558
  }
559
 
560
- if (($networkId == 8 || $networkId == 19) && $networkType == 0) {
561
  $edit = '<div class="row"><br>';
562
  $edit .= '<div class="col-xs-12 col-sm-5 col-lg-3">';
563
  $edit .= '<button class="btn btn-primary btn-circle b2s-image-remove-btn" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" ' . ($imageUrl ? '' : 'style="display:none"') . '><i class="glyphicon glyphicon-trash"></i></button>';
564
  $edit .= '<img src="' . esc_url($this->defaultImage) . '" class="xing-url-image b2s-post-item-details-url-image center-block img-responsive" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-image-change="1" data-network-auth-id="' . esc_attr($networkAuthId) . '">';
565
  $edit .= '<input type="hidden" class="b2s-image-url-hidden-field form-control" data-network-count="' . esc_attr($schedCount) . '" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" value="' . esc_attr(($imageUrl ? $imageUrl : "")) . '" name="b2s[' . esc_attr($networkAuthId) . '][sched_image_url][' . esc_attr($schedCount) . ']">';
566
  $edit .= '<div class="clearfix"></div>';
567
- $edit .= '<button class="btn btn-link btn-xs center-block b2s-select-image-modal-open" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" data-post-id="' . esc_attr($this->postId) . '" data-image-url="' . esc_attr($imageUrl) . '">' . esc_html__('Change image', 'blog2social') . '</button>';
568
  $edit .= '</div>';
569
  $edit .= '<div class="col-xs-12 col-sm-7 col-lg-9">';
570
  $edit .= $infoArea;
@@ -572,6 +619,22 @@ class B2S_Ship_Item {
572
  $edit .= '</div>';
573
  $edit .= '</div>';
574
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
575
  } else {
576
  $edit = '<div class="row"><br>';
577
  if ((in_array($networkId, $this->showImageAreaProfile) && $networkType == 0) || (in_array($networkId, $this->showImageAreaPage) && $networkType == 1) || (in_array($networkId, $this->showImageAreaGroup) && $networkType == 2)) {
@@ -580,16 +643,16 @@ class B2S_Ship_Item {
580
  $edit .= '<img src="' . esc_url($this->defaultImage) . '" class="b2s-post-item-details-url-image center-block img-responsive b2s-image-border" data-network-id="' . esc_attr($networkId) . '" data-network-count="' . esc_attr($schedCount) . '" data-network-image-change="1" data-network-auth-id="' . esc_attr($networkAuthId) . '">';
581
  $edit .= '<input type="hidden" class="b2s-image-url-hidden-field form-control" data-network-count="' . esc_attr($schedCount) . '" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" value="' . esc_attr(($imageUrl ? $imageUrl : "")) . '" name="b2s[' . esc_attr($networkAuthId) . '][sched_image_url][' . esc_attr($schedCount) . ']">';
582
  $edit .= '<div class="clearfix"></div>';
583
- $edit .= '<button class="btn btn-link btn-xs center-block b2s-select-image-modal-open" data-network-id="' . esc_attr($networkId) . '" data-network-count="' . esc_attr($schedCount) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" data-post-id="' . esc_attr($this->postId) . '" data-image-url="' . esc_attr($imageUrl) . '">' . esc_html__('Change image', 'blog2social') . '</button>';
584
  $edit .= '</div>';
585
  $edit .= '<div class="col-xs-12 col-sm-7 col-lg-9">';
586
  $edit .= $infoArea;
587
- $edit .= '<textarea disabled="disabled" class="form-control b2s-post-item-sched-customize-text b2s-post-item-details-item-message-input ' . (in_array($networkId, $this->allowHtml) ? 'b2s-post-item-details-item-message-input-allow-html' : '') . '" data-network-count="' . esc_attr($schedCount) . '" data-network-text-limit="' . esc_attr($limitValue) . '" data-network-id="' . esc_attr($networkId) . '" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" placeholder="' . esc_attr__('Write something about your post...', 'blog2social') . '" name="b2s[' . esc_attr($networkAuthId) . '][sched_content][' . esc_attr($schedCount) . ']" ' . $isRequiredTextarea . ' ' . $textareaOnKeyUp . '>' . esc_html($message) . '</textarea>';
588
  $edit .= '</div>';
589
  } else {
590
  $edit .= '<div class="col-xs-12">';
591
  $edit .= $infoArea;
592
- $edit .= '<textarea disabled="disabled" class="form-control b2s-post-item-sched-customize-text b2s-post-item-details-item-message-input ' . (in_array($networkId, $this->allowHtml) ? 'b2s-post-item-details-item-message-input-allow-html' : '') . '" data-network-count="' . esc_attr($schedCount) . '" data-network-text-limit="' . esc_attr($limitValue) . '" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" placeholder="' . esc_attr__('Write something about your post...', 'blog2social') . '" name="b2s[' . esc_attr($networkAuthId) . '][sched_content][' . esc_attr($schedCount) . '] ' . $isRequiredTextarea . ' ' . $textareaOnKeyUp . '>' . esc_html($message) . '</textarea>';
593
  $edit .= '</div>';
594
  }
595
  $edit .= '</div>';
@@ -614,7 +677,7 @@ class B2S_Ship_Item {
614
  $url .= '<input type="hidden" class="b2s-image-url-hidden-field form-control" data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" value="' . esc_attr((($imageUrl != null) ? $imageUrl : "")) . '" name="b2s[' . esc_attr($networkAuthId) . '][image_url]">';
615
  $url .= '</div>';
616
  $url .= '<div class="clearfix"></div>';
617
- $url .= '<button class="btn btn-link btn-xs center-block b2s-select-image-modal-open" data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" data-post-id="' . esc_attr($this->postId) . '" data-image-url="' . esc_attr($imageUrl) . '">' . esc_html__('Change image', 'blog2social') . '</button></div>';
618
  $url .= '<div class="' . ((isset($this->viewMode) && $this->viewMode == 'modal') ? 'col-xs-12"' : 'col-xs-12 col-sm-7 col-lg-9 b2s-post-original-area" data-network-auth-id="' . esc_attr($networkAuthId) . '"') . '>';
619
  }
620
 
@@ -740,7 +803,7 @@ class B2S_Ship_Item {
740
  $relay = '<div class="form-group b2s-post-relay-area-select pull-left"><div class="checkbox checbox-switch switch-success"><label>';
741
  $relay .='<input type="checkbox" class="b2s-post-item-details-relay form-control" data-user-version="' . esc_attr(B2S_PLUGIN_USER_VERSION) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" name="b2s[' . esc_attr($networkAuthId) . '][post_relay]" value="1"/>';
742
  $relay .='<span></span>';
743
- $relay .= esc_html__('Enable Retweets for all Tweets with the selected profile', 'blog2social') . ' <a href="#" data-toggle="modal" data-target="#b2sInfoPostRelayModal" class="btn-xs hidden-sm">' . esc_html__('Info', 'blog2social') . '</a>';
744
  $relay .=' </label></div></div>';
745
  return $relay;
746
  }
@@ -799,7 +862,7 @@ class B2S_Ship_Item {
799
  $shipping .= '<select name="b2s[' . esc_attr($networkAuthId) . '][releaseSelect]" data-user-version="' . esc_attr(B2S_PLUGIN_USER_VERSION) . '" data-network-type="' . esc_attr($networkTyp) . '" data-network-customize-content="' . (in_array($networkId, $this->allowSchedCustomizeContent) ? 1 : 0) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" class="form-control b2s-select b2s-post-item-details-release-input-date-select ' . (B2S_PLUGIN_USER_VERSION == 0 ? 'b2s-post-item-details-release-input-date-select-reset' : '') . '" >';
800
  $shipping .= '<option value="0" ' . $isSelectedNow . '>' . esc_html__('Share Now', 'blog2social') . '</option>';
801
 
802
- $isPremium = (B2S_PLUGIN_USER_VERSION == 0) ? ' [' . esc_html__("PREMIUM", "blog2social") . ']' : '';
803
  $shipping .= '<option value="1" ' . $isSelectedSched . '>' . esc_html__('Schedule for specific dates', 'blog2social') . $isPremium . '</option>';
804
 
805
  $shipping .= ($showSchedRegularly) ? '<option value="2">' . esc_html__('Schedule Recurrent Post', 'blog2social') . $isPremium . '</option>' : '';
5
  private $allowTitleProfile = array(7, 9, 13, 15, 16);
6
  private $allowTitlePage = array();
7
  private $allowTitleGroup = array();
8
+ private $setPostFormat = array(1, 2, 3, 12, 19);
9
  private $isCommentProfile = array(1, 3, 8, 10, 17, 19);
10
  private $isCommentPage = array(1);
11
  private $isCommentGroup = array(1);
16
  private $showTitleGroup = array(8, 11, 19);
17
  private $onlyImage = array(6, 7, 12, 20);
18
  private $allowNoImageProfile = array(5, 9);
19
+ private $allowNoCustomImageProfile = array(8);
20
  private $allowNoCustomImagePage = array();
21
  private $allowNoEmoji = array(9, 13, 14, 15, 16, 18);
22
  private $allowNoImagePage = array(8);
36
  private $allowHashTags = array(1, 2, 3, 6, 10, 12, 17, 20);
37
  private $limitCharacterProfile = array(1 => 500, 2 => 280, 3 => 1300, 6 => 495, 8 => 420, 9 => 250, 15 => 300, 12 => 2000, 18 => 1500, 19 => 420, 20 => 500);
38
  private $showImageAreaProfile = array(6, 7, 10, 12, 16, 17, 18, 20);
39
+ private $showImageAreaPage = array(10, 17);
40
+ private $showImageAreaGroup = array(8, 10, 17);
41
  private $showMarketplace = array(19);
42
  private $limitCharacterPage = array(3 => 1300, 8 => 1200, 19 => array(0 => 400, 1 => 2000)); // XING Company Page, Business Page
43
  private $requiredUrl = array(1, 3, 8, 9, 10, 19);
89
  }
90
 
91
  public function getItemHtml($data, $show_time = true, $draftData = array()) {
92
+
93
  $isDraft = (empty($draftData)) ? false : true;
94
 
95
  $this->viewMode = (isset($data->view) && !empty($data->view)) ? $data->view : null; //normal or modal(Kalendar)
141
  $htmlTags = highlight_string("<p><br><i><b><a><img>", true);
142
  $infoImage .= (in_array($data->networkId, $this->allowHtml)) ? (!empty($infoImage) ? ' | ' : '') . esc_html__('Supported HTML tags', 'blog2social') . ': ' . $htmlTags : '';
143
  $infoImage .= (in_array($data->networkId, $this->allowNoEmoji)) ? (!empty($infoImage) ? ' | ' : '') . esc_html__('Network does not support emojis', 'blog2social') . '!' : '';
144
+ $infoImage .= (in_array($data->networkId, json_decode(B2S_PLUGIN_NETWORK_NOT_ALLOW_GIF, true))) ? (!empty($infoImage) ? ' | ' : '') . esc_html__('Network does not support GIFs', 'blog2social') . '!' : '';
145
 
146
  $network_display_name = $data->network_display_name;
147
  $isRequiredTextarea = (in_array($data->networkId, $this->isCommentProfile)) ? '' : 'required="required"';
201
  $infoImage = (in_array($data->networkId, $this->allowNoImagePage)) ? esc_html__('Network does not support image for pages', 'blog2social') . '!' : '';
202
  $infoImage .= (in_array($data->networkId, $this->allowNoEmoji)) ? (!empty($infoImage) ? ' | ' : '') . esc_html__('Network does not support emojis', 'blog2social') . '!' : '';
203
  $infoImage .= (in_array($data->networkId, $this->allowNoCustomImagePage)) ? (!empty($infoImage) ? ' | ' : '') . esc_html__('Network defines image by link', 'blog2social') . '!' : '';
204
+ $infoImage .= (in_array($data->networkId, json_decode(B2S_PLUGIN_NETWORK_NOT_ALLOW_GIF, true))) ? (!empty($infoImage) ? ' | ' : '') . esc_html__('Network does not support GIFs', 'blog2social') . '!' : '';
205
+
206
  //ShortText
207
  if ($isDraft && isset($draftData['content'])) {
208
  $message = $draftData['content'];
209
  } else {
210
+ if ($data->networkId == 1 || $data->networkId == 2 || $data->networkId == 3 || $data->networkId == 12 || $data->networkId == 19) {
211
  $message = $this->getMessagebyTemplate($data);
212
  } else {
213
  if (isset($this->setShortTextPage[$data->networkId]) && (int) $this->setShortTextPage[$data->networkId] > 0) {
246
  if ($isDraft && isset($draftData['content'])) {
247
  $message = $draftData['content'];
248
  } else {
249
+ if ($data->networkId == 1 || $data->networkId == 2 || $data->networkId == 3 || $data->networkId == 12 || $data->networkId == 19) {
250
  $message = $this->getMessagebyTemplate($data);
251
  } else {
252
  if (isset($this->setShortTextGroup[$data->networkId]) && (int) $this->setShortTextGroup[$data->networkId] > 0) {
304
 
305
  $content .= '<div class="pull-right hidden-xs b2s-post-item-info-area">';
306
 
307
+ if (in_array($data->networkId, $this->setPostFormat)) {
308
  $postFormatType = ($data->networkId == 12) ? 'image' : 'post';
309
  $addCSS = (B2S_PLUGIN_USER_VERSION == 0) ? 'b2s-btn-disabled' : '';
310
  $content .= '<button class="btn btn-xs btn-link b2s-post-ship-item-post-format ' . esc_attr($addCSS) . '" data-post-wp-type="' . esc_attr($this->b2sPostType) . '" data-post-format-type="' . esc_attr($postFormatType) . '" data-network-auth-id="' . esc_attr($data->networkAuthId) . '" data-network-type="' . esc_attr($data->networkType) . '" data-network-id="' . esc_attr($data->networkId) . '" >' . esc_html__('post format', 'blog2social') . ': <span class="b2s-post-ship-item-post-format-text" data-post-format-type="' . esc_attr($postFormatType) . '" data-network-auth-id="' . esc_attr($data->networkAuthId) . '" data-network-type="' . esc_attr($data->networkType) . '" data-network-id="' . esc_attr($data->networkId) . '" ></span></button>';
311
  if (B2S_PLUGIN_USER_VERSION > 0) {
312
  $content .= '<input type="hidden" class="b2s-post-item-details-post-format form-control" name="b2s[' . esc_attr($data->networkAuthId) . '][post_format]" data-network-auth-id="' . esc_attr($data->networkAuthId) . '" data-network-id="' . esc_attr($data->networkId) . '" data-network-type="' . esc_attr($data->networkType) . '" value="0" />';
313
  } else {
314
+ if($this->viewMode != 'modal') {
315
+ $content .= '<span class="label label-success"><a target="_blank" class="btn-label-premium b2s-btn-trigger-post-ship-item-post-format" data-network-auth-id="' . esc_attr($data->networkAuthId) . '" href="#">SMART</a></span>';
316
+ }
317
  }
318
  }
319
+ if($data->networkId == 15) {
320
+ $content .= '<input type="hidden" class="b2s-post-item-details-post-format form-control" name="b2s[' . esc_attr($data->networkAuthId) . '][post_format]" data-network-auth-id="' . esc_attr($data->networkAuthId) . '" data-network-id="' . esc_attr($data->networkId) . '" data-network-type="' . esc_attr($data->networkType) . '" value="0" />';
321
+ }
322
  $content .='<span class="b2s-post-tool-area" data-network-auth-id="' . esc_attr($data->networkAuthId) . '">';
323
+ $content .= (in_array($data->networkId, $this->setPostFormat)) ? ' | ' : '';
324
  if (in_array($data->networkId, $this->getText)) {
325
  $content .= '<button class="btn btn-xs btn-link b2s-post-ship-item-full-text" data-network-id="' . esc_attr($data->networkId) . '" data-network-count="-1" data-network-auth-id="' . esc_attr($data->networkAuthId) . '" >' . esc_html__('Insert full-text', 'blog2social') . '</button> | ';
326
  }
336
 
337
  //TOS Twitter 030218
338
  if ($data->networkType == 0 && in_array($data->networkId, $this->networkTosProfile)) {
339
+ $content .='<div class="b2s-unique-content" data-network-id="' . esc_attr($data->networkId) . '" data-network-auth-id="' . esc_attr($data->networkAuthId) . '"><div class="clearfix"></div><div class="alert b2s-unique-content-alert alert-warning">' . esc_html__('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>' . esc_html__('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="' . esc_url(B2S_Tools::getSupportLink('network_tos_blog_032018')) . '" target="_blank">' . esc_html__('Learn more about this', 'blog2social') . '</a></div></div>';
340
  }
341
  //TOS Xing Group 080218
342
  if ($data->networkType == 2 && in_array($data->networkId, $this->networkTosGroup)) {
343
  $content .='<div class="b2s-content-info" data-network-id="' . esc_attr($data->networkId) . '" data-network-auth-id="' . esc_attr($data->networkAuthId) . '"><div class="clearfix"></div><div class="alert alert-warning">' . esc_html__('Please note: XING allows identical posts to be published only once within a group and no more than three times across different groups.', 'blog2social') . ' <a href="' . esc_url(B2S_Tools::getSupportLink('network_tos_blog_082018')) . '" target="_blank">' . esc_html__('Read more', 'blog2social') . '</a></div></div>';
344
  }
345
+
346
+ if ($data->networkId == 12) {
347
+ $content .='<div class="b2s-content-info" data-network-id="' . esc_attr($data->networkId) . '" data-network-auth-id="' . esc_attr($data->networkAuthId) . '" style="display:none;"><div class="clearfix"></div><div class="alert alert-warning">' . esc_html__('Instagram supports up to 30 hashtags. Please reduce the number of hashtags in your post.', 'blog2social') . '</div></div>';
348
+ $content .='<div class="b2s-unique-content" data-network-id="' . esc_attr($data->networkId) . '" data-network-auth-id="' . esc_attr($data->networkAuthId) . '"><div class="clearfix"></div><div class="alert b2s-unique-content-alert alert-warning" style="margin-bottom:10px !important;">' . esc_html__('Please keep in mind that users are not allowed to post identical or substantially similar content to multiple accounts or multiple duplicate updates on one account.', 'blog2social') . '<br><strong>' . esc_html__('Violating these rules can result in suspending your account. Always vary your content with different images, comments, hashtags or handles to prevent duplicate posts.', 'blog2social') . '</strong></div></div>';
349
+ }
350
 
351
  $content .= '<div class="b2s-post-item-details-edit-area" data-network-auth-id="' . esc_attr($data->networkAuthId) . '">';
352
  $content .= (in_array($data->networkId, $this->showBoards) || ($data->networkType == 2 && in_array($data->networkId, $this->showBoardsGroup))) ? $this->getBoardHtml($data->networkAuthId, $data->networkId) : '';
397
 
398
  public function getCustomEditArea($networkId, $networkAuthId, $networkType, $message, $isRequiredTextarea, $textareaOnKeyUp, $limit, $limitValue, $imageUrl = null) {
399
  $meta = array();
400
+ if ($networkId == 1 || ($networkId == 8 && $networkType == 0) || $networkId == 19 || $networkId == 3 || $networkId == 2 || $networkId == 15) {
401
  if (trim(strtolower($this->postStatus)) == 'publish' || $this->b2sPostType == 'ex') {
402
  //is calendar edit => scrape post url and not custom post url by override from edit function for meta tags!
403
  //$editPostUrl = $this->viewMode == 'modal') ? (get_permalink($this->postData->ID) !== false ? get_permalink($this->postData->ID) : $this->postData->guid) : $this->postUrl;
434
  if (B2S_PLUGIN_USER_VERSION > 0) {
435
  $edit .= '<button data-network-count="-1" data-network-auth-id="' . esc_attr($networkAuthId) . '" data-meta-type="og" data-meta-origin="ship" class=" btn btn-xs hidden-xs btn-link b2s-load-info-meta-tag-modal">' . esc_html__('Info: Change Open Graph Meta tags image, title and description for this network', 'blog2social') . '</button>';
436
  } else {
437
+ $edit .= '<a target="_blank" class="btn-label-premium btn-label-premium-xs b2s-load-info-meta-tag-modal" data-meta-type="og" data-meta-origin="ship" href="#"><span class="label label-success">SMART</span></a>';
438
  $edit .= '<a href="#" class="btn btn-link btn-xs b2s-load-info-meta-tag-modal" data-meta-type="og" data-meta-origin="ship">' . esc_html__('You want to change your link image, link title and link description for this network? Click here.', 'blog2social') . '</a> ';
439
  }
440
+ $edit .= '<input type="text" class="form-control og-url-title b2s-post-item-details-preview-title change-meta-tag og_title" placeholder="' . esc_attr__('OG Meta title', 'blog2social') . '" name="b2s[' . esc_attr($networkAuthId) . '][og_title]" data-meta="og_title" data-meta-type="og" data-network-auth-id="' . esc_attr($networkAuthId) . '" value="' . esc_attr((isset($meta['title']) && !empty($meta['title']) ? $meta['title'] : '')) . '" />';
441
+ $edit .= '<input type="text" class="form-control og-url-desc b2s-post-item-details-preview-desc change-meta-tag og_desc" placeholder="' . esc_attr__('OG Meta description', 'blog2social') . '" name="b2s[' . esc_attr($networkAuthId) . '][og_desc]" data-meta="og_desc" data-meta-type="og" data-network-auth-id="' . esc_attr($networkAuthId) . '" value="' . esc_attr((isset($meta['description']) && !empty($meta['description']) ? $meta['description'] : '')) . '" />';
442
+ $edit .= $this->getUrlHtml($networkId, $networkType, $networkAuthId, $limit, $limitValue, true, 'og-url-input', true, $imageUrl);
443
  $edit .= '</div>';
444
  $edit .= '</div>';
445
  }
458
  if (B2S_PLUGIN_USER_VERSION > 0) {
459
  $edit .= '<button data-network-auth-id="' . esc_attr($networkAuthId) . '" data-meta-type="card" data-meta-origin="ship" class=" btn btn-xs hidden-xs btn-link b2s-load-info-meta-tag-modal">' . esc_html__('Info: Change Card Meta tags image, title and description for this network', 'blog2social') . '</button>';
460
  } else {
461
+ $edit .= '<a target="_blank" class="btn-label-premium btn-label-premium-xs b2s-load-info-meta-tag-modal" data-meta-type="card" data-meta-origin="ship" href="#"><span class="label label-success">SMART</span></a>';
462
  $edit .= '<a href="#" class="btn btn-link btn-xs b2s-load-info-meta-tag-modal" data-meta-type="card" data-meta-origin="ship">' . esc_html__('You want to change your link image, link title and link description for this network? Click here.', 'blog2social') . '</a> ';
463
  }
464
  $edit .= '<input type="text" readonly class="form-control tw-url-title b2s-post-item-details-preview-title change-meta-tag card_title" placeholder="' . esc_attr__('Card Meta title', 'blog2social') . '" name="b2s[' . esc_attr($networkAuthId) . '][card_title]" data-meta="card_title" data-meta-type="card" data-network-auth-id="' . esc_attr($networkAuthId) . '" value="' . esc_attr((isset($meta['title']) && !empty($meta['title']) ? $meta['title'] : '')) . '" />';
476
  $edit .= '<img src="' . esc_url((isset($meta['image']) && !empty($meta['image']) ? $meta['image'] : $this->defaultImage)) . '" class="linkedin-url-image b2s-post-item-details-url-image center-block img-responsive" data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-image-change="1" data-network-auth-id="' . esc_attr($networkAuthId) . '">';
477
  $edit .= '<input type="hidden" class="b2s-image-url-hidden-field form-control" data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" value="' . esc_attr(($imageUrl ? $imageUrl : "")) . '" name="b2s[' . esc_attr($networkAuthId) . '][image_url]">';
478
  $edit .= '<div class="clearfix"></div>';
479
+ $edit .= '<button class="btn btn-link btn-xs center-block b2s-select-image-modal-open" data-meta-type="og" data-network-count="-1" data-meta-type="og" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" data-post-id="' . esc_attr($this->postId) . '" data-image-url="' . esc_attr($imageUrl) . '">' . esc_html__('Change image', 'blog2social') . '</button>';
480
  $edit .= '</div>';
481
  $edit .= '<div class="' . ((isset($this->viewMode) && $this->viewMode == 'modal') ? 'col-xs-12"' : 'col-xs-12 col-sm-7 col-lg-9 b2s-post-original-area" data-network-auth-id="' . esc_attr($networkAuthId) . '"') . '>';
482
+ if (B2S_PLUGIN_USER_VERSION > 0) {
483
+ $edit .= '<button data-network-count="-1" data-network-auth-id="' . esc_attr($networkAuthId) . '" data-meta-type="og" data-meta-origin="ship" class=" btn btn-xs hidden-xs btn-link b2s-load-info-meta-tag-modal">' . esc_html__('Info: Change Open Graph Meta tags image, title and description for this network', 'blog2social') . '</button>';
484
+ } else {
485
+ $edit .= '<a target="_blank" class="btn-label-premium btn-label-premium-xs b2s-load-info-meta-tag-modal" data-meta-type="og" data-meta-origin="ship" href="#"><span class="label label-success">SMART</span></a>';
486
+ $edit .= '<a href="#" class="btn btn-link btn-xs b2s-load-info-meta-tag-modal" data-meta-type="og" data-meta-origin="ship">' . esc_html__('You want to change your link image, link title and link description for this network? Click here.', 'blog2social') . '</a> ';
487
+ }
488
+ $edit .= '<input type="text" class="form-control og-url-title b2s-post-item-details-preview-title change-meta-tag og_title" placeholder="' . esc_attr__('OG Meta title', 'blog2social') . '" name="b2s[' . esc_attr($networkAuthId) . '][og_title]" data-meta="og_title" data-meta-type="og" data-network-auth-id="' . esc_attr($networkAuthId) . '" value="' . esc_attr((isset($meta['title']) && !empty($meta['title']) ? $meta['title'] : '')) . '" />';
489
+ $edit .= '<input type="text" class="form-control og-url-desc b2s-post-item-details-preview-desc change-meta-tag og_desc" placeholder="' . esc_attr__('OG Meta description', 'blog2social') . '" name="b2s[' . esc_attr($networkAuthId) . '][og_desc]" data-meta="og_desc" data-meta-type="og" data-network-auth-id="' . esc_attr($networkAuthId) . '" value="' . esc_attr((isset($meta['description']) && !empty($meta['description']) ? $meta['description'] : '')) . '" />';
490
+ $edit .= $this->getUrlHtml($networkId, $networkType, $networkAuthId, $limit, $limitValue, true, 'og-url-input', true);
491
  $edit .= '</div>';
492
  $edit .= '</div>';
493
  }
494
 
495
+ if (($networkId == 8 || $networkId == 19)) {
496
  $edit = '<textarea class="form-control xing-textarea-input b2s-post-item-details-item-message-input ' . (in_array($networkId, $this->allowHtml) ? 'b2s-post-item-details-item-message-input-allow-html' : '') . '"data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-text-limit="' . esc_attr($limitValue) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" placeholder="' . esc_attr__('Write something about your post...', 'blog2social') . '" name="b2s[' . esc_attr($networkAuthId) . '][content]" ' . $isRequiredTextarea . ' ' . $textareaOnKeyUp . '>' . esc_html($message) . '</textarea>';
497
  $edit .= '<div class="row">';
498
  $edit .= '<div class="' . ((isset($this->viewMode) && $this->viewMode == 'modal') ? 'col-xs-12' : 'col-xs-12 col-sm-5 col-lg-3') . '">';
500
  $edit .= '<img src="' . esc_url((isset($meta['image']) && !empty($meta['image']) ? $meta['image'] : $this->defaultImage)) . '" class="xing-url-image b2s-post-item-details-url-image center-block img-responsive" data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-image-change="1" data-network-auth-id="' . esc_attr($networkAuthId) . '">';
501
  $edit .= '<input type="hidden" class="b2s-image-url-hidden-field form-control" data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" value="' . esc_attr(($imageUrl ? $imageUrl : "")) . '" name="b2s[' . esc_attr($networkAuthId) . '][image_url]">';
502
  $edit .= '<div class="clearfix"></div>';
503
+ $edit .= '<button class="btn btn-link btn-xs center-block b2s-select-image-modal-open" data-meta-type="og" data-network-count="-1" data-meta-type="og" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" data-post-id="' . esc_attr($this->postId) . '" data-image-url="' . esc_attr($imageUrl) . '">' . esc_html__('Change image', 'blog2social') . '</button>';
504
+ $edit .= '</div>';
505
+ $edit .= '<div class="' . ((isset($this->viewMode) && $this->viewMode == 'modal') ? 'col-xs-12"' : 'col-xs-12 col-sm-7 col-lg-9 b2s-post-original-area" data-network-auth-id="' . esc_attr($networkAuthId) . '"') . '>';
506
+ if (B2S_PLUGIN_USER_VERSION > 0) {
507
+ $edit .= '<button data-network-count="-1" data-network-auth-id="' . esc_attr($networkAuthId) . '" data-meta-type="og" data-meta-origin="ship" class=" btn btn-xs hidden-xs btn-link b2s-load-info-meta-tag-modal">' . esc_html__('Info: Change Open Graph Meta tags image, title and description for this network', 'blog2social') . '</button>';
508
+ } else {
509
+ $edit .= '<a target="_blank" class="btn-label-premium btn-label-premium-xs b2s-load-info-meta-tag-modal" data-meta-type="og" data-meta-origin="ship" href="#"><span class="label label-success">SMART</span></a>';
510
+ $edit .= '<a href="#" class="btn btn-link btn-xs b2s-load-info-meta-tag-modal" data-meta-type="og" data-meta-origin="ship">' . esc_html__('You want to change your link image, link title and link description for this network? Click here.', 'blog2social') . '</a> ';
511
+ }
512
+ $edit .= '<input type="text" class="form-control og-url-title b2s-post-item-details-preview-title change-meta-tag og_title" placeholder="' . esc_attr__('OG Meta title', 'blog2social') . '" name="b2s[' . esc_attr($networkAuthId) . '][og_title]" data-meta="og_title" data-meta-type="og" data-network-auth-id="' . esc_attr($networkAuthId) . '" value="' . esc_attr((isset($meta['title']) && !empty($meta['title']) ? $meta['title'] : '')) . '" />';
513
+ $edit .= '<input type="text" class="form-control og-url-desc b2s-post-item-details-preview-desc change-meta-tag og_desc" placeholder="' . esc_attr__('OG Meta description', 'blog2social') . '" name="b2s[' . esc_attr($networkAuthId) . '][og_desc]" data-meta="og_desc" data-meta-type="og" data-network-auth-id="' . esc_attr($networkAuthId) . '" value="' . esc_attr((isset($meta['description']) && !empty($meta['description']) ? $meta['description'] : '')) . '" />';
514
+ $edit .= $this->getUrlHtml($networkId, $networkType, $networkAuthId, $limit, $limitValue, true, 'og-url-input', true);
515
+ $edit .= '</div>';
516
+ $edit .= '</div>';
517
+ }
518
+ if (($networkId == 15)) {
519
+ $edit = '<textarea class="form-control reddit-textarea-input b2s-post-item-details-item-message-input ' . (in_array($networkId, $this->allowHtml) ? 'b2s-post-item-details-item-message-input-allow-html' : '') . '"data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-text-limit="' . esc_attr($limitValue) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" placeholder="' . esc_attr__('Write something about your post...', 'blog2social') . '" name="b2s[' . esc_attr($networkAuthId) . '][content]" ' . $isRequiredTextarea . ' ' . $textareaOnKeyUp . '>' . esc_html($message) . '</textarea>';
520
+ $edit .= '<div class="row">';
521
+ $edit .= '<div class="' . ((isset($this->viewMode) && $this->viewMode == 'modal') ? 'col-xs-12' : 'col-xs-12 col-sm-5 col-lg-3') . '">';
522
+ $edit .= '<button class="btn btn-primary btn-circle b2s-image-remove-btn" data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" ' . ($imageUrl ? '' : 'style="display:none"') . '><i class="glyphicon glyphicon-trash"></i></button>';
523
+ $edit .= '<img src="' . esc_url((isset($meta['image']) && !empty($meta['image']) ? $meta['image'] : $this->defaultImage)) . '" class="reddit-url-image b2s-post-item-details-url-image center-block img-responsive" data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-image-change="1" data-network-auth-id="' . esc_attr($networkAuthId) . '">';
524
+ $edit .= '<input type="hidden" class="b2s-image-url-hidden-field form-control" data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" value="' . esc_attr(($imageUrl ? $imageUrl : "")) . '" name="b2s[' . esc_attr($networkAuthId) . '][image_url]">';
525
+ $edit .= '<div class="clearfix"></div>';
526
+ $edit .= '<button class="btn btn-link btn-xs center-block b2s-select-image-modal-open" data-meta-type="og" data-network-count="-1" data-meta-type="og" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" data-post-id="' . esc_attr($this->postId) . '" data-image-url="' . esc_attr($imageUrl) . '">' . esc_html__('Change image', 'blog2social') . '</button>';
527
  $edit .= '</div>';
528
  $edit .= '<div class="' . ((isset($this->viewMode) && $this->viewMode == 'modal') ? 'col-xs-12"' : 'col-xs-12 col-sm-7 col-lg-9 b2s-post-original-area" data-network-auth-id="' . esc_attr($networkAuthId) . '"') . '>';
529
+ if (B2S_PLUGIN_USER_VERSION > 0) {
530
+ $edit .= '<button data-network-count="-1" data-network-auth-id="' . esc_attr($networkAuthId) . '" data-meta-type="og" data-meta-origin="ship" class=" btn btn-xs hidden-xs btn-link b2s-load-info-meta-tag-modal">' . esc_html__('Info: Change Open Graph Meta tags image, title and description for this network', 'blog2social') . '</button>';
531
+ } else {
532
+ $edit .= '<a target="_blank" class="btn-label-premium btn-label-premium-xs b2s-load-info-meta-tag-modal" data-meta-type="og" data-meta-origin="ship" href="#"><span class="label label-success">SMART</span></a>';
533
+ $edit .= '<a href="#" class="btn btn-link btn-xs b2s-load-info-meta-tag-modal" data-meta-type="og" data-meta-origin="ship">' . esc_html__('You want to change your link image, link title and link description for this network? Click here.', 'blog2social') . '</a> ';
534
+ }
535
+ $edit .= '<input type="text" class="form-control og-url-title b2s-post-item-details-preview-title change-meta-tag og_title" placeholder="' . esc_attr__('OG Meta title', 'blog2social') . '" name="b2s[' . esc_attr($networkAuthId) . '][og_title]" data-meta="og_title" data-meta-type="og" data-network-auth-id="' . esc_attr($networkAuthId) . '" value="' . esc_attr((isset($meta['title']) && !empty($meta['title']) ? $meta['title'] : '')) . '" />';
536
+ $edit .= '<input type="text" class="form-control og-url-desc b2s-post-item-details-preview-desc change-meta-tag og_desc" placeholder="' . esc_attr__('OG Meta description', 'blog2social') . '" name="b2s[' . esc_attr($networkAuthId) . '][og_desc]" data-meta="og_desc" data-meta-type="og" data-network-auth-id="' . esc_attr($networkAuthId) . '" value="' . esc_attr((isset($meta['description']) && !empty($meta['description']) ? $meta['description'] : '')) . '" />';
537
+ $edit .= $this->getUrlHtml($networkId, $networkType, $networkAuthId, $limit, $limitValue, true, 'og-url-input', true);
538
  $edit .= '</div>';
539
  $edit .= '</div>';
540
  }
541
  } else {
542
+ $edit = '<textarea class="form-control b2s-post-item-details-item-message-input ' . (in_array($networkId, $this->allowHtml) ? 'b2s-post-item-details-item-message-input-allow-html' : '') . '"data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-text-limit="' . esc_attr($limitValue) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" placeholder="' . esc_attr__('Write something about your post...', 'blog2social') . '" name="b2s[' . esc_attr($networkAuthId) . '][content]" ' . $isRequiredTextarea . ' ' . $textareaOnKeyUp . ' '.(($networkId == 12) ? 'unique="currency"' : '').'>' . esc_html($message) . '</textarea>';
543
 
544
  //EDIT Function - Calendar
545
  $meta = $this->hook_meta(array());
553
  }
554
 
555
  public function getCustomEditSchedArea($schedCount = 0, $networkId, $networkAuthId, $networkType, $message, $isRequiredTextarea, $textareaOnKeyUp, $limit, $limitValue, $infoArea, $imageUrl = null) {
556
+ if ($networkId == 1 || ($networkId == 8 && $networkType == 0) || $networkId == 19 || $networkId == 3 || $networkId == 2 || $networkId == 15) {
557
  if ($networkId == 1) {
558
  $edit = '<div class="row"><br>';
559
  $edit .= '<div class="col-xs-12 col-sm-5 col-lg-3">';
573
  if ($networkId == 2) {
574
  $edit = '<div class="row"><br>';
575
  //TOS Twitter 032018
576
+ $edit .='<div class="b2s-unique-content col-xs-12" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '"><div class="clearfix"></div><div class="alert b2s-unique-content-alert alert-warning">' . esc_html__('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>' . esc_html__('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="' . esc_url(B2S_Tools::getSupportLink('network_tos_blog_032018')) . '" target="_blank">' . esc_html__('Learn more about this', 'blog2social') . '</a></div><br></div>';
577
  $edit .= '<div class="col-xs-12 col-sm-5 col-lg-3">';
578
  $edit .= '<button class="btn btn-primary btn-circle b2s-image-remove-btn" data-network-id="' . esc_attr($networkId) . '" data-network-count="' . esc_attr($schedCount) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" ' . ($imageUrl ? '' : 'style="display:none"') . '><i class="glyphicon glyphicon-trash"></i></button>';
579
  $edit .= '<img src="' . esc_url($this->defaultImage) . '" class="tw-url-image b2s-post-item-details-url-image center-block img-responsive" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-image-change="1" data-network-auth-id="' . esc_attr($networkAuthId) . '">';
595
  $edit .= '<img src="' . esc_url($this->defaultImage) . '" class="linkedin-url-image b2s-post-item-details-url-image center-block img-responsive" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-image-change="1" data-network-auth-id="' . esc_attr($networkAuthId) . '">';
596
  $edit .= '<input type="hidden" class="b2s-image-url-hidden-field form-control" data-network-count="' . esc_attr($schedCount) . '" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" value="' . esc_attr(($imageUrl ? $imageUrl : "")) . '" name="b2s[' . esc_attr($networkAuthId) . '][sched_image_url][' . esc_attr($schedCount) . ']">';
597
  $edit .= '<div class="clearfix"></div>';
598
+ $edit .= '<button class="btn btn-link btn-xs center-block b2s-select-image-modal-open" data-meta-type="og" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" data-post-id="' . esc_attr($this->postId) . '" data-image-url="' . esc_attr($imageUrl) . '">' . esc_html__('Change image', 'blog2social') . '</button>';
599
  $edit .= '</div>';
600
  $edit .= '<div class="col-xs-12 col-sm-7 col-lg-9">';
601
  $edit .= $infoArea;
604
  $edit .= '</div>';
605
  }
606
 
607
+ if ($networkId == 8 || $networkId == 19) {
608
  $edit = '<div class="row"><br>';
609
  $edit .= '<div class="col-xs-12 col-sm-5 col-lg-3">';
610
  $edit .= '<button class="btn btn-primary btn-circle b2s-image-remove-btn" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" ' . ($imageUrl ? '' : 'style="display:none"') . '><i class="glyphicon glyphicon-trash"></i></button>';
611
  $edit .= '<img src="' . esc_url($this->defaultImage) . '" class="xing-url-image b2s-post-item-details-url-image center-block img-responsive" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-image-change="1" data-network-auth-id="' . esc_attr($networkAuthId) . '">';
612
  $edit .= '<input type="hidden" class="b2s-image-url-hidden-field form-control" data-network-count="' . esc_attr($schedCount) . '" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" value="' . esc_attr(($imageUrl ? $imageUrl : "")) . '" name="b2s[' . esc_attr($networkAuthId) . '][sched_image_url][' . esc_attr($schedCount) . ']">';
613
  $edit .= '<div class="clearfix"></div>';
614
+ $edit .= '<button class="btn btn-link btn-xs center-block b2s-select-image-modal-open" data-meta-type="og" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" data-post-id="' . esc_attr($this->postId) . '" data-image-url="' . esc_attr($imageUrl) . '">' . esc_html__('Change image', 'blog2social') . '</button>';
615
  $edit .= '</div>';
616
  $edit .= '<div class="col-xs-12 col-sm-7 col-lg-9">';
617
  $edit .= $infoArea;
619
  $edit .= '</div>';
620
  $edit .= '</div>';
621
  }
622
+
623
+ if ($networkId == 15) {
624
+ $edit = '<div class="row"><br>';
625
+ $edit .= '<div class="col-xs-12 col-sm-5 col-lg-3">';
626
+ $edit .= '<button class="btn btn-primary btn-circle b2s-image-remove-btn" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" ' . ($imageUrl ? '' : 'style="display:none"') . '><i class="glyphicon glyphicon-trash"></i></button>';
627
+ $edit .= '<img src="' . esc_url($this->defaultImage) . '" class="reddit-url-image b2s-post-item-details-url-image center-block img-responsive" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-image-change="1" data-network-auth-id="' . esc_attr($networkAuthId) . '">';
628
+ $edit .= '<input type="hidden" class="b2s-image-url-hidden-field form-control" data-network-count="' . esc_attr($schedCount) . '" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" value="' . esc_attr(($imageUrl ? $imageUrl : "")) . '" name="b2s[' . esc_attr($networkAuthId) . '][sched_image_url][' . esc_attr($schedCount) . ']">';
629
+ $edit .= '<div class="clearfix"></div>';
630
+ $edit .= '<button class="btn btn-link btn-xs center-block b2s-select-image-modal-open" data-meta-type="og" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" data-post-id="' . esc_attr($this->postId) . '" data-image-url="' . esc_attr($imageUrl) . '">' . esc_html__('Change image', 'blog2social') . '</button>';
631
+ $edit .= '</div>';
632
+ $edit .= '<div class="col-xs-12 col-sm-7 col-lg-9">';
633
+ $edit .= $infoArea;
634
+ $edit .= '<textarea disabled="disabled" class="form-control reddit-textarea-input b2s-post-item-sched-customize-text b2s-post-item-details-item-message-input ' . (in_array($networkId, $this->allowHtml) ? 'b2s-post-item-details-item-message-input-allow-html' : '') . '" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-text-limit="' . esc_attr($limitValue) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" placeholder="' . esc_html__('Write something about your post...', 'blog2social') . '" name="b2s[' . esc_attr($networkAuthId) . '][sched_content][' . esc_attr($schedCount) . ']" ' . $isRequiredTextarea . ' ' . $textareaOnKeyUp . '>' . esc_html($message) . '</textarea>';
635
+ $edit .= '</div>';
636
+ $edit .= '</div>';
637
+ }
638
  } else {
639
  $edit = '<div class="row"><br>';
640
  if ((in_array($networkId, $this->showImageAreaProfile) && $networkType == 0) || (in_array($networkId, $this->showImageAreaPage) && $networkType == 1) || (in_array($networkId, $this->showImageAreaGroup) && $networkType == 2)) {
643
  $edit .= '<img src="' . esc_url($this->defaultImage) . '" class="b2s-post-item-details-url-image center-block img-responsive b2s-image-border" data-network-id="' . esc_attr($networkId) . '" data-network-count="' . esc_attr($schedCount) . '" data-network-image-change="1" data-network-auth-id="' . esc_attr($networkAuthId) . '">';
644
  $edit .= '<input type="hidden" class="b2s-image-url-hidden-field form-control" data-network-count="' . esc_attr($schedCount) . '" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" value="' . esc_attr(($imageUrl ? $imageUrl : "")) . '" name="b2s[' . esc_attr($networkAuthId) . '][sched_image_url][' . esc_attr($schedCount) . ']">';
645
  $edit .= '<div class="clearfix"></div>';
646
+ $edit .= '<button class="btn btn-link btn-xs center-block b2s-select-image-modal-open" '.((in_array($networkId, json_decode(B2S_PLUGIN_NETWORK_META_TAGS, true)['og'])) ? 'data-meta-type="og"' : '').' data-network-id="' . esc_attr($networkId) . '" data-network-count="' . esc_attr($schedCount) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" data-post-id="' . esc_attr($this->postId) . '" data-image-url="' . esc_attr($imageUrl) . '">' . esc_html__('Change image', 'blog2social') . '</button>';
647
  $edit .= '</div>';
648
  $edit .= '<div class="col-xs-12 col-sm-7 col-lg-9">';
649
  $edit .= $infoArea;
650
+ $edit .= '<textarea disabled="disabled" class="form-control b2s-post-item-sched-customize-text b2s-post-item-details-item-message-input ' . (in_array($networkId, $this->allowHtml) ? 'b2s-post-item-details-item-message-input-allow-html' : '') . '" data-network-count="' . esc_attr($schedCount) . '" data-network-text-limit="' . esc_attr($limitValue) . '" data-network-id="' . esc_attr($networkId) . '" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" placeholder="' . esc_attr__('Write something about your post...', 'blog2social') . '" name="b2s[' . esc_attr($networkAuthId) . '][sched_content][' . esc_attr($schedCount) . ']" ' . $isRequiredTextarea . ' ' . $textareaOnKeyUp . ' '.(($networkId == 12) ? 'unique="currency"' : '').'>' . esc_html($message) . '</textarea>';
651
  $edit .= '</div>';
652
  } else {
653
  $edit .= '<div class="col-xs-12">';
654
  $edit .= $infoArea;
655
+ $edit .= '<textarea disabled="disabled" class="form-control b2s-post-item-sched-customize-text b2s-post-item-details-item-message-input ' . (in_array($networkId, $this->allowHtml) ? 'b2s-post-item-details-item-message-input-allow-html' : '') . '" data-network-count="' . esc_attr($schedCount) . '" data-network-text-limit="' . esc_attr($limitValue) . '" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" placeholder="' . esc_attr__('Write something about your post...', 'blog2social') . '" name="b2s[' . esc_attr($networkAuthId) . '][sched_content][' . esc_attr($schedCount) . '] ' . $isRequiredTextarea . ' ' . $textareaOnKeyUp . ' '.(($networkId == 12) ? 'unique="currency"' : '').'>' . esc_html($message) . '</textarea>';
656
  $edit .= '</div>';
657
  }
658
  $edit .= '</div>';
677
  $url .= '<input type="hidden" class="b2s-image-url-hidden-field form-control" data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" value="' . esc_attr((($imageUrl != null) ? $imageUrl : "")) . '" name="b2s[' . esc_attr($networkAuthId) . '][image_url]">';
678
  $url .= '</div>';
679
  $url .= '<div class="clearfix"></div>';
680
+ $url .= '<button class="btn btn-link btn-xs center-block b2s-select-image-modal-open" data-network-count="-1" '.((in_array($networkId, json_decode(B2S_PLUGIN_NETWORK_META_TAGS, true)['og'])) ? 'data-meta-type="og"' : '').' data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" data-post-id="' . esc_attr($this->postId) . '" data-image-url="' . esc_attr($imageUrl) . '">' . esc_html__('Change image', 'blog2social') . '</button></div>';
681
  $url .= '<div class="' . ((isset($this->viewMode) && $this->viewMode == 'modal') ? 'col-xs-12"' : 'col-xs-12 col-sm-7 col-lg-9 b2s-post-original-area" data-network-auth-id="' . esc_attr($networkAuthId) . '"') . '>';
682
  }
683
 
803
  $relay = '<div class="form-group b2s-post-relay-area-select pull-left"><div class="checkbox checbox-switch switch-success"><label>';
804
  $relay .='<input type="checkbox" class="b2s-post-item-details-relay form-control" data-user-version="' . esc_attr(B2S_PLUGIN_USER_VERSION) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" name="b2s[' . esc_attr($networkAuthId) . '][post_relay]" value="1"/>';
805
  $relay .='<span></span>';
806
+ $relay .= esc_html__('Enable Retweets for all Tweets with the selected profile', 'blog2social') . ' <a href="#" class="btn-xs hidden-sm b2sInfoPostRelayModalBtn">' . esc_html__('Info', 'blog2social') . '</a>';
807
  $relay .=' </label></div></div>';
808
  return $relay;
809
  }
862
  $shipping .= '<select name="b2s[' . esc_attr($networkAuthId) . '][releaseSelect]" data-user-version="' . esc_attr(B2S_PLUGIN_USER_VERSION) . '" data-network-type="' . esc_attr($networkTyp) . '" data-network-customize-content="' . (in_array($networkId, $this->allowSchedCustomizeContent) ? 1 : 0) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" class="form-control b2s-select b2s-post-item-details-release-input-date-select ' . (B2S_PLUGIN_USER_VERSION == 0 ? 'b2s-post-item-details-release-input-date-select-reset' : '') . '" >';
863
  $shipping .= '<option value="0" ' . $isSelectedNow . '>' . esc_html__('Share Now', 'blog2social') . '</option>';
864
 
865
+ $isPremium = (B2S_PLUGIN_USER_VERSION == 0) ? ' [' . esc_html__("SMART", "blog2social") . ']' : '';
866
  $shipping .= '<option value="1" ' . $isSelectedSched . '>' . esc_html__('Schedule for specific dates', 'blog2social') . $isPremium . '</option>';
867
 
868
  $shipping .= ($showSchedRegularly) ? '<option value="2">' . esc_html__('Schedule Recurrent Post', 'blog2social') . $isPremium . '</option>' : '';
includes/B2S/Ship/Navbar.php CHANGED
@@ -76,7 +76,7 @@ class B2S_Ship_Navbar {
76
  }
77
 
78
  $content = '<li class="b2s-sidbar-wrapper-nav-li i" data-mandant-id=\'' . json_encode($mandantIds) . '\' data-mandant-default-id="' . esc_attr($data->mandantId) . '">';
79
- $content .= '<div class="b2s-network-select-btn ' . (($data->expiredDate != '0000-00-00' && $data->expiredDate <= date('Y-m-d')) ? 'b2s-network-select-btn-deactivate" ' . $onclick : '"') . ' data-instant-sharing="'.esc_attr((isset($data->instant_sharing) ? (int)$data->instant_sharing : 0)).'" data-network-auth-id="' . esc_attr($data->networkAuthId) . '" data-network-type="' . esc_attr($data->networkType) . '" data-network-kind="' . esc_attr($data->networkKind) . '" data-network-id = "' . esc_attr($data->networkId) . '" data-network-tos-group-id="'.esc_attr($data->networkTosGroupId).'" data-network-display-name="' . esc_attr(strtolower($data->networkUserName)) . '">';
80
  $content .= '<div class="b2s-network-list">';
81
  $content .= '<div class="b2s-network-thumb">';
82
  $content .= '<img alt="" src="' . esc_url(plugins_url('/assets/images/portale/' . $data->networkId . '_flat.png', B2S_PLUGIN_FILE)) . '">';
76
  }
77
 
78
  $content = '<li class="b2s-sidbar-wrapper-nav-li i" data-mandant-id=\'' . json_encode($mandantIds) . '\' data-mandant-default-id="' . esc_attr($data->mandantId) . '">';
79
+ $content .= '<div class="b2s-network-select-btn ' . (($data->expiredDate != '0000-00-00' && $data->expiredDate <= date('Y-m-d')) ? 'b2s-network-select-btn-deactivate" ' . $onclick : '"') . ' data-instant-sharing="'.esc_attr((isset($data->instant_sharing) ? (int)$data->instant_sharing : 0)).'" data-network-auth-id="' . esc_attr($data->networkAuthId) . '" data-network-type="' . esc_attr($data->networkType) . '" data-network-kind="' . esc_attr($data->networkKind) . '" data-network-id = "' . esc_attr($data->networkId) . '" data-network-tos-group-id="'.esc_attr($data->networkTosGroupId).'" data-network-display-name="' . esc_attr(strtolower($data->networkUserName)) . '" ' . (in_array($data->networkId, array(1, 3, 15, 19)) ? 'data-meta-type="og"' : '') . '>';
80
  $content .= '<div class="b2s-network-list">';
81
  $content .= '<div class="b2s-network-thumb">';
82
  $content .= '<img alt="" src="' . esc_url(plugins_url('/assets/images/portale/' . $data->networkId . '_flat.png', B2S_PLUGIN_FILE)) . '">';
includes/B2S/Ship/Portale.php CHANGED
@@ -29,16 +29,16 @@ class B2S_Ship_Portale {
29
  $b2sAuthUrl = $this->authurl . '&portal_id=' . $portal->id . '&transfer=' . (in_array($portal->id, $this->oAuthPortal) ? 'oauth' : 'form' ) . '&version=3&affiliate_id=' . B2S_Tools::getAffiliateId();
30
  if (in_array($portal->id, $this->allowGroup)) {
31
  $name = ($portal->id == 11) ? esc_html__('Publication', 'blog2social') : esc_html__('Group', 'blog2social');
32
- $html .= (B2S_PLUGIN_USER_VERSION > 1 || (B2S_PLUGIN_USER_VERSION == 1 && $portal->id != 8)) ? ('<button onclick="wop(\'' . $b2sAuthUrl . '&choose=group\', \'Blog2Social Network\'); return false;" class="btn btn-primary btn-sm b2s-network-list-add-btn">+ ' . $name . '</button>') : '<button type="button" class="btn btn-primary btn-sm b2s-network-list-add-btn b2s-network-list-add-btn-profeature b2s-btn-disabled" data-type="auth-network" data-title="' . esc_html__('You want to connect a social media group?', 'blog2social') . '" data-toggle="modal" data-target="#' . ((B2S_PLUGIN_USER_VERSION == 0) ? 'b2sPreFeatureModal' : 'b2sProFeatureModal') . '">+ ' . esc_html__('Group', 'blog2social') . ' <span class="label label-success">' . esc_html__("PREMIUM", "blog2social") . '</a></button>';
33
  }
34
  if (in_array($portal->id, $this->allowPage)) {
35
- $html .= (B2S_PLUGIN_USER_VERSION > 1 || (B2S_PLUGIN_USER_VERSION == 0 && $portal->id == 1) || (B2S_PLUGIN_USER_VERSION == 1 && ($portal->id == 1 || $portal->id == 10))) ? ('<button onclick="wop(\'' . $b2sAuthUrl . '&choose=page\', \'Blog2Social Network\'); return false;" class="btn btn-primary btn-sm b2s-network-list-add-btn">+ ' . esc_html__('Page', 'blog2social') . '</button>') : '<button type="button" class="btn btn-primary btn-sm b2s-network-list-add-btn b2s-network-list-add-btn-profeature b2s-btn-disabled" data-title="' . esc_html__('You want to connect a network page?', 'blog2social') . '" data-type="auth-network" data-toggle="modal" data-target="#' . ((B2S_PLUGIN_USER_VERSION == 0) ? 'b2sPreFeatureModal' : 'b2sProFeatureModal') . '">+ ' . esc_html__('Page', 'blog2social') . ' <span class="label label-success">' . esc_html__("PREMIUM", "blog2social") . '</a></button>';
36
  }
37
  if (in_array($portal->id, $this->allowProfil)) {
38
  if($portal->id == 6) {
39
  $html .= '<a href="#" class="btn btn-primary btn-sm b2s-network-list-add-btn" data-auth-method="client">+ ' . esc_html__('Profile', 'blog2social') . '</a>';
40
  } else {
41
- $html .= ($portal->id != 18 || (B2S_PLUGIN_USER_VERSION >= 2 && $portal->id == 18)) ? ('<a href="#" onclick="wop(\'' . $b2sAuthUrl . '&choose=profile\', \'Blog2Social Network\'); return false;" class="btn btn-primary btn-sm b2s-network-list-add-btn">+ ' . esc_html__('Profile', 'blog2social') . '</a>') : '<button type="button" class="btn btn-primary btn-sm b2s-network-list-add-btn b2s-network-list-add-btn-profeature b2s-btn-disabled" data-title="' . esc_html__('You want to connect a network profile?', 'blog2social') . '" data-type="auth-network" data-toggle="modal" data-target="#b2sProFeatureModal">+ ' . esc_html__('Profile', 'blog2social') . ' <span class="label label-success">' . esc_html__("PREMIUM", "blog2social") . '</a></button>';
42
  }
43
  }
44
  $html .= '</li>';
29
  $b2sAuthUrl = $this->authurl . '&portal_id=' . $portal->id . '&transfer=' . (in_array($portal->id, $this->oAuthPortal) ? 'oauth' : 'form' ) . '&version=3&affiliate_id=' . B2S_Tools::getAffiliateId();
30
  if (in_array($portal->id, $this->allowGroup)) {
31
  $name = ($portal->id == 11) ? esc_html__('Publication', 'blog2social') : esc_html__('Group', 'blog2social');
32
+ $html .= (B2S_PLUGIN_USER_VERSION > 1) ? ('<button onclick="wop(\'' . $b2sAuthUrl . '&choose=group\', \'Blog2Social Network\'); return false;" class="btn btn-primary btn-sm b2s-network-list-add-btn">+ ' . $name . '</button>') : '<button type="button" class="btn btn-primary btn-sm b2s-network-list-add-btn b2s-network-list-add-btn-profeature b2s-btn-disabled b2sProFeatureModalBtn" data-type="auth-network" data-title="' . esc_html__('You want to connect a social media group?', 'blog2social') . '">+ ' . esc_html__('Group', 'blog2social') . ' <span class="label label-success">' . esc_html__("PRO", "blog2social") . '</a></button>';
33
  }
34
  if (in_array($portal->id, $this->allowPage)) {
35
+ $html .= (B2S_PLUGIN_USER_VERSION > 1 || (B2S_PLUGIN_USER_VERSION == 0 && $portal->id == 1) || (B2S_PLUGIN_USER_VERSION == 1 && ($portal->id == 1 || $portal->id == 10))) ? ('<button onclick="wop(\'' . $b2sAuthUrl . '&choose=page\', \'Blog2Social Network\'); return false;" class="btn btn-primary btn-sm b2s-network-list-add-btn">+ ' . esc_html__('Page', 'blog2social') . '</button>') : '<button type="button" class="btn btn-primary btn-sm b2s-network-list-add-btn b2s-network-list-add-btn-profeature b2s-btn-disabled ' . ((B2S_PLUGIN_USER_VERSION == 0) ? 'b2sPreFeatureModalBtn' : 'b2sProFeatureModalBtn') . '" data-title="' . esc_html__('You want to connect a network page?', 'blog2social') . '" data-type="auth-network" >+ ' . esc_html__('Page', 'blog2social') . ' <span class="label label-success">' . esc_html__("PRO", "blog2social") . '</a></button>';
36
  }
37
  if (in_array($portal->id, $this->allowProfil)) {
38
  if($portal->id == 6) {
39
  $html .= '<a href="#" class="btn btn-primary btn-sm b2s-network-list-add-btn" data-auth-method="client">+ ' . esc_html__('Profile', 'blog2social') . '</a>';
40
  } else {
41
+ $html .= ($portal->id != 18 || (B2S_PLUGIN_USER_VERSION >= 2 && $portal->id == 18)) ? ('<a href="#" onclick="wop(\'' . $b2sAuthUrl . '&choose=profile\', \'Blog2Social Network\'); return false;" class="btn btn-primary btn-sm b2s-network-list-add-btn">+ ' . esc_html__('Profile', 'blog2social') . '</a>') : '<button type="button" class="btn btn-primary btn-sm b2s-network-list-add-btn b2s-network-list-add-btn-profeature b2s-btn-disabled b2sProFeatureModalBtn" data-title="' . esc_html__('You want to connect a network profile?', 'blog2social') . '" data-type="auth-network">+ ' . esc_html__('Profile', 'blog2social') . ' <span class="label label-success">' . esc_html__("PRO", "blog2social") . '</a></button>';
42
  }
43
  }
44
  $html .= '</li>';
includes/B2S/Ship/Save.php CHANGED
@@ -388,7 +388,7 @@ class B2S_Ship_Save {
388
  $data['token'] = B2S_PLUGIN_TOKEN;
389
  if ($info) {
390
  if ($data['network_id'] == 1) {
391
- $html .='<br><div class="alert alert-warning"><b>' . esc_html__('For sharing your posts on personal Facebook Profiles you can now use Facebook Instant Sharing', 'blog2social') . '</b> (<a target="_blank" href="' . esc_url(B2S_Tools::getSupportLink('network_tos_faq_news_072018')) . '">' . esc_html__('Read why', 'blog2social') . '</a>).';
392
  $html .='<br><br>';
393
  $html .='<b>' . esc_html__('This is how it works:', 'blog2social') . '</b><br>';
394
  $html .= esc_html__('-To share your post immediately, click the "Share" button next to your selected Facebook profile below.', 'blog2social') . '<br>';
388
  $data['token'] = B2S_PLUGIN_TOKEN;
389
  if ($info) {
390
  if ($data['network_id'] == 1) {
391
+ $html .='<br><div class="alert alert-warning"><b>' . esc_html__('For sharing your posts on personal Facebook Profiles you can use Facebook Instant Sharing', 'blog2social') . '</b> (<a target="_blank" href="' . esc_url(B2S_Tools::getSupportLink('facebook_instant_sharing')) . '">' . esc_html__('Learn how it works', 'blog2social') . '</a>).';
392
  $html .='<br><br>';
393
  $html .='<b>' . esc_html__('This is how it works:', 'blog2social') . '</b><br>';
394
  $html .= esc_html__('-To share your post immediately, click the "Share" button next to your selected Facebook profile below.', 'blog2social') . '<br>';
includes/Loader.php CHANGED
@@ -54,9 +54,11 @@ class B2S_Loader {
54
  1 => array('short_text' => array('active' => 0, 'range_min' => 239, 'range_max' => 400, 'excerpt_range_min' => 239, 'excerpt_range_max' => 400, 'limit' => 1300), 'content' => '{CONTENT}', 'format' => 0),
55
  ),
56
  12 => array(0 => array('short_text' => array('active' => 0, 'range_min' => 240, 'range_max' => 400, 'excerpt_range_min' => 240, 'excerpt_range_max' => 400, 'limit' => 2000), 'content' => '{CONTENT}', 'format' => 1)),
57
- 19 => array(0 => array('short_text' => array('active' => 0, 'range_min' => 239, 'range_max' => 320, 'excerpt_range_min' => 239, 'excerpt_range_max' => 320, 'limit' => 420), 'content' => '{CONTENT}', 'format' => 0))
 
 
58
  )));
59
- define('B2S_PLUGIN_SYSTEMREQUIREMENT_WORDPRESSVERSION', '4.3.0');
60
  define('B2S_PLUGIN_SYSTEMREQUIREMENT_PHPVERSION', '5.5.3');
61
  define('B2S_PLUGIN_SYSTEMREQUIREMENT_MYSQLVERSION', '5.5.3');
62
  define('B2S_PLUGIN_SYSTEMREQUIREMENT_DATABASERIGHTS', true);
@@ -64,14 +66,18 @@ class B2S_Loader {
64
  define('B2S_PLUGIN_SYSTEMREQUIREMENT_PHPCURL', true);
65
  define('B2S_PLUGIN_SYSTEMREQUIREMENT_PHPDOM', true);
66
  define('B2S_PLUGIN_SYSTEMREQUIREMENT_HOTLINKPROTECTION', true);
67
- define('B2S_PLUGIN_SYSTEMREQUIREMENT_PLUGINWARNING_WORDS', serialize(array('hotlink', 'firewall', 'security', 'heartbeat')));
68
  define('B2S_PLUGIN_SYSTEMREQUIREMENT_WPJSON', true);
69
  define('B2S_PLUGIN_SYSTEMREQUIREMENT_OPENSSL', true);
70
  define('B2S_PLUGIN_PAGE_SLUG', serialize(array('blog2social', 'blog2social-post', 'blog2social-calendar', 'blog2social-curation', 'blog2social-network', 'blog2social-settings', 'prg-post', 'blog2social-support', 'blog2social-premium', 'blog2social-sched', 'blog2social-approve', 'blog2social-publish', 'blog2social-notice', 'blog2social-ship', 'blog2social-curation-draft', 'blog2social-draft-post', 'prg-login', 'prg-ship')));
 
 
 
71
 
72
  add_filter('heartbeat_received', array(B2S_Heartbeat::getInstance(), 'init'), 10, 2);
73
  add_action('wp_logout', array($this, 'releaseLocks'));
74
  add_action('transition_post_status', array($this, 'b2s_auto_post_import'), 9999, 3); //for Auto-Posting imported + manuell
 
75
  //add_action('rest_api_init', array($this, 'b2s_rest_api_init'));
76
  }
77
 
@@ -108,7 +114,8 @@ class B2S_Loader {
108
  add_action('add_meta_boxes', array($this, 'b2s_load_post_box'));
109
  add_action('save_post', array($this, 'b2s_save_post_box'), 1, 3);
110
  add_action('trash_post', array($this, 'b2s_delete_sched_post'), 10);
111
- add_action('wp_trash_post', array($this, 'b2s_delete_sched_post'), 10);
 
112
 
113
  add_action('admin_footer', array($this, 'plugin_deactivate_add_modal'));
114
  add_filter('plugin_action_links_' . B2S_PLUGIN_BASENAME, array($this, 'override_plugin_action_links'));
@@ -184,9 +191,18 @@ class B2S_Loader {
184
  include_once(B2S_PLUGIN_DIR . '/views/b2s/partials/plugin-deactivate-modal.php');
185
  }
186
 
187
- public function b2s_auto_post_import($new_status, $old_status, $post) {
 
 
 
 
 
 
 
 
188
 
189
- //is first publish
 
190
  if ($old_status != 'publish' && $old_status != 'trash' && $new_status == 'publish' && isset($post->post_author) && (int) $post->post_author > 0) {
191
  if (wp_is_post_revision($post->ID)) {
192
  return;
@@ -198,8 +214,7 @@ class B2S_Loader {
198
  $autoPostData = $options->_getOption('auto_post_import');
199
  if ($autoPostData !== false && is_array($autoPostData)) {
200
  if (isset($autoPostData['active']) && (int) $autoPostData['active'] == 1) {
201
-
202
- //Premium
203
  $tokenInfo = get_option('B2S_PLUGIN_USER_VERSION_' . (int) $post->post_author);
204
  if ($tokenInfo !== false && isset($tokenInfo['B2S_PLUGIN_USER_VERSION']) && (int) $tokenInfo['B2S_PLUGIN_USER_VERSION'] >= 1) {
205
  $filter = true;
@@ -226,12 +241,12 @@ class B2S_Loader {
226
  $userTimeZoneOffset = (empty($userTimeZone)) ? get_option('gmt_offset') : B2S_Util::getOffsetToUtcByTimeZone($userTimeZone);
227
  $current_utc_datetime = gmdate('Y-m-d H:i:s');
228
  $current_user_date = date('Y-m-d', strtotime(B2S_Util::getUTCForDate($current_utc_datetime, $userTimeZoneOffset)));
 
229
 
230
  $autoPostCon = $options->_getOption('auto_post_import_condition');
231
  $conData = array();
232
  if ($autoPostCon !== false && is_array($autoPostCon) && isset($autoPostCon['count']) && isset($autoPostCon['last_call_date'])) {
233
  $con = unserialize(B2S_PLUGIN_AUTO_POST_LIMIT);
234
- $userVersion = (int) $tokenInfo['B2S_PLUGIN_USER_VERSION'];
235
  $limitCount = (isset($con[$userVersion]) && !empty($con[$userVersion])) ? $con[$userVersion] : $con[1]; //25 default
236
  if (($autoPostCon['count'] < $limitCount) || ($current_user_date != $autoPostCon['last_call_date'])) {
237
  $limit = true;
@@ -268,7 +283,7 @@ class B2S_Loader {
268
  $sched_type = 3;
269
  $time = ($delay == 0) ? "-30 seconds" : "+" . $delay . " minutes";
270
  $sched_date = date('Y-m-d H:i:s', strtotime($time, strtotime($current_user_datetime)));
271
- $sched_date_utc = date('Y-m-d H:i:s', strtotime($time, strtotime($current_user_datetime)));
272
 
273
  $optionNoCache = $options->_getOption('link_no_cache');
274
  $optionUserHashTag = $options->_getOption('user_allow_hashtag');
@@ -282,7 +297,7 @@ class B2S_Loader {
282
 
283
  $defaultBlogPostData = array('post_id' => (int) $post->ID, 'blog_user_id' => (int) $post->post_author, 'user_timezone' => $userTimeZoneOffset, 'sched_type' => $sched_type, 'sched_date' => $sched_date, 'sched_date_utc' => $sched_date_utc);
284
 
285
- $autoShare = new B2S_AutoPost((int) $post->ID, $defaultBlogPostData, $current_user_date, false, $title, $content, $excerpt, $url, $image_url, $keywords, trim(strtolower(substr(B2S_LANGUAGE, 0, 2))), $optionPostFormat, $allowHashTag);
286
 
287
  //TOS Twitter 032018 - none multiple Accounts - User select once
288
  $networkTos = true;
@@ -425,9 +440,9 @@ class B2S_Loader {
425
  $meta->getMeta(((int) $_POST['post_ID']));
426
  $title = B2S_Util::getTitleByLanguage(sanitize_text_field($_POST['post_title']), strtolower($b2sPostLang));
427
  if (has_excerpt((int) $_POST['post_ID'])) {
428
- $desc = sanitize_text_field(get_the_excerpt());
429
  } else {
430
- $desc = str_replace("\r\n", ' ', substr(sanitize_text_field(strip_shortcodes($_POST['content'])), 0, 160));
431
  }
432
  $image_url = wp_get_attachment_url(get_post_thumbnail_id((int) $_POST['post_ID']));
433
  $meta->setMeta('og_title', $title);
@@ -442,9 +457,9 @@ class B2S_Loader {
442
  $meta->getMeta(((int) $_POST['post_ID']));
443
  $title = B2S_Util::getTitleByLanguage(sanitize_text_field($_POST['post_title']), strtolower($b2sPostLang));
444
  if (has_excerpt((int) $_POST['post_ID'])) {
445
- $desc = sanitize_text_field(get_the_excerpt());
446
  } else {
447
- $desc = str_replace("\r\n", ' ', substr(sanitize_text_field(strip_shortcodes($_POST['content'])), 0, 160));
448
  }
449
  $image_url = wp_get_attachment_url(get_post_thumbnail_id((int) $_POST['post_ID']));
450
  $meta->setMeta('card_title', $title);
54
  1 => array('short_text' => array('active' => 0, 'range_min' => 239, 'range_max' => 400, 'excerpt_range_min' => 239, 'excerpt_range_max' => 400, 'limit' => 1300), 'content' => '{CONTENT}', 'format' => 0),
55
  ),
56
  12 => array(0 => array('short_text' => array('active' => 0, 'range_min' => 240, 'range_max' => 400, 'excerpt_range_min' => 240, 'excerpt_range_max' => 400, 'limit' => 2000), 'content' => '{CONTENT}', 'format' => 1)),
57
+ 19 => array(0 => array('short_text' => array('active' => 0, 'range_min' => 239, 'range_max' => 320, 'excerpt_range_min' => 239, 'excerpt_range_max' => 320, 'limit' => 420), 'content' => '{CONTENT}', 'format' => 0),
58
+ 1 => array('short_text' => array('active' => 0, 'range_min' => 239, 'range_max' => 320, 'excerpt_range_min' => 239, 'excerpt_range_max' => 320, 'limit' => 420), 'content' => '{CONTENT}', 'format' => 1),
59
+ 2 => array('short_text' => array('active' => 0, 'range_min' => 239, 'range_max' => 320, 'excerpt_range_min' => 239, 'excerpt_range_max' => 320, 'limit' => 420), 'content' => '{CONTENT}', 'format' => 1))
60
  )));
61
+ define('B2S_PLUGIN_SYSTEMREQUIREMENT_WORDPRESSVERSION', '4.7.0');
62
  define('B2S_PLUGIN_SYSTEMREQUIREMENT_PHPVERSION', '5.5.3');
63
  define('B2S_PLUGIN_SYSTEMREQUIREMENT_MYSQLVERSION', '5.5.3');
64
  define('B2S_PLUGIN_SYSTEMREQUIREMENT_DATABASERIGHTS', true);
66
  define('B2S_PLUGIN_SYSTEMREQUIREMENT_PHPCURL', true);
67
  define('B2S_PLUGIN_SYSTEMREQUIREMENT_PHPDOM', true);
68
  define('B2S_PLUGIN_SYSTEMREQUIREMENT_HOTLINKPROTECTION', true);
69
+ define('B2S_PLUGIN_SYSTEMREQUIREMENT_PLUGINWARNING_WORDS', serialize(array('hotlink', 'firewall', 'security', 'heartbeat', 'disable')));
70
  define('B2S_PLUGIN_SYSTEMREQUIREMENT_WPJSON', true);
71
  define('B2S_PLUGIN_SYSTEMREQUIREMENT_OPENSSL', true);
72
  define('B2S_PLUGIN_PAGE_SLUG', serialize(array('blog2social', 'blog2social-post', 'blog2social-calendar', 'blog2social-curation', 'blog2social-network', 'blog2social-settings', 'prg-post', 'blog2social-support', 'blog2social-premium', 'blog2social-sched', 'blog2social-approve', 'blog2social-publish', 'blog2social-notice', 'blog2social-ship', 'blog2social-curation-draft', 'blog2social-draft-post', 'prg-login', 'prg-ship')));
73
+ define('B2S_PLUGIN_NETWORK_NOT_ALLOW_GIF', json_encode(array(16, 18)));
74
+ define('B2S_PLUGIN_NETWORK_ANIMATE_GIF', json_encode(array(1 => array(0 => false, 1 => true), 2 => array(0 => false, 1 => true), 3 => array(0 => true, 1 => true), 4 => array(0 => true), 6 => array(0 => true), 7 => array(0 => false), 11 => array(0 => true), 12 => array(0 => false, 1 => false), 14 => array(0 => true), 15 => array(0 => false), 17 => array(0 => false), 19 => array(0 => true, 1 => true))));
75
+ define('B2S_PLUGIN_NETWORK_META_TAGS', json_encode(array('og' => array(1, 3, 15, 19), 'twitter' => array(2))));
76
 
77
  add_filter('heartbeat_received', array(B2S_Heartbeat::getInstance(), 'init'), 10, 2);
78
  add_action('wp_logout', array($this, 'releaseLocks'));
79
  add_action('transition_post_status', array($this, 'b2s_auto_post_import'), 9999, 3); //for Auto-Posting imported + manuell
80
+ //add_action('rest_api_inserted_post', array($this, 'b2s_auto_post_import_rest_api_jetpack'), 9999, 3); //call via transition_post_status hook
81
  //add_action('rest_api_init', array($this, 'b2s_rest_api_init'));
82
  }
83
 
114
  add_action('add_meta_boxes', array($this, 'b2s_load_post_box'));
115
  add_action('save_post', array($this, 'b2s_save_post_box'), 1, 3);
116
  add_action('trash_post', array($this, 'b2s_delete_sched_post'), 10);
117
+ add_action('wp_trash_post', array($this, 'b2s_delete_sched_post'), 10);
118
+
119
 
120
  add_action('admin_footer', array($this, 'plugin_deactivate_add_modal'));
121
  add_filter('plugin_action_links_' . B2S_PLUGIN_BASENAME, array($this, 'override_plugin_action_links'));
191
  include_once(B2S_PLUGIN_DIR . '/views/b2s/partials/plugin-deactivate-modal.php');
192
  }
193
 
194
+ //Insert Posts via wordpress.com (mobile app) & jetpack
195
+ //https://developer.jetpack.com/hooks/rest_api_inserted_post/
196
+ //NOTICE: jetpack call transition_post_status hook
197
+ /*public function b2s_auto_post_import_rest_api_jetpack($post_id, $insert, $new) {
198
+ if ((int) $post_id > 0 && is_array($insert) && isset($insert['post_status']) && $insert['post_status'] == 'publish') {
199
+ $post = get_post((int) $post_id);
200
+ $this->b2s_auto_post_import($insert['post_status'], 'draft', $post);
201
+ }
202
+ }*/
203
 
204
+ public function b2s_auto_post_import($new_status, $old_status, $post) {
205
+ //is first publish
206
  if ($old_status != 'publish' && $old_status != 'trash' && $new_status == 'publish' && isset($post->post_author) && (int) $post->post_author > 0) {
207
  if (wp_is_post_revision($post->ID)) {
208
  return;
214
  $autoPostData = $options->_getOption('auto_post_import');
215
  if ($autoPostData !== false && is_array($autoPostData)) {
216
  if (isset($autoPostData['active']) && (int) $autoPostData['active'] == 1) {
217
+ //Premium
 
218
  $tokenInfo = get_option('B2S_PLUGIN_USER_VERSION_' . (int) $post->post_author);
219
  if ($tokenInfo !== false && isset($tokenInfo['B2S_PLUGIN_USER_VERSION']) && (int) $tokenInfo['B2S_PLUGIN_USER_VERSION'] >= 1) {
220
  $filter = true;
241
  $userTimeZoneOffset = (empty($userTimeZone)) ? get_option('gmt_offset') : B2S_Util::getOffsetToUtcByTimeZone($userTimeZone);
242
  $current_utc_datetime = gmdate('Y-m-d H:i:s');
243
  $current_user_date = date('Y-m-d', strtotime(B2S_Util::getUTCForDate($current_utc_datetime, $userTimeZoneOffset)));
244
+ $userVersion = (int) $tokenInfo['B2S_PLUGIN_USER_VERSION'];
245
 
246
  $autoPostCon = $options->_getOption('auto_post_import_condition');
247
  $conData = array();
248
  if ($autoPostCon !== false && is_array($autoPostCon) && isset($autoPostCon['count']) && isset($autoPostCon['last_call_date'])) {
249
  $con = unserialize(B2S_PLUGIN_AUTO_POST_LIMIT);
 
250
  $limitCount = (isset($con[$userVersion]) && !empty($con[$userVersion])) ? $con[$userVersion] : $con[1]; //25 default
251
  if (($autoPostCon['count'] < $limitCount) || ($current_user_date != $autoPostCon['last_call_date'])) {
252
  $limit = true;
283
  $sched_type = 3;
284
  $time = ($delay == 0) ? "-30 seconds" : "+" . $delay . " minutes";
285
  $sched_date = date('Y-m-d H:i:s', strtotime($time, strtotime($current_user_datetime)));
286
+ $sched_date_utc = date('Y-m-d H:i:s', strtotime($time, strtotime($current_utc_datetime)));
287
 
288
  $optionNoCache = $options->_getOption('link_no_cache');
289
  $optionUserHashTag = $options->_getOption('user_allow_hashtag');
297
 
298
  $defaultBlogPostData = array('post_id' => (int) $post->ID, 'blog_user_id' => (int) $post->post_author, 'user_timezone' => $userTimeZoneOffset, 'sched_type' => $sched_type, 'sched_date' => $sched_date, 'sched_date_utc' => $sched_date_utc);
299
 
300
+ $autoShare = new B2S_AutoPost((int) $post->ID, $defaultBlogPostData, $current_user_date, false, $title, $content, $excerpt, $url, $image_url, $keywords, trim(strtolower(substr(B2S_LANGUAGE, 0, 2))), $optionPostFormat, $allowHashTag,$userVersion);
301
 
302
  //TOS Twitter 032018 - none multiple Accounts - User select once
303
  $networkTos = true;
440
  $meta->getMeta(((int) $_POST['post_ID']));
441
  $title = B2S_Util::getTitleByLanguage(sanitize_text_field($_POST['post_title']), strtolower($b2sPostLang));
442
  if (has_excerpt((int) $_POST['post_ID'])) {
443
+ $desc = sanitize_textarea_field(get_the_excerpt());
444
  } else {
445
+ $desc = str_replace("\r\n", ' ', substr(sanitize_textarea_field(strip_shortcodes($_POST['content'])), 0, 160));
446
  }
447
  $image_url = wp_get_attachment_url(get_post_thumbnail_id((int) $_POST['post_ID']));
448
  $meta->setMeta('og_title', $title);
457
  $meta->getMeta(((int) $_POST['post_ID']));
458
  $title = B2S_Util::getTitleByLanguage(sanitize_text_field($_POST['post_title']), strtolower($b2sPostLang));
459
  if (has_excerpt((int) $_POST['post_ID'])) {
460
+ $desc = sanitize_textarea_field(get_the_excerpt());
461
  } else {
462
+ $desc = str_replace("\r\n", ' ', substr(sanitize_textarea_field(strip_shortcodes($_POST['content'])), 0, 160));
463
  }
464
  $image_url = wp_get_attachment_url(get_post_thumbnail_id((int) $_POST['post_ID']));
465
  $meta->setMeta('card_title', $title);
includes/Meta.php CHANGED
@@ -134,12 +134,12 @@ class B2S_Meta {
134
  private function getDesc($type = 'og') {
135
  if (is_singular()) {
136
  if (isset($this->metaData[$type . '_desc']) && !empty($this->metaData[$type . '_desc'])) {
137
- $desc = str_replace("\r\n", ' ', sanitize_text_field(strip_shortcodes($this->metaData[$type . '_desc'])));
138
  } else {
139
  if (has_excerpt($this->post->ID)) {
140
- $desc = sanitize_text_field(strip_shortcodes(get_the_excerpt()));
141
  } else {
142
- $desc = str_replace("\r\n", ' ', substr(sanitize_text_field(strip_shortcodes($this->post->post_content)), 0, 160));
143
  }
144
  }
145
  } else {
134
  private function getDesc($type = 'og') {
135
  if (is_singular()) {
136
  if (isset($this->metaData[$type . '_desc']) && !empty($this->metaData[$type . '_desc'])) {
137
+ $desc = str_replace("\r\n", ' ', sanitize_textarea_field(strip_shortcodes($this->metaData[$type . '_desc'])));
138
  } else {
139
  if (has_excerpt($this->post->ID)) {
140
+ $desc = sanitize_textarea_field(strip_shortcodes(get_the_excerpt()));
141
  } else {
142
+ $desc = str_replace("\r\n", ' ', substr(sanitize_textarea_field(strip_shortcodes($this->post->post_content)), 0, 160));
143
  }
144
  }
145
  } else {
includes/Tools.php CHANGED
@@ -202,12 +202,18 @@ class B2S_Tools {
202
  if($type == 'auto_poster_m'){
203
  return ($lang == 'en') ? 'https://www.blog2social.com/en/faq/index.php?action=artikel&cat=3&id=72&artlang=en' : 'https://www.blog2social.com/de/faq/content/3/79/de/wie-kann-ich-meine-blogbeitraege-automatisiert-und-zeitgesteuert-auf-social-media-planen-social-media-auto_poster.html';
204
  }
205
- if($type == 'auto_poster_a'){
206
  return ($lang == 'en') ? 'https://www.blog2social.com/en/faq/index.php?action=artikel&cat=3&id=116&artlang=en' : 'https://www.blog2social.com/de/faq/index.php?action=artikel&cat=3&id=116&artlang=de';
207
  }
208
-
209
-
210
-
 
 
 
 
 
 
211
  }
212
 
213
  public static function getAffiliateId() {
@@ -262,4 +268,54 @@ class B2S_Tools {
262
  return $options;
263
  }
264
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
265
  }
202
  if($type == 'auto_poster_m'){
203
  return ($lang == 'en') ? 'https://www.blog2social.com/en/faq/index.php?action=artikel&cat=3&id=72&artlang=en' : 'https://www.blog2social.com/de/faq/content/3/79/de/wie-kann-ich-meine-blogbeitraege-automatisiert-und-zeitgesteuert-auf-social-media-planen-social-media-auto_poster.html';
204
  }
205
+ if($type == 'auto_poster_a'){
206
  return ($lang == 'en') ? 'https://www.blog2social.com/en/faq/index.php?action=artikel&cat=3&id=116&artlang=en' : 'https://www.blog2social.com/de/faq/index.php?action=artikel&cat=3&id=116&artlang=de';
207
  }
208
+ if($type == 'open_graph_tags'){
209
+ return ($lang == 'en') ? 'https://www.blog2social.com/en/faq/index.php?action=artikel&cat=3&id=103&artlang=en' : 'https://www.blog2social.com/de/faq/index.php?action=artikel&cat=2&id=106&artlang=de';
210
+ }
211
+ if($type == 'twitter_cards'){
212
+ return ($lang == 'en') ? 'https://www.blog2social.com/en/faq/content/4/109/en/what-are-twitter-cards.html' : 'https://www.blog2social.com/de/faq/content/4/109/de/was-sind-twitter-cards.html';
213
+ }
214
+ if($type == 'facebook_instant_sharing'){
215
+ return ($lang == 'en') ? 'https://www.blog2social.com/en/faq/index.php?action=artikel&cat=3&id=135&artlang=en' : 'https://www.blog2social.com/de/faq/index.php?action=artikel&cat=3&id=136&artlang=de';
216
+ }
217
  }
218
 
219
  public static function getAffiliateId() {
268
  return $options;
269
  }
270
 
271
+
272
+ public static function getCountryListByNetwork($networkId = 6){
273
+ $countryList = array();
274
+ if($networkId == 6) { //Pinterest
275
+ $countryList = array(
276
+ 'el' => array('name' => esc_html__('Greece', 'blog2social'), 'url' => 'https://gr.pinterest.com/'),
277
+ 'en-IN' => array('name' => esc_html__('India', 'blog2social'), 'url' => 'https://in.pinterest.com/'),
278
+ 'en' => array('name' => esc_html__('United States of America', 'blog2social'), 'url' => 'https://www.pinterest.com/'),
279
+ 'en-IE' => array('name' => esc_html__('Ireland', 'blog2social'), 'url' => 'https://www.pinterest.ie/'),
280
+ 'it' => array('name' => esc_html__('Italy', 'blog2social'), 'url' => 'https://www.pinterest.it/'),
281
+ 'en-CH' => array('name' => esc_html__('Switzerland', 'blog2social'), 'url' => 'https://www.pinterest.ch/'),
282
+ 'cs' => array('name' => esc_html__('Czechoslovakia', 'blog2social'), 'url' => 'https://cz.pinterest.com/'),
283
+ 'id' => array('name' => esc_html__('Indonesia', 'blog2social'), 'url' => 'https://id.pinterest.com/'),
284
+ 'es' => array('name' => esc_html__('Spain', 'blog2social'), 'url' => 'https://www.pinterest.es/'),
285
+ 'en-CA' => array('name' => esc_html__('Canada', 'blog2social'), 'url' => 'https://www.pinterest.ca/'),
286
+ 'en-GB' => array('name' => esc_html__('Great Britain', 'blog2social'), 'url' => 'https://www.pinterest.co.uk/'),
287
+ 'ru' => array('name' => esc_html__('Russia', 'blog2social'), 'url' => 'https://www.pinterest.ru/'),
288
+ 'nl' => array('name' => esc_html__('Netherlands', 'blog2social'), 'url' => 'https://nl.pinterest.com/'),
289
+ 'pt' => array('name' => esc_html__('Portugal', 'blog2social'), 'url' => 'https://br.pinterest.com/'),
290
+ 'no' => array('name' => esc_html__('Norway', 'blog2social'), 'url' => 'https://no.pinterest.com/'),
291
+ 'tr' => array('name' => esc_html__('Turkey', 'blog2social'), 'url' => 'https://tr.pinterest.com/'),
292
+ 'en-AU' => array('name' => esc_html__('Australia', 'blog2social'), 'url' => 'https://www.pinterest.com.au/'),
293
+ 'de-AT' => array('name' => esc_html__('Austria', 'blog2social'), 'url' => 'https://www.pinterest.at/'),
294
+ 'pl' => array('name' => esc_html__('Poland', 'blog2social'), 'url' => 'https://pl.pinterest.com/'),
295
+ 'fr' => array('name' => esc_html__('France', 'blog2social'), 'url' => 'https://www.pinterest.fr/'),
296
+ 'ro-RO' => array('name' => esc_html__('Romania', 'blog2social'), 'url' => 'https://ro.pinterest.com/'),
297
+ 'de' => array('name' => esc_html__('Germany', 'blog2social'), 'url' => 'https://www.pinterest.de/'),
298
+ 'da' => array('name' => esc_html__('Denmark', 'blog2social'), 'url' => 'https://www.pinterest.dk/'),
299
+ 'en-NZ' => array('name' => esc_html__('New Zealand', 'blog2social'), 'url' => 'https://www.pinterest.nz/'),
300
+ 'fi' => array('name' => esc_html__('Finland', 'blog2social'), 'url' => 'https://fi.pinterest.com/'),
301
+ 'hu' => array('name' => esc_html__('Hungary', 'blog2social'), 'url' => 'https://hu.pinterest.com/'),
302
+ 'ja' => array('name' => esc_html__('Japan', 'blog2social'), 'url' => 'https://www.pinterest.jp/'),
303
+ 'pt-PT' => array('name' => esc_html__('Portugal', 'blog2social'), 'url' => 'https://www.pinterest.pt/'),
304
+ 'es-AR' => array('name' => esc_html__('Argentina', 'blog2social'), 'url' => 'https://ar.pinterest.com/'),
305
+ 'ko' => array('name' => esc_html__('Korea', 'blog2social'), 'url' => 'https://www.pinterest.co.kr/'),
306
+ 'sv' => array('name' => esc_html__('Sweden', 'blog2social'), 'url' => 'https://www.pinterest.se/'),
307
+ 'es-MX' => array('name' => esc_html__('Mexico', 'blog2social'), 'url' => 'https://www.pinterest.com.mx/'),
308
+ 'sk' => array('name' => esc_html__('Slovakia', 'blog2social'), 'url' => 'https://sk.pinterest.com/'),
309
+ 'es-CL' => array('name' => esc_html__('Chile', 'blog2social'), 'url' => 'https://www.pinterest.cl/'),
310
+ 'es-CO' => array('name' => esc_html__('Colombia', 'blog2social'), 'url' => 'https://co.pinterest.com/'),
311
+ 'es-ZA' => array('name' => esc_html__('South Africa', 'blog2social'), 'url' => 'https://za.pinterest.com/'),
312
+ 'tl-PH' => array('name' => esc_html__('Philippines', 'blog2social'), 'url' => 'https://www.pinterest.ph/')
313
+ );
314
+ asort($countryList);
315
+ $countryList = array_merge(array('' => array('name' => esc_html__('is determined automatically', 'blog2social'), 'url' => 'https://www.pinterest.com/')), $countryList);
316
+ }
317
+ return $countryList;
318
+ }
319
+
320
+
321
  }
includes/Util.php CHANGED
@@ -405,7 +405,7 @@ class B2S_Util {
405
  }
406
 
407
  public static function getExcerpt($text, $count = 400, $max = false, $add = false) {
408
- //Bug: Converting json + PHP Extension
409
  if (function_exists('mb_strlen') && function_exists('mb_substr') && function_exists('mb_stripos')) {
410
  if (mb_strlen($text, 'UTF-8') < $count) {
411
  return trim($text);
@@ -423,9 +423,9 @@ class B2S_Util {
423
  for ($i = 0; $i < count($stops); $i++) {
424
  if (count($subArray = explode($stops[$i], $sub)) > 1) {
425
  $cleanTruncateWord = false;
426
- if (mb_substr($subArray[count($subArray) - 1], 0, 1) == ' ') { //empty first charcater in last explode - delete last explode
427
  $subArray[count($subArray) - 1] = ' ';
428
- }
429
  if (mb_stripos($subArray[count($subArray) - 1], $stops[$i]) === false) { //delete last explode if no stops set
430
  $subArray[count($subArray) - 1] = mb_substr($subArray[count($subArray) - 1], 0, mb_stripos($subArray[count($subArray) - 1], ' '));
431
  }
405
  }
406
 
407
  public static function getExcerpt($text, $count = 400, $max = false, $add = false) {
408
+ //Bug: Converting json + PHP Extension
409
  if (function_exists('mb_strlen') && function_exists('mb_substr') && function_exists('mb_stripos')) {
410
  if (mb_strlen($text, 'UTF-8') < $count) {
411
  return trim($text);
423
  for ($i = 0; $i < count($stops); $i++) {
424
  if (count($subArray = explode($stops[$i], $sub)) > 1) {
425
  $cleanTruncateWord = false;
426
+ if (mb_substr($subArray[count($subArray) - 1], 0, 1) == ' ' || mb_substr($subArray[count($subArray) - 1], 0, 1) == "\n") { //empty first charcater in last explode - delete last explode
427
  $subArray[count($subArray) - 1] = ' ';
428
+ }
429
  if (mb_stripos($subArray[count($subArray) - 1], $stops[$i]) === false) { //delete last explode if no stops set
430
  $subArray[count($subArray) - 1] = mb_substr($subArray[count($subArray) - 1], 0, mb_stripos($subArray[count($subArray) - 1], ' '));
431
  }
languages/blog2social-de_DE.mo CHANGED
Binary file
languages/blog2social-de_DE.po CHANGED
@@ -2,19 +2,20 @@
2
  # This file is distributed under the same license as the Plugins - Blog2Social: Social Media Auto Post &amp; Scheduler - Stable (latest release) package.
3
  msgid ""
4
  msgstr ""
5
- "PO-Revision-Date: 2019-09-23 10:30+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
  "X-Generator: Loco https://localise.biz/\n"
11
  "Language: de_DE\n"
12
- "Project-Id-Version: Plugins - Blog2Social: Social Media Auto Post &amp; Scheduler - Stable (latest release)\n"
 
13
  "Report-Msgid-Bugs-To: \n"
14
- "POT-Creation-Date: 2019-09-23 10:29+0000\n"
15
- "Last-Translator: admin <s.buerger@adenion.de>\n"
16
- "Language-Team: German\n"
17
- "X-Loco-Version: 2.2.2; wp-5.2.4-alpha-46074"
18
 
19
  #: includes/Loader.php:44
20
  msgid "Modify pin board"
@@ -32,231 +33,328 @@ msgstr "Modify subreddit"
32
  msgid "Modify forum"
33
  msgstr "Modify forum"
34
 
35
- #: includes/Loader.php:371
36
  msgid "Auto-Post on Social Media"
37
  msgstr "Automatisch auf Social Media teilen"
38
 
39
- #: includes/Loader.php:372
40
  msgid "Social Media Content Calendar"
41
  msgstr "Social Media Kalender"
42
 
43
- #: includes/Loader.php:677
44
  msgid "This post will be shared into your social media from"
45
- msgstr "Dein Beitrag ist zur Veröffentlichung in den Social Media geplant ab dem"
 
46
 
47
- #: includes/Loader.php:677 includes/Loader.php:679
48
  msgid "show details"
49
  msgstr "siehe Details"
50
 
51
- #: includes/Loader.php:679
52
  msgid "This post will be shared on social media in 2-3 minutes!"
53
  msgstr "Dein Beitrag wird in ca. 2-3 Minuten in die Social Media eingestellt!"
54
 
55
- #: includes/Loader.php:683
56
- msgid "Please, make sure that your post are publish on this blog on this moment. Then you can auto post your post with Blog2social."
57
- msgstr "Bitte stelle sicher, dass Dein Beitrag in diesem Moment veröffentlicht wurde. Dann kannst Du Deinen Beitrag automatisch mit Blog2Social posten."
 
 
 
 
58
 
59
- #: includes/Loader.php:686 includes/B2S/PostBox.php:79
60
- msgid "There are no social network accounts assigned to your selected network collection. Please assign at least one social network account or select another network collection."
61
- msgstr "In der ausgewählten Netzwerkgruppierung sind keine Social Media Accounts verbunden. Bitte füge mindestens ein Social Media Account hinzu oder wähle eine andere Netzwerkgruppierung aus. "
 
 
 
 
 
 
62
 
63
- #: includes/Loader.php:698
 
64
  msgid "Upgrade to Premium"
65
  msgstr "Premium freischalten"
66
 
67
- #: includes/Loader.php:750 views/b2s/html/post.navbar.php:13
68
  msgid "Notifications"
69
  msgstr "Benachrichtigungen"
70
 
71
- #: includes/Loader.php:750 views/b2s/html/post.navbar.php:12 views/b2s/html/sidebar.php:106
 
72
  msgid "Shared Posts"
73
- msgstr "Geteilte Beiträge"
74
 
75
- #: includes/Loader.php:750 views/b2s/html/post.navbar.php:8 views/b2s/html/sidebar.php:97
 
76
  msgid "Instant Sharing"
77
  msgstr "Instant Sharing"
78
 
79
- #: includes/Loader.php:750 views/b2s/html/post.navbar.php:9 views/b2s/html/sidebar.php:78 views/b2s/html/sidebar.php:100
 
80
  msgid "Drafts"
81
  msgstr "Entwürfe"
82
 
83
- #: includes/Loader.php:750 views/b2s/html/post.navbar.php:10 views/b2s/html/sidebar.php:103 views/b2s/widgets/posts.php:18
 
84
  msgid "Scheduled Posts"
85
  msgstr "geplante Beiträge"
86
 
87
- #: includes/Loader.php:750
88
  msgid "Content Curation Drafts"
89
- msgstr "Content Curation Entwürfe"
90
 
91
- #: includes/Loader.php:751 includes/B2S/Network/Item.php:149 includes/B2S/Network/Item.php:151 includes/B2S/Network/Item.php:151 includes/B2S/Network/Item.php:221 includes/B2S/Network/Item.php:531 includes/B2S/Settings/Item.php:249 includes/B2S/Ship/Portale.php:39
 
 
 
92
  #: includes/B2S/Ship/Portale.php:41 includes/B2S/Ship/Portale.php:41
93
  msgid "Profile"
94
  msgstr "Profil"
95
 
96
- #: includes/Loader.php:751 includes/B2S/Network/Item.php:155 includes/B2S/Network/Item.php:155 includes/B2S/Network/Item.php:286 includes/B2S/Network/Item.php:533 includes/B2S/Settings/Item.php:249 includes/B2S/Ship/Portale.php:35 includes/B2S/Ship/Portale.php:35
 
 
 
97
  msgid "Page"
98
  msgstr "Seite"
99
 
100
- #: includes/Loader.php:751 includes/B2S/Network/Item.php:158 includes/B2S/Network/Item.php:349 includes/B2S/Network/Item.php:536 includes/B2S/Ship/Portale.php:31 includes/B2S/Ship/Portale.php:32
 
 
101
  msgid "Group"
102
  msgstr "Gruppe"
103
 
104
- #: includes/Loader.php:752 views/prg/html/form.php:74
105
  msgid "Company"
106
- msgstr "Arbeitgeber"
107
 
108
- #: includes/Loader.php:752
109
  msgid "Business"
110
  msgstr "Business"
111
 
112
- #: includes/Loader.php:753
113
  msgid "Your post could not be posted."
114
  msgstr "Dein Post ist nicht vom Netzwerk veröffentlicht worden."
115
 
116
- #: includes/Loader.php:754
117
- msgid "Your authorization has expired. Please reconnect your account in the Blog2Social network settings."
118
- msgstr "Deine Authorisierung ist abgelaufen. Bitte verbinde Deinen Account in den Blog2Social Netzwerkeinstellungen erneut."
 
 
 
 
119
 
120
- #: includes/Loader.php:755
121
  msgid "The network has marked the post as spam or abusive."
122
  msgstr "Das Netzwerk hat Deinen Post als Spam oder missbräuchlich markiert."
123
 
124
- #: includes/Loader.php:756
125
- msgid "We don't have the permission to publish your post. Please check your authorization."
126
- msgstr "Wir haben nicht Deine Erlaubnis, den Post zu veröffentlichen. Bitte überprüfe deine Autorisierung."
 
 
 
 
127
 
128
- #: includes/Loader.php:757
129
  #, php-format
130
- msgid "Your authorization is interrupted. Please check your authorization. Please see <a target=\"_blank\" href=\"%s\">FAQ</a>"
131
- msgstr "Deine Verbindung ist unterbrochen. Bitte überprüfe sie. Siehe <a target=\"_blank\" href=\"%s\">FAQ</a>"
 
 
 
 
132
 
133
- #: includes/Loader.php:758
134
  msgid "Your daily limit has been reached."
135
  msgstr "Dein tägliches Beitragslimit wurde erreicht."
136
 
137
- #: includes/Loader.php:759
138
- msgid "Your post could not be posted, because your image is not available or the image source does not allow to publish"
139
- msgstr "Dein Beitrag konnte nicht veröffentlicht werden, weil Dein Bild nicht verfügbar ist oder die Bildquelle es nicht erlaubt, es zu veröffentlichen."
 
 
 
 
140
 
141
- #: includes/Loader.php:760
142
  #, php-format
143
- msgid "The network has blocked your account. Please see <a target=\"_blank\" href=\"%s\">FAQ</a>"
144
- msgstr "Das Netzwerk hat Dein Account gesperrt. Siehe <a target=\"_blank\" href=\"%s\">FAQ</a>"
 
 
 
 
145
 
146
- #: includes/Loader.php:761
147
  #, php-format
148
- msgid "The number of images is reached. Please see <a target=\"_blank\" href=\"%s\">FAQ</a>"
149
- msgstr "Die Anzahl der Bilder ist erreicht. Siehe <a target=\"_blank\" href=\"%s\">FAQ</a>"
 
 
 
 
150
 
151
- #: includes/Loader.php:762
152
- msgid "Your daily limit for this network has been reached. Please try again later."
153
- msgstr "Dein tägliches Beitragslimit für dieses Netzwerk wurde erreicht. Bitte versuche es später noch einmal."
 
 
 
154
 
155
- #: includes/Loader.php:763
156
  #, php-format
157
- msgid "The network can not publish special characters such as Emoji. Please see <a target=\"_blank\" href=\"%s\">FAQ</a>"
158
- msgstr "Das Netzwerk kann keine Sonderzeichen wie Emoji veröffentlichen. Siehe <a target=\"_blank\" href=\"%s\">FAQ</a>"
 
 
 
 
159
 
160
- #: includes/Loader.php:764
161
  msgid "Your post is a duplicate."
162
  msgstr "Du kannst auf dem Netzwerke keine Duplikate veröffentlichen."
163
 
164
- #: includes/Loader.php:765
165
  msgid "The network requires a public url."
166
  msgstr "Das Netzwerk benötigt eine öffentlich zugängliche URL."
167
 
168
- #: includes/Loader.php:766
169
- msgid "Your blog post was not available for the network at the time of publication."
170
- msgstr "Dein Blogbeitrag war zum Zeitpunkt der Veröffentlichung für das Netzwerk nicht verfügbar."
 
 
 
171
 
172
- #: includes/Loader.php:767
173
  msgid "You have already retweeted this post."
174
  msgstr "Du hast diesen Post bereits retweetet."
175
 
176
- #: includes/Loader.php:768
177
- msgid "This XING API is no longer supported by XING. Please connect your XING accounts with the new XING interface to reschedule your posts."
178
- msgstr "Diese XING-API wird von XING nicht mehr unterstützt. Bitte verbinde Dich mit Deinen XING-Konten über die neue XING-Schnittstelle, um Deine Beiträge neu zu planen."
 
 
 
 
 
179
 
180
- #: includes/Loader.php:769
181
- msgid "There was no image in the meta data of the linked post. Posts without images cannot be shared on image networks."
182
- msgstr "Es konnte kein Bild in den Meta Daten des verlinkten Beitrags gefunden werden. Posts ohne Bilder können nicht auf Bilder-Netzwerken veröffentlicht werden. "
 
 
 
 
 
183
 
184
- #: includes/Loader.php:770
185
- msgid "Your post could not be posted, because your image can not be processed by the network."
186
- msgstr "Dein Beitrag konnte nicht veröffentlicht werden, da Dein Bild nicht vom Netzwerk verarbeitet werden kann."
 
 
 
 
187
 
188
- #: includes/Loader.php:771
189
  #, php-format
190
- msgid "Instagram published your post without text. Please see <a target=\"_blank\" href=\"%s\">FAQ</a>"
191
- msgstr "Instagram hat Deinen Beitrag ohne Text veröffentlicht. Siehe <a target=\"_blank\" href=\"%s\">FAQ</a>"
 
 
 
 
192
 
193
- #: includes/Loader.php:772
194
  msgid "Your group can not be found by the network."
195
  msgstr "Deine Gruppe kann vom Netzwerk nicht gefunden werden."
196
 
197
- #: includes/Loader.php:828 includes/Loader.php:870
198
  msgid "Dashboard"
199
  msgstr "Dashboard"
200
 
201
- #: includes/Loader.php:829 includes/Loader.php:877
202
  msgid "Posts & Sharing"
203
  msgstr "Beiträge"
204
 
205
- #: includes/Loader.php:830 includes/Loader.php:884 views/b2s/dashboard.php:31 views/b2s/html/post.navbar.php:14 views/b2s/html/sidebar.php:109
 
206
  msgid "Calendar"
207
  msgstr "Kalender"
208
 
209
- #: includes/Loader.php:831 includes/Loader.php:892 views/b2s/html/post.navbar.php:15 views/b2s/html/sidebar.php:71
 
210
  msgid "Content Curation"
211
  msgstr "Content Curation"
212
 
213
- #: includes/Loader.php:832 includes/Loader.php:899
214
  msgid "Networks"
215
  msgstr "Netzwerke"
216
 
217
- #: includes/Loader.php:833 includes/Loader.php:905 views/b2s/html/sidebar.php:118
 
218
  msgid "Settings"
219
  msgstr "Einstellungen"
220
 
221
- #: includes/Loader.php:835 includes/Loader.php:913
222
  msgid "PR-Service"
223
  msgstr "PR-Service"
224
 
225
- #: includes/Loader.php:837 includes/Loader.php:921 views/b2s/html/header.php:35 views/b2s/html/sidebar.php:121 views/b2s/html/sidebar.ship.php:56
 
226
  msgid "Help & Support"
227
  msgstr "Hilfe & Support"
228
 
229
- #: includes/Loader.php:839
230
  msgid "Premium"
231
  msgstr "Premium"
232
 
233
- #: includes/Loader.php:839 includes/Loader.php:929 includes/B2S/PostBox.php:108 views/b2s/network.php:34 views/b2s/ship.php:22 includes/B2S/Curation/View.php:53 includes/B2S/Network/Item.php:151 includes/B2S/Network/Item.php:155 includes/B2S/Network/Item.php:159
234
- #: includes/B2S/Network/Item.php:162 includes/B2S/Network/Item.php:258 includes/B2S/Network/Item.php:320 includes/B2S/Network/Item.php:382 includes/B2S/Settings/Item.php:104 includes/B2S/Ship/Image.php:73 includes/B2S/Ship/Image.php:80 includes/B2S/Ship/Item.php:802
235
- #: includes/B2S/Ship/Portale.php:32 includes/B2S/Ship/Portale.php:35 includes/B2S/Ship/Portale.php:41 views/b2s/html/post.navbar.php:10 views/b2s/html/post.navbar.php:14 views/b2s/partials/post-edit-modal.php:9 views/b2s/widgets/posts.php:18
236
  msgid "PREMIUM"
237
  msgstr "PREMIUM"
238
 
239
- #: includes/Loader.php:861 views/b2s/html/sidebar.php:25 views/b2s/html/sidebar.ship.php:24
 
240
  msgid "Blog2Social"
241
  msgstr "Blog2Social"
242
 
243
- #: includes/Loader.php:1370 includes/Loader.php:1582
 
 
 
 
 
 
 
 
 
 
 
 
 
 
244
  msgid "or"
245
  msgstr "oder"
246
 
247
- #: includes/Loader.php:1370 includes/Loader.php:1582
248
  msgid "back to install plugins"
249
  msgstr "zurück zur Pluginübersicht"
250
 
251
- #: includes/Notice.php:19 views/b2s/html/sidebar.php:144
252
  msgid "Rate it!"
253
  msgstr "Bewerte uns!"
254
 
255
  #: includes/Notice.php:20
256
- msgid "If you like Blog2Social, please give us a 5 star rating. I there is anything that does not work for you, please contact us!!"
257
- msgstr "Wenn Dir Blog2Social, gebe uns bitte eine 5-Sterne-Bewertung. Wenn es bei Dir nicht funktioniert, nehme mit uns Kontakt auf. "
 
 
 
 
258
 
259
- #: includes/Notice.php:21 views/b2s/html/sidebar.php:147
260
  msgid "RATE BLOG2SOCIAL"
261
  msgstr "Blog2Social jetzt bewerten"
262
 
@@ -265,46 +363,213 @@ msgid "hide"
265
  msgstr "ausblenden"
266
 
267
  #: includes/System.php:69
268
- msgid "Blog2Social used cURL. cURL is not installed in your PHP installation on your server. Install cURL and activate Blog2Social again."
269
- msgstr "Blog2Social verwendet cURL. cURL ist nicht in deiner PHP Version auf deinem Server installiert. Installiere cURL und aktiviere Blog2Social erneut."
270
-
271
- #: includes/System.php:72 includes/System.php:78 includes/System.php:84
272
- #, php-format
273
- msgid "<a href=\"%s\" target=\"_blank\">Please find more Information and help in our FAQ</a>"
274
- msgstr "<a href=\"%s\" target=\"_blank\">Weitere Informationen und Hilfe findest Du in unserem FAQ.</a>"
275
 
276
  #: includes/System.php:75
277
- msgid "Blog2Social used PHP. Your installed PHP version on your server is not high enough to use Blog2Social. Update your PHP version on 5.5.3 or higher."
278
- msgstr "Blog2Social nutzt PHP. Deine installierte PHP Version ist nicht hoch genug, um Blog2Social zu nutzen. Aktualisere Deine PHP Version auf 5.5.3 oder höher. "
 
 
 
 
 
279
 
280
  #: includes/System.php:81
281
  msgid ""
282
- "Blog2Social does not seem to have permission to write in your WordPress database. Please assign Blog2Social the permission to write in the WordPress database. Please also make sure that your MySQL server runs on v5.5.3 or higher, or ask your server administrator to do it for "
283
- "you."
 
 
284
  msgstr ""
285
- "Blog2Social scheint keine Schreibrechte für Ihre WordPress-Datenbank zu haben. Bitte erlauben Sie Blog2Social, in die WordPress-Datenbank zu schreiben. Bitte stellen Sie auch sicher, dass Ihr MySQL-Server auf v5.5.3 oder höher läuft, oder bitten Sie Ihren Server-Administrator,"
286
- " dies für Sie zu tun."
287
-
288
- #: includes/Tools.php:256 views/b2s/html/sidebar.php:30 views/b2s/html/sidebar.ship.php:29
 
 
 
 
289
  msgid "License"
290
  msgstr "Lizenz"
291
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
292
  #: views/notice.php:12
293
  msgid "Connection is broken..."
294
  msgstr "Vebindung ist unterbrochen..."
295
 
296
  #: views/notice.php:14
297
- msgid "The connection to your server has been interrupted. Please make sure that your blog is reachable. If your server does not respond or is too slow, Blog2Social cannot connect to the internet. Try again later or contact your webmaster, if this error message persists."
 
 
 
 
298
  msgstr ""
299
- "Die Verbindung auf Deinen Server wurde unterbrochen. Bitte stelle sicher, dass Dein Blog von außen erreichbar ist.Wenn Dein Server nicht antwortet, oder die Verbindungsgeschwindigkeit zu niedrig ist, kann Blog2Social sich nicht mit dem internet verbinden. Versuche es später "
300
- "erneut oder kontaktiere Deinen Webmaster, wenn dieser Fehler erneut erscheint."
 
 
 
301
 
302
  #: views/notice.php:17
303
  msgid "Update..."
304
  msgstr "Aktualisierung..."
305
 
306
  #: views/notice.php:19
307
- msgid "<b> A new version of Blog2Social is available. </b> Update now <br> Blog2Social to continue to use the latest version of the plugin."
 
 
308
  msgstr "<b> Eine neue Version von Blog2Social ist verfügbar </b>"
309
 
310
  #: views/notice.php:23
@@ -323,12 +588,18 @@ msgstr "Es ist ein unbekannter Fehler aufgetreten!"
323
  msgid "Please contact our support!"
324
  msgstr "Bitte kontaktiere unseren Support!"
325
 
326
- #: includes/Ajax/Post.php:1553 views/b2s/network.php:6 includes/B2S/Network/Item.php:219 includes/B2S/Network/Item.php:284 includes/B2S/Network/Item.php:347 includes/B2S/Network/Item.php:473 includes/B2S/Network/Item.php:489
 
 
 
327
  msgid "Unknown username"
328
- msgstr "unbekannter Blognutzer"
329
 
330
- #: includes/Ajax/Post.php:1554 includes/B2S/Network/Item.php:474 includes/B2S/Post/Item.php:414 includes/B2S/Post/Item.php:434 includes/B2S/Post/Item.php:663 includes/B2S/Post/Item.php:712 includes/B2S/Settings/Item.php:82 includes/B2S/Ship/Item.php:779
331
- #: includes/B2S/Ship/Item.php:929
 
 
 
332
  msgid "delete"
333
  msgstr "löschen"
334
 
@@ -340,31 +611,50 @@ msgstr "Siehe FAQ"
340
  msgid "last auto-post:"
341
  msgstr "letzter Auto-Post:"
342
 
343
- #: includes/B2S/PostBox.php:76 views/b2s/ship.php:640 views/b2s/html/header.php:55
 
344
  msgid "The connection to the server failed. Try again!"
345
- msgstr "Eine Verbindung zum Server konnte nicht hergestellt werden. Versuche es erneut!"
 
 
346
 
347
  #: includes/B2S/PostBox.php:77
348
- msgid "WordPress uses heartbeats by default, Blog2Social as well. Please enable heartbeats for using Blog2Social!"
349
- msgstr "WordPress verwendet standardmäßig den Heartbeat und Blog2Social auch. Aktiviere den Heartbeat damit Du Blog2Social problemlos nutzen kannst."
 
 
 
 
350
 
351
  #: includes/B2S/PostBox.php:78 includes/B2S/PostBox.php:80
352
- msgid "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."
353
- msgstr "Bitte stelle sicher, dass Dein Beitrag auf Deinem Blog veröffentlicht oder geplant ist. Dann kannst Du Deinen Beitrag mit Blog2Social anpassen und planen."
 
 
 
 
 
 
354
 
355
  #: includes/B2S/PostBox.php:79 includes/B2S/PostBox.php:174
356
  msgid "Network settings"
357
  msgstr "Netzwerkeinstellungen"
358
 
359
  #: includes/B2S/PostBox.php:81 views/b2s/ship.php:197
360
- msgid "Notice: Please make sure, that your website address is reachable. The Social Networks do not allow postings from local installations."
361
- msgstr "Hinweis: Bitte stelle sicher, dass Dein Blog von außen erreichbar ist. Bei Fragen wende Dich bitte an unseren Support."
 
 
 
 
362
 
363
  #: includes/B2S/PostBox.php:97
364
  msgid "Custom Sharing & Scheduling"
365
  msgstr "Anpassen & Planen"
366
 
367
- #: includes/B2S/PostBox.php:97 includes/B2S/PostBox.php:101 views/b2s/ship.php:75 views/b2s/ship.php:165 views/b2s/ship.php:254 includes/B2S/Network/Item.php:174 includes/B2S/Ship/Item.php:743
 
 
368
  msgid "Info"
369
  msgstr "Info"
370
 
@@ -377,10 +667,17 @@ msgid "Facebook Instant Sharing:"
377
  msgstr "Facebook Instant Sharing:"
378
 
379
  #: includes/B2S/PostBox.php:100 includes/B2S/Settings/Item.php:110
380
- msgid "Auto-posts for Facebook Profiles will be shown in the \"Instant Sharing\" tab on your \"Posts & Sharing\" navigation bar and can be shared on your Facebook Profile by clicking on the \"Share\" button next to your auto-post."
381
- msgstr "Auto-Posts für Facebook-Profile laufen automatisch im \"Instant Sharing\" Tab in der Navigationsleiste unter \"Beiträge\" ein und können durch einen Klick auf den “Teilen” Button neben dem Post an Dein Facebook-Profil gesendet werden."
 
 
 
 
 
 
 
382
 
383
- #: includes/B2S/PostBox.php:101 views/b2s/html/header.php:327
384
  msgid "Social Media Auto-Posting"
385
  msgstr "Social Media Auto-Posting"
386
 
@@ -388,8 +685,26 @@ msgstr "Social Media Auto-Posting"
388
  msgid "enable Auto-Posting"
389
  msgstr "Auto-Posting aktivieren"
390
 
391
- #: includes/B2S/PostBox.php:115 views/b2s/curation.draft.php:46 views/b2s/network.php:58 views/b2s/network.php:146 views/b2s/network.php:222 views/b2s/network.php:353 views/b2s/network.php:455 views/b2s/post.approve.php:51 views/b2s/post.calendar.php:60
392
- #: views/b2s/post.calendar.php:239 views/b2s/post.draft.php:42 views/b2s/post.php:41 views/b2s/post.publish.php:45 views/b2s/post.sched.php:59 views/b2s/ship.php:187 views/b2s/ship.php:566 views/b2s/ship.php:638 views/b2s/support.php:204 views/prg/html/header.php:86
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
393
  msgid "Loading..."
394
  msgstr "Wird geladen..."
395
 
@@ -399,96 +714,189 @@ msgstr "Blog2Social : Beiträge anpassen & planen"
399
 
400
  #: includes/B2S/PostBox.php:126
401
  msgid ""
402
- "Customize and schedule your social media posts on the one page preview for all your selected networks: tailor your posts with individual comments, #hashtags or @handles and schedule your posts for the best times to post, for multiple times or re-share recurrently for more "
403
- "visibility and engagement with your community."
 
 
 
404
  msgstr ""
405
- "Individualisiere und plane Deine Social Media Posts über die Netzwerk-Vorschau: Ergänze individuelle Kommentare, #Hashtags oder @Handles für die verschiedenen Netzwerke und plane Deine Posts für die besten Zeiten, mehrfach oder wiederholt, um mehr Sichtbarkeit und Feedback "
406
- "von Deiner Community zu erzielen"
407
-
408
- #: includes/B2S/PostBox.php:135 views/b2s/html/footer.php:305 views/b2s/html/footer.php:345
 
 
 
 
409
  msgid "Blog2Social: Social Media Auto-Posting"
410
  msgstr "Blog2Social: Social Media Auto-Posting"
411
 
412
  #: includes/B2S/PostBox.php:139 views/b2s/html/footer.php:309
413
- msgid "Share your blog posts with the Auto Poster: Your blog posts will be shared automatically on your social media channels as soon as you publish or update a new post. You can also choose to autopost scheduled blog posts as soon as they are published."
 
 
 
 
414
  msgstr ""
415
- "Teile Deine Blogbeiträge mit dem Auto-Poster: Deine Blogbeiträge werden automatisch auf Deinen Social Media-Kanälen geteilt, sobald Du einen neuen Beitrag veröffentlichst oder aktualisierst. Du kannst auch festlegen, dass in WordPress vorgeplante Blogbeiträge automatisch "
416
- "geteilt werden, sobald sie veröffentlicht werden."
 
 
 
417
 
418
  #: includes/B2S/PostBox.php:140 views/b2s/html/footer.php:310
419
  #, php-format
420
- msgid "<a target=\"_blank\" href=\"%s\">Learn how to set up auto posting for your blog posts</a>"
421
- msgstr "<a target=\"_blank\" href=\"%s\">Erfahre, wie Du den Auto-Poster für Deine Blogbeiträge einrichtest.</a>"
 
 
 
 
422
 
423
- #: includes/B2S/PostBox.php:144 views/b2s/html/footer.php:316 views/b2s/html/footer.php:355
 
424
  msgid "You want to auto-post your blog post?"
425
  msgstr "Du möchtest Deinen Beitrag automatisch posten?"
426
 
427
- #: includes/B2S/PostBox.php:145 views/b2s/curation.php:127 views/b2s/post.calendar.php:277 views/b2s/ship.php:305 views/b2s/ship.php:365 views/b2s/ship.php:411 views/b2s/html/footer.php:26 views/b2s/html/footer.php:144 views/b2s/html/footer.php:208 views/b2s/html/footer.php:248
428
- #: views/b2s/html/footer.php:317 views/b2s/html/footer.php:356 views/b2s/html/footer.php:443
 
 
 
 
429
  msgid "With Blog2Social Premium you can:"
430
  msgstr "Mit Blog2Social kannst Du:"
431
 
432
- #: includes/B2S/PostBox.php:148 views/b2s/curation.php:130 views/b2s/post.calendar.php:280 views/b2s/ship.php:308 views/b2s/ship.php:368 views/b2s/ship.php:414 views/b2s/html/footer.php:29 views/b2s/html/footer.php:147 views/b2s/html/footer.php:211 views/b2s/html/footer.php:251
433
- #: views/b2s/html/footer.php:320 views/b2s/html/footer.php:359 views/b2s/html/footer.php:446 views/b2s/html/header.php:328
 
 
 
 
 
434
  msgid "Post on pages and groups"
435
  msgstr "Poste auf Seiten und in Gruppen"
436
 
437
- #: includes/B2S/PostBox.php:149 views/b2s/curation.php:131 views/b2s/post.calendar.php:281 views/b2s/ship.php:309 views/b2s/ship.php:369 views/b2s/ship.php:415 views/b2s/html/footer.php:30 views/b2s/html/footer.php:148 views/b2s/html/footer.php:212 views/b2s/html/footer.php:252
438
- #: views/b2s/html/footer.php:321 views/b2s/html/footer.php:360 views/b2s/html/footer.php:447
 
 
 
 
439
  msgid "Share on multiple profiles, pages and groups"
440
  msgstr "Auf mehreren Profilen, Seiten und Gruppen teilen"
441
 
442
- #: includes/B2S/PostBox.php:150 views/b2s/curation.php:132 views/b2s/post.calendar.php:282 views/b2s/ship.php:310 views/b2s/ship.php:370 views/b2s/ship.php:416 views/b2s/html/footer.php:31 views/b2s/html/footer.php:65 views/b2s/html/footer.php:149 views/b2s/html/footer.php:213
443
- #: views/b2s/html/footer.php:253 views/b2s/html/footer.php:322 views/b2s/html/footer.php:361 views/b2s/html/footer.php:448
 
 
 
 
 
444
  msgid "Auto-post and auto-schedule new and updated blog posts"
445
- msgstr " Auto-posten und Auto-planen: Beiträge automatisch bei Veröffentlichung oder Aktualisierung posten und zeitversetzt planen"
446
-
447
- #: includes/B2S/PostBox.php:151 views/b2s/curation.php:133 views/b2s/post.calendar.php:283 views/b2s/ship.php:311 views/b2s/ship.php:371 views/b2s/ship.php:417 views/b2s/html/footer.php:32 views/b2s/html/footer.php:150 views/b2s/html/footer.php:214 views/b2s/html/footer.php:254
448
- #: views/b2s/html/footer.php:323 views/b2s/html/footer.php:362 views/b2s/html/footer.php:449
 
 
 
 
 
 
449
  msgid "Schedule your posts at the best times on each network"
450
  msgstr "Plane Deine Beiträge zu den besten Zeiten für jedes Netzwerk"
451
 
452
- #: includes/B2S/PostBox.php:152 views/b2s/curation.php:134 views/b2s/post.calendar.php:284 views/b2s/ship.php:312 views/b2s/ship.php:372 views/b2s/ship.php:418 views/b2s/html/footer.php:33 views/b2s/html/footer.php:151 views/b2s/html/footer.php:215 views/b2s/html/footer.php:255
453
- #: views/b2s/html/footer.php:324 views/b2s/html/footer.php:363 views/b2s/html/footer.php:450
454
- msgid "Best Time Manager: use predefined best time scheduler to auto-schedule your social media posts"
 
 
 
 
 
 
455
  msgstr " Beste Zeiten Manager: vordefinierte Zeiten für Deine Beiträge nutzen"
456
 
457
- #: includes/B2S/PostBox.php:153 views/b2s/curation.php:135 views/b2s/post.calendar.php:285 views/b2s/ship.php:313 views/b2s/ship.php:373 views/b2s/ship.php:419 views/b2s/html/footer.php:34 views/b2s/html/footer.php:152 views/b2s/html/footer.php:216 views/b2s/html/footer.php:256
458
- #: views/b2s/html/footer.php:325 views/b2s/html/footer.php:364 views/b2s/html/footer.php:451
 
 
 
 
459
  msgid "Schedule your post for one time, multiple times or recurrently"
460
- msgstr "Veröffentlichungen zur besten Zeit pro Netzwerk planen: einmalig, mehrmalig oder nach einem regelmäßigen Muster"
461
-
462
- #: includes/B2S/PostBox.php:154 views/b2s/curation.php:136 views/b2s/post.calendar.php:286 views/b2s/ship.php:314 views/b2s/ship.php:374 views/b2s/ship.php:420 views/b2s/html/footer.php:35 views/b2s/html/footer.php:153 views/b2s/html/footer.php:217 views/b2s/html/footer.php:257
463
- #: views/b2s/html/footer.php:326 views/b2s/html/footer.php:365 views/b2s/html/footer.php:452
 
 
 
 
 
 
464
  msgid "Schedule and re-share old posts"
465
  msgstr "Plane und teile alte Beiträge"
466
 
467
- #: includes/B2S/PostBox.php:155 views/b2s/curation.php:137 views/b2s/post.calendar.php:287 views/b2s/ship.php:315 views/b2s/ship.php:375 views/b2s/ship.php:421 views/b2s/html/footer.php:36 views/b2s/html/footer.php:67 views/b2s/html/footer.php:154 views/b2s/html/footer.php:218
468
- #: views/b2s/html/footer.php:258 views/b2s/html/footer.php:327 views/b2s/html/footer.php:366 views/b2s/html/footer.php:453
 
 
 
 
 
469
  msgid "Select link format or image format for your posts"
470
- msgstr "Link-Posts oder Bild-Posts als Posting-Format für Deine Beiträge auswählen"
471
-
472
- #: includes/B2S/PostBox.php:156 views/b2s/curation.php:138 views/b2s/post.calendar.php:288 views/b2s/ship.php:316 views/b2s/ship.php:376 views/b2s/ship.php:422 views/b2s/html/footer.php:37 views/b2s/html/footer.php:68 views/b2s/html/footer.php:155 views/b2s/html/footer.php:219
473
- #: views/b2s/html/footer.php:259 views/b2s/html/footer.php:328 views/b2s/html/footer.php:367 views/b2s/html/footer.php:454
 
 
 
 
 
 
474
  msgid "Select individual images per post"
475
- msgstr "Individuelle Bilder für Deine Social Media Posts pro Netzwerk auswählen"
476
-
477
- #: includes/B2S/PostBox.php:157 views/b2s/curation.php:139 views/b2s/post.calendar.php:289 views/b2s/ship.php:317 views/b2s/ship.php:377 views/b2s/ship.php:423 views/b2s/html/footer.php:38 views/b2s/html/footer.php:156 views/b2s/html/footer.php:220 views/b2s/html/footer.php:260
478
- #: views/b2s/html/footer.php:329 views/b2s/html/footer.php:368 views/b2s/html/footer.php:455
479
- msgid "Reporting & calendar: keep track of your published and scheduled social media posts"
480
- msgstr "Reporting & Kalender: Verfolge Deine veröffentlichten und geplanten Social Media Beiträge"
481
-
482
- #: includes/B2S/PostBox.php:159 views/b2s/curation.php:141 views/b2s/post.calendar.php:291 views/b2s/ship.php:319 views/b2s/ship.php:379 views/b2s/ship.php:425 views/b2s/html/footer.php:40 views/b2s/html/footer.php:158 views/b2s/html/footer.php:222 views/b2s/html/footer.php:262
483
- #: views/b2s/html/footer.php:331 views/b2s/html/footer.php:370 views/b2s/html/footer.php:457 views/b2s/html/header.php:282
484
- msgid "Upgrade to PREMIUM"
485
- msgstr "Jetzt auf Premium upgraden"
486
-
487
- #: includes/B2S/PostBox.php:161 views/b2s/curation.php:143 views/b2s/post.calendar.php:293 views/b2s/ship.php:321 views/b2s/ship.php:381 views/b2s/ship.php:427 views/b2s/html/footer.php:42 views/b2s/html/footer.php:73 views/b2s/html/footer.php:91 views/b2s/html/footer.php:160
488
- #: views/b2s/html/footer.php:224 views/b2s/html/footer.php:264 views/b2s/html/footer.php:333 views/b2s/html/footer.php:372 views/b2s/html/footer.php:460
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
489
  #, php-format
490
- msgid "or <a target=\"_blank\" href=\"%s\">start with free 30-days-trial of Blog2Social Premium</a> (no payment information needed)"
491
- msgstr "oder <a target=\"_blank\" href=\"%s\">starte mit der 30-tägigen kostenlosen Testversion von Blog2Social Premium</a> (keine Zahlungsinformationen erforderlich)"
 
 
 
 
 
492
 
493
  #: includes/B2S/PostBox.php:174 includes/B2S/Curation/View.php:70
494
  msgid "Select network collection:"
@@ -512,21 +920,21 @@ msgstr "zu geplanten Zeiten"
512
 
513
  #: includes/B2S/PostBox.php:221
514
  msgid "schedule (best times)"
515
- msgstr "Zu meinen besten Zeiten planen"
516
 
517
  #: includes/B2S/PostBox.php:224
518
  msgid "You want to schedule your blog post with Auto-Poster?"
519
- msgstr "Du möchtest deinen Blogbeitrag mit Auto-Poster planen?"
520
 
521
- #: includes/B2S/PostBox.php:224 views/b2s/html/footer.php:71 views/b2s/html/footer.php:89
522
- msgid "Upgrade to PREMIUM PRO"
523
- msgstr "Upgrade auf PREMIUM PRO"
524
 
525
  #: includes/B2S/PostBox.php:230
526
  msgid "Select date:"
527
  msgstr "Datum auswählen:"
528
 
529
- #: includes/B2S/PostBox.php:231 includes/B2S/Ship/Item.php:356
530
  msgid "show calendar"
531
  msgstr "Planungskalender anzeigen"
532
 
@@ -539,16 +947,27 @@ msgid "best times"
539
  msgstr "Beste Zeiten"
540
 
541
  #: includes/B2S/PostBox.php:243
542
- msgid "Note: If you ​have​ not ​specified​ your own times, we automatically provide you with the best times to post​ on the social networks. You can always ​edit​ your own times in the settings."
543
- msgstr "Hinweis: Wenn Du keinen eigenen Zeiten angegeben hast, stellen wir Dir automatisch die besten Zeiten zur Verfügung, um in die Social Media zu posten. Du kannst jederzeit Deine eigenen Zeiten unter Einstellungen bearbeiten."
 
 
 
 
 
 
 
544
 
545
  #: views/b2s/curation.draft.php:17
546
- msgid "Save links as drafts while browsing and share or schedule them whenever you want."
547
- msgstr "Speicher beim Surfen Links aus Deinem Browser und teile sie, wann immer Du möchtest."
 
 
 
 
548
 
549
  #: views/b2s/curation.draft.php:17
550
  msgid "Get the Blog2Social Browser Extension"
551
- msgstr " Blog2Social Browser Extension installieren"
552
 
553
  #: views/b2s/curation.draft.php:75
554
  msgid "Delete Draft"
@@ -556,14 +975,22 @@ msgstr "Entwurf löschen"
556
 
557
  #: views/b2s/curation.draft.php:78
558
  msgid "Are you sure you want to delete this draft?"
559
- msgstr "Bist Du Dir sicher, dass Du den Entwurf löschen möchtest? "
560
 
561
- #: views/b2s/curation.draft.php:82 views/b2s/curation.php:97 views/b2s/network.php:106 views/b2s/post.approve.php:91 views/b2s/post.approve.php:108 views/b2s/post.draft.php:80 views/b2s/post.publish.php:78 views/b2s/post.sched.php:92 views/b2s/ship.php:470 views/b2s/ship.php:549
 
 
 
 
562
  #: views/prg/ship.php:94 views/b2s/widgets/posts.php:67
563
  msgid "NO"
564
  msgstr "NEIN"
565
 
566
- #: views/b2s/curation.draft.php:83 views/b2s/network.php:107 views/b2s/network.php:170 views/b2s/post.approve.php:92 views/b2s/post.draft.php:81 views/b2s/post.publish.php:79 views/b2s/post.sched.php:93 views/b2s/widgets/posts.php:68
 
 
 
 
567
  msgid "YES, delete"
568
  msgstr "Ja, löschen"
569
 
@@ -572,8 +999,13 @@ msgid "No link preview available. Please check your link."
572
  msgstr "Keine Link-Vorschau verfügbar. Bitte überprüfe Deinen Link."
573
 
574
  #: views/b2s/curation.php:33
575
- msgid "No connected networks. Please make sure to connect at least one social media account."
576
- msgstr "Keine verbundenen Netzwerke vorhanden. Bitte stelle sicher, dass Du mindestens einen Social Media Account in Blog2Social unter Netzwerke verbunden hast."
 
 
 
 
 
577
 
578
  #: views/b2s/curation.php:36
579
  msgid "Invalid data. Please check your data."
@@ -581,19 +1013,20 @@ msgstr "Ungültige Daten. Bitte überprüfe Deine Angaben."
581
 
582
  #: views/b2s/curation.php:39
583
  msgid "Saved as draft."
584
- msgstr "Als Entwurf speichern"
585
 
586
  #: views/b2s/curation.php:45
587
  msgid "Enter a link you want share on your social media channels"
588
- msgstr "Füge einen Link ein, den Du auf Deinen Social Media Kanälen teilen möchtest"
 
589
 
590
  #: views/b2s/curation.php:46
591
  msgid "Please enter a valid link"
592
- msgstr "Bitte gib einen gütligen Link ein"
593
 
594
  #: views/b2s/curation.php:47
595
  msgid "Enter link"
596
- msgstr "Füge einen Link ein"
597
 
598
  #: views/b2s/curation.php:50
599
  msgid "continue"
@@ -603,51 +1036,81 @@ msgstr "weiter"
603
  msgid "Load data..."
604
  msgstr "Daten werden geladen..."
605
 
606
- #: views/b2s/curation.php:74 views/b2s/post.calendar.php:38 views/b2s/ship.php:17 views/b2s/ship.php:639 includes/B2S/Post/Filter.php:50 includes/B2S/Post/Item.php:273 includes/B2S/Ship/Save.php:417 includes/PRG/Post/Filter.php:37 includes/PRG/Post/Item.php:86
 
 
 
607
  msgid "published"
608
  msgstr "veröffentlicht"
609
 
610
- #: views/b2s/curation.php:91 views/b2s/post.approve.php:102 views/b2s/ship.php:464
 
611
  msgid "Do you want to mark this post as published ?"
612
  msgstr "Möchtest Du diesen Beitrag als veröffentlicht markieren?"
613
 
614
- #: views/b2s/curation.php:96 views/b2s/post.approve.php:107 views/b2s/ship.php:469 views/b2s/ship.php:550
 
615
  msgid "YES"
616
  msgstr "JA"
617
 
618
- #: views/b2s/curation.php:110 views/b2s/post.calendar.php:260 views/b2s/ship.php:394
 
619
  msgid "Need to schedule your posts?"
620
  msgstr "Du möchtest Deine Beiträge planen?"
621
 
622
- #: views/b2s/curation.php:113 views/b2s/post.calendar.php:263 views/b2s/ship.php:397
 
623
  msgid "Blog2Social Premium covers everything you need."
624
  msgstr "Blog2Social Premium deckt alles ab, was Du brauchst."
625
 
626
- #: views/b2s/curation.php:116 views/b2s/post.calendar.php:266 views/b2s/ship.php:400 includes/B2S/Ship/Item.php:803
 
627
  msgid "Schedule for specific dates"
628
  msgstr "Für bestimmte Termine planen"
629
 
630
- #: views/b2s/curation.php:117 views/b2s/post.calendar.php:267 views/b2s/ship.php:401
631
- msgid "You want to publish a post on a specific date? No problem! Just enter your desired date and you are ready to go!"
632
- msgstr "Du möchtest einen Beitrag an einem ganz bestimmten Datum veröffentlichen? Kein Problem! Stelle einfach Dein Wunschdatum ein und los geht’s!"
 
 
 
 
 
633
 
634
- #: views/b2s/curation.php:119 views/b2s/post.calendar.php:269 views/b2s/ship.php:403
 
635
  msgid "Schedule post recurrently"
636
  msgstr "Beitrag mehrfach planen"
637
 
638
- #: views/b2s/curation.php:120 views/b2s/post.calendar.php:270 views/b2s/ship.php:404
639
- msgid "You have evergreen content you want to re-share from time to time in your timeline? Schedule your evergreen content to be shared once, multiple times or recurringly at specific times."
640
- msgstr "Du möchtest Deine beliebtesten Beiträge wiederholt auf den Social Media teilen? Teile Deine Evergreen Inhalte einmal, mehrmals oder in einem wiederkehrenden Rhythmus"
 
 
 
 
 
 
 
641
 
642
- #: views/b2s/curation.php:122 views/b2s/post.calendar.php:272 views/b2s/ship.php:406
 
643
  msgid "Best Time Scheduler"
644
  msgstr "Beste Zeiten Manager"
645
 
646
- #: views/b2s/curation.php:123 views/b2s/post.calendar.php:273 views/b2s/ship.php:407
647
- msgid "Whenever you publish a post, only a fraction of your followers will actually see your post. Use the Blog2Social Best Times Scheduler to share your post at the best times for each social network. Get more outreach and extend the lifespan of your posts."
 
 
 
 
 
648
  msgstr ""
649
- "Wenn Du einen Post in den Social Media veröffentlichst, wird Dein Beitrag immer nur von einer kleinen Anzahl Deiner Follower wahrgenommen. Nutze den Beste Zeiten Manager, um Deine Beiträge zu den besten Zeiten des jeweiligen Netzwerks zu teilen. Steigere so die Reichweite, "
650
- "Interaktion und Lebensdauer Deiner Posts."
 
 
 
651
 
652
  #: views/b2s/dashboard.php:17
653
  msgid "What's New"
@@ -655,7 +1118,7 @@ msgstr "Das ist neu"
655
 
656
  #: views/b2s/dashboard.php:27
657
  msgid "Your Activity"
658
- msgstr "Deine Aktivitäten"
659
 
660
  #: views/b2s/dashboard.php:32
661
  msgid "List"
@@ -669,7 +1132,10 @@ msgstr "Diagramm"
669
  msgid "Follow us"
670
  msgstr "Folge uns"
671
 
672
- #: views/b2s/network.php:24 views/b2s/network.php:25 views/b2s/post.calendar.php:221 views/b2s/post.calendar.php:222 views/prg/post.php:26 views/prg/post.php:27 views/b2s/html/post.navbar.php:21 views/b2s/html/post.navbar.php:22
 
 
 
673
  msgid "filter"
674
  msgstr "Filter"
675
 
@@ -681,13 +1147,23 @@ msgstr "Neue Netzwerkgruppierung anlegen"
681
  msgid "You want to define a new combination of networks?"
682
  msgstr "Du möchtest eine neue Kombination von Netzwerken anlegen?"
683
 
 
 
 
 
 
 
 
684
  #: views/b2s/network.php:38 views/b2s/partials/post-edit-modal.php:97
685
  msgid "Delete"
686
  msgstr "Löschen"
687
 
688
- #: views/b2s/network.php:45 views/b2s/ship.php:73 views/b2s/ship.php:364 views/b2s/html/footer.php:207
 
689
  msgid "You want to schedule your posts and use the Best Time Scheduler?"
690
- msgstr "Du möchtest die Veröffentlichung Deiner Posts planen und den Beste Zeiten Manager benutzen?"
 
 
691
 
692
  #: views/b2s/network.php:46 views/b2s/ship.php:74
693
  msgid "Load Best Times"
@@ -710,16 +1186,31 @@ msgid "Google My Business"
710
  msgstr "Google My Business"
711
 
712
  #: views/b2s/network.php:121
713
- msgid "Blog2Social uses the official Google My Business API to share your content on your business listing. You can connect Google My Business listings with up to nine different locations to Blog2Social and you can choose which location you want to share your content on."
 
 
 
 
714
  msgstr ""
715
- "Blog2Social nutzt die offizielle Google My Business API um Ihre Blogbeiträge an Ihren Brancheneintrag zu versenden. Sie können Brancheneinträge mit bis zu neun verschiedene Standorten mit Blog2Social verbinden und auswählen, auf welchem Standort Ihr Content geteilt werden "
716
- "soll."
 
 
717
 
718
  #: views/b2s/network.php:124
719
- msgid "Google currently allows access to the API for all companies with up to 9 locations in their Google My Business Listings. However, Google plans to extend the API for companies with more than 9 locations in their Google My Business listings."
720
- msgstr "Google erlaubt derzeit den Zugriff auf die API für alle Unternehmen mit bis zu 9 Standorten. Google plant, den Zugriff auf die API in Zukunft auch auf Unternehmen mit mehr als 9 verbundenen Standorten in Ihren Google My Business Brancheneinträgen zu erweitern."
 
 
 
 
 
 
 
 
721
 
722
- #: views/b2s/network.php:127 views/b2s/premium.php:36 views/b2s/ship.php:486 includes/B2S/Ship/Item.php:841 views/b2s/partials/post-edit-modal.php:48
 
723
  msgid "Learn more"
724
  msgstr "Mehr erfahren"
725
 
@@ -733,15 +1224,17 @@ msgstr "Soll die Autorisierung wirklich gelöscht werden?"
733
 
734
  #: views/b2s/network.php:152
735
  msgid "You have still set up scheduled posts for this network:"
736
- msgstr "Du hast noch ausstehende Veröffentlichungen für dieses Netzwerk geplant:"
 
737
 
738
  #: views/b2s/network.php:153
739
  msgid "This network connection is still assigned to other users."
740
- msgstr "Diese Netzwerkverbindung ist einen anderen Benutzer zugeordnet."
741
 
742
  #: views/b2s/network.php:154
743
  msgid "The user to whom the connection is assigned still has scheduled posts."
744
- msgstr "Der Benutzer, dem die Verbindung zugewiesen ist, hat noch geplante Beiträge."
 
745
 
746
  #: views/b2s/network.php:157
747
  msgid "Delete all scheduled posts for this account irrevocably"
@@ -752,12 +1245,18 @@ msgid "scheduled posts"
752
  msgstr "geplante Beiträge"
753
 
754
  #: views/b2s/network.php:158
755
- msgid "The connection is still assigned to other users. Please withdraw the assigned connection from other users first."
756
- msgstr "Die Verbindung ist noch anderen Benutzern zugeordnet. Bitte entfernen Sie zuerst die zugewiesene Verbindung von anderen Benutzern."
 
 
 
 
757
 
758
  #: views/b2s/network.php:159
759
  msgid "Delete all scheduled posts from all user who use this connection."
760
- msgstr "Lösche alle geplanten Beiträge von allen Benutzern, die diese Verbindung nutzen."
 
 
761
 
762
  #: views/b2s/network.php:171
763
  msgid "View schedule posts"
@@ -765,7 +1264,8 @@ msgstr "Geplante Beiträge anzeigen"
765
 
766
  #: views/b2s/network.php:190
767
  msgid "Please re-authorize your account with Blog2Social and try again"
768
- msgstr "Bitte autorisieren Sie Ihr Konto bei Blog2Social und versuchen Sie es erneut."
 
769
 
770
  #: views/b2s/network.php:191
771
  msgid "Change successful"
@@ -785,11 +1285,12 @@ msgstr "Erweiterte Verbindungseinstellungen"
785
 
786
  #: views/b2s/network.php:229 views/b2s/network.php:311
787
  msgid "Move the connection to another network collection."
788
- msgstr "Verschiebe Deine Verbindung in einer andere Netzwerk-Gruppierung"
789
 
790
- #: views/b2s/network.php:234 views/b2s/network.php:263 views/b2s/network.php:266 views/b2s/network.php:269
 
791
  msgid "An error occured. Please contact our support."
792
- msgstr "Es ist ein Fehler aufgetreten. Bitte kontaktier unseren Support."
793
 
794
  #: views/b2s/network.php:241 views/b2s/network.php:318
795
  msgid "move"
@@ -809,7 +1310,8 @@ msgstr "Du hast keine Business-Lizenz"
809
 
810
  #: views/b2s/network.php:275
811
  msgid "This user don't have a Business License, or it is not the same"
812
- msgstr "Dieser Benutzer hat keine Business-Lizenz oder nutzt nicht dieselbe Lizenz"
 
813
 
814
  #: views/b2s/network.php:278
815
  msgid "The connection has already been assigned to this user."
@@ -817,19 +1319,25 @@ msgstr "Die Verbindung wurde diesem Benutzer bereits zugewiesen."
817
 
818
  #: views/b2s/network.php:281
819
  msgid "The connection dose not exist"
820
- msgstr "Diese Verbindung existiert nicht"
821
 
822
  #: views/b2s/network.php:284
823
  msgid "This connection has already been assigned to this user."
824
  msgstr "Die Verbindung wurde diesem Benutzer bereits zugewiesen."
825
 
826
  #: views/b2s/network.php:287
827
- msgid "You can only share the connection with blog users who use the same license as you."
828
- msgstr "Du kannst Deine Verbindung nur mit Blog-Benutzern teilen, die dieselbe Lizenz verwenden wie Du."
 
 
 
 
829
 
830
  #: views/b2s/network.php:290
831
  msgid "There are no other users to whom the connection can be assigned."
832
- msgstr "Es sind keine weiteren Benutzer vorhanden, denen die Verbindung zugewiesen werden kann."
 
 
833
 
834
  #: views/b2s/network.php:293 views/b2s/network.php:328
835
  msgid "assign"
@@ -837,11 +1345,20 @@ msgstr "zuweisen"
837
 
838
  #: views/b2s/network.php:304
839
  msgid ""
840
- "Upgrade to Blog2Social Business to easily bundle your connections into network collection and assign your social media connections to other blog users. You can update and delete the connections as well as select forums or boards. Other users will be able to use the social "
841
- "media connection you assigned to them to post and schedule to your social media profile, page or group."
 
 
 
 
842
  msgstr ""
843
- "Update auf Blog2Social Business, um Deine Verbindungen einfach in eine Netzwerkgruppierung zu verschieben und Deine Social Media-Verbindungen anderen Blog-Benutzern zuzuweisen. Du kannst die Verbindungen aktualisieren und löschen, sowie Foren oder Pinnwände auswählen. Andere "
844
- "Benutzer können die von Dir zugewiesenen Social-Media-Verbindungen verwenden, um Beiträge auf Deinem Social-Media-Profil, Deiner Seite oder Gruppe zu veröffentlichen oder vorzuplanen."
 
 
 
 
 
845
 
846
  #: views/b2s/network.php:305
847
  msgid "Upgrade to Blog2Social Business"
@@ -851,11 +1368,12 @@ msgstr "Upgrade auf Blog2Social Business"
851
  msgid "My Profile"
852
  msgstr "Mein Profil"
853
 
854
- #: views/b2s/network.php:347 includes/B2S/Network/Item.php:162
855
  msgid "Edit Post Template"
856
  msgstr "Beitragsvorlage bearbeiten"
857
 
858
- #: views/b2s/network.php:359 views/b2s/settings.php:52 includes/B2S/Settings/Item.php:296
 
859
  msgid "save"
860
  msgstr "speichern"
861
 
@@ -865,30 +1383,49 @@ msgstr "Instant Caching für Facebook Link-Beiträge"
865
 
866
  #: views/b2s/network.php:374 views/b2s/settings.php:132
867
  msgid ""
868
- "Please enable this feature, if you are using varnish caching (HTTP accelerator to relieve your website). Blog2Social will add a \"no-cache=1\" parameter to the post URL of your Facebook link posts to ensure that Facebook always pulls the current meta data of your blog post."
 
 
 
869
  msgstr ""
870
- "Bitte aktiviere diese Funktion, wenn Du Varnish-Caching (HTTP-Beschleuniger zur Entlastung Ihrer Website) verwendest. Blog2Social fügt der Post-URL Deines Facebook-Link-Posts den Parameter \"no-cache=1\" hinzu, um sicherzustellen, dass Facebook immer die aktuellen Metadaten "
871
- "Deines Blog-Posts abruft."
 
 
 
872
 
873
  #: views/b2s/network.php:385
874
  msgid "Choose your Post Format"
875
- msgstr "Wähle Dein Postformat"
876
 
877
- #: views/b2s/network.php:389 views/b2s/network.php:392 views/b2s/network.php:395
878
- msgid "Decide in which post format you want to post your content: Link post or image post."
879
- msgstr "Entscheide, in welchem Postformat Deine Inhalte veröffentlicht werden sollen: Link-Post oder Bildpost."
 
 
 
 
 
880
 
881
  #: views/b2s/network.php:398
882
- msgid "Decide in wich form you want to post your Content. Either as image with frame, or as image cut out."
883
- msgstr "Entscheide, in welcher Form Deine Inhalte veröffentlicht werden sollen. Entweder als Bild mit Rahmen oder als Bildausschnitt."
 
 
 
 
884
 
885
  #: views/b2s/network.php:410
886
  msgid "Post Content"
887
- msgstr "Inhalt veröffentlichen"
888
 
889
  #: views/b2s/network.php:413
890
- msgid "Edit the content of your post. Move elements by drag and drop into the textarea and customize them as you like."
891
- msgstr "Bearbeite den Inhalt Deines Beitrags. Verschiebe die Elemente per Drag & Drop in das Textfeld und passe nach Deinen Wünschen an."
 
 
 
 
892
 
893
  #: views/b2s/network.php:416
894
  msgid "Legend"
@@ -896,93 +1433,155 @@ msgstr "Legende"
896
 
897
  #: views/b2s/network.php:418
898
  msgid "The title of your post"
899
- msgstr "Beitrags-Titel"
900
 
901
  #: views/b2s/network.php:419
902
  msgid "The summary of your post (you define it in the side menu of your post)."
903
- msgstr "Die Zusammenfassung Deines Beitrags (Du definierst Ihn im Seitenmenü Deines Beitrags)."
 
 
904
 
905
  #: views/b2s/network.php:420
906
  msgid "The content of your post"
907
- msgstr "Beitrags-Inhalt"
908
 
909
  #: views/b2s/network.php:421
910
  msgid "The tags you have set in your post."
911
- msgstr "Tags, die Du zu Deinem Beitrag definiert hast."
912
 
913
- #: views/b2s/network.php:434 includes/B2S/Network/Item.php:632
914
  msgid "Character limit"
915
- msgstr "Zeichenbeschränkung"
916
 
917
  #: views/b2s/network.php:437
918
- msgid "Define the character limit for the variables \"EXCERPT\" and \"CONTENT\" individually. Your text will be shortened after the last comma, period, or space character within your character limit."
919
- msgstr "Lege das Zeichenlimit für die Variablen \"EXCERPT\" und \"CONTENT\" einzeln fest. Dein Text wird nach dem letzten Komma, Punkt oder Leerzeichen innerhalb Deiner Zeichenbegrenzung abgeschnitten."
 
 
 
 
 
 
920
 
921
  #: views/b2s/network.php:438
922
- msgid "An \"EXCERPT\" will only be added to your social media post if you have added a manual excerpt in the excerpt editing box of the Gutenberg side menu (document settings) of your post."
923
- msgstr "Ein “EXCERPT wird nur in Deinen Social-Media-Beitrag eingefügt, wenn Du einen manuellen Textauszug in der Textauszug-Box im Gutenberg Seitenmenü (Dokumenten-Einstellungen) Deines Blogbeitrages eingetragen hast. "
 
 
 
 
 
 
924
 
925
  #: views/b2s/network.php:439
926
  msgid ""
927
- "\"TITLES\" and \"KEYWORDS\" (Hashtags) are not shortened. If you select the \"TITLE\" and \"KEYWORD\" variables for your social media posts, the character limit you define for the \"EXCERPT\" and/or \"CONTENT\" variables will be applied within the remaining available "
928
- "character limit of the social network."
 
 
 
929
  msgstr ""
930
- "“TITLES” und “KEYWORDS” (Hashtags) werden nicht gekürzt. Wenn Du die Variablen “TITLE” und “KEYWORDS” für Deine Social-Media-Posts auswählst, wird die von Dir definierte Zeichenanzahl für die Variablen \"EXCERPT\" und/oder \"Inhalt\" innerhalb der darüber hinaus verfügbaren "
931
- "Zeichenanzahl des jeweiligen Social Networks berücksichtigt."
 
 
 
932
 
933
- #: views/b2s/network.php:450 views/b2s/ship.php:561
934
  msgid "Connect with Pinterest"
935
  msgstr "Mit Pinterest verbinden"
936
 
937
- #: views/b2s/network.php:458 views/b2s/ship.php:569
938
  msgid ""
939
- "Please make sure to use your original Pinterest login data (email and password). Social Login via Facebook or Google login data will not work here. Please also check if the two-factor authentication in Pinterest is deactivated to ensure a stable connection to Blog2Social."
 
 
 
940
  msgstr ""
941
- "Bitte achte darauf, dass Du nur Deine direkten Pinterest Login-Daten verwendest. Melde Dich nicht über Facebook oder Google an. Bitte prüfe auch, dass die Zwei-Faktor-Authentifizierung in Pinterest deaktiviert ist, um eine stabile Verbindung zu Blog2Social sicherzustellen."
 
 
 
942
 
943
- #: views/b2s/network.php:459 views/b2s/ship.php:570
944
  msgid "An error occurred! Please try again."
945
  msgstr "Es ist ein Fehler aufgetreten! Bitte versuche es erneut."
946
 
947
- #: views/b2s/network.php:460 views/b2s/network.php:461 views/b2s/ship.php:571 views/b2s/ship.php:572
 
948
  #, php-format
949
- msgid "You want to connect an additional account? <a target=\"_blank\" href=\"%s\">Upgrade to Blog2Social Premium</a>"
950
- msgstr "Du möchtest ein zusätzliches Konto verbinden? <a target=\"_blank\" href=\"%s\">Upgrade auf Blog2Social Premium</a>"
 
 
 
 
951
 
952
- #: views/b2s/network.php:462 views/b2s/ship.php:573
953
  msgid "Invalid Data! Please try again."
954
  msgstr "Ungültige Daten! Bitte versuche es erneut."
955
 
956
- #: views/b2s/network.php:463 views/b2s/ship.php:574
957
- msgid "You have not yet created any pinboards in your Pinterest account. Please set up at least one pinboard to pin on your Pinterest account!"
958
- msgstr "Du hast noch keine Pinnwände in Deinem Pinterest Konto angelegt. Bitte richte mindestens eine Pinnwand auf Deinem Pinterest Konto ein!"
 
 
 
 
959
 
960
- #: views/b2s/network.php:464 views/b2s/ship.php:575
961
  #, php-format
962
- msgid "Login failed. Please check your login data for typos and please check your Pinterest settings, if the two-factor authentication is turned off for this account: <a target=\"_blank\" href=\"%s\">%s</a>"
963
- msgstr "Die Anmeldung ist fehlgeschlagen. Bitte überprüfe Deine Logindaten auf Tippfehler und prüfe in Deinen Pinterest Einstellungen, ob die Zwei-Faktor-Authentifizierung für dieses Konto deaktiviert ist: <a target=\"_blank\" href=\"%s\">%s</a>"
 
 
 
 
 
 
 
964
 
965
- #: views/b2s/network.php:465 views/b2s/ship.php:576
966
- msgid "Login up successful. Please confirm that Blog2Social is allowed to publish on your profile."
967
- msgstr "Anmeldung erfolgreich. Bitte bestätige, dass Blog2Social auf Deinem Profil veröffentlichen darf."
 
 
 
 
 
 
 
 
 
 
 
 
 
968
 
969
- #: views/b2s/network.php:467 views/b2s/ship.php:578 views/b2s/html/header.php:334 views/prg/html/form.php:141 views/prg/html/form.php:143 views/prg/html/form.php:218 views/prg/html/form.php:220
 
 
 
970
  msgid "E-Mail"
971
  msgstr "E-Mail"
972
 
973
- #: views/b2s/network.php:473 views/b2s/ship.php:584 views/prg/login.php:25
974
  msgid "Password"
975
  msgstr "Passwort"
976
 
977
- #: views/b2s/network.php:485 views/b2s/ship.php:596
 
 
 
 
978
  msgid "Select Pinboard"
979
  msgstr "Pinnwand auswählen"
980
 
981
- #: views/b2s/network.php:493 views/b2s/ship.php:604
982
  msgid "authorize"
983
  msgstr "autorisieren"
984
 
985
- #: views/b2s/network.php:494 views/b2s/ship.php:605
986
  msgid "confirm"
987
  msgstr "bestätigen"
988
 
@@ -994,7 +1593,9 @@ msgstr "Social Media Posts löschen"
994
  msgid "Are you sure you want to delete these Social Media posts?"
995
  msgstr "Bist Du sicher, dass Du diese Social Media Posts löschen möchtest?"
996
 
997
- #: views/b2s/post.approve.php:87 views/b2s/post.publish.php:74 views/b2s/post.sched.php:88 views/b2s/widgets/posts.php:63
 
 
998
  msgid "Number of entries"
999
  msgstr "Anzahl der Einträge"
1000
 
@@ -1006,23 +1607,32 @@ msgstr "Sortiere nach Netzwerk"
1006
  msgid "show all"
1007
  msgstr "alles anzeigen"
1008
 
1009
- #: views/b2s/post.calendar.php:39 views/b2s/ship.php:17 includes/B2S/Post/Filter.php:50 includes/B2S/Post/Item.php:273 includes/PRG/Post/Filter.php:37 includes/PRG/Post/Item.php:86
 
 
1010
  msgid "scheduled"
1011
  msgstr "geplant"
1012
 
1013
- #: views/b2s/post.calendar.php:70 views/b2s/post.sched.php:178 includes/B2S/Settings/Item.php:398 includes/B2S/Settings/Item.php:428 views/b2s/html/footer.php:111
 
 
1014
  msgid "Link Post"
1015
  msgstr "Link-Beitrag"
1016
 
1017
- #: views/b2s/post.calendar.php:70 views/b2s/post.sched.php:178 includes/B2S/Settings/Item.php:409 includes/B2S/Settings/Item.php:428
 
1018
  msgid "Image Post"
1019
- msgstr "Bildpost"
1020
 
1021
- #: views/b2s/post.calendar.php:70 views/b2s/post.sched.php:178 includes/B2S/Network/Item.php:592 includes/B2S/Network/Item.php:595 includes/B2S/Settings/Item.php:398 views/b2s/html/footer.php:128
 
 
1022
  msgid "Image with frame"
1023
  msgstr "Bild mit Rahmen"
1024
 
1025
- #: views/b2s/post.calendar.php:70 views/b2s/post.sched.php:178 includes/B2S/Network/Item.php:593 includes/B2S/Network/Item.php:596 includes/B2S/Settings/Item.php:409 views/b2s/html/footer.php:133
 
 
1026
  msgid "Image cut out"
1027
  msgstr "Bild zuschneiden"
1028
 
@@ -1030,75 +1640,101 @@ msgstr "Bild zuschneiden"
1030
  msgid "add post"
1031
  msgstr "Beitrag hinzufügen"
1032
 
1033
- #: views/b2s/post.calendar.php:106 views/b2s/post.sched.php:123 views/b2s/ship.php:499
 
1034
  msgid "Choose your"
1035
  msgstr "Wähle Deinen"
1036
 
1037
- #: views/b2s/post.calendar.php:106 views/b2s/post.sched.php:123 views/b2s/ship.php:499
 
1038
  msgid "Post Format"
1039
  msgstr "Postformat"
1040
 
1041
- #: views/b2s/post.calendar.php:108 views/b2s/post.sched.php:125 views/b2s/ship.php:501
 
1042
  msgid "for:"
1043
  msgstr "für:"
1044
 
1045
- #: views/b2s/post.calendar.php:127 views/b2s/post.sched.php:144 views/b2s/ship.php:519
1046
- msgid "Define the default settings for the custom post format for all of your Facebook accounts in the Blog2Social settings."
1047
- msgstr "Speichere Dein bevorzugtes Facebook Post-Format als Standardeinstellung in den Blog2Social Einstellungen."
 
 
 
 
 
1048
 
1049
- #: views/b2s/post.calendar.php:130 views/b2s/post.sched.php:147 views/b2s/ship.php:522
1050
- msgid "Define the default settings for the custom post format for all of your Twitter accounts in the Blog2Social settings."
1051
- msgstr "Definiere Dein Standard-Beitragsformat für alle Deine Twitter-Verbindungen unter den Blog2Social Einstellungen."
 
 
 
 
 
1052
 
1053
- #: views/b2s/post.calendar.php:133 views/b2s/post.sched.php:150 views/b2s/ship.php:525
1054
- msgid "Define the default settings for the custom post format for all of your LinkedIn accounts in the Blog2Social settings."
1055
- msgstr "Definiere die Standardeinstellung für das Postformat bei LinkedIn in den Blog2Social-Einstellungen."
 
 
 
 
 
1056
 
1057
- #: views/b2s/post.calendar.php:136 views/b2s/post.sched.php:153 views/b2s/ship.php:528
1058
- msgid "Define the default settings for the custom post format for all of your Instagram accounts in the Blog2Social settings."
1059
- msgstr "Definiere die Standardeinstellungen für das benutzerdefinierte Postformat für alle Instagram-Konten in den Blog2Social-Einstellungen."
 
 
 
 
 
1060
 
1061
- #: views/b2s/post.calendar.php:151 views/b2s/post.sched.php:104 views/b2s/ship.php:440
 
1062
  msgid "Select image for"
1063
  msgstr "Wähle Bild aus für"
1064
 
1065
- #: views/b2s/post.calendar.php:169
1066
  msgid "What would you like to share?"
1067
  msgstr "Was möchtest Du teilen?"
1068
 
1069
- #: views/b2s/post.calendar.php:179
1070
  msgid "Share content from your blog"
1071
  msgstr "Teile Deine Blogbeiträge"
1072
 
1073
- #: views/b2s/post.calendar.php:182 views/b2s/post.calendar.php:195
1074
  msgid "select"
1075
  msgstr "auswählen"
1076
 
1077
- #: views/b2s/post.calendar.php:192
1078
  msgid "Share content from other sources"
1079
  msgstr "Teile Beiträge aus beliebigen Quellen"
1080
 
1081
- #: views/b2s/post.calendar.php:213
1082
  msgid "Select a post"
1083
  msgstr "Wähle einen Beitrag aus"
1084
 
1085
  #: views/b2s/post.draft.php:73
1086
  msgid "Delete Social Media Draft"
1087
- msgstr "Social Media Entwurf löschen"
1088
 
1089
  #: views/b2s/post.draft.php:76
1090
  msgid "Are you sure you want to delete this Social Media draft?"
1091
- msgstr "Bist Du Dir sicher, dass Du diesen Social Media Entwurf löschen möchtest?"
1092
 
1093
- #: views/b2s/post.publish.php:69 views/b2s/widgets/posts.php:58
 
1094
  msgid "Delete entries from the reporting"
1095
  msgstr "Einträge aus dem Reporting löschen"
1096
 
1097
- #: views/b2s/post.publish.php:72 views/b2s/widgets/posts.php:61
 
1098
  msgid "You are sure, you want to delete entries from the reporting?"
1099
  msgstr "Bist Du sicher, dass Du Einträge aus dem Reporting löschen möchtest?"
1100
 
1101
- #: views/b2s/post.sched.php:33 includes/B2S/Network/Item.php:136
1102
  msgid "Uhr"
1103
  msgstr "Uhr"
1104
 
@@ -1110,35 +1746,45 @@ msgstr "Einträge aus der Planung löschen"
1110
  msgid "You are sure, you want to delete entries from the scheduling?"
1111
  msgstr "Bist Du sicher, dass Du Einträge aus Deiner Planung löschen möchtest?"
1112
 
1113
- #: views/b2s/premium.php:14 includes/B2S/Settings/Item.php:158
1114
  msgid "Your current license:"
1115
  msgstr "Deine aktuelle Lizenz:"
1116
 
1117
- #: views/b2s/premium.php:26
1118
- msgid "Try Blog2Social Premium 30 days for free"
1119
- msgstr "Teste Blog2Social Premium 30 Tage lang kostenlos."
 
1120
 
1121
  #: views/b2s/premium.php:30
1122
  msgid "End of Trial"
1123
  msgstr "Ende der Testzeit"
1124
 
1125
- #: views/b2s/premium.php:31 includes/B2S/Settings/Item.php:161 includes/B2S/Settings/Item.php:164
 
1126
  msgid "Upgrade"
1127
  msgstr "Upgrade"
1128
 
1129
  #: views/b2s/premium.php:35
1130
- msgid "Upgrade to Blog2Social Premium and get even smarter with social media automation: Schedule your posts for the best time or recurringly with the Best Time Manager or the Social Media Calendar. Post to pages, groups and multiple accounts per network."
 
 
 
 
1131
  msgstr ""
1132
- "Nutze Blog2Social Premium für noch intelligentere Social Media Automatisierung: Plane Deine Beiträge voll-automatisiert mit dem Beste-Zeiten-Manager, wähle bestimmte Termine oder plane Deine Beiträge regelmäßig. Behalte den Überblick über Deine Posts mit dem Social Media "
1133
- "Kalender. Veröffentliche Beiträge auf Seiten, in Gruppen und auf mehreren Konten pro Netzwerk. Arbeite mit mehr Nutzern im Team. "
 
 
 
 
1134
 
1135
  #: views/b2s/premium.php:41
1136
  msgid "Select a user"
1137
- msgstr " Blog-Benutzer auswählen"
1138
 
1139
  #: views/b2s/premium.php:45
1140
  msgid "No User found"
1141
- msgstr "Kein Blog-Benutzer gefunden"
1142
 
1143
  #: views/b2s/premium.php:48
1144
  msgid "Enter license key and change your version"
@@ -1150,91 +1796,140 @@ msgstr "Lizenz aktivieren"
1150
 
1151
  #: views/b2s/premium.php:61
1152
  msgid "Go Premium and get even smarter with social media automation"
1153
- msgstr "Nutze Blog2Social Premium für noch intelligentere Social Media Automatisierung"
 
 
1154
 
1155
  #: views/b2s/premium.php:70
1156
  msgid "Pages and groups"
1157
  msgstr "Seiten und Gruppen"
1158
 
1159
  #: views/b2s/premium.php:71
1160
- msgid "Share your posts on pages and in groups on Facebook, LinkedIn, XING, VK and Medium."
1161
- msgstr "Teilen Sie Ihre Beiträge auf Seiten und in Gruppen auf Facebook, LinkedIn, Xing, VK und Medium."
 
 
 
 
1162
 
1163
  #: views/b2s/premium.php:79
1164
  msgid "More users and accounts"
1165
  msgstr "Mehr Benutzer und Accounts"
1166
 
1167
  #: views/b2s/premium.php:80
1168
- msgid "Add multiple users and accounts per network. Define sharing-profiles for selected network bundles."
1169
- msgstr "Füge mehrere Benutzer und Accounts pro Netzwerk hinzu. Definiere Sharing-Profile für ausgewählte Netzwerk-Bundles."
 
 
 
 
1170
 
1171
  #: views/b2s/premium.php:88
1172
  msgid "Social Media Calendar"
1173
  msgstr "Social Media Kalender"
1174
 
1175
  #: views/b2s/premium.php:89
1176
- msgid "See your entire schedule at a glance, with team view and network filter. Edit scheduled posts or add new social media posts per drag & drop."
1177
- msgstr "Sieh Deinen gesamten Zeitplan auf einen Blick, mit Teamansicht und Netzwerkfilter. Bearbeite geplante Beiträge oder füge neue Social-Media-Beiträge per Drag & Drop hinzu."
 
 
 
 
 
1178
 
1179
  #: views/b2s/premium.php:97
1180
  msgid "Best Times Manager"
1181
  msgstr "Beste Zeiten Manager"
1182
 
1183
  #: views/b2s/premium.php:98
1184
- msgid "Use the Best Times Manager to schedule your posts automatically or define your own best time scheme."
1185
- msgstr "Verwende den Beste-Zeiten-Manager, um Deine Beiträge automatisch zu planen oder Dein eigenes bestes Zeitschema zu definieren."
 
 
 
 
1186
 
1187
- #: views/b2s/premium.php:109 views/b2s/settings.php:35 includes/B2S/Post/Item.php:545
 
1188
  msgid "Auto-Posting"
1189
  msgstr "Auto-Posting"
1190
 
1191
  #: views/b2s/premium.php:110
1192
- msgid "Share your posts automatically across your preferred networks at once or at your pre-scheduled time-settings."
1193
- msgstr "Teile Deine Beiträge automatisch in Deinen bevorzugten Netzwerken sofort oder zu den von Dir festgelegten Zeiten."
 
 
 
 
1194
 
1195
  #: views/b2s/premium.php:118
1196
  msgid "RSS import & auto-post"
1197
  msgstr "RSS-Import & Auto-Poster"
1198
 
1199
  #: views/b2s/premium.php:119
1200
- msgid "Share imported RSS feeds automatically to get more variations for your content."
1201
- msgstr "Teile importierte RSS-Feeds automatisch, um mehr Variationen für Deine Inhalte zu erhalten."
 
 
 
 
1202
 
1203
  #: views/b2s/premium.php:128
1204
- msgid "Schedule and share your blog posts as Google My Business posts to update your business listing and to add fresh content for your company."
1205
- msgstr "Plane und teile Deine Blogartikel als Google My Business - Beiträge und verleihe Deinem Unternehmen mit aktuellen News mehr Sichtbarkeit."
 
 
 
 
1206
 
1207
  #: views/b2s/premium.php:136
1208
  msgid "Schedule curated content"
1209
  msgstr "Kuratierte Inhalte planen"
1210
 
1211
  #: views/b2s/premium.php:137
1212
- msgid "Schedule and share curated content from any source on your preferred networks."
1213
- msgstr "Plane und teile kuratierte Inhalte aus beliebigen Quellen in Deinen bevorzugten Netzwerken."
 
 
 
 
1214
 
1215
  #: views/b2s/premium.php:148
1216
  msgid "Custom image"
1217
  msgstr "Benutzerdefinierte Bilder"
1218
 
1219
  #: views/b2s/premium.php:149
1220
- msgid "Select individual images per post or network and select any image from your media library to create more variations for your posts."
1221
- msgstr "Wähle individuelle Bilder pro Beitrag oder Netzwerk sowie ein beliebiges Bild aus Deiner Mediathek aus, um weitere Variationen für Deine Beiträge zu erstellen."
 
 
 
 
 
1222
 
1223
  #: views/b2s/premium.php:157
1224
  msgid "Custom format"
1225
  msgstr "Benutzerdefiniertes Format"
1226
 
1227
  #: views/b2s/premium.php:158
1228
- msgid "Select link post or image post per network to choose the optimal format for your post."
1229
- msgstr "Wähle zwischen Link- oder Bild-Post pro Netzwerk, um das optimale Format für Deinen Beitrag zu wählen"
 
 
 
 
1230
 
1231
  #: views/b2s/premium.php:166
1232
  msgid "Open Graph and Twitter Card Tags"
1233
  msgstr "Open Graph und Twitter Card Tags"
1234
 
1235
  #: views/b2s/premium.php:167
1236
- msgid "Add and edit meta tags for Open Graph (Ex. Facebook and LinkedIn) and Twitter Cards to define the look of your link posts."
1237
- msgstr "Setze und bearbeite Social-Media-Tags für Open Graph (z.B. Facebook und LinkedIn) und Twitter Cards, um das Aussehen Deiner Link-Posts festzulegen."
 
 
 
 
1238
 
1239
  #: views/b2s/premium.php:175
1240
  msgid "Premium support"
@@ -1242,7 +1937,7 @@ msgstr "Premium Support"
1242
 
1243
  #: views/b2s/premium.php:176
1244
  msgid "Regular updates and priority support per e-mail and phone."
1245
- msgstr "Regelmäßige Updates und bevorzugter Support per E-Mail und Telefon"
1246
 
1247
  #: views/b2s/premium.php:181
1248
  msgid "Show me plans and prices"
@@ -1253,8 +1948,12 @@ msgid "Show all premium features"
1253
  msgstr "Alle Premium-Features anzeigen"
1254
 
1255
  #: views/b2s/settings.php:18 includes/B2S/Ship/Image.php:28
1256
- msgid "You need a higher user role to upload an image on this blog. Please contact your administrator."
1257
- msgstr "Du brauchst eine höhere Benutzerrolle, um ein Bild auf diesem Blog hochzuladen. Bitte kontaktiere Deinen Administrator."
 
 
 
 
1258
 
1259
  #: views/b2s/settings.php:27
1260
  msgid "save..."
@@ -1268,11 +1967,11 @@ msgstr "Allgemein"
1268
  msgid "Social Meta Data"
1269
  msgstr "Social Meta Angaben"
1270
 
1271
- #: views/b2s/settings.php:76 includes/B2S/Ship/Image.php:84
1272
  msgid "Select or upload an image from media gallery"
1273
  msgstr "Bild aus Mediathek auswählen oder hochladen"
1274
 
1275
- #: views/b2s/settings.php:77 includes/B2S/Ship/Image.php:85
1276
  msgid "Use image"
1277
  msgstr "Bild verwenden"
1278
 
@@ -1282,12 +1981,22 @@ msgstr "berücksichtige Shortcodes in meinen Beiträgen"
1282
 
1283
  #: views/b2s/settings.php:90
1284
  msgid ""
1285
- "Shortcodes are used by some wordpress plugins like Elementor, Visual Composer and Content Builder. When a shortcode is inserted in a WordPress post or page, it is replaced with some other content when you publish the article on your blog. In other words, a shortcode instructs "
1286
- "WordPress to find a special command that is placed in square brackets ([]) and replace it with the appropriate dynamic content by a plugin you use.<br><br>Activate this feature, if you should use dynamic elements in your articles."
 
 
 
 
 
1287
  msgstr ""
1288
- "Shortcodes werden von einigen WordPress-Plugins wie Elementor, Visual Composer und Content Builder verwendet. Wenn ein Shortcode in einem WordPress-Post oder einer Seite eingefügt wird, wird dieser dynamisch durch andere Inhalte ersetzt, wenn du Deinen Beitrag auf Deinem "
1289
- "Wordpress veröffentlicht. Mit anderen Worten, ein Shortcode weist WordPress an, einen speziellen Befehl zu finden, der in eckige Klammern gesetzt wird ([]) und den Inhalt durch ein Plugin zu ersetzen, das Du verwendet.<br><br> Aktiviere diese Funktion, wenn Du dynamische "
1290
- "Elemente in Deinen Beiträgen verwendest."
 
 
 
 
 
1291
 
1292
  #: views/b2s/settings.php:101
1293
  msgid "Include WordPress tags as hashtags in your posts"
@@ -1295,11 +2004,20 @@ msgstr "Füge WordPress-Tags als Hashtags zu Deinen Social Media-Posts hinzu"
1295
 
1296
  #: views/b2s/settings.php:104
1297
  msgid ""
1298
- "Hashtags are a great way to generate more reach and visibility for your posts. By activating this feature Blog2Social will automatically include your WordPress tags as hashtags in all Social Media posts for networks that support hashtags. This way you don't need to worry "
1299
- "about adding extra hashtags to your comments. Blog2Social erases unnecessary spaces in your WordPress tags to generate valid hashtags."
 
 
 
 
1300
  msgstr ""
1301
- "Hashtags sind eine großartige Möglichkeit, mehr Reichweite und Sichtbarkeit für Deine Social Media-Posts zu generieren. Wenn Du diese Funktion aktivierst, wird Blog2Social Deine WordPress-Tags automatisch als Hashtags in alle Social Media-Posts für Netzwerke, die Hashtags "
1302
- "unterstützen, einfügen. Auf diese Weise brauchst Du Dir keine Gedanken mehr über das Hinzufügen zusätzlicher Hashtags zu machen. Blog2Social löscht unnötige Leerzeichen Deiner WordPress-Tags, um gültige Hashtags zu erstellen. "
 
 
 
 
 
1303
 
1304
  #: views/b2s/settings.php:115
1305
  msgid "Activate Legacy mode "
@@ -1307,7 +2025,9 @@ msgstr "Kompatibilitätsmodus aktivieren"
1307
 
1308
  #: views/b2s/settings.php:118
1309
  msgid "Plugin contents are loaded one at a time to minimize server load."
1310
- msgstr "Plugininhalte werden nacheinander geladen, um den Server Deines Blogs zu entlasten."
 
 
1311
 
1312
  #: views/b2s/settings.php:143 includes/B2S/Settings/Item.php:65
1313
  msgid "Personal Time Zone"
@@ -1315,13 +2035,20 @@ msgstr "Persönliche Zeitzone"
1315
 
1316
  #: views/b2s/settings.php:146
1317
  msgid ""
1318
- "Blog2Social applies the scheduled time settings based on the time zone defined in the general settings of your WordPress. You can select a user-specific time zone that deviates from the Wordpress system time zone for your social media scheduling.<br><br>Select the desired "
1319
- "time zone from the drop-down menu."
 
 
 
1320
  msgstr ""
1321
- "Die Zeiteinstellungen zum Planen von Social Media Posts in Blog2Social basieren auf der Zeitzone, die in den allgemeinen Einstellungen Deines WordPress festgelegt ist. Du kannst aber auch eine andere Zeitzone als Basis für die Planung Deiner Social Media Posts festlegen. "
1322
- "Wähle dazu die gewünschte Zeitzone aus dem Drop-Down Menü."
1323
-
1324
- #: views/b2s/ship.php:17 includes/B2S/Post/Filter.php:50 includes/B2S/Post/Item.php:273 includes/PRG/Post/Item.php:86
 
 
 
 
1325
  msgid "draft"
1326
  msgstr "Entwurf"
1327
 
@@ -1329,7 +2056,10 @@ msgstr "Entwurf"
1329
  msgid "Social Media Scheduling & Sharing"
1330
  msgstr "Beitrag auf Social Media planen und teilen"
1331
 
1332
- #: views/b2s/ship.php:52 views/prg/ship.php:43 views/prg/ship.php:45 includes/B2S/Curation/View.php:35 includes/B2S/Settings/Item.php:332 includes/B2S/Settings/Item.php:353 views/prg/html/form.php:26 views/prg/html/form.php:28
 
 
 
1333
  msgid "Title"
1334
  msgstr "Titel"
1335
 
@@ -1349,7 +2079,7 @@ msgstr "Du möchtest Deine Zeiten laden?"
1349
  msgid "Load My Times Settings"
1350
  msgstr "Meine Zeit-Einstellungen laden"
1351
 
1352
- #: views/b2s/ship.php:104 views/b2s/html/sidebar.php:115
1353
  msgid "Social Accounts"
1354
  msgstr "Social Media Konten"
1355
 
@@ -1363,7 +2093,7 @@ msgstr "Profile | Seiten | Gruppen"
1363
 
1364
  #: views/b2s/ship.php:163
1365
  msgid "Save network collection"
1366
- msgstr "Speicher Netzwerk-Gruppierung"
1367
 
1368
  #: views/b2s/ship.php:172
1369
  msgid "network connected"
@@ -1383,7 +2113,9 @@ msgstr "Webseiten-Adresse ändern"
1383
 
1384
  #: views/b2s/ship.php:216
1385
  msgid "First, connect or select network before posting"
1386
- msgstr "Verbinde Dich zuerst mit einem Netzwerk oder wähle ein Netzwerk aus, bevor Du den Beitrag teilst!"
 
 
1387
 
1388
  #: views/b2s/ship.php:218 includes/B2S/Settings/Item.php:81
1389
  msgid "connect"
@@ -1393,11 +2125,13 @@ msgstr "Jetzt mit Netzwerken verbinden"
1393
  msgid "scroll to top"
1394
  msgstr "zum Seitenanfang"
1395
 
1396
- #: views/b2s/ship.php:227 views/b2s/ship.php:233 includes/B2S/Curation/View.php:111
 
1397
  msgid "Share"
1398
  msgstr "Teilen"
1399
 
1400
- #: views/b2s/ship.php:228 views/b2s/ship.php:232 includes/B2S/Curation/View.php:107
 
1401
  msgid "Save as Draft"
1402
  msgstr "als Entwurf speichern"
1403
 
@@ -1405,90 +2139,134 @@ msgstr "als Entwurf speichern"
1405
  msgid "Time zone"
1406
  msgstr "Zeitzone"
1407
 
1408
- #: views/b2s/ship.php:256 views/b2s/ship.php:258 includes/B2S/Post/Item.php:339
1409
  msgid "Re-share this post"
1410
  msgstr "Diesen Beitrag nochmal teilen"
1411
 
1412
- #: views/b2s/ship.php:260
1413
  msgid "Share new post on Social Media"
1414
  msgstr "Teile einen neuen Beitrag auf Social Media"
1415
 
1416
- #: views/b2s/ship.php:282
1417
  msgid "Connect for"
1418
  msgstr "Netzwerke verbinden für"
1419
 
1420
- #: views/b2s/ship.php:298
1421
  msgid "Re-share this Post"
1422
  msgstr "Diesen Beitrag nochmal teilen"
1423
 
1424
- #: views/b2s/ship.php:301
1425
  msgid ""
1426
- "You can re-share your post for a different sharing purpose, or to share on a different choice of networks, profiles, pages or groups, or with different comments or images, or if you want to share your blog post images to image networks only, or re-share them at different "
1427
- "times. You may vary your comments and images in order to produce more variations of your social media posts to share more often without sharing the same message over and over again. Whatever your choose to do for re-sharing your post, you can simply click \"Re-share this "
1428
- "post\" and you will be led to the preview page where your can select your networks and edit your texts, comments or images according to your current sharing preferences."
 
 
 
 
 
 
 
1429
  msgstr ""
1430
- "Du kannst diesen Blogbeitrag erneut teilen, zum Beispiel, um diesen Beitrag auf einer anderen Auswahl an Netzwerken oder nur auf bestimmten Profilen, Seiten und Gruppen neu zu teilen, oder mit anderen Kommentaren, Bildern und Texten nur auf bestimmten Netzwerke zu teilen, "
1431
- "oder um weitere Bilder zum Blogbeitrag nur an die Bilder-Netzwerke zu senden, oder um Deine Social Media Posts zu anderen Zeiten zu teilen. So erzielt Du mehr Variationen Deiner Social Media Posts und kannst Deinen Beitrag öfters posten, um mehr Aufmerksamkeit und Reichweite "
1432
- "zu erzielen, ohne immer wieder die gleiche Mitteilung zu posten. Was auch immer Du zu teilen wünscht, klicke einfach auf \"Diesen Beitrag erneut teilen\" und Du wirst erneut zur Vorschau geführt, wo Deine Netzwerke, Texte und Bilder auswählen oder variieren kannst. "
1433
-
1434
- #: views/b2s/ship.php:304
 
 
 
 
 
 
 
 
 
1435
  msgid "You want re-share your blog post?"
1436
  msgstr "Du möchtest Deinen Beitrag erneut teilen?"
1437
 
1438
- #: views/b2s/ship.php:332
1439
  msgid "Save Network Settings"
1440
  msgstr "Netzwerkeinstellungen speichern"
1441
 
1442
- #: views/b2s/ship.php:335
1443
  msgid ""
1444
- "You can save your current network settings as \"Standard\" network settings for any future sharing activities or as a \"Profile\" to choose from (Premium).<br><br>Your Standard selection will show as activated upon pressing the \"share on social media\" button on the right "
1445
- "hand side bar. You can change these settings any time per click, or choose another network profile (Premium).<br><br>You can also pre-define various different sets of networks, for specific social media accounts, target groups, contents or sharing purposes. For example you "
1446
- "can define a specific set of networks for sharing your posts images only or for re-sharing your evergreen content on a recurring basis. On the preview-page you may edit your selected or pre-selected networks anytime by simply clicking on the respective network account to "
1447
- "select or remove an account from the current sharing scheme."
 
 
 
 
 
 
 
 
1448
  msgstr ""
1449
- "Du kannst die aktuelle Netzwerk-Auswahl als \"Standard\" Einstellungen speichern. Diese Netzwerke werden dann als aktiviert auf der rechten Seitennavigation angezeigt, wenn Du den Button \"Auf Social Media teilen\" klickst, oder Du kannst die Einstellungen in einem neuen "
1450
- "Netzwerk Profil speichern (Premium).<br><br>Du kannst diesen Blogbeitrag erneut teilen, zum Beispiel, um diesen Beitrag auf einer anderen Auswahl an Netzwerken oder nur auf bestimmten Profilen, Seiten und Gruppen neu zu teilen, oder mit anderen Kommentaren, Bildern und Texten "
1451
- "nur auf bestimmten Netzwerke zu teilen, oder um weitere Bilder zum Blogbeitrag nur an die Bilder-Netzwerke zu senden, oder um Deine Social Media Posts zu anderen Zeiten zu teilen. So erzielt Du mehre Variationen Deiner Social Media Posts und kannst Deinen Beitrag öfters "
1452
- "posten, um mehr Aufmerksamkeit und Reichweite zu erzielen, ohne immer wieder die gleiche Mitteilung zu posten. Was auch immer Du zu teilen wünscht, klicken Sie einfach auf \"Diesen Beitrag erneut teilen\" und Du wirst erneut zur Vorschau geführt, wo Du Deine Netzwerke, Texte "
1453
- "und Bilder wählen oder variieren kannst. "
1454
-
1455
- #: views/b2s/ship.php:347
 
 
 
 
 
 
 
 
 
 
 
1456
  msgid "Your blog post is not yet published on your Wordpress!"
1457
  msgstr "Dein Beitrag ist derzeit nicht auf Deinem Wordpress veröffentlicht."
1458
 
1459
- #: views/b2s/ship.php:350
1460
  msgid "At least one of your selected networks is set to \"Share Now\""
1461
- msgstr "Mindestens ein Netzwerk wurde mit der Option \"Sofort teilen\" ausgewählt."
 
1462
 
1463
- #: views/b2s/ship.php:354
1464
  msgid "Schedule your post"
1465
  msgstr "Beitrag planen"
1466
 
1467
- #: views/b2s/ship.php:357
1468
  msgid "Ignore & share"
1469
  msgstr "Ignorieren & teilen"
1470
 
1471
- #: views/b2s/ship.php:482
1472
  msgid "Important infomations about XING groups"
1473
- msgstr "Wichtige Informationen zu XING-Gruppen"
1474
 
1475
- #: views/b2s/ship.php:543
1476
  msgid "Overwrite Draft"
1477
  msgstr "Entwurf überschreiben"
1478
 
1479
- #: views/b2s/ship.php:546
1480
- msgid "There is already a saved draft for this WordPress post or page. If you save a new draft it will overwrite the old draft. Are you sure you want to overwrite your draft?"
1481
- msgstr "Es gibt bereits einen gespeicherten Entwurf für diesen WordPress-Beitrag/Seite. Wenn Du einen neuen Entwurf speicherst, wird der alte Entwurf damit überschrieben. Bist Du sicher, dass Du Deinen Entwurf überschreiben möchtest?"
 
 
 
 
 
 
 
1482
 
1483
- #: views/b2s/ship.php:626
1484
  msgid "add Schedule"
1485
  msgstr "Zeitplan hinzufügen"
1486
 
1487
- #: views/b2s/ship.php:642
1488
  msgid "Give me more information"
1489
  msgstr "Erhalte mehr Infomationen"
1490
 
1491
- #: views/b2s/support.php:16 includes/B2S/Post/Item.php:561 includes/B2S/Ship/Save.php:438
 
1492
  msgid "FAQ"
1493
  msgstr "FAQ"
1494
 
@@ -1496,9 +2274,10 @@ msgstr "FAQ"
1496
  msgid "Troubleshooting-Tool"
1497
  msgstr "Problemanalyse-Tool"
1498
 
1499
- #: views/b2s/support.php:19 views/b2s/support.php:22 views/b2s/html/post.navbar.php:9
 
1500
  msgid "NEW"
1501
- msgstr "NEU"
1502
 
1503
  #: views/b2s/support.php:22
1504
  msgid "Sharing-Debugger"
@@ -1542,7 +2321,7 @@ msgstr "Veröffentlichungen planen und Beste Zeiten Manager"
1542
 
1543
  #: views/b2s/support.php:135
1544
  msgid "Contracting and Licensing"
1545
- msgstr "Blog2Social Vertrag / Blog2Social Lizenz"
1546
 
1547
  #: views/b2s/support.php:150
1548
  msgid "Troubleshooting for Error Messages"
@@ -1566,11 +2345,15 @@ msgstr "Ruf' uns an: +49 2181 7569-277"
1566
 
1567
  #: views/b2s/support.php:193
1568
  msgid "(Support times: from 9:00 a.m. to 5:00 p.m. CET on working days)"
1569
- msgstr "(Support-Zeiten: 09:00 bis 17 Uhr CET an Werktagen)"
1570
 
1571
  #: views/b2s/support.php:207
1572
- msgid "You need admin rights to use the Troubleshooting-Tool. Please contact your administrator."
1573
- msgstr "Für die Nutzung des Problemanalyse-Tools werden Adminrechte benötigt. Bitte wende Dich an Deinen Administrator."
 
 
 
 
1574
 
1575
  #: views/b2s/support.php:214
1576
  msgid "Needed"
@@ -1590,23 +2373,25 @@ msgstr "Als txt-Datei exportieren"
1590
 
1591
  #: views/b2s/support.php:234
1592
  msgid "Enter a URL to see how your link preview will look on social media."
1593
- msgstr "Gib eine URL ein, um zu sehen, wie die Link-Vorschau auf Social Media aussehen wird."
 
 
1594
 
1595
  #: views/b2s/support.php:239
1596
  msgid "Facebook Open Graph Meta Tags"
1597
  msgstr "Facebook Open Graph Meta Tags"
1598
 
1599
  #: views/b2s/support.php:240
1600
- msgid "Edit your Open Graph Meta Tags"
1601
- msgstr "Open Graph Meta Tags bearbeiten"
1602
 
1603
  #: views/b2s/support.php:244 views/b2s/support.php:255
1604
  msgid "For example your Wordpress Home Page"
1605
- msgstr "zum Beispiel Deine Wordpress-Seite"
1606
 
1607
  #: views/b2s/support.php:246
1608
  msgid "Debug & Preview"
1609
- msgstr "Prüfen & Vorschau"
1610
 
1611
  #: views/b2s/support.php:252
1612
  msgid "LinkedIn Post Inspector"
@@ -1621,8 +2406,8 @@ msgid "Twitter Card Validator"
1621
  msgstr "Twitter Card Validator"
1622
 
1623
  #: views/b2s/support.php:264
1624
- msgid "Edit your Twitter Card"
1625
- msgstr "Twitter Card bearbeiten"
1626
 
1627
  #: views/b2s/support.php:268
1628
  msgid "Validate directly on Twitter"
@@ -1630,11 +2415,16 @@ msgstr "Direkt bei Twitter prüfen"
1630
 
1631
  #: views/prg/login.php:15
1632
  msgid "Login failed. Please check your username and a password!"
1633
- msgstr " Die Anmeldung zu PR-Gateway ist fehlgeschlagen. Bitte überprüfe Deinen Benutzernamen und Dein Password!"
 
 
1634
 
1635
  #: views/prg/login.php:21
1636
- msgid "Login failed. Please check your server settings. OpenSSL must be enabled on."
1637
- msgstr " Die Anmeldung zu PR-Gateway ist fehlgeschlagen. Bitte überprüfen Deine Server-Einstellungen. OpenSSL muss aktiviert sein. "
 
 
 
1638
 
1639
  #: views/prg/login.php:24
1640
  msgid "E-Mail or Username"
@@ -1658,21 +2448,27 @@ msgstr "PR-Gateway kostenlos und unverbindlich testen"
1658
 
1659
  #: views/prg/login.php:38
1660
  msgid "1x publish press release"
1661
- msgstr "1x Pressemitteilung veröffentlichen"
1662
 
1663
  #: views/prg/login.php:39
1664
  msgid "1x publish report"
1665
- msgstr "1x Report"
1666
 
1667
  #: views/prg/login.php:40
1668
  msgid "1x promote event"
1669
- msgstr "1x Veranstaltung bewerben"
1670
 
1671
  #: views/prg/login.php:43
1672
- msgid "The press distribution PR gateway automatically publish your press releases and events with one click.Publish your message over 250 portals."
 
 
1673
  msgstr ""
1674
- "Mit dem Presseverteiler PR-Gateway veröffentlicht Du Deine Pressemitteilungen und Veranstaltungsankündigungen automatisch mit nur einem Klick auf Deine individuelle Auswahl aus über 250 reichweitenstarken und zielgruppen-spezifischen kostenlosen Presseportalen, Eventportalen, "
1675
- "internationalen und regionalen Portalen, Social Media und Dokumenten-Netzwerken."
 
 
 
 
1676
 
1677
  #: views/prg/login.php:46
1678
  msgid "Start your 14-Day Free Trial"
@@ -1699,8 +2495,14 @@ msgid "Please Note"
1699
  msgstr "Hinweis"
1700
 
1701
  #: views/prg/ship.php:90
1702
- msgid "It may incur charges for publishing on PR-Gateway. Sent press releases can not be withdrawn. If you want your press release to be published now?"
1703
- msgstr "Bitte beachte, dass gegebenenfalls Gebühren für die Versendung von Pressemitteilungen über PR-Gateway anfallen können. Einmal versandte Pressemitteilungen können nicht mehr zurückgenommen werden. Soll Deine Pressemitteilung jetzt versendet werden?"
 
 
 
 
 
 
1704
 
1705
  #: views/prg/ship.php:93
1706
  msgid "Yes, I accept"
@@ -1714,11 +2516,13 @@ msgstr "Schreibe etwas..."
1714
  msgid "Share your post"
1715
  msgstr "Teile Deinen Post"
1716
 
1717
- #: includes/B2S/Curation/View.php:61 includes/B2S/Settings/Item.php:177
1718
  msgid "immediately"
1719
  msgstr "sofort"
1720
 
1721
- #: includes/B2S/Curation/View.php:66 includes/B2S/Curation/View.php:67 includes/B2S/Ship/Item.php:911 views/b2s/partials/post-edit-modal.php:62 views/b2s/partials/post-edit-modal.php:65
 
 
1722
  msgid "Date"
1723
  msgstr "Startdatum"
1724
 
@@ -1726,144 +2530,182 @@ msgstr "Startdatum"
1726
  msgid "Customize & Schedule"
1727
  msgstr "Anpassen & Planen"
1728
 
1729
- #: includes/B2S/Network/Item.php:62
1730
  msgid "Default"
1731
  msgstr "Standard"
1732
 
1733
- #: includes/B2S/Network/Item.php:62
1734
  msgid "Show all"
1735
  msgstr "alle anzeigen"
1736
 
1737
- #: includes/B2S/Network/Item.php:63 includes/B2S/Network/Item.php:180
1738
  msgid "My profile"
1739
  msgstr "Mein Profil"
1740
 
1741
- #: includes/B2S/Network/Item.php:65
1742
  msgid "Your profiles:"
1743
  msgstr "weitere Profile:"
1744
 
1745
- #: includes/B2S/Network/Item.php:140
1746
  msgid "Best times"
1747
  msgstr "Beste Zeiten"
1748
 
1749
- #: includes/B2S/Network/Item.php:151 includes/B2S/Ship/Portale.php:41
1750
  msgid "You want to connect a network profile?"
1751
  msgstr "Du möchtest Dich mit einem Netzwerkprofil verbinden?"
1752
 
1753
- #: includes/B2S/Network/Item.php:155 includes/B2S/Ship/Portale.php:35
1754
  msgid "You want to connect a network page?"
1755
  msgstr "Du möchtest eine Netzwerk-Seite verbinden?"
1756
 
1757
- #: includes/B2S/Network/Item.php:158 includes/B2S/Network/Item.php:349 includes/B2S/Ship/Portale.php:31
 
1758
  msgid "Publication"
1759
  msgstr "Publication"
1760
 
1761
- #: includes/B2S/Network/Item.php:159 includes/B2S/Ship/Portale.php:32
1762
  msgid "You want to connect a social media group?"
1763
  msgstr "Du möchtest eine Social-Media-Gruppe verbinden?"
1764
 
1765
- #: includes/B2S/Network/Item.php:162
1766
  msgid "Edit Post Format"
1767
- msgstr "Beitragsvorlage bearbeiten"
1768
 
1769
- #: includes/B2S/Network/Item.php:173 includes/B2S/Settings/Item.php:240
1770
  msgid "Connections"
1771
  msgstr "Verbindungen"
1772
 
1773
- #: includes/B2S/Network/Item.php:174 views/b2s/html/footer.php:192
1774
  msgid "Best Time Manager"
1775
  msgstr "Best Time Manager"
1776
 
1777
- #: includes/B2S/Network/Item.php:212 includes/B2S/Network/Item.php:277 includes/B2S/Network/Item.php:340
 
1778
  msgid "To reactivate this connection,"
1779
  msgstr "Um die Verbindung wieder zu aktivieren,"
1780
 
1781
- #: includes/B2S/Network/Item.php:212 includes/B2S/Network/Item.php:277 includes/B2S/Network/Item.php:340 includes/B2S/Ship/Image.php:30
 
1782
  msgid "please upgrade"
1783
  msgstr "Bitte upgraden"
1784
 
1785
- #: includes/B2S/Network/Item.php:215 includes/B2S/Network/Item.php:280 includes/B2S/Network/Item.php:343
 
1786
  msgid "Authorization is interrupted since"
1787
  msgstr "Autorisierung ist unterbrochen seit"
1788
 
1789
- #: includes/B2S/Network/Item.php:219 includes/B2S/Network/Item.php:284 includes/B2S/Network/Item.php:347
 
1790
  msgid "Assigned by"
1791
  msgstr "Zugewiesen von"
1792
 
1793
- #: includes/B2S/Network/Item.php:256 includes/B2S/Network/Item.php:318 includes/B2S/Network/Item.php:380 includes/B2S/Ship/Item.php:859
 
1794
  msgid "Days"
1795
  msgstr "Tage"
1796
 
1797
- #: includes/B2S/Network/Item.php:286 includes/B2S/Ship/Item.php:299
1798
  msgid "Employer Branding"
1799
- msgstr "Arbeitgeber"
1800
 
1801
- #: includes/B2S/Network/Item.php:461
1802
  msgid "Connection currently assigned to"
1803
  msgstr "Diese Verbindung ist aktuell zugewiesen an"
1804
 
1805
- #: includes/B2S/Network/Item.php:514
1806
  msgid "Successfully saved"
1807
  msgstr "Erfolgreich gespeichert"
1808
 
1809
- #: includes/B2S/Network/Item.php:515
1810
  msgid "Failed to save"
1811
- msgstr "Konnte nicht gespeichert werden"
1812
 
1813
- #: includes/B2S/Network/Item.php:516
1814
  msgid "Failed to load the default template"
1815
- msgstr "Template konnte nicht geladen werden"
1816
-
1817
- #: includes/B2S/Network/Item.php:522
1818
- msgid "This is a Premium Feature"
1819
- msgstr "Das ist ein Premium Feature"
1820
 
1821
- #: includes/B2S/Network/Item.php:541
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1822
  msgid "Activate Instant Caching"
1823
  msgstr "Instant Caching aktivieren"
1824
 
1825
- #: includes/B2S/Network/Item.php:585
1826
  msgid "Format"
1827
  msgstr "Format"
1828
 
1829
- #: includes/B2S/Network/Item.php:586
1830
  msgid "Load default settings"
1831
- msgstr "Standardeinstellungen laden"
1832
 
1833
- #: includes/B2S/Network/Item.php:592 includes/B2S/Network/Item.php:595 includes/B2S/Ship/Item.php:624 includes/B2S/Ship/Item.php:626
 
1834
  msgid "Link"
1835
  msgstr "Link"
1836
 
1837
- #: includes/B2S/Network/Item.php:593 includes/B2S/Network/Item.php:596
1838
  msgid "Image"
1839
  msgstr "Bild"
1840
 
1841
- #: includes/B2S/Network/Item.php:604 includes/B2S/Settings/Item.php:76
1842
  msgid "Content"
1843
  msgstr "Inhalt"
1844
 
1845
- #: includes/B2S/Network/Item.php:614
 
 
 
 
 
 
 
 
1846
  msgid "clear"
1847
  msgstr "löschen"
1848
 
1849
- #: includes/B2S/Network/Item.php:623
1850
  msgid "The link will be added automatically at the end of the post."
1851
- msgstr "Der Link wird automatisch am Ende des Beitrags hinzugefügt."
1852
 
1853
- #: includes/B2S/Network/Item.php:625 includes/B2S/Network/Item.php:651
1854
  msgid "Network limit"
1855
- msgstr "Netzwerklimit"
1856
-
1857
- #: includes/B2S/Network/Item.php:625 includes/B2S/Network/Item.php:651 includes/B2S/Network/Item.php:651 includes/B2S/Ship/Item.php:186 includes/B2S/Ship/Item.php:190 includes/B2S/Ship/Item.php:234 includes/B2S/Ship/Item.php:238 includes/B2S/Ship/Item.php:267
1858
- #: includes/B2S/Ship/Item.php:271 includes/B2S/Ship/Item.php:938 includes/B2S/Ship/Item.php:940
 
 
 
 
1859
  msgid "characters"
1860
  msgstr "Zeichen"
1861
 
1862
- #: includes/B2S/Network/Item.php:651
1863
  msgid "recommended length"
1864
- msgstr "empfohlene Länge"
1865
 
1866
- #: includes/B2S/Network/Item.php:671 includes/B2S/Network/Item.php:723 includes/B2S/Network/Item.php:777 includes/B2S/Network/Item.php:829 includes/B2S/Network/Item.php:863
 
 
1867
  msgid "Preview"
1868
  msgstr "Vorschau"
1869
 
@@ -1881,11 +2723,11 @@ msgstr "noch nicht geteilt"
1881
 
1882
  #: includes/B2S/Post/Filter.php:62
1883
  msgid "already shared"
1884
- msgstr "bereits geteilt"
1885
 
1886
  #: includes/B2S/Post/Filter.php:62
1887
  msgid "currently scheduled"
1888
- msgstr "aktuell geplant"
1889
 
1890
  #: includes/B2S/Post/Filter.php:63
1891
  msgid "all statuses"
@@ -1943,7 +2785,8 @@ msgstr "kuratierter Beitrag"
1943
  msgid "last shared on social media"
1944
  msgstr "zuletzt auf Social Media geteilt"
1945
 
1946
- #: includes/B2S/Post/Item.php:315 includes/B2S/Post/Item.php:411 includes/B2S/Post/Item.php:431
 
1947
  msgid "Share on Social Media"
1948
  msgstr "auf Social Media teilen"
1949
 
@@ -1951,11 +2794,13 @@ msgstr "auf Social Media teilen"
1951
  msgid "load Draft"
1952
  msgstr "Entwurf aufrufen"
1953
 
1954
- #: includes/B2S/Post/Item.php:322 includes/B2S/Post/Item.php:416 includes/B2S/Post/Item.php:436 includes/PRG/Post/Item.php:121
 
1955
  msgid "Author"
1956
  msgstr "Autor"
1957
 
1958
- #: includes/B2S/Post/Item.php:340 includes/B2S/Post/Item.php:364 includes/B2S/Post/Item.php:386
 
1959
  msgid "Details"
1960
  msgstr "Details"
1961
 
@@ -1964,16 +2809,18 @@ msgid "shared social media posts"
1964
  msgstr "geteilte Beiträge"
1965
 
1966
  #: includes/B2S/Post/Item.php:342
1967
- msgid "latest share by"
1968
- msgstr "zuletzt geteilt von"
 
1969
 
1970
  #: includes/B2S/Post/Item.php:366 views/b2s/widgets/activity.php:10
1971
  msgid "scheduled social media posts"
1972
  msgstr "geplante Beiträge"
1973
 
1974
  #: includes/B2S/Post/Item.php:366
1975
- msgid "next share by"
1976
- msgstr "als nächstes geteilt von"
 
1977
 
1978
  #: includes/B2S/Post/Item.php:388
1979
  msgid "social media posts ready to be shared"
@@ -1989,13 +2836,15 @@ msgstr "gespeichert"
1989
 
1990
  #: includes/B2S/Post/Item.php:436
1991
  msgid "last saved"
1992
- msgstr "zuletzt gespeichert"
1993
 
1994
- #: includes/B2S/Post/Item.php:545 includes/B2S/Post/Item.php:681 includes/B2S/Ship/Save.php:427
 
1995
  msgid "Retweet"
1996
  msgstr "Retweet"
1997
 
1998
- #: includes/B2S/Post/Item.php:551 includes/B2S/Post/Item.php:621 includes/B2S/Post/Item.php:686
 
1999
  msgid "select all"
2000
  msgstr "alle auswählen"
2001
 
@@ -2008,12 +2857,14 @@ msgid "Please see"
2008
  msgstr "siehe"
2009
 
2010
  #: includes/B2S/Post/Item.php:567
2011
- msgid "sharing in progress by"
2012
- msgstr "wird geteilt"
 
2013
 
2014
  #: includes/B2S/Post/Item.php:567
2015
- msgid "shared by"
2016
- msgstr "geteilt von"
 
2017
 
2018
  #: includes/B2S/Post/Item.php:588 includes/B2S/Post/Item.php:601
2019
  msgid "You want to delete a publish post entry?"
@@ -2028,8 +2879,9 @@ msgid "re-share"
2028
  msgstr "erneut teilen"
2029
 
2030
  #: includes/B2S/Post/Item.php:624
2031
- msgid "is waiting to shared by"
2032
- msgstr "wartet darauf, geteilt zu werden von"
 
2033
 
2034
  #: includes/B2S/Post/Item.php:654 includes/B2S/Ship/Save.php:408
2035
  msgid "share"
@@ -2040,16 +2892,18 @@ msgid "You want to delete your Social Media post?"
2040
  msgstr "Du möchtest Deinen Social Media Post löschen?"
2041
 
2042
  #: includes/B2S/Post/Item.php:696
2043
- msgid "last modified by"
2044
- msgstr "zuletzt bearbeitet von"
 
2045
 
2046
  #: includes/B2S/Post/Item.php:698
2047
  msgid "is processed by the network"
2048
  msgstr "wird vom Netzwerk verarbeitet"
2049
 
2050
  #: includes/B2S/Post/Item.php:703
2051
- msgid "scheduled by"
2052
- msgstr "geplant von "
 
2053
 
2054
  #: includes/B2S/Post/Item.php:708
2055
  msgid "You want to edit your scheduled post?"
@@ -2063,7 +2917,8 @@ msgstr "edit"
2063
  msgid "delete scheduling"
2064
  msgstr "Planung löschen"
2065
 
2066
- #: includes/B2S/Settings/Item.php:62 includes/B2S/Settings/Item.php:82 includes/B2S/Ship/Item.php:761
 
2067
  msgid "Account"
2068
  msgstr "Konto"
2069
 
@@ -2091,7 +2946,7 @@ msgstr "Shortcodes"
2091
  msgid "allow shortcodes in my post"
2092
  msgstr "berücksichtige Shortcodes in meinen Beiträgen"
2093
 
2094
- #: includes/B2S/Settings/Item.php:88 includes/B2S/Ship/Item.php:715
2095
  msgid "Hashtags"
2096
  msgstr "Hashtags"
2097
 
@@ -2103,9 +2958,14 @@ msgstr " Füge WordPress-Tags als Hashtags zu Deinen Social Media-Posts hinzu"
2103
  msgid "System"
2104
  msgstr "System"
2105
 
2106
- #: includes/B2S/Settings/Item.php:94 includes/B2S/Settings/Item.php:288 includes/B2S/Settings/Item.php:315
2107
- msgid "This is a global feature for your blog, which can only be edited by users with admin rights."
2108
- msgstr "Dies ist eine globale Einstellung für Deinen Blog, die nur von Usern mit Admin Rechten bearbeitet werden kann."
 
 
 
 
 
2109
 
2110
  #: includes/B2S/Settings/Item.php:95
2111
  msgid "activate Legacy mode"
@@ -2117,11 +2977,17 @@ msgstr "Auto-Poste Deine selbsterstellten Blogbeiträge"
2117
 
2118
  #: includes/B2S/Settings/Item.php:115
2119
  msgid "Define by default to automatically post your posts on social media:"
2120
- msgstr "Definiere standardmäßig Blogbeiträge oder Seiten, die Du auf Social Media automatisch teilen möchtest:"
 
 
2121
 
2122
  #: includes/B2S/Settings/Item.php:117
2123
- msgid "Select by default if the auto-poster is activated when you publish a new post or update a post."
2124
- msgstr "Wählen standardmäßig aus, dass das automatische Teilen aktiviert wird, wenn Du einen neuen Post veröffentlichst oder einen Post aktualisierst."
 
 
 
 
2125
 
2126
  #: includes/B2S/Settings/Item.php:122
2127
  msgid "new posts"
@@ -2136,224 +3002,359 @@ msgid "Select all"
2136
  msgstr "Alle auswählen"
2137
 
2138
  #: includes/B2S/Settings/Item.php:131
2139
- msgid "By enabling this feature your previously published social media posts will be sent again to your selected social media channels as soon as the post is updated."
2140
- msgstr "Das Aktivieren dieser Funktion führt dazu, dass bereits veröffentlichte Beiträge erneut an die Social Media Kanäle gesendet werden, sobald der Beitrag aktualisiert wird."
 
 
 
 
 
 
2141
 
2142
  #: includes/B2S/Settings/Item.php:134
2143
  msgid "updating existing posts"
2144
  msgstr "Bestehenden Beitrag aktualisieren"
2145
 
2146
- #: includes/B2S/Settings/Item.php:146 includes/B2S/Settings/Item.php:188
2147
  msgid "Save"
2148
  msgstr " Speichern"
2149
 
2150
- #: includes/B2S/Settings/Item.php:154
2151
  msgid "Auto-post your imported posts to your social media accounts"
2152
- msgstr "Teile Deine importierten Beiträge automatisch auf Deinen Social Media Accounts"
 
 
2153
 
2154
- #: includes/B2S/Settings/Item.php:155
2155
- msgid "Define by default to automatically share your imported posts to social media:"
2156
- msgstr "Definiere standardmäßig, dass Deine importierten Beiträge automatisch in den Social Media geteilt werden. "
 
 
 
2157
 
2158
- #: includes/B2S/Settings/Item.php:160
2159
- msgid "Immediate Cross-Posting across all networks: Share an unlimited number of posts"
2160
- msgstr "Immediate Cross-Posting über alle Netzwerke hinweg: Teile eine unbegrenzte Anzahl an Beiträgen"
 
 
 
 
2161
 
2162
- #: includes/B2S/Settings/Item.php:161
2163
  msgid "Scheduled Auto-Posting"
2164
  msgstr "Scheduled Auto-Posting"
2165
 
2166
- #: includes/B2S/Settings/Item.php:163
2167
  msgid "share up to"
2168
  msgstr "teile bis zu"
2169
 
2170
- #: includes/B2S/Settings/Item.php:163
2171
  msgid "posts per day, Google My Business max. 10 posts per day"
2172
  msgstr "Beiträge pro Tag, Google My Business maximal 10 Beiträge pro Tag"
2173
 
2174
- #: includes/B2S/Settings/Item.php:169
2175
  msgid "Select by default to automatically share your imported posts"
2176
- msgstr "Teile standardmäßig automatisch importierte Beiträge auf meinen Social Media"
 
2177
 
2178
- #: includes/B2S/Settings/Item.php:173
2179
  msgid "Available networks to select your auto-post connecitons:"
2180
- msgstr "Verfügbare Netzwerkverbindungen auswählen:"
2181
 
2182
- #: includes/B2S/Settings/Item.php:174
2183
- msgid "In accordance with the new Twitter TOS, one Twitter account can be selected as your primary Twitter account for auto-posting."
2184
- msgstr "In Übereinstimmung mit den neuen Twitter-AGB kann ein Twitter-Account als Ihr primärer Twitter-Account für das Auto-Posting ausgewählt werden"
 
 
 
 
2185
 
2186
- #: includes/B2S/Settings/Item.php:174
2187
  msgid "More information"
2188
  msgstr "Zusätzliche Informationen"
2189
 
2190
- #: includes/B2S/Settings/Item.php:176
2191
  msgid "Select to auto-post immediately after publishing or with a delay"
2192
  msgstr "Importierte Beiträge direkt veröffentlichen oder mit einer Verzögerung"
2193
 
2194
- #: includes/B2S/Settings/Item.php:178
2195
  msgid "publish with a delay of"
2196
  msgstr "Veröffentliche mit einer Verzögerung von"
2197
 
2198
- #: includes/B2S/Settings/Item.php:179
2199
  msgid "minutes"
2200
  msgstr "Minuten"
2201
 
2202
- #: includes/B2S/Settings/Item.php:202
2203
- msgid "Filter Posts (Only posts that meet the following criteria will be autoposted)"
2204
- msgstr "Beiträge filtern (Nur Beiträge, die die Kriterien erfüllen, werden automatisch veröffentlicht)"
 
 
 
2205
 
2206
- #: includes/B2S/Settings/Item.php:203
2207
  msgid "Post Types"
2208
  msgstr "Posttypen"
2209
 
2210
- #: includes/B2S/Settings/Item.php:204
2211
  msgid "Include (Post only...)"
2212
  msgstr "enthält (nur Beiträge, mit ...)"
2213
 
2214
- #: includes/B2S/Settings/Item.php:205
2215
  msgid "Exclude (Do no post ...)"
2216
  msgstr "enthält nicht (Veröffentliche keine Beiträge, mit...)"
2217
 
2218
- #: includes/B2S/Settings/Item.php:242
2219
  msgid "add/change connection"
2220
  msgstr "Verbindung hinzufügen/ändern"
2221
 
2222
- #: includes/B2S/Settings/Item.php:286
2223
  msgid "Reset all page and post meta data"
2224
  msgstr "Lösche alle Seiten und Beitrags Meta Angaben"
2225
 
2226
- #: includes/B2S/Settings/Item.php:291
2227
  msgid "Meta Tags Settings for Posts and Pages"
2228
  msgstr "Meta Tag Einstellungen für Beiträge und Seiten"
2229
 
2230
- #: includes/B2S/Settings/Item.php:292
2231
- msgid "Add Open Graph meta tags to your shared posts or pages, required by Facebook and other social networks to display your post or page image, title and description correctly."
2232
- msgstr "Ergänze Open Graph Meta Tags zu Deinen geteilten Beiträgen/Seiten, damit Facebook und andere soziale Netzwerke Bilder, Titel und Beschreibung Deines Beitrag/Seite korrekt darstellen können."
 
 
 
 
 
 
2233
 
2234
- #: includes/B2S/Settings/Item.php:294
2235
- msgid "Add Twitter Card meta tags to your shared posts or pages, required by Twitter to display your post or page image, title and description correctly."
2236
- msgstr "Ergänze Twitter Card Meta Tags zu Deinen geteilten Beiträgen/Seiten, damit Twitter Bilder, Titel und Beschreibung Deines Beitrag/Seite korrekt darstellen kann."
 
 
 
 
 
2237
 
2238
- #: includes/B2S/Settings/Item.php:317
2239
  msgid "Frontpage Settings"
2240
  msgstr "Frontpage Einstellungen"
2241
 
2242
- #: includes/B2S/Settings/Item.php:319
2243
  msgid "Check Settings with Sharing-Debugger"
2244
  msgstr "Einstellungen mit Sharing-Debugger überprüfen"
2245
 
2246
- #: includes/B2S/Settings/Item.php:329
2247
- msgid "Add the default Open Graph parameters for title, description and image you want Facebook to display, if you share the frontpage of your blog as link post (http://www.yourblog.com)"
2248
- msgstr "Definiere die Default Einstellungen für Titel, Beschreibung und Image für die Open Graph Parameter bei Facebook, wenn Du die Frontpage Deines Blogs als Link Post teilst (http://www.DeinBlog.de)"
 
 
 
 
 
 
2249
 
2250
- #: includes/B2S/Settings/Item.php:333 includes/B2S/Settings/Item.php:354
2251
  msgid "Description"
2252
  msgstr "Beschreibung"
2253
 
2254
- #: includes/B2S/Settings/Item.php:334 includes/B2S/Settings/Item.php:355
2255
  msgid "Image URL"
2256
  msgstr "Bild Url"
2257
 
2258
- #: includes/B2S/Settings/Item.php:336 includes/B2S/Settings/Item.php:357 includes/B2S/Ship/Image.php:78 includes/B2S/Ship/Image.php:80
 
2259
  msgid "Image upload / Media Gallery"
2260
  msgstr "Bild hochladen / Mediathek"
2261
 
2262
- #: includes/B2S/Settings/Item.php:339
2263
- msgid "Please note: Facebook supports images with a minimum dimension of 200x200 pixels and an aspect ratio of 1:1."
2264
- msgstr "Bitte beachte: Facebook unterstützt Bilder mit einer Mindestgröße von 200x200 Pixel and einem Bildgrößenverhältnis von 1:1."
 
 
 
 
2265
 
2266
- #: includes/B2S/Settings/Item.php:345
2267
- msgid "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)"
2268
- msgstr "Definiere die Default Twitter Card Parameter für Titel, Beschreibung und Image, wenn Du die Frontpage Deines Blogs als Link Post teilst (http://www.DeinBlog.de)"
 
 
 
 
 
 
2269
 
2270
- #: includes/B2S/Settings/Item.php:348
2271
  msgid "The default card type to use"
2272
  msgstr "Wählen Sie Ihre Standard-Twitter-Card"
2273
 
2274
- #: includes/B2S/Settings/Item.php:350
2275
  msgid "Summary"
2276
  msgstr "Link-Darstellung"
2277
 
2278
- #: includes/B2S/Settings/Item.php:351
2279
  msgid "Summary with large image"
2280
  msgstr "Link-Darstellung mit großem Bild"
2281
 
2282
- #: includes/B2S/Settings/Item.php:351
2283
- msgid "(PREMIUM)"
2284
- msgstr "(PREMIUM)"
2285
 
2286
- #: includes/B2S/Settings/Item.php:360
2287
- msgid "Please note: Twitter supports images with a minimum dimension of 144x144 pixels and a maximum dimension of 4096x4096 pixels and less than 5 BM. The image will be cropped to a square. Twitter supports JPG, PNG, WEBP and GIF formats."
2288
- msgstr "Bitte beachte: Twitter unterstützt Bilder mit einer Mindestgröße von 144x144 Pixel und eine maximale Größe 4096 x 4096 Pixel mit weniger als 5 MB. Die Bilder werden auf ein quadratisches Maß übertragen. Twitter unterstützt die Bildformate JPG, PNG, WEBP und GIF. "
 
 
 
 
 
 
 
 
2289
 
2290
- #: includes/B2S/Settings/Item.php:378
2291
  msgid "Did you know?"
2292
  msgstr "Wusstest Du schon?"
2293
 
2294
- #: includes/B2S/Settings/Item.php:379
2295
- msgid "With Premium Pro, you can change the custom post format photo post or link post for each individual social media post and channel (profile, page, group)."
2296
- msgstr "Mit der Premium Pro Version kannst Du das Standard Post-Format individuell pro Social Media Kanal verändern und Deine Beiträge als BildPost oder als Link-Post auf Deinen Profilen, Seiten oder Gruppen teilen."
 
 
 
 
 
 
2297
 
2298
- #: includes/B2S/Settings/Item.php:379
2299
  msgid "Upgrade to Premium Pro now."
2300
  msgstr "Upgrade auf Premium PRO"
2301
 
2302
- #: includes/B2S/Settings/Item.php:403 views/b2s/html/footer.php:129
2303
- msgid "Insert white frames to show the whole image in your timeline. All image information will be shown in your timeline."
2304
- msgstr "Füge weiße Rahmen ein, um das gesamte Bild in Deiner Zeitleiste anzuzeigen. Alle Bildinformationen werden in Deiner Zeitleiste angezeigt."
2305
 
2306
- #: includes/B2S/Settings/Item.php:405 views/b2s/html/footer.php:112
2307
  msgid ""
2308
- "The link post format displays posts title, link address and the first one or two sentences of the post. The networks scan this information from your META or OpenGraph. PLEASE NOTE: If you want your link posts to display the selected image from the Blog2Social preview editor, "
2309
- "please make sure you have activated the Social Meta Tags for Facebook and Twitter in your Blog2Social settings. You find these settings in the tab \"Social Meta Data\". If you don't select a specific post image, some networks display the first image detected on your page. The "
2310
- "image links to your blog post."
2311
  msgstr ""
2312
- "Im Link-Post-Format generiert das Netzwerk automatisch eine Link-Vorschau mit den Informationen aus den Social Meta Tags Deiner Blogbeiträge. Die Vorschau zeigt den Titel, das Bild und die ersten ein oder zwei Sätze des Beitrags. Ein Klick auf das Bild führt den Benutzer zu "
2313
- "Deinem Blogbeitrag. BITTE BEACHTE: Wenn Deine Link-Posts das ausgewählte Bild aus dem Blog2Social Vorschau-Editor anzeigen sollen, stelle bitte sicher, dass Du die Social Meta Tags für Facebook und Twitter in Deinen Blog2Social-Einstellungen aktiviert hast. Diese "
2314
- "Einstellungen findest Du im Tab \"Social Meta Angaben\". Wenn Du kein bestimmtes Beitragsbild für Deinen Blogbeitrag ausgewählt hast, zeigen einige Netzwerke das erste Bild an, dass sie auf Deiner Seite finden."
2315
 
2316
- #: includes/B2S/Settings/Item.php:414 views/b2s/html/footer.php:134
2317
- msgid "The image preview will be cropped automatically to fit the default Instagram layout for your Instagram timeline. The image will be shown uncropped when opening the preview page for your Instagram post."
2318
- msgstr "Die Bildvorschau wird automatisch zugeschnitten, damit es dem Instagram-Standardlayout für Deine Instagram-Timeline entspricht. Das Bild wird als Ganzes angezeigt, wenn Du die Vorschauseite für Deinen Instagram-Beitrag öffnest. "
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2319
 
2320
- #: includes/B2S/Settings/Item.php:416 views/b2s/html/footer.php:117
2321
  msgid ""
2322
- "A photo or image post displays the selected image in the one-page preview of Blog2Social and your comment above the image. The image links to the image view on your image gallery in the respective network. Blog2Social adds the link to your post in your comment. The main "
2323
- "benefit of photo posts is that your image is uploaded to your personal image albums or gallery. In Facebook, you can edit the albums name with a description of your choice."
 
 
 
 
2324
  msgstr ""
2325
- "Ein Foto oder ein Bildbeitrag zeigt das ausgewählte Bild in der einseitigen Vorschau von Blog2Social und Deinem Kommentar über dem Bild an. Das Bild verlinkt auf die Bildansicht Deiner Bildergalerie im jeweiligen Netzwerk. Blog2Social fügt den Link zu Deinem Post in Deinem "
2326
- "Kommentar hinzu. Der Hauptvorteil von Foto-Posts ist, dass Dein Bild in Deinen persönlichen Bildalben oder Deiner Galerie hochgeladen wird. In Facebook kannst Du den Namen des Albums mit einer Beschreibung Deiner Wahl bearbeiten."
 
 
 
 
 
2327
 
2328
  #: includes/B2S/Ship/Image.php:27
2329
  msgid "The images file types .jpg and .png are allowed. Please try another."
2330
- msgstr "Es sind nur .jpg und .png Bilder erlaubt. Bitte wähle ein anderes Bild aus."
 
2331
 
2332
  #: includes/B2S/Ship/Image.php:29
2333
  msgid "To select an individual image from your media library,"
2334
  msgstr "Um ein individuelles Bild aus Deiner Mediathek auszuwählen,"
2335
 
2336
- #: includes/B2S/Ship/Image.php:35
2337
- msgid "The best size for images in social media posts are between: 667-1000px x 523-1000px. Blog2Social will automatically resize your image according to network requirements."
2338
- msgstr "Die optimalen Bildgrößen für Deine Social Media Posts liegen zwischen: 667-1000px x 523-1000px <br> Blog2Social passt Dein Bild automatisch die Größe des jeweiligen Netzwerks an."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2339
 
2340
- #: includes/B2S/Ship/Image.php:59
2341
  msgid "No images are included in your post."
2342
  msgstr "In dem Beitrag sind keine Bilder hinterlegt"
2343
 
2344
- #: includes/B2S/Ship/Image.php:67
2345
  msgid "Apply image for all posts"
2346
  msgstr "Bild für alle Posts übernehmen"
2347
 
2348
- #: includes/B2S/Ship/Image.php:71 includes/B2S/Ship/Image.php:73
2349
  msgid "Apply image for this post"
2350
  msgstr "Bild für diesen Post übernehmen"
2351
 
 
 
 
 
2352
  #: includes/B2S/Ship/Item.php:139
2353
  msgid "Network does not support image for profiles"
2354
  msgstr "Netzwerk unterstützt keine Bilder für Profile"
2355
 
2356
- #: includes/B2S/Ship/Item.php:140 includes/B2S/Ship/Item.php:202
2357
  msgid "Network defines image by link"
2358
  msgstr "Netzwerk wählt selber das Bild aus"
2359
 
@@ -2361,287 +3362,381 @@ msgstr "Netzwerk wählt selber das Bild aus"
2361
  msgid "Supported HTML tags"
2362
  msgstr "Erlaubte HTML-Elemente"
2363
 
2364
- #: includes/B2S/Ship/Item.php:143 includes/B2S/Ship/Item.php:201
2365
  msgid "Network does not support emojis"
2366
  msgstr "Netzwerk unterstützt keine Emojis"
2367
 
2368
- #: includes/B2S/Ship/Item.php:185
 
 
 
 
2369
  msgid "Text only"
2370
  msgstr "nur Text"
2371
 
2372
- #: includes/B2S/Ship/Item.php:200
2373
  msgid "Network does not support image for pages"
2374
  msgstr "Netzwerk unterstützt keine Bilder für Seiten"
2375
 
2376
- #: includes/B2S/Ship/Item.php:291
2377
  msgid "Connection expires on 31 March 2019"
2378
- msgstr "Verbindung läuft ab 31.März 2019 ab"
2379
 
2380
- #: includes/B2S/Ship/Item.php:295
2381
  msgid "Connection expires on 2 April 2019"
2382
- msgstr "Verbindung läuft ab 2. April 2019 ab"
2383
 
2384
- #: includes/B2S/Ship/Item.php:308
2385
  msgid "post format"
2386
  msgstr "Postformat"
2387
 
2388
- #: includes/B2S/Ship/Item.php:318 includes/B2S/Ship/Item.php:946
2389
  msgid "Insert full-text"
2390
  msgstr "ganzen Text einfügen"
2391
 
2392
- #: includes/B2S/Ship/Item.php:320 includes/B2S/Ship/Item.php:948
2393
  msgid "Delete text"
2394
  msgstr "Text löschen"
2395
 
2396
- #: includes/B2S/Ship/Item.php:327
2397
- msgid "You can customize your post with individual comments, @-handles, emojis, and more in the Instant Sharing window, after planning your post."
2398
- msgstr "Du kannst Deinen Post mit individuellen Kommentaren, @-Handles, Emojis und mehr im Fenster \"Instant Sharing\" anpassen, nachdem Du Deinen Post geplant hast."
 
 
 
 
 
2399
 
2400
- #: includes/B2S/Ship/Item.php:332 includes/B2S/Ship/Item.php:529 includes/B2S/Ship/Item.php:812
2401
- msgid "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."
2402
- msgstr "Bitte beachten Sie, dass es nach den neuen AGB von Twitter nicht mehr erlaubt ist, identische oder im Wesentlichen ähnliche Inhalte auf mehreren Accounts oder mehrere identische Updates auf einem Twitter Account oder auch mehreren Accounts zu posten."
 
 
 
 
 
 
 
 
2403
 
2404
- #: includes/B2S/Ship/Item.php:332 includes/B2S/Ship/Item.php:529 includes/B2S/Ship/Item.php:812
2405
- msgid "Violating these rules can result in Twitter suspending your account. Always vary your Tweets with different comments, hashtags or handles to prevent duplicate posts."
2406
- msgstr "Ein Verstoß gegen diese Regeln kann dazu führen, dass Twitter Ihren Account sperrt. Variieren Sie Ihre Tweets mit unterschiedlichen Kommentaren, Hashtags und Handles um doppelte Beiträge zu vermeiden."
 
 
 
 
 
 
 
2407
 
2408
- #: includes/B2S/Ship/Item.php:332 includes/B2S/Ship/Item.php:529 includes/B2S/Ship/Item.php:812
 
2409
  msgid "Learn more about this"
2410
  msgstr "Erfahre mehr darüber"
2411
 
2412
- #: includes/B2S/Ship/Item.php:336
2413
- msgid "Please note: XING allows identical posts to be published only once within a group and no more than three times across different groups."
2414
- msgstr "Bitte beachte: XING erlaubt die Veröffentlichung identischer Beiträge nur einmal innerhalb einer Gruppe und nicht mehr als dreimal in verschiedenen Gruppen."
 
 
 
 
 
2415
 
2416
- #: includes/B2S/Ship/Item.php:336
2417
  msgid "Read more"
2418
- msgstr "mehr erfahren"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2419
 
2420
- #: includes/B2S/Ship/Item.php:356
2421
  msgid "hide calendar"
2422
  msgstr "Planungskalender verbergen"
2423
 
2424
- #: includes/B2S/Ship/Item.php:412 includes/B2S/Ship/Item.php:436 includes/B2S/Ship/Item.php:460 includes/B2S/Ship/Item.php:478 includes/B2S/Ship/Item.php:495 includes/B2S/Ship/Item.php:521 includes/B2S/Ship/Item.php:539 includes/B2S/Ship/Item.php:555
2425
- #: includes/B2S/Ship/Item.php:571 includes/B2S/Ship/Item.php:587 includes/B2S/Ship/Item.php:592
 
 
 
 
 
2426
  msgid "Write something about your post..."
2427
  msgstr "Schreibe etwas..."
2428
 
2429
- #: includes/B2S/Ship/Item.php:419 includes/B2S/Ship/Item.php:443 includes/B2S/Ship/Item.php:467 includes/B2S/Ship/Item.php:485 includes/B2S/Ship/Item.php:517 includes/B2S/Ship/Item.php:535 includes/B2S/Ship/Item.php:551 includes/B2S/Ship/Item.php:567
2430
- #: includes/B2S/Ship/Item.php:583 includes/B2S/Ship/Item.php:617
 
 
 
 
2431
  msgid "Change image"
2432
  msgstr "Bild ändern"
2433
 
2434
- #: includes/B2S/Ship/Item.php:423
2435
- msgid "Info: Change Open Graph Meta tags image, title and description for this network"
 
 
 
2436
  msgstr "Info: Ändere die Open Graph Parameter für diese Netzwerk"
2437
 
2438
- #: includes/B2S/Ship/Item.php:426 includes/B2S/Ship/Item.php:450
2439
- msgid "You want to change your link image, link title and link description for this network? Click here."
2440
- msgstr "Du möchtest das Bild, den Titel und die Beschreibung ändern? Hier Klicken."
 
 
 
 
 
2441
 
2442
- #: includes/B2S/Ship/Item.php:428
 
2443
  msgid "OG Meta title"
2444
  msgstr "OG Titel"
2445
 
2446
- #: includes/B2S/Ship/Item.php:429
 
2447
  msgid "OG Meta description"
2448
  msgstr "OG Beschreibung"
2449
 
2450
- #: includes/B2S/Ship/Item.php:447
2451
- msgid "Info: Change Card Meta tags image, title and description for this network"
 
2452
  msgstr "Info: Ändere die Twitter Card Parameter für diese Netzwerk"
2453
 
2454
- #: includes/B2S/Ship/Item.php:452
2455
  msgid "Card Meta title"
2456
  msgstr "Card Titel"
2457
 
2458
- #: includes/B2S/Ship/Item.php:453
2459
  msgid "Card Meta description"
2460
  msgstr "Card Beschreibung"
2461
 
2462
- #: includes/B2S/Ship/Item.php:604
2463
  msgid "required"
2464
  msgstr "erforderlich"
2465
 
2466
- #: includes/B2S/Ship/Item.php:694
2467
  msgid "Jobs & Projects"
2468
- msgstr "Jobs & Projekte"
2469
 
2470
- #: includes/B2S/Ship/Item.php:695
2471
  msgid "Events"
2472
- msgstr "Veranstaltungen"
2473
 
2474
- #: includes/B2S/Ship/Item.php:696
2475
  msgid "Classified Ads"
2476
  msgstr "Kleinanzeigen"
2477
 
2478
- #: includes/B2S/Ship/Item.php:698
2479
  msgid "Offer"
2480
  msgstr "Angebot"
2481
 
2482
- #: includes/B2S/Ship/Item.php:699
2483
  msgid "Request"
2484
- msgstr "Gesucht"
2485
 
2486
- #: includes/B2S/Ship/Item.php:710
2487
  msgid "The Headline..."
2488
  msgstr "Die Überschrift..."
2489
 
2490
- #: includes/B2S/Ship/Item.php:743
2491
  msgid "Enable Retweets for all Tweets with the selected profile"
2492
  msgstr "Retweets für alle Tweets mit dem gewählten Profil aktivieren"
2493
 
2494
- #: includes/B2S/Ship/Item.php:762 views/b2s/partials/post-edit-modal.php:73
2495
  msgid "Delay"
2496
  msgstr "Verzögerung"
2497
 
2498
- #: includes/B2S/Ship/Item.php:772 includes/B2S/Ship/Item.php:773 includes/B2S/Ship/Item.php:774 includes/B2S/Ship/Item.php:775 views/b2s/partials/post-edit-modal.php:77 views/b2s/partials/post-edit-modal.php:78 views/b2s/partials/post-edit-modal.php:79
 
 
 
 
2499
  #: views/b2s/partials/post-edit-modal.php:80
2500
  msgid "min"
2501
  msgstr "min"
2502
 
2503
- #: includes/B2S/Ship/Item.php:780
2504
  msgid "Add Retweet"
2505
  msgstr "Retweet hinzufügen"
2506
 
2507
- #: includes/B2S/Ship/Item.php:800
2508
  msgid "Share Now"
2509
  msgstr "Sofort teilen"
2510
 
2511
- #: includes/B2S/Ship/Item.php:805
2512
  msgid "Schedule Recurrent Post"
2513
  msgstr "regelmäßig Planen"
2514
 
2515
- #: includes/B2S/Ship/Item.php:841 views/b2s/partials/post-edit-modal.php:47
2516
  msgid ""
2517
- "Please note: Your account is connected via an old XING API that is no longer supported by XING after March 31. Please connect your XING profile, as well as your XING company pages (Employer branding profiles) and business pages with the new XING interface in the Blog2Social "
2518
- "network settings. To do this, go to the Blog2Social Networks section and connect your XING accounts with the new XING."
 
 
 
 
2519
  msgstr ""
2520
- "Bitte beachte: Deine Accounts sind über eine alte XING-Schnittstelle verbunden, die nicht weiter von XING unterstützt wird. Bitte verbinde Dein XING-Profil sowie Deine XING-Unternehmensseiten- (Arbeitgeberprofile) und Business Pages mit der neuen XING-Schnittstelle. Gehe dazu "
2521
- "in den Bereich Blog2Social \"Netzwerke\" und verbinde Dein XING-Konto über die neue XING-Schnittstelle"
 
 
 
2522
 
2523
- #: includes/B2S/Ship/Item.php:845 views/b2s/partials/post-edit-modal.php:51
2524
- msgid "Please note: Google will shut down Google+ for all private accounts (profiles, pages, groups) on 2nd April 2019. You can find further information and the next steps, including how to download your photos and other content here:"
2525
- msgstr "Bitte beachte. Google stellt das Netzwerk Google+ für alle private Konten (Profile, Seiten und Gruppen) zum 02. April 2019 ein. Hier findest Du Informationen zu den nächsten Schritten, u. a. dazu, wie Du Deine Fotos und andere Inhalte herunterladen kannst:"
 
 
 
 
 
 
 
 
2526
 
2527
- #: includes/B2S/Ship/Item.php:848
2528
  msgid "Repeats"
2529
- msgstr "Wdh."
2530
 
2531
- #: includes/B2S/Ship/Item.php:849 includes/B2S/Ship/Item.php:852
2532
  msgid "Duration"
2533
  msgstr "Dauer"
2534
 
2535
- #: includes/B2S/Ship/Item.php:853
2536
  msgid "Number of repeats"
2537
- msgstr "Anzahl der Wdh."
2538
 
2539
- #: includes/B2S/Ship/Item.php:854
2540
  msgid "Day of month"
2541
  msgstr "Tag im Monat"
2542
 
2543
- #: includes/B2S/Ship/Item.php:855
2544
  msgid "Repeats every (days)"
2545
- msgstr "Alle (Tage) wiederholen"
2546
 
2547
- #: includes/B2S/Ship/Item.php:857
2548
  msgid "Start date"
2549
  msgstr "Startdatum"
2550
 
2551
- #: includes/B2S/Ship/Item.php:858
2552
  msgid "Time to publish"
2553
- msgstr "Veröffentlichungszeit"
2554
 
2555
- #: includes/B2S/Ship/Item.php:867
2556
  msgid "weekly"
2557
  msgstr "wöchentlich"
2558
 
2559
- #: includes/B2S/Ship/Item.php:868
2560
  msgid "monthly"
2561
  msgstr "monatlich"
2562
 
2563
- #: includes/B2S/Ship/Item.php:869
2564
  msgid "own period"
2565
  msgstr "Eigener Zeitraum"
2566
 
2567
- #: includes/B2S/Ship/Item.php:875
2568
  msgid "Week"
2569
  msgstr "Woche"
2570
 
2571
- #: includes/B2S/Ship/Item.php:875
2572
  msgid "Weeks"
2573
  msgstr "Wochen"
2574
 
2575
- #: includes/B2S/Ship/Item.php:884
2576
  msgid "Month"
2577
  msgstr "Monat"
2578
 
2579
- #: includes/B2S/Ship/Item.php:884
2580
  msgid "Months"
2581
  msgstr "Monate"
2582
 
2583
- #: includes/B2S/Ship/Item.php:904
2584
  msgid "End Of Month"
2585
  msgstr "Monatsende"
2586
 
2587
- #: includes/B2S/Ship/Item.php:909
2588
  msgid "Timespan"
2589
  msgstr "Zeitspanne"
2590
 
2591
- #: includes/B2S/Ship/Item.php:912 views/b2s/partials/post-edit-modal.php:63 views/b2s/partials/post-edit-modal.php:66
 
2592
  msgid "Time"
2593
  msgstr "Mal"
2594
 
2595
- #: includes/B2S/Ship/Item.php:917
2596
  msgid "Mon"
2597
  msgstr "Mo"
2598
 
2599
- #: includes/B2S/Ship/Item.php:918
2600
  msgid "Tue"
2601
  msgstr "Di"
2602
 
2603
- #: includes/B2S/Ship/Item.php:919
2604
  msgid "Wed"
2605
  msgstr "Mi"
2606
 
2607
- #: includes/B2S/Ship/Item.php:920
2608
  msgid "Thu"
2609
  msgstr "Do"
2610
 
2611
- #: includes/B2S/Ship/Item.php:921
2612
  msgid "Fri"
2613
  msgstr "Fr"
2614
 
2615
- #: includes/B2S/Ship/Item.php:922
2616
  msgid "Sat"
2617
  msgstr "Sa"
2618
 
2619
- #: includes/B2S/Ship/Item.php:923
2620
  msgid "Sun"
2621
  msgstr "So"
2622
 
2623
- #: includes/B2S/Ship/Item.php:930
2624
  msgid "add another post"
2625
  msgstr "einen weiteren Post anlegen"
2626
 
2627
- #: includes/B2S/Ship/Item.php:944
2628
  msgid "Copy from original"
2629
  msgstr "Originaltext kopieren"
2630
 
2631
- #: includes/B2S/Ship/Item.php:960
2632
  msgid "Apply Settings To All Networks"
2633
  msgstr "Planung für alle Netzwerke übernehmen"
2634
 
2635
- #: includes/B2S/Ship/Item.php:961
2636
  msgid "Save as best time for this network"
2637
  msgstr "Diese Zeit als \"Beste Zeit\" für dieses Netzwerk speichern"
2638
 
2639
  #: includes/B2S/Ship/Save.php:391
2640
- msgid "For sharing your posts on personal Facebook Profiles you can now use Facebook Instant Sharing"
2641
- msgstr "Um Beiträge auf persönlichen Facebook-Profilen zu teilen, steht ab sofort Facebook Instant Sharing zur Verfügung"
 
 
 
 
2642
 
2643
  #: includes/B2S/Ship/Save.php:391
2644
- msgid "Read why"
2645
  msgstr "mehr erfahren"
2646
 
2647
  #: includes/B2S/Ship/Save.php:393 includes/B2S/Ship/Save.php:401
@@ -2649,36 +3744,59 @@ msgid "This is how it works:"
2649
  msgstr "Und so funktioniert es:"
2650
 
2651
  #: includes/B2S/Ship/Save.php:394
2652
- msgid "-To share your post immediately, click the \"Share\" button next to your selected Facebook profile below."
2653
- msgstr "-Um den Beitrag sofort zu teilen, klicke einfach auf den “Teilen” Button neben Deinem unten aufgeführten Profil."
 
 
 
 
2654
 
2655
  #: includes/B2S/Ship/Save.php:395
2656
  msgid ""
2657
- "-For scheduled posts, Blog2Social will save your post and move it to the \"Scheduled Posts\" tab on your \"Posts & Sharing\" navigation bar. On your scheduled date and time, your post will move to the \"Instant Sharing\" tab and you can click on \"Share\" to post it to your "
2658
- "Facebook Profile instantly."
 
 
2659
  msgstr ""
2660
- "-Bei geplanten Beiträgen speichert Blog2Social Deinen Beitrag und verschiebt ihn in das \"Geplante Beiträge\" Tab in der Navigationsleiste unter \"Beiträge\". An Deinem geplanten Termin erscheint dein Post im “Instant Sharing” Tab. Klicke dann auf \"Teilen\", um Deinen Post "
2661
- "dann an Dein Facebook-Profil zu senden!"
 
 
 
2662
 
2663
  #: includes/B2S/Ship/Save.php:399
2664
- msgid "For sharing your posts on Google+ you can now use Google+ Instant Sharing"
2665
- msgstr "Um Beiträge auf Google+ zu teilen, steht ab sofort Google+ Instant Sharing zur Verfügung "
 
 
 
2666
 
2667
  #: includes/B2S/Ship/Save.php:402
2668
- msgid "-To share your post immediately, click the \"Share\" button next to your selected Google+ account below."
2669
- msgstr "-Um den Beitrag sofort zu teilen, klicke einfach auf den “Teilen” Button neben Deinem unten aufgeführten Konto."
 
 
 
 
2670
 
2671
  #: includes/B2S/Ship/Save.php:403
2672
  msgid ""
2673
- "-For scheduled posts, Blog2Social will save your post and move it to the \"Scheduled Posts\" tab on your \"Posts & Sharing\" navigation bar. On your scheduled date and time, your post will move to the \"Instant Sharing\" tab and you can click on \"Share\" to post it to your "
2674
- "account instantly."
 
 
2675
  msgstr ""
2676
- "-Bei geplanten Beiträgen speichert Blog2Social Deinen Beitrag und verschiebt ihn in das \"Geplante Beiträge\" Tab in der Navigationsleiste unter \"Beiträge\". An Deinem geplanten Termin erscheint dein Post im “Instant Sharing” Tab. Klicke dann auf \"Teilen\", um Deinen Post "
2677
- "dann an Dein Google+ Konto zu senden!"
 
 
2678
 
2679
  #: includes/B2S/Ship/Save.php:404
2680
- msgid "Please note: You post has to be marked as public to be posted in a group."
2681
- msgstr "Bitte beachte: Um in eine Gruppe zu teilen, muss Dein Beitrag auf “Öffentlich” gestellt werden. "
 
 
 
2682
 
2683
  #: includes/B2S/Ship/Save.php:409
2684
  msgid "Please share your post now"
@@ -2718,23 +3836,24 @@ msgstr "Datenschutzerklärung"
2718
 
2719
  #: views/b2s/html/footer.php:4
2720
  msgid "Terms"
2721
- msgstr "Terms"
2722
 
2723
  #: views/b2s/html/footer.php:4
2724
  msgid "We never store your data from your social media profiles"
2725
- msgstr "Wir speichern niemals Deine persönlichen Daten aus Deinen Social Media-Profilen."
2726
 
2727
- #: views/b2s/html/footer.php:8 views/prg/html/footer.php:8 views/prg/html/header.php:45
 
2728
  msgid "Post"
2729
  msgstr "Beitrag"
2730
 
2731
  #: views/b2s/html/footer.php:9 views/prg/html/footer.php:9
2732
  msgid "Job"
2733
- msgstr "Stellenanzeige"
2734
 
2735
  #: views/b2s/html/footer.php:10 views/prg/html/footer.php:10
2736
  msgid "Event"
2737
- msgstr "Veranstaltung"
2738
 
2739
  #: views/b2s/html/footer.php:11 views/prg/html/footer.php:11
2740
  msgid "Product"
@@ -2742,49 +3861,87 @@ msgstr "Produkt"
2742
 
2743
  #: views/b2s/html/footer.php:23
2744
  msgid "Upgrade to Blog2Social for Premium"
2745
- msgstr "Upgrade auf Blog2Social für Premium"
2746
 
2747
  #: views/b2s/html/footer.php:53
2748
  msgid "Upgrade to Blog2Social PREMIUM PRO"
2749
- msgstr "Upgrade auf Blog2Social PREMIUM PRO"
2750
 
2751
  #: views/b2s/html/footer.php:56
2752
- msgid "You can select different combinations of networks and save them for different sharing purposes."
2753
- msgstr "Du kannst verschiedene Kombinationen von Netzwerken auswählen und für verschiedene Freigabezwecke speichern."
 
 
 
 
2754
 
2755
  #: views/b2s/html/footer.php:59
2756
  msgid ""
2757
- "Blog2Social Premium PRO allows you to save your preferred social network accounts into network collections for a faster future access. You can assign individual names for each network collection so you can easily access them for your next social sharing activitiy. Use "
2758
- "specific network collections for recurring sharing purposes or campaigns, e.g. for initial sharing of new blog posts, for re-sharing evergreen content or for sharing images or videos. Bundle your preferred social network accounts into a network collection for a faster future "
2759
- "access. Assign a name to each network collection so you can easily access them for your next social sharing activitiy. You can also connect multiple profiles, pages and groups per network in one network collection."
 
 
 
 
 
 
 
 
2760
  msgstr ""
2761
- "Ab Blog2Social Premium PRO kannst Du Deine bevorzugten Netzwerk-Gruppierungen zur späteren Verwendung speichern und individuelle Namen für jede Netzwerk-Gruppierung auswählen. Verwende bestimmte Netzwerk-Gruppierungen für wiederkehrende Planung oder Kampagnen, z.B. für die "
2762
- "erste Veröffentlichung neuer Blogbeiträge, für die erneute Veröffentlichung von Evergreen Content oder für das Teilen von Bildern oder Videos. Wähle schnell und einfach Deine bevorzugte Netzwerk-Gruppierung für Deine nächste Social-Media-Aktivität. Du kannst auch mehrere "
2763
- "Profile, Seiten und Gruppen pro Netzwerk in einer Netzwerk-Gruppierung verbinden."
 
 
 
 
 
 
2764
 
2765
  #: views/b2s/html/footer.php:62
2766
  msgid "With Blog2Social PREMIUM PRO you can also:"
2767
- msgstr "Mit Blog2Social PREMIUM PRO kannst Du auch:"
2768
 
2769
  #: views/b2s/html/footer.php:64
2770
- msgid "Post on LinkedIn pages, XING pages and groups, as well as Facebook pages and groups"
2771
- msgstr "Veröffentlichung auf LinkedIn-Seiten, XING-Seiten und -Gruppen sowie Facebook-Seiten und -Gruppen"
 
 
 
 
2772
 
2773
  #: views/b2s/html/footer.php:66
2774
- msgid "Schedule your posts at the best times on each network: for one time, multiple times or recurrently"
2775
- msgstr "Plane Deine Beiträge zu den besten Zeiten in jedem Netzwerk: einmal, mehrmals oder wiederkehrend."
 
 
 
 
2776
 
2777
  #: views/b2s/html/footer.php:69
2778
- msgid "Reporting and calendar: keep track of your published and scheduled social media posts"
2779
- msgstr "Berichte und Kalender: Behalte den Überblick über Deine veröffentlichten und geplanten Social Media-Posts."
 
 
 
 
 
 
 
 
2780
 
2781
  #: views/b2s/html/footer.php:76
2782
  msgid "Activate Blog2Social PREMIUM PRO."
2783
  msgstr "Aktiviere Blog2Social PREMIUM PRO."
2784
 
2785
  #: views/b2s/html/footer.php:78
2786
- msgid "With Blog2Social Premium PRO you can connect pages in LinkedIn and XING as well as XING groups."
2787
- msgstr "Mit Blog2Social Premium PRO kannst Du Seiten in LinkedIn und XING sowie XING-Gruppen verbinden."
 
 
 
 
2788
 
2789
  #: views/b2s/html/footer.php:81
2790
  msgid "Also included:"
@@ -2792,7 +3949,7 @@ msgstr "Ebenfalls enthalten:"
2792
 
2793
  #: views/b2s/html/footer.php:83
2794
  msgid "Social media auto-posting and auto-scheduling"
2795
- msgstr "Auto-Posting und Auto-Scheduling für Social Media"
2796
 
2797
  #: views/b2s/html/footer.php:84
2798
  msgid "Posting to social media pages and groups in Facebook"
@@ -2800,11 +3957,13 @@ msgstr "Veröffentlichung auf Social Media Seiten und Gruppen in Facebook"
2800
 
2801
  #: views/b2s/html/footer.php:85
2802
  msgid "Sharing on multiple accounts per network"
2803
- msgstr "Freigabe auf mehreren Konten pro Netzwerk"
2804
 
2805
  #: views/b2s/html/footer.php:86
2806
  msgid "Best Time Scheduler: schedule once, multiple times or recurringly"
2807
- msgstr "Bester Zeitplaner: Plane einmal, mehrmals oder wiederkehrend."
 
 
2808
 
2809
  #: views/b2s/html/footer.php:87
2810
  msgid "Reporting with links to already published posts"
@@ -2812,19 +3971,27 @@ msgstr "Reporting mit Links zu bereits veröffentlichten Beiträgen"
2812
 
2813
  #: views/b2s/html/footer.php:102
2814
  msgid "Select the preferred custom post format for your posts"
2815
- msgstr "Wähle das bevorzugte benutzerdefinierte Postformat für Deine Beiträge aus."
2816
 
2817
  #: views/b2s/html/footer.php:107
2818
- msgid "Select link post or image post format to define your preferred custom post format for Twitter, LinkedIn, and Facebook."
2819
- msgstr "Wähle zwischen Link-Beitrag oder Bild-Beitrag, um Dein bevorzugtes Postformat für Twitter, LinkedIn und Facebook zu definieren."
 
 
 
 
2820
 
2821
  #: views/b2s/html/footer.php:116
2822
  msgid "Photo Post"
2823
- msgstr "Bildpost"
2824
 
2825
  #: views/b2s/html/footer.php:124
2826
- msgid "For Instagram, you can select \"image with frame\" or \"image cut out\" as your preferred custom post format."
2827
- msgstr "Für Instagram kannst Du \"Bild mit Rahmen\" oder \"Bildausschnitt\" als bevorzugtes benutzerdefiniertes Postformat auswählen."
 
 
 
 
2828
 
2829
  #: views/b2s/html/footer.php:174
2830
  msgid "Did you miss something?"
@@ -2832,51 +3999,93 @@ msgstr "Vermisst Du etwas?"
2832
 
2833
  #: views/b2s/html/footer.php:177
2834
  msgid "Help us make Blog2Social even better!"
2835
- msgstr "Helfe uns, Blog2Social noch besser zu machen!"
2836
 
2837
  #: views/b2s/html/footer.php:181
2838
  msgid "submit"
2839
- msgstr "absenden"
2840
 
2841
  #: views/b2s/html/footer.php:195
2842
  msgid ""
2843
- "Blog2Social provides you with a pre-configured time-scheme to automatically schedule your social media posts for the best times to share on each social network based on recent research. Click Load Best Times in the preview editor to schedule your posts automatically for the "
2844
- "best times to post on each social network."
 
 
 
2845
  msgstr ""
2846
- "Blog2Social bietet Dir einen vorkonfigurierten Zeitplan, um Deine Social Media-Posts automatisch für die besten Zeiten zu planen, die Sie in jedem sozialen Netzwerk teilen können, basierend auf aktuellen Forschungsergebnissen. Klicke im Vorschau-Editor auf Beste Zeiten laden, "
2847
- "um Deine Beiträge automatisch für die besten Zeiten für die Beiträge in jedem sozialen Netzwerk zu planen."
 
 
 
2848
 
2849
  #: views/b2s/html/footer.php:197
2850
  msgid ""
2851
- "You can also configure your own individual time settings for each of your social media connections to post your content on social media when your followers are online. By configuring an individual cross-posting schedule for all your networks you can set up an effective social "
2852
- "media posting plan to reach as many followers as possible."
 
 
 
2853
  msgstr ""
2854
- "Du kannst auch Deine eigenen individuellen Zeiteinstellungen für jede Social Media-Verbindungen konfigurieren, um Deine Inhalte auf Social Media zu veröffentlichen, wenn Deine Follower online sind. Durch die Konfiguration eines individuellen Cross-Posting-Plans für alle Deine "
2855
- "Netzwerke kannt Du einen effektiven Social Media-Posting-Plan einrichten, um so viele Follower wie möglich zu erreichen."
 
 
 
 
2856
 
2857
  #: views/b2s/html/footer.php:199
2858
- msgid "Click Load My Time Settings in the preview editor to schedule your posts automatically for your individually chosen best times."
2859
- msgstr "Clicke im Vorschau-Editor auf Meine Zeiteinstellungen laden, um Deine Beiträge automatisch für Deine individuell gewählten besten Zeiten zu planen."
 
 
 
 
2860
 
2861
  #: views/b2s/html/footer.php:201
2862
- msgid "You can always edit the predefined times in the preview editor for any post or network and save your new settings as default for future use."
2863
- msgstr "Du kannstdie vordefinierten Zeiten im Vorschau-Editor für jeden Beitrag oder jedes Netzwerk jederzeit bearbeiten und Deine neuen Einstellungen als Standard für die zukünftige Verwendung speichern."
 
 
 
 
 
2864
 
2865
  #: views/b2s/html/footer.php:203
2866
- msgid "Learn how to set up and apply individual best times to your social media scheduling and auto-poster."
2867
- msgstr "Erfahren Sie, wie Sie individuelle Bestzeiten für Ihre Social Media Planung und Ihr Auto-Poster einrichten und anwenden."
 
 
 
 
2868
 
2869
  #: views/b2s/html/footer.php:237
2870
  msgid "Why Retweets?"
2871
- msgstr "Warum Retweets?"
2872
 
2873
  #: views/b2s/html/footer.php:240
2874
- msgid "Retweets are the recommended way to reshare the same Tweets across Twitter accounts in accordance with Twitter new rules. You can now schedule multiple Retweets for an original Tweet that you are planning right from your WordPress."
2875
- msgstr "Retweets sind die empfohlene Methode, um die gleichen Tweets über Twitter-Konten hinweg nach den neuen Regeln von Twitter wiederzugeben. Du kannst nun mehrere Retweets für einen Original-Tweet planen, den Du direkt aus Deinem WordPress heraus planen."
 
 
 
 
 
 
 
 
2876
 
2877
  #: views/b2s/html/footer.php:243
2878
- msgid "If Retweets are enabled, every Original-Tweet you schedule in this step will be retweeted by the selected Twitter accounts. If, for example, 3 Original-Tweets are scheduled, every single Tweet will trigger a Retweet for the selected Twitter accounts."
2879
- msgstr "Wenn Retweets aktiviert sind, wird jeder Original-Tweet, den Du in diesem Schritt planst, von den ausgewählten Twitter-Konten retweetet. Wenn beispielsweise 3 Original-Tweets geplant sind, löst jeder einzelne Tweet einen Retweet für die ausgewählten Twitter-Konten aus."
 
 
 
 
 
 
 
 
2880
 
2881
  #: views/b2s/html/footer.php:247
2882
  msgid "Would you like to retweet?"
@@ -2884,81 +4093,163 @@ msgstr "Möchtest Du Retweeten?"
2884
 
2885
  #: views/b2s/html/footer.php:276
2886
  msgid "Bit.ly integration (URL Shortening)"
2887
- msgstr "Bit.ly-Integration (URL-Kürzung)"
2888
 
2889
  #: views/b2s/html/footer.php:279
2890
  msgid ""
2891
- "You can use Bit.ly links to shorten the URL of your links and to track the performance of your links in your social media networks. Activate Bit.ly in the Blog2Social settings and link it to your Bit.ly account. Your social media posts will then be shared with your Bit.ly "
2892
- "links and you can monitor the success of your posts in your Bit.ly account. Please note: Reddit, Pinterest and Medium do not allow Bit.ly shortlinks. Blog2Social will apply the regular URL for these networks."
 
 
 
 
 
2893
  msgstr ""
2894
- "Du kannst Bit.ly-Links verwenden, um die URL Deiner Links zu verkürzen und die Performance Deiner Links in den sozialen Netzwerken zu verfolgen. Aktiviere Bit.ly in den Blog2Social-Einstellungen und verbinde Blog2Social mit Deinem Bit.ly-Konto. Deine Social Media Beiträge "
2895
- "werden dann mit Deinen Bit.ly Links geteilt und Du kannst den Erfolg Deiner Beiträge in Deinem Bit.ly Konto verfolgen. Bitte beachte: Reddit, Pinterest und Medium erlauben keine Bit.ly Kurzlinks. Blog2Social verwendet für diese Netzwerke dann die normale URL. "
 
 
 
 
 
 
2896
 
2897
  #: views/b2s/html/footer.php:290
2898
  msgid "Define Twitter post content"
2899
- msgstr "Definiere Twitter-Post-Inhalte"
2900
 
2901
  #: views/b2s/html/footer.php:293
2902
- msgid "Select the content that will be automatically pre-filled in your Twitter posts. If you have ticked the box \"include WordPress tags as hashtags in my post\", hashtags are automatically added in the drop-down menu."
2903
- msgstr "Wähle den Inhalt aus, der automatisch in Deinen Twitter-Posts vorgefüllt wird. Wenn Du das Kästchen \"WordPress-Tags als Hashtags in meinen Beitrag aufnehmen\" angekreuzt haben, werden Hashtags automatisch im Dropdown-Menü hinzugefügt."
 
 
 
 
 
 
 
2904
 
2905
  #: views/b2s/html/footer.php:349
2906
- msgid "Share imported posts with the Auto Poster: Posts that you import via RSS feeds and plugins can be shared automatically on your social media channels."
2907
- msgstr "Teile importierte Beiträge mit dem Auto-Poster: Beiträge, die Du über RSS-Feeds und Plugins importierst, können automatisch auf Deinen Social Media-Kanälen geteilt werden."
 
 
 
 
 
2908
 
2909
  #: views/b2s/html/footer.php:350
2910
  #, php-format
2911
- msgid "<a target=\"_blank\" href=\"%s\">Learn how to set up auto posting for imported posts</a>"
2912
- msgstr "<a target=\"_blank\" href=\"%s\">Erfahre, wie Du den Auto-Poster für importierte Beiträge einrichtest.</a>"
 
 
 
 
2913
 
2914
  #: views/b2s/html/footer.php:389
2915
  msgid "Social Meta Tags Settings"
2916
- msgstr "Meta-Tag-Einstellungen"
2917
 
2918
  #: views/b2s/html/footer.php:392 views/b2s/html/footer.php:476
2919
  msgid "Change image, title and description for your post on this network"
2920
- msgstr "Ändere Bild, Titel und Beschreibung für Deinen Beitrag in diesem Netzwerk."
 
 
2921
 
2922
  #: views/b2s/html/footer.php:398
2923
  msgid ""
2924
- "Facebook has changed its policy for posting link posts via plugins or web applications. Facebook does no longer display the featured or selected image for your blog post, but only images defined in the Open Graph (OG) Meta Tags of your blog post. If you have not defined any "
2925
- "OG Meta Tags, Facebook displays a random image from your blog post or blog site. If you have defined an image in your blog post OG Meta Tags that does not meet the image size requirements, Facebook also does not displayed your selected image, but a random image. Please make "
2926
- "sure that your image meets the image size requirements for Facebook."
 
 
 
 
 
 
2927
  msgstr ""
2928
- "Facebook hat seine Richtlinien für die Veröffentlichung von Link-Posts über Plugins oder Webanwendungen geändert. Facebook zeigt nicht mehr das vorgestellte oder ausgewählte Bild für Ihren Blogbeitrag an, sondern nur noch Bilder, die in den Open Graph (OG) Meta Tags Ihres "
2929
- "Blogbeitrags definiert sind. Wenn Du keine OG Meta Tags definiert hast, zeigt Facebook ein zufälliges Bild von deinem Blogbeitrag oder deiner Blog-Site an. Wenn Du in deinem Blogbeitrag OG Meta Tags ein Bild definiert hast, das nicht den Anforderungen an die Bildgröße "
2930
- "entspricht, zeigt Facebook auch nicht das ausgewählte Bild, sondern ein Zufallsbild an. Stelle bitte sicher, dass Dein Bild den Anforderungen an die Bildgröße für Facebook entspricht."
 
 
 
 
 
 
 
2931
 
2932
  #: views/b2s/html/footer.php:400
2933
  msgid ""
2934
- "With Blog2Social you can select a featured image or any image you select to be displayed with your link post. Blog2Social will automatically write the required parameter in the OG Meta Tags of your blog post, so that your selected image will be displayed with your link post. "
2935
- "If you don't want Blog2Social to do that, because you have defined your own OG meta tags, please uncheck this box. Please note that you cannot select a specific image for your link post without OG meta tags."
 
 
 
 
 
2936
  msgstr ""
2937
- "Mit Blog2Social kannst Du ein ausgewähltes Bild oder ein beliebiges Bild auswählen, das Du in Deinem Linkbeitrag anzeigen möchten. Blog2Social schreibt automatisch den erforderlichen Parameter in die OG Meta Tags Ihres Blog-Posts, so dass das ausgewählte Bild mit Ihrem Link-"
2938
- "Post angezeigt wird. Wenn Du nicht möchtest, dass Blog2Social das tut, weil Du Deine eigenen OG-Metatags definiert haben, deaktiviere bitte das Kontrollkästchen. Bitte beachte, dass Du kein bestimmtes Bild für Deinen Linkbeitrag ohne OG-Meta-Tags auswählen kannst."
 
 
 
 
 
 
2939
 
2940
  #: views/b2s/html/footer.php:403
2941
  msgid ""
2942
- "Twitter has changed its policy for posting link posts via plugins or web applications. Twitter does no longer display the featured or selected image for your blog post, but only images defined in the Twitter Card Meta Tags of your blog post. If you have not defined any "
2943
- "Twitter Card Meta Tags, Twitter displays a random image from your blog post or blog site. If you have defined an image in your blog post Twitter Card Meta Tags that does not meet the image size requirements, Twitter displays a white space for the image of your link post. "
2944
- "Please make sure that your image meets the image size requirements for Twitter."
 
 
 
 
 
 
2945
  msgstr ""
2946
- "Twitter hat seine Richtlinien für die Veröffentlichung von Link-Posts über Plugins oder Webanwendungen geändert. Twitter zeigt nicht mehr das vorgestellte oder ausgewählte Bild für Deinen Blogbeitrag an, sondern nur noch Bilder, die in den Twitter Card Meta Tags Ihres "
2947
- "Blogbeitrags definiert sind. Wenn Du keine Twitter Card Meta Tags definiert haben, zeigt Twitter ein zufälliges Bild von Ihrem Blogbeitrag oder Ihrer Blog-Site an. Wenn Du in Deinem Blogbeitrag Twitter Card Meta Tags ein Bild definiert haben, das nicht den Anforderungen an "
2948
- "die Bildgröße entspricht, zeigt Twitter einen weißen Bereich für das Bild Ihres Link-Posts an. Bitte stelle sicher, dass Dein Bild die Anforderungen an die Bildgröße für Twitter erfüllt."
 
 
 
 
 
 
 
 
2949
 
2950
  #: views/b2s/html/footer.php:405
2951
  msgid ""
2952
- "With Blog2Social you can select a featured image or any image you select to be displayed with your link post. Blog2Social will automatically write the required parameter in the Twitter Card meta tags of your blog post, so that your selected image will be displayed with your "
2953
- "link post. If you don't want Blog2Social to do that, because you have defined your own Twitter Card meta tags, please uncheck this box. Please note that you cannot select a specific image for your link post without Twitter Card meta tags."
 
 
 
 
 
2954
  msgstr ""
2955
- "Mit Blog2Social können Sie ein ausgewähltes Bild oder ein beliebiges Bild auswählen, das Du in Deinem Linkbeitrag anzeigen möchtest. Blog2Social schreibt automatisch den erforderlichen Parameter in die Twitter Card-Meta-Tags Deines Blog-Posts, so dass das ausgewählte Bild mit "
2956
- "Ihrem Link-Post angezeigt wird. Wenn Du nicht nöchtest, dass Blog2Social das tut, weil Du Deine eigenen Twitter Card-Meta-Tags definiert haben, deaktiviere bitte dieses Kontrollkästchen. Bitte beachte, dass Du kein bestimmtes Bild für Ihren Linkbeitrag ohne Twitter Card Meta-"
2957
- "Tags auswählen kannst."
 
 
 
 
 
2958
 
2959
  #: views/b2s/html/footer.php:408
2960
- msgid "You can change the image, title and description for your post on Facebook, by editing the following fields for"
2961
- msgstr "Du kannst das Bild, den Titel und die Beschreibung Ihres Beitrags auf Facebook ändern, indem Du die folgenden Felder bearbeitest für"
 
 
 
 
 
2962
 
2963
  #: views/b2s/html/footer.php:411 views/b2s/html/footer.php:426
2964
  msgid "image"
@@ -2966,90 +4257,160 @@ msgstr "Bild"
2966
 
2967
  #: views/b2s/html/footer.php:412 views/b2s/html/footer.php:427
2968
  msgid "title"
2969
- msgstr "Title"
2970
 
2971
  #: views/b2s/html/footer.php:413 views/b2s/html/footer.php:428
2972
  msgid "description"
2973
  msgstr "Beschreibung"
2974
 
2975
  #: views/b2s/html/footer.php:415
2976
- msgid "Blog2Social will automatically write these information in the Facebook Open Graph (OG) Meta Tags for Image, Title and Description of your blog post."
2977
- msgstr "Blog2Social schreibt diese Informationen automatisch in die Facebook Open Graph (OG) Meta Tags für Bild, Titel und Beschreibung Ihres Blogbeitrags."
 
 
 
 
2978
 
2979
  #: views/b2s/html/footer.php:418
2980
  msgid ""
2981
- "Please note: If this post has already been shared or scheduled previously, your current changes will also affect the look of previously shared or scheduled posts, as Facebook always refers to the current Open Graph meta tags information and automatically updated all existing "
2982
- "posts."
 
 
2983
  msgstr ""
2984
- "Bitte beachte: Wenn dieser Beitrag bereits freigegeben oder geplant wurde, wirken sich Ihre aktuellen Änderungen auch auf das Erscheinungsbild bereits freigegebener oder geplanter Beiträge aus, da Facebook immer auf die aktuellen Open Graph-Meta-Tags verweist und automatisch "
2985
- "alle vorhandenen Beiträge aktualisiert."
 
 
 
2986
 
2987
  #: views/b2s/html/footer.php:420
2988
  #, php-format
2989
- msgid "Please note: Your changes will have no effect on your social media posts on Facebook, if you have manually unchecked the Meta Tag options for Facebook in your Blog2Social <a target=\"_blank\" href=\"%s\">settings</a>"
2990
- msgstr "Bitte beachte: Deine Änderungen haben keine Auswirkungen auf Ihre Social Media Beiträge auf Facebook, wenn Du die Meta Tag Optionen für Facebook in Ihrem Blog2Social <a target=\"_blank\" href=\"%s\">Einstellungen</a> manuell deaktiviert hast."
 
 
 
 
 
 
 
2991
 
2992
  #: views/b2s/html/footer.php:423
2993
- msgid "You can change the image, title and description for your post on Twitter, by editing the following fields for"
2994
- msgstr "Du kannst das Bild, den Titel und die Beschreibung Ihres Beitrags auf Twitter ändern, indem Du die folgenden Felder bearbeitest"
 
 
 
 
 
2995
 
2996
  #: views/b2s/html/footer.php:430
2997
- msgid "Blog2Social will automatically write these information in the Twitter Card Meta Tags for Image, Title and Description of your blog post."
2998
- msgstr "Blog2Social schreibt diese Informationen automatisch in die Twitter Card Meta Tags für Bild, Titel und Beschreibung Deines Blogbeitrags."
 
 
 
 
2999
 
3000
  #: views/b2s/html/footer.php:433
3001
  msgid ""
3002
- "Please note: If this post was previously shared or scheduled, your current changes will also affect the look of previously shared or scheduled posts, as Twitter will always pull the most up-to-date information from the Twitter Card tags. If this post has already been shared, "
3003
- "it may take up to 7 days for Twitter to update your current changes."
 
 
 
3004
  msgstr ""
3005
- "Bitte beachte: Wenn dieser Beitrag bereits vorher geteilt oder geplant wurde, wirken sich Deine aktuellen Änderungen auch auf das Aussehen von zuvor geteilten oder geplanten Beiträgen aus, da Twitter sich immer die aktuellsten Informationen aus den Twitter Card Tags zieht. "
3006
- "Wenn dieser Beitrag bereits geteilt wurde, kann es bis zu 7 Tage dauern, bis Twitter Deine aktuellen Änderungen aktualisiert."
 
 
 
 
3007
 
3008
  #: views/b2s/html/footer.php:435
3009
  #, php-format
3010
- msgid "Please note: Your changes will have no effect on your social media posts on Twitter, if you have manually unchecked the Meta Tag options for Twitter in your <a target=\"_blank\" href=\"%s\">settings</a>"
3011
- msgstr "Bitte beachte: Deine Änderungen haben keine Auswirkungen auf Deine Social Media Beiträge auf Twitter, wenn Sie die Meta-Tag-Optionen für Twitter in Ihrem <a target=\"_blank\" href=\"%s\">Einstellungen</a> manuell deaktiviert hast."
 
 
 
 
 
 
 
3012
 
3013
  #: views/b2s/html/footer.php:442
3014
  msgid "You want to change the image, title and description for your post?"
3015
- msgstr "Du möchtest das Bild, den Titel und die Beschreibung für Deinen Beitrag ändern?"
 
3016
 
3017
  #: views/b2s/html/footer.php:481
3018
  msgid ""
3019
- "You are currently sharing this post as image post. Changes to title and description Meta Tag parameters will only be supported for link post formats. Please change your post format to link post to make individual changes to the title and description for your post preview."
 
 
 
3020
  msgstr ""
3021
- "Du teilst diesen Beitrag derzeit als Imagebeitrag. Änderungen an den Parametern für Titel und Beschreibung Meta-Tag werden nur für Link-Postformate unterstützt. Bitte ändern Sie Ihr Beitragsformat, um einen Beitrag zu verlinken, um individuelle Änderungen am Titel und an der "
3022
- "Beschreibung für Ihre Beitragsvorschau vorzunehmen."
 
 
 
3023
 
3024
  #: views/b2s/html/footer.php:484
3025
  #, php-format
3026
- msgid "Your changes will have no effect on your social media posts on Facebook, if you have manually unchecked the Meta Tag options for Facebook in your Blog2Social <a target=\"_blank\" href=\"%s\">settings</a>"
3027
- msgstr "Deine Änderungen haben keine Auswirkungen auf Deine Social Media Beiträge auf Facebook, wenn du die Meta-Tag-Optionen für Facebook in deinem Blog2Social <a target=\"_blank\" href=\"%s\">Einstellungen</a> manuell deaktiviert hast."
 
 
 
 
 
 
 
3028
 
3029
  #: views/b2s/html/footer.php:487
3030
  #, php-format
3031
- msgid "Your changes will have no effect on your social media posts on Twitter, if you have manually unchecked the Meta Tag options for Twitter in your Blog2Social <a target=\"_blank\" href=\"%s\">settings</a>"
3032
- msgstr "Deine Änderungen haben keinen Einfluss auf deine Social Media Beiträge auf Twitter, wenn du die Meta-Tag-Optionen für Twitter in deinem Blog2Social <a target=\"_blank\" href=\"%s\">Einstellungen</a> manuell deaktiviert hast."
 
 
 
 
 
 
3033
 
3034
  #: views/b2s/html/header.php:42
3035
- msgid "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:"
3036
- msgstr "Um alle Funktionen von Blog2Social nutzen zu können, ist PHP Version 5.5.3 oder höher erforderlich. Unser Support unterstützt Dich ab PHP Version 5.5.3. Siehe auch:"
 
 
 
 
 
3037
 
3038
  #: views/b2s/html/header.php:43 views/b2s/html/header.php:50
3039
  msgid "Blog2Social Troubleshooting-Tool"
3040
- msgstr "Blog2Social Troubleshooting-Tool"
3041
 
3042
  #: views/b2s/html/header.php:49
3043
- msgid "WordPress uses heartbeats by default, Blog2Social as well. Please enable heartbeats for using Blog2Social! See also:"
3044
- msgstr "WordPress verwendet standardmäßig Heartbeats, auch Blog2Social. Bitte aktiviere Heartbeats für die Nutzung von Blog2Social! Siehe auch:"
 
 
 
 
3045
 
3046
  #: views/b2s/html/header.php:60 views/prg/html/header.php:39
3047
  msgid "The link you followed has expired. Please refresh your page."
3048
- msgstr "Der Link, dem Du gefolgt bist, ist abgelaufen. Bitte aktualisiere Deine Seite."
 
 
3049
 
3050
  #: views/b2s/html/header.php:67
3051
  msgid "Thank you. You'll now receive the blog updates from Blog2Social."
3052
- msgstr "Ich danke dir. Wir senden Dir nun die Blog-Updates von Blog2Social zu."
3053
 
3054
  #: views/b2s/html/header.php:74
3055
  msgid "Autoposter limit has been reached"
@@ -3057,15 +4418,19 @@ msgstr "Das Autoposter-Limit wurde erreicht."
3057
 
3058
  #: views/b2s/html/header.php:74
3059
  msgid "Your daily limit for posting automatically has been reached."
3060
- msgstr "Dein tägliches Limit für die automatische Buchung ist erreicht."
3061
 
3062
  #: views/b2s/html/header.php:79
3063
  msgid "The Autoposter limit for Google My Business has been reached."
3064
  msgstr "Das Autoposter-Limit für Google My Business ist erreicht."
3065
 
3066
  #: views/b2s/html/header.php:79
3067
- msgid "Your daily limit of 10 posts per day for auto-posting on Google My Business has been reached."
3068
- msgstr "Dein tägliches Limit in Höhe von 10 Beiträgen für automatische Posts in Google My Business wurde erreicht."
 
 
 
 
3069
 
3070
  #: views/b2s/html/header.php:86
3071
  msgid "You have deleted all meta data for posts and pages successfully."
@@ -3076,26 +4441,41 @@ msgid "The page and post meta data could not be removed."
3076
  msgstr "Die Seiten- und Post-Metadaten konnten nicht entfernt werden."
3077
 
3078
  #: views/b2s/html/header.php:97
3079
- msgid "You have Yoast SEO active. Blog2Social Social Meta Tags overrides the meta tags from Yoast SEO."
3080
- msgstr "Du hast Yoast SEO aktiv. Blog2Social Social Meta Tags überschreibt die Meta-Tags von Yoast SEO."
 
 
 
 
3081
 
3082
  #: views/b2s/html/header.php:103
3083
- msgid "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."
 
 
 
 
3084
  msgstr ""
3085
- "Du hast derzeit sowohl Blog2Social Social Meta Tags als auch All in One SEO Pack Plugins aktiv. Um sicherzustellen, dass Deine Social Meta Tags korrekt eingestellt sind, deaktiviere bitte die Einstellungen für All in One Seo Social Meta. Wenn Sie bereits deaktiviert sind, "
3086
- "können Du diese Meldung ignorieren."
 
 
3087
 
3088
  #: views/b2s/html/header.php:109
3089
  msgid ""
3090
- "Blog2Social has detected another plugin that is setting Social Meta tags for your blog posts. To ensure that your Social Meta tags are set correctly for your social media posts shared with Blog2Social, please deactivate the Facebook Open Graph and Twitter Card Tags settings "
3091
- "in your other plugins."
 
 
3092
  msgstr ""
3093
- "Blog2Social hat ein weiteres Plugin entdeckt, das Social Meta Tags für Ihre Blogbeiträge setzt. Um sicherzustellen, dass Deine Social Meta-Tags für Deine mit Blog2Social geteilten Social Media-Posts korrekt eingestellt sind, deaktiviere bitte die Einstellungen Facebook Open "
3094
- "Graph und Twitter Card Tags in den anderen Plugins."
 
 
 
3095
 
3096
  #: views/b2s/html/header.php:116
3097
  msgid "This entry could not be removed. It's not yours!"
3098
- msgstr "Dieser Eintrag konnte nicht entfernt werden. Es gehört Dir nicht!"
3099
 
3100
  #: views/b2s/html/header.php:121
3101
  msgid "This entry was removed successfully."
@@ -3107,11 +4487,11 @@ msgstr "Dieser Beitrag wurde erfolgreich bearbeitet."
3107
 
3108
  #: views/b2s/html/header.php:135
3109
  msgid "Post was scheduled successfully on your blog!"
3110
- msgstr "Der Beitrag wurde erfolgreich in Deinem Blog geplant!"
3111
 
3112
  #: views/b2s/html/header.php:137
3113
  msgid "Post is published successfully on your blog!"
3114
- msgstr "Der Beitrag wird erfolgreich in Deinem Blog veröffentlicht!"
3115
 
3116
  #: views/b2s/html/header.php:149
3117
  msgid "Saved as draft"
@@ -3119,15 +4499,15 @@ msgstr "Als Entwurf gespeichert"
3119
 
3120
  #: views/b2s/html/header.php:155
3121
  msgid "Could not save draft"
3122
- msgstr "Entwurf konnte nicht gespeichert werden"
3123
 
3124
  #: views/b2s/html/header.php:163
3125
  msgid "Your authorization was successful."
3126
- msgstr "Ihre Autorisierung war erfolgreich."
3127
 
3128
  #: views/b2s/html/header.php:168
3129
  msgid "Your profile was saved successful."
3130
- msgstr "Dein Profil wurde erfolgreich gespeichert."
3131
 
3132
  #: views/b2s/html/header.php:173
3133
  msgid "Your profile could not be saved."
@@ -3135,242 +4515,292 @@ msgstr "Dein Profil konnte nicht gespeichert werden."
3135
 
3136
  #: views/b2s/html/header.php:178
3137
  msgid "Your authorization could not be removed."
3138
- msgstr "Deine Berechtigung konnte nicht entfernt werden."
3139
 
3140
  #: views/b2s/html/header.php:183
3141
  msgid "Your authorization has been removed successfully."
3142
- msgstr "Deine Autorisierung wurde erfolgreich gelöscht. "
3143
 
3144
  #: views/b2s/html/header.php:188
3145
  msgid "Thank you! Your feedback has been received."
3146
- msgstr "Ich danke dir! Dein Feedback ist eingegangen."
3147
 
3148
  #: views/b2s/html/header.php:193
3149
  msgid "Your feedback could not be delivered."
3150
- msgstr "Dein Feedback konnte nicht abgegeben werden."
3151
 
3152
  #: views/b2s/html/header.php:200 views/b2s/html/header.php:215
3153
  msgid "Your settings were successfully saved."
3154
- msgstr "Deine Einstellungen wurden erfolgreich gespeichert."
3155
 
3156
  #: views/b2s/html/header.php:205
3157
  msgid "Your settings could not be saved."
3158
  msgstr "Deine Einstellungen konnten nicht gespeichert werden."
3159
 
3160
  #: views/b2s/html/header.php:210
3161
- msgid "Your settings could not be saved, because you have auto-posting enabled but no social networks selected."
3162
- msgstr "Deine Einstellungen konnten nicht gespeichert werden, da Du die automatische Buchung aktiviert, aber keine sozialen Netzwerke ausgewählt hast."
 
 
 
 
3163
 
3164
  #: views/b2s/html/header.php:226
3165
  msgid "RATE IT!"
3166
- msgstr "BEWERTE UNS!"
3167
 
3168
  #: views/b2s/html/header.php:227
3169
  #, php-format
3170
- msgid "Hi, we noticed you just shared your %s. blog post with Blog2Social - that's awesome! Could you please do us a favor and give it a 5-star rating on WordPress? Just to help us spread the word and boost our motivation."
3171
- msgstr "Hallo, wir haben bemerkt, dass Du gerade Deinen %s. Blogbeitrag mit Blog2Social geteilt hast - das ist fantastisch! Kannst Du bitte uns einen Gefallen tun und uns eine 5-Sterne-Bewertung auf WordPress geben? Nur um uns zu helfen, unsere Motivation zu steigern."
 
 
 
 
 
 
 
 
3172
 
3173
  #: views/b2s/html/header.php:231
3174
  msgid "Ok, you deserve it"
3175
- msgstr "Ok, Du verdienst es."
3176
 
3177
  #: views/b2s/html/header.php:234
3178
  msgid "Nope, maybe later"
3179
- msgstr "Nein, vielleicht später."
3180
 
3181
  #: views/b2s/html/header.php:237
3182
  msgid "I already did it"
3183
- msgstr "Ich habe es bereits getan"
3184
 
3185
  #: views/b2s/html/header.php:251
3186
- msgid "Boost your social media automation with Blog2Social PREMIUM!"
3187
- msgstr "Steiger Deine Social Media Automatisierung mit Blog2Social PREMIUM!"
3188
 
3189
  #: views/b2s/html/header.php:253
3190
  msgid ""
3191
- "Blog2Social provides even more options for auto-posting and auto-scheduling for your posts. Easily schedule your posts with the Best Time Scheduler or at your personal time settings. Post to multiple pages and groups. Select link post or image post formats for each network "
3192
- "and post, select any image from your library and more."
 
 
3193
  msgstr ""
3194
- "Blog2Social bietet noch mehr Möglichkeiten für die automatische Veröffentlichung und die automatische Planung Ihrer Beiträge. Plané Deine Beiträge ganz einfach mit dem Best Time Scheduler oder mit Deinen persönlichen Zeiteinstellungen. Post an mehrere Seiten und Gruppen. "
3195
- "Wählen Sie Link-Post oder Image-Post-Formate für jedes Netzwerk und jeden Beitrag, wähle ein beliebiges Bild aus Deiner Bibliothek und vieles mehr."
 
 
3196
 
3197
  #: views/b2s/html/header.php:257
3198
- msgid "Yes, I want to test Blog2Social PREMIUM 30 days for free"
3199
- msgstr "Ja, ich möchte Blog2Social PREMIUM 30 Tage kostenlos testen."
3200
-
3201
- #: views/b2s/html/header.php:260
3202
- msgid "No, I'm happy with Blog2Social FREE"
3203
- msgstr "Nein, ich bin glücklich mit Blog2Social FREE."
3204
 
3205
- #: views/b2s/html/header.php:272
3206
  msgid "Your free Blog2Social Premium trial version is activated for "
3207
- msgstr "Deine kostenlose Blog2Social Premium Testversion ist aktiviert für"
3208
 
3209
- #: views/b2s/html/header.php:275
3210
  msgid " Days"
3211
  msgstr "Tage"
3212
 
3213
- #: views/b2s/html/header.php:275
3214
  msgid " today"
3215
- msgstr "Heute"
3216
 
3217
- #: views/b2s/html/header.php:279 views/b2s/html/header.php:298
3218
  msgid ""
3219
- "Blog2Social PREMIUM can do so much for you: Auto-publish your blog post on autopilot, automatically schedule your social media posts with the Best Time Manager. Select images and post formats (link post or image post) for each social community. Upload and select any image for "
3220
- "sharing. Save multiple combinations of networks for different sharing purposes. Start from only $5.75 per month to benefit from PREMIUM features."
 
 
 
 
3221
  msgstr ""
3222
- "Blog2Social PREMIUM kann so viel für Sie tun: Veröffentliche Deinen Blogbeitrag automatisch auf dem Autopiloten, plane Deine Social Media Beiträge automatisch mit dem Best Time Manager. Wähle Bilder und Postformate (Link-Post oder Image-Post) für jede Social Community. Laden "
3223
- "ein beliebiges Bild hoch und wählen es zur Weitergabe aus. Speichern mehrere Kombinationen von Netzwerken für verschiedene Freigabezwecke. Ab nur 5,75 US-Dollar pro Monat profitierst Du von den PREMIUM-Funktionen."
 
 
 
 
 
 
 
 
 
3224
 
3225
- #: views/b2s/html/header.php:283 views/b2s/html/header.php:302
3226
  msgid "I need some more time to decide"
3227
- msgstr "Ich brauche etwas mehr Zeit, um mich zu entscheiden."
3228
 
3229
- #: views/b2s/html/header.php:294
3230
  msgid "Your free trial of Blog2Social PREMIUM has ended."
3231
- msgstr "Deine kostenlose Testversion von Blog2Social PREMIUM ist beendet."
3232
 
3233
- #: views/b2s/html/header.php:295
3234
  msgid "We hope you liked Blog2Social Premium."
3235
  msgstr "Wir hoffen, dass Dir Blog2Social Premium gefallen hat."
3236
 
3237
- #: views/b2s/html/header.php:301
3238
- msgid "Yes, I want to upgrade now"
3239
- msgstr "Ja, Ich möchte jetzt upgraden."
3240
 
3241
- #: views/b2s/html/header.php:303
3242
  msgid "Did you miss something? Tell us!"
3243
- msgstr "Hast Du etwas verpasst? Sag es uns!"
3244
 
3245
- #: views/b2s/html/header.php:318
3246
  msgid "Test Blog2Social PREMIUM 30 days for free"
3247
- msgstr "Testen Du Blog2Social PREMIUM 30 Tage lang kostenlos."
3248
 
3249
- #: views/b2s/html/header.php:324
3250
- msgid "The free trial can not be started. This blog has been already registered for the free trial."
3251
- msgstr "Die kostenlose Testversion kann nicht gestartet werden. Dieser Blog wurde bereits für die kostenlose Testversion registriert."
 
 
 
 
3252
 
3253
- #: views/b2s/html/header.php:329
3254
  msgid "Share on multiple accounts per network"
3255
- msgstr "Freigabe für mehrere Konten pro Netzwerk"
3256
 
3257
- #: views/b2s/html/header.php:330
3258
  msgid "Best Time Scheduler: Schedule once, multiple times or recurringly."
3259
- msgstr "Bester Terminplaner: Plane einmal, mehrmals oder wiederkehrend."
3260
 
3261
- #: views/b2s/html/header.php:331
3262
  msgid "Reporting with links to all published social media posts"
3263
- msgstr "Berichterstattung mit Links zu allen veröffentlichten Social Media Beiträgen"
3264
 
3265
- #: views/b2s/html/header.php:338 views/prg/html/form.php:91 views/prg/html/form.php:100 views/prg/html/form.php:168 views/prg/html/form.php:177
 
 
3266
  msgid "First Name"
3267
  msgstr "Vorname"
3268
 
3269
- #: views/b2s/html/header.php:342 views/prg/html/form.php:92 views/prg/html/form.php:103 views/prg/html/form.php:169 views/prg/html/form.php:180
 
 
3270
  msgid "Last Name"
3271
  msgstr "Nachname"
3272
 
3273
- #: views/b2s/html/header.php:348
3274
  #, php-format
3275
- msgid "By creating an account, you agree to Blog2Social's <a target=\"_blank\" href=\"%s\">Conditions of Use</a>"
3276
- msgstr "Mit der Erstellung Deines Kontos, erklärst Du dich einverstanden mit den Blog2social <a target=\"_blank\" href=\"%s\">Nutzungsbedingungen</a>"
 
 
 
 
3277
 
3278
- #: views/b2s/html/header.php:349
3279
  #, php-format
3280
  msgid "and <a target=\"_blank\" href=\"%s\">Privacy Notice</a>"
3281
  msgstr "und <a target=\"_blank\" href=\"%s\">Datenschutzhinweis</a>"
3282
 
3283
- #: views/b2s/html/header.php:356
3284
  msgid "No credit card required"
3285
  msgstr "Keine Kreditkarte erforderlich"
3286
 
3287
- #: views/b2s/html/header.php:360
3288
  msgid "Get Started"
3289
- msgstr "Erste Schritte"
3290
 
3291
- #: views/b2s/html/header.php:386
3292
  msgid "The license has been successfully activated."
3293
- msgstr "Die Lizenz wurde erfolgreich aktiviert."
3294
 
3295
- #: views/b2s/html/header.php:402
3296
  msgid "Your entered License Key is invalid. Please contact support!"
3297
- msgstr "Dein eingegebener Lizenzschlüssel ist ungültig. Bitte kontaktiere den Support!"
 
 
3298
 
3299
- #: views/b2s/html/header.php:418
3300
  msgid "Your license key has reached the maximum number of users."
3301
  msgstr "Dein Lizenzschlüssel hat die maximale Anzahl von Benutzern erreicht."
3302
 
3303
- #: views/b2s/html/header.php:434
3304
  msgid "Something went wrong on our side. Please contact support!"
3305
- msgstr "Etwas ist auf unserer Seite schief gelaufen. Bitte kontaktiere den Support!"
 
 
3306
 
3307
- #: views/b2s/html/header.php:443
3308
  msgid "OK"
3309
  msgstr "OK"
3310
 
3311
- #: views/b2s/html/header.php:459
3312
  msgid "We updated our Privacy Policy"
3313
- msgstr "Wir haben unsere Datenschutzerklärung aktualisiert."
3314
 
3315
- #: views/b2s/html/header.php:473
3316
  msgid "Blog2Social is a service of Adenion GmbH"
3317
- msgstr "Blog2Social ist ein Service der Adenion GmbH."
3318
 
3319
- #: views/b2s/html/header.php:474
3320
  msgid "I agree to the Adenion Privacy Policy"
3321
- msgstr "Ich akzeptiere die Datenschutzerklärung von Adenion."
3322
 
3323
  #: views/b2s/html/post.navbar.php:7
3324
  msgid "All Blog Posts"
3325
- msgstr "Alle Blog-Beiträge"
3326
 
3327
  #: views/b2s/html/sidebar.php:26 views/b2s/html/sidebar.ship.php:25
3328
  msgid "Version"
3329
  msgstr "Version"
3330
 
3331
- #: views/b2s/html/sidebar.php:55
3332
  msgid "Blog Content"
3333
- msgstr "Blog-Inhalt"
3334
 
3335
- #: views/b2s/html/sidebar.php:59
3336
  msgid "Share Blog Post"
3337
- msgstr "Blog-Beitrag teilen"
3338
 
3339
- #: views/b2s/html/sidebar.php:75
3340
  msgid "Create Post"
3341
  msgstr "Beitrag erstellen"
3342
 
3343
- #: views/b2s/html/sidebar.php:90
3344
  msgid "Content Library"
3345
- msgstr "Inhaltsbibliothek"
3346
 
3347
- #: views/b2s/html/sidebar.php:94
3348
  msgid "all Posts"
3349
- msgstr "alle Beiträge"
3350
 
3351
- #: views/b2s/html/sidebar.php:125
3352
  msgid "Upgrade License"
3353
- msgstr "Upgrade-Lizenz"
3354
 
3355
- #: views/b2s/html/sidebar.php:130
3356
  msgid "Plans & Prices"
3357
- msgstr "Versionen & Preise"
3358
 
3359
- #: views/b2s/html/sidebar.php:146
3360
- msgid "If you like Blog2Social, please give us a 5 star rating. If there is anything that does not work for you, please contact us!"
3361
- msgstr "Wenn Dir Blog2Social gefällt, gebe uns bitte eine 5-Sterne-Bewertung. Wenn es etwas gibt, das für Dich nicht funktioniert, kontaktiere uns bitte!"
 
 
 
 
3362
 
3363
- #: views/b2s/html/sidebar.php:160
3364
  msgid "Blog2Social Blog News"
3365
- msgstr "Blog2Social Blog-News"
3366
 
3367
  #: views/b2s/partials/plugin-deactivate-modal.php:10
3368
  msgid "Do you want to delete your scheduled posts?"
3369
  msgstr "Möchtest Du Deine geplanten Beiträge löschen?"
3370
 
3371
  #: views/b2s/partials/plugin-deactivate-modal.php:13
3372
- msgid "Do you want Blog2Social to delete all your scheduled social media posts? Your scheduled posts will no longer be sent to your social networks."
3373
- msgstr "Möchtest Du, dass Blog2Social die Versandplanung für alle mit Blog2Social geplanten Beiträge löscht? Deine geplanten Beiträge werden anschließend nicht weiter an Deine sozialen Netzwerke versendet."
 
 
 
 
 
3374
 
3375
  #: views/b2s/partials/plugin-deactivate-modal.php:14
3376
  msgid "Delete scheduled posts"
@@ -3446,19 +4876,19 @@ msgstr "YouTube-Link"
3446
 
3447
  #: views/prg/html/form.php:44 views/prg/html/form.php:46
3448
  msgid "Message"
3449
- msgstr "Mitteilung"
3450
 
3451
  #: views/prg/html/form.php:50
3452
  msgid "Keywords"
3453
- msgstr "Schlüsselwörter"
3454
 
3455
  #: views/prg/html/form.php:52
3456
  msgid "Keywords with commas (e.g .: Blog2Social, PR-Gateway)"
3457
- msgstr "Schlüsselwörter mit Kommas (z.B. .: Blog2Social, PR-Gateway)"
3458
 
3459
  #: views/prg/html/form.php:56 views/prg/html/form.php:58
3460
  msgid "Shortext"
3461
- msgstr "Kurztext"
3462
 
3463
  #: views/prg/html/form.php:69
3464
  msgid "Contact Details"
@@ -3468,7 +4898,8 @@ msgstr "Kontaktdaten"
3468
  msgid "Press"
3469
  msgstr "Presse"
3470
 
3471
- #: views/prg/html/form.php:84 views/prg/html/form.php:86 views/prg/html/form.php:161 views/prg/html/form.php:163
 
3472
  msgid "Name"
3473
  msgstr "Name"
3474
 
@@ -3480,19 +4911,23 @@ msgstr "Frau"
3480
  msgid "Mr."
3481
  msgstr "Herr"
3482
 
3483
- #: views/prg/html/form.php:107 views/prg/html/form.php:110 views/prg/html/form.php:184 views/prg/html/form.php:187
 
3484
  msgid "Street"
3485
  msgstr "Straße"
3486
 
3487
- #: views/prg/html/form.php:108 views/prg/html/form.php:113 views/prg/html/form.php:185 views/prg/html/form.php:190
 
3488
  msgid "Number"
3489
- msgstr "Hausnummer"
3490
 
3491
- #: views/prg/html/form.php:117 views/prg/html/form.php:120 views/prg/html/form.php:194 views/prg/html/form.php:197
 
3492
  msgid "Zip Code"
3493
- msgstr "PLZ"
3494
 
3495
- #: views/prg/html/form.php:118 views/prg/html/form.php:123 views/prg/html/form.php:195 views/prg/html/form.php:200
 
3496
  msgid "City"
3497
  msgstr "Stadt"
3498
 
@@ -3500,64 +4935,85 @@ msgstr "Stadt"
3500
  msgid "Country"
3501
  msgstr "Land"
3502
 
3503
- #: views/prg/html/form.php:135 views/prg/html/form.php:137 views/prg/html/form.php:212 views/prg/html/form.php:214
 
3504
  msgid "Phone"
3505
- msgstr "Telefon"
3506
 
3507
- #: views/prg/html/form.php:147 views/prg/html/form.php:149 views/prg/html/form.php:224 views/prg/html/form.php:226
 
3508
  msgid "Website"
3509
- msgstr "Webseite"
3510
 
3511
  #: views/prg/html/form.php:153 views/prg/html/form.php:155
3512
  msgid "Company Description"
3513
- msgstr "Unternehmensbeschreibung"
3514
 
3515
  #: views/prg/html/header.php:8
3516
  msgid "You are signed out of PR-Gateway!"
3517
- msgstr "Du bist vom PR-Gateway abgemeldet!"
3518
 
3519
  #: views/prg/html/header.php:17
3520
  msgid "Your message will now be sent over PR gateway to the press portals!"
3521
- msgstr "Deine Nachricht wird nun über das PR-Gateway zu den Presseportalen gesendet!"
 
3522
 
3523
  #: views/prg/html/header.php:18
3524
  msgid "See all publications for your message live on "
3525
- msgstr "Sehen Sie alle Veröffentlichungen für Deine Botschaft live auf der Website. "
3526
 
3527
  #: views/prg/html/header.php:20
3528
  msgid "Your message has been saved by PR-Gateway as a draft!"
3529
  msgstr "Deine Nachricht wurde von PR-Gateway als Entwurf gespeichert."
3530
 
3531
  #: views/prg/html/header.php:28
3532
- msgid "Unfortunately, your request cannot be processed by Blog2Social. Please try again!"
3533
- msgstr "Leider kann Deine Anfrage von Blog2Social nicht bearbeitet werden. Bitte versuche es erneut!"
 
 
 
 
3534
 
3535
  #: views/prg/html/header.php:34
3536
  msgid "Your message was not successfully transmitted. Please try again!"
3537
- msgstr "Deine Nachricht wurde nicht erfolgreich übertragen. Bitte versuche es erneut!"
 
3538
 
3539
  #: views/prg/html/header.php:53
3540
  msgid ""
3541
- "PR-Gateway offers a paid online distribution service for submitting press releases, articles and social media news to more than 250 news sites, special interest websites and social news sites. If your blog posts provide trade or industry information or expert articles (no "
3542
- "advertising), you may submit them to PR-Gateway to turn them into valid online press releases or online articles and select a specific choice of websites and services to publish your post."
 
 
 
 
 
3543
  msgstr ""
3544
- "PR-Gateway bietet einen kostenpflichtigen Online-Vertriebsservice für die Übermittlung von Pressemitteilungen, Artikeln und Social Media-Nachrichten an mehr als 250 Nachrichtenseiten, Special Interest Websites und Social News Websites. Wenn Deine Blog-Posts Handels- oder "
3545
- "Brancheninformationen oder Fachartikel (keine Werbung) enthalten, kannst Du diese an PR-Gateway senden, um Sie in gültige Online-Pressemitteilungen oder Online-Artikel umzuwandeln und eine bestimmte Auswahl an Websites und Dienstleistungen für die Veröffentlichung Ihres Posts "
3546
- "auszuwählen."
 
 
 
 
 
 
 
3547
 
3548
  #: views/prg/html/header.php:54
3549
  msgid "Register here to open your PR-Gateway account."
3550
- msgstr "Registriere sich hier, um Dein PR-Gateway-Konto zu eröffnen."
3551
 
3552
  #: views/prg/html/header.php:71
3553
  msgid "Logout"
3554
- msgstr "Abmelden"
3555
 
3556
  #: includes/B2S/Support/Check/System.php:44
3557
  msgid "or higher"
3558
  msgstr "oder höher"
3559
 
3560
- #: includes/B2S/Support/Check/System.php:65 includes/B2S/Support/Check/System.php:83
 
3561
  msgid "resolve conflict"
3562
  msgstr "Konflikt beheben"
3563
 
@@ -3570,8 +5026,12 @@ msgid "Blog2Social: Social Media Auto Post & Scheduler"
3570
  msgstr "Blog2Social: Social Media Auto Post & Scheduler"
3571
 
3572
  #. Description of the plugin
3573
- msgid "Auto publish, schedule & share posts on social media: Facebook, Twitter, XING, LinkedIn, Instagram, ... crosspost to pages & groups"
3574
- msgstr "Auto publish, schedule & share posts on social media: Facebook, Twitter, XING, LinkedIn, Instagram, ... crosspost to pages & groups"
 
 
 
 
3575
 
3576
  #. Plugin URI of the plugin
3577
  #. Author URI of the plugin
2
  # This file is distributed under the same license as the Plugins - Blog2Social: Social Media Auto Post &amp; Scheduler - Stable (latest release) package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2019-11-04 16:08+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
  "X-Generator: Loco https://localise.biz/\n"
11
  "Language: de_DE\n"
12
+ "Project-Id-Version: Plugins - Blog2Social: Social Media Auto Post &amp; "
13
+ "Scheduler - Stable (latest release)\n"
14
  "Report-Msgid-Bugs-To: \n"
15
+ "POT-Creation-Date: 2019-11-04 16:07+0000\n"
16
+ "Last-Translator: marius <wolf.12345@gmx.de>\n"
17
+ "Language-Team: Deutsch\n"
18
+ "X-Loco-Version: 2.3.0; wp-5.3-RC3-46639"
19
 
20
  #: includes/Loader.php:44
21
  msgid "Modify pin board"
33
  msgid "Modify forum"
34
  msgstr "Modify forum"
35
 
36
+ #: includes/Loader.php:386
37
  msgid "Auto-Post on Social Media"
38
  msgstr "Automatisch auf Social Media teilen"
39
 
40
+ #: includes/Loader.php:387
41
  msgid "Social Media Content Calendar"
42
  msgstr "Social Media Kalender"
43
 
44
+ #: includes/Loader.php:692
45
  msgid "This post will be shared into your social media from"
46
+ msgstr ""
47
+ "Dein Beitrag ist zur Veröffentlichung in den Social Media geplant ab dem"
48
 
49
+ #: includes/Loader.php:692 includes/Loader.php:694
50
  msgid "show details"
51
  msgstr "siehe Details"
52
 
53
+ #: includes/Loader.php:694
54
  msgid "This post will be shared on social media in 2-3 minutes!"
55
  msgstr "Dein Beitrag wird in ca. 2-3 Minuten in die Social Media eingestellt!"
56
 
57
+ #: includes/Loader.php:698
58
+ msgid ""
59
+ "Please, make sure that your post are publish on this blog on this moment. "
60
+ "Then you can auto post your post with Blog2social."
61
+ msgstr ""
62
+ "Bitte stelle sicher, dass Dein Beitrag in diesem Moment veröffentlicht wurde."
63
+ " Dann kannst Du Deinen Beitrag automatisch mit Blog2Social posten."
64
 
65
+ #: includes/Loader.php:701 includes/B2S/PostBox.php:79
66
+ msgid ""
67
+ "There are no social network accounts assigned to your selected network "
68
+ "collection. Please assign at least one social network account or select "
69
+ "another network collection."
70
+ msgstr ""
71
+ "In der ausgewählten Netzwerkgruppierung sind keine Social Media Accounts "
72
+ "verbunden. Bitte füge mindestens ein Social Media Account hinzu oder wähle "
73
+ "eine andere Netzwerkgruppierung aus. "
74
 
75
+ #: includes/Loader.php:713 views/b2s/html/sidebar.php:45
76
+ #: views/b2s/html/sidebar.ship.php:44
77
  msgid "Upgrade to Premium"
78
  msgstr "Premium freischalten"
79
 
80
+ #: includes/Loader.php:765 views/b2s/html/post.navbar.php:13
81
  msgid "Notifications"
82
  msgstr "Benachrichtigungen"
83
 
84
+ #: includes/Loader.php:765 views/b2s/html/post.navbar.php:12
85
+ #: views/b2s/html/sidebar.php:116
86
  msgid "Shared Posts"
87
+ msgstr "geteilte Beiträge"
88
 
89
+ #: includes/Loader.php:765 views/b2s/html/post.navbar.php:8
90
+ #: views/b2s/html/sidebar.php:107
91
  msgid "Instant Sharing"
92
  msgstr "Instant Sharing"
93
 
94
+ #: includes/Loader.php:765 views/b2s/html/post.navbar.php:9
95
+ #: views/b2s/html/sidebar.php:88 views/b2s/html/sidebar.php:110
96
  msgid "Drafts"
97
  msgstr "Entwürfe"
98
 
99
+ #: includes/Loader.php:765 views/b2s/html/post.navbar.php:10
100
+ #: views/b2s/html/sidebar.php:113 views/b2s/widgets/posts.php:18
101
  msgid "Scheduled Posts"
102
  msgstr "geplante Beiträge"
103
 
104
+ #: includes/Loader.php:765
105
  msgid "Content Curation Drafts"
106
+ msgstr "Conten Curation Entwürfe"
107
 
108
+ #: includes/Loader.php:766 includes/B2S/Network/Item.php:148
109
+ #: includes/B2S/Network/Item.php:150 includes/B2S/Network/Item.php:150
110
+ #: includes/B2S/Network/Item.php:219 includes/B2S/Network/Item.php:536
111
+ #: includes/B2S/Settings/Item.php:245 includes/B2S/Ship/Portale.php:39
112
  #: includes/B2S/Ship/Portale.php:41 includes/B2S/Ship/Portale.php:41
113
  msgid "Profile"
114
  msgstr "Profil"
115
 
116
+ #: includes/Loader.php:766 includes/B2S/Network/Item.php:154
117
+ #: includes/B2S/Network/Item.php:154 includes/B2S/Network/Item.php:284
118
+ #: includes/B2S/Network/Item.php:538 includes/B2S/Settings/Item.php:245
119
+ #: includes/B2S/Ship/Portale.php:35 includes/B2S/Ship/Portale.php:35
120
  msgid "Page"
121
  msgstr "Seite"
122
 
123
+ #: includes/Loader.php:766 includes/B2S/Network/Item.php:157
124
+ #: includes/B2S/Network/Item.php:347 includes/B2S/Network/Item.php:541
125
+ #: includes/B2S/Ship/Portale.php:31 includes/B2S/Ship/Portale.php:32
126
  msgid "Group"
127
  msgstr "Gruppe"
128
 
129
+ #: includes/Loader.php:767 views/prg/html/form.php:74
130
  msgid "Company"
131
+ msgstr "Unternehmen"
132
 
133
+ #: includes/Loader.php:767
134
  msgid "Business"
135
  msgstr "Business"
136
 
137
+ #: includes/Loader.php:768
138
  msgid "Your post could not be posted."
139
  msgstr "Dein Post ist nicht vom Netzwerk veröffentlicht worden."
140
 
141
+ #: includes/Loader.php:769
142
+ msgid ""
143
+ "Your authorization has expired. Please reconnect your account in the "
144
+ "Blog2Social network settings."
145
+ msgstr ""
146
+ "Deine Authorisierung ist abgelaufen. Bitte verbinde Deinen Account in den "
147
+ "Blog2Social Netzwerkeinstellungen erneut."
148
 
149
+ #: includes/Loader.php:770
150
  msgid "The network has marked the post as spam or abusive."
151
  msgstr "Das Netzwerk hat Deinen Post als Spam oder missbräuchlich markiert."
152
 
153
+ #: includes/Loader.php:771
154
+ msgid ""
155
+ "We don't have the permission to publish your post. Please check your "
156
+ "authorization."
157
+ msgstr ""
158
+ "Wir haben nicht Deine Erlaubnis, den Post zu veröffentlichen. Bitte "
159
+ "überprüfe deine Autorisierung."
160
 
161
+ #: includes/Loader.php:772
162
  #, php-format
163
+ msgid ""
164
+ "Your authorization is interrupted. Please check your authorization. Please "
165
+ "see <a target=\"_blank\" href=\"%s\">FAQ</a>"
166
+ msgstr ""
167
+ "Deine Autorisierung ist unterbrochen. Bitte überprüfe Deine Verbindung. "
168
+ "Siehe <a target=\"_blank\" href=\"%s\">FAQ</a>"
169
 
170
+ #: includes/Loader.php:773
171
  msgid "Your daily limit has been reached."
172
  msgstr "Dein tägliches Beitragslimit wurde erreicht."
173
 
174
+ #: includes/Loader.php:774
175
+ msgid ""
176
+ "Your post could not be posted, because your image is not available or the "
177
+ "image source does not allow to publish"
178
+ msgstr ""
179
+ "Dein Beitrag kann nicht veröffentlicht werden, da Dein Bild nicht verfügbar "
180
+ "ist oder die Bildquelle es nicht erlaubt zu veröffentlichen"
181
 
182
+ #: includes/Loader.php:775
183
  #, php-format
184
+ msgid ""
185
+ "The network has blocked your account. Please see <a target=\"_blank\" "
186
+ "href=\"%s\">FAQ</a>"
187
+ msgstr ""
188
+ "Das Netzwerk hat Dein Konto gesperrt. Siehe <a target=\"_blank\" href=\"%s\">"
189
+ "FAQ</a>"
190
 
191
+ #: includes/Loader.php:776
192
  #, php-format
193
+ msgid ""
194
+ "The number of images is reached. Please see <a target=\"_blank\" href=\"%s\">"
195
+ "FAQ</a>"
196
+ msgstr ""
197
+ "Die Anzahl der Bilder ist erreicht. Siehe <a target=\"_blank\" href=\"%s\">"
198
+ "FAQ</a>"
199
 
200
+ #: includes/Loader.php:777
201
+ msgid ""
202
+ "Your daily limit for this network has been reached. Please try again later."
203
+ msgstr ""
204
+ "Dein tägliches Beitragslimit für dieses Netzwerk wurde erreicht. Bitte "
205
+ "versuche es später noch einmal."
206
 
207
+ #: includes/Loader.php:778
208
  #, php-format
209
+ msgid ""
210
+ "The network can not publish special characters such as Emoji. Please see <a "
211
+ "target=\"_blank\" href=\"%s\">FAQ</a>"
212
+ msgstr ""
213
+ "Das Netzwerk kann keine Sonderzeichen wie Emoji veröffentlichen. Siehe <a "
214
+ "target=\"_blank\" href=\"%s\">FAQ</a>"
215
 
216
+ #: includes/Loader.php:779
217
  msgid "Your post is a duplicate."
218
  msgstr "Du kannst auf dem Netzwerke keine Duplikate veröffentlichen."
219
 
220
+ #: includes/Loader.php:780
221
  msgid "The network requires a public url."
222
  msgstr "Das Netzwerk benötigt eine öffentlich zugängliche URL."
223
 
224
+ #: includes/Loader.php:781
225
+ msgid ""
226
+ "Your blog post was not available for the network at the time of publication."
227
+ msgstr ""
228
+ "Dein Blogbeitrag war zum Zeitpunkt der Veröffentlichung für das Netzwerk "
229
+ "nicht verfügbar."
230
 
231
+ #: includes/Loader.php:782
232
  msgid "You have already retweeted this post."
233
  msgstr "Du hast diesen Post bereits retweetet."
234
 
235
+ #: includes/Loader.php:783
236
+ msgid ""
237
+ "This XING API is no longer supported by XING. Please connect your XING "
238
+ "accounts with the new XING interface to reschedule your posts."
239
+ msgstr ""
240
+ "Diese XING-API wird von XING nicht mehr unterstützt. Bitte verbinde Dich mit "
241
+ "Deinen XING-Konten über die neue XING-Schnittstelle, um Deine Beiträge neu "
242
+ "zu planen."
243
 
244
+ #: includes/Loader.php:784
245
+ msgid ""
246
+ "There was no image in the meta data of the linked post. Posts without images "
247
+ "cannot be shared on image networks."
248
+ msgstr ""
249
+ "Es konnte kein Bild in den Meta Daten des verlinkten Beitrags gefunden "
250
+ "werden. Posts ohne Bilder können nicht auf Bilder-Netzwerken veröffentlicht "
251
+ "werden. "
252
 
253
+ #: includes/Loader.php:785
254
+ msgid ""
255
+ "Your post could not be posted, because your image can not be processed by "
256
+ "the network."
257
+ msgstr ""
258
+ "Dein Beitrag kann nicht veröffentlicht werden, da Dein Bild nicht vom "
259
+ "Netzwerk verarbeitet werden kann"
260
 
261
+ #: includes/Loader.php:786
262
  #, php-format
263
+ msgid ""
264
+ "Instagram published your post without text. Please see <a target=\"_blank\" "
265
+ "href=\"%s\">FAQ</a>"
266
+ msgstr ""
267
+ "Instagram hat Deinen Beitrag ohne Text veröffentlicht. Siehe <a "
268
+ "target=\"_blank\" href=\"%s\">FAQ</a>"
269
 
270
+ #: includes/Loader.php:787
271
  msgid "Your group can not be found by the network."
272
  msgstr "Deine Gruppe kann vom Netzwerk nicht gefunden werden."
273
 
274
+ #: includes/Loader.php:843 includes/Loader.php:885
275
  msgid "Dashboard"
276
  msgstr "Dashboard"
277
 
278
+ #: includes/Loader.php:844 includes/Loader.php:892
279
  msgid "Posts & Sharing"
280
  msgstr "Beiträge"
281
 
282
+ #: includes/Loader.php:845 includes/Loader.php:899 views/b2s/dashboard.php:31
283
+ #: views/b2s/html/post.navbar.php:14 views/b2s/html/sidebar.php:119
284
  msgid "Calendar"
285
  msgstr "Kalender"
286
 
287
+ #: includes/Loader.php:846 includes/Loader.php:907
288
+ #: views/b2s/html/post.navbar.php:15 views/b2s/html/sidebar.php:81
289
  msgid "Content Curation"
290
  msgstr "Content Curation"
291
 
292
+ #: includes/Loader.php:847 includes/Loader.php:914
293
  msgid "Networks"
294
  msgstr "Netzwerke"
295
 
296
+ #: includes/Loader.php:848 includes/Loader.php:920
297
+ #: views/b2s/html/sidebar.php:128
298
  msgid "Settings"
299
  msgstr "Einstellungen"
300
 
301
+ #: includes/Loader.php:850 includes/Loader.php:928
302
  msgid "PR-Service"
303
  msgstr "PR-Service"
304
 
305
+ #: includes/Loader.php:852 includes/Loader.php:936 views/b2s/html/header.php:35
306
+ #: views/b2s/html/sidebar.php:131 views/b2s/html/sidebar.ship.php:66
307
  msgid "Help & Support"
308
  msgstr "Hilfe & Support"
309
 
310
+ #: includes/Loader.php:854
311
  msgid "Premium"
312
  msgstr "Premium"
313
 
314
+ #: includes/Loader.php:854 includes/Loader.php:944
 
 
315
  msgid "PREMIUM"
316
  msgstr "PREMIUM"
317
 
318
+ #: includes/Loader.php:876 views/b2s/html/sidebar.php:25
319
+ #: views/b2s/html/sidebar.ship.php:24
320
  msgid "Blog2Social"
321
  msgstr "Blog2Social"
322
 
323
+ #: includes/Loader.php:1365
324
+ msgid "Blog2Social needs Wordpress Version 4.3.0 or higher."
325
+ msgstr "Blog2Social benötigt WordPress Version 4.3.0 oder höher. "
326
+
327
+ #: includes/Loader.php:1365 includes/System.php:72 includes/System.php:78
328
+ #: includes/System.php:84
329
+ #, php-format
330
+ msgid ""
331
+ "<a href=\"%s\" target=\"_blank\">Please find more Information and help in "
332
+ "our FAQ</a>"
333
+ msgstr ""
334
+ "<a href=\"%s\" target=\"_blank\">Weitere Informationen und Hilfe findest Du "
335
+ "in unserem FAQs.</a>"
336
+
337
+ #: includes/Loader.php:1365 includes/Loader.php:1386 includes/Loader.php:1598
338
  msgid "or"
339
  msgstr "oder"
340
 
341
+ #: includes/Loader.php:1365 includes/Loader.php:1386 includes/Loader.php:1598
342
  msgid "back to install plugins"
343
  msgstr "zurück zur Pluginübersicht"
344
 
345
+ #: includes/Notice.php:19 views/b2s/html/sidebar.php:154
346
  msgid "Rate it!"
347
  msgstr "Bewerte uns!"
348
 
349
  #: includes/Notice.php:20
350
+ msgid ""
351
+ "If you like Blog2Social, please give us a 5 star rating. I there is anything "
352
+ "that does not work for you, please contact us!!"
353
+ msgstr ""
354
+ "Wenn Dir Blog2Social gefällt, dann freuen wir uns über eine 5 Sterne "
355
+ "Bewertung. Spreche uns an, wenn Dir ir­gend­was nicht gefällt."
356
 
357
+ #: includes/Notice.php:21 views/b2s/html/sidebar.php:157
358
  msgid "RATE BLOG2SOCIAL"
359
  msgstr "Blog2Social jetzt bewerten"
360
 
363
  msgstr "ausblenden"
364
 
365
  #: includes/System.php:69
366
+ msgid ""
367
+ "Blog2Social used cURL. cURL is not installed in your PHP installation on "
368
+ "your server. Install cURL and activate Blog2Social again."
369
+ msgstr ""
370
+ "Blog2Social verwendet cURL. cURL ist nicht in deiner PHP Version auf deinem "
371
+ "Server installiert. Installiere cURL und aktiviere Blog2Social erneut."
 
372
 
373
  #: includes/System.php:75
374
+ msgid ""
375
+ "Blog2Social used PHP. Your installed PHP version on your server is not high "
376
+ "enough to use Blog2Social. Update your PHP version on 5.5.3 or higher."
377
+ msgstr ""
378
+ "Blog2Social nutzt PHP. Deine installierte PHP Version ist nicht hoch genug, "
379
+ "um Blog2Social zu nutzen. Aktualisere Deine PHP Version auf 5.5.3 oder höher."
380
+ " "
381
 
382
  #: includes/System.php:81
383
  msgid ""
384
+ "Blog2Social does not seem to have permission to write in your WordPress "
385
+ "database. Please assign Blog2Social the permission to write in the WordPress "
386
+ "database. Please also make sure that your MySQL server runs on v5.5.3 or "
387
+ "higher, or ask your server administrator to do it for you."
388
  msgstr ""
389
+ "Blog2Social scheint keine Schreibrechte für Ihre WordPress-Datenbank zu "
390
+ "haben. Bitte erlauben Sie Blog2Social, in die WordPress-Datenbank zu "
391
+ "schreiben. Bitte stellen Sie auch sicher, dass Ihr MySQL-Server auf v5.5.3 "
392
+ "oder höher läuft, oder bitten Sie Ihren Server-Administrator, dies für Sie "
393
+ "zu tun."
394
+
395
+ #: includes/Tools.php:262 views/b2s/html/sidebar.php:30
396
+ #: views/b2s/html/sidebar.ship.php:29
397
  msgid "License"
398
  msgstr "Lizenz"
399
 
400
+ #: includes/Tools.php:276
401
+ msgid "Greece"
402
+ msgstr "Griechenland"
403
+
404
+ #: includes/Tools.php:277
405
+ msgid "India"
406
+ msgstr "Indien"
407
+
408
+ #: includes/Tools.php:278
409
+ msgid "United States of America"
410
+ msgstr "Vereinigte Staaten von Amerika"
411
+
412
+ #: includes/Tools.php:279
413
+ msgid "Ireland"
414
+ msgstr "Irland"
415
+
416
+ #: includes/Tools.php:280
417
+ msgid "Italy"
418
+ msgstr "Italien"
419
+
420
+ #: includes/Tools.php:281
421
+ msgid "Switzerland"
422
+ msgstr "Schweiz"
423
+
424
+ #: includes/Tools.php:282
425
+ msgid "Czechoslovakia"
426
+ msgstr "Tschechoslowakei"
427
+
428
+ #: includes/Tools.php:283
429
+ msgid "Indonesia"
430
+ msgstr "Indonesien"
431
+
432
+ #: includes/Tools.php:284
433
+ msgid "Spain"
434
+ msgstr "Spanien"
435
+
436
+ #: includes/Tools.php:285
437
+ msgid "Canada"
438
+ msgstr "Kanada"
439
+
440
+ #: includes/Tools.php:286
441
+ msgid "Great Britain"
442
+ msgstr "Großbritannien"
443
+
444
+ #: includes/Tools.php:287
445
+ msgid "Russia"
446
+ msgstr "Russland"
447
+
448
+ #: includes/Tools.php:288
449
+ msgid "Netherlands"
450
+ msgstr "Niederlande"
451
+
452
+ #: includes/Tools.php:289 includes/Tools.php:303
453
+ msgid "Portugal"
454
+ msgstr "Portugal"
455
+
456
+ #: includes/Tools.php:290
457
+ msgid "Norway"
458
+ msgstr "Norwegen"
459
+
460
+ #: includes/Tools.php:291
461
+ msgid "Turkey"
462
+ msgstr "Türkei"
463
+
464
+ #: includes/Tools.php:292
465
+ msgid "Australia"
466
+ msgstr "Australien"
467
+
468
+ #: includes/Tools.php:293
469
+ msgid "Austria"
470
+ msgstr "Österreich"
471
+
472
+ #: includes/Tools.php:294
473
+ msgid "Poland"
474
+ msgstr "Polen"
475
+
476
+ #: includes/Tools.php:295
477
+ msgid "France"
478
+ msgstr "Frankreich"
479
+
480
+ #: includes/Tools.php:296
481
+ msgid "Romania"
482
+ msgstr "Rumänien"
483
+
484
+ #: includes/Tools.php:297
485
+ msgid "Germany"
486
+ msgstr "Deutschland"
487
+
488
+ #: includes/Tools.php:298
489
+ msgid "Denmark"
490
+ msgstr "Dänemark"
491
+
492
+ #: includes/Tools.php:299
493
+ msgid "New Zealand"
494
+ msgstr "Neuseeland"
495
+
496
+ #: includes/Tools.php:300
497
+ msgid "Finland"
498
+ msgstr "Finnland"
499
+
500
+ #: includes/Tools.php:301
501
+ msgid "Hungary"
502
+ msgstr "Ungarn"
503
+
504
+ #: includes/Tools.php:302
505
+ msgid "Japan"
506
+ msgstr "Japan"
507
+
508
+ #: includes/Tools.php:304
509
+ msgid "Argentina"
510
+ msgstr "Argentinien"
511
+
512
+ #: includes/Tools.php:305
513
+ msgid "Korea"
514
+ msgstr "Korea"
515
+
516
+ #: includes/Tools.php:306
517
+ msgid "Sweden"
518
+ msgstr "Schweden"
519
+
520
+ #: includes/Tools.php:307
521
+ msgid "Mexico"
522
+ msgstr "Mexiko"
523
+
524
+ #: includes/Tools.php:308
525
+ msgid "Slovakia"
526
+ msgstr "Slowakei"
527
+
528
+ #: includes/Tools.php:309
529
+ msgid "Chile"
530
+ msgstr "Chile"
531
+
532
+ #: includes/Tools.php:310
533
+ msgid "Colombia"
534
+ msgstr "Kolumbien"
535
+
536
+ #: includes/Tools.php:311
537
+ msgid "South Africa"
538
+ msgstr "Südafrika"
539
+
540
+ #: includes/Tools.php:312
541
+ msgid "Philippines"
542
+ msgstr "Philippinen"
543
+
544
+ #: includes/Tools.php:315
545
+ msgid "is determined automatically"
546
+ msgstr "wird automatisch ermittelt"
547
+
548
  #: views/notice.php:12
549
  msgid "Connection is broken..."
550
  msgstr "Vebindung ist unterbrochen..."
551
 
552
  #: views/notice.php:14
553
+ msgid ""
554
+ "The connection to your server has been interrupted. Please make sure that "
555
+ "your blog is reachable. If your server does not respond or is too slow, "
556
+ "Blog2Social cannot connect to the internet. Try again later or contact your "
557
+ "webmaster, if this error message persists."
558
  msgstr ""
559
+ "Die Verbindung auf Deinen Server wurde unterbrochen. Bitte stelle sicher, "
560
+ "dass Dein Blog von außen erreichbar ist.Wenn Dein Server nicht antwortet, "
561
+ "oder die Verbindungsgeschwindigkeit zu niedrig ist, kann Blog2Social sich "
562
+ "nicht mit dem internet verbinden. Versuche es später erneut oder kontaktiere "
563
+ "Deinen Webmaster, wenn dieser Fehler erneut erscheint."
564
 
565
  #: views/notice.php:17
566
  msgid "Update..."
567
  msgstr "Aktualisierung..."
568
 
569
  #: views/notice.php:19
570
+ msgid ""
571
+ "<b> A new version of Blog2Social is available. </b> Update now <br> "
572
+ "Blog2Social to continue to use the latest version of the plugin."
573
  msgstr "<b> Eine neue Version von Blog2Social ist verfügbar </b>"
574
 
575
  #: views/notice.php:23
588
  msgid "Please contact our support!"
589
  msgstr "Bitte kontaktiere unseren Support!"
590
 
591
+ #: includes/Ajax/Post.php:1582 views/b2s/network.php:6
592
+ #: includes/B2S/Network/Item.php:217 includes/B2S/Network/Item.php:282
593
+ #: includes/B2S/Network/Item.php:345 includes/B2S/Network/Item.php:471
594
+ #: includes/B2S/Network/Item.php:487
595
  msgid "Unknown username"
596
+ msgstr "unbekannter Blog-Nutzer"
597
 
598
+ #: includes/Ajax/Post.php:1583 includes/B2S/Network/Item.php:472
599
+ #: includes/B2S/Post/Item.php:414 includes/B2S/Post/Item.php:434
600
+ #: includes/B2S/Post/Item.php:663 includes/B2S/Post/Item.php:712
601
+ #: includes/B2S/Settings/Item.php:82 includes/B2S/Ship/Item.php:842
602
+ #: includes/B2S/Ship/Item.php:992
603
  msgid "delete"
604
  msgstr "löschen"
605
 
611
  msgid "last auto-post:"
612
  msgstr "letzter Auto-Post:"
613
 
614
+ #: includes/B2S/PostBox.php:76 views/b2s/ship.php:657
615
+ #: views/b2s/html/header.php:55
616
  msgid "The connection to the server failed. Try again!"
617
+ msgstr ""
618
+ "Eine Verbindung zum Server konnte nicht hergestellt werden. Versuche es "
619
+ "erneut!"
620
 
621
  #: includes/B2S/PostBox.php:77
622
+ msgid ""
623
+ "WordPress uses heartbeats by default, Blog2Social as well. Please enable "
624
+ "heartbeats for using Blog2Social!"
625
+ msgstr ""
626
+ "WordPress verwendet standardmäßig den Heartbeat und Blog2Social auch. "
627
+ "Aktiviere den Heartbeat damit Du Blog2Social problemlos nutzen kannst."
628
 
629
  #: includes/B2S/PostBox.php:78 includes/B2S/PostBox.php:80
630
+ msgid ""
631
+ "Your post is still on draft or pending status. Please make sure that your "
632
+ "post is published or scheduled to be published on this blog. You can then "
633
+ "auto-post or schedule and customize your social media posts with Blog2Social."
634
+ msgstr ""
635
+ "Bitte stelle sicher, dass Dein Beitrag auf Deinem Blog veröffentlicht oder "
636
+ "geplant ist. Dann kannst Du Deinen Beitrag mit Blog2Social anpassen und "
637
+ "planen."
638
 
639
  #: includes/B2S/PostBox.php:79 includes/B2S/PostBox.php:174
640
  msgid "Network settings"
641
  msgstr "Netzwerkeinstellungen"
642
 
643
  #: includes/B2S/PostBox.php:81 views/b2s/ship.php:197
644
+ msgid ""
645
+ "Notice: Please make sure, that your website address is reachable. The Social "
646
+ "Networks do not allow postings from local installations."
647
+ msgstr ""
648
+ "Hinweis: Bitte stelle sicher, dass Dein Blog von außen erreichbar ist. Bei "
649
+ "Fragen wende Dich bitte an unseren Support."
650
 
651
  #: includes/B2S/PostBox.php:97
652
  msgid "Custom Sharing & Scheduling"
653
  msgstr "Anpassen & Planen"
654
 
655
+ #: includes/B2S/PostBox.php:97 includes/B2S/PostBox.php:101
656
+ #: views/b2s/ship.php:75 views/b2s/ship.php:165 views/b2s/ship.php:256
657
+ #: includes/B2S/Network/Item.php:173 includes/B2S/Ship/Item.php:806
658
  msgid "Info"
659
  msgstr "Info"
660
 
667
  msgstr "Facebook Instant Sharing:"
668
 
669
  #: includes/B2S/PostBox.php:100 includes/B2S/Settings/Item.php:110
670
+ msgid ""
671
+ "Auto-posts for Facebook Profiles will be shown in the \"Instant Sharing\" "
672
+ "tab on your \"Posts & Sharing\" navigation bar and can be shared on your "
673
+ "Facebook Profile by clicking on the \"Share\" button next to your auto-post."
674
+ msgstr ""
675
+ "Auto-Posts für Facebook-Profile laufen automatisch im \"Instant Sharing\" "
676
+ "Tab in der Navigationsleiste unter \"Beiträge\" ein und können durch einen "
677
+ "Klick auf den “Teilen” Button neben dem Post an Dein Facebook-Profil "
678
+ "gesendet werden."
679
 
680
+ #: includes/B2S/PostBox.php:101 views/b2s/html/header.php:324
681
  msgid "Social Media Auto-Posting"
682
  msgstr "Social Media Auto-Posting"
683
 
685
  msgid "enable Auto-Posting"
686
  msgstr "Auto-Posting aktivieren"
687
 
688
+ #: includes/B2S/PostBox.php:108 views/b2s/network.php:347 views/b2s/ship.php:22
689
+ #: includes/B2S/Curation/View.php:53 includes/B2S/Network/Item.php:161
690
+ #: includes/B2S/Network/Item.php:256 includes/B2S/Network/Item.php:318
691
+ #: includes/B2S/Network/Item.php:380 includes/B2S/Settings/Item.php:104
692
+ #: includes/B2S/Settings/Item.php:318 includes/B2S/Ship/Image.php:76
693
+ #: includes/B2S/Ship/Item.php:865 views/b2s/html/post.navbar.php:10
694
+ #: views/b2s/html/post.navbar.php:14 views/b2s/partials/post-edit-modal.php:9
695
+ #: views/b2s/widgets/posts.php:18
696
+ msgid "SMART"
697
+ msgstr "SMART"
698
+
699
+ #: includes/B2S/PostBox.php:115 views/b2s/curation.draft.php:46
700
+ #: views/b2s/network.php:58 views/b2s/network.php:146 views/b2s/network.php:222
701
+ #: views/b2s/network.php:353 views/b2s/network.php:455
702
+ #: views/b2s/post.approve.php:51 views/b2s/post.calendar.php:60
703
+ #: views/b2s/post.calendar.php:242 views/b2s/post.draft.php:42
704
+ #: views/b2s/post.notice.php:45 views/b2s/post.php:41
705
+ #: views/b2s/post.publish.php:45 views/b2s/post.sched.php:59
706
+ #: views/b2s/ship.php:187 views/b2s/ship.php:568 views/b2s/ship.php:655
707
+ #: views/b2s/support.php:204 views/prg/html/header.php:86
708
  msgid "Loading..."
709
  msgstr "Wird geladen..."
710
 
714
 
715
  #: includes/B2S/PostBox.php:126
716
  msgid ""
717
+ "Customize and schedule your social media posts on the one page preview for "
718
+ "all your selected networks: tailor your posts with individual comments, "
719
+ "#hashtags or @handles and schedule your posts for the best times to post, "
720
+ "for multiple times or re-share recurrently for more visibility and "
721
+ "engagement with your community."
722
  msgstr ""
723
+ "Individualisiere und plane Deine Social Media Posts über die Netzwerk-"
724
+ "Vorschau: Ergänze individuelle Kommentare, #Hashtags oder @Handles für die "
725
+ "verschiedenen Netzwerke und plane Deine Posts für die besten Zeiten, "
726
+ "mehrfach oder wiederholt, um mehr Sichtbarkeit und Feedback von Deiner "
727
+ "Community zu erzielen"
728
+
729
+ #: includes/B2S/PostBox.php:135 views/b2s/html/footer.php:305
730
+ #: views/b2s/html/footer.php:345
731
  msgid "Blog2Social: Social Media Auto-Posting"
732
  msgstr "Blog2Social: Social Media Auto-Posting"
733
 
734
  #: includes/B2S/PostBox.php:139 views/b2s/html/footer.php:309
735
+ msgid ""
736
+ "Share your blog posts with the Auto Poster: Your blog posts will be shared "
737
+ "automatically on your social media channels as soon as you publish or update "
738
+ "a new post. You can also choose to autopost scheduled blog posts as soon as "
739
+ "they are published."
740
  msgstr ""
741
+ "Teile Deine Blogbeiträge mit dem Auto-Poster: Deine Blogbeiträge werden "
742
+ "automatisch auf Deinen Social Media-Kanälen geteilt, sobald Du einen neuen "
743
+ "Beitrag veröffentlichst oder aktualisierst. Du kannst auch festlegen, dass "
744
+ "in WordPress vorgeplante Blogbeiträge automatisch geteilt werden, sobald sie "
745
+ "veröffentlicht werden."
746
 
747
  #: includes/B2S/PostBox.php:140 views/b2s/html/footer.php:310
748
  #, php-format
749
+ msgid ""
750
+ "<a target=\"_blank\" href=\"%s\">Learn how to set up auto posting for your "
751
+ "blog posts</a>"
752
+ msgstr ""
753
+ "<a target=\"_blank\" href=\"%s\">Erfahre, wie Du den Auto-Poster für Deine "
754
+ "Blogbeiträge einrichtest.</a>"
755
 
756
+ #: includes/B2S/PostBox.php:144 views/b2s/html/footer.php:316
757
+ #: views/b2s/html/footer.php:355
758
  msgid "You want to auto-post your blog post?"
759
  msgstr "Du möchtest Deinen Beitrag automatisch posten?"
760
 
761
+ #: includes/B2S/PostBox.php:145 views/b2s/curation.php:127
762
+ #: views/b2s/post.calendar.php:280 views/b2s/ship.php:307
763
+ #: views/b2s/ship.php:367 views/b2s/ship.php:413 views/b2s/html/footer.php:26
764
+ #: views/b2s/html/footer.php:144 views/b2s/html/footer.php:208
765
+ #: views/b2s/html/footer.php:248 views/b2s/html/footer.php:317
766
+ #: views/b2s/html/footer.php:356 views/b2s/html/footer.php:443
767
  msgid "With Blog2Social Premium you can:"
768
  msgstr "Mit Blog2Social kannst Du:"
769
 
770
+ #: includes/B2S/PostBox.php:148 views/b2s/curation.php:130
771
+ #: views/b2s/post.calendar.php:283 views/b2s/ship.php:310
772
+ #: views/b2s/ship.php:370 views/b2s/ship.php:416 views/b2s/html/footer.php:29
773
+ #: views/b2s/html/footer.php:147 views/b2s/html/footer.php:211
774
+ #: views/b2s/html/footer.php:251 views/b2s/html/footer.php:320
775
+ #: views/b2s/html/footer.php:359 views/b2s/html/footer.php:446
776
+ #: views/b2s/html/header.php:325
777
  msgid "Post on pages and groups"
778
  msgstr "Poste auf Seiten und in Gruppen"
779
 
780
+ #: includes/B2S/PostBox.php:149 views/b2s/curation.php:131
781
+ #: views/b2s/post.calendar.php:284 views/b2s/ship.php:311
782
+ #: views/b2s/ship.php:371 views/b2s/ship.php:417 views/b2s/html/footer.php:30
783
+ #: views/b2s/html/footer.php:148 views/b2s/html/footer.php:212
784
+ #: views/b2s/html/footer.php:252 views/b2s/html/footer.php:321
785
+ #: views/b2s/html/footer.php:360 views/b2s/html/footer.php:447
786
  msgid "Share on multiple profiles, pages and groups"
787
  msgstr "Auf mehreren Profilen, Seiten und Gruppen teilen"
788
 
789
+ #: includes/B2S/PostBox.php:150 views/b2s/curation.php:132
790
+ #: views/b2s/post.calendar.php:285 views/b2s/ship.php:312
791
+ #: views/b2s/ship.php:372 views/b2s/ship.php:418 views/b2s/html/footer.php:31
792
+ #: views/b2s/html/footer.php:65 views/b2s/html/footer.php:149
793
+ #: views/b2s/html/footer.php:213 views/b2s/html/footer.php:253
794
+ #: views/b2s/html/footer.php:322 views/b2s/html/footer.php:361
795
+ #: views/b2s/html/footer.php:448
796
  msgid "Auto-post and auto-schedule new and updated blog posts"
797
+ msgstr ""
798
+ " Auto-posten und Auto-planen: Beiträge automatisch bei Veröffentlichung oder "
799
+ "Aktualisierung posten und zeitversetzt planen"
800
+
801
+ #: includes/B2S/PostBox.php:151 views/b2s/curation.php:133
802
+ #: views/b2s/post.calendar.php:286 views/b2s/ship.php:313
803
+ #: views/b2s/ship.php:373 views/b2s/ship.php:419 views/b2s/html/footer.php:32
804
+ #: views/b2s/html/footer.php:150 views/b2s/html/footer.php:214
805
+ #: views/b2s/html/footer.php:254 views/b2s/html/footer.php:323
806
+ #: views/b2s/html/footer.php:362 views/b2s/html/footer.php:449
807
  msgid "Schedule your posts at the best times on each network"
808
  msgstr "Plane Deine Beiträge zu den besten Zeiten für jedes Netzwerk"
809
 
810
+ #: includes/B2S/PostBox.php:152 views/b2s/curation.php:134
811
+ #: views/b2s/post.calendar.php:287 views/b2s/ship.php:314
812
+ #: views/b2s/ship.php:374 views/b2s/ship.php:420 views/b2s/html/footer.php:33
813
+ #: views/b2s/html/footer.php:151 views/b2s/html/footer.php:215
814
+ #: views/b2s/html/footer.php:255 views/b2s/html/footer.php:324
815
+ #: views/b2s/html/footer.php:363 views/b2s/html/footer.php:450
816
+ msgid ""
817
+ "Best Time Manager: use predefined best time scheduler to auto-schedule your "
818
+ "social media posts"
819
  msgstr " Beste Zeiten Manager: vordefinierte Zeiten für Deine Beiträge nutzen"
820
 
821
+ #: includes/B2S/PostBox.php:153 views/b2s/curation.php:135
822
+ #: views/b2s/post.calendar.php:288 views/b2s/ship.php:315
823
+ #: views/b2s/ship.php:375 views/b2s/ship.php:421 views/b2s/html/footer.php:34
824
+ #: views/b2s/html/footer.php:152 views/b2s/html/footer.php:216
825
+ #: views/b2s/html/footer.php:256 views/b2s/html/footer.php:325
826
+ #: views/b2s/html/footer.php:364 views/b2s/html/footer.php:451
827
  msgid "Schedule your post for one time, multiple times or recurrently"
828
+ msgstr ""
829
+ "Veröffentlichungen zur besten Zeit pro Netzwerk planen: einmalig, mehrmalig "
830
+ "oder nach einem regelmäßigen Muster"
831
+
832
+ #: includes/B2S/PostBox.php:154 views/b2s/curation.php:136
833
+ #: views/b2s/post.calendar.php:289 views/b2s/ship.php:316
834
+ #: views/b2s/ship.php:376 views/b2s/ship.php:422 views/b2s/html/footer.php:35
835
+ #: views/b2s/html/footer.php:153 views/b2s/html/footer.php:217
836
+ #: views/b2s/html/footer.php:257 views/b2s/html/footer.php:326
837
+ #: views/b2s/html/footer.php:365 views/b2s/html/footer.php:452
838
  msgid "Schedule and re-share old posts"
839
  msgstr "Plane und teile alte Beiträge"
840
 
841
+ #: includes/B2S/PostBox.php:155 views/b2s/curation.php:137
842
+ #: views/b2s/post.calendar.php:290 views/b2s/ship.php:317
843
+ #: views/b2s/ship.php:377 views/b2s/ship.php:423 views/b2s/html/footer.php:36
844
+ #: views/b2s/html/footer.php:67 views/b2s/html/footer.php:154
845
+ #: views/b2s/html/footer.php:218 views/b2s/html/footer.php:258
846
+ #: views/b2s/html/footer.php:327 views/b2s/html/footer.php:366
847
+ #: views/b2s/html/footer.php:453
848
  msgid "Select link format or image format for your posts"
849
+ msgstr ""
850
+ "Link-Posts oder Bild-Posts als Posting-Format für Deine Beiträge auswählen"
851
+
852
+ #: includes/B2S/PostBox.php:156 views/b2s/curation.php:138
853
+ #: views/b2s/post.calendar.php:291 views/b2s/ship.php:318
854
+ #: views/b2s/ship.php:378 views/b2s/ship.php:424 views/b2s/html/footer.php:37
855
+ #: views/b2s/html/footer.php:68 views/b2s/html/footer.php:155
856
+ #: views/b2s/html/footer.php:219 views/b2s/html/footer.php:259
857
+ #: views/b2s/html/footer.php:328 views/b2s/html/footer.php:367
858
+ #: views/b2s/html/footer.php:454
859
  msgid "Select individual images per post"
860
+ msgstr ""
861
+ "Individuelle Bilder für Deine Social Media Posts pro Netzwerk auswählen"
862
+
863
+ #: includes/B2S/PostBox.php:157 views/b2s/curation.php:139
864
+ #: views/b2s/post.calendar.php:292 views/b2s/ship.php:319
865
+ #: views/b2s/ship.php:379 views/b2s/ship.php:425 views/b2s/html/footer.php:38
866
+ #: views/b2s/html/footer.php:156 views/b2s/html/footer.php:220
867
+ #: views/b2s/html/footer.php:260 views/b2s/html/footer.php:329
868
+ #: views/b2s/html/footer.php:368 views/b2s/html/footer.php:455
869
+ msgid ""
870
+ "Reporting & calendar: keep track of your published and scheduled social "
871
+ "media posts"
872
+ msgstr ""
873
+ "Reporting & Kalender: Verfolge Deine veröffentlichten und geplanten Social "
874
+ "Media Beiträge"
875
+
876
+ #: includes/B2S/PostBox.php:159 views/b2s/curation.php:141
877
+ #: views/b2s/post.calendar.php:294 views/b2s/ship.php:321
878
+ #: views/b2s/ship.php:381 views/b2s/ship.php:427 views/b2s/html/footer.php:40
879
+ #: views/b2s/html/footer.php:158 views/b2s/html/footer.php:222
880
+ #: views/b2s/html/footer.php:262 views/b2s/html/footer.php:331
881
+ #: views/b2s/html/footer.php:370 views/b2s/html/footer.php:457
882
+ msgid "Upgrade to SMART and above"
883
+ msgstr "Upgrade auf SMART und höher"
884
+
885
+ #: includes/B2S/PostBox.php:161 views/b2s/curation.php:143
886
+ #: views/b2s/post.calendar.php:296 views/b2s/ship.php:323
887
+ #: views/b2s/ship.php:383 views/b2s/ship.php:429 views/b2s/html/footer.php:42
888
+ #: views/b2s/html/footer.php:73 views/b2s/html/footer.php:91
889
+ #: views/b2s/html/footer.php:160 views/b2s/html/footer.php:224
890
+ #: views/b2s/html/footer.php:264 views/b2s/html/footer.php:333
891
+ #: views/b2s/html/footer.php:372 views/b2s/html/footer.php:460
892
  #, php-format
893
+ msgid ""
894
+ "or <a target=\"_blank\" href=\"%s\">start with free 30-days-trial of "
895
+ "Blog2Social Premium</a> (no payment information needed)"
896
+ msgstr ""
897
+ "oder <a target=\"_blank\" href=\"%s\">Starte mit der 30-tägigen kostenlosen "
898
+ "Testversion von Blog2Social Premium</a> (keine Zahlungsinformationen "
899
+ "erforderlich)"
900
 
901
  #: includes/B2S/PostBox.php:174 includes/B2S/Curation/View.php:70
902
  msgid "Select network collection:"
920
 
921
  #: includes/B2S/PostBox.php:221
922
  msgid "schedule (best times)"
923
+ msgstr "geplant (Beste Zeiten)"
924
 
925
  #: includes/B2S/PostBox.php:224
926
  msgid "You want to schedule your blog post with Auto-Poster?"
927
+ msgstr "Du willst Deinen Blogbeitrag mit dem Autoposter planen?"
928
 
929
+ #: includes/B2S/PostBox.php:224
930
+ msgid "Upgrade to PRO"
931
+ msgstr "Upgrade auf PRO"
932
 
933
  #: includes/B2S/PostBox.php:230
934
  msgid "Select date:"
935
  msgstr "Datum auswählen:"
936
 
937
+ #: includes/B2S/PostBox.php:231 includes/B2S/Ship/Item.php:368
938
  msgid "show calendar"
939
  msgstr "Planungskalender anzeigen"
940
 
947
  msgstr "Beste Zeiten"
948
 
949
  #: includes/B2S/PostBox.php:243
950
+ msgid ""
951
+ "Note: If you ​have​ not ​specified​ your own times, we automatically provide "
952
+ "you with the best times to post​ on the social networks. You can always "
953
+ "​edit​ your own times in the settings."
954
+ msgstr ""
955
+ "Hinweis: Wenn Du keinen eigenen Zeiten angegeben hast, stellen wir Dir "
956
+ "automatisch die besten Zeiten zur Verfügung, um in die Social Media zu "
957
+ "posten. Du kannst jederzeit Deine eigenen Zeiten unter Einstellungen "
958
+ "bearbeiten."
959
 
960
  #: views/b2s/curation.draft.php:17
961
+ msgid ""
962
+ "Save links as drafts while browsing and share or schedule them whenever you "
963
+ "want."
964
+ msgstr ""
965
+ "Speicher beim Surfen Links aus Deinem Browser und teile sie, wann immer Du "
966
+ "möchtest"
967
 
968
  #: views/b2s/curation.draft.php:17
969
  msgid "Get the Blog2Social Browser Extension"
970
+ msgstr "Blog2Social Browser Erweiterung"
971
 
972
  #: views/b2s/curation.draft.php:75
973
  msgid "Delete Draft"
975
 
976
  #: views/b2s/curation.draft.php:78
977
  msgid "Are you sure you want to delete this draft?"
978
+ msgstr "Bist Du Dir sicher, dass du Deinen Entwurf löschen möchtest? "
979
 
980
+ #: views/b2s/curation.draft.php:82 views/b2s/curation.php:97
981
+ #: views/b2s/network.php:106 views/b2s/post.approve.php:91
982
+ #: views/b2s/post.approve.php:108 views/b2s/post.draft.php:80
983
+ #: views/b2s/post.notice.php:78 views/b2s/post.publish.php:78
984
+ #: views/b2s/post.sched.php:92 views/b2s/ship.php:472 views/b2s/ship.php:551
985
  #: views/prg/ship.php:94 views/b2s/widgets/posts.php:67
986
  msgid "NO"
987
  msgstr "NEIN"
988
 
989
+ #: views/b2s/curation.draft.php:83 views/b2s/network.php:107
990
+ #: views/b2s/network.php:170 views/b2s/post.approve.php:92
991
+ #: views/b2s/post.draft.php:81 views/b2s/post.notice.php:79
992
+ #: views/b2s/post.publish.php:79 views/b2s/post.sched.php:93
993
+ #: views/b2s/widgets/posts.php:68
994
  msgid "YES, delete"
995
  msgstr "Ja, löschen"
996
 
999
  msgstr "Keine Link-Vorschau verfügbar. Bitte überprüfe Deinen Link."
1000
 
1001
  #: views/b2s/curation.php:33
1002
+ msgid ""
1003
+ "No connected networks. Please make sure to connect at least one social media "
1004
+ "account."
1005
+ msgstr ""
1006
+ "Keine verbundenen Netzwerke vorhanden. Bitte stelle sicher, dass Du "
1007
+ "mindestens einen Social Media Account in Blog2Social unter Netzwerke "
1008
+ "verbunden hast."
1009
 
1010
  #: views/b2s/curation.php:36
1011
  msgid "Invalid data. Please check your data."
1013
 
1014
  #: views/b2s/curation.php:39
1015
  msgid "Saved as draft."
1016
+ msgstr "Als Entwurf gespeichert."
1017
 
1018
  #: views/b2s/curation.php:45
1019
  msgid "Enter a link you want share on your social media channels"
1020
+ msgstr ""
1021
+ "Füge einen Link ein, den Du auf Deinen Social Media Kanälen teilen möchtest"
1022
 
1023
  #: views/b2s/curation.php:46
1024
  msgid "Please enter a valid link"
1025
+ msgstr "Bitte gib einen gültigen Link ein"
1026
 
1027
  #: views/b2s/curation.php:47
1028
  msgid "Enter link"
1029
+ msgstr "Link eingeben"
1030
 
1031
  #: views/b2s/curation.php:50
1032
  msgid "continue"
1036
  msgid "Load data..."
1037
  msgstr "Daten werden geladen..."
1038
 
1039
+ #: views/b2s/curation.php:74 views/b2s/post.calendar.php:38
1040
+ #: views/b2s/ship.php:17 views/b2s/ship.php:656 includes/B2S/Post/Filter.php:50
1041
+ #: includes/B2S/Post/Item.php:273 includes/B2S/Ship/Save.php:417
1042
+ #: includes/PRG/Post/Filter.php:37 includes/PRG/Post/Item.php:86
1043
  msgid "published"
1044
  msgstr "veröffentlicht"
1045
 
1046
+ #: views/b2s/curation.php:91 views/b2s/post.approve.php:102
1047
+ #: views/b2s/ship.php:466
1048
  msgid "Do you want to mark this post as published ?"
1049
  msgstr "Möchtest Du diesen Beitrag als veröffentlicht markieren?"
1050
 
1051
+ #: views/b2s/curation.php:96 views/b2s/post.approve.php:107
1052
+ #: views/b2s/ship.php:471 views/b2s/ship.php:552
1053
  msgid "YES"
1054
  msgstr "JA"
1055
 
1056
+ #: views/b2s/curation.php:110 views/b2s/post.calendar.php:263
1057
+ #: views/b2s/ship.php:396
1058
  msgid "Need to schedule your posts?"
1059
  msgstr "Du möchtest Deine Beiträge planen?"
1060
 
1061
+ #: views/b2s/curation.php:113 views/b2s/post.calendar.php:266
1062
+ #: views/b2s/ship.php:399
1063
  msgid "Blog2Social Premium covers everything you need."
1064
  msgstr "Blog2Social Premium deckt alles ab, was Du brauchst."
1065
 
1066
+ #: views/b2s/curation.php:116 views/b2s/post.calendar.php:269
1067
+ #: views/b2s/ship.php:402 includes/B2S/Ship/Item.php:866
1068
  msgid "Schedule for specific dates"
1069
  msgstr "Für bestimmte Termine planen"
1070
 
1071
+ #: views/b2s/curation.php:117 views/b2s/post.calendar.php:270
1072
+ #: views/b2s/ship.php:403
1073
+ msgid ""
1074
+ "You want to publish a post on a specific date? No problem! Just enter your "
1075
+ "desired date and you are ready to go!"
1076
+ msgstr ""
1077
+ "Du möchtest einen Beitrag an einem ganz bestimmten Datum veröffentlichen? "
1078
+ "Kein Problem! Stelle einfach Dein Wunschdatum ein und los geht’s!"
1079
 
1080
+ #: views/b2s/curation.php:119 views/b2s/post.calendar.php:272
1081
+ #: views/b2s/ship.php:405
1082
  msgid "Schedule post recurrently"
1083
  msgstr "Beitrag mehrfach planen"
1084
 
1085
+ #: views/b2s/curation.php:120 views/b2s/post.calendar.php:273
1086
+ #: views/b2s/ship.php:406
1087
+ msgid ""
1088
+ "You have evergreen content you want to re-share from time to time in your "
1089
+ "timeline? Schedule your evergreen content to be shared once, multiple times "
1090
+ "or recurringly at specific times."
1091
+ msgstr ""
1092
+ "Du möchtest Deine beliebtesten Beiträge wiederholt auf den Social Media "
1093
+ "teilen? Teile Deine Evergreen Inhalte einmal, mehrmals oder in einem "
1094
+ "wiederkehrenden Rhythmus"
1095
 
1096
+ #: views/b2s/curation.php:122 views/b2s/post.calendar.php:275
1097
+ #: views/b2s/ship.php:408
1098
  msgid "Best Time Scheduler"
1099
  msgstr "Beste Zeiten Manager"
1100
 
1101
+ #: views/b2s/curation.php:123 views/b2s/post.calendar.php:276
1102
+ #: views/b2s/ship.php:409
1103
+ msgid ""
1104
+ "Whenever you publish a post, only a fraction of your followers will actually "
1105
+ "see your post. Use the Blog2Social Best Times Scheduler to share your post "
1106
+ "at the best times for each social network. Get more outreach and extend the "
1107
+ "lifespan of your posts."
1108
  msgstr ""
1109
+ "Wenn Du einen Post in den Social Media veröffentlichst, wird Dein Beitrag "
1110
+ "immer nur von einer kleinen Anzahl Deiner Follower wahrgenommen. Nutze den "
1111
+ "Beste Zeiten Manager, um Deine Beiträge zu den besten Zeiten des jeweiligen "
1112
+ "Netzwerks zu teilen. Steigere so die Reichweite, Interaktion und Lebensdauer "
1113
+ "Deiner Posts."
1114
 
1115
  #: views/b2s/dashboard.php:17
1116
  msgid "What's New"
1118
 
1119
  #: views/b2s/dashboard.php:27
1120
  msgid "Your Activity"
1121
+ msgstr "Deine Aktivität"
1122
 
1123
  #: views/b2s/dashboard.php:32
1124
  msgid "List"
1132
  msgid "Follow us"
1133
  msgstr "Folge uns"
1134
 
1135
+ #: views/b2s/network.php:24 views/b2s/network.php:25
1136
+ #: views/b2s/post.calendar.php:224 views/b2s/post.calendar.php:225
1137
+ #: views/prg/post.php:26 views/prg/post.php:27
1138
+ #: views/b2s/html/post.navbar.php:21 views/b2s/html/post.navbar.php:22
1139
  msgid "filter"
1140
  msgstr "Filter"
1141
 
1147
  msgid "You want to define a new combination of networks?"
1148
  msgstr "Du möchtest eine neue Kombination von Netzwerken anlegen?"
1149
 
1150
+ #: views/b2s/network.php:34 includes/B2S/Network/Item.php:150
1151
+ #: includes/B2S/Network/Item.php:154 includes/B2S/Network/Item.php:158
1152
+ #: includes/B2S/Ship/Image.php:83 includes/B2S/Ship/Portale.php:32
1153
+ #: includes/B2S/Ship/Portale.php:35 includes/B2S/Ship/Portale.php:41
1154
+ msgid "PRO"
1155
+ msgstr "PRO"
1156
+
1157
  #: views/b2s/network.php:38 views/b2s/partials/post-edit-modal.php:97
1158
  msgid "Delete"
1159
  msgstr "Löschen"
1160
 
1161
+ #: views/b2s/network.php:45 views/b2s/ship.php:73 views/b2s/ship.php:366
1162
+ #: views/b2s/html/footer.php:207
1163
  msgid "You want to schedule your posts and use the Best Time Scheduler?"
1164
+ msgstr ""
1165
+ "Du möchtest die Veröffentlichung Deiner Posts planen und den Beste Zeiten "
1166
+ "Manager benutzen?"
1167
 
1168
  #: views/b2s/network.php:46 views/b2s/ship.php:74
1169
  msgid "Load Best Times"
1186
  msgstr "Google My Business"
1187
 
1188
  #: views/b2s/network.php:121
1189
+ msgid ""
1190
+ "Blog2Social uses the official Google My Business API to share your content "
1191
+ "on your business listing. You can connect Google My Business listings with "
1192
+ "up to nine different locations to Blog2Social and you can choose which "
1193
+ "location you want to share your content on."
1194
  msgstr ""
1195
+ "Blog2Social nutzt die offizielle Google My Business API um Ihre Blogbeiträge "
1196
+ "an Ihren Brancheneintrag zu versenden. Sie können Brancheneinträge mit bis "
1197
+ "zu neun verschiedene Standorten mit Blog2Social verbinden und auswählen, auf "
1198
+ "welchem Standort Ihr Content geteilt werden soll."
1199
 
1200
  #: views/b2s/network.php:124
1201
+ msgid ""
1202
+ "Google currently allows access to the API for all companies with up to 9 "
1203
+ "locations in their Google My Business Listings. However, Google plans to "
1204
+ "extend the API for companies with more than 9 locations in their Google My "
1205
+ "Business listings."
1206
+ msgstr ""
1207
+ "Google erlaubt derzeit den Zugriff auf die API für alle Unternehmen mit bis "
1208
+ "zu 9 Standorten. Google plant, den Zugriff auf die API in Zukunft auch auf "
1209
+ "Unternehmen mit mehr als 9 verbundenen Standorten in Ihren Google My "
1210
+ "Business Brancheneinträgen zu erweitern."
1211
 
1212
+ #: views/b2s/network.php:127 views/b2s/premium.php:36 views/b2s/ship.php:488
1213
+ #: includes/B2S/Ship/Item.php:904 views/b2s/partials/post-edit-modal.php:48
1214
  msgid "Learn more"
1215
  msgstr "Mehr erfahren"
1216
 
1224
 
1225
  #: views/b2s/network.php:152
1226
  msgid "You have still set up scheduled posts for this network:"
1227
+ msgstr ""
1228
+ "Du hast noch ausstehende Veröffentlichungen für dieses Netzwerk geplant:"
1229
 
1230
  #: views/b2s/network.php:153
1231
  msgid "This network connection is still assigned to other users."
1232
+ msgstr "Diese Netzwerkverbindung ist anderen Blog-Nutzern zugeordnet."
1233
 
1234
  #: views/b2s/network.php:154
1235
  msgid "The user to whom the connection is assigned still has scheduled posts."
1236
+ msgstr ""
1237
+ "Der Benutzer, dem die Verbindung zugewiesen ist, hat noch geplante Beiträge."
1238
 
1239
  #: views/b2s/network.php:157
1240
  msgid "Delete all scheduled posts for this account irrevocably"
1245
  msgstr "geplante Beiträge"
1246
 
1247
  #: views/b2s/network.php:158
1248
+ msgid ""
1249
+ "The connection is still assigned to other users. Please withdraw the "
1250
+ "assigned connection from other users first."
1251
+ msgstr ""
1252
+ "Die Verbindung ist noch anderen Benutzern zugeordnet. Bitte entfernen Sie "
1253
+ "zuerst die zugewiesene Verbindung von anderen Benutzern."
1254
 
1255
  #: views/b2s/network.php:159
1256
  msgid "Delete all scheduled posts from all user who use this connection."
1257
+ msgstr ""
1258
+ "Lösche alle geplanten Beiträge von allen Benutzern, die diese Verbindung "
1259
+ "nutzen."
1260
 
1261
  #: views/b2s/network.php:171
1262
  msgid "View schedule posts"
1264
 
1265
  #: views/b2s/network.php:190
1266
  msgid "Please re-authorize your account with Blog2Social and try again"
1267
+ msgstr ""
1268
+ "Bitte autorisieren Sie Ihr Konto bei Blog2Social und versuchen Sie es erneut."
1269
 
1270
  #: views/b2s/network.php:191
1271
  msgid "Change successful"
1285
 
1286
  #: views/b2s/network.php:229 views/b2s/network.php:311
1287
  msgid "Move the connection to another network collection."
1288
+ msgstr "Verbindung in eine andere Netzwerk-Gruppierung verschieben"
1289
 
1290
+ #: views/b2s/network.php:234 views/b2s/network.php:263
1291
+ #: views/b2s/network.php:266 views/b2s/network.php:269
1292
  msgid "An error occured. Please contact our support."
1293
+ msgstr "Ein Fehler ist aufgetreten. Bitte kontaktiere unseren Support."
1294
 
1295
  #: views/b2s/network.php:241 views/b2s/network.php:318
1296
  msgid "move"
1310
 
1311
  #: views/b2s/network.php:275
1312
  msgid "This user don't have a Business License, or it is not the same"
1313
+ msgstr ""
1314
+ "Dieser Benutzer hat keine Business-Lizenz oder nutzt nicht dieselbe Lizenz"
1315
 
1316
  #: views/b2s/network.php:278
1317
  msgid "The connection has already been assigned to this user."
1319
 
1320
  #: views/b2s/network.php:281
1321
  msgid "The connection dose not exist"
1322
+ msgstr "Diese Verbindung existiert nicht."
1323
 
1324
  #: views/b2s/network.php:284
1325
  msgid "This connection has already been assigned to this user."
1326
  msgstr "Die Verbindung wurde diesem Benutzer bereits zugewiesen."
1327
 
1328
  #: views/b2s/network.php:287
1329
+ msgid ""
1330
+ "You can only share the connection with blog users who use the same license "
1331
+ "as you."
1332
+ msgstr ""
1333
+ "Du kannst Deine Verbindung nur mit Blog-Benutzern teilen, die dieselbe "
1334
+ "Lizenz verwenden wie Du."
1335
 
1336
  #: views/b2s/network.php:290
1337
  msgid "There are no other users to whom the connection can be assigned."
1338
+ msgstr ""
1339
+ "Es sind keine weiteren Benutzer vorhanden, denen die Verbindung zugewiesen "
1340
+ "werden kann."
1341
 
1342
  #: views/b2s/network.php:293 views/b2s/network.php:328
1343
  msgid "assign"
1345
 
1346
  #: views/b2s/network.php:304
1347
  msgid ""
1348
+ "Upgrade to Blog2Social Business to easily bundle your connections into "
1349
+ "network collection and assign your social media connections to other blog "
1350
+ "users. You can update and delete the connections as well as select forums or "
1351
+ "boards. Other users will be able to use the social media connection you "
1352
+ "assigned to them to post and schedule to your social media profile, page or "
1353
+ "group."
1354
  msgstr ""
1355
+ "Update auf Blog2Social Business, um Deine Verbindungen einfach in eine "
1356
+ "Netzwerkgruppierung zu verschieben und Deine Social Media-Verbindungen "
1357
+ "anderen Blog-Benutzern zuzuweisen. Du kannst die Verbindungen aktualisieren "
1358
+ "und löschen, sowie Foren oder Pinnwände auswählen. Andere Benutzer können "
1359
+ "die von Dir zugewiesenen Social-Media-Verbindungen verwenden, um Beiträge "
1360
+ "auf Deinem Social-Media-Profil, Deiner Seite oder Gruppe zu veröffentlichen "
1361
+ "oder vorzuplanen."
1362
 
1363
  #: views/b2s/network.php:305
1364
  msgid "Upgrade to Blog2Social Business"
1368
  msgid "My Profile"
1369
  msgstr "Mein Profil"
1370
 
1371
+ #: views/b2s/network.php:347 includes/B2S/Network/Item.php:161
1372
  msgid "Edit Post Template"
1373
  msgstr "Beitragsvorlage bearbeiten"
1374
 
1375
+ #: views/b2s/network.php:359 views/b2s/settings.php:52
1376
+ #: includes/B2S/Settings/Item.php:292
1377
  msgid "save"
1378
  msgstr "speichern"
1379
 
1383
 
1384
  #: views/b2s/network.php:374 views/b2s/settings.php:132
1385
  msgid ""
1386
+ "Please enable this feature, if you are using varnish caching (HTTP "
1387
+ "accelerator to relieve your website). Blog2Social will add a \"no-cache=1\" "
1388
+ "parameter to the post URL of your Facebook link posts to ensure that "
1389
+ "Facebook always pulls the current meta data of your blog post."
1390
  msgstr ""
1391
+ "Bitte aktiviere diese Funktion, wenn Du varnish caching (HTTP-Beschleuniger "
1392
+ "zur Entlastung Deiner Website) nutzt. Blog2Social hängt dann bei Deinen "
1393
+ "Facebook Link-Beiträgen den “no-cache=1” Parameter an die Beitrags-URL, um "
1394
+ "sicherzustellen, dass Facebook immer die aktuellen Meta Daten Deines "
1395
+ "Blogbeitrags zieht."
1396
 
1397
  #: views/b2s/network.php:385
1398
  msgid "Choose your Post Format"
1399
+ msgstr "Wähle Dein Postformat "
1400
 
1401
+ #: views/b2s/network.php:389 views/b2s/network.php:392
1402
+ #: views/b2s/network.php:395
1403
+ msgid ""
1404
+ "Decide in which post format you want to post your content: Link post or "
1405
+ "image post."
1406
+ msgstr ""
1407
+ "Entscheide, in welchem Format Du Deine Inhalte veröffentlichen möchtest: "
1408
+ "Link-Beitrag oder Bild-Beitrag."
1409
 
1410
  #: views/b2s/network.php:398
1411
+ msgid ""
1412
+ "Decide in wich form you want to post your Content. Either as image with "
1413
+ "frame, or as image cut out."
1414
+ msgstr ""
1415
+ " Entscheide, in welcher Form Du Deine Inhalte veröffentlichen möchtest. "
1416
+ "Entweder als Bild mit Rahmen oder als Bildausschnitt."
1417
 
1418
  #: views/b2s/network.php:410
1419
  msgid "Post Content"
1420
+ msgstr "Post-Inhalt"
1421
 
1422
  #: views/b2s/network.php:413
1423
+ msgid ""
1424
+ "Edit the content of your post. Move elements by drag and drop into the "
1425
+ "textarea and customize them as you like."
1426
+ msgstr ""
1427
+ "Bearbeite den Inhalt Deines Posts. Verschiebe Elemente per Drag & Drop in "
1428
+ "das Textfeld und passe sie nach Deinen Wünschen an."
1429
 
1430
  #: views/b2s/network.php:416
1431
  msgid "Legend"
1433
 
1434
  #: views/b2s/network.php:418
1435
  msgid "The title of your post"
1436
+ msgstr "Der Titel deines Beitrags."
1437
 
1438
  #: views/b2s/network.php:419
1439
  msgid "The summary of your post (you define it in the side menu of your post)."
1440
+ msgstr ""
1441
+ " Die Zusammenfassung Deines Beitrags (wird von dir im Seitenmenü deines "
1442
+ "Beitrags festgelegt)."
1443
 
1444
  #: views/b2s/network.php:420
1445
  msgid "The content of your post"
1446
+ msgstr "Der Inhalt Deines Beitrags."
1447
 
1448
  #: views/b2s/network.php:421
1449
  msgid "The tags you have set in your post."
1450
+ msgstr "Die Tags, die Du in deinem Beitrag gesetzt hast."
1451
 
1452
+ #: views/b2s/network.php:434 includes/B2S/Network/Item.php:650
1453
  msgid "Character limit"
1454
+ msgstr "Zeichenbegrenzung"
1455
 
1456
  #: views/b2s/network.php:437
1457
+ msgid ""
1458
+ "Define the character limit for the variables \"EXCERPT\" and \"CONTENT\" "
1459
+ "individually. Your text will be shortened after the last comma, period, or "
1460
+ "space character within your character limit."
1461
+ msgstr ""
1462
+ "Lege das Zeichenlimit für die Variablen \"Textauszug\" (EXCERPT) und "
1463
+ "\"Inhalt\" (CONTENT) einzeln fest. Dein Text wird nach dem letzten Komma, "
1464
+ "Punkt oder Leerzeichen innerhalb Deiner Zeichenbegrenzung abgeschnitten."
1465
 
1466
  #: views/b2s/network.php:438
1467
+ msgid ""
1468
+ "An \"EXCERPT\" will only be added to your social media post if you have "
1469
+ "added a manual excerpt in the excerpt editing box of the Gutenberg side menu "
1470
+ "(document settings) of your post."
1471
+ msgstr ""
1472
+ "Ein “Textauszug” wird nur in Deinen Social-Media-Beitrag eingefügt, wenn Du "
1473
+ "einen manuellen Textauszug in der Textauszug-Box im Gutenberg Seitenmenü "
1474
+ "(Dokumenten-Einstellungen) Deines Blogbeitrages eingetragen hast. "
1475
 
1476
  #: views/b2s/network.php:439
1477
  msgid ""
1478
+ "\"TITLES\" and \"KEYWORDS\" (Hashtags) are not shortened. If you select the "
1479
+ "\"TITLE\" and \"KEYWORD\" variables for your social media posts, the "
1480
+ "character limit you define for the \"EXCERPT\" and/or \"CONTENT\" variables "
1481
+ "will be applied within the remaining available character limit of the social "
1482
+ "network."
1483
  msgstr ""
1484
+ "“TITLE” und “KEYWORDS” (Hashtags) werden nicht gekürzt. Wenn Du die "
1485
+ "Variablen “TITLE” und “KEYWORD” für Deine Social-Media-Posts auswählst, wird "
1486
+ "die von Dir definierte Zeichenanzahl für die Variablen \"Textauszug\" "
1487
+ "und/oder \"Inhalt\" innerhalb der darüber hinaus verfügbaren Zeichenanzahl "
1488
+ "des jeweiligen Social Networks berücksichtigt."
1489
 
1490
+ #: views/b2s/network.php:450 views/b2s/ship.php:563
1491
  msgid "Connect with Pinterest"
1492
  msgstr "Mit Pinterest verbinden"
1493
 
1494
+ #: views/b2s/network.php:458 views/b2s/ship.php:571
1495
  msgid ""
1496
+ "Please make sure to use your original Pinterest login data (email and "
1497
+ "password). Social Login via Facebook or Google login data will not work here."
1498
+ " Please also check if the two-factor authentication in Pinterest is "
1499
+ "deactivated to ensure a stable connection to Blog2Social."
1500
  msgstr ""
1501
+ "Bitte achte darauf, dass Du nur Deine direkten Pinterest Login-Daten "
1502
+ "verwendest. Melde Dich nicht über Facebook oder Google an. Bitte prüfe auch, "
1503
+ "dass die Zwei-Faktor-Authentifizierung in Pinterest deaktiviert ist, um eine "
1504
+ "stabile Verbindung zu Blog2Social sicherzustellen."
1505
 
1506
+ #: views/b2s/network.php:459 views/b2s/ship.php:572
1507
  msgid "An error occurred! Please try again."
1508
  msgstr "Es ist ein Fehler aufgetreten! Bitte versuche es erneut."
1509
 
1510
+ #: views/b2s/network.php:460 views/b2s/network.php:461 views/b2s/ship.php:573
1511
+ #: views/b2s/ship.php:574
1512
  #, php-format
1513
+ msgid ""
1514
+ "You want to connect an additional account? <a target=\"_blank\" href=\"%s\">"
1515
+ "Upgrade to Blog2Social Premium</a>"
1516
+ msgstr ""
1517
+ "Du möchtest ein zusätzliches Konto verbinden? <a target=\"_blank\" "
1518
+ "href=\"%s\">Upgrade auf Blog2Social Premium</a>"
1519
 
1520
+ #: views/b2s/network.php:462 views/b2s/ship.php:575
1521
  msgid "Invalid Data! Please try again."
1522
  msgstr "Ungültige Daten! Bitte versuche es erneut."
1523
 
1524
+ #: views/b2s/network.php:463 views/b2s/ship.php:576
1525
+ msgid ""
1526
+ "You have not yet created any pinboards in your Pinterest account. Please set "
1527
+ "up at least one pinboard to pin on your Pinterest account!"
1528
+ msgstr ""
1529
+ "Du hast noch keine Pinnwände in Deinem Pinterest Konto angelegt. Bitte "
1530
+ "richte mindestens eine Pinnwand auf Deinem Pinterest Konto ein!"
1531
 
1532
+ #: views/b2s/network.php:464 views/b2s/ship.php:577
1533
  #, php-format
1534
+ msgid ""
1535
+ "Login failed. Please check your login data for typos and please check your "
1536
+ "Pinterest settings, if the two-factor authentication is turned off for this "
1537
+ "account: <a target=\"_blank\" href=\"%s\">%s</a>"
1538
+ msgstr ""
1539
+ "Die Anmeldung ist fehlgeschlagen. Bitte überprüfe Deine Logindaten auf "
1540
+ "Tippfehler und prüfe in Deinen Pinterest Einstellungen, ob die Zwei-Faktor-"
1541
+ "Authentifizierung für dieses Konto deaktiviert ist: <a target=\"_blank\" "
1542
+ "href=\"%s\">%s</a>"
1543
 
1544
+ #: views/b2s/network.php:465 views/b2s/ship.php:578
1545
+ msgid "Pinterest has rejected the connection to your blog"
1546
+ msgstr "Pinterest hat die Verbindung zu Deinem Blog abgelehnt"
1547
+
1548
+ #: views/b2s/network.php:466 views/b2s/ship.php:579
1549
+ msgid "Please select your currect server location and connect again"
1550
+ msgstr ""
1551
+ "Bitte wähle Deinen richtigen Serverstandort aus und verbinde Dich erneut"
1552
+
1553
+ #: views/b2s/network.php:467 views/b2s/ship.php:580
1554
+ msgid ""
1555
+ "Login up successful. Please confirm that Blog2Social is allowed to publish "
1556
+ "on your profile."
1557
+ msgstr ""
1558
+ "Anmeldung erfolgreich. Bitte bestätige, dass Blog2Social auf Deinem Profil "
1559
+ "veröffentlichen darf."
1560
 
1561
+ #: views/b2s/network.php:469 views/b2s/ship.php:582
1562
+ #: views/b2s/html/header.php:331 views/prg/html/form.php:141
1563
+ #: views/prg/html/form.php:143 views/prg/html/form.php:218
1564
+ #: views/prg/html/form.php:220
1565
  msgid "E-Mail"
1566
  msgstr "E-Mail"
1567
 
1568
+ #: views/b2s/network.php:475 views/b2s/ship.php:588 views/prg/login.php:25
1569
  msgid "Password"
1570
  msgstr "Passwort"
1571
 
1572
+ #: views/b2s/network.php:486 views/b2s/ship.php:599
1573
+ msgid "Server-Location"
1574
+ msgstr "Serverstandort"
1575
+
1576
+ #: views/b2s/network.php:500 views/b2s/ship.php:613
1577
  msgid "Select Pinboard"
1578
  msgstr "Pinnwand auswählen"
1579
 
1580
+ #: views/b2s/network.php:508 views/b2s/ship.php:621
1581
  msgid "authorize"
1582
  msgstr "autorisieren"
1583
 
1584
+ #: views/b2s/network.php:509 views/b2s/ship.php:622
1585
  msgid "confirm"
1586
  msgstr "bestätigen"
1587
 
1593
  msgid "Are you sure you want to delete these Social Media posts?"
1594
  msgstr "Bist Du sicher, dass Du diese Social Media Posts löschen möchtest?"
1595
 
1596
+ #: views/b2s/post.approve.php:87 views/b2s/post.notice.php:74
1597
+ #: views/b2s/post.publish.php:74 views/b2s/post.sched.php:88
1598
+ #: views/b2s/widgets/posts.php:63
1599
  msgid "Number of entries"
1600
  msgstr "Anzahl der Einträge"
1601
 
1607
  msgid "show all"
1608
  msgstr "alles anzeigen"
1609
 
1610
+ #: views/b2s/post.calendar.php:39 views/b2s/ship.php:17
1611
+ #: includes/B2S/Post/Filter.php:50 includes/B2S/Post/Item.php:273
1612
+ #: includes/PRG/Post/Filter.php:37 includes/PRG/Post/Item.php:86
1613
  msgid "scheduled"
1614
  msgstr "geplant"
1615
 
1616
+ #: views/b2s/post.calendar.php:70 views/b2s/post.sched.php:181
1617
+ #: includes/B2S/Settings/Item.php:394 includes/B2S/Settings/Item.php:427
1618
+ #: views/b2s/html/footer.php:111
1619
  msgid "Link Post"
1620
  msgstr "Link-Beitrag"
1621
 
1622
+ #: views/b2s/post.calendar.php:70 views/b2s/post.sched.php:181
1623
+ #: includes/B2S/Settings/Item.php:408 includes/B2S/Settings/Item.php:427
1624
  msgid "Image Post"
1625
+ msgstr "Bild-Beitrag"
1626
 
1627
+ #: views/b2s/post.calendar.php:70 views/b2s/post.sched.php:181
1628
+ #: includes/B2S/Network/Item.php:599 includes/B2S/Network/Item.php:602
1629
+ #: includes/B2S/Settings/Item.php:394 views/b2s/html/footer.php:128
1630
  msgid "Image with frame"
1631
  msgstr "Bild mit Rahmen"
1632
 
1633
+ #: views/b2s/post.calendar.php:70 views/b2s/post.sched.php:181
1634
+ #: includes/B2S/Network/Item.php:600 includes/B2S/Network/Item.php:603
1635
+ #: includes/B2S/Settings/Item.php:408 views/b2s/html/footer.php:133
1636
  msgid "Image cut out"
1637
  msgstr "Bild zuschneiden"
1638
 
1640
  msgid "add post"
1641
  msgstr "Beitrag hinzufügen"
1642
 
1643
+ #: views/b2s/post.calendar.php:109 views/b2s/post.sched.php:123
1644
+ #: views/b2s/ship.php:501
1645
  msgid "Choose your"
1646
  msgstr "Wähle Deinen"
1647
 
1648
+ #: views/b2s/post.calendar.php:109 views/b2s/post.sched.php:123
1649
+ #: views/b2s/ship.php:501
1650
  msgid "Post Format"
1651
  msgstr "Postformat"
1652
 
1653
+ #: views/b2s/post.calendar.php:111 views/b2s/post.sched.php:125
1654
+ #: views/b2s/ship.php:503
1655
  msgid "for:"
1656
  msgstr "für:"
1657
 
1658
+ #: views/b2s/post.calendar.php:130 views/b2s/post.sched.php:144
1659
+ #: views/b2s/ship.php:521
1660
+ msgid ""
1661
+ "Define the default settings for the custom post format for all of your "
1662
+ "Facebook accounts in the Blog2Social settings."
1663
+ msgstr ""
1664
+ "Speichere Dein bevorzugtes Facebook Post-Format als Standardeinstellung in "
1665
+ "den Blog2Social Einstellungen."
1666
 
1667
+ #: views/b2s/post.calendar.php:133 views/b2s/post.sched.php:147
1668
+ #: views/b2s/ship.php:524
1669
+ msgid ""
1670
+ "Define the default settings for the custom post format for all of your "
1671
+ "Twitter accounts in the Blog2Social settings."
1672
+ msgstr ""
1673
+ "Definiere Dein Standard-Beitragsformat für alle Deine Twitter-Verbindungen "
1674
+ "unter den Blog2Social Einstellungen."
1675
 
1676
+ #: views/b2s/post.calendar.php:136 views/b2s/post.sched.php:150
1677
+ #: views/b2s/ship.php:527
1678
+ msgid ""
1679
+ "Define the default settings for the custom post format for all of your "
1680
+ "LinkedIn accounts in the Blog2Social settings."
1681
+ msgstr ""
1682
+ "Definiere Dein Standard-Beitragsformat für alle Deine Google+ Verbindungen "
1683
+ "unter den Blog2Social Einstellungen."
1684
 
1685
+ #: views/b2s/post.calendar.php:139 views/b2s/post.sched.php:153
1686
+ #: views/b2s/ship.php:530
1687
+ msgid ""
1688
+ "Define the default settings for the custom post format for all of your "
1689
+ "Instagram accounts in the Blog2Social settings."
1690
+ msgstr ""
1691
+ "Definiere die Standardeinstellungen für das benutzerdefinierte Postformat "
1692
+ "für alle Instagram-Konten in den Blog2Social-Einstellungen."
1693
 
1694
+ #: views/b2s/post.calendar.php:154 views/b2s/post.sched.php:104
1695
+ #: views/b2s/ship.php:442
1696
  msgid "Select image for"
1697
  msgstr "Wähle Bild aus für"
1698
 
1699
+ #: views/b2s/post.calendar.php:172
1700
  msgid "What would you like to share?"
1701
  msgstr "Was möchtest Du teilen?"
1702
 
1703
+ #: views/b2s/post.calendar.php:182
1704
  msgid "Share content from your blog"
1705
  msgstr "Teile Deine Blogbeiträge"
1706
 
1707
+ #: views/b2s/post.calendar.php:185 views/b2s/post.calendar.php:198
1708
  msgid "select"
1709
  msgstr "auswählen"
1710
 
1711
+ #: views/b2s/post.calendar.php:195
1712
  msgid "Share content from other sources"
1713
  msgstr "Teile Beiträge aus beliebigen Quellen"
1714
 
1715
+ #: views/b2s/post.calendar.php:216
1716
  msgid "Select a post"
1717
  msgstr "Wähle einen Beitrag aus"
1718
 
1719
  #: views/b2s/post.draft.php:73
1720
  msgid "Delete Social Media Draft"
1721
+ msgstr "Entwurf löschen"
1722
 
1723
  #: views/b2s/post.draft.php:76
1724
  msgid "Are you sure you want to delete this Social Media draft?"
1725
+ msgstr "Bist Du Dir sicher, dass du Deinen Entwurf löschen möchtest? "
1726
 
1727
+ #: views/b2s/post.notice.php:69 views/b2s/post.publish.php:69
1728
+ #: views/b2s/widgets/posts.php:58
1729
  msgid "Delete entries from the reporting"
1730
  msgstr "Einträge aus dem Reporting löschen"
1731
 
1732
+ #: views/b2s/post.notice.php:72 views/b2s/post.publish.php:72
1733
+ #: views/b2s/widgets/posts.php:61
1734
  msgid "You are sure, you want to delete entries from the reporting?"
1735
  msgstr "Bist Du sicher, dass Du Einträge aus dem Reporting löschen möchtest?"
1736
 
1737
+ #: views/b2s/post.sched.php:33 includes/B2S/Network/Item.php:135
1738
  msgid "Uhr"
1739
  msgstr "Uhr"
1740
 
1746
  msgid "You are sure, you want to delete entries from the scheduling?"
1747
  msgstr "Bist Du sicher, dass Du Einträge aus Deiner Planung löschen möchtest?"
1748
 
1749
+ #: views/b2s/premium.php:14 includes/B2S/Settings/Item.php:153
1750
  msgid "Your current license:"
1751
  msgstr "Deine aktuelle Lizenz:"
1752
 
1753
+ #: views/b2s/premium.php:26 views/b2s/html/sidebar.php:47
1754
+ #: views/b2s/html/sidebar.ship.php:46
1755
+ msgid "Start your 30-day free Premium trial"
1756
+ msgstr "Teste Blog2Social Premium kostenlos"
1757
 
1758
  #: views/b2s/premium.php:30
1759
  msgid "End of Trial"
1760
  msgstr "Ende der Testzeit"
1761
 
1762
+ #: views/b2s/premium.php:31 includes/B2S/Settings/Item.php:156
1763
+ #: includes/B2S/Settings/Item.php:159
1764
  msgid "Upgrade"
1765
  msgstr "Upgrade"
1766
 
1767
  #: views/b2s/premium.php:35
1768
+ msgid ""
1769
+ "Upgrade to Blog2Social Premium and get even smarter with social media "
1770
+ "automation: Schedule your posts for the best time or recurringly with the "
1771
+ "Best Time Manager or the Social Media Calendar. Post to pages, groups and "
1772
+ "multiple accounts per network."
1773
  msgstr ""
1774
+ "Nutze Blog2Social Premium für noch intelligentere Social Media "
1775
+ "Automatisierung: Plane Deine Beiträge voll-automatisiert mit dem Beste-"
1776
+ "Zeiten-Manager, wähle bestimmte Termine oder plane Deine Beiträge regelmäßig."
1777
+ " Behalte den Überblick über Deine Posts mit dem Social Media Kalender. "
1778
+ "Veröffentliche Beiträge auf Seiten, in Gruppen und auf mehreren Konten pro "
1779
+ "Netzwerk. Arbeite mit mehr Nutzern im Team. "
1780
 
1781
  #: views/b2s/premium.php:41
1782
  msgid "Select a user"
1783
+ msgstr "Blog-Nutzer auswählen"
1784
 
1785
  #: views/b2s/premium.php:45
1786
  msgid "No User found"
1787
+ msgstr "Keinen Blog-Nutzer gefunden"
1788
 
1789
  #: views/b2s/premium.php:48
1790
  msgid "Enter license key and change your version"
1796
 
1797
  #: views/b2s/premium.php:61
1798
  msgid "Go Premium and get even smarter with social media automation"
1799
+ msgstr ""
1800
+ "Das sind die Vorteile, von denen Sie mit Blog2Social Premium profitieren "
1801
+ "können"
1802
 
1803
  #: views/b2s/premium.php:70
1804
  msgid "Pages and groups"
1805
  msgstr "Seiten und Gruppen"
1806
 
1807
  #: views/b2s/premium.php:71
1808
+ msgid ""
1809
+ "Share your posts on pages and in groups on Facebook, LinkedIn, XING, VK and "
1810
+ "Medium."
1811
+ msgstr ""
1812
+ "Teile Deine Beiträge auf Seiten und in Gruppen auf Facebook, LinkedIn, Xing,"
1813
+ " VK und Medium."
1814
 
1815
  #: views/b2s/premium.php:79
1816
  msgid "More users and accounts"
1817
  msgstr "Mehr Benutzer und Accounts"
1818
 
1819
  #: views/b2s/premium.php:80
1820
+ msgid ""
1821
+ "Add multiple users and accounts per network. Define sharing-profiles for "
1822
+ "selected network bundles."
1823
+ msgstr ""
1824
+ "Füge mehrere Benutzer und Accounts pro Netzwerk hinzu. Definiere Sharing-"
1825
+ "Profile für ausgewählte Netzwerk-Bundles."
1826
 
1827
  #: views/b2s/premium.php:88
1828
  msgid "Social Media Calendar"
1829
  msgstr "Social Media Kalender"
1830
 
1831
  #: views/b2s/premium.php:89
1832
+ msgid ""
1833
+ "See your entire schedule at a glance, with team view and network filter. "
1834
+ "Edit scheduled posts or add new social media posts per drag & drop."
1835
+ msgstr ""
1836
+ "Sieh Deinen gesamten Zeitplan auf einen Blick, mit Teamansicht und "
1837
+ "Netzwerkfilter. Bearbeite geplante Beiträge oder füge neue Social-Media-"
1838
+ "Beiträge per Drag & Drop hinzu."
1839
 
1840
  #: views/b2s/premium.php:97
1841
  msgid "Best Times Manager"
1842
  msgstr "Beste Zeiten Manager"
1843
 
1844
  #: views/b2s/premium.php:98
1845
+ msgid ""
1846
+ "Use the Best Times Manager to schedule your posts automatically or define "
1847
+ "your own best time scheme."
1848
+ msgstr ""
1849
+ "Verwende den Beste-Zeiten-Manager, um Deine Beiträge automatisch zu planen "
1850
+ "oder Dein eigenes bestes Zeitschema zu definieren."
1851
 
1852
+ #: views/b2s/premium.php:109 views/b2s/settings.php:35
1853
+ #: includes/B2S/Post/Item.php:545
1854
  msgid "Auto-Posting"
1855
  msgstr "Auto-Posting"
1856
 
1857
  #: views/b2s/premium.php:110
1858
+ msgid ""
1859
+ "Share your posts automatically across your preferred networks at once or at "
1860
+ "your pre-scheduled time-settings."
1861
+ msgstr ""
1862
+ "Teile Deine Beiträge automatisch in Deinen bevorzugten Netzwerken sofort "
1863
+ "oder zu den von Dir festgelegten Zeiten."
1864
 
1865
  #: views/b2s/premium.php:118
1866
  msgid "RSS import & auto-post"
1867
  msgstr "RSS-Import & Auto-Poster"
1868
 
1869
  #: views/b2s/premium.php:119
1870
+ msgid ""
1871
+ "Share imported RSS feeds automatically to get more variations for your "
1872
+ "content."
1873
+ msgstr ""
1874
+ "Teile importierte RSS-Feeds automatisch, um mehr Variationen für Deine "
1875
+ "Inhalte zu erhalten."
1876
 
1877
  #: views/b2s/premium.php:128
1878
+ msgid ""
1879
+ "Schedule and share your blog posts as Google My Business posts to update "
1880
+ "your business listing and to add fresh content for your company."
1881
+ msgstr ""
1882
+ " Plane und teile Deine Blogartikel als Google My Business - Beiträge und "
1883
+ "verleihe Deinem Unternehmen mit aktullen News mehr Sichtbarkeit."
1884
 
1885
  #: views/b2s/premium.php:136
1886
  msgid "Schedule curated content"
1887
  msgstr "Kuratierte Inhalte planen"
1888
 
1889
  #: views/b2s/premium.php:137
1890
+ msgid ""
1891
+ "Schedule and share curated content from any source on your preferred "
1892
+ "networks."
1893
+ msgstr ""
1894
+ "Plane und teile kuratierte Inhalte aus beliebigen Quellen in Deinen "
1895
+ "bevorzugten Netzwerken."
1896
 
1897
  #: views/b2s/premium.php:148
1898
  msgid "Custom image"
1899
  msgstr "Benutzerdefinierte Bilder"
1900
 
1901
  #: views/b2s/premium.php:149
1902
+ msgid ""
1903
+ "Select individual images per post or network and select any image from your "
1904
+ "media library to create more variations for your posts."
1905
+ msgstr ""
1906
+ "Wähle individuelle Bilder pro Beitrag oder Netzwerk sowie ein beliebiges "
1907
+ "Bild aus Deiner Mediathek aus, um weitere Variationen für Deine Beiträge zu "
1908
+ "erstellen."
1909
 
1910
  #: views/b2s/premium.php:157
1911
  msgid "Custom format"
1912
  msgstr "Benutzerdefiniertes Format"
1913
 
1914
  #: views/b2s/premium.php:158
1915
+ msgid ""
1916
+ "Select link post or image post per network to choose the optimal format for "
1917
+ "your post."
1918
+ msgstr ""
1919
+ "Wähle zwischen Link- oder Bild-Post pro Netzwerk, um das optimale Format für "
1920
+ "Deinen Beitrag zu wählen"
1921
 
1922
  #: views/b2s/premium.php:166
1923
  msgid "Open Graph and Twitter Card Tags"
1924
  msgstr "Open Graph und Twitter Card Tags"
1925
 
1926
  #: views/b2s/premium.php:167
1927
+ msgid ""
1928
+ "Add and edit meta tags for Open Graph (Ex. Facebook and LinkedIn) and "
1929
+ "Twitter Cards to define the look of your link posts."
1930
+ msgstr ""
1931
+ "Setze und bearbeite Social-Media-Tags für Open Graph (z.B. Facebook und "
1932
+ "LinkedIn) und Twitter Cards, um das Aussehen Deiner Link-Posts festzulegen."
1933
 
1934
  #: views/b2s/premium.php:175
1935
  msgid "Premium support"
1937
 
1938
  #: views/b2s/premium.php:176
1939
  msgid "Regular updates and priority support per e-mail and phone."
1940
+ msgstr "Regelmäßige Updates und bevorzugter Support per E-Mail und Telefon."
1941
 
1942
  #: views/b2s/premium.php:181
1943
  msgid "Show me plans and prices"
1948
  msgstr "Alle Premium-Features anzeigen"
1949
 
1950
  #: views/b2s/settings.php:18 includes/B2S/Ship/Image.php:28
1951
+ msgid ""
1952
+ "You need a higher user role to upload an image on this blog. Please contact "
1953
+ "your administrator."
1954
+ msgstr ""
1955
+ "Du brauchst eine höhere Benutzerrolle, um ein Bild auf diesem Blog "
1956
+ "hochzuladen. Bitte kontaktiere Deinen Administrator."
1957
 
1958
  #: views/b2s/settings.php:27
1959
  msgid "save..."
1967
  msgid "Social Meta Data"
1968
  msgstr "Social Meta Angaben"
1969
 
1970
+ #: views/b2s/settings.php:76 includes/B2S/Ship/Image.php:87
1971
  msgid "Select or upload an image from media gallery"
1972
  msgstr "Bild aus Mediathek auswählen oder hochladen"
1973
 
1974
+ #: views/b2s/settings.php:77 includes/B2S/Ship/Image.php:88
1975
  msgid "Use image"
1976
  msgstr "Bild verwenden"
1977
 
1981
 
1982
  #: views/b2s/settings.php:90
1983
  msgid ""
1984
+ "Shortcodes are used by some wordpress plugins like Elementor, Visual "
1985
+ "Composer and Content Builder. When a shortcode is inserted in a WordPress "
1986
+ "post or page, it is replaced with some other content when you publish the "
1987
+ "article on your blog. In other words, a shortcode instructs WordPress to "
1988
+ "find a special command that is placed in square brackets ([]) and replace it "
1989
+ "with the appropriate dynamic content by a plugin you use.<br><br>Activate "
1990
+ "this feature, if you should use dynamic elements in your articles."
1991
  msgstr ""
1992
+ "Shortcodes werden von einigen WordPress-Plugins wie Elementor, Visual "
1993
+ "Composer und Content Builder verwendet. Wenn ein Shortcode in einem "
1994
+ "WordPress-Post oder einer Seite eingefügt wird, wird dieser dynamisch durch "
1995
+ "andere Inhalte ersetzt, wenn du Deinen Beitrag auf Deinem Wordpress "
1996
+ "veröffentlicht. Mit anderen Worten, ein Shortcode weist WordPress an, einen "
1997
+ "speziellen Befehl zu finden, der in eckige Klammern gesetzt wird ([]) und "
1998
+ "den Inhalt durch ein Plugin zu ersetzen, das Du verwendet.<br><br> Aktiviere "
1999
+ "diese Funktion, wenn Du dynamische Elemente in Deinen Beiträgen verwendest."
2000
 
2001
  #: views/b2s/settings.php:101
2002
  msgid "Include WordPress tags as hashtags in your posts"
2004
 
2005
  #: views/b2s/settings.php:104
2006
  msgid ""
2007
+ "Hashtags are a great way to generate more reach and visibility for your "
2008
+ "posts. By activating this feature Blog2Social will automatically include "
2009
+ "your WordPress tags as hashtags in all Social Media posts for networks that "
2010
+ "support hashtags. This way you don't need to worry about adding extra "
2011
+ "hashtags to your comments. Blog2Social erases unnecessary spaces in your "
2012
+ "WordPress tags to generate valid hashtags."
2013
  msgstr ""
2014
+ "Hashtags sind eine großartige Möglichkeit, mehr Reichweite und Sichtbarkeit "
2015
+ "für Deine Social Media-Posts zu generieren. Wenn Du diese Funktion "
2016
+ "aktivierst, wird Blog2Social Deine WordPress-Tags automatisch als Hashtags "
2017
+ "in alle Social Media-Posts für Netzwerke, die Hashtags unterstützen, "
2018
+ "einfügen. Auf diese Weise brauchst Du Dir keine Gedanken mehr über das "
2019
+ "Hinzufügen zusätzlicher Hashtags zu machen. Blog2Social löscht unnötige "
2020
+ "Leerzeichen Deiner WordPress-Tags, um gültige Hashtags zu erstellen. "
2021
 
2022
  #: views/b2s/settings.php:115
2023
  msgid "Activate Legacy mode "
2025
 
2026
  #: views/b2s/settings.php:118
2027
  msgid "Plugin contents are loaded one at a time to minimize server load."
2028
+ msgstr ""
2029
+ "Plugininhalte werden nacheinander geladen, um den Server Deines Blogs zu "
2030
+ "entlasten."
2031
 
2032
  #: views/b2s/settings.php:143 includes/B2S/Settings/Item.php:65
2033
  msgid "Personal Time Zone"
2035
 
2036
  #: views/b2s/settings.php:146
2037
  msgid ""
2038
+ "Blog2Social applies the scheduled time settings based on the time zone "
2039
+ "defined in the general settings of your WordPress. You can select a user-"
2040
+ "specific time zone that deviates from the Wordpress system time zone for "
2041
+ "your social media scheduling.<br><br>Select the desired time zone from the "
2042
+ "drop-down menu."
2043
  msgstr ""
2044
+ "Die Zeiteinstellungen zum Planen von Social Media Posts in Blog2Social "
2045
+ "basieren auf der Zeitzone, die in den allgemeinen Einstellungen Deines "
2046
+ "WordPress festgelegt ist. Du kannst aber auch eine andere Zeitzone als Basis "
2047
+ "für die Planung Deiner Social Media Posts festlegen. Wähle dazu die "
2048
+ "gewünschte Zeitzone aus dem Drop-Down Menü."
2049
+
2050
+ #: views/b2s/ship.php:17 includes/B2S/Post/Filter.php:50
2051
+ #: includes/B2S/Post/Item.php:273 includes/PRG/Post/Item.php:86
2052
  msgid "draft"
2053
  msgstr "Entwurf"
2054
 
2056
  msgid "Social Media Scheduling & Sharing"
2057
  msgstr "Beitrag auf Social Media planen und teilen"
2058
 
2059
+ #: views/b2s/ship.php:52 views/prg/ship.php:43 views/prg/ship.php:45
2060
+ #: includes/B2S/Curation/View.php:35 includes/B2S/Settings/Item.php:328
2061
+ #: includes/B2S/Settings/Item.php:349 views/prg/html/form.php:26
2062
+ #: views/prg/html/form.php:28
2063
  msgid "Title"
2064
  msgstr "Titel"
2065
 
2079
  msgid "Load My Times Settings"
2080
  msgstr "Meine Zeit-Einstellungen laden"
2081
 
2082
+ #: views/b2s/ship.php:104 views/b2s/html/sidebar.php:125
2083
  msgid "Social Accounts"
2084
  msgstr "Social Media Konten"
2085
 
2093
 
2094
  #: views/b2s/ship.php:163
2095
  msgid "Save network collection"
2096
+ msgstr "Netzwerk-Gruppierung speichern"
2097
 
2098
  #: views/b2s/ship.php:172
2099
  msgid "network connected"
2113
 
2114
  #: views/b2s/ship.php:216
2115
  msgid "First, connect or select network before posting"
2116
+ msgstr ""
2117
+ "Verbinde Dich zuerst mit einem Netzwerk oder wähle ein Netzwerk aus, bevor "
2118
+ "Du den Beitrag teilst!"
2119
 
2120
  #: views/b2s/ship.php:218 includes/B2S/Settings/Item.php:81
2121
  msgid "connect"
2125
  msgid "scroll to top"
2126
  msgstr "zum Seitenanfang"
2127
 
2128
+ #: views/b2s/ship.php:227 views/b2s/ship.php:233
2129
+ #: includes/B2S/Curation/View.php:111
2130
  msgid "Share"
2131
  msgstr "Teilen"
2132
 
2133
+ #: views/b2s/ship.php:228 views/b2s/ship.php:232
2134
+ #: includes/B2S/Curation/View.php:107
2135
  msgid "Save as Draft"
2136
  msgstr "als Entwurf speichern"
2137
 
2139
  msgid "Time zone"
2140
  msgstr "Zeitzone"
2141
 
2142
+ #: views/b2s/ship.php:258 views/b2s/ship.php:260 includes/B2S/Post/Item.php:339
2143
  msgid "Re-share this post"
2144
  msgstr "Diesen Beitrag nochmal teilen"
2145
 
2146
+ #: views/b2s/ship.php:262
2147
  msgid "Share new post on Social Media"
2148
  msgstr "Teile einen neuen Beitrag auf Social Media"
2149
 
2150
+ #: views/b2s/ship.php:284
2151
  msgid "Connect for"
2152
  msgstr "Netzwerke verbinden für"
2153
 
2154
+ #: views/b2s/ship.php:300
2155
  msgid "Re-share this Post"
2156
  msgstr "Diesen Beitrag nochmal teilen"
2157
 
2158
+ #: views/b2s/ship.php:303
2159
  msgid ""
2160
+ "You can re-share your post for a different sharing purpose, or to share on a "
2161
+ "different choice of networks, profiles, pages or groups, or with different "
2162
+ "comments or images, or if you want to share your blog post images to image "
2163
+ "networks only, or re-share them at different times. You may vary your "
2164
+ "comments and images in order to produce more variations of your social media "
2165
+ "posts to share more often without sharing the same message over and over "
2166
+ "again. Whatever your choose to do for re-sharing your post, you can simply "
2167
+ "click \"Re-share this post\" and you will be led to the preview page where "
2168
+ "your can select your networks and edit your texts, comments or images "
2169
+ "according to your current sharing preferences."
2170
  msgstr ""
2171
+ "Du kannst diesen Blogbeitrag erneut teilen, zum Beispiel, um diesen Beitrag "
2172
+ "auf einer anderen Auswahl an Netzwerken oder nur auf bestimmten Profilen, "
2173
+ "Seiten und Gruppen neu zu teilen, oder mit anderen Kommentaren, Bildern und "
2174
+ "Texten nur auf bestimmten Netzwerke zu teilen, oder um weitere Bilder zum "
2175
+ "Blogbeitrag nur an die Bilder-Netzwerke zu senden, oder um Deine Social "
2176
+ "Media Posts zu anderen Zeiten zu teilen. So erzielt Du mehr Variationen "
2177
+ "Deiner Social Media Posts und kannst Deinen Beitrag öfters posten, um mehr "
2178
+ "Aufmerksamkeit und Reichweite zu erzielen, ohne immer wieder die gleiche "
2179
+ "Mitteilung zu posten. Was auch immer Du zu teilen wünscht, klicke einfach "
2180
+ "auf \"Diesen Beitrag erneut teilen\" und Du wirst erneut zur Vorschau "
2181
+ "geführt, wo Deine Netzwerke, Texte und Bilder auswählen oder variieren "
2182
+ "kannst. "
2183
+
2184
+ #: views/b2s/ship.php:306
2185
  msgid "You want re-share your blog post?"
2186
  msgstr "Du möchtest Deinen Beitrag erneut teilen?"
2187
 
2188
+ #: views/b2s/ship.php:334
2189
  msgid "Save Network Settings"
2190
  msgstr "Netzwerkeinstellungen speichern"
2191
 
2192
+ #: views/b2s/ship.php:337
2193
  msgid ""
2194
+ "You can save your current network settings as \"Standard\" network settings "
2195
+ "for any future sharing activities or as a \"Profile\" to choose from "
2196
+ "(Premium).<br><br>Your Standard selection will show as activated upon "
2197
+ "pressing the \"share on social media\" button on the right hand side bar. "
2198
+ "You can change these settings any time per click, or choose another network "
2199
+ "profile (Premium).<br><br>You can also pre-define various different sets of "
2200
+ "networks, for specific social media accounts, target groups, contents or "
2201
+ "sharing purposes. For example you can define a specific set of networks for "
2202
+ "sharing your posts images only or for re-sharing your evergreen content on a "
2203
+ "recurring basis. On the preview-page you may edit your selected or pre-"
2204
+ "selected networks anytime by simply clicking on the respective network "
2205
+ "account to select or remove an account from the current sharing scheme."
2206
  msgstr ""
2207
+ "Du kannst die aktuelle Netzwerk-Auswahl als \"Standard\" Einstellungen "
2208
+ "speichern. Diese Netzwerke werden dann als aktiviert auf der rechten "
2209
+ "Seitennavigation angezeigt, wenn Du den Button \"Auf Social Media teilen\" "
2210
+ "klickst, oder Du kannst die Einstellungen in einem neuen Netzwerk Profil "
2211
+ "speichern (Premium).<br><br>Du kannst diesen Blogbeitrag erneut teilen, zum "
2212
+ "Beispiel, um diesen Beitrag auf einer anderen Auswahl an Netzwerken oder nur "
2213
+ "auf bestimmten Profilen, Seiten und Gruppen neu zu teilen, oder mit anderen "
2214
+ "Kommentaren, Bildern und Texten nur auf bestimmten Netzwerke zu teilen, oder "
2215
+ "um weitere Bilder zum Blogbeitrag nur an die Bilder-Netzwerke zu senden, "
2216
+ "oder um Deine Social Media Posts zu anderen Zeiten zu teilen. So erzielt Du "
2217
+ "mehre Variationen Deiner Social Media Posts und kannst Deinen Beitrag öfters "
2218
+ "posten, um mehr Aufmerksamkeit und Reichweite zu erzielen, ohne immer wieder "
2219
+ "die gleiche Mitteilung zu posten. Was auch immer Du zu teilen wünscht, "
2220
+ "klicken Sie einfach auf \"Diesen Beitrag erneut teilen\" und Du wirst erneut "
2221
+ "zur Vorschau geführt, wo Du Deine Netzwerke, Texte und Bilder wählen oder "
2222
+ "variieren kannst. "
2223
+
2224
+ #: views/b2s/ship.php:349
2225
  msgid "Your blog post is not yet published on your Wordpress!"
2226
  msgstr "Dein Beitrag ist derzeit nicht auf Deinem Wordpress veröffentlicht."
2227
 
2228
+ #: views/b2s/ship.php:352
2229
  msgid "At least one of your selected networks is set to \"Share Now\""
2230
+ msgstr ""
2231
+ "Mindestens ein Netzwerk wurde mit der Option \"Sofort teilen\" ausgewählt."
2232
 
2233
+ #: views/b2s/ship.php:356
2234
  msgid "Schedule your post"
2235
  msgstr "Beitrag planen"
2236
 
2237
+ #: views/b2s/ship.php:359
2238
  msgid "Ignore & share"
2239
  msgstr "Ignorieren & teilen"
2240
 
2241
+ #: views/b2s/ship.php:484
2242
  msgid "Important infomations about XING groups"
2243
+ msgstr "Wichtige Information zu XING-Gruppen"
2244
 
2245
+ #: views/b2s/ship.php:545
2246
  msgid "Overwrite Draft"
2247
  msgstr "Entwurf überschreiben"
2248
 
2249
+ #: views/b2s/ship.php:548
2250
+ msgid ""
2251
+ "There is already a saved draft for this WordPress post or page. If you save "
2252
+ "a new draft it will overwrite the old draft. Are you sure you want to "
2253
+ "overwrite your draft?"
2254
+ msgstr ""
2255
+ "Es gibt bereits einen gespeicherten Entwurf für diesen WordPress-"
2256
+ "Beitrag/Seite. Wenn Du einen neuen Entwurf speicherst, wird der alte Entwurf "
2257
+ "damit überschrieben. Bist Du sicher, dass Du Deinen Entwurf überschreiben "
2258
+ "möchtest?"
2259
 
2260
+ #: views/b2s/ship.php:643
2261
  msgid "add Schedule"
2262
  msgstr "Zeitplan hinzufügen"
2263
 
2264
+ #: views/b2s/ship.php:659
2265
  msgid "Give me more information"
2266
  msgstr "Erhalte mehr Infomationen"
2267
 
2268
+ #: views/b2s/support.php:16 includes/B2S/Post/Item.php:561
2269
+ #: includes/B2S/Ship/Save.php:438
2270
  msgid "FAQ"
2271
  msgstr "FAQ"
2272
 
2274
  msgid "Troubleshooting-Tool"
2275
  msgstr "Problemanalyse-Tool"
2276
 
2277
+ #: views/b2s/support.php:19 views/b2s/support.php:22
2278
+ #: views/b2s/html/post.navbar.php:9
2279
  msgid "NEW"
2280
+ msgstr "Neu"
2281
 
2282
  #: views/b2s/support.php:22
2283
  msgid "Sharing-Debugger"
2321
 
2322
  #: views/b2s/support.php:135
2323
  msgid "Contracting and Licensing"
2324
+ msgstr " Lizenzen"
2325
 
2326
  #: views/b2s/support.php:150
2327
  msgid "Troubleshooting for Error Messages"
2345
 
2346
  #: views/b2s/support.php:193
2347
  msgid "(Support times: from 9:00 a.m. to 5:00 p.m. CET on working days)"
2348
+ msgstr "(Anrufzeiten: Montags bis Freitags von 9:00 bis 17:00 MEZ)"
2349
 
2350
  #: views/b2s/support.php:207
2351
+ msgid ""
2352
+ "You need admin rights to use the Troubleshooting-Tool. Please contact your "
2353
+ "administrator."
2354
+ msgstr ""
2355
+ "Für die Nutzung des Problemanalyse-Tools werden Adminrechte benötigt. Bitte "
2356
+ "wende Dich an Deinen Administrator."
2357
 
2358
  #: views/b2s/support.php:214
2359
  msgid "Needed"
2373
 
2374
  #: views/b2s/support.php:234
2375
  msgid "Enter a URL to see how your link preview will look on social media."
2376
+ msgstr ""
2377
+ "Gib eine URL ein, um zu sehen, wie die Link-Vorschau auf Social Media "
2378
+ "aussehen wird"
2379
 
2380
  #: views/b2s/support.php:239
2381
  msgid "Facebook Open Graph Meta Tags"
2382
  msgstr "Facebook Open Graph Meta Tags"
2383
 
2384
  #: views/b2s/support.php:240
2385
+ msgid "Learn how to edit and adjust Open Graph tags."
2386
+ msgstr "So kannst Du Deine Open Graph Tags bearbeiten und anpassen."
2387
 
2388
  #: views/b2s/support.php:244 views/b2s/support.php:255
2389
  msgid "For example your Wordpress Home Page"
2390
+ msgstr "zum Beispiel Deine Blogseite"
2391
 
2392
  #: views/b2s/support.php:246
2393
  msgid "Debug & Preview"
2394
+ msgstr "Link prüfen"
2395
 
2396
  #: views/b2s/support.php:252
2397
  msgid "LinkedIn Post Inspector"
2406
  msgstr "Twitter Card Validator"
2407
 
2408
  #: views/b2s/support.php:264
2409
+ msgid "Learn how to edit and adjust Twitter Card tags."
2410
+ msgstr "So kannst Du Deine Twitter Card Tags bearbeiten und anpassen."
2411
 
2412
  #: views/b2s/support.php:268
2413
  msgid "Validate directly on Twitter"
2415
 
2416
  #: views/prg/login.php:15
2417
  msgid "Login failed. Please check your username and a password!"
2418
+ msgstr ""
2419
+ " Die Anmeldung zu PR-Gateway ist fehlgeschlagen. Bitte überprüfe Deinen "
2420
+ "Benutzernamen und Dein Password!"
2421
 
2422
  #: views/prg/login.php:21
2423
+ msgid ""
2424
+ "Login failed. Please check your server settings. OpenSSL must be enabled on."
2425
+ msgstr ""
2426
+ " Die Anmeldung zu PR-Gateway ist fehlgeschlagen. Bitte überprüfen Deine "
2427
+ "Server-Einstellungen. OpenSSL muss aktiviert sein. "
2428
 
2429
  #: views/prg/login.php:24
2430
  msgid "E-Mail or Username"
2448
 
2449
  #: views/prg/login.php:38
2450
  msgid "1x publish press release"
2451
+ msgstr "1 x Pressemitteilung"
2452
 
2453
  #: views/prg/login.php:39
2454
  msgid "1x publish report"
2455
+ msgstr "1 x Veröffentlichungsreport"
2456
 
2457
  #: views/prg/login.php:40
2458
  msgid "1x promote event"
2459
+ msgstr "1 x Veranstaltung bewerben"
2460
 
2461
  #: views/prg/login.php:43
2462
+ msgid ""
2463
+ "The press distribution PR gateway automatically publish your press releases "
2464
+ "and events with one click.Publish your message over 250 portals."
2465
  msgstr ""
2466
+ "Mit dem Presseverteiler PR-Gateway veröffentlicht Du Deine "
2467
+ "Pressemitteilungen und Veranstaltungsankündigungen automatisch mit nur einem "
2468
+ "Klick auf Deine individuelle Auswahl aus über 250 reichweitenstarken und "
2469
+ "zielgruppen-spezifischen kostenlosen Presseportalen, Eventportalen, "
2470
+ "internationalen und regionalen Portalen, Social Media und Dokumenten-"
2471
+ "Netzwerken."
2472
 
2473
  #: views/prg/login.php:46
2474
  msgid "Start your 14-Day Free Trial"
2495
  msgstr "Hinweis"
2496
 
2497
  #: views/prg/ship.php:90
2498
+ msgid ""
2499
+ "It may incur charges for publishing on PR-Gateway. Sent press releases can "
2500
+ "not be withdrawn. If you want your press release to be published now?"
2501
+ msgstr ""
2502
+ "Bitte beachte, dass gegebenenfalls Gebühren für die Versendung von "
2503
+ "Pressemitteilungen über PR-Gateway anfallen können. Einmal versandte "
2504
+ "Pressemitteilungen können nicht mehr zurückgenommen werden. Soll Deine "
2505
+ "Pressemitteilung jetzt versendet werden?"
2506
 
2507
  #: views/prg/ship.php:93
2508
  msgid "Yes, I accept"
2516
  msgid "Share your post"
2517
  msgstr "Teile Deinen Post"
2518
 
2519
+ #: includes/B2S/Curation/View.php:61 includes/B2S/Settings/Item.php:172
2520
  msgid "immediately"
2521
  msgstr "sofort"
2522
 
2523
+ #: includes/B2S/Curation/View.php:66 includes/B2S/Curation/View.php:67
2524
+ #: includes/B2S/Ship/Item.php:974 views/b2s/partials/post-edit-modal.php:62
2525
+ #: views/b2s/partials/post-edit-modal.php:65
2526
  msgid "Date"
2527
  msgstr "Startdatum"
2528
 
2530
  msgid "Customize & Schedule"
2531
  msgstr "Anpassen & Planen"
2532
 
2533
+ #: includes/B2S/Network/Item.php:61
2534
  msgid "Default"
2535
  msgstr "Standard"
2536
 
2537
+ #: includes/B2S/Network/Item.php:61
2538
  msgid "Show all"
2539
  msgstr "alle anzeigen"
2540
 
2541
+ #: includes/B2S/Network/Item.php:62 includes/B2S/Network/Item.php:179
2542
  msgid "My profile"
2543
  msgstr "Mein Profil"
2544
 
2545
+ #: includes/B2S/Network/Item.php:64
2546
  msgid "Your profiles:"
2547
  msgstr "weitere Profile:"
2548
 
2549
+ #: includes/B2S/Network/Item.php:139
2550
  msgid "Best times"
2551
  msgstr "Beste Zeiten"
2552
 
2553
+ #: includes/B2S/Network/Item.php:150 includes/B2S/Ship/Portale.php:41
2554
  msgid "You want to connect a network profile?"
2555
  msgstr "Du möchtest Dich mit einem Netzwerkprofil verbinden?"
2556
 
2557
+ #: includes/B2S/Network/Item.php:154 includes/B2S/Ship/Portale.php:35
2558
  msgid "You want to connect a network page?"
2559
  msgstr "Du möchtest eine Netzwerk-Seite verbinden?"
2560
 
2561
+ #: includes/B2S/Network/Item.php:157 includes/B2S/Network/Item.php:347
2562
+ #: includes/B2S/Ship/Portale.php:31
2563
  msgid "Publication"
2564
  msgstr "Publication"
2565
 
2566
+ #: includes/B2S/Network/Item.php:158 includes/B2S/Ship/Portale.php:32
2567
  msgid "You want to connect a social media group?"
2568
  msgstr "Du möchtest eine Social-Media-Gruppe verbinden?"
2569
 
2570
+ #: includes/B2S/Network/Item.php:161
2571
  msgid "Edit Post Format"
2572
+ msgstr "Postformat bearbeiten"
2573
 
2574
+ #: includes/B2S/Network/Item.php:172 includes/B2S/Settings/Item.php:236
2575
  msgid "Connections"
2576
  msgstr "Verbindungen"
2577
 
2578
+ #: includes/B2S/Network/Item.php:173 views/b2s/html/footer.php:192
2579
  msgid "Best Time Manager"
2580
  msgstr "Best Time Manager"
2581
 
2582
+ #: includes/B2S/Network/Item.php:210 includes/B2S/Network/Item.php:275
2583
+ #: includes/B2S/Network/Item.php:338
2584
  msgid "To reactivate this connection,"
2585
  msgstr "Um die Verbindung wieder zu aktivieren,"
2586
 
2587
+ #: includes/B2S/Network/Item.php:210 includes/B2S/Network/Item.php:275
2588
+ #: includes/B2S/Network/Item.php:338 includes/B2S/Ship/Image.php:30
2589
  msgid "please upgrade"
2590
  msgstr "Bitte upgraden"
2591
 
2592
+ #: includes/B2S/Network/Item.php:213 includes/B2S/Network/Item.php:278
2593
+ #: includes/B2S/Network/Item.php:341
2594
  msgid "Authorization is interrupted since"
2595
  msgstr "Autorisierung ist unterbrochen seit"
2596
 
2597
+ #: includes/B2S/Network/Item.php:217 includes/B2S/Network/Item.php:282
2598
+ #: includes/B2S/Network/Item.php:345
2599
  msgid "Assigned by"
2600
  msgstr "Zugewiesen von"
2601
 
2602
+ #: includes/B2S/Network/Item.php:254 includes/B2S/Network/Item.php:316
2603
+ #: includes/B2S/Network/Item.php:378 includes/B2S/Ship/Item.php:922
2604
  msgid "Days"
2605
  msgstr "Tage"
2606
 
2607
+ #: includes/B2S/Network/Item.php:284 includes/B2S/Ship/Item.php:301
2608
  msgid "Employer Branding"
2609
+ msgstr "Employer Branding"
2610
 
2611
+ #: includes/B2S/Network/Item.php:459
2612
  msgid "Connection currently assigned to"
2613
  msgstr "Diese Verbindung ist aktuell zugewiesen an"
2614
 
2615
+ #: includes/B2S/Network/Item.php:516
2616
  msgid "Successfully saved"
2617
  msgstr "Erfolgreich gespeichert"
2618
 
2619
+ #: includes/B2S/Network/Item.php:517
2620
  msgid "Failed to save"
2621
+ msgstr "Speichern fehlgeschlagen"
2622
 
2623
+ #: includes/B2S/Network/Item.php:518
2624
  msgid "Failed to load the default template"
2625
+ msgstr "Fehler beim Laden der Standardeinstellungen"
 
 
 
 
2626
 
2627
+ #: includes/B2S/Network/Item.php:525
2628
+ msgid ""
2629
+ "Upgrade to Blog2Social Smart and higher to change the template as your "
2630
+ "content is published to your social media accounts. Choose from a variety of "
2631
+ "content, including titles, content, hash tags, and more. Use the text "
2632
+ "excerpts you define from your article. Distinguish the content individually "
2633
+ "for your profiles, groups & pages. You can also use static content such as "
2634
+ "hashtags by defining them in the template."
2635
+ msgstr ""
2636
+ "Aktualisieren Sie auf Blog2Social Smart und höher, um die Vorlage zu ändern, "
2637
+ "wie Ihre Inhalte auf Ihren Social Media-Konten veröffentlicht werden. Wählen "
2638
+ "Sie aus verschiedenen Inhalten, wie Titel, Inhalt, Hashtags und weiteren "
2639
+ "Elementen. Nutzen Sie die von Ihnen definierte Textauszüge aus ihrem Artikel."
2640
+ " Unterscheiden Sie die Inhalte individuell für Ihre Profile, Gruppen & "
2641
+ "Seiten. Nutzen Sie auch statische Inhalte wie Hashtags, indem Sie diese in "
2642
+ "der Vorlage definieren."
2643
+
2644
+ #: includes/B2S/Network/Item.php:526
2645
+ msgid "Upgrade to Blog2Social Smart"
2646
+ msgstr "Upgrade auf Blog2Social Smart"
2647
+
2648
+ #: includes/B2S/Network/Item.php:546
2649
  msgid "Activate Instant Caching"
2650
  msgstr "Instant Caching aktivieren"
2651
 
2652
+ #: includes/B2S/Network/Item.php:592
2653
  msgid "Format"
2654
  msgstr "Format"
2655
 
2656
+ #: includes/B2S/Network/Item.php:593 includes/B2S/Network/Item.php:614
2657
  msgid "Load default settings"
2658
+ msgstr "Lade Standardeinstellungen"
2659
 
2660
+ #: includes/B2S/Network/Item.php:599 includes/B2S/Network/Item.php:602
2661
+ #: includes/B2S/Ship/Item.php:687 includes/B2S/Ship/Item.php:689
2662
  msgid "Link"
2663
  msgstr "Link"
2664
 
2665
+ #: includes/B2S/Network/Item.php:600 includes/B2S/Network/Item.php:603
2666
  msgid "Image"
2667
  msgstr "Bild"
2668
 
2669
+ #: includes/B2S/Network/Item.php:612 includes/B2S/Settings/Item.php:76
2670
  msgid "Content"
2671
  msgstr "Inhalt"
2672
 
2673
+ #: includes/B2S/Network/Item.php:621 includes/B2S/Ship/Item.php:347
2674
+ msgid ""
2675
+ "Instagram supports up to 30 hashtags. Please reduce the number of hashtags "
2676
+ "in your post."
2677
+ msgstr ""
2678
+ "Instagram unterstützt bis zu 30 Hashtags. Bitte reduziere die Anzahl der "
2679
+ "Hashtags in Deinem Beitrag."
2680
+
2681
+ #: includes/B2S/Network/Item.php:632
2682
  msgid "clear"
2683
  msgstr "löschen"
2684
 
2685
+ #: includes/B2S/Network/Item.php:641
2686
  msgid "The link will be added automatically at the end of the post."
2687
+ msgstr "Der Link wird automatisch am Ende des Posts eingefügt."
2688
 
2689
+ #: includes/B2S/Network/Item.php:643 includes/B2S/Network/Item.php:669
2690
  msgid "Network limit"
2691
+ msgstr "Netzwerkbegrenzung"
2692
+
2693
+ #: includes/B2S/Network/Item.php:643 includes/B2S/Network/Item.php:669
2694
+ #: includes/B2S/Network/Item.php:669 includes/B2S/Ship/Item.php:187
2695
+ #: includes/B2S/Ship/Item.php:191 includes/B2S/Ship/Item.php:236
2696
+ #: includes/B2S/Ship/Item.php:240 includes/B2S/Ship/Item.php:269
2697
+ #: includes/B2S/Ship/Item.php:273 includes/B2S/Ship/Item.php:1001
2698
+ #: includes/B2S/Ship/Item.php:1003
2699
  msgid "characters"
2700
  msgstr "Zeichen"
2701
 
2702
+ #: includes/B2S/Network/Item.php:669
2703
  msgid "recommended length"
2704
+ msgstr "Empfohlene Länge"
2705
 
2706
+ #: includes/B2S/Network/Item.php:689 includes/B2S/Network/Item.php:741
2707
+ #: includes/B2S/Network/Item.php:795 includes/B2S/Network/Item.php:847
2708
+ #: includes/B2S/Network/Item.php:881
2709
  msgid "Preview"
2710
  msgstr "Vorschau"
2711
 
2723
 
2724
  #: includes/B2S/Post/Filter.php:62
2725
  msgid "already shared"
2726
+ msgstr "geteilt"
2727
 
2728
  #: includes/B2S/Post/Filter.php:62
2729
  msgid "currently scheduled"
2730
+ msgstr "geplant"
2731
 
2732
  #: includes/B2S/Post/Filter.php:63
2733
  msgid "all statuses"
2785
  msgid "last shared on social media"
2786
  msgstr "zuletzt auf Social Media geteilt"
2787
 
2788
+ #: includes/B2S/Post/Item.php:315 includes/B2S/Post/Item.php:411
2789
+ #: includes/B2S/Post/Item.php:431
2790
  msgid "Share on Social Media"
2791
  msgstr "auf Social Media teilen"
2792
 
2794
  msgid "load Draft"
2795
  msgstr "Entwurf aufrufen"
2796
 
2797
+ #: includes/B2S/Post/Item.php:322 includes/B2S/Post/Item.php:416
2798
+ #: includes/B2S/Post/Item.php:436 includes/PRG/Post/Item.php:121
2799
  msgid "Author"
2800
  msgstr "Autor"
2801
 
2802
+ #: includes/B2S/Post/Item.php:340 includes/B2S/Post/Item.php:364
2803
+ #: includes/B2S/Post/Item.php:386
2804
  msgid "Details"
2805
  msgstr "Details"
2806
 
2809
  msgstr "geteilte Beiträge"
2810
 
2811
  #: includes/B2S/Post/Item.php:342
2812
+ #, php-format
2813
+ msgid "latest share by %s"
2814
+ msgstr "zuletzt von %s geteilt"
2815
 
2816
  #: includes/B2S/Post/Item.php:366 views/b2s/widgets/activity.php:10
2817
  msgid "scheduled social media posts"
2818
  msgstr "geplante Beiträge"
2819
 
2820
  #: includes/B2S/Post/Item.php:366
2821
+ #, php-format
2822
+ msgid "next share by %s"
2823
+ msgstr "wird als nächstes von %s geteilt"
2824
 
2825
  #: includes/B2S/Post/Item.php:388
2826
  msgid "social media posts ready to be shared"
2836
 
2837
  #: includes/B2S/Post/Item.php:436
2838
  msgid "last saved"
2839
+ msgstr "zuletzt gespeichert:"
2840
 
2841
+ #: includes/B2S/Post/Item.php:545 includes/B2S/Post/Item.php:681
2842
+ #: includes/B2S/Ship/Save.php:427
2843
  msgid "Retweet"
2844
  msgstr "Retweet"
2845
 
2846
+ #: includes/B2S/Post/Item.php:551 includes/B2S/Post/Item.php:621
2847
+ #: includes/B2S/Post/Item.php:686
2848
  msgid "select all"
2849
  msgstr "alle auswählen"
2850
 
2857
  msgstr "siehe"
2858
 
2859
  #: includes/B2S/Post/Item.php:567
2860
+ #, php-format
2861
+ msgid "sharing in progress by %s"
2862
+ msgstr "wird gerade von %s geteilt"
2863
 
2864
  #: includes/B2S/Post/Item.php:567
2865
+ #, php-format
2866
+ msgid "shared by %s"
2867
+ msgstr "von %s geteilt"
2868
 
2869
  #: includes/B2S/Post/Item.php:588 includes/B2S/Post/Item.php:601
2870
  msgid "You want to delete a publish post entry?"
2879
  msgstr "erneut teilen"
2880
 
2881
  #: includes/B2S/Post/Item.php:624
2882
+ #, php-format
2883
+ msgid "is waiting to shared by %s"
2884
+ msgstr "wartet darauf von %s geteilt zu werden"
2885
 
2886
  #: includes/B2S/Post/Item.php:654 includes/B2S/Ship/Save.php:408
2887
  msgid "share"
2892
  msgstr "Du möchtest Deinen Social Media Post löschen?"
2893
 
2894
  #: includes/B2S/Post/Item.php:696
2895
+ #, php-format
2896
+ msgid "last modified by %s"
2897
+ msgstr "zuletzt von %s bearbeitet"
2898
 
2899
  #: includes/B2S/Post/Item.php:698
2900
  msgid "is processed by the network"
2901
  msgstr "wird vom Netzwerk verarbeitet"
2902
 
2903
  #: includes/B2S/Post/Item.php:703
2904
+ #, php-format
2905
+ msgid "scheduled by %s"
2906
+ msgstr "von %s vorgeplant "
2907
 
2908
  #: includes/B2S/Post/Item.php:708
2909
  msgid "You want to edit your scheduled post?"
2917
  msgid "delete scheduling"
2918
  msgstr "Planung löschen"
2919
 
2920
+ #: includes/B2S/Settings/Item.php:62 includes/B2S/Settings/Item.php:82
2921
+ #: includes/B2S/Ship/Item.php:824
2922
  msgid "Account"
2923
  msgstr "Konto"
2924
 
2946
  msgid "allow shortcodes in my post"
2947
  msgstr "berücksichtige Shortcodes in meinen Beiträgen"
2948
 
2949
+ #: includes/B2S/Settings/Item.php:88 includes/B2S/Ship/Item.php:778
2950
  msgid "Hashtags"
2951
  msgstr "Hashtags"
2952
 
2958
  msgid "System"
2959
  msgstr "System"
2960
 
2961
+ #: includes/B2S/Settings/Item.php:94 includes/B2S/Settings/Item.php:284
2962
+ #: includes/B2S/Settings/Item.php:311
2963
+ msgid ""
2964
+ "This is a global feature for your blog, which can only be edited by users "
2965
+ "with admin rights."
2966
+ msgstr ""
2967
+ "Dies ist eine globale Einstellung für Deinen Blog, die nur von Usern mit "
2968
+ "Admin Rechten bearbeitet werden kann."
2969
 
2970
  #: includes/B2S/Settings/Item.php:95
2971
  msgid "activate Legacy mode"
2977
 
2978
  #: includes/B2S/Settings/Item.php:115
2979
  msgid "Define by default to automatically post your posts on social media:"
2980
+ msgstr ""
2981
+ "Definiere standardmäßig Blogbeiträge oder Seiten, die Du auf Social Media "
2982
+ "automatisch teilen möchtest:"
2983
 
2984
  #: includes/B2S/Settings/Item.php:117
2985
+ msgid ""
2986
+ "Select by default if the auto-poster is activated when you publish a new "
2987
+ "post or update a post."
2988
+ msgstr ""
2989
+ "Wählen standardmäßig aus, dass das automatische Teilen aktiviert wird, wenn "
2990
+ "Du einen neuen Post veröffentlichst oder einen Post aktualisierst."
2991
 
2992
  #: includes/B2S/Settings/Item.php:122
2993
  msgid "new posts"
3002
  msgstr "Alle auswählen"
3003
 
3004
  #: includes/B2S/Settings/Item.php:131
3005
+ msgid ""
3006
+ "By enabling this feature your previously published social media posts will "
3007
+ "be sent again to your selected social media channels as soon as the post is "
3008
+ "updated."
3009
+ msgstr ""
3010
+ "Das Aktivieren dieser Funktion führt dazu, dass bereits veröffentlichte "
3011
+ "Beiträge erneut an die Social Media Kanäle gesendet werden, sobald der "
3012
+ "Beitrag aktualisiert wird."
3013
 
3014
  #: includes/B2S/Settings/Item.php:134
3015
  msgid "updating existing posts"
3016
  msgstr "Bestehenden Beitrag aktualisieren"
3017
 
3018
+ #: includes/B2S/Settings/Item.php:146 includes/B2S/Settings/Item.php:183
3019
  msgid "Save"
3020
  msgstr " Speichern"
3021
 
3022
+ #: includes/B2S/Settings/Item.php:149
3023
  msgid "Auto-post your imported posts to your social media accounts"
3024
+ msgstr ""
3025
+ "Teile Deine importierten Beiträge automatisch auf Deinen Social Media "
3026
+ "Accounts"
3027
 
3028
+ #: includes/B2S/Settings/Item.php:150
3029
+ msgid ""
3030
+ "Define by default to automatically share your imported posts to social media:"
3031
+ msgstr ""
3032
+ "Definiere standardmäßig, dass Deine importierten Beiträge automatisch in den "
3033
+ "Social Media geteilt werden. "
3034
 
3035
+ #: includes/B2S/Settings/Item.php:155
3036
+ msgid ""
3037
+ "Immediate Cross-Posting across all networks: Share an unlimited number of "
3038
+ "posts"
3039
+ msgstr ""
3040
+ "Immediate Cross-Posting über alle Netzwerke hinweg: Teile eine unbegrenzte "
3041
+ "Anzahl an Beiträgen"
3042
 
3043
+ #: includes/B2S/Settings/Item.php:156
3044
  msgid "Scheduled Auto-Posting"
3045
  msgstr "Scheduled Auto-Posting"
3046
 
3047
+ #: includes/B2S/Settings/Item.php:158
3048
  msgid "share up to"
3049
  msgstr "teile bis zu"
3050
 
3051
+ #: includes/B2S/Settings/Item.php:158
3052
  msgid "posts per day, Google My Business max. 10 posts per day"
3053
  msgstr "Beiträge pro Tag, Google My Business maximal 10 Beiträge pro Tag"
3054
 
3055
+ #: includes/B2S/Settings/Item.php:165
3056
  msgid "Select by default to automatically share your imported posts"
3057
+ msgstr ""
3058
+ "Teile standardmäßig automatisch importierte Beiträge auf meinen Social Media"
3059
 
3060
+ #: includes/B2S/Settings/Item.php:168
3061
  msgid "Available networks to select your auto-post connecitons:"
3062
+ msgstr "Verfügbare Netwerkverbindungen:"
3063
 
3064
+ #: includes/B2S/Settings/Item.php:169
3065
+ msgid ""
3066
+ "In accordance with the new Twitter TOS, one Twitter account can be selected "
3067
+ "as your primary Twitter account for auto-posting."
3068
+ msgstr ""
3069
+ "In Übereinstimmung mit den neuen Twitter-AGB kann ein Twitter-Account als "
3070
+ "Ihr primärer Twitter-Account für das Auto-Posting ausgewählt werden"
3071
 
3072
+ #: includes/B2S/Settings/Item.php:169
3073
  msgid "More information"
3074
  msgstr "Zusätzliche Informationen"
3075
 
3076
+ #: includes/B2S/Settings/Item.php:171
3077
  msgid "Select to auto-post immediately after publishing or with a delay"
3078
  msgstr "Importierte Beiträge direkt veröffentlichen oder mit einer Verzögerung"
3079
 
3080
+ #: includes/B2S/Settings/Item.php:173
3081
  msgid "publish with a delay of"
3082
  msgstr "Veröffentliche mit einer Verzögerung von"
3083
 
3084
+ #: includes/B2S/Settings/Item.php:174
3085
  msgid "minutes"
3086
  msgstr "Minuten"
3087
 
3088
+ #: includes/B2S/Settings/Item.php:198
3089
+ msgid ""
3090
+ "Filter Posts (Only posts that meet the following criteria will be autoposted)"
3091
+ msgstr ""
3092
+ "Beiträge filtern (Nur Beiträge, die die Kriterien erfüllen, werden "
3093
+ "automatisch veröffentlicht)"
3094
 
3095
+ #: includes/B2S/Settings/Item.php:199
3096
  msgid "Post Types"
3097
  msgstr "Posttypen"
3098
 
3099
+ #: includes/B2S/Settings/Item.php:200
3100
  msgid "Include (Post only...)"
3101
  msgstr "enthält (nur Beiträge, mit ...)"
3102
 
3103
+ #: includes/B2S/Settings/Item.php:201
3104
  msgid "Exclude (Do no post ...)"
3105
  msgstr "enthält nicht (Veröffentliche keine Beiträge, mit...)"
3106
 
3107
+ #: includes/B2S/Settings/Item.php:238
3108
  msgid "add/change connection"
3109
  msgstr "Verbindung hinzufügen/ändern"
3110
 
3111
+ #: includes/B2S/Settings/Item.php:282
3112
  msgid "Reset all page and post meta data"
3113
  msgstr "Lösche alle Seiten und Beitrags Meta Angaben"
3114
 
3115
+ #: includes/B2S/Settings/Item.php:287
3116
  msgid "Meta Tags Settings for Posts and Pages"
3117
  msgstr "Meta Tag Einstellungen für Beiträge und Seiten"
3118
 
3119
+ #: includes/B2S/Settings/Item.php:288
3120
+ msgid ""
3121
+ "Add Open Graph meta tags to your shared posts or pages, required by Facebook "
3122
+ "and other social networks to display your post or page image, title and "
3123
+ "description correctly."
3124
+ msgstr ""
3125
+ "Ergänze Open Graph Meta Tags zu Deinen geteilten Beiträgen/Seiten, damit "
3126
+ "Facebook und andere soziale Netzwerke Bilder, Titel und Beschreibung Deines "
3127
+ "Beitrag/Seite korrekt darstellen können."
3128
 
3129
+ #: includes/B2S/Settings/Item.php:290
3130
+ msgid ""
3131
+ "Add Twitter Card meta tags to your shared posts or pages, required by "
3132
+ "Twitter to display your post or page image, title and description correctly."
3133
+ msgstr ""
3134
+ "Ergänze Twitter Card Meta Tags zu Deinen geteilten Beiträgen/Seiten, damit "
3135
+ "Twitter Bilder, Titel und Beschreibung Deines Beitrag/Seite korrekt "
3136
+ "darstellen kann."
3137
 
3138
+ #: includes/B2S/Settings/Item.php:313
3139
  msgid "Frontpage Settings"
3140
  msgstr "Frontpage Einstellungen"
3141
 
3142
+ #: includes/B2S/Settings/Item.php:315
3143
  msgid "Check Settings with Sharing-Debugger"
3144
  msgstr "Einstellungen mit Sharing-Debugger überprüfen"
3145
 
3146
+ #: includes/B2S/Settings/Item.php:325
3147
+ msgid ""
3148
+ "Add the default Open Graph parameters for title, description and image you "
3149
+ "want Facebook to display, if you share the frontpage of your blog as link "
3150
+ "post (http://www.yourblog.com)"
3151
+ msgstr ""
3152
+ "Definiere die Default Einstellungen für Titel, Beschreibung und Image für "
3153
+ "die Open Graph Parameter bei Facebook, wenn Du die Frontpage Deines Blogs "
3154
+ "als Link Post teilst (http://www.DeinBlog.de)"
3155
 
3156
+ #: includes/B2S/Settings/Item.php:329 includes/B2S/Settings/Item.php:350
3157
  msgid "Description"
3158
  msgstr "Beschreibung"
3159
 
3160
+ #: includes/B2S/Settings/Item.php:330 includes/B2S/Settings/Item.php:351
3161
  msgid "Image URL"
3162
  msgstr "Bild Url"
3163
 
3164
+ #: includes/B2S/Settings/Item.php:332 includes/B2S/Settings/Item.php:353
3165
+ #: includes/B2S/Ship/Image.php:81 includes/B2S/Ship/Image.php:83
3166
  msgid "Image upload / Media Gallery"
3167
  msgstr "Bild hochladen / Mediathek"
3168
 
3169
+ #: includes/B2S/Settings/Item.php:335
3170
+ msgid ""
3171
+ "Please note: Facebook supports images with a minimum dimension of 200x200 "
3172
+ "pixels and an aspect ratio of 1:1."
3173
+ msgstr ""
3174
+ "Bitte beachte: Facebook unterstützt Bilder mit einer Mindestgröße von "
3175
+ "200x200 Pixel and einem Bildgrößenverhältnis von 1:1."
3176
 
3177
+ #: includes/B2S/Settings/Item.php:341
3178
+ msgid ""
3179
+ "Add the default Twitter Card parameters for title, description and image you "
3180
+ "want Twitter to display, if you share the frontpage of your blog as link "
3181
+ "post (http://www.yourblog.com)"
3182
+ msgstr ""
3183
+ "Definiere die Default Twitter Card Parameter für Titel, Beschreibung und "
3184
+ "Image, wenn Du die Frontpage Deines Blogs als Link Post teilst (http://www."
3185
+ "DeinBlog.de)"
3186
 
3187
+ #: includes/B2S/Settings/Item.php:344
3188
  msgid "The default card type to use"
3189
  msgstr "Wählen Sie Ihre Standard-Twitter-Card"
3190
 
3191
+ #: includes/B2S/Settings/Item.php:346
3192
  msgid "Summary"
3193
  msgstr "Link-Darstellung"
3194
 
3195
+ #: includes/B2S/Settings/Item.php:347
3196
  msgid "Summary with large image"
3197
  msgstr "Link-Darstellung mit großem Bild"
3198
 
3199
+ #: includes/B2S/Settings/Item.php:347
3200
+ msgid "(SMART)"
3201
+ msgstr "(SMART)"
3202
 
3203
+ #: includes/B2S/Settings/Item.php:356
3204
+ msgid ""
3205
+ "Please note: Twitter supports images with a minimum dimension of 144x144 "
3206
+ "pixels and a maximum dimension of 4096x4096 pixels and less than 5 BM. The "
3207
+ "image will be cropped to a square. Twitter supports JPG, PNG, WEBP and GIF "
3208
+ "formats."
3209
+ msgstr ""
3210
+ "Bitte beachte: Twitter unterstützt Bilder mit einer Mindestgröße von 144x144 "
3211
+ "Pixel und eine maximale Größe 4096 x 4096 Pixel mit weniger als 5 MB. Die "
3212
+ "Bilder werden auf ein quadratisches Maß übertragen. Twitter unterstützt die "
3213
+ "Bildformate JPG, PNG, WEBP und GIF. "
3214
 
3215
+ #: includes/B2S/Settings/Item.php:374
3216
  msgid "Did you know?"
3217
  msgstr "Wusstest Du schon?"
3218
 
3219
+ #: includes/B2S/Settings/Item.php:375
3220
+ msgid ""
3221
+ "With Premium Pro, you can change the custom post format photo post or link "
3222
+ "post for each individual social media post and channel (profile, page, group)"
3223
+ "."
3224
+ msgstr ""
3225
+ "Mit der Premium Pro Version kannst Du das Standard Post-Format individuell "
3226
+ "pro Social Media Kanal verändern und Deine Beiträge als BildPost oder als "
3227
+ "Link-Post auf Deinen Profilen, Seiten oder Gruppen teilen."
3228
 
3229
+ #: includes/B2S/Settings/Item.php:375
3230
  msgid "Upgrade to Premium Pro now."
3231
  msgstr "Upgrade auf Premium PRO"
3232
 
3233
+ #: includes/B2S/Settings/Item.php:399
3234
+ msgid "The image will be changed"
3235
+ msgstr "Das Bild wird geändert"
3236
 
3237
+ #: includes/B2S/Settings/Item.php:402 views/b2s/html/footer.php:129
3238
  msgid ""
3239
+ "Insert white frames to show the whole image in your timeline. All image "
3240
+ "information will be shown in your timeline."
 
3241
  msgstr ""
3242
+ "Füge weiße Rahmen ein, um das gesamte Bild in Deiner Zeitleiste anzuzeigen. "
3243
+ "Alle Bildinformationen werden in Deiner Zeitleiste angezeigt."
 
3244
 
3245
+ #: includes/B2S/Settings/Item.php:404 views/b2s/html/footer.php:112
3246
+ msgid ""
3247
+ "The link post format displays posts title, link address and the first one or "
3248
+ "two sentences of the post. The networks scan this information from your META "
3249
+ "or OpenGraph. PLEASE NOTE: If you want your link posts to display the "
3250
+ "selected image from the Blog2Social preview editor, please make sure you "
3251
+ "have activated the Social Meta Tags for Facebook and Twitter in your "
3252
+ "Blog2Social settings. You find these settings in the tab \"Social Meta "
3253
+ "Data\". If you don't select a specific post image, some networks display the "
3254
+ "first image detected on your page. The image links to your blog post."
3255
+ msgstr ""
3256
+ "Im Link-Post-Format generiert das Netzwerk automatisch eine Link-Vorschau "
3257
+ "mit den Informationen aus den Social Meta Tags Deiner Blogbeiträge. Die "
3258
+ "Vorschau zeigt den Titel, das Bild und die ersten ein oder zwei Sätze des "
3259
+ "Beitrags. Ein Klick auf das Bild führt den Benutzer zu Deinem Blogbeitrag. "
3260
+ "BITTE BEACHTE: Wenn Deine Link-Posts das ausgewählte Bild aus dem "
3261
+ "Blog2Social Vorschau-Editor anzeigen sollen, stelle bitte sicher, dass Du "
3262
+ "die Social Meta Tags für Facebook und Twitter in Deinen Blog2Social-"
3263
+ "Einstellungen aktiviert hast. Diese Einstellungen findest Du im Tab \"Social "
3264
+ "Meta Angaben\". Wenn Du kein bestimmtes Beitragsbild für Deinen Blogbeitrag "
3265
+ "ausgewählt hast, zeigen einige Netzwerke das erste Bild an, dass sie auf "
3266
+ "Deiner Seite finden."
3267
+
3268
+ #: includes/B2S/Settings/Item.php:413 views/b2s/html/footer.php:134
3269
+ msgid ""
3270
+ "The image preview will be cropped automatically to fit the default Instagram "
3271
+ "layout for your Instagram timeline. The image will be shown uncropped when "
3272
+ "opening the preview page for your Instagram post."
3273
+ msgstr ""
3274
+ "Die Bildvorschau wird automatisch zugeschnitten, damit es dem Instagram-"
3275
+ "Standardlayout für Deine Instagram-Timeline entspricht. Das Bild wird als "
3276
+ "Ganzes angezeigt, wenn Du die Vorschauseite für Deinen Instagram-Beitrag "
3277
+ "öffnest. "
3278
 
3279
+ #: includes/B2S/Settings/Item.php:415 views/b2s/html/footer.php:117
3280
  msgid ""
3281
+ "A photo or image post displays the selected image in the one-page preview of "
3282
+ "Blog2Social and your comment above the image. The image links to the image "
3283
+ "view on your image gallery in the respective network. Blog2Social adds the "
3284
+ "link to your post in your comment. The main benefit of photo posts is that "
3285
+ "your image is uploaded to your personal image albums or gallery. In Facebook,"
3286
+ " you can edit the albums name with a description of your choice."
3287
  msgstr ""
3288
+ "Ein Foto oder ein Bildbeitrag zeigt das ausgewählte Bild in der einseitigen "
3289
+ "Vorschau von Blog2Social und Deinem Kommentar über dem Bild an. Das Bild "
3290
+ "verlinkt auf die Bildansicht Deiner Bildergalerie im jeweiligen Netzwerk. "
3291
+ "Blog2Social fügt den Link zu Deinem Post in Deinem Kommentar hinzu. Der "
3292
+ "Hauptvorteil von Foto-Posts ist, dass Dein Bild in Deinen persönlichen "
3293
+ "Bildalben oder Deiner Galerie hochgeladen wird. In Facebook kannst Du den "
3294
+ "Namen des Albums mit einer Beschreibung Deiner Wahl bearbeiten."
3295
 
3296
  #: includes/B2S/Ship/Image.php:27
3297
  msgid "The images file types .jpg and .png are allowed. Please try another."
3298
+ msgstr ""
3299
+ "Es sind nur .jpg und .png Bilder erlaubt. Bitte wähle ein anderes Bild aus."
3300
 
3301
  #: includes/B2S/Ship/Image.php:29
3302
  msgid "To select an individual image from your media library,"
3303
  msgstr "Um ein individuelles Bild aus Deiner Mediathek auszuwählen,"
3304
 
3305
+ #: includes/B2S/Ship/Image.php:32
3306
+ msgid ""
3307
+ "The networks Diigo, Bloglovin’ and Google My Business do not support the GIF "
3308
+ "image format and will display your standard image instead."
3309
+ msgstr ""
3310
+ "Die Netzwerke Diigo, Bloglovin' und Google My Business unterstützen das GIF "
3311
+ "format nicht und stellen stattdessen das Standardbild dar."
3312
+
3313
+ #: includes/B2S/Ship/Image.php:33
3314
+ msgid ""
3315
+ "By changing your image in the link post format it will be changed for all "
3316
+ "networks listed below. This also applies for all scheduled posts in this "
3317
+ "post format. "
3318
+ msgstr ""
3319
+ "Wenn Du Dein Bild im Linkpost-Format änderst, wird es für alle unten "
3320
+ "aufgeführten Netzwerke geändert. Dies gilt auch für deine vorgeplanten Posts "
3321
+ "in diesem Format."
3322
+
3323
+ #: includes/B2S/Ship/Image.php:33
3324
+ msgid "More Information"
3325
+ msgstr "Weitere Informationen"
3326
+
3327
+ #: includes/B2S/Ship/Image.php:37
3328
+ msgid ""
3329
+ "The best size for images in social media posts are between: 667-1000px x 523-"
3330
+ "1000px. Blog2Social will automatically resize your image according to "
3331
+ "network requirements."
3332
+ msgstr ""
3333
+ "Die optimalen Bildgrößen für Deine Social Media Posts liegen zwischen: 667-"
3334
+ "1000px x 523-1000px <br> Blog2Social passt Dein Bild automatisch die Größe "
3335
+ "des jeweiligen Netzwerks an."
3336
 
3337
+ #: includes/B2S/Ship/Image.php:61
3338
  msgid "No images are included in your post."
3339
  msgstr "In dem Beitrag sind keine Bilder hinterlegt"
3340
 
3341
+ #: includes/B2S/Ship/Image.php:69
3342
  msgid "Apply image for all posts"
3343
  msgstr "Bild für alle Posts übernehmen"
3344
 
3345
+ #: includes/B2S/Ship/Image.php:73 includes/B2S/Ship/Image.php:76
3346
  msgid "Apply image for this post"
3347
  msgstr "Bild für diesen Post übernehmen"
3348
 
3349
+ #: includes/B2S/Ship/Image.php:74
3350
+ msgid "Apply image for all og-meta networks"
3351
+ msgstr "Bild für alle og-meta-Netzwerke anwenden"
3352
+
3353
  #: includes/B2S/Ship/Item.php:139
3354
  msgid "Network does not support image for profiles"
3355
  msgstr "Netzwerk unterstützt keine Bilder für Profile"
3356
 
3357
+ #: includes/B2S/Ship/Item.php:140 includes/B2S/Ship/Item.php:203
3358
  msgid "Network defines image by link"
3359
  msgstr "Netzwerk wählt selber das Bild aus"
3360
 
3362
  msgid "Supported HTML tags"
3363
  msgstr "Erlaubte HTML-Elemente"
3364
 
3365
+ #: includes/B2S/Ship/Item.php:143 includes/B2S/Ship/Item.php:202
3366
  msgid "Network does not support emojis"
3367
  msgstr "Netzwerk unterstützt keine Emojis"
3368
 
3369
+ #: includes/B2S/Ship/Item.php:144 includes/B2S/Ship/Item.php:204
3370
+ msgid "Network does not support GIFs"
3371
+ msgstr "Das Netzwerk unterstützt keine GIFs"
3372
+
3373
+ #: includes/B2S/Ship/Item.php:186
3374
  msgid "Text only"
3375
  msgstr "nur Text"
3376
 
3377
+ #: includes/B2S/Ship/Item.php:201
3378
  msgid "Network does not support image for pages"
3379
  msgstr "Netzwerk unterstützt keine Bilder für Seiten"
3380
 
3381
+ #: includes/B2S/Ship/Item.php:293
3382
  msgid "Connection expires on 31 March 2019"
3383
+ msgstr "Die Verbindung endet am 31. März 2019."
3384
 
3385
+ #: includes/B2S/Ship/Item.php:297
3386
  msgid "Connection expires on 2 April 2019"
3387
+ msgstr "Die Verbindung endet am 2. April 2019."
3388
 
3389
+ #: includes/B2S/Ship/Item.php:310
3390
  msgid "post format"
3391
  msgstr "Postformat"
3392
 
3393
+ #: includes/B2S/Ship/Item.php:325 includes/B2S/Ship/Item.php:1009
3394
  msgid "Insert full-text"
3395
  msgstr "ganzen Text einfügen"
3396
 
3397
+ #: includes/B2S/Ship/Item.php:327 includes/B2S/Ship/Item.php:1011
3398
  msgid "Delete text"
3399
  msgstr "Text löschen"
3400
 
3401
+ #: includes/B2S/Ship/Item.php:334
3402
+ msgid ""
3403
+ "You can customize your post with individual comments, @-handles, emojis, and "
3404
+ "more in the Instant Sharing window, after planning your post."
3405
+ msgstr ""
3406
+ "Du kannst Deinen Post mit individuellen Kommentaren, @-Handles, Emojis und "
3407
+ "mehr im Fenster \"Instant Sharing\" anpassen, nachdem Du Deinen Post geplant "
3408
+ "hast."
3409
 
3410
+ #: includes/B2S/Ship/Item.php:339 includes/B2S/Ship/Item.php:576
3411
+ #: includes/B2S/Ship/Item.php:875
3412
+ msgid ""
3413
+ "Please keep in mind that according to Twitter’s new TOS, users are no longer "
3414
+ "allowed to post identical or substantially similar content to multiple "
3415
+ "accounts or multiple duplicate updates on one account."
3416
+ msgstr ""
3417
+ "Bitte beachten Sie, dass es nach den neuen AGB von Twitter nicht mehr "
3418
+ "erlaubt ist, identische oder im Wesentlichen ähnliche Inhalte auf mehreren "
3419
+ "Accounts oder mehrere identische Updates auf einem Twitter Account oder auch "
3420
+ "mehreren Accounts zu posten."
3421
 
3422
+ #: includes/B2S/Ship/Item.php:339 includes/B2S/Ship/Item.php:576
3423
+ #: includes/B2S/Ship/Item.php:875
3424
+ msgid ""
3425
+ "Violating these rules can result in Twitter suspending your account. Always "
3426
+ "vary your Tweets with different comments, hashtags or handles to prevent "
3427
+ "duplicate posts."
3428
+ msgstr ""
3429
+ "Ein Verstoß gegen diese Regeln kann dazu führen, dass Twitter Ihren Account "
3430
+ "sperrt. Variieren Sie Ihre Tweets mit unterschiedlichen Kommentaren, "
3431
+ "Hashtags und Handles um doppelte Beiträge zu vermeiden."
3432
 
3433
+ #: includes/B2S/Ship/Item.php:339 includes/B2S/Ship/Item.php:576
3434
+ #: includes/B2S/Ship/Item.php:875
3435
  msgid "Learn more about this"
3436
  msgstr "Erfahre mehr darüber"
3437
 
3438
+ #: includes/B2S/Ship/Item.php:343
3439
+ msgid ""
3440
+ "Please note: XING allows identical posts to be published only once within a "
3441
+ "group and no more than three times across different groups."
3442
+ msgstr ""
3443
+ "Bitte beachte: XING erlaubt die Veröffentlichung identischer Beiträge nur "
3444
+ "einmal innerhalb einer Gruppe und nicht mehr als dreimal in verschiedenen "
3445
+ "Gruppen."
3446
 
3447
+ #: includes/B2S/Ship/Item.php:343
3448
  msgid "Read more"
3449
+ msgstr "Weiterlesen"
3450
+
3451
+ #: includes/B2S/Ship/Item.php:348
3452
+ msgid ""
3453
+ "Please keep in mind that users are not allowed to post identical or "
3454
+ "substantially similar content to multiple accounts or multiple duplicate "
3455
+ "updates on one account."
3456
+ msgstr ""
3457
+ "Bitte beachten Sie, dass es Benutzern nicht gestattet ist, identische oder "
3458
+ "im Wesentlichen ähnliche Inhalte in mehreren Konten oder mehrere doppelte "
3459
+ "Updates in einem Konto zu veröffentlichen."
3460
+
3461
+ #: includes/B2S/Ship/Item.php:348
3462
+ msgid ""
3463
+ "Violating these rules can result in suspending your account. Always vary "
3464
+ "your content with different images, comments, hashtags or handles to prevent "
3465
+ "duplicate posts."
3466
+ msgstr ""
3467
+ "Ein Verstoß gegen diese Regeln kann zur Sperrung Ihres Kontos führen. "
3468
+ "Variieren Sie Ihre Inhalte immer mit unterschiedlichen Bildern, Kommentaren, "
3469
+ "Hashtags oder Handles, um doppelte Beiträge zu vermeiden."
3470
 
3471
+ #: includes/B2S/Ship/Item.php:368
3472
  msgid "hide calendar"
3473
  msgstr "Planungskalender verbergen"
3474
 
3475
+ #: includes/B2S/Ship/Item.php:424 includes/B2S/Ship/Item.php:448
3476
+ #: includes/B2S/Ship/Item.php:472 includes/B2S/Ship/Item.php:496
3477
+ #: includes/B2S/Ship/Item.php:519 includes/B2S/Ship/Item.php:542
3478
+ #: includes/B2S/Ship/Item.php:568 includes/B2S/Ship/Item.php:586
3479
+ #: includes/B2S/Ship/Item.php:602 includes/B2S/Ship/Item.php:618
3480
+ #: includes/B2S/Ship/Item.php:634 includes/B2S/Ship/Item.php:650
3481
+ #: includes/B2S/Ship/Item.php:655
3482
  msgid "Write something about your post..."
3483
  msgstr "Schreibe etwas..."
3484
 
3485
+ #: includes/B2S/Ship/Item.php:431 includes/B2S/Ship/Item.php:455
3486
+ #: includes/B2S/Ship/Item.php:479 includes/B2S/Ship/Item.php:503
3487
+ #: includes/B2S/Ship/Item.php:526 includes/B2S/Ship/Item.php:564
3488
+ #: includes/B2S/Ship/Item.php:582 includes/B2S/Ship/Item.php:598
3489
+ #: includes/B2S/Ship/Item.php:614 includes/B2S/Ship/Item.php:630
3490
+ #: includes/B2S/Ship/Item.php:646 includes/B2S/Ship/Item.php:680
3491
  msgid "Change image"
3492
  msgstr "Bild ändern"
3493
 
3494
+ #: includes/B2S/Ship/Item.php:435 includes/B2S/Ship/Item.php:483
3495
+ #: includes/B2S/Ship/Item.php:507 includes/B2S/Ship/Item.php:530
3496
+ msgid ""
3497
+ "Info: Change Open Graph Meta tags image, title and description for this "
3498
+ "network"
3499
  msgstr "Info: Ändere die Open Graph Parameter für diese Netzwerk"
3500
 
3501
+ #: includes/B2S/Ship/Item.php:438 includes/B2S/Ship/Item.php:462
3502
+ #: includes/B2S/Ship/Item.php:486 includes/B2S/Ship/Item.php:510
3503
+ #: includes/B2S/Ship/Item.php:533
3504
+ msgid ""
3505
+ "You want to change your link image, link title and link description for this "
3506
+ "network? Click here."
3507
+ msgstr ""
3508
+ "Du möchtest das Bild, den Titel und die Beschreibung ändern? Hier Klicken."
3509
 
3510
+ #: includes/B2S/Ship/Item.php:440 includes/B2S/Ship/Item.php:488
3511
+ #: includes/B2S/Ship/Item.php:512 includes/B2S/Ship/Item.php:535
3512
  msgid "OG Meta title"
3513
  msgstr "OG Titel"
3514
 
3515
+ #: includes/B2S/Ship/Item.php:441 includes/B2S/Ship/Item.php:489
3516
+ #: includes/B2S/Ship/Item.php:513 includes/B2S/Ship/Item.php:536
3517
  msgid "OG Meta description"
3518
  msgstr "OG Beschreibung"
3519
 
3520
+ #: includes/B2S/Ship/Item.php:459
3521
+ msgid ""
3522
+ "Info: Change Card Meta tags image, title and description for this network"
3523
  msgstr "Info: Ändere die Twitter Card Parameter für diese Netzwerk"
3524
 
3525
+ #: includes/B2S/Ship/Item.php:464
3526
  msgid "Card Meta title"
3527
  msgstr "Card Titel"
3528
 
3529
+ #: includes/B2S/Ship/Item.php:465
3530
  msgid "Card Meta description"
3531
  msgstr "Card Beschreibung"
3532
 
3533
+ #: includes/B2S/Ship/Item.php:667
3534
  msgid "required"
3535
  msgstr "erforderlich"
3536
 
3537
+ #: includes/B2S/Ship/Item.php:757
3538
  msgid "Jobs & Projects"
3539
+ msgstr "Stellenangebote & Projekte"
3540
 
3541
+ #: includes/B2S/Ship/Item.php:758
3542
  msgid "Events"
3543
+ msgstr "Events"
3544
 
3545
+ #: includes/B2S/Ship/Item.php:759
3546
  msgid "Classified Ads"
3547
  msgstr "Kleinanzeigen"
3548
 
3549
+ #: includes/B2S/Ship/Item.php:761
3550
  msgid "Offer"
3551
  msgstr "Angebot"
3552
 
3553
+ #: includes/B2S/Ship/Item.php:762
3554
  msgid "Request"
3555
+ msgstr "Anfrage"
3556
 
3557
+ #: includes/B2S/Ship/Item.php:773
3558
  msgid "The Headline..."
3559
  msgstr "Die Überschrift..."
3560
 
3561
+ #: includes/B2S/Ship/Item.php:806
3562
  msgid "Enable Retweets for all Tweets with the selected profile"
3563
  msgstr "Retweets für alle Tweets mit dem gewählten Profil aktivieren"
3564
 
3565
+ #: includes/B2S/Ship/Item.php:825 views/b2s/partials/post-edit-modal.php:73
3566
  msgid "Delay"
3567
  msgstr "Verzögerung"
3568
 
3569
+ #: includes/B2S/Ship/Item.php:835 includes/B2S/Ship/Item.php:836
3570
+ #: includes/B2S/Ship/Item.php:837 includes/B2S/Ship/Item.php:838
3571
+ #: views/b2s/partials/post-edit-modal.php:77
3572
+ #: views/b2s/partials/post-edit-modal.php:78
3573
+ #: views/b2s/partials/post-edit-modal.php:79
3574
  #: views/b2s/partials/post-edit-modal.php:80
3575
  msgid "min"
3576
  msgstr "min"
3577
 
3578
+ #: includes/B2S/Ship/Item.php:843
3579
  msgid "Add Retweet"
3580
  msgstr "Retweet hinzufügen"
3581
 
3582
+ #: includes/B2S/Ship/Item.php:863
3583
  msgid "Share Now"
3584
  msgstr "Sofort teilen"
3585
 
3586
+ #: includes/B2S/Ship/Item.php:868
3587
  msgid "Schedule Recurrent Post"
3588
  msgstr "regelmäßig Planen"
3589
 
3590
+ #: includes/B2S/Ship/Item.php:904 views/b2s/partials/post-edit-modal.php:47
3591
  msgid ""
3592
+ "Please note: Your account is connected via an old XING API that is no longer "
3593
+ "supported by XING after March 31. Please connect your XING profile, as well "
3594
+ "as your XING company pages (Employer branding profiles) and business pages "
3595
+ "with the new XING interface in the Blog2Social network settings. To do this, "
3596
+ "go to the Blog2Social Networks section and connect your XING accounts with "
3597
+ "the new XING."
3598
  msgstr ""
3599
+ "Bitte beachte: Dein Account ist über eine alte XING-Schnittstelle verbunden, "
3600
+ "die nicht weiter von XING unterstützt wird. Bitte verbinde Dein XING-Profil "
3601
+ "sowie Deine XING-Unternehmensseiten- (Arbeitgeberprofile) und Business Pages "
3602
+ "mit der neuen XING-Schnittstelle. Gehe dazu in den Bereich Blog2Social "
3603
+ "\"Netzwerke\" und verbinde Dein XING-Konto über die neue XING-Schnittstelle."
3604
 
3605
+ #: includes/B2S/Ship/Item.php:908 views/b2s/partials/post-edit-modal.php:51
3606
+ msgid ""
3607
+ "Please note: Google will shut down Google+ for all private accounts "
3608
+ "(profiles, pages, groups) on 2nd April 2019. You can find further "
3609
+ "information and the next steps, including how to download your photos and "
3610
+ "other content here:"
3611
+ msgstr ""
3612
+ "Bitte beachte: Google stellt das Netzwerk Google+ für alle private Konten "
3613
+ "(Profile, Seiten und Gruppen) zum 02. April 2019 ein. Hier findest Du "
3614
+ "Informationen zu den nächsten Schritten, u. a. dazu, wie Du Deine Fotos und "
3615
+ "andere Inhalte herunterladen kannst:"
3616
 
3617
+ #: includes/B2S/Ship/Item.php:911
3618
  msgid "Repeats"
3619
+ msgstr "Wiederholen"
3620
 
3621
+ #: includes/B2S/Ship/Item.php:912 includes/B2S/Ship/Item.php:915
3622
  msgid "Duration"
3623
  msgstr "Dauer"
3624
 
3625
+ #: includes/B2S/Ship/Item.php:916
3626
  msgid "Number of repeats"
3627
+ msgstr "Anzahl der Wiederholungen"
3628
 
3629
+ #: includes/B2S/Ship/Item.php:917
3630
  msgid "Day of month"
3631
  msgstr "Tag im Monat"
3632
 
3633
+ #: includes/B2S/Ship/Item.php:918
3634
  msgid "Repeats every (days)"
3635
+ msgstr "Wiederholt sich alle X Tage"
3636
 
3637
+ #: includes/B2S/Ship/Item.php:920
3638
  msgid "Start date"
3639
  msgstr "Startdatum"
3640
 
3641
+ #: includes/B2S/Ship/Item.php:921
3642
  msgid "Time to publish"
3643
+ msgstr "Veröffentlichungszeitpunkt"
3644
 
3645
+ #: includes/B2S/Ship/Item.php:930
3646
  msgid "weekly"
3647
  msgstr "wöchentlich"
3648
 
3649
+ #: includes/B2S/Ship/Item.php:931
3650
  msgid "monthly"
3651
  msgstr "monatlich"
3652
 
3653
+ #: includes/B2S/Ship/Item.php:932
3654
  msgid "own period"
3655
  msgstr "Eigener Zeitraum"
3656
 
3657
+ #: includes/B2S/Ship/Item.php:938
3658
  msgid "Week"
3659
  msgstr "Woche"
3660
 
3661
+ #: includes/B2S/Ship/Item.php:938
3662
  msgid "Weeks"
3663
  msgstr "Wochen"
3664
 
3665
+ #: includes/B2S/Ship/Item.php:947
3666
  msgid "Month"
3667
  msgstr "Monat"
3668
 
3669
+ #: includes/B2S/Ship/Item.php:947
3670
  msgid "Months"
3671
  msgstr "Monate"
3672
 
3673
+ #: includes/B2S/Ship/Item.php:967
3674
  msgid "End Of Month"
3675
  msgstr "Monatsende"
3676
 
3677
+ #: includes/B2S/Ship/Item.php:972
3678
  msgid "Timespan"
3679
  msgstr "Zeitspanne"
3680
 
3681
+ #: includes/B2S/Ship/Item.php:975 views/b2s/partials/post-edit-modal.php:63
3682
+ #: views/b2s/partials/post-edit-modal.php:66
3683
  msgid "Time"
3684
  msgstr "Mal"
3685
 
3686
+ #: includes/B2S/Ship/Item.php:980
3687
  msgid "Mon"
3688
  msgstr "Mo"
3689
 
3690
+ #: includes/B2S/Ship/Item.php:981
3691
  msgid "Tue"
3692
  msgstr "Di"
3693
 
3694
+ #: includes/B2S/Ship/Item.php:982
3695
  msgid "Wed"
3696
  msgstr "Mi"
3697
 
3698
+ #: includes/B2S/Ship/Item.php:983
3699
  msgid "Thu"
3700
  msgstr "Do"
3701
 
3702
+ #: includes/B2S/Ship/Item.php:984
3703
  msgid "Fri"
3704
  msgstr "Fr"
3705
 
3706
+ #: includes/B2S/Ship/Item.php:985
3707
  msgid "Sat"
3708
  msgstr "Sa"
3709
 
3710
+ #: includes/B2S/Ship/Item.php:986
3711
  msgid "Sun"
3712
  msgstr "So"
3713
 
3714
+ #: includes/B2S/Ship/Item.php:993
3715
  msgid "add another post"
3716
  msgstr "einen weiteren Post anlegen"
3717
 
3718
+ #: includes/B2S/Ship/Item.php:1007
3719
  msgid "Copy from original"
3720
  msgstr "Originaltext kopieren"
3721
 
3722
+ #: includes/B2S/Ship/Item.php:1023
3723
  msgid "Apply Settings To All Networks"
3724
  msgstr "Planung für alle Netzwerke übernehmen"
3725
 
3726
+ #: includes/B2S/Ship/Item.php:1024
3727
  msgid "Save as best time for this network"
3728
  msgstr "Diese Zeit als \"Beste Zeit\" für dieses Netzwerk speichern"
3729
 
3730
  #: includes/B2S/Ship/Save.php:391
3731
+ msgid ""
3732
+ "For sharing your posts on personal Facebook Profiles you can use Facebook "
3733
+ "Instant Sharing"
3734
+ msgstr ""
3735
+ "Um Beiträge auf persönlichen Facebook-Profilen zu teilen, steht Facebook "
3736
+ "Instant Sharing zur Verfügung"
3737
 
3738
  #: includes/B2S/Ship/Save.php:391
3739
+ msgid "Learn how it works"
3740
  msgstr "mehr erfahren"
3741
 
3742
  #: includes/B2S/Ship/Save.php:393 includes/B2S/Ship/Save.php:401
3744
  msgstr "Und so funktioniert es:"
3745
 
3746
  #: includes/B2S/Ship/Save.php:394
3747
+ msgid ""
3748
+ "-To share your post immediately, click the \"Share\" button next to your "
3749
+ "selected Facebook profile below."
3750
+ msgstr ""
3751
+ "-Um den Beitrag sofort zu teilen, klicke einfach auf den “Teilen” Button "
3752
+ "neben Deinem unten aufgeführten Profil."
3753
 
3754
  #: includes/B2S/Ship/Save.php:395
3755
  msgid ""
3756
+ "-For scheduled posts, Blog2Social will save your post and move it to the "
3757
+ "\"Scheduled Posts\" tab on your \"Posts & Sharing\" navigation bar. On your "
3758
+ "scheduled date and time, your post will move to the \"Instant Sharing\" tab "
3759
+ "and you can click on \"Share\" to post it to your Facebook Profile instantly."
3760
  msgstr ""
3761
+ "-Bei geplanten Beiträgen speichert Blog2Social Deinen Beitrag und verschiebt "
3762
+ "ihn in das \"Geplante Beiträge\" Tab in der Navigationsleiste unter "
3763
+ "\"Beiträge\". An Deinem geplanten Termin erscheint dein Post im “Instant "
3764
+ "Sharing” Tab. Klicke dann auf \"Teilen\", um Deinen Post dann an Dein "
3765
+ "Facebook-Profil zu senden!"
3766
 
3767
  #: includes/B2S/Ship/Save.php:399
3768
+ msgid ""
3769
+ "For sharing your posts on Google+ you can now use Google+ Instant Sharing"
3770
+ msgstr ""
3771
+ "Um Beiträge auf Google+ zu teilen, steht ab sofort Google+ Instant Sharing "
3772
+ "zur Verfügung"
3773
 
3774
  #: includes/B2S/Ship/Save.php:402
3775
+ msgid ""
3776
+ "-To share your post immediately, click the \"Share\" button next to your "
3777
+ "selected Google+ account below."
3778
+ msgstr ""
3779
+ "Um den Beitrag sofort zu teilen, klicke einfach auf den Teilen Button neben "
3780
+ "Deinem unten aufgeführten Konto."
3781
 
3782
  #: includes/B2S/Ship/Save.php:403
3783
  msgid ""
3784
+ "-For scheduled posts, Blog2Social will save your post and move it to the "
3785
+ "\"Scheduled Posts\" tab on your \"Posts & Sharing\" navigation bar. On your "
3786
+ "scheduled date and time, your post will move to the \"Instant Sharing\" tab "
3787
+ "and you can click on \"Share\" to post it to your account instantly."
3788
  msgstr ""
3789
+ "Bei geplanten Beiträgen speichert Blog2Social Deinen Beitrag und verschiebt "
3790
+ "ihn in das Geplante Beiträge Tab in der Navigationsleiste unter \"Beiträge\"."
3791
+ " An Deinem geplanten Termin erscheint dein Post im Instant Sharing Tab. "
3792
+ "Klicke dann auf Teilen, um Deinen Post dann an Dein Google+ Konto zu senden!"
3793
 
3794
  #: includes/B2S/Ship/Save.php:404
3795
+ msgid ""
3796
+ "Please note: You post has to be marked as public to be posted in a group."
3797
+ msgstr ""
3798
+ "Um in eine Gruppe zu teilen, muss Dein Beitrag auf Öffentlich gestellt "
3799
+ "werden."
3800
 
3801
  #: includes/B2S/Ship/Save.php:409
3802
  msgid "Please share your post now"
3836
 
3837
  #: views/b2s/html/footer.php:4
3838
  msgid "Terms"
3839
+ msgstr "Bedingungen"
3840
 
3841
  #: views/b2s/html/footer.php:4
3842
  msgid "We never store your data from your social media profiles"
3843
+ msgstr "Wir speichern Deine Daten aus Deinen Social-Media-Profilen niemals."
3844
 
3845
+ #: views/b2s/html/footer.php:8 views/prg/html/footer.php:8
3846
+ #: views/prg/html/header.php:45
3847
  msgid "Post"
3848
  msgstr "Beitrag"
3849
 
3850
  #: views/b2s/html/footer.php:9 views/prg/html/footer.php:9
3851
  msgid "Job"
3852
+ msgstr "Job"
3853
 
3854
  #: views/b2s/html/footer.php:10 views/prg/html/footer.php:10
3855
  msgid "Event"
3856
+ msgstr "Event"
3857
 
3858
  #: views/b2s/html/footer.php:11 views/prg/html/footer.php:11
3859
  msgid "Product"
3861
 
3862
  #: views/b2s/html/footer.php:23
3863
  msgid "Upgrade to Blog2Social for Premium"
3864
+ msgstr "Jetzt auf Blog2Social Premium upgraden"
3865
 
3866
  #: views/b2s/html/footer.php:53
3867
  msgid "Upgrade to Blog2Social PREMIUM PRO"
3868
+ msgstr "Jetzt auf Blog2Social PREMIUM PRO upgraden"
3869
 
3870
  #: views/b2s/html/footer.php:56
3871
+ msgid ""
3872
+ "You can select different combinations of networks and save them for "
3873
+ "different sharing purposes."
3874
+ msgstr ""
3875
+ "Du kannst verschiedene Netzwerk-Gruppierungen auswählen und für verschiedene "
3876
+ "Zwecke speichern."
3877
 
3878
  #: views/b2s/html/footer.php:59
3879
  msgid ""
3880
+ "Blog2Social Premium PRO allows you to save your preferred social network "
3881
+ "accounts into network collections for a faster future access. You can assign "
3882
+ "individual names for each network collection so you can easily access them "
3883
+ "for your next social sharing activitiy. Use specific network collections for "
3884
+ "recurring sharing purposes or campaigns, e.g. for initial sharing of new "
3885
+ "blog posts, for re-sharing evergreen content or for sharing images or videos."
3886
+ " Bundle your preferred social network accounts into a network collection for "
3887
+ "a faster future access. Assign a name to each network collection so you can "
3888
+ "easily access them for your next social sharing activitiy. You can also "
3889
+ "connect multiple profiles, pages and groups per network in one network "
3890
+ "collection."
3891
  msgstr ""
3892
+ "Ab Blog2Social Premium PRO kannst Du Deine bevorzugten Netzwerk-"
3893
+ "Gruppierungen zur späteren Verwendung speichern und individuelle Namen für "
3894
+ "jede Netzwerk-Gruppierung auswählen. Verwende bestimmte Netzwerk-"
3895
+ "Gruppierungen für wiederkehrende Planung oder Kampagnen, z.B. für die erste "
3896
+ "Veröffentlichung neuer Blogbeiträge, für die erneute Veröffentlichung von "
3897
+ "Evergreen Content oder für das Teilen von Bildern oder Videos. Wähle schnell "
3898
+ "und einfach Deine bevorzugte Netzwerk-Gruppierung für Deine nächste Social-"
3899
+ "Media-Aktivität. Du kannst auch mehrere Profile, Seiten und Gruppen pro "
3900
+ "Netzwerk in einer Netzwerk-Gruppierung verbinden."
3901
 
3902
  #: views/b2s/html/footer.php:62
3903
  msgid "With Blog2Social PREMIUM PRO you can also:"
3904
+ msgstr "Mit Blog2Social PREMIUM PRO kannst Du außerdem:"
3905
 
3906
  #: views/b2s/html/footer.php:64
3907
+ msgid ""
3908
+ "Post on LinkedIn pages, XING pages and groups, as well as Facebook pages and "
3909
+ "groups"
3910
+ msgstr ""
3911
+ "Veröffentliche Posts auf LinkedIn-Seiten, XING-Seiten und -Gruppen sowie "
3912
+ "Facebook-Seiten und -Gruppen"
3913
 
3914
  #: views/b2s/html/footer.php:66
3915
+ msgid ""
3916
+ "Schedule your posts at the best times on each network: for one time, "
3917
+ "multiple times or recurrently"
3918
+ msgstr ""
3919
+ "Plane Deine Beiträge zu den besten Zeiten in jedem Netzwerk: einmal, "
3920
+ "mehrmals oder wiederkehrend"
3921
 
3922
  #: views/b2s/html/footer.php:69
3923
+ msgid ""
3924
+ "Reporting and calendar: keep track of your published and scheduled social "
3925
+ "media posts"
3926
+ msgstr ""
3927
+ "Reporting und Kalender: Behalte den Überblick über Deine veröffentlichten "
3928
+ "und geplanten Social Media Beiträge."
3929
+
3930
+ #: views/b2s/html/footer.php:71 views/b2s/html/footer.php:89
3931
+ msgid "Upgrade to PRO and above"
3932
+ msgstr "Upgrade auf PRO und höher"
3933
 
3934
  #: views/b2s/html/footer.php:76
3935
  msgid "Activate Blog2Social PREMIUM PRO."
3936
  msgstr "Aktiviere Blog2Social PREMIUM PRO."
3937
 
3938
  #: views/b2s/html/footer.php:78
3939
+ msgid ""
3940
+ "With Blog2Social Premium PRO you can connect pages in LinkedIn and XING as "
3941
+ "well as XING groups."
3942
+ msgstr ""
3943
+ "Mit Blog2Social Premium PRO kannst Du Seiten in LinkedIn und XING, sowie "
3944
+ "XING-Gruppen verbinden."
3945
 
3946
  #: views/b2s/html/footer.php:81
3947
  msgid "Also included:"
3949
 
3950
  #: views/b2s/html/footer.php:83
3951
  msgid "Social media auto-posting and auto-scheduling"
3952
+ msgstr "Auto-Posting und automatische Planung für Social Media Beiträge"
3953
 
3954
  #: views/b2s/html/footer.php:84
3955
  msgid "Posting to social media pages and groups in Facebook"
3957
 
3958
  #: views/b2s/html/footer.php:85
3959
  msgid "Sharing on multiple accounts per network"
3960
+ msgstr "Poste auf mehrere Accounts pro Netzwerk"
3961
 
3962
  #: views/b2s/html/footer.php:86
3963
  msgid "Best Time Scheduler: schedule once, multiple times or recurringly"
3964
+ msgstr ""
3965
+ "Beste Zeiten Manager: Plane Deine Veröffentlichungen mehrmals oder "
3966
+ "regelmäßig."
3967
 
3968
  #: views/b2s/html/footer.php:87
3969
  msgid "Reporting with links to already published posts"
3971
 
3972
  #: views/b2s/html/footer.php:102
3973
  msgid "Select the preferred custom post format for your posts"
3974
+ msgstr "Entscheide Dich für das passende Format für Deine Social Media Posts"
3975
 
3976
  #: views/b2s/html/footer.php:107
3977
+ msgid ""
3978
+ "Select link post or image post format to define your preferred custom post "
3979
+ "format for Twitter, LinkedIn, and Facebook."
3980
+ msgstr ""
3981
+ "Wähle zwischen Link-Beitrag oder Bild-Beitrag, um Dein bevorzugtes "
3982
+ "Postformat für Twitter, LinkedIn und Facebook zu definieren."
3983
 
3984
  #: views/b2s/html/footer.php:116
3985
  msgid "Photo Post"
3986
+ msgstr "Bild-Beitrag"
3987
 
3988
  #: views/b2s/html/footer.php:124
3989
+ msgid ""
3990
+ "For Instagram, you can select \"image with frame\" or \"image cut out\" as "
3991
+ "your preferred custom post format."
3992
+ msgstr ""
3993
+ "Für Instagram kannst Du \"Bild mit Rahmen\" oder \"Bild zuschneiden\" als "
3994
+ "bevorzugtes benutzerdefiniertes Postformat auswählen."
3995
 
3996
  #: views/b2s/html/footer.php:174
3997
  msgid "Did you miss something?"
3999
 
4000
  #: views/b2s/html/footer.php:177
4001
  msgid "Help us make Blog2Social even better!"
4002
+ msgstr "Hilf uns, Blog2Social noch besser zu machen!"
4003
 
4004
  #: views/b2s/html/footer.php:181
4005
  msgid "submit"
4006
+ msgstr "abschicken"
4007
 
4008
  #: views/b2s/html/footer.php:195
4009
  msgid ""
4010
+ "Blog2Social provides you with a pre-configured time-scheme to automatically "
4011
+ "schedule your social media posts for the best times to share on each social "
4012
+ "network based on recent research. Click Load Best Times in the preview "
4013
+ "editor to schedule your posts automatically for the best times to post on "
4014
+ "each social network."
4015
  msgstr ""
4016
+ "Blog2Social bietet Dir ein vorkonfiguriertes Zeitschema, um Deine Social "
4017
+ "Media Beiträge automatisch für die besten Zeiten für jedes soziale Netzwerk "
4018
+ "zu teilen, basierend auf aktuellen Forschungsergebnissen. Klicke dazu im "
4019
+ "Vorschau-Editor auf „Lade beste Zeiten“, um Deine Beiträge automatisch für "
4020
+ "die besten Zeiten in jedem sozialen Netzwerk zu planen."
4021
 
4022
  #: views/b2s/html/footer.php:197
4023
  msgid ""
4024
+ "You can also configure your own individual time settings for each of your "
4025
+ "social media connections to post your content on social media when your "
4026
+ "followers are online. By configuring an individual cross-posting schedule "
4027
+ "for all your networks you can set up an effective social media posting plan "
4028
+ "to reach as many followers as possible."
4029
  msgstr ""
4030
+ "Du kannst auch Deine eigenen individuellen Zeiteinstellungen für jede Deiner "
4031
+ "Social Media-Verbindungen konfigurieren, um Deine Inhalte auf Social Media "
4032
+ "zu veröffentlichen, wenn Deine Follower online sind. Durch die Konfiguration "
4033
+ "eines individuellen Cross-Posting-Plans für alle Deine Netzwerke kannst Du "
4034
+ "einen effektiven Social Media-Posting-Plan einrichten, um so viele Follower "
4035
+ "wie möglich zu erreichen."
4036
 
4037
  #: views/b2s/html/footer.php:199
4038
+ msgid ""
4039
+ "Click Load My Time Settings in the preview editor to schedule your posts "
4040
+ "automatically for your individually chosen best times."
4041
+ msgstr ""
4042
+ "Klicke im Vorschau-Editor auf „Meine Zeiteinstellungen laden\", um Deine "
4043
+ "Beiträge automatisch für Deine individuell gewählten besten Zeiten zu planen."
4044
 
4045
  #: views/b2s/html/footer.php:201
4046
+ msgid ""
4047
+ "You can always edit the predefined times in the preview editor for any post "
4048
+ "or network and save your new settings as default for future use."
4049
+ msgstr ""
4050
+ "Du kannst die vordefinierten Zeiten im Vorschau-Editor für jeden Beitrag "
4051
+ "oder jedes Netzwerk bearbeiten und Deine neuen Einstellungen als Standard "
4052
+ "für die zukünftige Verwendung speichern."
4053
 
4054
  #: views/b2s/html/footer.php:203
4055
+ msgid ""
4056
+ "Learn how to set up and apply individual best times to your social media "
4057
+ "scheduling and auto-poster."
4058
+ msgstr ""
4059
+ "Erfahre, wie Du individuelle Beste Zeiten für Deine Social Media Planung und "
4060
+ "Deinen Auto-Poster einrichten und anwenden kannst."
4061
 
4062
  #: views/b2s/html/footer.php:237
4063
  msgid "Why Retweets?"
4064
+ msgstr "Wieso Retweeten?"
4065
 
4066
  #: views/b2s/html/footer.php:240
4067
+ msgid ""
4068
+ "Retweets are the recommended way to reshare the same Tweets across Twitter "
4069
+ "accounts in accordance with Twitter new rules. You can now schedule multiple "
4070
+ "Retweets for an original Tweet that you are planning right from your "
4071
+ "WordPress."
4072
+ msgstr ""
4073
+ "Retweets sind die empfohlene Methode, um die gleichen Tweets über mehrere "
4074
+ "Twitter-Konten hinweg im Einklang mit den neuen Regeln von Twitter zu "
4075
+ "verbreiten. Du kannst nun mehrere Retweets für einen Original-Tweet direkt "
4076
+ "aus Deinem WordPress heraus planen."
4077
 
4078
  #: views/b2s/html/footer.php:243
4079
+ msgid ""
4080
+ "If Retweets are enabled, every Original-Tweet you schedule in this step will "
4081
+ "be retweeted by the selected Twitter accounts. If, for example, 3 Original-"
4082
+ "Tweets are scheduled, every single Tweet will trigger a Retweet for the "
4083
+ "selected Twitter accounts."
4084
+ msgstr ""
4085
+ "Wenn Retweets aktiviert sind, wird jeder Original-Tweet, den Du in diesem "
4086
+ "Schritt planst, von den ausgewählten Twitter-Konten retweetet. Wenn "
4087
+ "beispielsweise 3 Original-Tweets geplant sind, löst jeder einzelne Tweet "
4088
+ "einen Retweet für die ausgewählten Twitter-Konten aus."
4089
 
4090
  #: views/b2s/html/footer.php:247
4091
  msgid "Would you like to retweet?"
4093
 
4094
  #: views/b2s/html/footer.php:276
4095
  msgid "Bit.ly integration (URL Shortening)"
4096
+ msgstr "Bitly Integration (Kurzlinks)"
4097
 
4098
  #: views/b2s/html/footer.php:279
4099
  msgid ""
4100
+ "You can use Bit.ly links to shorten the URL of your links and to track the "
4101
+ "performance of your links in your social media networks. Activate Bit.ly in "
4102
+ "the Blog2Social settings and link it to your Bit.ly account. Your social "
4103
+ "media posts will then be shared with your Bit.ly links and you can monitor "
4104
+ "the success of your posts in your Bit.ly account. Please note: Reddit, "
4105
+ "Pinterest and Medium do not allow Bit.ly shortlinks. Blog2Social will apply "
4106
+ "the regular URL for these networks."
4107
  msgstr ""
4108
+ "Du kannst Bit.ly-Links verwenden, um die URL Deiner Links zu verkürzen und "
4109
+ "die Performance Deiner Links in den sozialen Netzwerken zu verfolgen. "
4110
+ "Aktiviere Bit.ly in den Blog2Social-Einstellungen und verbinde Blog2Social "
4111
+ "mit Deinem Bit.ly-Konto. Deine Social Media Beiträge werden dann mit Deinen "
4112
+ "Bit.ly Links geteilt und Du kannst den Erfolg Deiner Beiträge in Deinem Bit."
4113
+ "ly Konto verfolgen. Bitte beachte: Reddit, Pinterest und Medium erlauben "
4114
+ "keine Bit.ly Kurzlinks. Blog2Social verwendet für diese Netzwerke dann die "
4115
+ "normale URL. "
4116
 
4117
  #: views/b2s/html/footer.php:290
4118
  msgid "Define Twitter post content"
4119
+ msgstr "Twitter Beitragsinhalt definieren"
4120
 
4121
  #: views/b2s/html/footer.php:293
4122
+ msgid ""
4123
+ "Select the content that will be automatically pre-filled in your Twitter "
4124
+ "posts. If you have ticked the box \"include WordPress tags as hashtags in my "
4125
+ "post\", hashtags are automatically added in the drop-down menu."
4126
+ msgstr ""
4127
+ "Wähle den Inhalt aus, der automatisch in Deinen Twitter-Posts vorgefüllt "
4128
+ "wird. Wenn Du das Kästchen \"WordPress-Tags als Hashtags in meinen Beitrag "
4129
+ "aufnehmen\" angekreuzt haben, werden Hashtags automatisch im Dropdown-Menü "
4130
+ "hinzugefügt."
4131
 
4132
  #: views/b2s/html/footer.php:349
4133
+ msgid ""
4134
+ "Share imported posts with the Auto Poster: Posts that you import via RSS "
4135
+ "feeds and plugins can be shared automatically on your social media channels."
4136
+ msgstr ""
4137
+ "Teile importierte Beiträge mit dem Auto-Poster: Beiträge, die Du über RSS-"
4138
+ "Feeds und Plugins importierst, können automatisch auf Deinen Social Media-"
4139
+ "Kanälen geteilt werden."
4140
 
4141
  #: views/b2s/html/footer.php:350
4142
  #, php-format
4143
+ msgid ""
4144
+ "<a target=\"_blank\" href=\"%s\">Learn how to set up auto posting for "
4145
+ "imported posts</a>"
4146
+ msgstr ""
4147
+ "<a target=\"_blank\" href=\"%s\">Erfahre, wie Du den Auto-Poster für "
4148
+ "importierte Beiträge einrichtest.</a>"
4149
 
4150
  #: views/b2s/html/footer.php:389
4151
  msgid "Social Meta Tags Settings"
4152
+ msgstr "Social Meta Tags Einstellungen"
4153
 
4154
  #: views/b2s/html/footer.php:392 views/b2s/html/footer.php:476
4155
  msgid "Change image, title and description for your post on this network"
4156
+ msgstr ""
4157
+ "Ändere das Bild, den Titel und die Beschreibung für Deinen Post auf diesem "
4158
+ "Netzwerk"
4159
 
4160
  #: views/b2s/html/footer.php:398
4161
  msgid ""
4162
+ "Facebook has changed its policy for posting link posts via plugins or web "
4163
+ "applications. Facebook does no longer display the featured or selected image "
4164
+ "for your blog post, but only images defined in the Open Graph (OG) Meta Tags "
4165
+ "of your blog post. If you have not defined any OG Meta Tags, Facebook "
4166
+ "displays a random image from your blog post or blog site. If you have "
4167
+ "defined an image in your blog post OG Meta Tags that does not meet the image "
4168
+ "size requirements, Facebook also does not displayed your selected image, but "
4169
+ "a random image. Please make sure that your image meets the image size "
4170
+ "requirements for Facebook."
4171
  msgstr ""
4172
+ "Facebook hat seine Richtlinien für die Veröffentlichung von Link-Beiträgen "
4173
+ "über Plugins oder Webanwendungen geändert. Facebook zeigt nicht mehr das "
4174
+ "Beitragsbild oder ausgewählte Bild für Deinen Blogbeitrag an, sondern nur "
4175
+ "noch das Bild, das in den Open Graph (OG) Meta Tags Deines Blogbeitrags "
4176
+ "definiert ist. Wenn Du keine OG Meta Tags definiert hast, zeigt Facebook ein "
4177
+ "zufälliges Bild aus Deinem Blogbeitrag oder Deiner Blog-Seite an. Wenn Du in "
4178
+ "den OG Meta Tags Deines Blogbeitrag ein Bild definiert hast, das nicht den "
4179
+ "Anforderungen an die Bildgröße entspricht, zeigt Facebook gar kein Bild oder "
4180
+ "ein zufällig gewähltes Bild bei Link-Beiträgen an. Bitte stelle sicher, dass "
4181
+ "Dein Bild die Anforderungen an die Bildgröße für Facebook erfüllt."
4182
 
4183
  #: views/b2s/html/footer.php:400
4184
  msgid ""
4185
+ "With Blog2Social you can select a featured image or any image you select to "
4186
+ "be displayed with your link post. Blog2Social will automatically write the "
4187
+ "required parameter in the OG Meta Tags of your blog post, so that your "
4188
+ "selected image will be displayed with your link post. If you don't want "
4189
+ "Blog2Social to do that, because you have defined your own OG meta tags, "
4190
+ "please uncheck this box. Please note that you cannot select a specific image "
4191
+ "for your link post without OG meta tags."
4192
  msgstr ""
4193
+ "Mit Blog2Social kannst Du das Beitragsbild oder ein beliebiges Bild "
4194
+ "auswählen, das Du in Deinem Linkbeitrag anzeigen möchtest. Blog2Social "
4195
+ "schreibt automatisch den erforderlichen Parameter in die Open Graph (OG) "
4196
+ "Meta Tags Deines Blogbeitrags, so dass das ausgewählte Bild mit Deinem "
4197
+ "Linkbeitrag angezeigt wird. Wenn Du nicht möchtest, dass Blog2Social das tut,"
4198
+ " weil Du Deine eigenen Open Graph Meta Tags definiert hast, deaktiviere "
4199
+ "bitte dieses Kontrollkästchen. Bitte beachte, dass Du dann kein Bild für "
4200
+ "Deinen Linkbeitrag bei Facebook auswählen kannst.\t\t"
4201
 
4202
  #: views/b2s/html/footer.php:403
4203
  msgid ""
4204
+ "Twitter has changed its policy for posting link posts via plugins or web "
4205
+ "applications. Twitter does no longer display the featured or selected image "
4206
+ "for your blog post, but only images defined in the Twitter Card Meta Tags of "
4207
+ "your blog post. If you have not defined any Twitter Card Meta Tags, Twitter "
4208
+ "displays a random image from your blog post or blog site. If you have "
4209
+ "defined an image in your blog post Twitter Card Meta Tags that does not meet "
4210
+ "the image size requirements, Twitter displays a white space for the image of "
4211
+ "your link post. Please make sure that your image meets the image size "
4212
+ "requirements for Twitter."
4213
  msgstr ""
4214
+ "Twitter hat seine Richtlinien für die Veröffentlichung von Link-Beiträgen "
4215
+ "über Plugins oder Webanwendungen geändert. Twitter zeigt nicht mehr das "
4216
+ "Beitragsbild oder ausgewählte Bild für Deinen Blogbeitrag an, sondern nur "
4217
+ "noch das Bild, das in den Twitter Card Meta Tags Deines Blogbeitrags "
4218
+ "definiert ist. Wenn Du keine Twitter Card Meta Tags definiert hast, zeigt "
4219
+ "Twitter ein zufälliges Bild aus Deinem Blogbeitrag oder Deiner Blog-Seite an."
4220
+ " Wenn Du in den Twitter Card Meta Tags Deines Blogbeitrag ein Bild definiert "
4221
+ "hast, das nicht den Anforderungen an die Bildgröße entspricht, zeigt Twitter "
4222
+ "einen weißen Bereich anstelle Deines Bildes bei Link-Beiträgen an. Bitte "
4223
+ "stelle sicher, dass Dein Bild die Anforderungen an die Bildgröße für Twitter "
4224
+ "erfüllt."
4225
 
4226
  #: views/b2s/html/footer.php:405
4227
  msgid ""
4228
+ "With Blog2Social you can select a featured image or any image you select to "
4229
+ "be displayed with your link post. Blog2Social will automatically write the "
4230
+ "required parameter in the Twitter Card meta tags of your blog post, so that "
4231
+ "your selected image will be displayed with your link post. If you don't want "
4232
+ "Blog2Social to do that, because you have defined your own Twitter Card meta "
4233
+ "tags, please uncheck this box. Please note that you cannot select a specific "
4234
+ "image for your link post without Twitter Card meta tags."
4235
  msgstr ""
4236
+ "Mit Blog2Social kannst Du das Beitragsbild oder ein beliebiges Bild "
4237
+ "auswählen, das Du in Deinem Linkbeitrag anzeigen möchtest. Blog2Social "
4238
+ "schreibt automatisch den erforderlichen Parameter in die Twitter Card-Meta-"
4239
+ "Tags Deines Blogbeitrags, so dass das ausgewählte Bild mit Deinem "
4240
+ "Linkbeitrag angezeigt wird. Wenn Du nicht möchtest, dass Blog2Social das tut,"
4241
+ " weil Du Deine eigenen Twitter Card Meta-Tags definiert hast, deaktiviere "
4242
+ "bitte dieses Kontrollkästchen. Bitte beachte, dass Du dann kein Bild für "
4243
+ "Deinen Linkbeitrag bei Twitter auswählen kannst."
4244
 
4245
  #: views/b2s/html/footer.php:408
4246
+ msgid ""
4247
+ "You can change the image, title and description for your post on Facebook, "
4248
+ "by editing the following fields for"
4249
+ msgstr ""
4250
+ "Du kannst das Bild, den Titel und die Beschreibung Deines Beitrags auf "
4251
+ "Facebook ändern, indem Du die folgenden Felder für die Open GraphTags "
4252
+ "bearbeitest"
4253
 
4254
  #: views/b2s/html/footer.php:411 views/b2s/html/footer.php:426
4255
  msgid "image"
4257
 
4258
  #: views/b2s/html/footer.php:412 views/b2s/html/footer.php:427
4259
  msgid "title"
4260
+ msgstr "Titel"
4261
 
4262
  #: views/b2s/html/footer.php:413 views/b2s/html/footer.php:428
4263
  msgid "description"
4264
  msgstr "Beschreibung"
4265
 
4266
  #: views/b2s/html/footer.php:415
4267
+ msgid ""
4268
+ "Blog2Social will automatically write these information in the Facebook Open "
4269
+ "Graph (OG) Meta Tags for Image, Title and Description of your blog post."
4270
+ msgstr ""
4271
+ "Blog2Social schreibt diese Informationen automatisch in die Facebook Open "
4272
+ "Graph (OG) Tags als Bild, Titel und Beschreibung Deines Blogbeitrags."
4273
 
4274
  #: views/b2s/html/footer.php:418
4275
  msgid ""
4276
+ "Please note: If this post has already been shared or scheduled previously, "
4277
+ "your current changes will also affect the look of previously shared or "
4278
+ "scheduled posts, as Facebook always refers to the current Open Graph meta "
4279
+ "tags information and automatically updated all existing posts."
4280
  msgstr ""
4281
+ "Bitte beachte: Wenn dieser Beitrag bereits vorher geteilt oder geplant wurde,"
4282
+ " wirken sich Deine aktuellen Änderungen auch auf das Aussehen von zuvor "
4283
+ "geteilten oder geplanten Beiträgen aus, da Facebook sich immer die "
4284
+ "aktuellsten Informationen aus den Open Graph Meta Tags zieht und alle "
4285
+ "bereits existierenden Beiträge automatisch updatet. "
4286
 
4287
  #: views/b2s/html/footer.php:420
4288
  #, php-format
4289
+ msgid ""
4290
+ "Please note: Your changes will have no effect on your social media posts on "
4291
+ "Facebook, if you have manually unchecked the Meta Tag options for Facebook "
4292
+ "in your Blog2Social <a target=\"_blank\" href=\"%s\">settings</a>"
4293
+ msgstr ""
4294
+ "Bitte beachte: Deine Änderungen haben keine Auswirkungen auf Deine Social "
4295
+ "Media Beiträge auf Facebook, wenn Du die Meta Tag Optionen für Facebook in "
4296
+ "Deinen Blog2Social <a target=\"_blank\" href=\"%s\">Einstellungen</a> "
4297
+ "manuell deaktiviert hast."
4298
 
4299
  #: views/b2s/html/footer.php:423
4300
+ msgid ""
4301
+ "You can change the image, title and description for your post on Twitter, by "
4302
+ "editing the following fields for"
4303
+ msgstr ""
4304
+ "Du kannst das Bild, den Titel und die Beschreibung Deines Beitrags auf "
4305
+ "Twitter ändern, indem Du die folgenden Felder für die Twitter Card Tags "
4306
+ "bearbeitest"
4307
 
4308
  #: views/b2s/html/footer.php:430
4309
+ msgid ""
4310
+ "Blog2Social will automatically write these information in the Twitter Card "
4311
+ "Meta Tags for Image, Title and Description of your blog post."
4312
+ msgstr ""
4313
+ "Blog2Social schreibt diese Informationen automatisch in die Twitter Card "
4314
+ "Meta Tags als Bild, Titel und Beschreibung Deines Blogbeitrags."
4315
 
4316
  #: views/b2s/html/footer.php:433
4317
  msgid ""
4318
+ "Please note: If this post was previously shared or scheduled, your current "
4319
+ "changes will also affect the look of previously shared or scheduled posts, "
4320
+ "as Twitter will always pull the most up-to-date information from the Twitter "
4321
+ "Card tags. If this post has already been shared, it may take up to 7 days "
4322
+ "for Twitter to update your current changes."
4323
  msgstr ""
4324
+ "Bitte beachte: Wenn dieser Beitrag bereits vorher geteilt oder geplant wurde,"
4325
+ " wirken sich Deine aktuellen Änderungen auch auf das Aussehen von zuvor "
4326
+ "geteilten oder geplanten Beiträgen aus, da Twitter sich immer die "
4327
+ "aktuellsten Informationen aus den Twitter Card Tags zieht. Wenn dieser "
4328
+ "Beitrag bereits geteilt wurde, kann es bis zu 7 Tage dauern, bis Twitter "
4329
+ "Deine aktuellen Änderungen aktualisiert."
4330
 
4331
  #: views/b2s/html/footer.php:435
4332
  #, php-format
4333
+ msgid ""
4334
+ "Please note: Your changes will have no effect on your social media posts on "
4335
+ "Twitter, if you have manually unchecked the Meta Tag options for Twitter in "
4336
+ "your <a target=\"_blank\" href=\"%s\">settings</a>"
4337
+ msgstr ""
4338
+ "Bitte beachte: Deine Änderungen haben keine Auswirkungen auf Deine Social "
4339
+ "Media Beiträge auf Twitter, wenn Du die Meta Tag Optionen für Twitter in "
4340
+ "Deinen Blog2Social <a target=\"_blank\" href=\"%s\">Einstellungen</a> "
4341
+ "manuell deaktiviert hast."
4342
 
4343
  #: views/b2s/html/footer.php:442
4344
  msgid "You want to change the image, title and description for your post?"
4345
+ msgstr ""
4346
+ "Möchtest Du das Bild, den Titel und die Beschreibung für Deinen Post ändern?"
4347
 
4348
  #: views/b2s/html/footer.php:481
4349
  msgid ""
4350
+ "You are currently sharing this post as image post. Changes to title and "
4351
+ "description Meta Tag parameters will only be supported for link post formats."
4352
+ " Please change your post format to link post to make individual changes to "
4353
+ "the title and description for your post preview."
4354
  msgstr ""
4355
+ "Du teilst diesen Beitrag derzeit als Bild-Beitrag. Änderungen an den Meta "
4356
+ "Tags für Titel und Beschreibung werden nur für das Link-Beitragsformat "
4357
+ "unterstützt. Bitte ändere Dein Beitragsformat auf Link-Beitrag, um "
4358
+ "individuelle Änderungen am Titel und an der Beschreibung für Deine "
4359
+ "Beitragsvorschau vorzunehmen."
4360
 
4361
  #: views/b2s/html/footer.php:484
4362
  #, php-format
4363
+ msgid ""
4364
+ "Your changes will have no effect on your social media posts on Facebook, if "
4365
+ "you have manually unchecked the Meta Tag options for Facebook in your "
4366
+ "Blog2Social <a target=\"_blank\" href=\"%s\">settings</a>"
4367
+ msgstr ""
4368
+ "Deine Änderungen haben keine Auswirkungen auf Deine Social Media Beiträge "
4369
+ "auf Facebook, wenn Du die Meta Tag Optionen für Facebook in Deinen "
4370
+ "Blog2Social <a target=\"_blank\" href=\"%s\">Einstellungen</a> manuell "
4371
+ "deaktiviert hast."
4372
 
4373
  #: views/b2s/html/footer.php:487
4374
  #, php-format
4375
+ msgid ""
4376
+ "Your changes will have no effect on your social media posts on Twitter, if "
4377
+ "you have manually unchecked the Meta Tag options for Twitter in your "
4378
+ "Blog2Social <a target=\"_blank\" href=\"%s\">settings</a>"
4379
+ msgstr ""
4380
+ "Deine Änderungen haben keine Auswirkungen auf Deine Social Media Beiträge "
4381
+ "auf Twitter, wenn Du die Meta Tag Optionen für Twitter in Deinen Blog2Social "
4382
+ "<a target=\"_blank\" href=\"%s\">Einstellungen</a> manuell deaktiviert hast."
4383
 
4384
  #: views/b2s/html/header.php:42
4385
+ msgid ""
4386
+ "To use all features of Blog2Social, PHP version 5.5.3 or higher is required. "
4387
+ "Our support assists you as of PHP version 5.5.3. See also:"
4388
+ msgstr ""
4389
+ "Um alle Funktionen von Blog2Social nutzen zu können, ist PHP Version 5.5.3 "
4390
+ "oder höher erforderlich. Unser Support unterstützt Dich ab PHP Version 5.5.3."
4391
+ " Siehe auch:"
4392
 
4393
  #: views/b2s/html/header.php:43 views/b2s/html/header.php:50
4394
  msgid "Blog2Social Troubleshooting-Tool"
4395
+ msgstr "Blog2Social Problemanalyse-Tool"
4396
 
4397
  #: views/b2s/html/header.php:49
4398
+ msgid ""
4399
+ "WordPress uses heartbeats by default, Blog2Social as well. Please enable "
4400
+ "heartbeats for using Blog2Social! See also:"
4401
+ msgstr ""
4402
+ "WordPress verwendet standardmäßig Heartbeats, ebenso wie Blog2Social. Bitte "
4403
+ "aktiviere Heartbeats für die Nutzung von Blog2Social! Siehe auch:"
4404
 
4405
  #: views/b2s/html/header.php:60 views/prg/html/header.php:39
4406
  msgid "The link you followed has expired. Please refresh your page."
4407
+ msgstr ""
4408
+ "Der Link, dem Du gefolgt bist, ist abgelaufen. Bitte aktualisiere Deine "
4409
+ "Seite."
4410
 
4411
  #: views/b2s/html/header.php:67
4412
  msgid "Thank you. You'll now receive the blog updates from Blog2Social."
4413
+ msgstr "Vielen Dank. Du erhältst nun die Blog-Updates von Blog2Social."
4414
 
4415
  #: views/b2s/html/header.php:74
4416
  msgid "Autoposter limit has been reached"
4418
 
4419
  #: views/b2s/html/header.php:74
4420
  msgid "Your daily limit for posting automatically has been reached."
4421
+ msgstr "Dein tägliches Limit für Autoposter-Beiträge ist erreicht."
4422
 
4423
  #: views/b2s/html/header.php:79
4424
  msgid "The Autoposter limit for Google My Business has been reached."
4425
  msgstr "Das Autoposter-Limit für Google My Business ist erreicht."
4426
 
4427
  #: views/b2s/html/header.php:79
4428
+ msgid ""
4429
+ "Your daily limit of 10 posts per day for auto-posting on Google My Business "
4430
+ "has been reached."
4431
+ msgstr ""
4432
+ "Dein tägliches Limit in Höhe von 10 Beiträgen für automatische Posts in "
4433
+ "Google My Business wurde erreicht."
4434
 
4435
  #: views/b2s/html/header.php:86
4436
  msgid "You have deleted all meta data for posts and pages successfully."
4441
  msgstr "Die Seiten- und Post-Metadaten konnten nicht entfernt werden."
4442
 
4443
  #: views/b2s/html/header.php:97
4444
+ msgid ""
4445
+ "You have Yoast SEO active. Blog2Social Social Meta Tags overrides the meta "
4446
+ "tags from Yoast SEO."
4447
+ msgstr ""
4448
+ "Du hast Yoast SEO aktiv. Die Blog2Social Social-Meta-Tags-Funktion "
4449
+ "überschreibt die Meta-Tags von Yoast SEO."
4450
 
4451
  #: views/b2s/html/header.php:103
4452
+ msgid ""
4453
+ "You currently have both Blog2Social Social Meta Tags and All in One SEO Pack "
4454
+ "plugins active. To make sure that your Social Meta Tags are set correctly, "
4455
+ "please deactivate All in One Seo Social Meta settings. If they are already "
4456
+ "deactivated, you can ignore this message."
4457
  msgstr ""
4458
+ "Du hast derzeit sowohl Blog2Social Social Meta Tags als auch All in One SEO "
4459
+ "aktiv. Um sicherzustellen, dass Deine Social Meta Tags korrekt eingestellt "
4460
+ "sind, deaktiviere bitte die Social Meta Tags in All in One SEO. Wenn sie "
4461
+ "bereits deaktiviert sind, kannst Du diese Meldung ignorieren."
4462
 
4463
  #: views/b2s/html/header.php:109
4464
  msgid ""
4465
+ "Blog2Social has detected another plugin that is setting Social Meta tags for "
4466
+ "your blog posts. To ensure that your Social Meta tags are set correctly for "
4467
+ "your social media posts shared with Blog2Social, please deactivate the "
4468
+ "Facebook Open Graph and Twitter Card Tags settings in your other plugins."
4469
  msgstr ""
4470
+ "Blog2Social hat ein weiteres Plugin entdeckt, das Social Meta Tags für Deine "
4471
+ "Blogbeiträge setzt. Um sicherzustellen, dass Deine Social Meta-Tags für "
4472
+ "Deine Social Media-Posts, die mit Blog2Social geteilt werden, korrekt "
4473
+ "eingestellt sind, deaktiviere bitte die Einstellungen für Facebook Open "
4474
+ "Graph und Twitter Card Tags in Deinen anderen Plugins."
4475
 
4476
  #: views/b2s/html/header.php:116
4477
  msgid "This entry could not be removed. It's not yours!"
4478
+ msgstr "Dieser Eintrag konnte nicht entfernt werden. Es gehört dir nicht!"
4479
 
4480
  #: views/b2s/html/header.php:121
4481
  msgid "This entry was removed successfully."
4487
 
4488
  #: views/b2s/html/header.php:135
4489
  msgid "Post was scheduled successfully on your blog!"
4490
+ msgstr "Der Beitrag wurde erfolgreich in Deinem Blog vorgeplant!"
4491
 
4492
  #: views/b2s/html/header.php:137
4493
  msgid "Post is published successfully on your blog!"
4494
+ msgstr "Der Beitrag wurde erfolgreich in Deinem Blog veröffentlicht!"
4495
 
4496
  #: views/b2s/html/header.php:149
4497
  msgid "Saved as draft"
4499
 
4500
  #: views/b2s/html/header.php:155
4501
  msgid "Could not save draft"
4502
+ msgstr "Der Entwurf konnte nicht gespeichert werden"
4503
 
4504
  #: views/b2s/html/header.php:163
4505
  msgid "Your authorization was successful."
4506
+ msgstr "Deine Autorisierung war erfolgreich."
4507
 
4508
  #: views/b2s/html/header.php:168
4509
  msgid "Your profile was saved successful."
4510
+ msgstr "Dein Profil wurde erfolgreich gespeichert. "
4511
 
4512
  #: views/b2s/html/header.php:173
4513
  msgid "Your profile could not be saved."
4515
 
4516
  #: views/b2s/html/header.php:178
4517
  msgid "Your authorization could not be removed."
4518
+ msgstr "Deine Autorisierung konnte nicht entfernt werden."
4519
 
4520
  #: views/b2s/html/header.php:183
4521
  msgid "Your authorization has been removed successfully."
4522
+ msgstr "Deine Autorisierung wurde erfolgreich entfernt."
4523
 
4524
  #: views/b2s/html/header.php:188
4525
  msgid "Thank you! Your feedback has been received."
4526
+ msgstr "Vielen Dank! Wir haben Dein Feedback erhalten. "
4527
 
4528
  #: views/b2s/html/header.php:193
4529
  msgid "Your feedback could not be delivered."
4530
+ msgstr "Dein Feedback konnte nicht gesendet werden."
4531
 
4532
  #: views/b2s/html/header.php:200 views/b2s/html/header.php:215
4533
  msgid "Your settings were successfully saved."
4534
+ msgstr "Deine Einstellungen wurden erfolgreich gespeichert. "
4535
 
4536
  #: views/b2s/html/header.php:205
4537
  msgid "Your settings could not be saved."
4538
  msgstr "Deine Einstellungen konnten nicht gespeichert werden."
4539
 
4540
  #: views/b2s/html/header.php:210
4541
+ msgid ""
4542
+ "Your settings could not be saved, because you have auto-posting enabled but "
4543
+ "no social networks selected."
4544
+ msgstr ""
4545
+ "Deine Einstellungen konnten nicht gespeichert werden, da Du keine sozialen "
4546
+ "Netzwerke ausgewählt hast, bevor Du den Auto-Poster aktiviert hast."
4547
 
4548
  #: views/b2s/html/header.php:226
4549
  msgid "RATE IT!"
4550
+ msgstr "BEWERTE ES!"
4551
 
4552
  #: views/b2s/html/header.php:227
4553
  #, php-format
4554
+ msgid ""
4555
+ "Hi, we noticed you just shared your %s. blog post with Blog2Social - that's "
4556
+ "awesome! Could you please do us a favor and give it a 5-star rating on "
4557
+ "WordPress? Just to help us spread the word and boost our motivation."
4558
+ msgstr ""
4559
+ "Hallo, wir haben bemerkt, dass Du gerade Deinen %s. Blogbeitrag mit "
4560
+ "Blog2Social geteilt hast - das ist fantastisch! Könntest Du uns bitte einen "
4561
+ "Gefallen tun und uns eine 5-Sterne-Bewertung auf WordPress geben? Damit "
4562
+ "hilfst Du uns bekannter zu werden und motivierst uns Blog2Social stetig zu "
4563
+ "verbessen."
4564
 
4565
  #: views/b2s/html/header.php:231
4566
  msgid "Ok, you deserve it"
4567
+ msgstr "Okay, ihr habt euch das verdient"
4568
 
4569
  #: views/b2s/html/header.php:234
4570
  msgid "Nope, maybe later"
4571
+ msgstr "Nein, vielleicht später"
4572
 
4573
  #: views/b2s/html/header.php:237
4574
  msgid "I already did it"
4575
+ msgstr "Habe ich schon erledigt"
4576
 
4577
  #: views/b2s/html/header.php:251
4578
+ msgid "Start your free 30-day-Premium-trial"
4579
+ msgstr "Teste Blog2Social Premium"
4580
 
4581
  #: views/b2s/html/header.php:253
4582
  msgid ""
4583
+ "Check out Blog2Social Premium with more awesome features for scheduling and "
4584
+ "sharing (e.g. auto-posting, best time scheduling, social media calendar) 30-"
4585
+ "days for free. The trial is free of charge, without any obligations, no "
4586
+ "automatic subscription. Basic features of the Free Version are free forever."
4587
  msgstr ""
4588
+ "Teste Blog2Social Premium mit weiteren tollen Funktionen (z.B. Auto-Posting, "
4589
+ "Beste-Zeiten-Planer, Social Media Kalender) zum automatisierten Planen und "
4590
+ "Teilen 30 Tage lang kostenlos und unverbindlich (kein automatisches "
4591
+ "Abonnement)"
4592
 
4593
  #: views/b2s/html/header.php:257
4594
+ msgid "Yes, I want to test Blog2Social Premium 30 days for free"
4595
+ msgstr "Ja, ich möchte Blog2Social Premium 30 Tage kostenlos testen"
 
 
 
 
4596
 
4597
+ #: views/b2s/html/header.php:269
4598
  msgid "Your free Blog2Social Premium trial version is activated for "
4599
+ msgstr "Deine Blog2Social kostenlose Premium Testversion ist aktiviert für"
4600
 
4601
+ #: views/b2s/html/header.php:272
4602
  msgid " Days"
4603
  msgstr "Tage"
4604
 
4605
+ #: views/b2s/html/header.php:272
4606
  msgid " today"
4607
+ msgstr "heute"
4608
 
4609
+ #: views/b2s/html/header.php:276 views/b2s/html/header.php:295
4610
  msgid ""
4611
+ "Blog2Social PREMIUM can do so much for you: Auto-publish your blog post on "
4612
+ "autopilot, automatically schedule your social media posts with the Best Time "
4613
+ "Manager. Select images and post formats (link post or image post) for each "
4614
+ "social community. Upload and select any image for sharing. Save multiple "
4615
+ "combinations of networks for different sharing purposes. Start from only $5."
4616
+ "75 per month to benefit from PREMIUM features."
4617
  msgstr ""
4618
+ "Blog2Social PREMIUM kann so viel für Dich tun: Veröffentliche Deine "
4619
+ "Blogbeiträge mit dem Autoposter, plane Deine Social Media Beiträge "
4620
+ "automatisch mit dem Best Time Manager. Wähle Bilder und Postformate (Link-"
4621
+ "Beitrag oder Bild-Beitrag) für jede Social Community. Lade ein beliebiges "
4622
+ "Bild hoch teile es. Speicher mehrere Netzwerk-Gruppierungen für verschiedene "
4623
+ "Zwecke. Schon ab 5,75 € pro Monat kannst du mit den PREMIUM-Funktionen "
4624
+ "durchstarten."
4625
+
4626
+ #: views/b2s/html/header.php:279
4627
+ msgid "Upgrade to PREMIUM"
4628
+ msgstr "Jetzt auf Premium upgraden"
4629
 
4630
+ #: views/b2s/html/header.php:280 views/b2s/html/header.php:299
4631
  msgid "I need some more time to decide"
4632
+ msgstr "Ich brauche etwas mehr Zeit, um mich zu entscheiden"
4633
 
4634
+ #: views/b2s/html/header.php:291
4635
  msgid "Your free trial of Blog2Social PREMIUM has ended."
4636
+ msgstr "Ihre kostenlose Testversion von Blog2Social PREMIUM ist beendet."
4637
 
4638
+ #: views/b2s/html/header.php:292
4639
  msgid "We hope you liked Blog2Social Premium."
4640
  msgstr "Wir hoffen, dass Dir Blog2Social Premium gefallen hat."
4641
 
4642
+ #: views/b2s/html/header.php:298
4643
+ msgid "Yes, I want to upgrade to Blog2Social Premium"
4644
+ msgstr "Ja, ich möchte gerne auf Blog2Social Premium upgraden"
4645
 
4646
+ #: views/b2s/html/header.php:300
4647
  msgid "Did you miss something? Tell us!"
4648
+ msgstr "Hast Du etwas vermisst? Lass es uns wissen!"
4649
 
4650
+ #: views/b2s/html/header.php:315
4651
  msgid "Test Blog2Social PREMIUM 30 days for free"
4652
+ msgstr "Teste Blog2Social Premium 30 Tage lang kostenlos"
4653
 
4654
+ #: views/b2s/html/header.php:321
4655
+ msgid ""
4656
+ "The free trial can not be started. This blog has been already registered for "
4657
+ "the free trial."
4658
+ msgstr ""
4659
+ "Die kostenlose Testversion kann nicht gestartet werden. Dieser Blog wurde "
4660
+ "bereits für die kostenlose Testversion registriert."
4661
 
4662
+ #: views/b2s/html/header.php:326
4663
  msgid "Share on multiple accounts per network"
4664
+ msgstr "Teile auf mehreren Netzwerk-Konten "
4665
 
4666
+ #: views/b2s/html/header.php:327
4667
  msgid "Best Time Scheduler: Schedule once, multiple times or recurringly."
4668
+ msgstr "Beste Zeitenplaner: Plane einmal, mehrmals oder wiederkehrend."
4669
 
4670
+ #: views/b2s/html/header.php:328
4671
  msgid "Reporting with links to all published social media posts"
4672
+ msgstr "Reporting mit Link zu allen veröffentlichten Social Media Posts"
4673
 
4674
+ #: views/b2s/html/header.php:335 views/prg/html/form.php:91
4675
+ #: views/prg/html/form.php:100 views/prg/html/form.php:168
4676
+ #: views/prg/html/form.php:177
4677
  msgid "First Name"
4678
  msgstr "Vorname"
4679
 
4680
+ #: views/b2s/html/header.php:339 views/prg/html/form.php:92
4681
+ #: views/prg/html/form.php:103 views/prg/html/form.php:169
4682
+ #: views/prg/html/form.php:180
4683
  msgid "Last Name"
4684
  msgstr "Nachname"
4685
 
4686
+ #: views/b2s/html/header.php:345
4687
  #, php-format
4688
+ msgid ""
4689
+ "By creating an account, you agree to Blog2Social's <a target=\"_blank\" "
4690
+ "href=\"%s\">Conditions of Use</a>"
4691
+ msgstr ""
4692
+ "Mit der Erstellung eines Kontos erklärst Du Dich einverstanden mit den "
4693
+ "Blog2Social <a target=\"_blank\" href=\"%s\">Nutzungsbedingungen</a>"
4694
 
4695
+ #: views/b2s/html/header.php:346
4696
  #, php-format
4697
  msgid "and <a target=\"_blank\" href=\"%s\">Privacy Notice</a>"
4698
  msgstr "und <a target=\"_blank\" href=\"%s\">Datenschutzhinweis</a>"
4699
 
4700
+ #: views/b2s/html/header.php:353
4701
  msgid "No credit card required"
4702
  msgstr "Keine Kreditkarte erforderlich"
4703
 
4704
+ #: views/b2s/html/header.php:357
4705
  msgid "Get Started"
4706
+ msgstr "Jetzt loslegen"
4707
 
4708
+ #: views/b2s/html/header.php:383
4709
  msgid "The license has been successfully activated."
4710
+ msgstr "Deine Lizenz wurde erfolgreich aktiviert!"
4711
 
4712
+ #: views/b2s/html/header.php:399
4713
  msgid "Your entered License Key is invalid. Please contact support!"
4714
+ msgstr ""
4715
+ "Der eingegebene Lizenzschlüssel ist ungültig. Bitte wende Dich an unseren "
4716
+ "Kundenservice."
4717
 
4718
+ #: views/b2s/html/header.php:415
4719
  msgid "Your license key has reached the maximum number of users."
4720
  msgstr "Dein Lizenzschlüssel hat die maximale Anzahl von Benutzern erreicht."
4721
 
4722
+ #: views/b2s/html/header.php:431
4723
  msgid "Something went wrong on our side. Please contact support!"
4724
+ msgstr ""
4725
+ "Etwas ist auf unserer Seite schiefgelaufen. Bitte wende Dich an unseren "
4726
+ "Kundenservice."
4727
 
4728
+ #: views/b2s/html/header.php:440
4729
  msgid "OK"
4730
  msgstr "OK"
4731
 
4732
+ #: views/b2s/html/header.php:456
4733
  msgid "We updated our Privacy Policy"
4734
+ msgstr "Wir haben unsere Datenschutzerklärung aktualisiert"
4735
 
4736
+ #: views/b2s/html/header.php:470
4737
  msgid "Blog2Social is a service of Adenion GmbH"
4738
+ msgstr "Blog2Social ist ein Service der Adenion GmbH"
4739
 
4740
+ #: views/b2s/html/header.php:471
4741
  msgid "I agree to the Adenion Privacy Policy"
4742
+ msgstr "Ich akzeptiere die Datenschutzerklärung von Adenion. "
4743
 
4744
  #: views/b2s/html/post.navbar.php:7
4745
  msgid "All Blog Posts"
4746
+ msgstr "Alle Blogbeiträge"
4747
 
4748
  #: views/b2s/html/sidebar.php:26 views/b2s/html/sidebar.ship.php:25
4749
  msgid "Version"
4750
  msgstr "Version"
4751
 
4752
+ #: views/b2s/html/sidebar.php:65
4753
  msgid "Blog Content"
4754
+ msgstr "Blog Content"
4755
 
4756
+ #: views/b2s/html/sidebar.php:69
4757
  msgid "Share Blog Post"
4758
+ msgstr "Blogbeitrag teilen"
4759
 
4760
+ #: views/b2s/html/sidebar.php:85
4761
  msgid "Create Post"
4762
  msgstr "Beitrag erstellen"
4763
 
4764
+ #: views/b2s/html/sidebar.php:100
4765
  msgid "Content Library"
4766
+ msgstr "Content-Bibliothek"
4767
 
4768
+ #: views/b2s/html/sidebar.php:104
4769
  msgid "all Posts"
4770
+ msgstr "Alle Beiträge"
4771
 
4772
+ #: views/b2s/html/sidebar.php:135
4773
  msgid "Upgrade License"
4774
+ msgstr "Lizenz upgraden"
4775
 
4776
+ #: views/b2s/html/sidebar.php:140
4777
  msgid "Plans & Prices"
4778
+ msgstr "Tarife & Preise"
4779
 
4780
+ #: views/b2s/html/sidebar.php:156
4781
+ msgid ""
4782
+ "If you like Blog2Social, please give us a 5 star rating. If there is "
4783
+ "anything that does not work for you, please contact us!"
4784
+ msgstr ""
4785
+ "Wenn Dir Blog2Social gefällt, gib uns bitte eine 5 Sterne Bewertung. Wenn es "
4786
+ "etwas gibt, das für Dich nicht funktioniert, kontaktiere uns bitte!"
4787
 
4788
+ #: views/b2s/html/sidebar.php:170
4789
  msgid "Blog2Social Blog News"
4790
+ msgstr "Blog2Social Blog News"
4791
 
4792
  #: views/b2s/partials/plugin-deactivate-modal.php:10
4793
  msgid "Do you want to delete your scheduled posts?"
4794
  msgstr "Möchtest Du Deine geplanten Beiträge löschen?"
4795
 
4796
  #: views/b2s/partials/plugin-deactivate-modal.php:13
4797
+ msgid ""
4798
+ "Do you want Blog2Social to delete all your scheduled social media posts? "
4799
+ "Your scheduled posts will no longer be sent to your social networks."
4800
+ msgstr ""
4801
+ "Möchtest Du, dass Blog2Social die Versandplanung für alle mit Blog2Social "
4802
+ "geplanten Beiträge löscht? Deine geplanten Beiträge werden anschließend "
4803
+ "nicht weiter an Deine sozialen Netzwerke versendet."
4804
 
4805
  #: views/b2s/partials/plugin-deactivate-modal.php:14
4806
  msgid "Delete scheduled posts"
4876
 
4877
  #: views/prg/html/form.php:44 views/prg/html/form.php:46
4878
  msgid "Message"
4879
+ msgstr "Nachricht"
4880
 
4881
  #: views/prg/html/form.php:50
4882
  msgid "Keywords"
4883
+ msgstr "Keywords"
4884
 
4885
  #: views/prg/html/form.php:52
4886
  msgid "Keywords with commas (e.g .: Blog2Social, PR-Gateway)"
4887
+ msgstr "Keywords mit Komma getrennt (z.B.: Blog2Social, PR-Gateway)"
4888
 
4889
  #: views/prg/html/form.php:56 views/prg/html/form.php:58
4890
  msgid "Shortext"
4891
+ msgstr "Kurzbeschreibung"
4892
 
4893
  #: views/prg/html/form.php:69
4894
  msgid "Contact Details"
4898
  msgid "Press"
4899
  msgstr "Presse"
4900
 
4901
+ #: views/prg/html/form.php:84 views/prg/html/form.php:86
4902
+ #: views/prg/html/form.php:161 views/prg/html/form.php:163
4903
  msgid "Name"
4904
  msgstr "Name"
4905
 
4911
  msgid "Mr."
4912
  msgstr "Herr"
4913
 
4914
+ #: views/prg/html/form.php:107 views/prg/html/form.php:110
4915
+ #: views/prg/html/form.php:184 views/prg/html/form.php:187
4916
  msgid "Street"
4917
  msgstr "Straße"
4918
 
4919
+ #: views/prg/html/form.php:108 views/prg/html/form.php:113
4920
+ #: views/prg/html/form.php:185 views/prg/html/form.php:190
4921
  msgid "Number"
4922
+ msgstr "Nummer"
4923
 
4924
+ #: views/prg/html/form.php:117 views/prg/html/form.php:120
4925
+ #: views/prg/html/form.php:194 views/prg/html/form.php:197
4926
  msgid "Zip Code"
4927
+ msgstr "Postleitzahl"
4928
 
4929
+ #: views/prg/html/form.php:118 views/prg/html/form.php:123
4930
+ #: views/prg/html/form.php:195 views/prg/html/form.php:200
4931
  msgid "City"
4932
  msgstr "Stadt"
4933
 
4935
  msgid "Country"
4936
  msgstr "Land"
4937
 
4938
+ #: views/prg/html/form.php:135 views/prg/html/form.php:137
4939
+ #: views/prg/html/form.php:212 views/prg/html/form.php:214
4940
  msgid "Phone"
4941
+ msgstr "Telefonnummer"
4942
 
4943
+ #: views/prg/html/form.php:147 views/prg/html/form.php:149
4944
+ #: views/prg/html/form.php:224 views/prg/html/form.php:226
4945
  msgid "Website"
4946
+ msgstr "Website"
4947
 
4948
  #: views/prg/html/form.php:153 views/prg/html/form.php:155
4949
  msgid "Company Description"
4950
+ msgstr "Firmenbeschreibung"
4951
 
4952
  #: views/prg/html/header.php:8
4953
  msgid "You are signed out of PR-Gateway!"
4954
+ msgstr "Du bist von PR-Gateway abgemeldet!"
4955
 
4956
  #: views/prg/html/header.php:17
4957
  msgid "Your message will now be sent over PR gateway to the press portals!"
4958
+ msgstr ""
4959
+ "Deine Mitteilung wird nun über PR-Gateway an die Presseportale gesendet!"
4960
 
4961
  #: views/prg/html/header.php:18
4962
  msgid "See all publications for your message live on "
4963
+ msgstr "Betrachte alle Veröffentlichungen für Deine Mitteilung live auf"
4964
 
4965
  #: views/prg/html/header.php:20
4966
  msgid "Your message has been saved by PR-Gateway as a draft!"
4967
  msgstr "Deine Nachricht wurde von PR-Gateway als Entwurf gespeichert."
4968
 
4969
  #: views/prg/html/header.php:28
4970
+ msgid ""
4971
+ "Unfortunately, your request cannot be processed by Blog2Social. Please try "
4972
+ "again!"
4973
+ msgstr ""
4974
+ "Leider kann Deine Anfrage von Blog2Social nicht verarbeitet werden. Bitte "
4975
+ "versuche es erneut!"
4976
 
4977
  #: views/prg/html/header.php:34
4978
  msgid "Your message was not successfully transmitted. Please try again!"
4979
+ msgstr ""
4980
+ "Deine Nachricht wurde nicht erfolgreich übertragen. Bitte versuche es erneut!"
4981
 
4982
  #: views/prg/html/header.php:53
4983
  msgid ""
4984
+ "PR-Gateway offers a paid online distribution service for submitting press "
4985
+ "releases, articles and social media news to more than 250 news sites, "
4986
+ "special interest websites and social news sites. If your blog posts provide "
4987
+ "trade or industry information or expert articles (no advertising), you may "
4988
+ "submit them to PR-Gateway to turn them into valid online press releases or "
4989
+ "online articles and select a specific choice of websites and services to "
4990
+ "publish your post."
4991
  msgstr ""
4992
+ "PR-Gateway bietet einen kostenpflichtigen Online-Distributionsservice für "
4993
+ "die Übermittlung von Pressemitteilungen, Artikeln und Social Media-"
4994
+ "Nachrichten an mehr als 250 Nachrichtenseiten, Fachwebseiten und Social "
4995
+ "Media Presseticker.\n"
4996
+ "Wenn es sich bei Deinen Beiträgen um Fachartikel handelt oder diese "
4997
+ "Unternehmensinformationen (keine Werbung) enthalten, kannst Du Deine "
4998
+ "Beiträge an PR-Gateway senden, um sie als Online-Pressemitteilungen oder "
4999
+ "Online-Artikel zu veröffentlichen und eine bestimmte Auswahl an "
5000
+ "Presseportalen und Nachrichtenseiten für die Veröffentlichung Deines "
5001
+ "Beitrags auswählen."
5002
 
5003
  #: views/prg/html/header.php:54
5004
  msgid "Register here to open your PR-Gateway account."
5005
+ msgstr "Registriere Dich hier, um ein PR-Gateway-Konto zu eröffnen."
5006
 
5007
  #: views/prg/html/header.php:71
5008
  msgid "Logout"
5009
+ msgstr "Ausloggen"
5010
 
5011
  #: includes/B2S/Support/Check/System.php:44
5012
  msgid "or higher"
5013
  msgstr "oder höher"
5014
 
5015
+ #: includes/B2S/Support/Check/System.php:65
5016
+ #: includes/B2S/Support/Check/System.php:83
5017
  msgid "resolve conflict"
5018
  msgstr "Konflikt beheben"
5019
 
5026
  msgstr "Blog2Social: Social Media Auto Post & Scheduler"
5027
 
5028
  #. Description of the plugin
5029
+ msgid ""
5030
+ "Auto publish, schedule & share posts on social media: Facebook, Twitter, "
5031
+ "XING, LinkedIn, Instagram, ... crosspost to pages & groups"
5032
+ msgstr ""
5033
+ "Auto publish, schedule & share posts on social media: Facebook, Twitter, "
5034
+ "XING, LinkedIn, Instagram, ... crosspost to pages & groups"
5035
 
5036
  #. Plugin URI of the plugin
5037
  #. Author URI of the plugin
languages/blog2social-es_ES.mo ADDED
Binary file
languages/blog2social-es_ES.po ADDED
@@ -0,0 +1,2740 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Translation of Plugins - Blog2Social: Social Media Auto Post &amp; Scheduler - Stable (latest release) in Spanish (Spain)
2
+ # This file is distributed under the same license as the Plugins - Blog2Social: Social Media Auto Post &amp; Scheduler - Stable (latest release) package.
3
+ msgid ""
4
+ msgstr ""
5
+ "PO-Revision-Date: 2019-08-27 18:41:24+0000\n"
6
+ "MIME-Version: 1.0\n"
7
+ "Content-Type: text/plain; charset=UTF-8\n"
8
+ "Content-Transfer-Encoding: 8bit\n"
9
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
+ "X-Generator: GlotPress/2.4.0-alpha\n"
11
+ "Language: es\n"
12
+ "Project-Id-Version: Plugins - Blog2Social: Social Media Auto Post &amp; Scheduler - Stable (latest release)\n"
13
+
14
+ #: views/b2s/network.php:420
15
+ msgid "The tags you have set in your post."
16
+ msgstr "Las etiquetas que has puesto en tu entrada."
17
+
18
+ #: views/b2s/network.php:419
19
+ msgid "The content of your post"
20
+ msgstr "El contenido de tu entrada"
21
+
22
+ #: views/b2s/network.php:418
23
+ msgid "The summary of your post (you define it in the side menu of your post)."
24
+ msgstr "El resumen de tu entrada (lo defines en el menú lateral de tu entrada)."
25
+
26
+ #: views/b2s/network.php:417
27
+ msgid "The title of your post"
28
+ msgstr "El título de tu entrada"
29
+
30
+ #: views/b2s/network.php:415
31
+ msgid "Legend"
32
+ msgstr "Leyenda"
33
+
34
+ #: views/b2s/network.php:412
35
+ msgid "Edit the content of your post. Move elements by drag and drop into the textarea and customize them as you like."
36
+ msgstr "Edita el contenido de tu entrada. Mueve los elementos arrastrando y soltando en el área de texto y personalízalos como te guste."
37
+
38
+ #: views/b2s/network.php:409
39
+ msgid "Post Content"
40
+ msgstr "Contenido de la entrada"
41
+
42
+ #: views/b2s/network.php:397
43
+ msgid "Decide in wich form you want to post your Content. Either as image with frame, or as image cut out."
44
+ msgstr "Decide de qué forma deseas publicar tu contenido. Ya sea como imagen con marco, o como imagen recortada."
45
+
46
+ #: views/b2s/network.php:388 views/b2s/network.php:391
47
+ #: views/b2s/network.php:394
48
+ msgid "Decide in which post format you want to post your content: Link post or image post."
49
+ msgstr "Decide en qué formato de entrada quieres publicar tu contenido: entrada con enlace o entrada con imagen."
50
+
51
+ #: views/b2s/network.php:384
52
+ msgid "Choose your Post Format"
53
+ msgstr "Elige tu formato de entrada"
54
+
55
+ #: views/b2s/settings.php:134 views/b2s/network.php:373
56
+ msgid "Please enable this feature, if you are using varnish caching (HTTP accelerator to relieve your website). Blog2Social will add a \"no-cache=1\" parameter to the post URL of your Facebook link posts to ensure that Facebook always pulls the current meta data of your blog post."
57
+ msgstr "Por favor, activa esta característica si estás utilizando el almacenamiento en caché Varnish (acelerador HTTP para liberar tu sitio web). Blog2Social agregará un parámetro \"no-cache=1\" a la URL de publicación de las entradas de enlace de Facebook para garantizar que Facebook siempre extraiga los metadatos actuales de la entrada de tu blog."
58
+
59
+ #: includes/B2S/Network/Item.php:663 includes/B2S/Network/Item.php:715
60
+ #: includes/B2S/Network/Item.php:769 includes/B2S/Network/Item.php:821
61
+ #: includes/B2S/Network/Item.php:855
62
+ msgid "Preview"
63
+ msgstr "Previsualizar"
64
+
65
+ #: includes/B2S/Network/Item.php:643
66
+ msgid "recommended length"
67
+ msgstr "longitud recomendada"
68
+
69
+ #: includes/B2S/Network/Item.php:624 views/b2s/network.php:433
70
+ msgid "Character limit"
71
+ msgstr "Límite de caracteres"
72
+
73
+ #: includes/B2S/Network/Item.php:615
74
+ msgid "The link will be added automatically at the end of the post."
75
+ msgstr "El enlace se añadirá automáticamente al final de la entrada."
76
+
77
+ #: includes/B2S/Network/Item.php:606
78
+ msgid "clear"
79
+ msgstr "vaciar"
80
+
81
+ #: includes/B2S/Network/Item.php:585 includes/B2S/Network/Item.php:588
82
+ msgid "Image"
83
+ msgstr "Imagen"
84
+
85
+ #: includes/B2S/Network/Item.php:578
86
+ msgid "Load default settings"
87
+ msgstr "Cargar ajustes por defecto"
88
+
89
+ #: includes/B2S/Network/Item.php:577
90
+ msgid "Format"
91
+ msgstr "Formato"
92
+
93
+ #: includes/B2S/Network/Item.php:514
94
+ msgid "This is a Premium Feature"
95
+ msgstr "Esto es una característica premium"
96
+
97
+ #: includes/B2S/Network/Item.php:508
98
+ msgid "Failed to load the default template"
99
+ msgstr "Fallo al cargar la plantilla por defecto"
100
+
101
+ #: includes/B2S/Network/Item.php:507
102
+ msgid "Failed to save"
103
+ msgstr "Fallo al guardar"
104
+
105
+ #: includes/B2S/Network/Item.php:506
106
+ msgid "Successfully saved"
107
+ msgstr "Guardado correctamente"
108
+
109
+ #: includes/B2S/Network/Item.php:158
110
+ msgid "Edit Post Format"
111
+ msgstr "Editar formato de entrada"
112
+
113
+ #: includes/B2S/Post/Filter.php:62
114
+ msgid "currently scheduled"
115
+ msgstr "actualmente programado"
116
+
117
+ #: includes/B2S/Post/Filter.php:62
118
+ msgid "already shared"
119
+ msgstr "ya compartido"
120
+
121
+ #: includes/B2S/Post/Filter.php:62
122
+ msgid "not yet shared"
123
+ msgstr "aún no se ha compartido"
124
+
125
+ #: includes/B2S/Post/Filter.php:51
126
+ msgid "all posts"
127
+ msgstr "todas las entradas"
128
+
129
+ #: includes/B2S/Settings/Item.php:393 includes/B2S/Settings/Item.php:412
130
+ #: views/b2s/post.sched.php:177 views/b2s/post.calendar.php:69
131
+ msgid "Image Post"
132
+ msgstr "Entrada con imagen"
133
+
134
+ #: includes/B2S/Ship/Portale.php:31 includes/B2S/Network/Item.php:154
135
+ #: includes/B2S/Network/Item.php:341
136
+ msgid "Publication"
137
+ msgstr "Publicación"
138
+
139
+ #: views/b2s/network.php:304
140
+ msgid "Upgrade to Blog2Social Business"
141
+ msgstr "Actualizar a Blog2Social Business"
142
+
143
+ #: views/b2s/network.php:303
144
+ msgid "Upgrade to Blog2Social Business to easily bundle your connections into network collection and assign your social media connections to other blog users. You can update and delete the connections as well as select forums or boards. Other users will be able to use the social media connection you assigned to them to post and schedule to your social media profile, page or group."
145
+ msgstr "Actualiza a Blog2Social Business para agrupar fácilmente tus conexiones en una colección de redes y asignar tus conexiones de medios sociales a otros usuarios del blog. Puedes actualizar y eliminar las conexiones, así como seleccionar foros o tableros. Otros usuarios podrán usar la conexión de medios sociales que les asignaste para publicar y programar en tu perfil, página o grupo de medios sociales."
146
+
147
+ #: views/b2s/network.php:297
148
+ msgid "This connection was assigned by"
149
+ msgstr "Esta conexión fue asignada por"
150
+
151
+ #: views/b2s/network.php:292 views/b2s/network.php:327
152
+ msgid "assign"
153
+ msgstr "asignar"
154
+
155
+ #: views/b2s/network.php:289
156
+ msgid "There are no other users to whom the connection can be assigned."
157
+ msgstr "No hay otros usuarios a los que se pueda asignar la conexión."
158
+
159
+ #: views/b2s/network.php:286
160
+ msgid "You can only share the connection with blog users who use the same license as you."
161
+ msgstr "Sólo puedes compartir la conexión con usuarios de blog que usen la misma licencia que tú."
162
+
163
+ #: views/b2s/network.php:283
164
+ msgid "This connection has already been assigned to this user."
165
+ msgstr "Esta conexión ya ha sido asignada a este usuario."
166
+
167
+ #: views/b2s/network.php:280
168
+ msgid "The connection dose not exist"
169
+ msgstr "La conexión escogida no existe"
170
+
171
+ #: views/b2s/network.php:277
172
+ msgid "The connection has already been assigned to this user."
173
+ msgstr "La conexión ya ha sido asignada a este usuario."
174
+
175
+ #: views/b2s/network.php:274
176
+ msgid "This user don't have a Business License, or it is not the same"
177
+ msgstr "Este usuario no tiene una licencia Business, o no es la misma"
178
+
179
+ #: views/b2s/network.php:271
180
+ msgid "You don't have a Business License"
181
+ msgstr "No tienes una licencia Business"
182
+
183
+ #: views/b2s/network.php:257 views/b2s/network.php:324
184
+ msgid "Assign the connection to other blog users"
185
+ msgstr "Asigna la conexión a otros usuarios del blog"
186
+
187
+ #: views/b2s/network.php:248
188
+ msgid "You need at least one network collection"
189
+ msgstr "Necesitas al menos una colección de redes"
190
+
191
+ #: views/b2s/network.php:240 views/b2s/network.php:317
192
+ msgid "move"
193
+ msgstr "mueve"
194
+
195
+ #: views/b2s/network.php:233 views/b2s/network.php:262
196
+ #: views/b2s/network.php:265 views/b2s/network.php:268
197
+ msgid "An error occured. Please contact our support."
198
+ msgstr "Se ha producido un error. Ponte en contacto con nuestro servicio de atención al cliente"
199
+
200
+ #: views/b2s/network.php:228 views/b2s/network.php:310
201
+ msgid "Move the connection to another network collection."
202
+ msgstr "Mover la conexión a otra colección de red"
203
+
204
+ #: views/b2s/network.php:211
205
+ msgid "Advanced Connection Preferences"
206
+ msgstr "Preferencias avanzadas de conexión"
207
+
208
+ #: views/b2s/network.php:158
209
+ msgid "Delete all scheduled posts from all user who use this connection."
210
+ msgstr "Borra todas las entradas programadas de todos los usuarios que utilicen esta conexión."
211
+
212
+ #: views/b2s/network.php:157
213
+ msgid "The connection is still assigned to other users. Please withdraw the assigned connection from other users first."
214
+ msgstr "La conexión todavía se asigna a otros usuarios. Por favor, retira primero la conexión asignada de otros usuarios."
215
+
216
+ #: views/b2s/network.php:153
217
+ msgid "The user to whom the connection is assigned still has scheduled posts."
218
+ msgstr "El usuario al que se asigna la conexión todavía tiene entradas programadas."
219
+
220
+ #: views/b2s/network.php:152
221
+ msgid "This network connection is still assigned to other users."
222
+ msgstr "Esta conexión de red todavía se asigna a otros usuarios."
223
+
224
+ #: views/b2s/network.php:30 views/b2s/network.php:33 views/b2s/network.php:77
225
+ msgid "Create new network collection"
226
+ msgstr "Crear una nueva colección de redes"
227
+
228
+ #: views/b2s/premium.php:167
229
+ msgid "Add and edit meta tags for Open Graph (Ex. Facebook and LinkedIn) and Twitter Cards to define the look of your link posts."
230
+ msgstr "Añade y edita metaetiquetas para Open Graph (por ejemplo, Facebook y LinkedIn) y Twitter Cards para definir el aspecto de tus publicaciones de enlaces."
231
+
232
+ #: views/b2s/premium.php:166
233
+ msgid "Open Graph and Twitter Card Tags"
234
+ msgstr "Etiquetas Open Graph y de la tarjeta de Twitter"
235
+
236
+ #: views/b2s/premium.php:158
237
+ msgid "Select link post or image post per network to choose the optimal format for your post."
238
+ msgstr "Selecciona link o imagen de entrada por red para elegir el formato óptimo para tu publicación."
239
+
240
+ #: views/b2s/premium.php:157
241
+ msgid "Custom format"
242
+ msgstr "Formato personalizado"
243
+
244
+ #: views/b2s/premium.php:149
245
+ msgid "Select individual images per post or network and select any image from your media library to create more variations for your posts."
246
+ msgstr "Selecciona imágenes individuales por entrada o red y selecciona cualquier imagen de tu biblioteca de medios para crear más variaciones para tus entradas."
247
+
248
+ #: views/b2s/premium.php:148
249
+ msgid "Custom image"
250
+ msgstr "Imagen personalizada"
251
+
252
+ #: views/b2s/premium.php:137
253
+ msgid "Schedule and share curated content from any source on your preferred networks."
254
+ msgstr "Programa y comparte contenido seleccionado de cualquier fuente en tus redes preferidas."
255
+
256
+ #: views/b2s/premium.php:136
257
+ msgid "Schedule curated content"
258
+ msgstr "Programar contenido seleccionado"
259
+
260
+ #: views/b2s/premium.php:119
261
+ msgid "Share imported RSS feeds automatically to get more variations for your content."
262
+ msgstr "Comparte fuentes RSS importadas automáticamente para obtener más variaciones para tu contenido."
263
+
264
+ #: views/b2s/premium.php:118
265
+ msgid "RSS import & auto-post"
266
+ msgstr "Importación RSS y auto-post"
267
+
268
+ #: views/b2s/premium.php:110
269
+ msgid "Share your posts automatically across your preferred networks at once or at your pre-scheduled time-settings."
270
+ msgstr "Comparte tus entradas automáticamente a través de tus redes preferidas en seguida o en la configuración de tiempo programada previamente."
271
+
272
+ #: views/b2s/premium.php:98
273
+ msgid "Use the Best Times Manager to schedule your posts automatically or define your own best time scheme."
274
+ msgstr "Utiliza el gestor de mejores horarios para programar automáticamente tus entradas o definir tu mejor esquema propio de horarios."
275
+
276
+ #: views/b2s/premium.php:97
277
+ msgid "Best Times Manager"
278
+ msgstr "Gestor de mejores horarios"
279
+
280
+ #: views/b2s/premium.php:89
281
+ msgid "See your entire schedule at a glance, with team view and network filter. Edit scheduled posts or add new social media posts per drag & drop."
282
+ msgstr "Ve toda tu programación de un vistazo, con vista de equipo y filtro de red. Edita entradas programadas o añade nuevas entradas en redes sociales arrastrando y soltando."
283
+
284
+ #: views/b2s/premium.php:88
285
+ msgid "Social Media Calendar"
286
+ msgstr "Calendario de medios sociales"
287
+
288
+ #: views/b2s/premium.php:45
289
+ msgid "No User found"
290
+ msgstr "Usuario no encontrado"
291
+
292
+ #: views/b2s/premium.php:41
293
+ msgid "Select a user"
294
+ msgstr "Selecciona un usuario"
295
+
296
+ #: views/b2s/premium.php:26
297
+ msgid "Try Blog2Social Premium 30 days for free"
298
+ msgstr "Prueba Blog2Social Premium 30 días gratis"
299
+
300
+ #: includes/Tools.php:238
301
+ msgid "License"
302
+ msgstr "Licencia"
303
+
304
+ #: includes/B2S/Network/Item.php:453
305
+ msgid "Connection currently assigned to"
306
+ msgstr "Conexión actualmente asignada a"
307
+
308
+ #: includes/B2S/Network/Item.php:215 includes/B2S/Network/Item.php:276
309
+ #: includes/B2S/Network/Item.php:339 includes/B2S/Network/Item.php:465
310
+ #: includes/B2S/Network/Item.php:481 includes/Ajax/Get.php:524
311
+ #: includes/Ajax/Post.php:1376 views/b2s/network.php:5
312
+ msgid "Unknown username"
313
+ msgstr "Nombre de usuario desconocido"
314
+
315
+ #: includes/B2S/Network/Item.php:215 includes/B2S/Network/Item.php:276
316
+ #: includes/B2S/Network/Item.php:339
317
+ msgid "Assigned by"
318
+ msgstr "Asignado por"
319
+
320
+ #: views/b2s/ship.php:484
321
+ msgid "Please follow the new XING guidelines for crossposting in XING groups: You can only publish identical content once within one group. You can publish identical posts in up to 3 different groups."
322
+ msgstr "Sigue las nuevas directrices de XING para el traspaso cruzado en grupos XING: solo puedes publicar contenido idéntico una vez dentro de un grupo. Puedes publicar entradas idénticas en hasta 3 grupos diferentes."
323
+
324
+ #: includes/B2S/PostBox.php:245
325
+ msgid "best times"
326
+ msgstr "mejores horarios"
327
+
328
+ #: includes/B2S/PostBox.php:224
329
+ msgid "schedule (best times)"
330
+ msgstr "programar (mejores horarios)"
331
+
332
+ #: includes/B2S/Settings/Item.php:389
333
+ msgid "The link post format displays posts title, link address and the first one or two sentences of the post. The networks scan this information from your META or OpenGraph. PLEASE NOTE: If you want your link posts to display the selected image from the Blog2Social preview editor, please make sure you have activated the Social Meta Tags for Facebook and Twitter in your Blog2Social settings. You find these settings in the tab \"Social Meta Data\". If you don't select a specific post image, some networks display the first image detected on your page. The image links to your blog post."
334
+ msgstr "El formato de entrada de enlace muestra el título de las publicaciones, la dirección del enlace y la primera o dos frases de la entrada. Las redes exploran esta información desde tu META o OpenGraph. TEN EN CUENTA: si quieres que tus entradas con enlace muestren la imagen seleccionada desde el editor de vista previa de Blog2Social, asegúrate de haber activado las etiquetas meta sociales para Facebook y Twitter en tus ajustes de Blog2Social. Encontrarás estos ajustes en la pestaña «Datos meta sociales». Si no seleccionas una imagen específica para la entrada, algunas redes muestran la primera imagen detectada en tu página. La imagen enlaza a la entrada de tu blog."
335
+
336
+ #: includes/Loader.php:741
337
+ msgid "Your post could not be posted, because your image can not be processed by the network."
338
+ msgstr "No se ha podido publicar la entrada, ya que la red no puede procesar la imagen."
339
+
340
+ #: includes/Loader.php:730
341
+ msgid "Your post could not be posted, because your image is not available or the image source does not allow to publish"
342
+ msgstr "Tu entrada no se pudo publicar, porque tu imagen no está disponible o la fuente de la imagen no permite publicar"
343
+
344
+ #: views/b2s/curation.php:38
345
+ msgid "Saved as draft."
346
+ msgstr "Guardado como borrador."
347
+
348
+ #: views/b2s/curation.draft.php:16
349
+ msgid "Get the Blog2Social Browser Extension"
350
+ msgstr "Obtener la extensión del navegador Blog2Social"
351
+
352
+ #: views/b2s/curation.draft.php:16
353
+ msgid "Save links as drafts while browsing and share or schedule them whenever you want."
354
+ msgstr "Guarda los enlaces como borradores mientras navegas y compártalos o prográmalos cuando lo desees."
355
+
356
+ #: views/b2s/support.php:267
357
+ msgid "Validate directly on Twitter"
358
+ msgstr "Validar directamente en Twitter"
359
+
360
+ #: views/b2s/support.php:263
361
+ msgid "Edit your Twitter Card"
362
+ msgstr "Editar tu tarjeta de Twitter"
363
+
364
+ #: views/b2s/support.php:262
365
+ msgid "Twitter Card Validator"
366
+ msgstr "Validador de tarjetas de Twitter"
367
+
368
+ #: views/b2s/support.php:256
369
+ msgid "Inspect Post"
370
+ msgstr "Inspector de entradas"
371
+
372
+ #: views/b2s/support.php:251
373
+ msgid "LinkedIn Post Inspector"
374
+ msgstr "Inspector de entradas de LinkedIn"
375
+
376
+ #: views/b2s/support.php:245
377
+ msgid "Debug & Preview"
378
+ msgstr "Depurar y vista previa"
379
+
380
+ #: views/b2s/support.php:243 views/b2s/support.php:254
381
+ msgid "For example your Wordpress Home Page"
382
+ msgstr "Por ejemplo, tu página de inicio de WordPress"
383
+
384
+ #: views/b2s/support.php:239
385
+ msgid "Edit your Open Graph Meta Tags"
386
+ msgstr "Editar tus etiquetas meta de Open Graph"
387
+
388
+ #: views/b2s/support.php:238
389
+ msgid "Facebook Open Graph Meta Tags"
390
+ msgstr "Etiquetas meta de Facebook Open Graph"
391
+
392
+ #: views/b2s/support.php:233
393
+ msgid "Enter a URL to see how your link preview will look on social media."
394
+ msgstr "Introduce una URL para ver la vista previa del enlace en las redes sociales."
395
+
396
+ #: views/b2s/support.php:21
397
+ msgid "Sharing-Debugger"
398
+ msgstr "Compartir-Depurador"
399
+
400
+ #: includes/B2S/Settings/Item.php:311
401
+ msgid "Check Settings with Sharing-Debugger"
402
+ msgstr "Comprueba los ajustes con «Compartir-Depurador»"
403
+
404
+ #: includes/B2S/Curation/View.php:107 views/b2s/ship.php:227
405
+ #: views/b2s/ship.php:231
406
+ msgid "Save as Draft"
407
+ msgstr "Guardar como borrador"
408
+
409
+ #: includes/B2S/Post/Item.php:410
410
+ msgid "saved"
411
+ msgstr "guardado"
412
+
413
+ #: includes/B2S/Post/Item.php:393
414
+ msgid "via Browser-Extension"
415
+ msgstr "a través de la extensión del navegador"
416
+
417
+ #: includes/Loader.php:721
418
+ msgid "Content Curation Drafts"
419
+ msgstr "Borradores de selección de contenido"
420
+
421
+ #: includes/Notice.php:19
422
+ msgid "Rate it!"
423
+ msgstr "¡Puntúalo!"
424
+
425
+ #: views/b2s/dashboard.php:32
426
+ msgid "Chart"
427
+ msgstr "Gráfica"
428
+
429
+ #: views/b2s/dashboard.php:31
430
+ msgid "List"
431
+ msgstr "Lista"
432
+
433
+ #: views/b2s/dashboard.php:16
434
+ msgid "What's New"
435
+ msgstr "Novedades"
436
+
437
+ #: views/b2s/widgets/newsletter.php:10
438
+ msgid "subscribe"
439
+ msgstr "suscribirse"
440
+
441
+ #: views/b2s/widgets/newsletter.php:6
442
+ msgid "Get Social Media News"
443
+ msgstr "Recibir noticias sobre medios sociales"
444
+
445
+ #: views/b2s/support.php:220
446
+ msgid "Export as txt-file"
447
+ msgstr "Exportar como archivo txt"
448
+
449
+ #: views/b2s/support.php:219
450
+ msgid "reload"
451
+ msgstr "recargar"
452
+
453
+ #: views/b2s/support.php:216
454
+ msgid "Current"
455
+ msgstr "Actual"
456
+
457
+ #: views/b2s/support.php:213
458
+ msgid "Needed"
459
+ msgstr "Necesario"
460
+
461
+ #: views/b2s/support.php:206
462
+ msgid "You need admin rights to use the Troubleshooting-Tool. Please contact your administrator."
463
+ msgstr "Necesitas derechos de administrador para usar la herramienta de solución de problemas. Ponte en contacto con el administrador."
464
+
465
+ #: views/b2s/support.php:172
466
+ msgid "TOP FAQs"
467
+ msgstr "Principales FAQs"
468
+
469
+ #: views/b2s/support.php:162
470
+ msgid "Helpful Network Settings"
471
+ msgstr "Ajustes de red útiles"
472
+
473
+ #: views/b2s/support.php:149
474
+ msgid "Troubleshooting for Error Messages"
475
+ msgstr "Solución de problemas de mensajes de error"
476
+
477
+ #: views/b2s/support.php:134
478
+ msgid "Contracting and Licensing"
479
+ msgstr "Contratación y licencia"
480
+
481
+ #: views/b2s/support.php:122
482
+ msgid "Scheduling and Best Time Manager"
483
+ msgstr "Programación y gestor de mejores horarios"
484
+
485
+ #: views/b2s/support.php:92
486
+ msgid "Autoposting, Sharing und Re-Sharing"
487
+ msgstr "Publicación automática, compartir y volver a compartir"
488
+
489
+ #: views/b2s/support.php:75
490
+ msgid "Connecting Social Networks"
491
+ msgstr "Conexión de redes sociales"
492
+
493
+ #: views/b2s/support.php:61
494
+ msgid "Installation"
495
+ msgstr "Instalación"
496
+
497
+ #: views/b2s/support.php:49
498
+ msgid "Support Topics"
499
+ msgstr "Debates de soporte"
500
+
501
+ #: views/b2s/support.php:39
502
+ msgid "Entry keyword or ask a question"
503
+ msgstr "Introduce una palabra clave o haz una pregunta"
504
+
505
+ #: views/b2s/support.php:38
506
+ msgid "Search all support"
507
+ msgstr "Buscar en todo el soporte"
508
+
509
+ #: views/b2s/support.php:24
510
+ msgid "Step-by-Step-Guide"
511
+ msgstr "Guía paso a paso"
512
+
513
+ #: views/b2s/support.php:18 views/b2s/support.php:21
514
+ msgid "NEW"
515
+ msgstr "NUEVO"
516
+
517
+ #: views/b2s/support.php:18
518
+ msgid "Troubleshooting-Tool"
519
+ msgstr "Herramienta de diagnóstico"
520
+
521
+ #: views/b2s/premium.php:182
522
+ msgid "Show all premium features"
523
+ msgstr "Mostrar todas las funciones premium"
524
+
525
+ #: views/b2s/premium.php:176
526
+ msgid "Regular updates and priority support per e-mail and phone."
527
+ msgstr "Actualizaciones regulares y soporte prioritario por correo electrónico y teléfono."
528
+
529
+ #: views/b2s/premium.php:175
530
+ msgid "Premium support"
531
+ msgstr "Soporte premium"
532
+
533
+ #: views/b2s/premium.php:80
534
+ msgid "Add multiple users and accounts per network. Define sharing-profiles for selected network bundles."
535
+ msgstr "Añade múltiples usuarios y cuentas por red. Define los perfiles compartidos para los paquetes de red seleccionados."
536
+
537
+ #: views/b2s/premium.php:79
538
+ msgid "More users and accounts"
539
+ msgstr "Más usuarios y cuentas"
540
+
541
+ #: views/b2s/premium.php:128
542
+ msgid "Schedule and share your blog posts as Google My Business posts to update your business listing and to add fresh content for your company."
543
+ msgstr "Programa y comparte las entradas de tu blog como entradas de Google My Business para actualizar el anuncio de tu negocio y añadir contenido nuevo para tu empresa."
544
+
545
+ #: views/b2s/premium.php:71
546
+ msgid "Share your posts on pages and in groups on Facebook, LinkedIn, XING, VK and Medium."
547
+ msgstr "Comparte tus entradas en páginas y en grupos en Facebook, LinkedIn, XING, VK y Medium."
548
+
549
+ #: views/b2s/premium.php:70
550
+ msgid "Pages and groups"
551
+ msgstr "Páginas y grupos"
552
+
553
+ #: views/b2s/premium.php:61
554
+ msgid "Go Premium and get even smarter with social media automation"
555
+ msgstr "Ve a Premium y hazte aún más inteligente con la automatización de las redes sociales"
556
+
557
+ #: views/b2s/premium.php:50
558
+ msgid "Activate License"
559
+ msgstr "Activar licencia"
560
+
561
+ #: views/b2s/premium.php:35
562
+ msgid "Upgrade to Blog2Social Premium and get even smarter with social media automation: Schedule your posts for the best time or recurringly with the Best Time Manager or the Social Media Calendar. Post to pages, groups and multiple accounts per network."
563
+ msgstr "Actualiza a Blog2Social premium y sé aún más inteligente con la automatización de los medios sociales: programa tus entradas para el mejor momento o de forma periódica con el programador de mejores horarios o el calendario de medios sociales. Publica en páginas, grupos y múltiples cuentas por red."
564
+
565
+ #: views/b2s/premium.php:30
566
+ msgid "End of Trial"
567
+ msgstr "Fin del periodo de prueba"
568
+
569
+ #: includes/B2S/Settings/Item.php:156 views/b2s/premium.php:14
570
+ msgid "Your current license:"
571
+ msgstr "Tu licencia actual:"
572
+
573
+ #: includes/B2S/Support/Check/System.php:90
574
+ msgid "Plugin Warnings:"
575
+ msgstr "Advertencias del plugin:"
576
+
577
+ #: includes/B2S/Support/Check/System.php:65
578
+ #: includes/B2S/Support/Check/System.php:83
579
+ msgid "resolve conflict"
580
+ msgstr "resolver el conflicto"
581
+
582
+ #: includes/B2S/Support/Check/System.php:44
583
+ msgid "or higher"
584
+ msgstr "o superior"
585
+
586
+ #: includes/Loader.php:808 includes/Loader.php:892
587
+ msgid "Help & Support"
588
+ msgstr "Ayuda y soporte"
589
+
590
+ #: includes/Loader.php:737
591
+ msgid "Your blog post was not available for the network at the time of publication."
592
+ msgstr "Tu entrada de blog no estaba disponible para la red en el momento de la publicación."
593
+
594
+ #: includes/Loader.php:721
595
+ msgid "Shared Posts"
596
+ msgstr "Entradas compartidas"
597
+
598
+ #: includes/Loader.php:721
599
+ msgid "Instant Sharing"
600
+ msgstr "Compartir inmediatamente"
601
+
602
+ #: includes/Loader.php:721
603
+ msgid "Notifications"
604
+ msgstr "Avisos"
605
+
606
+ #: views/b2s/ship.php:481
607
+ msgid "Important infomations about XING groups"
608
+ msgstr "Infomaciones importantes sobre grupos XING"
609
+
610
+ #: includes/B2S/Ship/Item.php:861
611
+ msgid "Time to publish"
612
+ msgstr "Hora para publicar"
613
+
614
+ #: includes/B2S/Ship/Item.php:858
615
+ msgid "Repeats every (days)"
616
+ msgstr "Se repite cada (días)"
617
+
618
+ #: includes/B2S/Ship/Item.php:856
619
+ msgid "Number of repeats"
620
+ msgstr "Número de repeticiones"
621
+
622
+ #: includes/B2S/Ship/Item.php:848 views/b2s/partials/post-edit-modal.php:51
623
+ msgid "Please note: Google will shut down Google+ for all private accounts (profiles, pages, groups) on 2nd April 2019. You can find further information and the next steps, including how to download your photos and other content here:"
624
+ msgstr "Nota: Google cerrará Google+ para todas las cuentas privadas (perfiles, páginas, grupos) el 2 de abril de 2019. Puedes encontrar más información y los siguientes pasos, incluyendo cómo descargar tus fotos y otros contenidos aquí:"
625
+
626
+ #: includes/B2S/Ship/Item.php:844 views/b2s/partials/post-edit-modal.php:47
627
+ msgid "Please note: Your account is connected via an old XING API that is no longer supported by XING after March 31. Please connect your XING profile, as well as your XING company pages (Employer branding profiles) and business pages with the new XING interface in the Blog2Social network settings. To do this, go to the Blog2Social Networks section and connect your XING accounts with the new XING."
628
+ msgstr "Presta atención: tu cuenta está conectada a través de una API antigua de XING que ya no es compatible con XING desde el 31 de marzo. Conecta tu perfil de XING, así como las páginas de la empresa de XING (perfiles de marca del empleador) y las páginas de negocios con la nueva interfaz de XING en los ajustes de redes de Blog2Social. Para hacer esto, ve a la sección de redes de Blog2social y conecta tus cuentas de XING con el nuevo XING."
629
+
630
+ #: includes/B2S/Ship/Item.php:702
631
+ msgid "Request"
632
+ msgstr "Solicitud"
633
+
634
+ #: includes/B2S/Ship/Item.php:701
635
+ msgid "Offer"
636
+ msgstr "Oferta"
637
+
638
+ #: includes/B2S/Ship/Item.php:699
639
+ msgid "Classified Ads"
640
+ msgstr "Anuncios clasificados"
641
+
642
+ #: includes/B2S/Ship/Item.php:698
643
+ msgid "Events"
644
+ msgstr "Eventos"
645
+
646
+ #: includes/B2S/Ship/Item.php:697
647
+ msgid "Jobs & Projects"
648
+ msgstr "Trabajos y proyectos"
649
+
650
+ #: includes/B2S/Ship/Item.php:299 includes/B2S/Network/Item.php:278
651
+ msgid "Employer Branding"
652
+ msgstr "Marca del empresario"
653
+
654
+ #: includes/B2S/Ship/Item.php:295
655
+ msgid "Connection expires on 2 April 2019"
656
+ msgstr "La conexión caduca el 2 de abril de 2019"
657
+
658
+ #: includes/B2S/Ship/Item.php:291
659
+ msgid "Connection expires on 31 March 2019"
660
+ msgstr "La conexión caduca el 31 de marzo de 2019"
661
+
662
+ #: includes/Loader.php:739
663
+ msgid "This XING API is no longer supported by XING. Please connect your XING accounts with the new XING interface to reschedule your posts. <a target=\"_blank\" href=\"https://www.blog2social.com/en/faq/index.php?action=artikel&cat=2&id=146\">Learn more</a>"
664
+ msgstr "Esta API de XING ya no es compatible con XING. Por favor, conecta tus cuentas de XING con la nueva interfaz de XING para reprogramar tus entradas. <a target=\"_blank\" href=\"https://www.blog2social.com/en/faq/index.php?action=artikel&cat=2&id=146\">Más información</a>"
665
+
666
+ #: includes/Loader.php:723
667
+ msgid "Business"
668
+ msgstr "Negocio"
669
+
670
+ #: includes/Loader.php:723
671
+ msgid "Company"
672
+ msgstr "Empresa"
673
+
674
+ #: includes/Loader.php:44
675
+ msgid "Edit group settings"
676
+ msgstr "Editar ajustes del grupo"
677
+
678
+ #: views/b2s/ship.php:468 views/b2s/ship.php:549 views/b2s/post.approve.php:106
679
+ #: views/b2s/curation.php:95
680
+ msgid "YES"
681
+ msgstr "SÍ"
682
+
683
+ #: views/b2s/ship.php:463 views/b2s/post.approve.php:101
684
+ #: views/b2s/curation.php:90
685
+ msgid "Do you want to mark this post as published ?"
686
+ msgstr "¿Quieres marcar esta entrada como publicada?"
687
+
688
+ #: includes/B2S/Ship/Navbar.php:37 views/b2s/network.php:315
689
+ msgid "My Profile"
690
+ msgstr "Mi perfil"
691
+
692
+ #: includes/B2S/Ship/Save.php:409
693
+ msgid "Please share your post now"
694
+ msgstr "Por favor, comparte tu entrada ahora"
695
+
696
+ #: includes/B2S/Ship/Save.php:404
697
+ msgid "Please note: You post has to be marked as public to be posted in a group."
698
+ msgstr "Nota: La entrada debe estar marcada como pública para publicarse en un grupo."
699
+
700
+ #: includes/B2S/Ship/Save.php:403
701
+ msgid "-For scheduled posts, Blog2Social will save your post and move it to the \"Scheduled Posts\" tab on your \"Posts & Sharing\" navigation bar. On your scheduled date and time, your post will move to the \"Instant Sharing\" tab and you can click on \"Share\" to post it to your account instantly."
702
+ msgstr "-Para las entradas programadas, Blog2Social guardará tu publicación y la moverá a la pestaña «Entradas programadas» en la barra de navegación de «Publicar y compartir». En la fecha y hora programadas, tu publicación se moverá a la pestaña «Compartir inmediatamente» y podrás hacer clic en «Compartir» para publicarla en tu cuenta al instante."
703
+
704
+ #: includes/B2S/Ship/Save.php:402
705
+ msgid "-To share your post immediately, click the \"Share\" button next to your selected Google+ account below."
706
+ msgstr "-Para compartir tu entrada inmediatamente, haz clic en el botón «Compartir» junto a tu cuenta de Google+ seleccionada a continuación."
707
+
708
+ #: includes/B2S/Ship/Save.php:399
709
+ msgid "For sharing your posts on Google+ you can now use Google+ Instant Sharing"
710
+ msgstr "Para compartir tus entradas en Google+ ahora puedes usar Google+ Instant Sharing"
711
+
712
+ #: views/b2s/network.php:170
713
+ msgid "View schedule posts"
714
+ msgstr "Ver entradas programadas"
715
+
716
+ #: views/b2s/network.php:156
717
+ msgid "Delete all scheduled posts for this account irrevocably"
718
+ msgstr "Borrar todas las entradas programadas para esta cuenta de forma irrevocable"
719
+
720
+ #: views/b2s/ship.php:73 views/b2s/network.php:45
721
+ msgid "Load Best Times"
722
+ msgstr "Cargar mejores horarios"
723
+
724
+ #: includes/B2S/Network/Item.php:208 includes/B2S/Network/Item.php:269
725
+ #: includes/B2S/Network/Item.php:332
726
+ msgid "To reactivate this connection,"
727
+ msgstr "Para reactivar esta conexión,"
728
+
729
+ #: includes/B2S/Network/Item.php:140
730
+ msgid "Best times"
731
+ msgstr "Mejores horarios"
732
+
733
+ #: includes/B2S/Network/Item.php:170
734
+ msgid "Best Time Manager"
735
+ msgstr "Gestor de mejores horarios"
736
+
737
+ #: views/b2s/post.calendar.php:191
738
+ msgid "Share content from other sources"
739
+ msgstr "Compartir contenido de otras fuentes"
740
+
741
+ #: views/b2s/post.calendar.php:181 views/b2s/post.calendar.php:194
742
+ msgid "select"
743
+ msgstr "seleccionar"
744
+
745
+ #: views/b2s/post.calendar.php:178
746
+ msgid "Share content from your blog"
747
+ msgstr "Comparte contenido de tu blog"
748
+
749
+ #: views/b2s/post.calendar.php:168
750
+ msgid "What would you like to share?"
751
+ msgstr "¿Qué te gustaría compartir?"
752
+
753
+ #: views/b2s/curation.php:59
754
+ msgid "Load data..."
755
+ msgstr "Cargar datos..."
756
+
757
+ #: views/b2s/curation.php:49
758
+ msgid "continue"
759
+ msgstr "continuar"
760
+
761
+ #: views/b2s/curation.php:46
762
+ msgid "Enter link"
763
+ msgstr "Introduce el enlace"
764
+
765
+ #: views/b2s/curation.php:45
766
+ msgid "Please enter a valid link"
767
+ msgstr "Por favor, introduce un enlace válido"
768
+
769
+ #: views/b2s/curation.php:44
770
+ msgid "Enter a link you want share on your social media channels"
771
+ msgstr "Introduce un enlace que quieras compartir en tus canales de medios sociales"
772
+
773
+ #: views/b2s/curation.php:35
774
+ msgid "Invalid data. Please check your data."
775
+ msgstr "Datos no válidos. Por favor, comprueba tus datos."
776
+
777
+ #: views/b2s/curation.php:32
778
+ msgid "No connected networks. Please make sure to connect at least one social media account."
779
+ msgstr "No hay redes conectadas. Por favor, asegúrate de conectar al menos una cuenta de medios sociales."
780
+
781
+ #: views/b2s/curation.php:28
782
+ msgid "No link preview available. Please check your link."
783
+ msgstr "No hay vista previa de enlace disponible. Por favor, revisa tu enlace."
784
+
785
+ #: includes/Loader.php:802 includes/Loader.php:863
786
+ msgid "Content Curation"
787
+ msgstr "Selección de contenido"
788
+
789
+ #: includes/Loader.php:740
790
+ msgid "There was no image in the meta data of the linked post. Posts without images cannot be shared on image networks."
791
+ msgstr "No había ninguna imagen en los metadatos de la entrada vinculada. Las entradas sin imágenes no se pueden compartir en redes de imágenes."
792
+
793
+ #: includes/B2S/Post/Item.php:692
794
+ msgid "is processed by the network"
795
+ msgstr "lo procesa la red"
796
+
797
+ #: includes/B2S/Post/Item.php:301
798
+ msgid "curated post"
799
+ msgstr "entrada seleccionada"
800
+
801
+ #: includes/B2S/Curation/View.php:106
802
+ msgid "Customize & Schedule"
803
+ msgstr "Personalizar y programar"
804
+
805
+ #: includes/B2S/Curation/View.php:59
806
+ msgid "Share your post"
807
+ msgstr "Comparte tu entrada"
808
+
809
+ #: includes/B2S/Curation/View.php:22
810
+ msgid "Write something..."
811
+ msgstr "Escribe algo..."
812
+
813
+ #: includes/B2S/Ship/Item.php:339
814
+ msgid "Read more"
815
+ msgstr "Leer más"
816
+
817
+ #: includes/B2S/Ship/Item.php:339
818
+ msgid "Please note: XING allows identical posts to be published only once within a group and no more than three times across different groups."
819
+ msgstr "Ten en cuenta: XING permite que las publicaciones idénticas se publiquen solo una vez dentro de un grupo y no más de tres veces en diferentes grupos."
820
+
821
+ #: includes/B2S/Post/Item.php:690
822
+ msgid "last modified by"
823
+ msgstr "última modificación por"
824
+
825
+ #: includes/B2S/Settings/Item.php:159 includes/B2S/Settings/Item.php:162
826
+ #: views/b2s/premium.php:31
827
+ msgid "Upgrade"
828
+ msgstr "Actualizar"
829
+
830
+ #: includes/B2S/Settings/Item.php:159
831
+ msgid "Scheduled Auto-Posting"
832
+ msgstr "Publicación automática programada"
833
+
834
+ #: includes/B2S/Settings/Item.php:158
835
+ msgid "Immediate Cross-Posting across all networks: Share an unlimited number of posts"
836
+ msgstr "Publicación cruzada inmediata en todas las redes: comparte un número ilimitado de entradas"
837
+
838
+ #: views/b2s/post.approve.php:81
839
+ msgid "Delete Social Media Posts"
840
+ msgstr "Borrar publicaciones en medios sociales"
841
+
842
+ #: includes/B2S/Post/Item.php:656
843
+ msgid "You want to delete your Social Media post?"
844
+ msgstr "¿Quieres borrar tu publicación en medios sociales?"
845
+
846
+ #: views/b2s/post.approve.php:84
847
+ msgid "Are you sure you want to delete these Social Media posts?"
848
+ msgstr "¿Seguro que quieres borrar estas publicaciones en medios sociales?"
849
+
850
+ #: includes/Loader.php:725
851
+ msgid "Your authorization has expired. Please reconnect your account in the Blog2Social network settings."
852
+ msgstr "Tu autorización ha caducado. Vuelve a conectar su cuenta en los ajustes de red de Blog2Social."
853
+
854
+ #: includes/B2S/Ship/Save.php:395
855
+ msgid "-For scheduled posts, Blog2Social will save your post and move it to the \"Scheduled Posts\" tab on your \"Posts & Sharing\" navigation bar. On your scheduled date and time, your post will move to the \"Instant Sharing\" tab and you can click on \"Share\" to post it to your Facebook Profile instantly."
856
+ msgstr "-Para entradas programadas, Blog2Social guardará tu publicación y la moverá a la pestaña «Entradas programadas» en la barra de navegación de «Entradas y compartir». En su fecha y hora programadas, tu entrada se moverá a la pestaña «Compartir instantáneamente» y podrás hacer clic en «Compartir» para publicarla en tu perfil de Facebook al instante."
857
+
858
+ #: includes/B2S/Ship/Save.php:394
859
+ msgid "-To share your post immediately, click the \"Share\" button next to your selected Facebook profile below."
860
+ msgstr "-Para compartir tu entrada inmediatamente, haz clic en el botón «Compartir» junto a tu perfil de Facebook seleccionado a continuación."
861
+
862
+ #: includes/B2S/Ship/Save.php:393 includes/B2S/Ship/Save.php:401
863
+ msgid "This is how it works:"
864
+ msgstr "Así es como funciona:"
865
+
866
+ #: includes/B2S/Ship/Save.php:391
867
+ msgid "Read why"
868
+ msgstr "Lee por qué"
869
+
870
+ #: includes/B2S/Ship/Save.php:391
871
+ msgid "For sharing your posts on personal Facebook Profiles you can now use Facebook Instant Sharing"
872
+ msgstr "Para compartir tus entradas en perfiles personales de Facebook, ahora puedes usar Facebook Instant Sharing"
873
+
874
+ #: includes/B2S/Ship/Item.php:328
875
+ msgid "You can customize your post with individual comments, @-handles, emojis, and more in the Instant Sharing window, after planning your post."
876
+ msgstr "Puedes personalizar tu entrada con comentarios individuales, @ -menciones, emojis y más en la ventana de compartir instantáneamente, después de planificar tu entrada."
877
+
878
+ #: includes/B2S/PostBox.php:100 includes/B2S/Settings/Item.php:108
879
+ msgid "Auto-posts for Facebook Profiles will be shown in the \"Instant Sharing\" tab on your \"Posts & Sharing\" navigation bar and can be shared on your Facebook Profile by clicking on the \"Share\" button next to your auto-post."
880
+ msgstr "Las publicaciones automáticas en perfiles de Facebook se mostrarán en la pestaña «Compartir inmediatamente» en la barra de navegación de «Publicar y compartir» y se podrán compartir en tu perfil de Facebook haciendo clic en el botón «Compartir» al lado de tu publicación automática."
881
+
882
+ #: includes/B2S/PostBox.php:100
883
+ msgid "Facebook Instant Sharing:"
884
+ msgstr "Facebook Instant Sharing:"
885
+
886
+ #: includes/B2S/Post/Item.php:648 includes/B2S/Ship/Save.php:408
887
+ msgid "share"
888
+ msgstr "compartir"
889
+
890
+ #: includes/B2S/Post/Item.php:618
891
+ msgid "is waiting to shared by"
892
+ msgstr "está esperando a que sea compartido por"
893
+
894
+ #: includes/B2S/Post/Item.php:382
895
+ msgid "social media posts ready to be shared"
896
+ msgstr "publicaciones en medios sociales listas para ser compartidas"
897
+
898
+ #: views/b2s/network.php:123
899
+ msgid "Google currently allows access to the API for all companies with up to 9 locations in their Google My Business Listings. However, Google plans to extend the API for companies with more than 9 locations in their Google My Business listings."
900
+ msgstr "Actualmente, Google permite el acceso a la API para todas las empresas con hasta 9 ubicaciones en sus anuncios de Google My Business. Sin embargo, Google planea ampliar la API para empresas con más de 9 ubicaciones en sus anuncios de Google My Business."
901
+
902
+ #: views/b2s/network.php:120
903
+ msgid "Blog2Social uses the official Google My Business API to share your content on your business listing. You can connect Google My Business listings with up to nine different locations to Blog2Social and you can choose which location you want to share your content on."
904
+ msgstr "Blog2Social utiliza la API oficial de Google My Business para compartir tu contenido en el anuncio de tu negocio. Puedes conectar los anuncios de Google My Business con hasta nueve ubicaciones diferentes a Blog2Social y elegir en qué ubicación quieres compartir tu contenido."
905
+
906
+ #: views/b2s/premium.php:127 views/b2s/network.php:117
907
+ msgid "Google My Business"
908
+ msgstr "Google My Business"
909
+
910
+ #: includes/B2S/Ship/Image.php:71 includes/B2S/Ship/Image.php:73
911
+ msgid "Apply image for this post"
912
+ msgstr "Aplicar imagen para esta entrada"
913
+
914
+ #: includes/B2S/PostBox.php:244 includes/B2S/Settings/Item.php:82
915
+ msgid "change"
916
+ msgstr "cambiar"
917
+
918
+ #: includes/B2S/Settings/Item.php:78
919
+ msgid "Bitly"
920
+ msgstr "Bitly"
921
+
922
+ #: includes/B2S/Settings/Item.php:77
923
+ msgid "Url Shortener"
924
+ msgstr "Acortador url"
925
+
926
+ #: includes/B2S/Ship/Portale.php:38 includes/B2S/Network/Item.php:148
927
+ msgid "You want to connect a network profile?"
928
+ msgstr "¿Quieres conectar un perfil de red?"
929
+
930
+ #: views/b2s/partials/post-edit-modal.php:84
931
+ msgid "The orginal tweet is scheduled on:"
932
+ msgstr "El tuit original está programado el:"
933
+
934
+ #: includes/System.php:81
935
+ msgid "Blog2Social does not seem to have permission to write in your WordPress database. Please assign Blog2Social the permission to write in the WordPress database. Please also make sure that your MySQL server runs on v5.5.3 or higher, or ask your server administrator to do it for you."
936
+ msgstr "Parece que Blog2Social no tiene permisos para escribir en la base de datos de WordPress. Por favor, asigna a Blog2Social permisos para escribir en la base de datos de WordPress. Asegúrate también de que el servidor MySQL ejecuta en la versión 5.5.3 o superior, o pídele al administrador del servidor que lo haga por ti."
937
+
938
+ #: includes/Loader.php:738
939
+ msgid "You have already retweeted this post."
940
+ msgstr "Ya has retuiteado esta entrada."
941
+
942
+ #: includes/B2S/Ship/Item.php:947
943
+ msgid "Copy from original"
944
+ msgstr "Copia del original"
945
+
946
+ #: includes/B2S/Ship/Item.php:933
947
+ msgid "add another post"
948
+ msgstr "añadir otra entrada"
949
+
950
+ #: includes/B2S/Ship/Item.php:806 views/b2s/ship.php:399
951
+ #: views/b2s/curation.php:115 views/b2s/post.calendar.php:265
952
+ msgid "Schedule for specific dates"
953
+ msgstr "Programar para fechas específicas"
954
+
955
+ #: includes/B2S/Ship/Item.php:783
956
+ msgid "Add Retweet"
957
+ msgstr "Añadir retuit"
958
+
959
+ #: includes/B2S/Ship/Item.php:775 includes/B2S/Ship/Item.php:776
960
+ #: includes/B2S/Ship/Item.php:777 includes/B2S/Ship/Item.php:778
961
+ #: views/b2s/partials/post-edit-modal.php:77
962
+ #: views/b2s/partials/post-edit-modal.php:78
963
+ #: views/b2s/partials/post-edit-modal.php:79
964
+ #: views/b2s/partials/post-edit-modal.php:80
965
+ msgid "min"
966
+ msgstr "min"
967
+
968
+ #: includes/B2S/Ship/Item.php:765 views/b2s/partials/post-edit-modal.php:73
969
+ msgid "Delay"
970
+ msgstr "Retraso"
971
+
972
+ #: includes/B2S/Ship/Item.php:746
973
+ msgid "Enable Retweets for all Tweets with the selected profile"
974
+ msgstr "Activar retuits para todos los tuits con el perfil seleccionado"
975
+
976
+ #: includes/B2S/Ship/Item.php:422 includes/B2S/Ship/Item.php:446
977
+ #: includes/B2S/Ship/Item.php:470 includes/B2S/Ship/Item.php:488
978
+ #: includes/B2S/Ship/Item.php:520 includes/B2S/Ship/Item.php:538
979
+ #: includes/B2S/Ship/Item.php:554 includes/B2S/Ship/Item.php:570
980
+ #: includes/B2S/Ship/Item.php:586 includes/B2S/Ship/Item.php:620
981
+ msgid "Change image"
982
+ msgstr "Cambiar imagen"
983
+
984
+ #: includes/B2S/Ship/Image.php:67
985
+ msgid "Apply image for all posts"
986
+ msgstr "Aplicar imagen para todas las entradas"
987
+
988
+ #: includes/B2S/Post/Item.php:539 includes/B2S/Post/Item.php:675
989
+ #: includes/B2S/Ship/Save.php:427
990
+ msgid "Retweet"
991
+ msgstr "Retuit"
992
+
993
+ #: views/b2s/network.php:199
994
+ msgid "modfiy"
995
+ msgstr "modficar"
996
+
997
+ #: views/b2s/network.php:191
998
+ msgid "Could not be changed"
999
+ msgstr "No se pudo cambiar"
1000
+
1001
+ #: views/b2s/network.php:190
1002
+ msgid "Change successful"
1003
+ msgstr "Cambio realizado"
1004
+
1005
+ #: views/b2s/network.php:189
1006
+ msgid "Please re-authorize your account with Blog2Social and try again"
1007
+ msgstr "Por favor, vuelve a autorizar tu cuenta con Blog2Social e inténtalo de nuevo"
1008
+
1009
+ #: includes/Loader.php:44
1010
+ msgid "Modify subreddit"
1011
+ msgstr "Modificar subreddit"
1012
+
1013
+ #: includes/Loader.php:44
1014
+ msgid "Modify forum"
1015
+ msgstr "Modificar foro"
1016
+
1017
+ #: includes/Loader.php:44
1018
+ msgid "Modify pin board"
1019
+ msgstr "Modificar pin del tablero"
1020
+
1021
+ #: includes/B2S/Ship/Item.php:334 includes/B2S/Ship/Item.php:532
1022
+ #: includes/B2S/Ship/Item.php:815
1023
+ msgid "Learn more about this"
1024
+ msgstr "Más información sobre esto"
1025
+
1026
+ #: includes/B2S/Ship/Item.php:334 includes/B2S/Ship/Item.php:532
1027
+ #: includes/B2S/Ship/Item.php:815
1028
+ msgid "Violating these rules can result in Twitter suspending your account. Always vary your Tweets with different comments, hashtags or handles to prevent duplicate posts."
1029
+ msgstr "Violar estas reglas puede hacer que Twitter suspenda tu cuenta. Varía siempre tus tuits con diferentes comentarios, hashtags o menciones para evitar entradas duplicadas."
1030
+
1031
+ #: includes/B2S/Ship/Item.php:334 includes/B2S/Ship/Item.php:532
1032
+ #: includes/B2S/Ship/Item.php:815
1033
+ msgid "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."
1034
+ msgstr "Ten en cuenta que, de acuerdo con los nuevos términos de servicio de Twitter, los usuarios ya no pueden publicar contenido idéntico o sustancialmente parecido en varias cuentas o múltiples actualizaciones duplicadas en una cuenta."
1035
+
1036
+ #: includes/B2S/Settings/Item.php:336
1037
+ msgid "Summary with large image"
1038
+ msgstr "Resumen con imagen grande"
1039
+
1040
+ #: includes/B2S/Settings/Item.php:335
1041
+ msgid "Summary"
1042
+ msgstr "Resumen"
1043
+
1044
+ #: includes/B2S/Settings/Item.php:333
1045
+ msgid "The default card type to use"
1046
+ msgstr "El tipo de tarjeta por defecto para usar"
1047
+
1048
+ #: includes/B2S/PostBox.php:188 includes/B2S/Curation/View.php:94
1049
+ msgid "Select Twitter profile:"
1050
+ msgstr "Selecciona el perfil de Twitter:"
1051
+
1052
+ #: includes/B2S/Settings/Item.php:172
1053
+ msgid "More information"
1054
+ msgstr "Más información"
1055
+
1056
+ #: includes/B2S/Settings/Item.php:172
1057
+ msgid "In accordance with the new Twitter TOS, one Twitter account can be selected as your primary Twitter account for auto-posting."
1058
+ msgstr "De acuerdo con los nuevos TOS de Twitter, se puede seleccionar una cuenta de Twitter como tu cuenta principal para la publicación automática."
1059
+
1060
+ #: includes/B2S/Post/Item.php:703
1061
+ msgid "edit"
1062
+ msgstr "editar"
1063
+
1064
+ #: includes/B2S/Post/Item.php:702
1065
+ msgid "You want to edit your scheduled post?"
1066
+ msgstr "¿Quieres editar tu entrada programada?"
1067
+
1068
+ #: includes/Loader.php:801 includes/Loader.php:855 views/b2s/dashboard.php:30
1069
+ msgid "Calendar"
1070
+ msgstr "Calendario"
1071
+
1072
+ #: views/b2s/settings.php:120
1073
+ msgid "Plugin contents are loaded one at a time to minimize server load."
1074
+ msgstr "El contenido del plugin se carga de uno en uno para minimizar la carga del servidor."
1075
+
1076
+ #: views/b2s/settings.php:117
1077
+ msgid "Activate Legacy mode "
1078
+ msgstr "Activar el modo heredado"
1079
+
1080
+ #: views/b2s/partials/plugin-deactivate-modal.php:17
1081
+ msgid "Continue deactivation"
1082
+ msgstr "Continuar la desactivación"
1083
+
1084
+ #: views/b2s/partials/plugin-deactivate-modal.php:14
1085
+ msgid "Delete scheduled posts"
1086
+ msgstr "Borrar entradas programadas"
1087
+
1088
+ #: views/b2s/partials/plugin-deactivate-modal.php:13
1089
+ msgid "Do you want Blog2Social to delete all your scheduled social media posts? Your scheduled posts will no longer be sent to your social networks."
1090
+ msgstr "¿Quieres que Blog2Social borre todas tus entradas programadas en los medios sociales? Tus entradas programadas ya no se enviarán a tus redes sociales."
1091
+
1092
+ #: views/b2s/partials/plugin-deactivate-modal.php:10
1093
+ msgid "Do you want to delete your scheduled posts?"
1094
+ msgstr "¿Quieres borrar tus entradas programadas?"
1095
+
1096
+ #: includes/Loader.php:743
1097
+ msgid "Your group can not be found by the network."
1098
+ msgstr "Tu grupo no puede ser encontrado en la red."
1099
+
1100
+ #: includes/Loader.php:736
1101
+ msgid "The network requires a public url."
1102
+ msgstr "La red requiere una url pública."
1103
+
1104
+ #: includes/Loader.php:733
1105
+ msgid "Your daily limit for this network has been reached. Please try again later."
1106
+ msgstr "Se ha alcanzado el límite diario para esta red. Inténtalo de nuevo más tarde."
1107
+
1108
+ #: includes/Loader.php:729
1109
+ msgid "Your daily limit has been reached."
1110
+ msgstr "Se ha alcanzado el límite diario."
1111
+
1112
+ #: includes/Loader.php:711
1113
+ msgctxt "command (plugins)"
1114
+ msgid "Deactivate"
1115
+ msgstr "Desactivar"
1116
+
1117
+ #: includes/Loader.php:366
1118
+ msgid "Social Media Content Calendar"
1119
+ msgstr "Calendario de contenido de medios sociales"
1120
+
1121
+ #: includes/B2S/Ship/Item.php:964
1122
+ msgid "Save as best time for this network"
1123
+ msgstr "Guarda como mejor horario para esta red"
1124
+
1125
+ #: includes/B2S/Settings/Item.php:129
1126
+ msgid "By enabling this feature your previously published social media posts will be sent again to your selected social media channels as soon as the post is updated."
1127
+ msgstr "Al activar esta característica, tus entradas publicadas previamente en los medios sociales se enviarán nuevamente a los canales de medios sociales seleccionados tan pronto como se actualice la entrada."
1128
+
1129
+ #: includes/B2S/Settings/Item.php:93
1130
+ msgid "activate Legacy mode"
1131
+ msgstr "activar el modo heredado"
1132
+
1133
+ #: includes/B2S/Settings/Item.php:91
1134
+ msgid "System"
1135
+ msgstr "Sistema"
1136
+
1137
+ #: includes/B2S/Settings/Item.php:336
1138
+ msgid "(PREMIUM)"
1139
+ msgstr "(PREMIUM)"
1140
+
1141
+ #: views/b2s/settings.php:131 views/b2s/network.php:370
1142
+ msgid "Instant Caching for Facebook Link Posts"
1143
+ msgstr "Almacenamiento en caché instantáneo para enlazar las entradas de Facebook"
1144
+
1145
+ #: views/b2s/ship.php:524 views/b2s/post.sched.php:149
1146
+ #: views/b2s/post.calendar.php:132
1147
+ msgid "Define the default settings for the custom post format for all of your LinkedIn accounts in the Blog2Social settings."
1148
+ msgstr "Define los ajustes por defecto para el formato de entrada personalizada para todas sus cuentas de Linkedin en los ajustes de Blog2Social."
1149
+
1150
+ #: includes/B2S/Network/Item.php:533
1151
+ msgid "Activate Instant Caching"
1152
+ msgstr "Activar caché instantánea"
1153
+
1154
+ #: views/b2s/ship.php:567
1155
+ msgid "add Schedule"
1156
+ msgstr "añadir programación"
1157
+
1158
+ #: views/b2s/settings.php:106
1159
+ msgid "Hashtags are a great way to generate more reach and visibility for your posts. By activating this feature Blog2Social will automatically include your WordPress tags as hashtags in all Social Media posts for networks that support hashtags. This way you don't need to worry about adding extra hashtags to your comments. Blog2Social erases unnecessary spaces in your WordPress tags to generate valid hashtags."
1160
+ msgstr "Los hashtags son una gran manera de generar más alcance y visibilidad para tus entradas. Al activar esta función Blog2Social incluirá automáticamente tus etiquetas de WordPress como hashtags en todas las publicaciones en medios sociales para redes que admitan hashtags. De esta manera no tienes que preocuparte por añadir hashtags adicionales a tus comentarios. Blog2Social borra espacios innecesarios en sus etiquetas de WordPress para generar hashtags válidos."
1161
+
1162
+ #: views/b2s/settings.php:103
1163
+ msgid "Include WordPress tags as hashtags in your posts"
1164
+ msgstr "Incluye etiquetas de WordPress como hashtags en tus publicaciones"
1165
+
1166
+ #: views/b2s/post.calendar.php:212
1167
+ msgid "Select a post"
1168
+ msgstr "Selecciona una entrada"
1169
+
1170
+ #: views/b2s/post.sched.php:164 views/b2s/post.calendar.php:86
1171
+ msgid "add post"
1172
+ msgstr "añadir entrada"
1173
+
1174
+ #: views/b2s/post.calendar.php:34
1175
+ msgid "Sort by network"
1176
+ msgstr "Ordenar por red"
1177
+
1178
+ #: includes/B2S/Ship/Item.php:912
1179
+ msgid "Timespan"
1180
+ msgstr "Espacio de tiempo"
1181
+
1182
+ #: includes/B2S/Ship/Item.php:907
1183
+ msgid "End Of Month"
1184
+ msgstr "Fin del mes"
1185
+
1186
+ #: includes/B2S/Ship/Item.php:887
1187
+ msgid "Months"
1188
+ msgstr "Meses"
1189
+
1190
+ #: includes/B2S/Ship/Item.php:887
1191
+ msgid "Month"
1192
+ msgstr "Mes"
1193
+
1194
+ #: includes/B2S/Ship/Item.php:872
1195
+ msgid "own period"
1196
+ msgstr "período propio"
1197
+
1198
+ #: includes/B2S/Ship/Item.php:871
1199
+ msgid "monthly"
1200
+ msgstr "mensualmente"
1201
+
1202
+ #: includes/B2S/Ship/Item.php:870
1203
+ msgid "weekly"
1204
+ msgstr "semanalmente"
1205
+
1206
+ #: includes/B2S/Ship/Item.php:860
1207
+ msgid "Start date"
1208
+ msgstr "Fecha de inicio"
1209
+
1210
+ #: includes/B2S/Ship/Item.php:857
1211
+ msgid "Day of month"
1212
+ msgstr "Día del mes"
1213
+
1214
+ #: includes/B2S/Ship/Item.php:851
1215
+ msgid "Repeats"
1216
+ msgstr "Repeticiones"
1217
+
1218
+ #: includes/B2S/Settings/Item.php:87
1219
+ msgid "include Wordpress tags as hashtags in my post"
1220
+ msgstr "incluir etiquetas de WordPress como hashtags en mi entrada"
1221
+
1222
+ #: includes/B2S/Calendar/Filter.php:126 views/b2s/post.calendar.php:36
1223
+ msgid "show all"
1224
+ msgstr "mostrar todo"
1225
+
1226
+ #: includes/Loader.php:721 views/b2s/widgets/posts.php:18
1227
+ msgid "Scheduled Posts"
1228
+ msgstr "Entradas programadas"
1229
+
1230
+ #: views/b2s/widgets/posts.php:16
1231
+ msgid "Latest Posts"
1232
+ msgstr "Últimas publicaciones"
1233
+
1234
+ #: views/b2s/widgets/activity.php:10
1235
+ msgid "published social media posts"
1236
+ msgstr "entradas publicadas en medios sociales"
1237
+
1238
+ #: views/b2s/widgets/activity.php:5
1239
+ msgid "Show activity starting from"
1240
+ msgstr "Mostrar actividad a partir de"
1241
+
1242
+ #: views/b2s/dashboard.php:26
1243
+ msgid "Your Activity"
1244
+ msgstr "Tu actividad"
1245
+
1246
+ #: views/b2s/ship.php:583
1247
+ msgid "Give me more information"
1248
+ msgstr "Dame más información"
1249
+
1250
+ #: views/b2s/premium.php:181
1251
+ msgid "Show me plans and prices"
1252
+ msgstr "Muéstrame planes y precios"
1253
+
1254
+ #: views/b2s/support.php:106
1255
+ msgid "Customizing Social Media Posts"
1256
+ msgstr "Personalización de publicaciones en medios sociales"
1257
+
1258
+ #: includes/Loader.php:810
1259
+ msgid "Premium"
1260
+ msgstr "Premium"
1261
+
1262
+ #: includes/B2S/Settings/Item.php:398
1263
+ msgid "The image preview will be cropped automatically to fit the default Instagram layout for your Instagram timeline. The image will be shown uncropped when opening the preview page for your Instagram post."
1264
+ msgstr "La vista previa de la imagen se recortará automáticamente para ajustarse al diseño predeterminado de Instagram para tu cronología de Instagram. La imagen se mostrará sin recortar al abrir la página de vista previa de tu publicación de Instagram."
1265
+
1266
+ #: includes/B2S/Network/Item.php:585 includes/B2S/Network/Item.php:588
1267
+ #: includes/B2S/Settings/Item.php:393 includes/B2S/Settings/Item.php:412
1268
+ #: views/b2s/post.sched.php:177 views/b2s/post.calendar.php:69
1269
+ msgid "Image cut out"
1270
+ msgstr "Imagen recortada"
1271
+
1272
+ #: includes/B2S/Settings/Item.php:387
1273
+ msgid "Insert white frames to show the whole image in your timeline. All image information will be shown in your timeline."
1274
+ msgstr "Inserta marcos blancos para mostrar toda la imagen en tu cronología. Toda la información de la imagen se mostrará en tu cronología."
1275
+
1276
+ #: includes/B2S/Network/Item.php:584 includes/B2S/Network/Item.php:587
1277
+ #: includes/B2S/Settings/Item.php:382 includes/B2S/Settings/Item.php:412
1278
+ #: views/b2s/post.sched.php:177 views/b2s/post.calendar.php:69
1279
+ msgid "Image with frame"
1280
+ msgstr "Imagen con marco"
1281
+
1282
+ #: includes/B2S/Ship/Image.php:78 includes/B2S/Ship/Image.php:80
1283
+ #: includes/B2S/Settings/Item.php:321 includes/B2S/Settings/Item.php:342
1284
+ msgid "Image upload / Media Gallery"
1285
+ msgstr "Subida de imágenes / Galería de medios"
1286
+
1287
+ #: includes/B2S/Settings/Item.php:237
1288
+ msgid "add/change connection"
1289
+ msgstr "añadir/cambiar conexión"
1290
+
1291
+ #: includes/B2S/Settings/Item.php:203
1292
+ msgid "Exclude (Do no post ...)"
1293
+ msgstr "Excluir (No publicar ...)"
1294
+
1295
+ #: includes/B2S/Settings/Item.php:202
1296
+ msgid "Include (Post only...)"
1297
+ msgstr "Incluir (sólo entrada...)"
1298
+
1299
+ #: includes/B2S/Settings/Item.php:201
1300
+ msgid "Post Types"
1301
+ msgstr "Tipos de contenido"
1302
+
1303
+ #: includes/B2S/Settings/Item.php:200
1304
+ msgid "Filter Posts (Only posts that meet the following criteria will be autoposted)"
1305
+ msgstr "Filtrar entradas (solo se registrarán automáticamente las entradas que cumplan los siguientes criterios)"
1306
+
1307
+ #: includes/B2S/Settings/Item.php:177
1308
+ msgid "minutes"
1309
+ msgstr "minutos"
1310
+
1311
+ #: includes/B2S/Settings/Item.php:176
1312
+ msgid "publish with a delay of"
1313
+ msgstr "publicar con un retraso de"
1314
+
1315
+ #: includes/B2S/Curation/View.php:61 includes/B2S/Settings/Item.php:175
1316
+ msgid "immediately"
1317
+ msgstr "inmediatamente"
1318
+
1319
+ #: includes/B2S/Settings/Item.php:174
1320
+ msgid "Select to auto-post immediately after publishing or with a delay"
1321
+ msgstr "Selecciona para publicar automáticamente inmediatamente después de la publicación o con un retraso"
1322
+
1323
+ #: includes/B2S/Settings/Item.php:171
1324
+ msgid "Select to auto-post to your standard networks:"
1325
+ msgstr "Selecciona para publicar automáticamente en tus redes estándar"
1326
+
1327
+ #: includes/B2S/Settings/Item.php:167
1328
+ msgid "Select by default to automatically share your imported posts"
1329
+ msgstr "Selecciona por defecto para compartir automáticamente tus entradas importadas."
1330
+
1331
+ #: includes/B2S/Settings/Item.php:161
1332
+ msgid "posts per day"
1333
+ msgstr "entradas por día"
1334
+
1335
+ #: includes/B2S/Settings/Item.php:161
1336
+ msgid "share up to"
1337
+ msgstr "compartir hasta"
1338
+
1339
+ #: includes/B2S/Settings/Item.php:153
1340
+ msgid "Define by default to automatically share your imported posts to social media:"
1341
+ msgstr "Define por defecto para compartir automáticamente tus entradas importadas a los medios sociales:"
1342
+
1343
+ #: includes/B2S/Settings/Item.php:152
1344
+ msgid "Auto-post your imported posts to Twitter & Facebook"
1345
+ msgstr "Publica automáticamente tus entradas importadas en Twitter y Facebook"
1346
+
1347
+ #: includes/B2S/Settings/Item.php:115
1348
+ msgid "Select by default if the auto-poster is activated when you publish a new post or update a post."
1349
+ msgstr "Selecciona si, por defecto, está activa la publicación automática cuando publiques una nueva entrada o actualices una entrada."
1350
+
1351
+ #: includes/B2S/Settings/Item.php:113
1352
+ msgid "Define by default to automatically post your posts on social media:"
1353
+ msgstr "Define por defecto publicar automáticamente tus entradas en los medios sociales:"
1354
+
1355
+ #: includes/B2S/Settings/Item.php:112
1356
+ msgid "Auto-post your own created posts"
1357
+ msgstr "Publica automáticamente las entradas creadas por ti"
1358
+
1359
+ #: includes/B2S/Post/Item.php:555 includes/B2S/Ship/Save.php:438
1360
+ #: views/b2s/support.php:15
1361
+ msgid "FAQ"
1362
+ msgstr "FAQ"
1363
+
1364
+ #: includes/B2S/Post/Item.php:555 includes/B2S/Ship/Save.php:438
1365
+ msgid "Please see"
1366
+ msgstr "Por favor, mira"
1367
+
1368
+ #: views/b2s/ship.php:521 views/b2s/post.sched.php:146
1369
+ #: views/b2s/post.calendar.php:129
1370
+ msgid "Define the default settings for the custom post format for all of your Twitter accounts in the Blog2Social settings."
1371
+ msgstr "Define los ajustes por defecto para el formato de entrada personalizada para todas sus cuentas de Twitter en los ajustes de Blog2Social."
1372
+
1373
+ #: views/b2s/ship.php:406 views/b2s/curation.php:122
1374
+ #: views/b2s/post.calendar.php:272
1375
+ msgid "Whenever you publish a post, only a fraction of your followers will actually see your post. Use the Blog2Social Best Times Scheduler to share your post at the best times for each social network. Get more outreach and extend the lifespan of your posts."
1376
+ msgstr "Cada vez que publiques una entrada, solo la verán una fracción de tus seguidores. Utiliza el programador de mejores horarios de Blog2Social para compartir tu entrada en los mejores momentos para cada red social. Obtén más divulgación y extiende la vida útil de tus entradas."
1377
+
1378
+ #: includes/B2S/Settings/Item.php:363
1379
+ msgid "With Premium Pro, you can change the custom post format photo post or link post for each individual social media post and channel (profile, page, group)."
1380
+ msgstr "Con Premium Pro puedes personalizar el formato de entrada con foto o el de entrada co enlace para cada publicación y canal de medios sociales (perfil, página, grupo)."
1381
+
1382
+ #: views/b2s/ship.php:403 views/b2s/curation.php:119
1383
+ #: views/b2s/post.calendar.php:269
1384
+ msgid "You have evergreen content you want to re-share from time to time in your timeline? Schedule your evergreen content to be shared once, multiple times or recurringly at specific times."
1385
+ msgstr "¿Tienes contenido perenne que quieres volver a compartir de vez en cuando en tu cronología? Programa tu contenido de hoja perenne para que se comparta una vez, varias veces o de forma recurrente en momentos específicos."
1386
+
1387
+ #: views/b2s/settings.php:37
1388
+ msgid "Social Meta Data"
1389
+ msgstr "Meta datos sociales"
1390
+
1391
+ #: views/b2s/partials/post-edit-modal.php:101
1392
+ msgid "Change details"
1393
+ msgstr "Cambiar detalles"
1394
+
1395
+ #: views/b2s/partials/post-edit-modal.php:35
1396
+ msgid "This post is blocked by %1"
1397
+ msgstr "Esta entrada está bloqueada por %1"
1398
+
1399
+ #: views/b2s/partials/post-edit-modal.php:7
1400
+ msgid "Edit Post"
1401
+ msgstr "Editar entrada"
1402
+
1403
+ #: includes/B2S/Ship/Item.php:808
1404
+ msgid "Schedule Recurrent Post"
1405
+ msgstr "Programar entrada periódica"
1406
+
1407
+ #: includes/B2S/Ship/Item.php:456
1408
+ msgid "Card Meta description"
1409
+ msgstr "Meta description de la tarjeta"
1410
+
1411
+ #: includes/B2S/Ship/Item.php:455
1412
+ msgid "Card Meta title"
1413
+ msgstr "Título meta de la tarjeta"
1414
+
1415
+ #: includes/B2S/Ship/Item.php:450
1416
+ msgid "Info: Change Card Meta tags image, title and description for this network"
1417
+ msgstr "Información: Cambiar la imagen, el título y la descripción de las etiquetas meta de la tarjeta para esta red"
1418
+
1419
+ #: includes/B2S/Ship/Item.php:432
1420
+ msgid "OG Meta description"
1421
+ msgstr "Descripción meta de OG"
1422
+
1423
+ #: includes/B2S/Ship/Item.php:431
1424
+ msgid "OG Meta title"
1425
+ msgstr "Título meta de OG"
1426
+
1427
+ #: includes/B2S/Ship/Item.php:429 includes/B2S/Ship/Item.php:453
1428
+ msgid "You want to change your link image, link title and link description for this network? Click here."
1429
+ msgstr "¿Quieres cambiar la imagen del enlace, el título del enlace y la descripción del enlace para esta red? Haz clic aquí."
1430
+
1431
+ #: includes/B2S/Ship/Item.php:426
1432
+ msgid "Info: Change Open Graph Meta tags image, title and description for this network"
1433
+ msgstr "Información: Cambia la imagen, el título y la descripción de las etiquetas meta Open Graph para esta red"
1434
+
1435
+ #: includes/B2S/Settings/Item.php:345
1436
+ msgid "Please note: Twitter supports images with a minimum dimension of 144x144 pixels and a maximum dimension of 4096x4096 pixels and less than 5 BM. The image will be cropped to a square. Twitter supports JPG, PNG, WEBP and GIF formats."
1437
+ msgstr "Ten en cuenta: Twitter admite imágenes con una dimensión mínima de 144x144 píxeles y una dimensión máxima de 4096x4096 píxeles y menos de 5 BM. La imagen se recortará a un cuadrado. Twitter es compatible con los formatos JPG, PNG, WEBP y GIF."
1438
+
1439
+ #: includes/B2S/Settings/Item.php:330
1440
+ msgid "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)"
1441
+ msgstr "Añade los parámetros por defecto de la tarjeta de Twitter para el título, descripción e imagen que quieres que muestre Twitter si compartes la página de inicio de tu blog como un enlace (http://www.tublog.com)"
1442
+
1443
+ #: includes/B2S/Settings/Item.php:324
1444
+ msgid "Please note: Facebook supports images with a minimum dimension of 200x200 pixels and an aspect ratio of 1:1."
1445
+ msgstr "Nota: Facebook admite imágenes con una dimensión mínima de 200x200 píxeles y una relación de aspecto de 1:1."
1446
+
1447
+ #: includes/B2S/Settings/Item.php:319 includes/B2S/Settings/Item.php:340
1448
+ msgid "Image URL"
1449
+ msgstr "URL de la imagen"
1450
+
1451
+ #: includes/B2S/Settings/Item.php:318 includes/B2S/Settings/Item.php:339
1452
+ msgid "Description"
1453
+ msgstr "Descripción"
1454
+
1455
+ #: includes/B2S/Settings/Item.php:314
1456
+ msgid "Add the default Open Graph parameters for title, description and image you want Facebook to display, if you share the frontpage of your blog as link post (http://www.yourblog.com)"
1457
+ msgstr "Añade los parámetros por defecto de Open Graph para el título, la descripción y la imagen que quieres que Facebook muestro, si compartes la página de inicio de tu blog (http://www.tublog.com)"
1458
+
1459
+ #: includes/B2S/Settings/Item.php:310
1460
+ msgid "Frontpage Settings"
1461
+ msgstr "Ajustes de la página de inicio"
1462
+
1463
+ #: includes/B2S/Settings/Item.php:289
1464
+ msgid "Add Twitter Card meta tags to your shared posts or pages, required by Twitter to display your post or page image, title and description correctly."
1465
+ msgstr "Añade etiquetas meta de la tarjeta de Twitter a tus entradas o páginas compartidas, obligatorias para que Twitter muestre tu publicación o imagen de página, título y descripción correctamente."
1466
+
1467
+ #: includes/B2S/Settings/Item.php:287
1468
+ msgid "Add Open Graph meta tags to your shared posts or pages, required by Facebook and other social networks to display your post or page image, title and description correctly."
1469
+ msgstr "Añade etiquetas meta Open Graph a tus entradas o páginas compartidas, obligatorias para que Facebook y otras redes sociales muestren correctamente la imagen, el título y la descripción de tu entrada o página."
1470
+
1471
+ #: includes/B2S/Settings/Item.php:286
1472
+ msgid "Meta Tags Settings for Posts and Pages"
1473
+ msgstr "Ajustes de meta etiquetas para entradas y páginas"
1474
+
1475
+ #: includes/B2S/Settings/Item.php:92 includes/B2S/Settings/Item.php:283
1476
+ #: includes/B2S/Settings/Item.php:308
1477
+ msgid "This is a global feature for your blog, which can only be edited by users with admin rights."
1478
+ msgstr "Esta es una característica global para tu blog, que solo puede ser editada por los usuarios con derechos de administrador."
1479
+
1480
+ #: includes/B2S/Settings/Item.php:281
1481
+ msgid "Reset all page and post meta data"
1482
+ msgstr "Restablecer todos los datos meta de páginas y entradas"
1483
+
1484
+ #. Plugin Name of the plugin
1485
+ msgid "Blog2Social: Social Media Auto Post & Scheduler"
1486
+ msgstr "Blog2Social: Social Media Auto Post & Scheduler"
1487
+
1488
+ #: views/b2s/ship.php:527 views/b2s/post.sched.php:152
1489
+ #: views/b2s/post.calendar.php:135
1490
+ msgid "Define the default settings for the custom post format for all of your Instagram accounts in the Blog2Social settings."
1491
+ msgstr "Define los ajustes por defecto para el formato de entrada personalizada para todas sus cuentas de Instagram en los ajustes de Blog2Social."
1492
+
1493
+ #: views/b2s/ship.php:518 views/b2s/post.sched.php:143
1494
+ #: views/b2s/post.calendar.php:126
1495
+ msgid "Define the default settings for the custom post format for all of your Facebook accounts in the Blog2Social settings."
1496
+ msgstr "Define los ajustes por defecto para el formato de entrada personalizada para todas sus cuentas de Facebook en los ajustes de Blog2Social."
1497
+
1498
+ #: views/b2s/ship.php:500 views/b2s/post.sched.php:124
1499
+ #: views/b2s/post.calendar.php:107
1500
+ msgid "for:"
1501
+ msgstr "por:"
1502
+
1503
+ #: views/b2s/ship.php:498 views/b2s/post.sched.php:122
1504
+ #: views/b2s/post.calendar.php:105
1505
+ msgid "Choose your"
1506
+ msgstr "Elige tu"
1507
+
1508
+ #: views/b2s/ship.php:400 views/b2s/curation.php:116
1509
+ #: views/b2s/post.calendar.php:266
1510
+ msgid "You want to publish a post on a specific date? No problem! Just enter your desired date and you are ready to go!"
1511
+ msgstr "¿Quieres publicar una entrada en una fecha específica? ¡No hay problema! Sólo tienes que introducir la fecha deseada y ya está listo para hacerlo!"
1512
+
1513
+ #: views/b2s/ship.php:396 views/b2s/curation.php:112
1514
+ #: views/b2s/post.calendar.php:262
1515
+ msgid "Blog2Social Premium covers everything you need."
1516
+ msgstr "Blog2Social Premium cubre todo lo que necesitas."
1517
+
1518
+ #: views/b2s/ship.php:393 views/b2s/curation.php:109
1519
+ #: views/b2s/post.calendar.php:259
1520
+ msgid "Need to schedule your posts?"
1521
+ msgstr "¿Necesitas programar tus publicaciones?"
1522
+
1523
+ #: views/b2s/ship.php:162
1524
+ msgid "Save network collection"
1525
+ msgstr "Guardar colección de red"
1526
+
1527
+ #: views/b2s/ship.php:67
1528
+ msgid "Load My Times Settings"
1529
+ msgstr "Cargar ajustes de mis horarios"
1530
+
1531
+ #: includes/System.php:84
1532
+ msgid "<a href=\"https://www.blog2social.com/en/faq/content/1/58/en/system-requirements-for-installing-blog2social.html\" target=\"_blank\"> Please find more Information and help in our FAQ</a>"
1533
+ msgstr "<a href=\"https://www.blog2social.com/en/faq/content/1/58/en/system-requirements-for-installing-blog2social.html\" target=\"_blank\"> Por favor, encuentra más información y ayuda en nuestras FAQ</a>"
1534
+
1535
+ #: includes/System.php:75
1536
+ msgid "Blog2Social used PHP. Your installed PHP version on your server is not high enough to use Blog2Social. Update your PHP version on 5.5.3 or higher."
1537
+ msgstr "Blog2Social utiliza PHP. La versión de PHP instalada en tu servidor no es lo suficientemente alta como para usar Blog2Social. Actualiza tu versión de PHP a la 5.5.3 o superior."
1538
+
1539
+ #: includes/System.php:72 includes/System.php:78
1540
+ msgid "Please see <a href=\"https://www.blog2social.com/en/faq/content/1/58/en/system-requirements-for-installing-blog2social.html\" target=\"_blank\">FAQ</a>"
1541
+ msgstr "Consulta <a href=\"https://www.blog2social.com/en/faq/content/1/58/en/system-requirements-for-installing-blog2social.html\" target=\"_blank\">las FAQ</a>"
1542
+
1543
+ #: includes/B2S/PostBox.php:25
1544
+ msgid "Please see FAQ"
1545
+ msgstr "Por favor, mira las FAQ"
1546
+
1547
+ #: includes/B2S/PostBox.php:123
1548
+ msgid "Blog2Social: Customize & Schedule Social Media Posts"
1549
+ msgstr "Blog2Social: Personalizar y programar publicaciones en medios sociales"
1550
+
1551
+ #: includes/Loader.php:365
1552
+ msgid "Auto-Post on Social Media"
1553
+ msgstr "Publicación automática en medios sociales"
1554
+
1555
+ #: includes/B2S/Settings/Item.php:363
1556
+ msgid "Upgrade to Premium Pro now."
1557
+ msgstr "Actualiza a Premium Pro ahora."
1558
+
1559
+ #: includes/B2S/Settings/Item.php:362
1560
+ msgid "Did you know?"
1561
+ msgstr "¿Lo sabías?"
1562
+
1563
+ #: includes/B2S/Network/Item.php:169 includes/B2S/Settings/Item.php:235
1564
+ msgid "Connections"
1565
+ msgstr "Conexiones"
1566
+
1567
+ #: includes/B2S/Network/Item.php:65
1568
+ msgid "Your profiles:"
1569
+ msgstr "Tus perfiles:"
1570
+
1571
+ #: includes/B2S/Network/Item.php:63 includes/B2S/Network/Item.php:176
1572
+ msgid "My profile"
1573
+ msgstr "Mi perfil"
1574
+
1575
+ #: includes/B2S/Network/Item.php:62
1576
+ msgid "Show all"
1577
+ msgstr "Mostrar todo"
1578
+
1579
+ #: views/notice.php:26
1580
+ msgid "Unknown error"
1581
+ msgstr "Error desconocido"
1582
+
1583
+ #: views/notice.php:14
1584
+ msgid "The connection to your server has been interrupted. Please make sure that your blog is reachable. If your server does not respond or is too slow, Blog2Social cannot connect to the internet. Try again later or contact your webmaster, if this error message persists."
1585
+ msgstr "La conexión con el servidor se ha interrumpido. Por favor, asegúrate de que tu blog es accesible. Si tu servidor no responde o es demasiado lento, Blog2Social no puede conectarse a Internet. Inténtalo de nuevo más tarde o ponte en contacto con tu webmaster, si este mensaje de error persiste."
1586
+
1587
+ #: views/b2s/ship.php:498 views/b2s/post.sched.php:122
1588
+ #: views/b2s/post.calendar.php:105
1589
+ msgid "Post Format"
1590
+ msgstr "Formato de entrada"
1591
+
1592
+ #: views/b2s/ship.php:439 views/b2s/post.sched.php:103
1593
+ #: views/b2s/post.calendar.php:150
1594
+ msgid "Select image for"
1595
+ msgstr "Seleccionar imagen para"
1596
+
1597
+ #: views/b2s/ship.php:241
1598
+ msgid "Time zone"
1599
+ msgstr "Zona horaria"
1600
+
1601
+ #: views/b2s/ship.php:172
1602
+ msgid "requires image"
1603
+ msgstr "requiere imagen"
1604
+
1605
+ #: views/b2s/ship.php:171
1606
+ msgid "network connected"
1607
+ msgstr "red conectada"
1608
+
1609
+ #: views/b2s/settings.php:148
1610
+ msgid "Blog2Social applies the scheduled time settings based on the time zone defined in the general settings of your WordPress. You can select a user-specific time zone that deviates from the Wordpress system time zone for your social media scheduling.<br><br>Select the desired time zone from the drop-down menu."
1611
+ msgstr "Blog2Social aplica los ajustes de hora programada según la zona horaria definida en los ajustes generales de WordPress. Puedes seleccionar una zona horaria específica de usuario que se desvíe de la zona horaria del sistema WordPress para la programación en medios sociales. <br> <br> Selecciona la zona horaria deseada en el menú desplegable."
1612
+
1613
+ #: includes/B2S/Settings/Item.php:400
1614
+ msgid "A photo or image post displays the selected image in the one-page preview of Blog2Social and your comment above the image. The image links to the image view on your image gallery in the respective network. Blog2Social adds the link to your post in your comment. The main benefit of photo posts is that your image is uploaded to your personal image albums or gallery. In Facebook, you can edit the albums name with a description of your choice."
1615
+ msgstr "Una entrada con foto o imagen muestra la imagen seleccionada en la vista previa de una página de Blog2Social y tu comentario sobre la imagen. La imagen enlaza con la vista de imagen en tu galería de imágenes en la red correspondiente. Blog2Social añade el enlace a tu entrada en tu comentario. El principal beneficio de las publicaciones con fotos es que tu imagen se carga en tu galería o álbumes de imágenes personales. En Facebook puedes editar el nombre del álbum con una descripción de tu elección."
1616
+
1617
+ #: views/b2s/network.php:156
1618
+ msgid "scheduled posts"
1619
+ msgstr "entradas programadas"
1620
+
1621
+ #: views/b2s/network.php:151
1622
+ msgid "You have still set up scheduled posts for this network:"
1623
+ msgstr "Todavía has establecido entradas programadas para esta red:"
1624
+
1625
+ #: views/b2s/network.php:32
1626
+ msgid "You want to define a new combination of networks?"
1627
+ msgstr "¿Deseas definir una nueva combinación de redes?"
1628
+
1629
+ #: includes/B2S/PostBox.php:227
1630
+ msgid "Upgrade to PREMIUM PRO"
1631
+ msgstr "Actualizar a PREMIUM PRO"
1632
+
1633
+ #: includes/B2S/PostBox.php:227
1634
+ msgid "You want to schedule your blog post with Auto-Poster?"
1635
+ msgstr "¿Quieres programar la entrada de tu blog con la publicación automática?"
1636
+
1637
+ #: includes/B2S/PostBox.php:219
1638
+ msgid "When do you want to share your post on social media?"
1639
+ msgstr "¿Cuándo quieres compartir tu entrada en los medios sociales?"
1640
+
1641
+ #: includes/B2S/PostBox.php:160 views/b2s/ship.php:316 views/b2s/ship.php:376
1642
+ #: views/b2s/ship.php:422 views/b2s/curation.php:138
1643
+ #: views/b2s/post.calendar.php:288
1644
+ msgid "Reporting & calendar: keep track of your published and scheduled social media posts"
1645
+ msgstr "Informes y calendario: realiza un seguimiento de tus entradas publicadas y programadas en los medios sociales"
1646
+
1647
+ #: includes/B2S/PostBox.php:159 views/b2s/ship.php:315 views/b2s/ship.php:375
1648
+ #: views/b2s/ship.php:421 views/b2s/curation.php:137
1649
+ #: views/b2s/post.calendar.php:287
1650
+ msgid "Select individual images per post"
1651
+ msgstr "Seleccionar imágenes individuales por entrada"
1652
+
1653
+ #: includes/B2S/PostBox.php:158 views/b2s/ship.php:314 views/b2s/ship.php:374
1654
+ #: views/b2s/ship.php:420 views/b2s/curation.php:136
1655
+ #: views/b2s/post.calendar.php:286
1656
+ msgid "Select link format or image format for your posts"
1657
+ msgstr "Selecciona el formato de enlace o el formato de imagen para tus entradas"
1658
+
1659
+ #: includes/B2S/PostBox.php:157 views/b2s/ship.php:313 views/b2s/ship.php:373
1660
+ #: views/b2s/ship.php:419 views/b2s/curation.php:135
1661
+ #: views/b2s/post.calendar.php:285
1662
+ msgid "Schedule and re-share old posts"
1663
+ msgstr "Programar y volver a compartir entradas antiguas"
1664
+
1665
+ #: includes/B2S/PostBox.php:156 views/b2s/ship.php:312 views/b2s/ship.php:372
1666
+ #: views/b2s/ship.php:418 views/b2s/curation.php:134
1667
+ #: views/b2s/post.calendar.php:284
1668
+ msgid "Schedule your post for one time, multiple times or recurrently"
1669
+ msgstr "Programa tu entrada una vez, varias veces o de forma periódica"
1670
+
1671
+ #: includes/B2S/PostBox.php:155 views/b2s/ship.php:311 views/b2s/ship.php:371
1672
+ #: views/b2s/ship.php:417 views/b2s/curation.php:133
1673
+ #: views/b2s/post.calendar.php:283
1674
+ msgid "Best Time Manager: use predefined best time scheduler to auto-schedule your social media posts"
1675
+ msgstr "Gestor de mejores horarios: utiliza el mejor programador de horarios predefinido para programar automáticamente tus publicaciones en medios sociales"
1676
+
1677
+ #: includes/B2S/PostBox.php:154 views/b2s/ship.php:310 views/b2s/ship.php:370
1678
+ #: views/b2s/ship.php:416 views/b2s/curation.php:132
1679
+ #: views/b2s/post.calendar.php:282
1680
+ msgid "Schedule your posts at the best times on each network"
1681
+ msgstr "Programa tus entradas en los mejores horarios de cada red"
1682
+
1683
+ #: includes/B2S/PostBox.php:153 views/b2s/ship.php:309 views/b2s/ship.php:369
1684
+ #: views/b2s/ship.php:415 views/b2s/curation.php:131
1685
+ #: views/b2s/post.calendar.php:281
1686
+ msgid "Auto-post and auto-schedule new and updated blog posts"
1687
+ msgstr "Publicación y programación automática de entradas del blog nuevas y actualizadas"
1688
+
1689
+ #: includes/B2S/PostBox.php:152 views/b2s/ship.php:308 views/b2s/ship.php:368
1690
+ #: views/b2s/ship.php:414 views/b2s/curation.php:130
1691
+ #: views/b2s/post.calendar.php:280
1692
+ msgid "Share on multiple profiles, pages and groups"
1693
+ msgstr "Compartir en múltiples perfiles, páginas y grupos"
1694
+
1695
+ #: includes/B2S/PostBox.php:148 views/b2s/ship.php:304 views/b2s/ship.php:364
1696
+ #: views/b2s/ship.php:410 views/b2s/curation.php:126
1697
+ #: views/b2s/post.calendar.php:276
1698
+ msgid "With Blog2Social Premium you can:"
1699
+ msgstr "Con Blog2Social Premium puedes:"
1700
+
1701
+ #: includes/B2S/PostBox.php:143
1702
+ msgid "2. Schedule your social media posts for a specific date and time If you want to share your post at a particular date and time, different from your publishing date, select the option at scheduled times and set any date and time to share your post on social media."
1703
+ msgstr "2. Programa tus entradas en medios sociales para una fecha y hora específicas Si quieres compartir tu publicación en una fecha y hora en particular, diferente a la fecha de publicación, selecciona la opción en los horarios programados y define cualquier fecha y hora para compartir tu entrada en los medios sociales."
1704
+
1705
+ #: includes/B2S/PostBox.php:142
1706
+ msgid "Scheduled blog posts: If you schedule your blog post with click on schedule in your WordPress post editor, Blog2Social will share your social media post on the publishing date of your blog post."
1707
+ msgstr "Entradas de blog programadas: Si programas tu entrada del blog con un clic en la programación de tu editor de entradas de WordPress, Blog2Social compartirá tu publicación en los medios sociales en la fecha de publicación de tu entrada del blog."
1708
+
1709
+ #: includes/B2S/PostBox.php:141
1710
+ msgid "Published blog posts: If you publish your blog post with click on publish in your WordPress post editor, Blog2Social will automatically share your social media post immediately."
1711
+ msgstr "Entradas de blog publicadas: Si publicas tu entrada de blog haciendo clic en publicar en tu editor de entradas de WordPress, Blog2Social compartirá automáticamente tu entrada inmediatamente en los medios sociales."
1712
+
1713
+ #: includes/B2S/PostBox.php:140
1714
+ msgid "1. Immediately after publishing your blog post"
1715
+ msgstr "1. Inmediatamente después de publicar tu entrada del blog"
1716
+
1717
+ #: includes/B2S/PostBox.php:139
1718
+ msgid "You have 2 general options to define the date and time to share your blog posts on social media with the Auto-Poster:"
1719
+ msgstr "Tienes 2 opciones generales para definir la fecha y la hora para compartir tus entradas del blog en los medios sociales con el auto-publicador:"
1720
+
1721
+ #: includes/Loader.php:832
1722
+ msgid "Blog2Social"
1723
+ msgstr "Blog2Social"
1724
+
1725
+ #: includes/B2S/Ship/Save.php:418
1726
+ msgid "view social media post"
1727
+ msgstr "ver entradas en medios sociales"
1728
+
1729
+ #: includes/B2S/Ship/Item.php:308
1730
+ msgid "post format"
1731
+ msgstr "formato de entrada"
1732
+
1733
+ #: includes/B2S/Ship/Image.php:85 views/b2s/settings.php:79
1734
+ msgid "Use image"
1735
+ msgstr "Usar imagen"
1736
+
1737
+ #: includes/B2S/Ship/Image.php:84 views/b2s/settings.php:78
1738
+ msgid "Select or upload an image from media gallery"
1739
+ msgstr "Subir o seleccionar una imagen de la galería de medios"
1740
+
1741
+ #: includes/B2S/Ship/Image.php:59
1742
+ msgid "No images are included in your post."
1743
+ msgstr "No se han incluido imágenes en tu entrada"
1744
+
1745
+ #: includes/Loader.php:810 includes/Loader.php:900
1746
+ #: includes/B2S/Ship/Portale.php:32 includes/B2S/Ship/Portale.php:35
1747
+ #: includes/B2S/Ship/Portale.php:38 includes/B2S/Ship/Item.php:805
1748
+ #: includes/B2S/Ship/Image.php:73 includes/B2S/Ship/Image.php:80
1749
+ #: includes/B2S/Network/Item.php:148 includes/B2S/Network/Item.php:151
1750
+ #: includes/B2S/Network/Item.php:155 includes/B2S/Network/Item.php:158
1751
+ #: includes/B2S/Network/Item.php:250 includes/B2S/Network/Item.php:312
1752
+ #: includes/B2S/Network/Item.php:374 includes/B2S/PostBox.php:108
1753
+ #: includes/B2S/Curation/View.php:53 includes/B2S/Settings/Item.php:102
1754
+ #: views/b2s/partials/post-edit-modal.php:9 views/b2s/ship.php:21
1755
+ #: views/b2s/network.php:33 views/b2s/widgets/posts.php:18
1756
+ msgid "PREMIUM"
1757
+ msgstr "PREMIUM"
1758
+
1759
+ #: includes/B2S/Ship/Image.php:29
1760
+ msgid "To select an individual image from your media library,"
1761
+ msgstr "Para seleccionar una imagen individual de tu biblioteca de medios,"
1762
+
1763
+ #: includes/B2S/Ship/Image.php:28 views/b2s/settings.php:17
1764
+ msgid "You need a higher user role to upload an image on this blog. Please contact your administrator."
1765
+ msgstr "Necesitas un perfil de usuario superior para subir una imagen en este blog. Por favor, contacta con tu administrador."
1766
+
1767
+ #: includes/B2S/Ship/Image.php:27
1768
+ msgid "The images file types .jpg and .png are allowed. Please try another."
1769
+ msgstr "Se permiten los tipos de archivo de imágenes .jpg y .png. Por favor, prueba con otro."
1770
+
1771
+ #: includes/B2S/Network/Item.php:596 includes/B2S/Settings/Item.php:76
1772
+ msgid "Content"
1773
+ msgstr "Contenido"
1774
+
1775
+ #: includes/B2S/Settings/Item.php:144 includes/B2S/Settings/Item.php:186
1776
+ msgid "Save"
1777
+ msgstr "Guardar"
1778
+
1779
+ #: includes/B2S/Settings/Item.php:132
1780
+ msgid "updating existing posts"
1781
+ msgstr "actualizando entradas existentes"
1782
+
1783
+ #: includes/B2S/Settings/Item.php:121 includes/B2S/Settings/Item.php:133
1784
+ msgid "Select all"
1785
+ msgstr "Seleccionar todo"
1786
+
1787
+ #: includes/B2S/Settings/Item.php:121 includes/B2S/Settings/Item.php:133
1788
+ msgid "Unselect all"
1789
+ msgstr "Anular selección de todo"
1790
+
1791
+ #: includes/B2S/Settings/Item.php:120
1792
+ msgid "new posts"
1793
+ msgstr "nuevas entradas"
1794
+
1795
+ #: includes/B2S/Settings/Item.php:71
1796
+ msgid "User"
1797
+ msgstr "Usuario"
1798
+
1799
+ #: includes/B2S/Settings/Item.php:71
1800
+ msgid "Timezone for Scheduling"
1801
+ msgstr "Zona horaria para la programación"
1802
+
1803
+ #: includes/B2S/Settings/Item.php:65 views/b2s/settings.php:145
1804
+ msgid "Personal Time Zone"
1805
+ msgstr "Zona horaria personal"
1806
+
1807
+ #: includes/B2S/Ship/Item.php:764 includes/B2S/Settings/Item.php:62
1808
+ #: includes/B2S/Settings/Item.php:82
1809
+ msgid "Account"
1810
+ msgstr "Cuenta"
1811
+
1812
+ #: includes/B2S/Ship/Image.php:30 includes/B2S/Network/Item.php:208
1813
+ #: includes/B2S/Network/Item.php:269 includes/B2S/Network/Item.php:332
1814
+ msgid "please upgrade"
1815
+ msgstr "por favor, actualiza"
1816
+
1817
+ #: includes/B2S/Network/Item.php:211 includes/B2S/Network/Item.php:272
1818
+ #: includes/B2S/Network/Item.php:335
1819
+ msgid "Authorization is interrupted since"
1820
+ msgstr "La autorización se ha interrumpido desde"
1821
+
1822
+ #: views/b2s/partials/post-edit-modal.php:97 views/b2s/network.php:37
1823
+ msgid "Delete"
1824
+ msgstr "Borrar"
1825
+
1826
+ #. Description of the plugin
1827
+ msgid "Auto publish, schedule & share posts on social media: Facebook, Twitter, XING, LinkedIn, Instagram, ... crosspost to pages & groups"
1828
+ msgstr "Publicación automática, programación y compartir entradas en las medios sociales: Facebook, Twitter, XING, LinkedIn, Instagram, ... publicaciones cruzadas con páginas y grupos"
1829
+
1830
+ #: includes/B2S/PostBox.php:223 includes/B2S/Curation/View.php:62
1831
+ msgid "at scheduled times"
1832
+ msgstr "a las horas programadas"
1833
+
1834
+ #: includes/B2S/PostBox.php:222
1835
+ msgid "immediately after publishing"
1836
+ msgstr "inmediatamente después de la publicación"
1837
+
1838
+ #: includes/B2S/PostBox.php:78 includes/B2S/PostBox.php:80
1839
+ msgid "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."
1840
+ msgstr "Tu entrada está aún en estado de borrador o pendiente. Por favor, asegúrate de que tu entrada esté publicada o programada para publicarla en este blog. Entonces ya puedes publicar automáticamente o programar y personalizar tus entradas en medios sociales con Blog2Social."
1841
+
1842
+ #: views/b2s/ship.php:356
1843
+ msgid "Ignore & share"
1844
+ msgstr "Ignorar y compartir"
1845
+
1846
+ #: views/b2s/ship.php:353
1847
+ msgid "Schedule your post"
1848
+ msgstr "Programa tu entrada"
1849
+
1850
+ #: views/b2s/ship.php:349
1851
+ msgid "At least one of your selected networks is set to \"Share Now\""
1852
+ msgstr "Al menos una de las redes seleccionadas está establecida en «Compartir ahora»"
1853
+
1854
+ #: views/b2s/ship.php:346
1855
+ msgid "Your blog post is not yet published on your Wordpress!"
1856
+ msgstr "¡Tu entrada de blog aún no está publicada en tu WordPress!"
1857
+
1858
+ #: views/b2s/settings.php:92
1859
+ msgid "Shortcodes are used by some wordpress plugins like Elementor, Visual Composer and Content Builder. When a shortcode is inserted in a WordPress post or page, it is replaced with some other content when you publish the article on your blog. In other words, a shortcode instructs WordPress to find a special command that is placed in square brackets ([]) and replace it with the appropriate dynamic content by a plugin you use.<br><br>Activate this feature, if you should use dynamic elements in your articles."
1860
+ msgstr "Los shortcodes los utilizan algunos plugins WordPress como Elementor, Visual Composer y Content Builder. Cuando se inserta un shortcode en una entrada o página de WordPress, se reemplaza por otro contenido al publicar el artículo en tu blog. En otras palabras, un shortcode le indica a WordPress que busque un comando especial que se coloca entre corchetes ([]) y lo reemplace con el contenido dinámico apropiado de un plugin que uses. <br> <br> Activa esta características, si debes usar elementos dinámicos en tus artículos."
1861
+
1862
+ #: views/b2s/settings.php:89
1863
+ msgid "Allow shortcodes in my post"
1864
+ msgstr "Permitir shortcodes en mi entrada"
1865
+
1866
+ #: includes/B2S/PostBox.php:246
1867
+ msgid "Note: If you ​have​ not ​specified​ your own times, we automatically provide you with the best times to post​ on the social networks. You can always ​edit​ your own times in the settings."
1868
+ msgstr "Nota: Si no has especificado tus propios horarios, te proporcionamos automáticamente los mejores horarios para publicar en las redes sociales. Siempre puedes editar tus propios horarios en los ajustes."
1869
+
1870
+ #: includes/Loader.php:735
1871
+ msgid "Your post is a duplicate."
1872
+ msgstr "Tu entrada está duplicada."
1873
+
1874
+ #: includes/Loader.php:734
1875
+ msgid "The network can not publish special characters such as Emoji. Please see <a target=\"_blank\" href=\"https://www.blog2social.com/en/faq/category/9/troubleshooting-for-error-messages.html\">FAQ</a>."
1876
+ msgstr "La red no puede publicar caracteres especiales como Emojis. Por favor, consulta <a target=\"_blank\" href=\"https://www.blog2social.com/en/faq/category/9/troubleshooting-for-error-messages.html\">las FAQ</a>."
1877
+
1878
+ #: includes/Loader.php:670 includes/Loader.php:672
1879
+ msgid "show details"
1880
+ msgstr "mostrar detalles"
1881
+
1882
+ #: includes/Loader.php:670
1883
+ msgid "This post will be shared into your social media from"
1884
+ msgstr "Esta entrada se compartirá en tus redes sociales desde"
1885
+
1886
+ #: includes/B2S/Ship/Item.php:143 includes/B2S/Ship/Item.php:201
1887
+ msgid "Network does not support emojis"
1888
+ msgstr "La red no admite emojis"
1889
+
1890
+ #: includes/B2S/Settings/Item.php:382 includes/B2S/Settings/Item.php:412
1891
+ #: views/b2s/post.sched.php:177 views/b2s/post.calendar.php:69
1892
+ msgid "Link Post"
1893
+ msgstr "Enlace de la publicación"
1894
+
1895
+ #: includes/B2S/Settings/Item.php:85
1896
+ msgid "allow shortcodes in my post"
1897
+ msgstr "permitir shortcodes en mi entrada"
1898
+
1899
+ #: includes/B2S/Post/Item.php:561
1900
+ msgid "sharing in progress by"
1901
+ msgstr "compartir en progreso por"
1902
+
1903
+ #: includes/B2S/PostBox.php:233
1904
+ msgid "Select date:"
1905
+ msgstr "Seleccionar fecha:"
1906
+
1907
+ #: includes/B2S/Post/Filter.php:175
1908
+ msgid "scheduled post(s)"
1909
+ msgstr "entrada(s) programada(s)"
1910
+
1911
+ #: includes/B2S/Post/Filter.php:175
1912
+ msgid "selected date"
1913
+ msgstr "fecha seleccionada"
1914
+
1915
+ #: includes/B2S/Ship/Item.php:359 includes/B2S/PostBox.php:234
1916
+ msgid "show calendar"
1917
+ msgstr "mostrar calendario"
1918
+
1919
+ #: includes/B2S/Ship/Item.php:359
1920
+ msgid "hide calendar"
1921
+ msgstr "ocultar calendario"
1922
+
1923
+ #: views/b2s/settings.php:40
1924
+ msgid "Network Settings"
1925
+ msgstr "Ajustes de red"
1926
+
1927
+ #: views/b2s/settings.php:26
1928
+ msgid "save..."
1929
+ msgstr "guardar…"
1930
+
1931
+ #: views/b2s/post.sched.php:85
1932
+ msgid "You are sure, you want to delete entries from the scheduling?"
1933
+ msgstr "¿Estás seguro de que quieres borrar entradas de la programación?"
1934
+
1935
+ #: views/b2s/post.sched.php:82
1936
+ msgid "Delete entries form the scheduling"
1937
+ msgstr "Borrar entradas de la programación"
1938
+
1939
+ #: views/b2s/post.notice.php:73 views/b2s/post.publish.php:73
1940
+ #: views/b2s/post.approve.php:86 views/b2s/post.sched.php:87
1941
+ #: views/b2s/widgets/posts.php:63
1942
+ msgid "Number of entries"
1943
+ msgstr "Número de entradas"
1944
+
1945
+ #: views/b2s/post.notice.php:71 views/b2s/post.publish.php:71
1946
+ #: views/b2s/widgets/posts.php:61
1947
+ msgid "You are sure, you want to delete entries from the reporting?"
1948
+ msgstr "¿Estás seguro de que quieres borrar entradas del informe?"
1949
+
1950
+ #: views/b2s/post.notice.php:68 views/b2s/post.publish.php:68
1951
+ #: views/b2s/widgets/posts.php:58
1952
+ msgid "Delete entries from the reporting"
1953
+ msgstr "Borrar entradas del informe"
1954
+
1955
+ #: views/b2s/premium.php:48
1956
+ msgid "Enter license key and change your version"
1957
+ msgstr "Introduce la clave de licencia y cambia tu versión"
1958
+
1959
+ #: includes/B2S/Post/Item.php:714
1960
+ msgid "delete scheduling"
1961
+ msgstr "borrar programación"
1962
+
1963
+ #: includes/B2S/Post/Item.php:583 includes/B2S/Post/Item.php:596
1964
+ msgid "delete from reporting"
1965
+ msgstr "borrar del informe"
1966
+
1967
+ #: includes/B2S/Post/Item.php:545 includes/B2S/Post/Item.php:615
1968
+ #: includes/B2S/Post/Item.php:680
1969
+ msgid "select all"
1970
+ msgstr "seleccionar todo"
1971
+
1972
+ #: includes/B2S/Post/Filter.php:99
1973
+ msgid "all categories & tags"
1974
+ msgstr "todas las categorías y etiquetas"
1975
+
1976
+ #: views/b2s/ship.php:173
1977
+ msgid "refresh authorization"
1978
+ msgstr "actualizar autorización"
1979
+
1980
+ #: views/b2s/settings.php:31
1981
+ msgid "General"
1982
+ msgstr "General"
1983
+
1984
+ #: views/b2s/dashboard.php:60
1985
+ msgid "Follow us"
1986
+ msgstr "Síguenos"
1987
+
1988
+ #: views/b2s/support.php:192
1989
+ msgid "(Support times: from 9:00 a.m. to 5:00 p.m. CET on working days)"
1990
+ msgstr "(Horario de soporte: de 9:00 a.m. a 5:00 p.m. CET en días laborables)"
1991
+
1992
+ #: views/b2s/support.php:190
1993
+ msgid "Call us: +49 2181 7569-277"
1994
+ msgstr "Llámanos: +49 2181 7569-277"
1995
+
1996
+ #: views/b2s/support.php:188
1997
+ msgid "Contact Support by Email"
1998
+ msgstr "Ponte en contacto con el equipo de soporte por correo electrónico"
1999
+
2000
+ #: includes/B2S/PostBox.php:34
2001
+ msgid "last auto-post:"
2002
+ msgstr "última publicación automática:"
2003
+
2004
+ #: includes/Loader.php:800 includes/Loader.php:848
2005
+ msgid "Posts & Sharing"
2006
+ msgstr "Publicar y compartir"
2007
+
2008
+ #: includes/PRG/Post/Filter.php:53 includes/B2S/Post/Filter.php:121
2009
+ msgid "all post types"
2010
+ msgstr "todos los tipos de contenido"
2011
+
2012
+ #: includes/B2S/Post/Filter.php:63
2013
+ msgid "all statuses"
2014
+ msgstr "todos los estados"
2015
+
2016
+ #: includes/B2S/PostBox.php:147
2017
+ msgid "You want to auto-post your blog post?"
2018
+ msgstr "¿Quieres publicar automáticamente tu entrada del blog?"
2019
+
2020
+ #: includes/B2S/PostBox.php:135
2021
+ msgid "Blog2Social: Social Media Auto-Posting"
2022
+ msgstr "Blog2Social: Publicación automática en medios sociales"
2023
+
2024
+ #: includes/B2S/PostBox.php:105
2025
+ msgid "enable Auto-Posting"
2026
+ msgstr "activar publicación automática"
2027
+
2028
+ #: includes/B2S/PostBox.php:101
2029
+ msgid "Social Media Auto-Posting"
2030
+ msgstr "Publicación automática en medios sociales"
2031
+
2032
+ #: includes/B2S/PostBox.php:98
2033
+ msgid "Customize & Schedule Social Media Posts"
2034
+ msgstr "Personalizar y programar publicaciones en medios sociales"
2035
+
2036
+ #: includes/B2S/PostBox.php:97
2037
+ msgid "Custom Sharing & Scheduling"
2038
+ msgstr "Compartir personalizado y programación"
2039
+
2040
+ #: includes/B2S/PostBox.php:126
2041
+ msgid "Customize and schedule your social media posts on the one page preview for all your selected networks: tailor your posts with individual comments, #hashtags or @handles and schedule your posts for the best times to post, for multiple times or re-share recurrently for more visibility and engagement with your community."
2042
+ msgstr "Personaliza y programa tus publicaciones en redes sociales en la vista previa de una página para todas tus redes seleccionadas: personaliza tus publicaciones con comentarios individuales, #hashtags o menciones y programa tus publicaciones en los mejores momentos para publicar, hazlo varias veces o vuelve a compartir de forma periódica para más visibilidad y participación con tu comunidad."
2043
+
2044
+ #: includes/B2S/Ship/Item.php:746 includes/B2S/Network/Item.php:170
2045
+ #: includes/B2S/Network/Item.php:533 includes/B2S/Network/Item.php:577
2046
+ #: includes/B2S/Network/Item.php:596 includes/B2S/Network/Item.php:624
2047
+ #: includes/B2S/PostBox.php:97 includes/B2S/PostBox.php:101
2048
+ #: includes/B2S/Settings/Item.php:69 includes/B2S/Settings/Item.php:77
2049
+ #: includes/B2S/Settings/Item.php:85 includes/B2S/Settings/Item.php:87
2050
+ #: includes/B2S/Settings/Item.php:93 includes/B2S/Settings/Item.php:112
2051
+ #: includes/B2S/Settings/Item.php:152 includes/B2S/Settings/Item.php:287
2052
+ #: includes/B2S/Settings/Item.php:289 views/b2s/ship.php:74
2053
+ #: views/b2s/ship.php:164 views/b2s/ship.php:253
2054
+ msgid "Info"
2055
+ msgstr "Información"
2056
+
2057
+ #: views/b2s/ship.php:303
2058
+ msgid "You want re-share your blog post?"
2059
+ msgstr "¿Quieres volver a compartir tu entrada de blog?"
2060
+
2061
+ #: views/b2s/ship.php:66
2062
+ msgid "You want to load your time settings?"
2063
+ msgstr "¿Quieres cargar tus ajustes horarios?"
2064
+
2065
+ #: includes/B2S/PostBox.php:164 views/b2s/ship.php:320 views/b2s/ship.php:380
2066
+ #: views/b2s/ship.php:426 views/b2s/curation.php:142
2067
+ #: views/b2s/post.calendar.php:292
2068
+ msgid "or <a href=\"http://service.blog2social.com/trial\" target=\"_blank\">start with free 30-days-trial of Blog2Social Premium</a> (no payment information needed)"
2069
+ msgstr "o <a href=\"http://service.blog2social.com/trial\" target=\"_blank\">comienza una prueba gratuita de 30 días de Blog2social premium</a> (no es necesaria información de pago)"
2070
+
2071
+ #: includes/B2S/PostBox.php:151 views/b2s/ship.php:307 views/b2s/ship.php:367
2072
+ #: views/b2s/ship.php:413 views/b2s/curation.php:129
2073
+ #: views/b2s/post.calendar.php:279
2074
+ msgid "Post on pages and groups"
2075
+ msgstr "Publicar en páginas y grupos"
2076
+
2077
+ #: includes/Notice.php:21
2078
+ msgid "RATE BLOG2SOCIAL"
2079
+ msgstr "PUNTÚA BLOG2SOCIAL"
2080
+
2081
+ #: includes/Notice.php:20
2082
+ msgid "If you like Blog2Social, please give us a 5 star rating. I there is anything that does not work for you, please contact us!!"
2083
+ msgstr "Si te gusta Blog2Social, por favor danos una valoración de 5 estrellas. Si hay algo que no te funcione, por favor, ¡¡ponte en contacto con nosotros!!"
2084
+
2085
+ #: includes/B2S/Post/Item.php:539 views/b2s/settings.php:34
2086
+ #: views/b2s/premium.php:109
2087
+ msgid "Auto-Posting"
2088
+ msgstr "Publicación automática"
2089
+
2090
+ #: includes/B2S/PostBox.php:79 includes/B2S/PostBox.php:177
2091
+ msgid "Network settings"
2092
+ msgstr "Ajustes de la red"
2093
+
2094
+ #: includes/B2S/PostBox.php:77
2095
+ msgid "WordPress uses heartbeats by default, Blog2Social as well. Please enable heartbeats for using Blog2Social!"
2096
+ msgstr "WordPress utiliza Heartbeat por defecto. Blog2Social también. ¡Por favor, activa la Heartbeat API para usar Blog2Social!"
2097
+
2098
+ #: includes/B2S/PostBox.php:81
2099
+ msgid "Notice: Please make sure, that your website address is reachable. The Social Networks do not allow postings from local installations."
2100
+ msgstr "Aviso: Asegúrate de que la dirección de tu web es accesible. Las redes sociales no permiten publicaciones desde instalaciones locales."
2101
+
2102
+ #: includes/Loader.php:732
2103
+ msgid "The number of images is reached. Please see <a target=\"_blank\" href=\"https://www.blog2social.com/en/faq/category/9/troubleshooting-for-error-messages.html\">FAQ</a>."
2104
+ msgstr "Se ha superado el número de imágenes. Por favor, consulta <a target=\"_blank\" href=\"https://www.blog2social.com/en/faq/category/9/troubleshooting-for-error-messages.html\">la FAQ</a>."
2105
+
2106
+ #: includes/Loader.php:731
2107
+ msgid "The network has blocked your account. Please see <a target=\"_blank\" href=\"https://www.blog2social.com/en/faq/category/9/troubleshooting-for-error-messages.html\">FAQ</a>."
2108
+ msgstr "La red ha bloqueado tu cuenta. Por favor, consulta <a target=\"_blank\" href=\"https://www.blog2social.com/en/faq/category/9/troubleshooting-for-error-messages.html\"> la FAQ</a>."
2109
+
2110
+ #: includes/Loader.php:728
2111
+ msgid "Your authorization is interrupted. Please check your authorization. Please see <a target=\"_blank\" href=\"https://www.blog2social.com/en/faq/category/9/troubleshooting-for-error-messages.html\">FAQ</a>."
2112
+ msgstr "Tu autorización está interrumpida. Por favor revísala. Consulta <a target=\"_blank\" href=\"https://www.blog2social.com/en/faq/category/9/troubleshooting-for-error-messages.html\">las FAQ</a>."
2113
+
2114
+ #: includes/Loader.php:691
2115
+ msgid "Upgrade to Premium"
2116
+ msgstr "Actualizar a premium"
2117
+
2118
+ #: includes/Loader.php:679 includes/B2S/PostBox.php:79
2119
+ msgid "There are no authorizations for your selected profile. Please, authorize with a social network or select a other profile."
2120
+ msgstr "No hay autorizaciones para el perfil seleccionado. Por favor, autoriza con una red social o selecciona otro perfil."
2121
+
2122
+ #: includes/Loader.php:676
2123
+ msgid "Please, make sure that your post are publish on this blog on this moment. Then you can auto post your post with Blog2social."
2124
+ msgstr "Por favor, asegúrate de que tu entrada está publicada en este blog en este momento. A continuación, puedes publicar automáticamente tu entrada con Blog2social."
2125
+
2126
+ #: includes/Loader.php:672
2127
+ msgid "This post will be shared on social media in 2-3 minutes!"
2128
+ msgstr "Esta entrada se compartirá en las redes sociales en 2-3 minutos!"
2129
+
2130
+ #: views/b2s/ship.php:72 views/b2s/ship.php:363 views/b2s/network.php:44
2131
+ msgid "You want to schedule your posts and use the Best Time Scheduler?"
2132
+ msgstr "¿Quieres programar tus entradas y usar el programador de mejores horarios?"
2133
+
2134
+ #: includes/B2S/Post/Item.php:582 includes/B2S/Post/Item.php:595
2135
+ msgid "You want to delete a publish post entry?"
2136
+ msgstr "¿Quieres borrar una entrada publicada?"
2137
+
2138
+ #: includes/B2S/Ship/Portale.php:32 includes/B2S/Network/Item.php:155
2139
+ msgid "You want to connect a social media group?"
2140
+ msgstr "¿Quieres conectar un grupo de medios sociales?"
2141
+
2142
+ #: includes/B2S/Ship/Portale.php:35 includes/B2S/Network/Item.php:151
2143
+ msgid "You want to connect a network page?"
2144
+ msgstr "¿Quieres conectar una página de red?"
2145
+
2146
+ #: includes/B2S/PostBox.php:76 views/b2s/ship.php:581
2147
+ msgid "The connection to the server failed. Try again!"
2148
+ msgstr "La conexión con el servidor ha fallado. ¡Vuelve a intentarlo!"
2149
+
2150
+ #: includes/System.php:69
2151
+ msgid "Blog2Social used cURL. cURL is not installed in your PHP installation on your server. Install cURL and activate Blog2Social again."
2152
+ msgstr "Blog2Social utiliza cURL y éste no está instalado en la instalación de PHP de tu servidor. Instala cURL y activa Blog2Social de nuevo."
2153
+
2154
+ #: includes/Loader.php:1310 includes/Loader.php:1508
2155
+ msgid "back to install plugins"
2156
+ msgstr "volver a instalar plugins"
2157
+
2158
+ #: includes/Loader.php:1310 includes/Loader.php:1508
2159
+ msgid "or"
2160
+ msgstr "o"
2161
+
2162
+ #: includes/Notice.php:22
2163
+ msgid "hide"
2164
+ msgstr "ocultar"
2165
+
2166
+ #. Author of the plugin
2167
+ msgid "Blog2Social, Adenion"
2168
+ msgstr "Blog2Social, Adenion"
2169
+
2170
+ #. Plugin URI of the plugin
2171
+ #. Author URI of the plugin
2172
+ msgid "https://www.blog2social.com"
2173
+ msgstr "https://www.blog2social.com"
2174
+
2175
+ #: views/prg/ship.php:91
2176
+ msgid "Yes, I accept"
2177
+ msgstr "Sí, acepto"
2178
+
2179
+ #: views/prg/ship.php:88
2180
+ msgid "It may incur charges for publishing on PR-Gateway. Sent press releases can not be withdrawn. If you want your press release to be published now?"
2181
+ msgstr "Puedes tener que pagar por publicar en PR-Gateway. Los comunicados de prensa enviados no se pueden retirar. ¿Quieres que tu comunicado de prensa se publique ahora?"
2182
+
2183
+ #: views/prg/ship.php:85
2184
+ msgid "Please Note"
2185
+ msgstr "Por favor, ten en cuenta"
2186
+
2187
+ #: views/prg/ship.php:67
2188
+ msgid "Publish"
2189
+ msgstr "Publicar"
2190
+
2191
+ #: views/prg/ship.php:66
2192
+ msgid "Save As Draft"
2193
+ msgstr "Guardar como borrador"
2194
+
2195
+ #: views/prg/ship.php:45 views/prg/ship.php:47
2196
+ msgid "Copyright"
2197
+ msgstr "Copyright"
2198
+
2199
+ #: views/prg/login.php:41
2200
+ msgid "Start your 14-Day Free Trial"
2201
+ msgstr "Comienza tu periodo prueba gratuita de 14 días"
2202
+
2203
+ #: views/prg/login.php:38
2204
+ msgid "The press distribution PR gateway automatically publish your press releases and events with one click.Publish your message over 250 portals."
2205
+ msgstr "La pasarela de distribución de prensa PR publica automáticamente tus comunicados de prensa y eventos con un solo clic. Publica tu mensaje en más de 250 portales."
2206
+
2207
+ #: views/prg/login.php:36
2208
+ msgid "1x publish press release <br> 1x publish report <br> 1x promote event"
2209
+ msgstr "1x publicar comunicado de prensa <br> 1x publicar informe <br> 1x promover evento"
2210
+
2211
+ #: views/prg/login.php:35
2212
+ msgid "Test PR-Gateway for free"
2213
+ msgstr "Prueba PR-Gateway gratis"
2214
+
2215
+ #: views/prg/login.php:29
2216
+ msgid "reset password"
2217
+ msgstr "restablecer la contraseña"
2218
+
2219
+ #: views/prg/login.php:29
2220
+ msgid "create account"
2221
+ msgstr "crear cuenta"
2222
+
2223
+ #: views/prg/login.php:27
2224
+ msgid "Sign in"
2225
+ msgstr "Iniciar sesión"
2226
+
2227
+ #: views/prg/login.php:24
2228
+ msgid "Password"
2229
+ msgstr "Contraseña"
2230
+
2231
+ #: views/prg/login.php:23
2232
+ msgid "E-Mail or Username"
2233
+ msgstr "Correo electrónico o nombre de usuario"
2234
+
2235
+ #: views/prg/login.php:20
2236
+ msgid "Login failed. Please check your server settings. OpenSSL must be enabled on."
2237
+ msgstr "Error de acceso. Comprueba los ajustes del servidor. OpenSSL debe estar activo."
2238
+
2239
+ #: views/prg/login.php:14
2240
+ msgid "Login failed. Please check your username and a password!"
2241
+ msgstr "Error de inicio de sesión. ¡Por favor, comprueba tu nombre de usuario y una contraseña!"
2242
+
2243
+ #: views/b2s/ship.php:334
2244
+ msgid "You can save your current network settings as \"Standard\" network settings for any future sharing activities or as a \"Profile\" to choose from (Premium).<br><br>Your Standard selection will show as activated upon pressing the \"share on social media\" button on the right hand side bar. You can change these settings any time per click, or choose another network profile (Premium).<br><br>You can also pre-define various different sets of networks, for specific social media accounts, target groups, contents or sharing purposes. For example you can define a specific set of networks for sharing your posts images only or for re-sharing your evergreen content on a recurring basis. On the preview-page you may edit your selected or pre-selected networks anytime by simply clicking on the respective network account to select or remove an account from the current sharing scheme."
2245
+ msgstr "Puedes guardar tus ajustes de red actuales como ajustes de red «Estándar» para futuras actividades de compartir o como un «Perfil» a elegir (Premium).<br><br>Tu selección estándar se mostrará como activa al pulsar el botón «Compartir en medios sociales» en la barra de la derecha.<br><br>También puedes predefinir diferentes conjuntos de redes, para cuentas de medios sociales específicas, grupos objetivo, contenidos o para compartirlos. Por ejemplo, puedes definir un conjunto específico de redes para compartir sólo las imágenes de tus entradas o para volver a compartir tu contenido perenne de forma periódica. En la página de vista previa puedes editar tus redes seleccionadas o preseleccionadas en cualquier momento simplemente haciendo clic en la cuenta de red respectiva para seleccionar o eliminar una cuenta del esquema de uso compartido actual."
2246
+
2247
+ #: views/b2s/ship.php:331
2248
+ msgid "Save Network Settings"
2249
+ msgstr "Guardar los ajustes de la red"
2250
+
2251
+ #: views/b2s/ship.php:300
2252
+ msgid "You can re-share your post for a different sharing purpose, or to share on a different choice of networks, profiles, pages or groups, or with different comments or images, or if you want to share your blog post images to image networks only, or re-share them at different times. You may vary your comments and images in order to produce more variations of your social media posts to share more often without sharing the same message over and over again. Whatever your choose to do for re-sharing your post, you can simply click \"Re-share this post\" and you will be led to the preview page where your can select your networks and edit your texts, comments or images according to your current sharing preferences."
2253
+ msgstr "Puedes volver a compartir tu entrada para un propósito diferente, o para compartir en una selección diferente de redes, perfiles, páginas o grupos, o con diferentes comentarios o imágenes, o si deseas compartir las imágenes de publicaciones de tu blog solo en redes de imágenes , o re-compartirlos en diferentes momentos. Puedes variar tus comentarios e imágenes para generar más variaciones de tus entradas en medios sociales para compartirlas con más frecuencia sin que sea el mismo mensaje una y otra vez. Independientemente de lo que elijas para volver a compartir tu entrada, simplemente haz clic en «Volver a compartir esta entrada» y se te dirigirá a la página de vista previa donde puedes seleccionar sus redes y editar tus textos, comentarios o imágenes de acuerdo con tu contenido actual, compartiendo preferencias."
2254
+
2255
+ #: views/b2s/ship.php:297
2256
+ msgid "Re-share this Post"
2257
+ msgstr "Volver a compartir esta entrada"
2258
+
2259
+ #: views/b2s/ship.php:281
2260
+ msgid "Connect for"
2261
+ msgstr "Conéctate para"
2262
+
2263
+ #: views/b2s/ship.php:259
2264
+ msgid "Share new post on Social Media"
2265
+ msgstr "Compartir nueva publicación en los medios sociales"
2266
+
2267
+ #: includes/B2S/Curation/View.php:111 views/b2s/ship.php:226
2268
+ #: views/b2s/ship.php:232
2269
+ msgid "Share"
2270
+ msgstr "Compartir"
2271
+
2272
+ #: views/b2s/ship.php:225
2273
+ msgid "scroll to top"
2274
+ msgstr "scroll hacia arriba"
2275
+
2276
+ #: includes/B2S/Settings/Item.php:81 views/b2s/ship.php:217
2277
+ msgid "connect"
2278
+ msgstr "conectar"
2279
+
2280
+ #: views/b2s/ship.php:215
2281
+ msgid "First, connect or select network before posting"
2282
+ msgstr "Primero, conecta o selecciona la red antes de publicar"
2283
+
2284
+ #: views/b2s/ship.php:198
2285
+ msgid "change website address"
2286
+ msgstr "cambiar dirección web"
2287
+
2288
+ #: views/b2s/ship.php:196
2289
+ msgid "Notice:<br><p>Please make sure, that your website address is reachable. The Social Networks do not allow postings from local installations.</p>"
2290
+ msgstr "Aviso: <br> <p> Por favor, asegúrate de que se pueda acceder a la dirección de tu web. Las redes sociales no permiten publicaciones desde instalaciones locales. </p>"
2291
+
2292
+ #: views/b2s/ship.php:123
2293
+ msgid "Profiles | Pages | Groups"
2294
+ msgstr "Perfiles | Páginas | Grupos"
2295
+
2296
+ #: views/b2s/ship.php:121
2297
+ msgid "Add more..."
2298
+ msgstr "Añadir más..."
2299
+
2300
+ #: views/b2s/ship.php:103
2301
+ msgid "Social Accounts"
2302
+ msgstr "Cuentas sociales"
2303
+
2304
+ #: views/b2s/ship.php:61
2305
+ msgid "scroll to bottom"
2306
+ msgstr "scroll hacia abajo"
2307
+
2308
+ #: includes/B2S/Curation/View.php:35 includes/B2S/Settings/Item.php:317
2309
+ #: includes/B2S/Settings/Item.php:338 views/prg/ship.php:41
2310
+ #: views/prg/ship.php:43 views/b2s/ship.php:51
2311
+ msgid "Title"
2312
+ msgstr "Título"
2313
+
2314
+ #: views/b2s/ship.php:50
2315
+ msgid "Social Media Scheduling & Sharing"
2316
+ msgstr "Programar y compartir en medios sociales"
2317
+
2318
+ #: views/b2s/ship.php:405 views/b2s/curation.php:121
2319
+ #: views/b2s/post.calendar.php:271
2320
+ msgid "Best Time Scheduler"
2321
+ msgstr "Programador de mejores horarios"
2322
+
2323
+ #: views/b2s/network.php:148
2324
+ msgid "Do you really want to delete this authorization"
2325
+ msgstr "¿De verdad quieres borrar esta autorización?"
2326
+
2327
+ #: views/b2s/network.php:139
2328
+ msgid "Delete Authorization"
2329
+ msgstr "Borrar autorización"
2330
+
2331
+ #: views/b2s/post.draft.php:81 views/b2s/post.notice.php:78
2332
+ #: views/b2s/post.publish.php:78 views/b2s/post.approve.php:91
2333
+ #: views/b2s/post.sched.php:92 views/b2s/curation.draft.php:82
2334
+ #: views/b2s/network.php:106 views/b2s/network.php:169
2335
+ #: views/b2s/widgets/posts.php:68
2336
+ msgid "YES, delete"
2337
+ msgstr "Sí, borrar"
2338
+
2339
+ #: views/prg/ship.php:92 views/b2s/ship.php:469 views/b2s/ship.php:548
2340
+ #: views/b2s/post.draft.php:80 views/b2s/post.notice.php:77
2341
+ #: views/b2s/post.publish.php:77 views/b2s/post.approve.php:90
2342
+ #: views/b2s/post.approve.php:107 views/b2s/post.sched.php:91
2343
+ #: views/b2s/curation.draft.php:81 views/b2s/curation.php:96
2344
+ #: views/b2s/network.php:105 views/b2s/widgets/posts.php:67
2345
+ msgid "NO"
2346
+ msgstr "NO"
2347
+
2348
+ #: views/b2s/network.php:102
2349
+ msgid "Do you really want to delete this profile"
2350
+ msgstr "¿seguro que quieres borrar este perfil?"
2351
+
2352
+ #: includes/B2S/PostBox.php:162 views/b2s/ship.php:318 views/b2s/ship.php:378
2353
+ #: views/b2s/ship.php:424 views/b2s/curation.php:140
2354
+ #: views/b2s/post.calendar.php:290
2355
+ msgid "Upgrade to PREMIUM"
2356
+ msgstr "Actualizar a PREMIUM"
2357
+
2358
+ #: views/b2s/network.php:83
2359
+ msgid "create"
2360
+ msgstr "crear"
2361
+
2362
+ #: includes/B2S/PostBox.php:115 views/b2s/ship.php:186 views/b2s/ship.php:579
2363
+ #: views/b2s/post.draft.php:42 views/b2s/post.php:40
2364
+ #: views/b2s/post.notice.php:44 views/b2s/post.publish.php:44
2365
+ #: views/b2s/post.approve.php:50 views/b2s/post.sched.php:58
2366
+ #: views/b2s/support.php:203 views/b2s/curation.draft.php:45
2367
+ #: views/b2s/network.php:57 views/b2s/network.php:145 views/b2s/network.php:221
2368
+ #: views/b2s/network.php:352 views/b2s/post.calendar.php:59
2369
+ #: views/b2s/post.calendar.php:238
2370
+ msgid "Loading..."
2371
+ msgstr "Cargando..."
2372
+
2373
+ #: views/b2s/network.php:99
2374
+ msgid "Delete Profile"
2375
+ msgstr "Borrar perfil"
2376
+
2377
+ #: views/prg/post.php:25 views/prg/post.php:26 views/b2s/network.php:23
2378
+ #: views/b2s/network.php:24 views/b2s/post.calendar.php:220
2379
+ #: views/b2s/post.calendar.php:221
2380
+ msgid "filter"
2381
+ msgstr "filtro"
2382
+
2383
+ #: views/notice.php:28
2384
+ msgid "<b> An unknown error occurred! </b> <br> Please contact our support!"
2385
+ msgstr "<b> Se ha producido un error desconocido </b> <br> ¡Por favor, ponte en contacto con nuestro soporte!"
2386
+
2387
+ #: views/notice.php:23
2388
+ msgid "Update Blog2Social"
2389
+ msgstr "Actualizar Blog2Social"
2390
+
2391
+ #: views/notice.php:19
2392
+ msgid "<b> A new version of Blog2Social is available. </b> Update now <br> Blog2Social to continue to use the latest version of the plugin."
2393
+ msgstr "<b> Hay disponible una nueva versión de Blog2Social </b>. Actualiza ahora <br> Blog2Social para seguir usando la última versión del plugin."
2394
+
2395
+ #: views/notice.php:17
2396
+ msgid "Update..."
2397
+ msgstr "Actualizar..."
2398
+
2399
+ #: views/notice.php:12
2400
+ msgid "Connection is broken..."
2401
+ msgstr "La conexión está rota..."
2402
+
2403
+ #: includes/Loader.php:727
2404
+ msgid "We don't have the permission to publish your post. Please check your authorization."
2405
+ msgstr "No tenemos permiso para publicar tu entrada. Por favor revisa tu autorización."
2406
+
2407
+ #: includes/Loader.php:726
2408
+ msgid "The network has marked the post as spam or abusive."
2409
+ msgstr "La red ha marcado la entrada como spam o abusiva."
2410
+
2411
+ #: includes/Loader.php:724
2412
+ msgid "Your post could not be posted."
2413
+ msgstr "Tu entrada no pudo ser publicada."
2414
+
2415
+ #: includes/PRG/Post/Item.php:132
2416
+ msgid "on Blog"
2417
+ msgstr "en el blog"
2418
+
2419
+ #: includes/PRG/Post/Item.php:130
2420
+ msgid "Publish on PR-Gateway"
2421
+ msgstr "Publicar en PR-Gateway"
2422
+
2423
+ #: includes/PRG/Post/Item.php:100
2424
+ msgid "You have no posts published or scheduled"
2425
+ msgstr "No tienes entradas publicadas o programadas"
2426
+
2427
+ #: includes/PRG/Post/Filter.php:42
2428
+ msgid "All Types"
2429
+ msgstr "Todos los tipos"
2430
+
2431
+ #: includes/PRG/Post/Filter.php:31
2432
+ msgid "All Authors"
2433
+ msgstr "Todos los autores"
2434
+
2435
+ #: includes/B2S/Ship/Item.php:844 views/b2s/partials/post-edit-modal.php:48
2436
+ #: views/b2s/ship.php:485 views/b2s/premium.php:36 views/b2s/network.php:126
2437
+ msgid "Learn more"
2438
+ msgstr "Saber más"
2439
+
2440
+ #: includes/Loader.php:806 includes/Loader.php:884
2441
+ msgid "PR-Service"
2442
+ msgstr "PR-Service"
2443
+
2444
+ #: includes/Loader.php:804 includes/Loader.php:876
2445
+ msgid "Settings"
2446
+ msgstr "Ajustes"
2447
+
2448
+ #: includes/Loader.php:803 includes/Loader.php:870
2449
+ msgid "Networks"
2450
+ msgstr "Redes"
2451
+
2452
+ #: includes/Loader.php:799 includes/Loader.php:841
2453
+ msgid "Dashboard"
2454
+ msgstr "Escritorio"
2455
+
2456
+ #: includes/B2S/Ship/Save.php:428
2457
+ msgid "scheduled on"
2458
+ msgstr "programada el"
2459
+
2460
+ #: includes/B2S/Ship/Item.php:963
2461
+ msgid "Apply Settings To All Networks"
2462
+ msgstr "Aplicar los ajustes a todas las redes"
2463
+
2464
+ #: includes/B2S/Ship/Item.php:926
2465
+ msgid "Sun"
2466
+ msgstr "Dom"
2467
+
2468
+ #: includes/B2S/Ship/Item.php:925
2469
+ msgid "Sat"
2470
+ msgstr "Sab"
2471
+
2472
+ #: includes/B2S/Ship/Item.php:924
2473
+ msgid "Fri"
2474
+ msgstr "Vie"
2475
+
2476
+ #: includes/B2S/Ship/Item.php:923
2477
+ msgid "Thu"
2478
+ msgstr "Jue"
2479
+
2480
+ #: includes/B2S/Ship/Item.php:922
2481
+ msgid "Wed"
2482
+ msgstr "Mie"
2483
+
2484
+ #: includes/B2S/Ship/Item.php:921
2485
+ msgid "Tue"
2486
+ msgstr "Mar"
2487
+
2488
+ #: includes/B2S/Ship/Item.php:920
2489
+ msgid "Mon"
2490
+ msgstr "Lun"
2491
+
2492
+ #: includes/B2S/Ship/Item.php:878
2493
+ msgid "Weeks"
2494
+ msgstr "Semanas"
2495
+
2496
+ #: includes/B2S/Ship/Item.php:878
2497
+ msgid "Week"
2498
+ msgstr "Semana"
2499
+
2500
+ #: includes/B2S/Ship/Item.php:862 includes/B2S/Network/Item.php:248
2501
+ #: includes/B2S/Network/Item.php:310 includes/B2S/Network/Item.php:372
2502
+ msgid "Days"
2503
+ msgstr "Días"
2504
+
2505
+ #: includes/B2S/Ship/Item.php:915 views/b2s/partials/post-edit-modal.php:63
2506
+ #: views/b2s/partials/post-edit-modal.php:66
2507
+ msgid "Time"
2508
+ msgstr "Hora"
2509
+
2510
+ #: includes/B2S/Ship/Item.php:914 includes/B2S/Curation/View.php:66
2511
+ #: includes/B2S/Curation/View.php:67 views/b2s/partials/post-edit-modal.php:62
2512
+ #: views/b2s/partials/post-edit-modal.php:65
2513
+ msgid "Date"
2514
+ msgstr "Fecha"
2515
+
2516
+ #: includes/B2S/Ship/Item.php:852 includes/B2S/Ship/Item.php:855
2517
+ msgid "Duration"
2518
+ msgstr "Duración"
2519
+
2520
+ #: views/b2s/ship.php:402 views/b2s/curation.php:118
2521
+ #: views/b2s/post.calendar.php:268
2522
+ msgid "Schedule post recurrently"
2523
+ msgstr "Programar entrada de forma periódica"
2524
+
2525
+ #: includes/B2S/Ship/Item.php:803
2526
+ msgid "Share Now"
2527
+ msgstr "Compartir ahora"
2528
+
2529
+ #: includes/B2S/Ship/Item.php:718
2530
+ msgid "Hashtags"
2531
+ msgstr "Hashtags"
2532
+
2533
+ #: includes/B2S/Ship/Item.php:713
2534
+ msgid "The Headline..."
2535
+ msgstr "El titular..."
2536
+
2537
+ #: includes/B2S/Ship/Item.php:627 includes/B2S/Ship/Item.php:629
2538
+ #: includes/B2S/Network/Item.php:584 includes/B2S/Network/Item.php:587
2539
+ msgid "Link"
2540
+ msgstr "Enlace"
2541
+
2542
+ #: includes/B2S/Ship/Item.php:607
2543
+ msgid "required"
2544
+ msgstr "obligatorio"
2545
+
2546
+ #: includes/B2S/Ship/Item.php:415 includes/B2S/Ship/Item.php:439
2547
+ #: includes/B2S/Ship/Item.php:463 includes/B2S/Ship/Item.php:481
2548
+ #: includes/B2S/Ship/Item.php:498 includes/B2S/Ship/Item.php:524
2549
+ #: includes/B2S/Ship/Item.php:542 includes/B2S/Ship/Item.php:558
2550
+ #: includes/B2S/Ship/Item.php:574 includes/B2S/Ship/Item.php:590
2551
+ #: includes/B2S/Ship/Item.php:595
2552
+ msgid "Write something about your post..."
2553
+ msgstr "Escribe algo sobre tu entrada…"
2554
+
2555
+ #: includes/B2S/Ship/Item.php:320 includes/B2S/Ship/Item.php:951
2556
+ msgid "Delete text"
2557
+ msgstr "Borrar texto"
2558
+
2559
+ #: includes/B2S/Ship/Item.php:318 includes/B2S/Ship/Item.php:949
2560
+ msgid "Insert full-text"
2561
+ msgstr "Insertar texto completo"
2562
+
2563
+ #: includes/B2S/Ship/Item.php:200
2564
+ msgid "Network does not support image for pages"
2565
+ msgstr "La red no admite imágenes en las páginas"
2566
+
2567
+ #: includes/B2S/Ship/Item.php:186 includes/B2S/Ship/Item.php:190
2568
+ #: includes/B2S/Ship/Item.php:234 includes/B2S/Ship/Item.php:238
2569
+ #: includes/B2S/Ship/Item.php:267 includes/B2S/Ship/Item.php:271
2570
+ #: includes/B2S/Ship/Item.php:941 includes/B2S/Ship/Item.php:943
2571
+ #: includes/B2S/Network/Item.php:617 includes/B2S/Network/Item.php:643
2572
+ msgid "characters"
2573
+ msgstr "caracteres"
2574
+
2575
+ #: includes/B2S/Ship/Item.php:185
2576
+ msgid "Text only"
2577
+ msgstr "Solo texto"
2578
+
2579
+ #: includes/B2S/Ship/Item.php:142
2580
+ msgid "Supported HTML tags"
2581
+ msgstr "Etiquetas HTML compatibles"
2582
+
2583
+ #: includes/B2S/Ship/Item.php:140 includes/B2S/Ship/Item.php:202
2584
+ msgid "Network defines image by link"
2585
+ msgstr "La red define la imagen por el enlace"
2586
+
2587
+ #: includes/B2S/Ship/Item.php:139
2588
+ msgid "Network does not support image for profiles"
2589
+ msgstr "La red no admite imágenes para perfiles"
2590
+
2591
+ #: includes/B2S/Ship/Image.php:35
2592
+ msgid "The best size for images in social media posts are between: 667-1000px x 523-1000px. Blog2Social will automatically resize your image according to network requirements."
2593
+ msgstr "El mejor tamaño para las imágenes en las publicaciones de redes sociales está entre: 667-1000px x 523-1000px. Blog2Social cambiará automáticamente el tamaño de tu imagen de acuerdo con los requisitos de la red."
2594
+
2595
+ #: views/prg/ship.php:34
2596
+ msgid "Select Image"
2597
+ msgstr "Seleccionar imagen"
2598
+
2599
+ #: views/b2s/settings.php:54 views/b2s/network.php:358
2600
+ msgid "save"
2601
+ msgstr "guardar"
2602
+
2603
+ #: includes/B2S/Network/Item.php:136 views/b2s/post.sched.php:32
2604
+ msgid "Uhr"
2605
+ msgstr "Uhr"
2606
+
2607
+ #: includes/B2S/Post/Item.php:697
2608
+ msgid "scheduled by"
2609
+ msgstr "programada por"
2610
+
2611
+ #: includes/B2S/Post/Item.php:586
2612
+ msgid "re-share"
2613
+ msgstr "volver a compartir"
2614
+
2615
+ #: includes/B2S/Post/Item.php:561
2616
+ msgid "shared by"
2617
+ msgstr "compartido por"
2618
+
2619
+ #: includes/B2S/Post/Item.php:548
2620
+ msgid "show"
2621
+ msgstr "mostrar"
2622
+
2623
+ #: includes/B2S/Post/Item.php:360
2624
+ msgid "next share by"
2625
+ msgstr "la compartirá"
2626
+
2627
+ #: includes/B2S/Post/Item.php:360 views/b2s/widgets/activity.php:10
2628
+ msgid "scheduled social media posts"
2629
+ msgstr "entradas programadas en medios sociales"
2630
+
2631
+ #: includes/B2S/Post/Item.php:336
2632
+ msgid "latest share by"
2633
+ msgstr "última vez compartido por"
2634
+
2635
+ #: includes/B2S/Post/Item.php:336
2636
+ msgid "shared social media posts"
2637
+ msgstr "entradas compartidas en medios sociales"
2638
+
2639
+ #: includes/B2S/Post/Item.php:334 includes/B2S/Post/Item.php:358
2640
+ #: includes/B2S/Post/Item.php:380
2641
+ msgid "Details"
2642
+ msgstr "Detalles"
2643
+
2644
+ #: includes/B2S/Post/Item.php:333 views/b2s/ship.php:255 views/b2s/ship.php:257
2645
+ msgid "Re-share this post"
2646
+ msgstr "Volver a compartir esta entrada"
2647
+
2648
+ #: includes/B2S/Post/Item.php:316 views/b2s/ship.php:53
2649
+ msgid "on blog"
2650
+ msgstr "en el blog"
2651
+
2652
+ #: includes/PRG/Post/Item.php:132 includes/B2S/Post/Item.php:316
2653
+ #: includes/B2S/Post/Item.php:410 includes/B2S/Post/Item.php:430
2654
+ msgid "Author"
2655
+ msgstr "Autor"
2656
+
2657
+ #: includes/B2S/Post/Item.php:314 includes/B2S/Post/Item.php:405
2658
+ #: includes/B2S/Post/Item.php:425
2659
+ msgid "Share on Social Media"
2660
+ msgstr "Compartir en los medios sociales"
2661
+
2662
+ #: includes/B2S/Post/Item.php:306 includes/B2S/Post/Item.php:396
2663
+ msgid "last shared on social media"
2664
+ msgstr "última vez compartido en medios sociales"
2665
+
2666
+ #: includes/B2S/Post/Item.php:276
2667
+ msgid "You have no posts published or scheduled."
2668
+ msgstr "No tienes entradas publicadas o programadas."
2669
+
2670
+ #: includes/PRG/Post/Filter.php:86 includes/B2S/Post/Filter.php:170
2671
+ msgid "reset"
2672
+ msgstr "restablecer"
2673
+
2674
+ #: includes/PRG/Post/Filter.php:85 includes/B2S/Post/Filter.php:169
2675
+ msgid "sort"
2676
+ msgstr "ordenar"
2677
+
2678
+ #: includes/PRG/Post/Filter.php:74 includes/B2S/Post/Filter.php:146
2679
+ msgid "Search Title"
2680
+ msgstr "Buscar título"
2681
+
2682
+ #: includes/B2S/Post/Filter.php:74 includes/B2S/Post/Filter.php:86
2683
+ msgid "oldest first"
2684
+ msgstr "antiguos primero"
2685
+
2686
+ #: includes/B2S/Post/Filter.php:74 includes/B2S/Post/Filter.php:86
2687
+ msgid "newest first"
2688
+ msgstr "nuevos primero"
2689
+
2690
+ #: includes/PRG/Post/Item.php:97 includes/B2S/Post/Item.php:272
2691
+ #: includes/B2S/Post/Filter.php:50 views/b2s/ship.php:16
2692
+ msgid "draft"
2693
+ msgstr "borrador"
2694
+
2695
+ #: includes/PRG/Post/Item.php:97 includes/PRG/Post/Filter.php:41
2696
+ #: includes/B2S/Post/Item.php:272 includes/B2S/Post/Filter.php:50
2697
+ #: views/b2s/ship.php:16 views/b2s/post.calendar.php:38
2698
+ msgid "scheduled"
2699
+ msgstr "programado"
2700
+
2701
+ #: includes/PRG/Post/Item.php:97 includes/PRG/Post/Filter.php:41
2702
+ #: includes/B2S/Post/Item.php:272 includes/B2S/Post/Filter.php:50
2703
+ #: includes/B2S/Ship/Save.php:417 views/b2s/ship.php:16 views/b2s/ship.php:580
2704
+ #: views/b2s/curation.php:73 views/b2s/post.calendar.php:37
2705
+ msgid "published"
2706
+ msgstr "publicado"
2707
+
2708
+ #: includes/B2S/Post/Filter.php:35
2709
+ msgid "all authors"
2710
+ msgstr "todos los autores"
2711
+
2712
+ #: includes/B2S/Post/Item.php:408 includes/B2S/Post/Item.php:428
2713
+ #: includes/B2S/Post/Item.php:657 includes/B2S/Post/Item.php:706
2714
+ #: includes/B2S/Ship/Item.php:782 includes/B2S/Ship/Item.php:932
2715
+ #: includes/B2S/Network/Item.php:466 includes/B2S/Settings/Item.php:82
2716
+ #: includes/Ajax/Post.php:1377
2717
+ msgid "delete"
2718
+ msgstr "borrar"
2719
+
2720
+ #: includes/Loader.php:722 includes/B2S/Ship/Portale.php:31
2721
+ #: includes/B2S/Ship/Portale.php:32 includes/B2S/Network/Item.php:154
2722
+ #: includes/B2S/Network/Item.php:341 includes/B2S/Network/Item.php:528
2723
+ msgid "Group"
2724
+ msgstr "Grupo"
2725
+
2726
+ #: includes/Loader.php:722 includes/B2S/Ship/Portale.php:35
2727
+ #: includes/B2S/Network/Item.php:151 includes/B2S/Network/Item.php:278
2728
+ #: includes/B2S/Network/Item.php:525 includes/B2S/Settings/Item.php:244
2729
+ msgid "Page"
2730
+ msgstr "Página"
2731
+
2732
+ #: includes/Loader.php:722 includes/B2S/Ship/Portale.php:38
2733
+ #: includes/B2S/Network/Item.php:148 includes/B2S/Network/Item.php:217
2734
+ #: includes/B2S/Network/Item.php:523 includes/B2S/Settings/Item.php:244
2735
+ msgid "Profile"
2736
+ msgstr "Perfil"
2737
+
2738
+ #: includes/B2S/Network/Item.php:62
2739
+ msgid "Default"
2740
+ msgstr "Por defecto"
languages/blog2social-fr_FR.mo CHANGED
Binary file
languages/blog2social-fr_FR.po CHANGED
@@ -1,2606 +1,3656 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Blog2Social V3 - Development Modus\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-10-25 12:18+0200\n"
6
- "PO-Revision-Date: Fri Jul 21 2017 11:19:06 GMT+0200\n"
7
- "Last-Translator: admin <s.buerger@adenion.de>\n"
8
- "Language-Team: French (France) <translate@tips02.fr>\n"
9
- "Language: French (France)\n"
10
- "Plural-Forms: nplurals=2; plural=n > 1\n"
11
- "MIME-Version: 1.0\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
- "Content-Transfer-Encoding: 8bit\n"
14
- "X-Poedit-SourceCharset: UTF-8\n"
15
- "X-Poedit-Basepath: .\n"
16
- "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
17
- "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
18
- "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
19
- "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
20
- "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
21
- "X-Loco-Target-Locale: fr_FR\n"
22
- "X-Generator: Loco - https://localise.biz/\n"
23
- "X-Poedit-SearchPath-0: .."
24
-
25
- #. Name of the plugin
26
- msgid "Blog2Social: Social Media Auto Post & Scheduler"
27
- msgstr "Blog2Social: Social Media Auto Post & Scheduler"
28
-
29
- #: ../views/b2s/html/header.phtml:10
30
- msgid ""
31
- "To use all features of Blog2Social, PHP version 5.5.3 or higher is required. "
32
- "Our support assists you as of PHP version 5.5.3. See also:"
33
- msgstr ""
34
- "Pour utiliser toutes les fonctionnalités de Blog2Social, la version 5.5.3 ou "
35
- "ultérieure de PHP est requise. Notre support vous aide à partir de la "
36
- "version 5.5.3 de PHP. Voir également:"
37
-
38
- #: ../views/b2s/html/header.phtml:11
39
- msgid "Technical requirements for Blog2Social"
40
- msgstr "Exigences techniques pour Blog2Social"
41
-
42
- #: ../includes/B2S/Network/Item.php:44 ../includes/B2S/Ship/Navbar.php:32
43
- msgid "Default"
44
- msgstr "Standard"
45
-
46
- #: ../includes/B2S/Network/Item.php:44
47
- msgid "Show all"
48
- msgstr "Montre tout"
49
-
50
- #: ../includes/B2S/Network/Item.php:45 ../includes/B2S/Network/Item.php:122
51
- msgid "My profile"
52
- msgstr "Mon profil"
53
-
54
- #: ../includes/B2S/Network/Item.php:47
55
- msgid "Your profiles:"
56
- msgstr "plus de profils:"
57
-
58
- #: ../includes/B2S/Network/Item.php:102
59
- msgid "Connections"
60
- msgstr "Les liaisons"
61
-
62
- #: ../includes/B2S/Network/Item.php:107 ../includes/B2S/Network/Item.php:145 ..
63
- #: /includes/B2S/Network/Item.php:147 ../includes/B2S/Settings/Item.php:183 ..
64
- #: /includes/B2S/Settings/Item.php:196 ../includes/B2S/Settings/Item.php:213 ..
65
- #: /includes/B2S/Settings/Item.php:261 ../includes/B2S/Ship/Portale.php:34 ..
66
- #: /includes/Init.php:309
67
- msgid "Profile"
68
- msgstr "Profil"
69
-
70
- #: ../includes/B2S/Network/Item.php:110 ../includes/B2S/Network/Item.php:110 ..
71
- #: /includes/B2S/Network/Item.php:171 ../includes/B2S/Network/Item.php:173 ..
72
- #: /includes/B2S/Settings/Item.php:197 ../includes/B2S/Settings/Item.php:214 ..
73
- #: /includes/B2S/Settings/Item.php:264 ../includes/B2S/Ship/Portale.php:31 ..
74
- #: /includes/B2S/Ship/Portale.php:31 ../includes/Init.php:309
75
- msgid "Page"
76
- msgstr "Page"
77
-
78
- #: ../includes/B2S/Network/Item.php:110 ../includes/B2S/Ship/Portale.php:31
79
- msgid "You want to connect a network page?"
80
- msgstr "Vous voulez connecter une page d'un réseau ?"
81
-
82
- #: ../includes/B2S/Network/Item.php:110 ../includes/B2S/Network/Item.php:113 ..
83
- #: /includes/B2S/Settings/Item.php:63 ../includes/B2S/Ship/Image.php:58 ..
84
- #: /includes/B2S/Ship/Image.php:64 ../includes/B2S/Ship/Item.php:440 ..
85
- #: /includes/B2S/Ship/Portale.php:28 ../includes/B2S/Ship/Portale.php:31 ..
86
- #: /includes/MetaBox.php:88 ../views/b2s/network.php:36 ../views/b2s/settings.php:
87
- #: 39 ../views/b2s/settings.php:61 ../views/b2s/ship.php:17 ..
88
- #: /views/b2s/html/post.navbar.phtml:7
89
- msgid "PREMIUM"
90
- msgstr "PREMIUM"
91
-
92
- #: ../includes/B2S/Network/Item.php:113 ../includes/B2S/Network/Item.php:113 ..
93
- #: /includes/B2S/Network/Item.php:197 ../includes/B2S/Network/Item.php:199 ..
94
- #: /includes/B2S/Settings/Item.php:198 ../includes/B2S/Settings/Item.php:215 ..
95
- #: /includes/B2S/Settings/Item.php:268 ../includes/B2S/Ship/Portale.php:28 ..
96
- #: /includes/B2S/Ship/Portale.php:28 ../includes/Init.php:309
97
- msgid "Group"
98
- msgstr "Groupe"
99
-
100
- #: ../includes/B2S/Network/Item.php:113 ../includes/B2S/Ship/Portale.php:28
101
- msgid "You want to connect a social media group?"
102
- msgstr "Vous voulez connecter un groupe de réseau social ?"
103
-
104
- #: ../includes/B2S/Network/Item.php:158 ../includes/B2S/Network/Item.php:210
105
- msgid "Authorization is interrupted since"
106
- msgstr "L'autorisation est interrompue depuis"
107
-
108
- #: ../includes/B2S/Network/Item.php:160 ../includes/B2S/Network/Item.php:187 ..
109
- #: /includes/B2S/Network/Item.php:213
110
- msgid "To reactivate this social media connection,"
111
- msgstr "Pour réactiver cette connexion aux réseaux sociaux,"
112
-
113
- #: ../includes/B2S/Network/Item.php:160 ../includes/B2S/Network/Item.php:187 ..
114
- #: /includes/B2S/Network/Item.php:213 ../includes/B2S/Ship/Image.php:19
115
- msgid "please upgrade"
116
- msgstr "Mise à niveau"
117
-
118
- #: ../includes/B2S/Network/Item.php:184
119
- msgid "Authorization is interrupted since"
120
- msgstr "L'autorisation est interrompue depuis"
121
-
122
- #: ../includes/B2S/Post/Filter.php:34
123
- msgid "all authors"
124
- msgstr "Tous les auteurs"
125
-
126
- #: ../includes/B2S/Post/Filter.php:49 ../includes/B2S/Post/Item.php:185 ..
127
- #: /includes/B2S/Ship/Save.php:174 ../includes/PRG/Post/Filter.php:41 ..
128
- #: /includes/PRG/Post/Item.php:97 ../views/b2s/ship.php:12
129
- msgid "published"
130
- msgstr "publié"
131
-
132
- #: ../includes/B2S/Post/Filter.php:49 ../includes/B2S/Post/Item.php:185 ..
133
- #: /includes/PRG/Post/Filter.php:41 ../includes/PRG/Post/Item.php:97 ..
134
- #: /views/b2s/ship.php:12
135
- msgid "scheduled"
136
- msgstr "planifié"
137
-
138
- #: ../includes/B2S/Post/Filter.php:49 ../includes/B2S/Post/Item.php:185 ..
139
- #: /includes/PRG/Post/Item.php:97 ../views/b2s/ship.php:12
140
- msgid "draft"
141
- msgstr "brouillon"
142
-
143
- #: ../includes/B2S/Post/Filter.php:50
144
- msgid "all statuses"
145
- msgstr "tous statuts"
146
-
147
- #: ../includes/B2S/Post/Filter.php:61 ../includes/B2S/Post/Filter.php:73
148
- msgid "newest first"
149
- msgstr "Les plus récents en premier"
150
-
151
- #: ../includes/B2S/Post/Filter.php:61 ../includes/B2S/Post/Filter.php:73
152
- msgid "oldest first"
153
- msgstr "Les plus anciens en premier"
154
-
155
- #: ../includes/B2S/Post/Filter.php:86
156
- msgid "all categories & tags"
157
- msgstr "tous catégories & balises"
158
-
159
- #: ../includes/B2S/Post/Filter.php:108 ../includes/PRG/Post/Filter.php:53
160
- msgid "all post types"
161
- msgstr "tous types de postes"
162
-
163
- #: ../includes/B2S/Post/Filter.php:129 ../includes/PRG/Post/Filter.php:74
164
- msgid "Search Title"
165
- msgstr "Rechercher titre"
166
-
167
- #: ../includes/B2S/Post/Filter.php:149
168
- msgid "hide calendar"
169
- msgstr "cacher calendrier"
170
-
171
- #: ../includes/B2S/Post/Filter.php:149 ../includes/B2S/Post/Filter.php:149
172
- msgid "show calendar"
173
- msgstr "montrer calendrier"
174
-
175
- #: ../includes/B2S/Post/Filter.php:152 ../includes/PRG/Post/Filter.php:85
176
- msgid "sort"
177
- msgstr "Tri"
178
-
179
- #: ../includes/B2S/Post/Filter.php:153 ../includes/PRG/Post/Filter.php:86
180
- msgid "reset"
181
- msgstr "réinitialiser"
182
-
183
- #: ../includes/B2S/Post/Filter.php:158
184
- msgid "selected date"
185
- msgstr "choisi date"
186
-
187
- #: ../includes/B2S/Post/Filter.php:158
188
- msgid "scheduled post(s)"
189
- msgstr "prévu postes"
190
-
191
- #: ../includes/B2S/Post/Item.php:188
192
- msgid "You have no posts published or scheduled."
193
- msgstr "Vous n'avez aucun article publié ou planifié."
194
-
195
- #: ../includes/B2S/Post/Item.php:210
196
- msgid "last shared on social media"
197
- msgstr "dernier partagé on le réseau social"
198
-
199
- #: ../includes/B2S/Post/Item.php:218
200
- msgid "Share on Social Media"
201
- msgstr "Partager sur les réseaux sociaux"
202
-
203
- #: ../includes/B2S/Post/Item.php:220 ../includes/PRG/Post/Item.php:129
204
- msgid "Author"
205
- msgstr "Auteur"
206
-
207
- #: ../includes/B2S/Post/Item.php:220 ../views/b2s/ship.php:29
208
- msgid "on blog"
209
- msgstr "sur le blog"
210
-
211
- #: ../includes/B2S/Post/Item.php:237 ../views/b2s/ship.php:216 ../views/b2s/ship.
212
- #: php:218
213
- msgid "Re-share this post"
214
- msgstr "Re-partager cet article"
215
-
216
- #: ../includes/B2S/Post/Item.php:238 ../includes/B2S/Post/Item.php:261
217
- msgid "Details"
218
- msgstr "Détails"
219
-
220
- #: ../includes/B2S/Post/Item.php:240
221
- msgid "shared social media posts"
222
- msgstr "articles partagés sur les réseaux sociaux"
223
-
224
- #: ../includes/B2S/Post/Item.php:240
225
- msgid "latest share by"
226
- msgstr "dernier partage par"
227
-
228
- #: ../includes/B2S/Post/Item.php:263
229
- msgid "scheduled social media posts"
230
- msgstr "articles planifié sur les réseaux sociaux"
231
-
232
- #: ../includes/B2S/Post/Item.php:263
233
- msgid "next share by"
234
- msgstr "prochain partagé par"
235
-
236
- #: ../includes/B2S/Post/Item.php:370 ../includes/B2S/Post/Item.php:433
237
- msgid "select all"
238
- msgstr "tous choisir"
239
-
240
- #: ../includes/B2S/Post/Item.php:372 ../includes/B2S/Settings/Item.php:81 ..
241
- #: /views/b2s/dashboard.php:118
242
- msgid "Auto-Posting"
243
- msgstr "Auto-publication"
244
-
245
- #: ../includes/B2S/Post/Item.php:373
246
- msgid "show"
247
- msgstr "afficher"
248
-
249
- #: ../includes/B2S/Post/Item.php:376
250
- msgid "sharing in progress by"
251
- msgstr "le partage en cours par"
252
-
253
- #: ../includes/B2S/Post/Item.php:376
254
- msgid "shared by"
255
- msgstr "partagé par"
256
-
257
- #: ../includes/B2S/Post/Item.php:398 ../includes/B2S/Post/Item.php:412
258
- msgid "You want to delete a publish post entry?"
259
- msgstr "Vous voulez supprimer une entrée de publication?"
260
-
261
- #: ../includes/B2S/Post/Item.php:399 ../includes/B2S/Post/Item.php:413
262
- msgid "delete from reporting"
263
- msgstr "supprimer des rapports"
264
-
265
- #: ../includes/B2S/Post/Item.php:403
266
- msgid "re-share"
267
- msgstr "re-partage"
268
-
269
- #: ../includes/B2S/Post/Item.php:444
270
- msgid "scheduled by"
271
- msgstr "planifié par"
272
-
273
- #: ../includes/B2S/Post/Item.php:447 ../includes/B2S/Post/Item.php:460
274
- msgid "delete scheduling"
275
- msgstr "effacer planifié"
276
-
277
- #: ../includes/B2S/Post/Item.php:451
278
- msgid "You want to change the time for your scheduled post?"
279
- msgstr "Vous souhaitez modifier l'heure de votre annonce?"
280
-
281
- #: ../includes/B2S/Post/Item.php:452
282
- msgid "change time"
283
- msgstr "changer l'heure"
284
-
285
- #: ../includes/B2S/Settings/Item.php:66
286
- msgid "Account"
287
- msgstr "Compte"
288
-
289
- #: ../includes/B2S/Settings/Item.php:69 ../views/b2s/settings.php:146
290
- msgid "Personal Time Zone"
291
- msgstr "Fuseau horaire personnel"
292
-
293
- #: ../includes/B2S/Settings/Item.php:73 ../includes/B2S/Settings/Item.php:82 ..
294
- #: /includes/B2S/Settings/Item.php:118 ../includes/B2S/Settings/Item.php:120 ..
295
- #: /includes/MetaBox.php:17 ../includes/MetaBox.php:68 ../views/b2s/network.php:
296
- #: 18 ../views/b2s/settings.php:41 ../views/b2s/settings.php:64 ../views/b2s/ship.
297
- #: php:54 ../views/b2s/ship.php:131 ../views/b2s/ship.php:214
298
- msgid "Info"
299
- msgstr "Info"
300
-
301
- #: ../includes/B2S/Settings/Item.php:75
302
- msgid "Timezone for Scheduling"
303
- msgstr "Fuseau horaire pour l'ordonnancement"
304
-
305
- #: ../includes/B2S/Settings/Item.php:75
306
- msgid "User"
307
- msgstr "Utilisateur"
308
-
309
- #: ../includes/B2S/Settings/Item.php:82
310
- msgid "What post type of items do you want load the Auto-Poster?"
311
- msgstr "Quel type d'article voulez-vous charger l'auto-affiche?"
312
-
313
- #: ../includes/B2S/Settings/Item.php:88
314
- msgid "new posts"
315
- msgstr "Nouveaux messages"
316
-
317
- #: ../includes/B2S/Settings/Item.php:89 ../includes/B2S/Settings/Item.php:99
318
- msgid "Unselect all"
319
- msgstr "Tout déselectionner"
320
-
321
- #: ../includes/B2S/Settings/Item.php:89 ../includes/B2S/Settings/Item.php:99
322
- msgid "Select all"
323
- msgstr "Tout sélectionner"
324
-
325
- #: ../includes/B2S/Settings/Item.php:98
326
- msgid "updating existing posts"
327
- msgstr "Mise à jour des messages existants"
328
-
329
- #: ../includes/B2S/Settings/Item.php:110
330
- msgid "Save"
331
- msgstr "sauvegarder"
332
-
333
- #: ../includes/B2S/Settings/Item.php:117
334
- msgid "Content"
335
- msgstr "Contenu"
336
-
337
- #: ../includes/B2S/Settings/Item.php:118
338
- msgid "use b2s.pm Link Shortener"
339
- msgstr "utiliser b2s.pm Lien Shortener"
340
-
341
- #: ../includes/B2S/Settings/Item.php:120
342
- msgid "allow shortcodes in my post"
343
- msgstr "permettre à shortcodes dans mon post"
344
-
345
- #: ../includes/B2S/Settings/Item.php:132
346
- msgid "Did you know?"
347
- msgstr "Le saviez-vous?"
348
-
349
- #: ../includes/B2S/Settings/Item.php:133
350
- msgid ""
351
- "Beginning with Premium Pro, you can change the custom post format photo post "
352
- "or link post for each individual social media post and channel (profile, "
353
- "page, group), deviate from the default settings."
354
- msgstr ""
355
- "À partir de Premium Pro, vous pouvez modifier la publication personnalisée "
356
- "du post-format ou le lien pour chaque publication et chaque chaîne de médias "
357
- "sociaux (profil, page, groupe), s'écarter des paramètres par défaut."
358
-
359
- #: ../includes/B2S/Settings/Item.php:133
360
- msgid "Upgrade to Premium Pro now."
361
- msgstr "Passez à Premium Pro dès maintenant."
362
-
363
- #: ../includes/B2S/Settings/Item.php:147 ../includes/B2S/Settings/Item.php:187 ..
364
- #: /includes/B2S/Settings/Item.php:226 ../views/b2s/html/footer.phtml:109
365
- msgid "Link Post"
366
- msgstr "Lien Post"
367
-
368
- #: ../includes/B2S/Settings/Item.php:151 ../views/b2s/html/footer.phtml:110
369
- msgid ""
370
- "The link post format displays posts title, link address and the first one or "
371
- "two sentences of the post. The networks scan this information from your META "
372
- "or OpenGraph. Link posts display the post image, you selected in your "
373
- "WordPress. In case, you have not selected a post image, some networks "
374
- "display the first image detected on your page. The image links to your blog "
375
- "post."
376
- msgstr ""
377
- "Le format lien article affiche le titre des articles, l'adresse du lien et "
378
- "la première ou deux premières phrases de l’article. Les réseaux récupèrent "
379
- "ces informations à partir de vos données META ou OpenGraph. Les liens "
380
- "articles affichent l'image que vous avez sélectionnée dans WordPress. Dans "
381
- "le cas où vous n'avez pas sélectionné une image, certains réseaux affichent "
382
- "la première image détectée sur votre page. L'image se rattache à votre "
383
- "article."
384
-
385
- #: ../includes/B2S/Settings/Item.php:154 ../includes/B2S/Settings/Item.php:204 ..
386
- #: /includes/B2S/Settings/Item.php:226 ../views/b2s/html/footer.phtml:114
387
- msgid "Photo Post"
388
- msgstr "Article photo"
389
-
390
- #: ../includes/B2S/Settings/Item.php:158
391
- msgid ""
392
- "A photo or image post displays the selected image in the one-page preview of "
393
- "Blog2Social and your comment above the image. The image links to the image "
394
- "view on your image gallery in the respective network. Blog2Social adds the "
395
- "link to your post in your comment. The main benefit of photo posts is that "
396
- "your image is uploaded to your personal image albums or gallery. In Facebook "
397
- "you can edit the album’s name with a description of your choice."
398
- msgstr ""
399
- "Une publication photo ou d'image affiche l'image que vous avez sélectionné "
400
- "dans l'aperçu d'une page de Blog2Social et votre commentaire au-dessus de "
401
- "l'image. L'image est liée à la vue d'image de votre galerie d'images sur le "
402
- "réseau respectif. Blog2Social ajoute le lien vers votre article dans votre "
403
- "commentaire. Le principal avantage des publications photos ou images est que "
404
- "votre image est téléchargée dans vos albums ou galeries d'images "
405
- "personnelles. Dans Facebook, vous pouvez modifier le nom de l'album avec une "
406
- "description de votre choix."
407
-
408
- #: ../includes/B2S/Settings/Item.php:183
409
- msgid "All"
410
- msgstr "Tout"
411
-
412
- #: ../includes/B2S/Settings/Item.php:275 ../views/b2s/post.sched.php:24
413
- msgid "Uhr"
414
- msgstr "regarder"
415
-
416
- #: ../includes/B2S/Settings/Item.php:279
417
- msgid "Best times to post"
418
- msgstr "Meilleures heures pour publier"
419
-
420
- #: ../includes/B2S/Settings/Item.php:292 ../views/b2s/settings.php:47 ..
421
- #: /views/b2s/ship.php:49 ../views/b2s/ship.php:341 ../views/b2s/html/footer.
422
- #: phtml:191
423
- msgid "You want to schedule your posts and use the Best Time Scheduler?"
424
- msgstr ""
425
- "Vous voulez planifier vos articles et utiliser le meilleur créneau horaire "
426
- "de publication?"
427
-
428
- #: ../includes/B2S/Settings/Item.php:294 ../views/b2s/post.sched.php:90 ..
429
- #: /views/b2s/settings.php:49 ../views/b2s/settings.php:83 ../views/b2s/settings.
430
- #: php:96 ../views/b2s/settings.php:104 ../views/b2s/ship.php:438
431
- msgid "save"
432
- msgstr "sauver"
433
-
434
- #: ../includes/B2S/Settings/Item.php:299
435
- msgid "Sorry, we can not load your data at the moment..."
436
- msgstr "Désolé, nous ne pouvons pas charger vos données pour l'instant..."
437
-
438
- #: ../includes/B2S/Ship/Image.php:16
439
- msgid "The images file types .jpg and .png are allowed. Please try another."
440
- msgstr ""
441
- "Les types de fichiers d'images .jpg et .png sont autorisés. Veuillez essayer "
442
- "un autre."
443
-
444
- #: ../includes/B2S/Ship/Image.php:17
445
- msgid ""
446
- "You need a higher user role to upload an image on this blog. Please contact "
447
- "your administrator."
448
- msgstr ""
449
- "Vous avez besoin d'un rôle d'utilisateur plus élevé pour télécharger une "
450
- "image sur ce blog. Veuillez contacter votre administrateur."
451
-
452
- #: ../includes/B2S/Ship/Image.php:18
453
- msgid "To select an individual image from your media library,"
454
- msgstr ""
455
- "Pour sélectionner une image individuelle à partir de votre bibliothèque "
456
- "multimédia,"
457
-
458
- #: ../includes/B2S/Ship/Image.php:24
459
- msgid ""
460
- "The best size for images in social media posts are between: 667-1000px x 523-"
461
- "1000px. Blog2Social will automatically resize your image according to "
462
- "network requirements."
463
- msgstr ""
464
- "La meilleure taille pour les images dans les publications des réseaux "
465
- "sociaux se situe entre: 667-1000px x 523-1000px. Blog2Social redimensionne "
466
- "automatiquement votre image en fonction des exigences du réseau."
467
-
468
- #: ../includes/B2S/Ship/Image.php:48
469
- msgid "No images are included in your post."
470
- msgstr "Aucune image n'est incluse dans votre publication."
471
-
472
- #: ../includes/B2S/Ship/Image.php:54
473
- msgid "Apply image for all networks"
474
- msgstr "Appliquer l'image pour tous les réseaux"
475
-
476
- #: ../includes/B2S/Ship/Image.php:56 ../includes/B2S/Ship/Image.php:58
477
- msgid "Apply image for this network"
478
- msgstr "Appliquer l'image pour ce réseau"
479
-
480
- #: ../includes/B2S/Ship/Image.php:62 ../includes/B2S/Ship/Image.php:64
481
- msgid "Image upload / Mediathek"
482
- msgstr "Téléchargement de l'image"
483
-
484
- #: ../includes/B2S/Ship/Image.php:68
485
- msgid "Select or upload an image from mediathek"
486
- msgstr "Téléchargez une image de votre mediathek"
487
-
488
- #: ../includes/B2S/Ship/Image.php:69
489
- msgid "Use image"
490
- msgstr "Utiliser l'image"
491
-
492
- #: ../includes/B2S/Ship/Item.php:77
493
- msgid "Network does not support image for profiles"
494
- msgstr "Le réseau ne supporte pas d'image pour les profils"
495
-
496
- #: ../includes/B2S/Ship/Item.php:78
497
- msgid "Network defines image by link"
498
- msgstr "Le réseau définit l'image par lien"
499
-
500
- #: ../includes/B2S/Ship/Item.php:80
501
- msgid "Supported HTML tags"
502
- msgstr "Balises HTML supportées"
503
-
504
- #: ../includes/B2S/Ship/Item.php:81 ../includes/B2S/Ship/Item.php:126
505
- msgid "Network does not support emojis"
506
- msgstr "Le réseau ne prend pas en charge les emojis"
507
-
508
- #: ../includes/B2S/Ship/Item.php:110
509
- msgid "Text only"
510
- msgstr "Texte seulement"
511
-
512
- #: ../includes/B2S/Ship/Item.php:111 ../includes/B2S/Ship/Item.php:115 ..
513
- #: /includes/B2S/Ship/Item.php:148 ../includes/B2S/Ship/Item.php:152 ..
514
- #: /includes/B2S/Ship/Item.php:172 ../includes/B2S/Ship/Item.php:176
515
- msgid "characters"
516
- msgstr "caractères"
517
-
518
- #: ../includes/B2S/Ship/Item.php:125
519
- msgid "Network does not support image for pages"
520
- msgstr "Le réseau ne supporte pas d'image sur les pages"
521
-
522
- #: ../includes/B2S/Ship/Item.php:204
523
- msgid "post format"
524
- msgstr "Format de publication"
525
-
526
- #: ../includes/B2S/Ship/Item.php:213
527
- msgid "Insert full-text"
528
- msgstr "Insérer du texte plein"
529
-
530
- #: ../includes/B2S/Ship/Item.php:215
531
- msgid "Delete text"
532
- msgstr "Effacer le texte"
533
-
534
- #: ../includes/B2S/Ship/Item.php:250 ../includes/B2S/Ship/Item.php:268 ..
535
- #: /includes/B2S/Ship/Item.php:286 ../includes/B2S/Ship/Item.php:304 ..
536
- #: /includes/B2S/Ship/Item.php:319
537
- msgid "Write something about your post..."
538
- msgstr "Ecrivez quelque-chose à propos de votre article..."
539
-
540
- #: ../includes/B2S/Ship/Item.php:257 ../includes/B2S/Ship/Item.php:275 ..
541
- #: /includes/B2S/Ship/Item.php:293 ../includes/B2S/Ship/Item.php:346
542
- msgid "Change image for this network"
543
- msgstr "Changer l'image pour ce réseau"
544
-
545
- #: ../includes/B2S/Ship/Item.php:333
546
- msgid "required"
547
- msgstr "nécessaire"
548
-
549
- #: ../includes/B2S/Ship/Item.php:353 ../includes/B2S/Ship/Item.php:355
550
- msgid "Link"
551
- msgstr "Lien"
552
-
553
- #: ../includes/B2S/Ship/Item.php:403
554
- msgid "The Headline..."
555
- msgstr "L'entête..."
556
-
557
- #: ../includes/B2S/Ship/Item.php:408
558
- msgid "Hashtags"
559
- msgstr "Hashtags"
560
-
561
- #: ../includes/B2S/Ship/Item.php:438
562
- msgid "Share Now"
563
- msgstr "Partager maintenant"
564
-
565
- #: ../includes/B2S/Ship/Item.php:441 ../views/b2s/ship.php:377
566
- msgid "Schedule post once"
567
- msgstr "Planifier l'article une fois"
568
-
569
- #: ../includes/B2S/Ship/Item.php:443 ../views/b2s/ship.php:380
570
- msgid "Schedule post recurrently"
571
- msgstr "Planifié l'article de manière récurrente"
572
-
573
- #: ../includes/B2S/Ship/Item.php:468
574
- msgid "Duration"
575
- msgstr "Durée"
576
-
577
- #: ../includes/B2S/Ship/Item.php:469 ../includes/B2S/Ship/Item.php:484
578
- msgid "Date"
579
- msgstr "Date"
580
-
581
- #: ../includes/B2S/Ship/Item.php:470 ../includes/B2S/Ship/Item.php:485
582
- msgid "Time"
583
- msgstr "Heure"
584
-
585
- #: ../includes/B2S/Ship/Item.php:471
586
- msgid "Days"
587
- msgstr "Jours"
588
-
589
- #: ../includes/B2S/Ship/Item.php:479
590
- msgid "Week"
591
- msgstr "Semaine"
592
-
593
- #: ../includes/B2S/Ship/Item.php:479
594
- msgid "Weeks"
595
- msgstr "Semaines"
596
-
597
- #: ../includes/B2S/Ship/Item.php:489
598
- msgid "Mon"
599
- msgstr "Lu"
600
-
601
- #: ../includes/B2S/Ship/Item.php:490
602
- msgid "Tue"
603
- msgstr "Ma"
604
-
605
- #: ../includes/B2S/Ship/Item.php:491
606
- msgid "Wed"
607
- msgstr "Me"
608
-
609
- #: ../includes/B2S/Ship/Item.php:492
610
- msgid "Thu"
611
- msgstr "Je"
612
-
613
- #: ../includes/B2S/Ship/Item.php:493
614
- msgid "Fri"
615
- msgstr "Ve"
616
-
617
- #: ../includes/B2S/Ship/Item.php:494
618
- msgid "Sat"
619
- msgstr "Sa"
620
-
621
- #: ../includes/B2S/Ship/Item.php:495
622
- msgid "Sun"
623
- msgstr "Di"
624
-
625
- #: ../includes/B2S/Ship/Item.php:500
626
- msgid "delete"
627
- msgstr "supprimer"
628
-
629
- #: ../includes/B2S/Ship/Item.php:501
630
- msgid "Add Posting Time"
631
- msgstr "Ajouter une heure d'envoi"
632
-
633
- #: ../includes/B2S/Ship/Item.php:507
634
- msgid "Apply Settings To All Networks"
635
- msgstr "Appliquer les réglages à tous les réseaux"
636
-
637
- #: ../includes/B2S/Ship/Item.php:508
638
- msgid "Save Settings As Default"
639
- msgstr "Sauver ces réglages comme défaut"
640
-
641
- #: ../includes/B2S/Ship/Save.php:175
642
- msgid "view social media post"
643
- msgstr "Voir les médias sociaux"
644
-
645
- #: ../includes/B2S/Ship/Save.php:184
646
- msgid "scheduled on"
647
- msgstr "Planifié le"
648
-
649
- #: ../includes/B2S/User/Info.php:11
650
- msgid "Number of shared posts"
651
- msgstr "Nombre d'articles partagés"
652
-
653
- #: ../includes/B2S/User/Info.php:14
654
- msgid "Number of scheduled posts"
655
- msgstr "Nombre d'articles planifiés"
656
-
657
- #: ../includes/Init.php:107
658
- msgid "Manually share on Social Media"
659
- msgstr "Partagez manuellement les médias sociaux"
660
-
661
- #: ../includes/Init.php:116
662
- msgid "Auto-Post on Social Media"
663
- msgstr "Auto-poste sur les médias sociaux"
664
-
665
- #: ../includes/Init.php:281
666
- msgid "This post will be shared into your social media on"
667
- msgstr "Ce post sera partagé dans vos médias sociaux sur"
668
-
669
- #: ../includes/Init.php:281 ../includes/Init.php:283
670
- msgid "show details"
671
- msgstr "afficher les détails"
672
-
673
- #: ../includes/Init.php:283
674
- msgid "This post will be shared on social media in 2-3 minutes!"
675
- msgstr "Votre post sera partagé sur les médias sociaux en 2-3 minutes!"
676
-
677
- #: ../includes/Init.php:287
678
- msgid ""
679
- "Please, make sure that your post are publish on this blog on this moment. "
680
- "Then you can auto post your post with Blog2social."
681
- msgstr ""
682
- "S'il vous plaît, assurez-vous que votre post sont publier sur ce blog à ce "
683
- "moment. Ensuite, vous pouvez auto publier votre message avec Blog2social."
684
-
685
- #: ../includes/Init.php:290 ../includes/MetaBox.php:71
686
- msgid ""
687
- "There are no authorizations for your selected profile. Please, authorize "
688
- "with a social network or select a other profile."
689
- msgstr ""
690
- "Il n'existe aucune autorisation pour votre profil sélectionné. Autoriser "
691
- "avec un réseau social ou sélectionner un autre profil."
692
-
693
- #: ../includes/Init.php:302
694
- msgid "Upgrade to Premium"
695
- msgstr "Passer à la version premium"
696
-
697
- #: ../includes/Init.php:310
698
- msgid "Your post could not be posted."
699
- msgstr "Votre article ne peut être posté."
700
-
701
- #: ../includes/Init.php:311
702
- msgid "Your authorization has expired. Please check your authorization."
703
- msgstr "Votre autorisation a expiré. Vérifiez votre autorisation, svp."
704
-
705
- #: ../includes/Init.php:312
706
- msgid "The network has marked the post as spam or abusive."
707
- msgstr "Le réseau a marqué l'article comme spam ou abusif."
708
-
709
- #: ../includes/Init.php:313
710
- msgid ""
711
- "We don't have the permission to publish your post. Please check your "
712
- "authorization."
713
- msgstr ""
714
- "Nous n'avons pas la permission de publier votre article. Vérifiez votre "
715
- "autorisation, svp."
716
-
717
- #: ../includes/Init.php:314
718
- msgid ""
719
- "Your authorization is interrupted. Please check your authorization. Please "
720
- "see <a target=\"_blank\" href=\"https://www.blog2social."
721
- "com/en/faq/category/9/troubleshooting-for-error-messages.html\">FAQ</a>."
722
- msgstr ""
723
- "Votre autorisation ne fonctionne plus. Vérifiez-la, svp. Veuille consulter "
724
- "la <a target=\"_blank\" href=\"https://www.blog2social."
725
- "com/en/faq/category/9/troubleshooting-for-error-messages.html\">FAQ</a>, svp."
726
-
727
- #: ../includes/Init.php:315
728
- msgid "Your limit is reached for today."
729
- msgstr "Votre limite quotidienne est atteinte."
730
-
731
- #: ../includes/Init.php:316
732
- msgid "Your post could not be posted, because your image is not available."
733
- msgstr "Votre article ne peut pas être publié parce que l'image n'est pas disponible."
734
-
735
- #: ../includes/Init.php:317
736
- msgid ""
737
- "The network has blocked your account. Please see <a target=\"_blank\" "
738
- "href=\"https://www.blog2social.com/en/faq/category/9/troubleshooting-for-"
739
- "error-messages.html\">FAQ</a>."
740
- msgstr ""
741
- "Le réseau a bloqué votre compte. Veuillez voir la <a target=\"_blank\" "
742
- "href=\"https://www.blog2social.com/en/faq/category/9/troubleshooting-for-"
743
- "error-messages.html\">FAQ</a>, svp."
744
-
745
- #: ../includes/Init.php:318
746
- msgid ""
747
- "The number of images is reached. Please see <a target=\"_blank\" href=\"https:"
748
- "//www.blog2social.com/en/faq/category/9/troubleshooting-for-error-messages."
749
- "html\">FAQ</a>."
750
- msgstr ""
751
- "Le nombre d'images est atteint. Veuillez lire la <a target=\"_blank\" "
752
- "href=\"https://www.blog2social.com/en/faq/category/9/troubleshooting-for-"
753
- "error-messages.html\">FAQ</a>, svp."
754
-
755
- #: ../includes/Init.php:319
756
- msgid "Your limit has temporarily reached for this network."
757
- msgstr "Votre limite est temporairement atteinte pour ce réseau."
758
-
759
- #: ../includes/Init.php:320
760
- msgid ""
761
- "The network can not publish special characters such as Emoji. Please see <a "
762
- "target=\"_blank\" href=\"https://www.blog2social."
763
- "com/en/faq/category/9/troubleshooting-for-error-messages.html\">FAQ</a>."
764
- msgstr ""
765
- "Le réseau ne peut pas publier de caractères spéciaux tels que Emoji. Voir <a "
766
- "target=\"_blank\" href=\"https://www.blog2social."
767
- "com/en/faq/category/9/troubleshooting-for-error-messages.html\">FAQ</a>."
768
-
769
- #: ../includes/Init.php:321
770
- msgid "Your post is a duplicate."
771
- msgstr "Votre message est un duplicata."
772
-
773
- #: ../includes/Init.php:322
774
- msgid "The network are required a public url to your post."
775
- msgstr "Le réseau doit avoir une url publique à votre poste."
776
-
777
- #: ../includes/Init.php:323
778
- msgid "The network says, that your group is not exisits."
779
- msgstr "Le réseau dit que votre groupe n'existe pas."
780
-
781
- #: ../includes/Init.php:380 ../includes/Init.php:410
782
- msgid "Dashboard"
783
- msgstr "Tableau de bord"
784
-
785
- #: ../includes/Init.php:381 ../includes/Init.php:381 ../includes/Init.php:417
786
- msgid "Posts & Sharing"
787
- msgstr "Messages et partage"
788
-
789
- #: ../includes/Init.php:382 ../includes/Init.php:382 ../includes/Init.php:424 ..
790
- #: /views/b2s/network.php:17
791
- msgid "Networks"
792
- msgstr "Réseaux"
793
-
794
- #: ../includes/Init.php:383 ../includes/Init.php:383 ../includes/Init.php:430 ..
795
- #: /views/b2s/ship.php:52 ../views/b2s/ship.php:265
796
- msgid "Settings"
797
- msgstr "Paramètres"
798
-
799
- #: ../includes/Init.php:384 ../includes/Init.php:384 ../includes/Init.php:436
800
- msgid "PR-Service"
801
- msgstr "Service - PR"
802
-
803
- #: ../includes/Init.php:401
804
- msgid "Blog2Social"
805
- msgstr "Blog2Social"
806
-
807
- #: ../includes/Init.php:656 ../includes/Init.php:809
808
- msgid "or"
809
- msgstr "ou"
810
-
811
- #: ../includes/Init.php:656 ../includes/Init.php:809
812
- msgid "back to install plugins"
813
- msgstr "retour à l'installation des plugins"
814
-
815
- #: ../includes/MetaBox.php:18 ../includes/MetaBox.php:72
816
- msgid ""
817
- "Your post is still on draft or pending status. Please make sure that your "
818
- "post is published or scheduled to be published on this blog. You can then "
819
- "auto-post or schedule and customize your social media posts with Blog2Social."
820
- msgstr ""
821
- "S'il vous plaît, assurez-vous que votre post sont publier ou futured sur ce "
822
- "blog. Ensuite, vous pouvez planifier et personnaliser votre post avec "
823
- "Blog2social."
824
-
825
- #: ../includes/MetaBox.php:19
826
- msgid "Customize & Schedule Social Media Posts"
827
- msgstr "Personnaliser et planifier des messages sur les réseaux sociaux"
828
-
829
- #: ../includes/MetaBox.php:25
830
- msgid "Blog2Social: Customize & Schedule Social Media Posts"
831
- msgstr "Blog2Social: personnaliser et planifier les publications"
832
-
833
- #: ../includes/MetaBox.php:28
834
- msgid ""
835
- "Customize and schedule your social media posts on the one page preview for "
836
- "all your selected networks: tailor your posts with individual comments, "
837
- "#hashtags or @handles and schedule your posts for the best times to post, "
838
- "for multiple times or re-share recurrently for more visibility and "
839
- "engagement with your community."
840
- msgstr ""
841
- "Personnalisez et planifiez vos messages sur les réseaux sociaux sur l'aperçu "
842
- "d'une page pour tous vos réseaux sélectionnés: personnalisez vos posts avec "
843
- "des commentaires individuels, #hashtags ou @handles et planifiez vos posts "
844
- "pour les meilleurs moments pour publier, pour plusieurs fois ou pour re-"
845
- "partager périodiquement pour Plus de visibilité et d'engagement avec votre "
846
- "communauté."
847
-
848
- #: ../includes/MetaBox.php:46 ../views/b2s/html/header.phtml:24
849
- msgid "Please see FAQ"
850
- msgstr "Voir les FAQ"
851
-
852
- #: ../includes/MetaBox.php:53
853
- msgid "last auto-post:"
854
- msgstr "dernier auto-post:"
855
-
856
- #: ../includes/MetaBox.php:69 ../views/b2s/ship.php:498 ../views/b2s/html/header.
857
- #: phtml:29
858
- msgid "The connection to the server failed. Try again!"
859
- msgstr "Erreur: la connexion au serveur a échoué. Réessayer!"
860
-
861
- #: ../includes/MetaBox.php:70 ../views/b2s/html/header.phtml:23
862
- msgid ""
863
- "WordPress uses heartbeats by default, Blog2Social as well. Please enable "
864
- "heartbeats for using Blog2Social!"
865
- msgstr ""
866
- "WordPress utilise des battements de coeur par défaut, Blog2Social ainsi. "
867
- "Veuillez activer les battements de coeur pour utiliser Blog2Social!"
868
-
869
- #: ../includes/MetaBox.php:71 ../includes/MetaBox.php:145
870
- msgid "Network settings"
871
- msgstr "Paramètres réseau:"
872
-
873
- #: ../includes/MetaBox.php:73
874
- msgid ""
875
- "Notice: Please make sure, that your website address is reachable. The Social "
876
- "Networks do not allow postings from local installations."
877
- msgstr ""
878
- "Remarque: Veuillez vous assurer que l'adresse de votre site Web est "
879
- "joignable. Les réseaux sociaux n'autorisent pas les écritures "
880
- "d'installations locales."
881
-
882
- #: ../includes/MetaBox.php:85
883
- msgid "enable Auto-Posting"
884
- msgstr "Activer la fonction de comptabilisation automatique"
885
-
886
- #: ../includes/MetaBox.php:95 ../views/b2s/network.php:48 ../views/b2s/network.
887
- #: php:150 ../views/b2s/post.php:37 ../views/b2s/post.publish.php:40 ..
888
- #: /views/b2s/post.sched.php:48 ../views/b2s/ship.php:153 ../views/b2s/ship.php:
889
- #: 497 ../views/prg/html/header.phtml:81
890
- msgid "Loading..."
891
- msgstr "Chargement..."
892
-
893
- #: ../includes/MetaBox.php:103 ../views/b2s/html/footer.phtml:236
894
- msgid "Blog2Social: Social Media Auto-Posting"
895
- msgstr "Blog2Social: Auto-affichage des médias sociaux"
896
-
897
- #: ../includes/MetaBox.php:107 ../views/b2s/html/footer.phtml:240
898
- msgid ""
899
- "You have 2 general options to define the date and time to share your blog "
900
- "posts on social media with the Auto-Poster:"
901
- msgstr ""
902
- "Vous avez 2 options générales pour definir la date et l’heure pour partager "
903
- "vos articles sur les réseaux sociaux avec la publication auto:"
904
-
905
- #: ../includes/MetaBox.php:108 ../views/b2s/html/footer.phtml:241
906
- msgid "1. Immediately after publishing your blog post"
907
- msgstr "1. 1. Immédiatement après la publication de vos articles"
908
-
909
- #: ../includes/MetaBox.php:109 ../views/b2s/html/footer.phtml:242
910
- msgid ""
911
- "Published blog posts: If you publish your blog post with click on publish in "
912
- "your WordPress post editor, Blog2Social will automatically share your social "
913
- "media post immediately."
914
- msgstr ""
915
- "si vous publiez vos articles en cliquant sur “publier” dans votre éditeur "
916
- "WordPress, Blog2Social les partagera automatiquement immédiatement."
917
-
918
- #: ../includes/MetaBox.php:110 ../views/b2s/html/footer.phtml:243
919
- msgid ""
920
- "Scheduled blog posts: If you schedule your blog post with click on schedule "
921
- "in your WordPress post editor, Blog2Social will share your social media post "
922
- "on the publishing date of your blog post."
923
- msgstr ""
924
- "Articles planifiés : si vous planifiez vos articles en cliquant sur "
925
- "“planifier” dans votre éditeur WordPress, Blog2Social partagera vos articles "
926
- "sur les réseaux sociaux aux moments de leurs publications sur votre site."
927
-
928
- #: ../includes/MetaBox.php:111 ../views/b2s/html/footer.phtml:244
929
- msgid ""
930
- "2. Schedule your social media posts for a specific date and time If you want "
931
- "to share your post at a particular date and time, different from your "
932
- "publishing date, select the option at scheduled times and set any date and "
933
- "time to share your post on social media."
934
- msgstr ""
935
- "2.Planifiez la publication sur les réseaux sociaux à une date et une heure "
936
- "spécifique Si vous voulez partager vos articles à une date et une heure "
937
- "particulière, sélectionnez l’option à une heure planifiée et réglez la date "
938
- "et l’heure que vous souhaitez pour partager vos articles sur les réseaux "
939
- "sociaux.\n"
940
-
941
- #: ../includes/MetaBox.php:115 ../views/b2s/html/footer.phtml:249
942
- msgid "You want to auto-post your blog post?"
943
- msgstr "Vous voulez auto-afficher votre blog?"
944
-
945
- #: ../includes/MetaBox.php:116 ../includes/Notice.php:29 ../views/b2s/network.php:
946
- #: 99 ../views/b2s/ship.php:282 ../views/b2s/ship.php:342 ../views/b2s/ship.php:
947
- #: 388 ../views/b2s/html/footer.phtml:24 ../views/b2s/html/footer.phtml:124 ..
948
- #: /views/b2s/html/footer.phtml:192 ../views/b2s/html/footer.phtml:250
949
- msgid "With Blog2Social Premium you can:"
950
- msgstr "Avec Blog2Social Premium, vous pouvez:"
951
-
952
- #: ../includes/MetaBox.php:119 ../includes/Notice.php:30 ../views/b2s/network.php:
953
- #: 102 ../views/b2s/ship.php:285 ../views/b2s/ship.php:345 ../views/b2s/ship.php:
954
- #: 391 ../views/b2s/html/footer.phtml:27 ../views/b2s/html/footer.phtml:127 ..
955
- #: /views/b2s/html/footer.phtml:195 ../views/b2s/html/footer.phtml:253 ..
956
- #: /views/b2s/html/header.phtml:200
957
- msgid "Post on pages and groups"
958
- msgstr "Poster sur les pages et les groupes"
959
-
960
- #: ../includes/MetaBox.php:120 ../includes/Notice.php:31 ../views/b2s/network.php:
961
- #: 103 ../views/b2s/ship.php:286 ../views/b2s/ship.php:346 ../views/b2s/ship.php:
962
- #: 392 ../views/b2s/html/footer.phtml:28 ../views/b2s/html/footer.phtml:128 ..
963
- #: /views/b2s/html/footer.phtml:196 ../views/b2s/html/footer.phtml:254
964
- msgid "Share on multiple profiles, pages and groups"
965
- msgstr "Partager sur plusieurs profils, pages et groupes"
966
-
967
- #: ../includes/MetaBox.php:121 ../includes/Notice.php:32 ../views/b2s/network.php:
968
- #: 104 ../views/b2s/ship.php:287 ../views/b2s/ship.php:347 ../views/b2s/ship.php:
969
- #: 393 ../views/b2s/html/footer.phtml:29 ../views/b2s/html/footer.phtml:63 ..
970
- #: /views/b2s/html/footer.phtml:129 ../views/b2s/html/footer.phtml:197 ..
971
- #: /views/b2s/html/footer.phtml:255
972
- msgid "Auto-post and auto-schedule new and updated blog posts"
973
- msgstr ""
974
- "Publication automatique et auto-planification des nouveaux articles et ceux "
975
- "mis à jour"
976
-
977
- #: ../includes/MetaBox.php:122 ../includes/Notice.php:33 ../views/b2s/network.php:
978
- #: 105 ../views/b2s/ship.php:288 ../views/b2s/ship.php:348 ../views/b2s/ship.php:
979
- #: 394 ../views/b2s/html/footer.phtml:30 ../views/b2s/html/footer.phtml:130 ..
980
- #: /views/b2s/html/footer.phtml:198 ../views/b2s/html/footer.phtml:256
981
- msgid "Schedule your posts at the best times on each network"
982
- msgstr ""
983
- "Planifiez vos articles aux meilleurs moments pour chaque réseau : une fois, "
984
- "plusieurs fois ou de manière récurrente"
985
-
986
- #: ../includes/MetaBox.php:123 ../includes/Notice.php:34 ../views/b2s/network.php:
987
- #: 106 ../views/b2s/ship.php:289 ../views/b2s/ship.php:349 ../views/b2s/ship.php:
988
- #: 395 ../views/b2s/html/footer.phtml:31 ../views/b2s/html/footer.phtml:131 ..
989
- #: /views/b2s/html/footer.phtml:199 ../views/b2s/html/footer.phtml:257
990
- msgid ""
991
- "Best Time Manager: use predefined best time scheduler to auto-schedule your "
992
- "social media posts"
993
- msgstr ""
994
- "Meilleur gestionnaire de temps: utilisez un planificateur de meilleur temps "
995
- "prédéfini pour organiser automatiquement vos publications sur les réseaux "
996
- "sociaux"
997
-
998
- #: ../includes/MetaBox.php:124 ../includes/Notice.php:35 ../views/b2s/network.php:
999
- #: 107 ../views/b2s/ship.php:290 ../views/b2s/ship.php:350 ../views/b2s/ship.php:
1000
- #: 396 ../views/b2s/html/footer.phtml:32 ../views/b2s/html/footer.phtml:132 ..
1001
- #: /views/b2s/html/footer.phtml:200 ../views/b2s/html/footer.phtml:258
1002
- msgid "Schedule your post for one time, multiple times or recurrently"
1003
- msgstr "Planifiez votre poste pour une fois, plusieurs fois ou récurrent"
1004
-
1005
- #: ../includes/MetaBox.php:125 ../includes/Notice.php:36 ../views/b2s/network.php:
1006
- #: 108 ../views/b2s/ship.php:291 ../views/b2s/ship.php:351 ../views/b2s/ship.php:
1007
- #: 397 ../views/b2s/html/footer.phtml:33 ../views/b2s/html/footer.phtml:133 ..
1008
- #: /views/b2s/html/footer.phtml:201 ../views/b2s/html/footer.phtml:259
1009
- msgid "Schedule and re-share old posts"
1010
- msgstr "Planifiez et re-partagez les anciens messages"
1011
-
1012
- #: ../includes/MetaBox.php:126 ../includes/Notice.php:37 ../views/b2s/network.php:
1013
- #: 109 ../views/b2s/ship.php:292 ../views/b2s/ship.php:352 ../views/b2s/ship.php:
1014
- #: 398 ../views/b2s/html/footer.phtml:34 ../views/b2s/html/footer.phtml:65 ..
1015
- #: /views/b2s/html/footer.phtml:134 ../views/b2s/html/footer.phtml:202 ..
1016
- #: /views/b2s/html/footer.phtml:260
1017
- msgid "Select link format or image format for your posts"
1018
- msgstr ""
1019
- "Sélectionnez le format de lien ou la publication d’image pour vos "
1020
- "publications"
1021
-
1022
- #: ../includes/MetaBox.php:127 ../includes/Notice.php:38 ../views/b2s/network.php:
1023
- #: 110 ../views/b2s/ship.php:293 ../views/b2s/ship.php:353 ../views/b2s/ship.php:
1024
- #: 399 ../views/b2s/html/footer.phtml:35 ../views/b2s/html/footer.phtml:66 ..
1025
- #: /views/b2s/html/footer.phtml:135 ../views/b2s/html/footer.phtml:203 ..
1026
- #: /views/b2s/html/footer.phtml:261
1027
- msgid "Select individual images per post"
1028
- msgstr "Sélectionnez les images individuelles par article"
1029
-
1030
- #: ../includes/MetaBox.php:128 ../includes/Notice.php:39 ../views/b2s/network.php:
1031
- #: 111 ../views/b2s/ship.php:294 ../views/b2s/ship.php:354 ../views/b2s/ship.php:
1032
- #: 400 ../views/b2s/html/footer.phtml:36 ../views/b2s/html/footer.phtml:136 ..
1033
- #: /views/b2s/html/footer.phtml:204 ../views/b2s/html/footer.phtml:262
1034
- msgid ""
1035
- "Reporting & calendar: keep track of your published and scheduled social "
1036
- "media posts"
1037
- msgstr ""
1038
- "Rapports et calendrier : gardez la trace de vos publications publiées et "
1039
- "programmées"
1040
-
1041
- #: ../includes/MetaBox.php:130 ../views/b2s/network.php:113 ../views/b2s/ship.php:
1042
- #: 296 ../views/b2s/ship.php:356 ../views/b2s/ship.php:402 ..
1043
- #: /views/b2s/html/footer.phtml:38 ../views/b2s/html/footer.phtml:138 ..
1044
- #: /views/b2s/html/footer.phtml:206 ../views/b2s/html/footer.phtml:264 ..
1045
- #: /views/b2s/html/header.phtml:148
1046
- msgid "Upgrade to PREMIUM"
1047
- msgstr "Mettre à jour vers PREMIUM"
1048
-
1049
- #: ../includes/MetaBox.php:132 ../views/b2s/network.php:115 ../views/b2s/ship.php:
1050
- #: 298 ../views/b2s/ship.php:358 ../views/b2s/ship.php:404 ..
1051
- #: /views/b2s/html/footer.phtml:40 ../views/b2s/html/footer.phtml:71 ..
1052
- #: /views/b2s/html/footer.phtml:89 ../views/b2s/html/footer.phtml:140 ..
1053
- #: /views/b2s/html/footer.phtml:208 ../views/b2s/html/footer.phtml:266
1054
- msgid ""
1055
- "or <a href=\"http://service.blog2social.com/trial\" target=\"_blank\">start with "
1056
- "free 30-days-trial of Blog2Social Premium</a> (no payment information needed)"
1057
- msgstr ""
1058
- "ou <a href=\"http://service.blog2social.com/trial\" target=\"_blank\"> commencez "
1059
- "avec 30 jours gratuits de Blog2Social Premium</a>(pas d'information de "
1060
- "paiement requise)"
1061
-
1062
- #: ../includes/MetaBox.php:145
1063
- msgid "Select profile:"
1064
- msgstr "Sélectionner le profil:"
1065
-
1066
- #: ../includes/MetaBox.php:160
1067
- msgid "When do you want to share your post on social media?"
1068
- msgstr "Quand souhaitez-vous partager votre article sur les réseaux sociaux ?"
1069
-
1070
- #: ../includes/MetaBox.php:163
1071
- msgid "immediately after publishing"
1072
- msgstr "Immédiatement après l'édition"
1073
-
1074
- #: ../includes/MetaBox.php:164
1075
- msgid "at scheduled times"
1076
- msgstr "À des heures programmées"
1077
-
1078
- #: ../includes/MetaBox.php:167
1079
- msgid "You want to sched your blog post with Auto-Poster?"
1080
- msgstr "Vous souhaitez planifier votre publication avec Auto-Poster?"
1081
-
1082
- #: ../includes/MetaBox.php:167 ../views/b2s/html/footer.phtml:69 ..
1083
- #: /views/b2s/html/footer.phtml:87
1084
- msgid "Upgrade to PREMIUM PRO"
1085
- msgstr "passer à Premium PRO"
1086
-
1087
- #: ../includes/MetaBox.php:173
1088
- msgid "Select date:"
1089
- msgstr "choisir date:"
1090
-
1091
- #: ../includes/MetaBox.php:179
1092
- msgid "post at"
1093
- msgstr "Poste à"
1094
-
1095
- #: ../includes/MetaBox.php:180
1096
- msgid "my time settings"
1097
- msgstr "Mes réglages d'heures"
1098
-
1099
- #: ../includes/MetaBox.php:181
1100
- msgid ""
1101
- "Note: If you ​have​ not ​specified​ your own times, we automatically provide "
1102
- "you with the best times to post​ on the social networks. You can always "
1103
- "​edit​ your own times in the settings."
1104
- msgstr ""
1105
- "Note : Si vous n’avez pas spécifié vos propres heures, nous vous fournissons "
1106
- "automatiquement les meilleures heures pour publier sur les réseaux sociaux. "
1107
- "Vous pouvez toujours éditer vos propres heures dans les paramètres"
1108
-
1109
- #: ../includes/Notice.php:18
1110
- msgid ""
1111
- "<strong>Rate it!</strong> If you like Blog2Social, please give us a 5 star "
1112
- "rating. I there is anything that does not work for you, please contact us!"
1113
- msgstr ""
1114
- "<strong>Évaluez-le!</strong> Si vous aimez Blog2Social, s'il vous plaît nous "
1115
- "donner un 5 étoiles. I il ya quelque chose qui ne fonctionne pas pour vous, "
1116
- "s'il vous plaît contactez-nous!"
1117
-
1118
- #: ../includes/Notice.php:19 ../views/b2s/html/sidebar.phtml:54
1119
- msgid "RATE BLOG2SOCIAL"
1120
- msgstr "NOTEZ BLOG2SOCIAL"
1121
-
1122
- #: ../includes/Notice.php:20
1123
- msgid "hide"
1124
- msgstr "cacher"
1125
-
1126
- #: ../includes/Notice.php:41
1127
- msgid "Upgrade to Blog2Social Premium"
1128
- msgstr "Passer à la version Blog2Social premium"
1129
-
1130
- #: ../includes/Notice.php:55
1131
- msgid "Top 5 FAQ"
1132
- msgstr "Top 5 des FAQ"
1133
-
1134
- #: ../includes/PRG/Post/Filter.php:31
1135
- msgid "All Authors"
1136
- msgstr "Tous les auteurs"
1137
-
1138
- #: ../includes/PRG/Post/Filter.php:42
1139
- msgid "All Types"
1140
- msgstr "Tous les types"
1141
-
1142
- #: ../includes/PRG/Post/Item.php:100
1143
- msgid "You have no posts published or scheduled"
1144
- msgstr "Vous n'avez aucun article publié ou planifié"
1145
-
1146
- #: ../includes/PRG/Post/Item.php:127
1147
- msgid "Publish on PR-Gateway"
1148
- msgstr "Publier sur la passerelle PR"
1149
-
1150
- #: ../includes/PRG/Post/Item.php:129
1151
- msgid "on Blog"
1152
- msgstr "sur le blog"
1153
-
1154
- #: ../includes/System.php:61
1155
- msgid ""
1156
- "Blog2Social used cURL. cURL is not installed in your PHP installation on "
1157
- "your server. Install cURL and activate Blog2Social again."
1158
- msgstr ""
1159
- "Blog2Social utilisé cURL. CURL n'est pas installé dans votre installation "
1160
- "PHP sur votre serveur. Installez cURL et activez Blog2Social à nouveau."
1161
-
1162
- #: ../includes/System.php:64 ../includes/System.php:70
1163
- msgid ""
1164
- "Please see <a href=\"https://www.blog2social."
1165
- "com/en/faq/content/1/58/en/system-requirements-for-installing-blog2social."
1166
- "html\" target=\"_blank\">FAQ</a>"
1167
- msgstr ""
1168
- "voir la <a href=\"https://www.blog2social.com/en/faq/content/1/58/en/system-"
1169
- "requirements-for-installing-blog2social.html\" target=\"_blank\">FAQ</a>"
1170
-
1171
- #: ../includes/System.php:67
1172
- msgid ""
1173
- "Blog2Social used PHP. Your installed PHP version on your server is not high "
1174
- "enough to use Blog2Social. Update your PHP version on 5.5.3 or higher."
1175
- msgstr ""
1176
- "Blog2Social utilisé PHP. Votre version de PHP installée sur votre serveur "
1177
- "n'est pas assez élevé pour utiliser Blog2Social. Mettez à jour votre version "
1178
- "de PHP 5.5.3 ou plus sur."
1179
-
1180
- #: ../includes/System.php:73
1181
- msgid ""
1182
- "Blog2Social seems to have no permission to write in your WordPress database. "
1183
- "Please make sure to assign Blog2Social the permission to write in the "
1184
- "WordPress database."
1185
- msgstr ""
1186
- "Blog2Social semble n'avoir aucune permission d'écrire dans votre base de "
1187
- "données WordPress. Assurez-vous d'attribuer à Blog2Social la permission "
1188
- "d'écrire dans la base de données WordPress."
1189
-
1190
- #: ../includes/System.php:76
1191
- msgid ""
1192
- "<a href=\"https://www.blog2social.com/en/faq/content/1/58/en/system-"
1193
- "requirements-for-installing-blog2social.html\" target=\"_blank\"> Please find "
1194
- "more Information and help in our FAQ</a>"
1195
- msgstr ""
1196
- "<a href=\"https://www.blog2social.com/en/faq/content/1/58/en/system-"
1197
- "requirements-for-installing-blog2social.html\" target=\"_blank\">voir la "
1198
- "FAQ</a>"
1199
-
1200
- #. URI of the plugin
1201
- msgid "https://www.blog2social.com"
1202
- msgstr "https://www.blog2social.com"
1203
-
1204
- #. Description of the plugin
1205
- msgid ""
1206
- "Auto publish, schedule & share posts on social media: Facebook, Twitter, "
1207
- "Google+, XING, LinkedIn, Instagram, ... crosspost to pages & groups"
1208
- msgstr ""
1209
- "Auto publish, schedule & share posts on social media: Facebook, Twitter, "
1210
- "Google+, XING, LinkedIn, Instagram, ... crosspost to pages & groups"
1211
-
1212
- #. Author of the plugin
1213
- msgid "Blog2Social, Adenion"
1214
- msgstr "Blog2Social, Adenion"
1215
-
1216
- #: ../views/b2s/dashboard.php:13
1217
- msgid "Get news and updates for promoting your blog on social media"
1218
- msgstr ""
1219
- "Obtenez des nouvelles et des mises à jour pour promouvoir votre blog sur les "
1220
- "réseaux sociaux"
1221
-
1222
- #: ../views/b2s/dashboard.php:18
1223
- msgid "Get updates"
1224
- msgstr "obtenir mises à jour"
1225
-
1226
- #: ../views/b2s/dashboard.php:20
1227
- msgid ""
1228
- "We hate spam, too. We will never sell your email address to any other "
1229
- "company or for any other purpose."
1230
- msgstr ""
1231
- "Nous détestons le spam, aussi. Nous ne vendrons jamais votre adresse de "
1232
- "courrier électronique à aucune autre société ou à toute autre fin."
1233
-
1234
- #: ../views/b2s/dashboard.php:27
1235
- msgid "How to use Blog2Social – Step by Step"
1236
- msgstr "Comment utiliser Blog2Social - étape par étape"
1237
-
1238
- #: ../views/b2s/dashboard.php:28
1239
- msgid ""
1240
- "Learn how to get the most out of Blog2Social to promote your blog on social "
1241
- "media."
1242
- msgstr ""
1243
- "Découvrez comment tirer le meilleur parti de Blog2Social pour promouvoir "
1244
- "votre blog sur les réseaux sociaux."
1245
-
1246
- #: ../views/b2s/dashboard.php:29 ../views/b2s/dashboard.php:85
1247
- msgid "Learn more"
1248
- msgstr "Apprendre encore plus"
1249
-
1250
- #: ../views/b2s/dashboard.php:37
1251
- msgid "Do you need help?"
1252
- msgstr "As-tu besoin d'aide?"
1253
-
1254
- #: ../views/b2s/dashboard.php:38
1255
- msgid "Find answers to common questions in"
1256
- msgstr "Trouver des réponses à des questions courantes"
1257
-
1258
- #: ../views/b2s/dashboard.php:39
1259
- msgid "our FAQ"
1260
- msgstr "notre FAQ"
1261
-
1262
- #: ../views/b2s/dashboard.php:48
1263
- msgid "Loading Top 5 FAQ"
1264
- msgstr "chargement"
1265
-
1266
- #: ../views/b2s/dashboard.php:51
1267
- msgid "Blog2Social FAQ"
1268
- msgstr "Blog2Social FAQ"
1269
-
1270
- #: ../views/b2s/dashboard.php:56
1271
- msgid "Couldn't find your answer?"
1272
- msgstr "Vous n'avez pas trouvé votre réponse?"
1273
-
1274
- #: ../views/b2s/dashboard.php:58
1275
- msgid "Contact Support by Email"
1276
- msgstr "Contacter l'assistance par courriel"
1277
-
1278
- #: ../views/b2s/dashboard.php:60
1279
- msgid "Call us: +49 2181 7569-277"
1280
- msgstr "Appelez-nous: +49 2181 7569-277"
1281
-
1282
- #: ../views/b2s/dashboard.php:62
1283
- msgid "(Call times: from 9:00 a.m. to 5:00 p.m. CET on working days)"
1284
- msgstr "(Heures d'appel: de 9h00 à 5h00. CET les jours ouvrables)"
1285
-
1286
- #: ../views/b2s/dashboard.php:65
1287
- msgid "Follow us:"
1288
- msgstr "Suivez nous:"
1289
-
1290
- #: ../views/b2s/dashboard.php:72
1291
- msgid "Your license: Blog2Social"
1292
- msgstr "Votre licence: Blog2Social"
1293
-
1294
- #: ../views/b2s/dashboard.php:84
1295
- msgid ""
1296
- "Upgrade to Blog2Social Premium to schedule your posts for the best time, "
1297
- "once or recurringly with the Best Time Scheduler and post to pages, groups "
1298
- "and multiple accounts per network."
1299
- msgstr ""
1300
- "Mettez à niveau Blog2Social Premium pour planifier vos posts pour le "
1301
- "meilleur moment, une fois ou de façon récurrente avec le meilleur "
1302
- "planificateur de temps et postez sur des pages, des groupes et plusieurs "
1303
- "comptes par réseau."
1304
-
1305
- #: ../views/b2s/dashboard.php:90 ../views/b2s/html/sidebar.phtml:24
1306
- msgid "Enter license key and change your version"
1307
- msgstr "Entrez la clé de licence et changez votre version"
1308
-
1309
- #: ../views/b2s/dashboard.php:92 ../views/b2s/html/sidebar.phtml:26
1310
- msgid "Activate"
1311
- msgstr "activer"
1312
-
1313
- #: ../views/b2s/dashboard.php:106
1314
- msgid "Network Choice"
1315
- msgstr "Choix du réseau"
1316
-
1317
- #: ../views/b2s/dashboard.php:107
1318
- msgid "Cross-share to all popular social networks"
1319
- msgstr "Cross-share à tous les réseaux sociaux populaires"
1320
-
1321
- #: ../views/b2s/dashboard.php:119
1322
- msgid "Automatically share your posts whenever you publish a new blog post"
1323
- msgstr ""
1324
- "Partagez automatiquement vos messages chaque fois que vous publiez un "
1325
- "nouveau post de blog"
1326
-
1327
- #: ../views/b2s/dashboard.php:130
1328
- msgid "Custom Sharing"
1329
- msgstr "Partage personnalisé"
1330
-
1331
- #: ../views/b2s/dashboard.php:131
1332
- msgid ""
1333
- "Edit or add comments, hashtags or handles. Edit posts in HTML for re-"
1334
- "publishing on blogging networks"
1335
- msgstr ""
1336
- "Modifiez ou ajoutez des commentaires, des hashtags ou des poignées. Modifier "
1337
- "les messages en HTML pour la re-publication sur les réseaux de blogs"
1338
-
1339
- #: ../views/b2s/dashboard.php:142 ../views/b2s/ship.php:383 ..
1340
- #: /views/b2s/html/footer.phtml:174
1341
- msgid "Best Time Scheduler"
1342
- msgstr "Meilleures heures de planification"
1343
-
1344
- #: ../views/b2s/dashboard.php:143
1345
- msgid "Choose pre-defined times to post or edit and define your own time settings"
1346
- msgstr ""
1347
- "Choisissez une période prédéfinie pour afficher ou modifier et définir vos "
1348
- "propres paramètres de temps"
1349
-
1350
- #: ../views/b2s/dashboard.php:154
1351
- msgid "Custom Scheduling"
1352
- msgstr "Planification personnalisée"
1353
-
1354
- #: ../views/b2s/dashboard.php:155
1355
- msgid ""
1356
- "Unlimited scheduling options: once, repeatedly or recurringly to multiple "
1357
- "profiles, pages and groups"
1358
- msgstr ""
1359
- "Options de planification illimitées: une fois, de façon répétée ou "
1360
- "récurrente, sur plusieurs profils, pages et groupes"
1361
-
1362
- #: ../views/b2s/dashboard.php:166
1363
- msgid "One-Step Workflow"
1364
- msgstr "Flux de travail en une étape"
1365
-
1366
- #: ../views/b2s/dashboard.php:167
1367
- msgid "One-page preview editor for all social networks for easy customizing"
1368
- msgstr ""
1369
- "Éditeur d'aperçu d'une page pour tous les réseaux sociaux pour une "
1370
- "personnalisation facile"
1371
-
1372
- #: ../views/b2s/dashboard.php:178
1373
- msgid "Reporting"
1374
- msgstr "Rapport"
1375
-
1376
- #: ../views/b2s/dashboard.php:179
1377
- msgid ""
1378
- "All scheduled and published social media posts with direct links for easy "
1379
- "access or re-sharing"
1380
- msgstr ""
1381
- "Tous les messages médias sociaux programmés et publiés avec des liens "
1382
- "directs pour un accès facile ou un nouveau partage"
1383
-
1384
- #: ../views/b2s/dashboard.php:186
1385
- msgid "Unlock Premium"
1386
- msgstr "Déblocage Premium"
1387
-
1388
- #: ../views/b2s/network.php:22 ../views/b2s/network.php:23 ../views/prg/post.php:
1389
- #: 25 ../views/prg/post.php:26 ../views/b2s/html/post.navbar.phtml:12 ..
1390
- #: /views/b2s/html/post.navbar.phtml:13
1391
- msgid "filter"
1392
- msgstr "Filtrer"
1393
-
1394
- #: ../views/b2s/network.php:28
1395
- msgid "Delete"
1396
- msgstr "Effacer"
1397
-
1398
- #: ../views/b2s/network.php:33 ../views/b2s/network.php:36 ../views/b2s/network.
1399
- #: php:69 ../views/b2s/network.php:92
1400
- msgid "Create new profile"
1401
- msgstr "Créer un nouveau profil"
1402
-
1403
- #: ../views/b2s/network.php:35
1404
- msgid "You want to define a new combination of networks?"
1405
- msgstr "Vous souhaitez définir une nouvelle combinaison de réseaux?"
1406
-
1407
- #: ../views/b2s/network.php:75
1408
- msgid "create"
1409
- msgstr "créer"
1410
-
1411
- #: ../views/b2s/network.php:95
1412
- msgid ""
1413
- "All connected networks will be displayed as default \"Standard\" networks "
1414
- "profile.<br><br>You may define various sets of social media accounts, "
1415
- "profiles, pages or groups for different sharing purposes. For example pre-"
1416
- "select specific set of all your networks for initial sharing and another set "
1417
- "of specific networks for re-sharing your post to. Or, if you have multiple "
1418
- "Twitter accounts or multiple Facebook pages and you want to share your post "
1419
- "to specific accounts or pages only, this feature may come handy for even "
1420
- "faster access to a specific selection of your sharing purposes. You may also "
1421
- "select sets of networks for re-sharing or scheduling your posts once or "
1422
- "recurrently at various days and times and with different comments or images."
1423
- "<br><br> This feature gives you an easier and faster access to an unlimited "
1424
- "number of variations for pre-selected sets of social media accounts for any "
1425
- "sharing and scheduling scheme you may think of.<br><br> You can always "
1426
- "select and remove any account from any of your networks profiles on your "
1427
- "preview page with just a click of your mouse for an easy variation of your "
1428
- "current sharing scheme."
1429
- msgstr ""
1430
- "Tous les réseaux connectés seront affichés comme profils \"Standard\" par "
1431
- "défaut.<br/><br/>Vous pouvez définir différents comptes de réseaux sociaux, "
1432
- "profils, pages ou des groupes à des fins différentes de partage. Par exemple "
1433
- "présélectionner un ensemble spécifique de tous vos réseaux pour un partage "
1434
- "initial et un autre ensemble de réseaux spécifiques pour re-partager votre "
1435
- "article. Ou bien, si vous avez plusieurs comptes Twitter ou plusieurs pages "
1436
- "Facebook et que vous souhaitez partager votre article seulement avec ceux-ci,"
1437
- " cette fonctionnalité peut être pratique pour un accès encore plus rapide à "
1438
- "une sélection spécifique de vos partages. Vous pouvez également sélectionner "
1439
- "des ensembles de réseaux pour le re-partage ou la planification de vos "
1440
- "articles une fois ou de manière récurrente à différents jours et heures et "
1441
- "avec divers commentaires ou différentes images.<br/>Cette fonction vous "
1442
- "donne un accès plus facile et plus rapide à un nombre illimité des "
1443
- "variations pour des jeux pré-sélectionnés de comptes de médias sociaux pour "
1444
- "tout projet de partage et de planification, possibles et imaginables."
1445
- "<br/><br>Vous pouvez toujours sélectionner et retirer n'importe quel compte "
1446
- "de vos profils de réseaux sur votre page d'aperçu avec un simple clic de "
1447
- "votre souris pour une variante facile de votre système de partage de courant."
1448
-
1449
- #: ../views/b2s/network.php:98
1450
- msgid "You want to add another network profile, pages or groups?"
1451
- msgstr "Vous souhaitez ajouter un nouveau profil de réseau, pages ou groupes ?"
1452
-
1453
- #: ../views/b2s/network.php:127
1454
- msgid "Delete Profile"
1455
- msgstr "Effacer le profil"
1456
-
1457
- #: ../views/b2s/network.php:130
1458
- msgid "Do you really want to delete this profile"
1459
- msgstr "Souhaitez-vous vraiment supprimer ce profil ?"
1460
-
1461
- #: ../views/b2s/network.php:133 ../views/b2s/post.publish.php:74 ..
1462
- #: /views/b2s/post.sched.php:111 ../views/prg/ship.php:92
1463
- msgid "NO"
1464
- msgstr "NON"
1465
-
1466
- #: ../views/b2s/network.php:134 ../views/b2s/network.php:162 ../views/b2s/post.
1467
- #: publish.php:75 ../views/b2s/post.sched.php:112
1468
- msgid "YES, delete"
1469
- msgstr "OUI, effacer"
1470
-
1471
- #: ../views/b2s/network.php:144
1472
- msgid "Delete Authorization"
1473
- msgstr "Retirer l'autorisation"
1474
-
1475
- #: ../views/b2s/network.php:153
1476
- msgid "Do you really want to delete this authorization"
1477
- msgstr "Voulez-vous réellement enlever cette autorisation"
1478
-
1479
- #: ../views/b2s/network.php:156
1480
- msgid "You have still set up scheduled posts for this network:"
1481
- msgstr "Vous avez toujours configuré des messages programmés pour ce réseau:"
1482
-
1483
- #: ../views/b2s/network.php:157
1484
- msgid "scheduled posts"
1485
- msgstr "Messages programmés"
1486
-
1487
- #: ../views/b2s/network.php:163
1488
- msgid "View schedule posts for this profile"
1489
- msgstr "Voir les messages de l'horaire pour ce profil"
1490
-
1491
- #: ../views/b2s/post.publish.php:65
1492
- msgid "Delete entries from the reporting"
1493
- msgstr "supprimer les entrées du rapport"
1494
-
1495
- #: ../views/b2s/post.publish.php:68
1496
- msgid "You are sure, you want to delete entries from the reporting?"
1497
- msgstr "Vous êtes sûr, vous voulez supprimer les entrées du rapport?"
1498
-
1499
- #: ../views/b2s/post.publish.php:70 ../views/b2s/post.sched.php:107
1500
- msgid "Number of entries"
1501
- msgstr "Nombre d'entrées"
1502
-
1503
- #: ../views/b2s/post.sched.php:74
1504
- msgid "Change Time"
1505
- msgstr "Changer l'heure"
1506
-
1507
- #: ../views/b2s/post.sched.php:102
1508
- msgid "Delete entries form the scheduling"
1509
- msgstr "Supprimer les entrées de la planification"
1510
-
1511
- #: ../views/b2s/post.sched.php:105
1512
- msgid "You are sure, you want to delete entries from the scheduling?"
1513
- msgstr "Vous êtes sûr, vous voulez supprimer les entrées de la planification?"
1514
-
1515
- #: ../views/b2s/settings.php:17
1516
- msgid "save..."
1517
- msgstr "sauver..."
1518
-
1519
- #: ../views/b2s/settings.php:22
1520
- msgid "General"
1521
- msgstr "Général"
1522
-
1523
- #: ../views/b2s/settings.php:25
1524
- msgid "Best Time Settings"
1525
- msgstr "Meilleurs réglages d'heures"
1526
-
1527
- #: ../views/b2s/settings.php:28
1528
- msgid "Network Settings"
1529
- msgstr "Paramètres réseau"
1530
-
1531
- #: ../views/b2s/settings.php:37 ../views/b2s/ship.php:439
1532
- msgid "My Time Settings"
1533
- msgstr "Mes réglages d'heures"
1534
-
1535
- #: ../views/b2s/settings.php:48
1536
- msgid "Reset predefined best time settings"
1537
- msgstr "Réinitialiser les réglages de la meilleure heure"
1538
-
1539
- #: ../views/b2s/settings.php:58
1540
- msgid "Post format"
1541
- msgstr "Format de publication"
1542
-
1543
- #: ../views/b2s/settings.php:68
1544
- msgid "Facebook"
1545
- msgstr "Facebook"
1546
-
1547
- #: ../views/b2s/settings.php:71
1548
- msgid "Twitter"
1549
- msgstr "Twitter"
1550
-
1551
- #: ../views/b2s/settings.php:132
1552
- msgid "Allow shortcodes in my post"
1553
- msgstr "permettre à shortcodes dans mon post"
1554
-
1555
- #: ../views/b2s/settings.php:135
1556
- msgid ""
1557
- "Shortcodes are used by some wordpress plugins like Elementor, Visual "
1558
- "Composer and Content Builder. When a shortcode is inserted in a WordPress "
1559
- "post or page, it is replaced with some other content when you publish the "
1560
- "article on your blog. In other words, a shortcode instructs WordPress to "
1561
- "find a special command that is placed in square brackets ([]) and replace it "
1562
- "with the appropriate dynamic content by a plugin you use.<br><br>Activate "
1563
- "this feature, if you should use dynamic elements in your articles."
1564
- msgstr ""
1565
- "Les codes courts sont utilisés par certains plugins wordpress tels que "
1566
- "Elementor, Visual Composer et Content Builder. Lorsqu'un code court est "
1567
- "inséré dans une publication ou une page de WordPress, il est remplacé par un "
1568
- "autre contenu lorsque vous publiez l'article sur votre blog. En d'autres "
1569
- "termes, un code court demande à WordPress de trouver une commande spéciale "
1570
- "placée entre crochets ([]) et de le remplacer par le contenu dynamique "
1571
- "approprié par un plugin que vous utilisez. <br> <br> Activez cette "
1572
- "fonctionnalité, si vous le souhaitez Utilisez des éléments dynamiques dans "
1573
- "vos articles."
1574
-
1575
- #: ../views/b2s/settings.php:149
1576
- msgid ""
1577
- "Blog2Social applies the scheduled time settings based on the time zone "
1578
- "defined in the general settings of your WordPress. You can select a user-"
1579
- "specific time zone that deviates from the Wordpress system time zone for "
1580
- "your social media scheduling.<br><br>Select the desired time zone from the "
1581
- "drop-down menu."
1582
- msgstr ""
1583
- "Blog2Social applique les paramètres d'heure programmés en fonction du fuseau "
1584
- "horaire défini dans les paramètres généraux de votre WordPress. Vous pouvez "
1585
- "sélectionner un fuseau horaire spécifique à l'utilisateur qui s'écarte du "
1586
- "fuseau horaire du système Wordpress pour votre programmation de médias "
1587
- "sociaux. <br> <br> Sélectionnez le fuseau horaire souhaité dans le menu "
1588
- "déroulant."
1589
-
1590
- #: ../views/b2s/ship.php:27
1591
- msgid "Social Media Scheduling & Sharing"
1592
- msgstr "Planification et partage sur les réseaux sociaux"
1593
-
1594
- #: ../views/b2s/ship.php:28 ../views/prg/ship.php:41 ../views/prg/ship.php:43 ..
1595
- #: /views/prg/html/form.phtml:26 ../views/prg/html/form.phtml:28
1596
- msgid "Title"
1597
- msgstr "Titre"
1598
-
1599
- #: ../views/b2s/ship.php:38
1600
- msgid "scroll to bottom"
1601
- msgstr "Faire défiler vers le bas"
1602
-
1603
- #: ../views/b2s/ship.php:43
1604
- msgid "You want to load your time settings?"
1605
- msgstr "Vous voulez charger vos paramètres de temps?"
1606
-
1607
- #: ../views/b2s/ship.php:44
1608
- msgid "Load My Time Settings"
1609
- msgstr "Charger mes paramètres de temps"
1610
-
1611
- #: ../views/b2s/ship.php:50
1612
- msgid "Load Best Time Scheduler"
1613
- msgstr "Load Best Time Scheduler"
1614
-
1615
- #: ../views/b2s/ship.php:84
1616
- msgid "Social Accounts"
1617
- msgstr "Comptes de réseaux sociaux"
1618
-
1619
- #: ../views/b2s/ship.php:104
1620
- msgid "Add more..."
1621
- msgstr "Ajouter plus..."
1622
-
1623
- #: ../views/b2s/ship.php:106
1624
- msgid "Profiles | Pages | Groups"
1625
- msgstr "Profils | Pages | Groupes"
1626
-
1627
- #: ../views/b2s/ship.php:129
1628
- msgid "Save Network Selection"
1629
- msgstr "Enregistrer la sélection du réseau"
1630
-
1631
- #: ../views/b2s/ship.php:138
1632
- msgid "network connected"
1633
- msgstr "Réseau connecté"
1634
-
1635
- #: ../views/b2s/ship.php:139
1636
- msgid "requires image"
1637
- msgstr "Nécessite une image"
1638
-
1639
- #: ../views/b2s/ship.php:140
1640
- msgid "refresh authorization"
1641
- msgstr "Autorisation de rafraîchissement"
1642
-
1643
- #: ../views/b2s/ship.php:163
1644
- msgid ""
1645
- "Notice:<br><p>Please make sure, that your website address is reachable. The "
1646
- "Social Networks do not allow postings from local installations.</p>"
1647
- msgstr ""
1648
- "Note :<br/><p>Veuillez vérifier, svp, que l'adresse de votre site web est "
1649
- "joignable. Les réseaux sociaux n'autorise pas l'envoi depuis un réseau local."
1650
- "</p>"
1651
-
1652
- #: ../views/b2s/ship.php:165
1653
- msgid "change website address"
1654
- msgstr "changer l'adresse du site web"
1655
-
1656
- #: ../views/b2s/ship.php:182
1657
- msgid "First, connect or select network before posting"
1658
- msgstr "Connectez-vous ou sélectionnez un réseau avant l'envoi"
1659
-
1660
- #: ../views/b2s/ship.php:184
1661
- msgid "connect"
1662
- msgstr "connecter"
1663
-
1664
- #: ../views/b2s/ship.php:192
1665
- msgid "scroll to top"
1666
- msgstr "faire défiler vers le haut"
1667
-
1668
- #: ../views/b2s/ship.php:193 ../views/b2s/ship.php:197
1669
- msgid "Share"
1670
- msgstr "Partager"
1671
-
1672
- #: ../views/b2s/ship.php:206
1673
- msgid "Time zone"
1674
- msgstr "Fuseau horaire"
1675
-
1676
- #: ../views/b2s/ship.php:220
1677
- msgid "Share new post on Social Media"
1678
- msgstr "Partager le nouvel article sur les réseaux sociaux"
1679
-
1680
- #: ../views/b2s/ship.php:242
1681
- msgid "Connect for"
1682
- msgstr "Connecter sur"
1683
-
1684
- #: ../views/b2s/ship.php:258
1685
- msgid "Time Scheduling"
1686
- msgstr "Heure de la planification"
1687
-
1688
- #: ../views/b2s/ship.php:262
1689
- msgid ""
1690
- "You have not yet defined personal time settings. To edit personal time "
1691
- "settings click on the Blog2Social Settings on the left-hand menu and select "
1692
- "Best Time Settings to change the predefined time settings to your own "
1693
- "preferences."
1694
- msgstr ""
1695
- "Vous n'avez pas encore défini les paramètres de temps personnels. Pour "
1696
- "modifier les paramètres de l'heure personnelle, cliquez sur les paramètres "
1697
- "du Blog2Social dans le menu de gauche et sélectionnez Best Time Settings "
1698
- "pour modifier les paramètres de temps prédéfinis selon vos préférences."
1699
-
1700
- #: ../views/b2s/ship.php:275
1701
- msgid "Re-share this Post"
1702
- msgstr "Re-partager cet article"
1703
-
1704
- #: ../views/b2s/ship.php:278
1705
- msgid ""
1706
- "You can re-share your post for a different sharing purpose, or to share on a "
1707
- "different choice of networks, profiles, pages or groups, or with different "
1708
- "comments or images, or if you want to share your blog post images to image "
1709
- "networks only, or re-share them at different times. You may vary your "
1710
- "comments and images in order to produce more variations of your social media "
1711
- "posts to share more often without sharing the same message over and over "
1712
- "again. Whatever your choose to do for re-sharing your post, you can simply "
1713
- "click \"Re-share this post\" and you will be led to the preview page where "
1714
- "your can select your networks and edit your texts, comments or images "
1715
- "according to your current sharing preferences."
1716
- msgstr ""
1717
- "Vous pouvez re-partager votre article à des fins de partage différent, ou le "
1718
- "partager sur différents choix de réseaux, profils, pages ou groupes, ou avec "
1719
- "différents commentaires ou images, ou si vous voulez partager vos images "
1720
- "d'article de blog à des réseaux d'images seulement ou le re-partager à des "
1721
- "moments différents. Vous pouvez varier vos commentaires et images afin de "
1722
- "produire plus de variations de vos articles à destination des réseaux "
1723
- "sociaux afin de ne pas partager encore et toujours le même article. Quel que "
1724
- "soit votre choix pour re-partager votre article, vous pouvez cliquer "
1725
- "simplement sur \"Re-partager cet article\" et vous serez dirigé vers la page "
1726
- "d'aperçu vous pourrez sélectionner vos réseaux et modifier vos textes, "
1727
- "commentaires ou images en fonction de vos préférences de partage."
1728
-
1729
- #: ../views/b2s/ship.php:281
1730
- msgid "You want re-share your blog post?"
1731
- msgstr "Vous voulez re-partager votre blog?"
1732
-
1733
- #: ../views/b2s/ship.php:309
1734
- msgid "Save Network Settings"
1735
- msgstr "Sauver les paramètres de réseaux"
1736
-
1737
- #: ../views/b2s/ship.php:312
1738
- msgid ""
1739
- "You can save your current network settings as \"Standard\" network settings "
1740
- "for any future sharing activities or as a \"Profile\" to choose from (Premium)."
1741
- "<br><br>Your Standard selection will show as activated upon pressing the "
1742
- "\"share on social media\" button on the right hand side bar. You can change "
1743
- "these settings any time per click, or choose another network profile "
1744
- "(Premium).<br><br>You can also pre-define various different sets of networks,"
1745
- " for specific social media accounts, target groups, contents or sharing "
1746
- "purposes. For example you can define a specific set of networks for sharing "
1747
- "your posts images only or for re-sharing your evergreen content on a "
1748
- "recurring basis. On the preview-page you may edit your selected or pre-"
1749
- "selected networks anytime by simply clicking on the respective network "
1750
- "account to select or remove an account from the current sharing scheme."
1751
- msgstr ""
1752
- "Vous pouvez enregistrer vos paramètres réseau actuels comme paramètres "
1753
- "réseau \"standard\" pour toutes les activités de partage futures ou comme un "
1754
- "\"profil\" à choisir (Premium).<br/>Votre sélection standard apparaîtra comme "
1755
- "activé lorsque vous appuierez sur le bouton \"partage sur les réseaux "
1756
- "sociaux\" sur la barre latérale de droite. Vous pouvez modifier ces "
1757
- "paramètres à tout moment par clic, ou choisir un autre profil réseau "
1758
- "(Premium).<br/>Vous pouvez également pré-définir différents ensembles de "
1759
- "réseaux, pour des comptes spécifiques de réseaux sociaux, des groupes cibles,"
1760
- " des contenus ou à des fins de partage . Par exemple, vous pouvez définir un "
1761
- "ensemble spécifique de réseaux pour partager vos images d'articles "
1762
- "uniquement ou pour re-partager votre contenu persistant sur une base "
1763
- "récurrente. Sur la page d'aperçu vous pouvez modifier vos réseaux "
1764
- "sélectionnés ou pré-sélectionnés à tout moment en cliquant simplement sur le "
1765
- "compte de réseau respectif pour sélectionner ou supprimer un compte du "
1766
- "partage courant."
1767
-
1768
- #: ../views/b2s/ship.php:324
1769
- msgid "Your blog post is not yet published on your Wordpress!"
1770
- msgstr "Votre message de blog n'est pas encore publié sur votre Wordpress!"
1771
-
1772
- #: ../views/b2s/ship.php:327
1773
- msgid "At least one of your selected networks is set to \"Share Now\""
1774
- msgstr "Au moins un de vos réseaux sélectionnés est réglé sur \"Partager maintenant\""
1775
-
1776
- #: ../views/b2s/ship.php:331
1777
- msgid "Schedule your post"
1778
- msgstr "Planifiez votre message"
1779
-
1780
- #: ../views/b2s/ship.php:334
1781
- msgid "Ignore & share"
1782
- msgstr "Ignorer & partager"
1783
-
1784
- #: ../views/b2s/ship.php:371
1785
- msgid "Need to schedule your posts?"
1786
- msgstr "Besoin d'organiser vos articles?"
1787
-
1788
- #: ../views/b2s/ship.php:374
1789
- msgid "Blog2Social Premium covers everything you need."
1790
- msgstr "Blog2Social Premium couvre tout ce dont vous avez besoin."
1791
-
1792
- #: ../views/b2s/ship.php:378
1793
- msgid ""
1794
- "You want to publish a post on a specific date? No problem! Just enter your "
1795
- "desired date and you are ready to go!"
1796
- msgstr ""
1797
- "Vous souhaitez publier une publication à une date spécifique? Pas de "
1798
- "problème! Entrez simplement votre date souhaitée et vous êtes prêt à partir!"
1799
-
1800
- #: ../views/b2s/ship.php:381
1801
- msgid ""
1802
- "You have a timeless contribution that everyone must have seen? Plan your "
1803
- "publications once as an appointment."
1804
- msgstr ""
1805
- "Vous avez une contribution intemporelle que tout le monde doit avoir vu? "
1806
- "Planifiez vos publications une fois en rendez-vous."
1807
-
1808
- #: ../views/b2s/ship.php:384
1809
- msgid ""
1810
- "You get too few responses in social media? Maybe there was just no one there "
1811
- "who could have seen your contribution. Plan the release with the Best Times "
1812
- "Manager of Blog2Social at the peak times of social media. Your fanbase is "
1813
- "now listening."
1814
- msgstr ""
1815
- "Vous obtenez trop peu de réponses dans les médias sociaux? Peut-être qu'il "
1816
- "n'y avait personne là-bas qui aurait pu voir votre contribution. Planifiez "
1817
- "la sortie avec Best Times Manager de Blog2Social aux heures de pointe des "
1818
- "médias sociaux. Votre fanbase écoute maintenant."
1819
-
1820
- #: ../views/b2s/ship.php:417
1821
- msgid "Select image for"
1822
- msgstr "Sélectionnez l'image pour"
1823
-
1824
- #: ../views/b2s/ship.php:460
1825
- msgid "Choose your"
1826
- msgstr "Choisi ton"
1827
-
1828
- #: ../views/b2s/ship.php:460
1829
- msgid "Post Format"
1830
- msgstr "Format de publication"
1831
-
1832
- #: ../views/b2s/ship.php:462
1833
- msgid "for:"
1834
- msgstr "pour:"
1835
-
1836
- #: ../views/b2s/ship.php:477
1837
- msgid ""
1838
- "Define the default settings for the custom post format for all of your "
1839
- "Facebook accounts on the Blog2Social settings section."
1840
- msgstr ""
1841
- "Définissez les paramètres par défaut pour le format de publication "
1842
- "personnalisé pour tous vos comptes Facebook dans la section des paramètres "
1843
- "Blog2Social."
1844
-
1845
- #: ../views/b2s/ship.php:480
1846
- msgid ""
1847
- "Define the default settings for the custom post format for all of your "
1848
- "Twitter accounts on the Blog2Social settings section."
1849
- msgstr ""
1850
- "Définissez les paramètres par défaut pour le format de publication "
1851
- "personnalisé pour tous vos comptes Twitter sur la section des paramètres de "
1852
- "Blog2Social."
1853
-
1854
- #: ../views/notice.php:12
1855
- msgid "Connection is broken..."
1856
- msgstr "Connexion rompue..."
1857
-
1858
- #: ../views/notice.php:14
1859
- msgid ""
1860
- "The connection to your server has been interrupted. Please make sure that "
1861
- "your blog is reachable. If your server does not respond or is too slow, "
1862
- "Blog2Social cannot connect to the internet. Try again later or contact your "
1863
- "webmaster, if this error message persists."
1864
- msgstr ""
1865
- "264/5000\n"
1866
- "La connexion à votre serveur a été interrompue. Assurez-vous que votre blog "
1867
- "est accessible. Si votre serveur ne répond pas ou est trop lent, Blog2Social "
1868
- "ne peut pas se connecter à Internet. Essayez plus tard ou contactez votre "
1869
- "webmaster, si ce message d'erreur persiste."
1870
-
1871
- #: ../views/notice.php:17
1872
- msgid "Update..."
1873
- msgstr "Mise à jour..."
1874
-
1875
- #: ../views/notice.php:19
1876
- msgid ""
1877
- "<b> A new version of Blog2Social is available. </b> Update now <br> "
1878
- "Blog2Social to continue to use the latest version of the plugin."
1879
- msgstr ""
1880
- "<b> Une nouvelle version de Blog2Social est disponible </b> Mettez à jour "
1881
- "maintenant<br/>Blog2Social pour continuer à utiliser la dernière version de "
1882
- "ce plugin."
1883
-
1884
- #: ../views/notice.php:23
1885
- msgid "Update Blog2Social"
1886
- msgstr "Mettre à jour Blog2Social"
1887
-
1888
- #: ../views/notice.php:26
1889
- msgid "Unknown error"
1890
- msgstr "Erreur inconnue"
1891
-
1892
- #: ../views/notice.php:28
1893
- msgid "<b> An unknown error occurred! </b> <br> Please contact our support!"
1894
- msgstr "<b> Une erreur est survenue ! </b><br/>Contactez le support, svp !"
1895
-
1896
- #: ../views/prg/login.php:14
1897
- msgid "Login failed. Please check your username and a password!"
1898
- msgstr "Connexion échouée. Vérifiez votre nom et mot de passe, svp."
1899
-
1900
- #: ../views/prg/login.php:20
1901
- msgid "Login failed. Please check your server settings. OpenSSL must be enabled on."
1902
- msgstr ""
1903
- "Connexion échouée. Veuillez vérifier les paramètres de votre serveur, svp. "
1904
- "OpenSSL doit être activé."
1905
-
1906
- #: ../views/prg/login.php:23
1907
- msgid "E-Mail or Username"
1908
- msgstr "E-Mail ou nom d'utilisateur"
1909
-
1910
- #: ../views/prg/login.php:24
1911
- msgid "Password"
1912
- msgstr "Mot de passe"
1913
-
1914
- #: ../views/prg/login.php:27
1915
- msgid "Sign in"
1916
- msgstr "Se connecter"
1917
-
1918
- #: ../views/prg/login.php:29
1919
- msgid "create account"
1920
- msgstr "créer un compte"
1921
-
1922
- #: ../views/prg/login.php:29
1923
- msgid "reset password"
1924
- msgstr "réinitialiser le mot de passe"
1925
-
1926
- #: ../views/prg/login.php:35
1927
- msgid "Test PR-Gateway for free"
1928
- msgstr "Tester la passerelle PR gratuitement"
1929
-
1930
- #: ../views/prg/login.php:36
1931
- msgid "1x publish press release <br> 1x publish report <br> 1x promote event"
1932
- msgstr ""
1933
- "1 x publication communiqué de presse<br/>1 x rapport de publication<br/>1 x "
1934
- "promotion d'évènement"
1935
-
1936
- #: ../views/prg/login.php:38
1937
- msgid ""
1938
- "The press distribution PR gateway automatically publish your press releases "
1939
- "and events with one click.Publish your message over 250 portals."
1940
- msgstr ""
1941
- "La passerelle de distribution de presse de PR publie automatiquement vos "
1942
- "communiqués de presse et des événements de votre message vers plus de 250 "
1943
- "portails avec un click.Publish."
1944
-
1945
- #: ../views/prg/login.php:41
1946
- msgid "Start your 14-Day Free Trial"
1947
- msgstr "Commencez votre essai gratuit de 14 jours"
1948
-
1949
- #: ../views/prg/ship.php:34
1950
- msgid "Select Image"
1951
- msgstr "Sélectionner une image"
1952
-
1953
- #: ../views/prg/ship.php:45 ../views/prg/ship.php:47
1954
- msgid "Copyright"
1955
- msgstr "Copyright"
1956
-
1957
- #: ../views/prg/ship.php:66
1958
- msgid "Save As Draft"
1959
- msgstr "Sauver comme brouillon"
1960
-
1961
- #: ../views/prg/ship.php:67
1962
- msgid "Publish"
1963
- msgstr "Publier"
1964
-
1965
- #: ../views/prg/ship.php:85
1966
- msgid "Please Note"
1967
- msgstr "Noter svp"
1968
-
1969
- #: ../views/prg/ship.php:88
1970
- msgid ""
1971
- "It may incur charges for publishing on PR-Gateway. Sent press releases can "
1972
- "not be withdrawn. If you want your press release to be published now?"
1973
- msgstr ""
1974
- "La publication sur la passerelle PR peut entraîner des frais. Les "
1975
- "communiqués de presse envoyés ne peuvent pas être retirées. Voulez-vous "
1976
- "publier maintenant votre communiqué de presse ?"
1977
-
1978
- #: ../views/prg/ship.php:91
1979
- msgid "Yes, I accept"
1980
- msgstr "Oui, j'accepte"
1981
-
1982
- #: ../views/b2s/html/footer.phtml:4
1983
- msgid "We never store your data from your social media profiles."
1984
- msgstr ""
1985
- "Nous ne conservons jamais les données issues des profils de vos réseaux "
1986
- "sociaux."
1987
-
1988
- #: ../views/b2s/html/footer.phtml:8 ../views/prg/html/footer.phtml:8 ..
1989
- #: /views/prg/html/header.phtml:40
1990
- msgid "Post"
1991
- msgstr "Article"
1992
-
1993
- #: ../views/b2s/html/footer.phtml:9 ../views/prg/html/footer.phtml:9
1994
- msgid "Job"
1995
- msgstr "Job"
1996
-
1997
- #: ../views/b2s/html/footer.phtml:10 ../views/prg/html/footer.phtml:10
1998
- msgid "Event"
1999
- msgstr "Evènement"
2000
-
2001
- #: ../views/b2s/html/footer.phtml:21
2002
- msgid "Upgrade to Blog2Social for Premium"
2003
- msgstr "Mettre à jour Blog2Social vers Premium"
2004
-
2005
- #: ../views/b2s/html/footer.phtml:51
2006
- msgid "Upgrade to Blog2Social for PREMIUM PRO"
2007
- msgstr "Passez à Blog2Social pour PREMIUM PRO"
2008
-
2009
- #: ../views/b2s/html/footer.phtml:54
2010
- msgid ""
2011
- "You can select different combinations of networks and save them for "
2012
- "different sharing purposes."
2013
- msgstr ""
2014
- "Vous pouvez sélectionner différentes combinaisons de réseaux et les "
2015
- "sauvegarder à des fins de partages différentes."
2016
-
2017
- #: ../views/b2s/html/footer.phtml:57
2018
- msgid ""
2019
- "With Blog2Social Premium PRO you can save your preferred network "
2020
- "combinations for future reference and choose individual names for each "
2021
- "network combination. Use specific network combinations for recurring sharing "
2022
- "purposes or campaigns, e.g. for initial sharing new blog posts, for re-"
2023
- "sharing evergreen content or for sharing images or videos. Select your "
2024
- "preferred network combination fast and easily for your next social sharing "
2025
- "activity. You can also connect multiple profiles, pages and groups per "
2026
- "network in one network set"
2027
- msgstr ""
2028
- "Avec Blog2Social Premium PRO, vous pouvez enregistrer vos combinaisons de "
2029
- "réseaux préférées pour une référence future et choisir des noms individuels "
2030
- "pour chaque combinaison de réseau.\n"
2031
- "Utilisez des combinaisons de réseaux spécifiques à des fins de partage "
2032
- "récurrents ou des campagnes, par exemple Pour le partage initial de nouveaux "
2033
- "articles de blog, pour le partage de contenu à feuilles persistantes ou pour "
2034
- "le partage d'images ou de vidéos. Sélectionnez votre combinaison de réseau "
2035
- "préférée rapidement et facilement pour votre prochaine activité de partage "
2036
- "social. Vous pouvez également connecter plusieurs profils, pages et groupes "
2037
- "par réseau dans un ensemble de réseaux."
2038
-
2039
- #: ../views/b2s/html/footer.phtml:60
2040
- msgid "With Blog2Social PREMIUM PRO you can also:"
2041
- msgstr "Avec Blog2Social Premium PRO, vous pouvez également:"
2042
-
2043
- #: ../views/b2s/html/footer.phtml:62
2044
- msgid ""
2045
- "Post on LinkedIn pages, XING pages and groups, as well as Facebook and "
2046
- "Google+ pages and groups"
2047
- msgstr ""
2048
- "Poster sur les pages LinkedIn, les pages XING et les groupes, ainsi que les "
2049
- "pages et les groupes Facebook et Google+"
2050
-
2051
- #: ../views/b2s/html/footer.phtml:64
2052
- msgid ""
2053
- "Schedule your posts at the best times on each network: for one time, "
2054
- "multiple times or recurrently"
2055
- msgstr ""
2056
- "Planifiez vos articles aux meilleurs moments pour chaque réseau : une fois, "
2057
- "plusieurs fois ou de manière récurrente"
2058
-
2059
- #: ../views/b2s/html/footer.phtml:67
2060
- msgid ""
2061
- "Reporting and calendar: keep track of your published and scheduled social "
2062
- "media posts"
2063
- msgstr ""
2064
- "Rapports et calendrier : gardez la trace de vos publications publiées et "
2065
- "programmées"
2066
-
2067
- #: ../views/b2s/html/footer.phtml:74
2068
- msgid "Activate Blog2Social PREMIUM PRO."
2069
- msgstr "Activez Blog2Social PREMIUM PRO"
2070
-
2071
- #: ../views/b2s/html/footer.phtml:76
2072
- msgid ""
2073
- "With Blog2Social Premium PRO you can connect pages in LinkedIn and XING as "
2074
- "well as XING groups."
2075
- msgstr ""
2076
- "Avec Blog2Social Premium PRO, vous pouvez vous connecter aux pages LinkedIn "
2077
- "et XING ainsi qu'aux groupes XING."
2078
-
2079
- #: ../views/b2s/html/footer.phtml:79
2080
- msgid "Also included:"
2081
- msgstr "Également compris:"
2082
-
2083
- #: ../views/b2s/html/footer.phtml:81
2084
- msgid "Social media auto-posting and auto-scheduling"
2085
- msgstr "Publication automatique de médias sociaux et planification automatique"
2086
-
2087
- #: ../views/b2s/html/footer.phtml:82
2088
- msgid "Posting to social media pages and groups in Facebook and Google+"
2089
- msgstr "Affichage sur les pages et groupes de médias sociaux dans Facebook et Google+"
2090
-
2091
- #: ../views/b2s/html/footer.phtml:83
2092
- msgid "Sharing on multiple accounts per network"
2093
- msgstr "Partage sur plusieurs comptes par réseau"
2094
-
2095
- #: ../views/b2s/html/footer.phtml:84
2096
- msgid "Best Time Scheduler: schedule once, multiple times or recurringly"
2097
- msgstr ""
2098
- "Best Time Scheduler: planifiez une fois, plusieurs fois ou de façon "
2099
- "récurrente"
2100
-
2101
- #: ../views/b2s/html/footer.phtml:85
2102
- msgid "Reporting with links to already published posts"
2103
- msgstr "Rapports avec des liens vers des publications déjà publiées"
2104
-
2105
- #: ../views/b2s/html/footer.phtml:101
2106
- msgid "Select the preferred custom post format for your posts"
2107
- msgstr ""
2108
- "Sélectionnez le format de publication personnalisé préféré pour vos "
2109
- "publications"
2110
-
2111
- #: ../views/b2s/html/footer.phtml:106
2112
- msgid "You can define your preferred custom post format link post or photo post:"
2113
- msgstr ""
2114
- "Vous pouvez définir votre lien de lien de format de poste personnalisé ou "
2115
- "photo personnalisé préféré:"
2116
-
2117
- #: ../views/b2s/html/footer.phtml:115
2118
- msgid ""
2119
- "A photo or image post displays the selected image in the one-page preview of "
2120
- "Blog2Social and your comment above the image. The image links to the image "
2121
- "view on your image gallery in the respective network. Blog2Social adds the "
2122
- "link to your post in your comment. The main benefit of photo posts is that "
2123
- "your image is uploaded to your personal image albums or gallery. In Facebook "
2124
- "you can edit the albums name with a description of your choice."
2125
- msgstr ""
2126
- "Une publication photo ou d'image affiche l'image que vous avez sélectionné "
2127
- "dans l'aperçu d'une page de Blog2Social et votre commentaire au-dessus de "
2128
- "l'image. L'image est liée à la vue d'image de votre galerie d'images sur le "
2129
- "réseau respectif. Blog2Social ajoute le lien vers votre article dans votre "
2130
- "commentaire. Le principal avantage des publications photos ou images est que "
2131
- "votre image est téléchargée dans vos albums ou galeries d'images "
2132
- "personnelles. Dans Facebook, vous pouvez modifier le nom de l'album avec une "
2133
- "description de votre choix."
2134
-
2135
- #: ../views/b2s/html/footer.phtml:156
2136
- msgid "Did you miss something?"
2137
- msgstr "Avez-vous raté quelque-chose ?"
2138
-
2139
- #: ../views/b2s/html/footer.phtml:159
2140
- msgid "Help us make Blog2Social even better!"
2141
- msgstr "Aidez-nous à améliorer Blog2Social !"
2142
-
2143
- #: ../views/b2s/html/footer.phtml:163
2144
- msgid "submit"
2145
- msgstr "Envoyer"
2146
-
2147
- #: ../views/b2s/html/footer.phtml:177
2148
- msgid ""
2149
- "Blog2Social provides you with a ready-to-use best time scheduler based on "
2150
- "current research on the best times to post on each social network."
2151
- msgstr ""
2152
- "Blog2Social vous offre un planificateur prêt à l'emploi, le meilleur temps, "
2153
- "basé sur les recherches actuelles sur les meilleurs moments pour publier sur "
2154
- "chaque réseau social."
2155
-
2156
- #: ../views/b2s/html/footer.phtml:179
2157
- msgid ""
2158
- "Click Best Time Scheduler in the preview editor to schedule your posts "
2159
- "automatically for the best times to post on each social network."
2160
- msgstr ""
2161
- "Cliquez sur Best Time Scheduler dans l'éditeur de prévisualisation pour "
2162
- "planifier vos messages automatiquement pour les meilleurs moments pour "
2163
- "publier sur chaque réseau social."
2164
-
2165
- #: ../views/b2s/html/footer.phtml:181
2166
- msgid ""
2167
- "You can also define your own personal time settings for posting, if you know "
2168
- "which times work best for your communities. Edit the pre-filled times in the "
2169
- "general settings and click save."
2170
- msgstr ""
2171
- "Vous pouvez également définir vos paramètres de temps personnels pour "
2172
- "l'affichage, si vous savez quelles sont les heures de travail les meilleures "
2173
- "pour vos communautés. Modifiez les temps pré-remplis dans les paramètres "
2174
- "généraux et cliquez sur Enregistrer."
2175
-
2176
- #: ../views/b2s/html/footer.phtml:183
2177
- msgid ""
2178
- "Click My Time Settings in the preview editor to schedule your posts with "
2179
- "your personal best time settings."
2180
- msgstr ""
2181
- "Cliquez sur Mes réglages de temps dans l'éditeur de prévisualisation pour "
2182
- "planifier vos messages avec vos paramètres de meilleur temps personnels."
2183
-
2184
- #: ../views/b2s/html/footer.phtml:185
2185
- msgid ""
2186
- "You can always edit the predefined times in the preview editor for any post "
2187
- "or network and save your new settings as default for future use."
2188
- msgstr ""
2189
- "Vous pouvez toujours modifier les temps prédéfinis dans l'éditeur d'aperçu "
2190
- "pour toute publication ou réseau et enregistrer vos nouveaux paramètres par "
2191
- "défaut pour une utilisation ultérieure."
2192
-
2193
- #: ../views/b2s/html/footer.phtml:187
2194
- msgid ""
2195
- "Blog2Social will also apply your personal time settings, if you enable the "
2196
- "Social Media Auto-Poster and select auto-post at scheduled times. "
2197
- msgstr ""
2198
- "Blog2Social will also apply your personal time settings, if you enable the "
2199
- "Social Media Auto-Poster and select auto-post at scheduled times. "
2200
-
2201
- #: ../views/b2s/html/footer.phtml:220
2202
- msgid "b2s.pm Link Shortener"
2203
- msgstr " b2s.pm Lien Shortener"
2204
-
2205
- #: ../views/b2s/html/footer.phtml:223
2206
- msgid ""
2207
- "The Blog2Social Shortener converts and publishes your links with a short URL "
2208
- "on the social networks.<br>If you choose this option, you avoid that re-"
2209
- "shared posts with the same links will be rejected by the networks. The b2s."
2210
- "pm Shortener generates a new link for each social media post. This feature "
2211
- "is essential if you wish to re-share your posts on the same networks. "
2212
- "Another benefit of the b2s.pm: Shortly, Blog2Social will provide a reporting "
2213
- "feature for your social media posts. So, with the b2s.pm links, you will be "
2214
- "able to see how often the link has been clicked, liked or shared on your "
2215
- "social channels and easily and quickly analyze the performance of your "
2216
- "social media posts.<br>You can disable the b2s.pm Shortener to show your "
2217
- "original URL."
2218
- msgstr ""
2219
- "Le Blog2Social Shortener Convertit et publie votre gauche avec une URL "
2220
- "courte sur les réseaux sociaux. <br> Si vous choisissez cette option, vous "
2221
- "évitez les messages ne re-partage avec le même gauche sera rejetée par les "
2222
- "réseaux. Le gène raccourcisseur de b2s.pm évalue un nouveau lien pour chaque "
2223
- "poste de médias sociaux. Cette fonction est essentielle si vous souhaitez "
2224
- "partager à nouveau vos messages sur les mêmes réseaux. Un autre avantage de "
2225
- "l'b2s.pm: Peu de temps, Blog2Social veut fournir une fonctionnalité de "
2226
- "reporting pour vos messages de médias sociaux. Ainsi, avec l'b2s.pm gauche, "
2227
- "vous serez en mesure de voir combien de fois le lien a été cliqué, aimé ou "
2228
- "partagé sur vos réseaux sociaux et facilement et rapidement analyser les "
2229
- "performances de vos messages de médias sociaux. <br> Vous pouvez désactiver "
2230
- "la b2s.pm Shortener pour montrer votre URL d'origine."
2231
-
2232
- #: ../views/b2s/html/header.phtml:18
2233
- msgid "Thank you. You'll now receive the blog updates from Blog2Social."
2234
- msgstr ""
2235
- "Je vous remercie. Vous recevrez maintenant les mises à jour du blog de "
2236
- "Blog2Social."
2237
-
2238
- #: ../views/b2s/html/header.phtml:36
2239
- msgid "This entry could not be removed. It's not yours!"
2240
- msgstr "Cette entrée ne peut pas être enlevé. Ce n'est pas à toi!"
2241
-
2242
- #: ../views/b2s/html/header.phtml:41
2243
- msgid "This entry was removed successful."
2244
- msgstr "Cette entrée est supprimée avec succès."
2245
-
2246
- #: ../views/b2s/html/header.phtml:50
2247
- msgid "Post was scheduled successfully on your blog!"
2248
- msgstr "Post a été planifié avec succès sur votre blog!"
2249
-
2250
- #: ../views/b2s/html/header.phtml:52
2251
- msgid "Post is published successfully on your blog!"
2252
- msgstr "Post est publié avec succès sur votre blog!"
2253
-
2254
- #: ../views/b2s/html/header.phtml:62 ../views/b2s/html/header.phtml:167
2255
- msgid "Version"
2256
- msgstr "Version"
2257
-
2258
- #: ../views/b2s/html/header.phtml:62
2259
- msgid "is successfully activated."
2260
- msgstr "a été activé avec succès."
2261
-
2262
- #: ../views/b2s/html/header.phtml:67
2263
- msgid "Your entered License Key is invalid. Please contact support!"
2264
- msgstr "La clé de licence saisie est invalide. Contactez le support, svp !"
2265
-
2266
- #: ../views/b2s/html/header.phtml:72
2267
- msgid "Your license key has reached the maximum number of users."
2268
- msgstr "Votre clé de licence a atteint le nombre maximum d'utilisateurs."
2269
-
2270
- #: ../views/b2s/html/header.phtml:79
2271
- msgid "Your authorization was successful."
2272
- msgstr "Votre autorisation est correcte."
2273
-
2274
- #: ../views/b2s/html/header.phtml:84
2275
- msgid "Your profile was saved successful."
2276
- msgstr "Votre profil a été sauvegardé avec succès."
2277
-
2278
- #: ../views/b2s/html/header.phtml:89
2279
- msgid "Your profile could not be saved."
2280
- msgstr "Votre profil n'a pas pu être sauvegardé."
2281
-
2282
- #: ../views/b2s/html/header.phtml:94
2283
- msgid "Your authorization could not be removed."
2284
- msgstr "Votre autorisation ne peut être supprimée."
2285
-
2286
- #: ../views/b2s/html/header.phtml:99
2287
- msgid "Your authorization was removed successful."
2288
- msgstr "Votre autorisation a été supprimée avec succès."
2289
-
2290
- #: ../views/b2s/html/header.phtml:104
2291
- msgid "Thank you! Your feedback has been received."
2292
- msgstr "Merci ! Votre retour d'information a bien été reçu."
2293
-
2294
- #: ../views/b2s/html/header.phtml:109
2295
- msgid "Your feedback could not be delivered."
2296
- msgstr "Votre retour d'information n'a pu être envoyé."
2297
-
2298
- #: ../views/b2s/html/header.phtml:116 ../views/b2s/html/header.phtml:126
2299
- msgid "Your settings were successfully saved."
2300
- msgstr "Vos paramètres ont été sauvegardés avec succès."
2301
-
2302
- #: ../views/b2s/html/header.phtml:121
2303
- msgid "Your settings could not be saved."
2304
- msgstr "Vos paramètres n'ont pu être sauvegardés."
2305
-
2306
- #: ../views/b2s/html/header.phtml:134 ../views/b2s/html/header.phtml:190
2307
- msgid "Test Blog2Social PREMIUM 30 days for free"
2308
- msgstr "Testez Blog2Social PREMIUM 30 jours gratuitement"
2309
-
2310
- #: ../views/b2s/html/header.phtml:134 ../views/b2s/html/header.phtml:223
2311
- msgid "Get Started"
2312
- msgstr "Commencez"
2313
-
2314
- #: ../views/b2s/html/header.phtml:143
2315
- msgid "Your Blog2Social Premium Free Version is activated for "
2316
- msgstr "Votre version Blog2Social Premium gratuite est activée pour "
2317
-
2318
- #: ../views/b2s/html/header.phtml:146
2319
- msgid " Days"
2320
- msgstr " jours"
2321
-
2322
- #: ../views/b2s/html/header.phtml:146
2323
- msgid " today"
2324
- msgstr " aujourd'hui"
2325
-
2326
- #: ../views/b2s/html/header.phtml:156
2327
- msgid "Your Blog2Social FREE-TRIAL Version has expired. Did you like this version?"
2328
- msgstr ""
2329
- "Votre version d'essai gratuit de Blog2Social a expiré. Avez-vous aimé cette "
2330
- "version ?"
2331
-
2332
- #: ../views/b2s/html/header.phtml:157
2333
- msgid "Yes, I want more"
2334
- msgstr "Oui, j'en veux plus"
2335
-
2336
- #: ../views/b2s/html/header.phtml:158
2337
- msgid "No, I had enough"
2338
- msgstr "Non, j'en ai eu assez"
2339
-
2340
- #: ../views/b2s/html/header.phtml:177 ../views/b2s/html/service.phtml:15
2341
- msgid "Plans & Pricing"
2342
- msgstr "Plans & Prix"
2343
-
2344
- #: ../views/b2s/html/header.phtml:178 ../views/b2s/html/service.phtml:16
2345
- msgid "Support"
2346
- msgstr "Support"
2347
-
2348
- #: ../views/b2s/html/header.phtml:196
2349
- msgid ""
2350
- "The free trial can not be started. This blog has been already registered for "
2351
- "the free trial."
2352
- msgstr ""
2353
- "La version gratuite ne peut commencer. Ce blog a déjà été enregistré pour la "
2354
- "version gratuite."
2355
-
2356
- #: ../views/b2s/html/header.phtml:199
2357
- msgid "Social Media Auto-Posting"
2358
- msgstr "Auto-publication des médias sociaux"
2359
-
2360
- #: ../views/b2s/html/header.phtml:201
2361
- msgid "Share on multiple accounts per network"
2362
- msgstr "Partage sur plusieurs comptes par réseau"
2363
-
2364
- #: ../views/b2s/html/header.phtml:202
2365
- msgid "Best Time Scheduler: Schedule once, multiple times or recurringly."
2366
- msgstr ""
2367
- "Best Time Scheduler: Planifiez une fois, plusieurs fois ou de façon "
2368
- "récurrente."
2369
-
2370
- #: ../views/b2s/html/header.phtml:203
2371
- msgid "Reporting with links to all published social media posts"
2372
- msgstr ""
2373
- "Rapports avec des liens vers tous les messages publiés sur les réseaux "
2374
- "sociaux"
2375
-
2376
- #: ../views/b2s/html/header.phtml:206 ../views/prg/html/form.phtml:141 ..
2377
- #: /views/prg/html/form.phtml:143 ../views/prg/html/form.phtml:218 ..
2378
- #: /views/prg/html/form.phtml:220
2379
- msgid "E-Mail"
2380
- msgstr "E-mail"
2381
-
2382
- #: ../views/b2s/html/header.phtml:210 ../views/prg/html/form.phtml:91 ..
2383
- #: /views/prg/html/form.phtml:100 ../views/prg/html/form.phtml:168 ..
2384
- #: /views/prg/html/form.phtml:177
2385
- msgid "First Name"
2386
- msgstr "Prénom"
2387
-
2388
- #: ../views/b2s/html/header.phtml:214 ../views/prg/html/form.phtml:92 ..
2389
- #: /views/prg/html/form.phtml:103 ../views/prg/html/form.phtml:169 ..
2390
- #: /views/prg/html/form.phtml:180
2391
- msgid "Last Name"
2392
- msgstr "Nom"
2393
-
2394
- #: ../views/b2s/html/header.phtml:219
2395
- msgid "No credit card required"
2396
- msgstr "Pas d'information de carte de crédit nécessaire"
2397
-
2398
- #: ../views/b2s/html/post.navbar.phtml:6
2399
- msgid "All Posts"
2400
- msgstr "Tous les articles"
2401
-
2402
- #: ../views/b2s/html/post.navbar.phtml:7
2403
- msgid "Scheduled Posts"
2404
- msgstr "Articles planifiés"
2405
-
2406
- #: ../views/b2s/html/post.navbar.phtml:8
2407
- msgid "Shared Posts"
2408
- msgstr "Articles partagés"
2409
-
2410
- #: ../views/b2s/html/service.phtml:17
2411
- msgid "How to work with Blog2Social"
2412
- msgstr "Comment utiliser Blog2Social"
2413
-
2414
- #: ../views/b2s/html/sidebar.phtml:8
2415
- msgid "Your license"
2416
- msgstr "Votre licence"
2417
-
2418
- #: ../views/b2s/html/sidebar.phtml:37
2419
- msgid "Network Activity (today)"
2420
- msgstr "Activité réseau (aujourd'hui)"
2421
-
2422
- #: ../views/b2s/html/sidebar.phtml:48
2423
- msgid "Rate it!"
2424
- msgstr "Notez-le !"
2425
-
2426
- #: ../views/b2s/html/sidebar.phtml:51
2427
- msgid ""
2428
- "If you like Blog2Social, please give us a 5 star rating. If there is "
2429
- "anything that does not work for you, please contact us!"
2430
- msgstr ""
2431
- "Si vous aimez Blog2Social, s'il vous plaît nous donner un 5 étoiles. I il ya "
2432
- "quelque chose qui ne fonctionne pas pour vous, s'il vous plaît contactez-"
2433
- "nous!"
2434
-
2435
- #: ../views/b2s/html/sidebar.phtml:67
2436
- msgid "GET STARTED"
2437
- msgstr "COMMENCEZ"
2438
-
2439
- #: ../views/b2s/html/sidebar.phtml:78
2440
- msgid "Posts from Blog2Social"
2441
- msgstr "Articles de Blog2Social"
2442
-
2443
- #: ../views/prg/html/form.phtml:7
2444
- msgid "Post a Press Release"
2445
- msgstr "Diffusez un communiqué de presse"
2446
-
2447
- #: ../views/prg/html/form.phtml:11
2448
- msgid "Category"
2449
- msgstr "Catégorie"
2450
-
2451
- #: ../views/prg/html/form.phtml:12
2452
- msgid "Language"
2453
- msgstr "Langue"
2454
-
2455
- #: ../views/prg/html/form.phtml:20
2456
- msgid "German"
2457
- msgstr "Allemand"
2458
-
2459
- #: ../views/prg/html/form.phtml:21
2460
- msgid "English"
2461
- msgstr "Anglais"
2462
-
2463
- #: ../views/prg/html/form.phtml:32 ../views/prg/html/form.phtml:34
2464
- msgid "Subtitle"
2465
- msgstr "Sous-titre"
2466
-
2467
- #: ../views/prg/html/form.phtml:38 ../views/prg/html/form.phtml:40
2468
- msgid "YouTube-Link"
2469
- msgstr "Lien YouTube"
2470
-
2471
- #: ../views/prg/html/form.phtml:44 ../views/prg/html/form.phtml:46
2472
- msgid "Message"
2473
- msgstr "Message"
2474
-
2475
- #: ../views/prg/html/form.phtml:50
2476
- msgid "Keywords"
2477
- msgstr "Mots-clés"
2478
-
2479
- #: ../views/prg/html/form.phtml:52
2480
- msgid "Keywords with commas (e.g .: Blog2Social, PR-Gateway)"
2481
- msgstr "Mots-clés avec virgules (ex : Blog2Social, Passerelle-PR)"
2482
-
2483
- #: ../views/prg/html/form.phtml:56 ../views/prg/html/form.phtml:58
2484
- msgid "Shortext"
2485
- msgstr "Texte court"
2486
-
2487
- #: ../views/prg/html/form.phtml:69
2488
- msgid "Contact Details"
2489
- msgstr "Détails du contact"
2490
-
2491
- #: ../views/prg/html/form.phtml:74
2492
- msgid "Company"
2493
- msgstr "Société"
2494
-
2495
- #: ../views/prg/html/form.phtml:77
2496
- msgid "Press"
2497
- msgstr "Presse"
2498
-
2499
- #: ../views/prg/html/form.phtml:84 ../views/prg/html/form.phtml:86 ..
2500
- #: /views/prg/html/form.phtml:161 ../views/prg/html/form.phtml:163
2501
- msgid "Name"
2502
- msgstr "Nom"
2503
-
2504
- #: ../views/prg/html/form.phtml:95 ../views/prg/html/form.phtml:172
2505
- msgid "Mrs."
2506
- msgstr "Mme."
2507
-
2508
- #: ../views/prg/html/form.phtml:96 ../views/prg/html/form.phtml:173
2509
- msgid "Mr."
2510
- msgstr "M."
2511
-
2512
- #: ../views/prg/html/form.phtml:107 ../views/prg/html/form.phtml:110 ..
2513
- #: /views/prg/html/form.phtml:184 ../views/prg/html/form.phtml:187
2514
- msgid "Street"
2515
- msgstr "Rue"
2516
-
2517
- #: ../views/prg/html/form.phtml:108 ../views/prg/html/form.phtml:113 ..
2518
- #: /views/prg/html/form.phtml:185 ../views/prg/html/form.phtml:190
2519
- msgid "Number"
2520
- msgstr "Numéro"
2521
-
2522
- #: ../views/prg/html/form.phtml:117 ../views/prg/html/form.phtml:120 ..
2523
- #: /views/prg/html/form.phtml:194 ../views/prg/html/form.phtml:197
2524
- msgid "Zip Code"
2525
- msgstr "Code postal"
2526
-
2527
- #: ../views/prg/html/form.phtml:118 ../views/prg/html/form.phtml:123 ..
2528
- #: /views/prg/html/form.phtml:195 ../views/prg/html/form.phtml:200
2529
- msgid "City"
2530
- msgstr "Ville"
2531
-
2532
- #: ../views/prg/html/form.phtml:127 ../views/prg/html/form.phtml:204
2533
- msgid "Country"
2534
- msgstr "Pays"
2535
-
2536
- #: ../views/prg/html/form.phtml:135 ../views/prg/html/form.phtml:137 ..
2537
- #: /views/prg/html/form.phtml:212 ../views/prg/html/form.phtml:214
2538
- msgid "Phone"
2539
- msgstr "Téléphone"
2540
-
2541
- #: ../views/prg/html/form.phtml:147 ../views/prg/html/form.phtml:149 ..
2542
- #: /views/prg/html/form.phtml:224 ../views/prg/html/form.phtml:226
2543
- msgid "Website"
2544
- msgstr "Site internet"
2545
-
2546
- #: ../views/prg/html/form.phtml:153 ../views/prg/html/form.phtml:155
2547
- msgid "Company Description"
2548
- msgstr "Description de la société"
2549
-
2550
- #: ../views/prg/html/header.phtml:8
2551
- msgid "You are signed out of <b>PR-Gateway</b>!"
2552
- msgstr "Vous vous êtes déconnecté de la <b>Passerelle-PR</b> !"
2553
-
2554
- #: ../views/prg/html/header.phtml:17
2555
- msgid "Your message will now be sent over PR gateway to the press portals!"
2556
- msgstr ""
2557
- "Votre message va maintenant être envoyé à travers la passerelle PR vers les "
2558
- "portails de le presse !"
2559
-
2560
- #: ../views/prg/html/header.phtml:18
2561
- msgid "See all publications for your message live on "
2562
- msgstr "Voir toutes les publications pour votre message en direct sur "
2563
-
2564
- #: ../views/prg/html/header.phtml:20
2565
- msgid "Your message save as draft by PR-Gateway!"
2566
- msgstr "Votre message a été sauvegardé comme brouillon par la Passerelle-PR !"
2567
-
2568
- #: ../views/prg/html/header.phtml:28
2569
- msgid ""
2570
- "Unfortunately your request can not be processed by Blog2Social. Please try "
2571
- "again!"
2572
- msgstr ""
2573
- "Malheureusement votre demande ne peut pas être traitée par Blog2Social. "
2574
- "Réessayez, svp !"
2575
-
2576
- #: ../views/prg/html/header.phtml:34
2577
- msgid "Your message has not been received successfully with us. Please try again!"
2578
- msgstr "Votre message ne nous a pas été transmis. Réessayez, svp !"
2579
-
2580
- #: ../views/prg/html/header.phtml:48
2581
- msgid ""
2582
- "PR-Gateway offers a paid online distribution service for submitting press "
2583
- "releases, articles and social media news to more than 250 news sites, "
2584
- "special interest websites and social news sites. If your blog posts provide "
2585
- "trade or industry information or expert articles (no advertising), you may "
2586
- "submit them to PR-Gateway to turn them into valid online press releases or "
2587
- "online articles and select a specific choice of websites and services to "
2588
- "publish your post."
2589
- msgstr ""
2590
- "La Passerelle-PR offre un service de distribution en ligne payant pour "
2591
- "soumettre des communiqués de presse, des articles et des nouvelles de réseau "
2592
- "sociaux à plus de 250 sites d'information, sites d'intérêt spécialisés et "
2593
- "les sites d'information sociale. Si vos articles de blog fournissent des "
2594
- "informations commerciales, industrielles ou des articles d'experts (pas de "
2595
- "publicité), vous pouvez les soumettre à la Passerelle-PR pour les "
2596
- "transformer en communiqués de presse en ligne valides ou des articles en "
2597
- "ligne et sélectionnez un choix spécifique de sites Web et services pour "
2598
- "publier votre article.."
2599
-
2600
- #: ../views/prg/html/header.phtml:49
2601
- msgid "Register here to open your PR-Gateway account."
2602
- msgstr "Enregistrez-vous ici pour ouvrir votre compte sur la Passerelle-PR."
2603
-
2604
- #: ../views/prg/html/header.phtml:66
2605
- msgid "Logout"
2606
- msgstr "Se déconnecter"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Translation of Plugins - Blog2Social: Social Media Auto Post &amp; Scheduler - Stable (latest release) in French (France)
2
+ # This file is distributed under the same license as the Plugins - Blog2Social: Social Media Auto Post &amp; Scheduler - Stable (latest release) package.
3
+ msgid ""
4
+ msgstr ""
5
+ "PO-Revision-Date: 2019-10-18 12:55:22+0000\n"
6
+ "MIME-Version: 1.0\n"
7
+ "Content-Type: text/plain; charset=UTF-8\n"
8
+ "Content-Transfer-Encoding: 8bit\n"
9
+ "Plural-Forms: nplurals=2; plural=n > 1;\n"
10
+ "X-Generator: GlotPress/2.4.0-alpha\n"
11
+ "Language: fr\n"
12
+ "Project-Id-Version: Plugins - Blog2Social: Social Media Auto Post &amp; Scheduler - Stable (latest release)\n"
13
+
14
+ #: includes/Loader.php:1350
15
+ msgid "Blog2Social needs Wordpress Version 4.3.0 or higher."
16
+ msgstr "Blog2Social requiert WordPress Version 4.3.0 ou supérieure."
17
+
18
+ #: views/b2s/html/footer.php:433
19
+ msgid "Please note: If this post was previously shared or scheduled, your current changes will also affect the look of previously shared or scheduled posts, as Twitter will always pull the most up-to-date information from the Twitter Card tags. If this post has already been shared, it may take up to 7 days for Twitter to update your current changes."
20
+ msgstr "À noter : si cette publication a déjà été partagée ou le partage planifié, vos modifications actuelles auront également une incidence sur l’apparence des articles précédemment partagés ou planifiés, dans la mesure où Twitter extrait toujours les informations les plus actualisées des balises de cartes Twitter. Si cette publication a déjà été partagée, cela peut prendre à Twitter jusqu’à 7 jours pour actualiser vos modifications."
21
+
22
+ #: views/b2s/html/footer.php:350
23
+ msgid "<a target=\"_blank\" href=\"%s\">Learn how to set up auto posting for imported posts</a>"
24
+ msgstr "<a target=\"_blank\" href=\"%s\">Découvrez comment configurer l’auto-publication des articles importés</a>"
25
+
26
+ #: views/b2s/html/footer.php:349
27
+ msgid "Share imported posts with the Auto Poster: Posts that you import via RSS feeds and plugins can be shared automatically on your social media channels."
28
+ msgstr "Partagez des articles importés grâce à l’auto-publication : les articles que vous importez via des flux RSS et les extensions peuvent être automatiquement partagés sur vos canaux de réseaux sociaux."
29
+
30
+ #: views/b2s/html/footer.php:279
31
+ msgid "You can use Bit.ly links to shorten the URL of your links and to track the performance of your links in your social media networks. Activate Bit.ly in the Blog2Social settings and link it to your Bit.ly account. Your social media posts will then be shared with your Bit.ly links and you can monitor the success of your posts in your Bit.ly account. Please note: Reddit, Pinterest and Medium do not allow Bit.ly shortlinks. Blog2Social will apply the regular URL for these networks."
32
+ msgstr "Vous pouvez utiliser les liens Bit.ly pour raccourcir les URL de vos liens et en suivre les performances dans vos réseaux sociaux. Activez Bit.ly dans les réglages de Blog2Social et liez Blog2Social à votre compte Bit.ly. Vos publications sur les réseaux sociaux seront alors partagées avec vos liens Bit.ly et vous pourrez alors suivre les résultats obtenus par vos publications dans votre compte Bit.ly. À noter : Reddit, Pinterest et Medium n’autorisent pas les liens courts Bit.ly. Blog2Social appliquera automatiquement des URL classiques sur ces réseaux."
33
+
34
+ #: views/b2s/html/footer.php:247
35
+ msgid "Would you like to retweet?"
36
+ msgstr "Voulez-vous retweeter ?"
37
+
38
+ #: views/b2s/html/footer.php:107
39
+ msgid "Select link post or image post format to define your preferred custom post format for Twitter, LinkedIn, and Facebook."
40
+ msgstr "Choisissez votre format personnalisé préféré (Publication lien ou Publication photo/image) de publication sur Twitter, LinkedIn et Facebook."
41
+
42
+ #: views/b2s/html/footer.php:59
43
+ msgid "Blog2Social Premium PRO allows you to save your preferred social network accounts into network collections for a faster future access. You can assign individual names for each network collection so you can easily access them for your next social sharing activitiy. Use specific network collections for recurring sharing purposes or campaigns, e.g. for initial sharing of new blog posts, for re-sharing evergreen content or for sharing images or videos. Bundle your preferred social network accounts into a network collection for a faster future access. Assign a name to each network collection so you can easily access them for your next social sharing activitiy. You can also connect multiple profiles, pages and groups per network in one network collection."
44
+ msgstr "Blog2Social Premium PRO vous permet d’enregistrer vos comptes de réseaux sociaux préférés dans une combinaison de réseaux pour un accès plus rapide. Sachez que vous pouvez affecter des noms à chaque combinaison de réseaux de façon à pouvoir y accéder facilement lors de votre prochaine activité de partage sur les réseaux sociaux. Utilisez des combinaisons de réseau spécifiques dans le cadre d’objectifs de partage récurrents ou de campagnes, par ex. pour le partage initial de nouveaux articles de blog, pour repartager de l’« Evergreen content », à savoir du contenu persistant ou pour partager des images ou des vidéos. Vous pouvez également connecter plusieurs profils, pages et groupes par réseau dans une combinaison de réseaux."
45
+
46
+ #: views/b2s/html/header.php:86
47
+ msgid "You have deleted all meta data for posts and pages successfully."
48
+ msgstr "Vous avez supprimé avec succès toutes les métadonnées de vos pages et articles."
49
+
50
+ #: views/b2s/html/header.php:79
51
+ msgid "Your daily limit of 10 posts per day for auto-posting on Google My Business has been reached."
52
+ msgstr "Votre limite quotidienne de 10 articles par jour de publication automatique sur Google My Business a été atteinte."
53
+
54
+ #: views/b2s/html/header.php:79
55
+ msgid "The Autoposter limit for Google My Business has been reached."
56
+ msgstr "La limite d’auto-publication de Google My Business a été atteinte."
57
+
58
+ #: views/b2s/ship.php:605 views/b2s/network.php:494
59
+ msgid "confirm"
60
+ msgstr "confirmer"
61
+
62
+ #: views/b2s/ship.php:604 views/b2s/network.php:493
63
+ msgid "authorize"
64
+ msgstr "autoriser"
65
+
66
+ #: views/b2s/ship.php:596 views/b2s/network.php:485
67
+ msgid "Select Pinboard"
68
+ msgstr "Sélectionner un tableau"
69
+
70
+ #: views/b2s/ship.php:576 views/b2s/network.php:465
71
+ msgid "Login up successful. Please confirm that Blog2Social is allowed to publish on your profile."
72
+ msgstr "Connexion réussie. Veuillez confirmer que Blog2Social est autorisé à publier sur votre profil."
73
+
74
+ #: views/b2s/ship.php:575 views/b2s/network.php:464
75
+ msgid "Login failed. Please check your login data for typos and please check your Pinterest settings, if the two-factor authentication is turned off for this account: <a target=\"_blank\" href=\"%s\">%s</a>"
76
+ msgstr "Échec de connexion. Veuillez vérifier que vous n’avez pas fait de faute de frappe. Vérifiez vos réglages Pinterest, notamment si l’authentification à deux facteurs a été désactivée pour ce compte : <a target=\"_blank\" href=\"%s\">%s</a>"
77
+
78
+ #: views/b2s/ship.php:574 views/b2s/network.php:463
79
+ msgid "You have not yet created any pinboards in your Pinterest account. Please set up at least one pinboard to pin on your Pinterest account!"
80
+ msgstr "Vous n’avez pas encore créé de tableau sur votre compte Pinterest. Veuillez configurer au moins un tableau dans votre compte !"
81
+
82
+ #: views/b2s/ship.php:573 views/b2s/network.php:462
83
+ msgid "Invalid Data! Please try again."
84
+ msgstr "Données non valides ! Veuillez réessayer."
85
+
86
+ #: views/b2s/ship.php:571 views/b2s/ship.php:572 views/b2s/network.php:460
87
+ #: views/b2s/network.php:461
88
+ msgid "You want to connect an additional account? <a target=\"_blank\" href=\"%s\">Upgrade to Blog2Social Premium</a>"
89
+ msgstr "Vous voulez connecter un autre compte ? <a target=\"_blank\" href=\"%s\">Offrez-vous une mise à niveau vers la version Blog2Social Premium</a>"
90
+
91
+ #: views/b2s/ship.php:570 views/b2s/network.php:459
92
+ msgid "An error occurred! Please try again."
93
+ msgstr "Une erreur est survenue ! Veuillez réessayer."
94
+
95
+ #: views/b2s/ship.php:569 views/b2s/network.php:458
96
+ msgid "Please make sure to use your original Pinterest login data (email and password). Social Login via Facebook or Google login data will not work here. Please also check if the two-factor authentication in Pinterest is deactivated to ensure a stable connection to Blog2Social."
97
+ msgstr "Veillez à renseigner vos données de connexion Pinterest d’origine (e-mail et mot de passe). La connexion aux réseaux sociaux via Facebook ou Google ne fonctionnera pas ici. Veuillez vérifier également si l’authentification à deux facteurs dans Pinterest a été désactivée afin d’assurer une connexion stable vers Blog2Social."
98
+
99
+ #: views/b2s/ship.php:561 views/b2s/network.php:450
100
+ msgid "Connect with Pinterest"
101
+ msgstr "Connectez-vous à Pinterest"
102
+
103
+ #: views/prg/html/header.php:39 views/b2s/html/header.php:60
104
+ msgid "The link you followed has expired. Please refresh your page."
105
+ msgstr "Le lien que vous avez suivi est expiré. Veuillez rafraīchir la page."
106
+
107
+ #: views/prg/html/header.php:34
108
+ msgid "Your message was not successfully transmitted. Please try again!"
109
+ msgstr "Votre message n’a pu être transmis. Veuillez réessayer !"
110
+
111
+ #: views/prg/html/header.php:20
112
+ msgid "Your message has been saved by PR-Gateway as a draft!"
113
+ msgstr "PR-Gateway a sauvegardé votre message sous forme de brouillon !"
114
+
115
+ #: includes/B2S/PostBox.php:140 views/b2s/html/footer.php:310
116
+ msgid "<a target=\"_blank\" href=\"%s\">Learn how to set up auto posting for your blog posts</a>"
117
+ msgstr "<a target=\"_blank\" href=\"%s\">Découvrez comment configurer l’auto-publication de votre articles de blog</a>"
118
+
119
+ #: includes/B2S/PostBox.php:139 views/b2s/html/footer.php:309
120
+ msgid "Share your blog posts with the Auto Poster: Your blog posts will be shared automatically on your social media channels as soon as you publish or update a new post. You can also choose to autopost scheduled blog posts as soon as they are published."
121
+ msgstr "Partagez vos articles de blog grâce à l’auto-publication : vos articles de blog seront automatiquement partagés sur vos réseaux sociaux dès lors que vous les publiez ou vous les actualisez. Vous pouvez également choisir de partager automatiquement vos articles planifiés dès leur publication."
122
+
123
+ #: includes/B2S/Post/Item.php:319
124
+ msgid "load Draft"
125
+ msgstr "charger le brouillon"
126
+
127
+ #: includes/B2S/Settings/Item.php:173
128
+ msgid "Available networks to select your auto-post connecitons:"
129
+ msgstr "Réseaux disponibles pour choisir vos connexions dans le cadre de l’auto-publication :"
130
+
131
+ #: includes/B2S/Settings/Item.php:163
132
+ msgid "posts per day, Google My Business max. 10 posts per day"
133
+ msgstr "articles par jour, Google My Business : max. 10 articles par jour"
134
+
135
+ #: includes/B2S/Settings/Item.php:154
136
+ msgid "Auto-post your imported posts to your social media accounts"
137
+ msgstr "Auto-publiez vos articles importés sur vos comptes de réseaux sociaux"
138
+
139
+ #: includes/B2S/Settings/Item.php:85
140
+ msgid "Shortcodes"
141
+ msgstr "Codes courts"
142
+
143
+ #: includes/Loader.php:771
144
+ msgid "Instagram published your post without text. Please see <a target=\"_blank\" href=\"%s\">FAQ</a>"
145
+ msgstr "Instagram a publié votre article sans texte. Veuillez consulter la <a target=\"_blank\" href=\"%s\">FAQ</a>"
146
+
147
+ #: includes/Loader.php:768
148
+ msgid "This XING API is no longer supported by XING. Please connect your XING accounts with the new XING interface to reschedule your posts."
149
+ msgstr "Cette API XING n’est plus prise en charge par XING. Veuillez connecter vos comptes XING via la nouvelle interface XING pour replanifier vos publications."
150
+
151
+ #: includes/Loader.php:763
152
+ msgid "The network can not publish special characters such as Emoji. Please see <a target=\"_blank\" href=\"%s\">FAQ</a>"
153
+ msgstr "Ce réseau ne peut pas publier les caractères spéciaux tels que les émojis. Veuillez consulter la <a target=\"_blank\" href=\"%s\">FAQ</a>"
154
+
155
+ #: includes/Loader.php:761
156
+ msgid "The number of images is reached. Please see <a target=\"_blank\" href=\"%s\">FAQ</a>"
157
+ msgstr "Le nombre d’images autorisé a été atteint. Veuillez consulter la <a target=\"_blank\" href=\"%s\">FAQ</a>"
158
+
159
+ #: includes/Loader.php:760
160
+ msgid "The network has blocked your account. Please see <a target=\"_blank\" href=\"%s\">FAQ</a>"
161
+ msgstr "Le réseau a bloqué votre compte. Veuillez consulter la <a target=\"_blank\" href=\"%s\">FAQ</a>"
162
+
163
+ #: includes/Loader.php:757
164
+ msgid "Your authorization is interrupted. Please check your authorization. Please see <a target=\"_blank\" href=\"%s\">FAQ</a>"
165
+ msgstr "Votre autorisation a été interrompue. Veuillez vérifier celle-ci et consulter la <a target=\"_blank\" href=\"%s\">FAQ</a>"
166
+
167
+ #: includes/Loader.php:740
168
+ msgctxt "command (plugins)"
169
+ msgid "Deactivate for all Blogs"
170
+ msgstr "Désactiver pour tous les blogs"
171
+
172
+ #: includes/Loader.php:686 includes/B2S/PostBox.php:79
173
+ msgid "There are no social network accounts assigned to your selected network collection. Please assign at least one social network account or select another network collection."
174
+ msgstr "Aucun compte de réseau social n’est affecté à la combinaison de réseaux que vous avez sélectionnée. Veuillez associer au moins un compte de réseau social ou sélectionner une autre combinaison de réseaux."
175
+
176
+ #: views/b2s/html/header.php:349
177
+ msgid "and <a target=\"_blank\" href=\"%s\">Privacy Notice</a>"
178
+ msgstr "et la <a target=\"_blank\" href=\"%s\">Déclaration de confidentialité</a>"
179
+
180
+ #: views/b2s/html/header.php:348
181
+ msgid "By creating an account, you agree to Blog2Social's <a target=\"_blank\" href=\"%s\">Conditions of Use</a>"
182
+ msgstr "En créant un compte, vous acceptez les <a target=\"_blank\" href=\"%s\">Conditions d’utilisation</a> de Blog2Social"
183
+
184
+ #: views/b2s/html/header.php:330
185
+ msgid "Best Time Scheduler: Schedule once, multiple times or recurringly."
186
+ msgstr "Planificateur de partage aux meilleures heures : planifier vos publications de façon à les partager une seule fois, plusieurs fois ou de manière récurrente."
187
+
188
+ #: views/b2s/html/header.php:329
189
+ msgid "Share on multiple accounts per network"
190
+ msgstr "Partager sur plusieurs comptes par réseau"
191
+
192
+ #: views/notice.php:29
193
+ msgid "Please contact our support!"
194
+ msgstr "Veuillez contacter le support Blog2Social !"
195
+
196
+ #: views/notice.php:28
197
+ msgid "An unknown error occurred!"
198
+ msgstr "Une erreur inconnue est survenue !"
199
+
200
+ #: views/prg/login.php:40
201
+ msgid "1x promote event"
202
+ msgstr "1x faites la promotion d'un événement"
203
+
204
+ #: views/prg/login.php:39
205
+ msgid "1x publish report"
206
+ msgstr "1x publiez un rapport"
207
+
208
+ #: views/prg/login.php:38
209
+ msgid "1x publish press release"
210
+ msgstr "1x publiez un communiqué de presse"
211
+
212
+ #: includes/Loader.php:1350 includes/System.php:72 includes/System.php:78
213
+ #: includes/System.php:84
214
+ msgid "<a href=\"%s\" target=\"_blank\">Please find more Information and help in our FAQ</a>"
215
+ msgstr "<a href=\"%s\" target=\"_blank\">\\\"> Vous trouverez plus d’informations et d’aide dans notre FAQ</a>"
216
+
217
+ #: includes/B2S/PostBox.php:161 views/b2s/post.calendar.php:293
218
+ #: views/b2s/curation.php:143 views/b2s/ship.php:321 views/b2s/ship.php:381
219
+ #: views/b2s/ship.php:427 views/b2s/html/footer.php:42
220
+ #: views/b2s/html/footer.php:73 views/b2s/html/footer.php:91
221
+ #: views/b2s/html/footer.php:160 views/b2s/html/footer.php:224
222
+ #: views/b2s/html/footer.php:264 views/b2s/html/footer.php:333
223
+ #: views/b2s/html/footer.php:372 views/b2s/html/footer.php:460
224
+ msgid "or <a target=\"_blank\" href=\"%s\">start with free 30-days-trial of Blog2Social Premium</a> (no payment information needed)"
225
+ msgstr "ou <a target=\"_blank\" href=\"%s\">démarrez avec la version d’essai gratuite de 30 jours de Blog2Social Premium</a> (aucune information de paiement demandée)"
226
+
227
+ #: views/prg/html/form.php:153 views/prg/html/form.php:155
228
+ msgid "Company Description"
229
+ msgstr "Description de l’entreprise"
230
+
231
+ #: views/prg/html/form.php:147 views/prg/html/form.php:149
232
+ #: views/prg/html/form.php:224 views/prg/html/form.php:226
233
+ msgid "Website"
234
+ msgstr "Site Web"
235
+
236
+ #: views/prg/html/form.php:135 views/prg/html/form.php:137
237
+ #: views/prg/html/form.php:212 views/prg/html/form.php:214
238
+ msgid "Phone"
239
+ msgstr "Téléphone"
240
+
241
+ #: views/prg/html/form.php:127 views/prg/html/form.php:204
242
+ msgid "Country"
243
+ msgstr "Pays"
244
+
245
+ #: views/prg/html/form.php:118 views/prg/html/form.php:123
246
+ #: views/prg/html/form.php:195 views/prg/html/form.php:200
247
+ msgid "City"
248
+ msgstr "Ville"
249
+
250
+ #: views/prg/html/form.php:117 views/prg/html/form.php:120
251
+ #: views/prg/html/form.php:194 views/prg/html/form.php:197
252
+ msgid "Zip Code"
253
+ msgstr "Code postal"
254
+
255
+ #: views/prg/html/form.php:108 views/prg/html/form.php:113
256
+ #: views/prg/html/form.php:185 views/prg/html/form.php:190
257
+ msgid "Number"
258
+ msgstr "Numéro"
259
+
260
+ #: views/prg/html/form.php:107 views/prg/html/form.php:110
261
+ #: views/prg/html/form.php:184 views/prg/html/form.php:187
262
+ msgid "Street"
263
+ msgstr "Rue"
264
+
265
+ #: views/prg/html/form.php:96 views/prg/html/form.php:173
266
+ msgid "Mr."
267
+ msgstr "M."
268
+
269
+ #: views/prg/html/form.php:95 views/prg/html/form.php:172
270
+ msgid "Mrs."
271
+ msgstr "Mme"
272
+
273
+ #: views/prg/html/form.php:84 views/prg/html/form.php:86
274
+ #: views/prg/html/form.php:161 views/prg/html/form.php:163
275
+ msgid "Name"
276
+ msgstr "Nom"
277
+
278
+ #: views/prg/html/form.php:77
279
+ msgid "Press"
280
+ msgstr "Presse"
281
+
282
+ #: views/prg/html/form.php:69
283
+ msgid "Contact Details"
284
+ msgstr "Coordonnées"
285
+
286
+ #: views/prg/html/form.php:56 views/prg/html/form.php:58
287
+ msgid "Shortext"
288
+ msgstr "Résumé"
289
+
290
+ #: views/prg/html/form.php:52
291
+ msgid "Keywords with commas (e.g .: Blog2Social, PR-Gateway)"
292
+ msgstr "Mots-clés avec virgule (par ex. : Blog2Social, PR-Gateway)"
293
+
294
+ #: views/prg/html/form.php:50
295
+ msgid "Keywords"
296
+ msgstr "Mots-clés"
297
+
298
+ #: views/prg/html/form.php:44 views/prg/html/form.php:46
299
+ msgid "Message"
300
+ msgstr "Message"
301
+
302
+ #: views/prg/html/form.php:38 views/prg/html/form.php:40
303
+ msgid "YouTube-Link"
304
+ msgstr "Lien YouTube"
305
+
306
+ #: views/prg/html/form.php:32 views/prg/html/form.php:34
307
+ msgid "Subtitle"
308
+ msgstr "Sous-titre"
309
+
310
+ #: views/prg/html/form.php:21
311
+ msgid "English"
312
+ msgstr "Anglais"
313
+
314
+ #: views/prg/html/form.php:20
315
+ msgid "German"
316
+ msgstr "Allemand"
317
+
318
+ #: views/prg/html/form.php:12
319
+ msgid "Language"
320
+ msgstr "Langue"
321
+
322
+ #: views/prg/html/form.php:11
323
+ msgid "Category"
324
+ msgstr "Catégorie"
325
+
326
+ #: views/prg/html/form.php:7
327
+ msgid "Post a Press Release"
328
+ msgstr "Publier un communiqué de presse"
329
+
330
+ #: views/prg/html/header.php:71
331
+ msgid "Logout"
332
+ msgstr "Déconnexion"
333
+
334
+ #: views/prg/html/header.php:54
335
+ msgid "Register here to open your PR-Gateway account."
336
+ msgstr "Inscrivez-vous ici pour ouvrir un compte PR-Gateway."
337
+
338
+ #: views/prg/html/header.php:53
339
+ msgid "PR-Gateway offers a paid online distribution service for submitting press releases, articles and social media news to more than 250 news sites, special interest websites and social news sites. If your blog posts provide trade or industry information or expert articles (no advertising), you may submit them to PR-Gateway to turn them into valid online press releases or online articles and select a specific choice of websites and services to publish your post."
340
+ msgstr "PR-Gateway est un service de distribution en ligne payant permettant de soumettre des communiqués de presse, des articles et des informations à plus de 250 sites d’actualités, de sites Web avec des centres d’intérêt spécifiques et des sites de nouvelles sociales. Si vos articles de blog offrent des informations professionnelles ou spécifiques à un secteur d’activité, ou des articles spécialisés (sans publicité), vous pouvez les soumettre à PR-Gateway et les transformer en communiqués de presse en ligne ou en articles en ligne. Vous pouvez sélectionner précisément les sites Web et les services où publier vos articles."
341
+
342
+ #: views/prg/html/header.php:28
343
+ msgid "Unfortunately, your request cannot be processed by Blog2Social. Please try again!"
344
+ msgstr "Votre demande ne peut malheureusement pas être traitée par Blog2Social. Veuillez réessayer !"
345
+
346
+ #: views/prg/html/header.php:18
347
+ msgid "See all publications for your message live on "
348
+ msgstr "Voir toutes les publications de votre message en direct sur"
349
+
350
+ #: views/prg/html/header.php:17
351
+ msgid "Your message will now be sent over PR gateway to the press portals!"
352
+ msgstr "Votre message va maintenant être envoyé sur PR-Gateway sur les portails de distribution de presse !"
353
+
354
+ #: views/prg/html/header.php:8
355
+ msgid "You are signed out of PR-Gateway!"
356
+ msgstr "Vous êtes déconnecté-e de PR-Gateway !"
357
+
358
+ #: views/b2s/html/sidebar.php:160
359
+ msgid "Blog2Social Blog News"
360
+ msgstr "Actualités du blog Blog2Social"
361
+
362
+ #: views/b2s/html/sidebar.php:146
363
+ msgid "If you like Blog2Social, please give us a 5 star rating. If there is anything that does not work for you, please contact us!"
364
+ msgstr "Si vous aimez Blog2Social, merci de nous attribuer 5 étoiles. Si quelque chose ne fonctionne pas comme vous le voulez, merci de prendre contact avec nous !"
365
+
366
+ #: views/b2s/html/sidebar.php:130
367
+ msgid "Plans & Prices"
368
+ msgstr "Formules et tarifs"
369
+
370
+ #: views/b2s/html/sidebar.php:125
371
+ msgid "Upgrade License"
372
+ msgstr "Mettre à jour la licence"
373
+
374
+ #: views/b2s/html/sidebar.php:94
375
+ msgid "all Posts"
376
+ msgstr "tous les articles"
377
+
378
+ #: views/b2s/html/sidebar.php:90
379
+ msgid "Content Library"
380
+ msgstr "Bibliothèque de contenu"
381
+
382
+ #: views/b2s/html/sidebar.php:75
383
+ msgid "Create Post"
384
+ msgstr "Créer une publication"
385
+
386
+ #: views/b2s/html/sidebar.php:59
387
+ msgid "Share Blog Post"
388
+ msgstr "Partager l’article de blog"
389
+
390
+ #: views/b2s/html/sidebar.php:55
391
+ msgid "Blog Content"
392
+ msgstr "Contenu du blog"
393
+
394
+ #: views/b2s/html/sidebar.ship.php:25 views/b2s/html/sidebar.php:26
395
+ msgid "Version"
396
+ msgstr "Version"
397
+
398
+ #: views/b2s/html/post.navbar.php:7
399
+ msgid "All Blog Posts"
400
+ msgstr "Tous les articles de blog"
401
+
402
+ #: views/b2s/html/footer.php:487
403
+ msgid "Your changes will have no effect on your social media posts on Twitter, if you have manually unchecked the Meta Tag options for Twitter in your Blog2Social <a target=\"_blank\" href=\"%s\">settings</a>"
404
+ msgstr "Vos modifications n’auront aucun effet sur vos publications sur les réseaux sociaux sur Twitter si vous avez décoché les options des balises méta de Twitter dans les <a target=\"_blank\" href=\"%s\">réglages</a> de Blog2Social"
405
+
406
+ #: views/b2s/html/footer.php:484
407
+ msgid "Your changes will have no effect on your social media posts on Facebook, if you have manually unchecked the Meta Tag options for Facebook in your Blog2Social <a target=\"_blank\" href=\"%s\">settings</a>"
408
+ msgstr "Vos modifications n’auront aucun effet sur vos publications sur les réseaux sociaux sur Facebook si vous avez décoché les options des balises méta de Facebook dans les <a target=\"_blank\" href=\"%s\">réglages</a> de Blog2Social"
409
+
410
+ #: views/b2s/html/footer.php:481
411
+ msgid "You are currently sharing this post as image post. Changes to title and description Meta Tag parameters will only be supported for link post formats. Please change your post format to link post to make individual changes to the title and description for your post preview."
412
+ msgstr "Vous partagez actuellement cet article en tant que publication Image. Les changements apportés aux paramètres des balises méta de titre et de description sont uniquement pris en charge dans le cadre des formats de publication lien. Veuillez changer le format de publication et basculer sur la publication lien pour pouvoir apporter des modifications spécifiques au titre et à la description de l’aperçu de votre article."
413
+
414
+ #: views/b2s/html/footer.php:442
415
+ msgid "You want to change the image, title and description for your post?"
416
+ msgstr "Vous souhaitez modifier l’image, le titre et la description de votre article ?"
417
+
418
+ #: views/b2s/html/footer.php:435
419
+ msgid "Please note: Your changes will have no effect on your social media posts on Twitter, if you have manually unchecked the Meta Tag options for Twitter in your <a target=\"_blank\" href=\"%s\">settings</a>"
420
+ msgstr noter : vos modifications n’auront aucun effet sur vos publications sur les réseaux sociaux sur Twitter si vous avez décoché les options Balise méta de Twitter dans vos <a target=\"_blank\" href=\"%s\">réglages</a>"
421
+
422
+ #: views/b2s/html/footer.php:430
423
+ msgid "Blog2Social will automatically write these information in the Twitter Card Meta Tags for Image, Title and Description of your blog post."
424
+ msgstr "Blog2Social écrira automatiquement ces informations dans les balises des métadonnées de carte Twitter de l’image, du titre et dans la description de votre article de blog."
425
+
426
+ #: views/b2s/html/footer.php:423
427
+ msgid "You can change the image, title and description for your post on Twitter, by editing the following fields for"
428
+ msgstr "Vous pouvez modifier l’image, le titre et la description de votre article sur Twitter, et ce en modifiant les champs de"
429
+
430
+ #: views/b2s/html/footer.php:420
431
+ msgid "Please note: Your changes will have no effect on your social media posts on Facebook, if you have manually unchecked the Meta Tag options for Facebook in your Blog2Social <a target=\"_blank\" href=\"%s\">settings</a>"
432
+ msgstr "À noter : vos modifications n’auront aucun effet sur vos publications sur les réseaux sociaux sur Facebook si vous avez décoché les options des balises méta de Facebook dans les <a target=\"_blank\" href=\"%s\">réglages</a> de Blog2Social"
433
+
434
+ #: views/b2s/html/footer.php:418
435
+ msgid "Please note: If this post has already been shared or scheduled previously, your current changes will also affect the look of previously shared or scheduled posts, as Facebook always refers to the current Open Graph meta tags information and automatically updated all existing posts."
436
+ msgstr "À noter : si cette publication a déjà été partagée ou le partage planifié, vos modifications actuelles affecteront également l’apparence des articles précédemment partagés ou planifiés, dans la mesure où Facebook se réfère systématiquement aux balises méta Open Graph et actualise automatiquement toutes les publications existantes."
437
+
438
+ #: views/b2s/html/footer.php:415
439
+ msgid "Blog2Social will automatically write these information in the Facebook Open Graph (OG) Meta Tags for Image, Title and Description of your blog post."
440
+ msgstr "Blog2Social écrira automatiquement ces informations dans les balises méta Open Graph (OG) Facebook de l’image, du titre et de la description de votre article de blog."
441
+
442
+ #: views/b2s/html/footer.php:413 views/b2s/html/footer.php:428
443
+ msgid "description"
444
+ msgstr "description"
445
+
446
+ #: views/b2s/html/footer.php:411 views/b2s/html/footer.php:426
447
+ msgid "image"
448
+ msgstr "image"
449
+
450
+ #: views/b2s/html/footer.php:408
451
+ msgid "You can change the image, title and description for your post on Facebook, by editing the following fields for"
452
+ msgstr "Vous pouvez modifier l’image, le titre et la description de votre article sur Facebook, et ce en modifiant les champs de"
453
+
454
+ #: views/b2s/html/footer.php:405
455
+ msgid "With Blog2Social you can select a featured image or any image you select to be displayed with your link post. Blog2Social will automatically write the required parameter in the Twitter Card meta tags of your blog post, so that your selected image will be displayed with your link post. If you don't want Blog2Social to do that, because you have defined your own Twitter Card meta tags, please uncheck this box. Please note that you cannot select a specific image for your link post without Twitter Card meta tags."
456
+ msgstr "Avec Blog2Social, vous pouvez sélectionner une image à la Une ou n’importe quelle image à afficher avec votre publication lien. Blog2Social renseignera automatiquement le paramètre requis dans les balises méta de carte Twitter de votre article de blog, de sorte que l’image sélectionnée sera affichée avec votre publication lien. Si vous ne voulez pas que Blog2Social agisse ainsi, car vous souhaitez définir vos propres balises méta de carte Twitter, veuillez décocher cette case. À noter que vous ne pouvez pas sélectionner une image spécifique pour votre publication lien sans balises méta de carte Twitter."
457
+
458
+ #: views/b2s/html/footer.php:403
459
+ msgid "Twitter has changed its policy for posting link posts via plugins or web applications. Twitter does no longer display the featured or selected image for your blog post, but only images defined in the Twitter Card Meta Tags of your blog post. If you have not defined any Twitter Card Meta Tags, Twitter displays a random image from your blog post or blog site. If you have defined an image in your blog post Twitter Card Meta Tags that does not meet the image size requirements, Twitter displays a white space for the image of your link post. Please make sure that your image meets the image size requirements for Twitter."
460
+ msgstr "Twitter a modifié sa politique concernant les publications lien via une extension ou une application Web. Désormais, Twitter n’affiche plus l’image à la Une ou l’image sélectionnée pour votre article de blog, mais uniquement les images définies dans les balises méta de carte Twitter de votre article. Si vous n’avez pas défini de balises méta, Twitter affiche une image prise au hasard dans votre article de blog ou sur votre site. Si vous avez défini une image dans les balises méta de carte Twitter qui ne satisfait pas aux exigences de taille d’image, Twitter affiche un espace blanc à la place de l’image de votre article de blog. Aussi, veuillez vérifier que l’image choisie répond aux exigences de taille d’image de Twitter."
461
+
462
+ #: views/b2s/html/footer.php:400
463
+ msgid "With Blog2Social you can select a featured image or any image you select to be displayed with your link post. Blog2Social will automatically write the required parameter in the OG Meta Tags of your blog post, so that your selected image will be displayed with your link post. If you don't want Blog2Social to do that, because you have defined your own OG meta tags, please uncheck this box. Please note that you cannot select a specific image for your link post without OG meta tags."
464
+ msgstr "Avec Blog2Social, vous pouvez sélectionner une image à la Une ou n’importe quelle image à afficher avec votre publication lien. Blog2Social renseignera automatiquement le paramètre requis dans les balises méta OG de votre article de blog, de sorte que l'image sélectionnée sera affichée avec votre publication lien. Si vous ne voulez pas que que Blog2Social agisse ainsi, car vous souhaitez définir vos propres balises méta OG, veuillez décocher cette case. À noter que vous ne pouvez pas sélectionner une image spécifique pour votre publication lien sans balises méta OG."
465
+
466
+ #: views/b2s/html/footer.php:398
467
+ msgid "Facebook has changed its policy for posting link posts via plugins or web applications. Facebook does no longer display the featured or selected image for your blog post, but only images defined in the Open Graph (OG) Meta Tags of your blog post. If you have not defined any OG Meta Tags, Facebook displays a random image from your blog post or blog site. If you have defined an image in your blog post OG Meta Tags that does not meet the image size requirements, Facebook also does not displayed your selected image, but a random image. Please make sure that your image meets the image size requirements for Facebook."
468
+ msgstr "Facebook a modifié sa politique concernant les publications lien via une extension ou une application Web. Désormais, Facebook n’affiche plus l’image à la Une ou l’image sélectionnée pour votre article de blog, mais uniquement les images définies dans les balises méta Open Graph (OG) de votre article. Si vous n’avez pas défini de balises méta OG, Facebook affiche une image prise au hasard dans votre article de blog ou sur votre site. Si vous avez défini une image dans les balises méta Open Graph (OG) qui ne satisfait pas aux exigences de taille d’image, Facebook n’affichera pas l’image que vous avez sélectionnée, mais également une image prise au hasard. Aussi, veuillez vérifier que l’image choisie répond aux exigences de taille d’image de Facebook."
469
+
470
+ #: views/b2s/html/footer.php:392 views/b2s/html/footer.php:476
471
+ msgid "Change image, title and description for your post on this network"
472
+ msgstr "Changer l’image, le titre et la description de votre article sur ce réseau"
473
+
474
+ #: views/b2s/html/footer.php:389
475
+ msgid "Social Meta Tags Settings"
476
+ msgstr "Réglages des balises méta pour les réseaux sociaux"
477
+
478
+ #: views/b2s/html/footer.php:293
479
+ msgid "Select the content that will be automatically pre-filled in your Twitter posts. If you have ticked the box \"include WordPress tags as hashtags in my post\", hashtags are automatically added in the drop-down menu."
480
+ msgstr "Sélectionnez le contenu qui sera automatiquement pré-rempli dans vos articles Twitter. Si vous avez coché la case « Inclure les étiquettes WordPress en tant que hashtags dans mon article », les hashtags seront automatiquement ajoutés dans le menu déroulant."
481
+
482
+ #: views/b2s/html/footer.php:276
483
+ msgid "Bit.ly integration (URL Shortening)"
484
+ msgstr "Intégration Bit.ly (Réduction d’URL)"
485
+
486
+ #: views/b2s/html/footer.php:243
487
+ msgid "If Retweets are enabled, every Original-Tweet you schedule in this step will be retweeted by the selected Twitter accounts. If, for example, 3 Original-Tweets are scheduled, every single Tweet will trigger a Retweet for the selected Twitter accounts."
488
+ msgstr "Si l’option Retweets est activée, chaque tweet d’origine planifié au cours de cette étape sera retweeté par les comptes Twitter sélectionnés. Si, par exemple, 3 tweets d’origine sont programmés, chaque tweet déclenchera un Retweet sur les comptes Twitter sélectionnés."
489
+
490
+ #: views/b2s/html/footer.php:240
491
+ msgid "Retweets are the recommended way to reshare the same Tweets across Twitter accounts in accordance with Twitter new rules. You can now schedule multiple Retweets for an original Tweet that you are planning right from your WordPress."
492
+ msgstr "Les Retweets sont l’option recommandée pour partager les mêmes tweets sur l’ensemble des comptes Twitter, conformément aux nouvelles règles de Twitter. Vous pouvez désormais planifier plusieurs Retweets d’un tweet d’origine à partir de WordPress."
493
+
494
+ #: views/b2s/html/footer.php:237
495
+ msgid "Why Retweets?"
496
+ msgstr "Pourquoi retweeter ?"
497
+
498
+ #: views/b2s/html/footer.php:203
499
+ msgid "Learn how to set up and apply individual best times to your social media scheduling and auto-poster."
500
+ msgstr "Découvrez comment configurer et profiter des meilleures heures pour planifier et auto-publier sur les réseaux sociaux."
501
+
502
+ #: views/b2s/html/footer.php:201
503
+ msgid "You can always edit the predefined times in the preview editor for any post or network and save your new settings as default for future use."
504
+ msgstr "Vous pouvez à tout moment modifier les heures prédéfinies dans l’éditeur de prévisualisation, et ce pour chaque article ou réseau, puis sauvegarder vos nouveaux réglages en tant que réglages par défaut pour une utilisation ultérieure."
505
+
506
+ #: views/b2s/html/footer.php:199
507
+ msgid "Click Load My Time Settings in the preview editor to schedule your posts automatically for your individually chosen best times."
508
+ msgstr "Cliquez sur Charger Mes réglages d’heures dans l’éditeur de prévisualisation pour planifier automatiquement le partage de vos articles aux heures de votre choix."
509
+
510
+ #: views/b2s/html/footer.php:197
511
+ msgid "You can also configure your own individual time settings for each of your social media connections to post your content on social media when your followers are online. By configuring an individual cross-posting schedule for all your networks you can set up an effective social media posting plan to reach as many followers as possible."
512
+ msgstr "Vous pouvez également configurer vos propres réglages d’heures pour chacune de vos connexions aux réseaux sociaux et publier votre contenu lorsque vos abonnés sont en ligne. En configurant un échéancier de crosspostage sur l’ensemble de vos réseaux, vous pouvez configurer un programme de publication efficace et ainsi atteindre le plus grand nombre d’abonnés possible."
513
+
514
+ #: views/b2s/html/footer.php:195
515
+ msgid "Blog2Social provides you with a pre-configured time-scheme to automatically schedule your social media posts for the best times to share on each social network based on recent research. Click Load Best Times in the preview editor to schedule your posts automatically for the best times to post on each social network."
516
+ msgstr "Blog2Social met à votre disposition un échéancier horaire pré-configuré vous permettant de planifier automatiquement le partage de vos publications sur les réseaux sociaux aux meilleures heures, et ce sur chaque réseau social, le tout basé sur de récentes études. Cliquez sur Charger les meilleures heures dans l’éditeur de prévisualisation pour planifier automatiquement le partage de vos articles aux meilleures heures sur chaque réseau social."
517
+
518
+ #: views/b2s/html/footer.php:181
519
+ msgid "submit"
520
+ msgstr "envoyer"
521
+
522
+ #: views/b2s/html/footer.php:177
523
+ msgid "Help us make Blog2Social even better!"
524
+ msgstr "Aidez-nous à améliorer encore plus Blog2Social !"
525
+
526
+ #: views/b2s/html/footer.php:174
527
+ msgid "Did you miss something?"
528
+ msgstr "Vous avez oublié quelque chose ?"
529
+
530
+ #: views/b2s/html/footer.php:124
531
+ msgid "For Instagram, you can select \"image with frame\" or \"image cut out\" as your preferred custom post format."
532
+ msgstr "Sur Instagram, vous pouvez choisir votre format de publication préféré : « image avec cadre » ou « image rognée »."
533
+
534
+ #: views/b2s/html/footer.php:87
535
+ msgid "Reporting with links to already published posts"
536
+ msgstr "Rapports avec des liens vers les articles déjà publiés"
537
+
538
+ #: views/b2s/html/footer.php:84
539
+ msgid "Posting to social media pages and groups in Facebook"
540
+ msgstr "Publication vers les groupes et les pages des réseaux sociaux dans Facebook"
541
+
542
+ #: views/b2s/html/footer.php:83
543
+ msgid "Social media auto-posting and auto-scheduling"
544
+ msgstr "Auto-planification et auto-publication sur les réseaux sociaux"
545
+
546
+ #: views/b2s/html/footer.php:81
547
+ msgid "Also included:"
548
+ msgstr "Comprend également :"
549
+
550
+ #: views/b2s/html/footer.php:78
551
+ msgid "With Blog2Social Premium PRO you can connect pages in LinkedIn and XING as well as XING groups."
552
+ msgstr "Avec Blog2Social Premium PRO, vous pouvez connecter des pages sur LinkedIn et XING, ainsi que sur les groupes XING."
553
+
554
+ #: views/b2s/html/footer.php:76
555
+ msgid "Activate Blog2Social PREMIUM PRO."
556
+ msgstr "Activer Blog2Social PREMIUM PRO."
557
+
558
+ #: views/b2s/html/footer.php:69
559
+ msgid "Reporting and calendar: keep track of your published and scheduled social media posts"
560
+ msgstr "Rapports et calendrier : suivez l’évolution de vos articles publiés et planifiés"
561
+
562
+ #: views/b2s/html/footer.php:66
563
+ msgid "Schedule your posts at the best times on each network: for one time, multiple times or recurrently"
564
+ msgstr "Planifiez le partage de vos articles aux meilleurs moments pour chaque réseau ; partagez ceux-ci une seule fois, plusieurs fois ou de manière récurrente"
565
+
566
+ #: views/b2s/html/footer.php:64
567
+ msgid "Post on LinkedIn pages, XING pages and groups, as well as Facebook pages and groups"
568
+ msgstr "Publiez sur les pages LinkedIn, les groupes et les pages XING, ainsi que sur les groupes et les pages Facebook"
569
+
570
+ #: views/b2s/html/footer.php:62
571
+ msgid "With Blog2Social PREMIUM PRO you can also:"
572
+ msgstr "Avec Blog2Social PREMIUM PRO, vous pouvez également :"
573
+
574
+ #: views/b2s/html/footer.php:56
575
+ msgid "You can select different combinations of networks and save them for different sharing purposes."
576
+ msgstr "Vous pouvez sélectionner plusieurs combinaisons de réseaux et enregistrer celles-ci selon vos différents objectifs de partage."
577
+
578
+ #: views/b2s/html/footer.php:53
579
+ msgid "Upgrade to Blog2Social PREMIUM PRO"
580
+ msgstr "Faire la mise à niveau vers Blog2Social PREMIUM PRO"
581
+
582
+ #: views/prg/html/footer.php:11 views/b2s/html/footer.php:11
583
+ msgid "Product"
584
+ msgstr "Produit"
585
+
586
+ #: views/prg/html/footer.php:10 views/b2s/html/footer.php:10
587
+ msgid "Event"
588
+ msgstr "Événement"
589
+
590
+ #: views/prg/html/footer.php:9 views/b2s/html/footer.php:9
591
+ msgid "Job"
592
+ msgstr "Tâche"
593
+
594
+ #: views/prg/html/header.php:45 views/prg/html/footer.php:8
595
+ #: views/b2s/html/footer.php:8
596
+ msgid "Post"
597
+ msgstr "Article"
598
+
599
+ #: views/b2s/html/footer.php:4
600
+ msgid "We never store your data from your social media profiles"
601
+ msgstr "Nous ne stockons jamais vos données issues de vos profils de réseaux sociaux"
602
+
603
+ #: views/b2s/html/footer.php:4
604
+ msgid "Terms"
605
+ msgstr "Conditions"
606
+
607
+ #: views/b2s/html/footer.php:4
608
+ msgid "Privacy Policy"
609
+ msgstr "Politique de confidentialité"
610
+
611
+ #: views/b2s/html/header.php:474
612
+ msgid "I agree to the Adenion Privacy Policy"
613
+ msgstr "J’accepte la politique de confidentialité d’Adenion"
614
+
615
+ #: views/b2s/html/header.php:473
616
+ msgid "Blog2Social is a service of Adenion GmbH"
617
+ msgstr "Blog2Social est un service de l’entreprise Adenion GmbH"
618
+
619
+ #: views/b2s/html/header.php:459
620
+ msgid "We updated our Privacy Policy"
621
+ msgstr "Nous avons mis à jour notre politique de confidentialité"
622
+
623
+ #: views/b2s/html/header.php:443
624
+ msgid "OK"
625
+ msgstr "OK"
626
+
627
+ #: views/b2s/html/header.php:434
628
+ msgid "Something went wrong on our side. Please contact support!"
629
+ msgstr "Un problème est survenu, qui vient de nous. Veuillez contacter le support Blog2Social !"
630
+
631
+ #: views/b2s/html/header.php:418
632
+ msgid "Your license key has reached the maximum number of users."
633
+ msgstr "Votre clé de licence a atteint le nombre maximal d’utilisateurs."
634
+
635
+ #: views/b2s/html/header.php:402
636
+ msgid "Your entered License Key is invalid. Please contact support!"
637
+ msgstr "La clé de licence saisie est non valide. Veuillez contacter le support Blog2Social !"
638
+
639
+ #: views/b2s/html/header.php:386
640
+ msgid "The license has been successfully activated."
641
+ msgstr "La licence a été activée avec succès."
642
+
643
+ #: views/b2s/html/header.php:360
644
+ msgid "Get Started"
645
+ msgstr "Commencer"
646
+
647
+ #: views/b2s/html/header.php:356
648
+ msgid "No credit card required"
649
+ msgstr "Aucune carte bancaire nécessaire"
650
+
651
+ #: views/prg/html/form.php:92 views/prg/html/form.php:103
652
+ #: views/prg/html/form.php:169 views/prg/html/form.php:180
653
+ #: views/b2s/html/header.php:342
654
+ msgid "Last Name"
655
+ msgstr "Nom"
656
+
657
+ #: views/prg/html/form.php:91 views/prg/html/form.php:100
658
+ #: views/prg/html/form.php:168 views/prg/html/form.php:177
659
+ #: views/b2s/html/header.php:338
660
+ msgid "First Name"
661
+ msgstr "Prénom"
662
+
663
+ #: views/prg/html/form.php:141 views/prg/html/form.php:143
664
+ #: views/prg/html/form.php:218 views/prg/html/form.php:220
665
+ #: views/b2s/ship.php:578 views/b2s/network.php:467
666
+ #: views/b2s/html/header.php:334
667
+ msgid "E-Mail"
668
+ msgstr "E-mail"
669
+
670
+ #: views/b2s/html/header.php:324
671
+ msgid "The free trial can not be started. This blog has been already registered for the free trial."
672
+ msgstr "Impossible de démarrer l’essai gratuit. Ce blog est déjà inscrit dans le cadre d’un essai gratuit."
673
+
674
+ #: views/b2s/html/header.php:318
675
+ msgid "Test Blog2Social PREMIUM 30 days for free"
676
+ msgstr "Testez gratuitement Blog2Social PREMIUM pendant 30 jours"
677
+
678
+ #: views/b2s/html/header.php:303
679
+ msgid "Did you miss something? Tell us!"
680
+ msgstr "Vous avez oublié quelque chose ? Dites-nous !"
681
+
682
+ #: views/b2s/html/header.php:301
683
+ msgid "Yes, I want to upgrade now"
684
+ msgstr "Oui, je veux mettre à niveau maintenant"
685
+
686
+ #: views/b2s/html/header.php:295
687
+ msgid "We hope you liked Blog2Social Premium."
688
+ msgstr "Nous espérons que vous avez aimé Blog2Social Premium."
689
+
690
+ #: views/b2s/html/header.php:294
691
+ msgid "Your free trial of Blog2Social PREMIUM has ended."
692
+ msgstr "Votre assez gratuit de Blog2Social PREMIUM est terminé."
693
+
694
+ #: views/b2s/html/header.php:283 views/b2s/html/header.php:302
695
+ msgid "I need some more time to decide"
696
+ msgstr "J’ai besoin de plus de temps pour me décider"
697
+
698
+ #: views/b2s/html/header.php:279 views/b2s/html/header.php:298
699
+ msgid "Blog2Social PREMIUM can do so much for you: Auto-publish your blog post on autopilot, automatically schedule your social media posts with the Best Time Manager. Select images and post formats (link post or image post) for each social community. Upload and select any image for sharing. Save multiple combinations of networks for different sharing purposes. Start from only $5.75 per month to benefit from PREMIUM features."
700
+ msgstr "Avec Blog2Social PREMIUM, vous bénéficiez d’énormément d’avantages : auto-publiez vos articles de blog en auto-pilote, programmez automatiquement le partage de vos publications sur les réseaux sociaux avec le gestionnaire de partage aux meilleures heures. Choisissez des images et les formats de publication (publication Image ou publication lien) pour chaque communauté. Téléchargez et sélectionnez n’importe quelle image que vous voulez partager. Enregistrez plusieurs combinaisons de réseaux en fonction des différents objectifs de partage. Démarrez à seulement 5,75 $ par mois pour bénéficier des fonctionnalités de la version PREMIUM."
701
+
702
+ #: views/b2s/html/header.php:275
703
+ msgid " today"
704
+ msgstr "aujourd'hui"
705
+
706
+ #: views/b2s/html/header.php:275
707
+ msgid " Days"
708
+ msgstr "Jours"
709
+
710
+ #: views/b2s/html/header.php:272
711
+ msgid "Your free Blog2Social Premium trial version is activated for "
712
+ msgstr "Votre version d’évaluation gratuite de Blog2Social Premium est activée pour "
713
+
714
+ #: views/b2s/html/header.php:260
715
+ msgid "No, I'm happy with Blog2Social FREE"
716
+ msgstr "Non, je suis content-e d’utiliser Blog2Social FREE"
717
+
718
+ #: views/b2s/html/header.php:257
719
+ msgid "Yes, I want to test Blog2Social PREMIUM 30 days for free"
720
+ msgstr "Oui, j’aimerais tester gratuitement Blog2Social PREMIUM pendant 30 jours"
721
+
722
+ #: views/b2s/html/header.php:253
723
+ msgid "Blog2Social provides even more options for auto-posting and auto-scheduling for your posts. Easily schedule your posts with the Best Time Scheduler or at your personal time settings. Post to multiple pages and groups. Select link post or image post formats for each network and post, select any image from your library and more."
724
+ msgstr "Blog2Social offre encore plus d’options d’auto-publication et de planification automatique pour vos articles. Planifiez le partage de vos articles en toute facilité grâce au planificateur de partage aux meilleures heures ou vos réglages d’heures personnels. Publiez vos articles sur plusieurs pages et groupes à la fois. Choisissez la publication lien ou la publication Image pour chaque réseau et article ; choisissez n’importe quelle image que vous voulez depuis votre bibliothèque, et bien plus encore."
725
+
726
+ #: views/b2s/html/header.php:251
727
+ msgid "Boost your social media automation with Blog2Social PREMIUM!"
728
+ msgstr "Boostez votre publication automatique sur les réseaux sociaux grâce à Blog2Social PREMIUM !"
729
+
730
+ #: views/b2s/html/header.php:237
731
+ msgid "I already did it"
732
+ msgstr "C’est déjà fait"
733
+
734
+ #: views/b2s/html/header.php:234
735
+ msgid "Nope, maybe later"
736
+ msgstr "Non, peut-être plus tard"
737
+
738
+ #: views/b2s/html/header.php:231
739
+ msgid "Ok, you deserve it"
740
+ msgstr "Ok, vous le méritez"
741
+
742
+ #: views/b2s/html/header.php:227
743
+ msgid "Hi, we noticed you just shared your %s. blog post with Blog2Social - that's awesome! Could you please do us a favor and give it a 5-star rating on WordPress? Just to help us spread the word and boost our motivation."
744
+ msgstr "Vous venez de partager votre article de blog - %s - via Blog2Social : c’est super ! Est-ce que vous pourriez nous épauler, en nous attribuant 5 étoiles sur WordPress, par exemple ? Juste pour nous aider à mieux nous faire connaître : ça stimule encore plus notre motivation."
745
+
746
+ #: views/b2s/html/header.php:226
747
+ msgid "RATE IT!"
748
+ msgstr "LAISSER UNE ÉVALUATION !"
749
+
750
+ #: views/b2s/html/header.php:210
751
+ msgid "Your settings could not be saved, because you have auto-posting enabled but no social networks selected."
752
+ msgstr "Vos réglages n’ont pas pu être sauvegardés, car vous avez bien activé l’auto-publication, mais vous n’avez sélectionné aucun réseau social."
753
+
754
+ #: views/b2s/html/header.php:205
755
+ msgid "Your settings could not be saved."
756
+ msgstr "Vos réglages n’ont pas pu être sauvegardés."
757
+
758
+ #: views/b2s/html/header.php:200 views/b2s/html/header.php:215
759
+ msgid "Your settings were successfully saved."
760
+ msgstr "Vos réglages ont été sauvegardés avec succès."
761
+
762
+ #: views/b2s/html/header.php:193
763
+ msgid "Your feedback could not be delivered."
764
+ msgstr "Vos commentaires n’ont pas pu être envoyés."
765
+
766
+ #: views/b2s/html/header.php:188
767
+ msgid "Thank you! Your feedback has been received."
768
+ msgstr "Merci ! Vos commentaires ont bien été reçus."
769
+
770
+ #: views/b2s/html/header.php:183
771
+ msgid "Your authorization has been removed successfully."
772
+ msgstr "Votre autorisation a été supprimée avec succès."
773
+
774
+ #: views/b2s/html/header.php:178
775
+ msgid "Your authorization could not be removed."
776
+ msgstr "Votre autorisation n’a pas pu être supprimée."
777
+
778
+ #: views/b2s/html/header.php:173
779
+ msgid "Your profile could not be saved."
780
+ msgstr "Votre profil n’a pas pu être sauvegardé."
781
+
782
+ #: views/b2s/html/header.php:168
783
+ msgid "Your profile was saved successful."
784
+ msgstr "Votre profil a été sauvegardé avec succès."
785
+
786
+ #: views/b2s/html/header.php:163
787
+ msgid "Your authorization was successful."
788
+ msgstr "Votre autorisation a été acceptée."
789
+
790
+ #: views/b2s/html/header.php:155
791
+ msgid "Could not save draft"
792
+ msgstr "Impossible d’enregistrer le brouillon"
793
+
794
+ #: views/b2s/html/header.php:149
795
+ msgid "Saved as draft"
796
+ msgstr "Enregistré-es comme brouillon"
797
+
798
+ #: views/b2s/html/header.php:137
799
+ msgid "Post is published successfully on your blog!"
800
+ msgstr "L’article a été publié avec succès sur votre blog !"
801
+
802
+ #: views/b2s/html/header.php:135
803
+ msgid "Post was scheduled successfully on your blog!"
804
+ msgstr "La publication de l’article sur votre blog a été planifiée avec succès !"
805
+
806
+ #: views/b2s/html/header.php:126
807
+ msgid "This post was edited successfully."
808
+ msgstr "Cet article a été modifié avec succès."
809
+
810
+ #: views/b2s/html/header.php:121
811
+ msgid "This entry was removed successfully."
812
+ msgstr "Cet élément a bien été supprimé."
813
+
814
+ #: views/b2s/html/header.php:116
815
+ msgid "This entry could not be removed. It's not yours!"
816
+ msgstr "Impossible de supprimer cet élément : il ne vous appartient pas !"
817
+
818
+ #: views/b2s/html/header.php:109
819
+ msgid "Blog2Social has detected another plugin that is setting Social Meta tags for your blog posts. To ensure that your Social Meta tags are set correctly for your social media posts shared with Blog2Social, please deactivate the Facebook Open Graph and Twitter Card Tags settings in your other plugins."
820
+ msgstr "Blog2Social a détecté la présence d’une autre extension permettant de configurer les balises méta des réseaux sociaux de vos articles de blog. Afin de garantir la bonne configuration de ces balises avec Blog2Social, veuillez désactiver les paramètres des balises méta Open Graph Facebook et carte Twitter dans l’autre extension."
821
+
822
+ #: views/b2s/html/header.php:103
823
+ msgid "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."
824
+ msgstr "L’extension de configuration des balises méta de Blog2Social et l’extension All in One SEO Pack sont toutes deux actives. Afin de garantir la bonne configuration des balises en question, veuillez désactiver les réglages de l’extension All in One SEO. Si ceux-ci sont déjà désactivés, veuillez ignorer ce message."
825
+
826
+ #: views/b2s/html/header.php:97
827
+ msgid "You have Yoast SEO active. Blog2Social Social Meta Tags overrides the meta tags from Yoast SEO."
828
+ msgstr "Yoast SEO est activé. Les balises méta des réseaux sociaux Blog2Social se substituent aux balises méta Yoast SEO."
829
+
830
+ #: views/b2s/html/header.php:91
831
+ msgid "The page and post meta data could not be removed."
832
+ msgstr "Les métadonnées des articles et des pages n’ont pas pu être supprimées."
833
+
834
+ #: views/b2s/html/header.php:74
835
+ msgid "Your daily limit for posting automatically has been reached."
836
+ msgstr "Votre limite quotidienne de publication automatique a été atteinte."
837
+
838
+ #: views/b2s/html/header.php:74
839
+ msgid "Autoposter limit has been reached"
840
+ msgstr "Votre limite d’auto-publication a été atteinte"
841
+
842
+ #: views/b2s/html/header.php:67
843
+ msgid "Thank you. You'll now receive the blog updates from Blog2Social."
844
+ msgstr "Merci. Vous recevrez désormais les mises à jour du blog de Blog2Social."
845
+
846
+ #: views/b2s/html/header.php:49
847
+ msgid "WordPress uses heartbeats by default, Blog2Social as well. Please enable heartbeats for using Blog2Social! See also:"
848
+ msgstr "WordPress utilise Heartbeat par défaut. Blog2Social fait de même. Veuillez activer Heartbeat pour utiliser Blog2Social ! Voir aussi :"
849
+
850
+ #: views/b2s/html/header.php:43 views/b2s/html/header.php:50
851
+ msgid "Blog2Social Troubleshooting-Tool"
852
+ msgstr "L’outil dépannage Blog2Social"
853
+
854
+ #: views/b2s/html/header.php:42
855
+ msgid "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:"
856
+ msgstr "Pour utiliser toutes les fonctionnalités de Blog2Social, la version PHP 5.5.3 ou supérieure est obligatoire. Notre support technique ne peut vous aider qu’à partir de la version PHP 5.5.3. Voir également :"
857
+
858
+ #: views/b2s/curation.draft.php:78
859
+ msgid "Are you sure you want to delete this draft?"
860
+ msgstr "Êtes-vous sûr.e de vouloir supprimer ce brouillon ?"
861
+
862
+ #: views/b2s/curation.draft.php:75
863
+ msgid "Delete Draft"
864
+ msgstr "Supprimer le brouillon"
865
+
866
+ #: views/b2s/post.draft.php:76
867
+ msgid "Are you sure you want to delete this Social Media draft?"
868
+ msgstr "Êtes-vous sûr.e de vouloir supprimer ce brouillon sur les réseaux sociaux ?"
869
+
870
+ #: views/b2s/post.draft.php:73
871
+ msgid "Delete Social Media Draft"
872
+ msgstr "Supprimer ce brouillon sur les réseaux sociaux"
873
+
874
+ #: views/b2s/ship.php:546
875
+ msgid "There is already a saved draft for this WordPress post or page. If you save a new draft it will overwrite the old draft. Are you sure you want to overwrite your draft?"
876
+ msgstr "Un brouillon enregistré de cette page ou article WordPress existe déjà. Si vous enregistrez un nouveau brouillon, celui-ci remplacera l’ancien brouillon. Êtes-vous sûr.e de vouloir remplacer ce brouillon ?"
877
+
878
+ #: views/b2s/ship.php:543
879
+ msgid "Overwrite Draft"
880
+ msgstr "Remplacer le brouillon"
881
+
882
+ #: includes/B2S/Curation/View.php:70 includes/B2S/PostBox.php:174
883
+ msgid "Select network collection:"
884
+ msgstr "Choisir une combinaison de réseaux :"
885
+
886
+ #: includes/B2S/Network/Item.php:162 views/b2s/network.php:347
887
+ msgid "Edit Post Template"
888
+ msgstr "Modifier le modèle de publication"
889
+
890
+ #: includes/B2S/Post/Item.php:436
891
+ msgid "last saved"
892
+ msgstr "dernière sauvegarde"
893
+
894
+ #: includes/B2S/Post/Item.php:279
895
+ msgid "You have no drafts saved."
896
+ msgstr "Vous n’avez aucun brouillon enregistré."
897
+
898
+ #: includes/Loader.php:750 views/b2s/html/sidebar.php:78
899
+ #: views/b2s/html/sidebar.php:100 views/b2s/html/post.navbar.php:9
900
+ msgid "Drafts"
901
+ msgstr "Brouillons"
902
+
903
+ #: views/b2s/network.php:439
904
+ msgid "\"TITLES\" and \"KEYWORDS\" (Hashtags) are not shortened. If you select the \"TITLE\" and \"KEYWORD\" variables for your social media posts, the character limit you define for the \"EXCERPT\" and/or \"CONTENT\" variables will be applied within the remaining available character limit of the social network."
905
+ msgstr "Les « TITRES » et « MOTS-CLÉS » (hashtags) ne sont pas raccourcis. Si vous choisissez, pour publier sur les réseaux sociaux, d’appliquer les variables « TITRE » et « MOT-CLÉ », la limite de caractères que vous définissez dans le cadre des variables « EXTRAIT » et/ou « CONTENU » sera appliquée dans la limite des caractères disponibles restants du réseau social."
906
+
907
+ #: views/b2s/network.php:438
908
+ msgid "An \"EXCERPT\" will only be added to your social media post if you have added a manual excerpt in the excerpt editing box of the Gutenberg side menu (document settings) of your post."
909
+ msgstr "Un « EXTRAIT » sera ajouté à votre publication sur les réseaux sociaux uniquement si vous avez ajouté manuellement un extrait dans la zone de texte dédiée à cet effet du menu latéral de l’éditeur Gutenberg (réglages du document) de votre article."
910
+
911
+ #: views/b2s/network.php:437
912
+ msgid "Define the character limit for the variables \"EXCERPT\" and \"CONTENT\" individually. Your text will be shortened after the last comma, period, or space character within your character limit."
913
+ msgstr "Définissez la limite de caractères des variables « EXTRAIT » et « CONTENU » individuellement. Votre texte sera raccourci après la dernière virgule, point, ou espace dans la limite de caractères définie."
914
+
915
+ #: includes/B2S/Network/Item.php:625 includes/B2S/Network/Item.php:651
916
+ msgid "Network limit"
917
+ msgstr "Limite de réseau"
918
+
919
+ #: views/b2s/network.php:421
920
+ msgid "The tags you have set in your post."
921
+ msgstr "Les balises que vous avez définies dans votre publication."
922
+
923
+ #: views/b2s/network.php:420
924
+ msgid "The content of your post"
925
+ msgstr "Le contenu de votre article"
926
+
927
+ #: views/b2s/network.php:419
928
+ msgid "The summary of your post (you define it in the side menu of your post)."
929
+ msgstr "Le résumé de votre article (à définir dans le menu latéral de votre article)."
930
+
931
+ #: views/b2s/network.php:418
932
+ msgid "The title of your post"
933
+ msgstr "Le titre de votre article"
934
+
935
+ #: views/b2s/network.php:416
936
+ msgid "Legend"
937
+ msgstr "Légende"
938
+
939
+ #: views/b2s/network.php:413
940
+ msgid "Edit the content of your post. Move elements by drag and drop into the textarea and customize them as you like."
941
+ msgstr "Modifiez le contenu de votre article. Déplacez les éléments par glisser-déposer dans la zone de texte et personnalisez ces derniers comme vous le souhaitez."
942
+
943
+ #: views/b2s/network.php:410
944
+ msgid "Post Content"
945
+ msgstr "Contenu de la publication"
946
+
947
+ #: views/b2s/network.php:398
948
+ msgid "Decide in wich form you want to post your Content. Either as image with frame, or as image cut out."
949
+ msgstr "Décidez du format dans lequel vous souhaitez publier votre contenu : soit en tant qu’image avec cadre, soit en tant qu’image rognée."
950
+
951
+ #: views/b2s/network.php:389 views/b2s/network.php:392
952
+ #: views/b2s/network.php:395
953
+ msgid "Decide in which post format you want to post your content: Link post or image post."
954
+ msgstr "Choisissez le format de publication à utiliser pour publier votre contenu : la publication lien ou la publication image."
955
+
956
+ #: views/b2s/network.php:385
957
+ msgid "Choose your Post Format"
958
+ msgstr "Choisir votre format de publication"
959
+
960
+ #: views/b2s/settings.php:132 views/b2s/network.php:374
961
+ msgid "Please enable this feature, if you are using varnish caching (HTTP accelerator to relieve your website). Blog2Social will add a \"no-cache=1\" parameter to the post URL of your Facebook link posts to ensure that Facebook always pulls the current meta data of your blog post."
962
+ msgstr "Veuillez activer cette fonctionnalité si vous utilisez la mise en cache instantanée (accélérateur HTTP, qui permet de soulager le serveur de votre site Web). Blog2Social ajoutera un paramètre « no-cache=1 » à l’URL de vos publications lien Facebook afin de garantir que Facebook extrait systématiquement les métadonnées de vos articles de blog."
963
+
964
+ #: includes/B2S/Network/Item.php:671 includes/B2S/Network/Item.php:723
965
+ #: includes/B2S/Network/Item.php:777 includes/B2S/Network/Item.php:829
966
+ #: includes/B2S/Network/Item.php:863
967
+ msgid "Preview"
968
+ msgstr "Aperçu"
969
+
970
+ #: includes/B2S/Network/Item.php:651
971
+ msgid "recommended length"
972
+ msgstr "longueur recommandée"
973
+
974
+ #: includes/B2S/Network/Item.php:632 views/b2s/network.php:434
975
+ msgid "Character limit"
976
+ msgstr "Limite de caractères"
977
+
978
+ #: includes/B2S/Network/Item.php:623
979
+ msgid "The link will be added automatically at the end of the post."
980
+ msgstr "Le lien sera automatiquement ajouté à la fin de l’article."
981
+
982
+ #: includes/B2S/Network/Item.php:614
983
+ msgid "clear"
984
+ msgstr "effacer"
985
+
986
+ #: includes/B2S/Network/Item.php:593 includes/B2S/Network/Item.php:596
987
+ msgid "Image"
988
+ msgstr "Image"
989
+
990
+ #: includes/B2S/Network/Item.php:586
991
+ msgid "Load default settings"
992
+ msgstr "Charger les réglages par défaut"
993
+
994
+ #: includes/B2S/Network/Item.php:585
995
+ msgid "Format"
996
+ msgstr "Format"
997
+
998
+ #: includes/B2S/Network/Item.php:522
999
+ msgid "This is a Premium Feature"
1000
+ msgstr "Ceci est une fonctionnalité Premium"
1001
+
1002
+ #: includes/B2S/Network/Item.php:516
1003
+ msgid "Failed to load the default template"
1004
+ msgstr "Échec de chargement du modèle par défaut"
1005
+
1006
+ #: includes/B2S/Network/Item.php:515
1007
+ msgid "Failed to save"
1008
+ msgstr "Échec de l’enregistrement"
1009
+
1010
+ #: includes/B2S/Network/Item.php:514
1011
+ msgid "Successfully saved"
1012
+ msgstr "Enregistrementt réussi"
1013
+
1014
+ #: includes/B2S/Network/Item.php:162
1015
+ msgid "Edit Post Format"
1016
+ msgstr "Modifier le format de publication"
1017
+
1018
+ #: includes/B2S/Post/Filter.php:62
1019
+ msgid "currently scheduled"
1020
+ msgstr "planifié-es actuellement"
1021
+
1022
+ #: includes/B2S/Post/Filter.php:62
1023
+ msgid "already shared"
1024
+ msgstr "déjà partagé-es"
1025
+
1026
+ #: includes/B2S/Post/Filter.php:62
1027
+ msgid "not yet shared"
1028
+ msgstr "pas encore partagé-es"
1029
+
1030
+ #: includes/B2S/Post/Filter.php:51
1031
+ msgid "all posts"
1032
+ msgstr "tous les articles"
1033
+
1034
+ #: includes/B2S/Settings/Item.php:409 includes/B2S/Settings/Item.php:428
1035
+ #: views/b2s/post.calendar.php:70 views/b2s/post.sched.php:178
1036
+ msgid "Image Post"
1037
+ msgstr "Publication image"
1038
+
1039
+ #: includes/B2S/Network/Item.php:158 includes/B2S/Network/Item.php:349
1040
+ #: includes/B2S/Ship/Portale.php:31
1041
+ msgid "Publication"
1042
+ msgstr "Publication"
1043
+
1044
+ #: views/b2s/network.php:305
1045
+ msgid "Upgrade to Blog2Social Business"
1046
+ msgstr "Mettre à niveau vers la version Blog2Social Business"
1047
+
1048
+ #: views/b2s/network.php:304
1049
+ msgid "Upgrade to Blog2Social Business to easily bundle your connections into network collection and assign your social media connections to other blog users. You can update and delete the connections as well as select forums or boards. Other users will be able to use the social media connection you assigned to them to post and schedule to your social media profile, page or group."
1050
+ msgstr "Passez à la version Blog2Social Business afin de regrouper, en toute facilité, vos différentes connexions dans une combinaison de réseaux et affectez celles-ci à d’autres utilisateurs du blog. Sachez que vous avez la possibilité de modifier et de supprimer les connexions, de même que vous pouvez sélectionner des forums ou des groupes. Les autres utilisateurs auront la possibilité d’utiliser les connexions aux réseaux sociaux que vous leur avez assignées et de publier et planifier le partage d’articles sur votre profil, votre page ou votre groupe."
1051
+
1052
+ #: views/b2s/network.php:298
1053
+ msgid "This connection was assigned by"
1054
+ msgstr "Cette connexion a été assignée par"
1055
+
1056
+ #: views/b2s/network.php:293 views/b2s/network.php:328
1057
+ msgid "assign"
1058
+ msgstr "assigner"
1059
+
1060
+ #: views/b2s/network.php:290
1061
+ msgid "There are no other users to whom the connection can be assigned."
1062
+ msgstr "Il n'existe aucun utilisateur auquel vous pouvez assigner cette connexion."
1063
+
1064
+ #: views/b2s/network.php:287
1065
+ msgid "You can only share the connection with blog users who use the same license as you."
1066
+ msgstr "Vous pouvez uniquement partager la connexion avec des utilisateurs du blog ayant la même licence que vous."
1067
+
1068
+ #: views/b2s/network.php:284
1069
+ msgid "This connection has already been assigned to this user."
1070
+ msgstr "Cette connexion a déjà été assignée à cet utilisateur."
1071
+
1072
+ #: views/b2s/network.php:281
1073
+ msgid "The connection dose not exist"
1074
+ msgstr "Cette connexion n’existe pas"
1075
+
1076
+ #: views/b2s/network.php:278
1077
+ msgid "The connection has already been assigned to this user."
1078
+ msgstr "La connexion déjà été assignée à cet utilisateur."
1079
+
1080
+ #: views/b2s/network.php:275
1081
+ msgid "This user don't have a Business License, or it is not the same"
1082
+ msgstr "Cet utilisateur ne dispose pas d’une licence Business, ou la licence n’est pas la même"
1083
+
1084
+ #: views/b2s/network.php:272
1085
+ msgid "You don't have a Business License"
1086
+ msgstr "Vous ne disposez pas d’une licence Business"
1087
+
1088
+ #: views/b2s/network.php:258 views/b2s/network.php:325
1089
+ msgid "Assign the connection to other blog users"
1090
+ msgstr "Assigner la connexion à d’autres utilisateurs du blog"
1091
+
1092
+ #: views/b2s/network.php:249
1093
+ msgid "You need at least one network collection"
1094
+ msgstr "Vous devez sélectionner au moins une combinaison de réseaux"
1095
+
1096
+ #: views/b2s/network.php:241 views/b2s/network.php:318
1097
+ msgid "move"
1098
+ msgstr "déplacer"
1099
+
1100
+ #: views/b2s/network.php:234 views/b2s/network.php:263
1101
+ #: views/b2s/network.php:266 views/b2s/network.php:269
1102
+ msgid "An error occured. Please contact our support."
1103
+ msgstr "Une erreur est survenue ! Veuillez contacter le support Blog2Social."
1104
+
1105
+ #: views/b2s/network.php:229 views/b2s/network.php:311
1106
+ msgid "Move the connection to another network collection."
1107
+ msgstr "Déplacer la connexion vers une autre combinaison de réseaux."
1108
+
1109
+ #: views/b2s/network.php:212
1110
+ msgid "Advanced Connection Preferences"
1111
+ msgstr "Préférences de connexion avancées"
1112
+
1113
+ #: views/b2s/network.php:159
1114
+ msgid "Delete all scheduled posts from all user who use this connection."
1115
+ msgstr "Supprimer tous les articles planifiés de tous les utilisateurs qui utilisent cette connexion."
1116
+
1117
+ #: views/b2s/network.php:158
1118
+ msgid "The connection is still assigned to other users. Please withdraw the assigned connection from other users first."
1119
+ msgstr "La connexion est toujours assignée à d’autres utilisateurs. Veuillez d’abord supprimer celle-ci."
1120
+
1121
+ #: views/b2s/network.php:154
1122
+ msgid "The user to whom the connection is assigned still has scheduled posts."
1123
+ msgstr "L’utilisateur auquel la connexion a été attribuée n’a toujours pas d’articles planifiés."
1124
+
1125
+ #: views/b2s/network.php:153
1126
+ msgid "This network connection is still assigned to other users."
1127
+ msgstr "Cette connexion réseau a déjà été assignée à d’autres utilisateurs."
1128
+
1129
+ #: views/b2s/network.php:31 views/b2s/network.php:34 views/b2s/network.php:78
1130
+ msgid "Create new network collection"
1131
+ msgstr "Créer une nouvelle combinaison de réseaux"
1132
+
1133
+ #: views/b2s/premium.php:167
1134
+ msgid "Add and edit meta tags for Open Graph (Ex. Facebook and LinkedIn) and Twitter Cards to define the look of your link posts."
1135
+ msgstr "Ajoutez et modifiez les balises Méta Open Graph (Facebook et LinkedIn) et Twitter Cards et configurez l’apparence de vos publications avec lien."
1136
+
1137
+ #: views/b2s/premium.php:166
1138
+ msgid "Open Graph and Twitter Card Tags"
1139
+ msgstr "Balises Méta Open Graph et cartesTwitter"
1140
+
1141
+ #: views/b2s/premium.php:158
1142
+ msgid "Select link post or image post per network to choose the optimal format for your post."
1143
+ msgstr "Choisissez la publication Lien ou la publication Image comme format optimal de votre article."
1144
+
1145
+ #: views/b2s/premium.php:157
1146
+ msgid "Custom format"
1147
+ msgstr "Format personnalisé"
1148
+
1149
+ #: views/b2s/premium.php:149
1150
+ msgid "Select individual images per post or network and select any image from your media library to create more variations for your posts."
1151
+ msgstr "Sélectionnez des images personnalisées pour chaque publication ou réseau et sélectionnez n’importe quelle image de votre bibliothèque de médias de manière à créer plus de variétés dans vos articles."
1152
+
1153
+ #: views/b2s/premium.php:148
1154
+ msgid "Custom image"
1155
+ msgstr "Image personnalisée"
1156
+
1157
+ #: views/b2s/premium.php:137
1158
+ msgid "Schedule and share curated content from any source on your preferred networks."
1159
+ msgstr "Planifiez et partagez une curation de contenu depuis n’importe quelle source vers vos réseaux favoris."
1160
+
1161
+ #: views/b2s/premium.php:136
1162
+ msgid "Schedule curated content"
1163
+ msgstr "Planifier la curation de contenu"
1164
+
1165
+ #: views/b2s/premium.php:119
1166
+ msgid "Share imported RSS feeds automatically to get more variations for your content."
1167
+ msgstr "Partager automatiquement le flux RSS importé pour bénéficier de plus de variétés dans votre contenu."
1168
+
1169
+ #: views/b2s/premium.php:118
1170
+ msgid "RSS import & auto-post"
1171
+ msgstr "Importation de flux RSS et auto-publication"
1172
+
1173
+ #: views/b2s/premium.php:110
1174
+ msgid "Share your posts automatically across your preferred networks at once or at your pre-scheduled time-settings."
1175
+ msgstr "Partagez automatiquement vos articles sur l’ensemble de vos réseaux préférés en une seule fois ou selon vos propres réglages d’heures de pré-planification."
1176
+
1177
+ #: views/b2s/premium.php:98
1178
+ msgid "Use the Best Times Manager to schedule your posts automatically or define your own best time scheme."
1179
+ msgstr "Utilisez le gestionnaire de partage aux meilleures heures pour planifier automatiquement la publication de vos articles ou définir votre propre échéancier aux meilleures heures."
1180
+
1181
+ #: views/b2s/premium.php:97
1182
+ msgid "Best Times Manager"
1183
+ msgstr "Gestionnaire de partage aux meilleures heures"
1184
+
1185
+ #: views/b2s/premium.php:89
1186
+ msgid "See your entire schedule at a glance, with team view and network filter. Edit scheduled posts or add new social media posts per drag & drop."
1187
+ msgstr "Visualisez l’ensemble de votre échéancier d’un seul coup d’œil grâce au filtre réseaux et à l’affichage par équipe. Modifiez vos articles planifiés ou ajoutez de nouvelles publications sur les réseaux sociaux par glisser-déposer."
1188
+
1189
+ #: views/b2s/premium.php:88
1190
+ msgid "Social Media Calendar"
1191
+ msgstr "Calendrier de partage sur les réseaux sociaux"
1192
+
1193
+ #: views/b2s/premium.php:45
1194
+ msgid "No User found"
1195
+ msgstr "Aucun utilisateur trouvé"
1196
+
1197
+ #: views/b2s/premium.php:41
1198
+ msgid "Select a user"
1199
+ msgstr "Sélectionner un utilisateur"
1200
+
1201
+ #: views/b2s/premium.php:26
1202
+ msgid "Try Blog2Social Premium 30 days for free"
1203
+ msgstr "Essayez Blog2Social Premium gratuitement pendant 30 jours"
1204
+
1205
+ #: includes/Tools.php:256 views/b2s/html/sidebar.ship.php:29
1206
+ #: views/b2s/html/sidebar.php:30
1207
+ msgid "License"
1208
+ msgstr "Licence"
1209
+
1210
+ #: includes/B2S/Network/Item.php:461
1211
+ msgid "Connection currently assigned to"
1212
+ msgstr "Connexion actuellement assignée à"
1213
+
1214
+ #: includes/Ajax/Post.php:1553 includes/B2S/Network/Item.php:219
1215
+ #: includes/B2S/Network/Item.php:284 includes/B2S/Network/Item.php:347
1216
+ #: includes/B2S/Network/Item.php:473 includes/B2S/Network/Item.php:489
1217
+ #: views/b2s/network.php:6
1218
+ msgid "Unknown username"
1219
+ msgstr "Nom d’utilisateur inconnu"
1220
+
1221
+ #: includes/B2S/Network/Item.php:219 includes/B2S/Network/Item.php:284
1222
+ #: includes/B2S/Network/Item.php:347
1223
+ msgid "Assigned by"
1224
+ msgstr "Assigné-es par"
1225
+
1226
+ #: views/b2s/ship.php:485
1227
+ msgid "Please follow the new XING guidelines for crossposting in XING groups: You can only publish identical content once within one group. You can publish identical posts in up to 3 different groups."
1228
+ msgstr "Veuillez suivre les nouvelles consignes de XING concernant le crosspostage sur les groupes XING : vous ne pouvez publier un contenu identique au sein d’un même groupe qu’une seule fois. Vous pouvez publier des articles identiques que dans 3 groupes différents maximum."
1229
+
1230
+ #: includes/B2S/PostBox.php:242
1231
+ msgid "best times"
1232
+ msgstr "meilleurs heures"
1233
+
1234
+ #: includes/B2S/PostBox.php:221
1235
+ msgid "schedule (best times)"
1236
+ msgstr "Planifier (meilleures heures)"
1237
+
1238
+ #: includes/B2S/Settings/Item.php:405 views/b2s/html/footer.php:112
1239
+ msgid "The link post format displays posts title, link address and the first one or two sentences of the post. The networks scan this information from your META or OpenGraph. PLEASE NOTE: If you want your link posts to display the selected image from the Blog2Social preview editor, please make sure you have activated the Social Meta Tags for Facebook and Twitter in your Blog2Social settings. You find these settings in the tab \"Social Meta Data\". If you don't select a specific post image, some networks display the first image detected on your page. The image links to your blog post."
1240
+ msgstr "Le format de publication avec lien affiche le titre de l’article, l’adresse du lien et la première ou les deux premières phrases de l’article. Les réseaux récupèrent ces informations à partir des balises méta ou OpenGraph. À NOTER : si vous voulez que vos articles avec lien affichent l’image de l’article issue de l’éditeur de prévisualisation de Blog2Social, veillez à activer les balises méta pour les réseaux sociaux de Facebook et de Twitter dans les paramètres de Blog2Social. Vous trouverez ces réglages dans l’onglet « Métadonnées sociales ». Si vous ne sélectionnez pas d’image d’article spécifique, certains réseaux affichent la première image détectée sur votre page. L’image est liée à votre article de blog."
1241
+
1242
+ #: includes/Loader.php:770
1243
+ msgid "Your post could not be posted, because your image can not be processed by the network."
1244
+ msgstr "Votre article n’a pas pu être publié, car le réseau ne peut pas traiter votre image."
1245
+
1246
+ #: includes/Loader.php:759
1247
+ msgid "Your post could not be posted, because your image is not available or the image source does not allow to publish"
1248
+ msgstr "Votre article n’a pas pu être publié, car votre image n’est pas disponible ou la source de l'image n'autorise pas la publication."
1249
+
1250
+ #: views/b2s/curation.php:39
1251
+ msgid "Saved as draft."
1252
+ msgstr "Enregistrer comme brouillon."
1253
+
1254
+ #: views/b2s/curation.draft.php:17
1255
+ msgid "Get the Blog2Social Browser Extension"
1256
+ msgstr "Installer l'extension pour navigateur Blog2Social"
1257
+
1258
+ #: views/b2s/curation.draft.php:17
1259
+ msgid "Save links as drafts while browsing and share or schedule them whenever you want."
1260
+ msgstr "Enregistrez les liens en tant que brouillon durant la navigation puis partagez-les ou planifiez leur partage à volonté."
1261
+
1262
+ #: views/b2s/support.php:268
1263
+ msgid "Validate directly on Twitter"
1264
+ msgstr "Valider directement sur Twitter"
1265
+
1266
+ #: views/b2s/support.php:264
1267
+ msgid "Edit your Twitter Card"
1268
+ msgstr "Modifier votre carte Twitter"
1269
+
1270
+ #: views/b2s/support.php:263
1271
+ msgid "Twitter Card Validator"
1272
+ msgstr "Validateur de carte Twitter"
1273
+
1274
+ #: views/b2s/support.php:257
1275
+ msgid "Inspect Post"
1276
+ msgstr "Inspecter l’article"
1277
+
1278
+ #: views/b2s/support.php:252
1279
+ msgid "LinkedIn Post Inspector"
1280
+ msgstr "Post Inspector LinkedIn"
1281
+
1282
+ #: views/b2s/support.php:246
1283
+ msgid "Debug & Preview"
1284
+ msgstr "Débogage & aperçu"
1285
+
1286
+ #: views/b2s/support.php:244 views/b2s/support.php:255
1287
+ msgid "For example your Wordpress Home Page"
1288
+ msgstr "Par exemple, votre page d'accueil WordPress"
1289
+
1290
+ #: views/b2s/support.php:240
1291
+ msgid "Edit your Open Graph Meta Tags"
1292
+ msgstr "Modifiez vos balises méta Open Graph"
1293
+
1294
+ #: views/b2s/support.php:239
1295
+ msgid "Facebook Open Graph Meta Tags"
1296
+ msgstr "Balises méta Open Graph Facebook"
1297
+
1298
+ #: views/b2s/support.php:234
1299
+ msgid "Enter a URL to see how your link preview will look on social media."
1300
+ msgstr "Saisissez une URL pour voir à quoi ressemblera votre aperçu de lien sur les réseaux sociaux."
1301
+
1302
+ #: views/b2s/support.php:22
1303
+ msgid "Sharing-Debugger"
1304
+ msgstr "Débogueur de partage"
1305
+
1306
+ #: includes/B2S/Settings/Item.php:319
1307
+ msgid "Check Settings with Sharing-Debugger"
1308
+ msgstr "Vérifier les réglages avec le débogueur de partage"
1309
+
1310
+ #: includes/B2S/Curation/View.php:107 views/b2s/ship.php:228
1311
+ #: views/b2s/ship.php:232
1312
+ msgid "Save as Draft"
1313
+ msgstr "Enregistrer comme brouillon"
1314
+
1315
+ #: includes/B2S/Post/Item.php:416
1316
+ msgid "saved"
1317
+ msgstr "enregistré.s"
1318
+
1319
+ #: includes/B2S/Post/Item.php:399
1320
+ msgid "via Browser-Extension"
1321
+ msgstr "via l'extension pour navigateur"
1322
+
1323
+ #: includes/Loader.php:750
1324
+ msgid "Content Curation Drafts"
1325
+ msgstr "Brouillons de curation de contenu"
1326
+
1327
+ #: includes/Notice.php:19 views/b2s/html/sidebar.php:144
1328
+ msgid "Rate it!"
1329
+ msgstr "Évaluez l'extension !"
1330
+
1331
+ #: views/b2s/dashboard.php:33
1332
+ msgid "Chart"
1333
+ msgstr "Graphique"
1334
+
1335
+ #: views/b2s/dashboard.php:32
1336
+ msgid "List"
1337
+ msgstr "Liste"
1338
+
1339
+ #: views/b2s/dashboard.php:17
1340
+ msgid "What's New"
1341
+ msgstr "Quoi de neuf"
1342
+
1343
+ #: views/b2s/widgets/newsletter.php:10
1344
+ msgid "subscribe"
1345
+ msgstr "s'abonner"
1346
+
1347
+ #: views/b2s/widgets/newsletter.php:6
1348
+ msgid "Get Social Media News"
1349
+ msgstr "Accéder aux informations concernant les réseaux sociaux"
1350
+
1351
+ #: views/b2s/support.php:221
1352
+ msgid "Export as txt-file"
1353
+ msgstr "Exporter en tant que fichier txt"
1354
+
1355
+ #: views/b2s/support.php:220
1356
+ msgid "reload"
1357
+ msgstr "recharger"
1358
+
1359
+ #: views/b2s/support.php:217
1360
+ msgid "Current"
1361
+ msgstr "Actuel"
1362
+
1363
+ #: views/b2s/support.php:214
1364
+ msgid "Needed"
1365
+ msgstr "Obligatoire"
1366
+
1367
+ #: views/b2s/support.php:207
1368
+ msgid "You need admin rights to use the Troubleshooting-Tool. Please contact your administrator."
1369
+ msgstr "Pour utiliser l'outil Résolution des problèmes, vous devez disposer des droits administrateur. Veuillez contacter votre administrateur."
1370
+
1371
+ #: views/b2s/support.php:173
1372
+ msgid "TOP FAQs"
1373
+ msgstr "FAQ les plus consultées"
1374
+
1375
+ #: views/b2s/support.php:163
1376
+ msgid "Helpful Network Settings"
1377
+ msgstr "Réseaux - Réglages utiles"
1378
+
1379
+ #: views/b2s/support.php:150
1380
+ msgid "Troubleshooting for Error Messages"
1381
+ msgstr "Résolution des messages d'erreur"
1382
+
1383
+ #: views/b2s/support.php:135
1384
+ msgid "Contracting and Licensing"
1385
+ msgstr "Contrat et licence"
1386
+
1387
+ #: views/b2s/support.php:123
1388
+ msgid "Scheduling and Best Time Manager"
1389
+ msgstr "Gestionnaire de planification et de partage aux meilleures heures"
1390
+
1391
+ #: views/b2s/support.php:93
1392
+ msgid "Autoposting, Sharing und Re-Sharing"
1393
+ msgstr "Auto-publication, partage et repartage"
1394
+
1395
+ #: views/b2s/support.php:76
1396
+ msgid "Connecting Social Networks"
1397
+ msgstr "Connexion aux réseaux sociaux"
1398
+
1399
+ #: views/b2s/support.php:62
1400
+ msgid "Installation"
1401
+ msgstr "Installation"
1402
+
1403
+ #: views/b2s/support.php:50
1404
+ msgid "Support Topics"
1405
+ msgstr "Sujets - Support"
1406
+
1407
+ #: views/b2s/support.php:40
1408
+ msgid "Entry keyword or ask a question"
1409
+ msgstr "Tapez un mot-clé ou posez une question"
1410
+
1411
+ #: views/b2s/support.php:39
1412
+ msgid "Search all support"
1413
+ msgstr "Rechercher tout le support"
1414
+
1415
+ #: views/b2s/support.php:25
1416
+ msgid "Step-by-Step-Guide"
1417
+ msgstr "Guide pas-à-pas"
1418
+
1419
+ #: views/b2s/support.php:19 views/b2s/support.php:22
1420
+ #: views/b2s/html/post.navbar.php:9
1421
+ msgid "NEW"
1422
+ msgstr "NOUVEAU"
1423
+
1424
+ #: views/b2s/support.php:19
1425
+ msgid "Troubleshooting-Tool"
1426
+ msgstr "Outil dépannage"
1427
+
1428
+ #: views/b2s/premium.php:182
1429
+ msgid "Show all premium features"
1430
+ msgstr "Afficher les fonctionnalités Premium"
1431
+
1432
+ #: views/b2s/premium.php:176
1433
+ msgid "Regular updates and priority support per e-mail and phone."
1434
+ msgstr "Mise à jour régulière et aide prioritaire par e-mail et téléphone."
1435
+
1436
+ #: views/b2s/premium.php:175
1437
+ msgid "Premium support"
1438
+ msgstr "Support Premium"
1439
+
1440
+ #: views/b2s/premium.php:80
1441
+ msgid "Add multiple users and accounts per network. Define sharing-profiles for selected network bundles."
1442
+ msgstr "Ajoutez plusieurs utilisateurs et comptes sur chaque réseau. Configurez des profils de partage pour chaque combinaison de réseaux sélectionnée."
1443
+
1444
+ #: views/b2s/premium.php:79
1445
+ msgid "More users and accounts"
1446
+ msgstr "Plus d'utilisateurs et de comptes"
1447
+
1448
+ #: views/b2s/premium.php:128
1449
+ msgid "Schedule and share your blog posts as Google My Business posts to update your business listing and to add fresh content for your company."
1450
+ msgstr "Planifiez et partagez vos articles de blog dans Google My Business et actualisez votre fiche d'établissement, en ajoutant ainsi un contenu renouvelé pour votre entreprise."
1451
+
1452
+ #: views/b2s/premium.php:71
1453
+ msgid "Share your posts on pages and in groups on Facebook, LinkedIn, XING, VK and Medium."
1454
+ msgstr "Partagez vos articles sur les pages et dans les groupes sur Facebook, LinkedIn, XING, VK et Medium."
1455
+
1456
+ #: views/b2s/premium.php:70
1457
+ msgid "Pages and groups"
1458
+ msgstr "Pages et groupes"
1459
+
1460
+ #: views/b2s/premium.php:61
1461
+ msgid "Go Premium and get even smarter with social media automation"
1462
+ msgstr "Passez à la version Premium et travaillez encore plus intelligemment grâce à l'automatisation du partage sur les réseaux sociaux"
1463
+
1464
+ #: views/b2s/premium.php:50
1465
+ msgid "Activate License"
1466
+ msgstr "Activer la licence"
1467
+
1468
+ #: views/b2s/premium.php:35
1469
+ msgid "Upgrade to Blog2Social Premium and get even smarter with social media automation: Schedule your posts for the best time or recurringly with the Best Time Manager or the Social Media Calendar. Post to pages, groups and multiple accounts per network."
1470
+ msgstr "Effectuez une mise à niveau vers Blog2Social Premium et sachez tirer avantage de l'automatisation du partage sur les réseaux sociaux : planifiez le partage de vos publications au meilleur moment ou de manière récurrente grâce au planificateur de partage aux meilleures heures ou au calendrier de partage sur les réseaux sociaux. Publiez vos articles sur des Pages, des Groupes et plusieurs comptes à la fois sur chaque réseau. "
1471
+
1472
+ #: views/b2s/premium.php:30
1473
+ msgid "End of Trial"
1474
+ msgstr "Fin de la version d'essai"
1475
+
1476
+ #: includes/B2S/Settings/Item.php:158 views/b2s/premium.php:14
1477
+ msgid "Your current license:"
1478
+ msgstr "Votre licence actuelle :"
1479
+
1480
+ #: includes/B2S/Support/Check/System.php:90
1481
+ msgid "Plugin Warnings:"
1482
+ msgstr "Avertissements concernant l’extension :"
1483
+
1484
+ #: includes/B2S/Support/Check/System.php:65
1485
+ #: includes/B2S/Support/Check/System.php:83
1486
+ msgid "resolve conflict"
1487
+ msgstr "résoudre le conflit"
1488
+
1489
+ #: includes/B2S/Support/Check/System.php:44
1490
+ msgid "or higher"
1491
+ msgstr "ou plus"
1492
+
1493
+ #: includes/Loader.php:837 includes/Loader.php:921 views/b2s/html/header.php:35
1494
+ #: views/b2s/html/sidebar.ship.php:56 views/b2s/html/sidebar.php:121
1495
+ msgid "Help & Support"
1496
+ msgstr "Aide & support"
1497
+
1498
+ #: includes/Loader.php:766
1499
+ msgid "Your blog post was not available for the network at the time of publication."
1500
+ msgstr "Au moment de sa publication, votre article de blog n'était pas disponible pour le réseau."
1501
+
1502
+ #: includes/Loader.php:750 views/b2s/html/sidebar.php:106
1503
+ #: views/b2s/html/post.navbar.php:12
1504
+ msgid "Shared Posts"
1505
+ msgstr "Articles partagés"
1506
+
1507
+ #: includes/Loader.php:750 views/b2s/html/sidebar.php:97
1508
+ #: views/b2s/html/post.navbar.php:8
1509
+ msgid "Instant Sharing"
1510
+ msgstr "Partage instantané"
1511
+
1512
+ #: includes/Loader.php:750 views/b2s/html/post.navbar.php:13
1513
+ msgid "Notifications"
1514
+ msgstr "Notifications"
1515
+
1516
+ #: views/b2s/ship.php:482
1517
+ msgid "Important infomations about XING groups"
1518
+ msgstr "Informations importantes à propos des groupes XING"
1519
+
1520
+ #: includes/B2S/Ship/Item.php:858
1521
+ msgid "Time to publish"
1522
+ msgstr "Heure de publication"
1523
+
1524
+ #: includes/B2S/Ship/Item.php:855
1525
+ msgid "Repeats every (days)"
1526
+ msgstr "Répéter tous les (jours)"
1527
+
1528
+ #: includes/B2S/Ship/Item.php:853
1529
+ msgid "Number of repeats"
1530
+ msgstr "Nombre de répétitions"
1531
+
1532
+ #: includes/B2S/Ship/Item.php:845 views/b2s/partials/post-edit-modal.php:51
1533
+ msgid "Please note: Google will shut down Google+ for all private accounts (profiles, pages, groups) on 2nd April 2019. You can find further information and the next steps, including how to download your photos and other content here:"
1534
+ msgstr "À noter : Google a prévu d’arrêter Google+ sur tous les comptes privés (profils, pages, groupes) le 2 avril 2019. Vous trouverez de plus amples informations ainsi que les prochaines étapes nécessaires, notamment sur la manière de télécharger vos photos et autres contenus, ci-après :"
1535
+
1536
+ #: includes/B2S/Ship/Item.php:841 views/b2s/partials/post-edit-modal.php:47
1537
+ msgid "Please note: Your account is connected via an old XING API that is no longer supported by XING after March 31. Please connect your XING profile, as well as your XING company pages (Employer branding profiles) and business pages with the new XING interface in the Blog2Social network settings. To do this, go to the Blog2Social Networks section and connect your XING accounts with the new XING."
1538
+ msgstr "À noter : votre compte est connecté via une API XING obsolète qui n’est plus prise en charge par XING depuis le 31 mars. Veuillez connecter votre profil XING, ainsi que vos pages d’entreprise XING (profils de marque employeur) et les pages d’activité avec la nouvelle interface XING dans les paramètres Réseaux de Blog2Social. Pour ce faire, rendez-vous sur la section Réseaux de Blog2Social et connectez vos comptes XING avec la nouvelle API."
1539
+
1540
+ #: includes/B2S/Ship/Item.php:699
1541
+ msgid "Request"
1542
+ msgstr "Requête"
1543
+
1544
+ #: includes/B2S/Ship/Item.php:698
1545
+ msgid "Offer"
1546
+ msgstr "Offre"
1547
+
1548
+ #: includes/B2S/Ship/Item.php:696
1549
+ msgid "Classified Ads"
1550
+ msgstr "Petites annonces"
1551
+
1552
+ #: includes/B2S/Ship/Item.php:695
1553
+ msgid "Events"
1554
+ msgstr "Évènements"
1555
+
1556
+ #: includes/B2S/Ship/Item.php:694
1557
+ msgid "Jobs & Projects"
1558
+ msgstr "Offres d’emploi & projets"
1559
+
1560
+ #: includes/B2S/Network/Item.php:286 includes/B2S/Ship/Item.php:299
1561
+ msgid "Employer Branding"
1562
+ msgstr "Marque employeur"
1563
+
1564
+ #: includes/B2S/Ship/Item.php:295
1565
+ msgid "Connection expires on 2 April 2019"
1566
+ msgstr "La connexion expire le 2 avril 2019"
1567
+
1568
+ #: includes/B2S/Ship/Item.php:291
1569
+ msgid "Connection expires on 31 March 2019"
1570
+ msgstr "La connexion expire le 31 mars 2019"
1571
+
1572
+ #: includes/Loader.php:752
1573
+ msgid "Business"
1574
+ msgstr "Entreprise"
1575
+
1576
+ #: includes/Loader.php:752 views/prg/html/form.php:74
1577
+ msgid "Company"
1578
+ msgstr "Société"
1579
+
1580
+ #: includes/Loader.php:44
1581
+ msgid "Edit group settings"
1582
+ msgstr "Modifier les réglages du groupe"
1583
+
1584
+ #: views/b2s/post.approve.php:107 views/b2s/curation.php:96
1585
+ #: views/b2s/ship.php:469 views/b2s/ship.php:550
1586
+ msgid "YES"
1587
+ msgstr "OUI"
1588
+
1589
+ #: views/b2s/post.approve.php:102 views/b2s/curation.php:91
1590
+ #: views/b2s/ship.php:464
1591
+ msgid "Do you want to mark this post as published ?"
1592
+ msgstr "Voulez-vous marquer cet article comme ayant été publié ?"
1593
+
1594
+ #: includes/B2S/Ship/Navbar.php:37 views/b2s/network.php:316
1595
+ msgid "My Profile"
1596
+ msgstr "Mon profil"
1597
+
1598
+ #: includes/B2S/Ship/Save.php:409
1599
+ msgid "Please share your post now"
1600
+ msgstr "Veuillez partager votre article maintenant"
1601
+
1602
+ #: includes/B2S/Ship/Save.php:404
1603
+ msgid "Please note: You post has to be marked as public to be posted in a group."
1604
+ msgstr "À noter : pour pouvoir être publié dans un groupe, votre article doit être marqué en tant que « public »."
1605
+
1606
+ #: includes/B2S/Ship/Save.php:403
1607
+ msgid "-For scheduled posts, Blog2Social will save your post and move it to the \"Scheduled Posts\" tab on your \"Posts & Sharing\" navigation bar. On your scheduled date and time, your post will move to the \"Instant Sharing\" tab and you can click on \"Share\" to post it to your account instantly."
1608
+ msgstr " partir du moment où vos publications sont planifiées, Blog2Social les enregistre et les déplace dans l’onglet « Articles planifiés » dans la barre de navigation « Articles & partage ». À la date et heure prévues, votre article est déplacé sur l’onglet « Partage instantané » et vous pouvez cliquer sur « Partager » pour le publier instantanément sur votre compte."
1609
+
1610
+ #: includes/B2S/Ship/Save.php:402
1611
+ msgid "-To share your post immediately, click the \"Share\" button next to your selected Google+ account below."
1612
+ msgstr "-Pour partager immédiatement votre article, cliquez sur le bouton « Partager » situé à côté de votre compte Google+ sélectionné ci-dessous."
1613
+
1614
+ #: includes/B2S/Ship/Save.php:399
1615
+ msgid "For sharing your posts on Google+ you can now use Google+ Instant Sharing"
1616
+ msgstr "Pour partager vos publications sur Google+, vous pouvez désormais utiliser le Partage instantané Google+"
1617
+
1618
+ #: views/b2s/network.php:171
1619
+ msgid "View schedule posts"
1620
+ msgstr "Voir les articles planifiés"
1621
+
1622
+ #: views/b2s/network.php:157
1623
+ msgid "Delete all scheduled posts for this account irrevocably"
1624
+ msgstr "Supprimer de manière irrévocable tous les articles planifiés de ce compte"
1625
+
1626
+ #: views/b2s/ship.php:74 views/b2s/network.php:46
1627
+ msgid "Load Best Times"
1628
+ msgstr "Charger les meilleures heures"
1629
+
1630
+ #: includes/B2S/Network/Item.php:212 includes/B2S/Network/Item.php:277
1631
+ #: includes/B2S/Network/Item.php:340
1632
+ msgid "To reactivate this connection,"
1633
+ msgstr "Pour réactiver cette connexion,"
1634
+
1635
+ #: includes/B2S/Network/Item.php:140
1636
+ msgid "Best times"
1637
+ msgstr "Meilleures heures"
1638
+
1639
+ #: includes/B2S/Network/Item.php:174 views/b2s/html/footer.php:192
1640
+ msgid "Best Time Manager"
1641
+ msgstr "Gestionnaire de partage aux meilleures heures"
1642
+
1643
+ #: views/b2s/post.calendar.php:192
1644
+ msgid "Share content from other sources"
1645
+ msgstr "Partager du contenu en provenance d’autres sources"
1646
+
1647
+ #: views/b2s/post.calendar.php:182 views/b2s/post.calendar.php:195
1648
+ msgid "select"
1649
+ msgstr "sélectionner"
1650
+
1651
+ #: views/b2s/post.calendar.php:179
1652
+ msgid "Share content from your blog"
1653
+ msgstr "Partager du contenu à partir de votre blog"
1654
+
1655
+ #: views/b2s/post.calendar.php:169
1656
+ msgid "What would you like to share?"
1657
+ msgstr "Que voulez-vous partager ?"
1658
+
1659
+ #: views/b2s/curation.php:60
1660
+ msgid "Load data..."
1661
+ msgstr "Charger les données…"
1662
+
1663
+ #: views/b2s/curation.php:50
1664
+ msgid "continue"
1665
+ msgstr "continuer"
1666
+
1667
+ #: views/b2s/curation.php:47
1668
+ msgid "Enter link"
1669
+ msgstr "Saisir un lien"
1670
+
1671
+ #: views/b2s/curation.php:46
1672
+ msgid "Please enter a valid link"
1673
+ msgstr "Veuillez saisir un lien valide"
1674
+
1675
+ #: views/b2s/curation.php:45
1676
+ msgid "Enter a link you want share on your social media channels"
1677
+ msgstr "Saisissez le lien que vous voulez partager sur vos canaux de réseaux sociaux"
1678
+
1679
+ #: views/b2s/curation.php:36
1680
+ msgid "Invalid data. Please check your data."
1681
+ msgstr "Données non valides. Veuillez vérifier celles-ci."
1682
+
1683
+ #: views/b2s/curation.php:33
1684
+ msgid "No connected networks. Please make sure to connect at least one social media account."
1685
+ msgstr "Aucun réseau connecté. Veuillez vous connecter à au moins un compte de réseau social."
1686
+
1687
+ #: views/b2s/curation.php:29
1688
+ msgid "No link preview available. Please check your link."
1689
+ msgstr "Aucun aperçu de lien disponible. Veuillez vérifier votre lien."
1690
+
1691
+ #: includes/Loader.php:831 includes/Loader.php:892
1692
+ #: views/b2s/html/sidebar.php:71 views/b2s/html/post.navbar.php:15
1693
+ msgid "Content Curation"
1694
+ msgstr "Curation de contenu"
1695
+
1696
+ #: includes/Loader.php:769
1697
+ msgid "There was no image in the meta data of the linked post. Posts without images cannot be shared on image networks."
1698
+ msgstr "Aucune image n’est présente dans les métadonnées de l’article lié. Les articles sans image ne peuvent pas être partagés sur les réseaux de partage d’images."
1699
+
1700
+ #: includes/B2S/Post/Item.php:698
1701
+ msgid "is processed by the network"
1702
+ msgstr "est traité par le réseau"
1703
+
1704
+ #: includes/B2S/Post/Item.php:302
1705
+ msgid "curated post"
1706
+ msgstr "publication organisée"
1707
+
1708
+ #: includes/B2S/Curation/View.php:106
1709
+ msgid "Customize & Schedule"
1710
+ msgstr "Personnaliser et planifier"
1711
+
1712
+ #: includes/B2S/Curation/View.php:59
1713
+ msgid "Share your post"
1714
+ msgstr "Partager votre article"
1715
+
1716
+ #: includes/B2S/Curation/View.php:22
1717
+ msgid "Write something..."
1718
+ msgstr "Écrivez quelque chose…"
1719
+
1720
+ #: includes/B2S/Ship/Item.php:336
1721
+ msgid "Read more"
1722
+ msgstr "Lire la suite"
1723
+
1724
+ #: includes/B2S/Ship/Item.php:336
1725
+ msgid "Please note: XING allows identical posts to be published only once within a group and no more than three times across different groups."
1726
+ msgstr "À noter : XING autorise la publication d’articles identiques une seule fois au sein d’un groupe et pas plus de trois fois parmi plusieurs groupes différents."
1727
+
1728
+ #: includes/B2S/Post/Item.php:696
1729
+ msgid "last modified by"
1730
+ msgstr "dernière modification le"
1731
+
1732
+ #: includes/B2S/Settings/Item.php:161 includes/B2S/Settings/Item.php:164
1733
+ #: views/b2s/premium.php:31
1734
+ msgid "Upgrade"
1735
+ msgstr "Mettre à niveau"
1736
+
1737
+ #: includes/B2S/Settings/Item.php:161
1738
+ msgid "Scheduled Auto-Posting"
1739
+ msgstr "Auto-publication planifiée"
1740
+
1741
+ #: includes/B2S/Settings/Item.php:160
1742
+ msgid "Immediate Cross-Posting across all networks: Share an unlimited number of posts"
1743
+ msgstr "Crosspostage immédiat sur tous les réseaux : partagez un nombre illimité de publications"
1744
+
1745
+ #: views/b2s/post.approve.php:82
1746
+ msgid "Delete Social Media Posts"
1747
+ msgstr "Supprimer les publications sur les réseaux sociaux"
1748
+
1749
+ #: includes/B2S/Post/Item.php:662
1750
+ msgid "You want to delete your Social Media post?"
1751
+ msgstr "Souhaitez-vous supprimer votre publication sur les réseaux sociaux ?"
1752
+
1753
+ #: views/b2s/post.approve.php:85
1754
+ msgid "Are you sure you want to delete these Social Media posts?"
1755
+ msgstr "Êtes-vous sûr.e de vouloir supprimer ces publications sur les réseaux sociaux ?"
1756
+
1757
+ #: includes/Loader.php:754
1758
+ msgid "Your authorization has expired. Please reconnect your account in the Blog2Social network settings."
1759
+ msgstr "Votre autorisation a expiré. Veuillez reconnecter votre compte dans les réglages de réseau Blog2Social."
1760
+
1761
+ #: includes/B2S/Ship/Save.php:395
1762
+ msgid "-For scheduled posts, Blog2Social will save your post and move it to the \"Scheduled Posts\" tab on your \"Posts & Sharing\" navigation bar. On your scheduled date and time, your post will move to the \"Instant Sharing\" tab and you can click on \"Share\" to post it to your Facebook Profile instantly."
1763
+ msgstr " partir du moment où vos publications sont planifiées, Blog2Social les enregistre et les déplace dans l’onglet « Articles planifiés » dans la barre de navigation « Articles & partage ». À la date et heure prévues, votre article est déplacé sur l’onglet « Partage instantané » et vous pouvez cliquer sur « Partager » pour le publier instantanément sur votre profil Facebook."
1764
+
1765
+ #: includes/B2S/Ship/Save.php:394
1766
+ msgid "-To share your post immediately, click the \"Share\" button next to your selected Facebook profile below."
1767
+ msgstr "-Pour partager immédiatement votre article, cliquez sur le bouton « Partager » à côté de votre profil Facebook sélectionné ci-dessous."
1768
+
1769
+ #: includes/B2S/Ship/Save.php:393 includes/B2S/Ship/Save.php:401
1770
+ msgid "This is how it works:"
1771
+ msgstr "Voici comment cela fonctionne :"
1772
+
1773
+ #: includes/B2S/Ship/Save.php:391
1774
+ msgid "Read why"
1775
+ msgstr "Découvrir pourquoi"
1776
+
1777
+ #: includes/B2S/Ship/Save.php:391
1778
+ msgid "For sharing your posts on personal Facebook Profiles you can now use Facebook Instant Sharing"
1779
+ msgstr "Pour partager vos publications sur vos profils Facebook personnels, vous pouvez désormais utiliser le Partage instantané Facebook"
1780
+
1781
+ #: includes/B2S/Ship/Item.php:327
1782
+ msgid "You can customize your post with individual comments, @-handles, emojis, and more in the Instant Sharing window, after planning your post."
1783
+ msgstr "Vous pouvez personnaliser votre article en lui adjoignant des commentaires individuels, des @-pseudos, émojis, et bien plus encore dans la fenêtre Partage instantané, après l’avoir planifié."
1784
+
1785
+ #: includes/B2S/Settings/Item.php:110 includes/B2S/PostBox.php:100
1786
+ msgid "Auto-posts for Facebook Profiles will be shown in the \"Instant Sharing\" tab on your \"Posts & Sharing\" navigation bar and can be shared on your Facebook Profile by clicking on the \"Share\" button next to your auto-post."
1787
+ msgstr "Les auto-publications sur vos profils Facebook apparaîtront dans l’onglet « Partage instantané » sur la barre de navigation « Articles & partage ». Pour les partager sur votre profil Facebook, il vous suffit de cliquer sur le bouton « Partager » à côté de votre auto-publication."
1788
+
1789
+ #: includes/B2S/PostBox.php:100
1790
+ msgid "Facebook Instant Sharing:"
1791
+ msgstr "Partage instantané Facebook :"
1792
+
1793
+ #: includes/B2S/Post/Item.php:654 includes/B2S/Ship/Save.php:408
1794
+ msgid "share"
1795
+ msgstr "partager"
1796
+
1797
+ #: includes/B2S/Post/Item.php:624
1798
+ msgid "is waiting to shared by"
1799
+ msgstr "est en attente de partage par"
1800
+
1801
+ #: includes/B2S/Post/Item.php:388
1802
+ msgid "social media posts ready to be shared"
1803
+ msgstr "publications sur les réseaux sociaux prêtes à être partagées"
1804
+
1805
+ #: views/b2s/network.php:124
1806
+ msgid "Google currently allows access to the API for all companies with up to 9 locations in their Google My Business Listings. However, Google plans to extend the API for companies with more than 9 locations in their Google My Business listings."
1807
+ msgstr "Google autorise actuellement l’accès à l’API à toutes les entreprises jusqu’à 9 localisations dans leur fiche Google My Business. Ceci dit, Google prévoit d’étendre son API pour les entreprises disposant de plus de 9 localisations."
1808
+
1809
+ #: views/b2s/network.php:121
1810
+ msgid "Blog2Social uses the official Google My Business API to share your content on your business listing. You can connect Google My Business listings with up to nine different locations to Blog2Social and you can choose which location you want to share your content on."
1811
+ msgstr "Blog2Social utilise l’API officiel de Google My Business pour partager votre contenu sur votre fiche d’établissement. Vous pouvez connecter votre fiche Google My Business disposant de neuf localisations maximum à Blog2Social et vous avez la possibilité de choisir la localisation avec laquelle vous souhaitez partager votre contenu."
1812
+
1813
+ #: views/b2s/premium.php:127 views/b2s/network.php:118
1814
+ msgid "Google My Business"
1815
+ msgstr "Google My Business"
1816
+
1817
+ #: includes/B2S/Ship/Image.php:71 includes/B2S/Ship/Image.php:73
1818
+ msgid "Apply image for this post"
1819
+ msgstr "Appliquer l’image à cet article"
1820
+
1821
+ #: includes/B2S/Settings/Item.php:82 includes/B2S/PostBox.php:241
1822
+ msgid "change"
1823
+ msgstr "changer"
1824
+
1825
+ #: includes/B2S/Settings/Item.php:78
1826
+ msgid "Bitly"
1827
+ msgstr "Bitly"
1828
+
1829
+ #: includes/B2S/Settings/Item.php:77
1830
+ msgid "Url Shortener"
1831
+ msgstr "Réducteur d’URL"
1832
+
1833
+ #: includes/B2S/Network/Item.php:151 includes/B2S/Ship/Portale.php:41
1834
+ msgid "You want to connect a network profile?"
1835
+ msgstr "Voulez-vous connecter un profil réseau ?"
1836
+
1837
+ #: views/b2s/partials/post-edit-modal.php:84
1838
+ msgid "The orginal tweet is scheduled on:"
1839
+ msgstr "Le tweet d’origine est programmé pour le :"
1840
+
1841
+ #: includes/System.php:81
1842
+ msgid "Blog2Social does not seem to have permission to write in your WordPress database. Please assign Blog2Social the permission to write in the WordPress database. Please also make sure that your MySQL server runs on v5.5.3 or higher, or ask your server administrator to do it for you."
1843
+ msgstr "Il semblerait que Blog2Social ne dispose pas du droit nécessaire pour écrire dans votre base de données WordPress. Veuillez faire en sorte que Blog2Social dispose de cette autorisation. Veuillez également vous assurez que votre serveur MySQL fonctionne sur v5.5.3 ou supérieur, ou demandez à l’administrateur de votre serveur de le faire pour vous."
1844
+
1845
+ #: includes/Loader.php:767
1846
+ msgid "You have already retweeted this post."
1847
+ msgstr "Vous avez déjà retweeté cet article."
1848
+
1849
+ #: includes/B2S/Ship/Item.php:944
1850
+ msgid "Copy from original"
1851
+ msgstr "Copier depuis l’original"
1852
+
1853
+ #: includes/B2S/Ship/Item.php:930
1854
+ msgid "add another post"
1855
+ msgstr "ajouter un nouvel article"
1856
+
1857
+ #: includes/B2S/Ship/Item.php:803 views/b2s/post.calendar.php:266
1858
+ #: views/b2s/curation.php:116 views/b2s/ship.php:400
1859
+ msgid "Schedule for specific dates"
1860
+ msgstr "Planifier à des dates spécifiques"
1861
+
1862
+ #: includes/B2S/Ship/Item.php:780
1863
+ msgid "Add Retweet"
1864
+ msgstr "Ajouter un retweet"
1865
+
1866
+ #: includes/B2S/Ship/Item.php:772 includes/B2S/Ship/Item.php:773
1867
+ #: includes/B2S/Ship/Item.php:774 includes/B2S/Ship/Item.php:775
1868
+ #: views/b2s/partials/post-edit-modal.php:77
1869
+ #: views/b2s/partials/post-edit-modal.php:78
1870
+ #: views/b2s/partials/post-edit-modal.php:79
1871
+ #: views/b2s/partials/post-edit-modal.php:80
1872
+ msgid "min"
1873
+ msgstr "min"
1874
+
1875
+ #: includes/B2S/Ship/Item.php:762 views/b2s/partials/post-edit-modal.php:73
1876
+ msgid "Delay"
1877
+ msgstr "Délais"
1878
+
1879
+ #: includes/B2S/Ship/Item.php:743
1880
+ msgid "Enable Retweets for all Tweets with the selected profile"
1881
+ msgstr "Activer les retweets pour tous les tweets du profil sélectionné"
1882
+
1883
+ #: includes/B2S/Ship/Item.php:419 includes/B2S/Ship/Item.php:443
1884
+ #: includes/B2S/Ship/Item.php:467 includes/B2S/Ship/Item.php:485
1885
+ #: includes/B2S/Ship/Item.php:517 includes/B2S/Ship/Item.php:535
1886
+ #: includes/B2S/Ship/Item.php:551 includes/B2S/Ship/Item.php:567
1887
+ #: includes/B2S/Ship/Item.php:583 includes/B2S/Ship/Item.php:617
1888
+ msgid "Change image"
1889
+ msgstr "Changer l’image"
1890
+
1891
+ #: includes/B2S/Ship/Image.php:67
1892
+ msgid "Apply image for all posts"
1893
+ msgstr "Appliquer l’image à tous les articles"
1894
+
1895
+ #: includes/B2S/Post/Item.php:545 includes/B2S/Post/Item.php:681
1896
+ #: includes/B2S/Ship/Save.php:427
1897
+ msgid "Retweet"
1898
+ msgstr "Retweet"
1899
+
1900
+ #: views/b2s/network.php:200
1901
+ msgid "modfiy"
1902
+ msgstr "modifier"
1903
+
1904
+ #: views/b2s/network.php:192
1905
+ msgid "Could not be changed"
1906
+ msgstr "Impossible de modifier cet élément"
1907
+
1908
+ #: views/b2s/network.php:191
1909
+ msgid "Change successful"
1910
+ msgstr "Modification effectuée avec succès"
1911
+
1912
+ #: views/b2s/network.php:190
1913
+ msgid "Please re-authorize your account with Blog2Social and try again"
1914
+ msgstr "Veuillez réautoriser votre compte avec Blog2Social et réessayer"
1915
+
1916
+ #: includes/Loader.php:44
1917
+ msgid "Modify subreddit"
1918
+ msgstr "Modifier le subreddit"
1919
+
1920
+ #: includes/Loader.php:44
1921
+ msgid "Modify forum"
1922
+ msgstr "Modifier le forum"
1923
+
1924
+ #: includes/Loader.php:44
1925
+ msgid "Modify pin board"
1926
+ msgstr "Modifier le tableau d’épingles"
1927
+
1928
+ #: includes/B2S/Ship/Item.php:332 includes/B2S/Ship/Item.php:529
1929
+ #: includes/B2S/Ship/Item.php:812
1930
+ msgid "Learn more about this"
1931
+ msgstr "En savoir plus sur le sujet"
1932
+
1933
+ #: includes/B2S/Ship/Item.php:332 includes/B2S/Ship/Item.php:529
1934
+ #: includes/B2S/Ship/Item.php:812
1935
+ msgid "Violating these rules can result in Twitter suspending your account. Always vary your Tweets with different comments, hashtags or handles to prevent duplicate posts."
1936
+ msgstr "Le non-respect de ces règles peut entraîner la suspension de votre compte par Twitter. Veillez à systématiquement varier vos tweets en leur affectant différents commentaires, hashtags ou pseudos afin d’éviter la présence de publications en doublon."
1937
+
1938
+ #: includes/B2S/Ship/Item.php:332 includes/B2S/Ship/Item.php:529
1939
+ #: includes/B2S/Ship/Item.php:812
1940
+ msgid "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."
1941
+ msgstr "Veuillez garder à l'esprit que, conformément aux nouvelles conditions d'utilisation de Twitter, les utilisateurs ne sont plus autorisés à publier un contenu identique ou considérablement similaire sur plusieurs comptes à la fois ou plusieurs mises à jour en doublon d'un article sur un compte."
1942
+
1943
+ #: includes/B2S/Settings/Item.php:351
1944
+ msgid "Summary with large image"
1945
+ msgstr "Résumé avec image de grande taille"
1946
+
1947
+ #: includes/B2S/Settings/Item.php:350
1948
+ msgid "Summary"
1949
+ msgstr "Résumé"
1950
+
1951
+ #: includes/B2S/Settings/Item.php:348
1952
+ msgid "The default card type to use"
1953
+ msgstr "Le type de carte à utiliser par défaut"
1954
+
1955
+ #: includes/B2S/Curation/View.php:94 includes/B2S/PostBox.php:185
1956
+ msgid "Select Twitter profile:"
1957
+ msgstr "Sélectionner un profil Twitter :"
1958
+
1959
+ #: includes/B2S/Settings/Item.php:174
1960
+ msgid "More information"
1961
+ msgstr "Plus d’informations"
1962
+
1963
+ #: includes/B2S/Settings/Item.php:174
1964
+ msgid "In accordance with the new Twitter TOS, one Twitter account can be selected as your primary Twitter account for auto-posting."
1965
+ msgstr "Conformément aux nouvelles conditions d’utilisation de Twitter, vous pouvez sélectionner un compte Twitter en tant que compte Twitter principal dans le cadre de l’auto-publication."
1966
+
1967
+ #: includes/B2S/Post/Item.php:709
1968
+ msgid "edit"
1969
+ msgstr "modifier"
1970
+
1971
+ #: includes/B2S/Post/Item.php:708
1972
+ msgid "You want to edit your scheduled post?"
1973
+ msgstr "Souhaitez-vous modifier votre article planifié ?"
1974
+
1975
+ #: includes/Loader.php:830 includes/Loader.php:884 views/b2s/dashboard.php:31
1976
+ #: views/b2s/html/sidebar.php:109 views/b2s/html/post.navbar.php:14
1977
+ msgid "Calendar"
1978
+ msgstr "Calendrier"
1979
+
1980
+ #: views/b2s/settings.php:118
1981
+ msgid "Plugin contents are loaded one at a time to minimize server load."
1982
+ msgstr "Les contenus de l’extension sont chargés l’un après l’autre de manière à minimiser la charge du serveur."
1983
+
1984
+ #: views/b2s/settings.php:115
1985
+ msgid "Activate Legacy mode "
1986
+ msgstr "Activer le mode hérité "
1987
+
1988
+ #: views/b2s/partials/plugin-deactivate-modal.php:17
1989
+ msgid "Continue deactivation"
1990
+ msgstr "Continuer la désactivation"
1991
+
1992
+ #: views/b2s/partials/plugin-deactivate-modal.php:14
1993
+ msgid "Delete scheduled posts"
1994
+ msgstr "Supprimer les articles planifiés"
1995
+
1996
+ #: views/b2s/partials/plugin-deactivate-modal.php:13
1997
+ msgid "Do you want Blog2Social to delete all your scheduled social media posts? Your scheduled posts will no longer be sent to your social networks."
1998
+ msgstr "Voulez-vous que Blog2Social supprime toutes vos publications sur les réseaux sociaux ? Vos articles planifiés ne seront plus envoyés sur vos réseaux sociaux."
1999
+
2000
+ #: views/b2s/partials/plugin-deactivate-modal.php:10
2001
+ msgid "Do you want to delete your scheduled posts?"
2002
+ msgstr "Souhaitez-vous supprimer vos articles planifiés ?"
2003
+
2004
+ #: includes/Loader.php:772
2005
+ msgid "Your group can not be found by the network."
2006
+ msgstr "Le réseau ne trouve pas votre groupe."
2007
+
2008
+ #: includes/Loader.php:765
2009
+ msgid "The network requires a public url."
2010
+ msgstr "Ce réseau nécessite une URL publique."
2011
+
2012
+ #: includes/Loader.php:762
2013
+ msgid "Your daily limit for this network has been reached. Please try again later."
2014
+ msgstr "Votre limite quotidienne sur ce réseau a été atteinte. Veuillez réessayer ultérieurement."
2015
+
2016
+ #: includes/Loader.php:758
2017
+ msgid "Your daily limit has been reached."
2018
+ msgstr "Votre limite quotidienne a été atteinte."
2019
+
2020
+ #: includes/Loader.php:718
2021
+ msgctxt "command (plugins)"
2022
+ msgid "Deactivate"
2023
+ msgstr "Désactiver"
2024
+
2025
+ #: includes/Loader.php:372
2026
+ msgid "Social Media Content Calendar"
2027
+ msgstr "Calendrier de contenu sur les réseaux sociaux"
2028
+
2029
+ #: includes/B2S/Ship/Item.php:961
2030
+ msgid "Save as best time for this network"
2031
+ msgstr "Enregistrer en tant que la meilleure heure pour ce réseau"
2032
+
2033
+ #: includes/B2S/Settings/Item.php:131
2034
+ msgid "By enabling this feature your previously published social media posts will be sent again to your selected social media channels as soon as the post is updated."
2035
+ msgstr "En activant cette fonctionnalité, vos articles publiés précédemment sur les réseaux sociaux seront envoyés à nouveau sur les canaux de réseaux sociaux sélectionnés, dès la mise à jour des articles en question."
2036
+
2037
+ #: includes/B2S/Settings/Item.php:95
2038
+ msgid "activate Legacy mode"
2039
+ msgstr "activer le mode hérité"
2040
+
2041
+ #: includes/B2S/Settings/Item.php:93
2042
+ msgid "System"
2043
+ msgstr "Système"
2044
+
2045
+ #: includes/B2S/Settings/Item.php:351
2046
+ msgid "(PREMIUM)"
2047
+ msgstr "(PREMIUM)"
2048
+
2049
+ #: views/b2s/html/footer.php:412 views/b2s/html/footer.php:427
2050
+ msgid "title"
2051
+ msgstr "titre"
2052
+
2053
+ #: views/b2s/html/footer.php:290
2054
+ msgid "Define Twitter post content"
2055
+ msgstr "Définir le contenu à publier sur Twitter"
2056
+
2057
+ #: views/b2s/settings.php:129 views/b2s/network.php:371
2058
+ msgid "Instant Caching for Facebook Link Posts"
2059
+ msgstr "Mise en cache instantanée des publications avec lien sur Facebook"
2060
+
2061
+ #: views/b2s/post.calendar.php:133 views/b2s/ship.php:525
2062
+ #: views/b2s/post.sched.php:150
2063
+ msgid "Define the default settings for the custom post format for all of your LinkedIn accounts in the Blog2Social settings."
2064
+ msgstr "Configurez les paramètres par défaut du format de publication personnalisé de tous vos comptes Google+ dans les paramètres de Blog2Social."
2065
+
2066
+ #: includes/B2S/Network/Item.php:541
2067
+ msgid "Activate Instant Caching"
2068
+ msgstr "Activer la mise en cache instantanée"
2069
+
2070
+ #: views/b2s/ship.php:626
2071
+ msgid "add Schedule"
2072
+ msgstr "ajouter une planification"
2073
+
2074
+ #: views/b2s/settings.php:104
2075
+ msgid "Hashtags are a great way to generate more reach and visibility for your posts. By activating this feature Blog2Social will automatically include your WordPress tags as hashtags in all Social Media posts for networks that support hashtags. This way you don't need to worry about adding extra hashtags to your comments. Blog2Social erases unnecessary spaces in your WordPress tags to generate valid hashtags."
2076
+ msgstr "Les hashtags sont une excellente manière pour que vos publications bénéficient de plus d’exposition et de visibilité. Avec l’activation de cette fonctionnalité, Blog2Social inclut automatiquement vos étiquettes WordPress en tant que hashtags dans toutes vos publications sur les réseaux sociaux, pour les réseaux sociaux prenant en charge les hashtags. De cette manière, vous n’avez plus besoin d’ajouter de hashtags supplémentaires à vos commentaires. Blog2Social supprime les espaces inutiles dans vos étiquettes WordPress afin de générer des hastags compatibles."
2077
+
2078
+ #: views/b2s/settings.php:101
2079
+ msgid "Include WordPress tags as hashtags in your posts"
2080
+ msgstr "Inclure les étiquettes WordPress en tant que hashtags dans mon article"
2081
+
2082
+ #: views/b2s/post.calendar.php:213
2083
+ msgid "Select a post"
2084
+ msgstr "Sélectionner un article"
2085
+
2086
+ #: views/b2s/post.calendar.php:87 views/b2s/post.sched.php:165
2087
+ msgid "add post"
2088
+ msgstr "ajouter un article"
2089
+
2090
+ #: views/b2s/post.calendar.php:35
2091
+ msgid "Sort by network"
2092
+ msgstr "Trier par réseau"
2093
+
2094
+ #: includes/B2S/Ship/Item.php:909
2095
+ msgid "Timespan"
2096
+ msgstr "Intervalle de temps"
2097
+
2098
+ #: includes/B2S/Ship/Item.php:904
2099
+ msgid "End Of Month"
2100
+ msgstr "Fin du mois"
2101
+
2102
+ #: includes/B2S/Ship/Item.php:884
2103
+ msgid "Months"
2104
+ msgstr "Mois"
2105
+
2106
+ #: includes/B2S/Ship/Item.php:884
2107
+ msgid "Month"
2108
+ msgstr "Mois"
2109
+
2110
+ #: includes/B2S/Ship/Item.php:869
2111
+ msgid "own period"
2112
+ msgstr "période personnalisée"
2113
+
2114
+ #: includes/B2S/Ship/Item.php:868
2115
+ msgid "monthly"
2116
+ msgstr "mensuel"
2117
+
2118
+ #: includes/B2S/Ship/Item.php:867
2119
+ msgid "weekly"
2120
+ msgstr "hebdomadaire"
2121
+
2122
+ #: includes/B2S/Ship/Item.php:857
2123
+ msgid "Start date"
2124
+ msgstr "Date de début"
2125
+
2126
+ #: includes/B2S/Ship/Item.php:854
2127
+ msgid "Day of month"
2128
+ msgstr "Jour dans le mois"
2129
+
2130
+ #: includes/B2S/Ship/Item.php:848
2131
+ msgid "Repeats"
2132
+ msgstr "Répétitions"
2133
+
2134
+ #: includes/B2S/Settings/Item.php:89
2135
+ msgid "include Wordpress tags as hashtags in my post"
2136
+ msgstr "inclure les étiquettes WordPress en tant que hashtags dans mon article"
2137
+
2138
+ #: includes/B2S/Calendar/Filter.php:126 views/b2s/post.calendar.php:37
2139
+ msgid "show all"
2140
+ msgstr "tout afficher"
2141
+
2142
+ #: includes/Loader.php:750 views/b2s/widgets/posts.php:18
2143
+ #: views/b2s/html/sidebar.php:103 views/b2s/html/post.navbar.php:10
2144
+ msgid "Scheduled Posts"
2145
+ msgstr "Articles planifiés"
2146
+
2147
+ #: views/b2s/widgets/posts.php:16
2148
+ msgid "Latest Posts"
2149
+ msgstr "Dernières publications"
2150
+
2151
+ #: views/b2s/widgets/activity.php:10
2152
+ msgid "published social media posts"
2153
+ msgstr "articles publiés sur les réseaux sociaux"
2154
+
2155
+ #: views/b2s/widgets/activity.php:5
2156
+ msgid "Show activity starting from"
2157
+ msgstr "Afficher l’activité à partir du"
2158
+
2159
+ #: views/b2s/dashboard.php:27
2160
+ msgid "Your Activity"
2161
+ msgstr "Votre activité"
2162
+
2163
+ #: views/b2s/ship.php:642
2164
+ msgid "Give me more information"
2165
+ msgstr "Plus d’informations, please !"
2166
+
2167
+ #: views/b2s/premium.php:181
2168
+ msgid "Show me plans and prices"
2169
+ msgstr "J’aimerais voir les formules et les tarifs"
2170
+
2171
+ #: views/b2s/support.php:107
2172
+ msgid "Customizing Social Media Posts"
2173
+ msgstr "Personnalisation des publications sur les réseaux sociaux"
2174
+
2175
+ #: includes/Loader.php:839
2176
+ msgid "Premium"
2177
+ msgstr "Premium"
2178
+
2179
+ #: includes/B2S/Settings/Item.php:414 views/b2s/html/footer.php:134
2180
+ msgid "The image preview will be cropped automatically to fit the default Instagram layout for your Instagram timeline. The image will be shown uncropped when opening the preview page for your Instagram post."
2181
+ msgstr "L’aperçu de l’image est automatiquement rogné de manière à s’accommoder à la mise en page de votre fil d’actualité Instagram. Lorsque vous ouvrez la page d’aperçu de votre publication Instagram, l’image s’affiche sans rognage."
2182
+
2183
+ #: includes/B2S/Settings/Item.php:409 includes/B2S/Settings/Item.php:428
2184
+ #: includes/B2S/Network/Item.php:593 includes/B2S/Network/Item.php:596
2185
+ #: views/b2s/post.calendar.php:70 views/b2s/post.sched.php:178
2186
+ #: views/b2s/html/footer.php:133
2187
+ msgid "Image cut out"
2188
+ msgstr "Image rognée"
2189
+
2190
+ #: includes/B2S/Settings/Item.php:403 views/b2s/html/footer.php:129
2191
+ msgid "Insert white frames to show the whole image in your timeline. All image information will be shown in your timeline."
2192
+ msgstr "Insérez des barres blanches pour afficher l’intégralité de l’image dans votre fil d’actualité. Toutes les informations relatives à l’image seront affichées dans votre fil d’actualité."
2193
+
2194
+ #: includes/B2S/Settings/Item.php:398 includes/B2S/Settings/Item.php:428
2195
+ #: includes/B2S/Network/Item.php:592 includes/B2S/Network/Item.php:595
2196
+ #: views/b2s/post.calendar.php:70 views/b2s/post.sched.php:178
2197
+ #: views/b2s/html/footer.php:128
2198
+ msgid "Image with frame"
2199
+ msgstr "Image avec cadre"
2200
+
2201
+ #: includes/B2S/Settings/Item.php:336 includes/B2S/Settings/Item.php:357
2202
+ #: includes/B2S/Ship/Image.php:78 includes/B2S/Ship/Image.php:80
2203
+ msgid "Image upload / Media Gallery"
2204
+ msgstr "Téléverser une image / bibliothèque de médias"
2205
+
2206
+ #: includes/B2S/Settings/Item.php:242
2207
+ msgid "add/change connection"
2208
+ msgstr "ajouter/modifier la connexion"
2209
+
2210
+ #: includes/B2S/Settings/Item.php:205
2211
+ msgid "Exclude (Do no post ...)"
2212
+ msgstr "Exclure (Ne pas publier...)"
2213
+
2214
+ #: includes/B2S/Settings/Item.php:204
2215
+ msgid "Include (Post only...)"
2216
+ msgstr "Inclure (Publier uniquement…)"
2217
+
2218
+ #: includes/B2S/Settings/Item.php:203
2219
+ msgid "Post Types"
2220
+ msgstr "Types de publication"
2221
+
2222
+ #: includes/B2S/Settings/Item.php:202
2223
+ msgid "Filter Posts (Only posts that meet the following criteria will be autoposted)"
2224
+ msgstr "Filtrer les articles (seuls les articles qui satisfont aux critères suivants seront auto-publiés)"
2225
+
2226
+ #: includes/B2S/Settings/Item.php:179
2227
+ msgid "minutes"
2228
+ msgstr "minutes"
2229
+
2230
+ #: includes/B2S/Settings/Item.php:178
2231
+ msgid "publish with a delay of"
2232
+ msgstr "publier après un délai de"
2233
+
2234
+ #: includes/B2S/Curation/View.php:61 includes/B2S/Settings/Item.php:177
2235
+ msgid "immediately"
2236
+ msgstr "immédiatement"
2237
+
2238
+ #: includes/B2S/Settings/Item.php:176
2239
+ msgid "Select to auto-post immediately after publishing or with a delay"
2240
+ msgstr "Choisir d'auto-publier immédiatement après la publication OU après un certain délai"
2241
+
2242
+ #: includes/B2S/Settings/Item.php:169
2243
+ msgid "Select by default to automatically share your imported posts"
2244
+ msgstr "Choisir de partager automatiquement par défaut vos articles importés"
2245
+
2246
+ #: includes/B2S/Settings/Item.php:163
2247
+ msgid "share up to"
2248
+ msgstr "partagez jusqu’à"
2249
+
2250
+ #: includes/B2S/Settings/Item.php:155
2251
+ msgid "Define by default to automatically share your imported posts to social media:"
2252
+ msgstr "Choisir de partager automatiquement par défaut vos articles importés sur les réseaux sociaux :"
2253
+
2254
+ #: includes/B2S/Settings/Item.php:117
2255
+ msgid "Select by default if the auto-poster is activated when you publish a new post or update a post."
2256
+ msgstr "Choisir si l’Auto-publication est activée par défaut lorsque vous publiez un nouvel article ou mettez à jour une publication."
2257
+
2258
+ #: includes/B2S/Settings/Item.php:115
2259
+ msgid "Define by default to automatically post your posts on social media:"
2260
+ msgstr "Choisir de publier automatiquement par défaut vos articles sur les réseaux sociaux :"
2261
+
2262
+ #: includes/B2S/Settings/Item.php:114
2263
+ msgid "Auto-post your own created posts"
2264
+ msgstr "Auto-publier vos propres articles"
2265
+
2266
+ #: includes/B2S/Post/Item.php:561 includes/B2S/Ship/Save.php:438
2267
+ #: views/b2s/support.php:16
2268
+ msgid "FAQ"
2269
+ msgstr "FAQ"
2270
+
2271
+ #: includes/B2S/Post/Item.php:561 includes/B2S/Ship/Save.php:438
2272
+ msgid "Please see"
2273
+ msgstr "Veuillez consulter"
2274
+
2275
+ #: views/b2s/post.calendar.php:130 views/b2s/ship.php:522
2276
+ #: views/b2s/post.sched.php:147
2277
+ msgid "Define the default settings for the custom post format for all of your Twitter accounts in the Blog2Social settings."
2278
+ msgstr "Configurez les paramètres par défaut du format de publication personnalisé de tous vos comptes Twitter dans les paramètres de Blog2Social."
2279
+
2280
+ #: views/b2s/post.calendar.php:273 views/b2s/curation.php:123
2281
+ #: views/b2s/ship.php:407
2282
+ msgid "Whenever you publish a post, only a fraction of your followers will actually see your post. Use the Blog2Social Best Times Scheduler to share your post at the best times for each social network. Get more outreach and extend the lifespan of your posts."
2283
+ msgstr "Dès lors que vous publiez un article, seule une partie de vos abonnés, en fait, verront votre publication. Utiliser le Planificateur de partage aux Meilleures heures de Blog2Social pour partager votre article aux meilleurs moments, et ce pour chaque réseau social. Bénéficiez de plus d’exposition et étendez la « durée de vie » de vos publications."
2284
+
2285
+ #: includes/B2S/Settings/Item.php:379
2286
+ msgid "With Premium Pro, you can change the custom post format photo post or link post for each individual social media post and channel (profile, page, group)."
2287
+ msgstr "Avec Premium Pro, vous pouvez changer le format de publication personnalisé – Publication photo ou Publication lien – pour chaque publication sur les réseaux sociaux et canal (profil, page, groupe)."
2288
+
2289
+ #: views/b2s/post.calendar.php:270 views/b2s/curation.php:120
2290
+ #: views/b2s/ship.php:404
2291
+ msgid "You have evergreen content you want to re-share from time to time in your timeline? Schedule your evergreen content to be shared once, multiple times or recurringly at specific times."
2292
+ msgstr "Vous avez de l’« Evergreen content », à savoir du contenu persistant, intemporel que vous voulez repartager de temps en temps sur votre fil d’actualité ? Planifiez votre contenu intemporel de manière à partager celui-ci une seule fois, plusieurs fois ou de manière récurrente à des heures spécifiques."
2293
+
2294
+ #: views/b2s/settings.php:38
2295
+ msgid "Social Meta Data"
2296
+ msgstr "Métadonnées sociales"
2297
+
2298
+ #: views/b2s/partials/post-edit-modal.php:101
2299
+ msgid "Change details"
2300
+ msgstr "Modifier les détails"
2301
+
2302
+ #: views/b2s/partials/post-edit-modal.php:35
2303
+ msgid "This post is blocked by %1"
2304
+ msgstr "Cet article a été bloqué par %1 "
2305
+
2306
+ #: views/b2s/partials/post-edit-modal.php:7
2307
+ msgid "Edit Post"
2308
+ msgstr "Modifier l’article"
2309
+
2310
+ #: includes/B2S/Ship/Item.php:805
2311
+ msgid "Schedule Recurrent Post"
2312
+ msgstr "Planifier un article récurrent"
2313
+
2314
+ #: includes/B2S/Ship/Item.php:453
2315
+ msgid "Card Meta description"
2316
+ msgstr "Description des métadonnées de carte"
2317
+
2318
+ #: includes/B2S/Ship/Item.php:452
2319
+ msgid "Card Meta title"
2320
+ msgstr "Titre des métadonnées de carte"
2321
+
2322
+ #: includes/B2S/Ship/Item.php:447
2323
+ msgid "Info: Change Card Meta tags image, title and description for this network"
2324
+ msgstr "Infos : modifiez l’image, le titre et la description des balises de métadonnées de carte pour ce réseau"
2325
+
2326
+ #: includes/B2S/Ship/Item.php:429
2327
+ msgid "OG Meta description"
2328
+ msgstr "Description méta OG"
2329
+
2330
+ #: includes/B2S/Ship/Item.php:428
2331
+ msgid "OG Meta title"
2332
+ msgstr "Titre méta OG"
2333
+
2334
+ #: includes/B2S/Ship/Item.php:426 includes/B2S/Ship/Item.php:450
2335
+ msgid "You want to change your link image, link title and link description for this network? Click here."
2336
+ msgstr "Vous souhaitez modifier l’image du lien, le titre du lien et la description du lien de ce réseau ? Cliquez ici."
2337
+
2338
+ #: includes/B2S/Ship/Item.php:423
2339
+ msgid "Info: Change Open Graph Meta tags image, title and description for this network"
2340
+ msgstr "Infos : modifiez les balises méta Open Graph, image, titre et description pour ce réseau"
2341
+
2342
+ #: includes/B2S/Settings/Item.php:360
2343
+ msgid "Please note: Twitter supports images with a minimum dimension of 144x144 pixels and a maximum dimension of 4096x4096 pixels and less than 5 BM. The image will be cropped to a square. Twitter supports JPG, PNG, WEBP and GIF formats."
2344
+ msgstr "À noter : Twitter prend en charge les images avec une taille minimale de 144 x 144 pixels et une taille maximale de 4 096 x 4 096 pixels et inférieure à 5 Mo. L’image sera rognée de manière à obtenir un carré. Twitter prend en charge les formats JPG, PNG, WEBP et GIF."
2345
+
2346
+ #: includes/B2S/Settings/Item.php:345
2347
+ msgid "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)"
2348
+ msgstr "Ajoutez les paramètres des métadonnées de carte Twitter par défaut : titre, description et image que vous voulez que Twitter affiche, si vous partagez la page d’accueil de votre blog en tant que publication lien (http://www.yourblog.com)"
2349
+
2350
+ #: includes/B2S/Settings/Item.php:339
2351
+ msgid "Please note: Facebook supports images with a minimum dimension of 200x200 pixels and an aspect ratio of 1:1."
2352
+ msgstr "À noter : Facebook prend en charge les images dont la taille minimale est de 200 × 200 pixels et un ratio d’aspect de 1:1."
2353
+
2354
+ #: includes/B2S/Settings/Item.php:334 includes/B2S/Settings/Item.php:355
2355
+ msgid "Image URL"
2356
+ msgstr "URL de l’image"
2357
+
2358
+ #: includes/B2S/Settings/Item.php:333 includes/B2S/Settings/Item.php:354
2359
+ msgid "Description"
2360
+ msgstr "Description"
2361
+
2362
+ #: includes/B2S/Settings/Item.php:329
2363
+ msgid "Add the default Open Graph parameters for title, description and image you want Facebook to display, if you share the frontpage of your blog as link post (http://www.yourblog.com)"
2364
+ msgstr "Ajoutez les paramètres Open Graph par défaut du titre, de la description et de l’image que vous voulez que Facebook affiche, si vous partagez la page d’accueil de votre blog en tant que publication lien (http://www.yourblog.com)"
2365
+
2366
+ #: includes/B2S/Settings/Item.php:317
2367
+ msgid "Frontpage Settings"
2368
+ msgstr "Paramètres de la page d’accueil"
2369
+
2370
+ #: includes/B2S/Settings/Item.php:294
2371
+ msgid "Add Twitter Card meta tags to your shared posts or pages, required by Twitter to display your post or page image, title and description correctly."
2372
+ msgstr "Ajoutez les balises des métadonnées de carte Twitter à vos pages ou publications partagées, obligatoire pour que Twitter affiche correctement l’image, le titre et la description de votre page ou de votre article."
2373
+
2374
+ #: includes/B2S/Settings/Item.php:292
2375
+ msgid "Add Open Graph meta tags to your shared posts or pages, required by Facebook and other social networks to display your post or page image, title and description correctly."
2376
+ msgstr "Ajoutez des balises méta Open Graph à vos pages ou publications partagées, obligatoire pour que Facebook et les autres réseaux sociaux affichent correctement l’image, le titre et la description de votre page ou de votre article."
2377
+
2378
+ #: includes/B2S/Settings/Item.php:291
2379
+ msgid "Meta Tags Settings for Posts and Pages"
2380
+ msgstr "Paramètres des balises méta des articles et des pages"
2381
+
2382
+ #: includes/B2S/Settings/Item.php:94 includes/B2S/Settings/Item.php:288
2383
+ #: includes/B2S/Settings/Item.php:315
2384
+ msgid "This is a global feature for your blog, which can only be edited by users with admin rights."
2385
+ msgstr "Il s’agit de fonctionnalités générales de votre blog, qui peuvent être modifiées uniquement par les utilisateurs disposant des droits d’administrateur."
2386
+
2387
+ #: includes/B2S/Settings/Item.php:286
2388
+ msgid "Reset all page and post meta data"
2389
+ msgstr "Réinitialiser toutes les métadonnées des articles et des pages"
2390
+
2391
+ #. Plugin Name of the plugin
2392
+ msgid "Blog2Social: Social Media Auto Post & Scheduler"
2393
+ msgstr "Blog2Social : planificateur de partage et d’auto-publication sur les réseaux sociaux"
2394
+
2395
+ #: views/b2s/post.calendar.php:136 views/b2s/ship.php:528
2396
+ #: views/b2s/post.sched.php:153
2397
+ msgid "Define the default settings for the custom post format for all of your Instagram accounts in the Blog2Social settings."
2398
+ msgstr "Configurez les paramètres par défaut du format de publication personnalisé de tous vos comptes Instagram dans les paramètres de Blog2Social."
2399
+
2400
+ #: views/b2s/post.calendar.php:127 views/b2s/ship.php:519
2401
+ #: views/b2s/post.sched.php:144
2402
+ msgid "Define the default settings for the custom post format for all of your Facebook accounts in the Blog2Social settings."
2403
+ msgstr "Configurez les paramètres par défaut du format de publication personnalisé de tous vos comptes Facebook dans les paramètres de Blog2Social."
2404
+
2405
+ #: views/b2s/post.calendar.php:108 views/b2s/ship.php:501
2406
+ #: views/b2s/post.sched.php:125
2407
+ msgid "for:"
2408
+ msgstr "de :"
2409
+
2410
+ #: views/b2s/post.calendar.php:106 views/b2s/ship.php:499
2411
+ #: views/b2s/post.sched.php:123
2412
+ msgid "Choose your"
2413
+ msgstr "Choisissez votre"
2414
+
2415
+ #: views/b2s/post.calendar.php:267 views/b2s/curation.php:117
2416
+ #: views/b2s/ship.php:401
2417
+ msgid "You want to publish a post on a specific date? No problem! Just enter your desired date and you are ready to go!"
2418
+ msgstr "Vous souhaitez publier un article à une date spécifique ? Pas de problème ! Il vous suffit de saisir la date de publication souhaitée et le tour est joué !"
2419
+
2420
+ #: views/b2s/post.calendar.php:263 views/b2s/curation.php:113
2421
+ #: views/b2s/ship.php:397
2422
+ msgid "Blog2Social Premium covers everything you need."
2423
+ msgstr "Blog2Social Premium couvre toutes les éventualités."
2424
+
2425
+ #: views/b2s/post.calendar.php:260 views/b2s/curation.php:110
2426
+ #: views/b2s/ship.php:394
2427
+ msgid "Need to schedule your posts?"
2428
+ msgstr "Besoin de planifier le partage de vos articles ?"
2429
+
2430
+ #: views/b2s/ship.php:163
2431
+ msgid "Save network collection"
2432
+ msgstr "Enregistrer la combinaison de réseaux"
2433
+
2434
+ #: views/b2s/ship.php:68
2435
+ msgid "Load My Times Settings"
2436
+ msgstr "Charger Mes réglages d'heures"
2437
+
2438
+ #: includes/System.php:75
2439
+ msgid "Blog2Social used PHP. Your installed PHP version on your server is not high enough to use Blog2Social. Update your PHP version on 5.5.3 or higher."
2440
+ msgstr "Blog2Social utilisé le PHP. La version de PHP installée sur votre serveur n’est pas suffisamment récente pour utiliser Blog2Social. Mettez-la à jour : passez à la version 5.5.3 ou supérieur."
2441
+
2442
+ #: includes/B2S/PostBox.php:25
2443
+ msgid "Please see FAQ"
2444
+ msgstr "Veuillez consulter la FAQ"
2445
+
2446
+ #: includes/B2S/PostBox.php:123
2447
+ msgid "Blog2Social: Customize & Schedule Social Media Posts"
2448
+ msgstr "Blog2Social : personnalisation et planification des publications sur les réseaux sociaux"
2449
+
2450
+ #: includes/Loader.php:371
2451
+ msgid "Auto-Post on Social Media"
2452
+ msgstr "Auto-publier sur les réseaux sociaux"
2453
+
2454
+ #: includes/B2S/Settings/Item.php:379
2455
+ msgid "Upgrade to Premium Pro now."
2456
+ msgstr "Mettre à niveau vers la version Premium maintenant."
2457
+
2458
+ #: includes/B2S/Settings/Item.php:378
2459
+ msgid "Did you know?"
2460
+ msgstr "Le saviez-vous ?"
2461
+
2462
+ #: includes/B2S/Settings/Item.php:240 includes/B2S/Network/Item.php:173
2463
+ msgid "Connections"
2464
+ msgstr "Connexions"
2465
+
2466
+ #: includes/B2S/Network/Item.php:65
2467
+ msgid "Your profiles:"
2468
+ msgstr "Vos profils :"
2469
+
2470
+ #: includes/B2S/Network/Item.php:63 includes/B2S/Network/Item.php:180
2471
+ msgid "My profile"
2472
+ msgstr "Mon profil"
2473
+
2474
+ #: includes/B2S/Network/Item.php:62
2475
+ msgid "Show all"
2476
+ msgstr "Tout afficher"
2477
+
2478
+ #: views/notice.php:26
2479
+ msgid "Unknown error"
2480
+ msgstr "Erreur inconnue"
2481
+
2482
+ #: views/notice.php:14
2483
+ msgid "The connection to your server has been interrupted. Please make sure that your blog is reachable. If your server does not respond or is too slow, Blog2Social cannot connect to the internet. Try again later or contact your webmaster, if this error message persists."
2484
+ msgstr "La connexion à votre serveur a été interrompue. Veuillez vérifier que votre blog est accessible. Si votre serveur ne répond pas ou est trop lent, Blog2Social ne peut pas se connecter à Internet. Réessayez ultérieurement ou contactez votre webmaster, si ce message d'erreur persiste."
2485
+
2486
+ #: views/b2s/post.calendar.php:106 views/b2s/ship.php:499
2487
+ #: views/b2s/post.sched.php:123
2488
+ msgid "Post Format"
2489
+ msgstr "Format de publication"
2490
+
2491
+ #: views/b2s/post.calendar.php:151 views/b2s/ship.php:440
2492
+ #: views/b2s/post.sched.php:104
2493
+ msgid "Select image for"
2494
+ msgstr "Sélectionnez l'image pour"
2495
+
2496
+ #: views/b2s/ship.php:242
2497
+ msgid "Time zone"
2498
+ msgstr "Fuseau horaire"
2499
+
2500
+ #: views/b2s/ship.php:173
2501
+ msgid "requires image"
2502
+ msgstr "requiert une image"
2503
+
2504
+ #: views/b2s/ship.php:172
2505
+ msgid "network connected"
2506
+ msgstr "réseau connecté"
2507
+
2508
+ #: views/b2s/settings.php:146
2509
+ msgid "Blog2Social applies the scheduled time settings based on the time zone defined in the general settings of your WordPress. You can select a user-specific time zone that deviates from the Wordpress system time zone for your social media scheduling.<br><br>Select the desired time zone from the drop-down menu."
2510
+ msgstr "Blog2Social applique les paramètres d’heure programmés en fonction du fuseau horaire défini dans les réglages généraux de WordPress. Vous pouvez sélectionner un fuseau horaire qui vous est spécifique, et qui diffère du fuseau horaire du système WordPress pour la planification de partage sur les réseaux sociaux.<br><br>Sélectionnez le fuseau horaire souhaité dans le menu déroulant."
2511
+
2512
+ #: includes/B2S/Settings/Item.php:416 views/b2s/html/footer.php:117
2513
+ msgid "A photo or image post displays the selected image in the one-page preview of Blog2Social and your comment above the image. The image links to the image view on your image gallery in the respective network. Blog2Social adds the link to your post in your comment. The main benefit of photo posts is that your image is uploaded to your personal image albums or gallery. In Facebook, you can edit the albums name with a description of your choice."
2514
+ msgstr "Une Publication photo ou image affiche l’image que vous avez sélectionnée dans la prévisualisation sur une page de Blog2Social et vos commentaires au-dessus de l’image. L’image est liée à l’aperçu de l’image dans votre galerie d’images sur le réseau respectif. Blog2Social ajoute le lien vers votre article dans vos commentaires. Le principal avantage des publications photos ou images est que votre image est téléversée dans vos albums ou galeries d’images personnelles. Dans Facebook, vous pouvez modifier le nom de l’album et adjoindre une description de votre choix."
2515
+
2516
+ #: views/b2s/html/footer.php:102
2517
+ msgid "Select the preferred custom post format for your posts"
2518
+ msgstr "Sélectionner le format de publication personnalisé favori pour vos articles"
2519
+
2520
+ #: views/b2s/network.php:157
2521
+ msgid "scheduled posts"
2522
+ msgstr "articles planifiés"
2523
+
2524
+ #: views/b2s/network.php:152
2525
+ msgid "You have still set up scheduled posts for this network:"
2526
+ msgstr "Vous avez toujours des articles planifiés, configurés pour ce réseau :"
2527
+
2528
+ #: views/b2s/network.php:33
2529
+ msgid "You want to define a new combination of networks?"
2530
+ msgstr "Vous voulez définir une nouvelle combinaison de réseaux ?"
2531
+
2532
+ #: includes/B2S/PostBox.php:224 views/b2s/html/footer.php:71
2533
+ #: views/b2s/html/footer.php:89
2534
+ msgid "Upgrade to PREMIUM PRO"
2535
+ msgstr "Mettre à niveau vers PREMIUM PRO"
2536
+
2537
+ #: includes/B2S/PostBox.php:224
2538
+ msgid "You want to schedule your blog post with Auto-Poster?"
2539
+ msgstr "Vous souhaitez planifier le partage de votre article de blog grâce à l’auto-publication ?"
2540
+
2541
+ #: includes/B2S/PostBox.php:216
2542
+ msgid "When do you want to share your post on social media?"
2543
+ msgstr "Quand voulez-vous partager votre article sur les réseaux sociaux ?"
2544
+
2545
+ #: includes/B2S/PostBox.php:157 views/b2s/post.calendar.php:289
2546
+ #: views/b2s/curation.php:139 views/b2s/ship.php:317 views/b2s/ship.php:377
2547
+ #: views/b2s/ship.php:423 views/b2s/html/footer.php:38
2548
+ #: views/b2s/html/footer.php:156 views/b2s/html/footer.php:220
2549
+ #: views/b2s/html/footer.php:260 views/b2s/html/footer.php:329
2550
+ #: views/b2s/html/footer.php:368 views/b2s/html/footer.php:455
2551
+ msgid "Reporting & calendar: keep track of your published and scheduled social media posts"
2552
+ msgstr "Rapports et calendrier : suivez l’évolution de vos articles publiés et planifiés"
2553
+
2554
+ #: includes/B2S/PostBox.php:156 views/b2s/post.calendar.php:288
2555
+ #: views/b2s/curation.php:138 views/b2s/ship.php:316 views/b2s/ship.php:376
2556
+ #: views/b2s/ship.php:422 views/b2s/html/footer.php:37
2557
+ #: views/b2s/html/footer.php:68 views/b2s/html/footer.php:155
2558
+ #: views/b2s/html/footer.php:219 views/b2s/html/footer.php:259
2559
+ #: views/b2s/html/footer.php:328 views/b2s/html/footer.php:367
2560
+ #: views/b2s/html/footer.php:454
2561
+ msgid "Select individual images per post"
2562
+ msgstr "Possibilité de sélectionner des images individuelles par publication"
2563
+
2564
+ #: includes/B2S/PostBox.php:155 views/b2s/post.calendar.php:287
2565
+ #: views/b2s/curation.php:137 views/b2s/ship.php:315 views/b2s/ship.php:375
2566
+ #: views/b2s/ship.php:421 views/b2s/html/footer.php:36
2567
+ #: views/b2s/html/footer.php:67 views/b2s/html/footer.php:154
2568
+ #: views/b2s/html/footer.php:218 views/b2s/html/footer.php:258
2569
+ #: views/b2s/html/footer.php:327 views/b2s/html/footer.php:366
2570
+ #: views/b2s/html/footer.php:453
2571
+ msgid "Select link format or image format for your posts"
2572
+ msgstr "Possibilité de sélectionner le format des liens ou le format des images individuellement pour vos publications"
2573
+
2574
+ #: includes/B2S/PostBox.php:154 views/b2s/post.calendar.php:286
2575
+ #: views/b2s/curation.php:136 views/b2s/ship.php:314 views/b2s/ship.php:374
2576
+ #: views/b2s/ship.php:420 views/b2s/html/footer.php:35
2577
+ #: views/b2s/html/footer.php:153 views/b2s/html/footer.php:217
2578
+ #: views/b2s/html/footer.php:257 views/b2s/html/footer.php:326
2579
+ #: views/b2s/html/footer.php:365 views/b2s/html/footer.php:452
2580
+ msgid "Schedule and re-share old posts"
2581
+ msgstr "Planifier et re-partager des anciens articles"
2582
+
2583
+ #: includes/B2S/PostBox.php:153 views/b2s/post.calendar.php:285
2584
+ #: views/b2s/curation.php:135 views/b2s/ship.php:313 views/b2s/ship.php:373
2585
+ #: views/b2s/ship.php:419 views/b2s/html/footer.php:34
2586
+ #: views/b2s/html/footer.php:152 views/b2s/html/footer.php:216
2587
+ #: views/b2s/html/footer.php:256 views/b2s/html/footer.php:325
2588
+ #: views/b2s/html/footer.php:364 views/b2s/html/footer.php:451
2589
+ msgid "Schedule your post for one time, multiple times or recurrently"
2590
+ msgstr "Planifiez le partage de votre article ; partagez celui-ci une seule fois, plusieurs fois ou de manière récurrente"
2591
+
2592
+ #: includes/B2S/PostBox.php:152 views/b2s/post.calendar.php:284
2593
+ #: views/b2s/curation.php:134 views/b2s/ship.php:312 views/b2s/ship.php:372
2594
+ #: views/b2s/ship.php:418 views/b2s/html/footer.php:33
2595
+ #: views/b2s/html/footer.php:151 views/b2s/html/footer.php:215
2596
+ #: views/b2s/html/footer.php:255 views/b2s/html/footer.php:324
2597
+ #: views/b2s/html/footer.php:363 views/b2s/html/footer.php:450
2598
+ msgid "Best Time Manager: use predefined best time scheduler to auto-schedule your social media posts"
2599
+ msgstr "Gestionnaire de partage aux Meilleures heures : configurez le Planificateur de partage aux Meilleures heures afin de planifier automatiquement vos publications sur les réseaux sociaux"
2600
+
2601
+ #: includes/B2S/PostBox.php:151 views/b2s/post.calendar.php:283
2602
+ #: views/b2s/curation.php:133 views/b2s/ship.php:311 views/b2s/ship.php:371
2603
+ #: views/b2s/ship.php:417 views/b2s/html/footer.php:32
2604
+ #: views/b2s/html/footer.php:150 views/b2s/html/footer.php:214
2605
+ #: views/b2s/html/footer.php:254 views/b2s/html/footer.php:323
2606
+ #: views/b2s/html/footer.php:362 views/b2s/html/footer.php:449
2607
+ msgid "Schedule your posts at the best times on each network"
2608
+ msgstr "Planifiez le partage de vos articles aux meilleurs moments pour chaque réseau"
2609
+
2610
+ #: includes/B2S/PostBox.php:150 views/b2s/post.calendar.php:282
2611
+ #: views/b2s/curation.php:132 views/b2s/ship.php:310 views/b2s/ship.php:370
2612
+ #: views/b2s/ship.php:416 views/b2s/html/footer.php:31
2613
+ #: views/b2s/html/footer.php:65 views/b2s/html/footer.php:149
2614
+ #: views/b2s/html/footer.php:213 views/b2s/html/footer.php:253
2615
+ #: views/b2s/html/footer.php:322 views/b2s/html/footer.php:361
2616
+ #: views/b2s/html/footer.php:448
2617
+ msgid "Auto-post and auto-schedule new and updated blog posts"
2618
+ msgstr "Publication automatique et auto-planification des nouveaux articles et ceux mis à jour"
2619
+
2620
+ #: includes/B2S/PostBox.php:149 views/b2s/post.calendar.php:281
2621
+ #: views/b2s/curation.php:131 views/b2s/ship.php:309 views/b2s/ship.php:369
2622
+ #: views/b2s/ship.php:415 views/b2s/html/footer.php:30
2623
+ #: views/b2s/html/footer.php:148 views/b2s/html/footer.php:212
2624
+ #: views/b2s/html/footer.php:252 views/b2s/html/footer.php:321
2625
+ #: views/b2s/html/footer.php:360 views/b2s/html/footer.php:447
2626
+ msgid "Share on multiple profiles, pages and groups"
2627
+ msgstr "Partagez sur plusieurs profils, pages et groupes"
2628
+
2629
+ #: includes/B2S/PostBox.php:145 views/b2s/post.calendar.php:277
2630
+ #: views/b2s/curation.php:127 views/b2s/ship.php:305 views/b2s/ship.php:365
2631
+ #: views/b2s/ship.php:411 views/b2s/html/footer.php:26
2632
+ #: views/b2s/html/footer.php:144 views/b2s/html/footer.php:208
2633
+ #: views/b2s/html/footer.php:248 views/b2s/html/footer.php:317
2634
+ #: views/b2s/html/footer.php:356 views/b2s/html/footer.php:443
2635
+ msgid "With Blog2Social Premium you can:"
2636
+ msgstr "Avec Blog2Social Premium, vous pouvez :"
2637
+
2638
+ #: includes/Loader.php:861 views/b2s/html/sidebar.ship.php:24
2639
+ #: views/b2s/html/sidebar.php:25
2640
+ msgid "Blog2Social"
2641
+ msgstr "Blog2Social"
2642
+
2643
+ #: includes/B2S/Ship/Save.php:418
2644
+ msgid "view social media post"
2645
+ msgstr "afficher l’article sur le réseau social"
2646
+
2647
+ #: includes/B2S/Ship/Item.php:308
2648
+ msgid "post format"
2649
+ msgstr "format de publication"
2650
+
2651
+ #: includes/B2S/Ship/Image.php:85 views/b2s/settings.php:77
2652
+ msgid "Use image"
2653
+ msgstr "Utiliser une image"
2654
+
2655
+ #: includes/B2S/Ship/Image.php:84 views/b2s/settings.php:76
2656
+ msgid "Select or upload an image from media gallery"
2657
+ msgstr "Sélectionnez ou téléversez une image depuis la bibliothèque de médias"
2658
+
2659
+ #: includes/B2S/Ship/Image.php:59
2660
+ msgid "No images are included in your post."
2661
+ msgstr "Aucune image n’a été insérée dans votre publication."
2662
+
2663
+ #: includes/Loader.php:839 includes/Loader.php:929
2664
+ #: includes/B2S/Curation/View.php:53 includes/B2S/Settings/Item.php:104
2665
+ #: includes/B2S/Network/Item.php:151 includes/B2S/Network/Item.php:155
2666
+ #: includes/B2S/Network/Item.php:159 includes/B2S/Network/Item.php:162
2667
+ #: includes/B2S/Network/Item.php:258 includes/B2S/Network/Item.php:320
2668
+ #: includes/B2S/Network/Item.php:382 includes/B2S/PostBox.php:108
2669
+ #: includes/B2S/Ship/Item.php:802 includes/B2S/Ship/Image.php:73
2670
+ #: includes/B2S/Ship/Image.php:80 includes/B2S/Ship/Portale.php:32
2671
+ #: includes/B2S/Ship/Portale.php:35 includes/B2S/Ship/Portale.php:41
2672
+ #: views/b2s/partials/post-edit-modal.php:9 views/b2s/ship.php:22
2673
+ #: views/b2s/widgets/posts.php:18 views/b2s/network.php:34
2674
+ #: views/b2s/html/post.navbar.php:10 views/b2s/html/post.navbar.php:14
2675
+ msgid "PREMIUM"
2676
+ msgstr "PREMIUM"
2677
+
2678
+ #: includes/B2S/Ship/Image.php:29
2679
+ msgid "To select an individual image from your media library,"
2680
+ msgstr "Pour sélectionner une image individuelle à partir de votre bibliothèque de médias,"
2681
+
2682
+ #: includes/B2S/Ship/Image.php:28 views/b2s/settings.php:18
2683
+ msgid "You need a higher user role to upload an image on this blog. Please contact your administrator."
2684
+ msgstr "Vous devez disposer d’un rôle utilisateur plus élevé pour pouvoir téléverser une image sur ce blog. Veuillez contacter votre administrateur."
2685
+
2686
+ #: includes/B2S/Ship/Image.php:27
2687
+ msgid "The images file types .jpg and .png are allowed. Please try another."
2688
+ msgstr "Seuls les types de fichiers d’image .jpg et .png sont autorisés. Veuillez réessayer."
2689
+
2690
+ #: includes/B2S/Settings/Item.php:76 includes/B2S/Network/Item.php:604
2691
+ msgid "Content"
2692
+ msgstr "Contenu"
2693
+
2694
+ #: includes/B2S/Settings/Item.php:146 includes/B2S/Settings/Item.php:188
2695
+ msgid "Save"
2696
+ msgstr "Enregistrer"
2697
+
2698
+ #: includes/B2S/Settings/Item.php:134
2699
+ msgid "updating existing posts"
2700
+ msgstr "mise à jour des articles existants"
2701
+
2702
+ #: includes/B2S/Settings/Item.php:123 includes/B2S/Settings/Item.php:135
2703
+ msgid "Select all"
2704
+ msgstr "Tout sélectionner"
2705
+
2706
+ #: includes/B2S/Settings/Item.php:123 includes/B2S/Settings/Item.php:135
2707
+ msgid "Unselect all"
2708
+ msgstr "Tout désélectionner"
2709
+
2710
+ #: includes/B2S/Settings/Item.php:122
2711
+ msgid "new posts"
2712
+ msgstr "nouveaux articles"
2713
+
2714
+ #: includes/B2S/Settings/Item.php:71
2715
+ msgid "User"
2716
+ msgstr "Utilisateur"
2717
+
2718
+ #: includes/B2S/Settings/Item.php:71
2719
+ msgid "Timezone for Scheduling"
2720
+ msgstr "Fuseau horaire pour la planification"
2721
+
2722
+ #: includes/B2S/Settings/Item.php:65 views/b2s/settings.php:143
2723
+ msgid "Personal Time Zone"
2724
+ msgstr "Fuseau horaire personnel"
2725
+
2726
+ #: includes/B2S/Settings/Item.php:62 includes/B2S/Settings/Item.php:82
2727
+ #: includes/B2S/Ship/Item.php:761
2728
+ msgid "Account"
2729
+ msgstr "Compte"
2730
+
2731
+ #: includes/B2S/Network/Item.php:212 includes/B2S/Network/Item.php:277
2732
+ #: includes/B2S/Network/Item.php:340 includes/B2S/Ship/Image.php:30
2733
+ msgid "please upgrade"
2734
+ msgstr "effectuez une mise à niveau"
2735
+
2736
+ #: includes/B2S/Network/Item.php:215 includes/B2S/Network/Item.php:280
2737
+ #: includes/B2S/Network/Item.php:343
2738
+ msgid "Authorization is interrupted since"
2739
+ msgstr "L’autorisation est interrompue depuis"
2740
+
2741
+ #: views/b2s/partials/post-edit-modal.php:97 views/b2s/network.php:38
2742
+ msgid "Delete"
2743
+ msgstr "Supprimer"
2744
+
2745
+ #. Description of the plugin
2746
+ msgid "Auto publish, schedule & share posts on social media: Facebook, Twitter, XING, LinkedIn, Instagram, ... crosspost to pages & groups"
2747
+ msgstr "Auto-publier, planifier et partager des articles sur les réseaux sociaux : Facebook, Twitter, XING, LinkedIn, Instagram,... Publier en crosspostage vers les pages et les groupes"
2748
+
2749
+ #: includes/B2S/Curation/View.php:62 includes/B2S/PostBox.php:220
2750
+ msgid "at scheduled times"
2751
+ msgstr "à des heures planifiées"
2752
+
2753
+ #: includes/B2S/PostBox.php:219
2754
+ msgid "immediately after publishing"
2755
+ msgstr "immédiatement après la publication"
2756
+
2757
+ #: includes/B2S/PostBox.php:78 includes/B2S/PostBox.php:80
2758
+ msgid "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."
2759
+ msgstr "Votre publication est toujours assujettie à l’état Brouillon ou En attente. Veillez à publier ou à planifier la publication de votre article sur ce blog. Vous pourrez alors, par la suite, l’auto-publier ou en planifier automatiquement le partage et en personnaliser la publication sur les réseaux sociaux avec Blog2Social."
2760
+
2761
+ #: views/b2s/ship.php:357
2762
+ msgid "Ignore & share"
2763
+ msgstr "Ignorer et partager"
2764
+
2765
+ #: views/b2s/ship.php:354
2766
+ msgid "Schedule your post"
2767
+ msgstr "Planifier le partage de votre article"
2768
+
2769
+ #: views/b2s/ship.php:350
2770
+ msgid "At least one of your selected networks is set to \"Share Now\""
2771
+ msgstr "Au moins un de vos réseaux sélectionnés est configuré sur « Partager maintenant »"
2772
+
2773
+ #: views/b2s/ship.php:347
2774
+ msgid "Your blog post is not yet published on your Wordpress!"
2775
+ msgstr "Votre article de blog n’est toujours pas publié sur votre site WordPress !"
2776
+
2777
+ #: views/b2s/settings.php:90
2778
+ msgid "Shortcodes are used by some wordpress plugins like Elementor, Visual Composer and Content Builder. When a shortcode is inserted in a WordPress post or page, it is replaced with some other content when you publish the article on your blog. In other words, a shortcode instructs WordPress to find a special command that is placed in square brackets ([]) and replace it with the appropriate dynamic content by a plugin you use.<br><br>Activate this feature, if you should use dynamic elements in your articles."
2779
+ msgstr "Les codes courts sont utilisés par certaines extensions WordPress telles qu’Elementor, Visual Composer et Content Builder. Lorsqu’il est inséré dans une publication ou une page WordPress, le code court est remplacé par un autre contenu lorsque vous publiez l’article sur votre blog. En d’autres termes, un code court indique à WordPress de trouver une commande spéciale placée entre crochets ([]) et de la remplacer par le contenu dynamique approprié par l’extension que vous utilisez.<br><br>Activez cette fonctionnalité, si vous devez utiliser des éléments dynamiques dans vos articles."
2780
+
2781
+ #: views/b2s/settings.php:87
2782
+ msgid "Allow shortcodes in my post"
2783
+ msgstr "Autoriser les codes courts dans mon article"
2784
+
2785
+ #: includes/B2S/PostBox.php:243
2786
+ msgid "Note: If you ​have​ not ​specified​ your own times, we automatically provide you with the best times to post​ on the social networks. You can always ​edit​ your own times in the settings."
2787
+ msgstr "Note : si vous n’avez pas spécifié vos propres heures, nous vous communiquons automatiquement les meilleures heures pour publier sur les réseaux sociaux. Vous pouvez toujours modifier, à tout moment, vos propres heures dans les paramètres de l’extension."
2788
+
2789
+ #: includes/Loader.php:764
2790
+ msgid "Your post is a duplicate."
2791
+ msgstr "Votre article est un doublon."
2792
+
2793
+ #: includes/Loader.php:677 includes/Loader.php:679
2794
+ msgid "show details"
2795
+ msgstr "afficher les détails"
2796
+
2797
+ #: includes/Loader.php:677
2798
+ msgid "This post will be shared into your social media from"
2799
+ msgstr "Cet article sera partagé dans votre réseau social à partir de"
2800
+
2801
+ #: includes/B2S/Ship/Item.php:143 includes/B2S/Ship/Item.php:201
2802
+ msgid "Network does not support emojis"
2803
+ msgstr "Ce réseau ne prend pas en charge les émojis"
2804
+
2805
+ #: views/b2s/html/footer.php:116
2806
+ msgid "Photo Post"
2807
+ msgstr "Publication photo"
2808
+
2809
+ #: includes/B2S/Settings/Item.php:398 includes/B2S/Settings/Item.php:428
2810
+ #: views/b2s/post.calendar.php:70 views/b2s/post.sched.php:178
2811
+ #: views/b2s/html/footer.php:111
2812
+ msgid "Link Post"
2813
+ msgstr "Publication lien"
2814
+
2815
+ #: includes/B2S/Settings/Item.php:86
2816
+ msgid "allow shortcodes in my post"
2817
+ msgstr "autoriser les codes courts dans mon article"
2818
+
2819
+ #: includes/B2S/Post/Item.php:567
2820
+ msgid "sharing in progress by"
2821
+ msgstr "partage en cours par"
2822
+
2823
+ #: includes/B2S/PostBox.php:230
2824
+ msgid "Select date:"
2825
+ msgstr "Sélectionner une date :"
2826
+
2827
+ #: includes/B2S/Post/Filter.php:175
2828
+ msgid "scheduled post(s)"
2829
+ msgstr "article.s planifié.s"
2830
+
2831
+ #: includes/B2S/Post/Filter.php:175
2832
+ msgid "selected date"
2833
+ msgstr "date sélectionnée"
2834
+
2835
+ #: includes/B2S/PostBox.php:231 includes/B2S/Ship/Item.php:356
2836
+ msgid "show calendar"
2837
+ msgstr "afficher le calendrier"
2838
+
2839
+ #: includes/B2S/Ship/Item.php:356
2840
+ msgid "hide calendar"
2841
+ msgstr "masquer le calendrier"
2842
+
2843
+ #: views/b2s/settings.php:27
2844
+ msgid "save..."
2845
+ msgstr "enregistrer..."
2846
+
2847
+ #: views/b2s/post.sched.php:86
2848
+ msgid "You are sure, you want to delete entries from the scheduling?"
2849
+ msgstr "Confirmez-vous la suppression de ces données de la planification ?"
2850
+
2851
+ #: views/b2s/post.sched.php:83
2852
+ msgid "Delete entries form the scheduling"
2853
+ msgstr "Supprimer ces données de la planification"
2854
+
2855
+ #: views/b2s/post.approve.php:87 views/b2s/post.publish.php:74
2856
+ #: views/b2s/post.sched.php:88 views/b2s/post.notice.php:74
2857
+ #: views/b2s/widgets/posts.php:63
2858
+ msgid "Number of entries"
2859
+ msgstr "Nombre de données"
2860
+
2861
+ #: views/b2s/post.publish.php:72 views/b2s/post.notice.php:72
2862
+ #: views/b2s/widgets/posts.php:61
2863
+ msgid "You are sure, you want to delete entries from the reporting?"
2864
+ msgstr "Confirmez-vous la suppression de ces données des rapports ?"
2865
+
2866
+ #: views/b2s/post.publish.php:69 views/b2s/post.notice.php:69
2867
+ #: views/b2s/widgets/posts.php:58
2868
+ msgid "Delete entries from the reporting"
2869
+ msgstr "Supprimer ces données des rapports"
2870
+
2871
+ #: views/b2s/premium.php:48
2872
+ msgid "Enter license key and change your version"
2873
+ msgstr "Saisissez la clé de licence et changez la version de l’extension"
2874
+
2875
+ #: views/b2s/html/header.php:331
2876
+ msgid "Reporting with links to all published social media posts"
2877
+ msgstr "Rapports avec des liens vers tous les articles publiés sur les réseaux sociaux"
2878
+
2879
+ #: views/b2s/html/footer.php:86
2880
+ msgid "Best Time Scheduler: schedule once, multiple times or recurringly"
2881
+ msgstr "Planificateur de partage aux meilleures heures : planifier vos publications de façon à les partager une seule fois, plusieurs fois ou de manière récurrente."
2882
+
2883
+ #: includes/B2S/Post/Item.php:720
2884
+ msgid "delete scheduling"
2885
+ msgstr "supprimer la planification"
2886
+
2887
+ #: includes/B2S/Post/Item.php:589 includes/B2S/Post/Item.php:602
2888
+ msgid "delete from reporting"
2889
+ msgstr "supprimer des rapports"
2890
+
2891
+ #: includes/B2S/Post/Item.php:551 includes/B2S/Post/Item.php:621
2892
+ #: includes/B2S/Post/Item.php:686
2893
+ msgid "select all"
2894
+ msgstr "tout sélectionner"
2895
+
2896
+ #: includes/B2S/Post/Filter.php:99
2897
+ msgid "all categories & tags"
2898
+ msgstr "toutes catégories & étiquettes"
2899
+
2900
+ #: views/b2s/ship.php:174
2901
+ msgid "refresh authorization"
2902
+ msgstr "actualiser l’autorisation"
2903
+
2904
+ #: views/b2s/settings.php:32
2905
+ msgid "General"
2906
+ msgstr "Généraux"
2907
+
2908
+ #: views/b2s/dashboard.php:61
2909
+ msgid "Follow us"
2910
+ msgstr "Suivez-nous"
2911
+
2912
+ #: views/b2s/support.php:193
2913
+ msgid "(Support times: from 9:00 a.m. to 5:00 p.m. CET on working days)"
2914
+ msgstr "(Horaires du support : de 9 h 00 à 17 h 00 HNEC les jours ouvrables)"
2915
+
2916
+ #: views/b2s/support.php:191
2917
+ msgid "Call us: +49 2181 7569-277"
2918
+ msgstr "Appelez-nous : +49 2181 7569-277"
2919
+
2920
+ #: views/b2s/support.php:188
2921
+ msgid "Contact Support by Email"
2922
+ msgstr "Contactez le support par e-mail"
2923
+
2924
+ #: includes/B2S/PostBox.php:34
2925
+ msgid "last auto-post:"
2926
+ msgstr "dernière auto-publication :"
2927
+
2928
+ #: includes/Loader.php:829 includes/Loader.php:877
2929
+ msgid "Posts & Sharing"
2930
+ msgstr "Articles & partage"
2931
+
2932
+ #: includes/PRG/Post/Filter.php:49 includes/B2S/Post/Filter.php:121
2933
+ msgid "all post types"
2934
+ msgstr "tous types de publication"
2935
+
2936
+ #: includes/B2S/Post/Filter.php:63
2937
+ msgid "all statuses"
2938
+ msgstr "tous statuts"
2939
+
2940
+ #: includes/B2S/PostBox.php:144 views/b2s/html/footer.php:316
2941
+ #: views/b2s/html/footer.php:355
2942
+ msgid "You want to auto-post your blog post?"
2943
+ msgstr "Vous voulez auto-publier votre article de blog ?"
2944
+
2945
+ #: includes/B2S/PostBox.php:135 views/b2s/html/footer.php:305
2946
+ #: views/b2s/html/footer.php:345
2947
+ msgid "Blog2Social: Social Media Auto-Posting"
2948
+ msgstr "Blog2Social : auto-publication sur les réseaux sociaux"
2949
+
2950
+ #: includes/B2S/PostBox.php:105
2951
+ msgid "enable Auto-Posting"
2952
+ msgstr "activer l’auto-publication"
2953
+
2954
+ #: includes/B2S/PostBox.php:101 views/b2s/html/header.php:327
2955
+ msgid "Social Media Auto-Posting"
2956
+ msgstr "Auto-publication sur les réseaux sociaux"
2957
+
2958
+ #: includes/B2S/PostBox.php:98
2959
+ msgid "Customize & Schedule Social Media Posts"
2960
+ msgstr "Personnalisation et planification des publications sur les réseaux sociaux"
2961
+
2962
+ #: includes/B2S/PostBox.php:97
2963
+ msgid "Custom Sharing & Scheduling"
2964
+ msgstr "Planification et partage personnalisés"
2965
+
2966
+ #: includes/B2S/PostBox.php:126
2967
+ msgid "Customize and schedule your social media posts on the one page preview for all your selected networks: tailor your posts with individual comments, #hashtags or @handles and schedule your posts for the best times to post, for multiple times or re-share recurrently for more visibility and engagement with your community."
2968
+ msgstr "Personnalisez et planifiez vos publications sur les réseaux sociaux via la prévisualisation sur une page pour tous les réseaux sélectionnés : personnalisez vos articles avec des commentaires individuels, des #hashtags ou des @pseudos. Planifiez vos publications de manière à partager celles-ci aux meilleures heures de publication, plusieurs fois ou pour les repartager périodiquement afin de bénéficier de plus de visibilité et d’engagement avec votre communauté."
2969
+
2970
+ #: includes/B2S/Settings/Item.php:69 includes/B2S/Settings/Item.php:77
2971
+ #: includes/B2S/Settings/Item.php:85 includes/B2S/Settings/Item.php:88
2972
+ #: includes/B2S/Settings/Item.php:95 includes/B2S/Settings/Item.php:114
2973
+ #: includes/B2S/Settings/Item.php:154 includes/B2S/Settings/Item.php:292
2974
+ #: includes/B2S/Settings/Item.php:294 includes/B2S/Network/Item.php:174
2975
+ #: includes/B2S/Network/Item.php:541 includes/B2S/Network/Item.php:585
2976
+ #: includes/B2S/Network/Item.php:604 includes/B2S/Network/Item.php:632
2977
+ #: includes/B2S/PostBox.php:97 includes/B2S/PostBox.php:101
2978
+ #: includes/B2S/Ship/Item.php:743 views/b2s/ship.php:75 views/b2s/ship.php:165
2979
+ #: views/b2s/ship.php:254
2980
+ msgid "Info"
2981
+ msgstr "Infos"
2982
+
2983
+ #: views/b2s/ship.php:304
2984
+ msgid "You want re-share your blog post?"
2985
+ msgstr "Vous voulez repartager votre article de blog ?"
2986
+
2987
+ #: views/b2s/ship.php:67
2988
+ msgid "You want to load your time settings?"
2989
+ msgstr "Vous voulez charger vos réglages d’heure ?"
2990
+
2991
+ #: views/b2s/html/footer.php:85
2992
+ msgid "Sharing on multiple accounts per network"
2993
+ msgstr "Partage sur plusieurs comptes par réseau"
2994
+
2995
+ #: includes/B2S/PostBox.php:148 views/b2s/post.calendar.php:280
2996
+ #: views/b2s/curation.php:130 views/b2s/ship.php:308 views/b2s/ship.php:368
2997
+ #: views/b2s/ship.php:414 views/b2s/html/header.php:328
2998
+ #: views/b2s/html/footer.php:29 views/b2s/html/footer.php:147
2999
+ #: views/b2s/html/footer.php:211 views/b2s/html/footer.php:251
3000
+ #: views/b2s/html/footer.php:320 views/b2s/html/footer.php:359
3001
+ #: views/b2s/html/footer.php:446
3002
+ msgid "Post on pages and groups"
3003
+ msgstr "Publication sur les pages et les groupes"
3004
+
3005
+ #: views/b2s/html/footer.php:23
3006
+ msgid "Upgrade to Blog2Social for Premium"
3007
+ msgstr "Faire la mise à niveau vers Blog2Social Premium"
3008
+
3009
+ #: includes/Notice.php:21 views/b2s/html/sidebar.php:147
3010
+ msgid "RATE BLOG2SOCIAL"
3011
+ msgstr "ÉVALUER BLOG2SOCIAL"
3012
+
3013
+ #: includes/Notice.php:20
3014
+ msgid "If you like Blog2Social, please give us a 5 star rating. I there is anything that does not work for you, please contact us!!"
3015
+ msgstr "Si vous aimez Blog2Social, merci de nous donner 5 étoiles. Si quelque chose ne fonctionne pas comme vous le voulez, veuillez nous contacter !"
3016
+
3017
+ #: includes/B2S/Post/Item.php:545 views/b2s/settings.php:35
3018
+ #: views/b2s/premium.php:109
3019
+ msgid "Auto-Posting"
3020
+ msgstr "Auto-publication"
3021
+
3022
+ #: includes/B2S/PostBox.php:79 includes/B2S/PostBox.php:174
3023
+ msgid "Network settings"
3024
+ msgstr "Réglages du réseau"
3025
+
3026
+ #: includes/B2S/PostBox.php:77
3027
+ msgid "WordPress uses heartbeats by default, Blog2Social as well. Please enable heartbeats for using Blog2Social!"
3028
+ msgstr "WordPress utilise Heartbeat par défaut. Blog2Social fait de même. Veuillez activer Heartbeat pour utiliser Blog2Social !"
3029
+
3030
+ #: includes/B2S/PostBox.php:81 views/b2s/ship.php:197
3031
+ msgid "Notice: Please make sure, that your website address is reachable. The Social Networks do not allow postings from local installations."
3032
+ msgstr "Notification : veillez à ce que l’adresse de votre site Web soit accessible. En effet, les réseaux sociaux n’autorisent pas les publications à partir d’une installation locale."
3033
+
3034
+ #: includes/Loader.php:698
3035
+ msgid "Upgrade to Premium"
3036
+ msgstr "Mettre à niveau vers la version Premium"
3037
+
3038
+ #: includes/Loader.php:683
3039
+ msgid "Please, make sure that your post are publish on this blog on this moment. Then you can auto post your post with Blog2social."
3040
+ msgstr "Veuillez vérifier que votre article a été publié sur votre blog. Vous pouvez alors auto-publier/partager ce même article avec Blog2social."
3041
+
3042
+ #: includes/Loader.php:679
3043
+ msgid "This post will be shared on social media in 2-3 minutes!"
3044
+ msgstr "Cette publication sera partagée sur les réseaux sociaux dans 2 à 3 minutes !"
3045
+
3046
+ #: views/b2s/ship.php:73 views/b2s/ship.php:364 views/b2s/network.php:45
3047
+ #: views/b2s/html/footer.php:207
3048
+ msgid "You want to schedule your posts and use the Best Time Scheduler?"
3049
+ msgstr "Vous voulez pouvoir planifier vos publications ? Publier durant le meilleur créneau horaire grâce au Planificateur de partage sur les réseaux sociaux ?"
3050
+
3051
+ #: includes/B2S/Post/Item.php:588 includes/B2S/Post/Item.php:601
3052
+ msgid "You want to delete a publish post entry?"
3053
+ msgstr "Vous voulez supprimer un article publié ?"
3054
+
3055
+ #: includes/B2S/Network/Item.php:159 includes/B2S/Ship/Portale.php:32
3056
+ msgid "You want to connect a social media group?"
3057
+ msgstr "Vous voulez connecter un groupe dans un réseau social ?"
3058
+
3059
+ #: includes/B2S/Network/Item.php:155 includes/B2S/Ship/Portale.php:35
3060
+ msgid "You want to connect a network page?"
3061
+ msgstr "Vous voulez connecter une page d’un réseau ?"
3062
+
3063
+ #: includes/B2S/PostBox.php:76 views/b2s/ship.php:640
3064
+ #: views/b2s/html/header.php:55
3065
+ msgid "The connection to the server failed. Try again!"
3066
+ msgstr "La connexion au serveur a échoué. Réessayez !"
3067
+
3068
+ #: includes/System.php:69
3069
+ msgid "Blog2Social used cURL. cURL is not installed in your PHP installation on your server. Install cURL and activate Blog2Social again."
3070
+ msgstr "Blog2Social utilise l’interface en ligne de commande cURL. cURL n’est pas installé sur le PHP installé sur votre serveur. Installez cURL et activez à nouveau Blog2Social."
3071
+
3072
+ #: includes/Loader.php:1350 includes/Loader.php:1371 includes/Loader.php:1583
3073
+ msgid "back to install plugins"
3074
+ msgstr "retour à l’installation des extensions"
3075
+
3076
+ #: includes/Loader.php:1350 includes/Loader.php:1371 includes/Loader.php:1583
3077
+ msgid "or"
3078
+ msgstr "ou"
3079
+
3080
+ #: includes/Notice.php:22
3081
+ msgid "hide"
3082
+ msgstr "masquer"
3083
+
3084
+ #. Author of the plugin
3085
+ msgid "Blog2Social, Adenion"
3086
+ msgstr "Blog2Social, Adenion"
3087
+
3088
+ #. Plugin URI of the plugin
3089
+ #. Author URI of the plugin
3090
+ msgid "https://www.blog2social.com"
3091
+ msgstr "https://www.blog2social.com"
3092
+
3093
+ #: views/prg/ship.php:93
3094
+ msgid "Yes, I accept"
3095
+ msgstr "Oui, j’accepte"
3096
+
3097
+ #: views/prg/ship.php:90
3098
+ msgid "It may incur charges for publishing on PR-Gateway. Sent press releases can not be withdrawn. If you want your press release to be published now?"
3099
+ msgstr "Les publications sur PR-Gateway sont susceptibles d’entraîner des frais. Les communiqués de presse envoyés ne peuvent pas être retirés. Voulez-vous publier votre communiqué de presse maintenant ?"
3100
+
3101
+ #: views/prg/ship.php:87
3102
+ msgid "Please Note"
3103
+ msgstr "À noter"
3104
+
3105
+ #: views/prg/ship.php:69
3106
+ msgid "Publish"
3107
+ msgstr "Publier"
3108
+
3109
+ #: views/prg/ship.php:68
3110
+ msgid "Save As Draft"
3111
+ msgstr "Enregistrer en tant que brouillon"
3112
+
3113
+ #: views/prg/ship.php:47 views/prg/ship.php:49
3114
+ msgid "Copyright"
3115
+ msgstr "Copyright"
3116
+
3117
+ #: views/prg/login.php:46
3118
+ msgid "Start your 14-Day Free Trial"
3119
+ msgstr "Commencez votre essai gratuit de 14 jours"
3120
+
3121
+ #: views/prg/login.php:43
3122
+ msgid "The press distribution PR gateway automatically publish your press releases and events with one click.Publish your message over 250 portals."
3123
+ msgstr "Le service de distribution de presse PR-Gateway publie automatiquement vos communiqués de presse et événements d’un seul clic. Publiez votre message sur plus de 250 portails."
3124
+
3125
+ #: views/prg/login.php:36
3126
+ msgid "Test PR-Gateway for free"
3127
+ msgstr "Tester PR-Gateway Gratuitement"
3128
+
3129
+ #: views/prg/login.php:30
3130
+ msgid "reset password"
3131
+ msgstr "réinitialiser le mot de passe"
3132
+
3133
+ #: views/prg/login.php:30
3134
+ msgid "create account"
3135
+ msgstr "créer un compte"
3136
+
3137
+ #: views/prg/login.php:28
3138
+ msgid "Sign in"
3139
+ msgstr "Se connecter"
3140
+
3141
+ #: views/prg/login.php:25 views/b2s/ship.php:584 views/b2s/network.php:473
3142
+ msgid "Password"
3143
+ msgstr "Mot de passe"
3144
+
3145
+ #: views/prg/login.php:24
3146
+ msgid "E-Mail or Username"
3147
+ msgstr "E-mail ou identifiant"
3148
+
3149
+ #: views/prg/login.php:21
3150
+ msgid "Login failed. Please check your server settings. OpenSSL must be enabled on."
3151
+ msgstr "Échec de la connexion. Veuillez vérifier les paramètres de votre serveur. OpenSSL doit être activé."
3152
+
3153
+ #: views/prg/login.php:15
3154
+ msgid "Login failed. Please check your username and a password!"
3155
+ msgstr "Échec de la connexion. Veuillez vérifier votre identifiant et mot de passe !"
3156
+
3157
+ #: views/b2s/ship.php:335
3158
+ msgid "You can save your current network settings as \"Standard\" network settings for any future sharing activities or as a \"Profile\" to choose from (Premium).<br><br>Your Standard selection will show as activated upon pressing the \"share on social media\" button on the right hand side bar. You can change these settings any time per click, or choose another network profile (Premium).<br><br>You can also pre-define various different sets of networks, for specific social media accounts, target groups, contents or sharing purposes. For example you can define a specific set of networks for sharing your posts images only or for re-sharing your evergreen content on a recurring basis. On the preview-page you may edit your selected or pre-selected networks anytime by simply clicking on the respective network account to select or remove an account from the current sharing scheme."
3159
+ msgstr "Vous pouvez enregistrer vos paramètres réseau actuels en tant que paramètres réseau « Standard » pour toutes vos futures activités de partage ou en tant que « Profil » au choix (Premium).<br><br>L'option Standard apparaîtra comme étant activée à partir du moment où vous appuyez sur le bouton « Partager sur les réseaux sociaux » sur la barre latérale à droite de l'écran. Vous pouvez modifier ces paramètres à tout moment via un simple clic, ou choisir un autre profil réseau (Premium).<br><br>Vous pouvez également prédéfinir différents ensembles de réseaux, pour des comptes de réseaux sociaux spécifiques, des groupes cibles, des contenus ou à des fins de partage. Par exemple, vous pouvez définir un ensemble spécifique de réseaux pour partager vos images d'articles uniquement ou pour repartager votre contenu persistant de manière récurrente. Sur la page de prévisualisation, vous avez la possibilité de modifier les réseaux sélectionnés ou pré-sélectionnés à tout moment, et ce en cliquant simplement sur le compte de réseau respectif et sélectionner ou supprimer un compte du programme de partage en cours."
3160
+
3161
+ #: views/b2s/ship.php:332
3162
+ msgid "Save Network Settings"
3163
+ msgstr "Enregistrer les réglages du réseau"
3164
+
3165
+ #: views/b2s/ship.php:301
3166
+ msgid "You can re-share your post for a different sharing purpose, or to share on a different choice of networks, profiles, pages or groups, or with different comments or images, or if you want to share your blog post images to image networks only, or re-share them at different times. You may vary your comments and images in order to produce more variations of your social media posts to share more often without sharing the same message over and over again. Whatever your choose to do for re-sharing your post, you can simply click \"Re-share this post\" and you will be led to the preview page where your can select your networks and edit your texts, comments or images according to your current sharing preferences."
3167
+ msgstr "Vous pouvez repartager votre article, parce que vous souhaitez atteindre d’autres objectifs de partage, ou partager ce même article en choisissant d’autres réseaux, profils, pages ou groupes, ou lui adjoindre d’autres commentaires ou images. De même, vous pouvez partager les images de votre article de blog sur les réseaux de partage d’images, ou les repartager à d’autres moments. Vous avez la possibilité de modifier vos commentaires et images de manière à créer différentes variations de vos publications sur les réseaux sociaux et partager celles-ci plus souvent, sans pour autant partager le même message maintes et maintes fois. Quelle que soit la raison pour laquelle vous décidez de repartager votre article, il vous suffit de cliquer sur « Repartager cet article » et vous êtes immédiatement dirigé vers la page de prévisualisation ; page à partir de laquelle vous pouvez choisir vos réseaux et modifier vos textes, commentaires ou images en fonction de vos préférences de partage en cours."
3168
+
3169
+ #: views/b2s/ship.php:298
3170
+ msgid "Re-share this Post"
3171
+ msgstr "Repartager cet article"
3172
+
3173
+ #: views/b2s/ship.php:282
3174
+ msgid "Connect for"
3175
+ msgstr "Connexion avec"
3176
+
3177
+ #: views/b2s/ship.php:260
3178
+ msgid "Share new post on Social Media"
3179
+ msgstr "Partager un nouvel article sur les réseaux sociaux"
3180
+
3181
+ #: includes/B2S/Curation/View.php:111 views/b2s/ship.php:227
3182
+ #: views/b2s/ship.php:233
3183
+ msgid "Share"
3184
+ msgstr "Partager"
3185
+
3186
+ #: views/b2s/ship.php:226
3187
+ msgid "scroll to top"
3188
+ msgstr "retour en haut de page"
3189
+
3190
+ #: includes/B2S/Settings/Item.php:81 views/b2s/ship.php:218
3191
+ msgid "connect"
3192
+ msgstr "connecter"
3193
+
3194
+ #: views/b2s/ship.php:216
3195
+ msgid "First, connect or select network before posting"
3196
+ msgstr "Tout d’abord, connectez ou sélectionnez un réseau avant de publier"
3197
+
3198
+ #: views/b2s/ship.php:199
3199
+ msgid "change website address"
3200
+ msgstr "changer l’adresse du site Web"
3201
+
3202
+ #: views/b2s/ship.php:124
3203
+ msgid "Profiles | Pages | Groups"
3204
+ msgstr "Profils | Pages | Groupes"
3205
+
3206
+ #: views/b2s/ship.php:122
3207
+ msgid "Add more..."
3208
+ msgstr "Ajouter..."
3209
+
3210
+ #: views/b2s/ship.php:104 views/b2s/html/sidebar.php:115
3211
+ msgid "Social Accounts"
3212
+ msgstr "Comptes de réseaux sociaux"
3213
+
3214
+ #: views/b2s/ship.php:62
3215
+ msgid "scroll to bottom"
3216
+ msgstr "défiler vers le bas"
3217
+
3218
+ #: includes/B2S/Curation/View.php:35 includes/B2S/Settings/Item.php:332
3219
+ #: includes/B2S/Settings/Item.php:353 views/prg/ship.php:43
3220
+ #: views/prg/ship.php:45 views/prg/html/form.php:26 views/prg/html/form.php:28
3221
+ #: views/b2s/ship.php:52
3222
+ msgid "Title"
3223
+ msgstr "Titre"
3224
+
3225
+ #: views/b2s/ship.php:51
3226
+ msgid "Social Media Scheduling & Sharing"
3227
+ msgstr "Planification et partage sur les réseaux sociaux"
3228
+
3229
+ #: views/b2s/post.calendar.php:272 views/b2s/curation.php:122
3230
+ #: views/b2s/ship.php:406
3231
+ msgid "Best Time Scheduler"
3232
+ msgstr "Planificateur de partage aux Meilleures heures"
3233
+
3234
+ #: views/b2s/network.php:149
3235
+ msgid "Do you really want to delete this authorization"
3236
+ msgstr "Souhaitez-vous vraiment supprimer cette autorisation ?"
3237
+
3238
+ #: views/b2s/network.php:140
3239
+ msgid "Delete Authorization"
3240
+ msgstr "Supprimer l’autorisation"
3241
+
3242
+ #: views/b2s/post.draft.php:81 views/b2s/post.approve.php:92
3243
+ #: views/b2s/post.publish.php:79 views/b2s/curation.draft.php:83
3244
+ #: views/b2s/post.sched.php:93 views/b2s/post.notice.php:79
3245
+ #: views/b2s/widgets/posts.php:68 views/b2s/network.php:107
3246
+ #: views/b2s/network.php:170
3247
+ msgid "YES, delete"
3248
+ msgstr "OUI, supprimer"
3249
+
3250
+ #: views/prg/ship.php:94 views/b2s/post.draft.php:80
3251
+ #: views/b2s/post.approve.php:91 views/b2s/post.approve.php:108
3252
+ #: views/b2s/post.publish.php:78 views/b2s/curation.draft.php:82
3253
+ #: views/b2s/curation.php:97 views/b2s/ship.php:470 views/b2s/ship.php:549
3254
+ #: views/b2s/post.sched.php:92 views/b2s/post.notice.php:78
3255
+ #: views/b2s/widgets/posts.php:67 views/b2s/network.php:106
3256
+ msgid "NO"
3257
+ msgstr "NON"
3258
+
3259
+ #: views/b2s/network.php:103
3260
+ msgid "Do you really want to delete this profile"
3261
+ msgstr "Souhaitez-vous vraiment supprimer ce profil ?"
3262
+
3263
+ #: includes/B2S/PostBox.php:159 views/b2s/post.calendar.php:291
3264
+ #: views/b2s/curation.php:141 views/b2s/ship.php:319 views/b2s/ship.php:379
3265
+ #: views/b2s/ship.php:425 views/b2s/html/header.php:282
3266
+ #: views/b2s/html/footer.php:40 views/b2s/html/footer.php:158
3267
+ #: views/b2s/html/footer.php:222 views/b2s/html/footer.php:262
3268
+ #: views/b2s/html/footer.php:331 views/b2s/html/footer.php:370
3269
+ #: views/b2s/html/footer.php:457
3270
+ msgid "Upgrade to PREMIUM"
3271
+ msgstr "Mettre à niveau vers la version PREMIUM"
3272
+
3273
+ #: views/b2s/network.php:84
3274
+ msgid "create"
3275
+ msgstr "créer"
3276
+
3277
+ #: includes/B2S/PostBox.php:115 views/prg/html/header.php:86
3278
+ #: views/b2s/post.draft.php:42 views/b2s/post.approve.php:51
3279
+ #: views/b2s/post.publish.php:45 views/b2s/post.calendar.php:60
3280
+ #: views/b2s/post.calendar.php:239 views/b2s/curation.draft.php:46
3281
+ #: views/b2s/ship.php:187 views/b2s/ship.php:566 views/b2s/ship.php:638
3282
+ #: views/b2s/support.php:204 views/b2s/post.sched.php:59
3283
+ #: views/b2s/post.notice.php:45 views/b2s/post.php:41 views/b2s/network.php:58
3284
+ #: views/b2s/network.php:146 views/b2s/network.php:222
3285
+ #: views/b2s/network.php:353 views/b2s/network.php:455
3286
+ msgid "Loading..."
3287
+ msgstr "Chargement en cours…"
3288
+
3289
+ #: views/b2s/network.php:100
3290
+ msgid "Delete Profile"
3291
+ msgstr "Supprimer le profil"
3292
+
3293
+ #: views/prg/post.php:26 views/prg/post.php:27 views/b2s/post.calendar.php:221
3294
+ #: views/b2s/post.calendar.php:222 views/b2s/network.php:24
3295
+ #: views/b2s/network.php:25 views/b2s/html/post.navbar.php:21
3296
+ #: views/b2s/html/post.navbar.php:22
3297
+ msgid "filter"
3298
+ msgstr "filtrer"
3299
+
3300
+ #: views/notice.php:23
3301
+ msgid "Update Blog2Social"
3302
+ msgstr "Mettre à jour Blog2Social"
3303
+
3304
+ #: views/notice.php:19
3305
+ msgid "<b> A new version of Blog2Social is available. </b> Update now <br> Blog2Social to continue to use the latest version of the plugin."
3306
+ msgstr "<b> Une nouvelle version de Blog2Social est disponible </b> Mettez à jour maintenant <br> Blog2Social pour continuer à utiliser la dernière version de cette extension."
3307
+
3308
+ #: views/notice.php:17
3309
+ msgid "Update..."
3310
+ msgstr "Mise à jour en cours..."
3311
+
3312
+ #: views/notice.php:12
3313
+ msgid "Connection is broken..."
3314
+ msgstr "La connexion a été interrompue…"
3315
+
3316
+ #: includes/Loader.php:756
3317
+ msgid "We don't have the permission to publish your post. Please check your authorization."
3318
+ msgstr "Vous ne disposez pas du droit nécessaire pour publier votre article. Veuillez vérifier l’autorisation qui vous a été attribuée."
3319
+
3320
+ #: includes/Loader.php:755
3321
+ msgid "The network has marked the post as spam or abusive."
3322
+ msgstr "Le réseau a marqué cet article comme étant indésirable ou abusif."
3323
+
3324
+ #: includes/Loader.php:753
3325
+ msgid "Your post could not be posted."
3326
+ msgstr "Votre article n’a pas pu être publié."
3327
+
3328
+ #: includes/PRG/Post/Item.php:121
3329
+ msgid "on Blog"
3330
+ msgstr "sur le blog"
3331
+
3332
+ #: includes/PRG/Post/Item.php:119
3333
+ msgid "Publish on PR-Gateway"
3334
+ msgstr "Publier sur PR-Gateway"
3335
+
3336
+ #: includes/PRG/Post/Item.php:89
3337
+ msgid "You have no posts published or scheduled"
3338
+ msgstr "Vous n’avez aucun article publié ou planifié"
3339
+
3340
+ #: includes/PRG/Post/Filter.php:38
3341
+ msgid "All Types"
3342
+ msgstr "Tous les types"
3343
+
3344
+ #: includes/PRG/Post/Filter.php:27
3345
+ msgid "All Authors"
3346
+ msgstr "Tous les auteurs"
3347
+
3348
+ #: includes/B2S/Ship/Item.php:841 views/b2s/partials/post-edit-modal.php:48
3349
+ #: views/b2s/ship.php:486 views/b2s/premium.php:36 views/b2s/network.php:127
3350
+ msgid "Learn more"
3351
+ msgstr "En savoir plus"
3352
+
3353
+ #: includes/Loader.php:835 includes/Loader.php:913
3354
+ msgid "PR-Service"
3355
+ msgstr "PR-Service"
3356
+
3357
+ #: includes/Loader.php:833 includes/Loader.php:905
3358
+ #: views/b2s/html/sidebar.php:118
3359
+ msgid "Settings"
3360
+ msgstr "Réglages"
3361
+
3362
+ #: includes/Loader.php:832 includes/Loader.php:899
3363
+ msgid "Networks"
3364
+ msgstr "Réseaux"
3365
+
3366
+ #: includes/Loader.php:828 includes/Loader.php:870
3367
+ msgid "Dashboard"
3368
+ msgstr "Tableau de bord"
3369
+
3370
+ #: includes/B2S/Ship/Save.php:428
3371
+ msgid "scheduled on"
3372
+ msgstr "planifié le"
3373
+
3374
+ #: includes/B2S/Ship/Item.php:960
3375
+ msgid "Apply Settings To All Networks"
3376
+ msgstr "Appliquer les réglages à tous les réseaux"
3377
+
3378
+ #: includes/B2S/Ship/Item.php:923
3379
+ msgid "Sun"
3380
+ msgstr "Dim."
3381
+
3382
+ #: includes/B2S/Ship/Item.php:922
3383
+ msgid "Sat"
3384
+ msgstr "Sam."
3385
+
3386
+ #: includes/B2S/Ship/Item.php:921
3387
+ msgid "Fri"
3388
+ msgstr "Ven."
3389
+
3390
+ #: includes/B2S/Ship/Item.php:920
3391
+ msgid "Thu"
3392
+ msgstr "Jeu."
3393
+
3394
+ #: includes/B2S/Ship/Item.php:919
3395
+ msgid "Wed"
3396
+ msgstr "Mer."
3397
+
3398
+ #: includes/B2S/Ship/Item.php:918
3399
+ msgid "Tue"
3400
+ msgstr "Mar."
3401
+
3402
+ #: includes/B2S/Ship/Item.php:917
3403
+ msgid "Mon"
3404
+ msgstr "Lun."
3405
+
3406
+ #: includes/B2S/Ship/Item.php:875
3407
+ msgid "Weeks"
3408
+ msgstr "Semaines"
3409
+
3410
+ #: includes/B2S/Ship/Item.php:875
3411
+ msgid "Week"
3412
+ msgstr "Semaine"
3413
+
3414
+ #: includes/B2S/Network/Item.php:256 includes/B2S/Network/Item.php:318
3415
+ #: includes/B2S/Network/Item.php:380 includes/B2S/Ship/Item.php:859
3416
+ msgid "Days"
3417
+ msgstr "Jours"
3418
+
3419
+ #: includes/B2S/Ship/Item.php:912 views/b2s/partials/post-edit-modal.php:63
3420
+ #: views/b2s/partials/post-edit-modal.php:66
3421
+ msgid "Time"
3422
+ msgstr "Heure"
3423
+
3424
+ #: includes/B2S/Curation/View.php:66 includes/B2S/Curation/View.php:67
3425
+ #: includes/B2S/Ship/Item.php:911 views/b2s/partials/post-edit-modal.php:62
3426
+ #: views/b2s/partials/post-edit-modal.php:65
3427
+ msgid "Date"
3428
+ msgstr "Date"
3429
+
3430
+ #: includes/B2S/Ship/Item.php:849 includes/B2S/Ship/Item.php:852
3431
+ msgid "Duration"
3432
+ msgstr "Durée"
3433
+
3434
+ #: views/b2s/post.calendar.php:269 views/b2s/curation.php:119
3435
+ #: views/b2s/ship.php:403
3436
+ msgid "Schedule post recurrently"
3437
+ msgstr "Planifier l’article de manière récurrente"
3438
+
3439
+ #: includes/B2S/Ship/Item.php:800
3440
+ msgid "Share Now"
3441
+ msgstr "Partager maintenant"
3442
+
3443
+ #: includes/B2S/Settings/Item.php:88 includes/B2S/Ship/Item.php:715
3444
+ msgid "Hashtags"
3445
+ msgstr "Hashtags"
3446
+
3447
+ #: includes/B2S/Ship/Item.php:710
3448
+ msgid "The Headline..."
3449
+ msgstr "Le titre..."
3450
+
3451
+ #: includes/B2S/Network/Item.php:592 includes/B2S/Network/Item.php:595
3452
+ #: includes/B2S/Ship/Item.php:624 includes/B2S/Ship/Item.php:626
3453
+ msgid "Link"
3454
+ msgstr "Lien"
3455
+
3456
+ #: includes/B2S/Ship/Item.php:604
3457
+ msgid "required"
3458
+ msgstr "obligatoire"
3459
+
3460
+ #: includes/B2S/Ship/Item.php:412 includes/B2S/Ship/Item.php:436
3461
+ #: includes/B2S/Ship/Item.php:460 includes/B2S/Ship/Item.php:478
3462
+ #: includes/B2S/Ship/Item.php:495 includes/B2S/Ship/Item.php:521
3463
+ #: includes/B2S/Ship/Item.php:539 includes/B2S/Ship/Item.php:555
3464
+ #: includes/B2S/Ship/Item.php:571 includes/B2S/Ship/Item.php:587
3465
+ #: includes/B2S/Ship/Item.php:592
3466
+ msgid "Write something about your post..."
3467
+ msgstr "Écrivez quelque chose à propos de votre article…"
3468
+
3469
+ #: includes/B2S/Ship/Item.php:320 includes/B2S/Ship/Item.php:948
3470
+ msgid "Delete text"
3471
+ msgstr "Supprimer le texte"
3472
+
3473
+ #: includes/B2S/Ship/Item.php:318 includes/B2S/Ship/Item.php:946
3474
+ msgid "Insert full-text"
3475
+ msgstr "Insérer un texte intégral"
3476
+
3477
+ #: includes/B2S/Ship/Item.php:200
3478
+ msgid "Network does not support image for pages"
3479
+ msgstr "Le réseau ne prend pas en charge les images sur les pages"
3480
+
3481
+ #: includes/B2S/Network/Item.php:625 includes/B2S/Network/Item.php:651
3482
+ #: includes/B2S/Ship/Item.php:186 includes/B2S/Ship/Item.php:190
3483
+ #: includes/B2S/Ship/Item.php:234 includes/B2S/Ship/Item.php:238
3484
+ #: includes/B2S/Ship/Item.php:267 includes/B2S/Ship/Item.php:271
3485
+ #: includes/B2S/Ship/Item.php:938 includes/B2S/Ship/Item.php:940
3486
+ msgid "characters"
3487
+ msgstr "caractères"
3488
+
3489
+ #: includes/B2S/Ship/Item.php:185
3490
+ msgid "Text only"
3491
+ msgstr "Texte uniquement"
3492
+
3493
+ #: includes/B2S/Ship/Item.php:142
3494
+ msgid "Supported HTML tags"
3495
+ msgstr "Balises HTML prises en charge"
3496
+
3497
+ #: includes/B2S/Ship/Item.php:140 includes/B2S/Ship/Item.php:202
3498
+ msgid "Network defines image by link"
3499
+ msgstr "Le réseau définit l’image grâce à son lien"
3500
+
3501
+ #: includes/B2S/Ship/Item.php:139
3502
+ msgid "Network does not support image for profiles"
3503
+ msgstr "Le réseau ne prend pas en charge les images sur les profils"
3504
+
3505
+ #: includes/B2S/Ship/Image.php:35
3506
+ msgid "The best size for images in social media posts are between: 667-1000px x 523-1000px. Blog2Social will automatically resize your image according to network requirements."
3507
+ msgstr "La meilleure taille pour les images dans les publications sur les réseaux sociaux se situe entre : 667-1000px x 523-1000 px. Blog2Social redimensionne automatiquement vos images en fonction des exigences du réseau."
3508
+
3509
+ #: views/prg/ship.php:36
3510
+ msgid "Select Image"
3511
+ msgstr "Sélectionner une image"
3512
+
3513
+ #: includes/B2S/Settings/Item.php:296 views/b2s/settings.php:52
3514
+ #: views/b2s/network.php:359
3515
+ msgid "save"
3516
+ msgstr "enregistrer"
3517
+
3518
+ #: includes/B2S/Network/Item.php:136 views/b2s/post.sched.php:33
3519
+ msgid "Uhr"
3520
+ msgstr "Uhr"
3521
+
3522
+ #: includes/B2S/Post/Item.php:703
3523
+ msgid "scheduled by"
3524
+ msgstr "planifié.s par"
3525
+
3526
+ #: includes/B2S/Post/Item.php:592
3527
+ msgid "re-share"
3528
+ msgstr "repartager"
3529
+
3530
+ #: includes/B2S/Post/Item.php:567
3531
+ msgid "shared by"
3532
+ msgstr "partagé.s par"
3533
+
3534
+ #: includes/B2S/Post/Item.php:554
3535
+ msgid "show"
3536
+ msgstr "afficher"
3537
+
3538
+ #: includes/B2S/Post/Item.php:366
3539
+ msgid "next share by"
3540
+ msgstr "prochain partage par"
3541
+
3542
+ #: includes/B2S/Post/Item.php:366 views/b2s/widgets/activity.php:10
3543
+ msgid "scheduled social media posts"
3544
+ msgstr "publications planifiées sur les réseaux sociaux"
3545
+
3546
+ #: includes/B2S/Post/Item.php:342
3547
+ msgid "latest share by"
3548
+ msgstr "derniers articles partagés par"
3549
+
3550
+ #: includes/B2S/Post/Item.php:342
3551
+ msgid "shared social media posts"
3552
+ msgstr "articles partagés sur les réseaux sociaux"
3553
+
3554
+ #: includes/B2S/Post/Item.php:340 includes/B2S/Post/Item.php:364
3555
+ #: includes/B2S/Post/Item.php:386
3556
+ msgid "Details"
3557
+ msgstr "Détails"
3558
+
3559
+ #: includes/B2S/Post/Item.php:339 views/b2s/ship.php:256 views/b2s/ship.php:258
3560
+ msgid "Re-share this post"
3561
+ msgstr "Repartager cet article"
3562
+
3563
+ #: includes/B2S/Post/Item.php:322 views/b2s/ship.php:54
3564
+ msgid "on blog"
3565
+ msgstr "sur le blog"
3566
+
3567
+ #: includes/PRG/Post/Item.php:121 includes/B2S/Post/Item.php:322
3568
+ #: includes/B2S/Post/Item.php:416 includes/B2S/Post/Item.php:436
3569
+ msgid "Author"
3570
+ msgstr "Auteur"
3571
+
3572
+ #: includes/B2S/Post/Item.php:315 includes/B2S/Post/Item.php:411
3573
+ #: includes/B2S/Post/Item.php:431
3574
+ msgid "Share on Social Media"
3575
+ msgstr "Partager sur les réseaux sociaux"
3576
+
3577
+ #: includes/B2S/Post/Item.php:307 includes/B2S/Post/Item.php:402
3578
+ msgid "last shared on social media"
3579
+ msgstr "dernier partagé sur les réseaux sociaux"
3580
+
3581
+ #: includes/B2S/Post/Item.php:277
3582
+ msgid "You have no posts published or scheduled."
3583
+ msgstr "Vous n’avez aucun article publié ou planifié."
3584
+
3585
+ #: includes/PRG/Post/Filter.php:82 includes/B2S/Post/Filter.php:170
3586
+ msgid "reset"
3587
+ msgstr "réinitialiser"
3588
+
3589
+ #: includes/PRG/Post/Filter.php:81 includes/B2S/Post/Filter.php:169
3590
+ msgid "sort"
3591
+ msgstr "trier"
3592
+
3593
+ #: includes/PRG/Post/Filter.php:70 includes/B2S/Post/Filter.php:146
3594
+ msgid "Search Title"
3595
+ msgstr "Rechercher un titre"
3596
+
3597
+ #: includes/B2S/Post/Filter.php:74 includes/B2S/Post/Filter.php:86
3598
+ msgid "oldest first"
3599
+ msgstr "plus anciens en premier"
3600
+
3601
+ #: includes/B2S/Post/Filter.php:74 includes/B2S/Post/Filter.php:86
3602
+ msgid "newest first"
3603
+ msgstr "plus récents en premier"
3604
+
3605
+ #: includes/PRG/Post/Item.php:86 includes/B2S/Post/Item.php:273
3606
+ #: includes/B2S/Post/Filter.php:50 views/b2s/ship.php:17
3607
+ msgid "draft"
3608
+ msgstr "brouillon"
3609
+
3610
+ #: includes/PRG/Post/Item.php:86 includes/PRG/Post/Filter.php:37
3611
+ #: includes/B2S/Post/Item.php:273 includes/B2S/Post/Filter.php:50
3612
+ #: views/b2s/post.calendar.php:39 views/b2s/ship.php:17
3613
+ msgid "scheduled"
3614
+ msgstr "planifiés"
3615
+
3616
+ #: includes/PRG/Post/Item.php:86 includes/PRG/Post/Filter.php:37
3617
+ #: includes/B2S/Post/Item.php:273 includes/B2S/Post/Filter.php:50
3618
+ #: includes/B2S/Ship/Save.php:417 views/b2s/post.calendar.php:38
3619
+ #: views/b2s/curation.php:74 views/b2s/ship.php:17 views/b2s/ship.php:639
3620
+ msgid "published"
3621
+ msgstr "publiés"
3622
+
3623
+ #: includes/B2S/Post/Filter.php:35
3624
+ msgid "all authors"
3625
+ msgstr "tous les auteurs"
3626
+
3627
+ #: includes/Ajax/Post.php:1554 includes/B2S/Settings/Item.php:82
3628
+ #: includes/B2S/Network/Item.php:474 includes/B2S/Post/Item.php:414
3629
+ #: includes/B2S/Post/Item.php:434 includes/B2S/Post/Item.php:663
3630
+ #: includes/B2S/Post/Item.php:712 includes/B2S/Ship/Item.php:779
3631
+ #: includes/B2S/Ship/Item.php:929
3632
+ msgid "delete"
3633
+ msgstr "supprimer"
3634
+
3635
+ #: includes/Loader.php:751 includes/B2S/Network/Item.php:158
3636
+ #: includes/B2S/Network/Item.php:349 includes/B2S/Network/Item.php:536
3637
+ #: includes/B2S/Ship/Portale.php:31 includes/B2S/Ship/Portale.php:32
3638
+ msgid "Group"
3639
+ msgstr "Groupe"
3640
+
3641
+ #: includes/Loader.php:751 includes/B2S/Settings/Item.php:249
3642
+ #: includes/B2S/Network/Item.php:155 includes/B2S/Network/Item.php:286
3643
+ #: includes/B2S/Network/Item.php:533 includes/B2S/Ship/Portale.php:35
3644
+ msgid "Page"
3645
+ msgstr "Page"
3646
+
3647
+ #: includes/Loader.php:751 includes/B2S/Settings/Item.php:249
3648
+ #: includes/B2S/Network/Item.php:149 includes/B2S/Network/Item.php:151
3649
+ #: includes/B2S/Network/Item.php:221 includes/B2S/Network/Item.php:531
3650
+ #: includes/B2S/Ship/Portale.php:39 includes/B2S/Ship/Portale.php:41
3651
+ msgid "Profile"
3652
+ msgstr "Profil"
3653
+
3654
+ #: includes/B2S/Network/Item.php:62
3655
+ msgid "Default"
3656
+ msgstr "Par défaut"
languages/blog2social.pot CHANGED
@@ -3,7 +3,7 @@ msgid ""
3
  msgstr ""
4
  "Project-Id-Version: Blog2Social: Social Media Auto Post & Scheduler\n"
5
  "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2019-09-23 10:29+0000\n"
7
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
8
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
9
  "Language-Team: \n"
@@ -31,231 +31,290 @@ msgstr ""
31
  msgid "Modify forum"
32
  msgstr ""
33
 
34
- #: includes/Loader.php:371
35
  msgid "Auto-Post on Social Media"
36
  msgstr ""
37
 
38
- #: includes/Loader.php:372
39
  msgid "Social Media Content Calendar"
40
  msgstr ""
41
 
42
- #: includes/Loader.php:677
43
  msgid "This post will be shared into your social media from"
44
  msgstr ""
45
 
46
- #: includes/Loader.php:677 includes/Loader.php:679
47
  msgid "show details"
48
  msgstr ""
49
 
50
- #: includes/Loader.php:679
51
  msgid "This post will be shared on social media in 2-3 minutes!"
52
  msgstr ""
53
 
54
- #: includes/Loader.php:683
55
- msgid "Please, make sure that your post are publish on this blog on this moment. Then you can auto post your post with Blog2social."
 
 
56
  msgstr ""
57
 
58
- #: includes/Loader.php:686 includes/B2S/PostBox.php:79
59
- msgid "There are no social network accounts assigned to your selected network collection. Please assign at least one social network account or select another network collection."
 
 
 
60
  msgstr ""
61
 
62
- #: includes/Loader.php:698
 
63
  msgid "Upgrade to Premium"
64
  msgstr ""
65
 
66
- #: includes/Loader.php:750 views/b2s/html/post.navbar.php:13
67
  msgid "Notifications"
68
  msgstr ""
69
 
70
- #: includes/Loader.php:750 views/b2s/html/post.navbar.php:12 views/b2s/html/sidebar.php:106
 
71
  msgid "Shared Posts"
72
  msgstr ""
73
 
74
- #: includes/Loader.php:750 views/b2s/html/post.navbar.php:8 views/b2s/html/sidebar.php:97
 
75
  msgid "Instant Sharing"
76
  msgstr ""
77
 
78
- #: includes/Loader.php:750 views/b2s/html/post.navbar.php:9 views/b2s/html/sidebar.php:78 views/b2s/html/sidebar.php:100
 
79
  msgid "Drafts"
80
  msgstr ""
81
 
82
- #: includes/Loader.php:750 views/b2s/html/post.navbar.php:10 views/b2s/html/sidebar.php:103 views/b2s/widgets/posts.php:18
 
83
  msgid "Scheduled Posts"
84
  msgstr ""
85
 
86
- #: includes/Loader.php:750
87
  msgid "Content Curation Drafts"
88
  msgstr ""
89
 
90
- #: includes/Loader.php:751 includes/B2S/Network/Item.php:149 includes/B2S/Network/Item.php:151 includes/B2S/Network/Item.php:151 includes/B2S/Network/Item.php:221 includes/B2S/Network/Item.php:531 includes/B2S/Settings/Item.php:249 includes/B2S/Ship/Portale.php:39
 
 
 
91
  #: includes/B2S/Ship/Portale.php:41 includes/B2S/Ship/Portale.php:41
92
  msgid "Profile"
93
  msgstr ""
94
 
95
- #: includes/Loader.php:751 includes/B2S/Network/Item.php:155 includes/B2S/Network/Item.php:155 includes/B2S/Network/Item.php:286 includes/B2S/Network/Item.php:533 includes/B2S/Settings/Item.php:249 includes/B2S/Ship/Portale.php:35 includes/B2S/Ship/Portale.php:35
 
 
 
96
  msgid "Page"
97
  msgstr ""
98
 
99
- #: includes/Loader.php:751 includes/B2S/Network/Item.php:158 includes/B2S/Network/Item.php:349 includes/B2S/Network/Item.php:536 includes/B2S/Ship/Portale.php:31 includes/B2S/Ship/Portale.php:32
 
 
100
  msgid "Group"
101
  msgstr ""
102
 
103
- #: includes/Loader.php:752 views/prg/html/form.php:74
104
  msgid "Company"
105
  msgstr ""
106
 
107
- #: includes/Loader.php:752
108
  msgid "Business"
109
  msgstr ""
110
 
111
- #: includes/Loader.php:753
112
  msgid "Your post could not be posted."
113
  msgstr ""
114
 
115
- #: includes/Loader.php:754
116
- msgid "Your authorization has expired. Please reconnect your account in the Blog2Social network settings."
 
 
117
  msgstr ""
118
 
119
- #: includes/Loader.php:755
120
  msgid "The network has marked the post as spam or abusive."
121
  msgstr ""
122
 
123
- #: includes/Loader.php:756
124
- msgid "We don't have the permission to publish your post. Please check your authorization."
 
 
125
  msgstr ""
126
 
127
- #: includes/Loader.php:757
128
  #, php-format
129
- msgid "Your authorization is interrupted. Please check your authorization. Please see <a target=\"_blank\" href=\"%s\">FAQ</a>"
 
 
130
  msgstr ""
131
 
132
- #: includes/Loader.php:758
133
  msgid "Your daily limit has been reached."
134
  msgstr ""
135
 
136
- #: includes/Loader.php:759
137
- msgid "Your post could not be posted, because your image is not available or the image source does not allow to publish"
 
 
138
  msgstr ""
139
 
140
- #: includes/Loader.php:760
141
  #, php-format
142
- msgid "The network has blocked your account. Please see <a target=\"_blank\" href=\"%s\">FAQ</a>"
 
 
143
  msgstr ""
144
 
145
- #: includes/Loader.php:761
146
  #, php-format
147
- msgid "The number of images is reached. Please see <a target=\"_blank\" href=\"%s\">FAQ</a>"
 
 
148
  msgstr ""
149
 
150
- #: includes/Loader.php:762
151
- msgid "Your daily limit for this network has been reached. Please try again later."
 
152
  msgstr ""
153
 
154
- #: includes/Loader.php:763
155
  #, php-format
156
- msgid "The network can not publish special characters such as Emoji. Please see <a target=\"_blank\" href=\"%s\">FAQ</a>"
 
 
157
  msgstr ""
158
 
159
- #: includes/Loader.php:764
160
  msgid "Your post is a duplicate."
161
  msgstr ""
162
 
163
- #: includes/Loader.php:765
164
  msgid "The network requires a public url."
165
  msgstr ""
166
 
167
- #: includes/Loader.php:766
168
- msgid "Your blog post was not available for the network at the time of publication."
 
169
  msgstr ""
170
 
171
- #: includes/Loader.php:767
172
  msgid "You have already retweeted this post."
173
  msgstr ""
174
 
175
- #: includes/Loader.php:768
176
- msgid "This XING API is no longer supported by XING. Please connect your XING accounts with the new XING interface to reschedule your posts."
 
 
177
  msgstr ""
178
 
179
- #: includes/Loader.php:769
180
- msgid "There was no image in the meta data of the linked post. Posts without images cannot be shared on image networks."
 
 
181
  msgstr ""
182
 
183
- #: includes/Loader.php:770
184
- msgid "Your post could not be posted, because your image can not be processed by the network."
 
 
185
  msgstr ""
186
 
187
- #: includes/Loader.php:771
188
  #, php-format
189
- msgid "Instagram published your post without text. Please see <a target=\"_blank\" href=\"%s\">FAQ</a>"
 
 
190
  msgstr ""
191
 
192
- #: includes/Loader.php:772
193
  msgid "Your group can not be found by the network."
194
  msgstr ""
195
 
196
- #: includes/Loader.php:828 includes/Loader.php:870
197
  msgid "Dashboard"
198
  msgstr ""
199
 
200
- #: includes/Loader.php:829 includes/Loader.php:877
201
  msgid "Posts & Sharing"
202
  msgstr ""
203
 
204
- #: includes/Loader.php:830 includes/Loader.php:884 views/b2s/dashboard.php:31 views/b2s/html/post.navbar.php:14 views/b2s/html/sidebar.php:109
 
205
  msgid "Calendar"
206
  msgstr ""
207
 
208
- #: includes/Loader.php:831 includes/Loader.php:892 views/b2s/html/post.navbar.php:15 views/b2s/html/sidebar.php:71
 
209
  msgid "Content Curation"
210
  msgstr ""
211
 
212
- #: includes/Loader.php:832 includes/Loader.php:899
213
  msgid "Networks"
214
  msgstr ""
215
 
216
- #: includes/Loader.php:833 includes/Loader.php:905 views/b2s/html/sidebar.php:118
 
217
  msgid "Settings"
218
  msgstr ""
219
 
220
- #: includes/Loader.php:835 includes/Loader.php:913
221
  msgid "PR-Service"
222
  msgstr ""
223
 
224
- #: includes/Loader.php:837 includes/Loader.php:921 views/b2s/html/header.php:35 views/b2s/html/sidebar.php:121 views/b2s/html/sidebar.ship.php:56
 
225
  msgid "Help & Support"
226
  msgstr ""
227
 
228
- #: includes/Loader.php:839
229
  msgid "Premium"
230
  msgstr ""
231
 
232
- #: includes/Loader.php:839 includes/Loader.php:929 includes/B2S/PostBox.php:108 views/b2s/network.php:34 views/b2s/ship.php:22 includes/B2S/Curation/View.php:53 includes/B2S/Network/Item.php:151 includes/B2S/Network/Item.php:155 includes/B2S/Network/Item.php:159
233
- #: includes/B2S/Network/Item.php:162 includes/B2S/Network/Item.php:258 includes/B2S/Network/Item.php:320 includes/B2S/Network/Item.php:382 includes/B2S/Settings/Item.php:104 includes/B2S/Ship/Image.php:73 includes/B2S/Ship/Image.php:80 includes/B2S/Ship/Item.php:802
234
- #: includes/B2S/Ship/Portale.php:32 includes/B2S/Ship/Portale.php:35 includes/B2S/Ship/Portale.php:41 views/b2s/html/post.navbar.php:10 views/b2s/html/post.navbar.php:14 views/b2s/partials/post-edit-modal.php:9 views/b2s/widgets/posts.php:18
235
  msgid "PREMIUM"
236
  msgstr ""
237
 
238
- #: includes/Loader.php:861 views/b2s/html/sidebar.php:25 views/b2s/html/sidebar.ship.php:24
 
239
  msgid "Blog2Social"
240
  msgstr ""
241
 
242
- #: includes/Loader.php:1370 includes/Loader.php:1582
 
 
 
 
 
 
 
 
 
 
 
 
243
  msgid "or"
244
  msgstr ""
245
 
246
- #: includes/Loader.php:1370 includes/Loader.php:1582
247
  msgid "back to install plugins"
248
  msgstr ""
249
 
250
- #: includes/Notice.php:19 views/b2s/html/sidebar.php:144
251
  msgid "Rate it!"
252
  msgstr ""
253
 
254
  #: includes/Notice.php:20
255
- msgid "If you like Blog2Social, please give us a 5 star rating. I there is anything that does not work for you, please contact us!!"
 
 
256
  msgstr ""
257
 
258
- #: includes/Notice.php:21 views/b2s/html/sidebar.php:147
259
  msgid "RATE BLOG2SOCIAL"
260
  msgstr ""
261
 
@@ -264,34 +323,188 @@ msgid "hide"
264
  msgstr ""
265
 
266
  #: includes/System.php:69
267
- msgid "Blog2Social used cURL. cURL is not installed in your PHP installation on your server. Install cURL and activate Blog2Social again."
268
- msgstr ""
269
-
270
- #: includes/System.php:72 includes/System.php:78 includes/System.php:84
271
- #, php-format
272
- msgid "<a href=\"%s\" target=\"_blank\">Please find more Information and help in our FAQ</a>"
273
  msgstr ""
274
 
275
  #: includes/System.php:75
276
- msgid "Blog2Social used PHP. Your installed PHP version on your server is not high enough to use Blog2Social. Update your PHP version on 5.5.3 or higher."
 
 
277
  msgstr ""
278
 
279
  #: includes/System.php:81
280
  msgid ""
281
- "Blog2Social does not seem to have permission to write in your WordPress database. Please assign Blog2Social the permission to write in the WordPress database. Please also make sure that your MySQL server runs on v5.5.3 or higher, or ask your server administrator to do it for "
282
- "you."
 
 
283
  msgstr ""
284
 
285
- #: includes/Tools.php:256 views/b2s/html/sidebar.php:30 views/b2s/html/sidebar.ship.php:29
 
286
  msgid "License"
287
  msgstr ""
288
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
289
  #: views/notice.php:12
290
  msgid "Connection is broken..."
291
  msgstr ""
292
 
293
  #: views/notice.php:14
294
- msgid "The connection to your server has been interrupted. Please make sure that your blog is reachable. If your server does not respond or is too slow, Blog2Social cannot connect to the internet. Try again later or contact your webmaster, if this error message persists."
 
 
 
 
295
  msgstr ""
296
 
297
  #: views/notice.php:17
@@ -299,7 +512,9 @@ msgid "Update..."
299
  msgstr ""
300
 
301
  #: views/notice.php:19
302
- msgid "<b> A new version of Blog2Social is available. </b> Update now <br> Blog2Social to continue to use the latest version of the plugin."
 
 
303
  msgstr ""
304
 
305
  #: views/notice.php:23
@@ -318,12 +533,18 @@ msgstr ""
318
  msgid "Please contact our support!"
319
  msgstr ""
320
 
321
- #: includes/Ajax/Post.php:1553 views/b2s/network.php:6 includes/B2S/Network/Item.php:219 includes/B2S/Network/Item.php:284 includes/B2S/Network/Item.php:347 includes/B2S/Network/Item.php:473 includes/B2S/Network/Item.php:489
 
 
 
322
  msgid "Unknown username"
323
  msgstr ""
324
 
325
- #: includes/Ajax/Post.php:1554 includes/B2S/Network/Item.php:474 includes/B2S/Post/Item.php:414 includes/B2S/Post/Item.php:434 includes/B2S/Post/Item.php:663 includes/B2S/Post/Item.php:712 includes/B2S/Settings/Item.php:82 includes/B2S/Ship/Item.php:779
326
- #: includes/B2S/Ship/Item.php:929
 
 
 
327
  msgid "delete"
328
  msgstr ""
329
 
@@ -335,16 +556,22 @@ msgstr ""
335
  msgid "last auto-post:"
336
  msgstr ""
337
 
338
- #: includes/B2S/PostBox.php:76 views/b2s/ship.php:640 views/b2s/html/header.php:55
 
339
  msgid "The connection to the server failed. Try again!"
340
  msgstr ""
341
 
342
  #: includes/B2S/PostBox.php:77
343
- msgid "WordPress uses heartbeats by default, Blog2Social as well. Please enable heartbeats for using Blog2Social!"
 
 
344
  msgstr ""
345
 
346
  #: includes/B2S/PostBox.php:78 includes/B2S/PostBox.php:80
347
- msgid "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."
 
 
 
348
  msgstr ""
349
 
350
  #: includes/B2S/PostBox.php:79 includes/B2S/PostBox.php:174
@@ -352,14 +579,18 @@ msgid "Network settings"
352
  msgstr ""
353
 
354
  #: includes/B2S/PostBox.php:81 views/b2s/ship.php:197
355
- msgid "Notice: Please make sure, that your website address is reachable. The Social Networks do not allow postings from local installations."
 
 
356
  msgstr ""
357
 
358
  #: includes/B2S/PostBox.php:97
359
  msgid "Custom Sharing & Scheduling"
360
  msgstr ""
361
 
362
- #: includes/B2S/PostBox.php:97 includes/B2S/PostBox.php:101 views/b2s/ship.php:75 views/b2s/ship.php:165 views/b2s/ship.php:254 includes/B2S/Network/Item.php:174 includes/B2S/Ship/Item.php:743
 
 
363
  msgid "Info"
364
  msgstr ""
365
 
@@ -372,10 +603,13 @@ msgid "Facebook Instant Sharing:"
372
  msgstr ""
373
 
374
  #: includes/B2S/PostBox.php:100 includes/B2S/Settings/Item.php:110
375
- msgid "Auto-posts for Facebook Profiles will be shown in the \"Instant Sharing\" tab on your \"Posts & Sharing\" navigation bar and can be shared on your Facebook Profile by clicking on the \"Share\" button next to your auto-post."
 
 
 
376
  msgstr ""
377
 
378
- #: includes/B2S/PostBox.php:101 views/b2s/html/header.php:327
379
  msgid "Social Media Auto-Posting"
380
  msgstr ""
381
 
@@ -383,8 +617,26 @@ msgstr ""
383
  msgid "enable Auto-Posting"
384
  msgstr ""
385
 
386
- #: includes/B2S/PostBox.php:115 views/b2s/curation.draft.php:46 views/b2s/network.php:58 views/b2s/network.php:146 views/b2s/network.php:222 views/b2s/network.php:353 views/b2s/network.php:455 views/b2s/post.approve.php:51 views/b2s/post.calendar.php:60
387
- #: views/b2s/post.calendar.php:239 views/b2s/post.draft.php:42 views/b2s/post.php:41 views/b2s/post.publish.php:45 views/b2s/post.sched.php:59 views/b2s/ship.php:187 views/b2s/ship.php:566 views/b2s/ship.php:638 views/b2s/support.php:204 views/prg/html/header.php:86
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
388
  msgid "Loading..."
389
  msgstr ""
390
 
@@ -394,91 +646,165 @@ msgstr ""
394
 
395
  #: includes/B2S/PostBox.php:126
396
  msgid ""
397
- "Customize and schedule your social media posts on the one page preview for all your selected networks: tailor your posts with individual comments, #hashtags or @handles and schedule your posts for the best times to post, for multiple times or re-share recurrently for more "
398
- "visibility and engagement with your community."
 
 
 
399
  msgstr ""
400
 
401
- #: includes/B2S/PostBox.php:135 views/b2s/html/footer.php:305 views/b2s/html/footer.php:345
 
402
  msgid "Blog2Social: Social Media Auto-Posting"
403
  msgstr ""
404
 
405
  #: includes/B2S/PostBox.php:139 views/b2s/html/footer.php:309
406
- msgid "Share your blog posts with the Auto Poster: Your blog posts will be shared automatically on your social media channels as soon as you publish or update a new post. You can also choose to autopost scheduled blog posts as soon as they are published."
 
 
 
 
407
  msgstr ""
408
 
409
  #: includes/B2S/PostBox.php:140 views/b2s/html/footer.php:310
410
  #, php-format
411
- msgid "<a target=\"_blank\" href=\"%s\">Learn how to set up auto posting for your blog posts</a>"
 
 
412
  msgstr ""
413
 
414
- #: includes/B2S/PostBox.php:144 views/b2s/html/footer.php:316 views/b2s/html/footer.php:355
 
415
  msgid "You want to auto-post your blog post?"
416
  msgstr ""
417
 
418
- #: includes/B2S/PostBox.php:145 views/b2s/curation.php:127 views/b2s/post.calendar.php:277 views/b2s/ship.php:305 views/b2s/ship.php:365 views/b2s/ship.php:411 views/b2s/html/footer.php:26 views/b2s/html/footer.php:144 views/b2s/html/footer.php:208 views/b2s/html/footer.php:248
419
- #: views/b2s/html/footer.php:317 views/b2s/html/footer.php:356 views/b2s/html/footer.php:443
 
 
 
 
420
  msgid "With Blog2Social Premium you can:"
421
  msgstr ""
422
 
423
- #: includes/B2S/PostBox.php:148 views/b2s/curation.php:130 views/b2s/post.calendar.php:280 views/b2s/ship.php:308 views/b2s/ship.php:368 views/b2s/ship.php:414 views/b2s/html/footer.php:29 views/b2s/html/footer.php:147 views/b2s/html/footer.php:211 views/b2s/html/footer.php:251
424
- #: views/b2s/html/footer.php:320 views/b2s/html/footer.php:359 views/b2s/html/footer.php:446 views/b2s/html/header.php:328
 
 
 
 
 
425
  msgid "Post on pages and groups"
426
  msgstr ""
427
 
428
- #: includes/B2S/PostBox.php:149 views/b2s/curation.php:131 views/b2s/post.calendar.php:281 views/b2s/ship.php:309 views/b2s/ship.php:369 views/b2s/ship.php:415 views/b2s/html/footer.php:30 views/b2s/html/footer.php:148 views/b2s/html/footer.php:212 views/b2s/html/footer.php:252
429
- #: views/b2s/html/footer.php:321 views/b2s/html/footer.php:360 views/b2s/html/footer.php:447
 
 
 
 
430
  msgid "Share on multiple profiles, pages and groups"
431
  msgstr ""
432
 
433
- #: includes/B2S/PostBox.php:150 views/b2s/curation.php:132 views/b2s/post.calendar.php:282 views/b2s/ship.php:310 views/b2s/ship.php:370 views/b2s/ship.php:416 views/b2s/html/footer.php:31 views/b2s/html/footer.php:65 views/b2s/html/footer.php:149 views/b2s/html/footer.php:213
434
- #: views/b2s/html/footer.php:253 views/b2s/html/footer.php:322 views/b2s/html/footer.php:361 views/b2s/html/footer.php:448
 
 
 
 
 
435
  msgid "Auto-post and auto-schedule new and updated blog posts"
436
  msgstr ""
437
 
438
- #: includes/B2S/PostBox.php:151 views/b2s/curation.php:133 views/b2s/post.calendar.php:283 views/b2s/ship.php:311 views/b2s/ship.php:371 views/b2s/ship.php:417 views/b2s/html/footer.php:32 views/b2s/html/footer.php:150 views/b2s/html/footer.php:214 views/b2s/html/footer.php:254
439
- #: views/b2s/html/footer.php:323 views/b2s/html/footer.php:362 views/b2s/html/footer.php:449
 
 
 
 
440
  msgid "Schedule your posts at the best times on each network"
441
  msgstr ""
442
 
443
- #: includes/B2S/PostBox.php:152 views/b2s/curation.php:134 views/b2s/post.calendar.php:284 views/b2s/ship.php:312 views/b2s/ship.php:372 views/b2s/ship.php:418 views/b2s/html/footer.php:33 views/b2s/html/footer.php:151 views/b2s/html/footer.php:215 views/b2s/html/footer.php:255
444
- #: views/b2s/html/footer.php:324 views/b2s/html/footer.php:363 views/b2s/html/footer.php:450
445
- msgid "Best Time Manager: use predefined best time scheduler to auto-schedule your social media posts"
 
 
 
 
 
 
446
  msgstr ""
447
 
448
- #: includes/B2S/PostBox.php:153 views/b2s/curation.php:135 views/b2s/post.calendar.php:285 views/b2s/ship.php:313 views/b2s/ship.php:373 views/b2s/ship.php:419 views/b2s/html/footer.php:34 views/b2s/html/footer.php:152 views/b2s/html/footer.php:216 views/b2s/html/footer.php:256
449
- #: views/b2s/html/footer.php:325 views/b2s/html/footer.php:364 views/b2s/html/footer.php:451
 
 
 
 
450
  msgid "Schedule your post for one time, multiple times or recurrently"
451
  msgstr ""
452
 
453
- #: includes/B2S/PostBox.php:154 views/b2s/curation.php:136 views/b2s/post.calendar.php:286 views/b2s/ship.php:314 views/b2s/ship.php:374 views/b2s/ship.php:420 views/b2s/html/footer.php:35 views/b2s/html/footer.php:153 views/b2s/html/footer.php:217 views/b2s/html/footer.php:257
454
- #: views/b2s/html/footer.php:326 views/b2s/html/footer.php:365 views/b2s/html/footer.php:452
 
 
 
 
455
  msgid "Schedule and re-share old posts"
456
  msgstr ""
457
 
458
- #: includes/B2S/PostBox.php:155 views/b2s/curation.php:137 views/b2s/post.calendar.php:287 views/b2s/ship.php:315 views/b2s/ship.php:375 views/b2s/ship.php:421 views/b2s/html/footer.php:36 views/b2s/html/footer.php:67 views/b2s/html/footer.php:154 views/b2s/html/footer.php:218
459
- #: views/b2s/html/footer.php:258 views/b2s/html/footer.php:327 views/b2s/html/footer.php:366 views/b2s/html/footer.php:453
 
 
 
 
 
460
  msgid "Select link format or image format for your posts"
461
  msgstr ""
462
 
463
- #: includes/B2S/PostBox.php:156 views/b2s/curation.php:138 views/b2s/post.calendar.php:288 views/b2s/ship.php:316 views/b2s/ship.php:376 views/b2s/ship.php:422 views/b2s/html/footer.php:37 views/b2s/html/footer.php:68 views/b2s/html/footer.php:155 views/b2s/html/footer.php:219
464
- #: views/b2s/html/footer.php:259 views/b2s/html/footer.php:328 views/b2s/html/footer.php:367 views/b2s/html/footer.php:454
 
 
 
 
 
465
  msgid "Select individual images per post"
466
  msgstr ""
467
 
468
- #: includes/B2S/PostBox.php:157 views/b2s/curation.php:139 views/b2s/post.calendar.php:289 views/b2s/ship.php:317 views/b2s/ship.php:377 views/b2s/ship.php:423 views/b2s/html/footer.php:38 views/b2s/html/footer.php:156 views/b2s/html/footer.php:220 views/b2s/html/footer.php:260
469
- #: views/b2s/html/footer.php:329 views/b2s/html/footer.php:368 views/b2s/html/footer.php:455
470
- msgid "Reporting & calendar: keep track of your published and scheduled social media posts"
471
- msgstr ""
472
-
473
- #: includes/B2S/PostBox.php:159 views/b2s/curation.php:141 views/b2s/post.calendar.php:291 views/b2s/ship.php:319 views/b2s/ship.php:379 views/b2s/ship.php:425 views/b2s/html/footer.php:40 views/b2s/html/footer.php:158 views/b2s/html/footer.php:222 views/b2s/html/footer.php:262
474
- #: views/b2s/html/footer.php:331 views/b2s/html/footer.php:370 views/b2s/html/footer.php:457 views/b2s/html/header.php:282
475
- msgid "Upgrade to PREMIUM"
476
- msgstr ""
477
-
478
- #: includes/B2S/PostBox.php:161 views/b2s/curation.php:143 views/b2s/post.calendar.php:293 views/b2s/ship.php:321 views/b2s/ship.php:381 views/b2s/ship.php:427 views/b2s/html/footer.php:42 views/b2s/html/footer.php:73 views/b2s/html/footer.php:91 views/b2s/html/footer.php:160
479
- #: views/b2s/html/footer.php:224 views/b2s/html/footer.php:264 views/b2s/html/footer.php:333 views/b2s/html/footer.php:372 views/b2s/html/footer.php:460
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
480
  #, php-format
481
- msgid "or <a target=\"_blank\" href=\"%s\">start with free 30-days-trial of Blog2Social Premium</a> (no payment information needed)"
 
 
482
  msgstr ""
483
 
484
  #: includes/B2S/PostBox.php:174 includes/B2S/Curation/View.php:70
@@ -509,15 +835,15 @@ msgstr ""
509
  msgid "You want to schedule your blog post with Auto-Poster?"
510
  msgstr ""
511
 
512
- #: includes/B2S/PostBox.php:224 views/b2s/html/footer.php:71 views/b2s/html/footer.php:89
513
- msgid "Upgrade to PREMIUM PRO"
514
  msgstr ""
515
 
516
  #: includes/B2S/PostBox.php:230
517
  msgid "Select date:"
518
  msgstr ""
519
 
520
- #: includes/B2S/PostBox.php:231 includes/B2S/Ship/Item.php:356
521
  msgid "show calendar"
522
  msgstr ""
523
 
@@ -530,11 +856,16 @@ msgid "best times"
530
  msgstr ""
531
 
532
  #: includes/B2S/PostBox.php:243
533
- msgid "Note: If you ​have​ not ​specified​ your own times, we automatically provide you with the best times to post​ on the social networks. You can always ​edit​ your own times in the settings."
 
 
 
534
  msgstr ""
535
 
536
  #: views/b2s/curation.draft.php:17
537
- msgid "Save links as drafts while browsing and share or schedule them whenever you want."
 
 
538
  msgstr ""
539
 
540
  #: views/b2s/curation.draft.php:17
@@ -549,12 +880,20 @@ msgstr ""
549
  msgid "Are you sure you want to delete this draft?"
550
  msgstr ""
551
 
552
- #: views/b2s/curation.draft.php:82 views/b2s/curation.php:97 views/b2s/network.php:106 views/b2s/post.approve.php:91 views/b2s/post.approve.php:108 views/b2s/post.draft.php:80 views/b2s/post.publis
3
  msgstr ""
4
  "Project-Id-Version: Blog2Social: Social Media Auto Post & Scheduler\n"
5
  "Report-Msgid-Bugs-To: \n"
6
+ "POT-Creation-Date: 2019-11-04 15:42+0000\n"
7
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
8
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
9
  "Language-Team: \n"
31
  msgid "Modify forum"
32
  msgstr ""
33
 
34
+ #: includes/Loader.php:386
35
  msgid "Auto-Post on Social Media"
36
  msgstr ""
37
 
38
+ #: includes/Loader.php:387
39
  msgid "Social Media Content Calendar"
40
  msgstr ""
41
 
42
+ #: includes/Loader.php:692
43
  msgid "This post will be shared into your social media from"
44
  msgstr ""
45
 
46
+ #: includes/Loader.php:692 includes/Loader.php:694
47
  msgid "show details"
48
  msgstr ""
49
 
50
+ #: includes/Loader.php:694
51
  msgid "This post will be shared on social media in 2-3 minutes!"
52
  msgstr ""
53
 
54
+ #: includes/Loader.php:698
55
+ msgid ""
56
+ "Please, make sure that your post are publish on this blog on this moment. "
57
+ "Then you can auto post your post with Blog2social."
58
  msgstr ""
59
 
60
+ #: includes/Loader.php:701 includes/B2S/PostBox.php:79
61
+ msgid ""
62
+ "There are no social network accounts assigned to your selected network "
63
+ "collection. Please assign at least one social network account or select "
64
+ "another network collection."
65
  msgstr ""
66
 
67
+ #: includes/Loader.php:713 views/b2s/html/sidebar.php:45
68
+ #: views/b2s/html/sidebar.ship.php:44
69
  msgid "Upgrade to Premium"
70
  msgstr ""
71
 
72
+ #: includes/Loader.php:765 views/b2s/html/post.navbar.php:13
73
  msgid "Notifications"
74
  msgstr ""
75
 
76
+ #: includes/Loader.php:765 views/b2s/html/post.navbar.php:12
77
+ #: views/b2s/html/sidebar.php:116
78
  msgid "Shared Posts"
79
  msgstr ""
80
 
81
+ #: includes/Loader.php:765 views/b2s/html/post.navbar.php:8
82
+ #: views/b2s/html/sidebar.php:107
83
  msgid "Instant Sharing"
84
  msgstr ""
85
 
86
+ #: includes/Loader.php:765 views/b2s/html/post.navbar.php:9
87
+ #: views/b2s/html/sidebar.php:88 views/b2s/html/sidebar.php:110
88
  msgid "Drafts"
89
  msgstr ""
90
 
91
+ #: includes/Loader.php:765 views/b2s/html/post.navbar.php:10
92
+ #: views/b2s/html/sidebar.php:113 views/b2s/widgets/posts.php:18
93
  msgid "Scheduled Posts"
94
  msgstr ""
95
 
96
+ #: includes/Loader.php:765
97
  msgid "Content Curation Drafts"
98
  msgstr ""
99
 
100
+ #: includes/Loader.php:766 includes/B2S/Network/Item.php:148
101
+ #: includes/B2S/Network/Item.php:150 includes/B2S/Network/Item.php:150
102
+ #: includes/B2S/Network/Item.php:219 includes/B2S/Network/Item.php:536
103
+ #: includes/B2S/Settings/Item.php:245 includes/B2S/Ship/Portale.php:39
104
  #: includes/B2S/Ship/Portale.php:41 includes/B2S/Ship/Portale.php:41
105
  msgid "Profile"
106
  msgstr ""
107
 
108
+ #: includes/Loader.php:766 includes/B2S/Network/Item.php:154
109
+ #: includes/B2S/Network/Item.php:154 includes/B2S/Network/Item.php:284
110
+ #: includes/B2S/Network/Item.php:538 includes/B2S/Settings/Item.php:245
111
+ #: includes/B2S/Ship/Portale.php:35 includes/B2S/Ship/Portale.php:35
112
  msgid "Page"
113
  msgstr ""
114
 
115
+ #: includes/Loader.php:766 includes/B2S/Network/Item.php:157
116
+ #: includes/B2S/Network/Item.php:347 includes/B2S/Network/Item.php:541
117
+ #: includes/B2S/Ship/Portale.php:31 includes/B2S/Ship/Portale.php:32
118
  msgid "Group"
119
  msgstr ""
120
 
121
+ #: includes/Loader.php:767 views/prg/html/form.php:74
122
  msgid "Company"
123
  msgstr ""
124
 
125
+ #: includes/Loader.php:767
126
  msgid "Business"
127
  msgstr ""
128
 
129
+ #: includes/Loader.php:768
130
  msgid "Your post could not be posted."
131
  msgstr ""
132
 
133
+ #: includes/Loader.php:769
134
+ msgid ""
135
+ "Your authorization has expired. Please reconnect your account in the "
136
+ "Blog2Social network settings."
137
  msgstr ""
138
 
139
+ #: includes/Loader.php:770
140
  msgid "The network has marked the post as spam or abusive."
141
  msgstr ""
142
 
143
+ #: includes/Loader.php:771
144
+ msgid ""
145
+ "We don't have the permission to publish your post. Please check your "
146
+ "authorization."
147
  msgstr ""
148
 
149
+ #: includes/Loader.php:772
150
  #, php-format
151
+ msgid ""
152
+ "Your authorization is interrupted. Please check your authorization. Please "
153
+ "see <a target=\"_blank\" href=\"%s\">FAQ</a>"
154
  msgstr ""
155
 
156
+ #: includes/Loader.php:773
157
  msgid "Your daily limit has been reached."
158
  msgstr ""
159
 
160
+ #: includes/Loader.php:774
161
+ msgid ""
162
+ "Your post could not be posted, because your image is not available or the "
163
+ "image source does not allow to publish"
164
  msgstr ""
165
 
166
+ #: includes/Loader.php:775
167
  #, php-format
168
+ msgid ""
169
+ "The network has blocked your account. Please see <a target=\"_blank\" "
170
+ "href=\"%s\">FAQ</a>"
171
  msgstr ""
172
 
173
+ #: includes/Loader.php:776
174
  #, php-format
175
+ msgid ""
176
+ "The number of images is reached. Please see <a target=\"_blank\" href=\"%s\">"
177
+ "FAQ</a>"
178
  msgstr ""
179
 
180
+ #: includes/Loader.php:777
181
+ msgid ""
182
+ "Your daily limit for this network has been reached. Please try again later."
183
  msgstr ""
184
 
185
+ #: includes/Loader.php:778
186
  #, php-format
187
+ msgid ""
188
+ "The network can not publish special characters such as Emoji. Please see <a "
189
+ "target=\"_blank\" href=\"%s\">FAQ</a>"
190
  msgstr ""
191
 
192
+ #: includes/Loader.php:779
193
  msgid "Your post is a duplicate."
194
  msgstr ""
195
 
196
+ #: includes/Loader.php:780
197
  msgid "The network requires a public url."
198
  msgstr ""
199
 
200
+ #: includes/Loader.php:781
201
+ msgid ""
202
+ "Your blog post was not available for the network at the time of publication."
203
  msgstr ""
204
 
205
+ #: includes/Loader.php:782
206
  msgid "You have already retweeted this post."
207
  msgstr ""
208
 
209
+ #: includes/Loader.php:783
210
+ msgid ""
211
+ "This XING API is no longer supported by XING. Please connect your XING "
212
+ "accounts with the new XING interface to reschedule your posts."
213
  msgstr ""
214
 
215
+ #: includes/Loader.php:784
216
+ msgid ""
217
+ "There was no image in the meta data of the linked post. Posts without images "
218
+ "cannot be shared on image networks."
219
  msgstr ""
220
 
221
+ #: includes/Loader.php:785
222
+ msgid ""
223
+ "Your post could not be posted, because your image can not be processed by "
224
+ "the network."
225
  msgstr ""
226
 
227
+ #: includes/Loader.php:786
228
  #, php-format
229
+ msgid ""
230
+ "Instagram published your post without text. Please see <a target=\"_blank\" "
231
+ "href=\"%s\">FAQ</a>"
232
  msgstr ""
233
 
234
+ #: includes/Loader.php:787
235
  msgid "Your group can not be found by the network."
236
  msgstr ""
237
 
238
+ #: includes/Loader.php:843 includes/Loader.php:885
239
  msgid "Dashboard"
240
  msgstr ""
241
 
242
+ #: includes/Loader.php:844 includes/Loader.php:892
243
  msgid "Posts & Sharing"
244
  msgstr ""
245
 
246
+ #: includes/Loader.php:845 includes/Loader.php:899 views/b2s/dashboard.php:31
247
+ #: views/b2s/html/post.navbar.php:14 views/b2s/html/sidebar.php:119
248
  msgid "Calendar"
249
  msgstr ""
250
 
251
+ #: includes/Loader.php:846 includes/Loader.php:907
252
+ #: views/b2s/html/post.navbar.php:15 views/b2s/html/sidebar.php:81
253
  msgid "Content Curation"
254
  msgstr ""
255
 
256
+ #: includes/Loader.php:847 includes/Loader.php:914
257
  msgid "Networks"
258
  msgstr ""
259
 
260
+ #: includes/Loader.php:848 includes/Loader.php:920
261
+ #: views/b2s/html/sidebar.php:128
262
  msgid "Settings"
263
  msgstr ""
264
 
265
+ #: includes/Loader.php:850 includes/Loader.php:928
266
  msgid "PR-Service"
267
  msgstr ""
268
 
269
+ #: includes/Loader.php:852 includes/Loader.php:936 views/b2s/html/header.php:35
270
+ #: views/b2s/html/sidebar.php:131 views/b2s/html/sidebar.ship.php:66
271
  msgid "Help & Support"
272
  msgstr ""
273
 
274
+ #: includes/Loader.php:854
275
  msgid "Premium"
276
  msgstr ""
277
 
278
+ #: includes/Loader.php:854 includes/Loader.php:944
 
 
279
  msgid "PREMIUM"
280
  msgstr ""
281
 
282
+ #: includes/Loader.php:876 views/b2s/html/sidebar.php:25
283
+ #: views/b2s/html/sidebar.ship.php:24
284
  msgid "Blog2Social"
285
  msgstr ""
286
 
287
+ #: includes/Loader.php:1365
288
+ msgid "Blog2Social needs Wordpress Version 4.3.0 or higher."
289
+ msgstr ""
290
+
291
+ #: includes/Loader.php:1365 includes/System.php:72 includes/System.php:78
292
+ #: includes/System.php:84
293
+ #, php-format
294
+ msgid ""
295
+ "<a href=\"%s\" target=\"_blank\">Please find more Information and help in "
296
+ "our FAQ</a>"
297
+ msgstr ""
298
+
299
+ #: includes/Loader.php:1365 includes/Loader.php:1386 includes/Loader.php:1598
300
  msgid "or"
301
  msgstr ""
302
 
303
+ #: includes/Loader.php:1365 includes/Loader.php:1386 includes/Loader.php:1598
304
  msgid "back to install plugins"
305
  msgstr ""
306
 
307
+ #: includes/Notice.php:19 views/b2s/html/sidebar.php:154
308
  msgid "Rate it!"
309
  msgstr ""
310
 
311
  #: includes/Notice.php:20
312
+ msgid ""
313
+ "If you like Blog2Social, please give us a 5 star rating. I there is anything "
314
+ "that does not work for you, please contact us!!"
315
  msgstr ""
316
 
317
+ #: includes/Notice.php:21 views/b2s/html/sidebar.php:157
318
  msgid "RATE BLOG2SOCIAL"
319
  msgstr ""
320
 
323
  msgstr ""
324
 
325
  #: includes/System.php:69
326
+ msgid ""
327
+ "Blog2Social used cURL. cURL is not installed in your PHP installation on "
328
+ "your server. Install cURL and activate Blog2Social again."
 
 
 
329
  msgstr ""
330
 
331
  #: includes/System.php:75
332
+ msgid ""
333
+ "Blog2Social used PHP. Your installed PHP version on your server is not high "
334
+ "enough to use Blog2Social. Update your PHP version on 5.5.3 or higher."
335
  msgstr ""
336
 
337
  #: includes/System.php:81
338
  msgid ""
339
+ "Blog2Social does not seem to have permission to write in your WordPress "
340
+ "database. Please assign Blog2Social the permission to write in the WordPress "
341
+ "database. Please also make sure that your MySQL server runs on v5.5.3 or "
342
+ "higher, or ask your server administrator to do it for you."
343
  msgstr ""
344
 
345
+ #: includes/Tools.php:262 views/b2s/html/sidebar.php:30
346
+ #: views/b2s/html/sidebar.ship.php:29
347
  msgid "License"
348
  msgstr ""
349
 
350
+ #: includes/Tools.php:276
351
+ msgid "Greece"
352
+ msgstr ""
353
+
354
+ #: includes/Tools.php:277
355
+ msgid "India"
356
+ msgstr ""
357
+
358
+ #: includes/Tools.php:278
359
+ msgid "United States of America"
360
+ msgstr ""
361
+
362
+ #: includes/Tools.php:279
363
+ msgid "Ireland"
364
+ msgstr ""
365
+
366
+ #: includes/Tools.php:280
367
+ msgid "Italy"
368
+ msgstr ""
369
+
370
+ #: includes/Tools.php:281
371
+ msgid "Switzerland"
372
+ msgstr ""
373
+
374
+ #: includes/Tools.php:282
375
+ msgid "Czechoslovakia"
376
+ msgstr ""
377
+
378
+ #: includes/Tools.php:283
379
+ msgid "Indonesia"
380
+ msgstr ""
381
+
382
+ #: includes/Tools.php:284
383
+ msgid "Spain"
384
+ msgstr ""
385
+
386
+ #: includes/Tools.php:285
387
+ msgid "Canada"
388
+ msgstr ""
389
+
390
+ #: includes/Tools.php:286
391
+ msgid "Great Britain"
392
+ msgstr ""
393
+
394
+ #: includes/Tools.php:287
395
+ msgid "Russia"
396
+ msgstr ""
397
+
398
+ #: includes/Tools.php:288
399
+ msgid "Netherlands"
400
+ msgstr ""
401
+
402
+ #: includes/Tools.php:289 includes/Tools.php:303
403
+ msgid "Portugal"
404
+ msgstr ""
405
+
406
+ #: includes/Tools.php:290
407
+ msgid "Norway"
408
+ msgstr ""
409
+
410
+ #: includes/Tools.php:291
411
+ msgid "Turkey"
412
+ msgstr ""
413
+
414
+ #: includes/Tools.php:292
415
+ msgid "Australia"
416
+ msgstr ""
417
+
418
+ #: includes/Tools.php:293
419
+ msgid "Austria"
420
+ msgstr ""
421
+
422
+ #: includes/Tools.php:294
423
+ msgid "Poland"
424
+ msgstr ""
425
+
426
+ #: includes/Tools.php:295
427
+ msgid "France"
428
+ msgstr ""
429
+
430
+ #: includes/Tools.php:296
431
+ msgid "Romania"
432
+ msgstr ""
433
+
434
+ #: includes/Tools.php:297
435
+ msgid "Germany"
436
+ msgstr ""
437
+
438
+ #: includes/Tools.php:298
439
+ msgid "Denmark"
440
+ msgstr ""
441
+
442
+ #: includes/Tools.php:299
443
+ msgid "New Zealand"
444
+ msgstr ""
445
+
446
+ #: includes/Tools.php:300
447
+ msgid "Finland"
448
+ msgstr ""
449
+
450
+ #: includes/Tools.php:301
451
+ msgid "Hungary"
452
+ msgstr ""
453
+
454
+ #: includes/Tools.php:302
455
+ msgid "Japan"
456
+ msgstr ""
457
+
458
+ #: includes/Tools.php:304
459
+ msgid "Argentina"
460
+ msgstr ""
461
+
462
+ #: includes/Tools.php:305
463
+ msgid "Korea"
464
+ msgstr ""
465
+
466
+ #: includes/Tools.php:306
467
+ msgid "Sweden"
468
+ msgstr ""
469
+
470
+ #: includes/Tools.php:307
471
+ msgid "Mexico"
472
+ msgstr ""
473
+
474
+ #: includes/Tools.php:308
475
+ msgid "Slovakia"
476
+ msgstr ""
477
+
478
+ #: includes/Tools.php:309
479
+ msgid "Chile"
480
+ msgstr ""
481
+
482
+ #: includes/Tools.php:310
483
+ msgid "Colombia"
484
+ msgstr ""
485
+
486
+ #: includes/Tools.php:311
487
+ msgid "South Africa"
488
+ msgstr ""
489
+
490
+ #: includes/Tools.php:312
491
+ msgid "Philippines"
492
+ msgstr ""
493
+
494
+ #: includes/Tools.php:315
495
+ msgid "is determined automatically"
496
+ msgstr ""
497
+
498
  #: views/notice.php:12
499
  msgid "Connection is broken..."
500
  msgstr ""
501
 
502
  #: views/notice.php:14
503
+ msgid ""
504
+ "The connection to your server has been interrupted. Please make sure that "
505
+ "your blog is reachable. If your server does not respond or is too slow, "
506
+ "Blog2Social cannot connect to the internet. Try again later or contact your "
507
+ "webmaster, if this error message persists."
508
  msgstr ""
509
 
510
  #: views/notice.php:17
512
  msgstr ""
513
 
514
  #: views/notice.php:19
515
+ msgid ""
516
+ "<b> A new version of Blog2Social is available. </b> Update now <br> "
517
+ "Blog2Social to continue to use the latest version of the plugin."
518
  msgstr ""
519
 
520
  #: views/notice.php:23
533
  msgid "Please contact our support!"
534
  msgstr ""
535
 
536
+ #: includes/Ajax/Post.php:1582 views/b2s/network.php:6
537
+ #: includes/B2S/Network/Item.php:217 includes/B2S/Network/Item.php:282
538
+ #: includes/B2S/Network/Item.php:345 includes/B2S/Network/Item.php:471
539
+ #: includes/B2S/Network/Item.php:487
540
  msgid "Unknown username"
541
  msgstr ""
542
 
543
+ #: includes/Ajax/Post.php:1583 includes/B2S/Network/Item.php:472
544
+ #: includes/B2S/Post/Item.php:414 includes/B2S/Post/Item.php:434
545
+ #: includes/B2S/Post/Item.php:663 includes/B2S/Post/Item.php:712
546
+ #: includes/B2S/Settings/Item.php:82 includes/B2S/Ship/Item.php:842
547
+ #: includes/B2S/Ship/Item.php:992
548
  msgid "delete"
549
  msgstr ""
550
 
556
  msgid "last auto-post:"
557
  msgstr ""
558
 
559
+ #: includes/B2S/PostBox.php:76 views/b2s/ship.php:657
560
+ #: views/b2s/html/header.php:55
561
  msgid "The connection to the server failed. Try again!"
562
  msgstr ""
563
 
564
  #: includes/B2S/PostBox.php:77
565
+ msgid ""
566
+ "WordPress uses heartbeats by default, Blog2Social as well. Please enable "
567
+ "heartbeats for using Blog2Social!"
568
  msgstr ""
569
 
570
  #: includes/B2S/PostBox.php:78 includes/B2S/PostBox.php:80
571
+ msgid ""
572
+ "Your post is still on draft or pending status. Please make sure that your "
573
+ "post is published or scheduled to be published on this blog. You can then "
574
+ "auto-post or schedule and customize your social media posts with Blog2Social."
575
  msgstr ""
576
 
577
  #: includes/B2S/PostBox.php:79 includes/B2S/PostBox.php:174
579
  msgstr ""
580
 
581
  #: includes/B2S/PostBox.php:81 views/b2s/ship.php:197
582
+ msgid ""
583
+ "Notice: Please make sure, that your website address is reachable. The Social "
584
+ "Networks do not allow postings from local installations."
585
  msgstr ""
586
 
587
  #: includes/B2S/PostBox.php:97
588
  msgid "Custom Sharing & Scheduling"
589
  msgstr ""
590
 
591
+ #: includes/B2S/PostBox.php:97 includes/B2S/PostBox.php:101
592
+ #: views/b2s/ship.php:75 views/b2s/ship.php:165 views/b2s/ship.php:256
593
+ #: includes/B2S/Network/Item.php:173 includes/B2S/Ship/Item.php:806
594
  msgid "Info"
595
  msgstr ""
596
 
603
  msgstr ""
604
 
605
  #: includes/B2S/PostBox.php:100 includes/B2S/Settings/Item.php:110
606
+ msgid ""
607
+ "Auto-posts for Facebook Profiles will be shown in the \"Instant Sharing\" "
608
+ "tab on your \"Posts & Sharing\" navigation bar and can be shared on your "
609
+ "Facebook Profile by clicking on the \"Share\" button next to your auto-post."
610
  msgstr ""
611
 
612
+ #: includes/B2S/PostBox.php:101 views/b2s/html/header.php:324
613
  msgid "Social Media Auto-Posting"
614
  msgstr ""
615
 
617
  msgid "enable Auto-Posting"
618
  msgstr ""
619
 
620
+ #: includes/B2S/PostBox.php:108 views/b2s/network.php:347 views/b2s/ship.php:22
621
+ #: includes/B2S/Curation/View.php:53 includes/B2S/Network/Item.php:161
622
+ #: includes/B2S/Network/Item.php:256 includes/B2S/Network/Item.php:318
623
+ #: includes/B2S/Network/Item.php:380 includes/B2S/Settings/Item.php:104
624
+ #: includes/B2S/Settings/Item.php:318 includes/B2S/Ship/Image.php:76
625
+ #: includes/B2S/Ship/Item.php:865 views/b2s/html/post.navbar.php:10
626
+ #: views/b2s/html/post.navbar.php:14 views/b2s/partials/post-edit-modal.php:9
627
+ #: views/b2s/widgets/posts.php:18
628
+ msgid "SMART"
629
+ msgstr ""
630
+
631
+ #: includes/B2S/PostBox.php:115 views/b2s/curation.draft.php:46
632
+ #: views/b2s/network.php:58 views/b2s/network.php:146 views/b2s/network.php:222
633
+ #: views/b2s/network.php:353 views/b2s/network.php:455
634
+ #: views/b2s/post.approve.php:51 views/b2s/post.calendar.php:60
635
+ #: views/b2s/post.calendar.php:242 views/b2s/post.draft.php:42
636
+ #: views/b2s/post.notice.php:45 views/b2s/post.php:41
637
+ #: views/b2s/post.publish.php:45 views/b2s/post.sched.php:59
638
+ #: views/b2s/ship.php:187 views/b2s/ship.php:568 views/b2s/ship.php:655
639
+ #: views/b2s/support.php:204 views/prg/html/header.php:86
640
  msgid "Loading..."
641
  msgstr ""
642
 
646
 
647
  #: includes/B2S/PostBox.php:126
648
  msgid ""
649
+ "Customize and schedule your social media posts on the one page preview for "
650
+ "all your selected networks: tailor your posts with individual comments, "
651
+ "#hashtags or @handles and schedule your posts for the best times to post, "
652
+ "for multiple times or re-share recurrently for more visibility and "
653
+ "engagement with your community."
654
  msgstr ""
655
 
656
+ #: includes/B2S/PostBox.php:135 views/b2s/html/footer.php:305
657
+ #: views/b2s/html/footer.php:345
658
  msgid "Blog2Social: Social Media Auto-Posting"
659
  msgstr ""
660
 
661
  #: includes/B2S/PostBox.php:139 views/b2s/html/footer.php:309
662
+ msgid ""
663
+ "Share your blog posts with the Auto Poster: Your blog posts will be shared "
664
+ "automatically on your social media channels as soon as you publish or update "
665
+ "a new post. You can also choose to autopost scheduled blog posts as soon as "
666
+ "they are published."
667
  msgstr ""
668
 
669
  #: includes/B2S/PostBox.php:140 views/b2s/html/footer.php:310
670
  #, php-format
671
+ msgid ""
672
+ "<a target=\"_blank\" href=\"%s\">Learn how to set up auto posting for your "
673
+ "blog posts</a>"
674
  msgstr ""
675
 
676
+ #: includes/B2S/PostBox.php:144 views/b2s/html/footer.php:316
677
+ #: views/b2s/html/footer.php:355
678
  msgid "You want to auto-post your blog post?"
679
  msgstr ""
680
 
681
+ #: includes/B2S/PostBox.php:145 views/b2s/curation.php:127
682
+ #: views/b2s/post.calendar.php:280 views/b2s/ship.php:307
683
+ #: views/b2s/ship.php:367 views/b2s/ship.php:413 views/b2s/html/footer.php:26
684
+ #: views/b2s/html/footer.php:144 views/b2s/html/footer.php:208
685
+ #: views/b2s/html/footer.php:248 views/b2s/html/footer.php:317
686
+ #: views/b2s/html/footer.php:356 views/b2s/html/footer.php:443
687
  msgid "With Blog2Social Premium you can:"
688
  msgstr ""
689
 
690
+ #: includes/B2S/PostBox.php:148 views/b2s/curation.php:130
691
+ #: views/b2s/post.calendar.php:283 views/b2s/ship.php:310
692
+ #: views/b2s/ship.php:370 views/b2s/ship.php:416 views/b2s/html/footer.php:29
693
+ #: views/b2s/html/footer.php:147 views/b2s/html/footer.php:211
694
+ #: views/b2s/html/footer.php:251 views/b2s/html/footer.php:320
695
+ #: views/b2s/html/footer.php:359 views/b2s/html/footer.php:446
696
+ #: views/b2s/html/header.php:325
697
  msgid "Post on pages and groups"
698
  msgstr ""
699
 
700
+ #: includes/B2S/PostBox.php:149 views/b2s/curation.php:131
701
+ #: views/b2s/post.calendar.php:284 views/b2s/ship.php:311
702
+ #: views/b2s/ship.php:371 views/b2s/ship.php:417 views/b2s/html/footer.php:30
703
+ #: views/b2s/html/footer.php:148 views/b2s/html/footer.php:212
704
+ #: views/b2s/html/footer.php:252 views/b2s/html/footer.php:321
705
+ #: views/b2s/html/footer.php:360 views/b2s/html/footer.php:447
706
  msgid "Share on multiple profiles, pages and groups"
707
  msgstr ""
708
 
709
+ #: includes/B2S/PostBox.php:150 views/b2s/curation.php:132
710
+ #: views/b2s/post.calendar.php:285 views/b2s/ship.php:312
711
+ #: views/b2s/ship.php:372 views/b2s/ship.php:418 views/b2s/html/footer.php:31
712
+ #: views/b2s/html/footer.php:65 views/b2s/html/footer.php:149
713
+ #: views/b2s/html/footer.php:213 views/b2s/html/footer.php:253
714
+ #: views/b2s/html/footer.php:322 views/b2s/html/footer.php:361
715
+ #: views/b2s/html/footer.php:448
716
  msgid "Auto-post and auto-schedule new and updated blog posts"
717
  msgstr ""
718
 
719
+ #: includes/B2S/PostBox.php:151 views/b2s/curation.php:133
720
+ #: views/b2s/post.calendar.php:286 views/b2s/ship.php:313
721
+ #: views/b2s/ship.php:373 views/b2s/ship.php:419 views/b2s/html/footer.php:32
722
+ #: views/b2s/html/footer.php:150 views/b2s/html/footer.php:214
723
+ #: views/b2s/html/footer.php:254 views/b2s/html/footer.php:323
724
+ #: views/b2s/html/footer.php:362 views/b2s/html/footer.php:449
725
  msgid "Schedule your posts at the best times on each network"
726
  msgstr ""
727
 
728
+ #: includes/B2S/PostBox.php:152 views/b2s/curation.php:134
729
+ #: views/b2s/post.calendar.php:287 views/b2s/ship.php:314
730
+ #: views/b2s/ship.php:374 views/b2s/ship.php:420 views/b2s/html/footer.php:33
731
+ #: views/b2s/html/footer.php:151 views/b2s/html/footer.php:215
732
+ #: views/b2s/html/footer.php:255 views/b2s/html/footer.php:324
733
+ #: views/b2s/html/footer.php:363 views/b2s/html/footer.php:450
734
+ msgid ""
735
+ "Best Time Manager: use predefined best time scheduler to auto-schedule your "
736
+ "social media posts"
737
  msgstr ""
738
 
739
+ #: includes/B2S/PostBox.php:153 views/b2s/curation.php:135
740
+ #: views/b2s/post.calendar.php:288 views/b2s/ship.php:315
741
+ #: views/b2s/ship.php:375 views/b2s/ship.php:421 views/b2s/html/footer.php:34
742
+ #: views/b2s/html/footer.php:152 views/b2s/html/footer.php:216
743
+ #: views/b2s/html/footer.php:256 views/b2s/html/footer.php:325
744
+ #: views/b2s/html/footer.php:364 views/b2s/html/footer.php:451
745
  msgid "Schedule your post for one time, multiple times or recurrently"
746
  msgstr ""
747
 
748
+ #: includes/B2S/PostBox.php:154 views/b2s/curation.php:136
749
+ #: views/b2s/post.calendar.php:289 views/b2s/ship.php:316
750
+ #: views/b2s/ship.php:376 views/b2s/ship.php:422 views/b2s/html/footer.php:35
751
+ #: views/b2s/html/footer.php:153 views/b2s/html/footer.php:217
752
+ #: views/b2s/html/footer.php:257 views/b2s/html/footer.php:326
753
+ #: views/b2s/html/footer.php:365 views/b2s/html/footer.php:452
754
  msgid "Schedule and re-share old posts"
755
  msgstr ""
756
 
757
+ #: includes/B2S/PostBox.php:155 views/b2s/curation.php:137
758
+ #: views/b2s/post.calendar.php:290 views/b2s/ship.php:317
759
+ #: views/b2s/ship.php:377 views/b2s/ship.php:423 views/b2s/html/footer.php:36
760
+ #: views/b2s/html/footer.php:67 views/b2s/html/footer.php:154
761
+ #: views/b2s/html/footer.php:218 views/b2s/html/footer.php:258
762
+ #: views/b2s/html/footer.php:327 views/b2s/html/footer.php:366
763
+ #: views/b2s/html/footer.php:453
764
  msgid "Select link format or image format for your posts"
765
  msgstr ""
766
 
767
+ #: includes/B2S/PostBox.php:156 views/b2s/curation.php:138
768
+ #: views/b2s/post.calendar.php:291 views/b2s/ship.php:318
769
+ #: views/b2s/ship.php:378 views/b2s/ship.php:424 views/b2s/html/footer.php:37
770
+ #: views/b2s/html/footer.php:68 views/b2s/html/footer.php:155
771
+ #: views/b2s/html/footer.php:219 views/b2s/html/footer.php:259
772
+ #: views/b2s/html/footer.php:328 views/b2s/html/footer.php:367
773
+ #: views/b2s/html/footer.php:454
774
  msgid "Select individual images per post"
775
  msgstr ""
776
 
777
+ #: includes/B2S/PostBox.php:157 views/b2s/curation.php:139
778
+ #: views/b2s/post.calendar.php:292 views/b2s/ship.php:319
779
+ #: views/b2s/ship.php:379 views/b2s/ship.php:425 views/b2s/html/footer.php:38
780
+ #: views/b2s/html/footer.php:156 views/b2s/html/footer.php:220
781
+ #: views/b2s/html/footer.php:260 views/b2s/html/footer.php:329
782
+ #: views/b2s/html/footer.php:368 views/b2s/html/footer.php:455
783
+ msgid ""
784
+ "Reporting & calendar: keep track of your published and scheduled social "
785
+ "media posts"
786
+ msgstr ""
787
+
788
+ #: includes/B2S/PostBox.php:159 views/b2s/curation.php:141
789
+ #: views/b2s/post.calendar.php:294 views/b2s/ship.php:321
790
+ #: views/b2s/ship.php:381 views/b2s/ship.php:427 views/b2s/html/footer.php:40
791
+ #: views/b2s/html/footer.php:158 views/b2s/html/footer.php:222
792
+ #: views/b2s/html/footer.php:262 views/b2s/html/footer.php:331
793
+ #: views/b2s/html/footer.php:370 views/b2s/html/footer.php:457
794
+ msgid "Upgrade to SMART and above"
795
+ msgstr ""
796
+
797
+ #: includes/B2S/PostBox.php:161 views/b2s/curation.php:143
798
+ #: views/b2s/post.calendar.php:296 views/b2s/ship.php:323
799
+ #: views/b2s/ship.php:383 views/b2s/ship.php:429 views/b2s/html/footer.php:42
800
+ #: views/b2s/html/footer.php:73 views/b2s/html/footer.php:91
801
+ #: views/b2s/html/footer.php:160 views/b2s/html/footer.php:224
802
+ #: views/b2s/html/footer.php:264 views/b2s/html/footer.php:333
803
+ #: views/b2s/html/footer.php:372 views/b2s/html/footer.php:460
804
  #, php-format
805
+ msgid ""
806
+ "or <a target=\"_blank\" href=\"%s\">start with free 30-days-trial of "
807
+ "Blog2Social Premium</a> (no payment information needed)"
808
  msgstr ""
809
 
810
  #: includes/B2S/PostBox.php:174 includes/B2S/Curation/View.php:70
835
  msgid "You want to schedule your blog post with Auto-Poster?"
836
  msgstr ""
837
 
838
+ #: includes/B2S/PostBox.php:224
839
+ msgid "Upgrade to PRO"
840
  msgstr ""
841
 
842
  #: includes/B2S/PostBox.php:230
843
  msgid "Select date:"
844
  msgstr ""
845
 
846
+ #: includes/B2S/PostBox.php:231 includes/B2S/Ship/Item.php:368
847
  msgid "show calendar"
848
  msgstr ""
849
 
856
  msgstr ""
857
 
858
  #: includes/B2S/PostBox.php:243
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 "
862
+ "​edit​ your own times in the settings."
863
  msgstr ""
864
 
865
  #: views/b2s/curation.draft.php:17
866
+ msgid ""
867
+ "Save links as drafts while browsing and share or schedule them whenever you "
868
+ "want."
869
  msgstr ""
870
 
871
  #: views/b2s/curation.draft.php:17
880
  msgid "Are you sure you want to delete this draft?"
881
  msgstr ""
882