Version Description
Multiple image post & Telegram Network
Download this release
Release Info
Developer | PR-Gateway |
Plugin | Blog2Social: Social Media Auto Post & Scheduler |
Version | 6.5.0 |
Comparing to | |
See all releases |
Code changes from version 6.4.2 to 6.5.0
- assets/css/b2s/ship.css +16 -3
- assets/css/b2s/wp/post-box.css +7 -0
- assets/css/general.css +4 -0
- assets/images/portale/24_flat.png +0 -0
- assets/js/b2s/autopost.js +63 -1
- assets/js/b2s/curation.js +29 -0
- assets/js/b2s/network.js +20 -3
- assets/js/b2s/post.js +27 -0
- assets/js/b2s/settings.js +0 -39
- assets/js/b2s/ship.js +127 -2
- assets/js/b2s/start.js +1 -1
- assets/js/b2s/wp/post-box.js +28 -1
- blog2social.php +2 -2
- includes/Ajax/Get.php +23 -2
- includes/Ajax/Post.php +167 -13
- includes/B2S/AutoPost.php +40 -38
- includes/B2S/AutoPost/Item.php +93 -42
- includes/B2S/Hook/Filter.php +6 -0
- includes/B2S/Network/Item.php +15 -6
- includes/B2S/Network/Save.php +6 -2
- includes/B2S/Post/Filter.php +48 -18
- includes/B2S/Post/Item.php +34 -6
- includes/B2S/PostBox.php +30 -6
- includes/B2S/RePost/Item.php +3 -0
- includes/B2S/RePost/Save.php +53 -46
- includes/B2S/Settings/Item.php +0 -5
- includes/B2S/Ship/Image.php +7 -2
- includes/B2S/Ship/Item.php +201 -70
- includes/B2S/Ship/Navbar.php +1 -1
- includes/B2S/Ship/Save.php +21 -0
- includes/B2S/Support/Check/System.php +1 -0
- includes/Loader.php +50 -30
- includes/Meta.php +7 -2
- includes/PRG/Ship/Image.php +2 -1
- includes/Tools.php +35 -1
- includes/Util.php +1 -1
- languages/blog2social-de_DE.mo +0 -0
- languages/blog2social-de_DE.po +1066 -923
- languages/blog2social.pot +1004 -895
- readme.txt +6 -2
- views/b2s/dashboard.php +1 -0
- views/b2s/html/footer.php +37 -2
- views/b2s/network.php +33 -2
- views/b2s/settings.php +0 -14
- views/prg/ship.php +1 -1
assets/css/b2s/ship.css
CHANGED
@@ -206,6 +206,14 @@
|
|
206 |
margin-top:8px;
|
207 |
}
|
208 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
209 |
.b2s-network-thumb {
|
210 |
padding: 4px 6px 0;
|
211 |
width: 36px;
|
@@ -556,7 +564,7 @@ input[type="checkbox"], input[type="radio"] {
|
|
556 |
margin-top: 10px;
|
557 |
}
|
558 |
|
559 |
-
.b2s-image-remove-btn{
|
560 |
position: absolute;
|
561 |
top: -5px;
|
562 |
right: 0px;
|
@@ -727,7 +735,7 @@ input[type="checkbox"], input[type="radio"] {
|
|
727 |
.b2s-img-required{
|
728 |
border-color: #d9534f !important;
|
729 |
}
|
730 |
-
.b2s-post-item-details-url-image{
|
731 |
cursor: pointer;
|
732 |
}
|
733 |
|
@@ -855,4 +863,9 @@ input[type="number"]{
|
|
855 |
.emoji-picker__tab.active {
|
856 |
color: #79b333;
|
857 |
border-bottom: 3px solid #79b333;
|
858 |
-
}
|
|
|
|
|
|
|
|
|
|
206 |
margin-top:8px;
|
207 |
}
|
208 |
|
209 |
+
.b2s-margin-top-20{
|
210 |
+
margin-top:20px;
|
211 |
+
}
|
212 |
+
|
213 |
+
.b2s-margin-left-120{
|
214 |
+
margin-left:120px;
|
215 |
+
}
|
216 |
+
|
217 |
.b2s-network-thumb {
|
218 |
padding: 4px 6px 0;
|
219 |
width: 36px;
|
564 |
margin-top: 10px;
|
565 |
}
|
566 |
|
567 |
+
.b2s-image-remove-btn, .b2s-multi-image-remove-btn{
|
568 |
position: absolute;
|
569 |
top: -5px;
|
570 |
right: 0px;
|
735 |
.b2s-img-required{
|
736 |
border-color: #d9534f !important;
|
737 |
}
|
738 |
+
.b2s-post-item-details-url-image, .b2s-post-item-details-url-image-multi {
|
739 |
cursor: pointer;
|
740 |
}
|
741 |
|
863 |
.emoji-picker__tab.active {
|
864 |
color: #79b333;
|
865 |
border-bottom: 3px solid #79b333;
|
866 |
+
}
|
867 |
+
|
868 |
+
.b2s-multi-image-area {
|
869 |
+
display: none;
|
870 |
+
}
|
871 |
+
|
assets/css/b2s/wp/post-box.css
CHANGED
@@ -318,4 +318,11 @@
|
|
318 |
|
319 |
.b2s-bold {
|
320 |
font-weight: 600;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
321 |
}
|
318 |
|
319 |
.b2s-bold {
|
320 |
font-weight: 600;
|
321 |
+
}
|
322 |
+
|
323 |
+
.b2s-info-assignd-by {
|
324 |
+
border: 1px solid orange !important;
|
325 |
+
padding: 5px !important;
|
326 |
+
font-weight: bold;
|
327 |
+
margin: 5px 0px;
|
328 |
}
|
assets/css/general.css
CHANGED
@@ -7644,3 +7644,7 @@ CSS CheckBOX
|
|
7644 |
.fc-other-month{
|
7645 |
opacity: 1 !important;
|
7646 |
}
|
|
|
|
|
|
|
|
7644 |
.fc-other-month{
|
7645 |
opacity: 1 !important;
|
7646 |
}
|
7647 |
+
|
7648 |
+
.b2s-multi-image-info-text {
|
7649 |
+
display: none;
|
7650 |
+
}
|
assets/images/portale/24_flat.png
ADDED
Binary file
|
assets/js/b2s/autopost.js
CHANGED
@@ -6,6 +6,7 @@ jQuery(window).on("load", function () {
|
|
6 |
}
|
7 |
|
8 |
jQuery(".b2s-import-auto-post-type").chosen();
|
|
|
9 |
|
10 |
jQuery('.b2s-network-item-auth-list[data-network-count="true"]').each(function () {
|
11 |
jQuery('.b2s-network-auth-count-current[data-network-id="' + jQuery(this).attr("data-network-id") + '"').text(jQuery(this).children('li').length);
|
@@ -19,7 +20,33 @@ jQuery(window).on("load", function () {
|
|
19 |
//TOS Twitter 032018 - none multiple Accounts - User select once
|
20 |
checkNetworkTos(2);
|
21 |
|
22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
|
24 |
});
|
25 |
|
@@ -125,6 +152,9 @@ jQuery(document).on('click', '.b2sInfoAutoPosterAModalBtn', function () {
|
|
125 |
jQuery(document).on('click', '.b2sTwitterInfoModalBtn', function () {
|
126 |
jQuery('#b2sTwitterInfoModal').modal('show');
|
127 |
});
|
|
|
|
|
|
|
128 |
|
129 |
jQuery(document).on('change', '.b2s-auto-post-area-toggle', function() {
|
130 |
if(jQuery(this).is(':checked')) {
|
@@ -206,4 +236,36 @@ jQuery(document).on('change', '.b2s-post-type-item-update', function() {
|
|
206 |
jQuery(document).on('change', '.b2s-network-tos-check', function() {
|
207 |
jQuery('.b2s-auto-post-error[data-error-reason="import-no-auth"]').hide();
|
208 |
jQuery('.b2s-network-tos-check').css('border-color', '');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
209 |
});
|
6 |
}
|
7 |
|
8 |
jQuery(".b2s-import-auto-post-type").chosen();
|
9 |
+
jQuery(".b2s-auto-post-assign-user").chosen();
|
10 |
|
11 |
jQuery('.b2s-network-item-auth-list[data-network-count="true"]').each(function () {
|
12 |
jQuery('.b2s-network-auth-count-current[data-network-id="' + jQuery(this).attr("data-network-id") + '"').text(jQuery(this).children('li').length);
|
20 |
//TOS Twitter 032018 - none multiple Accounts - User select once
|
21 |
checkNetworkTos(2);
|
22 |
|
23 |
+
|
24 |
+
//Twitter Dropdown anpassen
|
25 |
+
var mandantId = jQuery('#b2s-auto-post-profil-dropdown').val();
|
26 |
+
jQuery('.b2s-auto-post-error[data-error-reason="no-auth-in-mandant"]').hide();
|
27 |
+
var tos = false;
|
28 |
+
if (jQuery('#b2s-auto-post-profil-data-' + mandantId).val() == "") {
|
29 |
+
tos = true;
|
30 |
+
} else {
|
31 |
+
//TOS Twitter Check
|
32 |
+
var len = jQuery('#b2s-auto-post-profil-dropdown-twitter').children('option[data-mandant-id="' + mandantId + '"]').length;
|
33 |
+
if (len >= 1) {
|
34 |
+
jQuery('.b2s-auto-post-twitter-profile').show();
|
35 |
+
jQuery('#b2s-auto-post-profil-dropdown-twitter').prop('disabled', false);
|
36 |
+
jQuery('#b2s-auto-post-profil-dropdown-twitter').show();
|
37 |
+
jQuery('#b2s-auto-post-profil-dropdown-twitter option').attr("disabled", "disabled");
|
38 |
+
jQuery('#b2s-auto-post-profil-dropdown-twitter option[data-mandant-id="' + mandantId + '"]').attr("disabled", false);
|
39 |
+
} else {
|
40 |
+
tos = true;
|
41 |
+
}
|
42 |
+
|
43 |
+
}
|
44 |
+
//TOS Twitter 032018
|
45 |
+
if (tos) {
|
46 |
+
jQuery('.b2s-auto-post-twitter-profile').hide();
|
47 |
+
jQuery('#b2s-auto-post-profil-dropdown-twitter').prop('disabled', 'disabled');
|
48 |
+
jQuery('#b2s-auto-post-profil-dropdown-twitter').hide();
|
49 |
+
}
|
50 |
|
51 |
});
|
52 |
|
152 |
jQuery(document).on('click', '.b2sTwitterInfoModalBtn', function () {
|
153 |
jQuery('#b2sTwitterInfoModal').modal('show');
|
154 |
});
|
155 |
+
jQuery(document).on('click', '.b2sInfoAssignAutoPostBtn', function () {
|
156 |
+
jQuery('#b2sInfoAssignAutoPost').modal('show');
|
157 |
+
});
|
158 |
|
159 |
jQuery(document).on('change', '.b2s-auto-post-area-toggle', function() {
|
160 |
if(jQuery(this).is(':checked')) {
|
236 |
jQuery(document).on('change', '.b2s-network-tos-check', function() {
|
237 |
jQuery('.b2s-auto-post-error[data-error-reason="import-no-auth"]').hide();
|
238 |
jQuery('.b2s-network-tos-check').css('border-color', '');
|
239 |
+
});
|
240 |
+
|
241 |
+
jQuery(document).on('click', '#b2s-auto-post-assign-by-disconnect', function() {
|
242 |
+
jQuery(".b2s-loading-area").show();
|
243 |
+
jQuery(".b2s-autopost-area").hide();
|
244 |
+
jQuery.ajax({
|
245 |
+
url: ajaxurl,
|
246 |
+
type: "POST",
|
247 |
+
dataType: "json",
|
248 |
+
cache: false,
|
249 |
+
data: {
|
250 |
+
'action': 'b2s_auto_post_assign_by_disconnect',
|
251 |
+
'b2s_security_nonce': jQuery('#b2s_security_nonce').val()
|
252 |
+
},
|
253 |
+
error: function () {
|
254 |
+
jQuery('.b2s-server-connection-fail').show();
|
255 |
+
return false;
|
256 |
+
},
|
257 |
+
success: function (data) {
|
258 |
+
jQuery(".b2s-loading-area").hide();
|
259 |
+
jQuery(".b2s-autopost-area").show();
|
260 |
+
if (data.result == true) {
|
261 |
+
location.reload();
|
262 |
+
} else {
|
263 |
+
if(data.error == 'nonce') {
|
264 |
+
jQuery('.b2s-nonce-check-fail').show();
|
265 |
+
}
|
266 |
+
jQuery('.b2s-settings-user-error').show();
|
267 |
+
}
|
268 |
+
}
|
269 |
+
});
|
270 |
+
return false;
|
271 |
});
|
assets/js/b2s/curation.js
CHANGED
@@ -768,6 +768,35 @@ jQuery(document).on('click', '.b2s-image-change', function () {
|
|
768 |
jQuery('.b2s-upload-image-no-permission').hide();
|
769 |
jQuery('.b2s-upload-image-free-version-info').hide();
|
770 |
jQuery('.b2s-post-item-details-url-image').removeClass('error');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
771 |
}
|
772 |
jQuery('#b2s-network-select-image').modal('hide');
|
773 |
return false;
|
768 |
jQuery('.b2s-upload-image-no-permission').hide();
|
769 |
jQuery('.b2s-upload-image-free-version-info').hide();
|
770 |
jQuery('.b2s-post-item-details-url-image').removeClass('error');
|
771 |
+
if(jQuery('input[name=image_url]:checked').data('id') > 0) {
|
772 |
+
jQuery.ajax({
|
773 |
+
url: ajaxurl,
|
774 |
+
type: "GET",
|
775 |
+
dataType: "json",
|
776 |
+
cache: false,
|
777 |
+
data: {
|
778 |
+
'action': 'b2s_get_image_caption',
|
779 |
+
'image_id': jQuery('input[name=image_url]:checked').data('id'),
|
780 |
+
'b2s_security_nonce': jQuery('#b2s_security_nonce').val()
|
781 |
+
},
|
782 |
+
error: function () {
|
783 |
+
jQuery('.b2s-server-connection-fail').show();
|
784 |
+
return false;
|
785 |
+
},
|
786 |
+
success: function (data) {
|
787 |
+
if (data.result == true) {
|
788 |
+
if(data.caption != '' && jQuery('.b2s-post-item-details-item-message-input').val() == '') {
|
789 |
+
jQuery('.b2s-post-item-details-item-message-input').val(data.caption);
|
790 |
+
}
|
791 |
+
return false;
|
792 |
+
} else {
|
793 |
+
if(data.error == 'nonce') {
|
794 |
+
jQuery('.b2s-nonce-check-fail').show();
|
795 |
+
}
|
796 |
+
}
|
797 |
+
}
|
798 |
+
});
|
799 |
+
}
|
800 |
}
|
801 |
jQuery('#b2s-network-select-image').modal('hide');
|
802 |
return false;
|
assets/js/b2s/network.js
CHANGED
@@ -901,6 +901,9 @@ jQuery(window).on("load", function () {
|
|
901 |
jQuery('.b2s-edit-template-post-format[data-network-type=' + jQuery(this).attr('data-network-type') + ']').val('0');
|
902 |
jQuery('.b2s-edit-template-image-preview[data-network-type=' + jQuery(this).attr('data-network-type') + ']').hide();
|
903 |
jQuery('.b2s-edit-template-link-preview[data-network-type=' + jQuery(this).attr('data-network-type') + ']').show();
|
|
|
|
|
|
|
904 |
});
|
905 |
|
906 |
jQuery(document).on('click', '.b2s-edit-template-image-post', function () {
|
@@ -909,6 +912,9 @@ jQuery(window).on("load", function () {
|
|
909 |
jQuery('.b2s-edit-template-post-format[data-network-type=' + jQuery(this).attr('data-network-type') + ']').val('1');
|
910 |
jQuery('.b2s-edit-template-link-preview[data-network-type=' + jQuery(this).attr('data-network-type') + ']').hide();
|
911 |
jQuery('.b2s-edit-template-image-preview[data-network-type=' + jQuery(this).attr('data-network-type') + ']').show();
|
|
|
|
|
|
|
912 |
});
|
913 |
|
914 |
|
@@ -1106,7 +1112,7 @@ jQuery(document).on('click', '.b2s-edit-template-save-btn', function () {
|
|
1106 |
template_data[networkType]['content'] = jQuery('.b2s-edit-template-post-content[data-network-type="' + networkType + '"]').val();
|
1107 |
template_data[networkType]['range_max'] = jQuery('.b2s-edit-template-range[data-network-type="' + networkType + '"]').val();
|
1108 |
template_data[networkType]['excerpt_range_max'] = jQuery('.b2s-edit-template-excerpt-range[data-network-type="' + networkType + '"]').val();
|
1109 |
-
if (jQuery('#b2s-edit-template-network-id').val() == 12) {
|
1110 |
if(jQuery('.b2s-edit-template-enable-link[data-network-type="' + networkType + '"]').is(':checked')) {
|
1111 |
template_data[networkType]['addLink'] = true;
|
1112 |
} else {
|
@@ -1596,16 +1602,27 @@ jQuery(document).on('click', '.b2s-url-parameter-save-btn', function () {
|
|
1596 |
//END Network Auth Settings
|
1597 |
|
1598 |
jQuery(document).on('click', '.b2s-network-add-page-info-btn', function() {
|
1599 |
-
jQuery('#
|
1600 |
var b2sAuthUrl = jQuery(this).data('b2s-auth-url');
|
1601 |
jQuery(document).on('click', '.b2s-add-network-continue-btn', function() {
|
1602 |
-
jQuery('#
|
1603 |
wop(b2sAuthUrl + '&choose=page', 'Blog2Social Network');
|
1604 |
return false;
|
1605 |
});
|
1606 |
return false;
|
1607 |
});
|
1608 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1609 |
function generateExamplePost(template, content_range, exerpt_range) {
|
1610 |
if(jQuery('#b2s_use_post').val() == 'true') {
|
1611 |
var content = '';
|
901 |
jQuery('.b2s-edit-template-post-format[data-network-type=' + jQuery(this).attr('data-network-type') + ']').val('0');
|
902 |
jQuery('.b2s-edit-template-image-preview[data-network-type=' + jQuery(this).attr('data-network-type') + ']').hide();
|
903 |
jQuery('.b2s-edit-template-link-preview[data-network-type=' + jQuery(this).attr('data-network-type') + ']').show();
|
904 |
+
if(jQuery('#b2s-edit-template-network-id').val() == 1) {
|
905 |
+
jQuery('.b2s-edit-template-enable-link-area[data-network-type=' + jQuery(this).attr('data-network-type') + ']').hide();
|
906 |
+
}
|
907 |
});
|
908 |
|
909 |
jQuery(document).on('click', '.b2s-edit-template-image-post', function () {
|
912 |
jQuery('.b2s-edit-template-post-format[data-network-type=' + jQuery(this).attr('data-network-type') + ']').val('1');
|
913 |
jQuery('.b2s-edit-template-link-preview[data-network-type=' + jQuery(this).attr('data-network-type') + ']').hide();
|
914 |
jQuery('.b2s-edit-template-image-preview[data-network-type=' + jQuery(this).attr('data-network-type') + ']').show();
|
915 |
+
if(jQuery('#b2s-edit-template-network-id').val() == 1) {
|
916 |
+
jQuery('.b2s-edit-template-enable-link-area[data-network-type=' + jQuery(this).attr('data-network-type') + ']').show();
|
917 |
+
}
|
918 |
});
|
919 |
|
920 |
|
1112 |
template_data[networkType]['content'] = jQuery('.b2s-edit-template-post-content[data-network-type="' + networkType + '"]').val();
|
1113 |
template_data[networkType]['range_max'] = jQuery('.b2s-edit-template-range[data-network-type="' + networkType + '"]').val();
|
1114 |
template_data[networkType]['excerpt_range_max'] = jQuery('.b2s-edit-template-excerpt-range[data-network-type="' + networkType + '"]').val();
|
1115 |
+
if (jQuery('#b2s-edit-template-network-id').val() == 12 || jQuery('#b2s-edit-template-network-id').val() == 1) {
|
1116 |
if(jQuery('.b2s-edit-template-enable-link[data-network-type="' + networkType + '"]').is(':checked')) {
|
1117 |
template_data[networkType]['addLink'] = true;
|
1118 |
} else {
|
1602 |
//END Network Auth Settings
|
1603 |
|
1604 |
jQuery(document).on('click', '.b2s-network-add-page-info-btn', function() {
|
1605 |
+
jQuery('#b2sNetworkAddPageInfoModal').modal('show');
|
1606 |
var b2sAuthUrl = jQuery(this).data('b2s-auth-url');
|
1607 |
jQuery(document).on('click', '.b2s-add-network-continue-btn', function() {
|
1608 |
+
jQuery('#b2sNetworkAddPageInfoModal').modal('hide');
|
1609 |
wop(b2sAuthUrl + '&choose=page', 'Blog2Social Network');
|
1610 |
return false;
|
1611 |
});
|
1612 |
return false;
|
1613 |
});
|
1614 |
|
1615 |
+
jQuery(document).on('click', '.b2s-network-add-group-info-btn', function() {
|
1616 |
+
jQuery('#b2sNetworkAddGroupInfoModal').modal('show');
|
1617 |
+
var b2sAuthUrl = jQuery(this).data('b2s-auth-url');
|
1618 |
+
jQuery(document).on('click', '.b2s-add-network-continue-btn', function() {
|
1619 |
+
jQuery('#b2sNetworkAddGroupInfoModal').modal('hide');
|
1620 |
+
wop(b2sAuthUrl + '&choose=group', 'Blog2Social Network');
|
1621 |
+
return false;
|
1622 |
+
});
|
1623 |
+
return false;
|
1624 |
+
});
|
1625 |
+
|
1626 |
function generateExamplePost(template, content_range, exerpt_range) {
|
1627 |
if(jQuery('#b2s_use_post').val() == 'true') {
|
1628 |
var content = '';
|
assets/js/b2s/post.js
CHANGED
@@ -15,6 +15,30 @@ jQuery(window).on("load", function () {
|
|
15 |
}*/
|
16 |
jQuery('#b2s-sched-calendar-area').hide();
|
17 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
});
|
19 |
|
20 |
|
@@ -226,6 +250,9 @@ function b2sSortFormSubmit(sched_dates) {
|
|
226 |
'b2sUserLang': jQuery('#b2sUserLang').val(),
|
227 |
'b2sPostsPerPage': jQuery('#b2sPostsPerPage').val(),
|
228 |
'b2sSortPostSharedBy': jQuery('#b2sSortPostSharedBy').val(),
|
|
|
|
|
|
|
229 |
'b2s_security_nonce': jQuery('#b2s_security_nonce').val()
|
230 |
};
|
231 |
|
15 |
}*/
|
16 |
jQuery('#b2s-sched-calendar-area').hide();
|
17 |
|
18 |
+
|
19 |
+
var dateFormat = "yyyy-mm-dd";
|
20 |
+
var language = "en";
|
21 |
+
if (jQuery('#b2sUserLang').val() == "de") {
|
22 |
+
dateFormat = "dd.mm.yyyy";
|
23 |
+
language = "de";
|
24 |
+
}
|
25 |
+
jQuery("#b2sSortSharedAtDateStart").datepicker({
|
26 |
+
format: dateFormat,
|
27 |
+
language: language,
|
28 |
+
maxViewMode: 2,
|
29 |
+
todayHighlight: true,
|
30 |
+
calendarWeeks: true,
|
31 |
+
autoclose: true
|
32 |
+
});
|
33 |
+
|
34 |
+
jQuery("#b2sSortSharedAtDateEnd").datepicker({
|
35 |
+
format: dateFormat,
|
36 |
+
language: language,
|
37 |
+
maxViewMode: 2,
|
38 |
+
todayHighlight: true,
|
39 |
+
calendarWeeks: true,
|
40 |
+
autoclose: true
|
41 |
+
});
|
42 |
});
|
43 |
|
44 |
|
250 |
'b2sUserLang': jQuery('#b2sUserLang').val(),
|
251 |
'b2sPostsPerPage': jQuery('#b2sPostsPerPage').val(),
|
252 |
'b2sSortPostSharedBy': jQuery('#b2sSortPostSharedBy').val(),
|
253 |
+
'b2sSortSharedToNetwork': jQuery('#b2sSortSharedToNetwork').val(),
|
254 |
+
'b2sSortSharedAtDateStart': jQuery('#b2sSortSharedAtDateStart').val(),
|
255 |
+
'b2sSortSharedAtDateEnd': jQuery('#b2sSortSharedAtDateEnd').val(),
|
256 |
'b2s_security_nonce': jQuery('#b2s_security_nonce').val()
|
257 |
};
|
258 |
|
assets/js/b2s/settings.js
CHANGED
@@ -320,42 +320,6 @@ jQuery(document).on('click', '#b2s-user-network-settings-allow-shortcode', funct
|
|
320 |
return false;
|
321 |
});
|
322 |
|
323 |
-
jQuery(document).on('click', '#b2s-user-network-settings-allow-hashtag', function () {
|
324 |
-
jQuery('.b2s-settings-user-success').hide();
|
325 |
-
jQuery('.b2s-settings-user-error').hide();
|
326 |
-
jQuery(".b2s-loading-area").show();
|
327 |
-
jQuery(".b2s-user-settings-area").hide();
|
328 |
-
jQuery('.b2s-server-connection-fail').hide();
|
329 |
-
jQuery.ajax({
|
330 |
-
url: ajaxurl,
|
331 |
-
type: "POST",
|
332 |
-
dataType: "json",
|
333 |
-
cache: false,
|
334 |
-
data: {
|
335 |
-
'action': 'b2s_user_network_settings',
|
336 |
-
'allow_hashtag': jQuery('#b2s-user-network-settings-allow-hashtag').val(),
|
337 |
-
'b2s_security_nonce': jQuery('#b2s_security_nonce').val()
|
338 |
-
},
|
339 |
-
error: function () {
|
340 |
-
jQuery('.b2s-server-connection-fail').show();
|
341 |
-
return false;
|
342 |
-
},
|
343 |
-
success: function (data) {
|
344 |
-
if (data.result == true) {
|
345 |
-
window.location.href = window.location.pathname + "?page=blog2social-settings&b2s-settings-user-success=true";
|
346 |
-
} else {
|
347 |
-
if(data.error == 'nonce') {
|
348 |
-
jQuery('.b2s-nonce-check-fail').show();
|
349 |
-
}
|
350 |
-
jQuery(".b2s-loading-area").hide();
|
351 |
-
jQuery(".b2s-user-settings-area").show();
|
352 |
-
jQuery('.b2s-settings-user-error').show();
|
353 |
-
}
|
354 |
-
}
|
355 |
-
});
|
356 |
-
return false;
|
357 |
-
});
|
358 |
-
|
359 |
|
360 |
jQuery(document).on('click', '#b2s-general-settings-legacy-mode', function () {
|
361 |
jQuery('.b2s-settings-user-success').hide();
|
@@ -489,9 +453,6 @@ jQuery(document).on('click', '.b2sInfoUrlShortenerModalBtn', function () {
|
|
489 |
jQuery(document).on('click', '.b2sInfoAllowShortcodeModalBtn', function () {
|
490 |
jQuery('#b2sInfoAllowShortcodeModal').modal('show');
|
491 |
});
|
492 |
-
jQuery(document).on('click', '.b2sInfoAllowHashTagModalBtn', function () {
|
493 |
-
jQuery('#b2sInfoAllowHashTagModal').modal('show');
|
494 |
-
});
|
495 |
jQuery(document).on('click', '.b2sInfoLegacyModeBtn', function () {
|
496 |
jQuery('#b2sInfoLegacyMode').modal('show');
|
497 |
});
|
320 |
return false;
|
321 |
});
|
322 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
323 |
|
324 |
jQuery(document).on('click', '#b2s-general-settings-legacy-mode', function () {
|
325 |
jQuery('.b2s-settings-user-success').hide();
|
453 |
jQuery(document).on('click', '.b2sInfoAllowShortcodeModalBtn', function () {
|
454 |
jQuery('#b2sInfoAllowShortcodeModal').modal('show');
|
455 |
});
|
|
|
|
|
|
|
456 |
jQuery(document).on('click', '.b2sInfoLegacyModeBtn', function () {
|
457 |
jQuery('#b2sInfoLegacyMode').modal('show');
|
458 |
});
|
assets/js/b2s/ship.js
CHANGED
@@ -449,8 +449,8 @@ jQuery(document).on('click', '.b2s-get-settings-sched-time-user', function () {
|
|
449 |
jQuery('.b2s-post-item-details-release-input-date-select[data-network-auth-id="' + network_auth_id + '"]').val('1').trigger("change");
|
450 |
}
|
451 |
var hours = time.substring(0, 2);
|
452 |
-
|
453 |
-
|
454 |
hours = (timeparts[1] == 'AM') ? hours : (parseInt(hours) + 12);
|
455 |
}
|
456 |
|
@@ -749,6 +749,20 @@ jQuery(document).on("click", ".b2s-user-network-settings-post-format", function
|
|
749 |
jQuery(this).addClass('b2s-settings-checked');
|
750 |
jQuery('#b2s-post-ship-item-post-format-modal').modal('hide');
|
751 |
checkGifAnimation(networkAuthId, networkId);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
752 |
return false;
|
753 |
});
|
754 |
jQuery(document).on("click", ".b2s-post-ship-item-full-text", function () {
|
@@ -1088,6 +1102,10 @@ jQuery(document).on("click", ".b2s-network-select-btn", function () {
|
|
1088 |
var postFormatText = JSON.parse(jQuery('.b2sNetworkSettingsPostFormatText').val());
|
1089 |
var postFormatType = jQuery('.b2sNetworkSettingsPostFormatCurrent[data-network-type="' + data.networkType + '"][data-network-id="' + data.networkId + '"]').attr('data-post-format-type');
|
1090 |
if (jQuery('#user_version').val() >= 2) {
|
|
|
|
|
|
|
|
|
1091 |
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()]);
|
1092 |
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());
|
1093 |
var isMetaChecked = false;
|
@@ -1367,6 +1385,34 @@ jQuery(document).on("click", ".b2s-network-select-btn", function () {
|
|
1367 |
jQuery('.b2s-image-url-hidden-field[data-network-auth-id="' + data.networkAuthId + '"][data-network-count="-1"]').val(data.draftActions.image_url);
|
1368 |
}
|
1369 |
checkSchedDateTime(data.networkAuthId);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1370 |
}
|
1371 |
|
1372 |
//XING Groups
|
@@ -1529,6 +1575,9 @@ jQuery(document).on('change', '.b2s-post-item-details-release-input-date-select'
|
|
1529 |
if (jQuery(this).attr('data-network-id') == 2) {
|
1530 |
jQuery('.b2s-network-tos-sched-warning[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').hide();
|
1531 |
}
|
|
|
|
|
|
|
1532 |
}
|
1533 |
if (jQuery(this).val() == 2) {
|
1534 |
if (jQuery(this).attr('data-user-version') == 0) {
|
@@ -1556,6 +1605,9 @@ jQuery(document).on('change', '.b2s-post-item-details-release-input-date-select'
|
|
1556 |
jQuery('.b2s-post-item-details-release-input-add[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"][data-network-count="0"]').hide();
|
1557 |
jQuery('.b2s-post-item-details-release-input-hide[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"][data-network-count="1"').show();
|
1558 |
}
|
|
|
|
|
|
|
1559 |
}
|
1560 |
}
|
1561 |
if (jQuery(this).val() == 1) {
|
@@ -1584,6 +1636,8 @@ jQuery(document).on('change', '.b2s-post-item-details-release-input-date-select'
|
|
1584 |
jQuery('.b2s-post-item-details-release-input-add[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"][data-network-count="0"]').hide();
|
1585 |
jQuery('.b2s-post-item-details-release-input-hide[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"][data-network-count="1"').show();
|
1586 |
}
|
|
|
|
|
1587 |
}
|
1588 |
}
|
1589 |
releaseChoose(jQuery(this).val(), jQuery(this).attr('data-network-auth-id'), dataNetworkCount);
|
@@ -1795,6 +1849,7 @@ jQuery(document).on('click', '.b2s-post-item-details-preview-url-reload', functi
|
|
1795 |
jQuery(document).on('click', '.b2s-select-image-modal-open', function () {
|
1796 |
jQuery('.b2s-upload-image-invalid-extension').hide();
|
1797 |
jQuery('.b2s-image-change-meta-network').hide();
|
|
|
1798 |
jQuery('.b2s-image-change-this-network').show();
|
1799 |
var metaType = jQuery(this).attr('data-meta-type');
|
1800 |
var authId = jQuery(this).attr('data-network-auth-id');
|
@@ -3885,4 +3940,74 @@ var pickerHTML = new EmojiButton({
|
|
3885 |
var currentPickerHTMLContent;
|
3886 |
pickerHTML.on('emoji', function (emoji) {
|
3887 |
currentPickerHTMLContent.insert(emoji);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3888 |
});
|
449 |
jQuery('.b2s-post-item-details-release-input-date-select[data-network-auth-id="' + network_auth_id + '"]').val('1').trigger("change");
|
450 |
}
|
451 |
var hours = time.substring(0, 2);
|
452 |
+
var timeparts = time.split(' ');
|
453 |
+
if(typeof timeparts[1] != 'undefined') {
|
454 |
hours = (timeparts[1] == 'AM') ? hours : (parseInt(hours) + 12);
|
455 |
}
|
456 |
|
749 |
jQuery(this).addClass('b2s-settings-checked');
|
750 |
jQuery('#b2s-post-ship-item-post-format-modal').modal('hide');
|
751 |
checkGifAnimation(networkAuthId, networkId);
|
752 |
+
|
753 |
+
//Multi Image
|
754 |
+
if(postFormat == 1 && ((networkId == 1 && (networkType == 1 || networkType == 2)) || (networkId == 2)) && jQuery('.b2s-post-item-details-release-input-date-select[data-network-auth-id="' + networkAuthId + '"]').val() != 1) {
|
755 |
+
jQuery('.b2s-multi-image-area[data-network-auth-id="'+networkAuthId+'"][data-network-count="-1"]').show();
|
756 |
+
} else {
|
757 |
+
jQuery('.b2s-multi-image-area[data-network-auth-id="'+networkAuthId+'"][data-network-count="-1"]').hide();
|
758 |
+
}
|
759 |
+
jQuery('.b2s-multi-image-area[data-network-auth-id="'+networkAuthId+'"][data-network-count="0"]').show();
|
760 |
+
jQuery('.b2s-multi-image-area[data-network-auth-id="'+networkAuthId+'"][data-network-count="1"]').show();
|
761 |
+
jQuery('.b2s-multi-image-area[data-network-auth-id="'+networkAuthId+'"][data-network-count="2"]').show();
|
762 |
+
|
763 |
+
if(postFormat == 0 && networkId == 1) {
|
764 |
+
jQuery('.b2s-post-item-details-item-url-input[data-network-auth-id="'+networkAuthId+'"]').addClass('required_network_url');
|
765 |
+
}
|
766 |
return false;
|
767 |
});
|
768 |
jQuery(document).on("click", ".b2s-post-ship-item-full-text", function () {
|
1102 |
var postFormatText = JSON.parse(jQuery('.b2sNetworkSettingsPostFormatText').val());
|
1103 |
var postFormatType = jQuery('.b2sNetworkSettingsPostFormatCurrent[data-network-type="' + data.networkType + '"][data-network-id="' + data.networkId + '"]').attr('data-post-format-type');
|
1104 |
if (jQuery('#user_version').val() >= 2) {
|
1105 |
+
//Multi Image
|
1106 |
+
if(jQuery('.b2sNetworkSettingsPostFormatCurrent[data-network-type="' + data.networkType + '"][data-network-id="' + data.networkId + '"]').val() == 1 && ((data.networkId == 1 && (data.networkType == 1 || data.networkType == 2)) || (data.networkId == 2))) {
|
1107 |
+
jQuery('.b2s-multi-image-area[data-network-auth-id="'+data.networkAuthId+'"]').show();
|
1108 |
+
}
|
1109 |
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()]);
|
1110 |
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());
|
1111 |
var isMetaChecked = false;
|
1385 |
jQuery('.b2s-image-url-hidden-field[data-network-auth-id="' + data.networkAuthId + '"][data-network-count="-1"]').val(data.draftActions.image_url);
|
1386 |
}
|
1387 |
checkSchedDateTime(data.networkAuthId);
|
1388 |
+
|
1389 |
+
|
1390 |
+
if(data.draftActions.multi_image_1 != "") {
|
1391 |
+
jQuery('.b2s-post-item-details-url-image-multi[data-network-auth-id="'+data.networkAuthId+'"][data-image-count="1"]').attr('src', data.draftActions.multi_image_1);
|
1392 |
+
jQuery('.b2s-add-multi-image-hidden-field[data-network-auth-id="'+data.networkAuthId+'"][data-image-count="1"]').val(data.draftActions.multi_image_1);
|
1393 |
+
jQuery('.b2s-post-item-details-url-image-multi[data-network-auth-id="'+data.networkAuthId+'"][data-image-count="1"]').show();
|
1394 |
+
jQuery('.b2s-multi-image-remove-btn[data-network-auth-id="'+data.networkAuthId+'"][data-image-count="1"]').show();
|
1395 |
+
jQuery('.b2s-add-multi-image[data-network-auth-id="'+data.networkAuthId+'"][data-image-count="1"]').hide();
|
1396 |
+
jQuery('.b2s-add-multi-image[data-network-auth-id="'+data.networkAuthId+'"][data-image-count="2"]').show();
|
1397 |
+
jQuery('.b2s-select-multi-image-modal-open[data-network-auth-id="'+data.networkAuthId+'"][data-image-count="1"]').show();
|
1398 |
+
}
|
1399 |
+
if(data.draftActions.multi_image_2 != "") {
|
1400 |
+
jQuery('.b2s-post-item-details-url-image-multi[data-network-auth-id="'+data.networkAuthId+'"][data-image-count="2"]').attr('src', data.draftActions.multi_image_2);
|
1401 |
+
jQuery('.b2s-add-multi-image-hidden-field[data-network-auth-id="'+data.networkAuthId+'"][data-image-count="2"]').val(data.draftActions.multi_image_2);
|
1402 |
+
jQuery('.b2s-post-item-details-url-image-multi[data-network-auth-id="'+data.networkAuthId+'"][data-image-count="2"]').show();
|
1403 |
+
jQuery('.b2s-multi-image-remove-btn[data-network-auth-id="'+data.networkAuthId+'"][data-image-count="2"]').show();
|
1404 |
+
jQuery('.b2s-add-multi-image[data-network-auth-id="'+data.networkAuthId+'"][data-image-count="2"]').hide();
|
1405 |
+
jQuery('.b2s-add-multi-image[data-network-auth-id="'+data.networkAuthId+'"][data-image-count="3"]').show();
|
1406 |
+
jQuery('.b2s-select-multi-image-modal-open[data-network-auth-id="'+data.networkAuthId+'"][data-image-count="2"]').show();
|
1407 |
+
}
|
1408 |
+
if(data.draftActions.multi_image_3 != "") {
|
1409 |
+
jQuery('.b2s-post-item-details-url-image-multi[data-network-auth-id="'+data.networkAuthId+'"][data-image-count="2"]').attr('src', data.draftActions.multi_image_3);
|
1410 |
+
jQuery('.b2s-add-multi-image-hidden-field[data-network-auth-id="'+data.networkAuthId+'"][data-image-count="2"]').val(data.draftActions.multi_image_3);
|
1411 |
+
jQuery('.b2s-post-item-details-url-image-multi[data-network-auth-id="'+data.networkAuthId+'"][data-image-count="2"]').show();
|
1412 |
+
jQuery('.b2s-multi-image-remove-btn[data-network-auth-id="'+data.networkAuthId+'"][data-image-count="2"]').show();
|
1413 |
+
jQuery('.b2s-add-multi-image[data-network-auth-id="'+data.networkAuthId+'"][data-image-count="2"]').hide();
|
1414 |
+
jQuery('.b2s-select-multi-image-modal-open[data-network-auth-id="'+data.networkAuthId+'"][data-image-count="2"]').show();
|
1415 |
+
}
|
1416 |
}
|
1417 |
|
1418 |
//XING Groups
|
1575 |
if (jQuery(this).attr('data-network-id') == 2) {
|
1576 |
jQuery('.b2s-network-tos-sched-warning[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').hide();
|
1577 |
}
|
1578 |
+
if(jQuery('.b2s-post-item-details-post-format[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').val() == 1) {
|
1579 |
+
jQuery('.b2s-multi-image-area[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"][data-network-count="-1"]').show();
|
1580 |
+
}
|
1581 |
}
|
1582 |
if (jQuery(this).val() == 2) {
|
1583 |
if (jQuery(this).attr('data-user-version') == 0) {
|
1605 |
jQuery('.b2s-post-item-details-release-input-add[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"][data-network-count="0"]').hide();
|
1606 |
jQuery('.b2s-post-item-details-release-input-hide[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"][data-network-count="1"').show();
|
1607 |
}
|
1608 |
+
if(jQuery('.b2s-post-item-details-post-format[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').val() == 1) {
|
1609 |
+
jQuery('.b2s-multi-image-area[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"][data-network-count="-1"]').show();
|
1610 |
+
}
|
1611 |
}
|
1612 |
}
|
1613 |
if (jQuery(this).val() == 1) {
|
1636 |
jQuery('.b2s-post-item-details-release-input-add[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"][data-network-count="0"]').hide();
|
1637 |
jQuery('.b2s-post-item-details-release-input-hide[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"][data-network-count="1"').show();
|
1638 |
}
|
1639 |
+
|
1640 |
+
jQuery('.b2s-multi-image-area[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"][data-network-count="-1"]').hide();
|
1641 |
}
|
1642 |
}
|
1643 |
releaseChoose(jQuery(this).val(), jQuery(this).attr('data-network-auth-id'), dataNetworkCount);
|
1849 |
jQuery(document).on('click', '.b2s-select-image-modal-open', function () {
|
1850 |
jQuery('.b2s-upload-image-invalid-extension').hide();
|
1851 |
jQuery('.b2s-image-change-meta-network').hide();
|
1852 |
+
jQuery('.b2s-image-add-this-network').hide();
|
1853 |
jQuery('.b2s-image-change-this-network').show();
|
1854 |
var metaType = jQuery(this).attr('data-meta-type');
|
1855 |
var authId = jQuery(this).attr('data-network-auth-id');
|
3940 |
var currentPickerHTMLContent;
|
3941 |
pickerHTML.on('emoji', function (emoji) {
|
3942 |
currentPickerHTMLContent.insert(emoji);
|
3943 |
+
});
|
3944 |
+
|
3945 |
+
jQuery(document).on('click', '.b2s-add-multi-image', function() {
|
3946 |
+
var imageCount = jQuery(this).attr('data-image-count');
|
3947 |
+
var authId = jQuery(this).attr('data-network-auth-id');
|
3948 |
+
var countId = jQuery(this).attr('data-network-count');
|
3949 |
+
var networkId = jQuery('.b2s-network-select-btn[data-network-auth-id=' + authId + ']').attr("data-network-id");
|
3950 |
+
jQuery('.b2s-image-change-all-network').hide();
|
3951 |
+
jQuery('.b2s-image-change-meta-network').hide();
|
3952 |
+
jQuery('.b2s-image-change-this-network').hide();
|
3953 |
+
jQuery('.b2s-image-add-this-network').attr('data-network-auth-id', authId).attr('data-network-count', countId).attr('data-network-id', networkId).attr('data-image-count', imageCount);
|
3954 |
+
jQuery('.b2s-image-add-this-network').show();
|
3955 |
+
var content = "<img class='b2s-post-item-network-image-selected-account' height='22px' src='" + jQuery('.b2s-post-item-network-image[data-network-auth-id="' + authId + '"]').attr('src') + "' /> " + jQuery('.b2s-post-item-details-network-display-name[data-network-auth-id="' + authId + '"]').html();
|
3956 |
+
jQuery('.b2s-selected-network-for-image-info').html(content);
|
3957 |
+
jQuery('.b2s-multi-image-info-text').show();
|
3958 |
+
jQuery('.b2s-default-image-info-text').hide();
|
3959 |
+
jQuery('#b2s-network-select-image').modal('show');
|
3960 |
+
return false;
|
3961 |
+
});
|
3962 |
+
|
3963 |
+
jQuery(document).on('hidden.bs.modal', '#b2s-network-select-image', function () {
|
3964 |
+
jQuery('.b2s-multi-image-info-text').hide();
|
3965 |
+
jQuery('.b2s-default-image-info-text').show();
|
3966 |
+
return false;
|
3967 |
+
});
|
3968 |
+
|
3969 |
+
jQuery(document).on('click', '.b2s-image-add-this-network', function() {
|
3970 |
+
var currentImage = jQuery('input[name=image_url]:checked').val();
|
3971 |
+
var imageCount = jQuery(this).attr('data-image-count');
|
3972 |
+
var authId = jQuery(this).attr('data-network-auth-id');
|
3973 |
+
var countId = jQuery(this).attr('data-network-count');
|
3974 |
+
jQuery('.b2s-post-item-details-url-image-multi[data-network-auth-id="'+authId+'"][data-image-count="'+imageCount+'"][data-network-count="'+countId+'"]').attr('src', currentImage);
|
3975 |
+
jQuery('.b2s-add-multi-image-hidden-field[data-network-auth-id="'+authId+'"][data-image-count="'+imageCount+'"][data-network-count="'+countId+'"]').val(currentImage);
|
3976 |
+
jQuery('.b2s-post-item-details-url-image-multi[data-network-auth-id="'+authId+'"][data-image-count="'+imageCount+'"][data-network-count="'+countId+'"]').show();
|
3977 |
+
jQuery('.b2s-multi-image-remove-btn[data-network-auth-id="'+authId+'"][data-image-count="'+imageCount+'"][data-network-count="'+countId+'"]').show();
|
3978 |
+
jQuery('.b2s-add-multi-image[data-network-auth-id="'+authId+'"][data-image-count="'+imageCount+'"][data-network-count="'+countId+'"]').hide();
|
3979 |
+
jQuery('.b2s-add-multi-image[data-network-auth-id="'+authId+'"][data-image-count="'+(parseInt(imageCount)+1)+'"][data-network-count="'+countId+'"]').show();
|
3980 |
+
jQuery('.b2s-select-multi-image-modal-open[data-network-auth-id="'+authId+'"][data-image-count="'+imageCount+'"][data-network-count="'+countId+'"]').show();
|
3981 |
+
jQuery('#b2s-network-select-image').modal('hide');
|
3982 |
+
return false;
|
3983 |
+
});
|
3984 |
+
|
3985 |
+
jQuery(document).on('click', '.b2s-multi-image-remove-btn', function() {
|
3986 |
+
var imageCount = jQuery(this).attr('data-image-count');
|
3987 |
+
var authId = jQuery(this).attr('data-network-auth-id');
|
3988 |
+
var countId = jQuery(this).attr('data-network-count');
|
3989 |
+
jQuery('.b2s-post-item-details-url-image-multi[data-network-auth-id="'+authId+'"][data-image-count="'+imageCount+'"][data-network-count="'+countId+'"]').attr('src', '');
|
3990 |
+
jQuery('.b2s-add-multi-image-hidden-field[data-network-auth-id="'+authId+'"][data-image-count="'+imageCount+'"][data-network-count="'+countId+'"]').val('');
|
3991 |
+
jQuery('.b2s-post-item-details-url-image-multi[data-network-auth-id="'+authId+'"][data-image-count="'+imageCount+'"][data-network-count="'+countId+'"]').hide();
|
3992 |
+
jQuery('.b2s-multi-image-remove-btn[data-network-auth-id="'+authId+'"][data-image-count="'+imageCount+'"][data-network-count="'+countId+'"]').hide();
|
3993 |
+
jQuery('.b2s-add-multi-image[data-network-auth-id="'+authId+'"][data-image-count="'+imageCount+'"][data-network-count="'+countId+'"]').show();
|
3994 |
+
jQuery('.b2s-add-multi-image[data-network-auth-id="'+authId+'"][data-image-count="'+(parseInt(imageCount)+1)+'"][data-network-count="'+countId+'"]').hide();
|
3995 |
+
jQuery('.b2s-select-multi-image-modal-open[data-network-auth-id="'+authId+'"][data-image-count="'+imageCount+'"][data-network-count="'+countId+'"]').hide();
|
3996 |
+
return false;
|
3997 |
+
});
|
3998 |
+
|
3999 |
+
jQuery(document).on('click', '.b2s-post-item-details-url-image-multi', function() {
|
4000 |
+
var imageCount = jQuery(this).attr('data-image-count');
|
4001 |
+
var authId = jQuery(this).attr('data-network-auth-id');
|
4002 |
+
var countId = jQuery(this).attr('data-network-count');
|
4003 |
+
jQuery('.b2s-add-multi-image[data-network-auth-id="'+authId+'"][data-image-count="'+imageCount+'"][data-network-count="'+countId+'"]').trigger('click');
|
4004 |
+
return false;
|
4005 |
+
});
|
4006 |
+
|
4007 |
+
jQuery(document).on('click', '.b2s-select-multi-image-modal-open', function() {
|
4008 |
+
var imageCount = jQuery(this).attr('data-image-count');
|
4009 |
+
var authId = jQuery(this).attr('data-network-auth-id');
|
4010 |
+
var countId = jQuery(this).attr('data-network-count');
|
4011 |
+
jQuery('.b2s-post-item-details-url-image-multi[data-network-auth-id="'+authId+'"][data-image-count="'+imageCount+'"][data-network-count="'+countId+'"]').trigger('click');
|
4012 |
+
return false;
|
4013 |
});
|
assets/js/b2s/start.js
CHANGED
@@ -10,7 +10,7 @@ jQuery(document).ready(function () {
|
|
10 |
timeFormat: 'H:mm',
|
11 |
customButtons: {
|
12 |
showall: {
|
13 |
-
text: '
|
14 |
click: function () {
|
15 |
window.open('admin.php?page=blog2social-calendar', "_self");
|
16 |
}
|
10 |
timeFormat: 'H:mm',
|
11 |
customButtons: {
|
12 |
showall: {
|
13 |
+
text: jQuery('#showFullCalenderText').val(),
|
14 |
click: function () {
|
15 |
window.open('admin.php?page=blog2social-calendar', "_self");
|
16 |
}
|
assets/js/b2s/wp/post-box.js
CHANGED
@@ -83,7 +83,34 @@ jQuery(window).on("load", function () {
|
|
83 |
}
|
84 |
}
|
85 |
|
86 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
87 |
});
|
88 |
|
89 |
|
83 |
}
|
84 |
}
|
85 |
|
86 |
+
//update Twitter Dropdown
|
87 |
+
var mandantId = jQuery('#b2s-post-meta-box-profil-dropdown').val();
|
88 |
+
var tos = false;
|
89 |
+
if (jQuery('#b2s-post-meta-box-profil-data-' + mandantId).val() == "") {
|
90 |
+
jQuery('#b2s-post-meta-box-state-no-auth').show();
|
91 |
+
tos = true;
|
92 |
+
} else {
|
93 |
+
jQuery('#b2s-post-meta-box-state-no-auth').hide();
|
94 |
+
//TOS Twitter Check
|
95 |
+
var len = jQuery('#b2s-post-meta-box-profil-dropdown-twitter').children('option[data-mandant-id="' + mandantId + '"]').length;
|
96 |
+
if (len >= 1) {
|
97 |
+
jQuery('.b2s-meta-box-auto-post-twitter-profile').show();
|
98 |
+
jQuery('#b2s-post-meta-box-profil-dropdown-twitter').prop('disabled', false);
|
99 |
+
jQuery('#b2s-post-meta-box-profil-dropdown-twitter').show();
|
100 |
+
jQuery('#b2s-post-meta-box-profil-dropdown-twitter option').attr("disabled", "disabled");
|
101 |
+
jQuery('#b2s-post-meta-box-profil-dropdown-twitter option[data-mandant-id="' + mandantId + '"]').attr("disabled", false);
|
102 |
+
} else {
|
103 |
+
tos = true;
|
104 |
+
}
|
105 |
+
|
106 |
+
}
|
107 |
+
//TOS Twitter 032018
|
108 |
+
if (tos) {
|
109 |
+
jQuery('.b2s-meta-box-auto-post-twitter-profile').hide();
|
110 |
+
jQuery('#b2s-post-meta-box-profil-dropdown-twitter').prop('disabled', 'disabled');
|
111 |
+
jQuery('#b2s-post-meta-box-profil-dropdown-twitter').hide();
|
112 |
+
}
|
113 |
+
|
114 |
});
|
115 |
|
116 |
|
blog2social.php
CHANGED
@@ -6,12 +6,12 @@
|
|
6 |
* Author: Blog2Social, Adenion
|
7 |
* Text Domain: blog2social
|
8 |
* Domain Path: /languages
|
9 |
-
* Version: 6.
|
10 |
* Author URI: https://www.blog2social.com
|
11 |
* License: GPL2+
|
12 |
*/
|
13 |
|
14 |
-
define('B2S_PLUGIN_VERSION', '
|
15 |
define('B2S_PLUGIN_LANGUAGE', serialize(array('de_DE', 'en_US')));
|
16 |
define('B2S_PLUGIN_DIR', plugin_dir_path(__FILE__));
|
17 |
define('B2S_PLUGIN_URL', plugin_dir_url(__FILE__));
|
6 |
* Author: Blog2Social, Adenion
|
7 |
* Text Domain: blog2social
|
8 |
* Domain Path: /languages
|
9 |
+
* Version: 6.5.0
|
10 |
* Author URI: https://www.blog2social.com
|
11 |
* License: GPL2+
|
12 |
*/
|
13 |
|
14 |
+
define('B2S_PLUGIN_VERSION', '650');
|
15 |
define('B2S_PLUGIN_LANGUAGE', serialize(array('de_DE', 'en_US')));
|
16 |
define('B2S_PLUGIN_DIR', plugin_dir_path(__FILE__));
|
17 |
define('B2S_PLUGIN_URL', plugin_dir_url(__FILE__));
|
includes/Ajax/Get.php
CHANGED
@@ -41,6 +41,7 @@ class Ajax_Get {
|
|
41 |
add_action('wp_ajax_b2s_get_curation_ship_details', array($this, 'getCurationShipDetails'));
|
42 |
add_action('wp_ajax_b2s_get_network_auth_settings', array($this, 'getNetworkAuthSettings'));
|
43 |
add_action('wp_ajax_b2s_update_post_box', array($this, 'updatePostBox'));
|
|
|
44 |
}
|
45 |
|
46 |
public function getBlogPostStatus() {
|
@@ -109,7 +110,10 @@ class Ajax_Get {
|
|
109 |
$b2sUserLang = isset($_POST['b2sUserLang']) ? trim(sanitize_text_field($_POST['b2sUserLang'])) : strtolower(substr(B2S_LANGUAGE, 0, 2));
|
110 |
$b2sResultsPerPage = (isset($_POST['b2sPostsPerPage']) && (int) $_POST['b2sPostsPerPage'] > 0) ? (int) $_POST['b2sPostsPerPage'] : B2S_PLUGIN_POSTPERPAGE;
|
111 |
$b2sSortPostSharedBy = (isset($_POST['b2sSortPostSharedBy']) && (int) $_POST['b2sSortPostSharedBy'] > 0) ? (int) $_POST['b2sSortPostSharedBy'] : 0;
|
112 |
-
|
|
|
|
|
|
|
113 |
require_once(B2S_PLUGIN_DIR . 'includes/Options.php');
|
114 |
$options = new B2S_Options((int) B2S_PLUGIN_BLOG_USER_ID);
|
115 |
$optionPostFilters = $options->_getOption('post_filters');
|
@@ -122,10 +126,13 @@ class Ajax_Get {
|
|
122 |
$optionPostFilters['searchPostType'] = $b2sSortPostType;
|
123 |
$optionPostFilters['postsPerPage'] = $b2sResultsPerPage;
|
124 |
$optionPostFilters['searchPostSharedById'] = $b2sSortPostSharedBy;
|
|
|
|
|
|
|
125 |
$optionPostFilters = $options->_setOption('post_filters', $optionPostFilters);
|
126 |
|
127 |
if (!empty($b2sType) && in_array($b2sType, array('all', 'sched', 'publish', 'notice', 'approve', 'draft', 'draft-post', 'favorites'))) {
|
128 |
-
$postItem = new B2S_Post_Item($b2sType, $b2sSortPostTitle, $b2sSortPostAuthor, $b2sSortPostStatus, $b2sSortPostShareStatus, $b2sSortPostPublishDate, $b2sSortPostSchedDate, $b2sShowByDate, $b2sShowByNetwork, $b2sUserAuthId, $b2sPostBlogId, $b2sPagination, $b2sSortPostCat, $b2sSortPostType, $b2sUserLang, $b2sResultsPerPage, $b2sSortPostSharedBy);
|
129 |
$result = array('result' => true, 'content' => $postItem->getItemHtml($b2sSelectSchedDate), 'schedDates' => json_encode($postItem->getCalendarSchedDate()));
|
130 |
if ($b2sShowPagination) {
|
131 |
$result['pagination'] = $postItem->getPaginationHtml();
|
@@ -779,5 +786,19 @@ class Ajax_Get {
|
|
779 |
wp_die();
|
780 |
}
|
781 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
782 |
|
783 |
}
|
41 |
add_action('wp_ajax_b2s_get_curation_ship_details', array($this, 'getCurationShipDetails'));
|
42 |
add_action('wp_ajax_b2s_get_network_auth_settings', array($this, 'getNetworkAuthSettings'));
|
43 |
add_action('wp_ajax_b2s_update_post_box', array($this, 'updatePostBox'));
|
44 |
+
add_action('wp_ajax_b2s_get_image_caption', array($this, 'getImageCaption'));
|
45 |
}
|
46 |
|
47 |
public function getBlogPostStatus() {
|
110 |
$b2sUserLang = isset($_POST['b2sUserLang']) ? trim(sanitize_text_field($_POST['b2sUserLang'])) : strtolower(substr(B2S_LANGUAGE, 0, 2));
|
111 |
$b2sResultsPerPage = (isset($_POST['b2sPostsPerPage']) && (int) $_POST['b2sPostsPerPage'] > 0) ? (int) $_POST['b2sPostsPerPage'] : B2S_PLUGIN_POSTPERPAGE;
|
112 |
$b2sSortPostSharedBy = (isset($_POST['b2sSortPostSharedBy']) && (int) $_POST['b2sSortPostSharedBy'] > 0) ? (int) $_POST['b2sSortPostSharedBy'] : 0;
|
113 |
+
$b2sSortSharedToNetwork = (isset($_POST['b2sSortSharedToNetwork']) && (int) $_POST['b2sSortSharedToNetwork'] > 0) ? (int) $_POST['b2sSortSharedToNetwork'] : 0;
|
114 |
+
$b2sSortSharedAtDateStart = (isset($_POST['b2sSortSharedAtDateStart']) && (int) $_POST['b2sSortSharedAtDateStart'] > 0) ? $_POST['b2sSortSharedAtDateStart'] : 0;
|
115 |
+
$b2sSortSharedAtDateEnd = (isset($_POST['b2sSortSharedAtDateEnd']) && (int) $_POST['b2sSortSharedAtDateEnd'] > 0) ? $_POST['b2sSortSharedAtDateEnd'] : 0;
|
116 |
+
|
117 |
require_once(B2S_PLUGIN_DIR . 'includes/Options.php');
|
118 |
$options = new B2S_Options((int) B2S_PLUGIN_BLOG_USER_ID);
|
119 |
$optionPostFilters = $options->_getOption('post_filters');
|
126 |
$optionPostFilters['searchPostType'] = $b2sSortPostType;
|
127 |
$optionPostFilters['postsPerPage'] = $b2sResultsPerPage;
|
128 |
$optionPostFilters['searchPostSharedById'] = $b2sSortPostSharedBy;
|
129 |
+
$optionPostFilters['searchSharedToNetwork'] = $b2sSortSharedToNetwork;
|
130 |
+
$optionPostFilters['searchSharedAtDateStart'] = $b2sSortSharedAtDateStart;
|
131 |
+
$optionPostFilters['searchSharedAtDateEnd'] = $b2sSortSharedAtDateEnd;
|
132 |
$optionPostFilters = $options->_setOption('post_filters', $optionPostFilters);
|
133 |
|
134 |
if (!empty($b2sType) && in_array($b2sType, array('all', 'sched', 'publish', 'notice', 'approve', 'draft', 'draft-post', 'favorites'))) {
|
135 |
+
$postItem = new B2S_Post_Item($b2sType, $b2sSortPostTitle, $b2sSortPostAuthor, $b2sSortPostStatus, $b2sSortPostShareStatus, $b2sSortPostPublishDate, $b2sSortPostSchedDate, $b2sShowByDate, $b2sShowByNetwork, $b2sUserAuthId, $b2sPostBlogId, $b2sPagination, $b2sSortPostCat, $b2sSortPostType, $b2sUserLang, $b2sResultsPerPage, $b2sSortPostSharedBy, $b2sSortSharedToNetwork, $b2sSortSharedAtDateStart, $b2sSortSharedAtDateEnd);
|
136 |
$result = array('result' => true, 'content' => $postItem->getItemHtml($b2sSelectSchedDate), 'schedDates' => json_encode($postItem->getCalendarSchedDate()));
|
137 |
if ($b2sShowPagination) {
|
138 |
$result['pagination'] = $postItem->getPaginationHtml();
|
786 |
wp_die();
|
787 |
}
|
788 |
}
|
789 |
+
|
790 |
+
public function getImageCaption() {
|
791 |
+
if (isset($_GET['b2s_security_nonce']) && (int) wp_verify_nonce($_GET['b2s_security_nonce'], 'b2s_security_nonce') > 0) {
|
792 |
+
if(isset($_GET['image_id']) && (int) $_GET['image_id'] > 0) {
|
793 |
+
$image = get_post((int) $_GET['image_id']);
|
794 |
+
$caption = (($image->post_content != false && $image->post_content != '') ? $image->post_content : '');
|
795 |
+
echo json_encode(array('result' => true, 'caption' => $caption));
|
796 |
+
wp_die();
|
797 |
+
}
|
798 |
+
} else {
|
799 |
+
echo json_encode(array('result' => false, 'error' => 'nonce'));
|
800 |
+
wp_die();
|
801 |
+
}
|
802 |
+
}
|
803 |
|
804 |
}
|
includes/Ajax/Post.php
CHANGED
@@ -62,6 +62,7 @@ class Ajax_Post {
|
|
62 |
add_action('wp_ajax_b2s_re_post_submit', array($this, 'rePostSubmit'));
|
63 |
add_action('wp_ajax_b2s_delete_re_post_sched', array($this, 'deleteRePostSched'));
|
64 |
add_action('wp_ajax_b2s_community_register', array($this, 'communityRegister'));
|
|
|
65 |
}
|
66 |
|
67 |
public function curationDraft() {
|
@@ -589,7 +590,7 @@ class Ajax_Post {
|
|
589 |
$options = new B2S_Options(0, 'B2S_PLUGIN_TOS_XING_GROUP_CROSSPOSTING');
|
590 |
$options->_setOption((int) $post['post_id'], $data['network_tos_group_id'], true);
|
591 |
}
|
592 |
-
|
593 |
$sendData = array("board" => isset($data['board']) ? sanitize_text_field($data['board']) : '',
|
594 |
"group" => isset($data['group']) ? sanitize_text_field($data['group']) : '',
|
595 |
"custom_title" => isset($data['custom_title']) ? sanitize_text_field($data['custom_title']) : '',
|
@@ -610,6 +611,23 @@ class Ajax_Post {
|
|
610 |
'user_timezone' => isset($post['user_timezone']) ? (int) $post['user_timezone'] : 0,
|
611 |
'publish_date' => isset($post['publish_date']) ? date('Y-m-d H:i:s', strtotime($post['publish_date'])) : date('Y-m-d H:i:s', current_time('timestamp'))
|
612 |
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
613 |
//since V4.8.0 Check Relay and prepare Data
|
614 |
$relayData = array();
|
615 |
if ((int) $data['network_id'] == 2 && isset($data['post_relay_account'][0]) && !empty($data['post_relay_account'][0]) && isset($data['post_relay_delay'][0]) && !empty($data['post_relay_delay'][0])) {
|
@@ -627,6 +645,9 @@ class Ajax_Post {
|
|
627 |
'time' => isset($data['time']) ? $data['time'] : array(),
|
628 |
'sched_content' => isset($data['sched_content']) ? $data['sched_content'] : array(),
|
629 |
'sched_image_url' => isset($data['sched_image_url']) ? $data['sched_image_url'] : array(),
|
|
|
|
|
|
|
630 |
'releaseSelect' => isset($data['releaseSelect']) ? $data['releaseSelect'] : 0,
|
631 |
'user_timezone' => isset($post['user_timezone']) ? $post['user_timezone'] : 0,
|
632 |
'saveSetting' => isset($data['saveSchedSetting']) ? true : false);
|
@@ -801,13 +822,6 @@ class Ajax_Post {
|
|
801 |
echo json_encode(array('result' => true));
|
802 |
wp_die();
|
803 |
}
|
804 |
-
|
805 |
-
if (isset($_POST['allow_hashtag'])) {
|
806 |
-
$options = new B2S_Options(B2S_PLUGIN_BLOG_USER_ID);
|
807 |
-
$options->_setOption('user_allow_hashtag', (int) $_POST['allow_hashtag']);
|
808 |
-
echo json_encode(array('result' => true, 'content' => (((int) $_POST['allow_hashtag'] == 1) ? 0 : 1)));
|
809 |
-
wp_die();
|
810 |
-
}
|
811 |
if (isset($_POST['legacy_mode'])) {
|
812 |
$options = new B2S_Options(0, 'B2S_PLUGIN_GENERAL_OPTIONS');
|
813 |
$options->_setOption('legacy_mode', (int) $_POST['legacy_mode']);
|
@@ -853,7 +867,95 @@ class Ajax_Post {
|
|
853 |
$twitter = ((isset($_POST['b2s-auto-post-profil-dropdown-twitter']) && (int) $_POST['b2s-auto-post-profil-dropdown-twitter'] > 0) ? (int) $_POST['b2s-auto-post-profil-dropdown-twitter'] : 0);
|
854 |
$publish = isset($_POST['b2s-settings-auto-post-publish']) && is_array($_POST['b2s-settings-auto-post-publish']) ? $_POST['b2s-settings-auto-post-publish'] : array();
|
855 |
$update = isset($_POST['b2s-settings-auto-post-update']) && is_array($_POST['b2s-settings-auto-post-update']) ? $_POST['b2s-settings-auto-post-update'] : array();
|
856 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
857 |
$options->_setOption('auto_post', $auto_post);
|
858 |
echo json_encode(array('result' => true));
|
859 |
wp_die();
|
@@ -862,6 +964,48 @@ class Ajax_Post {
|
|
862 |
wp_die();
|
863 |
}
|
864 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
865 |
|
866 |
public function saveUserMandant() {
|
867 |
if (isset($_POST['b2s_security_nonce']) && (int) wp_verify_nonce($_POST['b2s_security_nonce'], 'b2s_security_nonce') > 0) {
|
@@ -1775,7 +1919,7 @@ class Ajax_Post {
|
|
1775 |
'limit' => $limit
|
1776 |
)
|
1777 |
);
|
1778 |
-
if((int) $_POST['networkId'] == 12) {
|
1779 |
$new_template[$type]['addLink'] = ((isset($data['addLink']) && $data['addLink'] == 'false') ? false : true);
|
1780 |
}
|
1781 |
}
|
@@ -2133,6 +2277,15 @@ class Ajax_Post {
|
|
2133 |
}
|
2134 |
}
|
2135 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2136 |
if(empty($postIds)) {
|
2137 |
echo json_encode(array('result' => false, 'error' => 'content_in_queue'));
|
2138 |
wp_die();
|
@@ -2175,7 +2328,8 @@ class Ajax_Post {
|
|
2175 |
|
2176 |
$date = new DateTime();
|
2177 |
$optionPostFormat = $options->_getOption('post_template');
|
2178 |
-
|
|
|
2179 |
$rePost = new B2S_RePost_Save(B2S_PLUGIN_BLOG_USER_ID, $userLang, $userTimeZoneOffset, $optionPostFormat, $optionUserHashTag, $bestTimes);
|
2180 |
foreach ($postIds as $k => $postId) {
|
2181 |
//get Postdata
|
@@ -2184,7 +2338,8 @@ class Ajax_Post {
|
|
2184 |
$content = (isset($postData->post_content) && !empty($postData->post_content)) ? trim($postData->post_content) : '';
|
2185 |
$excerpt = (isset($postData->post_excerpt) && !empty($postData->post_excerpt)) ? trim($postData->post_excerpt) : '';
|
2186 |
$url = get_permalink((int) $postId);
|
2187 |
-
$
|
|
|
2188 |
$imageUrl = '';
|
2189 |
if($postImages != false && !empty($postImages)) {
|
2190 |
foreach ($postImages as $key => $value) {
|
@@ -2194,7 +2349,6 @@ class Ajax_Post {
|
|
2194 |
}
|
2195 |
}
|
2196 |
}
|
2197 |
-
$hook_filter = new B2S_Hook_Filter();
|
2198 |
$keywords = $hook_filter->get_wp_post_hashtag((int) $postId, get_post_type((int) $postId));
|
2199 |
$rePost->setPostData($postId, $title, $content, $excerpt, $url, $imageUrl, $keywords);
|
2200 |
|
62 |
add_action('wp_ajax_b2s_re_post_submit', array($this, 'rePostSubmit'));
|
63 |
add_action('wp_ajax_b2s_delete_re_post_sched', array($this, 'deleteRePostSched'));
|
64 |
add_action('wp_ajax_b2s_community_register', array($this, 'communityRegister'));
|
65 |
+
add_action('wp_ajax_b2s_auto_post_assign_by_disconnect', array($this, 'autoPostAssignByDisconnect'));
|
66 |
}
|
67 |
|
68 |
public function curationDraft() {
|
590 |
$options = new B2S_Options(0, 'B2S_PLUGIN_TOS_XING_GROUP_CROSSPOSTING');
|
591 |
$options->_setOption((int) $post['post_id'], $data['network_tos_group_id'], true);
|
592 |
}
|
593 |
+
|
594 |
$sendData = array("board" => isset($data['board']) ? sanitize_text_field($data['board']) : '',
|
595 |
"group" => isset($data['group']) ? sanitize_text_field($data['group']) : '',
|
596 |
"custom_title" => isset($data['custom_title']) ? sanitize_text_field($data['custom_title']) : '',
|
611 |
'user_timezone' => isset($post['user_timezone']) ? (int) $post['user_timezone'] : 0,
|
612 |
'publish_date' => isset($post['publish_date']) ? date('Y-m-d H:i:s', strtotime($post['publish_date'])) : date('Y-m-d H:i:s', current_time('timestamp'))
|
613 |
);
|
614 |
+
|
615 |
+
if(isset($data['post_format']) && (int) $data['post_format'] == 1) {
|
616 |
+
$multi_images = array();
|
617 |
+
if(isset($data['multi_image_1']) && !empty($data['multi_image_1'])) {
|
618 |
+
array_push($multi_images, $data['multi_image_1']);
|
619 |
+
}
|
620 |
+
if(isset($data['multi_image_2']) && !empty($data['multi_image_2'])) {
|
621 |
+
array_push($multi_images, $data['multi_image_2']);
|
622 |
+
}
|
623 |
+
if(isset($data['multi_image_3']) && !empty($data['multi_image_3'])) {
|
624 |
+
array_push($multi_images, $data['multi_image_3']);
|
625 |
+
}
|
626 |
+
if(!empty($multi_images)) {
|
627 |
+
$sendData['multi_images'] = json_encode($multi_images);
|
628 |
+
}
|
629 |
+
}
|
630 |
+
|
631 |
//since V4.8.0 Check Relay and prepare Data
|
632 |
$relayData = array();
|
633 |
if ((int) $data['network_id'] == 2 && isset($data['post_relay_account'][0]) && !empty($data['post_relay_account'][0]) && isset($data['post_relay_delay'][0]) && !empty($data['post_relay_delay'][0])) {
|
645 |
'time' => isset($data['time']) ? $data['time'] : array(),
|
646 |
'sched_content' => isset($data['sched_content']) ? $data['sched_content'] : array(),
|
647 |
'sched_image_url' => isset($data['sched_image_url']) ? $data['sched_image_url'] : array(),
|
648 |
+
'sched_multi_image_1' => isset($data['sched_multi_image_1']) ? $data['sched_multi_image_1'] : array(),
|
649 |
+
'sched_multi_image_2' => isset($data['sched_multi_image_2']) ? $data['sched_multi_image_2'] : array(),
|
650 |
+
'sched_multi_image_3' => isset($data['sched_multi_image_3']) ? $data['sched_multi_image_3'] : array(),
|
651 |
'releaseSelect' => isset($data['releaseSelect']) ? $data['releaseSelect'] : 0,
|
652 |
'user_timezone' => isset($post['user_timezone']) ? $post['user_timezone'] : 0,
|
653 |
'saveSetting' => isset($data['saveSchedSetting']) ? true : false);
|
822 |
echo json_encode(array('result' => true));
|
823 |
wp_die();
|
824 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
825 |
if (isset($_POST['legacy_mode'])) {
|
826 |
$options = new B2S_Options(0, 'B2S_PLUGIN_GENERAL_OPTIONS');
|
827 |
$options->_setOption('legacy_mode', (int) $_POST['legacy_mode']);
|
867 |
$twitter = ((isset($_POST['b2s-auto-post-profil-dropdown-twitter']) && (int) $_POST['b2s-auto-post-profil-dropdown-twitter'] > 0) ? (int) $_POST['b2s-auto-post-profil-dropdown-twitter'] : 0);
|
868 |
$publish = isset($_POST['b2s-settings-auto-post-publish']) && is_array($_POST['b2s-settings-auto-post-publish']) ? $_POST['b2s-settings-auto-post-publish'] : array();
|
869 |
$update = isset($_POST['b2s-settings-auto-post-update']) && is_array($_POST['b2s-settings-auto-post-update']) ? $_POST['b2s-settings-auto-post-update'] : array();
|
870 |
+
|
871 |
+
$assignUser = isset($_POST['b2s-auto-post-assign-user-data']) && is_array($_POST['b2s-auto-post-assign-user-data']) ? $_POST['b2s-auto-post-assign-user-data'] : array();
|
872 |
+
$oldOptions = $options->_getOption('auto_post');
|
873 |
+
if(isset($oldOptions['assignUser'])) {
|
874 |
+
foreach ($oldOptions['assignUser'] as $k => $userId) {
|
875 |
+
if(!in_array($userId, $assignUser)) {
|
876 |
+
//delete assignment
|
877 |
+
$assignOptions = new B2S_Options($userId);
|
878 |
+
$assignAutoPostOptions = $assignOptions->_getOption('auto_post');
|
879 |
+
|
880 |
+
//delete $assignAutoPostOptions['assignProfile']
|
881 |
+
if(isset($assignAutoPostOptions['assignProfile']) && (int) $assignAutoPostOptions['assignProfile'] > 0) {
|
882 |
+
$assignToken = B2S_Tools::getTokenById($userId);
|
883 |
+
$post = array('token' => $assignToken,
|
884 |
+
'action' => 'deleteUserMandant',
|
885 |
+
'mandantId' => (int) $assignAutoPostOptions['assignProfile'],
|
886 |
+
'allow_delete' => true);
|
887 |
+
$deleteResult = json_decode(B2S_Api_Post::post(B2S_PLUGIN_API_ENDPOINT, $post));
|
888 |
+
if ($deleteResult->result == true) {
|
889 |
+
global $wpdb;
|
890 |
+
$wpdb->delete($wpdb->prefix . 'b2s_user_network_settings', array('mandant_id' => (int) $assignAutoPostOptions['assignProfile'], 'blog_user_id' => $userId), array('%d', '%d'));
|
891 |
+
}
|
892 |
+
}
|
893 |
+
|
894 |
+
|
895 |
+
$assignAutoPostOptions['assignBy'] = 0;
|
896 |
+
$assignAutoPostOptions['assignProfile'] = 0;
|
897 |
+
$assignAutoPostOptions['assignTwitter'] = 0;
|
898 |
+
$assignOptions->_setOption('auto_post', $assignAutoPostOptions);
|
899 |
+
}
|
900 |
+
}
|
901 |
+
}
|
902 |
+
foreach ($assignUser as $k => $userId) {
|
903 |
+
if(!isset($oldOptions['assignUser']) || !in_array($userId, $oldOptions['assignUser'])) {
|
904 |
+
//assign Networkollektion and Networks
|
905 |
+
$assignProfile = 0;
|
906 |
+
$assignTwitter = 0;
|
907 |
+
$getProfileUserAuth = json_decode(B2S_Api_Post::post(B2S_PLUGIN_API_ENDPOINT, array('action' => 'getProfileUserAuth', 'token' => B2S_PLUGIN_TOKEN)));
|
908 |
+
if (isset($getProfileUserAuth->result) && (int) $getProfileUserAuth->result == 1 && isset($getProfileUserAuth->data) && !empty($getProfileUserAuth->data) && isset($getProfileUserAuth->data->mandant) && isset($getProfileUserAuth->data->auth) && !empty($getProfileUserAuth->data->mandant) && !empty($getProfileUserAuth->data->auth)) {
|
909 |
+
$mandant = $getProfileUserAuth->data->mandant;
|
910 |
+
$auth = $getProfileUserAuth->data->auth;
|
911 |
+
foreach ($mandant as $k => $m) {
|
912 |
+
if((int) $m->id == (int) $profile) {
|
913 |
+
require_once (B2S_PLUGIN_DIR . 'includes/B2S/Network/Save.php');
|
914 |
+
$assignToken = B2S_Tools::getTokenById($userId);
|
915 |
+
$mandantResult = B2S_Network_Save::saveUserMandant(esc_html((($m->id == 0) ? __($m->name, 'blog2social') : $m->name)), false, $assignToken);
|
916 |
+
if($mandantResult['result'] == true && (int) $mandantResult['mandantId'] > 0) {
|
917 |
+
$assignProfile = $mandantResult['mandantId'];
|
918 |
+
}
|
919 |
+
$profilData = (isset($auth->{$m->id}) && isset($auth->{$m->id}[0]) && !empty($auth->{$m->id}[0])) ? $auth->{$m->id} : array();
|
920 |
+
foreach ($profilData as $k => $networkAuth) {
|
921 |
+
if(isset($networkAuth->networkAuthId) && (int) $networkAuth->networkAuthId > 0) {
|
922 |
+
$data = array('action' => 'approveUserAuth', 'token' => B2S_PLUGIN_TOKEN, 'networkAuthId' => (int) $networkAuth->networkAuthId, 'assignToken' => $assignToken, 'tokenBlogUserId' => B2S_PLUGIN_BLOG_USER_ID, 'assignTokenBlogUserId' => $userId, 'allow_delete' => false, 'mandantId' => $assignProfile);
|
923 |
+
$assignUserAuth = json_decode(B2S_Api_Post::post(B2S_PLUGIN_API_ENDPOINT, $data, 30), true);
|
924 |
+
if (isset($assignUserAuth['result']) && $assignUserAuth['result'] == true && isset($assignUserAuth['assign_network_auth_id']) && (int) $assignUserAuth['assign_network_auth_id'] > 0) {
|
925 |
+
global $wpdb;
|
926 |
+
$sql = $wpdb->prepare("SELECT * FROM `{$wpdb->prefix}b2s_posts_network_details` WHERE `network_auth_id` = %d", (int) $assignUserAuth['assign_network_auth_id']);
|
927 |
+
$networkAuthIdExist = $wpdb->get_row($sql);
|
928 |
+
if (empty($networkAuthIdExist) || !isset($networkAuthIdExist->id)) {
|
929 |
+
//Insert
|
930 |
+
$sqlInsertNetworkAuthId = $wpdb->prepare("INSERT INTO `{$wpdb->prefix}b2s_posts_network_details` (`network_id`, `network_type`,`network_auth_id`,`network_display_name`) VALUES (%d,%d,%d,%s);", (int) $assignUserAuth['assign_network_id'], $assignUserAuth['assign_network_type'], (int) $assignUserAuth['assign_network_auth_id'], $assignUserAuth['assign_network_display_name']);
|
931 |
+
$wpdb->query($sqlInsertNetworkAuthId);
|
932 |
+
} else {
|
933 |
+
//Update
|
934 |
+
$sqlUpdateNetworkAuthId = $wpdb->prepare("UPDATE `{$wpdb->prefix}b2s_posts_network_details` SET `network_id` = %d, `network_type` = %d, `network_auth_id` = %d, `network_display_name` = %s WHERE `network_auth_id` = %d;", (int) $assignUserAuth['assign_network_id'], $assignUserAuth['assign_network_type'], (int) $assignUserAuth['assign_network_auth_id'], $assignUserAuth['assign_network_display_name'], (int) $assignUserAuth['assign_network_auth_id']);
|
935 |
+
$wpdb->query($sqlUpdateNetworkAuthId);
|
936 |
+
}
|
937 |
+
$wpdb->insert($wpdb->prefix . 'b2s_user_network_settings', array('blog_user_id' => (int) $userId, 'mandant_id' => $assignProfile, 'network_auth_id' => (int) $assignUserAuth['assign_network_auth_id']), array('%d', '%d', '%d'));
|
938 |
+
}
|
939 |
+
if((int) $networkAuth->networkAuthId == (int) $twitter && isset($assignUserAuth['assign_network_auth_id']) && (int) $assignUserAuth['assign_network_auth_id'] > 0) {
|
940 |
+
$assignTwitter = (int) $assignUserAuth['assign_network_auth_id'];
|
941 |
+
}
|
942 |
+
}
|
943 |
+
}
|
944 |
+
}
|
945 |
+
}
|
946 |
+
}
|
947 |
+
|
948 |
+
//save flag in user autopost options
|
949 |
+
$assignOptions = new B2S_Options($userId);
|
950 |
+
$assignAutoPostOptions = $assignOptions->_getOption('auto_post');
|
951 |
+
$assignAutoPostOptions['assignBy'] = B2S_PLUGIN_BLOG_USER_ID;
|
952 |
+
$assignAutoPostOptions['assignProfile'] = $assignProfile;
|
953 |
+
$assignAutoPostOptions['assignTwitter'] = $assignTwitter;
|
954 |
+
$assignOptions->_setOption('auto_post', $assignAutoPostOptions);
|
955 |
+
}
|
956 |
+
}
|
957 |
+
|
958 |
+
$auto_post = array('active' => $active, 'profile' => $profile, 'twitter' => $twitter, 'publish' => $publish, 'update' => $update, 'best_times' => $best_times, 'assignUser' => $assignUser);
|
959 |
$options->_setOption('auto_post', $auto_post);
|
960 |
echo json_encode(array('result' => true));
|
961 |
wp_die();
|
964 |
wp_die();
|
965 |
}
|
966 |
}
|
967 |
+
|
968 |
+
public function autoPostAssignByDisconnect() {
|
969 |
+
if (isset($_POST['b2s_security_nonce']) && (int) wp_verify_nonce($_POST['b2s_security_nonce'], 'b2s_security_nonce') > 0) {
|
970 |
+
$options = new B2S_Options(B2S_PLUGIN_BLOG_USER_ID);
|
971 |
+
$auto_post_options = $options->_getOption('auto_post');
|
972 |
+
|
973 |
+
//delete assignProfile
|
974 |
+
if(isset($auto_post_options['assignProfile']) && (int) $auto_post_options['assignProfile'] > 0) {
|
975 |
+
$post = array('token' => B2S_PLUGIN_TOKEN,
|
976 |
+
'action' => 'deleteUserMandant',
|
977 |
+
'mandantId' => (int) $auto_post_options['assignProfile'],
|
978 |
+
'allow_delete' => true);
|
979 |
+
$deleteResult = json_decode(B2S_Api_Post::post(B2S_PLUGIN_API_ENDPOINT, $post));
|
980 |
+
if ($deleteResult->result == true) {
|
981 |
+
global $wpdb;
|
982 |
+
$wpdb->delete($wpdb->prefix . 'b2s_user_network_settings', array('mandant_id' => (int) $auto_post_options['assignProfile'], 'blog_user_id' => B2S_PLUGIN_BLOG_USER_ID), array('%d', '%d'));
|
983 |
+
}
|
984 |
+
}
|
985 |
+
|
986 |
+
$assignById = $auto_post_options['assignBy'];
|
987 |
+
$auto_post_options['assignBy'] = 0;
|
988 |
+
$auto_post_options['assignProfile'] = 0;
|
989 |
+
$auto_post_options['assignTwitter'] = 0;
|
990 |
+
$options->_setOption('auto_post', $auto_post_options);
|
991 |
+
|
992 |
+
$assignByoptions = new B2S_Options($assignById);
|
993 |
+
$assign_by_auto_post_options = $assignByoptions->_getOption('auto_post');
|
994 |
+
$assignUserArray = $assign_by_auto_post_options['assignUser'];
|
995 |
+
foreach ($assignUserArray as $k => $userId) {
|
996 |
+
if($userId == B2S_PLUGIN_BLOG_USER_ID) {
|
997 |
+
unset($assignUserArray[$k]);
|
998 |
+
}
|
999 |
+
}
|
1000 |
+
$assign_by_auto_post_options['assignUser'] = $assignUserArray;
|
1001 |
+
$assignByoptions->_setOption('auto_post', $assign_by_auto_post_options);
|
1002 |
+
echo json_encode(array('result' => true));
|
1003 |
+
wp_die();
|
1004 |
+
} else {
|
1005 |
+
echo json_encode(array('result' => false, 'error' => 'nonce'));
|
1006 |
+
wp_die();
|
1007 |
+
}
|
1008 |
+
}
|
1009 |
|
1010 |
public function saveUserMandant() {
|
1011 |
if (isset($_POST['b2s_security_nonce']) && (int) wp_verify_nonce($_POST['b2s_security_nonce'], 'b2s_security_nonce') > 0) {
|
1919 |
'limit' => $limit
|
1920 |
)
|
1921 |
);
|
1922 |
+
if((int) $_POST['networkId'] == 12 || (int) $_POST['networkId'] == 1) {
|
1923 |
$new_template[$type]['addLink'] = ((isset($data['addLink']) && $data['addLink'] == 'false') ? false : true);
|
1924 |
}
|
1925 |
}
|
2277 |
}
|
2278 |
}
|
2279 |
}
|
2280 |
+
if(isset($_POST['b2s-re-post-images-active']) && (int) $_POST['b2s-re-post-images-active'] == 1) {
|
2281 |
+
foreach ($postIds as $k => $postId) {
|
2282 |
+
$hook_filter = new B2S_Hook_Filter();
|
2283 |
+
$images = $hook_filter->get_wp_post_image($postId);
|
2284 |
+
if(empty($images)) {
|
2285 |
+
unset($postIds[$k]);
|
2286 |
+
}
|
2287 |
+
}
|
2288 |
+
}
|
2289 |
if(empty($postIds)) {
|
2290 |
echo json_encode(array('result' => false, 'error' => 'content_in_queue'));
|
2291 |
wp_die();
|
2328 |
|
2329 |
$date = new DateTime();
|
2330 |
$optionPostFormat = $options->_getOption('post_template');
|
2331 |
+
//deprecated setting, removed in V6.5
|
2332 |
+
$optionUserHashTag = (B2S_PLUGIN_USER_VERSION > 1) ? false : $options->_getOption('user_allow_hashtag');
|
2333 |
$rePost = new B2S_RePost_Save(B2S_PLUGIN_BLOG_USER_ID, $userLang, $userTimeZoneOffset, $optionPostFormat, $optionUserHashTag, $bestTimes);
|
2334 |
foreach ($postIds as $k => $postId) {
|
2335 |
//get Postdata
|
2338 |
$content = (isset($postData->post_content) && !empty($postData->post_content)) ? trim($postData->post_content) : '';
|
2339 |
$excerpt = (isset($postData->post_excerpt) && !empty($postData->post_excerpt)) ? trim($postData->post_excerpt) : '';
|
2340 |
$url = get_permalink((int) $postId);
|
2341 |
+
$hook_filter = new B2S_Hook_Filter();
|
2342 |
+
$postImages = $hook_filter->get_wp_post_image($postId, $content);
|
2343 |
$imageUrl = '';
|
2344 |
if($postImages != false && !empty($postImages)) {
|
2345 |
foreach ($postImages as $key => $value) {
|
2349 |
}
|
2350 |
}
|
2351 |
}
|
|
|
2352 |
$keywords = $hook_filter->get_wp_post_hashtag((int) $postId, get_post_type((int) $postId));
|
2353 |
$rePost->setPostData($postId, $title, $content, $excerpt, $url, $imageUrl, $keywords);
|
2354 |
|
includes/B2S/AutoPost.php
CHANGED
@@ -19,7 +19,7 @@ class B2S_AutoPost {
|
|
19 |
private $userVersion;
|
20 |
private $allowHtml = array(4, 11, 14);
|
21 |
|
22 |
-
function __construct($postId = 0, $blogPostData = array(), $current_user_date = '0000-00-00 00:00:00', $myTimeSettings = false, $title = '', $content = '', $excerpt = '', $url = '', $imageUrl = '', $keywords = '', $b2sPostLang = 'en', $optionPostFormat = array(), $allowHashTag = true, $userVersion=0) {
|
23 |
$this->postId = $postId;
|
24 |
$this->blogPostData = $blogPostData;
|
25 |
$this->current_user_date = $current_user_date;
|
@@ -39,28 +39,28 @@ class B2S_AutoPost {
|
|
39 |
}
|
40 |
|
41 |
public function prepareShareData($networkAuthId = 0, $networkId = 0, $networkType = 0) {
|
42 |
-
|
43 |
-
if(B2S_PLUGIN_USER_VERSION >= 3) {
|
44 |
global $wpdb;
|
45 |
$sqlGetData = $wpdb->prepare("SELECT `data` FROM `{$wpdb->prefix}b2s_posts_network_details` WHERE `network_auth_id` = %d", (int) $networkAuthId);
|
46 |
$dataString = $wpdb->get_var($sqlGetData);
|
47 |
if ($dataString !== NULL && !empty($dataString)) {
|
48 |
$networkAuthData = unserialize($dataString);
|
49 |
-
if(!empty($this->url) && $networkAuthData != false && is_array($networkAuthData) && isset($networkAuthData['url_parameter'][0]['querys']) && !empty($networkAuthData['url_parameter'][0]['querys'])) {
|
50 |
$this->url = B2S_Util::addUrlParameter($this->url, $networkAuthData['url_parameter'][0]['querys']);
|
51 |
}
|
52 |
}
|
53 |
}
|
54 |
-
|
55 |
if ((int) $networkId > 0 && (int) $networkAuthId > 0) {
|
56 |
$postData = array('content' => '', 'custom_title' => '', 'tags' => array(), 'network_auth_id' => (int) $networkAuthId);
|
57 |
|
58 |
-
if ((int)$this->userVersion < 1 || $this->optionPostFormat == false || !isset($this->optionPostFormat[$networkId][$networkType])) {
|
59 |
$tempOptionPostFormat = unserialize(B2S_PLUGIN_NETWORK_SETTINGS_TEMPLATE_DEFAULT);
|
60 |
} else {
|
61 |
$tempOptionPostFormat = $this->optionPostFormat;
|
62 |
}
|
63 |
-
|
64 |
//PostFormat
|
65 |
if (in_array($networkId, array(1, 2, 3, 12, 17, 19))) {
|
66 |
//Get: client settings
|
@@ -79,11 +79,11 @@ class B2S_AutoPost {
|
|
79 |
}
|
80 |
$postData['content'] = $tempOptionPostFormat[$networkId][$networkType]['content'];
|
81 |
|
82 |
-
$preContent = addcslashes(B2S_Util::getExcerpt($this->content, (int) $tempOptionPostFormat[$networkId][$networkType]['short_text']['range_min'], (int) $tempOptionPostFormat[$networkId][$networkType]['short_text']['range_max']),"\\$");
|
83 |
$postData['content'] = preg_replace("/\{CONTENT\}/", $preContent, $postData['content']);
|
84 |
|
85 |
$title = sanitize_text_field($this->title);
|
86 |
-
$postData['content'] = preg_replace("/\{TITLE\}/", addcslashes($title,"\\$"), $postData['content']);
|
87 |
|
88 |
$defaultSchema = unserialize(B2S_PLUGIN_NETWORK_SETTINGS_TEMPLATE_DEFAULT);
|
89 |
if (!isset($tempOptionPostFormat[$networkId][$networkType]['short_text']['excerpt_range_max'])) {
|
@@ -92,20 +92,17 @@ class B2S_AutoPost {
|
|
92 |
if (!isset($tempOptionPostFormat[$networkId][$networkType]['short_text']['excerpt_range_min'])) {
|
93 |
$tempOptionPostFormat[$networkId][$networkType]['short_text']['excerpt_range_min'] = $defaultSchema[$networkId][$networkType]['short_text']['excerpt_range_min'];
|
94 |
}
|
95 |
-
$excerpt = (isset($this->excerpt) && !empty($this->excerpt)) ? addcslashes(B2S_Util::getExcerpt($this->excerpt, (int) $tempOptionPostFormat[$networkId][$networkType]['short_text']['excerpt_range_min'], (int) $tempOptionPostFormat[$networkId][$networkType]['short_text']['excerpt_range_max']),"\\$") : '';
|
96 |
-
|
97 |
$postData['content'] = preg_replace("/\{EXCERPT\}/", $excerpt, $postData['content']);
|
98 |
|
99 |
$hashtagcount = substr_count($postData['content'], '#');
|
100 |
if (strpos($postData['content'], "{KEYWORDS}") !== false) {
|
101 |
-
|
102 |
-
$
|
103 |
-
|
104 |
-
$add = ($networkId != 2) ? "\n\n" : "";
|
105 |
-
$hashtags = $this->getHashTagsString($add, (($networkId == 12) ? 30-$hashtagcount : -1));
|
106 |
-
$postData['content'] .= " " . $hashtags;
|
107 |
}
|
108 |
-
|
109 |
$authorId = get_post_field('post_author', $this->postId);
|
110 |
if (isset($authorId) && !empty($authorId) && (int) $authorId > 0) {
|
111 |
$hook_filter = new B2S_Hook_Filter();
|
@@ -114,24 +111,24 @@ class B2S_AutoPost {
|
|
114 |
} else {
|
115 |
$postData['content'] = preg_replace("/\{AUTHOR\}/", "", $postData['content']);
|
116 |
}
|
117 |
-
|
118 |
if (in_array($networkId, $this->allowHtml)) {
|
119 |
$postData['content'] = preg_replace("/\\n/", "<br>", $postData['content']);
|
120 |
-
|
121 |
//Feature Image Html-Network
|
122 |
if (!empty($this->imageUrl)) {
|
123 |
$postData['content'] = '<img src="' . esc_url($this->imageUrl) . '" alt="' . esc_attr($title) . '"/><br>' . $postData['content'];
|
124 |
}
|
125 |
}
|
126 |
-
|
127 |
-
if(isset($tempOptionPostFormat[$networkId][$networkType]['short_text']['limit']) && (int) $tempOptionPostFormat[$networkId][$networkType]['short_text']['limit'] > 0) {
|
128 |
$postData['content'] = B2S_Util::getExcerpt($postData['content'], 0, $tempOptionPostFormat[$networkId][$networkType]['short_text']['limit']);
|
129 |
}
|
130 |
-
|
131 |
} else {
|
132 |
if ($networkId == 4) {
|
133 |
$postData['custom_title'] = strip_tags($this->title);
|
134 |
$postData['content'] = $this->contentHtml;
|
|
|
135 |
if ($this->allowHashTag) {
|
136 |
if (is_array($this->keywords) && !empty($this->keywords)) {
|
137 |
foreach ($this->keywords as $tag) {
|
@@ -144,6 +141,7 @@ class B2S_AutoPost {
|
|
144 |
if ($networkId == 6 || $networkId == 20) {
|
145 |
if ($this->imageUrl !== false) {
|
146 |
$postData['content'] = (isset($this->setPreFillText[$networkType][$networkId])) ? B2S_Util::getExcerpt($this->content, (int) $this->setPreFillText[$networkType][$networkId], (int) $this->setPreFillTextLimit[$networkType][$networkId]) : $this->content;
|
|
|
147 |
if ($this->allowHashTag) {
|
148 |
$postData['content'] .= $this->getHashTagsString();
|
149 |
}
|
@@ -167,6 +165,7 @@ class B2S_AutoPost {
|
|
167 |
if ($networkId == 9 || $networkId == 16) {
|
168 |
$postData['custom_title'] = $this->title;
|
169 |
$postData['content'] = (isset($this->setPreFillText[$networkType][$networkId])) ? B2S_Util::getExcerpt($this->content, (int) $this->setPreFillText[$networkType][$networkId], (int) $this->setPreFillTextLimit[$networkType][$networkId]) : $this->content;
|
|
|
170 |
if ($this->allowHashTag) {
|
171 |
if (is_array($this->keywords) && !empty($this->keywords)) {
|
172 |
foreach ($this->keywords as $tag) {
|
@@ -178,6 +177,7 @@ class B2S_AutoPost {
|
|
178 |
|
179 |
if ($networkId == 10 || $networkId == 17 || $networkId == 18) {
|
180 |
$postData['content'] = (isset($this->setPreFillText[$networkType][$networkId])) ? B2S_Util::getExcerpt($this->content, (int) $this->setPreFillText[$networkType][$networkId], (isset($this->setPreFillTextLimit[$networkType][$networkId]) ? (int) $this->setPreFillTextLimit[$networkType][$networkId] : false)) : $this->content;
|
|
|
181 |
if ($this->allowHashTag) {
|
182 |
$postData['content'] .= $this->getHashTagsString();
|
183 |
}
|
@@ -189,6 +189,7 @@ class B2S_AutoPost {
|
|
189 |
}
|
190 |
|
191 |
if ($networkId == 11) {
|
|
|
192 |
if ($this->allowHashTag) {
|
193 |
if (is_array($this->keywords) && !empty($this->keywords)) {
|
194 |
foreach ($this->keywords as $tag) {
|
@@ -206,6 +207,7 @@ class B2S_AutoPost {
|
|
206 |
if ($this->imageUrl !== false) {
|
207 |
$postData['content'] = (isset($this->setPreFillText[$networkType][$networkId])) ? B2S_Util::getExcerpt($this->content, (int) $this->setPreFillText[$networkType][$networkId], (isset($this->setPreFillTextLimit[$networkType][$networkId]) ? (int) $this->setPreFillTextLimit[$networkType][$networkId] : false)) : $this->content;
|
208 |
$postData['custom_title'] = strip_tags($this->title);
|
|
|
209 |
if ($this->allowHashTag) {
|
210 |
if (is_array($this->keywords) && !empty($this->keywords)) {
|
211 |
foreach ($this->keywords as $tag) {
|
@@ -218,30 +220,30 @@ class B2S_AutoPost {
|
|
218 |
}
|
219 |
}
|
220 |
}
|
221 |
-
|
222 |
return $postData;
|
223 |
}
|
224 |
return false;
|
225 |
}
|
226 |
|
227 |
private function getHashTagsString($add = "\n\n", $limit = -1) {// limit = -1 => no limit
|
228 |
-
if($limit != 0){
|
229 |
$hashTags = '';
|
230 |
if (is_array($this->keywords) && !empty($this->keywords)) {
|
231 |
foreach ($this->keywords as $tag) {
|
232 |
$hashTags .= ' #' . str_replace(array(" ", "-", '"', "'", "!", "?", ",", ".", ";", ":"), "", $tag->name);
|
233 |
}
|
234 |
}
|
235 |
-
if($limit > 0) {
|
236 |
$pos = 0;
|
237 |
$temp_str = $hashTags;
|
238 |
-
for($i = 0; $i <= $limit; $i++){
|
239 |
$pos = strpos($temp_str, '#');
|
240 |
-
$temp_str = substr($temp_str, $pos+1);
|
241 |
}
|
242 |
-
if($pos !== false){
|
243 |
$pos = strpos($hashTags, $temp_str);
|
244 |
-
$hashTags = substr($hashTags, 0, $pos-1);
|
245 |
}
|
246 |
}
|
247 |
return (!empty($hashTags) ? (!empty($add) ? $add . $hashTags : $hashTags) : '');
|
@@ -252,13 +254,13 @@ class B2S_AutoPost {
|
|
252 |
|
253 |
public function saveShareData($shareData = array(), $network_id = 0, $network_type = 0, $network_auth_id = 0, $shareApprove = 0, $network_display_name = '') {
|
254 |
|
255 |
-
if(isset($shareData['image_url']) && !empty($shareData['image_url'])){
|
256 |
$image_data = wp_check_filetype($shareData['image_url']);
|
257 |
-
if(isset($image_data['ext']) && $image_data['ext'] == 'gif' && in_array($network_id, unserialize(B2S_PLUGIN_NETWORK_NOT_ALLOW_GIF))){
|
258 |
$shareData['image_url'] = '';
|
259 |
}
|
260 |
}
|
261 |
-
|
262 |
$sched_type = $this->blogPostData['sched_type'];
|
263 |
$sched_date = $this->blogPostData['sched_date'];
|
264 |
$sched_date_utc = $this->blogPostData['sched_date_utc'];
|
@@ -317,7 +319,7 @@ class B2S_AutoPost {
|
|
317 |
if (isset($networkDetailsIdSelect[0])) {
|
318 |
$networkDetailsId = (int) $networkDetailsIdSelect[0];
|
319 |
} else {
|
320 |
-
$wpdb->insert($wpdb->prefix.'b2s_posts_network_details', array(
|
321 |
'network_id' => (int) $network_id,
|
322 |
'network_type' => (int) $network_type,
|
323 |
'network_auth_id' => (int) $network_auth_id,
|
@@ -328,7 +330,7 @@ class B2S_AutoPost {
|
|
328 |
if ($networkDetailsId > 0) {
|
329 |
//DeprecatedNetwork-8 31 march
|
330 |
if ($network_id == 8 && $sched_date_utc >= '2019-03-30 23:59:59') {
|
331 |
-
$wpdb->insert($wpdb->prefix.'b2s_posts', array(
|
332 |
'post_id' => $this->postId,
|
333 |
'blog_user_id' => $this->blogPostData['blog_user_id'],
|
334 |
'user_timezone' => $this->blogPostData['user_timezone'],
|
@@ -336,9 +338,9 @@ class B2S_AutoPost {
|
|
336 |
'publish_error_code' => 'DEPRECATED_NETWORK_8',
|
337 |
'network_details_id' => $networkDetailsId), array('%d', '%d', '%s', '%s', '%s', '%d'));
|
338 |
} else {
|
339 |
-
$wpdb->insert($wpdb->prefix.'b2s_posts_sched_details', array('sched_data' => serialize($shareData), 'image_url' => (isset($shareData['image_url']) ? $shareData['image_url'] : '')), array('%s', '%s'));
|
340 |
$schedDetailsId = $wpdb->insert_id;
|
341 |
-
$wpdb->insert($wpdb->prefix.'b2s_posts', array(
|
342 |
'post_id' => $this->postId,
|
343 |
'blog_user_id' => $this->blogPostData['blog_user_id'],
|
344 |
'user_timezone' => $this->blogPostData['user_timezone'],
|
@@ -350,7 +352,7 @@ class B2S_AutoPost {
|
|
350 |
'network_details_id' => $networkDetailsId,
|
351 |
'post_for_approve' => (int) $shareApprove,
|
352 |
'hook_action' => (((int) $shareApprove == 0) ? 1 : 0)), array('%d', '%d', '%s', '%s', '%d', '%d', '%s', '%s', '%d', '%d', '%d'));
|
353 |
-
$insertId
|
354 |
B2S_Rating::trigger();
|
355 |
return $insertId;
|
356 |
}
|
19 |
private $userVersion;
|
20 |
private $allowHtml = array(4, 11, 14);
|
21 |
|
22 |
+
function __construct($postId = 0, $blogPostData = array(), $current_user_date = '0000-00-00 00:00:00', $myTimeSettings = false, $title = '', $content = '', $excerpt = '', $url = '', $imageUrl = '', $keywords = '', $b2sPostLang = 'en', $optionPostFormat = array(), $allowHashTag = true, $userVersion = 0) {
|
23 |
$this->postId = $postId;
|
24 |
$this->blogPostData = $blogPostData;
|
25 |
$this->current_user_date = $current_user_date;
|
39 |
}
|
40 |
|
41 |
public function prepareShareData($networkAuthId = 0, $networkId = 0, $networkType = 0) {
|
42 |
+
|
43 |
+
if (B2S_PLUGIN_USER_VERSION >= 3) {
|
44 |
global $wpdb;
|
45 |
$sqlGetData = $wpdb->prepare("SELECT `data` FROM `{$wpdb->prefix}b2s_posts_network_details` WHERE `network_auth_id` = %d", (int) $networkAuthId);
|
46 |
$dataString = $wpdb->get_var($sqlGetData);
|
47 |
if ($dataString !== NULL && !empty($dataString)) {
|
48 |
$networkAuthData = unserialize($dataString);
|
49 |
+
if (!empty($this->url) && $networkAuthData != false && is_array($networkAuthData) && isset($networkAuthData['url_parameter'][0]['querys']) && !empty($networkAuthData['url_parameter'][0]['querys'])) {
|
50 |
$this->url = B2S_Util::addUrlParameter($this->url, $networkAuthData['url_parameter'][0]['querys']);
|
51 |
}
|
52 |
}
|
53 |
}
|
54 |
+
|
55 |
if ((int) $networkId > 0 && (int) $networkAuthId > 0) {
|
56 |
$postData = array('content' => '', 'custom_title' => '', 'tags' => array(), 'network_auth_id' => (int) $networkAuthId);
|
57 |
|
58 |
+
if ((int) $this->userVersion < 1 || $this->optionPostFormat == false || !isset($this->optionPostFormat[$networkId][$networkType])) {
|
59 |
$tempOptionPostFormat = unserialize(B2S_PLUGIN_NETWORK_SETTINGS_TEMPLATE_DEFAULT);
|
60 |
} else {
|
61 |
$tempOptionPostFormat = $this->optionPostFormat;
|
62 |
}
|
63 |
+
|
64 |
//PostFormat
|
65 |
if (in_array($networkId, array(1, 2, 3, 12, 17, 19))) {
|
66 |
//Get: client settings
|
79 |
}
|
80 |
$postData['content'] = $tempOptionPostFormat[$networkId][$networkType]['content'];
|
81 |
|
82 |
+
$preContent = addcslashes(B2S_Util::getExcerpt($this->content, (int) $tempOptionPostFormat[$networkId][$networkType]['short_text']['range_min'], (int) $tempOptionPostFormat[$networkId][$networkType]['short_text']['range_max']), "\\$");
|
83 |
$postData['content'] = preg_replace("/\{CONTENT\}/", $preContent, $postData['content']);
|
84 |
|
85 |
$title = sanitize_text_field($this->title);
|
86 |
+
$postData['content'] = preg_replace("/\{TITLE\}/", addcslashes($title, "\\$"), $postData['content']);
|
87 |
|
88 |
$defaultSchema = unserialize(B2S_PLUGIN_NETWORK_SETTINGS_TEMPLATE_DEFAULT);
|
89 |
if (!isset($tempOptionPostFormat[$networkId][$networkType]['short_text']['excerpt_range_max'])) {
|
92 |
if (!isset($tempOptionPostFormat[$networkId][$networkType]['short_text']['excerpt_range_min'])) {
|
93 |
$tempOptionPostFormat[$networkId][$networkType]['short_text']['excerpt_range_min'] = $defaultSchema[$networkId][$networkType]['short_text']['excerpt_range_min'];
|
94 |
}
|
95 |
+
$excerpt = (isset($this->excerpt) && !empty($this->excerpt)) ? addcslashes(B2S_Util::getExcerpt($this->excerpt, (int) $tempOptionPostFormat[$networkId][$networkType]['short_text']['excerpt_range_min'], (int) $tempOptionPostFormat[$networkId][$networkType]['short_text']['excerpt_range_max']), "\\$") : '';
|
96 |
+
|
97 |
$postData['content'] = preg_replace("/\{EXCERPT\}/", $excerpt, $postData['content']);
|
98 |
|
99 |
$hashtagcount = substr_count($postData['content'], '#');
|
100 |
if (strpos($postData['content'], "{KEYWORDS}") !== false) {
|
101 |
+
//deprecated setting, removed in V6.5
|
102 |
+
$hashtags = (B2S_PLUGIN_USER_VERSION <= 1 && !$this->allowHashTag) ? '' : $this->getHashTagsString("", (($networkId == 12) ? 30 - $hashtagcount : -1));
|
103 |
+
$postData['content'] = preg_replace("/\{KEYWORDS\}/", addcslashes($hashtags, "\\$"), $postData['content']);
|
|
|
|
|
|
|
104 |
}
|
105 |
+
|
106 |
$authorId = get_post_field('post_author', $this->postId);
|
107 |
if (isset($authorId) && !empty($authorId) && (int) $authorId > 0) {
|
108 |
$hook_filter = new B2S_Hook_Filter();
|
111 |
} else {
|
112 |
$postData['content'] = preg_replace("/\{AUTHOR\}/", "", $postData['content']);
|
113 |
}
|
114 |
+
|
115 |
if (in_array($networkId, $this->allowHtml)) {
|
116 |
$postData['content'] = preg_replace("/\\n/", "<br>", $postData['content']);
|
117 |
+
|
118 |
//Feature Image Html-Network
|
119 |
if (!empty($this->imageUrl)) {
|
120 |
$postData['content'] = '<img src="' . esc_url($this->imageUrl) . '" alt="' . esc_attr($title) . '"/><br>' . $postData['content'];
|
121 |
}
|
122 |
}
|
123 |
+
|
124 |
+
if (isset($tempOptionPostFormat[$networkId][$networkType]['short_text']['limit']) && (int) $tempOptionPostFormat[$networkId][$networkType]['short_text']['limit'] > 0) {
|
125 |
$postData['content'] = B2S_Util::getExcerpt($postData['content'], 0, $tempOptionPostFormat[$networkId][$networkType]['short_text']['limit']);
|
126 |
}
|
|
|
127 |
} else {
|
128 |
if ($networkId == 4) {
|
129 |
$postData['custom_title'] = strip_tags($this->title);
|
130 |
$postData['content'] = $this->contentHtml;
|
131 |
+
//deprecated setting, removed in V6.5
|
132 |
if ($this->allowHashTag) {
|
133 |
if (is_array($this->keywords) && !empty($this->keywords)) {
|
134 |
foreach ($this->keywords as $tag) {
|
141 |
if ($networkId == 6 || $networkId == 20) {
|
142 |
if ($this->imageUrl !== false) {
|
143 |
$postData['content'] = (isset($this->setPreFillText[$networkType][$networkId])) ? B2S_Util::getExcerpt($this->content, (int) $this->setPreFillText[$networkType][$networkId], (int) $this->setPreFillTextLimit[$networkType][$networkId]) : $this->content;
|
144 |
+
//deprecated setting, removed in V6.5
|
145 |
if ($this->allowHashTag) {
|
146 |
$postData['content'] .= $this->getHashTagsString();
|
147 |
}
|
165 |
if ($networkId == 9 || $networkId == 16) {
|
166 |
$postData['custom_title'] = $this->title;
|
167 |
$postData['content'] = (isset($this->setPreFillText[$networkType][$networkId])) ? B2S_Util::getExcerpt($this->content, (int) $this->setPreFillText[$networkType][$networkId], (int) $this->setPreFillTextLimit[$networkType][$networkId]) : $this->content;
|
168 |
+
//deprecated setting, removed in V6.5
|
169 |
if ($this->allowHashTag) {
|
170 |
if (is_array($this->keywords) && !empty($this->keywords)) {
|
171 |
foreach ($this->keywords as $tag) {
|
177 |
|
178 |
if ($networkId == 10 || $networkId == 17 || $networkId == 18) {
|
179 |
$postData['content'] = (isset($this->setPreFillText[$networkType][$networkId])) ? B2S_Util::getExcerpt($this->content, (int) $this->setPreFillText[$networkType][$networkId], (isset($this->setPreFillTextLimit[$networkType][$networkId]) ? (int) $this->setPreFillTextLimit[$networkType][$networkId] : false)) : $this->content;
|
180 |
+
//deprecated setting, removed in V6.5
|
181 |
if ($this->allowHashTag) {
|
182 |
$postData['content'] .= $this->getHashTagsString();
|
183 |
}
|
189 |
}
|
190 |
|
191 |
if ($networkId == 11) {
|
192 |
+
//deprecated setting, removed in V6.5
|
193 |
if ($this->allowHashTag) {
|
194 |
if (is_array($this->keywords) && !empty($this->keywords)) {
|
195 |
foreach ($this->keywords as $tag) {
|
207 |
if ($this->imageUrl !== false) {
|
208 |
$postData['content'] = (isset($this->setPreFillText[$networkType][$networkId])) ? B2S_Util::getExcerpt($this->content, (int) $this->setPreFillText[$networkType][$networkId], (isset($this->setPreFillTextLimit[$networkType][$networkId]) ? (int) $this->setPreFillTextLimit[$networkType][$networkId] : false)) : $this->content;
|
209 |
$postData['custom_title'] = strip_tags($this->title);
|
210 |
+
//deprecated setting, removed in V6.5
|
211 |
if ($this->allowHashTag) {
|
212 |
if (is_array($this->keywords) && !empty($this->keywords)) {
|
213 |
foreach ($this->keywords as $tag) {
|
220 |
}
|
221 |
}
|
222 |
}
|
223 |
+
|
224 |
return $postData;
|
225 |
}
|
226 |
return false;
|
227 |
}
|
228 |
|
229 |
private function getHashTagsString($add = "\n\n", $limit = -1) {// limit = -1 => no limit
|
230 |
+
if ($limit != 0) {
|
231 |
$hashTags = '';
|
232 |
if (is_array($this->keywords) && !empty($this->keywords)) {
|
233 |
foreach ($this->keywords as $tag) {
|
234 |
$hashTags .= ' #' . str_replace(array(" ", "-", '"', "'", "!", "?", ",", ".", ";", ":"), "", $tag->name);
|
235 |
}
|
236 |
}
|
237 |
+
if ($limit > 0) {
|
238 |
$pos = 0;
|
239 |
$temp_str = $hashTags;
|
240 |
+
for ($i = 0; $i <= $limit; $i++) {
|
241 |
$pos = strpos($temp_str, '#');
|
242 |
+
$temp_str = substr($temp_str, $pos + 1);
|
243 |
}
|
244 |
+
if ($pos !== false) {
|
245 |
$pos = strpos($hashTags, $temp_str);
|
246 |
+
$hashTags = substr($hashTags, 0, $pos - 1);
|
247 |
}
|
248 |
}
|
249 |
return (!empty($hashTags) ? (!empty($add) ? $add . $hashTags : $hashTags) : '');
|
254 |
|
255 |
public function saveShareData($shareData = array(), $network_id = 0, $network_type = 0, $network_auth_id = 0, $shareApprove = 0, $network_display_name = '') {
|
256 |
|
257 |
+
if (isset($shareData['image_url']) && !empty($shareData['image_url'])) {
|
258 |
$image_data = wp_check_filetype($shareData['image_url']);
|
259 |
+
if (isset($image_data['ext']) && $image_data['ext'] == 'gif' && in_array($network_id, unserialize(B2S_PLUGIN_NETWORK_NOT_ALLOW_GIF))) {
|
260 |
$shareData['image_url'] = '';
|
261 |
}
|
262 |
}
|
263 |
+
|
264 |
$sched_type = $this->blogPostData['sched_type'];
|
265 |
$sched_date = $this->blogPostData['sched_date'];
|
266 |
$sched_date_utc = $this->blogPostData['sched_date_utc'];
|
319 |
if (isset($networkDetailsIdSelect[0])) {
|
320 |
$networkDetailsId = (int) $networkDetailsIdSelect[0];
|
321 |
} else {
|
322 |
+
$wpdb->insert($wpdb->prefix . 'b2s_posts_network_details', array(
|
323 |
'network_id' => (int) $network_id,
|
324 |
'network_type' => (int) $network_type,
|
325 |
'network_auth_id' => (int) $network_auth_id,
|
330 |
if ($networkDetailsId > 0) {
|
331 |
//DeprecatedNetwork-8 31 march
|
332 |
if ($network_id == 8 && $sched_date_utc >= '2019-03-30 23:59:59') {
|
333 |
+
$wpdb->insert($wpdb->prefix . 'b2s_posts', array(
|
334 |
'post_id' => $this->postId,
|
335 |
'blog_user_id' => $this->blogPostData['blog_user_id'],
|
336 |
'user_timezone' => $this->blogPostData['user_timezone'],
|
338 |
'publish_error_code' => 'DEPRECATED_NETWORK_8',
|
339 |
'network_details_id' => $networkDetailsId), array('%d', '%d', '%s', '%s', '%s', '%d'));
|
340 |
} else {
|
341 |
+
$wpdb->insert($wpdb->prefix . 'b2s_posts_sched_details', array('sched_data' => serialize($shareData), 'image_url' => (isset($shareData['image_url']) ? $shareData['image_url'] : '')), array('%s', '%s'));
|
342 |
$schedDetailsId = $wpdb->insert_id;
|
343 |
+
$wpdb->insert($wpdb->prefix . 'b2s_posts', array(
|
344 |
'post_id' => $this->postId,
|
345 |
'blog_user_id' => $this->blogPostData['blog_user_id'],
|
346 |
'user_timezone' => $this->blogPostData['user_timezone'],
|
352 |
'network_details_id' => $networkDetailsId,
|
353 |
'post_for_approve' => (int) $shareApprove,
|
354 |
'hook_action' => (((int) $shareApprove == 0) ? 1 : 0)), array('%d', '%d', '%s', '%s', '%d', '%d', '%s', '%s', '%d', '%d', '%d'));
|
355 |
+
$insertId = $wpdb->insert_id;
|
356 |
B2S_Rating::trigger();
|
357 |
return $insertId;
|
358 |
}
|
includes/B2S/AutoPost/Item.php
CHANGED
@@ -40,48 +40,99 @@ class B2S_AutoPost_Item {
|
|
40 |
$content .='</div>';
|
41 |
$content .='</div>';
|
42 |
$content .='<h4 class="b2s-auto-post-header">' . esc_html__('Autoposter', 'blog2social') . '</h4><a target="_blank" href="'.B2S_Tools::getSupportLink('auto_post_manuell').'">Info</a>';
|
43 |
-
|
44 |
-
$
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
85 |
$content .='<br>';
|
86 |
$content .='<hr>';
|
87 |
$content .='<h4 class="b2s-auto-post-header">' . esc_html__('Autoposter for Imported Posts', 'blog2social') . '</h4><a target="_blank" href="'.B2S_Tools::getSupportLink('auto_post_import').'">Info</a>';
|
40 |
$content .='</div>';
|
41 |
$content .='</div>';
|
42 |
$content .='<h4 class="b2s-auto-post-header">' . esc_html__('Autoposter', 'blog2social') . '</h4><a target="_blank" href="'.B2S_Tools::getSupportLink('auto_post_manuell').'">Info</a>';
|
43 |
+
|
44 |
+
if(isset($optionAutoPost['assignBy']) && (int) $optionAutoPost['assignBy'] > 0) {
|
45 |
+
$content .='<div class="panel panel-group b2s-auto-post-own-general-warning"><div class="panel-body">';
|
46 |
+
$content .='<span class="glyphicon glyphicon-exclamation-sign glyphicon-warning"></span>' . esc_html__('The settings for the Auto-Poster were configured for you by a WordPress admin.', 'blog2social') . ' ';
|
47 |
+
$content .='<a href="#" id="b2s-auto-post-assign-by-disconnect">' . esc_html__('Disconnect', 'blog2social') . '</a>';
|
48 |
+
$content .='</div>';
|
49 |
+
$content .='</div>';
|
50 |
+
} else {
|
51 |
+
$content .='<p class="b2s-bold">' . esc_html__('Set up your autoposter to automatically share your new or updated posts, pages and custom post types on your social media channels.', 'blog2social') . '</p>';
|
52 |
+
$content .='<form id = "b2s-user-network-settings-auto-post-own" method = "post">';
|
53 |
+
$content .='<div class="' . (!empty($isPremium) ? 'b2s-btn-disabled' : '') . '">';
|
54 |
+
$content .='<input data-size="mini" data-toggle="toggle" data-width="90" data-height="22" data-onstyle="primary" data-on="ON" data-off="OFF" ' . (($autoPostActive) ? 'checked' : '') . ' name="b2s-manuell-auto-post" class="b2s-auto-post-area-toggle" data-area-type="manuell" value="1" type="checkbox">';
|
55 |
+
$content .='</div>';
|
56 |
+
$content .='<div class="b2s-auto-post-area" data-area-type="manuell"'.(($autoPostActive) ? '' : ' style="display:none;"').'>';
|
57 |
+
$content .='<br>';
|
58 |
+
$content .='<div class="' . (!empty($isPremium) ? 'b2s-btn-disabled' : '') . '">';
|
59 |
+
$content .='<div class="alert alert-danger b2s-auto-post-error" data-error-reason="no-auth-in-mandant" style="display:none;">' . esc_html__('There are no social network accounts assigned to your selected network collection. Please assign at least one social network account or select another network collection.', 'blog2social') . '<a href="' . esc_url(((substr(get_option('siteurl'), -1, 1) == '/') ? '' : '/') . 'wp-admin/admin.php?page=blog2social-network') . '" target="_bank">' . esc_html__('Network settings', 'blog2social') . '</a></div>';
|
60 |
+
$content .='<p class="b2s-bold">' . esc_html__('Select your preferred network collection for autoposting. This collection defines the social media accounts on which the autoposter will share your social media posts automatically.', 'blog2social') . '</p>';
|
61 |
+
$content .= $this->getMandantSelect((isset($optionAutoPost['profile']) ? $optionAutoPost['profile'] : 0), (isset($optionAutoPost['twitter']) ? $optionAutoPost['twitter'] : 0));
|
62 |
+
$content .='</div>';
|
63 |
+
$content .='<br>';
|
64 |
+
$content .='<div class="alert alert-danger b2s-auto-post-error" data-error-reason="no-post-type" style="display:none;">'.esc_html__('Please select a post type', 'blog2social').'</div>';
|
65 |
+
$content .='<div class="row ' . (!empty($isPremium) ? 'b2s-btn-disabled' : '') . '">';
|
66 |
+
$content .='<div class="col-xs-12 col-md-2">';
|
67 |
+
$content .='<label class="b2s-auto-post-publish-label">' . esc_html__('new posts', 'blog2social') . '</label>';
|
68 |
+
$content .='<br><small><button class="btn btn-link btn-xs hidden-xs b2s-post-type-select-btn" data-post-type="publish" data-select-toogle-state="0" data-select-toogle-name="' . esc_attr__('Unselect all', 'blog2social') . '">' . esc_html__('Select all', 'blog2social') . '</button></small>';
|
69 |
+
$content .='</div>';
|
70 |
+
$content .='<div class="col-xs-12 col-md-6">';
|
71 |
+
$content .= $this->getPostTypesHtml($optionAutoPost);
|
72 |
+
$content .='</div>';
|
73 |
+
$content .='</div>';
|
74 |
+
$content .='<br>';
|
75 |
+
$content .='<div class="row ' . (!empty($isPremium) ? 'b2s-btn-disabled' : '') . '">';
|
76 |
+
$content .='<div class="col-md-12"><div class="panel panel-group b2s-auto-post-own-update-warning" style="display: none;"><div class="panel-body"><span class="glyphicon glyphicon-exclamation-sign glyphicon-warning"></span> ' . esc_html__('By enabling this feature your previously published social media posts will be sent again to your selected social media channels as soon as the post is updated.', 'blog2social') . '</div></div></div>';
|
77 |
+
$content .='<div class"clearfix"></div>';
|
78 |
+
$content .='<div class="col-xs-12 col-md-2">';
|
79 |
+
$content .='<label class="b2s-auto-post-update-label">' . esc_html__('updating existing posts', 'blog2social') . '</label>';
|
80 |
+
$content .='<br><small><button class="btn btn-link btn-xs hidden-xs b2s-post-type-select-btn" data-post-type="update" data-select-toogle-state="0" data-select-toogle-name="' . esc_html__('Unselect all', 'blog2social') . '">' . esc_html__('Select all', 'blog2social') . '</button></small>';
|
81 |
+
$content .='</div>';
|
82 |
+
$content .='<div class="col-xs-12 col-md-6">';
|
83 |
+
$content .= $this->getPostTypesHtml($optionAutoPost, 'update');
|
84 |
+
$content .='</div>';
|
85 |
+
$content .='</div>';
|
86 |
+
$content .='<br>';
|
87 |
+
$content .='<div class="row ' . (!empty($isPremium) ? 'b2s-btn-disabled' : '') . '">';
|
88 |
+
$content .='<div class="col-md-12">';
|
89 |
+
$content .='<input id="b2s-auto-post-best-times" class="b2s-auto-post-best-times" name="b2s-auto-post-best-times" type="checkbox" value="1" '.((isset($optionAutoPost['best_times']) && (int) $optionAutoPost['best_times'] == 1) ? 'checked' : '').'><label for="b2s-auto-post-best-times"> ' . esc_html__('Apply best times', 'blog2social') . '</label>';
|
90 |
+
$content .='</div>';
|
91 |
+
$content .='</div>';
|
92 |
+
|
93 |
+
if(current_user_can('administrator')) {
|
94 |
+
global $wpdb;
|
95 |
+
$blogUserTokenResult = $wpdb->get_results("SELECT token FROM `{$wpdb->prefix}b2s_user`");
|
96 |
+
$blogUserToken = array();
|
97 |
+
foreach ($blogUserTokenResult as $k => $row) {
|
98 |
+
array_push($blogUserToken, $row->token);
|
99 |
+
}
|
100 |
+
$data = array('action' => 'getTeamAssignUserAuth', 'token' => B2S_PLUGIN_TOKEN, 'networkAuthId' => 0, 'blogUser' => $blogUserToken);
|
101 |
+
$networkAuthAssignment = json_decode(B2S_Api_Post::post(B2S_PLUGIN_API_ENDPOINT, $data, 30), true);
|
102 |
+
if (isset($networkAuthAssignment['userList']) && !empty($networkAuthAssignment['userList']) && count($networkAuthAssignment['userList']) > 1) {
|
103 |
+
$doneIds = array();
|
104 |
+
$content .='<br>';
|
105 |
+
$content .='<div class="row">';
|
106 |
+
$content .='<div class="col-md-12">';
|
107 |
+
$content .='<span class="b2s-bold">'.esc_html__('Share posts from other authors automatically with your Auto-Poster settings', 'blog2social').' </span>';
|
108 |
+
$content .='<a class="b2sInfoAssignAutoPostBtn" href="#">'.esc_html__('Info', 'blog2social').'</a><br>';
|
109 |
+
$content .='<select name="b2s-auto-post-assign-user-data[]" multiple="" data-placeholder="Select User" class="b2s-auto-post-assign-user">';
|
110 |
+
foreach ($networkAuthAssignment['userList'] as $k => $listUser) {
|
111 |
+
if ((int) $listUser != B2S_PLUGIN_BLOG_USER_ID && !in_array($listUser, $doneIds)) {
|
112 |
+
array_push($doneIds, $listUser);
|
113 |
+
$userDetails = get_option('B2S_PLUGIN_USER_VERSION_' . $listUser);
|
114 |
+
if (isset($userDetails['B2S_PLUGIN_USER_VERSION']) && (int) $userDetails['B2S_PLUGIN_USER_VERSION'] == 3) {
|
115 |
+
$displayName = stripslashes(get_user_by('id', $listUser)->display_name);
|
116 |
+
if(!empty($displayName) && $displayName != false) {
|
117 |
+
$selected = '';
|
118 |
+
if(isset($optionAutoPost['assignUser']) && !empty($optionAutoPost['assignUser']) && in_array($listUser, $optionAutoPost['assignUser'])) {
|
119 |
+
$selected = 'selected="selected"';
|
120 |
+
}
|
121 |
+
$content .= '<option value="' . esc_attr($listUser) . '" ' . $selected . '>' . esc_html($displayName) . '</option>';
|
122 |
+
}
|
123 |
+
}
|
124 |
+
}
|
125 |
+
}
|
126 |
+
$content .='</select>';
|
127 |
+
$content .='</div>';
|
128 |
+
$content .='</div>';
|
129 |
+
}
|
130 |
+
|
131 |
+
|
132 |
+
$content .='</div>';
|
133 |
+
}
|
134 |
+
}
|
135 |
+
|
136 |
$content .='<br>';
|
137 |
$content .='<hr>';
|
138 |
$content .='<h4 class="b2s-auto-post-header">' . esc_html__('Autoposter for Imported Posts', 'blog2social') . '</h4><a target="_blank" href="'.B2S_Tools::getSupportLink('auto_post_import').'">Info</a>';
|
includes/B2S/Hook/Filter.php
CHANGED
@@ -24,4 +24,10 @@ class B2S_Hook_Filter{
|
|
24 |
return $wp_hashtags;
|
25 |
}
|
26 |
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
}
|
24 |
return $wp_hashtags;
|
25 |
}
|
26 |
|
27 |
+
function get_wp_post_image($post_id = 0, $postContent = '', $postUrl = '', $network = false, $postLang = 'en') {
|
28 |
+
$images = B2S_Util::getImagesByPostId((int) $post_id, $postContent, $postUrl, $network, $postLang);
|
29 |
+
$wp_images = apply_filters('b2s_filter_wp_post_image', $images, $post_id);
|
30 |
+
return $wp_images;
|
31 |
+
}
|
32 |
+
|
33 |
}
|
includes/B2S/Network/Item.php
CHANGED
@@ -158,7 +158,7 @@ class B2S_Network_Item {
|
|
158 |
}
|
159 |
if (in_array($networkId, $this->allowGroup)) {
|
160 |
$name = ($networkId == 11) ? __('Publication', 'blog2social') : __('Group', 'blog2social');
|
161 |
-
$html .= (B2S_PLUGIN_USER_VERSION > 1) ? '<button onclick="wop(\'' . $b2sAuthUrl . '&choose=group\', \'Blog2Social Network\'); return false;" class="btn btn-primary btn-sm b2s-network-auth-btn">+ ' . esc_html($name) . '</button>' : '<a href="#" class="btn btn-primary btn-sm b2s-network-auth-btn b2s-btn-disabled b2sProFeatureModalBtn" data-title="' . esc_attr__('You want to connect a social media group?', 'blog2social') . '" data-type="auth-network">+ ' . esc_html($name) . ' <span class="label label-success">' . esc_html__("PRO", "blog2social") . '</span></a>';
|
162 |
}
|
163 |
if (array_key_exists($networkId, unserialize(B2S_PLUGIN_NETWORK_SETTINGS_TEMPLATE_DEFAULT))) {
|
164 |
$html .= (B2S_PLUGIN_USER_VERSION >= 1) ? '<button onclick="return false;" class="btn btn-primary btn-sm b2s-network-auth-btn b2s-edit-template-btn" data-network-id="' . esc_attr($networkId) . '"><i class="glyphicon glyphicon-pencil"></i> ' . esc_html__('Edit Post Template', 'blog2social') . '</button>' : '<button onclick="return false;" class="btn btn-primary btn-sm b2s-network-auth-btn b2s-edit-template-btn b2s-btn-disabled" data-network-id="' . esc_attr($networkId) . '"><i class="glyphicon glyphicon-pencil"></i> ' . esc_html__('Edit Post Template', 'blog2social') . ' <span class="label label-success">' . esc_html__("SMART", "blog2social") . '</span></button>';
|
@@ -578,7 +578,9 @@ class B2S_Network_Item {
|
|
578 |
if(isset($post_author->display_name) && !empty($post_author->display_name)) {
|
579 |
$author = $post_author->display_name;
|
580 |
}
|
581 |
-
$
|
|
|
|
|
582 |
if($image_url != false && !empty($image_url)) {
|
583 |
$this->previewImage = $image_url;
|
584 |
}
|
@@ -607,7 +609,7 @@ class B2S_Network_Item {
|
|
607 |
$html .= '<div class="pull-left ' . ((B2S_PLUGIN_USER_VERSION < 1) ? 'b2s-btn-disabled' : '') . '">';
|
608 |
$html .= '<ul class="nav nav-pills">';
|
609 |
$html .= '<li class="active"><a href="#b2s-template-profile" class="b2s-template-profile" data-toggle="tab">' . esc_html__('Profile', 'blog2social') . '</a></li>';
|
610 |
-
if (isset($schema[1]) && !empty($schema[1])) {
|
611 |
$html .= '<li><a href="#b2s-template-page" class="b2s-template-page" data-toggle="tab">' . esc_html__('Page', 'blog2social') . '</a></li>';
|
612 |
}
|
613 |
if (isset($schema[2]) && !empty($schema[2])) {
|
@@ -706,14 +708,14 @@ class B2S_Network_Item {
|
|
706 |
. '<button type="button" draggable="true" class="btn btn-primary btn-xs b2s-edit-template-content-post-author b2s-edit-template-content-post-item" data-network-type="' . esc_attr($networkType) . '">{AUTHOR}</button>'
|
707 |
. '<button type="button" class="btn btn-primary btn-xs b2s-edit-template-content-clear-btn pull-right" data-network-type="' . esc_attr($networkType) . '">' . esc_html__('clear', 'blog2social') . '</button>'
|
708 |
. '</div>';
|
709 |
-
$content .= '<textarea class="b2s-edit-template-post-content" style="width: 100%;" data-network-type="' . esc_attr($networkType) . '" ' . ((B2S_PLUGIN_USER_VERSION < 1) ? 'readonly="true"' : '') . '>' . esc_html(stripslashes($schema[$networkType]['content'])) . '</textarea>';
|
710 |
$content .= '<input class="b2s-edit-template-content-selection-start" data-network-type="' . esc_attr($networkType) . '" type="hidden" value="0">';
|
711 |
$content .= '<input class="b2s-edit-template-content-selection-end" data-network-type="' . esc_attr($networkType) . '" type="hidden" value="0">';
|
712 |
$content .= '</div>';
|
713 |
$content .= '</div>';
|
714 |
$content .= '<div class="row">';
|
715 |
$content .= '<div class="col-md-12 b2s-edit-template-link-info">';
|
716 |
-
if($networkId != 12) {
|
717 |
$content .= '<i class="glyphicon glyphicon-info-sign"></i> ' . esc_html__('The link will be added automatically at the end of the post.', 'blog2social');
|
718 |
$content .= '<br>';
|
719 |
}
|
@@ -723,10 +725,17 @@ class B2S_Network_Item {
|
|
723 |
}
|
724 |
$content .= '</div>';
|
725 |
$content .= '</div>';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
726 |
if($networkId == 12) {
|
727 |
$content .= '<div class="row">';
|
728 |
$content .= '<div class="col-md-12">';
|
729 |
-
$content .= '<input class="b2s-edit-template-enable-link" data-network-type="' . esc_attr($networkType) . '" type="checkbox" '.((isset($schema[$networkType]['addLink']) && $schema[$networkType]['addLink'] == false) ? '' : 'checked="checked"').' id="b2s-edit-template-enable-link"><label for="b2s-edit-template-enable-link"> ' . esc_html__('Add
|
730 |
$content .= '</div>';
|
731 |
$content .= '</div>';
|
732 |
}
|
158 |
}
|
159 |
if (in_array($networkId, $this->allowGroup)) {
|
160 |
$name = ($networkId == 11) ? __('Publication', 'blog2social') : __('Group', 'blog2social');
|
161 |
+
$html .= (B2S_PLUGIN_USER_VERSION > 1) ? (($networkId == 1) ? '<button class="btn btn-primary btn-sm b2s-network-auth-btn b2s-network-add-group-info-btn" data-b2s-auth-url="'.$b2sAuthUrl.'">+ ' . esc_html($name) . '</button>' : '<button onclick="wop(\'' . $b2sAuthUrl . '&choose=group\', \'Blog2Social Network\'); return false;" class="btn btn-primary btn-sm b2s-network-auth-btn">+ ' . esc_html($name) . '</button>') : '<a href="#" class="btn btn-primary btn-sm b2s-network-auth-btn b2s-btn-disabled b2sProFeatureModalBtn" data-title="' . esc_attr__('You want to connect a social media group?', 'blog2social') . '" data-type="auth-network">+ ' . esc_html($name) . ' <span class="label label-success">' . esc_html__("PRO", "blog2social") . '</span></a>';
|
162 |
}
|
163 |
if (array_key_exists($networkId, unserialize(B2S_PLUGIN_NETWORK_SETTINGS_TEMPLATE_DEFAULT))) {
|
164 |
$html .= (B2S_PLUGIN_USER_VERSION >= 1) ? '<button onclick="return false;" class="btn btn-primary btn-sm b2s-network-auth-btn b2s-edit-template-btn" data-network-id="' . esc_attr($networkId) . '"><i class="glyphicon glyphicon-pencil"></i> ' . esc_html__('Edit Post Template', 'blog2social') . '</button>' : '<button onclick="return false;" class="btn btn-primary btn-sm b2s-network-auth-btn b2s-edit-template-btn b2s-btn-disabled" data-network-id="' . esc_attr($networkId) . '"><i class="glyphicon glyphicon-pencil"></i> ' . esc_html__('Edit Post Template', 'blog2social') . ' <span class="label label-success">' . esc_html__("SMART", "blog2social") . '</span></button>';
|
578 |
if(isset($post_author->display_name) && !empty($post_author->display_name)) {
|
579 |
$author = $post_author->display_name;
|
580 |
}
|
581 |
+
$hook_filter = new B2S_Hook_Filter();
|
582 |
+
$images_urls = $hook_filter->get_wp_post_image((int) $post[0]['ID']);
|
583 |
+
$image_url = ((!empty($images_urls) && isset(array_values($images_urls)[0][0])) ? array_values($images_urls)[0][0] : false);
|
584 |
if($image_url != false && !empty($image_url)) {
|
585 |
$this->previewImage = $image_url;
|
586 |
}
|
609 |
$html .= '<div class="pull-left ' . ((B2S_PLUGIN_USER_VERSION < 1) ? 'b2s-btn-disabled' : '') . '">';
|
610 |
$html .= '<ul class="nav nav-pills">';
|
611 |
$html .= '<li class="active"><a href="#b2s-template-profile" class="b2s-template-profile" data-toggle="tab">' . esc_html__('Profile', 'blog2social') . '</a></li>';
|
612 |
+
if (isset($schema[1]) && !empty($schema[1]) && $networkId != 11) {
|
613 |
$html .= '<li><a href="#b2s-template-page" class="b2s-template-page" data-toggle="tab">' . esc_html__('Page', 'blog2social') . '</a></li>';
|
614 |
}
|
615 |
if (isset($schema[2]) && !empty($schema[2])) {
|
708 |
. '<button type="button" draggable="true" class="btn btn-primary btn-xs b2s-edit-template-content-post-author b2s-edit-template-content-post-item" data-network-type="' . esc_attr($networkType) . '">{AUTHOR}</button>'
|
709 |
. '<button type="button" class="btn btn-primary btn-xs b2s-edit-template-content-clear-btn pull-right" data-network-type="' . esc_attr($networkType) . '">' . esc_html__('clear', 'blog2social') . '</button>'
|
710 |
. '</div>';
|
711 |
+
$content .= '<textarea class="b2s-edit-template-post-content" style="width: 100%;" data-network-type="' . esc_attr($networkType) . '" ' . ((B2S_PLUGIN_USER_VERSION < 1) ? 'readonly="true"' : '') . ' '.(($limit > 0) ? 'maxlength="'.$limit.'"' : '').'>' . esc_html(stripslashes($schema[$networkType]['content'])) . '</textarea>';
|
712 |
$content .= '<input class="b2s-edit-template-content-selection-start" data-network-type="' . esc_attr($networkType) . '" type="hidden" value="0">';
|
713 |
$content .= '<input class="b2s-edit-template-content-selection-end" data-network-type="' . esc_attr($networkType) . '" type="hidden" value="0">';
|
714 |
$content .= '</div>';
|
715 |
$content .= '</div>';
|
716 |
$content .= '<div class="row">';
|
717 |
$content .= '<div class="col-md-12 b2s-edit-template-link-info">';
|
718 |
+
if($networkId != 12 && $networkId != 1) {
|
719 |
$content .= '<i class="glyphicon glyphicon-info-sign"></i> ' . esc_html__('The link will be added automatically at the end of the post.', 'blog2social');
|
720 |
$content .= '<br>';
|
721 |
}
|
725 |
}
|
726 |
$content .= '</div>';
|
727 |
$content .= '</div>';
|
728 |
+
if($networkId == 1) {
|
729 |
+
$content .= '<div class="row b2s-edit-template-enable-link-area" style="display:'.(($schema[$networkType]['format'] == 1) ? 'block' : 'none').'" data-network-type="' . esc_attr($networkType) . '">';
|
730 |
+
$content .= '<div class="col-md-12">';
|
731 |
+
$content .= '<input class="b2s-edit-template-enable-link" data-network-type="' . esc_attr($networkType) . '" type="checkbox" '.((isset($schema[$networkType]['addLink']) && $schema[$networkType]['addLink'] == false) ? '' : 'checked="checked"').' id="b2s-edit-template-enable-link[' . esc_attr($networkType) . ']"><label for="b2s-edit-template-enable-link[' . esc_attr($networkType) . ']"> ' . esc_html__('Add a link-URL to the end of my image post.', 'blog2social') . '</label>';
|
732 |
+
$content .= '</div>';
|
733 |
+
$content .= '</div>';
|
734 |
+
}
|
735 |
if($networkId == 12) {
|
736 |
$content .= '<div class="row">';
|
737 |
$content .= '<div class="col-md-12">';
|
738 |
+
$content .= '<input class="b2s-edit-template-enable-link" data-network-type="' . esc_attr($networkType) . '" type="checkbox" '.((isset($schema[$networkType]['addLink']) && $schema[$networkType]['addLink'] == false) ? '' : 'checked="checked"').' id="b2s-edit-template-enable-link"><label for="b2s-edit-template-enable-link"> ' . esc_html__('Add a link-URL to the end of my Instagram posts. (Please note, that Instagram does not turn link-URLs into clickable links)', 'blog2social') . '</label>';
|
739 |
$content .= '</div>';
|
740 |
$content .= '</div>';
|
741 |
}
|
includes/B2S/Network/Save.php
CHANGED
@@ -2,9 +2,13 @@
|
|
2 |
|
3 |
class B2S_Network_Save {
|
4 |
|
5 |
-
public static function saveUserMandant($mandantName) {
|
6 |
require_once B2S_PLUGIN_DIR . 'includes/B2S/Network/Item.php';
|
7 |
-
$
|
|
|
|
|
|
|
|
|
8 |
$result = json_decode(B2S_Api_Post::post(B2S_PLUGIN_API_ENDPOINT, $postData));
|
9 |
|
10 |
$newMandant = array('result' => false,
|
2 |
|
3 |
class B2S_Network_Save {
|
4 |
|
5 |
+
public static function saveUserMandant($mandantName, $allow_delete = true, $assignToken = false) {
|
6 |
require_once B2S_PLUGIN_DIR . 'includes/B2S/Network/Item.php';
|
7 |
+
$userToken = B2S_PLUGIN_TOKEN;
|
8 |
+
if($assignToken != false) {
|
9 |
+
$userToken = $assignToken;
|
10 |
+
}
|
11 |
+
$postData = array('action' => 'saveUserMandant', 'mandant' => $mandantName, 'token' => $userToken, 'allow_delete' => $allow_delete);
|
12 |
$result = json_decode(B2S_Api_Post::post(B2S_PLUGIN_API_ENDPOINT, $postData));
|
13 |
|
14 |
$newMandant = array('result' => false,
|
includes/B2S/Post/Filter.php
CHANGED
@@ -16,7 +16,7 @@ class B2S_Post_Filter {
|
|
16 |
protected $searchPostSharedById;
|
17 |
protected $postAuthor;
|
18 |
|
19 |
-
function __construct($type, $title = "", $authorId = 0, $postStatus = "", $schedDate = "", $postCat = "", $postType = "", $postShareStatus="", $postsPerPage = 15, $sharedById = 0) { //type=all,publish,sched
|
20 |
require_once(B2S_PLUGIN_DIR . 'includes/Options.php');
|
21 |
$options = new B2S_Options((int) B2S_PLUGIN_BLOG_USER_ID);
|
22 |
$optionPostFilters = $options->_getOption('post_filters');
|
@@ -31,6 +31,7 @@ class B2S_Post_Filter {
|
|
31 |
$this->searchPostType = (empty($postType) && isset($optionPostFilters['searchPostType'])) ? $optionPostFilters['searchPostType'] : $postType;
|
32 |
$this->postsPerPage = ((int)$postsPerPage != 15 && isset($optionPostFilters['postsPerPage']) && (int)$optionPostFilters['postsPerPage'] > 0) ? (int)$optionPostFilters['searchAuthorId'] : (int)$postsPerPage;
|
33 |
$this->searchPostSharedById = ((int)$sharedById == 0 && isset($optionPostFilters['searchPostSharedById']) && (int)$optionPostFilters['searchPostSharedById'] > 0) ? (int)$optionPostFilters['searchPostSharedById'] : (int)$sharedById;
|
|
|
34 |
}
|
35 |
|
36 |
public function getAutorData() {
|
@@ -118,23 +119,7 @@ class B2S_Post_Filter {
|
|
118 |
}
|
119 |
$type .= '<option ' . $selected . ' value="' . esc_attr($categorie->term_id) . '">' . esc_html($catName) . '</option>';
|
120 |
|
121 |
-
|
122 |
-
//subcategorys
|
123 |
-
$subCat = get_categories(array('taxonomy' => $taxValue->name, 'number' => 100, 'parent' => $categorie->term_id));
|
124 |
-
if(isset($subCat) && !empty($subCat)) {
|
125 |
-
foreach ($subCat as $subKey => $subCategorie) {
|
126 |
-
$selected = (!empty($this->searchPostCat) && $subCategorie->term_id == $this->searchPostCat) ? 'selected' : '';
|
127 |
-
$subCatName = ' '.$subCategorie->name;
|
128 |
-
//Bug: Converting json + PHP Extension
|
129 |
-
if (function_exists('mb_strlen') && function_exists('mb_substr')) {
|
130 |
-
$subCatName = mb_strlen($categorie->name, 'UTF-8') > 27 ? mb_substr($categorie->name, 0, 27, 'UTF-8') . '...' : $subCatName;
|
131 |
-
}
|
132 |
-
$type .= '<option ' . $selected . ' value="' . esc_attr($subCategorie->term_id) . '">' . esc_html($subCatName) . '</option>';
|
133 |
-
}
|
134 |
-
}
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
}
|
139 |
$type .='</optgroup>';
|
140 |
}
|
@@ -142,6 +127,26 @@ class B2S_Post_Filter {
|
|
142 |
$type .= '</select></div>';
|
143 |
return $type;
|
144 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
145 |
|
146 |
private function getPostTypeHtml() {
|
147 |
$type = '<div class="form-group"><select id="b2sSortPostType" name="b2sSortPostType" class="form-control b2s-select"><option value="">' . esc_html__('all post types', 'blog2social') . '</option>';
|
@@ -184,6 +189,26 @@ class B2S_Post_Filter {
|
|
184 |
$autor .= '</select></div>';
|
185 |
return $autor;
|
186 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
187 |
|
188 |
public function getItemHtml() {
|
189 |
$this->getAutorData();
|
@@ -204,11 +229,16 @@ class B2S_Post_Filter {
|
|
204 |
$this->postFilter .= $this->getPostStatusHtml();
|
205 |
$this->postFilter .= $this->getPostShareStatusHtml();
|
206 |
}
|
|
|
|
|
|
|
207 |
if ($this->type == 'publish' || $this->type == 'notice') {
|
208 |
$this->postFilter .= $this->getPublishDateHtml();
|
|
|
209 |
}
|
210 |
if ($this->type == 'sched') {
|
211 |
$this->postFilter .= $this->getSchedDateHtml();
|
|
|
212 |
}
|
213 |
}
|
214 |
|
16 |
protected $searchPostSharedById;
|
17 |
protected $postAuthor;
|
18 |
|
19 |
+
function __construct($type, $title = "", $authorId = 0, $postStatus = "", $schedDate = "", $postCat = "", $postType = "", $postShareStatus="", $postsPerPage = 15, $sharedById = 0, $sharedToNetwork = 0) { //type=all,publish,sched
|
20 |
require_once(B2S_PLUGIN_DIR . 'includes/Options.php');
|
21 |
$options = new B2S_Options((int) B2S_PLUGIN_BLOG_USER_ID);
|
22 |
$optionPostFilters = $options->_getOption('post_filters');
|
31 |
$this->searchPostType = (empty($postType) && isset($optionPostFilters['searchPostType'])) ? $optionPostFilters['searchPostType'] : $postType;
|
32 |
$this->postsPerPage = ((int)$postsPerPage != 15 && isset($optionPostFilters['postsPerPage']) && (int)$optionPostFilters['postsPerPage'] > 0) ? (int)$optionPostFilters['searchAuthorId'] : (int)$postsPerPage;
|
33 |
$this->searchPostSharedById = ((int)$sharedById == 0 && isset($optionPostFilters['searchPostSharedById']) && (int)$optionPostFilters['searchPostSharedById'] > 0) ? (int)$optionPostFilters['searchPostSharedById'] : (int)$sharedById;
|
34 |
+
$this->searchSharedToNetwork = ((int)$sharedToNetwork == 0 && isset($optionPostFilters['searchSharedToNetwork']) && (int)$optionPostFilters['searchSharedToNetwork'] > 0) ? (int)$optionPostFilters['searchSharedToNetwork'] : (int)$sharedToNetwork;
|
35 |
}
|
36 |
|
37 |
public function getAutorData() {
|
119 |
}
|
120 |
$type .= '<option ' . $selected . ' value="' . esc_attr($categorie->term_id) . '">' . esc_html($catName) . '</option>';
|
121 |
|
122 |
+
$type .= $this->getPostSubCatHtml($taxValue,$categorie->term_id, ' ');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
123 |
}
|
124 |
$type .='</optgroup>';
|
125 |
}
|
127 |
$type .= '</select></div>';
|
128 |
return $type;
|
129 |
}
|
130 |
+
|
131 |
+
private function getPostSubCatHtml($taxValue = false, $catId = false, $add = '') {
|
132 |
+
$type = '';
|
133 |
+
//subcategorys
|
134 |
+
$subCat = get_categories(array('taxonomy' => $taxValue->name, 'number' => 100, 'parent' => $catId));
|
135 |
+
if(isset($subCat) && !empty($subCat)) {
|
136 |
+
foreach ($subCat as $subKey => $subCategorie) {
|
137 |
+
$selected = (!empty($this->searchPostCat) && $subCategorie->term_id == $this->searchPostCat) ? 'selected' : '';
|
138 |
+
$subCatName = $add.$subCategorie->name;
|
139 |
+
//Bug: Converting json + PHP Extension
|
140 |
+
if (function_exists('mb_strlen') && function_exists('mb_substr')) {
|
141 |
+
$subCatName = mb_strlen($subCategorie->name, 'UTF-8') > 27 ? mb_substr($subCategorie->name, 0, 27, 'UTF-8') . '...' : $subCatName;
|
142 |
+
}
|
143 |
+
$type .= '<option ' . $selected . ' value="' . esc_attr($subCategorie->term_id) . '">' . esc_html($subCatName) . '</option>';
|
144 |
+
$type .= $this->getPostSubCatHtml($taxValue, $subCategorie->term_id, $add.' ');
|
145 |
+
}
|
146 |
+
}
|
147 |
+
|
148 |
+
return $type;
|
149 |
+
}
|
150 |
|
151 |
private function getPostTypeHtml() {
|
152 |
$type = '<div class="form-group"><select id="b2sSortPostType" name="b2sSortPostType" class="form-control b2s-select"><option value="">' . esc_html__('all post types', 'blog2social') . '</option>';
|
189 |
$autor .= '</select></div>';
|
190 |
return $autor;
|
191 |
}
|
192 |
+
|
193 |
+
private function getSharedToNetworkHtml() {
|
194 |
+
$autor = '<div class="form-group"><select id="b2sSortSharedToNetwork" name="b2sSortSharedToNetwork" class="form-control b2s-select"><option value="0">' . esc_html__('shared to network', 'blog2social') . '</option>';
|
195 |
+
$networks = unserialize(B2S_PLUGIN_NETWORK);
|
196 |
+
foreach ($networks as $var) {
|
197 |
+
$networkId = array_search($var, $networks);
|
198 |
+
if(in_array($networkId, array(1, 2, 3, 4, 12, 6, 18, 19, 17, 16, 11, 14, 7, 9, 15, 24))) {
|
199 |
+
$selected = ($networkId == (int) $this->searchSharedToNetwork) ? 'selected' : '';
|
200 |
+
$autor .= '<option ' . $selected . ' value="' . esc_attr($networkId) . '">' . esc_html($var) . '</option>';
|
201 |
+
}
|
202 |
+
}
|
203 |
+
$autor .= '</select></div>';
|
204 |
+
return $autor;
|
205 |
+
}
|
206 |
+
|
207 |
+
private function getSharedAtDateHtml() {
|
208 |
+
$date = '<div class="form-group"><input type="text" placeholder="' . esc_attr__('Startdate', 'blog2social') . '" class="form-control b2s-select" name="b2sSortSharedAtDateStart" id="b2sSortSharedAtDateStart"></div>';
|
209 |
+
$date .= '<div class="form-group"><input type="text" placeholder="' . esc_attr__('Enddate', 'blog2social') . '" class="form-control b2s-select" name="b2sSortSharedAtDateEnd" id="b2sSortSharedAtDateEnd"></div>';
|
210 |
+
return $date;
|
211 |
+
}
|
212 |
|
213 |
public function getItemHtml() {
|
214 |
$this->getAutorData();
|
229 |
$this->postFilter .= $this->getPostStatusHtml();
|
230 |
$this->postFilter .= $this->getPostShareStatusHtml();
|
231 |
}
|
232 |
+
if ($this->type == 'draft-post') {
|
233 |
+
$this->postFilter .= $this->getSharedAtDateHtml();
|
234 |
+
}
|
235 |
if ($this->type == 'publish' || $this->type == 'notice') {
|
236 |
$this->postFilter .= $this->getPublishDateHtml();
|
237 |
+
$this->postFilter .= $this->getSharedToNetworkHtml();
|
238 |
}
|
239 |
if ($this->type == 'sched') {
|
240 |
$this->postFilter .= $this->getSchedDateHtml();
|
241 |
+
$this->postFilter .= $this->getSharedToNetworkHtml();
|
242 |
}
|
243 |
}
|
244 |
|
includes/B2S/Post/Item.php
CHANGED
@@ -21,12 +21,14 @@ class B2S_Post_Item {
|
|
21 |
protected $searchUserAuthId;
|
22 |
protected $searchBlogPostId;
|
23 |
protected $searchPostSharedById;
|
|
|
|
|
24 |
protected $userLang;
|
25 |
protected $results_per_page = null;
|
26 |
public $currentPage = 0;
|
27 |
public $type;
|
28 |
|
29 |
-
function __construct($type = 'all', $title = "", $authorId = 0, $postStatus = "", $shareStatus = "", $publishDate = '', $schedDate = '', $showByDate = '', $showByNetwork = 0, $userAuthId = 0, $blogPostId = 0, $currentPage = 0, $postCat = 0, $postType = "", $userLang = "en", $results_per_page = B2S_PLUGIN_POSTPERPAGE, $searchPostSharedById = 0) {
|
30 |
$this->type = $type;
|
31 |
$this->searchPostTitle = $title;
|
32 |
$this->searchAuthorId = (int) $authorId;
|
@@ -44,6 +46,9 @@ class B2S_Post_Item {
|
|
44 |
$this->userLang = $userLang; //Plugin: qTranslate
|
45 |
$this->results_per_page = (int) $results_per_page;
|
46 |
$this->searchPostSharedById = (int) $searchPostSharedById;
|
|
|
|
|
|
|
47 |
}
|
48 |
|
49 |
protected function getData() {
|
@@ -88,6 +93,16 @@ class B2S_Post_Item {
|
|
88 |
//V5.0.0 include Content Curation (post_status = private)
|
89 |
$addSearchType = " (posts.`post_status` = 'publish' OR posts.`post_status` = 'pending' OR posts.`post_status` = 'future' " . (($this->type != 'all') ? " OR posts.`post_status` = 'private'" : "") . ") ";
|
90 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
91 |
|
92 |
if (!empty($this->searchPostShareStatus)) {
|
93 |
$leftJoin4 = "LEFT JOIN `{$wpdb->prefix}b2s_posts` b2sStatus on posts.ID = b2sStatus.post_id";
|
@@ -190,12 +205,12 @@ class B2S_Post_Item {
|
|
190 |
$sqlPosts = "SELECT DISTINCT posts.`ID`, posts.`post_author`,posts.`post_type`,posts.`post_title`, " . $select . ", filter.`id`
|
191 |
FROM `$wpdb->posts` posts $leftJoin $leftJoin2
|
192 |
INNER JOIN(
|
193 |
-
SELECT a.`id`,$selectInnerJoin, a.`blog_user_id`, a.`post_id`
|
194 |
-
FROM `{$wpdb->prefix}b2s_posts` a $addInnerJoinLeftJoin $addInnerJoinLeftJoinNetwork
|
195 |
-
WHERE $addInnnerJoinLeftJoinWhere $addInnnerJoinLeftJoinWhereNetwork $addSearchBlogPostId $addSearchShowByDate $where
|
196 |
) filter
|
197 |
ON posts.`ID` = filter.`post_id`
|
198 |
-
WHERE $addSearchType $addSearchAuthorId $addSearchPostTitle AND $postTypes $leftJoinWhere $orderBy
|
199 |
LIMIT " . (($this->currentPage - 1) * $this->results_per_page) . "," . $this->results_per_page;
|
200 |
|
201 |
$this->postData = $wpdb->get_results($sqlPosts);
|
@@ -268,12 +283,24 @@ class B2S_Post_Item {
|
|
268 |
|
269 |
if ($this->type == 'draft-post') {
|
270 |
if ($wpdb->get_var("SHOW TABLES LIKE '{$wpdb->prefix}b2s_posts_drafts'") == $wpdb->prefix . 'b2s_posts_drafts') {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
271 |
$sqlPosts = "SELECT {$wpdb->prefix}b2s_posts_drafts.`ID` AS draft_id, posts.`ID`, {$wpdb->prefix}b2s_posts_drafts.`post_id`, {$wpdb->prefix}b2s_posts_drafts.`last_save_date`, {$wpdb->prefix}b2s_posts_drafts.`data`, posts.post_author, posts.post_type, posts.post_title
|
272 |
FROM `$wpdb->posts` posts LEFT JOIN {$wpdb->prefix}b2s_posts_drafts ON {$wpdb->prefix}b2s_posts_drafts.post_id = posts.ID $leftJoin $leftJoin2 $leftJoin3 $leftJoin4
|
273 |
WHERE {$wpdb->prefix}b2s_posts_drafts.`blog_user_id` = " . B2S_PLUGIN_BLOG_USER_ID . "
|
274 |
AND {$wpdb->prefix}b2s_posts_drafts.`save_origin` = 0
|
275 |
AND $postTypes
|
276 |
AND $addSearchType
|
|
|
277 |
$addSearchAuthorId $addSearchPostTitle $addNotAdmin $leftJoinWhere
|
278 |
ORDER BY `last_save_date` " . $sortType . "
|
279 |
LIMIT " . (($this->currentPage - 1) * $this->results_per_page) . "," . $this->results_per_page;
|
@@ -285,6 +312,7 @@ class B2S_Post_Item {
|
|
285 |
AND {$wpdb->prefix}b2s_posts_drafts.`save_origin` = 0
|
286 |
AND $postTypes
|
287 |
AND $addSearchType
|
|
|
288 |
$addSearchAuthorId $addSearchPostTitle $addNotAdmin $leftJoinWhere";
|
289 |
$this->postTotal = $wpdb->get_var($sqlPostsTotal);
|
290 |
}
|
@@ -846,7 +874,7 @@ class B2S_Post_Item {
|
|
846 |
$userInfoLastEdit = ((int) $var->last_edit_blog_user_id > 0 && (int) $var->last_edit_blog_user_id != (int) $var->blog_user_id) ? get_user_meta($var->last_edit_blog_user_id) : '';
|
847 |
$lastEdit = (!empty($userInfoLastEdit)) ? ' | ' . sprintf(esc_html__('last modified by %s', 'blog2social'), '<a href="' . get_author_posts_url($var->last_edit_blog_user_id) . '">' . esc_html((isset($userInfoLastEdit['nickname'][0]) ? $userInfoLastEdit['nickname'][0] : '-')) . '</a> | ') : '';
|
848 |
|
849 |
-
$schedInProcess = ($var->sched_date_utc <= gmdate('Y-m-d H:i:s')) ? ' <span class="glyphicon glyphicon-exclamation-sign glyphicon-info"></span> ' . esc_html__('is processed by the network', 'blog2social') : '';
|
850 |
|
851 |
$content .= '<img class="pull-left hidden-xs" src="' . plugins_url('/assets/images/portale/' . $var->network_id . '_flat.png', B2S_PLUGIN_FILE) . '" alt="posttype">
|
852 |
<div class="media-body">
|
21 |
protected $searchUserAuthId;
|
22 |
protected $searchBlogPostId;
|
23 |
protected $searchPostSharedById;
|
24 |
+
protected $searchSharedAtDateStart;
|
25 |
+
protected $searchSharedAtDateEnd;
|
26 |
protected $userLang;
|
27 |
protected $results_per_page = null;
|
28 |
public $currentPage = 0;
|
29 |
public $type;
|
30 |
|
31 |
+
function __construct($type = 'all', $title = "", $authorId = 0, $postStatus = "", $shareStatus = "", $publishDate = '', $schedDate = '', $showByDate = '', $showByNetwork = 0, $userAuthId = 0, $blogPostId = 0, $currentPage = 0, $postCat = 0, $postType = "", $userLang = "en", $results_per_page = B2S_PLUGIN_POSTPERPAGE, $searchPostSharedById = 0, $searchSharedToNetwork = 0, $searchSharedAtDateStart = 0, $searchSharedAtDateEnd = 0) {
|
32 |
$this->type = $type;
|
33 |
$this->searchPostTitle = $title;
|
34 |
$this->searchAuthorId = (int) $authorId;
|
46 |
$this->userLang = $userLang; //Plugin: qTranslate
|
47 |
$this->results_per_page = (int) $results_per_page;
|
48 |
$this->searchPostSharedById = (int) $searchPostSharedById;
|
49 |
+
$this->searchSharedToNetwork = (int) $searchSharedToNetwork;
|
50 |
+
$this->searchSharedAtDateStart = $searchSharedAtDateStart;
|
51 |
+
$this->searchSharedAtDateEnd = $searchSharedAtDateEnd;
|
52 |
}
|
53 |
|
54 |
protected function getData() {
|
93 |
//V5.0.0 include Content Curation (post_status = private)
|
94 |
$addSearchType = " (posts.`post_status` = 'publish' OR posts.`post_status` = 'pending' OR posts.`post_status` = 'future' " . (($this->type != 'all') ? " OR posts.`post_status` = 'private'" : "") . ") ";
|
95 |
}
|
96 |
+
|
97 |
+
if (!empty($this->searchSharedToNetwork)) {
|
98 |
+
$sharedToNetworkSelect = ", b2sNetwork.network_id ";
|
99 |
+
$sharedToNetworkJoin = "LEFT JOIN `{$wpdb->prefix}b2s_posts_network_details` b2sNetwork on a.network_details_id = b2sNetwork.id ";
|
100 |
+
$sharedToNetworkWhere = " AND filter.network_id = " . $this->searchSharedToNetwork;
|
101 |
+
} else {
|
102 |
+
$sharedToNetworkSelect = " ";
|
103 |
+
$sharedToNetworkJoin = " ";
|
104 |
+
$sharedToNetworkWhere = " ";
|
105 |
+
}
|
106 |
|
107 |
if (!empty($this->searchPostShareStatus)) {
|
108 |
$leftJoin4 = "LEFT JOIN `{$wpdb->prefix}b2s_posts` b2sStatus on posts.ID = b2sStatus.post_id";
|
205 |
$sqlPosts = "SELECT DISTINCT posts.`ID`, posts.`post_author`,posts.`post_type`,posts.`post_title`, " . $select . ", filter.`id`
|
206 |
FROM `$wpdb->posts` posts $leftJoin $leftJoin2
|
207 |
INNER JOIN(
|
208 |
+
SELECT a.`id`,$selectInnerJoin, a.`blog_user_id`, a.`post_id` $sharedToNetworkSelect
|
209 |
+
FROM `{$wpdb->prefix}b2s_posts` a $addInnerJoinLeftJoin $addInnerJoinLeftJoinNetwork $sharedToNetworkJoin
|
210 |
+
WHERE $addInnnerJoinLeftJoinWhere $addInnnerJoinLeftJoinWhereNetwork $addSearchBlogPostId $addSearchShowByDate $where
|
211 |
) filter
|
212 |
ON posts.`ID` = filter.`post_id`
|
213 |
+
WHERE $addSearchType $addSearchAuthorId $addSearchPostTitle AND $postTypes $sharedToNetworkWhere $leftJoinWhere $orderBy
|
214 |
LIMIT " . (($this->currentPage - 1) * $this->results_per_page) . "," . $this->results_per_page;
|
215 |
|
216 |
$this->postData = $wpdb->get_results($sqlPosts);
|
283 |
|
284 |
if ($this->type == 'draft-post') {
|
285 |
if ($wpdb->get_var("SHOW TABLES LIKE '{$wpdb->prefix}b2s_posts_drafts'") == $wpdb->prefix . 'b2s_posts_drafts') {
|
286 |
+
if ($this->searchSharedAtDateStart != 0) {
|
287 |
+
$startDate = " AND {$wpdb->prefix}b2s_posts_drafts.`last_save_date` >= '".date('Y-m-d H:i:s', strtotime($this->searchSharedAtDateStart))."' ";
|
288 |
+
} else {
|
289 |
+
$startDate = "";
|
290 |
+
}
|
291 |
+
if ($this->searchSharedAtDateEnd != 0) {
|
292 |
+
$endDate = " AND {$wpdb->prefix}b2s_posts_drafts.`last_save_date` <= '".date('Y-m-d H:i:s', strtotime($this->searchSharedAtDateEnd))."' ";
|
293 |
+
} else {
|
294 |
+
$endDate = "";
|
295 |
+
}
|
296 |
+
|
297 |
$sqlPosts = "SELECT {$wpdb->prefix}b2s_posts_drafts.`ID` AS draft_id, posts.`ID`, {$wpdb->prefix}b2s_posts_drafts.`post_id`, {$wpdb->prefix}b2s_posts_drafts.`last_save_date`, {$wpdb->prefix}b2s_posts_drafts.`data`, posts.post_author, posts.post_type, posts.post_title
|
298 |
FROM `$wpdb->posts` posts LEFT JOIN {$wpdb->prefix}b2s_posts_drafts ON {$wpdb->prefix}b2s_posts_drafts.post_id = posts.ID $leftJoin $leftJoin2 $leftJoin3 $leftJoin4
|
299 |
WHERE {$wpdb->prefix}b2s_posts_drafts.`blog_user_id` = " . B2S_PLUGIN_BLOG_USER_ID . "
|
300 |
AND {$wpdb->prefix}b2s_posts_drafts.`save_origin` = 0
|
301 |
AND $postTypes
|
302 |
AND $addSearchType
|
303 |
+
$startDate $endDate
|
304 |
$addSearchAuthorId $addSearchPostTitle $addNotAdmin $leftJoinWhere
|
305 |
ORDER BY `last_save_date` " . $sortType . "
|
306 |
LIMIT " . (($this->currentPage - 1) * $this->results_per_page) . "," . $this->results_per_page;
|
312 |
AND {$wpdb->prefix}b2s_posts_drafts.`save_origin` = 0
|
313 |
AND $postTypes
|
314 |
AND $addSearchType
|
315 |
+
$startDate $endDate
|
316 |
$addSearchAuthorId $addSearchPostTitle $addNotAdmin $leftJoinWhere";
|
317 |
$this->postTotal = $wpdb->get_var($sqlPostsTotal);
|
318 |
}
|
874 |
$userInfoLastEdit = ((int) $var->last_edit_blog_user_id > 0 && (int) $var->last_edit_blog_user_id != (int) $var->blog_user_id) ? get_user_meta($var->last_edit_blog_user_id) : '';
|
875 |
$lastEdit = (!empty($userInfoLastEdit)) ? ' | ' . sprintf(esc_html__('last modified by %s', 'blog2social'), '<a href="' . get_author_posts_url($var->last_edit_blog_user_id) . '">' . esc_html((isset($userInfoLastEdit['nickname'][0]) ? $userInfoLastEdit['nickname'][0] : '-')) . '</a> | ') : '';
|
876 |
|
877 |
+
$schedInProcess = ($var->sched_date_utc <= gmdate('Y-m-d H:i:s')) ? ' <span class="glyphicon glyphicon-exclamation-sign glyphicon-info"></span> ' . esc_html__('is currently being processed by the network', 'blog2social') : '';
|
878 |
|
879 |
$content .= '<img class="pull-left hidden-xs" src="' . plugins_url('/assets/images/portale/' . $var->network_id . '_flat.png', B2S_PLUGIN_FILE) . '" alt="posttype">
|
880 |
<div class="media-body">
|
includes/B2S/PostBox.php
CHANGED
@@ -23,6 +23,18 @@ class B2S_PostBox {
|
|
23 |
$lastPostDate = '---';
|
24 |
$shareCount = 0;
|
25 |
$optionAutoPost = $this->userOption->_getOption('auto_post');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
$optionUserTimeZone = $this->userOption->_getOption('user_time_zone');
|
27 |
$userTimeZone = ($optionUserTimeZone !== false) ? $optionUserTimeZone : get_option('timezone_string');
|
28 |
$userTimeZoneOffset = (empty($userTimeZone)) ? get_option('gmt_offset') : B2S_Util::getOffsetToUtcByTimeZone($userTimeZone);
|
@@ -94,7 +106,7 @@ class B2S_PostBox {
|
|
94 |
if ($postOptions != false && isset($postOptions[B2S_PLUGIN_BLOG_USER_ID]) && !empty($postOptions[B2S_PLUGIN_BLOG_USER_ID] && isset($postOptions[B2S_PLUGIN_BLOG_USER_ID]['best_times']))) {
|
95 |
$bestTimes = ((int) $postOptions[B2S_PLUGIN_BLOG_USER_ID]['best_times'] > 0) ? true : false;
|
96 |
}
|
97 |
-
$advancedOptions = $this->getAdvancedOptions($result->data->mandant, $result->data->auth, $selectedProfileId, $selectedTwitterId, $bestTimes);
|
98 |
}
|
99 |
}
|
100 |
|
@@ -228,9 +240,17 @@ class B2S_PostBox {
|
|
228 |
return $content;
|
229 |
}
|
230 |
|
231 |
-
public function getAdvancedOptions($mandant = array(), $auth = array(), $selectedProfileId = -1, $selectedTwitterId = -1, $bestTimes = false) {
|
232 |
$authContent = '';
|
233 |
-
$content = '
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
234 |
<div class="b2s-meta-box-modal" id="b2sInfoNetworkModal" aria-hidden="true" style="display:none;">
|
235 |
<div class="b2s-meta-box-modal-dialog">
|
236 |
<div class="b2s-meta-box-modal-header">
|
@@ -254,10 +274,10 @@ class B2S_PostBox {
|
|
254 |
<img class="pull-left hidden-xs b2s-img-network" alt="' . esc_attr('VKontakte') . '" src="' . plugins_url('/assets/images/portale/17_flat.png', B2S_PLUGIN_FILE) . '">
|
255 |
<img class="pull-left hidden-xs b2s-img-network" alt="' . esc_attr('XING') . '" src="' . plugins_url('/assets/images/portale/19_flat.png', B2S_PLUGIN_FILE) . '">
|
256 |
<img class="pull-left hidden-xs b2s-img-network" alt="' . esc_attr('Imgur') . '" src="' . plugins_url('/assets/images/portale/21_flat.png', B2S_PLUGIN_FILE) . '">
|
257 |
-
|
258 |
-
<img class="pull-right hidden-xs b2s-img-network-disabled" alt="' . esc_attr('Google My Business') . '" src="' . plugins_url('/assets/images/portale/18_flat.png', B2S_PLUGIN_FILE) . '">
|
259 |
</div>
|
260 |
-
<
|
|
|
261 |
<h4>' . esc_html__('Available networks', 'blog2social') . '</h4>
|
262 |
<span class="b2s-bold">' . esc_attr('Facebook (Profile & Seiten)') . '</span><br>
|
263 |
<span class="b2s-bold">' . esc_attr('Twitter (1 Profil)') . '</span><br>
|
@@ -274,6 +294,7 @@ class B2S_PostBox {
|
|
274 |
<span class="b2s-bold">' . esc_attr('VKontakte (Profile & Seiten)') . '</span><br>
|
275 |
<span class="b2s-bold">' . esc_attr('XING (Profile & Seiten)') . '</span><br>
|
276 |
<span class="b2s-bold">' . esc_attr('Imgur') . '</span><br>
|
|
|
277 |
</div>
|
278 |
</div>
|
279 |
</div>
|
@@ -330,6 +351,9 @@ class B2S_PostBox {
|
|
330 |
</select></div>';
|
331 |
$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'> ";
|
332 |
}
|
|
|
|
|
|
|
333 |
|
334 |
return $content;
|
335 |
}
|
23 |
$lastPostDate = '---';
|
24 |
$shareCount = 0;
|
25 |
$optionAutoPost = $this->userOption->_getOption('auto_post');
|
26 |
+
$assigned = false;
|
27 |
+
if(isset($optionAutoPost['assignBy']) && (int) $optionAutoPost['assignBy'] > 0 && isset($optionAutoPost['assignProfile']) && (int) $optionAutoPost['assignProfile'] > 0) {
|
28 |
+
$assignOptions = new B2S_Options($optionAutoPost['assignBy']);
|
29 |
+
$newOptionAutoPost = $assignOptions->_getOption('auto_post');
|
30 |
+
$newOptionAutoPost['profile'] = $optionAutoPost['assignProfile'];
|
31 |
+
if(isset($optionAutoPost['assignTwitter']) && (int) $optionAutoPost['assignProfile'] > 0) {
|
32 |
+
$newOptionAutoPost['twitter'] = $optionAutoPost['assignTwitter'];
|
33 |
+
}
|
34 |
+
$optionAutoPost = $newOptionAutoPost;
|
35 |
+
$assigned = true;
|
36 |
+
}
|
37 |
+
|
38 |
$optionUserTimeZone = $this->userOption->_getOption('user_time_zone');
|
39 |
$userTimeZone = ($optionUserTimeZone !== false) ? $optionUserTimeZone : get_option('timezone_string');
|
40 |
$userTimeZoneOffset = (empty($userTimeZone)) ? get_option('gmt_offset') : B2S_Util::getOffsetToUtcByTimeZone($userTimeZone);
|
106 |
if ($postOptions != false && isset($postOptions[B2S_PLUGIN_BLOG_USER_ID]) && !empty($postOptions[B2S_PLUGIN_BLOG_USER_ID] && isset($postOptions[B2S_PLUGIN_BLOG_USER_ID]['best_times']))) {
|
107 |
$bestTimes = ((int) $postOptions[B2S_PLUGIN_BLOG_USER_ID]['best_times'] > 0) ? true : false;
|
108 |
}
|
109 |
+
$advancedOptions = $this->getAdvancedOptions($result->data->mandant, $result->data->auth, $selectedProfileId, $selectedTwitterId, $bestTimes, !$assigned);
|
110 |
}
|
111 |
}
|
112 |
|
240 |
return $content;
|
241 |
}
|
242 |
|
243 |
+
public function getAdvancedOptions($mandant = array(), $auth = array(), $selectedProfileId = -1, $selectedTwitterId = -1, $bestTimes = false, $show = true) {
|
244 |
$authContent = '';
|
245 |
+
$content = '';
|
246 |
+
if(!$show) {
|
247 |
+
$content .= '<div class="panel panel-group b2s-info-assignd-by"><div class="panel-body">';
|
248 |
+
$content .= '<span>' . esc_html__('A WordPress admin has defined the Auto-Poster settings for you. You can deactivate these settings for your profile in the Auto-Poster settings at any time.', 'blog2social') . '</span>';
|
249 |
+
$content .= '</div>';
|
250 |
+
$content .= '</div>';
|
251 |
+
$content .= '<div style="display:none">';
|
252 |
+
}
|
253 |
+
$content .= '<br><div class="b2s-meta-box-auto-post-area"><label for="b2s-post-meta-box-profil-dropdown">' . esc_html__('Select network collection:', 'blog2social') . ' <div class="pull-right"><a class="b2s-info-btn" data-modal-target="b2sInfoNetworkModal" href="#">' . esc_html__('Info', 'blog2social') . '</a></div></label>
|
254 |
<div class="b2s-meta-box-modal" id="b2sInfoNetworkModal" aria-hidden="true" style="display:none;">
|
255 |
<div class="b2s-meta-box-modal-dialog">
|
256 |
<div class="b2s-meta-box-modal-header">
|
274 |
<img class="pull-left hidden-xs b2s-img-network" alt="' . esc_attr('VKontakte') . '" src="' . plugins_url('/assets/images/portale/17_flat.png', B2S_PLUGIN_FILE) . '">
|
275 |
<img class="pull-left hidden-xs b2s-img-network" alt="' . esc_attr('XING') . '" src="' . plugins_url('/assets/images/portale/19_flat.png', B2S_PLUGIN_FILE) . '">
|
276 |
<img class="pull-left hidden-xs b2s-img-network" alt="' . esc_attr('Imgur') . '" src="' . plugins_url('/assets/images/portale/21_flat.png', B2S_PLUGIN_FILE) . '">
|
277 |
+
<img class="pull-left hidden-xs b2s-img-network" alt="' . esc_attr('Google My Business') . '" src="' . plugins_url('/assets/images/portale/18_flat.png', B2S_PLUGIN_FILE) . '">
|
|
|
278 |
</div>
|
279 |
+
<br>
|
280 |
+
<p class="b2s-bold">' . sprintf(__('Under <a href="%s">Network Settings</a> you can define which network selection is used. <a href="%s" target="_blank">Create a network selection.</a>', 'blog2social'), 'admin.php?page=blog2social-network', B2S_Tools::getSupportLink('network_grouping')) . '</p>
|
281 |
<h4>' . esc_html__('Available networks', 'blog2social') . '</h4>
|
282 |
<span class="b2s-bold">' . esc_attr('Facebook (Profile & Seiten)') . '</span><br>
|
283 |
<span class="b2s-bold">' . esc_attr('Twitter (1 Profil)') . '</span><br>
|
294 |
<span class="b2s-bold">' . esc_attr('VKontakte (Profile & Seiten)') . '</span><br>
|
295 |
<span class="b2s-bold">' . esc_attr('XING (Profile & Seiten)') . '</span><br>
|
296 |
<span class="b2s-bold">' . esc_attr('Imgur') . '</span><br>
|
297 |
+
<span class="b2s-bold">' . esc_attr('Google My Business') . '</span><br>
|
298 |
</div>
|
299 |
</div>
|
300 |
</div>
|
351 |
</select></div>';
|
352 |
$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'> ";
|
353 |
}
|
354 |
+
if(!$show) {
|
355 |
+
$content .= '</div>';
|
356 |
+
}
|
357 |
|
358 |
return $content;
|
359 |
}
|
includes/B2S/RePost/Item.php
CHANGED
@@ -52,6 +52,9 @@ class B2S_RePost_Item {
|
|
52 |
$content .= '<br>';
|
53 |
$content .='<input type="checkbox" name="b2s-re-post-favorites-active" id="b2s-re-post-favorites-active" value="1">';
|
54 |
$content .='<label for="b2s-re-post-favorites-active"> ' . sprintf(__('include <a href="%s" target="_blank">favorites posts</a> only', 'blog2social'), 'admin.php?page=blog2social-favorites') . ' </label>';
|
|
|
|
|
|
|
55 |
$content .= '</div>';
|
56 |
$content .= '</div>';
|
57 |
|
52 |
$content .= '<br>';
|
53 |
$content .='<input type="checkbox" name="b2s-re-post-favorites-active" id="b2s-re-post-favorites-active" value="1">';
|
54 |
$content .='<label for="b2s-re-post-favorites-active"> ' . sprintf(__('include <a href="%s" target="_blank">favorites posts</a> only', 'blog2social'), 'admin.php?page=blog2social-favorites') . ' </label>';
|
55 |
+
$content .= '<br>';
|
56 |
+
$content .='<input type="checkbox" name="b2s-re-post-images-active" id="b2s-re-post-images-active" value="1">';
|
57 |
+
$content .='<label for="b2s-re-post-images-active"> ' . esc_html__('include posts with images only', 'blog2social') . ' </label>';
|
58 |
$content .= '</div>';
|
59 |
$content .= '</div>';
|
60 |
|
includes/B2S/RePost/Save.php
CHANGED
@@ -41,7 +41,7 @@ class B2S_RePost_Save {
|
|
41 |
$this->tosCrossPosting = unserialize(B2S_PLUGIN_NETWORK_CROSSPOSTING_LIMIT);
|
42 |
$this->linkNoCache = B2S_Tools::getNoCacheData(B2S_PLUGIN_BLOG_USER_ID);
|
43 |
}
|
44 |
-
|
45 |
public function setPostData($postId = 0, $title = '', $content = '', $excerpt = '', $url = '', $imageUrl = '', $keywords = '') {
|
46 |
$this->postId = $postId;
|
47 |
$this->title = $title;
|
@@ -62,7 +62,7 @@ class B2S_RePost_Save {
|
|
62 |
'user_timezone' => $this->userTimezone
|
63 |
);
|
64 |
}
|
65 |
-
|
66 |
public function generatePosts($startDate = '0000-00-00', $settings = array(), $networkData = array(), $twitter = '') {
|
67 |
foreach ($networkData as $k => $value) {
|
68 |
if (isset($value->networkAuthId) && (int) $value->networkAuthId > 0 && isset($value->networkId) && (int) $value->networkId > 0 && isset($value->networkType)) {
|
@@ -97,7 +97,10 @@ class B2S_RePost_Save {
|
|
97 |
if ($schedData !== false && is_array($schedData)) {
|
98 |
$schedData = array_merge($schedData, $defaultPostData);
|
99 |
}
|
100 |
-
if((int) $value->networkId == 12 && isset($this->optionPostFormat[12][0]['addLink']) && $this->optionPostFormat[12][0]['addLink'] === false) {
|
|
|
|
|
|
|
101 |
$schedData['url'] = '';
|
102 |
}
|
103 |
$this->saveShareData($schedData, $value->networkId, $value->networkType, $value->networkAuthId, $shareApprove, strip_tags($value->networkUserName), $schedDate, $schedDateUtc);
|
@@ -105,11 +108,11 @@ class B2S_RePost_Save {
|
|
105 |
}
|
106 |
}
|
107 |
}
|
108 |
-
|
109 |
public function getPostDateTime($startDate = '0000-00-00', $settings = array(), $networkAuthId = 0) {
|
110 |
$date = new DateTime($startDate);
|
111 |
if (!empty($this->bestTimes) && isset($this->bestTimes['delay_day'][$networkAuthId]) && isset($this->bestTimes['time'][$networkAuthId]) && !empty($this->bestTimes['time'][$networkAuthId])) {
|
112 |
-
if((int) $this->bestTimes['delay_day'][$networkAuthId] > 0) {
|
113 |
$date->modify('+' . $this->bestTimes['delay_day'][$networkAuthId] . ' days');
|
114 |
}
|
115 |
$time = $this->getTime($this->bestTimes['time'][$networkAuthId]);
|
@@ -118,45 +121,45 @@ class B2S_RePost_Save {
|
|
118 |
$time = $this->getTime($settings['time']);
|
119 |
$date->setTime($time['h'], $time['m']);
|
120 |
}
|
121 |
-
if(isset($settings['type']) && (int) $settings['type'] == 0 && isset($settings['weekday']) && is_array($settings['weekday']) && !empty($settings['weekday'])) {
|
122 |
while (!$settings['weekday'][(int) $date->format('w')]) {
|
123 |
$date->modify('+1 days');
|
124 |
}
|
125 |
}
|
126 |
return $date->format("Y-m-d H:i:s");
|
127 |
}
|
128 |
-
|
129 |
private function getTime($time) {
|
130 |
$output = array('h' => (int) substr($time, 0, 2), 'm' => (int) substr($time, 3, 2));
|
131 |
-
if(substr($time, -2) == "PM") {
|
132 |
$output['h'] += 12;
|
133 |
}
|
134 |
return $output;
|
135 |
}
|
136 |
-
|
137 |
public function prepareShareData($networkAuthId = 0, $networkId = 0, $networkType = 0) {
|
138 |
-
|
139 |
-
if(B2S_PLUGIN_USER_VERSION >= 3) {
|
140 |
global $wpdb;
|
141 |
$sqlGetData = $wpdb->prepare("SELECT `data` FROM `{$wpdb->prefix}b2s_posts_network_details` WHERE `network_auth_id` = %d", (int) $networkAuthId);
|
142 |
$dataString = $wpdb->get_var($sqlGetData);
|
143 |
if ($dataString !== NULL && !empty($dataString)) {
|
144 |
$networkAuthData = unserialize($dataString);
|
145 |
-
if(!empty($this->url) && $networkAuthData != false && is_array($networkAuthData) && isset($networkAuthData['url_parameter'][0]['querys']) && !empty($networkAuthData['url_parameter'][0]['querys'])) {
|
146 |
$this->url = B2S_Util::addUrlParameter($this->url, $networkAuthData['url_parameter'][0]['querys']);
|
147 |
}
|
148 |
}
|
149 |
}
|
150 |
-
|
151 |
if ((int) $networkId > 0 && (int) $networkAuthId > 0) {
|
152 |
$postData = array('content' => '', 'custom_title' => '', 'tags' => array(), 'network_auth_id' => (int) $networkAuthId);
|
153 |
|
154 |
-
if ((int)$this->userVersion < 1 || $this->optionPostFormat == false || !isset($this->optionPostFormat[$networkId][$networkType])) {
|
155 |
$tempOptionPostFormat = unserialize(B2S_PLUGIN_NETWORK_SETTINGS_TEMPLATE_DEFAULT);
|
156 |
} else {
|
157 |
$tempOptionPostFormat = $this->optionPostFormat;
|
158 |
}
|
159 |
-
|
160 |
//PostFormat
|
161 |
if (in_array($networkId, array(1, 2, 3, 12, 17, 19))) {
|
162 |
//Get: client settings
|
@@ -174,12 +177,12 @@ class B2S_RePost_Save {
|
|
174 |
return false;
|
175 |
}
|
176 |
$postData['content'] = $tempOptionPostFormat[$networkId][$networkType]['content'];
|
177 |
-
|
178 |
-
$preContent = addcslashes(B2S_Util::getExcerpt($this->content, (int) $tempOptionPostFormat[$networkId][$networkType]['short_text']['range_min'], (int) $tempOptionPostFormat[$networkId][$networkType]['short_text']['range_max']),"\\$");
|
179 |
$postData['content'] = preg_replace("/\{CONTENT\}/", $preContent, $postData['content']);
|
180 |
|
181 |
$title = sanitize_text_field($this->title);
|
182 |
-
$postData['content'] = preg_replace("/\{TITLE\}/", addcslashes($title,"\\$"), $postData['content']);
|
183 |
|
184 |
$defaultSchema = unserialize(B2S_PLUGIN_NETWORK_SETTINGS_TEMPLATE_DEFAULT);
|
185 |
if (!isset($tempOptionPostFormat[$networkId][$networkType]['short_text']['excerpt_range_max'])) {
|
@@ -188,20 +191,18 @@ class B2S_RePost_Save {
|
|
188 |
if (!isset($tempOptionPostFormat[$networkId][$networkType]['short_text']['excerpt_range_min'])) {
|
189 |
$tempOptionPostFormat[$networkId][$networkType]['short_text']['excerpt_range_min'] = $defaultSchema[$networkId][$networkType]['short_text']['excerpt_range_min'];
|
190 |
}
|
191 |
-
$excerpt = (isset($this->excerpt) && !empty($this->excerpt)) ? addcslashes(B2S_Util::getExcerpt($this->excerpt, (int) $tempOptionPostFormat[$networkId][$networkType]['short_text']['excerpt_range_min'], (int) $tempOptionPostFormat[$networkId][$networkType]['short_text']['excerpt_range_max']),"\\$") : '';
|
192 |
-
|
193 |
$postData['content'] = preg_replace("/\{EXCERPT\}/", $excerpt, $postData['content']);
|
194 |
|
195 |
$hashtagcount = substr_count($postData['content'], '#');
|
|
|
196 |
if (strpos($postData['content'], "{KEYWORDS}") !== false) {
|
197 |
-
|
198 |
-
$
|
199 |
-
|
200 |
-
$add = ($networkId != 2) ? "\n\n" : "";
|
201 |
-
$hashtags = $this->getHashTagsString($add, (($networkId == 12) ? 30-$hashtagcount : -1));
|
202 |
-
$postData['content'] .= " " . $hashtags;
|
203 |
}
|
204 |
-
|
205 |
$authorId = get_post_field('post_author', $this->postId);
|
206 |
if (isset($authorId) && !empty($authorId) && (int) $authorId > 0) {
|
207 |
$hook_filter = new B2S_Hook_Filter();
|
@@ -210,23 +211,24 @@ class B2S_RePost_Save {
|
|
210 |
} else {
|
211 |
$postData['content'] = preg_replace("/\{AUTHOR\}/", "", $postData['content']);
|
212 |
}
|
213 |
-
|
214 |
if (in_array($networkId, $this->allowHtml)) {
|
215 |
$postData['content'] = preg_replace("/\\n/", "<br>", $postData['content']);
|
216 |
-
|
217 |
//Feature Image Html-Network
|
218 |
if (!empty($this->imageUrl)) {
|
219 |
$postData['content'] = '<img src="' . esc_url($this->imageUrl) . '" alt="' . esc_attr($title) . '"/><br>' . $postData['content'];
|
220 |
}
|
221 |
}
|
222 |
-
|
223 |
-
if(isset($tempOptionPostFormat[$networkId][$networkType]['short_text']['limit']) && (int) $tempOptionPostFormat[$networkId][$networkType]['short_text']['limit'] > 0) {
|
224 |
$postData['content'] = B2S_Util::getExcerpt($postData['content'], 0, $tempOptionPostFormat[$networkId][$networkType]['short_text']['limit']);
|
225 |
}
|
226 |
} else {
|
227 |
if ($networkId == 4) {
|
228 |
$postData['custom_title'] = strip_tags($this->title);
|
229 |
$postData['content'] = $this->contentHtml;
|
|
|
230 |
if ($this->allowHashTag) {
|
231 |
if (is_array($this->keywords) && !empty($this->keywords)) {
|
232 |
foreach ($this->keywords as $tag) {
|
@@ -239,6 +241,7 @@ class B2S_RePost_Save {
|
|
239 |
if ($networkId == 6 || $networkId == 20) {
|
240 |
if ($this->imageUrl !== false) {
|
241 |
$postData['content'] = (isset($this->setPreFillText[$networkType][$networkId])) ? B2S_Util::getExcerpt($this->content, (int) $this->setPreFillText[$networkType][$networkId], (int) $this->setPreFillTextLimit[$networkType][$networkId]) : $this->content;
|
|
|
242 |
if ($this->allowHashTag) {
|
243 |
$postData['content'] .= $this->getHashTagsString();
|
244 |
}
|
@@ -262,6 +265,7 @@ class B2S_RePost_Save {
|
|
262 |
if ($networkId == 9 || $networkId == 16) {
|
263 |
$postData['custom_title'] = $this->title;
|
264 |
$postData['content'] = (isset($this->setPreFillText[$networkType][$networkId])) ? B2S_Util::getExcerpt($this->content, (int) $this->setPreFillText[$networkType][$networkId], (int) $this->setPreFillTextLimit[$networkType][$networkId]) : $this->content;
|
|
|
265 |
if ($this->allowHashTag) {
|
266 |
if (is_array($this->keywords) && !empty($this->keywords)) {
|
267 |
foreach ($this->keywords as $tag) {
|
@@ -273,6 +277,7 @@ class B2S_RePost_Save {
|
|
273 |
|
274 |
if ($networkId == 10 || $networkId == 17 || $networkId == 18) {
|
275 |
$postData['content'] = (isset($this->setPreFillText[$networkType][$networkId])) ? B2S_Util::getExcerpt($this->content, (int) $this->setPreFillText[$networkType][$networkId], (isset($this->setPreFillTextLimit[$networkType][$networkId]) ? (int) $this->setPreFillTextLimit[$networkType][$networkId] : false)) : $this->content;
|
|
|
276 |
if ($this->allowHashTag) {
|
277 |
$postData['content'] .= $this->getHashTagsString();
|
278 |
}
|
@@ -284,6 +289,7 @@ class B2S_RePost_Save {
|
|
284 |
}
|
285 |
|
286 |
if ($networkId == 11) {
|
|
|
287 |
if ($this->allowHashTag) {
|
288 |
if (is_array($this->keywords) && !empty($this->keywords)) {
|
289 |
foreach ($this->keywords as $tag) {
|
@@ -301,6 +307,7 @@ class B2S_RePost_Save {
|
|
301 |
if ($this->imageUrl !== false) {
|
302 |
$postData['content'] = (isset($this->setPreFillText[$networkType][$networkId])) ? B2S_Util::getExcerpt($this->content, (int) $this->setPreFillText[$networkType][$networkId], (isset($this->setPreFillTextLimit[$networkType][$networkId]) ? (int) $this->setPreFillTextLimit[$networkType][$networkId] : false)) : $this->content;
|
303 |
$postData['custom_title'] = strip_tags($this->title);
|
|
|
304 |
if ($this->allowHashTag) {
|
305 |
if (is_array($this->keywords) && !empty($this->keywords)) {
|
306 |
foreach ($this->keywords as $tag) {
|
@@ -313,30 +320,30 @@ class B2S_RePost_Save {
|
|
313 |
}
|
314 |
}
|
315 |
}
|
316 |
-
|
317 |
return $postData;
|
318 |
}
|
319 |
return false;
|
320 |
}
|
321 |
|
322 |
private function getHashTagsString($add = "\n\n", $limit = -1) {// limit = -1 => no limit
|
323 |
-
if($limit != 0){
|
324 |
$hashTags = '';
|
325 |
if (is_array($this->keywords) && !empty($this->keywords)) {
|
326 |
foreach ($this->keywords as $tag) {
|
327 |
$hashTags .= ' #' . str_replace(array(" ", "-", '"', "'", "!", "?", ",", ".", ";", ":"), "", $tag->name);
|
328 |
}
|
329 |
}
|
330 |
-
if($limit > 0) {
|
331 |
$pos = 0;
|
332 |
$temp_str = $hashTags;
|
333 |
-
for($i = 0; $i <= $limit; $i++){
|
334 |
$pos = strpos($temp_str, '#');
|
335 |
-
$temp_str = substr($temp_str, $pos+1);
|
336 |
}
|
337 |
-
if($pos !== false){
|
338 |
$pos = strpos($hashTags, $temp_str);
|
339 |
-
$hashTags = substr($hashTags, 0, $pos-1);
|
340 |
}
|
341 |
}
|
342 |
return (!empty($hashTags) ? (!empty($add) ? $add . $hashTags : $hashTags) : '');
|
@@ -347,9 +354,9 @@ class B2S_RePost_Save {
|
|
347 |
|
348 |
public function saveShareData($shareData = array(), $network_id = 0, $network_type = 0, $network_auth_id = 0, $shareApprove = 0, $network_display_name = '', $sched_date = '0000-00-00 00:00:00', $sched_date_utc = '0000-00-00 00:00:00') {
|
349 |
|
350 |
-
if(isset($shareData['image_url']) && !empty($shareData['image_url'])){
|
351 |
$image_data = wp_check_filetype($shareData['image_url']);
|
352 |
-
if(isset($image_data['ext']) && $image_data['ext'] == 'gif' && in_array($network_id, unserialize(B2S_PLUGIN_NETWORK_NOT_ALLOW_GIF))){
|
353 |
$shareData['image_url'] = '';
|
354 |
}
|
355 |
}
|
@@ -361,7 +368,7 @@ class B2S_RePost_Save {
|
|
361 |
if (isset($networkDetailsIdSelect[0])) {
|
362 |
$networkDetailsId = (int) $networkDetailsIdSelect[0];
|
363 |
} else {
|
364 |
-
$wpdb->insert($wpdb->prefix.'b2s_posts_network_details', array(
|
365 |
'network_id' => (int) $network_id,
|
366 |
'network_type' => (int) $network_type,
|
367 |
'network_auth_id' => (int) $network_auth_id,
|
@@ -372,7 +379,7 @@ class B2S_RePost_Save {
|
|
372 |
if ($networkDetailsId > 0) {
|
373 |
//DeprecatedNetwork-8 31 march
|
374 |
if ($network_id == 8 && $sched_date_utc >= '2019-03-30 23:59:59') {
|
375 |
-
$wpdb->insert($wpdb->prefix.'b2s_posts', array(
|
376 |
'post_id' => $this->postId,
|
377 |
'blog_user_id' => $this->blogUserId,
|
378 |
'user_timezone' => $this->userTimezone,
|
@@ -380,9 +387,9 @@ class B2S_RePost_Save {
|
|
380 |
'publish_error_code' => 'DEPRECATED_NETWORK_8',
|
381 |
'network_details_id' => $networkDetailsId), array('%d', '%d', '%s', '%s', '%s', '%d'));
|
382 |
} else {
|
383 |
-
$wpdb->insert($wpdb->prefix.'b2s_posts_sched_details', array('sched_data' => serialize($shareData), 'image_url' => (isset($shareData['image_url']) ? $shareData['image_url'] : '')), array('%s', '%s'));
|
384 |
$schedDetailsId = $wpdb->insert_id;
|
385 |
-
$wpdb->insert($wpdb->prefix.'b2s_posts', array(
|
386 |
'post_id' => $this->postId,
|
387 |
'blog_user_id' => $this->blogUserId,
|
388 |
'user_timezone' => $this->userTimezone,
|
@@ -398,7 +405,7 @@ class B2S_RePost_Save {
|
|
398 |
}
|
399 |
}
|
400 |
}
|
401 |
-
|
402 |
public function deletePostsByBlogPost($blogPostId = 0) {
|
403 |
global $wpdb;
|
404 |
$getSchedData = $wpdb->prepare("SELECT id as b2sPostId FROM {$wpdb->prefix}b2s_posts WHERE post_id = %d AND b.sched_type = %d AND b.publish_date = %s AND b.hide = %d", (int) $blogPostId, 5, "0000-00-00 00:00:00", 0);
|
@@ -413,5 +420,5 @@ class B2S_RePost_Save {
|
|
413 |
B2S_Heartbeat::getInstance()->deleteSchedPost();
|
414 |
}
|
415 |
}
|
416 |
-
|
417 |
}
|
41 |
$this->tosCrossPosting = unserialize(B2S_PLUGIN_NETWORK_CROSSPOSTING_LIMIT);
|
42 |
$this->linkNoCache = B2S_Tools::getNoCacheData(B2S_PLUGIN_BLOG_USER_ID);
|
43 |
}
|
44 |
+
|
45 |
public function setPostData($postId = 0, $title = '', $content = '', $excerpt = '', $url = '', $imageUrl = '', $keywords = '') {
|
46 |
$this->postId = $postId;
|
47 |
$this->title = $title;
|
62 |
'user_timezone' => $this->userTimezone
|
63 |
);
|
64 |
}
|
65 |
+
|
66 |
public function generatePosts($startDate = '0000-00-00', $settings = array(), $networkData = array(), $twitter = '') {
|
67 |
foreach ($networkData as $k => $value) {
|
68 |
if (isset($value->networkAuthId) && (int) $value->networkAuthId > 0 && isset($value->networkId) && (int) $value->networkId > 0 && isset($value->networkType)) {
|
97 |
if ($schedData !== false && is_array($schedData)) {
|
98 |
$schedData = array_merge($schedData, $defaultPostData);
|
99 |
}
|
100 |
+
if ((int) $value->networkId == 12 && isset($this->optionPostFormat[12][0]['addLink']) && $this->optionPostFormat[12][0]['addLink'] === false) {
|
101 |
+
$schedData['url'] = '';
|
102 |
+
}
|
103 |
+
if ((int) $value->networkId == 1 && isset($this->optionPostFormat[1][$value->networkType]['format']) && $this->optionPostFormat[1][$value->networkType]['format'] == 1 && isset($this->optionPostFormat[1][$value->networkType]['addLink']) && $this->optionPostFormat[1][$value->networkType]['addLink'] === false) {
|
104 |
$schedData['url'] = '';
|
105 |
}
|
106 |
$this->saveShareData($schedData, $value->networkId, $value->networkType, $value->networkAuthId, $shareApprove, strip_tags($value->networkUserName), $schedDate, $schedDateUtc);
|
108 |
}
|
109 |
}
|
110 |
}
|
111 |
+
|
112 |
public function getPostDateTime($startDate = '0000-00-00', $settings = array(), $networkAuthId = 0) {
|
113 |
$date = new DateTime($startDate);
|
114 |
if (!empty($this->bestTimes) && isset($this->bestTimes['delay_day'][$networkAuthId]) && isset($this->bestTimes['time'][$networkAuthId]) && !empty($this->bestTimes['time'][$networkAuthId])) {
|
115 |
+
if ((int) $this->bestTimes['delay_day'][$networkAuthId] > 0) {
|
116 |
$date->modify('+' . $this->bestTimes['delay_day'][$networkAuthId] . ' days');
|
117 |
}
|
118 |
$time = $this->getTime($this->bestTimes['time'][$networkAuthId]);
|
121 |
$time = $this->getTime($settings['time']);
|
122 |
$date->setTime($time['h'], $time['m']);
|
123 |
}
|
124 |
+
if (isset($settings['type']) && (int) $settings['type'] == 0 && isset($settings['weekday']) && is_array($settings['weekday']) && !empty($settings['weekday'])) {
|
125 |
while (!$settings['weekday'][(int) $date->format('w')]) {
|
126 |
$date->modify('+1 days');
|
127 |
}
|
128 |
}
|
129 |
return $date->format("Y-m-d H:i:s");
|
130 |
}
|
131 |
+
|
132 |
private function getTime($time) {
|
133 |
$output = array('h' => (int) substr($time, 0, 2), 'm' => (int) substr($time, 3, 2));
|
134 |
+
if (substr($time, -2) == "PM") {
|
135 |
$output['h'] += 12;
|
136 |
}
|
137 |
return $output;
|
138 |
}
|
139 |
+
|
140 |
public function prepareShareData($networkAuthId = 0, $networkId = 0, $networkType = 0) {
|
141 |
+
|
142 |
+
if (B2S_PLUGIN_USER_VERSION >= 3) {
|
143 |
global $wpdb;
|
144 |
$sqlGetData = $wpdb->prepare("SELECT `data` FROM `{$wpdb->prefix}b2s_posts_network_details` WHERE `network_auth_id` = %d", (int) $networkAuthId);
|
145 |
$dataString = $wpdb->get_var($sqlGetData);
|
146 |
if ($dataString !== NULL && !empty($dataString)) {
|
147 |
$networkAuthData = unserialize($dataString);
|
148 |
+
if (!empty($this->url) && $networkAuthData != false && is_array($networkAuthData) && isset($networkAuthData['url_parameter'][0]['querys']) && !empty($networkAuthData['url_parameter'][0]['querys'])) {
|
149 |
$this->url = B2S_Util::addUrlParameter($this->url, $networkAuthData['url_parameter'][0]['querys']);
|
150 |
}
|
151 |
}
|
152 |
}
|
153 |
+
|
154 |
if ((int) $networkId > 0 && (int) $networkAuthId > 0) {
|
155 |
$postData = array('content' => '', 'custom_title' => '', 'tags' => array(), 'network_auth_id' => (int) $networkAuthId);
|
156 |
|
157 |
+
if ((int) $this->userVersion < 1 || $this->optionPostFormat == false || !isset($this->optionPostFormat[$networkId][$networkType])) {
|
158 |
$tempOptionPostFormat = unserialize(B2S_PLUGIN_NETWORK_SETTINGS_TEMPLATE_DEFAULT);
|
159 |
} else {
|
160 |
$tempOptionPostFormat = $this->optionPostFormat;
|
161 |
}
|
162 |
+
|
163 |
//PostFormat
|
164 |
if (in_array($networkId, array(1, 2, 3, 12, 17, 19))) {
|
165 |
//Get: client settings
|
177 |
return false;
|
178 |
}
|
179 |
$postData['content'] = $tempOptionPostFormat[$networkId][$networkType]['content'];
|
180 |
+
|
181 |
+
$preContent = addcslashes(B2S_Util::getExcerpt($this->content, (int) $tempOptionPostFormat[$networkId][$networkType]['short_text']['range_min'], (int) $tempOptionPostFormat[$networkId][$networkType]['short_text']['range_max']), "\\$");
|
182 |
$postData['content'] = preg_replace("/\{CONTENT\}/", $preContent, $postData['content']);
|
183 |
|
184 |
$title = sanitize_text_field($this->title);
|
185 |
+
$postData['content'] = preg_replace("/\{TITLE\}/", addcslashes($title, "\\$"), $postData['content']);
|
186 |
|
187 |
$defaultSchema = unserialize(B2S_PLUGIN_NETWORK_SETTINGS_TEMPLATE_DEFAULT);
|
188 |
if (!isset($tempOptionPostFormat[$networkId][$networkType]['short_text']['excerpt_range_max'])) {
|
191 |
if (!isset($tempOptionPostFormat[$networkId][$networkType]['short_text']['excerpt_range_min'])) {
|
192 |
$tempOptionPostFormat[$networkId][$networkType]['short_text']['excerpt_range_min'] = $defaultSchema[$networkId][$networkType]['short_text']['excerpt_range_min'];
|
193 |
}
|
194 |
+
$excerpt = (isset($this->excerpt) && !empty($this->excerpt)) ? addcslashes(B2S_Util::getExcerpt($this->excerpt, (int) $tempOptionPostFormat[$networkId][$networkType]['short_text']['excerpt_range_min'], (int) $tempOptionPostFormat[$networkId][$networkType]['short_text']['excerpt_range_max']), "\\$") : '';
|
195 |
+
|
196 |
$postData['content'] = preg_replace("/\{EXCERPT\}/", $excerpt, $postData['content']);
|
197 |
|
198 |
$hashtagcount = substr_count($postData['content'], '#');
|
199 |
+
|
200 |
if (strpos($postData['content'], "{KEYWORDS}") !== false) {
|
201 |
+
//deprecated setting, removed in V6.5
|
202 |
+
$hashtags = (B2S_PLUGIN_USER_VERSION <= 1 && !$this->allowHashTag) ? '' : $this->getHashTagsString("", (($networkId == 12) ? 30 - $hashtagcount : -1));
|
203 |
+
$postData['content'] = preg_replace("/\{KEYWORDS\}/", addcslashes($hashtags, "\\$"), $postData['content']);
|
|
|
|
|
|
|
204 |
}
|
205 |
+
|
206 |
$authorId = get_post_field('post_author', $this->postId);
|
207 |
if (isset($authorId) && !empty($authorId) && (int) $authorId > 0) {
|
208 |
$hook_filter = new B2S_Hook_Filter();
|
211 |
} else {
|
212 |
$postData['content'] = preg_replace("/\{AUTHOR\}/", "", $postData['content']);
|
213 |
}
|
214 |
+
|
215 |
if (in_array($networkId, $this->allowHtml)) {
|
216 |
$postData['content'] = preg_replace("/\\n/", "<br>", $postData['content']);
|
217 |
+
|
218 |
//Feature Image Html-Network
|
219 |
if (!empty($this->imageUrl)) {
|
220 |
$postData['content'] = '<img src="' . esc_url($this->imageUrl) . '" alt="' . esc_attr($title) . '"/><br>' . $postData['content'];
|
221 |
}
|
222 |
}
|
223 |
+
|
224 |
+
if (isset($tempOptionPostFormat[$networkId][$networkType]['short_text']['limit']) && (int) $tempOptionPostFormat[$networkId][$networkType]['short_text']['limit'] > 0) {
|
225 |
$postData['content'] = B2S_Util::getExcerpt($postData['content'], 0, $tempOptionPostFormat[$networkId][$networkType]['short_text']['limit']);
|
226 |
}
|
227 |
} else {
|
228 |
if ($networkId == 4) {
|
229 |
$postData['custom_title'] = strip_tags($this->title);
|
230 |
$postData['content'] = $this->contentHtml;
|
231 |
+
//deprecated setting, removed in V6.5
|
232 |
if ($this->allowHashTag) {
|
233 |
if (is_array($this->keywords) && !empty($this->keywords)) {
|
234 |
foreach ($this->keywords as $tag) {
|
241 |
if ($networkId == 6 || $networkId == 20) {
|
242 |
if ($this->imageUrl !== false) {
|
243 |
$postData['content'] = (isset($this->setPreFillText[$networkType][$networkId])) ? B2S_Util::getExcerpt($this->content, (int) $this->setPreFillText[$networkType][$networkId], (int) $this->setPreFillTextLimit[$networkType][$networkId]) : $this->content;
|
244 |
+
//deprecated setting, removed in V6.5
|
245 |
if ($this->allowHashTag) {
|
246 |
$postData['content'] .= $this->getHashTagsString();
|
247 |
}
|
265 |
if ($networkId == 9 || $networkId == 16) {
|
266 |
$postData['custom_title'] = $this->title;
|
267 |
$postData['content'] = (isset($this->setPreFillText[$networkType][$networkId])) ? B2S_Util::getExcerpt($this->content, (int) $this->setPreFillText[$networkType][$networkId], (int) $this->setPreFillTextLimit[$networkType][$networkId]) : $this->content;
|
268 |
+
//deprecated setting, removed in V6.5
|
269 |
if ($this->allowHashTag) {
|
270 |
if (is_array($this->keywords) && !empty($this->keywords)) {
|
271 |
foreach ($this->keywords as $tag) {
|
277 |
|
278 |
if ($networkId == 10 || $networkId == 17 || $networkId == 18) {
|
279 |
$postData['content'] = (isset($this->setPreFillText[$networkType][$networkId])) ? B2S_Util::getExcerpt($this->content, (int) $this->setPreFillText[$networkType][$networkId], (isset($this->setPreFillTextLimit[$networkType][$networkId]) ? (int) $this->setPreFillTextLimit[$networkType][$networkId] : false)) : $this->content;
|
280 |
+
//deprecated setting, removed in V6.5
|
281 |
if ($this->allowHashTag) {
|
282 |
$postData['content'] .= $this->getHashTagsString();
|
283 |
}
|
289 |
}
|
290 |
|
291 |
if ($networkId == 11) {
|
292 |
+
//deprecated setting, removed in V6.5
|
293 |
if ($this->allowHashTag) {
|
294 |
if (is_array($this->keywords) && !empty($this->keywords)) {
|
295 |
foreach ($this->keywords as $tag) {
|
307 |
if ($this->imageUrl !== false) {
|
308 |
$postData['content'] = (isset($this->setPreFillText[$networkType][$networkId])) ? B2S_Util::getExcerpt($this->content, (int) $this->setPreFillText[$networkType][$networkId], (isset($this->setPreFillTextLimit[$networkType][$networkId]) ? (int) $this->setPreFillTextLimit[$networkType][$networkId] : false)) : $this->content;
|
309 |
$postData['custom_title'] = strip_tags($this->title);
|
310 |
+
//deprecated setting, removed in V6.5
|
311 |
if ($this->allowHashTag) {
|
312 |
if (is_array($this->keywords) && !empty($this->keywords)) {
|
313 |
foreach ($this->keywords as $tag) {
|
320 |
}
|
321 |
}
|
322 |
}
|
323 |
+
|
324 |
return $postData;
|
325 |
}
|
326 |
return false;
|
327 |
}
|
328 |
|
329 |
private function getHashTagsString($add = "\n\n", $limit = -1) {// limit = -1 => no limit
|
330 |
+
if ($limit != 0) {
|
331 |
$hashTags = '';
|
332 |
if (is_array($this->keywords) && !empty($this->keywords)) {
|
333 |
foreach ($this->keywords as $tag) {
|
334 |
$hashTags .= ' #' . str_replace(array(" ", "-", '"', "'", "!", "?", ",", ".", ";", ":"), "", $tag->name);
|
335 |
}
|
336 |
}
|
337 |
+
if ($limit > 0) {
|
338 |
$pos = 0;
|
339 |
$temp_str = $hashTags;
|
340 |
+
for ($i = 0; $i <= $limit; $i++) {
|
341 |
$pos = strpos($temp_str, '#');
|
342 |
+
$temp_str = substr($temp_str, $pos + 1);
|
343 |
}
|
344 |
+
if ($pos !== false) {
|
345 |
$pos = strpos($hashTags, $temp_str);
|
346 |
+
$hashTags = substr($hashTags, 0, $pos - 1);
|
347 |
}
|
348 |
}
|
349 |
return (!empty($hashTags) ? (!empty($add) ? $add . $hashTags : $hashTags) : '');
|
354 |
|
355 |
public function saveShareData($shareData = array(), $network_id = 0, $network_type = 0, $network_auth_id = 0, $shareApprove = 0, $network_display_name = '', $sched_date = '0000-00-00 00:00:00', $sched_date_utc = '0000-00-00 00:00:00') {
|
356 |
|
357 |
+
if (isset($shareData['image_url']) && !empty($shareData['image_url'])) {
|
358 |
$image_data = wp_check_filetype($shareData['image_url']);
|
359 |
+
if (isset($image_data['ext']) && $image_data['ext'] == 'gif' && in_array($network_id, unserialize(B2S_PLUGIN_NETWORK_NOT_ALLOW_GIF))) {
|
360 |
$shareData['image_url'] = '';
|
361 |
}
|
362 |
}
|
368 |
if (isset($networkDetailsIdSelect[0])) {
|
369 |
$networkDetailsId = (int) $networkDetailsIdSelect[0];
|
370 |
} else {
|
371 |
+
$wpdb->insert($wpdb->prefix . 'b2s_posts_network_details', array(
|
372 |
'network_id' => (int) $network_id,
|
373 |
'network_type' => (int) $network_type,
|
374 |
'network_auth_id' => (int) $network_auth_id,
|
379 |
if ($networkDetailsId > 0) {
|
380 |
//DeprecatedNetwork-8 31 march
|
381 |
if ($network_id == 8 && $sched_date_utc >= '2019-03-30 23:59:59') {
|
382 |
+
$wpdb->insert($wpdb->prefix . 'b2s_posts', array(
|
383 |
'post_id' => $this->postId,
|
384 |
'blog_user_id' => $this->blogUserId,
|
385 |
'user_timezone' => $this->userTimezone,
|
387 |
'publish_error_code' => 'DEPRECATED_NETWORK_8',
|
388 |
'network_details_id' => $networkDetailsId), array('%d', '%d', '%s', '%s', '%s', '%d'));
|
389 |
} else {
|
390 |
+
$wpdb->insert($wpdb->prefix . 'b2s_posts_sched_details', array('sched_data' => serialize($shareData), 'image_url' => (isset($shareData['image_url']) ? $shareData['image_url'] : '')), array('%s', '%s'));
|
391 |
$schedDetailsId = $wpdb->insert_id;
|
392 |
+
$wpdb->insert($wpdb->prefix . 'b2s_posts', array(
|
393 |
'post_id' => $this->postId,
|
394 |
'blog_user_id' => $this->blogUserId,
|
395 |
'user_timezone' => $this->userTimezone,
|
405 |
}
|
406 |
}
|
407 |
}
|
408 |
+
|
409 |
public function deletePostsByBlogPost($blogPostId = 0) {
|
410 |
global $wpdb;
|
411 |
$getSchedData = $wpdb->prepare("SELECT id as b2sPostId FROM {$wpdb->prefix}b2s_posts WHERE post_id = %d AND b.sched_type = %d AND b.publish_date = %s AND b.hide = %d", (int) $blogPostId, 5, "0000-00-00 00:00:00", 0);
|
420 |
B2S_Heartbeat::getInstance()->deleteSchedPost();
|
421 |
}
|
422 |
}
|
423 |
+
|
424 |
}
|
includes/B2S/Settings/Item.php
CHANGED
@@ -39,14 +39,12 @@ class B2S_Settings_Item {
|
|
39 |
$isCheckedAllowShortcode = (get_option('B2S_PLUGIN_USER_ALLOW_SHORTCODE_' . B2S_PLUGIN_BLOG_USER_ID) !== false) ? 1 : 0;
|
40 |
|
41 |
$optionUserTimeZone = $this->options->_getOption('user_time_zone');
|
42 |
-
$optionUserHashTag = $this->options->_getOption('user_allow_hashtag');
|
43 |
$legacyMode = $this->generalOptions->_getOption('legacy_mode');
|
44 |
$isCheckedLegacyMode = ($legacyMode !== false && $legacyMode == 1) ? 1 : 0; //default not active , 1=active 0=not active
|
45 |
$userTimeZone = ($optionUserTimeZone !== false) ? $optionUserTimeZone : get_option('timezone_string');
|
46 |
$userTimeZoneOffset = (empty($userTimeZone)) ? get_option('gmt_offset') : B2S_Util::getOffsetToUtcByTimeZone($userTimeZone);
|
47 |
$userInfo = get_user_meta(B2S_PLUGIN_BLOG_USER_ID);
|
48 |
$isCheckedShortener = (isset($this->settings->shortener_state) && (int) $this->settings->shortener_state > 0) ? ((int) $this->settings->shortener_state - 1) : -1;
|
49 |
-
$isCheckedAllowHashTag = ($optionUserHashTag === false || $optionUserHashTag == 1) ? 1 : 0; //default allow , 1=include 0=not include
|
50 |
|
51 |
$content = '';
|
52 |
$content .='<h4>' . esc_html__('Account', 'blog2social') . '</h4>';
|
@@ -97,9 +95,6 @@ class B2S_Settings_Item {
|
|
97 |
$content .= '<br>';
|
98 |
$content .= '<strong>' . esc_html__('Shortcodes', 'blog2social') . '</strong> <a href="#" class="b2s-info-btn del-padding-left b2sInfoAllowShortcodeModalBtn">' . esc_html__('Info', 'Blog2Social') . '</a> <br>';
|
99 |
$content .= '<input type="checkbox" value="' . esc_attr($isCheckedAllowShortcode) . '" id="b2s-user-network-settings-allow-shortcode" ' . (($isCheckedAllowShortcode == 1) ? 'checked="checked"' : '') . ' /> ' . esc_html__('allow shortcodes in my post', 'blog2social');
|
100 |
-
$content .= '<br><br>';
|
101 |
-
$content .= '<strong>' . esc_html__('Hashtags', 'blog2social') . '</strong> <a href="#" class="b2s-info-btn del-padding-left b2sInfoAllowHashTagModalBtn">' . esc_html__('Info', 'Blog2Social') . '</a> <br>';
|
102 |
-
$content .= '<input type="checkbox" value="' . (($isCheckedAllowHashTag == 1) ? 0 : 1) . '" id="b2s-user-network-settings-allow-hashtag" ' . (($isCheckedAllowHashTag == 1) ? 'checked="checked"' : '') . ' /> ' . esc_html__('include Wordpress tags as hashtags in my post', 'blog2social');
|
103 |
$content .='<br>';
|
104 |
$content .='<br>';
|
105 |
$content .='<hr>';
|
39 |
$isCheckedAllowShortcode = (get_option('B2S_PLUGIN_USER_ALLOW_SHORTCODE_' . B2S_PLUGIN_BLOG_USER_ID) !== false) ? 1 : 0;
|
40 |
|
41 |
$optionUserTimeZone = $this->options->_getOption('user_time_zone');
|
|
|
42 |
$legacyMode = $this->generalOptions->_getOption('legacy_mode');
|
43 |
$isCheckedLegacyMode = ($legacyMode !== false && $legacyMode == 1) ? 1 : 0; //default not active , 1=active 0=not active
|
44 |
$userTimeZone = ($optionUserTimeZone !== false) ? $optionUserTimeZone : get_option('timezone_string');
|
45 |
$userTimeZoneOffset = (empty($userTimeZone)) ? get_option('gmt_offset') : B2S_Util::getOffsetToUtcByTimeZone($userTimeZone);
|
46 |
$userInfo = get_user_meta(B2S_PLUGIN_BLOG_USER_ID);
|
47 |
$isCheckedShortener = (isset($this->settings->shortener_state) && (int) $this->settings->shortener_state > 0) ? ((int) $this->settings->shortener_state - 1) : -1;
|
|
|
48 |
|
49 |
$content = '';
|
50 |
$content .='<h4>' . esc_html__('Account', 'blog2social') . '</h4>';
|
95 |
$content .= '<br>';
|
96 |
$content .= '<strong>' . esc_html__('Shortcodes', 'blog2social') . '</strong> <a href="#" class="b2s-info-btn del-padding-left b2sInfoAllowShortcodeModalBtn">' . esc_html__('Info', 'Blog2Social') . '</a> <br>';
|
97 |
$content .= '<input type="checkbox" value="' . esc_attr($isCheckedAllowShortcode) . '" id="b2s-user-network-settings-allow-shortcode" ' . (($isCheckedAllowShortcode == 1) ? 'checked="checked"' : '') . ' /> ' . esc_html__('allow shortcodes in my post', 'blog2social');
|
|
|
|
|
|
|
98 |
$content .='<br>';
|
99 |
$content .='<br>';
|
100 |
$content .='<hr>';
|
includes/B2S/Ship/Image.php
CHANGED
@@ -19,7 +19,8 @@ class B2S_Ship_Image {
|
|
19 |
if ($this->imageData) {
|
20 |
$imageData = $this->imageData;
|
21 |
} else {
|
22 |
-
$
|
|
|
23 |
}
|
24 |
|
25 |
$isImage = (is_array($imageData) && !empty($imageData)) ? true : false;
|
@@ -34,7 +35,10 @@ class B2S_Ship_Image {
|
|
34 |
|
35 |
$content .= '<div class="row b2s-image-size-info">';
|
36 |
$content .='<div class="col-xs-12 hidden-xs hidden-sm">';
|
37 |
-
$content .='<i">' . esc_html__('
|
|
|
|
|
|
|
38 |
$content .='</div>';
|
39 |
$content .='</div>';
|
40 |
$tempCountImage = 0;
|
@@ -76,6 +80,7 @@ class B2S_Ship_Image {
|
|
76 |
if (B2S_PLUGIN_USER_VERSION > 0) {
|
77 |
$content .= '<button class="btn btn-primary b2s-image-change-this-network b2s-image-change-btn-area" ' . (!$isImage ? 'style="display:none"' : '') . ' data-network-auth-id="" data-network-id="" data-meta-type="" data-post-id="' . esc_attr($postId) . '">' . esc_html__('Apply image for this post', 'blog2social') . '</button>';
|
78 |
$content .= '<button class="btn btn-primary b2s-image-change-meta-network b2s-image-change-btn-area" ' . (!$isImage ? 'style="display:none"' : '') . ' data-network-auth-id="" data-network-id="" data-meta-type="" data-post-id="' . esc_attr($postId) . '">' . esc_html__('Apply image for all og-meta networks', 'blog2social') . '</button>';
|
|
|
79 |
} else {
|
80 |
$content .= '<button class="btn btn-primary b2s-btn-disabled b2s-upload-image-free-version b2s-image-change-btn-area" ' . (!$isImage ? 'style="display:none"' : '') . ' data-post-id="' . esc_attr($postId) . '">' . esc_html__('Apply image for this post', 'blog2social') . ' <span class="label label-success">' . esc_html__('SMART', 'blog2social') . ' </span></button>';
|
81 |
}
|
19 |
if ($this->imageData) {
|
20 |
$imageData = $this->imageData;
|
21 |
} else {
|
22 |
+
$hook_filter = new B2S_Hook_Filter();
|
23 |
+
$imageData = $hook_filter->get_wp_post_image($postId, $postContent, $postUrl, true, $userLang);
|
24 |
}
|
25 |
|
26 |
$isImage = (is_array($imageData) && !empty($imageData)) ? true : false;
|
35 |
|
36 |
$content .= '<div class="row b2s-image-size-info">';
|
37 |
$content .='<div class="col-xs-12 hidden-xs hidden-sm">';
|
38 |
+
$content .='<i class="b2s-multi-image-info-text">' . esc_html__('Sharing more than one image improves the visibility of your content. You can create image series, show sequences, and level up your storytelling. With Blog2Social you can share up to 4 images in one post on Facebook (page and group) and on Twitter.', 'blog2social') . '</i>';
|
39 |
+
$content .='<i class="b2s-multi-image-info-text">' . esc_html__('The best size for images in social media posts are between: 667-1000px x 523-1000px. Blog2Social will automatically resize your image according to network requirements.', 'blog2social') . '</i>';
|
40 |
+
$content .='<i class="b2s-default-image-info-text">' . esc_html__('The best size for images in social media posts are between: 667-1000px x 523-1000px. Blog2Social will automatically resize your image according to the network requirements. You can also share up to 4 images in one post on Facebook (page and group) and on Twitter.', 'blog2social') . '</i>';
|
41 |
+
$content .='<i> ' . esc_html__('Changing the image for a link post affects all images for link post publications of that post on the network.', 'blog2social') . '</i>';
|
42 |
$content .='</div>';
|
43 |
$content .='</div>';
|
44 |
$tempCountImage = 0;
|
80 |
if (B2S_PLUGIN_USER_VERSION > 0) {
|
81 |
$content .= '<button class="btn btn-primary b2s-image-change-this-network b2s-image-change-btn-area" ' . (!$isImage ? 'style="display:none"' : '') . ' data-network-auth-id="" data-network-id="" data-meta-type="" data-post-id="' . esc_attr($postId) . '">' . esc_html__('Apply image for this post', 'blog2social') . '</button>';
|
82 |
$content .= '<button class="btn btn-primary b2s-image-change-meta-network b2s-image-change-btn-area" ' . (!$isImage ? 'style="display:none"' : '') . ' data-network-auth-id="" data-network-id="" data-meta-type="" data-post-id="' . esc_attr($postId) . '">' . esc_html__('Apply image for all og-meta networks', 'blog2social') . '</button>';
|
83 |
+
$content .= '<button class="btn btn-primary b2s-image-add-this-network b2s-image-change-btn-area" ' . (!$isImage ? 'style="display:none"' : '') . ' data-network-auth-id="" data-network-id="" data-image-count="" data-post-id="' . esc_attr($postId) . '">' . esc_html__('Apply image for this image gallery', 'blog2social') . '</button>';
|
84 |
} else {
|
85 |
$content .= '<button class="btn btn-primary b2s-btn-disabled b2s-upload-image-free-version b2s-image-change-btn-area" ' . (!$isImage ? 'style="display:none"' : '') . ' data-post-id="' . esc_attr($postId) . '">' . esc_html__('Apply image for this post', 'blog2social') . ' <span class="label label-success">' . esc_html__('SMART', 'blog2social') . ' </span></button>';
|
86 |
}
|
includes/B2S/Ship/Item.php
CHANGED
@@ -10,7 +10,7 @@ class B2S_Ship_Item {
|
|
10 |
private $isCommentPage = array(1);
|
11 |
private $isCommentGroup = array(1);
|
12 |
private $allowTag = array(4, 9, 11, 16);
|
13 |
-
private $limitTag = array()
|
14 |
private $allowHtml = array(4, 11, 14);
|
15 |
private $showTitleProfile = array(4, 6, 9, 11, 14, 16, 21);
|
16 |
private $showTitlePage = array(8, 19 => array(1)); //Xing Business Page
|
@@ -21,14 +21,14 @@ class B2S_Ship_Item {
|
|
21 |
private $allowNoCustomImagePage = array();
|
22 |
private $allowNoEmoji = array(9, 13, 14, 15, 16, 18, 21);
|
23 |
private $allowNoImagePage = array(8);
|
24 |
-
private $allowEditUrl = array(1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
|
25 |
private $showBoards = array(6, 20);
|
26 |
private $showRelay = array(2);
|
27 |
private $showBoardsGroup = array(10);
|
28 |
private $showGroups = array(8, 15, 19);
|
29 |
private $changeDisplayName = array(8);
|
30 |
private $setShortTextProfile = array(1 => 239, 2 => 255, 3 => 239, 6 => 300, 8 => 239, 10 => 442, 12 => 240, 9 => 200, 16 => 250, 17 => 442, 18 => 800, 19 => 239, 20 => 300, 21 => 500);
|
31 |
-
private $setShortTextProfileLimit = array(1 => 400, 2 => 256, 3 => 400, 6 => 400, 8 => 400, 10 => 500, 12 => 400, 9 => 200, 18 => 1000, 19 =>
|
32 |
private $setShortTextPage = array(1 => 239, 3 => 239, 8 => 400, 10 => 442, 17 => 442, 19 => 239);
|
33 |
private $setShortTextPageLimit = array(1 => 400, 3 => 400, 8 => 400, 10 => 500, 19 => array(0 => 400, 1 => 2000)); // XING Company Page, Business Page
|
34 |
private $limitCharacterTitlePage = array(19 => array(1 => 150)); //XING Business Page selected over networkKind
|
@@ -36,8 +36,8 @@ class B2S_Ship_Item {
|
|
36 |
private $setShortTextGroupLimit = array(1 => 400, 8 => 400, 10 => 500);
|
37 |
private $allowHashTags = array(1, 2, 3, 6, 10, 12, 17, 20, 21);
|
38 |
private $limitHashTagCharacter = array(21 => 36);
|
39 |
-
private $limitCharacterProfile = array(1 => 500, 2 => 280, 3 => 1300, 6 => 495, 8 => 420, 9 => 250, 15 => 300, 12 => 2000, 18 => 1500, 19 =>
|
40 |
-
private $showImageAreaProfile = array(6, 7, 10, 12, 16, 18, 20, 21);
|
41 |
private $showImageAreaPage = array(10);
|
42 |
private $showImageAreaGroup = array(8, 10);
|
43 |
private $showMarketplace = array(19);
|
@@ -123,7 +123,7 @@ class B2S_Ship_Item {
|
|
123 |
}
|
124 |
|
125 |
$userOptions = new B2S_Options(B2S_PLUGIN_BLOG_USER_ID);
|
126 |
-
$allowUserHashTag = $userOptions->_getOption('user_allow_hashtag');
|
127 |
$networkName = unserialize(B2S_PLUGIN_NETWORK);
|
128 |
$networkTypeName = unserialize(B2S_PLUGIN_NETWORK_TYPE);
|
129 |
$networkKindName = unserialize(B2S_PLUGIN_NETWORK_KIND);
|
@@ -132,18 +132,18 @@ class B2S_Ship_Item {
|
|
132 |
$textareaLimitInfo = "";
|
133 |
$textareaOnKeyUp = "";
|
134 |
$this->defaultImage = plugins_url('/assets/images/no-image.png', B2S_PLUGIN_FILE);
|
135 |
-
if(B2S_PLUGIN_USER_VERSION >= 3) {
|
136 |
global $wpdb;
|
137 |
$sqlGetData = $wpdb->prepare("SELECT `data` FROM `{$wpdb->prefix}b2s_posts_network_details` WHERE `network_auth_id` = %d", (int) $data->networkAuthId);
|
138 |
$dataString = $wpdb->get_var($sqlGetData);
|
139 |
if ($dataString !== NULL && !empty($dataString)) {
|
140 |
$networkAuthData = unserialize($dataString);
|
141 |
-
if(!empty($this->postUrl) && $networkAuthData != false && is_array($networkAuthData) && isset($networkAuthData['url_parameter'][0]['querys']) && !empty($networkAuthData['url_parameter'][0]['querys'])) {
|
142 |
$this->postUrl = B2S_Util::addUrlParameter($this->postUrl, $networkAuthData['url_parameter'][0]['querys']);
|
143 |
}
|
144 |
}
|
145 |
}
|
146 |
-
|
147 |
require_once(B2S_PLUGIN_DIR . 'includes/Options.php');
|
148 |
$this->options = new B2S_Options(get_current_user_id());
|
149 |
$this->post_template = $this->options->_getOption("post_template");
|
@@ -175,10 +175,12 @@ class B2S_Ship_Item {
|
|
175 |
} else {
|
176 |
if (array_key_exists($data->networkId, $this->post_template)) {
|
177 |
$message = $this->getMessagebyTemplate($data);
|
178 |
-
|
179 |
//Feature Image Html-Network
|
180 |
if (in_array($data->networkId, $this->allowHtml)) {
|
181 |
-
$
|
|
|
|
|
182 |
if ($featuredImage !== false) {
|
183 |
$title = in_array($data->networkId, $this->allowNoEmoji) ? B2S_Util::remove4byte(B2S_Util::getTitleByLanguage($this->postData->post_title, $this->userLang)) : B2S_Util::getTitleByLanguage($this->postData->post_title, $this->userLang);
|
184 |
$message = '<img class="b2s-post-item-details-image-html-src" src="' . esc_url($featuredImage) . '" alt="' . esc_attr($title) . '"/><br>' . $message;
|
@@ -197,7 +199,9 @@ class B2S_Ship_Item {
|
|
197 |
|
198 |
//Feature Image Html-Network
|
199 |
if (in_array($data->networkId, $this->allowHtml)) {
|
200 |
-
$
|
|
|
|
|
201 |
if ($featuredImage !== false) {
|
202 |
$title = in_array($data->networkId, $this->allowNoEmoji) ? B2S_Util::remove4byte(B2S_Util::getTitleByLanguage($this->postData->post_title, $this->userLang)) : B2S_Util::getTitleByLanguage($this->postData->post_title, $this->userLang);
|
203 |
$message = '<img class="b2s-post-item-details-image-html-src" src="' . esc_url($featuredImage) . '" alt="' . esc_attr($title) . '"/><br>' . $message;
|
@@ -323,11 +327,11 @@ class B2S_Ship_Item {
|
|
323 |
$content .= '<div class="b2s-post-item-details">';
|
324 |
//XING deprecated
|
325 |
if ($data->networkId == 8) {
|
326 |
-
$content .='<div class="b2s-post-item-network-deprecated"><span class="glyphicon glyphicon-exclamation-sign glyphicon-info"></span> ' . esc_html__('Connection expires on 31 March 2019', 'blog2social') . '</div>';
|
327 |
}
|
328 |
// G+ deprecated
|
329 |
if ($data->networkId == 10) {
|
330 |
-
$content .='<div class="b2s-post-item-network-deprecated"><span class="glyphicon glyphicon-exclamation-sign glyphicon-info"></span> ' . esc_html__('Connection expires on 2 April 2019', 'blog2social') . '</div>';
|
331 |
}
|
332 |
$content .= '<h4 class="pull-left b2s-post-item-details-network-display-name" data-network-auth-id="' . esc_attr($data->networkAuthId) . '">' . esc_html(stripslashes($network_display_name)) . '</h4>';
|
333 |
$content .= '<div class="clearfix"></div>';
|
@@ -352,7 +356,7 @@ class B2S_Ship_Item {
|
|
352 |
if ($data->networkId == 15) {
|
353 |
$content .= '<input type="hidden" class="b2s-post-item-details-post-format form-control" name="b2s[' . esc_attr($data->networkAuthId) . '][post_format]" data-network-auth-id="' . esc_attr($data->networkAuthId) . '" data-network-id="' . esc_attr($data->networkId) . '" data-network-type="' . esc_attr($data->networkType) . '" value="0" />';
|
354 |
}
|
355 |
-
$content .='<span class="b2s-post-tool-area" data-network-auth-id="' . esc_attr($data->networkAuthId) . '">';
|
356 |
$content .= (in_array($data->networkId, $this->setPostFormat)) ? ' | ' : '';
|
357 |
if (in_array($data->networkId, $this->getText)) {
|
358 |
$content .= '<button class="btn btn-xs btn-link b2s-post-ship-item-full-text" data-network-id="' . esc_attr($data->networkId) . '" data-network-count="-1" data-network-auth-id="' . esc_attr($data->networkAuthId) . '" >' . esc_html__('Insert full-text', 'blog2social') . '</button> | ';
|
@@ -364,16 +368,16 @@ class B2S_Ship_Item {
|
|
364 |
|
365 |
//TOS Twitter 030218
|
366 |
if ($data->networkType == 0 && in_array($data->networkId, $this->networkTosProfile)) {
|
367 |
-
$content .='<div class="b2s-unique-content" data-network-id="' . esc_attr($data->networkId) . '" data-network-auth-id="' . esc_attr($data->networkAuthId) . '"><div class="clearfix"></div><div class="alert b2s-unique-content-alert alert-warning">' . esc_html__('Please keep in mind that according to Twitter’s new TOS, users are no longer allowed to post identical or substantially similar content to multiple accounts or multiple duplicate updates on one account.', 'blog2social') . '<br><strong>' . esc_html__('Violating these rules can result in Twitter suspending your account. Always vary your Tweets with different comments, hashtags or handles to prevent duplicate posts.', 'blog2social') . '</strong> <a href="' . esc_url(B2S_Tools::getSupportLink('network_tos_blog_032018')) . '" target="_blank">' . esc_html__('Learn more about this', 'blog2social') . '</a></div></div>';
|
368 |
}
|
369 |
//TOS Xing Group 080218
|
370 |
if ($data->networkType == 2 && in_array($data->networkId, $this->networkTosGroup)) {
|
371 |
-
$content .='<div class="b2s-content-info" data-network-id="' . esc_attr($data->networkId) . '" data-network-auth-id="' . esc_attr($data->networkAuthId) . '"><div class="clearfix"></div><div class="alert alert-warning">' . esc_html__('Please note: XING allows identical posts to be published only once within a group and no more than three times across different groups.', 'blog2social') . ' <a href="' . esc_url(B2S_Tools::getSupportLink('network_tos_blog_082018')) . '" target="_blank">' . esc_html__('Read more', 'blog2social') . '</a></div></div>';
|
372 |
}
|
373 |
|
374 |
if ($data->networkId == 12) {
|
375 |
-
$content .='<div class="b2s-content-info" data-network-id="' . esc_attr($data->networkId) . '" data-network-auth-id="' . esc_attr($data->networkAuthId) . '" style="display:none;"><div class="clearfix"></div><div class="alert alert-warning">' . esc_html__('Instagram supports up to 30 hashtags. Please reduce the number of hashtags in your post.', 'blog2social') . '</div></div>';
|
376 |
-
$content .='<div class="b2s-unique-content" data-network-id="' . esc_attr($data->networkId) . '" data-network-auth-id="' . esc_attr($data->networkAuthId) . '"><div class="clearfix"></div><div class="alert b2s-unique-content-alert alert-warning" style="margin-bottom:10px !important;">' . esc_html__('Please keep in mind that users are not allowed to post identical or substantially similar content to multiple accounts or multiple duplicate updates on one account.', 'blog2social') . '<br><strong>' . esc_html__('Violating these rules can result in suspending your account. Always vary your content with different images, comments, hashtags or handles to prevent duplicate posts.', 'blog2social') . '</strong></div></div>';
|
377 |
}
|
378 |
|
379 |
$content .= '<div class="b2s-post-item-details-edit-area" data-network-auth-id="' . esc_attr($data->networkAuthId) . '">';
|
@@ -386,15 +390,15 @@ class B2S_Ship_Item {
|
|
386 |
|
387 |
//Calendar
|
388 |
if (!(isset($this->viewMode) && $this->viewMode == 'modal')) {
|
389 |
-
$content .='<br>';
|
390 |
-
$content .='<div class="b2s-calendar-filter-area col-xs-2 pull-right del-padding-right hide" data-network-auth-id="' . esc_attr($data->networkAuthId) . '">';
|
391 |
-
$content .='<select class="b2s-calendar-filter-network-sel form-control" name="b2s-calendar-filter-network-sel" data-last-sel="' . esc_attr($data->networkId) . '" data-network-auth-id="' . esc_attr($data->networkAuthId) . '"><option value="all">show all</option><option selected value="' . esc_attr($data->networkId) . '">' . esc_html($networkName[$data->networkId]) . '</option></select>';
|
392 |
-
$content .='</div>';
|
393 |
if (in_array($data->networkId, $this->showRelay)) {
|
394 |
$content .= $this->getRelayBtnHtml($data->networkAuthId, $data->networkId);
|
395 |
}
|
396 |
-
$content .='<a href="#" class="b2s-toogle-calendar-btn btn btn-primary pull-right btn-xs hidden-xs" data-network-id="' . esc_attr($data->networkId) . '" data-network-auth-id="' . esc_attr($data->networkAuthId) . '" data-toogle-text-btn="' . esc_attr__("hide calendar", "blog2social") . '">' . esc_html__("show calendar", "blog2social") . '</a>';
|
397 |
-
$content .='<div class="clearfix"></div><div class="b2s-post-item-calendar-area hide hidden-xs" data-network-auth-id="' . esc_attr($data->networkAuthId) . '"></div>';
|
398 |
|
399 |
if (in_array($data->networkId, $this->showRelay)) {
|
400 |
$content .= $this->getRelayContentHtml($data->networkAuthId, $data->networkId);
|
@@ -446,13 +450,13 @@ class B2S_Ship_Item {
|
|
446 |
$meta = (is_array($meta)) ? $meta : array();
|
447 |
$meta = $this->hook_meta($meta);
|
448 |
$imageUrl = $imageUrl ? $imageUrl : (isset($meta['image']) ? $meta['image'] : null);
|
449 |
-
|
450 |
|
451 |
if ($networkId == 1) {
|
452 |
$edit = '<div class="b2s-post-item-details-item-message-area" data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '">';
|
453 |
$edit .= '<textarea class="form-control fb-textarea-input b2s-post-item-details-item-message-input ' . (in_array($networkId, $this->allowHtml) ? 'b2s-post-item-details-item-message-input-allow-html' : '') . '"data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-text-limit="' . esc_attr($limitValue) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" placeholder="' . esc_attr__('Write something about your post...', 'blog2social') . '" name="b2s[' . esc_attr($networkAuthId) . '][content]" ' . $isRequiredTextarea . ' ' . $textareaOnKeyUp . '>' . esc_html($message) . '</textarea>';
|
454 |
if (!in_array($networkId, $this->allowNoEmoji)) {
|
455 |
-
$edit .= '<button type="button" class="btn btn-sm b2s-post-item-details-item-message-emoji-btn" data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '"><img src="'.esc_url(plugins_url('/assets/images/b2s-emoji.png', B2S_PLUGIN_FILE)).'"/></button>';
|
456 |
}
|
457 |
$edit .= '</div>';
|
458 |
$edit .= '<div class="row">';
|
@@ -475,13 +479,44 @@ class B2S_Ship_Item {
|
|
475 |
$edit .= $this->getUrlHtml($networkId, $networkType, $networkAuthId, $limit, $limitValue, true, 'og-url-input', true, $imageUrl);
|
476 |
$edit .= '</div>';
|
477 |
$edit .= '</div>';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
478 |
}
|
479 |
|
480 |
if ($networkId == 2) {
|
481 |
$edit = '<div class="b2s-post-item-details-item-message-area" data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '">';
|
482 |
$edit .= '<textarea class="form-control tw-textarea-input b2s-post-item-details-item-message-input ' . (in_array($networkId, $this->allowHtml) ? 'b2s-post-item-details-item-message-input-allow-html' : '') . '"data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-text-limit="' . esc_attr($limitValue) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" placeholder="' . esc_attr__('Write something about your post...', 'blog2social') . '" unique="currency" name="b2s[' . esc_attr($networkAuthId) . '][content]" ' . $isRequiredTextarea . ' ' . $textareaOnKeyUp . '>' . esc_html($message) . '</textarea>';
|
483 |
if (!in_array($networkId, $this->allowNoEmoji)) {
|
484 |
-
$edit .= '<button type="button" class="btn btn-sm b2s-post-item-details-item-message-emoji-btn" data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '"><img src="'.esc_url(plugins_url('/assets/images/b2s-emoji.png', B2S_PLUGIN_FILE)).'"/></button>';
|
485 |
}
|
486 |
$edit .= '</div>';
|
487 |
$edit .= '<div class="row">';
|
@@ -505,13 +540,43 @@ class B2S_Ship_Item {
|
|
505 |
$edit .= $this->getUrlHtml($networkId, $networkType, $networkAuthId, $limit, $limitValue, true, 'tw-url-input', true);
|
506 |
$edit .= '</div>';
|
507 |
$edit .= '</div>';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
508 |
}
|
509 |
|
510 |
if ($networkId == 3) {
|
511 |
$edit = '<div class="b2s-post-item-details-item-message-area" data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '">';
|
512 |
$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="' . esc_attr($networkId) . '" data-network-text-limit="' . esc_attr($limitValue) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" placeholder="' . esc_attr__('Write something about your post...', 'blog2social') . '" name="b2s[' . esc_attr($networkAuthId) . '][content]" ' . $isRequiredTextarea . ' ' . $textareaOnKeyUp . '>' . esc_html($message) . '</textarea>';
|
513 |
if (!in_array($networkId, $this->allowNoEmoji)) {
|
514 |
-
$edit .= '<button type="button" class="btn btn-sm b2s-post-item-details-item-message-emoji-btn" data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '"><img src="'.esc_url(plugins_url('/assets/images/b2s-emoji.png', B2S_PLUGIN_FILE)).'"/></button>';
|
515 |
}
|
516 |
$edit .= '</div>';
|
517 |
$edit .= '<div class="row">';
|
@@ -540,7 +605,7 @@ class B2S_Ship_Item {
|
|
540 |
$edit = '<div class="b2s-post-item-details-item-message-area" data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '">';
|
541 |
$edit .= '<textarea class="form-control xing-textarea-input b2s-post-item-details-item-message-input ' . (in_array($networkId, $this->allowHtml) ? 'b2s-post-item-details-item-message-input-allow-html' : '') . '"data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-text-limit="' . esc_attr($limitValue) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" placeholder="' . esc_attr__('Write something about your post...', 'blog2social') . '" name="b2s[' . esc_attr($networkAuthId) . '][content]" ' . $isRequiredTextarea . ' ' . $textareaOnKeyUp . '>' . esc_html($message) . '</textarea>';
|
542 |
if (!in_array($networkId, $this->allowNoEmoji)) {
|
543 |
-
$edit .= '<button type="button" class="btn btn-sm b2s-post-item-details-item-message-emoji-btn" data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '"><img src="'.esc_url(plugins_url('/assets/images/b2s-emoji.png', B2S_PLUGIN_FILE)).'"/></button>';
|
544 |
}
|
545 |
$edit .= '</div>';
|
546 |
$edit .= '<div class="row">';
|
@@ -569,7 +634,7 @@ class B2S_Ship_Item {
|
|
569 |
$edit = '<div class="b2s-post-item-details-item-message-area" data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '">';
|
570 |
$edit .= '<textarea class="form-control reddit-textarea-input b2s-post-item-details-item-message-input ' . (in_array($networkId, $this->allowHtml) ? 'b2s-post-item-details-item-message-input-allow-html' : '') . '"data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-text-limit="' . esc_attr($limitValue) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" placeholder="' . esc_attr__('Write something about your post...', 'blog2social') . '" name="b2s[' . esc_attr($networkAuthId) . '][content]" ' . $isRequiredTextarea . ' ' . $textareaOnKeyUp . '>' . esc_html($message) . '</textarea>';
|
571 |
if (!in_array($networkId, $this->allowNoEmoji)) {
|
572 |
-
$edit .= '<button type="button" class="btn btn-sm b2s-post-item-details-item-message-emoji-btn" data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '"><img src="'.esc_url(plugins_url('/assets/images/b2s-emoji.png', B2S_PLUGIN_FILE)).'"/></button>';
|
573 |
}
|
574 |
$edit .= '</div>';
|
575 |
$edit .= '<div class="row">';
|
@@ -597,7 +662,7 @@ class B2S_Ship_Item {
|
|
597 |
$edit = '<div class="b2s-post-item-details-item-message-area" data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '">';
|
598 |
$edit .= '<textarea class="form-control vk-textarea-input b2s-post-item-details-item-message-input ' . (in_array($networkId, $this->allowHtml) ? 'b2s-post-item-details-item-message-input-allow-html' : '') . '"data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-text-limit="' . esc_attr($limitValue) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" placeholder="' . esc_attr__('Write something about your post...', 'blog2social') . '" name="b2s[' . esc_attr($networkAuthId) . '][content]" ' . $isRequiredTextarea . ' ' . $textareaOnKeyUp . '>' . esc_html($message) . '</textarea>';
|
599 |
if (!in_array($networkId, $this->allowNoEmoji)) {
|
600 |
-
$edit .= '<button type="button" class="btn btn-sm b2s-post-item-details-item-message-emoji-btn" data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '"><img src="'.esc_url(plugins_url('/assets/images/b2s-emoji.png', B2S_PLUGIN_FILE)).'"/></button>';
|
601 |
}
|
602 |
$edit .= '</div>';
|
603 |
$edit .= '<div class="row">';
|
@@ -625,7 +690,7 @@ class B2S_Ship_Item {
|
|
625 |
$edit = '<div class="b2s-post-item-details-item-message-area" data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '">';
|
626 |
$edit .= '<textarea class="form-control b2s-post-item-details-item-message-input ' . (in_array($networkId, $this->allowHtml) ? 'b2s-post-item-details-item-message-input-allow-html' : '') . '"data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-text-limit="' . esc_attr($limitValue) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" placeholder="' . esc_attr__('Write something about your post...', 'blog2social') . '" name="b2s[' . esc_attr($networkAuthId) . '][content]" ' . $isRequiredTextarea . ' ' . $textareaOnKeyUp . ' ' . (($networkId == 12) ? 'unique="currency"' : '') . '>' . esc_html($message) . '</textarea>';
|
627 |
if (!in_array($networkId, $this->allowNoEmoji)) {
|
628 |
-
$edit .= '<button type="button" class="btn btn-sm b2s-post-item-details-item-message-emoji-btn" data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '"><img src="'.esc_url(plugins_url('/assets/images/b2s-emoji.png', B2S_PLUGIN_FILE)).'"/></button>';
|
629 |
}
|
630 |
$edit .= '</div>';
|
631 |
|
@@ -656,17 +721,49 @@ class B2S_Ship_Item {
|
|
656 |
$edit .= '<div class="b2s-post-item-details-item-message-area" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '">';
|
657 |
$edit .= '<textarea disabled="disabled" class="form-control fb-textarea-input b2s-post-item-sched-customize-text b2s-post-item-details-item-message-input ' . (in_array($networkId, $this->allowHtml) ? 'b2s-post-item-details-item-message-input-allow-html' : '') . '" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-text-limit="' . esc_attr($limitValue) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" placeholder="' . esc_attr__('Write something about your post...', 'blog2social') . '" name="b2s[' . esc_attr($networkAuthId) . '][sched_content][' . esc_attr($schedCount) . ']" ' . $isRequiredTextarea . ' ' . $textareaOnKeyUp . '>' . esc_attr($message) . '</textarea>';
|
658 |
if (!in_array($networkId, $this->allowNoEmoji)) {
|
659 |
-
$edit .= '<button type="button" class="btn btn-sm b2s-post-item-details-item-message-emoji-btn" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '"><img src="'.esc_url(plugins_url('/assets/images/b2s-emoji.png', B2S_PLUGIN_FILE)).'"/></button>';
|
660 |
}
|
661 |
$edit .= '</div>';
|
662 |
$edit .= '</div>';
|
663 |
$edit .= '</div>';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
664 |
}
|
665 |
|
666 |
if ($networkId == 2) {
|
667 |
$edit = '<div class="row"><br>';
|
668 |
//TOS Twitter 032018
|
669 |
-
$edit .='<div class="b2s-unique-content col-xs-12" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '"><div class="clearfix"></div><div class="alert b2s-unique-content-alert alert-warning">' . esc_html__('Please keep in mind that according to Twitter’s new TOS, users are no longer allowed to post identical or substantially similar content to multiple accounts or multiple duplicate updates on one account.', 'blog2social') . '<br><strong>' . esc_html__('Violating these rules can result in Twitter suspending your account. Always vary your Tweets with different comments, hashtags or handles to prevent duplicate posts.', 'blog2social') . '</strong> <a href="' . esc_url(B2S_Tools::getSupportLink('network_tos_blog_032018')) . '" target="_blank">' . esc_html__('Learn more about this', 'blog2social') . '</a></div><br></div>';
|
670 |
$edit .= '<div class="col-xs-12 col-sm-5 col-lg-3">';
|
671 |
$edit .= '<button class="btn btn-primary btn-circle b2s-image-remove-btn" data-network-id="' . esc_attr($networkId) . '" data-network-count="' . esc_attr($schedCount) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" ' . ($imageUrl ? '' : 'style="display:none"') . '><i class="glyphicon glyphicon-trash"></i></button>';
|
672 |
$edit .= '<img src="' . esc_url($this->defaultImage) . '" class="tw-url-image b2s-post-item-details-url-image center-block img-responsive" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-image-change="1" data-network-auth-id="' . esc_attr($networkAuthId) . '">';
|
@@ -679,7 +776,37 @@ class B2S_Ship_Item {
|
|
679 |
$edit .= '<div class="b2s-post-item-details-item-message-area" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '">';
|
680 |
$edit .= '<textarea disabled="disabled" class="form-control tw-textarea-input b2s-post-item-sched-customize-text b2s-post-item-details-item-message-input ' . (in_array($networkId, $this->allowHtml) ? 'b2s-post-item-details-item-message-input-allow-html' : '') . '" data-network-count="' . esc_attr($schedCount) . '" data-network-text-limit="' . esc_attr($limitValue) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" placeholder="' . esc_attr__('Write something about your post...', 'blog2social') . '" unique="currency" name="b2s[' . esc_attr($networkAuthId) . '][sched_content][' . esc_attr($schedCount) . ']" ' . $isRequiredTextarea . ' ' . $textareaOnKeyUp . '></textarea>';
|
681 |
if (!in_array($networkId, $this->allowNoEmoji)) {
|
682 |
-
$edit .= '<button type="button" class="btn btn-sm b2s-post-item-details-item-message-emoji-btn" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '"><img src="'.esc_url(plugins_url('/assets/images/b2s-emoji.png', B2S_PLUGIN_FILE)).'"/></button>';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
683 |
}
|
684 |
$edit .= '</div>';
|
685 |
$edit .= '</div>';
|
@@ -700,7 +827,7 @@ class B2S_Ship_Item {
|
|
700 |
$edit .= '<div class="b2s-post-item-details-item-message-area" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '">';
|
701 |
$edit .= '<textarea disabled="disabled" class="form-control linkedin-textarea-input b2s-post-item-sched-customize-text b2s-post-item-details-item-message-input ' . (in_array($networkId, $this->allowHtml) ? 'b2s-post-item-details-item-message-input-allow-html' : '') . '" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-text-limit="' . esc_attr($limitValue) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" placeholder="' . esc_attr__('Write something about your post...', 'blog2social') . '" name="b2s[' . esc_attr($networkAuthId) . '][sched_content][' . esc_attr($schedCount) . ']" ' . $isRequiredTextarea . ' ' . $textareaOnKeyUp . '>' . esc_html($message) . '</textarea>';
|
702 |
if (!in_array($networkId, $this->allowNoEmoji)) {
|
703 |
-
$edit .= '<button type="button" class="btn btn-sm b2s-post-item-details-item-message-emoji-btn" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '"><img src="'.esc_url(plugins_url('/assets/images/b2s-emoji.png', B2S_PLUGIN_FILE)).'"/></button>';
|
704 |
}
|
705 |
$edit .= '</div>';
|
706 |
$edit .= '</div>';
|
@@ -721,7 +848,7 @@ class B2S_Ship_Item {
|
|
721 |
$edit .= '<div class="b2s-post-item-details-item-message-area" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '">';
|
722 |
$edit .= '<textarea disabled="disabled" class="form-control xing-textarea-input b2s-post-item-sched-customize-text b2s-post-item-details-item-message-input ' . (in_array($networkId, $this->allowHtml) ? 'b2s-post-item-details-item-message-input-allow-html' : '') . '" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-text-limit="' . esc_attr($limitValue) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" placeholder="' . esc_html__('Write something about your post...', 'blog2social') . '" name="b2s[' . esc_attr($networkAuthId) . '][sched_content][' . esc_attr($schedCount) . ']" ' . $isRequiredTextarea . ' ' . $textareaOnKeyUp . '>' . esc_html($message) . '</textarea>';
|
723 |
if (!in_array($networkId, $this->allowNoEmoji)) {
|
724 |
-
$edit .= '<button type="button" class="btn btn-sm b2s-post-item-details-item-message-emoji-btn" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '"><img src="'.esc_url(plugins_url('/assets/images/b2s-emoji.png', B2S_PLUGIN_FILE)).'"/></button>';
|
725 |
}
|
726 |
$edit .= '</div>';
|
727 |
$edit .= '</div>';
|
@@ -742,13 +869,13 @@ class B2S_Ship_Item {
|
|
742 |
$edit .= '<div class="b2s-post-item-details-item-message-area" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '">';
|
743 |
$edit .= '<textarea disabled="disabled" class="form-control reddit-textarea-input b2s-post-item-sched-customize-text b2s-post-item-details-item-message-input ' . (in_array($networkId, $this->allowHtml) ? 'b2s-post-item-details-item-message-input-allow-html' : '') . '" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-text-limit="' . esc_attr($limitValue) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" placeholder="' . esc_html__('Write something about your post...', 'blog2social') . '" name="b2s[' . esc_attr($networkAuthId) . '][sched_content][' . esc_attr($schedCount) . ']" ' . $isRequiredTextarea . ' ' . $textareaOnKeyUp . '>' . esc_html($message) . '</textarea>';
|
744 |
if (!in_array($networkId, $this->allowNoEmoji)) {
|
745 |
-
$edit .= '<button type="button" class="btn btn-sm b2s-post-item-details-item-message-emoji-btn" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '"><img src="'.esc_url(plugins_url('/assets/images/b2s-emoji.png', B2S_PLUGIN_FILE)).'"/></button>';
|
746 |
}
|
747 |
$edit .= '</div>';
|
748 |
$edit .= '</div>';
|
749 |
$edit .= '</div>';
|
750 |
}
|
751 |
-
|
752 |
if ($networkId == 17) {
|
753 |
$edit = '<div class="row"><br>';
|
754 |
$edit .= '<div class="col-xs-12 col-sm-5 col-lg-3">';
|
@@ -763,7 +890,7 @@ class B2S_Ship_Item {
|
|
763 |
$edit .= '<div class="b2s-post-item-details-item-message-area" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '">';
|
764 |
$edit .= '<textarea disabled="disabled" class="form-control vk-textarea-input b2s-post-item-sched-customize-text b2s-post-item-details-item-message-input ' . (in_array($networkId, $this->allowHtml) ? 'b2s-post-item-details-item-message-input-allow-html' : '') . '" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-text-limit="' . esc_attr($limitValue) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" placeholder="' . esc_attr__('Write something about your post...', 'blog2social') . '" name="b2s[' . esc_attr($networkAuthId) . '][sched_content][' . esc_attr($schedCount) . ']" ' . $isRequiredTextarea . ' ' . $textareaOnKeyUp . '>' . esc_html($message) . '</textarea>';
|
765 |
if (!in_array($networkId, $this->allowNoEmoji)) {
|
766 |
-
$edit .= '<button type="button" class="btn btn-sm b2s-post-item-details-item-message-emoji-btn" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '"><img src="'.esc_url(plugins_url('/assets/images/b2s-emoji.png', B2S_PLUGIN_FILE)).'"/></button>';
|
767 |
}
|
768 |
$edit .= '</div>';
|
769 |
$edit .= '</div>';
|
@@ -784,7 +911,7 @@ class B2S_Ship_Item {
|
|
784 |
$edit .= '<div class="b2s-post-item-details-item-message-area" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '">';
|
785 |
$edit .= '<textarea disabled="disabled" class="form-control b2s-post-item-sched-customize-text b2s-post-item-details-item-message-input ' . (in_array($networkId, $this->allowHtml) ? 'b2s-post-item-details-item-message-input-allow-html' : '') . '" data-network-count="' . esc_attr($schedCount) . '" data-network-text-limit="' . esc_attr($limitValue) . '" data-network-id="' . esc_attr($networkId) . '" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" placeholder="' . esc_attr__('Write something about your post...', 'blog2social') . '" name="b2s[' . esc_attr($networkAuthId) . '][sched_content][' . esc_attr($schedCount) . ']" ' . $isRequiredTextarea . ' ' . $textareaOnKeyUp . ' ' . (($networkId == 12) ? 'unique="currency"' : '') . '>' . esc_html($message) . '</textarea>';
|
786 |
if (!in_array($networkId, $this->allowNoEmoji)) {
|
787 |
-
$edit .= '<button type="button" class="btn btn-sm b2s-post-item-details-item-message-emoji-btn" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '"><img src="'.esc_url(plugins_url('/assets/images/b2s-emoji.png', B2S_PLUGIN_FILE)).'"/></button>';
|
788 |
}
|
789 |
$edit .= '</div>';
|
790 |
$edit .= '</div>';
|
@@ -794,7 +921,7 @@ class B2S_Ship_Item {
|
|
794 |
$edit .= '<div class="b2s-post-item-details-item-message-area" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '">';
|
795 |
$edit .= '<textarea disabled="disabled" class="form-control b2s-post-item-sched-customize-text b2s-post-item-details-item-message-input ' . (in_array($networkId, $this->allowHtml) ? 'b2s-post-item-details-item-message-input-allow-html' : '') . '" data-network-count="' . esc_attr($schedCount) . '" data-network-text-limit="' . esc_attr($limitValue) . '" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" placeholder="' . esc_attr__('Write something about your post...', 'blog2social') . '" name="b2s[' . esc_attr($networkAuthId) . '][sched_content][' . esc_attr($schedCount) . '] ' . $isRequiredTextarea . ' ' . $textareaOnKeyUp . ' ' . (($networkId == 12) ? 'unique="currency"' : '') . '>' . esc_html($message) . '</textarea>';
|
796 |
if (!in_array($networkId, $this->allowNoEmoji)) {
|
797 |
-
$edit .= '<button type="button" class="btn btn-sm b2s-post-item-details-item-message-emoji-btn" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '"><img src="'.esc_url(plugins_url('/assets/images/b2s-emoji.png', B2S_PLUGIN_FILE)).'"/></button>';
|
798 |
}
|
799 |
$edit .= '</div>';
|
800 |
$edit .= '</div>';
|
@@ -827,8 +954,11 @@ class B2S_Ship_Item {
|
|
827 |
|
828 |
$url .= (!$hideInfo) ? '<div class="b2s-post-item-details-url-title hidden-xs">Link ' . $isRequiredText . '</div>' : '';
|
829 |
|
830 |
-
if(isset($this->post_template[$networkId][$networkType]['addLink']) && $this->post_template[$networkId][$networkType]['addLink'] == false) {
|
831 |
$urlValue = '';
|
|
|
|
|
|
|
832 |
} else {
|
833 |
$urlValue = $this->postUrl;
|
834 |
}
|
@@ -869,8 +999,8 @@ class B2S_Ship_Item {
|
|
869 |
$hashTags = '';
|
870 |
if (is_array($hashTagsData) && !empty($hashTagsData)) {
|
871 |
foreach ($hashTagsData as $tag) {
|
872 |
-
if($limit > 0) {
|
873 |
-
if(strlen($tag->name) > $limit) {
|
874 |
continue;
|
875 |
}
|
876 |
}
|
@@ -905,14 +1035,14 @@ class B2S_Ship_Item {
|
|
905 |
|
906 |
private function getMarketplaceAreaHtml($networkAuthId = 0, $networkId = 0, $networkType = 0, $networkKind = 0) {
|
907 |
$marketplace = '<div class="marketplace_area" data-network-id="' . esc_attr($networkId) . '" data-network-type="' . esc_attr($networkType) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" style="display:' . (($networkKind == 3) ? 'block' : 'none') . ';">';
|
908 |
-
$marketplace .='<input type="radio" id="marketplace_category_1" class="form-control marketplace_category" ' . (($this->selMarketplaceCategory == 1) ? 'checked=""' : '') . ' name="b2s[' . esc_attr($networkAuthId) . '][marketplace_category]" value="1"> <label class="" for="marketplace_category_1">' . esc_html__('Jobs & Projects', 'blog2social') . '</label> ';
|
909 |
-
$marketplace .='<input type="radio" id="marketplace_category_2" class="form-control marketplace_category" ' . (($this->selMarketplaceCategory == 2) ? 'checked=""' : '') . ' name="b2s[' . esc_attr($networkAuthId) . '][marketplace_category]" value="2"> <label class="" for="marketplace_category_2">' . esc_html__('Events', 'blog2social') . '</label> ';
|
910 |
-
$marketplace .='<input type="radio" id="marketplace_category_3" class="form-control marketplace_category" ' . (($this->selMarketplaceCategory == 3) ? 'checked=""' : '') . ' name="b2s[' . esc_attr($networkAuthId) . '][marketplace_category]" value="3"> <label class="" for="marketplace_category_3">' . esc_html__('Classified Ads', 'blog2social') . '</label> ';
|
911 |
-
$marketplace .='<div class="clearfix"></div>';
|
912 |
-
$marketplace .='<input type="radio" id="marketplace_type_1" class="form-control marketplace_type" ' . (($this->selMarketplaceType == 1) ? 'checked=""' : '') . ' name="b2s[' . esc_attr($networkAuthId) . '][marketplace_type]" value="1"> <label class="" for="marketplace_type_1">' . esc_html__('Offer', 'blog2social') . '</label> ';
|
913 |
-
$marketplace .='<input type="radio" id="marketplace_type_2" class="form-control marketplace_type" ' . (($this->selMarketplaceType == 2) ? 'checked=""' : '') . ' name="b2s[' . esc_attr($networkAuthId) . '][marketplace_type]" value="2"> <label class="" for="marketplace_type_2">' . esc_html__('Request', 'blog2social') . '</label>';
|
914 |
-
$marketplace .='<div class="clearfix"></div><br/>';
|
915 |
-
$marketplace .='</div>';
|
916 |
return $marketplace;
|
917 |
|
918 |
//<input type="radio" id="type[0]-1-2" checked="" name="b2s['.$networkAuthId.'][marketplace_type]" value="1"> <label class="" for="type[0]-1-2">Profil</label>
|
@@ -929,9 +1059,9 @@ class B2S_Ship_Item {
|
|
929 |
$info = '';
|
930 |
if (isset($this->limitTag[$networkId])) {
|
931 |
$tags .= '<input type="hidden" data-network-auth-id="' . esc_attr($networkAuthId) . '" class="b2s-post-item-details-tag-limit" value="' . (int) $this->limitTag[$networkId] . '" />';
|
932 |
-
$info = '('.sprintf(esc_html__('max. %s Tags', 'blog2social')
|
933 |
}
|
934 |
-
$tags .= '<div class="b2s-post-item-details-tag-title"> ' . esc_html__('Hashtags', 'blog2social') .' '. $info.' </div>';
|
935 |
$tags .= '<div class="b2s-post-item-details-tag-input form-inline">';
|
936 |
$hook_filter = new B2S_Hook_Filter();
|
937 |
$posttags = $hook_filter->get_wp_post_hashtag((int) $this->postId, $this->postData->post_type);
|
@@ -966,10 +1096,10 @@ class B2S_Ship_Item {
|
|
966 |
|
967 |
private function getRelayBtnHtml($networkAuthId, $networkId) {
|
968 |
$relay = '<div class="form-group b2s-post-relay-area-select pull-left"><div class="checkbox checbox-switch switch-success"><label>';
|
969 |
-
$relay .='<input type="checkbox" class="b2s-post-item-details-relay form-control" data-user-version="' . esc_attr(B2S_PLUGIN_USER_VERSION) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" name="b2s[' . esc_attr($networkAuthId) . '][post_relay]" value="1"/>';
|
970 |
-
$relay .='<span></span>';
|
971 |
$relay .= esc_html__('Enable Retweets for all Tweets with the selected profile', 'blog2social') . ' <a href="#" class="btn-xs hidden-sm b2sInfoPostRelayModalBtn">' . esc_html__('Info', 'blog2social') . '</a>';
|
972 |
-
$relay .=' </label></div></div>';
|
973 |
return $relay;
|
974 |
}
|
975 |
|
@@ -992,11 +1122,11 @@ class B2S_Ship_Item {
|
|
992 |
$relay .= '<div class="clearfix"></div>';
|
993 |
|
994 |
$relay .= '<div class="col-xs-12 col-sm-6 col-md-2 del-padding-left b2s-post-item-details-relay-area-div-account" data-network-auth-id="' . esc_attr($networkAuthId) . '" data-network-count="' . esc_attr($relaycount) . '">';
|
995 |
-
$relay .='<select name="b2s[' . esc_attr($networkAuthId) . '][post_relay_account][' . esc_attr($relaycount) . ']" class="form-control b2s-select b2s-post-item-details-relay-input-account" data-network-count="' . esc_attr($relaycount) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" style="display:none;" disabled="disabled">';
|
996 |
$relay .= '</select></div>';
|
997 |
|
998 |
$relay .= '<div class="col-xs-12 col-sm-6 col-md-2 del-padding-left b2s-post-item-details-relay-area-div-delay" data-network-auth-id="' . esc_attr($networkAuthId) . '" data-network-count="' . esc_attr($relaycount) . '">';
|
999 |
-
$relay .='<select name="b2s[' . esc_attr($networkAuthId) . '][post_relay_delay][' . esc_attr($relaycount) . ']" class="form-control b2s-select b2s-post-item-details-relay-input-delay" data-network-count="' . esc_attr($relaycount) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" style="display:none;" disabled="disabled">';
|
1000 |
$relay .= '<option value="15">15' . esc_html__('min', 'blog2social') . '</option>';
|
1001 |
$relay .= '<option value="30">30' . esc_html__('min', 'blog2social') . '</option>';
|
1002 |
$relay .= '<option value="45">45' . esc_html__('min', 'blog2social') . '</option>';
|
@@ -1066,11 +1196,11 @@ class B2S_Ship_Item {
|
|
1066 |
|
1067 |
//deprecated Network
|
1068 |
if ($networkId == 8) {
|
1069 |
-
$shipping.='<div class="network-tos-deprecated-warning alert alert-danger" style="display: none;" data-network-id="' . esc_attr($networkId) . '" data-network-count="' . esc_attr($schedcount) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '">' . esc_html__("Please note: Your account is connected via an old XING API that is no longer supported by XING after March 31. Please connect your XING profile, as well as your XING company pages (Employer branding profiles) and business pages with the new XING interface in the Blog2Social network settings. To do this, go to the Blog2Social Networks section and connect your XING accounts with the new XING.", "blog2social") . ' <a href="' . esc_url(B2S_Tools::getSupportLink('network_tos_blog_032019')) . '" target="_blank">' . esc_html__('Learn more', 'blog2social') . '</a></div>';
|
1070 |
}
|
1071 |
//deprecated Network
|
1072 |
if ($networkId == 10) {
|
1073 |
-
$shipping.='<div class="network-tos-deprecated-warning alert alert-danger" style="display: none;" data-network-id="' . esc_attr($networkId) . '" data-network-count="' . esc_attr($schedcount) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '">' . esc_html__("Please note: Google will shut down Google+ for all private accounts (profiles, pages, groups) on 2nd April 2019. You can find further information and the next steps, including how to download your photos and other content here:", "blog2social") . ' <a href="https://support.google.com/plus/answer/9195133" target="_blank">https://support.google.com/plus/answer/9195133</a></div>';
|
1074 |
}
|
1075 |
|
1076 |
$shipping .= '<label class="hidden-sm hidden-xs col-md-2 del-padding-left b2s-post-item-details-release-area-label-interval" data-network-auth-id="' . esc_attr($networkAuthId) . '" data-network-count="' . esc_attr($schedcount) . '">' . esc_html__('Repeats', 'blog2social') . '</label>';
|
@@ -1207,7 +1337,7 @@ class B2S_Ship_Item {
|
|
1207 |
|
1208 |
public function getMessagebyTemplate($data) {
|
1209 |
$post_template = $this->post_template[$data->networkId][$data->networkType];
|
1210 |
-
|
1211 |
//V5.6.1
|
1212 |
if (!isset($post_template['short_text']['excerpt_range_max'])) {
|
1213 |
$defaultSchema = unserialize(B2S_PLUGIN_NETWORK_SETTINGS_TEMPLATE_DEFAULT);
|
@@ -1234,7 +1364,7 @@ class B2S_Ship_Item {
|
|
1234 |
}
|
1235 |
//B2S Customize
|
1236 |
} else {
|
1237 |
-
$allowUserHashTag = $this->options->_getOption('user_allow_hashtag');
|
1238 |
if (isset($this->postData->post_content) && !empty($this->postData->post_content)) {
|
1239 |
$preContent = B2S_Util::getExcerpt(B2S_Util::prepareContent($this->postId, $this->postData->post_content, $this->postUrl, false, (in_array($data->networkId, $this->allowNoEmoji) ? false : true), $this->userLang), (int) $post_template['short_text']['range_min'], (int) $post_template['short_text']['range_max']);
|
1240 |
$message = preg_replace("/\{CONTENT\}/", addcslashes($preContent, "\\$"), $message);
|
@@ -1257,7 +1387,8 @@ class B2S_Ship_Item {
|
|
1257 |
}
|
1258 |
|
1259 |
if (strpos($message, "{KEYWORDS}") !== false) {
|
1260 |
-
|
|
|
1261 |
$message = stripslashes(preg_replace("/\{KEYWORDS\}/", addcslashes($hashtags, "\\$"), $message));
|
1262 |
} else if (in_array($data->networkId, $this->allowHashTags) && ($allowUserHashTag === false || $allowUserHashTag == 1)) {
|
1263 |
$add = ($data->networkId != 2) ? "\n\n" : "";
|
@@ -1273,15 +1404,15 @@ class B2S_Ship_Item {
|
|
1273 |
$message = preg_replace("/\{AUTHOR\}/", "", $message);
|
1274 |
}
|
1275 |
}
|
1276 |
-
|
1277 |
if (in_array($data->networkId, $this->allowHtml)) {
|
1278 |
$message = preg_replace("/\\n/", "<br>", $message);
|
1279 |
}
|
1280 |
-
|
1281 |
-
if(isset($post_template['short_text']['limit']) && (int) $post_template['short_text']['limit'] > 0) {
|
1282 |
$message = B2S_Util::getExcerpt($message, 0, $post_template['short_text']['limit']);
|
1283 |
}
|
1284 |
-
|
1285 |
return $message;
|
1286 |
}
|
1287 |
|
10 |
private $isCommentPage = array(1);
|
11 |
private $isCommentGroup = array(1);
|
12 |
private $allowTag = array(4, 9, 11, 16);
|
13 |
+
private $limitTag = array(); //networkId => Limit
|
14 |
private $allowHtml = array(4, 11, 14);
|
15 |
private $showTitleProfile = array(4, 6, 9, 11, 14, 16, 21);
|
16 |
private $showTitlePage = array(8, 19 => array(1)); //Xing Business Page
|
21 |
private $allowNoCustomImagePage = array();
|
22 |
private $allowNoEmoji = array(9, 13, 14, 15, 16, 18, 21);
|
23 |
private $allowNoImagePage = array(8);
|
24 |
+
private $allowEditUrl = array(1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 24);
|
25 |
private $showBoards = array(6, 20);
|
26 |
private $showRelay = array(2);
|
27 |
private $showBoardsGroup = array(10);
|
28 |
private $showGroups = array(8, 15, 19);
|
29 |
private $changeDisplayName = array(8);
|
30 |
private $setShortTextProfile = array(1 => 239, 2 => 255, 3 => 239, 6 => 300, 8 => 239, 10 => 442, 12 => 240, 9 => 200, 16 => 250, 17 => 442, 18 => 800, 19 => 239, 20 => 300, 21 => 500);
|
31 |
+
private $setShortTextProfileLimit = array(1 => 400, 2 => 256, 3 => 400, 6 => 400, 8 => 400, 10 => 500, 12 => 400, 9 => 200, 18 => 1000, 19 => 1000, 20 => 400, 21 => 600);
|
32 |
private $setShortTextPage = array(1 => 239, 3 => 239, 8 => 400, 10 => 442, 17 => 442, 19 => 239);
|
33 |
private $setShortTextPageLimit = array(1 => 400, 3 => 400, 8 => 400, 10 => 500, 19 => array(0 => 400, 1 => 2000)); // XING Company Page, Business Page
|
34 |
private $limitCharacterTitlePage = array(19 => array(1 => 150)); //XING Business Page selected over networkKind
|
36 |
private $setShortTextGroupLimit = array(1 => 400, 8 => 400, 10 => 500);
|
37 |
private $allowHashTags = array(1, 2, 3, 6, 10, 12, 17, 20, 21);
|
38 |
private $limitHashTagCharacter = array(21 => 36);
|
39 |
+
private $limitCharacterProfile = array(1 => 500, 2 => 280, 3 => 1300, 6 => 495, 8 => 420, 9 => 250, 15 => 300, 12 => 2000, 18 => 1500, 19 => 1000, 20 => 500, 21 => 65535);
|
40 |
+
private $showImageAreaProfile = array(6, 7, 10, 12, 16, 18, 20, 21, 24);
|
41 |
private $showImageAreaPage = array(10);
|
42 |
private $showImageAreaGroup = array(8, 10);
|
43 |
private $showMarketplace = array(19);
|
123 |
}
|
124 |
|
125 |
$userOptions = new B2S_Options(B2S_PLUGIN_BLOG_USER_ID);
|
126 |
+
$allowUserHashTag = (B2S_PLUGIN_USER_VERSION > 1) ? false : $userOptions->_getOption('user_allow_hashtag');
|
127 |
$networkName = unserialize(B2S_PLUGIN_NETWORK);
|
128 |
$networkTypeName = unserialize(B2S_PLUGIN_NETWORK_TYPE);
|
129 |
$networkKindName = unserialize(B2S_PLUGIN_NETWORK_KIND);
|
132 |
$textareaLimitInfo = "";
|
133 |
$textareaOnKeyUp = "";
|
134 |
$this->defaultImage = plugins_url('/assets/images/no-image.png', B2S_PLUGIN_FILE);
|
135 |
+
if (B2S_PLUGIN_USER_VERSION >= 3) {
|
136 |
global $wpdb;
|
137 |
$sqlGetData = $wpdb->prepare("SELECT `data` FROM `{$wpdb->prefix}b2s_posts_network_details` WHERE `network_auth_id` = %d", (int) $data->networkAuthId);
|
138 |
$dataString = $wpdb->get_var($sqlGetData);
|
139 |
if ($dataString !== NULL && !empty($dataString)) {
|
140 |
$networkAuthData = unserialize($dataString);
|
141 |
+
if (!empty($this->postUrl) && $networkAuthData != false && is_array($networkAuthData) && isset($networkAuthData['url_parameter'][0]['querys']) && !empty($networkAuthData['url_parameter'][0]['querys'])) {
|
142 |
$this->postUrl = B2S_Util::addUrlParameter($this->postUrl, $networkAuthData['url_parameter'][0]['querys']);
|
143 |
}
|
144 |
}
|
145 |
}
|
146 |
+
|
147 |
require_once(B2S_PLUGIN_DIR . 'includes/Options.php');
|
148 |
$this->options = new B2S_Options(get_current_user_id());
|
149 |
$this->post_template = $this->options->_getOption("post_template");
|
175 |
} else {
|
176 |
if (array_key_exists($data->networkId, $this->post_template)) {
|
177 |
$message = $this->getMessagebyTemplate($data);
|
178 |
+
|
179 |
//Feature Image Html-Network
|
180 |
if (in_array($data->networkId, $this->allowHtml)) {
|
181 |
+
$hook_filter = new B2S_Hook_Filter();
|
182 |
+
$images_urls = $hook_filter->get_wp_post_image((int) $this->postId);
|
183 |
+
$featuredImage = ((!empty($images_urls) && isset(array_values($images_urls)[0][0])) ? array_values($images_urls)[0][0] : false);
|
184 |
if ($featuredImage !== false) {
|
185 |
$title = in_array($data->networkId, $this->allowNoEmoji) ? B2S_Util::remove4byte(B2S_Util::getTitleByLanguage($this->postData->post_title, $this->userLang)) : B2S_Util::getTitleByLanguage($this->postData->post_title, $this->userLang);
|
186 |
$message = '<img class="b2s-post-item-details-image-html-src" src="' . esc_url($featuredImage) . '" alt="' . esc_attr($title) . '"/><br>' . $message;
|
199 |
|
200 |
//Feature Image Html-Network
|
201 |
if (in_array($data->networkId, $this->allowHtml)) {
|
202 |
+
$hook_filter = new B2S_Hook_Filter();
|
203 |
+
$images_urls = $hook_filter->get_wp_post_image((int) $this->postId);
|
204 |
+
$featuredImage = ((!empty($images_urls) && isset(array_values($images_urls)[0][0])) ? array_values($images_urls)[0][0] : false);
|
205 |
if ($featuredImage !== false) {
|
206 |
$title = in_array($data->networkId, $this->allowNoEmoji) ? B2S_Util::remove4byte(B2S_Util::getTitleByLanguage($this->postData->post_title, $this->userLang)) : B2S_Util::getTitleByLanguage($this->postData->post_title, $this->userLang);
|
207 |
$message = '<img class="b2s-post-item-details-image-html-src" src="' . esc_url($featuredImage) . '" alt="' . esc_attr($title) . '"/><br>' . $message;
|
327 |
$content .= '<div class="b2s-post-item-details">';
|
328 |
//XING deprecated
|
329 |
if ($data->networkId == 8) {
|
330 |
+
$content .= '<div class="b2s-post-item-network-deprecated"><span class="glyphicon glyphicon-exclamation-sign glyphicon-info"></span> ' . esc_html__('Connection expires on 31 March 2019', 'blog2social') . '</div>';
|
331 |
}
|
332 |
// G+ deprecated
|
333 |
if ($data->networkId == 10) {
|
334 |
+
$content .= '<div class="b2s-post-item-network-deprecated"><span class="glyphicon glyphicon-exclamation-sign glyphicon-info"></span> ' . esc_html__('Connection expires on 2 April 2019', 'blog2social') . '</div>';
|
335 |
}
|
336 |
$content .= '<h4 class="pull-left b2s-post-item-details-network-display-name" data-network-auth-id="' . esc_attr($data->networkAuthId) . '">' . esc_html(stripslashes($network_display_name)) . '</h4>';
|
337 |
$content .= '<div class="clearfix"></div>';
|
356 |
if ($data->networkId == 15) {
|
357 |
$content .= '<input type="hidden" class="b2s-post-item-details-post-format form-control" name="b2s[' . esc_attr($data->networkAuthId) . '][post_format]" data-network-auth-id="' . esc_attr($data->networkAuthId) . '" data-network-id="' . esc_attr($data->networkId) . '" data-network-type="' . esc_attr($data->networkType) . '" value="0" />';
|
358 |
}
|
359 |
+
$content .= '<span class="b2s-post-tool-area" data-network-auth-id="' . esc_attr($data->networkAuthId) . '">';
|
360 |
$content .= (in_array($data->networkId, $this->setPostFormat)) ? ' | ' : '';
|
361 |
if (in_array($data->networkId, $this->getText)) {
|
362 |
$content .= '<button class="btn btn-xs btn-link b2s-post-ship-item-full-text" data-network-id="' . esc_attr($data->networkId) . '" data-network-count="-1" data-network-auth-id="' . esc_attr($data->networkAuthId) . '" >' . esc_html__('Insert full-text', 'blog2social') . '</button> | ';
|
368 |
|
369 |
//TOS Twitter 030218
|
370 |
if ($data->networkType == 0 && in_array($data->networkId, $this->networkTosProfile)) {
|
371 |
+
$content .= '<div class="b2s-unique-content" data-network-id="' . esc_attr($data->networkId) . '" data-network-auth-id="' . esc_attr($data->networkAuthId) . '"><div class="clearfix"></div><div class="alert b2s-unique-content-alert alert-warning">' . esc_html__('Please keep in mind that according to Twitter’s new TOS, users are no longer allowed to post identical or substantially similar content to multiple accounts or multiple duplicate updates on one account.', 'blog2social') . '<br><strong>' . esc_html__('Violating these rules can result in Twitter suspending your account. Always vary your Tweets with different comments, hashtags or handles to prevent duplicate posts.', 'blog2social') . '</strong> <a href="' . esc_url(B2S_Tools::getSupportLink('network_tos_blog_032018')) . '" target="_blank">' . esc_html__('Learn more about this', 'blog2social') . '</a></div></div>';
|
372 |
}
|
373 |
//TOS Xing Group 080218
|
374 |
if ($data->networkType == 2 && in_array($data->networkId, $this->networkTosGroup)) {
|
375 |
+
$content .= '<div class="b2s-content-info" data-network-id="' . esc_attr($data->networkId) . '" data-network-auth-id="' . esc_attr($data->networkAuthId) . '"><div class="clearfix"></div><div class="alert alert-warning">' . esc_html__('Please note: XING allows identical posts to be published only once within a group and no more than three times across different groups.', 'blog2social') . ' <a href="' . esc_url(B2S_Tools::getSupportLink('network_tos_blog_082018')) . '" target="_blank">' . esc_html__('Read more', 'blog2social') . '</a></div></div>';
|
376 |
}
|
377 |
|
378 |
if ($data->networkId == 12) {
|
379 |
+
$content .= '<div class="b2s-content-info" data-network-id="' . esc_attr($data->networkId) . '" data-network-auth-id="' . esc_attr($data->networkAuthId) . '" style="display:none;"><div class="clearfix"></div><div class="alert alert-warning">' . esc_html__('Instagram supports up to 30 hashtags. Please reduce the number of hashtags in your post.', 'blog2social') . '</div></div>';
|
380 |
+
$content .= '<div class="b2s-unique-content" data-network-id="' . esc_attr($data->networkId) . '" data-network-auth-id="' . esc_attr($data->networkAuthId) . '"><div class="clearfix"></div><div class="alert b2s-unique-content-alert alert-warning" style="margin-bottom:10px !important;">' . esc_html__('Please keep in mind that users are not allowed to post identical or substantially similar content to multiple accounts or multiple duplicate updates on one account.', 'blog2social') . '<br><strong>' . esc_html__('Violating these rules can result in suspending your account. Always vary your content with different images, comments, hashtags or handles to prevent duplicate posts.', 'blog2social') . '</strong></div></div>';
|
381 |
}
|
382 |
|
383 |
$content .= '<div class="b2s-post-item-details-edit-area" data-network-auth-id="' . esc_attr($data->networkAuthId) . '">';
|
390 |
|
391 |
//Calendar
|
392 |
if (!(isset($this->viewMode) && $this->viewMode == 'modal')) {
|
393 |
+
$content .= '<br>';
|
394 |
+
$content .= '<div class="b2s-calendar-filter-area col-xs-2 pull-right del-padding-right hide" data-network-auth-id="' . esc_attr($data->networkAuthId) . '">';
|
395 |
+
$content .= '<select class="b2s-calendar-filter-network-sel form-control" name="b2s-calendar-filter-network-sel" data-last-sel="' . esc_attr($data->networkId) . '" data-network-auth-id="' . esc_attr($data->networkAuthId) . '"><option value="all">show all</option><option selected value="' . esc_attr($data->networkId) . '">' . esc_html($networkName[$data->networkId]) . '</option></select>';
|
396 |
+
$content .= '</div>';
|
397 |
if (in_array($data->networkId, $this->showRelay)) {
|
398 |
$content .= $this->getRelayBtnHtml($data->networkAuthId, $data->networkId);
|
399 |
}
|
400 |
+
$content .= '<a href="#" class="b2s-toogle-calendar-btn btn btn-primary pull-right btn-xs hidden-xs" data-network-id="' . esc_attr($data->networkId) . '" data-network-auth-id="' . esc_attr($data->networkAuthId) . '" data-toogle-text-btn="' . esc_attr__("hide calendar", "blog2social") . '">' . esc_html__("show calendar", "blog2social") . '</a>';
|
401 |
+
$content .= '<div class="clearfix"></div><div class="b2s-post-item-calendar-area hide hidden-xs" data-network-auth-id="' . esc_attr($data->networkAuthId) . '"></div>';
|
402 |
|
403 |
if (in_array($data->networkId, $this->showRelay)) {
|
404 |
$content .= $this->getRelayContentHtml($data->networkAuthId, $data->networkId);
|
450 |
$meta = (is_array($meta)) ? $meta : array();
|
451 |
$meta = $this->hook_meta($meta);
|
452 |
$imageUrl = $imageUrl ? $imageUrl : (isset($meta['image']) ? $meta['image'] : null);
|
453 |
+
|
454 |
|
455 |
if ($networkId == 1) {
|
456 |
$edit = '<div class="b2s-post-item-details-item-message-area" data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '">';
|
457 |
$edit .= '<textarea class="form-control fb-textarea-input b2s-post-item-details-item-message-input ' . (in_array($networkId, $this->allowHtml) ? 'b2s-post-item-details-item-message-input-allow-html' : '') . '"data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-text-limit="' . esc_attr($limitValue) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" placeholder="' . esc_attr__('Write something about your post...', 'blog2social') . '" name="b2s[' . esc_attr($networkAuthId) . '][content]" ' . $isRequiredTextarea . ' ' . $textareaOnKeyUp . '>' . esc_html($message) . '</textarea>';
|
458 |
if (!in_array($networkId, $this->allowNoEmoji)) {
|
459 |
+
$edit .= '<button type="button" class="btn btn-sm b2s-post-item-details-item-message-emoji-btn" data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '"><img src="' . esc_url(plugins_url('/assets/images/b2s-emoji.png', B2S_PLUGIN_FILE)) . '"/></button>';
|
460 |
}
|
461 |
$edit .= '</div>';
|
462 |
$edit .= '<div class="row">';
|
479 |
$edit .= $this->getUrlHtml($networkId, $networkType, $networkAuthId, $limit, $limitValue, true, 'og-url-input', true, $imageUrl);
|
480 |
$edit .= '</div>';
|
481 |
$edit .= '</div>';
|
482 |
+
if ($networkType == 1 || $networkType == 2) {
|
483 |
+
$edit .= '<div class="col-sm-12 b2s-multi-image-area" data-network-auth-id="' . $networkAuthId . '" data-network-count="-1">';
|
484 |
+
$edit .= '<div class="row b2s-margin-top-20">';
|
485 |
+
$edit .= '<div class="col-sm-3 text-center">';
|
486 |
+
if (B2S_PLUGIN_USER_VERSION > 1) {
|
487 |
+
$edit .= '<a class="btn btn-primary btn-circle b2s-add-multi-image" data-image-count="1" data-network-count="-1" data-network-auth-id="' . $networkAuthId . '"><i class="glyphicon glyphicon-picture"></i></a>';
|
488 |
+
$edit .= '<button style="display:none;" class="btn btn-primary btn-circle b2s-multi-image-remove-btn" data-image-count="1" data-network-count="-1" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '"><i class="glyphicon glyphicon-trash"></i></button>';
|
489 |
+
$edit .= '<img style="display:none;" src="" class="b2s-image-border b2s-post-item-details-url-image-multi center-block img-responsive" data-image-count="1" data-network-count="-1" data-network-id="' . $networkId . '" data-network-image-change="1" data-network-auth-id="' . $networkAuthId . '">';
|
490 |
+
$edit .= '<button class="btn btn-link btn-xs center-block b2s-select-multi-image-modal-open" style="display:none;" data-network-count="-1" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '" data-image-count="1">' . esc_html__('Change image', 'blog2social') . '</button>';
|
491 |
+
$edit .= '<input type="hidden" class="b2s-add-multi-image-hidden-field" name="b2s[' . $networkAuthId . '][multi_image_1]" data-image-count="1" data-network-count="-1" data-network-auth-id="' . $networkAuthId . '">';
|
492 |
+
$edit .= '</div>';
|
493 |
+
$edit .= '<div class="col-sm-3 text-center">';
|
494 |
+
$edit .= '<a style="display:none;" class="btn btn-primary btn-circle b2s-add-multi-image" data-image-count="2" data-network-count="-1" data-network-auth-id="' . $networkAuthId . '"><i class="glyphicon glyphicon-picture"></i></a>';
|
495 |
+
$edit .= '<button style="display:none;" class="btn btn-primary btn-circle b2s-multi-image-remove-btn" data-image-count="2" data-network-count="-1" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '"><i class="glyphicon glyphicon-trash"></i></button>';
|
496 |
+
$edit .= '<img style="display:none;" src="" class="b2s-image-border b2s-post-item-details-url-image-multi center-block img-responsive" data-image-count="2" data-network-count="-1" data-network-id="' . $networkId . '" data-network-image-change="1" data-network-auth-id="' . $networkAuthId . '">';
|
497 |
+
$edit .= '<button class="btn btn-link btn-xs center-block b2s-select-multi-image-modal-open" style="display:none;" data-network-count="-1" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '" data-image-count="2">' . esc_html__('Change image', 'blog2social') . '</button>';
|
498 |
+
$edit .= '<input type="hidden" class="b2s-add-multi-image-hidden-field" name="b2s[' . $networkAuthId . '][multi_image_2]" data-image-count="2" data-network-count="-1" data-network-auth-id="' . $networkAuthId . '">';
|
499 |
+
$edit .= '</div>';
|
500 |
+
$edit .= '<div class="col-sm-3 text-center">';
|
501 |
+
$edit .= '<a style="display:none;" class="btn btn-primary btn-circle b2s-add-multi-image" data-image-count="3" data-network-count="-1" data-network-auth-id="' . $networkAuthId . '"><i class="glyphicon glyphicon-picture"></i></a>';
|
502 |
+
$edit .= '<button style="display:none;" class="btn btn-primary btn-circle b2s-multi-image-remove-btn" data-image-count="3" data-network-count="-1" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '"><i class="glyphicon glyphicon-trash"></i></button>';
|
503 |
+
$edit .= '<img style="display:none;" src="" class="b2s-image-border b2s-post-item-details-url-image-multi center-block img-responsive" data-image-count="3" data-network-count="-1" data-network-id="' . $networkId . '" data-network-image-change="1" data-network-auth-id="' . $networkAuthId . '">';
|
504 |
+
$edit .= '<button class="btn btn-link btn-xs center-block b2s-select-multi-image-modal-open" style="display:none;" data-network-count="-1" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '" data-image-count="3">' . esc_html__('Change image', 'blog2social') . '</button>';
|
505 |
+
$edit .= '<input type="hidden" class="b2s-add-multi-image-hidden-field" name="b2s[' . $networkAuthId . '][multi_image_3]" data-image-count="3" data-network-count="-1" data-network-auth-id="' . $networkAuthId . '">';
|
506 |
+
} else {
|
507 |
+
$edit .= '<a class="btn btn-primary btn-circle b2sProFeatureModalBtn" data-title="' . esc_html__('Do u want to post multiple images?', 'blog2social') . '" data-type="multi-image">+</a><span class="label label-success">' . esc_html__("PRO", "blog2social") . '</span>';
|
508 |
+
}
|
509 |
+
$edit .= '</div>';
|
510 |
+
$edit .= '</div>';
|
511 |
+
$edit .= '</div>';
|
512 |
+
}
|
513 |
}
|
514 |
|
515 |
if ($networkId == 2) {
|
516 |
$edit = '<div class="b2s-post-item-details-item-message-area" data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '">';
|
517 |
$edit .= '<textarea class="form-control tw-textarea-input b2s-post-item-details-item-message-input ' . (in_array($networkId, $this->allowHtml) ? 'b2s-post-item-details-item-message-input-allow-html' : '') . '"data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-text-limit="' . esc_attr($limitValue) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" placeholder="' . esc_attr__('Write something about your post...', 'blog2social') . '" unique="currency" name="b2s[' . esc_attr($networkAuthId) . '][content]" ' . $isRequiredTextarea . ' ' . $textareaOnKeyUp . '>' . esc_html($message) . '</textarea>';
|
518 |
if (!in_array($networkId, $this->allowNoEmoji)) {
|
519 |
+
$edit .= '<button type="button" class="btn btn-sm b2s-post-item-details-item-message-emoji-btn" data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '"><img src="' . esc_url(plugins_url('/assets/images/b2s-emoji.png', B2S_PLUGIN_FILE)) . '"/></button>';
|
520 |
}
|
521 |
$edit .= '</div>';
|
522 |
$edit .= '<div class="row">';
|
540 |
$edit .= $this->getUrlHtml($networkId, $networkType, $networkAuthId, $limit, $limitValue, true, 'tw-url-input', true);
|
541 |
$edit .= '</div>';
|
542 |
$edit .= '</div>';
|
543 |
+
|
544 |
+
$edit .= '<div class="col-sm-12 b2s-multi-image-area" data-network-auth-id="' . $networkAuthId . '" data-network-count="-1">';
|
545 |
+
$edit .= '<div class="row b2s-margin-top-20">';
|
546 |
+
$edit .= '<div class="col-sm-3 text-center">';
|
547 |
+
if (B2S_PLUGIN_USER_VERSION > 1) {
|
548 |
+
$edit .= '<a class="btn btn-primary btn-circle b2s-add-multi-image" data-image-count="1" data-network-count="-1" data-network-auth-id="' . $networkAuthId . '"><i class="glyphicon glyphicon-picture"></i></a>';
|
549 |
+
$edit .= '<button style="display:none;" class="btn btn-primary btn-circle b2s-multi-image-remove-btn" data-image-count="1" data-network-count="-1" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '"><i class="glyphicon glyphicon-trash"></i></button>';
|
550 |
+
$edit .= '<img style="display:none;" src="" class="b2s-image-border b2s-post-item-details-url-image-multi center-block img-responsive" data-image-count="1" data-network-count="-1" data-network-id="' . $networkId . '" data-network-image-change="1" data-network-auth-id="' . $networkAuthId . '">';
|
551 |
+
$edit .= '<button class="btn btn-link btn-xs center-block b2s-select-multi-image-modal-open" data-image-count="1" style="display:none;" data-network-count="-1" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '" data-image-count="1">' . esc_html__('Change image', 'blog2social') . '</button>';
|
552 |
+
$edit .= '<input type="hidden" class="b2s-add-multi-image-hidden-field" name="b2s[' . $networkAuthId . '][multi_image_1]" data-image-count="1" data-network-count="-1" data-network-auth-id="' . $networkAuthId . '">';
|
553 |
+
$edit .= '</div>';
|
554 |
+
$edit .= '<div class="col-sm-3 text-center">';
|
555 |
+
$edit .= '<a style="display:none;" class="btn btn-primary btn-circle b2s-add-multi-image" data-network-count="-1" data-image-count="2" data-network-auth-id="' . $networkAuthId . '"><i class="glyphicon glyphicon-picture"></i></a>';
|
556 |
+
$edit .= '<button style="display:none;" class="btn btn-primary btn-circle b2s-multi-image-remove-btn" data-image-count="2" data-network-count="-1" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '"><i class="glyphicon glyphicon-trash"></i></button>';
|
557 |
+
$edit .= '<img style="display:none;" src="" class="b2s-image-border b2s-post-item-details-url-image-multi center-block img-responsive" data-image-count="2" data-network-count="-1" data-network-id="' . $networkId . '" data-network-image-change="1" data-network-auth-id="' . $networkAuthId . '">';
|
558 |
+
$edit .= '<button class="btn btn-link btn-xs center-block b2s-select-multi-image-modal-open" data-image-count="2" style="display:none;" data-network-count="-1" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '" data-image-count="1">' . esc_html__('Change image', 'blog2social') . '</button>';
|
559 |
+
$edit .= '<input type="hidden" class="b2s-add-multi-image-hidden-field" name="b2s[' . $networkAuthId . '][multi_image_2]" data-image-count="2" data-network-count="-1" data-network-auth-id="' . $networkAuthId . '">';
|
560 |
+
$edit .= '</div>';
|
561 |
+
$edit .= '<div class="col-sm-3 text-center">';
|
562 |
+
$edit .= '<a style="display:none;" class="btn btn-primary btn-circle b2s-add-multi-image" data-network-count="-1" data-image-count="3" data-network-auth-id="' . $networkAuthId . '"><i class="glyphicon glyphicon-picture"></i></a>';
|
563 |
+
$edit .= '<button style="display:none;" class="btn btn-primary btn-circle b2s-multi-image-remove-btn" data-image-count="3" data-network-count="-1" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '"><i class="glyphicon glyphicon-trash"></i></button>';
|
564 |
+
$edit .= '<img style="display:none;" src="" class="b2s-image-border b2s-post-item-details-url-image-multi center-block img-responsive" data-image-count="3" data-network-count="-1" data-network-id="' . $networkId . '" data-network-image-change="1" data-network-auth-id="' . $networkAuthId . '">';
|
565 |
+
$edit .= '<button class="btn btn-link btn-xs center-block b2s-select-multi-image-modal-open" data-image-count="3" style="display:none;" data-network-count="-1" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '" data-image-count="1">' . esc_html__('Change image', 'blog2social') . '</button>';
|
566 |
+
$edit .= '<input type="hidden" class="b2s-add-multi-image-hidden-field" name="b2s[' . $networkAuthId . '][multi_image_3]" data-image-count="3" data-network-count="-1" data-network-auth-id="' . $networkAuthId . '">';
|
567 |
+
} else {
|
568 |
+
$edit .= '<a class="btn btn-primary btn-circle b2sProFeatureModalBtn" data-title="' . esc_html__('Do u want to post multiple images?', 'blog2social') . '" data-type="multi-image">+</a><span class="label label-success">' . esc_html__("PRO", "blog2social") . '</span>';
|
569 |
+
}
|
570 |
+
$edit .= '</div>';
|
571 |
+
$edit .= '</div>';
|
572 |
+
$edit .= '</div>';
|
573 |
}
|
574 |
|
575 |
if ($networkId == 3) {
|
576 |
$edit = '<div class="b2s-post-item-details-item-message-area" data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '">';
|
577 |
$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="' . esc_attr($networkId) . '" data-network-text-limit="' . esc_attr($limitValue) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" placeholder="' . esc_attr__('Write something about your post...', 'blog2social') . '" name="b2s[' . esc_attr($networkAuthId) . '][content]" ' . $isRequiredTextarea . ' ' . $textareaOnKeyUp . '>' . esc_html($message) . '</textarea>';
|
578 |
if (!in_array($networkId, $this->allowNoEmoji)) {
|
579 |
+
$edit .= '<button type="button" class="btn btn-sm b2s-post-item-details-item-message-emoji-btn" data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '"><img src="' . esc_url(plugins_url('/assets/images/b2s-emoji.png', B2S_PLUGIN_FILE)) . '"/></button>';
|
580 |
}
|
581 |
$edit .= '</div>';
|
582 |
$edit .= '<div class="row">';
|
605 |
$edit = '<div class="b2s-post-item-details-item-message-area" data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '">';
|
606 |
$edit .= '<textarea class="form-control xing-textarea-input b2s-post-item-details-item-message-input ' . (in_array($networkId, $this->allowHtml) ? 'b2s-post-item-details-item-message-input-allow-html' : '') . '"data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-text-limit="' . esc_attr($limitValue) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" placeholder="' . esc_attr__('Write something about your post...', 'blog2social') . '" name="b2s[' . esc_attr($networkAuthId) . '][content]" ' . $isRequiredTextarea . ' ' . $textareaOnKeyUp . '>' . esc_html($message) . '</textarea>';
|
607 |
if (!in_array($networkId, $this->allowNoEmoji)) {
|
608 |
+
$edit .= '<button type="button" class="btn btn-sm b2s-post-item-details-item-message-emoji-btn" data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '"><img src="' . esc_url(plugins_url('/assets/images/b2s-emoji.png', B2S_PLUGIN_FILE)) . '"/></button>';
|
609 |
}
|
610 |
$edit .= '</div>';
|
611 |
$edit .= '<div class="row">';
|
634 |
$edit = '<div class="b2s-post-item-details-item-message-area" data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '">';
|
635 |
$edit .= '<textarea class="form-control reddit-textarea-input b2s-post-item-details-item-message-input ' . (in_array($networkId, $this->allowHtml) ? 'b2s-post-item-details-item-message-input-allow-html' : '') . '"data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-text-limit="' . esc_attr($limitValue) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" placeholder="' . esc_attr__('Write something about your post...', 'blog2social') . '" name="b2s[' . esc_attr($networkAuthId) . '][content]" ' . $isRequiredTextarea . ' ' . $textareaOnKeyUp . '>' . esc_html($message) . '</textarea>';
|
636 |
if (!in_array($networkId, $this->allowNoEmoji)) {
|
637 |
+
$edit .= '<button type="button" class="btn btn-sm b2s-post-item-details-item-message-emoji-btn" data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '"><img src="' . esc_url(plugins_url('/assets/images/b2s-emoji.png', B2S_PLUGIN_FILE)) . '"/></button>';
|
638 |
}
|
639 |
$edit .= '</div>';
|
640 |
$edit .= '<div class="row">';
|
662 |
$edit = '<div class="b2s-post-item-details-item-message-area" data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '">';
|
663 |
$edit .= '<textarea class="form-control vk-textarea-input b2s-post-item-details-item-message-input ' . (in_array($networkId, $this->allowHtml) ? 'b2s-post-item-details-item-message-input-allow-html' : '') . '"data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-text-limit="' . esc_attr($limitValue) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" placeholder="' . esc_attr__('Write something about your post...', 'blog2social') . '" name="b2s[' . esc_attr($networkAuthId) . '][content]" ' . $isRequiredTextarea . ' ' . $textareaOnKeyUp . '>' . esc_html($message) . '</textarea>';
|
664 |
if (!in_array($networkId, $this->allowNoEmoji)) {
|
665 |
+
$edit .= '<button type="button" class="btn btn-sm b2s-post-item-details-item-message-emoji-btn" data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '"><img src="' . esc_url(plugins_url('/assets/images/b2s-emoji.png', B2S_PLUGIN_FILE)) . '"/></button>';
|
666 |
}
|
667 |
$edit .= '</div>';
|
668 |
$edit .= '<div class="row">';
|
690 |
$edit = '<div class="b2s-post-item-details-item-message-area" data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '">';
|
691 |
$edit .= '<textarea class="form-control b2s-post-item-details-item-message-input ' . (in_array($networkId, $this->allowHtml) ? 'b2s-post-item-details-item-message-input-allow-html' : '') . '"data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-text-limit="' . esc_attr($limitValue) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" placeholder="' . esc_attr__('Write something about your post...', 'blog2social') . '" name="b2s[' . esc_attr($networkAuthId) . '][content]" ' . $isRequiredTextarea . ' ' . $textareaOnKeyUp . ' ' . (($networkId == 12) ? 'unique="currency"' : '') . '>' . esc_html($message) . '</textarea>';
|
692 |
if (!in_array($networkId, $this->allowNoEmoji)) {
|
693 |
+
$edit .= '<button type="button" class="btn btn-sm b2s-post-item-details-item-message-emoji-btn" data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '"><img src="' . esc_url(plugins_url('/assets/images/b2s-emoji.png', B2S_PLUGIN_FILE)) . '"/></button>';
|
694 |
}
|
695 |
$edit .= '</div>';
|
696 |
|
721 |
$edit .= '<div class="b2s-post-item-details-item-message-area" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '">';
|
722 |
$edit .= '<textarea disabled="disabled" class="form-control fb-textarea-input b2s-post-item-sched-customize-text b2s-post-item-details-item-message-input ' . (in_array($networkId, $this->allowHtml) ? 'b2s-post-item-details-item-message-input-allow-html' : '') . '" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-text-limit="' . esc_attr($limitValue) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" placeholder="' . esc_attr__('Write something about your post...', 'blog2social') . '" name="b2s[' . esc_attr($networkAuthId) . '][sched_content][' . esc_attr($schedCount) . ']" ' . $isRequiredTextarea . ' ' . $textareaOnKeyUp . '>' . esc_attr($message) . '</textarea>';
|
723 |
if (!in_array($networkId, $this->allowNoEmoji)) {
|
724 |
+
$edit .= '<button type="button" class="btn btn-sm b2s-post-item-details-item-message-emoji-btn" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '"><img src="' . esc_url(plugins_url('/assets/images/b2s-emoji.png', B2S_PLUGIN_FILE)) . '"/></button>';
|
725 |
}
|
726 |
$edit .= '</div>';
|
727 |
$edit .= '</div>';
|
728 |
$edit .= '</div>';
|
729 |
+
|
730 |
+
if ($networkType == 1 || $networkType == 2) {
|
731 |
+
$edit .= '<div class="col-sm-12 b2s-multi-image-area" data-network-auth-id="' . $networkAuthId . '" data-network-count="' . $schedCount . '">';
|
732 |
+
$edit .= '<div class="row b2s-margin-top-20">';
|
733 |
+
$edit .= '<div class="col-sm-3 text-center">';
|
734 |
+
if (B2S_PLUGIN_USER_VERSION > 1) {
|
735 |
+
$edit .= '<a class="btn btn-primary btn-circle b2s-add-multi-image" data-image-count="1" data-network-count="' . $schedCount . '" data-network-auth-id="' . $networkAuthId . '"><i class="glyphicon glyphicon-picture"></i></a>';
|
736 |
+
$edit .= '<button style="display:none;" class="btn btn-primary btn-circle b2s-multi-image-remove-btn" data-image-count="1" data-network-count="' . $schedCount . '" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '"><i class="glyphicon glyphicon-trash"></i></button>';
|
737 |
+
$edit .= '<img style="display:none;" src="" class="b2s-image-border b2s-post-item-details-url-image-multi center-block img-responsive" data-image-count="1" data-network-count="' . $schedCount . '" data-network-id="' . $networkId . '" data-network-image-change="1" data-network-auth-id="' . $networkAuthId . '">';
|
738 |
+
$edit .= '<button class="btn btn-link btn-xs center-block b2s-select-multi-image-modal-open" style="display:none;" data-network-count="' . $schedCount . '" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '" data-image-count="1">' . esc_html__('Change image', 'blog2social') . '</button>';
|
739 |
+
$edit .= '<input type="hidden" class="b2s-add-multi-image-hidden-field" name="b2s[' . $networkAuthId . '][sched_multi_image_1][' . esc_attr($schedCount) . ']" data-image-count="1" data-network-count="' . $schedCount . '" data-network-auth-id="' . $networkAuthId . '">';
|
740 |
+
$edit .= '</div>';
|
741 |
+
$edit .= '<div class="col-sm-3 text-center">';
|
742 |
+
$edit .= '<a style="display:none;" class="btn btn-primary btn-circle b2s-add-multi-image" data-image-count="2" data-network-count="' . $schedCount . '" data-network-auth-id="' . $networkAuthId . '"><i class="glyphicon glyphicon-picture"></i></a>';
|
743 |
+
$edit .= '<button style="display:none;" class="btn btn-primary btn-circle b2s-multi-image-remove-btn" data-image-count="2" data-network-count="' . $schedCount . '" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '"><i class="glyphicon glyphicon-trash"></i></button>';
|
744 |
+
$edit .= '<img style="display:none;" src="" class="b2s-image-border b2s-post-item-details-url-image-multi center-block img-responsive" data-image-count="2" data-network-count="' . $schedCount . '" data-network-id="' . $networkId . '" data-network-image-change="1" data-network-auth-id="' . $networkAuthId . '">';
|
745 |
+
$edit .= '<button class="btn btn-link btn-xs center-block b2s-select-multi-image-modal-open" style="display:none;" data-network-count="' . $schedCount . '" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '" data-image-count="2">' . esc_html__('Change image', 'blog2social') . '</button>';
|
746 |
+
$edit .= '<input type="hidden" class="b2s-add-multi-image-hidden-field" name="b2s[' . $networkAuthId . '][sched_multi_image_2][' . esc_attr($schedCount) . ']" data-image-count="2" data-network-count="' . $schedCount . '" data-network-auth-id="' . $networkAuthId . '">';
|
747 |
+
$edit .= '</div>';
|
748 |
+
$edit .= '<div class="col-sm-3 text-center">';
|
749 |
+
$edit .= '<a style="display:none;" class="btn btn-primary btn-circle b2s-add-multi-image" data-image-count="3" data-network-count="' . $schedCount . '" data-network-auth-id="' . $networkAuthId . '"><i class="glyphicon glyphicon-picture"></i></a>';
|
750 |
+
$edit .= '<button style="display:none;" class="btn btn-primary btn-circle b2s-multi-image-remove-btn" data-image-count="3" data-network-count="' . $schedCount . '" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '"><i class="glyphicon glyphicon-trash"></i></button>';
|
751 |
+
$edit .= '<img style="display:none;" src="" class="b2s-image-border b2s-post-item-details-url-image-multi center-block img-responsive" data-image-count="3" data-network-count="' . $schedCount . '" data-network-id="' . $networkId . '" data-network-image-change="1" data-network-auth-id="' . $networkAuthId . '">';
|
752 |
+
$edit .= '<button class="btn btn-link btn-xs center-block b2s-select-multi-image-modal-open" style="display:none;" data-network-count="' . $schedCount . '" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '" data-image-count="3">' . esc_html__('Change image', 'blog2social') . '</button>';
|
753 |
+
$edit .= '<input type="hidden" class="b2s-add-multi-image-hidden-field" name="b2s[' . $networkAuthId . '][sched_multi_image_3][' . esc_attr($schedCount) . ']" data-image-count="3" data-network-count="' . $schedCount . '" data-network-auth-id="' . $networkAuthId . '">';
|
754 |
+
} else {
|
755 |
+
$edit .= '<a class="btn btn-primary btn-circle b2sProFeatureModalBtn" data-title="' . esc_html__('Do u want to post multiple images?', 'blog2social') . '" data-type="multi-image">+</a><span class="label label-success">' . esc_html__("PRO", "blog2social") . '</span>';
|
756 |
+
}
|
757 |
+
$edit .= '</div>';
|
758 |
+
$edit .= '</div>';
|
759 |
+
$edit .= '</div>';
|
760 |
+
}
|
761 |
}
|
762 |
|
763 |
if ($networkId == 2) {
|
764 |
$edit = '<div class="row"><br>';
|
765 |
//TOS Twitter 032018
|
766 |
+
$edit .= '<div class="b2s-unique-content col-xs-12" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '"><div class="clearfix"></div><div class="alert b2s-unique-content-alert alert-warning">' . esc_html__('Please keep in mind that according to Twitter’s new TOS, users are no longer allowed to post identical or substantially similar content to multiple accounts or multiple duplicate updates on one account.', 'blog2social') . '<br><strong>' . esc_html__('Violating these rules can result in Twitter suspending your account. Always vary your Tweets with different comments, hashtags or handles to prevent duplicate posts.', 'blog2social') . '</strong> <a href="' . esc_url(B2S_Tools::getSupportLink('network_tos_blog_032018')) . '" target="_blank">' . esc_html__('Learn more about this', 'blog2social') . '</a></div><br></div>';
|
767 |
$edit .= '<div class="col-xs-12 col-sm-5 col-lg-3">';
|
768 |
$edit .= '<button class="btn btn-primary btn-circle b2s-image-remove-btn" data-network-id="' . esc_attr($networkId) . '" data-network-count="' . esc_attr($schedCount) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" ' . ($imageUrl ? '' : 'style="display:none"') . '><i class="glyphicon glyphicon-trash"></i></button>';
|
769 |
$edit .= '<img src="' . esc_url($this->defaultImage) . '" class="tw-url-image b2s-post-item-details-url-image center-block img-responsive" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-image-change="1" data-network-auth-id="' . esc_attr($networkAuthId) . '">';
|
776 |
$edit .= '<div class="b2s-post-item-details-item-message-area" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '">';
|
777 |
$edit .= '<textarea disabled="disabled" class="form-control tw-textarea-input b2s-post-item-sched-customize-text b2s-post-item-details-item-message-input ' . (in_array($networkId, $this->allowHtml) ? 'b2s-post-item-details-item-message-input-allow-html' : '') . '" data-network-count="' . esc_attr($schedCount) . '" data-network-text-limit="' . esc_attr($limitValue) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" placeholder="' . esc_attr__('Write something about your post...', 'blog2social') . '" unique="currency" name="b2s[' . esc_attr($networkAuthId) . '][sched_content][' . esc_attr($schedCount) . ']" ' . $isRequiredTextarea . ' ' . $textareaOnKeyUp . '></textarea>';
|
778 |
if (!in_array($networkId, $this->allowNoEmoji)) {
|
779 |
+
$edit .= '<button type="button" class="btn btn-sm b2s-post-item-details-item-message-emoji-btn" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '"><img src="' . esc_url(plugins_url('/assets/images/b2s-emoji.png', B2S_PLUGIN_FILE)) . '"/></button>';
|
780 |
+
}
|
781 |
+
$edit .= '</div>';
|
782 |
+
$edit .= '</div>';
|
783 |
+
$edit .= '</div>';
|
784 |
+
|
785 |
+
$edit .= '<div class="col-sm-12 b2s-multi-image-area" data-network-auth-id="' . $networkAuthId . '" data-network-count="' . $schedCount . '">';
|
786 |
+
$edit .= '<div class="row b2s-margin-top-20">';
|
787 |
+
$edit .= '<div class="col-sm-3 text-center">';
|
788 |
+
if (B2S_PLUGIN_USER_VERSION > 1) {
|
789 |
+
$edit .= '<a class="btn btn-primary btn-circle b2s-add-multi-image" data-image-count="1" data-network-count="' . $schedCount . '" data-network-auth-id="' . $networkAuthId . '"><i class="glyphicon glyphicon-picture"></i></a>';
|
790 |
+
$edit .= '<button style="display:none;" class="btn btn-primary btn-circle b2s-multi-image-remove-btn" data-image-count="1" data-network-count="' . $schedCount . '" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '"><i class="glyphicon glyphicon-trash"></i></button>';
|
791 |
+
$edit .= '<img style="display:none;" src="" class="b2s-image-border b2s-post-item-details-url-image-multi center-block img-responsive" data-image-count="1" data-network-count="' . $schedCount . '" data-network-id="' . $networkId . '" data-network-image-change="1" data-network-auth-id="' . $networkAuthId . '">';
|
792 |
+
$edit .= '<button class="btn btn-link btn-xs center-block b2s-select-multi-image-modal-open" style="display:none;" data-network-count="' . $schedCount . '" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '" data-image-count="1">' . esc_html__('Change image', 'blog2social') . '</button>';
|
793 |
+
$edit .= '<input type="hidden" class="b2s-add-multi-image-hidden-field" name="b2s[' . $networkAuthId . '][multi_image_1]" data-image-count="1" data-network-count="' . $schedCount . '" data-network-auth-id="' . $networkAuthId . '">';
|
794 |
+
$edit .= '</div>';
|
795 |
+
$edit .= '<div class="col-sm-3 text-center">';
|
796 |
+
$edit .= '<a style="display:none;" class="btn btn-primary btn-circle b2s-add-multi-image" data-image-count="2" data-network-count="' . $schedCount . '" data-network-auth-id="' . $networkAuthId . '"><i class="glyphicon glyphicon-picture"></i></a>';
|
797 |
+
$edit .= '<button style="display:none;" class="btn btn-primary btn-circle b2s-multi-image-remove-btn" data-image-count="2" data-network-count="' . $schedCount . '" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '"><i class="glyphicon glyphicon-trash"></i></button>';
|
798 |
+
$edit .= '<img style="display:none;" src="" class="b2s-image-border b2s-post-item-details-url-image-multi center-block img-responsive" data-image-count="2" data-network-count="' . $schedCount . '" data-network-id="' . $networkId . '" data-network-image-change="1" data-network-auth-id="' . $networkAuthId . '">';
|
799 |
+
$edit .= '<button class="btn btn-link btn-xs center-block b2s-select-multi-image-modal-open" style="display:none;" data-network-count="' . $schedCount . '" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '" data-image-count="2">' . esc_html__('Change image', 'blog2social') . '</button>';
|
800 |
+
$edit .= '<input type="hidden" class="b2s-add-multi-image-hidden-field" name="b2s[' . $networkAuthId . '][multi_image_2]" data-image-count="2" data-network-count="' . $schedCount . '" data-network-auth-id="' . $networkAuthId . '">';
|
801 |
+
$edit .= '</div>';
|
802 |
+
$edit .= '<div class="col-sm-3 text-center">';
|
803 |
+
$edit .= '<a style="display:none;" class="btn btn-primary btn-circle b2s-add-multi-image" data-image-count="3" data-network-count="' . $schedCount . '" data-network-auth-id="' . $networkAuthId . '"><i class="glyphicon glyphicon-picture"></i></a>';
|
804 |
+
$edit .= '<button style="display:none;" class="btn btn-primary btn-circle b2s-multi-image-remove-btn" data-image-count="3" data-network-count="' . $schedCount . '" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '"><i class="glyphicon glyphicon-trash"></i></button>';
|
805 |
+
$edit .= '<img style="display:none;" src="" class="b2s-image-border b2s-post-item-details-url-image-multi center-block img-responsive" data-image-count="3" data-network-count="' . $schedCount . '" data-network-id="' . $networkId . '" data-network-image-change="1" data-network-auth-id="' . $networkAuthId . '">';
|
806 |
+
$edit .= '<button class="btn btn-link btn-xs center-block b2s-select-multi-image-modal-open" style="display:none;" data-network-count="' . $schedCount . '" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '" data-image-count="3">' . esc_html__('Change image', 'blog2social') . '</button>';
|
807 |
+
$edit .= '<input type="hidden" class="b2s-add-multi-image-hidden-field" name="b2s[' . $networkAuthId . '][multi_image_3]" data-image-count="3" data-network-count="' . $schedCount . '" data-network-auth-id="' . $networkAuthId . '">';
|
808 |
+
} else {
|
809 |
+
$edit .= '<a class="btn btn-primary btn-circle b2sProFeatureModalBtn" data-title="' . esc_html__('Do u want to post multiple images?', 'blog2social') . '" data-type="multi-image">+</a><span class="label label-success">' . esc_html__("PRO", "blog2social") . '</span>';
|
810 |
}
|
811 |
$edit .= '</div>';
|
812 |
$edit .= '</div>';
|
827 |
$edit .= '<div class="b2s-post-item-details-item-message-area" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '">';
|
828 |
$edit .= '<textarea disabled="disabled" class="form-control linkedin-textarea-input b2s-post-item-sched-customize-text b2s-post-item-details-item-message-input ' . (in_array($networkId, $this->allowHtml) ? 'b2s-post-item-details-item-message-input-allow-html' : '') . '" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-text-limit="' . esc_attr($limitValue) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" placeholder="' . esc_attr__('Write something about your post...', 'blog2social') . '" name="b2s[' . esc_attr($networkAuthId) . '][sched_content][' . esc_attr($schedCount) . ']" ' . $isRequiredTextarea . ' ' . $textareaOnKeyUp . '>' . esc_html($message) . '</textarea>';
|
829 |
if (!in_array($networkId, $this->allowNoEmoji)) {
|
830 |
+
$edit .= '<button type="button" class="btn btn-sm b2s-post-item-details-item-message-emoji-btn" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '"><img src="' . esc_url(plugins_url('/assets/images/b2s-emoji.png', B2S_PLUGIN_FILE)) . '"/></button>';
|
831 |
}
|
832 |
$edit .= '</div>';
|
833 |
$edit .= '</div>';
|
848 |
$edit .= '<div class="b2s-post-item-details-item-message-area" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '">';
|
849 |
$edit .= '<textarea disabled="disabled" class="form-control xing-textarea-input b2s-post-item-sched-customize-text b2s-post-item-details-item-message-input ' . (in_array($networkId, $this->allowHtml) ? 'b2s-post-item-details-item-message-input-allow-html' : '') . '" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-text-limit="' . esc_attr($limitValue) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" placeholder="' . esc_html__('Write something about your post...', 'blog2social') . '" name="b2s[' . esc_attr($networkAuthId) . '][sched_content][' . esc_attr($schedCount) . ']" ' . $isRequiredTextarea . ' ' . $textareaOnKeyUp . '>' . esc_html($message) . '</textarea>';
|
850 |
if (!in_array($networkId, $this->allowNoEmoji)) {
|
851 |
+
$edit .= '<button type="button" class="btn btn-sm b2s-post-item-details-item-message-emoji-btn" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '"><img src="' . esc_url(plugins_url('/assets/images/b2s-emoji.png', B2S_PLUGIN_FILE)) . '"/></button>';
|
852 |
}
|
853 |
$edit .= '</div>';
|
854 |
$edit .= '</div>';
|
869 |
$edit .= '<div class="b2s-post-item-details-item-message-area" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '">';
|
870 |
$edit .= '<textarea disabled="disabled" class="form-control reddit-textarea-input b2s-post-item-sched-customize-text b2s-post-item-details-item-message-input ' . (in_array($networkId, $this->allowHtml) ? 'b2s-post-item-details-item-message-input-allow-html' : '') . '" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-text-limit="' . esc_attr($limitValue) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" placeholder="' . esc_html__('Write something about your post...', 'blog2social') . '" name="b2s[' . esc_attr($networkAuthId) . '][sched_content][' . esc_attr($schedCount) . ']" ' . $isRequiredTextarea . ' ' . $textareaOnKeyUp . '>' . esc_html($message) . '</textarea>';
|
871 |
if (!in_array($networkId, $this->allowNoEmoji)) {
|
872 |
+
$edit .= '<button type="button" class="btn btn-sm b2s-post-item-details-item-message-emoji-btn" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '"><img src="' . esc_url(plugins_url('/assets/images/b2s-emoji.png', B2S_PLUGIN_FILE)) . '"/></button>';
|
873 |
}
|
874 |
$edit .= '</div>';
|
875 |
$edit .= '</div>';
|
876 |
$edit .= '</div>';
|
877 |
}
|
878 |
+
|
879 |
if ($networkId == 17) {
|
880 |
$edit = '<div class="row"><br>';
|
881 |
$edit .= '<div class="col-xs-12 col-sm-5 col-lg-3">';
|
890 |
$edit .= '<div class="b2s-post-item-details-item-message-area" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '">';
|
891 |
$edit .= '<textarea disabled="disabled" class="form-control vk-textarea-input b2s-post-item-sched-customize-text b2s-post-item-details-item-message-input ' . (in_array($networkId, $this->allowHtml) ? 'b2s-post-item-details-item-message-input-allow-html' : '') . '" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-text-limit="' . esc_attr($limitValue) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" placeholder="' . esc_attr__('Write something about your post...', 'blog2social') . '" name="b2s[' . esc_attr($networkAuthId) . '][sched_content][' . esc_attr($schedCount) . ']" ' . $isRequiredTextarea . ' ' . $textareaOnKeyUp . '>' . esc_html($message) . '</textarea>';
|
892 |
if (!in_array($networkId, $this->allowNoEmoji)) {
|
893 |
+
$edit .= '<button type="button" class="btn btn-sm b2s-post-item-details-item-message-emoji-btn" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '"><img src="' . esc_url(plugins_url('/assets/images/b2s-emoji.png', B2S_PLUGIN_FILE)) . '"/></button>';
|
894 |
}
|
895 |
$edit .= '</div>';
|
896 |
$edit .= '</div>';
|
911 |
$edit .= '<div class="b2s-post-item-details-item-message-area" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '">';
|
912 |
$edit .= '<textarea disabled="disabled" class="form-control b2s-post-item-sched-customize-text b2s-post-item-details-item-message-input ' . (in_array($networkId, $this->allowHtml) ? 'b2s-post-item-details-item-message-input-allow-html' : '') . '" data-network-count="' . esc_attr($schedCount) . '" data-network-text-limit="' . esc_attr($limitValue) . '" data-network-id="' . esc_attr($networkId) . '" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" placeholder="' . esc_attr__('Write something about your post...', 'blog2social') . '" name="b2s[' . esc_attr($networkAuthId) . '][sched_content][' . esc_attr($schedCount) . ']" ' . $isRequiredTextarea . ' ' . $textareaOnKeyUp . ' ' . (($networkId == 12) ? 'unique="currency"' : '') . '>' . esc_html($message) . '</textarea>';
|
913 |
if (!in_array($networkId, $this->allowNoEmoji)) {
|
914 |
+
$edit .= '<button type="button" class="btn btn-sm b2s-post-item-details-item-message-emoji-btn" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '"><img src="' . esc_url(plugins_url('/assets/images/b2s-emoji.png', B2S_PLUGIN_FILE)) . '"/></button>';
|
915 |
}
|
916 |
$edit .= '</div>';
|
917 |
$edit .= '</div>';
|
921 |
$edit .= '<div class="b2s-post-item-details-item-message-area" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '">';
|
922 |
$edit .= '<textarea disabled="disabled" class="form-control b2s-post-item-sched-customize-text b2s-post-item-details-item-message-input ' . (in_array($networkId, $this->allowHtml) ? 'b2s-post-item-details-item-message-input-allow-html' : '') . '" data-network-count="' . esc_attr($schedCount) . '" data-network-text-limit="' . esc_attr($limitValue) . '" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" placeholder="' . esc_attr__('Write something about your post...', 'blog2social') . '" name="b2s[' . esc_attr($networkAuthId) . '][sched_content][' . esc_attr($schedCount) . '] ' . $isRequiredTextarea . ' ' . $textareaOnKeyUp . ' ' . (($networkId == 12) ? 'unique="currency"' : '') . '>' . esc_html($message) . '</textarea>';
|
923 |
if (!in_array($networkId, $this->allowNoEmoji)) {
|
924 |
+
$edit .= '<button type="button" class="btn btn-sm b2s-post-item-details-item-message-emoji-btn" data-network-count="' . esc_attr($schedCount) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '"><img src="' . esc_url(plugins_url('/assets/images/b2s-emoji.png', B2S_PLUGIN_FILE)) . '"/></button>';
|
925 |
}
|
926 |
$edit .= '</div>';
|
927 |
$edit .= '</div>';
|
954 |
|
955 |
$url .= (!$hideInfo) ? '<div class="b2s-post-item-details-url-title hidden-xs">Link ' . $isRequiredText . '</div>' : '';
|
956 |
|
957 |
+
if ($networkId == 12 && isset($this->post_template[$networkId][$networkType]['addLink']) && $this->post_template[$networkId][$networkType]['addLink'] == false) {
|
958 |
$urlValue = '';
|
959 |
+
} else if ($networkId == 1 && isset($this->post_template[$networkId][$networkType]['format']) && (int) $this->post_template[$networkId][$networkType]['format'] == 1 && isset($this->post_template[$networkId][$networkType]['addLink']) && $this->post_template[$networkId][$networkType]['addLink'] == false) {
|
960 |
+
$urlValue = '';
|
961 |
+
$isRequiredClass = '';
|
962 |
} else {
|
963 |
$urlValue = $this->postUrl;
|
964 |
}
|
999 |
$hashTags = '';
|
1000 |
if (is_array($hashTagsData) && !empty($hashTagsData)) {
|
1001 |
foreach ($hashTagsData as $tag) {
|
1002 |
+
if ($limit > 0) {
|
1003 |
+
if (strlen($tag->name) > $limit) {
|
1004 |
continue;
|
1005 |
}
|
1006 |
}
|
1035 |
|
1036 |
private function getMarketplaceAreaHtml($networkAuthId = 0, $networkId = 0, $networkType = 0, $networkKind = 0) {
|
1037 |
$marketplace = '<div class="marketplace_area" data-network-id="' . esc_attr($networkId) . '" data-network-type="' . esc_attr($networkType) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" style="display:' . (($networkKind == 3) ? 'block' : 'none') . ';">';
|
1038 |
+
$marketplace .= '<input type="radio" id="marketplace_category_1" class="form-control marketplace_category" ' . (($this->selMarketplaceCategory == 1) ? 'checked=""' : '') . ' name="b2s[' . esc_attr($networkAuthId) . '][marketplace_category]" value="1"> <label class="" for="marketplace_category_1">' . esc_html__('Jobs & Projects', 'blog2social') . '</label> ';
|
1039 |
+
$marketplace .= '<input type="radio" id="marketplace_category_2" class="form-control marketplace_category" ' . (($this->selMarketplaceCategory == 2) ? 'checked=""' : '') . ' name="b2s[' . esc_attr($networkAuthId) . '][marketplace_category]" value="2"> <label class="" for="marketplace_category_2">' . esc_html__('Events', 'blog2social') . '</label> ';
|
1040 |
+
$marketplace .= '<input type="radio" id="marketplace_category_3" class="form-control marketplace_category" ' . (($this->selMarketplaceCategory == 3) ? 'checked=""' : '') . ' name="b2s[' . esc_attr($networkAuthId) . '][marketplace_category]" value="3"> <label class="" for="marketplace_category_3">' . esc_html__('Classified Ads', 'blog2social') . '</label> ';
|
1041 |
+
$marketplace .= '<div class="clearfix"></div>';
|
1042 |
+
$marketplace .= '<input type="radio" id="marketplace_type_1" class="form-control marketplace_type" ' . (($this->selMarketplaceType == 1) ? 'checked=""' : '') . ' name="b2s[' . esc_attr($networkAuthId) . '][marketplace_type]" value="1"> <label class="" for="marketplace_type_1">' . esc_html__('Offer', 'blog2social') . '</label> ';
|
1043 |
+
$marketplace .= '<input type="radio" id="marketplace_type_2" class="form-control marketplace_type" ' . (($this->selMarketplaceType == 2) ? 'checked=""' : '') . ' name="b2s[' . esc_attr($networkAuthId) . '][marketplace_type]" value="2"> <label class="" for="marketplace_type_2">' . esc_html__('Request', 'blog2social') . '</label>';
|
1044 |
+
$marketplace .= '<div class="clearfix"></div><br/>';
|
1045 |
+
$marketplace .= '</div>';
|
1046 |
return $marketplace;
|
1047 |
|
1048 |
//<input type="radio" id="type[0]-1-2" checked="" name="b2s['.$networkAuthId.'][marketplace_type]" value="1"> <label class="" for="type[0]-1-2">Profil</label>
|
1059 |
$info = '';
|
1060 |
if (isset($this->limitTag[$networkId])) {
|
1061 |
$tags .= '<input type="hidden" data-network-auth-id="' . esc_attr($networkAuthId) . '" class="b2s-post-item-details-tag-limit" value="' . (int) $this->limitTag[$networkId] . '" />';
|
1062 |
+
$info = '(' . sprintf(esc_html__('max. %s Tags', 'blog2social'), $this->limitTag[$networkId]) . ')';
|
1063 |
}
|
1064 |
+
$tags .= '<div class="b2s-post-item-details-tag-title"> ' . esc_html__('Hashtags', 'blog2social') . ' ' . $info . ' </div>';
|
1065 |
$tags .= '<div class="b2s-post-item-details-tag-input form-inline">';
|
1066 |
$hook_filter = new B2S_Hook_Filter();
|
1067 |
$posttags = $hook_filter->get_wp_post_hashtag((int) $this->postId, $this->postData->post_type);
|
1096 |
|
1097 |
private function getRelayBtnHtml($networkAuthId, $networkId) {
|
1098 |
$relay = '<div class="form-group b2s-post-relay-area-select pull-left"><div class="checkbox checbox-switch switch-success"><label>';
|
1099 |
+
$relay .= '<input type="checkbox" class="b2s-post-item-details-relay form-control" data-user-version="' . esc_attr(B2S_PLUGIN_USER_VERSION) . '" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" name="b2s[' . esc_attr($networkAuthId) . '][post_relay]" value="1"/>';
|
1100 |
+
$relay .= '<span></span>';
|
1101 |
$relay .= esc_html__('Enable Retweets for all Tweets with the selected profile', 'blog2social') . ' <a href="#" class="btn-xs hidden-sm b2sInfoPostRelayModalBtn">' . esc_html__('Info', 'blog2social') . '</a>';
|
1102 |
+
$relay .= ' </label></div></div>';
|
1103 |
return $relay;
|
1104 |
}
|
1105 |
|
1122 |
$relay .= '<div class="clearfix"></div>';
|
1123 |
|
1124 |
$relay .= '<div class="col-xs-12 col-sm-6 col-md-2 del-padding-left b2s-post-item-details-relay-area-div-account" data-network-auth-id="' . esc_attr($networkAuthId) . '" data-network-count="' . esc_attr($relaycount) . '">';
|
1125 |
+
$relay .= '<select name="b2s[' . esc_attr($networkAuthId) . '][post_relay_account][' . esc_attr($relaycount) . ']" class="form-control b2s-select b2s-post-item-details-relay-input-account" data-network-count="' . esc_attr($relaycount) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" style="display:none;" disabled="disabled">';
|
1126 |
$relay .= '</select></div>';
|
1127 |
|
1128 |
$relay .= '<div class="col-xs-12 col-sm-6 col-md-2 del-padding-left b2s-post-item-details-relay-area-div-delay" data-network-auth-id="' . esc_attr($networkAuthId) . '" data-network-count="' . esc_attr($relaycount) . '">';
|
1129 |
+
$relay .= '<select name="b2s[' . esc_attr($networkAuthId) . '][post_relay_delay][' . esc_attr($relaycount) . ']" class="form-control b2s-select b2s-post-item-details-relay-input-delay" data-network-count="' . esc_attr($relaycount) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" style="display:none;" disabled="disabled">';
|
1130 |
$relay .= '<option value="15">15' . esc_html__('min', 'blog2social') . '</option>';
|
1131 |
$relay .= '<option value="30">30' . esc_html__('min', 'blog2social') . '</option>';
|
1132 |
$relay .= '<option value="45">45' . esc_html__('min', 'blog2social') . '</option>';
|
1196 |
|
1197 |
//deprecated Network
|
1198 |
if ($networkId == 8) {
|
1199 |
+
$shipping .= '<div class="network-tos-deprecated-warning alert alert-danger" style="display: none;" data-network-id="' . esc_attr($networkId) . '" data-network-count="' . esc_attr($schedcount) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '">' . esc_html__("Please note: Your account is connected via an old XING API that is no longer supported by XING after March 31. Please connect your XING profile, as well as your XING company pages (Employer branding profiles) and business pages with the new XING interface in the Blog2Social network settings. To do this, go to the Blog2Social Networks section and connect your XING accounts with the new XING.", "blog2social") . ' <a href="' . esc_url(B2S_Tools::getSupportLink('network_tos_blog_032019')) . '" target="_blank">' . esc_html__('Learn more', 'blog2social') . '</a></div>';
|
1200 |
}
|
1201 |
//deprecated Network
|
1202 |
if ($networkId == 10) {
|
1203 |
+
$shipping .= '<div class="network-tos-deprecated-warning alert alert-danger" style="display: none;" data-network-id="' . esc_attr($networkId) . '" data-network-count="' . esc_attr($schedcount) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '">' . esc_html__("Please note: Google will shut down Google+ for all private accounts (profiles, pages, groups) on 2nd April 2019. You can find further information and the next steps, including how to download your photos and other content here:", "blog2social") . ' <a href="https://support.google.com/plus/answer/9195133" target="_blank">https://support.google.com/plus/answer/9195133</a></div>';
|
1204 |
}
|
1205 |
|
1206 |
$shipping .= '<label class="hidden-sm hidden-xs col-md-2 del-padding-left b2s-post-item-details-release-area-label-interval" data-network-auth-id="' . esc_attr($networkAuthId) . '" data-network-count="' . esc_attr($schedcount) . '">' . esc_html__('Repeats', 'blog2social') . '</label>';
|
1337 |
|
1338 |
public function getMessagebyTemplate($data) {
|
1339 |
$post_template = $this->post_template[$data->networkId][$data->networkType];
|
1340 |
+
|
1341 |
//V5.6.1
|
1342 |
if (!isset($post_template['short_text']['excerpt_range_max'])) {
|
1343 |
$defaultSchema = unserialize(B2S_PLUGIN_NETWORK_SETTINGS_TEMPLATE_DEFAULT);
|
1364 |
}
|
1365 |
//B2S Customize
|
1366 |
} else {
|
1367 |
+
$allowUserHashTag = (B2S_PLUGIN_USER_VERSION > 1) ? false : $this->options->_getOption('user_allow_hashtag');
|
1368 |
if (isset($this->postData->post_content) && !empty($this->postData->post_content)) {
|
1369 |
$preContent = B2S_Util::getExcerpt(B2S_Util::prepareContent($this->postId, $this->postData->post_content, $this->postUrl, false, (in_array($data->networkId, $this->allowNoEmoji) ? false : true), $this->userLang), (int) $post_template['short_text']['range_min'], (int) $post_template['short_text']['range_max']);
|
1370 |
$message = preg_replace("/\{CONTENT\}/", addcslashes($preContent, "\\$"), $message);
|
1387 |
}
|
1388 |
|
1389 |
if (strpos($message, "{KEYWORDS}") !== false) {
|
1390 |
+
//deprecated setting, removed in V6.5
|
1391 |
+
$hashtags = (B2S_PLUGIN_USER_VERSION <= 1 && !$this->$allowUserHashTag) ? '' : $this->getHashTagsString("", ((isset($this->limitHashTagCharacter[$data->networkId])) ? $this->limitHashTagCharacter[$data->networkId] : 0));
|
1392 |
$message = stripslashes(preg_replace("/\{KEYWORDS\}/", addcslashes($hashtags, "\\$"), $message));
|
1393 |
} else if (in_array($data->networkId, $this->allowHashTags) && ($allowUserHashTag === false || $allowUserHashTag == 1)) {
|
1394 |
$add = ($data->networkId != 2) ? "\n\n" : "";
|
1404 |
$message = preg_replace("/\{AUTHOR\}/", "", $message);
|
1405 |
}
|
1406 |
}
|
1407 |
+
|
1408 |
if (in_array($data->networkId, $this->allowHtml)) {
|
1409 |
$message = preg_replace("/\\n/", "<br>", $message);
|
1410 |
}
|
1411 |
+
|
1412 |
+
if (isset($post_template['short_text']['limit']) && (int) $post_template['short_text']['limit'] > 0) {
|
1413 |
$message = B2S_Util::getExcerpt($message, 0, $post_template['short_text']['limit']);
|
1414 |
}
|
1415 |
+
|
1416 |
return $message;
|
1417 |
}
|
1418 |
|
includes/B2S/Ship/Navbar.php
CHANGED
@@ -76,7 +76,7 @@ class B2S_Ship_Navbar {
|
|
76 |
}
|
77 |
|
78 |
$content = '<li class="b2s-sidbar-wrapper-nav-li i" data-mandant-id=\'' . json_encode($mandantIds) . '\' data-mandant-default-id="' . esc_attr($data->mandantId) . '">';
|
79 |
-
$content .= '<div class="b2s-network-select-btn ' . (($data->expiredDate != '0000-00-00' && $data->expiredDate <= date('Y-m-d')) ? 'b2s-network-select-btn-deactivate" ' . $onclick : '"') . ' data-instant-sharing="'.esc_attr((isset($data->instant_sharing) ? (int)$data->instant_sharing : 0)).'" data-network-auth-id="' . esc_attr($data->networkAuthId) . '" data-network-type="' . esc_attr($data->networkType) . '" data-network-kind="' . esc_attr($data->networkKind) . '" data-network-id = "' . esc_attr($data->networkId) . '" data-network-tos-group-id="'.esc_attr($data->networkTosGroupId).'" data-network-display-name="' . esc_attr(strtolower($data->networkUserName)) . '" ' . (in_array($data->networkId, array(1, 3, 15, 19, 17)) ? 'data-meta-type="og"' : '') . '>';
|
80 |
$content .= '<div class="b2s-network-list">';
|
81 |
$content .= '<div class="b2s-network-thumb">';
|
82 |
$content .= '<img alt="" src="' . esc_url(plugins_url('/assets/images/portale/' . $data->networkId . '_flat.png', B2S_PLUGIN_FILE)) . '">';
|
76 |
}
|
77 |
|
78 |
$content = '<li class="b2s-sidbar-wrapper-nav-li i" data-mandant-id=\'' . json_encode($mandantIds) . '\' data-mandant-default-id="' . esc_attr($data->mandantId) . '">';
|
79 |
+
$content .= '<div class="b2s-network-select-btn ' . (($data->expiredDate != '0000-00-00' && $data->expiredDate <= date('Y-m-d')) ? 'b2s-network-select-btn-deactivate" ' . $onclick : '"') . ' data-instant-sharing="'.esc_attr((isset($data->instant_sharing) ? (int)$data->instant_sharing : 0)).'" data-network-auth-id="' . esc_attr($data->networkAuthId) . '" data-network-type="' . esc_attr($data->networkType) . '" data-network-kind="' . esc_attr($data->networkKind) . '" data-network-id = "' . esc_attr($data->networkId) . '" data-network-tos-group-id="'.esc_attr($data->networkTosGroupId).'" data-network-display-name="' . esc_attr(strtolower($data->networkUserName)) . '" ' . (in_array($data->networkId, array(1, 3, 15, 19, 17)) ? 'data-meta-type="og"' : (in_array($data->networkId, array(2)) ? 'data-meta-type="card"' : '')) . '>';
|
80 |
$content .= '<div class="b2s-network-list">';
|
81 |
$content .= '<div class="b2s-network-thumb">';
|
82 |
$content .= '<img alt="" src="' . esc_url(plugins_url('/assets/images/portale/' . $data->networkId . '_flat.png', B2S_PLUGIN_FILE)) . '">';
|
includes/B2S/Ship/Save.php
CHANGED
@@ -239,6 +239,27 @@ class B2S_Ship_Save {
|
|
239 |
$serializeData['image_url'] = $schedData['sched_image_url'][$key];
|
240 |
$data['image_url'] = $schedData['sched_image_url'][$key];
|
241 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
242 |
//content
|
243 |
if (isset($schedData['sched_content'][$key]) && !empty($schedData['sched_content'][$key])) {
|
244 |
$serializeData['content'] = $schedData['sched_content'][$key];
|
239 |
$serializeData['image_url'] = $schedData['sched_image_url'][$key];
|
240 |
$data['image_url'] = $schedData['sched_image_url'][$key];
|
241 |
}
|
242 |
+
|
243 |
+
|
244 |
+
//Multi Image
|
245 |
+
$multi_images = array();
|
246 |
+
if (isset($schedData['sched_multi_image_1'][$key]) && !empty($schedData['sched_multi_image_1'][$key])) {
|
247 |
+
array_push($multi_images, $schedData['sched_multi_image_1'][$key]);
|
248 |
+
}
|
249 |
+
if (isset($schedData['sched_multi_image_2'][$key]) && !empty($schedData['sched_multi_image_2'][$key])) {
|
250 |
+
array_push($multi_images, $schedData['sched_multi_image_2'][$key]);
|
251 |
+
}
|
252 |
+
if (isset($schedData['sched_multi_image_3'][$key]) && !empty($schedData['sched_multi_image_3'][$key])) {
|
253 |
+
array_push($multi_images, $schedData['sched_multi_image_3'][$key]);
|
254 |
+
}
|
255 |
+
if(!empty($multi_images)) {
|
256 |
+
$serializeData['multi_images'] = json_encode($multi_images);
|
257 |
+
$data['multi_images'] = json_encode($multi_images);
|
258 |
+
}
|
259 |
+
|
260 |
+
|
261 |
+
|
262 |
+
|
263 |
//content
|
264 |
if (isset($schedData['sched_content'][$key]) && !empty($schedData['sched_content'][$key])) {
|
265 |
$serializeData['content'] = $schedData['sched_content'][$key];
|
includes/B2S/Support/Check/System.php
CHANGED
@@ -161,6 +161,7 @@ class B2S_Support_Check_System {
|
|
161 |
private function getHotlinkProtection() {
|
162 |
$image_uri = B2S_PLUGIN_DIR . '/assets/images/b2s/b2s_logo.png';
|
163 |
$image_url = plugins_url('/assets/images/b2s/b2s_logo.png', B2S_PLUGIN_FILE);
|
|
|
164 |
if (file_exists($image_uri)) {
|
165 |
$result = json_decode(B2S_Api_Post::post(B2S_PLUGIN_API_ENDPOINT, array(
|
166 |
"action" => 'checkSysReq',
|
161 |
private function getHotlinkProtection() {
|
162 |
$image_uri = B2S_PLUGIN_DIR . '/assets/images/b2s/b2s_logo.png';
|
163 |
$image_url = plugins_url('/assets/images/b2s/b2s_logo.png', B2S_PLUGIN_FILE);
|
164 |
+
$image_url = "https://app-development.blog2social.com/images/29/post/6906.jpg";
|
165 |
if (file_exists($image_uri)) {
|
166 |
$result = json_decode(B2S_Api_Post::post(B2S_PLUGIN_API_ENDPOINT, array(
|
167 |
"action" => 'checkSysReq',
|
includes/Loader.php
CHANGED
@@ -32,13 +32,13 @@ class B2S_Loader {
|
|
32 |
require_once(B2S_PLUGIN_DIR . 'includes/B2S/Api/Get.php');
|
33 |
require_once(B2S_PLUGIN_DIR . 'includes/Util.php');
|
34 |
require_once(B2S_PLUGIN_DIR . 'includes/Tools.php');
|
35 |
-
|
36 |
define('B2S_PLUGIN_POSTPERPAGE', '15');
|
37 |
define('B2S_PLUGIN_VERSION_TYPE', serialize(array(0 => 'Free', 1 => 'Smart', 2 => 'Pro', 3 => 'Business', 4 => 'Premium')));
|
38 |
-
define('B2S_PLUGIN_NETWORK', serialize(array(1 => 'Facebook', 2 => 'Twitter', 3 => 'Linkedin', 4 => 'Tumblr', 5 => 'Storify', 6 => 'Pinterest', 7 => 'Flickr', 8 => 'Xing', 9 => 'Diigo', 10 => 'Google+', 11 => 'Medium', 12 => 'Instagram', 13 => 'Delicious', 14 => 'Torial', 15 => 'Reddit', 16 => 'Bloglovin', 17 => 'VKontakte', 18 => 'Google My Business', 19 => 'Xing', 20 => 'Pinterest', 21 => 'Imgur')));
|
39 |
define('B2S_PLUGIN_SCHED_DEFAULT_TIMES', serialize(array(1 => array(18, 22), 2 => array(8, 10), 3 => array(8, 10), 4 => array(16, 22), 5 => array(), 6 => array(19, 22), 7 => array(7, 9), 8 => array(7, 10), 9 => array(16, 19), 10 => array(7, 10), 11 => array(16, 19), 12 => array(19, 22), 13 => array(11, 13), 14 => array(18, 22), 15 => array(8, 11), 16 => array(16, 19), 17 => array(19, 23), 18 => array(17, 18), 19 => array(7, 10))));
|
40 |
define('B2S_PLUGIN_SCHED_DEFAULT_TIMES_INFO', serialize(array(1 => array(0 => array(13, 16), 1 => array(18, 22)), 2 => array(0 => array(8, 10), 1 => array(11, 13), 2 => array(16, 19)), 3 => array(0 => array(8, 10), 1 => array(16, 18)), 4 => array(), 5 => array(), 6 => array(0 => array(12, 14), 1 => array(19, 22)), 7 => array(0 => array(7, 9), 1 => array(17, 19)), 8 => array(0 => array(7, 10), 1 => array(17, 18)), 9 => array(0 => array(8, 10), 1 => array(11, 13), 2 => array(16, 19)), 10 => array(0 => array(7, 10), 1 => array(14, 15)), 11 => array(), 12 => array(0 => array(12, 14), 1 => array(19, 22)), 13 => array(0 => array(8, 10), 1 => array(11, 13), 2 => array(16, 19)), 14 => array(), 15 => array(0 => array(8, 11)), 16 => array(0 => array(16, 19)), 17 => array(0 => array(19, 23)), 18 => array(0 => array(17, 18)), 19 => array(0 => array(7, 10), 1 => array(17, 18)), 20 => array(0 => array(12, 14), 1 => array(19, 22)))));
|
41 |
-
define('B2S_PLUGIN_NETWORK_ALLOW_PROFILE', serialize(array(1, 2, 3, 4, 5, 6, 7, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)));
|
42 |
define('B2S_PLUGIN_NETWORK_ALLOW_PAGE', serialize(array(1, 3, 10, 17, 19)));
|
43 |
define('B2S_PLUGIN_NETWORK_ALLOW_GROUP', serialize(array(1, 10, 11, 17, 19)));
|
44 |
define('B2S_PLUGIN_NETWORK_CROSSPOSTING_LIMIT', serialize(array(19 => array(2 => 3)))); //2=group
|
@@ -47,30 +47,32 @@ class B2S_Loader {
|
|
47 |
define('B2S_PLUGIN_RE_POST_LIMIT', serialize(array(0 => 0, 1 => 25, 2 => 50, 3 => 100, 4 => 100)));
|
48 |
define('B2S_PLUGIN_NETWORK_OAUTH', serialize(array(1, 2, 3, 4, 7, 8, 11, 15, 17, 18, 20, 21)));
|
49 |
define('B2S_PLUGIN_NETWORK_SETTINGS_TEMPLATE_DEFAULT', serialize(array(
|
50 |
-
1 => array(0 => array('short_text' => array('active' => 0, 'range_min' => 239, 'range_max' => 400, 'excerpt_range_min' => 239, 'excerpt_range_max' => 400, 'limit' => 500), 'content' => '{CONTENT}', 'format' => 0),
|
51 |
-
1 => array('short_text' => array('active' => 0, 'range_min' => 239, 'range_max' => 400, 'excerpt_range_min' => 239, 'excerpt_range_max' => 400, 'limit' => 0), 'content' => '{CONTENT}', 'format' => 0),
|
52 |
-
2 => array('short_text' => array('active' => 0, 'range_min' => 239, 'range_max' => 400, 'excerpt_range_min' => 239, 'excerpt_range_max' => 400, 'limit' => 0), 'content' => '{CONTENT}', 'format' => 0)
|
53 |
),
|
54 |
-
2 => array(0 => array('short_text' => array('active' => 0, 'range_min' => 255, 'range_max' => 256, 'excerpt_range_min' => 255, 'excerpt_range_max' => 256, 'limit' => 280), 'content' => '{CONTENT}', 'format' => 1)),
|
55 |
-
3 => array(0 => array('short_text' => array('active' => 0, 'range_min' => 239, 'range_max' => 400, 'excerpt_range_min' => 239, 'excerpt_range_max' => 400, 'limit' => 1300), 'content' => '{CONTENT}', 'format' => 0),
|
56 |
-
1 => array('short_text' => array('active' => 0, 'range_min' => 239, 'range_max' => 400, 'excerpt_range_min' => 239, 'excerpt_range_max' => 400, 'limit' => 1300), 'content' => '{CONTENT}', 'format' => 0),
|
57 |
),
|
58 |
4 => array(0 => array('short_text' => array('active' => 0, 'range_min' => 1499, 'range_max' => 1500, 'excerpt_range_min' => 1499, 'excerpt_range_max' => 1500, 'limit' => 0), 'content' => '{CONTENT}', 'format' => false)),
|
59 |
-
6 => array(0 => array('short_text' => array('active' => 0, 'range_min' => 494, 'range_max' => 495, 'excerpt_range_min' => 494, 'excerpt_range_max' => 495, 'limit' => 495), 'content' => '{CONTENT}', 'format' => false)),
|
60 |
7 => array(0 => array('short_text' => array('active' => 0, 'range_min' => 1499, 'range_max' => 1500, 'excerpt_range_min' => 1499, 'excerpt_range_max' => 1500, 'limit' => 0), 'content' => '{CONTENT}', 'format' => false)),
|
61 |
9 => array(0 => array('short_text' => array('active' => 0, 'range_min' => 249, 'range_max' => 250, 'excerpt_range_min' => 249, 'excerpt_range_max' => 250, 'limit' => 250), 'content' => '{CONTENT}', 'format' => false)),
|
62 |
-
11 => array(0 => array('short_text' => array('active' => 0, 'range_min' => 1499, 'range_max' => 1500, 'excerpt_range_min' => 1499, 'excerpt_range_max' => 1500, 'limit' => 0), 'content' => '{CONTENT}', 'format' => false)
|
63 |
-
|
|
|
64 |
14 => array(0 => array('short_text' => array('active' => 0, 'range_min' => 1499, 'range_max' => 1500, 'excerpt_range_min' => 1499, 'excerpt_range_max' => 1500, 'limit' => 0), 'content' => '{CONTENT}', 'format' => false)),
|
65 |
15 => array(0 => array('short_text' => array('active' => 0, 'range_min' => 299, 'range_max' => 300, 'excerpt_range_min' => 299, 'excerpt_range_max' => 300, 'limit' => 300), 'content' => '{CONTENT}', 'format' => false)),
|
66 |
16 => array(0 => array('short_text' => array('active' => 0, 'range_min' => 1499, 'range_max' => 1500, 'excerpt_range_min' => 1499, 'excerpt_range_max' => 1500, 'limit' => 0), 'content' => '{CONTENT}', 'format' => false)),
|
67 |
-
17 => array(0 => array('short_text' => array('active' => 0, 'range_min' => 1499, 'range_max' => 1500, 'excerpt_range_min' => 1499, 'excerpt_range_max' => 1500, 'limit' => 0), 'content' => '{CONTENT}', 'format' => 0),
|
68 |
-
1 => array('short_text' => array('active' => 0, 'range_min' => 1499, 'range_max' => 1500, 'excerpt_range_min' => 1499, 'excerpt_range_max' => 1500, 'limit' => 0), 'content' => '{CONTENT}', 'format' => 0),
|
69 |
-
2 => array('short_text' => array('active' => 0, 'range_min' => 1499, 'range_max' => 1500, 'excerpt_range_min' => 1499, 'excerpt_range_max' => 1500, 'limit' => 0), 'content' => '{CONTENT}', 'format' => 0)),
|
70 |
-
18 => array(0 => array('short_text' => array('active' => 0, 'range_min' => 1499, 'range_max' => 1500, 'excerpt_range_min' => 1499, 'excerpt_range_max' => 1500, 'limit' => 1500), 'content' => '{CONTENT}', 'format' => false)),
|
71 |
-
19 => array(0 => array('short_text' => array('active' => 0, 'range_min' => 239, 'range_max' => 320, 'excerpt_range_min' => 239, 'excerpt_range_max' => 320, 'limit' =>
|
72 |
1 => array('short_text' => array('active' => 0, 'range_min' => 239, 'range_max' => 320, 'excerpt_range_min' => 239, 'excerpt_range_max' => 320, 'limit' => 420), 'content' => '{CONTENT}', 'format' => 1),
|
73 |
-
2 => array('short_text' => array('active' => 0, 'range_min' => 239, 'range_max' => 320, 'excerpt_range_min' => 239, 'excerpt_range_max' => 320, 'limit' => 10000), 'content' => '{CONTENT}', 'format' => 1))
|
|
|
74 |
)));
|
75 |
define('B2S_PLUGIN_SYSTEMREQUIREMENT_WORDPRESSVERSION', '4.7.0');
|
76 |
define('B2S_PLUGIN_SYSTEMREQUIREMENT_PHPVERSION', '5.5.3');
|
@@ -85,7 +87,7 @@ class B2S_Loader {
|
|
85 |
define('B2S_PLUGIN_SYSTEMREQUIREMENT_OPENSSL', true);
|
86 |
define('B2S_PLUGIN_PAGE_SLUG', serialize(array('blog2social', 'blog2social-post', 'blog2social-calendar', 'blog2social-curation', 'blog2social-network', 'blog2social-settings', 'prg-post', 'blog2social-support', 'blog2social-premium', 'blog2social-sched', 'blog2social-approve', 'blog2social-publish', 'blog2social-notice', 'blog2social-ship', 'blog2social-curation-draft', 'blog2social-draft-post', 'prg-login', 'prg-ship')));
|
87 |
define('B2S_PLUGIN_NETWORK_NOT_ALLOW_GIF', json_encode(array(16, 18)));
|
88 |
-
define('B2S_PLUGIN_NETWORK_ANIMATE_GIF', json_encode(array(1 => array(0 => false, 1 => true), 2 => array(0 => false, 1 => true), 3 => array(0 => true, 1 => true), 4 => array(0 => true), 6 => array(0 => true), 7 => array(0 => false), 11 => array(0 => true), 12 => array(0 => false, 1 => false), 14 => array(0 => true), 15 => array(0 => false), 17 => array(0 => false), 19 => array(0 => true, 1 => true), 21 => array(0 => true))));
|
89 |
define('B2S_PLUGIN_NETWORK_META_TAGS', json_encode(array('og' => array(1, 3, 15, 19, 17), 'twitter' => array(2))));
|
90 |
define('B2S_PLUGIN_SHORTENER', serialize(array(0 => esc_html__('Bitly', 'blog2social'), 1 => esc_html__('Rebrandly', 'blog2social'), 2 => esc_html__('Sniply', 'blog2social'))));
|
91 |
|
@@ -281,13 +283,17 @@ class B2S_Loader {
|
|
281 |
if ($limit) {
|
282 |
global $wpdb;
|
283 |
$optionPostFormat = $options->_getOption('post_template');
|
284 |
-
$image_url = wp_get_attachment_url(get_post_thumbnail_id((int) $post->ID));
|
285 |
-
$hook_filter = new B2S_Hook_Filter();
|
286 |
-
$keywords = $hook_filter->get_wp_post_hashtag((int) $post->ID, $post->post_type);
|
287 |
$url = get_permalink($post->ID);
|
288 |
$title = isset($post->post_title) ? B2S_Util::getTitleByLanguage(strip_tags($post->post_title)) : '';
|
|
|
|
|
|
|
|
|
|
|
289 |
$content = (isset($post->post_content) && !empty($post->post_content)) ? trim($post->post_content) : '';
|
290 |
$excerpt = (isset($post->post_excerpt) && !empty($post->post_excerpt)) ? trim($post->post_excerpt) : '';
|
|
|
|
|
291 |
$delay = (isset($autoPostData['ship_state']) && (int) $autoPostData['ship_state'] = 0) ? 0 : (isset($autoPostData['ship_delay_time']) ? (int) $autoPostData['ship_delay_time'] : 0);
|
292 |
$current_user_datetime = date('Y-m-d H:i:s', strtotime(B2S_Util::getUTCForDate($current_utc_datetime, $userTimeZoneOffset)));
|
293 |
|
@@ -296,7 +302,9 @@ class B2S_Loader {
|
|
296 |
$time = ($delay == 0) ? "-30 seconds" : "+" . $delay . " minutes";
|
297 |
$sched_date = date('Y-m-d H:i:s', strtotime($time, strtotime($current_user_datetime)));
|
298 |
$sched_date_utc = date('Y-m-d H:i:s', strtotime($time, strtotime($current_utc_datetime)));
|
299 |
-
|
|
|
|
|
300 |
$allowHashTag = ($optionUserHashTag === false || $optionUserHashTag == 1) ? true : false;
|
301 |
|
302 |
$defaultPostData = array('default_titel' => $title,
|
@@ -432,7 +440,7 @@ class B2S_Loader {
|
|
432 |
}
|
433 |
|
434 |
public function b2s_save_post_box() {
|
435 |
-
|
436 |
if (!isset($_POST['wphb-clear-cache'])) { // WP-Hummingbird BTN clear cache - protection
|
437 |
if (!isset($_POST['wp-preview']) || (isset($_POST['wp-preview']) && $_POST['wp-preview'] != 'dopreview')) {
|
438 |
if (isset($_POST['post_ID']) && (int) $_POST['post_ID'] > 0) {
|
@@ -459,7 +467,9 @@ class B2S_Loader {
|
|
459 |
} else {
|
460 |
$desc = str_replace("\r\n", ' ', substr(sanitize_textarea_field(strip_shortcodes($_POST['content'])), 0, 160));
|
461 |
}
|
462 |
-
$
|
|
|
|
|
463 |
$meta->setMeta('og_title', $title);
|
464 |
$meta->setMeta('og_desc', $desc);
|
465 |
$meta->setMeta('og_image', (($image_url !== false) ? trim(esc_url(urldecode($image_url))) : ''));
|
@@ -476,7 +486,9 @@ class B2S_Loader {
|
|
476 |
} else {
|
477 |
$desc = str_replace("\r\n", ' ', substr(sanitize_textarea_field(strip_shortcodes($_POST['content'])), 0, 160));
|
478 |
}
|
479 |
-
$
|
|
|
|
|
480 |
$meta->setMeta('card_title', $title);
|
481 |
$meta->setMeta('card_desc', $desc);
|
482 |
$meta->setMeta('card_image', (($image_url !== false) ? trim(esc_url(urldecode($image_url))) : ''));
|
@@ -556,17 +568,18 @@ class B2S_Loader {
|
|
556 |
}
|
557 |
|
558 |
delete_option('B2S_PLUGIN_POST_CONTENT_' . (int) $_POST['post_ID']);
|
559 |
-
$image_url = wp_get_attachment_url(get_post_thumbnail_id((int) $_POST['post_ID']));
|
560 |
-
$hook_filter = new B2S_Hook_Filter();
|
561 |
$keywords = $hook_filter->get_wp_post_hashtag((int) $_POST['post_ID'], get_post_type((int) $_POST['post_ID']));
|
562 |
$url = get_permalink($_POST['post_ID']);
|
563 |
$title = isset($_POST['post_title']) ? B2S_Util::getTitleByLanguage(strip_tags($_POST['post_title']), strtolower($b2sPostLang)) : '';
|
564 |
$content = (isset($_POST['content']) && !empty($_POST['content'])) ? trim($_POST['content']) : '';
|
565 |
$excerpt = (isset($_POST['excerpt']) && !empty($_POST['excerpt'])) ? trim($_POST['excerpt']) : get_the_excerpt((int) $_POST['post_ID']);
|
566 |
-
|
|
|
|
|
|
|
567 |
$options = new B2S_Options((int) $_POST['user_ID']);
|
568 |
$optionPostFormat = $options->_getOption('post_template');
|
569 |
-
$optionUserHashTag = $options->_getOption('user_allow_hashtag');
|
570 |
$allowHashTag = ($optionUserHashTag === false || $optionUserHashTag == 1) ? true : false;
|
571 |
|
572 |
$defaultPostData = array('default_titel' => $title,
|
@@ -637,6 +650,9 @@ class B2S_Loader {
|
|
637 |
if((int) $value->networkId == 12 && isset($optionPostFormat[12][0]['addLink']) && $optionPostFormat[12][0]['addLink'] === false) {
|
638 |
$res['url'] = '';
|
639 |
}
|
|
|
|
|
|
|
640 |
$shareApprove = (isset($value->instant_sharing) && (int) $value->instant_sharing == 1) ? 1 : 0;
|
641 |
$insert = $autoShare->saveShareData($res, $value->networkId, $value->networkType, $value->networkAuthId, $shareApprove, strip_tags($value->networkUserName));
|
642 |
|
@@ -1328,6 +1344,10 @@ class B2S_Loader {
|
|
1328 |
if (B2S_Tools::showNotice() == false) {
|
1329 |
wp_enqueue_script('B2SVALIDATEJS');
|
1330 |
wp_enqueue_style('B2SPOSTDRAFTCSS');
|
|
|
|
|
|
|
|
|
1331 |
wp_enqueue_script('B2SPOSTJS');
|
1332 |
require_once( B2S_PLUGIN_DIR . 'views/b2s/post.draft.php');
|
1333 |
} else {
|
32 |
require_once(B2S_PLUGIN_DIR . 'includes/B2S/Api/Get.php');
|
33 |
require_once(B2S_PLUGIN_DIR . 'includes/Util.php');
|
34 |
require_once(B2S_PLUGIN_DIR . 'includes/Tools.php');
|
35 |
+
|
36 |
define('B2S_PLUGIN_POSTPERPAGE', '15');
|
37 |
define('B2S_PLUGIN_VERSION_TYPE', serialize(array(0 => 'Free', 1 => 'Smart', 2 => 'Pro', 3 => 'Business', 4 => 'Premium')));
|
38 |
+
define('B2S_PLUGIN_NETWORK', serialize(array(1 => 'Facebook', 2 => 'Twitter', 3 => 'Linkedin', 4 => 'Tumblr', 5 => 'Storify', 6 => 'Pinterest', 7 => 'Flickr', 8 => 'Xing', 9 => 'Diigo', 10 => 'Google+', 11 => 'Medium', 12 => 'Instagram', 13 => 'Delicious', 14 => 'Torial', 15 => 'Reddit', 16 => 'Bloglovin', 17 => 'VKontakte', 18 => 'Google My Business', 19 => 'Xing', 20 => 'Pinterest', 21 => 'Imgur', 24 => 'Telegram')));
|
39 |
define('B2S_PLUGIN_SCHED_DEFAULT_TIMES', serialize(array(1 => array(18, 22), 2 => array(8, 10), 3 => array(8, 10), 4 => array(16, 22), 5 => array(), 6 => array(19, 22), 7 => array(7, 9), 8 => array(7, 10), 9 => array(16, 19), 10 => array(7, 10), 11 => array(16, 19), 12 => array(19, 22), 13 => array(11, 13), 14 => array(18, 22), 15 => array(8, 11), 16 => array(16, 19), 17 => array(19, 23), 18 => array(17, 18), 19 => array(7, 10))));
|
40 |
define('B2S_PLUGIN_SCHED_DEFAULT_TIMES_INFO', serialize(array(1 => array(0 => array(13, 16), 1 => array(18, 22)), 2 => array(0 => array(8, 10), 1 => array(11, 13), 2 => array(16, 19)), 3 => array(0 => array(8, 10), 1 => array(16, 18)), 4 => array(), 5 => array(), 6 => array(0 => array(12, 14), 1 => array(19, 22)), 7 => array(0 => array(7, 9), 1 => array(17, 19)), 8 => array(0 => array(7, 10), 1 => array(17, 18)), 9 => array(0 => array(8, 10), 1 => array(11, 13), 2 => array(16, 19)), 10 => array(0 => array(7, 10), 1 => array(14, 15)), 11 => array(), 12 => array(0 => array(12, 14), 1 => array(19, 22)), 13 => array(0 => array(8, 10), 1 => array(11, 13), 2 => array(16, 19)), 14 => array(), 15 => array(0 => array(8, 11)), 16 => array(0 => array(16, 19)), 17 => array(0 => array(19, 23)), 18 => array(0 => array(17, 18)), 19 => array(0 => array(7, 10), 1 => array(17, 18)), 20 => array(0 => array(12, 14), 1 => array(19, 22)))));
|
41 |
+
define('B2S_PLUGIN_NETWORK_ALLOW_PROFILE', serialize(array(1, 2, 3, 4, 5, 6, 7, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 24)));
|
42 |
define('B2S_PLUGIN_NETWORK_ALLOW_PAGE', serialize(array(1, 3, 10, 17, 19)));
|
43 |
define('B2S_PLUGIN_NETWORK_ALLOW_GROUP', serialize(array(1, 10, 11, 17, 19)));
|
44 |
define('B2S_PLUGIN_NETWORK_CROSSPOSTING_LIMIT', serialize(array(19 => array(2 => 3)))); //2=group
|
47 |
define('B2S_PLUGIN_RE_POST_LIMIT', serialize(array(0 => 0, 1 => 25, 2 => 50, 3 => 100, 4 => 100)));
|
48 |
define('B2S_PLUGIN_NETWORK_OAUTH', serialize(array(1, 2, 3, 4, 7, 8, 11, 15, 17, 18, 20, 21)));
|
49 |
define('B2S_PLUGIN_NETWORK_SETTINGS_TEMPLATE_DEFAULT', serialize(array(
|
50 |
+
1 => array(0 => array('short_text' => array('active' => 0, 'range_min' => 239, 'range_max' => 400, 'excerpt_range_min' => 239, 'excerpt_range_max' => 400, 'limit' => 500), 'content' => '{CONTENT} {KEYWORDS}', 'format' => 0, 'addLink' => false),
|
51 |
+
1 => array('short_text' => array('active' => 0, 'range_min' => 239, 'range_max' => 400, 'excerpt_range_min' => 239, 'excerpt_range_max' => 400, 'limit' => 0), 'content' => '{CONTENT} {KEYWORDS}', 'format' => 0, 'addLink' => false),
|
52 |
+
2 => array('short_text' => array('active' => 0, 'range_min' => 239, 'range_max' => 400, 'excerpt_range_min' => 239, 'excerpt_range_max' => 400, 'limit' => 0), 'content' => '{CONTENT} {KEYWORDS}', 'format' => 0, 'addLink' => false)
|
53 |
),
|
54 |
+
2 => array(0 => array('short_text' => array('active' => 0, 'range_min' => 255, 'range_max' => 256, 'excerpt_range_min' => 255, 'excerpt_range_max' => 256, 'limit' => 280), 'content' => '{CONTENT} {KEYWORDS}', 'format' => 1)),
|
55 |
+
3 => array(0 => array('short_text' => array('active' => 0, 'range_min' => 239, 'range_max' => 400, 'excerpt_range_min' => 239, 'excerpt_range_max' => 400, 'limit' => 1300), 'content' => '{CONTENT} {KEYWORDS}', 'format' => 0),
|
56 |
+
1 => array('short_text' => array('active' => 0, 'range_min' => 239, 'range_max' => 400, 'excerpt_range_min' => 239, 'excerpt_range_max' => 400, 'limit' => 1300), 'content' => '{CONTENT} {KEYWORDS}', 'format' => 0),
|
57 |
),
|
58 |
4 => array(0 => array('short_text' => array('active' => 0, 'range_min' => 1499, 'range_max' => 1500, 'excerpt_range_min' => 1499, 'excerpt_range_max' => 1500, 'limit' => 0), 'content' => '{CONTENT}', 'format' => false)),
|
59 |
+
6 => array(0 => array('short_text' => array('active' => 0, 'range_min' => 494, 'range_max' => 495, 'excerpt_range_min' => 494, 'excerpt_range_max' => 495, 'limit' => 495), 'content' => '{CONTENT} {KEYWORDS}', 'format' => false)),
|
60 |
7 => array(0 => array('short_text' => array('active' => 0, 'range_min' => 1499, 'range_max' => 1500, 'excerpt_range_min' => 1499, 'excerpt_range_max' => 1500, 'limit' => 0), 'content' => '{CONTENT}', 'format' => false)),
|
61 |
9 => array(0 => array('short_text' => array('active' => 0, 'range_min' => 249, 'range_max' => 250, 'excerpt_range_min' => 249, 'excerpt_range_max' => 250, 'limit' => 250), 'content' => '{CONTENT}', 'format' => false)),
|
62 |
+
11 => array(0 => array('short_text' => array('active' => 0, 'range_min' => 1499, 'range_max' => 1500, 'excerpt_range_min' => 1499, 'excerpt_range_max' => 1500, 'limit' => 0), 'content' => '{CONTENT}', 'format' => false),
|
63 |
+
2 => array('short_text' => array('active' => 0, 'range_min' => 1499, 'range_max' => 1500, 'excerpt_range_min' => 1499, 'excerpt_range_max' => 1500, 'limit' => 0), 'content' => '{CONTENT}', 'format' => false)),
|
64 |
+
12 => array(0 => array('short_text' => array('active' => 0, 'range_min' => 240, 'range_max' => 400, 'excerpt_range_min' => 240, 'excerpt_range_max' => 400, 'limit' => 2000), 'content' => '{CONTENT} {KEYWORDS}', 'format' => 1, 'addLink' => false)),
|
65 |
14 => array(0 => array('short_text' => array('active' => 0, 'range_min' => 1499, 'range_max' => 1500, 'excerpt_range_min' => 1499, 'excerpt_range_max' => 1500, 'limit' => 0), 'content' => '{CONTENT}', 'format' => false)),
|
66 |
15 => array(0 => array('short_text' => array('active' => 0, 'range_min' => 299, 'range_max' => 300, 'excerpt_range_min' => 299, 'excerpt_range_max' => 300, 'limit' => 300), 'content' => '{CONTENT}', 'format' => false)),
|
67 |
16 => array(0 => array('short_text' => array('active' => 0, 'range_min' => 1499, 'range_max' => 1500, 'excerpt_range_min' => 1499, 'excerpt_range_max' => 1500, 'limit' => 0), 'content' => '{CONTENT}', 'format' => false)),
|
68 |
+
17 => array(0 => array('short_text' => array('active' => 0, 'range_min' => 1499, 'range_max' => 1500, 'excerpt_range_min' => 1499, 'excerpt_range_max' => 1500, 'limit' => 0), 'content' => '{CONTENT}\n\n{KEYWORDS}', 'format' => 0),
|
69 |
+
1 => array('short_text' => array('active' => 0, 'range_min' => 1499, 'range_max' => 1500, 'excerpt_range_min' => 1499, 'excerpt_range_max' => 1500, 'limit' => 0), 'content' => '{CONTENT} {KEYWORDS}', 'format' => 0),
|
70 |
+
2 => array('short_text' => array('active' => 0, 'range_min' => 1499, 'range_max' => 1500, 'excerpt_range_min' => 1499, 'excerpt_range_max' => 1500, 'limit' => 0), 'content' => '{CONTENT} {KEYWORDS}', 'format' => 0)),
|
71 |
+
18 => array(0 => array('short_text' => array('active' => 0, 'range_min' => 1499, 'range_max' => 1500, 'excerpt_range_min' => 1499, 'excerpt_range_max' => 1500, 'limit' => 1500), 'content' => '{CONTENT} {KEYWORDS}', 'format' => false)),
|
72 |
+
19 => array(0 => array('short_text' => array('active' => 0, 'range_min' => 239, 'range_max' => 320, 'excerpt_range_min' => 239, 'excerpt_range_max' => 320, 'limit' => 1000), 'content' => '{CONTENT}', 'format' => 0),
|
73 |
1 => array('short_text' => array('active' => 0, 'range_min' => 239, 'range_max' => 320, 'excerpt_range_min' => 239, 'excerpt_range_max' => 320, 'limit' => 420), 'content' => '{CONTENT}', 'format' => 1),
|
74 |
+
2 => array('short_text' => array('active' => 0, 'range_min' => 239, 'range_max' => 320, 'excerpt_range_min' => 239, 'excerpt_range_max' => 320, 'limit' => 10000), 'content' => '{CONTENT}', 'format' => 1)),
|
75 |
+
24 => array(0 => array('short_text' => array('active' => 0, 'range_min' => 239, 'range_max' => 320, 'excerpt_range_min' => 239, 'excerpt_range_max' => 320, 'limit' => 420), 'content' => '{CONTENT}', 'format' => 0))
|
76 |
)));
|
77 |
define('B2S_PLUGIN_SYSTEMREQUIREMENT_WORDPRESSVERSION', '4.7.0');
|
78 |
define('B2S_PLUGIN_SYSTEMREQUIREMENT_PHPVERSION', '5.5.3');
|
87 |
define('B2S_PLUGIN_SYSTEMREQUIREMENT_OPENSSL', true);
|
88 |
define('B2S_PLUGIN_PAGE_SLUG', serialize(array('blog2social', 'blog2social-post', 'blog2social-calendar', 'blog2social-curation', 'blog2social-network', 'blog2social-settings', 'prg-post', 'blog2social-support', 'blog2social-premium', 'blog2social-sched', 'blog2social-approve', 'blog2social-publish', 'blog2social-notice', 'blog2social-ship', 'blog2social-curation-draft', 'blog2social-draft-post', 'prg-login', 'prg-ship')));
|
89 |
define('B2S_PLUGIN_NETWORK_NOT_ALLOW_GIF', json_encode(array(16, 18)));
|
90 |
+
define('B2S_PLUGIN_NETWORK_ANIMATE_GIF', json_encode(array(1 => array(0 => false, 1 => true), 2 => array(0 => false, 1 => true), 3 => array(0 => true, 1 => true), 4 => array(0 => true), 6 => array(0 => true), 7 => array(0 => false), 11 => array(0 => true), 12 => array(0 => false, 1 => false), 14 => array(0 => true), 15 => array(0 => false), 17 => array(0 => false), 19 => array(0 => true, 1 => true), 21 => array(0 => true), 24 => array(0 => true))));
|
91 |
define('B2S_PLUGIN_NETWORK_META_TAGS', json_encode(array('og' => array(1, 3, 15, 19, 17), 'twitter' => array(2))));
|
92 |
define('B2S_PLUGIN_SHORTENER', serialize(array(0 => esc_html__('Bitly', 'blog2social'), 1 => esc_html__('Rebrandly', 'blog2social'), 2 => esc_html__('Sniply', 'blog2social'))));
|
93 |
|
283 |
if ($limit) {
|
284 |
global $wpdb;
|
285 |
$optionPostFormat = $options->_getOption('post_template');
|
|
|
|
|
|
|
286 |
$url = get_permalink($post->ID);
|
287 |
$title = isset($post->post_title) ? B2S_Util::getTitleByLanguage(strip_tags($post->post_title)) : '';
|
288 |
+
$hook_filter = new B2S_Hook_Filter();
|
289 |
+
$keywords = $hook_filter->get_wp_post_hashtag((int) $post->ID, $post->post_type);
|
290 |
+
if(($keywords == false || empty($keywords)) && is_plugin_active('wp-automatic/wp-automatic.php')) {
|
291 |
+
$keywords = B2S_Tools::extractKeywords($title);
|
292 |
+
}
|
293 |
$content = (isset($post->post_content) && !empty($post->post_content)) ? trim($post->post_content) : '';
|
294 |
$excerpt = (isset($post->post_excerpt) && !empty($post->post_excerpt)) ? trim($post->post_excerpt) : '';
|
295 |
+
$images_urls = $hook_filter->get_wp_post_image((int) $post->ID, $content);
|
296 |
+
$image_url = ((!empty($images_urls) && isset(array_values($images_urls)[0][0])) ? array_values($images_urls)[0][0] : false);
|
297 |
$delay = (isset($autoPostData['ship_state']) && (int) $autoPostData['ship_state'] = 0) ? 0 : (isset($autoPostData['ship_delay_time']) ? (int) $autoPostData['ship_delay_time'] : 0);
|
298 |
$current_user_datetime = date('Y-m-d H:i:s', strtotime(B2S_Util::getUTCForDate($current_utc_datetime, $userTimeZoneOffset)));
|
299 |
|
302 |
$time = ($delay == 0) ? "-30 seconds" : "+" . $delay . " minutes";
|
303 |
$sched_date = date('Y-m-d H:i:s', strtotime($time, strtotime($current_user_datetime)));
|
304 |
$sched_date_utc = date('Y-m-d H:i:s', strtotime($time, strtotime($current_utc_datetime)));
|
305 |
+
|
306 |
+
//deprecated setting, removed in V6.5
|
307 |
+
$optionUserHashTag = (B2S_PLUGIN_USER_VERSION > 1) ? false : $options->_getOption('user_allow_hashtag');
|
308 |
$allowHashTag = ($optionUserHashTag === false || $optionUserHashTag == 1) ? true : false;
|
309 |
|
310 |
$defaultPostData = array('default_titel' => $title,
|
440 |
}
|
441 |
|
442 |
public function b2s_save_post_box() {
|
443 |
+
|
444 |
if (!isset($_POST['wphb-clear-cache'])) { // WP-Hummingbird BTN clear cache - protection
|
445 |
if (!isset($_POST['wp-preview']) || (isset($_POST['wp-preview']) && $_POST['wp-preview'] != 'dopreview')) {
|
446 |
if (isset($_POST['post_ID']) && (int) $_POST['post_ID'] > 0) {
|
467 |
} else {
|
468 |
$desc = str_replace("\r\n", ' ', substr(sanitize_textarea_field(strip_shortcodes($_POST['content'])), 0, 160));
|
469 |
}
|
470 |
+
$hook_filter = new B2S_Hook_Filter();
|
471 |
+
$images_urls = $hook_filter->get_wp_post_image((int) $_POST['post_ID'], ((isset($_POST['content']) && !empty($_POST['content'])) ? trim($_POST['content']) : ''));
|
472 |
+
$image_url = ((!empty($images_urls) && isset(array_values($images_urls)[0][0])) ? array_values($images_urls)[0][0] : false);
|
473 |
$meta->setMeta('og_title', $title);
|
474 |
$meta->setMeta('og_desc', $desc);
|
475 |
$meta->setMeta('og_image', (($image_url !== false) ? trim(esc_url(urldecode($image_url))) : ''));
|
486 |
} else {
|
487 |
$desc = str_replace("\r\n", ' ', substr(sanitize_textarea_field(strip_shortcodes($_POST['content'])), 0, 160));
|
488 |
}
|
489 |
+
$hook_filter = new B2S_Hook_Filter();
|
490 |
+
$images_urls = $hook_filter->get_wp_post_image((int) $_POST['post_ID'], ((isset($_POST['content']) && !empty($_POST['content'])) ? trim($_POST['content']) : ''));
|
491 |
+
$image_url = ((!empty($images_urls) && isset(array_values($images_urls)[0][0])) ? array_values($images_urls)[0][0] : false);
|
492 |
$meta->setMeta('card_title', $title);
|
493 |
$meta->setMeta('card_desc', $desc);
|
494 |
$meta->setMeta('card_image', (($image_url !== false) ? trim(esc_url(urldecode($image_url))) : ''));
|
568 |
}
|
569 |
|
570 |
delete_option('B2S_PLUGIN_POST_CONTENT_' . (int) $_POST['post_ID']);
|
|
|
|
|
571 |
$keywords = $hook_filter->get_wp_post_hashtag((int) $_POST['post_ID'], get_post_type((int) $_POST['post_ID']));
|
572 |
$url = get_permalink($_POST['post_ID']);
|
573 |
$title = isset($_POST['post_title']) ? B2S_Util::getTitleByLanguage(strip_tags($_POST['post_title']), strtolower($b2sPostLang)) : '';
|
574 |
$content = (isset($_POST['content']) && !empty($_POST['content'])) ? trim($_POST['content']) : '';
|
575 |
$excerpt = (isset($_POST['excerpt']) && !empty($_POST['excerpt'])) ? trim($_POST['excerpt']) : get_the_excerpt((int) $_POST['post_ID']);
|
576 |
+
$hook_filter = new B2S_Hook_Filter();
|
577 |
+
$images_urls = $hook_filter->get_wp_post_image((int) $_POST['post_ID'], $content);
|
578 |
+
$image_url = ((!empty($images_urls) && isset(array_values($images_urls)[0][0])) ? array_values($images_urls)[0][0] : false);
|
579 |
+
|
580 |
$options = new B2S_Options((int) $_POST['user_ID']);
|
581 |
$optionPostFormat = $options->_getOption('post_template');
|
582 |
+
$optionUserHashTag = (B2S_PLUGIN_USER_VERSION > 1) ? false : $options->_getOption('user_allow_hashtag');
|
583 |
$allowHashTag = ($optionUserHashTag === false || $optionUserHashTag == 1) ? true : false;
|
584 |
|
585 |
$defaultPostData = array('default_titel' => $title,
|
650 |
if((int) $value->networkId == 12 && isset($optionPostFormat[12][0]['addLink']) && $optionPostFormat[12][0]['addLink'] === false) {
|
651 |
$res['url'] = '';
|
652 |
}
|
653 |
+
if((int) $value->networkId == 1 && isset($optionPostFormat[1][$value->networkType]['format']) && $optionPostFormat[1][$value->networkType]['format'] == 1 && isset($optionPostFormat[1][$value->networkType]['addLink']) && $optionPostFormat[1][$value->networkType]['addLink'] === false) {
|
654 |
+
$res['url'] = '';
|
655 |
+
}
|
656 |
$shareApprove = (isset($value->instant_sharing) && (int) $value->instant_sharing == 1) ? 1 : 0;
|
657 |
$insert = $autoShare->saveShareData($res, $value->networkId, $value->networkType, $value->networkAuthId, $shareApprove, strip_tags($value->networkUserName));
|
658 |
|
1344 |
if (B2S_Tools::showNotice() == false) {
|
1345 |
wp_enqueue_script('B2SVALIDATEJS');
|
1346 |
wp_enqueue_style('B2SPOSTDRAFTCSS');
|
1347 |
+
wp_enqueue_style('B2SDATEPICKERCSS');
|
1348 |
+
wp_enqueue_script('B2SDATEPICKERJS');
|
1349 |
+
wp_enqueue_script('B2SDATEPICKERDEJS');
|
1350 |
+
wp_enqueue_script('B2SDATEPICKERENJS');
|
1351 |
wp_enqueue_script('B2SPOSTJS');
|
1352 |
require_once( B2S_PLUGIN_DIR . 'views/b2s/post.draft.php');
|
1353 |
} else {
|
includes/Meta.php
CHANGED
@@ -209,11 +209,16 @@ class B2S_Meta {
|
|
209 |
$image = $this->options[$type . '_default_image'];
|
210 |
}
|
211 |
|
212 |
-
|
213 |
if (!empty($image)) {
|
214 |
if ($this->print) {
|
215 |
if ($type == 'og') {
|
216 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
217 |
} else {
|
218 |
echo '<meta name="twitter:image" content="' . esc_url(apply_filters('b2s_card_meta_image', $image)) . '"/>' . "\n";
|
219 |
}
|
209 |
$image = $this->options[$type . '_default_image'];
|
210 |
}
|
211 |
|
|
|
212 |
if (!empty($image)) {
|
213 |
if ($this->print) {
|
214 |
if ($type == 'og') {
|
215 |
+
$image_size = getimagesize($image);
|
216 |
+
$size = "";
|
217 |
+
if(isset($image_size[0]) && (int) $image_size[0] > 0 && isset($image_size[1]) && (int) $image_size[1] > 0) {
|
218 |
+
$size = '<meta property="og:image:width" content="' . $image_size[0] . '"/>' . "\n";
|
219 |
+
$size .= '<meta property="og:image:height" content="' . $image_size[1] . '"/>' . "\n";
|
220 |
+
}
|
221 |
+
echo '<meta property="og:image" content="' . esc_url(apply_filters('b2s_og_meta_image', $image)) . '"/>' . "\n" . $size;
|
222 |
} else {
|
223 |
echo '<meta name="twitter:image" content="' . esc_url(apply_filters('b2s_card_meta_image', $image)) . '"/>' . "\n";
|
224 |
}
|
includes/PRG/Ship/Image.php
CHANGED
@@ -8,7 +8,8 @@ class PRG_Ship_Image {
|
|
8 |
|
9 |
public function getItemHtml($postId,$postContent,$postUrl,$userLang='en') {
|
10 |
$content = '';
|
11 |
-
$
|
|
|
12 |
$isImage = (is_array($imageData) && !empty($imageData)) ? true : false;
|
13 |
|
14 |
if ($isImage) {
|
8 |
|
9 |
public function getItemHtml($postId,$postContent,$postUrl,$userLang='en') {
|
10 |
$content = '';
|
11 |
+
$hook_filter = new B2S_Hook_Filter();
|
12 |
+
$imageData = $hook_filter->get_wp_post_image($postId,$postContent,$postUrl, true,$userLang);
|
13 |
$isImage = (is_array($imageData) && !empty($imageData)) ? true : false;
|
14 |
|
15 |
if ($isImage) {
|
includes/Tools.php
CHANGED
@@ -233,7 +233,10 @@ class B2S_Tools {
|
|
233 |
return ($lang == 'en') ? 'https://www.blog2social.com/en/faq/index.php?action=artikel&cat=3&id=165&artlang=en' : 'https://www.blog2social.com/de/faq/index.php?action=artikel&cat=3&id=162&artlang=de';
|
234 |
}
|
235 |
if($type == 'fb_page_auth'){
|
236 |
-
return ($lang == 'en') ? 'https://www.blog2social.com/en/faq/index.php?action=artikel&cat=2&id=124&artlang=en' : 'https://www.blog2social.com/de/faq/index.php?action=artikel&cat=2&id=124&artlang=de
|
|
|
|
|
|
|
237 |
}
|
238 |
if($type == 'network_grouping'){
|
239 |
return ($lang == 'en') ? 'https://www.blog2social.com/en/faq/index.php?action=artikel&cat=4&id=65&artlang=en&highlight=profile' : 'https://www.blog2social.com/de/faq/index.php?action=artikel&cat=4&id=73&artlang=de&highlight=profil';
|
@@ -244,6 +247,9 @@ class B2S_Tools {
|
|
244 |
if($type == 'community_lostpw'){
|
245 |
return 'https://community.blog2social.com/lostpw';
|
246 |
}
|
|
|
|
|
|
|
247 |
}
|
248 |
|
249 |
public static function getAffiliateId() {
|
@@ -404,4 +410,32 @@ class B2S_Tools {
|
|
404 |
return $default;
|
405 |
}
|
406 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
407 |
}
|
233 |
return ($lang == 'en') ? 'https://www.blog2social.com/en/faq/index.php?action=artikel&cat=3&id=165&artlang=en' : 'https://www.blog2social.com/de/faq/index.php?action=artikel&cat=3&id=162&artlang=de';
|
234 |
}
|
235 |
if($type == 'fb_page_auth'){
|
236 |
+
return ($lang == 'en') ? 'https://www.blog2social.com/en/faq/index.php?action=artikel&cat=2&id=124&artlang=en' : 'https://www.blog2social.com/de/faq/index.php?action=artikel&cat=2&id=124&artlang=de';
|
237 |
+
}
|
238 |
+
if($type == 'fb_group_auth'){
|
239 |
+
return ($lang == 'en') ? 'https://www.blog2social.com/en/faq/index.php?action=artikel&cat=2&id=82&artlang=en' : 'https://www.blog2social.com/de/faq/index.php?action=artikel&cat=2&id=86&artlang=de';
|
240 |
}
|
241 |
if($type == 'network_grouping'){
|
242 |
return ($lang == 'en') ? 'https://www.blog2social.com/en/faq/index.php?action=artikel&cat=4&id=65&artlang=en&highlight=profile' : 'https://www.blog2social.com/de/faq/index.php?action=artikel&cat=4&id=73&artlang=de&highlight=profil';
|
247 |
if($type == 'community_lostpw'){
|
248 |
return 'https://community.blog2social.com/lostpw';
|
249 |
}
|
250 |
+
if($type == 'auto_post_assign'){
|
251 |
+
return ($lang == 'en') ? 'https://www.blog2social.com/en/faq/index.php?action=artikel&cat=3&id=72&artlang=en' : 'https://www.blog2social.com/de/faq/index.php?action=artikel&cat=3&id=79&artlang=de';
|
252 |
+
}
|
253 |
}
|
254 |
|
255 |
public static function getAffiliateId() {
|
410 |
return $default;
|
411 |
}
|
412 |
|
413 |
+
public static function extractKeywords($string){
|
414 |
+
$stopWords = array('i','a','about','an','and','are','as','at','be','by','com','de','en','for','from','how','in','is','it','la','of','on','or','that','the','this','to','was','what','when','where','who','will','with','und','the','www');
|
415 |
+
|
416 |
+
$string = preg_replace('/\s\s+/i', '', $string); // replace whitespace
|
417 |
+
$string = trim($string); // trim the string
|
418 |
+
$string = preg_replace('/[^a-zA-Z0-9 -]/', '', $string); // only take alphanumerical characters, but keep the spaces and dashes too…
|
419 |
+
$string = strtolower($string); // make it lowercase
|
420 |
+
|
421 |
+
preg_match_all('/\b.*?\b/i', $string, $matchWords);
|
422 |
+
$matchWords = $matchWords[0];
|
423 |
+
|
424 |
+
foreach ( $matchWords as $key=>$item ) {
|
425 |
+
if ( $item == '' || in_array(strtolower($item), $stopWords) || strlen($item) <= 3 ) {
|
426 |
+
unset($matchWords[$key]);
|
427 |
+
}
|
428 |
+
}
|
429 |
+
$wordCountArr = array();
|
430 |
+
if ( is_array($matchWords) ) {
|
431 |
+
foreach ( $matchWords as $key => $val ) {
|
432 |
+
$val = strtolower($val);
|
433 |
+
$wordCountArr[] = $val;
|
434 |
+
}
|
435 |
+
}
|
436 |
+
arsort($wordCountArr);
|
437 |
+
$wordCountArr = array_slice($wordCountArr, 0, 10);
|
438 |
+
return $wordCountArr;
|
439 |
+
}
|
440 |
+
|
441 |
}
|
includes/Util.php
CHANGED
@@ -413,7 +413,7 @@ class B2S_Util {
|
|
413 |
return trim($text);
|
414 |
}
|
415 |
$stops = array('.', ':');
|
416 |
-
$min =
|
417 |
$cleanTruncateWord = true;
|
418 |
$max = ($max !== false) ? ($max - $min) : ($min - 1);
|
419 |
if (mb_strlen($text, 'UTF-8') < $max) {
|
413 |
return trim($text);
|
414 |
}
|
415 |
$stops = array('.', ':');
|
416 |
+
$min = 1;
|
417 |
$cleanTruncateWord = true;
|
418 |
$max = ($max !== false) ? ($max - $min) : ($min - 1);
|
419 |
if (mb_strlen($text, 'UTF-8') < $max) {
|
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: 2020-
|
6 |
"MIME-Version: 1.0\n"
|
7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -12,10 +12,10 @@ msgstr ""
|
|
12 |
"Project-Id-Version: Plugins - Blog2Social: Social Media Auto Post & "
|
13 |
"Scheduler - Stable (latest release)\n"
|
14 |
"Report-Msgid-Bugs-To: \n"
|
15 |
-
"POT-Creation-Date: 2020-
|
16 |
-
"Last-Translator:
|
17 |
-
"Language-Team:
|
18 |
-
"X-Loco-Version: 2.3.
|
19 |
|
20 |
#: includes/Loader.php:45
|
21 |
msgid "Modify pin board"
|
@@ -33,40 +33,40 @@ msgstr "Modify subreddit"
|
|
33 |
msgid "Modify forum"
|
34 |
msgstr "Modify forum"
|
35 |
|
36 |
-
#: includes/Loader.php:
|
37 |
msgid "Bitly"
|
38 |
msgstr "Bitly"
|
39 |
|
40 |
-
#: includes/Loader.php:
|
41 |
msgid "Rebrandly"
|
42 |
msgstr "Rebrandly"
|
43 |
|
44 |
-
#: includes/Loader.php:
|
45 |
msgid "Sniply"
|
46 |
msgstr "Sniply"
|
47 |
|
48 |
-
#: includes/Loader.php:
|
49 |
msgid "Blog2Social: Autoposter"
|
50 |
msgstr "Blog2Social: Auto-Poster"
|
51 |
|
52 |
-
#: includes/Loader.php:
|
53 |
msgid "Blog2Social: Social Media Content Calendar"
|
54 |
msgstr "Blog2Social: Social-Media-Content-Kalender"
|
55 |
|
56 |
-
#: includes/Loader.php:
|
57 |
msgid "This post will be shared into your social media from"
|
58 |
msgstr ""
|
59 |
"Dein Beitrag ist zur Veröffentlichung in den Social Media geplant ab dem"
|
60 |
|
61 |
-
#: includes/Loader.php:
|
62 |
msgid "show details"
|
63 |
msgstr "siehe Details"
|
64 |
|
65 |
-
#: includes/Loader.php:
|
66 |
msgid "This post will be shared on social media in 2-3 minutes!"
|
67 |
msgstr "Dein Beitrag wird in ca. 2-3 Minuten in die Social Media eingestellt!"
|
68 |
|
69 |
-
#: includes/Loader.php:
|
70 |
msgid ""
|
71 |
"Please make sure that your post, page or custom post type is published or "
|
72 |
"scheduled to be published on this blog before you try to post it with "
|
@@ -79,8 +79,8 @@ msgstr ""
|
|
79 |
"Posts werden mit dem von Dir gewählten Permalink geteilt, geplante WP-Posts "
|
80 |
"werden mit dem Posting-ID-Link geteilt."
|
81 |
|
82 |
-
#: includes/Loader.php:
|
83 |
-
#: includes/B2S/AutoPost/Item.php:
|
84 |
msgid ""
|
85 |
"There are no social network accounts assigned to your selected network "
|
86 |
"collection. Please assign at least one social network account or select "
|
@@ -90,101 +90,101 @@ msgstr ""
|
|
90 |
"verbunden. Bitte füge mindestens ein Social Media Account hinzu oder wähle "
|
91 |
"eine andere Netzwerkgruppierung aus. "
|
92 |
|
93 |
-
#: includes/Loader.php:
|
94 |
#: views/b2s/html/sidebar.ship.php:44
|
95 |
msgid "Upgrade to Premium"
|
96 |
msgstr "Premium freischalten"
|
97 |
|
98 |
-
#: includes/Loader.php:
|
99 |
-
#: includes/Loader.php:
|
100 |
#: views/b2s/html/sidebar.php:137
|
101 |
msgid "Settings"
|
102 |
msgstr "Einstellungen"
|
103 |
|
104 |
-
#: includes/Loader.php:
|
105 |
msgid "Support"
|
106 |
msgstr "Support"
|
107 |
|
108 |
-
#: includes/Loader.php:
|
109 |
msgid "Notifications"
|
110 |
msgstr "Benachrichtigungen"
|
111 |
|
112 |
-
#: includes/Loader.php:
|
113 |
#: views/b2s/html/sidebar.php:125
|
114 |
msgid "Shared Posts"
|
115 |
msgstr "geteilte Beiträge"
|
116 |
|
117 |
-
#: includes/Loader.php:
|
118 |
#: views/b2s/html/sidebar.php:119
|
119 |
msgid "Instant Sharing"
|
120 |
msgstr "Instant Sharing"
|
121 |
|
122 |
-
#: includes/Loader.php:
|
123 |
#: views/b2s/html/post.navbar.php:12 views/b2s/html/sidebar.php:94
|
124 |
#: views/b2s/html/sidebar.php:116
|
125 |
msgid "Drafts"
|
126 |
msgstr "Entwürfe"
|
127 |
|
128 |
-
#: includes/Loader.php:
|
129 |
#: views/b2s/html/sidebar.php:122 views/b2s/widgets/posts.php:18
|
130 |
msgid "Scheduled Posts"
|
131 |
msgstr "geplante Beiträge"
|
132 |
|
133 |
-
#: includes/Loader.php:
|
134 |
msgid "Social Media Post Drafts"
|
135 |
msgstr "Social Media Posts Entwürfe"
|
136 |
|
137 |
-
#: includes/Loader.php:
|
138 |
#: views/b2s/html/sidebar.php:113
|
139 |
msgid "Favorites"
|
140 |
msgstr "Favoriten"
|
141 |
|
142 |
-
#: includes/Loader.php:
|
143 |
#: views/b2s/html/sidebar.php:75
|
144 |
msgid "Auto-Post"
|
145 |
msgstr "Beiträge automatisch teilen"
|
146 |
|
147 |
-
#: includes/Loader.php:
|
148 |
#: views/b2s/html/sidebar.php:72
|
149 |
msgid "Re-Share Posts"
|
150 |
msgstr "Beiträge wiederholt teilen"
|
151 |
|
152 |
-
#: includes/Loader.php:
|
153 |
#: views/b2s/support.php:22
|
154 |
msgid "NEW"
|
155 |
msgstr "Neu"
|
156 |
|
157 |
-
#: includes/Loader.php:
|
158 |
#: includes/B2S/Network/Item.php:149 includes/B2S/Network/Item.php:151
|
159 |
#: includes/B2S/Network/Item.php:153 includes/B2S/Network/Item.php:220
|
160 |
-
#: includes/B2S/Network/Item.php:
|
161 |
#: includes/B2S/Ship/Portale.php:40 includes/B2S/Ship/Portale.php:42
|
162 |
msgid "Profile"
|
163 |
msgstr "Profil"
|
164 |
|
165 |
-
#: includes/Loader.php:
|
166 |
#: includes/B2S/Network/Item.php:157 includes/B2S/Network/Item.php:157
|
167 |
#: includes/B2S/Network/Item.php:157 includes/B2S/Network/Item.php:286
|
168 |
-
#: includes/B2S/Network/Item.php:
|
169 |
#: includes/B2S/Ship/Portale.php:35
|
170 |
msgid "Page"
|
171 |
msgstr "Seite"
|
172 |
|
173 |
-
#: includes/Loader.php:
|
174 |
-
#: includes/B2S/Network/Item.php:353 includes/B2S/Network/Item.php:
|
175 |
#: includes/B2S/Ship/Portale.php:31 includes/B2S/Ship/Portale.php:32
|
176 |
msgid "Group"
|
177 |
msgstr "Gruppe"
|
178 |
|
179 |
-
#: includes/Loader.php:
|
180 |
msgid "Company"
|
181 |
msgstr "Unternehmen"
|
182 |
|
183 |
-
#: includes/Loader.php:
|
184 |
msgid "Business"
|
185 |
msgstr "Business"
|
186 |
|
187 |
-
#: includes/Loader.php:
|
188 |
#, php-format
|
189 |
msgid ""
|
190 |
"The network could not publish your post. Please see <a target=\"_blank\" "
|
@@ -193,7 +193,7 @@ msgstr ""
|
|
193 |
"Dein Post ist vom Netzwerk nicht veröffentlicht worden. Siehe <a "
|
194 |
"target=\"_blank\" href=\"%s\">FAQ</a>"
|
195 |
|
196 |
-
#: includes/Loader.php:
|
197 |
msgid ""
|
198 |
"Your authorization has expired. Please reconnect your account in the "
|
199 |
"Blog2Social network settings."
|
@@ -201,11 +201,11 @@ msgstr ""
|
|
201 |
"Deine Authorisierung ist abgelaufen. Bitte verbinde Deinen Account in den "
|
202 |
"Blog2Social Netzwerkeinstellungen erneut."
|
203 |
|
204 |
-
#: includes/Loader.php:
|
205 |
msgid "The network has marked the post as spam or abusive."
|
206 |
msgstr "Das Netzwerk hat Deinen Post als Spam oder missbräuchlich markiert."
|
207 |
|
208 |
-
#: includes/Loader.php:
|
209 |
msgid ""
|
210 |
"We don't have the permission to publish your post. Please check your "
|
211 |
"authorization."
|
@@ -213,7 +213,7 @@ msgstr ""
|
|
213 |
"Wir haben nicht Deine Erlaubnis, den Post zu veröffentlichen. Bitte "
|
214 |
"überprüfe deine Autorisierung."
|
215 |
|
216 |
-
#: includes/Loader.php:
|
217 |
#, php-format
|
218 |
msgid ""
|
219 |
"Your authorization is interrupted. Please check your authorization. Please "
|
@@ -222,11 +222,11 @@ msgstr ""
|
|
222 |
"Deine Autorisierung ist unterbrochen. Bitte überprüfe Deine Verbindung. "
|
223 |
"Siehe <a target=\"_blank\" href=\"%s\">FAQ</a>"
|
224 |
|
225 |
-
#: includes/Loader.php:
|
226 |
msgid "Your daily limit has been reached."
|
227 |
msgstr "Dein tägliches Beitragslimit wurde erreicht."
|
228 |
|
229 |
-
#: includes/Loader.php:
|
230 |
msgid ""
|
231 |
"Your post could not be posted, because your image is not available or the "
|
232 |
"image source does not allow to publish"
|
@@ -234,7 +234,7 @@ msgstr ""
|
|
234 |
"Dein Beitrag kann nicht veröffentlicht werden, da Dein Bild nicht verfügbar "
|
235 |
"ist oder die Bildquelle es nicht erlaubt zu veröffentlichen"
|
236 |
|
237 |
-
#: includes/Loader.php:
|
238 |
#, php-format
|
239 |
msgid ""
|
240 |
"The network has blocked your account. Please see <a target=\"_blank\" "
|
@@ -243,7 +243,7 @@ msgstr ""
|
|
243 |
"Das Netzwerk hat Dein Konto gesperrt. Siehe <a target=\"_blank\" href=\"%s\">"
|
244 |
"FAQ</a>"
|
245 |
|
246 |
-
#: includes/Loader.php:
|
247 |
#, php-format
|
248 |
msgid ""
|
249 |
"The number of images is reached. Please see <a target=\"_blank\" href=\"%s\">"
|
@@ -252,14 +252,14 @@ msgstr ""
|
|
252 |
"Die Anzahl der Bilder ist erreicht. Siehe <a target=\"_blank\" href=\"%s\">"
|
253 |
"FAQ</a>"
|
254 |
|
255 |
-
#: includes/Loader.php:
|
256 |
msgid ""
|
257 |
"Your daily limit for this network has been reached. Please try again later."
|
258 |
msgstr ""
|
259 |
"Dein tägliches Beitragslimit für dieses Netzwerk wurde erreicht. Bitte "
|
260 |
"versuche es später noch einmal."
|
261 |
|
262 |
-
#: includes/Loader.php:
|
263 |
#, php-format
|
264 |
msgid ""
|
265 |
"The network can not publish special characters such as Emoji. Please see <a "
|
@@ -268,26 +268,26 @@ msgstr ""
|
|
268 |
"Das Netzwerk kann keine Sonderzeichen wie Emoji veröffentlichen. Siehe <a "
|
269 |
"target=\"_blank\" href=\"%s\">FAQ</a>"
|
270 |
|
271 |
-
#: includes/Loader.php:
|
272 |
msgid "Your post is a duplicate."
|
273 |
msgstr "Du kannst auf dem Netzwerke keine Duplikate veröffentlichen."
|
274 |
|
275 |
-
#: includes/Loader.php:
|
276 |
msgid "The network requires a public url."
|
277 |
msgstr "Das Netzwerk benötigt eine öffentlich zugängliche URL."
|
278 |
|
279 |
-
#: includes/Loader.php:
|
280 |
msgid ""
|
281 |
"Your blog post was not available for the network at the time of publication."
|
282 |
msgstr ""
|
283 |
"Dein Blogbeitrag war zum Zeitpunkt der Veröffentlichung für das Netzwerk "
|
284 |
"nicht verfügbar."
|
285 |
|
286 |
-
#: includes/Loader.php:
|
287 |
msgid "You have already retweeted this post."
|
288 |
msgstr "Du hast diesen Post bereits retweetet."
|
289 |
|
290 |
-
#: includes/Loader.php:
|
291 |
msgid ""
|
292 |
"This XING API is no longer supported by XING. Please connect your XING "
|
293 |
"accounts with the new XING interface to reschedule your posts."
|
@@ -296,19 +296,19 @@ msgstr ""
|
|
296 |
"Deinen XING-Konten über die neue XING-Schnittstelle, um Deine Beiträge neu "
|
297 |
"zu planen."
|
298 |
|
299 |
-
#: includes/Loader.php:
|
300 |
msgid "An image is required to post on this social network."
|
301 |
msgstr ""
|
302 |
"Für die Veröffentlichung in diesem sozialen Netzwerk ist ein Bild "
|
303 |
"erforderlich."
|
304 |
|
305 |
-
#: includes/Loader.php:
|
306 |
msgid "To share social media posts on Reddit or Diigo, a link is required."
|
307 |
msgstr ""
|
308 |
"Um Social Media Posts auf Reddit oder Diigo zu teilen, ist ein Link "
|
309 |
"erforderlich."
|
310 |
|
311 |
-
#: includes/Loader.php:
|
312 |
msgid ""
|
313 |
"Your post could not be posted, because your image can not be processed by "
|
314 |
"the network."
|
@@ -316,7 +316,7 @@ msgstr ""
|
|
316 |
"Dein Beitrag kann nicht veröffentlicht werden, da Dein Bild nicht vom "
|
317 |
"Netzwerk verarbeitet werden kann"
|
318 |
|
319 |
-
#: includes/Loader.php:
|
320 |
#, php-format
|
321 |
msgid ""
|
322 |
"Instagram published your post without text. Please see <a target=\"_blank\" "
|
@@ -325,67 +325,67 @@ msgstr ""
|
|
325 |
"Instagram hat Deinen Beitrag ohne Text veröffentlicht. Siehe <a "
|
326 |
"target=\"_blank\" href=\"%s\">FAQ</a>"
|
327 |
|
328 |
-
#: includes/Loader.php:
|
329 |
msgid "Your group can not be found by the network."
|
330 |
msgstr "Deine Gruppe kann vom Netzwerk nicht gefunden werden."
|
331 |
|
332 |
-
#: includes/Loader.php:
|
333 |
msgid "Dashboard"
|
334 |
msgstr "Dashboard"
|
335 |
|
336 |
-
#: includes/Loader.php:
|
337 |
msgid "Share Website & Blog Content"
|
338 |
msgstr "Webseiten- & Blog Content teilen"
|
339 |
|
340 |
-
#: includes/Loader.php:
|
341 |
msgid "Site & Blog Content"
|
342 |
msgstr "Seiten & Blog Content"
|
343 |
|
344 |
-
#: includes/Loader.php:
|
345 |
msgid "Create Social Media Posts"
|
346 |
msgstr "Erstelle Social Media Posts"
|
347 |
|
348 |
-
#: includes/Loader.php:
|
349 |
msgid "Social Media Posts"
|
350 |
msgstr "Social Media Posts"
|
351 |
|
352 |
-
#: includes/Loader.php:
|
353 |
#: views/b2s/html/post.navbar.php:20 views/b2s/html/sidebar.php:128
|
354 |
msgid "Calendar"
|
355 |
msgstr "Kalender"
|
356 |
|
357 |
-
#: includes/Loader.php:
|
358 |
msgid "Networks"
|
359 |
msgstr "Netzwerke"
|
360 |
|
361 |
-
#: includes/Loader.php:
|
362 |
msgid "PR-Service"
|
363 |
msgstr "PR-Service"
|
364 |
|
365 |
-
#: includes/Loader.php:
|
366 |
-
#: views/b2s/html/header.php:
|
367 |
#: views/b2s/html/sidebar.ship.php:66
|
368 |
msgid "Help & Support"
|
369 |
msgstr "Hilfe & Support"
|
370 |
|
371 |
-
#: includes/Loader.php:
|
372 |
msgid "Premium"
|
373 |
msgstr "Premium"
|
374 |
|
375 |
-
#: includes/Loader.php:
|
376 |
msgid "PREMIUM"
|
377 |
msgstr "PREMIUM"
|
378 |
|
379 |
-
#: includes/Loader.php:
|
380 |
#: views/b2s/html/sidebar.ship.php:24
|
381 |
msgid "Blog2Social"
|
382 |
msgstr "Blog2Social"
|
383 |
|
384 |
-
#: includes/Loader.php:
|
385 |
msgid "Blog2Social needs Wordpress Version 4.7.0 or higher."
|
386 |
msgstr "Blog2Social benötigt WordPress Version 4.7.0 oder höher."
|
387 |
|
388 |
-
#: includes/Loader.php:
|
389 |
#, php-format
|
390 |
msgid ""
|
391 |
"<a href=\"%s\" target=\"_blank\">Please find more Information and help in "
|
@@ -394,11 +394,11 @@ msgstr ""
|
|
394 |
"<a href=\"%s\" target=\"_blank\">Weitere Informationen und Hilfe findest Du "
|
395 |
"in unserem FAQs.</a>"
|
396 |
|
397 |
-
#: includes/Loader.php:
|
398 |
msgid "or"
|
399 |
msgstr "oder"
|
400 |
|
401 |
-
#: includes/Loader.php:
|
402 |
msgid "back to install plugins"
|
403 |
msgstr "zurück zur Pluginübersicht"
|
404 |
|
@@ -449,200 +449,200 @@ msgstr ""
|
|
449 |
"oder höher läuft, oder bitten Sie Ihren Server-Administrator, dies für Sie "
|
450 |
"zu tun."
|
451 |
|
452 |
-
#: includes/Tools.php:
|
453 |
#: views/b2s/html/sidebar.ship.php:29
|
454 |
msgid "License"
|
455 |
msgstr "Lizenz"
|
456 |
|
457 |
-
#: includes/Tools.php:
|
458 |
msgid "Greece"
|
459 |
msgstr "Griechenland"
|
460 |
|
461 |
-
#: includes/Tools.php:
|
462 |
msgid "India"
|
463 |
msgstr "Indien"
|
464 |
|
465 |
-
#: includes/Tools.php:
|
466 |
msgid "United States of America"
|
467 |
msgstr "Vereinigte Staaten von Amerika"
|
468 |
|
469 |
-
#: includes/Tools.php:
|
470 |
msgid "Ireland"
|
471 |
msgstr "Irland"
|
472 |
|
473 |
-
#: includes/Tools.php:
|
474 |
msgid "Italy"
|
475 |
msgstr "Italien"
|
476 |
|
477 |
-
#: includes/Tools.php:
|
478 |
msgid "Switzerland"
|
479 |
msgstr "Schweiz"
|
480 |
|
481 |
-
#: includes/Tools.php:
|
482 |
msgid "Czechoslovakia"
|
483 |
msgstr "Tschechoslowakei"
|
484 |
|
485 |
-
#: includes/Tools.php:
|
486 |
msgid "Indonesia"
|
487 |
msgstr "Indonesien"
|
488 |
|
489 |
-
#: includes/Tools.php:
|
490 |
msgid "Spain"
|
491 |
msgstr "Spanien"
|
492 |
|
493 |
-
#: includes/Tools.php:
|
494 |
msgid "Canada"
|
495 |
msgstr "Kanada"
|
496 |
|
497 |
-
#: includes/Tools.php:
|
498 |
msgid "Great Britain"
|
499 |
msgstr "Großbritannien"
|
500 |
|
501 |
-
#: includes/Tools.php:
|
502 |
msgid "Russia"
|
503 |
msgstr "Russland"
|
504 |
|
505 |
-
#: includes/Tools.php:
|
506 |
msgid "Netherlands"
|
507 |
msgstr "Niederlande"
|
508 |
|
509 |
-
#: includes/Tools.php:
|
510 |
msgid "Portugal"
|
511 |
msgstr "Portugal"
|
512 |
|
513 |
-
#: includes/Tools.php:
|
514 |
msgid "Norway"
|
515 |
msgstr "Norwegen"
|
516 |
|
517 |
-
#: includes/Tools.php:
|
518 |
msgid "Turkey"
|
519 |
msgstr "Türkei"
|
520 |
|
521 |
-
#: includes/Tools.php:
|
522 |
msgid "Australia"
|
523 |
msgstr "Australien"
|
524 |
|
525 |
-
#: includes/Tools.php:
|
526 |
msgid "Austria"
|
527 |
msgstr "Österreich"
|
528 |
|
529 |
-
#: includes/Tools.php:
|
530 |
msgid "Poland"
|
531 |
msgstr "Polen"
|
532 |
|
533 |
-
#: includes/Tools.php:
|
534 |
msgid "France"
|
535 |
msgstr "Frankreich"
|
536 |
|
537 |
-
#: includes/Tools.php:
|
538 |
msgid "Romania"
|
539 |
msgstr "Rumänien"
|
540 |
|
541 |
-
#: includes/Tools.php:
|
542 |
msgid "Germany"
|
543 |
msgstr "Deutschland"
|
544 |
|
545 |
-
#: includes/Tools.php:
|
546 |
msgid "Denmark"
|
547 |
msgstr "Dänemark"
|
548 |
|
549 |
-
#: includes/Tools.php:
|
550 |
msgid "New Zealand"
|
551 |
msgstr "Neuseeland"
|
552 |
|
553 |
-
#: includes/Tools.php:
|
554 |
msgid "Finland"
|
555 |
msgstr "Finnland"
|
556 |
|
557 |
-
#: includes/Tools.php:
|
558 |
msgid "Hungary"
|
559 |
msgstr "Ungarn"
|
560 |
|
561 |
-
#: includes/Tools.php:
|
562 |
msgid "Japan"
|
563 |
msgstr "Japan"
|
564 |
|
565 |
-
#: includes/Tools.php:
|
566 |
msgid "Argentina"
|
567 |
msgstr "Argentinien"
|
568 |
|
569 |
-
#: includes/Tools.php:
|
570 |
msgid "Korea"
|
571 |
msgstr "Korea"
|
572 |
|
573 |
-
#: includes/Tools.php:
|
574 |
msgid "Sweden"
|
575 |
msgstr "Schweden"
|
576 |
|
577 |
-
#: includes/Tools.php:
|
578 |
msgid "Mexico"
|
579 |
msgstr "Mexiko"
|
580 |
|
581 |
-
#: includes/Tools.php:
|
582 |
msgid "Slovakia"
|
583 |
msgstr "Slowakei"
|
584 |
|
585 |
-
#: includes/Tools.php:
|
586 |
msgid "Chile"
|
587 |
msgstr "Chile"
|
588 |
|
589 |
-
#: includes/Tools.php:
|
590 |
msgid "Colombia"
|
591 |
msgstr "Kolumbien"
|
592 |
|
593 |
-
#: includes/Tools.php:
|
594 |
msgid "South Africa"
|
595 |
msgstr "Südafrika"
|
596 |
|
597 |
-
#: includes/Tools.php:
|
598 |
msgid "Philippines"
|
599 |
msgstr "Philippinen"
|
600 |
|
601 |
-
#: includes/Tools.php:
|
602 |
msgid "is determined automatically"
|
603 |
msgstr "wird automatisch ermittelt"
|
604 |
|
605 |
-
#: includes/Tools.php:
|
606 |
msgid "Search"
|
607 |
msgstr "Suche"
|
608 |
|
609 |
-
#: includes/Tools.php:
|
610 |
msgid "Recently Used"
|
611 |
msgstr "Zuletzt verwendet"
|
612 |
|
613 |
-
#: includes/Tools.php:
|
614 |
msgid "Smileys & People"
|
615 |
msgstr "Smileys & Personen"
|
616 |
|
617 |
-
#: includes/Tools.php:
|
618 |
msgid "Animals & Nature"
|
619 |
msgstr "Tiere & Natur"
|
620 |
|
621 |
-
#: includes/Tools.php:
|
622 |
msgid "Food & Drink"
|
623 |
msgstr "Essen & Trinken"
|
624 |
|
625 |
-
#: includes/Tools.php:
|
626 |
msgid "Activities"
|
627 |
msgstr "Aktivitäten"
|
628 |
|
629 |
-
#: includes/Tools.php:
|
630 |
msgid "Travel & Places"
|
631 |
msgstr "Reisen & Orte"
|
632 |
|
633 |
-
#: includes/Tools.php:
|
634 |
msgid "Objects"
|
635 |
msgstr "Objekte"
|
636 |
|
637 |
-
#: includes/Tools.php:
|
638 |
msgid "Symbols"
|
639 |
msgstr "Symbole"
|
640 |
|
641 |
-
#: includes/Tools.php:
|
642 |
msgid "Flags"
|
643 |
msgstr "Flaggen"
|
644 |
|
645 |
-
#: includes/Tools.php:
|
646 |
msgid "No emojis found"
|
647 |
msgstr "Keine Ergebnisse"
|
648 |
|
@@ -689,32 +689,32 @@ msgstr "Es ist ein unbekannter Fehler aufgetreten!"
|
|
689 |
msgid "Please contact our support!"
|
690 |
msgstr "Bitte kontaktiere unseren Support!"
|
691 |
|
692 |
-
#: includes/Ajax/Post.php:
|
693 |
#: includes/B2S/Network/Item.php:218 includes/B2S/Network/Item.php:284
|
694 |
#: includes/B2S/Network/Item.php:351 includes/B2S/Network/Item.php:477
|
695 |
msgid "Unknown username"
|
696 |
msgstr "unbekannter Blog-Nutzer"
|
697 |
|
698 |
-
#: includes/Ajax/Post.php:
|
699 |
-
#: includes/B2S/Post/Item.php:
|
700 |
-
#: includes/B2S/Post/Item.php:
|
701 |
-
#: includes/B2S/Settings/Item.php:
|
702 |
-
#: includes/B2S/Ship/Item.php:
|
703 |
msgid "delete"
|
704 |
msgstr "löschen"
|
705 |
|
706 |
-
#: includes/B2S/PostBox.php:
|
707 |
msgid "Please see FAQ"
|
708 |
msgstr "Siehe FAQ"
|
709 |
|
710 |
-
#: includes/B2S/PostBox.php:
|
711 |
-
#: views/b2s/html/header.php:
|
712 |
msgid "The connection to the server failed. Try again!"
|
713 |
msgstr ""
|
714 |
"Eine Verbindung zum Server konnte nicht hergestellt werden. Versuche es "
|
715 |
"erneut!"
|
716 |
|
717 |
-
#: includes/B2S/PostBox.php:
|
718 |
msgid ""
|
719 |
"WordPress uses heartbeats by default, Blog2Social as well. Please enable "
|
720 |
"heartbeats for using Blog2Social!"
|
@@ -722,7 +722,7 @@ msgstr ""
|
|
722 |
"WordPress verwendet standardmäßig den Heartbeat und Blog2Social auch. "
|
723 |
"Aktiviere den Heartbeat damit Du Blog2Social problemlos nutzen kannst."
|
724 |
|
725 |
-
#: includes/B2S/PostBox.php:
|
726 |
msgid ""
|
727 |
"Your post is still on draft or pending status. Please make sure that your "
|
728 |
"post is published or scheduled to be published on this blog. You can then "
|
@@ -732,12 +732,12 @@ msgstr ""
|
|
732 |
"geplant ist. Dann kannst Du Deinen Beitrag mit Blog2Social anpassen und "
|
733 |
"planen."
|
734 |
|
735 |
-
#: includes/B2S/PostBox.php:
|
736 |
-
#: includes/B2S/AutoPost/Item.php:
|
737 |
msgid "Network settings"
|
738 |
msgstr "Netzwerkeinstellungen"
|
739 |
|
740 |
-
#: includes/B2S/PostBox.php:
|
741 |
msgid ""
|
742 |
"Notice: Please make sure, that your website address is reachable. The Social "
|
743 |
"Networks do not allow postings from local installations."
|
@@ -745,64 +745,65 @@ msgstr ""
|
|
745 |
"Hinweis: Bitte stelle sicher, dass Dein Blog von außen erreichbar ist. Bei "
|
746 |
"Fragen wende Dich bitte an unseren Support."
|
747 |
|
748 |
-
#: includes/B2S/PostBox.php:
|
749 |
msgid "Custom Sharing & Scheduling"
|
750 |
msgstr "Anpassen & Planen"
|
751 |
|
752 |
-
#: includes/B2S/PostBox.php:
|
753 |
-
#: includes/B2S/PostBox.php:
|
754 |
#: views/b2s/ship.php:166 views/b2s/ship.php:258
|
755 |
-
#: includes/B2S/AutoPost/Item.php:
|
756 |
-
#: includes/B2S/
|
757 |
-
#: includes/B2S/RePost/Item.php:
|
|
|
758 |
msgid "Info"
|
759 |
msgstr "Info"
|
760 |
|
761 |
-
#: includes/B2S/PostBox.php:
|
762 |
msgid "Customize & Schedule Social Media Posts"
|
763 |
msgstr "Social Media Posts anpassen & planen"
|
764 |
|
765 |
-
#: includes/B2S/PostBox.php:
|
766 |
msgid "The Autoposter is"
|
767 |
msgstr "Der Auto-Poster ist"
|
768 |
|
769 |
-
#: includes/B2S/PostBox.php:
|
770 |
msgid "activated"
|
771 |
msgstr "aktiviert"
|
772 |
|
773 |
-
#: includes/B2S/PostBox.php:
|
774 |
msgid "deactivated"
|
775 |
msgstr "deaktiviert"
|
776 |
|
777 |
-
#: includes/B2S/PostBox.php:
|
778 |
msgid "Shared"
|
779 |
msgstr "Wie oft geteilt?"
|
780 |
|
781 |
-
#: includes/B2S/PostBox.php:
|
782 |
msgid "times"
|
783 |
msgstr "Mal"
|
784 |
|
785 |
-
#: includes/B2S/PostBox.php:
|
786 |
msgid "Last shared"
|
787 |
msgstr "Letzte Veröffentlichung"
|
788 |
|
789 |
-
#: includes/B2S/PostBox.php:
|
790 |
msgid "Advanced settings"
|
791 |
msgstr "Erweiterte Einstellungen"
|
792 |
|
793 |
-
#: includes/B2S/PostBox.php:
|
794 |
msgid "enable Auto-Posting"
|
795 |
msgstr "Auto-Posting aktivieren"
|
796 |
|
797 |
-
#: includes/B2S/PostBox.php:
|
798 |
msgid "show calendar"
|
799 |
msgstr "Planungskalender anzeigen"
|
800 |
|
801 |
-
#: includes/B2S/PostBox.php:
|
802 |
msgid "Blog2Social: Customize & Schedule Social Media Posts"
|
803 |
msgstr "Blog2Social : Beiträge anpassen & planen"
|
804 |
|
805 |
-
#: includes/B2S/PostBox.php:
|
806 |
msgid ""
|
807 |
"Customize and schedule your social media posts on the one page preview for "
|
808 |
"all your selected networks: tailor your posts with individual comments, "
|
@@ -816,12 +817,12 @@ msgstr ""
|
|
816 |
"mehrfach oder wiederholt, um mehr Sichtbarkeit und Feedback von Deiner "
|
817 |
"Community zu erzielen"
|
818 |
|
819 |
-
#: includes/B2S/PostBox.php:
|
820 |
-
#: views/b2s/html/footer.php:
|
821 |
msgid "Blog2Social: Social Media Auto-Posting"
|
822 |
msgstr "Blog2Social: Social Media Auto-Posting"
|
823 |
|
824 |
-
#: includes/B2S/PostBox.php:
|
825 |
msgid ""
|
826 |
"Share your blog posts with the Auto Poster: Your blog posts will be shared "
|
827 |
"automatically on your social media channels as soon as you publish or update "
|
@@ -834,7 +835,7 @@ msgstr ""
|
|
834 |
"in WordPress vorgeplante Blogbeiträge automatisch geteilt werden, sobald sie "
|
835 |
"veröffentlicht werden."
|
836 |
|
837 |
-
#: includes/B2S/PostBox.php:
|
838 |
#, php-format
|
839 |
msgid ""
|
840 |
"<a target=\"_blank\" href=\"%s\">Learn how to set up auto posting for your "
|
@@ -843,130 +844,130 @@ msgstr ""
|
|
843 |
"<a target=\"_blank\" href=\"%s\">Erfahre, wie Du den Auto-Poster für Deine "
|
844 |
"Blogbeiträge einrichtest.</a>"
|
845 |
|
846 |
-
#: includes/B2S/PostBox.php:
|
847 |
-
#: views/b2s/html/footer.php:
|
848 |
msgid "You want to auto-post your blog post?"
|
849 |
msgstr "Du möchtest Deinen Beitrag automatisch posten?"
|
850 |
|
851 |
-
#: includes/B2S/PostBox.php:
|
852 |
-
#: views/b2s/curation.php:210 views/b2s/post.calendar.php:
|
853 |
#: views/b2s/ship.php:309 views/b2s/ship.php:373 views/b2s/ship.php:419
|
854 |
-
#: views/b2s/html/footer.php:
|
855 |
-
#: views/b2s/html/footer.php:
|
856 |
-
#: views/b2s/html/footer.php:
|
857 |
-
#: views/b2s/html/footer.php:
|
858 |
msgid "With Blog2Social Premium you can:"
|
859 |
msgstr "Mit Blog2Social kannst Du:"
|
860 |
|
861 |
-
#: includes/B2S/PostBox.php:
|
862 |
-
#: views/b2s/curation.php:213 views/b2s/post.calendar.php:
|
863 |
#: views/b2s/ship.php:312 views/b2s/ship.php:376 views/b2s/ship.php:422
|
864 |
-
#: views/b2s/html/footer.php:
|
865 |
-
#: views/b2s/html/footer.php:
|
866 |
-
#: views/b2s/html/footer.php:
|
867 |
-
#: views/b2s/html/footer.php:
|
868 |
-
#: views/b2s/html/header.php:
|
869 |
msgid "Post on pages and groups"
|
870 |
msgstr "Poste auf Seiten und in Gruppen"
|
871 |
|
872 |
-
#: includes/B2S/PostBox.php:
|
873 |
-
#: views/b2s/curation.php:214 views/b2s/post.calendar.php:
|
874 |
#: views/b2s/ship.php:313 views/b2s/ship.php:377 views/b2s/ship.php:423
|
875 |
-
#: views/b2s/html/footer.php:
|
876 |
-
#: views/b2s/html/footer.php:
|
877 |
-
#: views/b2s/html/footer.php:
|
878 |
-
#: views/b2s/html/footer.php:
|
879 |
msgid "Share on multiple profiles, pages and groups"
|
880 |
msgstr "Auf mehreren Profilen, Seiten und Gruppen teilen"
|
881 |
|
882 |
-
#: includes/B2S/PostBox.php:
|
883 |
-
#: views/b2s/curation.php:215 views/b2s/post.calendar.php:
|
884 |
#: views/b2s/ship.php:314 views/b2s/ship.php:378 views/b2s/ship.php:424
|
885 |
-
#: views/b2s/html/footer.php:
|
886 |
-
#: views/b2s/html/footer.php:
|
887 |
-
#: views/b2s/html/footer.php:
|
888 |
-
#: views/b2s/html/footer.php:
|
889 |
-
#: views/b2s/html/footer.php:
|
890 |
msgid "Auto-post and auto-schedule new and updated blog posts"
|
891 |
msgstr ""
|
892 |
" Auto-posten und Auto-planen: Beiträge automatisch bei Veröffentlichung oder "
|
893 |
"Aktualisierung posten und zeitversetzt planen"
|
894 |
|
895 |
-
#: includes/B2S/PostBox.php:
|
896 |
-
#: views/b2s/curation.php:216 views/b2s/post.calendar.php:
|
897 |
#: views/b2s/ship.php:315 views/b2s/ship.php:379 views/b2s/ship.php:425
|
898 |
-
#: views/b2s/html/footer.php:
|
899 |
-
#: views/b2s/html/footer.php:
|
900 |
-
#: views/b2s/html/footer.php:
|
901 |
-
#: views/b2s/html/footer.php:
|
902 |
msgid "Schedule your posts at the best times on each network"
|
903 |
msgstr "Plane Deine Beiträge zu den besten Zeiten für jedes Netzwerk"
|
904 |
|
905 |
-
#: includes/B2S/PostBox.php:
|
906 |
-
#: views/b2s/curation.php:217 views/b2s/post.calendar.php:
|
907 |
#: views/b2s/ship.php:316 views/b2s/ship.php:380 views/b2s/ship.php:426
|
908 |
-
#: views/b2s/html/footer.php:
|
909 |
-
#: views/b2s/html/footer.php:
|
910 |
-
#: views/b2s/html/footer.php:
|
911 |
-
#: views/b2s/html/footer.php:
|
912 |
msgid ""
|
913 |
"Best Time Manager: use predefined best time scheduler to auto-schedule your "
|
914 |
"social media posts"
|
915 |
msgstr " Beste Zeiten Manager: vordefinierte Zeiten für Deine Beiträge nutzen"
|
916 |
|
917 |
-
#: includes/B2S/PostBox.php:
|
918 |
-
#: views/b2s/curation.php:218 views/b2s/post.calendar.php:
|
919 |
#: views/b2s/ship.php:317 views/b2s/ship.php:381 views/b2s/ship.php:427
|
920 |
-
#: views/b2s/html/footer.php:
|
921 |
-
#: views/b2s/html/footer.php:
|
922 |
-
#: views/b2s/html/footer.php:
|
923 |
-
#: views/b2s/html/footer.php:
|
924 |
msgid "Schedule your post for one time, multiple times or recurrently"
|
925 |
msgstr ""
|
926 |
"Veröffentlichungen zur besten Zeit pro Netzwerk planen: einmalig, mehrmalig "
|
927 |
"oder nach einem regelmäßigen Muster"
|
928 |
|
929 |
-
#: includes/B2S/PostBox.php:
|
930 |
-
#: views/b2s/curation.php:219 views/b2s/post.calendar.php:
|
931 |
#: views/b2s/ship.php:318 views/b2s/ship.php:382 views/b2s/ship.php:428
|
932 |
-
#: views/b2s/html/footer.php:
|
933 |
-
#: views/b2s/html/footer.php:
|
934 |
-
#: views/b2s/html/footer.php:
|
935 |
-
#: views/b2s/html/footer.php:
|
936 |
msgid "Schedule and re-share old posts"
|
937 |
msgstr "Plane und teile alte Beiträge"
|
938 |
|
939 |
-
#: includes/B2S/PostBox.php:
|
940 |
-
#: views/b2s/curation.php:220 views/b2s/post.calendar.php:
|
941 |
#: views/b2s/ship.php:319 views/b2s/ship.php:383 views/b2s/ship.php:429
|
942 |
-
#: views/b2s/html/footer.php:
|
943 |
-
#: views/b2s/html/footer.php:
|
944 |
-
#: views/b2s/html/footer.php:
|
945 |
-
#: views/b2s/html/footer.php:
|
946 |
-
#: views/b2s/html/footer.php:
|
947 |
msgid "Select link format or image format for your posts"
|
948 |
msgstr ""
|
949 |
"Link-Posts oder Bild-Posts als Posting-Format für Deine Beiträge auswählen"
|
950 |
|
951 |
-
#: includes/B2S/PostBox.php:
|
952 |
-
#: views/b2s/curation.php:221 views/b2s/post.calendar.php:
|
953 |
#: views/b2s/ship.php:320 views/b2s/ship.php:384 views/b2s/ship.php:430
|
954 |
-
#: views/b2s/html/footer.php:
|
955 |
-
#: views/b2s/html/footer.php:
|
956 |
-
#: views/b2s/html/footer.php:
|
957 |
-
#: views/b2s/html/footer.php:
|
958 |
-
#: views/b2s/html/footer.php:
|
959 |
msgid "Select individual images per post"
|
960 |
msgstr ""
|
961 |
"Individuelle Bilder für Deine Social Media Posts pro Netzwerk auswählen"
|
962 |
|
963 |
-
#: includes/B2S/PostBox.php:
|
964 |
-
#: views/b2s/curation.php:222 views/b2s/post.calendar.php:
|
965 |
#: views/b2s/ship.php:321 views/b2s/ship.php:385 views/b2s/ship.php:431
|
966 |
-
#: views/b2s/html/footer.php:
|
967 |
-
#: views/b2s/html/footer.php:
|
968 |
-
#: views/b2s/html/footer.php:
|
969 |
-
#: views/b2s/html/footer.php:
|
970 |
msgid ""
|
971 |
"Reporting & calendar: keep track of your published and scheduled social "
|
972 |
"media posts"
|
@@ -974,24 +975,25 @@ msgstr ""
|
|
974 |
"Reporting & Kalender: Verfolge Deine veröffentlichten und geplanten Social "
|
975 |
"Media Beiträge"
|
976 |
|
977 |
-
#: includes/B2S/PostBox.php:
|
978 |
-
#: views/b2s/curation.php:224 views/b2s/post.calendar.php:
|
979 |
#: views/b2s/ship.php:323 views/b2s/ship.php:387 views/b2s/ship.php:433
|
980 |
-
#: views/b2s/html/footer.php:
|
981 |
-
#: views/b2s/html/footer.php:
|
982 |
-
#: views/b2s/html/footer.php:
|
983 |
-
#: views/b2s/html/footer.php:
|
984 |
msgid "Upgrade to SMART and above"
|
985 |
msgstr "Upgrade auf SMART und höher"
|
986 |
|
987 |
-
#: includes/B2S/PostBox.php:
|
988 |
-
#: views/b2s/curation.php:226 views/b2s/post.calendar.php:
|
989 |
#: views/b2s/ship.php:325 views/b2s/ship.php:389 views/b2s/ship.php:435
|
990 |
-
#: views/b2s/html/footer.php:
|
991 |
-
#: views/b2s/html/footer.php:
|
992 |
-
#: views/b2s/html/footer.php:
|
993 |
-
#: views/b2s/html/footer.php:
|
994 |
-
#: views/b2s/html/footer.php:
|
|
|
995 |
#, php-format
|
996 |
msgid ""
|
997 |
"or <a target=\"_blank\" href=\"%s\">start with free 30-days-trial of "
|
@@ -1001,51 +1003,61 @@ msgstr ""
|
|
1001 |
"Testversion von Blog2Social Premium</a> (keine Zahlungsinformationen "
|
1002 |
"erforderlich)"
|
1003 |
|
1004 |
-
#: includes/B2S/PostBox.php:
|
1005 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1006 |
msgid "Select network collection:"
|
1007 |
msgstr "Netzwerk-Gruppierung auswählen:"
|
1008 |
|
1009 |
-
#: includes/B2S/PostBox.php:
|
1010 |
msgid "Available networks for autoposting"
|
1011 |
msgstr "Verfügbare Netzwerke im Autoposter"
|
1012 |
|
1013 |
-
#: includes/B2S/PostBox.php:
|
1014 |
-
#: views/b2s/repost.php:203
|
1015 |
#, php-format
|
1016 |
msgid ""
|
1017 |
-
"Under <a href=\"%s\">Network Settings</a> you define which network
|
1018 |
-
"is used. <a href=\"%s\" target=\"_blank\">
|
|
|
1019 |
msgstr ""
|
1020 |
-
"Unter <a href=\"%s\">Netzwerkeinstellungen</a>
|
1021 |
-
"
|
1022 |
-
"
|
1023 |
|
1024 |
-
#: includes/B2S/PostBox.php:
|
1025 |
#: views/b2s/repost.php:204
|
1026 |
msgid "Available networks"
|
1027 |
msgstr "Verfügbare Netzwerke"
|
1028 |
|
1029 |
-
#: includes/B2S/PostBox.php:
|
1030 |
-
#: views/b2s/repost.php:167 includes/B2S/AutoPost/Item.php:
|
1031 |
-
#: includes/B2S/Curation/View.php:97 includes/B2S/RePost/Item.php:
|
1032 |
msgid "Select Twitter profile:"
|
1033 |
msgstr "Wählen Sie ein Twitter-Profil aus:"
|
1034 |
|
1035 |
-
#: includes/B2S/PostBox.php:
|
1036 |
msgid "When do you want to share your post on social media?"
|
1037 |
msgstr "Wann möchtest Du Deinen Beitrag auf den Social Media teilen?"
|
1038 |
|
1039 |
-
#: includes/B2S/PostBox.php:
|
1040 |
msgid "immediately after publishing"
|
1041 |
msgstr "sofort nach Veröffentlichung"
|
1042 |
|
1043 |
-
#: includes/B2S/PostBox.php:
|
1044 |
msgid "at best times"
|
1045 |
msgstr "zu den besten Zeiten"
|
1046 |
|
1047 |
#: views/b2s/autopost.php:18 views/b2s/settings.php:18
|
1048 |
-
#: includes/B2S/Ship/Image.php:
|
1049 |
msgid ""
|
1050 |
"You need a higher user role to upload an image on this blog. Please contact "
|
1051 |
"your administrator."
|
@@ -1058,21 +1070,21 @@ msgid "save..."
|
|
1058 |
msgstr "speichere Daten..."
|
1059 |
|
1060 |
#: views/b2s/autopost.php:48 views/b2s/settings.php:73
|
1061 |
-
#: includes/B2S/Ship/Image.php:
|
1062 |
msgid "Select or upload an image from media gallery"
|
1063 |
msgstr "Bild aus Mediathek auswählen oder hochladen"
|
1064 |
|
1065 |
#: views/b2s/autopost.php:49 views/b2s/settings.php:74
|
1066 |
-
#: includes/B2S/Ship/Image.php:
|
1067 |
msgid "Use image"
|
1068 |
msgstr "Bild verwenden"
|
1069 |
|
1070 |
-
#: views/b2s/autopost.php:59 views/b2s/settings.php:
|
1071 |
-
#: includes/B2S/Settings/Item.php:
|
1072 |
msgid "Personal Time Zone"
|
1073 |
msgstr "Persönliche Zeitzone"
|
1074 |
|
1075 |
-
#: views/b2s/autopost.php:62 views/b2s/settings.php:
|
1076 |
msgid ""
|
1077 |
"Blog2Social applies the scheduled time settings based on the time zone "
|
1078 |
"defined in the general settings of your WordPress. You can select a user-"
|
@@ -1095,7 +1107,7 @@ msgstr ""
|
|
1095 |
"zu vermeiden, werden Autoposts an Dein primäres Twitter-Profil gesendet."
|
1096 |
|
1097 |
#: views/b2s/autopost.php:76 views/b2s/repost.php:170
|
1098 |
-
#: includes/B2S/AutoPost/Item.php:
|
1099 |
msgid "More information"
|
1100 |
msgstr "Zusätzliche Informationen"
|
1101 |
|
@@ -1112,10 +1124,10 @@ msgid "Get the Blog2Social Browser Extension"
|
|
1112 |
msgstr "Blog2Social Browser Erweiterung"
|
1113 |
|
1114 |
#: views/b2s/curation.draft.php:47 views/b2s/network.php:61
|
1115 |
-
#: views/b2s/network.php:149 views/b2s/network.php:
|
1116 |
-
#: views/b2s/network.php:
|
1117 |
#: views/b2s/post.approve.php:51 views/b2s/post.calendar.php:60
|
1118 |
-
#: views/b2s/post.calendar.php:
|
1119 |
#: views/b2s/post.favorites.php:41 views/b2s/post.notice.php:45
|
1120 |
#: views/b2s/post.php:41 views/b2s/post.publish.php:45
|
1121 |
#: views/b2s/post.sched.php:59 views/b2s/repost.php:28 views/b2s/ship.php:188
|
@@ -1173,24 +1185,24 @@ msgstr "Als Entwurf gespeichert."
|
|
1173 |
|
1174 |
#: views/b2s/curation.php:45 views/b2s/post.calendar.php:70
|
1175 |
#: views/b2s/post.sched.php:189 views/b2s/repost.php:73
|
1176 |
-
#: includes/B2S/Settings/Item.php:
|
1177 |
-
#: views/b2s/html/footer.php:
|
1178 |
msgid "Link Post"
|
1179 |
msgstr "Link-Beitrag"
|
1180 |
|
1181 |
#: views/b2s/curation.php:47 views/b2s/curation.php:49
|
1182 |
#: views/b2s/post.calendar.php:70 views/b2s/post.sched.php:189
|
1183 |
-
#: views/b2s/repost.php:73 includes/B2S/Settings/Item.php:
|
1184 |
-
#: includes/B2S/Settings/Item.php:
|
1185 |
msgid "Image Post"
|
1186 |
msgstr "Bild-Beitrag"
|
1187 |
|
1188 |
-
#: views/b2s/curation.php:49 views/b2s/network.php:
|
1189 |
#: includes/B2S/AutoPost/Item.php:31 includes/B2S/Curation/View.php:56
|
1190 |
#: includes/B2S/Network/Item.php:164 includes/B2S/Network/Item.php:258
|
1191 |
#: includes/B2S/Network/Item.php:324 includes/B2S/Network/Item.php:386
|
1192 |
-
#: includes/B2S/RePost/Item.php:23 includes/B2S/Settings/Item.php:
|
1193 |
-
#: includes/B2S/Ship/Image.php:
|
1194 |
#: views/b2s/html/post.navbar.php:15 views/b2s/html/post.navbar.php:18
|
1195 |
#: views/b2s/html/post.navbar.php:20 views/b2s/partials/post-edit-modal.php:9
|
1196 |
#: views/b2s/widgets/posts.php:18
|
@@ -1218,14 +1230,20 @@ msgstr "Link eingeben"
|
|
1218 |
msgid "continue"
|
1219 |
msgstr "weiter"
|
1220 |
|
1221 |
-
#: views/b2s/curation.php:93 includes/B2S/Ship/Item.php:
|
1222 |
-
#: includes/B2S/Ship/Item.php:
|
1223 |
-
#: includes/B2S/Ship/Item.php:
|
1224 |
-
#: includes/B2S/Ship/Item.php:
|
1225 |
-
#: includes/B2S/Ship/Item.php:
|
1226 |
-
#: includes/B2S/Ship/Item.php:
|
1227 |
-
#: includes/B2S/Ship/Item.php:
|
1228 |
-
#: includes/B2S/Ship/Item.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
1229 |
msgid "Change image"
|
1230 |
msgstr "Bild ändern"
|
1231 |
|
@@ -1234,7 +1252,7 @@ msgid "Write something..."
|
|
1234 |
msgstr "Schreibe etwas..."
|
1235 |
|
1236 |
#: views/b2s/curation.php:112 views/b2s/ship.php:260 views/b2s/ship.php:262
|
1237 |
-
#: includes/B2S/Post/Item.php:
|
1238 |
msgid "Re-share this post"
|
1239 |
msgstr "Diesen Beitrag nochmal teilen"
|
1240 |
|
@@ -1243,8 +1261,8 @@ msgid "Create a new post"
|
|
1243 |
msgstr "Neuen Social Media Post erstellen"
|
1244 |
|
1245 |
#: views/b2s/curation.php:119 views/b2s/post.calendar.php:38
|
1246 |
-
#: views/b2s/ship.php:18 views/b2s/ship.php:663 includes/B2S/Post/Filter.php:
|
1247 |
-
#: includes/B2S/Post/Item.php:
|
1248 |
#: includes/PRG/Post/Filter.php:37 includes/PRG/Post/Item.php:86
|
1249 |
msgid "published"
|
1250 |
msgstr "veröffentlicht"
|
@@ -1259,22 +1277,22 @@ msgstr "Möchtest Du diesen Beitrag als veröffentlicht markieren?"
|
|
1259 |
msgid "YES"
|
1260 |
msgstr "JA"
|
1261 |
|
1262 |
-
#: views/b2s/curation.php:154 views/b2s/post.calendar.php:
|
1263 |
#: views/b2s/ship.php:402
|
1264 |
msgid "Need to schedule your posts?"
|
1265 |
msgstr "Du möchtest Deine Beiträge planen?"
|
1266 |
|
1267 |
-
#: views/b2s/curation.php:157 views/b2s/post.calendar.php:
|
1268 |
#: views/b2s/ship.php:405
|
1269 |
msgid "Blog2Social Premium covers everything you need."
|
1270 |
msgstr "Blog2Social Premium deckt alles ab, was Du brauchst."
|
1271 |
|
1272 |
-
#: views/b2s/curation.php:160 views/b2s/post.calendar.php:
|
1273 |
-
#: views/b2s/ship.php:408 includes/B2S/Ship/Item.php:
|
1274 |
msgid "Schedule for specific dates"
|
1275 |
msgstr "Für bestimmte Termine planen"
|
1276 |
|
1277 |
-
#: views/b2s/curation.php:161 views/b2s/post.calendar.php:
|
1278 |
#: views/b2s/ship.php:409
|
1279 |
msgid ""
|
1280 |
"You want to publish a post on a specific date? No problem! Just enter your "
|
@@ -1283,12 +1301,12 @@ msgstr ""
|
|
1283 |
"Du möchtest einen Beitrag an einem ganz bestimmten Datum veröffentlichen? "
|
1284 |
"Kein Problem! Stelle einfach Dein Wunschdatum ein und los geht’s!"
|
1285 |
|
1286 |
-
#: views/b2s/curation.php:163 views/b2s/post.calendar.php:
|
1287 |
#: views/b2s/ship.php:411
|
1288 |
msgid "Schedule post recurrently"
|
1289 |
msgstr "Beitrag mehrfach planen"
|
1290 |
|
1291 |
-
#: views/b2s/curation.php:164 views/b2s/post.calendar.php:
|
1292 |
#: views/b2s/ship.php:412
|
1293 |
msgid ""
|
1294 |
"You have evergreen content you want to re-share from time to time in your "
|
@@ -1299,12 +1317,12 @@ msgstr ""
|
|
1299 |
"teilen? Teile Deine Evergreen Inhalte einmal, mehrmals oder in einem "
|
1300 |
"wiederkehrenden Rhythmus"
|
1301 |
|
1302 |
-
#: views/b2s/curation.php:166 views/b2s/post.calendar.php:
|
1303 |
#: views/b2s/ship.php:414
|
1304 |
msgid "Best Time Scheduler"
|
1305 |
msgstr "Beste Zeiten Manager"
|
1306 |
|
1307 |
-
#: views/b2s/curation.php:167 views/b2s/post.calendar.php:
|
1308 |
#: views/b2s/ship.php:415
|
1309 |
msgid ""
|
1310 |
"Whenever you publish a post, only a fraction of your followers will actually "
|
@@ -1340,6 +1358,16 @@ msgstr "Bild auswählen"
|
|
1340 |
msgid "Available networks for Social Media Posts"
|
1341 |
msgstr "Verfügbare Netzwerke für die Social Media Posts"
|
1342 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1343 |
#: views/b2s/dashboard.php:26
|
1344 |
msgid "Your Activity"
|
1345 |
msgstr "Deine Aktivität"
|
@@ -1356,8 +1384,12 @@ msgstr "Diagramm"
|
|
1356 |
msgid "Follow us"
|
1357 |
msgstr "Folge uns"
|
1358 |
|
|
|
|
|
|
|
|
|
1359 |
#: views/b2s/network.php:25 views/b2s/network.php:26
|
1360 |
-
#: views/b2s/post.calendar.php:
|
1361 |
#: views/prg/post.php:26 views/prg/post.php:27
|
1362 |
#: views/b2s/html/post.navbar.php:26 views/b2s/html/post.navbar.php:27
|
1363 |
msgid "filter"
|
@@ -1373,7 +1405,9 @@ msgstr "Du möchtest eine neue Kombination von Netzwerken anlegen?"
|
|
1373 |
|
1374 |
#: views/b2s/network.php:35 includes/B2S/Network/Item.php:153
|
1375 |
#: includes/B2S/Network/Item.php:157 includes/B2S/Network/Item.php:161
|
1376 |
-
#: includes/B2S/Ship/Image.php:
|
|
|
|
|
1377 |
#: includes/B2S/Ship/Portale.php:35 includes/B2S/Ship/Portale.php:42
|
1378 |
msgid "PRO"
|
1379 |
msgstr "PRO"
|
@@ -1383,7 +1417,7 @@ msgid "Delete"
|
|
1383 |
msgstr "Löschen"
|
1384 |
|
1385 |
#: views/b2s/network.php:48 views/b2s/ship.php:74 views/b2s/ship.php:372
|
1386 |
-
#: views/b2s/html/footer.php:
|
1387 |
msgid "You want to schedule your posts and use the Best Time Scheduler?"
|
1388 |
msgstr ""
|
1389 |
"Du möchtest die Veröffentlichung Deiner Posts planen und den Beste Zeiten "
|
@@ -1434,7 +1468,7 @@ msgstr ""
|
|
1434 |
"Business Brancheneinträgen zu erweitern."
|
1435 |
|
1436 |
#: views/b2s/network.php:130 views/b2s/premium.php:36 views/b2s/ship.php:494
|
1437 |
-
#: includes/B2S/Ship/Item.php:
|
1438 |
msgid "Learn more"
|
1439 |
msgstr "Mehr erfahren"
|
1440 |
|
@@ -1503,21 +1537,21 @@ msgstr "Could not be changed"
|
|
1503 |
msgid "modfiy"
|
1504 |
msgstr "modify"
|
1505 |
|
1506 |
-
#: views/b2s/network.php:
|
1507 |
#: includes/B2S/Network/Item.php:164
|
1508 |
msgid "Edit Post Template"
|
1509 |
msgstr "Beitragsvorlage bearbeiten"
|
1510 |
|
1511 |
-
#: views/b2s/network.php:
|
1512 |
-
#: includes/B2S/Network/Item.php:538 includes/B2S/Settings/Item.php:
|
1513 |
msgid "save"
|
1514 |
msgstr "speichern"
|
1515 |
|
1516 |
-
#: views/b2s/network.php:
|
1517 |
msgid "Instant Caching for Link Posts"
|
1518 |
msgstr "Instant Caching für Link-Beiträge"
|
1519 |
|
1520 |
-
#: views/b2s/network.php:
|
1521 |
msgid ""
|
1522 |
"Please enable this feature, if you are using varnish caching (HTTP "
|
1523 |
"accelerator to relieve your website). Blog2Social will add a \"no-cache=1\" "
|
@@ -1529,12 +1563,12 @@ msgstr ""
|
|
1529 |
"Beiträgen den “no-cache=1” Parameter an die Beitrags-URL, um sicherzustellen,"
|
1530 |
" dass das Netzwerk immer die aktuellen Meta Daten Deines Blogbeitrags zieht."
|
1531 |
|
1532 |
-
#: views/b2s/network.php:
|
1533 |
msgid "Choose your Post Format"
|
1534 |
msgstr "Wähle Dein Postformat "
|
1535 |
|
1536 |
-
#: views/b2s/network.php:
|
1537 |
-
#: views/b2s/network.php:
|
1538 |
msgid ""
|
1539 |
"Decide in which post format you want to post your content: Link post or "
|
1540 |
"image post."
|
@@ -1542,7 +1576,7 @@ msgstr ""
|
|
1542 |
"Entscheide, in welchem Format Du Deine Inhalte veröffentlichen möchtest: "
|
1543 |
"Link-Beitrag oder Bild-Beitrag."
|
1544 |
|
1545 |
-
#: views/b2s/network.php:
|
1546 |
msgid ""
|
1547 |
"Decide in wich form you want to post your Content. Either as image with "
|
1548 |
"frame, or as image cut out."
|
@@ -1550,11 +1584,11 @@ msgstr ""
|
|
1550 |
" Entscheide, in welcher Form Du Deine Inhalte veröffentlichen möchtest. "
|
1551 |
"Entweder als Bild mit Rahmen oder als Bildausschnitt."
|
1552 |
|
1553 |
-
#: views/b2s/network.php:
|
1554 |
msgid "Post Content"
|
1555 |
msgstr "Post-Inhalt"
|
1556 |
|
1557 |
-
#: views/b2s/network.php:
|
1558 |
msgid ""
|
1559 |
"Edit the content of your post. Move elements by drag and drop into the "
|
1560 |
"textarea and customize them as you like."
|
@@ -1562,37 +1596,37 @@ msgstr ""
|
|
1562 |
"Bearbeite den Inhalt Deines Posts. Verschiebe Elemente per Drag & Drop in "
|
1563 |
"das Textfeld und passe sie nach Deinen Wünschen an."
|
1564 |
|
1565 |
-
#: views/b2s/network.php:
|
1566 |
msgid "Legend"
|
1567 |
msgstr "Legende"
|
1568 |
|
1569 |
-
#: views/b2s/network.php:
|
1570 |
msgid "The title of your post"
|
1571 |
msgstr "Der Titel deines Beitrags."
|
1572 |
|
1573 |
-
#: views/b2s/network.php:
|
1574 |
msgid "The summary of your post (you define it in the side menu of your post)."
|
1575 |
msgstr ""
|
1576 |
" Die Zusammenfassung Deines Beitrags (wird von dir im Seitenmenü deines "
|
1577 |
"Beitrags festgelegt)."
|
1578 |
|
1579 |
-
#: views/b2s/network.php:
|
1580 |
msgid "The content of your post"
|
1581 |
msgstr "Der Inhalt Deines Beitrags."
|
1582 |
|
1583 |
-
#: views/b2s/network.php:
|
1584 |
msgid "The tags you have set in your post."
|
1585 |
msgstr "Die Tags, die Du in deinem Beitrag gesetzt hast."
|
1586 |
|
1587 |
-
#: views/b2s/network.php:
|
1588 |
msgid "The name of the post author."
|
1589 |
msgstr "Der Name des Autors Deines Beitrags."
|
1590 |
|
1591 |
-
#: views/b2s/network.php:
|
1592 |
msgid "Character limit"
|
1593 |
msgstr "Zeichenbegrenzung"
|
1594 |
|
1595 |
-
#: views/b2s/network.php:
|
1596 |
msgid ""
|
1597 |
"Define the character limit for the variables \"EXCERPT\" and \"CONTENT\" "
|
1598 |
"individually. Your text will be shortened after the last comma, period, or "
|
@@ -1602,7 +1636,7 @@ msgstr ""
|
|
1602 |
"\"Inhalt\" (CONTENT) einzeln fest. Dein Text wird nach dem letzten Komma, "
|
1603 |
"Punkt oder Leerzeichen innerhalb Deiner Zeichenbegrenzung abgeschnitten."
|
1604 |
|
1605 |
-
#: views/b2s/network.php:
|
1606 |
msgid ""
|
1607 |
"An \"EXCERPT\" will only be added to your social media post if you have "
|
1608 |
"added a manual excerpt in the excerpt editing box of the Gutenberg side menu "
|
@@ -1612,7 +1646,7 @@ msgstr ""
|
|
1612 |
"einen manuellen Textauszug in der Textauszug-Box im Gutenberg Seitenmenü "
|
1613 |
"(Dokumenten-Einstellungen) Deines Blogbeitrages eingetragen hast. "
|
1614 |
|
1615 |
-
#: views/b2s/network.php:
|
1616 |
msgid ""
|
1617 |
"\"TITLES\" and \"KEYWORDS\" (Hashtags) are not shortened. If you select the "
|
1618 |
"\"TITLE\" and \"KEYWORD\" variables for your social media posts, the "
|
@@ -1626,11 +1660,11 @@ msgstr ""
|
|
1626 |
"und/oder \"Inhalt\" innerhalb der darüber hinaus verfügbaren Zeichenanzahl "
|
1627 |
"des jeweiligen Social Networks berücksichtigt."
|
1628 |
|
1629 |
-
#: views/b2s/network.php:
|
1630 |
msgid "Connect with Pinterest"
|
1631 |
msgstr "Mit Pinterest verbinden"
|
1632 |
|
1633 |
-
#: views/b2s/network.php:
|
1634 |
msgid ""
|
1635 |
"Please make sure to use your original Pinterest login data (email and "
|
1636 |
"password). Social Login via Facebook or Google login data will not work here."
|
@@ -1642,11 +1676,11 @@ msgstr ""
|
|
1642 |
"dass die Zwei-Faktor-Authentifizierung in Pinterest deaktiviert ist, um eine "
|
1643 |
"stabile Verbindung zu Blog2Social sicherzustellen."
|
1644 |
|
1645 |
-
#: views/b2s/network.php:
|
1646 |
msgid "An error occurred! Please try again."
|
1647 |
msgstr "Es ist ein Fehler aufgetreten! Bitte versuche es erneut."
|
1648 |
|
1649 |
-
#: views/b2s/network.php:
|
1650 |
#: views/b2s/ship.php:580
|
1651 |
#, php-format
|
1652 |
msgid ""
|
@@ -1656,11 +1690,11 @@ msgstr ""
|
|
1656 |
"Du möchtest ein zusätzliches Konto verbinden? <a target=\"_blank\" "
|
1657 |
"href=\"%s\">Upgrade auf Blog2Social Premium</a>"
|
1658 |
|
1659 |
-
#: views/b2s/network.php:
|
1660 |
msgid "Invalid Data! Please try again."
|
1661 |
msgstr "Ungültige Daten! Bitte versuche es erneut."
|
1662 |
|
1663 |
-
#: views/b2s/network.php:
|
1664 |
msgid ""
|
1665 |
"You have not yet created any pinboards in your Pinterest account. Please set "
|
1666 |
"up at least one pinboard to pin on your Pinterest account!"
|
@@ -1668,7 +1702,7 @@ msgstr ""
|
|
1668 |
"Du hast noch keine Pinnwände in Deinem Pinterest Konto angelegt. Bitte "
|
1669 |
"richte mindestens eine Pinnwand auf Deinem Pinterest Konto ein!"
|
1670 |
|
1671 |
-
#: views/b2s/network.php:
|
1672 |
#, php-format
|
1673 |
msgid ""
|
1674 |
"Login failed. Please check your login data for typos and please check your "
|
@@ -1680,16 +1714,16 @@ msgstr ""
|
|
1680 |
"Authentifizierung für dieses Konto deaktiviert ist: <a target=\"_blank\" "
|
1681 |
"href=\"%s\">%s</a>"
|
1682 |
|
1683 |
-
#: views/b2s/network.php:
|
1684 |
msgid "Pinterest has rejected the connection to your blog"
|
1685 |
msgstr "Pinterest hat die Verbindung zu Deinem Blog abgelehnt"
|
1686 |
|
1687 |
-
#: views/b2s/network.php:
|
1688 |
msgid "Please select your currect server location and connect again"
|
1689 |
msgstr ""
|
1690 |
"Bitte wähle Deinen richtigen Serverstandort aus und verbinde Dich erneut"
|
1691 |
|
1692 |
-
#: views/b2s/network.php:
|
1693 |
msgid ""
|
1694 |
"Access to this resource on your server is denied! Please check your "
|
1695 |
"webserver configuration for caching."
|
@@ -1697,7 +1731,7 @@ msgstr ""
|
|
1697 |
"Der Zugriff auf diese Ressource auf Ihrem Server ist verweigert! Bitte "
|
1698 |
"überprüfen Sie Ihre Webserver-Konfiguration auf Caching."
|
1699 |
|
1700 |
-
#: views/b2s/network.php:
|
1701 |
msgid ""
|
1702 |
"Login up successful. Please confirm that Blog2Social is allowed to publish "
|
1703 |
"on your profile."
|
@@ -1705,100 +1739,100 @@ msgstr ""
|
|
1705 |
"Anmeldung erfolgreich. Bitte bestätige, dass Blog2Social auf Deinem Profil "
|
1706 |
"veröffentlichen darf."
|
1707 |
|
1708 |
-
#: views/b2s/network.php:
|
1709 |
-
#: views/b2s/html/header.php:
|
1710 |
#: views/prg/html/form.php:143 views/prg/html/form.php:218
|
1711 |
#: views/prg/html/form.php:220
|
1712 |
msgid "E-Mail"
|
1713 |
msgstr "E-Mail"
|
1714 |
|
1715 |
-
#: views/b2s/network.php:
|
1716 |
msgid "Password"
|
1717 |
msgstr "Passwort"
|
1718 |
|
1719 |
-
#: views/b2s/network.php:
|
1720 |
msgid "Server-Location"
|
1721 |
msgstr "Serverstandort"
|
1722 |
|
1723 |
-
#: views/b2s/network.php:
|
1724 |
msgid "Select Pinboard"
|
1725 |
msgstr "Pinnwand auswählen"
|
1726 |
|
1727 |
-
#: views/b2s/network.php:
|
1728 |
-
#: includes/B2S/Settings/Item.php:
|
1729 |
msgid "authorize"
|
1730 |
msgstr "autorisieren"
|
1731 |
|
1732 |
-
#: views/b2s/network.php:
|
1733 |
msgid "confirm"
|
1734 |
msgstr "bestätigen"
|
1735 |
|
1736 |
-
#: views/b2s/network.php:
|
1737 |
msgid "Advanced Network Settings"
|
1738 |
msgstr "Erweiterte Netzwerkeinstellungen"
|
1739 |
|
1740 |
-
#: views/b2s/network.php:
|
1741 |
msgid "URL Parameters"
|
1742 |
msgstr "URL-Parameter"
|
1743 |
|
1744 |
-
#: views/b2s/network.php:
|
1745 |
msgid "The parameters could not be saved. Please try again."
|
1746 |
msgstr ""
|
1747 |
"Die Parameter konnten nicht gespeichert werden. Bitte versuchen Sie es noch "
|
1748 |
"einmal."
|
1749 |
|
1750 |
-
#: views/b2s/network.php:
|
1751 |
-
#: views/b2s/network.php:
|
1752 |
-
#: views/b2s/network.php:
|
1753 |
msgid "An error occured. Please contact our support."
|
1754 |
msgstr "Ein Fehler ist aufgetreten. Bitte kontaktiere unseren Support."
|
1755 |
|
1756 |
-
#: views/b2s/network.php:
|
1757 |
msgid "Network collection"
|
1758 |
msgstr "Netzwerkgruppierung"
|
1759 |
|
1760 |
-
#: views/b2s/network.php:
|
1761 |
msgid "Move the connection to another network collection."
|
1762 |
msgstr "Verbindung in eine andere Netzwerk-Gruppierung verschieben"
|
1763 |
|
1764 |
-
#: views/b2s/network.php:
|
1765 |
msgid "move"
|
1766 |
msgstr "verschieben"
|
1767 |
|
1768 |
-
#: views/b2s/network.php:
|
1769 |
msgid "You need at least one network collection"
|
1770 |
msgstr "Du brauchst mindestens eine Netzwerkgruppierung."
|
1771 |
|
1772 |
-
#: views/b2s/network.php:
|
1773 |
msgid "Team Management"
|
1774 |
msgstr "Team-Management"
|
1775 |
|
1776 |
-
#: views/b2s/network.php:
|
1777 |
msgid "Assign the connection to other blog users"
|
1778 |
msgstr "Weise Deine Verbindung anderen Blog-Benutzern zu"
|
1779 |
|
1780 |
-
#: views/b2s/network.php:
|
1781 |
msgid "You don't have a Business License"
|
1782 |
msgstr "Du hast keine Business-Lizenz"
|
1783 |
|
1784 |
-
#: views/b2s/network.php:
|
1785 |
msgid "This user don't have a Business License, or it is not the same"
|
1786 |
msgstr ""
|
1787 |
"Dieser Benutzer hat keine Business-Lizenz oder nutzt nicht dieselbe Lizenz"
|
1788 |
|
1789 |
-
#: views/b2s/network.php:
|
1790 |
msgid "The connection has already been assigned to this user."
|
1791 |
msgstr "Die Verbindung wurde diesem Benutzer bereits zugewiesen."
|
1792 |
|
1793 |
-
#: views/b2s/network.php:
|
1794 |
msgid "The connection dose not exist"
|
1795 |
msgstr "Diese Verbindung existiert nicht."
|
1796 |
|
1797 |
-
#: views/b2s/network.php:
|
1798 |
msgid "This connection has already been assigned to this user."
|
1799 |
msgstr "Die Verbindung wurde diesem Benutzer bereits zugewiesen."
|
1800 |
|
1801 |
-
#: views/b2s/network.php:
|
1802 |
msgid ""
|
1803 |
"You can only share the connection with blog users who use the same license "
|
1804 |
"as you."
|
@@ -1806,29 +1840,29 @@ msgstr ""
|
|
1806 |
"Du kannst Deine Verbindung nur mit Blog-Benutzern teilen, die dieselbe "
|
1807 |
"Lizenz verwenden wie Du."
|
1808 |
|
1809 |
-
#: views/b2s/network.php:
|
1810 |
msgid "There are no other users to whom the connection can be assigned."
|
1811 |
msgstr ""
|
1812 |
"Es sind keine weiteren Benutzer vorhanden, denen die Verbindung zugewiesen "
|
1813 |
"werden kann."
|
1814 |
|
1815 |
-
#: views/b2s/network.php:
|
1816 |
msgid "assign"
|
1817 |
msgstr "zuweisen"
|
1818 |
|
1819 |
-
#: views/b2s/network.php:
|
1820 |
msgid "Apply best time settings"
|
1821 |
msgstr "Beste Zeiten verwenden"
|
1822 |
|
1823 |
-
#: views/b2s/network.php:
|
1824 |
msgid "Apply post template settings"
|
1825 |
msgstr "Beitragsvorlagen verwenden"
|
1826 |
|
1827 |
-
#: views/b2s/network.php:
|
1828 |
msgid "Apply URL Parameters"
|
1829 |
msgstr "URL-Parameter verwenden"
|
1830 |
|
1831 |
-
#: views/b2s/network.php:
|
1832 |
msgid ""
|
1833 |
"Upgrade to Blog2Social Business to easily bundle your connections into "
|
1834 |
"network collection and assign your social media connections to other blog "
|
@@ -1845,11 +1879,11 @@ msgstr ""
|
|
1845 |
"auf Deinem Social-Media-Profil, Deiner Seite oder Gruppe zu veröffentlichen "
|
1846 |
"oder vorzuplanen."
|
1847 |
|
1848 |
-
#: views/b2s/network.php:
|
1849 |
msgid "Upgrade to Blog2Social Business"
|
1850 |
msgstr "Upgrade auf Blog2Social Business"
|
1851 |
|
1852 |
-
#: views/b2s/network.php:
|
1853 |
#, php-format
|
1854 |
msgid ""
|
1855 |
"Define parameters that will be added to link posts on this network e.g. to "
|
@@ -1860,15 +1894,15 @@ msgstr ""
|
|
1860 |
"hinzugefügt werden sollen z. B. um Tracking-Links mit UTM-Parametern zu "
|
1861 |
"erstellen. <a target=\"_blank\" href=\"%s\">Weitere Informationen</a>"
|
1862 |
|
1863 |
-
#: views/b2s/network.php:
|
1864 |
msgid "My Profile"
|
1865 |
msgstr "Mein Profil"
|
1866 |
|
1867 |
-
#: views/b2s/network.php:
|
1868 |
msgid "Add Page"
|
1869 |
msgstr "Seite hinzufügen"
|
1870 |
|
1871 |
-
#: views/b2s/network.php:
|
1872 |
#, php-format
|
1873 |
msgid ""
|
1874 |
"Please make sure to log in with your account which manages your pages and <a "
|
@@ -1878,10 +1912,25 @@ msgstr ""
|
|
1878 |
"Deine Seiten verwaltet und <a href=\"%s\" target=\"_blank\">folge diesem "
|
1879 |
"Guide, um alle Deine Seiten auswählen zu können</a>."
|
1880 |
|
1881 |
-
#: views/b2s/network.php:
|
1882 |
msgid "Continue"
|
1883 |
msgstr "Fortsetzen"
|
1884 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1885 |
#: views/b2s/post.approve.php:89
|
1886 |
msgid "Delete Social Media Posts"
|
1887 |
msgstr "Social Media Posts löschen"
|
@@ -1905,46 +1954,46 @@ msgid "show all"
|
|
1905 |
msgstr "alles anzeigen"
|
1906 |
|
1907 |
#: views/b2s/post.calendar.php:39 views/b2s/ship.php:18
|
1908 |
-
#: includes/B2S/Post/Filter.php:
|
1909 |
#: includes/PRG/Post/Filter.php:37 includes/PRG/Post/Item.php:86
|
1910 |
msgid "scheduled"
|
1911 |
msgstr "geplant"
|
1912 |
|
1913 |
#: views/b2s/post.calendar.php:70 views/b2s/post.sched.php:189
|
1914 |
-
#: views/b2s/repost.php:73 includes/B2S/Network/Item.php:
|
1915 |
-
#: includes/B2S/Network/Item.php:
|
1916 |
-
#: views/b2s/html/footer.php:
|
1917 |
msgid "Image with frame"
|
1918 |
msgstr "Bild mit Rahmen"
|
1919 |
|
1920 |
#: views/b2s/post.calendar.php:70 views/b2s/post.sched.php:189
|
1921 |
-
#: views/b2s/repost.php:73 includes/B2S/Network/Item.php:
|
1922 |
-
#: includes/B2S/Network/Item.php:
|
1923 |
-
#: views/b2s/html/footer.php:
|
1924 |
msgid "Image cut out"
|
1925 |
msgstr "Bild zuschneiden"
|
1926 |
|
1927 |
-
#: views/b2s/post.calendar.php:
|
1928 |
#: views/b2s/repost.php:56
|
1929 |
msgid "add post"
|
1930 |
msgstr "Beitrag hinzufügen"
|
1931 |
|
1932 |
-
#: views/b2s/post.calendar.php:
|
1933 |
#: views/b2s/repost.php:104 views/b2s/ship.php:507
|
1934 |
msgid "Choose your"
|
1935 |
msgstr "Wähle Deinen"
|
1936 |
|
1937 |
-
#: views/b2s/post.calendar.php:
|
1938 |
#: views/b2s/repost.php:104 views/b2s/ship.php:507
|
1939 |
msgid "Post Format"
|
1940 |
msgstr "Postformat"
|
1941 |
|
1942 |
-
#: views/b2s/post.calendar.php:
|
1943 |
#: views/b2s/repost.php:106 views/b2s/ship.php:509
|
1944 |
msgid "for:"
|
1945 |
msgstr "für:"
|
1946 |
|
1947 |
-
#: views/b2s/post.calendar.php:
|
1948 |
#: views/b2s/repost.php:125 views/b2s/ship.php:527
|
1949 |
msgid ""
|
1950 |
"Define the default settings for the custom post format for all of your "
|
@@ -1953,7 +2002,7 @@ msgstr ""
|
|
1953 |
"Speichere Dein bevorzugtes Facebook Post-Format als Standardeinstellung in "
|
1954 |
"den Blog2Social Einstellungen."
|
1955 |
|
1956 |
-
#: views/b2s/post.calendar.php:
|
1957 |
#: views/b2s/repost.php:128 views/b2s/ship.php:530
|
1958 |
msgid ""
|
1959 |
"Define the default settings for the custom post format for all of your "
|
@@ -1962,7 +2011,7 @@ msgstr ""
|
|
1962 |
"Definiere Dein Standard-Beitragsformat für alle Deine Twitter-Verbindungen "
|
1963 |
"unter den Blog2Social Einstellungen."
|
1964 |
|
1965 |
-
#: views/b2s/post.calendar.php:
|
1966 |
#: views/b2s/repost.php:131 views/b2s/ship.php:533
|
1967 |
msgid ""
|
1968 |
"Define the default settings for the custom post format for all of your "
|
@@ -1971,7 +2020,7 @@ msgstr ""
|
|
1971 |
"Definiere Dein Standard-Beitragsformat für alle Deine Google+ Verbindungen "
|
1972 |
"unter den Blog2Social Einstellungen."
|
1973 |
|
1974 |
-
#: views/b2s/post.calendar.php:
|
1975 |
#: views/b2s/repost.php:134 views/b2s/ship.php:536
|
1976 |
msgid ""
|
1977 |
"Define the default settings for the custom post format for all of your "
|
@@ -1980,28 +2029,28 @@ msgstr ""
|
|
1980 |
"Definiere die Standardeinstellungen für das benutzerdefinierte Postformat "
|
1981 |
"für alle Instagram-Konten in den Blog2Social-Einstellungen."
|
1982 |
|
1983 |
-
#: views/b2s/post.calendar.php:
|
1984 |
#: views/b2s/repost.php:149 views/b2s/ship.php:448
|
1985 |
msgid "Select image for"
|
1986 |
msgstr "Wähle Bild aus für"
|
1987 |
|
1988 |
-
#: views/b2s/post.calendar.php:
|
1989 |
msgid "What would you like to share?"
|
1990 |
msgstr "Was möchtest Du teilen?"
|
1991 |
|
1992 |
-
#: views/b2s/post.calendar.php:
|
1993 |
msgid "Share content from your blog"
|
1994 |
msgstr "Teile Deine Blogbeiträge"
|
1995 |
|
1996 |
-
#: views/b2s/post.calendar.php:
|
1997 |
msgid "select"
|
1998 |
msgstr "auswählen"
|
1999 |
|
2000 |
-
#: views/b2s/post.calendar.php:
|
2001 |
msgid "Share content from other sources"
|
2002 |
msgstr "Teile Beiträge aus beliebigen Quellen"
|
2003 |
|
2004 |
-
#: views/b2s/post.calendar.php:
|
2005 |
msgid "Select a post"
|
2006 |
msgstr "Wähle einen Beitrag aus"
|
2007 |
|
@@ -2013,7 +2062,7 @@ msgstr "Entwurf löschen"
|
|
2013 |
msgid "Are you sure you want to delete this Social Media draft?"
|
2014 |
msgstr "Bist Du Dir sicher, dass du Deinen Entwurf löschen möchtest? "
|
2015 |
|
2016 |
-
#: views/b2s/post.favorites.php:67 includes/B2S/Post/Item.php:
|
2017 |
msgid "You have not saved any favorites."
|
2018 |
msgstr "Du hast keine Favoriten gespeichert."
|
2019 |
|
@@ -2039,7 +2088,7 @@ msgstr "Einträge aus der Planung löschen"
|
|
2039 |
msgid "You are sure, you want to delete entries from the scheduling?"
|
2040 |
msgstr "Bist Du sicher, dass Du Einträge aus Deiner Planung löschen möchtest?"
|
2041 |
|
2042 |
-
#: views/b2s/premium.php:14 includes/B2S/AutoPost/Item.php:
|
2043 |
msgid "Your current license:"
|
2044 |
msgstr "Deine aktuelle Lizenz:"
|
2045 |
|
@@ -2052,8 +2101,8 @@ msgstr "Teste Blog2Social Premium kostenlos"
|
|
2052 |
msgid "End of Trial"
|
2053 |
msgstr "Ende der Testzeit"
|
2054 |
|
2055 |
-
#: views/b2s/premium.php:31 includes/B2S/AutoPost/Item.php:
|
2056 |
-
#: includes/B2S/AutoPost/Item.php:
|
2057 |
msgid "Upgrade"
|
2058 |
msgstr "Upgrade"
|
2059 |
|
@@ -2142,8 +2191,8 @@ msgstr ""
|
|
2142 |
"Verwende den Beste-Zeiten-Manager, um Deine Beiträge automatisch zu planen "
|
2143 |
"oder Dein eigenes bestes Zeitschema zu definieren."
|
2144 |
|
2145 |
-
#: views/b2s/premium.php:109 includes/B2S/Post/Item.php:
|
2146 |
-
#: includes/B2S/Post/Item.php:
|
2147 |
msgid "Auto-Posting"
|
2148 |
msgstr "Auto-Posting"
|
2149 |
|
@@ -2272,41 +2321,20 @@ msgstr ""
|
|
2272 |
"diese Funktion, wenn Du dynamische Elemente in Deinen Beiträgen verwendest."
|
2273 |
|
2274 |
#: views/b2s/settings.php:98
|
2275 |
-
msgid "Include WordPress tags as hashtags in your posts"
|
2276 |
-
msgstr "Füge WordPress-Tags als Hashtags zu Deinen Social Media-Posts hinzu"
|
2277 |
-
|
2278 |
-
#: views/b2s/settings.php:101
|
2279 |
-
msgid ""
|
2280 |
-
"Hashtags are a great way to generate more reach and visibility for your "
|
2281 |
-
"posts. By activating this feature Blog2Social will automatically include "
|
2282 |
-
"your WordPress tags as hashtags in all Social Media posts for networks that "
|
2283 |
-
"support hashtags. This way you don't need to worry about adding extra "
|
2284 |
-
"hashtags to your comments. Blog2Social erases unnecessary spaces in your "
|
2285 |
-
"WordPress tags to generate valid hashtags."
|
2286 |
-
msgstr ""
|
2287 |
-
"Hashtags sind eine großartige Möglichkeit, mehr Reichweite und Sichtbarkeit "
|
2288 |
-
"für Deine Social Media-Posts zu generieren. Wenn Du diese Funktion "
|
2289 |
-
"aktivierst, wird Blog2Social Deine WordPress-Tags automatisch als Hashtags "
|
2290 |
-
"in alle Social Media-Posts für Netzwerke, die Hashtags unterstützen, "
|
2291 |
-
"einfügen. Auf diese Weise brauchst Du Dir keine Gedanken mehr über das "
|
2292 |
-
"Hinzufügen zusätzlicher Hashtags zu machen. Blog2Social löscht unnötige "
|
2293 |
-
"Leerzeichen Deiner WordPress-Tags, um gültige Hashtags zu erstellen. "
|
2294 |
-
|
2295 |
-
#: views/b2s/settings.php:112
|
2296 |
msgid "Activate Legacy mode "
|
2297 |
msgstr "Kompatibilitätsmodus aktivieren"
|
2298 |
|
2299 |
-
#: views/b2s/settings.php:
|
2300 |
msgid "Plugin contents are loaded one at a time to minimize server load."
|
2301 |
msgstr ""
|
2302 |
"Plugininhalte werden nacheinander geladen, um den Server Deines Blogs zu "
|
2303 |
"entlasten."
|
2304 |
|
2305 |
-
#: views/b2s/settings.php:
|
2306 |
msgid "Instant Caching for Facebook Link Posts"
|
2307 |
msgstr "Instant Caching für Facebook Link-Beiträge"
|
2308 |
|
2309 |
-
#: views/b2s/settings.php:
|
2310 |
msgid ""
|
2311 |
"Please enable this feature, if you are using varnish caching (HTTP "
|
2312 |
"accelerator to relieve your website). Blog2Social will add a \"no-cache=1\" "
|
@@ -2319,8 +2347,8 @@ msgstr ""
|
|
2319 |
"sicherzustellen, dass Facebook immer die aktuellen Meta Daten Deines "
|
2320 |
"Blogbeitrags zieht."
|
2321 |
|
2322 |
-
#: views/b2s/ship.php:18 includes/B2S/Post/Filter.php:
|
2323 |
-
#: includes/B2S/Post/Item.php:
|
2324 |
msgid "draft"
|
2325 |
msgstr "Entwurf"
|
2326 |
|
@@ -2329,14 +2357,14 @@ msgid "Social Media Scheduling & Sharing"
|
|
2329 |
msgstr "Beitrag auf Social Media planen und teilen"
|
2330 |
|
2331 |
#: views/b2s/ship.php:53 views/prg/ship.php:43 views/prg/ship.php:45
|
2332 |
-
#: includes/B2S/Curation/View.php:38 includes/B2S/Settings/Item.php:
|
2333 |
-
#: includes/B2S/Settings/Item.php:
|
2334 |
#: views/prg/html/form.php:28
|
2335 |
msgid "Title"
|
2336 |
msgstr "Titel"
|
2337 |
|
2338 |
-
#: views/b2s/ship.php:55 includes/B2S/Post/Item.php:
|
2339 |
-
#: includes/B2S/Post/Item.php:
|
2340 |
msgid "on blog"
|
2341 |
msgstr "auf dem Blog"
|
2342 |
|
@@ -2850,8 +2878,9 @@ msgstr "Hinweis"
|
|
2850 |
|
2851 |
#: views/prg/ship.php:90
|
2852 |
msgid ""
|
2853 |
-
"
|
2854 |
-
"
|
|
|
2855 |
msgstr ""
|
2856 |
"Bitte beachte, dass gegebenenfalls Gebühren für die Versendung von "
|
2857 |
"Pressemitteilungen über PR-Gateway anfallen können. Einmal versandte "
|
@@ -2877,7 +2906,19 @@ msgstr ""
|
|
2877 |
msgid "Autoposter"
|
2878 |
msgstr "Auto-Poster"
|
2879 |
|
2880 |
-
#: includes/B2S/AutoPost/Item.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2881 |
msgid ""
|
2882 |
"Set up your autoposter to automatically share your new or updated posts, "
|
2883 |
"pages and custom post types on your social media channels."
|
@@ -2885,7 +2926,7 @@ msgstr ""
|
|
2885 |
"Nutze den Auto-Poster, um Deine neuen oder aktualisierten Beiträge, Seiten "
|
2886 |
"und Cutsom Post Types automatisch auf Deinen Social-Media-Kanälen zu teilen."
|
2887 |
|
2888 |
-
#: includes/B2S/AutoPost/Item.php:
|
2889 |
msgid ""
|
2890 |
"Select your preferred network collection for autoposting. This collection "
|
2891 |
"defines the social media accounts on which the autoposter will share your "
|
@@ -2894,23 +2935,23 @@ msgstr ""
|
|
2894 |
"Wähle die Netzwerkgruppierung mit den Social-Media-Accounts aus, auf denen "
|
2895 |
"der Auto-Poster veröffentlichen soll."
|
2896 |
|
2897 |
-
#: includes/B2S/AutoPost/Item.php:
|
2898 |
msgid "Please select a post type"
|
2899 |
msgstr "Bitte wählen Sie einen Post Type aus"
|
2900 |
|
2901 |
-
#: includes/B2S/AutoPost/Item.php:
|
2902 |
msgid "new posts"
|
2903 |
msgstr "Neue Beiträge"
|
2904 |
|
2905 |
-
#: includes/B2S/AutoPost/Item.php:
|
2906 |
msgid "Unselect all"
|
2907 |
msgstr "Alle abwählen"
|
2908 |
|
2909 |
-
#: includes/B2S/AutoPost/Item.php:
|
2910 |
msgid "Select all"
|
2911 |
msgstr "Alle auswählen"
|
2912 |
|
2913 |
-
#: includes/B2S/AutoPost/Item.php:
|
2914 |
msgid ""
|
2915 |
"By enabling this feature your previously published social media posts will "
|
2916 |
"be sent again to your selected social media channels as soon as the post is "
|
@@ -2920,19 +2961,26 @@ msgstr ""
|
|
2920 |
"Beiträge erneut an die Social Media Kanäle gesendet werden, sobald der "
|
2921 |
"Beitrag aktualisiert wird."
|
2922 |
|
2923 |
-
#: includes/B2S/AutoPost/Item.php:
|
2924 |
msgid "updating existing posts"
|
2925 |
msgstr "Bestehenden Beitrag aktualisieren"
|
2926 |
|
2927 |
-
#: includes/B2S/AutoPost/Item.php:
|
2928 |
msgid "Apply best times"
|
2929 |
msgstr "Beste Zeiten berücksichtigen"
|
2930 |
|
2931 |
-
#: includes/B2S/AutoPost/Item.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2932 |
msgid "Autoposter for Imported Posts"
|
2933 |
msgstr "Auto-Poster für importierte Beiträge"
|
2934 |
|
2935 |
-
#: includes/B2S/AutoPost/Item.php:
|
2936 |
msgid ""
|
2937 |
"Set up your autoposter to automatically share your imported posts, pages and "
|
2938 |
"custom post types on your social media channels."
|
@@ -2940,7 +2988,7 @@ msgstr ""
|
|
2940 |
"Nutze den Auto-Poster, um Deine importierten Beiträge, Seiten und Cutsom "
|
2941 |
"Post Types automatisch auf Deinen Social-Media-Kanälen zu teilen."
|
2942 |
|
2943 |
-
#: includes/B2S/AutoPost/Item.php:
|
2944 |
msgid ""
|
2945 |
"Immediate Cross-Posting across all networks: Share an unlimited number of "
|
2946 |
"posts"
|
@@ -2948,27 +2996,27 @@ msgstr ""
|
|
2948 |
"Immediate Cross-Posting über alle Netzwerke hinweg: Teile eine unbegrenzte "
|
2949 |
"Anzahl an Beiträgen"
|
2950 |
|
2951 |
-
#: includes/B2S/AutoPost/Item.php:
|
2952 |
msgid "Scheduled Auto-Posting"
|
2953 |
msgstr "Scheduled Auto-Posting"
|
2954 |
|
2955 |
-
#: includes/B2S/AutoPost/Item.php:
|
2956 |
msgid "share up to"
|
2957 |
msgstr "teile bis zu"
|
2958 |
|
2959 |
-
#: includes/B2S/AutoPost/Item.php:
|
2960 |
msgid "posts per day"
|
2961 |
msgstr "Posts pro Tag"
|
2962 |
|
2963 |
-
#: includes/B2S/AutoPost/Item.php:
|
2964 |
msgid "Please select a social media network"
|
2965 |
msgstr "Bitte wählen Sie ein Netzwerk aus"
|
2966 |
|
2967 |
-
#: includes/B2S/AutoPost/Item.php:
|
2968 |
msgid "Available networks to select your auto-post connecitons:"
|
2969 |
msgstr "Verfügbare Netwerkverbindungen:"
|
2970 |
|
2971 |
-
#: includes/B2S/AutoPost/Item.php:
|
2972 |
msgid ""
|
2973 |
"In accordance with the new Twitter TOS, one Twitter account can be selected "
|
2974 |
"as your primary Twitter account for auto-posting."
|
@@ -2976,54 +3024,54 @@ msgstr ""
|
|
2976 |
"In Übereinstimmung mit den neuen Twitter-AGB kann ein Twitter-Account als "
|
2977 |
"Ihr primärer Twitter-Account für das Auto-Posting ausgewählt werden"
|
2978 |
|
2979 |
-
#: includes/B2S/AutoPost/Item.php:
|
2980 |
msgid "Select to auto-post immediately after publishing or with a delay"
|
2981 |
msgstr "Importierte Beiträge direkt veröffentlichen oder mit einer Verzögerung"
|
2982 |
|
2983 |
-
#: includes/B2S/AutoPost/Item.php:
|
2984 |
msgid "immediately"
|
2985 |
msgstr "sofort"
|
2986 |
|
2987 |
-
#: includes/B2S/AutoPost/Item.php:
|
2988 |
msgid "publish with a delay of"
|
2989 |
msgstr "Veröffentliche mit einer Verzögerung von"
|
2990 |
|
2991 |
-
#: includes/B2S/AutoPost/Item.php:
|
2992 |
msgid "minutes"
|
2993 |
msgstr "Minuten"
|
2994 |
|
2995 |
-
#: includes/B2S/AutoPost/Item.php:
|
2996 |
msgid "Save"
|
2997 |
msgstr " Speichern"
|
2998 |
|
2999 |
-
#: includes/B2S/AutoPost/Item.php:
|
3000 |
msgid "Connections"
|
3001 |
msgstr "Verbindungen"
|
3002 |
|
3003 |
-
#: includes/B2S/AutoPost/Item.php:
|
3004 |
msgid "add/change connection"
|
3005 |
msgstr "Verbindung hinzufügen/ändern"
|
3006 |
|
3007 |
-
#: includes/B2S/AutoPost/Item.php:
|
3008 |
msgid ""
|
3009 |
"Filter Posts (Only posts that meet the following criteria will be autoposted)"
|
3010 |
msgstr ""
|
3011 |
"Beiträge filtern (Nur Beiträge, die die Kriterien erfüllen, werden "
|
3012 |
"automatisch veröffentlicht)"
|
3013 |
|
3014 |
-
#: includes/B2S/AutoPost/Item.php:
|
3015 |
msgid "Post Types"
|
3016 |
msgstr "Posttypen"
|
3017 |
|
3018 |
-
#: includes/B2S/AutoPost/Item.php:
|
3019 |
-
#: includes/B2S/RePost/Item.php:
|
3020 |
-
#: includes/B2S/RePost/Item.php:
|
3021 |
msgid "Include (Post only...)"
|
3022 |
msgstr "enthält (nur Beiträge, mit ...)"
|
3023 |
|
3024 |
-
#: includes/B2S/AutoPost/Item.php:
|
3025 |
-
#: includes/B2S/RePost/Item.php:
|
3026 |
-
#: includes/B2S/RePost/Item.php:
|
3027 |
msgid "Exclude (Do no post ...)"
|
3028 |
msgstr "enthält nicht (Veröffentliche keine Beiträge, mit...)"
|
3029 |
|
@@ -3036,7 +3084,7 @@ msgid "at scheduled times"
|
|
3036 |
msgstr "zu geplanten Zeiten"
|
3037 |
|
3038 |
#: includes/B2S/Curation/View.php:69 includes/B2S/Curation/View.php:70
|
3039 |
-
#: includes/B2S/RePost/Item.php:
|
3040 |
#: views/b2s/partials/post-edit-modal.php:62
|
3041 |
#: views/b2s/partials/post-edit-modal.php:65
|
3042 |
msgid "Date"
|
@@ -3067,7 +3115,7 @@ msgid "Best times"
|
|
3067 |
msgstr "Beste Zeiten"
|
3068 |
|
3069 |
#: includes/B2S/Network/Item.php:149 includes/B2S/Network/Item.php:220
|
3070 |
-
#: includes/B2S/Ship/Item.php:
|
3071 |
#: includes/B2S/Ship/Portale.php:38
|
3072 |
msgid "Blog"
|
3073 |
msgstr "Blog"
|
@@ -3089,7 +3137,7 @@ msgstr "Publication"
|
|
3089 |
msgid "You want to connect a social media group?"
|
3090 |
msgstr "Du möchtest eine Social-Media-Gruppe verbinden?"
|
3091 |
|
3092 |
-
#: includes/B2S/Network/Item.php:174 views/b2s/html/footer.php:
|
3093 |
msgid "Best Time Manager"
|
3094 |
msgstr "Best Time Manager"
|
3095 |
|
@@ -3099,7 +3147,7 @@ msgid "To reactivate this connection,"
|
|
3099 |
msgstr "Um die Verbindung wieder zu aktivieren,"
|
3100 |
|
3101 |
#: includes/B2S/Network/Item.php:211 includes/B2S/Network/Item.php:277
|
3102 |
-
#: includes/B2S/Network/Item.php:344 includes/B2S/Ship/Image.php:
|
3103 |
msgid "please upgrade"
|
3104 |
msgstr "Bitte upgraden"
|
3105 |
|
@@ -3114,11 +3162,11 @@ msgid "Assigned by"
|
|
3114 |
msgstr "Zugewiesen von"
|
3115 |
|
3116 |
#: includes/B2S/Network/Item.php:256 includes/B2S/Network/Item.php:322
|
3117 |
-
#: includes/B2S/Network/Item.php:384 includes/B2S/Ship/Item.php:
|
3118 |
msgid "Days"
|
3119 |
msgstr "Tage"
|
3120 |
|
3121 |
-
#: includes/B2S/Network/Item.php:286 includes/B2S/Ship/Item.php:
|
3122 |
msgid "Employer Branding"
|
3123 |
msgstr "Employer Branding"
|
3124 |
|
@@ -3161,7 +3209,7 @@ msgstr "Speichern fehlgeschlagen"
|
|
3161 |
msgid "Failed to load the default template"
|
3162 |
msgstr "Fehler beim Laden der Standardeinstellungen"
|
3163 |
|
3164 |
-
#: includes/B2S/Network/Item.php:
|
3165 |
msgid ""
|
3166 |
"Upgrade to Blog2Social Smart or higher to customize your individual post "
|
3167 |
"templates that will automatically pre-format the structure of your social "
|
@@ -3181,36 +3229,36 @@ msgstr ""
|
|
3181 |
"auch statische Inhalte (z.B. individuelle Hashtags oder Slogans) zu Deinen "
|
3182 |
"Beitragsvorlagen hinzu."
|
3183 |
|
3184 |
-
#: includes/B2S/Network/Item.php:
|
3185 |
msgid "Upgrade to Blog2Social Smart"
|
3186 |
msgstr "Upgrade auf Blog2Social Smart"
|
3187 |
|
3188 |
-
#: includes/B2S/Network/Item.php:
|
3189 |
msgid "Activate Instant Caching"
|
3190 |
msgstr "Instant Caching aktivieren"
|
3191 |
|
3192 |
-
#: includes/B2S/Network/Item.php:
|
3193 |
msgid "Format"
|
3194 |
msgstr "Format"
|
3195 |
|
3196 |
-
#: includes/B2S/Network/Item.php:
|
3197 |
msgid "Load default settings"
|
3198 |
msgstr "Lade Standardeinstellungen"
|
3199 |
|
3200 |
-
#: includes/B2S/Network/Item.php:
|
3201 |
-
#: includes/B2S/Ship/Item.php:
|
3202 |
msgid "Link"
|
3203 |
msgstr "Link"
|
3204 |
|
3205 |
-
#: includes/B2S/Network/Item.php:
|
3206 |
msgid "Image"
|
3207 |
msgstr "Bild"
|
3208 |
|
3209 |
-
#: includes/B2S/Network/Item.php:
|
3210 |
msgid "Content"
|
3211 |
msgstr "Inhalt"
|
3212 |
|
3213 |
-
#: includes/B2S/Network/Item.php:
|
3214 |
msgid ""
|
3215 |
"Instagram supports up to 30 hashtags. Please reduce the number of hashtags "
|
3216 |
"in your post."
|
@@ -3218,275 +3266,295 @@ msgstr ""
|
|
3218 |
"Instagram unterstützt bis zu 30 Hashtags. Bitte reduziere die Anzahl der "
|
3219 |
"Hashtags in Deinem Beitrag."
|
3220 |
|
3221 |
-
#: includes/B2S/Network/Item.php:
|
3222 |
msgid "clear"
|
3223 |
msgstr "löschen"
|
3224 |
|
3225 |
-
#: includes/B2S/Network/Item.php:
|
3226 |
msgid "The link will be added automatically at the end of the post."
|
3227 |
msgstr "Der Link wird automatisch am Ende des Posts eingefügt."
|
3228 |
|
3229 |
-
#: includes/B2S/Network/Item.php:
|
3230 |
msgid "Network limit"
|
3231 |
msgstr "Netzwerkbegrenzung"
|
3232 |
|
3233 |
-
#: includes/B2S/Network/Item.php:
|
3234 |
-
#: includes/B2S/Network/Item.php:
|
3235 |
-
#: includes/B2S/Ship/Item.php:
|
3236 |
-
#: includes/B2S/Ship/Item.php:
|
3237 |
-
#: includes/B2S/Ship/Item.php:
|
3238 |
-
#: includes/B2S/Ship/Item.php:
|
3239 |
msgid "characters"
|
3240 |
msgstr "Zeichen"
|
3241 |
|
3242 |
-
#: includes/B2S/Network/Item.php:
|
3243 |
-
msgid "Add
|
3244 |
-
msgstr "Link automatisch am Ende
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3245 |
|
3246 |
-
#: includes/B2S/Network/Item.php:
|
3247 |
msgid "recommended length"
|
3248 |
msgstr "Empfohlene Länge"
|
3249 |
|
3250 |
-
#: includes/B2S/Network/Item.php:
|
3251 |
-
#: includes/B2S/Network/Item.php:
|
3252 |
-
#: includes/B2S/Network/Item.php:
|
3253 |
-
#: includes/B2S/Network/Item.php:
|
3254 |
-
#: includes/B2S/Network/Item.php:
|
3255 |
-
#: includes/B2S/Network/Item.php:
|
3256 |
-
#: includes/B2S/Network/Item.php:
|
3257 |
-
#: includes/B2S/Network/Item.php:
|
3258 |
msgid "Preview"
|
3259 |
msgstr "Vorschau"
|
3260 |
|
3261 |
-
#: includes/B2S/Post/Filter.php:
|
3262 |
msgid "all authors"
|
3263 |
msgstr "alle Autoren"
|
3264 |
|
3265 |
-
#: includes/B2S/Post/Filter.php:
|
3266 |
msgid "all posts"
|
3267 |
msgstr "alle Beiträge"
|
3268 |
|
3269 |
-
#: includes/B2S/Post/Filter.php:
|
3270 |
msgid "not yet shared"
|
3271 |
msgstr "noch nicht geteilt"
|
3272 |
|
3273 |
-
#: includes/B2S/Post/Filter.php:
|
3274 |
msgid "already shared"
|
3275 |
msgstr "geteilt"
|
3276 |
|
3277 |
-
#: includes/B2S/Post/Filter.php:
|
3278 |
msgid "currently scheduled"
|
3279 |
msgstr "geplant"
|
3280 |
|
3281 |
-
#: includes/B2S/Post/Filter.php:
|
3282 |
msgid "autopost"
|
3283 |
msgstr "Auto-Post"
|
3284 |
|
3285 |
-
#: includes/B2S/Post/Filter.php:
|
3286 |
msgid "re-share"
|
3287 |
msgstr "erneut teilen"
|
3288 |
|
3289 |
-
#: includes/B2S/Post/Filter.php:
|
3290 |
msgid "all statuses"
|
3291 |
msgstr "kein Status"
|
3292 |
|
3293 |
-
#: includes/B2S/Post/Filter.php:
|
3294 |
msgid "newest first"
|
3295 |
msgstr "neuste zuerst"
|
3296 |
|
3297 |
-
#: includes/B2S/Post/Filter.php:
|
3298 |
msgid "oldest first"
|
3299 |
msgstr "älteste zuerst"
|
3300 |
|
3301 |
-
#: includes/B2S/Post/Filter.php:
|
3302 |
msgid "all categories & tags"
|
3303 |
msgstr "alle Kategorien & Schlagwörter"
|
3304 |
|
3305 |
-
#: includes/B2S/Post/Filter.php:
|
3306 |
msgid "all post types"
|
3307 |
msgstr "alle Typen"
|
3308 |
|
3309 |
-
#: includes/B2S/Post/Filter.php:
|
3310 |
msgid "shared by user"
|
3311 |
msgstr "geteilt von Nutzer"
|
3312 |
|
3313 |
-
#: includes/B2S/Post/Filter.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3314 |
msgid "Search Title"
|
3315 |
msgstr "Suche nach Titel"
|
3316 |
|
3317 |
-
#: includes/B2S/Post/Filter.php:
|
3318 |
msgid "sort"
|
3319 |
msgstr "sortieren"
|
3320 |
|
3321 |
-
#: includes/B2S/Post/Filter.php:
|
3322 |
msgid "reset"
|
3323 |
msgstr "zurücksetzen"
|
3324 |
|
3325 |
-
#: includes/B2S/Post/Filter.php:
|
3326 |
msgid "selected date"
|
3327 |
msgstr "ausgewähltes Datum"
|
3328 |
|
3329 |
-
#: includes/B2S/Post/Filter.php:
|
3330 |
msgid "scheduled post(s)"
|
3331 |
msgstr "geplante Beiträge"
|
3332 |
|
3333 |
-
#: includes/B2S/Post/Item.php:
|
3334 |
msgid "You have not saved any drafts."
|
3335 |
msgstr "Du hast keine Entwürfe gespeichert."
|
3336 |
|
3337 |
-
#: includes/B2S/Post/Item.php:
|
3338 |
msgid "You have no posts in your queue."
|
3339 |
msgstr "Du hast noch keine Beiträge in Deiner Warteschlange."
|
3340 |
|
3341 |
-
#: includes/B2S/Post/Item.php:
|
3342 |
msgid "You have not published or scheduled any posts."
|
3343 |
msgstr "Du hast keine Beiträge veröffentlicht oder geplant."
|
3344 |
|
3345 |
-
#: includes/B2S/Post/Item.php:
|
3346 |
msgid "curated post"
|
3347 |
msgstr "kuratierter Beitrag"
|
3348 |
|
3349 |
-
#: includes/B2S/Post/Item.php:
|
3350 |
-
#: includes/B2S/Post/Item.php:
|
3351 |
msgid "last shared on social media"
|
3352 |
msgstr "zuletzt auf Social Media geteilt"
|
3353 |
|
3354 |
-
#: includes/B2S/Post/Item.php:
|
3355 |
-
#: includes/B2S/Post/Item.php:
|
3356 |
-
#: includes/B2S/Post/Item.php:
|
3357 |
msgid "Share on Social Media"
|
3358 |
msgstr "auf Social Media teilen"
|
3359 |
|
3360 |
-
#: includes/B2S/Post/Item.php:
|
3361 |
msgid "load Draft"
|
3362 |
msgstr "Entwurf aufrufen"
|
3363 |
|
3364 |
-
#: includes/B2S/Post/Item.php:
|
3365 |
-
#: includes/B2S/Post/Item.php:
|
3366 |
#: includes/PRG/Post/Item.php:121
|
3367 |
msgid "Author"
|
3368 |
msgstr "Autor"
|
3369 |
|
3370 |
-
#: includes/B2S/Post/Item.php:
|
3371 |
-
#: includes/B2S/Post/Item.php:
|
3372 |
msgid "Details"
|
3373 |
msgstr "Details"
|
3374 |
|
3375 |
-
#: includes/B2S/Post/Item.php:
|
3376 |
msgid "shared social media posts"
|
3377 |
msgstr "geteilte Beiträge"
|
3378 |
|
3379 |
-
#: includes/B2S/Post/Item.php:
|
3380 |
#, php-format
|
3381 |
msgid "latest share by %s"
|
3382 |
msgstr "zuletzt von %s geteilt"
|
3383 |
|
3384 |
-
#: includes/B2S/Post/Item.php:
|
3385 |
#: views/b2s/widgets/activity.php:10
|
3386 |
msgid "scheduled social media posts"
|
3387 |
msgstr "geplante Beiträge"
|
3388 |
|
3389 |
-
#: includes/B2S/Post/Item.php:
|
3390 |
#, php-format
|
3391 |
msgid "next share by %s"
|
3392 |
msgstr "wird als nächstes von %s geteilt"
|
3393 |
|
3394 |
-
#: includes/B2S/Post/Item.php:
|
3395 |
msgid "social media posts ready to be shared"
|
3396 |
msgstr "Social Media Posts sind bereit, geteilt zu werden"
|
3397 |
|
3398 |
-
#: includes/B2S/Post/Item.php:
|
3399 |
msgid "via Browser-Extension"
|
3400 |
msgstr "via Browser-Extension"
|
3401 |
|
3402 |
-
#: includes/B2S/Post/Item.php:
|
3403 |
msgid "saved"
|
3404 |
msgstr "gespeichert"
|
3405 |
|
3406 |
-
#: includes/B2S/Post/Item.php:
|
3407 |
msgid "last saved"
|
3408 |
msgstr "zuletzt gespeichert:"
|
3409 |
|
3410 |
-
#: includes/B2S/Post/Item.php:
|
3411 |
-
#: includes/B2S/Ship/Save.php:
|
3412 |
msgid "Retweet"
|
3413 |
msgstr "Retweet"
|
3414 |
|
3415 |
-
#: includes/B2S/Post/Item.php:
|
3416 |
msgid "Re-Share"
|
3417 |
msgstr "Wiederholt geteilt"
|
3418 |
|
3419 |
-
#: includes/B2S/Post/Item.php:
|
3420 |
-
#: includes/B2S/Post/Item.php:
|
3421 |
msgid "select all"
|
3422 |
msgstr "alle auswählen"
|
3423 |
|
3424 |
-
#: includes/B2S/Post/Item.php:
|
3425 |
msgid "show"
|
3426 |
msgstr "ansehen"
|
3427 |
|
3428 |
-
#: includes/B2S/Post/Item.php:
|
3429 |
msgid "Please see"
|
3430 |
msgstr "siehe"
|
3431 |
|
3432 |
-
#: includes/B2S/Post/Item.php:
|
3433 |
msgid "FAQ"
|
3434 |
msgstr "FAQ"
|
3435 |
|
3436 |
-
#: includes/B2S/Post/Item.php:
|
3437 |
#, php-format
|
3438 |
msgid "sharing in progress by %s"
|
3439 |
msgstr "wird gerade von %s geteilt"
|
3440 |
|
3441 |
-
#: includes/B2S/Post/Item.php:
|
3442 |
#, php-format
|
3443 |
msgid "shared by %s"
|
3444 |
msgstr "von %s geteilt"
|
3445 |
|
3446 |
-
#: includes/B2S/Post/Item.php:
|
3447 |
msgid "You want to delete a publish post entry?"
|
3448 |
msgstr "Du möchtest einen veröffentlichten Beitrag löschen?"
|
3449 |
|
3450 |
-
#: includes/B2S/Post/Item.php:
|
3451 |
msgid "delete from reporting"
|
3452 |
msgstr "aus Reporting löschen"
|
3453 |
|
3454 |
-
#: includes/B2S/Post/Item.php:
|
3455 |
#, php-format
|
3456 |
msgid "is waiting to shared by %s"
|
3457 |
msgstr "wartet darauf von %s geteilt zu werden"
|
3458 |
|
3459 |
-
#: includes/B2S/Post/Item.php:
|
3460 |
msgid "share"
|
3461 |
msgstr "teilen"
|
3462 |
|
3463 |
-
#: includes/B2S/Post/Item.php:
|
3464 |
msgid "You want to delete your Social Media post?"
|
3465 |
msgstr "Du möchtest Deinen Social Media Post löschen?"
|
3466 |
|
3467 |
-
#: includes/B2S/Post/Item.php:
|
3468 |
#, php-format
|
3469 |
msgid "last modified by %s"
|
3470 |
msgstr "zuletzt von %s bearbeitet"
|
3471 |
|
3472 |
-
#: includes/B2S/Post/Item.php:
|
3473 |
-
msgid "is processed by the network"
|
3474 |
msgstr "wird vom Netzwerk verarbeitet"
|
3475 |
|
3476 |
-
#: includes/B2S/Post/Item.php:
|
3477 |
#, php-format
|
3478 |
msgid "scheduled by %s"
|
3479 |
msgstr "von %s vorgeplant "
|
3480 |
|
3481 |
-
#: includes/B2S/Post/Item.php:
|
3482 |
msgid "You want to edit your scheduled post?"
|
3483 |
msgstr "Sie möchten Ihre vorgeplanten Beiträge bearbeiten?"
|
3484 |
|
3485 |
-
#: includes/B2S/Post/Item.php:
|
3486 |
msgid "edit"
|
3487 |
msgstr "edit"
|
3488 |
|
3489 |
-
#: includes/B2S/Post/Item.php:
|
3490 |
msgid "delete scheduling"
|
3491 |
msgstr "Planung löschen"
|
3492 |
|
@@ -3523,181 +3591,169 @@ msgstr "inividualisieren"
|
|
3523 |
msgid "include <a href=\"%s\" target=\"_blank\">favorites posts</a> only"
|
3524 |
msgstr "nur <a href=\"%s\" target=\"_blank\">Favoriten</a> hinzufügen"
|
3525 |
|
3526 |
-
#: includes/B2S/RePost/Item.php:
|
|
|
|
|
|
|
|
|
3527 |
msgid "When should your content be shared?"
|
3528 |
msgstr "Wann soll Dein Content geteilt werden?"
|
3529 |
|
3530 |
-
#: includes/B2S/RePost/Item.php:
|
3531 |
msgid "Post every"
|
3532 |
msgstr "Poste alle"
|
3533 |
|
3534 |
-
#: includes/B2S/RePost/Item.php:
|
3535 |
msgid "days at"
|
3536 |
msgstr "Tage um"
|
3537 |
|
3538 |
-
#: includes/B2S/RePost/Item.php:
|
3539 |
msgid "on"
|
3540 |
msgstr " "
|
3541 |
|
3542 |
-
#: includes/B2S/RePost/Item.php:
|
3543 |
msgid "Mon"
|
3544 |
msgstr "Mo"
|
3545 |
|
3546 |
-
#: includes/B2S/RePost/Item.php:
|
3547 |
msgid "Tue"
|
3548 |
msgstr "Di"
|
3549 |
|
3550 |
-
#: includes/B2S/RePost/Item.php:
|
3551 |
msgid "Wed"
|
3552 |
msgstr "Mi"
|
3553 |
|
3554 |
-
#: includes/B2S/RePost/Item.php:
|
3555 |
msgid "Thu"
|
3556 |
msgstr "Do"
|
3557 |
|
3558 |
-
#: includes/B2S/RePost/Item.php:
|
3559 |
msgid "Fri"
|
3560 |
msgstr "Fr"
|
3561 |
|
3562 |
-
#: includes/B2S/RePost/Item.php:
|
3563 |
msgid "Sat"
|
3564 |
msgstr "Sa"
|
3565 |
|
3566 |
-
#: includes/B2S/RePost/Item.php:
|
3567 |
msgid "Sun"
|
3568 |
msgstr "So"
|
3569 |
|
3570 |
-
#: includes/B2S/RePost/Item.php:
|
3571 |
msgid "Monday"
|
3572 |
msgstr "Montag"
|
3573 |
|
3574 |
-
#: includes/B2S/RePost/Item.php:
|
3575 |
msgid "Tuesday"
|
3576 |
msgstr "Dienstag"
|
3577 |
|
3578 |
-
#: includes/B2S/RePost/Item.php:
|
3579 |
msgid "Wednesday"
|
3580 |
msgstr "Mittwoch"
|
3581 |
|
3582 |
-
#: includes/B2S/RePost/Item.php:
|
3583 |
msgid "Thursday"
|
3584 |
msgstr "Donnerstag"
|
3585 |
|
3586 |
-
#: includes/B2S/RePost/Item.php:
|
3587 |
msgid "Friday"
|
3588 |
msgstr "Freitag"
|
3589 |
|
3590 |
-
#: includes/B2S/RePost/Item.php:
|
3591 |
msgid "Saturday"
|
3592 |
msgstr "Samstag"
|
3593 |
|
3594 |
-
#: includes/B2S/RePost/Item.php:
|
3595 |
msgid "Sunday"
|
3596 |
msgstr "Sonntag"
|
3597 |
|
3598 |
-
#: includes/B2S/RePost/Item.php:
|
3599 |
msgid "at"
|
3600 |
msgstr "um"
|
3601 |
|
3602 |
-
#: includes/B2S/RePost/Item.php:
|
3603 |
msgid "at my best times"
|
3604 |
msgstr "zu meinen besten Zeiten"
|
3605 |
|
3606 |
-
#: includes/B2S/RePost/Item.php:
|
3607 |
msgid "Where should your content be shared?"
|
3608 |
msgstr "Wo soll Dein Content geteilt werden?"
|
3609 |
|
3610 |
-
#: includes/B2S/RePost/Item.php:
|
3611 |
msgid "Add to queue"
|
3612 |
msgstr "Zur Warteschlange hinzufügen"
|
3613 |
|
3614 |
-
#: includes/B2S/RePost/Item.php:
|
3615 |
msgid "Need more?"
|
3616 |
msgstr "Benötigst Du mehr?"
|
3617 |
|
3618 |
-
#: includes/B2S/RePost/Item.php:
|
3619 |
msgid "Queue"
|
3620 |
msgstr "Warteschlange"
|
3621 |
|
3622 |
-
#: includes/B2S/RePost/Item.php:
|
3623 |
msgid "Posts"
|
3624 |
msgstr "Posts"
|
3625 |
|
3626 |
-
#: includes/B2S/RePost/Item.php:
|
3627 |
msgid "delete selected posts"
|
3628 |
msgstr "markierte Beiträge löschen"
|
3629 |
|
3630 |
-
#: includes/B2S/RePost/Item.php:
|
3631 |
-
msgid "Startdate"
|
3632 |
-
msgstr "Startdatum"
|
3633 |
-
|
3634 |
-
#: includes/B2S/RePost/Item.php:201
|
3635 |
-
msgid "Enddate"
|
3636 |
-
msgstr "Enddatum"
|
3637 |
-
|
3638 |
-
#: includes/B2S/RePost/Item.php:213
|
3639 |
msgid "Categories"
|
3640 |
msgstr "Kategorien"
|
3641 |
|
3642 |
-
#: includes/B2S/RePost/Item.php:
|
3643 |
msgid "Authors"
|
3644 |
msgstr "Autoren"
|
3645 |
|
3646 |
-
#: includes/B2S/Settings/Item.php:
|
3647 |
-
#: includes/B2S/Ship/Item.php:
|
3648 |
msgid "Account"
|
3649 |
msgstr "Konto"
|
3650 |
|
3651 |
-
#: includes/B2S/Settings/Item.php:
|
3652 |
msgid "Timezone for Scheduling"
|
3653 |
msgstr "Zeitzone für die Planung"
|
3654 |
|
3655 |
-
#: includes/B2S/Settings/Item.php:
|
3656 |
msgid "User"
|
3657 |
msgstr "Benutzer"
|
3658 |
|
3659 |
-
#: includes/B2S/Settings/Item.php:
|
3660 |
msgid "Url Shortener"
|
3661 |
msgstr "Url Shortener"
|
3662 |
|
3663 |
-
#: includes/B2S/Settings/Item.php:
|
3664 |
msgid "no URL Shortener"
|
3665 |
msgstr "kein URL Shortener"
|
3666 |
|
3667 |
-
#: includes/B2S/Settings/Item.php:
|
3668 |
msgid "Brand"
|
3669 |
msgstr "Brand"
|
3670 |
|
3671 |
-
#: includes/B2S/Settings/Item.php:
|
3672 |
msgid "Call-to-Action"
|
3673 |
msgstr "Call-to-Action"
|
3674 |
|
3675 |
-
#: includes/B2S/Settings/Item.php:
|
3676 |
msgid "change"
|
3677 |
msgstr "ändern"
|
3678 |
|
3679 |
-
#: includes/B2S/Settings/Item.php:
|
3680 |
msgid "Shortcodes"
|
3681 |
msgstr "Shortcodes"
|
3682 |
|
3683 |
-
#: includes/B2S/Settings/Item.php:
|
3684 |
msgid "allow shortcodes in my post"
|
3685 |
msgstr "berücksichtige Shortcodes in meinen Beiträgen"
|
3686 |
|
3687 |
-
#: includes/B2S/Settings/Item.php:101
|
3688 |
-
msgid "Hashtags"
|
3689 |
-
msgstr "Hashtags"
|
3690 |
-
|
3691 |
-
#: includes/B2S/Settings/Item.php:102
|
3692 |
-
msgid "include Wordpress tags as hashtags in my post"
|
3693 |
-
msgstr " Füge WordPress-Tags als Hashtags zu Deinen Social Media-Posts hinzu"
|
3694 |
-
|
3695 |
-
#: includes/B2S/Settings/Item.php:106
|
3696 |
msgid "System"
|
3697 |
msgstr "System"
|
3698 |
|
3699 |
-
#: includes/B2S/Settings/Item.php:
|
3700 |
-
#: includes/B2S/Settings/Item.php:
|
3701 |
msgid ""
|
3702 |
"This is a global feature for your blog, which can only be edited by users "
|
3703 |
"with admin rights."
|
@@ -3705,19 +3761,19 @@ msgstr ""
|
|
3705 |
"Dies ist eine globale Einstellung für Deinen Blog, die nur von Usern mit "
|
3706 |
"Admin Rechten bearbeitet werden kann."
|
3707 |
|
3708 |
-
#: includes/B2S/Settings/Item.php:
|
3709 |
msgid "activate Legacy mode"
|
3710 |
msgstr "Kompatibilitätsmodus aktivieren"
|
3711 |
|
3712 |
-
#: includes/B2S/Settings/Item.php:
|
3713 |
msgid "Reset all page and post meta data"
|
3714 |
msgstr "Lösche alle Seiten und Beitrags Meta Angaben"
|
3715 |
|
3716 |
-
#: includes/B2S/Settings/Item.php:
|
3717 |
msgid "Meta Tags Settings for Posts and Pages"
|
3718 |
msgstr "Meta Tag Einstellungen für Beiträge und Seiten"
|
3719 |
|
3720 |
-
#: includes/B2S/Settings/Item.php:
|
3721 |
msgid ""
|
3722 |
"Add Open Graph meta tags to your shared posts or pages, required by Facebook "
|
3723 |
"and other social networks to display your post or page image, title and "
|
@@ -3727,7 +3783,7 @@ msgstr ""
|
|
3727 |
"Facebook und andere soziale Netzwerke Bilder, Titel und Beschreibung Deines "
|
3728 |
"Beitrag/Seite korrekt darstellen können."
|
3729 |
|
3730 |
-
#: includes/B2S/Settings/Item.php:
|
3731 |
msgid ""
|
3732 |
"Add Twitter Card meta tags to your shared posts or pages, required by "
|
3733 |
"Twitter to display your post or page image, title and description correctly."
|
@@ -3736,19 +3792,19 @@ msgstr ""
|
|
3736 |
"Twitter Bilder, Titel und Beschreibung Deines Beitrag/Seite korrekt "
|
3737 |
"darstellen kann."
|
3738 |
|
3739 |
-
#: includes/B2S/Settings/Item.php:
|
3740 |
msgid "Add oEmbed tags"
|
3741 |
msgstr "oEmbed Tags hinzufügen"
|
3742 |
|
3743 |
-
#: includes/B2S/Settings/Item.php:
|
3744 |
msgid "Frontpage Settings"
|
3745 |
msgstr "Frontpage Einstellungen"
|
3746 |
|
3747 |
-
#: includes/B2S/Settings/Item.php:
|
3748 |
msgid "Check Settings with Sharing-Debugger"
|
3749 |
msgstr "Einstellungen mit Sharing-Debugger überprüfen"
|
3750 |
|
3751 |
-
#: includes/B2S/Settings/Item.php:
|
3752 |
msgid ""
|
3753 |
"Add the default Open Graph parameters for title, description and image you "
|
3754 |
"want Facebook to display, if you share the frontpage of your blog as link "
|
@@ -3758,20 +3814,20 @@ msgstr ""
|
|
3758 |
"die Open Graph Parameter bei Facebook, wenn Du die Frontpage Deines Blogs "
|
3759 |
"als Link Post teilst (http://www.DeinBlog.de)"
|
3760 |
|
3761 |
-
#: includes/B2S/Settings/Item.php:
|
3762 |
msgid "Description"
|
3763 |
msgstr "Beschreibung"
|
3764 |
|
3765 |
-
#: includes/B2S/Settings/Item.php:
|
3766 |
msgid "Image URL"
|
3767 |
msgstr "Bild Url"
|
3768 |
|
3769 |
-
#: includes/B2S/Settings/Item.php:
|
3770 |
-
#: includes/B2S/Ship/Image.php:
|
3771 |
msgid "Image upload / Media Gallery"
|
3772 |
msgstr "Bild hochladen / Mediathek"
|
3773 |
|
3774 |
-
#: includes/B2S/Settings/Item.php:
|
3775 |
msgid ""
|
3776 |
"Please note: Facebook supports images with a minimum dimension of 200x200 "
|
3777 |
"pixels and an aspect ratio of 1:1."
|
@@ -3779,7 +3835,7 @@ msgstr ""
|
|
3779 |
"Bitte beachte: Facebook unterstützt Bilder mit einer Mindestgröße von "
|
3780 |
"200x200 Pixel and einem Bildgrößenverhältnis von 1:1."
|
3781 |
|
3782 |
-
#: includes/B2S/Settings/Item.php:
|
3783 |
msgid ""
|
3784 |
"Add the default Twitter Card parameters for title, description and image you "
|
3785 |
"want Twitter to display, if you share the frontpage of your blog as link "
|
@@ -3789,23 +3845,23 @@ msgstr ""
|
|
3789 |
"Image, wenn Du die Frontpage Deines Blogs als Link Post teilst (http://www."
|
3790 |
"DeinBlog.de)"
|
3791 |
|
3792 |
-
#: includes/B2S/Settings/Item.php:
|
3793 |
msgid "The default card type to use"
|
3794 |
msgstr "Wählen Sie Ihre Standard-Twitter-Card"
|
3795 |
|
3796 |
-
#: includes/B2S/Settings/Item.php:
|
3797 |
msgid "Summary"
|
3798 |
msgstr "Link-Darstellung"
|
3799 |
|
3800 |
-
#: includes/B2S/Settings/Item.php:
|
3801 |
msgid "Summary with large image"
|
3802 |
msgstr "Link-Darstellung mit großem Bild"
|
3803 |
|
3804 |
-
#: includes/B2S/Settings/Item.php:
|
3805 |
msgid "(SMART)"
|
3806 |
msgstr "(SMART)"
|
3807 |
|
3808 |
-
#: includes/B2S/Settings/Item.php:
|
3809 |
msgid ""
|
3810 |
"Please note: Twitter supports images with a minimum dimension of 144x144 "
|
3811 |
"pixels and a maximum dimension of 4096x4096 pixels and less than 5 BM. The "
|
@@ -3817,11 +3873,11 @@ msgstr ""
|
|
3817 |
"Bilder werden auf ein quadratisches Maß übertragen. Twitter unterstützt die "
|
3818 |
"Bildformate JPG, PNG, WEBP und GIF. "
|
3819 |
|
3820 |
-
#: includes/B2S/Settings/Item.php:
|
3821 |
msgid "Did you know?"
|
3822 |
msgstr "Wusstest Du schon?"
|
3823 |
|
3824 |
-
#: includes/B2S/Settings/Item.php:
|
3825 |
msgid ""
|
3826 |
"With Premium Pro, you can change the custom post format photo post or link "
|
3827 |
"post for each individual social media post and channel (profile, page, group)"
|
@@ -3831,15 +3887,15 @@ msgstr ""
|
|
3831 |
"pro Social Media Kanal verändern und Deine Beiträge als BildPost oder als "
|
3832 |
"Link-Post auf Deinen Profilen, Seiten oder Gruppen teilen."
|
3833 |
|
3834 |
-
#: includes/B2S/Settings/Item.php:
|
3835 |
msgid "Upgrade to Premium Pro now."
|
3836 |
msgstr "Upgrade auf Premium PRO"
|
3837 |
|
3838 |
-
#: includes/B2S/Settings/Item.php:
|
3839 |
msgid "The image will be changed"
|
3840 |
msgstr "Das Bild wird geändert"
|
3841 |
|
3842 |
-
#: includes/B2S/Settings/Item.php:
|
3843 |
msgid ""
|
3844 |
"Insert white frames to show the whole image in your timeline. All image "
|
3845 |
"information will be shown in your timeline."
|
@@ -3847,7 +3903,7 @@ msgstr ""
|
|
3847 |
"Füge weiße Rahmen ein, um das gesamte Bild in Deiner Zeitleiste anzuzeigen. "
|
3848 |
"Alle Bildinformationen werden in Deiner Zeitleiste angezeigt."
|
3849 |
|
3850 |
-
#: includes/B2S/Settings/Item.php:
|
3851 |
msgid ""
|
3852 |
"The link post format displays posts title, link address and the first one or "
|
3853 |
"two sentences of the post. The networks scan this information from your META "
|
@@ -3870,7 +3926,7 @@ msgstr ""
|
|
3870 |
"ausgewählt hast, zeigen einige Netzwerke das erste Bild an, dass sie auf "
|
3871 |
"Deiner Seite finden."
|
3872 |
|
3873 |
-
#: includes/B2S/Settings/Item.php:
|
3874 |
msgid ""
|
3875 |
"The image preview will be cropped automatically to fit the default Instagram "
|
3876 |
"layout for your Instagram timeline. The image will be shown uncropped when "
|
@@ -3881,7 +3937,7 @@ msgstr ""
|
|
3881 |
"Ganzes angezeigt, wenn Du die Vorschauseite für Deinen Instagram-Beitrag "
|
3882 |
"öffnest. "
|
3883 |
|
3884 |
-
#: includes/B2S/Settings/Item.php:
|
3885 |
msgid ""
|
3886 |
"A photo or image post displays the selected image in the one-page preview of "
|
3887 |
"Blog2Social and your comment above the image. The image links to the image "
|
@@ -3898,16 +3954,16 @@ msgstr ""
|
|
3898 |
"Bildalben oder Deiner Galerie hochgeladen wird. In Facebook kannst Du den "
|
3899 |
"Namen des Albums mit einer Beschreibung Deiner Wahl bearbeiten."
|
3900 |
|
3901 |
-
#: includes/B2S/Ship/Image.php:
|
3902 |
msgid "The images file types .jpg and .png are allowed. Please try another."
|
3903 |
msgstr ""
|
3904 |
"Es sind nur .jpg und .png Bilder erlaubt. Bitte wähle ein anderes Bild aus."
|
3905 |
|
3906 |
-
#: includes/B2S/Ship/Image.php:
|
3907 |
msgid "To select an individual image from your media library,"
|
3908 |
msgstr "Um ein individuelles Bild aus Deiner Mediathek auszuwählen,"
|
3909 |
|
3910 |
-
#: includes/B2S/Ship/Image.php:
|
3911 |
msgid ""
|
3912 |
"The networks Diigo, Bloglovin’ and Google My Business do not support the GIF "
|
3913 |
"image format and will display your standard image instead."
|
@@ -3915,7 +3971,7 @@ msgstr ""
|
|
3915 |
"Die Netzwerke Diigo, Bloglovin' und Google My Business unterstützen das GIF "
|
3916 |
"format nicht und stellen stattdessen das Standardbild dar."
|
3917 |
|
3918 |
-
#: includes/B2S/Ship/Image.php:
|
3919 |
msgid ""
|
3920 |
"By changing your image in the link post format it will be changed for all "
|
3921 |
"networks listed below. This also applies for all scheduled posts in this "
|
@@ -3925,11 +3981,24 @@ msgstr ""
|
|
3925 |
"aufgeführten Netzwerke geändert. Dies gilt auch für deine vorgeplanten Posts "
|
3926 |
"in diesem Format."
|
3927 |
|
3928 |
-
#: includes/B2S/Ship/Image.php:
|
3929 |
msgid "More Information"
|
3930 |
msgstr "Weitere Informationen"
|
3931 |
|
3932 |
-
#: includes/B2S/Ship/Image.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3933 |
msgid ""
|
3934 |
"The best size for images in social media posts are between: 667-1000px x 523-"
|
3935 |
"1000px. Blog2Social will automatically resize your image according to "
|
@@ -3939,31 +4008,55 @@ msgstr ""
|
|
3939 |
"1000px x 523-1000px <br> Blog2Social passt Dein Bild automatisch die Größe "
|
3940 |
"des jeweiligen Netzwerks an."
|
3941 |
|
3942 |
-
#: includes/B2S/Ship/Image.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3943 |
msgid "No images are included in your post."
|
3944 |
msgstr "In dem Beitrag sind keine Bilder hinterlegt"
|
3945 |
|
3946 |
-
#: includes/B2S/Ship/Image.php:
|
3947 |
msgid "Apply image for all posts"
|
3948 |
msgstr "Bild für alle Posts übernehmen"
|
3949 |
|
3950 |
-
#: includes/B2S/Ship/Image.php:
|
3951 |
msgid "Apply image"
|
3952 |
msgstr "Bild festlegen"
|
3953 |
|
3954 |
-
#: includes/B2S/Ship/Image.php:
|
3955 |
msgid "Apply image for this post"
|
3956 |
msgstr "Bild für diesen Post übernehmen"
|
3957 |
|
3958 |
-
#: includes/B2S/Ship/Image.php:
|
3959 |
msgid "Apply image for all og-meta networks"
|
3960 |
msgstr "Bild für alle og-meta-Netzwerke anwenden"
|
3961 |
|
|
|
|
|
|
|
|
|
3962 |
#: includes/B2S/Ship/Item.php:162
|
3963 |
msgid "Network does not support image for profiles"
|
3964 |
msgstr "Netzwerk unterstützt keine Bilder für Profile"
|
3965 |
|
3966 |
-
#: includes/B2S/Ship/Item.php:163 includes/B2S/Ship/Item.php:
|
3967 |
msgid "Network defines image by link"
|
3968 |
msgstr "Netzwerk wählt selber das Bild aus"
|
3969 |
|
@@ -3971,44 +4064,44 @@ msgstr "Netzwerk wählt selber das Bild aus"
|
|
3971 |
msgid "Supported HTML tags"
|
3972 |
msgstr "Erlaubte HTML-Elemente"
|
3973 |
|
3974 |
-
#: includes/B2S/Ship/Item.php:166 includes/B2S/Ship/Item.php:
|
3975 |
msgid "Network does not support emojis"
|
3976 |
msgstr "Netzwerk unterstützt keine Emojis"
|
3977 |
|
3978 |
-
#: includes/B2S/Ship/Item.php:167 includes/B2S/Ship/Item.php:
|
3979 |
msgid "Network does not support GIFs"
|
3980 |
msgstr "Das Netzwerk unterstützt keine GIFs"
|
3981 |
|
3982 |
-
#: includes/B2S/Ship/Item.php:
|
3983 |
msgid "Text only"
|
3984 |
msgstr "nur Text"
|
3985 |
|
3986 |
-
#: includes/B2S/Ship/Item.php:
|
3987 |
msgid "Network does not support image for pages"
|
3988 |
msgstr "Netzwerk unterstützt keine Bilder für Seiten"
|
3989 |
|
3990 |
-
#: includes/B2S/Ship/Item.php:
|
3991 |
msgid "Connection expires on 31 March 2019"
|
3992 |
msgstr "Die Verbindung endet am 31. März 2019."
|
3993 |
|
3994 |
-
#: includes/B2S/Ship/Item.php:
|
3995 |
msgid "Connection expires on 2 April 2019"
|
3996 |
msgstr "Die Verbindung endet am 2. April 2019."
|
3997 |
|
3998 |
-
#: includes/B2S/Ship/Item.php:
|
3999 |
msgid "post format"
|
4000 |
msgstr "Postformat"
|
4001 |
|
4002 |
-
#: includes/B2S/Ship/Item.php:
|
4003 |
msgid "Insert full-text"
|
4004 |
msgstr "ganzen Text einfügen"
|
4005 |
|
4006 |
-
#: includes/B2S/Ship/Item.php:
|
4007 |
msgid "Delete text"
|
4008 |
msgstr "Text löschen"
|
4009 |
|
4010 |
-
#: includes/B2S/Ship/Item.php:
|
4011 |
-
#: includes/B2S/Ship/Item.php:
|
4012 |
msgid ""
|
4013 |
"Please keep in mind that according to Twitter’s new TOS, users are no longer "
|
4014 |
"allowed to post identical or substantially similar content to multiple "
|
@@ -4019,8 +4112,8 @@ msgstr ""
|
|
4019 |
"Accounts oder mehrere identische Updates auf einem Twitter Account oder auch "
|
4020 |
"mehreren Accounts zu posten."
|
4021 |
|
4022 |
-
#: includes/B2S/Ship/Item.php:
|
4023 |
-
#: includes/B2S/Ship/Item.php:
|
4024 |
msgid ""
|
4025 |
"Violating these rules can result in Twitter suspending your account. Always "
|
4026 |
"vary your Tweets with different comments, hashtags or handles to prevent "
|
@@ -4030,12 +4123,12 @@ msgstr ""
|
|
4030 |
"sperrt. Variieren Sie Ihre Tweets mit unterschiedlichen Kommentaren, "
|
4031 |
"Hashtags und Handles um doppelte Beiträge zu vermeiden."
|
4032 |
|
4033 |
-
#: includes/B2S/Ship/Item.php:
|
4034 |
-
#: includes/B2S/Ship/Item.php:
|
4035 |
msgid "Learn more about this"
|
4036 |
msgstr "Erfahre mehr darüber"
|
4037 |
|
4038 |
-
#: includes/B2S/Ship/Item.php:
|
4039 |
msgid ""
|
4040 |
"Please note: XING allows identical posts to be published only once within a "
|
4041 |
"group and no more than three times across different groups."
|
@@ -4044,11 +4137,11 @@ msgstr ""
|
|
4044 |
"einmal innerhalb einer Gruppe und nicht mehr als dreimal in verschiedenen "
|
4045 |
"Gruppen."
|
4046 |
|
4047 |
-
#: includes/B2S/Ship/Item.php:
|
4048 |
msgid "Read more"
|
4049 |
msgstr "Weiterlesen"
|
4050 |
|
4051 |
-
#: includes/B2S/Ship/Item.php:
|
4052 |
msgid ""
|
4053 |
"Please keep in mind that users are not allowed to post identical or "
|
4054 |
"substantially similar content to multiple accounts or multiple duplicate "
|
@@ -4058,7 +4151,7 @@ msgstr ""
|
|
4058 |
"im Wesentlichen ähnliche Inhalte in mehreren Konten oder mehrere doppelte "
|
4059 |
"Updates in einem Konto zu veröffentlichen."
|
4060 |
|
4061 |
-
#: includes/B2S/Ship/Item.php:
|
4062 |
msgid ""
|
4063 |
"Violating these rules can result in suspending your account. Always vary "
|
4064 |
"your content with different images, comments, hashtags or handles to prevent "
|
@@ -4068,51 +4161,56 @@ msgstr ""
|
|
4068 |
"Variieren Sie Ihre Inhalte immer mit unterschiedlichen Bildern, Kommentaren, "
|
4069 |
"Hashtags oder Handles, um doppelte Beiträge zu vermeiden."
|
4070 |
|
4071 |
-
#: includes/B2S/Ship/Item.php:
|
4072 |
msgid "hide calendar"
|
4073 |
msgstr "Planungskalender verbergen"
|
4074 |
|
4075 |
-
#: includes/B2S/Ship/Item.php:
|
4076 |
-
#: includes/B2S/Ship/Item.php:
|
4077 |
-
#: includes/B2S/Ship/Item.php:
|
4078 |
-
#: includes/B2S/Ship/Item.php:
|
4079 |
-
#: includes/B2S/Ship/Item.php:
|
4080 |
-
#: includes/B2S/Ship/Item.php:
|
4081 |
-
#: includes/B2S/Ship/Item.php:
|
4082 |
-
#: includes/B2S/Ship/Item.php:
|
4083 |
msgid "Write something about your post..."
|
4084 |
msgstr "Schreibe etwas..."
|
4085 |
|
4086 |
-
#: includes/B2S/Ship/Item.php:
|
4087 |
-
#: includes/B2S/Ship/Item.php:
|
4088 |
-
#: includes/B2S/Ship/Item.php:
|
4089 |
msgid ""
|
4090 |
"Info: Change Open Graph Meta tags image, title and description for this "
|
4091 |
"network"
|
4092 |
msgstr "Info: Ändere die Open Graph Parameter für diese Netzwerk"
|
4093 |
|
4094 |
-
#: includes/B2S/Ship/Item.php:
|
4095 |
-
#: includes/B2S/Ship/Item.php:
|
4096 |
-
#: includes/B2S/Ship/Item.php:
|
4097 |
msgid ""
|
4098 |
"You want to change your link image, link title and link description for this "
|
4099 |
"network? Click here."
|
4100 |
msgstr ""
|
4101 |
"Du möchtest das Bild, den Titel und die Beschreibung ändern? Hier Klicken."
|
4102 |
|
4103 |
-
#: includes/B2S/Ship/Item.php:
|
4104 |
-
#: includes/B2S/Ship/Item.php:
|
4105 |
-
#: includes/B2S/Ship/Item.php:
|
4106 |
msgid "OG Meta title"
|
4107 |
msgstr "OG Titel"
|
4108 |
|
4109 |
-
#: includes/B2S/Ship/Item.php:
|
4110 |
-
#: includes/B2S/Ship/Item.php:
|
4111 |
-
#: includes/B2S/Ship/Item.php:
|
4112 |
msgid "OG Meta description"
|
4113 |
msgstr "OG Beschreibung"
|
4114 |
|
4115 |
-
#: includes/B2S/Ship/Item.php:
|
|
|
|
|
|
|
|
|
|
|
4116 |
msgid ""
|
4117 |
"Please note: Twitter stores the Card parameters of a link for up to 7 days. "
|
4118 |
"Changes may not be immediately visible on Twitter."
|
@@ -4120,20 +4218,20 @@ msgstr ""
|
|
4120 |
"Hinweis: Twitter speichert die Card Parameter eines Links für bis zu 7 Tage. "
|
4121 |
"Änderungen werden daher möglicherweise nicht sofort auf Twitter dargestellt."
|
4122 |
|
4123 |
-
#: includes/B2S/Ship/Item.php:
|
4124 |
msgid ""
|
4125 |
"Info: Change Card Meta tags image, title and description for this network"
|
4126 |
msgstr "Info: Ändere die Twitter Card Parameter für diese Netzwerk"
|
4127 |
|
4128 |
-
#: includes/B2S/Ship/Item.php:
|
4129 |
msgid "Card Meta title"
|
4130 |
msgstr "Card Titel"
|
4131 |
|
4132 |
-
#: includes/B2S/Ship/Item.php:
|
4133 |
msgid "Card Meta description"
|
4134 |
msgstr "Card Beschreibung"
|
4135 |
|
4136 |
-
#: includes/B2S/Ship/Item.php:
|
4137 |
msgid ""
|
4138 |
"Please note: XING stores the Open Graph parameters of a link for up to 7 "
|
4139 |
"days. Changes may not be immediately visible on XING."
|
@@ -4142,49 +4240,53 @@ msgstr ""
|
|
4142 |
"Tage. Änderungen werden daher möglicherweise nicht sofort auf XING "
|
4143 |
"dargestellt."
|
4144 |
|
4145 |
-
#: includes/B2S/Ship/Item.php:
|
4146 |
msgid "required"
|
4147 |
msgstr "erforderlich"
|
4148 |
|
4149 |
-
#: includes/B2S/Ship/Item.php:
|
4150 |
msgid "Jobs & Projects"
|
4151 |
msgstr "Stellenangebote & Projekte"
|
4152 |
|
4153 |
-
#: includes/B2S/Ship/Item.php:
|
4154 |
msgid "Events"
|
4155 |
msgstr "Events"
|
4156 |
|
4157 |
-
#: includes/B2S/Ship/Item.php:
|
4158 |
msgid "Classified Ads"
|
4159 |
msgstr "Kleinanzeigen"
|
4160 |
|
4161 |
-
#: includes/B2S/Ship/Item.php:
|
4162 |
msgid "Offer"
|
4163 |
msgstr "Angebot"
|
4164 |
|
4165 |
-
#: includes/B2S/Ship/Item.php:
|
4166 |
msgid "Request"
|
4167 |
msgstr "Anfrage"
|
4168 |
|
4169 |
-
#: includes/B2S/Ship/Item.php:
|
4170 |
msgid "The Headline..."
|
4171 |
msgstr "Die Überschrift..."
|
4172 |
|
4173 |
-
#: includes/B2S/Ship/Item.php:
|
4174 |
#, php-format
|
4175 |
msgid "max. %s Tags"
|
4176 |
msgstr "max. %s Tags"
|
4177 |
|
4178 |
-
#: includes/B2S/Ship/Item.php:
|
|
|
|
|
|
|
|
|
4179 |
msgid "Enable Retweets for all Tweets with the selected profile"
|
4180 |
msgstr "Retweets für alle Tweets mit dem gewählten Profil aktivieren"
|
4181 |
|
4182 |
-
#: includes/B2S/Ship/Item.php:
|
4183 |
msgid "Delay"
|
4184 |
msgstr "Verzögerung"
|
4185 |
|
4186 |
-
#: includes/B2S/Ship/Item.php:
|
4187 |
-
#: includes/B2S/Ship/Item.php:
|
4188 |
#: views/b2s/partials/post-edit-modal.php:77
|
4189 |
#: views/b2s/partials/post-edit-modal.php:78
|
4190 |
#: views/b2s/partials/post-edit-modal.php:79
|
@@ -4192,19 +4294,19 @@ msgstr "Verzögerung"
|
|
4192 |
msgid "min"
|
4193 |
msgstr "min"
|
4194 |
|
4195 |
-
#: includes/B2S/Ship/Item.php:
|
4196 |
msgid "Add Retweet"
|
4197 |
msgstr "Retweet hinzufügen"
|
4198 |
|
4199 |
-
#: includes/B2S/Ship/Item.php:
|
4200 |
msgid "Share Now"
|
4201 |
msgstr "Sofort teilen"
|
4202 |
|
4203 |
-
#: includes/B2S/Ship/Item.php:
|
4204 |
msgid "Schedule Recurrent Post"
|
4205 |
msgstr "regelmäßig Planen"
|
4206 |
|
4207 |
-
#: includes/B2S/Ship/Item.php:
|
4208 |
msgid ""
|
4209 |
"Please note: Your account is connected via an old XING API that is no longer "
|
4210 |
"supported by XING after March 31. Please connect your XING profile, as well "
|
@@ -4219,7 +4321,7 @@ msgstr ""
|
|
4219 |
"mit der neuen XING-Schnittstelle. Gehe dazu in den Bereich Blog2Social "
|
4220 |
"\"Netzwerke\" und verbinde Dein XING-Konto über die neue XING-Schnittstelle."
|
4221 |
|
4222 |
-
#: includes/B2S/Ship/Item.php:
|
4223 |
msgid ""
|
4224 |
"Please note: Google will shut down Google+ for all private accounts "
|
4225 |
"(profiles, pages, groups) on 2nd April 2019. You can find further "
|
@@ -4231,92 +4333,92 @@ msgstr ""
|
|
4231 |
"Informationen zu den nächsten Schritten, u. a. dazu, wie Du Deine Fotos und "
|
4232 |
"andere Inhalte herunterladen kannst:"
|
4233 |
|
4234 |
-
#: includes/B2S/Ship/Item.php:
|
4235 |
msgid "Repeats"
|
4236 |
msgstr "Wiederholen"
|
4237 |
|
4238 |
-
#: includes/B2S/Ship/Item.php:
|
4239 |
msgid "Duration"
|
4240 |
msgstr "Dauer"
|
4241 |
|
4242 |
-
#: includes/B2S/Ship/Item.php:
|
4243 |
msgid "Number of repeats"
|
4244 |
msgstr "Anzahl der Wiederholungen"
|
4245 |
|
4246 |
-
#: includes/B2S/Ship/Item.php:
|
4247 |
msgid "Day of month"
|
4248 |
msgstr "Tag im Monat"
|
4249 |
|
4250 |
-
#: includes/B2S/Ship/Item.php:
|
4251 |
msgid "Repeats every (days)"
|
4252 |
msgstr "Wiederholt sich alle X Tage"
|
4253 |
|
4254 |
-
#: includes/B2S/Ship/Item.php:
|
4255 |
msgid "Start date"
|
4256 |
msgstr "Startdatum"
|
4257 |
|
4258 |
-
#: includes/B2S/Ship/Item.php:
|
4259 |
msgid "Time to publish"
|
4260 |
msgstr "Veröffentlichungszeitpunkt"
|
4261 |
|
4262 |
-
#: includes/B2S/Ship/Item.php:
|
4263 |
msgid "weekly"
|
4264 |
msgstr "wöchentlich"
|
4265 |
|
4266 |
-
#: includes/B2S/Ship/Item.php:
|
4267 |
msgid "monthly"
|
4268 |
msgstr "monatlich"
|
4269 |
|
4270 |
-
#: includes/B2S/Ship/Item.php:
|
4271 |
msgid "own period"
|
4272 |
msgstr "Eigener Zeitraum"
|
4273 |
|
4274 |
-
#: includes/B2S/Ship/Item.php:
|
4275 |
msgid "Week"
|
4276 |
msgstr "Woche"
|
4277 |
|
4278 |
-
#: includes/B2S/Ship/Item.php:
|
4279 |
msgid "Weeks"
|
4280 |
msgstr "Wochen"
|
4281 |
|
4282 |
-
#: includes/B2S/Ship/Item.php:
|
4283 |
msgid "Month"
|
4284 |
msgstr "Monat"
|
4285 |
|
4286 |
-
#: includes/B2S/Ship/Item.php:
|
4287 |
msgid "Months"
|
4288 |
msgstr "Monate"
|
4289 |
|
4290 |
-
#: includes/B2S/Ship/Item.php:
|
4291 |
msgid "End Of Month"
|
4292 |
msgstr "Monatsende"
|
4293 |
|
4294 |
-
#: includes/B2S/Ship/Item.php:
|
4295 |
msgid "Timespan"
|
4296 |
msgstr "Zeitspanne"
|
4297 |
|
4298 |
-
#: includes/B2S/Ship/Item.php:
|
4299 |
#: views/b2s/partials/post-edit-modal.php:66
|
4300 |
msgid "Time"
|
4301 |
msgstr "Mal"
|
4302 |
|
4303 |
-
#: includes/B2S/Ship/Item.php:
|
4304 |
msgid "add another post"
|
4305 |
msgstr "einen weiteren Post anlegen"
|
4306 |
|
4307 |
-
#: includes/B2S/Ship/Item.php:
|
4308 |
msgid "Copy from original"
|
4309 |
msgstr "Originaltext kopieren"
|
4310 |
|
4311 |
-
#: includes/B2S/Ship/Item.php:
|
4312 |
msgid "Apply Settings To All Networks"
|
4313 |
msgstr "Planung für alle Netzwerke übernehmen"
|
4314 |
|
4315 |
-
#: includes/B2S/Ship/Item.php:
|
4316 |
msgid "Save as best time for this network"
|
4317 |
msgstr "Diese Zeit als \"Beste Zeit\" für dieses Netzwerk speichern"
|
4318 |
|
4319 |
-
#: includes/B2S/Ship/Save.php:
|
4320 |
msgid ""
|
4321 |
"For sharing your posts on personal Facebook Profiles you can use Facebook "
|
4322 |
"Instant Sharing"
|
@@ -4324,15 +4426,15 @@ msgstr ""
|
|
4324 |
"Um Beiträge auf persönlichen Facebook-Profilen zu teilen, steht Facebook "
|
4325 |
"Instant Sharing zur Verfügung"
|
4326 |
|
4327 |
-
#: includes/B2S/Ship/Save.php:
|
4328 |
msgid "Learn how it works"
|
4329 |
msgstr "mehr erfahren"
|
4330 |
|
4331 |
-
#: includes/B2S/Ship/Save.php:
|
4332 |
msgid "This is how it works:"
|
4333 |
msgstr "Und so funktioniert es:"
|
4334 |
|
4335 |
-
#: includes/B2S/Ship/Save.php:
|
4336 |
msgid ""
|
4337 |
"-To share your post immediately, click the \"Share\" button next to your "
|
4338 |
"selected Facebook profile below."
|
@@ -4340,7 +4442,7 @@ msgstr ""
|
|
4340 |
"-Um den Beitrag sofort zu teilen, klicke einfach auf den “Teilen” Button "
|
4341 |
"neben Deinem unten aufgeführten Profil."
|
4342 |
|
4343 |
-
#: includes/B2S/Ship/Save.php:
|
4344 |
msgid ""
|
4345 |
"-For scheduled posts, Blog2Social will save your post and move it to the "
|
4346 |
"\"Scheduled Posts\" tab on your \"Posts & Sharing\" navigation bar. On your "
|
@@ -4353,14 +4455,14 @@ msgstr ""
|
|
4353 |
"Sharing” Tab. Klicke dann auf \"Teilen\", um Deinen Post dann an Dein "
|
4354 |
"Facebook-Profil zu senden!"
|
4355 |
|
4356 |
-
#: includes/B2S/Ship/Save.php:
|
4357 |
msgid ""
|
4358 |
"For sharing your posts on Google+ you can now use Google+ Instant Sharing"
|
4359 |
msgstr ""
|
4360 |
"Um Beiträge auf Google+ zu teilen, steht ab sofort Google+ Instant Sharing "
|
4361 |
"zur Verfügung"
|
4362 |
|
4363 |
-
#: includes/B2S/Ship/Save.php:
|
4364 |
msgid ""
|
4365 |
"-To share your post immediately, click the \"Share\" button next to your "
|
4366 |
"selected Google+ account below."
|
@@ -4368,7 +4470,7 @@ msgstr ""
|
|
4368 |
"Um den Beitrag sofort zu teilen, klicke einfach auf den Teilen Button neben "
|
4369 |
"Deinem unten aufgeführten Konto."
|
4370 |
|
4371 |
-
#: includes/B2S/Ship/Save.php:
|
4372 |
msgid ""
|
4373 |
"-For scheduled posts, Blog2Social will save your post and move it to the "
|
4374 |
"\"Scheduled Posts\" tab on your \"Site & Blog Content\" navigation bar. On "
|
@@ -4381,22 +4483,22 @@ msgstr ""
|
|
4381 |
"Sharing” Tab. Klicke dann auf \"Teilen\", um Deinen Post dann an Dein "
|
4382 |
"Facebook-Profil zu senden!"
|
4383 |
|
4384 |
-
#: includes/B2S/Ship/Save.php:
|
4385 |
msgid ""
|
4386 |
"Please note: You post has to be marked as public to be posted in a group."
|
4387 |
msgstr ""
|
4388 |
"Um in eine Gruppe zu teilen, muss Dein Beitrag auf Öffentlich gestellt "
|
4389 |
"werden."
|
4390 |
|
4391 |
-
#: includes/B2S/Ship/Save.php:
|
4392 |
msgid "Please share your post now"
|
4393 |
msgstr "Bitte teile Deinen Beitrag jetzt."
|
4394 |
|
4395 |
-
#: includes/B2S/Ship/Save.php:
|
4396 |
msgid "view social media post"
|
4397 |
msgstr "Zeige Social Media Beitrag an"
|
4398 |
|
4399 |
-
#: includes/B2S/Ship/Save.php:
|
4400 |
msgid "scheduled on"
|
4401 |
msgstr "geplant für"
|
4402 |
|
@@ -4420,44 +4522,44 @@ msgstr "Beitrag über PR-Gateway veröffentlichen"
|
|
4420 |
msgid "on Blog"
|
4421 |
msgstr "auf dem Blog"
|
4422 |
|
4423 |
-
#: views/b2s/html/footer.php:
|
4424 |
msgid "Privacy Policy"
|
4425 |
msgstr "Datenschutzerklärung"
|
4426 |
|
4427 |
-
#: views/b2s/html/footer.php:
|
4428 |
msgid "Terms"
|
4429 |
msgstr "Bedingungen"
|
4430 |
|
4431 |
-
#: views/b2s/html/footer.php:
|
4432 |
msgid "We never store your data from your social media profiles"
|
4433 |
msgstr "Wir speichern Deine Daten aus Deinen Social-Media-Profilen niemals."
|
4434 |
|
4435 |
-
#: views/b2s/html/footer.php:
|
4436 |
#: views/prg/html/header.php:45
|
4437 |
msgid "Post"
|
4438 |
msgstr "Beitrag"
|
4439 |
|
4440 |
-
#: views/b2s/html/footer.php:
|
4441 |
msgid "Job"
|
4442 |
msgstr "Job"
|
4443 |
|
4444 |
-
#: views/b2s/html/footer.php:
|
4445 |
msgid "Event"
|
4446 |
msgstr "Event"
|
4447 |
|
4448 |
-
#: views/b2s/html/footer.php:
|
4449 |
msgid "Product"
|
4450 |
msgstr "Produkt"
|
4451 |
|
4452 |
-
#: views/b2s/html/footer.php:
|
4453 |
msgid "Upgrade to Blog2Social for Premium"
|
4454 |
msgstr "Jetzt auf Blog2Social Premium upgraden"
|
4455 |
|
4456 |
-
#: views/b2s/html/footer.php:
|
4457 |
msgid "Upgrade to Blog2Social PREMIUM PRO"
|
4458 |
msgstr "Jetzt auf Blog2Social PREMIUM PRO upgraden"
|
4459 |
|
4460 |
-
#: views/b2s/html/footer.php:
|
4461 |
msgid ""
|
4462 |
"You can select different combinations of networks and save them for "
|
4463 |
"different sharing purposes."
|
@@ -4465,7 +4567,7 @@ msgstr ""
|
|
4465 |
"Du kannst verschiedene Netzwerk-Gruppierungen auswählen und für verschiedene "
|
4466 |
"Zwecke speichern."
|
4467 |
|
4468 |
-
#: views/b2s/html/footer.php:
|
4469 |
msgid ""
|
4470 |
"Blog2Social Premium PRO allows you to save your preferred social network "
|
4471 |
"accounts into network collections for a faster future access. You can assign "
|
@@ -4489,11 +4591,11 @@ msgstr ""
|
|
4489 |
"Media-Aktivität. Du kannst auch mehrere Profile, Seiten und Gruppen pro "
|
4490 |
"Netzwerk in einer Netzwerk-Gruppierung verbinden."
|
4491 |
|
4492 |
-
#: views/b2s/html/footer.php:
|
4493 |
msgid "With Blog2Social PREMIUM PRO you can also:"
|
4494 |
msgstr "Mit Blog2Social PREMIUM PRO kannst Du außerdem:"
|
4495 |
|
4496 |
-
#: views/b2s/html/footer.php:
|
4497 |
msgid ""
|
4498 |
"Post on LinkedIn pages, XING pages and groups, as well as Facebook pages and "
|
4499 |
"groups"
|
@@ -4501,7 +4603,7 @@ msgstr ""
|
|
4501 |
"Veröffentliche Posts auf LinkedIn-Seiten, XING-Seiten und -Gruppen sowie "
|
4502 |
"Facebook-Seiten und -Gruppen"
|
4503 |
|
4504 |
-
#: views/b2s/html/footer.php:
|
4505 |
msgid ""
|
4506 |
"Schedule your posts at the best times on each network: for one time, "
|
4507 |
"multiple times or recurrently"
|
@@ -4509,7 +4611,7 @@ msgstr ""
|
|
4509 |
"Plane Deine Beiträge zu den besten Zeiten in jedem Netzwerk: einmal, "
|
4510 |
"mehrmals oder wiederkehrend"
|
4511 |
|
4512 |
-
#: views/b2s/html/footer.php:
|
4513 |
msgid ""
|
4514 |
"Reporting and calendar: keep track of your published and scheduled social "
|
4515 |
"media posts"
|
@@ -4517,15 +4619,16 @@ msgstr ""
|
|
4517 |
"Reporting und Kalender: Behalte den Überblick über Deine veröffentlichten "
|
4518 |
"und geplanten Social Media Beiträge."
|
4519 |
|
4520 |
-
#: views/b2s/html/footer.php:
|
|
|
4521 |
msgid "Upgrade to PRO and above"
|
4522 |
msgstr "Upgrade auf PRO und höher"
|
4523 |
|
4524 |
-
#: views/b2s/html/footer.php:
|
4525 |
msgid "Activate Blog2Social PREMIUM PRO."
|
4526 |
msgstr "Aktiviere Blog2Social PREMIUM PRO."
|
4527 |
|
4528 |
-
#: views/b2s/html/footer.php:
|
4529 |
msgid ""
|
4530 |
"With Blog2Social Premium PRO you can connect pages in LinkedIn and XING as "
|
4531 |
"well as XING groups."
|
@@ -4533,37 +4636,41 @@ msgstr ""
|
|
4533 |
"Mit Blog2Social Premium PRO kannst Du Seiten in LinkedIn und XING, sowie "
|
4534 |
"XING-Gruppen verbinden."
|
4535 |
|
4536 |
-
#: views/b2s/html/footer.php:
|
4537 |
msgid "Also included:"
|
4538 |
msgstr "Ebenfalls enthalten:"
|
4539 |
|
4540 |
-
#: views/b2s/html/footer.php:
|
4541 |
msgid "Social media auto-posting and auto-scheduling"
|
4542 |
msgstr "Auto-Posting und automatische Planung für Social Media Beiträge"
|
4543 |
|
4544 |
-
#: views/b2s/html/footer.php:
|
4545 |
msgid "Posting to social media pages and groups in Facebook"
|
4546 |
msgstr "Veröffentlichung auf Social Media Seiten und Gruppen in Facebook"
|
4547 |
|
4548 |
-
#: views/b2s/html/footer.php:
|
4549 |
msgid "Sharing on multiple accounts per network"
|
4550 |
msgstr "Poste auf mehrere Accounts pro Netzwerk"
|
4551 |
|
4552 |
-
#: views/b2s/html/footer.php:
|
4553 |
msgid "Best Time Scheduler: schedule once, multiple times or recurringly"
|
4554 |
msgstr ""
|
4555 |
"Beste Zeiten Manager: Plane Deine Veröffentlichungen mehrmals oder "
|
4556 |
"regelmäßig."
|
4557 |
|
4558 |
-
#: views/b2s/html/footer.php:
|
4559 |
msgid "Reporting with links to already published posts"
|
4560 |
msgstr "Reporting mit Links zu bereits veröffentlichten Beiträgen"
|
4561 |
|
4562 |
-
#: views/b2s/html/footer.php:
|
|
|
|
|
|
|
|
|
4563 |
msgid "Select the preferred custom post format for your posts"
|
4564 |
msgstr "Entscheide Dich für das passende Format für Deine Social Media Posts"
|
4565 |
|
4566 |
-
#: views/b2s/html/footer.php:
|
4567 |
msgid ""
|
4568 |
"Select link post or image post format to define your preferred custom post "
|
4569 |
"format for Twitter, LinkedIn, and Facebook."
|
@@ -4571,11 +4678,11 @@ msgstr ""
|
|
4571 |
"Wähle zwischen Link-Beitrag oder Bild-Beitrag, um Dein bevorzugtes "
|
4572 |
"Postformat für Twitter, LinkedIn und Facebook zu definieren."
|
4573 |
|
4574 |
-
#: views/b2s/html/footer.php:
|
4575 |
msgid "Photo Post"
|
4576 |
msgstr "Bild-Beitrag"
|
4577 |
|
4578 |
-
#: views/b2s/html/footer.php:
|
4579 |
msgid ""
|
4580 |
"For Instagram, you can select \"image with frame\" or \"image cut out\" as "
|
4581 |
"your preferred custom post format."
|
@@ -4583,19 +4690,19 @@ msgstr ""
|
|
4583 |
"Für Instagram kannst Du \"Bild mit Rahmen\" oder \"Bild zuschneiden\" als "
|
4584 |
"bevorzugtes benutzerdefiniertes Postformat auswählen."
|
4585 |
|
4586 |
-
#: views/b2s/html/footer.php:
|
4587 |
msgid "Did you miss something?"
|
4588 |
msgstr "Vermisst Du etwas?"
|
4589 |
|
4590 |
-
#: views/b2s/html/footer.php:
|
4591 |
msgid "Help us make Blog2Social even better!"
|
4592 |
msgstr "Hilf uns, Blog2Social noch besser zu machen!"
|
4593 |
|
4594 |
-
#: views/b2s/html/footer.php:
|
4595 |
msgid "submit"
|
4596 |
msgstr "abschicken"
|
4597 |
|
4598 |
-
#: views/b2s/html/footer.php:
|
4599 |
msgid ""
|
4600 |
"Blog2Social provides you with a pre-configured time-scheme to automatically "
|
4601 |
"schedule your social media posts for the best times to share on each social "
|
@@ -4609,7 +4716,7 @@ msgstr ""
|
|
4609 |
"Vorschau-Editor auf „Lade beste Zeiten“, um Deine Beiträge automatisch für "
|
4610 |
"die besten Zeiten in jedem sozialen Netzwerk zu planen."
|
4611 |
|
4612 |
-
#: views/b2s/html/footer.php:
|
4613 |
msgid ""
|
4614 |
"You can also configure your own individual time settings for each of your "
|
4615 |
"social media connections to post your content on social media when your "
|
@@ -4624,7 +4731,7 @@ msgstr ""
|
|
4624 |
"einen effektiven Social Media-Posting-Plan einrichten, um so viele Follower "
|
4625 |
"wie möglich zu erreichen."
|
4626 |
|
4627 |
-
#: views/b2s/html/footer.php:
|
4628 |
msgid ""
|
4629 |
"Click Load My Time Settings in the preview editor to schedule your posts "
|
4630 |
"automatically for your individually chosen best times."
|
@@ -4632,7 +4739,7 @@ msgstr ""
|
|
4632 |
"Klicke im Vorschau-Editor auf „Meine Zeiteinstellungen laden\", um Deine "
|
4633 |
"Beiträge automatisch für Deine individuell gewählten besten Zeiten zu planen."
|
4634 |
|
4635 |
-
#: views/b2s/html/footer.php:
|
4636 |
msgid ""
|
4637 |
"You can always edit the predefined times in the preview editor for any post "
|
4638 |
"or network and save your new settings as default for future use."
|
@@ -4641,7 +4748,7 @@ msgstr ""
|
|
4641 |
"oder jedes Netzwerk bearbeiten und Deine neuen Einstellungen als Standard "
|
4642 |
"für die zukünftige Verwendung speichern."
|
4643 |
|
4644 |
-
#: views/b2s/html/footer.php:
|
4645 |
msgid ""
|
4646 |
"Learn how to set up and apply individual best times to your social media "
|
4647 |
"scheduling and auto-poster."
|
@@ -4649,11 +4756,11 @@ msgstr ""
|
|
4649 |
"Erfahre, wie Du individuelle Beste Zeiten für Deine Social Media Planung und "
|
4650 |
"Deinen Auto-Poster einrichten und anwenden kannst."
|
4651 |
|
4652 |
-
#: views/b2s/html/footer.php:
|
4653 |
msgid "Why Retweets?"
|
4654 |
msgstr "Wieso Retweeten?"
|
4655 |
|
4656 |
-
#: views/b2s/html/footer.php:
|
4657 |
msgid ""
|
4658 |
"Retweets are the recommended way to reshare the same Tweets across Twitter "
|
4659 |
"accounts in accordance with Twitter new rules. You can now schedule multiple "
|
@@ -4665,7 +4772,7 @@ msgstr ""
|
|
4665 |
"verbreiten. Du kannst nun mehrere Retweets für einen Original-Tweet direkt "
|
4666 |
"aus Deinem WordPress heraus planen."
|
4667 |
|
4668 |
-
#: views/b2s/html/footer.php:
|
4669 |
msgid ""
|
4670 |
"If Retweets are enabled, every Original-Tweet you schedule in this step will "
|
4671 |
"be retweeted by the selected Twitter accounts. If, for example, 3 Original-"
|
@@ -4677,38 +4784,39 @@ msgstr ""
|
|
4677 |
"beispielsweise 3 Original-Tweets geplant sind, löst jeder einzelne Tweet "
|
4678 |
"einen Retweet für die ausgewählten Twitter-Konten aus."
|
4679 |
|
4680 |
-
#: views/b2s/html/footer.php:
|
4681 |
msgid "Would you like to retweet?"
|
4682 |
msgstr "Möchtest Du Retweeten?"
|
4683 |
|
4684 |
-
#: views/b2s/html/footer.php:
|
4685 |
-
msgid "
|
4686 |
-
msgstr "
|
4687 |
-
|
4688 |
-
#: views/b2s/html/footer.php:
|
4689 |
-
msgid ""
|
4690 |
-
"You can use Bit.ly links to shorten the URL of your
|
4691 |
-
"performance of your links in your social media
|
4692 |
-
"
|
4693 |
-
"media posts will then be shared with your
|
4694 |
-
"the success of your posts in
|
4695 |
-
"Pinterest and Medium do not allow Bit.
|
4696 |
-
"the regular URL for these networks."
|
4697 |
-
msgstr ""
|
4698 |
-
"Du kannst Bit.ly
|
4699 |
-
"die Performance Deiner Links in den sozialen Netzwerken zu
|
4700 |
-
"Aktiviere
|
4701 |
-
"
|
4702 |
-
"
|
4703 |
-
"
|
4704 |
-
"
|
4705 |
-
"
|
4706 |
-
|
4707 |
-
|
|
|
4708 |
msgid "Define Twitter post content"
|
4709 |
msgstr "Twitter Beitragsinhalt definieren"
|
4710 |
|
4711 |
-
#: views/b2s/html/footer.php:
|
4712 |
msgid ""
|
4713 |
"Select the content that will be automatically pre-filled in your Twitter "
|
4714 |
"posts. If you have ticked the box \"include WordPress tags as hashtags in my "
|
@@ -4719,7 +4827,7 @@ msgstr ""
|
|
4719 |
"aufnehmen\" angekreuzt haben, werden Hashtags automatisch im Dropdown-Menü "
|
4720 |
"hinzugefügt."
|
4721 |
|
4722 |
-
#: views/b2s/html/footer.php:
|
4723 |
msgid ""
|
4724 |
"Share imported posts with the Auto Poster: Posts that you import via RSS "
|
4725 |
"feeds and plugins can be shared automatically on your social media channels."
|
@@ -4728,7 +4836,7 @@ msgstr ""
|
|
4728 |
"Feeds und Plugins importierst, können automatisch auf Deinen Social Media-"
|
4729 |
"Kanälen geteilt werden."
|
4730 |
|
4731 |
-
#: views/b2s/html/footer.php:
|
4732 |
#, php-format
|
4733 |
msgid ""
|
4734 |
"<a target=\"_blank\" href=\"%s\">Learn how to set up auto posting for "
|
@@ -4737,11 +4845,46 @@ msgstr ""
|
|
4737 |
"<a target=\"_blank\" href=\"%s\">Erfahre, wie Du den Auto-Poster für "
|
4738 |
"importierte Beiträge einrichtest.</a>"
|
4739 |
|
4740 |
-
#: views/b2s/html/footer.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4741 |
msgid "Blog2Social: Re-Share Posts"
|
4742 |
msgstr "Blog2Social: Beiträge wiederholt teilen"
|
4743 |
|
4744 |
-
#: views/b2s/html/footer.php:
|
4745 |
msgid ""
|
4746 |
"Keep your social media feed updated automatically with your best content and "
|
4747 |
"save valuable time by reviving your evergreen content regularly. Automate "
|
@@ -4754,22 +4897,22 @@ msgstr ""
|
|
4754 |
"gesamten Re-Sharing-Prozess, damit Du mehr Zeit hast neuen Content zu "
|
4755 |
"erstellen und mit Deiner Community zu interagieren."
|
4756 |
|
4757 |
-
#: views/b2s/html/footer.php:
|
4758 |
#, php-format
|
4759 |
msgid "<a target=\"_blank\" href=\"%s\">More information</a>"
|
4760 |
msgstr "<a target=\"_blank\" href=\"%s\">Weitere Informationen</a>"
|
4761 |
|
4762 |
-
#: views/b2s/html/footer.php:
|
4763 |
msgid "Social Meta Tags Settings"
|
4764 |
msgstr "Social Meta Tags Einstellungen"
|
4765 |
|
4766 |
-
#: views/b2s/html/footer.php:
|
4767 |
msgid "Change image, title and description for your post on this network"
|
4768 |
msgstr ""
|
4769 |
"Ändere das Bild, den Titel und die Beschreibung für Deinen Post auf diesem "
|
4770 |
"Netzwerk"
|
4771 |
|
4772 |
-
#: views/b2s/html/footer.php:
|
4773 |
msgid ""
|
4774 |
"Facebook has changed its policy for posting link posts via plugins or web "
|
4775 |
"applications. Facebook does no longer display the featured or selected image "
|
@@ -4792,7 +4935,7 @@ msgstr ""
|
|
4792 |
"ein zufällig gewähltes Bild bei Link-Beiträgen an. Bitte stelle sicher, dass "
|
4793 |
"Dein Bild die Anforderungen an die Bildgröße für Facebook erfüllt."
|
4794 |
|
4795 |
-
#: views/b2s/html/footer.php:
|
4796 |
msgid ""
|
4797 |
"With Blog2Social you can select a featured image or any image you select to "
|
4798 |
"be displayed with your link post. Blog2Social will automatically write the "
|
@@ -4811,7 +4954,7 @@ msgstr ""
|
|
4811 |
"bitte dieses Kontrollkästchen. Bitte beachte, dass Du dann kein Bild für "
|
4812 |
"Deinen Linkbeitrag bei Facebook auswählen kannst.\t\t"
|
4813 |
|
4814 |
-
#: views/b2s/html/footer.php:
|
4815 |
msgid ""
|
4816 |
"Twitter has changed its policy for posting link posts via plugins or web "
|
4817 |
"applications. Twitter does no longer display the featured or selected image "
|
@@ -4835,7 +4978,7 @@ msgstr ""
|
|
4835 |
"stelle sicher, dass Dein Bild die Anforderungen an die Bildgröße für Twitter "
|
4836 |
"erfüllt."
|
4837 |
|
4838 |
-
#: views/b2s/html/footer.php:
|
4839 |
msgid ""
|
4840 |
"With Blog2Social you can select a featured image or any image you select to "
|
4841 |
"be displayed with your link post. Blog2Social will automatically write the "
|
@@ -4854,7 +4997,7 @@ msgstr ""
|
|
4854 |
"bitte dieses Kontrollkästchen. Bitte beachte, dass Du dann kein Bild für "
|
4855 |
"Deinen Linkbeitrag bei Twitter auswählen kannst."
|
4856 |
|
4857 |
-
#: views/b2s/html/footer.php:
|
4858 |
msgid ""
|
4859 |
"To display your link preview, LinkedIn uses the image set in the oEmbed tags "
|
4860 |
"in meta data of your post. WordPress automatically sets your featured image "
|
@@ -4868,7 +5011,7 @@ msgstr ""
|
|
4868 |
"fest. Wenn Du Dein Bild bei LinkedIn ändern möchtest, ohne Dein Beitragsbild "
|
4869 |
"zu ändern, kannst du die Box “oEmbed Tags hinzufügen” abhaken."
|
4870 |
|
4871 |
-
#: views/b2s/html/footer.php:
|
4872 |
msgid ""
|
4873 |
"If LinkedIn can’t find the oEmbed tag in your data, it will use the OG (Open "
|
4874 |
"Graph) meta tags instead."
|
@@ -4876,7 +5019,7 @@ msgstr ""
|
|
4876 |
"Wenn LinkedIn keine oEmbed Tags in deinen Daten finden kann, nutzt das "
|
4877 |
"Netzwerk stattdessen die OG (Open Graph) Meta Tags."
|
4878 |
|
4879 |
-
#: views/b2s/html/footer.php:
|
4880 |
msgid ""
|
4881 |
"With Blog2Social you can select a featured image or any image you select to "
|
4882 |
"be displayed with your link post. Blog2Social will automatically write the "
|
@@ -4899,7 +5042,7 @@ msgstr ""
|
|
4899 |
"nutzt, um Deine OG Tags zu setzen, ansonsten werden die sozialen Netzwerke "
|
4900 |
"kein Bild oder ein zufälliges Bild in Deinem Post anzeigen."
|
4901 |
|
4902 |
-
#: views/b2s/html/footer.php:
|
4903 |
msgid ""
|
4904 |
"You can change the image, title and description for your post on Facebook, "
|
4905 |
"by editing the following fields for"
|
@@ -4908,19 +5051,19 @@ msgstr ""
|
|
4908 |
"Facebook ändern, indem Du die folgenden Felder für die Open GraphTags "
|
4909 |
"bearbeitest"
|
4910 |
|
4911 |
-
#: views/b2s/html/footer.php:
|
4912 |
msgid "image"
|
4913 |
msgstr "Bild"
|
4914 |
|
4915 |
-
#: views/b2s/html/footer.php:
|
4916 |
msgid "title"
|
4917 |
msgstr "Titel"
|
4918 |
|
4919 |
-
#: views/b2s/html/footer.php:
|
4920 |
msgid "description"
|
4921 |
msgstr "Beschreibung"
|
4922 |
|
4923 |
-
#: views/b2s/html/footer.php:
|
4924 |
msgid ""
|
4925 |
"Blog2Social will automatically write these information in the Facebook Open "
|
4926 |
"Graph (OG) Meta Tags for Image, Title and Description of your blog post."
|
@@ -4928,7 +5071,7 @@ msgstr ""
|
|
4928 |
"Blog2Social schreibt diese Informationen automatisch in die Facebook Open "
|
4929 |
"Graph (OG) Tags als Bild, Titel und Beschreibung Deines Blogbeitrags."
|
4930 |
|
4931 |
-
#: views/b2s/html/footer.php:
|
4932 |
msgid ""
|
4933 |
"Please note: If this post has already been shared or scheduled previously, "
|
4934 |
"your current changes will also affect the look of previously shared or "
|
@@ -4941,7 +5084,7 @@ msgstr ""
|
|
4941 |
"aktuellsten Informationen aus den Open Graph Meta Tags zieht und alle "
|
4942 |
"bereits existierenden Beiträge automatisch updatet. "
|
4943 |
|
4944 |
-
#: views/b2s/html/footer.php:
|
4945 |
#, php-format
|
4946 |
msgid ""
|
4947 |
"Please note: Your changes will have no effect on your social media posts on "
|
@@ -4953,7 +5096,7 @@ msgstr ""
|
|
4953 |
"Deinen Blog2Social <a target=\"_blank\" href=\"%s\">Einstellungen</a> "
|
4954 |
"manuell deaktiviert hast."
|
4955 |
|
4956 |
-
#: views/b2s/html/footer.php:
|
4957 |
msgid ""
|
4958 |
"You can change the image, title and description for your post on Twitter, by "
|
4959 |
"editing the following fields for"
|
@@ -4962,7 +5105,7 @@ msgstr ""
|
|
4962 |
"Twitter ändern, indem Du die folgenden Felder für die Twitter Card Tags "
|
4963 |
"bearbeitest"
|
4964 |
|
4965 |
-
#: views/b2s/html/footer.php:
|
4966 |
msgid ""
|
4967 |
"Blog2Social will automatically write these information in the Twitter Card "
|
4968 |
"Meta Tags for Image, Title and Description of your blog post."
|
@@ -4970,7 +5113,7 @@ msgstr ""
|
|
4970 |
"Blog2Social schreibt diese Informationen automatisch in die Twitter Card "
|
4971 |
"Meta Tags als Bild, Titel und Beschreibung Deines Blogbeitrags."
|
4972 |
|
4973 |
-
#: views/b2s/html/footer.php:
|
4974 |
msgid ""
|
4975 |
"Please note: If this post was previously shared or scheduled, your current "
|
4976 |
"changes will also affect the look of previously shared or scheduled posts, "
|
@@ -4985,7 +5128,7 @@ msgstr ""
|
|
4985 |
"Beitrag bereits geteilt wurde, kann es bis zu 7 Tage dauern, bis Twitter "
|
4986 |
"Deine aktuellen Änderungen aktualisiert."
|
4987 |
|
4988 |
-
#: views/b2s/html/footer.php:
|
4989 |
#, php-format
|
4990 |
msgid ""
|
4991 |
"Please note: Your changes will have no effect on your social media posts on "
|
@@ -4997,12 +5140,12 @@ msgstr ""
|
|
4997 |
"Deinen Blog2Social <a target=\"_blank\" href=\"%s\">Einstellungen</a> "
|
4998 |
"manuell deaktiviert hast."
|
4999 |
|
5000 |
-
#: views/b2s/html/footer.php:
|
5001 |
msgid "You want to change the image, title and description for your post?"
|
5002 |
msgstr ""
|
5003 |
"Möchtest Du das Bild, den Titel und die Beschreibung für Deinen Post ändern?"
|
5004 |
|
5005 |
-
#: views/b2s/html/footer.php:
|
5006 |
msgid ""
|
5007 |
"You are currently sharing this post as image post. Changes to title and "
|
5008 |
"description Meta Tag parameters will only be supported for link post formats."
|
@@ -5015,7 +5158,7 @@ msgstr ""
|
|
5015 |
"individuelle Änderungen am Titel und an der Beschreibung für Deine "
|
5016 |
"Beitragsvorschau vorzunehmen."
|
5017 |
|
5018 |
-
#: views/b2s/html/footer.php:
|
5019 |
#, php-format
|
5020 |
msgid ""
|
5021 |
"Your changes will have no effect on your social media posts on Facebook, if "
|
@@ -5027,7 +5170,7 @@ msgstr ""
|
|
5027 |
"Blog2Social <a target=\"_blank\" href=\"%s\">Einstellungen</a> manuell "
|
5028 |
"deaktiviert hast."
|
5029 |
|
5030 |
-
#: views/b2s/html/footer.php:
|
5031 |
#, php-format
|
5032 |
msgid ""
|
5033 |
"Your changes will have no effect on your social media posts on Twitter, if "
|
@@ -5038,7 +5181,7 @@ msgstr ""
|
|
5038 |
"auf Twitter, wenn Du die Meta Tag Optionen für Twitter in Deinen Blog2Social "
|
5039 |
"<a target=\"_blank\" href=\"%s\">Einstellungen</a> manuell deaktiviert hast."
|
5040 |
|
5041 |
-
#: views/b2s/html/header.php:
|
5042 |
msgid ""
|
5043 |
"To use all features of Blog2Social, PHP version 5.5.3 or higher is required. "
|
5044 |
"Our support assists you as of PHP version 5.5.3. See also:"
|
@@ -5047,11 +5190,11 @@ msgstr ""
|
|
5047 |
"oder höher erforderlich. Unser Support unterstützt Dich ab PHP Version 5.5.3."
|
5048 |
" Siehe auch:"
|
5049 |
|
5050 |
-
#: views/b2s/html/header.php:
|
5051 |
msgid "Blog2Social Troubleshooting-Tool"
|
5052 |
msgstr "Blog2Social Problemanalyse-Tool"
|
5053 |
|
5054 |
-
#: views/b2s/html/header.php:
|
5055 |
msgid ""
|
5056 |
"WordPress uses heartbeats by default, Blog2Social as well. Please enable "
|
5057 |
"heartbeats for using Blog2Social! See also:"
|
@@ -5059,33 +5202,33 @@ msgstr ""
|
|
5059 |
"WordPress verwendet standardmäßig Heartbeats, ebenso wie Blog2Social. Bitte "
|
5060 |
"aktiviere Heartbeats für die Nutzung von Blog2Social! Siehe auch:"
|
5061 |
|
5062 |
-
#: views/b2s/html/header.php:
|
5063 |
msgid "The link you followed has expired. Please refresh your page."
|
5064 |
msgstr ""
|
5065 |
"Der Link, dem Du gefolgt bist, ist abgelaufen. Bitte aktualisiere Deine "
|
5066 |
"Seite."
|
5067 |
|
5068 |
-
#: views/b2s/html/header.php:
|
5069 |
msgid "Thank you. You'll now receive the blog updates from Blog2Social."
|
5070 |
msgstr "Vielen Dank. Du erhältst nun die Blog-Updates von Blog2Social."
|
5071 |
|
5072 |
-
#: views/b2s/html/header.php:
|
5073 |
msgid "Autoposter limit has been reached"
|
5074 |
msgstr "Das Autoposter-Limit wurde erreicht."
|
5075 |
|
5076 |
-
#: views/b2s/html/header.php:
|
5077 |
msgid "Your daily limit for posting automatically has been reached."
|
5078 |
msgstr "Dein tägliches Limit für Autoposter-Beiträge ist erreicht."
|
5079 |
|
5080 |
-
#: views/b2s/html/header.php:
|
5081 |
msgid "You have deleted all meta data for posts and pages successfully."
|
5082 |
msgstr "Du hast alle Meta-Daten für Beiträge und Seiten erfolgreich gelöscht."
|
5083 |
|
5084 |
-
#: views/b2s/html/header.php:
|
5085 |
msgid "The page and post meta data could not be removed."
|
5086 |
msgstr "Die Seiten- und Post-Metadaten konnten nicht entfernt werden."
|
5087 |
|
5088 |
-
#: views/b2s/html/header.php:
|
5089 |
msgid ""
|
5090 |
"You have Yoast SEO active. Blog2Social Social Meta Tags overrides the meta "
|
5091 |
"tags from Yoast SEO."
|
@@ -5093,7 +5236,7 @@ msgstr ""
|
|
5093 |
"Du hast Yoast SEO aktiv. Die Blog2Social Social-Meta-Tags-Funktion "
|
5094 |
"überschreibt die Meta-Tags von Yoast SEO."
|
5095 |
|
5096 |
-
#: views/b2s/html/header.php:
|
5097 |
msgid ""
|
5098 |
"You currently have both Blog2Social Social Meta Tags and All in One SEO Pack "
|
5099 |
"plugins active. To make sure that your Social Meta Tags are set correctly, "
|
@@ -5105,7 +5248,7 @@ msgstr ""
|
|
5105 |
"sind, deaktiviere bitte die Social Meta Tags in All in One SEO. Wenn sie "
|
5106 |
"bereits deaktiviert sind, kannst Du diese Meldung ignorieren."
|
5107 |
|
5108 |
-
#: views/b2s/html/header.php:
|
5109 |
msgid ""
|
5110 |
"Blog2Social has detected another plugin that is setting Social Meta tags for "
|
5111 |
"your blog posts. To ensure that your Social Meta tags are set correctly for "
|
@@ -5118,71 +5261,71 @@ msgstr ""
|
|
5118 |
"eingestellt sind, deaktiviere bitte die Einstellungen für Facebook Open "
|
5119 |
"Graph und Twitter Card Tags in Deinen anderen Plugins."
|
5120 |
|
5121 |
-
#: views/b2s/html/header.php:
|
5122 |
msgid "This entry could not be removed. It's not yours!"
|
5123 |
msgstr "Dieser Eintrag konnte nicht entfernt werden. Es gehört dir nicht!"
|
5124 |
|
5125 |
-
#: views/b2s/html/header.php:
|
5126 |
msgid "This entry was removed successfully."
|
5127 |
msgstr "Dieser Eintrag wurde erfolgreich entfernt."
|
5128 |
|
5129 |
-
#: views/b2s/html/header.php:
|
5130 |
msgid "This post was edited successfully."
|
5131 |
msgstr "Dieser Beitrag wurde erfolgreich bearbeitet."
|
5132 |
|
5133 |
-
#: views/b2s/html/header.php:
|
5134 |
msgid "Post was scheduled successfully on your blog!"
|
5135 |
msgstr "Der Beitrag wurde erfolgreich in Deinem Blog vorgeplant!"
|
5136 |
|
5137 |
-
#: views/b2s/html/header.php:
|
5138 |
msgid "Post is published successfully on your blog!"
|
5139 |
msgstr "Der Beitrag wurde erfolgreich in Deinem Blog veröffentlicht!"
|
5140 |
|
5141 |
-
#: views/b2s/html/header.php:
|
5142 |
msgid "Saved as draft"
|
5143 |
msgstr "Als Entwurf gespeichert"
|
5144 |
|
5145 |
-
#: views/b2s/html/header.php:
|
5146 |
msgid "Could not save draft"
|
5147 |
msgstr "Der Entwurf konnte nicht gespeichert werden"
|
5148 |
|
5149 |
-
#: views/b2s/html/header.php:
|
5150 |
msgid "Your authorization was successful."
|
5151 |
msgstr "Deine Autorisierung war erfolgreich."
|
5152 |
|
5153 |
-
#: views/b2s/html/header.php:
|
5154 |
msgid "Your profile was saved successful."
|
5155 |
msgstr "Dein Profil wurde erfolgreich gespeichert. "
|
5156 |
|
5157 |
-
#: views/b2s/html/header.php:
|
5158 |
msgid "Your profile could not be saved."
|
5159 |
msgstr "Dein Profil konnte nicht gespeichert werden."
|
5160 |
|
5161 |
-
#: views/b2s/html/header.php:
|
5162 |
msgid "Your authorization could not be removed."
|
5163 |
msgstr "Deine Autorisierung konnte nicht entfernt werden."
|
5164 |
|
5165 |
-
#: views/b2s/html/header.php:
|
5166 |
msgid "Your authorization has been removed successfully."
|
5167 |
msgstr "Deine Autorisierung wurde erfolgreich entfernt."
|
5168 |
|
5169 |
-
#: views/b2s/html/header.php:
|
5170 |
msgid "Thank you! Your feedback has been received."
|
5171 |
msgstr "Vielen Dank! Wir haben Dein Feedback erhalten. "
|
5172 |
|
5173 |
-
#: views/b2s/html/header.php:
|
5174 |
msgid "Your feedback could not be delivered."
|
5175 |
msgstr "Dein Feedback konnte nicht gesendet werden."
|
5176 |
|
5177 |
-
#: views/b2s/html/header.php:
|
5178 |
msgid "Your settings were successfully saved."
|
5179 |
msgstr "Deine Einstellungen wurden erfolgreich gespeichert. "
|
5180 |
|
5181 |
-
#: views/b2s/html/header.php:
|
5182 |
msgid "Your settings could not be saved."
|
5183 |
msgstr "Deine Einstellungen konnten nicht gespeichert werden."
|
5184 |
|
5185 |
-
#: views/b2s/html/header.php:
|
5186 |
msgid ""
|
5187 |
"Your settings could not be saved, because you have auto-posting enabled but "
|
5188 |
"no social networks selected."
|
@@ -5190,13 +5333,13 @@ msgstr ""
|
|
5190 |
"Deine Einstellungen konnten nicht gespeichert werden, da Du keine sozialen "
|
5191 |
"Netzwerke ausgewählt hast, bevor Du den Auto-Poster aktiviert hast."
|
5192 |
|
5193 |
-
#: views/b2s/html/header.php:
|
5194 |
msgid "No posts found. Please try again with different filter options."
|
5195 |
msgstr ""
|
5196 |
"Es wurden keine Beiträge gefunden. Bitte versuche es erneut mit anderen "
|
5197 |
"Filterkriterien."
|
5198 |
|
5199 |
-
#: views/b2s/html/header.php:
|
5200 |
msgid ""
|
5201 |
"The posts you tried to add are already in your sharing queue. If you want to "
|
5202 |
"re-schedule them, please delete the posts before adding them again."
|
@@ -5205,7 +5348,7 @@ msgstr ""
|
|
5205 |
"Warteschlange. Wenn Du diese Beiträge neu planen möchtest, lösche diese "
|
5206 |
"Beiträge bitte zuerst aus der Warteschlange und plane sie dann neu."
|
5207 |
|
5208 |
-
#: views/b2s/html/header.php:
|
5209 |
msgid ""
|
5210 |
"Your limit for your quota of posts in your queue has been reached. Please "
|
5211 |
"detele posts from your queue before you add more"
|
@@ -5214,16 +5357,16 @@ msgstr ""
|
|
5214 |
"erreicht. Bitte lösche Beiträge aus Deiner Warteschlange bevor Du neue "
|
5215 |
"hinzufügst "
|
5216 |
|
5217 |
-
#: views/b2s/html/header.php:
|
5218 |
msgid " or upgade your Blog2Social license to extend your quota."
|
5219 |
msgstr ""
|
5220 |
" oder upgrade Deine Blog2Social Lizenz, um Deine Warteschlange zu erweitern."
|
5221 |
|
5222 |
-
#: views/b2s/html/header.php:
|
5223 |
msgid "RATE IT!"
|
5224 |
msgstr "BEWERTE ES!"
|
5225 |
|
5226 |
-
#: views/b2s/html/header.php:
|
5227 |
#, php-format
|
5228 |
msgid ""
|
5229 |
"Hi, we noticed you just shared your %s. blog post with Blog2Social - that's "
|
@@ -5236,23 +5379,23 @@ msgstr ""
|
|
5236 |
"hilfst Du uns bekannter zu werden und motivierst uns Blog2Social stetig zu "
|
5237 |
"verbessen."
|
5238 |
|
5239 |
-
#: views/b2s/html/header.php:
|
5240 |
msgid "Ok, you deserve it"
|
5241 |
msgstr "Okay, ihr habt euch das verdient"
|
5242 |
|
5243 |
-
#: views/b2s/html/header.php:
|
5244 |
msgid "Nope, maybe later"
|
5245 |
msgstr "Nein, vielleicht später"
|
5246 |
|
5247 |
-
#: views/b2s/html/header.php:
|
5248 |
msgid "I already did it"
|
5249 |
msgstr "Habe ich schon erledigt"
|
5250 |
|
5251 |
-
#: views/b2s/html/header.php:
|
5252 |
msgid "Start your free 30-day-Premium-trial"
|
5253 |
msgstr "Teste Blog2Social Premium"
|
5254 |
|
5255 |
-
#: views/b2s/html/header.php:
|
5256 |
msgid ""
|
5257 |
"Check out Blog2Social Premium with more awesome features for scheduling and "
|
5258 |
"sharing (e.g. auto-posting, best time scheduling, social media calendar) 30-"
|
@@ -5264,23 +5407,23 @@ msgstr ""
|
|
5264 |
"Teilen 30 Tage lang kostenlos und unverbindlich (kein automatisches "
|
5265 |
"Abonnement)"
|
5266 |
|
5267 |
-
#: views/b2s/html/header.php:
|
5268 |
msgid "Yes, I want to test Blog2Social Premium 30 days for free"
|
5269 |
msgstr "Ja, ich möchte Blog2Social Premium 30 Tage kostenlos testen"
|
5270 |
|
5271 |
-
#: views/b2s/html/header.php:
|
5272 |
msgid "Your free Blog2Social Premium trial version is activated for "
|
5273 |
msgstr "Deine Blog2Social kostenlose Premium Testversion ist aktiviert für"
|
5274 |
|
5275 |
-
#: views/b2s/html/header.php:
|
5276 |
msgid " Days"
|
5277 |
msgstr "Tage"
|
5278 |
|
5279 |
-
#: views/b2s/html/header.php:
|
5280 |
msgid " today"
|
5281 |
msgstr "heute"
|
5282 |
|
5283 |
-
#: views/b2s/html/header.php:
|
5284 |
msgid ""
|
5285 |
"Blog2Social PREMIUM can do so much for you: Auto-publish your blog post on "
|
5286 |
"autopilot, automatically schedule your social media posts with the Best Time "
|
@@ -5297,35 +5440,35 @@ msgstr ""
|
|
5297 |
"Zwecke. Schon ab 5,75 € pro Monat kannst du mit den PREMIUM-Funktionen "
|
5298 |
"durchstarten."
|
5299 |
|
5300 |
-
#: views/b2s/html/header.php:
|
5301 |
msgid "Upgrade to PREMIUM"
|
5302 |
msgstr "Jetzt auf Premium upgraden"
|
5303 |
|
5304 |
-
#: views/b2s/html/header.php:
|
5305 |
msgid "I need some more time to decide"
|
5306 |
msgstr "Ich brauche etwas mehr Zeit, um mich zu entscheiden"
|
5307 |
|
5308 |
-
#: views/b2s/html/header.php:
|
5309 |
msgid "Your free trial of Blog2Social PREMIUM has ended."
|
5310 |
msgstr "Ihre kostenlose Testversion von Blog2Social PREMIUM ist beendet."
|
5311 |
|
5312 |
-
#: views/b2s/html/header.php:
|
5313 |
msgid "We hope you liked Blog2Social Premium."
|
5314 |
msgstr "Wir hoffen, dass Dir Blog2Social Premium gefallen hat."
|
5315 |
|
5316 |
-
#: views/b2s/html/header.php:
|
5317 |
msgid "Yes, I want to upgrade to Blog2Social Premium"
|
5318 |
msgstr "Ja, ich möchte gerne auf Blog2Social Premium upgraden"
|
5319 |
|
5320 |
-
#: views/b2s/html/header.php:
|
5321 |
msgid "Did you miss something? Tell us!"
|
5322 |
msgstr "Hast Du etwas vermisst? Lass es uns wissen!"
|
5323 |
|
5324 |
-
#: views/b2s/html/header.php:
|
5325 |
msgid "Test Blog2Social PREMIUM 30 days for free"
|
5326 |
msgstr "Teste Blog2Social Premium 30 Tage lang kostenlos"
|
5327 |
|
5328 |
-
#: views/b2s/html/header.php:
|
5329 |
msgid ""
|
5330 |
"The free trial can not be started. This blog has been already registered for "
|
5331 |
"the free trial."
|
@@ -5333,35 +5476,35 @@ msgstr ""
|
|
5333 |
"Die kostenlose Testversion kann nicht gestartet werden. Dieser Blog wurde "
|
5334 |
"bereits für die kostenlose Testversion registriert."
|
5335 |
|
5336 |
-
#: views/b2s/html/header.php:
|
5337 |
msgid "Social Media Auto-Posting"
|
5338 |
msgstr "Social Media Auto-Posting"
|
5339 |
|
5340 |
-
#: views/b2s/html/header.php:
|
5341 |
msgid "Share on multiple accounts per network"
|
5342 |
msgstr "Teile auf mehreren Netzwerk-Konten "
|
5343 |
|
5344 |
-
#: views/b2s/html/header.php:
|
5345 |
msgid "Best Time Scheduler: Schedule once, multiple times or recurringly."
|
5346 |
msgstr "Beste Zeitenplaner: Plane einmal, mehrmals oder wiederkehrend."
|
5347 |
|
5348 |
-
#: views/b2s/html/header.php:
|
5349 |
msgid "Reporting with links to all published social media posts"
|
5350 |
msgstr "Reporting mit Link zu allen veröffentlichten Social Media Posts"
|
5351 |
|
5352 |
-
#: views/b2s/html/header.php:
|
5353 |
#: views/prg/html/form.php:100 views/prg/html/form.php:168
|
5354 |
#: views/prg/html/form.php:177
|
5355 |
msgid "First Name"
|
5356 |
msgstr "Vorname"
|
5357 |
|
5358 |
-
#: views/b2s/html/header.php:
|
5359 |
#: views/prg/html/form.php:103 views/prg/html/form.php:169
|
5360 |
#: views/prg/html/form.php:180
|
5361 |
msgid "Last Name"
|
5362 |
msgstr "Nachname"
|
5363 |
|
5364 |
-
#: views/b2s/html/header.php:
|
5365 |
#, php-format
|
5366 |
msgid ""
|
5367 |
"By creating an account, you agree to Blog2Social's <a target=\"_blank\" "
|
@@ -5370,52 +5513,52 @@ msgstr ""
|
|
5370 |
"Mit der Erstellung eines Kontos erklärst Du Dich einverstanden mit den "
|
5371 |
"Blog2Social <a target=\"_blank\" href=\"%s\">Nutzungsbedingungen</a>"
|
5372 |
|
5373 |
-
#: views/b2s/html/header.php:
|
5374 |
#, php-format
|
5375 |
msgid "and <a target=\"_blank\" href=\"%s\">Privacy Notice</a>"
|
5376 |
msgstr "und <a target=\"_blank\" href=\"%s\">Datenschutzhinweis</a>"
|
5377 |
|
5378 |
-
#: views/b2s/html/header.php:
|
5379 |
msgid "No credit card required"
|
5380 |
msgstr "Keine Kreditkarte erforderlich"
|
5381 |
|
5382 |
-
#: views/b2s/html/header.php:
|
5383 |
msgid "Get Started"
|
5384 |
msgstr "Jetzt loslegen"
|
5385 |
|
5386 |
-
#: views/b2s/html/header.php:
|
5387 |
msgid "The license has been successfully activated."
|
5388 |
msgstr "Deine Lizenz wurde erfolgreich aktiviert!"
|
5389 |
|
5390 |
-
#: views/b2s/html/header.php:
|
5391 |
msgid "Your entered License Key is invalid. Please contact support!"
|
5392 |
msgstr ""
|
5393 |
"Der eingegebene Lizenzschlüssel ist ungültig. Bitte wende Dich an unseren "
|
5394 |
"Kundenservice."
|
5395 |
|
5396 |
-
#: views/b2s/html/header.php:
|
5397 |
msgid "Your license key has reached the maximum number of users."
|
5398 |
msgstr "Dein Lizenzschlüssel hat die maximale Anzahl von Benutzern erreicht."
|
5399 |
|
5400 |
-
#: views/b2s/html/header.php:
|
5401 |
msgid "Something went wrong on our side. Please contact support!"
|
5402 |
msgstr ""
|
5403 |
"Etwas ist auf unserer Seite schiefgelaufen. Bitte wende Dich an unseren "
|
5404 |
"Kundenservice."
|
5405 |
|
5406 |
-
#: views/b2s/html/header.php:
|
5407 |
msgid "OK"
|
5408 |
msgstr "OK"
|
5409 |
|
5410 |
-
#: views/b2s/html/header.php:
|
5411 |
msgid "We updated our Privacy Policy"
|
5412 |
msgstr "Wir haben unsere Datenschutzerklärung aktualisiert"
|
5413 |
|
5414 |
-
#: views/b2s/html/header.php:
|
5415 |
msgid "Blog2Social is a service of Adenion GmbH"
|
5416 |
msgstr "Blog2Social ist ein Service der Adenion GmbH"
|
5417 |
|
5418 |
-
#: views/b2s/html/header.php:
|
5419 |
msgid "I agree to the Adenion Privacy Policy"
|
5420 |
msgstr "Ich akzeptiere die Datenschutzerklärung von Adenion. "
|
5421 |
|
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: 2020-09-29 10:31+0000\n"
|
6 |
"MIME-Version: 1.0\n"
|
7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
"Project-Id-Version: Plugins - Blog2Social: Social Media Auto Post & "
|
13 |
"Scheduler - Stable (latest release)\n"
|
14 |
"Report-Msgid-Bugs-To: \n"
|
15 |
+
"POT-Creation-Date: 2020-09-29 09:59+0000\n"
|
16 |
+
"Last-Translator: marius <wolf.12345@gmx.de>\n"
|
17 |
+
"Language-Team: German\n"
|
18 |
+
"X-Loco-Version: 2.3.0; wp-5.4-RC2-47447"
|
19 |
|
20 |
#: includes/Loader.php:45
|
21 |
msgid "Modify pin board"
|
33 |
msgid "Modify forum"
|
34 |
msgstr "Modify forum"
|
35 |
|
36 |
+
#: includes/Loader.php:92
|
37 |
msgid "Bitly"
|
38 |
msgstr "Bitly"
|
39 |
|
40 |
+
#: includes/Loader.php:92
|
41 |
msgid "Rebrandly"
|
42 |
msgstr "Rebrandly"
|
43 |
|
44 |
+
#: includes/Loader.php:92
|
45 |
msgid "Sniply"
|
46 |
msgstr "Sniply"
|
47 |
|
48 |
+
#: includes/Loader.php:407
|
49 |
msgid "Blog2Social: Autoposter"
|
50 |
msgstr "Blog2Social: Auto-Poster"
|
51 |
|
52 |
+
#: includes/Loader.php:408
|
53 |
msgid "Blog2Social: Social Media Content Calendar"
|
54 |
msgstr "Blog2Social: Social-Media-Content-Kalender"
|
55 |
|
56 |
+
#: includes/Loader.php:806
|
57 |
msgid "This post will be shared into your social media from"
|
58 |
msgstr ""
|
59 |
"Dein Beitrag ist zur Veröffentlichung in den Social Media geplant ab dem"
|
60 |
|
61 |
+
#: includes/Loader.php:806 includes/Loader.php:808
|
62 |
msgid "show details"
|
63 |
msgstr "siehe Details"
|
64 |
|
65 |
+
#: includes/Loader.php:808
|
66 |
msgid "This post will be shared on social media in 2-3 minutes!"
|
67 |
msgstr "Dein Beitrag wird in ca. 2-3 Minuten in die Social Media eingestellt!"
|
68 |
|
69 |
+
#: includes/Loader.php:812
|
70 |
msgid ""
|
71 |
"Please make sure that your post, page or custom post type is published or "
|
72 |
"scheduled to be published on this blog before you try to post it with "
|
79 |
"Posts werden mit dem von Dir gewählten Permalink geteilt, geplante WP-Posts "
|
80 |
"werden mit dem Posting-ID-Link geteilt."
|
81 |
|
82 |
+
#: includes/Loader.php:815 includes/B2S/PostBox.php:146
|
83 |
+
#: includes/B2S/AutoPost/Item.php:59
|
84 |
msgid ""
|
85 |
"There are no social network accounts assigned to your selected network "
|
86 |
"collection. Please assign at least one social network account or select "
|
90 |
"verbunden. Bitte füge mindestens ein Social Media Account hinzu oder wähle "
|
91 |
"eine andere Netzwerkgruppierung aus. "
|
92 |
|
93 |
+
#: includes/Loader.php:828 views/b2s/html/sidebar.php:45
|
94 |
#: views/b2s/html/sidebar.ship.php:44
|
95 |
msgid "Upgrade to Premium"
|
96 |
msgstr "Premium freischalten"
|
97 |
|
98 |
+
#: includes/Loader.php:831 includes/Loader.php:965 includes/Loader.php:965
|
99 |
+
#: includes/Loader.php:1039 includes/B2S/RePost/Item.php:25
|
100 |
#: views/b2s/html/sidebar.php:137
|
101 |
msgid "Settings"
|
102 |
msgstr "Einstellungen"
|
103 |
|
104 |
+
#: includes/Loader.php:831
|
105 |
msgid "Support"
|
106 |
msgstr "Support"
|
107 |
|
108 |
+
#: includes/Loader.php:881 views/b2s/html/post.navbar.php:19
|
109 |
msgid "Notifications"
|
110 |
msgstr "Benachrichtigungen"
|
111 |
|
112 |
+
#: includes/Loader.php:881 views/b2s/html/post.navbar.php:17
|
113 |
#: views/b2s/html/sidebar.php:125
|
114 |
msgid "Shared Posts"
|
115 |
msgstr "geteilte Beiträge"
|
116 |
|
117 |
+
#: includes/Loader.php:881 views/b2s/html/post.navbar.php:14
|
118 |
#: views/b2s/html/sidebar.php:119
|
119 |
msgid "Instant Sharing"
|
120 |
msgstr "Instant Sharing"
|
121 |
|
122 |
+
#: includes/Loader.php:881 views/b2s/html/post.navbar.php:10
|
123 |
#: views/b2s/html/post.navbar.php:12 views/b2s/html/sidebar.php:94
|
124 |
#: views/b2s/html/sidebar.php:116
|
125 |
msgid "Drafts"
|
126 |
msgstr "Entwürfe"
|
127 |
|
128 |
+
#: includes/Loader.php:881 views/b2s/html/post.navbar.php:15
|
129 |
#: views/b2s/html/sidebar.php:122 views/b2s/widgets/posts.php:18
|
130 |
msgid "Scheduled Posts"
|
131 |
msgstr "geplante Beiträge"
|
132 |
|
133 |
+
#: includes/Loader.php:881
|
134 |
msgid "Social Media Post Drafts"
|
135 |
msgstr "Social Media Posts Entwürfe"
|
136 |
|
137 |
+
#: includes/Loader.php:881 views/b2s/html/post.navbar.php:9
|
138 |
#: views/b2s/html/sidebar.php:113
|
139 |
msgid "Favorites"
|
140 |
msgstr "Favoriten"
|
141 |
|
142 |
+
#: includes/Loader.php:881 views/b2s/settings.php:35
|
143 |
#: views/b2s/html/sidebar.php:75
|
144 |
msgid "Auto-Post"
|
145 |
msgstr "Beiträge automatisch teilen"
|
146 |
|
147 |
+
#: includes/Loader.php:881 views/b2s/html/post.navbar.php:18
|
148 |
#: views/b2s/html/sidebar.php:72
|
149 |
msgid "Re-Share Posts"
|
150 |
msgstr "Beiträge wiederholt teilen"
|
151 |
|
152 |
+
#: includes/Loader.php:881 views/b2s/curation.php:47 views/b2s/support.php:19
|
153 |
#: views/b2s/support.php:22
|
154 |
msgid "NEW"
|
155 |
msgstr "Neu"
|
156 |
|
157 |
+
#: includes/Loader.php:882 includes/B2S/AutoPost/Item.php:250
|
158 |
#: includes/B2S/Network/Item.php:149 includes/B2S/Network/Item.php:151
|
159 |
#: includes/B2S/Network/Item.php:153 includes/B2S/Network/Item.php:220
|
160 |
+
#: includes/B2S/Network/Item.php:611 includes/B2S/Ship/Portale.php:38
|
161 |
#: includes/B2S/Ship/Portale.php:40 includes/B2S/Ship/Portale.php:42
|
162 |
msgid "Profile"
|
163 |
msgstr "Profil"
|
164 |
|
165 |
+
#: includes/Loader.php:882 includes/B2S/AutoPost/Item.php:250
|
166 |
#: includes/B2S/Network/Item.php:157 includes/B2S/Network/Item.php:157
|
167 |
#: includes/B2S/Network/Item.php:157 includes/B2S/Network/Item.php:286
|
168 |
+
#: includes/B2S/Network/Item.php:613 includes/B2S/Ship/Portale.php:35
|
169 |
#: includes/B2S/Ship/Portale.php:35
|
170 |
msgid "Page"
|
171 |
msgstr "Seite"
|
172 |
|
173 |
+
#: includes/Loader.php:882 includes/B2S/Network/Item.php:160
|
174 |
+
#: includes/B2S/Network/Item.php:353 includes/B2S/Network/Item.php:616
|
175 |
#: includes/B2S/Ship/Portale.php:31 includes/B2S/Ship/Portale.php:32
|
176 |
msgid "Group"
|
177 |
msgstr "Gruppe"
|
178 |
|
179 |
+
#: includes/Loader.php:883 views/prg/html/form.php:74
|
180 |
msgid "Company"
|
181 |
msgstr "Unternehmen"
|
182 |
|
183 |
+
#: includes/Loader.php:883
|
184 |
msgid "Business"
|
185 |
msgstr "Business"
|
186 |
|
187 |
+
#: includes/Loader.php:884
|
188 |
#, php-format
|
189 |
msgid ""
|
190 |
"The network could not publish your post. Please see <a target=\"_blank\" "
|
193 |
"Dein Post ist vom Netzwerk nicht veröffentlicht worden. Siehe <a "
|
194 |
"target=\"_blank\" href=\"%s\">FAQ</a>"
|
195 |
|
196 |
+
#: includes/Loader.php:885
|
197 |
msgid ""
|
198 |
"Your authorization has expired. Please reconnect your account in the "
|
199 |
"Blog2Social network settings."
|
201 |
"Deine Authorisierung ist abgelaufen. Bitte verbinde Deinen Account in den "
|
202 |
"Blog2Social Netzwerkeinstellungen erneut."
|
203 |
|
204 |
+
#: includes/Loader.php:886
|
205 |
msgid "The network has marked the post as spam or abusive."
|
206 |
msgstr "Das Netzwerk hat Deinen Post als Spam oder missbräuchlich markiert."
|
207 |
|
208 |
+
#: includes/Loader.php:887
|
209 |
msgid ""
|
210 |
"We don't have the permission to publish your post. Please check your "
|
211 |
"authorization."
|
213 |
"Wir haben nicht Deine Erlaubnis, den Post zu veröffentlichen. Bitte "
|
214 |
"überprüfe deine Autorisierung."
|
215 |
|
216 |
+
#: includes/Loader.php:888
|
217 |
#, php-format
|
218 |
msgid ""
|
219 |
"Your authorization is interrupted. Please check your authorization. Please "
|
222 |
"Deine Autorisierung ist unterbrochen. Bitte überprüfe Deine Verbindung. "
|
223 |
"Siehe <a target=\"_blank\" href=\"%s\">FAQ</a>"
|
224 |
|
225 |
+
#: includes/Loader.php:889
|
226 |
msgid "Your daily limit has been reached."
|
227 |
msgstr "Dein tägliches Beitragslimit wurde erreicht."
|
228 |
|
229 |
+
#: includes/Loader.php:890
|
230 |
msgid ""
|
231 |
"Your post could not be posted, because your image is not available or the "
|
232 |
"image source does not allow to publish"
|
234 |
"Dein Beitrag kann nicht veröffentlicht werden, da Dein Bild nicht verfügbar "
|
235 |
"ist oder die Bildquelle es nicht erlaubt zu veröffentlichen"
|
236 |
|
237 |
+
#: includes/Loader.php:891
|
238 |
#, php-format
|
239 |
msgid ""
|
240 |
"The network has blocked your account. Please see <a target=\"_blank\" "
|
243 |
"Das Netzwerk hat Dein Konto gesperrt. Siehe <a target=\"_blank\" href=\"%s\">"
|
244 |
"FAQ</a>"
|
245 |
|
246 |
+
#: includes/Loader.php:892
|
247 |
#, php-format
|
248 |
msgid ""
|
249 |
"The number of images is reached. Please see <a target=\"_blank\" href=\"%s\">"
|
252 |
"Die Anzahl der Bilder ist erreicht. Siehe <a target=\"_blank\" href=\"%s\">"
|
253 |
"FAQ</a>"
|
254 |
|
255 |
+
#: includes/Loader.php:893
|
256 |
msgid ""
|
257 |
"Your daily limit for this network has been reached. Please try again later."
|
258 |
msgstr ""
|
259 |
"Dein tägliches Beitragslimit für dieses Netzwerk wurde erreicht. Bitte "
|
260 |
"versuche es später noch einmal."
|
261 |
|
262 |
+
#: includes/Loader.php:894
|
263 |
#, php-format
|
264 |
msgid ""
|
265 |
"The network can not publish special characters such as Emoji. Please see <a "
|
268 |
"Das Netzwerk kann keine Sonderzeichen wie Emoji veröffentlichen. Siehe <a "
|
269 |
"target=\"_blank\" href=\"%s\">FAQ</a>"
|
270 |
|
271 |
+
#: includes/Loader.php:895
|
272 |
msgid "Your post is a duplicate."
|
273 |
msgstr "Du kannst auf dem Netzwerke keine Duplikate veröffentlichen."
|
274 |
|
275 |
+
#: includes/Loader.php:896
|
276 |
msgid "The network requires a public url."
|
277 |
msgstr "Das Netzwerk benötigt eine öffentlich zugängliche URL."
|
278 |
|
279 |
+
#: includes/Loader.php:897
|
280 |
msgid ""
|
281 |
"Your blog post was not available for the network at the time of publication."
|
282 |
msgstr ""
|
283 |
"Dein Blogbeitrag war zum Zeitpunkt der Veröffentlichung für das Netzwerk "
|
284 |
"nicht verfügbar."
|
285 |
|
286 |
+
#: includes/Loader.php:898
|
287 |
msgid "You have already retweeted this post."
|
288 |
msgstr "Du hast diesen Post bereits retweetet."
|
289 |
|
290 |
+
#: includes/Loader.php:899
|
291 |
msgid ""
|
292 |
"This XING API is no longer supported by XING. Please connect your XING "
|
293 |
"accounts with the new XING interface to reschedule your posts."
|
296 |
"Deinen XING-Konten über die neue XING-Schnittstelle, um Deine Beiträge neu "
|
297 |
"zu planen."
|
298 |
|
299 |
+
#: includes/Loader.php:900
|
300 |
msgid "An image is required to post on this social network."
|
301 |
msgstr ""
|
302 |
"Für die Veröffentlichung in diesem sozialen Netzwerk ist ein Bild "
|
303 |
"erforderlich."
|
304 |
|
305 |
+
#: includes/Loader.php:901
|
306 |
msgid "To share social media posts on Reddit or Diigo, a link is required."
|
307 |
msgstr ""
|
308 |
"Um Social Media Posts auf Reddit oder Diigo zu teilen, ist ein Link "
|
309 |
"erforderlich."
|
310 |
|
311 |
+
#: includes/Loader.php:902
|
312 |
msgid ""
|
313 |
"Your post could not be posted, because your image can not be processed by "
|
314 |
"the network."
|
316 |
"Dein Beitrag kann nicht veröffentlicht werden, da Dein Bild nicht vom "
|
317 |
"Netzwerk verarbeitet werden kann"
|
318 |
|
319 |
+
#: includes/Loader.php:903
|
320 |
#, php-format
|
321 |
msgid ""
|
322 |
"Instagram published your post without text. Please see <a target=\"_blank\" "
|
325 |
"Instagram hat Deinen Beitrag ohne Text veröffentlicht. Siehe <a "
|
326 |
"target=\"_blank\" href=\"%s\">FAQ</a>"
|
327 |
|
328 |
+
#: includes/Loader.php:904
|
329 |
msgid "Your group can not be found by the network."
|
330 |
msgstr "Deine Gruppe kann vom Netzwerk nicht gefunden werden."
|
331 |
|
332 |
+
#: includes/Loader.php:960 includes/Loader.php:1005
|
333 |
msgid "Dashboard"
|
334 |
msgstr "Dashboard"
|
335 |
|
336 |
+
#: includes/Loader.php:961
|
337 |
msgid "Share Website & Blog Content"
|
338 |
msgstr "Webseiten- & Blog Content teilen"
|
339 |
|
340 |
+
#: includes/Loader.php:961 includes/Loader.php:1012
|
341 |
msgid "Site & Blog Content"
|
342 |
msgstr "Seiten & Blog Content"
|
343 |
|
344 |
+
#: includes/Loader.php:962
|
345 |
msgid "Create Social Media Posts"
|
346 |
msgstr "Erstelle Social Media Posts"
|
347 |
|
348 |
+
#: includes/Loader.php:962 includes/Loader.php:1019
|
349 |
msgid "Social Media Posts"
|
350 |
msgstr "Social Media Posts"
|
351 |
|
352 |
+
#: includes/Loader.php:963 includes/Loader.php:1026 views/b2s/dashboard.php:30
|
353 |
#: views/b2s/html/post.navbar.php:20 views/b2s/html/sidebar.php:128
|
354 |
msgid "Calendar"
|
355 |
msgstr "Kalender"
|
356 |
|
357 |
+
#: includes/Loader.php:964 includes/Loader.php:1033
|
358 |
msgid "Networks"
|
359 |
msgstr "Netzwerke"
|
360 |
|
361 |
+
#: includes/Loader.php:967 includes/Loader.php:1047
|
362 |
msgid "PR-Service"
|
363 |
msgstr "PR-Service"
|
364 |
|
365 |
+
#: includes/Loader.php:969 includes/Loader.php:1055
|
366 |
+
#: views/b2s/html/header.php:40 views/b2s/html/sidebar.php:140
|
367 |
#: views/b2s/html/sidebar.ship.php:66
|
368 |
msgid "Help & Support"
|
369 |
msgstr "Hilfe & Support"
|
370 |
|
371 |
+
#: includes/Loader.php:971
|
372 |
msgid "Premium"
|
373 |
msgstr "Premium"
|
374 |
|
375 |
+
#: includes/Loader.php:971 includes/Loader.php:1063
|
376 |
msgid "PREMIUM"
|
377 |
msgstr "PREMIUM"
|
378 |
|
379 |
+
#: includes/Loader.php:996 views/b2s/html/sidebar.php:25
|
380 |
#: views/b2s/html/sidebar.ship.php:24
|
381 |
msgid "Blog2Social"
|
382 |
msgstr "Blog2Social"
|
383 |
|
384 |
+
#: includes/Loader.php:1562
|
385 |
msgid "Blog2Social needs Wordpress Version 4.7.0 or higher."
|
386 |
msgstr "Blog2Social benötigt WordPress Version 4.7.0 oder höher."
|
387 |
|
388 |
+
#: includes/Loader.php:1562 includes/System.php:32 includes/System.php:38
|
389 |
#, php-format
|
390 |
msgid ""
|
391 |
"<a href=\"%s\" target=\"_blank\">Please find more Information and help in "
|
394 |
"<a href=\"%s\" target=\"_blank\">Weitere Informationen und Hilfe findest Du "
|
395 |
"in unserem FAQs.</a>"
|
396 |
|
397 |
+
#: includes/Loader.php:1562 includes/Loader.php:1583 includes/Loader.php:1833
|
398 |
msgid "or"
|
399 |
msgstr "oder"
|
400 |
|
401 |
+
#: includes/Loader.php:1562 includes/Loader.php:1583 includes/Loader.php:1833
|
402 |
msgid "back to install plugins"
|
403 |
msgstr "zurück zur Pluginübersicht"
|
404 |
|
449 |
"oder höher läuft, oder bitten Sie Ihren Server-Administrator, dies für Sie "
|
450 |
"zu tun."
|
451 |
|
452 |
+
#: includes/Tools.php:301 views/b2s/html/sidebar.php:30
|
453 |
#: views/b2s/html/sidebar.ship.php:29
|
454 |
msgid "License"
|
455 |
msgstr "Lizenz"
|
456 |
|
457 |
+
#: includes/Tools.php:316
|
458 |
msgid "Greece"
|
459 |
msgstr "Griechenland"
|
460 |
|
461 |
+
#: includes/Tools.php:317
|
462 |
msgid "India"
|
463 |
msgstr "Indien"
|
464 |
|
465 |
+
#: includes/Tools.php:318
|
466 |
msgid "United States of America"
|
467 |
msgstr "Vereinigte Staaten von Amerika"
|
468 |
|
469 |
+
#: includes/Tools.php:319
|
470 |
msgid "Ireland"
|
471 |
msgstr "Irland"
|
472 |
|
473 |
+
#: includes/Tools.php:320
|
474 |
msgid "Italy"
|
475 |
msgstr "Italien"
|
476 |
|
477 |
+
#: includes/Tools.php:321
|
478 |
msgid "Switzerland"
|
479 |
msgstr "Schweiz"
|
480 |
|
481 |
+
#: includes/Tools.php:322
|
482 |
msgid "Czechoslovakia"
|
483 |
msgstr "Tschechoslowakei"
|
484 |
|
485 |
+
#: includes/Tools.php:323
|
486 |
msgid "Indonesia"
|
487 |
msgstr "Indonesien"
|
488 |
|
489 |
+
#: includes/Tools.php:324
|
490 |
msgid "Spain"
|
491 |
msgstr "Spanien"
|
492 |
|
493 |
+
#: includes/Tools.php:325
|
494 |
msgid "Canada"
|
495 |
msgstr "Kanada"
|
496 |
|
497 |
+
#: includes/Tools.php:326
|
498 |
msgid "Great Britain"
|
499 |
msgstr "Großbritannien"
|
500 |
|
501 |
+
#: includes/Tools.php:327
|
502 |
msgid "Russia"
|
503 |
msgstr "Russland"
|
504 |
|
505 |
+
#: includes/Tools.php:328
|
506 |
msgid "Netherlands"
|
507 |
msgstr "Niederlande"
|
508 |
|
509 |
+
#: includes/Tools.php:329 includes/Tools.php:343
|
510 |
msgid "Portugal"
|
511 |
msgstr "Portugal"
|
512 |
|
513 |
+
#: includes/Tools.php:330
|
514 |
msgid "Norway"
|
515 |
msgstr "Norwegen"
|
516 |
|
517 |
+
#: includes/Tools.php:331
|
518 |
msgid "Turkey"
|
519 |
msgstr "Türkei"
|
520 |
|
521 |
+
#: includes/Tools.php:332
|
522 |
msgid "Australia"
|
523 |
msgstr "Australien"
|
524 |
|
525 |
+
#: includes/Tools.php:333
|
526 |
msgid "Austria"
|
527 |
msgstr "Österreich"
|
528 |
|
529 |
+
#: includes/Tools.php:334
|
530 |
msgid "Poland"
|
531 |
msgstr "Polen"
|
532 |
|
533 |
+
#: includes/Tools.php:335
|
534 |
msgid "France"
|
535 |
msgstr "Frankreich"
|
536 |
|
537 |
+
#: includes/Tools.php:336
|
538 |
msgid "Romania"
|
539 |
msgstr "Rumänien"
|
540 |
|
541 |
+
#: includes/Tools.php:337
|
542 |
msgid "Germany"
|
543 |
msgstr "Deutschland"
|
544 |
|
545 |
+
#: includes/Tools.php:338
|
546 |
msgid "Denmark"
|
547 |
msgstr "Dänemark"
|
548 |
|
549 |
+
#: includes/Tools.php:339
|
550 |
msgid "New Zealand"
|
551 |
msgstr "Neuseeland"
|
552 |
|
553 |
+
#: includes/Tools.php:340
|
554 |
msgid "Finland"
|
555 |
msgstr "Finnland"
|
556 |
|
557 |
+
#: includes/Tools.php:341
|
558 |
msgid "Hungary"
|
559 |
msgstr "Ungarn"
|
560 |
|
561 |
+
#: includes/Tools.php:342
|
562 |
msgid "Japan"
|
563 |
msgstr "Japan"
|
564 |
|
565 |
+
#: includes/Tools.php:344
|
566 |
msgid "Argentina"
|
567 |
msgstr "Argentinien"
|
568 |
|
569 |
+
#: includes/Tools.php:345
|
570 |
msgid "Korea"
|
571 |
msgstr "Korea"
|
572 |
|
573 |
+
#: includes/Tools.php:346
|
574 |
msgid "Sweden"
|
575 |
msgstr "Schweden"
|
576 |
|
577 |
+
#: includes/Tools.php:347
|
578 |
msgid "Mexico"
|
579 |
msgstr "Mexiko"
|
580 |
|
581 |
+
#: includes/Tools.php:348
|
582 |
msgid "Slovakia"
|
583 |
msgstr "Slowakei"
|
584 |
|
585 |
+
#: includes/Tools.php:349
|
586 |
msgid "Chile"
|
587 |
msgstr "Chile"
|
588 |
|
589 |
+
#: includes/Tools.php:350
|
590 |
msgid "Colombia"
|
591 |
msgstr "Kolumbien"
|
592 |
|
593 |
+
#: includes/Tools.php:351
|
594 |
msgid "South Africa"
|
595 |
msgstr "Südafrika"
|
596 |
|
597 |
+
#: includes/Tools.php:352
|
598 |
msgid "Philippines"
|
599 |
msgstr "Philippinen"
|
600 |
|
601 |
+
#: includes/Tools.php:355
|
602 |
msgid "is determined automatically"
|
603 |
msgstr "wird automatisch ermittelt"
|
604 |
|
605 |
+
#: includes/Tools.php:362
|
606 |
msgid "Search"
|
607 |
msgstr "Suche"
|
608 |
|
609 |
+
#: includes/Tools.php:363
|
610 |
msgid "Recently Used"
|
611 |
msgstr "Zuletzt verwendet"
|
612 |
|
613 |
+
#: includes/Tools.php:364
|
614 |
msgid "Smileys & People"
|
615 |
msgstr "Smileys & Personen"
|
616 |
|
617 |
+
#: includes/Tools.php:365
|
618 |
msgid "Animals & Nature"
|
619 |
msgstr "Tiere & Natur"
|
620 |
|
621 |
+
#: includes/Tools.php:366
|
622 |
msgid "Food & Drink"
|
623 |
msgstr "Essen & Trinken"
|
624 |
|
625 |
+
#: includes/Tools.php:367
|
626 |
msgid "Activities"
|
627 |
msgstr "Aktivitäten"
|
628 |
|
629 |
+
#: includes/Tools.php:368
|
630 |
msgid "Travel & Places"
|
631 |
msgstr "Reisen & Orte"
|
632 |
|
633 |
+
#: includes/Tools.php:369
|
634 |
msgid "Objects"
|
635 |
msgstr "Objekte"
|
636 |
|
637 |
+
#: includes/Tools.php:370
|
638 |
msgid "Symbols"
|
639 |
msgstr "Symbole"
|
640 |
|
641 |
+
#: includes/Tools.php:371
|
642 |
msgid "Flags"
|
643 |
msgstr "Flaggen"
|
644 |
|
645 |
+
#: includes/Tools.php:372
|
646 |
msgid "No emojis found"
|
647 |
msgstr "Keine Ergebnisse"
|
648 |
|
689 |
msgid "Please contact our support!"
|
690 |
msgstr "Bitte kontaktiere unseren Support!"
|
691 |
|
692 |
+
#: includes/Ajax/Post.php:1868 views/b2s/network.php:7
|
693 |
#: includes/B2S/Network/Item.php:218 includes/B2S/Network/Item.php:284
|
694 |
#: includes/B2S/Network/Item.php:351 includes/B2S/Network/Item.php:477
|
695 |
msgid "Unknown username"
|
696 |
msgstr "unbekannter Blog-Nutzer"
|
697 |
|
698 |
+
#: includes/Ajax/Post.php:1869 includes/B2S/Network/Item.php:478
|
699 |
+
#: includes/B2S/Post/Item.php:521 includes/B2S/Post/Item.php:541
|
700 |
+
#: includes/B2S/Post/Item.php:833 includes/B2S/Post/Item.php:891
|
701 |
+
#: includes/B2S/Settings/Item.php:90 includes/B2S/Ship/Item.php:1137
|
702 |
+
#: includes/B2S/Ship/Item.php:1287
|
703 |
msgid "delete"
|
704 |
msgstr "löschen"
|
705 |
|
706 |
+
#: includes/B2S/PostBox.php:41
|
707 |
msgid "Please see FAQ"
|
708 |
msgstr "Siehe FAQ"
|
709 |
|
710 |
+
#: includes/B2S/PostBox.php:143 views/b2s/ship.php:664
|
711 |
+
#: views/b2s/html/header.php:60
|
712 |
msgid "The connection to the server failed. Try again!"
|
713 |
msgstr ""
|
714 |
"Eine Verbindung zum Server konnte nicht hergestellt werden. Versuche es "
|
715 |
"erneut!"
|
716 |
|
717 |
+
#: includes/B2S/PostBox.php:144
|
718 |
msgid ""
|
719 |
"WordPress uses heartbeats by default, Blog2Social as well. Please enable "
|
720 |
"heartbeats for using Blog2Social!"
|
722 |
"WordPress verwendet standardmäßig den Heartbeat und Blog2Social auch. "
|
723 |
"Aktiviere den Heartbeat damit Du Blog2Social problemlos nutzen kannst."
|
724 |
|
725 |
+
#: includes/B2S/PostBox.php:145 includes/B2S/PostBox.php:147
|
726 |
msgid ""
|
727 |
"Your post is still on draft or pending status. Please make sure that your "
|
728 |
"post is published or scheduled to be published on this blog. You can then "
|
732 |
"geplant ist. Dann kannst Du Deinen Beitrag mit Blog2Social anpassen und "
|
733 |
"planen."
|
734 |
|
735 |
+
#: includes/B2S/PostBox.php:146 includes/B2S/AutoPost/Item.php:59
|
736 |
+
#: includes/B2S/AutoPost/Item.php:191 includes/B2S/RePost/Item.php:152
|
737 |
msgid "Network settings"
|
738 |
msgstr "Netzwerkeinstellungen"
|
739 |
|
740 |
+
#: includes/B2S/PostBox.php:148 views/b2s/ship.php:198
|
741 |
msgid ""
|
742 |
"Notice: Please make sure, that your website address is reachable. The Social "
|
743 |
"Networks do not allow postings from local installations."
|
745 |
"Hinweis: Bitte stelle sicher, dass Dein Blog von außen erreichbar ist. Bei "
|
746 |
"Fragen wende Dich bitte an unseren Support."
|
747 |
|
748 |
+
#: includes/B2S/PostBox.php:165
|
749 |
msgid "Custom Sharing & Scheduling"
|
750 |
msgstr "Anpassen & Planen"
|
751 |
|
752 |
+
#: includes/B2S/PostBox.php:165 includes/B2S/PostBox.php:168
|
753 |
+
#: includes/B2S/PostBox.php:253 views/b2s/network.php:42 views/b2s/ship.php:76
|
754 |
#: views/b2s/ship.php:166 views/b2s/ship.php:258
|
755 |
+
#: includes/B2S/AutoPost/Item.php:108 includes/B2S/AutoPost/Item.php:205
|
756 |
+
#: includes/B2S/Curation/View.php:73 includes/B2S/Network/Item.php:174
|
757 |
+
#: includes/B2S/RePost/Item.php:145 includes/B2S/RePost/Item.php:166
|
758 |
+
#: includes/B2S/Ship/Item.php:1101
|
759 |
msgid "Info"
|
760 |
msgstr "Info"
|
761 |
|
762 |
+
#: includes/B2S/PostBox.php:166
|
763 |
msgid "Customize & Schedule Social Media Posts"
|
764 |
msgstr "Social Media Posts anpassen & planen"
|
765 |
|
766 |
+
#: includes/B2S/PostBox.php:168
|
767 |
msgid "The Autoposter is"
|
768 |
msgstr "Der Auto-Poster ist"
|
769 |
|
770 |
+
#: includes/B2S/PostBox.php:168
|
771 |
msgid "activated"
|
772 |
msgstr "aktiviert"
|
773 |
|
774 |
+
#: includes/B2S/PostBox.php:168
|
775 |
msgid "deactivated"
|
776 |
msgstr "deaktiviert"
|
777 |
|
778 |
+
#: includes/B2S/PostBox.php:170
|
779 |
msgid "Shared"
|
780 |
msgstr "Wie oft geteilt?"
|
781 |
|
782 |
+
#: includes/B2S/PostBox.php:170
|
783 |
msgid "times"
|
784 |
msgstr "Mal"
|
785 |
|
786 |
+
#: includes/B2S/PostBox.php:171
|
787 |
msgid "Last shared"
|
788 |
msgstr "Letzte Veröffentlichung"
|
789 |
|
790 |
+
#: includes/B2S/PostBox.php:175
|
791 |
msgid "Advanced settings"
|
792 |
msgstr "Erweiterte Einstellungen"
|
793 |
|
794 |
+
#: includes/B2S/PostBox.php:178
|
795 |
msgid "enable Auto-Posting"
|
796 |
msgstr "Auto-Posting aktivieren"
|
797 |
|
798 |
+
#: includes/B2S/PostBox.php:180 includes/B2S/Ship/Item.php:400
|
799 |
msgid "show calendar"
|
800 |
msgstr "Planungskalender anzeigen"
|
801 |
|
802 |
+
#: includes/B2S/PostBox.php:195
|
803 |
msgid "Blog2Social: Customize & Schedule Social Media Posts"
|
804 |
msgstr "Blog2Social : Beiträge anpassen & planen"
|
805 |
|
806 |
+
#: includes/B2S/PostBox.php:198
|
807 |
msgid ""
|
808 |
"Customize and schedule your social media posts on the one page preview for "
|
809 |
"all your selected networks: tailor your posts with individual comments, "
|
817 |
"mehrfach oder wiederholt, um mehr Sichtbarkeit und Feedback von Deiner "
|
818 |
"Community zu erzielen"
|
819 |
|
820 |
+
#: includes/B2S/PostBox.php:207 views/b2s/html/footer.php:325
|
821 |
+
#: views/b2s/html/footer.php:365
|
822 |
msgid "Blog2Social: Social Media Auto-Posting"
|
823 |
msgstr "Blog2Social: Social Media Auto-Posting"
|
824 |
|
825 |
+
#: includes/B2S/PostBox.php:211 views/b2s/html/footer.php:329
|
826 |
msgid ""
|
827 |
"Share your blog posts with the Auto Poster: Your blog posts will be shared "
|
828 |
"automatically on your social media channels as soon as you publish or update "
|
835 |
"in WordPress vorgeplante Blogbeiträge automatisch geteilt werden, sobald sie "
|
836 |
"veröffentlicht werden."
|
837 |
|
838 |
+
#: includes/B2S/PostBox.php:212 views/b2s/html/footer.php:330
|
839 |
#, php-format
|
840 |
msgid ""
|
841 |
"<a target=\"_blank\" href=\"%s\">Learn how to set up auto posting for your "
|
844 |
"<a target=\"_blank\" href=\"%s\">Erfahre, wie Du den Auto-Poster für Deine "
|
845 |
"Blogbeiträge einrichtest.</a>"
|
846 |
|
847 |
+
#: includes/B2S/PostBox.php:216 views/b2s/html/footer.php:336
|
848 |
+
#: views/b2s/html/footer.php:375 views/b2s/html/footer.php:433
|
849 |
msgid "You want to auto-post your blog post?"
|
850 |
msgstr "Du möchtest Deinen Beitrag automatisch posten?"
|
851 |
|
852 |
+
#: includes/B2S/PostBox.php:217 views/b2s/curation.php:171
|
853 |
+
#: views/b2s/curation.php:210 views/b2s/post.calendar.php:282
|
854 |
#: views/b2s/ship.php:309 views/b2s/ship.php:373 views/b2s/ship.php:419
|
855 |
+
#: views/b2s/html/footer.php:28 views/b2s/html/footer.php:164
|
856 |
+
#: views/b2s/html/footer.php:228 views/b2s/html/footer.php:268
|
857 |
+
#: views/b2s/html/footer.php:337 views/b2s/html/footer.php:376
|
858 |
+
#: views/b2s/html/footer.php:434 views/b2s/html/footer.php:527
|
859 |
msgid "With Blog2Social Premium you can:"
|
860 |
msgstr "Mit Blog2Social kannst Du:"
|
861 |
|
862 |
+
#: includes/B2S/PostBox.php:220 views/b2s/curation.php:174
|
863 |
+
#: views/b2s/curation.php:213 views/b2s/post.calendar.php:285
|
864 |
#: views/b2s/ship.php:312 views/b2s/ship.php:376 views/b2s/ship.php:422
|
865 |
+
#: views/b2s/html/footer.php:31 views/b2s/html/footer.php:167
|
866 |
+
#: views/b2s/html/footer.php:231 views/b2s/html/footer.php:271
|
867 |
+
#: views/b2s/html/footer.php:340 views/b2s/html/footer.php:379
|
868 |
+
#: views/b2s/html/footer.php:437 views/b2s/html/footer.php:530
|
869 |
+
#: views/b2s/html/header.php:342
|
870 |
msgid "Post on pages and groups"
|
871 |
msgstr "Poste auf Seiten und in Gruppen"
|
872 |
|
873 |
+
#: includes/B2S/PostBox.php:221 views/b2s/curation.php:175
|
874 |
+
#: views/b2s/curation.php:214 views/b2s/post.calendar.php:286
|
875 |
#: views/b2s/ship.php:313 views/b2s/ship.php:377 views/b2s/ship.php:423
|
876 |
+
#: views/b2s/html/footer.php:32 views/b2s/html/footer.php:168
|
877 |
+
#: views/b2s/html/footer.php:232 views/b2s/html/footer.php:272
|
878 |
+
#: views/b2s/html/footer.php:341 views/b2s/html/footer.php:380
|
879 |
+
#: views/b2s/html/footer.php:438 views/b2s/html/footer.php:531
|
880 |
msgid "Share on multiple profiles, pages and groups"
|
881 |
msgstr "Auf mehreren Profilen, Seiten und Gruppen teilen"
|
882 |
|
883 |
+
#: includes/B2S/PostBox.php:222 views/b2s/curation.php:176
|
884 |
+
#: views/b2s/curation.php:215 views/b2s/post.calendar.php:287
|
885 |
#: views/b2s/ship.php:314 views/b2s/ship.php:378 views/b2s/ship.php:424
|
886 |
+
#: views/b2s/html/footer.php:33 views/b2s/html/footer.php:67
|
887 |
+
#: views/b2s/html/footer.php:169 views/b2s/html/footer.php:233
|
888 |
+
#: views/b2s/html/footer.php:273 views/b2s/html/footer.php:342
|
889 |
+
#: views/b2s/html/footer.php:381 views/b2s/html/footer.php:439
|
890 |
+
#: views/b2s/html/footer.php:532
|
891 |
msgid "Auto-post and auto-schedule new and updated blog posts"
|
892 |
msgstr ""
|
893 |
" Auto-posten und Auto-planen: Beiträge automatisch bei Veröffentlichung oder "
|
894 |
"Aktualisierung posten und zeitversetzt planen"
|
895 |
|
896 |
+
#: includes/B2S/PostBox.php:223 views/b2s/curation.php:177
|
897 |
+
#: views/b2s/curation.php:216 views/b2s/post.calendar.php:288
|
898 |
#: views/b2s/ship.php:315 views/b2s/ship.php:379 views/b2s/ship.php:425
|
899 |
+
#: views/b2s/html/footer.php:34 views/b2s/html/footer.php:170
|
900 |
+
#: views/b2s/html/footer.php:234 views/b2s/html/footer.php:274
|
901 |
+
#: views/b2s/html/footer.php:343 views/b2s/html/footer.php:382
|
902 |
+
#: views/b2s/html/footer.php:440 views/b2s/html/footer.php:533
|
903 |
msgid "Schedule your posts at the best times on each network"
|
904 |
msgstr "Plane Deine Beiträge zu den besten Zeiten für jedes Netzwerk"
|
905 |
|
906 |
+
#: includes/B2S/PostBox.php:224 views/b2s/curation.php:178
|
907 |
+
#: views/b2s/curation.php:217 views/b2s/post.calendar.php:289
|
908 |
#: views/b2s/ship.php:316 views/b2s/ship.php:380 views/b2s/ship.php:426
|
909 |
+
#: views/b2s/html/footer.php:35 views/b2s/html/footer.php:171
|
910 |
+
#: views/b2s/html/footer.php:235 views/b2s/html/footer.php:275
|
911 |
+
#: views/b2s/html/footer.php:344 views/b2s/html/footer.php:383
|
912 |
+
#: views/b2s/html/footer.php:441 views/b2s/html/footer.php:534
|
913 |
msgid ""
|
914 |
"Best Time Manager: use predefined best time scheduler to auto-schedule your "
|
915 |
"social media posts"
|
916 |
msgstr " Beste Zeiten Manager: vordefinierte Zeiten für Deine Beiträge nutzen"
|
917 |
|
918 |
+
#: includes/B2S/PostBox.php:225 views/b2s/curation.php:179
|
919 |
+
#: views/b2s/curation.php:218 views/b2s/post.calendar.php:290
|
920 |
#: views/b2s/ship.php:317 views/b2s/ship.php:381 views/b2s/ship.php:427
|
921 |
+
#: views/b2s/html/footer.php:36 views/b2s/html/footer.php:172
|
922 |
+
#: views/b2s/html/footer.php:236 views/b2s/html/footer.php:276
|
923 |
+
#: views/b2s/html/footer.php:345 views/b2s/html/footer.php:384
|
924 |
+
#: views/b2s/html/footer.php:442 views/b2s/html/footer.php:535
|
925 |
msgid "Schedule your post for one time, multiple times or recurrently"
|
926 |
msgstr ""
|
927 |
"Veröffentlichungen zur besten Zeit pro Netzwerk planen: einmalig, mehrmalig "
|
928 |
"oder nach einem regelmäßigen Muster"
|
929 |
|
930 |
+
#: includes/B2S/PostBox.php:226 views/b2s/curation.php:180
|
931 |
+
#: views/b2s/curation.php:219 views/b2s/post.calendar.php:291
|
932 |
#: views/b2s/ship.php:318 views/b2s/ship.php:382 views/b2s/ship.php:428
|
933 |
+
#: views/b2s/html/footer.php:37 views/b2s/html/footer.php:173
|
934 |
+
#: views/b2s/html/footer.php:237 views/b2s/html/footer.php:277
|
935 |
+
#: views/b2s/html/footer.php:346 views/b2s/html/footer.php:385
|
936 |
+
#: views/b2s/html/footer.php:443 views/b2s/html/footer.php:536
|
937 |
msgid "Schedule and re-share old posts"
|
938 |
msgstr "Plane und teile alte Beiträge"
|
939 |
|
940 |
+
#: includes/B2S/PostBox.php:227 views/b2s/curation.php:181
|
941 |
+
#: views/b2s/curation.php:220 views/b2s/post.calendar.php:292
|
942 |
#: views/b2s/ship.php:319 views/b2s/ship.php:383 views/b2s/ship.php:429
|
943 |
+
#: views/b2s/html/footer.php:38 views/b2s/html/footer.php:69
|
944 |
+
#: views/b2s/html/footer.php:174 views/b2s/html/footer.php:238
|
945 |
+
#: views/b2s/html/footer.php:278 views/b2s/html/footer.php:347
|
946 |
+
#: views/b2s/html/footer.php:386 views/b2s/html/footer.php:444
|
947 |
+
#: views/b2s/html/footer.php:537
|
948 |
msgid "Select link format or image format for your posts"
|
949 |
msgstr ""
|
950 |
"Link-Posts oder Bild-Posts als Posting-Format für Deine Beiträge auswählen"
|
951 |
|
952 |
+
#: includes/B2S/PostBox.php:228 views/b2s/curation.php:182
|
953 |
+
#: views/b2s/curation.php:221 views/b2s/post.calendar.php:293
|
954 |
#: views/b2s/ship.php:320 views/b2s/ship.php:384 views/b2s/ship.php:430
|
955 |
+
#: views/b2s/html/footer.php:39 views/b2s/html/footer.php:70
|
956 |
+
#: views/b2s/html/footer.php:175 views/b2s/html/footer.php:239
|
957 |
+
#: views/b2s/html/footer.php:279 views/b2s/html/footer.php:348
|
958 |
+
#: views/b2s/html/footer.php:387 views/b2s/html/footer.php:445
|
959 |
+
#: views/b2s/html/footer.php:538
|
960 |
msgid "Select individual images per post"
|
961 |
msgstr ""
|
962 |
"Individuelle Bilder für Deine Social Media Posts pro Netzwerk auswählen"
|
963 |
|
964 |
+
#: includes/B2S/PostBox.php:229 views/b2s/curation.php:183
|
965 |
+
#: views/b2s/curation.php:222 views/b2s/post.calendar.php:294
|
966 |
#: views/b2s/ship.php:321 views/b2s/ship.php:385 views/b2s/ship.php:431
|
967 |
+
#: views/b2s/html/footer.php:40 views/b2s/html/footer.php:176
|
968 |
+
#: views/b2s/html/footer.php:240 views/b2s/html/footer.php:280
|
969 |
+
#: views/b2s/html/footer.php:349 views/b2s/html/footer.php:388
|
970 |
+
#: views/b2s/html/footer.php:446 views/b2s/html/footer.php:539
|
971 |
msgid ""
|
972 |
"Reporting & calendar: keep track of your published and scheduled social "
|
973 |
"media posts"
|
975 |
"Reporting & Kalender: Verfolge Deine veröffentlichten und geplanten Social "
|
976 |
"Media Beiträge"
|
977 |
|
978 |
+
#: includes/B2S/PostBox.php:231 views/b2s/curation.php:185
|
979 |
+
#: views/b2s/curation.php:224 views/b2s/post.calendar.php:296
|
980 |
#: views/b2s/ship.php:323 views/b2s/ship.php:387 views/b2s/ship.php:433
|
981 |
+
#: views/b2s/html/footer.php:42 views/b2s/html/footer.php:178
|
982 |
+
#: views/b2s/html/footer.php:242 views/b2s/html/footer.php:282
|
983 |
+
#: views/b2s/html/footer.php:351 views/b2s/html/footer.php:390
|
984 |
+
#: views/b2s/html/footer.php:448 views/b2s/html/footer.php:541
|
985 |
msgid "Upgrade to SMART and above"
|
986 |
msgstr "Upgrade auf SMART und höher"
|
987 |
|
988 |
+
#: includes/B2S/PostBox.php:233 views/b2s/curation.php:187
|
989 |
+
#: views/b2s/curation.php:226 views/b2s/post.calendar.php:298
|
990 |
#: views/b2s/ship.php:325 views/b2s/ship.php:389 views/b2s/ship.php:435
|
991 |
+
#: views/b2s/html/footer.php:44 views/b2s/html/footer.php:75
|
992 |
+
#: views/b2s/html/footer.php:93 views/b2s/html/footer.php:111
|
993 |
+
#: views/b2s/html/footer.php:180 views/b2s/html/footer.php:244
|
994 |
+
#: views/b2s/html/footer.php:284 views/b2s/html/footer.php:353
|
995 |
+
#: views/b2s/html/footer.php:392 views/b2s/html/footer.php:450
|
996 |
+
#: views/b2s/html/footer.php:544
|
997 |
#, php-format
|
998 |
msgid ""
|
999 |
"or <a target=\"_blank\" href=\"%s\">start with free 30-days-trial of "
|
1003 |
"Testversion von Blog2Social Premium</a> (keine Zahlungsinformationen "
|
1004 |
"erforderlich)"
|
1005 |
|
1006 |
+
#: includes/B2S/PostBox.php:248
|
1007 |
+
msgid ""
|
1008 |
+
"A WordPress admin has defined the Auto-Poster settings for you. You can "
|
1009 |
+
"deactivate these settings for your profile in the Auto-Poster settings at "
|
1010 |
+
"any time."
|
1011 |
+
msgstr ""
|
1012 |
+
"Ein WordPress-Administrator hat die Auto-Poster-Einstellungen für Dich "
|
1013 |
+
"definiert. Du kannst diese Einstellungen für Dein Profil jederzeit in den "
|
1014 |
+
"Auto-Poster-Einstellungen deaktivieren."
|
1015 |
+
|
1016 |
+
#: includes/B2S/PostBox.php:253 includes/B2S/AutoPost/Item.php:184
|
1017 |
+
#: includes/B2S/Curation/View.php:73 includes/B2S/RePost/Item.php:145
|
1018 |
msgid "Select network collection:"
|
1019 |
msgstr "Netzwerk-Gruppierung auswählen:"
|
1020 |
|
1021 |
+
#: includes/B2S/PostBox.php:258
|
1022 |
msgid "Available networks for autoposting"
|
1023 |
msgstr "Verfügbare Netzwerke im Autoposter"
|
1024 |
|
1025 |
+
#: includes/B2S/PostBox.php:280
|
|
|
1026 |
#, php-format
|
1027 |
msgid ""
|
1028 |
+
"Under <a href=\"%s\">Network Settings</a> you can define which network "
|
1029 |
+
"selection is used. <a href=\"%s\" target=\"_blank\">Create a network "
|
1030 |
+
"selection.</a>"
|
1031 |
msgstr ""
|
1032 |
+
"Unter <a href=\"%s\">Netzwerkeinstellungen</a> legst Du fest, welche "
|
1033 |
+
"Netzwerkgruppierung verwendet wird. <a href=\"%s\" target=\"_blank\">"
|
1034 |
+
"Erstelle eine Netzwerkgruppierung</a>"
|
1035 |
|
1036 |
+
#: includes/B2S/PostBox.php:281 views/b2s/curation.php:284
|
1037 |
#: views/b2s/repost.php:204
|
1038 |
msgid "Available networks"
|
1039 |
msgstr "Verfügbare Netzwerke"
|
1040 |
|
1041 |
+
#: includes/B2S/PostBox.php:311 views/b2s/autopost.php:73
|
1042 |
+
#: views/b2s/repost.php:167 includes/B2S/AutoPost/Item.php:195
|
1043 |
+
#: includes/B2S/Curation/View.php:97 includes/B2S/RePost/Item.php:156
|
1044 |
msgid "Select Twitter profile:"
|
1045 |
msgstr "Wählen Sie ein Twitter-Profil aus:"
|
1046 |
|
1047 |
+
#: includes/B2S/PostBox.php:347
|
1048 |
msgid "When do you want to share your post on social media?"
|
1049 |
msgstr "Wann möchtest Du Deinen Beitrag auf den Social Media teilen?"
|
1050 |
|
1051 |
+
#: includes/B2S/PostBox.php:349
|
1052 |
msgid "immediately after publishing"
|
1053 |
msgstr "sofort nach Veröffentlichung"
|
1054 |
|
1055 |
+
#: includes/B2S/PostBox.php:350
|
1056 |
msgid "at best times"
|
1057 |
msgstr "zu den besten Zeiten"
|
1058 |
|
1059 |
#: views/b2s/autopost.php:18 views/b2s/settings.php:18
|
1060 |
+
#: includes/B2S/Ship/Image.php:29
|
1061 |
msgid ""
|
1062 |
"You need a higher user role to upload an image on this blog. Please contact "
|
1063 |
"your administrator."
|
1070 |
msgstr "speichere Daten..."
|
1071 |
|
1072 |
#: views/b2s/autopost.php:48 views/b2s/settings.php:73
|
1073 |
+
#: includes/B2S/Ship/Image.php:96
|
1074 |
msgid "Select or upload an image from media gallery"
|
1075 |
msgstr "Bild aus Mediathek auswählen oder hochladen"
|
1076 |
|
1077 |
#: views/b2s/autopost.php:49 views/b2s/settings.php:74
|
1078 |
+
#: includes/B2S/Ship/Image.php:97
|
1079 |
msgid "Use image"
|
1080 |
msgstr "Bild verwenden"
|
1081 |
|
1082 |
+
#: views/b2s/autopost.php:59 views/b2s/settings.php:126
|
1083 |
+
#: includes/B2S/Settings/Item.php:53
|
1084 |
msgid "Personal Time Zone"
|
1085 |
msgstr "Persönliche Zeitzone"
|
1086 |
|
1087 |
+
#: views/b2s/autopost.php:62 views/b2s/settings.php:129
|
1088 |
msgid ""
|
1089 |
"Blog2Social applies the scheduled time settings based on the time zone "
|
1090 |
"defined in the general settings of your WordPress. You can select a user-"
|
1107 |
"zu vermeiden, werden Autoposts an Dein primäres Twitter-Profil gesendet."
|
1108 |
|
1109 |
#: views/b2s/autopost.php:76 views/b2s/repost.php:170
|
1110 |
+
#: includes/B2S/AutoPost/Item.php:156
|
1111 |
msgid "More information"
|
1112 |
msgstr "Zusätzliche Informationen"
|
1113 |
|
1124 |
msgstr "Blog2Social Browser Erweiterung"
|
1125 |
|
1126 |
#: views/b2s/curation.draft.php:47 views/b2s/network.php:61
|
1127 |
+
#: views/b2s/network.php:149 views/b2s/network.php:236
|
1128 |
+
#: views/b2s/network.php:339 views/b2s/network.php:414
|
1129 |
#: views/b2s/post.approve.php:51 views/b2s/post.calendar.php:60
|
1130 |
+
#: views/b2s/post.calendar.php:244 views/b2s/post.draft.php:42
|
1131 |
#: views/b2s/post.favorites.php:41 views/b2s/post.notice.php:45
|
1132 |
#: views/b2s/post.php:41 views/b2s/post.publish.php:45
|
1133 |
#: views/b2s/post.sched.php:59 views/b2s/repost.php:28 views/b2s/ship.php:188
|
1185 |
|
1186 |
#: views/b2s/curation.php:45 views/b2s/post.calendar.php:70
|
1187 |
#: views/b2s/post.sched.php:189 views/b2s/repost.php:73
|
1188 |
+
#: includes/B2S/Settings/Item.php:239 includes/B2S/Settings/Item.php:272
|
1189 |
+
#: views/b2s/html/footer.php:131
|
1190 |
msgid "Link Post"
|
1191 |
msgstr "Link-Beitrag"
|
1192 |
|
1193 |
#: views/b2s/curation.php:47 views/b2s/curation.php:49
|
1194 |
#: views/b2s/post.calendar.php:70 views/b2s/post.sched.php:189
|
1195 |
+
#: views/b2s/repost.php:73 includes/B2S/Settings/Item.php:253
|
1196 |
+
#: includes/B2S/Settings/Item.php:272
|
1197 |
msgid "Image Post"
|
1198 |
msgstr "Bild-Beitrag"
|
1199 |
|
1200 |
+
#: views/b2s/curation.php:49 views/b2s/network.php:230 views/b2s/ship.php:23
|
1201 |
#: includes/B2S/AutoPost/Item.php:31 includes/B2S/Curation/View.php:56
|
1202 |
#: includes/B2S/Network/Item.php:164 includes/B2S/Network/Item.php:258
|
1203 |
#: includes/B2S/Network/Item.php:324 includes/B2S/Network/Item.php:386
|
1204 |
+
#: includes/B2S/RePost/Item.php:23 includes/B2S/Settings/Item.php:159
|
1205 |
+
#: includes/B2S/Ship/Image.php:85 includes/B2S/Ship/Item.php:1160
|
1206 |
#: views/b2s/html/post.navbar.php:15 views/b2s/html/post.navbar.php:18
|
1207 |
#: views/b2s/html/post.navbar.php:20 views/b2s/partials/post-edit-modal.php:9
|
1208 |
#: views/b2s/widgets/posts.php:18
|
1230 |
msgid "continue"
|
1231 |
msgstr "weiter"
|
1232 |
|
1233 |
+
#: views/b2s/curation.php:93 includes/B2S/Ship/Item.php:468
|
1234 |
+
#: includes/B2S/Ship/Item.php:490 includes/B2S/Ship/Item.php:497
|
1235 |
+
#: includes/B2S/Ship/Item.php:504 includes/B2S/Ship/Item.php:528
|
1236 |
+
#: includes/B2S/Ship/Item.php:551 includes/B2S/Ship/Item.php:558
|
1237 |
+
#: includes/B2S/Ship/Item.php:565 includes/B2S/Ship/Item.php:588
|
1238 |
+
#: includes/B2S/Ship/Item.php:617 includes/B2S/Ship/Item.php:646
|
1239 |
+
#: includes/B2S/Ship/Item.php:674 includes/B2S/Ship/Item.php:717
|
1240 |
+
#: includes/B2S/Ship/Item.php:738 includes/B2S/Ship/Item.php:745
|
1241 |
+
#: includes/B2S/Ship/Item.php:752 includes/B2S/Ship/Item.php:772
|
1242 |
+
#: includes/B2S/Ship/Item.php:792 includes/B2S/Ship/Item.php:799
|
1243 |
+
#: includes/B2S/Ship/Item.php:806 includes/B2S/Ship/Item.php:823
|
1244 |
+
#: includes/B2S/Ship/Item.php:844 includes/B2S/Ship/Item.php:865
|
1245 |
+
#: includes/B2S/Ship/Item.php:886 includes/B2S/Ship/Item.php:907
|
1246 |
+
#: includes/B2S/Ship/Item.php:951
|
1247 |
msgid "Change image"
|
1248 |
msgstr "Bild ändern"
|
1249 |
|
1252 |
msgstr "Schreibe etwas..."
|
1253 |
|
1254 |
#: views/b2s/curation.php:112 views/b2s/ship.php:260 views/b2s/ship.php:262
|
1255 |
+
#: includes/B2S/Post/Item.php:441
|
1256 |
msgid "Re-share this post"
|
1257 |
msgstr "Diesen Beitrag nochmal teilen"
|
1258 |
|
1261 |
msgstr "Neuen Social Media Post erstellen"
|
1262 |
|
1263 |
#: views/b2s/curation.php:119 views/b2s/post.calendar.php:38
|
1264 |
+
#: views/b2s/ship.php:18 views/b2s/ship.php:663 includes/B2S/Post/Filter.php:59
|
1265 |
+
#: includes/B2S/Post/Item.php:368 includes/B2S/Ship/Save.php:438
|
1266 |
#: includes/PRG/Post/Filter.php:37 includes/PRG/Post/Item.php:86
|
1267 |
msgid "published"
|
1268 |
msgstr "veröffentlicht"
|
1277 |
msgid "YES"
|
1278 |
msgstr "JA"
|
1279 |
|
1280 |
+
#: views/b2s/curation.php:154 views/b2s/post.calendar.php:265
|
1281 |
#: views/b2s/ship.php:402
|
1282 |
msgid "Need to schedule your posts?"
|
1283 |
msgstr "Du möchtest Deine Beiträge planen?"
|
1284 |
|
1285 |
+
#: views/b2s/curation.php:157 views/b2s/post.calendar.php:268
|
1286 |
#: views/b2s/ship.php:405
|
1287 |
msgid "Blog2Social Premium covers everything you need."
|
1288 |
msgstr "Blog2Social Premium deckt alles ab, was Du brauchst."
|
1289 |
|
1290 |
+
#: views/b2s/curation.php:160 views/b2s/post.calendar.php:271
|
1291 |
+
#: views/b2s/ship.php:408 includes/B2S/Ship/Item.php:1161
|
1292 |
msgid "Schedule for specific dates"
|
1293 |
msgstr "Für bestimmte Termine planen"
|
1294 |
|
1295 |
+
#: views/b2s/curation.php:161 views/b2s/post.calendar.php:272
|
1296 |
#: views/b2s/ship.php:409
|
1297 |
msgid ""
|
1298 |
"You want to publish a post on a specific date? No problem! Just enter your "
|
1301 |
"Du möchtest einen Beitrag an einem ganz bestimmten Datum veröffentlichen? "
|
1302 |
"Kein Problem! Stelle einfach Dein Wunschdatum ein und los geht’s!"
|
1303 |
|
1304 |
+
#: views/b2s/curation.php:163 views/b2s/post.calendar.php:274
|
1305 |
#: views/b2s/ship.php:411
|
1306 |
msgid "Schedule post recurrently"
|
1307 |
msgstr "Beitrag mehrfach planen"
|
1308 |
|
1309 |
+
#: views/b2s/curation.php:164 views/b2s/post.calendar.php:275
|
1310 |
#: views/b2s/ship.php:412
|
1311 |
msgid ""
|
1312 |
"You have evergreen content you want to re-share from time to time in your "
|
1317 |
"teilen? Teile Deine Evergreen Inhalte einmal, mehrmals oder in einem "
|
1318 |
"wiederkehrenden Rhythmus"
|
1319 |
|
1320 |
+
#: views/b2s/curation.php:166 views/b2s/post.calendar.php:277
|
1321 |
#: views/b2s/ship.php:414
|
1322 |
msgid "Best Time Scheduler"
|
1323 |
msgstr "Beste Zeiten Manager"
|
1324 |
|
1325 |
+
#: views/b2s/curation.php:167 views/b2s/post.calendar.php:278
|
1326 |
#: views/b2s/ship.php:415
|
1327 |
msgid ""
|
1328 |
"Whenever you publish a post, only a fraction of your followers will actually "
|
1358 |
msgid "Available networks for Social Media Posts"
|
1359 |
msgstr "Verfügbare Netzwerke für die Social Media Posts"
|
1360 |
|
1361 |
+
#: views/b2s/curation.php:283 views/b2s/repost.php:203
|
1362 |
+
#, php-format
|
1363 |
+
msgid ""
|
1364 |
+
"Under <a href=\"%s\">Network Settings</a> you define which network selection "
|
1365 |
+
"is used. <a href=\"%s\" target=\"_blank\">To create a network grouping.</a>"
|
1366 |
+
msgstr ""
|
1367 |
+
"Unter <a href=\"%s\">Netzwerkeinstellungen</a> definieren Sie, welche "
|
1368 |
+
"Netzwerkauswahl genutzt wird. <a href=\"%s\" target=\"_blank\">So erstellen "
|
1369 |
+
"Sie eine Netzwerk-Gruppierung</a>"
|
1370 |
+
|
1371 |
#: views/b2s/dashboard.php:26
|
1372 |
msgid "Your Activity"
|
1373 |
msgstr "Deine Aktivität"
|
1384 |
msgid "Follow us"
|
1385 |
msgstr "Folge uns"
|
1386 |
|
1387 |
+
#: views/b2s/dashboard.php:85
|
1388 |
+
msgid "show full calendar"
|
1389 |
+
msgstr "Vollständigen Kalender anzeigen"
|
1390 |
+
|
1391 |
#: views/b2s/network.php:25 views/b2s/network.php:26
|
1392 |
+
#: views/b2s/post.calendar.php:226 views/b2s/post.calendar.php:227
|
1393 |
#: views/prg/post.php:26 views/prg/post.php:27
|
1394 |
#: views/b2s/html/post.navbar.php:26 views/b2s/html/post.navbar.php:27
|
1395 |
msgid "filter"
|
1405 |
|
1406 |
#: views/b2s/network.php:35 includes/B2S/Network/Item.php:153
|
1407 |
#: includes/B2S/Network/Item.php:157 includes/B2S/Network/Item.php:161
|
1408 |
+
#: includes/B2S/Ship/Image.php:92 includes/B2S/Ship/Item.php:507
|
1409 |
+
#: includes/B2S/Ship/Item.php:568 includes/B2S/Ship/Item.php:755
|
1410 |
+
#: includes/B2S/Ship/Item.php:809 includes/B2S/Ship/Portale.php:32
|
1411 |
#: includes/B2S/Ship/Portale.php:35 includes/B2S/Ship/Portale.php:42
|
1412 |
msgid "PRO"
|
1413 |
msgstr "PRO"
|
1417 |
msgstr "Löschen"
|
1418 |
|
1419 |
#: views/b2s/network.php:48 views/b2s/ship.php:74 views/b2s/ship.php:372
|
1420 |
+
#: views/b2s/html/footer.php:227
|
1421 |
msgid "You want to schedule your posts and use the Best Time Scheduler?"
|
1422 |
msgstr ""
|
1423 |
"Du möchtest die Veröffentlichung Deiner Posts planen und den Beste Zeiten "
|
1468 |
"Business Brancheneinträgen zu erweitern."
|
1469 |
|
1470 |
#: views/b2s/network.php:130 views/b2s/premium.php:36 views/b2s/ship.php:494
|
1471 |
+
#: includes/B2S/Ship/Item.php:1199 views/b2s/partials/post-edit-modal.php:48
|
1472 |
msgid "Learn more"
|
1473 |
msgstr "Mehr erfahren"
|
1474 |
|
1537 |
msgid "modfiy"
|
1538 |
msgstr "modify"
|
1539 |
|
1540 |
+
#: views/b2s/network.php:230 includes/B2S/Network/Item.php:164
|
1541 |
#: includes/B2S/Network/Item.php:164
|
1542 |
msgid "Edit Post Template"
|
1543 |
msgstr "Beitragsvorlage bearbeiten"
|
1544 |
|
1545 |
+
#: views/b2s/network.php:242 views/b2s/settings.php:49
|
1546 |
+
#: includes/B2S/Network/Item.php:538 includes/B2S/Settings/Item.php:133
|
1547 |
msgid "save"
|
1548 |
msgstr "speichern"
|
1549 |
|
1550 |
+
#: views/b2s/network.php:254
|
1551 |
msgid "Instant Caching for Link Posts"
|
1552 |
msgstr "Instant Caching für Link-Beiträge"
|
1553 |
|
1554 |
+
#: views/b2s/network.php:257
|
1555 |
msgid ""
|
1556 |
"Please enable this feature, if you are using varnish caching (HTTP "
|
1557 |
"accelerator to relieve your website). Blog2Social will add a \"no-cache=1\" "
|
1563 |
"Beiträgen den “no-cache=1” Parameter an die Beitrags-URL, um sicherzustellen,"
|
1564 |
" dass das Netzwerk immer die aktuellen Meta Daten Deines Blogbeitrags zieht."
|
1565 |
|
1566 |
+
#: views/b2s/network.php:268
|
1567 |
msgid "Choose your Post Format"
|
1568 |
msgstr "Wähle Dein Postformat "
|
1569 |
|
1570 |
+
#: views/b2s/network.php:272 views/b2s/network.php:275
|
1571 |
+
#: views/b2s/network.php:278
|
1572 |
msgid ""
|
1573 |
"Decide in which post format you want to post your content: Link post or "
|
1574 |
"image post."
|
1576 |
"Entscheide, in welchem Format Du Deine Inhalte veröffentlichen möchtest: "
|
1577 |
"Link-Beitrag oder Bild-Beitrag."
|
1578 |
|
1579 |
+
#: views/b2s/network.php:281
|
1580 |
msgid ""
|
1581 |
"Decide in wich form you want to post your Content. Either as image with "
|
1582 |
"frame, or as image cut out."
|
1584 |
" Entscheide, in welcher Form Du Deine Inhalte veröffentlichen möchtest. "
|
1585 |
"Entweder als Bild mit Rahmen oder als Bildausschnitt."
|
1586 |
|
1587 |
+
#: views/b2s/network.php:293
|
1588 |
msgid "Post Content"
|
1589 |
msgstr "Post-Inhalt"
|
1590 |
|
1591 |
+
#: views/b2s/network.php:296
|
1592 |
msgid ""
|
1593 |
"Edit the content of your post. Move elements by drag and drop into the "
|
1594 |
"textarea and customize them as you like."
|
1596 |
"Bearbeite den Inhalt Deines Posts. Verschiebe Elemente per Drag & Drop in "
|
1597 |
"das Textfeld und passe sie nach Deinen Wünschen an."
|
1598 |
|
1599 |
+
#: views/b2s/network.php:299
|
1600 |
msgid "Legend"
|
1601 |
msgstr "Legende"
|
1602 |
|
1603 |
+
#: views/b2s/network.php:301
|
1604 |
msgid "The title of your post"
|
1605 |
msgstr "Der Titel deines Beitrags."
|
1606 |
|
1607 |
+
#: views/b2s/network.php:302
|
1608 |
msgid "The summary of your post (you define it in the side menu of your post)."
|
1609 |
msgstr ""
|
1610 |
" Die Zusammenfassung Deines Beitrags (wird von dir im Seitenmenü deines "
|
1611 |
"Beitrags festgelegt)."
|
1612 |
|
1613 |
+
#: views/b2s/network.php:303
|
1614 |
msgid "The content of your post"
|
1615 |
msgstr "Der Inhalt Deines Beitrags."
|
1616 |
|
1617 |
+
#: views/b2s/network.php:304
|
1618 |
msgid "The tags you have set in your post."
|
1619 |
msgstr "Die Tags, die Du in deinem Beitrag gesetzt hast."
|
1620 |
|
1621 |
+
#: views/b2s/network.php:305
|
1622 |
msgid "The name of the post author."
|
1623 |
msgstr "Der Name des Autors Deines Beitrags."
|
1624 |
|
1625 |
+
#: views/b2s/network.php:318 includes/B2S/Network/Item.php:745
|
1626 |
msgid "Character limit"
|
1627 |
msgstr "Zeichenbegrenzung"
|
1628 |
|
1629 |
+
#: views/b2s/network.php:321
|
1630 |
msgid ""
|
1631 |
"Define the character limit for the variables \"EXCERPT\" and \"CONTENT\" "
|
1632 |
"individually. Your text will be shortened after the last comma, period, or "
|
1636 |
"\"Inhalt\" (CONTENT) einzeln fest. Dein Text wird nach dem letzten Komma, "
|
1637 |
"Punkt oder Leerzeichen innerhalb Deiner Zeichenbegrenzung abgeschnitten."
|
1638 |
|
1639 |
+
#: views/b2s/network.php:322
|
1640 |
msgid ""
|
1641 |
"An \"EXCERPT\" will only be added to your social media post if you have "
|
1642 |
"added a manual excerpt in the excerpt editing box of the Gutenberg side menu "
|
1646 |
"einen manuellen Textauszug in der Textauszug-Box im Gutenberg Seitenmenü "
|
1647 |
"(Dokumenten-Einstellungen) Deines Blogbeitrages eingetragen hast. "
|
1648 |
|
1649 |
+
#: views/b2s/network.php:323
|
1650 |
msgid ""
|
1651 |
"\"TITLES\" and \"KEYWORDS\" (Hashtags) are not shortened. If you select the "
|
1652 |
"\"TITLE\" and \"KEYWORD\" variables for your social media posts, the "
|
1660 |
"und/oder \"Inhalt\" innerhalb der darüber hinaus verfügbaren Zeichenanzahl "
|
1661 |
"des jeweiligen Social Networks berücksichtigt."
|
1662 |
|
1663 |
+
#: views/b2s/network.php:334 views/b2s/ship.php:569
|
1664 |
msgid "Connect with Pinterest"
|
1665 |
msgstr "Mit Pinterest verbinden"
|
1666 |
|
1667 |
+
#: views/b2s/network.php:342 views/b2s/ship.php:577
|
1668 |
msgid ""
|
1669 |
"Please make sure to use your original Pinterest login data (email and "
|
1670 |
"password). Social Login via Facebook or Google login data will not work here."
|
1676 |
"dass die Zwei-Faktor-Authentifizierung in Pinterest deaktiviert ist, um eine "
|
1677 |
"stabile Verbindung zu Blog2Social sicherzustellen."
|
1678 |
|
1679 |
+
#: views/b2s/network.php:343 views/b2s/ship.php:578
|
1680 |
msgid "An error occurred! Please try again."
|
1681 |
msgstr "Es ist ein Fehler aufgetreten! Bitte versuche es erneut."
|
1682 |
|
1683 |
+
#: views/b2s/network.php:344 views/b2s/network.php:345 views/b2s/ship.php:579
|
1684 |
#: views/b2s/ship.php:580
|
1685 |
#, php-format
|
1686 |
msgid ""
|
1690 |
"Du möchtest ein zusätzliches Konto verbinden? <a target=\"_blank\" "
|
1691 |
"href=\"%s\">Upgrade auf Blog2Social Premium</a>"
|
1692 |
|
1693 |
+
#: views/b2s/network.php:346 views/b2s/ship.php:581
|
1694 |
msgid "Invalid Data! Please try again."
|
1695 |
msgstr "Ungültige Daten! Bitte versuche es erneut."
|
1696 |
|
1697 |
+
#: views/b2s/network.php:347 views/b2s/ship.php:582
|
1698 |
msgid ""
|
1699 |
"You have not yet created any pinboards in your Pinterest account. Please set "
|
1700 |
"up at least one pinboard to pin on your Pinterest account!"
|
1702 |
"Du hast noch keine Pinnwände in Deinem Pinterest Konto angelegt. Bitte "
|
1703 |
"richte mindestens eine Pinnwand auf Deinem Pinterest Konto ein!"
|
1704 |
|
1705 |
+
#: views/b2s/network.php:348 views/b2s/ship.php:583
|
1706 |
#, php-format
|
1707 |
msgid ""
|
1708 |
"Login failed. Please check your login data for typos and please check your "
|
1714 |
"Authentifizierung für dieses Konto deaktiviert ist: <a target=\"_blank\" "
|
1715 |
"href=\"%s\">%s</a>"
|
1716 |
|
1717 |
+
#: views/b2s/network.php:349 views/b2s/ship.php:584
|
1718 |
msgid "Pinterest has rejected the connection to your blog"
|
1719 |
msgstr "Pinterest hat die Verbindung zu Deinem Blog abgelehnt"
|
1720 |
|
1721 |
+
#: views/b2s/network.php:350 views/b2s/ship.php:585
|
1722 |
msgid "Please select your currect server location and connect again"
|
1723 |
msgstr ""
|
1724 |
"Bitte wähle Deinen richtigen Serverstandort aus und verbinde Dich erneut"
|
1725 |
|
1726 |
+
#: views/b2s/network.php:351 views/b2s/ship.php:586
|
1727 |
msgid ""
|
1728 |
"Access to this resource on your server is denied! Please check your "
|
1729 |
"webserver configuration for caching."
|
1731 |
"Der Zugriff auf diese Ressource auf Ihrem Server ist verweigert! Bitte "
|
1732 |
"überprüfen Sie Ihre Webserver-Konfiguration auf Caching."
|
1733 |
|
1734 |
+
#: views/b2s/network.php:352 views/b2s/ship.php:587
|
1735 |
msgid ""
|
1736 |
"Login up successful. Please confirm that Blog2Social is allowed to publish "
|
1737 |
"on your profile."
|
1739 |
"Anmeldung erfolgreich. Bitte bestätige, dass Blog2Social auf Deinem Profil "
|
1740 |
"veröffentlichen darf."
|
1741 |
|
1742 |
+
#: views/b2s/network.php:354 views/b2s/ship.php:589
|
1743 |
+
#: views/b2s/html/header.php:348 views/prg/html/form.php:141
|
1744 |
#: views/prg/html/form.php:143 views/prg/html/form.php:218
|
1745 |
#: views/prg/html/form.php:220
|
1746 |
msgid "E-Mail"
|
1747 |
msgstr "E-Mail"
|
1748 |
|
1749 |
+
#: views/b2s/network.php:360 views/b2s/ship.php:595 views/prg/login.php:25
|
1750 |
msgid "Password"
|
1751 |
msgstr "Passwort"
|
1752 |
|
1753 |
+
#: views/b2s/network.php:371 views/b2s/ship.php:606
|
1754 |
msgid "Server-Location"
|
1755 |
msgstr "Serverstandort"
|
1756 |
|
1757 |
+
#: views/b2s/network.php:385 views/b2s/ship.php:620
|
1758 |
msgid "Select Pinboard"
|
1759 |
msgstr "Pinnwand auswählen"
|
1760 |
|
1761 |
+
#: views/b2s/network.php:393 views/b2s/ship.php:628
|
1762 |
+
#: includes/B2S/Settings/Item.php:89
|
1763 |
msgid "authorize"
|
1764 |
msgstr "autorisieren"
|
1765 |
|
1766 |
+
#: views/b2s/network.php:394 views/b2s/ship.php:629
|
1767 |
msgid "confirm"
|
1768 |
msgstr "bestätigen"
|
1769 |
|
1770 |
+
#: views/b2s/network.php:408
|
1771 |
msgid "Advanced Network Settings"
|
1772 |
msgstr "Erweiterte Netzwerkeinstellungen"
|
1773 |
|
1774 |
+
#: views/b2s/network.php:420 views/b2s/network.php:517
|
1775 |
msgid "URL Parameters"
|
1776 |
msgstr "URL-Parameter"
|
1777 |
|
1778 |
+
#: views/b2s/network.php:421
|
1779 |
msgid "The parameters could not be saved. Please try again."
|
1780 |
msgstr ""
|
1781 |
"Die Parameter konnten nicht gespeichert werden. Bitte versuchen Sie es noch "
|
1782 |
"einmal."
|
1783 |
|
1784 |
+
#: views/b2s/network.php:422 views/b2s/network.php:437
|
1785 |
+
#: views/b2s/network.php:469 views/b2s/network.php:472
|
1786 |
+
#: views/b2s/network.php:475
|
1787 |
msgid "An error occured. Please contact our support."
|
1788 |
msgstr "Ein Fehler ist aufgetreten. Bitte kontaktiere unseren Support."
|
1789 |
|
1790 |
+
#: views/b2s/network.php:429 views/b2s/network.php:526
|
1791 |
msgid "Network collection"
|
1792 |
msgstr "Netzwerkgruppierung"
|
1793 |
|
1794 |
+
#: views/b2s/network.php:432 views/b2s/network.php:529
|
1795 |
msgid "Move the connection to another network collection."
|
1796 |
msgstr "Verbindung in eine andere Netzwerk-Gruppierung verschieben"
|
1797 |
|
1798 |
+
#: views/b2s/network.php:444 views/b2s/network.php:536
|
1799 |
msgid "move"
|
1800 |
msgstr "verschieben"
|
1801 |
|
1802 |
+
#: views/b2s/network.php:452
|
1803 |
msgid "You need at least one network collection"
|
1804 |
msgstr "Du brauchst mindestens eine Netzwerkgruppierung."
|
1805 |
|
1806 |
+
#: views/b2s/network.php:461 views/b2s/network.php:543
|
1807 |
msgid "Team Management"
|
1808 |
msgstr "Team-Management"
|
1809 |
|
1810 |
+
#: views/b2s/network.php:464 views/b2s/network.php:546
|
1811 |
msgid "Assign the connection to other blog users"
|
1812 |
msgstr "Weise Deine Verbindung anderen Blog-Benutzern zu"
|
1813 |
|
1814 |
+
#: views/b2s/network.php:478
|
1815 |
msgid "You don't have a Business License"
|
1816 |
msgstr "Du hast keine Business-Lizenz"
|
1817 |
|
1818 |
+
#: views/b2s/network.php:481
|
1819 |
msgid "This user don't have a Business License, or it is not the same"
|
1820 |
msgstr ""
|
1821 |
"Dieser Benutzer hat keine Business-Lizenz oder nutzt nicht dieselbe Lizenz"
|
1822 |
|
1823 |
+
#: views/b2s/network.php:484
|
1824 |
msgid "The connection has already been assigned to this user."
|
1825 |
msgstr "Die Verbindung wurde diesem Benutzer bereits zugewiesen."
|
1826 |
|
1827 |
+
#: views/b2s/network.php:487
|
1828 |
msgid "The connection dose not exist"
|
1829 |
msgstr "Diese Verbindung existiert nicht."
|
1830 |
|
1831 |
+
#: views/b2s/network.php:490
|
1832 |
msgid "This connection has already been assigned to this user."
|
1833 |
msgstr "Die Verbindung wurde diesem Benutzer bereits zugewiesen."
|
1834 |
|
1835 |
+
#: views/b2s/network.php:493
|
1836 |
msgid ""
|
1837 |
"You can only share the connection with blog users who use the same license "
|
1838 |
"as you."
|
1840 |
"Du kannst Deine Verbindung nur mit Blog-Benutzern teilen, die dieselbe "
|
1841 |
"Lizenz verwenden wie Du."
|
1842 |
|
1843 |
+
#: views/b2s/network.php:496
|
1844 |
msgid "There are no other users to whom the connection can be assigned."
|
1845 |
msgstr ""
|
1846 |
"Es sind keine weiteren Benutzer vorhanden, denen die Verbindung zugewiesen "
|
1847 |
"werden kann."
|
1848 |
|
1849 |
+
#: views/b2s/network.php:499 views/b2s/network.php:549
|
1850 |
msgid "assign"
|
1851 |
msgstr "zuweisen"
|
1852 |
|
1853 |
+
#: views/b2s/network.php:500
|
1854 |
msgid "Apply best time settings"
|
1855 |
msgstr "Beste Zeiten verwenden"
|
1856 |
|
1857 |
+
#: views/b2s/network.php:501
|
1858 |
msgid "Apply post template settings"
|
1859 |
msgstr "Beitragsvorlagen verwenden"
|
1860 |
|
1861 |
+
#: views/b2s/network.php:502
|
1862 |
msgid "Apply URL Parameters"
|
1863 |
msgstr "URL-Parameter verwenden"
|
1864 |
|
1865 |
+
#: views/b2s/network.php:513
|
1866 |
msgid ""
|
1867 |
"Upgrade to Blog2Social Business to easily bundle your connections into "
|
1868 |
"network collection and assign your social media connections to other blog "
|
1879 |
"auf Deinem Social-Media-Profil, Deiner Seite oder Gruppe zu veröffentlichen "
|
1880 |
"oder vorzuplanen."
|
1881 |
|
1882 |
+
#: views/b2s/network.php:514
|
1883 |
msgid "Upgrade to Blog2Social Business"
|
1884 |
msgstr "Upgrade auf Blog2Social Business"
|
1885 |
|
1886 |
+
#: views/b2s/network.php:518 includes/B2S/Network/Item.php:508
|
1887 |
#, php-format
|
1888 |
msgid ""
|
1889 |
"Define parameters that will be added to link posts on this network e.g. to "
|
1894 |
"hinzugefügt werden sollen z. B. um Tracking-Links mit UTM-Parametern zu "
|
1895 |
"erstellen. <a target=\"_blank\" href=\"%s\">Weitere Informationen</a>"
|
1896 |
|
1897 |
+
#: views/b2s/network.php:534 includes/B2S/Ship/Navbar.php:37
|
1898 |
msgid "My Profile"
|
1899 |
msgstr "Mein Profil"
|
1900 |
|
1901 |
+
#: views/b2s/network.php:565
|
1902 |
msgid "Add Page"
|
1903 |
msgstr "Seite hinzufügen"
|
1904 |
|
1905 |
+
#: views/b2s/network.php:570
|
1906 |
#, php-format
|
1907 |
msgid ""
|
1908 |
"Please make sure to log in with your account which manages your pages and <a "
|
1912 |
"Deine Seiten verwaltet und <a href=\"%s\" target=\"_blank\">folge diesem "
|
1913 |
"Guide, um alle Deine Seiten auswählen zu können</a>."
|
1914 |
|
1915 |
+
#: views/b2s/network.php:571 views/b2s/network.php:590
|
1916 |
msgid "Continue"
|
1917 |
msgstr "Fortsetzen"
|
1918 |
|
1919 |
+
#: views/b2s/network.php:584
|
1920 |
+
msgid "Add Group"
|
1921 |
+
msgstr "Gruppe hinzufügen"
|
1922 |
+
|
1923 |
+
#: views/b2s/network.php:589
|
1924 |
+
#, php-format
|
1925 |
+
msgid ""
|
1926 |
+
"Please make sure to log in with your account which manages your groups and "
|
1927 |
+
"<a href=\"%s\" target=\"_blank\">follow this guide to select all your "
|
1928 |
+
"groups</a>."
|
1929 |
+
msgstr ""
|
1930 |
+
"Bitte stelle sicher, dass Du Dich mit dem Konto anmeldest, das Deine Gruppen "
|
1931 |
+
"verwaltet, und <a href=\"%s\" target=\"_blank\">folgen dieser Anleitung, um "
|
1932 |
+
"alle Deine Gruppen auszuwählen</a>."
|
1933 |
+
|
1934 |
#: views/b2s/post.approve.php:89
|
1935 |
msgid "Delete Social Media Posts"
|
1936 |
msgstr "Social Media Posts löschen"
|
1954 |
msgstr "alles anzeigen"
|
1955 |
|
1956 |
#: views/b2s/post.calendar.php:39 views/b2s/ship.php:18
|
1957 |
+
#: includes/B2S/Post/Filter.php:59 includes/B2S/Post/Item.php:368
|
1958 |
#: includes/PRG/Post/Filter.php:37 includes/PRG/Post/Item.php:86
|
1959 |
msgid "scheduled"
|
1960 |
msgstr "geplant"
|
1961 |
|
1962 |
#: views/b2s/post.calendar.php:70 views/b2s/post.sched.php:189
|
1963 |
+
#: views/b2s/repost.php:73 includes/B2S/Network/Item.php:675
|
1964 |
+
#: includes/B2S/Network/Item.php:678 includes/B2S/Settings/Item.php:239
|
1965 |
+
#: views/b2s/html/footer.php:148
|
1966 |
msgid "Image with frame"
|
1967 |
msgstr "Bild mit Rahmen"
|
1968 |
|
1969 |
#: views/b2s/post.calendar.php:70 views/b2s/post.sched.php:189
|
1970 |
+
#: views/b2s/repost.php:73 includes/B2S/Network/Item.php:676
|
1971 |
+
#: includes/B2S/Network/Item.php:679 includes/B2S/Settings/Item.php:253
|
1972 |
+
#: views/b2s/html/footer.php:153
|
1973 |
msgid "Image cut out"
|
1974 |
msgstr "Bild zuschneiden"
|
1975 |
|
1976 |
+
#: views/b2s/post.calendar.php:88 views/b2s/post.sched.php:172
|
1977 |
#: views/b2s/repost.php:56
|
1978 |
msgid "add post"
|
1979 |
msgstr "Beitrag hinzufügen"
|
1980 |
|
1981 |
+
#: views/b2s/post.calendar.php:111 views/b2s/post.sched.php:130
|
1982 |
#: views/b2s/repost.php:104 views/b2s/ship.php:507
|
1983 |
msgid "Choose your"
|
1984 |
msgstr "Wähle Deinen"
|
1985 |
|
1986 |
+
#: views/b2s/post.calendar.php:111 views/b2s/post.sched.php:130
|
1987 |
#: views/b2s/repost.php:104 views/b2s/ship.php:507
|
1988 |
msgid "Post Format"
|
1989 |
msgstr "Postformat"
|
1990 |
|
1991 |
+
#: views/b2s/post.calendar.php:113 views/b2s/post.sched.php:132
|
1992 |
#: views/b2s/repost.php:106 views/b2s/ship.php:509
|
1993 |
msgid "for:"
|
1994 |
msgstr "für:"
|
1995 |
|
1996 |
+
#: views/b2s/post.calendar.php:132 views/b2s/post.sched.php:151
|
1997 |
#: views/b2s/repost.php:125 views/b2s/ship.php:527
|
1998 |
msgid ""
|
1999 |
"Define the default settings for the custom post format for all of your "
|
2002 |
"Speichere Dein bevorzugtes Facebook Post-Format als Standardeinstellung in "
|
2003 |
"den Blog2Social Einstellungen."
|
2004 |
|
2005 |
+
#: views/b2s/post.calendar.php:135 views/b2s/post.sched.php:154
|
2006 |
#: views/b2s/repost.php:128 views/b2s/ship.php:530
|
2007 |
msgid ""
|
2008 |
"Define the default settings for the custom post format for all of your "
|
2011 |
"Definiere Dein Standard-Beitragsformat für alle Deine Twitter-Verbindungen "
|
2012 |
"unter den Blog2Social Einstellungen."
|
2013 |
|
2014 |
+
#: views/b2s/post.calendar.php:138 views/b2s/post.sched.php:157
|
2015 |
#: views/b2s/repost.php:131 views/b2s/ship.php:533
|
2016 |
msgid ""
|
2017 |
"Define the default settings for the custom post format for all of your "
|
2020 |
"Definiere Dein Standard-Beitragsformat für alle Deine Google+ Verbindungen "
|
2021 |
"unter den Blog2Social Einstellungen."
|
2022 |
|
2023 |
+
#: views/b2s/post.calendar.php:141 views/b2s/post.sched.php:160
|
2024 |
#: views/b2s/repost.php:134 views/b2s/ship.php:536
|
2025 |
msgid ""
|
2026 |
"Define the default settings for the custom post format for all of your "
|
2029 |
"Definiere die Standardeinstellungen für das benutzerdefinierte Postformat "
|
2030 |
"für alle Instagram-Konten in den Blog2Social-Einstellungen."
|
2031 |
|
2032 |
+
#: views/b2s/post.calendar.php:156 views/b2s/post.sched.php:111
|
2033 |
#: views/b2s/repost.php:149 views/b2s/ship.php:448
|
2034 |
msgid "Select image for"
|
2035 |
msgstr "Wähle Bild aus für"
|
2036 |
|
2037 |
+
#: views/b2s/post.calendar.php:174
|
2038 |
msgid "What would you like to share?"
|
2039 |
msgstr "Was möchtest Du teilen?"
|
2040 |
|
2041 |
+
#: views/b2s/post.calendar.php:184
|
2042 |
msgid "Share content from your blog"
|
2043 |
msgstr "Teile Deine Blogbeiträge"
|
2044 |
|
2045 |
+
#: views/b2s/post.calendar.php:187 views/b2s/post.calendar.php:200
|
2046 |
msgid "select"
|
2047 |
msgstr "auswählen"
|
2048 |
|
2049 |
+
#: views/b2s/post.calendar.php:197
|
2050 |
msgid "Share content from other sources"
|
2051 |
msgstr "Teile Beiträge aus beliebigen Quellen"
|
2052 |
|
2053 |
+
#: views/b2s/post.calendar.php:218
|
2054 |
msgid "Select a post"
|
2055 |
msgstr "Wähle einen Beitrag aus"
|
2056 |
|
2062 |
msgid "Are you sure you want to delete this Social Media draft?"
|
2063 |
msgstr "Bist Du Dir sicher, dass du Deinen Entwurf löschen möchtest? "
|
2064 |
|
2065 |
+
#: views/b2s/post.favorites.php:67 includes/B2S/Post/Item.php:374
|
2066 |
msgid "You have not saved any favorites."
|
2067 |
msgstr "Du hast keine Favoriten gespeichert."
|
2068 |
|
2088 |
msgid "You are sure, you want to delete entries from the scheduling?"
|
2089 |
msgstr "Bist Du sicher, dass Du Einträge aus Deiner Planung löschen möchtest?"
|
2090 |
|
2091 |
+
#: views/b2s/premium.php:14 includes/B2S/AutoPost/Item.php:140
|
2092 |
msgid "Your current license:"
|
2093 |
msgstr "Deine aktuelle Lizenz:"
|
2094 |
|
2101 |
msgid "End of Trial"
|
2102 |
msgstr "Ende der Testzeit"
|
2103 |
|
2104 |
+
#: views/b2s/premium.php:31 includes/B2S/AutoPost/Item.php:143
|
2105 |
+
#: includes/B2S/AutoPost/Item.php:146 includes/B2S/RePost/Item.php:33
|
2106 |
msgid "Upgrade"
|
2107 |
msgstr "Upgrade"
|
2108 |
|
2191 |
"Verwende den Beste-Zeiten-Manager, um Deine Beiträge automatisch zu planen "
|
2192 |
"oder Dein eigenes bestes Zeitschema zu definieren."
|
2193 |
|
2194 |
+
#: views/b2s/premium.php:109 includes/B2S/Post/Item.php:715
|
2195 |
+
#: includes/B2S/Post/Item.php:856
|
2196 |
msgid "Auto-Posting"
|
2197 |
msgstr "Auto-Posting"
|
2198 |
|
2321 |
"diese Funktion, wenn Du dynamische Elemente in Deinen Beiträgen verwendest."
|
2322 |
|
2323 |
#: views/b2s/settings.php:98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2324 |
msgid "Activate Legacy mode "
|
2325 |
msgstr "Kompatibilitätsmodus aktivieren"
|
2326 |
|
2327 |
+
#: views/b2s/settings.php:101
|
2328 |
msgid "Plugin contents are loaded one at a time to minimize server load."
|
2329 |
msgstr ""
|
2330 |
"Plugininhalte werden nacheinander geladen, um den Server Deines Blogs zu "
|
2331 |
"entlasten."
|
2332 |
|
2333 |
+
#: views/b2s/settings.php:112
|
2334 |
msgid "Instant Caching for Facebook Link Posts"
|
2335 |
msgstr "Instant Caching für Facebook Link-Beiträge"
|
2336 |
|
2337 |
+
#: views/b2s/settings.php:115
|
2338 |
msgid ""
|
2339 |
"Please enable this feature, if you are using varnish caching (HTTP "
|
2340 |
"accelerator to relieve your website). Blog2Social will add a \"no-cache=1\" "
|
2347 |
"sicherzustellen, dass Facebook immer die aktuellen Meta Daten Deines "
|
2348 |
"Blogbeitrags zieht."
|
2349 |
|
2350 |
+
#: views/b2s/ship.php:18 includes/B2S/Post/Filter.php:59
|
2351 |
+
#: includes/B2S/Post/Item.php:368 includes/PRG/Post/Item.php:86
|
2352 |
msgid "draft"
|
2353 |
msgstr "Entwurf"
|
2354 |
|
2357 |
msgstr "Beitrag auf Social Media planen und teilen"
|
2358 |
|
2359 |
#: views/b2s/ship.php:53 views/prg/ship.php:43 views/prg/ship.php:45
|
2360 |
+
#: includes/B2S/Curation/View.php:38 includes/B2S/Settings/Item.php:169
|
2361 |
+
#: includes/B2S/Settings/Item.php:190 views/prg/html/form.php:26
|
2362 |
#: views/prg/html/form.php:28
|
2363 |
msgid "Title"
|
2364 |
msgstr "Titel"
|
2365 |
|
2366 |
+
#: views/b2s/ship.php:55 includes/B2S/Post/Item.php:424
|
2367 |
+
#: includes/B2S/Post/Item.php:567
|
2368 |
msgid "on blog"
|
2369 |
msgstr "auf dem Blog"
|
2370 |
|
2878 |
|
2879 |
#: views/prg/ship.php:90
|
2880 |
msgid ""
|
2881 |
+
"There may be a fee for this service when publishing your message with PR-"
|
2882 |
+
"Gateway. Once your press release has been sent, it can not be withdrawn "
|
2883 |
+
"anymore. Do you want your press release to be published now?"
|
2884 |
msgstr ""
|
2885 |
"Bitte beachte, dass gegebenenfalls Gebühren für die Versendung von "
|
2886 |
"Pressemitteilungen über PR-Gateway anfallen können. Einmal versandte "
|
2906 |
msgid "Autoposter"
|
2907 |
msgstr "Auto-Poster"
|
2908 |
|
2909 |
+
#: includes/B2S/AutoPost/Item.php:46
|
2910 |
+
msgid ""
|
2911 |
+
"The settings for the Auto-Poster were configured for you by a WordPress "
|
2912 |
+
"admin."
|
2913 |
+
msgstr ""
|
2914 |
+
"Die Einstellungen für den Auto-Poster wurden für Dich von einem WordPress-"
|
2915 |
+
"Admin vorgenommen."
|
2916 |
+
|
2917 |
+
#: includes/B2S/AutoPost/Item.php:47
|
2918 |
+
msgid "Disconnect"
|
2919 |
+
msgstr "Verbindung aufheben"
|
2920 |
+
|
2921 |
+
#: includes/B2S/AutoPost/Item.php:51
|
2922 |
msgid ""
|
2923 |
"Set up your autoposter to automatically share your new or updated posts, "
|
2924 |
"pages and custom post types on your social media channels."
|
2926 |
"Nutze den Auto-Poster, um Deine neuen oder aktualisierten Beiträge, Seiten "
|
2927 |
"und Cutsom Post Types automatisch auf Deinen Social-Media-Kanälen zu teilen."
|
2928 |
|
2929 |
+
#: includes/B2S/AutoPost/Item.php:60
|
2930 |
msgid ""
|
2931 |
"Select your preferred network collection for autoposting. This collection "
|
2932 |
"defines the social media accounts on which the autoposter will share your "
|
2935 |
"Wähle die Netzwerkgruppierung mit den Social-Media-Accounts aus, auf denen "
|
2936 |
"der Auto-Poster veröffentlichen soll."
|
2937 |
|
2938 |
+
#: includes/B2S/AutoPost/Item.php:64
|
2939 |
msgid "Please select a post type"
|
2940 |
msgstr "Bitte wählen Sie einen Post Type aus"
|
2941 |
|
2942 |
+
#: includes/B2S/AutoPost/Item.php:67
|
2943 |
msgid "new posts"
|
2944 |
msgstr "Neue Beiträge"
|
2945 |
|
2946 |
+
#: includes/B2S/AutoPost/Item.php:68 includes/B2S/AutoPost/Item.php:80
|
2947 |
msgid "Unselect all"
|
2948 |
msgstr "Alle abwählen"
|
2949 |
|
2950 |
+
#: includes/B2S/AutoPost/Item.php:68 includes/B2S/AutoPost/Item.php:80
|
2951 |
msgid "Select all"
|
2952 |
msgstr "Alle auswählen"
|
2953 |
|
2954 |
+
#: includes/B2S/AutoPost/Item.php:76
|
2955 |
msgid ""
|
2956 |
"By enabling this feature your previously published social media posts will "
|
2957 |
"be sent again to your selected social media channels as soon as the post is "
|
2961 |
"Beiträge erneut an die Social Media Kanäle gesendet werden, sobald der "
|
2962 |
"Beitrag aktualisiert wird."
|
2963 |
|
2964 |
+
#: includes/B2S/AutoPost/Item.php:79
|
2965 |
msgid "updating existing posts"
|
2966 |
msgstr "Bestehenden Beitrag aktualisieren"
|
2967 |
|
2968 |
+
#: includes/B2S/AutoPost/Item.php:89
|
2969 |
msgid "Apply best times"
|
2970 |
msgstr "Beste Zeiten berücksichtigen"
|
2971 |
|
2972 |
+
#: includes/B2S/AutoPost/Item.php:107 views/b2s/html/footer.php:404
|
2973 |
+
msgid ""
|
2974 |
+
"Share posts from other authors automatically with your Auto-Poster settings"
|
2975 |
+
msgstr ""
|
2976 |
+
"Beiträge anderer Autoren automatisch posten mit den konfigurierten Auto-"
|
2977 |
+
"Poster Einstellungen"
|
2978 |
+
|
2979 |
+
#: includes/B2S/AutoPost/Item.php:138
|
2980 |
msgid "Autoposter for Imported Posts"
|
2981 |
msgstr "Auto-Poster für importierte Beiträge"
|
2982 |
|
2983 |
+
#: includes/B2S/AutoPost/Item.php:139
|
2984 |
msgid ""
|
2985 |
"Set up your autoposter to automatically share your imported posts, pages and "
|
2986 |
"custom post types on your social media channels."
|
2988 |
"Nutze den Auto-Poster, um Deine importierten Beiträge, Seiten und Cutsom "
|
2989 |
"Post Types automatisch auf Deinen Social-Media-Kanälen zu teilen."
|
2990 |
|
2991 |
+
#: includes/B2S/AutoPost/Item.php:142
|
2992 |
msgid ""
|
2993 |
"Immediate Cross-Posting across all networks: Share an unlimited number of "
|
2994 |
"posts"
|
2996 |
"Immediate Cross-Posting über alle Netzwerke hinweg: Teile eine unbegrenzte "
|
2997 |
"Anzahl an Beiträgen"
|
2998 |
|
2999 |
+
#: includes/B2S/AutoPost/Item.php:143
|
3000 |
msgid "Scheduled Auto-Posting"
|
3001 |
msgstr "Scheduled Auto-Posting"
|
3002 |
|
3003 |
+
#: includes/B2S/AutoPost/Item.php:145
|
3004 |
msgid "share up to"
|
3005 |
msgstr "teile bis zu"
|
3006 |
|
3007 |
+
#: includes/B2S/AutoPost/Item.php:145
|
3008 |
msgid "posts per day"
|
3009 |
msgstr "Posts pro Tag"
|
3010 |
|
3011 |
+
#: includes/B2S/AutoPost/Item.php:154
|
3012 |
msgid "Please select a social media network"
|
3013 |
msgstr "Bitte wählen Sie ein Netzwerk aus"
|
3014 |
|
3015 |
+
#: includes/B2S/AutoPost/Item.php:155
|
3016 |
msgid "Available networks to select your auto-post connecitons:"
|
3017 |
msgstr "Verfügbare Netwerkverbindungen:"
|
3018 |
|
3019 |
+
#: includes/B2S/AutoPost/Item.php:156
|
3020 |
msgid ""
|
3021 |
"In accordance with the new Twitter TOS, one Twitter account can be selected "
|
3022 |
"as your primary Twitter account for auto-posting."
|
3024 |
"In Übereinstimmung mit den neuen Twitter-AGB kann ein Twitter-Account als "
|
3025 |
"Ihr primärer Twitter-Account für das Auto-Posting ausgewählt werden"
|
3026 |
|
3027 |
+
#: includes/B2S/AutoPost/Item.php:158
|
3028 |
msgid "Select to auto-post immediately after publishing or with a delay"
|
3029 |
msgstr "Importierte Beiträge direkt veröffentlichen oder mit einer Verzögerung"
|
3030 |
|
3031 |
+
#: includes/B2S/AutoPost/Item.php:159 includes/B2S/Curation/View.php:64
|
3032 |
msgid "immediately"
|
3033 |
msgstr "sofort"
|
3034 |
|
3035 |
+
#: includes/B2S/AutoPost/Item.php:160
|
3036 |
msgid "publish with a delay of"
|
3037 |
msgstr "Veröffentliche mit einer Verzögerung von"
|
3038 |
|
3039 |
+
#: includes/B2S/AutoPost/Item.php:161
|
3040 |
msgid "minutes"
|
3041 |
msgstr "Minuten"
|
3042 |
|
3043 |
+
#: includes/B2S/AutoPost/Item.php:173
|
3044 |
msgid "Save"
|
3045 |
msgstr " Speichern"
|
3046 |
|
3047 |
+
#: includes/B2S/AutoPost/Item.php:241 includes/B2S/Network/Item.php:173
|
3048 |
msgid "Connections"
|
3049 |
msgstr "Verbindungen"
|
3050 |
|
3051 |
+
#: includes/B2S/AutoPost/Item.php:243
|
3052 |
msgid "add/change connection"
|
3053 |
msgstr "Verbindung hinzufügen/ändern"
|
3054 |
|
3055 |
+
#: includes/B2S/AutoPost/Item.php:280
|
3056 |
msgid ""
|
3057 |
"Filter Posts (Only posts that meet the following criteria will be autoposted)"
|
3058 |
msgstr ""
|
3059 |
"Beiträge filtern (Nur Beiträge, die die Kriterien erfüllen, werden "
|
3060 |
"automatisch veröffentlicht)"
|
3061 |
|
3062 |
+
#: includes/B2S/AutoPost/Item.php:281 includes/B2S/RePost/Item.php:176
|
3063 |
msgid "Post Types"
|
3064 |
msgstr "Posttypen"
|
3065 |
|
3066 |
+
#: includes/B2S/AutoPost/Item.php:282 includes/B2S/RePost/Item.php:177
|
3067 |
+
#: includes/B2S/RePost/Item.php:197 includes/B2S/RePost/Item.php:217
|
3068 |
+
#: includes/B2S/RePost/Item.php:236
|
3069 |
msgid "Include (Post only...)"
|
3070 |
msgstr "enthält (nur Beiträge, mit ...)"
|
3071 |
|
3072 |
+
#: includes/B2S/AutoPost/Item.php:283 includes/B2S/RePost/Item.php:178
|
3073 |
+
#: includes/B2S/RePost/Item.php:198 includes/B2S/RePost/Item.php:218
|
3074 |
+
#: includes/B2S/RePost/Item.php:237
|
3075 |
msgid "Exclude (Do no post ...)"
|
3076 |
msgstr "enthält nicht (Veröffentliche keine Beiträge, mit...)"
|
3077 |
|
3084 |
msgstr "zu geplanten Zeiten"
|
3085 |
|
3086 |
#: includes/B2S/Curation/View.php:69 includes/B2S/Curation/View.php:70
|
3087 |
+
#: includes/B2S/RePost/Item.php:196 includes/B2S/Ship/Item.php:1269
|
3088 |
#: views/b2s/partials/post-edit-modal.php:62
|
3089 |
#: views/b2s/partials/post-edit-modal.php:65
|
3090 |
msgid "Date"
|
3115 |
msgstr "Beste Zeiten"
|
3116 |
|
3117 |
#: includes/B2S/Network/Item.php:149 includes/B2S/Network/Item.php:220
|
3118 |
+
#: includes/B2S/Ship/Item.php:338 includes/B2S/Ship/Navbar.php:86
|
3119 |
#: includes/B2S/Ship/Portale.php:38
|
3120 |
msgid "Blog"
|
3121 |
msgstr "Blog"
|
3137 |
msgid "You want to connect a social media group?"
|
3138 |
msgstr "Du möchtest eine Social-Media-Gruppe verbinden?"
|
3139 |
|
3140 |
+
#: includes/B2S/Network/Item.php:174 views/b2s/html/footer.php:212
|
3141 |
msgid "Best Time Manager"
|
3142 |
msgstr "Best Time Manager"
|
3143 |
|
3147 |
msgstr "Um die Verbindung wieder zu aktivieren,"
|
3148 |
|
3149 |
#: includes/B2S/Network/Item.php:211 includes/B2S/Network/Item.php:277
|
3150 |
+
#: includes/B2S/Network/Item.php:344 includes/B2S/Ship/Image.php:31
|
3151 |
msgid "please upgrade"
|
3152 |
msgstr "Bitte upgraden"
|
3153 |
|
3162 |
msgstr "Zugewiesen von"
|
3163 |
|
3164 |
#: includes/B2S/Network/Item.php:256 includes/B2S/Network/Item.php:322
|
3165 |
+
#: includes/B2S/Network/Item.php:384 includes/B2S/Ship/Item.php:1217
|
3166 |
msgid "Days"
|
3167 |
msgstr "Tage"
|
3168 |
|
3169 |
+
#: includes/B2S/Network/Item.php:286 includes/B2S/Ship/Item.php:338
|
3170 |
msgid "Employer Branding"
|
3171 |
msgstr "Employer Branding"
|
3172 |
|
3209 |
msgid "Failed to load the default template"
|
3210 |
msgstr "Fehler beim Laden der Standardeinstellungen"
|
3211 |
|
3212 |
+
#: includes/B2S/Network/Item.php:600
|
3213 |
msgid ""
|
3214 |
"Upgrade to Blog2Social Smart or higher to customize your individual post "
|
3215 |
"templates that will automatically pre-format the structure of your social "
|
3229 |
"auch statische Inhalte (z.B. individuelle Hashtags oder Slogans) zu Deinen "
|
3230 |
"Beitragsvorlagen hinzu."
|
3231 |
|
3232 |
+
#: includes/B2S/Network/Item.php:601
|
3233 |
msgid "Upgrade to Blog2Social Smart"
|
3234 |
msgstr "Upgrade auf Blog2Social Smart"
|
3235 |
|
3236 |
+
#: includes/B2S/Network/Item.php:622
|
3237 |
msgid "Activate Instant Caching"
|
3238 |
msgstr "Instant Caching aktivieren"
|
3239 |
|
3240 |
+
#: includes/B2S/Network/Item.php:668
|
3241 |
msgid "Format"
|
3242 |
msgstr "Format"
|
3243 |
|
3244 |
+
#: includes/B2S/Network/Item.php:669 includes/B2S/Network/Item.php:690
|
3245 |
msgid "Load default settings"
|
3246 |
msgstr "Lade Standardeinstellungen"
|
3247 |
|
3248 |
+
#: includes/B2S/Network/Item.php:675 includes/B2S/Network/Item.php:678
|
3249 |
+
#: includes/B2S/Ship/Item.php:967 includes/B2S/Ship/Item.php:969
|
3250 |
msgid "Link"
|
3251 |
msgstr "Link"
|
3252 |
|
3253 |
+
#: includes/B2S/Network/Item.php:676 includes/B2S/Network/Item.php:679
|
3254 |
msgid "Image"
|
3255 |
msgstr "Bild"
|
3256 |
|
3257 |
+
#: includes/B2S/Network/Item.php:688 includes/B2S/Settings/Item.php:64
|
3258 |
msgid "Content"
|
3259 |
msgstr "Inhalt"
|
3260 |
|
3261 |
+
#: includes/B2S/Network/Item.php:697 includes/B2S/Ship/Item.php:379
|
3262 |
msgid ""
|
3263 |
"Instagram supports up to 30 hashtags. Please reduce the number of hashtags "
|
3264 |
"in your post."
|
3266 |
"Instagram unterstützt bis zu 30 Hashtags. Bitte reduziere die Anzahl der "
|
3267 |
"Hashtags in Deinem Beitrag."
|
3268 |
|
3269 |
+
#: includes/B2S/Network/Item.php:709
|
3270 |
msgid "clear"
|
3271 |
msgstr "löschen"
|
3272 |
|
3273 |
+
#: includes/B2S/Network/Item.php:719
|
3274 |
msgid "The link will be added automatically at the end of the post."
|
3275 |
msgstr "Der Link wird automatisch am Ende des Posts eingefügt."
|
3276 |
|
3277 |
+
#: includes/B2S/Network/Item.php:724 includes/B2S/Network/Item.php:764
|
3278 |
msgid "Network limit"
|
3279 |
msgstr "Netzwerkbegrenzung"
|
3280 |
|
3281 |
+
#: includes/B2S/Network/Item.php:724 includes/B2S/Network/Item.php:764
|
3282 |
+
#: includes/B2S/Network/Item.php:764 includes/B2S/Ship/Item.php:223
|
3283 |
+
#: includes/B2S/Ship/Item.php:227 includes/B2S/Ship/Item.php:269
|
3284 |
+
#: includes/B2S/Ship/Item.php:273 includes/B2S/Ship/Item.php:306
|
3285 |
+
#: includes/B2S/Ship/Item.php:310 includes/B2S/Ship/Item.php:1296
|
3286 |
+
#: includes/B2S/Ship/Item.php:1298
|
3287 |
msgid "characters"
|
3288 |
msgstr "Zeichen"
|
3289 |
|
3290 |
+
#: includes/B2S/Network/Item.php:731
|
3291 |
+
msgid "Add a link-URL to the end of my image post."
|
3292 |
+
msgstr "Link automatisch am Ende meines Bildbeitrags einfügen."
|
3293 |
+
|
3294 |
+
#: includes/B2S/Network/Item.php:738
|
3295 |
+
msgid ""
|
3296 |
+
"Add a link-URL to the end of my Instagram posts. (Please note, that "
|
3297 |
+
"Instagram does not turn link-URLs into clickable links)"
|
3298 |
+
msgstr ""
|
3299 |
+
"Link automatisch am Ende meines Bildbeitrags einfügen. (Bitte beachte, dass "
|
3300 |
+
"Instagram Links nicht als klickbare Links darstellt)"
|
3301 |
|
3302 |
+
#: includes/B2S/Network/Item.php:764
|
3303 |
msgid "recommended length"
|
3304 |
msgstr "Empfohlene Länge"
|
3305 |
|
3306 |
+
#: includes/B2S/Network/Item.php:784 includes/B2S/Network/Item.php:836
|
3307 |
+
#: includes/B2S/Network/Item.php:905 includes/B2S/Network/Item.php:957
|
3308 |
+
#: includes/B2S/Network/Item.php:991 includes/B2S/Network/Item.php:1042
|
3309 |
+
#: includes/B2S/Network/Item.php:1072 includes/B2S/Network/Item.php:1126
|
3310 |
+
#: includes/B2S/Network/Item.php:1145 includes/B2S/Network/Item.php:1179
|
3311 |
+
#: includes/B2S/Network/Item.php:1195 includes/B2S/Network/Item.php:1211
|
3312 |
+
#: includes/B2S/Network/Item.php:1227 includes/B2S/Network/Item.php:1243
|
3313 |
+
#: includes/B2S/Network/Item.php:1262
|
3314 |
msgid "Preview"
|
3315 |
msgstr "Vorschau"
|
3316 |
|
3317 |
+
#: includes/B2S/Post/Filter.php:44
|
3318 |
msgid "all authors"
|
3319 |
msgstr "alle Autoren"
|
3320 |
|
3321 |
+
#: includes/B2S/Post/Filter.php:60
|
3322 |
msgid "all posts"
|
3323 |
msgstr "alle Beiträge"
|
3324 |
|
3325 |
+
#: includes/B2S/Post/Filter.php:71
|
3326 |
msgid "not yet shared"
|
3327 |
msgstr "noch nicht geteilt"
|
3328 |
|
3329 |
+
#: includes/B2S/Post/Filter.php:71
|
3330 |
msgid "already shared"
|
3331 |
msgstr "geteilt"
|
3332 |
|
3333 |
+
#: includes/B2S/Post/Filter.php:71
|
3334 |
msgid "currently scheduled"
|
3335 |
msgstr "geplant"
|
3336 |
|
3337 |
+
#: includes/B2S/Post/Filter.php:71
|
3338 |
msgid "autopost"
|
3339 |
msgstr "Auto-Post"
|
3340 |
|
3341 |
+
#: includes/B2S/Post/Filter.php:71 includes/B2S/Post/Item.php:762
|
3342 |
msgid "re-share"
|
3343 |
msgstr "erneut teilen"
|
3344 |
|
3345 |
+
#: includes/B2S/Post/Filter.php:72
|
3346 |
msgid "all statuses"
|
3347 |
msgstr "kein Status"
|
3348 |
|
3349 |
+
#: includes/B2S/Post/Filter.php:83 includes/B2S/Post/Filter.php:95
|
3350 |
msgid "newest first"
|
3351 |
msgstr "neuste zuerst"
|
3352 |
|
3353 |
+
#: includes/B2S/Post/Filter.php:83 includes/B2S/Post/Filter.php:95
|
3354 |
msgid "oldest first"
|
3355 |
msgstr "älteste zuerst"
|
3356 |
|
3357 |
+
#: includes/B2S/Post/Filter.php:108
|
3358 |
msgid "all categories & tags"
|
3359 |
msgstr "alle Kategorien & Schlagwörter"
|
3360 |
|
3361 |
+
#: includes/B2S/Post/Filter.php:152 includes/PRG/Post/Filter.php:49
|
3362 |
msgid "all post types"
|
3363 |
msgstr "alle Typen"
|
3364 |
|
3365 |
+
#: includes/B2S/Post/Filter.php:179
|
3366 |
msgid "shared by user"
|
3367 |
msgstr "geteilt von Nutzer"
|
3368 |
|
3369 |
+
#: includes/B2S/Post/Filter.php:194
|
3370 |
+
msgid "shared to network"
|
3371 |
+
msgstr "geteilt auf Netzwerk"
|
3372 |
+
|
3373 |
+
#: includes/B2S/Post/Filter.php:208 includes/B2S/RePost/Item.php:201
|
3374 |
+
msgid "Startdate"
|
3375 |
+
msgstr "Startdatum"
|
3376 |
+
|
3377 |
+
#: includes/B2S/Post/Filter.php:209 includes/B2S/RePost/Item.php:204
|
3378 |
+
msgid "Enddate"
|
3379 |
+
msgstr "Enddatum"
|
3380 |
+
|
3381 |
+
#: includes/B2S/Post/Filter.php:216 includes/PRG/Post/Filter.php:70
|
3382 |
msgid "Search Title"
|
3383 |
msgstr "Suche nach Titel"
|
3384 |
|
3385 |
+
#: includes/B2S/Post/Filter.php:249 includes/PRG/Post/Filter.php:81
|
3386 |
msgid "sort"
|
3387 |
msgstr "sortieren"
|
3388 |
|
3389 |
+
#: includes/B2S/Post/Filter.php:250 includes/PRG/Post/Filter.php:82
|
3390 |
msgid "reset"
|
3391 |
msgstr "zurücksetzen"
|
3392 |
|
3393 |
+
#: includes/B2S/Post/Filter.php:255
|
3394 |
msgid "selected date"
|
3395 |
msgstr "ausgewähltes Datum"
|
3396 |
|
3397 |
+
#: includes/B2S/Post/Filter.php:255
|
3398 |
msgid "scheduled post(s)"
|
3399 |
msgstr "geplante Beiträge"
|
3400 |
|
3401 |
+
#: includes/B2S/Post/Item.php:372
|
3402 |
msgid "You have not saved any drafts."
|
3403 |
msgstr "Du hast keine Entwürfe gespeichert."
|
3404 |
|
3405 |
+
#: includes/B2S/Post/Item.php:376
|
3406 |
msgid "You have no posts in your queue."
|
3407 |
msgstr "Du hast noch keine Beiträge in Deiner Warteschlange."
|
3408 |
|
3409 |
+
#: includes/B2S/Post/Item.php:378
|
3410 |
msgid "You have not published or scheduled any posts."
|
3411 |
msgstr "Du hast keine Beiträge veröffentlicht oder geplant."
|
3412 |
|
3413 |
+
#: includes/B2S/Post/Item.php:401
|
3414 |
msgid "curated post"
|
3415 |
msgstr "kuratierter Beitrag"
|
3416 |
|
3417 |
+
#: includes/B2S/Post/Item.php:406 includes/B2S/Post/Item.php:504
|
3418 |
+
#: includes/B2S/Post/Item.php:552
|
3419 |
msgid "last shared on social media"
|
3420 |
msgstr "zuletzt auf Social Media geteilt"
|
3421 |
|
3422 |
+
#: includes/B2S/Post/Item.php:418 includes/B2S/Post/Item.php:515
|
3423 |
+
#: includes/B2S/Post/Item.php:517 includes/B2S/Post/Item.php:538
|
3424 |
+
#: includes/B2S/Post/Item.php:561
|
3425 |
msgid "Share on Social Media"
|
3426 |
msgstr "auf Social Media teilen"
|
3427 |
|
3428 |
+
#: includes/B2S/Post/Item.php:422 includes/B2S/Post/Item.php:565
|
3429 |
msgid "load Draft"
|
3430 |
msgstr "Entwurf aufrufen"
|
3431 |
|
3432 |
+
#: includes/B2S/Post/Item.php:424 includes/B2S/Post/Item.php:523
|
3433 |
+
#: includes/B2S/Post/Item.php:543 includes/B2S/Post/Item.php:567
|
3434 |
#: includes/PRG/Post/Item.php:121
|
3435 |
msgid "Author"
|
3436 |
msgstr "Autor"
|
3437 |
|
3438 |
+
#: includes/B2S/Post/Item.php:442 includes/B2S/Post/Item.php:466
|
3439 |
+
#: includes/B2S/Post/Item.php:488 includes/B2S/Post/Item.php:585
|
3440 |
msgid "Details"
|
3441 |
msgstr "Details"
|
3442 |
|
3443 |
+
#: includes/B2S/Post/Item.php:444
|
3444 |
msgid "shared social media posts"
|
3445 |
msgstr "geteilte Beiträge"
|
3446 |
|
3447 |
+
#: includes/B2S/Post/Item.php:444
|
3448 |
#, php-format
|
3449 |
msgid "latest share by %s"
|
3450 |
msgstr "zuletzt von %s geteilt"
|
3451 |
|
3452 |
+
#: includes/B2S/Post/Item.php:468 includes/B2S/Post/Item.php:588
|
3453 |
#: views/b2s/widgets/activity.php:10
|
3454 |
msgid "scheduled social media posts"
|
3455 |
msgstr "geplante Beiträge"
|
3456 |
|
3457 |
+
#: includes/B2S/Post/Item.php:468 includes/B2S/Post/Item.php:588
|
3458 |
#, php-format
|
3459 |
msgid "next share by %s"
|
3460 |
msgstr "wird als nächstes von %s geteilt"
|
3461 |
|
3462 |
+
#: includes/B2S/Post/Item.php:490
|
3463 |
msgid "social media posts ready to be shared"
|
3464 |
msgstr "Social Media Posts sind bereit, geteilt zu werden"
|
3465 |
|
3466 |
+
#: includes/B2S/Post/Item.php:501
|
3467 |
msgid "via Browser-Extension"
|
3468 |
msgstr "via Browser-Extension"
|
3469 |
|
3470 |
+
#: includes/B2S/Post/Item.php:523
|
3471 |
msgid "saved"
|
3472 |
msgstr "gespeichert"
|
3473 |
|
3474 |
+
#: includes/B2S/Post/Item.php:543
|
3475 |
msgid "last saved"
|
3476 |
msgstr "zuletzt gespeichert:"
|
3477 |
|
3478 |
+
#: includes/B2S/Post/Item.php:715 includes/B2S/Post/Item.php:856
|
3479 |
+
#: includes/B2S/Ship/Save.php:448
|
3480 |
msgid "Retweet"
|
3481 |
msgstr "Retweet"
|
3482 |
|
3483 |
+
#: includes/B2S/Post/Item.php:715 includes/B2S/Post/Item.php:856
|
3484 |
msgid "Re-Share"
|
3485 |
msgstr "Wiederholt geteilt"
|
3486 |
|
3487 |
+
#: includes/B2S/Post/Item.php:721 includes/B2S/Post/Item.php:791
|
3488 |
+
#: includes/B2S/Post/Item.php:862 includes/B2S/RePost/Item.php:130
|
3489 |
msgid "select all"
|
3490 |
msgstr "alle auswählen"
|
3491 |
|
3492 |
+
#: includes/B2S/Post/Item.php:724
|
3493 |
msgid "show"
|
3494 |
msgstr "ansehen"
|
3495 |
|
3496 |
+
#: includes/B2S/Post/Item.php:731 includes/B2S/Ship/Save.php:459
|
3497 |
msgid "Please see"
|
3498 |
msgstr "siehe"
|
3499 |
|
3500 |
+
#: includes/B2S/Post/Item.php:731 includes/B2S/Ship/Save.php:459
|
3501 |
msgid "FAQ"
|
3502 |
msgstr "FAQ"
|
3503 |
|
3504 |
+
#: includes/B2S/Post/Item.php:737
|
3505 |
#, php-format
|
3506 |
msgid "sharing in progress by %s"
|
3507 |
msgstr "wird gerade von %s geteilt"
|
3508 |
|
3509 |
+
#: includes/B2S/Post/Item.php:737
|
3510 |
#, php-format
|
3511 |
msgid "shared by %s"
|
3512 |
msgstr "von %s geteilt"
|
3513 |
|
3514 |
+
#: includes/B2S/Post/Item.php:758 includes/B2S/Post/Item.php:771
|
3515 |
msgid "You want to delete a publish post entry?"
|
3516 |
msgstr "Du möchtest einen veröffentlichten Beitrag löschen?"
|
3517 |
|
3518 |
+
#: includes/B2S/Post/Item.php:759 includes/B2S/Post/Item.php:772
|
3519 |
msgid "delete from reporting"
|
3520 |
msgstr "aus Reporting löschen"
|
3521 |
|
3522 |
+
#: includes/B2S/Post/Item.php:794
|
3523 |
#, php-format
|
3524 |
msgid "is waiting to shared by %s"
|
3525 |
msgstr "wartet darauf von %s geteilt zu werden"
|
3526 |
|
3527 |
+
#: includes/B2S/Post/Item.php:824 includes/B2S/Ship/Save.php:429
|
3528 |
msgid "share"
|
3529 |
msgstr "teilen"
|
3530 |
|
3531 |
+
#: includes/B2S/Post/Item.php:832
|
3532 |
msgid "You want to delete your Social Media post?"
|
3533 |
msgstr "Du möchtest Deinen Social Media Post löschen?"
|
3534 |
|
3535 |
+
#: includes/B2S/Post/Item.php:875
|
3536 |
#, php-format
|
3537 |
msgid "last modified by %s"
|
3538 |
msgstr "zuletzt von %s bearbeitet"
|
3539 |
|
3540 |
+
#: includes/B2S/Post/Item.php:877
|
3541 |
+
msgid "is currently being processed by the network"
|
3542 |
msgstr "wird vom Netzwerk verarbeitet"
|
3543 |
|
3544 |
+
#: includes/B2S/Post/Item.php:882
|
3545 |
#, php-format
|
3546 |
msgid "scheduled by %s"
|
3547 |
msgstr "von %s vorgeplant "
|
3548 |
|
3549 |
+
#: includes/B2S/Post/Item.php:887
|
3550 |
msgid "You want to edit your scheduled post?"
|
3551 |
msgstr "Sie möchten Ihre vorgeplanten Beiträge bearbeiten?"
|
3552 |
|
3553 |
+
#: includes/B2S/Post/Item.php:888
|
3554 |
msgid "edit"
|
3555 |
msgstr "edit"
|
3556 |
|
3557 |
+
#: includes/B2S/Post/Item.php:900
|
3558 |
msgid "delete scheduling"
|
3559 |
msgstr "Planung löschen"
|
3560 |
|
3591 |
msgid "include <a href=\"%s\" target=\"_blank\">favorites posts</a> only"
|
3592 |
msgstr "nur <a href=\"%s\" target=\"_blank\">Favoriten</a> hinzufügen"
|
3593 |
|
3594 |
+
#: includes/B2S/RePost/Item.php:57
|
3595 |
+
msgid "include posts with images only"
|
3596 |
+
msgstr "nur Beiträge mit Bildern hinzufügen"
|
3597 |
+
|
3598 |
+
#: includes/B2S/RePost/Item.php:63
|
3599 |
msgid "When should your content be shared?"
|
3600 |
msgstr "Wann soll Dein Content geteilt werden?"
|
3601 |
|
3602 |
+
#: includes/B2S/RePost/Item.php:66 includes/B2S/RePost/Item.php:83
|
3603 |
msgid "Post every"
|
3604 |
msgstr "Poste alle"
|
3605 |
|
3606 |
+
#: includes/B2S/RePost/Item.php:66
|
3607 |
msgid "days at"
|
3608 |
msgstr "Tage um"
|
3609 |
|
3610 |
+
#: includes/B2S/RePost/Item.php:71
|
3611 |
msgid "on"
|
3612 |
msgstr " "
|
3613 |
|
3614 |
+
#: includes/B2S/RePost/Item.php:72 includes/B2S/Ship/Item.php:1275
|
3615 |
msgid "Mon"
|
3616 |
msgstr "Mo"
|
3617 |
|
3618 |
+
#: includes/B2S/RePost/Item.php:73 includes/B2S/Ship/Item.php:1276
|
3619 |
msgid "Tue"
|
3620 |
msgstr "Di"
|
3621 |
|
3622 |
+
#: includes/B2S/RePost/Item.php:74 includes/B2S/Ship/Item.php:1277
|
3623 |
msgid "Wed"
|
3624 |
msgstr "Mi"
|
3625 |
|
3626 |
+
#: includes/B2S/RePost/Item.php:75 includes/B2S/Ship/Item.php:1278
|
3627 |
msgid "Thu"
|
3628 |
msgstr "Do"
|
3629 |
|
3630 |
+
#: includes/B2S/RePost/Item.php:76 includes/B2S/Ship/Item.php:1279
|
3631 |
msgid "Fri"
|
3632 |
msgstr "Fr"
|
3633 |
|
3634 |
+
#: includes/B2S/RePost/Item.php:77 includes/B2S/Ship/Item.php:1280
|
3635 |
msgid "Sat"
|
3636 |
msgstr "Sa"
|
3637 |
|
3638 |
+
#: includes/B2S/RePost/Item.php:78 includes/B2S/Ship/Item.php:1281
|
3639 |
msgid "Sun"
|
3640 |
msgstr "So"
|
3641 |
|
3642 |
+
#: includes/B2S/RePost/Item.php:85
|
3643 |
msgid "Monday"
|
3644 |
msgstr "Montag"
|
3645 |
|
3646 |
+
#: includes/B2S/RePost/Item.php:86
|
3647 |
msgid "Tuesday"
|
3648 |
msgstr "Dienstag"
|
3649 |
|
3650 |
+
#: includes/B2S/RePost/Item.php:87
|
3651 |
msgid "Wednesday"
|
3652 |
msgstr "Mittwoch"
|
3653 |
|
3654 |
+
#: includes/B2S/RePost/Item.php:88
|
3655 |
msgid "Thursday"
|
3656 |
msgstr "Donnerstag"
|
3657 |
|
3658 |
+
#: includes/B2S/RePost/Item.php:89
|
3659 |
msgid "Friday"
|
3660 |
msgstr "Freitag"
|
3661 |
|
3662 |
+
#: includes/B2S/RePost/Item.php:90
|
3663 |
msgid "Saturday"
|
3664 |
msgstr "Samstag"
|
3665 |
|
3666 |
+
#: includes/B2S/RePost/Item.php:91
|
3667 |
msgid "Sunday"
|
3668 |
msgstr "Sonntag"
|
3669 |
|
3670 |
+
#: includes/B2S/RePost/Item.php:93
|
3671 |
msgid "at"
|
3672 |
msgstr "um"
|
3673 |
|
3674 |
+
#: includes/B2S/RePost/Item.php:99
|
3675 |
msgid "at my best times"
|
3676 |
msgstr "zu meinen besten Zeiten"
|
3677 |
|
3678 |
+
#: includes/B2S/RePost/Item.php:106
|
3679 |
msgid "Where should your content be shared?"
|
3680 |
msgstr "Wo soll Dein Content geteilt werden?"
|
3681 |
|
3682 |
+
#: includes/B2S/RePost/Item.php:108
|
3683 |
msgid "Add to queue"
|
3684 |
msgstr "Zur Warteschlange hinzufügen"
|
3685 |
|
3686 |
+
#: includes/B2S/RePost/Item.php:123
|
3687 |
msgid "Need more?"
|
3688 |
msgstr "Benötigst Du mehr?"
|
3689 |
|
3690 |
+
#: includes/B2S/RePost/Item.php:126
|
3691 |
msgid "Queue"
|
3692 |
msgstr "Warteschlange"
|
3693 |
|
3694 |
+
#: includes/B2S/RePost/Item.php:127
|
3695 |
msgid "Posts"
|
3696 |
msgstr "Posts"
|
3697 |
|
3698 |
+
#: includes/B2S/RePost/Item.php:131
|
3699 |
msgid "delete selected posts"
|
3700 |
msgstr "markierte Beiträge löschen"
|
3701 |
|
3702 |
+
#: includes/B2S/RePost/Item.php:216
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3703 |
msgid "Categories"
|
3704 |
msgstr "Kategorien"
|
3705 |
|
3706 |
+
#: includes/B2S/RePost/Item.php:235
|
3707 |
msgid "Authors"
|
3708 |
msgstr "Autoren"
|
3709 |
|
3710 |
+
#: includes/B2S/Settings/Item.php:50 includes/B2S/Settings/Item.php:76
|
3711 |
+
#: includes/B2S/Ship/Item.php:1119
|
3712 |
msgid "Account"
|
3713 |
msgstr "Konto"
|
3714 |
|
3715 |
+
#: includes/B2S/Settings/Item.php:59
|
3716 |
msgid "Timezone for Scheduling"
|
3717 |
msgstr "Zeitzone für die Planung"
|
3718 |
|
3719 |
+
#: includes/B2S/Settings/Item.php:59
|
3720 |
msgid "User"
|
3721 |
msgstr "Benutzer"
|
3722 |
|
3723 |
+
#: includes/B2S/Settings/Item.php:65
|
3724 |
msgid "Url Shortener"
|
3725 |
msgstr "Url Shortener"
|
3726 |
|
3727 |
+
#: includes/B2S/Settings/Item.php:67
|
3728 |
msgid "no URL Shortener"
|
3729 |
msgstr "kein URL Shortener"
|
3730 |
|
3731 |
+
#: includes/B2S/Settings/Item.php:69 includes/B2S/Settings/Item.php:80
|
3732 |
msgid "Brand"
|
3733 |
msgstr "Brand"
|
3734 |
|
3735 |
+
#: includes/B2S/Settings/Item.php:70 includes/B2S/Settings/Item.php:80
|
3736 |
msgid "Call-to-Action"
|
3737 |
msgstr "Call-to-Action"
|
3738 |
|
3739 |
+
#: includes/B2S/Settings/Item.php:90
|
3740 |
msgid "change"
|
3741 |
msgstr "ändern"
|
3742 |
|
3743 |
+
#: includes/B2S/Settings/Item.php:96
|
3744 |
msgid "Shortcodes"
|
3745 |
msgstr "Shortcodes"
|
3746 |
|
3747 |
+
#: includes/B2S/Settings/Item.php:97
|
3748 |
msgid "allow shortcodes in my post"
|
3749 |
msgstr "berücksichtige Shortcodes in meinen Beiträgen"
|
3750 |
|
3751 |
+
#: includes/B2S/Settings/Item.php:101
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3752 |
msgid "System"
|
3753 |
msgstr "System"
|
3754 |
|
3755 |
+
#: includes/B2S/Settings/Item.php:102 includes/B2S/Settings/Item.php:123
|
3756 |
+
#: includes/B2S/Settings/Item.php:152
|
3757 |
msgid ""
|
3758 |
"This is a global feature for your blog, which can only be edited by users "
|
3759 |
"with admin rights."
|
3761 |
"Dies ist eine globale Einstellung für Deinen Blog, die nur von Usern mit "
|
3762 |
"Admin Rechten bearbeitet werden kann."
|
3763 |
|
3764 |
+
#: includes/B2S/Settings/Item.php:103
|
3765 |
msgid "activate Legacy mode"
|
3766 |
msgstr "Kompatibilitätsmodus aktivieren"
|
3767 |
|
3768 |
+
#: includes/B2S/Settings/Item.php:121
|
3769 |
msgid "Reset all page and post meta data"
|
3770 |
msgstr "Lösche alle Seiten und Beitrags Meta Angaben"
|
3771 |
|
3772 |
+
#: includes/B2S/Settings/Item.php:126
|
3773 |
msgid "Meta Tags Settings for Posts and Pages"
|
3774 |
msgstr "Meta Tag Einstellungen für Beiträge und Seiten"
|
3775 |
|
3776 |
+
#: includes/B2S/Settings/Item.php:127
|
3777 |
msgid ""
|
3778 |
"Add Open Graph meta tags to your shared posts or pages, required by Facebook "
|
3779 |
"and other social networks to display your post or page image, title and "
|
3783 |
"Facebook und andere soziale Netzwerke Bilder, Titel und Beschreibung Deines "
|
3784 |
"Beitrag/Seite korrekt darstellen können."
|
3785 |
|
3786 |
+
#: includes/B2S/Settings/Item.php:129
|
3787 |
msgid ""
|
3788 |
"Add Twitter Card meta tags to your shared posts or pages, required by "
|
3789 |
"Twitter to display your post or page image, title and description correctly."
|
3792 |
"Twitter Bilder, Titel und Beschreibung Deines Beitrag/Seite korrekt "
|
3793 |
"darstellen kann."
|
3794 |
|
3795 |
+
#: includes/B2S/Settings/Item.php:131
|
3796 |
msgid "Add oEmbed tags"
|
3797 |
msgstr "oEmbed Tags hinzufügen"
|
3798 |
|
3799 |
+
#: includes/B2S/Settings/Item.php:154
|
3800 |
msgid "Frontpage Settings"
|
3801 |
msgstr "Frontpage Einstellungen"
|
3802 |
|
3803 |
+
#: includes/B2S/Settings/Item.php:156
|
3804 |
msgid "Check Settings with Sharing-Debugger"
|
3805 |
msgstr "Einstellungen mit Sharing-Debugger überprüfen"
|
3806 |
|
3807 |
+
#: includes/B2S/Settings/Item.php:166
|
3808 |
msgid ""
|
3809 |
"Add the default Open Graph parameters for title, description and image you "
|
3810 |
"want Facebook to display, if you share the frontpage of your blog as link "
|
3814 |
"die Open Graph Parameter bei Facebook, wenn Du die Frontpage Deines Blogs "
|
3815 |
"als Link Post teilst (http://www.DeinBlog.de)"
|
3816 |
|
3817 |
+
#: includes/B2S/Settings/Item.php:170 includes/B2S/Settings/Item.php:191
|
3818 |
msgid "Description"
|
3819 |
msgstr "Beschreibung"
|
3820 |
|
3821 |
+
#: includes/B2S/Settings/Item.php:171 includes/B2S/Settings/Item.php:192
|
3822 |
msgid "Image URL"
|
3823 |
msgstr "Bild Url"
|
3824 |
|
3825 |
+
#: includes/B2S/Settings/Item.php:173 includes/B2S/Settings/Item.php:194
|
3826 |
+
#: includes/B2S/Ship/Image.php:90 includes/B2S/Ship/Image.php:92
|
3827 |
msgid "Image upload / Media Gallery"
|
3828 |
msgstr "Bild hochladen / Mediathek"
|
3829 |
|
3830 |
+
#: includes/B2S/Settings/Item.php:176
|
3831 |
msgid ""
|
3832 |
"Please note: Facebook supports images with a minimum dimension of 200x200 "
|
3833 |
"pixels and an aspect ratio of 1:1."
|
3835 |
"Bitte beachte: Facebook unterstützt Bilder mit einer Mindestgröße von "
|
3836 |
"200x200 Pixel and einem Bildgrößenverhältnis von 1:1."
|
3837 |
|
3838 |
+
#: includes/B2S/Settings/Item.php:182
|
3839 |
msgid ""
|
3840 |
"Add the default Twitter Card parameters for title, description and image you "
|
3841 |
"want Twitter to display, if you share the frontpage of your blog as link "
|
3845 |
"Image, wenn Du die Frontpage Deines Blogs als Link Post teilst (http://www."
|
3846 |
"DeinBlog.de)"
|
3847 |
|
3848 |
+
#: includes/B2S/Settings/Item.php:185
|
3849 |
msgid "The default card type to use"
|
3850 |
msgstr "Wählen Sie Ihre Standard-Twitter-Card"
|
3851 |
|
3852 |
+
#: includes/B2S/Settings/Item.php:187
|
3853 |
msgid "Summary"
|
3854 |
msgstr "Link-Darstellung"
|
3855 |
|
3856 |
+
#: includes/B2S/Settings/Item.php:188
|
3857 |
msgid "Summary with large image"
|
3858 |
msgstr "Link-Darstellung mit großem Bild"
|
3859 |
|
3860 |
+
#: includes/B2S/Settings/Item.php:188
|
3861 |
msgid "(SMART)"
|
3862 |
msgstr "(SMART)"
|
3863 |
|
3864 |
+
#: includes/B2S/Settings/Item.php:197
|
3865 |
msgid ""
|
3866 |
"Please note: Twitter supports images with a minimum dimension of 144x144 "
|
3867 |
"pixels and a maximum dimension of 4096x4096 pixels and less than 5 BM. The "
|
3873 |
"Bilder werden auf ein quadratisches Maß übertragen. Twitter unterstützt die "
|
3874 |
"Bildformate JPG, PNG, WEBP und GIF. "
|
3875 |
|
3876 |
+
#: includes/B2S/Settings/Item.php:215
|
3877 |
msgid "Did you know?"
|
3878 |
msgstr "Wusstest Du schon?"
|
3879 |
|
3880 |
+
#: includes/B2S/Settings/Item.php:216
|
3881 |
msgid ""
|
3882 |
"With Premium Pro, you can change the custom post format photo post or link "
|
3883 |
"post for each individual social media post and channel (profile, page, group)"
|
3887 |
"pro Social Media Kanal verändern und Deine Beiträge als BildPost oder als "
|
3888 |
"Link-Post auf Deinen Profilen, Seiten oder Gruppen teilen."
|
3889 |
|
3890 |
+
#: includes/B2S/Settings/Item.php:216
|
3891 |
msgid "Upgrade to Premium Pro now."
|
3892 |
msgstr "Upgrade auf Premium PRO"
|
3893 |
|
3894 |
+
#: includes/B2S/Settings/Item.php:244
|
3895 |
msgid "The image will be changed"
|
3896 |
msgstr "Das Bild wird geändert"
|
3897 |
|
3898 |
+
#: includes/B2S/Settings/Item.php:247 views/b2s/html/footer.php:149
|
3899 |
msgid ""
|
3900 |
"Insert white frames to show the whole image in your timeline. All image "
|
3901 |
"information will be shown in your timeline."
|
3903 |
"Füge weiße Rahmen ein, um das gesamte Bild in Deiner Zeitleiste anzuzeigen. "
|
3904 |
"Alle Bildinformationen werden in Deiner Zeitleiste angezeigt."
|
3905 |
|
3906 |
+
#: includes/B2S/Settings/Item.php:249 views/b2s/html/footer.php:132
|
3907 |
msgid ""
|
3908 |
"The link post format displays posts title, link address and the first one or "
|
3909 |
"two sentences of the post. The networks scan this information from your META "
|
3926 |
"ausgewählt hast, zeigen einige Netzwerke das erste Bild an, dass sie auf "
|
3927 |
"Deiner Seite finden."
|
3928 |
|
3929 |
+
#: includes/B2S/Settings/Item.php:258 views/b2s/html/footer.php:154
|
3930 |
msgid ""
|
3931 |
"The image preview will be cropped automatically to fit the default Instagram "
|
3932 |
"layout for your Instagram timeline. The image will be shown uncropped when "
|
3937 |
"Ganzes angezeigt, wenn Du die Vorschauseite für Deinen Instagram-Beitrag "
|
3938 |
"öffnest. "
|
3939 |
|
3940 |
+
#: includes/B2S/Settings/Item.php:260 views/b2s/html/footer.php:137
|
3941 |
msgid ""
|
3942 |
"A photo or image post displays the selected image in the one-page preview of "
|
3943 |
"Blog2Social and your comment above the image. The image links to the image "
|
3954 |
"Bildalben oder Deiner Galerie hochgeladen wird. In Facebook kannst Du den "
|
3955 |
"Namen des Albums mit einer Beschreibung Deiner Wahl bearbeiten."
|
3956 |
|
3957 |
+
#: includes/B2S/Ship/Image.php:28
|
3958 |
msgid "The images file types .jpg and .png are allowed. Please try another."
|
3959 |
msgstr ""
|
3960 |
"Es sind nur .jpg und .png Bilder erlaubt. Bitte wähle ein anderes Bild aus."
|
3961 |
|
3962 |
+
#: includes/B2S/Ship/Image.php:30
|
3963 |
msgid "To select an individual image from your media library,"
|
3964 |
msgstr "Um ein individuelles Bild aus Deiner Mediathek auszuwählen,"
|
3965 |
|
3966 |
+
#: includes/B2S/Ship/Image.php:33
|
3967 |
msgid ""
|
3968 |
"The networks Diigo, Bloglovin’ and Google My Business do not support the GIF "
|
3969 |
"image format and will display your standard image instead."
|
3971 |
"Die Netzwerke Diigo, Bloglovin' und Google My Business unterstützen das GIF "
|
3972 |
"format nicht und stellen stattdessen das Standardbild dar."
|
3973 |
|
3974 |
+
#: includes/B2S/Ship/Image.php:34
|
3975 |
msgid ""
|
3976 |
"By changing your image in the link post format it will be changed for all "
|
3977 |
"networks listed below. This also applies for all scheduled posts in this "
|
3981 |
"aufgeführten Netzwerke geändert. Dies gilt auch für deine vorgeplanten Posts "
|
3982 |
"in diesem Format."
|
3983 |
|
3984 |
+
#: includes/B2S/Ship/Image.php:34
|
3985 |
msgid "More Information"
|
3986 |
msgstr "Weitere Informationen"
|
3987 |
|
3988 |
+
#: includes/B2S/Ship/Image.php:38
|
3989 |
+
msgid ""
|
3990 |
+
"Sharing more than one image improves the visibility of your content. You can "
|
3991 |
+
"create image series, show sequences, and level up your storytelling. With "
|
3992 |
+
"Blog2Social you can share up to 4 images in one post on Facebook (page and "
|
3993 |
+
"group) and on Twitter."
|
3994 |
+
msgstr ""
|
3995 |
+
"Das Teilen von mehr als einem Bild verbessert die Sichtbarkeit Deines "
|
3996 |
+
"Beitrags. So kannst Du Bildserien erstellen, Sequenzen zeigen und Dein "
|
3997 |
+
"Storytelling auf ein höheres Level bringen. Mit Blog2Social kannst Du bis zu "
|
3998 |
+
"4 Bilder in einem Post auf Facebook (Seite und Gruppe) sowie auf Twitter "
|
3999 |
+
"teilen."
|
4000 |
+
|
4001 |
+
#: includes/B2S/Ship/Image.php:39
|
4002 |
msgid ""
|
4003 |
"The best size for images in social media posts are between: 667-1000px x 523-"
|
4004 |
"1000px. Blog2Social will automatically resize your image according to "
|
4008 |
"1000px x 523-1000px <br> Blog2Social passt Dein Bild automatisch die Größe "
|
4009 |
"des jeweiligen Netzwerks an."
|
4010 |
|
4011 |
+
#: includes/B2S/Ship/Image.php:40
|
4012 |
+
msgid ""
|
4013 |
+
"The best size for images in social media posts are between: 667-1000px x 523-"
|
4014 |
+
"1000px. Blog2Social will automatically resize your image according to the "
|
4015 |
+
"network requirements. You can also share up to 4 images in one post on "
|
4016 |
+
"Facebook (page and group) and on Twitter."
|
4017 |
+
msgstr ""
|
4018 |
+
"Die optimalen Bildgrößen für Deine Social Media Posts liegen zwischen: 667-"
|
4019 |
+
"1000px x 523-1000px. Blog2Social passt Dein Bild automatisch an die "
|
4020 |
+
"Bildgröße des jeweiligen Netzwerkes an. Du kannst bis zu 4 Bilder in einem "
|
4021 |
+
"Beitrag auf Facebook (Seite und Gruppe) sowie auf Twitter teilen."
|
4022 |
+
|
4023 |
+
#: includes/B2S/Ship/Image.php:41
|
4024 |
+
msgid ""
|
4025 |
+
"Changing the image for a link post affects all images for link post "
|
4026 |
+
"publications of that post on the network."
|
4027 |
+
msgstr ""
|
4028 |
+
"Eine Bildänderung bei einem Link-Post, beeinflusst alle Bilder für Link-Post "
|
4029 |
+
"Veröffentlichungen dieses Beitrags auf dem Netzwerk."
|
4030 |
+
|
4031 |
+
#: includes/B2S/Ship/Image.php:65
|
4032 |
msgid "No images are included in your post."
|
4033 |
msgstr "In dem Beitrag sind keine Bilder hinterlegt"
|
4034 |
|
4035 |
+
#: includes/B2S/Ship/Image.php:74
|
4036 |
msgid "Apply image for all posts"
|
4037 |
msgstr "Bild für alle Posts übernehmen"
|
4038 |
|
4039 |
+
#: includes/B2S/Ship/Image.php:76
|
4040 |
msgid "Apply image"
|
4041 |
msgstr "Bild festlegen"
|
4042 |
|
4043 |
+
#: includes/B2S/Ship/Image.php:81 includes/B2S/Ship/Image.php:85
|
4044 |
msgid "Apply image for this post"
|
4045 |
msgstr "Bild für diesen Post übernehmen"
|
4046 |
|
4047 |
+
#: includes/B2S/Ship/Image.php:82
|
4048 |
msgid "Apply image for all og-meta networks"
|
4049 |
msgstr "Bild für alle og-meta-Netzwerke anwenden"
|
4050 |
|
4051 |
+
#: includes/B2S/Ship/Image.php:83
|
4052 |
+
msgid "Apply image for this image gallery"
|
4053 |
+
msgstr "Bild zur Bildergalerie hinzufügen"
|
4054 |
+
|
4055 |
#: includes/B2S/Ship/Item.php:162
|
4056 |
msgid "Network does not support image for profiles"
|
4057 |
msgstr "Netzwerk unterstützt keine Bilder für Profile"
|
4058 |
|
4059 |
+
#: includes/B2S/Ship/Item.php:163 includes/B2S/Ship/Item.php:239
|
4060 |
msgid "Network defines image by link"
|
4061 |
msgstr "Netzwerk wählt selber das Bild aus"
|
4062 |
|
4064 |
msgid "Supported HTML tags"
|
4065 |
msgstr "Erlaubte HTML-Elemente"
|
4066 |
|
4067 |
+
#: includes/B2S/Ship/Item.php:166 includes/B2S/Ship/Item.php:238
|
4068 |
msgid "Network does not support emojis"
|
4069 |
msgstr "Netzwerk unterstützt keine Emojis"
|
4070 |
|
4071 |
+
#: includes/B2S/Ship/Item.php:167 includes/B2S/Ship/Item.php:240
|
4072 |
msgid "Network does not support GIFs"
|
4073 |
msgstr "Das Netzwerk unterstützt keine GIFs"
|
4074 |
|
4075 |
+
#: includes/B2S/Ship/Item.php:222
|
4076 |
msgid "Text only"
|
4077 |
msgstr "nur Text"
|
4078 |
|
4079 |
+
#: includes/B2S/Ship/Item.php:237
|
4080 |
msgid "Network does not support image for pages"
|
4081 |
msgstr "Netzwerk unterstützt keine Bilder für Seiten"
|
4082 |
|
4083 |
+
#: includes/B2S/Ship/Item.php:330
|
4084 |
msgid "Connection expires on 31 March 2019"
|
4085 |
msgstr "Die Verbindung endet am 31. März 2019."
|
4086 |
|
4087 |
+
#: includes/B2S/Ship/Item.php:334
|
4088 |
msgid "Connection expires on 2 April 2019"
|
4089 |
msgstr "Die Verbindung endet am 2. April 2019."
|
4090 |
|
4091 |
+
#: includes/B2S/Ship/Item.php:347
|
4092 |
msgid "post format"
|
4093 |
msgstr "Postformat"
|
4094 |
|
4095 |
+
#: includes/B2S/Ship/Item.php:362 includes/B2S/Ship/Item.php:1304
|
4096 |
msgid "Insert full-text"
|
4097 |
msgstr "ganzen Text einfügen"
|
4098 |
|
4099 |
+
#: includes/B2S/Ship/Item.php:364 includes/B2S/Ship/Item.php:1306
|
4100 |
msgid "Delete text"
|
4101 |
msgstr "Text löschen"
|
4102 |
|
4103 |
+
#: includes/B2S/Ship/Item.php:371 includes/B2S/Ship/Item.php:766
|
4104 |
+
#: includes/B2S/Ship/Item.php:1170
|
4105 |
msgid ""
|
4106 |
"Please keep in mind that according to Twitter’s new TOS, users are no longer "
|
4107 |
"allowed to post identical or substantially similar content to multiple "
|
4112 |
"Accounts oder mehrere identische Updates auf einem Twitter Account oder auch "
|
4113 |
"mehreren Accounts zu posten."
|
4114 |
|
4115 |
+
#: includes/B2S/Ship/Item.php:371 includes/B2S/Ship/Item.php:766
|
4116 |
+
#: includes/B2S/Ship/Item.php:1170
|
4117 |
msgid ""
|
4118 |
"Violating these rules can result in Twitter suspending your account. Always "
|
4119 |
"vary your Tweets with different comments, hashtags or handles to prevent "
|
4123 |
"sperrt. Variieren Sie Ihre Tweets mit unterschiedlichen Kommentaren, "
|
4124 |
"Hashtags und Handles um doppelte Beiträge zu vermeiden."
|
4125 |
|
4126 |
+
#: includes/B2S/Ship/Item.php:371 includes/B2S/Ship/Item.php:766
|
4127 |
+
#: includes/B2S/Ship/Item.php:1170
|
4128 |
msgid "Learn more about this"
|
4129 |
msgstr "Erfahre mehr darüber"
|
4130 |
|
4131 |
+
#: includes/B2S/Ship/Item.php:375
|
4132 |
msgid ""
|
4133 |
"Please note: XING allows identical posts to be published only once within a "
|
4134 |
"group and no more than three times across different groups."
|
4137 |
"einmal innerhalb einer Gruppe und nicht mehr als dreimal in verschiedenen "
|
4138 |
"Gruppen."
|
4139 |
|
4140 |
+
#: includes/B2S/Ship/Item.php:375
|
4141 |
msgid "Read more"
|
4142 |
msgstr "Weiterlesen"
|
4143 |
|
4144 |
+
#: includes/B2S/Ship/Item.php:380
|
4145 |
msgid ""
|
4146 |
"Please keep in mind that users are not allowed to post identical or "
|
4147 |
"substantially similar content to multiple accounts or multiple duplicate "
|
4151 |
"im Wesentlichen ähnliche Inhalte in mehreren Konten oder mehrere doppelte "
|
4152 |
"Updates in einem Konto zu veröffentlichen."
|
4153 |
|
4154 |
+
#: includes/B2S/Ship/Item.php:380
|
4155 |
msgid ""
|
4156 |
"Violating these rules can result in suspending your account. Always vary "
|
4157 |
"your content with different images, comments, hashtags or handles to prevent "
|
4161 |
"Variieren Sie Ihre Inhalte immer mit unterschiedlichen Bildern, Kommentaren, "
|
4162 |
"Hashtags oder Handles, um doppelte Beiträge zu vermeiden."
|
4163 |
|
4164 |
+
#: includes/B2S/Ship/Item.php:400
|
4165 |
msgid "hide calendar"
|
4166 |
msgstr "Planungskalender verbergen"
|
4167 |
|
4168 |
+
#: includes/B2S/Ship/Item.php:457 includes/B2S/Ship/Item.php:517
|
4169 |
+
#: includes/B2S/Ship/Item.php:577 includes/B2S/Ship/Item.php:606
|
4170 |
+
#: includes/B2S/Ship/Item.php:635 includes/B2S/Ship/Item.php:663
|
4171 |
+
#: includes/B2S/Ship/Item.php:691 includes/B2S/Ship/Item.php:722
|
4172 |
+
#: includes/B2S/Ship/Item.php:777 includes/B2S/Ship/Item.php:828
|
4173 |
+
#: includes/B2S/Ship/Item.php:849 includes/B2S/Ship/Item.php:870
|
4174 |
+
#: includes/B2S/Ship/Item.php:891 includes/B2S/Ship/Item.php:912
|
4175 |
+
#: includes/B2S/Ship/Item.php:922
|
4176 |
msgid "Write something about your post..."
|
4177 |
msgstr "Schreibe etwas..."
|
4178 |
|
4179 |
+
#: includes/B2S/Ship/Item.php:472 includes/B2S/Ship/Item.php:592
|
4180 |
+
#: includes/B2S/Ship/Item.php:622 includes/B2S/Ship/Item.php:650
|
4181 |
+
#: includes/B2S/Ship/Item.php:678
|
4182 |
msgid ""
|
4183 |
"Info: Change Open Graph Meta tags image, title and description for this "
|
4184 |
"network"
|
4185 |
msgstr "Info: Ändere die Open Graph Parameter für diese Netzwerk"
|
4186 |
|
4187 |
+
#: includes/B2S/Ship/Item.php:475 includes/B2S/Ship/Item.php:536
|
4188 |
+
#: includes/B2S/Ship/Item.php:595 includes/B2S/Ship/Item.php:625
|
4189 |
+
#: includes/B2S/Ship/Item.php:653 includes/B2S/Ship/Item.php:681
|
4190 |
msgid ""
|
4191 |
"You want to change your link image, link title and link description for this "
|
4192 |
"network? Click here."
|
4193 |
msgstr ""
|
4194 |
"Du möchtest das Bild, den Titel und die Beschreibung ändern? Hier Klicken."
|
4195 |
|
4196 |
+
#: includes/B2S/Ship/Item.php:477 includes/B2S/Ship/Item.php:597
|
4197 |
+
#: includes/B2S/Ship/Item.php:627 includes/B2S/Ship/Item.php:655
|
4198 |
+
#: includes/B2S/Ship/Item.php:683
|
4199 |
msgid "OG Meta title"
|
4200 |
msgstr "OG Titel"
|
4201 |
|
4202 |
+
#: includes/B2S/Ship/Item.php:478 includes/B2S/Ship/Item.php:598
|
4203 |
+
#: includes/B2S/Ship/Item.php:628 includes/B2S/Ship/Item.php:656
|
4204 |
+
#: includes/B2S/Ship/Item.php:684
|
4205 |
msgid "OG Meta description"
|
4206 |
msgstr "OG Beschreibung"
|
4207 |
|
4208 |
+
#: includes/B2S/Ship/Item.php:507 includes/B2S/Ship/Item.php:568
|
4209 |
+
#: includes/B2S/Ship/Item.php:755 includes/B2S/Ship/Item.php:809
|
4210 |
+
msgid "Do u want to post multiple images?"
|
4211 |
+
msgstr "Du möchtest mehrere Bilder posten?"
|
4212 |
+
|
4213 |
+
#: includes/B2S/Ship/Item.php:531
|
4214 |
msgid ""
|
4215 |
"Please note: Twitter stores the Card parameters of a link for up to 7 days. "
|
4216 |
"Changes may not be immediately visible on Twitter."
|
4218 |
"Hinweis: Twitter speichert die Card Parameter eines Links für bis zu 7 Tage. "
|
4219 |
"Änderungen werden daher möglicherweise nicht sofort auf Twitter dargestellt."
|
4220 |
|
4221 |
+
#: includes/B2S/Ship/Item.php:533
|
4222 |
msgid ""
|
4223 |
"Info: Change Card Meta tags image, title and description for this network"
|
4224 |
msgstr "Info: Ändere die Twitter Card Parameter für diese Netzwerk"
|
4225 |
|
4226 |
+
#: includes/B2S/Ship/Item.php:538
|
4227 |
msgid "Card Meta title"
|
4228 |
msgstr "Card Titel"
|
4229 |
|
4230 |
+
#: includes/B2S/Ship/Item.php:539
|
4231 |
msgid "Card Meta description"
|
4232 |
msgstr "Card Beschreibung"
|
4233 |
|
4234 |
+
#: includes/B2S/Ship/Item.php:620
|
4235 |
msgid ""
|
4236 |
"Please note: XING stores the Open Graph parameters of a link for up to 7 "
|
4237 |
"days. Changes may not be immediately visible on XING."
|
4240 |
"Tage. Änderungen werden daher möglicherweise nicht sofort auf XING "
|
4241 |
"dargestellt."
|
4242 |
|
4243 |
+
#: includes/B2S/Ship/Item.php:938
|
4244 |
msgid "required"
|
4245 |
msgstr "erforderlich"
|
4246 |
|
4247 |
+
#: includes/B2S/Ship/Item.php:1038
|
4248 |
msgid "Jobs & Projects"
|
4249 |
msgstr "Stellenangebote & Projekte"
|
4250 |
|
4251 |
+
#: includes/B2S/Ship/Item.php:1039
|
4252 |
msgid "Events"
|
4253 |
msgstr "Events"
|
4254 |
|
4255 |
+
#: includes/B2S/Ship/Item.php:1040
|
4256 |
msgid "Classified Ads"
|
4257 |
msgstr "Kleinanzeigen"
|
4258 |
|
4259 |
+
#: includes/B2S/Ship/Item.php:1042
|
4260 |
msgid "Offer"
|
4261 |
msgstr "Angebot"
|
4262 |
|
4263 |
+
#: includes/B2S/Ship/Item.php:1043
|
4264 |
msgid "Request"
|
4265 |
msgstr "Anfrage"
|
4266 |
|
4267 |
+
#: includes/B2S/Ship/Item.php:1054
|
4268 |
msgid "The Headline..."
|
4269 |
msgstr "Die Überschrift..."
|
4270 |
|
4271 |
+
#: includes/B2S/Ship/Item.php:1062
|
4272 |
#, php-format
|
4273 |
msgid "max. %s Tags"
|
4274 |
msgstr "max. %s Tags"
|
4275 |
|
4276 |
+
#: includes/B2S/Ship/Item.php:1064
|
4277 |
+
msgid "Hashtags"
|
4278 |
+
msgstr "Hashtags"
|
4279 |
+
|
4280 |
+
#: includes/B2S/Ship/Item.php:1101
|
4281 |
msgid "Enable Retweets for all Tweets with the selected profile"
|
4282 |
msgstr "Retweets für alle Tweets mit dem gewählten Profil aktivieren"
|
4283 |
|
4284 |
+
#: includes/B2S/Ship/Item.php:1120 views/b2s/partials/post-edit-modal.php:73
|
4285 |
msgid "Delay"
|
4286 |
msgstr "Verzögerung"
|
4287 |
|
4288 |
+
#: includes/B2S/Ship/Item.php:1130 includes/B2S/Ship/Item.php:1131
|
4289 |
+
#: includes/B2S/Ship/Item.php:1132 includes/B2S/Ship/Item.php:1133
|
4290 |
#: views/b2s/partials/post-edit-modal.php:77
|
4291 |
#: views/b2s/partials/post-edit-modal.php:78
|
4292 |
#: views/b2s/partials/post-edit-modal.php:79
|
4294 |
msgid "min"
|
4295 |
msgstr "min"
|
4296 |
|
4297 |
+
#: includes/B2S/Ship/Item.php:1138
|
4298 |
msgid "Add Retweet"
|
4299 |
msgstr "Retweet hinzufügen"
|
4300 |
|
4301 |
+
#: includes/B2S/Ship/Item.php:1158
|
4302 |
msgid "Share Now"
|
4303 |
msgstr "Sofort teilen"
|
4304 |
|
4305 |
+
#: includes/B2S/Ship/Item.php:1163
|
4306 |
msgid "Schedule Recurrent Post"
|
4307 |
msgstr "regelmäßig Planen"
|
4308 |
|
4309 |
+
#: includes/B2S/Ship/Item.php:1199 views/b2s/partials/post-edit-modal.php:47
|
4310 |
msgid ""
|
4311 |
"Please note: Your account is connected via an old XING API that is no longer "
|
4312 |
"supported by XING after March 31. Please connect your XING profile, as well "
|
4321 |
"mit der neuen XING-Schnittstelle. Gehe dazu in den Bereich Blog2Social "
|
4322 |
"\"Netzwerke\" und verbinde Dein XING-Konto über die neue XING-Schnittstelle."
|
4323 |
|
4324 |
+
#: includes/B2S/Ship/Item.php:1203 views/b2s/partials/post-edit-modal.php:51
|
4325 |
msgid ""
|
4326 |
"Please note: Google will shut down Google+ for all private accounts "
|
4327 |
"(profiles, pages, groups) on 2nd April 2019. You can find further "
|
4333 |
"Informationen zu den nächsten Schritten, u. a. dazu, wie Du Deine Fotos und "
|
4334 |
"andere Inhalte herunterladen kannst:"
|
4335 |
|
4336 |
+
#: includes/B2S/Ship/Item.php:1206
|
4337 |
msgid "Repeats"
|
4338 |
msgstr "Wiederholen"
|
4339 |
|
4340 |
+
#: includes/B2S/Ship/Item.php:1207 includes/B2S/Ship/Item.php:1210
|
4341 |
msgid "Duration"
|
4342 |
msgstr "Dauer"
|
4343 |
|
4344 |
+
#: includes/B2S/Ship/Item.php:1211
|
4345 |
msgid "Number of repeats"
|
4346 |
msgstr "Anzahl der Wiederholungen"
|
4347 |
|
4348 |
+
#: includes/B2S/Ship/Item.php:1212
|
4349 |
msgid "Day of month"
|
4350 |
msgstr "Tag im Monat"
|
4351 |
|
4352 |
+
#: includes/B2S/Ship/Item.php:1213
|
4353 |
msgid "Repeats every (days)"
|
4354 |
msgstr "Wiederholt sich alle X Tage"
|
4355 |
|
4356 |
+
#: includes/B2S/Ship/Item.php:1215
|
4357 |
msgid "Start date"
|
4358 |
msgstr "Startdatum"
|
4359 |
|
4360 |
+
#: includes/B2S/Ship/Item.php:1216
|
4361 |
msgid "Time to publish"
|
4362 |
msgstr "Veröffentlichungszeitpunkt"
|
4363 |
|
4364 |
+
#: includes/B2S/Ship/Item.php:1225
|
4365 |
msgid "weekly"
|
4366 |
msgstr "wöchentlich"
|
4367 |
|
4368 |
+
#: includes/B2S/Ship/Item.php:1226
|
4369 |
msgid "monthly"
|
4370 |
msgstr "monatlich"
|
4371 |
|
4372 |
+
#: includes/B2S/Ship/Item.php:1227
|
4373 |
msgid "own period"
|
4374 |
msgstr "Eigener Zeitraum"
|
4375 |
|
4376 |
+
#: includes/B2S/Ship/Item.php:1233
|
4377 |
msgid "Week"
|
4378 |
msgstr "Woche"
|
4379 |
|
4380 |
+
#: includes/B2S/Ship/Item.php:1233
|
4381 |
msgid "Weeks"
|
4382 |
msgstr "Wochen"
|
4383 |
|
4384 |
+
#: includes/B2S/Ship/Item.php:1242
|
4385 |
msgid "Month"
|
4386 |
msgstr "Monat"
|
4387 |
|
4388 |
+
#: includes/B2S/Ship/Item.php:1242
|
4389 |
msgid "Months"
|
4390 |
msgstr "Monate"
|
4391 |
|
4392 |
+
#: includes/B2S/Ship/Item.php:1262
|
4393 |
msgid "End Of Month"
|
4394 |
msgstr "Monatsende"
|
4395 |
|
4396 |
+
#: includes/B2S/Ship/Item.php:1267
|
4397 |
msgid "Timespan"
|
4398 |
msgstr "Zeitspanne"
|
4399 |
|
4400 |
+
#: includes/B2S/Ship/Item.php:1270 views/b2s/partials/post-edit-modal.php:63
|
4401 |
#: views/b2s/partials/post-edit-modal.php:66
|
4402 |
msgid "Time"
|
4403 |
msgstr "Mal"
|
4404 |
|
4405 |
+
#: includes/B2S/Ship/Item.php:1288
|
4406 |
msgid "add another post"
|
4407 |
msgstr "einen weiteren Post anlegen"
|
4408 |
|
4409 |
+
#: includes/B2S/Ship/Item.php:1302
|
4410 |
msgid "Copy from original"
|
4411 |
msgstr "Originaltext kopieren"
|
4412 |
|
4413 |
+
#: includes/B2S/Ship/Item.php:1318
|
4414 |
msgid "Apply Settings To All Networks"
|
4415 |
msgstr "Planung für alle Netzwerke übernehmen"
|
4416 |
|
4417 |
+
#: includes/B2S/Ship/Item.php:1319
|
4418 |
msgid "Save as best time for this network"
|
4419 |
msgstr "Diese Zeit als \"Beste Zeit\" für dieses Netzwerk speichern"
|
4420 |
|
4421 |
+
#: includes/B2S/Ship/Save.php:412
|
4422 |
msgid ""
|
4423 |
"For sharing your posts on personal Facebook Profiles you can use Facebook "
|
4424 |
"Instant Sharing"
|
4426 |
"Um Beiträge auf persönlichen Facebook-Profilen zu teilen, steht Facebook "
|
4427 |
"Instant Sharing zur Verfügung"
|
4428 |
|
4429 |
+
#: includes/B2S/Ship/Save.php:412
|
4430 |
msgid "Learn how it works"
|
4431 |
msgstr "mehr erfahren"
|
4432 |
|
4433 |
+
#: includes/B2S/Ship/Save.php:414 includes/B2S/Ship/Save.php:422
|
4434 |
msgid "This is how it works:"
|
4435 |
msgstr "Und so funktioniert es:"
|
4436 |
|
4437 |
+
#: includes/B2S/Ship/Save.php:415
|
4438 |
msgid ""
|
4439 |
"-To share your post immediately, click the \"Share\" button next to your "
|
4440 |
"selected Facebook profile below."
|
4442 |
"-Um den Beitrag sofort zu teilen, klicke einfach auf den “Teilen” Button "
|
4443 |
"neben Deinem unten aufgeführten Profil."
|
4444 |
|
4445 |
+
#: includes/B2S/Ship/Save.php:416
|
4446 |
msgid ""
|
4447 |
"-For scheduled posts, Blog2Social will save your post and move it to the "
|
4448 |
"\"Scheduled Posts\" tab on your \"Posts & Sharing\" navigation bar. On your "
|
4455 |
"Sharing” Tab. Klicke dann auf \"Teilen\", um Deinen Post dann an Dein "
|
4456 |
"Facebook-Profil zu senden!"
|
4457 |
|
4458 |
+
#: includes/B2S/Ship/Save.php:420
|
4459 |
msgid ""
|
4460 |
"For sharing your posts on Google+ you can now use Google+ Instant Sharing"
|
4461 |
msgstr ""
|
4462 |
"Um Beiträge auf Google+ zu teilen, steht ab sofort Google+ Instant Sharing "
|
4463 |
"zur Verfügung"
|
4464 |
|
4465 |
+
#: includes/B2S/Ship/Save.php:423
|
4466 |
msgid ""
|
4467 |
"-To share your post immediately, click the \"Share\" button next to your "
|
4468 |
"selected Google+ account below."
|
4470 |
"Um den Beitrag sofort zu teilen, klicke einfach auf den Teilen Button neben "
|
4471 |
"Deinem unten aufgeführten Konto."
|
4472 |
|
4473 |
+
#: includes/B2S/Ship/Save.php:424
|
4474 |
msgid ""
|
4475 |
"-For scheduled posts, Blog2Social will save your post and move it to the "
|
4476 |
"\"Scheduled Posts\" tab on your \"Site & Blog Content\" navigation bar. On "
|
4483 |
"Sharing” Tab. Klicke dann auf \"Teilen\", um Deinen Post dann an Dein "
|
4484 |
"Facebook-Profil zu senden!"
|
4485 |
|
4486 |
+
#: includes/B2S/Ship/Save.php:425
|
4487 |
msgid ""
|
4488 |
"Please note: You post has to be marked as public to be posted in a group."
|
4489 |
msgstr ""
|
4490 |
"Um in eine Gruppe zu teilen, muss Dein Beitrag auf Öffentlich gestellt "
|
4491 |
"werden."
|
4492 |
|
4493 |
+
#: includes/B2S/Ship/Save.php:430
|
4494 |
msgid "Please share your post now"
|
4495 |
msgstr "Bitte teile Deinen Beitrag jetzt."
|
4496 |
|
4497 |
+
#: includes/B2S/Ship/Save.php:439
|
4498 |
msgid "view social media post"
|
4499 |
msgstr "Zeige Social Media Beitrag an"
|
4500 |
|
4501 |
+
#: includes/B2S/Ship/Save.php:449
|
4502 |
msgid "scheduled on"
|
4503 |
msgstr "geplant für"
|
4504 |
|
4522 |
msgid "on Blog"
|
4523 |
msgstr "auf dem Blog"
|
4524 |
|
4525 |
+
#: views/b2s/html/footer.php:5
|
4526 |
msgid "Privacy Policy"
|
4527 |
msgstr "Datenschutzerklärung"
|
4528 |
|
4529 |
+
#: views/b2s/html/footer.php:5
|
4530 |
msgid "Terms"
|
4531 |
msgstr "Bedingungen"
|
4532 |
|
4533 |
+
#: views/b2s/html/footer.php:5
|
4534 |
msgid "We never store your data from your social media profiles"
|
4535 |
msgstr "Wir speichern Deine Daten aus Deinen Social-Media-Profilen niemals."
|
4536 |
|
4537 |
+
#: views/b2s/html/footer.php:10 views/prg/html/footer.php:10
|
4538 |
#: views/prg/html/header.php:45
|
4539 |
msgid "Post"
|
4540 |
msgstr "Beitrag"
|
4541 |
|
4542 |
+
#: views/b2s/html/footer.php:11 views/prg/html/footer.php:11
|
4543 |
msgid "Job"
|
4544 |
msgstr "Job"
|
4545 |
|
4546 |
+
#: views/b2s/html/footer.php:12 views/prg/html/footer.php:12
|
4547 |
msgid "Event"
|
4548 |
msgstr "Event"
|
4549 |
|
4550 |
+
#: views/b2s/html/footer.php:13 views/prg/html/footer.php:13
|
4551 |
msgid "Product"
|
4552 |
msgstr "Produkt"
|
4553 |
|
4554 |
+
#: views/b2s/html/footer.php:25
|
4555 |
msgid "Upgrade to Blog2Social for Premium"
|
4556 |
msgstr "Jetzt auf Blog2Social Premium upgraden"
|
4557 |
|
4558 |
+
#: views/b2s/html/footer.php:55
|
4559 |
msgid "Upgrade to Blog2Social PREMIUM PRO"
|
4560 |
msgstr "Jetzt auf Blog2Social PREMIUM PRO upgraden"
|
4561 |
|
4562 |
+
#: views/b2s/html/footer.php:58
|
4563 |
msgid ""
|
4564 |
"You can select different combinations of networks and save them for "
|
4565 |
"different sharing purposes."
|
4567 |
"Du kannst verschiedene Netzwerk-Gruppierungen auswählen und für verschiedene "
|
4568 |
"Zwecke speichern."
|
4569 |
|
4570 |
+
#: views/b2s/html/footer.php:61
|
4571 |
msgid ""
|
4572 |
"Blog2Social Premium PRO allows you to save your preferred social network "
|
4573 |
"accounts into network collections for a faster future access. You can assign "
|
4591 |
"Media-Aktivität. Du kannst auch mehrere Profile, Seiten und Gruppen pro "
|
4592 |
"Netzwerk in einer Netzwerk-Gruppierung verbinden."
|
4593 |
|
4594 |
+
#: views/b2s/html/footer.php:64
|
4595 |
msgid "With Blog2Social PREMIUM PRO you can also:"
|
4596 |
msgstr "Mit Blog2Social PREMIUM PRO kannst Du außerdem:"
|
4597 |
|
4598 |
+
#: views/b2s/html/footer.php:66
|
4599 |
msgid ""
|
4600 |
"Post on LinkedIn pages, XING pages and groups, as well as Facebook pages and "
|
4601 |
"groups"
|
4603 |
"Veröffentliche Posts auf LinkedIn-Seiten, XING-Seiten und -Gruppen sowie "
|
4604 |
"Facebook-Seiten und -Gruppen"
|
4605 |
|
4606 |
+
#: views/b2s/html/footer.php:68
|
4607 |
msgid ""
|
4608 |
"Schedule your posts at the best times on each network: for one time, "
|
4609 |
"multiple times or recurrently"
|
4611 |
"Plane Deine Beiträge zu den besten Zeiten in jedem Netzwerk: einmal, "
|
4612 |
"mehrmals oder wiederkehrend"
|
4613 |
|
4614 |
+
#: views/b2s/html/footer.php:71
|
4615 |
msgid ""
|
4616 |
"Reporting and calendar: keep track of your published and scheduled social "
|
4617 |
"media posts"
|
4619 |
"Reporting und Kalender: Behalte den Überblick über Deine veröffentlichten "
|
4620 |
"und geplanten Social Media Beiträge."
|
4621 |
|
4622 |
+
#: views/b2s/html/footer.php:73 views/b2s/html/footer.php:91
|
4623 |
+
#: views/b2s/html/footer.php:109
|
4624 |
msgid "Upgrade to PRO and above"
|
4625 |
msgstr "Upgrade auf PRO und höher"
|
4626 |
|
4627 |
+
#: views/b2s/html/footer.php:78 views/b2s/html/footer.php:96
|
4628 |
msgid "Activate Blog2Social PREMIUM PRO."
|
4629 |
msgstr "Aktiviere Blog2Social PREMIUM PRO."
|
4630 |
|
4631 |
+
#: views/b2s/html/footer.php:80
|
4632 |
msgid ""
|
4633 |
"With Blog2Social Premium PRO you can connect pages in LinkedIn and XING as "
|
4634 |
"well as XING groups."
|
4636 |
"Mit Blog2Social Premium PRO kannst Du Seiten in LinkedIn und XING, sowie "
|
4637 |
"XING-Gruppen verbinden."
|
4638 |
|
4639 |
+
#: views/b2s/html/footer.php:83 views/b2s/html/footer.php:101
|
4640 |
msgid "Also included:"
|
4641 |
msgstr "Ebenfalls enthalten:"
|
4642 |
|
4643 |
+
#: views/b2s/html/footer.php:85 views/b2s/html/footer.php:103
|
4644 |
msgid "Social media auto-posting and auto-scheduling"
|
4645 |
msgstr "Auto-Posting und automatische Planung für Social Media Beiträge"
|
4646 |
|
4647 |
+
#: views/b2s/html/footer.php:86 views/b2s/html/footer.php:104
|
4648 |
msgid "Posting to social media pages and groups in Facebook"
|
4649 |
msgstr "Veröffentlichung auf Social Media Seiten und Gruppen in Facebook"
|
4650 |
|
4651 |
+
#: views/b2s/html/footer.php:87 views/b2s/html/footer.php:105
|
4652 |
msgid "Sharing on multiple accounts per network"
|
4653 |
msgstr "Poste auf mehrere Accounts pro Netzwerk"
|
4654 |
|
4655 |
+
#: views/b2s/html/footer.php:88 views/b2s/html/footer.php:106
|
4656 |
msgid "Best Time Scheduler: schedule once, multiple times or recurringly"
|
4657 |
msgstr ""
|
4658 |
"Beste Zeiten Manager: Plane Deine Veröffentlichungen mehrmals oder "
|
4659 |
"regelmäßig."
|
4660 |
|
4661 |
+
#: views/b2s/html/footer.php:89 views/b2s/html/footer.php:107
|
4662 |
msgid "Reporting with links to already published posts"
|
4663 |
msgstr "Reporting mit Links zu bereits veröffentlichten Beiträgen"
|
4664 |
|
4665 |
+
#: views/b2s/html/footer.php:98
|
4666 |
+
msgid "With Blog2Social Premium PRO you can post multiple images."
|
4667 |
+
msgstr "\"Mit Blog2Social Premium PRO kannst Du mehrere Bilder posten."
|
4668 |
+
|
4669 |
+
#: views/b2s/html/footer.php:122
|
4670 |
msgid "Select the preferred custom post format for your posts"
|
4671 |
msgstr "Entscheide Dich für das passende Format für Deine Social Media Posts"
|
4672 |
|
4673 |
+
#: views/b2s/html/footer.php:127
|
4674 |
msgid ""
|
4675 |
"Select link post or image post format to define your preferred custom post "
|
4676 |
"format for Twitter, LinkedIn, and Facebook."
|
4678 |
"Wähle zwischen Link-Beitrag oder Bild-Beitrag, um Dein bevorzugtes "
|
4679 |
"Postformat für Twitter, LinkedIn und Facebook zu definieren."
|
4680 |
|
4681 |
+
#: views/b2s/html/footer.php:136
|
4682 |
msgid "Photo Post"
|
4683 |
msgstr "Bild-Beitrag"
|
4684 |
|
4685 |
+
#: views/b2s/html/footer.php:144
|
4686 |
msgid ""
|
4687 |
"For Instagram, you can select \"image with frame\" or \"image cut out\" as "
|
4688 |
"your preferred custom post format."
|
4690 |
"Für Instagram kannst Du \"Bild mit Rahmen\" oder \"Bild zuschneiden\" als "
|
4691 |
"bevorzugtes benutzerdefiniertes Postformat auswählen."
|
4692 |
|
4693 |
+
#: views/b2s/html/footer.php:194
|
4694 |
msgid "Did you miss something?"
|
4695 |
msgstr "Vermisst Du etwas?"
|
4696 |
|
4697 |
+
#: views/b2s/html/footer.php:197
|
4698 |
msgid "Help us make Blog2Social even better!"
|
4699 |
msgstr "Hilf uns, Blog2Social noch besser zu machen!"
|
4700 |
|
4701 |
+
#: views/b2s/html/footer.php:201
|
4702 |
msgid "submit"
|
4703 |
msgstr "abschicken"
|
4704 |
|
4705 |
+
#: views/b2s/html/footer.php:215
|
4706 |
msgid ""
|
4707 |
"Blog2Social provides you with a pre-configured time-scheme to automatically "
|
4708 |
"schedule your social media posts for the best times to share on each social "
|
4716 |
"Vorschau-Editor auf „Lade beste Zeiten“, um Deine Beiträge automatisch für "
|
4717 |
"die besten Zeiten in jedem sozialen Netzwerk zu planen."
|
4718 |
|
4719 |
+
#: views/b2s/html/footer.php:217
|
4720 |
msgid ""
|
4721 |
"You can also configure your own individual time settings for each of your "
|
4722 |
"social media connections to post your content on social media when your "
|
4731 |
"einen effektiven Social Media-Posting-Plan einrichten, um so viele Follower "
|
4732 |
"wie möglich zu erreichen."
|
4733 |
|
4734 |
+
#: views/b2s/html/footer.php:219
|
4735 |
msgid ""
|
4736 |
"Click Load My Time Settings in the preview editor to schedule your posts "
|
4737 |
"automatically for your individually chosen best times."
|
4739 |
"Klicke im Vorschau-Editor auf „Meine Zeiteinstellungen laden\", um Deine "
|
4740 |
"Beiträge automatisch für Deine individuell gewählten besten Zeiten zu planen."
|
4741 |
|
4742 |
+
#: views/b2s/html/footer.php:221
|
4743 |
msgid ""
|
4744 |
"You can always edit the predefined times in the preview editor for any post "
|
4745 |
"or network and save your new settings as default for future use."
|
4748 |
"oder jedes Netzwerk bearbeiten und Deine neuen Einstellungen als Standard "
|
4749 |
"für die zukünftige Verwendung speichern."
|
4750 |
|
4751 |
+
#: views/b2s/html/footer.php:223
|
4752 |
msgid ""
|
4753 |
"Learn how to set up and apply individual best times to your social media "
|
4754 |
"scheduling and auto-poster."
|
4756 |
"Erfahre, wie Du individuelle Beste Zeiten für Deine Social Media Planung und "
|
4757 |
"Deinen Auto-Poster einrichten und anwenden kannst."
|
4758 |
|
4759 |
+
#: views/b2s/html/footer.php:257
|
4760 |
msgid "Why Retweets?"
|
4761 |
msgstr "Wieso Retweeten?"
|
4762 |
|
4763 |
+
#: views/b2s/html/footer.php:260
|
4764 |
msgid ""
|
4765 |
"Retweets are the recommended way to reshare the same Tweets across Twitter "
|
4766 |
"accounts in accordance with Twitter new rules. You can now schedule multiple "
|
4772 |
"verbreiten. Du kannst nun mehrere Retweets für einen Original-Tweet direkt "
|
4773 |
"aus Deinem WordPress heraus planen."
|
4774 |
|
4775 |
+
#: views/b2s/html/footer.php:263
|
4776 |
msgid ""
|
4777 |
"If Retweets are enabled, every Original-Tweet you schedule in this step will "
|
4778 |
"be retweeted by the selected Twitter accounts. If, for example, 3 Original-"
|
4784 |
"beispielsweise 3 Original-Tweets geplant sind, löst jeder einzelne Tweet "
|
4785 |
"einen Retweet für die ausgewählten Twitter-Konten aus."
|
4786 |
|
4787 |
+
#: views/b2s/html/footer.php:267
|
4788 |
msgid "Would you like to retweet?"
|
4789 |
msgstr "Möchtest Du Retweeten?"
|
4790 |
|
4791 |
+
#: views/b2s/html/footer.php:296
|
4792 |
+
msgid "URL Shortening"
|
4793 |
+
msgstr "Kurzlinks"
|
4794 |
+
|
4795 |
+
#: views/b2s/html/footer.php:299
|
4796 |
+
msgid ""
|
4797 |
+
"You can use Bit.ly, Rebrandly or Sniply links to shorten the URL of your "
|
4798 |
+
"links and to track the performance of your links in your social media "
|
4799 |
+
"networks. Activate one of the URL-Shorteners you like to use and link it to "
|
4800 |
+
"your account. Your social media posts will then be shared with your links of "
|
4801 |
+
"Bit.ly, Rebrandly or Sniply and you can monitor the success of your posts in "
|
4802 |
+
"these accounts. Please note: Reddit, Pinterest and Medium do not allow Bit."
|
4803 |
+
"ly shortlinks. Blog2Social will apply the regular URL for these networks. "
|
4804 |
+
msgstr ""
|
4805 |
+
"Du kannst Bit.ly, Rebrandly oder Sniply verwenden, um die URL Deiner Links "
|
4806 |
+
"zu verkürzen und die Performance Deiner Links in den sozialen Netzwerken zu "
|
4807 |
+
"verfolgen. Aktiviere einen der URL-Shortener, den Du verwenden möchtest, in "
|
4808 |
+
"den Blog2Social-Einstellungen und und verbinde Blog2Social mit diesem "
|
4809 |
+
"Account. Deine Social Media Beiträge werden dann mit Deinen Bit.ly, "
|
4810 |
+
"Rebrandly oder Sniply Link geteilt und Du kannst den Erfolg Deiner Beiträge "
|
4811 |
+
"in dem jeweiligen Konto verfolgen. Bitte beachte: Reddit, Pinterest und "
|
4812 |
+
"Medium erlauben keine Bit.ly Kurzlinks. Blog2Social verwendet für diese "
|
4813 |
+
"Netzwerke dann die normale URL. "
|
4814 |
+
|
4815 |
+
#: views/b2s/html/footer.php:310
|
4816 |
msgid "Define Twitter post content"
|
4817 |
msgstr "Twitter Beitragsinhalt definieren"
|
4818 |
|
4819 |
+
#: views/b2s/html/footer.php:313
|
4820 |
msgid ""
|
4821 |
"Select the content that will be automatically pre-filled in your Twitter "
|
4822 |
"posts. If you have ticked the box \"include WordPress tags as hashtags in my "
|
4827 |
"aufnehmen\" angekreuzt haben, werden Hashtags automatisch im Dropdown-Menü "
|
4828 |
"hinzugefügt."
|
4829 |
|
4830 |
+
#: views/b2s/html/footer.php:369
|
4831 |
msgid ""
|
4832 |
"Share imported posts with the Auto Poster: Posts that you import via RSS "
|
4833 |
"feeds and plugins can be shared automatically on your social media channels."
|
4836 |
"Feeds und Plugins importierst, können automatisch auf Deinen Social Media-"
|
4837 |
"Kanälen geteilt werden."
|
4838 |
|
4839 |
+
#: views/b2s/html/footer.php:370
|
4840 |
#, php-format
|
4841 |
msgid ""
|
4842 |
"<a target=\"_blank\" href=\"%s\">Learn how to set up auto posting for "
|
4845 |
"<a target=\"_blank\" href=\"%s\">Erfahre, wie Du den Auto-Poster für "
|
4846 |
"importierte Beiträge einrichtest.</a>"
|
4847 |
|
4848 |
+
#: views/b2s/html/footer.php:407
|
4849 |
+
msgid ""
|
4850 |
+
"With Blog2Social you can transfer the Auto-Poster settings as a WordPress-"
|
4851 |
+
"administrator to other WordPress-authors if they have activated the same "
|
4852 |
+
"Blog2Social-Business license. This way, WordPress-administrators assign "
|
4853 |
+
"social media channels to other WordPress authors, where they can auto-post "
|
4854 |
+
"without having to create the network connection themselves. Within these "
|
4855 |
+
"settings, the WordPress-administrator decides whether newly published or "
|
4856 |
+
"updated content from other WordPress-authors should be automatically shared. "
|
4857 |
+
"WordPress-authors with assigned Auto-Poster settings and an assigned social-"
|
4858 |
+
"media-network group will then share content automatically, like the "
|
4859 |
+
"WordPress-administrator selected the content to be shared automatically. "
|
4860 |
+
msgstr ""
|
4861 |
+
"Mit Blog2Social kannst Du Deine Auto-Poster-Einstellungen als WordPress-"
|
4862 |
+
"Administrator anderen WordPress-Autoren zuweisen, wenn diese die gleiche "
|
4863 |
+
"Blog2Social-Business-Lizenz aktiviert haben. Auf diese Weise teilen "
|
4864 |
+
"WordPress-Administratoren anderen WordPress-Autoren Social-Media-Kanäle zu, "
|
4865 |
+
"auf denen sie dann auto-posten können, ohne selbst die Netzwerkverbindung "
|
4866 |
+
"anlegen zu müssen. Innerhalb dieser Einstellungen entscheidet der WordPress-"
|
4867 |
+
"Administrator, ob neu veröffentlichte oder aktualisierte Inhalte anderer "
|
4868 |
+
"WordPress-Autoren automatisch freigegeben werden sollen. WordPress-Autoren "
|
4869 |
+
"mit zugewiesenen Auto-Poster Einstellungen haben anschließend die Auto-"
|
4870 |
+
"Poster Einstellungen konfiguriert und Social-Media-Netzwerke verbunden, auf "
|
4871 |
+
"denen Inhalte automatisch geteilt werden sollen, die der Administrator "
|
4872 |
+
"ausgewählt hat. "
|
4873 |
+
|
4874 |
+
#: views/b2s/html/footer.php:409
|
4875 |
+
#, php-format
|
4876 |
+
msgid ""
|
4877 |
+
"You can find a detailed guide on how to assign the Auto-Poster settings <a "
|
4878 |
+
"target=\"_blank\" href=\"%s\">here</a>."
|
4879 |
+
msgstr ""
|
4880 |
+
"Mehr Informationen dazu, wie Du die Einstellungen zuweisen kannst, findest "
|
4881 |
+
"Du <a target=\"_blank\" href=\"%s\">in diesem Guide</a>."
|
4882 |
+
|
4883 |
+
#: views/b2s/html/footer.php:422
|
4884 |
msgid "Blog2Social: Re-Share Posts"
|
4885 |
msgstr "Blog2Social: Beiträge wiederholt teilen"
|
4886 |
|
4887 |
+
#: views/b2s/html/footer.php:426
|
4888 |
msgid ""
|
4889 |
"Keep your social media feed updated automatically with your best content and "
|
4890 |
"save valuable time by reviving your evergreen content regularly. Automate "
|
4897 |
"gesamten Re-Sharing-Prozess, damit Du mehr Zeit hast neuen Content zu "
|
4898 |
"erstellen und mit Deiner Community zu interagieren."
|
4899 |
|
4900 |
+
#: views/b2s/html/footer.php:427
|
4901 |
#, php-format
|
4902 |
msgid "<a target=\"_blank\" href=\"%s\">More information</a>"
|
4903 |
msgstr "<a target=\"_blank\" href=\"%s\">Weitere Informationen</a>"
|
4904 |
|
4905 |
+
#: views/b2s/html/footer.php:466
|
4906 |
msgid "Social Meta Tags Settings"
|
4907 |
msgstr "Social Meta Tags Einstellungen"
|
4908 |
|
4909 |
+
#: views/b2s/html/footer.php:469 views/b2s/html/footer.php:560
|
4910 |
msgid "Change image, title and description for your post on this network"
|
4911 |
msgstr ""
|
4912 |
"Ändere das Bild, den Titel und die Beschreibung für Deinen Post auf diesem "
|
4913 |
"Netzwerk"
|
4914 |
|
4915 |
+
#: views/b2s/html/footer.php:475
|
4916 |
msgid ""
|
4917 |
"Facebook has changed its policy for posting link posts via plugins or web "
|
4918 |
"applications. Facebook does no longer display the featured or selected image "
|
4935 |
"ein zufällig gewähltes Bild bei Link-Beiträgen an. Bitte stelle sicher, dass "
|
4936 |
"Dein Bild die Anforderungen an die Bildgröße für Facebook erfüllt."
|
4937 |
|
4938 |
+
#: views/b2s/html/footer.php:477
|
4939 |
msgid ""
|
4940 |
"With Blog2Social you can select a featured image or any image you select to "
|
4941 |
"be displayed with your link post. Blog2Social will automatically write the "
|
4954 |
"bitte dieses Kontrollkästchen. Bitte beachte, dass Du dann kein Bild für "
|
4955 |
"Deinen Linkbeitrag bei Facebook auswählen kannst.\t\t"
|
4956 |
|
4957 |
+
#: views/b2s/html/footer.php:480
|
4958 |
msgid ""
|
4959 |
"Twitter has changed its policy for posting link posts via plugins or web "
|
4960 |
"applications. Twitter does no longer display the featured or selected image "
|
4978 |
"stelle sicher, dass Dein Bild die Anforderungen an die Bildgröße für Twitter "
|
4979 |
"erfüllt."
|
4980 |
|
4981 |
+
#: views/b2s/html/footer.php:482
|
4982 |
msgid ""
|
4983 |
"With Blog2Social you can select a featured image or any image you select to "
|
4984 |
"be displayed with your link post. Blog2Social will automatically write the "
|
4997 |
"bitte dieses Kontrollkästchen. Bitte beachte, dass Du dann kein Bild für "
|
4998 |
"Deinen Linkbeitrag bei Twitter auswählen kannst."
|
4999 |
|
5000 |
+
#: views/b2s/html/footer.php:485
|
5001 |
msgid ""
|
5002 |
"To display your link preview, LinkedIn uses the image set in the oEmbed tags "
|
5003 |
"in meta data of your post. WordPress automatically sets your featured image "
|
5011 |
"fest. Wenn Du Dein Bild bei LinkedIn ändern möchtest, ohne Dein Beitragsbild "
|
5012 |
"zu ändern, kannst du die Box “oEmbed Tags hinzufügen” abhaken."
|
5013 |
|
5014 |
+
#: views/b2s/html/footer.php:487
|
5015 |
msgid ""
|
5016 |
"If LinkedIn can’t find the oEmbed tag in your data, it will use the OG (Open "
|
5017 |
"Graph) meta tags instead."
|
5019 |
"Wenn LinkedIn keine oEmbed Tags in deinen Daten finden kann, nutzt das "
|
5020 |
"Netzwerk stattdessen die OG (Open Graph) Meta Tags."
|
5021 |
|
5022 |
+
#: views/b2s/html/footer.php:489
|
5023 |
msgid ""
|
5024 |
"With Blog2Social you can select a featured image or any image you select to "
|
5025 |
"be displayed with your link post. Blog2Social will automatically write the "
|
5042 |
"nutzt, um Deine OG Tags zu setzen, ansonsten werden die sozialen Netzwerke "
|
5043 |
"kein Bild oder ein zufälliges Bild in Deinem Post anzeigen."
|
5044 |
|
5045 |
+
#: views/b2s/html/footer.php:492
|
5046 |
msgid ""
|
5047 |
"You can change the image, title and description for your post on Facebook, "
|
5048 |
"by editing the following fields for"
|
5051 |
"Facebook ändern, indem Du die folgenden Felder für die Open GraphTags "
|
5052 |
"bearbeitest"
|
5053 |
|
5054 |
+
#: views/b2s/html/footer.php:495 views/b2s/html/footer.php:510
|
5055 |
msgid "image"
|
5056 |
msgstr "Bild"
|
5057 |
|
5058 |
+
#: views/b2s/html/footer.php:496 views/b2s/html/footer.php:511
|
5059 |
msgid "title"
|
5060 |
msgstr "Titel"
|
5061 |
|
5062 |
+
#: views/b2s/html/footer.php:497 views/b2s/html/footer.php:512
|
5063 |
msgid "description"
|
5064 |
msgstr "Beschreibung"
|
5065 |
|
5066 |
+
#: views/b2s/html/footer.php:499
|
5067 |
msgid ""
|
5068 |
"Blog2Social will automatically write these information in the Facebook Open "
|
5069 |
"Graph (OG) Meta Tags for Image, Title and Description of your blog post."
|
5071 |
"Blog2Social schreibt diese Informationen automatisch in die Facebook Open "
|
5072 |
"Graph (OG) Tags als Bild, Titel und Beschreibung Deines Blogbeitrags."
|
5073 |
|
5074 |
+
#: views/b2s/html/footer.php:502
|
5075 |
msgid ""
|
5076 |
"Please note: If this post has already been shared or scheduled previously, "
|
5077 |
"your current changes will also affect the look of previously shared or "
|
5084 |
"aktuellsten Informationen aus den Open Graph Meta Tags zieht und alle "
|
5085 |
"bereits existierenden Beiträge automatisch updatet. "
|
5086 |
|
5087 |
+
#: views/b2s/html/footer.php:504
|
5088 |
#, php-format
|
5089 |
msgid ""
|
5090 |
"Please note: Your changes will have no effect on your social media posts on "
|
5096 |
"Deinen Blog2Social <a target=\"_blank\" href=\"%s\">Einstellungen</a> "
|
5097 |
"manuell deaktiviert hast."
|
5098 |
|
5099 |
+
#: views/b2s/html/footer.php:507
|
5100 |
msgid ""
|
5101 |
"You can change the image, title and description for your post on Twitter, by "
|
5102 |
"editing the following fields for"
|
5105 |
"Twitter ändern, indem Du die folgenden Felder für die Twitter Card Tags "
|
5106 |
"bearbeitest"
|
5107 |
|
5108 |
+
#: views/b2s/html/footer.php:514
|
5109 |
msgid ""
|
5110 |
"Blog2Social will automatically write these information in the Twitter Card "
|
5111 |
"Meta Tags for Image, Title and Description of your blog post."
|
5113 |
"Blog2Social schreibt diese Informationen automatisch in die Twitter Card "
|
5114 |
"Meta Tags als Bild, Titel und Beschreibung Deines Blogbeitrags."
|
5115 |
|
5116 |
+
#: views/b2s/html/footer.php:517
|
5117 |
msgid ""
|
5118 |
"Please note: If this post was previously shared or scheduled, your current "
|
5119 |
"changes will also affect the look of previously shared or scheduled posts, "
|
5128 |
"Beitrag bereits geteilt wurde, kann es bis zu 7 Tage dauern, bis Twitter "
|
5129 |
"Deine aktuellen Änderungen aktualisiert."
|
5130 |
|
5131 |
+
#: views/b2s/html/footer.php:519
|
5132 |
#, php-format
|
5133 |
msgid ""
|
5134 |
"Please note: Your changes will have no effect on your social media posts on "
|
5140 |
"Deinen Blog2Social <a target=\"_blank\" href=\"%s\">Einstellungen</a> "
|
5141 |
"manuell deaktiviert hast."
|
5142 |
|
5143 |
+
#: views/b2s/html/footer.php:526
|
5144 |
msgid "You want to change the image, title and description for your post?"
|
5145 |
msgstr ""
|
5146 |
"Möchtest Du das Bild, den Titel und die Beschreibung für Deinen Post ändern?"
|
5147 |
|
5148 |
+
#: views/b2s/html/footer.php:565
|
5149 |
msgid ""
|
5150 |
"You are currently sharing this post as image post. Changes to title and "
|
5151 |
"description Meta Tag parameters will only be supported for link post formats."
|
5158 |
"individuelle Änderungen am Titel und an der Beschreibung für Deine "
|
5159 |
"Beitragsvorschau vorzunehmen."
|
5160 |
|
5161 |
+
#: views/b2s/html/footer.php:568
|
5162 |
#, php-format
|
5163 |
msgid ""
|
5164 |
"Your changes will have no effect on your social media posts on Facebook, if "
|
5170 |
"Blog2Social <a target=\"_blank\" href=\"%s\">Einstellungen</a> manuell "
|
5171 |
"deaktiviert hast."
|
5172 |
|
5173 |
+
#: views/b2s/html/footer.php:571
|
5174 |
#, php-format
|
5175 |
msgid ""
|
5176 |
"Your changes will have no effect on your social media posts on Twitter, if "
|
5181 |
"auf Twitter, wenn Du die Meta Tag Optionen für Twitter in Deinen Blog2Social "
|
5182 |
"<a target=\"_blank\" href=\"%s\">Einstellungen</a> manuell deaktiviert hast."
|
5183 |
|
5184 |
+
#: views/b2s/html/header.php:47
|
5185 |
msgid ""
|
5186 |
"To use all features of Blog2Social, PHP version 5.5.3 or higher is required. "
|
5187 |
"Our support assists you as of PHP version 5.5.3. See also:"
|
5190 |
"oder höher erforderlich. Unser Support unterstützt Dich ab PHP Version 5.5.3."
|
5191 |
" Siehe auch:"
|
5192 |
|
5193 |
+
#: views/b2s/html/header.php:48 views/b2s/html/header.php:55
|
5194 |
msgid "Blog2Social Troubleshooting-Tool"
|
5195 |
msgstr "Blog2Social Problemanalyse-Tool"
|
5196 |
|
5197 |
+
#: views/b2s/html/header.php:54
|
5198 |
msgid ""
|
5199 |
"WordPress uses heartbeats by default, Blog2Social as well. Please enable "
|
5200 |
"heartbeats for using Blog2Social! See also:"
|
5202 |
"WordPress verwendet standardmäßig Heartbeats, ebenso wie Blog2Social. Bitte "
|
5203 |
"aktiviere Heartbeats für die Nutzung von Blog2Social! Siehe auch:"
|
5204 |
|
5205 |
+
#: views/b2s/html/header.php:65 views/prg/html/header.php:39
|
5206 |
msgid "The link you followed has expired. Please refresh your page."
|
5207 |
msgstr ""
|
5208 |
"Der Link, dem Du gefolgt bist, ist abgelaufen. Bitte aktualisiere Deine "
|
5209 |
"Seite."
|
5210 |
|
5211 |
+
#: views/b2s/html/header.php:72
|
5212 |
msgid "Thank you. You'll now receive the blog updates from Blog2Social."
|
5213 |
msgstr "Vielen Dank. Du erhältst nun die Blog-Updates von Blog2Social."
|
5214 |
|
5215 |
+
#: views/b2s/html/header.php:79
|
5216 |
msgid "Autoposter limit has been reached"
|
5217 |
msgstr "Das Autoposter-Limit wurde erreicht."
|
5218 |
|
5219 |
+
#: views/b2s/html/header.php:79
|
5220 |
msgid "Your daily limit for posting automatically has been reached."
|
5221 |
msgstr "Dein tägliches Limit für Autoposter-Beiträge ist erreicht."
|
5222 |
|
5223 |
+
#: views/b2s/html/header.php:86
|
5224 |
msgid "You have deleted all meta data for posts and pages successfully."
|
5225 |
msgstr "Du hast alle Meta-Daten für Beiträge und Seiten erfolgreich gelöscht."
|
5226 |
|
5227 |
+
#: views/b2s/html/header.php:91
|
5228 |
msgid "The page and post meta data could not be removed."
|
5229 |
msgstr "Die Seiten- und Post-Metadaten konnten nicht entfernt werden."
|
5230 |
|
5231 |
+
#: views/b2s/html/header.php:97
|
5232 |
msgid ""
|
5233 |
"You have Yoast SEO active. Blog2Social Social Meta Tags overrides the meta "
|
5234 |
"tags from Yoast SEO."
|
5236 |
"Du hast Yoast SEO aktiv. Die Blog2Social Social-Meta-Tags-Funktion "
|
5237 |
"überschreibt die Meta-Tags von Yoast SEO."
|
5238 |
|
5239 |
+
#: views/b2s/html/header.php:103
|
5240 |
msgid ""
|
5241 |
"You currently have both Blog2Social Social Meta Tags and All in One SEO Pack "
|
5242 |
"plugins active. To make sure that your Social Meta Tags are set correctly, "
|
5248 |
"sind, deaktiviere bitte die Social Meta Tags in All in One SEO. Wenn sie "
|
5249 |
"bereits deaktiviert sind, kannst Du diese Meldung ignorieren."
|
5250 |
|
5251 |
+
#: views/b2s/html/header.php:109
|
5252 |
msgid ""
|
5253 |
"Blog2Social has detected another plugin that is setting Social Meta tags for "
|
5254 |
"your blog posts. To ensure that your Social Meta tags are set correctly for "
|
5261 |
"eingestellt sind, deaktiviere bitte die Einstellungen für Facebook Open "
|
5262 |
"Graph und Twitter Card Tags in Deinen anderen Plugins."
|
5263 |
|
5264 |
+
#: views/b2s/html/header.php:116
|
5265 |
msgid "This entry could not be removed. It's not yours!"
|
5266 |
msgstr "Dieser Eintrag konnte nicht entfernt werden. Es gehört dir nicht!"
|
5267 |
|
5268 |
+
#: views/b2s/html/header.php:121
|
5269 |
msgid "This entry was removed successfully."
|
5270 |
msgstr "Dieser Eintrag wurde erfolgreich entfernt."
|
5271 |
|
5272 |
+
#: views/b2s/html/header.php:126
|
5273 |
msgid "This post was edited successfully."
|
5274 |
msgstr "Dieser Beitrag wurde erfolgreich bearbeitet."
|
5275 |
|
5276 |
+
#: views/b2s/html/header.php:135
|
5277 |
msgid "Post was scheduled successfully on your blog!"
|
5278 |
msgstr "Der Beitrag wurde erfolgreich in Deinem Blog vorgeplant!"
|
5279 |
|
5280 |
+
#: views/b2s/html/header.php:137
|
5281 |
msgid "Post is published successfully on your blog!"
|
5282 |
msgstr "Der Beitrag wurde erfolgreich in Deinem Blog veröffentlicht!"
|
5283 |
|
5284 |
+
#: views/b2s/html/header.php:149
|
5285 |
msgid "Saved as draft"
|
5286 |
msgstr "Als Entwurf gespeichert"
|
5287 |
|
5288 |
+
#: views/b2s/html/header.php:155
|
5289 |
msgid "Could not save draft"
|
5290 |
msgstr "Der Entwurf konnte nicht gespeichert werden"
|
5291 |
|
5292 |
+
#: views/b2s/html/header.php:163
|
5293 |
msgid "Your authorization was successful."
|
5294 |
msgstr "Deine Autorisierung war erfolgreich."
|
5295 |
|
5296 |
+
#: views/b2s/html/header.php:168
|
5297 |
msgid "Your profile was saved successful."
|
5298 |
msgstr "Dein Profil wurde erfolgreich gespeichert. "
|
5299 |
|
5300 |
+
#: views/b2s/html/header.php:173
|
5301 |
msgid "Your profile could not be saved."
|
5302 |
msgstr "Dein Profil konnte nicht gespeichert werden."
|
5303 |
|
5304 |
+
#: views/b2s/html/header.php:178
|
5305 |
msgid "Your authorization could not be removed."
|
5306 |
msgstr "Deine Autorisierung konnte nicht entfernt werden."
|
5307 |
|
5308 |
+
#: views/b2s/html/header.php:183
|
5309 |
msgid "Your authorization has been removed successfully."
|
5310 |
msgstr "Deine Autorisierung wurde erfolgreich entfernt."
|
5311 |
|
5312 |
+
#: views/b2s/html/header.php:188
|
5313 |
msgid "Thank you! Your feedback has been received."
|
5314 |
msgstr "Vielen Dank! Wir haben Dein Feedback erhalten. "
|
5315 |
|
5316 |
+
#: views/b2s/html/header.php:193
|
5317 |
msgid "Your feedback could not be delivered."
|
5318 |
msgstr "Dein Feedback konnte nicht gesendet werden."
|
5319 |
|
5320 |
+
#: views/b2s/html/header.php:200 views/b2s/html/header.php:215
|
5321 |
msgid "Your settings were successfully saved."
|
5322 |
msgstr "Deine Einstellungen wurden erfolgreich gespeichert. "
|
5323 |
|
5324 |
+
#: views/b2s/html/header.php:205
|
5325 |
msgid "Your settings could not be saved."
|
5326 |
msgstr "Deine Einstellungen konnten nicht gespeichert werden."
|
5327 |
|
5328 |
+
#: views/b2s/html/header.php:210
|
5329 |
msgid ""
|
5330 |
"Your settings could not be saved, because you have auto-posting enabled but "
|
5331 |
"no social networks selected."
|
5333 |
"Deine Einstellungen konnten nicht gespeichert werden, da Du keine sozialen "
|
5334 |
"Netzwerke ausgewählt hast, bevor Du den Auto-Poster aktiviert hast."
|
5335 |
|
5336 |
+
#: views/b2s/html/header.php:222
|
5337 |
msgid "No posts found. Please try again with different filter options."
|
5338 |
msgstr ""
|
5339 |
"Es wurden keine Beiträge gefunden. Bitte versuche es erneut mit anderen "
|
5340 |
"Filterkriterien."
|
5341 |
|
5342 |
+
#: views/b2s/html/header.php:227
|
5343 |
msgid ""
|
5344 |
"The posts you tried to add are already in your sharing queue. If you want to "
|
5345 |
"re-schedule them, please delete the posts before adding them again."
|
5348 |
"Warteschlange. Wenn Du diese Beiträge neu planen möchtest, lösche diese "
|
5349 |
"Beiträge bitte zuerst aus der Warteschlange und plane sie dann neu."
|
5350 |
|
5351 |
+
#: views/b2s/html/header.php:232
|
5352 |
msgid ""
|
5353 |
"Your limit for your quota of posts in your queue has been reached. Please "
|
5354 |
"detele posts from your queue before you add more"
|
5357 |
"erreicht. Bitte lösche Beiträge aus Deiner Warteschlange bevor Du neue "
|
5358 |
"hinzufügst "
|
5359 |
|
5360 |
+
#: views/b2s/html/header.php:232
|
5361 |
msgid " or upgade your Blog2Social license to extend your quota."
|
5362 |
msgstr ""
|
5363 |
" oder upgrade Deine Blog2Social Lizenz, um Deine Warteschlange zu erweitern."
|
5364 |
|
5365 |
+
#: views/b2s/html/header.php:243
|
5366 |
msgid "RATE IT!"
|
5367 |
msgstr "BEWERTE ES!"
|
5368 |
|
5369 |
+
#: views/b2s/html/header.php:244
|
5370 |
#, php-format
|
5371 |
msgid ""
|
5372 |
"Hi, we noticed you just shared your %s. blog post with Blog2Social - that's "
|
5379 |
"hilfst Du uns bekannter zu werden und motivierst uns Blog2Social stetig zu "
|
5380 |
"verbessen."
|
5381 |
|
5382 |
+
#: views/b2s/html/header.php:248
|
5383 |
msgid "Ok, you deserve it"
|
5384 |
msgstr "Okay, ihr habt euch das verdient"
|
5385 |
|
5386 |
+
#: views/b2s/html/header.php:251
|
5387 |
msgid "Nope, maybe later"
|
5388 |
msgstr "Nein, vielleicht später"
|
5389 |
|
5390 |
+
#: views/b2s/html/header.php:254
|
5391 |
msgid "I already did it"
|
5392 |
msgstr "Habe ich schon erledigt"
|
5393 |
|
5394 |
+
#: views/b2s/html/header.php:268
|
5395 |
msgid "Start your free 30-day-Premium-trial"
|
5396 |
msgstr "Teste Blog2Social Premium"
|
5397 |
|
5398 |
+
#: views/b2s/html/header.php:270
|
5399 |
msgid ""
|
5400 |
"Check out Blog2Social Premium with more awesome features for scheduling and "
|
5401 |
"sharing (e.g. auto-posting, best time scheduling, social media calendar) 30-"
|
5407 |
"Teilen 30 Tage lang kostenlos und unverbindlich (kein automatisches "
|
5408 |
"Abonnement)"
|
5409 |
|
5410 |
+
#: views/b2s/html/header.php:274
|
5411 |
msgid "Yes, I want to test Blog2Social Premium 30 days for free"
|
5412 |
msgstr "Ja, ich möchte Blog2Social Premium 30 Tage kostenlos testen"
|
5413 |
|
5414 |
+
#: views/b2s/html/header.php:286
|
5415 |
msgid "Your free Blog2Social Premium trial version is activated for "
|
5416 |
msgstr "Deine Blog2Social kostenlose Premium Testversion ist aktiviert für"
|
5417 |
|
5418 |
+
#: views/b2s/html/header.php:289
|
5419 |
msgid " Days"
|
5420 |
msgstr "Tage"
|
5421 |
|
5422 |
+
#: views/b2s/html/header.php:289
|
5423 |
msgid " today"
|
5424 |
msgstr "heute"
|
5425 |
|
5426 |
+
#: views/b2s/html/header.php:293 views/b2s/html/header.php:312
|
5427 |
msgid ""
|
5428 |
"Blog2Social PREMIUM can do so much for you: Auto-publish your blog post on "
|
5429 |
"autopilot, automatically schedule your social media posts with the Best Time "
|
5440 |
"Zwecke. Schon ab 5,75 € pro Monat kannst du mit den PREMIUM-Funktionen "
|
5441 |
"durchstarten."
|
5442 |
|
5443 |
+
#: views/b2s/html/header.php:296
|
5444 |
msgid "Upgrade to PREMIUM"
|
5445 |
msgstr "Jetzt auf Premium upgraden"
|
5446 |
|
5447 |
+
#: views/b2s/html/header.php:297 views/b2s/html/header.php:316
|
5448 |
msgid "I need some more time to decide"
|
5449 |
msgstr "Ich brauche etwas mehr Zeit, um mich zu entscheiden"
|
5450 |
|
5451 |
+
#: views/b2s/html/header.php:308
|
5452 |
msgid "Your free trial of Blog2Social PREMIUM has ended."
|
5453 |
msgstr "Ihre kostenlose Testversion von Blog2Social PREMIUM ist beendet."
|
5454 |
|
5455 |
+
#: views/b2s/html/header.php:309
|
5456 |
msgid "We hope you liked Blog2Social Premium."
|
5457 |
msgstr "Wir hoffen, dass Dir Blog2Social Premium gefallen hat."
|
5458 |
|
5459 |
+
#: views/b2s/html/header.php:315
|
5460 |
msgid "Yes, I want to upgrade to Blog2Social Premium"
|
5461 |
msgstr "Ja, ich möchte gerne auf Blog2Social Premium upgraden"
|
5462 |
|
5463 |
+
#: views/b2s/html/header.php:317
|
5464 |
msgid "Did you miss something? Tell us!"
|
5465 |
msgstr "Hast Du etwas vermisst? Lass es uns wissen!"
|
5466 |
|
5467 |
+
#: views/b2s/html/header.php:332
|
5468 |
msgid "Test Blog2Social PREMIUM 30 days for free"
|
5469 |
msgstr "Teste Blog2Social Premium 30 Tage lang kostenlos"
|
5470 |
|
5471 |
+
#: views/b2s/html/header.php:338
|
5472 |
msgid ""
|
5473 |
"The free trial can not be started. This blog has been already registered for "
|
5474 |
"the free trial."
|
5476 |
"Die kostenlose Testversion kann nicht gestartet werden. Dieser Blog wurde "
|
5477 |
"bereits für die kostenlose Testversion registriert."
|
5478 |
|
5479 |
+
#: views/b2s/html/header.php:341
|
5480 |
msgid "Social Media Auto-Posting"
|
5481 |
msgstr "Social Media Auto-Posting"
|
5482 |
|
5483 |
+
#: views/b2s/html/header.php:343
|
5484 |
msgid "Share on multiple accounts per network"
|
5485 |
msgstr "Teile auf mehreren Netzwerk-Konten "
|
5486 |
|
5487 |
+
#: views/b2s/html/header.php:344
|
5488 |
msgid "Best Time Scheduler: Schedule once, multiple times or recurringly."
|
5489 |
msgstr "Beste Zeitenplaner: Plane einmal, mehrmals oder wiederkehrend."
|
5490 |
|
5491 |
+
#: views/b2s/html/header.php:345
|
5492 |
msgid "Reporting with links to all published social media posts"
|
5493 |
msgstr "Reporting mit Link zu allen veröffentlichten Social Media Posts"
|
5494 |
|
5495 |
+
#: views/b2s/html/header.php:352 views/prg/html/form.php:91
|
5496 |
#: views/prg/html/form.php:100 views/prg/html/form.php:168
|
5497 |
#: views/prg/html/form.php:177
|
5498 |
msgid "First Name"
|
5499 |
msgstr "Vorname"
|
5500 |
|
5501 |
+
#: views/b2s/html/header.php:356 views/prg/html/form.php:92
|
5502 |
#: views/prg/html/form.php:103 views/prg/html/form.php:169
|
5503 |
#: views/prg/html/form.php:180
|
5504 |
msgid "Last Name"
|
5505 |
msgstr "Nachname"
|
5506 |
|
5507 |
+
#: views/b2s/html/header.php:362
|
5508 |
#, php-format
|
5509 |
msgid ""
|
5510 |
"By creating an account, you agree to Blog2Social's <a target=\"_blank\" "
|
5513 |
"Mit der Erstellung eines Kontos erklärst Du Dich einverstanden mit den "
|
5514 |
"Blog2Social <a target=\"_blank\" href=\"%s\">Nutzungsbedingungen</a>"
|
5515 |
|
5516 |
+
#: views/b2s/html/header.php:363
|
5517 |
#, php-format
|
5518 |
msgid "and <a target=\"_blank\" href=\"%s\">Privacy Notice</a>"
|
5519 |
msgstr "und <a target=\"_blank\" href=\"%s\">Datenschutzhinweis</a>"
|
5520 |
|
5521 |
+
#: views/b2s/html/header.php:370
|
5522 |
msgid "No credit card required"
|
5523 |
msgstr "Keine Kreditkarte erforderlich"
|
5524 |
|
5525 |
+
#: views/b2s/html/header.php:374
|
5526 |
msgid "Get Started"
|
5527 |
msgstr "Jetzt loslegen"
|
5528 |
|
5529 |
+
#: views/b2s/html/header.php:400
|
5530 |
msgid "The license has been successfully activated."
|
5531 |
msgstr "Deine Lizenz wurde erfolgreich aktiviert!"
|
5532 |
|
5533 |
+
#: views/b2s/html/header.php:416
|
5534 |
msgid "Your entered License Key is invalid. Please contact support!"
|
5535 |
msgstr ""
|
5536 |
"Der eingegebene Lizenzschlüssel ist ungültig. Bitte wende Dich an unseren "
|
5537 |
"Kundenservice."
|
5538 |
|
5539 |
+
#: views/b2s/html/header.php:432
|
5540 |
msgid "Your license key has reached the maximum number of users."
|
5541 |
msgstr "Dein Lizenzschlüssel hat die maximale Anzahl von Benutzern erreicht."
|
5542 |
|
5543 |
+
#: views/b2s/html/header.php:448
|
5544 |
msgid "Something went wrong on our side. Please contact support!"
|
5545 |
msgstr ""
|
5546 |
"Etwas ist auf unserer Seite schiefgelaufen. Bitte wende Dich an unseren "
|
5547 |
"Kundenservice."
|
5548 |
|
5549 |
+
#: views/b2s/html/header.php:457
|
5550 |
msgid "OK"
|
5551 |
msgstr "OK"
|
5552 |
|
5553 |
+
#: views/b2s/html/header.php:473
|
5554 |
msgid "We updated our Privacy Policy"
|
5555 |
msgstr "Wir haben unsere Datenschutzerklärung aktualisiert"
|
5556 |
|
5557 |
+
#: views/b2s/html/header.php:487
|
5558 |
msgid "Blog2Social is a service of Adenion GmbH"
|
5559 |
msgstr "Blog2Social ist ein Service der Adenion GmbH"
|
5560 |
|
5561 |
+
#: views/b2s/html/header.php:488
|
5562 |
msgid "I agree to the Adenion Privacy Policy"
|
5563 |
msgstr "Ich akzeptiere die Datenschutzerklärung von Adenion. "
|
5564 |
|
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: 2020-
|
7 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
8 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
9 |
"Language-Team: \n"
|
@@ -31,39 +31,39 @@ msgstr ""
|
|
31 |
msgid "Modify forum"
|
32 |
msgstr ""
|
33 |
|
34 |
-
#: includes/Loader.php:
|
35 |
msgid "Bitly"
|
36 |
msgstr ""
|
37 |
|
38 |
-
#: includes/Loader.php:
|
39 |
msgid "Rebrandly"
|
40 |
msgstr ""
|
41 |
|
42 |
-
#: includes/Loader.php:
|
43 |
msgid "Sniply"
|
44 |
msgstr ""
|
45 |
|
46 |
-
#: includes/Loader.php:
|
47 |
msgid "Blog2Social: Autoposter"
|
48 |
msgstr ""
|
49 |
|
50 |
-
#: includes/Loader.php:
|
51 |
msgid "Blog2Social: Social Media Content Calendar"
|
52 |
msgstr ""
|
53 |
|
54 |
-
#: includes/Loader.php:
|
55 |
msgid "This post will be shared into your social media from"
|
56 |
msgstr ""
|
57 |
|
58 |
-
#: includes/Loader.php:
|
59 |
msgid "show details"
|
60 |
msgstr ""
|
61 |
|
62 |
-
#: includes/Loader.php:
|
63 |
msgid "This post will be shared on social media in 2-3 minutes!"
|
64 |
msgstr ""
|
65 |
|
66 |
-
#: includes/Loader.php:
|
67 |
msgid ""
|
68 |
"Please make sure that your post, page or custom post type is published or "
|
69 |
"scheduled to be published on this blog before you try to post it with "
|
@@ -71,290 +71,290 @@ msgid ""
|
|
71 |
"scheduled WP posts will be shared with the posting id link."
|
72 |
msgstr ""
|
73 |
|
74 |
-
#: includes/Loader.php:
|
75 |
-
#: includes/B2S/AutoPost/Item.php:
|
76 |
msgid ""
|
77 |
"There are no social network accounts assigned to your selected network "
|
78 |
"collection. Please assign at least one social network account or select "
|
79 |
"another network collection."
|
80 |
msgstr ""
|
81 |
|
82 |
-
#: includes/Loader.php:
|
83 |
#: views/b2s/html/sidebar.ship.php:44
|
84 |
msgid "Upgrade to Premium"
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: includes/Loader.php:
|
88 |
-
#: includes/Loader.php:
|
89 |
#: views/b2s/html/sidebar.php:137
|
90 |
msgid "Settings"
|
91 |
msgstr ""
|
92 |
|
93 |
-
#: includes/Loader.php:
|
94 |
msgid "Support"
|
95 |
msgstr ""
|
96 |
|
97 |
-
#: includes/Loader.php:
|
98 |
msgid "Notifications"
|
99 |
msgstr ""
|
100 |
|
101 |
-
#: includes/Loader.php:
|
102 |
#: views/b2s/html/sidebar.php:125
|
103 |
msgid "Shared Posts"
|
104 |
msgstr ""
|
105 |
|
106 |
-
#: includes/Loader.php:
|
107 |
#: views/b2s/html/sidebar.php:119
|
108 |
msgid "Instant Sharing"
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: includes/Loader.php:
|
112 |
#: views/b2s/html/post.navbar.php:12 views/b2s/html/sidebar.php:94
|
113 |
#: views/b2s/html/sidebar.php:116
|
114 |
msgid "Drafts"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: includes/Loader.php:
|
118 |
#: views/b2s/html/sidebar.php:122 views/b2s/widgets/posts.php:18
|
119 |
msgid "Scheduled Posts"
|
120 |
msgstr ""
|
121 |
|
122 |
-
#: includes/Loader.php:
|
123 |
msgid "Social Media Post Drafts"
|
124 |
msgstr ""
|
125 |
|
126 |
-
#: includes/Loader.php:
|
127 |
#: views/b2s/html/sidebar.php:113
|
128 |
msgid "Favorites"
|
129 |
msgstr ""
|
130 |
|
131 |
-
#: includes/Loader.php:
|
132 |
#: views/b2s/html/sidebar.php:75
|
133 |
msgid "Auto-Post"
|
134 |
msgstr ""
|
135 |
|
136 |
-
#: includes/Loader.php:
|
137 |
#: views/b2s/html/sidebar.php:72
|
138 |
msgid "Re-Share Posts"
|
139 |
msgstr ""
|
140 |
|
141 |
-
#: includes/Loader.php:
|
142 |
#: views/b2s/support.php:22
|
143 |
msgid "NEW"
|
144 |
msgstr ""
|
145 |
|
146 |
-
#: includes/Loader.php:
|
147 |
#: includes/B2S/Network/Item.php:149 includes/B2S/Network/Item.php:151
|
148 |
#: includes/B2S/Network/Item.php:153 includes/B2S/Network/Item.php:220
|
149 |
-
#: includes/B2S/Network/Item.php:
|
150 |
#: includes/B2S/Ship/Portale.php:40 includes/B2S/Ship/Portale.php:42
|
151 |
msgid "Profile"
|
152 |
msgstr ""
|
153 |
|
154 |
-
#: includes/Loader.php:
|
155 |
#: includes/B2S/Network/Item.php:157 includes/B2S/Network/Item.php:157
|
156 |
#: includes/B2S/Network/Item.php:157 includes/B2S/Network/Item.php:286
|
157 |
-
#: includes/B2S/Network/Item.php:
|
158 |
#: includes/B2S/Ship/Portale.php:35
|
159 |
msgid "Page"
|
160 |
msgstr ""
|
161 |
|
162 |
-
#: includes/Loader.php:
|
163 |
-
#: includes/B2S/Network/Item.php:353 includes/B2S/Network/Item.php:
|
164 |
#: includes/B2S/Ship/Portale.php:31 includes/B2S/Ship/Portale.php:32
|
165 |
msgid "Group"
|
166 |
msgstr ""
|
167 |
|
168 |
-
#: includes/Loader.php:
|
169 |
msgid "Company"
|
170 |
msgstr ""
|
171 |
|
172 |
-
#: includes/Loader.php:
|
173 |
msgid "Business"
|
174 |
msgstr ""
|
175 |
|
176 |
-
#: includes/Loader.php:
|
177 |
#, php-format
|
178 |
msgid ""
|
179 |
"The network could not publish your post. Please see <a target=\"_blank\" "
|
180 |
"href=\"%s\">FAQ</a>"
|
181 |
msgstr ""
|
182 |
|
183 |
-
#: includes/Loader.php:
|
184 |
msgid ""
|
185 |
"Your authorization has expired. Please reconnect your account in the "
|
186 |
"Blog2Social network settings."
|
187 |
msgstr ""
|
188 |
|
189 |
-
#: includes/Loader.php:
|
190 |
msgid "The network has marked the post as spam or abusive."
|
191 |
msgstr ""
|
192 |
|
193 |
-
#: includes/Loader.php:
|
194 |
msgid ""
|
195 |
"We don't have the permission to publish your post. Please check your "
|
196 |
"authorization."
|
197 |
msgstr ""
|
198 |
|
199 |
-
#: includes/Loader.php:
|
200 |
#, php-format
|
201 |
msgid ""
|
202 |
"Your authorization is interrupted. Please check your authorization. Please "
|
203 |
"see <a target=\"_blank\" href=\"%s\">FAQ</a>"
|
204 |
msgstr ""
|
205 |
|
206 |
-
#: includes/Loader.php:
|
207 |
msgid "Your daily limit has been reached."
|
208 |
msgstr ""
|
209 |
|
210 |
-
#: includes/Loader.php:
|
211 |
msgid ""
|
212 |
"Your post could not be posted, because your image is not available or the "
|
213 |
"image source does not allow to publish"
|
214 |
msgstr ""
|
215 |
|
216 |
-
#: includes/Loader.php:
|
217 |
#, php-format
|
218 |
msgid ""
|
219 |
"The network has blocked your account. Please see <a target=\"_blank\" "
|
220 |
"href=\"%s\">FAQ</a>"
|
221 |
msgstr ""
|
222 |
|
223 |
-
#: includes/Loader.php:
|
224 |
#, php-format
|
225 |
msgid ""
|
226 |
"The number of images is reached. Please see <a target=\"_blank\" href=\"%s\">"
|
227 |
"FAQ</a>"
|
228 |
msgstr ""
|
229 |
|
230 |
-
#: includes/Loader.php:
|
231 |
msgid ""
|
232 |
"Your daily limit for this network has been reached. Please try again later."
|
233 |
msgstr ""
|
234 |
|
235 |
-
#: includes/Loader.php:
|
236 |
#, php-format
|
237 |
msgid ""
|
238 |
"The network can not publish special characters such as Emoji. Please see <a "
|
239 |
"target=\"_blank\" href=\"%s\">FAQ</a>"
|
240 |
msgstr ""
|
241 |
|
242 |
-
#: includes/Loader.php:
|
243 |
msgid "Your post is a duplicate."
|
244 |
msgstr ""
|
245 |
|
246 |
-
#: includes/Loader.php:
|
247 |
msgid "The network requires a public url."
|
248 |
msgstr ""
|
249 |
|
250 |
-
#: includes/Loader.php:
|
251 |
msgid ""
|
252 |
"Your blog post was not available for the network at the time of publication."
|
253 |
msgstr ""
|
254 |
|
255 |
-
#: includes/Loader.php:
|
256 |
msgid "You have already retweeted this post."
|
257 |
msgstr ""
|
258 |
|
259 |
-
#: includes/Loader.php:
|
260 |
msgid ""
|
261 |
"This XING API is no longer supported by XING. Please connect your XING "
|
262 |
"accounts with the new XING interface to reschedule your posts."
|
263 |
msgstr ""
|
264 |
|
265 |
-
#: includes/Loader.php:
|
266 |
msgid "An image is required to post on this social network."
|
267 |
msgstr ""
|
268 |
|
269 |
-
#: includes/Loader.php:
|
270 |
msgid "To share social media posts on Reddit or Diigo, a link is required."
|
271 |
msgstr ""
|
272 |
|
273 |
-
#: includes/Loader.php:
|
274 |
msgid ""
|
275 |
"Your post could not be posted, because your image can not be processed by "
|
276 |
"the network."
|
277 |
msgstr ""
|
278 |
|
279 |
-
#: includes/Loader.php:
|
280 |
#, php-format
|
281 |
msgid ""
|
282 |
"Instagram published your post without text. Please see <a target=\"_blank\" "
|
283 |
"href=\"%s\">FAQ</a>"
|
284 |
msgstr ""
|
285 |
|
286 |
-
#: includes/Loader.php:
|
287 |
msgid "Your group can not be found by the network."
|
288 |
msgstr ""
|
289 |
|
290 |
-
#: includes/Loader.php:
|
291 |
msgid "Dashboard"
|
292 |
msgstr ""
|
293 |
|
294 |
-
#: includes/Loader.php:
|
295 |
msgid "Share Website & Blog Content"
|
296 |
msgstr ""
|
297 |
|
298 |
-
#: includes/Loader.php:
|
299 |
msgid "Site & Blog Content"
|
300 |
msgstr ""
|
301 |
|
302 |
-
#: includes/Loader.php:
|
303 |
msgid "Create Social Media Posts"
|
304 |
msgstr ""
|
305 |
|
306 |
-
#: includes/Loader.php:
|
307 |
msgid "Social Media Posts"
|
308 |
msgstr ""
|
309 |
|
310 |
-
#: includes/Loader.php:
|
311 |
#: views/b2s/html/post.navbar.php:20 views/b2s/html/sidebar.php:128
|
312 |
msgid "Calendar"
|
313 |
msgstr ""
|
314 |
|
315 |
-
#: includes/Loader.php:
|
316 |
msgid "Networks"
|
317 |
msgstr ""
|
318 |
|
319 |
-
#: includes/Loader.php:
|
320 |
msgid "PR-Service"
|
321 |
msgstr ""
|
322 |
|
323 |
-
#: includes/Loader.php:
|
324 |
-
#: views/b2s/html/header.php:
|
325 |
#: views/b2s/html/sidebar.ship.php:66
|
326 |
msgid "Help & Support"
|
327 |
msgstr ""
|
328 |
|
329 |
-
#: includes/Loader.php:
|
330 |
msgid "Premium"
|
331 |
msgstr ""
|
332 |
|
333 |
-
#: includes/Loader.php:
|
334 |
msgid "PREMIUM"
|
335 |
msgstr ""
|
336 |
|
337 |
-
#: includes/Loader.php:
|
338 |
#: views/b2s/html/sidebar.ship.php:24
|
339 |
msgid "Blog2Social"
|
340 |
msgstr ""
|
341 |
|
342 |
-
#: includes/Loader.php:
|
343 |
msgid "Blog2Social needs Wordpress Version 4.7.0 or higher."
|
344 |
msgstr ""
|
345 |
|
346 |
-
#: includes/Loader.php:
|
347 |
#, php-format
|
348 |
msgid ""
|
349 |
"<a href=\"%s\" target=\"_blank\">Please find more Information and help in "
|
350 |
"our FAQ</a>"
|
351 |
msgstr ""
|
352 |
|
353 |
-
#: includes/Loader.php:
|
354 |
msgid "or"
|
355 |
msgstr ""
|
356 |
|
357 |
-
#: includes/Loader.php:
|
358 |
msgid "back to install plugins"
|
359 |
msgstr ""
|
360 |
|
@@ -394,200 +394,200 @@ msgid ""
|
|
394 |
"higher, or ask your server administrator to do it for you."
|
395 |
msgstr ""
|
396 |
|
397 |
-
#: includes/Tools.php:
|
398 |
#: views/b2s/html/sidebar.ship.php:29
|
399 |
msgid "License"
|
400 |
msgstr ""
|
401 |
|
402 |
-
#: includes/Tools.php:
|
403 |
msgid "Greece"
|
404 |
msgstr ""
|
405 |
|
406 |
-
#: includes/Tools.php:
|
407 |
msgid "India"
|
408 |
msgstr ""
|
409 |
|
410 |
-
#: includes/Tools.php:
|
411 |
msgid "United States of America"
|
412 |
msgstr ""
|
413 |
|
414 |
-
#: includes/Tools.php:
|
415 |
msgid "Ireland"
|
416 |
msgstr ""
|
417 |
|
418 |
-
#: includes/Tools.php:
|
419 |
msgid "Italy"
|
420 |
msgstr ""
|
421 |
|
422 |
-
#: includes/Tools.php:
|
423 |
msgid "Switzerland"
|
424 |
msgstr ""
|
425 |
|
426 |
-
#: includes/Tools.php:
|
427 |
msgid "Czechoslovakia"
|
428 |
msgstr ""
|
429 |
|
430 |
-
#: includes/Tools.php:
|
431 |
msgid "Indonesia"
|
432 |
msgstr ""
|
433 |
|
434 |
-
#: includes/Tools.php:
|
435 |
msgid "Spain"
|
436 |
msgstr ""
|
437 |
|
438 |
-
#: includes/Tools.php:
|
439 |
msgid "Canada"
|
440 |
msgstr ""
|
441 |
|
442 |
-
#: includes/Tools.php:
|
443 |
msgid "Great Britain"
|
444 |
msgstr ""
|
445 |
|
446 |
-
#: includes/Tools.php:
|
447 |
msgid "Russia"
|
448 |
msgstr ""
|
449 |
|
450 |
-
#: includes/Tools.php:
|
451 |
msgid "Netherlands"
|
452 |
msgstr ""
|
453 |
|
454 |
-
#: includes/Tools.php:
|
455 |
msgid "Portugal"
|
456 |
msgstr ""
|
457 |
|
458 |
-
#: includes/Tools.php:
|
459 |
msgid "Norway"
|
460 |
msgstr ""
|
461 |
|
462 |
-
#: includes/Tools.php:
|
463 |
msgid "Turkey"
|
464 |
msgstr ""
|
465 |
|
466 |
-
#: includes/Tools.php:
|
467 |
msgid "Australia"
|
468 |
msgstr ""
|
469 |
|
470 |
-
#: includes/Tools.php:
|
471 |
msgid "Austria"
|
472 |
msgstr ""
|
473 |
|
474 |
-
#: includes/Tools.php:
|
475 |
msgid "Poland"
|
476 |
msgstr ""
|
477 |
|
478 |
-
#: includes/Tools.php:
|
479 |
msgid "France"
|
480 |
msgstr ""
|
481 |
|
482 |
-
#: includes/Tools.php:
|
483 |
msgid "Romania"
|
484 |
msgstr ""
|
485 |
|
486 |
-
#: includes/Tools.php:
|
487 |
msgid "Germany"
|
488 |
msgstr ""
|
489 |
|
490 |
-
#: includes/Tools.php:
|
491 |
msgid "Denmark"
|
492 |
msgstr ""
|
493 |
|
494 |
-
#: includes/Tools.php:
|
495 |
msgid "New Zealand"
|
496 |
msgstr ""
|
497 |
|
498 |
-
#: includes/Tools.php:
|
499 |
msgid "Finland"
|
500 |
msgstr ""
|
501 |
|
502 |
-
#: includes/Tools.php:
|
503 |
msgid "Hungary"
|
504 |
msgstr ""
|
505 |
|
506 |
-
#: includes/Tools.php:
|
507 |
msgid "Japan"
|
508 |
msgstr ""
|
509 |
|
510 |
-
#: includes/Tools.php:
|
511 |
msgid "Argentina"
|
512 |
msgstr ""
|
513 |
|
514 |
-
#: includes/Tools.php:
|
515 |
msgid "Korea"
|
516 |
msgstr ""
|
517 |
|
518 |
-
#: includes/Tools.php:
|
519 |
msgid "Sweden"
|
520 |
msgstr ""
|
521 |
|
522 |
-
#: includes/Tools.php:
|
523 |
msgid "Mexico"
|
524 |
msgstr ""
|
525 |
|
526 |
-
#: includes/Tools.php:
|
527 |
msgid "Slovakia"
|
528 |
msgstr ""
|
529 |
|
530 |
-
#: includes/Tools.php:
|
531 |
msgid "Chile"
|
532 |
msgstr ""
|
533 |
|
534 |
-
#: includes/Tools.php:
|
535 |
msgid "Colombia"
|
536 |
msgstr ""
|
537 |
|
538 |
-
#: includes/Tools.php:
|
539 |
msgid "South Africa"
|
540 |
msgstr ""
|
541 |
|
542 |
-
#: includes/Tools.php:
|
543 |
msgid "Philippines"
|
544 |
msgstr ""
|
545 |
|
546 |
-
#: includes/Tools.php:
|
547 |
msgid "is determined automatically"
|
548 |
msgstr ""
|
549 |
|
550 |
-
#: includes/Tools.php:
|
551 |
msgid "Search"
|
552 |
msgstr ""
|
553 |
|
554 |
-
#: includes/Tools.php:
|
555 |
msgid "Recently Used"
|
556 |
msgstr ""
|
557 |
|
558 |
-
#: includes/Tools.php:
|
559 |
msgid "Smileys & People"
|
560 |
msgstr ""
|
561 |
|
562 |
-
#: includes/Tools.php:
|
563 |
msgid "Animals & Nature"
|
564 |
msgstr ""
|
565 |
|
566 |
-
#: includes/Tools.php:
|
567 |
msgid "Food & Drink"
|
568 |
msgstr ""
|
569 |
|
570 |
-
#: includes/Tools.php:
|
571 |
msgid "Activities"
|
572 |
msgstr ""
|
573 |
|
574 |
-
#: includes/Tools.php:
|
575 |
msgid "Travel & Places"
|
576 |
msgstr ""
|
577 |
|
578 |
-
#: includes/Tools.php:
|
579 |
msgid "Objects"
|
580 |
msgstr ""
|
581 |
|
582 |
-
#: includes/Tools.php:
|
583 |
msgid "Symbols"
|
584 |
msgstr ""
|
585 |
|
586 |
-
#: includes/Tools.php:
|
587 |
msgid "Flags"
|
588 |
msgstr ""
|
589 |
|
590 |
-
#: includes/Tools.php:
|
591 |
msgid "No emojis found"
|
592 |
msgstr ""
|
593 |
|
@@ -629,111 +629,112 @@ msgstr ""
|
|
629 |
msgid "Please contact our support!"
|
630 |
msgstr ""
|
631 |
|
632 |
-
#: includes/Ajax/Post.php:
|
633 |
#: includes/B2S/Network/Item.php:218 includes/B2S/Network/Item.php:284
|
634 |
#: includes/B2S/Network/Item.php:351 includes/B2S/Network/Item.php:477
|
635 |
msgid "Unknown username"
|
636 |
msgstr ""
|
637 |
|
638 |
-
#: includes/Ajax/Post.php:
|
639 |
-
#: includes/B2S/Post/Item.php:
|
640 |
-
#: includes/B2S/Post/Item.php:
|
641 |
-
#: includes/B2S/Settings/Item.php:
|
642 |
-
#: includes/B2S/Ship/Item.php:
|
643 |
msgid "delete"
|
644 |
msgstr ""
|
645 |
|
646 |
-
#: includes/B2S/PostBox.php:
|
647 |
msgid "Please see FAQ"
|
648 |
msgstr ""
|
649 |
|
650 |
-
#: includes/B2S/PostBox.php:
|
651 |
-
#: views/b2s/html/header.php:
|
652 |
msgid "The connection to the server failed. Try again!"
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: includes/B2S/PostBox.php:
|
656 |
msgid ""
|
657 |
"WordPress uses heartbeats by default, Blog2Social as well. Please enable "
|
658 |
"heartbeats for using Blog2Social!"
|
659 |
msgstr ""
|
660 |
|
661 |
-
#: includes/B2S/PostBox.php:
|
662 |
msgid ""
|
663 |
"Your post is still on draft or pending status. Please make sure that your "
|
664 |
"post is published or scheduled to be published on this blog. You can then "
|
665 |
"auto-post or schedule and customize your social media posts with Blog2Social."
|
666 |
msgstr ""
|
667 |
|
668 |
-
#: includes/B2S/PostBox.php:
|
669 |
-
#: includes/B2S/AutoPost/Item.php:
|
670 |
msgid "Network settings"
|
671 |
msgstr ""
|
672 |
|
673 |
-
#: includes/B2S/PostBox.php:
|
674 |
msgid ""
|
675 |
"Notice: Please make sure, that your website address is reachable. The Social "
|
676 |
"Networks do not allow postings from local installations."
|
677 |
msgstr ""
|
678 |
|
679 |
-
#: includes/B2S/PostBox.php:
|
680 |
msgid "Custom Sharing & Scheduling"
|
681 |
msgstr ""
|
682 |
|
683 |
-
#: includes/B2S/PostBox.php:
|
684 |
-
#: includes/B2S/PostBox.php:
|
685 |
#: views/b2s/ship.php:166 views/b2s/ship.php:258
|
686 |
-
#: includes/B2S/AutoPost/Item.php:
|
687 |
-
#: includes/B2S/
|
688 |
-
#: includes/B2S/RePost/Item.php:
|
|
|
689 |
msgid "Info"
|
690 |
msgstr ""
|
691 |
|
692 |
-
#: includes/B2S/PostBox.php:
|
693 |
msgid "Customize & Schedule Social Media Posts"
|
694 |
msgstr ""
|
695 |
|
696 |
-
#: includes/B2S/PostBox.php:
|
697 |
msgid "The Autoposter is"
|
698 |
msgstr ""
|
699 |
|
700 |
-
#: includes/B2S/PostBox.php:
|
701 |
msgid "activated"
|
702 |
msgstr ""
|
703 |
|
704 |
-
#: includes/B2S/PostBox.php:
|
705 |
msgid "deactivated"
|
706 |
msgstr ""
|
707 |
|
708 |
-
#: includes/B2S/PostBox.php:
|
709 |
msgid "Shared"
|
710 |
msgstr ""
|
711 |
|
712 |
-
#: includes/B2S/PostBox.php:
|
713 |
msgid "times"
|
714 |
msgstr ""
|
715 |
|
716 |
-
#: includes/B2S/PostBox.php:
|
717 |
msgid "Last shared"
|
718 |
msgstr ""
|
719 |
|
720 |
-
#: includes/B2S/PostBox.php:
|
721 |
msgid "Advanced settings"
|
722 |
msgstr ""
|
723 |
|
724 |
-
#: includes/B2S/PostBox.php:
|
725 |
msgid "enable Auto-Posting"
|
726 |
msgstr ""
|
727 |
|
728 |
-
#: includes/B2S/PostBox.php:
|
729 |
msgid "show calendar"
|
730 |
msgstr ""
|
731 |
|
732 |
-
#: includes/B2S/PostBox.php:
|
733 |
msgid "Blog2Social: Customize & Schedule Social Media Posts"
|
734 |
msgstr ""
|
735 |
|
736 |
-
#: includes/B2S/PostBox.php:
|
737 |
msgid ""
|
738 |
"Customize and schedule your social media posts on the one page preview for "
|
739 |
"all your selected networks: tailor your posts with individual comments, "
|
@@ -742,12 +743,12 @@ msgid ""
|
|
742 |
"engagement with your community."
|
743 |
msgstr ""
|
744 |
|
745 |
-
#: includes/B2S/PostBox.php:
|
746 |
-
#: views/b2s/html/footer.php:
|
747 |
msgid "Blog2Social: Social Media Auto-Posting"
|
748 |
msgstr ""
|
749 |
|
750 |
-
#: includes/B2S/PostBox.php:
|
751 |
msgid ""
|
752 |
"Share your blog posts with the Auto Poster: Your blog posts will be shared "
|
753 |
"automatically on your social media channels as soon as you publish or update "
|
@@ -755,202 +756,210 @@ msgid ""
|
|
755 |
"they are published."
|
756 |
msgstr ""
|
757 |
|
758 |
-
#: includes/B2S/PostBox.php:
|
759 |
#, php-format
|
760 |
msgid ""
|
761 |
"<a target=\"_blank\" href=\"%s\">Learn how to set up auto posting for your "
|
762 |
"blog posts</a>"
|
763 |
msgstr ""
|
764 |
|
765 |
-
#: includes/B2S/PostBox.php:
|
766 |
-
#: views/b2s/html/footer.php:
|
767 |
msgid "You want to auto-post your blog post?"
|
768 |
msgstr ""
|
769 |
|
770 |
-
#: includes/B2S/PostBox.php:
|
771 |
-
#: views/b2s/curation.php:210 views/b2s/post.calendar.php:
|
772 |
#: views/b2s/ship.php:309 views/b2s/ship.php:373 views/b2s/ship.php:419
|
773 |
-
#: views/b2s/html/footer.php:
|
774 |
-
#: views/b2s/html/footer.php:
|
775 |
-
#: views/b2s/html/footer.php:
|
776 |
-
#: views/b2s/html/footer.php:
|
777 |
msgid "With Blog2Social Premium you can:"
|
778 |
msgstr ""
|
779 |
|
780 |
-
#: includes/B2S/PostBox.php:
|
781 |
-
#: views/b2s/curation.php:213 views/b2s/post.calendar.php:
|
782 |
#: views/b2s/ship.php:312 views/b2s/ship.php:376 views/b2s/ship.php:422
|
783 |
-
#: views/b2s/html/footer.php:
|
784 |
-
#: views/b2s/html/footer.php:
|
785 |
-
#: views/b2s/html/footer.php:
|
786 |
-
#: views/b2s/html/footer.php:
|
787 |
-
#: views/b2s/html/header.php:
|
788 |
msgid "Post on pages and groups"
|
789 |
msgstr ""
|
790 |
|
791 |
-
#: includes/B2S/PostBox.php:
|
792 |
-
#: views/b2s/curation.php:214 views/b2s/post.calendar.php:
|
793 |
#: views/b2s/ship.php:313 views/b2s/ship.php:377 views/b2s/ship.php:423
|
794 |
-
#: views/b2s/html/footer.php:
|
795 |
-
#: views/b2s/html/footer.php:
|
796 |
-
#: views/b2s/html/footer.php:
|
797 |
-
#: views/b2s/html/footer.php:
|
798 |
msgid "Share on multiple profiles, pages and groups"
|
799 |
msgstr ""
|
800 |
|
801 |
-
#: includes/B2S/PostBox.php:
|
802 |
-
#: views/b2s/curation.php:215 views/b2s/post.calendar.php:
|
803 |
#: views/b2s/ship.php:314 views/b2s/ship.php:378 views/b2s/ship.php:424
|
804 |
-
#: views/b2s/html/footer.php:
|
805 |
-
#: views/b2s/html/footer.php:
|
806 |
-
#: views/b2s/html/footer.php:
|
807 |
-
#: views/b2s/html/footer.php:
|
808 |
-
#: views/b2s/html/footer.php:
|
809 |
msgid "Auto-post and auto-schedule new and updated blog posts"
|
810 |
msgstr ""
|
811 |
|
812 |
-
#: includes/B2S/PostBox.php:
|
813 |
-
#: views/b2s/curation.php:216 views/b2s/post.calendar.php:
|
814 |
#: views/b2s/ship.php:315 views/b2s/ship.php:379 views/b2s/ship.php:425
|
815 |
-
#: views/b2s/html/footer.php:
|
816 |
-
#: views/b2s/html/footer.php:
|
817 |
-
#: views/b2s/html/footer.php:
|
818 |
-
#: views/b2s/html/footer.php:
|
819 |
msgid "Schedule your posts at the best times on each network"
|
820 |
msgstr ""
|
821 |
|
822 |
-
#: includes/B2S/PostBox.php:
|
823 |
-
#: views/b2s/curation.php:217 views/b2s/post.calendar.php:
|
824 |
#: views/b2s/ship.php:316 views/b2s/ship.php:380 views/b2s/ship.php:426
|
825 |
-
#: views/b2s/html/footer.php:
|
826 |
-
#: views/b2s/html/footer.php:
|
827 |
-
#: views/b2s/html/footer.php:
|
828 |
-
#: views/b2s/html/footer.php:
|
829 |
msgid ""
|
830 |
"Best Time Manager: use predefined best time scheduler to auto-schedule your "
|
831 |
"social media posts"
|
832 |
msgstr ""
|
833 |
|
834 |
-
#: includes/B2S/PostBox.php:
|
835 |
-
#: views/b2s/curation.php:218 views/b2s/post.calendar.php:
|
836 |
#: views/b2s/ship.php:317 views/b2s/ship.php:381 views/b2s/ship.php:427
|
837 |
-
#: views/b2s/html/footer.php:
|
838 |
-
#: views/b2s/html/footer.php:
|
839 |
-
#: views/b2s/html/footer.php:
|
840 |
-
#: views/b2s/html/footer.php:
|
841 |
msgid "Schedule your post for one time, multiple times or recurrently"
|
842 |
msgstr ""
|
843 |
|
844 |
-
#: includes/B2S/PostBox.php:
|
845 |
-
#: views/b2s/curation.php:219 views/b2s/post.calendar.php:
|
846 |
#: views/b2s/ship.php:318 views/b2s/ship.php:382 views/b2s/ship.php:428
|
847 |
-
#: views/b2s/html/footer.php:
|
848 |
-
#: views/b2s/html/footer.php:
|
849 |
-
#: views/b2s/html/footer.php:
|
850 |
-
#: views/b2s/html/footer.php:
|
851 |
msgid "Schedule and re-share old posts"
|
852 |
msgstr ""
|
853 |
|
854 |
-
#: includes/B2S/PostBox.php:
|
855 |
-
#: views/b2s/curation.php:220 views/b2s/post.calendar.php:
|
856 |
#: views/b2s/ship.php:319 views/b2s/ship.php:383 views/b2s/ship.php:429
|
857 |
-
#: views/b2s/html/footer.php:
|
858 |
-
#: views/b2s/html/footer.php:
|
859 |
-
#: views/b2s/html/footer.php:
|
860 |
-
#: views/b2s/html/footer.php:
|
861 |
-
#: views/b2s/html/footer.php:
|
862 |
msgid "Select link format or image format for your posts"
|
863 |
msgstr ""
|
864 |
|
865 |
-
#: includes/B2S/PostBox.php:
|
866 |
-
#: views/b2s/curation.php:221 views/b2s/post.calendar.php:
|
867 |
#: views/b2s/ship.php:320 views/b2s/ship.php:384 views/b2s/ship.php:430
|
868 |
-
#: views/b2s/html/footer.php:
|
869 |
-
#: views/b2s/html/footer.php:
|
870 |
-
#: views/b2s/html/footer.php:
|
871 |
-
#: views/b2s/html/footer.php:
|
872 |
-
#: views/b2s/html/footer.php:
|
873 |
msgid "Select individual images per post"
|
874 |
msgstr ""
|
875 |
|
876 |
-
#: includes/B2S/PostBox.php:
|
877 |
-
#: views/b2s/curation.php:222 views/b2s/post.calendar.php:
|
878 |
#: views/b2s/ship.php:321 views/b2s/ship.php:385 views/b2s/ship.php:431
|
879 |
-
#: views/b2s/html/footer.php:
|
880 |
-
#: views/b2s/html/footer.php:
|
881 |
-
#: views/b2s/html/footer.php:
|
882 |
-
#: views/b2s/html/footer.php:
|
883 |
msgid ""
|
884 |
"Reporting & calendar: keep track of your published and scheduled social "
|
885 |
"media posts"
|
886 |
msgstr ""
|
887 |
|
888 |
-
#: includes/B2S/PostBox.php:
|
889 |
-
#: views/b2s/curation.php:224 views/b2s/post.calendar.php:
|
890 |
#: views/b2s/ship.php:323 views/b2s/ship.php:387 views/b2s/ship.php:433
|
891 |
-
#: views/b2s/html/footer.php:
|
892 |
-
#: views/b2s/html/footer.php:
|
893 |
-
#: views/b2s/html/footer.php:
|
894 |
-
#: views/b2s/html/footer.php:
|
895 |
msgid "Upgrade to SMART and above"
|
896 |
msgstr ""
|
897 |
|
898 |
-
#: includes/B2S/PostBox.php:
|
899 |
-
#: views/b2s/curation.php:226 views/b2s/post.calendar.php:
|
900 |
#: views/b2s/ship.php:325 views/b2s/ship.php:389 views/b2s/ship.php:435
|
901 |
-
#: views/b2s/html/footer.php:
|
902 |
-
#: views/b2s/html/footer.php:
|
903 |
-
#: views/b2s/html/footer.php:
|
904 |
-
#: views/b2s/html/footer.php:
|
905 |
-
#: views/b2s/html/footer.php:
|
|
|
906 |
#, php-format
|
907 |
msgid ""
|
908 |
"or <a target=\"_blank\" href=\"%s\">start with free 30-days-trial of "
|
909 |
"Blog2Social Premium</a> (no payment information needed)"
|
910 |
msgstr ""
|
911 |
|
912 |
-
#: includes/B2S/PostBox.php:
|
913 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
914 |
msgid "Select network collection:"
|
915 |
msgstr ""
|
916 |
|
917 |
-
#: includes/B2S/PostBox.php:
|
918 |
msgid "Available networks for autoposting"
|
919 |
msgstr ""
|
920 |
|
921 |
-
#: includes/B2S/PostBox.php:
|
922 |
-
#: views/b2s/repost.php:203
|
923 |
#, php-format
|
924 |
msgid ""
|
925 |
-
"Under <a href=\"%s\">Network Settings</a> you define which network
|
926 |
-
"is used. <a href=\"%s\" target=\"_blank\">
|
|
|
927 |
msgstr ""
|
928 |
|
929 |
-
#: includes/B2S/PostBox.php:
|
930 |
#: views/b2s/repost.php:204
|
931 |
msgid "Available networks"
|
932 |
msgstr ""
|
933 |
|
934 |
-
#: includes/B2S/PostBox.php:
|
935 |
-
#: views/b2s/repost.php:167 includes/B2S/AutoPost/Item.php:
|
936 |
-
#: includes/B2S/Curation/View.php:97 includes/B2S/RePost/Item.php:
|
937 |
msgid "Select Twitter profile:"
|
938 |
msgstr ""
|
939 |
|
940 |
-
#: includes/B2S/PostBox.php:
|
941 |
msgid "When do you want to share your post on social media?"
|
942 |
msgstr ""
|
943 |
|
944 |
-
#: includes/B2S/PostBox.php:
|
945 |
msgid "immediately after publishing"
|
946 |
msgstr ""
|
947 |
|
948 |
-
#: includes/B2S/PostBox.php:
|
949 |
msgid "at best times"
|
950 |
msgstr ""
|
951 |
|
952 |
#: views/b2s/autopost.php:18 views/b2s/settings.php:18
|
953 |
-
#: includes/B2S/Ship/Image.php:
|
954 |
msgid ""
|
955 |
"You need a higher user role to upload an image on this blog. Please contact "
|
956 |
"your administrator."
|
@@ -961,21 +970,21 @@ msgid "save..."
|
|
961 |
msgstr ""
|
962 |
|
963 |
#: views/b2s/autopost.php:48 views/b2s/settings.php:73
|
964 |
-
#: includes/B2S/Ship/Image.php:
|
965 |
msgid "Select or upload an image from media gallery"
|
966 |
msgstr ""
|
967 |
|
968 |
#: views/b2s/autopost.php:49 views/b2s/settings.php:74
|
969 |
-
#: includes/B2S/Ship/Image.php:
|
970 |
msgid "Use image"
|
971 |
msgstr ""
|
972 |
|
973 |
-
#: views/b2s/autopost.php:59 views/b2s/settings.php:
|
974 |
-
#: includes/B2S/Settings/Item.php:
|
975 |
msgid "Personal Time Zone"
|
976 |
msgstr ""
|
977 |
|
978 |
-
#: views/b2s/autopost.php:62 views/b2s/settings.php:
|
979 |
msgid ""
|
980 |
"Blog2Social applies the scheduled time settings based on the time zone "
|
981 |
"defined in the general settings of your WordPress. You can select a user-"
|
@@ -991,7 +1000,7 @@ msgid ""
|
|
991 |
msgstr ""
|
992 |
|
993 |
#: views/b2s/autopost.php:76 views/b2s/repost.php:170
|
994 |
-
#: includes/B2S/AutoPost/Item.php:
|
995 |
msgid "More information"
|
996 |
msgstr ""
|
997 |
|
@@ -1006,10 +1015,10 @@ msgid "Get the Blog2Social Browser Extension"
|
|
1006 |
msgstr ""
|
1007 |
|
1008 |
#: views/b2s/curation.draft.php:47 views/b2s/network.php:61
|
1009 |
-
#: views/b2s/network.php:149 views/b2s/network.php:
|
1010 |
-
#: views/b2s/network.php:
|
1011 |
#: views/b2s/post.approve.php:51 views/b2s/post.calendar.php:60
|
1012 |
-
#: views/b2s/post.calendar.php:
|
1013 |
#: views/b2s/post.favorites.php:41 views/b2s/post.notice.php:45
|
1014 |
#: views/b2s/post.php:41 views/b2s/post.publish.php:45
|
1015 |
#: views/b2s/post.sched.php:59 views/b2s/repost.php:28 views/b2s/ship.php:188
|
@@ -1064,24 +1073,24 @@ msgstr ""
|
|
1064 |
|
1065 |
#: views/b2s/curation.php:45 views/b2s/post.calendar.php:70
|
1066 |
#: views/b2s/post.sched.php:189 views/b2s/repost.php:73
|
1067 |
-
#: includes/B2S/Settings/Item.php:
|
1068 |
-
#: views/b2s/html/footer.php:
|
1069 |
msgid "Link Post"
|
1070 |
msgstr ""
|
1071 |
|
1072 |
#: views/b2s/curation.php:47 views/b2s/curation.php:49
|
1073 |
#: views/b2s/post.calendar.php:70 views/b2s/post.sched.php:189
|
1074 |
-
#: views/b2s/repost.php:73 includes/B2S/Settings/Item.php:
|
1075 |
-
#: includes/B2S/Settings/Item.php:
|
1076 |
msgid "Image Post"
|
1077 |
msgstr ""
|
1078 |
|
1079 |
-
#: views/b2s/curation.php:49 views/b2s/network.php:
|
1080 |
#: includes/B2S/AutoPost/Item.php:31 includes/B2S/Curation/View.php:56
|
1081 |
#: includes/B2S/Network/Item.php:164 includes/B2S/Network/Item.php:258
|
1082 |
#: includes/B2S/Network/Item.php:324 includes/B2S/Network/Item.php:386
|
1083 |
-
#: includes/B2S/RePost/Item.php:23 includes/B2S/Settings/Item.php:
|
1084 |
-
#: includes/B2S/Ship/Image.php:
|
1085 |
#: views/b2s/html/post.navbar.php:15 views/b2s/html/post.navbar.php:18
|
1086 |
#: views/b2s/html/post.navbar.php:20 views/b2s/partials/post-edit-modal.php:9
|
1087 |
#: views/b2s/widgets/posts.php:18
|
@@ -1108,14 +1117,20 @@ msgstr ""
|
|
1108 |
msgid "continue"
|
1109 |
msgstr ""
|
1110 |
|
1111 |
-
#: views/b2s/curation.php:93 includes/B2S/Ship/Item.php:
|
1112 |
-
#: includes/B2S/Ship/Item.php:
|
1113 |
-
#: includes/B2S/Ship/Item.php:
|
1114 |
-
#: includes/B2S/Ship/Item.php:
|
1115 |
-
#: includes/B2S/Ship/Item.php:
|
1116 |
-
#: includes/B2S/Ship/Item.php:
|
1117 |
-
#: includes/B2S/Ship/Item.php:
|
1118 |
-
#: includes/B2S/Ship/Item.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
1119 |
msgid "Change image"
|
1120 |
msgstr ""
|
1121 |
|
@@ -1124,7 +1139,7 @@ msgid "Write something..."
|
|
1124 |
msgstr ""
|
1125 |
|
1126 |
#: views/b2s/curation.php:112 views/b2s/ship.php:260 views/b2s/ship.php:262
|
1127 |
-
#: includes/B2S/Post/Item.php:
|
1128 |
msgid "Re-share this post"
|
1129 |
msgstr ""
|
1130 |
|
@@ -1133,8 +1148,8 @@ msgid "Create a new post"
|
|
1133 |
msgstr ""
|
1134 |
|
1135 |
#: views/b2s/curation.php:119 views/b2s/post.calendar.php:38
|
1136 |
-
#: views/b2s/ship.php:18 views/b2s/ship.php:663 includes/B2S/Post/Filter.php:
|
1137 |
-
#: includes/B2S/Post/Item.php:
|
1138 |
#: includes/PRG/Post/Filter.php:37 includes/PRG/Post/Item.php:86
|
1139 |
msgid "published"
|
1140 |
msgstr ""
|
@@ -1149,34 +1164,34 @@ msgstr ""
|
|
1149 |
msgid "YES"
|
1150 |
msgstr ""
|
1151 |
|
1152 |
-
#: views/b2s/curation.php:154 views/b2s/post.calendar.php:
|
1153 |
#: views/b2s/ship.php:402
|
1154 |
msgid "Need to schedule your posts?"
|
1155 |
msgstr ""
|
1156 |
|
1157 |
-
#: views/b2s/curation.php:157 views/b2s/post.calendar.php:
|
1158 |
#: views/b2s/ship.php:405
|
1159 |
msgid "Blog2Social Premium covers everything you need."
|
1160 |
msgstr ""
|
1161 |
|
1162 |
-
#: views/b2s/curation.php:160 views/b2s/post.calendar.php:
|
1163 |
-
#: views/b2s/ship.php:408 includes/B2S/Ship/Item.php:
|
1164 |
msgid "Schedule for specific dates"
|
1165 |
msgstr ""
|
1166 |
|
1167 |
-
#: views/b2s/curation.php:161 views/b2s/post.calendar.php:
|
1168 |
#: views/b2s/ship.php:409
|
1169 |
msgid ""
|
1170 |
"You want to publish a post on a specific date? No problem! Just enter your "
|
1171 |
"desired date and you are ready to go!"
|
1172 |
msgstr ""
|
1173 |
|
1174 |
-
#: views/b2s/curation.php:163 views/b2s/post.calendar.php:
|
1175 |
#: views/b2s/ship.php:411
|
1176 |
msgid "Schedule post recurrently"
|
1177 |
msgstr ""
|
1178 |
|
1179 |
-
#: views/b2s/curation.php:164 views/b2s/post.calendar.php:
|
1180 |
#: views/b2s/ship.php:412
|
1181 |
msgid ""
|
1182 |
"You have evergreen content you want to re-share from time to time in your "
|
@@ -1184,12 +1199,12 @@ msgid ""
|
|
1184 |
"or recurringly at specific times."
|
1185 |
msgstr ""
|
1186 |
|
1187 |
-
#: views/b2s/curation.php:166 views/b2s/post.calendar.php:
|
1188 |
#: views/b2s/ship.php:414
|
1189 |
msgid "Best Time Scheduler"
|
1190 |
msgstr ""
|
1191 |
|
1192 |
-
#: views/b2s/curation.php:167 views/b2s/post.calendar.php:
|
1193 |
#: views/b2s/ship.php:415
|
1194 |
msgid ""
|
1195 |
"Whenever you publish a post, only a fraction of your followers will actually "
|
@@ -1218,6 +1233,13 @@ msgstr ""
|
|
1218 |
msgid "Available networks for Social Media Posts"
|
1219 |
msgstr ""
|
1220 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1221 |
#: views/b2s/dashboard.php:26
|
1222 |
msgid "Your Activity"
|
1223 |
msgstr ""
|
@@ -1234,8 +1256,12 @@ msgstr ""
|
|
1234 |
msgid "Follow us"
|
1235 |
msgstr ""
|
1236 |
|
|
|
|
|
|
|
|
|
1237 |
#: views/b2s/network.php:25 views/b2s/network.php:26
|
1238 |
-
#: views/b2s/post.calendar.php:
|
1239 |
#: views/prg/post.php:26 views/prg/post.php:27
|
1240 |
#: views/b2s/html/post.navbar.php:26 views/b2s/html/post.navbar.php:27
|
1241 |
msgid "filter"
|
@@ -1251,7 +1277,9 @@ msgstr ""
|
|
1251 |
|
1252 |
#: views/b2s/network.php:35 includes/B2S/Network/Item.php:153
|
1253 |
#: includes/B2S/Network/Item.php:157 includes/B2S/Network/Item.php:161
|
1254 |
-
#: includes/B2S/Ship/Image.php:
|
|
|
|
|
1255 |
#: includes/B2S/Ship/Portale.php:35 includes/B2S/Ship/Portale.php:42
|
1256 |
msgid "PRO"
|
1257 |
msgstr ""
|
@@ -1261,7 +1289,7 @@ msgid "Delete"
|
|
1261 |
msgstr ""
|
1262 |
|
1263 |
#: views/b2s/network.php:48 views/b2s/ship.php:74 views/b2s/ship.php:372
|
1264 |
-
#: views/b2s/html/footer.php:
|
1265 |
msgid "You want to schedule your posts and use the Best Time Scheduler?"
|
1266 |
msgstr ""
|
1267 |
|
@@ -1302,7 +1330,7 @@ msgid ""
|
|
1302 |
msgstr ""
|
1303 |
|
1304 |
#: views/b2s/network.php:130 views/b2s/premium.php:36 views/b2s/ship.php:494
|
1305 |
-
#: includes/B2S/Ship/Item.php:
|
1306 |
msgid "Learn more"
|
1307 |
msgstr ""
|
1308 |
|
@@ -1364,21 +1392,21 @@ msgstr ""
|
|
1364 |
msgid "modfiy"
|
1365 |
msgstr ""
|
1366 |
|
1367 |
-
#: views/b2s/network.php:
|
1368 |
#: includes/B2S/Network/Item.php:164
|
1369 |
msgid "Edit Post Template"
|
1370 |
msgstr ""
|
1371 |
|
1372 |
-
#: views/b2s/network.php:
|
1373 |
-
#: includes/B2S/Network/Item.php:538 includes/B2S/Settings/Item.php:
|
1374 |
msgid "save"
|
1375 |
msgstr ""
|
1376 |
|
1377 |
-
#: views/b2s/network.php:
|
1378 |
msgid "Instant Caching for Link Posts"
|
1379 |
msgstr ""
|
1380 |
|
1381 |
-
#: views/b2s/network.php:
|
1382 |
msgid ""
|
1383 |
"Please enable this feature, if you are using varnish caching (HTTP "
|
1384 |
"accelerator to relieve your website). Blog2Social will add a \"no-cache=1\" "
|
@@ -1386,76 +1414,76 @@ msgid ""
|
|
1386 |
"always pulls the current meta data of your blog post."
|
1387 |
msgstr ""
|
1388 |
|
1389 |
-
#: views/b2s/network.php:
|
1390 |
msgid "Choose your Post Format"
|
1391 |
msgstr ""
|
1392 |
|
1393 |
-
#: views/b2s/network.php:
|
1394 |
-
#: views/b2s/network.php:
|
1395 |
msgid ""
|
1396 |
"Decide in which post format you want to post your content: Link post or "
|
1397 |
"image post."
|
1398 |
msgstr ""
|
1399 |
|
1400 |
-
#: views/b2s/network.php:
|
1401 |
msgid ""
|
1402 |
"Decide in wich form you want to post your Content. Either as image with "
|
1403 |
"frame, or as image cut out."
|
1404 |
msgstr ""
|
1405 |
|
1406 |
-
#: views/b2s/network.php:
|
1407 |
msgid "Post Content"
|
1408 |
msgstr ""
|
1409 |
|
1410 |
-
#: views/b2s/network.php:
|
1411 |
msgid ""
|
1412 |
"Edit the content of your post. Move elements by drag and drop into the "
|
1413 |
"textarea and customize them as you like."
|
1414 |
msgstr ""
|
1415 |
|
1416 |
-
#: views/b2s/network.php:
|
1417 |
msgid "Legend"
|
1418 |
msgstr ""
|
1419 |
|
1420 |
-
#: views/b2s/network.php:
|
1421 |
msgid "The title of your post"
|
1422 |
msgstr ""
|
1423 |
|
1424 |
-
#: views/b2s/network.php:
|
1425 |
msgid "The summary of your post (you define it in the side menu of your post)."
|
1426 |
msgstr ""
|
1427 |
|
1428 |
-
#: views/b2s/network.php:
|
1429 |
msgid "The content of your post"
|
1430 |
msgstr ""
|
1431 |
|
1432 |
-
#: views/b2s/network.php:
|
1433 |
msgid "The tags you have set in your post."
|
1434 |
msgstr ""
|
1435 |
|
1436 |
-
#: views/b2s/network.php:
|
1437 |
msgid "The name of the post author."
|
1438 |
msgstr ""
|
1439 |
|
1440 |
-
#: views/b2s/network.php:
|
1441 |
msgid "Character limit"
|
1442 |
msgstr ""
|
1443 |
|
1444 |
-
#: views/b2s/network.php:
|
1445 |
msgid ""
|
1446 |
"Define the character limit for the variables \"EXCERPT\" and \"CONTENT\" "
|
1447 |
"individually. Your text will be shortened after the last comma, period, or "
|
1448 |
"space character within your character limit."
|
1449 |
msgstr ""
|
1450 |
|
1451 |
-
#: views/b2s/network.php:
|
1452 |
msgid ""
|
1453 |
"An \"EXCERPT\" will only be added to your social media post if you have "
|
1454 |
"added a manual excerpt in the excerpt editing box of the Gutenberg side menu "
|
1455 |
"(document settings) of your post."
|
1456 |
msgstr ""
|
1457 |
|
1458 |
-
#: views/b2s/network.php:
|
1459 |
msgid ""
|
1460 |
"\"TITLES\" and \"KEYWORDS\" (Hashtags) are not shortened. If you select the "
|
1461 |
"\"TITLE\" and \"KEYWORD\" variables for your social media posts, the "
|
@@ -1464,11 +1492,11 @@ msgid ""
|
|
1464 |
"network."
|
1465 |
msgstr ""
|
1466 |
|
1467 |
-
#: views/b2s/network.php:
|
1468 |
msgid "Connect with Pinterest"
|
1469 |
msgstr ""
|
1470 |
|
1471 |
-
#: views/b2s/network.php:
|
1472 |
msgid ""
|
1473 |
"Please make sure to use your original Pinterest login data (email and "
|
1474 |
"password). Social Login via Facebook or Google login data will not work here."
|
@@ -1476,11 +1504,11 @@ msgid ""
|
|
1476 |
"deactivated to ensure a stable connection to Blog2Social."
|
1477 |
msgstr ""
|
1478 |
|
1479 |
-
#: views/b2s/network.php:
|
1480 |
msgid "An error occurred! Please try again."
|
1481 |
msgstr ""
|
1482 |
|
1483 |
-
#: views/b2s/network.php:
|
1484 |
#: views/b2s/ship.php:580
|
1485 |
#, php-format
|
1486 |
msgid ""
|
@@ -1488,17 +1516,17 @@ msgid ""
|
|
1488 |
"Upgrade to Blog2Social Premium</a>"
|
1489 |
msgstr ""
|
1490 |
|
1491 |
-
#: views/b2s/network.php:
|
1492 |
msgid "Invalid Data! Please try again."
|
1493 |
msgstr ""
|
1494 |
|
1495 |
-
#: views/b2s/network.php:
|
1496 |
msgid ""
|
1497 |
"You have not yet created any pinboards in your Pinterest account. Please set "
|
1498 |
"up at least one pinboard to pin on your Pinterest account!"
|
1499 |
msgstr ""
|
1500 |
|
1501 |
-
#: views/b2s/network.php:
|
1502 |
#, php-format
|
1503 |
msgid ""
|
1504 |
"Login failed. Please check your login data for typos and please check your "
|
@@ -1506,143 +1534,143 @@ msgid ""
|
|
1506 |
"account: <a target=\"_blank\" href=\"%s\">%s</a>"
|
1507 |
msgstr ""
|
1508 |
|
1509 |
-
#: views/b2s/network.php:
|
1510 |
msgid "Pinterest has rejected the connection to your blog"
|
1511 |
msgstr ""
|
1512 |
|
1513 |
-
#: views/b2s/network.php:
|
1514 |
msgid "Please select your currect server location and connect again"
|
1515 |
msgstr ""
|
1516 |
|
1517 |
-
#: views/b2s/network.php:
|
1518 |
msgid ""
|
1519 |
"Access to this resource on your server is denied! Please check your "
|
1520 |
"webserver configuration for caching."
|
1521 |
msgstr ""
|
1522 |
|
1523 |
-
#: views/b2s/network.php:
|
1524 |
msgid ""
|
1525 |
"Login up successful. Please confirm that Blog2Social is allowed to publish "
|
1526 |
"on your profile."
|
1527 |
msgstr ""
|
1528 |
|
1529 |
-
#: views/b2s/network.php:
|
1530 |
-
#: views/b2s/html/header.php:
|
1531 |
#: views/prg/html/form.php:143 views/prg/html/form.php:218
|
1532 |
#: views/prg/html/form.php:220
|
1533 |
msgid "E-Mail"
|
1534 |
msgstr ""
|
1535 |
|
1536 |
-
#: views/b2s/network.php:
|
1537 |
msgid "Password"
|
1538 |
msgstr ""
|
1539 |
|
1540 |
-
#: views/b2s/network.php:
|
1541 |
msgid "Server-Location"
|
1542 |
msgstr ""
|
1543 |
|
1544 |
-
#: views/b2s/network.php:
|
1545 |
msgid "Select Pinboard"
|
1546 |
msgstr ""
|
1547 |
|
1548 |
-
#: views/b2s/network.php:
|
1549 |
-
#: includes/B2S/Settings/Item.php:
|
1550 |
msgid "authorize"
|
1551 |
msgstr ""
|
1552 |
|
1553 |
-
#: views/b2s/network.php:
|
1554 |
msgid "confirm"
|
1555 |
msgstr ""
|
1556 |
|
1557 |
-
#: views/b2s/network.php:
|
1558 |
msgid "Advanced Network Settings"
|
1559 |
msgstr ""
|
1560 |
|
1561 |
-
#: views/b2s/network.php:
|
1562 |
msgid "URL Parameters"
|
1563 |
msgstr ""
|
1564 |
|
1565 |
-
#: views/b2s/network.php:
|
1566 |
msgid "The parameters could not be saved. Please try again."
|
1567 |
msgstr ""
|
1568 |
|
1569 |
-
#: views/b2s/network.php:
|
1570 |
-
#: views/b2s/network.php:
|
1571 |
-
#: views/b2s/network.php:
|
1572 |
msgid "An error occured. Please contact our support."
|
1573 |
msgstr ""
|
1574 |
|
1575 |
-
#: views/b2s/network.php:
|
1576 |
msgid "Network collection"
|
1577 |
msgstr ""
|
1578 |
|
1579 |
-
#: views/b2s/network.php:
|
1580 |
msgid "Move the connection to another network collection."
|
1581 |
msgstr ""
|
1582 |
|
1583 |
-
#: views/b2s/network.php:
|
1584 |
msgid "move"
|
1585 |
msgstr ""
|
1586 |
|
1587 |
-
#: views/b2s/network.php:
|
1588 |
msgid "You need at least one network collection"
|
1589 |
msgstr ""
|
1590 |
|
1591 |
-
#: views/b2s/network.php:
|
1592 |
msgid "Team Management"
|
1593 |
msgstr ""
|
1594 |
|
1595 |
-
#: views/b2s/network.php:
|
1596 |
msgid "Assign the connection to other blog users"
|
1597 |
msgstr ""
|
1598 |
|
1599 |
-
#: views/b2s/network.php:
|
1600 |
msgid "You don't have a Business License"
|
1601 |
msgstr ""
|
1602 |
|
1603 |
-
#: views/b2s/network.php:
|
1604 |
msgid "This user don't have a Business License, or it is not the same"
|
1605 |
msgstr ""
|
1606 |
|
1607 |
-
#: views/b2s/network.php:
|
1608 |
msgid "The connection has already been assigned to this user."
|
1609 |
msgstr ""
|
1610 |
|
1611 |
-
#: views/b2s/network.php:
|
1612 |
msgid "The connection dose not exist"
|
1613 |
msgstr ""
|
1614 |
|
1615 |
-
#: views/b2s/network.php:
|
1616 |
msgid "This connection has already been assigned to this user."
|
1617 |
msgstr ""
|
1618 |
|
1619 |
-
#: views/b2s/network.php:
|
1620 |
msgid ""
|
1621 |
"You can only share the connection with blog users who use the same license "
|
1622 |
"as you."
|
1623 |
msgstr ""
|
1624 |
|
1625 |
-
#: views/b2s/network.php:
|
1626 |
msgid "There are no other users to whom the connection can be assigned."
|
1627 |
msgstr ""
|
1628 |
|
1629 |
-
#: views/b2s/network.php:
|
1630 |
msgid "assign"
|
1631 |
msgstr ""
|
1632 |
|
1633 |
-
#: views/b2s/network.php:
|
1634 |
msgid "Apply best time settings"
|
1635 |
msgstr ""
|
1636 |
|
1637 |
-
#: views/b2s/network.php:
|
1638 |
msgid "Apply post template settings"
|
1639 |
msgstr ""
|
1640 |
|
1641 |
-
#: views/b2s/network.php:
|
1642 |
msgid "Apply URL Parameters"
|
1643 |
msgstr ""
|
1644 |
|
1645 |
-
#: views/b2s/network.php:
|
1646 |
msgid ""
|
1647 |
"Upgrade to Blog2Social Business to easily bundle your connections into "
|
1648 |
"network collection and assign your social media connections to other blog "
|
@@ -1652,11 +1680,11 @@ msgid ""
|
|
1652 |
"group."
|
1653 |
msgstr ""
|
1654 |
|
1655 |
-
#: views/b2s/network.php:
|
1656 |
msgid "Upgrade to Blog2Social Business"
|
1657 |
msgstr ""
|
1658 |
|
1659 |
-
#: views/b2s/network.php:
|
1660 |
#, php-format
|
1661 |
msgid ""
|
1662 |
"Define parameters that will be added to link posts on this network e.g. to "
|
@@ -1664,25 +1692,37 @@ msgid ""
|
|
1664 |
"More information</a>"
|
1665 |
msgstr ""
|
1666 |
|
1667 |
-
#: views/b2s/network.php:
|
1668 |
msgid "My Profile"
|
1669 |
msgstr ""
|
1670 |
|
1671 |
-
#: views/b2s/network.php:
|
1672 |
msgid "Add Page"
|
1673 |
msgstr ""
|
1674 |
|
1675 |
-
#: views/b2s/network.php:
|
1676 |
#, php-format
|
1677 |
msgid ""
|
1678 |
"Please make sure to log in with your account which manages your pages and <a "
|
1679 |
"href=\"%s\" target=\"_blank\">follow this guide to select all your pages</a>."
|
1680 |
msgstr ""
|
1681 |
|
1682 |
-
#: views/b2s/network.php:
|
1683 |
msgid "Continue"
|
1684 |
msgstr ""
|
1685 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1686 |
#: views/b2s/post.approve.php:89
|
1687 |
msgid "Delete Social Media Posts"
|
1688 |
msgstr ""
|
@@ -1706,95 +1746,95 @@ msgid "show all"
|
|
1706 |
msgstr ""
|
1707 |
|
1708 |
#: views/b2s/post.calendar.php:39 views/b2s/ship.php:18
|
1709 |
-
#: includes/B2S/Post/Filter.php:
|
1710 |
#: includes/PRG/Post/Filter.php:37 includes/PRG/Post/Item.php:86
|
1711 |
msgid "scheduled"
|
1712 |
msgstr ""
|
1713 |
|
1714 |
#: views/b2s/post.calendar.php:70 views/b2s/post.sched.php:189
|
1715 |
-
#: views/b2s/repost.php:73 includes/B2S/Network/Item.php:
|
1716 |
-
#: includes/B2S/Network/Item.php:
|
1717 |
-
#: views/b2s/html/footer.php:
|
1718 |
msgid "Image with frame"
|
1719 |
msgstr ""
|
1720 |
|
1721 |
#: views/b2s/post.calendar.php:70 views/b2s/post.sched.php:189
|
1722 |
-
#: views/b2s/repost.php:73 includes/B2S/Network/Item.php:
|
1723 |
-
#: includes/B2S/Network/Item.php:
|
1724 |
-
#: views/b2s/html/footer.php:
|
1725 |
msgid "Image cut out"
|
1726 |
msgstr ""
|
1727 |
|
1728 |
-
#: views/b2s/post.calendar.php:
|
1729 |
#: views/b2s/repost.php:56
|
1730 |
msgid "add post"
|
1731 |
msgstr ""
|
1732 |
|
1733 |
-
#: views/b2s/post.calendar.php:
|
1734 |
#: views/b2s/repost.php:104 views/b2s/ship.php:507
|
1735 |
msgid "Choose your"
|
1736 |
msgstr ""
|
1737 |
|
1738 |
-
#: views/b2s/post.calendar.php:
|
1739 |
#: views/b2s/repost.php:104 views/b2s/ship.php:507
|
1740 |
msgid "Post Format"
|
1741 |
msgstr ""
|
1742 |
|
1743 |
-
#: views/b2s/post.calendar.php:
|
1744 |
#: views/b2s/repost.php:106 views/b2s/ship.php:509
|
1745 |
msgid "for:"
|
1746 |
msgstr ""
|
1747 |
|
1748 |
-
#: views/b2s/post.calendar.php:
|
1749 |
#: views/b2s/repost.php:125 views/b2s/ship.php:527
|
1750 |
msgid ""
|
1751 |
"Define the default settings for the custom post format for all of your "
|
1752 |
"Facebook accounts in the Blog2Social settings."
|
1753 |
msgstr ""
|
1754 |
|
1755 |
-
#: views/b2s/post.calendar.php:
|
1756 |
#: views/b2s/repost.php:128 views/b2s/ship.php:530
|
1757 |
msgid ""
|
1758 |
"Define the default settings for the custom post format for all of your "
|
1759 |
"Twitter accounts in the Blog2Social settings."
|
1760 |
msgstr ""
|
1761 |
|
1762 |
-
#: views/b2s/post.calendar.php:
|
1763 |
#: views/b2s/repost.php:131 views/b2s/ship.php:533
|
1764 |
msgid ""
|
1765 |
"Define the default settings for the custom post format for all of your "
|
1766 |
"LinkedIn accounts in the Blog2Social settings."
|
1767 |
msgstr ""
|
1768 |
|
1769 |
-
#: views/b2s/post.calendar.php:
|
1770 |
#: views/b2s/repost.php:134 views/b2s/ship.php:536
|
1771 |
msgid ""
|
1772 |
"Define the default settings for the custom post format for all of your "
|
1773 |
"Instagram accounts in the Blog2Social settings."
|
1774 |
msgstr ""
|
1775 |
|
1776 |
-
#: views/b2s/post.calendar.php:
|
1777 |
#: views/b2s/repost.php:149 views/b2s/ship.php:448
|
1778 |
msgid "Select image for"
|
1779 |
msgstr ""
|
1780 |
|
1781 |
-
#: views/b2s/post.calendar.php:
|
1782 |
msgid "What would you like to share?"
|
1783 |
msgstr ""
|
1784 |
|
1785 |
-
#: views/b2s/post.calendar.php:
|
1786 |
msgid "Share content from your blog"
|
1787 |
msgstr ""
|
1788 |
|
1789 |
-
#: views/b2s/post.calendar.php:
|
1790 |
msgid "select"
|
1791 |
msgstr ""
|
1792 |
|
1793 |
-
#: views/b2s/post.calendar.php:
|
1794 |
msgid "Share content from other sources"
|
1795 |
msgstr ""
|
1796 |
|
1797 |
-
#: views/b2s/post.calendar.php:
|
1798 |
msgid "Select a post"
|
1799 |
msgstr ""
|
1800 |
|
@@ -1806,7 +1846,7 @@ msgstr ""
|
|
1806 |
msgid "Are you sure you want to delete this Social Media draft?"
|
1807 |
msgstr ""
|
1808 |
|
1809 |
-
#: views/b2s/post.favorites.php:67 includes/B2S/Post/Item.php:
|
1810 |
msgid "You have not saved any favorites."
|
1811 |
msgstr ""
|
1812 |
|
@@ -1832,7 +1872,7 @@ msgstr ""
|
|
1832 |
msgid "You are sure, you want to delete entries from the scheduling?"
|
1833 |
msgstr ""
|
1834 |
|
1835 |
-
#: views/b2s/premium.php:14 includes/B2S/AutoPost/Item.php:
|
1836 |
msgid "Your current license:"
|
1837 |
msgstr ""
|
1838 |
|
@@ -1845,8 +1885,8 @@ msgstr ""
|
|
1845 |
msgid "End of Trial"
|
1846 |
msgstr ""
|
1847 |
|
1848 |
-
#: views/b2s/premium.php:31 includes/B2S/AutoPost/Item.php:
|
1849 |
-
#: includes/B2S/AutoPost/Item.php:
|
1850 |
msgid "Upgrade"
|
1851 |
msgstr ""
|
1852 |
|
@@ -1918,8 +1958,8 @@ msgid ""
|
|
1918 |
"your own best time scheme."
|
1919 |
msgstr ""
|
1920 |
|
1921 |
-
#: views/b2s/premium.php:109 includes/B2S/Post/Item.php:
|
1922 |
-
#: includes/B2S/Post/Item.php:
|
1923 |
msgid "Auto-Posting"
|
1924 |
msgstr ""
|
1925 |
|
@@ -2025,32 +2065,18 @@ msgid ""
|
|
2025 |
msgstr ""
|
2026 |
|
2027 |
#: views/b2s/settings.php:98
|
2028 |
-
msgid "Include WordPress tags as hashtags in your posts"
|
2029 |
-
msgstr ""
|
2030 |
-
|
2031 |
-
#: views/b2s/settings.php:101
|
2032 |
-
msgid ""
|
2033 |
-
"Hashtags are a great way to generate more reach and visibility for your "
|
2034 |
-
"posts. By activating this feature Blog2Social will automatically include "
|
2035 |
-
"your WordPress tags as hashtags in all Social Media posts for networks that "
|
2036 |
-
"support hashtags. This way you don't need to worry about adding extra "
|
2037 |
-
"hashtags to your comments. Blog2Social erases unnecessary spaces in your "
|
2038 |
-
"WordPress tags to generate valid hashtags."
|
2039 |
-
msgstr ""
|
2040 |
-
|
2041 |
-
#: views/b2s/settings.php:112
|
2042 |
msgid "Activate Legacy mode "
|
2043 |
msgstr ""
|
2044 |
|
2045 |
-
#: views/b2s/settings.php:
|
2046 |
msgid "Plugin contents are loaded one at a time to minimize server load."
|
2047 |
msgstr ""
|
2048 |
|
2049 |
-
#: views/b2s/settings.php:
|
2050 |
msgid "Instant Caching for Facebook Link Posts"
|
2051 |
msgstr ""
|
2052 |
|
2053 |
-
#: views/b2s/settings.php:
|
2054 |
msgid ""
|
2055 |
"Please enable this feature, if you are using varnish caching (HTTP "
|
2056 |
"accelerator to relieve your website). Blog2Social will add a \"no-cache=1\" "
|
@@ -2058,8 +2084,8 @@ msgid ""
|
|
2058 |
"Facebook always pulls the current meta data of your blog post."
|
2059 |
msgstr ""
|
2060 |
|
2061 |
-
#: views/b2s/ship.php:18 includes/B2S/Post/Filter.php:
|
2062 |
-
#: includes/B2S/Post/Item.php:
|
2063 |
msgid "draft"
|
2064 |
msgstr ""
|
2065 |
|
@@ -2068,14 +2094,14 @@ msgid "Social Media Scheduling & Sharing"
|
|
2068 |
msgstr ""
|
2069 |
|
2070 |
#: views/b2s/ship.php:53 views/prg/ship.php:43 views/prg/ship.php:45
|
2071 |
-
#: includes/B2S/Curation/View.php:38 includes/B2S/Settings/Item.php:
|
2072 |
-
#: includes/B2S/Settings/Item.php:
|
2073 |
#: views/prg/html/form.php:28
|
2074 |
msgid "Title"
|
2075 |
msgstr ""
|
2076 |
|
2077 |
-
#: views/b2s/ship.php:55 includes/B2S/Post/Item.php:
|
2078 |
-
#: includes/B2S/Post/Item.php:
|
2079 |
msgid "on blog"
|
2080 |
msgstr ""
|
2081 |
|
@@ -2528,8 +2554,9 @@ msgstr ""
|
|
2528 |
|
2529 |
#: views/prg/ship.php:90
|
2530 |
msgid ""
|
2531 |
-
"
|
2532 |
-
"
|
|
|
2533 |
msgstr ""
|
2534 |
|
2535 |
#: views/prg/ship.php:93
|
@@ -2547,138 +2574,153 @@ msgstr ""
|
|
2547 |
msgid "Autoposter"
|
2548 |
msgstr ""
|
2549 |
|
2550 |
-
#: includes/B2S/AutoPost/Item.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2551 |
msgid ""
|
2552 |
"Set up your autoposter to automatically share your new or updated posts, "
|
2553 |
"pages and custom post types on your social media channels."
|
2554 |
msgstr ""
|
2555 |
|
2556 |
-
#: includes/B2S/AutoPost/Item.php:
|
2557 |
msgid ""
|
2558 |
"Select your preferred network collection for autoposting. This collection "
|
2559 |
"defines the social media accounts on which the autoposter will share your "
|
2560 |
"social media posts automatically."
|
2561 |
msgstr ""
|
2562 |
|
2563 |
-
#: includes/B2S/AutoPost/Item.php:
|
2564 |
msgid "Please select a post type"
|
2565 |
msgstr ""
|
2566 |
|
2567 |
-
#: includes/B2S/AutoPost/Item.php:
|
2568 |
msgid "new posts"
|
2569 |
msgstr ""
|
2570 |
|
2571 |
-
#: includes/B2S/AutoPost/Item.php:
|
2572 |
msgid "Unselect all"
|
2573 |
msgstr ""
|
2574 |
|
2575 |
-
#: includes/B2S/AutoPost/Item.php:
|
2576 |
msgid "Select all"
|
2577 |
msgstr ""
|
2578 |
|
2579 |
-
#: includes/B2S/AutoPost/Item.php:
|
2580 |
msgid ""
|
2581 |
"By enabling this feature your previously published social media posts will "
|
2582 |
"be sent again to your selected social media channels as soon as the post is "
|
2583 |
"updated."
|
2584 |
msgstr ""
|
2585 |
|
2586 |
-
#: includes/B2S/AutoPost/Item.php:
|
2587 |
msgid "updating existing posts"
|
2588 |
msgstr ""
|
2589 |
|
2590 |
-
#: includes/B2S/AutoPost/Item.php:
|
2591 |
msgid "Apply best times"
|
2592 |
msgstr ""
|
2593 |
|
2594 |
-
#: includes/B2S/AutoPost/Item.php:
|
|
|
|
|
|
|
|
|
|
|
2595 |
msgid "Autoposter for Imported Posts"
|
2596 |
msgstr ""
|
2597 |
|
2598 |
-
#: includes/B2S/AutoPost/Item.php:
|
2599 |
msgid ""
|
2600 |
"Set up your autoposter to automatically share your imported posts, pages and "
|
2601 |
"custom post types on your social media channels."
|
2602 |
msgstr ""
|
2603 |
|
2604 |
-
#: includes/B2S/AutoPost/Item.php:
|
2605 |
msgid ""
|
2606 |
"Immediate Cross-Posting across all networks: Share an unlimited number of "
|
2607 |
"posts"
|
2608 |
msgstr ""
|
2609 |
|
2610 |
-
#: includes/B2S/AutoPost/Item.php:
|
2611 |
msgid "Scheduled Auto-Posting"
|
2612 |
msgstr ""
|
2613 |
|
2614 |
-
#: includes/B2S/AutoPost/Item.php:
|
2615 |
msgid "share up to"
|
2616 |
msgstr ""
|
2617 |
|
2618 |
-
#: includes/B2S/AutoPost/Item.php:
|
2619 |
msgid "posts per day"
|
2620 |
msgstr ""
|
2621 |
|
2622 |
-
#: includes/B2S/AutoPost/Item.php:
|
2623 |
msgid "Please select a social media network"
|
2624 |
msgstr ""
|
2625 |
|
2626 |
-
#: includes/B2S/AutoPost/Item.php:
|
2627 |
msgid "Available networks to select your auto-post connecitons:"
|
2628 |
msgstr ""
|
2629 |
|
2630 |
-
#: includes/B2S/AutoPost/Item.php:
|
2631 |
msgid ""
|
2632 |
"In accordance with the new Twitter TOS, one Twitter account can be selected "
|
2633 |
"as your primary Twitter account for auto-posting."
|
2634 |
msgstr ""
|
2635 |
|
2636 |
-
#: includes/B2S/AutoPost/Item.php:
|
2637 |
msgid "Select to auto-post immediately after publishing or with a delay"
|
2638 |
msgstr ""
|
2639 |
|
2640 |
-
#: includes/B2S/AutoPost/Item.php:
|
2641 |
msgid "immediately"
|
2642 |
msgstr ""
|
2643 |
|
2644 |
-
#: includes/B2S/AutoPost/Item.php:
|
2645 |
msgid "publish with a delay of"
|
2646 |
msgstr ""
|
2647 |
|
2648 |
-
#: includes/B2S/AutoPost/Item.php:
|
2649 |
msgid "minutes"
|
2650 |
msgstr ""
|
2651 |
|
2652 |
-
#: includes/B2S/AutoPost/Item.php:
|
2653 |
msgid "Save"
|
2654 |
msgstr ""
|
2655 |
|
2656 |
-
#: includes/B2S/AutoPost/Item.php:
|
2657 |
msgid "Connections"
|
2658 |
msgstr ""
|
2659 |
|
2660 |
-
#: includes/B2S/AutoPost/Item.php:
|
2661 |
msgid "add/change connection"
|
2662 |
msgstr ""
|
2663 |
|
2664 |
-
#: includes/B2S/AutoPost/Item.php:
|
2665 |
msgid ""
|
2666 |
"Filter Posts (Only posts that meet the following criteria will be autoposted)"
|
2667 |
msgstr ""
|
2668 |
|
2669 |
-
#: includes/B2S/AutoPost/Item.php:
|
2670 |
msgid "Post Types"
|
2671 |
msgstr ""
|
2672 |
|
2673 |
-
#: includes/B2S/AutoPost/Item.php:
|
2674 |
-
#: includes/B2S/RePost/Item.php:
|
2675 |
-
#: includes/B2S/RePost/Item.php:
|
2676 |
msgid "Include (Post only...)"
|
2677 |
msgstr ""
|
2678 |
|
2679 |
-
#: includes/B2S/AutoPost/Item.php:
|
2680 |
-
#: includes/B2S/RePost/Item.php:
|
2681 |
-
#: includes/B2S/RePost/Item.php:
|
2682 |
msgid "Exclude (Do no post ...)"
|
2683 |
msgstr ""
|
2684 |
|
@@ -2691,7 +2733,7 @@ msgid "at scheduled times"
|
|
2691 |
msgstr ""
|
2692 |
|
2693 |
#: includes/B2S/Curation/View.php:69 includes/B2S/Curation/View.php:70
|
2694 |
-
#: includes/B2S/RePost/Item.php:
|
2695 |
#: views/b2s/partials/post-edit-modal.php:62
|
2696 |
#: views/b2s/partials/post-edit-modal.php:65
|
2697 |
msgid "Date"
|
@@ -2722,7 +2764,7 @@ msgid "Best times"
|
|
2722 |
msgstr ""
|
2723 |
|
2724 |
#: includes/B2S/Network/Item.php:149 includes/B2S/Network/Item.php:220
|
2725 |
-
#: includes/B2S/Ship/Item.php:
|
2726 |
#: includes/B2S/Ship/Portale.php:38
|
2727 |
msgid "Blog"
|
2728 |
msgstr ""
|
@@ -2744,7 +2786,7 @@ msgstr ""
|
|
2744 |
msgid "You want to connect a social media group?"
|
2745 |
msgstr ""
|
2746 |
|
2747 |
-
#: includes/B2S/Network/Item.php:174 views/b2s/html/footer.php:
|
2748 |
msgid "Best Time Manager"
|
2749 |
msgstr ""
|
2750 |
|
@@ -2754,7 +2796,7 @@ msgid "To reactivate this connection,"
|
|
2754 |
msgstr ""
|
2755 |
|
2756 |
#: includes/B2S/Network/Item.php:211 includes/B2S/Network/Item.php:277
|
2757 |
-
#: includes/B2S/Network/Item.php:344 includes/B2S/Ship/Image.php:
|
2758 |
msgid "please upgrade"
|
2759 |
msgstr ""
|
2760 |
|
@@ -2769,11 +2811,11 @@ msgid "Assigned by"
|
|
2769 |
msgstr ""
|
2770 |
|
2771 |
#: includes/B2S/Network/Item.php:256 includes/B2S/Network/Item.php:322
|
2772 |
-
#: includes/B2S/Network/Item.php:384 includes/B2S/Ship/Item.php:
|
2773 |
msgid "Days"
|
2774 |
msgstr ""
|
2775 |
|
2776 |
-
#: includes/B2S/Network/Item.php:286 includes/B2S/Ship/Item.php:
|
2777 |
msgid "Employer Branding"
|
2778 |
msgstr ""
|
2779 |
|
@@ -2816,7 +2858,7 @@ msgstr ""
|
|
2816 |
msgid "Failed to load the default template"
|
2817 |
msgstr ""
|
2818 |
|
2819 |
-
#: includes/B2S/Network/Item.php:
|
2820 |
msgid ""
|
2821 |
"Upgrade to Blog2Social Smart or higher to customize your individual post "
|
2822 |
"templates that will automatically pre-format the structure of your social "
|
@@ -2827,310 +2869,328 @@ msgid ""
|
|
2827 |
"or slogans) to your post templates."
|
2828 |
msgstr ""
|
2829 |
|
2830 |
-
#: includes/B2S/Network/Item.php:
|
2831 |
msgid "Upgrade to Blog2Social Smart"
|
2832 |
msgstr ""
|
2833 |
|
2834 |
-
#: includes/B2S/Network/Item.php:
|
2835 |
msgid "Activate Instant Caching"
|
2836 |
msgstr ""
|
2837 |
|
2838 |
-
#: includes/B2S/Network/Item.php:
|
2839 |
msgid "Format"
|
2840 |
msgstr ""
|
2841 |
|
2842 |
-
#: includes/B2S/Network/Item.php:
|
2843 |
msgid "Load default settings"
|
2844 |
msgstr ""
|
2845 |
|
2846 |
-
#: includes/B2S/Network/Item.php:
|
2847 |
-
#: includes/B2S/Ship/Item.php:
|
2848 |
msgid "Link"
|
2849 |
msgstr ""
|
2850 |
|
2851 |
-
#: includes/B2S/Network/Item.php:
|
2852 |
msgid "Image"
|
2853 |
msgstr ""
|
2854 |
|
2855 |
-
#: includes/B2S/Network/Item.php:
|
2856 |
msgid "Content"
|
2857 |
msgstr ""
|
2858 |
|
2859 |
-
#: includes/B2S/Network/Item.php:
|
2860 |
msgid ""
|
2861 |
"Instagram supports up to 30 hashtags. Please reduce the number of hashtags "
|
2862 |
"in your post."
|
2863 |
msgstr ""
|
2864 |
|
2865 |
-
#: includes/B2S/Network/Item.php:
|
2866 |
msgid "clear"
|
2867 |
msgstr ""
|
2868 |
|
2869 |
-
#: includes/B2S/Network/Item.php:
|
2870 |
msgid "The link will be added automatically at the end of the post."
|
2871 |
msgstr ""
|
2872 |
|
2873 |
-
#: includes/B2S/Network/Item.php:
|
2874 |
msgid "Network limit"
|
2875 |
msgstr ""
|
2876 |
|
2877 |
-
#: includes/B2S/Network/Item.php:
|
2878 |
-
#: includes/B2S/Network/Item.php:
|
2879 |
-
#: includes/B2S/Ship/Item.php:
|
2880 |
-
#: includes/B2S/Ship/Item.php:
|
2881 |
-
#: includes/B2S/Ship/Item.php:
|
2882 |
-
#: includes/B2S/Ship/Item.php:
|
2883 |
msgid "characters"
|
2884 |
msgstr ""
|
2885 |
|
2886 |
-
#: includes/B2S/Network/Item.php:
|
2887 |
-
msgid "Add
|
2888 |
msgstr ""
|
2889 |
|
2890 |
-
#: includes/B2S/Network/Item.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
2891 |
msgid "recommended length"
|
2892 |
msgstr ""
|
2893 |
|
2894 |
-
#: includes/B2S/Network/Item.php:
|
2895 |
-
#: includes/B2S/Network/Item.php:
|
2896 |
-
#: includes/B2S/Network/Item.php:
|
2897 |
-
#: includes/B2S/Network/Item.php:
|
2898 |
-
#: includes/B2S/Network/Item.php:
|
2899 |
-
#: includes/B2S/Network/Item.php:
|
2900 |
-
#: includes/B2S/Network/Item.php:
|
2901 |
-
#: includes/B2S/Network/Item.php:
|
2902 |
msgid "Preview"
|
2903 |
msgstr ""
|
2904 |
|
2905 |
-
#: includes/B2S/Post/Filter.php:
|
2906 |
msgid "all authors"
|
2907 |
msgstr ""
|
2908 |
|
2909 |
-
#: includes/B2S/Post/Filter.php:
|
2910 |
msgid "all posts"
|
2911 |
msgstr ""
|
2912 |
|
2913 |
-
#: includes/B2S/Post/Filter.php:
|
2914 |
msgid "not yet shared"
|
2915 |
msgstr ""
|
2916 |
|
2917 |
-
#: includes/B2S/Post/Filter.php:
|
2918 |
msgid "already shared"
|
2919 |
msgstr ""
|
2920 |
|
2921 |
-
#: includes/B2S/Post/Filter.php:
|
2922 |
msgid "currently scheduled"
|
2923 |
msgstr ""
|
2924 |
|
2925 |
-
#: includes/B2S/Post/Filter.php:
|
2926 |
msgid "autopost"
|
2927 |
msgstr ""
|
2928 |
|
2929 |
-
#: includes/B2S/Post/Filter.php:
|
2930 |
msgid "re-share"
|
2931 |
msgstr ""
|
2932 |
|
2933 |
-
#: includes/B2S/Post/Filter.php:
|
2934 |
msgid "all statuses"
|
2935 |
msgstr ""
|
2936 |
|
2937 |
-
#: includes/B2S/Post/Filter.php:
|
2938 |
msgid "newest first"
|
2939 |
msgstr ""
|
2940 |
|
2941 |
-
#: includes/B2S/Post/Filter.php:
|
2942 |
msgid "oldest first"
|
2943 |
msgstr ""
|
2944 |
|
2945 |
-
#: includes/B2S/Post/Filter.php:
|
2946 |
msgid "all categories & tags"
|
2947 |
msgstr ""
|
2948 |
|
2949 |
-
#: includes/B2S/Post/Filter.php:
|
2950 |
msgid "all post types"
|
2951 |
msgstr ""
|
2952 |
|
2953 |
-
#: includes/B2S/Post/Filter.php:
|
2954 |
msgid "shared by user"
|
2955 |
msgstr ""
|
2956 |
|
2957 |
-
#: includes/B2S/Post/Filter.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2958 |
msgid "Search Title"
|
2959 |
msgstr ""
|
2960 |
|
2961 |
-
#: includes/B2S/Post/Filter.php:
|
2962 |
msgid "sort"
|
2963 |
msgstr ""
|
2964 |
|
2965 |
-
#: includes/B2S/Post/Filter.php:
|
2966 |
msgid "reset"
|
2967 |
msgstr ""
|
2968 |
|
2969 |
-
#: includes/B2S/Post/Filter.php:
|
2970 |
msgid "selected date"
|
2971 |
msgstr ""
|
2972 |
|
2973 |
-
#: includes/B2S/Post/Filter.php:
|
2974 |
msgid "scheduled post(s)"
|
2975 |
msgstr ""
|
2976 |
|
2977 |
-
#: includes/B2S/Post/Item.php:
|
2978 |
msgid "You have not saved any drafts."
|
2979 |
msgstr ""
|
2980 |
|
2981 |
-
#: includes/B2S/Post/Item.php:
|
2982 |
msgid "You have no posts in your queue."
|
2983 |
msgstr ""
|
2984 |
|
2985 |
-
#: includes/B2S/Post/Item.php:
|
2986 |
msgid "You have not published or scheduled any posts."
|
2987 |
msgstr ""
|
2988 |
|
2989 |
-
#: includes/B2S/Post/Item.php:
|
2990 |
msgid "curated post"
|
2991 |
msgstr ""
|
2992 |
|
2993 |
-
#: includes/B2S/Post/Item.php:
|
2994 |
-
#: includes/B2S/Post/Item.php:
|
2995 |
msgid "last shared on social media"
|
2996 |
msgstr ""
|
2997 |
|
2998 |
-
#: includes/B2S/Post/Item.php:
|
2999 |
-
#: includes/B2S/Post/Item.php:
|
3000 |
-
#: includes/B2S/Post/Item.php:
|
3001 |
msgid "Share on Social Media"
|
3002 |
msgstr ""
|
3003 |
|
3004 |
-
#: includes/B2S/Post/Item.php:
|
3005 |
msgid "load Draft"
|
3006 |
msgstr ""
|
3007 |
|
3008 |
-
#: includes/B2S/Post/Item.php:
|
3009 |
-
#: includes/B2S/Post/Item.php:
|
3010 |
#: includes/PRG/Post/Item.php:121
|
3011 |
msgid "Author"
|
3012 |
msgstr ""
|
3013 |
|
3014 |
-
#: includes/B2S/Post/Item.php:
|
3015 |
-
#: includes/B2S/Post/Item.php:
|
3016 |
msgid "Details"
|
3017 |
msgstr ""
|
3018 |
|
3019 |
-
#: includes/B2S/Post/Item.php:
|
3020 |
msgid "shared social media posts"
|
3021 |
msgstr ""
|
3022 |
|
3023 |
-
#: includes/B2S/Post/Item.php:
|
3024 |
#, php-format
|
3025 |
msgid "latest share by %s"
|
3026 |
msgstr ""
|
3027 |
|
3028 |
-
#: includes/B2S/Post/Item.php:
|
3029 |
#: views/b2s/widgets/activity.php:10
|
3030 |
msgid "scheduled social media posts"
|
3031 |
msgstr ""
|
3032 |
|
3033 |
-
#: includes/B2S/Post/Item.php:
|
3034 |
#, php-format
|
3035 |
msgid "next share by %s"
|
3036 |
msgstr ""
|
3037 |
|
3038 |
-
#: includes/B2S/Post/Item.php:
|
3039 |
msgid "social media posts ready to be shared"
|
3040 |
msgstr ""
|
3041 |
|
3042 |
-
#: includes/B2S/Post/Item.php:
|
3043 |
msgid "via Browser-Extension"
|
3044 |
msgstr ""
|
3045 |
|
3046 |
-
#: includes/B2S/Post/Item.php:
|
3047 |
msgid "saved"
|
3048 |
msgstr ""
|
3049 |
|
3050 |
-
#: includes/B2S/Post/Item.php:
|
3051 |
msgid "last saved"
|
3052 |
msgstr ""
|
3053 |
|
3054 |
-
#: includes/B2S/Post/Item.php:
|
3055 |
-
#: includes/B2S/Ship/Save.php:
|
3056 |
msgid "Retweet"
|
3057 |
msgstr ""
|
3058 |
|
3059 |
-
#: includes/B2S/Post/Item.php:
|
3060 |
msgid "Re-Share"
|
3061 |
msgstr ""
|
3062 |
|
3063 |
-
#: includes/B2S/Post/Item.php:
|
3064 |
-
#: includes/B2S/Post/Item.php:
|
3065 |
msgid "select all"
|
3066 |
msgstr ""
|
3067 |
|
3068 |
-
#: includes/B2S/Post/Item.php:
|
3069 |
msgid "show"
|
3070 |
msgstr ""
|
3071 |
|
3072 |
-
#: includes/B2S/Post/Item.php:
|
3073 |
msgid "Please see"
|
3074 |
msgstr ""
|
3075 |
|
3076 |
-
#: includes/B2S/Post/Item.php:
|
3077 |
msgid "FAQ"
|
3078 |
msgstr ""
|
3079 |
|
3080 |
-
#: includes/B2S/Post/Item.php:
|
3081 |
#, php-format
|
3082 |
msgid "sharing in progress by %s"
|
3083 |
msgstr ""
|
3084 |
|
3085 |
-
#: includes/B2S/Post/Item.php:
|
3086 |
#, php-format
|
3087 |
msgid "shared by %s"
|
3088 |
msgstr ""
|
3089 |
|
3090 |
-
#: includes/B2S/Post/Item.php:
|
3091 |
msgid "You want to delete a publish post entry?"
|
3092 |
msgstr ""
|
3093 |
|
3094 |
-
#: includes/B2S/Post/Item.php:
|
3095 |
msgid "delete from reporting"
|
3096 |
msgstr ""
|
3097 |
|
3098 |
-
#: includes/B2S/Post/Item.php:
|
3099 |
#, php-format
|
3100 |
msgid "is waiting to shared by %s"
|
3101 |
msgstr ""
|
3102 |
|
3103 |
-
#: includes/B2S/Post/Item.php:
|
3104 |
msgid "share"
|
3105 |
msgstr ""
|
3106 |
|
3107 |
-
#: includes/B2S/Post/Item.php:
|
3108 |
msgid "You want to delete your Social Media post?"
|
3109 |
msgstr ""
|
3110 |
|
3111 |
-
#: includes/B2S/Post/Item.php:
|
3112 |
#, php-format
|
3113 |
msgid "last modified by %s"
|
3114 |
msgstr ""
|
3115 |
|
3116 |
-
#: includes/B2S/Post/Item.php:
|
3117 |
-
msgid "is processed by the network"
|
3118 |
msgstr ""
|
3119 |
|
3120 |
-
#: includes/B2S/Post/Item.php:
|
3121 |
#, php-format
|
3122 |
msgid "scheduled by %s"
|
3123 |
msgstr ""
|
3124 |
|
3125 |
-
#: includes/B2S/Post/Item.php:
|
3126 |
msgid "You want to edit your scheduled post?"
|
3127 |
msgstr ""
|
3128 |
|
3129 |
-
#: includes/B2S/Post/Item.php:
|
3130 |
msgid "edit"
|
3131 |
msgstr ""
|
3132 |
|
3133 |
-
#: includes/B2S/Post/Item.php:
|
3134 |
msgid "delete scheduling"
|
3135 |
msgstr ""
|
3136 |
|
@@ -3165,273 +3225,261 @@ msgstr ""
|
|
3165 |
msgid "include <a href=\"%s\" target=\"_blank\">favorites posts</a> only"
|
3166 |
msgstr ""
|
3167 |
|
3168 |
-
#: includes/B2S/RePost/Item.php:
|
|
|
|
|
|
|
|
|
3169 |
msgid "When should your content be shared?"
|
3170 |
msgstr ""
|
3171 |
|
3172 |
-
#: includes/B2S/RePost/Item.php:
|
3173 |
msgid "Post every"
|
3174 |
msgstr ""
|
3175 |
|
3176 |
-
#: includes/B2S/RePost/Item.php:
|
3177 |
msgid "days at"
|
3178 |
msgstr ""
|
3179 |
|
3180 |
-
#: includes/B2S/RePost/Item.php:
|
3181 |
msgid "on"
|
3182 |
msgstr ""
|
3183 |
|
3184 |
-
#: includes/B2S/RePost/Item.php:
|
3185 |
msgid "Mon"
|
3186 |
msgstr ""
|
3187 |
|
3188 |
-
#: includes/B2S/RePost/Item.php:
|
3189 |
msgid "Tue"
|
3190 |
msgstr ""
|
3191 |
|
3192 |
-
#: includes/B2S/RePost/Item.php:
|
3193 |
msgid "Wed"
|
3194 |
msgstr ""
|
3195 |
|
3196 |
-
#: includes/B2S/RePost/Item.php:
|
3197 |
msgid "Thu"
|
3198 |
msgstr ""
|
3199 |
|
3200 |
-
#: includes/B2S/RePost/Item.php:
|
3201 |
msgid "Fri"
|
3202 |
msgstr ""
|
3203 |
|
3204 |
-
#: includes/B2S/RePost/Item.php:
|
3205 |
msgid "Sat"
|
3206 |
msgstr ""
|
3207 |
|
3208 |
-
#: includes/B2S/RePost/Item.php:
|
3209 |
msgid "Sun"
|
3210 |
msgstr ""
|
3211 |
|
3212 |
-
#: includes/B2S/RePost/Item.php:
|
3213 |
msgid "Monday"
|
3214 |
msgstr ""
|
3215 |
|
3216 |
-
#: includes/B2S/RePost/Item.php:
|
3217 |
msgid "Tuesday"
|
3218 |
msgstr ""
|
3219 |
|
3220 |
-
#: includes/B2S/RePost/Item.php:
|
3221 |
msgid "Wednesday"
|
3222 |
msgstr ""
|
3223 |
|
3224 |
-
#: includes/B2S/RePost/Item.php:
|
3225 |
msgid "Thursday"
|
3226 |
msgstr ""
|
3227 |
|
3228 |
-
#: includes/B2S/RePost/Item.php:
|
3229 |
msgid "Friday"
|
3230 |
msgstr ""
|
3231 |
|
3232 |
-
#: includes/B2S/RePost/Item.php:
|
3233 |
msgid "Saturday"
|
3234 |
msgstr ""
|
3235 |
|
3236 |
-
#: includes/B2S/RePost/Item.php:
|
3237 |
msgid "Sunday"
|
3238 |
msgstr ""
|
3239 |
|
3240 |
-
#: includes/B2S/RePost/Item.php:
|
3241 |
msgid "at"
|
3242 |
msgstr ""
|
3243 |
|
3244 |
-
#: includes/B2S/RePost/Item.php:
|
3245 |
msgid "at my best times"
|
3246 |
msgstr ""
|
3247 |
|
3248 |
-
#: includes/B2S/RePost/Item.php:
|
3249 |
msgid "Where should your content be shared?"
|
3250 |
msgstr ""
|
3251 |
|
3252 |
-
#: includes/B2S/RePost/Item.php:
|
3253 |
msgid "Add to queue"
|
3254 |
msgstr ""
|
3255 |
|
3256 |
-
#: includes/B2S/RePost/Item.php:
|
3257 |
msgid "Need more?"
|
3258 |
msgstr ""
|
3259 |
|
3260 |
-
#: includes/B2S/RePost/Item.php:
|
3261 |
msgid "Queue"
|
3262 |
msgstr ""
|
3263 |
|
3264 |
-
#: includes/B2S/RePost/Item.php:
|
3265 |
msgid "Posts"
|
3266 |
msgstr ""
|
3267 |
|
3268 |
-
#: includes/B2S/RePost/Item.php:
|
3269 |
msgid "delete selected posts"
|
3270 |
msgstr ""
|
3271 |
|
3272 |
-
#: includes/B2S/RePost/Item.php:
|
3273 |
-
msgid "Startdate"
|
3274 |
-
msgstr ""
|
3275 |
-
|
3276 |
-
#: includes/B2S/RePost/Item.php:201
|
3277 |
-
msgid "Enddate"
|
3278 |
-
msgstr ""
|
3279 |
-
|
3280 |
-
#: includes/B2S/RePost/Item.php:213
|
3281 |
msgid "Categories"
|
3282 |
msgstr ""
|
3283 |
|
3284 |
-
#: includes/B2S/RePost/Item.php:
|
3285 |
msgid "Authors"
|
3286 |
msgstr ""
|
3287 |
|
3288 |
-
#: includes/B2S/Settings/Item.php:
|
3289 |
-
#: includes/B2S/Ship/Item.php:
|
3290 |
msgid "Account"
|
3291 |
msgstr ""
|
3292 |
|
3293 |
-
#: includes/B2S/Settings/Item.php:
|
3294 |
msgid "Timezone for Scheduling"
|
3295 |
msgstr ""
|
3296 |
|
3297 |
-
#: includes/B2S/Settings/Item.php:
|
3298 |
msgid "User"
|
3299 |
msgstr ""
|
3300 |
|
3301 |
-
#: includes/B2S/Settings/Item.php:
|
3302 |
msgid "Url Shortener"
|
3303 |
msgstr ""
|
3304 |
|
3305 |
-
#: includes/B2S/Settings/Item.php:
|
3306 |
msgid "no URL Shortener"
|
3307 |
msgstr ""
|
3308 |
|
3309 |
-
#: includes/B2S/Settings/Item.php:
|
3310 |
msgid "Brand"
|
3311 |
msgstr ""
|
3312 |
|
3313 |
-
#: includes/B2S/Settings/Item.php:
|
3314 |
msgid "Call-to-Action"
|
3315 |
msgstr ""
|
3316 |
|
3317 |
-
#: includes/B2S/Settings/Item.php:
|
3318 |
msgid "change"
|
3319 |
msgstr ""
|
3320 |
|
3321 |
-
#: includes/B2S/Settings/Item.php:
|
3322 |
msgid "Shortcodes"
|
3323 |
msgstr ""
|
3324 |
|
3325 |
-
#: includes/B2S/Settings/Item.php:
|
3326 |
msgid "allow shortcodes in my post"
|
3327 |
msgstr ""
|
3328 |
|
3329 |
-
#: includes/B2S/Settings/Item.php:101
|
3330 |
-
msgid "Hashtags"
|
3331 |
-
msgstr ""
|
3332 |
-
|
3333 |
-
#: includes/B2S/Settings/Item.php:102
|
3334 |
-
msgid "include Wordpress tags as hashtags in my post"
|
3335 |
-
msgstr ""
|
3336 |
-
|
3337 |
-
#: includes/B2S/Settings/Item.php:106
|
3338 |
msgid "System"
|
3339 |
msgstr ""
|
3340 |
|
3341 |
-
#: includes/B2S/Settings/Item.php:
|
3342 |
-
#: includes/B2S/Settings/Item.php:
|
3343 |
msgid ""
|
3344 |
"This is a global feature for your blog, which can only be edited by users "
|
3345 |
"with admin rights."
|
3346 |
msgstr ""
|
3347 |
|
3348 |
-
#: includes/B2S/Settings/Item.php:
|
3349 |
msgid "activate Legacy mode"
|
3350 |
msgstr ""
|
3351 |
|
3352 |
-
#: includes/B2S/Settings/Item.php:
|
3353 |
msgid "Reset all page and post meta data"
|
3354 |
msgstr ""
|
3355 |
|
3356 |
-
#: includes/B2S/Settings/Item.php:
|
3357 |
msgid "Meta Tags Settings for Posts and Pages"
|
3358 |
msgstr ""
|
3359 |
|
3360 |
-
#: includes/B2S/Settings/Item.php:
|
3361 |
msgid ""
|
3362 |
"Add Open Graph meta tags to your shared posts or pages, required by Facebook "
|
3363 |
"and other social networks to display your post or page image, title and "
|
3364 |
"description correctly."
|
3365 |
msgstr ""
|
3366 |
|
3367 |
-
#: includes/B2S/Settings/Item.php:
|
3368 |
msgid ""
|
3369 |
"Add Twitter Card meta tags to your shared posts or pages, required by "
|
3370 |
"Twitter to display your post or page image, title and description correctly."
|
3371 |
msgstr ""
|
3372 |
|
3373 |
-
#: includes/B2S/Settings/Item.php:
|
3374 |
msgid "Add oEmbed tags"
|
3375 |
msgstr ""
|
3376 |
|
3377 |
-
#: includes/B2S/Settings/Item.php:
|
3378 |
msgid "Frontpage Settings"
|
3379 |
msgstr ""
|
3380 |
|
3381 |
-
#: includes/B2S/Settings/Item.php:
|
3382 |
msgid "Check Settings with Sharing-Debugger"
|
3383 |
msgstr ""
|
3384 |
|
3385 |
-
#: includes/B2S/Settings/Item.php:
|
3386 |
msgid ""
|
3387 |
"Add the default Open Graph parameters for title, description and image you "
|
3388 |
"want Facebook to display, if you share the frontpage of your blog as link "
|
3389 |
"post (http://www.yourblog.com)"
|
3390 |
msgstr ""
|
3391 |
|
3392 |
-
#: includes/B2S/Settings/Item.php:
|
3393 |
msgid "Description"
|
3394 |
msgstr ""
|
3395 |
|
3396 |
-
#: includes/B2S/Settings/Item.php:
|
3397 |
msgid "Image URL"
|
3398 |
msgstr ""
|
3399 |
|
3400 |
-
#: includes/B2S/Settings/Item.php:
|
3401 |
-
#: includes/B2S/Ship/Image.php:
|
3402 |
msgid "Image upload / Media Gallery"
|
3403 |
msgstr ""
|
3404 |
|
3405 |
-
#: includes/B2S/Settings/Item.php:
|
3406 |
msgid ""
|
3407 |
"Please note: Facebook supports images with a minimum dimension of 200x200 "
|
3408 |
"pixels and an aspect ratio of 1:1."
|
3409 |
msgstr ""
|
3410 |
|
3411 |
-
#: includes/B2S/Settings/Item.php:
|
3412 |
msgid ""
|
3413 |
"Add the default Twitter Card parameters for title, description and image you "
|
3414 |
"want Twitter to display, if you share the frontpage of your blog as link "
|
3415 |
"post (http://www.yourblog.com)"
|
3416 |
msgstr ""
|
3417 |
|
3418 |
-
#: includes/B2S/Settings/Item.php:
|
3419 |
msgid "The default card type to use"
|
3420 |
msgstr ""
|
3421 |
|
3422 |
-
#: includes/B2S/Settings/Item.php:
|
3423 |
msgid "Summary"
|
3424 |
msgstr ""
|
3425 |
|
3426 |
-
#: includes/B2S/Settings/Item.php:
|
3427 |
msgid "Summary with large image"
|
3428 |
msgstr ""
|
3429 |
|
3430 |
-
#: includes/B2S/Settings/Item.php:
|
3431 |
msgid "(SMART)"
|
3432 |
msgstr ""
|
3433 |
|
3434 |
-
#: includes/B2S/Settings/Item.php:
|
3435 |
msgid ""
|
3436 |
"Please note: Twitter supports images with a minimum dimension of 144x144 "
|
3437 |
"pixels and a maximum dimension of 4096x4096 pixels and less than 5 BM. The "
|
@@ -3439,32 +3487,32 @@ msgid ""
|
|
3439 |
"formats."
|
3440 |
msgstr ""
|
3441 |
|
3442 |
-
#: includes/B2S/Settings/Item.php:
|
3443 |
msgid "Did you know?"
|
3444 |
msgstr ""
|
3445 |
|
3446 |
-
#: includes/B2S/Settings/Item.php:
|
3447 |
msgid ""
|
3448 |
"With Premium Pro, you can change the custom post format photo post or link "
|
3449 |
"post for each individual social media post and channel (profile, page, group)"
|
3450 |
"."
|
3451 |
msgstr ""
|
3452 |
|
3453 |
-
#: includes/B2S/Settings/Item.php:
|
3454 |
msgid "Upgrade to Premium Pro now."
|
3455 |
msgstr ""
|
3456 |
|
3457 |
-
#: includes/B2S/Settings/Item.php:
|
3458 |
msgid "The image will be changed"
|
3459 |
msgstr ""
|
3460 |
|
3461 |
-
#: includes/B2S/Settings/Item.php:
|
3462 |
msgid ""
|
3463 |
"Insert white frames to show the whole image in your timeline. All image "
|
3464 |
"information will be shown in your timeline."
|
3465 |
msgstr ""
|
3466 |
|
3467 |
-
#: includes/B2S/Settings/Item.php:
|
3468 |
msgid ""
|
3469 |
"The link post format displays posts title, link address and the first one or "
|
3470 |
"two sentences of the post. The networks scan this information from your META "
|
@@ -3476,14 +3524,14 @@ msgid ""
|
|
3476 |
"first image detected on your page. The image links to your blog post."
|
3477 |
msgstr ""
|
3478 |
|
3479 |
-
#: includes/B2S/Settings/Item.php:
|
3480 |
msgid ""
|
3481 |
"The image preview will be cropped automatically to fit the default Instagram "
|
3482 |
"layout for your Instagram timeline. The image will be shown uncropped when "
|
3483 |
"opening the preview page for your Instagram post."
|
3484 |
msgstr ""
|
3485 |
|
3486 |
-
#: includes/B2S/Settings/Item.php:
|
3487 |
msgid ""
|
3488 |
"A photo or image post displays the selected image in the one-page preview of "
|
3489 |
"Blog2Social and your comment above the image. The image links to the image "
|
@@ -3493,63 +3541,89 @@ msgid ""
|
|
3493 |
" you can edit the albums name with a description of your choice."
|
3494 |
msgstr ""
|
3495 |
|
3496 |
-
#: includes/B2S/Ship/Image.php:
|
3497 |
msgid "The images file types .jpg and .png are allowed. Please try another."
|
3498 |
msgstr ""
|
3499 |
|
3500 |
-
#: includes/B2S/Ship/Image.php:
|
3501 |
msgid "To select an individual image from your media library,"
|
3502 |
msgstr ""
|
3503 |
|
3504 |
-
#: includes/B2S/Ship/Image.php:
|
3505 |
msgid ""
|
3506 |
"The networks Diigo, Bloglovin’ and Google My Business do not support the GIF "
|
3507 |
"image format and will display your standard image instead."
|
3508 |
msgstr ""
|
3509 |
|
3510 |
-
#: includes/B2S/Ship/Image.php:
|
3511 |
msgid ""
|
3512 |
"By changing your image in the link post format it will be changed for all "
|
3513 |
"networks listed below. This also applies for all scheduled posts in this "
|
3514 |
"post format. "
|
3515 |
msgstr ""
|
3516 |
|
3517 |
-
#: includes/B2S/Ship/Image.php:
|
3518 |
msgid "More Information"
|
3519 |
msgstr ""
|
3520 |
|
3521 |
-
#: includes/B2S/Ship/Image.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3522 |
msgid ""
|
3523 |
"The best size for images in social media posts are between: 667-1000px x 523-"
|
3524 |
"1000px. Blog2Social will automatically resize your image according to "
|
3525 |
"network requirements."
|
3526 |
msgstr ""
|
3527 |
|
3528 |
-
#: includes/B2S/Ship/Image.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3529 |
msgid "No images are included in your post."
|
3530 |
msgstr ""
|
3531 |
|
3532 |
-
#: includes/B2S/Ship/Image.php:
|
3533 |
msgid "Apply image for all posts"
|
3534 |
msgstr ""
|
3535 |
|
3536 |
-
#: includes/B2S/Ship/Image.php:
|
3537 |
msgid "Apply image"
|
3538 |
msgstr ""
|
3539 |
|
3540 |
-
#: includes/B2S/Ship/Image.php:
|
3541 |
msgid "Apply image for this post"
|
3542 |
msgstr ""
|
3543 |
|
3544 |
-
#: includes/B2S/Ship/Image.php:
|
3545 |
msgid "Apply image for all og-meta networks"
|
3546 |
msgstr ""
|
3547 |
|
|
|
|
|
|
|
|
|
3548 |
#: includes/B2S/Ship/Item.php:162
|
3549 |
msgid "Network does not support image for profiles"
|
3550 |
msgstr ""
|
3551 |
|
3552 |
-
#: includes/B2S/Ship/Item.php:163 includes/B2S/Ship/Item.php:
|
3553 |
msgid "Network defines image by link"
|
3554 |
msgstr ""
|
3555 |
|
@@ -3557,198 +3631,207 @@ msgstr ""
|
|
3557 |
msgid "Supported HTML tags"
|
3558 |
msgstr ""
|
3559 |
|
3560 |
-
#: includes/B2S/Ship/Item.php:166 includes/B2S/Ship/Item.php:
|
3561 |
msgid "Network does not support emojis"
|
3562 |
msgstr ""
|
3563 |
|
3564 |
-
#: includes/B2S/Ship/Item.php:167 includes/B2S/Ship/Item.php:
|
3565 |
msgid "Network does not support GIFs"
|
3566 |
msgstr ""
|
3567 |
|
3568 |
-
#: includes/B2S/Ship/Item.php:
|
3569 |
msgid "Text only"
|
3570 |
msgstr ""
|
3571 |
|
3572 |
-
#: includes/B2S/Ship/Item.php:
|
3573 |
msgid "Network does not support image for pages"
|
3574 |
msgstr ""
|
3575 |
|
3576 |
-
#: includes/B2S/Ship/Item.php:
|
3577 |
msgid "Connection expires on 31 March 2019"
|
3578 |
msgstr ""
|
3579 |
|
3580 |
-
#: includes/B2S/Ship/Item.php:
|
3581 |
msgid "Connection expires on 2 April 2019"
|
3582 |
msgstr ""
|
3583 |
|
3584 |
-
#: includes/B2S/Ship/Item.php:
|
3585 |
msgid "post format"
|
3586 |
msgstr ""
|
3587 |
|
3588 |
-
#: includes/B2S/Ship/Item.php:
|
3589 |
msgid "Insert full-text"
|
3590 |
msgstr ""
|
3591 |
|
3592 |
-
#: includes/B2S/Ship/Item.php:
|
3593 |
msgid "Delete text"
|
3594 |
msgstr ""
|
3595 |
|
3596 |
-
#: includes/B2S/Ship/Item.php:
|
3597 |
-
#: includes/B2S/Ship/Item.php:
|
3598 |
msgid ""
|
3599 |
"Please keep in mind that according to Twitter’s new TOS, users are no longer "
|
3600 |
"allowed to post identical or substantially similar content to multiple "
|
3601 |
"accounts or multiple duplicate updates on one account."
|
3602 |
msgstr ""
|
3603 |
|
3604 |
-
#: includes/B2S/Ship/Item.php:
|
3605 |
-
#: includes/B2S/Ship/Item.php:
|
3606 |
msgid ""
|
3607 |
"Violating these rules can result in Twitter suspending your account. Always "
|
3608 |
"vary your Tweets with different comments, hashtags or handles to prevent "
|
3609 |
"duplicate posts."
|
3610 |
msgstr ""
|
3611 |
|
3612 |
-
#: includes/B2S/Ship/Item.php:
|
3613 |
-
#: includes/B2S/Ship/Item.php:
|
3614 |
msgid "Learn more about this"
|
3615 |
msgstr ""
|
3616 |
|
3617 |
-
#: includes/B2S/Ship/Item.php:
|
3618 |
msgid ""
|
3619 |
"Please note: XING allows identical posts to be published only once within a "
|
3620 |
"group and no more than three times across different groups."
|
3621 |
msgstr ""
|
3622 |
|
3623 |
-
#: includes/B2S/Ship/Item.php:
|
3624 |
msgid "Read more"
|
3625 |
msgstr ""
|
3626 |
|
3627 |
-
#: includes/B2S/Ship/Item.php:
|
3628 |
msgid ""
|
3629 |
"Please keep in mind that users are not allowed to post identical or "
|
3630 |
"substantially similar content to multiple accounts or multiple duplicate "
|
3631 |
"updates on one account."
|
3632 |
msgstr ""
|
3633 |
|
3634 |
-
#: includes/B2S/Ship/Item.php:
|
3635 |
msgid ""
|
3636 |
"Violating these rules can result in suspending your account. Always vary "
|
3637 |
"your content with different images, comments, hashtags or handles to prevent "
|
3638 |
"duplicate posts."
|
3639 |
msgstr ""
|
3640 |
|
3641 |
-
#: includes/B2S/Ship/Item.php:
|
3642 |
msgid "hide calendar"
|
3643 |
msgstr ""
|
3644 |
|
3645 |
-
#: includes/B2S/Ship/Item.php:
|
3646 |
-
#: includes/B2S/Ship/Item.php:
|
3647 |
-
#: includes/B2S/Ship/Item.php:
|
3648 |
-
#: includes/B2S/Ship/Item.php:
|
3649 |
-
#: includes/B2S/Ship/Item.php:
|
3650 |
-
#: includes/B2S/Ship/Item.php:
|
3651 |
-
#: includes/B2S/Ship/Item.php:
|
3652 |
-
#: includes/B2S/Ship/Item.php:
|
3653 |
msgid "Write something about your post..."
|
3654 |
msgstr ""
|
3655 |
|
3656 |
-
#: includes/B2S/Ship/Item.php:
|
3657 |
-
#: includes/B2S/Ship/Item.php:
|
3658 |
-
#: includes/B2S/Ship/Item.php:
|
3659 |
msgid ""
|
3660 |
"Info: Change Open Graph Meta tags image, title and description for this "
|
3661 |
"network"
|
3662 |
msgstr ""
|
3663 |
|
3664 |
-
#: includes/B2S/Ship/Item.php:
|
3665 |
-
#: includes/B2S/Ship/Item.php:
|
3666 |
-
#: includes/B2S/Ship/Item.php:
|
3667 |
msgid ""
|
3668 |
"You want to change your link image, link title and link description for this "
|
3669 |
"network? Click here."
|
3670 |
msgstr ""
|
3671 |
|
3672 |
-
#: includes/B2S/Ship/Item.php:
|
3673 |
-
#: includes/B2S/Ship/Item.php:
|
3674 |
-
#: includes/B2S/Ship/Item.php:
|
3675 |
msgid "OG Meta title"
|
3676 |
msgstr ""
|
3677 |
|
3678 |
-
#: includes/B2S/Ship/Item.php:
|
3679 |
-
#: includes/B2S/Ship/Item.php:
|
3680 |
-
#: includes/B2S/Ship/Item.php:
|
3681 |
msgid "OG Meta description"
|
3682 |
msgstr ""
|
3683 |
|
3684 |
-
#: includes/B2S/Ship/Item.php:
|
|
|
|
|
|
|
|
|
|
|
3685 |
msgid ""
|
3686 |
"Please note: Twitter stores the Card parameters of a link for up to 7 days. "
|
3687 |
"Changes may not be immediately visible on Twitter."
|
3688 |
msgstr ""
|
3689 |
|
3690 |
-
#: includes/B2S/Ship/Item.php:
|
3691 |
msgid ""
|
3692 |
"Info: Change Card Meta tags image, title and description for this network"
|
3693 |
msgstr ""
|
3694 |
|
3695 |
-
#: includes/B2S/Ship/Item.php:
|
3696 |
msgid "Card Meta title"
|
3697 |
msgstr ""
|
3698 |
|
3699 |
-
#: includes/B2S/Ship/Item.php:
|
3700 |
msgid "Card Meta description"
|
3701 |
msgstr ""
|
3702 |
|
3703 |
-
#: includes/B2S/Ship/Item.php:
|
3704 |
msgid ""
|
3705 |
"Please note: XING stores the Open Graph parameters of a link for up to 7 "
|
3706 |
"days. Changes may not be immediately visible on XING."
|
3707 |
msgstr ""
|
3708 |
|
3709 |
-
#: includes/B2S/Ship/Item.php:
|
3710 |
msgid "required"
|
3711 |
msgstr ""
|
3712 |
|
3713 |
-
#: includes/B2S/Ship/Item.php:
|
3714 |
msgid "Jobs & Projects"
|
3715 |
msgstr ""
|
3716 |
|
3717 |
-
#: includes/B2S/Ship/Item.php:
|
3718 |
msgid "Events"
|
3719 |
msgstr ""
|
3720 |
|
3721 |
-
#: includes/B2S/Ship/Item.php:
|
3722 |
msgid "Classified Ads"
|
3723 |
msgstr ""
|
3724 |
|
3725 |
-
#: includes/B2S/Ship/Item.php:
|
3726 |
msgid "Offer"
|
3727 |
msgstr ""
|
3728 |
|
3729 |
-
#: includes/B2S/Ship/Item.php:
|
3730 |
msgid "Request"
|
3731 |
msgstr ""
|
3732 |
|
3733 |
-
#: includes/B2S/Ship/Item.php:
|
3734 |
msgid "The Headline..."
|
3735 |
msgstr ""
|
3736 |
|
3737 |
-
#: includes/B2S/Ship/Item.php:
|
3738 |
#, php-format
|
3739 |
msgid "max. %s Tags"
|
3740 |
msgstr ""
|
3741 |
|
3742 |
-
#: includes/B2S/Ship/Item.php:
|
|
|
|
|
|
|
|
|
3743 |
msgid "Enable Retweets for all Tweets with the selected profile"
|
3744 |
msgstr ""
|
3745 |
|
3746 |
-
#: includes/B2S/Ship/Item.php:
|
3747 |
msgid "Delay"
|
3748 |
msgstr ""
|
3749 |
|
3750 |
-
#: includes/B2S/Ship/Item.php:
|
3751 |
-
#: includes/B2S/Ship/Item.php:
|
3752 |
#: views/b2s/partials/post-edit-modal.php:77
|
3753 |
#: views/b2s/partials/post-edit-modal.php:78
|
3754 |
#: views/b2s/partials/post-edit-modal.php:79
|
@@ -3756,19 +3839,19 @@ msgstr ""
|
|
3756 |
msgid "min"
|
3757 |
msgstr ""
|
3758 |
|
3759 |
-
#: includes/B2S/Ship/Item.php:
|
3760 |
msgid "Add Retweet"
|
3761 |
msgstr ""
|
3762 |
|
3763 |
-
#: includes/B2S/Ship/Item.php:
|
3764 |
msgid "Share Now"
|
3765 |
msgstr ""
|
3766 |
|
3767 |
-
#: includes/B2S/Ship/Item.php:
|
3768 |
msgid "Schedule Recurrent Post"
|
3769 |
msgstr ""
|
3770 |
|
3771 |
-
#: includes/B2S/Ship/Item.php:
|
3772 |
msgid ""
|
3773 |
"Please note: Your account is connected via an old XING API that is no longer "
|
3774 |
"supported by XING after March 31. Please connect your XING profile, as well "
|
@@ -3778,7 +3861,7 @@ msgid ""
|
|
3778 |
"the new XING."
|
3779 |
msgstr ""
|
3780 |
|
3781 |
-
#: includes/B2S/Ship/Item.php:
|
3782 |
msgid ""
|
3783 |
"Please note: Google will shut down Google+ for all private accounts "
|
3784 |
"(profiles, pages, groups) on 2nd April 2019. You can find further "
|
@@ -3786,112 +3869,112 @@ msgid ""
|
|
3786 |
"other content here:"
|
3787 |
msgstr ""
|
3788 |
|
3789 |
-
#: includes/B2S/Ship/Item.php:
|
3790 |
msgid "Repeats"
|
3791 |
msgstr ""
|
3792 |
|
3793 |
-
#: includes/B2S/Ship/Item.php:
|
3794 |
msgid "Duration"
|
3795 |
msgstr ""
|
3796 |
|
3797 |
-
#: includes/B2S/Ship/Item.php:
|
3798 |
msgid "Number of repeats"
|
3799 |
msgstr ""
|
3800 |
|
3801 |
-
#: includes/B2S/Ship/Item.php:
|
3802 |
msgid "Day of month"
|
3803 |
msgstr ""
|
3804 |
|
3805 |
-
#: includes/B2S/Ship/Item.php:
|
3806 |
msgid "Repeats every (days)"
|
3807 |
msgstr ""
|
3808 |
|
3809 |
-
#: includes/B2S/Ship/Item.php:
|
3810 |
msgid "Start date"
|
3811 |
msgstr ""
|
3812 |
|
3813 |
-
#: includes/B2S/Ship/Item.php:
|
3814 |
msgid "Time to publish"
|
3815 |
msgstr ""
|
3816 |
|
3817 |
-
#: includes/B2S/Ship/Item.php:
|
3818 |
msgid "weekly"
|
3819 |
msgstr ""
|
3820 |
|
3821 |
-
#: includes/B2S/Ship/Item.php:
|
3822 |
msgid "monthly"
|
3823 |
msgstr ""
|
3824 |
|
3825 |
-
#: includes/B2S/Ship/Item.php:
|
3826 |
msgid "own period"
|
3827 |
msgstr ""
|
3828 |
|
3829 |
-
#: includes/B2S/Ship/Item.php:
|
3830 |
msgid "Week"
|
3831 |
msgstr ""
|
3832 |
|
3833 |
-
#: includes/B2S/Ship/Item.php:
|
3834 |
msgid "Weeks"
|
3835 |
msgstr ""
|
3836 |
|
3837 |
-
#: includes/B2S/Ship/Item.php:
|
3838 |
msgid "Month"
|
3839 |
msgstr ""
|
3840 |
|
3841 |
-
#: includes/B2S/Ship/Item.php:
|
3842 |
msgid "Months"
|
3843 |
msgstr ""
|
3844 |
|
3845 |
-
#: includes/B2S/Ship/Item.php:
|
3846 |
msgid "End Of Month"
|
3847 |
msgstr ""
|
3848 |
|
3849 |
-
#: includes/B2S/Ship/Item.php:
|
3850 |
msgid "Timespan"
|
3851 |
msgstr ""
|
3852 |
|
3853 |
-
#: includes/B2S/Ship/Item.php:
|
3854 |
#: views/b2s/partials/post-edit-modal.php:66
|
3855 |
msgid "Time"
|
3856 |
msgstr ""
|
3857 |
|
3858 |
-
#: includes/B2S/Ship/Item.php:
|
3859 |
msgid "add another post"
|
3860 |
msgstr ""
|
3861 |
|
3862 |
-
#: includes/B2S/Ship/Item.php:
|
3863 |
msgid "Copy from original"
|
3864 |
msgstr ""
|
3865 |
|
3866 |
-
#: includes/B2S/Ship/Item.php:
|
3867 |
msgid "Apply Settings To All Networks"
|
3868 |
msgstr ""
|
3869 |
|
3870 |
-
#: includes/B2S/Ship/Item.php:
|
3871 |
msgid "Save as best time for this network"
|
3872 |
msgstr ""
|
3873 |
|
3874 |
-
#: includes/B2S/Ship/Save.php:
|
3875 |
msgid ""
|
3876 |
"For sharing your posts on personal Facebook Profiles you can use Facebook "
|
3877 |
"Instant Sharing"
|
3878 |
msgstr ""
|
3879 |
|
3880 |
-
#: includes/B2S/Ship/Save.php:
|
3881 |
msgid "Learn how it works"
|
3882 |
msgstr ""
|
3883 |
|
3884 |
-
#: includes/B2S/Ship/Save.php:
|
3885 |
msgid "This is how it works:"
|
3886 |
msgstr ""
|
3887 |
|
3888 |
-
#: includes/B2S/Ship/Save.php:
|
3889 |
msgid ""
|
3890 |
"-To share your post immediately, click the \"Share\" button next to your "
|
3891 |
"selected Facebook profile below."
|
3892 |
msgstr ""
|
3893 |
|
3894 |
-
#: includes/B2S/Ship/Save.php:
|
3895 |
msgid ""
|
3896 |
"-For scheduled posts, Blog2Social will save your post and move it to the "
|
3897 |
"\"Scheduled Posts\" tab on your \"Posts & Sharing\" navigation bar. On your "
|
@@ -3899,18 +3982,18 @@ msgid ""
|
|
3899 |
"and you can click on \"Share\" to post it to your Facebook Profile instantly."
|
3900 |
msgstr ""
|
3901 |
|
3902 |
-
#: includes/B2S/Ship/Save.php:
|
3903 |
msgid ""
|
3904 |
"For sharing your posts on Google+ you can now use Google+ Instant Sharing"
|
3905 |
msgstr ""
|
3906 |
|
3907 |
-
#: includes/B2S/Ship/Save.php:
|
3908 |
msgid ""
|
3909 |
"-To share your post immediately, click the \"Share\" button next to your "
|
3910 |
"selected Google+ account below."
|
3911 |
msgstr ""
|
3912 |
|
3913 |
-
#: includes/B2S/Ship/Save.php:
|
3914 |
msgid ""
|
3915 |
"-For scheduled posts, Blog2Social will save your post and move it to the "
|
3916 |
"\"Scheduled Posts\" tab on your \"Site & Blog Content\" navigation bar. On "
|
@@ -3918,20 +4001,20 @@ msgid ""
|
|
3918 |
"tab and you can click on \"Share\" to post it to your account instantly."
|
3919 |
msgstr ""
|
3920 |
|
3921 |
-
#: includes/B2S/Ship/Save.php:
|
3922 |
msgid ""
|
3923 |
"Please note: You post has to be marked as public to be posted in a group."
|
3924 |
msgstr ""
|
3925 |
|
3926 |
-
#: includes/B2S/Ship/Save.php:
|
3927 |
msgid "Please share your post now"
|
3928 |
msgstr ""
|
3929 |
|
3930 |
-
#: includes/B2S/Ship/Save.php:
|
3931 |
msgid "view social media post"
|
3932 |
msgstr ""
|
3933 |
|
3934 |
-
#: includes/B2S/Ship/Save.php:
|
3935 |
msgid "scheduled on"
|
3936 |
msgstr ""
|
3937 |
|
@@ -3955,50 +4038,50 @@ msgstr ""
|
|
3955 |
msgid "on Blog"
|
3956 |
msgstr ""
|
3957 |
|
3958 |
-
#: views/b2s/html/footer.php:
|
3959 |
msgid "Privacy Policy"
|
3960 |
msgstr ""
|
3961 |
|
3962 |
-
#: views/b2s/html/footer.php:
|
3963 |
msgid "Terms"
|
3964 |
msgstr ""
|
3965 |
|
3966 |
-
#: views/b2s/html/footer.php:
|
3967 |
msgid "We never store your data from your social media profiles"
|
3968 |
msgstr ""
|
3969 |
|
3970 |
-
#: views/b2s/html/footer.php:
|
3971 |
#: views/prg/html/header.php:45
|
3972 |
msgid "Post"
|
3973 |
msgstr ""
|
3974 |
|
3975 |
-
#: views/b2s/html/footer.php:
|
3976 |
msgid "Job"
|
3977 |
msgstr ""
|
3978 |
|
3979 |
-
#: views/b2s/html/footer.php:
|
3980 |
msgid "Event"
|
3981 |
msgstr ""
|
3982 |
|
3983 |
-
#: views/b2s/html/footer.php:
|
3984 |
msgid "Product"
|
3985 |
msgstr ""
|
3986 |
|
3987 |
-
#: views/b2s/html/footer.php:
|
3988 |
msgid "Upgrade to Blog2Social for Premium"
|
3989 |
msgstr ""
|
3990 |
|
3991 |
-
#: views/b2s/html/footer.php:
|
3992 |
msgid "Upgrade to Blog2Social PREMIUM PRO"
|
3993 |
msgstr ""
|
3994 |
|
3995 |
-
#: views/b2s/html/footer.php:
|
3996 |
msgid ""
|
3997 |
"You can select different combinations of networks and save them for "
|
3998 |
"different sharing purposes."
|
3999 |
msgstr ""
|
4000 |
|
4001 |
-
#: views/b2s/html/footer.php:
|
4002 |
msgid ""
|
4003 |
"Blog2Social Premium PRO allows you to save your preferred social network "
|
4004 |
"accounts into network collections for a faster future access. You can assign "
|
@@ -4013,99 +4096,104 @@ msgid ""
|
|
4013 |
"collection."
|
4014 |
msgstr ""
|
4015 |
|
4016 |
-
#: views/b2s/html/footer.php:
|
4017 |
msgid "With Blog2Social PREMIUM PRO you can also:"
|
4018 |
msgstr ""
|
4019 |
|
4020 |
-
#: views/b2s/html/footer.php:
|
4021 |
msgid ""
|
4022 |
"Post on LinkedIn pages, XING pages and groups, as well as Facebook pages and "
|
4023 |
"groups"
|
4024 |
msgstr ""
|
4025 |
|
4026 |
-
#: views/b2s/html/footer.php:
|
4027 |
msgid ""
|
4028 |
"Schedule your posts at the best times on each network: for one time, "
|
4029 |
"multiple times or recurrently"
|
4030 |
msgstr ""
|
4031 |
|
4032 |
-
#: views/b2s/html/footer.php:
|
4033 |
msgid ""
|
4034 |
"Reporting and calendar: keep track of your published and scheduled social "
|
4035 |
"media posts"
|
4036 |
msgstr ""
|
4037 |
|
4038 |
-
#: views/b2s/html/footer.php:
|
|
|
4039 |
msgid "Upgrade to PRO and above"
|
4040 |
msgstr ""
|
4041 |
|
4042 |
-
#: views/b2s/html/footer.php:
|
4043 |
msgid "Activate Blog2Social PREMIUM PRO."
|
4044 |
msgstr ""
|
4045 |
|
4046 |
-
#: views/b2s/html/footer.php:
|
4047 |
msgid ""
|
4048 |
"With Blog2Social Premium PRO you can connect pages in LinkedIn and XING as "
|
4049 |
"well as XING groups."
|
4050 |
msgstr ""
|
4051 |
|
4052 |
-
#: views/b2s/html/footer.php:
|
4053 |
msgid "Also included:"
|
4054 |
msgstr ""
|
4055 |
|
4056 |
-
#: views/b2s/html/footer.php:
|
4057 |
msgid "Social media auto-posting and auto-scheduling"
|
4058 |
msgstr ""
|
4059 |
|
4060 |
-
#: views/b2s/html/footer.php:
|
4061 |
msgid "Posting to social media pages and groups in Facebook"
|
4062 |
msgstr ""
|
4063 |
|
4064 |
-
#: views/b2s/html/footer.php:
|
4065 |
msgid "Sharing on multiple accounts per network"
|
4066 |
msgstr ""
|
4067 |
|
4068 |
-
#: views/b2s/html/footer.php:
|
4069 |
msgid "Best Time Scheduler: schedule once, multiple times or recurringly"
|
4070 |
msgstr ""
|
4071 |
|
4072 |
-
#: views/b2s/html/footer.php:
|
4073 |
msgid "Reporting with links to already published posts"
|
4074 |
msgstr ""
|
4075 |
|
4076 |
-
#: views/b2s/html/footer.php:
|
|
|
|
|
|
|
|
|
4077 |
msgid "Select the preferred custom post format for your posts"
|
4078 |
msgstr ""
|
4079 |
|
4080 |
-
#: views/b2s/html/footer.php:
|
4081 |
msgid ""
|
4082 |
"Select link post or image post format to define your preferred custom post "
|
4083 |
"format for Twitter, LinkedIn, and Facebook."
|
4084 |
msgstr ""
|
4085 |
|
4086 |
-
#: views/b2s/html/footer.php:
|
4087 |
msgid "Photo Post"
|
4088 |
msgstr ""
|
4089 |
|
4090 |
-
#: views/b2s/html/footer.php:
|
4091 |
msgid ""
|
4092 |
"For Instagram, you can select \"image with frame\" or \"image cut out\" as "
|
4093 |
"your preferred custom post format."
|
4094 |
msgstr ""
|
4095 |
|
4096 |
-
#: views/b2s/html/footer.php:
|
4097 |
msgid "Did you miss something?"
|
4098 |
msgstr ""
|
4099 |
|
4100 |
-
#: views/b2s/html/footer.php:
|
4101 |
msgid "Help us make Blog2Social even better!"
|
4102 |
msgstr ""
|
4103 |
|
4104 |
-
#: views/b2s/html/footer.php:
|
4105 |
msgid "submit"
|
4106 |
msgstr ""
|
4107 |
|
4108 |
-
#: views/b2s/html/footer.php:
|
4109 |
msgid ""
|
4110 |
"Blog2Social provides you with a pre-configured time-scheme to automatically "
|
4111 |
"schedule your social media posts for the best times to share on each social "
|
@@ -4114,7 +4202,7 @@ msgid ""
|
|
4114 |
"each social network."
|
4115 |
msgstr ""
|
4116 |
|
4117 |
-
#: views/b2s/html/footer.php:
|
4118 |
msgid ""
|
4119 |
"You can also configure your own individual time settings for each of your "
|
4120 |
"social media connections to post your content on social media when your "
|
@@ -4123,29 +4211,29 @@ msgid ""
|
|
4123 |
"to reach as many followers as possible."
|
4124 |
msgstr ""
|
4125 |
|
4126 |
-
#: views/b2s/html/footer.php:
|
4127 |
msgid ""
|
4128 |
"Click Load My Time Settings in the preview editor to schedule your posts "
|
4129 |
"automatically for your individually chosen best times."
|
4130 |
msgstr ""
|
4131 |
|
4132 |
-
#: views/b2s/html/footer.php:
|
4133 |
msgid ""
|
4134 |
"You can always edit the predefined times in the preview editor for any post "
|
4135 |
"or network and save your new settings as default for future use."
|
4136 |
msgstr ""
|
4137 |
|
4138 |
-
#: views/b2s/html/footer.php:
|
4139 |
msgid ""
|
4140 |
"Learn how to set up and apply individual best times to your social media "
|
4141 |
"scheduling and auto-poster."
|
4142 |
msgstr ""
|
4143 |
|
4144 |
-
#: views/b2s/html/footer.php:
|
4145 |
msgid "Why Retweets?"
|
4146 |
msgstr ""
|
4147 |
|
4148 |
-
#: views/b2s/html/footer.php:
|
4149 |
msgid ""
|
4150 |
"Retweets are the recommended way to reshare the same Tweets across Twitter "
|
4151 |
"accounts in accordance with Twitter new rules. You can now schedule multiple "
|
@@ -4153,7 +4241,7 @@ msgid ""
|
|
4153 |
"WordPress."
|
4154 |
msgstr ""
|
4155 |
|
4156 |
-
#: views/b2s/html/footer.php:
|
4157 |
msgid ""
|
4158 |
"If Retweets are enabled, every Original-Tweet you schedule in this step will "
|
4159 |
"be retweeted by the selected Twitter accounts. If, for example, 3 Original-"
|
@@ -4161,54 +4249,75 @@ msgid ""
|
|
4161 |
"selected Twitter accounts."
|
4162 |
msgstr ""
|
4163 |
|
4164 |
-
#: views/b2s/html/footer.php:
|
4165 |
msgid "Would you like to retweet?"
|
4166 |
msgstr ""
|
4167 |
|
4168 |
-
#: views/b2s/html/footer.php:
|
4169 |
-
msgid "
|
4170 |
msgstr ""
|
4171 |
|
4172 |
-
#: views/b2s/html/footer.php:
|
4173 |
msgid ""
|
4174 |
-
"You can use Bit.ly links to shorten the URL of your
|
4175 |
-
"performance of your links in your social media
|
4176 |
-
"
|
4177 |
-
"media posts will then be shared with your
|
4178 |
-
"the success of your posts in
|
4179 |
-
"Pinterest and Medium do not allow Bit.
|
4180 |
-
"the regular URL for these networks."
|
4181 |
msgstr ""
|
4182 |
|
4183 |
-
#: views/b2s/html/footer.php:
|
4184 |
msgid "Define Twitter post content"
|
4185 |
msgstr ""
|
4186 |
|
4187 |
-
#: views/b2s/html/footer.php:
|
4188 |
msgid ""
|
4189 |
"Select the content that will be automatically pre-filled in your Twitter "
|
4190 |
"posts. If you have ticked the box \"include WordPress tags as hashtags in my "
|
4191 |
"post\", hashtags are automatically added in the drop-down menu."
|
4192 |
msgstr ""
|
4193 |
|
4194 |
-
#: views/b2s/html/footer.php:
|
4195 |
msgid ""
|
4196 |
"Share imported posts with the Auto Poster: Posts that you import via RSS "
|
4197 |
"feeds and plugins can be shared automatically on your social media channels."
|
4198 |
msgstr ""
|
4199 |
|
4200 |
-
#: views/b2s/html/footer.php:
|
4201 |
#, php-format
|
4202 |
msgid ""
|
4203 |
"<a target=\"_blank\" href=\"%s\">Learn how to set up auto posting for "
|
4204 |
"imported posts</a>"
|
4205 |
msgstr ""
|
4206 |
|
4207 |
-
#: views/b2s/html/footer.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4208 |
msgid "Blog2Social: Re-Share Posts"
|
4209 |
msgstr ""
|
4210 |
|
4211 |
-
#: views/b2s/html/footer.php:
|
4212 |
msgid ""
|
4213 |
"Keep your social media feed updated automatically with your best content and "
|
4214 |
"save valuable time by reviving your evergreen content regularly. Automate "
|
@@ -4216,20 +4325,20 @@ msgid ""
|
|
4216 |
"new content and interact with your community."
|
4217 |
msgstr ""
|
4218 |
|
4219 |
-
#: views/b2s/html/footer.php:
|
4220 |
#, php-format
|
4221 |
msgid "<a target=\"_blank\" href=\"%s\">More information</a>"
|
4222 |
msgstr ""
|
4223 |
|
4224 |
-
#: views/b2s/html/footer.php:
|
4225 |
msgid "Social Meta Tags Settings"
|
4226 |
msgstr ""
|
4227 |
|
4228 |
-
#: views/b2s/html/footer.php:
|
4229 |
msgid "Change image, title and description for your post on this network"
|
4230 |
msgstr ""
|
4231 |
|
4232 |
-
#: views/b2s/html/footer.php:
|
4233 |
msgid ""
|
4234 |
"Facebook has changed its policy for posting link posts via plugins or web "
|
4235 |
"applications. Facebook does no longer display the featured or selected image "
|
@@ -4242,7 +4351,7 @@ msgid ""
|
|
4242 |
"requirements for Facebook."
|
4243 |
msgstr ""
|
4244 |
|
4245 |
-
#: views/b2s/html/footer.php:
|
4246 |
msgid ""
|
4247 |
"With Blog2Social you can select a featured image or any image you select to "
|
4248 |
"be displayed with your link post. Blog2Social will automatically write the "
|
@@ -4253,7 +4362,7 @@ msgid ""
|
|
4253 |
"for your link post without OG meta tags."
|
4254 |
msgstr ""
|
4255 |
|
4256 |
-
#: views/b2s/html/footer.php:
|
4257 |
msgid ""
|
4258 |
"Twitter has changed its policy for posting link posts via plugins or web "
|
4259 |
"applications. Twitter does no longer display the featured or selected image "
|
@@ -4266,7 +4375,7 @@ msgid ""
|
|
4266 |
"requirements for Twitter."
|
4267 |
msgstr ""
|
4268 |
|
4269 |
-
#: views/b2s/html/footer.php:
|
4270 |
msgid ""
|
4271 |
"With Blog2Social you can select a featured image or any image you select to "
|
4272 |
"be displayed with your link post. Blog2Social will automatically write the "
|
@@ -4277,7 +4386,7 @@ msgid ""
|
|
4277 |
"image for your link post without Twitter Card meta tags."
|
4278 |
msgstr ""
|
4279 |
|
4280 |
-
#: views/b2s/html/footer.php:
|
4281 |
msgid ""
|
4282 |
"To display your link preview, LinkedIn uses the image set in the oEmbed tags "
|
4283 |
"in meta data of your post. WordPress automatically sets your featured image "
|
@@ -4286,13 +4395,13 @@ msgid ""
|
|
4286 |
"“Add oEmbed tags” box."
|
4287 |
msgstr ""
|
4288 |
|
4289 |
-
#: views/b2s/html/footer.php:
|
4290 |
msgid ""
|
4291 |
"If LinkedIn can’t find the oEmbed tag in your data, it will use the OG (Open "
|
4292 |
"Graph) meta tags instead."
|
4293 |
msgstr ""
|
4294 |
|
4295 |
-
#: views/b2s/html/footer.php:
|
4296 |
msgid ""
|
4297 |
"With Blog2Social you can select a featured image or any image you select to "
|
4298 |
"be displayed with your link post. Blog2Social will automatically write the "
|
@@ -4305,31 +4414,31 @@ msgid ""
|
|
4305 |
"your post."
|
4306 |
msgstr ""
|
4307 |
|
4308 |
-
#: views/b2s/html/footer.php:
|
4309 |
msgid ""
|
4310 |
"You can change the image, title and description for your post on Facebook, "
|
4311 |
"by editing the following fields for"
|
4312 |
msgstr ""
|
4313 |
|
4314 |
-
#: views/b2s/html/footer.php:
|
4315 |
msgid "image"
|
4316 |
msgstr ""
|
4317 |
|
4318 |
-
#: views/b2s/html/footer.php:
|
4319 |
msgid "title"
|
4320 |
msgstr ""
|
4321 |
|
4322 |
-
#: views/b2s/html/footer.php:
|
4323 |
msgid "description"
|
4324 |
msgstr ""
|
4325 |
|
4326 |
-
#: views/b2s/html/footer.php:
|
4327 |
msgid ""
|
4328 |
"Blog2Social will automatically write these information in the Facebook Open "
|
4329 |
"Graph (OG) Meta Tags for Image, Title and Description of your blog post."
|
4330 |
msgstr ""
|
4331 |
|
4332 |
-
#: views/b2s/html/footer.php:
|
4333 |
msgid ""
|
4334 |
"Please note: If this post has already been shared or scheduled previously, "
|
4335 |
"your current changes will also affect the look of previously shared or "
|
@@ -4337,7 +4446,7 @@ msgid ""
|
|
4337 |
"tags information and automatically updated all existing posts."
|
4338 |
msgstr ""
|
4339 |
|
4340 |
-
#: views/b2s/html/footer.php:
|
4341 |
#, php-format
|
4342 |
msgid ""
|
4343 |
"Please note: Your changes will have no effect on your social media posts on "
|
@@ -4345,19 +4454,19 @@ msgid ""
|
|
4345 |
"in your Blog2Social <a target=\"_blank\" href=\"%s\">settings</a>"
|
4346 |
msgstr ""
|
4347 |
|
4348 |
-
#: views/b2s/html/footer.php:
|
4349 |
msgid ""
|
4350 |
"You can change the image, title and description for your post on Twitter, by "
|
4351 |
"editing the following fields for"
|
4352 |
msgstr ""
|
4353 |
|
4354 |
-
#: views/b2s/html/footer.php:
|
4355 |
msgid ""
|
4356 |
"Blog2Social will automatically write these information in the Twitter Card "
|
4357 |
"Meta Tags for Image, Title and Description of your blog post."
|
4358 |
msgstr ""
|
4359 |
|
4360 |
-
#: views/b2s/html/footer.php:
|
4361 |
msgid ""
|
4362 |
"Please note: If this post was previously shared or scheduled, your current "
|
4363 |
"changes will also affect the look of previously shared or scheduled posts, "
|
@@ -4366,7 +4475,7 @@ msgid ""
|
|
4366 |
"for Twitter to update your current changes."
|
4367 |
msgstr ""
|
4368 |
|
4369 |
-
#: views/b2s/html/footer.php:
|
4370 |
#, php-format
|
4371 |
msgid ""
|
4372 |
"Please note: Your changes will have no effect on your social media posts on "
|
@@ -4374,11 +4483,11 @@ msgid ""
|
|
4374 |
"your <a target=\"_blank\" href=\"%s\">settings</a>"
|
4375 |
msgstr ""
|
4376 |
|
4377 |
-
#: views/b2s/html/footer.php:
|
4378 |
msgid "You want to change the image, title and description for your post?"
|
4379 |
msgstr ""
|
4380 |
|
4381 |
-
#: views/b2s/html/footer.php:
|
4382 |
msgid ""
|
4383 |
"You are currently sharing this post as image post. Changes to title and "
|
4384 |
"description Meta Tag parameters will only be supported for link post formats."
|
@@ -4386,7 +4495,7 @@ msgid ""
|
|
4386 |
"the title and description for your post preview."
|
4387 |
msgstr ""
|
4388 |
|
4389 |
-
#: views/b2s/html/footer.php:
|
4390 |
#, php-format
|
4391 |
msgid ""
|
4392 |
"Your changes will have no effect on your social media posts on Facebook, if "
|
@@ -4394,7 +4503,7 @@ msgid ""
|
|
4394 |
"Blog2Social <a target=\"_blank\" href=\"%s\">settings</a>"
|
4395 |
msgstr ""
|
4396 |
|
4397 |
-
#: views/b2s/html/footer.php:
|
4398 |
#, php-format
|
4399 |
msgid ""
|
4400 |
"Your changes will have no effect on your social media posts on Twitter, if "
|
@@ -4402,53 +4511,53 @@ msgid ""
|
|
4402 |
"Blog2Social <a target=\"_blank\" href=\"%s\">settings</a>"
|
4403 |
msgstr ""
|
4404 |
|
4405 |
-
#: views/b2s/html/header.php:
|
4406 |
msgid ""
|
4407 |
"To use all features of Blog2Social, PHP version 5.5.3 or higher is required. "
|
4408 |
"Our support assists you as of PHP version 5.5.3. See also:"
|
4409 |
msgstr ""
|
4410 |
|
4411 |
-
#: views/b2s/html/header.php:
|
4412 |
msgid "Blog2Social Troubleshooting-Tool"
|
4413 |
msgstr ""
|
4414 |
|
4415 |
-
#: views/b2s/html/header.php:
|
4416 |
msgid ""
|
4417 |
"WordPress uses heartbeats by default, Blog2Social as well. Please enable "
|
4418 |
"heartbeats for using Blog2Social! See also:"
|
4419 |
msgstr ""
|
4420 |
|
4421 |
-
#: views/b2s/html/header.php:
|
4422 |
msgid "The link you followed has expired. Please refresh your page."
|
4423 |
msgstr ""
|
4424 |
|
4425 |
-
#: views/b2s/html/header.php:
|
4426 |
msgid "Thank you. You'll now receive the blog updates from Blog2Social."
|
4427 |
msgstr ""
|
4428 |
|
4429 |
-
#: views/b2s/html/header.php:
|
4430 |
msgid "Autoposter limit has been reached"
|
4431 |
msgstr ""
|
4432 |
|
4433 |
-
#: views/b2s/html/header.php:
|
4434 |
msgid "Your daily limit for posting automatically has been reached."
|
4435 |
msgstr ""
|
4436 |
|
4437 |
-
#: views/b2s/html/header.php:
|
4438 |
msgid "You have deleted all meta data for posts and pages successfully."
|
4439 |
msgstr ""
|
4440 |
|
4441 |
-
#: views/b2s/html/header.php:
|
4442 |
msgid "The page and post meta data could not be removed."
|
4443 |
msgstr ""
|
4444 |
|
4445 |
-
#: views/b2s/html/header.php:
|
4446 |
msgid ""
|
4447 |
"You have Yoast SEO active. Blog2Social Social Meta Tags overrides the meta "
|
4448 |
"tags from Yoast SEO."
|
4449 |
msgstr ""
|
4450 |
|
4451 |
-
#: views/b2s/html/header.php:
|
4452 |
msgid ""
|
4453 |
"You currently have both Blog2Social Social Meta Tags and All in One SEO Pack "
|
4454 |
"plugins active. To make sure that your Social Meta Tags are set correctly, "
|
@@ -4456,7 +4565,7 @@ msgid ""
|
|
4456 |
"deactivated, you can ignore this message."
|
4457 |
msgstr ""
|
4458 |
|
4459 |
-
#: views/b2s/html/header.php:
|
4460 |
msgid ""
|
4461 |
"Blog2Social has detected another plugin that is setting Social Meta tags for "
|
4462 |
"your blog posts. To ensure that your Social Meta tags are set correctly for "
|
@@ -4464,101 +4573,101 @@ msgid ""
|
|
4464 |
"Facebook Open Graph and Twitter Card Tags settings in your other plugins."
|
4465 |
msgstr ""
|
4466 |
|
4467 |
-
#: views/b2s/html/header.php:
|
4468 |
msgid "This entry could not be removed. It's not yours!"
|
4469 |
msgstr ""
|
4470 |
|
4471 |
-
#: views/b2s/html/header.php:
|
4472 |
msgid "This entry was removed successfully."
|
4473 |
msgstr ""
|
4474 |
|
4475 |
-
#: views/b2s/html/header.php:
|
4476 |
msgid "This post was edited successfully."
|
4477 |
msgstr ""
|
4478 |
|
4479 |
-
#: views/b2s/html/header.php:
|
4480 |
msgid "Post was scheduled successfully on your blog!"
|
4481 |
msgstr ""
|
4482 |
|
4483 |
-
#: views/b2s/html/header.php:
|
4484 |
msgid "Post is published successfully on your blog!"
|
4485 |
msgstr ""
|
4486 |
|
4487 |
-
#: views/b2s/html/header.php:
|
4488 |
msgid "Saved as draft"
|
4489 |
msgstr ""
|
4490 |
|
4491 |
-
#: views/b2s/html/header.php:
|
4492 |
msgid "Could not save draft"
|
4493 |
msgstr ""
|
4494 |
|
4495 |
-
#: views/b2s/html/header.php:
|
4496 |
msgid "Your authorization was successful."
|
4497 |
msgstr ""
|
4498 |
|
4499 |
-
#: views/b2s/html/header.php:
|
4500 |
msgid "Your profile was saved successful."
|
4501 |
msgstr ""
|
4502 |
|
4503 |
-
#: views/b2s/html/header.php:
|
4504 |
msgid "Your profile could not be saved."
|
4505 |
msgstr ""
|
4506 |
|
4507 |
-
#: views/b2s/html/header.php:
|
4508 |
msgid "Your authorization could not be removed."
|
4509 |
msgstr ""
|
4510 |
|
4511 |
-
#: views/b2s/html/header.php:
|
4512 |
msgid "Your authorization has been removed successfully."
|
4513 |
msgstr ""
|
4514 |
|
4515 |
-
#: views/b2s/html/header.php:
|
4516 |
msgid "Thank you! Your feedback has been received."
|
4517 |
msgstr ""
|
4518 |
|
4519 |
-
#: views/b2s/html/header.php:
|
4520 |
msgid "Your feedback could not be delivered."
|
4521 |
msgstr ""
|
4522 |
|
4523 |
-
#: views/b2s/html/header.php:
|
4524 |
msgid "Your settings were successfully saved."
|
4525 |
msgstr ""
|
4526 |
|
4527 |
-
#: views/b2s/html/header.php:
|
4528 |
msgid "Your settings could not be saved."
|
4529 |
msgstr ""
|
4530 |
|
4531 |
-
#: views/b2s/html/header.php:
|
4532 |
msgid ""
|
4533 |
"Your settings could not be saved, because you have auto-posting enabled but "
|
4534 |
"no social networks selected."
|
4535 |
msgstr ""
|
4536 |
|
4537 |
-
#: views/b2s/html/header.php:
|
4538 |
msgid "No posts found. Please try again with different filter options."
|
4539 |
msgstr ""
|
4540 |
|
4541 |
-
#: views/b2s/html/header.php:
|
4542 |
msgid ""
|
4543 |
"The posts you tried to add are already in your sharing queue. If you want to "
|
4544 |
"re-schedule them, please delete the posts before adding them again."
|
4545 |
msgstr ""
|
4546 |
|
4547 |
-
#: views/b2s/html/header.php:
|
4548 |
msgid ""
|
4549 |
"Your limit for your quota of posts in your queue has been reached. Please "
|
4550 |
"detele posts from your queue before you add more"
|
4551 |
msgstr ""
|
4552 |
|
4553 |
-
#: views/b2s/html/header.php:
|
4554 |
msgid " or upgade your Blog2Social license to extend your quota."
|
4555 |
msgstr ""
|
4556 |
|
4557 |
-
#: views/b2s/html/header.php:
|
4558 |
msgid "RATE IT!"
|
4559 |
msgstr ""
|
4560 |
|
4561 |
-
#: views/b2s/html/header.php:
|
4562 |
#, php-format
|
4563 |
msgid ""
|
4564 |
"Hi, we noticed you just shared your %s. blog post with Blog2Social - that's "
|
@@ -4566,23 +4675,23 @@ msgid ""
|
|
4566 |
"WordPress? Just to help us spread the word and boost our motivation."
|
4567 |
msgstr ""
|
4568 |
|
4569 |
-
#: views/b2s/html/header.php:
|
4570 |
msgid "Ok, you deserve it"
|
4571 |
msgstr ""
|
4572 |
|
4573 |
-
#: views/b2s/html/header.php:
|
4574 |
msgid "Nope, maybe later"
|
4575 |
msgstr ""
|
4576 |
|
4577 |
-
#: views/b2s/html/header.php:
|
4578 |
msgid "I already did it"
|
4579 |
msgstr ""
|
4580 |
|
4581 |
-
#: views/b2s/html/header.php:
|
4582 |
msgid "Start your free 30-day-Premium-trial"
|
4583 |
msgstr ""
|
4584 |
|
4585 |
-
#: views/b2s/html/header.php:
|
4586 |
msgid ""
|
4587 |
"Check out Blog2Social Premium with more awesome features for scheduling and "
|
4588 |
"sharing (e.g. auto-posting, best time scheduling, social media calendar) 30-"
|
@@ -4590,23 +4699,23 @@ msgid ""
|
|
4590 |
"automatic subscription. Basic features of the Free Version are free forever."
|
4591 |
msgstr ""
|
4592 |
|
4593 |
-
#: views/b2s/html/header.php:
|
4594 |
msgid "Yes, I want to test Blog2Social Premium 30 days for free"
|
4595 |
msgstr ""
|
4596 |
|
4597 |
-
#: views/b2s/html/header.php:
|
4598 |
msgid "Your free Blog2Social Premium trial version is activated for "
|
4599 |
msgstr ""
|
4600 |
|
4601 |
-
#: views/b2s/html/header.php:
|
4602 |
msgid " Days"
|
4603 |
msgstr ""
|
4604 |
|
4605 |
-
#: views/b2s/html/header.php:
|
4606 |
msgid " today"
|
4607 |
msgstr ""
|
4608 |
|
4609 |
-
#: views/b2s/html/header.php:
|
4610 |
msgid ""
|
4611 |
"Blog2Social PREMIUM can do so much for you: Auto-publish your blog post on "
|
4612 |
"autopilot, automatically schedule your social media posts with the Best Time "
|
@@ -4616,117 +4725,117 @@ msgid ""
|
|
4616 |
"75 per month to benefit from PREMIUM features."
|
4617 |
msgstr ""
|
4618 |
|
4619 |
-
#: views/b2s/html/header.php:
|
4620 |
msgid "Upgrade to PREMIUM"
|
4621 |
msgstr ""
|
4622 |
|
4623 |
-
#: views/b2s/html/header.php:
|
4624 |
msgid "I need some more time to decide"
|
4625 |
msgstr ""
|
4626 |
|
4627 |
-
#: views/b2s/html/header.php:
|
4628 |
msgid "Your free trial of Blog2Social PREMIUM has ended."
|
4629 |
msgstr ""
|
4630 |
|
4631 |
-
#: views/b2s/html/header.php:
|
4632 |
msgid "We hope you liked Blog2Social Premium."
|
4633 |
msgstr ""
|
4634 |
|
4635 |
-
#: views/b2s/html/header.php:
|
4636 |
msgid "Yes, I want to upgrade to Blog2Social Premium"
|
4637 |
msgstr ""
|
4638 |
|
4639 |
-
#: views/b2s/html/header.php:
|
4640 |
msgid "Did you miss something? Tell us!"
|
4641 |
msgstr ""
|
4642 |
|
4643 |
-
#: views/b2s/html/header.php:
|
4644 |
msgid "Test Blog2Social PREMIUM 30 days for free"
|
4645 |
msgstr ""
|
4646 |
|
4647 |
-
#: views/b2s/html/header.php:
|
4648 |
msgid ""
|
4649 |
"The free trial can not be started. This blog has been already registered for "
|
4650 |
"the free trial."
|
4651 |
msgstr ""
|
4652 |
|
4653 |
-
#: views/b2s/html/header.php:
|
4654 |
msgid "Social Media Auto-Posting"
|
4655 |
msgstr ""
|
4656 |
|
4657 |
-
#: views/b2s/html/header.php:
|
4658 |
msgid "Share on multiple accounts per network"
|
4659 |
msgstr ""
|
4660 |
|
4661 |
-
#: views/b2s/html/header.php:
|
4662 |
msgid "Best Time Scheduler: Schedule once, multiple times or recurringly."
|
4663 |
msgstr ""
|
4664 |
|
4665 |
-
#: views/b2s/html/header.php:
|
4666 |
msgid "Reporting with links to all published social media posts"
|
4667 |
msgstr ""
|
4668 |
|
4669 |
-
#: views/b2s/html/header.php:
|
4670 |
#: views/prg/html/form.php:100 views/prg/html/form.php:168
|
4671 |
#: views/prg/html/form.php:177
|
4672 |
msgid "First Name"
|
4673 |
msgstr ""
|
4674 |
|
4675 |
-
#: views/b2s/html/header.php:
|
4676 |
#: views/prg/html/form.php:103 views/prg/html/form.php:169
|
4677 |
#: views/prg/html/form.php:180
|
4678 |
msgid "Last Name"
|
4679 |
msgstr ""
|
4680 |
|
4681 |
-
#: views/b2s/html/header.php:
|
4682 |
#, php-format
|
4683 |
msgid ""
|
4684 |
"By creating an account, you agree to Blog2Social's <a target=\"_blank\" "
|
4685 |
"href=\"%s\">Conditions of Use</a>"
|
4686 |
msgstr ""
|
4687 |
|
4688 |
-
#: views/b2s/html/header.php:
|
4689 |
#, php-format
|
4690 |
msgid "and <a target=\"_blank\" href=\"%s\">Privacy Notice</a>"
|
4691 |
msgstr ""
|
4692 |
|
4693 |
-
#: views/b2s/html/header.php:
|
4694 |
msgid "No credit card required"
|
4695 |
msgstr ""
|
4696 |
|
4697 |
-
#: views/b2s/html/header.php:
|
4698 |
msgid "Get Started"
|
4699 |
msgstr ""
|
4700 |
|
4701 |
-
#: views/b2s/html/header.php:
|
4702 |
msgid "The license has been successfully activated."
|
4703 |
msgstr ""
|
4704 |
|
4705 |
-
#: views/b2s/html/header.php:
|
4706 |
msgid "Your entered License Key is invalid. Please contact support!"
|
4707 |
msgstr ""
|
4708 |
|
4709 |
-
#: views/b2s/html/header.php:
|
4710 |
msgid "Your license key has reached the maximum number of users."
|
4711 |
msgstr ""
|
4712 |
|
4713 |
-
#: views/b2s/html/header.php:
|
4714 |
msgid "Something went wrong on our side. Please contact support!"
|
4715 |
msgstr ""
|
4716 |
|
4717 |
-
#: views/b2s/html/header.php:
|
4718 |
msgid "OK"
|
4719 |
msgstr ""
|
4720 |
|
4721 |
-
#: views/b2s/html/header.php:
|
4722 |
msgid "We updated our Privacy Policy"
|
4723 |
msgstr ""
|
4724 |
|
4725 |
-
#: views/b2s/html/header.php:
|
4726 |
msgid "Blog2Social is a service of Adenion GmbH"
|
4727 |
msgstr ""
|
4728 |
|
4729 |
-
#: views/b2s/html/header.php:
|
4730 |
msgid "I agree to the Adenion Privacy Policy"
|
4731 |
msgstr ""
|
4732 |
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: Blog2Social: Social Media Auto Post & Scheduler\n"
|
5 |
"Report-Msgid-Bugs-To: \n"
|
6 |
+
"POT-Creation-Date: 2020-09-29 09:59+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:92
|
35 |
msgid "Bitly"
|
36 |
msgstr ""
|
37 |
|
38 |
+
#: includes/Loader.php:92
|
39 |
msgid "Rebrandly"
|
40 |
msgstr ""
|
41 |
|
42 |
+
#: includes/Loader.php:92
|
43 |
msgid "Sniply"
|
44 |
msgstr ""
|
45 |
|
46 |
+
#: includes/Loader.php:407
|
47 |
msgid "Blog2Social: Autoposter"
|
48 |
msgstr ""
|
49 |
|
50 |
+
#: includes/Loader.php:408
|
51 |
msgid "Blog2Social: Social Media Content Calendar"
|
52 |
msgstr ""
|
53 |
|
54 |
+
#: includes/Loader.php:806
|
55 |
msgid "This post will be shared into your social media from"
|
56 |
msgstr ""
|
57 |
|
58 |
+
#: includes/Loader.php:806 includes/Loader.php:808
|
59 |
msgid "show details"
|
60 |
msgstr ""
|
61 |
|
62 |
+
#: includes/Loader.php:808
|
63 |
msgid "This post will be shared on social media in 2-3 minutes!"
|
64 |
msgstr ""
|
65 |
|
66 |
+
#: includes/Loader.php:812
|
67 |
msgid ""
|
68 |
"Please make sure that your post, page or custom post type is published or "
|
69 |
"scheduled to be published on this blog before you try to post it with "
|
71 |
"scheduled WP posts will be shared with the posting id link."
|
72 |
msgstr ""
|
73 |
|
74 |
+
#: includes/Loader.php:815 includes/B2S/PostBox.php:146
|
75 |
+
#: includes/B2S/AutoPost/Item.php:59
|
76 |
msgid ""
|
77 |
"There are no social network accounts assigned to your selected network "
|
78 |
"collection. Please assign at least one social network account or select "
|
79 |
"another network collection."
|
80 |
msgstr ""
|
81 |
|
82 |
+
#: includes/Loader.php:828 views/b2s/html/sidebar.php:45
|
83 |
#: views/b2s/html/sidebar.ship.php:44
|
84 |
msgid "Upgrade to Premium"
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: includes/Loader.php:831 includes/Loader.php:965 includes/Loader.php:965
|
88 |
+
#: includes/Loader.php:1039 includes/B2S/RePost/Item.php:25
|
89 |
#: views/b2s/html/sidebar.php:137
|
90 |
msgid "Settings"
|
91 |
msgstr ""
|
92 |
|
93 |
+
#: includes/Loader.php:831
|
94 |
msgid "Support"
|
95 |
msgstr ""
|
96 |
|
97 |
+
#: includes/Loader.php:881 views/b2s/html/post.navbar.php:19
|
98 |
msgid "Notifications"
|
99 |
msgstr ""
|
100 |
|
101 |
+
#: includes/Loader.php:881 views/b2s/html/post.navbar.php:17
|
102 |
#: views/b2s/html/sidebar.php:125
|
103 |
msgid "Shared Posts"
|
104 |
msgstr ""
|
105 |
|
106 |
+
#: includes/Loader.php:881 views/b2s/html/post.navbar.php:14
|
107 |
#: views/b2s/html/sidebar.php:119
|
108 |
msgid "Instant Sharing"
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: includes/Loader.php:881 views/b2s/html/post.navbar.php:10
|
112 |
#: views/b2s/html/post.navbar.php:12 views/b2s/html/sidebar.php:94
|
113 |
#: views/b2s/html/sidebar.php:116
|
114 |
msgid "Drafts"
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: includes/Loader.php:881 views/b2s/html/post.navbar.php:15
|
118 |
#: views/b2s/html/sidebar.php:122 views/b2s/widgets/posts.php:18
|
119 |
msgid "Scheduled Posts"
|
120 |
msgstr ""
|
121 |
|
122 |
+
#: includes/Loader.php:881
|
123 |
msgid "Social Media Post Drafts"
|
124 |
msgstr ""
|
125 |
|
126 |
+
#: includes/Loader.php:881 views/b2s/html/post.navbar.php:9
|
127 |
#: views/b2s/html/sidebar.php:113
|
128 |
msgid "Favorites"
|
129 |
msgstr ""
|
130 |
|
131 |
+
#: includes/Loader.php:881 views/b2s/settings.php:35
|
132 |
#: views/b2s/html/sidebar.php:75
|
133 |
msgid "Auto-Post"
|
134 |
msgstr ""
|
135 |
|
136 |
+
#: includes/Loader.php:881 views/b2s/html/post.navbar.php:18
|
137 |
#: views/b2s/html/sidebar.php:72
|
138 |
msgid "Re-Share Posts"
|
139 |
msgstr ""
|
140 |
|
141 |
+
#: includes/Loader.php:881 views/b2s/curation.php:47 views/b2s/support.php:19
|
142 |
#: views/b2s/support.php:22
|
143 |
msgid "NEW"
|
144 |
msgstr ""
|
145 |
|
146 |
+
#: includes/Loader.php:882 includes/B2S/AutoPost/Item.php:250
|
147 |
#: includes/B2S/Network/Item.php:149 includes/B2S/Network/Item.php:151
|
148 |
#: includes/B2S/Network/Item.php:153 includes/B2S/Network/Item.php:220
|
149 |
+
#: includes/B2S/Network/Item.php:611 includes/B2S/Ship/Portale.php:38
|
150 |
#: includes/B2S/Ship/Portale.php:40 includes/B2S/Ship/Portale.php:42
|
151 |
msgid "Profile"
|
152 |
msgstr ""
|
153 |
|
154 |
+
#: includes/Loader.php:882 includes/B2S/AutoPost/Item.php:250
|
155 |
#: includes/B2S/Network/Item.php:157 includes/B2S/Network/Item.php:157
|
156 |
#: includes/B2S/Network/Item.php:157 includes/B2S/Network/Item.php:286
|
157 |
+
#: includes/B2S/Network/Item.php:613 includes/B2S/Ship/Portale.php:35
|
158 |
#: includes/B2S/Ship/Portale.php:35
|
159 |
msgid "Page"
|
160 |
msgstr ""
|
161 |
|
162 |
+
#: includes/Loader.php:882 includes/B2S/Network/Item.php:160
|
163 |
+
#: includes/B2S/Network/Item.php:353 includes/B2S/Network/Item.php:616
|
164 |
#: includes/B2S/Ship/Portale.php:31 includes/B2S/Ship/Portale.php:32
|
165 |
msgid "Group"
|
166 |
msgstr ""
|
167 |
|
168 |
+
#: includes/Loader.php:883 views/prg/html/form.php:74
|
169 |
msgid "Company"
|
170 |
msgstr ""
|
171 |
|
172 |
+
#: includes/Loader.php:883
|
173 |
msgid "Business"
|
174 |
msgstr ""
|
175 |
|
176 |
+
#: includes/Loader.php:884
|
177 |
#, php-format
|
178 |
msgid ""
|
179 |
"The network could not publish your post. Please see <a target=\"_blank\" "
|
180 |
"href=\"%s\">FAQ</a>"
|
181 |
msgstr ""
|
182 |
|
183 |
+
#: includes/Loader.php:885
|
184 |
msgid ""
|
185 |
"Your authorization has expired. Please reconnect your account in the "
|
186 |
"Blog2Social network settings."
|
187 |
msgstr ""
|
188 |
|
189 |
+
#: includes/Loader.php:886
|
190 |
msgid "The network has marked the post as spam or abusive."
|
191 |
msgstr ""
|
192 |
|
193 |
+
#: includes/Loader.php:887
|
194 |
msgid ""
|
195 |
"We don't have the permission to publish your post. Please check your "
|
196 |
"authorization."
|
197 |
msgstr ""
|
198 |
|
199 |
+
#: includes/Loader.php:888
|
200 |
#, php-format
|
201 |
msgid ""
|
202 |
"Your authorization is interrupted. Please check your authorization. Please "
|
203 |
"see <a target=\"_blank\" href=\"%s\">FAQ</a>"
|
204 |
msgstr ""
|
205 |
|
206 |
+
#: includes/Loader.php:889
|
207 |
msgid "Your daily limit has been reached."
|
208 |
msgstr ""
|
209 |
|
210 |
+
#: includes/Loader.php:890
|
211 |
msgid ""
|
212 |
"Your post could not be posted, because your image is not available or the "
|
213 |
"image source does not allow to publish"
|
214 |
msgstr ""
|
215 |
|
216 |
+
#: includes/Loader.php:891
|
217 |
#, php-format
|
218 |
msgid ""
|
219 |
"The network has blocked your account. Please see <a target=\"_blank\" "
|
220 |
"href=\"%s\">FAQ</a>"
|
221 |
msgstr ""
|
222 |
|
223 |
+
#: includes/Loader.php:892
|
224 |
#, php-format
|
225 |
msgid ""
|
226 |
"The number of images is reached. Please see <a target=\"_blank\" href=\"%s\">"
|
227 |
"FAQ</a>"
|
228 |
msgstr ""
|
229 |
|
230 |
+
#: includes/Loader.php:893
|
231 |
msgid ""
|
232 |
"Your daily limit for this network has been reached. Please try again later."
|
233 |
msgstr ""
|
234 |
|
235 |
+
#: includes/Loader.php:894
|
236 |
#, php-format
|
237 |
msgid ""
|
238 |
"The network can not publish special characters such as Emoji. Please see <a "
|
239 |
"target=\"_blank\" href=\"%s\">FAQ</a>"
|
240 |
msgstr ""
|
241 |
|
242 |
+
#: includes/Loader.php:895
|
243 |
msgid "Your post is a duplicate."
|
244 |
msgstr ""
|
245 |
|
246 |
+
#: includes/Loader.php:896
|
247 |
msgid "The network requires a public url."
|
248 |
msgstr ""
|
249 |
|
250 |
+
#: includes/Loader.php:897
|
251 |
msgid ""
|
252 |
"Your blog post was not available for the network at the time of publication."
|
253 |
msgstr ""
|
254 |
|
255 |
+
#: includes/Loader.php:898
|
256 |
msgid "You have already retweeted this post."
|
257 |
msgstr ""
|
258 |
|
259 |
+
#: includes/Loader.php:899
|
260 |
msgid ""
|
261 |
"This XING API is no longer supported by XING. Please connect your XING "
|
262 |
"accounts with the new XING interface to reschedule your posts."
|
263 |
msgstr ""
|
264 |
|
265 |
+
#: includes/Loader.php:900
|
266 |
msgid "An image is required to post on this social network."
|
267 |
msgstr ""
|
268 |
|
269 |
+
#: includes/Loader.php:901
|
270 |
msgid "To share social media posts on Reddit or Diigo, a link is required."
|
271 |
msgstr ""
|
272 |
|
273 |
+
#: includes/Loader.php:902
|
274 |
msgid ""
|
275 |
"Your post could not be posted, because your image can not be processed by "
|
276 |
"the network."
|
277 |
msgstr ""
|
278 |
|
279 |
+
#: includes/Loader.php:903
|
280 |
#, php-format
|
281 |
msgid ""
|
282 |
"Instagram published your post without text. Please see <a target=\"_blank\" "
|
283 |
"href=\"%s\">FAQ</a>"
|
284 |
msgstr ""
|
285 |
|
286 |
+
#: includes/Loader.php:904
|
287 |
msgid "Your group can not be found by the network."
|
288 |
msgstr ""
|
289 |
|
290 |
+
#: includes/Loader.php:960 includes/Loader.php:1005
|
291 |
msgid "Dashboard"
|
292 |
msgstr ""
|
293 |
|
294 |
+
#: includes/Loader.php:961
|
295 |
msgid "Share Website & Blog Content"
|
296 |
msgstr ""
|
297 |
|
298 |
+
#: includes/Loader.php:961 includes/Loader.php:1012
|
299 |
msgid "Site & Blog Content"
|
300 |
msgstr ""
|
301 |
|
302 |
+
#: includes/Loader.php:962
|
303 |
msgid "Create Social Media Posts"
|
304 |
msgstr ""
|
305 |
|
306 |
+
#: includes/Loader.php:962 includes/Loader.php:1019
|
307 |
msgid "Social Media Posts"
|
308 |
msgstr ""
|
309 |
|
310 |
+
#: includes/Loader.php:963 includes/Loader.php:1026 views/b2s/dashboard.php:30
|
311 |
#: views/b2s/html/post.navbar.php:20 views/b2s/html/sidebar.php:128
|
312 |
msgid "Calendar"
|
313 |
msgstr ""
|
314 |
|
315 |
+
#: includes/Loader.php:964 includes/Loader.php:1033
|
316 |
msgid "Networks"
|
317 |
msgstr ""
|
318 |
|
319 |
+
#: includes/Loader.php:967 includes/Loader.php:1047
|
320 |
msgid "PR-Service"
|
321 |
msgstr ""
|
322 |
|
323 |
+
#: includes/Loader.php:969 includes/Loader.php:1055
|
324 |
+
#: views/b2s/html/header.php:40 views/b2s/html/sidebar.php:140
|
325 |
#: views/b2s/html/sidebar.ship.php:66
|
326 |
msgid "Help & Support"
|
327 |
msgstr ""
|
328 |
|
329 |
+
#: includes/Loader.php:971
|
330 |
msgid "Premium"
|
331 |
msgstr ""
|
332 |
|
333 |
+
#: includes/Loader.php:971 includes/Loader.php:1063
|
334 |
msgid "PREMIUM"
|
335 |
msgstr ""
|
336 |
|
337 |
+
#: includes/Loader.php:996 views/b2s/html/sidebar.php:25
|
338 |
#: views/b2s/html/sidebar.ship.php:24
|
339 |
msgid "Blog2Social"
|
340 |
msgstr ""
|
341 |
|
342 |
+
#: includes/Loader.php:1562
|
343 |
msgid "Blog2Social needs Wordpress Version 4.7.0 or higher."
|
344 |
msgstr ""
|
345 |
|
346 |
+
#: includes/Loader.php:1562 includes/System.php:32 includes/System.php:38
|
347 |
#, php-format
|
348 |
msgid ""
|
349 |
"<a href=\"%s\" target=\"_blank\">Please find more Information and help in "
|
350 |
"our FAQ</a>"
|
351 |
msgstr ""
|
352 |
|
353 |
+
#: includes/Loader.php:1562 includes/Loader.php:1583 includes/Loader.php:1833
|
354 |
msgid "or"
|
355 |
msgstr ""
|
356 |
|
357 |
+
#: includes/Loader.php:1562 includes/Loader.php:1583 includes/Loader.php:1833
|
358 |
msgid "back to install plugins"
|
359 |
msgstr ""
|
360 |
|
394 |
"higher, or ask your server administrator to do it for you."
|
395 |
msgstr ""
|
396 |
|
397 |
+
#: includes/Tools.php:301 views/b2s/html/sidebar.php:30
|
398 |
#: views/b2s/html/sidebar.ship.php:29
|
399 |
msgid "License"
|
400 |
msgstr ""
|
401 |
|
402 |
+
#: includes/Tools.php:316
|
403 |
msgid "Greece"
|
404 |
msgstr ""
|
405 |
|
406 |
+
#: includes/Tools.php:317
|
407 |
msgid "India"
|
408 |
msgstr ""
|
409 |
|
410 |
+
#: includes/Tools.php:318
|
411 |
msgid "United States of America"
|
412 |
msgstr ""
|
413 |
|
414 |
+
#: includes/Tools.php:319
|
415 |
msgid "Ireland"
|
416 |
msgstr ""
|
417 |
|
418 |
+
#: includes/Tools.php:320
|
419 |
msgid "Italy"
|
420 |
msgstr ""
|
421 |
|
422 |
+
#: includes/Tools.php:321
|
423 |
msgid "Switzerland"
|
424 |
msgstr ""
|
425 |
|
426 |
+
#: includes/Tools.php:322
|
427 |
msgid "Czechoslovakia"
|
428 |
msgstr ""
|
429 |
|
430 |
+
#: includes/Tools.php:323
|
431 |
msgid "Indonesia"
|
432 |
msgstr ""
|
433 |
|
434 |
+
#: includes/Tools.php:324
|
435 |
msgid "Spain"
|
436 |
msgstr ""
|
437 |
|
438 |
+
#: includes/Tools.php:325
|
439 |
msgid "Canada"
|
440 |
msgstr ""
|
441 |
|
442 |
+
#: includes/Tools.php:326
|
443 |
msgid "Great Britain"
|
444 |
msgstr ""
|
445 |
|
446 |
+
#: includes/Tools.php:327
|
447 |
msgid "Russia"
|
448 |
msgstr ""
|
449 |
|
450 |
+
#: includes/Tools.php:328
|
451 |
msgid "Netherlands"
|
452 |
msgstr ""
|
453 |
|
454 |
+
#: includes/Tools.php:329 includes/Tools.php:343
|
455 |
msgid "Portugal"
|
456 |
msgstr ""
|
457 |
|
458 |
+
#: includes/Tools.php:330
|
459 |
msgid "Norway"
|
460 |
msgstr ""
|
461 |
|
462 |
+
#: includes/Tools.php:331
|
463 |
msgid "Turkey"
|
464 |
msgstr ""
|
465 |
|
466 |
+
#: includes/Tools.php:332
|
467 |
msgid "Australia"
|
468 |
msgstr ""
|
469 |
|
470 |
+
#: includes/Tools.php:333
|
471 |
msgid "Austria"
|
472 |
msgstr ""
|
473 |
|
474 |
+
#: includes/Tools.php:334
|
475 |
msgid "Poland"
|
476 |
msgstr ""
|
477 |
|
478 |
+
#: includes/Tools.php:335
|
479 |
msgid "France"
|
480 |
msgstr ""
|
481 |
|
482 |
+
#: includes/Tools.php:336
|
483 |
msgid "Romania"
|
484 |
msgstr ""
|
485 |
|
486 |
+
#: includes/Tools.php:337
|
487 |
msgid "Germany"
|
488 |
msgstr ""
|
489 |
|
490 |
+
#: includes/Tools.php:338
|
491 |
msgid "Denmark"
|
492 |
msgstr ""
|
493 |
|
494 |
+
#: includes/Tools.php:339
|
495 |
msgid "New Zealand"
|
496 |
msgstr ""
|
497 |
|
498 |
+
#: includes/Tools.php:340
|
499 |
msgid "Finland"
|
500 |
msgstr ""
|
501 |
|
502 |
+
#: includes/Tools.php:341
|
503 |
msgid "Hungary"
|
504 |
msgstr ""
|
505 |
|
506 |
+
#: includes/Tools.php:342
|
507 |
msgid "Japan"
|
508 |
msgstr ""
|
509 |
|
510 |
+
#: includes/Tools.php:344
|
511 |
msgid "Argentina"
|
512 |
msgstr ""
|
513 |
|
514 |
+
#: includes/Tools.php:345
|
515 |
msgid "Korea"
|
516 |
msgstr ""
|
517 |
|
518 |
+
#: includes/Tools.php:346
|
519 |
msgid "Sweden"
|
520 |
msgstr ""
|
521 |
|
522 |
+
#: includes/Tools.php:347
|
523 |
msgid "Mexico"
|
524 |
msgstr ""
|
525 |
|
526 |
+
#: includes/Tools.php:348
|
527 |
msgid "Slovakia"
|
528 |
msgstr ""
|
529 |
|
530 |
+
#: includes/Tools.php:349
|
531 |
msgid "Chile"
|
532 |
msgstr ""
|
533 |
|
534 |
+
#: includes/Tools.php:350
|
535 |
msgid "Colombia"
|
536 |
msgstr ""
|
537 |
|
538 |
+
#: includes/Tools.php:351
|
539 |
msgid "South Africa"
|
540 |
msgstr ""
|
541 |
|
542 |
+
#: includes/Tools.php:352
|
543 |
msgid "Philippines"
|
544 |
msgstr ""
|
545 |
|
546 |
+
#: includes/Tools.php:355
|
547 |
msgid "is determined automatically"
|
548 |
msgstr ""
|
549 |
|
550 |
+
#: includes/Tools.php:362
|
551 |
msgid "Search"
|
552 |
msgstr ""
|
553 |
|
554 |
+
#: includes/Tools.php:363
|
555 |
msgid "Recently Used"
|
556 |
msgstr ""
|
557 |
|
558 |
+
#: includes/Tools.php:364
|
559 |
msgid "Smileys & People"
|
560 |
msgstr ""
|
561 |
|
562 |
+
#: includes/Tools.php:365
|
563 |
msgid "Animals & Nature"
|
564 |
msgstr ""
|
565 |
|
566 |
+
#: includes/Tools.php:366
|
567 |
msgid "Food & Drink"
|
568 |
msgstr ""
|
569 |
|
570 |
+
#: includes/Tools.php:367
|
571 |
msgid "Activities"
|
572 |
msgstr ""
|
573 |
|
574 |
+
#: includes/Tools.php:368
|
575 |
msgid "Travel & Places"
|
576 |
msgstr ""
|
577 |
|
578 |
+
#: includes/Tools.php:369
|
579 |
msgid "Objects"
|
580 |
msgstr ""
|
581 |
|
582 |
+
#: includes/Tools.php:370
|
583 |
msgid "Symbols"
|
584 |
msgstr ""
|
585 |
|
586 |
+
#: includes/Tools.php:371
|
587 |
msgid "Flags"
|
588 |
msgstr ""
|
589 |
|
590 |
+
#: includes/Tools.php:372
|
591 |
msgid "No emojis found"
|
592 |
msgstr ""
|
593 |
|
629 |
msgid "Please contact our support!"
|
630 |
msgstr ""
|
631 |
|
632 |
+
#: includes/Ajax/Post.php:1868 views/b2s/network.php:7
|
633 |
#: includes/B2S/Network/Item.php:218 includes/B2S/Network/Item.php:284
|
634 |
#: includes/B2S/Network/Item.php:351 includes/B2S/Network/Item.php:477
|
635 |
msgid "Unknown username"
|
636 |
msgstr ""
|
637 |
|
638 |
+
#: includes/Ajax/Post.php:1869 includes/B2S/Network/Item.php:478
|
639 |
+
#: includes/B2S/Post/Item.php:521 includes/B2S/Post/Item.php:541
|
640 |
+
#: includes/B2S/Post/Item.php:833 includes/B2S/Post/Item.php:891
|
641 |
+
#: includes/B2S/Settings/Item.php:90 includes/B2S/Ship/Item.php:1137
|
642 |
+
#: includes/B2S/Ship/Item.php:1287
|
643 |
msgid "delete"
|
644 |
msgstr ""
|
645 |
|
646 |
+
#: includes/B2S/PostBox.php:41
|
647 |
msgid "Please see FAQ"
|
648 |
msgstr ""
|
649 |
|
650 |
+
#: includes/B2S/PostBox.php:143 views/b2s/ship.php:664
|
651 |
+
#: views/b2s/html/header.php:60
|
652 |
msgid "The connection to the server failed. Try again!"
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: includes/B2S/PostBox.php:144
|
656 |
msgid ""
|
657 |
"WordPress uses heartbeats by default, Blog2Social as well. Please enable "
|
658 |
"heartbeats for using Blog2Social!"
|
659 |
msgstr ""
|
660 |
|
661 |
+
#: includes/B2S/PostBox.php:145 includes/B2S/PostBox.php:147
|
662 |
msgid ""
|
663 |
"Your post is still on draft or pending status. Please make sure that your "
|
664 |
"post is published or scheduled to be published on this blog. You can then "
|
665 |
"auto-post or schedule and customize your social media posts with Blog2Social."
|
666 |
msgstr ""
|
667 |
|
668 |
+
#: includes/B2S/PostBox.php:146 includes/B2S/AutoPost/Item.php:59
|
669 |
+
#: includes/B2S/AutoPost/Item.php:191 includes/B2S/RePost/Item.php:152
|
670 |
msgid "Network settings"
|
671 |
msgstr ""
|
672 |
|
673 |
+
#: includes/B2S/PostBox.php:148 views/b2s/ship.php:198
|
674 |
msgid ""
|
675 |
"Notice: Please make sure, that your website address is reachable. The Social "
|
676 |
"Networks do not allow postings from local installations."
|
677 |
msgstr ""
|
678 |
|
679 |
+
#: includes/B2S/PostBox.php:165
|
680 |
msgid "Custom Sharing & Scheduling"
|
681 |
msgstr ""
|
682 |
|
683 |
+
#: includes/B2S/PostBox.php:165 includes/B2S/PostBox.php:168
|
684 |
+
#: includes/B2S/PostBox.php:253 views/b2s/network.php:42 views/b2s/ship.php:76
|
685 |
#: views/b2s/ship.php:166 views/b2s/ship.php:258
|
686 |
+
#: includes/B2S/AutoPost/Item.php:108 includes/B2S/AutoPost/Item.php:205
|
687 |
+
#: includes/B2S/Curation/View.php:73 includes/B2S/Network/Item.php:174
|
688 |
+
#: includes/B2S/RePost/Item.php:145 includes/B2S/RePost/Item.php:166
|
689 |
+
#: includes/B2S/Ship/Item.php:1101
|
690 |
msgid "Info"
|
691 |
msgstr ""
|
692 |
|
693 |
+
#: includes/B2S/PostBox.php:166
|
694 |
msgid "Customize & Schedule Social Media Posts"
|
695 |
msgstr ""
|
696 |
|
697 |
+
#: includes/B2S/PostBox.php:168
|
698 |
msgid "The Autoposter is"
|
699 |
msgstr ""
|
700 |
|
701 |
+
#: includes/B2S/PostBox.php:168
|
702 |
msgid "activated"
|
703 |
msgstr ""
|
704 |
|
705 |
+
#: includes/B2S/PostBox.php:168
|
706 |
msgid "deactivated"
|
707 |
msgstr ""
|
708 |
|
709 |
+
#: includes/B2S/PostBox.php:170
|
710 |
msgid "Shared"
|
711 |
msgstr ""
|
712 |
|
713 |
+
#: includes/B2S/PostBox.php:170
|
714 |
msgid "times"
|
715 |
msgstr ""
|
716 |
|
717 |
+
#: includes/B2S/PostBox.php:171
|
718 |
msgid "Last shared"
|
719 |
msgstr ""
|
720 |
|
721 |
+
#: includes/B2S/PostBox.php:175
|
722 |
msgid "Advanced settings"
|
723 |
msgstr ""
|
724 |
|
725 |
+
#: includes/B2S/PostBox.php:178
|
726 |
msgid "enable Auto-Posting"
|
727 |
msgstr ""
|
728 |
|
729 |
+
#: includes/B2S/PostBox.php:180 includes/B2S/Ship/Item.php:400
|
730 |
msgid "show calendar"
|
731 |
msgstr ""
|
732 |
|
733 |
+
#: includes/B2S/PostBox.php:195
|
734 |
msgid "Blog2Social: Customize & Schedule Social Media Posts"
|
735 |
msgstr ""
|
736 |
|
737 |
+
#: includes/B2S/PostBox.php:198
|
738 |
msgid ""
|
739 |
"Customize and schedule your social media posts on the one page preview for "
|
740 |
"all your selected networks: tailor your posts with individual comments, "
|
743 |
"engagement with your community."
|
744 |
msgstr ""
|
745 |
|
746 |
+
#: includes/B2S/PostBox.php:207 views/b2s/html/footer.php:325
|
747 |
+
#: views/b2s/html/footer.php:365
|
748 |
msgid "Blog2Social: Social Media Auto-Posting"
|
749 |
msgstr ""
|
750 |
|
751 |
+
#: includes/B2S/PostBox.php:211 views/b2s/html/footer.php:329
|
752 |
msgid ""
|
753 |
"Share your blog posts with the Auto Poster: Your blog posts will be shared "
|
754 |
"automatically on your social media channels as soon as you publish or update "
|
756 |
"they are published."
|
757 |
msgstr ""
|
758 |
|
759 |
+
#: includes/B2S/PostBox.php:212 views/b2s/html/footer.php:330
|
760 |
#, php-format
|
761 |
msgid ""
|
762 |
"<a target=\"_blank\" href=\"%s\">Learn how to set up auto posting for your "
|
763 |
"blog posts</a>"
|
764 |
msgstr ""
|
765 |
|
766 |
+
#: includes/B2S/PostBox.php:216 views/b2s/html/footer.php:336
|
767 |
+
#: views/b2s/html/footer.php:375 views/b2s/html/footer.php:433
|
768 |
msgid "You want to auto-post your blog post?"
|
769 |
msgstr ""
|
770 |
|
771 |
+
#: includes/B2S/PostBox.php:217 views/b2s/curation.php:171
|
772 |
+
#: views/b2s/curation.php:210 views/b2s/post.calendar.php:282
|
773 |
#: views/b2s/ship.php:309 views/b2s/ship.php:373 views/b2s/ship.php:419
|
774 |
+
#: views/b2s/html/footer.php:28 views/b2s/html/footer.php:164
|
775 |
+
#: views/b2s/html/footer.php:228 views/b2s/html/footer.php:268
|
776 |
+
#: views/b2s/html/footer.php:337 views/b2s/html/footer.php:376
|
777 |
+
#: views/b2s/html/footer.php:434 views/b2s/html/footer.php:527
|
778 |
msgid "With Blog2Social Premium you can:"
|
779 |
msgstr ""
|
780 |
|
781 |
+
#: includes/B2S/PostBox.php:220 views/b2s/curation.php:174
|
782 |
+
#: views/b2s/curation.php:213 views/b2s/post.calendar.php:285
|
783 |
#: views/b2s/ship.php:312 views/b2s/ship.php:376 views/b2s/ship.php:422
|
784 |
+
#: views/b2s/html/footer.php:31 views/b2s/html/footer.php:167
|
785 |
+
#: views/b2s/html/footer.php:231 views/b2s/html/footer.php:271
|
786 |
+
#: views/b2s/html/footer.php:340 views/b2s/html/footer.php:379
|
787 |
+
#: views/b2s/html/footer.php:437 views/b2s/html/footer.php:530
|
788 |
+
#: views/b2s/html/header.php:342
|
789 |
msgid "Post on pages and groups"
|
790 |
msgstr ""
|
791 |
|
792 |
+
#: includes/B2S/PostBox.php:221 views/b2s/curation.php:175
|
793 |
+
#: views/b2s/curation.php:214 views/b2s/post.calendar.php:286
|
794 |
#: views/b2s/ship.php:313 views/b2s/ship.php:377 views/b2s/ship.php:423
|
795 |
+
#: views/b2s/html/footer.php:32 views/b2s/html/footer.php:168
|
796 |
+
#: views/b2s/html/footer.php:232 views/b2s/html/footer.php:272
|
797 |
+
#: views/b2s/html/footer.php:341 views/b2s/html/footer.php:380
|
798 |
+
#: views/b2s/html/footer.php:438 views/b2s/html/footer.php:531
|
799 |
msgid "Share on multiple profiles, pages and groups"
|
800 |
msgstr ""
|
801 |
|
802 |
+
#: includes/B2S/PostBox.php:222 views/b2s/curation.php:176
|
803 |
+
#: views/b2s/curation.php:215 views/b2s/post.calendar.php:287
|
804 |
#: views/b2s/ship.php:314 views/b2s/ship.php:378 views/b2s/ship.php:424
|
805 |
+
#: views/b2s/html/footer.php:33 views/b2s/html/footer.php:67
|
806 |
+
#: views/b2s/html/footer.php:169 views/b2s/html/footer.php:233
|
807 |
+
#: views/b2s/html/footer.php:273 views/b2s/html/footer.php:342
|
808 |
+
#: views/b2s/html/footer.php:381 views/b2s/html/footer.php:439
|
809 |
+
#: views/b2s/html/footer.php:532
|
810 |
msgid "Auto-post and auto-schedule new and updated blog posts"
|
811 |
msgstr ""
|
812 |
|
813 |
+
#: includes/B2S/PostBox.php:223 views/b2s/curation.php:177
|
814 |
+
#: views/b2s/curation.php:216 views/b2s/post.calendar.php:288
|
815 |
#: views/b2s/ship.php:315 views/b2s/ship.php:379 views/b2s/ship.php:425
|
816 |
+
#: views/b2s/html/footer.php:34 views/b2s/html/footer.php:170
|
817 |
+
#: views/b2s/html/footer.php:234 views/b2s/html/footer.php:274
|
818 |
+
#: views/b2s/html/footer.php:343 views/b2s/html/footer.php:382
|
819 |
+
#: views/b2s/html/footer.php:440 views/b2s/html/footer.php:533
|
820 |
msgid "Schedule your posts at the best times on each network"
|
821 |
msgstr ""
|
822 |
|
823 |
+
#: includes/B2S/PostBox.php:224 views/b2s/curation.php:178
|
824 |
+
#: views/b2s/curation.php:217 views/b2s/post.calendar.php:289
|
825 |
#: views/b2s/ship.php:316 views/b2s/ship.php:380 views/b2s/ship.php:426
|
826 |
+
#: views/b2s/html/footer.php:35 views/b2s/html/footer.php:171
|
827 |
+
#: views/b2s/html/footer.php:235 views/b2s/html/footer.php:275
|
828 |
+
#: views/b2s/html/footer.php:344 views/b2s/html/footer.php:383
|
829 |
+
#: views/b2s/html/footer.php:441 views/b2s/html/footer.php:534
|
830 |
msgid ""
|
831 |
"Best Time Manager: use predefined best time scheduler to auto-schedule your "
|
832 |
"social media posts"
|
833 |
msgstr ""
|
834 |
|
835 |
+
#: includes/B2S/PostBox.php:225 views/b2s/curation.php:179
|
836 |
+
#: views/b2s/curation.php:218 views/b2s/post.calendar.php:290
|
837 |
#: views/b2s/ship.php:317 views/b2s/ship.php:381 views/b2s/ship.php:427
|
838 |
+
#: views/b2s/html/footer.php:36 views/b2s/html/footer.php:172
|
839 |
+
#: views/b2s/html/footer.php:236 views/b2s/html/footer.php:276
|
840 |
+
#: views/b2s/html/footer.php:345 views/b2s/html/footer.php:384
|
841 |
+
#: views/b2s/html/footer.php:442 views/b2s/html/footer.php:535
|
842 |
msgid "Schedule your post for one time, multiple times or recurrently"
|
843 |
msgstr ""
|
844 |
|
845 |
+
#: includes/B2S/PostBox.php:226 views/b2s/curation.php:180
|
846 |
+
#: views/b2s/curation.php:219 views/b2s/post.calendar.php:291
|
847 |
#: views/b2s/ship.php:318 views/b2s/ship.php:382 views/b2s/ship.php:428
|
848 |
+
#: views/b2s/html/footer.php:37 views/b2s/html/footer.php:173
|
849 |
+
#: views/b2s/html/footer.php:237 views/b2s/html/footer.php:277
|
850 |
+
#: views/b2s/html/footer.php:346 views/b2s/html/footer.php:385
|
851 |
+
#: views/b2s/html/footer.php:443 views/b2s/html/footer.php:536
|
852 |
msgid "Schedule and re-share old posts"
|
853 |
msgstr ""
|
854 |
|
855 |
+
#: includes/B2S/PostBox.php:227 views/b2s/curation.php:181
|
856 |
+
#: views/b2s/curation.php:220 views/b2s/post.calendar.php:292
|
857 |
#: views/b2s/ship.php:319 views/b2s/ship.php:383 views/b2s/ship.php:429
|
858 |
+
#: views/b2s/html/footer.php:38 views/b2s/html/footer.php:69
|
859 |
+
#: views/b2s/html/footer.php:174 views/b2s/html/footer.php:238
|
860 |
+
#: views/b2s/html/footer.php:278 views/b2s/html/footer.php:347
|
861 |
+
#: views/b2s/html/footer.php:386 views/b2s/html/footer.php:444
|
862 |
+
#: views/b2s/html/footer.php:537
|
863 |
msgid "Select link format or image format for your posts"
|
864 |
msgstr ""
|
865 |
|
866 |
+
#: includes/B2S/PostBox.php:228 views/b2s/curation.php:182
|
867 |
+
#: views/b2s/curation.php:221 views/b2s/post.calendar.php:293
|
868 |
#: views/b2s/ship.php:320 views/b2s/ship.php:384 views/b2s/ship.php:430
|
869 |
+
#: views/b2s/html/footer.php:39 views/b2s/html/footer.php:70
|
870 |
+
#: views/b2s/html/footer.php:175 views/b2s/html/footer.php:239
|
871 |
+
#: views/b2s/html/footer.php:279 views/b2s/html/footer.php:348
|
872 |
+
#: views/b2s/html/footer.php:387 views/b2s/html/footer.php:445
|
873 |
+
#: views/b2s/html/footer.php:538
|
874 |
msgid "Select individual images per post"
|
875 |
msgstr ""
|
876 |
|
877 |
+
#: includes/B2S/PostBox.php:229 views/b2s/curation.php:183
|
878 |
+
#: views/b2s/curation.php:222 views/b2s/post.calendar.php:294
|
879 |
#: views/b2s/ship.php:321 views/b2s/ship.php:385 views/b2s/ship.php:431
|
880 |
+
#: views/b2s/html/footer.php:40 views/b2s/html/footer.php:176
|
881 |
+
#: views/b2s/html/footer.php:240 views/b2s/html/footer.php:280
|
882 |
+
#: views/b2s/html/footer.php:349 views/b2s/html/footer.php:388
|
883 |
+
#: views/b2s/html/footer.php:446 views/b2s/html/footer.php:539
|
884 |
msgid ""
|
885 |
"Reporting & calendar: keep track of your published and scheduled social "
|
886 |
"media posts"
|
887 |
msgstr ""
|
888 |
|
889 |
+
#: includes/B2S/PostBox.php:231 views/b2s/curation.php:185
|
890 |
+
#: views/b2s/curation.php:224 views/b2s/post.calendar.php:296
|
891 |
#: views/b2s/ship.php:323 views/b2s/ship.php:387 views/b2s/ship.php:433
|
892 |
+
#: views/b2s/html/footer.php:42 views/b2s/html/footer.php:178
|
893 |
+
#: views/b2s/html/footer.php:242 views/b2s/html/footer.php:282
|
894 |
+
#: views/b2s/html/footer.php:351 views/b2s/html/footer.php:390
|
895 |
+
#: views/b2s/html/footer.php:448 views/b2s/html/footer.php:541
|
896 |
msgid "Upgrade to SMART and above"
|
897 |
msgstr ""
|
898 |
|
899 |
+
#: includes/B2S/PostBox.php:233 views/b2s/curation.php:187
|
900 |
+
#: views/b2s/curation.php:226 views/b2s/post.calendar.php:298
|
901 |
#: views/b2s/ship.php:325 views/b2s/ship.php:389 views/b2s/ship.php:435
|
902 |
+
#: views/b2s/html/footer.php:44 views/b2s/html/footer.php:75
|
903 |
+
#: views/b2s/html/footer.php:93 views/b2s/html/footer.php:111
|
904 |
+
#: views/b2s/html/footer.php:180 views/b2s/html/footer.php:244
|
905 |
+
#: views/b2s/html/footer.php:284 views/b2s/html/footer.php:353
|
906 |
+
#: views/b2s/html/footer.php:392 views/b2s/html/footer.php:450
|
907 |
+
#: views/b2s/html/footer.php:544
|
908 |
#, php-format
|
909 |
msgid ""
|
910 |
"or <a target=\"_blank\" href=\"%s\">start with free 30-days-trial of "
|
911 |
"Blog2Social Premium</a> (no payment information needed)"
|
912 |
msgstr ""
|
913 |
|
914 |
+
#: includes/B2S/PostBox.php:248
|
915 |
+
msgid ""
|
916 |
+
"A WordPress admin has defined the Auto-Poster settings for you. You can "
|
917 |
+
"deactivate these settings for your profile in the Auto-Poster settings at "
|
918 |
+
"any time."
|
919 |
+
msgstr ""
|
920 |
+
|
921 |
+
#: includes/B2S/PostBox.php:253 includes/B2S/AutoPost/Item.php:184
|
922 |
+
#: includes/B2S/Curation/View.php:73 includes/B2S/RePost/Item.php:145
|
923 |
msgid "Select network collection:"
|
924 |
msgstr ""
|
925 |
|
926 |
+
#: includes/B2S/PostBox.php:258
|
927 |
msgid "Available networks for autoposting"
|
928 |
msgstr ""
|
929 |
|
930 |
+
#: includes/B2S/PostBox.php:280
|
|
|
931 |
#, php-format
|
932 |
msgid ""
|
933 |
+
"Under <a href=\"%s\">Network Settings</a> you can define which network "
|
934 |
+
"selection is used. <a href=\"%s\" target=\"_blank\">Create a network "
|
935 |
+
"selection.</a>"
|
936 |
msgstr ""
|
937 |
|
938 |
+
#: includes/B2S/PostBox.php:281 views/b2s/curation.php:284
|
939 |
#: views/b2s/repost.php:204
|
940 |
msgid "Available networks"
|
941 |
msgstr ""
|
942 |
|
943 |
+
#: includes/B2S/PostBox.php:311 views/b2s/autopost.php:73
|
944 |
+
#: views/b2s/repost.php:167 includes/B2S/AutoPost/Item.php:195
|
945 |
+
#: includes/B2S/Curation/View.php:97 includes/B2S/RePost/Item.php:156
|
946 |
msgid "Select Twitter profile:"
|
947 |
msgstr ""
|
948 |
|
949 |
+
#: includes/B2S/PostBox.php:347
|
950 |
msgid "When do you want to share your post on social media?"
|
951 |
msgstr ""
|
952 |
|
953 |
+
#: includes/B2S/PostBox.php:349
|
954 |
msgid "immediately after publishing"
|
955 |
msgstr ""
|
956 |
|
957 |
+
#: includes/B2S/PostBox.php:350
|
958 |
msgid "at best times"
|
959 |
msgstr ""
|
960 |
|
961 |
#: views/b2s/autopost.php:18 views/b2s/settings.php:18
|
962 |
+
#: includes/B2S/Ship/Image.php:29
|
963 |
msgid ""
|
964 |
"You need a higher user role to upload an image on this blog. Please contact "
|
965 |
"your administrator."
|
970 |
msgstr ""
|
971 |
|
972 |
#: views/b2s/autopost.php:48 views/b2s/settings.php:73
|
973 |
+
#: includes/B2S/Ship/Image.php:96
|
974 |
msgid "Select or upload an image from media gallery"
|
975 |
msgstr ""
|
976 |
|
977 |
#: views/b2s/autopost.php:49 views/b2s/settings.php:74
|
978 |
+
#: includes/B2S/Ship/Image.php:97
|
979 |
msgid "Use image"
|
980 |
msgstr ""
|
981 |
|
982 |
+
#: views/b2s/autopost.php:59 views/b2s/settings.php:126
|
983 |
+
#: includes/B2S/Settings/Item.php:53
|
984 |
msgid "Personal Time Zone"
|
985 |
msgstr ""
|
986 |
|
987 |
+
#: views/b2s/autopost.php:62 views/b2s/settings.php:129
|
988 |
msgid ""
|
989 |
"Blog2Social applies the scheduled time settings based on the time zone "
|
990 |
"defined in the general settings of your WordPress. You can select a user-"
|
1000 |
msgstr ""
|
1001 |
|
1002 |
#: views/b2s/autopost.php:76 views/b2s/repost.php:170
|
1003 |
+
#: includes/B2S/AutoPost/Item.php:156
|
1004 |
msgid "More information"
|
1005 |
msgstr ""
|
1006 |
|
1015 |
msgstr ""
|
1016 |
|
1017 |
#: views/b2s/curation.draft.php:47 views/b2s/network.php:61
|
1018 |
+
#: views/b2s/network.php:149 views/b2s/network.php:236
|
1019 |
+
#: views/b2s/network.php:339 views/b2s/network.php:414
|
1020 |
#: views/b2s/post.approve.php:51 views/b2s/post.calendar.php:60
|
1021 |
+
#: views/b2s/post.calendar.php:244 views/b2s/post.draft.php:42
|
1022 |
#: views/b2s/post.favorites.php:41 views/b2s/post.notice.php:45
|
1023 |
#: views/b2s/post.php:41 views/b2s/post.publish.php:45
|
1024 |
#: views/b2s/post.sched.php:59 views/b2s/repost.php:28 views/b2s/ship.php:188
|
1073 |
|
1074 |
#: views/b2s/curation.php:45 views/b2s/post.calendar.php:70
|
1075 |
#: views/b2s/post.sched.php:189 views/b2s/repost.php:73
|
1076 |
+
#: includes/B2S/Settings/Item.php:239 includes/B2S/Settings/Item.php:272
|
1077 |
+
#: views/b2s/html/footer.php:131
|
1078 |
msgid "Link Post"
|
1079 |
msgstr ""
|
1080 |
|
1081 |
#: views/b2s/curation.php:47 views/b2s/curation.php:49
|
1082 |
#: views/b2s/post.calendar.php:70 views/b2s/post.sched.php:189
|
1083 |
+
#: views/b2s/repost.php:73 includes/B2S/Settings/Item.php:253
|
1084 |
+
#: includes/B2S/Settings/Item.php:272
|
1085 |
msgid "Image Post"
|
1086 |
msgstr ""
|
1087 |
|
1088 |
+
#: views/b2s/curation.php:49 views/b2s/network.php:230 views/b2s/ship.php:23
|
1089 |
#: includes/B2S/AutoPost/Item.php:31 includes/B2S/Curation/View.php:56
|
1090 |
#: includes/B2S/Network/Item.php:164 includes/B2S/Network/Item.php:258
|
1091 |
#: includes/B2S/Network/Item.php:324 includes/B2S/Network/Item.php:386
|
1092 |
+
#: includes/B2S/RePost/Item.php:23 includes/B2S/Settings/Item.php:159
|
1093 |
+
#: includes/B2S/Ship/Image.php:85 includes/B2S/Ship/Item.php:1160
|
1094 |
#: views/b2s/html/post.navbar.php:15 views/b2s/html/post.navbar.php:18
|
1095 |
#: views/b2s/html/post.navbar.php:20 views/b2s/partials/post-edit-modal.php:9
|
1096 |
#: views/b2s/widgets/posts.php:18
|
1117 |
msgid "continue"
|
1118 |
msgstr ""
|
1119 |
|
1120 |
+
#: views/b2s/curation.php:93 includes/B2S/Ship/Item.php:468
|
1121 |
+
#: includes/B2S/Ship/Item.php:490 includes/B2S/Ship/Item.php:497
|
1122 |
+
#: includes/B2S/Ship/Item.php:504 includes/B2S/Ship/Item.php:528
|
1123 |
+
#: includes/B2S/Ship/Item.php:551 includes/B2S/Ship/Item.php:558
|
1124 |
+
#: includes/B2S/Ship/Item.php:565 includes/B2S/Ship/Item.php:588
|
1125 |
+
#: includes/B2S/Ship/Item.php:617 includes/B2S/Ship/Item.php:646
|
1126 |
+
#: includes/B2S/Ship/Item.php:674 includes/B2S/Ship/Item.php:717
|
1127 |
+
#: includes/B2S/Ship/Item.php:738 includes/B2S/Ship/Item.php:745
|
1128 |
+
#: includes/B2S/Ship/Item.php:752 includes/B2S/Ship/Item.php:772
|
1129 |
+
#: includes/B2S/Ship/Item.php:792 includes/B2S/Ship/Item.php:799
|
1130 |
+
#: includes/B2S/Ship/Item.php:806 includes/B2S/Ship/Item.php:823
|
1131 |
+
#: includes/B2S/Ship/Item.php:844 includes/B2S/Ship/Item.php:865
|
1132 |
+
#: includes/B2S/Ship/Item.php:886 includes/B2S/Ship/Item.php:907
|
1133 |
+
#: includes/B2S/Ship/Item.php:951
|
1134 |
msgid "Change image"
|
1135 |
msgstr ""
|
1136 |
|
1139 |
msgstr ""
|
1140 |
|
1141 |
#: views/b2s/curation.php:112 views/b2s/ship.php:260 views/b2s/ship.php:262
|
1142 |
+
#: includes/B2S/Post/Item.php:441
|
1143 |
msgid "Re-share this post"
|
1144 |
msgstr ""
|
1145 |
|
1148 |
msgstr ""
|
1149 |
|
1150 |
#: views/b2s/curation.php:119 views/b2s/post.calendar.php:38
|
1151 |
+
#: views/b2s/ship.php:18 views/b2s/ship.php:663 includes/B2S/Post/Filter.php:59
|
1152 |
+
#: includes/B2S/Post/Item.php:368 includes/B2S/Ship/Save.php:438
|
1153 |
#: includes/PRG/Post/Filter.php:37 includes/PRG/Post/Item.php:86
|
1154 |
msgid "published"
|
1155 |
msgstr ""
|
1164 |
msgid "YES"
|
1165 |
msgstr ""
|
1166 |
|
1167 |
+
#: views/b2s/curation.php:154 views/b2s/post.calendar.php:265
|
1168 |
#: views/b2s/ship.php:402
|
1169 |
msgid "Need to schedule your posts?"
|
1170 |
msgstr ""
|
1171 |
|
1172 |
+
#: views/b2s/curation.php:157 views/b2s/post.calendar.php:268
|
1173 |
#: views/b2s/ship.php:405
|
1174 |
msgid "Blog2Social Premium covers everything you need."
|
1175 |
msgstr ""
|
1176 |
|
1177 |
+
#: views/b2s/curation.php:160 views/b2s/post.calendar.php:271
|
1178 |
+
#: views/b2s/ship.php:408 includes/B2S/Ship/Item.php:1161
|
1179 |
msgid "Schedule for specific dates"
|
1180 |
msgstr ""
|
1181 |
|
1182 |
+
#: views/b2s/curation.php:161 views/b2s/post.calendar.php:272
|
1183 |
#: views/b2s/ship.php:409
|
1184 |
msgid ""
|
1185 |
"You want to publish a post on a specific date? No problem! Just enter your "
|
1186 |
"desired date and you are ready to go!"
|
1187 |
msgstr ""
|
1188 |
|
1189 |
+
#: views/b2s/curation.php:163 views/b2s/post.calendar.php:274
|
1190 |
#: views/b2s/ship.php:411
|
1191 |
msgid "Schedule post recurrently"
|
1192 |
msgstr ""
|
1193 |
|
1194 |
+
#: views/b2s/curation.php:164 views/b2s/post.calendar.php:275
|
1195 |
#: views/b2s/ship.php:412
|
1196 |
msgid ""
|
1197 |
"You have evergreen content you want to re-share from time to time in your "
|
1199 |
"or recurringly at specific times."
|
1200 |
msgstr ""
|
1201 |
|
1202 |
+
#: views/b2s/curation.php:166 views/b2s/post.calendar.php:277
|
1203 |
#: views/b2s/ship.php:414
|
1204 |
msgid "Best Time Scheduler"
|
1205 |
msgstr ""
|
1206 |
|
1207 |
+
#: views/b2s/curation.php:167 views/b2s/post.calendar.php:278
|
1208 |
#: views/b2s/ship.php:415
|
1209 |
msgid ""
|
1210 |
"Whenever you publish a post, only a fraction of your followers will actually "
|
1233 |
msgid "Available networks for Social Media Posts"
|
1234 |
msgstr ""
|
1235 |
|
1236 |
+
#: views/b2s/curation.php:283 views/b2s/repost.php:203
|
1237 |
+
#, php-format
|
1238 |
+
msgid ""
|
1239 |
+
"Under <a href=\"%s\">Network Settings</a> you define which network selection "
|
1240 |
+
"is used. <a href=\"%s\" target=\"_blank\">To create a network grouping.</a>"
|
1241 |
+
msgstr ""
|
1242 |
+
|
1243 |
#: views/b2s/dashboard.php:26
|
1244 |
msgid "Your Activity"
|
1245 |
msgstr ""
|
1256 |
msgid "Follow us"
|
1257 |
msgstr ""
|
1258 |
|
1259 |
+
#: views/b2s/dashboard.php:85
|
1260 |
+
msgid "show full calendar"
|
1261 |
+
msgstr ""
|
1262 |
+
|
1263 |
#: views/b2s/network.php:25 views/b2s/network.php:26
|
1264 |
+
#: views/b2s/post.calendar.php:226 views/b2s/post.calendar.php:227
|
1265 |
#: views/prg/post.php:26 views/prg/post.php:27
|
1266 |
#: views/b2s/html/post.navbar.php:26 views/b2s/html/post.navbar.php:27
|
1267 |
msgid "filter"
|
1277 |
|
1278 |
#: views/b2s/network.php:35 includes/B2S/Network/Item.php:153
|
1279 |
#: includes/B2S/Network/Item.php:157 includes/B2S/Network/Item.php:161
|
1280 |
+
#: includes/B2S/Ship/Image.php:92 includes/B2S/Ship/Item.php:507
|
1281 |
+
#: includes/B2S/Ship/Item.php:568 includes/B2S/Ship/Item.php:755
|
1282 |
+
#: includes/B2S/Ship/Item.php:809 includes/B2S/Ship/Portale.php:32
|
1283 |
#: includes/B2S/Ship/Portale.php:35 includes/B2S/Ship/Portale.php:42
|
1284 |
msgid "PRO"
|
1285 |
msgstr ""
|
1289 |
msgstr ""
|
1290 |
|
1291 |
#: views/b2s/network.php:48 views/b2s/ship.php:74 views/b2s/ship.php:372
|
1292 |
+
#: views/b2s/html/footer.php:227
|
1293 |
msgid "You want to schedule your posts and use the Best Time Scheduler?"
|
1294 |
msgstr ""
|
1295 |
|
1330 |
msgstr ""
|
1331 |
|
1332 |
#: views/b2s/network.php:130 views/b2s/premium.php:36 views/b2s/ship.php:494
|
1333 |
+
#: includes/B2S/Ship/Item.php:1199 views/b2s/partials/post-edit-modal.php:48
|
1334 |
msgid "Learn more"
|
1335 |
msgstr ""
|
1336 |
|
1392 |
msgid "modfiy"
|
1393 |
msgstr ""
|
1394 |
|
1395 |
+
#: views/b2s/network.php:230 includes/B2S/Network/Item.php:164
|
1396 |
#: includes/B2S/Network/Item.php:164
|
1397 |
msgid "Edit Post Template"
|
1398 |
msgstr ""
|
1399 |
|
1400 |
+
#: views/b2s/network.php:242 views/b2s/settings.php:49
|
1401 |
+
#: includes/B2S/Network/Item.php:538 includes/B2S/Settings/Item.php:133
|
1402 |
msgid "save"
|
1403 |
msgstr ""
|
1404 |
|
1405 |
+
#: views/b2s/network.php:254
|
1406 |
msgid "Instant Caching for Link Posts"
|
1407 |
msgstr ""
|
1408 |
|
1409 |
+
#: views/b2s/network.php:257
|
1410 |
msgid ""
|
1411 |
"Please enable this feature, if you are using varnish caching (HTTP "
|
1412 |
"accelerator to relieve your website). Blog2Social will add a \"no-cache=1\" "
|
1414 |
"always pulls the current meta data of your blog post."
|
1415 |
msgstr ""
|
1416 |
|
1417 |
+
#: views/b2s/network.php:268
|
1418 |
msgid "Choose your Post Format"
|
1419 |
msgstr ""
|
1420 |
|
1421 |
+
#: views/b2s/network.php:272 views/b2s/network.php:275
|
1422 |
+
#: views/b2s/network.php:278
|
1423 |
msgid ""
|
1424 |
"Decide in which post format you want to post your content: Link post or "
|
1425 |
"image post."
|
1426 |
msgstr ""
|
1427 |
|
1428 |
+
#: views/b2s/network.php:281
|
1429 |
msgid ""
|
1430 |
"Decide in wich form you want to post your Content. Either as image with "
|
1431 |
"frame, or as image cut out."
|
1432 |
msgstr ""
|
1433 |
|
1434 |
+
#: views/b2s/network.php:293
|
1435 |
msgid "Post Content"
|
1436 |
msgstr ""
|
1437 |
|
1438 |
+
#: views/b2s/network.php:296
|
1439 |
msgid ""
|
1440 |
"Edit the content of your post. Move elements by drag and drop into the "
|
1441 |
"textarea and customize them as you like."
|
1442 |
msgstr ""
|
1443 |
|
1444 |
+
#: views/b2s/network.php:299
|
1445 |
msgid "Legend"
|
1446 |
msgstr ""
|
1447 |
|
1448 |
+
#: views/b2s/network.php:301
|
1449 |
msgid "The title of your post"
|
1450 |
msgstr ""
|
1451 |
|
1452 |
+
#: views/b2s/network.php:302
|
1453 |
msgid "The summary of your post (you define it in the side menu of your post)."
|
1454 |
msgstr ""
|
1455 |
|
1456 |
+
#: views/b2s/network.php:303
|
1457 |
msgid "The content of your post"
|
1458 |
msgstr ""
|
1459 |
|
1460 |
+
#: views/b2s/network.php:304
|
1461 |
msgid "The tags you have set in your post."
|
1462 |
msgstr ""
|
1463 |
|
1464 |
+
#: views/b2s/network.php:305
|
1465 |
msgid "The name of the post author."
|
1466 |
msgstr ""
|
1467 |
|
1468 |
+
#: views/b2s/network.php:318 includes/B2S/Network/Item.php:745
|
1469 |
msgid "Character limit"
|
1470 |
msgstr ""
|
1471 |
|
1472 |
+
#: views/b2s/network.php:321
|
1473 |
msgid ""
|
1474 |
"Define the character limit for the variables \"EXCERPT\" and \"CONTENT\" "
|
1475 |
"individually. Your text will be shortened after the last comma, period, or "
|
1476 |
"space character within your character limit."
|
1477 |
msgstr ""
|
1478 |
|
1479 |
+
#: views/b2s/network.php:322
|
1480 |
msgid ""
|
1481 |
"An \"EXCERPT\" will only be added to your social media post if you have "
|
1482 |
"added a manual excerpt in the excerpt editing box of the Gutenberg side menu "
|
1483 |
"(document settings) of your post."
|
1484 |
msgstr ""
|
1485 |
|
1486 |
+
#: views/b2s/network.php:323
|
1487 |
msgid ""
|
1488 |
"\"TITLES\" and \"KEYWORDS\" (Hashtags) are not shortened. If you select the "
|
1489 |
"\"TITLE\" and \"KEYWORD\" variables for your social media posts, the "
|
1492 |
"network."
|
1493 |
msgstr ""
|
1494 |
|
1495 |
+
#: views/b2s/network.php:334 views/b2s/ship.php:569
|
1496 |
msgid "Connect with Pinterest"
|
1497 |
msgstr ""
|
1498 |
|
1499 |
+
#: views/b2s/network.php:342 views/b2s/ship.php:577
|
1500 |
msgid ""
|
1501 |
"Please make sure to use your original Pinterest login data (email and "
|
1502 |
"password). Social Login via Facebook or Google login data will not work here."
|
1504 |
"deactivated to ensure a stable connection to Blog2Social."
|
1505 |
msgstr ""
|
1506 |
|
1507 |
+
#: views/b2s/network.php:343 views/b2s/ship.php:578
|
1508 |
msgid "An error occurred! Please try again."
|
1509 |
msgstr ""
|
1510 |
|
1511 |
+
#: views/b2s/network.php:344 views/b2s/network.php:345 views/b2s/ship.php:579
|
1512 |
#: views/b2s/ship.php:580
|
1513 |
#, php-format
|
1514 |
msgid ""
|
1516 |
"Upgrade to Blog2Social Premium</a>"
|
1517 |
msgstr ""
|
1518 |
|
1519 |
+
#: views/b2s/network.php:346 views/b2s/ship.php:581
|
1520 |
msgid "Invalid Data! Please try again."
|
1521 |
msgstr ""
|
1522 |
|
1523 |
+
#: views/b2s/network.php:347 views/b2s/ship.php:582
|
1524 |
msgid ""
|
1525 |
"You have not yet created any pinboards in your Pinterest account. Please set "
|
1526 |
"up at least one pinboard to pin on your Pinterest account!"
|
1527 |
msgstr ""
|
1528 |
|
1529 |
+
#: views/b2s/network.php:348 views/b2s/ship.php:583
|
1530 |
#, php-format
|
1531 |
msgid ""
|
1532 |
"Login failed. Please check your login data for typos and please check your "
|
1534 |
"account: <a target=\"_blank\" href=\"%s\">%s</a>"
|
1535 |
msgstr ""
|
1536 |
|
1537 |
+
#: views/b2s/network.php:349 views/b2s/ship.php:584
|
1538 |
msgid "Pinterest has rejected the connection to your blog"
|
1539 |
msgstr ""
|
1540 |
|
1541 |
+
#: views/b2s/network.php:350 views/b2s/ship.php:585
|
1542 |
msgid "Please select your currect server location and connect again"
|
1543 |
msgstr ""
|
1544 |
|
1545 |
+
#: views/b2s/network.php:351 views/b2s/ship.php:586
|
1546 |
msgid ""
|
1547 |
"Access to this resource on your server is denied! Please check your "
|
1548 |
"webserver configuration for caching."
|
1549 |
msgstr ""
|
1550 |
|
1551 |
+
#: views/b2s/network.php:352 views/b2s/ship.php:587
|
1552 |
msgid ""
|
1553 |
"Login up successful. Please confirm that Blog2Social is allowed to publish "
|
1554 |
"on your profile."
|
1555 |
msgstr ""
|
1556 |
|
1557 |
+
#: views/b2s/network.php:354 views/b2s/ship.php:589
|
1558 |
+
#: views/b2s/html/header.php:348 views/prg/html/form.php:141
|
1559 |
#: views/prg/html/form.php:143 views/prg/html/form.php:218
|
1560 |
#: views/prg/html/form.php:220
|
1561 |
msgid "E-Mail"
|
1562 |
msgstr ""
|
1563 |
|
1564 |
+
#: views/b2s/network.php:360 views/b2s/ship.php:595 views/prg/login.php:25
|
1565 |
msgid "Password"
|
1566 |
msgstr ""
|
1567 |
|
1568 |
+
#: views/b2s/network.php:371 views/b2s/ship.php:606
|
1569 |
msgid "Server-Location"
|
1570 |
msgstr ""
|
1571 |
|
1572 |
+
#: views/b2s/network.php:385 views/b2s/ship.php:620
|
1573 |
msgid "Select Pinboard"
|
1574 |
msgstr ""
|
1575 |
|
1576 |
+
#: views/b2s/network.php:393 views/b2s/ship.php:628
|
1577 |
+
#: includes/B2S/Settings/Item.php:89
|
1578 |
msgid "authorize"
|
1579 |
msgstr ""
|
1580 |
|
1581 |
+
#: views/b2s/network.php:394 views/b2s/ship.php:629
|
1582 |
msgid "confirm"
|
1583 |
msgstr ""
|
1584 |
|
1585 |
+
#: views/b2s/network.php:408
|
1586 |
msgid "Advanced Network Settings"
|
1587 |
msgstr ""
|
1588 |
|
1589 |
+
#: views/b2s/network.php:420 views/b2s/network.php:517
|
1590 |
msgid "URL Parameters"
|
1591 |
msgstr ""
|
1592 |
|
1593 |
+
#: views/b2s/network.php:421
|
1594 |
msgid "The parameters could not be saved. Please try again."
|
1595 |
msgstr ""
|
1596 |
|
1597 |
+
#: views/b2s/network.php:422 views/b2s/network.php:437
|
1598 |
+
#: views/b2s/network.php:469 views/b2s/network.php:472
|
1599 |
+
#: views/b2s/network.php:475
|
1600 |
msgid "An error occured. Please contact our support."
|
1601 |
msgstr ""
|
1602 |
|
1603 |
+
#: views/b2s/network.php:429 views/b2s/network.php:526
|
1604 |
msgid "Network collection"
|
1605 |
msgstr ""
|
1606 |
|
1607 |
+
#: views/b2s/network.php:432 views/b2s/network.php:529
|
1608 |
msgid "Move the connection to another network collection."
|
1609 |
msgstr ""
|
1610 |
|
1611 |
+
#: views/b2s/network.php:444 views/b2s/network.php:536
|
1612 |
msgid "move"
|
1613 |
msgstr ""
|
1614 |
|
1615 |
+
#: views/b2s/network.php:452
|
1616 |
msgid "You need at least one network collection"
|
1617 |
msgstr ""
|
1618 |
|
1619 |
+
#: views/b2s/network.php:461 views/b2s/network.php:543
|
1620 |
msgid "Team Management"
|
1621 |
msgstr ""
|
1622 |
|
1623 |
+
#: views/b2s/network.php:464 views/b2s/network.php:546
|
1624 |
msgid "Assign the connection to other blog users"
|
1625 |
msgstr ""
|
1626 |
|
1627 |
+
#: views/b2s/network.php:478
|
1628 |
msgid "You don't have a Business License"
|
1629 |
msgstr ""
|
1630 |
|
1631 |
+
#: views/b2s/network.php:481
|
1632 |
msgid "This user don't have a Business License, or it is not the same"
|
1633 |
msgstr ""
|
1634 |
|
1635 |
+
#: views/b2s/network.php:484
|
1636 |
msgid "The connection has already been assigned to this user."
|
1637 |
msgstr ""
|
1638 |
|
1639 |
+
#: views/b2s/network.php:487
|
1640 |
msgid "The connection dose not exist"
|
1641 |
msgstr ""
|
1642 |
|
1643 |
+
#: views/b2s/network.php:490
|
1644 |
msgid "This connection has already been assigned to this user."
|
1645 |
msgstr ""
|
1646 |
|
1647 |
+
#: views/b2s/network.php:493
|
1648 |
msgid ""
|
1649 |
"You can only share the connection with blog users who use the same license "
|
1650 |
"as you."
|
1651 |
msgstr ""
|
1652 |
|
1653 |
+
#: views/b2s/network.php:496
|
1654 |
msgid "There are no other users to whom the connection can be assigned."
|
1655 |
msgstr ""
|
1656 |
|
1657 |
+
#: views/b2s/network.php:499 views/b2s/network.php:549
|
1658 |
msgid "assign"
|
1659 |
msgstr ""
|
1660 |
|
1661 |
+
#: views/b2s/network.php:500
|
1662 |
msgid "Apply best time settings"
|
1663 |
msgstr ""
|
1664 |
|
1665 |
+
#: views/b2s/network.php:501
|
1666 |
msgid "Apply post template settings"
|
1667 |
msgstr ""
|
1668 |
|
1669 |
+
#: views/b2s/network.php:502
|
1670 |
msgid "Apply URL Parameters"
|
1671 |
msgstr ""
|
1672 |
|
1673 |
+
#: views/b2s/network.php:513
|
1674 |
msgid ""
|
1675 |
"Upgrade to Blog2Social Business to easily bundle your connections into "
|
1676 |
"network collection and assign your social media connections to other blog "
|
1680 |
"group."
|
1681 |
msgstr ""
|
1682 |
|
1683 |
+
#: views/b2s/network.php:514
|
1684 |
msgid "Upgrade to Blog2Social Business"
|
1685 |
msgstr ""
|
1686 |
|
1687 |
+
#: views/b2s/network.php:518 includes/B2S/Network/Item.php:508
|
1688 |
#, php-format
|
1689 |
msgid ""
|
1690 |
"Define parameters that will be added to link posts on this network e.g. to "
|
1692 |
"More information</a>"
|
1693 |
msgstr ""
|
1694 |
|
1695 |
+
#: views/b2s/network.php:534 includes/B2S/Ship/Navbar.php:37
|
1696 |
msgid "My Profile"
|
1697 |
msgstr ""
|
1698 |
|
1699 |
+
#: views/b2s/network.php:565
|
1700 |
msgid "Add Page"
|
1701 |
msgstr ""
|
1702 |
|
1703 |
+
#: views/b2s/network.php:570
|
1704 |
#, php-format
|
1705 |
msgid ""
|
1706 |
"Please make sure to log in with your account which manages your pages and <a "
|
1707 |
"href=\"%s\" target=\"_blank\">follow this guide to select all your pages</a>."
|
1708 |
msgstr ""
|
1709 |
|
1710 |
+
#: views/b2s/network.php:571 views/b2s/network.php:590
|
1711 |
msgid "Continue"
|
1712 |
msgstr ""
|
1713 |
|
1714 |
+
#: views/b2s/network.php:584
|
1715 |
+
msgid "Add Group"
|
1716 |
+
msgstr ""
|
1717 |
+
|
1718 |
+
#: views/b2s/network.php:589
|
1719 |
+
#, php-format
|
1720 |
+
msgid ""
|
1721 |
+
"Please make sure to log in with your account which manages your groups and "
|
1722 |
+
"<a href=\"%s\" target=\"_blank\">follow this guide to select all your "
|
1723 |
+
"groups</a>."
|
1724 |
+
msgstr ""
|
1725 |
+
|
1726 |
#: views/b2s/post.approve.php:89
|
1727 |
msgid "Delete Social Media Posts"
|
1728 |
msgstr ""
|
1746 |
msgstr ""
|
1747 |
|
1748 |
#: views/b2s/post.calendar.php:39 views/b2s/ship.php:18
|
1749 |
+
#: includes/B2S/Post/Filter.php:59 includes/B2S/Post/Item.php:368
|
1750 |
#: includes/PRG/Post/Filter.php:37 includes/PRG/Post/Item.php:86
|
1751 |
msgid "scheduled"
|
1752 |
msgstr ""
|
1753 |
|
1754 |
#: views/b2s/post.calendar.php:70 views/b2s/post.sched.php:189
|
1755 |
+
#: views/b2s/repost.php:73 includes/B2S/Network/Item.php:675
|
1756 |
+
#: includes/B2S/Network/Item.php:678 includes/B2S/Settings/Item.php:239
|
1757 |
+
#: views/b2s/html/footer.php:148
|
1758 |
msgid "Image with frame"
|
1759 |
msgstr ""
|
1760 |
|
1761 |
#: views/b2s/post.calendar.php:70 views/b2s/post.sched.php:189
|
1762 |
+
#: views/b2s/repost.php:73 includes/B2S/Network/Item.php:676
|
1763 |
+
#: includes/B2S/Network/Item.php:679 includes/B2S/Settings/Item.php:253
|
1764 |
+
#: views/b2s/html/footer.php:153
|
1765 |
msgid "Image cut out"
|
1766 |
msgstr ""
|
1767 |
|
1768 |
+
#: views/b2s/post.calendar.php:88 views/b2s/post.sched.php:172
|
1769 |
#: views/b2s/repost.php:56
|
1770 |
msgid "add post"
|
1771 |
msgstr ""
|
1772 |
|
1773 |
+
#: views/b2s/post.calendar.php:111 views/b2s/post.sched.php:130
|
1774 |
#: views/b2s/repost.php:104 views/b2s/ship.php:507
|
1775 |
msgid "Choose your"
|
1776 |
msgstr ""
|
1777 |
|
1778 |
+
#: views/b2s/post.calendar.php:111 views/b2s/post.sched.php:130
|
1779 |
#: views/b2s/repost.php:104 views/b2s/ship.php:507
|
1780 |
msgid "Post Format"
|
1781 |
msgstr ""
|
1782 |
|
1783 |
+
#: views/b2s/post.calendar.php:113 views/b2s/post.sched.php:132
|
1784 |
#: views/b2s/repost.php:106 views/b2s/ship.php:509
|
1785 |
msgid "for:"
|
1786 |
msgstr ""
|
1787 |
|
1788 |
+
#: views/b2s/post.calendar.php:132 views/b2s/post.sched.php:151
|
1789 |
#: views/b2s/repost.php:125 views/b2s/ship.php:527
|
1790 |
msgid ""
|
1791 |
"Define the default settings for the custom post format for all of your "
|
1792 |
"Facebook accounts in the Blog2Social settings."
|
1793 |
msgstr ""
|
1794 |
|
1795 |
+
#: views/b2s/post.calendar.php:135 views/b2s/post.sched.php:154
|
1796 |
#: views/b2s/repost.php:128 views/b2s/ship.php:530
|
1797 |
msgid ""
|
1798 |
"Define the default settings for the custom post format for all of your "
|
1799 |
"Twitter accounts in the Blog2Social settings."
|
1800 |
msgstr ""
|
1801 |
|
1802 |
+
#: views/b2s/post.calendar.php:138 views/b2s/post.sched.php:157
|
1803 |
#: views/b2s/repost.php:131 views/b2s/ship.php:533
|
1804 |
msgid ""
|
1805 |
"Define the default settings for the custom post format for all of your "
|
1806 |
"LinkedIn accounts in the Blog2Social settings."
|
1807 |
msgstr ""
|
1808 |
|
1809 |
+
#: views/b2s/post.calendar.php:141 views/b2s/post.sched.php:160
|
1810 |
#: views/b2s/repost.php:134 views/b2s/ship.php:536
|
1811 |
msgid ""
|
1812 |
"Define the default settings for the custom post format for all of your "
|
1813 |
"Instagram accounts in the Blog2Social settings."
|
1814 |
msgstr ""
|
1815 |
|
1816 |
+
#: views/b2s/post.calendar.php:156 views/b2s/post.sched.php:111
|
1817 |
#: views/b2s/repost.php:149 views/b2s/ship.php:448
|
1818 |
msgid "Select image for"
|
1819 |
msgstr ""
|
1820 |
|
1821 |
+
#: views/b2s/post.calendar.php:174
|
1822 |
msgid "What would you like to share?"
|
1823 |
msgstr ""
|
1824 |
|
1825 |
+
#: views/b2s/post.calendar.php:184
|
1826 |
msgid "Share content from your blog"
|
1827 |
msgstr ""
|
1828 |
|
1829 |
+
#: views/b2s/post.calendar.php:187 views/b2s/post.calendar.php:200
|
1830 |
msgid "select"
|
1831 |
msgstr ""
|
1832 |
|
1833 |
+
#: views/b2s/post.calendar.php:197
|
1834 |
msgid "Share content from other sources"
|
1835 |
msgstr ""
|
1836 |
|
1837 |
+
#: views/b2s/post.calendar.php:218
|
1838 |
msgid "Select a post"
|
1839 |
msgstr ""
|
1840 |
|
1846 |
msgid "Are you sure you want to delete this Social Media draft?"
|
1847 |
msgstr ""
|
1848 |
|
1849 |
+
#: views/b2s/post.favorites.php:67 includes/B2S/Post/Item.php:374
|
1850 |
msgid "You have not saved any favorites."
|
1851 |
msgstr ""
|
1852 |
|
1872 |
msgid "You are sure, you want to delete entries from the scheduling?"
|
1873 |
msgstr ""
|
1874 |
|
1875 |
+
#: views/b2s/premium.php:14 includes/B2S/AutoPost/Item.php:140
|
1876 |
msgid "Your current license:"
|
1877 |
msgstr ""
|
1878 |
|
1885 |
msgid "End of Trial"
|
1886 |
msgstr ""
|
1887 |
|
1888 |
+
#: views/b2s/premium.php:31 includes/B2S/AutoPost/Item.php:143
|
1889 |
+
#: includes/B2S/AutoPost/Item.php:146 includes/B2S/RePost/Item.php:33
|
1890 |
msgid "Upgrade"
|
1891 |
msgstr ""
|
1892 |
|
1958 |
"your own best time scheme."
|
1959 |
msgstr ""
|
1960 |
|
1961 |
+
#: views/b2s/premium.php:109 includes/B2S/Post/Item.php:715
|
1962 |
+
#: includes/B2S/Post/Item.php:856
|
1963 |
msgid "Auto-Posting"
|
1964 |
msgstr ""
|
1965 |
|
2065 |
msgstr ""
|
2066 |
|
2067 |
#: views/b2s/settings.php:98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2068 |
msgid "Activate Legacy mode "
|
2069 |
msgstr ""
|
2070 |
|
2071 |
+
#: views/b2s/settings.php:101
|
2072 |
msgid "Plugin contents are loaded one at a time to minimize server load."
|
2073 |
msgstr ""
|
2074 |
|
2075 |
+
#: views/b2s/settings.php:112
|
2076 |
msgid "Instant Caching for Facebook Link Posts"
|
2077 |
msgstr ""
|
2078 |
|
2079 |
+
#: views/b2s/settings.php:115
|
2080 |
msgid ""
|
2081 |
"Please enable this feature, if you are using varnish caching (HTTP "
|
2082 |
"accelerator to relieve your website). Blog2Social will add a \"no-cache=1\" "
|
2084 |
"Facebook always pulls the current meta data of your blog post."
|
2085 |
msgstr ""
|
2086 |
|
2087 |
+
#: views/b2s/ship.php:18 includes/B2S/Post/Filter.php:59
|
2088 |
+
#: includes/B2S/Post/Item.php:368 includes/PRG/Post/Item.php:86
|
2089 |
msgid "draft"
|
2090 |
msgstr ""
|
2091 |
|
2094 |
msgstr ""
|
2095 |
|
2096 |
#: views/b2s/ship.php:53 views/prg/ship.php:43 views/prg/ship.php:45
|
2097 |
+
#: includes/B2S/Curation/View.php:38 includes/B2S/Settings/Item.php:169
|
2098 |
+
#: includes/B2S/Settings/Item.php:190 views/prg/html/form.php:26
|
2099 |
#: views/prg/html/form.php:28
|
2100 |
msgid "Title"
|
2101 |
msgstr ""
|
2102 |
|
2103 |
+
#: views/b2s/ship.php:55 includes/B2S/Post/Item.php:424
|
2104 |
+
#: includes/B2S/Post/Item.php:567
|
2105 |
msgid "on blog"
|
2106 |
msgstr ""
|
2107 |
|
2554 |
|
2555 |
#: views/prg/ship.php:90
|
2556 |
msgid ""
|
2557 |
+
"There may be a fee for this service when publishing your message with PR-"
|
2558 |
+
"Gateway. Once your press release has been sent, it can not be withdrawn "
|
2559 |
+
"anymore. Do you want your press release to be published now?"
|
2560 |
msgstr ""
|
2561 |
|
2562 |
#: views/prg/ship.php:93
|
2574 |
msgid "Autoposter"
|
2575 |
msgstr ""
|
2576 |
|
2577 |
+
#: includes/B2S/AutoPost/Item.php:46
|
2578 |
+
msgid ""
|
2579 |
+
"The settings for the Auto-Poster were configured for you by a WordPress "
|
2580 |
+
"admin."
|
2581 |
+
msgstr ""
|
2582 |
+
|
2583 |
+
#: includes/B2S/AutoPost/Item.php:47
|
2584 |
+
msgid "Disconnect"
|
2585 |
+
msgstr ""
|
2586 |
+
|
2587 |
+
#: includes/B2S/AutoPost/Item.php:51
|
2588 |
msgid ""
|
2589 |
"Set up your autoposter to automatically share your new or updated posts, "
|
2590 |
"pages and custom post types on your social media channels."
|
2591 |
msgstr ""
|
2592 |
|
2593 |
+
#: includes/B2S/AutoPost/Item.php:60
|
2594 |
msgid ""
|
2595 |
"Select your preferred network collection for autoposting. This collection "
|
2596 |
"defines the social media accounts on which the autoposter will share your "
|
2597 |
"social media posts automatically."
|
2598 |
msgstr ""
|
2599 |
|
2600 |
+
#: includes/B2S/AutoPost/Item.php:64
|
2601 |
msgid "Please select a post type"
|
2602 |
msgstr ""
|
2603 |
|
2604 |
+
#: includes/B2S/AutoPost/Item.php:67
|
2605 |
msgid "new posts"
|
2606 |
msgstr ""
|
2607 |
|
2608 |
+
#: includes/B2S/AutoPost/Item.php:68 includes/B2S/AutoPost/Item.php:80
|
2609 |
msgid "Unselect all"
|
2610 |
msgstr ""
|
2611 |
|
2612 |
+
#: includes/B2S/AutoPost/Item.php:68 includes/B2S/AutoPost/Item.php:80
|
2613 |
msgid "Select all"
|
2614 |
msgstr ""
|
2615 |
|
2616 |
+
#: includes/B2S/AutoPost/Item.php:76
|
2617 |
msgid ""
|
2618 |
"By enabling this feature your previously published social media posts will "
|
2619 |
"be sent again to your selected social media channels as soon as the post is "
|
2620 |
"updated."
|
2621 |
msgstr ""
|
2622 |
|
2623 |
+
#: includes/B2S/AutoPost/Item.php:79
|
2624 |
msgid "updating existing posts"
|
2625 |
msgstr ""
|
2626 |
|
2627 |
+
#: includes/B2S/AutoPost/Item.php:89
|
2628 |
msgid "Apply best times"
|
2629 |
msgstr ""
|
2630 |
|
2631 |
+
#: includes/B2S/AutoPost/Item.php:107 views/b2s/html/footer.php:404
|
2632 |
+
msgid ""
|
2633 |
+
"Share posts from other authors automatically with your Auto-Poster settings"
|
2634 |
+
msgstr ""
|
2635 |
+
|
2636 |
+
#: includes/B2S/AutoPost/Item.php:138
|
2637 |
msgid "Autoposter for Imported Posts"
|
2638 |
msgstr ""
|
2639 |
|
2640 |
+
#: includes/B2S/AutoPost/Item.php:139
|
2641 |
msgid ""
|
2642 |
"Set up your autoposter to automatically share your imported posts, pages and "
|
2643 |
"custom post types on your social media channels."
|
2644 |
msgstr ""
|
2645 |
|
2646 |
+
#: includes/B2S/AutoPost/Item.php:142
|
2647 |
msgid ""
|
2648 |
"Immediate Cross-Posting across all networks: Share an unlimited number of "
|
2649 |
"posts"
|
2650 |
msgstr ""
|
2651 |
|
2652 |
+
#: includes/B2S/AutoPost/Item.php:143
|
2653 |
msgid "Scheduled Auto-Posting"
|
2654 |
msgstr ""
|
2655 |
|
2656 |
+
#: includes/B2S/AutoPost/Item.php:145
|
2657 |
msgid "share up to"
|
2658 |
msgstr ""
|
2659 |
|
2660 |
+
#: includes/B2S/AutoPost/Item.php:145
|
2661 |
msgid "posts per day"
|
2662 |
msgstr ""
|
2663 |
|
2664 |
+
#: includes/B2S/AutoPost/Item.php:154
|
2665 |
msgid "Please select a social media network"
|
2666 |
msgstr ""
|
2667 |
|
2668 |
+
#: includes/B2S/AutoPost/Item.php:155
|
2669 |
msgid "Available networks to select your auto-post connecitons:"
|
2670 |
msgstr ""
|
2671 |
|
2672 |
+
#: includes/B2S/AutoPost/Item.php:156
|
2673 |
msgid ""
|
2674 |
"In accordance with the new Twitter TOS, one Twitter account can be selected "
|
2675 |
"as your primary Twitter account for auto-posting."
|
2676 |
msgstr ""
|
2677 |
|
2678 |
+
#: includes/B2S/AutoPost/Item.php:158
|
2679 |
msgid "Select to auto-post immediately after publishing or with a delay"
|
2680 |
msgstr ""
|
2681 |
|
2682 |
+
#: includes/B2S/AutoPost/Item.php:159 includes/B2S/Curation/View.php:64
|
2683 |
msgid "immediately"
|
2684 |
msgstr ""
|
2685 |
|
2686 |
+
#: includes/B2S/AutoPost/Item.php:160
|
2687 |
msgid "publish with a delay of"
|
2688 |
msgstr ""
|
2689 |
|
2690 |
+
#: includes/B2S/AutoPost/Item.php:161
|
2691 |
msgid "minutes"
|
2692 |
msgstr ""
|
2693 |
|
2694 |
+
#: includes/B2S/AutoPost/Item.php:173
|
2695 |
msgid "Save"
|
2696 |
msgstr ""
|
2697 |
|
2698 |
+
#: includes/B2S/AutoPost/Item.php:241 includes/B2S/Network/Item.php:173
|
2699 |
msgid "Connections"
|
2700 |
msgstr ""
|
2701 |
|
2702 |
+
#: includes/B2S/AutoPost/Item.php:243
|
2703 |
msgid "add/change connection"
|
2704 |
msgstr ""
|
2705 |
|
2706 |
+
#: includes/B2S/AutoPost/Item.php:280
|
2707 |
msgid ""
|
2708 |
"Filter Posts (Only posts that meet the following criteria will be autoposted)"
|
2709 |
msgstr ""
|
2710 |
|
2711 |
+
#: includes/B2S/AutoPost/Item.php:281 includes/B2S/RePost/Item.php:176
|
2712 |
msgid "Post Types"
|
2713 |
msgstr ""
|
2714 |
|
2715 |
+
#: includes/B2S/AutoPost/Item.php:282 includes/B2S/RePost/Item.php:177
|
2716 |
+
#: includes/B2S/RePost/Item.php:197 includes/B2S/RePost/Item.php:217
|
2717 |
+
#: includes/B2S/RePost/Item.php:236
|
2718 |
msgid "Include (Post only...)"
|
2719 |
msgstr ""
|
2720 |
|
2721 |
+
#: includes/B2S/AutoPost/Item.php:283 includes/B2S/RePost/Item.php:178
|
2722 |
+
#: includes/B2S/RePost/Item.php:198 includes/B2S/RePost/Item.php:218
|
2723 |
+
#: includes/B2S/RePost/Item.php:237
|
2724 |
msgid "Exclude (Do no post ...)"
|
2725 |
msgstr ""
|
2726 |
|
2733 |
msgstr ""
|
2734 |
|
2735 |
#: includes/B2S/Curation/View.php:69 includes/B2S/Curation/View.php:70
|
2736 |
+
#: includes/B2S/RePost/Item.php:196 includes/B2S/Ship/Item.php:1269
|
2737 |
#: views/b2s/partials/post-edit-modal.php:62
|
2738 |
#: views/b2s/partials/post-edit-modal.php:65
|
2739 |
msgid "Date"
|
2764 |
msgstr ""
|
2765 |
|
2766 |
#: includes/B2S/Network/Item.php:149 includes/B2S/Network/Item.php:220
|
2767 |
+
#: includes/B2S/Ship/Item.php:338 includes/B2S/Ship/Navbar.php:86
|
2768 |
#: includes/B2S/Ship/Portale.php:38
|
2769 |
msgid "Blog"
|
2770 |
msgstr ""
|
2786 |
msgid "You want to connect a social media group?"
|
2787 |
msgstr ""
|
2788 |
|
2789 |
+
#: includes/B2S/Network/Item.php:174 views/b2s/html/footer.php:212
|
2790 |
msgid "Best Time Manager"
|
2791 |
msgstr ""
|
2792 |
|
2796 |
msgstr ""
|
2797 |
|
2798 |
#: includes/B2S/Network/Item.php:211 includes/B2S/Network/Item.php:277
|
2799 |
+
#: includes/B2S/Network/Item.php:344 includes/B2S/Ship/Image.php:31
|
2800 |
msgid "please upgrade"
|
2801 |
msgstr ""
|
2802 |
|
2811 |
msgstr ""
|
2812 |
|
2813 |
#: includes/B2S/Network/Item.php:256 includes/B2S/Network/Item.php:322
|
2814 |
+
#: includes/B2S/Network/Item.php:384 includes/B2S/Ship/Item.php:1217
|
2815 |
msgid "Days"
|
2816 |
msgstr ""
|
2817 |
|
2818 |
+
#: includes/B2S/Network/Item.php:286 includes/B2S/Ship/Item.php:338
|
2819 |
msgid "Employer Branding"
|
2820 |
msgstr ""
|
2821 |
|
2858 |
msgid "Failed to load the default template"
|
2859 |
msgstr ""
|
2860 |
|
2861 |
+
#: includes/B2S/Network/Item.php:600
|
2862 |
msgid ""
|
2863 |
"Upgrade to Blog2Social Smart or higher to customize your individual post "
|
2864 |
"templates that will automatically pre-format the structure of your social "
|
2869 |
"or slogans) to your post templates."
|
2870 |
msgstr ""
|
2871 |
|
2872 |
+
#: includes/B2S/Network/Item.php:601
|
2873 |
msgid "Upgrade to Blog2Social Smart"
|
2874 |
msgstr ""
|
2875 |
|
2876 |
+
#: includes/B2S/Network/Item.php:622
|
2877 |
msgid "Activate Instant Caching"
|
2878 |
msgstr ""
|
2879 |
|
2880 |
+
#: includes/B2S/Network/Item.php:668
|
2881 |
msgid "Format"
|
2882 |
msgstr ""
|
2883 |
|
2884 |
+
#: includes/B2S/Network/Item.php:669 includes/B2S/Network/Item.php:690
|
2885 |
msgid "Load default settings"
|
2886 |
msgstr ""
|
2887 |
|
2888 |
+
#: includes/B2S/Network/Item.php:675 includes/B2S/Network/Item.php:678
|
2889 |
+
#: includes/B2S/Ship/Item.php:967 includes/B2S/Ship/Item.php:969
|
2890 |
msgid "Link"
|
2891 |
msgstr ""
|
2892 |
|
2893 |
+
#: includes/B2S/Network/Item.php:676 includes/B2S/Network/Item.php:679
|
2894 |
msgid "Image"
|
2895 |
msgstr ""
|
2896 |
|
2897 |
+
#: includes/B2S/Network/Item.php:688 includes/B2S/Settings/Item.php:64
|
2898 |
msgid "Content"
|
2899 |
msgstr ""
|
2900 |
|
2901 |
+
#: includes/B2S/Network/Item.php:697 includes/B2S/Ship/Item.php:379
|
2902 |
msgid ""
|
2903 |
"Instagram supports up to 30 hashtags. Please reduce the number of hashtags "
|
2904 |
"in your post."
|
2905 |
msgstr ""
|
2906 |
|
2907 |
+
#: includes/B2S/Network/Item.php:709
|
2908 |
msgid "clear"
|
2909 |
msgstr ""
|
2910 |
|
2911 |
+
#: includes/B2S/Network/Item.php:719
|
2912 |
msgid "The link will be added automatically at the end of the post."
|
2913 |
msgstr ""
|
2914 |
|
2915 |
+
#: includes/B2S/Network/Item.php:724 includes/B2S/Network/Item.php:764
|
2916 |
msgid "Network limit"
|
2917 |
msgstr ""
|
2918 |
|
2919 |
+
#: includes/B2S/Network/Item.php:724 includes/B2S/Network/Item.php:764
|
2920 |
+
#: includes/B2S/Network/Item.php:764 includes/B2S/Ship/Item.php:223
|
2921 |
+
#: includes/B2S/Ship/Item.php:227 includes/B2S/Ship/Item.php:269
|
2922 |
+
#: includes/B2S/Ship/Item.php:273 includes/B2S/Ship/Item.php:306
|
2923 |
+
#: includes/B2S/Ship/Item.php:310 includes/B2S/Ship/Item.php:1296
|
2924 |
+
#: includes/B2S/Ship/Item.php:1298
|
2925 |
msgid "characters"
|
2926 |
msgstr ""
|
2927 |
|
2928 |
+
#: includes/B2S/Network/Item.php:731
|
2929 |
+
msgid "Add a link-URL to the end of my image post."
|
2930 |
msgstr ""
|
2931 |
|
2932 |
+
#: includes/B2S/Network/Item.php:738
|
2933 |
+
msgid ""
|
2934 |
+
"Add a link-URL to the end of my Instagram posts. (Please note, that "
|
2935 |
+
"Instagram does not turn link-URLs into clickable links)"
|
2936 |
+
msgstr ""
|
2937 |
+
|
2938 |
+
#: includes/B2S/Network/Item.php:764
|
2939 |
msgid "recommended length"
|
2940 |
msgstr ""
|
2941 |
|
2942 |
+
#: includes/B2S/Network/Item.php:784 includes/B2S/Network/Item.php:836
|
2943 |
+
#: includes/B2S/Network/Item.php:905 includes/B2S/Network/Item.php:957
|
2944 |
+
#: includes/B2S/Network/Item.php:991 includes/B2S/Network/Item.php:1042
|
2945 |
+
#: includes/B2S/Network/Item.php:1072 includes/B2S/Network/Item.php:1126
|
2946 |
+
#: includes/B2S/Network/Item.php:1145 includes/B2S/Network/Item.php:1179
|
2947 |
+
#: includes/B2S/Network/Item.php:1195 includes/B2S/Network/Item.php:1211
|
2948 |
+
#: includes/B2S/Network/Item.php:1227 includes/B2S/Network/Item.php:1243
|
2949 |
+
#: includes/B2S/Network/Item.php:1262
|
2950 |
msgid "Preview"
|
2951 |
msgstr ""
|
2952 |
|
2953 |
+
#: includes/B2S/Post/Filter.php:44
|
2954 |
msgid "all authors"
|
2955 |
msgstr ""
|
2956 |
|
2957 |
+
#: includes/B2S/Post/Filter.php:60
|
2958 |
msgid "all posts"
|
2959 |
msgstr ""
|
2960 |
|
2961 |
+
#: includes/B2S/Post/Filter.php:71
|
2962 |
msgid "not yet shared"
|
2963 |
msgstr ""
|
2964 |
|
2965 |
+
#: includes/B2S/Post/Filter.php:71
|
2966 |
msgid "already shared"
|
2967 |
msgstr ""
|
2968 |
|
2969 |
+
#: includes/B2S/Post/Filter.php:71
|
2970 |
msgid "currently scheduled"
|
2971 |
msgstr ""
|
2972 |
|
2973 |
+
#: includes/B2S/Post/Filter.php:71
|
2974 |
msgid "autopost"
|
2975 |
msgstr ""
|
2976 |
|
2977 |
+
#: includes/B2S/Post/Filter.php:71 includes/B2S/Post/Item.php:762
|
2978 |
msgid "re-share"
|
2979 |
msgstr ""
|
2980 |
|
2981 |
+
#: includes/B2S/Post/Filter.php:72
|
2982 |
msgid "all statuses"
|
2983 |
msgstr ""
|
2984 |
|
2985 |
+
#: includes/B2S/Post/Filter.php:83 includes/B2S/Post/Filter.php:95
|
2986 |
msgid "newest first"
|
2987 |
msgstr ""
|
2988 |
|
2989 |
+
#: includes/B2S/Post/Filter.php:83 includes/B2S/Post/Filter.php:95
|
2990 |
msgid "oldest first"
|
2991 |
msgstr ""
|
2992 |
|
2993 |
+
#: includes/B2S/Post/Filter.php:108
|
2994 |
msgid "all categories & tags"
|
2995 |
msgstr ""
|
2996 |
|
2997 |
+
#: includes/B2S/Post/Filter.php:152 includes/PRG/Post/Filter.php:49
|
2998 |
msgid "all post types"
|
2999 |
msgstr ""
|
3000 |
|
3001 |
+
#: includes/B2S/Post/Filter.php:179
|
3002 |
msgid "shared by user"
|
3003 |
msgstr ""
|
3004 |
|
3005 |
+
#: includes/B2S/Post/Filter.php:194
|
3006 |
+
msgid "shared to network"
|
3007 |
+
msgstr ""
|
3008 |
+
|
3009 |
+
#: includes/B2S/Post/Filter.php:208 includes/B2S/RePost/Item.php:201
|
3010 |
+
msgid "Startdate"
|
3011 |
+
msgstr ""
|
3012 |
+
|
3013 |
+
#: includes/B2S/Post/Filter.php:209 includes/B2S/RePost/Item.php:204
|
3014 |
+
msgid "Enddate"
|
3015 |
+
msgstr ""
|
3016 |
+
|
3017 |
+
#: includes/B2S/Post/Filter.php:216 includes/PRG/Post/Filter.php:70
|
3018 |
msgid "Search Title"
|
3019 |
msgstr ""
|
3020 |
|
3021 |
+
#: includes/B2S/Post/Filter.php:249 includes/PRG/Post/Filter.php:81
|
3022 |
msgid "sort"
|
3023 |
msgstr ""
|
3024 |
|
3025 |
+
#: includes/B2S/Post/Filter.php:250 includes/PRG/Post/Filter.php:82
|
3026 |
msgid "reset"
|
3027 |
msgstr ""
|
3028 |
|
3029 |
+
#: includes/B2S/Post/Filter.php:255
|
3030 |
msgid "selected date"
|
3031 |
msgstr ""
|
3032 |
|
3033 |
+
#: includes/B2S/Post/Filter.php:255
|
3034 |
msgid "scheduled post(s)"
|
3035 |
msgstr ""
|
3036 |
|
3037 |
+
#: includes/B2S/Post/Item.php:372
|
3038 |
msgid "You have not saved any drafts."
|
3039 |
msgstr ""
|
3040 |
|
3041 |
+
#: includes/B2S/Post/Item.php:376
|
3042 |
msgid "You have no posts in your queue."
|
3043 |
msgstr ""
|
3044 |
|
3045 |
+
#: includes/B2S/Post/Item.php:378
|
3046 |
msgid "You have not published or scheduled any posts."
|
3047 |
msgstr ""
|
3048 |
|
3049 |
+
#: includes/B2S/Post/Item.php:401
|
3050 |
msgid "curated post"
|
3051 |
msgstr ""
|
3052 |
|
3053 |
+
#: includes/B2S/Post/Item.php:406 includes/B2S/Post/Item.php:504
|
3054 |
+
#: includes/B2S/Post/Item.php:552
|
3055 |
msgid "last shared on social media"
|
3056 |
msgstr ""
|
3057 |
|
3058 |
+
#: includes/B2S/Post/Item.php:418 includes/B2S/Post/Item.php:515
|
3059 |
+
#: includes/B2S/Post/Item.php:517 includes/B2S/Post/Item.php:538
|
3060 |
+
#: includes/B2S/Post/Item.php:561
|
3061 |
msgid "Share on Social Media"
|
3062 |
msgstr ""
|
3063 |
|
3064 |
+
#: includes/B2S/Post/Item.php:422 includes/B2S/Post/Item.php:565
|
3065 |
msgid "load Draft"
|
3066 |
msgstr ""
|
3067 |
|
3068 |
+
#: includes/B2S/Post/Item.php:424 includes/B2S/Post/Item.php:523
|
3069 |
+
#: includes/B2S/Post/Item.php:543 includes/B2S/Post/Item.php:567
|
3070 |
#: includes/PRG/Post/Item.php:121
|
3071 |
msgid "Author"
|
3072 |
msgstr ""
|
3073 |
|
3074 |
+
#: includes/B2S/Post/Item.php:442 includes/B2S/Post/Item.php:466
|
3075 |
+
#: includes/B2S/Post/Item.php:488 includes/B2S/Post/Item.php:585
|
3076 |
msgid "Details"
|
3077 |
msgstr ""
|
3078 |
|
3079 |
+
#: includes/B2S/Post/Item.php:444
|
3080 |
msgid "shared social media posts"
|
3081 |
msgstr ""
|
3082 |
|
3083 |
+
#: includes/B2S/Post/Item.php:444
|
3084 |
#, php-format
|
3085 |
msgid "latest share by %s"
|
3086 |
msgstr ""
|
3087 |
|
3088 |
+
#: includes/B2S/Post/Item.php:468 includes/B2S/Post/Item.php:588
|
3089 |
#: views/b2s/widgets/activity.php:10
|
3090 |
msgid "scheduled social media posts"
|
3091 |
msgstr ""
|
3092 |
|
3093 |
+
#: includes/B2S/Post/Item.php:468 includes/B2S/Post/Item.php:588
|
3094 |
#, php-format
|
3095 |
msgid "next share by %s"
|
3096 |
msgstr ""
|
3097 |
|
3098 |
+
#: includes/B2S/Post/Item.php:490
|
3099 |
msgid "social media posts ready to be shared"
|
3100 |
msgstr ""
|
3101 |
|
3102 |
+
#: includes/B2S/Post/Item.php:501
|
3103 |
msgid "via Browser-Extension"
|
3104 |
msgstr ""
|
3105 |
|
3106 |
+
#: includes/B2S/Post/Item.php:523
|
3107 |
msgid "saved"
|
3108 |
msgstr ""
|
3109 |
|
3110 |
+
#: includes/B2S/Post/Item.php:543
|
3111 |
msgid "last saved"
|
3112 |
msgstr ""
|
3113 |
|
3114 |
+
#: includes/B2S/Post/Item.php:715 includes/B2S/Post/Item.php:856
|
3115 |
+
#: includes/B2S/Ship/Save.php:448
|
3116 |
msgid "Retweet"
|
3117 |
msgstr ""
|
3118 |
|
3119 |
+
#: includes/B2S/Post/Item.php:715 includes/B2S/Post/Item.php:856
|
3120 |
msgid "Re-Share"
|
3121 |
msgstr ""
|
3122 |
|
3123 |
+
#: includes/B2S/Post/Item.php:721 includes/B2S/Post/Item.php:791
|
3124 |
+
#: includes/B2S/Post/Item.php:862 includes/B2S/RePost/Item.php:130
|
3125 |
msgid "select all"
|
3126 |
msgstr ""
|
3127 |
|
3128 |
+
#: includes/B2S/Post/Item.php:724
|
3129 |
msgid "show"
|
3130 |
msgstr ""
|
3131 |
|
3132 |
+
#: includes/B2S/Post/Item.php:731 includes/B2S/Ship/Save.php:459
|
3133 |
msgid "Please see"
|
3134 |
msgstr ""
|
3135 |
|
3136 |
+
#: includes/B2S/Post/Item.php:731 includes/B2S/Ship/Save.php:459
|
3137 |
msgid "FAQ"
|
3138 |
msgstr ""
|
3139 |
|
3140 |
+
#: includes/B2S/Post/Item.php:737
|
3141 |
#, php-format
|
3142 |
msgid "sharing in progress by %s"
|
3143 |
msgstr ""
|
3144 |
|
3145 |
+
#: includes/B2S/Post/Item.php:737
|
3146 |
#, php-format
|
3147 |
msgid "shared by %s"
|
3148 |
msgstr ""
|
3149 |
|
3150 |
+
#: includes/B2S/Post/Item.php:758 includes/B2S/Post/Item.php:771
|
3151 |
msgid "You want to delete a publish post entry?"
|
3152 |
msgstr ""
|
3153 |
|
3154 |
+
#: includes/B2S/Post/Item.php:759 includes/B2S/Post/Item.php:772
|
3155 |
msgid "delete from reporting"
|
3156 |
msgstr ""
|
3157 |
|
3158 |
+
#: includes/B2S/Post/Item.php:794
|
3159 |
#, php-format
|
3160 |
msgid "is waiting to shared by %s"
|
3161 |
msgstr ""
|
3162 |
|
3163 |
+
#: includes/B2S/Post/Item.php:824 includes/B2S/Ship/Save.php:429
|
3164 |
msgid "share"
|
3165 |
msgstr ""
|
3166 |
|
3167 |
+
#: includes/B2S/Post/Item.php:832
|
3168 |
msgid "You want to delete your Social Media post?"
|
3169 |
msgstr ""
|
3170 |
|
3171 |
+
#: includes/B2S/Post/Item.php:875
|
3172 |
#, php-format
|
3173 |
msgid "last modified by %s"
|
3174 |
msgstr ""
|
3175 |
|
3176 |
+
#: includes/B2S/Post/Item.php:877
|
3177 |
+
msgid "is currently being processed by the network"
|
3178 |
msgstr ""
|
3179 |
|
3180 |
+
#: includes/B2S/Post/Item.php:882
|
3181 |
#, php-format
|
3182 |
msgid "scheduled by %s"
|
3183 |
msgstr ""
|
3184 |
|
3185 |
+
#: includes/B2S/Post/Item.php:887
|
3186 |
msgid "You want to edit your scheduled post?"
|
3187 |
msgstr ""
|
3188 |
|
3189 |
+
#: includes/B2S/Post/Item.php:888
|
3190 |
msgid "edit"
|
3191 |
msgstr ""
|
3192 |
|
3193 |
+
#: includes/B2S/Post/Item.php:900
|
3194 |
msgid "delete scheduling"
|
3195 |
msgstr ""
|
3196 |
|
3225 |
msgid "include <a href=\"%s\" target=\"_blank\">favorites posts</a> only"
|
3226 |
msgstr ""
|
3227 |
|
3228 |
+
#: includes/B2S/RePost/Item.php:57
|
3229 |
+
msgid "include posts with images only"
|
3230 |
+
msgstr ""
|
3231 |
+
|
3232 |
+
#: includes/B2S/RePost/Item.php:63
|
3233 |
msgid "When should your content be shared?"
|
3234 |
msgstr ""
|
3235 |
|
3236 |
+
#: includes/B2S/RePost/Item.php:66 includes/B2S/RePost/Item.php:83
|
3237 |
msgid "Post every"
|
3238 |
msgstr ""
|
3239 |
|
3240 |
+
#: includes/B2S/RePost/Item.php:66
|
3241 |
msgid "days at"
|
3242 |
msgstr ""
|
3243 |
|
3244 |
+
#: includes/B2S/RePost/Item.php:71
|
3245 |
msgid "on"
|
3246 |
msgstr ""
|
3247 |
|
3248 |
+
#: includes/B2S/RePost/Item.php:72 includes/B2S/Ship/Item.php:1275
|
3249 |
msgid "Mon"
|
3250 |
msgstr ""
|
3251 |
|
3252 |
+
#: includes/B2S/RePost/Item.php:73 includes/B2S/Ship/Item.php:1276
|
3253 |
msgid "Tue"
|
3254 |
msgstr ""
|
3255 |
|
3256 |
+
#: includes/B2S/RePost/Item.php:74 includes/B2S/Ship/Item.php:1277
|
3257 |
msgid "Wed"
|
3258 |
msgstr ""
|
3259 |
|
3260 |
+
#: includes/B2S/RePost/Item.php:75 includes/B2S/Ship/Item.php:1278
|
3261 |
msgid "Thu"
|
3262 |
msgstr ""
|
3263 |
|
3264 |
+
#: includes/B2S/RePost/Item.php:76 includes/B2S/Ship/Item.php:1279
|
3265 |
msgid "Fri"
|
3266 |
msgstr ""
|
3267 |
|
3268 |
+
#: includes/B2S/RePost/Item.php:77 includes/B2S/Ship/Item.php:1280
|
3269 |
msgid "Sat"
|
3270 |
msgstr ""
|
3271 |
|
3272 |
+
#: includes/B2S/RePost/Item.php:78 includes/B2S/Ship/Item.php:1281
|
3273 |
msgid "Sun"
|
3274 |
msgstr ""
|
3275 |
|
3276 |
+
#: includes/B2S/RePost/Item.php:85
|
3277 |
msgid "Monday"
|
3278 |
msgstr ""
|
3279 |
|
3280 |
+
#: includes/B2S/RePost/Item.php:86
|
3281 |
msgid "Tuesday"
|
3282 |
msgstr ""
|
3283 |
|
3284 |
+
#: includes/B2S/RePost/Item.php:87
|
3285 |
msgid "Wednesday"
|
3286 |
msgstr ""
|
3287 |
|
3288 |
+
#: includes/B2S/RePost/Item.php:88
|
3289 |
msgid "Thursday"
|
3290 |
msgstr ""
|
3291 |
|
3292 |
+
#: includes/B2S/RePost/Item.php:89
|
3293 |
msgid "Friday"
|
3294 |
msgstr ""
|
3295 |
|
3296 |
+
#: includes/B2S/RePost/Item.php:90
|
3297 |
msgid "Saturday"
|
3298 |
msgstr ""
|
3299 |
|
3300 |
+
#: includes/B2S/RePost/Item.php:91
|
3301 |
msgid "Sunday"
|
3302 |
msgstr ""
|
3303 |
|
3304 |
+
#: includes/B2S/RePost/Item.php:93
|
3305 |
msgid "at"
|
3306 |
msgstr ""
|
3307 |
|
3308 |
+
#: includes/B2S/RePost/Item.php:99
|
3309 |
msgid "at my best times"
|
3310 |
msgstr ""
|
3311 |
|
3312 |
+
#: includes/B2S/RePost/Item.php:106
|
3313 |
msgid "Where should your content be shared?"
|
3314 |
msgstr ""
|
3315 |
|
3316 |
+
#: includes/B2S/RePost/Item.php:108
|
3317 |
msgid "Add to queue"
|
3318 |
msgstr ""
|
3319 |
|
3320 |
+
#: includes/B2S/RePost/Item.php:123
|
3321 |
msgid "Need more?"
|
3322 |
msgstr ""
|
3323 |
|
3324 |
+
#: includes/B2S/RePost/Item.php:126
|
3325 |
msgid "Queue"
|
3326 |
msgstr ""
|
3327 |
|
3328 |
+
#: includes/B2S/RePost/Item.php:127
|
3329 |
msgid "Posts"
|
3330 |
msgstr ""
|
3331 |
|
3332 |
+
#: includes/B2S/RePost/Item.php:131
|
3333 |
msgid "delete selected posts"
|
3334 |
msgstr ""
|
3335 |
|
3336 |
+
#: includes/B2S/RePost/Item.php:216
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3337 |
msgid "Categories"
|
3338 |
msgstr ""
|
3339 |
|
3340 |
+
#: includes/B2S/RePost/Item.php:235
|
3341 |
msgid "Authors"
|
3342 |
msgstr ""
|
3343 |
|
3344 |
+
#: includes/B2S/Settings/Item.php:50 includes/B2S/Settings/Item.php:76
|
3345 |
+
#: includes/B2S/Ship/Item.php:1119
|
3346 |
msgid "Account"
|
3347 |
msgstr ""
|
3348 |
|
3349 |
+
#: includes/B2S/Settings/Item.php:59
|
3350 |
msgid "Timezone for Scheduling"
|
3351 |
msgstr ""
|
3352 |
|
3353 |
+
#: includes/B2S/Settings/Item.php:59
|
3354 |
msgid "User"
|
3355 |
msgstr ""
|
3356 |
|
3357 |
+
#: includes/B2S/Settings/Item.php:65
|
3358 |
msgid "Url Shortener"
|
3359 |
msgstr ""
|
3360 |
|
3361 |
+
#: includes/B2S/Settings/Item.php:67
|
3362 |
msgid "no URL Shortener"
|
3363 |
msgstr ""
|
3364 |
|
3365 |
+
#: includes/B2S/Settings/Item.php:69 includes/B2S/Settings/Item.php:80
|
3366 |
msgid "Brand"
|
3367 |
msgstr ""
|
3368 |
|
3369 |
+
#: includes/B2S/Settings/Item.php:70 includes/B2S/Settings/Item.php:80
|
3370 |
msgid "Call-to-Action"
|
3371 |
msgstr ""
|
3372 |
|
3373 |
+
#: includes/B2S/Settings/Item.php:90
|
3374 |
msgid "change"
|
3375 |
msgstr ""
|
3376 |
|
3377 |
+
#: includes/B2S/Settings/Item.php:96
|
3378 |
msgid "Shortcodes"
|
3379 |
msgstr ""
|
3380 |
|
3381 |
+
#: includes/B2S/Settings/Item.php:97
|
3382 |
msgid "allow shortcodes in my post"
|
3383 |
msgstr ""
|
3384 |
|
3385 |
+
#: includes/B2S/Settings/Item.php:101
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3386 |
msgid "System"
|
3387 |
msgstr ""
|
3388 |
|
3389 |
+
#: includes/B2S/Settings/Item.php:102 includes/B2S/Settings/Item.php:123
|
3390 |
+
#: includes/B2S/Settings/Item.php:152
|
3391 |
msgid ""
|
3392 |
"This is a global feature for your blog, which can only be edited by users "
|
3393 |
"with admin rights."
|
3394 |
msgstr ""
|
3395 |
|
3396 |
+
#: includes/B2S/Settings/Item.php:103
|
3397 |
msgid "activate Legacy mode"
|
3398 |
msgstr ""
|
3399 |
|
3400 |
+
#: includes/B2S/Settings/Item.php:121
|
3401 |
msgid "Reset all page and post meta data"
|
3402 |
msgstr ""
|
3403 |
|
3404 |
+
#: includes/B2S/Settings/Item.php:126
|
3405 |
msgid "Meta Tags Settings for Posts and Pages"
|
3406 |
msgstr ""
|
3407 |
|
3408 |
+
#: includes/B2S/Settings/Item.php:127
|
3409 |
msgid ""
|
3410 |
"Add Open Graph meta tags to your shared posts or pages, required by Facebook "
|
3411 |
"and other social networks to display your post or page image, title and "
|
3412 |
"description correctly."
|
3413 |
msgstr ""
|
3414 |
|
3415 |
+
#: includes/B2S/Settings/Item.php:129
|
3416 |
msgid ""
|
3417 |
"Add Twitter Card meta tags to your shared posts or pages, required by "
|
3418 |
"Twitter to display your post or page image, title and description correctly."
|
3419 |
msgstr ""
|
3420 |
|
3421 |
+
#: includes/B2S/Settings/Item.php:131
|
3422 |
msgid "Add oEmbed tags"
|
3423 |
msgstr ""
|
3424 |
|
3425 |
+
#: includes/B2S/Settings/Item.php:154
|
3426 |
msgid "Frontpage Settings"
|
3427 |
msgstr ""
|
3428 |
|
3429 |
+
#: includes/B2S/Settings/Item.php:156
|
3430 |
msgid "Check Settings with Sharing-Debugger"
|
3431 |
msgstr ""
|
3432 |
|
3433 |
+
#: includes/B2S/Settings/Item.php:166
|
3434 |
msgid ""
|
3435 |
"Add the default Open Graph parameters for title, description and image you "
|
3436 |
"want Facebook to display, if you share the frontpage of your blog as link "
|
3437 |
"post (http://www.yourblog.com)"
|
3438 |
msgstr ""
|
3439 |
|
3440 |
+
#: includes/B2S/Settings/Item.php:170 includes/B2S/Settings/Item.php:191
|
3441 |
msgid "Description"
|
3442 |
msgstr ""
|
3443 |
|
3444 |
+
#: includes/B2S/Settings/Item.php:171 includes/B2S/Settings/Item.php:192
|
3445 |
msgid "Image URL"
|
3446 |
msgstr ""
|
3447 |
|
3448 |
+
#: includes/B2S/Settings/Item.php:173 includes/B2S/Settings/Item.php:194
|
3449 |
+
#: includes/B2S/Ship/Image.php:90 includes/B2S/Ship/Image.php:92
|
3450 |
msgid "Image upload / Media Gallery"
|
3451 |
msgstr ""
|
3452 |
|
3453 |
+
#: includes/B2S/Settings/Item.php:176
|
3454 |
msgid ""
|
3455 |
"Please note: Facebook supports images with a minimum dimension of 200x200 "
|
3456 |
"pixels and an aspect ratio of 1:1."
|
3457 |
msgstr ""
|
3458 |
|
3459 |
+
#: includes/B2S/Settings/Item.php:182
|
3460 |
msgid ""
|
3461 |
"Add the default Twitter Card parameters for title, description and image you "
|
3462 |
"want Twitter to display, if you share the frontpage of your blog as link "
|
3463 |
"post (http://www.yourblog.com)"
|
3464 |
msgstr ""
|
3465 |
|
3466 |
+
#: includes/B2S/Settings/Item.php:185
|
3467 |
msgid "The default card type to use"
|
3468 |
msgstr ""
|
3469 |
|
3470 |
+
#: includes/B2S/Settings/Item.php:187
|
3471 |
msgid "Summary"
|
3472 |
msgstr ""
|
3473 |
|
3474 |
+
#: includes/B2S/Settings/Item.php:188
|
3475 |
msgid "Summary with large image"
|
3476 |
msgstr ""
|
3477 |
|
3478 |
+
#: includes/B2S/Settings/Item.php:188
|
3479 |
msgid "(SMART)"
|
3480 |
msgstr ""
|
3481 |
|
3482 |
+
#: includes/B2S/Settings/Item.php:197
|
3483 |
msgid ""
|
3484 |
"Please note: Twitter supports images with a minimum dimension of 144x144 "
|
3485 |
"pixels and a maximum dimension of 4096x4096 pixels and less than 5 BM. The "
|
3487 |
"formats."
|
3488 |
msgstr ""
|
3489 |
|
3490 |
+
#: includes/B2S/Settings/Item.php:215
|
3491 |
msgid "Did you know?"
|
3492 |
msgstr ""
|
3493 |
|
3494 |
+
#: includes/B2S/Settings/Item.php:216
|
3495 |
msgid ""
|
3496 |
"With Premium Pro, you can change the custom post format photo post or link "
|
3497 |
"post for each individual social media post and channel (profile, page, group)"
|
3498 |
"."
|
3499 |
msgstr ""
|
3500 |
|
3501 |
+
#: includes/B2S/Settings/Item.php:216
|
3502 |
msgid "Upgrade to Premium Pro now."
|
3503 |
msgstr ""
|
3504 |
|
3505 |
+
#: includes/B2S/Settings/Item.php:244
|
3506 |
msgid "The image will be changed"
|
3507 |
msgstr ""
|
3508 |
|
3509 |
+
#: includes/B2S/Settings/Item.php:247 views/b2s/html/footer.php:149
|
3510 |
msgid ""
|
3511 |
"Insert white frames to show the whole image in your timeline. All image "
|
3512 |
"information will be shown in your timeline."
|
3513 |
msgstr ""
|
3514 |
|
3515 |
+
#: includes/B2S/Settings/Item.php:249 views/b2s/html/footer.php:132
|
3516 |
msgid ""
|
3517 |
"The link post format displays posts title, link address and the first one or "
|
3518 |
"two sentences of the post. The networks scan this information from your META "
|
3524 |
"first image detected on your page. The image links to your blog post."
|
3525 |
msgstr ""
|
3526 |
|
3527 |
+
#: includes/B2S/Settings/Item.php:258 views/b2s/html/footer.php:154
|
3528 |
msgid ""
|
3529 |
"The image preview will be cropped automatically to fit the default Instagram "
|
3530 |
"layout for your Instagram timeline. The image will be shown uncropped when "
|
3531 |
"opening the preview page for your Instagram post."
|
3532 |
msgstr ""
|
3533 |
|
3534 |
+
#: includes/B2S/Settings/Item.php:260 views/b2s/html/footer.php:137
|
3535 |
msgid ""
|
3536 |
"A photo or image post displays the selected image in the one-page preview of "
|
3537 |
"Blog2Social and your comment above the image. The image links to the image "
|
3541 |
" you can edit the albums name with a description of your choice."
|
3542 |
msgstr ""
|
3543 |
|
3544 |
+
#: includes/B2S/Ship/Image.php:28
|
3545 |
msgid "The images file types .jpg and .png are allowed. Please try another."
|
3546 |
msgstr ""
|
3547 |
|
3548 |
+
#: includes/B2S/Ship/Image.php:30
|
3549 |
msgid "To select an individual image from your media library,"
|
3550 |
msgstr ""
|
3551 |
|
3552 |
+
#: includes/B2S/Ship/Image.php:33
|
3553 |
msgid ""
|
3554 |
"The networks Diigo, Bloglovin’ and Google My Business do not support the GIF "
|
3555 |
"image format and will display your standard image instead."
|
3556 |
msgstr ""
|
3557 |
|
3558 |
+
#: includes/B2S/Ship/Image.php:34
|
3559 |
msgid ""
|
3560 |
"By changing your image in the link post format it will be changed for all "
|
3561 |
"networks listed below. This also applies for all scheduled posts in this "
|
3562 |
"post format. "
|
3563 |
msgstr ""
|
3564 |
|
3565 |
+
#: includes/B2S/Ship/Image.php:34
|
3566 |
msgid "More Information"
|
3567 |
msgstr ""
|
3568 |
|
3569 |
+
#: includes/B2S/Ship/Image.php:38
|
3570 |
+
msgid ""
|
3571 |
+
"Sharing more than one image improves the visibility of your content. You can "
|
3572 |
+
"create image series, show sequences, and level up your storytelling. With "
|
3573 |
+
"Blog2Social you can share up to 4 images in one post on Facebook (page and "
|
3574 |
+
"group) and on Twitter."
|
3575 |
+
msgstr ""
|
3576 |
+
|
3577 |
+
#: includes/B2S/Ship/Image.php:39
|
3578 |
msgid ""
|
3579 |
"The best size for images in social media posts are between: 667-1000px x 523-"
|
3580 |
"1000px. Blog2Social will automatically resize your image according to "
|
3581 |
"network requirements."
|
3582 |
msgstr ""
|
3583 |
|
3584 |
+
#: includes/B2S/Ship/Image.php:40
|
3585 |
+
msgid ""
|
3586 |
+
"The best size for images in social media posts are between: 667-1000px x 523-"
|
3587 |
+
"1000px. Blog2Social will automatically resize your image according to the "
|
3588 |
+
"network requirements. You can also share up to 4 images in one post on "
|
3589 |
+
"Facebook (page and group) and on Twitter."
|
3590 |
+
msgstr ""
|
3591 |
+
|
3592 |
+
#: includes/B2S/Ship/Image.php:41
|
3593 |
+
msgid ""
|
3594 |
+
"Changing the image for a link post affects all images for link post "
|
3595 |
+
"publications of that post on the network."
|
3596 |
+
msgstr ""
|
3597 |
+
|
3598 |
+
#: includes/B2S/Ship/Image.php:65
|
3599 |
msgid "No images are included in your post."
|
3600 |
msgstr ""
|
3601 |
|
3602 |
+
#: includes/B2S/Ship/Image.php:74
|
3603 |
msgid "Apply image for all posts"
|
3604 |
msgstr ""
|
3605 |
|
3606 |
+
#: includes/B2S/Ship/Image.php:76
|
3607 |
msgid "Apply image"
|
3608 |
msgstr ""
|
3609 |
|
3610 |
+
#: includes/B2S/Ship/Image.php:81 includes/B2S/Ship/Image.php:85
|
3611 |
msgid "Apply image for this post"
|
3612 |
msgstr ""
|
3613 |
|
3614 |
+
#: includes/B2S/Ship/Image.php:82
|
3615 |
msgid "Apply image for all og-meta networks"
|
3616 |
msgstr ""
|
3617 |
|
3618 |
+
#: includes/B2S/Ship/Image.php:83
|
3619 |
+
msgid "Apply image for this image gallery"
|
3620 |
+
msgstr ""
|
3621 |
+
|
3622 |
#: includes/B2S/Ship/Item.php:162
|
3623 |
msgid "Network does not support image for profiles"
|
3624 |
msgstr ""
|
3625 |
|
3626 |
+
#: includes/B2S/Ship/Item.php:163 includes/B2S/Ship/Item.php:239
|
3627 |
msgid "Network defines image by link"
|
3628 |
msgstr ""
|
3629 |
|
3631 |
msgid "Supported HTML tags"
|
3632 |
msgstr ""
|
3633 |
|
3634 |
+
#: includes/B2S/Ship/Item.php:166 includes/B2S/Ship/Item.php:238
|
3635 |
msgid "Network does not support emojis"
|
3636 |
msgstr ""
|
3637 |
|
3638 |
+
#: includes/B2S/Ship/Item.php:167 includes/B2S/Ship/Item.php:240
|
3639 |
msgid "Network does not support GIFs"
|
3640 |
msgstr ""
|
3641 |
|
3642 |
+
#: includes/B2S/Ship/Item.php:222
|
3643 |
msgid "Text only"
|
3644 |
msgstr ""
|
3645 |
|
3646 |
+
#: includes/B2S/Ship/Item.php:237
|
3647 |
msgid "Network does not support image for pages"
|
3648 |
msgstr ""
|
3649 |
|
3650 |
+
#: includes/B2S/Ship/Item.php:330
|
3651 |
msgid "Connection expires on 31 March 2019"
|
3652 |
msgstr ""
|
3653 |
|
3654 |
+
#: includes/B2S/Ship/Item.php:334
|
3655 |
msgid "Connection expires on 2 April 2019"
|
3656 |
msgstr ""
|
3657 |
|
3658 |
+
#: includes/B2S/Ship/Item.php:347
|
3659 |
msgid "post format"
|
3660 |
msgstr ""
|
3661 |
|
3662 |
+
#: includes/B2S/Ship/Item.php:362 includes/B2S/Ship/Item.php:1304
|
3663 |
msgid "Insert full-text"
|
3664 |
msgstr ""
|
3665 |
|
3666 |
+
#: includes/B2S/Ship/Item.php:364 includes/B2S/Ship/Item.php:1306
|
3667 |
msgid "Delete text"
|
3668 |
msgstr ""
|
3669 |
|
3670 |
+
#: includes/B2S/Ship/Item.php:371 includes/B2S/Ship/Item.php:766
|
3671 |
+
#: includes/B2S/Ship/Item.php:1170
|
3672 |
msgid ""
|
3673 |
"Please keep in mind that according to Twitter’s new TOS, users are no longer "
|
3674 |
"allowed to post identical or substantially similar content to multiple "
|
3675 |
"accounts or multiple duplicate updates on one account."
|
3676 |
msgstr ""
|
3677 |
|
3678 |
+
#: includes/B2S/Ship/Item.php:371 includes/B2S/Ship/Item.php:766
|
3679 |
+
#: includes/B2S/Ship/Item.php:1170
|
3680 |
msgid ""
|
3681 |
"Violating these rules can result in Twitter suspending your account. Always "
|
3682 |
"vary your Tweets with different comments, hashtags or handles to prevent "
|
3683 |
"duplicate posts."
|
3684 |
msgstr ""
|
3685 |
|
3686 |
+
#: includes/B2S/Ship/Item.php:371 includes/B2S/Ship/Item.php:766
|
3687 |
+
#: includes/B2S/Ship/Item.php:1170
|
3688 |
msgid "Learn more about this"
|
3689 |
msgstr ""
|
3690 |
|
3691 |
+
#: includes/B2S/Ship/Item.php:375
|
3692 |
msgid ""
|
3693 |
"Please note: XING allows identical posts to be published only once within a "
|
3694 |
"group and no more than three times across different groups."
|
3695 |
msgstr ""
|
3696 |
|
3697 |
+
#: includes/B2S/Ship/Item.php:375
|
3698 |
msgid "Read more"
|
3699 |
msgstr ""
|
3700 |
|
3701 |
+
#: includes/B2S/Ship/Item.php:380
|
3702 |
msgid ""
|
3703 |
"Please keep in mind that users are not allowed to post identical or "
|
3704 |
"substantially similar content to multiple accounts or multiple duplicate "
|
3705 |
"updates on one account."
|
3706 |
msgstr ""
|
3707 |
|
3708 |
+
#: includes/B2S/Ship/Item.php:380
|
3709 |
msgid ""
|
3710 |
"Violating these rules can result in suspending your account. Always vary "
|
3711 |
"your content with different images, comments, hashtags or handles to prevent "
|
3712 |
"duplicate posts."
|
3713 |
msgstr ""
|
3714 |
|
3715 |
+
#: includes/B2S/Ship/Item.php:400
|
3716 |
msgid "hide calendar"
|
3717 |
msgstr ""
|
3718 |
|
3719 |
+
#: includes/B2S/Ship/Item.php:457 includes/B2S/Ship/Item.php:517
|
3720 |
+
#: includes/B2S/Ship/Item.php:577 includes/B2S/Ship/Item.php:606
|
3721 |
+
#: includes/B2S/Ship/Item.php:635 includes/B2S/Ship/Item.php:663
|
3722 |
+
#: includes/B2S/Ship/Item.php:691 includes/B2S/Ship/Item.php:722
|
3723 |
+
#: includes/B2S/Ship/Item.php:777 includes/B2S/Ship/Item.php:828
|
3724 |
+
#: includes/B2S/Ship/Item.php:849 includes/B2S/Ship/Item.php:870
|
3725 |
+
#: includes/B2S/Ship/Item.php:891 includes/B2S/Ship/Item.php:912
|
3726 |
+
#: includes/B2S/Ship/Item.php:922
|
3727 |
msgid "Write something about your post..."
|
3728 |
msgstr ""
|
3729 |
|
3730 |
+
#: includes/B2S/Ship/Item.php:472 includes/B2S/Ship/Item.php:592
|
3731 |
+
#: includes/B2S/Ship/Item.php:622 includes/B2S/Ship/Item.php:650
|
3732 |
+
#: includes/B2S/Ship/Item.php:678
|
3733 |
msgid ""
|
3734 |
"Info: Change Open Graph Meta tags image, title and description for this "
|
3735 |
"network"
|
3736 |
msgstr ""
|
3737 |
|
3738 |
+
#: includes/B2S/Ship/Item.php:475 includes/B2S/Ship/Item.php:536
|
3739 |
+
#: includes/B2S/Ship/Item.php:595 includes/B2S/Ship/Item.php:625
|
3740 |
+
#: includes/B2S/Ship/Item.php:653 includes/B2S/Ship/Item.php:681
|
3741 |
msgid ""
|
3742 |
"You want to change your link image, link title and link description for this "
|
3743 |
"network? Click here."
|
3744 |
msgstr ""
|
3745 |
|
3746 |
+
#: includes/B2S/Ship/Item.php:477 includes/B2S/Ship/Item.php:597
|
3747 |
+
#: includes/B2S/Ship/Item.php:627 includes/B2S/Ship/Item.php:655
|
3748 |
+
#: includes/B2S/Ship/Item.php:683
|
3749 |
msgid "OG Meta title"
|
3750 |
msgstr ""
|
3751 |
|
3752 |
+
#: includes/B2S/Ship/Item.php:478 includes/B2S/Ship/Item.php:598
|
3753 |
+
#: includes/B2S/Ship/Item.php:628 includes/B2S/Ship/Item.php:656
|
3754 |
+
#: includes/B2S/Ship/Item.php:684
|
3755 |
msgid "OG Meta description"
|
3756 |
msgstr ""
|
3757 |
|
3758 |
+
#: includes/B2S/Ship/Item.php:507 includes/B2S/Ship/Item.php:568
|
3759 |
+
#: includes/B2S/Ship/Item.php:755 includes/B2S/Ship/Item.php:809
|
3760 |
+
msgid "Do u want to post multiple images?"
|
3761 |
+
msgstr ""
|
3762 |
+
|
3763 |
+
#: includes/B2S/Ship/Item.php:531
|
3764 |
msgid ""
|
3765 |
"Please note: Twitter stores the Card parameters of a link for up to 7 days. "
|
3766 |
"Changes may not be immediately visible on Twitter."
|
3767 |
msgstr ""
|
3768 |
|
3769 |
+
#: includes/B2S/Ship/Item.php:533
|
3770 |
msgid ""
|
3771 |
"Info: Change Card Meta tags image, title and description for this network"
|
3772 |
msgstr ""
|
3773 |
|
3774 |
+
#: includes/B2S/Ship/Item.php:538
|
3775 |
msgid "Card Meta title"
|
3776 |
msgstr ""
|
3777 |
|
3778 |
+
#: includes/B2S/Ship/Item.php:539
|
3779 |
msgid "Card Meta description"
|
3780 |
msgstr ""
|
3781 |
|
3782 |
+
#: includes/B2S/Ship/Item.php:620
|
3783 |
msgid ""
|
3784 |
"Please note: XING stores the Open Graph parameters of a link for up to 7 "
|
3785 |
"days. Changes may not be immediately visible on XING."
|
3786 |
msgstr ""
|
3787 |
|
3788 |
+
#: includes/B2S/Ship/Item.php:938
|
3789 |
msgid "required"
|
3790 |
msgstr ""
|
3791 |
|
3792 |
+
#: includes/B2S/Ship/Item.php:1038
|
3793 |
msgid "Jobs & Projects"
|
3794 |
msgstr ""
|
3795 |
|
3796 |
+
#: includes/B2S/Ship/Item.php:1039
|
3797 |
msgid "Events"
|
3798 |
msgstr ""
|
3799 |
|
3800 |
+
#: includes/B2S/Ship/Item.php:1040
|
3801 |
msgid "Classified Ads"
|
3802 |
msgstr ""
|
3803 |
|
3804 |
+
#: includes/B2S/Ship/Item.php:1042
|
3805 |
msgid "Offer"
|
3806 |
msgstr ""
|
3807 |
|
3808 |
+
#: includes/B2S/Ship/Item.php:1043
|
3809 |
msgid "Request"
|
3810 |
msgstr ""
|
3811 |
|
3812 |
+
#: includes/B2S/Ship/Item.php:1054
|
3813 |
msgid "The Headline..."
|
3814 |
msgstr ""
|
3815 |
|
3816 |
+
#: includes/B2S/Ship/Item.php:1062
|
3817 |
#, php-format
|
3818 |
msgid "max. %s Tags"
|
3819 |
msgstr ""
|
3820 |
|
3821 |
+
#: includes/B2S/Ship/Item.php:1064
|
3822 |
+
msgid "Hashtags"
|
3823 |
+
msgstr ""
|
3824 |
+
|
3825 |
+
#: includes/B2S/Ship/Item.php:1101
|
3826 |
msgid "Enable Retweets for all Tweets with the selected profile"
|
3827 |
msgstr ""
|
3828 |
|
3829 |
+
#: includes/B2S/Ship/Item.php:1120 views/b2s/partials/post-edit-modal.php:73
|
3830 |
msgid "Delay"
|
3831 |
msgstr ""
|
3832 |
|
3833 |
+
#: includes/B2S/Ship/Item.php:1130 includes/B2S/Ship/Item.php:1131
|
3834 |
+
#: includes/B2S/Ship/Item.php:1132 includes/B2S/Ship/Item.php:1133
|
3835 |
#: views/b2s/partials/post-edit-modal.php:77
|
3836 |
#: views/b2s/partials/post-edit-modal.php:78
|
3837 |
#: views/b2s/partials/post-edit-modal.php:79
|
3839 |
msgid "min"
|
3840 |
msgstr ""
|
3841 |
|
3842 |
+
#: includes/B2S/Ship/Item.php:1138
|
3843 |
msgid "Add Retweet"
|
3844 |
msgstr ""
|
3845 |
|
3846 |
+
#: includes/B2S/Ship/Item.php:1158
|
3847 |
msgid "Share Now"
|
3848 |
msgstr ""
|
3849 |
|
3850 |
+
#: includes/B2S/Ship/Item.php:1163
|
3851 |
msgid "Schedule Recurrent Post"
|
3852 |
msgstr ""
|
3853 |
|
3854 |
+
#: includes/B2S/Ship/Item.php:1199 views/b2s/partials/post-edit-modal.php:47
|
3855 |
msgid ""
|
3856 |
"Please note: Your account is connected via an old XING API that is no longer "
|
3857 |
"supported by XING after March 31. Please connect your XING profile, as well "
|
3861 |
"the new XING."
|
3862 |
msgstr ""
|
3863 |
|
3864 |
+
#: includes/B2S/Ship/Item.php:1203 views/b2s/partials/post-edit-modal.php:51
|
3865 |
msgid ""
|
3866 |
"Please note: Google will shut down Google+ for all private accounts "
|
3867 |
"(profiles, pages, groups) on 2nd April 2019. You can find further "
|
3869 |
"other content here:"
|
3870 |
msgstr ""
|
3871 |
|
3872 |
+
#: includes/B2S/Ship/Item.php:1206
|
3873 |
msgid "Repeats"
|
3874 |
msgstr ""
|
3875 |
|
3876 |
+
#: includes/B2S/Ship/Item.php:1207 includes/B2S/Ship/Item.php:1210
|
3877 |
msgid "Duration"
|
3878 |
msgstr ""
|
3879 |
|
3880 |
+
#: includes/B2S/Ship/Item.php:1211
|
3881 |
msgid "Number of repeats"
|
3882 |
msgstr ""
|
3883 |
|
3884 |
+
#: includes/B2S/Ship/Item.php:1212
|
3885 |
msgid "Day of month"
|
3886 |
msgstr ""
|
3887 |
|
3888 |
+
#: includes/B2S/Ship/Item.php:1213
|
3889 |
msgid "Repeats every (days)"
|
3890 |
msgstr ""
|
3891 |
|
3892 |
+
#: includes/B2S/Ship/Item.php:1215
|
3893 |
msgid "Start date"
|
3894 |
msgstr ""
|
3895 |
|
3896 |
+
#: includes/B2S/Ship/Item.php:1216
|
3897 |
msgid "Time to publish"
|
3898 |
msgstr ""
|
3899 |
|
3900 |
+
#: includes/B2S/Ship/Item.php:1225
|
3901 |
msgid "weekly"
|
3902 |
msgstr ""
|
3903 |
|
3904 |
+
#: includes/B2S/Ship/Item.php:1226
|
3905 |
msgid "monthly"
|
3906 |
msgstr ""
|
3907 |
|
3908 |
+
#: includes/B2S/Ship/Item.php:1227
|
3909 |
msgid "own period"
|
3910 |
msgstr ""
|
3911 |
|
3912 |
+
#: includes/B2S/Ship/Item.php:1233
|
3913 |
msgid "Week"
|
3914 |
msgstr ""
|
3915 |
|
3916 |
+
#: includes/B2S/Ship/Item.php:1233
|
3917 |
msgid "Weeks"
|
3918 |
msgstr ""
|
3919 |
|
3920 |
+
#: includes/B2S/Ship/Item.php:1242
|
3921 |
msgid "Month"
|
3922 |
msgstr ""
|
3923 |
|
3924 |
+
#: includes/B2S/Ship/Item.php:1242
|
3925 |
msgid "Months"
|
3926 |
msgstr ""
|
3927 |
|
3928 |
+
#: includes/B2S/Ship/Item.php:1262
|
3929 |
msgid "End Of Month"
|
3930 |
msgstr ""
|
3931 |
|
3932 |
+
#: includes/B2S/Ship/Item.php:1267
|
3933 |
msgid "Timespan"
|
3934 |
msgstr ""
|
3935 |
|
3936 |
+
#: includes/B2S/Ship/Item.php:1270 views/b2s/partials/post-edit-modal.php:63
|
3937 |
#: views/b2s/partials/post-edit-modal.php:66
|
3938 |
msgid "Time"
|
3939 |
msgstr ""
|
3940 |
|
3941 |
+
#: includes/B2S/Ship/Item.php:1288
|
3942 |
msgid "add another post"
|
3943 |
msgstr ""
|
3944 |
|
3945 |
+
#: includes/B2S/Ship/Item.php:1302
|
3946 |
msgid "Copy from original"
|
3947 |
msgstr ""
|
3948 |
|
3949 |
+
#: includes/B2S/Ship/Item.php:1318
|
3950 |
msgid "Apply Settings To All Networks"
|
3951 |
msgstr ""
|
3952 |
|
3953 |
+
#: includes/B2S/Ship/Item.php:1319
|
3954 |
msgid "Save as best time for this network"
|
3955 |
msgstr ""
|
3956 |
|
3957 |
+
#: includes/B2S/Ship/Save.php:412
|
3958 |
msgid ""
|
3959 |
"For sharing your posts on personal Facebook Profiles you can use Facebook "
|
3960 |
"Instant Sharing"
|
3961 |
msgstr ""
|
3962 |
|
3963 |
+
#: includes/B2S/Ship/Save.php:412
|
3964 |
msgid "Learn how it works"
|
3965 |
msgstr ""
|
3966 |
|
3967 |
+
#: includes/B2S/Ship/Save.php:414 includes/B2S/Ship/Save.php:422
|
3968 |
msgid "This is how it works:"
|
3969 |
msgstr ""
|
3970 |
|
3971 |
+
#: includes/B2S/Ship/Save.php:415
|
3972 |
msgid ""
|
3973 |
"-To share your post immediately, click the \"Share\" button next to your "
|
3974 |
"selected Facebook profile below."
|
3975 |
msgstr ""
|
3976 |
|
3977 |
+
#: includes/B2S/Ship/Save.php:416
|
3978 |
msgid ""
|
3979 |
"-For scheduled posts, Blog2Social will save your post and move it to the "
|
3980 |
"\"Scheduled Posts\" tab on your \"Posts & Sharing\" navigation bar. On your "
|
3982 |
"and you can click on \"Share\" to post it to your Facebook Profile instantly."
|
3983 |
msgstr ""
|
3984 |
|
3985 |
+
#: includes/B2S/Ship/Save.php:420
|
3986 |
msgid ""
|
3987 |
"For sharing your posts on Google+ you can now use Google+ Instant Sharing"
|
3988 |
msgstr ""
|
3989 |
|
3990 |
+
#: includes/B2S/Ship/Save.php:423
|
3991 |
msgid ""
|
3992 |
"-To share your post immediately, click the \"Share\" button next to your "
|
3993 |
"selected Google+ account below."
|
3994 |
msgstr ""
|
3995 |
|
3996 |
+
#: includes/B2S/Ship/Save.php:424
|
3997 |
msgid ""
|
3998 |
"-For scheduled posts, Blog2Social will save your post and move it to the "
|
3999 |
"\"Scheduled Posts\" tab on your \"Site & Blog Content\" navigation bar. On "
|
4001 |
"tab and you can click on \"Share\" to post it to your account instantly."
|
4002 |
msgstr ""
|
4003 |
|
4004 |
+
#: includes/B2S/Ship/Save.php:425
|
4005 |
msgid ""
|
4006 |
"Please note: You post has to be marked as public to be posted in a group."
|
4007 |
msgstr ""
|
4008 |
|
4009 |
+
#: includes/B2S/Ship/Save.php:430
|
4010 |
msgid "Please share your post now"
|
4011 |
msgstr ""
|
4012 |
|
4013 |
+
#: includes/B2S/Ship/Save.php:439
|
4014 |
msgid "view social media post"
|
4015 |
msgstr ""
|
4016 |
|
4017 |
+
#: includes/B2S/Ship/Save.php:449
|
4018 |
msgid "scheduled on"
|
4019 |
msgstr ""
|
4020 |
|
4038 |
msgid "on Blog"
|
4039 |
msgstr ""
|
4040 |
|
4041 |
+
#: views/b2s/html/footer.php:5
|
4042 |
msgid "Privacy Policy"
|
4043 |
msgstr ""
|
4044 |
|
4045 |
+
#: views/b2s/html/footer.php:5
|
4046 |
msgid "Terms"
|
4047 |
msgstr ""
|
4048 |
|
4049 |
+
#: views/b2s/html/footer.php:5
|
4050 |
msgid "We never store your data from your social media profiles"
|
4051 |
msgstr ""
|
4052 |
|
4053 |
+
#: views/b2s/html/footer.php:10 views/prg/html/footer.php:10
|
4054 |
#: views/prg/html/header.php:45
|
4055 |
msgid "Post"
|
4056 |
msgstr ""
|
4057 |
|
4058 |
+
#: views/b2s/html/footer.php:11 views/prg/html/footer.php:11
|
4059 |
msgid "Job"
|
4060 |
msgstr ""
|
4061 |
|
4062 |
+
#: views/b2s/html/footer.php:12 views/prg/html/footer.php:12
|
4063 |
msgid "Event"
|
4064 |
msgstr ""
|
4065 |
|
4066 |
+
#: views/b2s/html/footer.php:13 views/prg/html/footer.php:13
|
4067 |
msgid "Product"
|
4068 |
msgstr ""
|
4069 |
|
4070 |
+
#: views/b2s/html/footer.php:25
|
4071 |
msgid "Upgrade to Blog2Social for Premium"
|
4072 |
msgstr ""
|
4073 |
|
4074 |
+
#: views/b2s/html/footer.php:55
|
4075 |
msgid "Upgrade to Blog2Social PREMIUM PRO"
|
4076 |
msgstr ""
|
4077 |
|
4078 |
+
#: views/b2s/html/footer.php:58
|
4079 |
msgid ""
|
4080 |
"You can select different combinations of networks and save them for "
|
4081 |
"different sharing purposes."
|
4082 |
msgstr ""
|
4083 |
|
4084 |
+
#: views/b2s/html/footer.php:61
|
4085 |
msgid ""
|
4086 |
"Blog2Social Premium PRO allows you to save your preferred social network "
|
4087 |
"accounts into network collections for a faster future access. You can assign "
|
4096 |
"collection."
|
4097 |
msgstr ""
|
4098 |
|
4099 |
+
#: views/b2s/html/footer.php:64
|
4100 |
msgid "With Blog2Social PREMIUM PRO you can also:"
|
4101 |
msgstr ""
|
4102 |
|
4103 |
+
#: views/b2s/html/footer.php:66
|
4104 |
msgid ""
|
4105 |
"Post on LinkedIn pages, XING pages and groups, as well as Facebook pages and "
|
4106 |
"groups"
|
4107 |
msgstr ""
|
4108 |
|
4109 |
+
#: views/b2s/html/footer.php:68
|
4110 |
msgid ""
|
4111 |
"Schedule your posts at the best times on each network: for one time, "
|
4112 |
"multiple times or recurrently"
|
4113 |
msgstr ""
|
4114 |
|
4115 |
+
#: views/b2s/html/footer.php:71
|
4116 |
msgid ""
|
4117 |
"Reporting and calendar: keep track of your published and scheduled social "
|
4118 |
"media posts"
|
4119 |
msgstr ""
|
4120 |
|
4121 |
+
#: views/b2s/html/footer.php:73 views/b2s/html/footer.php:91
|
4122 |
+
#: views/b2s/html/footer.php:109
|
4123 |
msgid "Upgrade to PRO and above"
|
4124 |
msgstr ""
|
4125 |
|
4126 |
+
#: views/b2s/html/footer.php:78 views/b2s/html/footer.php:96
|
4127 |
msgid "Activate Blog2Social PREMIUM PRO."
|
4128 |
msgstr ""
|
4129 |
|
4130 |
+
#: views/b2s/html/footer.php:80
|
4131 |
msgid ""
|
4132 |
"With Blog2Social Premium PRO you can connect pages in LinkedIn and XING as "
|
4133 |
"well as XING groups."
|
4134 |
msgstr ""
|
4135 |
|
4136 |
+
#: views/b2s/html/footer.php:83 views/b2s/html/footer.php:101
|
4137 |
msgid "Also included:"
|
4138 |
msgstr ""
|
4139 |
|
4140 |
+
#: views/b2s/html/footer.php:85 views/b2s/html/footer.php:103
|
4141 |
msgid "Social media auto-posting and auto-scheduling"
|
4142 |
msgstr ""
|
4143 |
|
4144 |
+
#: views/b2s/html/footer.php:86 views/b2s/html/footer.php:104
|
4145 |
msgid "Posting to social media pages and groups in Facebook"
|
4146 |
msgstr ""
|
4147 |
|
4148 |
+
#: views/b2s/html/footer.php:87 views/b2s/html/footer.php:105
|
4149 |
msgid "Sharing on multiple accounts per network"
|
4150 |
msgstr ""
|
4151 |
|
4152 |
+
#: views/b2s/html/footer.php:88 views/b2s/html/footer.php:106
|
4153 |
msgid "Best Time Scheduler: schedule once, multiple times or recurringly"
|
4154 |
msgstr ""
|
4155 |
|
4156 |
+
#: views/b2s/html/footer.php:89 views/b2s/html/footer.php:107
|
4157 |
msgid "Reporting with links to already published posts"
|
4158 |
msgstr ""
|
4159 |
|
4160 |
+
#: views/b2s/html/footer.php:98
|
4161 |
+
msgid "With Blog2Social Premium PRO you can post multiple images."
|
4162 |
+
msgstr ""
|
4163 |
+
|
4164 |
+
#: views/b2s/html/footer.php:122
|
4165 |
msgid "Select the preferred custom post format for your posts"
|
4166 |
msgstr ""
|
4167 |
|
4168 |
+
#: views/b2s/html/footer.php:127
|
4169 |
msgid ""
|
4170 |
"Select link post or image post format to define your preferred custom post "
|
4171 |
"format for Twitter, LinkedIn, and Facebook."
|
4172 |
msgstr ""
|
4173 |
|
4174 |
+
#: views/b2s/html/footer.php:136
|
4175 |
msgid "Photo Post"
|
4176 |
msgstr ""
|
4177 |
|
4178 |
+
#: views/b2s/html/footer.php:144
|
4179 |
msgid ""
|
4180 |
"For Instagram, you can select \"image with frame\" or \"image cut out\" as "
|
4181 |
"your preferred custom post format."
|
4182 |
msgstr ""
|
4183 |
|
4184 |
+
#: views/b2s/html/footer.php:194
|
4185 |
msgid "Did you miss something?"
|
4186 |
msgstr ""
|
4187 |
|
4188 |
+
#: views/b2s/html/footer.php:197
|
4189 |
msgid "Help us make Blog2Social even better!"
|
4190 |
msgstr ""
|
4191 |
|
4192 |
+
#: views/b2s/html/footer.php:201
|
4193 |
msgid "submit"
|
4194 |
msgstr ""
|
4195 |
|
4196 |
+
#: views/b2s/html/footer.php:215
|
4197 |
msgid ""
|
4198 |
"Blog2Social provides you with a pre-configured time-scheme to automatically "
|
4199 |
"schedule your social media posts for the best times to share on each social "
|
4202 |
"each social network."
|
4203 |
msgstr ""
|
4204 |
|
4205 |
+
#: views/b2s/html/footer.php:217
|
4206 |
msgid ""
|
4207 |
"You can also configure your own individual time settings for each of your "
|
4208 |
"social media connections to post your content on social media when your "
|
4211 |
"to reach as many followers as possible."
|
4212 |
msgstr ""
|
4213 |
|
4214 |
+
#: views/b2s/html/footer.php:219
|
4215 |
msgid ""
|
4216 |
"Click Load My Time Settings in the preview editor to schedule your posts "
|
4217 |
"automatically for your individually chosen best times."
|
4218 |
msgstr ""
|
4219 |
|
4220 |
+
#: views/b2s/html/footer.php:221
|
4221 |
msgid ""
|
4222 |
"You can always edit the predefined times in the preview editor for any post "
|
4223 |
"or network and save your new settings as default for future use."
|
4224 |
msgstr ""
|
4225 |
|
4226 |
+
#: views/b2s/html/footer.php:223
|
4227 |
msgid ""
|
4228 |
"Learn how to set up and apply individual best times to your social media "
|
4229 |
"scheduling and auto-poster."
|
4230 |
msgstr ""
|
4231 |
|
4232 |
+
#: views/b2s/html/footer.php:257
|
4233 |
msgid "Why Retweets?"
|
4234 |
msgstr ""
|
4235 |
|
4236 |
+
#: views/b2s/html/footer.php:260
|
4237 |
msgid ""
|
4238 |
"Retweets are the recommended way to reshare the same Tweets across Twitter "
|
4239 |
"accounts in accordance with Twitter new rules. You can now schedule multiple "
|
4241 |
"WordPress."
|
4242 |
msgstr ""
|
4243 |
|
4244 |
+
#: views/b2s/html/footer.php:263
|
4245 |
msgid ""
|
4246 |
"If Retweets are enabled, every Original-Tweet you schedule in this step will "
|
4247 |
"be retweeted by the selected Twitter accounts. If, for example, 3 Original-"
|
4249 |
"selected Twitter accounts."
|
4250 |
msgstr ""
|
4251 |
|
4252 |
+
#: views/b2s/html/footer.php:267
|
4253 |
msgid "Would you like to retweet?"
|
4254 |
msgstr ""
|
4255 |
|
4256 |
+
#: views/b2s/html/footer.php:296
|
4257 |
+
msgid "URL Shortening"
|
4258 |
msgstr ""
|
4259 |
|
4260 |
+
#: views/b2s/html/footer.php:299
|
4261 |
msgid ""
|
4262 |
+
"You can use Bit.ly, Rebrandly or Sniply links to shorten the URL of your "
|
4263 |
+
"links and to track the performance of your links in your social media "
|
4264 |
+
"networks. Activate one of the URL-Shorteners you like to use and link it to "
|
4265 |
+
"your account. Your social media posts will then be shared with your links of "
|
4266 |
+
"Bit.ly, Rebrandly or Sniply and you can monitor the success of your posts in "
|
4267 |
+
"these accounts. Please note: Reddit, Pinterest and Medium do not allow Bit."
|
4268 |
+
"ly shortlinks. Blog2Social will apply the regular URL for these networks. "
|
4269 |
msgstr ""
|
4270 |
|
4271 |
+
#: views/b2s/html/footer.php:310
|
4272 |
msgid "Define Twitter post content"
|
4273 |
msgstr ""
|
4274 |
|
4275 |
+
#: views/b2s/html/footer.php:313
|
4276 |
msgid ""
|
4277 |
"Select the content that will be automatically pre-filled in your Twitter "
|
4278 |
"posts. If you have ticked the box \"include WordPress tags as hashtags in my "
|
4279 |
"post\", hashtags are automatically added in the drop-down menu."
|
4280 |
msgstr ""
|
4281 |
|
4282 |
+
#: views/b2s/html/footer.php:369
|
4283 |
msgid ""
|
4284 |
"Share imported posts with the Auto Poster: Posts that you import via RSS "
|
4285 |
"feeds and plugins can be shared automatically on your social media channels."
|
4286 |
msgstr ""
|
4287 |
|
4288 |
+
#: views/b2s/html/footer.php:370
|
4289 |
#, php-format
|
4290 |
msgid ""
|
4291 |
"<a target=\"_blank\" href=\"%s\">Learn how to set up auto posting for "
|
4292 |
"imported posts</a>"
|
4293 |
msgstr ""
|
4294 |
|
4295 |
+
#: views/b2s/html/footer.php:407
|
4296 |
+
msgid ""
|
4297 |
+
"With Blog2Social you can transfer the Auto-Poster settings as a WordPress-"
|
4298 |
+
"administrator to other WordPress-authors if they have activated the same "
|
4299 |
+
"Blog2Social-Business license. This way, WordPress-administrators assign "
|
4300 |
+
"social media channels to other WordPress authors, where they can auto-post "
|
4301 |
+
"without having to create the network connection themselves. Within these "
|
4302 |
+
"settings, the WordPress-administrator decides whether newly published or "
|
4303 |
+
"updated content from other WordPress-authors should be automatically shared. "
|
4304 |
+
"WordPress-authors with assigned Auto-Poster settings and an assigned social-"
|
4305 |
+
"media-network group will then share content automatically, like the "
|
4306 |
+
"WordPress-administrator selected the content to be shared automatically. "
|
4307 |
+
msgstr ""
|
4308 |
+
|
4309 |
+
#: views/b2s/html/footer.php:409
|
4310 |
+
#, php-format
|
4311 |
+
msgid ""
|
4312 |
+
"You can find a detailed guide on how to assign the Auto-Poster settings <a "
|
4313 |
+
"target=\"_blank\" href=\"%s\">here</a>."
|
4314 |
+
msgstr ""
|
4315 |
+
|
4316 |
+
#: views/b2s/html/footer.php:422
|
4317 |
msgid "Blog2Social: Re-Share Posts"
|
4318 |
msgstr ""
|
4319 |
|
4320 |
+
#: views/b2s/html/footer.php:426
|
4321 |
msgid ""
|
4322 |
"Keep your social media feed updated automatically with your best content and "
|
4323 |
"save valuable time by reviving your evergreen content regularly. Automate "
|
4325 |
"new content and interact with your community."
|
4326 |
msgstr ""
|
4327 |
|
4328 |
+
#: views/b2s/html/footer.php:427
|
4329 |
#, php-format
|
4330 |
msgid "<a target=\"_blank\" href=\"%s\">More information</a>"
|
4331 |
msgstr ""
|
4332 |
|
4333 |
+
#: views/b2s/html/footer.php:466
|
4334 |
msgid "Social Meta Tags Settings"
|
4335 |
msgstr ""
|
4336 |
|
4337 |
+
#: views/b2s/html/footer.php:469 views/b2s/html/footer.php:560
|
4338 |
msgid "Change image, title and description for your post on this network"
|
4339 |
msgstr ""
|
4340 |
|
4341 |
+
#: views/b2s/html/footer.php:475
|
4342 |
msgid ""
|
4343 |
"Facebook has changed its policy for posting link posts via plugins or web "
|
4344 |
"applications. Facebook does no longer display the featured or selected image "
|
4351 |
"requirements for Facebook."
|
4352 |
msgstr ""
|
4353 |
|
4354 |
+
#: views/b2s/html/footer.php:477
|
4355 |
msgid ""
|
4356 |
"With Blog2Social you can select a featured image or any image you select to "
|
4357 |
"be displayed with your link post. Blog2Social will automatically write the "
|
4362 |
"for your link post without OG meta tags."
|
4363 |
msgstr ""
|
4364 |
|
4365 |
+
#: views/b2s/html/footer.php:480
|
4366 |
msgid ""
|
4367 |
"Twitter has changed its policy for posting link posts via plugins or web "
|
4368 |
"applications. Twitter does no longer display the featured or selected image "
|
4375 |
"requirements for Twitter."
|
4376 |
msgstr ""
|
4377 |
|
4378 |
+
#: views/b2s/html/footer.php:482
|
4379 |
msgid ""
|
4380 |
"With Blog2Social you can select a featured image or any image you select to "
|
4381 |
"be displayed with your link post. Blog2Social will automatically write the "
|
4386 |
"image for your link post without Twitter Card meta tags."
|
4387 |
msgstr ""
|
4388 |
|
4389 |
+
#: views/b2s/html/footer.php:485
|
4390 |
msgid ""
|
4391 |
"To display your link preview, LinkedIn uses the image set in the oEmbed tags "
|
4392 |
"in meta data of your post. WordPress automatically sets your featured image "
|
4395 |
"“Add oEmbed tags” box."
|
4396 |
msgstr ""
|
4397 |
|
4398 |
+
#: views/b2s/html/footer.php:487
|
4399 |
msgid ""
|
4400 |
"If LinkedIn can’t find the oEmbed tag in your data, it will use the OG (Open "
|
4401 |
"Graph) meta tags instead."
|
4402 |
msgstr ""
|
4403 |
|
4404 |
+
#: views/b2s/html/footer.php:489
|
4405 |
msgid ""
|
4406 |
"With Blog2Social you can select a featured image or any image you select to "
|
4407 |
"be displayed with your link post. Blog2Social will automatically write the "
|
4414 |
"your post."
|
4415 |
msgstr ""
|
4416 |
|
4417 |
+
#: views/b2s/html/footer.php:492
|
4418 |
msgid ""
|
4419 |
"You can change the image, title and description for your post on Facebook, "
|
4420 |
"by editing the following fields for"
|
4421 |
msgstr ""
|
4422 |
|
4423 |
+
#: views/b2s/html/footer.php:495 views/b2s/html/footer.php:510
|
4424 |
msgid "image"
|
4425 |
msgstr ""
|
4426 |
|
4427 |
+
#: views/b2s/html/footer.php:496 views/b2s/html/footer.php:511
|
4428 |
msgid "title"
|
4429 |
msgstr ""
|
4430 |
|
4431 |
+
#: views/b2s/html/footer.php:497 views/b2s/html/footer.php:512
|
4432 |
msgid "description"
|
4433 |
msgstr ""
|
4434 |
|
4435 |
+
#: views/b2s/html/footer.php:499
|
4436 |
msgid ""
|
4437 |
"Blog2Social will automatically write these information in the Facebook Open "
|
4438 |
"Graph (OG) Meta Tags for Image, Title and Description of your blog post."
|
4439 |
msgstr ""
|
4440 |
|
4441 |
+
#: views/b2s/html/footer.php:502
|
4442 |
msgid ""
|
4443 |
"Please note: If this post has already been shared or scheduled previously, "
|
4444 |
"your current changes will also affect the look of previously shared or "
|
4446 |
"tags information and automatically updated all existing posts."
|
4447 |
msgstr ""
|
4448 |
|
4449 |
+
#: views/b2s/html/footer.php:504
|
4450 |
#, php-format
|
4451 |
msgid ""
|
4452 |
"Please note: Your changes will have no effect on your social media posts on "
|
4454 |
"in your Blog2Social <a target=\"_blank\" href=\"%s\">settings</a>"
|
4455 |
msgstr ""
|
4456 |
|
4457 |
+
#: views/b2s/html/footer.php:507
|
4458 |
msgid ""
|
4459 |
"You can change the image, title and description for your post on Twitter, by "
|
4460 |
"editing the following fields for"
|
4461 |
msgstr ""
|
4462 |
|
4463 |
+
#: views/b2s/html/footer.php:514
|
4464 |
msgid ""
|
4465 |
"Blog2Social will automatically write these information in the Twitter Card "
|
4466 |
"Meta Tags for Image, Title and Description of your blog post."
|
4467 |
msgstr ""
|
4468 |
|
4469 |
+
#: views/b2s/html/footer.php:517
|
4470 |
msgid ""
|
4471 |
"Please note: If this post was previously shared or scheduled, your current "
|
4472 |
"changes will also affect the look of previously shared or scheduled posts, "
|
4475 |
"for Twitter to update your current changes."
|
4476 |
msgstr ""
|
4477 |
|
4478 |
+
#: views/b2s/html/footer.php:519
|
4479 |
#, php-format
|
4480 |
msgid ""
|
4481 |
"Please note: Your changes will have no effect on your social media posts on "
|
4483 |
"your <a target=\"_blank\" href=\"%s\">settings</a>"
|
4484 |
msgstr ""
|
4485 |
|
4486 |
+
#: views/b2s/html/footer.php:526
|
4487 |
msgid "You want to change the image, title and description for your post?"
|
4488 |
msgstr ""
|
4489 |
|
4490 |
+
#: views/b2s/html/footer.php:565
|
4491 |
msgid ""
|
4492 |
"You are currently sharing this post as image post. Changes to title and "
|
4493 |
"description Meta Tag parameters will only be supported for link post formats."
|
4495 |
"the title and description for your post preview."
|
4496 |
msgstr ""
|
4497 |
|
4498 |
+
#: views/b2s/html/footer.php:568
|
4499 |
#, php-format
|
4500 |
msgid ""
|
4501 |
"Your changes will have no effect on your social media posts on Facebook, if "
|
4503 |
"Blog2Social <a target=\"_blank\" href=\"%s\">settings</a>"
|
4504 |
msgstr ""
|
4505 |
|
4506 |
+
#: views/b2s/html/footer.php:571
|
4507 |
#, php-format
|
4508 |
msgid ""
|
4509 |
"Your changes will have no effect on your social media posts on Twitter, if "
|
4511 |
"Blog2Social <a target=\"_blank\" href=\"%s\">settings</a>"
|
4512 |
msgstr ""
|
4513 |
|
4514 |
+
#: views/b2s/html/header.php:47
|
4515 |
msgid ""
|
4516 |
"To use all features of Blog2Social, PHP version 5.5.3 or higher is required. "
|
4517 |
"Our support assists you as of PHP version 5.5.3. See also:"
|
4518 |
msgstr ""
|
4519 |
|
4520 |
+
#: views/b2s/html/header.php:48 views/b2s/html/header.php:55
|
4521 |
msgid "Blog2Social Troubleshooting-Tool"
|
4522 |
msgstr ""
|
4523 |
|
4524 |
+
#: views/b2s/html/header.php:54
|
4525 |
msgid ""
|
4526 |
"WordPress uses heartbeats by default, Blog2Social as well. Please enable "
|
4527 |
"heartbeats for using Blog2Social! See also:"
|
4528 |
msgstr ""
|
4529 |
|
4530 |
+
#: views/b2s/html/header.php:65 views/prg/html/header.php:39
|
4531 |
msgid "The link you followed has expired. Please refresh your page."
|
4532 |
msgstr ""
|
4533 |
|
4534 |
+
#: views/b2s/html/header.php:72
|
4535 |
msgid "Thank you. You'll now receive the blog updates from Blog2Social."
|
4536 |
msgstr ""
|
4537 |
|
4538 |
+
#: views/b2s/html/header.php:79
|
4539 |
msgid "Autoposter limit has been reached"
|
4540 |
msgstr ""
|
4541 |
|
4542 |
+
#: views/b2s/html/header.php:79
|
4543 |
msgid "Your daily limit for posting automatically has been reached."
|
4544 |
msgstr ""
|
4545 |
|
4546 |
+
#: views/b2s/html/header.php:86
|
4547 |
msgid "You have deleted all meta data for posts and pages successfully."
|
4548 |
msgstr ""
|
4549 |
|
4550 |
+
#: views/b2s/html/header.php:91
|
4551 |
msgid "The page and post meta data could not be removed."
|
4552 |
msgstr ""
|
4553 |
|
4554 |
+
#: views/b2s/html/header.php:97
|
4555 |
msgid ""
|
4556 |
"You have Yoast SEO active. Blog2Social Social Meta Tags overrides the meta "
|
4557 |
"tags from Yoast SEO."
|
4558 |
msgstr ""
|
4559 |
|
4560 |
+
#: views/b2s/html/header.php:103
|
4561 |
msgid ""
|
4562 |
"You currently have both Blog2Social Social Meta Tags and All in One SEO Pack "
|
4563 |
"plugins active. To make sure that your Social Meta Tags are set correctly, "
|
4565 |
"deactivated, you can ignore this message."
|
4566 |
msgstr ""
|
4567 |
|
4568 |
+
#: views/b2s/html/header.php:109
|
4569 |
msgid ""
|
4570 |
"Blog2Social has detected another plugin that is setting Social Meta tags for "
|
4571 |
"your blog posts. To ensure that your Social Meta tags are set correctly for "
|
4573 |
"Facebook Open Graph and Twitter Card Tags settings in your other plugins."
|
4574 |
msgstr ""
|
4575 |
|
4576 |
+
#: views/b2s/html/header.php:116
|
4577 |
msgid "This entry could not be removed. It's not yours!"
|
4578 |
msgstr ""
|
4579 |
|
4580 |
+
#: views/b2s/html/header.php:121
|
4581 |
msgid "This entry was removed successfully."
|
4582 |
msgstr ""
|
4583 |
|
4584 |
+
#: views/b2s/html/header.php:126
|
4585 |
msgid "This post was edited successfully."
|
4586 |
msgstr ""
|
4587 |
|
4588 |
+
#: views/b2s/html/header.php:135
|
4589 |
msgid "Post was scheduled successfully on your blog!"
|
4590 |
msgstr ""
|
4591 |
|
4592 |
+
#: views/b2s/html/header.php:137
|
4593 |
msgid "Post is published successfully on your blog!"
|
4594 |
msgstr ""
|
4595 |
|
4596 |
+
#: views/b2s/html/header.php:149
|
4597 |
msgid "Saved as draft"
|
4598 |
msgstr ""
|
4599 |
|
4600 |
+
#: views/b2s/html/header.php:155
|
4601 |
msgid "Could not save draft"
|
4602 |
msgstr ""
|
4603 |
|
4604 |
+
#: views/b2s/html/header.php:163
|
4605 |
msgid "Your authorization was successful."
|
4606 |
msgstr ""
|
4607 |
|
4608 |
+
#: views/b2s/html/header.php:168
|
4609 |
msgid "Your profile was saved successful."
|
4610 |
msgstr ""
|
4611 |
|
4612 |
+
#: views/b2s/html/header.php:173
|
4613 |
msgid "Your profile could not be saved."
|
4614 |
msgstr ""
|
4615 |
|
4616 |
+
#: views/b2s/html/header.php:178
|
4617 |
msgid "Your authorization could not be removed."
|
4618 |
msgstr ""
|
4619 |
|
4620 |
+
#: views/b2s/html/header.php:183
|
4621 |
msgid "Your authorization has been removed successfully."
|
4622 |
msgstr ""
|
4623 |
|
4624 |
+
#: views/b2s/html/header.php:188
|
4625 |
msgid "Thank you! Your feedback has been received."
|
4626 |
msgstr ""
|
4627 |
|
4628 |
+
#: views/b2s/html/header.php:193
|
4629 |
msgid "Your feedback could not be delivered."
|
4630 |
msgstr ""
|
4631 |
|
4632 |
+
#: views/b2s/html/header.php:200 views/b2s/html/header.php:215
|
4633 |
msgid "Your settings were successfully saved."
|
4634 |
msgstr ""
|
4635 |
|
4636 |
+
#: views/b2s/html/header.php:205
|
4637 |
msgid "Your settings could not be saved."
|
4638 |
msgstr ""
|
4639 |
|
4640 |
+
#: views/b2s/html/header.php:210
|
4641 |
msgid ""
|
4642 |
"Your settings could not be saved, because you have auto-posting enabled but "
|
4643 |
"no social networks selected."
|
4644 |
msgstr ""
|
4645 |
|
4646 |
+
#: views/b2s/html/header.php:222
|
4647 |
msgid "No posts found. Please try again with different filter options."
|
4648 |
msgstr ""
|
4649 |
|
4650 |
+
#: views/b2s/html/header.php:227
|
4651 |
msgid ""
|
4652 |
"The posts you tried to add are already in your sharing queue. If you want to "
|
4653 |
"re-schedule them, please delete the posts before adding them again."
|
4654 |
msgstr ""
|
4655 |
|
4656 |
+
#: views/b2s/html/header.php:232
|
4657 |
msgid ""
|
4658 |
"Your limit for your quota of posts in your queue has been reached. Please "
|
4659 |
"detele posts from your queue before you add more"
|
4660 |
msgstr ""
|
4661 |
|
4662 |
+
#: views/b2s/html/header.php:232
|
4663 |
msgid " or upgade your Blog2Social license to extend your quota."
|
4664 |
msgstr ""
|
4665 |
|
4666 |
+
#: views/b2s/html/header.php:243
|
4667 |
msgid "RATE IT!"
|
4668 |
msgstr ""
|
4669 |
|
4670 |
+
#: views/b2s/html/header.php:244
|
4671 |
#, php-format
|
4672 |
msgid ""
|
4673 |
"Hi, we noticed you just shared your %s. blog post with Blog2Social - that's "
|
4675 |
"WordPress? Just to help us spread the word and boost our motivation."
|
4676 |
msgstr ""
|
4677 |
|
4678 |
+
#: views/b2s/html/header.php:248
|
4679 |
msgid "Ok, you deserve it"
|
4680 |
msgstr ""
|
4681 |
|
4682 |
+
#: views/b2s/html/header.php:251
|
4683 |
msgid "Nope, maybe later"
|
4684 |
msgstr ""
|
4685 |
|
4686 |
+
#: views/b2s/html/header.php:254
|
4687 |
msgid "I already did it"
|
4688 |
msgstr ""
|
4689 |
|
4690 |
+
#: views/b2s/html/header.php:268
|
4691 |
msgid "Start your free 30-day-Premium-trial"
|
4692 |
msgstr ""
|
4693 |
|
4694 |
+
#: views/b2s/html/header.php:270
|
4695 |
msgid ""
|
4696 |
"Check out Blog2Social Premium with more awesome features for scheduling and "
|
4697 |
"sharing (e.g. auto-posting, best time scheduling, social media calendar) 30-"
|
4699 |
"automatic subscription. Basic features of the Free Version are free forever."
|
4700 |
msgstr ""
|
4701 |
|
4702 |
+
#: views/b2s/html/header.php:274
|
4703 |
msgid "Yes, I want to test Blog2Social Premium 30 days for free"
|
4704 |
msgstr ""
|
4705 |
|
4706 |
+
#: views/b2s/html/header.php:286
|
4707 |
msgid "Your free Blog2Social Premium trial version is activated for "
|
4708 |
msgstr ""
|
4709 |
|
4710 |
+
#: views/b2s/html/header.php:289
|
4711 |
msgid " Days"
|
4712 |
msgstr ""
|
4713 |
|
4714 |
+
#: views/b2s/html/header.php:289
|
4715 |
msgid " today"
|
4716 |
msgstr ""
|
4717 |
|
4718 |
+
#: views/b2s/html/header.php:293 views/b2s/html/header.php:312
|
4719 |
msgid ""
|
4720 |
"Blog2Social PREMIUM can do so much for you: Auto-publish your blog post on "
|
4721 |
"autopilot, automatically schedule your social media posts with the Best Time "
|
4725 |
"75 per month to benefit from PREMIUM features."
|
4726 |
msgstr ""
|
4727 |
|
4728 |
+
#: views/b2s/html/header.php:296
|
4729 |
msgid "Upgrade to PREMIUM"
|
4730 |
msgstr ""
|
4731 |
|
4732 |
+
#: views/b2s/html/header.php:297 views/b2s/html/header.php:316
|
4733 |
msgid "I need some more time to decide"
|
4734 |
msgstr ""
|
4735 |
|
4736 |
+
#: views/b2s/html/header.php:308
|
4737 |
msgid "Your free trial of Blog2Social PREMIUM has ended."
|
4738 |
msgstr ""
|
4739 |
|
4740 |
+
#: views/b2s/html/header.php:309
|
4741 |
msgid "We hope you liked Blog2Social Premium."
|
4742 |
msgstr ""
|
4743 |
|
4744 |
+
#: views/b2s/html/header.php:315
|
4745 |
msgid "Yes, I want to upgrade to Blog2Social Premium"
|
4746 |
msgstr ""
|
4747 |
|
4748 |
+
#: views/b2s/html/header.php:317
|
4749 |
msgid "Did you miss something? Tell us!"
|
4750 |
msgstr ""
|
4751 |
|
4752 |
+
#: views/b2s/html/header.php:332
|
4753 |
msgid "Test Blog2Social PREMIUM 30 days for free"
|
4754 |
msgstr ""
|
4755 |
|
4756 |
+
#: views/b2s/html/header.php:338
|
4757 |
msgid ""
|
4758 |
"The free trial can not be started. This blog has been already registered for "
|
4759 |
"the free trial."
|
4760 |
msgstr ""
|
4761 |
|
4762 |
+
#: views/b2s/html/header.php:341
|
4763 |
msgid "Social Media Auto-Posting"
|
4764 |
msgstr ""
|
4765 |
|
4766 |
+
#: views/b2s/html/header.php:343
|
4767 |
msgid "Share on multiple accounts per network"
|
4768 |
msgstr ""
|
4769 |
|
4770 |
+
#: views/b2s/html/header.php:344
|
4771 |
msgid "Best Time Scheduler: Schedule once, multiple times or recurringly."
|
4772 |
msgstr ""
|
4773 |
|
4774 |
+
#: views/b2s/html/header.php:345
|
4775 |
msgid "Reporting with links to all published social media posts"
|
4776 |
msgstr ""
|
4777 |
|
4778 |
+
#: views/b2s/html/header.php:352 views/prg/html/form.php:91
|
4779 |
#: views/prg/html/form.php:100 views/prg/html/form.php:168
|
4780 |
#: views/prg/html/form.php:177
|
4781 |
msgid "First Name"
|
4782 |
msgstr ""
|
4783 |
|
4784 |
+
#: views/b2s/html/header.php:356 views/prg/html/form.php:92
|
4785 |
#: views/prg/html/form.php:103 views/prg/html/form.php:169
|
4786 |
#: views/prg/html/form.php:180
|
4787 |
msgid "Last Name"
|
4788 |
msgstr ""
|
4789 |
|
4790 |
+
#: views/b2s/html/header.php:362
|
4791 |
#, php-format
|
4792 |
msgid ""
|
4793 |
"By creating an account, you agree to Blog2Social's <a target=\"_blank\" "
|
4794 |
"href=\"%s\">Conditions of Use</a>"
|
4795 |
msgstr ""
|
4796 |
|
4797 |
+
#: views/b2s/html/header.php:363
|
4798 |
#, php-format
|
4799 |
msgid "and <a target=\"_blank\" href=\"%s\">Privacy Notice</a>"
|
4800 |
msgstr ""
|
4801 |
|
4802 |
+
#: views/b2s/html/header.php:370
|
4803 |
msgid "No credit card required"
|
4804 |
msgstr ""
|
4805 |
|
4806 |
+
#: views/b2s/html/header.php:374
|
4807 |
msgid "Get Started"
|
4808 |
msgstr ""
|
4809 |
|
4810 |
+
#: views/b2s/html/header.php:400
|
4811 |
msgid "The license has been successfully activated."
|
4812 |
msgstr ""
|
4813 |
|
4814 |
+
#: views/b2s/html/header.php:416
|
4815 |
msgid "Your entered License Key is invalid. Please contact support!"
|
4816 |
msgstr ""
|
4817 |
|
4818 |
+
#: views/b2s/html/header.php:432
|
4819 |
msgid "Your license key has reached the maximum number of users."
|
4820 |
msgstr ""
|
4821 |
|
4822 |
+
#: views/b2s/html/header.php:448
|
4823 |
msgid "Something went wrong on our side. Please contact support!"
|
4824 |
msgstr ""
|
4825 |
|
4826 |
+
#: views/b2s/html/header.php:457
|
4827 |
msgid "OK"
|
4828 |
msgstr ""
|
4829 |
|
4830 |
+
#: views/b2s/html/header.php:473
|
4831 |
msgid "We updated our Privacy Policy"
|
4832 |
msgstr ""
|
4833 |
|
4834 |
+
#: views/b2s/html/header.php:487
|
4835 |
msgid "Blog2Social is a service of Adenion GmbH"
|
4836 |
msgstr ""
|
4837 |
|
4838 |
+
#: views/b2s/html/header.php:488
|
4839 |
msgid "I agree to the Adenion Privacy Policy"
|
4840 |
msgstr ""
|
4841 |
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Tags: auto post, auto publish, social media scheduling, social media calendar, s
|
|
5 |
Donate link: https://paypal.me/adenion
|
6 |
Requires at least: 4.7.0
|
7 |
Tested up to: 5.5
|
8 |
-
Stable tag: 6.
|
9 |
License: GPLv3
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -18,7 +18,7 @@ Blog2Social automatically creates social media posts for your content and auto-p
|
|
18 |
|
19 |
_Compatible with WooCommerce, Gutenberg Editor, Hummingbird & Bitly._
|
20 |
|
21 |
-
* Version 6.
|
22 |
|
23 |
Download Blog2Social today to make your social media marketing for your WordPress site or blog easier than ever. Blog2Social is a freemium plugin, with a free comprehensive basic version and premium plans offering more advanced features. To ensure compliance with the high quality standards of the new networks’ API rules and community guidelines, some functions of the auto-poster are premium features and not part of the free version.
|
24 |
The Blog2Social free version offers you a wide range of features. ([See what’s included in the free version](https://wordpress.org/plugins/blog2social/#faq "Blog2Social Free Features")).
|
@@ -218,6 +218,8 @@ To get started with the basics of Blog2Social and maybe find some useful tips an
|
|
218 |
7. Keep track of your shared posts and scheduling plan with the Social Media Calendar.
|
219 |
|
220 |
== Changelog ==
|
|
|
|
|
221 |
= 6.4.2 =
|
222 |
Usability Optimization
|
223 |
= 6.4.1 =
|
@@ -286,6 +288,8 @@ Usability Optimization
|
|
286 |
Content Curation with links, WooCommerce compatibility, gutenberg editor compatibility
|
287 |
|
288 |
== Upgrade Notice ==
|
|
|
|
|
289 |
= 6.4.2 =
|
290 |
Usability Optimization
|
291 |
= 6.4.1 =
|
5 |
Donate link: https://paypal.me/adenion
|
6 |
Requires at least: 4.7.0
|
7 |
Tested up to: 5.5
|
8 |
+
Stable tag: 6.5.0
|
9 |
License: GPLv3
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
18 |
|
19 |
_Compatible with WooCommerce, Gutenberg Editor, Hummingbird & Bitly._
|
20 |
|
21 |
+
* Version 6.5: Multiple image post & New Network: Telegram
|
22 |
|
23 |
Download Blog2Social today to make your social media marketing for your WordPress site or blog easier than ever. Blog2Social is a freemium plugin, with a free comprehensive basic version and premium plans offering more advanced features. To ensure compliance with the high quality standards of the new networks’ API rules and community guidelines, some functions of the auto-poster are premium features and not part of the free version.
|
24 |
The Blog2Social free version offers you a wide range of features. ([See what’s included in the free version](https://wordpress.org/plugins/blog2social/#faq "Blog2Social Free Features")).
|
218 |
7. Keep track of your shared posts and scheduling plan with the Social Media Calendar.
|
219 |
|
220 |
== Changelog ==
|
221 |
+
= 6.5.0 =
|
222 |
+
Multiple image post & Telegram Network
|
223 |
= 6.4.2 =
|
224 |
Usability Optimization
|
225 |
= 6.4.1 =
|
288 |
Content Curation with links, WooCommerce compatibility, gutenberg editor compatibility
|
289 |
|
290 |
== Upgrade Notice ==
|
291 |
+
= 6.5.0 =
|
292 |
+
Multiple image post & Telegram Network
|
293 |
= 6.4.2 =
|
294 |
Usability Optimization
|
295 |
= 6.4.1 =
|
views/b2s/dashboard.php
CHANGED
@@ -82,3 +82,4 @@ $b2sGeneralOptions = get_option('B2S_PLUGIN_GENERAL_OPTIONS');
|
|
82 |
</div>
|
83 |
<input type="hidden" id="b2s-redirect-url-sched-post" value="<?php echo $b2sSiteUrl . 'wp-admin/admin.php?page=blog2social-sched'; ?>"/>
|
84 |
<input type="hidden" id="isLegacyMode" value="<?php echo (isset($b2sGeneralOptions['legacy_mode']) ? (int) esc_attr($b2sGeneralOptions['legacy_mode']) : 0); ?>">
|
|
82 |
</div>
|
83 |
<input type="hidden" id="b2s-redirect-url-sched-post" value="<?php echo $b2sSiteUrl . 'wp-admin/admin.php?page=blog2social-sched'; ?>"/>
|
84 |
<input type="hidden" id="isLegacyMode" value="<?php echo (isset($b2sGeneralOptions['legacy_mode']) ? (int) esc_attr($b2sGeneralOptions['legacy_mode']) : 0); ?>">
|
85 |
+
<input type="hidden" id="showFullCalenderText" value="<?php esc_html_e('show full calendar', 'blog2social'); ?>">
|
views/b2s/html/footer.php
CHANGED
@@ -92,6 +92,24 @@
|
|
92 |
<br>
|
93 |
<center> <?php echo sprintf(__('or <a target="_blank" href="%s">start with free 30-days-trial of Blog2Social Premium</a> (no payment information needed)', 'blog2social'), esc_url('https://service.blog2social.com/trial')); ?> </center>
|
94 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
95 |
</div>
|
96 |
</div>
|
97 |
</div>
|
@@ -275,10 +293,10 @@
|
|
275 |
<div class="modal-content">
|
276 |
<div class="modal-header">
|
277 |
<button type="button" class="b2s-modal-close close" data-modal-name="#b2sInfoUrlShortenerModal" aria-label="Close"><span aria-hidden="true">×</span></button>
|
278 |
-
<h4 class="modal-title"><?php esc_html_e('
|
279 |
</div>
|
280 |
<div class="modal-body">
|
281 |
-
<?php esc_html_e('You can use Bit.ly links to shorten the URL of your links and to track the performance of your links in your social media networks.
|
282 |
<br>
|
283 |
</div>
|
284 |
</div>
|
@@ -378,6 +396,23 @@
|
|
378 |
</div>
|
379 |
</div>
|
380 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
381 |
|
382 |
<div class="modal fade" id="b2sInfoRePosterModal" tabindex="-1" role="dialog" aria-labelledby="b2sInfoRePosterModal" aria-hidden="true" data-backdrop="false" style="display:none;">
|
383 |
<div class="modal-dialog">
|
92 |
<br>
|
93 |
<center> <?php echo sprintf(__('or <a target="_blank" href="%s">start with free 30-days-trial of Blog2Social Premium</a> (no payment information needed)', 'blog2social'), esc_url('https://service.blog2social.com/trial')); ?> </center>
|
94 |
</div>
|
95 |
+
<div class="modal-body multi-image">
|
96 |
+
<b><?php esc_html_e('Activate Blog2Social PREMIUM PRO.', 'blog2social') ?></b>
|
97 |
+
<br>
|
98 |
+
<?php esc_html_e('With Blog2Social Premium PRO you can post multiple images.', 'blog2social') ?>
|
99 |
+
<br>
|
100 |
+
<br>
|
101 |
+
<?php esc_html_e('Also included:', 'blog2social') ?>
|
102 |
+
<br>
|
103 |
+
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php esc_html_e('Social media auto-posting and auto-scheduling', 'blog2social') ?><br>
|
104 |
+
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php esc_html_e('Posting to social media pages and groups in Facebook', 'blog2social') ?><br>
|
105 |
+
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php esc_html_e('Sharing on multiple accounts per network', 'blog2social') ?><br>
|
106 |
+
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php esc_html_e('Best Time Scheduler: schedule once, multiple times or recurringly', 'blog2social') ?><br>
|
107 |
+
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php esc_html_e('Reporting with links to already published posts', 'blog2social') ?><br>
|
108 |
+
<br>
|
109 |
+
<a target="_blank" href="<?php echo esc_url(B2S_Tools::getSupportLink('affiliate')); ?>" class="btn btn-success center-block"><?php esc_html_e('Upgrade to PRO and above', 'blog2social') ?></a>
|
110 |
+
<br>
|
111 |
+
<center> <?php echo sprintf(__('or <a target="_blank" href="%s">start with free 30-days-trial of Blog2Social Premium</a> (no payment information needed)', 'blog2social'), esc_url('https://service.blog2social.com/trial')); ?> </center>
|
112 |
+
</div>
|
113 |
</div>
|
114 |
</div>
|
115 |
</div>
|
293 |
<div class="modal-content">
|
294 |
<div class="modal-header">
|
295 |
<button type="button" class="b2s-modal-close close" data-modal-name="#b2sInfoUrlShortenerModal" aria-label="Close"><span aria-hidden="true">×</span></button>
|
296 |
+
<h4 class="modal-title"><?php esc_html_e('URL Shortening', 'blog2social') ?></h4>
|
297 |
</div>
|
298 |
<div class="modal-body">
|
299 |
+
<?php esc_html_e('You can use Bit.ly, Rebrandly or Sniply links to shorten the URL of your links and to track the performance of your links in your social media networks. Activate one of the URL-Shorteners you like to use and link it to your account. Your social media posts will then be shared with your links of Bit.ly, Rebrandly or Sniply and you can monitor the success of your posts in these accounts. Please note: Reddit, Pinterest and Medium do not allow Bit.ly shortlinks. Blog2Social will apply the regular URL for these networks. ', 'blog2social') ?>
|
300 |
<br>
|
301 |
</div>
|
302 |
</div>
|
396 |
</div>
|
397 |
</div>
|
398 |
|
399 |
+
<div class="modal fade" id="b2sInfoAssignAutoPost" tabindex="-1" role="dialog" aria-labelledby="b2sInfoAssignAutoPost" aria-hidden="true" data-backdrop="false" style="display:none;">
|
400 |
+
<div class="modal-dialog">
|
401 |
+
<div class="modal-content">
|
402 |
+
<div class="modal-header">
|
403 |
+
<button type="button" class="b2s-modal-close close" data-modal-name="#b2sInfoAssignAutoPost" aria-label="Close"><span aria-hidden="true">×</span></button>
|
404 |
+
<h4 class="modal-title"><?php esc_html_e('Share posts from other authors automatically with your Auto-Poster settings', 'blog2social') ?></h4>
|
405 |
+
</div>
|
406 |
+
<div class="modal-body">
|
407 |
+
<?php esc_html_e('With Blog2Social you can transfer the Auto-Poster settings as a WordPress-administrator to other WordPress-authors if they have activated the same Blog2Social-Business license. This way, WordPress-administrators assign social media channels to other WordPress authors, where they can auto-post without having to create the network connection themselves. Within these settings, the WordPress-administrator decides whether newly published or updated content from other WordPress-authors should be automatically shared. WordPress-authors with assigned Auto-Poster settings and an assigned social-media-network group will then share content automatically, like the WordPress-administrator selected the content to be shared automatically. ', 'blog2social') ?>
|
408 |
+
<br>
|
409 |
+
<?php echo sprintf(__('You can find a detailed guide on how to assign the Auto-Poster settings <a target="_blank" href="%s">here</a>.', 'blog2social'), esc_url(B2S_Tools::getSupportLink('auto_post_assign'))) ?>
|
410 |
+
<br>
|
411 |
+
</div>
|
412 |
+
</div>
|
413 |
+
</div>
|
414 |
+
</div>
|
415 |
+
|
416 |
|
417 |
<div class="modal fade" id="b2sInfoRePosterModal" tabindex="-1" role="dialog" aria-labelledby="b2sInfoRePosterModal" aria-hidden="true" data-backdrop="false" style="display:none;">
|
418 |
<div class="modal-dialog">
|
views/b2s/network.php
CHANGED
@@ -214,7 +214,19 @@ $networkData = $networkItem->getData();
|
|
214 |
<img class="pull-left hidden-xs b2s-img-network b2s-edit-template-network-img" id="b2s-edit-template-network-img-1" alt="Facebook" src="<?php echo plugins_url('/assets/images/portale/1_flat.png', B2S_PLUGIN_FILE); ?>" style="display: none;">
|
215 |
<img class="pull-left hidden-xs b2s-img-network b2s-edit-template-network-img" id="b2s-edit-template-network-img-2" alt="Twitter" src="<?php echo plugins_url('/assets/images/portale/2_flat.png', B2S_PLUGIN_FILE); ?>" style="display: none;">
|
216 |
<img class="pull-left hidden-xs b2s-img-network b2s-edit-template-network-img" id="b2s-edit-template-network-img-3" alt="LinkedIn" src="<?php echo plugins_url('/assets/images/portale/3_flat.png', B2S_PLUGIN_FILE); ?>" style="display: none;">
|
|
|
|
|
|
|
|
|
|
|
217 |
<img class="pull-left hidden-xs b2s-img-network b2s-edit-template-network-img" id="b2s-edit-template-network-img-12" alt="Instagram" src="<?php echo plugins_url('/assets/images/portale/12_flat.png', B2S_PLUGIN_FILE); ?>" style="display: none;">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
218 |
<h4 class="modal-title b2s-edit-template-title"><?php esc_html_e('Edit Post Template', 'blog2social') ?></h4> <?php echo ((B2S_PLUGIN_USER_VERSION == 0) ? '<span class="label label-success">' . esc_html__('SMART', 'blog2social') . '</span>' : '') ?>
|
219 |
</div>
|
220 |
<div class="row b2s-loading-area width-100">
|
@@ -545,11 +557,11 @@ $networkData = $networkItem->getData();
|
|
545 |
</div>
|
546 |
</div>
|
547 |
|
548 |
-
<div class="modal fade" id="
|
549 |
<div class="modal-dialog">
|
550 |
<div class="modal-content">
|
551 |
<div class="modal-header">
|
552 |
-
<button type="button" class="b2s-modal-close close" data-modal-name="#
|
553 |
<h4 class="modal-title"><?php esc_html_e('Add Page', 'blog2social') ?></h4>
|
554 |
</div>
|
555 |
<div class="modal-body">
|
@@ -564,6 +576,25 @@ $networkData = $networkItem->getData();
|
|
564 |
</div>
|
565 |
</div>
|
566 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
567 |
<input type="hidden" id="b2sUserLang" value="<?php echo substr(B2S_LANGUAGE, 0, 2); ?>">
|
568 |
<input type="hidden" id="b2sServerUrl" value="<?php echo B2S_PLUGIN_SERVER_URL; ?>">
|
569 |
<input type="hidden" id="b2sUserVersion" value="<?php echo B2S_PLUGIN_USER_VERSION; ?>">
|
214 |
<img class="pull-left hidden-xs b2s-img-network b2s-edit-template-network-img" id="b2s-edit-template-network-img-1" alt="Facebook" src="<?php echo plugins_url('/assets/images/portale/1_flat.png', B2S_PLUGIN_FILE); ?>" style="display: none;">
|
215 |
<img class="pull-left hidden-xs b2s-img-network b2s-edit-template-network-img" id="b2s-edit-template-network-img-2" alt="Twitter" src="<?php echo plugins_url('/assets/images/portale/2_flat.png', B2S_PLUGIN_FILE); ?>" style="display: none;">
|
216 |
<img class="pull-left hidden-xs b2s-img-network b2s-edit-template-network-img" id="b2s-edit-template-network-img-3" alt="LinkedIn" src="<?php echo plugins_url('/assets/images/portale/3_flat.png', B2S_PLUGIN_FILE); ?>" style="display: none;">
|
217 |
+
<img class="pull-left hidden-xs b2s-img-network b2s-edit-template-network-img" id="b2s-edit-template-network-img-4" alt="Tumblr" src="<?php echo plugins_url('/assets/images/portale/4_flat.png', B2S_PLUGIN_FILE); ?>" style="display: none;">
|
218 |
+
<img class="pull-left hidden-xs b2s-img-network b2s-edit-template-network-img" id="b2s-edit-template-network-img-6" alt="Pinterest" src="<?php echo plugins_url('/assets/images/portale/6_flat.png', B2S_PLUGIN_FILE); ?>" style="display: none;">
|
219 |
+
<img class="pull-left hidden-xs b2s-img-network b2s-edit-template-network-img" id="b2s-edit-template-network-img-7" alt="Flickr" src="<?php echo plugins_url('/assets/images/portale/7_flat.png', B2S_PLUGIN_FILE); ?>" style="display: none;">
|
220 |
+
<img class="pull-left hidden-xs b2s-img-network b2s-edit-template-network-img" id="b2s-edit-template-network-img-9" alt="Diigo" src="<?php echo plugins_url('/assets/images/portale/9_flat.png', B2S_PLUGIN_FILE); ?>" style="display: none;">
|
221 |
+
<img class="pull-left hidden-xs b2s-img-network b2s-edit-template-network-img" id="b2s-edit-template-network-img-11" alt="Medium" src="<?php echo plugins_url('/assets/images/portale/11_flat.png', B2S_PLUGIN_FILE); ?>" style="display: none;">
|
222 |
<img class="pull-left hidden-xs b2s-img-network b2s-edit-template-network-img" id="b2s-edit-template-network-img-12" alt="Instagram" src="<?php echo plugins_url('/assets/images/portale/12_flat.png', B2S_PLUGIN_FILE); ?>" style="display: none;">
|
223 |
+
<img class="pull-left hidden-xs b2s-img-network b2s-edit-template-network-img" id="b2s-edit-template-network-img-14" alt="Torial" src="<?php echo plugins_url('/assets/images/portale/14_flat.png', B2S_PLUGIN_FILE); ?>" style="display: none;">
|
224 |
+
<img class="pull-left hidden-xs b2s-img-network b2s-edit-template-network-img" id="b2s-edit-template-network-img-15" alt="Reddit" src="<?php echo plugins_url('/assets/images/portale/15_flat.png', B2S_PLUGIN_FILE); ?>" style="display: none;">
|
225 |
+
<img class="pull-left hidden-xs b2s-img-network b2s-edit-template-network-img" id="b2s-edit-template-network-img-16" alt="Bloglovin" src="<?php echo plugins_url('/assets/images/portale/16_flat.png', B2S_PLUGIN_FILE); ?>" style="display: none;">
|
226 |
+
<img class="pull-left hidden-xs b2s-img-network b2s-edit-template-network-img" id="b2s-edit-template-network-img-17" alt="VKontakte" src="<?php echo plugins_url('/assets/images/portale/17_flat.png', B2S_PLUGIN_FILE); ?>" style="display: none;">
|
227 |
+
<img class="pull-left hidden-xs b2s-img-network b2s-edit-template-network-img" id="b2s-edit-template-network-img-18" alt="Google My Business" src="<?php echo plugins_url('/assets/images/portale/18_flat.png', B2S_PLUGIN_FILE); ?>" style="display: none;">
|
228 |
+
<img class="pull-left hidden-xs b2s-img-network b2s-edit-template-network-img" id="b2s-edit-template-network-img-19" alt="Xing" src="<?php echo plugins_url('/assets/images/portale/19_flat.png', B2S_PLUGIN_FILE); ?>" style="display: none;">
|
229 |
+
<img class="pull-left hidden-xs b2s-img-network b2s-edit-template-network-img" id="b2s-edit-template-network-img-24" alt="Telegram" src="<?php echo plugins_url('/assets/images/portale/24_flat.png', B2S_PLUGIN_FILE); ?>" style="display: none;">
|
230 |
<h4 class="modal-title b2s-edit-template-title"><?php esc_html_e('Edit Post Template', 'blog2social') ?></h4> <?php echo ((B2S_PLUGIN_USER_VERSION == 0) ? '<span class="label label-success">' . esc_html__('SMART', 'blog2social') . '</span>' : '') ?>
|
231 |
</div>
|
232 |
<div class="row b2s-loading-area width-100">
|
557 |
</div>
|
558 |
</div>
|
559 |
|
560 |
+
<div class="modal fade" id="b2sNetworkAddPageInfoModal" tabindex="-1" role="dialog" aria-labelledby="b2sNetworkAddPageInfoModal" aria-hidden="true" data-backdrop="false" style="display:none;">
|
561 |
<div class="modal-dialog">
|
562 |
<div class="modal-content">
|
563 |
<div class="modal-header">
|
564 |
+
<button type="button" class="b2s-modal-close close" data-modal-name="#b2sNetworkAddPageInfoModal" aria-label="Close"><span aria-hidden="true">×</span></button>
|
565 |
<h4 class="modal-title"><?php esc_html_e('Add Page', 'blog2social') ?></h4>
|
566 |
</div>
|
567 |
<div class="modal-body">
|
576 |
</div>
|
577 |
</div>
|
578 |
|
579 |
+
<div class="modal fade" id="b2sNetworkAddGroupInfoModal" tabindex="-1" role="dialog" aria-labelledby="b2sNetworkAddGroupInfoModal" aria-hidden="true" data-backdrop="false" style="display:none;">
|
580 |
+
<div class="modal-dialog">
|
581 |
+
<div class="modal-content">
|
582 |
+
<div class="modal-header">
|
583 |
+
<button type="button" class="b2s-modal-close close" data-modal-name="#b2sNetworkAddGroupInfoModal" aria-label="Close"><span aria-hidden="true">×</span></button>
|
584 |
+
<h4 class="modal-title"><?php esc_html_e('Add Group', 'blog2social') ?></h4>
|
585 |
+
</div>
|
586 |
+
<div class="modal-body">
|
587 |
+
<div class="row">
|
588 |
+
<div class="col-md-12">
|
589 |
+
<?php echo sprintf(__('Please make sure to log in with your account which manages your groups and <a href="%s" target="_blank">follow this guide to select all your groups</a>.', 'blog2social'), esc_url(B2S_Tools::getSupportLink('fb_group_auth'))); ?>
|
590 |
+
<button class="btn btn-primary pull-right b2s-add-network-continue-btn"><?php esc_html_e('Continue', 'blog2social'); ?></button>
|
591 |
+
</div>
|
592 |
+
</div>
|
593 |
+
</div>
|
594 |
+
</div>
|
595 |
+
</div>
|
596 |
+
</div>
|
597 |
+
|
598 |
<input type="hidden" id="b2sUserLang" value="<?php echo substr(B2S_LANGUAGE, 0, 2); ?>">
|
599 |
<input type="hidden" id="b2sServerUrl" value="<?php echo B2S_PLUGIN_SERVER_URL; ?>">
|
600 |
<input type="hidden" id="b2sUserVersion" value="<?php echo B2S_PLUGIN_USER_VERSION; ?>">
|
views/b2s/settings.php
CHANGED
@@ -90,20 +90,6 @@ $settingsItem = new B2S_Settings_Item();
|
|
90 |
</div>
|
91 |
</div>
|
92 |
|
93 |
-
<div class="modal fade" id="b2sInfoAllowHashTagModal" tabindex="-1" role="dialog" aria-labelledby="b2sInfoAllowHashTagModal" aria-hidden="true" data-backdrop="false" style="display:none;">
|
94 |
-
<div class="modal-dialog">
|
95 |
-
<div class="modal-content">
|
96 |
-
<div class="modal-header">
|
97 |
-
<button type="button" class="b2s-modal-close close" data-modal-name="#b2sInfoAllowHashTagModal" aria-label="Close"><span aria-hidden="true">×</span></button>
|
98 |
-
<h4 class="modal-title"><?php esc_html_e('Include WordPress tags as hashtags in your posts', 'blog2social') ?></h4>
|
99 |
-
</div>
|
100 |
-
<div class="modal-body">
|
101 |
-
<?php esc_html_e('Hashtags are a great way to generate more reach and visibility for your posts. By activating this feature Blog2Social will automatically include your WordPress tags as hashtags in all Social Media posts for networks that support hashtags. This way you don\'t need to worry about adding extra hashtags to your comments. Blog2Social erases unnecessary spaces in your WordPress tags to generate valid hashtags.', 'blog2social') ?>
|
102 |
-
</div>
|
103 |
-
</div>
|
104 |
-
</div>
|
105 |
-
</div>
|
106 |
-
|
107 |
<div class="modal fade" id="b2sInfoLegacyMode" tabindex="-1" role="dialog" aria-labelledby="b2sInfoLegacyMode" aria-hidden="true" data-backdrop="false" style="display:none;">
|
108 |
<div class="modal-dialog">
|
109 |
<div class="modal-content">
|
90 |
</div>
|
91 |
</div>
|
92 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
93 |
<div class="modal fade" id="b2sInfoLegacyMode" tabindex="-1" role="dialog" aria-labelledby="b2sInfoLegacyMode" aria-hidden="true" data-backdrop="false" style="display:none;">
|
94 |
<div class="modal-dialog">
|
95 |
<div class="modal-content">
|
views/prg/ship.php
CHANGED
@@ -87,7 +87,7 @@ $prgInfo = get_option('B2S_PLUGIN_PRG_' . B2S_PLUGIN_BLOG_USER_ID);
|
|
87 |
<h4 class="modal-title"><?php esc_html_e('Please Note', 'blog2social') ?></h4>
|
88 |
</div>
|
89 |
<div class="modal-body">
|
90 |
-
<p><?php esc_html_e('
|
91 |
</div>
|
92 |
<div class="modal-footer">
|
93 |
<button class="btn btn-primary prg-ship-confirm"><?php esc_html_e('Yes, I accept', 'blog2social') ?></button>
|
87 |
<h4 class="modal-title"><?php esc_html_e('Please Note', 'blog2social') ?></h4>
|
88 |
</div>
|
89 |
<div class="modal-body">
|
90 |
+
<p><?php esc_html_e('There may be a fee for this service when publishing your message with PR-Gateway. Once your press release has been sent, it can not be withdrawn anymore. Do you want your press release to be published now?', 'blog2social') ?></p>
|
91 |
</div>
|
92 |
<div class="modal-footer">
|
93 |
<button class="btn btn-primary prg-ship-confirm"><?php esc_html_e('Yes, I accept', 'blog2social') ?></button>
|