Version Description
Usability Optimization
Download this release
Release Info
Developer | Blog2Social |
Plugin | Blog2Social: Social Media Auto Post & Scheduler |
Version | 5.4.1 |
Comparing to | |
See all releases |
Code changes from version 5.4.0 to 5.4.1
- assets/css/b2s/calendar.css +9 -1
- assets/css/b2s/post.sched.css +7 -0
- assets/css/b2s/settings.css +1 -1
- assets/css/b2s/wp/post-box.css +3 -0
- assets/images/settings/b2s-post-format-3-1-de.png +0 -0
- assets/images/settings/b2s-post-format-3-1-en.png +0 -0
- assets/images/settings/b2s-post-format-3-2-de.png +0 -0
- assets/images/settings/b2s-post-format-3-2-en.png +0 -0
- assets/js/b2s/calendar.js +3 -0
- assets/js/b2s/curation.js +1 -1
- assets/js/b2s/network.js +1 -0
- assets/js/b2s/post.js +3 -0
- assets/js/b2s/settings.js +1 -41
- assets/js/b2s/ship.js +79 -12
- assets/js/b2s/wp/post-box.js +9 -2
- blog2social.php +2 -2
- includes/B2S/Api/Network/Pinterest.php +13 -7
- includes/B2S/AutoPost.php +11 -4
- includes/B2S/Calendar/Item.php +1 -1
- includes/B2S/Post/Item.php +1 -1
- includes/B2S/PostBox.php +9 -5
- includes/B2S/QuickPost.php +1 -1
- includes/B2S/Settings/Item.php +29 -35
- includes/B2S/Ship/Item.php +10 -12
- includes/Loader.php +24 -16
- includes/Tools.php +3 -0
- includes/Util.php +3 -3
- languages/blog2social-de_DE.mo +0 -0
- languages/blog2social-de_DE.po +381 -331
- languages/blog2social.pot +369 -319
- readme.txt +25 -21
- views/b2s/html/footer.phtml +4 -4
- views/b2s/html/header.phtml +1 -1
- views/b2s/post.calendar.php +2 -2
- views/b2s/post.sched.php +2 -2
- views/b2s/settings.php +5 -5
- views/b2s/ship.php +4 -4
assets/css/b2s/calendar.css
CHANGED
@@ -298,4 +298,12 @@ body .fc-day-grid-event .fc-content{
|
|
298 |
|
299 |
.img-width-150{
|
300 |
width: 150px;
|
301 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
298 |
|
299 |
.img-width-150{
|
300 |
width: 150px;
|
301 |
+
}
|
302 |
+
|
303 |
+
.img-thumbnail{
|
304 |
+
display: block !important;
|
305 |
+
height: auto;
|
306 |
+
margin-left: auto;
|
307 |
+
margin-right: auto;
|
308 |
+
max-height: 100%;
|
309 |
+
}
|
assets/css/b2s/post.sched.css
CHANGED
@@ -303,3 +303,10 @@ textarea.form-control {
|
|
303 |
}
|
304 |
}
|
305 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
303 |
}
|
304 |
}
|
305 |
|
306 |
+
.img-thumbnail{
|
307 |
+
display: block !important;
|
308 |
+
height: auto;
|
309 |
+
margin-left: auto;
|
310 |
+
margin-right: auto;
|
311 |
+
max-height: 100%;
|
312 |
+
}
|
assets/css/b2s/settings.css
CHANGED
@@ -126,4 +126,4 @@ ul.chosen-choices {
|
|
126 |
.b2s-btn-link-txt{
|
127 |
font-size: 14px !important;
|
128 |
font-weight: 500 !important;
|
129 |
-
}
|
126 |
.b2s-btn-link-txt{
|
127 |
font-size: 14px !important;
|
128 |
font-weight: 500 !important;
|
129 |
+
}
|
assets/css/b2s/wp/post-box.css
CHANGED
@@ -248,3 +248,6 @@
|
|
248 |
color: #ff4f68;
|
249 |
}
|
250 |
|
|
|
|
|
|
248 |
color: #ff4f68;
|
249 |
}
|
250 |
|
251 |
+
.pull-right{
|
252 |
+
float: right;
|
253 |
+
}
|
assets/images/settings/b2s-post-format-3-1-de.png
ADDED
Binary file
|
assets/images/settings/b2s-post-format-3-1-en.png
ADDED
Binary file
|
assets/images/settings/b2s-post-format-3-2-de.png
ADDED
Binary file
|
assets/images/settings/b2s-post-format-3-2-en.png
ADDED
Binary file
|
assets/js/b2s/calendar.js
CHANGED
@@ -596,6 +596,9 @@ jQuery('#b2s-network-select-image').on('hidden.bs.modal', function (e) {
|
|
596 |
jQuery('#b2s-post-ship-item-post-format-modal').on('hidden.bs.modal', function (e) {
|
597 |
jQuery('body').addClass('modal-open');
|
598 |
});
|
|
|
|
|
|
|
599 |
//jQuery(this).attr('data-network-auth-id')
|
600 |
function checkSchedDateTime(dataNetworkAuthId) {
|
601 |
var dateElement = '.b2s-post-item-details-release-input-date[data-network-auth-id="' + dataNetworkAuthId + '"]';
|
596 |
jQuery('#b2s-post-ship-item-post-format-modal').on('hidden.bs.modal', function (e) {
|
597 |
jQuery('body').addClass('modal-open');
|
598 |
});
|
599 |
+
jQuery('#b2s-info-change-meta-tag-modal').on('hidden.bs.modal', function () {
|
600 |
+
jQuery('body').addClass('modal-open');
|
601 |
+
});
|
602 |
//jQuery(this).attr('data-network-auth-id')
|
603 |
function checkSchedDateTime(dataNetworkAuthId) {
|
604 |
var dateElement = '.b2s-post-item-details-release-input-date[data-network-auth-id="' + dataNetworkAuthId + '"]';
|
assets/js/b2s/curation.js
CHANGED
@@ -10,7 +10,7 @@ jQuery(window).on("load", function () {
|
|
10 |
var url_string = window.location.href;
|
11 |
var url_param = new URL(url_string);
|
12 |
var url = url_param.searchParams.get("url");
|
13 |
-
if(typeof url != "undefined" && url != ""){
|
14 |
jQuery('#b2s-curation-input-url').val(url);
|
15 |
jQuery('.b2s-btn-curation-continue').trigger('click');
|
16 |
}
|
10 |
var url_string = window.location.href;
|
11 |
var url_param = new URL(url_string);
|
12 |
var url = url_param.searchParams.get("url");
|
13 |
+
if(typeof url != "undefined" && url != "" && url != null){
|
14 |
jQuery('#b2s-curation-input-url').val(url);
|
15 |
jQuery('.b2s-btn-curation-continue').trigger('click');
|
16 |
}
|
assets/js/b2s/network.js
CHANGED
@@ -325,6 +325,7 @@ jQuery(document).on('click', '.b2s-network-item-auth-list-btn-delete', function
|
|
325 |
}
|
326 |
jQuery('.b2s-btn-network-delete-auth-confirm-text').show();
|
327 |
jQuery('.b2s-btn-network-delete-auth-confirm-btn').show();
|
|
|
328 |
jQuery('#b2s-delete-network-sched-post').val('0');
|
329 |
}
|
330 |
});
|
325 |
}
|
326 |
jQuery('.b2s-btn-network-delete-auth-confirm-text').show();
|
327 |
jQuery('.b2s-btn-network-delete-auth-confirm-btn').show();
|
328 |
+
jQuery('#b2s-delete-network-sched-post').prop('checked', false);
|
329 |
jQuery('#b2s-delete-network-sched-post').val('0');
|
330 |
}
|
331 |
});
|
assets/js/b2s/post.js
CHANGED
@@ -56,6 +56,9 @@ jQuery('#b2s-network-select-image').on('hidden.bs.modal', function () {
|
|
56 |
jQuery('#b2s-post-ship-item-post-format-modal').on('hidden.bs.modal', function () {
|
57 |
jQuery('body').addClass('modal-open');
|
58 |
});
|
|
|
|
|
|
|
59 |
|
60 |
|
61 |
jQuery(document).on('click', '.b2sDetailsPublishPostBtn', function () {
|
56 |
jQuery('#b2s-post-ship-item-post-format-modal').on('hidden.bs.modal', function () {
|
57 |
jQuery('body').addClass('modal-open');
|
58 |
});
|
59 |
+
jQuery('#b2s-info-change-meta-tag-modal').on('hidden.bs.modal', function () {
|
60 |
+
jQuery('body').addClass('modal-open');
|
61 |
+
});
|
62 |
|
63 |
|
64 |
jQuery(document).on('click', '.b2sDetailsPublishPostBtn', function () {
|
assets/js/b2s/settings.js
CHANGED
@@ -626,7 +626,7 @@ jQuery('.b2sSaveUserSettingsPostFormatTw').validate({
|
|
626 |
});
|
627 |
|
628 |
|
629 |
-
jQuery('.
|
630 |
ignore: "",
|
631 |
errorPlacement: function () {
|
632 |
return false;
|
@@ -699,46 +699,6 @@ jQuery('.b2sSaveUserSettingsPostFormatIn').validate({
|
|
699 |
}
|
700 |
});
|
701 |
|
702 |
-
|
703 |
-
|
704 |
-
/*jQuery(document).on('change', '.b2s-user-network-settings-post-format', function () {
|
705 |
-
jQuery('.b2s-settings-user-success').hide();
|
706 |
-
jQuery('.b2s-settings-user-error').hide();
|
707 |
-
jQuery('.b2s-server-connection-fail').hide();
|
708 |
-
jQuery(".b2s-loading-area").show();
|
709 |
-
jQuery(".b2s-user-settings-area").hide();
|
710 |
-
|
711 |
-
var networkId = jQuery(this).attr("data-network-id");
|
712 |
-
jQuery('.b2s-user-network-settings-post-format[data-network-id="' + networkId + '"]').removeClass('b2s-settings-checked');
|
713 |
-
jQuery(this).addClass('b2s-settings-checked');
|
714 |
-
|
715 |
-
jQuery.ajax({
|
716 |
-
url: ajaxurl,
|
717 |
-
type: "POST",
|
718 |
-
dataType: "json",
|
719 |
-
cache: false,
|
720 |
-
data: {
|
721 |
-
'action': 'b2s_user_network_settings',
|
722 |
-
'post_format': jQuery(this).val(),
|
723 |
-
'network_id': networkId
|
724 |
-
},
|
725 |
-
error: function () {
|
726 |
-
jQuery('.b2s-server-connection-fail').show();
|
727 |
-
return false;
|
728 |
-
},
|
729 |
-
success: function (data) {
|
730 |
-
jQuery(".b2s-loading-area").hide();
|
731 |
-
jQuery(".b2s-user-settings-area").show();
|
732 |
-
if (data.result == true) {
|
733 |
-
jQuery('.b2s-settings-user-success').show();
|
734 |
-
} else {
|
735 |
-
jQuery('.b2s-settings-user-error').show();
|
736 |
-
}
|
737 |
-
}
|
738 |
-
});
|
739 |
-
return false;
|
740 |
-
});*/
|
741 |
-
|
742 |
function padDate(n) {
|
743 |
return ("0" + n).slice(-2);
|
744 |
}
|
626 |
});
|
627 |
|
628 |
|
629 |
+
jQuery('.b2sSaveUserSettingsPostFormatLi').validate({
|
630 |
ignore: "",
|
631 |
errorPlacement: function () {
|
632 |
return false;
|
699 |
}
|
700 |
});
|
701 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
702 |
function padDate(n) {
|
703 |
return ("0" + n).slice(-2);
|
704 |
}
|
assets/js/b2s/ship.js
CHANGED
@@ -667,8 +667,8 @@ jQuery(document).on("click", ".b2s-user-network-settings-post-format", function
|
|
667 |
jQuery('.b2s-post-item-info-area[data-network-auth-id="' + networkAuthId + '"]').hide();
|
668 |
jQuery('.b2s-post-approve-info[data-network-auth-id="' + networkAuthId + '"]').show();
|
669 |
}
|
670 |
-
|
671 |
}
|
|
|
672 |
//Content Curation V5.0.0
|
673 |
if (postType == "ex") {
|
674 |
jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + networkAuthId + '"]').prop("readonly", true);
|
@@ -688,6 +688,28 @@ jQuery(document).on("click", ".b2s-user-network-settings-post-format", function
|
|
688 |
}
|
689 |
}
|
690 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
691 |
jQuery('.b2s-user-network-settings-post-format[data-network-type="' + networkType + '"][data-network-id="' + networkId + '"]').removeClass('b2s-settings-checked');
|
692 |
jQuery(this).addClass('b2s-settings-checked');
|
693 |
jQuery('#b2s-post-ship-item-post-format-modal').modal('hide');
|
@@ -784,7 +806,7 @@ jQuery(document).on("click", ".b2s-network-select-btn", function () {
|
|
784 |
if (networkId == "2" && jQuery('#isCardMetaChecked').val() == "1") {
|
785 |
isMetaChecked = true;
|
786 |
}
|
787 |
-
if (isMetaChecked && jQuery('.b2sNetworkSettingsPostFormatCurrent[data-network-type="' + networkType + '"][data-network-id="' + networkId + '"]').val() == "0"
|
788 |
jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + networkAuthId + '"]').prop("readonly", false);
|
789 |
jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + networkAuthId + '"]').prop("readonly", false);
|
790 |
var dataMetaType = jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + networkAuthId + '"]').attr("data-meta-type");
|
@@ -820,6 +842,28 @@ jQuery(document).on("click", ".b2s-network-select-btn", function () {
|
|
820 |
jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + networkAuthId + '"]').prop("readonly", true);
|
821 |
jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').hide();
|
822 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
823 |
} else {
|
824 |
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()]);
|
825 |
jQuery('.b2s-post-item-details-post-format[data-network-id="' + networkId + '"]').val(jQuery('.b2sNetworkSettingsPostFormatCurrent[data-network-type="' + networkType + '"][data-network-id="' + networkId + '"]').val());
|
@@ -1014,7 +1058,6 @@ jQuery(document).on("click", ".b2s-network-select-btn", function () {
|
|
1014 |
var postFormatText = JSON.parse(jQuery('.b2sNetworkSettingsPostFormatText').val());
|
1015 |
var postFormatType = jQuery('.b2sNetworkSettingsPostFormatCurrent[data-network-type="' + data.networkType + '"][data-network-id="' + data.networkId + '"]').attr('data-post-format-type');
|
1016 |
if (jQuery('#user_version').val() >= 2) {
|
1017 |
-
|
1018 |
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()]);
|
1019 |
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());
|
1020 |
var isMetaChecked = false;
|
@@ -1051,12 +1094,33 @@ jQuery(document).on("click", ".b2s-network-select-btn", function () {
|
|
1051 |
return true;
|
1052 |
}
|
1053 |
});
|
1054 |
-
jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').show();
|
1055 |
-
jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').trigger("click");
|
1056 |
} else {
|
1057 |
jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + data.networkAuthId + '"]').prop("readonly", true);
|
1058 |
jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + data.networkAuthId + '"]').prop("readonly", true);
|
1059 |
-
jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').hide();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1060 |
}
|
1061 |
|
1062 |
} else {
|
@@ -1509,23 +1573,23 @@ jQuery(document).on('click', '.b2s-post-item-details-preview-url-reload', functi
|
|
1509 |
success: function (data) {
|
1510 |
jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + data.networkAuthId + '"]').removeClass('glyphicon-refresh-animate');
|
1511 |
if (data.result == true) {
|
1512 |
-
if (data.networkId ==
|
1513 |
-
jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + data.networkAuthId + '"]').val(data.title);
|
1514 |
-
jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + data.networkAuthId + '"]').val(data.description);
|
1515 |
-
} else {
|
1516 |
jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + data.networkAuthId + '"]').html(data.title);
|
1517 |
jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + data.networkAuthId + '"]').html(data.description);
|
|
|
|
|
|
|
1518 |
}
|
1519 |
-
|
1520 |
if (jQuery('.b2s-post-item-details-url-image[data-network-auth-id="' + data.networkAuthId + '"]').attr('data-network-image-change') == '0') {
|
1521 |
jQuery('.b2s-post-item-details-url-image[data-network-auth-id="' + data.networkAuthId + '"]').attr('src', data.image);
|
1522 |
}
|
1523 |
-
|
1524 |
if (jQuery('.b2s-post-item-details-url-image[data-network-auth-id="' + data.networkAuthId + '"]').attr('data-network-image-change') == '1') {
|
1525 |
if (data.image != "") {
|
1526 |
jQuery('.b2s-post-item-details-url-image[data-network-auth-id="' + data.networkAuthId + '"]').attr('src', data.image);
|
|
|
1527 |
} else {
|
1528 |
jQuery('.b2s-post-item-details-url-image[data-network-auth-id="' + data.networkAuthId + '"]').attr('src', jQuery('#b2sDefaultNoImage').val());
|
|
|
1529 |
}
|
1530 |
}
|
1531 |
}
|
@@ -1845,6 +1909,9 @@ jQuery(document).on('click', '.b2s-upload-image', function () {
|
|
1845 |
jQuery('#b2s-network-select-image').modal('show');
|
1846 |
imageSize();
|
1847 |
});
|
|
|
|
|
|
|
1848 |
} else {
|
1849 |
jQuery('.b2s-upload-image-no-permission').show();
|
1850 |
}
|
667 |
jQuery('.b2s-post-item-info-area[data-network-auth-id="' + networkAuthId + '"]').hide();
|
668 |
jQuery('.b2s-post-approve-info[data-network-auth-id="' + networkAuthId + '"]').show();
|
669 |
}
|
|
|
670 |
}
|
671 |
+
|
672 |
//Content Curation V5.0.0
|
673 |
if (postType == "ex") {
|
674 |
jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + networkAuthId + '"]').prop("readonly", true);
|
688 |
}
|
689 |
}
|
690 |
|
691 |
+
if (networkId == "3") {
|
692 |
+
if (postFormat == '0' && jQuery('#user_version').val() > 0) {
|
693 |
+
jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').show();
|
694 |
+
jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').trigger("click");
|
695 |
+
jQuery('.linkedin-url-title[data-network-auth-id="' + networkAuthId + '"]').show();
|
696 |
+
jQuery('.linkedin-url-desc[data-network-auth-id="' + networkAuthId + '"]').hide(); //not showing on linkedin
|
697 |
+
jQuery('.b2s-image-remove-btn[data-network-auth-id="' + networkAuthId + '"]').hide();
|
698 |
+
jQuery('.b2s-select-image-modal-open[data-network-auth-id="' + networkAuthId + '"]').hide();
|
699 |
+
} else {
|
700 |
+
jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').hide();
|
701 |
+
jQuery('.linkedin-url-title[data-network-auth-id="' + networkAuthId + '"]').hide();
|
702 |
+
jQuery('.linkedin-url-desc[data-network-auth-id="' + networkAuthId + '"]').hide();
|
703 |
+
jQuery('.b2s-image-remove-btn[data-network-auth-id="' + networkAuthId + '"]').show();
|
704 |
+
jQuery('.b2s-select-image-modal-open[data-network-auth-id="' + networkAuthId + '"]').show();
|
705 |
+
}
|
706 |
+
if (jQuery('.b2s-post-item-details-release-input-date-select[data-network-auth-id="' + networkAuthId + '"]').val() == 1) {
|
707 |
+
jQuery('.b2s-select-image-modal-open[data-network-auth-id="' + networkAuthId + '"][data-network-count="-1"]').hide();
|
708 |
+
jQuery('.b2s-image-remove-btn[data-network-auth-id="' + networkAuthId + '"][data-network-count="-1"]').hide();
|
709 |
+
}
|
710 |
+
}
|
711 |
+
|
712 |
+
|
713 |
jQuery('.b2s-user-network-settings-post-format[data-network-type="' + networkType + '"][data-network-id="' + networkId + '"]').removeClass('b2s-settings-checked');
|
714 |
jQuery(this).addClass('b2s-settings-checked');
|
715 |
jQuery('#b2s-post-ship-item-post-format-modal').modal('hide');
|
806 |
if (networkId == "2" && jQuery('#isCardMetaChecked').val() == "1") {
|
807 |
isMetaChecked = true;
|
808 |
}
|
809 |
+
if (isMetaChecked && jQuery('.b2sNetworkSettingsPostFormatCurrent[data-network-type="' + networkType + '"][data-network-id="' + networkId + '"]').val() == "0") {
|
810 |
jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + networkAuthId + '"]').prop("readonly", false);
|
811 |
jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + networkAuthId + '"]').prop("readonly", false);
|
812 |
var dataMetaType = jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + networkAuthId + '"]').attr("data-meta-type");
|
842 |
jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + networkAuthId + '"]').prop("readonly", true);
|
843 |
jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').hide();
|
844 |
}
|
845 |
+
|
846 |
+
if (networkId == "3") {
|
847 |
+
if (jQuery('.b2sNetworkSettingsPostFormatCurrent[data-network-type="' + networkType + '"][data-network-id="' + networkId + '"]').val() == "0") {
|
848 |
+
jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').show();
|
849 |
+
jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').trigger("click");
|
850 |
+
jQuery('.linkedin-url-title[data-network-auth-id="' + networkAuthId + '"]').show();
|
851 |
+
jQuery('.linkedin-url-desc[data-network-auth-id="' + networkAuthId + '"]').hide(); //not showing on linkedin
|
852 |
+
jQuery('.b2s-image-remove-btn[data-network-auth-id="' + networkAuthId + '"]').hide();
|
853 |
+
jQuery('.b2s-select-image-modal-open[data-network-auth-id="' + networkAuthId + '"]').hide();
|
854 |
+
} else {
|
855 |
+
jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').hide();
|
856 |
+
jQuery('.linkedin-url-title[data-network-auth-id="' + networkAuthId + '"]').hide();
|
857 |
+
jQuery('.linkedin-url-desc[data-network-auth-id="' + networkAuthId + '"]').hide();
|
858 |
+
jQuery('.b2s-image-remove-btn[data-network-auth-id="' + networkAuthId + '"]').show();
|
859 |
+
jQuery('.b2s-select-image-modal-open[data-network-auth-id="' + networkAuthId + '"]').show();
|
860 |
+
}
|
861 |
+
if (jQuery('.b2s-post-item-details-release-input-date-select[data-network-auth-id="' + networkAuthId + '"]').val() == 1) {
|
862 |
+
jQuery('.b2s-select-image-modal-open[data-network-auth-id="' + networkAuthId + '"][data-network-count="-1"]').hide();
|
863 |
+
jQuery('.b2s-image-remove-btn[data-network-auth-id="' + networkAuthId + '"][data-network-count="-1"]').hide();
|
864 |
+
}
|
865 |
+
}
|
866 |
+
|
867 |
} else {
|
868 |
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()]);
|
869 |
jQuery('.b2s-post-item-details-post-format[data-network-id="' + networkId + '"]').val(jQuery('.b2sNetworkSettingsPostFormatCurrent[data-network-type="' + networkType + '"][data-network-id="' + networkId + '"]').val());
|
1058 |
var postFormatText = JSON.parse(jQuery('.b2sNetworkSettingsPostFormatText').val());
|
1059 |
var postFormatType = jQuery('.b2sNetworkSettingsPostFormatCurrent[data-network-type="' + data.networkType + '"][data-network-id="' + data.networkId + '"]').attr('data-post-format-type');
|
1060 |
if (jQuery('#user_version').val() >= 2) {
|
|
|
1061 |
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()]);
|
1062 |
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());
|
1063 |
var isMetaChecked = false;
|
1094 |
return true;
|
1095 |
}
|
1096 |
});
|
1097 |
+
jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + data.networkAuthId + '"]').show();
|
1098 |
+
jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + data.networkAuthId + '"]').trigger("click");
|
1099 |
} else {
|
1100 |
jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + data.networkAuthId + '"]').prop("readonly", true);
|
1101 |
jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + data.networkAuthId + '"]').prop("readonly", true);
|
1102 |
+
jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + data.networkAuthId + '"]').hide();
|
1103 |
+
}
|
1104 |
+
|
1105 |
+
if (data.networkId == "3") {
|
1106 |
+
if (jQuery('.b2sNetworkSettingsPostFormatCurrent[data-network-type="' + data.networkType + '"][data-network-id="' + data.networkId + '"]').val() == "0") {
|
1107 |
+
jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + data.networkAuthId + '"]').show();
|
1108 |
+
jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + data.networkAuthId + '"]').trigger("click");
|
1109 |
+
jQuery('.linkedin-url-title[data-network-auth-id="' + data.networkAuthId + '"]').show();
|
1110 |
+
jQuery('.linkedin-url-desc[data-network-auth-id="' + data.networkAuthId + '"]').hide(); // not showing on linkedin
|
1111 |
+
jQuery('.b2s-image-remove-btn[data-network-auth-id="' + data.networkAuthId + '"]').hide();
|
1112 |
+
jQuery('.b2s-select-image-modal-open[data-network-auth-id="' + data.networkAuthId + '"]').hide();
|
1113 |
+
} else {
|
1114 |
+
jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + data.networkAuthId + '"]').hide();
|
1115 |
+
jQuery('.linkedin-url-title[data-network-auth-id="' + data.networkAuthId + '"]').hide();
|
1116 |
+
jQuery('.linkedin-url-desc[data-network-auth-id="' + data.networkAuthId + '"]').hide();
|
1117 |
+
jQuery('.b2s-image-remove-btn[data-network-auth-id="' + data.networkAuthId + '"]').show();
|
1118 |
+
jQuery('.b2s-select-image-modal-open[data-network-auth-id="' + data.networkAuthId + '"]').show();
|
1119 |
+
}
|
1120 |
+
if (jQuery('.b2s-post-item-details-release-input-date-select[data-network-auth-id="' + data.networkAuthId + '"]').val() == 1) {
|
1121 |
+
jQuery('.b2s-select-image-modal-open[data-network-auth-id="' + data.networkAuthId + '"][data-network-count="-1"]').hide();
|
1122 |
+
jQuery('.b2s-image-remove-btn[data-network-auth-id="' + data.networkAuthId + '"][data-network-count="-1"]').hide();
|
1123 |
+
}
|
1124 |
}
|
1125 |
|
1126 |
} else {
|
1573 |
success: function (data) {
|
1574 |
jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + data.networkAuthId + '"]').removeClass('glyphicon-refresh-animate');
|
1575 |
if (data.result == true) {
|
1576 |
+
if (data.networkId == 3 || data.networkId == 19) { // LI,XI
|
|
|
|
|
|
|
1577 |
jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + data.networkAuthId + '"]').html(data.title);
|
1578 |
jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + data.networkAuthId + '"]').html(data.description);
|
1579 |
+
} else {
|
1580 |
+
jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + data.networkAuthId + '"]').val(data.title);
|
1581 |
+
jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + data.networkAuthId + '"]').val(data.description);
|
1582 |
}
|
|
|
1583 |
if (jQuery('.b2s-post-item-details-url-image[data-network-auth-id="' + data.networkAuthId + '"]').attr('data-network-image-change') == '0') {
|
1584 |
jQuery('.b2s-post-item-details-url-image[data-network-auth-id="' + data.networkAuthId + '"]').attr('src', data.image);
|
1585 |
}
|
|
|
1586 |
if (jQuery('.b2s-post-item-details-url-image[data-network-auth-id="' + data.networkAuthId + '"]').attr('data-network-image-change') == '1') {
|
1587 |
if (data.image != "") {
|
1588 |
jQuery('.b2s-post-item-details-url-image[data-network-auth-id="' + data.networkAuthId + '"]').attr('src', data.image);
|
1589 |
+
jQuery('.b2s-image-url-hidden-field[data-network-auth-id="' + data.networkAuthId + '"]').val(data.image);
|
1590 |
} else {
|
1591 |
jQuery('.b2s-post-item-details-url-image[data-network-auth-id="' + data.networkAuthId + '"]').attr('src', jQuery('#b2sDefaultNoImage').val());
|
1592 |
+
jQuery('.b2s-image-url-hidden-field[data-network-auth-id="' + data.networkAuthId + '"]').val(jQuery('#b2sDefaultNoImage').val());
|
1593 |
}
|
1594 |
}
|
1595 |
}
|
1909 |
jQuery('#b2s-network-select-image').modal('show');
|
1910 |
imageSize();
|
1911 |
});
|
1912 |
+
wpMedia.on('close', function () {
|
1913 |
+
jQuery('#b2s-network-select-image').modal('show');
|
1914 |
+
});
|
1915 |
} else {
|
1916 |
jQuery('.b2s-upload-image-no-permission').show();
|
1917 |
}
|
assets/js/b2s/wp/post-box.js
CHANGED
@@ -239,15 +239,22 @@ jQuery(document).on('click', '#b2s-post-meta-box-time-dropdown-publish', functio
|
|
239 |
});
|
240 |
|
241 |
jQuery(document).on('change', '.b2s-post-meta-box-sched-select', function () {
|
242 |
-
if (jQuery(this).val()
|
243 |
if (jQuery('#b2s-post-meta-box-version').val() > 1) {
|
244 |
-
jQuery(
|
|
|
|
|
|
|
|
|
|
|
|
|
245 |
} else {
|
246 |
jQuery(this).val('0');
|
247 |
jQuery('#b2s-post-meta-box-note-premium').show();
|
248 |
}
|
249 |
} else {
|
250 |
jQuery('.b2s-post-meta-box-sched-once').hide();
|
|
|
251 |
}
|
252 |
});
|
253 |
|
239 |
});
|
240 |
|
241 |
jQuery(document).on('change', '.b2s-post-meta-box-sched-select', function () {
|
242 |
+
if (jQuery(this).val() >= '1') {
|
243 |
if (jQuery('#b2s-post-meta-box-version').val() > 1) {
|
244 |
+
if (jQuery(this).val() == '1') {
|
245 |
+
jQuery('.b2s-post-meta-box-sched-best-time').hide();
|
246 |
+
jQuery('.b2s-post-meta-box-sched-once').show();
|
247 |
+
} else if (jQuery(this).val() == '2') {
|
248 |
+
jQuery('.b2s-post-meta-box-sched-once').hide();
|
249 |
+
jQuery('.b2s-post-meta-box-sched-best-time').show();
|
250 |
+
}
|
251 |
} else {
|
252 |
jQuery(this).val('0');
|
253 |
jQuery('#b2s-post-meta-box-note-premium').show();
|
254 |
}
|
255 |
} else {
|
256 |
jQuery('.b2s-post-meta-box-sched-once').hide();
|
257 |
+
jQuery('.b2s-post-meta-box-sched-best-time').hide();
|
258 |
}
|
259 |
});
|
260 |
|
blog2social.php
CHANGED
@@ -7,12 +7,12 @@
|
|
7 |
* Author: Blog2Social, Adenion
|
8 |
* Text Domain: blog2social
|
9 |
* Domain Path: /languages
|
10 |
-
* Version: 5.4.
|
11 |
* Author URI: https://www.blog2social.com
|
12 |
* License: GPL2+
|
13 |
*/
|
14 |
//B2SDefine
|
15 |
-
define('B2S_PLUGIN_VERSION', '
|
16 |
define('B2S_PLUGIN_LANGUAGE', serialize(array('de_DE', 'en_US')));
|
17 |
define('B2S_PLUGIN_DIR', plugin_dir_path(__FILE__));
|
18 |
define('B2S_PLUGIN_URL', plugin_dir_url(__FILE__));
|
7 |
* Author: Blog2Social, Adenion
|
8 |
* Text Domain: blog2social
|
9 |
* Domain Path: /languages
|
10 |
+
* Version: 5.4.1
|
11 |
* Author URI: https://www.blog2social.com
|
12 |
* License: GPL2+
|
13 |
*/
|
14 |
//B2SDefine
|
15 |
+
define('B2S_PLUGIN_VERSION', '541');
|
16 |
define('B2S_PLUGIN_LANGUAGE', serialize(array('de_DE', 'en_US')));
|
17 |
define('B2S_PLUGIN_DIR', plugin_dir_path(__FILE__));
|
18 |
define('B2S_PLUGIN_URL', plugin_dir_url(__FILE__));
|
includes/B2S/Api/Network/Pinterest.php
CHANGED
@@ -6,7 +6,7 @@ class B2S_Api_Network_Pinterest {
|
|
6 |
public $csrf = '';
|
7 |
public $appVersion = '';
|
8 |
public $route = 'https://www.pinterest.com/';
|
9 |
-
public $timeout =
|
10 |
|
11 |
public function __construct() {
|
12 |
|
@@ -67,6 +67,7 @@ class B2S_Api_Network_Pinterest {
|
|
67 |
}
|
68 |
$cookie = $result['cookies'];
|
69 |
$content = $result['body'];
|
|
|
70 |
$appVersion = trim($this->cutFromTo($content, '"app_version": "', '"'));
|
71 |
$fields = array('data' => '{"options":{"username_or_email":"' . $username . '","password":"' . addslashes(stripslashes($password)) . '"},"context":{"app_version":"' . $appVersion . '"}}', 'source_url' => '/login/', 'module_path' => 'App()>LoginPage()>Login()>Button(class_name=primary, text=Log in, type=submit, tagName=button, size=large)');
|
72 |
foreach ($cookie as $c) {
|
@@ -74,7 +75,10 @@ class B2S_Api_Network_Pinterest {
|
|
74 |
$csrfToken = $c->value;
|
75 |
}
|
76 |
}
|
77 |
-
|
|
|
|
|
|
|
78 |
$headerData = $this->setHeader($this->route . 'login/', $this->route, 'POST', true);
|
79 |
$headerData['X-NEW-APP'] = '1';
|
80 |
$headerData['X-APP-VERSION'] = $appVersion;
|
@@ -82,7 +86,7 @@ class B2S_Api_Network_Pinterest {
|
|
82 |
$requestData = array('headers' => $headerData, 'cookies' => $cookie, 'body' => $fields, 'timeout' => $this->timeout);
|
83 |
$result = wp_remote_post($this->route . 'resource/UserSessionResource/create/', $requestData);
|
84 |
if (is_wp_error($result)) {
|
85 |
-
return array('error' => 1, 'error_pos' =>
|
86 |
}
|
87 |
if (!empty($result['headers']['location'])) {
|
88 |
$loc = $this->cutFromTo($result['headers']['location'], 'https://', '.pinterest');
|
@@ -90,7 +94,7 @@ class B2S_Api_Network_Pinterest {
|
|
90 |
$requestData = array('headers' => $headerData, 'cookies' => $cookie, 'body' => $fields, 'timeout' => $this->timeout);
|
91 |
$result = wp_remote_post('https://' . $loc . '.pinterest.com/resource/UserSessionResource/create/', $requestData);
|
92 |
if (is_wp_error($result)) {
|
93 |
-
return array('error' => 1, 'error_pos' =>
|
94 |
}
|
95 |
} else {
|
96 |
$loc = 'www';
|
@@ -99,7 +103,7 @@ class B2S_Api_Network_Pinterest {
|
|
99 |
$content = $result['body'];
|
100 |
$response = json_decode($content, true);
|
101 |
} else {
|
102 |
-
return array('error' => 1, 'error_pos' =>
|
103 |
}
|
104 |
if (is_array($response) && empty($response['resource_response']['error'])) {
|
105 |
$this->cookie = $result['cookies'];
|
@@ -107,13 +111,15 @@ class B2S_Api_Network_Pinterest {
|
|
107 |
} elseif (is_array($response) && isset($response['resource_response']['error'])) {
|
108 |
return array('error' => 1, 'error_pos' => 6, 'error_data' => serialize($response['resource_response']['error']));
|
109 |
} elseif (stripos($content, 'CSRF') !== false) {
|
110 |
-
|
|
|
111 |
} elseif (stripos($content, 'suspicious activity') !== false) {
|
112 |
return array('error' => 1, 'error_pos' => 6, 'error_data' => 'Pinterest blocked logins from this IP because of suspicious activity');
|
113 |
} elseif (stripos($content, 'bot!') !== false) {
|
114 |
return array('error' => 1, 'error_pos' => 6, 'error_data' => 'Pinterest has your ip in the list of potentially suspicious networks and blocked it');
|
115 |
} else {
|
116 |
-
|
|
|
117 |
}
|
118 |
return array('error' => 1, 'error_pos' => 7, 'error_data' => 'Pinterest login failed - unknown error');
|
119 |
}
|
6 |
public $csrf = '';
|
7 |
public $appVersion = '';
|
8 |
public $route = 'https://www.pinterest.com/';
|
9 |
+
public $timeout = 25;
|
10 |
|
11 |
public function __construct() {
|
12 |
|
67 |
}
|
68 |
$cookie = $result['cookies'];
|
69 |
$content = $result['body'];
|
70 |
+
$csrfToken = '';
|
71 |
$appVersion = trim($this->cutFromTo($content, '"app_version": "', '"'));
|
72 |
$fields = array('data' => '{"options":{"username_or_email":"' . $username . '","password":"' . addslashes(stripslashes($password)) . '"},"context":{"app_version":"' . $appVersion . '"}}', 'source_url' => '/login/', 'module_path' => 'App()>LoginPage()>Login()>Button(class_name=primary, text=Log in, type=submit, tagName=button, size=large)');
|
73 |
foreach ($cookie as $c) {
|
75 |
$csrfToken = $c->value;
|
76 |
}
|
77 |
}
|
78 |
+
if (empty($csrfToken)) {
|
79 |
+
$error_data = trim(str_replace(array("\r\n", "\r", "\n"), " | ", strip_tags($this->cutFromTo($content, '</head>', '</body>'))));
|
80 |
+
return array('error' => 1, 'error_pos' => 2, 'location' => $this->route . 'login/', 'error_data' => 'CSRF verification failed - RESPONSE: ' . serialize($error_data) . ' COOKIE: ' . serialize($cookie));
|
81 |
+
}
|
82 |
$headerData = $this->setHeader($this->route . 'login/', $this->route, 'POST', true);
|
83 |
$headerData['X-NEW-APP'] = '1';
|
84 |
$headerData['X-APP-VERSION'] = $appVersion;
|
86 |
$requestData = array('headers' => $headerData, 'cookies' => $cookie, 'body' => $fields, 'timeout' => $this->timeout);
|
87 |
$result = wp_remote_post($this->route . 'resource/UserSessionResource/create/', $requestData);
|
88 |
if (is_wp_error($result)) {
|
89 |
+
return array('error' => 1, 'error_pos' => 3, 'error_data' => serialize($result));
|
90 |
}
|
91 |
if (!empty($result['headers']['location'])) {
|
92 |
$loc = $this->cutFromTo($result['headers']['location'], 'https://', '.pinterest');
|
94 |
$requestData = array('headers' => $headerData, 'cookies' => $cookie, 'body' => $fields, 'timeout' => $this->timeout);
|
95 |
$result = wp_remote_post('https://' . $loc . '.pinterest.com/resource/UserSessionResource/create/', $requestData);
|
96 |
if (is_wp_error($result)) {
|
97 |
+
return array('error' => 1, 'error_pos' => 4, 'error_data' => serialize($result));
|
98 |
}
|
99 |
} else {
|
100 |
$loc = 'www';
|
103 |
$content = $result['body'];
|
104 |
$response = json_decode($content, true);
|
105 |
} else {
|
106 |
+
return array('error' => 1, 'error_pos' => 5, 'error_data' => serialize($result));
|
107 |
}
|
108 |
if (is_array($response) && empty($response['resource_response']['error'])) {
|
109 |
$this->cookie = $result['cookies'];
|
111 |
} elseif (is_array($response) && isset($response['resource_response']['error'])) {
|
112 |
return array('error' => 1, 'error_pos' => 6, 'error_data' => serialize($response['resource_response']['error']));
|
113 |
} elseif (stripos($content, 'CSRF') !== false) {
|
114 |
+
$error_data = trim(str_replace(array("\r\n", "\r", "\n"), " | ", strip_tags($this->cutFromTo($content, '</head>', '</body>'))));
|
115 |
+
return array('error' => 1, 'error_pos' => 6, 'error_data' => 'CSRF verification failed ' . serialize($error_data));
|
116 |
} elseif (stripos($content, 'suspicious activity') !== false) {
|
117 |
return array('error' => 1, 'error_pos' => 6, 'error_data' => 'Pinterest blocked logins from this IP because of suspicious activity');
|
118 |
} elseif (stripos($content, 'bot!') !== false) {
|
119 |
return array('error' => 1, 'error_pos' => 6, 'error_data' => 'Pinterest has your ip in the list of potentially suspicious networks and blocked it');
|
120 |
} else {
|
121 |
+
$error_data = trim(str_replace(array("\r\n", "\r", "\n"), " | ", strip_tags($this->cutFromTo($content, '</head>', '</body>'))));
|
122 |
+
return array('error' => 1, 'error_pos' => 6, 'error_data' => 'Pinterest login failed - unknown error ' . serialize($error_data));
|
123 |
}
|
124 |
return array('error' => 1, 'error_pos' => 7, 'error_data' => 'Pinterest login failed - unknown error');
|
125 |
}
|
includes/B2S/AutoPost.php
CHANGED
@@ -40,10 +40,17 @@ class B2S_AutoPost {
|
|
40 |
$postData = array('content' => '', 'custom_title' => '', 'tags' => array(), 'network_auth_id' => (int) $networkAuthId);
|
41 |
|
42 |
//PostFormat
|
43 |
-
if (in_array($networkId, array(1, 2,
|
44 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
}
|
46 |
-
|
47 |
//Special
|
48 |
if ($networkId == 1 || $networkId == 3) {
|
49 |
$postData['content'] = (isset($this->setPreFillText[$networkType][$networkId])) ? B2S_Util::getExcerpt($this->content, (int) $this->setPreFillText[$networkType][$networkId], (int) $this->setPreFillTextLimit[$networkType][$networkId]) : $this->content;
|
@@ -153,7 +160,7 @@ class B2S_AutoPost {
|
|
153 |
$hashTags = '';
|
154 |
if (is_array($this->keywords) && !empty($this->keywords)) {
|
155 |
foreach ($this->keywords as $tag) {
|
156 |
-
$hashTags .= ' #' . str_replace(array(" ", "-"), "", $tag->name);
|
157 |
}
|
158 |
}
|
159 |
return (!empty($hashTags) ? (!empty($add) ? $add . $hashTags : $hashTags) : '');
|
40 |
$postData = array('content' => '', 'custom_title' => '', 'tags' => array(), 'network_auth_id' => (int) $networkAuthId);
|
41 |
|
42 |
//PostFormat
|
43 |
+
if (in_array($networkId, array(1, 2, 3, 12))) {
|
44 |
+
//Get: client settings
|
45 |
+
if (isset($this->optionPostFormat[$networkId]) && is_array($this->optionPostFormat[$networkId]) && (isset($this->optionPostFormat[$networkId]['all']) || isset($this->optionPostFormat[$networkId][$networkType]))) {
|
46 |
+
$postData['post_format'] = isset($this->optionPostFormat[$networkId][$networkType]) ? (int) $this->optionPostFormat[$networkId][$networkType] : (isset($this->optionPostFormat[$networkId]['all']) ? (int) $this->optionPostFormat[$networkId]['all'] : 0);
|
47 |
+
} else {
|
48 |
+
//Set: default settings
|
49 |
+
$defaultPostFormat = unserialize(B2S_PLUGIN_NETWORK_SETTINGS_FORMAT_DEFAULT);
|
50 |
+
$postData['post_format'] = isset($defaultPostFormat[$networkId]) ? (int) $defaultPostFormat[$networkId] : 0;
|
51 |
+
}
|
52 |
+
//$postData['post_format'] = ((isset($this->optionPostFormat[$networkId]) && is_array($this->optionPostFormat[$networkId]) && ((isset($this->optionPostFormat[$networkId]['all']) && (int) $this->optionPostFormat[$networkId]['all'] == 0) || (isset($this->optionPostFormat[$networkId][$networkType]) && (int) $this->optionPostFormat[$networkId][$networkType] == 0)) ) ? 0 : (!isset($this->optionPostFormat[$networkId]) ? 0 : 1 ));
|
53 |
}
|
|
|
54 |
//Special
|
55 |
if ($networkId == 1 || $networkId == 3) {
|
56 |
$postData['content'] = (isset($this->setPreFillText[$networkType][$networkId])) ? B2S_Util::getExcerpt($this->content, (int) $this->setPreFillText[$networkType][$networkId], (int) $this->setPreFillTextLimit[$networkType][$networkId]) : $this->content;
|
160 |
$hashTags = '';
|
161 |
if (is_array($this->keywords) && !empty($this->keywords)) {
|
162 |
foreach ($this->keywords as $tag) {
|
163 |
+
$hashTags .= ' #' . str_replace(array(" ", "-", '"', "'", "!", "?", ",", ".", ";", ":"), "", $tag->name);
|
164 |
}
|
165 |
}
|
166 |
return (!empty($hashTags) ? (!empty($add) ? $add . $hashTags : $hashTags) : '');
|
includes/B2S/Calendar/Item.php
CHANGED
@@ -53,7 +53,7 @@ class B2S_Calendar_Item {
|
|
53 |
->setStatus($data->publish_error_code)
|
54 |
->setPublishLink($data->publish_link);
|
55 |
|
56 |
-
if ($data->network_id == 1 || $data->network_id == 2) {
|
57 |
$this->setPostFormat();
|
58 |
}
|
59 |
if ($data->network_id == 2 && isset($data->relay_primary_sched_date)) {
|
53 |
->setStatus($data->publish_error_code)
|
54 |
->setPublishLink($data->publish_link);
|
55 |
|
56 |
+
if ($data->network_id == 1 || $data->network_id == 2 || $data->network_id == 3) {
|
57 |
$this->setPostFormat();
|
58 |
}
|
59 |
if ($data->network_id == 2 && isset($data->relay_primary_sched_date)) {
|
includes/B2S/Post/Item.php
CHANGED
@@ -350,7 +350,7 @@ class B2S_Post_Item {
|
|
350 |
$userInfo = get_user_meta($var->post_author);
|
351 |
$lastPublish = $this->getLastPublish($var->ID);
|
352 |
$lastPublish = ($lastPublish != false) ? ' | ' . __('last shared on social media', 'blog2social') . ' ' . B2S_Util::getCustomDateFormat($lastPublish, substr(B2S_LANGUAGE, 0, 2)) : '';
|
353 |
-
$url = (!empty($browser)) ? get_post_meta($var->ID, "b2s_original_url", true) :
|
354 |
|
355 |
$this->postItem .= '<li class="list-group-item">
|
356 |
<div class="media">
|
350 |
$userInfo = get_user_meta($var->post_author);
|
351 |
$lastPublish = $this->getLastPublish($var->ID);
|
352 |
$lastPublish = ($lastPublish != false) ? ' | ' . __('last shared on social media', 'blog2social') . ' ' . B2S_Util::getCustomDateFormat($lastPublish, substr(B2S_LANGUAGE, 0, 2)) : '';
|
353 |
+
$url = (!empty($browser)) ? get_post_meta($var->ID, "b2s_original_url", true) : $var->guid;
|
354 |
|
355 |
$this->postItem .= '<li class="list-group-item">
|
356 |
<div class="media">
|
includes/B2S/PostBox.php
CHANGED
@@ -221,6 +221,7 @@ class B2S_PostBox {
|
|
221 |
$content .='<select class="b2s-post-meta-box-sched-select" style="width:100%;" name="b2s-post-meta-box-sched-select">
|
222 |
<option value="0">' . __('immediately after publishing', 'blog2social') . '</option>
|
223 |
<option value="1">' . __('at scheduled times', 'blog2social') . '</option>
|
|
|
224 |
</select>';
|
225 |
|
226 |
$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>' . __('You want to sched your blog post with Auto-Poster?', 'blog2social') . '</b><br> <a class="" target="_blank" href="' . B2S_Tools::getSupportLink('affiliate') . '">' . __('Upgrade to PREMIUM PRO', 'blog2social') . '</a></div>';
|
@@ -232,16 +233,19 @@ class B2S_PostBox {
|
|
232 |
$content .='<label class="b2s-font-bold">' . __('Select date:', 'blog2social') . '</label>';
|
233 |
$content .='<a href="#b2s-post-box-calendar-header" id="b2s-post-box-calendar-btn" class="pull-right">' . __('show calendar', 'blog2social') . '</a>';
|
234 |
$content .='<br><span class="dashicons dashicons-calendar b2s-calendar-icon"></span><input style="width:88%;" id="b2s-post-meta-box-sched-date-picker" name="b2s-post-meta-box-sched-date" value="" readonly data-timepicker="true" data-language="' . substr(B2S_LANGUAGE, 0, 2) . '" data-time-format="' . $timeFormat . '" data-date-format="' . $dateFormat . '" type="text"><br>';
|
235 |
-
|
|
|
|
|
236 |
//Opt: Best Time Settings
|
237 |
if (!empty($myBestTimeSettings) && is_array($myBestTimeSettings)) {
|
238 |
$bestTimeSettings = array('type' => $bestTimeType, 'times' => $myBestTimeSettings);
|
239 |
-
$content .="<input id='b2s-post-meta-box-best-time-settings' class='post-format' name='b2s-post-meta-box-best-time-settings' value='" . serialize($bestTimeSettings) . "' type='
|
240 |
-
$content .="<
|
241 |
-
$content .=
|
|
|
242 |
$content .='<br><hr><span>' . __('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.', 'blog2social') . '</span>';
|
|
|
243 |
}
|
244 |
-
$content .="</div>";
|
245 |
|
246 |
$content .='</div>';
|
247 |
return $content;
|
221 |
$content .='<select class="b2s-post-meta-box-sched-select" style="width:100%;" name="b2s-post-meta-box-sched-select">
|
222 |
<option value="0">' . __('immediately after publishing', 'blog2social') . '</option>
|
223 |
<option value="1">' . __('at scheduled times', 'blog2social') . '</option>
|
224 |
+
<option value="2">' . __('schedule (best times)', 'blog2social') . '</option>
|
225 |
</select>';
|
226 |
|
227 |
$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>' . __('You want to sched your blog post with Auto-Poster?', 'blog2social') . '</b><br> <a class="" target="_blank" href="' . B2S_Tools::getSupportLink('affiliate') . '">' . __('Upgrade to PREMIUM PRO', 'blog2social') . '</a></div>';
|
233 |
$content .='<label class="b2s-font-bold">' . __('Select date:', 'blog2social') . '</label>';
|
234 |
$content .='<a href="#b2s-post-box-calendar-header" id="b2s-post-box-calendar-btn" class="pull-right">' . __('show calendar', 'blog2social') . '</a>';
|
235 |
$content .='<br><span class="dashicons dashicons-calendar b2s-calendar-icon"></span><input style="width:88%;" id="b2s-post-meta-box-sched-date-picker" name="b2s-post-meta-box-sched-date" value="" readonly data-timepicker="true" data-language="' . substr(B2S_LANGUAGE, 0, 2) . '" data-time-format="' . $timeFormat . '" data-date-format="' . $dateFormat . '" type="text"><br>';
|
236 |
+
|
237 |
+
$content .="</div>";
|
238 |
+
|
239 |
//Opt: Best Time Settings
|
240 |
if (!empty($myBestTimeSettings) && is_array($myBestTimeSettings)) {
|
241 |
$bestTimeSettings = array('type' => $bestTimeType, 'times' => $myBestTimeSettings);
|
242 |
+
$content .="<input id='b2s-post-meta-box-best-time-settings' class='post-format' name='b2s-post-meta-box-best-time-settings' value='" . serialize($bestTimeSettings) . "' type='hidden'> ";
|
243 |
+
$content .="<div class='b2s-post-meta-box-sched-best-time' style='display:none;'>";
|
244 |
+
$content .="<span class='post-format-icon'>" . __('change', 'blog2social') . "</span>";
|
245 |
+
$content .=' <a href="' . $this->b2sSiteUrl . 'wp-admin/admin.php?page=blog2social-network' . '" target="_blank">' . __('best times', 'blog2social') . '</a></label>';
|
246 |
$content .='<br><hr><span>' . __('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.', 'blog2social') . '</span>';
|
247 |
+
$content .="</div>";
|
248 |
}
|
|
|
249 |
|
250 |
$content .='</div>';
|
251 |
return $content;
|
includes/B2S/QuickPost.php
CHANGED
@@ -16,7 +16,7 @@ class B2S_QuickPost {
|
|
16 |
if ((int) $networkId > 0 && (int) $networkAuthId > 0) {
|
17 |
$postData = array('content' => '', 'custom_title' => '', 'tags' => array(), 'network_auth_id' => (int) $networkAuthId);
|
18 |
//PostFormat
|
19 |
-
if (in_array($networkId, array(1, 2,
|
20 |
$postData['post_format'] = 0;
|
21 |
}
|
22 |
//Content
|
16 |
if ((int) $networkId > 0 && (int) $networkAuthId > 0) {
|
17 |
$postData = array('content' => '', 'custom_title' => '', 'tags' => array(), 'network_auth_id' => (int) $networkAuthId);
|
18 |
//PostFormat
|
19 |
+
if (in_array($networkId, array(1, 2, 3, 12))) {
|
20 |
$postData['post_format'] = 0;
|
21 |
}
|
22 |
//Content
|
includes/B2S/Settings/Item.php
CHANGED
@@ -118,7 +118,10 @@ class B2S_Settings_Item {
|
|
118 |
$limit = unserialize(B2S_PLUGIN_AUTO_POST_LIMIT);
|
119 |
|
120 |
$content = '';
|
121 |
-
$content .='<div class="panel panel-group b2s-auto-post-own-general-warning"><div class="panel-body"
|
|
|
|
|
|
|
122 |
$content .='</div>';
|
123 |
$content .='<h4>' . __('Auto-post your own created posts', 'blog2social') . ' ' . $isPremium . ' <a href="#" data-toggle="modal" data-target="#b2sInfoAutoShareModal" class="b2s-info-btn del-padding-left">' . __('Info', 'Blog2Social') . '</a>';
|
124 |
$content .='<br><div class="b2s-text-sm">' . __('Define by default to automatically post your posts on social media:', 'blog2social') . '</div>';
|
@@ -363,6 +366,7 @@ class B2S_Settings_Item {
|
|
363 |
|
364 |
public function getNetworkSettingsHtml() {
|
365 |
$optionPostFormat = $this->options->_getOption('post_format');
|
|
|
366 |
$content = '';
|
367 |
$networkName = unserialize(B2S_PLUGIN_NETWORK);
|
368 |
|
@@ -373,11 +377,11 @@ class B2S_Settings_Item {
|
|
373 |
$content .='<hr></div>';
|
374 |
}
|
375 |
|
376 |
-
foreach (array(1, 2,
|
377 |
-
$type = ($networkId == 1
|
378 |
foreach ($type as $t => $typeId) { //Profile,Page,Group
|
379 |
if (!isset($optionPostFormat[$networkId]['all'])) {
|
380 |
-
$optionPostFormat[$networkId]['all'] = 0;
|
381 |
}
|
382 |
|
383 |
$post_format_0 = ((isset($optionPostFormat[$networkId]) && is_array($optionPostFormat[$networkId]) && (((int) $optionPostFormat[$networkId]['all'] == 0) || (isset($optionPostFormat[$networkId][$typeId]) && (int) $optionPostFormat[$networkId][$typeId] == 0)) ) ? 'b2s-settings-checked' : (!isset($optionPostFormat[$networkId]) ? 'b2s-settings-checked' : '' )); //LinkPost
|
@@ -393,7 +397,7 @@ class B2S_Settings_Item {
|
|
393 |
if ($networkId == 12) {
|
394 |
$content .= __('Insert white frames to show the whole image in your timeline. All image information will be shown in your timeline.', 'blog2social');
|
395 |
} else {
|
396 |
-
$content .= __('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.
|
397 |
}
|
398 |
$content .='</div>';
|
399 |
$content .='<div class="col-md-6 col-xs-12">';
|
@@ -418,24 +422,17 @@ class B2S_Settings_Item {
|
|
418 |
$optionPostFormat = $this->options->_getOption('post_format');
|
419 |
$optionNoCache = $this->options->_getOption('link_no_cache');
|
420 |
$optionNoCache = ($optionNoCache === false || $optionNoCache == 0) ? 0 : 1; //default inactive , 1=active 0=not
|
421 |
-
//Take old settings
|
422 |
-
if (!isset($optionPostFormat[$networkId])) {
|
423 |
-
$oldPostFormatSettings = ($networkId == 1) ? (isset($this->settings->network_post_format_1) ? (int) $this->settings->network_post_format_1 : 0) : (isset($this->settings->network_post_format_2) ? (int) $this->settings->network_post_format_2 : 1); // Twitter Default Photopost
|
424 |
-
$post_format[$networkId] = array();
|
425 |
-
$post_format[$networkId] = array('all' => $oldPostFormatSettings);
|
426 |
-
$optionPostFormat = $post_format;
|
427 |
-
$this->options->_setOption('post_format', $post_format);
|
428 |
-
}
|
429 |
|
430 |
if (!isset($optionPostFormat[$networkId]['all'])) {
|
431 |
-
$
|
|
|
432 |
}
|
433 |
|
434 |
$disabledInputType = (B2S_PLUGIN_USER_VERSION < 2) ? 'disabled' : '';
|
435 |
$disabledInputAll = (B2S_PLUGIN_USER_VERSION == 0) ? 'disabled' : '';
|
436 |
$disabledTextType = (B2S_PLUGIN_USER_VERSION < 2) ? 'font-gray' : '';
|
437 |
$disabledTextAll = (B2S_PLUGIN_USER_VERSION == 0) ? 'font-gray' : '';
|
438 |
-
$textAll = ($networkId == 1 || $networkId ==
|
439 |
|
440 |
|
441 |
$content = '';
|
@@ -445,19 +442,21 @@ class B2S_Settings_Item {
|
|
445 |
$content .= '<br><br>';
|
446 |
$content .='<div class="padding-left-15">';
|
447 |
|
448 |
-
if ((B2S_PLUGIN_USER_VERSION < 2 && ($networkId == 1 || $networkId ==
|
449 |
$content .= '<div class="col-lg-3 col-md-4 col-xs-5 del-padding-left del-padding-right b2s-input-margin-bottom-5"><input type="radio" ' . $disabledInputAll . ' id="all-' . $networkId . '-1" ' . ( (isset($optionPostFormat[$networkId]) && is_array($optionPostFormat[$networkId]) && (int) $optionPostFormat[$networkId]['all'] == 0) ? 'checked' : ((!isset($optionPostFormat[$networkId])) ? 'checked' : '' )) . ' name="all" value="0"><label class="' . $disabledTextAll . '" for="all-' . $networkId . '-1">' . $textAll . '</label></div><div class="clearfix"></div>';
|
450 |
}
|
451 |
-
if ($networkId == 1
|
452 |
$content .= '<div class="col-lg-3 col-md-4 col-xs-5 del-padding-left del-padding-right"><input type="radio" ' . $disabledInputType . ' id="type[0]-' . $networkId . '-1" ' . ((isset($optionPostFormat[$networkId][0]) && (int) $optionPostFormat[$networkId][0] == 0) ? 'checked' : ( (int) $optionPostFormat[$networkId]['all'] == 0 && !isset($optionPostFormat[$networkId][0]) && B2S_PLUGIN_USER_VERSION >= 2) ? 'checked' : '') . ' name="type-format[0]" value="0"><label class="' . $disabledTextType . '" for="type[0]-' . $networkId . '-1">' . __('Profile', 'blog2social') . '</label></div><div class="clearfix"></div>';
|
453 |
$content .= '<div class="col-lg-3 col-md-4 col-xs-5 del-padding-left del-padding-right"><input type="radio" ' . $disabledInputType . ' id="type[1]-' . $networkId . '-1" ' . ( (isset($optionPostFormat[$networkId][1]) && (int) $optionPostFormat[$networkId][1] == 0) ? 'checked' : ( (int) $optionPostFormat[$networkId]['all'] == 0 && !isset($optionPostFormat[$networkId][0]) && B2S_PLUGIN_USER_VERSION >= 2) ? 'checked' : '') . ' name="type-format[1]" value="0"><label class="' . $disabledTextType . '" for="type[1]-' . $networkId . '-1">' . __('Page', 'blog2social') . '</label></div><div class="clearfix"></div>';
|
454 |
$content .= '<div class="col-lg-3 col-md-4 col-xs-5 del-padding-left del-padding-right"><input type="radio" ' . $disabledInputType . ' id="type[2]-' . $networkId . '-1" ' . ( (isset($optionPostFormat[$networkId][2]) && (int) $optionPostFormat[$networkId][2] == 0) ? 'checked' : ( (int) $optionPostFormat[$networkId]['all'] == 0 && !isset($optionPostFormat[$networkId][0]) && B2S_PLUGIN_USER_VERSION >= 2) ? 'checked' : '') . ' name="type-format[2]" value="0"><label class="' . $disabledTextType . '" for="type[2]-' . $networkId . '-1">' . __('Group', 'blog2social') . '</label></div><div class="clearfix"></div>';
|
455 |
-
|
456 |
-
|
457 |
-
|
458 |
-
|
459 |
-
|
|
|
460 |
}
|
|
|
461 |
$content .='</div>';
|
462 |
$content .='</div>';
|
463 |
|
@@ -467,14 +466,18 @@ class B2S_Settings_Item {
|
|
467 |
$content .= '<br><br>';
|
468 |
$content .='<div class="padding-left-15">';
|
469 |
|
470 |
-
if ((B2S_PLUGIN_USER_VERSION < 2 && ($networkId == 1 || $networkId ==
|
471 |
$content .= '<div class="col-lg-3 col-md-4 col-xs-5 del-padding-left del-padding-right b2s-input-margin-bottom-5"><input type="radio" ' . $disabledInputAll . ' id="all-' . $networkId . '-2" ' . ((isset($optionPostFormat[$networkId]) && is_array($optionPostFormat[$networkId]) && (int) $optionPostFormat[$networkId]['all'] == 1) ? 'checked' : '') . ' name="all" value="1"><label class="' . $disabledTextAll . '" for="all-' . $networkId . '-2">' . $textAll . '</label></div><div class="clearfix"></div>';
|
472 |
}
|
473 |
-
if ($networkId == 1
|
474 |
$content .= '<div class="col-lg-3 col-md-4 col-xs-5 del-padding-left del-padding-right"><input type="radio" ' . $disabledInputType . ' id="type[0]-' . $networkId . '-2" ' . ( (isset($optionPostFormat[$networkId][0]) && (int) $optionPostFormat[$networkId][0] == 1) ? 'checked' : ( (int) $optionPostFormat[$networkId]['all'] == 1 && !isset($optionPostFormat[$networkId][0]) && B2S_PLUGIN_USER_VERSION >= 2) ? 'checked' : '') . ' name="type-format[0]" value="1"><label class="' . $disabledTextType . '" for="type[0]-' . $networkId . '-2">' . __('Profile', 'blog2social') . '</label></div><div class="clearfix"></div>';
|
475 |
$content .= '<div class="col-lg-3 col-md-4 col-xs-5 del-padding-left del-padding-right"><input type="radio" ' . $disabledInputType . ' id="type[1]-' . $networkId . '-2" ' . ( (isset($optionPostFormat[$networkId][1]) && (int) $optionPostFormat[$networkId][1] == 1) ? 'checked' : ( (int) $optionPostFormat[$networkId]['all'] == 1 && !isset($optionPostFormat[$networkId][1]) && B2S_PLUGIN_USER_VERSION >= 2) ? 'checked' : '') . ' name="type-format[1]" value="1"><label class="' . $disabledTextType . '" for="type[1]-' . $networkId . '-2">' . __('Page', 'blog2social') . '</label></div><div class="clearfix"></div>';
|
476 |
$content .= '<div class="col-lg-3 col-md-4 col-xs-5 del-padding-left del-padding-right"><input type="radio" ' . $disabledInputType . ' id="type[2]-' . $networkId . '-2" ' . ( (isset($optionPostFormat[$networkId][2]) && (int) $optionPostFormat[$networkId][2] == 1) ? 'checked' : ( (int) $optionPostFormat[$networkId]['all'] == 1 && !isset($optionPostFormat[$networkId][1]) && B2S_PLUGIN_USER_VERSION >= 2) ? 'checked' : '') . ' name="type-format[2]" value="1"><label class="' . $disabledTextType . '" for="type[2]-' . $networkId . '-2">' . __('Group', 'blog2social') . '</label></div><div class="clearfix"></div>';
|
477 |
}
|
|
|
|
|
|
|
|
|
478 |
$content .='</div>';
|
479 |
$content .='</div>';
|
480 |
return $content;
|
@@ -484,18 +487,9 @@ class B2S_Settings_Item {
|
|
484 |
public function setNetworkSettingsHtml() {
|
485 |
$optionPostFormat = $this->options->_getOption('post_format');
|
486 |
$content = "<input type='hidden' class='b2sNetworkSettingsPostFormatText' value='" . json_encode(array('post' => array(__('Link Post', 'blog2social'), __('Photo Post', 'blog2social')), 'image' => array(__('Image with frame'), __('Image cut out')))) . "'/>";
|
487 |
-
foreach (array(1, 2,
|
488 |
-
//Take old settings
|
489 |
-
if (!isset($optionPostFormat[$networkId])) {
|
490 |
-
$oldPostFormatSettings = ($networkId == 1 || $networkId == 10) ? (isset($this->settings->network_post_format_1) ? (int) $this->settings->network_post_format_1 : 0) : (isset($this->settings->network_post_format_2) ? (int) $this->settings->network_post_format_2 : 1); // Twitter Default Photopost
|
491 |
-
$post_format[$networkId] = array();
|
492 |
-
$post_format[$networkId] = array('all' => $oldPostFormatSettings);
|
493 |
-
$optionPostFormat = $post_format;
|
494 |
-
$this->options->_setOption('post_format', $post_format);
|
495 |
-
}
|
496 |
-
|
497 |
$postFormatType = ($networkId == 12) ? 'image' : 'post';
|
498 |
-
$type = ($networkId == 1
|
499 |
foreach ($type as $t => $typeId) { //Profile,Page,Group
|
500 |
if (!isset($optionPostFormat[$networkId]['all']) && !isset($optionPostFormat[$networkId][$typeId])) { //DEFAULT
|
501 |
$optionPostFormat[$networkId]['all'] = 0;
|
118 |
$limit = unserialize(B2S_PLUGIN_AUTO_POST_LIMIT);
|
119 |
|
120 |
$content = '';
|
121 |
+
$content .='<div class="panel panel-group b2s-auto-post-own-general-warning"><div class="panel-body">';
|
122 |
+
$content .='<span class="glyphicon glyphicon-exclamation-sign glyphicon-warning"></span> ' . __('Auto-posts for Facebook Profiles will be shown in the "Instant Sharing" tab on your "Posts & Sharing" navigation bar and can be shared on your Facebook Profile by clicking on the "Share" button next to your auto-post.', 'blog2social');
|
123 |
+
//$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>";
|
124 |
+
$content .='</div>';
|
125 |
$content .='</div>';
|
126 |
$content .='<h4>' . __('Auto-post your own created posts', 'blog2social') . ' ' . $isPremium . ' <a href="#" data-toggle="modal" data-target="#b2sInfoAutoShareModal" class="b2s-info-btn del-padding-left">' . __('Info', 'Blog2Social') . '</a>';
|
127 |
$content .='<br><div class="b2s-text-sm">' . __('Define by default to automatically post your posts on social media:', 'blog2social') . '</div>';
|
366 |
|
367 |
public function getNetworkSettingsHtml() {
|
368 |
$optionPostFormat = $this->options->_getOption('post_format');
|
369 |
+
$defaultPostFormat = unserialize(B2S_PLUGIN_NETWORK_SETTINGS_FORMAT_DEFAULT);
|
370 |
$content = '';
|
371 |
$networkName = unserialize(B2S_PLUGIN_NETWORK);
|
372 |
|
377 |
$content .='<hr></div>';
|
378 |
}
|
379 |
|
380 |
+
foreach (array(1, 2, 3, 12) as $n => $networkId) { //FB,TW,LI,IN
|
381 |
+
$type = ($networkId == 1) ? array(0, 1, 2) : (($networkId == 3) ? array(0, 1) : array(0));
|
382 |
foreach ($type as $t => $typeId) { //Profile,Page,Group
|
383 |
if (!isset($optionPostFormat[$networkId]['all'])) {
|
384 |
+
$optionPostFormat[$networkId]['all'] = isset($defaultPostFormat[$networkId]) ? (int) $defaultPostFormat[$networkId] : 0;
|
385 |
}
|
386 |
|
387 |
$post_format_0 = ((isset($optionPostFormat[$networkId]) && is_array($optionPostFormat[$networkId]) && (((int) $optionPostFormat[$networkId]['all'] == 0) || (isset($optionPostFormat[$networkId][$typeId]) && (int) $optionPostFormat[$networkId][$typeId] == 0)) ) ? 'b2s-settings-checked' : (!isset($optionPostFormat[$networkId]) ? 'b2s-settings-checked' : '' )); //LinkPost
|
397 |
if ($networkId == 12) {
|
398 |
$content .= __('Insert white frames to show the whole image in your timeline. All image information will be shown in your timeline.', 'blog2social');
|
399 |
} else {
|
400 |
+
$content .= __('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.', 'blog2social');
|
401 |
}
|
402 |
$content .='</div>';
|
403 |
$content .='<div class="col-md-6 col-xs-12">';
|
422 |
$optionPostFormat = $this->options->_getOption('post_format');
|
423 |
$optionNoCache = $this->options->_getOption('link_no_cache');
|
424 |
$optionNoCache = ($optionNoCache === false || $optionNoCache == 0) ? 0 : 1; //default inactive , 1=active 0=not
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
425 |
|
426 |
if (!isset($optionPostFormat[$networkId]['all'])) {
|
427 |
+
$defaultPostFormat = unserialize(B2S_PLUGIN_NETWORK_SETTINGS_FORMAT_DEFAULT);
|
428 |
+
$optionPostFormat[$networkId]['all'] = isset($defaultPostFormat[$networkId]) ? (int) $defaultPostFormat[$networkId] : 0;
|
429 |
}
|
430 |
|
431 |
$disabledInputType = (B2S_PLUGIN_USER_VERSION < 2) ? 'disabled' : '';
|
432 |
$disabledInputAll = (B2S_PLUGIN_USER_VERSION == 0) ? 'disabled' : '';
|
433 |
$disabledTextType = (B2S_PLUGIN_USER_VERSION < 2) ? 'font-gray' : '';
|
434 |
$disabledTextAll = (B2S_PLUGIN_USER_VERSION == 0) ? 'font-gray' : '';
|
435 |
+
$textAll = ($networkId == 1 || $networkId == 3) ? __('All', 'blog2social') : __('Profile', 'blog2social');
|
436 |
|
437 |
|
438 |
$content = '';
|
442 |
$content .= '<br><br>';
|
443 |
$content .='<div class="padding-left-15">';
|
444 |
|
445 |
+
if ((B2S_PLUGIN_USER_VERSION < 2 && ($networkId == 1 || $networkId == 3)) || $networkId == 2 || $networkId == 12) {
|
446 |
$content .= '<div class="col-lg-3 col-md-4 col-xs-5 del-padding-left del-padding-right b2s-input-margin-bottom-5"><input type="radio" ' . $disabledInputAll . ' id="all-' . $networkId . '-1" ' . ( (isset($optionPostFormat[$networkId]) && is_array($optionPostFormat[$networkId]) && (int) $optionPostFormat[$networkId]['all'] == 0) ? 'checked' : ((!isset($optionPostFormat[$networkId])) ? 'checked' : '' )) . ' name="all" value="0"><label class="' . $disabledTextAll . '" for="all-' . $networkId . '-1">' . $textAll . '</label></div><div class="clearfix"></div>';
|
447 |
}
|
448 |
+
if ($networkId == 1) {
|
449 |
$content .= '<div class="col-lg-3 col-md-4 col-xs-5 del-padding-left del-padding-right"><input type="radio" ' . $disabledInputType . ' id="type[0]-' . $networkId . '-1" ' . ((isset($optionPostFormat[$networkId][0]) && (int) $optionPostFormat[$networkId][0] == 0) ? 'checked' : ( (int) $optionPostFormat[$networkId]['all'] == 0 && !isset($optionPostFormat[$networkId][0]) && B2S_PLUGIN_USER_VERSION >= 2) ? 'checked' : '') . ' name="type-format[0]" value="0"><label class="' . $disabledTextType . '" for="type[0]-' . $networkId . '-1">' . __('Profile', 'blog2social') . '</label></div><div class="clearfix"></div>';
|
450 |
$content .= '<div class="col-lg-3 col-md-4 col-xs-5 del-padding-left del-padding-right"><input type="radio" ' . $disabledInputType . ' id="type[1]-' . $networkId . '-1" ' . ( (isset($optionPostFormat[$networkId][1]) && (int) $optionPostFormat[$networkId][1] == 0) ? 'checked' : ( (int) $optionPostFormat[$networkId]['all'] == 0 && !isset($optionPostFormat[$networkId][0]) && B2S_PLUGIN_USER_VERSION >= 2) ? 'checked' : '') . ' name="type-format[1]" value="0"><label class="' . $disabledTextType . '" for="type[1]-' . $networkId . '-1">' . __('Page', 'blog2social') . '</label></div><div class="clearfix"></div>';
|
451 |
$content .= '<div class="col-lg-3 col-md-4 col-xs-5 del-padding-left del-padding-right"><input type="radio" ' . $disabledInputType . ' id="type[2]-' . $networkId . '-1" ' . ( (isset($optionPostFormat[$networkId][2]) && (int) $optionPostFormat[$networkId][2] == 0) ? 'checked' : ( (int) $optionPostFormat[$networkId]['all'] == 0 && !isset($optionPostFormat[$networkId][0]) && B2S_PLUGIN_USER_VERSION >= 2) ? 'checked' : '') . ' name="type-format[2]" value="0"><label class="' . $disabledTextType . '" for="type[2]-' . $networkId . '-1">' . __('Group', 'blog2social') . '</label></div><div class="clearfix"></div>';
|
452 |
+
//Option: no_cache param for varnish caching
|
453 |
+
$content .= '<br><div class="col-lg-6 col-md-6 col-xs-12 del-padding-left del-padding-right"><input id="link-no-cache" type="checkbox" ' . (($optionNoCache == 1) ? 'checked' : '') . ' name="no_cache" value="' . (($optionNoCache == 1) ? 0 : 1) . '"><label for="link-no-cache">' . __('Activate Instant Caching', 'blog2social') . '</label> <a href="#" data-toggle="modal" data-target="#b2sInfoNoCache" class="b2s-info-btn vertical-middle del-padding-left">' . __('Info', 'Blog2Social') . '</a></div><div class="clearfix"></div>';
|
454 |
+
}
|
455 |
+
if ($networkId == 3) {
|
456 |
+
$content .= '<div class="col-lg-3 col-md-4 col-xs-5 del-padding-left del-padding-right"><input type="radio" ' . $disabledInputType . ' id="type[0]-' . $networkId . '-1" ' . ((isset($optionPostFormat[$networkId][0]) && (int) $optionPostFormat[$networkId][0] == 0) ? 'checked' : ( (int) $optionPostFormat[$networkId]['all'] == 0 && !isset($optionPostFormat[$networkId][0]) && B2S_PLUGIN_USER_VERSION >= 2) ? 'checked' : '') . ' name="type-format[0]" value="0"><label class="' . $disabledTextType . '" for="type[0]-' . $networkId . '-1">' . __('Profile', 'blog2social') . '</label></div><div class="clearfix"></div>';
|
457 |
+
$content .= '<div class="col-lg-3 col-md-4 col-xs-5 del-padding-left del-padding-right"><input type="radio" ' . $disabledInputType . ' id="type[1]-' . $networkId . '-1" ' . ( (isset($optionPostFormat[$networkId][1]) && (int) $optionPostFormat[$networkId][1] == 0) ? 'checked' : ( (int) $optionPostFormat[$networkId]['all'] == 0 && !isset($optionPostFormat[$networkId][0]) && B2S_PLUGIN_USER_VERSION >= 2) ? 'checked' : '') . ' name="type-format[1]" value="0"><label class="' . $disabledTextType . '" for="type[1]-' . $networkId . '-1">' . __('Page', 'blog2social') . '</label></div><div class="clearfix"></div>';
|
458 |
}
|
459 |
+
|
460 |
$content .='</div>';
|
461 |
$content .='</div>';
|
462 |
|
466 |
$content .= '<br><br>';
|
467 |
$content .='<div class="padding-left-15">';
|
468 |
|
469 |
+
if ((B2S_PLUGIN_USER_VERSION < 2 && ($networkId == 1 || $networkId == 3)) || $networkId == 2 || $networkId == 12) {
|
470 |
$content .= '<div class="col-lg-3 col-md-4 col-xs-5 del-padding-left del-padding-right b2s-input-margin-bottom-5"><input type="radio" ' . $disabledInputAll . ' id="all-' . $networkId . '-2" ' . ((isset($optionPostFormat[$networkId]) && is_array($optionPostFormat[$networkId]) && (int) $optionPostFormat[$networkId]['all'] == 1) ? 'checked' : '') . ' name="all" value="1"><label class="' . $disabledTextAll . '" for="all-' . $networkId . '-2">' . $textAll . '</label></div><div class="clearfix"></div>';
|
471 |
}
|
472 |
+
if ($networkId == 1) {
|
473 |
$content .= '<div class="col-lg-3 col-md-4 col-xs-5 del-padding-left del-padding-right"><input type="radio" ' . $disabledInputType . ' id="type[0]-' . $networkId . '-2" ' . ( (isset($optionPostFormat[$networkId][0]) && (int) $optionPostFormat[$networkId][0] == 1) ? 'checked' : ( (int) $optionPostFormat[$networkId]['all'] == 1 && !isset($optionPostFormat[$networkId][0]) && B2S_PLUGIN_USER_VERSION >= 2) ? 'checked' : '') . ' name="type-format[0]" value="1"><label class="' . $disabledTextType . '" for="type[0]-' . $networkId . '-2">' . __('Profile', 'blog2social') . '</label></div><div class="clearfix"></div>';
|
474 |
$content .= '<div class="col-lg-3 col-md-4 col-xs-5 del-padding-left del-padding-right"><input type="radio" ' . $disabledInputType . ' id="type[1]-' . $networkId . '-2" ' . ( (isset($optionPostFormat[$networkId][1]) && (int) $optionPostFormat[$networkId][1] == 1) ? 'checked' : ( (int) $optionPostFormat[$networkId]['all'] == 1 && !isset($optionPostFormat[$networkId][1]) && B2S_PLUGIN_USER_VERSION >= 2) ? 'checked' : '') . ' name="type-format[1]" value="1"><label class="' . $disabledTextType . '" for="type[1]-' . $networkId . '-2">' . __('Page', 'blog2social') . '</label></div><div class="clearfix"></div>';
|
475 |
$content .= '<div class="col-lg-3 col-md-4 col-xs-5 del-padding-left del-padding-right"><input type="radio" ' . $disabledInputType . ' id="type[2]-' . $networkId . '-2" ' . ( (isset($optionPostFormat[$networkId][2]) && (int) $optionPostFormat[$networkId][2] == 1) ? 'checked' : ( (int) $optionPostFormat[$networkId]['all'] == 1 && !isset($optionPostFormat[$networkId][1]) && B2S_PLUGIN_USER_VERSION >= 2) ? 'checked' : '') . ' name="type-format[2]" value="1"><label class="' . $disabledTextType . '" for="type[2]-' . $networkId . '-2">' . __('Group', 'blog2social') . '</label></div><div class="clearfix"></div>';
|
476 |
}
|
477 |
+
if ($networkId == 3) {
|
478 |
+
$content .= '<div class="col-lg-3 col-md-4 col-xs-5 del-padding-left del-padding-right"><input type="radio" ' . $disabledInputType . ' id="type[0]-' . $networkId . '-2" ' . ( (isset($optionPostFormat[$networkId][0]) && (int) $optionPostFormat[$networkId][0] == 1) ? 'checked' : ( (int) $optionPostFormat[$networkId]['all'] == 1 && !isset($optionPostFormat[$networkId][0]) && B2S_PLUGIN_USER_VERSION >= 2) ? 'checked' : '') . ' name="type-format[0]" value="1"><label class="' . $disabledTextType . '" for="type[0]-' . $networkId . '-2">' . __('Profile', 'blog2social') . '</label></div><div class="clearfix"></div>';
|
479 |
+
$content .= '<div class="col-lg-3 col-md-4 col-xs-5 del-padding-left del-padding-right"><input type="radio" ' . $disabledInputType . ' id="type[1]-' . $networkId . '-2" ' . ( (isset($optionPostFormat[$networkId][1]) && (int) $optionPostFormat[$networkId][1] == 1) ? 'checked' : ( (int) $optionPostFormat[$networkId]['all'] == 1 && !isset($optionPostFormat[$networkId][1]) && B2S_PLUGIN_USER_VERSION >= 2) ? 'checked' : '') . ' name="type-format[1]" value="1"><label class="' . $disabledTextType . '" for="type[1]-' . $networkId . '-2">' . __('Page', 'blog2social') . '</label></div><div class="clearfix"></div>';
|
480 |
+
}
|
481 |
$content .='</div>';
|
482 |
$content .='</div>';
|
483 |
return $content;
|
487 |
public function setNetworkSettingsHtml() {
|
488 |
$optionPostFormat = $this->options->_getOption('post_format');
|
489 |
$content = "<input type='hidden' class='b2sNetworkSettingsPostFormatText' value='" . json_encode(array('post' => array(__('Link Post', 'blog2social'), __('Photo Post', 'blog2social')), 'image' => array(__('Image with frame'), __('Image cut out')))) . "'/>";
|
490 |
+
foreach (array(1, 2, 3, 12) as $n => $networkId) { //FB,TW,LI,IN
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
491 |
$postFormatType = ($networkId == 12) ? 'image' : 'post';
|
492 |
+
$type = ($networkId == 1) ? array(0, 1, 2) : (($networkId == 3) ? array(0, 1) : array(0));
|
493 |
foreach ($type as $t => $typeId) { //Profile,Page,Group
|
494 |
if (!isset($optionPostFormat[$networkId]['all']) && !isset($optionPostFormat[$networkId][$typeId])) { //DEFAULT
|
495 |
$optionPostFormat[$networkId]['all'] = 0;
|
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,
|
9 |
private $isCommentProfile = array(1, 3, 8, 10, 17, 19);
|
10 |
private $isCommentPage = array(1);
|
11 |
private $isCommentGroup = array(1);
|
@@ -16,8 +16,8 @@ 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(
|
20 |
-
private $allowNoCustomImagePage = array(
|
21 |
private $allowNoEmoji = array(9, 13, 14, 15, 16, 18);
|
22 |
private $allowNoImagePage = array(8);
|
23 |
private $allowEditUrl = array(1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20);
|
@@ -34,7 +34,7 @@ class B2S_Ship_Item {
|
|
34 |
private $setShortTextGroup = array(1 => 239, 8 => 239, 10 => 442, 17 => 442, 19 => 239);
|
35 |
private $setShortTextGroupLimit = array(1 => 400, 8 => 400, 10 => 500);
|
36 |
private $allowHashTags = array(1, 2, 3, 6, 10, 12, 17, 20);
|
37 |
-
private $limitCharacterProfile = array(1 => 500, 2 => 280, 3 => 1300, 6 =>
|
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);
|
@@ -446,12 +446,11 @@ class B2S_Ship_Item {
|
|
446 |
$edit = '<textarea class="form-control linkedin-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="'.$networkId.'" data-network-text-limit="' . $limitValue . '" data-network-auth-id="' . $networkAuthId . '" placeholder="' . __('Write something about your post...', 'blog2social') . '" name="b2s[' . $networkAuthId . '][content]" ' . $isRequiredTextarea . ' ' . $textareaOnKeyUp . '>' . $message . '</textarea>';
|
447 |
$edit .= '<div class="row">';
|
448 |
$edit .= '<div class="' . ((isset($this->viewMode) && $this->viewMode == 'modal') ? 'col-xs-12' : 'col-xs-12 col-sm-5 col-lg-3') . '" >';
|
449 |
-
$edit .= '<
|
450 |
-
|
451 |
-
//$edit .= '<img src="' . (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="' . $networkId . '" data-network-image-change="1" data-network-auth-id="' . $networkAuthId . '">';
|
452 |
$edit .= '<input type="hidden" class="b2s-image-url-hidden-field form-control" data-network-count="-1" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '" value="' . ($imageUrl ? $imageUrl : "") . '" name="b2s[' . $networkAuthId . '][image_url]">';
|
453 |
$edit .= '<div class="clearfix"></div>';
|
454 |
-
|
455 |
$edit .= '</div>';
|
456 |
$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="' . $networkAuthId . '"') . '>';
|
457 |
$edit .= '<p class="linkedin-url-title b2s-post-item-details-preview-title hidden-xs" data-network-auth-id="' . $networkAuthId . '">' . (isset($meta['title']) && !empty($meta['title']) ? $meta['title'] : '') . '</p>';
|
@@ -530,11 +529,10 @@ class B2S_Ship_Item {
|
|
530 |
$edit = '<div class="row"><br>';
|
531 |
$edit .= '<div class="col-xs-12 col-sm-5 col-lg-3">';
|
532 |
$edit .= '<button class="btn btn-primary btn-circle b2s-image-remove-btn" data-network-count="' . $schedCount . '" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '" ' . ($imageUrl ? '' : 'style="display:none"') . '><i class="glyphicon glyphicon-trash"></i></button>';
|
533 |
-
$edit .= '<img src="' . $this->defaultImage . '" class="linkedin-url-image b2s-post-item-details-url-image center-block img-responsive" data-network-count="' . $schedCount . '" data-network-id="' . $networkId . '" data-network-image-change="
|
534 |
-
//$edit .= '<img src="' . $this->defaultImage . '" class="linkedin-url-image b2s-post-item-details-url-image center-block img-responsive" data-network-count="' . $schedCount . '" data-network-id="' . $networkId . '" data-network-image-change="1" data-network-auth-id="' . $networkAuthId . '">';
|
535 |
$edit .= '<input type="hidden" class="b2s-image-url-hidden-field form-control" data-network-count="' . $schedCount . '" data-network-count="' . $schedCount . '" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '" value="' . ($imageUrl ? $imageUrl : "") . '" name="b2s[' . $networkAuthId . '][sched_image_url][' . $schedCount . ']">';
|
536 |
$edit .= '<div class="clearfix"></div>';
|
537 |
-
|
538 |
$edit .= '</div>';
|
539 |
$edit .= '<div class="col-xs-12 col-sm-7 col-lg-9">';
|
540 |
$edit .= $infoArea;
|
@@ -638,7 +636,7 @@ class B2S_Ship_Item {
|
|
638 |
$hashTags = '';
|
639 |
if (is_array($hashTagsData) && !empty($hashTagsData)) {
|
640 |
foreach ($hashTagsData as $tag) {
|
641 |
-
$hashTags .= ' #' . str_replace(array(" ", "-"), "", $tag->name);
|
642 |
}
|
643 |
}
|
644 |
return (!empty($hashTags) ? (!empty($add) ? $add . $hashTags : $hashTags) : '');
|
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 |
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, 19);
|
20 |
+
private $allowNoCustomImagePage = array();
|
21 |
private $allowNoEmoji = array(9, 13, 14, 15, 16, 18);
|
22 |
private $allowNoImagePage = array(8);
|
23 |
private $allowEditUrl = array(1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20);
|
34 |
private $setShortTextGroup = array(1 => 239, 8 => 239, 10 => 442, 17 => 442, 19 => 239);
|
35 |
private $setShortTextGroupLimit = array(1 => 400, 8 => 400, 10 => 500);
|
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);
|
446 |
$edit = '<textarea class="form-control linkedin-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="'.$networkId.'" data-network-text-limit="' . $limitValue . '" data-network-auth-id="' . $networkAuthId . '" placeholder="' . __('Write something about your post...', 'blog2social') . '" name="b2s[' . $networkAuthId . '][content]" ' . $isRequiredTextarea . ' ' . $textareaOnKeyUp . '>' . $message . '</textarea>';
|
447 |
$edit .= '<div class="row">';
|
448 |
$edit .= '<div class="' . ((isset($this->viewMode) && $this->viewMode == 'modal') ? 'col-xs-12' : 'col-xs-12 col-sm-5 col-lg-3') . '" >';
|
449 |
+
$edit .= '<button class="btn btn-primary btn-circle b2s-image-remove-btn" data-network-count="-1" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '" ' . ($imageUrl ? '' : 'style="display:none"') . '><i class="glyphicon glyphicon-trash"></i></button>';
|
450 |
+
$edit .= '<img src="' . (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="' . $networkId . '" data-network-image-change="1" data-network-auth-id="' . $networkAuthId . '">';
|
|
|
451 |
$edit .= '<input type="hidden" class="b2s-image-url-hidden-field form-control" data-network-count="-1" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '" value="' . ($imageUrl ? $imageUrl : "") . '" name="b2s[' . $networkAuthId . '][image_url]">';
|
452 |
$edit .= '<div class="clearfix"></div>';
|
453 |
+
$edit .= '<button class="btn btn-link btn-xs center-block b2s-select-image-modal-open" data-network-count="-1" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '" data-post-id="' . $this->postId . '" data-image-url="' . esc_attr($imageUrl) . '">' . __('Change image', 'blog2social') . '</button>';
|
454 |
$edit .= '</div>';
|
455 |
$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="' . $networkAuthId . '"') . '>';
|
456 |
$edit .= '<p class="linkedin-url-title b2s-post-item-details-preview-title hidden-xs" data-network-auth-id="' . $networkAuthId . '">' . (isset($meta['title']) && !empty($meta['title']) ? $meta['title'] : '') . '</p>';
|
529 |
$edit = '<div class="row"><br>';
|
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-count="' . $schedCount . '" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '" ' . ($imageUrl ? '' : 'style="display:none"') . '><i class="glyphicon glyphicon-trash"></i></button>';
|
532 |
+
$edit .= '<img src="' . $this->defaultImage . '" class="linkedin-url-image b2s-post-item-details-url-image center-block img-responsive" data-network-count="' . $schedCount . '" data-network-id="' . $networkId . '" data-network-image-change="1" data-network-auth-id="' . $networkAuthId . '">';
|
|
|
533 |
$edit .= '<input type="hidden" class="b2s-image-url-hidden-field form-control" data-network-count="' . $schedCount . '" data-network-count="' . $schedCount . '" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '" value="' . ($imageUrl ? $imageUrl : "") . '" name="b2s[' . $networkAuthId . '][sched_image_url][' . $schedCount . ']">';
|
534 |
$edit .= '<div class="clearfix"></div>';
|
535 |
+
$edit .= '<button class="btn btn-link btn-xs center-block b2s-select-image-modal-open" data-network-count="' . $schedCount . '" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '" data-post-id="' . $this->postId . '" data-image-url="' . esc_attr($imageUrl) . '">' . __('Change image', 'blog2social') . '</button>';
|
536 |
$edit .= '</div>';
|
537 |
$edit .= '<div class="col-xs-12 col-sm-7 col-lg-9">';
|
538 |
$edit .= $infoArea;
|
636 |
$hashTags = '';
|
637 |
if (is_array($hashTagsData) && !empty($hashTagsData)) {
|
638 |
foreach ($hashTagsData as $tag) {
|
639 |
+
$hashTags .= ' #' . str_replace(array(" ", "-", '"', "'", "!", "?", ",", ".", ";", ":"), "", $tag->name);
|
640 |
}
|
641 |
}
|
642 |
return (!empty($hashTags) ? (!empty($add) ? $add . $hashTags : $hashTags) : '');
|
includes/Loader.php
CHANGED
@@ -44,6 +44,7 @@ class B2S_Loader {
|
|
44 |
define('B2S_PLUGIN_NETWORK_ALLOW_MODIFY_BOARD_AND_GROUP', serialize(array(6 => array('TYPE' => array(0), 'TITLE' => __('Modify pin board', 'blog2social')), 8 => array('TYPE' => array(2), 'TITLE' => __('Edit group settings', 'blog2social')), 15 => array('TYPE' => array(0), 'TITLE' => __('Modify subreddit', 'blog2social')), 19 => array('TYPE' => array(2), 'TITLE' => __('Modify forum', 'blog2social')), 20 => array('TYPE' => array(0), 'TITLE' => __('Modify pin board', 'blog2social')))));
|
45 |
define('B2S_PLUGIN_AUTO_POST_LIMIT', serialize(array(0 => 0, 1 => 25, 2 => 50, 3 => 100, 4 => 100)));
|
46 |
define('B2S_PLUGIN_NETWORK_OAUTH', serialize(array(1, 2, 3, 4, 7, 8, 11, 15, 17, 18, 20)));
|
|
|
47 |
define('B2S_PLUGIN_SYSTEMREQUIREMENT_WORDPRESSVERSION', '4.4.2');
|
48 |
define('B2S_PLUGIN_SYSTEMREQUIREMENT_PHPVERSION', '5.5.3');
|
49 |
define('B2S_PLUGIN_SYSTEMREQUIREMENT_MYSQLVERSION', '5.5.3');
|
@@ -52,7 +53,7 @@ class B2S_Loader {
|
|
52 |
define('B2S_PLUGIN_SYSTEMREQUIREMENT_PHPCURL', true);
|
53 |
define('B2S_PLUGIN_SYSTEMREQUIREMENT_PHPDOM', true);
|
54 |
define('B2S_PLUGIN_SYSTEMREQUIREMENT_HOTLINKPROTECTION', true);
|
55 |
-
define('B2S_PLUGIN_SYSTEMREQUIREMENT_PLUGINWARNING_WORDS', serialize(array('hotlink', 'firewall', 'security')));
|
56 |
define('B2S_PLUGIN_SYSTEMREQUIREMENT_WPJSON', true);
|
57 |
define('B2S_PLUGIN_SYSTEMREQUIREMENT_OPENSSL', true);
|
58 |
|
@@ -482,8 +483,10 @@ class B2S_Loader {
|
|
482 |
$sched_date = $user_sched_date;
|
483 |
$sched_date_utc = date('Y-m-d H:i:s', strtotime(B2S_Util::getUTCForDate($sched_date, $user_timezone * (-1))));
|
484 |
}
|
|
|
485 |
//allow for my Time Settings
|
486 |
if (isset($_POST['b2s-post-meta-box-best-time-settings'])) {
|
|
|
487 |
$myTimeSettings = unserialize(stripslashes($_POST['b2s-post-meta-box-best-time-settings']));
|
488 |
if ($myTimeSettings !== false && is_array($myTimeSettings) && isset($myTimeSettings['times']) && isset($myTimeSettings['type'])) {
|
489 |
$myTimeSettings = $myTimeSettings;
|
@@ -675,7 +678,7 @@ class B2S_Loader {
|
|
675 |
'RIGHT' => __('We don\'t have the permission to publish your post. Please check your authorization.', 'blog2social'),
|
676 |
'LOGIN' => __('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>.', 'blog2social'),
|
677 |
'LIMIT' => __('Your daily limit has been reached.', 'blog2social'),
|
678 |
-
'IMAGE' => __('Your post could not be posted, because your image is not available
|
679 |
'PROTECT' => __('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>.', 'blog2social'),
|
680 |
'IMAGE_LIMIT' => __('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>.', 'blog2social'),
|
681 |
'RATE_LIMIT' => __('Your daily limit for this network has been reached. Please try again later.', 'blog2social'),
|
@@ -686,6 +689,7 @@ class B2S_Loader {
|
|
686 |
'EXISTS_RELAY' => __('You have already retweeted this post.', 'blog2social'),
|
687 |
'DEPRECATED_NETWORK_8' => __('This XING API is no longer supported by XING. Please connect your XING accounts with the new XING interface to reschedule your posts. <a target="_blank" href="https://www.blog2social.com/en/faq/index.php?action=artikel&cat=2&id=146">Learn more</a>', 'blog2social'),
|
688 |
'IMAGE_FOR_CURATION' => __('There was no image in the meta data of the linked post. Posts without images cannot be shared on image networks.', 'blog2social'), // special for content curation V.5.0.0
|
|
|
689 |
'GROUP_CONTENT' => __('Your group can not be found by the network.', 'blog2social'))));
|
690 |
}
|
691 |
|
@@ -997,6 +1001,7 @@ class B2S_Loader {
|
|
997 |
//PageFunktion
|
998 |
public function b2sPostSched() {
|
999 |
if (B2S_Tools::showNotice() == false) {
|
|
|
1000 |
wp_enqueue_style('B2SPOSTSCHEDCSS');
|
1001 |
wp_enqueue_style('B2SDATEPICKERCSS');
|
1002 |
wp_enqueue_style('B2STIMEPICKERCSS');
|
@@ -1005,9 +1010,7 @@ class B2S_Loader {
|
|
1005 |
wp_enqueue_script('B2SDATEPICKERENJS');
|
1006 |
wp_enqueue_script('B2STIMEPICKERJS');
|
1007 |
wp_enqueue_script('B2SPOSTJS');
|
1008 |
-
|
1009 |
wp_enqueue_style('B2SWYSIWYGCSS');
|
1010 |
-
wp_enqueue_script('B2SLIB');
|
1011 |
wp_enqueue_script('B2SWYSIWYGJS');
|
1012 |
wp_enqueue_script('B2SSHIPJS');
|
1013 |
if (substr(B2S_LANGUAGE, 0, 2) == 'de') {
|
@@ -1015,6 +1018,10 @@ class B2S_Loader {
|
|
1015 |
} else {
|
1016 |
wp_enqueue_script('B2SWYSIWYGLANGENJS');
|
1017 |
}
|
|
|
|
|
|
|
|
|
1018 |
require_once( B2S_PLUGIN_DIR . 'views/b2s/post.sched.php');
|
1019 |
} else {
|
1020 |
require_once( B2S_PLUGIN_DIR . 'views/notice.php');
|
@@ -1035,30 +1042,32 @@ class B2S_Loader {
|
|
1035 |
//PageFunktion
|
1036 |
public function b2sPostCalendar() {
|
1037 |
if (B2S_Tools::showNotice() == false) {
|
|
|
1038 |
wp_enqueue_style('B2SFULLCALLENDARCSS');
|
1039 |
wp_enqueue_style('B2SCALENDARCSS');
|
|
|
1040 |
wp_enqueue_style('B2STIMEPICKERCSS');
|
1041 |
-
wp_enqueue_style('B2SWYSIWYGCSS');
|
1042 |
-
wp_enqueue_script('B2SLIB');
|
1043 |
-
wp_enqueue_script('B2SFULLCALENDARMOMENTJS');
|
1044 |
-
wp_enqueue_script('B2SFULLCALENDARJS');
|
1045 |
-
wp_enqueue_script('B2SFULLCALENDARLOCALEJS');
|
1046 |
wp_enqueue_script('B2SDATEPICKERJS');
|
1047 |
wp_enqueue_script('B2SDATEPICKERDEJS');
|
|
|
1048 |
wp_enqueue_script('B2STIMEPICKERJS');
|
|
|
|
|
|
|
|
|
|
|
1049 |
wp_enqueue_script('B2SWYSIWYGJS');
|
|
|
1050 |
if (substr(B2S_LANGUAGE, 0, 2) == 'de') {
|
1051 |
wp_enqueue_script('B2SWYSIWYGLANGDEJS');
|
1052 |
} else {
|
1053 |
wp_enqueue_script('B2SWYSIWYGLANGENJS');
|
1054 |
}
|
|
|
1055 |
if (current_user_can('upload_files')) {
|
1056 |
//Capability by Super Admin ,Administrator ,Editor ,Author
|
1057 |
wp_enqueue_media();
|
1058 |
}
|
1059 |
-
wp_enqueue_script('B2SSHIPJS');
|
1060 |
-
wp_enqueue_script("B2SCALENDARJS");
|
1061 |
-
|
1062 |
require_once( B2S_PLUGIN_DIR . 'views/b2s/post.calendar.php');
|
1063 |
} else {
|
1064 |
require_once( B2S_PLUGIN_DIR . 'views/notice.php');
|
@@ -1380,8 +1389,9 @@ class B2S_Loader {
|
|
1380 |
INDEX `blog_user_id` (`blog_user_id`), INDEX `mandant_id` (`mandant_id`)
|
1381 |
) DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci AUTO_INCREMENT=1;';
|
1382 |
$wpdb->query($sqlCreateNetworkSettings);
|
1383 |
-
|
1384 |
-
|
|
|
1385 |
* SET SAFETY AUTO-INCREMENT
|
1386 |
*/
|
1387 |
|
@@ -1392,8 +1402,6 @@ class B2S_Loader {
|
|
1392 |
$wpdb->query("ALTER TABLE `b2s_user_contact` CHANGE `id` `id` INT(11) NOT NULL AUTO_INCREMENT;");
|
1393 |
$wpdb->query("ALTER TABLE `b2s_user_network_settings` CHANGE `id` `id` INT(11) NOT NULL AUTO_INCREMENT;");
|
1394 |
|
1395 |
-
|
1396 |
-
|
1397 |
$b2sCheckAfter = $b2sSystem->check('after');
|
1398 |
if (is_array($b2sCheckAfter)) {
|
1399 |
$b2sSystem->deactivatePlugin();
|
44 |
define('B2S_PLUGIN_NETWORK_ALLOW_MODIFY_BOARD_AND_GROUP', serialize(array(6 => array('TYPE' => array(0), 'TITLE' => __('Modify pin board', 'blog2social')), 8 => array('TYPE' => array(2), 'TITLE' => __('Edit group settings', 'blog2social')), 15 => array('TYPE' => array(0), 'TITLE' => __('Modify subreddit', 'blog2social')), 19 => array('TYPE' => array(2), 'TITLE' => __('Modify forum', 'blog2social')), 20 => array('TYPE' => array(0), 'TITLE' => __('Modify pin board', 'blog2social')))));
|
45 |
define('B2S_PLUGIN_AUTO_POST_LIMIT', serialize(array(0 => 0, 1 => 25, 2 => 50, 3 => 100, 4 => 100)));
|
46 |
define('B2S_PLUGIN_NETWORK_OAUTH', serialize(array(1, 2, 3, 4, 7, 8, 11, 15, 17, 18, 20)));
|
47 |
+
define('B2S_PLUGIN_NETWORK_SETTINGS_FORMAT_DEFAULT', serialize(array(1 => 0, 2 => 1, 3 => 0, 12 => 1)));
|
48 |
define('B2S_PLUGIN_SYSTEMREQUIREMENT_WORDPRESSVERSION', '4.4.2');
|
49 |
define('B2S_PLUGIN_SYSTEMREQUIREMENT_PHPVERSION', '5.5.3');
|
50 |
define('B2S_PLUGIN_SYSTEMREQUIREMENT_MYSQLVERSION', '5.5.3');
|
53 |
define('B2S_PLUGIN_SYSTEMREQUIREMENT_PHPCURL', true);
|
54 |
define('B2S_PLUGIN_SYSTEMREQUIREMENT_PHPDOM', true);
|
55 |
define('B2S_PLUGIN_SYSTEMREQUIREMENT_HOTLINKPROTECTION', true);
|
56 |
+
define('B2S_PLUGIN_SYSTEMREQUIREMENT_PLUGINWARNING_WORDS', serialize(array('hotlink', 'firewall', 'security', 'heartbeat')));
|
57 |
define('B2S_PLUGIN_SYSTEMREQUIREMENT_WPJSON', true);
|
58 |
define('B2S_PLUGIN_SYSTEMREQUIREMENT_OPENSSL', true);
|
59 |
|
483 |
$sched_date = $user_sched_date;
|
484 |
$sched_date_utc = date('Y-m-d H:i:s', strtotime(B2S_Util::getUTCForDate($sched_date, $user_timezone * (-1))));
|
485 |
}
|
486 |
+
} elseif (isset($_POST['b2s-post-meta-box-sched-select']) && $_POST['b2s-post-meta-box-sched-select'] == 2) {
|
487 |
//allow for my Time Settings
|
488 |
if (isset($_POST['b2s-post-meta-box-best-time-settings'])) {
|
489 |
+
$sched_type = 2;
|
490 |
$myTimeSettings = unserialize(stripslashes($_POST['b2s-post-meta-box-best-time-settings']));
|
491 |
if ($myTimeSettings !== false && is_array($myTimeSettings) && isset($myTimeSettings['times']) && isset($myTimeSettings['type'])) {
|
492 |
$myTimeSettings = $myTimeSettings;
|
678 |
'RIGHT' => __('We don\'t have the permission to publish your post. Please check your authorization.', 'blog2social'),
|
679 |
'LOGIN' => __('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>.', 'blog2social'),
|
680 |
'LIMIT' => __('Your daily limit has been reached.', 'blog2social'),
|
681 |
+
'IMAGE' => __('Your post could not be posted, because your image is not available or the image source does not allow to publish', 'blog2social'),
|
682 |
'PROTECT' => __('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>.', 'blog2social'),
|
683 |
'IMAGE_LIMIT' => __('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>.', 'blog2social'),
|
684 |
'RATE_LIMIT' => __('Your daily limit for this network has been reached. Please try again later.', 'blog2social'),
|
689 |
'EXISTS_RELAY' => __('You have already retweeted this post.', 'blog2social'),
|
690 |
'DEPRECATED_NETWORK_8' => __('This XING API is no longer supported by XING. Please connect your XING accounts with the new XING interface to reschedule your posts. <a target="_blank" href="https://www.blog2social.com/en/faq/index.php?action=artikel&cat=2&id=146">Learn more</a>', 'blog2social'),
|
691 |
'IMAGE_FOR_CURATION' => __('There was no image in the meta data of the linked post. Posts without images cannot be shared on image networks.', 'blog2social'), // special for content curation V.5.0.0
|
692 |
+
'IMAGE_NETWORK' => __('Your post could not be posted, because your image can not be processed by the network.', 'blog2social'),
|
693 |
'GROUP_CONTENT' => __('Your group can not be found by the network.', 'blog2social'))));
|
694 |
}
|
695 |
|
1001 |
//PageFunktion
|
1002 |
public function b2sPostSched() {
|
1003 |
if (B2S_Tools::showNotice() == false) {
|
1004 |
+
wp_enqueue_script('B2SLIB');
|
1005 |
wp_enqueue_style('B2SPOSTSCHEDCSS');
|
1006 |
wp_enqueue_style('B2SDATEPICKERCSS');
|
1007 |
wp_enqueue_style('B2STIMEPICKERCSS');
|
1010 |
wp_enqueue_script('B2SDATEPICKERENJS');
|
1011 |
wp_enqueue_script('B2STIMEPICKERJS');
|
1012 |
wp_enqueue_script('B2SPOSTJS');
|
|
|
1013 |
wp_enqueue_style('B2SWYSIWYGCSS');
|
|
|
1014 |
wp_enqueue_script('B2SWYSIWYGJS');
|
1015 |
wp_enqueue_script('B2SSHIPJS');
|
1016 |
if (substr(B2S_LANGUAGE, 0, 2) == 'de') {
|
1018 |
} else {
|
1019 |
wp_enqueue_script('B2SWYSIWYGLANGENJS');
|
1020 |
}
|
1021 |
+
if (current_user_can('upload_files')) {
|
1022 |
+
//Capability by Super Admin ,Administrator ,Editor ,Author
|
1023 |
+
wp_enqueue_media();
|
1024 |
+
}
|
1025 |
require_once( B2S_PLUGIN_DIR . 'views/b2s/post.sched.php');
|
1026 |
} else {
|
1027 |
require_once( B2S_PLUGIN_DIR . 'views/notice.php');
|
1042 |
//PageFunktion
|
1043 |
public function b2sPostCalendar() {
|
1044 |
if (B2S_Tools::showNotice() == false) {
|
1045 |
+
wp_enqueue_script('B2SLIB');
|
1046 |
wp_enqueue_style('B2SFULLCALLENDARCSS');
|
1047 |
wp_enqueue_style('B2SCALENDARCSS');
|
1048 |
+
wp_enqueue_style('B2SDATEPICKERCSS');
|
1049 |
wp_enqueue_style('B2STIMEPICKERCSS');
|
|
|
|
|
|
|
|
|
|
|
1050 |
wp_enqueue_script('B2SDATEPICKERJS');
|
1051 |
wp_enqueue_script('B2SDATEPICKERDEJS');
|
1052 |
+
wp_enqueue_script('B2SDATEPICKERENJS');
|
1053 |
wp_enqueue_script('B2STIMEPICKERJS');
|
1054 |
+
wp_enqueue_script('B2SCALENDARJS');
|
1055 |
+
wp_enqueue_script('B2SFULLCALENDARMOMENTJS');
|
1056 |
+
wp_enqueue_script('B2SFULLCALENDARJS');
|
1057 |
+
wp_enqueue_script('B2SFULLCALENDARLOCALEJS');
|
1058 |
+
wp_enqueue_style('B2SWYSIWYGCSS');
|
1059 |
wp_enqueue_script('B2SWYSIWYGJS');
|
1060 |
+
wp_enqueue_script('B2SSHIPJS');
|
1061 |
if (substr(B2S_LANGUAGE, 0, 2) == 'de') {
|
1062 |
wp_enqueue_script('B2SWYSIWYGLANGDEJS');
|
1063 |
} else {
|
1064 |
wp_enqueue_script('B2SWYSIWYGLANGENJS');
|
1065 |
}
|
1066 |
+
|
1067 |
if (current_user_can('upload_files')) {
|
1068 |
//Capability by Super Admin ,Administrator ,Editor ,Author
|
1069 |
wp_enqueue_media();
|
1070 |
}
|
|
|
|
|
|
|
1071 |
require_once( B2S_PLUGIN_DIR . 'views/b2s/post.calendar.php');
|
1072 |
} else {
|
1073 |
require_once( B2S_PLUGIN_DIR . 'views/notice.php');
|
1389 |
INDEX `blog_user_id` (`blog_user_id`), INDEX `mandant_id` (`mandant_id`)
|
1390 |
) DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci AUTO_INCREMENT=1;';
|
1391 |
$wpdb->query($sqlCreateNetworkSettings);
|
1392 |
+
|
1393 |
+
|
1394 |
+
/*
|
1395 |
* SET SAFETY AUTO-INCREMENT
|
1396 |
*/
|
1397 |
|
1402 |
$wpdb->query("ALTER TABLE `b2s_user_contact` CHANGE `id` `id` INT(11) NOT NULL AUTO_INCREMENT;");
|
1403 |
$wpdb->query("ALTER TABLE `b2s_user_network_settings` CHANGE `id` `id` INT(11) NOT NULL AUTO_INCREMENT;");
|
1404 |
|
|
|
|
|
1405 |
$b2sCheckAfter = $b2sSystem->check('after');
|
1406 |
if (is_array($b2sCheckAfter)) {
|
1407 |
$b2sSystem->deactivatePlugin();
|
includes/Tools.php
CHANGED
@@ -185,6 +185,9 @@ class B2S_Tools {
|
|
185 |
if ($type == 'browser_extension') {
|
186 |
return ($lang == 'en') ? 'https://www.blog2social.com/en/webapp/extension/' : 'https://www.blog2social.com/de/webapp/extension/';
|
187 |
}
|
|
|
|
|
|
|
188 |
}
|
189 |
|
190 |
public static function getAffiliateId() {
|
185 |
if ($type == 'browser_extension') {
|
186 |
return ($lang == 'en') ? 'https://www.blog2social.com/en/webapp/extension/' : 'https://www.blog2social.com/de/webapp/extension/';
|
187 |
}
|
188 |
+
if ($type == 'xing_auto_posting') {
|
189 |
+
return ($lang == 'en') ? 'https://faq.xing.com/en/groups/code-conduct-group-members' : 'https://faq.xing.com/de/gruppen/verhaltenskodex-f%C3%BCr-gruppenmitglieder';
|
190 |
+
}
|
191 |
}
|
192 |
|
193 |
public static function getAffiliateId() {
|
includes/Util.php
CHANGED
@@ -82,6 +82,7 @@ class B2S_Util {
|
|
82 |
|
83 |
public static function getMetaTags($postId = 0, $postUrl = '', $network = 1) {
|
84 |
$type = ($network == 2) ? 'twitter' : 'og';
|
|
|
85 |
//GETSTOREEDDATA
|
86 |
if ((int) $postId != 0) {
|
87 |
$metaData = get_option('B2S_PLUGIN_POST_META_TAGES_' . strtoupper($type) . '_' . $postId);
|
@@ -97,7 +98,7 @@ class B2S_Util {
|
|
97 |
$html = self::b2sFileGetContents($postUrl);
|
98 |
if (!empty($html) && $html !== false) {
|
99 |
//Search rist OG Parameter
|
100 |
-
$temp = self::b2sGetAllTags($html, $type);
|
101 |
foreach ($getTags as $k => $v) {
|
102 |
if (isset($temp[$v]) && !empty($temp[$v])) {
|
103 |
$param[$v] = $temp[$v];
|
@@ -157,8 +158,7 @@ class B2S_Util {
|
|
157 |
return (isset($matches[1]) && !empty($matches[1])) ? trim(preg_replace('/\s+/', ' ', $matches[1])) : '';
|
158 |
}
|
159 |
|
160 |
-
private static function b2sGetAllTags($html, $type = 'og', $ignoreEncoding=false) {
|
161 |
-
$search = 'property';
|
162 |
$list = array();
|
163 |
$doc = new DOMDocument();
|
164 |
if (function_exists('mb_convert_encoding') && !$ignoreEncoding) {
|
82 |
|
83 |
public static function getMetaTags($postId = 0, $postUrl = '', $network = 1) {
|
84 |
$type = ($network == 2) ? 'twitter' : 'og';
|
85 |
+
$search = ($network == 2) ? 'name' : 'property';
|
86 |
//GETSTOREEDDATA
|
87 |
if ((int) $postId != 0) {
|
88 |
$metaData = get_option('B2S_PLUGIN_POST_META_TAGES_' . strtoupper($type) . '_' . $postId);
|
98 |
$html = self::b2sFileGetContents($postUrl);
|
99 |
if (!empty($html) && $html !== false) {
|
100 |
//Search rist OG Parameter
|
101 |
+
$temp = self::b2sGetAllTags($html, $type, false, $search);
|
102 |
foreach ($getTags as $k => $v) {
|
103 |
if (isset($temp[$v]) && !empty($temp[$v])) {
|
104 |
$param[$v] = $temp[$v];
|
158 |
return (isset($matches[1]) && !empty($matches[1])) ? trim(preg_replace('/\s+/', ' ', $matches[1])) : '';
|
159 |
}
|
160 |
|
161 |
+
private static function b2sGetAllTags($html, $type = 'og', $ignoreEncoding=false, $search = 'property') {
|
|
|
162 |
$list = array();
|
163 |
$doc = new DOMDocument();
|
164 |
if (function_exists('mb_convert_encoding') && !$ignoreEncoding) {
|
languages/blog2social-de_DE.mo
CHANGED
Binary file
|
languages/blog2social-de_DE.po
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
# This file is distributed under the same license as the Plugins - Blog2Social: Social Media Auto Post & Scheduler - Stable (latest release) package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"PO-Revision-Date: 2019-
|
6 |
"MIME-Version: 1.0\n"
|
7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -11,10 +11,10 @@ msgstr ""
|
|
11 |
"Language: de_DE\n"
|
12 |
"Project-Id-Version: Plugins - Blog2Social: Social Media Auto Post & Scheduler - Stable (latest release)\n"
|
13 |
"Report-Msgid-Bugs-To: \n"
|
14 |
-
"POT-Creation-Date: 2019-
|
15 |
"Last-Translator: admin <s.buerger@adenion.de>\n"
|
16 |
-
"Language-Team:
|
17 |
-
"X-Loco-Version: 2.2.2; wp-5.
|
18 |
|
19 |
#: includes/Loader.php:44
|
20 |
msgid "Modify pin board"
|
@@ -32,201 +32,209 @@ msgstr "Modify subreddit"
|
|
32 |
msgid "Modify forum"
|
33 |
msgstr "Modify forum"
|
34 |
|
35 |
-
#: includes/Loader.php:
|
36 |
msgid "Auto-Post on Social Media"
|
37 |
msgstr "Automatisch auf Social Media teilen"
|
38 |
|
39 |
-
#: includes/Loader.php:
|
40 |
msgid "Social Media Content Calendar"
|
41 |
msgstr "Social Media Kalender"
|
42 |
|
43 |
-
#: includes/Loader.php:
|
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:
|
48 |
msgid "show details"
|
49 |
msgstr "siehe Details"
|
50 |
|
51 |
-
#: includes/Loader.php:
|
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:
|
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:
|
60 |
msgid "There are no authorizations for your selected profile. Please, authorize with a social network or select a other profile."
|
61 |
msgstr "Dein ausgewähltes Profil hat keine Autorisierungen. Bitte, verbinde Dich mit einem Netzwerk oder wähle ein anderes Profil aus. "
|
62 |
|
63 |
-
#: includes/Loader.php:
|
64 |
msgid "Upgrade to Premium"
|
65 |
msgstr "Premium freischalten"
|
66 |
|
67 |
-
#: includes/Loader.php:
|
68 |
msgid "Notifications"
|
69 |
msgstr "Benachrichtigungen"
|
70 |
|
71 |
-
#: includes/Loader.php:
|
72 |
msgid "Shared Posts"
|
73 |
msgstr "Geteilte Beiträge"
|
74 |
|
75 |
-
#: includes/Loader.php:
|
76 |
msgid "Instant Sharing"
|
77 |
msgstr "Instant Sharing"
|
78 |
|
79 |
-
#: includes/Loader.php:
|
80 |
msgid "Schedueld Posts"
|
81 |
msgstr "Geplante Beiträge"
|
82 |
|
83 |
-
#: includes/Loader.php:
|
84 |
-
|
|
|
|
|
|
|
|
|
85 |
msgid "Profile"
|
86 |
msgstr "Profil"
|
87 |
|
88 |
-
#: includes/Loader.php:
|
89 |
-
#: includes/B2S/Ship/Portale.php:33
|
90 |
msgid "Page"
|
91 |
msgstr "Seite"
|
92 |
|
93 |
-
#: includes/Loader.php:
|
94 |
msgid "Group"
|
95 |
msgstr "Gruppe"
|
96 |
|
97 |
-
#: includes/Loader.php:
|
98 |
msgid "Company"
|
99 |
msgstr "Arbeitgeber"
|
100 |
|
101 |
-
#: includes/Loader.php:
|
102 |
msgid "Business"
|
103 |
msgstr "Business"
|
104 |
|
105 |
-
#: includes/Loader.php:
|
106 |
msgid "Your post could not be posted."
|
107 |
msgstr "Dein Post ist nicht vom Netzwerk veröffentlicht worden."
|
108 |
|
109 |
-
#: includes/Loader.php:
|
110 |
msgid "Your authorization has expired. Please reconnect your account in the Blog2Social network settings."
|
111 |
msgstr "Deine Authorisierung ist abgelaufen. Bitte verbinde Deinen Account in den Blog2Social Netzwerkeinstellungen erneut."
|
112 |
|
113 |
-
#: includes/Loader.php:
|
114 |
msgid "The network has marked the post as spam or abusive."
|
115 |
msgstr "Das Netzwerk hat Deinen Post als Spam oder missbräuchlich markiert."
|
116 |
|
117 |
-
#: includes/Loader.php:
|
118 |
msgid "We don't have the permission to publish your post. Please check your authorization."
|
119 |
msgstr "Wir haben nicht Deine Erlaubnis, den Post zu veröffentlichen. Bitte überprüfe deine Autorisierung."
|
120 |
|
121 |
-
#: includes/Loader.php:
|
122 |
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>."
|
123 |
msgstr "Die Autorisierung ist unterbrochen. Bitte überprüfe deine Autorisierung. Siehe <a target=\"_blank\" href=\"https://www.blog2social.com/de/faq/category/9/fehlermeldungen-und-loesungen.html\">FAQ</a>."
|
124 |
|
125 |
-
#: includes/Loader.php:
|
126 |
msgid "Your daily limit has been reached."
|
127 |
msgstr "Dein tägliches Beitragslimit wurde erreicht."
|
128 |
|
129 |
-
#: includes/Loader.php:
|
130 |
-
msgid "Your post could not be posted, because your image is not available
|
131 |
-
msgstr "
|
132 |
|
133 |
-
#: includes/Loader.php:
|
134 |
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>."
|
135 |
msgstr "Das Netzwerk hat deinen Account blockiert. Siehe <a target=\"_blank\" href=\"https://www.blog2social.com/de/faq/category/9/fehlermeldungen-und-loesungen.html\">FAQ</a>."
|
136 |
|
137 |
-
#: includes/Loader.php:
|
138 |
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>."
|
139 |
msgstr "Die erlaubte Anzahl von Bildern ist erreicht. Siehe <a target=\"_blank\" href=\"https://www.blog2social.com/de/faq/category/9/fehlermeldungen-und-loesungen.html\">FAQ</a>."
|
140 |
|
141 |
-
#: includes/Loader.php:
|
142 |
msgid "Your daily limit for this network has been reached. Please try again later."
|
143 |
msgstr "Dein tägliches Beitragslimit für dieses Netzwerk wurde erreicht. Bitte versuche es später noch einmal."
|
144 |
|
145 |
-
#: includes/Loader.php:
|
146 |
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>."
|
147 |
msgstr "Das Netzwerk unterstüzt keine Emojis. Siehe <a target=\"_blank\" href=\"https://www.blog2social.com/de/faq/category/9/fehlermeldungen-und-loesungen.html\">FAQ</a>."
|
148 |
|
149 |
-
#: includes/Loader.php:
|
150 |
msgid "Your post is a duplicate."
|
151 |
msgstr "Du kannst auf dem Netzwerke keine Duplikate veröffentlichen."
|
152 |
|
153 |
-
#: includes/Loader.php:
|
154 |
msgid "The network requires a public url."
|
155 |
msgstr "Das Netzwerk benötigt eine öffentlich zugängliche URL."
|
156 |
|
157 |
-
#: includes/Loader.php:
|
158 |
msgid "Your blog post was not available for the network at the time of publication."
|
159 |
msgstr "Dein Blogbeitrag war zum Zeitpunkt der Veröffentlichung für das Netzwerk nicht verfügbar."
|
160 |
|
161 |
-
#: includes/Loader.php:
|
162 |
msgid "You have already retweeted this post."
|
163 |
msgstr "Du hast diesen Post bereits retweetet."
|
164 |
|
165 |
-
#: includes/Loader.php:
|
166 |
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>"
|
167 |
msgstr ""
|
168 |
"Diese XING-Schnittstelle wird nicht weiter von XING unterstützt wird. Bitte nutze ab jetzt die neue XING-Schnittstelle, um Deine XING Posts neu zu planen. <a target=\"_blank\" href=\"https://www.blog2social.com/de/faq/index.php?action=artikel&cat=2&id=145&artlang=de\">Weitere "
|
169 |
"Informationen.</a>"
|
170 |
|
171 |
-
#: includes/Loader.php:
|
172 |
msgid "There was no image in the meta data of the linked post. Posts without images cannot be shared on image networks."
|
173 |
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. "
|
174 |
|
175 |
-
#: includes/Loader.php:
|
|
|
|
|
|
|
|
|
176 |
msgid "Your group can not be found by the network."
|
177 |
msgstr "Deine Gruppe kann vom Netzwerk nicht gefunden werden."
|
178 |
|
179 |
-
#: includes/Loader.php:
|
180 |
msgid "Dashboard"
|
181 |
msgstr "Dashboard"
|
182 |
|
183 |
-
#: includes/Loader.php:
|
184 |
msgid "Posts & Sharing"
|
185 |
msgstr "Beiträge"
|
186 |
|
187 |
-
#: includes/Loader.php:
|
188 |
msgid "Calendar"
|
189 |
msgstr "Kalender"
|
190 |
|
191 |
-
#: includes/Loader.php:
|
192 |
msgid "Content Curation"
|
193 |
msgstr "Content Curation"
|
194 |
|
195 |
-
#: includes/Loader.php:
|
196 |
msgid "Networks"
|
197 |
msgstr "Netzwerke"
|
198 |
|
199 |
-
#: includes/Loader.php:
|
200 |
msgid "Settings"
|
201 |
msgstr "Einstellungen"
|
202 |
|
203 |
-
#: includes/Loader.php:
|
204 |
msgid "PR-Service"
|
205 |
msgstr "PR-Service"
|
206 |
|
207 |
-
#: includes/Loader.php:
|
208 |
msgid "Help & Support"
|
209 |
msgstr "Hilfe & Support"
|
210 |
|
211 |
-
#: includes/Loader.php:
|
212 |
msgid "Premium"
|
213 |
msgstr "Premium"
|
214 |
|
215 |
-
#: includes/Loader.php:
|
216 |
#: includes/B2S/Network/Item.php:152 includes/B2S/Network/Item.php:235 includes/B2S/Network/Item.php:288 includes/B2S/Network/Item.php:342 includes/B2S/Settings/Item.php:93 includes/B2S/Settings/Item.php:116 includes/B2S/Ship/Image.php:73 includes/B2S/Ship/Image.php:80
|
217 |
-
#: includes/B2S/Ship/Item.php:
|
218 |
msgid "PREMIUM"
|
219 |
msgstr "PREMIUM"
|
220 |
|
221 |
-
#: includes/Loader.php:
|
222 |
msgid "Blog2Social"
|
223 |
msgstr "Blog2Social"
|
224 |
|
225 |
-
#: includes/Loader.php:
|
226 |
msgid "or"
|
227 |
msgstr "oder"
|
228 |
|
229 |
-
#: includes/Loader.php:
|
230 |
msgid "back to install plugins"
|
231 |
msgstr "zurück zur Pluginübersicht"
|
232 |
|
@@ -332,7 +340,7 @@ msgstr "Hinweis: Bitte stelle sicher, dass Dein Blog von außen erreichbar ist.
|
|
332 |
msgid "Custom Sharing & Scheduling"
|
333 |
msgstr "Anpassen & Planen"
|
334 |
|
335 |
-
#: includes/B2S/PostBox.php:97 includes/B2S/PostBox.php:101 views/b2s/settings.php:71 views/b2s/ship.php:60 views/b2s/ship.php:150 views/b2s/ship.php:237 includes/B2S/Network/Item.php:164 includes/B2S/Settings/Item.php:100 includes/B2S/Ship/Item.php:
|
336 |
msgid "Info"
|
337 |
msgstr "Info"
|
338 |
|
@@ -344,7 +352,7 @@ msgstr "Social Media Posts anpassen & planen"
|
|
344 |
msgid "Facebook Instant Sharing:"
|
345 |
msgstr "Facebook Instant Sharing:"
|
346 |
|
347 |
-
#: includes/B2S/PostBox.php:100 includes/B2S/Settings/Item.php:
|
348 |
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."
|
349 |
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."
|
350 |
|
@@ -356,8 +364,8 @@ msgstr "Social Media Auto-Posting"
|
|
356 |
msgid "enable Auto-Posting"
|
357 |
msgstr "Auto-Posting aktivieren"
|
358 |
|
359 |
-
#: includes/B2S/PostBox.php:115 views/b2s/network.php:55 views/b2s/network.php:143 views/b2s/post.approve.php:50 views/b2s/post.calendar.php:59 views/b2s/post.calendar.php:238 views/b2s/post.notice.php:44 views/b2s/post.php:40
|
360 |
-
#: views/b2s/post.sched.php:58 views/b2s/ship.php:172 views/b2s/ship.php:546 views/b2s/support.php:
|
361 |
msgid "Loading..."
|
362 |
msgstr "Wird geladen..."
|
363 |
|
@@ -401,55 +409,55 @@ msgstr "Wenn Du Deinen Blogbeitrag an einem bestimmten Datum und zu bestimmten Z
|
|
401 |
msgid "You want to auto-post your blog post?"
|
402 |
msgstr "Du möchtest Deinen Beitrag automatisch posten?"
|
403 |
|
404 |
-
#: includes/B2S/PostBox.php:148 views/b2s/curation.php:
|
405 |
msgid "With Blog2Social Premium you can:"
|
406 |
msgstr "Mit Blog2Social kannst Du:"
|
407 |
|
408 |
-
#: includes/B2S/PostBox.php:151 views/b2s/curation.php:
|
409 |
msgid "Post on pages and groups"
|
410 |
msgstr "Poste auf Seiten und in Gruppen"
|
411 |
|
412 |
-
#: includes/B2S/PostBox.php:152 views/b2s/curation.php:
|
413 |
msgid "Share on multiple profiles, pages and groups"
|
414 |
msgstr "Auf mehreren Profilen, Seiten und Gruppen teilen"
|
415 |
|
416 |
-
#: includes/B2S/PostBox.php:153 views/b2s/curation.php:
|
417 |
msgid "Auto-post and auto-schedule new and updated blog posts"
|
418 |
msgstr " Auto-posten und Auto-planen: Beiträge automatisch bei Veröffentlichung oder Aktualisierung posten und zeitversetzt planen"
|
419 |
|
420 |
-
#: includes/B2S/PostBox.php:154 views/b2s/curation.php:
|
421 |
msgid "Schedule your posts at the best times on each network"
|
422 |
msgstr "Plane Deine Beiträge zu den besten Zeiten für jedes Netzwerk"
|
423 |
|
424 |
-
#: includes/B2S/PostBox.php:155 views/b2s/curation.php:
|
425 |
msgid "Best Time Manager: use predefined best time scheduler to auto-schedule your social media posts"
|
426 |
msgstr " Beste Zeiten Manager: vordefinierte Zeiten für Deine Beiträge nutzen"
|
427 |
|
428 |
-
#: includes/B2S/PostBox.php:156 views/b2s/curation.php:
|
429 |
msgid "Schedule your post for one time, multiple times or recurrently"
|
430 |
msgstr "Veröffentlichungen zur besten Zeit pro Netzwerk planen: einmalig, mehrmalig oder nach einem regelmäßigen Muster"
|
431 |
|
432 |
-
#: includes/B2S/PostBox.php:157 views/b2s/curation.php:
|
433 |
msgid "Schedule and re-share old posts"
|
434 |
msgstr "Plane und teile alte Beiträge"
|
435 |
|
436 |
-
#: includes/B2S/PostBox.php:158 views/b2s/curation.php:
|
437 |
msgid "Select link format or image format for your posts"
|
438 |
msgstr "Link-Posts oder Bild-Posts als Posting-Format für Deine Beiträge auswählen"
|
439 |
|
440 |
-
#: includes/B2S/PostBox.php:159 views/b2s/curation.php:
|
441 |
msgid "Select individual images per post"
|
442 |
msgstr "Individuelle Bilder für Deine Social Media Posts pro Netzwerk auswählen"
|
443 |
|
444 |
-
#: includes/B2S/PostBox.php:160 views/b2s/curation.php:
|
445 |
msgid "Reporting & calendar: keep track of your published and scheduled social media posts"
|
446 |
msgstr "Reporting & Kalender: Verfolge Deine veröffentlichten und geplanten Social Media Beiträge"
|
447 |
|
448 |
-
#: includes/B2S/PostBox.php:162 views/b2s/curation.php:
|
449 |
msgid "Upgrade to PREMIUM"
|
450 |
msgstr "Jetzt auf Premium upgraden"
|
451 |
|
452 |
-
#: includes/B2S/PostBox.php:164 views/b2s/curation.php:
|
453 |
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)"
|
454 |
msgstr "oder <a href=\"http://service.blog2social.com/trial\" target=\"_blank\">starte Deinen kostenlosen 30-tägigen Test von Blog2Social Premium</a>(keine Zahlungsinformationen erforderlich)"
|
455 |
|
@@ -473,34 +481,46 @@ msgstr "sofort nach Veröffentlichung"
|
|
473 |
msgid "at scheduled times"
|
474 |
msgstr "zu geplanten Zeiten"
|
475 |
|
476 |
-
#: includes/B2S/PostBox.php:
|
|
|
|
|
|
|
|
|
477 |
msgid "You want to sched your blog post with Auto-Poster?"
|
478 |
msgstr "Du willst Deinen Blogbeitrag mit dem Autoposter planen?"
|
479 |
|
480 |
-
#: includes/B2S/PostBox.php:
|
481 |
msgid "Upgrade to PREMIUM PRO"
|
482 |
msgstr "Upgrade auf PREMIUM PRO"
|
483 |
|
484 |
-
#: includes/B2S/PostBox.php:
|
485 |
msgid "Select date:"
|
486 |
msgstr "Datum auswählen:"
|
487 |
|
488 |
-
#: includes/B2S/PostBox.php:
|
489 |
msgid "show calendar"
|
490 |
msgstr "Planungskalender anzeigen"
|
491 |
|
492 |
-
#: includes/B2S/PostBox.php:
|
493 |
-
msgid "
|
494 |
-
msgstr "
|
495 |
|
496 |
-
#: includes/B2S/PostBox.php:
|
497 |
-
msgid "
|
498 |
-
msgstr "
|
499 |
|
500 |
-
#: includes/B2S/PostBox.php:
|
501 |
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."
|
502 |
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."
|
503 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
504 |
#: views/b2s/curation.php:28
|
505 |
msgid "No link preview available. Please check your link."
|
506 |
msgstr "Keine Link-Vorschau verfügbar. Bitte überprüfe Deinen Link."
|
@@ -513,71 +533,75 @@ msgstr "Keine verbundenen Netzwerke vorhanden. Bitte stelle sicher, dass Du mind
|
|
513 |
msgid "Invalid data. Please check your data."
|
514 |
msgstr "Ungültige Daten. Bitte überprüfe Deine Angaben."
|
515 |
|
516 |
-
#: views/b2s/curation.php:
|
|
|
|
|
|
|
|
|
517 |
msgid "Enter a link you want share on your social media channels"
|
518 |
msgstr "Füge einen Link ein, den Du auf Deinen Social Media Kanälen teilen möchtest"
|
519 |
|
520 |
-
#: views/b2s/curation.php:
|
521 |
msgid "Please enter a valid link"
|
522 |
msgstr "Bitte gib einen gütligen Link ein"
|
523 |
|
524 |
-
#: views/b2s/curation.php:
|
525 |
msgid "Enter link"
|
526 |
msgstr "Füge einen Link ein"
|
527 |
|
528 |
-
#: views/b2s/curation.php:
|
529 |
msgid "continue"
|
530 |
msgstr "weiter"
|
531 |
|
532 |
-
#: views/b2s/curation.php:
|
533 |
msgid "Load data..."
|
534 |
msgstr "Daten werden geladen..."
|
535 |
|
536 |
-
#: views/b2s/curation.php:
|
537 |
msgid "published"
|
538 |
msgstr "veröffentlicht"
|
539 |
|
540 |
-
#: views/b2s/curation.php:
|
541 |
msgid "Do you want to mark this post as published ?"
|
542 |
msgstr "Möchtest Du diesen Beitrag als veröffentlicht markieren?"
|
543 |
|
544 |
-
#: views/b2s/curation.php:
|
545 |
msgid "YES"
|
546 |
msgstr "JA"
|
547 |
|
548 |
-
#: views/b2s/curation.php:
|
549 |
msgid "NO"
|
550 |
msgstr "NEIN"
|
551 |
|
552 |
-
#: views/b2s/curation.php:
|
553 |
msgid "Need to schedule your posts?"
|
554 |
msgstr "Du möchtest Deine Beiträge planen?"
|
555 |
|
556 |
-
#: views/b2s/curation.php:
|
557 |
msgid "Blog2Social Premium covers everything you need."
|
558 |
msgstr "Blog2Social Premium deckt alles ab, was Du brauchst."
|
559 |
|
560 |
-
#: views/b2s/curation.php:
|
561 |
msgid "Schedule for specific dates"
|
562 |
msgstr "Für bestimmte Termine planen"
|
563 |
|
564 |
-
#: views/b2s/curation.php:
|
565 |
msgid "You want to publish a post on a specific date? No problem! Just enter your desired date and you are ready to go!"
|
566 |
msgstr "Du möchtest einen Beitrag an einem ganz bestimmten Datum veröffentlichen? Kein Problem! Stelle einfach Dein Wunschdatum ein und los geht’s!"
|
567 |
|
568 |
-
#: views/b2s/curation.php:
|
569 |
msgid "Schedule post recurrently"
|
570 |
msgstr "Beitrag mehrfach planen"
|
571 |
|
572 |
-
#: views/b2s/curation.php:
|
573 |
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."
|
574 |
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"
|
575 |
|
576 |
-
#: views/b2s/curation.php:
|
577 |
msgid "Best Time Scheduler"
|
578 |
msgstr "Beste Zeiten Manager"
|
579 |
|
580 |
-
#: views/b2s/curation.php:
|
581 |
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."
|
582 |
msgstr ""
|
583 |
"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, "
|
@@ -657,7 +681,7 @@ msgstr ""
|
|
657 |
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."
|
658 |
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."
|
659 |
|
660 |
-
#: views/b2s/network.php:124 views/b2s/premium.php:33 views/b2s/ship.php:469 includes/B2S/Ship/Item.php:
|
661 |
msgid "Learn more"
|
662 |
msgstr "Mehr erfahren"
|
663 |
|
@@ -721,15 +745,15 @@ msgstr "Sortiere nach Netzwerk"
|
|
721 |
msgid "show all"
|
722 |
msgstr "alles anzeigen"
|
723 |
|
724 |
-
#: views/b2s/post.calendar.php:38 views/b2s/ship.php:16 includes/B2S/Post/Filter.php:49 includes/B2S/Post/Item.php:
|
725 |
msgid "scheduled"
|
726 |
msgstr "geplant"
|
727 |
|
728 |
-
#: views/b2s/post.calendar.php:69 views/b2s/post.sched.php:177 includes/B2S/Settings/Item.php:
|
729 |
msgid "Link Post"
|
730 |
msgstr "Link-Beitrag"
|
731 |
|
732 |
-
#: views/b2s/post.calendar.php:69 views/b2s/post.sched.php:177 includes/B2S/Settings/Item.php:
|
733 |
msgid "Photo Post"
|
734 |
msgstr "Bild-Beitrag"
|
735 |
|
@@ -758,8 +782,8 @@ msgid "Define the default settings for the custom post format for all of your Tw
|
|
758 |
msgstr "Definiere Dein Standard-Beitragsformat für alle Deine Twitter-Verbindungen unter den Blog2Social Einstellungen."
|
759 |
|
760 |
#: views/b2s/post.calendar.php:132 views/b2s/post.sched.php:149 views/b2s/ship.php:508
|
761 |
-
msgid "Define the default settings for the custom post format for all of your
|
762 |
-
msgstr "Definiere
|
763 |
|
764 |
#: views/b2s/post.calendar.php:135 views/b2s/post.sched.php:152 views/b2s/ship.php:511
|
765 |
msgid "Define the default settings for the custom post format for all of your Instagram accounts in the Blog2Social settings."
|
@@ -817,7 +841,7 @@ msgstr "Deine aktuelle Lizenz:"
|
|
817 |
msgid "End of Trial"
|
818 |
msgstr "Ende der Testzeit"
|
819 |
|
820 |
-
#: views/b2s/premium.php:27 includes/B2S/Settings/Item.php:
|
821 |
msgid "Upgrade"
|
822 |
msgstr "Upgrade"
|
823 |
|
@@ -891,7 +915,7 @@ msgstr "speichere Daten..."
|
|
891 |
msgid "General"
|
892 |
msgstr "Allgemein"
|
893 |
|
894 |
-
#: views/b2s/settings.php:34 includes/B2S/Post/Item.php:
|
895 |
msgid "Auto-Posting"
|
896 |
msgstr "Auto-Posting"
|
897 |
|
@@ -920,8 +944,8 @@ msgid "Twitter"
|
|
920 |
msgstr "Twitter"
|
921 |
|
922 |
#: views/b2s/settings.php:81
|
923 |
-
msgid "
|
924 |
-
msgstr "
|
925 |
|
926 |
#: views/b2s/settings.php:84
|
927 |
msgid "Instagram"
|
@@ -994,7 +1018,7 @@ msgstr ""
|
|
994 |
"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. "
|
995 |
"Wähle dazu die gewünschte Zeitzone aus dem Drop-Down Menü."
|
996 |
|
997 |
-
#: views/b2s/ship.php:16 includes/B2S/Post/Filter.php:49 includes/B2S/Post/Item.php:
|
998 |
msgid "draft"
|
999 |
msgstr "Entwurf"
|
1000 |
|
@@ -1002,11 +1026,11 @@ msgstr "Entwurf"
|
|
1002 |
msgid "Social Media Scheduling & Sharing"
|
1003 |
msgstr "Beitrag auf Social Media planen und teilen"
|
1004 |
|
1005 |
-
#: views/b2s/ship.php:37 views/prg/ship.php:41 views/prg/ship.php:43 includes/B2S/Settings/Item.php:
|
1006 |
msgid "Title"
|
1007 |
msgstr "Titel"
|
1008 |
|
1009 |
-
#: views/b2s/ship.php:39 includes/B2S/Post/Item.php:
|
1010 |
msgid "on blog"
|
1011 |
msgstr "auf dem Blog"
|
1012 |
|
@@ -1070,7 +1094,7 @@ msgstr "Jetzt mit Netzwerken verbinden"
|
|
1070 |
msgid "scroll to top"
|
1071 |
msgstr "zum Seitenanfang"
|
1072 |
|
1073 |
-
#: views/b2s/ship.php:212 views/b2s/ship.php:216 includes/B2S/Curation/View.php:
|
1074 |
msgid "Share"
|
1075 |
msgstr "Teilen"
|
1076 |
|
@@ -1078,7 +1102,7 @@ msgstr "Teilen"
|
|
1078 |
msgid "Time zone"
|
1079 |
msgstr "Zeitzone"
|
1080 |
|
1081 |
-
#: views/b2s/ship.php:239 views/b2s/ship.php:241 includes/B2S/Post/Item.php:
|
1082 |
msgid "Re-share this post"
|
1083 |
msgstr "Diesen Beitrag nochmal teilen"
|
1084 |
|
@@ -1142,8 +1166,8 @@ msgid "Ignore & share"
|
|
1142 |
msgstr "Ignorieren & teilen"
|
1143 |
|
1144 |
#: views/b2s/ship.php:465
|
1145 |
-
msgid "Important
|
1146 |
-
msgstr "Wichtige
|
1147 |
|
1148 |
#: views/b2s/ship.php:534
|
1149 |
msgid "add Schedule"
|
@@ -1153,7 +1177,7 @@ msgstr "Zeitplan hinzufügen"
|
|
1153 |
msgid "Give me more information"
|
1154 |
msgstr "Erhalte mehr Infomationen"
|
1155 |
|
1156 |
-
#: views/b2s/support.php:15 includes/B2S/Post/Item.php:
|
1157 |
msgid "FAQ"
|
1158 |
msgstr "FAQ"
|
1159 |
|
@@ -1161,94 +1185,138 @@ msgstr "FAQ"
|
|
1161 |
msgid "Troubleshooting-Tool"
|
1162 |
msgstr "Problemanalyse-Tool"
|
1163 |
|
1164 |
-
#: views/b2s/support.php:18
|
1165 |
msgid "NEW"
|
1166 |
msgstr "NEU"
|
1167 |
|
1168 |
#: views/b2s/support.php:21
|
|
|
|
|
|
|
|
|
1169 |
msgid "Step-by-Step-Guide"
|
1170 |
msgstr "Step-by-Step-Guide"
|
1171 |
|
1172 |
-
#: views/b2s/support.php:
|
1173 |
msgid "Search all support"
|
1174 |
msgstr "FAQ durchsuchen"
|
1175 |
|
1176 |
-
#: views/b2s/support.php:
|
1177 |
msgid "Entry keyword or ask a question"
|
1178 |
msgstr "Gib einen Suchbegriff ein oder stelle eine Frage"
|
1179 |
|
1180 |
-
#: views/b2s/support.php:
|
1181 |
msgid "Support Topics"
|
1182 |
msgstr "Support-Themen"
|
1183 |
|
1184 |
-
#: views/b2s/support.php:
|
1185 |
msgid "Installation"
|
1186 |
msgstr "Installation"
|
1187 |
|
1188 |
-
#: views/b2s/support.php:
|
1189 |
msgid "Connecting Social Networks"
|
1190 |
msgstr "Autorisierung mit sozialen Netzwerken"
|
1191 |
|
1192 |
-
#: views/b2s/support.php:
|
1193 |
msgid "Autoposting, Sharing und Re-Sharing"
|
1194 |
msgstr "Automatisieren, Planen und Teilen"
|
1195 |
|
1196 |
-
#: views/b2s/support.php:
|
1197 |
msgid "Customizing Social Media Posts"
|
1198 |
msgstr "Individualisieren"
|
1199 |
|
1200 |
-
#: views/b2s/support.php:
|
1201 |
msgid "Scheduling and Best Time Manager"
|
1202 |
msgstr "Veröffentlichungen planen und Beste Zeiten Manager"
|
1203 |
|
1204 |
-
#: views/b2s/support.php:
|
1205 |
msgid "Contracting and Licensing"
|
1206 |
msgstr "Blog2Social Vertrag / Blog2Social Lizenz"
|
1207 |
|
1208 |
-
#: views/b2s/support.php:
|
1209 |
msgid "Troubleshooting for Error Messages"
|
1210 |
msgstr "Fehlermeldungen und Lösungen"
|
1211 |
|
1212 |
-
#: views/b2s/support.php:
|
1213 |
msgid "Helpful Network Settings"
|
1214 |
msgstr "Hilfreiche Netzwerkeinstellungen "
|
1215 |
|
1216 |
-
#: views/b2s/support.php:
|
1217 |
msgid "TOP FAQs"
|
1218 |
msgstr "Top FAQs"
|
1219 |
|
1220 |
-
#: views/b2s/support.php:
|
1221 |
msgid "Contact Support by Email"
|
1222 |
msgstr "Support-Team per E-Mail kontaktieren"
|
1223 |
|
1224 |
-
#: views/b2s/support.php:
|
1225 |
msgid "Call us: +49 2181 7569-277"
|
1226 |
msgstr "Ruf' uns an: +49 2181 7569-277"
|
1227 |
|
1228 |
-
#: views/b2s/support.php:
|
1229 |
msgid "(Support times: from 9:00 a.m. to 5:00 p.m. CET on working days)"
|
1230 |
msgstr "(Support-Zeiten: 09:00 bis 17 Uhr CET an Werktagen)"
|
1231 |
|
1232 |
-
#: views/b2s/support.php:
|
1233 |
msgid "You need admin rights to use the Troubleshooting-Tool. Please contact your administrator."
|
1234 |
msgstr "Für die Nutzung des Problemanalyse-Tools werden Adminrechte benötigt. Bitte wende Dich an Deinen Administrator."
|
1235 |
|
1236 |
-
#: views/b2s/support.php:
|
1237 |
msgid "Needed"
|
1238 |
msgstr "Erforderlich"
|
1239 |
|
1240 |
-
#: views/b2s/support.php:
|
1241 |
msgid "Current"
|
1242 |
msgstr "Aktuell"
|
1243 |
|
1244 |
-
#: views/b2s/support.php:
|
1245 |
msgid "reload"
|
1246 |
msgstr "neu laden"
|
1247 |
|
1248 |
-
#: views/b2s/support.php:
|
1249 |
msgid "Export as txt-file"
|
1250 |
msgstr "Als txt-Datei exportieren"
|
1251 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1252 |
#: views/prg/login.php:14
|
1253 |
msgid "Login failed. Please check your username and a password!"
|
1254 |
msgstr " Die Anmeldung zu PR-Gateway ist fehlgeschlagen. Bitte überprüfe Deinen Benutzernamen und Dein Password!"
|
@@ -1331,11 +1399,11 @@ msgstr "Schreibe etwas..."
|
|
1331 |
msgid "Share your post"
|
1332 |
msgstr "Teile Deinen Post"
|
1333 |
|
1334 |
-
#: includes/B2S/Curation/View.php:61 includes/B2S/Settings/Item.php:
|
1335 |
msgid "immediately"
|
1336 |
msgstr "sofort"
|
1337 |
|
1338 |
-
#: includes/B2S/Curation/View.php:66 includes/B2S/Curation/View.php:67 includes/B2S/Ship/Item.php:
|
1339 |
msgid "Date"
|
1340 |
msgstr "Startdatum"
|
1341 |
|
@@ -1343,6 +1411,10 @@ msgstr "Startdatum"
|
|
1343 |
msgid "Customize & Schedule"
|
1344 |
msgstr "Anpassen & Planen"
|
1345 |
|
|
|
|
|
|
|
|
|
1346 |
#: includes/B2S/Network/Item.php:60
|
1347 |
msgid "Default"
|
1348 |
msgstr "Standard"
|
@@ -1375,7 +1447,7 @@ msgstr "Du möchtest eine Netzwerk-Seite verbinden?"
|
|
1375 |
msgid "You want to connect a social media group?"
|
1376 |
msgstr "Du möchtest eine Social-Media-Gruppe verbinden?"
|
1377 |
|
1378 |
-
#: includes/B2S/Network/Item.php:163 includes/B2S/Settings/Item.php:
|
1379 |
msgid "Connections"
|
1380 |
msgstr "Verbindungen"
|
1381 |
|
@@ -1395,7 +1467,7 @@ msgstr "Bitte upgraden"
|
|
1395 |
msgid "Authorization is interrupted since"
|
1396 |
msgstr "Autorisierung ist unterbrochen seit"
|
1397 |
|
1398 |
-
#: includes/B2S/Network/Item.php:233 includes/B2S/Network/Item.php:286 includes/B2S/Network/Item.php:340 includes/B2S/Ship/Item.php:
|
1399 |
msgid "Days"
|
1400 |
msgstr "Tage"
|
1401 |
|
@@ -1431,143 +1503,151 @@ msgstr "alle Typen"
|
|
1431 |
msgid "Search Title"
|
1432 |
msgstr "Suche nach Titel"
|
1433 |
|
1434 |
-
#: includes/B2S/Post/Filter.php:
|
1435 |
msgid "sort"
|
1436 |
msgstr "sortieren"
|
1437 |
|
1438 |
-
#: includes/B2S/Post/Filter.php:
|
1439 |
msgid "reset"
|
1440 |
msgstr "zurücksetzen"
|
1441 |
|
1442 |
-
#: includes/B2S/Post/Filter.php:
|
1443 |
msgid "selected date"
|
1444 |
msgstr "ausgewähltes Datum"
|
1445 |
|
1446 |
-
#: includes/B2S/Post/Filter.php:
|
1447 |
msgid "scheduled post(s)"
|
1448 |
msgstr "geplante Beiträge"
|
1449 |
|
1450 |
-
#: includes/B2S/Post/Item.php:
|
1451 |
msgid "You have no posts published or scheduled."
|
1452 |
msgstr "Du hast keine Beiträge veröffentlicht oder geplant."
|
1453 |
|
1454 |
-
#: includes/B2S/Post/Item.php:
|
1455 |
msgid "curated post"
|
1456 |
msgstr "kuratierter Beitrag"
|
1457 |
|
1458 |
-
#: includes/B2S/Post/Item.php:
|
1459 |
msgid "last shared on social media"
|
1460 |
msgstr "zuletzt auf Social Media geteilt"
|
1461 |
|
1462 |
-
#: includes/B2S/Post/Item.php:
|
1463 |
msgid "Share on Social Media"
|
1464 |
msgstr "auf Social Media teilen"
|
1465 |
|
1466 |
-
#: includes/B2S/Post/Item.php:
|
1467 |
msgid "Author"
|
1468 |
msgstr "Autor"
|
1469 |
|
1470 |
-
#: includes/B2S/Post/Item.php:
|
1471 |
msgid "Details"
|
1472 |
msgstr "Details"
|
1473 |
|
1474 |
-
#: includes/B2S/Post/Item.php:
|
1475 |
msgid "shared social media posts"
|
1476 |
msgstr "geteilte Beiträge"
|
1477 |
|
1478 |
-
#: includes/B2S/Post/Item.php:
|
1479 |
msgid "latest share by"
|
1480 |
msgstr "zuletzt geteilt von"
|
1481 |
|
1482 |
-
#: includes/B2S/Post/Item.php:
|
1483 |
msgid "scheduled social media posts"
|
1484 |
msgstr "geplante Beiträge"
|
1485 |
|
1486 |
-
#: includes/B2S/Post/Item.php:
|
1487 |
msgid "next share by"
|
1488 |
msgstr "als nächstes geteilt von"
|
1489 |
|
1490 |
-
#: includes/B2S/Post/Item.php:
|
1491 |
msgid "social media posts ready to be shared"
|
1492 |
msgstr "Social Media Posts sind bereit, geteilt zu werden"
|
1493 |
|
1494 |
-
#: includes/B2S/Post/Item.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1495 |
msgid "Retweet"
|
1496 |
msgstr "Retweet"
|
1497 |
|
1498 |
-
#: includes/B2S/Post/Item.php:
|
1499 |
msgid "select all"
|
1500 |
msgstr "alle auswählen"
|
1501 |
|
1502 |
-
#: includes/B2S/Post/Item.php:
|
1503 |
msgid "show"
|
1504 |
msgstr "ansehen"
|
1505 |
|
1506 |
-
#: includes/B2S/Post/Item.php:
|
1507 |
msgid "Please see"
|
1508 |
msgstr "siehe"
|
1509 |
|
1510 |
-
#: includes/B2S/Post/Item.php:
|
1511 |
msgid "sharing in progress by"
|
1512 |
msgstr "wird geteilt"
|
1513 |
|
1514 |
-
#: includes/B2S/Post/Item.php:
|
1515 |
msgid "shared by"
|
1516 |
msgstr "geteilt von"
|
1517 |
|
1518 |
-
#: includes/B2S/Post/Item.php:
|
1519 |
msgid "You want to delete a publish post entry?"
|
1520 |
msgstr "Du möchtest einen veröffentlichten Beitrag löschen?"
|
1521 |
|
1522 |
-
#: includes/B2S/Post/Item.php:
|
1523 |
msgid "delete from reporting"
|
1524 |
msgstr "aus Reporting löschen"
|
1525 |
|
1526 |
-
#: includes/B2S/Post/Item.php:
|
1527 |
msgid "re-share"
|
1528 |
msgstr "erneut teilen"
|
1529 |
|
1530 |
-
#: includes/B2S/Post/Item.php:
|
1531 |
msgid "is waiting to shared by"
|
1532 |
msgstr "wartet darauf, geteilt zu werden von"
|
1533 |
|
1534 |
-
#: includes/B2S/Post/Item.php:
|
1535 |
msgid "share"
|
1536 |
msgstr "teilen"
|
1537 |
|
1538 |
-
#: includes/B2S/Post/Item.php:
|
1539 |
msgid "You want to delete your Social Media post?"
|
1540 |
msgstr "Du möchtest Deinen Social Media Post löschen?"
|
1541 |
|
1542 |
-
#: includes/B2S/Post/Item.php:
|
1543 |
msgid "delete"
|
1544 |
msgstr "löschen"
|
1545 |
|
1546 |
-
#: includes/B2S/Post/Item.php:
|
1547 |
msgid "last modified by"
|
1548 |
msgstr "zuletzt bearbeitet von"
|
1549 |
|
1550 |
-
#: includes/B2S/Post/Item.php:
|
1551 |
msgid "is processed by the network"
|
1552 |
msgstr "wird vom Netzwerk verarbeitet"
|
1553 |
|
1554 |
-
#: includes/B2S/Post/Item.php:
|
1555 |
msgid "scheduled by"
|
1556 |
msgstr "geplant von "
|
1557 |
|
1558 |
-
#: includes/B2S/Post/Item.php:
|
1559 |
msgid "You want to edit your scheduled post?"
|
1560 |
msgstr "Sie möchten Ihre vorgeplanten Beiträge bearbeiten?"
|
1561 |
|
1562 |
-
#: includes/B2S/Post/Item.php:
|
1563 |
msgid "edit"
|
1564 |
msgstr "edit"
|
1565 |
|
1566 |
-
#: includes/B2S/Post/Item.php:
|
1567 |
msgid "delete scheduling"
|
1568 |
msgstr "Planung löschen"
|
1569 |
|
1570 |
-
#: includes/B2S/Settings/Item.php:63 includes/B2S/Settings/Item.php:83 includes/B2S/Ship/Item.php:
|
1571 |
msgid "Account"
|
1572 |
msgstr "Konto"
|
1573 |
|
@@ -1591,10 +1671,6 @@ msgstr "Url Shortener"
|
|
1591 |
msgid "Bitly"
|
1592 |
msgstr "Bitly"
|
1593 |
|
1594 |
-
#: includes/B2S/Settings/Item.php:83
|
1595 |
-
msgid "change"
|
1596 |
-
msgstr "ändern"
|
1597 |
-
|
1598 |
#: includes/B2S/Settings/Item.php:86
|
1599 |
msgid "allow shortcodes in my post"
|
1600 |
msgstr "berücksichtige Shortcodes in meinen Beiträgen"
|
@@ -1619,7 +1695,7 @@ msgstr "Hashtags"
|
|
1619 |
msgid "title & content"
|
1620 |
msgstr "Titel & Inhalt"
|
1621 |
|
1622 |
-
#: includes/B2S/Settings/Item.php:98 includes/B2S/Settings/Item.php:99 includes/B2S/Settings/Item.php:
|
1623 |
msgid "(PREMIUM)"
|
1624 |
msgstr "(PREMIUM)"
|
1625 |
|
@@ -1631,7 +1707,7 @@ msgstr "Nur Inhalt"
|
|
1631 |
msgid "System"
|
1632 |
msgstr "System"
|
1633 |
|
1634 |
-
#: includes/B2S/Settings/Item.php:106 includes/B2S/Settings/Item.php:
|
1635 |
msgid "This is a global feature for your blog, which can only be edited by users with admin rights."
|
1636 |
msgstr "Dies ist eine globale Einstellung für Deinen Blog, die nur von Usern mit Admin Rechten bearbeitet werden kann."
|
1637 |
|
@@ -1639,217 +1715,221 @@ msgstr "Dies ist eine globale Einstellung für Deinen Blog, die nur von Usern mi
|
|
1639 |
msgid "activate Legacy mode"
|
1640 |
msgstr "Kompatibilitätsmodus aktivieren"
|
1641 |
|
1642 |
-
#: includes/B2S/Settings/Item.php:
|
1643 |
msgid "Auto-post your own created posts"
|
1644 |
msgstr "Auto-Poste Deine selbsterstellten Blogbeiträge"
|
1645 |
|
1646 |
-
#: includes/B2S/Settings/Item.php:
|
1647 |
msgid "Define by default to automatically post your posts on social media:"
|
1648 |
msgstr "Definiere standardmäßig Blogbeiträge oder Seiten, die Du auf Social Media automatisch teilen möchtest:"
|
1649 |
|
1650 |
-
#: includes/B2S/Settings/Item.php:
|
1651 |
msgid "Select by default if the auto-poster is activated when you publish a new post or update a post."
|
1652 |
msgstr "Wählen standardmäßig aus, dass das automatische Teilen aktiviert wird, wenn Du einen neuen Post veröffentlichst oder einen Post aktualisierst."
|
1653 |
|
1654 |
-
#: includes/B2S/Settings/Item.php:
|
1655 |
msgid "new posts"
|
1656 |
msgstr "Neue Beiträge"
|
1657 |
|
1658 |
-
#: includes/B2S/Settings/Item.php:
|
1659 |
msgid "Unselect all"
|
1660 |
msgstr "Alle abwählen"
|
1661 |
|
1662 |
-
#: includes/B2S/Settings/Item.php:
|
1663 |
msgid "Select all"
|
1664 |
msgstr "Alle auswählen"
|
1665 |
|
1666 |
-
#: includes/B2S/Settings/Item.php:
|
1667 |
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."
|
1668 |
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."
|
1669 |
|
1670 |
-
#: includes/B2S/Settings/Item.php:
|
1671 |
msgid "updating existing posts"
|
1672 |
msgstr "Bestehenden Beitrag aktualisieren"
|
1673 |
|
1674 |
-
#: includes/B2S/Settings/Item.php:
|
1675 |
msgid "Save"
|
1676 |
msgstr " Speichern"
|
1677 |
|
1678 |
-
#: includes/B2S/Settings/Item.php:
|
1679 |
msgid "Auto-post your imported posts to Twitter & Facebook"
|
1680 |
msgstr "Poste Deine importierten Beiträge automatisch auf Twitter und Facebook"
|
1681 |
|
1682 |
-
#: includes/B2S/Settings/Item.php:
|
1683 |
msgid "Define by default to automatically share your imported posts to social media:"
|
1684 |
msgstr "Definiere standardmäßig, dass Deine importierten Beiträge automatisch in den Social Media geteilt werden. "
|
1685 |
|
1686 |
-
#: includes/B2S/Settings/Item.php:
|
1687 |
msgid "Your current licence:"
|
1688 |
msgstr "Deine aktuelle Lizenz:"
|
1689 |
|
1690 |
-
#: includes/B2S/Settings/Item.php:
|
1691 |
msgid "Immediate Cross-Posting across all networks: Share an unlimited number of posts"
|
1692 |
msgstr "Immediate Cross-Posting über alle Netzwerke hinweg: Teile eine unbegrenzte Anzahl an Beiträgen"
|
1693 |
|
1694 |
-
#: includes/B2S/Settings/Item.php:
|
1695 |
msgid "Scheduled Auto-Posting"
|
1696 |
msgstr "Scheduled Auto-Posting"
|
1697 |
|
1698 |
-
#: includes/B2S/Settings/Item.php:
|
1699 |
msgid "share up to"
|
1700 |
msgstr "teile bis zu"
|
1701 |
|
1702 |
-
#: includes/B2S/Settings/Item.php:
|
1703 |
msgid "posts per day"
|
1704 |
msgstr "Beiträge pro Tag"
|
1705 |
|
1706 |
-
#: includes/B2S/Settings/Item.php:
|
1707 |
msgid "Select by default to automatically share your imported posts"
|
1708 |
msgstr "Teile standardmäßig automatisch importierte Beiträge auf meinen Social Media"
|
1709 |
|
1710 |
-
#: includes/B2S/Settings/Item.php:
|
1711 |
msgid "Select to auto-post to your standard networks:"
|
1712 |
msgstr "Wähle die Netzwerke aus, auf denen automatisch veröffentlicht werden soll:"
|
1713 |
|
1714 |
-
#: includes/B2S/Settings/Item.php:
|
1715 |
msgid "In accordance with the new Twitter TOS, one Twitter account can be selected as your primary Twitter account for auto-posting."
|
1716 |
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"
|
1717 |
|
1718 |
-
#: includes/B2S/Settings/Item.php:
|
1719 |
msgid "More information"
|
1720 |
msgstr "Zusätzliche Informationen"
|
1721 |
|
1722 |
-
#: includes/B2S/Settings/Item.php:
|
1723 |
msgid "Select to auto-post immediately after publishing or with a delay"
|
1724 |
msgstr "Importierte Beiträge direkt veröffentlichen oder mit einer Verzögerung"
|
1725 |
|
1726 |
-
#: includes/B2S/Settings/Item.php:
|
1727 |
msgid "publish with a delay of"
|
1728 |
msgstr "Veröffentliche mit einer Verzögerung von"
|
1729 |
|
1730 |
-
#: includes/B2S/Settings/Item.php:
|
1731 |
msgid "minutes"
|
1732 |
msgstr "Minuten"
|
1733 |
|
1734 |
-
#: includes/B2S/Settings/Item.php:
|
1735 |
msgid "Filter Posts (Only posts that meet the following criteria will be autoposted)"
|
1736 |
msgstr "Beiträge filtern (Nur Beiträge, die die Kriterien erfüllen, werden automatisch veröffentlicht)"
|
1737 |
|
1738 |
-
#: includes/B2S/Settings/Item.php:
|
1739 |
msgid "Post Types"
|
1740 |
msgstr "Posttypen"
|
1741 |
|
1742 |
-
#: includes/B2S/Settings/Item.php:
|
1743 |
msgid "Include (Post only...)"
|
1744 |
msgstr "enthält (nur Beiträge, mit ...)"
|
1745 |
|
1746 |
-
#: includes/B2S/Settings/Item.php:
|
1747 |
msgid "Exclude (Do no post ...)"
|
1748 |
msgstr "enthält nicht (Veröffentliche keine Beiträge, mit...)"
|
1749 |
|
1750 |
-
#: includes/B2S/Settings/Item.php:
|
1751 |
msgid "add/change connection"
|
1752 |
msgstr "Verbindung hinzufügen/ändern"
|
1753 |
|
1754 |
-
#: includes/B2S/Settings/Item.php:
|
1755 |
msgid "Reset all page and post meta data"
|
1756 |
msgstr "Lösche alle Seiten und Beitrags Meta Angaben"
|
1757 |
|
1758 |
-
#: includes/B2S/Settings/Item.php:
|
1759 |
msgid "Meta Tags Settings for Posts and Pages"
|
1760 |
msgstr "Meta Tag Einstellungen für Beiträge und Seiten"
|
1761 |
|
1762 |
-
#: includes/B2S/Settings/Item.php:
|
1763 |
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."
|
1764 |
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."
|
1765 |
|
1766 |
-
#: includes/B2S/Settings/Item.php:
|
1767 |
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."
|
1768 |
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."
|
1769 |
|
1770 |
-
#: includes/B2S/Settings/Item.php:
|
1771 |
msgid "Frontpage Settings"
|
1772 |
msgstr "Frontpage Einstellungen"
|
1773 |
|
1774 |
-
#: includes/B2S/Settings/Item.php:
|
|
|
|
|
|
|
|
|
1775 |
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)"
|
1776 |
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)"
|
1777 |
|
1778 |
-
#: includes/B2S/Settings/Item.php:
|
1779 |
msgid "Description"
|
1780 |
msgstr "Beschreibung"
|
1781 |
|
1782 |
-
#: includes/B2S/Settings/Item.php:
|
1783 |
msgid "Image URL"
|
1784 |
msgstr "Bild Url"
|
1785 |
|
1786 |
-
#: includes/B2S/Settings/Item.php:
|
1787 |
msgid "Image upload / Media Gallery"
|
1788 |
msgstr "Bild hochladen / Mediathek"
|
1789 |
|
1790 |
-
#: includes/B2S/Settings/Item.php:
|
1791 |
msgid "Please note: Facebook supports images with a minimum dimension of 200x200 pixels and an aspect ratio of 1:1."
|
1792 |
msgstr "Bitte beachte: Facebook unterstützt Bilder mit einer Mindestgröße von 200x200 Pixel and einem Bildgrößenverhältnis von 1:1."
|
1793 |
|
1794 |
-
#: includes/B2S/Settings/Item.php:
|
1795 |
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)"
|
1796 |
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)"
|
1797 |
|
1798 |
-
#: includes/B2S/Settings/Item.php:
|
1799 |
msgid "The default card type to use"
|
1800 |
msgstr "Wählen Sie Ihre Standard-Twitter-Card"
|
1801 |
|
1802 |
-
#: includes/B2S/Settings/Item.php:
|
1803 |
msgid "Summary"
|
1804 |
msgstr "Link-Darstellung"
|
1805 |
|
1806 |
-
#: includes/B2S/Settings/Item.php:
|
1807 |
msgid "Summary with large image"
|
1808 |
msgstr "Link-Darstellung mit großem Bild"
|
1809 |
|
1810 |
-
#: includes/B2S/Settings/Item.php:
|
1811 |
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."
|
1812 |
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. "
|
1813 |
|
1814 |
-
#: includes/B2S/Settings/Item.php:
|
1815 |
msgid "Did you know?"
|
1816 |
msgstr "Wusstest Du schon?"
|
1817 |
|
1818 |
-
#: includes/B2S/Settings/Item.php:
|
1819 |
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)."
|
1820 |
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."
|
1821 |
|
1822 |
-
#: includes/B2S/Settings/Item.php:
|
1823 |
msgid "Upgrade to Premium Pro now."
|
1824 |
msgstr "Upgrade auf Premium PRO"
|
1825 |
|
1826 |
-
#: includes/B2S/Settings/Item.php:
|
1827 |
msgid "Image with frame"
|
1828 |
msgstr "Bild mit Rahmen"
|
1829 |
|
1830 |
-
#: includes/B2S/Settings/Item.php:
|
1831 |
msgid "Insert white frames to show the whole image in your timeline. All image information will be shown in your timeline."
|
1832 |
msgstr "Füge weiße Rahmen ein, um das gesamte Bild in Deiner Zeitleiste anzuzeigen. Alle Bildinformationen werden in Deiner Zeitleiste angezeigt."
|
1833 |
|
1834 |
-
#: includes/B2S/Settings/Item.php:
|
1835 |
msgid ""
|
1836 |
"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, "
|
1837 |
"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 "
|
1838 |
-
"image links to your blog post.
|
1839 |
msgstr ""
|
1840 |
-
"
|
1841 |
-
"Bild
|
1842 |
-
"
|
1843 |
|
1844 |
-
#: includes/B2S/Settings/Item.php:
|
1845 |
msgid "Image cut out"
|
1846 |
msgstr "Bild zuschneiden"
|
1847 |
|
1848 |
-
#: includes/B2S/Settings/Item.php:
|
1849 |
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."
|
1850 |
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. "
|
1851 |
|
1852 |
-
#: includes/B2S/Settings/Item.php:
|
1853 |
msgid ""
|
1854 |
"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 "
|
1855 |
"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."
|
@@ -1857,11 +1937,11 @@ msgstr ""
|
|
1857 |
"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 "
|
1858 |
"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."
|
1859 |
|
1860 |
-
#: includes/B2S/Settings/Item.php:
|
1861 |
msgid "All"
|
1862 |
msgstr "Alle"
|
1863 |
|
1864 |
-
#: includes/B2S/Settings/Item.php:
|
1865 |
msgid "Activate Instant Caching"
|
1866 |
msgstr "Instant Caching aktivieren"
|
1867 |
|
@@ -1909,7 +1989,7 @@ msgstr "Netzwerk unterstützt keine Emojis"
|
|
1909 |
msgid "Text only"
|
1910 |
msgstr "nur Text"
|
1911 |
|
1912 |
-
#: includes/B2S/Ship/Item.php:186 includes/B2S/Ship/Item.php:190 includes/B2S/Ship/Item.php:226 includes/B2S/Ship/Item.php:230 includes/B2S/Ship/Item.php:251 includes/B2S/Ship/Item.php:255 includes/B2S/Ship/Item.php:
|
1913 |
msgid "characters"
|
1914 |
msgstr "Zeichen"
|
1915 |
|
@@ -1929,11 +2009,11 @@ msgstr "Verbindung läuft ab 2. April 2019 ab"
|
|
1929 |
msgid "post format"
|
1930 |
msgstr "Postformat"
|
1931 |
|
1932 |
-
#: includes/B2S/Ship/Item.php:302 includes/B2S/Ship/Item.php:
|
1933 |
msgid "Insert full-text"
|
1934 |
msgstr "ganzen Text einfügen"
|
1935 |
|
1936 |
-
#: includes/B2S/Ship/Item.php:304 includes/B2S/Ship/Item.php:
|
1937 |
msgid "Delete text"
|
1938 |
msgstr "Text löschen"
|
1939 |
|
@@ -1941,15 +2021,15 @@ msgstr "Text löschen"
|
|
1941 |
msgid "You can customize your post with individual comments, @-handles, emojis, and more in the Instant Sharing window, after planning your post."
|
1942 |
msgstr "Du kannst Deinen Post mit individuellen Kommentaren, @-Handles, Emojis und mehr im Fenster \"Instant Sharing\" anpassen, nachdem Du Deinen Post geplant hast."
|
1943 |
|
1944 |
-
#: includes/B2S/Ship/Item.php:318 includes/B2S/Ship/Item.php:
|
1945 |
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."
|
1946 |
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."
|
1947 |
|
1948 |
-
#: includes/B2S/Ship/Item.php:318 includes/B2S/Ship/Item.php:
|
1949 |
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."
|
1950 |
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."
|
1951 |
|
1952 |
-
#: includes/B2S/Ship/Item.php:318 includes/B2S/Ship/Item.php:
|
1953 |
msgid "Learn more about this"
|
1954 |
msgstr "Erfahre mehr darüber"
|
1955 |
|
@@ -1965,12 +2045,12 @@ msgstr "mehr erfahren"
|
|
1965 |
msgid "hide calendar"
|
1966 |
msgstr "Planungskalender verbergen"
|
1967 |
|
1968 |
-
#: includes/B2S/Ship/Item.php:398 includes/B2S/Ship/Item.php:422 includes/B2S/Ship/Item.php:446 includes/B2S/Ship/Item.php:
|
1969 |
-
#: includes/B2S/Ship/Item.php:
|
1970 |
msgid "Write something about your post..."
|
1971 |
msgstr "Schreibe etwas..."
|
1972 |
|
1973 |
-
#: includes/B2S/Ship/Item.php:405 includes/B2S/Ship/Item.php:429 includes/B2S/Ship/Item.php:
|
1974 |
msgid "Change image"
|
1975 |
msgstr "Bild ändern"
|
1976 |
|
@@ -2002,68 +2082,68 @@ msgstr "Card Titel"
|
|
2002 |
msgid "Card Meta description"
|
2003 |
msgstr "Card Beschreibung"
|
2004 |
|
2005 |
-
#: includes/B2S/Ship/Item.php:
|
2006 |
msgid "required"
|
2007 |
msgstr "erforderlich"
|
2008 |
|
2009 |
-
#: includes/B2S/Ship/Item.php:
|
2010 |
msgid "Link"
|
2011 |
msgstr "Link"
|
2012 |
|
2013 |
-
#: includes/B2S/Ship/Item.php:
|
2014 |
msgid "Jobs & Projects"
|
2015 |
msgstr "Jobs & Projekte"
|
2016 |
|
2017 |
-
#: includes/B2S/Ship/Item.php:
|
2018 |
msgid "Events"
|
2019 |
msgstr "Veranstaltungen"
|
2020 |
|
2021 |
-
#: includes/B2S/Ship/Item.php:
|
2022 |
msgid "Classified Ads"
|
2023 |
msgstr "Kleinanzeigen"
|
2024 |
|
2025 |
-
#: includes/B2S/Ship/Item.php:
|
2026 |
msgid "Offer"
|
2027 |
msgstr "Angebot"
|
2028 |
|
2029 |
-
#: includes/B2S/Ship/Item.php:
|
2030 |
msgid "Request"
|
2031 |
msgstr "Gesucht"
|
2032 |
|
2033 |
-
#: includes/B2S/Ship/Item.php:
|
2034 |
msgid "The Headline..."
|
2035 |
msgstr "Die Überschrift..."
|
2036 |
|
2037 |
-
#: includes/B2S/Ship/Item.php:
|
2038 |
msgid "Hashtags"
|
2039 |
msgstr "Hashtags"
|
2040 |
|
2041 |
-
#: includes/B2S/Ship/Item.php:
|
2042 |
msgid "Enable Retweets for all Tweets with the selected profile"
|
2043 |
msgstr "Retweets für alle Tweets mit dem gewählten Profil aktivieren"
|
2044 |
|
2045 |
-
#: includes/B2S/Ship/Item.php:
|
2046 |
msgid "Delay"
|
2047 |
msgstr "Verzögerung"
|
2048 |
|
2049 |
-
#: includes/B2S/Ship/Item.php:
|
2050 |
#: views/b2s/partials/post-edit-modal.php:80
|
2051 |
msgid "min"
|
2052 |
msgstr "min"
|
2053 |
|
2054 |
-
#: includes/B2S/Ship/Item.php:
|
2055 |
msgid "Add Retweet"
|
2056 |
msgstr "Retweet hinzufügen"
|
2057 |
|
2058 |
-
#: includes/B2S/Ship/Item.php:
|
2059 |
msgid "Share Now"
|
2060 |
msgstr "Sofort teilen"
|
2061 |
|
2062 |
-
#: includes/B2S/Ship/Item.php:
|
2063 |
msgid "Schedule Recurrent Post"
|
2064 |
msgstr "regelmäßig Planen"
|
2065 |
|
2066 |
-
#: includes/B2S/Ship/Item.php:
|
2067 |
msgid ""
|
2068 |
"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 "
|
2069 |
"network settings. To do this, go to the Blog2Social Networks section and connect your XING accounts with the new XING."
|
@@ -2071,119 +2151,119 @@ msgstr ""
|
|
2071 |
"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 "
|
2072 |
"in den Bereich Blog2Social \"Netzwerke\" und verbinde Dein XING-Konto über die neue XING-Schnittstelle"
|
2073 |
|
2074 |
-
#: includes/B2S/Ship/Item.php:
|
2075 |
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:"
|
2076 |
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:"
|
2077 |
|
2078 |
-
#: includes/B2S/Ship/Item.php:
|
2079 |
msgid "Repeats"
|
2080 |
msgstr "Wdh."
|
2081 |
|
2082 |
-
#: includes/B2S/Ship/Item.php:
|
2083 |
msgid "Duration"
|
2084 |
msgstr "Dauer"
|
2085 |
|
2086 |
-
#: includes/B2S/Ship/Item.php:
|
2087 |
msgid "Number of repeats"
|
2088 |
msgstr "Anzahl der Wdh."
|
2089 |
|
2090 |
-
#: includes/B2S/Ship/Item.php:
|
2091 |
msgid "Day of month"
|
2092 |
msgstr "Tag im Monat"
|
2093 |
|
2094 |
-
#: includes/B2S/Ship/Item.php:
|
2095 |
msgid "Repeats every (days)"
|
2096 |
msgstr "Alle (Tage) wiederholen"
|
2097 |
|
2098 |
-
#: includes/B2S/Ship/Item.php:
|
2099 |
msgid "Start date"
|
2100 |
msgstr "Startdatum"
|
2101 |
|
2102 |
-
#: includes/B2S/Ship/Item.php:
|
2103 |
msgid "Time to publish"
|
2104 |
msgstr "Veröffentlichungszeit"
|
2105 |
|
2106 |
-
#: includes/B2S/Ship/Item.php:
|
2107 |
msgid "weekly"
|
2108 |
msgstr "wöchentlich"
|
2109 |
|
2110 |
-
#: includes/B2S/Ship/Item.php:
|
2111 |
msgid "monthly"
|
2112 |
msgstr "monatlich"
|
2113 |
|
2114 |
-
#: includes/B2S/Ship/Item.php:
|
2115 |
msgid "own period"
|
2116 |
msgstr "Eigener Zeitraum"
|
2117 |
|
2118 |
-
#: includes/B2S/Ship/Item.php:
|
2119 |
msgid "Week"
|
2120 |
msgstr "Woche"
|
2121 |
|
2122 |
-
#: includes/B2S/Ship/Item.php:
|
2123 |
msgid "Weeks"
|
2124 |
msgstr "Wochen"
|
2125 |
|
2126 |
-
#: includes/B2S/Ship/Item.php:
|
2127 |
msgid "Month"
|
2128 |
msgstr "Monat"
|
2129 |
|
2130 |
-
#: includes/B2S/Ship/Item.php:
|
2131 |
msgid "Months"
|
2132 |
msgstr "Monate"
|
2133 |
|
2134 |
-
#: includes/B2S/Ship/Item.php:
|
2135 |
msgid "End Of Month"
|
2136 |
msgstr "Monatsende"
|
2137 |
|
2138 |
-
#: includes/B2S/Ship/Item.php:
|
2139 |
msgid "Timespan"
|
2140 |
msgstr "Zeitspanne"
|
2141 |
|
2142 |
-
#: includes/B2S/Ship/Item.php:
|
2143 |
msgid "Time"
|
2144 |
msgstr "Mal"
|
2145 |
|
2146 |
-
#: includes/B2S/Ship/Item.php:
|
2147 |
msgid "Mon"
|
2148 |
msgstr "Mo"
|
2149 |
|
2150 |
-
#: includes/B2S/Ship/Item.php:
|
2151 |
msgid "Tue"
|
2152 |
msgstr "Di"
|
2153 |
|
2154 |
-
#: includes/B2S/Ship/Item.php:
|
2155 |
msgid "Wed"
|
2156 |
msgstr "Mi"
|
2157 |
|
2158 |
-
#: includes/B2S/Ship/Item.php:
|
2159 |
msgid "Thu"
|
2160 |
msgstr "Do"
|
2161 |
|
2162 |
-
#: includes/B2S/Ship/Item.php:
|
2163 |
msgid "Fri"
|
2164 |
msgstr "Fr"
|
2165 |
|
2166 |
-
#: includes/B2S/Ship/Item.php:
|
2167 |
msgid "Sat"
|
2168 |
msgstr "Sa"
|
2169 |
|
2170 |
-
#: includes/B2S/Ship/Item.php:
|
2171 |
msgid "Sun"
|
2172 |
msgstr "So"
|
2173 |
|
2174 |
-
#: includes/B2S/Ship/Item.php:
|
2175 |
msgid "add another post"
|
2176 |
msgstr "einen weiteren Post anlegen"
|
2177 |
|
2178 |
-
#: includes/B2S/Ship/Item.php:
|
2179 |
msgid "Copy from original"
|
2180 |
msgstr "Originaltext kopieren"
|
2181 |
|
2182 |
-
#: includes/B2S/Ship/Item.php:
|
2183 |
msgid "Apply Settings To All Networks"
|
2184 |
msgstr "Planung für alle Netzwerke übernehmen"
|
2185 |
|
2186 |
-
#: includes/B2S/Ship/Item.php:
|
2187 |
msgid "Save as best time for this network"
|
2188 |
msgstr "Diese Zeit als \"Beste Zeit\" für dieses Netzwerk speichern"
|
2189 |
|
@@ -2323,15 +2403,15 @@ msgstr "letzte Beiträge"
|
|
2323 |
msgid "Scheduled Posts"
|
2324 |
msgstr "geplante Beiträge"
|
2325 |
|
2326 |
-
#: includes/B2S/Support/Check/System.php:
|
2327 |
msgid "or higher"
|
2328 |
msgstr "oder höher"
|
2329 |
|
2330 |
-
#: includes/B2S/Support/Check/System.php:
|
2331 |
msgid "resolve conflict"
|
2332 |
msgstr "Konflikt beheben"
|
2333 |
|
2334 |
-
#: includes/B2S/Support/Check/System.php:
|
2335 |
msgid "Plugin Warnings:"
|
2336 |
msgstr "Plugin Warnungen:"
|
2337 |
|
@@ -2351,33 +2431,3 @@ msgstr "https://www.blog2social.com"
|
|
2351 |
#. Author of the plugin
|
2352 |
msgid "Blog2Social, Adenion"
|
2353 |
msgstr "Blog2Social, Adenion"
|
2354 |
-
|
2355 |
-
msgid "Plans & Prices"
|
2356 |
-
msgstr "Preise & Versionen"
|
2357 |
-
|
2358 |
-
msgid "Upgrade Licence"
|
2359 |
-
msgstr "Upgrade-Lizenz"
|
2360 |
-
|
2361 |
-
msgid "all Posts"
|
2362 |
-
msgstr "alle Beiträge"
|
2363 |
-
|
2364 |
-
msgid "Content Library "
|
2365 |
-
msgstr "Inhaltsbibliothek "
|
2366 |
-
|
2367 |
-
msgid "Content Curation "
|
2368 |
-
msgstr "Inhalt kuratieren"
|
2369 |
-
|
2370 |
-
msgid "Blog Content "
|
2371 |
-
msgstr "Bloginhalt"
|
2372 |
-
|
2373 |
-
msgid "Share Blog Post"
|
2374 |
-
msgstr "Blogbeitrag teilen"
|
2375 |
-
|
2376 |
-
msgid "Licence"
|
2377 |
-
msgstr "Lizenz"
|
2378 |
-
|
2379 |
-
msgid " Version "
|
2380 |
-
msgstr "Version"
|
2381 |
-
|
2382 |
-
msgid "Create Post"
|
2383 |
-
msgstr "Beitrag erstellen"
|
2 |
# This file is distributed under the same license as the Plugins - Blog2Social: Social Media Auto Post & Scheduler - Stable (latest release) package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"PO-Revision-Date: 2019-05-21 08:32+0000\n"
|
6 |
"MIME-Version: 1.0\n"
|
7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
"Content-Transfer-Encoding: 8bit\n"
|
11 |
"Language: de_DE\n"
|
12 |
"Project-Id-Version: Plugins - Blog2Social: Social Media Auto Post & Scheduler - Stable (latest release)\n"
|
13 |
"Report-Msgid-Bugs-To: \n"
|
14 |
+
"POT-Creation-Date: 2019-05-21 08:31+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-RC2-45286"
|
18 |
|
19 |
#: includes/Loader.php:44
|
20 |
msgid "Modify pin board"
|
32 |
msgid "Modify forum"
|
33 |
msgstr "Modify forum"
|
34 |
|
35 |
+
#: includes/Loader.php:348
|
36 |
msgid "Auto-Post on Social Media"
|
37 |
msgstr "Automatisch auf Social Media teilen"
|
38 |
|
39 |
+
#: includes/Loader.php:349
|
40 |
msgid "Social Media Content Calendar"
|
41 |
msgstr "Social Media Kalender"
|
42 |
|
43 |
+
#: includes/Loader.php:621
|
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:621 includes/Loader.php:623
|
48 |
msgid "show details"
|
49 |
msgstr "siehe Details"
|
50 |
|
51 |
+
#: includes/Loader.php:623
|
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:627
|
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:630 includes/B2S/PostBox.php:79
|
60 |
msgid "There are no authorizations for your selected profile. Please, authorize with a social network or select a other profile."
|
61 |
msgstr "Dein ausgewähltes Profil hat keine Autorisierungen. Bitte, verbinde Dich mit einem Netzwerk oder wähle ein anderes Profil aus. "
|
62 |
|
63 |
+
#: includes/Loader.php:642
|
64 |
msgid "Upgrade to Premium"
|
65 |
msgstr "Premium freischalten"
|
66 |
|
67 |
+
#: includes/Loader.php:672
|
68 |
msgid "Notifications"
|
69 |
msgstr "Benachrichtigungen"
|
70 |
|
71 |
+
#: includes/Loader.php:672
|
72 |
msgid "Shared Posts"
|
73 |
msgstr "Geteilte Beiträge"
|
74 |
|
75 |
+
#: includes/Loader.php:672
|
76 |
msgid "Instant Sharing"
|
77 |
msgstr "Instant Sharing"
|
78 |
|
79 |
+
#: includes/Loader.php:672
|
80 |
msgid "Schedueld Posts"
|
81 |
msgstr "Geplante Beiträge"
|
82 |
|
83 |
+
#: includes/Loader.php:672
|
84 |
+
msgid "Content Curation Drafts"
|
85 |
+
msgstr "Content Curation Entwürfe"
|
86 |
+
|
87 |
+
#: includes/Loader.php:673 includes/B2S/Network/Item.php:146 includes/B2S/Network/Item.php:146 includes/B2S/Network/Item.php:208 includes/B2S/Settings/Item.php:258 includes/B2S/Settings/Item.php:435 includes/B2S/Settings/Item.php:449 includes/B2S/Settings/Item.php:456
|
88 |
+
#: includes/B2S/Settings/Item.php:473 includes/B2S/Settings/Item.php:478 includes/B2S/Ship/Portale.php:36 includes/B2S/Ship/Portale.php:36
|
89 |
msgid "Profile"
|
90 |
msgstr "Profil"
|
91 |
|
92 |
+
#: includes/Loader.php:673 includes/B2S/Network/Item.php:149 includes/B2S/Network/Item.php:149 includes/B2S/Network/Item.php:261 includes/B2S/Settings/Item.php:258 includes/B2S/Settings/Item.php:450 includes/B2S/Settings/Item.php:457 includes/B2S/Settings/Item.php:474
|
93 |
+
#: includes/B2S/Settings/Item.php:479 includes/B2S/Ship/Portale.php:33 includes/B2S/Ship/Portale.php:33
|
94 |
msgid "Page"
|
95 |
msgstr "Seite"
|
96 |
|
97 |
+
#: includes/Loader.php:673 includes/B2S/Network/Item.php:152 includes/B2S/Network/Item.php:152 includes/B2S/Network/Item.php:315 includes/B2S/Settings/Item.php:451 includes/B2S/Settings/Item.php:475 includes/B2S/Ship/Portale.php:30 includes/B2S/Ship/Portale.php:30
|
98 |
msgid "Group"
|
99 |
msgstr "Gruppe"
|
100 |
|
101 |
+
#: includes/Loader.php:674
|
102 |
msgid "Company"
|
103 |
msgstr "Arbeitgeber"
|
104 |
|
105 |
+
#: includes/Loader.php:674
|
106 |
msgid "Business"
|
107 |
msgstr "Business"
|
108 |
|
109 |
+
#: includes/Loader.php:675
|
110 |
msgid "Your post could not be posted."
|
111 |
msgstr "Dein Post ist nicht vom Netzwerk veröffentlicht worden."
|
112 |
|
113 |
+
#: includes/Loader.php:676
|
114 |
msgid "Your authorization has expired. Please reconnect your account in the Blog2Social network settings."
|
115 |
msgstr "Deine Authorisierung ist abgelaufen. Bitte verbinde Deinen Account in den Blog2Social Netzwerkeinstellungen erneut."
|
116 |
|
117 |
+
#: includes/Loader.php:677
|
118 |
msgid "The network has marked the post as spam or abusive."
|
119 |
msgstr "Das Netzwerk hat Deinen Post als Spam oder missbräuchlich markiert."
|
120 |
|
121 |
+
#: includes/Loader.php:678
|
122 |
msgid "We don't have the permission to publish your post. Please check your authorization."
|
123 |
msgstr "Wir haben nicht Deine Erlaubnis, den Post zu veröffentlichen. Bitte überprüfe deine Autorisierung."
|
124 |
|
125 |
+
#: includes/Loader.php:679
|
126 |
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>."
|
127 |
msgstr "Die Autorisierung ist unterbrochen. Bitte überprüfe deine Autorisierung. Siehe <a target=\"_blank\" href=\"https://www.blog2social.com/de/faq/category/9/fehlermeldungen-und-loesungen.html\">FAQ</a>."
|
128 |
|
129 |
+
#: includes/Loader.php:680
|
130 |
msgid "Your daily limit has been reached."
|
131 |
msgstr "Dein tägliches Beitragslimit wurde erreicht."
|
132 |
|
133 |
+
#: includes/Loader.php:681
|
134 |
+
msgid "Your post could not be posted, because your image is not available or the image source does not allow to publish"
|
135 |
+
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."
|
136 |
|
137 |
+
#: includes/Loader.php:682
|
138 |
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>."
|
139 |
msgstr "Das Netzwerk hat deinen Account blockiert. Siehe <a target=\"_blank\" href=\"https://www.blog2social.com/de/faq/category/9/fehlermeldungen-und-loesungen.html\">FAQ</a>."
|
140 |
|
141 |
+
#: includes/Loader.php:683
|
142 |
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>."
|
143 |
msgstr "Die erlaubte Anzahl von Bildern ist erreicht. Siehe <a target=\"_blank\" href=\"https://www.blog2social.com/de/faq/category/9/fehlermeldungen-und-loesungen.html\">FAQ</a>."
|
144 |
|
145 |
+
#: includes/Loader.php:684
|
146 |
msgid "Your daily limit for this network has been reached. Please try again later."
|
147 |
msgstr "Dein tägliches Beitragslimit für dieses Netzwerk wurde erreicht. Bitte versuche es später noch einmal."
|
148 |
|
149 |
+
#: includes/Loader.php:685
|
150 |
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>."
|
151 |
msgstr "Das Netzwerk unterstüzt keine Emojis. Siehe <a target=\"_blank\" href=\"https://www.blog2social.com/de/faq/category/9/fehlermeldungen-und-loesungen.html\">FAQ</a>."
|
152 |
|
153 |
+
#: includes/Loader.php:686
|
154 |
msgid "Your post is a duplicate."
|
155 |
msgstr "Du kannst auf dem Netzwerke keine Duplikate veröffentlichen."
|
156 |
|
157 |
+
#: includes/Loader.php:687
|
158 |
msgid "The network requires a public url."
|
159 |
msgstr "Das Netzwerk benötigt eine öffentlich zugängliche URL."
|
160 |
|
161 |
+
#: includes/Loader.php:688
|
162 |
msgid "Your blog post was not available for the network at the time of publication."
|
163 |
msgstr "Dein Blogbeitrag war zum Zeitpunkt der Veröffentlichung für das Netzwerk nicht verfügbar."
|
164 |
|
165 |
+
#: includes/Loader.php:689
|
166 |
msgid "You have already retweeted this post."
|
167 |
msgstr "Du hast diesen Post bereits retweetet."
|
168 |
|
169 |
+
#: includes/Loader.php:690
|
170 |
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>"
|
171 |
msgstr ""
|
172 |
"Diese XING-Schnittstelle wird nicht weiter von XING unterstützt wird. Bitte nutze ab jetzt die neue XING-Schnittstelle, um Deine XING Posts neu zu planen. <a target=\"_blank\" href=\"https://www.blog2social.com/de/faq/index.php?action=artikel&cat=2&id=145&artlang=de\">Weitere "
|
173 |
"Informationen.</a>"
|
174 |
|
175 |
+
#: includes/Loader.php:691
|
176 |
msgid "There was no image in the meta data of the linked post. Posts without images cannot be shared on image networks."
|
177 |
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. "
|
178 |
|
179 |
+
#: includes/Loader.php:692
|
180 |
+
msgid "Your post could not be posted, because your image can not be processed by the network."
|
181 |
+
msgstr "Dein Beitrag konnte nicht veröffentlicht werden, da Dein Bild nicht vom Netzwerk verarbeitet werden kann."
|
182 |
+
|
183 |
+
#: includes/Loader.php:693
|
184 |
msgid "Your group can not be found by the network."
|
185 |
msgstr "Deine Gruppe kann vom Netzwerk nicht gefunden werden."
|
186 |
|
187 |
+
#: includes/Loader.php:747 includes/Loader.php:784
|
188 |
msgid "Dashboard"
|
189 |
msgstr "Dashboard"
|
190 |
|
191 |
+
#: includes/Loader.php:748 includes/Loader.php:791
|
192 |
msgid "Posts & Sharing"
|
193 |
msgstr "Beiträge"
|
194 |
|
195 |
+
#: includes/Loader.php:749 views/b2s/dashboard.php:28
|
196 |
msgid "Calendar"
|
197 |
msgstr "Kalender"
|
198 |
|
199 |
+
#: includes/Loader.php:750 includes/Loader.php:798
|
200 |
msgid "Content Curation"
|
201 |
msgstr "Content Curation"
|
202 |
|
203 |
+
#: includes/Loader.php:751 includes/Loader.php:805
|
204 |
msgid "Networks"
|
205 |
msgstr "Netzwerke"
|
206 |
|
207 |
+
#: includes/Loader.php:752 includes/Loader.php:811
|
208 |
msgid "Settings"
|
209 |
msgstr "Einstellungen"
|
210 |
|
211 |
+
#: includes/Loader.php:753 includes/Loader.php:817
|
212 |
msgid "PR-Service"
|
213 |
msgstr "PR-Service"
|
214 |
|
215 |
+
#: includes/Loader.php:754 includes/Loader.php:824
|
216 |
msgid "Help & Support"
|
217 |
msgstr "Hilfe & Support"
|
218 |
|
219 |
+
#: includes/Loader.php:755
|
220 |
msgid "Premium"
|
221 |
msgstr "Premium"
|
222 |
|
223 |
+
#: includes/Loader.php:755 includes/Loader.php:830 includes/B2S/PostBox.php:108 views/b2s/network.php:31 views/b2s/settings.php:68 views/b2s/ship.php:21 includes/B2S/Curation/View.php:53 includes/B2S/Network/Item.php:146 includes/B2S/Network/Item.php:149
|
224 |
#: includes/B2S/Network/Item.php:152 includes/B2S/Network/Item.php:235 includes/B2S/Network/Item.php:288 includes/B2S/Network/Item.php:342 includes/B2S/Settings/Item.php:93 includes/B2S/Settings/Item.php:116 includes/B2S/Ship/Image.php:73 includes/B2S/Ship/Image.php:80
|
225 |
+
#: includes/B2S/Ship/Item.php:778 includes/B2S/Ship/Portale.php:30 includes/B2S/Ship/Portale.php:33 includes/B2S/Ship/Portale.php:36 views/b2s/partials/post-edit-modal.php:9 views/b2s/widgets/posts.php:18
|
226 |
msgid "PREMIUM"
|
227 |
msgstr "PREMIUM"
|
228 |
|
229 |
+
#: includes/Loader.php:775
|
230 |
msgid "Blog2Social"
|
231 |
msgstr "Blog2Social"
|
232 |
|
233 |
+
#: includes/Loader.php:1223 includes/Loader.php:1408
|
234 |
msgid "or"
|
235 |
msgstr "oder"
|
236 |
|
237 |
+
#: includes/Loader.php:1223 includes/Loader.php:1408
|
238 |
msgid "back to install plugins"
|
239 |
msgstr "zurück zur Pluginübersicht"
|
240 |
|
340 |
msgid "Custom Sharing & Scheduling"
|
341 |
msgstr "Anpassen & Planen"
|
342 |
|
343 |
+
#: includes/B2S/PostBox.php:97 includes/B2S/PostBox.php:101 views/b2s/settings.php:71 views/b2s/ship.php:60 views/b2s/ship.php:150 views/b2s/ship.php:237 includes/B2S/Network/Item.php:164 includes/B2S/Settings/Item.php:100 includes/B2S/Ship/Item.php:719
|
344 |
msgid "Info"
|
345 |
msgstr "Info"
|
346 |
|
352 |
msgid "Facebook Instant Sharing:"
|
353 |
msgstr "Facebook Instant Sharing:"
|
354 |
|
355 |
+
#: includes/B2S/PostBox.php:100 includes/B2S/Settings/Item.php:122
|
356 |
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."
|
357 |
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."
|
358 |
|
364 |
msgid "enable Auto-Posting"
|
365 |
msgstr "Auto-Posting aktivieren"
|
366 |
|
367 |
+
#: includes/B2S/PostBox.php:115 views/b2s/curation.draft.php:45 views/b2s/network.php:55 views/b2s/network.php:143 views/b2s/post.approve.php:50 views/b2s/post.calendar.php:59 views/b2s/post.calendar.php:238 views/b2s/post.notice.php:44 views/b2s/post.php:40
|
368 |
+
#: views/b2s/post.publish.php:44 views/b2s/post.sched.php:58 views/b2s/ship.php:172 views/b2s/ship.php:546 views/b2s/support.php:203
|
369 |
msgid "Loading..."
|
370 |
msgstr "Wird geladen..."
|
371 |
|
409 |
msgid "You want to auto-post your blog post?"
|
410 |
msgstr "Du möchtest Deinen Beitrag automatisch posten?"
|
411 |
|
412 |
+
#: includes/B2S/PostBox.php:148 views/b2s/curation.php:126 views/b2s/post.calendar.php:276 views/b2s/ship.php:288 views/b2s/ship.php:348 views/b2s/ship.php:394
|
413 |
msgid "With Blog2Social Premium you can:"
|
414 |
msgstr "Mit Blog2Social kannst Du:"
|
415 |
|
416 |
+
#: includes/B2S/PostBox.php:151 views/b2s/curation.php:129 views/b2s/post.calendar.php:279 views/b2s/ship.php:291 views/b2s/ship.php:351 views/b2s/ship.php:397
|
417 |
msgid "Post on pages and groups"
|
418 |
msgstr "Poste auf Seiten und in Gruppen"
|
419 |
|
420 |
+
#: includes/B2S/PostBox.php:152 views/b2s/curation.php:130 views/b2s/post.calendar.php:280 views/b2s/ship.php:292 views/b2s/ship.php:352 views/b2s/ship.php:398
|
421 |
msgid "Share on multiple profiles, pages and groups"
|
422 |
msgstr "Auf mehreren Profilen, Seiten und Gruppen teilen"
|
423 |
|
424 |
+
#: includes/B2S/PostBox.php:153 views/b2s/curation.php:131 views/b2s/post.calendar.php:281 views/b2s/ship.php:293 views/b2s/ship.php:353 views/b2s/ship.php:399
|
425 |
msgid "Auto-post and auto-schedule new and updated blog posts"
|
426 |
msgstr " Auto-posten und Auto-planen: Beiträge automatisch bei Veröffentlichung oder Aktualisierung posten und zeitversetzt planen"
|
427 |
|
428 |
+
#: includes/B2S/PostBox.php:154 views/b2s/curation.php:132 views/b2s/post.calendar.php:282 views/b2s/ship.php:294 views/b2s/ship.php:354 views/b2s/ship.php:400
|
429 |
msgid "Schedule your posts at the best times on each network"
|
430 |
msgstr "Plane Deine Beiträge zu den besten Zeiten für jedes Netzwerk"
|
431 |
|
432 |
+
#: includes/B2S/PostBox.php:155 views/b2s/curation.php:133 views/b2s/post.calendar.php:283 views/b2s/ship.php:295 views/b2s/ship.php:355 views/b2s/ship.php:401
|
433 |
msgid "Best Time Manager: use predefined best time scheduler to auto-schedule your social media posts"
|
434 |
msgstr " Beste Zeiten Manager: vordefinierte Zeiten für Deine Beiträge nutzen"
|
435 |
|
436 |
+
#: includes/B2S/PostBox.php:156 views/b2s/curation.php:134 views/b2s/post.calendar.php:284 views/b2s/ship.php:296 views/b2s/ship.php:356 views/b2s/ship.php:402
|
437 |
msgid "Schedule your post for one time, multiple times or recurrently"
|
438 |
msgstr "Veröffentlichungen zur besten Zeit pro Netzwerk planen: einmalig, mehrmalig oder nach einem regelmäßigen Muster"
|
439 |
|
440 |
+
#: includes/B2S/PostBox.php:157 views/b2s/curation.php:135 views/b2s/post.calendar.php:285 views/b2s/ship.php:297 views/b2s/ship.php:357 views/b2s/ship.php:403
|
441 |
msgid "Schedule and re-share old posts"
|
442 |
msgstr "Plane und teile alte Beiträge"
|
443 |
|
444 |
+
#: includes/B2S/PostBox.php:158 views/b2s/curation.php:136 views/b2s/post.calendar.php:286 views/b2s/ship.php:298 views/b2s/ship.php:358 views/b2s/ship.php:404
|
445 |
msgid "Select link format or image format for your posts"
|
446 |
msgstr "Link-Posts oder Bild-Posts als Posting-Format für Deine Beiträge auswählen"
|
447 |
|
448 |
+
#: includes/B2S/PostBox.php:159 views/b2s/curation.php:137 views/b2s/post.calendar.php:287 views/b2s/ship.php:299 views/b2s/ship.php:359 views/b2s/ship.php:405
|
449 |
msgid "Select individual images per post"
|
450 |
msgstr "Individuelle Bilder für Deine Social Media Posts pro Netzwerk auswählen"
|
451 |
|
452 |
+
#: includes/B2S/PostBox.php:160 views/b2s/curation.php:138 views/b2s/post.calendar.php:288 views/b2s/ship.php:300 views/b2s/ship.php:360 views/b2s/ship.php:406
|
453 |
msgid "Reporting & calendar: keep track of your published and scheduled social media posts"
|
454 |
msgstr "Reporting & Kalender: Verfolge Deine veröffentlichten und geplanten Social Media Beiträge"
|
455 |
|
456 |
+
#: includes/B2S/PostBox.php:162 views/b2s/curation.php:140 views/b2s/post.calendar.php:290 views/b2s/ship.php:302 views/b2s/ship.php:362 views/b2s/ship.php:408
|
457 |
msgid "Upgrade to PREMIUM"
|
458 |
msgstr "Jetzt auf Premium upgraden"
|
459 |
|
460 |
+
#: includes/B2S/PostBox.php:164 views/b2s/curation.php:142 views/b2s/post.calendar.php:292 views/b2s/ship.php:304 views/b2s/ship.php:364 views/b2s/ship.php:410
|
461 |
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)"
|
462 |
msgstr "oder <a href=\"http://service.blog2social.com/trial\" target=\"_blank\">starte Deinen kostenlosen 30-tägigen Test von Blog2Social Premium</a>(keine Zahlungsinformationen erforderlich)"
|
463 |
|
481 |
msgid "at scheduled times"
|
482 |
msgstr "zu geplanten Zeiten"
|
483 |
|
484 |
+
#: includes/B2S/PostBox.php:224
|
485 |
+
msgid "schedule (best times)"
|
486 |
+
msgstr "Zu meinen besten Zeiten planen"
|
487 |
+
|
488 |
+
#: includes/B2S/PostBox.php:227
|
489 |
msgid "You want to sched your blog post with Auto-Poster?"
|
490 |
msgstr "Du willst Deinen Blogbeitrag mit dem Autoposter planen?"
|
491 |
|
492 |
+
#: includes/B2S/PostBox.php:227
|
493 |
msgid "Upgrade to PREMIUM PRO"
|
494 |
msgstr "Upgrade auf PREMIUM PRO"
|
495 |
|
496 |
+
#: includes/B2S/PostBox.php:233
|
497 |
msgid "Select date:"
|
498 |
msgstr "Datum auswählen:"
|
499 |
|
500 |
+
#: includes/B2S/PostBox.php:234 includes/B2S/Ship/Item.php:343
|
501 |
msgid "show calendar"
|
502 |
msgstr "Planungskalender anzeigen"
|
503 |
|
504 |
+
#: includes/B2S/PostBox.php:244 includes/B2S/Settings/Item.php:83
|
505 |
+
msgid "change"
|
506 |
+
msgstr "ändern"
|
507 |
|
508 |
+
#: includes/B2S/PostBox.php:245
|
509 |
+
msgid "best times"
|
510 |
+
msgstr "Beste Zeiten"
|
511 |
|
512 |
+
#: includes/B2S/PostBox.php:246
|
513 |
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."
|
514 |
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."
|
515 |
|
516 |
+
#: views/b2s/curation.draft.php:16
|
517 |
+
msgid "Save links as drafts while browsing and share or schedule them whenever you want."
|
518 |
+
msgstr "Speicher beim Surfen Links aus Deinem Browser und teile sie, wann immer Du möchtest."
|
519 |
+
|
520 |
+
#: views/b2s/curation.draft.php:16
|
521 |
+
msgid "Get the Blog2Social Browser Extension"
|
522 |
+
msgstr " Blog2Social Browser Extension installieren"
|
523 |
+
|
524 |
#: views/b2s/curation.php:28
|
525 |
msgid "No link preview available. Please check your link."
|
526 |
msgstr "Keine Link-Vorschau verfügbar. Bitte überprüfe Deinen Link."
|
533 |
msgid "Invalid data. Please check your data."
|
534 |
msgstr "Ungültige Daten. Bitte überprüfe Deine Angaben."
|
535 |
|
536 |
+
#: views/b2s/curation.php:38
|
537 |
+
msgid "Saved as draft."
|
538 |
+
msgstr "Als Entwurf speichern"
|
539 |
+
|
540 |
+
#: views/b2s/curation.php:44
|
541 |
msgid "Enter a link you want share on your social media channels"
|
542 |
msgstr "Füge einen Link ein, den Du auf Deinen Social Media Kanälen teilen möchtest"
|
543 |
|
544 |
+
#: views/b2s/curation.php:45
|
545 |
msgid "Please enter a valid link"
|
546 |
msgstr "Bitte gib einen gütligen Link ein"
|
547 |
|
548 |
+
#: views/b2s/curation.php:46
|
549 |
msgid "Enter link"
|
550 |
msgstr "Füge einen Link ein"
|
551 |
|
552 |
+
#: views/b2s/curation.php:49
|
553 |
msgid "continue"
|
554 |
msgstr "weiter"
|
555 |
|
556 |
+
#: views/b2s/curation.php:59
|
557 |
msgid "Load data..."
|
558 |
msgstr "Daten werden geladen..."
|
559 |
|
560 |
+
#: views/b2s/curation.php:73 views/b2s/post.calendar.php:37 views/b2s/ship.php:16 views/b2s/ship.php:547 includes/B2S/Post/Filter.php:49 includes/B2S/Post/Item.php:232 includes/B2S/Ship/Save.php:417 includes/PRG/Post/Filter.php:41 includes/PRG/Post/Item.php:97
|
561 |
msgid "published"
|
562 |
msgstr "veröffentlicht"
|
563 |
|
564 |
+
#: views/b2s/curation.php:90 views/b2s/post.approve.php:101 views/b2s/ship.php:447
|
565 |
msgid "Do you want to mark this post as published ?"
|
566 |
msgstr "Möchtest Du diesen Beitrag als veröffentlicht markieren?"
|
567 |
|
568 |
+
#: views/b2s/curation.php:95 views/b2s/post.approve.php:106 views/b2s/ship.php:452
|
569 |
msgid "YES"
|
570 |
msgstr "JA"
|
571 |
|
572 |
+
#: views/b2s/curation.php:96 views/b2s/network.php:103 views/b2s/post.approve.php:90 views/b2s/post.approve.php:107 views/b2s/post.notice.php:77 views/b2s/post.publish.php:77 views/b2s/post.sched.php:91 views/b2s/ship.php:453 views/prg/ship.php:92 views/b2s/widgets/posts.php:67
|
573 |
msgid "NO"
|
574 |
msgstr "NEIN"
|
575 |
|
576 |
+
#: views/b2s/curation.php:109 views/b2s/post.calendar.php:259 views/b2s/ship.php:377
|
577 |
msgid "Need to schedule your posts?"
|
578 |
msgstr "Du möchtest Deine Beiträge planen?"
|
579 |
|
580 |
+
#: views/b2s/curation.php:112 views/b2s/post.calendar.php:262 views/b2s/ship.php:380
|
581 |
msgid "Blog2Social Premium covers everything you need."
|
582 |
msgstr "Blog2Social Premium deckt alles ab, was Du brauchst."
|
583 |
|
584 |
+
#: views/b2s/curation.php:115 views/b2s/post.calendar.php:265 views/b2s/ship.php:383 includes/B2S/Ship/Item.php:779
|
585 |
msgid "Schedule for specific dates"
|
586 |
msgstr "Für bestimmte Termine planen"
|
587 |
|
588 |
+
#: views/b2s/curation.php:116 views/b2s/post.calendar.php:266 views/b2s/ship.php:384
|
589 |
msgid "You want to publish a post on a specific date? No problem! Just enter your desired date and you are ready to go!"
|
590 |
msgstr "Du möchtest einen Beitrag an einem ganz bestimmten Datum veröffentlichen? Kein Problem! Stelle einfach Dein Wunschdatum ein und los geht’s!"
|
591 |
|
592 |
+
#: views/b2s/curation.php:118 views/b2s/post.calendar.php:268 views/b2s/ship.php:386
|
593 |
msgid "Schedule post recurrently"
|
594 |
msgstr "Beitrag mehrfach planen"
|
595 |
|
596 |
+
#: views/b2s/curation.php:119 views/b2s/post.calendar.php:269 views/b2s/ship.php:387
|
597 |
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."
|
598 |
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"
|
599 |
|
600 |
+
#: views/b2s/curation.php:121 views/b2s/post.calendar.php:271 views/b2s/ship.php:389
|
601 |
msgid "Best Time Scheduler"
|
602 |
msgstr "Beste Zeiten Manager"
|
603 |
|
604 |
+
#: views/b2s/curation.php:122 views/b2s/post.calendar.php:272 views/b2s/ship.php:390
|
605 |
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."
|
606 |
msgstr ""
|
607 |
"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, "
|
681 |
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."
|
682 |
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."
|
683 |
|
684 |
+
#: views/b2s/network.php:124 views/b2s/premium.php:33 views/b2s/ship.php:469 includes/B2S/Ship/Item.php:817 views/b2s/partials/post-edit-modal.php:48
|
685 |
msgid "Learn more"
|
686 |
msgstr "Mehr erfahren"
|
687 |
|
745 |
msgid "show all"
|
746 |
msgstr "alles anzeigen"
|
747 |
|
748 |
+
#: views/b2s/post.calendar.php:38 views/b2s/ship.php:16 includes/B2S/Post/Filter.php:49 includes/B2S/Post/Item.php:232 includes/PRG/Post/Filter.php:41 includes/PRG/Post/Item.php:97
|
749 |
msgid "scheduled"
|
750 |
msgstr "geplant"
|
751 |
|
752 |
+
#: views/b2s/post.calendar.php:69 views/b2s/post.sched.php:177 includes/B2S/Settings/Item.php:393 includes/B2S/Settings/Item.php:440 includes/B2S/Settings/Item.php:489
|
753 |
msgid "Link Post"
|
754 |
msgstr "Link-Beitrag"
|
755 |
|
756 |
+
#: views/b2s/post.calendar.php:69 views/b2s/post.sched.php:177 includes/B2S/Settings/Item.php:404 includes/B2S/Settings/Item.php:464 includes/B2S/Settings/Item.php:489
|
757 |
msgid "Photo Post"
|
758 |
msgstr "Bild-Beitrag"
|
759 |
|
782 |
msgstr "Definiere Dein Standard-Beitragsformat für alle Deine Twitter-Verbindungen unter den Blog2Social Einstellungen."
|
783 |
|
784 |
#: views/b2s/post.calendar.php:132 views/b2s/post.sched.php:149 views/b2s/ship.php:508
|
785 |
+
msgid "Define the default settings for the custom post format for all of your LinkedIn accounts in the Blog2Social settings."
|
786 |
+
msgstr "Definiere die Standardeinstellung für das Postformat bei LinkedIn in den Blog2Social-Einstellungen."
|
787 |
|
788 |
#: views/b2s/post.calendar.php:135 views/b2s/post.sched.php:152 views/b2s/ship.php:511
|
789 |
msgid "Define the default settings for the custom post format for all of your Instagram accounts in the Blog2Social settings."
|
841 |
msgid "End of Trial"
|
842 |
msgstr "Ende der Testzeit"
|
843 |
|
844 |
+
#: views/b2s/premium.php:27 includes/B2S/Settings/Item.php:173 includes/B2S/Settings/Item.php:176
|
845 |
msgid "Upgrade"
|
846 |
msgstr "Upgrade"
|
847 |
|
915 |
msgid "General"
|
916 |
msgstr "Allgemein"
|
917 |
|
918 |
+
#: views/b2s/settings.php:34 includes/B2S/Post/Item.php:472
|
919 |
msgid "Auto-Posting"
|
920 |
msgstr "Auto-Posting"
|
921 |
|
944 |
msgstr "Twitter"
|
945 |
|
946 |
#: views/b2s/settings.php:81
|
947 |
+
msgid "LinkedIn"
|
948 |
+
msgstr "LinkedIn"
|
949 |
|
950 |
#: views/b2s/settings.php:84
|
951 |
msgid "Instagram"
|
1018 |
"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. "
|
1019 |
"Wähle dazu die gewünschte Zeitzone aus dem Drop-Down Menü."
|
1020 |
|
1021 |
+
#: views/b2s/ship.php:16 includes/B2S/Post/Filter.php:49 includes/B2S/Post/Item.php:232 includes/PRG/Post/Item.php:97
|
1022 |
msgid "draft"
|
1023 |
msgstr "Entwurf"
|
1024 |
|
1026 |
msgid "Social Media Scheduling & Sharing"
|
1027 |
msgstr "Beitrag auf Social Media planen und teilen"
|
1028 |
|
1029 |
+
#: views/b2s/ship.php:37 views/prg/ship.php:41 views/prg/ship.php:43 includes/B2S/Settings/Item.php:330 includes/B2S/Settings/Item.php:351
|
1030 |
msgid "Title"
|
1031 |
msgstr "Titel"
|
1032 |
|
1033 |
+
#: views/b2s/ship.php:39 includes/B2S/Post/Item.php:272
|
1034 |
msgid "on blog"
|
1035 |
msgstr "auf dem Blog"
|
1036 |
|
1094 |
msgid "scroll to top"
|
1095 |
msgstr "zum Seitenanfang"
|
1096 |
|
1097 |
+
#: views/b2s/ship.php:212 views/b2s/ship.php:216 includes/B2S/Curation/View.php:111
|
1098 |
msgid "Share"
|
1099 |
msgstr "Teilen"
|
1100 |
|
1102 |
msgid "Time zone"
|
1103 |
msgstr "Zeitzone"
|
1104 |
|
1105 |
+
#: views/b2s/ship.php:239 views/b2s/ship.php:241 includes/B2S/Post/Item.php:289
|
1106 |
msgid "Re-share this post"
|
1107 |
msgstr "Diesen Beitrag nochmal teilen"
|
1108 |
|
1166 |
msgstr "Ignorieren & teilen"
|
1167 |
|
1168 |
#: views/b2s/ship.php:465
|
1169 |
+
msgid "Important infomations about XING groups"
|
1170 |
+
msgstr "Wichtige Informationen zu XING-Gruppen"
|
1171 |
|
1172 |
#: views/b2s/ship.php:534
|
1173 |
msgid "add Schedule"
|
1177 |
msgid "Give me more information"
|
1178 |
msgstr "Erhalte mehr Infomationen"
|
1179 |
|
1180 |
+
#: views/b2s/support.php:15 includes/B2S/Post/Item.php:488 includes/B2S/Ship/Save.php:438
|
1181 |
msgid "FAQ"
|
1182 |
msgstr "FAQ"
|
1183 |
|
1185 |
msgid "Troubleshooting-Tool"
|
1186 |
msgstr "Problemanalyse-Tool"
|
1187 |
|
1188 |
+
#: views/b2s/support.php:18 views/b2s/support.php:21
|
1189 |
msgid "NEW"
|
1190 |
msgstr "NEU"
|
1191 |
|
1192 |
#: views/b2s/support.php:21
|
1193 |
+
msgid "Sharing-Debugger"
|
1194 |
+
msgstr "Sharing-Debugger"
|
1195 |
+
|
1196 |
+
#: views/b2s/support.php:24
|
1197 |
msgid "Step-by-Step-Guide"
|
1198 |
msgstr "Step-by-Step-Guide"
|
1199 |
|
1200 |
+
#: views/b2s/support.php:38
|
1201 |
msgid "Search all support"
|
1202 |
msgstr "FAQ durchsuchen"
|
1203 |
|
1204 |
+
#: views/b2s/support.php:39
|
1205 |
msgid "Entry keyword or ask a question"
|
1206 |
msgstr "Gib einen Suchbegriff ein oder stelle eine Frage"
|
1207 |
|
1208 |
+
#: views/b2s/support.php:49
|
1209 |
msgid "Support Topics"
|
1210 |
msgstr "Support-Themen"
|
1211 |
|
1212 |
+
#: views/b2s/support.php:61
|
1213 |
msgid "Installation"
|
1214 |
msgstr "Installation"
|
1215 |
|
1216 |
+
#: views/b2s/support.php:75
|
1217 |
msgid "Connecting Social Networks"
|
1218 |
msgstr "Autorisierung mit sozialen Netzwerken"
|
1219 |
|
1220 |
+
#: views/b2s/support.php:92
|
1221 |
msgid "Autoposting, Sharing und Re-Sharing"
|
1222 |
msgstr "Automatisieren, Planen und Teilen"
|
1223 |
|
1224 |
+
#: views/b2s/support.php:106
|
1225 |
msgid "Customizing Social Media Posts"
|
1226 |
msgstr "Individualisieren"
|
1227 |
|
1228 |
+
#: views/b2s/support.php:122
|
1229 |
msgid "Scheduling and Best Time Manager"
|
1230 |
msgstr "Veröffentlichungen planen und Beste Zeiten Manager"
|
1231 |
|
1232 |
+
#: views/b2s/support.php:134
|
1233 |
msgid "Contracting and Licensing"
|
1234 |
msgstr "Blog2Social Vertrag / Blog2Social Lizenz"
|
1235 |
|
1236 |
+
#: views/b2s/support.php:149
|
1237 |
msgid "Troubleshooting for Error Messages"
|
1238 |
msgstr "Fehlermeldungen und Lösungen"
|
1239 |
|
1240 |
+
#: views/b2s/support.php:162
|
1241 |
msgid "Helpful Network Settings"
|
1242 |
msgstr "Hilfreiche Netzwerkeinstellungen "
|
1243 |
|
1244 |
+
#: views/b2s/support.php:172
|
1245 |
msgid "TOP FAQs"
|
1246 |
msgstr "Top FAQs"
|
1247 |
|
1248 |
+
#: views/b2s/support.php:188
|
1249 |
msgid "Contact Support by Email"
|
1250 |
msgstr "Support-Team per E-Mail kontaktieren"
|
1251 |
|
1252 |
+
#: views/b2s/support.php:190
|
1253 |
msgid "Call us: +49 2181 7569-277"
|
1254 |
msgstr "Ruf' uns an: +49 2181 7569-277"
|
1255 |
|
1256 |
+
#: views/b2s/support.php:192
|
1257 |
msgid "(Support times: from 9:00 a.m. to 5:00 p.m. CET on working days)"
|
1258 |
msgstr "(Support-Zeiten: 09:00 bis 17 Uhr CET an Werktagen)"
|
1259 |
|
1260 |
+
#: views/b2s/support.php:206
|
1261 |
msgid "You need admin rights to use the Troubleshooting-Tool. Please contact your administrator."
|
1262 |
msgstr "Für die Nutzung des Problemanalyse-Tools werden Adminrechte benötigt. Bitte wende Dich an Deinen Administrator."
|
1263 |
|
1264 |
+
#: views/b2s/support.php:213
|
1265 |
msgid "Needed"
|
1266 |
msgstr "Erforderlich"
|
1267 |
|
1268 |
+
#: views/b2s/support.php:216
|
1269 |
msgid "Current"
|
1270 |
msgstr "Aktuell"
|
1271 |
|
1272 |
+
#: views/b2s/support.php:219
|
1273 |
msgid "reload"
|
1274 |
msgstr "neu laden"
|
1275 |
|
1276 |
+
#: views/b2s/support.php:220
|
1277 |
msgid "Export as txt-file"
|
1278 |
msgstr "Als txt-Datei exportieren"
|
1279 |
|
1280 |
+
#: views/b2s/support.php:233
|
1281 |
+
msgid "Enter a URL to see how your link preview will look on social media."
|
1282 |
+
msgstr "Gib eine URL ein, um zu sehen, wie die Link-Vorschau auf Social Media aussehen wird."
|
1283 |
+
|
1284 |
+
#: views/b2s/support.php:238
|
1285 |
+
msgid "Facebook Open Graph Meta Tags"
|
1286 |
+
msgstr "Facebook Open Graph Meta Tags"
|
1287 |
+
|
1288 |
+
#: views/b2s/support.php:239
|
1289 |
+
msgid "Edit your Open Graph Meta Tags"
|
1290 |
+
msgstr "Open Graph Meta Tags bearbeiten"
|
1291 |
+
|
1292 |
+
#: views/b2s/support.php:243 views/b2s/support.php:254
|
1293 |
+
msgid "For example your Wordpress Home Page"
|
1294 |
+
msgstr "zum Beispiel Deine Wordpress-Seite"
|
1295 |
+
|
1296 |
+
#: views/b2s/support.php:245
|
1297 |
+
msgid "Debug & Preview"
|
1298 |
+
msgstr "Prüfen & Vorschau"
|
1299 |
+
|
1300 |
+
#: views/b2s/support.php:251
|
1301 |
+
msgid "LinkedIn Post Inspector"
|
1302 |
+
msgstr "LinkedIn Post Inspector"
|
1303 |
+
|
1304 |
+
#: views/b2s/support.php:256
|
1305 |
+
msgid "Inspect Post"
|
1306 |
+
msgstr "Link prüfen"
|
1307 |
+
|
1308 |
+
#: views/b2s/support.php:262
|
1309 |
+
msgid "Twitter Card Validator"
|
1310 |
+
msgstr "Twitter Card Validator"
|
1311 |
+
|
1312 |
+
#: views/b2s/support.php:263
|
1313 |
+
msgid "Edit your Twitter Card"
|
1314 |
+
msgstr "Twitter Card bearbeiten"
|
1315 |
+
|
1316 |
+
#: views/b2s/support.php:267
|
1317 |
+
msgid "Validate directly on Twitter"
|
1318 |
+
msgstr "Direkt bei Twitter prüfen"
|
1319 |
+
|
1320 |
#: views/prg/login.php:14
|
1321 |
msgid "Login failed. Please check your username and a password!"
|
1322 |
msgstr " Die Anmeldung zu PR-Gateway ist fehlgeschlagen. Bitte überprüfe Deinen Benutzernamen und Dein Password!"
|
1399 |
msgid "Share your post"
|
1400 |
msgstr "Teile Deinen Post"
|
1401 |
|
1402 |
+
#: includes/B2S/Curation/View.php:61 includes/B2S/Settings/Item.php:189
|
1403 |
msgid "immediately"
|
1404 |
msgstr "sofort"
|
1405 |
|
1406 |
+
#: includes/B2S/Curation/View.php:66 includes/B2S/Curation/View.php:67 includes/B2S/Ship/Item.php:887 views/b2s/partials/post-edit-modal.php:62 views/b2s/partials/post-edit-modal.php:65
|
1407 |
msgid "Date"
|
1408 |
msgstr "Startdatum"
|
1409 |
|
1411 |
msgid "Customize & Schedule"
|
1412 |
msgstr "Anpassen & Planen"
|
1413 |
|
1414 |
+
#: includes/B2S/Curation/View.php:107
|
1415 |
+
msgid "Save as Draft"
|
1416 |
+
msgstr "als Entwurf speichern"
|
1417 |
+
|
1418 |
#: includes/B2S/Network/Item.php:60
|
1419 |
msgid "Default"
|
1420 |
msgstr "Standard"
|
1447 |
msgid "You want to connect a social media group?"
|
1448 |
msgstr "Du möchtest eine Social-Media-Gruppe verbinden?"
|
1449 |
|
1450 |
+
#: includes/B2S/Network/Item.php:163 includes/B2S/Settings/Item.php:249
|
1451 |
msgid "Connections"
|
1452 |
msgstr "Verbindungen"
|
1453 |
|
1467 |
msgid "Authorization is interrupted since"
|
1468 |
msgstr "Autorisierung ist unterbrochen seit"
|
1469 |
|
1470 |
+
#: includes/B2S/Network/Item.php:233 includes/B2S/Network/Item.php:286 includes/B2S/Network/Item.php:340 includes/B2S/Ship/Item.php:835
|
1471 |
msgid "Days"
|
1472 |
msgstr "Tage"
|
1473 |
|
1503 |
msgid "Search Title"
|
1504 |
msgstr "Suche nach Titel"
|
1505 |
|
1506 |
+
#: includes/B2S/Post/Filter.php:155 includes/PRG/Post/Filter.php:85
|
1507 |
msgid "sort"
|
1508 |
msgstr "sortieren"
|
1509 |
|
1510 |
+
#: includes/B2S/Post/Filter.php:156 includes/PRG/Post/Filter.php:86
|
1511 |
msgid "reset"
|
1512 |
msgstr "zurücksetzen"
|
1513 |
|
1514 |
+
#: includes/B2S/Post/Filter.php:161
|
1515 |
msgid "selected date"
|
1516 |
msgstr "ausgewähltes Datum"
|
1517 |
|
1518 |
+
#: includes/B2S/Post/Filter.php:161
|
1519 |
msgid "scheduled post(s)"
|
1520 |
msgstr "geplante Beiträge"
|
1521 |
|
1522 |
+
#: includes/B2S/Post/Item.php:235
|
1523 |
msgid "You have no posts published or scheduled."
|
1524 |
msgstr "Du hast keine Beiträge veröffentlicht oder geplant."
|
1525 |
|
1526 |
+
#: includes/B2S/Post/Item.php:257
|
1527 |
msgid "curated post"
|
1528 |
msgstr "kuratierter Beitrag"
|
1529 |
|
1530 |
+
#: includes/B2S/Post/Item.php:262 includes/B2S/Post/Item.php:352
|
1531 |
msgid "last shared on social media"
|
1532 |
msgstr "zuletzt auf Social Media geteilt"
|
1533 |
|
1534 |
+
#: includes/B2S/Post/Item.php:270 includes/B2S/Post/Item.php:361
|
1535 |
msgid "Share on Social Media"
|
1536 |
msgstr "auf Social Media teilen"
|
1537 |
|
1538 |
+
#: includes/B2S/Post/Item.php:272 includes/B2S/Post/Item.php:363 includes/PRG/Post/Item.php:132
|
1539 |
msgid "Author"
|
1540 |
msgstr "Autor"
|
1541 |
|
1542 |
+
#: includes/B2S/Post/Item.php:290 includes/B2S/Post/Item.php:314 includes/B2S/Post/Item.php:336
|
1543 |
msgid "Details"
|
1544 |
msgstr "Details"
|
1545 |
|
1546 |
+
#: includes/B2S/Post/Item.php:292
|
1547 |
msgid "shared social media posts"
|
1548 |
msgstr "geteilte Beiträge"
|
1549 |
|
1550 |
+
#: includes/B2S/Post/Item.php:292
|
1551 |
msgid "latest share by"
|
1552 |
msgstr "zuletzt geteilt von"
|
1553 |
|
1554 |
+
#: includes/B2S/Post/Item.php:316 views/b2s/widgets/activity.php:10
|
1555 |
msgid "scheduled social media posts"
|
1556 |
msgstr "geplante Beiträge"
|
1557 |
|
1558 |
+
#: includes/B2S/Post/Item.php:316
|
1559 |
msgid "next share by"
|
1560 |
msgstr "als nächstes geteilt von"
|
1561 |
|
1562 |
+
#: includes/B2S/Post/Item.php:338
|
1563 |
msgid "social media posts ready to be shared"
|
1564 |
msgstr "Social Media Posts sind bereit, geteilt zu werden"
|
1565 |
|
1566 |
+
#: includes/B2S/Post/Item.php:349
|
1567 |
+
msgid "via Browser-Extension"
|
1568 |
+
msgstr "via Browser-Extension"
|
1569 |
+
|
1570 |
+
#: includes/B2S/Post/Item.php:363
|
1571 |
+
msgid "saved"
|
1572 |
+
msgstr "gespeichert"
|
1573 |
+
|
1574 |
+
#: includes/B2S/Post/Item.php:472 includes/B2S/Post/Item.php:608 includes/B2S/Ship/Save.php:427
|
1575 |
msgid "Retweet"
|
1576 |
msgstr "Retweet"
|
1577 |
|
1578 |
+
#: includes/B2S/Post/Item.php:478 includes/B2S/Post/Item.php:548 includes/B2S/Post/Item.php:613
|
1579 |
msgid "select all"
|
1580 |
msgstr "alle auswählen"
|
1581 |
|
1582 |
+
#: includes/B2S/Post/Item.php:481
|
1583 |
msgid "show"
|
1584 |
msgstr "ansehen"
|
1585 |
|
1586 |
+
#: includes/B2S/Post/Item.php:488 includes/B2S/Ship/Save.php:438
|
1587 |
msgid "Please see"
|
1588 |
msgstr "siehe"
|
1589 |
|
1590 |
+
#: includes/B2S/Post/Item.php:494
|
1591 |
msgid "sharing in progress by"
|
1592 |
msgstr "wird geteilt"
|
1593 |
|
1594 |
+
#: includes/B2S/Post/Item.php:494
|
1595 |
msgid "shared by"
|
1596 |
msgstr "geteilt von"
|
1597 |
|
1598 |
+
#: includes/B2S/Post/Item.php:515 includes/B2S/Post/Item.php:528
|
1599 |
msgid "You want to delete a publish post entry?"
|
1600 |
msgstr "Du möchtest einen veröffentlichten Beitrag löschen?"
|
1601 |
|
1602 |
+
#: includes/B2S/Post/Item.php:516 includes/B2S/Post/Item.php:529
|
1603 |
msgid "delete from reporting"
|
1604 |
msgstr "aus Reporting löschen"
|
1605 |
|
1606 |
+
#: includes/B2S/Post/Item.php:519
|
1607 |
msgid "re-share"
|
1608 |
msgstr "erneut teilen"
|
1609 |
|
1610 |
+
#: includes/B2S/Post/Item.php:551
|
1611 |
msgid "is waiting to shared by"
|
1612 |
msgstr "wartet darauf, geteilt zu werden von"
|
1613 |
|
1614 |
+
#: includes/B2S/Post/Item.php:581 includes/B2S/Ship/Save.php:408
|
1615 |
msgid "share"
|
1616 |
msgstr "teilen"
|
1617 |
|
1618 |
+
#: includes/B2S/Post/Item.php:589
|
1619 |
msgid "You want to delete your Social Media post?"
|
1620 |
msgstr "Du möchtest Deinen Social Media Post löschen?"
|
1621 |
|
1622 |
+
#: includes/B2S/Post/Item.php:590 includes/B2S/Post/Item.php:639 includes/B2S/Settings/Item.php:83 includes/B2S/Ship/Item.php:755 includes/B2S/Ship/Item.php:905
|
1623 |
msgid "delete"
|
1624 |
msgstr "löschen"
|
1625 |
|
1626 |
+
#: includes/B2S/Post/Item.php:623
|
1627 |
msgid "last modified by"
|
1628 |
msgstr "zuletzt bearbeitet von"
|
1629 |
|
1630 |
+
#: includes/B2S/Post/Item.php:625
|
1631 |
msgid "is processed by the network"
|
1632 |
msgstr "wird vom Netzwerk verarbeitet"
|
1633 |
|
1634 |
+
#: includes/B2S/Post/Item.php:630
|
1635 |
msgid "scheduled by"
|
1636 |
msgstr "geplant von "
|
1637 |
|
1638 |
+
#: includes/B2S/Post/Item.php:635
|
1639 |
msgid "You want to edit your scheduled post?"
|
1640 |
msgstr "Sie möchten Ihre vorgeplanten Beiträge bearbeiten?"
|
1641 |
|
1642 |
+
#: includes/B2S/Post/Item.php:636
|
1643 |
msgid "edit"
|
1644 |
msgstr "edit"
|
1645 |
|
1646 |
+
#: includes/B2S/Post/Item.php:647
|
1647 |
msgid "delete scheduling"
|
1648 |
msgstr "Planung löschen"
|
1649 |
|
1650 |
+
#: includes/B2S/Settings/Item.php:63 includes/B2S/Settings/Item.php:83 includes/B2S/Ship/Item.php:737
|
1651 |
msgid "Account"
|
1652 |
msgstr "Konto"
|
1653 |
|
1671 |
msgid "Bitly"
|
1672 |
msgstr "Bitly"
|
1673 |
|
|
|
|
|
|
|
|
|
1674 |
#: includes/B2S/Settings/Item.php:86
|
1675 |
msgid "allow shortcodes in my post"
|
1676 |
msgstr "berücksichtige Shortcodes in meinen Beiträgen"
|
1695 |
msgid "title & content"
|
1696 |
msgstr "Titel & Inhalt"
|
1697 |
|
1698 |
+
#: includes/B2S/Settings/Item.php:98 includes/B2S/Settings/Item.php:99 includes/B2S/Settings/Item.php:349
|
1699 |
msgid "(PREMIUM)"
|
1700 |
msgstr "(PREMIUM)"
|
1701 |
|
1707 |
msgid "System"
|
1708 |
msgstr "System"
|
1709 |
|
1710 |
+
#: includes/B2S/Settings/Item.php:106 includes/B2S/Settings/Item.php:296 includes/B2S/Settings/Item.php:321
|
1711 |
msgid "This is a global feature for your blog, which can only be edited by users with admin rights."
|
1712 |
msgstr "Dies ist eine globale Einstellung für Deinen Blog, die nur von Usern mit Admin Rechten bearbeitet werden kann."
|
1713 |
|
1715 |
msgid "activate Legacy mode"
|
1716 |
msgstr "Kompatibilitätsmodus aktivieren"
|
1717 |
|
1718 |
+
#: includes/B2S/Settings/Item.php:126
|
1719 |
msgid "Auto-post your own created posts"
|
1720 |
msgstr "Auto-Poste Deine selbsterstellten Blogbeiträge"
|
1721 |
|
1722 |
+
#: includes/B2S/Settings/Item.php:127
|
1723 |
msgid "Define by default to automatically post your posts on social media:"
|
1724 |
msgstr "Definiere standardmäßig Blogbeiträge oder Seiten, die Du auf Social Media automatisch teilen möchtest:"
|
1725 |
|
1726 |
+
#: includes/B2S/Settings/Item.php:129
|
1727 |
msgid "Select by default if the auto-poster is activated when you publish a new post or update a post."
|
1728 |
msgstr "Wählen standardmäßig aus, dass das automatische Teilen aktiviert wird, wenn Du einen neuen Post veröffentlichst oder einen Post aktualisierst."
|
1729 |
|
1730 |
+
#: includes/B2S/Settings/Item.php:134
|
1731 |
msgid "new posts"
|
1732 |
msgstr "Neue Beiträge"
|
1733 |
|
1734 |
+
#: includes/B2S/Settings/Item.php:135 includes/B2S/Settings/Item.php:147
|
1735 |
msgid "Unselect all"
|
1736 |
msgstr "Alle abwählen"
|
1737 |
|
1738 |
+
#: includes/B2S/Settings/Item.php:135 includes/B2S/Settings/Item.php:147
|
1739 |
msgid "Select all"
|
1740 |
msgstr "Alle auswählen"
|
1741 |
|
1742 |
+
#: includes/B2S/Settings/Item.php:143
|
1743 |
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."
|
1744 |
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."
|
1745 |
|
1746 |
+
#: includes/B2S/Settings/Item.php:146
|
1747 |
msgid "updating existing posts"
|
1748 |
msgstr "Bestehenden Beitrag aktualisieren"
|
1749 |
|
1750 |
+
#: includes/B2S/Settings/Item.php:158 includes/B2S/Settings/Item.php:200
|
1751 |
msgid "Save"
|
1752 |
msgstr " Speichern"
|
1753 |
|
1754 |
+
#: includes/B2S/Settings/Item.php:166
|
1755 |
msgid "Auto-post your imported posts to Twitter & Facebook"
|
1756 |
msgstr "Poste Deine importierten Beiträge automatisch auf Twitter und Facebook"
|
1757 |
|
1758 |
+
#: includes/B2S/Settings/Item.php:167
|
1759 |
msgid "Define by default to automatically share your imported posts to social media:"
|
1760 |
msgstr "Definiere standardmäßig, dass Deine importierten Beiträge automatisch in den Social Media geteilt werden. "
|
1761 |
|
1762 |
+
#: includes/B2S/Settings/Item.php:170
|
1763 |
msgid "Your current licence:"
|
1764 |
msgstr "Deine aktuelle Lizenz:"
|
1765 |
|
1766 |
+
#: includes/B2S/Settings/Item.php:172
|
1767 |
msgid "Immediate Cross-Posting across all networks: Share an unlimited number of posts"
|
1768 |
msgstr "Immediate Cross-Posting über alle Netzwerke hinweg: Teile eine unbegrenzte Anzahl an Beiträgen"
|
1769 |
|
1770 |
+
#: includes/B2S/Settings/Item.php:173
|
1771 |
msgid "Scheduled Auto-Posting"
|
1772 |
msgstr "Scheduled Auto-Posting"
|
1773 |
|
1774 |
+
#: includes/B2S/Settings/Item.php:175
|
1775 |
msgid "share up to"
|
1776 |
msgstr "teile bis zu"
|
1777 |
|
1778 |
+
#: includes/B2S/Settings/Item.php:175
|
1779 |
msgid "posts per day"
|
1780 |
msgstr "Beiträge pro Tag"
|
1781 |
|
1782 |
+
#: includes/B2S/Settings/Item.php:181
|
1783 |
msgid "Select by default to automatically share your imported posts"
|
1784 |
msgstr "Teile standardmäßig automatisch importierte Beiträge auf meinen Social Media"
|
1785 |
|
1786 |
+
#: includes/B2S/Settings/Item.php:185
|
1787 |
msgid "Select to auto-post to your standard networks:"
|
1788 |
msgstr "Wähle die Netzwerke aus, auf denen automatisch veröffentlicht werden soll:"
|
1789 |
|
1790 |
+
#: includes/B2S/Settings/Item.php:186
|
1791 |
msgid "In accordance with the new Twitter TOS, one Twitter account can be selected as your primary Twitter account for auto-posting."
|
1792 |
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"
|
1793 |
|
1794 |
+
#: includes/B2S/Settings/Item.php:186
|
1795 |
msgid "More information"
|
1796 |
msgstr "Zusätzliche Informationen"
|
1797 |
|
1798 |
+
#: includes/B2S/Settings/Item.php:188
|
1799 |
msgid "Select to auto-post immediately after publishing or with a delay"
|
1800 |
msgstr "Importierte Beiträge direkt veröffentlichen oder mit einer Verzögerung"
|
1801 |
|
1802 |
+
#: includes/B2S/Settings/Item.php:190
|
1803 |
msgid "publish with a delay of"
|
1804 |
msgstr "Veröffentliche mit einer Verzögerung von"
|
1805 |
|
1806 |
+
#: includes/B2S/Settings/Item.php:191
|
1807 |
msgid "minutes"
|
1808 |
msgstr "Minuten"
|
1809 |
|
1810 |
+
#: includes/B2S/Settings/Item.php:214
|
1811 |
msgid "Filter Posts (Only posts that meet the following criteria will be autoposted)"
|
1812 |
msgstr "Beiträge filtern (Nur Beiträge, die die Kriterien erfüllen, werden automatisch veröffentlicht)"
|
1813 |
|
1814 |
+
#: includes/B2S/Settings/Item.php:215
|
1815 |
msgid "Post Types"
|
1816 |
msgstr "Posttypen"
|
1817 |
|
1818 |
+
#: includes/B2S/Settings/Item.php:216
|
1819 |
msgid "Include (Post only...)"
|
1820 |
msgstr "enthält (nur Beiträge, mit ...)"
|
1821 |
|
1822 |
+
#: includes/B2S/Settings/Item.php:217
|
1823 |
msgid "Exclude (Do no post ...)"
|
1824 |
msgstr "enthält nicht (Veröffentliche keine Beiträge, mit...)"
|
1825 |
|
1826 |
+
#: includes/B2S/Settings/Item.php:251
|
1827 |
msgid "add/change connection"
|
1828 |
msgstr "Verbindung hinzufügen/ändern"
|
1829 |
|
1830 |
+
#: includes/B2S/Settings/Item.php:294
|
1831 |
msgid "Reset all page and post meta data"
|
1832 |
msgstr "Lösche alle Seiten und Beitrags Meta Angaben"
|
1833 |
|
1834 |
+
#: includes/B2S/Settings/Item.php:299
|
1835 |
msgid "Meta Tags Settings for Posts and Pages"
|
1836 |
msgstr "Meta Tag Einstellungen für Beiträge und Seiten"
|
1837 |
|
1838 |
+
#: includes/B2S/Settings/Item.php:300
|
1839 |
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."
|
1840 |
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."
|
1841 |
|
1842 |
+
#: includes/B2S/Settings/Item.php:302
|
1843 |
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."
|
1844 |
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."
|
1845 |
|
1846 |
+
#: includes/B2S/Settings/Item.php:323
|
1847 |
msgid "Frontpage Settings"
|
1848 |
msgstr "Frontpage Einstellungen"
|
1849 |
|
1850 |
+
#: includes/B2S/Settings/Item.php:324
|
1851 |
+
msgid "Check Settings with Sharing-Debugger"
|
1852 |
+
msgstr "Einstellungen mit Sharing-Debugger überprüfen"
|
1853 |
+
|
1854 |
+
#: includes/B2S/Settings/Item.php:327
|
1855 |
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)"
|
1856 |
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)"
|
1857 |
|
1858 |
+
#: includes/B2S/Settings/Item.php:331 includes/B2S/Settings/Item.php:352
|
1859 |
msgid "Description"
|
1860 |
msgstr "Beschreibung"
|
1861 |
|
1862 |
+
#: includes/B2S/Settings/Item.php:332 includes/B2S/Settings/Item.php:353
|
1863 |
msgid "Image URL"
|
1864 |
msgstr "Bild Url"
|
1865 |
|
1866 |
+
#: includes/B2S/Settings/Item.php:334 includes/B2S/Settings/Item.php:355 includes/B2S/Ship/Image.php:78 includes/B2S/Ship/Image.php:80
|
1867 |
msgid "Image upload / Media Gallery"
|
1868 |
msgstr "Bild hochladen / Mediathek"
|
1869 |
|
1870 |
+
#: includes/B2S/Settings/Item.php:337
|
1871 |
msgid "Please note: Facebook supports images with a minimum dimension of 200x200 pixels and an aspect ratio of 1:1."
|
1872 |
msgstr "Bitte beachte: Facebook unterstützt Bilder mit einer Mindestgröße von 200x200 Pixel and einem Bildgrößenverhältnis von 1:1."
|
1873 |
|
1874 |
+
#: includes/B2S/Settings/Item.php:343
|
1875 |
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)"
|
1876 |
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)"
|
1877 |
|
1878 |
+
#: includes/B2S/Settings/Item.php:346
|
1879 |
msgid "The default card type to use"
|
1880 |
msgstr "Wählen Sie Ihre Standard-Twitter-Card"
|
1881 |
|
1882 |
+
#: includes/B2S/Settings/Item.php:348
|
1883 |
msgid "Summary"
|
1884 |
msgstr "Link-Darstellung"
|
1885 |
|
1886 |
+
#: includes/B2S/Settings/Item.php:349
|
1887 |
msgid "Summary with large image"
|
1888 |
msgstr "Link-Darstellung mit großem Bild"
|
1889 |
|
1890 |
+
#: includes/B2S/Settings/Item.php:358
|
1891 |
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."
|
1892 |
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. "
|
1893 |
|
1894 |
+
#: includes/B2S/Settings/Item.php:375
|
1895 |
msgid "Did you know?"
|
1896 |
msgstr "Wusstest Du schon?"
|
1897 |
|
1898 |
+
#: includes/B2S/Settings/Item.php:376
|
1899 |
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)."
|
1900 |
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."
|
1901 |
|
1902 |
+
#: includes/B2S/Settings/Item.php:376
|
1903 |
msgid "Upgrade to Premium Pro now."
|
1904 |
msgstr "Upgrade auf Premium PRO"
|
1905 |
|
1906 |
+
#: includes/B2S/Settings/Item.php:393 includes/B2S/Settings/Item.php:440
|
1907 |
msgid "Image with frame"
|
1908 |
msgstr "Bild mit Rahmen"
|
1909 |
|
1910 |
+
#: includes/B2S/Settings/Item.php:398
|
1911 |
msgid "Insert white frames to show the whole image in your timeline. All image information will be shown in your timeline."
|
1912 |
msgstr "Füge weiße Rahmen ein, um das gesamte Bild in Deiner Zeitleiste anzuzeigen. Alle Bildinformationen werden in Deiner Zeitleiste angezeigt."
|
1913 |
|
1914 |
+
#: includes/B2S/Settings/Item.php:400
|
1915 |
msgid ""
|
1916 |
"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, "
|
1917 |
"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 "
|
1918 |
+
"image links to your blog post."
|
1919 |
msgstr ""
|
1920 |
+
"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 "
|
1921 |
+
"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 "
|
1922 |
+
"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."
|
1923 |
|
1924 |
+
#: includes/B2S/Settings/Item.php:404 includes/B2S/Settings/Item.php:464
|
1925 |
msgid "Image cut out"
|
1926 |
msgstr "Bild zuschneiden"
|
1927 |
|
1928 |
+
#: includes/B2S/Settings/Item.php:409
|
1929 |
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."
|
1930 |
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. "
|
1931 |
|
1932 |
+
#: includes/B2S/Settings/Item.php:411
|
1933 |
msgid ""
|
1934 |
"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 "
|
1935 |
"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."
|
1937 |
"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 "
|
1938 |
"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."
|
1939 |
|
1940 |
+
#: includes/B2S/Settings/Item.php:435
|
1941 |
msgid "All"
|
1942 |
msgstr "Alle"
|
1943 |
|
1944 |
+
#: includes/B2S/Settings/Item.php:453
|
1945 |
msgid "Activate Instant Caching"
|
1946 |
msgstr "Instant Caching aktivieren"
|
1947 |
|
1989 |
msgid "Text only"
|
1990 |
msgstr "nur Text"
|
1991 |
|
1992 |
+
#: includes/B2S/Ship/Item.php:186 includes/B2S/Ship/Item.php:190 includes/B2S/Ship/Item.php:226 includes/B2S/Ship/Item.php:230 includes/B2S/Ship/Item.php:251 includes/B2S/Ship/Item.php:255 includes/B2S/Ship/Item.php:914 includes/B2S/Ship/Item.php:916
|
1993 |
msgid "characters"
|
1994 |
msgstr "Zeichen"
|
1995 |
|
2009 |
msgid "post format"
|
2010 |
msgstr "Postformat"
|
2011 |
|
2012 |
+
#: includes/B2S/Ship/Item.php:302 includes/B2S/Ship/Item.php:922
|
2013 |
msgid "Insert full-text"
|
2014 |
msgstr "ganzen Text einfügen"
|
2015 |
|
2016 |
+
#: includes/B2S/Ship/Item.php:304 includes/B2S/Ship/Item.php:924
|
2017 |
msgid "Delete text"
|
2018 |
msgstr "Text löschen"
|
2019 |
|
2021 |
msgid "You can customize your post with individual comments, @-handles, emojis, and more in the Instant Sharing window, after planning your post."
|
2022 |
msgstr "Du kannst Deinen Post mit individuellen Kommentaren, @-Handles, Emojis und mehr im Fenster \"Instant Sharing\" anpassen, nachdem Du Deinen Post geplant hast."
|
2023 |
|
2024 |
+
#: includes/B2S/Ship/Item.php:318 includes/B2S/Ship/Item.php:513 includes/B2S/Ship/Item.php:788
|
2025 |
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."
|
2026 |
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."
|
2027 |
|
2028 |
+
#: includes/B2S/Ship/Item.php:318 includes/B2S/Ship/Item.php:513 includes/B2S/Ship/Item.php:788
|
2029 |
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."
|
2030 |
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."
|
2031 |
|
2032 |
+
#: includes/B2S/Ship/Item.php:318 includes/B2S/Ship/Item.php:513 includes/B2S/Ship/Item.php:788
|
2033 |
msgid "Learn more about this"
|
2034 |
msgstr "Erfahre mehr darüber"
|
2035 |
|
2045 |
msgid "hide calendar"
|
2046 |
msgstr "Planungskalender verbergen"
|
2047 |
|
2048 |
+
#: includes/B2S/Ship/Item.php:398 includes/B2S/Ship/Item.php:422 includes/B2S/Ship/Item.php:446 includes/B2S/Ship/Item.php:464 includes/B2S/Ship/Item.php:479 includes/B2S/Ship/Item.php:505 includes/B2S/Ship/Item.php:523 includes/B2S/Ship/Item.php:539
|
2049 |
+
#: includes/B2S/Ship/Item.php:552 includes/B2S/Ship/Item.php:568 includes/B2S/Ship/Item.php:573
|
2050 |
msgid "Write something about your post..."
|
2051 |
msgstr "Schreibe etwas..."
|
2052 |
|
2053 |
+
#: includes/B2S/Ship/Item.php:405 includes/B2S/Ship/Item.php:429 includes/B2S/Ship/Item.php:453 includes/B2S/Ship/Item.php:501 includes/B2S/Ship/Item.php:519 includes/B2S/Ship/Item.php:535 includes/B2S/Ship/Item.php:564 includes/B2S/Ship/Item.php:598
|
2054 |
msgid "Change image"
|
2055 |
msgstr "Bild ändern"
|
2056 |
|
2082 |
msgid "Card Meta description"
|
2083 |
msgstr "Card Beschreibung"
|
2084 |
|
2085 |
+
#: includes/B2S/Ship/Item.php:585
|
2086 |
msgid "required"
|
2087 |
msgstr "erforderlich"
|
2088 |
|
2089 |
+
#: includes/B2S/Ship/Item.php:605 includes/B2S/Ship/Item.php:607
|
2090 |
msgid "Link"
|
2091 |
msgstr "Link"
|
2092 |
|
2093 |
+
#: includes/B2S/Ship/Item.php:670
|
2094 |
msgid "Jobs & Projects"
|
2095 |
msgstr "Jobs & Projekte"
|
2096 |
|
2097 |
+
#: includes/B2S/Ship/Item.php:671
|
2098 |
msgid "Events"
|
2099 |
msgstr "Veranstaltungen"
|
2100 |
|
2101 |
+
#: includes/B2S/Ship/Item.php:672
|
2102 |
msgid "Classified Ads"
|
2103 |
msgstr "Kleinanzeigen"
|
2104 |
|
2105 |
+
#: includes/B2S/Ship/Item.php:674
|
2106 |
msgid "Offer"
|
2107 |
msgstr "Angebot"
|
2108 |
|
2109 |
+
#: includes/B2S/Ship/Item.php:675
|
2110 |
msgid "Request"
|
2111 |
msgstr "Gesucht"
|
2112 |
|
2113 |
+
#: includes/B2S/Ship/Item.php:686
|
2114 |
msgid "The Headline..."
|
2115 |
msgstr "Die Überschrift..."
|
2116 |
|
2117 |
+
#: includes/B2S/Ship/Item.php:691
|
2118 |
msgid "Hashtags"
|
2119 |
msgstr "Hashtags"
|
2120 |
|
2121 |
+
#: includes/B2S/Ship/Item.php:719
|
2122 |
msgid "Enable Retweets for all Tweets with the selected profile"
|
2123 |
msgstr "Retweets für alle Tweets mit dem gewählten Profil aktivieren"
|
2124 |
|
2125 |
+
#: includes/B2S/Ship/Item.php:738 views/b2s/partials/post-edit-modal.php:73
|
2126 |
msgid "Delay"
|
2127 |
msgstr "Verzögerung"
|
2128 |
|
2129 |
+
#: includes/B2S/Ship/Item.php:748 includes/B2S/Ship/Item.php:749 includes/B2S/Ship/Item.php:750 includes/B2S/Ship/Item.php:751 views/b2s/partials/post-edit-modal.php:77 views/b2s/partials/post-edit-modal.php:78 views/b2s/partials/post-edit-modal.php:79
|
2130 |
#: views/b2s/partials/post-edit-modal.php:80
|
2131 |
msgid "min"
|
2132 |
msgstr "min"
|
2133 |
|
2134 |
+
#: includes/B2S/Ship/Item.php:756
|
2135 |
msgid "Add Retweet"
|
2136 |
msgstr "Retweet hinzufügen"
|
2137 |
|
2138 |
+
#: includes/B2S/Ship/Item.php:776
|
2139 |
msgid "Share Now"
|
2140 |
msgstr "Sofort teilen"
|
2141 |
|
2142 |
+
#: includes/B2S/Ship/Item.php:781
|
2143 |
msgid "Schedule Recurrent Post"
|
2144 |
msgstr "regelmäßig Planen"
|
2145 |
|
2146 |
+
#: includes/B2S/Ship/Item.php:817 views/b2s/partials/post-edit-modal.php:47
|
2147 |
msgid ""
|
2148 |
"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 "
|
2149 |
"network settings. To do this, go to the Blog2Social Networks section and connect your XING accounts with the new XING."
|
2151 |
"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 "
|
2152 |
"in den Bereich Blog2Social \"Netzwerke\" und verbinde Dein XING-Konto über die neue XING-Schnittstelle"
|
2153 |
|
2154 |
+
#: includes/B2S/Ship/Item.php:821 views/b2s/partials/post-edit-modal.php:51
|
2155 |
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:"
|
2156 |
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:"
|
2157 |
|
2158 |
+
#: includes/B2S/Ship/Item.php:824
|
2159 |
msgid "Repeats"
|
2160 |
msgstr "Wdh."
|
2161 |
|
2162 |
+
#: includes/B2S/Ship/Item.php:825 includes/B2S/Ship/Item.php:828
|
2163 |
msgid "Duration"
|
2164 |
msgstr "Dauer"
|
2165 |
|
2166 |
+
#: includes/B2S/Ship/Item.php:829
|
2167 |
msgid "Number of repeats"
|
2168 |
msgstr "Anzahl der Wdh."
|
2169 |
|
2170 |
+
#: includes/B2S/Ship/Item.php:830
|
2171 |
msgid "Day of month"
|
2172 |
msgstr "Tag im Monat"
|
2173 |
|
2174 |
+
#: includes/B2S/Ship/Item.php:831
|
2175 |
msgid "Repeats every (days)"
|
2176 |
msgstr "Alle (Tage) wiederholen"
|
2177 |
|
2178 |
+
#: includes/B2S/Ship/Item.php:833
|
2179 |
msgid "Start date"
|
2180 |
msgstr "Startdatum"
|
2181 |
|
2182 |
+
#: includes/B2S/Ship/Item.php:834
|
2183 |
msgid "Time to publish"
|
2184 |
msgstr "Veröffentlichungszeit"
|
2185 |
|
2186 |
+
#: includes/B2S/Ship/Item.php:843
|
2187 |
msgid "weekly"
|
2188 |
msgstr "wöchentlich"
|
2189 |
|
2190 |
+
#: includes/B2S/Ship/Item.php:844
|
2191 |
msgid "monthly"
|
2192 |
msgstr "monatlich"
|
2193 |
|
2194 |
+
#: includes/B2S/Ship/Item.php:845
|
2195 |
msgid "own period"
|
2196 |
msgstr "Eigener Zeitraum"
|
2197 |
|
2198 |
+
#: includes/B2S/Ship/Item.php:851
|
2199 |
msgid "Week"
|
2200 |
msgstr "Woche"
|
2201 |
|
2202 |
+
#: includes/B2S/Ship/Item.php:851
|
2203 |
msgid "Weeks"
|
2204 |
msgstr "Wochen"
|
2205 |
|
2206 |
+
#: includes/B2S/Ship/Item.php:860
|
2207 |
msgid "Month"
|
2208 |
msgstr "Monat"
|
2209 |
|
2210 |
+
#: includes/B2S/Ship/Item.php:860
|
2211 |
msgid "Months"
|
2212 |
msgstr "Monate"
|
2213 |
|
2214 |
+
#: includes/B2S/Ship/Item.php:880
|
2215 |
msgid "End Of Month"
|
2216 |
msgstr "Monatsende"
|
2217 |
|
2218 |
+
#: includes/B2S/Ship/Item.php:885
|
2219 |
msgid "Timespan"
|
2220 |
msgstr "Zeitspanne"
|
2221 |
|
2222 |
+
#: includes/B2S/Ship/Item.php:888 views/b2s/partials/post-edit-modal.php:63 views/b2s/partials/post-edit-modal.php:66
|
2223 |
msgid "Time"
|
2224 |
msgstr "Mal"
|
2225 |
|
2226 |
+
#: includes/B2S/Ship/Item.php:893
|
2227 |
msgid "Mon"
|
2228 |
msgstr "Mo"
|
2229 |
|
2230 |
+
#: includes/B2S/Ship/Item.php:894
|
2231 |
msgid "Tue"
|
2232 |
msgstr "Di"
|
2233 |
|
2234 |
+
#: includes/B2S/Ship/Item.php:895
|
2235 |
msgid "Wed"
|
2236 |
msgstr "Mi"
|
2237 |
|
2238 |
+
#: includes/B2S/Ship/Item.php:896
|
2239 |
msgid "Thu"
|
2240 |
msgstr "Do"
|
2241 |
|
2242 |
+
#: includes/B2S/Ship/Item.php:897
|
2243 |
msgid "Fri"
|
2244 |
msgstr "Fr"
|
2245 |
|
2246 |
+
#: includes/B2S/Ship/Item.php:898
|
2247 |
msgid "Sat"
|
2248 |
msgstr "Sa"
|
2249 |
|
2250 |
+
#: includes/B2S/Ship/Item.php:899
|
2251 |
msgid "Sun"
|
2252 |
msgstr "So"
|
2253 |
|
2254 |
+
#: includes/B2S/Ship/Item.php:906
|
2255 |
msgid "add another post"
|
2256 |
msgstr "einen weiteren Post anlegen"
|
2257 |
|
2258 |
+
#: includes/B2S/Ship/Item.php:920
|
2259 |
msgid "Copy from original"
|
2260 |
msgstr "Originaltext kopieren"
|
2261 |
|
2262 |
+
#: includes/B2S/Ship/Item.php:936
|
2263 |
msgid "Apply Settings To All Networks"
|
2264 |
msgstr "Planung für alle Netzwerke übernehmen"
|
2265 |
|
2266 |
+
#: includes/B2S/Ship/Item.php:937
|
2267 |
msgid "Save as best time for this network"
|
2268 |
msgstr "Diese Zeit als \"Beste Zeit\" für dieses Netzwerk speichern"
|
2269 |
|
2403 |
msgid "Scheduled Posts"
|
2404 |
msgstr "geplante Beiträge"
|
2405 |
|
2406 |
+
#: includes/B2S/Support/Check/System.php:44
|
2407 |
msgid "or higher"
|
2408 |
msgstr "oder höher"
|
2409 |
|
2410 |
+
#: includes/B2S/Support/Check/System.php:65 includes/B2S/Support/Check/System.php:83
|
2411 |
msgid "resolve conflict"
|
2412 |
msgstr "Konflikt beheben"
|
2413 |
|
2414 |
+
#: includes/B2S/Support/Check/System.php:90
|
2415 |
msgid "Plugin Warnings:"
|
2416 |
msgstr "Plugin Warnungen:"
|
2417 |
|
2431 |
#. Author of the plugin
|
2432 |
msgid "Blog2Social, Adenion"
|
2433 |
msgstr "Blog2Social, Adenion"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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-
|
7 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
8 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
9 |
"Language-Team: \n"
|
@@ -31,199 +31,207 @@ msgstr ""
|
|
31 |
msgid "Modify forum"
|
32 |
msgstr ""
|
33 |
|
34 |
-
#: includes/Loader.php:
|
35 |
msgid "Auto-Post on Social Media"
|
36 |
msgstr ""
|
37 |
|
38 |
-
#: includes/Loader.php:
|
39 |
msgid "Social Media Content Calendar"
|
40 |
msgstr ""
|
41 |
|
42 |
-
#: includes/Loader.php:
|
43 |
msgid "This post will be shared into your social media from"
|
44 |
msgstr ""
|
45 |
|
46 |
-
#: includes/Loader.php:
|
47 |
msgid "show details"
|
48 |
msgstr ""
|
49 |
|
50 |
-
#: includes/Loader.php:
|
51 |
msgid "This post will be shared on social media in 2-3 minutes!"
|
52 |
msgstr ""
|
53 |
|
54 |
-
#: includes/Loader.php:
|
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:
|
59 |
msgid "There are no authorizations for your selected profile. Please, authorize with a social network or select a other profile."
|
60 |
msgstr ""
|
61 |
|
62 |
-
#: includes/Loader.php:
|
63 |
msgid "Upgrade to Premium"
|
64 |
msgstr ""
|
65 |
|
66 |
-
#: includes/Loader.php:
|
67 |
msgid "Notifications"
|
68 |
msgstr ""
|
69 |
|
70 |
-
#: includes/Loader.php:
|
71 |
msgid "Shared Posts"
|
72 |
msgstr ""
|
73 |
|
74 |
-
#: includes/Loader.php:
|
75 |
msgid "Instant Sharing"
|
76 |
msgstr ""
|
77 |
|
78 |
-
#: includes/Loader.php:
|
79 |
msgid "Schedueld Posts"
|
80 |
msgstr ""
|
81 |
|
82 |
-
#: includes/Loader.php:
|
83 |
-
|
|
|
|
|
|
|
|
|
84 |
msgid "Profile"
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: includes/Loader.php:
|
88 |
-
#: includes/B2S/Ship/Portale.php:33
|
89 |
msgid "Page"
|
90 |
msgstr ""
|
91 |
|
92 |
-
#: includes/Loader.php:
|
93 |
msgid "Group"
|
94 |
msgstr ""
|
95 |
|
96 |
-
#: includes/Loader.php:
|
97 |
msgid "Company"
|
98 |
msgstr ""
|
99 |
|
100 |
-
#: includes/Loader.php:
|
101 |
msgid "Business"
|
102 |
msgstr ""
|
103 |
|
104 |
-
#: includes/Loader.php:
|
105 |
msgid "Your post could not be posted."
|
106 |
msgstr ""
|
107 |
|
108 |
-
#: includes/Loader.php:
|
109 |
msgid "Your authorization has expired. Please reconnect your account in the Blog2Social network settings."
|
110 |
msgstr ""
|
111 |
|
112 |
-
#: includes/Loader.php:
|
113 |
msgid "The network has marked the post as spam or abusive."
|
114 |
msgstr ""
|
115 |
|
116 |
-
#: includes/Loader.php:
|
117 |
msgid "We don't have the permission to publish your post. Please check your authorization."
|
118 |
msgstr ""
|
119 |
|
120 |
-
#: includes/Loader.php:
|
121 |
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>."
|
122 |
msgstr ""
|
123 |
|
124 |
-
#: includes/Loader.php:
|
125 |
msgid "Your daily limit has been reached."
|
126 |
msgstr ""
|
127 |
|
128 |
-
#: includes/Loader.php:
|
129 |
-
msgid "Your post could not be posted, because your image is not available
|
130 |
msgstr ""
|
131 |
|
132 |
-
#: includes/Loader.php:
|
133 |
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>."
|
134 |
msgstr ""
|
135 |
|
136 |
-
#: includes/Loader.php:
|
137 |
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>."
|
138 |
msgstr ""
|
139 |
|
140 |
-
#: includes/Loader.php:
|
141 |
msgid "Your daily limit for this network has been reached. Please try again later."
|
142 |
msgstr ""
|
143 |
|
144 |
-
#: includes/Loader.php:
|
145 |
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>."
|
146 |
msgstr ""
|
147 |
|
148 |
-
#: includes/Loader.php:
|
149 |
msgid "Your post is a duplicate."
|
150 |
msgstr ""
|
151 |
|
152 |
-
#: includes/Loader.php:
|
153 |
msgid "The network requires a public url."
|
154 |
msgstr ""
|
155 |
|
156 |
-
#: includes/Loader.php:
|
157 |
msgid "Your blog post was not available for the network at the time of publication."
|
158 |
msgstr ""
|
159 |
|
160 |
-
#: includes/Loader.php:
|
161 |
msgid "You have already retweeted this post."
|
162 |
msgstr ""
|
163 |
|
164 |
-
#: includes/Loader.php:
|
165 |
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>"
|
166 |
msgstr ""
|
167 |
|
168 |
-
#: includes/Loader.php:
|
169 |
msgid "There was no image in the meta data of the linked post. Posts without images cannot be shared on image networks."
|
170 |
msgstr ""
|
171 |
|
172 |
-
#: includes/Loader.php:
|
|
|
|
|
|
|
|
|
173 |
msgid "Your group can not be found by the network."
|
174 |
msgstr ""
|
175 |
|
176 |
-
#: includes/Loader.php:
|
177 |
msgid "Dashboard"
|
178 |
msgstr ""
|
179 |
|
180 |
-
#: includes/Loader.php:
|
181 |
msgid "Posts & Sharing"
|
182 |
msgstr ""
|
183 |
|
184 |
-
#: includes/Loader.php:
|
185 |
msgid "Calendar"
|
186 |
msgstr ""
|
187 |
|
188 |
-
#: includes/Loader.php:
|
189 |
msgid "Content Curation"
|
190 |
msgstr ""
|
191 |
|
192 |
-
#: includes/Loader.php:
|
193 |
msgid "Networks"
|
194 |
msgstr ""
|
195 |
|
196 |
-
#: includes/Loader.php:
|
197 |
msgid "Settings"
|
198 |
msgstr ""
|
199 |
|
200 |
-
#: includes/Loader.php:
|
201 |
msgid "PR-Service"
|
202 |
msgstr ""
|
203 |
|
204 |
-
#: includes/Loader.php:
|
205 |
msgid "Help & Support"
|
206 |
msgstr ""
|
207 |
|
208 |
-
#: includes/Loader.php:
|
209 |
msgid "Premium"
|
210 |
msgstr ""
|
211 |
|
212 |
-
#: includes/Loader.php:
|
213 |
#: includes/B2S/Network/Item.php:152 includes/B2S/Network/Item.php:235 includes/B2S/Network/Item.php:288 includes/B2S/Network/Item.php:342 includes/B2S/Settings/Item.php:93 includes/B2S/Settings/Item.php:116 includes/B2S/Ship/Image.php:73 includes/B2S/Ship/Image.php:80
|
214 |
-
#: includes/B2S/Ship/Item.php:
|
215 |
msgid "PREMIUM"
|
216 |
msgstr ""
|
217 |
|
218 |
-
#: includes/Loader.php:
|
219 |
msgid "Blog2Social"
|
220 |
msgstr ""
|
221 |
|
222 |
-
#: includes/Loader.php:
|
223 |
msgid "or"
|
224 |
msgstr ""
|
225 |
|
226 |
-
#: includes/Loader.php:
|
227 |
msgid "back to install plugins"
|
228 |
msgstr ""
|
229 |
|
@@ -325,7 +333,7 @@ msgstr ""
|
|
325 |
msgid "Custom Sharing & Scheduling"
|
326 |
msgstr ""
|
327 |
|
328 |
-
#: includes/B2S/PostBox.php:97 includes/B2S/PostBox.php:101 views/b2s/settings.php:71 views/b2s/ship.php:60 views/b2s/ship.php:150 views/b2s/ship.php:237 includes/B2S/Network/Item.php:164 includes/B2S/Settings/Item.php:100 includes/B2S/Ship/Item.php:
|
329 |
msgid "Info"
|
330 |
msgstr ""
|
331 |
|
@@ -337,7 +345,7 @@ msgstr ""
|
|
337 |
msgid "Facebook Instant Sharing:"
|
338 |
msgstr ""
|
339 |
|
340 |
-
#: includes/B2S/PostBox.php:100 includes/B2S/Settings/Item.php:
|
341 |
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."
|
342 |
msgstr ""
|
343 |
|
@@ -349,8 +357,8 @@ msgstr ""
|
|
349 |
msgid "enable Auto-Posting"
|
350 |
msgstr ""
|
351 |
|
352 |
-
#: includes/B2S/PostBox.php:115 views/b2s/network.php:55 views/b2s/network.php:143 views/b2s/post.approve.php:50 views/b2s/post.calendar.php:59 views/b2s/post.calendar.php:238 views/b2s/post.notice.php:44 views/b2s/post.php:40
|
353 |
-
#: views/b2s/post.sched.php:58 views/b2s/ship.php:172 views/b2s/ship.php:546 views/b2s/support.php:
|
354 |
msgid "Loading..."
|
355 |
msgstr ""
|
356 |
|
@@ -392,55 +400,55 @@ msgstr ""
|
|
392 |
msgid "You want to auto-post your blog post?"
|
393 |
msgstr ""
|
394 |
|
395 |
-
#: includes/B2S/PostBox.php:148 views/b2s/curation.php:
|
396 |
msgid "With Blog2Social Premium you can:"
|
397 |
msgstr ""
|
398 |
|
399 |
-
#: includes/B2S/PostBox.php:151 views/b2s/curation.php:
|
400 |
msgid "Post on pages and groups"
|
401 |
msgstr ""
|
402 |
|
403 |
-
#: includes/B2S/PostBox.php:152 views/b2s/curation.php:
|
404 |
msgid "Share on multiple profiles, pages and groups"
|
405 |
msgstr ""
|
406 |
|
407 |
-
#: includes/B2S/PostBox.php:153 views/b2s/curation.php:
|
408 |
msgid "Auto-post and auto-schedule new and updated blog posts"
|
409 |
msgstr ""
|
410 |
|
411 |
-
#: includes/B2S/PostBox.php:154 views/b2s/curation.php:
|
412 |
msgid "Schedule your posts at the best times on each network"
|
413 |
msgstr ""
|
414 |
|
415 |
-
#: includes/B2S/PostBox.php:155 views/b2s/curation.php:
|
416 |
msgid "Best Time Manager: use predefined best time scheduler to auto-schedule your social media posts"
|
417 |
msgstr ""
|
418 |
|
419 |
-
#: includes/B2S/PostBox.php:156 views/b2s/curation.php:
|
420 |
msgid "Schedule your post for one time, multiple times or recurrently"
|
421 |
msgstr ""
|
422 |
|
423 |
-
#: includes/B2S/PostBox.php:157 views/b2s/curation.php:
|
424 |
msgid "Schedule and re-share old posts"
|
425 |
msgstr ""
|
426 |
|
427 |
-
#: includes/B2S/PostBox.php:158 views/b2s/curation.php:
|
428 |
msgid "Select link format or image format for your posts"
|
429 |
msgstr ""
|
430 |
|
431 |
-
#: includes/B2S/PostBox.php:159 views/b2s/curation.php:
|
432 |
msgid "Select individual images per post"
|
433 |
msgstr ""
|
434 |
|
435 |
-
#: includes/B2S/PostBox.php:160 views/b2s/curation.php:
|
436 |
msgid "Reporting & calendar: keep track of your published and scheduled social media posts"
|
437 |
msgstr ""
|
438 |
|
439 |
-
#: includes/B2S/PostBox.php:162 views/b2s/curation.php:
|
440 |
msgid "Upgrade to PREMIUM"
|
441 |
msgstr ""
|
442 |
|
443 |
-
#: includes/B2S/PostBox.php:164 views/b2s/curation.php:
|
444 |
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)"
|
445 |
msgstr ""
|
446 |
|
@@ -464,34 +472,46 @@ msgstr ""
|
|
464 |
msgid "at scheduled times"
|
465 |
msgstr ""
|
466 |
|
467 |
-
#: includes/B2S/PostBox.php:
|
|
|
|
|
|
|
|
|
468 |
msgid "You want to sched your blog post with Auto-Poster?"
|
469 |
msgstr ""
|
470 |
|
471 |
-
#: includes/B2S/PostBox.php:
|
472 |
msgid "Upgrade to PREMIUM PRO"
|
473 |
msgstr ""
|
474 |
|
475 |
-
#: includes/B2S/PostBox.php:
|
476 |
msgid "Select date:"
|
477 |
msgstr ""
|
478 |
|
479 |
-
#: includes/B2S/PostBox.php:
|
480 |
msgid "show calendar"
|
481 |
msgstr ""
|
482 |
|
483 |
-
#: includes/B2S/PostBox.php:
|
484 |
-
msgid "
|
485 |
msgstr ""
|
486 |
|
487 |
-
#: includes/B2S/PostBox.php:
|
488 |
-
msgid "
|
489 |
msgstr ""
|
490 |
|
491 |
-
#: includes/B2S/PostBox.php:
|
492 |
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."
|
493 |
msgstr ""
|
494 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
495 |
#: views/b2s/curation.php:28
|
496 |
msgid "No link preview available. Please check your link."
|
497 |
msgstr ""
|
@@ -504,71 +524,75 @@ msgstr ""
|
|
504 |
msgid "Invalid data. Please check your data."
|
505 |
msgstr ""
|
506 |
|
507 |
-
#: views/b2s/curation.php:
|
|
|
|
|
|
|
|
|
508 |
msgid "Enter a link you want share on your social media channels"
|
509 |
msgstr ""
|
510 |
|
511 |
-
#: views/b2s/curation.php:
|
512 |
msgid "Please enter a valid link"
|
513 |
msgstr ""
|
514 |
|
515 |
-
#: views/b2s/curation.php:
|
516 |
msgid "Enter link"
|
517 |
msgstr ""
|
518 |
|
519 |
-
#: views/b2s/curation.php:
|
520 |
msgid "continue"
|
521 |
msgstr ""
|
522 |
|
523 |
-
#: views/b2s/curation.php:
|
524 |
msgid "Load data..."
|
525 |
msgstr ""
|
526 |
|
527 |
-
#: views/b2s/curation.php:
|
528 |
msgid "published"
|
529 |
msgstr ""
|
530 |
|
531 |
-
#: views/b2s/curation.php:
|
532 |
msgid "Do you want to mark this post as published ?"
|
533 |
msgstr ""
|
534 |
|
535 |
-
#: views/b2s/curation.php:
|
536 |
msgid "YES"
|
537 |
msgstr ""
|
538 |
|
539 |
-
#: views/b2s/curation.php:
|
540 |
msgid "NO"
|
541 |
msgstr ""
|
542 |
|
543 |
-
#: views/b2s/curation.php:
|
544 |
msgid "Need to schedule your posts?"
|
545 |
msgstr ""
|
546 |
|
547 |
-
#: views/b2s/curation.php:
|
548 |
msgid "Blog2Social Premium covers everything you need."
|
549 |
msgstr ""
|
550 |
|
551 |
-
#: views/b2s/curation.php:
|
552 |
msgid "Schedule for specific dates"
|
553 |
msgstr ""
|
554 |
|
555 |
-
#: views/b2s/curation.php:
|
556 |
msgid "You want to publish a post on a specific date? No problem! Just enter your desired date and you are ready to go!"
|
557 |
msgstr ""
|
558 |
|
559 |
-
#: views/b2s/curation.php:
|
560 |
msgid "Schedule post recurrently"
|
561 |
msgstr ""
|
562 |
|
563 |
-
#: views/b2s/curation.php:
|
564 |
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."
|
565 |
msgstr ""
|
566 |
|
567 |
-
#: views/b2s/curation.php:
|
568 |
msgid "Best Time Scheduler"
|
569 |
msgstr ""
|
570 |
|
571 |
-
#: views/b2s/curation.php:
|
572 |
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."
|
573 |
msgstr ""
|
574 |
|
@@ -644,7 +668,7 @@ msgstr ""
|
|
644 |
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."
|
645 |
msgstr ""
|
646 |
|
647 |
-
#: views/b2s/network.php:124 views/b2s/premium.php:33 views/b2s/ship.php:469 includes/B2S/Ship/Item.php:
|
648 |
msgid "Learn more"
|
649 |
msgstr ""
|
650 |
|
@@ -708,15 +732,15 @@ msgstr ""
|
|
708 |
msgid "show all"
|
709 |
msgstr ""
|
710 |
|
711 |
-
#: views/b2s/post.calendar.php:38 views/b2s/ship.php:16 includes/B2S/Post/Filter.php:49 includes/B2S/Post/Item.php:
|
712 |
msgid "scheduled"
|
713 |
msgstr ""
|
714 |
|
715 |
-
#: views/b2s/post.calendar.php:69 views/b2s/post.sched.php:177 includes/B2S/Settings/Item.php:
|
716 |
msgid "Link Post"
|
717 |
msgstr ""
|
718 |
|
719 |
-
#: views/b2s/post.calendar.php:69 views/b2s/post.sched.php:177 includes/B2S/Settings/Item.php:
|
720 |
msgid "Photo Post"
|
721 |
msgstr ""
|
722 |
|
@@ -745,7 +769,7 @@ msgid "Define the default settings for the custom post format for all of your Tw
|
|
745 |
msgstr ""
|
746 |
|
747 |
#: views/b2s/post.calendar.php:132 views/b2s/post.sched.php:149 views/b2s/ship.php:508
|
748 |
-
msgid "Define the default settings for the custom post format for all of your
|
749 |
msgstr ""
|
750 |
|
751 |
#: views/b2s/post.calendar.php:135 views/b2s/post.sched.php:152 views/b2s/ship.php:511
|
@@ -804,7 +828,7 @@ msgstr ""
|
|
804 |
msgid "End of Trial"
|
805 |
msgstr ""
|
806 |
|
807 |
-
#: views/b2s/premium.php:27 includes/B2S/Settings/Item.php:
|
808 |
msgid "Upgrade"
|
809 |
msgstr ""
|
810 |
|
@@ -876,7 +900,7 @@ msgstr ""
|
|
876 |
msgid "General"
|
877 |
msgstr ""
|
878 |
|
879 |
-
#: views/b2s/settings.php:34 includes/B2S/Post/Item.php:
|
880 |
msgid "Auto-Posting"
|
881 |
msgstr ""
|
882 |
|
@@ -905,7 +929,7 @@ msgid "Twitter"
|
|
905 |
msgstr ""
|
906 |
|
907 |
#: views/b2s/settings.php:81
|
908 |
-
msgid "
|
909 |
msgstr ""
|
910 |
|
911 |
#: views/b2s/settings.php:84
|
@@ -970,7 +994,7 @@ msgid ""
|
|
970 |
"time zone from the drop-down menu."
|
971 |
msgstr ""
|
972 |
|
973 |
-
#: views/b2s/ship.php:16 includes/B2S/Post/Filter.php:49 includes/B2S/Post/Item.php:
|
974 |
msgid "draft"
|
975 |
msgstr ""
|
976 |
|
@@ -978,11 +1002,11 @@ msgstr ""
|
|
978 |
msgid "Social Media Scheduling & Sharing"
|
979 |
msgstr ""
|
980 |
|
981 |
-
#: views/b2s/ship.php:37 views/prg/ship.php:41 views/prg/ship.php:43 includes/B2S/Settings/Item.php:
|
982 |
msgid "Title"
|
983 |
msgstr ""
|
984 |
|
985 |
-
#: views/b2s/ship.php:39 includes/B2S/Post/Item.php:
|
986 |
msgid "on blog"
|
987 |
msgstr ""
|
988 |
|
@@ -1046,7 +1070,7 @@ msgstr ""
|
|
1046 |
msgid "scroll to top"
|
1047 |
msgstr ""
|
1048 |
|
1049 |
-
#: views/b2s/ship.php:212 views/b2s/ship.php:216 includes/B2S/Curation/View.php:
|
1050 |
msgid "Share"
|
1051 |
msgstr ""
|
1052 |
|
@@ -1054,7 +1078,7 @@ msgstr ""
|
|
1054 |
msgid "Time zone"
|
1055 |
msgstr ""
|
1056 |
|
1057 |
-
#: views/b2s/ship.php:239 views/b2s/ship.php:241 includes/B2S/Post/Item.php:
|
1058 |
msgid "Re-share this post"
|
1059 |
msgstr ""
|
1060 |
|
@@ -1110,7 +1134,7 @@ msgid "Ignore & share"
|
|
1110 |
msgstr ""
|
1111 |
|
1112 |
#: views/b2s/ship.php:465
|
1113 |
-
msgid "Important
|
1114 |
msgstr ""
|
1115 |
|
1116 |
#: views/b2s/ship.php:534
|
@@ -1121,7 +1145,7 @@ msgstr ""
|
|
1121 |
msgid "Give me more information"
|
1122 |
msgstr ""
|
1123 |
|
1124 |
-
#: views/b2s/support.php:15 includes/B2S/Post/Item.php:
|
1125 |
msgid "FAQ"
|
1126 |
msgstr ""
|
1127 |
|
@@ -1129,94 +1153,138 @@ msgstr ""
|
|
1129 |
msgid "Troubleshooting-Tool"
|
1130 |
msgstr ""
|
1131 |
|
1132 |
-
#: views/b2s/support.php:18
|
1133 |
msgid "NEW"
|
1134 |
msgstr ""
|
1135 |
|
1136 |
#: views/b2s/support.php:21
|
|
|
|
|
|
|
|
|
1137 |
msgid "Step-by-Step-Guide"
|
1138 |
msgstr ""
|
1139 |
|
1140 |
-
#: views/b2s/support.php:
|
1141 |
msgid "Search all support"
|
1142 |
msgstr ""
|
1143 |
|
1144 |
-
#: views/b2s/support.php:
|
1145 |
msgid "Entry keyword or ask a question"
|
1146 |
msgstr ""
|
1147 |
|
1148 |
-
#: views/b2s/support.php:
|
1149 |
msgid "Support Topics"
|
1150 |
msgstr ""
|
1151 |
|
1152 |
-
#: views/b2s/support.php:
|
1153 |
msgid "Installation"
|
1154 |
msgstr ""
|
1155 |
|
1156 |
-
#: views/b2s/support.php:
|
1157 |
msgid "Connecting Social Networks"
|
1158 |
msgstr ""
|
1159 |
|
1160 |
-
#: views/b2s/support.php:
|
1161 |
msgid "Autoposting, Sharing und Re-Sharing"
|
1162 |
msgstr ""
|
1163 |
|
1164 |
-
#: views/b2s/support.php:
|
1165 |
msgid "Customizing Social Media Posts"
|
1166 |
msgstr ""
|
1167 |
|
1168 |
-
#: views/b2s/support.php:
|
1169 |
msgid "Scheduling and Best Time Manager"
|
1170 |
msgstr ""
|
1171 |
|
1172 |
-
#: views/b2s/support.php:
|
1173 |
msgid "Contracting and Licensing"
|
1174 |
msgstr ""
|
1175 |
|
1176 |
-
#: views/b2s/support.php:
|
1177 |
msgid "Troubleshooting for Error Messages"
|
1178 |
msgstr ""
|
1179 |
|
1180 |
-
#: views/b2s/support.php:
|
1181 |
msgid "Helpful Network Settings"
|
1182 |
msgstr ""
|
1183 |
|
1184 |
-
#: views/b2s/support.php:
|
1185 |
msgid "TOP FAQs"
|
1186 |
msgstr ""
|
1187 |
|
1188 |
-
#: views/b2s/support.php:
|
1189 |
msgid "Contact Support by Email"
|
1190 |
msgstr ""
|
1191 |
|
1192 |
-
#: views/b2s/support.php:
|
1193 |
msgid "Call us: +49 2181 7569-277"
|
1194 |
msgstr ""
|
1195 |
|
1196 |
-
#: views/b2s/support.php:
|
1197 |
msgid "(Support times: from 9:00 a.m. to 5:00 p.m. CET on working days)"
|
1198 |
msgstr ""
|
1199 |
|
1200 |
-
#: views/b2s/support.php:
|
1201 |
msgid "You need admin rights to use the Troubleshooting-Tool. Please contact your administrator."
|
1202 |
msgstr ""
|
1203 |
|
1204 |
-
#: views/b2s/support.php:
|
1205 |
msgid "Needed"
|
1206 |
msgstr ""
|
1207 |
|
1208 |
-
#: views/b2s/support.php:
|
1209 |
msgid "Current"
|
1210 |
msgstr ""
|
1211 |
|
1212 |
-
#: views/b2s/support.php:
|
1213 |
msgid "reload"
|
1214 |
msgstr ""
|
1215 |
|
1216 |
-
#: views/b2s/support.php:
|
1217 |
msgid "Export as txt-file"
|
1218 |
msgstr ""
|
1219 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1220 |
#: views/prg/login.php:14
|
1221 |
msgid "Login failed. Please check your username and a password!"
|
1222 |
msgstr ""
|
@@ -1297,11 +1365,11 @@ msgstr ""
|
|
1297 |
msgid "Share your post"
|
1298 |
msgstr ""
|
1299 |
|
1300 |
-
#: includes/B2S/Curation/View.php:61 includes/B2S/Settings/Item.php:
|
1301 |
msgid "immediately"
|
1302 |
msgstr ""
|
1303 |
|
1304 |
-
#: includes/B2S/Curation/View.php:66 includes/B2S/Curation/View.php:67 includes/B2S/Ship/Item.php:
|
1305 |
msgid "Date"
|
1306 |
msgstr ""
|
1307 |
|
@@ -1309,6 +1377,10 @@ msgstr ""
|
|
1309 |
msgid "Customize & Schedule"
|
1310 |
msgstr ""
|
1311 |
|
|
|
|
|
|
|
|
|
1312 |
#: includes/B2S/Network/Item.php:60
|
1313 |
msgid "Default"
|
1314 |
msgstr ""
|
@@ -1341,7 +1413,7 @@ msgstr ""
|
|
1341 |
msgid "You want to connect a social media group?"
|
1342 |
msgstr ""
|
1343 |
|
1344 |
-
#: includes/B2S/Network/Item.php:163 includes/B2S/Settings/Item.php:
|
1345 |
msgid "Connections"
|
1346 |
msgstr ""
|
1347 |
|
@@ -1361,7 +1433,7 @@ msgstr ""
|
|
1361 |
msgid "Authorization is interrupted since"
|
1362 |
msgstr ""
|
1363 |
|
1364 |
-
#: includes/B2S/Network/Item.php:233 includes/B2S/Network/Item.php:286 includes/B2S/Network/Item.php:340 includes/B2S/Ship/Item.php:
|
1365 |
msgid "Days"
|
1366 |
msgstr ""
|
1367 |
|
@@ -1397,143 +1469,151 @@ msgstr ""
|
|
1397 |
msgid "Search Title"
|
1398 |
msgstr ""
|
1399 |
|
1400 |
-
#: includes/B2S/Post/Filter.php:
|
1401 |
msgid "sort"
|
1402 |
msgstr ""
|
1403 |
|
1404 |
-
#: includes/B2S/Post/Filter.php:
|
1405 |
msgid "reset"
|
1406 |
msgstr ""
|
1407 |
|
1408 |
-
#: includes/B2S/Post/Filter.php:
|
1409 |
msgid "selected date"
|
1410 |
msgstr ""
|
1411 |
|
1412 |
-
#: includes/B2S/Post/Filter.php:
|
1413 |
msgid "scheduled post(s)"
|
1414 |
msgstr ""
|
1415 |
|
1416 |
-
#: includes/B2S/Post/Item.php:
|
1417 |
msgid "You have no posts published or scheduled."
|
1418 |
msgstr ""
|
1419 |
|
1420 |
-
#: includes/B2S/Post/Item.php:
|
1421 |
msgid "curated post"
|
1422 |
msgstr ""
|
1423 |
|
1424 |
-
#: includes/B2S/Post/Item.php:
|
1425 |
msgid "last shared on social media"
|
1426 |
msgstr ""
|
1427 |
|
1428 |
-
#: includes/B2S/Post/Item.php:
|
1429 |
msgid "Share on Social Media"
|
1430 |
msgstr ""
|
1431 |
|
1432 |
-
#: includes/B2S/Post/Item.php:
|
1433 |
msgid "Author"
|
1434 |
msgstr ""
|
1435 |
|
1436 |
-
#: includes/B2S/Post/Item.php:
|
1437 |
msgid "Details"
|
1438 |
msgstr ""
|
1439 |
|
1440 |
-
#: includes/B2S/Post/Item.php:
|
1441 |
msgid "shared social media posts"
|
1442 |
msgstr ""
|
1443 |
|
1444 |
-
#: includes/B2S/Post/Item.php:
|
1445 |
msgid "latest share by"
|
1446 |
msgstr ""
|
1447 |
|
1448 |
-
#: includes/B2S/Post/Item.php:
|
1449 |
msgid "scheduled social media posts"
|
1450 |
msgstr ""
|
1451 |
|
1452 |
-
#: includes/B2S/Post/Item.php:
|
1453 |
msgid "next share by"
|
1454 |
msgstr ""
|
1455 |
|
1456 |
-
#: includes/B2S/Post/Item.php:
|
1457 |
msgid "social media posts ready to be shared"
|
1458 |
msgstr ""
|
1459 |
|
1460 |
-
#: includes/B2S/Post/Item.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1461 |
msgid "Retweet"
|
1462 |
msgstr ""
|
1463 |
|
1464 |
-
#: includes/B2S/Post/Item.php:
|
1465 |
msgid "select all"
|
1466 |
msgstr ""
|
1467 |
|
1468 |
-
#: includes/B2S/Post/Item.php:
|
1469 |
msgid "show"
|
1470 |
msgstr ""
|
1471 |
|
1472 |
-
#: includes/B2S/Post/Item.php:
|
1473 |
msgid "Please see"
|
1474 |
msgstr ""
|
1475 |
|
1476 |
-
#: includes/B2S/Post/Item.php:
|
1477 |
msgid "sharing in progress by"
|
1478 |
msgstr ""
|
1479 |
|
1480 |
-
#: includes/B2S/Post/Item.php:
|
1481 |
msgid "shared by"
|
1482 |
msgstr ""
|
1483 |
|
1484 |
-
#: includes/B2S/Post/Item.php:
|
1485 |
msgid "You want to delete a publish post entry?"
|
1486 |
msgstr ""
|
1487 |
|
1488 |
-
#: includes/B2S/Post/Item.php:
|
1489 |
msgid "delete from reporting"
|
1490 |
msgstr ""
|
1491 |
|
1492 |
-
#: includes/B2S/Post/Item.php:
|
1493 |
msgid "re-share"
|
1494 |
msgstr ""
|
1495 |
|
1496 |
-
#: includes/B2S/Post/Item.php:
|
1497 |
msgid "is waiting to shared by"
|
1498 |
msgstr ""
|
1499 |
|
1500 |
-
#: includes/B2S/Post/Item.php:
|
1501 |
msgid "share"
|
1502 |
msgstr ""
|
1503 |
|
1504 |
-
#: includes/B2S/Post/Item.php:
|
1505 |
msgid "You want to delete your Social Media post?"
|
1506 |
msgstr ""
|
1507 |
|
1508 |
-
#: includes/B2S/Post/Item.php:
|
1509 |
msgid "delete"
|
1510 |
msgstr ""
|
1511 |
|
1512 |
-
#: includes/B2S/Post/Item.php:
|
1513 |
msgid "last modified by"
|
1514 |
msgstr ""
|
1515 |
|
1516 |
-
#: includes/B2S/Post/Item.php:
|
1517 |
msgid "is processed by the network"
|
1518 |
msgstr ""
|
1519 |
|
1520 |
-
#: includes/B2S/Post/Item.php:
|
1521 |
msgid "scheduled by"
|
1522 |
msgstr ""
|
1523 |
|
1524 |
-
#: includes/B2S/Post/Item.php:
|
1525 |
msgid "You want to edit your scheduled post?"
|
1526 |
msgstr ""
|
1527 |
|
1528 |
-
#: includes/B2S/Post/Item.php:
|
1529 |
msgid "edit"
|
1530 |
msgstr ""
|
1531 |
|
1532 |
-
#: includes/B2S/Post/Item.php:
|
1533 |
msgid "delete scheduling"
|
1534 |
msgstr ""
|
1535 |
|
1536 |
-
#: includes/B2S/Settings/Item.php:63 includes/B2S/Settings/Item.php:83 includes/B2S/Ship/Item.php:
|
1537 |
msgid "Account"
|
1538 |
msgstr ""
|
1539 |
|
@@ -1557,10 +1637,6 @@ msgstr ""
|
|
1557 |
msgid "Bitly"
|
1558 |
msgstr ""
|
1559 |
|
1560 |
-
#: includes/B2S/Settings/Item.php:83
|
1561 |
-
msgid "change"
|
1562 |
-
msgstr ""
|
1563 |
-
|
1564 |
#: includes/B2S/Settings/Item.php:86
|
1565 |
msgid "allow shortcodes in my post"
|
1566 |
msgstr ""
|
@@ -1585,7 +1661,7 @@ msgstr ""
|
|
1585 |
msgid "title & content"
|
1586 |
msgstr ""
|
1587 |
|
1588 |
-
#: includes/B2S/Settings/Item.php:98 includes/B2S/Settings/Item.php:99 includes/B2S/Settings/Item.php:
|
1589 |
msgid "(PREMIUM)"
|
1590 |
msgstr ""
|
1591 |
|
@@ -1597,7 +1673,7 @@ msgstr ""
|
|
1597 |
msgid "System"
|
1598 |
msgstr ""
|
1599 |
|
1600 |
-
#: includes/B2S/Settings/Item.php:106 includes/B2S/Settings/Item.php:
|
1601 |
msgid "This is a global feature for your blog, which can only be edited by users with admin rights."
|
1602 |
msgstr ""
|
1603 |
|
@@ -1605,224 +1681,228 @@ msgstr ""
|
|
1605 |
msgid "activate Legacy mode"
|
1606 |
msgstr ""
|
1607 |
|
1608 |
-
#: includes/B2S/Settings/Item.php:
|
1609 |
msgid "Auto-post your own created posts"
|
1610 |
msgstr ""
|
1611 |
|
1612 |
-
#: includes/B2S/Settings/Item.php:
|
1613 |
msgid "Define by default to automatically post your posts on social media:"
|
1614 |
msgstr ""
|
1615 |
|
1616 |
-
#: includes/B2S/Settings/Item.php:
|
1617 |
msgid "Select by default if the auto-poster is activated when you publish a new post or update a post."
|
1618 |
msgstr ""
|
1619 |
|
1620 |
-
#: includes/B2S/Settings/Item.php:
|
1621 |
msgid "new posts"
|
1622 |
msgstr ""
|
1623 |
|
1624 |
-
#: includes/B2S/Settings/Item.php:
|
1625 |
msgid "Unselect all"
|
1626 |
msgstr ""
|
1627 |
|
1628 |
-
#: includes/B2S/Settings/Item.php:
|
1629 |
msgid "Select all"
|
1630 |
msgstr ""
|
1631 |
|
1632 |
-
#: includes/B2S/Settings/Item.php:
|
1633 |
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."
|
1634 |
msgstr ""
|
1635 |
|
1636 |
-
#: includes/B2S/Settings/Item.php:
|
1637 |
msgid "updating existing posts"
|
1638 |
msgstr ""
|
1639 |
|
1640 |
-
#: includes/B2S/Settings/Item.php:
|
1641 |
msgid "Save"
|
1642 |
msgstr ""
|
1643 |
|
1644 |
-
#: includes/B2S/Settings/Item.php:
|
1645 |
msgid "Auto-post your imported posts to Twitter & Facebook"
|
1646 |
msgstr ""
|
1647 |
|
1648 |
-
#: includes/B2S/Settings/Item.php:
|
1649 |
msgid "Define by default to automatically share your imported posts to social media:"
|
1650 |
msgstr ""
|
1651 |
|
1652 |
-
#: includes/B2S/Settings/Item.php:
|
1653 |
msgid "Your current licence:"
|
1654 |
msgstr ""
|
1655 |
|
1656 |
-
#: includes/B2S/Settings/Item.php:
|
1657 |
msgid "Immediate Cross-Posting across all networks: Share an unlimited number of posts"
|
1658 |
msgstr ""
|
1659 |
|
1660 |
-
#: includes/B2S/Settings/Item.php:
|
1661 |
msgid "Scheduled Auto-Posting"
|
1662 |
msgstr ""
|
1663 |
|
1664 |
-
#: includes/B2S/Settings/Item.php:
|
1665 |
msgid "share up to"
|
1666 |
msgstr ""
|
1667 |
|
1668 |
-
#: includes/B2S/Settings/Item.php:
|
1669 |
msgid "posts per day"
|
1670 |
msgstr ""
|
1671 |
|
1672 |
-
#: includes/B2S/Settings/Item.php:
|
1673 |
msgid "Select by default to automatically share your imported posts"
|
1674 |
msgstr ""
|
1675 |
|
1676 |
-
#: includes/B2S/Settings/Item.php:
|
1677 |
msgid "Select to auto-post to your standard networks:"
|
1678 |
msgstr ""
|
1679 |
|
1680 |
-
#: includes/B2S/Settings/Item.php:
|
1681 |
msgid "In accordance with the new Twitter TOS, one Twitter account can be selected as your primary Twitter account for auto-posting."
|
1682 |
msgstr ""
|
1683 |
|
1684 |
-
#: includes/B2S/Settings/Item.php:
|
1685 |
msgid "More information"
|
1686 |
msgstr ""
|
1687 |
|
1688 |
-
#: includes/B2S/Settings/Item.php:
|
1689 |
msgid "Select to auto-post immediately after publishing or with a delay"
|
1690 |
msgstr ""
|
1691 |
|
1692 |
-
#: includes/B2S/Settings/Item.php:
|
1693 |
msgid "publish with a delay of"
|
1694 |
msgstr ""
|
1695 |
|
1696 |
-
#: includes/B2S/Settings/Item.php:
|
1697 |
msgid "minutes"
|
1698 |
msgstr ""
|
1699 |
|
1700 |
-
#: includes/B2S/Settings/Item.php:
|
1701 |
msgid "Filter Posts (Only posts that meet the following criteria will be autoposted)"
|
1702 |
msgstr ""
|
1703 |
|
1704 |
-
#: includes/B2S/Settings/Item.php:
|
1705 |
msgid "Post Types"
|
1706 |
msgstr ""
|
1707 |
|
1708 |
-
#: includes/B2S/Settings/Item.php:
|
1709 |
msgid "Include (Post only...)"
|
1710 |
msgstr ""
|
1711 |
|
1712 |
-
#: includes/B2S/Settings/Item.php:
|
1713 |
msgid "Exclude (Do no post ...)"
|
1714 |
msgstr ""
|
1715 |
|
1716 |
-
#: includes/B2S/Settings/Item.php:
|
1717 |
msgid "add/change connection"
|
1718 |
msgstr ""
|
1719 |
|
1720 |
-
#: includes/B2S/Settings/Item.php:
|
1721 |
msgid "Reset all page and post meta data"
|
1722 |
msgstr ""
|
1723 |
|
1724 |
-
#: includes/B2S/Settings/Item.php:
|
1725 |
msgid "Meta Tags Settings for Posts and Pages"
|
1726 |
msgstr ""
|
1727 |
|
1728 |
-
#: includes/B2S/Settings/Item.php:
|
1729 |
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."
|
1730 |
msgstr ""
|
1731 |
|
1732 |
-
#: includes/B2S/Settings/Item.php:
|
1733 |
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."
|
1734 |
msgstr ""
|
1735 |
|
1736 |
-
#: includes/B2S/Settings/Item.php:
|
1737 |
msgid "Frontpage Settings"
|
1738 |
msgstr ""
|
1739 |
|
1740 |
-
#: includes/B2S/Settings/Item.php:
|
|
|
|
|
|
|
|
|
1741 |
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)"
|
1742 |
msgstr ""
|
1743 |
|
1744 |
-
#: includes/B2S/Settings/Item.php:
|
1745 |
msgid "Description"
|
1746 |
msgstr ""
|
1747 |
|
1748 |
-
#: includes/B2S/Settings/Item.php:
|
1749 |
msgid "Image URL"
|
1750 |
msgstr ""
|
1751 |
|
1752 |
-
#: includes/B2S/Settings/Item.php:
|
1753 |
msgid "Image upload / Media Gallery"
|
1754 |
msgstr ""
|
1755 |
|
1756 |
-
#: includes/B2S/Settings/Item.php:
|
1757 |
msgid "Please note: Facebook supports images with a minimum dimension of 200x200 pixels and an aspect ratio of 1:1."
|
1758 |
msgstr ""
|
1759 |
|
1760 |
-
#: includes/B2S/Settings/Item.php:
|
1761 |
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)"
|
1762 |
msgstr ""
|
1763 |
|
1764 |
-
#: includes/B2S/Settings/Item.php:
|
1765 |
msgid "The default card type to use"
|
1766 |
msgstr ""
|
1767 |
|
1768 |
-
#: includes/B2S/Settings/Item.php:
|
1769 |
msgid "Summary"
|
1770 |
msgstr ""
|
1771 |
|
1772 |
-
#: includes/B2S/Settings/Item.php:
|
1773 |
msgid "Summary with large image"
|
1774 |
msgstr ""
|
1775 |
|
1776 |
-
#: includes/B2S/Settings/Item.php:
|
1777 |
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."
|
1778 |
msgstr ""
|
1779 |
|
1780 |
-
#: includes/B2S/Settings/Item.php:
|
1781 |
msgid "Did you know?"
|
1782 |
msgstr ""
|
1783 |
|
1784 |
-
#: includes/B2S/Settings/Item.php:
|
1785 |
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)."
|
1786 |
msgstr ""
|
1787 |
|
1788 |
-
#: includes/B2S/Settings/Item.php:
|
1789 |
msgid "Upgrade to Premium Pro now."
|
1790 |
msgstr ""
|
1791 |
|
1792 |
-
#: includes/B2S/Settings/Item.php:
|
1793 |
msgid "Image with frame"
|
1794 |
msgstr ""
|
1795 |
|
1796 |
-
#: includes/B2S/Settings/Item.php:
|
1797 |
msgid "Insert white frames to show the whole image in your timeline. All image information will be shown in your timeline."
|
1798 |
msgstr ""
|
1799 |
|
1800 |
-
#: includes/B2S/Settings/Item.php:
|
1801 |
msgid ""
|
1802 |
"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, "
|
1803 |
"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 "
|
1804 |
-
"image links to your blog post.
|
1805 |
msgstr ""
|
1806 |
|
1807 |
-
#: includes/B2S/Settings/Item.php:
|
1808 |
msgid "Image cut out"
|
1809 |
msgstr ""
|
1810 |
|
1811 |
-
#: includes/B2S/Settings/Item.php:
|
1812 |
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."
|
1813 |
msgstr ""
|
1814 |
|
1815 |
-
#: includes/B2S/Settings/Item.php:
|
1816 |
msgid ""
|
1817 |
"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 "
|
1818 |
"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."
|
1819 |
msgstr ""
|
1820 |
|
1821 |
-
#: includes/B2S/Settings/Item.php:
|
1822 |
msgid "All"
|
1823 |
msgstr ""
|
1824 |
|
1825 |
-
#: includes/B2S/Settings/Item.php:
|
1826 |
msgid "Activate Instant Caching"
|
1827 |
msgstr ""
|
1828 |
|
@@ -1870,7 +1950,7 @@ msgstr ""
|
|
1870 |
msgid "Text only"
|
1871 |
msgstr ""
|
1872 |
|
1873 |
-
#: includes/B2S/Ship/Item.php:186 includes/B2S/Ship/Item.php:190 includes/B2S/Ship/Item.php:226 includes/B2S/Ship/Item.php:230 includes/B2S/Ship/Item.php:251 includes/B2S/Ship/Item.php:255 includes/B2S/Ship/Item.php:
|
1874 |
msgid "characters"
|
1875 |
msgstr ""
|
1876 |
|
@@ -1890,11 +1970,11 @@ msgstr ""
|
|
1890 |
msgid "post format"
|
1891 |
msgstr ""
|
1892 |
|
1893 |
-
#: includes/B2S/Ship/Item.php:302 includes/B2S/Ship/Item.php:
|
1894 |
msgid "Insert full-text"
|
1895 |
msgstr ""
|
1896 |
|
1897 |
-
#: includes/B2S/Ship/Item.php:304 includes/B2S/Ship/Item.php:
|
1898 |
msgid "Delete text"
|
1899 |
msgstr ""
|
1900 |
|
@@ -1902,15 +1982,15 @@ msgstr ""
|
|
1902 |
msgid "You can customize your post with individual comments, @-handles, emojis, and more in the Instant Sharing window, after planning your post."
|
1903 |
msgstr ""
|
1904 |
|
1905 |
-
#: includes/B2S/Ship/Item.php:318 includes/B2S/Ship/Item.php:
|
1906 |
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."
|
1907 |
msgstr ""
|
1908 |
|
1909 |
-
#: includes/B2S/Ship/Item.php:318 includes/B2S/Ship/Item.php:
|
1910 |
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."
|
1911 |
msgstr ""
|
1912 |
|
1913 |
-
#: includes/B2S/Ship/Item.php:318 includes/B2S/Ship/Item.php:
|
1914 |
msgid "Learn more about this"
|
1915 |
msgstr ""
|
1916 |
|
@@ -1926,12 +2006,12 @@ msgstr ""
|
|
1926 |
msgid "hide calendar"
|
1927 |
msgstr ""
|
1928 |
|
1929 |
-
#: includes/B2S/Ship/Item.php:398 includes/B2S/Ship/Item.php:422 includes/B2S/Ship/Item.php:446 includes/B2S/Ship/Item.php:
|
1930 |
-
#: includes/B2S/Ship/Item.php:
|
1931 |
msgid "Write something about your post..."
|
1932 |
msgstr ""
|
1933 |
|
1934 |
-
#: includes/B2S/Ship/Item.php:405 includes/B2S/Ship/Item.php:429 includes/B2S/Ship/Item.php:
|
1935 |
msgid "Change image"
|
1936 |
msgstr ""
|
1937 |
|
@@ -1963,186 +2043,186 @@ msgstr ""
|
|
1963 |
msgid "Card Meta description"
|
1964 |
msgstr ""
|
1965 |
|
1966 |
-
#: includes/B2S/Ship/Item.php:
|
1967 |
msgid "required"
|
1968 |
msgstr ""
|
1969 |
|
1970 |
-
#: includes/B2S/Ship/Item.php:
|
1971 |
msgid "Link"
|
1972 |
msgstr ""
|
1973 |
|
1974 |
-
#: includes/B2S/Ship/Item.php:
|
1975 |
msgid "Jobs & Projects"
|
1976 |
msgstr ""
|
1977 |
|
1978 |
-
#: includes/B2S/Ship/Item.php:
|
1979 |
msgid "Events"
|
1980 |
msgstr ""
|
1981 |
|
1982 |
-
#: includes/B2S/Ship/Item.php:
|
1983 |
msgid "Classified Ads"
|
1984 |
msgstr ""
|
1985 |
|
1986 |
-
#: includes/B2S/Ship/Item.php:
|
1987 |
msgid "Offer"
|
1988 |
msgstr ""
|
1989 |
|
1990 |
-
#: includes/B2S/Ship/Item.php:
|
1991 |
msgid "Request"
|
1992 |
msgstr ""
|
1993 |
|
1994 |
-
#: includes/B2S/Ship/Item.php:
|
1995 |
msgid "The Headline..."
|
1996 |
msgstr ""
|
1997 |
|
1998 |
-
#: includes/B2S/Ship/Item.php:
|
1999 |
msgid "Hashtags"
|
2000 |
msgstr ""
|
2001 |
|
2002 |
-
#: includes/B2S/Ship/Item.php:
|
2003 |
msgid "Enable Retweets for all Tweets with the selected profile"
|
2004 |
msgstr ""
|
2005 |
|
2006 |
-
#: includes/B2S/Ship/Item.php:
|
2007 |
msgid "Delay"
|
2008 |
msgstr ""
|
2009 |
|
2010 |
-
#: includes/B2S/Ship/Item.php:
|
2011 |
#: views/b2s/partials/post-edit-modal.php:80
|
2012 |
msgid "min"
|
2013 |
msgstr ""
|
2014 |
|
2015 |
-
#: includes/B2S/Ship/Item.php:
|
2016 |
msgid "Add Retweet"
|
2017 |
msgstr ""
|
2018 |
|
2019 |
-
#: includes/B2S/Ship/Item.php:
|
2020 |
msgid "Share Now"
|
2021 |
msgstr ""
|
2022 |
|
2023 |
-
#: includes/B2S/Ship/Item.php:
|
2024 |
msgid "Schedule Recurrent Post"
|
2025 |
msgstr ""
|
2026 |
|
2027 |
-
#: includes/B2S/Ship/Item.php:
|
2028 |
msgid ""
|
2029 |
"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 "
|
2030 |
"network settings. To do this, go to the Blog2Social Networks section and connect your XING accounts with the new XING."
|
2031 |
msgstr ""
|
2032 |
|
2033 |
-
#: includes/B2S/Ship/Item.php:
|
2034 |
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:"
|
2035 |
msgstr ""
|
2036 |
|
2037 |
-
#: includes/B2S/Ship/Item.php:
|
2038 |
msgid "Repeats"
|
2039 |
msgstr ""
|
2040 |
|
2041 |
-
#: includes/B2S/Ship/Item.php:
|
2042 |
msgid "Duration"
|
2043 |
msgstr ""
|
2044 |
|
2045 |
-
#: includes/B2S/Ship/Item.php:
|
2046 |
msgid "Number of repeats"
|
2047 |
msgstr ""
|
2048 |
|
2049 |
-
#: includes/B2S/Ship/Item.php:
|
2050 |
msgid "Day of month"
|
2051 |
msgstr ""
|
2052 |
|
2053 |
-
#: includes/B2S/Ship/Item.php:
|
2054 |
msgid "Repeats every (days)"
|
2055 |
msgstr ""
|
2056 |
|
2057 |
-
#: includes/B2S/Ship/Item.php:
|
2058 |
msgid "Start date"
|
2059 |
msgstr ""
|
2060 |
|
2061 |
-
#: includes/B2S/Ship/Item.php:
|
2062 |
msgid "Time to publish"
|
2063 |
msgstr ""
|
2064 |
|
2065 |
-
#: includes/B2S/Ship/Item.php:
|
2066 |
msgid "weekly"
|
2067 |
msgstr ""
|
2068 |
|
2069 |
-
#: includes/B2S/Ship/Item.php:
|
2070 |
msgid "monthly"
|
2071 |
msgstr ""
|
2072 |
|
2073 |
-
#: includes/B2S/Ship/Item.php:
|
2074 |
msgid "own period"
|
2075 |
msgstr ""
|
2076 |
|
2077 |
-
#: includes/B2S/Ship/Item.php:
|
2078 |
msgid "Week"
|
2079 |
msgstr ""
|
2080 |
|
2081 |
-
#: includes/B2S/Ship/Item.php:
|
2082 |
msgid "Weeks"
|
2083 |
msgstr ""
|
2084 |
|
2085 |
-
#: includes/B2S/Ship/Item.php:
|
2086 |
msgid "Month"
|
2087 |
msgstr ""
|
2088 |
|
2089 |
-
#: includes/B2S/Ship/Item.php:
|
2090 |
msgid "Months"
|
2091 |
msgstr ""
|
2092 |
|
2093 |
-
#: includes/B2S/Ship/Item.php:
|
2094 |
msgid "End Of Month"
|
2095 |
msgstr ""
|
2096 |
|
2097 |
-
#: includes/B2S/Ship/Item.php:
|
2098 |
msgid "Timespan"
|
2099 |
msgstr ""
|
2100 |
|
2101 |
-
#: includes/B2S/Ship/Item.php:
|
2102 |
msgid "Time"
|
2103 |
msgstr ""
|
2104 |
|
2105 |
-
#: includes/B2S/Ship/Item.php:
|
2106 |
msgid "Mon"
|
2107 |
msgstr ""
|
2108 |
|
2109 |
-
#: includes/B2S/Ship/Item.php:
|
2110 |
msgid "Tue"
|
2111 |
msgstr ""
|
2112 |
|
2113 |
-
#: includes/B2S/Ship/Item.php:
|
2114 |
msgid "Wed"
|
2115 |
msgstr ""
|
2116 |
|
2117 |
-
#: includes/B2S/Ship/Item.php:
|
2118 |
msgid "Thu"
|
2119 |
msgstr ""
|
2120 |
|
2121 |
-
#: includes/B2S/Ship/Item.php:
|
2122 |
msgid "Fri"
|
2123 |
msgstr ""
|
2124 |
|
2125 |
-
#: includes/B2S/Ship/Item.php:
|
2126 |
msgid "Sat"
|
2127 |
msgstr ""
|
2128 |
|
2129 |
-
#: includes/B2S/Ship/Item.php:
|
2130 |
msgid "Sun"
|
2131 |
msgstr ""
|
2132 |
|
2133 |
-
#: includes/B2S/Ship/Item.php:
|
2134 |
msgid "add another post"
|
2135 |
msgstr ""
|
2136 |
|
2137 |
-
#: includes/B2S/Ship/Item.php:
|
2138 |
msgid "Copy from original"
|
2139 |
msgstr ""
|
2140 |
|
2141 |
-
#: includes/B2S/Ship/Item.php:
|
2142 |
msgid "Apply Settings To All Networks"
|
2143 |
msgstr ""
|
2144 |
|
2145 |
-
#: includes/B2S/Ship/Item.php:
|
2146 |
msgid "Save as best time for this network"
|
2147 |
msgstr ""
|
2148 |
|
@@ -2278,15 +2358,15 @@ msgstr ""
|
|
2278 |
msgid "Scheduled Posts"
|
2279 |
msgstr ""
|
2280 |
|
2281 |
-
#: includes/B2S/Support/Check/System.php:
|
2282 |
msgid "or higher"
|
2283 |
msgstr ""
|
2284 |
|
2285 |
-
#: includes/B2S/Support/Check/System.php:
|
2286 |
msgid "resolve conflict"
|
2287 |
msgstr ""
|
2288 |
|
2289 |
-
#: includes/B2S/Support/Check/System.php:
|
2290 |
msgid "Plugin Warnings:"
|
2291 |
msgstr ""
|
2292 |
|
@@ -2306,33 +2386,3 @@ msgstr ""
|
|
2306 |
#. Author of the plugin
|
2307 |
msgid "Blog2Social, Adenion"
|
2308 |
msgstr ""
|
2309 |
-
|
2310 |
-
msgid "Plans & Prices"
|
2311 |
-
msgstr ""
|
2312 |
-
|
2313 |
-
msgid "Upgrade Licence"
|
2314 |
-
msgstr ""
|
2315 |
-
|
2316 |
-
msgid "all Posts"
|
2317 |
-
msgstr ""
|
2318 |
-
|
2319 |
-
msgid "Content Library "
|
2320 |
-
msgstr ""
|
2321 |
-
|
2322 |
-
msgid "Content Curation "
|
2323 |
-
msgstr ""
|
2324 |
-
|
2325 |
-
msgid "Blog Content "
|
2326 |
-
msgstr ""
|
2327 |
-
|
2328 |
-
msgid "Share Blog Post"
|
2329 |
-
msgstr ""
|
2330 |
-
|
2331 |
-
msgid "Licence"
|
2332 |
-
msgstr ""
|
2333 |
-
|
2334 |
-
msgid " Version "
|
2335 |
-
msgstr ""
|
2336 |
-
|
2337 |
-
msgid "Create Post"
|
2338 |
-
msgstr ""
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: Blog2Social: Social Media Auto Post & Scheduler\n"
|
5 |
"Report-Msgid-Bugs-To: \n"
|
6 |
+
"POT-Creation-Date: 2019-05-21 08:31+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:348
|
35 |
msgid "Auto-Post on Social Media"
|
36 |
msgstr ""
|
37 |
|
38 |
+
#: includes/Loader.php:349
|
39 |
msgid "Social Media Content Calendar"
|
40 |
msgstr ""
|
41 |
|
42 |
+
#: includes/Loader.php:621
|
43 |
msgid "This post will be shared into your social media from"
|
44 |
msgstr ""
|
45 |
|
46 |
+
#: includes/Loader.php:621 includes/Loader.php:623
|
47 |
msgid "show details"
|
48 |
msgstr ""
|
49 |
|
50 |
+
#: includes/Loader.php:623
|
51 |
msgid "This post will be shared on social media in 2-3 minutes!"
|
52 |
msgstr ""
|
53 |
|
54 |
+
#: includes/Loader.php:627
|
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:630 includes/B2S/PostBox.php:79
|
59 |
msgid "There are no authorizations for your selected profile. Please, authorize with a social network or select a other profile."
|
60 |
msgstr ""
|
61 |
|
62 |
+
#: includes/Loader.php:642
|
63 |
msgid "Upgrade to Premium"
|
64 |
msgstr ""
|
65 |
|
66 |
+
#: includes/Loader.php:672
|
67 |
msgid "Notifications"
|
68 |
msgstr ""
|
69 |
|
70 |
+
#: includes/Loader.php:672
|
71 |
msgid "Shared Posts"
|
72 |
msgstr ""
|
73 |
|
74 |
+
#: includes/Loader.php:672
|
75 |
msgid "Instant Sharing"
|
76 |
msgstr ""
|
77 |
|
78 |
+
#: includes/Loader.php:672
|
79 |
msgid "Schedueld Posts"
|
80 |
msgstr ""
|
81 |
|
82 |
+
#: includes/Loader.php:672
|
83 |
+
msgid "Content Curation Drafts"
|
84 |
+
msgstr ""
|
85 |
+
|
86 |
+
#: includes/Loader.php:673 includes/B2S/Network/Item.php:146 includes/B2S/Network/Item.php:146 includes/B2S/Network/Item.php:208 includes/B2S/Settings/Item.php:258 includes/B2S/Settings/Item.php:435 includes/B2S/Settings/Item.php:449 includes/B2S/Settings/Item.php:456
|
87 |
+
#: includes/B2S/Settings/Item.php:473 includes/B2S/Settings/Item.php:478 includes/B2S/Ship/Portale.php:36 includes/B2S/Ship/Portale.php:36
|
88 |
msgid "Profile"
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: includes/Loader.php:673 includes/B2S/Network/Item.php:149 includes/B2S/Network/Item.php:149 includes/B2S/Network/Item.php:261 includes/B2S/Settings/Item.php:258 includes/B2S/Settings/Item.php:450 includes/B2S/Settings/Item.php:457 includes/B2S/Settings/Item.php:474
|
92 |
+
#: includes/B2S/Settings/Item.php:479 includes/B2S/Ship/Portale.php:33 includes/B2S/Ship/Portale.php:33
|
93 |
msgid "Page"
|
94 |
msgstr ""
|
95 |
|
96 |
+
#: includes/Loader.php:673 includes/B2S/Network/Item.php:152 includes/B2S/Network/Item.php:152 includes/B2S/Network/Item.php:315 includes/B2S/Settings/Item.php:451 includes/B2S/Settings/Item.php:475 includes/B2S/Ship/Portale.php:30 includes/B2S/Ship/Portale.php:30
|
97 |
msgid "Group"
|
98 |
msgstr ""
|
99 |
|
100 |
+
#: includes/Loader.php:674
|
101 |
msgid "Company"
|
102 |
msgstr ""
|
103 |
|
104 |
+
#: includes/Loader.php:674
|
105 |
msgid "Business"
|
106 |
msgstr ""
|
107 |
|
108 |
+
#: includes/Loader.php:675
|
109 |
msgid "Your post could not be posted."
|
110 |
msgstr ""
|
111 |
|
112 |
+
#: includes/Loader.php:676
|
113 |
msgid "Your authorization has expired. Please reconnect your account in the Blog2Social network settings."
|
114 |
msgstr ""
|
115 |
|
116 |
+
#: includes/Loader.php:677
|
117 |
msgid "The network has marked the post as spam or abusive."
|
118 |
msgstr ""
|
119 |
|
120 |
+
#: includes/Loader.php:678
|
121 |
msgid "We don't have the permission to publish your post. Please check your authorization."
|
122 |
msgstr ""
|
123 |
|
124 |
+
#: includes/Loader.php:679
|
125 |
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>."
|
126 |
msgstr ""
|
127 |
|
128 |
+
#: includes/Loader.php:680
|
129 |
msgid "Your daily limit has been reached."
|
130 |
msgstr ""
|
131 |
|
132 |
+
#: includes/Loader.php:681
|
133 |
+
msgid "Your post could not be posted, because your image is not available or the image source does not allow to publish"
|
134 |
msgstr ""
|
135 |
|
136 |
+
#: includes/Loader.php:682
|
137 |
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>."
|
138 |
msgstr ""
|
139 |
|
140 |
+
#: includes/Loader.php:683
|
141 |
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>."
|
142 |
msgstr ""
|
143 |
|
144 |
+
#: includes/Loader.php:684
|
145 |
msgid "Your daily limit for this network has been reached. Please try again later."
|
146 |
msgstr ""
|
147 |
|
148 |
+
#: includes/Loader.php:685
|
149 |
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>."
|
150 |
msgstr ""
|
151 |
|
152 |
+
#: includes/Loader.php:686
|
153 |
msgid "Your post is a duplicate."
|
154 |
msgstr ""
|
155 |
|
156 |
+
#: includes/Loader.php:687
|
157 |
msgid "The network requires a public url."
|
158 |
msgstr ""
|
159 |
|
160 |
+
#: includes/Loader.php:688
|
161 |
msgid "Your blog post was not available for the network at the time of publication."
|
162 |
msgstr ""
|
163 |
|
164 |
+
#: includes/Loader.php:689
|
165 |
msgid "You have already retweeted this post."
|
166 |
msgstr ""
|
167 |
|
168 |
+
#: includes/Loader.php:690
|
169 |
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>"
|
170 |
msgstr ""
|
171 |
|
172 |
+
#: includes/Loader.php:691
|
173 |
msgid "There was no image in the meta data of the linked post. Posts without images cannot be shared on image networks."
|
174 |
msgstr ""
|
175 |
|
176 |
+
#: includes/Loader.php:692
|
177 |
+
msgid "Your post could not be posted, because your image can not be processed by the network."
|
178 |
+
msgstr ""
|
179 |
+
|
180 |
+
#: includes/Loader.php:693
|
181 |
msgid "Your group can not be found by the network."
|
182 |
msgstr ""
|
183 |
|
184 |
+
#: includes/Loader.php:747 includes/Loader.php:784
|
185 |
msgid "Dashboard"
|
186 |
msgstr ""
|
187 |
|
188 |
+
#: includes/Loader.php:748 includes/Loader.php:791
|
189 |
msgid "Posts & Sharing"
|
190 |
msgstr ""
|
191 |
|
192 |
+
#: includes/Loader.php:749 views/b2s/dashboard.php:28
|
193 |
msgid "Calendar"
|
194 |
msgstr ""
|
195 |
|
196 |
+
#: includes/Loader.php:750 includes/Loader.php:798
|
197 |
msgid "Content Curation"
|
198 |
msgstr ""
|
199 |
|
200 |
+
#: includes/Loader.php:751 includes/Loader.php:805
|
201 |
msgid "Networks"
|
202 |
msgstr ""
|
203 |
|
204 |
+
#: includes/Loader.php:752 includes/Loader.php:811
|
205 |
msgid "Settings"
|
206 |
msgstr ""
|
207 |
|
208 |
+
#: includes/Loader.php:753 includes/Loader.php:817
|
209 |
msgid "PR-Service"
|
210 |
msgstr ""
|
211 |
|
212 |
+
#: includes/Loader.php:754 includes/Loader.php:824
|
213 |
msgid "Help & Support"
|
214 |
msgstr ""
|
215 |
|
216 |
+
#: includes/Loader.php:755
|
217 |
msgid "Premium"
|
218 |
msgstr ""
|
219 |
|
220 |
+
#: includes/Loader.php:755 includes/Loader.php:830 includes/B2S/PostBox.php:108 views/b2s/network.php:31 views/b2s/settings.php:68 views/b2s/ship.php:21 includes/B2S/Curation/View.php:53 includes/B2S/Network/Item.php:146 includes/B2S/Network/Item.php:149
|
221 |
#: includes/B2S/Network/Item.php:152 includes/B2S/Network/Item.php:235 includes/B2S/Network/Item.php:288 includes/B2S/Network/Item.php:342 includes/B2S/Settings/Item.php:93 includes/B2S/Settings/Item.php:116 includes/B2S/Ship/Image.php:73 includes/B2S/Ship/Image.php:80
|
222 |
+
#: includes/B2S/Ship/Item.php:778 includes/B2S/Ship/Portale.php:30 includes/B2S/Ship/Portale.php:33 includes/B2S/Ship/Portale.php:36 views/b2s/partials/post-edit-modal.php:9 views/b2s/widgets/posts.php:18
|
223 |
msgid "PREMIUM"
|
224 |
msgstr ""
|
225 |
|
226 |
+
#: includes/Loader.php:775
|
227 |
msgid "Blog2Social"
|
228 |
msgstr ""
|
229 |
|
230 |
+
#: includes/Loader.php:1223 includes/Loader.php:1408
|
231 |
msgid "or"
|
232 |
msgstr ""
|
233 |
|
234 |
+
#: includes/Loader.php:1223 includes/Loader.php:1408
|
235 |
msgid "back to install plugins"
|
236 |
msgstr ""
|
237 |
|
333 |
msgid "Custom Sharing & Scheduling"
|
334 |
msgstr ""
|
335 |
|
336 |
+
#: includes/B2S/PostBox.php:97 includes/B2S/PostBox.php:101 views/b2s/settings.php:71 views/b2s/ship.php:60 views/b2s/ship.php:150 views/b2s/ship.php:237 includes/B2S/Network/Item.php:164 includes/B2S/Settings/Item.php:100 includes/B2S/Ship/Item.php:719
|
337 |
msgid "Info"
|
338 |
msgstr ""
|
339 |
|
345 |
msgid "Facebook Instant Sharing:"
|
346 |
msgstr ""
|
347 |
|
348 |
+
#: includes/B2S/PostBox.php:100 includes/B2S/Settings/Item.php:122
|
349 |
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."
|
350 |
msgstr ""
|
351 |
|
357 |
msgid "enable Auto-Posting"
|
358 |
msgstr ""
|
359 |
|
360 |
+
#: includes/B2S/PostBox.php:115 views/b2s/curation.draft.php:45 views/b2s/network.php:55 views/b2s/network.php:143 views/b2s/post.approve.php:50 views/b2s/post.calendar.php:59 views/b2s/post.calendar.php:238 views/b2s/post.notice.php:44 views/b2s/post.php:40
|
361 |
+
#: views/b2s/post.publish.php:44 views/b2s/post.sched.php:58 views/b2s/ship.php:172 views/b2s/ship.php:546 views/b2s/support.php:203
|
362 |
msgid "Loading..."
|
363 |
msgstr ""
|
364 |
|
400 |
msgid "You want to auto-post your blog post?"
|
401 |
msgstr ""
|
402 |
|
403 |
+
#: includes/B2S/PostBox.php:148 views/b2s/curation.php:126 views/b2s/post.calendar.php:276 views/b2s/ship.php:288 views/b2s/ship.php:348 views/b2s/ship.php:394
|
404 |
msgid "With Blog2Social Premium you can:"
|
405 |
msgstr ""
|
406 |
|
407 |
+
#: includes/B2S/PostBox.php:151 views/b2s/curation.php:129 views/b2s/post.calendar.php:279 views/b2s/ship.php:291 views/b2s/ship.php:351 views/b2s/ship.php:397
|
408 |
msgid "Post on pages and groups"
|
409 |
msgstr ""
|
410 |
|
411 |
+
#: includes/B2S/PostBox.php:152 views/b2s/curation.php:130 views/b2s/post.calendar.php:280 views/b2s/ship.php:292 views/b2s/ship.php:352 views/b2s/ship.php:398
|
412 |
msgid "Share on multiple profiles, pages and groups"
|
413 |
msgstr ""
|
414 |
|
415 |
+
#: includes/B2S/PostBox.php:153 views/b2s/curation.php:131 views/b2s/post.calendar.php:281 views/b2s/ship.php:293 views/b2s/ship.php:353 views/b2s/ship.php:399
|
416 |
msgid "Auto-post and auto-schedule new and updated blog posts"
|
417 |
msgstr ""
|
418 |
|
419 |
+
#: includes/B2S/PostBox.php:154 views/b2s/curation.php:132 views/b2s/post.calendar.php:282 views/b2s/ship.php:294 views/b2s/ship.php:354 views/b2s/ship.php:400
|
420 |
msgid "Schedule your posts at the best times on each network"
|
421 |
msgstr ""
|
422 |
|
423 |
+
#: includes/B2S/PostBox.php:155 views/b2s/curation.php:133 views/b2s/post.calendar.php:283 views/b2s/ship.php:295 views/b2s/ship.php:355 views/b2s/ship.php:401
|
424 |
msgid "Best Time Manager: use predefined best time scheduler to auto-schedule your social media posts"
|
425 |
msgstr ""
|
426 |
|
427 |
+
#: includes/B2S/PostBox.php:156 views/b2s/curation.php:134 views/b2s/post.calendar.php:284 views/b2s/ship.php:296 views/b2s/ship.php:356 views/b2s/ship.php:402
|
428 |
msgid "Schedule your post for one time, multiple times or recurrently"
|
429 |
msgstr ""
|
430 |
|
431 |
+
#: includes/B2S/PostBox.php:157 views/b2s/curation.php:135 views/b2s/post.calendar.php:285 views/b2s/ship.php:297 views/b2s/ship.php:357 views/b2s/ship.php:403
|
432 |
msgid "Schedule and re-share old posts"
|
433 |
msgstr ""
|
434 |
|
435 |
+
#: includes/B2S/PostBox.php:158 views/b2s/curation.php:136 views/b2s/post.calendar.php:286 views/b2s/ship.php:298 views/b2s/ship.php:358 views/b2s/ship.php:404
|
436 |
msgid "Select link format or image format for your posts"
|
437 |
msgstr ""
|
438 |
|
439 |
+
#: includes/B2S/PostBox.php:159 views/b2s/curation.php:137 views/b2s/post.calendar.php:287 views/b2s/ship.php:299 views/b2s/ship.php:359 views/b2s/ship.php:405
|
440 |
msgid "Select individual images per post"
|
441 |
msgstr ""
|
442 |
|
443 |
+
#: includes/B2S/PostBox.php:160 views/b2s/curation.php:138 views/b2s/post.calendar.php:288 views/b2s/ship.php:300 views/b2s/ship.php:360 views/b2s/ship.php:406
|
444 |
msgid "Reporting & calendar: keep track of your published and scheduled social media posts"
|
445 |
msgstr ""
|
446 |
|
447 |
+
#: includes/B2S/PostBox.php:162 views/b2s/curation.php:140 views/b2s/post.calendar.php:290 views/b2s/ship.php:302 views/b2s/ship.php:362 views/b2s/ship.php:408
|
448 |
msgid "Upgrade to PREMIUM"
|
449 |
msgstr ""
|
450 |
|
451 |
+
#: includes/B2S/PostBox.php:164 views/b2s/curation.php:142 views/b2s/post.calendar.php:292 views/b2s/ship.php:304 views/b2s/ship.php:364 views/b2s/ship.php:410
|
452 |
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)"
|
453 |
msgstr ""
|
454 |
|
472 |
msgid "at scheduled times"
|
473 |
msgstr ""
|
474 |
|
475 |
+
#: includes/B2S/PostBox.php:224
|
476 |
+
msgid "schedule (best times)"
|
477 |
+
msgstr ""
|
478 |
+
|
479 |
+
#: includes/B2S/PostBox.php:227
|
480 |
msgid "You want to sched your blog post with Auto-Poster?"
|
481 |
msgstr ""
|
482 |
|
483 |
+
#: includes/B2S/PostBox.php:227
|
484 |
msgid "Upgrade to PREMIUM PRO"
|
485 |
msgstr ""
|
486 |
|
487 |
+
#: includes/B2S/PostBox.php:233
|
488 |
msgid "Select date:"
|
489 |
msgstr ""
|
490 |
|
491 |
+
#: includes/B2S/PostBox.php:234 includes/B2S/Ship/Item.php:343
|
492 |
msgid "show calendar"
|
493 |
msgstr ""
|
494 |
|
495 |
+
#: includes/B2S/PostBox.php:244 includes/B2S/Settings/Item.php:83
|
496 |
+
msgid "change"
|
497 |
msgstr ""
|
498 |
|
499 |
+
#: includes/B2S/PostBox.php:245
|
500 |
+
msgid "best times"
|
501 |
msgstr ""
|
502 |
|
503 |
+
#: includes/B2S/PostBox.php:246
|
504 |
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."
|
505 |
msgstr ""
|
506 |
|
507 |
+
#: views/b2s/curation.draft.php:16
|
508 |
+
msgid "Save links as drafts while browsing and share or schedule them whenever you want."
|
509 |
+
msgstr ""
|
510 |
+
|
511 |
+
#: views/b2s/curation.draft.php:16
|
512 |
+
msgid "Get the Blog2Social Browser Extension"
|
513 |
+
msgstr ""
|
514 |
+
|
515 |
#: views/b2s/curation.php:28
|
516 |
msgid "No link preview available. Please check your link."
|
517 |
msgstr ""
|
524 |
msgid "Invalid data. Please check your data."
|
525 |
msgstr ""
|
526 |
|
527 |
+
#: views/b2s/curation.php:38
|
528 |
+
msgid "Saved as draft."
|
529 |
+
msgstr ""
|
530 |
+
|
531 |
+
#: views/b2s/curation.php:44
|
532 |
msgid "Enter a link you want share on your social media channels"
|
533 |
msgstr ""
|
534 |
|
535 |
+
#: views/b2s/curation.php:45
|
536 |
msgid "Please enter a valid link"
|
537 |
msgstr ""
|
538 |
|
539 |
+
#: views/b2s/curation.php:46
|
540 |
msgid "Enter link"
|
541 |
msgstr ""
|
542 |
|
543 |
+
#: views/b2s/curation.php:49
|
544 |
msgid "continue"
|
545 |
msgstr ""
|
546 |
|
547 |
+
#: views/b2s/curation.php:59
|
548 |
msgid "Load data..."
|
549 |
msgstr ""
|
550 |
|
551 |
+
#: views/b2s/curation.php:73 views/b2s/post.calendar.php:37 views/b2s/ship.php:16 views/b2s/ship.php:547 includes/B2S/Post/Filter.php:49 includes/B2S/Post/Item.php:232 includes/B2S/Ship/Save.php:417 includes/PRG/Post/Filter.php:41 includes/PRG/Post/Item.php:97
|
552 |
msgid "published"
|
553 |
msgstr ""
|
554 |
|
555 |
+
#: views/b2s/curation.php:90 views/b2s/post.approve.php:101 views/b2s/ship.php:447
|
556 |
msgid "Do you want to mark this post as published ?"
|
557 |
msgstr ""
|
558 |
|
559 |
+
#: views/b2s/curation.php:95 views/b2s/post.approve.php:106 views/b2s/ship.php:452
|
560 |
msgid "YES"
|
561 |
msgstr ""
|
562 |
|
563 |
+
#: views/b2s/curation.php:96 views/b2s/network.php:103 views/b2s/post.approve.php:90 views/b2s/post.approve.php:107 views/b2s/post.notice.php:77 views/b2s/post.publish.php:77 views/b2s/post.sched.php:91 views/b2s/ship.php:453 views/prg/ship.php:92 views/b2s/widgets/posts.php:67
|
564 |
msgid "NO"
|
565 |
msgstr ""
|
566 |
|
567 |
+
#: views/b2s/curation.php:109 views/b2s/post.calendar.php:259 views/b2s/ship.php:377
|
568 |
msgid "Need to schedule your posts?"
|
569 |
msgstr ""
|
570 |
|
571 |
+
#: views/b2s/curation.php:112 views/b2s/post.calendar.php:262 views/b2s/ship.php:380
|
572 |
msgid "Blog2Social Premium covers everything you need."
|
573 |
msgstr ""
|
574 |
|
575 |
+
#: views/b2s/curation.php:115 views/b2s/post.calendar.php:265 views/b2s/ship.php:383 includes/B2S/Ship/Item.php:779
|
576 |
msgid "Schedule for specific dates"
|
577 |
msgstr ""
|
578 |
|
579 |
+
#: views/b2s/curation.php:116 views/b2s/post.calendar.php:266 views/b2s/ship.php:384
|
580 |
msgid "You want to publish a post on a specific date? No problem! Just enter your desired date and you are ready to go!"
|
581 |
msgstr ""
|
582 |
|
583 |
+
#: views/b2s/curation.php:118 views/b2s/post.calendar.php:268 views/b2s/ship.php:386
|
584 |
msgid "Schedule post recurrently"
|
585 |
msgstr ""
|
586 |
|
587 |
+
#: views/b2s/curation.php:119 views/b2s/post.calendar.php:269 views/b2s/ship.php:387
|
588 |
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."
|
589 |
msgstr ""
|
590 |
|
591 |
+
#: views/b2s/curation.php:121 views/b2s/post.calendar.php:271 views/b2s/ship.php:389
|
592 |
msgid "Best Time Scheduler"
|
593 |
msgstr ""
|
594 |
|
595 |
+
#: views/b2s/curation.php:122 views/b2s/post.calendar.php:272 views/b2s/ship.php:390
|
596 |
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."
|
597 |
msgstr ""
|
598 |
|
668 |
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."
|
669 |
msgstr ""
|
670 |
|
671 |
+
#: views/b2s/network.php:124 views/b2s/premium.php:33 views/b2s/ship.php:469 includes/B2S/Ship/Item.php:817 views/b2s/partials/post-edit-modal.php:48
|
672 |
msgid "Learn more"
|
673 |
msgstr ""
|
674 |
|
732 |
msgid "show all"
|
733 |
msgstr ""
|
734 |
|
735 |
+
#: views/b2s/post.calendar.php:38 views/b2s/ship.php:16 includes/B2S/Post/Filter.php:49 includes/B2S/Post/Item.php:232 includes/PRG/Post/Filter.php:41 includes/PRG/Post/Item.php:97
|
736 |
msgid "scheduled"
|
737 |
msgstr ""
|
738 |
|
739 |
+
#: views/b2s/post.calendar.php:69 views/b2s/post.sched.php:177 includes/B2S/Settings/Item.php:393 includes/B2S/Settings/Item.php:440 includes/B2S/Settings/Item.php:489
|
740 |
msgid "Link Post"
|
741 |
msgstr ""
|
742 |
|
743 |
+
#: views/b2s/post.calendar.php:69 views/b2s/post.sched.php:177 includes/B2S/Settings/Item.php:404 includes/B2S/Settings/Item.php:464 includes/B2S/Settings/Item.php:489
|
744 |
msgid "Photo Post"
|
745 |
msgstr ""
|
746 |
|
769 |
msgstr ""
|
770 |
|
771 |
#: views/b2s/post.calendar.php:132 views/b2s/post.sched.php:149 views/b2s/ship.php:508
|
772 |
+
msgid "Define the default settings for the custom post format for all of your LinkedIn accounts in the Blog2Social settings."
|
773 |
msgstr ""
|
774 |
|
775 |
#: views/b2s/post.calendar.php:135 views/b2s/post.sched.php:152 views/b2s/ship.php:511
|
828 |
msgid "End of Trial"
|
829 |
msgstr ""
|
830 |
|
831 |
+
#: views/b2s/premium.php:27 includes/B2S/Settings/Item.php:173 includes/B2S/Settings/Item.php:176
|
832 |
msgid "Upgrade"
|
833 |
msgstr ""
|
834 |
|
900 |
msgid "General"
|
901 |
msgstr ""
|
902 |
|
903 |
+
#: views/b2s/settings.php:34 includes/B2S/Post/Item.php:472
|
904 |
msgid "Auto-Posting"
|
905 |
msgstr ""
|
906 |
|
929 |
msgstr ""
|
930 |
|
931 |
#: views/b2s/settings.php:81
|
932 |
+
msgid "LinkedIn"
|
933 |
msgstr ""
|
934 |
|
935 |
#: views/b2s/settings.php:84
|
994 |
"time zone from the drop-down menu."
|
995 |
msgstr ""
|
996 |
|
997 |
+
#: views/b2s/ship.php:16 includes/B2S/Post/Filter.php:49 includes/B2S/Post/Item.php:232 includes/PRG/Post/Item.php:97
|
998 |
msgid "draft"
|
999 |
msgstr ""
|
1000 |
|
1002 |
msgid "Social Media Scheduling & Sharing"
|
1003 |
msgstr ""
|
1004 |
|
1005 |
+
#: views/b2s/ship.php:37 views/prg/ship.php:41 views/prg/ship.php:43 includes/B2S/Settings/Item.php:330 includes/B2S/Settings/Item.php:351
|
1006 |
msgid "Title"
|
1007 |
msgstr ""
|
1008 |
|
1009 |
+
#: views/b2s/ship.php:39 includes/B2S/Post/Item.php:272
|
1010 |
msgid "on blog"
|
1011 |
msgstr ""
|
1012 |
|
1070 |
msgid "scroll to top"
|
1071 |
msgstr ""
|
1072 |
|
1073 |
+
#: views/b2s/ship.php:212 views/b2s/ship.php:216 includes/B2S/Curation/View.php:111
|
1074 |
msgid "Share"
|
1075 |
msgstr ""
|
1076 |
|
1078 |
msgid "Time zone"
|
1079 |
msgstr ""
|
1080 |
|
1081 |
+
#: views/b2s/ship.php:239 views/b2s/ship.php:241 includes/B2S/Post/Item.php:289
|
1082 |
msgid "Re-share this post"
|
1083 |
msgstr ""
|
1084 |
|
1134 |
msgstr ""
|
1135 |
|
1136 |
#: views/b2s/ship.php:465
|
1137 |
+
msgid "Important infomations about XING groups"
|
1138 |
msgstr ""
|
1139 |
|
1140 |
#: views/b2s/ship.php:534
|
1145 |
msgid "Give me more information"
|
1146 |
msgstr ""
|
1147 |
|
1148 |
+
#: views/b2s/support.php:15 includes/B2S/Post/Item.php:488 includes/B2S/Ship/Save.php:438
|
1149 |
msgid "FAQ"
|
1150 |
msgstr ""
|
1151 |
|
1153 |
msgid "Troubleshooting-Tool"
|
1154 |
msgstr ""
|
1155 |
|
1156 |
+
#: views/b2s/support.php:18 views/b2s/support.php:21
|
1157 |
msgid "NEW"
|
1158 |
msgstr ""
|
1159 |
|
1160 |
#: views/b2s/support.php:21
|
1161 |
+
msgid "Sharing-Debugger"
|
1162 |
+
msgstr ""
|
1163 |
+
|
1164 |
+
#: views/b2s/support.php:24
|
1165 |
msgid "Step-by-Step-Guide"
|
1166 |
msgstr ""
|
1167 |
|
1168 |
+
#: views/b2s/support.php:38
|
1169 |
msgid "Search all support"
|
1170 |
msgstr ""
|
1171 |
|
1172 |
+
#: views/b2s/support.php:39
|
1173 |
msgid "Entry keyword or ask a question"
|
1174 |
msgstr ""
|
1175 |
|
1176 |
+
#: views/b2s/support.php:49
|
1177 |
msgid "Support Topics"
|
1178 |
msgstr ""
|
1179 |
|
1180 |
+
#: views/b2s/support.php:61
|
1181 |
msgid "Installation"
|
1182 |
msgstr ""
|
1183 |
|
1184 |
+
#: views/b2s/support.php:75
|
1185 |
msgid "Connecting Social Networks"
|
1186 |
msgstr ""
|
1187 |
|
1188 |
+
#: views/b2s/support.php:92
|
1189 |
msgid "Autoposting, Sharing und Re-Sharing"
|
1190 |
msgstr ""
|
1191 |
|
1192 |
+
#: views/b2s/support.php:106
|
1193 |
msgid "Customizing Social Media Posts"
|
1194 |
msgstr ""
|
1195 |
|
1196 |
+
#: views/b2s/support.php:122
|
1197 |
msgid "Scheduling and Best Time Manager"
|
1198 |
msgstr ""
|
1199 |
|
1200 |
+
#: views/b2s/support.php:134
|
1201 |
msgid "Contracting and Licensing"
|
1202 |
msgstr ""
|
1203 |
|
1204 |
+
#: views/b2s/support.php:149
|
1205 |
msgid "Troubleshooting for Error Messages"
|
1206 |
msgstr ""
|
1207 |
|
1208 |
+
#: views/b2s/support.php:162
|
1209 |
msgid "Helpful Network Settings"
|
1210 |
msgstr ""
|
1211 |
|
1212 |
+
#: views/b2s/support.php:172
|
1213 |
msgid "TOP FAQs"
|
1214 |
msgstr ""
|
1215 |
|
1216 |
+
#: views/b2s/support.php:188
|
1217 |
msgid "Contact Support by Email"
|
1218 |
msgstr ""
|
1219 |
|
1220 |
+
#: views/b2s/support.php:190
|
1221 |
msgid "Call us: +49 2181 7569-277"
|
1222 |
msgstr ""
|
1223 |
|
1224 |
+
#: views/b2s/support.php:192
|
1225 |
msgid "(Support times: from 9:00 a.m. to 5:00 p.m. CET on working days)"
|
1226 |
msgstr ""
|
1227 |
|
1228 |
+
#: views/b2s/support.php:206
|
1229 |
msgid "You need admin rights to use the Troubleshooting-Tool. Please contact your administrator."
|
1230 |
msgstr ""
|
1231 |
|
1232 |
+
#: views/b2s/support.php:213
|
1233 |
msgid "Needed"
|
1234 |
msgstr ""
|
1235 |
|
1236 |
+
#: views/b2s/support.php:216
|
1237 |
msgid "Current"
|
1238 |
msgstr ""
|
1239 |
|
1240 |
+
#: views/b2s/support.php:219
|
1241 |
msgid "reload"
|
1242 |
msgstr ""
|
1243 |
|
1244 |
+
#: views/b2s/support.php:220
|
1245 |
msgid "Export as txt-file"
|
1246 |
msgstr ""
|
1247 |
|
1248 |
+
#: views/b2s/support.php:233
|
1249 |
+
msgid "Enter a URL to see how your link preview will look on social media."
|
1250 |
+
msgstr ""
|
1251 |
+
|
1252 |
+
#: views/b2s/support.php:238
|
1253 |
+
msgid "Facebook Open Graph Meta Tags"
|
1254 |
+
msgstr ""
|
1255 |
+
|
1256 |
+
#: views/b2s/support.php:239
|
1257 |
+
msgid "Edit your Open Graph Meta Tags"
|
1258 |
+
msgstr ""
|
1259 |
+
|
1260 |
+
#: views/b2s/support.php:243 views/b2s/support.php:254
|
1261 |
+
msgid "For example your Wordpress Home Page"
|
1262 |
+
msgstr ""
|
1263 |
+
|
1264 |
+
#: views/b2s/support.php:245
|
1265 |
+
msgid "Debug & Preview"
|
1266 |
+
msgstr ""
|
1267 |
+
|
1268 |
+
#: views/b2s/support.php:251
|
1269 |
+
msgid "LinkedIn Post Inspector"
|
1270 |
+
msgstr ""
|
1271 |
+
|
1272 |
+
#: views/b2s/support.php:256
|
1273 |
+
msgid "Inspect Post"
|
1274 |
+
msgstr ""
|
1275 |
+
|
1276 |
+
#: views/b2s/support.php:262
|
1277 |
+
msgid "Twitter Card Validator"
|
1278 |
+
msgstr ""
|
1279 |
+
|
1280 |
+
#: views/b2s/support.php:263
|
1281 |
+
msgid "Edit your Twitter Card"
|
1282 |
+
msgstr ""
|
1283 |
+
|
1284 |
+
#: views/b2s/support.php:267
|
1285 |
+
msgid "Validate directly on Twitter"
|
1286 |
+
msgstr ""
|
1287 |
+
|
1288 |
#: views/prg/login.php:14
|
1289 |
msgid "Login failed. Please check your username and a password!"
|
1290 |
msgstr ""
|
1365 |
msgid "Share your post"
|
1366 |
msgstr ""
|
1367 |
|
1368 |
+
#: includes/B2S/Curation/View.php:61 includes/B2S/Settings/Item.php:189
|
1369 |
msgid "immediately"
|
1370 |
msgstr ""
|
1371 |
|
1372 |
+
#: includes/B2S/Curation/View.php:66 includes/B2S/Curation/View.php:67 includes/B2S/Ship/Item.php:887 views/b2s/partials/post-edit-modal.php:62 views/b2s/partials/post-edit-modal.php:65
|
1373 |
msgid "Date"
|
1374 |
msgstr ""
|
1375 |
|
1377 |
msgid "Customize & Schedule"
|
1378 |
msgstr ""
|
1379 |
|
1380 |
+
#: includes/B2S/Curation/View.php:107
|
1381 |
+
msgid "Save as Draft"
|
1382 |
+
msgstr ""
|
1383 |
+
|
1384 |
#: includes/B2S/Network/Item.php:60
|
1385 |
msgid "Default"
|
1386 |
msgstr ""
|
1413 |
msgid "You want to connect a social media group?"
|
1414 |
msgstr ""
|
1415 |
|
1416 |
+
#: includes/B2S/Network/Item.php:163 includes/B2S/Settings/Item.php:249
|
1417 |
msgid "Connections"
|
1418 |
msgstr ""
|
1419 |
|
1433 |
msgid "Authorization is interrupted since"
|
1434 |
msgstr ""
|
1435 |
|
1436 |
+
#: includes/B2S/Network/Item.php:233 includes/B2S/Network/Item.php:286 includes/B2S/Network/Item.php:340 includes/B2S/Ship/Item.php:835
|
1437 |
msgid "Days"
|
1438 |
msgstr ""
|
1439 |
|
1469 |
msgid "Search Title"
|
1470 |
msgstr ""
|
1471 |
|
1472 |
+
#: includes/B2S/Post/Filter.php:155 includes/PRG/Post/Filter.php:85
|
1473 |
msgid "sort"
|
1474 |
msgstr ""
|
1475 |
|
1476 |
+
#: includes/B2S/Post/Filter.php:156 includes/PRG/Post/Filter.php:86
|
1477 |
msgid "reset"
|
1478 |
msgstr ""
|
1479 |
|
1480 |
+
#: includes/B2S/Post/Filter.php:161
|
1481 |
msgid "selected date"
|
1482 |
msgstr ""
|
1483 |
|
1484 |
+
#: includes/B2S/Post/Filter.php:161
|
1485 |
msgid "scheduled post(s)"
|
1486 |
msgstr ""
|
1487 |
|
1488 |
+
#: includes/B2S/Post/Item.php:235
|
1489 |
msgid "You have no posts published or scheduled."
|
1490 |
msgstr ""
|
1491 |
|
1492 |
+
#: includes/B2S/Post/Item.php:257
|
1493 |
msgid "curated post"
|
1494 |
msgstr ""
|
1495 |
|
1496 |
+
#: includes/B2S/Post/Item.php:262 includes/B2S/Post/Item.php:352
|
1497 |
msgid "last shared on social media"
|
1498 |
msgstr ""
|
1499 |
|
1500 |
+
#: includes/B2S/Post/Item.php:270 includes/B2S/Post/Item.php:361
|
1501 |
msgid "Share on Social Media"
|
1502 |
msgstr ""
|
1503 |
|
1504 |
+
#: includes/B2S/Post/Item.php:272 includes/B2S/Post/Item.php:363 includes/PRG/Post/Item.php:132
|
1505 |
msgid "Author"
|
1506 |
msgstr ""
|
1507 |
|
1508 |
+
#: includes/B2S/Post/Item.php:290 includes/B2S/Post/Item.php:314 includes/B2S/Post/Item.php:336
|
1509 |
msgid "Details"
|
1510 |
msgstr ""
|
1511 |
|
1512 |
+
#: includes/B2S/Post/Item.php:292
|
1513 |
msgid "shared social media posts"
|
1514 |
msgstr ""
|
1515 |
|
1516 |
+
#: includes/B2S/Post/Item.php:292
|
1517 |
msgid "latest share by"
|
1518 |
msgstr ""
|
1519 |
|
1520 |
+
#: includes/B2S/Post/Item.php:316 views/b2s/widgets/activity.php:10
|
1521 |
msgid "scheduled social media posts"
|
1522 |
msgstr ""
|
1523 |
|
1524 |
+
#: includes/B2S/Post/Item.php:316
|
1525 |
msgid "next share by"
|
1526 |
msgstr ""
|
1527 |
|
1528 |
+
#: includes/B2S/Post/Item.php:338
|
1529 |
msgid "social media posts ready to be shared"
|
1530 |
msgstr ""
|
1531 |
|
1532 |
+
#: includes/B2S/Post/Item.php:349
|
1533 |
+
msgid "via Browser-Extension"
|
1534 |
+
msgstr ""
|
1535 |
+
|
1536 |
+
#: includes/B2S/Post/Item.php:363
|
1537 |
+
msgid "saved"
|
1538 |
+
msgstr ""
|
1539 |
+
|
1540 |
+
#: includes/B2S/Post/Item.php:472 includes/B2S/Post/Item.php:608 includes/B2S/Ship/Save.php:427
|
1541 |
msgid "Retweet"
|
1542 |
msgstr ""
|
1543 |
|
1544 |
+
#: includes/B2S/Post/Item.php:478 includes/B2S/Post/Item.php:548 includes/B2S/Post/Item.php:613
|
1545 |
msgid "select all"
|
1546 |
msgstr ""
|
1547 |
|
1548 |
+
#: includes/B2S/Post/Item.php:481
|
1549 |
msgid "show"
|
1550 |
msgstr ""
|
1551 |
|
1552 |
+
#: includes/B2S/Post/Item.php:488 includes/B2S/Ship/Save.php:438
|
1553 |
msgid "Please see"
|
1554 |
msgstr ""
|
1555 |
|
1556 |
+
#: includes/B2S/Post/Item.php:494
|
1557 |
msgid "sharing in progress by"
|
1558 |
msgstr ""
|
1559 |
|
1560 |
+
#: includes/B2S/Post/Item.php:494
|
1561 |
msgid "shared by"
|
1562 |
msgstr ""
|
1563 |
|
1564 |
+
#: includes/B2S/Post/Item.php:515 includes/B2S/Post/Item.php:528
|
1565 |
msgid "You want to delete a publish post entry?"
|
1566 |
msgstr ""
|
1567 |
|
1568 |
+
#: includes/B2S/Post/Item.php:516 includes/B2S/Post/Item.php:529
|
1569 |
msgid "delete from reporting"
|
1570 |
msgstr ""
|
1571 |
|
1572 |
+
#: includes/B2S/Post/Item.php:519
|
1573 |
msgid "re-share"
|
1574 |
msgstr ""
|
1575 |
|
1576 |
+
#: includes/B2S/Post/Item.php:551
|
1577 |
msgid "is waiting to shared by"
|
1578 |
msgstr ""
|
1579 |
|
1580 |
+
#: includes/B2S/Post/Item.php:581 includes/B2S/Ship/Save.php:408
|
1581 |
msgid "share"
|
1582 |
msgstr ""
|
1583 |
|
1584 |
+
#: includes/B2S/Post/Item.php:589
|
1585 |
msgid "You want to delete your Social Media post?"
|
1586 |
msgstr ""
|
1587 |
|
1588 |
+
#: includes/B2S/Post/Item.php:590 includes/B2S/Post/Item.php:639 includes/B2S/Settings/Item.php:83 includes/B2S/Ship/Item.php:755 includes/B2S/Ship/Item.php:905
|
1589 |
msgid "delete"
|
1590 |
msgstr ""
|
1591 |
|
1592 |
+
#: includes/B2S/Post/Item.php:623
|
1593 |
msgid "last modified by"
|
1594 |
msgstr ""
|
1595 |
|
1596 |
+
#: includes/B2S/Post/Item.php:625
|
1597 |
msgid "is processed by the network"
|
1598 |
msgstr ""
|
1599 |
|
1600 |
+
#: includes/B2S/Post/Item.php:630
|
1601 |
msgid "scheduled by"
|
1602 |
msgstr ""
|
1603 |
|
1604 |
+
#: includes/B2S/Post/Item.php:635
|
1605 |
msgid "You want to edit your scheduled post?"
|
1606 |
msgstr ""
|
1607 |
|
1608 |
+
#: includes/B2S/Post/Item.php:636
|
1609 |
msgid "edit"
|
1610 |
msgstr ""
|
1611 |
|
1612 |
+
#: includes/B2S/Post/Item.php:647
|
1613 |
msgid "delete scheduling"
|
1614 |
msgstr ""
|
1615 |
|
1616 |
+
#: includes/B2S/Settings/Item.php:63 includes/B2S/Settings/Item.php:83 includes/B2S/Ship/Item.php:737
|
1617 |
msgid "Account"
|
1618 |
msgstr ""
|
1619 |
|
1637 |
msgid "Bitly"
|
1638 |
msgstr ""
|
1639 |
|
|
|
|
|
|
|
|
|
1640 |
#: includes/B2S/Settings/Item.php:86
|
1641 |
msgid "allow shortcodes in my post"
|
1642 |
msgstr ""
|
1661 |
msgid "title & content"
|
1662 |
msgstr ""
|
1663 |
|
1664 |
+
#: includes/B2S/Settings/Item.php:98 includes/B2S/Settings/Item.php:99 includes/B2S/Settings/Item.php:349
|
1665 |
msgid "(PREMIUM)"
|
1666 |
msgstr ""
|
1667 |
|
1673 |
msgid "System"
|
1674 |
msgstr ""
|
1675 |
|
1676 |
+
#: includes/B2S/Settings/Item.php:106 includes/B2S/Settings/Item.php:296 includes/B2S/Settings/Item.php:321
|
1677 |
msgid "This is a global feature for your blog, which can only be edited by users with admin rights."
|
1678 |
msgstr ""
|
1679 |
|
1681 |
msgid "activate Legacy mode"
|
1682 |
msgstr ""
|
1683 |
|
1684 |
+
#: includes/B2S/Settings/Item.php:126
|
1685 |
msgid "Auto-post your own created posts"
|
1686 |
msgstr ""
|
1687 |
|
1688 |
+
#: includes/B2S/Settings/Item.php:127
|
1689 |
msgid "Define by default to automatically post your posts on social media:"
|
1690 |
msgstr ""
|
1691 |
|
1692 |
+
#: includes/B2S/Settings/Item.php:129
|
1693 |
msgid "Select by default if the auto-poster is activated when you publish a new post or update a post."
|
1694 |
msgstr ""
|
1695 |
|
1696 |
+
#: includes/B2S/Settings/Item.php:134
|
1697 |
msgid "new posts"
|
1698 |
msgstr ""
|
1699 |
|
1700 |
+
#: includes/B2S/Settings/Item.php:135 includes/B2S/Settings/Item.php:147
|
1701 |
msgid "Unselect all"
|
1702 |
msgstr ""
|
1703 |
|
1704 |
+
#: includes/B2S/Settings/Item.php:135 includes/B2S/Settings/Item.php:147
|
1705 |
msgid "Select all"
|
1706 |
msgstr ""
|
1707 |
|
1708 |
+
#: includes/B2S/Settings/Item.php:143
|
1709 |
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."
|
1710 |
msgstr ""
|
1711 |
|
1712 |
+
#: includes/B2S/Settings/Item.php:146
|
1713 |
msgid "updating existing posts"
|
1714 |
msgstr ""
|
1715 |
|
1716 |
+
#: includes/B2S/Settings/Item.php:158 includes/B2S/Settings/Item.php:200
|
1717 |
msgid "Save"
|
1718 |
msgstr ""
|
1719 |
|
1720 |
+
#: includes/B2S/Settings/Item.php:166
|
1721 |
msgid "Auto-post your imported posts to Twitter & Facebook"
|
1722 |
msgstr ""
|
1723 |
|
1724 |
+
#: includes/B2S/Settings/Item.php:167
|
1725 |
msgid "Define by default to automatically share your imported posts to social media:"
|
1726 |
msgstr ""
|
1727 |
|
1728 |
+
#: includes/B2S/Settings/Item.php:170
|
1729 |
msgid "Your current licence:"
|
1730 |
msgstr ""
|
1731 |
|
1732 |
+
#: includes/B2S/Settings/Item.php:172
|
1733 |
msgid "Immediate Cross-Posting across all networks: Share an unlimited number of posts"
|
1734 |
msgstr ""
|
1735 |
|
1736 |
+
#: includes/B2S/Settings/Item.php:173
|
1737 |
msgid "Scheduled Auto-Posting"
|
1738 |
msgstr ""
|
1739 |
|
1740 |
+
#: includes/B2S/Settings/Item.php:175
|
1741 |
msgid "share up to"
|
1742 |
msgstr ""
|
1743 |
|
1744 |
+
#: includes/B2S/Settings/Item.php:175
|
1745 |
msgid "posts per day"
|
1746 |
msgstr ""
|
1747 |
|
1748 |
+
#: includes/B2S/Settings/Item.php:181
|
1749 |
msgid "Select by default to automatically share your imported posts"
|
1750 |
msgstr ""
|
1751 |
|
1752 |
+
#: includes/B2S/Settings/Item.php:185
|
1753 |
msgid "Select to auto-post to your standard networks:"
|
1754 |
msgstr ""
|
1755 |
|
1756 |
+
#: includes/B2S/Settings/Item.php:186
|
1757 |
msgid "In accordance with the new Twitter TOS, one Twitter account can be selected as your primary Twitter account for auto-posting."
|
1758 |
msgstr ""
|
1759 |
|
1760 |
+
#: includes/B2S/Settings/Item.php:186
|
1761 |
msgid "More information"
|
1762 |
msgstr ""
|
1763 |
|
1764 |
+
#: includes/B2S/Settings/Item.php:188
|
1765 |
msgid "Select to auto-post immediately after publishing or with a delay"
|
1766 |
msgstr ""
|
1767 |
|
1768 |
+
#: includes/B2S/Settings/Item.php:190
|
1769 |
msgid "publish with a delay of"
|
1770 |
msgstr ""
|
1771 |
|
1772 |
+
#: includes/B2S/Settings/Item.php:191
|
1773 |
msgid "minutes"
|
1774 |
msgstr ""
|
1775 |
|
1776 |
+
#: includes/B2S/Settings/Item.php:214
|
1777 |
msgid "Filter Posts (Only posts that meet the following criteria will be autoposted)"
|
1778 |
msgstr ""
|
1779 |
|
1780 |
+
#: includes/B2S/Settings/Item.php:215
|
1781 |
msgid "Post Types"
|
1782 |
msgstr ""
|
1783 |
|
1784 |
+
#: includes/B2S/Settings/Item.php:216
|
1785 |
msgid "Include (Post only...)"
|
1786 |
msgstr ""
|
1787 |
|
1788 |
+
#: includes/B2S/Settings/Item.php:217
|
1789 |
msgid "Exclude (Do no post ...)"
|
1790 |
msgstr ""
|
1791 |
|
1792 |
+
#: includes/B2S/Settings/Item.php:251
|
1793 |
msgid "add/change connection"
|
1794 |
msgstr ""
|
1795 |
|
1796 |
+
#: includes/B2S/Settings/Item.php:294
|
1797 |
msgid "Reset all page and post meta data"
|
1798 |
msgstr ""
|
1799 |
|
1800 |
+
#: includes/B2S/Settings/Item.php:299
|
1801 |
msgid "Meta Tags Settings for Posts and Pages"
|
1802 |
msgstr ""
|
1803 |
|
1804 |
+
#: includes/B2S/Settings/Item.php:300
|
1805 |
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."
|
1806 |
msgstr ""
|
1807 |
|
1808 |
+
#: includes/B2S/Settings/Item.php:302
|
1809 |
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."
|
1810 |
msgstr ""
|
1811 |
|
1812 |
+
#: includes/B2S/Settings/Item.php:323
|
1813 |
msgid "Frontpage Settings"
|
1814 |
msgstr ""
|
1815 |
|
1816 |
+
#: includes/B2S/Settings/Item.php:324
|
1817 |
+
msgid "Check Settings with Sharing-Debugger"
|
1818 |
+
msgstr ""
|
1819 |
+
|
1820 |
+
#: includes/B2S/Settings/Item.php:327
|
1821 |
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)"
|
1822 |
msgstr ""
|
1823 |
|
1824 |
+
#: includes/B2S/Settings/Item.php:331 includes/B2S/Settings/Item.php:352
|
1825 |
msgid "Description"
|
1826 |
msgstr ""
|
1827 |
|
1828 |
+
#: includes/B2S/Settings/Item.php:332 includes/B2S/Settings/Item.php:353
|
1829 |
msgid "Image URL"
|
1830 |
msgstr ""
|
1831 |
|
1832 |
+
#: includes/B2S/Settings/Item.php:334 includes/B2S/Settings/Item.php:355 includes/B2S/Ship/Image.php:78 includes/B2S/Ship/Image.php:80
|
1833 |
msgid "Image upload / Media Gallery"
|
1834 |
msgstr ""
|
1835 |
|
1836 |
+
#: includes/B2S/Settings/Item.php:337
|
1837 |
msgid "Please note: Facebook supports images with a minimum dimension of 200x200 pixels and an aspect ratio of 1:1."
|
1838 |
msgstr ""
|
1839 |
|
1840 |
+
#: includes/B2S/Settings/Item.php:343
|
1841 |
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)"
|
1842 |
msgstr ""
|
1843 |
|
1844 |
+
#: includes/B2S/Settings/Item.php:346
|
1845 |
msgid "The default card type to use"
|
1846 |
msgstr ""
|
1847 |
|
1848 |
+
#: includes/B2S/Settings/Item.php:348
|
1849 |
msgid "Summary"
|
1850 |
msgstr ""
|
1851 |
|
1852 |
+
#: includes/B2S/Settings/Item.php:349
|
1853 |
msgid "Summary with large image"
|
1854 |
msgstr ""
|
1855 |
|
1856 |
+
#: includes/B2S/Settings/Item.php:358
|
1857 |
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."
|
1858 |
msgstr ""
|
1859 |
|
1860 |
+
#: includes/B2S/Settings/Item.php:375
|
1861 |
msgid "Did you know?"
|
1862 |
msgstr ""
|
1863 |
|
1864 |
+
#: includes/B2S/Settings/Item.php:376
|
1865 |
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)."
|
1866 |
msgstr ""
|
1867 |
|
1868 |
+
#: includes/B2S/Settings/Item.php:376
|
1869 |
msgid "Upgrade to Premium Pro now."
|
1870 |
msgstr ""
|
1871 |
|
1872 |
+
#: includes/B2S/Settings/Item.php:393 includes/B2S/Settings/Item.php:440
|
1873 |
msgid "Image with frame"
|
1874 |
msgstr ""
|
1875 |
|
1876 |
+
#: includes/B2S/Settings/Item.php:398
|
1877 |
msgid "Insert white frames to show the whole image in your timeline. All image information will be shown in your timeline."
|
1878 |
msgstr ""
|
1879 |
|
1880 |
+
#: includes/B2S/Settings/Item.php:400
|
1881 |
msgid ""
|
1882 |
"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, "
|
1883 |
"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 "
|
1884 |
+
"image links to your blog post."
|
1885 |
msgstr ""
|
1886 |
|
1887 |
+
#: includes/B2S/Settings/Item.php:404 includes/B2S/Settings/Item.php:464
|
1888 |
msgid "Image cut out"
|
1889 |
msgstr ""
|
1890 |
|
1891 |
+
#: includes/B2S/Settings/Item.php:409
|
1892 |
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."
|
1893 |
msgstr ""
|
1894 |
|
1895 |
+
#: includes/B2S/Settings/Item.php:411
|
1896 |
msgid ""
|
1897 |
"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 "
|
1898 |
"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."
|
1899 |
msgstr ""
|
1900 |
|
1901 |
+
#: includes/B2S/Settings/Item.php:435
|
1902 |
msgid "All"
|
1903 |
msgstr ""
|
1904 |
|
1905 |
+
#: includes/B2S/Settings/Item.php:453
|
1906 |
msgid "Activate Instant Caching"
|
1907 |
msgstr ""
|
1908 |
|
1950 |
msgid "Text only"
|
1951 |
msgstr ""
|
1952 |
|
1953 |
+
#: includes/B2S/Ship/Item.php:186 includes/B2S/Ship/Item.php:190 includes/B2S/Ship/Item.php:226 includes/B2S/Ship/Item.php:230 includes/B2S/Ship/Item.php:251 includes/B2S/Ship/Item.php:255 includes/B2S/Ship/Item.php:914 includes/B2S/Ship/Item.php:916
|
1954 |
msgid "characters"
|
1955 |
msgstr ""
|
1956 |
|
1970 |
msgid "post format"
|
1971 |
msgstr ""
|
1972 |
|
1973 |
+
#: includes/B2S/Ship/Item.php:302 includes/B2S/Ship/Item.php:922
|
1974 |
msgid "Insert full-text"
|
1975 |
msgstr ""
|
1976 |
|
1977 |
+
#: includes/B2S/Ship/Item.php:304 includes/B2S/Ship/Item.php:924
|
1978 |
msgid "Delete text"
|
1979 |
msgstr ""
|
1980 |
|
1982 |
msgid "You can customize your post with individual comments, @-handles, emojis, and more in the Instant Sharing window, after planning your post."
|
1983 |
msgstr ""
|
1984 |
|
1985 |
+
#: includes/B2S/Ship/Item.php:318 includes/B2S/Ship/Item.php:513 includes/B2S/Ship/Item.php:788
|
1986 |
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."
|
1987 |
msgstr ""
|
1988 |
|
1989 |
+
#: includes/B2S/Ship/Item.php:318 includes/B2S/Ship/Item.php:513 includes/B2S/Ship/Item.php:788
|
1990 |
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."
|
1991 |
msgstr ""
|
1992 |
|
1993 |
+
#: includes/B2S/Ship/Item.php:318 includes/B2S/Ship/Item.php:513 includes/B2S/Ship/Item.php:788
|
1994 |
msgid "Learn more about this"
|
1995 |
msgstr ""
|
1996 |
|
2006 |
msgid "hide calendar"
|
2007 |
msgstr ""
|
2008 |
|
2009 |
+
#: includes/B2S/Ship/Item.php:398 includes/B2S/Ship/Item.php:422 includes/B2S/Ship/Item.php:446 includes/B2S/Ship/Item.php:464 includes/B2S/Ship/Item.php:479 includes/B2S/Ship/Item.php:505 includes/B2S/Ship/Item.php:523 includes/B2S/Ship/Item.php:539
|
2010 |
+
#: includes/B2S/Ship/Item.php:552 includes/B2S/Ship/Item.php:568 includes/B2S/Ship/Item.php:573
|
2011 |
msgid "Write something about your post..."
|
2012 |
msgstr ""
|
2013 |
|
2014 |
+
#: includes/B2S/Ship/Item.php:405 includes/B2S/Ship/Item.php:429 includes/B2S/Ship/Item.php:453 includes/B2S/Ship/Item.php:501 includes/B2S/Ship/Item.php:519 includes/B2S/Ship/Item.php:535 includes/B2S/Ship/Item.php:564 includes/B2S/Ship/Item.php:598
|
2015 |
msgid "Change image"
|
2016 |
msgstr ""
|
2017 |
|
2043 |
msgid "Card Meta description"
|
2044 |
msgstr ""
|
2045 |
|
2046 |
+
#: includes/B2S/Ship/Item.php:585
|
2047 |
msgid "required"
|
2048 |
msgstr ""
|
2049 |
|
2050 |
+
#: includes/B2S/Ship/Item.php:605 includes/B2S/Ship/Item.php:607
|
2051 |
msgid "Link"
|
2052 |
msgstr ""
|
2053 |
|
2054 |
+
#: includes/B2S/Ship/Item.php:670
|
2055 |
msgid "Jobs & Projects"
|
2056 |
msgstr ""
|
2057 |
|
2058 |
+
#: includes/B2S/Ship/Item.php:671
|
2059 |
msgid "Events"
|
2060 |
msgstr ""
|
2061 |
|
2062 |
+
#: includes/B2S/Ship/Item.php:672
|
2063 |
msgid "Classified Ads"
|
2064 |
msgstr ""
|
2065 |
|
2066 |
+
#: includes/B2S/Ship/Item.php:674
|
2067 |
msgid "Offer"
|
2068 |
msgstr ""
|
2069 |
|
2070 |
+
#: includes/B2S/Ship/Item.php:675
|
2071 |
msgid "Request"
|
2072 |
msgstr ""
|
2073 |
|
2074 |
+
#: includes/B2S/Ship/Item.php:686
|
2075 |
msgid "The Headline..."
|
2076 |
msgstr ""
|
2077 |
|
2078 |
+
#: includes/B2S/Ship/Item.php:691
|
2079 |
msgid "Hashtags"
|
2080 |
msgstr ""
|
2081 |
|
2082 |
+
#: includes/B2S/Ship/Item.php:719
|
2083 |
msgid "Enable Retweets for all Tweets with the selected profile"
|
2084 |
msgstr ""
|
2085 |
|
2086 |
+
#: includes/B2S/Ship/Item.php:738 views/b2s/partials/post-edit-modal.php:73
|
2087 |
msgid "Delay"
|
2088 |
msgstr ""
|
2089 |
|
2090 |
+
#: includes/B2S/Ship/Item.php:748 includes/B2S/Ship/Item.php:749 includes/B2S/Ship/Item.php:750 includes/B2S/Ship/Item.php:751 views/b2s/partials/post-edit-modal.php:77 views/b2s/partials/post-edit-modal.php:78 views/b2s/partials/post-edit-modal.php:79
|
2091 |
#: views/b2s/partials/post-edit-modal.php:80
|
2092 |
msgid "min"
|
2093 |
msgstr ""
|
2094 |
|
2095 |
+
#: includes/B2S/Ship/Item.php:756
|
2096 |
msgid "Add Retweet"
|
2097 |
msgstr ""
|
2098 |
|
2099 |
+
#: includes/B2S/Ship/Item.php:776
|
2100 |
msgid "Share Now"
|
2101 |
msgstr ""
|
2102 |
|
2103 |
+
#: includes/B2S/Ship/Item.php:781
|
2104 |
msgid "Schedule Recurrent Post"
|
2105 |
msgstr ""
|
2106 |
|
2107 |
+
#: includes/B2S/Ship/Item.php:817 views/b2s/partials/post-edit-modal.php:47
|
2108 |
msgid ""
|
2109 |
"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 "
|
2110 |
"network settings. To do this, go to the Blog2Social Networks section and connect your XING accounts with the new XING."
|
2111 |
msgstr ""
|
2112 |
|
2113 |
+
#: includes/B2S/Ship/Item.php:821 views/b2s/partials/post-edit-modal.php:51
|
2114 |
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:"
|
2115 |
msgstr ""
|
2116 |
|
2117 |
+
#: includes/B2S/Ship/Item.php:824
|
2118 |
msgid "Repeats"
|
2119 |
msgstr ""
|
2120 |
|
2121 |
+
#: includes/B2S/Ship/Item.php:825 includes/B2S/Ship/Item.php:828
|
2122 |
msgid "Duration"
|
2123 |
msgstr ""
|
2124 |
|
2125 |
+
#: includes/B2S/Ship/Item.php:829
|
2126 |
msgid "Number of repeats"
|
2127 |
msgstr ""
|
2128 |
|
2129 |
+
#: includes/B2S/Ship/Item.php:830
|
2130 |
msgid "Day of month"
|
2131 |
msgstr ""
|
2132 |
|
2133 |
+
#: includes/B2S/Ship/Item.php:831
|
2134 |
msgid "Repeats every (days)"
|
2135 |
msgstr ""
|
2136 |
|
2137 |
+
#: includes/B2S/Ship/Item.php:833
|
2138 |
msgid "Start date"
|
2139 |
msgstr ""
|
2140 |
|
2141 |
+
#: includes/B2S/Ship/Item.php:834
|
2142 |
msgid "Time to publish"
|
2143 |
msgstr ""
|
2144 |
|
2145 |
+
#: includes/B2S/Ship/Item.php:843
|
2146 |
msgid "weekly"
|
2147 |
msgstr ""
|
2148 |
|
2149 |
+
#: includes/B2S/Ship/Item.php:844
|
2150 |
msgid "monthly"
|
2151 |
msgstr ""
|
2152 |
|
2153 |
+
#: includes/B2S/Ship/Item.php:845
|
2154 |
msgid "own period"
|
2155 |
msgstr ""
|
2156 |
|
2157 |
+
#: includes/B2S/Ship/Item.php:851
|
2158 |
msgid "Week"
|
2159 |
msgstr ""
|
2160 |
|
2161 |
+
#: includes/B2S/Ship/Item.php:851
|
2162 |
msgid "Weeks"
|
2163 |
msgstr ""
|
2164 |
|
2165 |
+
#: includes/B2S/Ship/Item.php:860
|
2166 |
msgid "Month"
|
2167 |
msgstr ""
|
2168 |
|
2169 |
+
#: includes/B2S/Ship/Item.php:860
|
2170 |
msgid "Months"
|
2171 |
msgstr ""
|
2172 |
|
2173 |
+
#: includes/B2S/Ship/Item.php:880
|
2174 |
msgid "End Of Month"
|
2175 |
msgstr ""
|
2176 |
|
2177 |
+
#: includes/B2S/Ship/Item.php:885
|
2178 |
msgid "Timespan"
|
2179 |
msgstr ""
|
2180 |
|
2181 |
+
#: includes/B2S/Ship/Item.php:888 views/b2s/partials/post-edit-modal.php:63 views/b2s/partials/post-edit-modal.php:66
|
2182 |
msgid "Time"
|
2183 |
msgstr ""
|
2184 |
|
2185 |
+
#: includes/B2S/Ship/Item.php:893
|
2186 |
msgid "Mon"
|
2187 |
msgstr ""
|
2188 |
|
2189 |
+
#: includes/B2S/Ship/Item.php:894
|
2190 |
msgid "Tue"
|
2191 |
msgstr ""
|
2192 |
|
2193 |
+
#: includes/B2S/Ship/Item.php:895
|
2194 |
msgid "Wed"
|
2195 |
msgstr ""
|
2196 |
|
2197 |
+
#: includes/B2S/Ship/Item.php:896
|
2198 |
msgid "Thu"
|
2199 |
msgstr ""
|
2200 |
|
2201 |
+
#: includes/B2S/Ship/Item.php:897
|
2202 |
msgid "Fri"
|
2203 |
msgstr ""
|
2204 |
|
2205 |
+
#: includes/B2S/Ship/Item.php:898
|
2206 |
msgid "Sat"
|
2207 |
msgstr ""
|
2208 |
|
2209 |
+
#: includes/B2S/Ship/Item.php:899
|
2210 |
msgid "Sun"
|
2211 |
msgstr ""
|
2212 |
|
2213 |
+
#: includes/B2S/Ship/Item.php:906
|
2214 |
msgid "add another post"
|
2215 |
msgstr ""
|
2216 |
|
2217 |
+
#: includes/B2S/Ship/Item.php:920
|
2218 |
msgid "Copy from original"
|
2219 |
msgstr ""
|
2220 |
|
2221 |
+
#: includes/B2S/Ship/Item.php:936
|
2222 |
msgid "Apply Settings To All Networks"
|
2223 |
msgstr ""
|
2224 |
|
2225 |
+
#: includes/B2S/Ship/Item.php:937
|
2226 |
msgid "Save as best time for this network"
|
2227 |
msgstr ""
|
2228 |
|
2358 |
msgid "Scheduled Posts"
|
2359 |
msgstr ""
|
2360 |
|
2361 |
+
#: includes/B2S/Support/Check/System.php:44
|
2362 |
msgid "or higher"
|
2363 |
msgstr ""
|
2364 |
|
2365 |
+
#: includes/B2S/Support/Check/System.php:65 includes/B2S/Support/Check/System.php:83
|
2366 |
msgid "resolve conflict"
|
2367 |
msgstr ""
|
2368 |
|
2369 |
+
#: includes/B2S/Support/Check/System.php:90
|
2370 |
msgid "Plugin Warnings:"
|
2371 |
msgstr ""
|
2372 |
|
2386 |
#. Author of the plugin
|
2387 |
msgid "Blog2Social, Adenion"
|
2388 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: auto post, auto publish, social media scheduling, social media calendar, s
|
|
4 |
Donate link: http://www.blog2social.com
|
5 |
Requires at least: 4.2.2
|
6 |
Tested up to: 5.2.0
|
7 |
-
Stable tag: 5.4.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -323,26 +323,28 @@ We use the official authentication oAUTH methods to third-party applications pro
|
|
323 |
9. Adjust the best times to schedule in the best time scheduler.
|
324 |
|
325 |
== Changelog ==
|
326 |
-
= 5.4.
|
327 |
Usability Optimization
|
|
|
|
|
328 |
= 5.3.0 =
|
329 |
-
|
330 |
= 5.2.0 =
|
331 |
-
|
332 |
= 5.1.4 =
|
333 |
-
|
334 |
= 5.1.3 =
|
335 |
-
|
336 |
= 5.1.2 =
|
337 |
-
|
338 |
= 5.1.1 =
|
339 |
-
|
340 |
= 5.1.0 =
|
341 |
-
|
342 |
= 5.0.4 =
|
343 |
-
|
344 |
= 5.0.3 =
|
345 |
-
Usability Optimization
|
346 |
= 5.0.2 =
|
347 |
Usability Optimization
|
348 |
= 5.0.1 =
|
@@ -395,26 +397,28 @@ Usabilitiy and Performance Optimization. Select link format or image format indi
|
|
395 |
Usabilitiy and Performance Optimization. NEW: Select individual images per post. Select link format or image format for your posts. Select your own time zone for scheduling posts. Emoji support.
|
396 |
|
397 |
== Upgrade Notice ==
|
398 |
-
= 5.4.
|
399 |
Usability Optimization
|
|
|
|
|
400 |
= 5.3.0 =
|
401 |
-
|
402 |
= 5.2.0 =
|
403 |
-
|
404 |
= 5.1.4 =
|
405 |
-
|
406 |
= 5.1.3 =
|
407 |
-
|
408 |
= 5.1.2 =
|
409 |
-
|
410 |
= 5.1.1 =
|
411 |
-
|
412 |
= 5.1.0 =
|
413 |
-
|
414 |
= 5.0.4 =
|
415 |
-
|
416 |
= 5.0.3 =
|
417 |
-
Usability Optimization
|
418 |
= 5.0.2 =
|
419 |
Usability Optimization
|
420 |
= 5.0.1 =
|
4 |
Donate link: http://www.blog2social.com
|
5 |
Requires at least: 4.2.2
|
6 |
Tested up to: 5.2.0
|
7 |
+
Stable tag: 5.4.1
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
323 |
9. Adjust the best times to schedule in the best time scheduler.
|
324 |
|
325 |
== Changelog ==
|
326 |
+
= 5.4.1 =
|
327 |
Usability Optimization
|
328 |
+
= 5.4.0 =
|
329 |
+
New Content Curation features and Debugger Tool
|
330 |
= 5.3.0 =
|
331 |
+
A new look, improved support hub and calendar
|
332 |
= 5.2.0 =
|
333 |
+
New XING Interface and Google + News
|
334 |
= 5.1.4 =
|
335 |
+
Connection of Blog2Social and press distribution service PR- Gateway and additional language extension
|
336 |
= 5.1.3 =
|
337 |
+
Additional Security Update
|
338 |
= 5.1.2 =
|
339 |
+
Security Update
|
340 |
= 5.1.1 =
|
341 |
+
Introducing Instant Sharing for Google+
|
342 |
= 5.1.0 =
|
343 |
+
Advanced Best Time Manager
|
344 |
= 5.0.4 =
|
345 |
+
Network Format and Calendar Optimization
|
346 |
= 5.0.3 =
|
347 |
+
Usability Optimization
|
348 |
= 5.0.2 =
|
349 |
Usability Optimization
|
350 |
= 5.0.1 =
|
397 |
Usabilitiy and Performance Optimization. NEW: Select individual images per post. Select link format or image format for your posts. Select your own time zone for scheduling posts. Emoji support.
|
398 |
|
399 |
== Upgrade Notice ==
|
400 |
+
= 5.4.1 =
|
401 |
Usability Optimization
|
402 |
+
= 5.4.0 =
|
403 |
+
New Content Curation features and Debugger Tool
|
404 |
= 5.3.0 =
|
405 |
+
A new look, improved support hub and calendar
|
406 |
= 5.2.0 =
|
407 |
+
New XING Interface and Google + News
|
408 |
= 5.1.4 =
|
409 |
+
Connection of Blog2Social and press distribution service PR- Gateway and additional language extension
|
410 |
= 5.1.3 =
|
411 |
+
Additional Security Update
|
412 |
= 5.1.2 =
|
413 |
+
Security Update
|
414 |
= 5.1.1 =
|
415 |
+
Introducing Instant Sharing for Google+
|
416 |
= 5.1.0 =
|
417 |
+
Advanced Best Time Manager
|
418 |
= 5.0.4 =
|
419 |
+
Network Format and Calendar Optimization
|
420 |
= 5.0.3 =
|
421 |
+
Usability Optimization
|
422 |
= 5.0.2 =
|
423 |
Usability Optimization
|
424 |
= 5.0.1 =
|
views/b2s/html/footer.phtml
CHANGED
@@ -61,7 +61,7 @@
|
|
61 |
<br>
|
62 |
<?php _e('With Blog2Social PREMIUM PRO you can also:', 'blog2social') ?>
|
63 |
<br>
|
64 |
-
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Post on LinkedIn pages, XING pages and groups, as well as Facebook
|
65 |
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Auto-post and auto-schedule new and updated blog posts', 'blog2social') ?><br>
|
66 |
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Schedule your posts at the best times on each network: for one time, multiple times or recurrently', 'blog2social') ?><br>
|
67 |
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Select link format or image format for your posts', 'blog2social') ?><br>
|
@@ -81,7 +81,7 @@
|
|
81 |
<?php _e('Also included:', 'blog2social') ?>
|
82 |
<br>
|
83 |
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Social media auto-posting and auto-scheduling', 'blog2social') ?><br>
|
84 |
-
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Posting to social media pages and groups in Facebook
|
85 |
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Sharing on multiple accounts per network', 'blog2social') ?><br>
|
86 |
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Best Time Scheduler: schedule once, multiple times or recurringly', 'blog2social') ?><br>
|
87 |
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Reporting with links to already published posts', 'blog2social') ?><br>
|
@@ -104,12 +104,12 @@
|
|
104 |
<div class="modal-body">
|
105 |
<div class="row">
|
106 |
<div class="col-md-12">
|
107 |
-
<b><?php _e('You can define your preferred custom post format Twitter,
|
108 |
<div class="clearfix"></div>
|
109 |
<div class="col-md-6">
|
110 |
<br>
|
111 |
<b>1) <?php _e('Link Post', 'blog2social') ?></b><br>
|
112 |
-
<?php _e('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.
|
113 |
</div>
|
114 |
<div class="col-md-6">
|
115 |
<br>
|
61 |
<br>
|
62 |
<?php _e('With Blog2Social PREMIUM PRO you can also:', 'blog2social') ?>
|
63 |
<br>
|
64 |
+
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Post on LinkedIn pages, XING pages and groups, as well as Facebook pages and groups', 'blog2social') ?><br>
|
65 |
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Auto-post and auto-schedule new and updated blog posts', 'blog2social') ?><br>
|
66 |
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Schedule your posts at the best times on each network: for one time, multiple times or recurrently', 'blog2social') ?><br>
|
67 |
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Select link format or image format for your posts', 'blog2social') ?><br>
|
81 |
<?php _e('Also included:', 'blog2social') ?>
|
82 |
<br>
|
83 |
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Social media auto-posting and auto-scheduling', 'blog2social') ?><br>
|
84 |
+
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Posting to social media pages and groups in Facebook', 'blog2social') ?><br>
|
85 |
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Sharing on multiple accounts per network', 'blog2social') ?><br>
|
86 |
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Best Time Scheduler: schedule once, multiple times or recurringly', 'blog2social') ?><br>
|
87 |
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Reporting with links to already published posts', 'blog2social') ?><br>
|
104 |
<div class="modal-body">
|
105 |
<div class="row">
|
106 |
<div class="col-md-12">
|
107 |
+
<b><?php _e('You can define your preferred custom post format Twitter, LinkedIn and Facebook. Select link post or photo post format:', 'blog2social') ?></b>
|
108 |
<div class="clearfix"></div>
|
109 |
<div class="col-md-6">
|
110 |
<br>
|
111 |
<b>1) <?php _e('Link Post', 'blog2social') ?></b><br>
|
112 |
+
<?php _e('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.', 'blog2social'); ?>
|
113 |
</div>
|
114 |
<div class="col-md-6">
|
115 |
<br>
|
views/b2s/html/header.phtml
CHANGED
@@ -94,7 +94,7 @@ if ($b2sPrivacyPolicy !== false) {
|
|
94 |
|
95 |
<div class="panel panel-group b2s-meta-tags-webdados b2s-meta-tags-danger" style="display:<?php echo $showWebdaos; ?>;">
|
96 |
<div class="panel-body">
|
97 |
-
<span class="glyphicon glyphicon-remove glyphicon-danger"></span> <?php _e('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
|
98 |
</div>
|
99 |
</div>
|
100 |
|
94 |
|
95 |
<div class="panel panel-group b2s-meta-tags-webdados b2s-meta-tags-danger" style="display:<?php echo $showWebdaos; ?>;">
|
96 |
<div class="panel-body">
|
97 |
+
<span class="glyphicon glyphicon-remove glyphicon-danger"></span> <?php _e('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.', 'blog2social'); ?>
|
98 |
</div>
|
99 |
</div>
|
100 |
|
views/b2s/post.calendar.php
CHANGED
@@ -128,8 +128,8 @@ $metaSettings = get_option('B2S_PLUGIN_GENERAL_OPTIONS');
|
|
128 |
<div class="b2s-post-format-settings-info" data-network-id="2" style="display:none;">
|
129 |
<b><?php _e('Define the default settings for the custom post format for all of your Twitter accounts in the Blog2Social settings.', 'blog2social'); ?></b>
|
130 |
</div>
|
131 |
-
<div class="b2s-post-format-settings-info" data-network-id="
|
132 |
-
<b><?php _e('Define the default settings for the custom post format for all of your
|
133 |
</div>
|
134 |
<div class="b2s-post-format-settings-info" data-network-id="12" style="display:none;">
|
135 |
<b><?php _e('Define the default settings for the custom post format for all of your Instagram accounts in the Blog2Social settings.', 'blog2social'); ?></b>
|
128 |
<div class="b2s-post-format-settings-info" data-network-id="2" style="display:none;">
|
129 |
<b><?php _e('Define the default settings for the custom post format for all of your Twitter accounts in the Blog2Social settings.', 'blog2social'); ?></b>
|
130 |
</div>
|
131 |
+
<div class="b2s-post-format-settings-info" data-network-id="3" style="display:none;">
|
132 |
+
<b><?php _e('Define the default settings for the custom post format for all of your LinkedIn accounts in the Blog2Social settings.', 'blog2social'); ?></b>
|
133 |
</div>
|
134 |
<div class="b2s-post-format-settings-info" data-network-id="12" style="display:none;">
|
135 |
<b><?php _e('Define the default settings for the custom post format for all of your Instagram accounts in the Blog2Social settings.', 'blog2social'); ?></b>
|
views/b2s/post.sched.php
CHANGED
@@ -145,8 +145,8 @@ $metaSettings = get_option('B2S_PLUGIN_GENERAL_OPTIONS');
|
|
145 |
<div class="b2s-post-format-settings-info" data-network-id="2" style="display:none;">
|
146 |
<b><?php _e('Define the default settings for the custom post format for all of your Twitter accounts in the Blog2Social settings.', 'blog2social'); ?></b>
|
147 |
</div>
|
148 |
-
<div class="b2s-post-format-settings-info" data-network-id="
|
149 |
-
<b><?php _e('Define the default settings for the custom post format for all of your
|
150 |
</div>
|
151 |
<div class="b2s-post-format-settings-info" data-network-id="12" style="display:none;">
|
152 |
<b><?php _e('Define the default settings for the custom post format for all of your Instagram accounts in the Blog2Social settings.', 'blog2social'); ?></b>
|
145 |
<div class="b2s-post-format-settings-info" data-network-id="2" style="display:none;">
|
146 |
<b><?php _e('Define the default settings for the custom post format for all of your Twitter accounts in the Blog2Social settings.', 'blog2social'); ?></b>
|
147 |
</div>
|
148 |
+
<div class="b2s-post-format-settings-info" data-network-id="3" style="display:none;">
|
149 |
+
<b><?php _e('Define the default settings for the custom post format for all of your LinkedIn accounts in the Blog2Social settings.', 'blog2social'); ?></b>
|
150 |
</div>
|
151 |
<div class="b2s-post-format-settings-info" data-network-id="12" style="display:none;">
|
152 |
<b><?php _e('Define the default settings for the custom post format for all of your Instagram accounts in the Blog2Social settings.', 'blog2social'); ?></b>
|
views/b2s/settings.php
CHANGED
@@ -78,7 +78,7 @@ $settingsItem = new B2S_Settings_Item();
|
|
78 |
<a href="#b2s-network-2" class="b2s-network-2" data-toggle="tab"><?php _e('Twitter', 'blog2social') ?></a>
|
79 |
</li>
|
80 |
<li>
|
81 |
-
<a href="#b2s-network-
|
82 |
</li>
|
83 |
<li>
|
84 |
<a href="#b2s-network-12" class="b2s-network-12" data-toggle="tab"><?php _e('Instagram', 'blog2social') ?></a>
|
@@ -117,10 +117,10 @@ $settingsItem = new B2S_Settings_Item();
|
|
117 |
<input type="hidden" name="network_id" value="2">
|
118 |
</form>
|
119 |
</div>
|
120 |
-
<div class="tab-pane" id="b2s-network-
|
121 |
-
<form class="
|
122 |
<?php
|
123 |
-
echo $settingsItem->getNetworkSettingsPostFormatHtml(
|
124 |
if (B2S_PLUGIN_USER_VERSION > 0) {
|
125 |
?>
|
126 |
<button class="btn btn-primary pull-right" type="submit"><?php _e('save', 'blog2social') ?></button>
|
@@ -129,7 +129,7 @@ $settingsItem = new B2S_Settings_Item();
|
|
129 |
<?php } ?>
|
130 |
<input type="hidden" name="action" value="b2s_user_network_settings">
|
131 |
<input type="hidden" name="type" value="post_format">
|
132 |
-
<input type="hidden" name="network_id" value="
|
133 |
</form>
|
134 |
</div>
|
135 |
<div class="tab-pane" id="b2s-network-12">
|
78 |
<a href="#b2s-network-2" class="b2s-network-2" data-toggle="tab"><?php _e('Twitter', 'blog2social') ?></a>
|
79 |
</li>
|
80 |
<li>
|
81 |
+
<a href="#b2s-network-3" class="b2s-network-10" data-toggle="tab"><?php _e('LinkedIn', 'blog2social') ?></a>
|
82 |
</li>
|
83 |
<li>
|
84 |
<a href="#b2s-network-12" class="b2s-network-12" data-toggle="tab"><?php _e('Instagram', 'blog2social') ?></a>
|
117 |
<input type="hidden" name="network_id" value="2">
|
118 |
</form>
|
119 |
</div>
|
120 |
+
<div class="tab-pane" id="b2s-network-3">
|
121 |
+
<form class="b2sSaveUserSettingsPostFormatLi" method="post" novalidate="novalidate">
|
122 |
<?php
|
123 |
+
echo $settingsItem->getNetworkSettingsPostFormatHtml(3);
|
124 |
if (B2S_PLUGIN_USER_VERSION > 0) {
|
125 |
?>
|
126 |
<button class="btn btn-primary pull-right" type="submit"><?php _e('save', 'blog2social') ?></button>
|
129 |
<?php } ?>
|
130 |
<input type="hidden" name="action" value="b2s_user_network_settings">
|
131 |
<input type="hidden" name="type" value="post_format">
|
132 |
+
<input type="hidden" name="network_id" value="3">
|
133 |
</form>
|
134 |
</div>
|
135 |
<div class="tab-pane" id="b2s-network-12">
|
views/b2s/ship.php
CHANGED
@@ -462,10 +462,10 @@ $b2sGeneralOptions = get_option('B2S_PLUGIN_GENERAL_OPTIONS');
|
|
462 |
<div class="modal-content">
|
463 |
<div class="modal-header">
|
464 |
<button type="button" class="b2s-modal-close close" data-modal-name="#b2s-tos-xing-group-modal">×</button>
|
465 |
-
<h4 class="modal-title"><?php _e('Important
|
466 |
</div>
|
467 |
<div class="modal-body">
|
468 |
-
<?php _e('Please follow the new XING guidelines for crossposting in XING groups: You can only publish identical content once within one group. You can publish identical
|
469 |
<a href="<?php echo B2S_Tools::getSupportLink('network_tos_blog_032019'); ?>" target="_blank"><?php _e('Learn more', 'blog2social') ?></a>
|
470 |
</div>
|
471 |
</div>
|
@@ -504,8 +504,8 @@ $b2sGeneralOptions = get_option('B2S_PLUGIN_GENERAL_OPTIONS');
|
|
504 |
<div class="b2s-post-format-settings-info" data-network-id="2" style="display:none;">
|
505 |
<b><?php _e('Define the default settings for the custom post format for all of your Twitter accounts in the Blog2Social settings.', 'blog2social'); ?></b>
|
506 |
</div>
|
507 |
-
<div class="b2s-post-format-settings-info" data-network-id="
|
508 |
-
<b><?php _e('Define the default settings for the custom post format for all of your
|
509 |
</div>
|
510 |
<div class="b2s-post-format-settings-info" data-network-id="12" style="display:none;">
|
511 |
<b><?php _e('Define the default settings for the custom post format for all of your Instagram accounts in the Blog2Social settings.', 'blog2social'); ?></b>
|
462 |
<div class="modal-content">
|
463 |
<div class="modal-header">
|
464 |
<button type="button" class="b2s-modal-close close" data-modal-name="#b2s-tos-xing-group-modal">×</button>
|
465 |
+
<h4 class="modal-title"><?php _e('Important infomations about XING groups', 'blog2social') ?> </h4>
|
466 |
</div>
|
467 |
<div class="modal-body">
|
468 |
+
<?php _e('Please follow the new XING guidelines for crossposting in XING groups: You can only publish identical content once within one group. You can publish identical posts in up to 3 different groups.', 'blog2Social') ?>
|
469 |
<a href="<?php echo B2S_Tools::getSupportLink('network_tos_blog_032019'); ?>" target="_blank"><?php _e('Learn more', 'blog2social') ?></a>
|
470 |
</div>
|
471 |
</div>
|
504 |
<div class="b2s-post-format-settings-info" data-network-id="2" style="display:none;">
|
505 |
<b><?php _e('Define the default settings for the custom post format for all of your Twitter accounts in the Blog2Social settings.', 'blog2social'); ?></b>
|
506 |
</div>
|
507 |
+
<div class="b2s-post-format-settings-info" data-network-id="3" style="display:none;">
|
508 |
+
<b><?php _e('Define the default settings for the custom post format for all of your LinkedIn accounts in the Blog2Social settings.', 'blog2social'); ?></b>
|
509 |
</div>
|
510 |
<div class="b2s-post-format-settings-info" data-network-id="12" style="display:none;">
|
511 |
<b><?php _e('Define the default settings for the custom post format for all of your Instagram accounts in the Blog2Social settings.', 'blog2social'); ?></b>
|