Version Description
General Usabilitiy and Performance Optimization.
Download this release
Release Info
Developer | Blog2Social |
Plugin | Blog2Social: Social Media Auto Post & Scheduler |
Version | 4.2.0 |
Comparing to | |
See all releases |
Code changes from version 4.1.1 to 4.2.0
- assets/css/b2s/network.css +12 -0
- assets/css/b2s/settings.css +0 -5
- assets/css/b2s/ship.css +5 -15
- assets/css/b2s/start.css +0 -3
- assets/css/b2s/wp/post-meta-box.css +33 -2
- assets/css/general.css +17 -0
- assets/js/b2s/network.js +24 -6
- assets/js/b2s/ship.js +21 -10
- assets/js/b2s/wp/{post-meta-box.js → post-meta-box-auto.js} +0 -13
- assets/js/b2s/wp/post-meta-box-customize.js +9 -0
- includes/Ajax/Post.php +3 -3
- includes/B2S/Network/Item.php +62 -22
- includes/B2S/Settings/Item.php +21 -21
- includes/B2S/Ship/Image.php +12 -17
- includes/B2S/Ship/Item.php +13 -6
- includes/B2S/Ship/Portale.php +3 -4
- includes/Init.php +29 -8
- includes/MetaBox.php +52 -40
- index.php +3 -3
- languages/blog2social-de_DE.mo +0 -0
- languages/blog2social-de_DE.po +578 -513
- languages/blog2social-fr_FR.mo +0 -0
- languages/blog2social-fr_FR.po +470 -430
- readme.txt +6 -2
- views/b2s/html/footer.phtml +58 -2
- views/b2s/html/post.navbar.phtml +4 -2
- views/b2s/network.php +13 -16
- views/b2s/settings.php +26 -55
- views/b2s/ship.php +77 -49
assets/css/b2s/network.css
CHANGED
@@ -38,3 +38,15 @@
|
|
38 |
font-style: italic;
|
39 |
margin-bottom: 10px;
|
40 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
font-style: italic;
|
39 |
margin-bottom: 10px;
|
40 |
}
|
41 |
+
|
42 |
+
.b2s-network-mandant-select{
|
43 |
+
min-width: 200px;
|
44 |
+
}
|
45 |
+
|
46 |
+
.b2s-network-mandant-name{
|
47 |
+
font-size: 12px;
|
48 |
+
font-style: italic;
|
49 |
+
color: #777;
|
50 |
+
font-weight: normal;
|
51 |
+
|
52 |
+
}
|
assets/css/b2s/settings.css
CHANGED
@@ -27,7 +27,6 @@
|
|
27 |
margin-top: 30px;
|
28 |
font-size: 13px;
|
29 |
font-style:italic;
|
30 |
-
color: #adadad;
|
31 |
}
|
32 |
|
33 |
.nav > li > a{
|
@@ -66,10 +65,6 @@ hr{
|
|
66 |
padding: 0 0 1px !important;
|
67 |
}
|
68 |
|
69 |
-
.btn-label-premium {
|
70 |
-
color: #fff !important;
|
71 |
-
}
|
72 |
-
|
73 |
.b2s-input-margin-bottom-5{
|
74 |
margin-bottom: 5px;
|
75 |
}
|
27 |
margin-top: 30px;
|
28 |
font-size: 13px;
|
29 |
font-style:italic;
|
|
|
30 |
}
|
31 |
|
32 |
.nav > li > a{
|
65 |
padding: 0 0 1px !important;
|
66 |
}
|
67 |
|
|
|
|
|
|
|
|
|
68 |
.b2s-input-margin-bottom-5{
|
69 |
margin-bottom: 5px;
|
70 |
}
|
assets/css/b2s/ship.css
CHANGED
@@ -47,10 +47,6 @@
|
|
47 |
.network-icon{
|
48 |
display: none;
|
49 |
}
|
50 |
-
.b2s-network-setting-save-btn{
|
51 |
-
margin-left: 10px;
|
52 |
-
}
|
53 |
-
|
54 |
}
|
55 |
|
56 |
.b2s-network-details-legend{
|
@@ -190,15 +186,10 @@
|
|
190 |
}
|
191 |
|
192 |
|
193 |
-
.b2s-
|
194 |
margin-top:8px;
|
195 |
}
|
196 |
|
197 |
-
|
198 |
-
.b2s-network-setting-save{
|
199 |
-
padding:0px !important;
|
200 |
-
}
|
201 |
-
|
202 |
.b2s-network-thumb {
|
203 |
padding: 4px 6px 0;
|
204 |
width: 36px;
|
@@ -536,7 +527,7 @@ input[type="checkbox"], input[type="radio"] {
|
|
536 |
}
|
537 |
|
538 |
.b2s-re-share-info{
|
539 |
-
margin-top:
|
540 |
}
|
541 |
|
542 |
.scroll-to-bottom{
|
@@ -734,14 +725,13 @@ input[type="checkbox"], input[type="radio"] {
|
|
734 |
margin-top: 30px;
|
735 |
font-size: 13px;
|
736 |
font-style:italic;
|
737 |
-
color: #adadad;
|
738 |
}
|
739 |
-
|
740 |
margin-left: 38px;
|
741 |
margin-top: -15px;
|
742 |
-
}
|
743 |
|
744 |
-
.b2s-image-change-all-network{
|
745 |
margin-right: 5px !important;
|
746 |
}
|
747 |
.b2s-img-required{
|
47 |
.network-icon{
|
48 |
display: none;
|
49 |
}
|
|
|
|
|
|
|
|
|
50 |
}
|
51 |
|
52 |
.b2s-network-details-legend{
|
186 |
}
|
187 |
|
188 |
|
189 |
+
.b2s-margin-top-8{
|
190 |
margin-top:8px;
|
191 |
}
|
192 |
|
|
|
|
|
|
|
|
|
|
|
193 |
.b2s-network-thumb {
|
194 |
padding: 4px 6px 0;
|
195 |
width: 36px;
|
527 |
}
|
528 |
|
529 |
.b2s-re-share-info{
|
530 |
+
margin-top: 3px;
|
531 |
}
|
532 |
|
533 |
.scroll-to-bottom{
|
725 |
margin-top: 30px;
|
726 |
font-size: 13px;
|
727 |
font-style:italic;
|
|
|
728 |
}
|
729 |
+
/*.b2s-time-settings-modal-btn{
|
730 |
margin-left: 38px;
|
731 |
margin-top: -15px;
|
732 |
+
}*/
|
733 |
|
734 |
+
.b2s-image-change-all-network,.b2s-upload-image-free-version,.b2s-image-change-this-network{
|
735 |
margin-right: 5px !important;
|
736 |
}
|
737 |
.b2s-img-required{
|
assets/css/b2s/start.css
CHANGED
@@ -52,9 +52,6 @@
|
|
52 |
margin-bottom: 50px;
|
53 |
}
|
54 |
|
55 |
-
.btn-label-premium {
|
56 |
-
color: #fff !important;
|
57 |
-
}
|
58 |
.b2s-wdith-35{
|
59 |
width: 35px;
|
60 |
}
|
52 |
margin-bottom: 50px;
|
53 |
}
|
54 |
|
|
|
|
|
|
|
55 |
.b2s-wdith-35{
|
56 |
width: 35px;
|
57 |
}
|
assets/css/b2s/wp/post-meta-box.css
CHANGED
@@ -92,7 +92,7 @@
|
|
92 |
@media(max-width: 420px) {
|
93 |
.b2s-meta-box-modal-dialog{
|
94 |
margin: 10px;
|
95 |
-
|
96 |
}
|
97 |
}
|
98 |
@media(min-width: 421px) {
|
@@ -140,6 +140,12 @@
|
|
140 |
color: #fff !important;
|
141 |
}
|
142 |
|
|
|
|
|
|
|
|
|
|
|
|
|
143 |
.b2s-btn-none-underline{
|
144 |
text-decoration: none !important;
|
145 |
}
|
@@ -213,4 +219,29 @@
|
|
213 |
|
214 |
.b2s-calendar-icon{
|
215 |
padding-top: 6px;
|
216 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
92 |
@media(max-width: 420px) {
|
93 |
.b2s-meta-box-modal-dialog{
|
94 |
margin: 10px;
|
95 |
+
|
96 |
}
|
97 |
}
|
98 |
@media(min-width: 421px) {
|
140 |
color: #fff !important;
|
141 |
}
|
142 |
|
143 |
+
.b2s-btn-primary {
|
144 |
+
color: #fff !important;
|
145 |
+
background-color: #337ab7 !important;
|
146 |
+
border-color: #2e6da4 !important;
|
147 |
+
}
|
148 |
+
|
149 |
.b2s-btn-none-underline{
|
150 |
text-decoration: none !important;
|
151 |
}
|
219 |
|
220 |
.b2s-calendar-icon{
|
221 |
padding-top: 6px;
|
222 |
+
}
|
223 |
+
|
224 |
+
.b2s-margin-top-5{
|
225 |
+
margin-top: 5px;
|
226 |
+
}
|
227 |
+
|
228 |
+
.b2s-btn-label-premium {
|
229 |
+
color: #fff !important;
|
230 |
+
font-size: 10px !important;
|
231 |
+
}
|
232 |
+
|
233 |
+
.b2s-label {
|
234 |
+
display: inline;
|
235 |
+
padding: .2em .6em .3em;
|
236 |
+
font-size: 75% !important;
|
237 |
+
font-weight: bold;
|
238 |
+
line-height: 1;
|
239 |
+
color: #fff;
|
240 |
+
text-align: center;
|
241 |
+
white-space: nowrap;
|
242 |
+
vertical-align: baseline;
|
243 |
+
border-radius: .25em;
|
244 |
+
|
245 |
+
}
|
246 |
+
|
247 |
+
|
assets/css/general.css
CHANGED
@@ -7135,3 +7135,20 @@ input[type="checkbox"].error + label{
|
|
7135 |
line-height: 1.33;
|
7136 |
border-radius: 35px;
|
7137 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7135 |
line-height: 1.33;
|
7136 |
border-radius: 35px;
|
7137 |
}
|
7138 |
+
|
7139 |
+
.b2s-info-btn {
|
7140 |
+
font-size: 12px;
|
7141 |
+
text-decoration: underline;
|
7142 |
+
}
|
7143 |
+
|
7144 |
+
.b2s-btn-disabled{
|
7145 |
+
opacity: .53;
|
7146 |
+
}
|
7147 |
+
|
7148 |
+
.label-sm{
|
7149 |
+
font-size: 60%;
|
7150 |
+
}
|
7151 |
+
|
7152 |
+
.btn-label-premium {
|
7153 |
+
color: #fff !important;
|
7154 |
+
}
|
assets/js/b2s/network.js
CHANGED
@@ -1,18 +1,24 @@
|
|
1 |
jQuery.noConflict();
|
2 |
|
3 |
jQuery(window).on("load", function () {
|
4 |
-
if (jQuery('.b2s-network-mandant-select').val() == 0) {
|
5 |
jQuery('.b2s-network-mandant-btn-delete').hide();
|
6 |
} else {
|
7 |
jQuery('.b2s-network-mandant-btn-delete').show();
|
8 |
}
|
9 |
jQuery('.b2s-network-details-container-list').hide();
|
10 |
jQuery('.b2s-network-details-container-list[data-mandant-id="' + jQuery('.b2s-network-mandant-select').val() + '"]').show();
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
});
|
12 |
|
13 |
jQuery(document).on('change', '.b2s-network-mandant-select', function () {
|
14 |
jQuery('.b2s-network-auth-info').hide();
|
15 |
-
if (jQuery(this).val() == 0) {
|
16 |
jQuery('.b2s-network-mandant-btn-delete').hide();
|
17 |
} else {
|
18 |
jQuery('.b2s-network-mandant-btn-delete').show();
|
@@ -51,7 +57,7 @@ jQuery(document).on('click', '.b2s-btn-network-delete-mandant-confirm', function
|
|
51 |
if (data.result == true && data.mandantId >= 1) {
|
52 |
jQuery('.b2s-network-details-container-list[data-mandant-id="' + data.mandantId + '"]').remove();
|
53 |
jQuery(".b2s-network-mandant-select option[value='" + data.mandantId + "']").remove();
|
54 |
-
jQuery(".b2s-network-mandant-select option[value='
|
55 |
jQuery(".b2s-network-details-container-list[data-mandant-id='0']").show();
|
56 |
jQuery('.b2s-network-remove-success').show();
|
57 |
jQuery('.b2s-network-mandant-btn-delete').hide();
|
@@ -68,6 +74,7 @@ jQuery(document).on('click', '.b2s-network-item-auth-list-btn-delete', function
|
|
68 |
jQuery('.b2s-network-auth-info').hide();
|
69 |
jQuery('#b2s-network-delete-auth').modal('show');
|
70 |
jQuery('#b2s-delete-network-auth-id').val(jQuery(this).attr('data-network-auth-id'));
|
|
|
71 |
jQuery('.b2s-server-connection-fail').hide();
|
72 |
jQuery('.b2s-btn-network-delete-auth-show-post-text').hide();
|
73 |
jQuery('.b2s-btn-network-delete-auth-show-post-btn').hide();
|
@@ -119,7 +126,8 @@ jQuery(document).on('click', '.b2s-btn-network-delete-auth-confirm-btn', functio
|
|
119 |
cache: false,
|
120 |
data: {
|
121 |
'action': 'b2s_delete_user_auth',
|
122 |
-
'networkAuthId': jQuery('#b2s-delete-network-auth-id').val()
|
|
|
123 |
},
|
124 |
error: function () {
|
125 |
jQuery('.b2s-server-connection-fail').show();
|
@@ -129,8 +137,13 @@ jQuery(document).on('click', '.b2s-btn-network-delete-auth-confirm-btn', functio
|
|
129 |
jQuery('.b2s-network-auth-info').hide();
|
130 |
jQuery('.b2s-network-auth-area').show();
|
131 |
jQuery('.b2s-loading-area').hide();
|
132 |
-
if (data.result == true && data.networkAuthId >= 1) {
|
133 |
jQuery('.b2s-network-item-auth-list-btn-delete[data-network-auth-id="' + data.networkAuthId + '"]').parent('li').remove();
|
|
|
|
|
|
|
|
|
|
|
134 |
jQuery('.b2s-network-remove-success').show();
|
135 |
} else {
|
136 |
jQuery('.b2s-network-remove-fail').show();
|
@@ -224,13 +237,18 @@ function loginSuccess(networkId, networkType, displayName, networkAuthId, mandan
|
|
224 |
}
|
225 |
var html = "<li class='b2s-network-item-auth-list-li' data-network-auth-id='" + networkAuthId + "' data-network-id='" + networkId + "' data-network-type='" + networkType + "'>";
|
226 |
html += typ[networkType] + ': ';
|
227 |
-
html += displayName + ' <a class="b2s-network-item-auth-list-btn-delete" data-network-auth-id="' + networkAuthId + '" href="#"
|
228 |
|
229 |
if (jQuery('[class~="b2s-network-item-auth-list-li"][data-network-mandant-id="' + mandandId + '"][data-network-id="' + networkId + '"][data-network-type="' + networkType + '"]').length > 0) {
|
230 |
jQuery(html).insertBefore('[class~="b2s-network-item-auth-list-li"][data-network-mandant-id="' + mandandId + '"][data-network-id="' + networkId + '"][data-network-type="' + networkType + '"]:first');
|
231 |
} else {
|
232 |
jQuery('.b2s-network-item-auth-list[data-network-mandant-id="' + mandandId + '"][data-network-id="' + networkId + '"]').prepend(html);
|
233 |
}
|
|
|
|
|
|
|
|
|
|
|
234 |
} else {
|
235 |
jQuery('.b2s-network-auth-update-btn[data-network-auth-id="' + networkAuthId + '"').hide();
|
236 |
jQuery('.b2s-network-auth-update-label[data-network-auth-id="' + networkAuthId + '"]').hide();
|
1 |
jQuery.noConflict();
|
2 |
|
3 |
jQuery(window).on("load", function () {
|
4 |
+
if (jQuery('.b2s-network-mandant-select').val() == 0 || jQuery('.b2s-network-mandant-select').val() == -1) {
|
5 |
jQuery('.b2s-network-mandant-btn-delete').hide();
|
6 |
} else {
|
7 |
jQuery('.b2s-network-mandant-btn-delete').show();
|
8 |
}
|
9 |
jQuery('.b2s-network-details-container-list').hide();
|
10 |
jQuery('.b2s-network-details-container-list[data-mandant-id="' + jQuery('.b2s-network-mandant-select').val() + '"]').show();
|
11 |
+
|
12 |
+
jQuery('.b2s-network-item-auth-list[data-network-count="true"]').each(function () {
|
13 |
+
jQuery('.b2s-network-auth-count-current[data-network-id="' + jQuery(this).attr("data-network-id") + '"').text(jQuery(this).children('li').length);
|
14 |
+
});
|
15 |
+
|
16 |
+
|
17 |
});
|
18 |
|
19 |
jQuery(document).on('change', '.b2s-network-mandant-select', function () {
|
20 |
jQuery('.b2s-network-auth-info').hide();
|
21 |
+
if (jQuery(this).val() == 0 || jQuery(this).val() == -1) {
|
22 |
jQuery('.b2s-network-mandant-btn-delete').hide();
|
23 |
} else {
|
24 |
jQuery('.b2s-network-mandant-btn-delete').show();
|
57 |
if (data.result == true && data.mandantId >= 1) {
|
58 |
jQuery('.b2s-network-details-container-list[data-mandant-id="' + data.mandantId + '"]').remove();
|
59 |
jQuery(".b2s-network-mandant-select option[value='" + data.mandantId + "']").remove();
|
60 |
+
jQuery(".b2s-network-mandant-select option[value='-1']").prop('selected', true);
|
61 |
jQuery(".b2s-network-details-container-list[data-mandant-id='0']").show();
|
62 |
jQuery('.b2s-network-remove-success').show();
|
63 |
jQuery('.b2s-network-mandant-btn-delete').hide();
|
74 |
jQuery('.b2s-network-auth-info').hide();
|
75 |
jQuery('#b2s-network-delete-auth').modal('show');
|
76 |
jQuery('#b2s-delete-network-auth-id').val(jQuery(this).attr('data-network-auth-id'));
|
77 |
+
jQuery('#b2s-delete-network-id').val(jQuery(this).attr('data-network-id'));
|
78 |
jQuery('.b2s-server-connection-fail').hide();
|
79 |
jQuery('.b2s-btn-network-delete-auth-show-post-text').hide();
|
80 |
jQuery('.b2s-btn-network-delete-auth-show-post-btn').hide();
|
126 |
cache: false,
|
127 |
data: {
|
128 |
'action': 'b2s_delete_user_auth',
|
129 |
+
'networkAuthId': jQuery('#b2s-delete-network-auth-id').val(),
|
130 |
+
'networkId': jQuery('#b2s-delete-network-id').val()
|
131 |
},
|
132 |
error: function () {
|
133 |
jQuery('.b2s-server-connection-fail').show();
|
137 |
jQuery('.b2s-network-auth-info').hide();
|
138 |
jQuery('.b2s-network-auth-area').show();
|
139 |
jQuery('.b2s-loading-area').hide();
|
140 |
+
if (data.result == true && data.networkAuthId >= 1 && data.networkId >= 1) {
|
141 |
jQuery('.b2s-network-item-auth-list-btn-delete[data-network-auth-id="' + data.networkAuthId + '"]').parent('li').remove();
|
142 |
+
var networkCount = jQuery('.b2s-network-auth-count-current[data-network-count-trigger="true"][data-network-id="' + data.networkId + '"').text();
|
143 |
+
if (networkCount != "0") {
|
144 |
+
var newCount = parseInt(networkCount) - 1;
|
145 |
+
jQuery('.b2s-network-auth-count-current[data-network-id="' + data.networkId + '"').text(newCount);
|
146 |
+
}
|
147 |
jQuery('.b2s-network-remove-success').show();
|
148 |
} else {
|
149 |
jQuery('.b2s-network-remove-fail').show();
|
237 |
}
|
238 |
var html = "<li class='b2s-network-item-auth-list-li' data-network-auth-id='" + networkAuthId + "' data-network-id='" + networkId + "' data-network-type='" + networkType + "'>";
|
239 |
html += typ[networkType] + ': ';
|
240 |
+
html += displayName + ' <a class="b2s-network-item-auth-list-btn-delete" data-network-auth-id="' + networkAuthId + '" href="#"><span class="glyphicon glyphicon-trash glyphicon-grey"></span></a></li>';
|
241 |
|
242 |
if (jQuery('[class~="b2s-network-item-auth-list-li"][data-network-mandant-id="' + mandandId + '"][data-network-id="' + networkId + '"][data-network-type="' + networkType + '"]').length > 0) {
|
243 |
jQuery(html).insertBefore('[class~="b2s-network-item-auth-list-li"][data-network-mandant-id="' + mandandId + '"][data-network-id="' + networkId + '"][data-network-type="' + networkType + '"]:first');
|
244 |
} else {
|
245 |
jQuery('.b2s-network-item-auth-list[data-network-mandant-id="' + mandandId + '"][data-network-id="' + networkId + '"]').prepend(html);
|
246 |
}
|
247 |
+
|
248 |
+
var networkCount = jQuery('.b2s-network-auth-count-current[data-network-count-trigger="true"][data-network-id="' + networkId + '"').text();
|
249 |
+
var newCount = parseInt(networkCount) + 1;
|
250 |
+
jQuery('.b2s-network-auth-count-current[data-network-id="' + networkId + '"').text(newCount);
|
251 |
+
|
252 |
} else {
|
253 |
jQuery('.b2s-network-auth-update-btn[data-network-auth-id="' + networkAuthId + '"').hide();
|
254 |
jQuery('.b2s-network-auth-update-label[data-network-auth-id="' + networkAuthId + '"]').hide();
|
assets/js/b2s/ship.js
CHANGED
@@ -585,15 +585,24 @@ jQuery(document).on('click', '.b2s-submit-btn-scroll', function () {
|
|
585 |
});
|
586 |
|
587 |
jQuery(document).on('click', '.b2s-post-ship-item-post-format', function () {
|
588 |
-
jQuery('
|
589 |
-
|
590 |
-
|
591 |
-
|
592 |
-
jQuery('#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
593 |
}
|
594 |
-
|
595 |
-
|
596 |
-
|
|
|
|
|
597 |
return false;
|
598 |
});
|
599 |
|
@@ -617,7 +626,8 @@ jQuery(document).on('change', '.b2s-post-item-details-release-input-date-select'
|
|
617 |
var dataNetworkCount = 0;
|
618 |
if (jQuery(this).val() == 2) {
|
619 |
if (jQuery(this).attr('data-user-version') == 0) {
|
620 |
-
jQuery('
|
|
|
621 |
} else {
|
622 |
for (var i = 1; i <= 2; i++) {
|
623 |
jQuery('.b2s-post-item-details-release-input-days[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"][data-network-count="' + i + '"]').each(function () {
|
@@ -639,7 +649,8 @@ jQuery(document).on('change', '.b2s-post-item-details-release-input-date-select'
|
|
639 |
}
|
640 |
if (jQuery(this).val() == 1) {
|
641 |
if (jQuery(this).attr('data-user-version') == 0) {
|
642 |
-
jQuery('
|
|
|
643 |
} else {
|
644 |
//Überprüfen ob Zeit in der Vergangenheit
|
645 |
var dateStr = jQuery('.b2s-post-item-details-release-input-date[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').val();
|
585 |
});
|
586 |
|
587 |
jQuery(document).on('click', '.b2s-post-ship-item-post-format', function () {
|
588 |
+
if (jQuery('#user_version').val() >= 1) {
|
589 |
+
jQuery('.b2s-user-network-settings-post-format-area').hide();
|
590 |
+
jQuery('.b2s-user-network-settings-post-format-area[data-network-type="' + jQuery(this).attr('data-network-type') + '"][data-network-id="' + jQuery(this).attr('data-network-id') + '"]').show();
|
591 |
+
jQuery('#b2s-post-ship-item-post-format-network-title').html(jQuery('.b2s-user-network-settings-post-format-area[data-network-id="' + jQuery(this).attr('data-network-id') + '"]').attr('data-network-title'));
|
592 |
+
if (jQuery('#user_version').val() >= 2) {
|
593 |
+
jQuery('#b2s-post-ship-item-post-format-network-display-name').html(jQuery('.b2s-post-item-details-network-display-name[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').text().toUpperCase());
|
594 |
+
}
|
595 |
+
jQuery('.b2s-post-format-settings-info').hide();
|
596 |
+
jQuery('.b2s-post-format-settings-info[data-network-id="' + jQuery(this).attr('data-network-id') + '"]').show();
|
597 |
+
jQuery('#b2s-post-ship-item-post-format-modal').modal('show');
|
598 |
+
} else {
|
599 |
+
jQuery('#b2sInfoFormatModal').modal('show');
|
600 |
}
|
601 |
+
return false;
|
602 |
+
});
|
603 |
+
|
604 |
+
jQuery(document).on('click', '.b2s-btn-trigger-post-ship-item-post-format', function () {
|
605 |
+
jQuery('.b2s-post-ship-item-post-format[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').trigger('click');
|
606 |
return false;
|
607 |
});
|
608 |
|
626 |
var dataNetworkCount = 0;
|
627 |
if (jQuery(this).val() == 2) {
|
628 |
if (jQuery(this).attr('data-user-version') == 0) {
|
629 |
+
jQuery('#b2s-sched-post-modal').modal('show');
|
630 |
+
return false;
|
631 |
} else {
|
632 |
for (var i = 1; i <= 2; i++) {
|
633 |
jQuery('.b2s-post-item-details-release-input-days[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"][data-network-count="' + i + '"]').each(function () {
|
649 |
}
|
650 |
if (jQuery(this).val() == 1) {
|
651 |
if (jQuery(this).attr('data-user-version') == 0) {
|
652 |
+
jQuery('#b2s-sched-post-modal').modal('show');
|
653 |
+
return false;
|
654 |
} else {
|
655 |
//Überprüfen ob Zeit in der Vergangenheit
|
656 |
var dateStr = jQuery('.b2s-post-item-details-release-input-date[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').val();
|
assets/js/b2s/wp/{post-meta-box.js → post-meta-box-auto.js}
RENAMED
@@ -17,9 +17,7 @@ jQuery(window).on("load", function () {
|
|
17 |
if (jQuery('#b2s-post-meta-box-time-dropdown-publish').is(':checked')) {
|
18 |
if (jQuery('#b2s-post-meta-box-version').val() == "0" && jQuery(this).val() == "publish") {
|
19 |
jQuery('#b2s-post-meta-box-time-dropdown-publish').prop('checked', false);
|
20 |
-
jQuery('#b2s-post-meta-box-note-trial').show();
|
21 |
} else {
|
22 |
-
jQuery('#b2s-post-meta-box-note-trial').hide();
|
23 |
if (jQuery('#b2s-post-meta-box-profil-dropdown').length == 0) {
|
24 |
jQuery('.b2s-loading-area').show();
|
25 |
jQuery.ajax({
|
@@ -136,17 +134,6 @@ jQuery(document).on('change', '.b2s-post-meta-box-sched-select', function () {
|
|
136 |
});
|
137 |
|
138 |
|
139 |
-
|
140 |
-
jQuery(document).on('click', '#b2s-meta-box-btn-custom-share', function () {
|
141 |
-
var postStatus = jQuery('#b2s-post-status').val();
|
142 |
-
if (postStatus != 'publish' && postStatus != 'future') {
|
143 |
-
jQuery('#b2s-post-meta-box-state-no-publish-future').show();
|
144 |
-
} else {
|
145 |
-
jQuery('#b2s-post-meta-box-state-no-publish-future').hide();
|
146 |
-
window.location.href = jQuery('#b2s-redirect-url-custom-share').val();
|
147 |
-
}
|
148 |
-
});
|
149 |
-
|
150 |
jQuery(document).on('click', '.b2s-btn-close-meta-box', function () {
|
151 |
jQuery('#' + jQuery(this).attr('data-area-id')).hide();
|
152 |
return false;
|
17 |
if (jQuery('#b2s-post-meta-box-time-dropdown-publish').is(':checked')) {
|
18 |
if (jQuery('#b2s-post-meta-box-version').val() == "0" && jQuery(this).val() == "publish") {
|
19 |
jQuery('#b2s-post-meta-box-time-dropdown-publish').prop('checked', false);
|
|
|
20 |
} else {
|
|
|
21 |
if (jQuery('#b2s-post-meta-box-profil-dropdown').length == 0) {
|
22 |
jQuery('.b2s-loading-area').show();
|
23 |
jQuery.ajax({
|
134 |
});
|
135 |
|
136 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
137 |
jQuery(document).on('click', '.b2s-btn-close-meta-box', function () {
|
138 |
jQuery('#' + jQuery(this).attr('data-area-id')).hide();
|
139 |
return false;
|
assets/js/b2s/wp/post-meta-box-customize.js
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
jQuery(document).on('click', '#b2s-meta-box-btn-customize', function () {
|
2 |
+
var postStatus = jQuery('#b2s-post-status-customize').val();
|
3 |
+
if (postStatus != 'publish' && postStatus != 'future') {
|
4 |
+
jQuery('#b2s-post-meta-box-state-no-publish-future-customize').show();
|
5 |
+
} else {
|
6 |
+
jQuery('#b2s-post-meta-box-state-no-publish-future-customize').hide();
|
7 |
+
window.location.href = jQuery('#b2s-redirect-url-customize').val();
|
8 |
+
}
|
9 |
+
});
|
includes/Ajax/Post.php
CHANGED
@@ -294,7 +294,7 @@ class Ajax_Post {
|
|
294 |
}
|
295 |
|
296 |
public function deleteUserAuth() {
|
297 |
-
if (isset($_POST['networkAuthId']) && (int) $_POST['networkAuthId'] > 0) {
|
298 |
$post = array('token' => B2S_PLUGIN_TOKEN,
|
299 |
'action' => 'deleteUserAuth',
|
300 |
'networkAuthId' => (int) $_POST['networkAuthId']);
|
@@ -302,11 +302,11 @@ class Ajax_Post {
|
|
302 |
if ($deleteResult->result == true) {
|
303 |
global $wpdb;
|
304 |
$wpdb->delete('b2s_user_network_settings', array('network_auth_id' => $_POST['networkAuthId'], 'blog_user_id' => B2S_PLUGIN_BLOG_USER_ID), array('%d', '%d'));
|
305 |
-
echo json_encode(array('result' => true, 'networkAuthId' => (int) $_POST['networkAuthId']));
|
306 |
wp_die();
|
307 |
}
|
308 |
}
|
309 |
-
echo json_encode(array('result' => false, 'networkAuthId' =>
|
310 |
wp_die();
|
311 |
}
|
312 |
|
294 |
}
|
295 |
|
296 |
public function deleteUserAuth() {
|
297 |
+
if (isset($_POST['networkAuthId']) && (int) $_POST['networkAuthId'] > 0 && isset($_POST['networkId']) && (int) $_POST['networkId'] > 0) {
|
298 |
$post = array('token' => B2S_PLUGIN_TOKEN,
|
299 |
'action' => 'deleteUserAuth',
|
300 |
'networkAuthId' => (int) $_POST['networkAuthId']);
|
302 |
if ($deleteResult->result == true) {
|
303 |
global $wpdb;
|
304 |
$wpdb->delete('b2s_user_network_settings', array('network_auth_id' => $_POST['networkAuthId'], 'blog_user_id' => B2S_PLUGIN_BLOG_USER_ID), array('%d', '%d'));
|
305 |
+
echo json_encode(array('result' => true, 'networkId' => (int)$_POST['networkId'], 'networkAuthId' => (int) $_POST['networkAuthId']));
|
306 |
wp_die();
|
307 |
}
|
308 |
}
|
309 |
+
echo json_encode(array('result' => false,'networkId' => 0, 'networkAuthId' => 0));
|
310 |
wp_die();
|
311 |
}
|
312 |
|
includes/B2S/Network/Item.php
CHANGED
@@ -7,8 +7,10 @@ class B2S_Network_Item {
|
|
7 |
private $allowPage;
|
8 |
private $allowGroup;
|
9 |
private $oAuthPortal;
|
|
|
10 |
|
11 |
public function __construct($load = true) {
|
|
|
12 |
if ($load) {
|
13 |
$this->authurl = B2S_PLUGIN_API_ENDPOINT_AUTH . '?b2s_token=' . B2S_PLUGIN_TOKEN . '&sprache=' . substr(B2S_LANGUAGE, 0, 2) . '&unset=true';
|
14 |
$this->allowProfil = unserialize(B2S_PLUGIN_NETWORK_ALLOW_PROFILE);
|
@@ -39,48 +41,57 @@ class B2S_Network_Item {
|
|
39 |
|
40 |
public function getSelectMandantHtml($data) {
|
41 |
$select = '<select class="form-control b2s-network-mandant-select b2s-select">';
|
42 |
-
$select .= '<option value="
|
|
|
43 |
if (!empty($data)) {
|
|
|
44 |
foreach ($data as $id => $name) {
|
45 |
$select .= '<option value="' . $id . '">' . stripslashes($name) . '</option>';
|
46 |
}
|
|
|
47 |
}
|
48 |
$select .= '</select>';
|
49 |
return $select;
|
50 |
}
|
51 |
|
52 |
public function getPortale($mandanten, $auth, $portale, $auth_count) {
|
53 |
-
$
|
|
|
54 |
foreach ($mandanten as $k => $v) {
|
55 |
-
$mandantenId[] = $k;
|
56 |
}
|
57 |
|
58 |
$html = '<div class="col-md-12 b2s-network-details-container">';
|
59 |
|
60 |
-
foreach ($mandantenId as $k => $mandant) {
|
61 |
-
$html .= $this->getItemHtml($mandant, $
|
62 |
}
|
63 |
$html .= '</div>';
|
64 |
return $html;
|
65 |
}
|
66 |
|
67 |
-
public function getItemHtml($mandant, $
|
68 |
-
|
69 |
$html = '<ul class="list-group b2s-network-details-container-list" data-mandant-id="' . $mandant . '" style="display:' . ($mandant > 0 ? "none" : "block" ) . '">';
|
70 |
-
$priceBtn = B2S_Tools::getSupportLink('affiliate');
|
71 |
foreach ($portale as $k => $portal) {
|
72 |
if (!isset($convertAuthData[$mandant][$portal->id]) || empty($convertAuthData[$mandant][$portal->id])) {
|
73 |
$convertAuthData[$mandant][$portal->id] = array();
|
74 |
}
|
75 |
$maxNetworkAccount = ($auth_count !== false && is_array($auth_count)) ? ((isset($auth_count[$portal->id])) ? $auth_count[$portal->id] : $auth_count[0]) : false;
|
76 |
-
|
|
|
|
|
|
|
|
|
|
|
77 |
}
|
78 |
$html .= '</ul>';
|
79 |
|
80 |
return $html;
|
81 |
}
|
82 |
|
83 |
-
private function getPortaleHtml($networkId, $networkName, $mandantId, $
|
|
|
84 |
$sprache = substr(B2S_LANGUAGE, 0, 2);
|
85 |
$html = '<li class="list-group-item">';
|
86 |
$html .='<div class="media">';
|
@@ -88,7 +99,7 @@ class B2S_Network_Item {
|
|
88 |
$html .='<div class="media-body network">';
|
89 |
$html .= '<h4>' . ucfirst($networkName);
|
90 |
if ($maxNetworkAccount !== false) {
|
91 |
-
$html .=' <span class="b2s-network-auth-count">(' . __(
|
92 |
}
|
93 |
$html .= '<span class="pull-right">';
|
94 |
|
@@ -96,14 +107,36 @@ class B2S_Network_Item {
|
|
96 |
$html .= in_array($networkId, $this->allowProfil) ? '<a href="#" onclick="wop(\'' . $b2sAuthUrl . '&choose=profile\', \'Blog2Social Network\'); return false;" class="btn btn-primary btn-sm b2s-network-auth-btn">+ ' . __('Profile', 'blog2social') . '</a>' : '';
|
97 |
|
98 |
if (in_array($networkId, $this->allowPage)) {
|
99 |
-
$html .= (B2S_PLUGIN_USER_VERSION > 1 || (B2S_PLUGIN_USER_VERSION == 0 && $networkId == 1) || (B2S_PLUGIN_USER_VERSION == 1 && ($networkId == 1 || $networkId == 10))) ? '<button onclick="wop(\'' . $b2sAuthUrl . '&choose=page\', \'Blog2Social Network\'); return false;" class="btn btn-primary btn-sm b2s-network-auth-btn">+ ' . __('Page', 'blog2social') . '</button>' : '<a href="#" class="btn btn-primary btn-sm b2s-network-auth-btn" data-title="' . __('You want to connect a network page?', 'blog2social') . '" data-toggle="modal" data-type="auth-network" data-target="#' . ((B2S_PLUGIN_USER_VERSION == 0) ? 'b2sPreFeatureModal' : 'b2sProFeatureModal') . '">+ ' . __('Page', 'blog2social') . '</a>';
|
100 |
}
|
101 |
if (in_array($networkId, $this->allowGroup)) {
|
102 |
-
$html .= (B2S_PLUGIN_USER_VERSION > 1 || (B2S_PLUGIN_USER_VERSION == 1 && $networkId != 8)) ? '<button onclick="wop(\'' . $b2sAuthUrl . '&choose=group\', \'Blog2Social Network\'); return false;" class="btn btn-primary btn-sm b2s-network-auth-btn">+ ' . __('Group', 'blog2social') . '</button>' : '<a href="#" class="btn btn-primary btn-sm b2s-network-auth-btn" data-toggle="modal" data-title="' . __('You want to connect a social media group?', 'blog2social') . '" data-type="auth-network" data-target="#' . ((B2S_PLUGIN_USER_VERSION == 0) ? 'b2sPreFeatureModal' : 'b2sProFeatureModal') . '">+ ' . __('Group', 'blog2social') . '</a>';
|
103 |
}
|
104 |
|
105 |
$html .= '</span></h4>';
|
106 |
-
$html .= '<ul class="b2s-network-item-auth-list" data-network-mandant-id="' . $mandantId . '" data-network-id="' . $networkId . '">';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
107 |
if (isset($networkData[0])) {
|
108 |
foreach ($networkData[0] as $k => $v) {
|
109 |
$html .= '<li class="b2s-network-item-auth-list-li" data-network-auth-id="' . $v['networkAuthId'] . '" data-network-mandant-id="' . $mandantId . '" data-network-id="' . $networkId . '" data-network-type="0">';
|
@@ -114,10 +147,14 @@ class B2S_Network_Item {
|
|
114 |
$html .= __('Profile', 'blog2social') . ': ' . stripslashes($v['networkUserName']) . '</span> ';
|
115 |
}
|
116 |
|
|
|
|
|
|
|
|
|
117 |
if ($v['notAllow'] === false) {
|
118 |
$html .= '<a href="#" onclick="wop(\'' . $b2sAuthUrl . '&choose=profil&update=' . $v['networkAuthId'] . '\', \'Blog2Social Network\'); return false;" class="b2s-network-auth-btn b2s-network-auth-update-btn add-padding-left" data-network-auth-id="' . $v['networkAuthId'] . '"><span class="glyphicon glyphicon-refresh glyphicon-grey"></span></a>';
|
119 |
}
|
120 |
-
$html .= '<a class="b2s-network-item-auth-list-btn-delete" data-network-auth-id="' . $v['networkAuthId'] . '" href="#"><span class="glyphicon glyphicon-trash glyphicon-grey"></span></a>';
|
121 |
$html .= ($v['expiredDate'] != '0000-00-00' && $v['expiredDate'] <= date('Y-m-d')) ? ' <span class="label label-danger b2s-network-auth-update-label" data-network-auth-id="' . $v['networkAuthId'] . '">' . __('Authorization is interrupted since', 'blog2social') . ' ' . ($sprache == 'en' ? $v['expiredDate'] : date('d.m.Y', strtotime($v['expiredDate']))) . '</span>' : '';
|
122 |
if ($v['notAllow'] !== false) {
|
123 |
$html .='<div class="no-allow-info-text">' . __('To reactivate this social media connection,', 'blog2social') . ' <a href="' . B2S_Tools::getSupportLink('affiliate') . '"target="_blank">' . __('please upgrade', 'blog2social') . '</a></div>';
|
@@ -136,10 +173,14 @@ class B2S_Network_Item {
|
|
136 |
$html .= __('Page', 'blog2social') . ': ' . stripslashes($v['networkUserName']) . '</span> ';
|
137 |
}
|
138 |
|
|
|
|
|
|
|
|
|
139 |
if ($v['notAllow'] === false) {
|
140 |
$html .= '<a href="#" onclick="wop(\'' . $b2sAuthUrl . '&choose=page&update=' . $v['networkAuthId'] . '\', \'Blog2Social Network\'); return false;" class="b2s-network-auth-btn b2s-network-auth-update-btn add-padding-left" data-network-auth-id="' . $v['networkAuthId'] . '"><span class="glyphicon glyphicon-refresh glyphicon-grey"></span></a>';
|
141 |
}
|
142 |
-
$html .= '<a class="b2s-network-item-auth-list-btn-delete" data-network-auth-id="' . $v['networkAuthId'] . '" href="#"><span class="glyphicon glyphicon-trash glyphicon-grey"></span></a>';
|
143 |
$html .= ($v['expiredDate'] != '0000-00-00' && $v['expiredDate'] <= date('Y-m-d')) ? ' <span class="label label-danger b2s-network-auth-update-label" data-network-auth-id="' . $v['networkAuthId'] . '">' . __('Authorization is interrupted since', 'blog2social') . ' ' . ($sprache == 'en' ? $v['expiredDate'] : date('d.m.Y', strtotime($v['expiredDate']))) . '</span>' : '';
|
144 |
|
145 |
if ($v['notAllow'] !== false) {
|
@@ -158,10 +199,14 @@ class B2S_Network_Item {
|
|
158 |
$html .= __('Group', 'blog2social') . ': ' . stripslashes($v['networkUserName']) . '</span> ';
|
159 |
}
|
160 |
|
|
|
|
|
|
|
|
|
161 |
if ($v['notAllow'] === false) {
|
162 |
$html .= '<a href="#" onclick="wop(\'' . $b2sAuthUrl . '&choose=group&update=' . $v['networkAuthId'] . '\', \'Blog2Social Network\'); return false;" class="b2s-network-auth-btn b2s-network-auth-update-btn add-padding-left" data-network-auth-id="' . $v['networkAuthId'] . '"><span class="glyphicon glyphicon-refresh glyphicon-grey"></span></a>';
|
163 |
}
|
164 |
-
$html .= '<a class="b2s-network-item-auth-list-btn-delete" data-network-auth-id="' . $v['networkAuthId'] . '" href="#"><span class="glyphicon glyphicon-trash glyphicon-grey"></span></a>';
|
165 |
$html .= ($v['expiredDate'] != '0000-00-00' && $v['expiredDate'] <= date('Y-m-d')) ? ' <span class="label label-danger b2s-network-auth-update-label" data-network-auth-id="' . $v['networkAuthId'] . '">' . __('Authorization is interrupted since', 'blog2social') . ' ' . ($sprache == 'en' ? $v['expiredDate'] : date('d.m.Y', strtotime($v['expiredDate']))) . '</span>' : '';
|
166 |
|
167 |
if ($v['notAllow'] !== false) {
|
@@ -171,11 +216,6 @@ class B2S_Network_Item {
|
|
171 |
$html .= '</li>';
|
172 |
}
|
173 |
}
|
174 |
-
|
175 |
-
$html .= '</ul>';
|
176 |
-
$html .= '</div>';
|
177 |
-
$html .= '</div>';
|
178 |
-
$html .= '</li>';
|
179 |
return $html;
|
180 |
}
|
181 |
|
7 |
private $allowPage;
|
8 |
private $allowGroup;
|
9 |
private $oAuthPortal;
|
10 |
+
private $mandantenId;
|
11 |
|
12 |
public function __construct($load = true) {
|
13 |
+
$this->mandantenId = array(-1, 0); //All,Default
|
14 |
if ($load) {
|
15 |
$this->authurl = B2S_PLUGIN_API_ENDPOINT_AUTH . '?b2s_token=' . B2S_PLUGIN_TOKEN . '&sprache=' . substr(B2S_LANGUAGE, 0, 2) . '&unset=true';
|
16 |
$this->allowProfil = unserialize(B2S_PLUGIN_NETWORK_ALLOW_PROFILE);
|
41 |
|
42 |
public function getSelectMandantHtml($data) {
|
43 |
$select = '<select class="form-control b2s-network-mandant-select b2s-select">';
|
44 |
+
$select .= '<optgroup label="' . __("Default", "blog2social") . '"><option value="-1" selected="selected">' . __('Show all', 'blog2social') . '</option>';
|
45 |
+
$select .= '<option value="0">' . __('My profile', 'blog2social') . '</option></optgroup>';
|
46 |
if (!empty($data)) {
|
47 |
+
$select .='<optgroup label="' . __("Your profiles:", "blog2social") . '">';
|
48 |
foreach ($data as $id => $name) {
|
49 |
$select .= '<option value="' . $id . '">' . stripslashes($name) . '</option>';
|
50 |
}
|
51 |
+
$select .='</optgroup>';
|
52 |
}
|
53 |
$select .= '</select>';
|
54 |
return $select;
|
55 |
}
|
56 |
|
57 |
public function getPortale($mandanten, $auth, $portale, $auth_count) {
|
58 |
+
$convertAuthData = $this->convertAuthData($auth);
|
59 |
+
|
60 |
foreach ($mandanten as $k => $v) {
|
61 |
+
$this->mandantenId[] = $k;
|
62 |
}
|
63 |
|
64 |
$html = '<div class="col-md-12 b2s-network-details-container">';
|
65 |
|
66 |
+
foreach ($this->mandantenId as $k => $mandant) {
|
67 |
+
$html .= $this->getItemHtml($mandant, $mandanten, $convertAuthData, $portale, $auth_count);
|
68 |
}
|
69 |
$html .= '</div>';
|
70 |
return $html;
|
71 |
}
|
72 |
|
73 |
+
public function getItemHtml($mandant, $mandantenData, $convertAuthData, $portale, $auth_count) {
|
74 |
+
|
75 |
$html = '<ul class="list-group b2s-network-details-container-list" data-mandant-id="' . $mandant . '" style="display:' . ($mandant > 0 ? "none" : "block" ) . '">';
|
|
|
76 |
foreach ($portale as $k => $portal) {
|
77 |
if (!isset($convertAuthData[$mandant][$portal->id]) || empty($convertAuthData[$mandant][$portal->id])) {
|
78 |
$convertAuthData[$mandant][$portal->id] = array();
|
79 |
}
|
80 |
$maxNetworkAccount = ($auth_count !== false && is_array($auth_count)) ? ((isset($auth_count[$portal->id])) ? $auth_count[$portal->id] : $auth_count[0]) : false;
|
81 |
+
|
82 |
+
if ($mandant == -1) { //all
|
83 |
+
$html .= $this->getPortaleHtml($portal->id, $portal->name, $mandant, $mandantenData, $convertAuthData, $maxNetworkAccount, true);
|
84 |
+
} else {
|
85 |
+
$html .= $this->getPortaleHtml($portal->id, $portal->name, $mandant, $mandantenData, $convertAuthData[$mandant][$portal->id], $maxNetworkAccount);
|
86 |
+
}
|
87 |
}
|
88 |
$html .= '</ul>';
|
89 |
|
90 |
return $html;
|
91 |
}
|
92 |
|
93 |
+
private function getPortaleHtml($networkId, $networkName, $mandantId, $mandantenData, $networkData, $maxNetworkAccount = false, $showAllAuths = false) {
|
94 |
+
$mandantId = ($mandantId == -1) ? 0 : $mandantId;
|
95 |
$sprache = substr(B2S_LANGUAGE, 0, 2);
|
96 |
$html = '<li class="list-group-item">';
|
97 |
$html .='<div class="media">';
|
99 |
$html .='<div class="media-body network">';
|
100 |
$html .= '<h4>' . ucfirst($networkName);
|
101 |
if ($maxNetworkAccount !== false) {
|
102 |
+
$html .=' <span class="b2s-network-auth-count">(' . __("Connections", "blog2social") . ' <span class="b2s-network-auth-count-current" '.(($showAllAuths) ? 'data-network-count-trigger="true"' : '').' data-network-id="' . $networkId . '"></span>/' . $maxNetworkAccount . ')</span>';
|
103 |
}
|
104 |
$html .= '<span class="pull-right">';
|
105 |
|
107 |
$html .= in_array($networkId, $this->allowProfil) ? '<a href="#" onclick="wop(\'' . $b2sAuthUrl . '&choose=profile\', \'Blog2Social Network\'); return false;" class="btn btn-primary btn-sm b2s-network-auth-btn">+ ' . __('Profile', 'blog2social') . '</a>' : '';
|
108 |
|
109 |
if (in_array($networkId, $this->allowPage)) {
|
110 |
+
$html .= (B2S_PLUGIN_USER_VERSION > 1 || (B2S_PLUGIN_USER_VERSION == 0 && $networkId == 1) || (B2S_PLUGIN_USER_VERSION == 1 && ($networkId == 1 || $networkId == 10))) ? '<button onclick="wop(\'' . $b2sAuthUrl . '&choose=page\', \'Blog2Social Network\'); return false;" class="btn btn-primary btn-sm b2s-network-auth-btn">+ ' . __('Page', 'blog2social') . '</button>' : '<a href="#" class="btn btn-primary btn-sm b2s-network-auth-btn b2s-btn-disabled" data-title="' . __('You want to connect a network page?', 'blog2social') . '" data-toggle="modal" data-type="auth-network" data-target="#' . ((B2S_PLUGIN_USER_VERSION == 0) ? 'b2sPreFeatureModal' : 'b2sProFeatureModal') . '">+ ' . __('Page', 'blog2social') . ' <span class="label label-success">' . __("PREMIUM", "blog2social") . '</a>';
|
111 |
}
|
112 |
if (in_array($networkId, $this->allowGroup)) {
|
113 |
+
$html .= (B2S_PLUGIN_USER_VERSION > 1 || (B2S_PLUGIN_USER_VERSION == 1 && $networkId != 8)) ? '<button onclick="wop(\'' . $b2sAuthUrl . '&choose=group\', \'Blog2Social Network\'); return false;" class="btn btn-primary btn-sm b2s-network-auth-btn">+ ' . __('Group', 'blog2social') . '</button>' : '<a href="#" class="btn btn-primary btn-sm b2s-network-auth-btn b2s-btn-disabled" data-toggle="modal" data-title="' . __('You want to connect a social media group?', 'blog2social') . '" data-type="auth-network" data-target="#' . ((B2S_PLUGIN_USER_VERSION == 0) ? 'b2sPreFeatureModal' : 'b2sProFeatureModal') . '">+ ' . __('Group', 'blog2social') . ' <span class="label label-success">' . __("PREMIUM", "blog2social") . '</span></a>';
|
114 |
}
|
115 |
|
116 |
$html .= '</span></h4>';
|
117 |
+
$html .= '<ul class="b2s-network-item-auth-list" data-network-mandant-id="' . $mandantId . '" data-network-id="' . $networkId . '" ' . (($showAllAuths) ? 'data-network-count="true"' : '') . '>';
|
118 |
+
|
119 |
+
|
120 |
+
if ($showAllAuths) {
|
121 |
+
foreach ($this->mandantenId as $ka => $mandantAll) {
|
122 |
+
$mandantName = isset($mandantenData->{$mandantAll}) ? ($mandantenData->{$mandantAll}) : __("My profile", "blog2social");
|
123 |
+
if (isset($networkData[$mandantAll][$networkId]) && !empty($networkData[$mandantAll][$networkId])) {
|
124 |
+
$html .= $this->getAuthItemHtml($networkData[$mandantAll][$networkId], $mandantAll, $mandantName, $networkId, $b2sAuthUrl, $sprache);
|
125 |
+
}
|
126 |
+
}
|
127 |
+
} else {
|
128 |
+
$html .= $this->getAuthItemHtml($networkData, $mandantId, "", $networkId, $b2sAuthUrl, $sprache);
|
129 |
+
}
|
130 |
+
|
131 |
+
$html .= '</ul>';
|
132 |
+
$html .= '</div>';
|
133 |
+
$html .= '</div>';
|
134 |
+
$html .= '</li>';
|
135 |
+
return $html;
|
136 |
+
}
|
137 |
+
|
138 |
+
private function getAuthItemHtml($networkData = array(), $mandantId, $mandantName, $networkId, $b2sAuthUrl = '', $sprache = 'en') {
|
139 |
+
$html = '';
|
140 |
if (isset($networkData[0])) {
|
141 |
foreach ($networkData[0] as $k => $v) {
|
142 |
$html .= '<li class="b2s-network-item-auth-list-li" data-network-auth-id="' . $v['networkAuthId'] . '" data-network-mandant-id="' . $mandantId . '" data-network-id="' . $networkId . '" data-network-type="0">';
|
147 |
$html .= __('Profile', 'blog2social') . ': ' . stripslashes($v['networkUserName']) . '</span> ';
|
148 |
}
|
149 |
|
150 |
+
if (!empty($mandantName)) {
|
151 |
+
$html .='<span class="b2s-network-mandant-name">(' . $mandantName . ')</span> ';
|
152 |
+
}
|
153 |
+
|
154 |
if ($v['notAllow'] === false) {
|
155 |
$html .= '<a href="#" onclick="wop(\'' . $b2sAuthUrl . '&choose=profil&update=' . $v['networkAuthId'] . '\', \'Blog2Social Network\'); return false;" class="b2s-network-auth-btn b2s-network-auth-update-btn add-padding-left" data-network-auth-id="' . $v['networkAuthId'] . '"><span class="glyphicon glyphicon-refresh glyphicon-grey"></span></a>';
|
156 |
}
|
157 |
+
$html .= '<a class="b2s-network-item-auth-list-btn-delete" data-network-id="'.$networkId.'" data-network-auth-id="' . $v['networkAuthId'] . '" href="#"><span class="glyphicon glyphicon-trash glyphicon-grey"></span></a>';
|
158 |
$html .= ($v['expiredDate'] != '0000-00-00' && $v['expiredDate'] <= date('Y-m-d')) ? ' <span class="label label-danger b2s-network-auth-update-label" data-network-auth-id="' . $v['networkAuthId'] . '">' . __('Authorization is interrupted since', 'blog2social') . ' ' . ($sprache == 'en' ? $v['expiredDate'] : date('d.m.Y', strtotime($v['expiredDate']))) . '</span>' : '';
|
159 |
if ($v['notAllow'] !== false) {
|
160 |
$html .='<div class="no-allow-info-text">' . __('To reactivate this social media connection,', 'blog2social') . ' <a href="' . B2S_Tools::getSupportLink('affiliate') . '"target="_blank">' . __('please upgrade', 'blog2social') . '</a></div>';
|
173 |
$html .= __('Page', 'blog2social') . ': ' . stripslashes($v['networkUserName']) . '</span> ';
|
174 |
}
|
175 |
|
176 |
+
if (!empty($mandantName)) {
|
177 |
+
$html .='<span class="b2s-network-mandant-name">(' . $mandantName . ')</span> ';
|
178 |
+
}
|
179 |
+
|
180 |
if ($v['notAllow'] === false) {
|
181 |
$html .= '<a href="#" onclick="wop(\'' . $b2sAuthUrl . '&choose=page&update=' . $v['networkAuthId'] . '\', \'Blog2Social Network\'); return false;" class="b2s-network-auth-btn b2s-network-auth-update-btn add-padding-left" data-network-auth-id="' . $v['networkAuthId'] . '"><span class="glyphicon glyphicon-refresh glyphicon-grey"></span></a>';
|
182 |
}
|
183 |
+
$html .= '<a class="b2s-network-item-auth-list-btn-delete" data-network-id="'.$networkId.'" data-network-auth-id="' . $v['networkAuthId'] . '" href="#"><span class="glyphicon glyphicon-trash glyphicon-grey"></span></a>';
|
184 |
$html .= ($v['expiredDate'] != '0000-00-00' && $v['expiredDate'] <= date('Y-m-d')) ? ' <span class="label label-danger b2s-network-auth-update-label" data-network-auth-id="' . $v['networkAuthId'] . '">' . __('Authorization is interrupted since', 'blog2social') . ' ' . ($sprache == 'en' ? $v['expiredDate'] : date('d.m.Y', strtotime($v['expiredDate']))) . '</span>' : '';
|
185 |
|
186 |
if ($v['notAllow'] !== false) {
|
199 |
$html .= __('Group', 'blog2social') . ': ' . stripslashes($v['networkUserName']) . '</span> ';
|
200 |
}
|
201 |
|
202 |
+
if (!empty($mandantName)) {
|
203 |
+
$html .='<span class="b2s-network-mandant-name">(' . $mandantName . ')</span> ';
|
204 |
+
}
|
205 |
+
|
206 |
if ($v['notAllow'] === false) {
|
207 |
$html .= '<a href="#" onclick="wop(\'' . $b2sAuthUrl . '&choose=group&update=' . $v['networkAuthId'] . '\', \'Blog2Social Network\'); return false;" class="b2s-network-auth-btn b2s-network-auth-update-btn add-padding-left" data-network-auth-id="' . $v['networkAuthId'] . '"><span class="glyphicon glyphicon-refresh glyphicon-grey"></span></a>';
|
208 |
}
|
209 |
+
$html .= '<a class="b2s-network-item-auth-list-btn-delete" data-network-id="'.$networkId.'" data-network-auth-id="' . $v['networkAuthId'] . '" href="#"><span class="glyphicon glyphicon-trash glyphicon-grey"></span></a>';
|
210 |
$html .= ($v['expiredDate'] != '0000-00-00' && $v['expiredDate'] <= date('Y-m-d')) ? ' <span class="label label-danger b2s-network-auth-update-label" data-network-auth-id="' . $v['networkAuthId'] . '">' . __('Authorization is interrupted since', 'blog2social') . ' ' . ($sprache == 'en' ? $v['expiredDate'] : date('d.m.Y', strtotime($v['expiredDate']))) . '</span>' : '';
|
211 |
|
212 |
if ($v['notAllow'] !== false) {
|
216 |
$html .= '</li>';
|
217 |
}
|
218 |
}
|
|
|
|
|
|
|
|
|
|
|
219 |
return $html;
|
220 |
}
|
221 |
|
includes/B2S/Settings/Item.php
CHANGED
@@ -60,6 +60,7 @@ class B2S_Settings_Item {
|
|
60 |
$userTimeZoneOffset = (empty($userTimeZone)) ? get_option('gmt_offset') : B2S_Util::getOffsetToUtcByTimeZone($userTimeZone);
|
61 |
$userInfo = get_user_meta(B2S_PLUGIN_BLOG_USER_ID);
|
62 |
$isChecked = (isset($this->settings->short_url) && (int) $this->settings->short_url == 0) ? 1 : 0;
|
|
|
63 |
|
64 |
$content = '';
|
65 |
$content .='<h4>' . __('Account', 'blog2social') . '</h4>';
|
@@ -69,7 +70,7 @@ class B2S_Settings_Item {
|
|
69 |
$content .=' <select id="b2s-user-time-zone" class="form-control b2s-select" name="b2s-user-time-zone">';
|
70 |
$content .= B2S_Util::createTimezoneList($userTimeZone);
|
71 |
$content .= '</select>';
|
72 |
-
$content .= '<a href="#" data-toggle="modal" data-target="#b2sInfoTimeZoneModal" class="
|
73 |
$content .='</div>';
|
74 |
$content .='<br><div class="b2s-settings-time-zone-info">' . __('Timezone for Scheduling', 'blog2social') . ' (' . __('User', 'blog2social') . ': ' . (isset($userInfo['nickname'][0]) ? $userInfo['nickname'][0] : '-') . ') <code id="b2s-user-time">' . B2S_Util::getLocalDate($userTimeZoneOffset, substr(B2S_LANGUAGE, 0, 2)) . '</code></span></div>';
|
75 |
$content .='</div>';
|
@@ -77,11 +78,11 @@ class B2S_Settings_Item {
|
|
77 |
$content .= '<br>';
|
78 |
|
79 |
$content .='<hr>';
|
80 |
-
$content .='<h4>' . __('Auto-Posting', 'blog2social') . '</h4>';
|
81 |
-
$content .='<label class="b2s-auto-post-label">' . __('What post type of items do you want load the Auto-Poster?', 'blog2social') . '
|
82 |
$content .='<br>';
|
83 |
$content .='<br>';
|
84 |
-
$content .= '<form id = "b2s-user-network-settings-auto-post" method = "post">';
|
85 |
$content .='<div class="row">';
|
86 |
$content .='<div class="col-xs-12 col-md-2">';
|
87 |
$content .='<label class="b2s-auto-post-publish-label">' . __('new posts', 'blog2social') . '</label>';
|
@@ -102,9 +103,9 @@ class B2S_Settings_Item {
|
|
102 |
$content .='</div>';
|
103 |
$content .='</div>';
|
104 |
if (B2S_PLUGIN_USER_VERSION > 0) {
|
105 |
-
$content .= '<button class="pull-right btn btn-
|
106 |
} else {
|
107 |
-
$content .= '<button class="pull-right btn btn-
|
108 |
}
|
109 |
$content .= __('Save', 'blog2social') . '</button>';
|
110 |
$content .= '<input type="hidden" name="action" value="b2s_user_network_settings">';
|
@@ -114,9 +115,9 @@ class B2S_Settings_Item {
|
|
114 |
$content .='<br>';
|
115 |
$content .='<hr>';
|
116 |
$content .='<h4>' . __('Content', 'blog2social') . '</h4>';
|
117 |
-
$content .= '<input type="checkbox" value="' . $isChecked . '" id="b2s-user-network-settings-short-url" ' . (($isChecked == 0) ? 'checked="checked"' : '') . ' /><label for="b2s-user-network-settings-short-url"> ' . __('use b2s.pm Link Shortener', 'blog2social') . ' <a href="#" data-toggle="modal" data-target="#b2sInfoLinkModal" class="
|
118 |
$content .= '<br>';
|
119 |
-
$content .= '<input type="checkbox" value="' . $isCheckedAllowShortcode . '" id="b2s-user-network-settings-allow-shortcode" ' . (($isCheckedAllowShortcode == 1) ? 'checked="checked"' : '') . ' /><label for="b2s-user-network-settings-allow-shortcode"> ' . __('allow shortcodes in my post', 'blog2social') . ' <a href="#" data-toggle="modal" data-target="#b2sInfoAllowShortcodeModal" class="
|
120 |
$content .= '<br>';
|
121 |
|
122 |
return $content;
|
@@ -175,8 +176,6 @@ class B2S_Settings_Item {
|
|
175 |
$this->options->_setOption('post_format', $post_format);
|
176 |
}
|
177 |
|
178 |
-
$premiumInfoType = (B2S_PLUGIN_USER_VERSION < 2) ? '<div class="col-lg-3 col-md-4 col-xs-5 del-padding-left del-padding-right"><span class="label label-success"><a target="_blank" class="btn-label-premium" href="' . B2S_Tools::getSupportLink('affiliate') . '">PREMIUM</a></span></div>' : '';
|
179 |
-
$premiumInfoAll = (B2S_PLUGIN_USER_VERSION == 0) ? '<div class="col-lg-3 col-md-4 col-xs-5 del-padding-left del-padding-right"><span class="label label-success"><a target="_blank" class="btn-label-premium" href="' . B2S_Tools::getSupportLink('affiliate') . '">PREMIUM</a></span></div>' : '';
|
180 |
$disabledInputType = (B2S_PLUGIN_USER_VERSION < 2) ? 'disabled' : '';
|
181 |
$disabledInputAll = (B2S_PLUGIN_USER_VERSION == 0) ? 'disabled' : '';
|
182 |
$disabledTextType = (B2S_PLUGIN_USER_VERSION < 2) ? 'font-gray' : '';
|
@@ -191,12 +190,12 @@ class B2S_Settings_Item {
|
|
191 |
$content .='<div class="padding-left-15">';
|
192 |
|
193 |
if ((B2S_PLUGIN_USER_VERSION < 2 && $networkId == 1) || $networkId == 2) {
|
194 |
-
$content .= '<div class="col-lg-3 col-md-4 col-xs-5 del-padding-left del-padding-right b2s-input-margin-bottom-5"><input type="radio" ' . $disabledInputAll . ' id="all-' . $networkId . '-1" ' . ( (isset($optionPostFormat[$networkId]) && is_array($optionPostFormat[$networkId]) && isset($optionPostFormat[$networkId]['all']) && (int) $optionPostFormat[$networkId]['all'] == 0) ? 'checked' : ((!isset($optionPostFormat[$networkId])) ? 'checked' : '' )) . ' name="all" value="0"><label class="' . $disabledTextAll . '" for="all-' . $networkId . '-1">' . $textAll . '</label></div
|
195 |
}
|
196 |
if ($networkId == 1) {
|
197 |
-
$content .= '<div class="col-lg-3 col-md-4 col-xs-5 del-padding-left del-padding-right"><input type="radio" ' . $disabledInputType . ' id="type[0]-' . $networkId . '-1" ' . ((isset($optionPostFormat[$networkId][0]) && (int) $optionPostFormat[$networkId][0] == 0) ? 'checked' : ( isset($optionPostFormat[$networkId]['all']) && (int) $optionPostFormat[$networkId]['all'] == 0 && !isset($optionPostFormat[$networkId][0])) ? 'checked' : '') . ' name="type-format[0]" value="0"><label class="' . $disabledTextType . '" for="type[0]-' . $networkId . '-1">' . __('Profile', 'blog2social') . '</label></div
|
198 |
-
$content .= '<div class="col-lg-3 col-md-4 col-xs-5 del-padding-left del-padding-right"><input type="radio" ' . $disabledInputType . ' id="type[1]-' . $networkId . '-1" ' . ( (isset($optionPostFormat[$networkId][1]) && (int) $optionPostFormat[$networkId][1] == 0) ? 'checked' : ( isset($optionPostFormat[$networkId]['all']) && (int) $optionPostFormat[$networkId]['all'] == 0 && !isset($optionPostFormat[$networkId][0])) ? 'checked' : '') . ' name="type-format[1]" value="0"><label class="' . $disabledTextType . '" for="type[1]-' . $networkId . '-1">' . __('Page', 'blog2social') . '</label></div
|
199 |
-
$content .= '<div class="col-lg-3 col-md-4 col-xs-5 del-padding-left del-padding-right"><input type="radio" ' . $disabledInputType . ' id="type[2]-' . $networkId . '-1" ' . ( (isset($optionPostFormat[$networkId][2]) && (int) $optionPostFormat[$networkId][2] == 0) ? 'checked' : ( isset($optionPostFormat[$networkId]['all']) && (int) $optionPostFormat[$networkId]['all'] == 0 && !isset($optionPostFormat[$networkId][0])) ? 'checked' : '') . ' name="type-format[2]" value="0"><label class="' . $disabledTextType . '" for="type[2]-' . $networkId . '-1">' . __('Group', 'blog2social') . '</label></div
|
200 |
}
|
201 |
$content .='</div>';
|
202 |
$content .='</div>';
|
@@ -208,12 +207,12 @@ class B2S_Settings_Item {
|
|
208 |
$content .='<div class="padding-left-15">';
|
209 |
|
210 |
if ((B2S_PLUGIN_USER_VERSION < 2 && $networkId == 1) || $networkId == 2) {
|
211 |
-
$content .= '<div class="col-lg-3 col-md-4 col-xs-5 del-padding-left del-padding-right b2s-input-margin-bottom-5"><input type="radio" ' . $disabledInputAll . ' id="all-' . $networkId . '-2" ' . ((isset($optionPostFormat[$networkId]) && is_array($optionPostFormat[$networkId]) && isset($optionPostFormat[$networkId]['all']) && (int) $optionPostFormat[$networkId]['all'] == 1) ? 'checked' : '') . ' name="all" value="1"><label class="' . $disabledTextAll . '" for="all-' . $networkId . '-2">' . $textAll . '</label></div
|
212 |
}
|
213 |
if ($networkId == 1) {
|
214 |
-
$content .= '<div class="col-lg-3 col-md-4 col-xs-5 del-padding-left del-padding-right"><input type="radio" ' . $disabledInputType . ' id="type[0]-' . $networkId . '-2" ' . ( (isset($optionPostFormat[$networkId][0]) && (int) $optionPostFormat[$networkId][0] == 1) ? 'checked' : ( isset($optionPostFormat[$networkId]['all']) && (int) $optionPostFormat[$networkId]['all'] == 1 && !isset($optionPostFormat[$networkId][0])) ? 'checked' : '') . ' name="type-format[0]" value="1"><label class="' . $disabledTextType . '" for="type[0]-' . $networkId . '-2">' . __('Profile', 'blog2social') . '</label></div
|
215 |
-
$content .= '<div class="col-lg-3 col-md-4 col-xs-5 del-padding-left del-padding-right"><input type="radio" ' . $disabledInputType . ' id="type[1]-' . $networkId . '-2" ' . ( (isset($optionPostFormat[$networkId][1]) && (int) $optionPostFormat[$networkId][1] == 1) ? 'checked' : ( isset($optionPostFormat[$networkId]['all']) && (int) $optionPostFormat[$networkId]['all'] == 1 && !isset($optionPostFormat[$networkId][1])) ? 'checked' : '') . ' name="type-format[1]" value="1"><label class="' . $disabledTextType . '" for="type[1]-' . $networkId . '-2">' . __('Page', 'blog2social') . '</label></div
|
216 |
-
$content .= '<div class="col-lg-3 col-md-4 col-xs-5 del-padding-left del-padding-right"><input type="radio" ' . $disabledInputType . ' id="type[2]-' . $networkId . '-2" ' . ( (isset($optionPostFormat[$networkId][2]) && (int) $optionPostFormat[$networkId][2] == 1) ? 'checked' : ( isset($optionPostFormat[$networkId]['all']) && (int) $optionPostFormat[$networkId]['all'] == 1 && !isset($optionPostFormat[$networkId][1])) ? 'checked' : '') . ' name="type-format[2]" value="1"><label class="' . $disabledTextType . '" for="type[2]-' . $networkId . '-2">' . __('Group', 'blog2social') . '</label></div
|
217 |
}
|
218 |
$content .='</div>';
|
219 |
$content .='</div>';
|
@@ -246,7 +245,8 @@ class B2S_Settings_Item {
|
|
246 |
|
247 |
public function getSchedSettingsHtml() {
|
248 |
if (!empty($this->networkData)) {
|
249 |
-
$
|
|
|
250 |
<ul class = "list-group b2s-settings-sched-details-container-list">';
|
251 |
foreach ($this->networkData as $k => $v) {
|
252 |
$content .= '<li class = "list-group-item">
|
@@ -287,9 +287,9 @@ class B2S_Settings_Item {
|
|
287 |
}
|
288 |
$content .= '</ul><div class = "pull-right">';
|
289 |
if (B2S_PLUGIN_USER_VERSION > 0) {
|
290 |
-
$content .= '<button id="b2s-save-time-settings-btn" class = "btn btn-
|
291 |
} else {
|
292 |
-
$content .= '<button id="b2s-save-time-settings-btn" class
|
293 |
}
|
294 |
$content .= __('save', 'blog2social') . '</button>';
|
295 |
$content .= '</div>';
|
60 |
$userTimeZoneOffset = (empty($userTimeZone)) ? get_option('gmt_offset') : B2S_Util::getOffsetToUtcByTimeZone($userTimeZone);
|
61 |
$userInfo = get_user_meta(B2S_PLUGIN_BLOG_USER_ID);
|
62 |
$isChecked = (isset($this->settings->short_url) && (int) $this->settings->short_url == 0) ? 1 : 0;
|
63 |
+
$isPremium = (B2S_PLUGIN_USER_VERSION == 0) ? ' <span class="label label-success label-sm"><a href="#" class="btn-label-premium" data-toggle="modal" data-target="#b2sInfoAutoShareModal">' . __("PREMIUM", "blog2social") . '</a></span>' : '';
|
64 |
|
65 |
$content = '';
|
66 |
$content .='<h4>' . __('Account', 'blog2social') . '</h4>';
|
70 |
$content .=' <select id="b2s-user-time-zone" class="form-control b2s-select" name="b2s-user-time-zone">';
|
71 |
$content .= B2S_Util::createTimezoneList($userTimeZone);
|
72 |
$content .= '</select>';
|
73 |
+
$content .= ' <a href="#" data-toggle="modal" data-target="#b2sInfoTimeZoneModal" class="b2s-info-btn hidden-xs">' . __('Info', 'Blog2Social') . '</a>';
|
74 |
$content .='</div>';
|
75 |
$content .='<br><div class="b2s-settings-time-zone-info">' . __('Timezone for Scheduling', 'blog2social') . ' (' . __('User', 'blog2social') . ': ' . (isset($userInfo['nickname'][0]) ? $userInfo['nickname'][0] : '-') . ') <code id="b2s-user-time">' . B2S_Util::getLocalDate($userTimeZoneOffset, substr(B2S_LANGUAGE, 0, 2)) . '</code></span></div>';
|
76 |
$content .='</div>';
|
78 |
$content .= '<br>';
|
79 |
|
80 |
$content .='<hr>';
|
81 |
+
$content .='<h4>' . __('Auto-Posting', 'blog2social') . $isPremium . '</h4>';
|
82 |
+
$content .='<label class="b2s-auto-post-label">' . __('What post type of items do you want load the Auto-Poster?', 'blog2social') . ' <a href="#" data-toggle="modal" data-target="#b2sInfoAutoShareModal" class="b2s-info-btn del-padding-left">' . __('Info', 'Blog2Social') . '</a></label>';
|
83 |
$content .='<br>';
|
84 |
$content .='<br>';
|
85 |
+
$content .= '<form id = "b2s-user-network-settings-auto-post" method = "post" '.(!empty($isPremium) ? 'class="b2s-btn-disabled"' : '').' >';
|
86 |
$content .='<div class="row">';
|
87 |
$content .='<div class="col-xs-12 col-md-2">';
|
88 |
$content .='<label class="b2s-auto-post-publish-label">' . __('new posts', 'blog2social') . '</label>';
|
103 |
$content .='</div>';
|
104 |
$content .='</div>';
|
105 |
if (B2S_PLUGIN_USER_VERSION > 0) {
|
106 |
+
$content .= '<button class="pull-right btn btn-primary btn-sm" type="submit">';
|
107 |
} else {
|
108 |
+
$content .= '<button class="pull-right btn btn-primary btn-sm b2s-btn-disabled b2s-save-settings-pro-info" data-toggle = "modal" data-target = "#b2sInfoAutoShareModal">';
|
109 |
}
|
110 |
$content .= __('Save', 'blog2social') . '</button>';
|
111 |
$content .= '<input type="hidden" name="action" value="b2s_user_network_settings">';
|
115 |
$content .='<br>';
|
116 |
$content .='<hr>';
|
117 |
$content .='<h4>' . __('Content', 'blog2social') . '</h4>';
|
118 |
+
$content .= '<input type="checkbox" value="' . $isChecked . '" id="b2s-user-network-settings-short-url" ' . (($isChecked == 0) ? 'checked="checked"' : '') . ' /><label for="b2s-user-network-settings-short-url"> ' . __('use b2s.pm Link Shortener', 'blog2social') . ' <a href="#" data-toggle="modal" data-target="#b2sInfoLinkModal" class="b2s-info-btn del-padding-left">' . __('Info', 'Blog2Social') . '</a></label>';
|
119 |
$content .= '<br>';
|
120 |
+
$content .= '<input type="checkbox" value="' . $isCheckedAllowShortcode . '" id="b2s-user-network-settings-allow-shortcode" ' . (($isCheckedAllowShortcode == 1) ? 'checked="checked"' : '') . ' /><label for="b2s-user-network-settings-allow-shortcode"> ' . __('allow shortcodes in my post', 'blog2social') . ' <a href="#" data-toggle="modal" data-target="#b2sInfoAllowShortcodeModal" class="b2s-info-btn del-padding-left">' . __('Info', 'Blog2Social') . '</a></label>';
|
121 |
$content .= '<br>';
|
122 |
|
123 |
return $content;
|
176 |
$this->options->_setOption('post_format', $post_format);
|
177 |
}
|
178 |
|
|
|
|
|
179 |
$disabledInputType = (B2S_PLUGIN_USER_VERSION < 2) ? 'disabled' : '';
|
180 |
$disabledInputAll = (B2S_PLUGIN_USER_VERSION == 0) ? 'disabled' : '';
|
181 |
$disabledTextType = (B2S_PLUGIN_USER_VERSION < 2) ? 'font-gray' : '';
|
190 |
$content .='<div class="padding-left-15">';
|
191 |
|
192 |
if ((B2S_PLUGIN_USER_VERSION < 2 && $networkId == 1) || $networkId == 2) {
|
193 |
+
$content .= '<div class="col-lg-3 col-md-4 col-xs-5 del-padding-left del-padding-right b2s-input-margin-bottom-5"><input type="radio" ' . $disabledInputAll . ' id="all-' . $networkId . '-1" ' . ( (isset($optionPostFormat[$networkId]) && is_array($optionPostFormat[$networkId]) && isset($optionPostFormat[$networkId]['all']) && (int) $optionPostFormat[$networkId]['all'] == 0) ? 'checked' : ((!isset($optionPostFormat[$networkId])) ? 'checked' : '' )) . ' name="all" value="0"><label class="' . $disabledTextAll . '" for="all-' . $networkId . '-1">' . $textAll . '</label></div><div class="clearfix"></div>';
|
194 |
}
|
195 |
if ($networkId == 1) {
|
196 |
+
$content .= '<div class="col-lg-3 col-md-4 col-xs-5 del-padding-left del-padding-right"><input type="radio" ' . $disabledInputType . ' id="type[0]-' . $networkId . '-1" ' . ((isset($optionPostFormat[$networkId][0]) && (int) $optionPostFormat[$networkId][0] == 0) ? 'checked' : ( isset($optionPostFormat[$networkId]['all']) && (int) $optionPostFormat[$networkId]['all'] == 0 && !isset($optionPostFormat[$networkId][0])) ? 'checked' : '') . ' name="type-format[0]" value="0"><label class="' . $disabledTextType . '" for="type[0]-' . $networkId . '-1">' . __('Profile', 'blog2social') . '</label></div><div class="clearfix"></div>';
|
197 |
+
$content .= '<div class="col-lg-3 col-md-4 col-xs-5 del-padding-left del-padding-right"><input type="radio" ' . $disabledInputType . ' id="type[1]-' . $networkId . '-1" ' . ( (isset($optionPostFormat[$networkId][1]) && (int) $optionPostFormat[$networkId][1] == 0) ? 'checked' : ( isset($optionPostFormat[$networkId]['all']) && (int) $optionPostFormat[$networkId]['all'] == 0 && !isset($optionPostFormat[$networkId][0])) ? 'checked' : '') . ' name="type-format[1]" value="0"><label class="' . $disabledTextType . '" for="type[1]-' . $networkId . '-1">' . __('Page', 'blog2social') . '</label></div><div class="clearfix"></div>';
|
198 |
+
$content .= '<div class="col-lg-3 col-md-4 col-xs-5 del-padding-left del-padding-right"><input type="radio" ' . $disabledInputType . ' id="type[2]-' . $networkId . '-1" ' . ( (isset($optionPostFormat[$networkId][2]) && (int) $optionPostFormat[$networkId][2] == 0) ? 'checked' : ( isset($optionPostFormat[$networkId]['all']) && (int) $optionPostFormat[$networkId]['all'] == 0 && !isset($optionPostFormat[$networkId][0])) ? 'checked' : '') . ' name="type-format[2]" value="0"><label class="' . $disabledTextType . '" for="type[2]-' . $networkId . '-1">' . __('Group', 'blog2social') . '</label></div><div class="clearfix"></div>';
|
199 |
}
|
200 |
$content .='</div>';
|
201 |
$content .='</div>';
|
207 |
$content .='<div class="padding-left-15">';
|
208 |
|
209 |
if ((B2S_PLUGIN_USER_VERSION < 2 && $networkId == 1) || $networkId == 2) {
|
210 |
+
$content .= '<div class="col-lg-3 col-md-4 col-xs-5 del-padding-left del-padding-right b2s-input-margin-bottom-5"><input type="radio" ' . $disabledInputAll . ' id="all-' . $networkId . '-2" ' . ((isset($optionPostFormat[$networkId]) && is_array($optionPostFormat[$networkId]) && isset($optionPostFormat[$networkId]['all']) && (int) $optionPostFormat[$networkId]['all'] == 1) ? 'checked' : '') . ' name="all" value="1"><label class="' . $disabledTextAll . '" for="all-' . $networkId . '-2">' . $textAll . '</label></div><div class="clearfix"></div>';
|
211 |
}
|
212 |
if ($networkId == 1) {
|
213 |
+
$content .= '<div class="col-lg-3 col-md-4 col-xs-5 del-padding-left del-padding-right"><input type="radio" ' . $disabledInputType . ' id="type[0]-' . $networkId . '-2" ' . ( (isset($optionPostFormat[$networkId][0]) && (int) $optionPostFormat[$networkId][0] == 1) ? 'checked' : ( isset($optionPostFormat[$networkId]['all']) && (int) $optionPostFormat[$networkId]['all'] == 1 && !isset($optionPostFormat[$networkId][0])) ? 'checked' : '') . ' name="type-format[0]" value="1"><label class="' . $disabledTextType . '" for="type[0]-' . $networkId . '-2">' . __('Profile', 'blog2social') . '</label></div><div class="clearfix"></div>';
|
214 |
+
$content .= '<div class="col-lg-3 col-md-4 col-xs-5 del-padding-left del-padding-right"><input type="radio" ' . $disabledInputType . ' id="type[1]-' . $networkId . '-2" ' . ( (isset($optionPostFormat[$networkId][1]) && (int) $optionPostFormat[$networkId][1] == 1) ? 'checked' : ( isset($optionPostFormat[$networkId]['all']) && (int) $optionPostFormat[$networkId]['all'] == 1 && !isset($optionPostFormat[$networkId][1])) ? 'checked' : '') . ' name="type-format[1]" value="1"><label class="' . $disabledTextType . '" for="type[1]-' . $networkId . '-2">' . __('Page', 'blog2social') . '</label></div><div class="clearfix"></div>';
|
215 |
+
$content .= '<div class="col-lg-3 col-md-4 col-xs-5 del-padding-left del-padding-right"><input type="radio" ' . $disabledInputType . ' id="type[2]-' . $networkId . '-2" ' . ( (isset($optionPostFormat[$networkId][2]) && (int) $optionPostFormat[$networkId][2] == 1) ? 'checked' : ( isset($optionPostFormat[$networkId]['all']) && (int) $optionPostFormat[$networkId]['all'] == 1 && !isset($optionPostFormat[$networkId][1])) ? 'checked' : '') . ' name="type-format[2]" value="1"><label class="' . $disabledTextType . '" for="type[2]-' . $networkId . '-2">' . __('Group', 'blog2social') . '</label></div><div class="clearfix"></div>';
|
216 |
}
|
217 |
$content .='</div>';
|
218 |
$content .='</div>';
|
245 |
|
246 |
public function getSchedSettingsHtml() {
|
247 |
if (!empty($this->networkData)) {
|
248 |
+
$isPremium = (B2S_PLUGIN_USER_VERSION == 0) ? 'class="b2s-btn-disabled"' : '';
|
249 |
+
$content = '<form id = "b2sSaveUserSettingsSchedTime" method = "post" ' . $isPremium . '>
|
250 |
<ul class = "list-group b2s-settings-sched-details-container-list">';
|
251 |
foreach ($this->networkData as $k => $v) {
|
252 |
$content .= '<li class = "list-group-item">
|
287 |
}
|
288 |
$content .= '</ul><div class = "pull-right">';
|
289 |
if (B2S_PLUGIN_USER_VERSION > 0) {
|
290 |
+
$content .= '<button id="b2s-save-time-settings-btn" class = "btn btn-primary" type = "submit">';
|
291 |
} else {
|
292 |
+
$content .= '<button id="b2s-save-time-settings-btn" class= "btn btn-primary b2s-btn-disabled b2s-save-settings-pro-info" data-title = "' . __('You want to schedule your posts and use the Best Time Scheduler?', 'blog2social') . '" data-toggle = "modal" data-target = "#b2sInfoSchedTimesModal">';
|
293 |
}
|
294 |
$content .= __('save', 'blog2social') . '</button>';
|
295 |
$content .= '</div>';
|
includes/B2S/Ship/Image.php
CHANGED
@@ -20,21 +20,9 @@ class B2S_Ship_Image {
|
|
20 |
$content .= '</div></div>';
|
21 |
|
22 |
$content .= '<div class="row b2s-image-size-info">';
|
23 |
-
$content .='<div class="col-xs-12
|
24 |
-
$content .='<div class="col-xs-7 hidden-xs hidden-sm">';
|
25 |
$content .='<i">' . __('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>';
|
26 |
$content .='</div>';
|
27 |
-
$content .='<div class="col-xs-5">';
|
28 |
-
|
29 |
-
if (current_user_can('upload_files')) {
|
30 |
-
if (B2S_PLUGIN_USER_VERSION > 1) {
|
31 |
-
$content .= '<button class="btn btn-primary b2s-upload-image pull-right">' . __('Select & upload an image from your mediathek', 'blog2social') . '</button>';
|
32 |
-
} else {
|
33 |
-
$content .= '<button class="btn btn-primary b2s-upload-image-free-version pull-right">' .__('PREMIUM', 'blog2social').': '.__('Select & upload an image from your mediathek', 'blog2social') . '</button>';
|
34 |
-
}
|
35 |
-
}
|
36 |
-
$content .='</div>';
|
37 |
-
$content .='</div>';
|
38 |
$content .='</div>';
|
39 |
$tempCountImage = 0;
|
40 |
$content .= '<div class="b2s-image-choose-area">';
|
@@ -62,13 +50,20 @@ class B2S_Ship_Image {
|
|
62 |
$content .= '</div>';
|
63 |
$content .= '<input type="hidden" class="b2s-choose-image-count" value="' . $tempCountImage . '">';
|
64 |
|
65 |
-
$content .= '<div class="col-xs-12 b2s-image-change-btn-area" ' . (!$isImage ? 'style="display:none"' : '') . '>';
|
|
|
66 |
if (B2S_PLUGIN_USER_VERSION > 0) {
|
67 |
-
$content .= '<button class="btn btn-
|
68 |
} else {
|
69 |
-
$content .= '<button class="btn btn-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
70 |
}
|
71 |
-
$content .= ' <button class="btn btn-success b2s-image-change-all-network pull-right" >' . __('Apply image for all networks', 'blog2social') . '</button>';
|
72 |
$content .= '</div>';
|
73 |
$content .= '<input type="hidden" id="b2s_wp_media_headline" value="' . __('Select or upload an image from mediathek', 'blog2social') . '">';
|
74 |
$content .= '<input type="hidden" id="b2s_wp_media_btn" value="' . __('Use image', 'blog2social') . '">';
|
20 |
$content .= '</div></div>';
|
21 |
|
22 |
$content .= '<div class="row b2s-image-size-info">';
|
23 |
+
$content .='<div class="col-xs-12 hidden-xs hidden-sm">';
|
|
|
24 |
$content .='<i">' . __('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>';
|
25 |
$content .='</div>';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
$content .='</div>';
|
27 |
$tempCountImage = 0;
|
28 |
$content .= '<div class="b2s-image-choose-area">';
|
50 |
$content .= '</div>';
|
51 |
$content .= '<input type="hidden" class="b2s-choose-image-count" value="' . $tempCountImage . '">';
|
52 |
|
53 |
+
$content .= '<div class="col-xs-12 del-padding-left del-padding-right b2s-image-change-btn-area" ' . (!$isImage ? 'style="display:none"' : '') . '>';
|
54 |
+
$content .= ' <button class="btn btn-primary b2s-image-change-all-network" >' . __('Apply image for all networks', 'blog2social') . '</button>';
|
55 |
if (B2S_PLUGIN_USER_VERSION > 0) {
|
56 |
+
$content .= '<button class="btn btn-primary b2s-image-change-this-network" data-network-auth-id="" >' . __('Apply image for this network', 'blog2social') . '</button>';
|
57 |
} else {
|
58 |
+
$content .= '<button class="btn btn-primary b2s-btn-disabled b2s-upload-image-free-version" >' . __('Apply image for this network', 'blog2social') . ' <span class="label label-success">' . __('PREMIUM', 'blog2social') . ' </span></button>';
|
59 |
+
}
|
60 |
+
if (current_user_can('upload_files')) {
|
61 |
+
if (B2S_PLUGIN_USER_VERSION > 1) {
|
62 |
+
$content .= '<button class="btn btn-primary b2s-upload-image">' . __('Image upload / Mediathek', 'blog2social') . '</button>';
|
63 |
+
} else {
|
64 |
+
$content .= '<button class="btn btn-primary b2s-btn-disabled b2s-upload-image-free-version">' . __('Image upload / Mediathek', 'blog2social') . ' <span class="label label-success">' . __('PREMIUM', 'blog2social') . ' </span></button>';
|
65 |
+
}
|
66 |
}
|
|
|
67 |
$content .= '</div>';
|
68 |
$content .= '<input type="hidden" id="b2s_wp_media_headline" value="' . __('Select or upload an image from mediathek', 'blog2social') . '">';
|
69 |
$content .= '<input type="hidden" id="b2s_wp_media_btn" value="' . __('Use image', 'blog2social') . '">';
|
includes/B2S/Ship/Item.php
CHANGED
@@ -199,9 +199,15 @@ class B2S_Ship_Item {
|
|
199 |
|
200 |
$content .= '<div class="pull-right hidden-xs b2s-post-item-info-area">';
|
201 |
|
202 |
-
if (in_array($data->networkId, $this->setPostFormat)
|
203 |
-
$
|
204 |
-
$content .= '<
|
|
|
|
|
|
|
|
|
|
|
|
|
205 |
}
|
206 |
if (in_array($data->networkId, $this->getText)) {
|
207 |
$content .= '<button class="btn btn-xs btn-link b2s-post-ship-item-full-text" data-network-auth-id="' . $data->networkAuthId . '" >' . __('Insert full-text', 'blog2social') . '</button> | ';
|
@@ -311,7 +317,7 @@ class B2S_Ship_Item {
|
|
311 |
}
|
312 |
} else {
|
313 |
$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-text-limit="' . $limitValue . '" data-network-auth-id="' . $networkAuthId . '" placeholder="' . __('Write something about your post...', 'blog2social') . '" name="b2s[' . $networkAuthId . '][content]" ' . $isRequiredTextarea . ' ' . $textareaOnKeyUp . '>' . $message . '</textarea>';
|
314 |
-
|
315 |
$edit .= $this->getUrlHtml($networkId, $networkAuthId, $limit, $limitValue);
|
316 |
if ($networkId == 14) { //FeatureImage Network Torial (Portfolio)
|
317 |
$edit .= '<input type="hidden" class="b2s-image-url-hidden-field form-control" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '" value="" name="b2s[' . $networkAuthId . '][image_url]">';
|
@@ -431,9 +437,10 @@ class B2S_Ship_Item {
|
|
431 |
$shipping .= '<select name="b2s[' . $networkAuthId . '][releaseSelect]" data-user-version="' . B2S_PLUGIN_USER_VERSION . '" data-network-type="' . $networkTyp . '" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '" class="form-control b2s-select b2s-post-item-details-release-input-date-select ' . (B2S_PLUGIN_USER_VERSION == 0 ? 'b2s-post-item-details-release-input-date-select-reset' : '') . '" >';
|
432 |
$shipping .= '<option value="0" ' . $isSelectedNow . '>' . __('Share Now', 'blog2social') . '</option>';
|
433 |
|
434 |
-
$
|
|
|
435 |
if ($networkTyp != 2 && !in_array($networkId, $this->noScheduleRegularly)) {
|
436 |
-
$shipping .= '<option value="2">' . __('Schedule post recurrently', 'blog2social') . '</option>';
|
437 |
}
|
438 |
|
439 |
$shipping .= '</select>';
|
199 |
|
200 |
$content .= '<div class="pull-right hidden-xs b2s-post-item-info-area">';
|
201 |
|
202 |
+
if (in_array($data->networkId, $this->setPostFormat)) {
|
203 |
+
$addCSS = (B2S_PLUGIN_USER_VERSION ==0) ? 'b2s-btn-disabled' : '';
|
204 |
+
$content .= '<button class="btn btn-xs btn-link b2s-post-ship-item-post-format '.$addCSS.'" data-network-auth-id="' . $data->networkAuthId . '" data-network-type="' . $data->networkType . '" data-network-id="' . $data->networkId . '" >' . __('post format', 'blog2social') . ': <span class="b2s-post-ship-item-post-format-text" data-network-type="' . $data->networkType . '" data-network-id="' . $data->networkId . '" ></span></button>';
|
205 |
+
if (B2S_PLUGIN_USER_VERSION > 0) {
|
206 |
+
$content .= '<input type="hidden" class="b2s-post-item-details-post-format" name="b2s[' . $data->networkAuthId . '][post_format]" data-network-auth-id="' . $data->networkAuthId . '" data-network-id="' . $data->networkId . '" data-network-type="' . $data->networkType . '" value="0" />';
|
207 |
+
}else{
|
208 |
+
$content .= '<span class="label label-success"><a target="_blank" class="btn-label-premium b2s-btn-trigger-post-ship-item-post-format" data-network-auth-id="'.$data->networkAuthId.'" href="#">PREMIUM</a></span>';
|
209 |
+
}
|
210 |
+
$content .=' | ';
|
211 |
}
|
212 |
if (in_array($data->networkId, $this->getText)) {
|
213 |
$content .= '<button class="btn btn-xs btn-link b2s-post-ship-item-full-text" data-network-auth-id="' . $data->networkAuthId . '" >' . __('Insert full-text', 'blog2social') . '</button> | ';
|
317 |
}
|
318 |
} else {
|
319 |
$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-text-limit="' . $limitValue . '" data-network-auth-id="' . $networkAuthId . '" placeholder="' . __('Write something about your post...', 'blog2social') . '" name="b2s[' . $networkAuthId . '][content]" ' . $isRequiredTextarea . ' ' . $textareaOnKeyUp . '>' . $message . '</textarea>';
|
320 |
+
|
321 |
$edit .= $this->getUrlHtml($networkId, $networkAuthId, $limit, $limitValue);
|
322 |
if ($networkId == 14) { //FeatureImage Network Torial (Portfolio)
|
323 |
$edit .= '<input type="hidden" class="b2s-image-url-hidden-field form-control" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '" value="" name="b2s[' . $networkAuthId . '][image_url]">';
|
437 |
$shipping .= '<select name="b2s[' . $networkAuthId . '][releaseSelect]" data-user-version="' . B2S_PLUGIN_USER_VERSION . '" data-network-type="' . $networkTyp . '" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '" class="form-control b2s-select b2s-post-item-details-release-input-date-select ' . (B2S_PLUGIN_USER_VERSION == 0 ? 'b2s-post-item-details-release-input-date-select-reset' : '') . '" >';
|
438 |
$shipping .= '<option value="0" ' . $isSelectedNow . '>' . __('Share Now', 'blog2social') . '</option>';
|
439 |
|
440 |
+
$isPremium = (B2S_PLUGIN_USER_VERSION == 0) ? ' ['.__("PREMIUM", "blog2social").']' : '';
|
441 |
+
$shipping .= '<option value="1" ' . $isSelectedSched . '>' . __('Schedule post once', 'blog2social') .$isPremium.'</option>';
|
442 |
if ($networkTyp != 2 && !in_array($networkId, $this->noScheduleRegularly)) {
|
443 |
+
$shipping .= '<option value="2">' . __('Schedule post recurrently', 'blog2social') . $isPremium.'</option>';
|
444 |
}
|
445 |
|
446 |
$shipping .= '</select>';
|
includes/B2S/Ship/Portale.php
CHANGED
@@ -25,12 +25,11 @@ class B2S_Ship_Portale {
|
|
25 |
|
26 |
$b2sAuthUrl = $this->authurl . '&portal_id=' . $portal->id . '&transfer=' . (in_array($portal->id, $this->oAuthPortal) ? 'oauth' : 'form' ) . '&version=3&affiliate_id=' . B2S_Tools::getAffiliateId();
|
27 |
if (in_array($portal->id, $this->allowGroup)) {
|
28 |
-
$html .= (B2S_PLUGIN_USER_VERSION > 1 || (B2S_PLUGIN_USER_VERSION == 1 && $portal->id != 8)) ? ('<button onclick="wop(\'' . $b2sAuthUrl . '&choose=group\', \'Blog2Social Network\'); return false;" class="btn btn-primary btn-sm b2s-network-list-add-btn">') : '<button type="button" class="btn btn-primary btn-sm b2s-network-list-add-btn b2s-network-list-add-btn-profeature" data-type="auth-network" data-title="' . __('You want to connect a social media group?', 'blog2social') . '" data-toggle="modal" data-target="#'.((B2S_PLUGIN_USER_VERSION ==0) ? 'b2sPreFeatureModal' :'b2sProFeatureModal').'">';
|
29 |
-
$html .= '+ ' . __('Group', 'blog2social') . '</button>';
|
30 |
}
|
31 |
if (in_array($portal->id, $this->allowPage)) {
|
32 |
-
$html .= (B2S_PLUGIN_USER_VERSION > 1 || (B2S_PLUGIN_USER_VERSION == 0 && $portal->id == 1) || (B2S_PLUGIN_USER_VERSION == 1 && ($portal->id == 1 || $portal->id == 10))) ? ('<button onclick="wop(\'' . $b2sAuthUrl . '&choose=page\', \'Blog2Social Network\'); return false;" class="btn btn-primary btn-sm b2s-network-list-add-btn">') : '<button type="button" class="btn btn-primary btn-sm b2s-network-list-add-btn b2s-network-list-add-btn-profeature" data-title="' . __('You want to connect a network page?', 'blog2social') . '" data-type="auth-network" data-toggle="modal" data-target="#'.((B2S_PLUGIN_USER_VERSION ==0) ? 'b2sPreFeatureModal' :'b2sProFeatureModal').'">';
|
33 |
-
|
34 |
}
|
35 |
$html .= in_array($portal->id, $this->allowProfil) ? ('<a href="#" onclick="wop(\'' . $b2sAuthUrl . '&choose=profile\', \'Blog2Social Network\'); return false;" class="btn btn-primary btn-sm b2s-network-list-add-btn">+ ' . __('Profile', 'blog2social') . '</a>') : '';
|
36 |
|
25 |
|
26 |
$b2sAuthUrl = $this->authurl . '&portal_id=' . $portal->id . '&transfer=' . (in_array($portal->id, $this->oAuthPortal) ? 'oauth' : 'form' ) . '&version=3&affiliate_id=' . B2S_Tools::getAffiliateId();
|
27 |
if (in_array($portal->id, $this->allowGroup)) {
|
28 |
+
$html .= (B2S_PLUGIN_USER_VERSION > 1 || (B2S_PLUGIN_USER_VERSION == 1 && $portal->id != 8)) ? ('<button onclick="wop(\'' . $b2sAuthUrl . '&choose=group\', \'Blog2Social Network\'); return false;" class="btn btn-primary btn-sm b2s-network-list-add-btn">+ ' . __('Group', 'blog2social').'</button>') : '<button type="button" class="btn btn-primary btn-sm b2s-network-list-add-btn b2s-network-list-add-btn-profeature b2s-btn-disabled" data-type="auth-network" data-title="' . __('You want to connect a social media group?', 'blog2social') . '" data-toggle="modal" data-target="#'.((B2S_PLUGIN_USER_VERSION ==0) ? 'b2sPreFeatureModal' :'b2sProFeatureModal').'">+ ' . __('Group', 'blog2social').' <span class="label label-success">' . __("PREMIUM", "blog2social") . '</a></button>';
|
|
|
29 |
}
|
30 |
if (in_array($portal->id, $this->allowPage)) {
|
31 |
+
$html .= (B2S_PLUGIN_USER_VERSION > 1 || (B2S_PLUGIN_USER_VERSION == 0 && $portal->id == 1) || (B2S_PLUGIN_USER_VERSION == 1 && ($portal->id == 1 || $portal->id == 10))) ? ('<button onclick="wop(\'' . $b2sAuthUrl . '&choose=page\', \'Blog2Social Network\'); return false;" class="btn btn-primary btn-sm b2s-network-list-add-btn">+ ' . __('Page', 'blog2social') . '</button>') : '<button type="button" class="btn btn-primary btn-sm b2s-network-list-add-btn b2s-network-list-add-btn-profeature b2s-btn-disabled" data-title="' . __('You want to connect a network page?', 'blog2social') . '" data-type="auth-network" data-toggle="modal" data-target="#'.((B2S_PLUGIN_USER_VERSION ==0) ? 'b2sPreFeatureModal' :'b2sProFeatureModal').'">+ ' . __('Page', 'blog2social') . ' <span class="label label-success">' . __("PREMIUM", "blog2social") . '</a></button>';
|
32 |
+
|
33 |
}
|
34 |
$html .= in_array($portal->id, $this->allowProfil) ? ('<a href="#" onclick="wop(\'' . $b2sAuthUrl . '&choose=profile\', \'Blog2Social Network\'); return false;" class="btn btn-primary btn-sm b2s-network-list-add-btn">+ ' . __('Profile', 'blog2social') . '</a>') : '';
|
35 |
|
includes/Init.php
CHANGED
@@ -43,7 +43,8 @@ class B2S_Init {
|
|
43 |
define('B2S_PLUGIN_NETWORK_ALLOW_GROUP', serialize(array(1, 8, 10)));
|
44 |
define('B2S_PLUGIN_NETWORK_OAUTH', serialize(array(1, 2, 3, 4, 7, 8, 11, 15)));
|
45 |
define('B2S_PLUGIN_BLOG_USER_ID', get_current_user_id());
|
46 |
-
define('B2S_PLUGIN_ADMIN', current_user_can('
|
|
|
47 |
$this->blogUserData = get_userdata(B2S_PLUGIN_BLOG_USER_ID);
|
48 |
|
49 |
add_action('admin_init', array($this, 'registerAssets'));
|
@@ -53,7 +54,8 @@ class B2S_Init {
|
|
53 |
|
54 |
add_action('admin_notices', array('B2S_Notice', 'getProVersionNotice'));
|
55 |
add_action('admin_notices', array($this, 'b2s_save_post_alert_meta_box'));
|
56 |
-
add_action('add_meta_boxes', array($this, '
|
|
|
57 |
add_action('save_post', array($this, 'b2s_save_meta_box'));
|
58 |
add_action('trash_post', array($this, 'b2s_delete_sched_post'), 10);
|
59 |
|
@@ -98,29 +100,47 @@ class B2S_Init {
|
|
98 |
}
|
99 |
}
|
100 |
|
101 |
-
public function
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
102 |
$post_types = get_post_types(array('public' => true));
|
103 |
if (is_array($post_types) && !empty($post_types)) {
|
104 |
foreach ($post_types as $post_type) {
|
105 |
-
add_meta_box('b2s-post-meta-box', '<span style="padding: 10px 0 10px 25px; background: url(\'' . plugins_url('/assets/images/b2s_icon.png', B2S_PLUGIN_FILE) . '\') no-repeat left center;"></span>' . __('
|
106 |
}
|
107 |
}
|
108 |
}
|
109 |
|
110 |
-
public function
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
111 |
wp_enqueue_style('B2SAIRDATEPICKERCSS');
|
112 |
wp_enqueue_style('B2SMETABOXCSS');
|
113 |
wp_enqueue_script('B2SAIRDATEPICKERJS');
|
114 |
wp_enqueue_script('B2SAIRDATEPICKERDEJS');
|
115 |
wp_enqueue_script('B2SAIRDATEPICKERENJS');
|
116 |
-
wp_enqueue_script('
|
117 |
|
118 |
wp_nonce_field("b2s-meta-box-nonce-post-area", "b2s-meta-box-nonce");
|
119 |
$postId = (isset($_GET['post']) && (int) $_GET['post'] > 0) ? (int) $_GET['post'] : 0;
|
120 |
$postType = (isset($_GET['post_type']) && !empty($_GET['post_type'])) ? $_GET['post_type'] : 'post'; //default
|
121 |
$postStatus = ($postId != 0) ? get_post_status($postId) : '';
|
122 |
$metaBox = new B2S_MetaBox();
|
123 |
-
echo $metaBox->
|
124 |
}
|
125 |
|
126 |
public function b2s_save_meta_box() {
|
@@ -622,7 +642,8 @@ class B2S_Init {
|
|
622 |
wp_register_script('B2SWYSIWYGJS', plugins_url('assets/lib/wysiwyg/jquery.sceditor.xhtml.min.js', B2S_PLUGIN_FILE), array(), B2S_PLUGIN_VERSION);
|
623 |
wp_register_script('B2SWYSIWYGLANGDEJS', plugins_url('assets/lib/wysiwyg/languages/de.js', B2S_PLUGIN_FILE), array(), B2S_PLUGIN_VERSION);
|
624 |
wp_register_script('B2SWYSIWYGLANGENJS', plugins_url('assets/lib/wysiwyg/languages/en.js', B2S_PLUGIN_FILE), array(), B2S_PLUGIN_VERSION);
|
625 |
-
wp_register_script('
|
|
|
626 |
wp_register_script('B2SPOSTSCHEDHEARTBEATJS', plugins_url('assets/js/b2s/wp/post-sched-heartbeat.js', B2S_PLUGIN_FILE), array(), B2S_PLUGIN_VERSION);
|
627 |
}
|
628 |
|
43 |
define('B2S_PLUGIN_NETWORK_ALLOW_GROUP', serialize(array(1, 8, 10)));
|
44 |
define('B2S_PLUGIN_NETWORK_OAUTH', serialize(array(1, 2, 3, 4, 7, 8, 11, 15)));
|
45 |
define('B2S_PLUGIN_BLOG_USER_ID', get_current_user_id());
|
46 |
+
define('B2S_PLUGIN_ADMIN', current_user_can('edit_others_posts'));
|
47 |
+
|
48 |
$this->blogUserData = get_userdata(B2S_PLUGIN_BLOG_USER_ID);
|
49 |
|
50 |
add_action('admin_init', array($this, 'registerAssets'));
|
54 |
|
55 |
add_action('admin_notices', array('B2S_Notice', 'getProVersionNotice'));
|
56 |
add_action('admin_notices', array($this, 'b2s_save_post_alert_meta_box'));
|
57 |
+
add_action('add_meta_boxes', array($this, 'b2s_load_meta_box_customize'));
|
58 |
+
add_action('add_meta_boxes', array($this, 'b2s_load_meta_box_auto'));
|
59 |
add_action('save_post', array($this, 'b2s_save_meta_box'));
|
60 |
add_action('trash_post', array($this, 'b2s_delete_sched_post'), 10);
|
61 |
|
100 |
}
|
101 |
}
|
102 |
|
103 |
+
public function b2s_load_meta_box_customize() {
|
104 |
+
$post_types = get_post_types(array('public' => true));
|
105 |
+
if (is_array($post_types) && !empty($post_types)) {
|
106 |
+
foreach ($post_types as $post_type) {
|
107 |
+
add_meta_box('b2s-post-meta-box-customize', '<span style="padding: 10px 0 10px 25px; background: url(\'' . plugins_url('/assets/images/b2s_icon.png', B2S_PLUGIN_FILE) . '\') no-repeat left center;"></span>' . __('Manually share on Social Media', 'blog2social'), array($this, 'b2s_view_meta_box_customize'), $post_type, 'side', 'high');
|
108 |
+
}
|
109 |
+
}
|
110 |
+
}
|
111 |
+
|
112 |
+
public function b2s_load_meta_box_auto() {
|
113 |
$post_types = get_post_types(array('public' => true));
|
114 |
if (is_array($post_types) && !empty($post_types)) {
|
115 |
foreach ($post_types as $post_type) {
|
116 |
+
add_meta_box('b2s-post-meta-box-auto', '<span style="padding: 10px 0 10px 25px; background: url(\'' . plugins_url('/assets/images/b2s_icon.png', B2S_PLUGIN_FILE) . '\') no-repeat left center;"></span>' . __('Auto-Post on Social Media', 'blog2social'), array($this, 'b2s_view_meta_box_auto'), $post_type, 'side', 'high');
|
117 |
}
|
118 |
}
|
119 |
}
|
120 |
|
121 |
+
public function b2s_view_meta_box_customize() {
|
122 |
+
wp_enqueue_style('B2SMETABOXCSS');
|
123 |
+
wp_enqueue_script('B2SMETABOXCUSTOMIZEJS');
|
124 |
+
$postId = (isset($_GET['post']) && (int) $_GET['post'] > 0) ? (int) $_GET['post'] : 0;
|
125 |
+
$postStatus = ($postId != 0) ? get_post_status($postId) : '';
|
126 |
+
$metaBox = new B2S_MetaBox();
|
127 |
+
echo $metaBox->getMetaBoxCustomizeHtml($postId, $postStatus);
|
128 |
+
}
|
129 |
+
|
130 |
+
public function b2s_view_meta_box_auto() {
|
131 |
wp_enqueue_style('B2SAIRDATEPICKERCSS');
|
132 |
wp_enqueue_style('B2SMETABOXCSS');
|
133 |
wp_enqueue_script('B2SAIRDATEPICKERJS');
|
134 |
wp_enqueue_script('B2SAIRDATEPICKERDEJS');
|
135 |
wp_enqueue_script('B2SAIRDATEPICKERENJS');
|
136 |
+
wp_enqueue_script('B2SMETABOXAUTOJS');
|
137 |
|
138 |
wp_nonce_field("b2s-meta-box-nonce-post-area", "b2s-meta-box-nonce");
|
139 |
$postId = (isset($_GET['post']) && (int) $_GET['post'] > 0) ? (int) $_GET['post'] : 0;
|
140 |
$postType = (isset($_GET['post_type']) && !empty($_GET['post_type'])) ? $_GET['post_type'] : 'post'; //default
|
141 |
$postStatus = ($postId != 0) ? get_post_status($postId) : '';
|
142 |
$metaBox = new B2S_MetaBox();
|
143 |
+
echo $metaBox->getMetaBoxAutoHtml($postId, $postType, $postStatus);
|
144 |
}
|
145 |
|
146 |
public function b2s_save_meta_box() {
|
642 |
wp_register_script('B2SWYSIWYGJS', plugins_url('assets/lib/wysiwyg/jquery.sceditor.xhtml.min.js', B2S_PLUGIN_FILE), array(), B2S_PLUGIN_VERSION);
|
643 |
wp_register_script('B2SWYSIWYGLANGDEJS', plugins_url('assets/lib/wysiwyg/languages/de.js', B2S_PLUGIN_FILE), array(), B2S_PLUGIN_VERSION);
|
644 |
wp_register_script('B2SWYSIWYGLANGENJS', plugins_url('assets/lib/wysiwyg/languages/en.js', B2S_PLUGIN_FILE), array(), B2S_PLUGIN_VERSION);
|
645 |
+
wp_register_script('B2SMETABOXAUTOJS', plugins_url('assets/js/b2s/wp/post-meta-box-auto.js', B2S_PLUGIN_FILE), array(), B2S_PLUGIN_VERSION);
|
646 |
+
wp_register_script('B2SMETABOXCUSTOMIZEJS', plugins_url('assets/js/b2s/wp/post-meta-box-customize.js', B2S_PLUGIN_FILE), array(), B2S_PLUGIN_VERSION);
|
647 |
wp_register_script('B2SPOSTSCHEDHEARTBEATJS', plugins_url('assets/js/b2s/wp/post-sched-heartbeat.js', B2S_PLUGIN_FILE), array(), B2S_PLUGIN_VERSION);
|
648 |
}
|
649 |
|
includes/MetaBox.php
CHANGED
@@ -10,7 +10,29 @@ class B2S_MetaBox {
|
|
10 |
$this->postLang = strtolower(substr(get_locale(), 0, 2));
|
11 |
}
|
12 |
|
13 |
-
public function
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
|
15 |
$isChecked = "";
|
16 |
$lastPost = "";
|
@@ -21,8 +43,8 @@ class B2S_MetaBox {
|
|
21 |
$userTimeZone = ($optionUserTimeZone !== false) ? $optionUserTimeZone : get_option('timezone_string');
|
22 |
$userTimeZoneOffset = (empty($userTimeZone)) ? get_option('gmt_offset') : B2S_Util::getOffsetToUtcByTimeZone($userTimeZone);
|
23 |
$selectedProfileID = get_option('B2S_PLUGIN_SAVE_META_BOX_AUTO_SHARE_PROFILE_USER_' . B2S_PLUGIN_BLOG_USER_ID);
|
24 |
-
$b2sHeartbeatFaqLink = '<a target="_blank" href="'.((substr(B2S_LANGUAGE, 0, 2) == 'de' || (isset($_GET['lang']) && $_GET['lang'] == 'de')) ? 'https://www.blog2social.com/de/faq/content/1/63/de/systemvoraussetzungen-fuer-die-installation-von-blog2social.html' : 'https://www.blog2social.com/en/faq/content/1/58/en/system-requirements-for-installing-blog2social.html').'">'.__('Please see FAQ','blog2social').'</a>';
|
25 |
-
|
26 |
if (B2S_PLUGIN_USER_VERSION > 0) {
|
27 |
if ($postId > 0) {
|
28 |
global $wpdb;
|
@@ -43,29 +65,30 @@ class B2S_MetaBox {
|
|
43 |
}
|
44 |
|
45 |
$content = '<div class="b2s-post-meta-box">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
<input type="hidden" id="b2s-user-last-selected-profile-id" name="b2s-user-last-selected-profile-id" value="' . ($selectedProfileID !== false ? (int) $selectedProfileID : 0) . '" />
|
47 |
<input type="hidden" id="b2s-home-url" name="b2s-home-url" value="' . get_option('home') . '"/>
|
48 |
-
<input type="hidden" id="b2sLang" name="b2s-user-lang" value="' . substr(B2S_LANGUAGE, 0, 2) . '">
|
49 |
-
<input type="hidden" id="b2sPostLang" name="b2s-post-lang" value="' . substr($this->postLang, 0, 2) . '">
|
50 |
<input type="hidden" id="b2s-user-timezone" name="b2s-user-timezone" value="' . $userTimeZoneOffset . '"/>
|
51 |
<input type="hidden" id="b2s-post-status" name="b2s-post-status" value="' . trim(strtolower($postStatus)) . '"/>
|
52 |
-
<input type="hidden" id="b2s-redirect-url-custom-share" name="b2s-redirect-url-custom-share" value="' . $this->b2sSiteUrl . 'wp-admin/admin.php?page=blog2social-ship&postId=' . $postId . '"/>
|
53 |
-
<div id="b2s-server-connection-fail" class="b2s-info-error"><button class="b2s-btn-close-meta-box b2s-close-icon" data-area-id="b2s-server-connection-fail" title="close notice"></button>' . __('The connection to the server failed. Try again!', 'blog2social') . '</div>
|
54 |
-
<div id="b2s-heartbeat-fail" class="b2s-info-error"><button class="b2s-btn-close-meta-box b2s-close-icon" data-area-id="b2s-heartbeat-fail" title="close notice"></button>' . __('WordPress uses heartbeats by default, Blog2Social as well. Please enable heartbeats for using Blog2Social!', 'blog2social') . $b2sHeartbeatFaqLink . ' </div>
|
55 |
-
<div id="b2s-post-meta-box-state-no-auth" class="b2s-info-error"><button class="b2s-btn-close-meta-box b2s-close-icon" data-area-id="b2s-post-meta-box-state-no-auth" title="close notice"></button>' . __('There are no authorizations for your selected profile. Please, authorize with a social network or select a other profile.', 'blog2social') . '<a href="' . $this->b2sSiteUrl . 'wp-admin/admin.php?page=blog2social-network' . '" target="_bank">' . __('Network settings', 'blog2social') . '</a></div>
|
56 |
-
<div id="b2s-post-meta-box-state-no-publish-future" class="b2s-info-error"><button class="b2s-btn-close-meta-box b2s-close-icon" data-area-id="b2s-post-meta-box-state-no-publish-future" title="close notice"></button>' . __('Your post is still on draft or pending status. Please make sure that your post is published or scheduled to be published on this blog. You can then auto-post or schedule and customize your social media posts with Blog2Social.', 'blog2social') . '</div>
|
57 |
-
<div id="b2s-url-valid-warning" class="b2s-info-warning"><button class="b2s-btn-close-meta-box b2s-close-icon" data-area-id="b2s-url-valid-warning" title="close notice"></button>' . __('Notice: Please make sure, that your website address is reachable. The Social Networks do not allow postings from local installations.', 'blog2social') . '</div>
|
58 |
-
<div id="b2s-post-meta-box-note-trial" class="b2s-info-success"><button class="b2s-btn-close-meta-box b2s-close-icon" data-area-id="b2s-post-meta-box-note-trial" title="close notice"></button><b>' . __('You want to auto post your blog post?', 'blog2social') . '</b><br> <a class="" target="_blank" href="' . B2S_Tools::getSupportLink('affiliate') . '">' . __('Upgrade to PREMIUM', 'blog2social') . '</a></div>
|
59 |
-
<h3 class="b2s-meta-box-headline">' . __('Custom Sharing & Scheduling', 'blog2social') . ' <a class="b2s-info-btn" data-modal-target="b2sInfoMetaBoxModalSched" href="#">' . __('Info', 'blog2social') . '</a></h3>
|
60 |
-
<a id="b2s-meta-box-btn-custom-share" class="b2s-btn b2s-btn-success b2s-btn-sm b2s-center-block b2s-btn-margin-bottom-15" href="#">' . __('Customize & Schedule Social Media Posts', 'blog2social') . '</a>
|
61 |
-
<hr>
|
62 |
<input type="hidden" name="b2s-post-meta-box-version" id="b2s-post-meta-box-version" value="' . B2S_PLUGIN_USER_VERSION . '"/>
|
63 |
-
|
64 |
-
|
65 |
-
<input id="b2s-post-meta-box-time-dropdown-publish" class="post-format" name="b2s-post-meta-box-time-dropdown" value="publish" type="checkbox" ' . $isChecked . '>
|
66 |
<label for="b2s-post-meta-box-time-dropdown-publish" class="post-format-icon">' . __('enable Auto-Posting', 'blog2social') . '</label>
|
67 |
-
|
68 |
-
|
|
|
|
|
|
|
|
|
69 |
<br>
|
70 |
<div class="b2s-loader-impulse b2s-loader-impulse-md"></div>
|
71 |
<div class="clearfix"></div>
|
@@ -81,14 +104,14 @@ class B2S_MetaBox {
|
|
81 |
</div>
|
82 |
<div class="b2s-meta-box-modal-body">
|
83 |
<p>
|
84 |
-
' . __('You have 2 general options to define the date and time to share your blog posts on social media with the Auto-Poster:', 'blog2social') . '
|
85 |
<br><br>' . __('1. Immediately after publishing your blog post', 'blog2social') . '
|
86 |
<br>' . __('Published blog posts: If you publish your blog post with click on publish in your WordPress post editor, Blog2Social will automatically share your social media post immediately.', 'blog2social') . '
|
87 |
<br>' . __('Scheduled blog posts: If you schedule your blog post with click on schedule in your WordPress post editor, Blog2Social will share your social media post on the publishing date of your blog post.', 'blog2social') . '
|
88 |
<br><br>' . __('2. Schedule your social media posts for a specific date and time If you want to share your post at a particular date and time, different from your publishing date, select the option at scheduled times and set any date and time to share your post on social media.', 'blog2social');
|
89 |
|
90 |
if (B2S_PLUGIN_USER_VERSION == 0) {
|
91 |
-
$content .= '<hr>
|
92 |
<h4 class="b2s-meta-box-modal-h4">' . __('You want to auto-post your blog post?', 'blog2social') . '</h4>
|
93 |
' . __('With Blog2Social Premium you can:', 'blog2social') . '
|
94 |
<br>
|
@@ -97,12 +120,12 @@ class B2S_MetaBox {
|
|
97 |
- ' . __('Share on multiple profiles, pages and groups', 'blog2social') . '<br>
|
98 |
- ' . __('Auto-post and auto-schedule new and updated blog posts', 'blog2social') . '<br>
|
99 |
- ' . __('Schedule your posts at the best times on each network', 'blog2social') . '<br>
|
100 |
-
- ' . __('Best Time Manager: use predefined best time scheduler to auto-schedule your social media posts', 'blog2social') . '<br>
|
101 |
-
- ' . __('Schedule your post for one time, multiple times or recurrently', 'blog2social') . '<br>
|
102 |
-
- ' . __('Schedule and re-share old posts', 'blog2social') . '<br>
|
103 |
-
- ' . __('Select link format or image format for your posts', 'blog2social') . '<br>
|
104 |
-
- ' . __('Select individual images per post', 'blog2social') . '<br>
|
105 |
-
- ' . __('Reporting & calendar: keep track of your published and scheduled social media posts', 'blog2social') . '<br>
|
106 |
<br>
|
107 |
<a target="_blank" href="' . B2S_Tools::getSupportLink('affiliate') . '" class="b2s-btn b2s-btn-success b2s-center-block b2s-btn-none-underline">' . __('Upgrade to PREMIUM', 'blog2social') . '</a>
|
108 |
<br>
|
@@ -112,18 +135,7 @@ class B2S_MetaBox {
|
|
112 |
</div>
|
113 |
</div>
|
114 |
</div>
|
115 |
-
|
116 |
-
<div class="b2s-meta-box-modal" id="b2sInfoMetaBoxModalSched" aria-hidden="true" style="display:none;">
|
117 |
-
<div class="b2s-meta-box-modal-dialog">
|
118 |
-
<div class="b2s-meta-box-modal-header">
|
119 |
-
<a href="#" class="b2s-meta-box-modal-btn-close" data-modal-target="b2sInfoMetaBoxModalSched" aria-hidden="true">×</a>
|
120 |
-
<h4 class="b2s-meta-box-modal-title">' . __('Blog2Social: Custom Sharing & Scheduling', 'blog2social') . '</h4>
|
121 |
-
</div>
|
122 |
-
<div class="b2s-meta-box-modal-body">
|
123 |
-
<p>' . __('Customize and schedule your social media posts on the one page preview for all your selected networks: tailor your posts with individual comments, #hashtags or @handles and schedule your posts for the best times to post, for multiple times or re-share recurrently for more visibility and engagement with your community.', 'blog2social') . '</p>
|
124 |
-
</div>
|
125 |
-
</div>
|
126 |
-
</div>';
|
127 |
|
128 |
return $content;
|
129 |
}
|
10 |
$this->postLang = strtolower(substr(get_locale(), 0, 2));
|
11 |
}
|
12 |
|
13 |
+
public function getMetaBoxCustomizeHtml($postId = 0, $postStatus = '') {
|
14 |
+
$content ='<input type="hidden" id="b2s-redirect-url-customize" name="b2s-redirect-url-customize" value="' . $this->b2sSiteUrl . 'wp-admin/admin.php?page=blog2social-ship&postId=' . $postId . '"/>';
|
15 |
+
$content .='<input type="hidden" id="b2s-post-status-customize" name="b2s-post-status-customize" value="' . trim(strtolower($postStatus)) . '"/>';
|
16 |
+
$content .= '<div class="b2s-post-meta-box">';
|
17 |
+
$content .= '<a class="b2s-info-btn pull-right" data-modal-target="b2sInfoMetaBoxModalSched" href="#">' . __('Info', 'blog2social') . '</a><br>';
|
18 |
+
$content .='<div id="b2s-post-meta-box-state-no-publish-future-customize" class="b2s-info-error"><button class="b2s-btn-close-meta-box b2s-close-icon" data-area-id="b2s-post-meta-box-state-no-publish-future-customize" title="close notice"></button>' . __('Your post is still on draft or pending status. Please make sure that your post is published or scheduled to be published on this blog. You can then auto-post or schedule and customize your social media posts with Blog2Social.', 'blog2social') . '</div>';
|
19 |
+
$content .= '<a id="b2s-meta-box-btn-customize" class="b2s-btn b2s-btn-primary b2s-btn-sm b2s-center-block b2s-margin-top-5" href="#">' . __('Customize & Schedule Social Media Posts', 'blog2social') . '</a>';
|
20 |
+
$content .= '</div>';
|
21 |
+
$content .=' <div class="b2s-meta-box-modal" id="b2sInfoMetaBoxModalSched" aria-hidden="true" style="display:none;">
|
22 |
+
<div class="b2s-meta-box-modal-dialog">
|
23 |
+
<div class="b2s-meta-box-modal-header">
|
24 |
+
<a href="#" class="b2s-meta-box-modal-btn-close" data-modal-target="b2sInfoMetaBoxModalSched" aria-hidden="true">×</a>
|
25 |
+
<h4 class="b2s-meta-box-modal-title">' . __('Blog2Social: Customize & Schedule Social Media Posts', 'blog2social') . '</h4>
|
26 |
+
</div>
|
27 |
+
<div class="b2s-meta-box-modal-body">
|
28 |
+
<p>' . __('Customize and schedule your social media posts on the one page preview for all your selected networks: tailor your posts with individual comments, #hashtags or @handles and schedule your posts for the best times to post, for multiple times or re-share recurrently for more visibility and engagement with your community.', 'blog2social') . '</p>
|
29 |
+
</div>
|
30 |
+
</div>
|
31 |
+
</div>';
|
32 |
+
return $content;
|
33 |
+
}
|
34 |
+
|
35 |
+
public function getMetaBoxAutoHtml($postId = 0, $postType = 'post', $postStatus = '') {
|
36 |
|
37 |
$isChecked = "";
|
38 |
$lastPost = "";
|
43 |
$userTimeZone = ($optionUserTimeZone !== false) ? $optionUserTimeZone : get_option('timezone_string');
|
44 |
$userTimeZoneOffset = (empty($userTimeZone)) ? get_option('gmt_offset') : B2S_Util::getOffsetToUtcByTimeZone($userTimeZone);
|
45 |
$selectedProfileID = get_option('B2S_PLUGIN_SAVE_META_BOX_AUTO_SHARE_PROFILE_USER_' . B2S_PLUGIN_BLOG_USER_ID);
|
46 |
+
$b2sHeartbeatFaqLink = '<a target="_blank" href="' . ((substr(B2S_LANGUAGE, 0, 2) == 'de' || (isset($_GET['lang']) && $_GET['lang'] == 'de')) ? 'https://www.blog2social.com/de/faq/content/1/63/de/systemvoraussetzungen-fuer-die-installation-von-blog2social.html' : 'https://www.blog2social.com/en/faq/content/1/58/en/system-requirements-for-installing-blog2social.html') . '">' . __('Please see FAQ', 'blog2social') . '</a>';
|
47 |
+
|
48 |
if (B2S_PLUGIN_USER_VERSION > 0) {
|
49 |
if ($postId > 0) {
|
50 |
global $wpdb;
|
65 |
}
|
66 |
|
67 |
$content = '<div class="b2s-post-meta-box">
|
68 |
+
<a class="b2s-info-btn pull-right b2s-info-btn-premium" data-modal-target="b2sInfoMetaBoxModalAutoPost" href="#">' . __('Info', 'blog2social') . '</a><br>
|
69 |
+
<div id="b2s-server-connection-fail" class="b2s-info-error"><button class="b2s-btn-close-meta-box b2s-close-icon" data-area-id="b2s-server-connection-fail" title="close notice"></button>' . __('The connection to the server failed. Try again!', 'blog2social') . '</div>
|
70 |
+
<div id="b2s-heartbeat-fail" class="b2s-info-error"><button class="b2s-btn-close-meta-box b2s-close-icon" data-area-id="b2s-heartbeat-fail" title="close notice"></button>' . __('WordPress uses heartbeats by default, Blog2Social as well. Please enable heartbeats for using Blog2Social!', 'blog2social') . $b2sHeartbeatFaqLink . ' </div>
|
71 |
+
<div id="b2s-post-meta-box-state-no-auth" class="b2s-info-error"><button class="b2s-btn-close-meta-box b2s-close-icon" data-area-id="b2s-post-meta-box-state-no-auth" title="close notice"></button>' . __('There are no authorizations for your selected profile. Please, authorize with a social network or select a other profile.', 'blog2social') . '<a href="' . $this->b2sSiteUrl . 'wp-admin/admin.php?page=blog2social-network' . '" target="_bank">' . __('Network settings', 'blog2social') . '</a></div>
|
72 |
+
<div id="b2s-post-meta-box-state-no-publish-future" class="b2s-info-error"><button class="b2s-btn-close-meta-box b2s-close-icon" data-area-id="b2s-post-meta-box-state-no-publish-future" title="close notice"></button>' . __('Your post is still on draft or pending status. Please make sure that your post is published or scheduled to be published on this blog. You can then auto-post or schedule and customize your social media posts with Blog2Social.', 'blog2social') . '</div>
|
73 |
+
<div id="b2s-url-valid-warning" class="b2s-info-warning"><button class="b2s-btn-close-meta-box b2s-close-icon" data-area-id="b2s-url-valid-warning" title="close notice"></button>' . __('Notice: Please make sure, that your website address is reachable. The Social Networks do not allow postings from local installations.', 'blog2social') . '</div>
|
74 |
+
|
75 |
<input type="hidden" id="b2s-user-last-selected-profile-id" name="b2s-user-last-selected-profile-id" value="' . ($selectedProfileID !== false ? (int) $selectedProfileID : 0) . '" />
|
76 |
<input type="hidden" id="b2s-home-url" name="b2s-home-url" value="' . get_option('home') . '"/>
|
77 |
+
<input type="hidden" id="b2sLang" name="b2s-user-lang" value="' . substr(B2S_LANGUAGE, 0, 2) . '">
|
78 |
+
<input type="hidden" id="b2sPostLang" name="b2s-post-lang" value="' . substr($this->postLang, 0, 2) . '">
|
79 |
<input type="hidden" id="b2s-user-timezone" name="b2s-user-timezone" value="' . $userTimeZoneOffset . '"/>
|
80 |
<input type="hidden" id="b2s-post-status" name="b2s-post-status" value="' . trim(strtolower($postStatus)) . '"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
81 |
<input type="hidden" name="b2s-post-meta-box-version" id="b2s-post-meta-box-version" value="' . B2S_PLUGIN_USER_VERSION . '"/>
|
82 |
+
' . $lastPost . '
|
83 |
+
<div class="b2s-margin-top-5"></div>
|
84 |
+
<input id="b2s-post-meta-box-time-dropdown-publish" class="post-format" '.((B2S_PLUGIN_USER_VERSION == 0) ? 'disabled' : '').' name="b2s-post-meta-box-time-dropdown" value="publish" type="checkbox" ' . $isChecked . '>
|
85 |
<label for="b2s-post-meta-box-time-dropdown-publish" class="post-format-icon">' . __('enable Auto-Posting', 'blog2social') . '</label>
|
86 |
+
';
|
87 |
+
if (B2S_PLUGIN_USER_VERSION <= 1) {
|
88 |
+
$content .= '<span class="b2s-label b2s-label-success"><a href="#" class="b2s-btn-label-premium b2s-info-btn" data-modal-target="b2sInfoMetaBoxModalAutoPost">' . __("PREMIUM", "blog2social") . '</a></span>';
|
89 |
+
}
|
90 |
+
|
91 |
+
$content .='<div class="b2s-loading-area" style="display:none">
|
92 |
<br>
|
93 |
<div class="b2s-loader-impulse b2s-loader-impulse-md"></div>
|
94 |
<div class="clearfix"></div>
|
104 |
</div>
|
105 |
<div class="b2s-meta-box-modal-body">
|
106 |
<p>
|
107 |
+
' . __('You have 2 general options to define the date and time to share your blog posts on social media with the Auto-Poster:', 'blog2social') . '
|
108 |
<br><br>' . __('1. Immediately after publishing your blog post', 'blog2social') . '
|
109 |
<br>' . __('Published blog posts: If you publish your blog post with click on publish in your WordPress post editor, Blog2Social will automatically share your social media post immediately.', 'blog2social') . '
|
110 |
<br>' . __('Scheduled blog posts: If you schedule your blog post with click on schedule in your WordPress post editor, Blog2Social will share your social media post on the publishing date of your blog post.', 'blog2social') . '
|
111 |
<br><br>' . __('2. Schedule your social media posts for a specific date and time If you want to share your post at a particular date and time, different from your publishing date, select the option at scheduled times and set any date and time to share your post on social media.', 'blog2social');
|
112 |
|
113 |
if (B2S_PLUGIN_USER_VERSION == 0) {
|
114 |
+
$content .= '<hr>
|
115 |
<h4 class="b2s-meta-box-modal-h4">' . __('You want to auto-post your blog post?', 'blog2social') . '</h4>
|
116 |
' . __('With Blog2Social Premium you can:', 'blog2social') . '
|
117 |
<br>
|
120 |
- ' . __('Share on multiple profiles, pages and groups', 'blog2social') . '<br>
|
121 |
- ' . __('Auto-post and auto-schedule new and updated blog posts', 'blog2social') . '<br>
|
122 |
- ' . __('Schedule your posts at the best times on each network', 'blog2social') . '<br>
|
123 |
+
- ' . __('Best Time Manager: use predefined best time scheduler to auto-schedule your social media posts', 'blog2social') . '<br>
|
124 |
+
- ' . __('Schedule your post for one time, multiple times or recurrently', 'blog2social') . '<br>
|
125 |
+
- ' . __('Schedule and re-share old posts', 'blog2social') . '<br>
|
126 |
+
- ' . __('Select link format or image format for your posts', 'blog2social') . '<br>
|
127 |
+
- ' . __('Select individual images per post', 'blog2social') . '<br>
|
128 |
+
- ' . __('Reporting & calendar: keep track of your published and scheduled social media posts', 'blog2social') . '<br>
|
129 |
<br>
|
130 |
<a target="_blank" href="' . B2S_Tools::getSupportLink('affiliate') . '" class="b2s-btn b2s-btn-success b2s-center-block b2s-btn-none-underline">' . __('Upgrade to PREMIUM', 'blog2social') . '</a>
|
131 |
<br>
|
135 |
</div>
|
136 |
</div>
|
137 |
</div>
|
138 |
+
';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
139 |
|
140 |
return $content;
|
141 |
}
|
index.php
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?php
|
2 |
|
3 |
/*
|
4 |
-
* Plugin Name:Social Media Auto Post & Scheduler
|
5 |
* Plugin URI: https://www.blog2social.com
|
6 |
* Description:Auto publish, schedule & share posts on social media: Facebook, Twitter, Google+, XING, LinkedIn, Instagram, ... crosspost to pages & groups
|
7 |
* Author: Blog2Social, Adenion
|
8 |
* Text Domain: blog2social
|
9 |
* Domain Path: /languages
|
10 |
-
* Version: 4.
|
11 |
* Author URI: https://www.blog2social.com
|
12 |
* License: GPL2+
|
13 |
*/
|
14 |
//B2SDefine
|
15 |
-
define('B2S_PLUGIN_VERSION', '
|
16 |
define('B2S_PLUGIN_LANGUAGE', serialize(array('de_DE', 'en_US')));
|
17 |
define('B2S_PLUGIN_DIR', plugin_dir_path(__FILE__));
|
18 |
define('B2S_PLUGIN_URL', plugin_dir_url(__FILE__));
|
1 |
<?php
|
2 |
|
3 |
/*
|
4 |
+
* Plugin Name:Blog2Social: Social Media Auto Post & Scheduler
|
5 |
* Plugin URI: https://www.blog2social.com
|
6 |
* Description:Auto publish, schedule & share posts on social media: Facebook, Twitter, Google+, XING, LinkedIn, Instagram, ... crosspost to pages & groups
|
7 |
* Author: Blog2Social, Adenion
|
8 |
* Text Domain: blog2social
|
9 |
* Domain Path: /languages
|
10 |
+
* Version: 4.2.0
|
11 |
* Author URI: https://www.blog2social.com
|
12 |
* License: GPL2+
|
13 |
*/
|
14 |
//B2SDefine
|
15 |
+
define('B2S_PLUGIN_VERSION', '420');
|
16 |
define('B2S_PLUGIN_LANGUAGE', serialize(array('de_DE', 'en_US')));
|
17 |
define('B2S_PLUGIN_DIR', plugin_dir_path(__FILE__));
|
18 |
define('B2S_PLUGIN_URL', plugin_dir_url(__FILE__));
|
languages/blog2social-de_DE.mo
CHANGED
Binary file
|
languages/blog2social-de_DE.po
CHANGED
@@ -4,7 +4,7 @@ msgstr ""
|
|
4 |
"Stable (latest release)\n"
|
5 |
"Report-Msgid-Bugs-To: \n"
|
6 |
"POT-Creation-Date: Thu May 18 2017 09:57:01 GMT+0200\n"
|
7 |
-
"PO-Revision-Date:
|
8 |
"Last-Translator: admin <s.buerger@adenion.de>\n"
|
9 |
"Language-Team: \n"
|
10 |
"Language: German\n"
|
@@ -23,114 +23,180 @@ msgstr ""
|
|
23 |
"esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
|
24 |
"X-Loco-Target-Locale: de_DE"
|
25 |
|
26 |
-
#: ../../plugins/blog2social-v-3/includes/
|
27 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
msgid ""
|
29 |
-
"
|
30 |
-
"
|
31 |
-
"html\" target=\"_blank\">FAQ</a>"
|
32 |
msgstr ""
|
33 |
-
"
|
34 |
-
"
|
35 |
-
"blog2social.html\" target=\"_blank\">FAQ</a>"
|
36 |
|
37 |
-
#: ../../plugins/blog2social-v-3/
|
38 |
msgid ""
|
39 |
-
"
|
40 |
-
"
|
41 |
msgstr ""
|
42 |
-
"
|
43 |
-
"
|
44 |
-
" "
|
45 |
|
46 |
-
#: ../../plugins/blog2social-v-3/
|
47 |
msgid ""
|
48 |
-
"
|
49 |
-
"
|
50 |
-
"
|
|
|
51 |
msgstr ""
|
52 |
-
"
|
53 |
-
"
|
54 |
-
"
|
|
|
55 |
|
56 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Network/Item.php:
|
57 |
#: /plugins/blog2social-v-3/includes/B2S/Ship/Navbar.php:32
|
58 |
msgid "Default"
|
59 |
msgstr "Standard"
|
60 |
|
61 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Network/Item.php:
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
#:
|
66 |
-
|
67 |
-
msgstr "Du brauchst mehr?"
|
68 |
-
|
69 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Network/Item.php:96 ../..
|
70 |
-
#: /plugins/blog2social-v-3/includes/B2S/Network/Item.php:112 ../..
|
71 |
-
#: /plugins/blog2social-v-3/includes/B2S/Network/Item.php:114 ../..
|
72 |
-
#: /plugins/blog2social-v-3/includes/B2S/Settings/Item.php:184 ../..
|
73 |
-
#: /plugins/blog2social-v-3/includes/B2S/Settings/Item.php:197 ../..
|
74 |
-
#: /plugins/blog2social-v-3/includes/B2S/Settings/Item.php:214 ../..
|
75 |
#: /plugins/blog2social-v-3/includes/B2S/Settings/Item.php:261 ../..
|
76 |
-
#: /plugins/blog2social-v-3/includes/B2S/Ship/Portale.php:
|
77 |
-
#: /plugins/blog2social-v-3/includes/Init.php:
|
78 |
msgid "Profile"
|
79 |
msgstr "Profil"
|
80 |
|
81 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Network/Item.php:
|
82 |
-
#: /plugins/blog2social-v-3/includes/B2S/Network/Item.php:
|
83 |
-
#: /plugins/blog2social-v-3/includes/B2S/Network/Item.php:
|
84 |
-
#: /plugins/blog2social-v-3/includes/B2S/Network/Item.php:
|
85 |
-
#: /plugins/blog2social-v-3/includes/B2S/Settings/Item.php:
|
86 |
-
#: /plugins/blog2social-v-3/includes/B2S/Settings/Item.php:
|
87 |
#: /plugins/blog2social-v-3/includes/B2S/Settings/Item.php:264 ../..
|
88 |
-
#: /plugins/blog2social-v-3/includes/B2S/Ship/Portale.php:
|
89 |
-
#: /plugins/blog2social-v-3/includes/
|
|
|
90 |
msgid "Page"
|
91 |
msgstr "Seite"
|
92 |
|
93 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Network/Item.php:
|
94 |
-
#: /plugins/blog2social-v-3/includes/B2S/Ship/Portale.php:
|
95 |
msgid "You want to connect a network page?"
|
96 |
msgstr "Du möchtest eine Netzwerk-Seite verbinden?"
|
97 |
|
98 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Network/Item.php:
|
99 |
-
#: /plugins/blog2social-v-3/includes/B2S/Network/Item.php:
|
100 |
-
#: /plugins/blog2social-v-3/includes/B2S/
|
101 |
-
#: /plugins/blog2social-v-3/includes/B2S/
|
102 |
-
#: /plugins/blog2social-v-3/includes/B2S/
|
103 |
-
#: /plugins/blog2social-v-3/includes/B2S/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
104 |
#: /plugins/blog2social-v-3/includes/B2S/Settings/Item.php:268 ../..
|
105 |
-
#: /plugins/blog2social-v-3/includes/B2S/Ship/Portale.php:
|
106 |
-
#: /plugins/blog2social-v-3/includes/
|
|
|
107 |
msgid "Group"
|
108 |
msgstr "Gruppe"
|
109 |
|
110 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Network/Item.php:
|
111 |
#: /plugins/blog2social-v-3/includes/B2S/Ship/Portale.php:28
|
112 |
msgid "You want to connect a social media group?"
|
113 |
msgstr "Du möchtest eine Social-Media-Gruppe verbinden?"
|
114 |
|
115 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Network/Item.php:
|
116 |
-
#: /plugins/blog2social-v-3/includes/B2S/Network/Item.php:
|
117 |
msgid "Authorization is interrupted since"
|
118 |
msgstr "Autorisierung ist unterbrochen seit"
|
119 |
|
120 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Network/Item.php:
|
121 |
-
#: /plugins/blog2social-v-3/includes/B2S/Network/Item.php:
|
122 |
-
#: /plugins/blog2social-v-3/includes/B2S/Network/Item.php:
|
123 |
msgid "To reactivate this social media connection,"
|
124 |
msgstr "Um diese Social Media Verbindung zu reaktivieren,"
|
125 |
|
126 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Network/Item.php:
|
127 |
-
#: /plugins/blog2social-v-3/includes/B2S/Network/Item.php:
|
128 |
-
#: /plugins/blog2social-v-3/includes/B2S/Network/Item.php:
|
129 |
#: /plugins/blog2social-v-3/includes/B2S/Ship/Image.php:19
|
130 |
msgid "please upgrade"
|
131 |
msgstr "Bitte upgraden"
|
132 |
|
133 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Network/Item.php:
|
134 |
msgid "Authorization is interrupted since"
|
135 |
msgstr "Autorisierung ist unterbrochen seit"
|
136 |
|
@@ -225,8 +291,7 @@ msgstr "Du hast keine Beiträge veröffentlicht oder geplant."
|
|
225 |
msgid "last shared on social media"
|
226 |
msgstr "zuletzt auf Social Media geteilt"
|
227 |
|
228 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Post/Item.php:218
|
229 |
-
#: /plugins/blog2social-v-3/includes/Init.php:105
|
230 |
msgid "Share on Social Media"
|
231 |
msgstr "auf Social Media teilen"
|
232 |
|
@@ -236,13 +301,13 @@ msgid "Author"
|
|
236 |
msgstr "Autor"
|
237 |
|
238 |
#: ../../plugins/blog2social-v-3/includes/B2S/Post/Item.php:220 ../..
|
239 |
-
#: /plugins/blog2social-v-3/views/b2s/ship.php:
|
240 |
msgid "on blog"
|
241 |
msgstr "auf dem Blog"
|
242 |
|
243 |
#: ../../plugins/blog2social-v-3/includes/B2S/Post/Item.php:237 ../..
|
244 |
-
#: /plugins/blog2social-v-3/views/b2s/ship.php:
|
245 |
-
#: 3/views/b2s/ship.php:
|
246 |
msgid "Re-share this post"
|
247 |
msgstr "Diesen Beitrag nochmal teilen"
|
248 |
|
@@ -273,7 +338,7 @@ msgid "select all"
|
|
273 |
msgstr "alle auswählen"
|
274 |
|
275 |
#: ../../plugins/blog2social-v-3/includes/B2S/Post/Item.php:372 ../..
|
276 |
-
#: /plugins/blog2social-v-3/includes/B2S/Settings/Item.php:
|
277 |
#: /plugins/blog2social-v-3/views/b2s/dashboard.php:118
|
278 |
msgid "Auto-Posting"
|
279 |
msgstr "Auto-Posting"
|
@@ -321,66 +386,79 @@ msgstr "Du möchtest die Zeit zu einem geplanten Beitrag ändern?"
|
|
321 |
msgid "change time"
|
322 |
msgstr "Zeitpunkt ändern"
|
323 |
|
324 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Settings/Item.php:
|
325 |
msgid "Account"
|
326 |
msgstr "Konto"
|
327 |
|
328 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Settings/Item.php:
|
329 |
-
#: /plugins/blog2social-v-3/views/b2s/settings.php:
|
330 |
msgid "Personal Time Zone"
|
331 |
msgstr "Persönliche Zeitzone"
|
332 |
|
333 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Settings/Item.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
334 |
msgid "Timezone for Scheduling"
|
335 |
msgstr "Zeitzone für die Planung"
|
336 |
|
337 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Settings/Item.php:
|
338 |
msgid "User"
|
339 |
msgstr "Benutzer"
|
340 |
|
341 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Settings/Item.php:
|
342 |
msgid "What post type of items do you want load the Auto-Poster?"
|
343 |
msgstr "Für welche Beiträge möchtest Du den Autoposter standardmäßig aktivieren?"
|
344 |
|
345 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Settings/Item.php:
|
346 |
msgid "new posts"
|
347 |
msgstr "Neue Beiträge"
|
348 |
|
349 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Settings/Item.php:
|
350 |
-
#: /plugins/blog2social-v-3/includes/B2S/Settings/Item.php:
|
351 |
msgid "Unselect all"
|
352 |
msgstr "Alle abwählen"
|
353 |
|
354 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Settings/Item.php:
|
355 |
-
#: /plugins/blog2social-v-3/includes/B2S/Settings/Item.php:
|
356 |
msgid "Select all"
|
357 |
msgstr "Alle auswählen"
|
358 |
|
359 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Settings/Item.php:
|
360 |
msgid "updating existing posts"
|
361 |
msgstr "Bestehenden Beitrag aktualisieren"
|
362 |
|
363 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Settings/Item.php:
|
364 |
msgid "Save"
|
365 |
msgstr " Speichern"
|
366 |
|
367 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Settings/Item.php:
|
368 |
msgid "Content"
|
369 |
msgstr "Inhalt"
|
370 |
|
371 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Settings/Item.php:
|
372 |
msgid "use b2s.pm Link Shortener"
|
373 |
msgstr "b2s.pm Link Shortener aktivieren"
|
374 |
|
375 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Settings/Item.php:
|
376 |
msgid "allow shortcodes in my post"
|
377 |
msgstr "berücksichtige Shortcodes in meinen Beiträgen"
|
378 |
|
379 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Settings/Item.php:
|
380 |
msgid "Did you know?"
|
381 |
msgstr "Wusstest Du schon?"
|
382 |
|
383 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Settings/Item.php:
|
384 |
msgid ""
|
385 |
"Beginning with Premium Pro, you can change the custom post format photo post "
|
386 |
"or link post for each individual social media post and channel (profile, "
|
@@ -390,19 +468,19 @@ msgstr ""
|
|
390 |
"Bildbeitrag und Linkbeitrag für jeden einzelnen Social Media Post und Kanal "
|
391 |
"(Profil, Seite, Gruppe) ändern und von den Standardeinstellungen abweichen."
|
392 |
|
393 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Settings/Item.php:
|
394 |
msgid "Upgrade to Premium Pro now."
|
395 |
msgstr "Upgrade auf Premium PRO"
|
396 |
|
397 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Settings/Item.php:
|
398 |
-
#: /plugins/blog2social-v-3/includes/B2S/Settings/Item.php:
|
399 |
-
#: /plugins/blog2social-v-3/includes/B2S/Settings/Item.php:
|
400 |
-
#: /plugins/blog2social-v-3/views/b2s/
|
401 |
msgid "Link Post"
|
402 |
msgstr "Link-Beitrag"
|
403 |
|
404 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Settings/Item.php:
|
405 |
-
#: /plugins/blog2social-v-3/views/b2s/
|
406 |
msgid ""
|
407 |
"The link post format displays posts title, link address and the first one or "
|
408 |
"two sentences of the post. The networks scan this information from your META "
|
@@ -417,14 +495,14 @@ msgstr ""
|
|
417 |
"falls du kein Beitragsbild in WordPress ausgewählt hast. Das Bild verlinkt "
|
418 |
"automatisch auf Deinen Blogbeitrag."
|
419 |
|
420 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Settings/Item.php:
|
421 |
-
#: /plugins/blog2social-v-3/includes/B2S/Settings/Item.php:
|
422 |
-
#: /plugins/blog2social-v-3/includes/B2S/Settings/Item.php:
|
423 |
-
#: /plugins/blog2social-v-3/views/b2s/
|
424 |
msgid "Photo Post"
|
425 |
msgstr "Bild-Beitrag"
|
426 |
|
427 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Settings/Item.php:
|
428 |
msgid ""
|
429 |
"A photo or image post displays the selected image in the one-page preview of "
|
430 |
"Blog2Social and your comment above the image. The image links to the image "
|
@@ -441,7 +519,7 @@ msgstr ""
|
|
441 |
"Fotoalben oder Deiner persönlichen Galerie im Netzwerk gespeichert wird. In "
|
442 |
"Facebook kannst du den Namen Deiner Alben beliebig anpassen."
|
443 |
|
444 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Settings/Item.php:
|
445 |
msgid "All"
|
446 |
msgstr "alle"
|
447 |
|
@@ -455,9 +533,9 @@ msgid "Best times to post"
|
|
455 |
msgstr "Beste Zeiten"
|
456 |
|
457 |
#: ../../plugins/blog2social-v-3/includes/B2S/Settings/Item.php:292 ../..
|
458 |
-
#: /plugins/blog2social-v-3/views/b2s/settings.php:
|
459 |
-
#: 3/views/b2s/ship.php:49 ../../plugins/blog2social-v-3/views/b2s/ship.php:
|
460 |
-
#: /../plugins/blog2social-v-3/views/b2s/html/footer.phtml:
|
461 |
msgid "You want to schedule your posts and use the Best Time Scheduler?"
|
462 |
msgstr ""
|
463 |
"Du möchtest die Veröffentlichung Deiner Posts planen und den Beste Zeiten "
|
@@ -465,9 +543,10 @@ msgstr ""
|
|
465 |
|
466 |
#: ../../plugins/blog2social-v-3/includes/B2S/Settings/Item.php:294 ../..
|
467 |
#: /plugins/blog2social-v-3/views/b2s/post.sched.php:90 ../../plugins/blog2social-
|
468 |
-
#: v-3/views/b2s/settings.php:
|
469 |
-
#: php:
|
470 |
-
#: /plugins/blog2social-v-3/views/b2s/
|
|
|
471 |
msgid "save"
|
472 |
msgstr "speichern"
|
473 |
|
@@ -491,7 +570,7 @@ msgstr ""
|
|
491 |
msgid "To select an individual image from your media library,"
|
492 |
msgstr "Um ein individuelles Bild aus Deiner Mediathek auszuwählen,"
|
493 |
|
494 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Image.php:
|
495 |
msgid ""
|
496 |
"The best size for images in social media posts are between: 667-1000px x 523-"
|
497 |
"1000px. Blog2Social will automatically resize your image according to "
|
@@ -501,34 +580,24 @@ msgstr ""
|
|
501 |
"1000px x 523-1000px <br> Blog2Social passt Dein Bild automatisch die Größe "
|
502 |
"des jeweiligen Netzwerks an."
|
503 |
|
504 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Image.php:
|
505 |
-
#: /plugins/blog2social-v-3/includes/B2S/Ship/Image.php:33
|
506 |
-
msgid "Select & upload an image from your mediathek"
|
507 |
-
msgstr "Wähle ein Bild aus der Mediathek aus oder lade ein neues Bild hoch"
|
508 |
-
|
509 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Image.php:33 ../..
|
510 |
-
#: /plugins/blog2social-v-3/includes/B2S/Ship/Image.php:69
|
511 |
-
msgid "PREMIUM"
|
512 |
-
msgstr "PREMIUM"
|
513 |
-
|
514 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Image.php:60
|
515 |
msgid "No images are included in your post."
|
516 |
msgstr "In dem Beitrag sind keine Bilder hinterlegt"
|
517 |
|
518 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Image.php:
|
519 |
-
#: /plugins/blog2social-v-3/includes/B2S/Ship/Image.php:69
|
520 |
-
msgid "Apply image for this network"
|
521 |
-
msgstr "Bild für dieses Netzwerk übernehmen"
|
522 |
-
|
523 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Image.php:71
|
524 |
msgid "Apply image for all networks"
|
525 |
msgstr "Bild für alle Netzwerke übernehmen"
|
526 |
|
527 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Image.php:
|
|
|
|
|
|
|
|
|
|
|
528 |
msgid "Select or upload an image from mediathek"
|
529 |
msgstr "Bild aus Mediathek auswählen oder hochladen"
|
530 |
|
531 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Image.php:
|
532 |
msgid "Use image"
|
533 |
msgstr "Bild verwenden"
|
534 |
|
@@ -566,130 +635,131 @@ msgstr "Zeichen"
|
|
566 |
msgid "Network does not support image for pages"
|
567 |
msgstr "Netzwerk unterstützt keine Bilder für Seiten"
|
568 |
|
569 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Item.php:
|
570 |
msgid "post format"
|
571 |
msgstr "Postformat"
|
572 |
|
573 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Item.php:
|
574 |
msgid "Insert full-text"
|
575 |
msgstr "ganzen Text einfügen"
|
576 |
|
577 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Item.php:
|
578 |
msgid "Delete text"
|
579 |
msgstr "Text löschen"
|
580 |
|
581 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Item.php:
|
582 |
-
#: /plugins/blog2social-v-3/includes/B2S/Ship/Item.php:
|
583 |
-
#: /plugins/blog2social-v-3/includes/B2S/Ship/Item.php:
|
584 |
-
#: /plugins/blog2social-v-3/includes/B2S/Ship/Item.php:
|
585 |
-
#: /plugins/blog2social-v-3/includes/B2S/Ship/Item.php:
|
586 |
msgid "Write something about your post..."
|
587 |
msgstr "Schreibe etwas..."
|
588 |
|
589 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Item.php:
|
590 |
-
#: /plugins/blog2social-v-3/includes/B2S/Ship/Item.php:
|
591 |
-
#: /plugins/blog2social-v-3/includes/B2S/Ship/Item.php:
|
592 |
-
#: /plugins/blog2social-v-3/includes/B2S/Ship/Item.php:
|
593 |
msgid "Change image for this network"
|
594 |
msgstr "Bild für dieses Netzwerk ändern"
|
595 |
|
596 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Item.php:
|
597 |
msgid "required"
|
598 |
msgstr "erforderlich"
|
599 |
|
600 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Item.php:
|
601 |
-
#: /plugins/blog2social-v-3/includes/B2S/Ship/Item.php:
|
602 |
msgid "Link"
|
603 |
msgstr "Link"
|
604 |
|
605 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Item.php:
|
606 |
msgid "The Headline..."
|
607 |
msgstr "Die Überschrift..."
|
608 |
|
609 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Item.php:
|
610 |
msgid "Hashtags"
|
611 |
msgstr "Hashtags"
|
612 |
|
613 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Item.php:
|
614 |
msgid "Share Now"
|
615 |
msgstr "Sofort teilen"
|
616 |
|
617 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Item.php:
|
|
|
618 |
msgid "Schedule post once"
|
619 |
msgstr "Beitrag einmal planen"
|
620 |
|
621 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Item.php:
|
|
|
622 |
msgid "Schedule post recurrently"
|
623 |
msgstr "Beitrag mehrfach planen"
|
624 |
|
625 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Item.php:
|
626 |
msgid "Duration"
|
627 |
msgstr "Dauer"
|
628 |
|
629 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Item.php:
|
630 |
-
#: /plugins/blog2social-v-3/includes/B2S/Ship/Item.php:
|
631 |
msgid "Date"
|
632 |
msgstr "Startdatum"
|
633 |
|
634 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Item.php:
|
635 |
-
#: /plugins/blog2social-v-3/includes/B2S/Ship/Item.php:
|
636 |
msgid "Time"
|
637 |
msgstr "Zeit"
|
638 |
|
639 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Item.php:
|
640 |
msgid "Days"
|
641 |
msgstr "Tage"
|
642 |
|
643 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Item.php:
|
644 |
msgid "Week"
|
645 |
msgstr "Woche"
|
646 |
|
647 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Item.php:
|
648 |
msgid "Weeks"
|
649 |
msgstr "Wochen"
|
650 |
|
651 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Item.php:
|
652 |
msgid "Mon"
|
653 |
msgstr "Mo"
|
654 |
|
655 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Item.php:
|
656 |
msgid "Tue"
|
657 |
msgstr "Di"
|
658 |
|
659 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Item.php:
|
660 |
msgid "Wed"
|
661 |
msgstr "Mi"
|
662 |
|
663 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Item.php:
|
664 |
msgid "Thu"
|
665 |
msgstr "Do"
|
666 |
|
667 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Item.php:
|
668 |
msgid "Fri"
|
669 |
msgstr "Fr"
|
670 |
|
671 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Item.php:
|
672 |
msgid "Sat"
|
673 |
msgstr "Sa"
|
674 |
|
675 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Item.php:
|
676 |
msgid "Sun"
|
677 |
msgstr "So"
|
678 |
|
679 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Item.php:
|
680 |
-
#: /plugins/blog2social-v-3/views/b2s/network.php:170
|
681 |
msgid "delete"
|
682 |
msgstr "löschen"
|
683 |
|
684 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Item.php:
|
685 |
msgid "Add Posting Time"
|
686 |
msgstr "neue Terminserie anlegen"
|
687 |
|
688 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Item.php:
|
689 |
msgid "Apply Settings To All Networks"
|
690 |
msgstr "Planung für alle Netzwerke übernehmen"
|
691 |
|
692 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Item.php:
|
693 |
msgid "Save Settings As Default"
|
694 |
msgstr "Planung dauerhaft speichern"
|
695 |
|
@@ -709,20 +779,20 @@ msgstr "Anzahl geteilter Beiträge"
|
|
709 |
msgid "Number of scheduled posts"
|
710 |
msgstr "Anzahl der geplanten Posts"
|
711 |
|
712 |
-
#: ../../plugins/blog2social-v-3/includes/Init.php:
|
713 |
msgid "This post will be shared into your social media on"
|
714 |
msgstr "Dein Beitrag ist zur Veröffentlichung in den Social Media geplant ab dem"
|
715 |
|
716 |
-
#: ../../plugins/blog2social-v-3/includes/Init.php:
|
717 |
-
#: v-3/includes/Init.php:
|
718 |
msgid "show details"
|
719 |
msgstr "siehe Details"
|
720 |
|
721 |
-
#: ../../plugins/blog2social-v-3/includes/Init.php:
|
722 |
msgid "This post will be shared on social media in 2-3 minutes!"
|
723 |
msgstr "Dein Beitrag wird in ca. 2-3 Minuten in die Social Media eingestellt!"
|
724 |
|
725 |
-
#: ../../plugins/blog2social-v-3/includes/Init.php:
|
726 |
msgid ""
|
727 |
"Please, make sure that your post are publish on this blog on this moment. "
|
728 |
"Then you can auto post your post with Blog2social."
|
@@ -730,8 +800,8 @@ msgstr ""
|
|
730 |
"Bitte stelle sicher, dass Dein Beitrag in diesem Moment veröffentlicht wurde."
|
731 |
" Dann kannst Du Deinen Beitrag automatisch mit Blog2Social posten."
|
732 |
|
733 |
-
#: ../../plugins/blog2social-v-3/includes/Init.php:
|
734 |
-
#: v-3/includes/MetaBox.php:
|
735 |
msgid ""
|
736 |
"There are no authorizations for your selected profile. Please, authorize "
|
737 |
"with a social network or select a other profile."
|
@@ -739,23 +809,23 @@ msgstr ""
|
|
739 |
"Dein ausgewähltes Profil hat keine Autorisierungen. Bitte, verbinde Dich "
|
740 |
"mit einem Netzwerk oder wähle ein anderes Profil aus. "
|
741 |
|
742 |
-
#: ../../plugins/blog2social-v-3/includes/Init.php:
|
743 |
msgid "Upgrade to Premium"
|
744 |
msgstr "Premium freischalten"
|
745 |
|
746 |
-
#: ../../plugins/blog2social-v-3/includes/Init.php:
|
747 |
msgid "Your post could not be posted."
|
748 |
msgstr "Dein Post ist nicht vom Netzwerk veröffentlicht worden."
|
749 |
|
750 |
-
#: ../../plugins/blog2social-v-3/includes/Init.php:
|
751 |
msgid "Your authorization has expired. Please check your authorization."
|
752 |
msgstr "Deine Autorisierung ist abgelaufen. Bitte überprüfe deine Autorisierung."
|
753 |
|
754 |
-
#: ../../plugins/blog2social-v-3/includes/Init.php:
|
755 |
msgid "The network has marked the post as spam or abusive."
|
756 |
msgstr "Das Netzwerk hat Deinen Post als Spam oder missbräuchlich markiert."
|
757 |
|
758 |
-
#: ../../plugins/blog2social-v-3/includes/Init.php:
|
759 |
msgid ""
|
760 |
"We don't have the permission to publish your post. Please check your "
|
761 |
"authorization."
|
@@ -763,7 +833,7 @@ msgstr ""
|
|
763 |
"Wir haben nicht Deine Erlaubnis, den Post zu veröffentlichen. Bitte "
|
764 |
"überprüfe deine Autorisierung."
|
765 |
|
766 |
-
#: ../../plugins/blog2social-v-3/includes/Init.php:
|
767 |
msgid ""
|
768 |
"Your authorization is interrupted. Please check your authorization. Please "
|
769 |
"see <a target=\"_blank\" href=\"https://www.blog2social."
|
@@ -773,15 +843,15 @@ msgstr ""
|
|
773 |
"Siehe <a target=\"_blank\" href=\"https://www.blog2social."
|
774 |
"com/de/faq/category/9/fehlermeldungen-und-loesungen.html\">FAQ</a>."
|
775 |
|
776 |
-
#: ../../plugins/blog2social-v-3/includes/Init.php:
|
777 |
msgid "Your limit is reached for today."
|
778 |
msgstr "Du hast das Veröffentlichungs-Limit mit Deinem Account für Heute erreicht."
|
779 |
|
780 |
-
#: ../../plugins/blog2social-v-3/includes/Init.php:
|
781 |
msgid "Your post could not be posted, because your image is not available."
|
782 |
msgstr "Das Netzwerk kann Dein Bild nicht verarbeiten."
|
783 |
|
784 |
-
#: ../../plugins/blog2social-v-3/includes/Init.php:
|
785 |
msgid ""
|
786 |
"The network has blocked your account. Please see <a target=\"_blank\" "
|
787 |
"href=\"https://www.blog2social.com/en/faq/category/9/troubleshooting-for-"
|
@@ -791,7 +861,7 @@ msgstr ""
|
|
791 |
"href=\"https://www.blog2social.com/de/faq/category/9/fehlermeldungen-und-"
|
792 |
"loesungen.html\">FAQ</a>."
|
793 |
|
794 |
-
#: ../../plugins/blog2social-v-3/includes/Init.php:
|
795 |
msgid ""
|
796 |
"The number of images is reached. Please see <a target=\"_blank\" href=\"https:"
|
797 |
"//www.blog2social.com/en/faq/category/9/troubleshooting-for-error-messages."
|
@@ -801,11 +871,11 @@ msgstr ""
|
|
801 |
"href=\"https://www.blog2social.com/de/faq/category/9/fehlermeldungen-und-"
|
802 |
"loesungen.html\">FAQ</a>."
|
803 |
|
804 |
-
#: ../../plugins/blog2social-v-3/includes/Init.php:
|
805 |
msgid "Your limit has temporarily reached for this network."
|
806 |
msgstr "Du hast das Veröffentlichungs-Limit mit Deinem Account kurzzeitig erreicht."
|
807 |
|
808 |
-
#: ../../plugins/blog2social-v-3/includes/Init.php:
|
809 |
msgid ""
|
810 |
"The network can not publish special characters such as Emoji. Please see <a "
|
811 |
"target=\"_blank\" href=\"https://www.blog2social."
|
@@ -815,78 +885,107 @@ msgstr ""
|
|
815 |
"//www.blog2social.com/de/faq/category/9/fehlermeldungen-und-loesungen."
|
816 |
"html\">FAQ</a>."
|
817 |
|
818 |
-
#: ../../plugins/blog2social-v-3/includes/Init.php:
|
819 |
msgid "Your post is a duplicate."
|
820 |
msgstr "Du kannst auf dem Netzwerke keine Duplikate veröffentlichen."
|
821 |
|
822 |
-
#: ../../plugins/blog2social-v-3/includes/Init.php:
|
823 |
msgid "The network are required a public url to your post."
|
824 |
msgstr "Das Netzwerk fordert, dass Dein Link zu Deinem Beitrag erreichbar ist."
|
825 |
|
826 |
-
#: ../../plugins/blog2social-v-3/includes/Init.php:
|
827 |
msgid "The network says, that your group is not exisits."
|
828 |
msgstr "Das Netzwerk konnte Deine angegebene Gruppe nicht finden."
|
829 |
|
830 |
-
#: ../../plugins/blog2social-v-3/includes/Init.php:
|
831 |
-
#: v-3/includes/Init.php:
|
832 |
msgid "Dashboard"
|
833 |
msgstr "Dashboard"
|
834 |
|
835 |
-
#: ../../plugins/blog2social-v-3/includes/Init.php:
|
836 |
-
#: v-3/includes/Init.php:
|
837 |
msgid "Posts & Sharing"
|
838 |
msgstr "Beiträge"
|
839 |
|
840 |
-
#: ../../plugins/blog2social-v-3/includes/Init.php:
|
841 |
-
#: v-3/includes/Init.php:
|
842 |
#: ./../plugins/blog2social-v-3/views/b2s/network.php:17
|
843 |
msgid "Networks"
|
844 |
msgstr "Netzwerke"
|
845 |
|
846 |
-
#: ../../plugins/blog2social-v-3/includes/Init.php:
|
847 |
-
#: v-3/includes/Init.php:
|
848 |
-
#: ./../plugins/blog2social-v-3/views/b2s/ship.php:
|
849 |
-
#: 3/views/b2s/ship.php:
|
850 |
msgid "Settings"
|
851 |
msgstr "Einstellungen"
|
852 |
|
853 |
-
#: ../../plugins/blog2social-v-3/includes/Init.php:
|
854 |
-
#: v-3/includes/Init.php:
|
855 |
msgid "PR-Service"
|
856 |
msgstr "PR-Service"
|
857 |
|
858 |
-
#: ../../plugins/blog2social-v-3/includes/Init.php:
|
859 |
msgid "Blog2Social"
|
860 |
msgstr "Blog2Social"
|
861 |
|
862 |
-
#: ../../plugins/blog2social-v-3/includes/Init.php:
|
863 |
-
#: v-3/includes/Init.php:
|
864 |
msgid "or"
|
865 |
msgstr "oder"
|
866 |
|
867 |
-
#: ../../plugins/blog2social-v-3/includes/Init.php:
|
868 |
-
#: v-3/includes/Init.php:
|
869 |
msgid "back to install plugins"
|
870 |
msgstr "zurück zur Pluginübersicht"
|
871 |
|
872 |
-
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
873 |
#: /plugins/blog2social-v-3/views/b2s/html/header.phtml:15
|
874 |
msgid "Please see FAQ"
|
875 |
msgstr "Siehe FAQ"
|
876 |
|
877 |
-
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:
|
878 |
msgid "last auto-post:"
|
879 |
msgstr "letzter Auto-Post:"
|
880 |
|
881 |
-
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:
|
882 |
-
#: /plugins/blog2social-v-3/views/b2s/ship.php:
|
883 |
#: 3/views/b2s/html/header.phtml:20
|
884 |
msgid "The connection to the server failed. Try again!"
|
885 |
msgstr ""
|
886 |
"Eine Verbindung zum Server konnte nicht hergestellt werden. Versuche es "
|
887 |
"erneut!"
|
888 |
|
889 |
-
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:
|
890 |
#: /plugins/blog2social-v-3/views/b2s/html/header.phtml:14
|
891 |
msgid ""
|
892 |
"WordPress uses heartbeats by default, Blog2Social as well. Please enable "
|
@@ -895,22 +994,12 @@ msgstr ""
|
|
895 |
"WordPress verwendet standardmäßig den Heartbeat und Blog2Social auch. "
|
896 |
"Aktiviere den Heartbeat damit Du Blog2Social problemlos nutzen kannst."
|
897 |
|
898 |
-
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:
|
899 |
-
#: /plugins/blog2social-v-3/includes/MetaBox.php:
|
900 |
msgid "Network settings"
|
901 |
msgstr "Netzwerkeinstellungen"
|
902 |
|
903 |
-
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:
|
904 |
-
msgid ""
|
905 |
-
"Your post is still on draft or pending status. Please make sure that your "
|
906 |
-
"post is published or scheduled to be published on this blog. You can then "
|
907 |
-
"auto-post or schedule and customize your social media posts with Blog2Social."
|
908 |
-
msgstr ""
|
909 |
-
"Bitte stelle sicher, dass Dein Beitrag auf Deinem Blog veröffentlicht oder "
|
910 |
-
"geplant ist. Dann kannst Du Deinen Beitrag mit Blog2Social anpassen und "
|
911 |
-
"planen."
|
912 |
-
|
913 |
-
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:57
|
914 |
msgid ""
|
915 |
"Notice: Please make sure, that your website address is reachable. The Social "
|
916 |
"Networks do not allow postings from local installations."
|
@@ -918,61 +1007,27 @@ msgstr ""
|
|
918 |
"Hinweis: Bitte stelle sicher, dass Dein Blog von außen erreichbar ist. Bei "
|
919 |
"Fragen wende Dich bitte an unseren Support."
|
920 |
|
921 |
-
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:
|
922 |
-
msgid "You want to auto post your blog post?"
|
923 |
-
msgstr "Du möchtest Deinen Beitrag automatisch posten?"
|
924 |
-
|
925 |
-
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:58 ../..
|
926 |
-
#: /plugins/blog2social-v-3/includes/MetaBox.php:107 ../../plugins/blog2social-v-
|
927 |
-
#: 3/views/b2s/network.php:116 ../../plugins/blog2social-v-3/views/b2s/ship.php:
|
928 |
-
#: 294 ../../plugins/blog2social-v-3/views/b2s/ship.php:328 ../..
|
929 |
-
#: /plugins/blog2social-v-3/views/b2s/ship.php:375 ../../plugins/blog2social-v-
|
930 |
-
#: 3/views/b2s/html/footer.phtml:38 ../../plugins/blog2social-v-
|
931 |
-
#: 3/views/b2s/html/footer.phtml:150 ../../plugins/blog2social-v-
|
932 |
-
#: 3/views/b2s/html/footer.phtml:208 ../../plugins/blog2social-v-
|
933 |
-
#: 3/views/b2s/html/header.phtml:139
|
934 |
-
msgid "Upgrade to PREMIUM"
|
935 |
-
msgstr "Jetzt auf Premium upgraden"
|
936 |
-
|
937 |
-
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:59
|
938 |
-
msgid "Custom Sharing & Scheduling"
|
939 |
-
msgstr "Anpassen & Planen"
|
940 |
-
|
941 |
-
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:59 ../..
|
942 |
-
#: /plugins/blog2social-v-3/includes/MetaBox.php:63
|
943 |
-
msgid "Info"
|
944 |
-
msgstr "Info"
|
945 |
-
|
946 |
-
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:60
|
947 |
-
msgid "Customize & Schedule Social Media Posts"
|
948 |
-
msgstr "Social Media Posts anpassen & planen"
|
949 |
-
|
950 |
-
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:63 ../..
|
951 |
-
#: /plugins/blog2social-v-3/views/b2s/html/header.phtml:190
|
952 |
-
msgid "Social Media Auto-Posting"
|
953 |
-
msgstr "Social Media Auto-Posting"
|
954 |
-
|
955 |
-
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:66
|
956 |
msgid "enable Auto-Posting"
|
957 |
msgstr "Auto-Posting aktivieren"
|
958 |
|
959 |
-
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:
|
960 |
-
#: /plugins/blog2social-v-3/views/b2s/network.php:
|
961 |
-
#: 3/views/b2s/network.php:
|
962 |
#: 37 ../../plugins/blog2social-v-3/views/b2s/post.publish.php:40 ../..
|
963 |
#: /plugins/blog2social-v-3/views/b2s/post.sched.php:48 ../../plugins/blog2social-
|
964 |
#: v-3/views/b2s/ship.php:153 ../../plugins/blog2social-v-3/views/b2s/ship.php:
|
965 |
-
#:
|
966 |
msgid "Loading..."
|
967 |
msgstr "Lade Daten..."
|
968 |
|
969 |
-
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:
|
970 |
-
#: /plugins/blog2social-v-3/views/b2s/html/footer.phtml:
|
971 |
msgid "Blog2Social: Social Media Auto-Posting"
|
972 |
msgstr "Blog2Social: Social Media Auto-Posting"
|
973 |
|
974 |
-
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:
|
975 |
-
#: /plugins/blog2social-v-3/views/b2s/html/footer.phtml:
|
976 |
msgid ""
|
977 |
"You have 2 general options to define the date and time to share your blog "
|
978 |
"posts on social media with the Auto-Poster:"
|
@@ -980,13 +1035,13 @@ msgstr ""
|
|
980 |
"Dir stehen grundsätzlich 2 Möglichkeiten zur Verfügung, per Auto-Posting "
|
981 |
"Deine Blogbeiträge auf Social Media zu teilen: "
|
982 |
|
983 |
-
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:
|
984 |
-
#: /plugins/blog2social-v-3/views/b2s/html/footer.phtml:
|
985 |
msgid "1. Immediately after publishing your blog post"
|
986 |
msgstr "Sofort nach Veröffentlichung Deines Blogbeitrags "
|
987 |
|
988 |
-
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:
|
989 |
-
#: /plugins/blog2social-v-3/views/b2s/html/footer.phtml:
|
990 |
msgid ""
|
991 |
"Published blog posts: If you publish your blog post with click on publish in "
|
992 |
"your WordPress post editor, Blog2Social will automatically share your social "
|
@@ -996,8 +1051,8 @@ msgstr ""
|
|
996 |
"auf “veröffentlichen” im Beitrags-Editor Deines Blogs sofort veröffentlichst,"
|
997 |
" teilt Blog2Social Deinen Blogbeitrag unmittelbar auf Social Media."
|
998 |
|
999 |
-
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:
|
1000 |
-
#: /plugins/blog2social-v-3/views/b2s/html/footer.phtml:
|
1001 |
msgid ""
|
1002 |
"Scheduled blog posts: If you schedule your blog post with click on schedule "
|
1003 |
"in your WordPress post editor, Blog2Social will share your social media post "
|
@@ -1008,8 +1063,8 @@ msgstr ""
|
|
1008 |
"Deines Blogs klickst, teilt Blog2Social Deinen Blogbeitrag direkt nach der "
|
1009 |
"Veröffentlichung auf Social Media. "
|
1010 |
|
1011 |
-
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:
|
1012 |
-
#: /plugins/blog2social-v-3/views/b2s/html/footer.phtml:
|
1013 |
msgid ""
|
1014 |
"2. Schedule your social media posts for a specific date and time If you want "
|
1015 |
"to share your post at a particular date and time, different from your "
|
@@ -1021,139 +1076,150 @@ msgstr ""
|
|
1021 |
"abweichen, wähle die Option “zu bestimmten Zeiten” und lege das Datum und "
|
1022 |
"die Uhrzeit fest. "
|
1023 |
|
1024 |
-
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:
|
1025 |
-
#: /plugins/blog2social-v-3/views/b2s/html/footer.phtml:
|
1026 |
msgid "You want to auto-post your blog post?"
|
1027 |
msgstr "Du möchtest Deinen Beitrag automatisch posten?"
|
1028 |
|
1029 |
-
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:
|
1030 |
#: /plugins/blog2social-v-3/includes/Notice.php:29 ../../plugins/blog2social-v-
|
1031 |
-
#: 3/views/b2s/network.php:
|
1032 |
-
#:
|
1033 |
-
#: /plugins/blog2social-v-3/views/b2s/ship.php:
|
1034 |
#: 3/views/b2s/html/footer.phtml:24 ../../plugins/blog2social-v-
|
1035 |
-
#: 3/views/b2s/html/footer.phtml:
|
1036 |
-
#: 3/views/b2s/html/footer.phtml:
|
|
|
1037 |
msgid "With Blog2Social Premium you can:"
|
1038 |
msgstr "Mit Blog2Social kannst Du:"
|
1039 |
|
1040 |
-
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:
|
1041 |
#: /plugins/blog2social-v-3/includes/Notice.php:30 ../../plugins/blog2social-v-
|
1042 |
-
#: 3/views/b2s/network.php:
|
1043 |
-
#:
|
1044 |
-
#: /plugins/blog2social-v-3/views/b2s/ship.php:
|
1045 |
#: 3/views/b2s/html/footer.phtml:27 ../../plugins/blog2social-v-
|
1046 |
-
#: 3/views/b2s/html/footer.phtml:
|
1047 |
-
#: 3/views/b2s/html/footer.phtml:
|
|
|
1048 |
#: 3/views/b2s/html/header.phtml:191
|
1049 |
msgid "Post on pages and groups"
|
1050 |
msgstr "Poste auf Seiten und in Gruppen"
|
1051 |
|
1052 |
-
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:
|
1053 |
#: /plugins/blog2social-v-3/includes/Notice.php:31 ../../plugins/blog2social-v-
|
1054 |
-
#: 3/views/b2s/network.php:
|
1055 |
-
#:
|
1056 |
-
#: /plugins/blog2social-v-3/views/b2s/ship.php:
|
1057 |
#: 3/views/b2s/html/footer.phtml:28 ../../plugins/blog2social-v-
|
1058 |
-
#: 3/views/b2s/html/footer.phtml:
|
1059 |
-
#: 3/views/b2s/html/footer.phtml:
|
|
|
1060 |
msgid "Share on multiple profiles, pages and groups"
|
1061 |
msgstr "Auf mehreren Profilen, Seiten und Gruppen teilen"
|
1062 |
|
1063 |
-
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:
|
1064 |
#: /plugins/blog2social-v-3/includes/Notice.php:32 ../../plugins/blog2social-v-
|
1065 |
-
#: 3/views/b2s/network.php:
|
1066 |
-
#:
|
1067 |
-
#: /plugins/blog2social-v-3/views/b2s/ship.php:
|
1068 |
#: 3/views/b2s/html/footer.phtml:29 ../../plugins/blog2social-v-
|
1069 |
#: 3/views/b2s/html/footer.phtml:63 ../../plugins/blog2social-v-
|
1070 |
-
#: 3/views/b2s/html/footer.phtml:
|
1071 |
-
#: 3/views/b2s/html/footer.phtml:
|
|
|
1072 |
msgid "Auto-post and auto-schedule new and updated blog posts"
|
1073 |
msgstr ""
|
1074 |
" Auto-posten und Auto-planen: Beiträge automatisch bei Veröffentlichung oder "
|
1075 |
"Aktualisierung posten und zeitversetzt planen"
|
1076 |
|
1077 |
-
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:
|
1078 |
#: /plugins/blog2social-v-3/includes/Notice.php:33 ../../plugins/blog2social-v-
|
1079 |
-
#: 3/views/b2s/network.php:
|
1080 |
-
#:
|
1081 |
-
#: /plugins/blog2social-v-3/views/b2s/ship.php:
|
1082 |
#: 3/views/b2s/html/footer.phtml:30 ../../plugins/blog2social-v-
|
1083 |
-
#: 3/views/b2s/html/footer.phtml:
|
1084 |
-
#: 3/views/b2s/html/footer.phtml:
|
|
|
1085 |
msgid "Schedule your posts at the best times on each network"
|
1086 |
msgstr "Plane Deine Beiträge zu den besten Zeiten für jedes Netzwerk"
|
1087 |
|
1088 |
-
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:
|
1089 |
#: /plugins/blog2social-v-3/includes/Notice.php:34 ../../plugins/blog2social-v-
|
1090 |
-
#: 3/views/b2s/network.php:
|
1091 |
-
#:
|
1092 |
-
#: /plugins/blog2social-v-3/views/b2s/ship.php:
|
1093 |
#: 3/views/b2s/html/footer.phtml:31 ../../plugins/blog2social-v-
|
1094 |
-
#: 3/views/b2s/html/footer.phtml:
|
1095 |
-
#: 3/views/b2s/html/footer.phtml:
|
|
|
1096 |
msgid ""
|
1097 |
"Best Time Manager: use predefined best time scheduler to auto-schedule your "
|
1098 |
"social media posts"
|
1099 |
msgstr " Beste Zeiten Manager: vordefinierte Zeiten für Deine Beiträge nutzen"
|
1100 |
|
1101 |
-
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:
|
1102 |
#: /plugins/blog2social-v-3/includes/Notice.php:35 ../../plugins/blog2social-v-
|
1103 |
-
#: 3/views/b2s/network.php:
|
1104 |
-
#:
|
1105 |
-
#: /plugins/blog2social-v-3/views/b2s/ship.php:
|
1106 |
#: 3/views/b2s/html/footer.phtml:32 ../../plugins/blog2social-v-
|
1107 |
-
#: 3/views/b2s/html/footer.phtml:
|
1108 |
-
#: 3/views/b2s/html/footer.phtml:
|
|
|
1109 |
msgid "Schedule your post for one time, multiple times or recurrently"
|
1110 |
msgstr ""
|
1111 |
"Veröffentlichungen zur besten Zeit pro Netzwerk planen: einmalig, mehrmalig "
|
1112 |
"oder nach einem regelmäßigen Muster"
|
1113 |
|
1114 |
-
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:
|
1115 |
#: /plugins/blog2social-v-3/includes/Notice.php:36 ../../plugins/blog2social-v-
|
1116 |
-
#: 3/views/b2s/network.php:
|
1117 |
-
#:
|
1118 |
-
#: /plugins/blog2social-v-3/views/b2s/ship.php:
|
1119 |
#: 3/views/b2s/html/footer.phtml:33 ../../plugins/blog2social-v-
|
1120 |
-
#: 3/views/b2s/html/footer.phtml:
|
1121 |
-
#: 3/views/b2s/html/footer.phtml:
|
|
|
1122 |
msgid "Schedule and re-share old posts"
|
1123 |
msgstr "Plane und teile alte Beiträge"
|
1124 |
|
1125 |
-
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:
|
1126 |
#: /plugins/blog2social-v-3/includes/Notice.php:37 ../../plugins/blog2social-v-
|
1127 |
-
#: 3/views/b2s/network.php:
|
1128 |
-
#:
|
1129 |
-
#: /plugins/blog2social-v-3/views/b2s/ship.php:
|
1130 |
#: 3/views/b2s/html/footer.phtml:34 ../../plugins/blog2social-v-
|
1131 |
#: 3/views/b2s/html/footer.phtml:65 ../../plugins/blog2social-v-
|
1132 |
-
#: 3/views/b2s/html/footer.phtml:
|
1133 |
-
#: 3/views/b2s/html/footer.phtml:
|
|
|
1134 |
msgid "Select link format or image format for your posts"
|
1135 |
msgstr "Link-Posts oder Bild-Posts als Posting-Format für Deine Beiträge auswählen"
|
1136 |
|
1137 |
-
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:
|
1138 |
#: /plugins/blog2social-v-3/includes/Notice.php:38 ../../plugins/blog2social-v-
|
1139 |
-
#: 3/views/b2s/network.php:
|
1140 |
-
#:
|
1141 |
-
#: /plugins/blog2social-v-3/views/b2s/ship.php:
|
1142 |
#: 3/views/b2s/html/footer.phtml:35 ../../plugins/blog2social-v-
|
1143 |
#: 3/views/b2s/html/footer.phtml:66 ../../plugins/blog2social-v-
|
1144 |
-
#: 3/views/b2s/html/footer.phtml:
|
1145 |
-
#: 3/views/b2s/html/footer.phtml:
|
|
|
1146 |
msgid "Select individual images per post"
|
1147 |
msgstr "Individuelle Bilder für Deine Social Media Posts pro Netzwerk auswählen"
|
1148 |
|
1149 |
-
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:
|
1150 |
#: /plugins/blog2social-v-3/includes/Notice.php:39 ../../plugins/blog2social-v-
|
1151 |
-
#: 3/views/b2s/network.php:
|
1152 |
-
#:
|
1153 |
-
#: /plugins/blog2social-v-3/views/b2s/ship.php:
|
1154 |
#: 3/views/b2s/html/footer.phtml:36 ../../plugins/blog2social-v-
|
1155 |
-
#: 3/views/b2s/html/footer.phtml:
|
1156 |
-
#: 3/views/b2s/html/footer.phtml:
|
|
|
1157 |
msgid ""
|
1158 |
"Reporting & calendar: keep track of your published and scheduled social "
|
1159 |
"media posts"
|
@@ -1161,15 +1227,28 @@ msgstr ""
|
|
1161 |
"Reporting & Kalender: Verfolge Deine veröffentlichten und geplanten Social "
|
1162 |
"Media Beiträge"
|
1163 |
|
1164 |
-
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:
|
1165 |
-
#: /plugins/blog2social-v-3/views/b2s/network.php:
|
1166 |
-
#: 3/views/b2s/ship.php:296 ../../plugins/blog2social-v-3/views/b2s/ship.php:
|
1167 |
-
#: ./../plugins/blog2social-v-3/views/b2s/ship.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1168 |
#: v-3/views/b2s/html/footer.phtml:40 ../../plugins/blog2social-v-
|
1169 |
#: 3/views/b2s/html/footer.phtml:71 ../../plugins/blog2social-v-
|
1170 |
#: 3/views/b2s/html/footer.phtml:89 ../../plugins/blog2social-v-
|
1171 |
-
#: 3/views/b2s/html/footer.phtml:
|
1172 |
-
#: 3/views/b2s/html/footer.phtml:
|
|
|
1173 |
msgid ""
|
1174 |
"or <a href=\"http://service.blog2social.com/trial\" target=\"_blank\">start with "
|
1175 |
"free 30-days-trial of Blog2Social Premium</a> (no payment information needed)"
|
@@ -1178,63 +1257,45 @@ msgstr ""
|
|
1178 |
"Deinen kostenlosen 30-tägigen Test von Blog2Social Premium</a>(keine "
|
1179 |
"Zahlungsinformationen erforderlich)"
|
1180 |
|
1181 |
-
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:
|
1182 |
-
msgid "Blog2Social: Custom Sharing & Scheduling"
|
1183 |
-
msgstr "Blog2Social: Anpassen & Planen"
|
1184 |
-
|
1185 |
-
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:123
|
1186 |
-
msgid ""
|
1187 |
-
"Customize and schedule your social media posts on the one page preview for "
|
1188 |
-
"all your selected networks: tailor your posts with individual comments, "
|
1189 |
-
"#hashtags or @handles and schedule your posts for the best times to post, "
|
1190 |
-
"for multiple times or re-share recurrently for more visibility and "
|
1191 |
-
"engagement with your community."
|
1192 |
-
msgstr ""
|
1193 |
-
"Individualisiere und plane Deine Social Media Posts über die Netzwerk-"
|
1194 |
-
"Vorschau: Ergänze individuelle Kommentare, #Hashtags oder @Handles für die "
|
1195 |
-
"verschiedenen Netzwerke und plane Deine Posts für die besten Zeiten, "
|
1196 |
-
"mehrfach oder wiederholt, um mehr Sichtbarkeit und Feedback von Deiner "
|
1197 |
-
"Community zu erzielen"
|
1198 |
-
|
1199 |
-
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:133
|
1200 |
msgid "Select profile:"
|
1201 |
msgstr "Profil auswählen: "
|
1202 |
|
1203 |
-
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:
|
1204 |
msgid "When do you want to share your post on social media?"
|
1205 |
msgstr "Wann möchtest Du Deinen Beitrag auf den Social Media teilen?"
|
1206 |
|
1207 |
-
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:
|
1208 |
msgid "immediately after publishing"
|
1209 |
msgstr "sofort nach Veröffentlichung"
|
1210 |
|
1211 |
-
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:
|
1212 |
msgid "at scheduled times"
|
1213 |
msgstr "zu geplanten Zeiten"
|
1214 |
|
1215 |
-
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:
|
1216 |
msgid "You want to sched your blog post with Auto-Poster?"
|
1217 |
msgstr "Du willst Deinen Blogbeitrag mit dem Autoposter planen?"
|
1218 |
|
1219 |
-
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:
|
1220 |
#: /plugins/blog2social-v-3/views/b2s/html/footer.phtml:69 ../..
|
1221 |
#: /plugins/blog2social-v-3/views/b2s/html/footer.phtml:87
|
1222 |
msgid "Upgrade to PREMIUM PRO"
|
1223 |
msgstr "Upgrade auf PREMIUM PRO"
|
1224 |
|
1225 |
-
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:
|
1226 |
msgid "Select date:"
|
1227 |
msgstr "Datum auswählen:"
|
1228 |
|
1229 |
-
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:
|
1230 |
msgid "post at"
|
1231 |
msgstr "beachte"
|
1232 |
|
1233 |
-
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:
|
1234 |
msgid "my time settings"
|
1235 |
msgstr "meine Zeit-Einstellungen"
|
1236 |
|
1237 |
-
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:
|
1238 |
msgid ""
|
1239 |
"Note: If you have not specified your own times, we automatically provide "
|
1240 |
"you with the best times to post on the social networks. You can always "
|
@@ -1298,6 +1359,26 @@ msgstr ""
|
|
1298 |
"Blog2Social verwendet cURL. cURL ist nicht in deiner PHP Version auf deinem "
|
1299 |
"Server installiert. Installiere cURL und aktiviere Blog2Social erneut."
|
1300 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1301 |
#: ../../plugins/blog2social-v-3/includes/System.php:73
|
1302 |
msgid ""
|
1303 |
"Blog2Social seems to have no permission to write in your WordPress database. "
|
@@ -1308,6 +1389,16 @@ msgstr ""
|
|
1308 |
"Bitte stelle sicher, dass Blog2Social das Recht eingeräumt wird, in Deine "
|
1309 |
"Wordpress Datenbank zu schreiben."
|
1310 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1311 |
#. Plugin Name of the plugin/theme
|
1312 |
msgid "Social Media Auto Post & Scheduler"
|
1313 |
msgstr "Social Media Auto Post & Scheduler"
|
@@ -1455,8 +1546,8 @@ msgstr ""
|
|
1455 |
"für das Posten in Blog-Netzwerken"
|
1456 |
|
1457 |
#: ../../plugins/blog2social-v-3/views/b2s/dashboard.php:142 ../..
|
1458 |
-
#: /plugins/blog2social-v-3/views/b2s/ship.php:
|
1459 |
-
#: 3/views/b2s/html/footer.phtml:
|
1460 |
msgid "Best Time Scheduler"
|
1461 |
msgstr "Beste Zeiten Manager"
|
1462 |
|
@@ -1502,34 +1593,30 @@ msgstr ""
|
|
1502 |
msgid "Unlock Premium"
|
1503 |
msgstr "Premium freischalten"
|
1504 |
|
1505 |
-
#: ../../plugins/blog2social-v-3/views/b2s/network.php:
|
1506 |
-
|
1507 |
-
msgstr "Du möchtest eine neue Kombination von Netzwerken anlegen?"
|
1508 |
-
|
1509 |
-
#: ../../plugins/blog2social-v-3/views/b2s/network.php:26 ../..
|
1510 |
-
#: /plugins/blog2social-v-3/views/b2s/network.php:72 ../../plugins/blog2social-v-
|
1511 |
-
#: 3/views/b2s/network.php:95
|
1512 |
-
msgid "Create new profile"
|
1513 |
-
msgstr "neues Profil erstellen"
|
1514 |
-
|
1515 |
-
#: ../../plugins/blog2social-v-3/views/b2s/network.php:30 ../..
|
1516 |
-
#: /plugins/blog2social-v-3/views/b2s/network.php:31 ../../plugins/blog2social-v-
|
1517 |
#: 3/views/prg/post.php:25 ../../plugins/blog2social-v-3/views/prg/post.php:26 ..
|
1518 |
-
#: /../plugins/blog2social-v-3/views/b2s/html/post.navbar.phtml:
|
1519 |
-
#: /plugins/blog2social-v-3/views/b2s/html/post.navbar.phtml:
|
1520 |
msgid "filter"
|
1521 |
msgstr "Filter"
|
1522 |
|
1523 |
-
#: ../../plugins/blog2social-v-3/views/b2s/network.php:
|
1524 |
-
#: /plugins/blog2social-v-3/views/b2s/network.php:
|
1525 |
-
|
1526 |
-
|
|
|
|
|
1527 |
|
1528 |
-
#: ../../plugins/blog2social-v-3/views/b2s/network.php:
|
|
|
|
|
|
|
|
|
1529 |
msgid "create"
|
1530 |
msgstr "erstellen"
|
1531 |
|
1532 |
-
#: ../../plugins/blog2social-v-3/views/b2s/network.php:
|
1533 |
msgid ""
|
1534 |
"All connected networks will be displayed as default \"Standard\" networks "
|
1535 |
"profile.<br><br>You may define various sets of social media accounts, "
|
@@ -1569,47 +1656,51 @@ msgstr ""
|
|
1569 |
"verschiedene Netzwerk-Profile noch schneller auf Deine verschiedenen "
|
1570 |
"Netzwerk-Kombinationen zuzugreifen."
|
1571 |
|
1572 |
-
#: ../../plugins/blog2social-v-3/views/b2s/network.php:
|
1573 |
msgid "You want to add another network profile, pages or groups?"
|
1574 |
msgstr ""
|
1575 |
"Du möchtest ein weiteres Netzwerkprofil anlegen oder auf Seiten und Gruppen "
|
1576 |
"posten?"
|
1577 |
|
1578 |
-
#: ../../plugins/blog2social-v-3/views/b2s/network.php:
|
|
|
|
|
|
|
|
|
1579 |
msgid "Do you really want to delete this profile"
|
1580 |
msgstr "Soll Dein Profil wirklich gelöscht werden?"
|
1581 |
|
1582 |
-
#: ../../plugins/blog2social-v-3/views/b2s/network.php:
|
1583 |
#: /plugins/blog2social-v-3/views/b2s/post.publish.php:74 ../..
|
1584 |
#: /plugins/blog2social-v-3/views/b2s/post.sched.php:111 ../..
|
1585 |
#: /plugins/blog2social-v-3/views/prg/ship.php:92
|
1586 |
msgid "NO"
|
1587 |
msgstr "NEIN"
|
1588 |
|
1589 |
-
#: ../../plugins/blog2social-v-3/views/b2s/network.php:
|
1590 |
-
#: /plugins/blog2social-v-3/views/b2s/network.php:
|
1591 |
#: 3/views/b2s/post.publish.php:75 ../../plugins/blog2social-v-3/views/b2s/post.
|
1592 |
#: sched.php:112
|
1593 |
msgid "YES, delete"
|
1594 |
msgstr "Ja, löschen"
|
1595 |
|
1596 |
-
#: ../../plugins/blog2social-v-3/views/b2s/network.php:
|
1597 |
msgid "Delete Authorization"
|
1598 |
msgstr "Autorisierung löschen"
|
1599 |
|
1600 |
-
#: ../../plugins/blog2social-v-3/views/b2s/network.php:
|
1601 |
msgid "Do you really want to delete this authorization"
|
1602 |
msgstr "Soll die Autorisierung wirklich löschen werden?"
|
1603 |
|
1604 |
-
#: ../../plugins/blog2social-v-3/views/b2s/network.php:
|
1605 |
msgid "You have still set up scheduled posts for this network:"
|
1606 |
msgstr "Du hast noch ausstehende Veröffentlichungen für dieses Netzwerk geplant:"
|
1607 |
|
1608 |
-
#: ../../plugins/blog2social-v-3/views/b2s/network.php:
|
1609 |
msgid "scheduled posts"
|
1610 |
msgstr "geplante Beiträge"
|
1611 |
|
1612 |
-
#: ../../plugins/blog2social-v-3/views/b2s/network.php:
|
1613 |
msgid "View schedule posts for this profile"
|
1614 |
msgstr "Gehe zu geplanten Beiträgen für dieses Profil."
|
1615 |
|
@@ -1655,59 +1746,31 @@ msgid "Network Settings"
|
|
1655 |
msgstr "Netzwerk-Einstellungen"
|
1656 |
|
1657 |
#: ../../plugins/blog2social-v-3/views/b2s/settings.php:37 ../..
|
1658 |
-
#: /plugins/blog2social-v-3/views/b2s/ship.php:
|
1659 |
-
#: 3/views/b2s/ship.php:411
|
1660 |
msgid "My Time Settings"
|
1661 |
msgstr "Meine Zeit-Einstellungen"
|
1662 |
|
1663 |
-
#: ../../plugins/blog2social-v-3/views/b2s/settings.php:
|
1664 |
msgid "Reset predefined best time settings"
|
1665 |
msgstr "Voreingestellte beste Zeiten zurücksetzen"
|
1666 |
|
1667 |
-
#: ../../plugins/blog2social-v-3/views/b2s/settings.php:
|
1668 |
msgid "Post format"
|
1669 |
msgstr "Beitragsformat"
|
1670 |
|
1671 |
-
#: ../../plugins/blog2social-v-3/views/b2s/settings.php:
|
1672 |
msgid "Facebook"
|
1673 |
msgstr "Facebook"
|
1674 |
|
1675 |
-
#: ../../plugins/blog2social-v-3/views/b2s/settings.php:
|
1676 |
msgid "Twitter"
|
1677 |
msgstr "Twitter"
|
1678 |
|
1679 |
-
#: ../../plugins/blog2social-v-3/views/b2s/settings.php:
|
1680 |
-
msgid "Select the preferred custom post format for your posts"
|
1681 |
-
msgstr "Entscheide Dich für das passende Format für Deine Social Media Posts"
|
1682 |
-
|
1683 |
-
#: ../../plugins/blog2social-v-3/views/b2s/settings.php:124
|
1684 |
-
msgid "You can define your preferred custom post format link post or photo post:"
|
1685 |
-
msgstr ""
|
1686 |
-
"Entscheide Dich für das passende Format für Deine Social Media Posts. Link "
|
1687 |
-
"Post oder Photo Post:"
|
1688 |
-
|
1689 |
-
#: ../../plugins/blog2social-v-3/views/b2s/settings.php:133
|
1690 |
-
msgid ""
|
1691 |
-
"A photo or image post displays the selected image in the one-page preview of "
|
1692 |
-
"Blog2Social and your comment above the image. The image links to the image "
|
1693 |
-
"view on your image gallery in the respective network. Blog2Social adds the "
|
1694 |
-
"link to your post in your comment. The main benefit of photo posts is that "
|
1695 |
-
"your image is uploaded to your personal image albums or gallery. In Facebook "
|
1696 |
-
"you can edit the albums name with a description of your choice."
|
1697 |
-
msgstr ""
|
1698 |
-
"Ein Bild-Beitrag zeigt das ausgewählte Bild aus Deinem Blogbeitrag mit "
|
1699 |
-
"Deinem Kommentar oberhalb des Bildes an. Das Bild verlinkt auf die "
|
1700 |
-
"Bilderansicht in Deiner Foto-Galerie des betreffenden Netzwerks. Blog2Social "
|
1701 |
-
"integriert einen Link auf Deinen Blogbeitrag im Kommentar. Der Bild-Beitrag "
|
1702 |
-
"hat vor allem den Vorteil, dass Dein Bild automatisch in Deinen persönlichen "
|
1703 |
-
"Fotoalben oder Deiner persönlichen Galerie im Netzwerk gespeichert wird. In "
|
1704 |
-
"Facebook kannst du den Namen Deiner Alben beliebig anpassen."
|
1705 |
-
|
1706 |
-
#: ../../plugins/blog2social-v-3/views/b2s/settings.php:146
|
1707 |
msgid "Allow shortcodes in my post"
|
1708 |
msgstr "berücksichtige Shortcodes in meinen Beiträgen"
|
1709 |
|
1710 |
-
#: ../../plugins/blog2social-v-3/views/b2s/settings.php:
|
1711 |
msgid ""
|
1712 |
"Shortcodes are used by some wordpress plugins like Elementor, Visual "
|
1713 |
"Composer and Content Builder. When a shortcode is inserted in a WordPress "
|
@@ -1726,7 +1789,7 @@ msgstr ""
|
|
1726 |
"den Inhalt durch ein Plugin zu ersetzen, das Du verwendet.<br><br> Aktiviere "
|
1727 |
"diese Funktion, wenn Du dynamische Elemente in Deinen Beiträgen verwendest."
|
1728 |
|
1729 |
-
#: ../../plugins/blog2social-v-3/views/b2s/settings.php:
|
1730 |
msgid ""
|
1731 |
"Blog2Social applies the scheduled time settings based on the time zone "
|
1732 |
"defined in the general settings of your WordPress. You can select a user-"
|
@@ -1740,38 +1803,18 @@ msgstr ""
|
|
1740 |
"für die Planung Deiner Social Media Posts festlegen. Wähle dazu die "
|
1741 |
"gewünschte Zeitzone aus dem Drop-Down Menü."
|
1742 |
|
1743 |
-
#: ../../plugins/blog2social-v-3/views/b2s/
|
1744 |
-
msgid "Select the content type you want to auto-post by default"
|
1745 |
-
msgstr "Wähle die Inhalte, die Du standardmäßig auto-posten möchtest."
|
1746 |
-
|
1747 |
-
#: ../../plugins/blog2social-v-3/views/b2s/settings.php:177
|
1748 |
-
msgid ""
|
1749 |
-
"Please select the content type you want to auto-post by default.<br>You can "
|
1750 |
-
"activate auto-post by default for posts, pages and any custom post type. As "
|
1751 |
-
"well, you can differentiate between new and updated pieces of content."
|
1752 |
-
"<br>Once activated, Blog2Social will auto-post any respective piece of "
|
1753 |
-
"content whenever you publish or update it. You can activate or deactivate "
|
1754 |
-
"auto-posting for a single piece of content in the WordPress post editor. "
|
1755 |
-
msgstr ""
|
1756 |
-
"Bitte wähle aus, welche Inhalte Du standardmäßig auto-posten möchtest. Du "
|
1757 |
-
"kannst das Auto-Posten für Beiträge, Seiten und Custom Post-Types "
|
1758 |
-
"voreinstellen und zwischen neuen und aktualisierten Inhalten unterscheiden.\n"
|
1759 |
-
"Einmal aktiviert, auto-postet Blog2Social Deinen Content, wenn Du ihn "
|
1760 |
-
"veröffentlichst oder aktualisierst. Du kannst das Auto-Posten für einzelne "
|
1761 |
-
"Inhalte in der WordPress-Beitragsbearbeitung aktivieren oder deaktivieren. "
|
1762 |
-
|
1763 |
-
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:26
|
1764 |
msgid "Social Media Scheduling & Sharing"
|
1765 |
msgstr "Beitrag auf Social Media planen und teilen"
|
1766 |
|
1767 |
-
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:
|
1768 |
#: v-3/views/prg/ship.php:41 ../../plugins/blog2social-v-3/views/prg/ship.php:43 .
|
1769 |
#: ./../plugins/blog2social-v-3/views/prg/html/form.phtml:26 ../..
|
1770 |
#: /plugins/blog2social-v-3/views/prg/html/form.phtml:28
|
1771 |
msgid "Title"
|
1772 |
msgstr "Titel"
|
1773 |
|
1774 |
-
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:
|
1775 |
msgid "scroll to bottom"
|
1776 |
msgstr "zum Seitenende"
|
1777 |
|
@@ -1791,15 +1834,6 @@ msgstr "mehr hinzufügen"
|
|
1791 |
msgid "Profiles | Pages | Groups"
|
1792 |
msgstr "Profile | Seiten | Gruppen"
|
1793 |
|
1794 |
-
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:130 ../../plugins/blog2social-
|
1795 |
-
#: v-3/views/b2s/ship.php:313
|
1796 |
-
msgid "You want to save network settings in an additional profile?"
|
1797 |
-
msgstr "Du möchtest Netzwerk-Verbindungen in einem zusätzlichen Profil speichern?"
|
1798 |
-
|
1799 |
-
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:131
|
1800 |
-
msgid "Save Settings"
|
1801 |
-
msgstr "Einstellungen speichern"
|
1802 |
-
|
1803 |
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:138
|
1804 |
msgid "network connected"
|
1805 |
msgstr "Netzwerk verbunden"
|
@@ -1848,19 +1882,19 @@ msgstr "Teilen"
|
|
1848 |
msgid "Time zone"
|
1849 |
msgstr "Zeitzone"
|
1850 |
|
1851 |
-
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:
|
1852 |
msgid "Share new post on Social Media"
|
1853 |
msgstr "Teile einen neuen Beitrag auf Social Media"
|
1854 |
|
1855 |
-
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:
|
1856 |
msgid "Connect for"
|
1857 |
msgstr "Netzwerke verbinden für"
|
1858 |
|
1859 |
-
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:
|
1860 |
msgid "Time Scheduling"
|
1861 |
msgstr "Zeitplanung"
|
1862 |
|
1863 |
-
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:
|
1864 |
msgid ""
|
1865 |
"You have not yet defined personal time settings. To edit personal time "
|
1866 |
"settings click on the Blog2Social Settings on the left-hand menu and select "
|
@@ -1872,11 +1906,11 @@ msgstr ""
|
|
1872 |
"Menü von Blog2Social und wähle die \"Zeit-Einstellungen\" aus. Dort kannst Du "
|
1873 |
"die voreingestellten besten Zeiten verändern."
|
1874 |
|
1875 |
-
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:
|
1876 |
msgid "Re-share this Post"
|
1877 |
msgstr "Diesen Beitrag nochmal teilen"
|
1878 |
|
1879 |
-
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:
|
1880 |
msgid ""
|
1881 |
"You can re-share your post for a different sharing purpose, or to share on a "
|
1882 |
"different choice of networks, profiles, pages or groups, or with different "
|
@@ -1901,15 +1935,15 @@ msgstr ""
|
|
1901 |
"auf \"Diesen Beitrag erneut teilen\" und Du wirst erneut zur Vorschau geführt, "
|
1902 |
"wo Deine Netzwerke, Texte und Bilder auswählen oder variieren kannst. "
|
1903 |
|
1904 |
-
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:
|
1905 |
msgid "You want re-share your blog post?"
|
1906 |
msgstr "Du möchtest Deinen Beitrag erneut teilen?"
|
1907 |
|
1908 |
-
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:
|
1909 |
msgid "Save Network Settings"
|
1910 |
msgstr "Netzwerkeinstellungen speichern"
|
1911 |
|
1912 |
-
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:
|
1913 |
msgid ""
|
1914 |
"You can save your current network settings as \"Standard\" network settings "
|
1915 |
"for any future sharing activities or as a \"Profile\" to choose from (Premium)."
|
@@ -1941,39 +1975,39 @@ msgstr ""
|
|
1941 |
"zur Vorschau geführt, wo Du Deine Netzwerke, Texte und Bilder wählen oder "
|
1942 |
"variieren kannst. "
|
1943 |
|
1944 |
-
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:
|
1945 |
msgid "Your blog post is not yet published on your Wordpress!"
|
1946 |
msgstr "Dein Beitrag ist derzeit nicht auf Deinem Wordpress veröffentlicht."
|
1947 |
|
1948 |
-
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:
|
1949 |
msgid "At least one of your selected networks is set to \"Share Now\""
|
1950 |
msgstr "Mindestens ein Netzwerk wurde mit der Option \"Sofort teilen\" ausgewählt."
|
1951 |
|
1952 |
-
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:
|
1953 |
msgid "Schedule your post"
|
1954 |
msgstr "Beitrag planen"
|
1955 |
|
1956 |
-
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:
|
1957 |
msgid "Ignore & share"
|
1958 |
msgstr "Ignorieren & teilen"
|
1959 |
|
1960 |
-
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:
|
1961 |
msgid "Select image for"
|
1962 |
msgstr "Wähle Bild aus für"
|
1963 |
|
1964 |
-
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:
|
1965 |
msgid "Choose your"
|
1966 |
msgstr "Wähle Deinen"
|
1967 |
|
1968 |
-
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:
|
1969 |
msgid "Post Format"
|
1970 |
msgstr "Postformat"
|
1971 |
|
1972 |
-
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:
|
1973 |
msgid "for:"
|
1974 |
msgstr "für:"
|
1975 |
|
1976 |
-
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:
|
1977 |
msgid ""
|
1978 |
"Define the default settings for the custom post format for all of your "
|
1979 |
"Facebook accounts on the Blog2Social settings section."
|
@@ -1981,7 +2015,7 @@ msgstr ""
|
|
1981 |
"Definiere das benutzerdefinierte Beitragsformat für alle Deine Twitter-"
|
1982 |
"Konten kannst Du unter den Blog2Social Einstellungen definieren."
|
1983 |
|
1984 |
-
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:
|
1985 |
msgid ""
|
1986 |
"Define the default settings for the custom post format for all of your "
|
1987 |
"Twitter accounts on the Blog2Social settings section."
|
@@ -2245,19 +2279,46 @@ msgstr ""
|
|
2245 |
msgid "Reporting with links to already published posts"
|
2246 |
msgstr "Reporting mit Links zu allen veröffentlichten Social Media Posts"
|
2247 |
|
2248 |
-
#: ../../plugins/blog2social-v-3/views/b2s/html/footer.phtml:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2249 |
msgid "Did you miss something?"
|
2250 |
msgstr "Was vermisst Du?"
|
2251 |
|
2252 |
-
#: ../../plugins/blog2social-v-3/views/b2s/html/footer.phtml:
|
2253 |
msgid "Help us make Blog2Social even better!"
|
2254 |
msgstr "Helfe uns Blog2Social besser zu machen!"
|
2255 |
|
2256 |
-
#: ../../plugins/blog2social-v-3/views/b2s/html/footer.phtml:
|
2257 |
msgid "submit"
|
2258 |
msgstr "senden"
|
2259 |
|
2260 |
-
#: ../../plugins/blog2social-v-3/views/b2s/html/footer.phtml:
|
2261 |
msgid ""
|
2262 |
"Blog2Social provides you with a ready-to-use best time scheduler based on "
|
2263 |
"current research on the best times to post on each social network."
|
@@ -2265,7 +2326,7 @@ msgstr ""
|
|
2265 |
"Blog2Social stellt Dir ein vordefiniertes Zeitschema für die besten Zeiten "
|
2266 |
"zum Teilen auf den verschiedenen Social Media Kanälen zur Verfügung."
|
2267 |
|
2268 |
-
#: ../../plugins/blog2social-v-3/views/b2s/html/footer.phtml:
|
2269 |
msgid ""
|
2270 |
"Click Best Time Scheduler in the preview editor to schedule your posts "
|
2271 |
"automatically for the best times to post on each social network."
|
@@ -2274,7 +2335,7 @@ msgstr ""
|
|
2274 |
"Click \"Best Time Scheduler\" in the preview editor to schedule your posts "
|
2275 |
"automatically for the best times to post on each social network."
|
2276 |
|
2277 |
-
#: ../../plugins/blog2social-v-3/views/b2s/html/footer.phtml:
|
2278 |
msgid ""
|
2279 |
"You can also define your own personal time settings for posting, if you know "
|
2280 |
"which times work best for your communities. Edit the pre-filled times in the "
|
@@ -2284,7 +2345,7 @@ msgstr ""
|
|
2284 |
"eingetragenen Zeiten in den allgemeinen Einstellungen, die Du ändern "
|
2285 |
"möchtest und klicke \"speichern\"."
|
2286 |
|
2287 |
-
#: ../../plugins/blog2social-v-3/views/b2s/html/footer.phtml:
|
2288 |
msgid ""
|
2289 |
"Click My Time Settings in the preview editor to schedule your posts with "
|
2290 |
"your personal best time settings."
|
@@ -2292,7 +2353,7 @@ msgstr ""
|
|
2292 |
"Klicke \"Meine Zeit-Einstellungen\" im Vorschau-Editor, um Deine Social Media "
|
2293 |
"Posts zu Deinen persönlichen Zeit-Einstellungen zu planen."
|
2294 |
|
2295 |
-
#: ../../plugins/blog2social-v-3/views/b2s/html/footer.phtml:
|
2296 |
msgid ""
|
2297 |
"You can always edit the predefined times in the preview editor for any post "
|
2298 |
"or network and save your new settings as default for future use."
|
@@ -2301,7 +2362,7 @@ msgstr ""
|
|
2301 |
"jedes Netzwerk jederzeit individuell ändern oder neu definieren und für alle "
|
2302 |
"zukünftigen Beiträge abspeichern. "
|
2303 |
|
2304 |
-
#: ../../plugins/blog2social-v-3/views/b2s/html/footer.phtml:
|
2305 |
msgid ""
|
2306 |
"Blog2Social will also apply your personal time settings, if you enable the "
|
2307 |
"Social Media Auto-Poster and select auto-post at scheduled times. "
|
@@ -2310,11 +2371,11 @@ msgstr ""
|
|
2310 |
"das Social Media Auto-Posting nutzt und die Veröffentlichung zu geplanten "
|
2311 |
"Zeiten auswählst."
|
2312 |
|
2313 |
-
#: ../../plugins/blog2social-v-3/views/b2s/html/footer.phtml:
|
2314 |
msgid "b2s.pm Link Shortener"
|
2315 |
msgstr "b2s.pm Linkverkürzer"
|
2316 |
|
2317 |
-
#: ../../plugins/blog2social-v-3/views/b2s/html/footer.phtml:
|
2318 |
msgid ""
|
2319 |
"The Blog2Social Shortener converts and publishes your links with a short URL "
|
2320 |
"on the social networks.<br>If you choose this option, you avoid that re-"
|
@@ -2467,6 +2528,10 @@ msgstr ""
|
|
2467 |
"Die kostenlose Testphase konnte nicht aktiviert werden. Dieser Blog wurde "
|
2468 |
"bereits für die kostenlose Testzeit freigeschaltet."
|
2469 |
|
|
|
|
|
|
|
|
|
2470 |
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:192
|
2471 |
msgid "Share on multiple accounts per network"
|
2472 |
msgstr "Auf mehreren Profilen, Seiten und Gruppen teilen"
|
@@ -2507,15 +2572,15 @@ msgstr "Nachname"
|
|
2507 |
msgid "No credit card required"
|
2508 |
msgstr "keine Kreditkarte notwendig"
|
2509 |
|
2510 |
-
#: ../../plugins/blog2social-v-3/views/b2s/html/post.navbar.phtml:
|
2511 |
msgid "All Posts"
|
2512 |
msgstr "alle Beiträge"
|
2513 |
|
2514 |
-
#: ../../plugins/blog2social-v-3/views/b2s/html/post.navbar.phtml:
|
2515 |
msgid "Scheduled Posts"
|
2516 |
msgstr "geplante Beiträge"
|
2517 |
|
2518 |
-
#: ../../plugins/blog2social-v-3/views/b2s/html/post.navbar.phtml:
|
2519 |
msgid "Shared Posts"
|
2520 |
msgstr "geteilte Beiträge"
|
2521 |
|
4 |
"Stable (latest release)\n"
|
5 |
"Report-Msgid-Bugs-To: \n"
|
6 |
"POT-Creation-Date: Thu May 18 2017 09:57:01 GMT+0200\n"
|
7 |
+
"PO-Revision-Date: Mon Jul 17 2017 08:48:27 GMT+0200\n"
|
8 |
"Last-Translator: admin <s.buerger@adenion.de>\n"
|
9 |
"Language-Team: \n"
|
10 |
"Language: German\n"
|
23 |
"esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
|
24 |
"X-Loco-Target-Locale: de_DE"
|
25 |
|
26 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Network/Item.php:44
|
27 |
+
msgid "Show all"
|
28 |
+
msgstr "alle anzeigen"
|
29 |
+
|
30 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Network/Item.php:45 ../..
|
31 |
+
#: /plugins/blog2social-v-3/includes/B2S/Network/Item.php:122
|
32 |
+
msgid "My profile"
|
33 |
+
msgstr "Mein Profil"
|
34 |
+
|
35 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Network/Item.php:47
|
36 |
+
msgid "Your profiles:"
|
37 |
+
msgstr "weitere Profile:"
|
38 |
+
|
39 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Network/Item.php:102
|
40 |
+
msgid "Connections"
|
41 |
+
msgstr "Verbindungen"
|
42 |
+
|
43 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Image.php:62 ../..
|
44 |
+
#: /plugins/blog2social-v-3/includes/B2S/Ship/Image.php:64
|
45 |
+
msgid "Image upload / Mediathek"
|
46 |
+
msgstr "Bild hochladen / Mediathek"
|
47 |
+
|
48 |
+
#: ../../plugins/blog2social-v-3/includes/Init.php:107
|
49 |
+
msgid "Manually share on Social Media"
|
50 |
+
msgstr "Manuell auf Social Media teilen"
|
51 |
+
|
52 |
+
#: ../../plugins/blog2social-v-3/includes/Init.php:116
|
53 |
+
msgid "Auto-Post on Social Media"
|
54 |
+
msgstr "Automatisch auf Social Media teilen"
|
55 |
+
|
56 |
+
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:25
|
57 |
+
msgid "Blog2Social: Customize & Schedule Social Media Posts"
|
58 |
+
msgstr "Blog2Social : Beiträge anpassen & planen"
|
59 |
+
|
60 |
+
#: ../../plugins/blog2social-v-3/views/b2s/network.php:28
|
61 |
+
msgid "Delete"
|
62 |
+
msgstr "löschen"
|
63 |
+
|
64 |
+
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:44
|
65 |
+
msgid "Load My Time Settings"
|
66 |
+
msgstr "Meine Zeit-Einstellungen laden"
|
67 |
+
|
68 |
+
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:50
|
69 |
+
msgid "Load Best Time Scheduler"
|
70 |
+
msgstr "Beste Zeiten laden"
|
71 |
+
|
72 |
+
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:129
|
73 |
+
msgid "Save Network Selection"
|
74 |
+
msgstr "Netzwerkauswahl speichern"
|
75 |
+
|
76 |
+
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:371
|
77 |
+
msgid "Need to schedule your posts?"
|
78 |
+
msgstr "Du möchtest Deine Beiträge planen?"
|
79 |
+
|
80 |
+
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:374
|
81 |
+
msgid "Blog2Social Premium covers everything you need."
|
82 |
+
msgstr "Blog2Social Premium deckt alles ab, was Du brauchst."
|
83 |
+
|
84 |
+
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:378
|
85 |
msgid ""
|
86 |
+
"You want to publish a post on a specific date? No problem! Just enter your "
|
87 |
+
"desired date and you are ready to go!"
|
|
|
88 |
msgstr ""
|
89 |
+
"Du möchtest einen Beitrag an einem ganz bestimmten Datum veröffentlichen? "
|
90 |
+
"Kein Problem! Stelle einfach Dein Wunschdatum ein und los geht’s!"
|
|
|
91 |
|
92 |
+
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:381
|
93 |
msgid ""
|
94 |
+
"You have a timeless contribution that everyone must have seen? Plan your "
|
95 |
+
"publications once as an appointment."
|
96 |
msgstr ""
|
97 |
+
"Du hast einen zeitlosen Beitrag, den einfach jeder gesehen haben muss? Plane "
|
98 |
+
"Deine Veröffentlichungen einmal als Terminserie."
|
|
|
99 |
|
100 |
+
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:384
|
101 |
msgid ""
|
102 |
+
"You get too few responses in social media? Maybe there was just no one there "
|
103 |
+
"who could have seen your contribution. Plan the release with the Best Times "
|
104 |
+
"Manager of Blog2Social at the peak times of social media. Your fanbase is "
|
105 |
+
"now listening."
|
106 |
msgstr ""
|
107 |
+
"Du erhältst zu wenige Reaktionen in den Social Media? Vielleicht war ja "
|
108 |
+
"einfach gerade keiner da, der Deinen Beitrag hätte sehen können. Plane die "
|
109 |
+
"Veröffentlichung mit dem Beste Zeiten Manager von Blog2Social zu den "
|
110 |
+
"Stoßzeiten der Social Media. Deine Fanbase hört jetzt zu."
|
111 |
|
112 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Network/Item.php:44 ../..
|
113 |
#: /plugins/blog2social-v-3/includes/B2S/Ship/Navbar.php:32
|
114 |
msgid "Default"
|
115 |
msgstr "Standard"
|
116 |
|
117 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Network/Item.php:107 ../..
|
118 |
+
#: /plugins/blog2social-v-3/includes/B2S/Network/Item.php:145 ../..
|
119 |
+
#: /plugins/blog2social-v-3/includes/B2S/Network/Item.php:147 ../..
|
120 |
+
#: /plugins/blog2social-v-3/includes/B2S/Settings/Item.php:183 ../..
|
121 |
+
#: /plugins/blog2social-v-3/includes/B2S/Settings/Item.php:196 ../..
|
122 |
+
#: /plugins/blog2social-v-3/includes/B2S/Settings/Item.php:213 ../..
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
123 |
#: /plugins/blog2social-v-3/includes/B2S/Settings/Item.php:261 ../..
|
124 |
+
#: /plugins/blog2social-v-3/includes/B2S/Ship/Portale.php:34 ../..
|
125 |
+
#: /plugins/blog2social-v-3/includes/Init.php:309
|
126 |
msgid "Profile"
|
127 |
msgstr "Profil"
|
128 |
|
129 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Network/Item.php:110 ../..
|
130 |
+
#: /plugins/blog2social-v-3/includes/B2S/Network/Item.php:110 ../..
|
131 |
+
#: /plugins/blog2social-v-3/includes/B2S/Network/Item.php:171 ../..
|
132 |
+
#: /plugins/blog2social-v-3/includes/B2S/Network/Item.php:173 ../..
|
133 |
+
#: /plugins/blog2social-v-3/includes/B2S/Settings/Item.php:197 ../..
|
134 |
+
#: /plugins/blog2social-v-3/includes/B2S/Settings/Item.php:214 ../..
|
135 |
#: /plugins/blog2social-v-3/includes/B2S/Settings/Item.php:264 ../..
|
136 |
+
#: /plugins/blog2social-v-3/includes/B2S/Ship/Portale.php:31 ../..
|
137 |
+
#: /plugins/blog2social-v-3/includes/B2S/Ship/Portale.php:31 ../..
|
138 |
+
#: /plugins/blog2social-v-3/includes/Init.php:309
|
139 |
msgid "Page"
|
140 |
msgstr "Seite"
|
141 |
|
142 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Network/Item.php:110 ../..
|
143 |
+
#: /plugins/blog2social-v-3/includes/B2S/Ship/Portale.php:31
|
144 |
msgid "You want to connect a network page?"
|
145 |
msgstr "Du möchtest eine Netzwerk-Seite verbinden?"
|
146 |
|
147 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Network/Item.php:110 ../..
|
148 |
+
#: /plugins/blog2social-v-3/includes/B2S/Network/Item.php:113 ../..
|
149 |
+
#: /plugins/blog2social-v-3/includes/B2S/Settings/Item.php:63 ../..
|
150 |
+
#: /plugins/blog2social-v-3/includes/B2S/Ship/Image.php:58 ../..
|
151 |
+
#: /plugins/blog2social-v-3/includes/B2S/Ship/Image.php:64 ../..
|
152 |
+
#: /plugins/blog2social-v-3/includes/B2S/Ship/Item.php:440 ../..
|
153 |
+
#: /plugins/blog2social-v-3/includes/B2S/Ship/Portale.php:28 ../..
|
154 |
+
#: /plugins/blog2social-v-3/includes/B2S/Ship/Portale.php:31 ../..
|
155 |
+
#: /plugins/blog2social-v-3/includes/MetaBox.php:88 ../../plugins/blog2social-v-
|
156 |
+
#: 3/views/b2s/network.php:36 ../../plugins/blog2social-v-3/views/b2s/settings.
|
157 |
+
#: php:39 ../../plugins/blog2social-v-3/views/b2s/settings.php:61 ../..
|
158 |
+
#: /plugins/blog2social-v-3/views/b2s/ship.php:17 ../../plugins/blog2social-v-
|
159 |
+
#: 3/views/b2s/html/post.navbar.phtml:7
|
160 |
+
msgid "PREMIUM"
|
161 |
+
msgstr "PREMIUM"
|
162 |
+
|
163 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Network/Item.php:113 ../..
|
164 |
+
#: /plugins/blog2social-v-3/includes/B2S/Network/Item.php:113 ../..
|
165 |
+
#: /plugins/blog2social-v-3/includes/B2S/Network/Item.php:197 ../..
|
166 |
+
#: /plugins/blog2social-v-3/includes/B2S/Network/Item.php:199 ../..
|
167 |
+
#: /plugins/blog2social-v-3/includes/B2S/Settings/Item.php:198 ../..
|
168 |
+
#: /plugins/blog2social-v-3/includes/B2S/Settings/Item.php:215 ../..
|
169 |
#: /plugins/blog2social-v-3/includes/B2S/Settings/Item.php:268 ../..
|
170 |
+
#: /plugins/blog2social-v-3/includes/B2S/Ship/Portale.php:28 ../..
|
171 |
+
#: /plugins/blog2social-v-3/includes/B2S/Ship/Portale.php:28 ../..
|
172 |
+
#: /plugins/blog2social-v-3/includes/Init.php:309
|
173 |
msgid "Group"
|
174 |
msgstr "Gruppe"
|
175 |
|
176 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Network/Item.php:113 ../..
|
177 |
#: /plugins/blog2social-v-3/includes/B2S/Ship/Portale.php:28
|
178 |
msgid "You want to connect a social media group?"
|
179 |
msgstr "Du möchtest eine Social-Media-Gruppe verbinden?"
|
180 |
|
181 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Network/Item.php:158 ../..
|
182 |
+
#: /plugins/blog2social-v-3/includes/B2S/Network/Item.php:210
|
183 |
msgid "Authorization is interrupted since"
|
184 |
msgstr "Autorisierung ist unterbrochen seit"
|
185 |
|
186 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Network/Item.php:160 ../..
|
187 |
+
#: /plugins/blog2social-v-3/includes/B2S/Network/Item.php:187 ../..
|
188 |
+
#: /plugins/blog2social-v-3/includes/B2S/Network/Item.php:213
|
189 |
msgid "To reactivate this social media connection,"
|
190 |
msgstr "Um diese Social Media Verbindung zu reaktivieren,"
|
191 |
|
192 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Network/Item.php:160 ../..
|
193 |
+
#: /plugins/blog2social-v-3/includes/B2S/Network/Item.php:187 ../..
|
194 |
+
#: /plugins/blog2social-v-3/includes/B2S/Network/Item.php:213 ../..
|
195 |
#: /plugins/blog2social-v-3/includes/B2S/Ship/Image.php:19
|
196 |
msgid "please upgrade"
|
197 |
msgstr "Bitte upgraden"
|
198 |
|
199 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Network/Item.php:184
|
200 |
msgid "Authorization is interrupted since"
|
201 |
msgstr "Autorisierung ist unterbrochen seit"
|
202 |
|
291 |
msgid "last shared on social media"
|
292 |
msgstr "zuletzt auf Social Media geteilt"
|
293 |
|
294 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Post/Item.php:218
|
|
|
295 |
msgid "Share on Social Media"
|
296 |
msgstr "auf Social Media teilen"
|
297 |
|
301 |
msgstr "Autor"
|
302 |
|
303 |
#: ../../plugins/blog2social-v-3/includes/B2S/Post/Item.php:220 ../..
|
304 |
+
#: /plugins/blog2social-v-3/views/b2s/ship.php:29
|
305 |
msgid "on blog"
|
306 |
msgstr "auf dem Blog"
|
307 |
|
308 |
#: ../../plugins/blog2social-v-3/includes/B2S/Post/Item.php:237 ../..
|
309 |
+
#: /plugins/blog2social-v-3/views/b2s/ship.php:216 ../../plugins/blog2social-v-
|
310 |
+
#: 3/views/b2s/ship.php:218
|
311 |
msgid "Re-share this post"
|
312 |
msgstr "Diesen Beitrag nochmal teilen"
|
313 |
|
338 |
msgstr "alle auswählen"
|
339 |
|
340 |
#: ../../plugins/blog2social-v-3/includes/B2S/Post/Item.php:372 ../..
|
341 |
+
#: /plugins/blog2social-v-3/includes/B2S/Settings/Item.php:81 ../..
|
342 |
#: /plugins/blog2social-v-3/views/b2s/dashboard.php:118
|
343 |
msgid "Auto-Posting"
|
344 |
msgstr "Auto-Posting"
|
386 |
msgid "change time"
|
387 |
msgstr "Zeitpunkt ändern"
|
388 |
|
389 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Settings/Item.php:66
|
390 |
msgid "Account"
|
391 |
msgstr "Konto"
|
392 |
|
393 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Settings/Item.php:69 ../..
|
394 |
+
#: /plugins/blog2social-v-3/views/b2s/settings.php:146
|
395 |
msgid "Personal Time Zone"
|
396 |
msgstr "Persönliche Zeitzone"
|
397 |
|
398 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Settings/Item.php:73 ../..
|
399 |
+
#: /plugins/blog2social-v-3/includes/B2S/Settings/Item.php:82 ../..
|
400 |
+
#: /plugins/blog2social-v-3/includes/B2S/Settings/Item.php:118 ../..
|
401 |
+
#: /plugins/blog2social-v-3/includes/B2S/Settings/Item.php:120 ../..
|
402 |
+
#: /plugins/blog2social-v-3/includes/MetaBox.php:17 ../../plugins/blog2social-v-
|
403 |
+
#: 3/includes/MetaBox.php:68 ../../plugins/blog2social-v-3/views/b2s/network.php:
|
404 |
+
#: 18 ../../plugins/blog2social-v-3/views/b2s/settings.php:41 ../..
|
405 |
+
#: /plugins/blog2social-v-3/views/b2s/settings.php:64 ../../plugins/blog2social-v-
|
406 |
+
#: 3/views/b2s/ship.php:54 ../../plugins/blog2social-v-3/views/b2s/ship.php:131 ..
|
407 |
+
#: /../plugins/blog2social-v-3/views/b2s/ship.php:214
|
408 |
+
msgid "Info"
|
409 |
+
msgstr "Info"
|
410 |
+
|
411 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Settings/Item.php:75
|
412 |
msgid "Timezone for Scheduling"
|
413 |
msgstr "Zeitzone für die Planung"
|
414 |
|
415 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Settings/Item.php:75
|
416 |
msgid "User"
|
417 |
msgstr "Benutzer"
|
418 |
|
419 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Settings/Item.php:82
|
420 |
msgid "What post type of items do you want load the Auto-Poster?"
|
421 |
msgstr "Für welche Beiträge möchtest Du den Autoposter standardmäßig aktivieren?"
|
422 |
|
423 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Settings/Item.php:88
|
424 |
msgid "new posts"
|
425 |
msgstr "Neue Beiträge"
|
426 |
|
427 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Settings/Item.php:89 ../..
|
428 |
+
#: /plugins/blog2social-v-3/includes/B2S/Settings/Item.php:99
|
429 |
msgid "Unselect all"
|
430 |
msgstr "Alle abwählen"
|
431 |
|
432 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Settings/Item.php:89 ../..
|
433 |
+
#: /plugins/blog2social-v-3/includes/B2S/Settings/Item.php:99
|
434 |
msgid "Select all"
|
435 |
msgstr "Alle auswählen"
|
436 |
|
437 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Settings/Item.php:98
|
438 |
msgid "updating existing posts"
|
439 |
msgstr "Bestehenden Beitrag aktualisieren"
|
440 |
|
441 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Settings/Item.php:110
|
442 |
msgid "Save"
|
443 |
msgstr " Speichern"
|
444 |
|
445 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Settings/Item.php:117
|
446 |
msgid "Content"
|
447 |
msgstr "Inhalt"
|
448 |
|
449 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Settings/Item.php:118
|
450 |
msgid "use b2s.pm Link Shortener"
|
451 |
msgstr "b2s.pm Link Shortener aktivieren"
|
452 |
|
453 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Settings/Item.php:120
|
454 |
msgid "allow shortcodes in my post"
|
455 |
msgstr "berücksichtige Shortcodes in meinen Beiträgen"
|
456 |
|
457 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Settings/Item.php:132
|
458 |
msgid "Did you know?"
|
459 |
msgstr "Wusstest Du schon?"
|
460 |
|
461 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Settings/Item.php:133
|
462 |
msgid ""
|
463 |
"Beginning with Premium Pro, you can change the custom post format photo post "
|
464 |
"or link post for each individual social media post and channel (profile, "
|
468 |
"Bildbeitrag und Linkbeitrag für jeden einzelnen Social Media Post und Kanal "
|
469 |
"(Profil, Seite, Gruppe) ändern und von den Standardeinstellungen abweichen."
|
470 |
|
471 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Settings/Item.php:133
|
472 |
msgid "Upgrade to Premium Pro now."
|
473 |
msgstr "Upgrade auf Premium PRO"
|
474 |
|
475 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Settings/Item.php:147 ../..
|
476 |
+
#: /plugins/blog2social-v-3/includes/B2S/Settings/Item.php:187 ../..
|
477 |
+
#: /plugins/blog2social-v-3/includes/B2S/Settings/Item.php:226 ../..
|
478 |
+
#: /plugins/blog2social-v-3/views/b2s/html/footer.phtml:109
|
479 |
msgid "Link Post"
|
480 |
msgstr "Link-Beitrag"
|
481 |
|
482 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Settings/Item.php:151 ../..
|
483 |
+
#: /plugins/blog2social-v-3/views/b2s/html/footer.phtml:110
|
484 |
msgid ""
|
485 |
"The link post format displays posts title, link address and the first one or "
|
486 |
"two sentences of the post. The networks scan this information from your META "
|
495 |
"falls du kein Beitragsbild in WordPress ausgewählt hast. Das Bild verlinkt "
|
496 |
"automatisch auf Deinen Blogbeitrag."
|
497 |
|
498 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Settings/Item.php:154 ../..
|
499 |
+
#: /plugins/blog2social-v-3/includes/B2S/Settings/Item.php:204 ../..
|
500 |
+
#: /plugins/blog2social-v-3/includes/B2S/Settings/Item.php:226 ../..
|
501 |
+
#: /plugins/blog2social-v-3/views/b2s/html/footer.phtml:114
|
502 |
msgid "Photo Post"
|
503 |
msgstr "Bild-Beitrag"
|
504 |
|
505 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Settings/Item.php:158
|
506 |
msgid ""
|
507 |
"A photo or image post displays the selected image in the one-page preview of "
|
508 |
"Blog2Social and your comment above the image. The image links to the image "
|
519 |
"Fotoalben oder Deiner persönlichen Galerie im Netzwerk gespeichert wird. In "
|
520 |
"Facebook kannst du den Namen Deiner Alben beliebig anpassen."
|
521 |
|
522 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Settings/Item.php:183
|
523 |
msgid "All"
|
524 |
msgstr "alle"
|
525 |
|
533 |
msgstr "Beste Zeiten"
|
534 |
|
535 |
#: ../../plugins/blog2social-v-3/includes/B2S/Settings/Item.php:292 ../..
|
536 |
+
#: /plugins/blog2social-v-3/views/b2s/settings.php:47 ../../plugins/blog2social-v-
|
537 |
+
#: 3/views/b2s/ship.php:49 ../../plugins/blog2social-v-3/views/b2s/ship.php:341 ..
|
538 |
+
#: /../plugins/blog2social-v-3/views/b2s/html/footer.phtml:191
|
539 |
msgid "You want to schedule your posts and use the Best Time Scheduler?"
|
540 |
msgstr ""
|
541 |
"Du möchtest die Veröffentlichung Deiner Posts planen und den Beste Zeiten "
|
543 |
|
544 |
#: ../../plugins/blog2social-v-3/includes/B2S/Settings/Item.php:294 ../..
|
545 |
#: /plugins/blog2social-v-3/views/b2s/post.sched.php:90 ../../plugins/blog2social-
|
546 |
+
#: v-3/views/b2s/settings.php:49 ../../plugins/blog2social-v-3/views/b2s/settings.
|
547 |
+
#: php:83 ../../plugins/blog2social-v-3/views/b2s/settings.php:96 ../..
|
548 |
+
#: /plugins/blog2social-v-3/views/b2s/settings.php:104 ../../plugins/blog2social-
|
549 |
+
#: v-3/views/b2s/ship.php:438
|
550 |
msgid "save"
|
551 |
msgstr "speichern"
|
552 |
|
570 |
msgid "To select an individual image from your media library,"
|
571 |
msgstr "Um ein individuelles Bild aus Deiner Mediathek auszuwählen,"
|
572 |
|
573 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Image.php:24
|
574 |
msgid ""
|
575 |
"The best size for images in social media posts are between: 667-1000px x 523-"
|
576 |
"1000px. Blog2Social will automatically resize your image according to "
|
580 |
"1000px x 523-1000px <br> Blog2Social passt Dein Bild automatisch die Größe "
|
581 |
"des jeweiligen Netzwerks an."
|
582 |
|
583 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Image.php:48
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
584 |
msgid "No images are included in your post."
|
585 |
msgstr "In dem Beitrag sind keine Bilder hinterlegt"
|
586 |
|
587 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Image.php:54
|
|
|
|
|
|
|
|
|
|
|
588 |
msgid "Apply image for all networks"
|
589 |
msgstr "Bild für alle Netzwerke übernehmen"
|
590 |
|
591 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Image.php:56 ../..
|
592 |
+
#: /plugins/blog2social-v-3/includes/B2S/Ship/Image.php:58
|
593 |
+
msgid "Apply image for this network"
|
594 |
+
msgstr "Bild für dieses Netzwerk übernehmen"
|
595 |
+
|
596 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Image.php:68
|
597 |
msgid "Select or upload an image from mediathek"
|
598 |
msgstr "Bild aus Mediathek auswählen oder hochladen"
|
599 |
|
600 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Image.php:69
|
601 |
msgid "Use image"
|
602 |
msgstr "Bild verwenden"
|
603 |
|
635 |
msgid "Network does not support image for pages"
|
636 |
msgstr "Netzwerk unterstützt keine Bilder für Seiten"
|
637 |
|
638 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Item.php:204
|
639 |
msgid "post format"
|
640 |
msgstr "Postformat"
|
641 |
|
642 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Item.php:213
|
643 |
msgid "Insert full-text"
|
644 |
msgstr "ganzen Text einfügen"
|
645 |
|
646 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Item.php:215
|
647 |
msgid "Delete text"
|
648 |
msgstr "Text löschen"
|
649 |
|
650 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Item.php:250 ../..
|
651 |
+
#: /plugins/blog2social-v-3/includes/B2S/Ship/Item.php:268 ../..
|
652 |
+
#: /plugins/blog2social-v-3/includes/B2S/Ship/Item.php:286 ../..
|
653 |
+
#: /plugins/blog2social-v-3/includes/B2S/Ship/Item.php:304 ../..
|
654 |
+
#: /plugins/blog2social-v-3/includes/B2S/Ship/Item.php:319
|
655 |
msgid "Write something about your post..."
|
656 |
msgstr "Schreibe etwas..."
|
657 |
|
658 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Item.php:257 ../..
|
659 |
+
#: /plugins/blog2social-v-3/includes/B2S/Ship/Item.php:275 ../..
|
660 |
+
#: /plugins/blog2social-v-3/includes/B2S/Ship/Item.php:293 ../..
|
661 |
+
#: /plugins/blog2social-v-3/includes/B2S/Ship/Item.php:346
|
662 |
msgid "Change image for this network"
|
663 |
msgstr "Bild für dieses Netzwerk ändern"
|
664 |
|
665 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Item.php:333
|
666 |
msgid "required"
|
667 |
msgstr "erforderlich"
|
668 |
|
669 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Item.php:353 ../..
|
670 |
+
#: /plugins/blog2social-v-3/includes/B2S/Ship/Item.php:355
|
671 |
msgid "Link"
|
672 |
msgstr "Link"
|
673 |
|
674 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Item.php:403
|
675 |
msgid "The Headline..."
|
676 |
msgstr "Die Überschrift..."
|
677 |
|
678 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Item.php:408
|
679 |
msgid "Hashtags"
|
680 |
msgstr "Hashtags"
|
681 |
|
682 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Item.php:438
|
683 |
msgid "Share Now"
|
684 |
msgstr "Sofort teilen"
|
685 |
|
686 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Item.php:441 ../..
|
687 |
+
#: /plugins/blog2social-v-3/views/b2s/ship.php:377
|
688 |
msgid "Schedule post once"
|
689 |
msgstr "Beitrag einmal planen"
|
690 |
|
691 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Item.php:443 ../..
|
692 |
+
#: /plugins/blog2social-v-3/views/b2s/ship.php:380
|
693 |
msgid "Schedule post recurrently"
|
694 |
msgstr "Beitrag mehrfach planen"
|
695 |
|
696 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Item.php:468
|
697 |
msgid "Duration"
|
698 |
msgstr "Dauer"
|
699 |
|
700 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Item.php:469 ../..
|
701 |
+
#: /plugins/blog2social-v-3/includes/B2S/Ship/Item.php:484
|
702 |
msgid "Date"
|
703 |
msgstr "Startdatum"
|
704 |
|
705 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Item.php:470 ../..
|
706 |
+
#: /plugins/blog2social-v-3/includes/B2S/Ship/Item.php:485
|
707 |
msgid "Time"
|
708 |
msgstr "Zeit"
|
709 |
|
710 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Item.php:471
|
711 |
msgid "Days"
|
712 |
msgstr "Tage"
|
713 |
|
714 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Item.php:479
|
715 |
msgid "Week"
|
716 |
msgstr "Woche"
|
717 |
|
718 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Item.php:479
|
719 |
msgid "Weeks"
|
720 |
msgstr "Wochen"
|
721 |
|
722 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Item.php:489
|
723 |
msgid "Mon"
|
724 |
msgstr "Mo"
|
725 |
|
726 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Item.php:490
|
727 |
msgid "Tue"
|
728 |
msgstr "Di"
|
729 |
|
730 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Item.php:491
|
731 |
msgid "Wed"
|
732 |
msgstr "Mi"
|
733 |
|
734 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Item.php:492
|
735 |
msgid "Thu"
|
736 |
msgstr "Do"
|
737 |
|
738 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Item.php:493
|
739 |
msgid "Fri"
|
740 |
msgstr "Fr"
|
741 |
|
742 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Item.php:494
|
743 |
msgid "Sat"
|
744 |
msgstr "Sa"
|
745 |
|
746 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Item.php:495
|
747 |
msgid "Sun"
|
748 |
msgstr "So"
|
749 |
|
750 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Item.php:500
|
|
|
751 |
msgid "delete"
|
752 |
msgstr "löschen"
|
753 |
|
754 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Item.php:501
|
755 |
msgid "Add Posting Time"
|
756 |
msgstr "neue Terminserie anlegen"
|
757 |
|
758 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Item.php:507
|
759 |
msgid "Apply Settings To All Networks"
|
760 |
msgstr "Planung für alle Netzwerke übernehmen"
|
761 |
|
762 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Item.php:508
|
763 |
msgid "Save Settings As Default"
|
764 |
msgstr "Planung dauerhaft speichern"
|
765 |
|
779 |
msgid "Number of scheduled posts"
|
780 |
msgstr "Anzahl der geplanten Posts"
|
781 |
|
782 |
+
#: ../../plugins/blog2social-v-3/includes/Init.php:281
|
783 |
msgid "This post will be shared into your social media on"
|
784 |
msgstr "Dein Beitrag ist zur Veröffentlichung in den Social Media geplant ab dem"
|
785 |
|
786 |
+
#: ../../plugins/blog2social-v-3/includes/Init.php:281 ../../plugins/blog2social-
|
787 |
+
#: v-3/includes/Init.php:283
|
788 |
msgid "show details"
|
789 |
msgstr "siehe Details"
|
790 |
|
791 |
+
#: ../../plugins/blog2social-v-3/includes/Init.php:283
|
792 |
msgid "This post will be shared on social media in 2-3 minutes!"
|
793 |
msgstr "Dein Beitrag wird in ca. 2-3 Minuten in die Social Media eingestellt!"
|
794 |
|
795 |
+
#: ../../plugins/blog2social-v-3/includes/Init.php:287
|
796 |
msgid ""
|
797 |
"Please, make sure that your post are publish on this blog on this moment. "
|
798 |
"Then you can auto post your post with Blog2social."
|
800 |
"Bitte stelle sicher, dass Dein Beitrag in diesem Moment veröffentlicht wurde."
|
801 |
" Dann kannst Du Deinen Beitrag automatisch mit Blog2Social posten."
|
802 |
|
803 |
+
#: ../../plugins/blog2social-v-3/includes/Init.php:290 ../../plugins/blog2social-
|
804 |
+
#: v-3/includes/MetaBox.php:71
|
805 |
msgid ""
|
806 |
"There are no authorizations for your selected profile. Please, authorize "
|
807 |
"with a social network or select a other profile."
|
809 |
"Dein ausgewähltes Profil hat keine Autorisierungen. Bitte, verbinde Dich "
|
810 |
"mit einem Netzwerk oder wähle ein anderes Profil aus. "
|
811 |
|
812 |
+
#: ../../plugins/blog2social-v-3/includes/Init.php:302
|
813 |
msgid "Upgrade to Premium"
|
814 |
msgstr "Premium freischalten"
|
815 |
|
816 |
+
#: ../../plugins/blog2social-v-3/includes/Init.php:310
|
817 |
msgid "Your post could not be posted."
|
818 |
msgstr "Dein Post ist nicht vom Netzwerk veröffentlicht worden."
|
819 |
|
820 |
+
#: ../../plugins/blog2social-v-3/includes/Init.php:311
|
821 |
msgid "Your authorization has expired. Please check your authorization."
|
822 |
msgstr "Deine Autorisierung ist abgelaufen. Bitte überprüfe deine Autorisierung."
|
823 |
|
824 |
+
#: ../../plugins/blog2social-v-3/includes/Init.php:312
|
825 |
msgid "The network has marked the post as spam or abusive."
|
826 |
msgstr "Das Netzwerk hat Deinen Post als Spam oder missbräuchlich markiert."
|
827 |
|
828 |
+
#: ../../plugins/blog2social-v-3/includes/Init.php:313
|
829 |
msgid ""
|
830 |
"We don't have the permission to publish your post. Please check your "
|
831 |
"authorization."
|
833 |
"Wir haben nicht Deine Erlaubnis, den Post zu veröffentlichen. Bitte "
|
834 |
"überprüfe deine Autorisierung."
|
835 |
|
836 |
+
#: ../../plugins/blog2social-v-3/includes/Init.php:314
|
837 |
msgid ""
|
838 |
"Your authorization is interrupted. Please check your authorization. Please "
|
839 |
"see <a target=\"_blank\" href=\"https://www.blog2social."
|
843 |
"Siehe <a target=\"_blank\" href=\"https://www.blog2social."
|
844 |
"com/de/faq/category/9/fehlermeldungen-und-loesungen.html\">FAQ</a>."
|
845 |
|
846 |
+
#: ../../plugins/blog2social-v-3/includes/Init.php:315
|
847 |
msgid "Your limit is reached for today."
|
848 |
msgstr "Du hast das Veröffentlichungs-Limit mit Deinem Account für Heute erreicht."
|
849 |
|
850 |
+
#: ../../plugins/blog2social-v-3/includes/Init.php:316
|
851 |
msgid "Your post could not be posted, because your image is not available."
|
852 |
msgstr "Das Netzwerk kann Dein Bild nicht verarbeiten."
|
853 |
|
854 |
+
#: ../../plugins/blog2social-v-3/includes/Init.php:317
|
855 |
msgid ""
|
856 |
"The network has blocked your account. Please see <a target=\"_blank\" "
|
857 |
"href=\"https://www.blog2social.com/en/faq/category/9/troubleshooting-for-"
|
861 |
"href=\"https://www.blog2social.com/de/faq/category/9/fehlermeldungen-und-"
|
862 |
"loesungen.html\">FAQ</a>."
|
863 |
|
864 |
+
#: ../../plugins/blog2social-v-3/includes/Init.php:318
|
865 |
msgid ""
|
866 |
"The number of images is reached. Please see <a target=\"_blank\" href=\"https:"
|
867 |
"//www.blog2social.com/en/faq/category/9/troubleshooting-for-error-messages."
|
871 |
"href=\"https://www.blog2social.com/de/faq/category/9/fehlermeldungen-und-"
|
872 |
"loesungen.html\">FAQ</a>."
|
873 |
|
874 |
+
#: ../../plugins/blog2social-v-3/includes/Init.php:319
|
875 |
msgid "Your limit has temporarily reached for this network."
|
876 |
msgstr "Du hast das Veröffentlichungs-Limit mit Deinem Account kurzzeitig erreicht."
|
877 |
|
878 |
+
#: ../../plugins/blog2social-v-3/includes/Init.php:320
|
879 |
msgid ""
|
880 |
"The network can not publish special characters such as Emoji. Please see <a "
|
881 |
"target=\"_blank\" href=\"https://www.blog2social."
|
885 |
"//www.blog2social.com/de/faq/category/9/fehlermeldungen-und-loesungen."
|
886 |
"html\">FAQ</a>."
|
887 |
|
888 |
+
#: ../../plugins/blog2social-v-3/includes/Init.php:321
|
889 |
msgid "Your post is a duplicate."
|
890 |
msgstr "Du kannst auf dem Netzwerke keine Duplikate veröffentlichen."
|
891 |
|
892 |
+
#: ../../plugins/blog2social-v-3/includes/Init.php:322
|
893 |
msgid "The network are required a public url to your post."
|
894 |
msgstr "Das Netzwerk fordert, dass Dein Link zu Deinem Beitrag erreichbar ist."
|
895 |
|
896 |
+
#: ../../plugins/blog2social-v-3/includes/Init.php:323
|
897 |
msgid "The network says, that your group is not exisits."
|
898 |
msgstr "Das Netzwerk konnte Deine angegebene Gruppe nicht finden."
|
899 |
|
900 |
+
#: ../../plugins/blog2social-v-3/includes/Init.php:380 ../../plugins/blog2social-
|
901 |
+
#: v-3/includes/Init.php:410
|
902 |
msgid "Dashboard"
|
903 |
msgstr "Dashboard"
|
904 |
|
905 |
+
#: ../../plugins/blog2social-v-3/includes/Init.php:381 ../../plugins/blog2social-
|
906 |
+
#: v-3/includes/Init.php:381 ../../plugins/blog2social-v-3/includes/Init.php:417
|
907 |
msgid "Posts & Sharing"
|
908 |
msgstr "Beiträge"
|
909 |
|
910 |
+
#: ../../plugins/blog2social-v-3/includes/Init.php:382 ../../plugins/blog2social-
|
911 |
+
#: v-3/includes/Init.php:382 ../../plugins/blog2social-v-3/includes/Init.php:424 .
|
912 |
#: ./../plugins/blog2social-v-3/views/b2s/network.php:17
|
913 |
msgid "Networks"
|
914 |
msgstr "Netzwerke"
|
915 |
|
916 |
+
#: ../../plugins/blog2social-v-3/includes/Init.php:383 ../../plugins/blog2social-
|
917 |
+
#: v-3/includes/Init.php:383 ../../plugins/blog2social-v-3/includes/Init.php:430 .
|
918 |
+
#: ./../plugins/blog2social-v-3/views/b2s/ship.php:52 ../../plugins/blog2social-v-
|
919 |
+
#: 3/views/b2s/ship.php:265
|
920 |
msgid "Settings"
|
921 |
msgstr "Einstellungen"
|
922 |
|
923 |
+
#: ../../plugins/blog2social-v-3/includes/Init.php:384 ../../plugins/blog2social-
|
924 |
+
#: v-3/includes/Init.php:384 ../../plugins/blog2social-v-3/includes/Init.php:436
|
925 |
msgid "PR-Service"
|
926 |
msgstr "PR-Service"
|
927 |
|
928 |
+
#: ../../plugins/blog2social-v-3/includes/Init.php:401
|
929 |
msgid "Blog2Social"
|
930 |
msgstr "Blog2Social"
|
931 |
|
932 |
+
#: ../../plugins/blog2social-v-3/includes/Init.php:656 ../../plugins/blog2social-
|
933 |
+
#: v-3/includes/Init.php:809
|
934 |
msgid "or"
|
935 |
msgstr "oder"
|
936 |
|
937 |
+
#: ../../plugins/blog2social-v-3/includes/Init.php:656 ../../plugins/blog2social-
|
938 |
+
#: v-3/includes/Init.php:809
|
939 |
msgid "back to install plugins"
|
940 |
msgstr "zurück zur Pluginübersicht"
|
941 |
|
942 |
+
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:18 ../..
|
943 |
+
#: /plugins/blog2social-v-3/includes/MetaBox.php:72
|
944 |
+
msgid ""
|
945 |
+
"Your post is still on draft or pending status. Please make sure that your "
|
946 |
+
"post is published or scheduled to be published on this blog. You can then "
|
947 |
+
"auto-post or schedule and customize your social media posts with Blog2Social."
|
948 |
+
msgstr ""
|
949 |
+
"Bitte stelle sicher, dass Dein Beitrag auf Deinem Blog veröffentlicht oder "
|
950 |
+
"geplant ist. Dann kannst Du Deinen Beitrag mit Blog2Social anpassen und "
|
951 |
+
"planen."
|
952 |
+
|
953 |
+
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:19
|
954 |
+
msgid "Customize & Schedule Social Media Posts"
|
955 |
+
msgstr "Social Media Posts anpassen & planen"
|
956 |
+
|
957 |
+
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:28
|
958 |
+
msgid ""
|
959 |
+
"Customize and schedule your social media posts on the one page preview for "
|
960 |
+
"all your selected networks: tailor your posts with individual comments, "
|
961 |
+
"#hashtags or @handles and schedule your posts for the best times to post, "
|
962 |
+
"for multiple times or re-share recurrently for more visibility and "
|
963 |
+
"engagement with your community."
|
964 |
+
msgstr ""
|
965 |
+
"Individualisiere und plane Deine Social Media Posts über die Netzwerk-"
|
966 |
+
"Vorschau: Ergänze individuelle Kommentare, #Hashtags oder @Handles für die "
|
967 |
+
"verschiedenen Netzwerke und plane Deine Posts für die besten Zeiten, "
|
968 |
+
"mehrfach oder wiederholt, um mehr Sichtbarkeit und Feedback von Deiner "
|
969 |
+
"Community zu erzielen"
|
970 |
+
|
971 |
+
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:46 ../..
|
972 |
#: /plugins/blog2social-v-3/views/b2s/html/header.phtml:15
|
973 |
msgid "Please see FAQ"
|
974 |
msgstr "Siehe FAQ"
|
975 |
|
976 |
+
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:53
|
977 |
msgid "last auto-post:"
|
978 |
msgstr "letzter Auto-Post:"
|
979 |
|
980 |
+
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:69 ../..
|
981 |
+
#: /plugins/blog2social-v-3/views/b2s/ship.php:498 ../../plugins/blog2social-v-
|
982 |
#: 3/views/b2s/html/header.phtml:20
|
983 |
msgid "The connection to the server failed. Try again!"
|
984 |
msgstr ""
|
985 |
"Eine Verbindung zum Server konnte nicht hergestellt werden. Versuche es "
|
986 |
"erneut!"
|
987 |
|
988 |
+
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:70 ../..
|
989 |
#: /plugins/blog2social-v-3/views/b2s/html/header.phtml:14
|
990 |
msgid ""
|
991 |
"WordPress uses heartbeats by default, Blog2Social as well. Please enable "
|
994 |
"WordPress verwendet standardmäßig den Heartbeat und Blog2Social auch. "
|
995 |
"Aktiviere den Heartbeat damit Du Blog2Social problemlos nutzen kannst."
|
996 |
|
997 |
+
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:71 ../..
|
998 |
+
#: /plugins/blog2social-v-3/includes/MetaBox.php:145
|
999 |
msgid "Network settings"
|
1000 |
msgstr "Netzwerkeinstellungen"
|
1001 |
|
1002 |
+
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:73
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1003 |
msgid ""
|
1004 |
"Notice: Please make sure, that your website address is reachable. The Social "
|
1005 |
"Networks do not allow postings from local installations."
|
1007 |
"Hinweis: Bitte stelle sicher, dass Dein Blog von außen erreichbar ist. Bei "
|
1008 |
"Fragen wende Dich bitte an unseren Support."
|
1009 |
|
1010 |
+
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:85
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1011 |
msgid "enable Auto-Posting"
|
1012 |
msgstr "Auto-Posting aktivieren"
|
1013 |
|
1014 |
+
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:95 ../..
|
1015 |
+
#: /plugins/blog2social-v-3/views/b2s/network.php:48 ../../plugins/blog2social-v-
|
1016 |
+
#: 3/views/b2s/network.php:150 ../../plugins/blog2social-v-3/views/b2s/post.php:
|
1017 |
#: 37 ../../plugins/blog2social-v-3/views/b2s/post.publish.php:40 ../..
|
1018 |
#: /plugins/blog2social-v-3/views/b2s/post.sched.php:48 ../../plugins/blog2social-
|
1019 |
#: v-3/views/b2s/ship.php:153 ../../plugins/blog2social-v-3/views/b2s/ship.php:
|
1020 |
+
#: 497 ../../plugins/blog2social-v-3/views/prg/html/header.phtml:81
|
1021 |
msgid "Loading..."
|
1022 |
msgstr "Lade Daten..."
|
1023 |
|
1024 |
+
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:103 ../..
|
1025 |
+
#: /plugins/blog2social-v-3/views/b2s/html/footer.phtml:236
|
1026 |
msgid "Blog2Social: Social Media Auto-Posting"
|
1027 |
msgstr "Blog2Social: Social Media Auto-Posting"
|
1028 |
|
1029 |
+
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:107 ../..
|
1030 |
+
#: /plugins/blog2social-v-3/views/b2s/html/footer.phtml:240
|
1031 |
msgid ""
|
1032 |
"You have 2 general options to define the date and time to share your blog "
|
1033 |
"posts on social media with the Auto-Poster:"
|
1035 |
"Dir stehen grundsätzlich 2 Möglichkeiten zur Verfügung, per Auto-Posting "
|
1036 |
"Deine Blogbeiträge auf Social Media zu teilen: "
|
1037 |
|
1038 |
+
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:108 ../..
|
1039 |
+
#: /plugins/blog2social-v-3/views/b2s/html/footer.phtml:241
|
1040 |
msgid "1. Immediately after publishing your blog post"
|
1041 |
msgstr "Sofort nach Veröffentlichung Deines Blogbeitrags "
|
1042 |
|
1043 |
+
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:109 ../..
|
1044 |
+
#: /plugins/blog2social-v-3/views/b2s/html/footer.phtml:242
|
1045 |
msgid ""
|
1046 |
"Published blog posts: If you publish your blog post with click on publish in "
|
1047 |
"your WordPress post editor, Blog2Social will automatically share your social "
|
1051 |
"auf “veröffentlichen” im Beitrags-Editor Deines Blogs sofort veröffentlichst,"
|
1052 |
" teilt Blog2Social Deinen Blogbeitrag unmittelbar auf Social Media."
|
1053 |
|
1054 |
+
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:110 ../..
|
1055 |
+
#: /plugins/blog2social-v-3/views/b2s/html/footer.phtml:243
|
1056 |
msgid ""
|
1057 |
"Scheduled blog posts: If you schedule your blog post with click on schedule "
|
1058 |
"in your WordPress post editor, Blog2Social will share your social media post "
|
1063 |
"Deines Blogs klickst, teilt Blog2Social Deinen Blogbeitrag direkt nach der "
|
1064 |
"Veröffentlichung auf Social Media. "
|
1065 |
|
1066 |
+
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:111 ../..
|
1067 |
+
#: /plugins/blog2social-v-3/views/b2s/html/footer.phtml:244
|
1068 |
msgid ""
|
1069 |
"2. Schedule your social media posts for a specific date and time If you want "
|
1070 |
"to share your post at a particular date and time, different from your "
|
1076 |
"abweichen, wähle die Option “zu bestimmten Zeiten” und lege das Datum und "
|
1077 |
"die Uhrzeit fest. "
|
1078 |
|
1079 |
+
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:115 ../..
|
1080 |
+
#: /plugins/blog2social-v-3/views/b2s/html/footer.phtml:249
|
1081 |
msgid "You want to auto-post your blog post?"
|
1082 |
msgstr "Du möchtest Deinen Beitrag automatisch posten?"
|
1083 |
|
1084 |
+
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:116 ../..
|
1085 |
#: /plugins/blog2social-v-3/includes/Notice.php:29 ../../plugins/blog2social-v-
|
1086 |
+
#: 3/views/b2s/network.php:99 ../../plugins/blog2social-v-3/views/b2s/ship.php:
|
1087 |
+
#: 282 ../../plugins/blog2social-v-3/views/b2s/ship.php:342 ../..
|
1088 |
+
#: /plugins/blog2social-v-3/views/b2s/ship.php:388 ../../plugins/blog2social-v-
|
1089 |
#: 3/views/b2s/html/footer.phtml:24 ../../plugins/blog2social-v-
|
1090 |
+
#: 3/views/b2s/html/footer.phtml:124 ../../plugins/blog2social-v-
|
1091 |
+
#: 3/views/b2s/html/footer.phtml:192 ../../plugins/blog2social-v-
|
1092 |
+
#: 3/views/b2s/html/footer.phtml:250
|
1093 |
msgid "With Blog2Social Premium you can:"
|
1094 |
msgstr "Mit Blog2Social kannst Du:"
|
1095 |
|
1096 |
+
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:119 ../..
|
1097 |
#: /plugins/blog2social-v-3/includes/Notice.php:30 ../../plugins/blog2social-v-
|
1098 |
+
#: 3/views/b2s/network.php:102 ../../plugins/blog2social-v-3/views/b2s/ship.php:
|
1099 |
+
#: 285 ../../plugins/blog2social-v-3/views/b2s/ship.php:345 ../..
|
1100 |
+
#: /plugins/blog2social-v-3/views/b2s/ship.php:391 ../../plugins/blog2social-v-
|
1101 |
#: 3/views/b2s/html/footer.phtml:27 ../../plugins/blog2social-v-
|
1102 |
+
#: 3/views/b2s/html/footer.phtml:127 ../../plugins/blog2social-v-
|
1103 |
+
#: 3/views/b2s/html/footer.phtml:195 ../../plugins/blog2social-v-
|
1104 |
+
#: 3/views/b2s/html/footer.phtml:253 ../../plugins/blog2social-v-
|
1105 |
#: 3/views/b2s/html/header.phtml:191
|
1106 |
msgid "Post on pages and groups"
|
1107 |
msgstr "Poste auf Seiten und in Gruppen"
|
1108 |
|
1109 |
+
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:120 ../..
|
1110 |
#: /plugins/blog2social-v-3/includes/Notice.php:31 ../../plugins/blog2social-v-
|
1111 |
+
#: 3/views/b2s/network.php:103 ../../plugins/blog2social-v-3/views/b2s/ship.php:
|
1112 |
+
#: 286 ../../plugins/blog2social-v-3/views/b2s/ship.php:346 ../..
|
1113 |
+
#: /plugins/blog2social-v-3/views/b2s/ship.php:392 ../../plugins/blog2social-v-
|
1114 |
#: 3/views/b2s/html/footer.phtml:28 ../../plugins/blog2social-v-
|
1115 |
+
#: 3/views/b2s/html/footer.phtml:128 ../../plugins/blog2social-v-
|
1116 |
+
#: 3/views/b2s/html/footer.phtml:196 ../../plugins/blog2social-v-
|
1117 |
+
#: 3/views/b2s/html/footer.phtml:254
|
1118 |
msgid "Share on multiple profiles, pages and groups"
|
1119 |
msgstr "Auf mehreren Profilen, Seiten und Gruppen teilen"
|
1120 |
|
1121 |
+
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:121 ../..
|
1122 |
#: /plugins/blog2social-v-3/includes/Notice.php:32 ../../plugins/blog2social-v-
|
1123 |
+
#: 3/views/b2s/network.php:104 ../../plugins/blog2social-v-3/views/b2s/ship.php:
|
1124 |
+
#: 287 ../../plugins/blog2social-v-3/views/b2s/ship.php:347 ../..
|
1125 |
+
#: /plugins/blog2social-v-3/views/b2s/ship.php:393 ../../plugins/blog2social-v-
|
1126 |
#: 3/views/b2s/html/footer.phtml:29 ../../plugins/blog2social-v-
|
1127 |
#: 3/views/b2s/html/footer.phtml:63 ../../plugins/blog2social-v-
|
1128 |
+
#: 3/views/b2s/html/footer.phtml:129 ../../plugins/blog2social-v-
|
1129 |
+
#: 3/views/b2s/html/footer.phtml:197 ../../plugins/blog2social-v-
|
1130 |
+
#: 3/views/b2s/html/footer.phtml:255
|
1131 |
msgid "Auto-post and auto-schedule new and updated blog posts"
|
1132 |
msgstr ""
|
1133 |
" Auto-posten und Auto-planen: Beiträge automatisch bei Veröffentlichung oder "
|
1134 |
"Aktualisierung posten und zeitversetzt planen"
|
1135 |
|
1136 |
+
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:122 ../..
|
1137 |
#: /plugins/blog2social-v-3/includes/Notice.php:33 ../../plugins/blog2social-v-
|
1138 |
+
#: 3/views/b2s/network.php:105 ../../plugins/blog2social-v-3/views/b2s/ship.php:
|
1139 |
+
#: 288 ../../plugins/blog2social-v-3/views/b2s/ship.php:348 ../..
|
1140 |
+
#: /plugins/blog2social-v-3/views/b2s/ship.php:394 ../../plugins/blog2social-v-
|
1141 |
#: 3/views/b2s/html/footer.phtml:30 ../../plugins/blog2social-v-
|
1142 |
+
#: 3/views/b2s/html/footer.phtml:130 ../../plugins/blog2social-v-
|
1143 |
+
#: 3/views/b2s/html/footer.phtml:198 ../../plugins/blog2social-v-
|
1144 |
+
#: 3/views/b2s/html/footer.phtml:256
|
1145 |
msgid "Schedule your posts at the best times on each network"
|
1146 |
msgstr "Plane Deine Beiträge zu den besten Zeiten für jedes Netzwerk"
|
1147 |
|
1148 |
+
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:123 ../..
|
1149 |
#: /plugins/blog2social-v-3/includes/Notice.php:34 ../../plugins/blog2social-v-
|
1150 |
+
#: 3/views/b2s/network.php:106 ../../plugins/blog2social-v-3/views/b2s/ship.php:
|
1151 |
+
#: 289 ../../plugins/blog2social-v-3/views/b2s/ship.php:349 ../..
|
1152 |
+
#: /plugins/blog2social-v-3/views/b2s/ship.php:395 ../../plugins/blog2social-v-
|
1153 |
#: 3/views/b2s/html/footer.phtml:31 ../../plugins/blog2social-v-
|
1154 |
+
#: 3/views/b2s/html/footer.phtml:131 ../../plugins/blog2social-v-
|
1155 |
+
#: 3/views/b2s/html/footer.phtml:199 ../../plugins/blog2social-v-
|
1156 |
+
#: 3/views/b2s/html/footer.phtml:257
|
1157 |
msgid ""
|
1158 |
"Best Time Manager: use predefined best time scheduler to auto-schedule your "
|
1159 |
"social media posts"
|
1160 |
msgstr " Beste Zeiten Manager: vordefinierte Zeiten für Deine Beiträge nutzen"
|
1161 |
|
1162 |
+
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:124 ../..
|
1163 |
#: /plugins/blog2social-v-3/includes/Notice.php:35 ../../plugins/blog2social-v-
|
1164 |
+
#: 3/views/b2s/network.php:107 ../../plugins/blog2social-v-3/views/b2s/ship.php:
|
1165 |
+
#: 290 ../../plugins/blog2social-v-3/views/b2s/ship.php:350 ../..
|
1166 |
+
#: /plugins/blog2social-v-3/views/b2s/ship.php:396 ../../plugins/blog2social-v-
|
1167 |
#: 3/views/b2s/html/footer.phtml:32 ../../plugins/blog2social-v-
|
1168 |
+
#: 3/views/b2s/html/footer.phtml:132 ../../plugins/blog2social-v-
|
1169 |
+
#: 3/views/b2s/html/footer.phtml:200 ../../plugins/blog2social-v-
|
1170 |
+
#: 3/views/b2s/html/footer.phtml:258
|
1171 |
msgid "Schedule your post for one time, multiple times or recurrently"
|
1172 |
msgstr ""
|
1173 |
"Veröffentlichungen zur besten Zeit pro Netzwerk planen: einmalig, mehrmalig "
|
1174 |
"oder nach einem regelmäßigen Muster"
|
1175 |
|
1176 |
+
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:125 ../..
|
1177 |
#: /plugins/blog2social-v-3/includes/Notice.php:36 ../../plugins/blog2social-v-
|
1178 |
+
#: 3/views/b2s/network.php:108 ../../plugins/blog2social-v-3/views/b2s/ship.php:
|
1179 |
+
#: 291 ../../plugins/blog2social-v-3/views/b2s/ship.php:351 ../..
|
1180 |
+
#: /plugins/blog2social-v-3/views/b2s/ship.php:397 ../../plugins/blog2social-v-
|
1181 |
#: 3/views/b2s/html/footer.phtml:33 ../../plugins/blog2social-v-
|
1182 |
+
#: 3/views/b2s/html/footer.phtml:133 ../../plugins/blog2social-v-
|
1183 |
+
#: 3/views/b2s/html/footer.phtml:201 ../../plugins/blog2social-v-
|
1184 |
+
#: 3/views/b2s/html/footer.phtml:259
|
1185 |
msgid "Schedule and re-share old posts"
|
1186 |
msgstr "Plane und teile alte Beiträge"
|
1187 |
|
1188 |
+
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:126 ../..
|
1189 |
#: /plugins/blog2social-v-3/includes/Notice.php:37 ../../plugins/blog2social-v-
|
1190 |
+
#: 3/views/b2s/network.php:109 ../../plugins/blog2social-v-3/views/b2s/ship.php:
|
1191 |
+
#: 292 ../../plugins/blog2social-v-3/views/b2s/ship.php:352 ../..
|
1192 |
+
#: /plugins/blog2social-v-3/views/b2s/ship.php:398 ../../plugins/blog2social-v-
|
1193 |
#: 3/views/b2s/html/footer.phtml:34 ../../plugins/blog2social-v-
|
1194 |
#: 3/views/b2s/html/footer.phtml:65 ../../plugins/blog2social-v-
|
1195 |
+
#: 3/views/b2s/html/footer.phtml:134 ../../plugins/blog2social-v-
|
1196 |
+
#: 3/views/b2s/html/footer.phtml:202 ../../plugins/blog2social-v-
|
1197 |
+
#: 3/views/b2s/html/footer.phtml:260
|
1198 |
msgid "Select link format or image format for your posts"
|
1199 |
msgstr "Link-Posts oder Bild-Posts als Posting-Format für Deine Beiträge auswählen"
|
1200 |
|
1201 |
+
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:127 ../..
|
1202 |
#: /plugins/blog2social-v-3/includes/Notice.php:38 ../../plugins/blog2social-v-
|
1203 |
+
#: 3/views/b2s/network.php:110 ../../plugins/blog2social-v-3/views/b2s/ship.php:
|
1204 |
+
#: 293 ../../plugins/blog2social-v-3/views/b2s/ship.php:353 ../..
|
1205 |
+
#: /plugins/blog2social-v-3/views/b2s/ship.php:399 ../../plugins/blog2social-v-
|
1206 |
#: 3/views/b2s/html/footer.phtml:35 ../../plugins/blog2social-v-
|
1207 |
#: 3/views/b2s/html/footer.phtml:66 ../../plugins/blog2social-v-
|
1208 |
+
#: 3/views/b2s/html/footer.phtml:135 ../../plugins/blog2social-v-
|
1209 |
+
#: 3/views/b2s/html/footer.phtml:203 ../../plugins/blog2social-v-
|
1210 |
+
#: 3/views/b2s/html/footer.phtml:261
|
1211 |
msgid "Select individual images per post"
|
1212 |
msgstr "Individuelle Bilder für Deine Social Media Posts pro Netzwerk auswählen"
|
1213 |
|
1214 |
+
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:128 ../..
|
1215 |
#: /plugins/blog2social-v-3/includes/Notice.php:39 ../../plugins/blog2social-v-
|
1216 |
+
#: 3/views/b2s/network.php:111 ../../plugins/blog2social-v-3/views/b2s/ship.php:
|
1217 |
+
#: 294 ../../plugins/blog2social-v-3/views/b2s/ship.php:354 ../..
|
1218 |
+
#: /plugins/blog2social-v-3/views/b2s/ship.php:400 ../../plugins/blog2social-v-
|
1219 |
#: 3/views/b2s/html/footer.phtml:36 ../../plugins/blog2social-v-
|
1220 |
+
#: 3/views/b2s/html/footer.phtml:136 ../../plugins/blog2social-v-
|
1221 |
+
#: 3/views/b2s/html/footer.phtml:204 ../../plugins/blog2social-v-
|
1222 |
+
#: 3/views/b2s/html/footer.phtml:262
|
1223 |
msgid ""
|
1224 |
"Reporting & calendar: keep track of your published and scheduled social "
|
1225 |
"media posts"
|
1227 |
"Reporting & Kalender: Verfolge Deine veröffentlichten und geplanten Social "
|
1228 |
"Media Beiträge"
|
1229 |
|
1230 |
+
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:130 ../..
|
1231 |
+
#: /plugins/blog2social-v-3/views/b2s/network.php:113 ../../plugins/blog2social-v-
|
1232 |
+
#: 3/views/b2s/ship.php:296 ../../plugins/blog2social-v-3/views/b2s/ship.php:356 .
|
1233 |
+
#: ./../plugins/blog2social-v-3/views/b2s/ship.php:402 ../../plugins/blog2social-
|
1234 |
+
#: v-3/views/b2s/html/footer.phtml:38 ../../plugins/blog2social-v-
|
1235 |
+
#: 3/views/b2s/html/footer.phtml:138 ../../plugins/blog2social-v-
|
1236 |
+
#: 3/views/b2s/html/footer.phtml:206 ../../plugins/blog2social-v-
|
1237 |
+
#: 3/views/b2s/html/footer.phtml:264 ../../plugins/blog2social-v-
|
1238 |
+
#: 3/views/b2s/html/header.phtml:139
|
1239 |
+
msgid "Upgrade to PREMIUM"
|
1240 |
+
msgstr "Jetzt auf Premium upgraden"
|
1241 |
+
|
1242 |
+
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:132 ../..
|
1243 |
+
#: /plugins/blog2social-v-3/views/b2s/network.php:115 ../../plugins/blog2social-v-
|
1244 |
+
#: 3/views/b2s/ship.php:298 ../../plugins/blog2social-v-3/views/b2s/ship.php:358 .
|
1245 |
+
#: ./../plugins/blog2social-v-3/views/b2s/ship.php:404 ../../plugins/blog2social-
|
1246 |
#: v-3/views/b2s/html/footer.phtml:40 ../../plugins/blog2social-v-
|
1247 |
#: 3/views/b2s/html/footer.phtml:71 ../../plugins/blog2social-v-
|
1248 |
#: 3/views/b2s/html/footer.phtml:89 ../../plugins/blog2social-v-
|
1249 |
+
#: 3/views/b2s/html/footer.phtml:140 ../../plugins/blog2social-v-
|
1250 |
+
#: 3/views/b2s/html/footer.phtml:208 ../../plugins/blog2social-v-
|
1251 |
+
#: 3/views/b2s/html/footer.phtml:266
|
1252 |
msgid ""
|
1253 |
"or <a href=\"http://service.blog2social.com/trial\" target=\"_blank\">start with "
|
1254 |
"free 30-days-trial of Blog2Social Premium</a> (no payment information needed)"
|
1257 |
"Deinen kostenlosen 30-tägigen Test von Blog2Social Premium</a>(keine "
|
1258 |
"Zahlungsinformationen erforderlich)"
|
1259 |
|
1260 |
+
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:145
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1261 |
msgid "Select profile:"
|
1262 |
msgstr "Profil auswählen: "
|
1263 |
|
1264 |
+
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:160
|
1265 |
msgid "When do you want to share your post on social media?"
|
1266 |
msgstr "Wann möchtest Du Deinen Beitrag auf den Social Media teilen?"
|
1267 |
|
1268 |
+
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:163
|
1269 |
msgid "immediately after publishing"
|
1270 |
msgstr "sofort nach Veröffentlichung"
|
1271 |
|
1272 |
+
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:164
|
1273 |
msgid "at scheduled times"
|
1274 |
msgstr "zu geplanten Zeiten"
|
1275 |
|
1276 |
+
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:167
|
1277 |
msgid "You want to sched your blog post with Auto-Poster?"
|
1278 |
msgstr "Du willst Deinen Blogbeitrag mit dem Autoposter planen?"
|
1279 |
|
1280 |
+
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:167 ../..
|
1281 |
#: /plugins/blog2social-v-3/views/b2s/html/footer.phtml:69 ../..
|
1282 |
#: /plugins/blog2social-v-3/views/b2s/html/footer.phtml:87
|
1283 |
msgid "Upgrade to PREMIUM PRO"
|
1284 |
msgstr "Upgrade auf PREMIUM PRO"
|
1285 |
|
1286 |
+
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:173
|
1287 |
msgid "Select date:"
|
1288 |
msgstr "Datum auswählen:"
|
1289 |
|
1290 |
+
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:179
|
1291 |
msgid "post at"
|
1292 |
msgstr "beachte"
|
1293 |
|
1294 |
+
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:180
|
1295 |
msgid "my time settings"
|
1296 |
msgstr "meine Zeit-Einstellungen"
|
1297 |
|
1298 |
+
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:181
|
1299 |
msgid ""
|
1300 |
"Note: If you have not specified your own times, we automatically provide "
|
1301 |
"you with the best times to post on the social networks. You can always "
|
1359 |
"Blog2Social verwendet cURL. cURL ist nicht in deiner PHP Version auf deinem "
|
1360 |
"Server installiert. Installiere cURL und aktiviere Blog2Social erneut."
|
1361 |
|
1362 |
+
#: ../../plugins/blog2social-v-3/includes/System.php:64 ../../plugins/blog2social-
|
1363 |
+
#: v-3/includes/System.php:70
|
1364 |
+
msgid ""
|
1365 |
+
"Please see <a href=\"https://www.blog2social."
|
1366 |
+
"com/en/faq/content/1/58/en/system-requirements-for-installing-blog2social."
|
1367 |
+
"html\" target=\"_blank\">FAQ</a>"
|
1368 |
+
msgstr ""
|
1369 |
+
"Siehe <a href=\"https://www.blog2social."
|
1370 |
+
"com/de/faq/content/1/63/de/systemvoraussetzungen-fuer-die-installation-von-"
|
1371 |
+
"blog2social.html\" target=\"_blank\">FAQ</a>"
|
1372 |
+
|
1373 |
+
#: ../../plugins/blog2social-v-3/includes/System.php:67
|
1374 |
+
msgid ""
|
1375 |
+
"Blog2Social used PHP. Your installed PHP version on your server is not high "
|
1376 |
+
"enough to use Blog2Social. Update your PHP version on 5.5.3 or higher."
|
1377 |
+
msgstr ""
|
1378 |
+
"Blog2Social nutzt PHP. Deine installierte PHP Version ist nicht hoch genug, "
|
1379 |
+
"um Blog2Social zu nutzen. Aktualisere Deine PHP Version auf 5.5.3 oder höher."
|
1380 |
+
" "
|
1381 |
+
|
1382 |
#: ../../plugins/blog2social-v-3/includes/System.php:73
|
1383 |
msgid ""
|
1384 |
"Blog2Social seems to have no permission to write in your WordPress database. "
|
1389 |
"Bitte stelle sicher, dass Blog2Social das Recht eingeräumt wird, in Deine "
|
1390 |
"Wordpress Datenbank zu schreiben."
|
1391 |
|
1392 |
+
#: ../../plugins/blog2social-v-3/includes/System.php:76
|
1393 |
+
msgid ""
|
1394 |
+
"<a href=\"https://www.blog2social.com/en/faq/content/1/58/en/system-"
|
1395 |
+
"requirements-for-installing-blog2social.html\" target=\"_blank\"> Please find "
|
1396 |
+
"more Information and help in our FAQ</a>"
|
1397 |
+
msgstr ""
|
1398 |
+
"<a href=\"https://www.blog2social."
|
1399 |
+
"com/de/faq/content/1/63/de/systemvoraussetzungen-fuer-die-installation-von-"
|
1400 |
+
"blog2social.html\" target=\"_blank\">Siehe FAQ</a>"
|
1401 |
+
|
1402 |
#. Plugin Name of the plugin/theme
|
1403 |
msgid "Social Media Auto Post & Scheduler"
|
1404 |
msgstr "Social Media Auto Post & Scheduler"
|
1546 |
"für das Posten in Blog-Netzwerken"
|
1547 |
|
1548 |
#: ../../plugins/blog2social-v-3/views/b2s/dashboard.php:142 ../..
|
1549 |
+
#: /plugins/blog2social-v-3/views/b2s/ship.php:383 ../../plugins/blog2social-v-
|
1550 |
+
#: 3/views/b2s/html/footer.phtml:174
|
1551 |
msgid "Best Time Scheduler"
|
1552 |
msgstr "Beste Zeiten Manager"
|
1553 |
|
1593 |
msgid "Unlock Premium"
|
1594 |
msgstr "Premium freischalten"
|
1595 |
|
1596 |
+
#: ../../plugins/blog2social-v-3/views/b2s/network.php:22 ../..
|
1597 |
+
#: /plugins/blog2social-v-3/views/b2s/network.php:23 ../../plugins/blog2social-v-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1598 |
#: 3/views/prg/post.php:25 ../../plugins/blog2social-v-3/views/prg/post.php:26 ..
|
1599 |
+
#: /../plugins/blog2social-v-3/views/b2s/html/post.navbar.phtml:12 ../..
|
1600 |
+
#: /plugins/blog2social-v-3/views/b2s/html/post.navbar.phtml:13
|
1601 |
msgid "filter"
|
1602 |
msgstr "Filter"
|
1603 |
|
1604 |
+
#: ../../plugins/blog2social-v-3/views/b2s/network.php:33 ../..
|
1605 |
+
#: /plugins/blog2social-v-3/views/b2s/network.php:36 ../../plugins/blog2social-v-
|
1606 |
+
#: 3/views/b2s/network.php:69 ../../plugins/blog2social-v-3/views/b2s/network.php:
|
1607 |
+
#: 92
|
1608 |
+
msgid "Create new profile"
|
1609 |
+
msgstr "neues Profil erstellen"
|
1610 |
|
1611 |
+
#: ../../plugins/blog2social-v-3/views/b2s/network.php:35
|
1612 |
+
msgid "You want to define a new combination of networks?"
|
1613 |
+
msgstr "Du möchtest eine neue Kombination von Netzwerken anlegen?"
|
1614 |
+
|
1615 |
+
#: ../../plugins/blog2social-v-3/views/b2s/network.php:75
|
1616 |
msgid "create"
|
1617 |
msgstr "erstellen"
|
1618 |
|
1619 |
+
#: ../../plugins/blog2social-v-3/views/b2s/network.php:95
|
1620 |
msgid ""
|
1621 |
"All connected networks will be displayed as default \"Standard\" networks "
|
1622 |
"profile.<br><br>You may define various sets of social media accounts, "
|
1656 |
"verschiedene Netzwerk-Profile noch schneller auf Deine verschiedenen "
|
1657 |
"Netzwerk-Kombinationen zuzugreifen."
|
1658 |
|
1659 |
+
#: ../../plugins/blog2social-v-3/views/b2s/network.php:98
|
1660 |
msgid "You want to add another network profile, pages or groups?"
|
1661 |
msgstr ""
|
1662 |
"Du möchtest ein weiteres Netzwerkprofil anlegen oder auf Seiten und Gruppen "
|
1663 |
"posten?"
|
1664 |
|
1665 |
+
#: ../../plugins/blog2social-v-3/views/b2s/network.php:127
|
1666 |
+
msgid "Delete Profile"
|
1667 |
+
msgstr "Profil löschen"
|
1668 |
+
|
1669 |
+
#: ../../plugins/blog2social-v-3/views/b2s/network.php:130
|
1670 |
msgid "Do you really want to delete this profile"
|
1671 |
msgstr "Soll Dein Profil wirklich gelöscht werden?"
|
1672 |
|
1673 |
+
#: ../../plugins/blog2social-v-3/views/b2s/network.php:133 ../..
|
1674 |
#: /plugins/blog2social-v-3/views/b2s/post.publish.php:74 ../..
|
1675 |
#: /plugins/blog2social-v-3/views/b2s/post.sched.php:111 ../..
|
1676 |
#: /plugins/blog2social-v-3/views/prg/ship.php:92
|
1677 |
msgid "NO"
|
1678 |
msgstr "NEIN"
|
1679 |
|
1680 |
+
#: ../../plugins/blog2social-v-3/views/b2s/network.php:134 ../..
|
1681 |
+
#: /plugins/blog2social-v-3/views/b2s/network.php:162 ../../plugins/blog2social-v-
|
1682 |
#: 3/views/b2s/post.publish.php:75 ../../plugins/blog2social-v-3/views/b2s/post.
|
1683 |
#: sched.php:112
|
1684 |
msgid "YES, delete"
|
1685 |
msgstr "Ja, löschen"
|
1686 |
|
1687 |
+
#: ../../plugins/blog2social-v-3/views/b2s/network.php:144
|
1688 |
msgid "Delete Authorization"
|
1689 |
msgstr "Autorisierung löschen"
|
1690 |
|
1691 |
+
#: ../../plugins/blog2social-v-3/views/b2s/network.php:153
|
1692 |
msgid "Do you really want to delete this authorization"
|
1693 |
msgstr "Soll die Autorisierung wirklich löschen werden?"
|
1694 |
|
1695 |
+
#: ../../plugins/blog2social-v-3/views/b2s/network.php:156
|
1696 |
msgid "You have still set up scheduled posts for this network:"
|
1697 |
msgstr "Du hast noch ausstehende Veröffentlichungen für dieses Netzwerk geplant:"
|
1698 |
|
1699 |
+
#: ../../plugins/blog2social-v-3/views/b2s/network.php:157
|
1700 |
msgid "scheduled posts"
|
1701 |
msgstr "geplante Beiträge"
|
1702 |
|
1703 |
+
#: ../../plugins/blog2social-v-3/views/b2s/network.php:163
|
1704 |
msgid "View schedule posts for this profile"
|
1705 |
msgstr "Gehe zu geplanten Beiträgen für dieses Profil."
|
1706 |
|
1746 |
msgstr "Netzwerk-Einstellungen"
|
1747 |
|
1748 |
#: ../../plugins/blog2social-v-3/views/b2s/settings.php:37 ../..
|
1749 |
+
#: /plugins/blog2social-v-3/views/b2s/ship.php:439
|
|
|
1750 |
msgid "My Time Settings"
|
1751 |
msgstr "Meine Zeit-Einstellungen"
|
1752 |
|
1753 |
+
#: ../../plugins/blog2social-v-3/views/b2s/settings.php:48
|
1754 |
msgid "Reset predefined best time settings"
|
1755 |
msgstr "Voreingestellte beste Zeiten zurücksetzen"
|
1756 |
|
1757 |
+
#: ../../plugins/blog2social-v-3/views/b2s/settings.php:58
|
1758 |
msgid "Post format"
|
1759 |
msgstr "Beitragsformat"
|
1760 |
|
1761 |
+
#: ../../plugins/blog2social-v-3/views/b2s/settings.php:68
|
1762 |
msgid "Facebook"
|
1763 |
msgstr "Facebook"
|
1764 |
|
1765 |
+
#: ../../plugins/blog2social-v-3/views/b2s/settings.php:71
|
1766 |
msgid "Twitter"
|
1767 |
msgstr "Twitter"
|
1768 |
|
1769 |
+
#: ../../plugins/blog2social-v-3/views/b2s/settings.php:132
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1770 |
msgid "Allow shortcodes in my post"
|
1771 |
msgstr "berücksichtige Shortcodes in meinen Beiträgen"
|
1772 |
|
1773 |
+
#: ../../plugins/blog2social-v-3/views/b2s/settings.php:135
|
1774 |
msgid ""
|
1775 |
"Shortcodes are used by some wordpress plugins like Elementor, Visual "
|
1776 |
"Composer and Content Builder. When a shortcode is inserted in a WordPress "
|
1789 |
"den Inhalt durch ein Plugin zu ersetzen, das Du verwendet.<br><br> Aktiviere "
|
1790 |
"diese Funktion, wenn Du dynamische Elemente in Deinen Beiträgen verwendest."
|
1791 |
|
1792 |
+
#: ../../plugins/blog2social-v-3/views/b2s/settings.php:149
|
1793 |
msgid ""
|
1794 |
"Blog2Social applies the scheduled time settings based on the time zone "
|
1795 |
"defined in the general settings of your WordPress. You can select a user-"
|
1803 |
"für die Planung Deiner Social Media Posts festlegen. Wähle dazu die "
|
1804 |
"gewünschte Zeitzone aus dem Drop-Down Menü."
|
1805 |
|
1806 |
+
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:27
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1807 |
msgid "Social Media Scheduling & Sharing"
|
1808 |
msgstr "Beitrag auf Social Media planen und teilen"
|
1809 |
|
1810 |
+
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:28 ../../plugins/blog2social-
|
1811 |
#: v-3/views/prg/ship.php:41 ../../plugins/blog2social-v-3/views/prg/ship.php:43 .
|
1812 |
#: ./../plugins/blog2social-v-3/views/prg/html/form.phtml:26 ../..
|
1813 |
#: /plugins/blog2social-v-3/views/prg/html/form.phtml:28
|
1814 |
msgid "Title"
|
1815 |
msgstr "Titel"
|
1816 |
|
1817 |
+
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:38
|
1818 |
msgid "scroll to bottom"
|
1819 |
msgstr "zum Seitenende"
|
1820 |
|
1834 |
msgid "Profiles | Pages | Groups"
|
1835 |
msgstr "Profile | Seiten | Gruppen"
|
1836 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1837 |
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:138
|
1838 |
msgid "network connected"
|
1839 |
msgstr "Netzwerk verbunden"
|
1882 |
msgid "Time zone"
|
1883 |
msgstr "Zeitzone"
|
1884 |
|
1885 |
+
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:220
|
1886 |
msgid "Share new post on Social Media"
|
1887 |
msgstr "Teile einen neuen Beitrag auf Social Media"
|
1888 |
|
1889 |
+
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:242
|
1890 |
msgid "Connect for"
|
1891 |
msgstr "Netzwerke verbinden für"
|
1892 |
|
1893 |
+
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:258
|
1894 |
msgid "Time Scheduling"
|
1895 |
msgstr "Zeitplanung"
|
1896 |
|
1897 |
+
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:262
|
1898 |
msgid ""
|
1899 |
"You have not yet defined personal time settings. To edit personal time "
|
1900 |
"settings click on the Blog2Social Settings on the left-hand menu and select "
|
1906 |
"Menü von Blog2Social und wähle die \"Zeit-Einstellungen\" aus. Dort kannst Du "
|
1907 |
"die voreingestellten besten Zeiten verändern."
|
1908 |
|
1909 |
+
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:275
|
1910 |
msgid "Re-share this Post"
|
1911 |
msgstr "Diesen Beitrag nochmal teilen"
|
1912 |
|
1913 |
+
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:278
|
1914 |
msgid ""
|
1915 |
"You can re-share your post for a different sharing purpose, or to share on a "
|
1916 |
"different choice of networks, profiles, pages or groups, or with different "
|
1935 |
"auf \"Diesen Beitrag erneut teilen\" und Du wirst erneut zur Vorschau geführt, "
|
1936 |
"wo Deine Netzwerke, Texte und Bilder auswählen oder variieren kannst. "
|
1937 |
|
1938 |
+
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:281
|
1939 |
msgid "You want re-share your blog post?"
|
1940 |
msgstr "Du möchtest Deinen Beitrag erneut teilen?"
|
1941 |
|
1942 |
+
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:309
|
1943 |
msgid "Save Network Settings"
|
1944 |
msgstr "Netzwerkeinstellungen speichern"
|
1945 |
|
1946 |
+
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:312
|
1947 |
msgid ""
|
1948 |
"You can save your current network settings as \"Standard\" network settings "
|
1949 |
"for any future sharing activities or as a \"Profile\" to choose from (Premium)."
|
1975 |
"zur Vorschau geführt, wo Du Deine Netzwerke, Texte und Bilder wählen oder "
|
1976 |
"variieren kannst. "
|
1977 |
|
1978 |
+
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:324
|
1979 |
msgid "Your blog post is not yet published on your Wordpress!"
|
1980 |
msgstr "Dein Beitrag ist derzeit nicht auf Deinem Wordpress veröffentlicht."
|
1981 |
|
1982 |
+
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:327
|
1983 |
msgid "At least one of your selected networks is set to \"Share Now\""
|
1984 |
msgstr "Mindestens ein Netzwerk wurde mit der Option \"Sofort teilen\" ausgewählt."
|
1985 |
|
1986 |
+
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:331
|
1987 |
msgid "Schedule your post"
|
1988 |
msgstr "Beitrag planen"
|
1989 |
|
1990 |
+
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:334
|
1991 |
msgid "Ignore & share"
|
1992 |
msgstr "Ignorieren & teilen"
|
1993 |
|
1994 |
+
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:417
|
1995 |
msgid "Select image for"
|
1996 |
msgstr "Wähle Bild aus für"
|
1997 |
|
1998 |
+
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:460
|
1999 |
msgid "Choose your"
|
2000 |
msgstr "Wähle Deinen"
|
2001 |
|
2002 |
+
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:460
|
2003 |
msgid "Post Format"
|
2004 |
msgstr "Postformat"
|
2005 |
|
2006 |
+
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:462
|
2007 |
msgid "for:"
|
2008 |
msgstr "für:"
|
2009 |
|
2010 |
+
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:477
|
2011 |
msgid ""
|
2012 |
"Define the default settings for the custom post format for all of your "
|
2013 |
"Facebook accounts on the Blog2Social settings section."
|
2015 |
"Definiere das benutzerdefinierte Beitragsformat für alle Deine Twitter-"
|
2016 |
"Konten kannst Du unter den Blog2Social Einstellungen definieren."
|
2017 |
|
2018 |
+
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:480
|
2019 |
msgid ""
|
2020 |
"Define the default settings for the custom post format for all of your "
|
2021 |
"Twitter accounts on the Blog2Social settings section."
|
2279 |
msgid "Reporting with links to already published posts"
|
2280 |
msgstr "Reporting mit Links zu allen veröffentlichten Social Media Posts"
|
2281 |
|
2282 |
+
#: ../../plugins/blog2social-v-3/views/b2s/html/footer.phtml:101
|
2283 |
+
msgid "Select the preferred custom post format for your posts"
|
2284 |
+
msgstr "Entscheide Dich für das passende Format für Deine Social Media Posts"
|
2285 |
+
|
2286 |
+
#: ../../plugins/blog2social-v-3/views/b2s/html/footer.phtml:106
|
2287 |
+
msgid "You can define your preferred custom post format link post or photo post:"
|
2288 |
+
msgstr ""
|
2289 |
+
"Entscheide Dich für das passende Format für Deine Social Media Posts. Link "
|
2290 |
+
"Post oder Photo Post:"
|
2291 |
+
|
2292 |
+
#: ../../plugins/blog2social-v-3/views/b2s/html/footer.phtml:115
|
2293 |
+
msgid ""
|
2294 |
+
"A photo or image post displays the selected image in the one-page preview of "
|
2295 |
+
"Blog2Social and your comment above the image. The image links to the image "
|
2296 |
+
"view on your image gallery in the respective network. Blog2Social adds the "
|
2297 |
+
"link to your post in your comment. The main benefit of photo posts is that "
|
2298 |
+
"your image is uploaded to your personal image albums or gallery. In Facebook "
|
2299 |
+
"you can edit the albums name with a description of your choice."
|
2300 |
+
msgstr ""
|
2301 |
+
"Ein Bild-Beitrag zeigt das ausgewählte Bild aus Deinem Blogbeitrag mit "
|
2302 |
+
"Deinem Kommentar oberhalb des Bildes an. Das Bild verlinkt auf die "
|
2303 |
+
"Bilderansicht in Deiner Foto-Galerie des betreffenden Netzwerks. Blog2Social "
|
2304 |
+
"integriert einen Link auf Deinen Blogbeitrag im Kommentar. Der Bild-Beitrag "
|
2305 |
+
"hat vor allem den Vorteil, dass Dein Bild automatisch in Deinen persönlichen "
|
2306 |
+
"Fotoalben oder Deiner persönlichen Galerie im Netzwerk gespeichert wird. In "
|
2307 |
+
"Facebook kannst du den Namen Deiner Alben beliebig anpassen."
|
2308 |
+
|
2309 |
+
#: ../../plugins/blog2social-v-3/views/b2s/html/footer.phtml:156
|
2310 |
msgid "Did you miss something?"
|
2311 |
msgstr "Was vermisst Du?"
|
2312 |
|
2313 |
+
#: ../../plugins/blog2social-v-3/views/b2s/html/footer.phtml:159
|
2314 |
msgid "Help us make Blog2Social even better!"
|
2315 |
msgstr "Helfe uns Blog2Social besser zu machen!"
|
2316 |
|
2317 |
+
#: ../../plugins/blog2social-v-3/views/b2s/html/footer.phtml:163
|
2318 |
msgid "submit"
|
2319 |
msgstr "senden"
|
2320 |
|
2321 |
+
#: ../../plugins/blog2social-v-3/views/b2s/html/footer.phtml:177
|
2322 |
msgid ""
|
2323 |
"Blog2Social provides you with a ready-to-use best time scheduler based on "
|
2324 |
"current research on the best times to post on each social network."
|
2326 |
"Blog2Social stellt Dir ein vordefiniertes Zeitschema für die besten Zeiten "
|
2327 |
"zum Teilen auf den verschiedenen Social Media Kanälen zur Verfügung."
|
2328 |
|
2329 |
+
#: ../../plugins/blog2social-v-3/views/b2s/html/footer.phtml:179
|
2330 |
msgid ""
|
2331 |
"Click Best Time Scheduler in the preview editor to schedule your posts "
|
2332 |
"automatically for the best times to post on each social network."
|
2335 |
"Click \"Best Time Scheduler\" in the preview editor to schedule your posts "
|
2336 |
"automatically for the best times to post on each social network."
|
2337 |
|
2338 |
+
#: ../../plugins/blog2social-v-3/views/b2s/html/footer.phtml:181
|
2339 |
msgid ""
|
2340 |
"You can also define your own personal time settings for posting, if you know "
|
2341 |
"which times work best for your communities. Edit the pre-filled times in the "
|
2345 |
"eingetragenen Zeiten in den allgemeinen Einstellungen, die Du ändern "
|
2346 |
"möchtest und klicke \"speichern\"."
|
2347 |
|
2348 |
+
#: ../../plugins/blog2social-v-3/views/b2s/html/footer.phtml:183
|
2349 |
msgid ""
|
2350 |
"Click My Time Settings in the preview editor to schedule your posts with "
|
2351 |
"your personal best time settings."
|
2353 |
"Klicke \"Meine Zeit-Einstellungen\" im Vorschau-Editor, um Deine Social Media "
|
2354 |
"Posts zu Deinen persönlichen Zeit-Einstellungen zu planen."
|
2355 |
|
2356 |
+
#: ../../plugins/blog2social-v-3/views/b2s/html/footer.phtml:185
|
2357 |
msgid ""
|
2358 |
"You can always edit the predefined times in the preview editor for any post "
|
2359 |
"or network and save your new settings as default for future use."
|
2362 |
"jedes Netzwerk jederzeit individuell ändern oder neu definieren und für alle "
|
2363 |
"zukünftigen Beiträge abspeichern. "
|
2364 |
|
2365 |
+
#: ../../plugins/blog2social-v-3/views/b2s/html/footer.phtml:187
|
2366 |
msgid ""
|
2367 |
"Blog2Social will also apply your personal time settings, if you enable the "
|
2368 |
"Social Media Auto-Poster and select auto-post at scheduled times. "
|
2371 |
"das Social Media Auto-Posting nutzt und die Veröffentlichung zu geplanten "
|
2372 |
"Zeiten auswählst."
|
2373 |
|
2374 |
+
#: ../../plugins/blog2social-v-3/views/b2s/html/footer.phtml:220
|
2375 |
msgid "b2s.pm Link Shortener"
|
2376 |
msgstr "b2s.pm Linkverkürzer"
|
2377 |
|
2378 |
+
#: ../../plugins/blog2social-v-3/views/b2s/html/footer.phtml:223
|
2379 |
msgid ""
|
2380 |
"The Blog2Social Shortener converts and publishes your links with a short URL "
|
2381 |
"on the social networks.<br>If you choose this option, you avoid that re-"
|
2528 |
"Die kostenlose Testphase konnte nicht aktiviert werden. Dieser Blog wurde "
|
2529 |
"bereits für die kostenlose Testzeit freigeschaltet."
|
2530 |
|
2531 |
+
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:190
|
2532 |
+
msgid "Social Media Auto-Posting"
|
2533 |
+
msgstr "Social Media Auto-Posting"
|
2534 |
+
|
2535 |
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:192
|
2536 |
msgid "Share on multiple accounts per network"
|
2537 |
msgstr "Auf mehreren Profilen, Seiten und Gruppen teilen"
|
2572 |
msgid "No credit card required"
|
2573 |
msgstr "keine Kreditkarte notwendig"
|
2574 |
|
2575 |
+
#: ../../plugins/blog2social-v-3/views/b2s/html/post.navbar.phtml:6
|
2576 |
msgid "All Posts"
|
2577 |
msgstr "alle Beiträge"
|
2578 |
|
2579 |
+
#: ../../plugins/blog2social-v-3/views/b2s/html/post.navbar.phtml:7
|
2580 |
msgid "Scheduled Posts"
|
2581 |
msgstr "geplante Beiträge"
|
2582 |
|
2583 |
+
#: ../../plugins/blog2social-v-3/views/b2s/html/post.navbar.phtml:8
|
2584 |
msgid "Shared Posts"
|
2585 |
msgstr "geteilte Beiträge"
|
2586 |
|
languages/blog2social-fr_FR.mo
CHANGED
Binary file
|
languages/blog2social-fr_FR.po
CHANGED
@@ -3,7 +3,7 @@ msgstr ""
|
|
3 |
"Project-Id-Version: Blog2Social V3 - Development Modus\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
"POT-Creation-Date: 2016-10-25 12:18+0200\n"
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: admin <s.buerger@adenion.de>\n"
|
8 |
"Language-Team: French (France) <translate@tips02.fr>\n"
|
9 |
"Language: French (France)\n"
|
@@ -22,93 +22,151 @@ msgstr ""
|
|
22 |
"X-Generator: Loco - https://localise.biz/\n"
|
23 |
"X-Poedit-SearchPath-0: .."
|
24 |
|
25 |
-
#: ../includes/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
msgid ""
|
27 |
-
"
|
28 |
-
"
|
29 |
-
"html\" target=\"_blank\">FAQ</a>"
|
30 |
msgstr ""
|
31 |
-
"
|
32 |
-
"
|
33 |
|
34 |
-
#: ../
|
35 |
msgid ""
|
36 |
-
"
|
37 |
-
"
|
38 |
msgstr ""
|
39 |
-
"
|
40 |
-
"
|
41 |
-
"de PHP 5.5.3 ou plus sur."
|
42 |
|
43 |
-
#: ../
|
44 |
msgid ""
|
45 |
-
"
|
46 |
-
"
|
47 |
-
"
|
|
|
48 |
msgstr ""
|
49 |
-
"
|
50 |
-
"
|
51 |
-
"
|
|
|
52 |
|
53 |
-
#: ../includes/B2S/Network/Item.php:
|
54 |
msgid "Default"
|
55 |
msgstr "Standard"
|
56 |
|
57 |
-
#: ../includes/B2S/Network/Item.php:
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
#:
|
62 |
-
msgid "need more"
|
63 |
-
msgstr "besoin de plus"
|
64 |
-
|
65 |
-
#: ../includes/B2S/Network/Item.php:96 ../includes/B2S/Network/Item.php:112 ..
|
66 |
-
#: /includes/B2S/Network/Item.php:114 ../includes/B2S/Settings/Item.php:184 ..
|
67 |
-
#: /includes/B2S/Settings/Item.php:197 ../includes/B2S/Settings/Item.php:214 ..
|
68 |
-
#: /includes/B2S/Settings/Item.php:261 ../includes/B2S/Ship/Portale.php:35 ..
|
69 |
-
#: /includes/Init.php:289
|
70 |
msgid "Profile"
|
71 |
msgstr "Profil"
|
72 |
|
73 |
-
#: ../includes/B2S/Network/Item.php:
|
74 |
-
#: /includes/B2S/Network/Item.php:
|
75 |
-
#: /includes/B2S/Settings/Item.php:
|
76 |
-
#: /includes/B2S/Settings/Item.php:264 ../includes/B2S/Ship/Portale.php:
|
77 |
-
#: /includes/Init.php:
|
78 |
msgid "Page"
|
79 |
msgstr "Page"
|
80 |
|
81 |
-
#: ../includes/B2S/Network/Item.php:
|
82 |
msgid "You want to connect a network page?"
|
83 |
msgstr "Vous voulez connecter une page d'un réseau ?"
|
84 |
|
85 |
-
#: ../includes/B2S/Network/Item.php:
|
86 |
-
#: /includes/B2S/
|
87 |
-
#: /includes/B2S/
|
88 |
-
#: /includes/B2S/
|
89 |
-
#: /includes/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
90 |
msgid "Group"
|
91 |
msgstr "Groupe"
|
92 |
|
93 |
-
#: ../includes/B2S/Network/Item.php:
|
94 |
msgid "You want to connect a social media group?"
|
95 |
msgstr "Vous voulez connecter un groupe de réseau social ?"
|
96 |
|
97 |
-
#: ../includes/B2S/Network/Item.php:
|
98 |
msgid "Authorization is interrupted since"
|
99 |
msgstr "L'autorisation est interrompue depuis"
|
100 |
|
101 |
-
#: ../includes/B2S/Network/Item.php:
|
102 |
-
#: /includes/B2S/Network/Item.php:
|
103 |
msgid "To reactivate this social media connection,"
|
104 |
msgstr "Pour réactiver cette connexion aux réseaux sociaux,"
|
105 |
|
106 |
-
#: ../includes/B2S/Network/Item.php:
|
107 |
-
#: /includes/B2S/Network/Item.php:
|
108 |
msgid "please upgrade"
|
109 |
msgstr "Mise à niveau"
|
110 |
|
111 |
-
#: ../includes/B2S/Network/Item.php:
|
112 |
msgid "Authorization is interrupted since"
|
113 |
msgstr "L'autorisation est interrompue depuis"
|
114 |
|
@@ -189,7 +247,7 @@ msgstr "Vous n'avez aucun article publié ou planifié."
|
|
189 |
msgid "last shared on social media"
|
190 |
msgstr "dernier partagé on le réseau social"
|
191 |
|
192 |
-
#: ../includes/B2S/Post/Item.php:218
|
193 |
msgid "Share on Social Media"
|
194 |
msgstr "Partager sur les réseaux sociaux"
|
195 |
|
@@ -197,12 +255,12 @@ msgstr "Partager sur les réseaux sociaux"
|
|
197 |
msgid "Author"
|
198 |
msgstr "Auteur"
|
199 |
|
200 |
-
#: ../includes/B2S/Post/Item.php:220 ../views/b2s/ship.php:
|
201 |
msgid "on blog"
|
202 |
msgstr "sur le blog"
|
203 |
|
204 |
-
#: ../includes/B2S/Post/Item.php:237 ../views/b2s/ship.php:
|
205 |
-
#: php:
|
206 |
msgid "Re-share this post"
|
207 |
msgstr "Re-partager cet article"
|
208 |
|
@@ -230,7 +288,7 @@ msgstr "prochain partagé par"
|
|
230 |
msgid "select all"
|
231 |
msgstr "tous choisir"
|
232 |
|
233 |
-
#: ../includes/B2S/Post/Item.php:372 ../includes/B2S/Settings/Item.php:
|
234 |
#: /views/b2s/dashboard.php:118
|
235 |
msgid "Auto-Posting"
|
236 |
msgstr "Auto-publication"
|
@@ -275,63 +333,71 @@ msgstr "Vous souhaitez modifier l'heure de votre annonce?"
|
|
275 |
msgid "change time"
|
276 |
msgstr "changer l'heure"
|
277 |
|
278 |
-
#: ../includes/B2S/Settings/Item.php:
|
279 |
msgid "Account"
|
280 |
msgstr "Compte"
|
281 |
|
282 |
-
#: ../includes/B2S/Settings/Item.php:
|
283 |
msgid "Personal Time Zone"
|
284 |
msgstr "Fuseau horaire personnel"
|
285 |
|
286 |
-
#: ../includes/B2S/Settings/Item.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
287 |
msgid "Timezone for Scheduling"
|
288 |
msgstr "Fuseau horaire pour l'ordonnancement"
|
289 |
|
290 |
-
#: ../includes/B2S/Settings/Item.php:
|
291 |
msgid "User"
|
292 |
msgstr "Utilisateur"
|
293 |
|
294 |
-
#: ../includes/B2S/Settings/Item.php:
|
295 |
msgid "What post type of items do you want load the Auto-Poster?"
|
296 |
msgstr "Quel type d'article voulez-vous charger l'auto-affiche?"
|
297 |
|
298 |
-
#: ../includes/B2S/Settings/Item.php:
|
299 |
msgid "new posts"
|
300 |
msgstr "Nouveaux messages"
|
301 |
|
302 |
-
#: ../includes/B2S/Settings/Item.php:
|
303 |
msgid "Unselect all"
|
304 |
msgstr "Tout déselectionner"
|
305 |
|
306 |
-
#: ../includes/B2S/Settings/Item.php:
|
307 |
msgid "Select all"
|
308 |
msgstr "Tout sélectionner"
|
309 |
|
310 |
-
#: ../includes/B2S/Settings/Item.php:
|
311 |
msgid "updating existing posts"
|
312 |
msgstr "Mise à jour des messages existants"
|
313 |
|
314 |
-
#: ../includes/B2S/Settings/Item.php:
|
315 |
msgid "Save"
|
316 |
msgstr "sauvegarder"
|
317 |
|
318 |
-
#: ../includes/B2S/Settings/Item.php:
|
319 |
msgid "Content"
|
320 |
msgstr "Contenu"
|
321 |
|
322 |
-
#: ../includes/B2S/Settings/Item.php:
|
323 |
msgid "use b2s.pm Link Shortener"
|
324 |
msgstr "utiliser b2s.pm Lien Shortener"
|
325 |
|
326 |
-
#: ../includes/B2S/Settings/Item.php:
|
327 |
msgid "allow shortcodes in my post"
|
328 |
msgstr "permettre à shortcodes dans mon post"
|
329 |
|
330 |
-
#: ../includes/B2S/Settings/Item.php:
|
331 |
msgid "Did you know?"
|
332 |
msgstr "Le saviez-vous?"
|
333 |
|
334 |
-
#: ../includes/B2S/Settings/Item.php:
|
335 |
msgid ""
|
336 |
"Beginning with Premium Pro, you can change the custom post format photo post "
|
337 |
"or link post for each individual social media post and channel (profile, "
|
@@ -341,16 +407,16 @@ msgstr ""
|
|
341 |
"du post-format ou le lien pour chaque publication et chaque chaîne de médias "
|
342 |
"sociaux (profil, page, groupe), s'écarter des paramètres par défaut."
|
343 |
|
344 |
-
#: ../includes/B2S/Settings/Item.php:
|
345 |
msgid "Upgrade to Premium Pro now."
|
346 |
msgstr "Passez à Premium Pro dès maintenant."
|
347 |
|
348 |
-
#: ../includes/B2S/Settings/Item.php:
|
349 |
-
#: /includes/B2S/Settings/Item.php:
|
350 |
msgid "Link Post"
|
351 |
msgstr "Lien Post"
|
352 |
|
353 |
-
#: ../includes/B2S/Settings/Item.php:
|
354 |
msgid ""
|
355 |
"The link post format displays posts title, link address and the first one or "
|
356 |
"two sentences of the post. The networks scan this information from your META "
|
@@ -367,12 +433,12 @@ msgstr ""
|
|
367 |
"la première image détectée sur votre page. L'image se rattache à votre "
|
368 |
"article."
|
369 |
|
370 |
-
#: ../includes/B2S/Settings/Item.php:
|
371 |
-
#: /includes/B2S/Settings/Item.php:
|
372 |
msgid "Photo Post"
|
373 |
msgstr "Article photo"
|
374 |
|
375 |
-
#: ../includes/B2S/Settings/Item.php:
|
376 |
msgid ""
|
377 |
"A photo or image post displays the selected image in the one-page preview of "
|
378 |
"Blog2Social and your comment above the image. The image links to the image "
|
@@ -390,7 +456,7 @@ msgstr ""
|
|
390 |
"personnelles. Dans Facebook, vous pouvez modifier le nom de l'album avec une "
|
391 |
"description de votre choix."
|
392 |
|
393 |
-
#: ../includes/B2S/Settings/Item.php:
|
394 |
msgid "All"
|
395 |
msgstr "Tout"
|
396 |
|
@@ -402,17 +468,17 @@ msgstr "regarder"
|
|
402 |
msgid "Best times to post"
|
403 |
msgstr "Meilleures heures pour publier"
|
404 |
|
405 |
-
#: ../includes/B2S/Settings/Item.php:292 ../views/b2s/settings.php:
|
406 |
-
#: /views/b2s/ship.php:49 ../views/b2s/ship.php:
|
407 |
-
#: phtml:
|
408 |
msgid "You want to schedule your posts and use the Best Time Scheduler?"
|
409 |
msgstr ""
|
410 |
"Vous voulez planifier vos articles et utiliser le meilleur créneau horaire "
|
411 |
"de publication?"
|
412 |
|
413 |
#: ../includes/B2S/Settings/Item.php:294 ../views/b2s/post.sched.php:90 ..
|
414 |
-
#: /views/b2s/settings.php:
|
415 |
-
#: php:
|
416 |
msgid "save"
|
417 |
msgstr "sauver"
|
418 |
|
@@ -440,7 +506,7 @@ msgstr ""
|
|
440 |
"Pour sélectionner une image individuelle à partir de votre bibliothèque "
|
441 |
"multimédia,"
|
442 |
|
443 |
-
#: ../includes/B2S/Ship/Image.php:
|
444 |
msgid ""
|
445 |
"The best size for images in social media posts are between: 667-1000px x 523-"
|
446 |
"1000px. Blog2Social will automatically resize your image according to "
|
@@ -450,31 +516,23 @@ msgstr ""
|
|
450 |
"sociaux se situe entre: 667-1000px x 523-1000px. Blog2Social redimensionne "
|
451 |
"automatiquement votre image en fonction des exigences du réseau."
|
452 |
|
453 |
-
#: ../includes/B2S/Ship/Image.php:
|
454 |
-
msgid "Select & upload an image from your mediathek"
|
455 |
-
msgstr "Téléchargez une image de votre mediathek"
|
456 |
-
|
457 |
-
#: ../includes/B2S/Ship/Image.php:33 ../includes/B2S/Ship/Image.php:69
|
458 |
-
msgid "PREMIUM"
|
459 |
-
msgstr "PREMIUM"
|
460 |
-
|
461 |
-
#: ../includes/B2S/Ship/Image.php:60
|
462 |
msgid "No images are included in your post."
|
463 |
msgstr "Aucune image n'est incluse dans votre publication."
|
464 |
|
465 |
-
#: ../includes/B2S/Ship/Image.php:
|
466 |
-
msgid "Apply image for this network"
|
467 |
-
msgstr "Appliquer l'image pour ce réseau"
|
468 |
-
|
469 |
-
#: ../includes/B2S/Ship/Image.php:71
|
470 |
msgid "Apply image for all networks"
|
471 |
msgstr "Appliquer l'image pour tous les réseaux"
|
472 |
|
473 |
-
#: ../includes/B2S/Ship/Image.php:
|
|
|
|
|
|
|
|
|
474 |
msgid "Select or upload an image from mediathek"
|
475 |
msgstr "Téléchargez une image de votre mediathek"
|
476 |
|
477 |
-
#: ../includes/B2S/Ship/Image.php:
|
478 |
msgid "Use image"
|
479 |
msgstr "Utiliser l'image"
|
480 |
|
@@ -508,122 +566,122 @@ msgstr "caractères"
|
|
508 |
msgid "Network does not support image for pages"
|
509 |
msgstr "Le réseau ne supporte pas d'image sur les pages"
|
510 |
|
511 |
-
#: ../includes/B2S/Ship/Item.php:
|
512 |
msgid "post format"
|
513 |
msgstr "Format de publication"
|
514 |
|
515 |
-
#: ../includes/B2S/Ship/Item.php:
|
516 |
msgid "Insert full-text"
|
517 |
msgstr "Insérer du texte plein"
|
518 |
|
519 |
-
#: ../includes/B2S/Ship/Item.php:
|
520 |
msgid "Delete text"
|
521 |
msgstr "Effacer le texte"
|
522 |
|
523 |
-
#: ../includes/B2S/Ship/Item.php:
|
524 |
-
#: /includes/B2S/Ship/Item.php:
|
525 |
-
#: /includes/B2S/Ship/Item.php:
|
526 |
msgid "Write something about your post..."
|
527 |
msgstr "Ecrivez quelque-chose à propos de votre article..."
|
528 |
|
529 |
-
#: ../includes/B2S/Ship/Item.php:
|
530 |
-
#: /includes/B2S/Ship/Item.php:
|
531 |
msgid "Change image for this network"
|
532 |
msgstr "Changer l'image pour ce réseau"
|
533 |
|
534 |
-
#: ../includes/B2S/Ship/Item.php:
|
535 |
msgid "required"
|
536 |
msgstr "nécessaire"
|
537 |
|
538 |
-
#: ../includes/B2S/Ship/Item.php:
|
539 |
msgid "Link"
|
540 |
msgstr "Lien"
|
541 |
|
542 |
-
#: ../includes/B2S/Ship/Item.php:
|
543 |
msgid "The Headline..."
|
544 |
msgstr "L'entête..."
|
545 |
|
546 |
-
#: ../includes/B2S/Ship/Item.php:
|
547 |
msgid "Hashtags"
|
548 |
msgstr "Hashtags"
|
549 |
|
550 |
-
#: ../includes/B2S/Ship/Item.php:
|
551 |
msgid "Share Now"
|
552 |
msgstr "Partager maintenant"
|
553 |
|
554 |
-
#: ../includes/B2S/Ship/Item.php:
|
555 |
msgid "Schedule post once"
|
556 |
msgstr "Planifier l'article une fois"
|
557 |
|
558 |
-
#: ../includes/B2S/Ship/Item.php:
|
559 |
msgid "Schedule post recurrently"
|
560 |
msgstr "Planifié l'article de manière récurrente"
|
561 |
|
562 |
-
#: ../includes/B2S/Ship/Item.php:
|
563 |
msgid "Duration"
|
564 |
msgstr "Durée"
|
565 |
|
566 |
-
#: ../includes/B2S/Ship/Item.php:
|
567 |
msgid "Date"
|
568 |
msgstr "Date"
|
569 |
|
570 |
-
#: ../includes/B2S/Ship/Item.php:
|
571 |
msgid "Time"
|
572 |
msgstr "Heure"
|
573 |
|
574 |
-
#: ../includes/B2S/Ship/Item.php:
|
575 |
msgid "Days"
|
576 |
msgstr "Jours"
|
577 |
|
578 |
-
#: ../includes/B2S/Ship/Item.php:
|
579 |
msgid "Week"
|
580 |
msgstr "Semaine"
|
581 |
|
582 |
-
#: ../includes/B2S/Ship/Item.php:
|
583 |
msgid "Weeks"
|
584 |
msgstr "Semaines"
|
585 |
|
586 |
-
#: ../includes/B2S/Ship/Item.php:
|
587 |
msgid "Mon"
|
588 |
msgstr "Lu"
|
589 |
|
590 |
-
#: ../includes/B2S/Ship/Item.php:
|
591 |
msgid "Tue"
|
592 |
msgstr "Ma"
|
593 |
|
594 |
-
#: ../includes/B2S/Ship/Item.php:
|
595 |
msgid "Wed"
|
596 |
msgstr "Me"
|
597 |
|
598 |
-
#: ../includes/B2S/Ship/Item.php:
|
599 |
msgid "Thu"
|
600 |
msgstr "Je"
|
601 |
|
602 |
-
#: ../includes/B2S/Ship/Item.php:
|
603 |
msgid "Fri"
|
604 |
msgstr "Ve"
|
605 |
|
606 |
-
#: ../includes/B2S/Ship/Item.php:
|
607 |
msgid "Sat"
|
608 |
msgstr "Sa"
|
609 |
|
610 |
-
#: ../includes/B2S/Ship/Item.php:
|
611 |
msgid "Sun"
|
612 |
msgstr "Di"
|
613 |
|
614 |
-
#: ../includes/B2S/Ship/Item.php:
|
615 |
msgid "delete"
|
616 |
msgstr "supprimer"
|
617 |
|
618 |
-
#: ../includes/B2S/Ship/Item.php:
|
619 |
msgid "Add Posting Time"
|
620 |
msgstr "Ajouter une heure d'envoi"
|
621 |
|
622 |
-
#: ../includes/B2S/Ship/Item.php:
|
623 |
msgid "Apply Settings To All Networks"
|
624 |
msgstr "Appliquer les réglages à tous les réseaux"
|
625 |
|
626 |
-
#: ../includes/B2S/Ship/Item.php:
|
627 |
msgid "Save Settings As Default"
|
628 |
msgstr "Sauver ces réglages comme défaut"
|
629 |
|
@@ -643,19 +701,19 @@ msgstr "Nombre d'articles partagés"
|
|
643 |
msgid "Number of scheduled posts"
|
644 |
msgstr "Nombre d'articles planifiés"
|
645 |
|
646 |
-
#: ../includes/Init.php:
|
647 |
msgid "This post will be shared into your social media on"
|
648 |
msgstr "Ce post sera partagé dans vos médias sociaux sur"
|
649 |
|
650 |
-
#: ../includes/Init.php:
|
651 |
msgid "show details"
|
652 |
msgstr "afficher les détails"
|
653 |
|
654 |
-
#: ../includes/Init.php:
|
655 |
msgid "This post will be shared on social media in 2-3 minutes!"
|
656 |
msgstr "Votre post sera partagé sur les médias sociaux en 2-3 minutes!"
|
657 |
|
658 |
-
#: ../includes/Init.php:
|
659 |
msgid ""
|
660 |
"Please, make sure that your post are publish on this blog on this moment. "
|
661 |
"Then you can auto post your post with Blog2social."
|
@@ -663,7 +721,7 @@ msgstr ""
|
|
663 |
"S'il vous plaît, assurez-vous que votre post sont publier sur ce blog à ce "
|
664 |
"moment. Ensuite, vous pouvez auto publier votre message avec Blog2social."
|
665 |
|
666 |
-
#: ../includes/Init.php:
|
667 |
msgid ""
|
668 |
"There are no authorizations for your selected profile. Please, authorize "
|
669 |
"with a social network or select a other profile."
|
@@ -671,23 +729,23 @@ msgstr ""
|
|
671 |
"Il n'existe aucune autorisation pour votre profil sélectionné. Autoriser "
|
672 |
"avec un réseau social ou sélectionner un autre profil."
|
673 |
|
674 |
-
#: ../includes/Init.php:
|
675 |
msgid "Upgrade to Premium"
|
676 |
msgstr "Passer à la version premium"
|
677 |
|
678 |
-
#: ../includes/Init.php:
|
679 |
msgid "Your post could not be posted."
|
680 |
msgstr "Votre article ne peut être posté."
|
681 |
|
682 |
-
#: ../includes/Init.php:
|
683 |
msgid "Your authorization has expired. Please check your authorization."
|
684 |
msgstr "Votre autorisation a expiré. Vérifiez votre autorisation, svp."
|
685 |
|
686 |
-
#: ../includes/Init.php:
|
687 |
msgid "The network has marked the post as spam or abusive."
|
688 |
msgstr "Le réseau a marqué l'article comme spam ou abusif."
|
689 |
|
690 |
-
#: ../includes/Init.php:
|
691 |
msgid ""
|
692 |
"We don't have the permission to publish your post. Please check your "
|
693 |
"authorization."
|
@@ -695,7 +753,7 @@ msgstr ""
|
|
695 |
"Nous n'avons pas la permission de publier votre article. Vérifiez votre "
|
696 |
"autorisation, svp."
|
697 |
|
698 |
-
#: ../includes/Init.php:
|
699 |
msgid ""
|
700 |
"Your authorization is interrupted. Please check your authorization. Please "
|
701 |
"see <a target=\"_blank\" href=\"https://www.blog2social."
|
@@ -705,15 +763,15 @@ msgstr ""
|
|
705 |
"la <a target=\"_blank\" href=\"https://www.blog2social."
|
706 |
"com/en/faq/category/9/troubleshooting-for-error-messages.html\">FAQ</a>, svp."
|
707 |
|
708 |
-
#: ../includes/Init.php:
|
709 |
msgid "Your limit is reached for today."
|
710 |
msgstr "Votre limite quotidienne est atteinte."
|
711 |
|
712 |
-
#: ../includes/Init.php:
|
713 |
msgid "Your post could not be posted, because your image is not available."
|
714 |
msgstr "Votre article ne peut pas être publié parce que l'image n'est pas disponible."
|
715 |
|
716 |
-
#: ../includes/Init.php:
|
717 |
msgid ""
|
718 |
"The network has blocked your account. Please see <a target=\"_blank\" "
|
719 |
"href=\"https://www.blog2social.com/en/faq/category/9/troubleshooting-for-"
|
@@ -723,7 +781,7 @@ msgstr ""
|
|
723 |
"href=\"https://www.blog2social.com/en/faq/category/9/troubleshooting-for-"
|
724 |
"error-messages.html\">FAQ</a>, svp."
|
725 |
|
726 |
-
#: ../includes/Init.php:
|
727 |
msgid ""
|
728 |
"The number of images is reached. Please see <a target=\"_blank\" href=\"https:"
|
729 |
"//www.blog2social.com/en/faq/category/9/troubleshooting-for-error-messages."
|
@@ -733,11 +791,11 @@ msgstr ""
|
|
733 |
"href=\"https://www.blog2social.com/en/faq/category/9/troubleshooting-for-"
|
734 |
"error-messages.html\">FAQ</a>, svp."
|
735 |
|
736 |
-
#: ../includes/Init.php:
|
737 |
msgid "Your limit has temporarily reached for this network."
|
738 |
msgstr "Votre limite est temporairement atteinte pour ce réseau."
|
739 |
|
740 |
-
#: ../includes/Init.php:
|
741 |
msgid ""
|
742 |
"The network can not publish special characters such as Emoji. Please see <a "
|
743 |
"target=\"_blank\" href=\"https://www.blog2social."
|
@@ -747,66 +805,95 @@ msgstr ""
|
|
747 |
"target=\"_blank\" href=\"https://www.blog2social."
|
748 |
"com/en/faq/category/9/troubleshooting-for-error-messages.html\">FAQ</a>."
|
749 |
|
750 |
-
#: ../includes/Init.php:
|
751 |
msgid "Your post is a duplicate."
|
752 |
msgstr "Votre message est un duplicata."
|
753 |
|
754 |
-
#: ../includes/Init.php:
|
755 |
msgid "The network are required a public url to your post."
|
756 |
msgstr "Le réseau doit avoir une url publique à votre poste."
|
757 |
|
758 |
-
#: ../includes/Init.php:
|
759 |
msgid "The network says, that your group is not exisits."
|
760 |
msgstr "Le réseau dit que votre groupe n'existe pas."
|
761 |
|
762 |
-
#: ../includes/Init.php:
|
763 |
msgid "Dashboard"
|
764 |
msgstr "Tableau de bord"
|
765 |
|
766 |
-
#: ../includes/Init.php:
|
767 |
msgid "Posts & Sharing"
|
768 |
msgstr "Messages et partage"
|
769 |
|
770 |
-
#: ../includes/Init.php:
|
771 |
#: /views/b2s/network.php:17
|
772 |
msgid "Networks"
|
773 |
msgstr "Réseaux"
|
774 |
|
775 |
-
#: ../includes/Init.php:
|
776 |
-
#: /views/b2s/ship.php:
|
777 |
msgid "Settings"
|
778 |
msgstr "Paramètres"
|
779 |
|
780 |
-
#: ../includes/Init.php:
|
781 |
msgid "PR-Service"
|
782 |
msgstr "Service - PR"
|
783 |
|
784 |
-
#: ../includes/Init.php:
|
785 |
msgid "Blog2Social"
|
786 |
msgstr "Blog2Social"
|
787 |
|
788 |
-
#: ../includes/Init.php:
|
789 |
msgid "or"
|
790 |
msgstr "ou"
|
791 |
|
792 |
-
#: ../includes/Init.php:
|
793 |
msgid "back to install plugins"
|
794 |
msgstr "retour à l'installation des plugins"
|
795 |
|
796 |
-
#: ../includes/MetaBox.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
797 |
msgid "Please see FAQ"
|
798 |
msgstr "Voir les FAQ"
|
799 |
|
800 |
-
#: ../includes/MetaBox.php:
|
801 |
msgid "last auto-post:"
|
802 |
msgstr "dernier auto-post:"
|
803 |
|
804 |
-
#: ../includes/MetaBox.php:
|
805 |
#: phtml:20
|
806 |
msgid "The connection to the server failed. Try again!"
|
807 |
msgstr "Erreur: la connexion au serveur a échoué. Réessayer!"
|
808 |
|
809 |
-
#: ../includes/MetaBox.php:
|
810 |
msgid ""
|
811 |
"WordPress uses heartbeats by default, Blog2Social as well. Please enable "
|
812 |
"heartbeats for using Blog2Social!"
|
@@ -814,21 +901,11 @@ msgstr ""
|
|
814 |
"WordPress utilise des battements de coeur par défaut, Blog2Social ainsi. "
|
815 |
"Veuillez activer les battements de coeur pour utiliser Blog2Social!"
|
816 |
|
817 |
-
#: ../includes/MetaBox.php:
|
818 |
msgid "Network settings"
|
819 |
msgstr "Paramètres réseau:"
|
820 |
|
821 |
-
#: ../includes/MetaBox.php:
|
822 |
-
msgid ""
|
823 |
-
"Your post is still on draft or pending status. Please make sure that your "
|
824 |
-
"post is published or scheduled to be published on this blog. You can then "
|
825 |
-
"auto-post or schedule and customize your social media posts with Blog2Social."
|
826 |
-
msgstr ""
|
827 |
-
"S'il vous plaît, assurez-vous que votre post sont publier ou futured sur ce "
|
828 |
-
"blog. Ensuite, vous pouvez planifier et personnaliser votre post avec "
|
829 |
-
"Blog2social."
|
830 |
-
|
831 |
-
#: ../includes/MetaBox.php:57
|
832 |
msgid ""
|
833 |
"Notice: Please make sure, that your website address is reachable. The Social "
|
834 |
"Networks do not allow postings from local installations."
|
@@ -837,49 +914,22 @@ msgstr ""
|
|
837 |
"joignable. Les réseaux sociaux n'autorisent pas les écritures "
|
838 |
"d'installations locales."
|
839 |
|
840 |
-
#: ../includes/MetaBox.php:
|
841 |
-
msgid "You want to auto post your blog post?"
|
842 |
-
msgstr "Vous voulez auto publier votre blog?"
|
843 |
-
|
844 |
-
#: ../includes/MetaBox.php:58 ../includes/MetaBox.php:107 ../views/b2s/network.
|
845 |
-
#: php:116 ../views/b2s/ship.php:294 ../views/b2s/ship.php:328 ../views/b2s/ship.
|
846 |
-
#: php:375 ../views/b2s/html/footer.phtml:38 ../views/b2s/html/footer.phtml:150 ..
|
847 |
-
#: /views/b2s/html/footer.phtml:208 ../views/b2s/html/header.phtml:139
|
848 |
-
msgid "Upgrade to PREMIUM"
|
849 |
-
msgstr "Mettre à jour vers PREMIUM"
|
850 |
-
|
851 |
-
#: ../includes/MetaBox.php:59
|
852 |
-
msgid "Custom Sharing & Scheduling"
|
853 |
-
msgstr "Partage personnalisé et planification"
|
854 |
-
|
855 |
-
#: ../includes/MetaBox.php:59 ../includes/MetaBox.php:63
|
856 |
-
msgid "Info"
|
857 |
-
msgstr "Info"
|
858 |
-
|
859 |
-
#: ../includes/MetaBox.php:60
|
860 |
-
msgid "Customize & Schedule Social Media Posts"
|
861 |
-
msgstr "Personnaliser et planifier des messages sur les réseaux sociaux"
|
862 |
-
|
863 |
-
#: ../includes/MetaBox.php:63 ../views/b2s/html/header.phtml:190
|
864 |
-
msgid "Social Media Auto-Posting"
|
865 |
-
msgstr "Auto-publication des médias sociaux"
|
866 |
-
|
867 |
-
#: ../includes/MetaBox.php:66
|
868 |
msgid "enable Auto-Posting"
|
869 |
msgstr "Activer la fonction de comptabilisation automatique"
|
870 |
|
871 |
-
#: ../includes/MetaBox.php:
|
872 |
-
#: php:
|
873 |
#: /views/b2s/post.sched.php:48 ../views/b2s/ship.php:153 ../views/b2s/ship.php:
|
874 |
-
#:
|
875 |
msgid "Loading..."
|
876 |
msgstr "Chargement..."
|
877 |
|
878 |
-
#: ../includes/MetaBox.php:
|
879 |
msgid "Blog2Social: Social Media Auto-Posting"
|
880 |
msgstr "Blog2Social: Auto-affichage des médias sociaux"
|
881 |
|
882 |
-
#: ../includes/MetaBox.php:
|
883 |
msgid ""
|
884 |
"You have 2 general options to define the date and time to share your blog "
|
885 |
"posts on social media with the Auto-Poster:"
|
@@ -887,11 +937,11 @@ msgstr ""
|
|
887 |
"Vous avez 2 options générales pour definir la date et l’heure pour partager "
|
888 |
"vos articles sur les réseaux sociaux avec la publication auto:"
|
889 |
|
890 |
-
#: ../includes/MetaBox.php:
|
891 |
msgid "1. Immediately after publishing your blog post"
|
892 |
msgstr "1. 1. Immédiatement après la publication de vos articles"
|
893 |
|
894 |
-
#: ../includes/MetaBox.php:
|
895 |
msgid ""
|
896 |
"Published blog posts: If you publish your blog post with click on publish in "
|
897 |
"your WordPress post editor, Blog2Social will automatically share your social "
|
@@ -900,7 +950,7 @@ msgstr ""
|
|
900 |
"si vous publiez vos articles en cliquant sur “publier” dans votre éditeur "
|
901 |
"WordPress, Blog2Social les partagera automatiquement immédiatement."
|
902 |
|
903 |
-
#: ../includes/MetaBox.php:
|
904 |
msgid ""
|
905 |
"Scheduled blog posts: If you schedule your blog post with click on schedule "
|
906 |
"in your WordPress post editor, Blog2Social will share your social media post "
|
@@ -910,7 +960,7 @@ msgstr ""
|
|
910 |
"“planifier” dans votre éditeur WordPress, Blog2Social partagera vos articles "
|
911 |
"sur les réseaux sociaux aux moments de leurs publications sur votre site."
|
912 |
|
913 |
-
#: ../includes/MetaBox.php:
|
914 |
msgid ""
|
915 |
"2. Schedule your social media posts for a specific date and time If you want "
|
916 |
"to share your post at a particular date and time, different from your "
|
@@ -923,53 +973,55 @@ msgstr ""
|
|
923 |
"et l’heure que vous souhaitez pour partager vos articles sur les réseaux "
|
924 |
"sociaux.\n"
|
925 |
|
926 |
-
#: ../includes/MetaBox.php:
|
927 |
msgid "You want to auto-post your blog post?"
|
928 |
msgstr "Vous voulez auto-afficher votre blog?"
|
929 |
|
930 |
-
#: ../includes/MetaBox.php:
|
931 |
-
#:
|
932 |
-
#:
|
933 |
-
#: /views/b2s/html/footer.phtml:
|
934 |
msgid "With Blog2Social Premium you can:"
|
935 |
msgstr "Avec Blog2Social Premium, vous pouvez:"
|
936 |
|
937 |
-
#: ../includes/MetaBox.php:
|
938 |
-
#:
|
939 |
-
#:
|
940 |
-
#: /views/b2s/html/footer.phtml:
|
|
|
941 |
msgid "Post on pages and groups"
|
942 |
msgstr "Poster sur les pages et les groupes"
|
943 |
|
944 |
-
#: ../includes/MetaBox.php:
|
945 |
-
#:
|
946 |
-
#:
|
947 |
-
#: /views/b2s/html/footer.phtml:
|
948 |
msgid "Share on multiple profiles, pages and groups"
|
949 |
msgstr "Partager sur plusieurs profils, pages et groupes"
|
950 |
|
951 |
-
#: ../includes/MetaBox.php:
|
952 |
-
#:
|
953 |
-
#:
|
954 |
-
#: /views/b2s/html/footer.phtml:
|
|
|
955 |
msgid "Auto-post and auto-schedule new and updated blog posts"
|
956 |
msgstr ""
|
957 |
"Publication automatique et auto-planification des nouveaux articles et ceux "
|
958 |
"mis à jour"
|
959 |
|
960 |
-
#: ../includes/MetaBox.php:
|
961 |
-
#:
|
962 |
-
#:
|
963 |
-
#: /views/b2s/html/footer.phtml:
|
964 |
msgid "Schedule your posts at the best times on each network"
|
965 |
msgstr ""
|
966 |
"Planifiez vos articles aux meilleurs moments pour chaque réseau : une fois, "
|
967 |
"plusieurs fois ou de manière récurrente"
|
968 |
|
969 |
-
#: ../includes/MetaBox.php:
|
970 |
-
#:
|
971 |
-
#:
|
972 |
-
#: /views/b2s/html/footer.phtml:
|
973 |
msgid ""
|
974 |
"Best Time Manager: use predefined best time scheduler to auto-schedule your "
|
975 |
"social media posts"
|
@@ -978,40 +1030,42 @@ msgstr ""
|
|
978 |
"prédéfini pour organiser automatiquement vos publications sur les réseaux "
|
979 |
"sociaux"
|
980 |
|
981 |
-
#: ../includes/MetaBox.php:
|
982 |
-
#:
|
983 |
-
#:
|
984 |
-
#: /views/b2s/html/footer.phtml:
|
985 |
msgid "Schedule your post for one time, multiple times or recurrently"
|
986 |
msgstr "Planifiez votre poste pour une fois, plusieurs fois ou récurrent"
|
987 |
|
988 |
-
#: ../includes/MetaBox.php:
|
989 |
-
#:
|
990 |
-
#:
|
991 |
-
#: /views/b2s/html/footer.phtml:
|
992 |
msgid "Schedule and re-share old posts"
|
993 |
msgstr "Planifiez et re-partagez les anciens messages"
|
994 |
|
995 |
-
#: ../includes/MetaBox.php:
|
996 |
-
#:
|
997 |
-
#:
|
998 |
-
#: /views/b2s/html/footer.phtml:
|
|
|
999 |
msgid "Select link format or image format for your posts"
|
1000 |
msgstr ""
|
1001 |
"Sélectionnez le format de lien ou la publication d’image pour vos "
|
1002 |
"publications"
|
1003 |
|
1004 |
-
#: ../includes/MetaBox.php:
|
1005 |
-
#:
|
1006 |
-
#:
|
1007 |
-
#: /views/b2s/html/footer.phtml:
|
|
|
1008 |
msgid "Select individual images per post"
|
1009 |
msgstr "Sélectionnez les images individuelles par article"
|
1010 |
|
1011 |
-
#: ../includes/MetaBox.php:
|
1012 |
-
#:
|
1013 |
-
#:
|
1014 |
-
#: /views/b2s/html/footer.phtml:
|
1015 |
msgid ""
|
1016 |
"Reporting & calendar: keep track of your published and scheduled social "
|
1017 |
"media posts"
|
@@ -1019,11 +1073,19 @@ msgstr ""
|
|
1019 |
"Rapports et calendrier : gardez la trace de vos publications publiées et "
|
1020 |
"programmées"
|
1021 |
|
1022 |
-
#: ../includes/MetaBox.php:
|
1023 |
-
#: 296 ../views/b2s/ship.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1024 |
#: /views/b2s/html/footer.phtml:40 ../views/b2s/html/footer.phtml:71 ..
|
1025 |
-
#: /views/b2s/html/footer.phtml:89 ../views/b2s/html/footer.phtml:
|
1026 |
-
#: /views/b2s/html/footer.phtml:
|
1027 |
msgid ""
|
1028 |
"or <a href=\"http://service.blog2social.com/trial\" target=\"_blank\">start with "
|
1029 |
"free 30-days-trial of Blog2Social Premium</a> (no payment information needed)"
|
@@ -1032,63 +1094,44 @@ msgstr ""
|
|
1032 |
"avec 30 jours gratuits de Blog2Social Premium</a>(pas d'information de "
|
1033 |
"paiement requise)"
|
1034 |
|
1035 |
-
#: ../includes/MetaBox.php:
|
1036 |
-
msgid "Blog2Social: Custom Sharing & Scheduling"
|
1037 |
-
msgstr "Blog2Social: Partage personnalisé et planification"
|
1038 |
-
|
1039 |
-
#: ../includes/MetaBox.php:123
|
1040 |
-
msgid ""
|
1041 |
-
"Customize and schedule your social media posts on the one page preview for "
|
1042 |
-
"all your selected networks: tailor your posts with individual comments, "
|
1043 |
-
"#hashtags or @handles and schedule your posts for the best times to post, "
|
1044 |
-
"for multiple times or re-share recurrently for more visibility and "
|
1045 |
-
"engagement with your community."
|
1046 |
-
msgstr ""
|
1047 |
-
"Personnalisez et planifiez vos messages sur les réseaux sociaux sur l'aperçu "
|
1048 |
-
"d'une page pour tous vos réseaux sélectionnés: personnalisez vos posts avec "
|
1049 |
-
"des commentaires individuels, #hashtags ou @handles et planifiez vos posts "
|
1050 |
-
"pour les meilleurs moments pour publier, pour plusieurs fois ou pour re-"
|
1051 |
-
"partager périodiquement pour Plus de visibilité et d'engagement avec votre "
|
1052 |
-
"communauté."
|
1053 |
-
|
1054 |
-
#: ../includes/MetaBox.php:133
|
1055 |
msgid "Select profile:"
|
1056 |
msgstr "Sélectionner le profil:"
|
1057 |
|
1058 |
-
#: ../includes/MetaBox.php:
|
1059 |
msgid "When do you want to share your post on social media?"
|
1060 |
msgstr "Quand souhaitez-vous partager votre article sur les réseaux sociaux ?"
|
1061 |
|
1062 |
-
#: ../includes/MetaBox.php:
|
1063 |
msgid "immediately after publishing"
|
1064 |
msgstr "Immédiatement après l'édition"
|
1065 |
|
1066 |
-
#: ../includes/MetaBox.php:
|
1067 |
msgid "at scheduled times"
|
1068 |
msgstr "À des heures programmées"
|
1069 |
|
1070 |
-
#: ../includes/MetaBox.php:
|
1071 |
msgid "You want to sched your blog post with Auto-Poster?"
|
1072 |
msgstr "Vous souhaitez planifier votre publication avec Auto-Poster?"
|
1073 |
|
1074 |
-
#: ../includes/MetaBox.php:
|
1075 |
#: /views/b2s/html/footer.phtml:87
|
1076 |
msgid "Upgrade to PREMIUM PRO"
|
1077 |
msgstr "passer à Premium PRO"
|
1078 |
|
1079 |
-
#: ../includes/MetaBox.php:
|
1080 |
msgid "Select date:"
|
1081 |
msgstr "choisir date:"
|
1082 |
|
1083 |
-
#: ../includes/MetaBox.php:
|
1084 |
msgid "post at"
|
1085 |
msgstr "Poste à"
|
1086 |
|
1087 |
-
#: ../includes/MetaBox.php:
|
1088 |
msgid "my time settings"
|
1089 |
msgstr "Mes réglages d'heures"
|
1090 |
|
1091 |
-
#: ../includes/MetaBox.php:
|
1092 |
msgid ""
|
1093 |
"Note: If you have not specified your own times, we automatically provide "
|
1094 |
"you with the best times to post on the social networks. You can always "
|
@@ -1151,6 +1194,24 @@ msgstr ""
|
|
1151 |
"Blog2Social utilisé cURL. CURL n'est pas installé dans votre installation "
|
1152 |
"PHP sur votre serveur. Installez cURL et activez Blog2Social à nouveau."
|
1153 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1154 |
#: ../includes/System.php:73
|
1155 |
msgid ""
|
1156 |
"Blog2Social seems to have no permission to write in your WordPress database. "
|
@@ -1161,6 +1222,16 @@ msgstr ""
|
|
1161 |
"données WordPress. Assurez-vous d'attribuer à Blog2Social la permission "
|
1162 |
"d'écrire dans la base de données WordPress."
|
1163 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1164 |
#. Name of the plugin
|
1165 |
msgid "Social Media Auto Post & Scheduler"
|
1166 |
msgstr "Social Media Auto Post & Scheduler"
|
@@ -1304,8 +1375,8 @@ msgstr ""
|
|
1304 |
"Modifiez ou ajoutez des commentaires, des hashtags ou des poignées. Modifier "
|
1305 |
"les messages en HTML pour la re-publication sur les réseaux de blogs"
|
1306 |
|
1307 |
-
#: ../views/b2s/dashboard.php:142 ../views/b2s/ship.php:
|
1308 |
-
#: /views/b2s/html/footer.phtml:
|
1309 |
msgid "Best Time Scheduler"
|
1310 |
msgstr "Meilleures heures de planification"
|
1311 |
|
@@ -1353,30 +1424,26 @@ msgstr ""
|
|
1353 |
msgid "Unlock Premium"
|
1354 |
msgstr "Déblocage Premium"
|
1355 |
|
1356 |
-
#: ../views/b2s/network.php:
|
1357 |
-
|
1358 |
-
|
|
|
|
|
1359 |
|
1360 |
-
#: ../views/b2s/network.php:
|
1361 |
-
#: php:
|
1362 |
msgid "Create new profile"
|
1363 |
msgstr "Créer un nouveau profil"
|
1364 |
|
1365 |
-
#: ../views/b2s/network.php:
|
1366 |
-
|
1367 |
-
|
1368 |
-
msgid "filter"
|
1369 |
-
msgstr "Filtrer"
|
1370 |
-
|
1371 |
-
#: ../views/b2s/network.php:37 ../views/b2s/network.php:130
|
1372 |
-
msgid "Delete Profile"
|
1373 |
-
msgstr "Effacer le profil"
|
1374 |
|
1375 |
-
#: ../views/b2s/network.php:
|
1376 |
msgid "create"
|
1377 |
msgstr "créer"
|
1378 |
|
1379 |
-
#: ../views/b2s/network.php:
|
1380 |
msgid ""
|
1381 |
"All connected networks will be displayed as default \"Standard\" networks "
|
1382 |
"profile.<br><br>You may define various sets of social media accounts, "
|
@@ -1414,41 +1481,45 @@ msgstr ""
|
|
1414 |
"de vos profils de réseaux sur votre page d'aperçu avec un simple clic de "
|
1415 |
"votre souris pour une variante facile de votre système de partage de courant."
|
1416 |
|
1417 |
-
#: ../views/b2s/network.php:
|
1418 |
msgid "You want to add another network profile, pages or groups?"
|
1419 |
msgstr "Vous souhaitez ajouter un nouveau profil de réseau, pages ou groupes ?"
|
1420 |
|
1421 |
-
#: ../views/b2s/network.php:
|
|
|
|
|
|
|
|
|
1422 |
msgid "Do you really want to delete this profile"
|
1423 |
msgstr "Souhaitez-vous vraiment supprimer ce profil ?"
|
1424 |
|
1425 |
-
#: ../views/b2s/network.php:
|
1426 |
#: /views/b2s/post.sched.php:111 ../views/prg/ship.php:92
|
1427 |
msgid "NO"
|
1428 |
msgstr "NON"
|
1429 |
|
1430 |
-
#: ../views/b2s/network.php:
|
1431 |
#: publish.php:75 ../views/b2s/post.sched.php:112
|
1432 |
msgid "YES, delete"
|
1433 |
msgstr "OUI, effacer"
|
1434 |
|
1435 |
-
#: ../views/b2s/network.php:
|
1436 |
msgid "Delete Authorization"
|
1437 |
msgstr "Retirer l'autorisation"
|
1438 |
|
1439 |
-
#: ../views/b2s/network.php:
|
1440 |
msgid "Do you really want to delete this authorization"
|
1441 |
msgstr "Voulez-vous réellement enlever cette autorisation"
|
1442 |
|
1443 |
-
#: ../views/b2s/network.php:
|
1444 |
msgid "You have still set up scheduled posts for this network:"
|
1445 |
msgstr "Vous avez toujours configuré des messages programmés pour ce réseau:"
|
1446 |
|
1447 |
-
#: ../views/b2s/network.php:
|
1448 |
msgid "scheduled posts"
|
1449 |
msgstr "Messages programmés"
|
1450 |
|
1451 |
-
#: ../views/b2s/network.php:
|
1452 |
msgid "View schedule posts for this profile"
|
1453 |
msgstr "Voir les messages de l'horaire pour ce profil"
|
1454 |
|
@@ -1492,61 +1563,31 @@ msgstr "Meilleurs réglages d'heures"
|
|
1492 |
msgid "Network Settings"
|
1493 |
msgstr "Paramètres réseau"
|
1494 |
|
1495 |
-
#: ../views/b2s/settings.php:37 ../views/b2s/ship.php:
|
1496 |
msgid "My Time Settings"
|
1497 |
msgstr "Mes réglages d'heures"
|
1498 |
|
1499 |
-
#: ../views/b2s/settings.php:
|
1500 |
msgid "Reset predefined best time settings"
|
1501 |
msgstr "Réinitialiser les réglages de la meilleure heure"
|
1502 |
|
1503 |
-
#: ../views/b2s/settings.php:
|
1504 |
msgid "Post format"
|
1505 |
msgstr "Format de publication"
|
1506 |
|
1507 |
-
#: ../views/b2s/settings.php:
|
1508 |
msgid "Facebook"
|
1509 |
msgstr "Facebook"
|
1510 |
|
1511 |
-
#: ../views/b2s/settings.php:
|
1512 |
msgid "Twitter"
|
1513 |
msgstr "Twitter"
|
1514 |
|
1515 |
-
#: ../views/b2s/settings.php:
|
1516 |
-
msgid "Select the preferred custom post format for your posts"
|
1517 |
-
msgstr ""
|
1518 |
-
"Sélectionnez le format de publication personnalisé préféré pour vos "
|
1519 |
-
"publications"
|
1520 |
-
|
1521 |
-
#: ../views/b2s/settings.php:124
|
1522 |
-
msgid "You can define your preferred custom post format link post or photo post:"
|
1523 |
-
msgstr ""
|
1524 |
-
"Vous pouvez définir votre lien de lien de format de poste personnalisé ou "
|
1525 |
-
"photo personnalisé préféré:"
|
1526 |
-
|
1527 |
-
#: ../views/b2s/settings.php:133
|
1528 |
-
msgid ""
|
1529 |
-
"A photo or image post displays the selected image in the one-page preview of "
|
1530 |
-
"Blog2Social and your comment above the image. The image links to the image "
|
1531 |
-
"view on your image gallery in the respective network. Blog2Social adds the "
|
1532 |
-
"link to your post in your comment. The main benefit of photo posts is that "
|
1533 |
-
"your image is uploaded to your personal image albums or gallery. In Facebook "
|
1534 |
-
"you can edit the albums name with a description of your choice."
|
1535 |
-
msgstr ""
|
1536 |
-
"Une publication photo ou d'image affiche l'image que vous avez sélectionné "
|
1537 |
-
"dans l'aperçu d'une page de Blog2Social et votre commentaire au-dessus de "
|
1538 |
-
"l'image. L'image est liée à la vue d'image de votre galerie d'images sur le "
|
1539 |
-
"réseau respectif. Blog2Social ajoute le lien vers votre article dans votre "
|
1540 |
-
"commentaire. Le principal avantage des publications photos ou images est que "
|
1541 |
-
"votre image est téléchargée dans vos albums ou galeries d'images "
|
1542 |
-
"personnelles. Dans Facebook, vous pouvez modifier le nom de l'album avec une "
|
1543 |
-
"description de votre choix."
|
1544 |
-
|
1545 |
-
#: ../views/b2s/settings.php:146
|
1546 |
msgid "Allow shortcodes in my post"
|
1547 |
msgstr "permettre à shortcodes dans mon post"
|
1548 |
|
1549 |
-
#: ../views/b2s/settings.php:
|
1550 |
msgid ""
|
1551 |
"Shortcodes are used by some wordpress plugins like Elementor, Visual "
|
1552 |
"Composer and Content Builder. When a shortcode is inserted in a WordPress "
|
@@ -1566,7 +1607,7 @@ msgstr ""
|
|
1566 |
"fonctionnalité, si vous le souhaitez Utilisez des éléments dynamiques dans "
|
1567 |
"vos articles."
|
1568 |
|
1569 |
-
#: ../views/b2s/settings.php:
|
1570 |
msgid ""
|
1571 |
"Blog2Social applies the scheduled time settings based on the time zone "
|
1572 |
"defined in the general settings of your WordPress. You can select a user-"
|
@@ -1581,41 +1622,16 @@ msgstr ""
|
|
1581 |
"sociaux. <br> <br> Sélectionnez le fuseau horaire souhaité dans le menu "
|
1582 |
"déroulant."
|
1583 |
|
1584 |
-
#: ../views/b2s/
|
1585 |
-
msgid "Select the content type you want to auto-post by default"
|
1586 |
-
msgstr ""
|
1587 |
-
"Sélectionnez le type de contenu que vous souhaitez publier automatiquement "
|
1588 |
-
"par défaut"
|
1589 |
-
|
1590 |
-
#: ../views/b2s/settings.php:177
|
1591 |
-
msgid ""
|
1592 |
-
"Please select the content type you want to auto-post by default.<br>You can "
|
1593 |
-
"activate auto-post by default for posts, pages and any custom post type. As "
|
1594 |
-
"well, you can differentiate between new and updated pieces of content."
|
1595 |
-
"<br>Once activated, Blog2Social will auto-post any respective piece of "
|
1596 |
-
"content whenever you publish or update it. You can activate or deactivate "
|
1597 |
-
"auto-posting for a single piece of content in the WordPress post editor. "
|
1598 |
-
msgstr ""
|
1599 |
-
"Sélectionnez par défaut le type de contenu que vous souhaitez publier "
|
1600 |
-
"automatiquement. <br> Vous pouvez activer automatiquement la publication "
|
1601 |
-
"automatique pour les messages, les pages et tout type de publication "
|
1602 |
-
"personnalisé. De plus, vous pouvez différencier des éléments de contenu "
|
1603 |
-
"nouveaux et mis à jour. Une fois activé, Blog2Social affichera "
|
1604 |
-
"automatiquement tous les éléments de contenu concernés chaque fois que vous "
|
1605 |
-
"publierez ou mettez-le à jour. Vous pouvez activer ou désactiver la "
|
1606 |
-
"publication automatique pour un seul contenu dans l'éditeur de publication "
|
1607 |
-
"WordPress."
|
1608 |
-
|
1609 |
-
#: ../views/b2s/ship.php:26
|
1610 |
msgid "Social Media Scheduling & Sharing"
|
1611 |
msgstr "Planification et partage sur les réseaux sociaux"
|
1612 |
|
1613 |
-
#: ../views/b2s/ship.php:
|
1614 |
#: /views/prg/html/form.phtml:26 ../views/prg/html/form.phtml:28
|
1615 |
msgid "Title"
|
1616 |
msgstr "Titre"
|
1617 |
|
1618 |
-
#: ../views/b2s/ship.php:
|
1619 |
msgid "scroll to bottom"
|
1620 |
msgstr "Faire défiler vers le bas"
|
1621 |
|
@@ -1635,16 +1651,6 @@ msgstr "Ajouter plus..."
|
|
1635 |
msgid "Profiles | Pages | Groups"
|
1636 |
msgstr "Profils | Pages | Groupes"
|
1637 |
|
1638 |
-
#: ../views/b2s/ship.php:130 ../views/b2s/ship.php:313
|
1639 |
-
msgid "You want to save network settings in an additional profile?"
|
1640 |
-
msgstr ""
|
1641 |
-
"Vous souhaitez enregistrer les paramètres réseau dans un profil "
|
1642 |
-
"supplémentaire?"
|
1643 |
-
|
1644 |
-
#: ../views/b2s/ship.php:131
|
1645 |
-
msgid "Save Settings"
|
1646 |
-
msgstr "Enregistrer les paramètres"
|
1647 |
-
|
1648 |
#: ../views/b2s/ship.php:138
|
1649 |
msgid "network connected"
|
1650 |
msgstr "Réseau connecté"
|
@@ -1690,19 +1696,19 @@ msgstr "Partager"
|
|
1690 |
msgid "Time zone"
|
1691 |
msgstr "Fuseau horaire"
|
1692 |
|
1693 |
-
#: ../views/b2s/ship.php:
|
1694 |
msgid "Share new post on Social Media"
|
1695 |
msgstr "Partager le nouvel article sur les réseaux sociaux"
|
1696 |
|
1697 |
-
#: ../views/b2s/ship.php:
|
1698 |
msgid "Connect for"
|
1699 |
msgstr "Connecter sur"
|
1700 |
|
1701 |
-
#: ../views/b2s/ship.php:
|
1702 |
msgid "Time Scheduling"
|
1703 |
msgstr "Heure de la planification"
|
1704 |
|
1705 |
-
#: ../views/b2s/ship.php:
|
1706 |
msgid ""
|
1707 |
"You have not yet defined personal time settings. To edit personal time "
|
1708 |
"settings click on the Blog2Social Settings on the left-hand menu and select "
|
@@ -1714,11 +1720,11 @@ msgstr ""
|
|
1714 |
"du Blog2Social dans le menu de gauche et sélectionnez Best Time Settings "
|
1715 |
"pour modifier les paramètres de temps prédéfinis selon vos préférences."
|
1716 |
|
1717 |
-
#: ../views/b2s/ship.php:
|
1718 |
msgid "Re-share this Post"
|
1719 |
msgstr "Re-partager cet article"
|
1720 |
|
1721 |
-
#: ../views/b2s/ship.php:
|
1722 |
msgid ""
|
1723 |
"You can re-share your post for a different sharing purpose, or to share on a "
|
1724 |
"different choice of networks, profiles, pages or groups, or with different "
|
@@ -1743,15 +1749,15 @@ msgstr ""
|
|
1743 |
"d'aperçu où vous pourrez sélectionner vos réseaux et modifier vos textes, "
|
1744 |
"commentaires ou images en fonction de vos préférences de partage."
|
1745 |
|
1746 |
-
#: ../views/b2s/ship.php:
|
1747 |
msgid "You want re-share your blog post?"
|
1748 |
msgstr "Vous voulez re-partager votre blog?"
|
1749 |
|
1750 |
-
#: ../views/b2s/ship.php:
|
1751 |
msgid "Save Network Settings"
|
1752 |
msgstr "Sauver les paramètres de réseaux"
|
1753 |
|
1754 |
-
#: ../views/b2s/ship.php:
|
1755 |
msgid ""
|
1756 |
"You can save your current network settings as \"Standard\" network settings "
|
1757 |
"for any future sharing activities or as a \"Profile\" to choose from (Premium)."
|
@@ -1782,39 +1788,39 @@ msgstr ""
|
|
1782 |
"compte de réseau respectif pour sélectionner ou supprimer un compte du "
|
1783 |
"partage courant."
|
1784 |
|
1785 |
-
#: ../views/b2s/ship.php:
|
1786 |
msgid "Your blog post is not yet published on your Wordpress!"
|
1787 |
msgstr "Votre message de blog n'est pas encore publié sur votre Wordpress!"
|
1788 |
|
1789 |
-
#: ../views/b2s/ship.php:
|
1790 |
msgid "At least one of your selected networks is set to \"Share Now\""
|
1791 |
msgstr "Au moins un de vos réseaux sélectionnés est réglé sur \"Partager maintenant\""
|
1792 |
|
1793 |
-
#: ../views/b2s/ship.php:
|
1794 |
msgid "Schedule your post"
|
1795 |
msgstr "Planifiez votre message"
|
1796 |
|
1797 |
-
#: ../views/b2s/ship.php:
|
1798 |
msgid "Ignore & share"
|
1799 |
msgstr "Ignorer & partager"
|
1800 |
|
1801 |
-
#: ../views/b2s/ship.php:
|
1802 |
msgid "Select image for"
|
1803 |
msgstr "Sélectionnez l'image pour"
|
1804 |
|
1805 |
-
#: ../views/b2s/ship.php:
|
1806 |
msgid "Choose your"
|
1807 |
msgstr "Choisi ton"
|
1808 |
|
1809 |
-
#: ../views/b2s/ship.php:
|
1810 |
msgid "Post Format"
|
1811 |
msgstr "Format de publication"
|
1812 |
|
1813 |
-
#: ../views/b2s/ship.php:
|
1814 |
msgid "for:"
|
1815 |
msgstr "pour:"
|
1816 |
|
1817 |
-
#: ../views/b2s/ship.php:
|
1818 |
msgid ""
|
1819 |
"Define the default settings for the custom post format for all of your "
|
1820 |
"Facebook accounts on the Blog2Social settings section."
|
@@ -1823,7 +1829,7 @@ msgstr ""
|
|
1823 |
"personnalisé pour tous vos comptes Facebook dans la section des paramètres "
|
1824 |
"Blog2Social."
|
1825 |
|
1826 |
-
#: ../views/b2s/ship.php:
|
1827 |
msgid ""
|
1828 |
"Define the default settings for the custom post format for all of your "
|
1829 |
"Twitter accounts on the Blog2Social settings section."
|
@@ -2083,19 +2089,49 @@ msgstr ""
|
|
2083 |
msgid "Reporting with links to already published posts"
|
2084 |
msgstr "Rapports avec des liens vers des publications déjà publiées"
|
2085 |
|
2086 |
-
#: ../views/b2s/html/footer.phtml:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2087 |
msgid "Did you miss something?"
|
2088 |
msgstr "Avez-vous raté quelque-chose ?"
|
2089 |
|
2090 |
-
#: ../views/b2s/html/footer.phtml:
|
2091 |
msgid "Help us make Blog2Social even better!"
|
2092 |
msgstr "Aidez-nous à améliorer Blog2Social !"
|
2093 |
|
2094 |
-
#: ../views/b2s/html/footer.phtml:
|
2095 |
msgid "submit"
|
2096 |
msgstr "Envoyer"
|
2097 |
|
2098 |
-
#: ../views/b2s/html/footer.phtml:
|
2099 |
msgid ""
|
2100 |
"Blog2Social provides you with a ready-to-use best time scheduler based on "
|
2101 |
"current research on the best times to post on each social network."
|
@@ -2104,7 +2140,7 @@ msgstr ""
|
|
2104 |
"basé sur les recherches actuelles sur les meilleurs moments pour publier sur "
|
2105 |
"chaque réseau social."
|
2106 |
|
2107 |
-
#: ../views/b2s/html/footer.phtml:
|
2108 |
msgid ""
|
2109 |
"Click Best Time Scheduler in the preview editor to schedule your posts "
|
2110 |
"automatically for the best times to post on each social network."
|
@@ -2113,7 +2149,7 @@ msgstr ""
|
|
2113 |
"planifier vos messages automatiquement pour les meilleurs moments pour "
|
2114 |
"publier sur chaque réseau social."
|
2115 |
|
2116 |
-
#: ../views/b2s/html/footer.phtml:
|
2117 |
msgid ""
|
2118 |
"You can also define your own personal time settings for posting, if you know "
|
2119 |
"which times work best for your communities. Edit the pre-filled times in the "
|
@@ -2124,7 +2160,7 @@ msgstr ""
|
|
2124 |
"pour vos communautés. Modifiez les temps pré-remplis dans les paramètres "
|
2125 |
"généraux et cliquez sur Enregistrer."
|
2126 |
|
2127 |
-
#: ../views/b2s/html/footer.phtml:
|
2128 |
msgid ""
|
2129 |
"Click My Time Settings in the preview editor to schedule your posts with "
|
2130 |
"your personal best time settings."
|
@@ -2132,7 +2168,7 @@ msgstr ""
|
|
2132 |
"Cliquez sur Mes réglages de temps dans l'éditeur de prévisualisation pour "
|
2133 |
"planifier vos messages avec vos paramètres de meilleur temps personnels."
|
2134 |
|
2135 |
-
#: ../views/b2s/html/footer.phtml:
|
2136 |
msgid ""
|
2137 |
"You can always edit the predefined times in the preview editor for any post "
|
2138 |
"or network and save your new settings as default for future use."
|
@@ -2141,7 +2177,7 @@ msgstr ""
|
|
2141 |
"pour toute publication ou réseau et enregistrer vos nouveaux paramètres par "
|
2142 |
"défaut pour une utilisation ultérieure."
|
2143 |
|
2144 |
-
#: ../views/b2s/html/footer.phtml:
|
2145 |
msgid ""
|
2146 |
"Blog2Social will also apply your personal time settings, if you enable the "
|
2147 |
"Social Media Auto-Poster and select auto-post at scheduled times. "
|
@@ -2149,11 +2185,11 @@ msgstr ""
|
|
2149 |
"Blog2Social will also apply your personal time settings, if you enable the "
|
2150 |
"Social Media Auto-Poster and select auto-post at scheduled times. "
|
2151 |
|
2152 |
-
#: ../views/b2s/html/footer.phtml:
|
2153 |
msgid "b2s.pm Link Shortener"
|
2154 |
msgstr " b2s.pm Lien Shortener"
|
2155 |
|
2156 |
-
#: ../views/b2s/html/footer.phtml:
|
2157 |
msgid ""
|
2158 |
"The Blog2Social Shortener converts and publishes your links with a short URL "
|
2159 |
"on the social networks.<br>If you choose this option, you avoid that re-"
|
@@ -2304,6 +2340,10 @@ msgstr ""
|
|
2304 |
"La version gratuite ne peut commencer. Ce blog a déjà été enregistré pour la "
|
2305 |
"version gratuite."
|
2306 |
|
|
|
|
|
|
|
|
|
2307 |
#: ../views/b2s/html/header.phtml:192
|
2308 |
msgid "Share on multiple accounts per network"
|
2309 |
msgstr "Partage sur plusieurs comptes par réseau"
|
@@ -2342,15 +2382,15 @@ msgstr "Nom"
|
|
2342 |
msgid "No credit card required"
|
2343 |
msgstr "Pas d'information de carte de crédit nécessaire"
|
2344 |
|
2345 |
-
#: ../views/b2s/html/post.navbar.phtml:
|
2346 |
msgid "All Posts"
|
2347 |
msgstr "Tous les articles"
|
2348 |
|
2349 |
-
#: ../views/b2s/html/post.navbar.phtml:
|
2350 |
msgid "Scheduled Posts"
|
2351 |
msgstr "Articles planifiés"
|
2352 |
|
2353 |
-
#: ../views/b2s/html/post.navbar.phtml:
|
2354 |
msgid "Shared Posts"
|
2355 |
msgstr "Articles partagés"
|
2356 |
|
3 |
"Project-Id-Version: Blog2Social V3 - Development Modus\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
"POT-Creation-Date: 2016-10-25 12:18+0200\n"
|
6 |
+
"PO-Revision-Date: Mon Jul 17 2017 08:54:18 GMT+0200\n"
|
7 |
"Last-Translator: admin <s.buerger@adenion.de>\n"
|
8 |
"Language-Team: French (France) <translate@tips02.fr>\n"
|
9 |
"Language: French (France)\n"
|
22 |
"X-Generator: Loco - https://localise.biz/\n"
|
23 |
"X-Poedit-SearchPath-0: .."
|
24 |
|
25 |
+
#: ../includes/B2S/Network/Item.php:44
|
26 |
+
msgid "Show all"
|
27 |
+
msgstr "Montre tout"
|
28 |
+
|
29 |
+
#: ../includes/B2S/Network/Item.php:45 ../includes/B2S/Network/Item.php:122
|
30 |
+
msgid "My profile"
|
31 |
+
msgstr "Mon profil"
|
32 |
+
|
33 |
+
#: ../includes/B2S/Network/Item.php:47
|
34 |
+
msgid "Your profiles:"
|
35 |
+
msgstr "plus de profils:"
|
36 |
+
|
37 |
+
#: ../includes/B2S/Network/Item.php:102
|
38 |
+
msgid "Connections"
|
39 |
+
msgstr "Les liaisons"
|
40 |
+
|
41 |
+
#: ../includes/B2S/Ship/Image.php:62 ../includes/B2S/Ship/Image.php:64
|
42 |
+
msgid "Image upload / Mediathek"
|
43 |
+
msgstr "Téléchargement de l'image"
|
44 |
+
|
45 |
+
#: ../includes/Init.php:107
|
46 |
+
msgid "Manually share on Social Media"
|
47 |
+
msgstr "Partagez manuellement les médias sociaux"
|
48 |
+
|
49 |
+
#: ../includes/Init.php:116
|
50 |
+
msgid "Auto-Post on Social Media"
|
51 |
+
msgstr "Auto-poste sur les médias sociaux"
|
52 |
+
|
53 |
+
#: ../includes/MetaBox.php:25
|
54 |
+
msgid "Blog2Social: Customize & Schedule Social Media Posts"
|
55 |
+
msgstr "Blog2Social: personnaliser et planifier les publications"
|
56 |
+
|
57 |
+
#: ../views/b2s/network.php:28
|
58 |
+
msgid "Delete"
|
59 |
+
msgstr "Effacer"
|
60 |
+
|
61 |
+
#: ../views/b2s/ship.php:44
|
62 |
+
msgid "Load My Time Settings"
|
63 |
+
msgstr "Charger mes paramètres de temps"
|
64 |
+
|
65 |
+
#: ../views/b2s/ship.php:50
|
66 |
+
msgid "Load Best Time Scheduler"
|
67 |
+
msgstr "Load Best Time Scheduler"
|
68 |
+
|
69 |
+
#: ../views/b2s/ship.php:129
|
70 |
+
msgid "Save Network Selection"
|
71 |
+
msgstr "Enregistrer la sélection du réseau"
|
72 |
+
|
73 |
+
#: ../views/b2s/ship.php:371
|
74 |
+
msgid "Need to schedule your posts?"
|
75 |
+
msgstr "Besoin d'organiser vos articles?"
|
76 |
+
|
77 |
+
#: ../views/b2s/ship.php:374
|
78 |
+
msgid "Blog2Social Premium covers everything you need."
|
79 |
+
msgstr "Blog2Social Premium couvre tout ce dont vous avez besoin."
|
80 |
+
|
81 |
+
#: ../views/b2s/ship.php:378
|
82 |
msgid ""
|
83 |
+
"You want to publish a post on a specific date? No problem! Just enter your "
|
84 |
+
"desired date and you are ready to go!"
|
|
|
85 |
msgstr ""
|
86 |
+
"Vous souhaitez publier une publication à une date spécifique? Pas de "
|
87 |
+
"problème! Entrez simplement votre date souhaitée et vous êtes prêt à partir!"
|
88 |
|
89 |
+
#: ../views/b2s/ship.php:381
|
90 |
msgid ""
|
91 |
+
"You have a timeless contribution that everyone must have seen? Plan your "
|
92 |
+
"publications once as an appointment."
|
93 |
msgstr ""
|
94 |
+
"Vous avez une contribution intemporelle que tout le monde doit avoir vu? "
|
95 |
+
"Planifiez vos publications une fois en rendez-vous."
|
|
|
96 |
|
97 |
+
#: ../views/b2s/ship.php:384
|
98 |
msgid ""
|
99 |
+
"You get too few responses in social media? Maybe there was just no one there "
|
100 |
+
"who could have seen your contribution. Plan the release with the Best Times "
|
101 |
+
"Manager of Blog2Social at the peak times of social media. Your fanbase is "
|
102 |
+
"now listening."
|
103 |
msgstr ""
|
104 |
+
"Vous obtenez trop peu de réponses dans les médias sociaux? Peut-être qu'il "
|
105 |
+
"n'y avait personne là-bas qui aurait pu voir votre contribution. Planifiez "
|
106 |
+
"la sortie avec Best Times Manager de Blog2Social aux heures de pointe des "
|
107 |
+
"médias sociaux. Votre fanbase écoute maintenant."
|
108 |
|
109 |
+
#: ../includes/B2S/Network/Item.php:44 ../includes/B2S/Ship/Navbar.php:32
|
110 |
msgid "Default"
|
111 |
msgstr "Standard"
|
112 |
|
113 |
+
#: ../includes/B2S/Network/Item.php:107 ../includes/B2S/Network/Item.php:145 ..
|
114 |
+
#: /includes/B2S/Network/Item.php:147 ../includes/B2S/Settings/Item.php:183 ..
|
115 |
+
#: /includes/B2S/Settings/Item.php:196 ../includes/B2S/Settings/Item.php:213 ..
|
116 |
+
#: /includes/B2S/Settings/Item.php:261 ../includes/B2S/Ship/Portale.php:34 ..
|
117 |
+
#: /includes/Init.php:309
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
118 |
msgid "Profile"
|
119 |
msgstr "Profil"
|
120 |
|
121 |
+
#: ../includes/B2S/Network/Item.php:110 ../includes/B2S/Network/Item.php:110 ..
|
122 |
+
#: /includes/B2S/Network/Item.php:171 ../includes/B2S/Network/Item.php:173 ..
|
123 |
+
#: /includes/B2S/Settings/Item.php:197 ../includes/B2S/Settings/Item.php:214 ..
|
124 |
+
#: /includes/B2S/Settings/Item.php:264 ../includes/B2S/Ship/Portale.php:31 ..
|
125 |
+
#: /includes/B2S/Ship/Portale.php:31 ../includes/Init.php:309
|
126 |
msgid "Page"
|
127 |
msgstr "Page"
|
128 |
|
129 |
+
#: ../includes/B2S/Network/Item.php:110 ../includes/B2S/Ship/Portale.php:31
|
130 |
msgid "You want to connect a network page?"
|
131 |
msgstr "Vous voulez connecter une page d'un réseau ?"
|
132 |
|
133 |
+
#: ../includes/B2S/Network/Item.php:110 ../includes/B2S/Network/Item.php:113 ..
|
134 |
+
#: /includes/B2S/Settings/Item.php:63 ../includes/B2S/Ship/Image.php:58 ..
|
135 |
+
#: /includes/B2S/Ship/Image.php:64 ../includes/B2S/Ship/Item.php:440 ..
|
136 |
+
#: /includes/B2S/Ship/Portale.php:28 ../includes/B2S/Ship/Portale.php:31 ..
|
137 |
+
#: /includes/MetaBox.php:88 ../views/b2s/network.php:36 ../views/b2s/settings.php:
|
138 |
+
#: 39 ../views/b2s/settings.php:61 ../views/b2s/ship.php:17 ..
|
139 |
+
#: /views/b2s/html/post.navbar.phtml:7
|
140 |
+
msgid "PREMIUM"
|
141 |
+
msgstr "PREMIUM"
|
142 |
+
|
143 |
+
#: ../includes/B2S/Network/Item.php:113 ../includes/B2S/Network/Item.php:113 ..
|
144 |
+
#: /includes/B2S/Network/Item.php:197 ../includes/B2S/Network/Item.php:199 ..
|
145 |
+
#: /includes/B2S/Settings/Item.php:198 ../includes/B2S/Settings/Item.php:215 ..
|
146 |
+
#: /includes/B2S/Settings/Item.php:268 ../includes/B2S/Ship/Portale.php:28 ..
|
147 |
+
#: /includes/B2S/Ship/Portale.php:28 ../includes/Init.php:309
|
148 |
msgid "Group"
|
149 |
msgstr "Groupe"
|
150 |
|
151 |
+
#: ../includes/B2S/Network/Item.php:113 ../includes/B2S/Ship/Portale.php:28
|
152 |
msgid "You want to connect a social media group?"
|
153 |
msgstr "Vous voulez connecter un groupe de réseau social ?"
|
154 |
|
155 |
+
#: ../includes/B2S/Network/Item.php:158 ../includes/B2S/Network/Item.php:210
|
156 |
msgid "Authorization is interrupted since"
|
157 |
msgstr "L'autorisation est interrompue depuis"
|
158 |
|
159 |
+
#: ../includes/B2S/Network/Item.php:160 ../includes/B2S/Network/Item.php:187 ..
|
160 |
+
#: /includes/B2S/Network/Item.php:213
|
161 |
msgid "To reactivate this social media connection,"
|
162 |
msgstr "Pour réactiver cette connexion aux réseaux sociaux,"
|
163 |
|
164 |
+
#: ../includes/B2S/Network/Item.php:160 ../includes/B2S/Network/Item.php:187 ..
|
165 |
+
#: /includes/B2S/Network/Item.php:213 ../includes/B2S/Ship/Image.php:19
|
166 |
msgid "please upgrade"
|
167 |
msgstr "Mise à niveau"
|
168 |
|
169 |
+
#: ../includes/B2S/Network/Item.php:184
|
170 |
msgid "Authorization is interrupted since"
|
171 |
msgstr "L'autorisation est interrompue depuis"
|
172 |
|
247 |
msgid "last shared on social media"
|
248 |
msgstr "dernier partagé on le réseau social"
|
249 |
|
250 |
+
#: ../includes/B2S/Post/Item.php:218
|
251 |
msgid "Share on Social Media"
|
252 |
msgstr "Partager sur les réseaux sociaux"
|
253 |
|
255 |
msgid "Author"
|
256 |
msgstr "Auteur"
|
257 |
|
258 |
+
#: ../includes/B2S/Post/Item.php:220 ../views/b2s/ship.php:29
|
259 |
msgid "on blog"
|
260 |
msgstr "sur le blog"
|
261 |
|
262 |
+
#: ../includes/B2S/Post/Item.php:237 ../views/b2s/ship.php:216 ../views/b2s/ship.
|
263 |
+
#: php:218
|
264 |
msgid "Re-share this post"
|
265 |
msgstr "Re-partager cet article"
|
266 |
|
288 |
msgid "select all"
|
289 |
msgstr "tous choisir"
|
290 |
|
291 |
+
#: ../includes/B2S/Post/Item.php:372 ../includes/B2S/Settings/Item.php:81 ..
|
292 |
#: /views/b2s/dashboard.php:118
|
293 |
msgid "Auto-Posting"
|
294 |
msgstr "Auto-publication"
|
333 |
msgid "change time"
|
334 |
msgstr "changer l'heure"
|
335 |
|
336 |
+
#: ../includes/B2S/Settings/Item.php:66
|
337 |
msgid "Account"
|
338 |
msgstr "Compte"
|
339 |
|
340 |
+
#: ../includes/B2S/Settings/Item.php:69 ../views/b2s/settings.php:146
|
341 |
msgid "Personal Time Zone"
|
342 |
msgstr "Fuseau horaire personnel"
|
343 |
|
344 |
+
#: ../includes/B2S/Settings/Item.php:73 ../includes/B2S/Settings/Item.php:82 ..
|
345 |
+
#: /includes/B2S/Settings/Item.php:118 ../includes/B2S/Settings/Item.php:120 ..
|
346 |
+
#: /includes/MetaBox.php:17 ../includes/MetaBox.php:68 ../views/b2s/network.php:
|
347 |
+
#: 18 ../views/b2s/settings.php:41 ../views/b2s/settings.php:64 ../views/b2s/ship.
|
348 |
+
#: php:54 ../views/b2s/ship.php:131 ../views/b2s/ship.php:214
|
349 |
+
msgid "Info"
|
350 |
+
msgstr "Info"
|
351 |
+
|
352 |
+
#: ../includes/B2S/Settings/Item.php:75
|
353 |
msgid "Timezone for Scheduling"
|
354 |
msgstr "Fuseau horaire pour l'ordonnancement"
|
355 |
|
356 |
+
#: ../includes/B2S/Settings/Item.php:75
|
357 |
msgid "User"
|
358 |
msgstr "Utilisateur"
|
359 |
|
360 |
+
#: ../includes/B2S/Settings/Item.php:82
|
361 |
msgid "What post type of items do you want load the Auto-Poster?"
|
362 |
msgstr "Quel type d'article voulez-vous charger l'auto-affiche?"
|
363 |
|
364 |
+
#: ../includes/B2S/Settings/Item.php:88
|
365 |
msgid "new posts"
|
366 |
msgstr "Nouveaux messages"
|
367 |
|
368 |
+
#: ../includes/B2S/Settings/Item.php:89 ../includes/B2S/Settings/Item.php:99
|
369 |
msgid "Unselect all"
|
370 |
msgstr "Tout déselectionner"
|
371 |
|
372 |
+
#: ../includes/B2S/Settings/Item.php:89 ../includes/B2S/Settings/Item.php:99
|
373 |
msgid "Select all"
|
374 |
msgstr "Tout sélectionner"
|
375 |
|
376 |
+
#: ../includes/B2S/Settings/Item.php:98
|
377 |
msgid "updating existing posts"
|
378 |
msgstr "Mise à jour des messages existants"
|
379 |
|
380 |
+
#: ../includes/B2S/Settings/Item.php:110
|
381 |
msgid "Save"
|
382 |
msgstr "sauvegarder"
|
383 |
|
384 |
+
#: ../includes/B2S/Settings/Item.php:117
|
385 |
msgid "Content"
|
386 |
msgstr "Contenu"
|
387 |
|
388 |
+
#: ../includes/B2S/Settings/Item.php:118
|
389 |
msgid "use b2s.pm Link Shortener"
|
390 |
msgstr "utiliser b2s.pm Lien Shortener"
|
391 |
|
392 |
+
#: ../includes/B2S/Settings/Item.php:120
|
393 |
msgid "allow shortcodes in my post"
|
394 |
msgstr "permettre à shortcodes dans mon post"
|
395 |
|
396 |
+
#: ../includes/B2S/Settings/Item.php:132
|
397 |
msgid "Did you know?"
|
398 |
msgstr "Le saviez-vous?"
|
399 |
|
400 |
+
#: ../includes/B2S/Settings/Item.php:133
|
401 |
msgid ""
|
402 |
"Beginning with Premium Pro, you can change the custom post format photo post "
|
403 |
"or link post for each individual social media post and channel (profile, "
|
407 |
"du post-format ou le lien pour chaque publication et chaque chaîne de médias "
|
408 |
"sociaux (profil, page, groupe), s'écarter des paramètres par défaut."
|
409 |
|
410 |
+
#: ../includes/B2S/Settings/Item.php:133
|
411 |
msgid "Upgrade to Premium Pro now."
|
412 |
msgstr "Passez à Premium Pro dès maintenant."
|
413 |
|
414 |
+
#: ../includes/B2S/Settings/Item.php:147 ../includes/B2S/Settings/Item.php:187 ..
|
415 |
+
#: /includes/B2S/Settings/Item.php:226 ../views/b2s/html/footer.phtml:109
|
416 |
msgid "Link Post"
|
417 |
msgstr "Lien Post"
|
418 |
|
419 |
+
#: ../includes/B2S/Settings/Item.php:151 ../views/b2s/html/footer.phtml:110
|
420 |
msgid ""
|
421 |
"The link post format displays posts title, link address and the first one or "
|
422 |
"two sentences of the post. The networks scan this information from your META "
|
433 |
"la première image détectée sur votre page. L'image se rattache à votre "
|
434 |
"article."
|
435 |
|
436 |
+
#: ../includes/B2S/Settings/Item.php:154 ../includes/B2S/Settings/Item.php:204 ..
|
437 |
+
#: /includes/B2S/Settings/Item.php:226 ../views/b2s/html/footer.phtml:114
|
438 |
msgid "Photo Post"
|
439 |
msgstr "Article photo"
|
440 |
|
441 |
+
#: ../includes/B2S/Settings/Item.php:158
|
442 |
msgid ""
|
443 |
"A photo or image post displays the selected image in the one-page preview of "
|
444 |
"Blog2Social and your comment above the image. The image links to the image "
|
456 |
"personnelles. Dans Facebook, vous pouvez modifier le nom de l'album avec une "
|
457 |
"description de votre choix."
|
458 |
|
459 |
+
#: ../includes/B2S/Settings/Item.php:183
|
460 |
msgid "All"
|
461 |
msgstr "Tout"
|
462 |
|
468 |
msgid "Best times to post"
|
469 |
msgstr "Meilleures heures pour publier"
|
470 |
|
471 |
+
#: ../includes/B2S/Settings/Item.php:292 ../views/b2s/settings.php:47 ..
|
472 |
+
#: /views/b2s/ship.php:49 ../views/b2s/ship.php:341 ../views/b2s/html/footer.
|
473 |
+
#: phtml:191
|
474 |
msgid "You want to schedule your posts and use the Best Time Scheduler?"
|
475 |
msgstr ""
|
476 |
"Vous voulez planifier vos articles et utiliser le meilleur créneau horaire "
|
477 |
"de publication?"
|
478 |
|
479 |
#: ../includes/B2S/Settings/Item.php:294 ../views/b2s/post.sched.php:90 ..
|
480 |
+
#: /views/b2s/settings.php:49 ../views/b2s/settings.php:83 ../views/b2s/settings.
|
481 |
+
#: php:96 ../views/b2s/settings.php:104 ../views/b2s/ship.php:438
|
482 |
msgid "save"
|
483 |
msgstr "sauver"
|
484 |
|
506 |
"Pour sélectionner une image individuelle à partir de votre bibliothèque "
|
507 |
"multimédia,"
|
508 |
|
509 |
+
#: ../includes/B2S/Ship/Image.php:24
|
510 |
msgid ""
|
511 |
"The best size for images in social media posts are between: 667-1000px x 523-"
|
512 |
"1000px. Blog2Social will automatically resize your image according to "
|
516 |
"sociaux se situe entre: 667-1000px x 523-1000px. Blog2Social redimensionne "
|
517 |
"automatiquement votre image en fonction des exigences du réseau."
|
518 |
|
519 |
+
#: ../includes/B2S/Ship/Image.php:48
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
520 |
msgid "No images are included in your post."
|
521 |
msgstr "Aucune image n'est incluse dans votre publication."
|
522 |
|
523 |
+
#: ../includes/B2S/Ship/Image.php:54
|
|
|
|
|
|
|
|
|
524 |
msgid "Apply image for all networks"
|
525 |
msgstr "Appliquer l'image pour tous les réseaux"
|
526 |
|
527 |
+
#: ../includes/B2S/Ship/Image.php:56 ../includes/B2S/Ship/Image.php:58
|
528 |
+
msgid "Apply image for this network"
|
529 |
+
msgstr "Appliquer l'image pour ce réseau"
|
530 |
+
|
531 |
+
#: ../includes/B2S/Ship/Image.php:68
|
532 |
msgid "Select or upload an image from mediathek"
|
533 |
msgstr "Téléchargez une image de votre mediathek"
|
534 |
|
535 |
+
#: ../includes/B2S/Ship/Image.php:69
|
536 |
msgid "Use image"
|
537 |
msgstr "Utiliser l'image"
|
538 |
|
566 |
msgid "Network does not support image for pages"
|
567 |
msgstr "Le réseau ne supporte pas d'image sur les pages"
|
568 |
|
569 |
+
#: ../includes/B2S/Ship/Item.php:204
|
570 |
msgid "post format"
|
571 |
msgstr "Format de publication"
|
572 |
|
573 |
+
#: ../includes/B2S/Ship/Item.php:213
|
574 |
msgid "Insert full-text"
|
575 |
msgstr "Insérer du texte plein"
|
576 |
|
577 |
+
#: ../includes/B2S/Ship/Item.php:215
|
578 |
msgid "Delete text"
|
579 |
msgstr "Effacer le texte"
|
580 |
|
581 |
+
#: ../includes/B2S/Ship/Item.php:250 ../includes/B2S/Ship/Item.php:268 ..
|
582 |
+
#: /includes/B2S/Ship/Item.php:286 ../includes/B2S/Ship/Item.php:304 ..
|
583 |
+
#: /includes/B2S/Ship/Item.php:319
|
584 |
msgid "Write something about your post..."
|
585 |
msgstr "Ecrivez quelque-chose à propos de votre article..."
|
586 |
|
587 |
+
#: ../includes/B2S/Ship/Item.php:257 ../includes/B2S/Ship/Item.php:275 ..
|
588 |
+
#: /includes/B2S/Ship/Item.php:293 ../includes/B2S/Ship/Item.php:346
|
589 |
msgid "Change image for this network"
|
590 |
msgstr "Changer l'image pour ce réseau"
|
591 |
|
592 |
+
#: ../includes/B2S/Ship/Item.php:333
|
593 |
msgid "required"
|
594 |
msgstr "nécessaire"
|
595 |
|
596 |
+
#: ../includes/B2S/Ship/Item.php:353 ../includes/B2S/Ship/Item.php:355
|
597 |
msgid "Link"
|
598 |
msgstr "Lien"
|
599 |
|
600 |
+
#: ../includes/B2S/Ship/Item.php:403
|
601 |
msgid "The Headline..."
|
602 |
msgstr "L'entête..."
|
603 |
|
604 |
+
#: ../includes/B2S/Ship/Item.php:408
|
605 |
msgid "Hashtags"
|
606 |
msgstr "Hashtags"
|
607 |
|
608 |
+
#: ../includes/B2S/Ship/Item.php:438
|
609 |
msgid "Share Now"
|
610 |
msgstr "Partager maintenant"
|
611 |
|
612 |
+
#: ../includes/B2S/Ship/Item.php:441 ../views/b2s/ship.php:377
|
613 |
msgid "Schedule post once"
|
614 |
msgstr "Planifier l'article une fois"
|
615 |
|
616 |
+
#: ../includes/B2S/Ship/Item.php:443 ../views/b2s/ship.php:380
|
617 |
msgid "Schedule post recurrently"
|
618 |
msgstr "Planifié l'article de manière récurrente"
|
619 |
|
620 |
+
#: ../includes/B2S/Ship/Item.php:468
|
621 |
msgid "Duration"
|
622 |
msgstr "Durée"
|
623 |
|
624 |
+
#: ../includes/B2S/Ship/Item.php:469 ../includes/B2S/Ship/Item.php:484
|
625 |
msgid "Date"
|
626 |
msgstr "Date"
|
627 |
|
628 |
+
#: ../includes/B2S/Ship/Item.php:470 ../includes/B2S/Ship/Item.php:485
|
629 |
msgid "Time"
|
630 |
msgstr "Heure"
|
631 |
|
632 |
+
#: ../includes/B2S/Ship/Item.php:471
|
633 |
msgid "Days"
|
634 |
msgstr "Jours"
|
635 |
|
636 |
+
#: ../includes/B2S/Ship/Item.php:479
|
637 |
msgid "Week"
|
638 |
msgstr "Semaine"
|
639 |
|
640 |
+
#: ../includes/B2S/Ship/Item.php:479
|
641 |
msgid "Weeks"
|
642 |
msgstr "Semaines"
|
643 |
|
644 |
+
#: ../includes/B2S/Ship/Item.php:489
|
645 |
msgid "Mon"
|
646 |
msgstr "Lu"
|
647 |
|
648 |
+
#: ../includes/B2S/Ship/Item.php:490
|
649 |
msgid "Tue"
|
650 |
msgstr "Ma"
|
651 |
|
652 |
+
#: ../includes/B2S/Ship/Item.php:491
|
653 |
msgid "Wed"
|
654 |
msgstr "Me"
|
655 |
|
656 |
+
#: ../includes/B2S/Ship/Item.php:492
|
657 |
msgid "Thu"
|
658 |
msgstr "Je"
|
659 |
|
660 |
+
#: ../includes/B2S/Ship/Item.php:493
|
661 |
msgid "Fri"
|
662 |
msgstr "Ve"
|
663 |
|
664 |
+
#: ../includes/B2S/Ship/Item.php:494
|
665 |
msgid "Sat"
|
666 |
msgstr "Sa"
|
667 |
|
668 |
+
#: ../includes/B2S/Ship/Item.php:495
|
669 |
msgid "Sun"
|
670 |
msgstr "Di"
|
671 |
|
672 |
+
#: ../includes/B2S/Ship/Item.php:500
|
673 |
msgid "delete"
|
674 |
msgstr "supprimer"
|
675 |
|
676 |
+
#: ../includes/B2S/Ship/Item.php:501
|
677 |
msgid "Add Posting Time"
|
678 |
msgstr "Ajouter une heure d'envoi"
|
679 |
|
680 |
+
#: ../includes/B2S/Ship/Item.php:507
|
681 |
msgid "Apply Settings To All Networks"
|
682 |
msgstr "Appliquer les réglages à tous les réseaux"
|
683 |
|
684 |
+
#: ../includes/B2S/Ship/Item.php:508
|
685 |
msgid "Save Settings As Default"
|
686 |
msgstr "Sauver ces réglages comme défaut"
|
687 |
|
701 |
msgid "Number of scheduled posts"
|
702 |
msgstr "Nombre d'articles planifiés"
|
703 |
|
704 |
+
#: ../includes/Init.php:281
|
705 |
msgid "This post will be shared into your social media on"
|
706 |
msgstr "Ce post sera partagé dans vos médias sociaux sur"
|
707 |
|
708 |
+
#: ../includes/Init.php:281 ../includes/Init.php:283
|
709 |
msgid "show details"
|
710 |
msgstr "afficher les détails"
|
711 |
|
712 |
+
#: ../includes/Init.php:283
|
713 |
msgid "This post will be shared on social media in 2-3 minutes!"
|
714 |
msgstr "Votre post sera partagé sur les médias sociaux en 2-3 minutes!"
|
715 |
|
716 |
+
#: ../includes/Init.php:287
|
717 |
msgid ""
|
718 |
"Please, make sure that your post are publish on this blog on this moment. "
|
719 |
"Then you can auto post your post with Blog2social."
|
721 |
"S'il vous plaît, assurez-vous que votre post sont publier sur ce blog à ce "
|
722 |
"moment. Ensuite, vous pouvez auto publier votre message avec Blog2social."
|
723 |
|
724 |
+
#: ../includes/Init.php:290 ../includes/MetaBox.php:71
|
725 |
msgid ""
|
726 |
"There are no authorizations for your selected profile. Please, authorize "
|
727 |
"with a social network or select a other profile."
|
729 |
"Il n'existe aucune autorisation pour votre profil sélectionné. Autoriser "
|
730 |
"avec un réseau social ou sélectionner un autre profil."
|
731 |
|
732 |
+
#: ../includes/Init.php:302
|
733 |
msgid "Upgrade to Premium"
|
734 |
msgstr "Passer à la version premium"
|
735 |
|
736 |
+
#: ../includes/Init.php:310
|
737 |
msgid "Your post could not be posted."
|
738 |
msgstr "Votre article ne peut être posté."
|
739 |
|
740 |
+
#: ../includes/Init.php:311
|
741 |
msgid "Your authorization has expired. Please check your authorization."
|
742 |
msgstr "Votre autorisation a expiré. Vérifiez votre autorisation, svp."
|
743 |
|
744 |
+
#: ../includes/Init.php:312
|
745 |
msgid "The network has marked the post as spam or abusive."
|
746 |
msgstr "Le réseau a marqué l'article comme spam ou abusif."
|
747 |
|
748 |
+
#: ../includes/Init.php:313
|
749 |
msgid ""
|
750 |
"We don't have the permission to publish your post. Please check your "
|
751 |
"authorization."
|
753 |
"Nous n'avons pas la permission de publier votre article. Vérifiez votre "
|
754 |
"autorisation, svp."
|
755 |
|
756 |
+
#: ../includes/Init.php:314
|
757 |
msgid ""
|
758 |
"Your authorization is interrupted. Please check your authorization. Please "
|
759 |
"see <a target=\"_blank\" href=\"https://www.blog2social."
|
763 |
"la <a target=\"_blank\" href=\"https://www.blog2social."
|
764 |
"com/en/faq/category/9/troubleshooting-for-error-messages.html\">FAQ</a>, svp."
|
765 |
|
766 |
+
#: ../includes/Init.php:315
|
767 |
msgid "Your limit is reached for today."
|
768 |
msgstr "Votre limite quotidienne est atteinte."
|
769 |
|
770 |
+
#: ../includes/Init.php:316
|
771 |
msgid "Your post could not be posted, because your image is not available."
|
772 |
msgstr "Votre article ne peut pas être publié parce que l'image n'est pas disponible."
|
773 |
|
774 |
+
#: ../includes/Init.php:317
|
775 |
msgid ""
|
776 |
"The network has blocked your account. Please see <a target=\"_blank\" "
|
777 |
"href=\"https://www.blog2social.com/en/faq/category/9/troubleshooting-for-"
|
781 |
"href=\"https://www.blog2social.com/en/faq/category/9/troubleshooting-for-"
|
782 |
"error-messages.html\">FAQ</a>, svp."
|
783 |
|
784 |
+
#: ../includes/Init.php:318
|
785 |
msgid ""
|
786 |
"The number of images is reached. Please see <a target=\"_blank\" href=\"https:"
|
787 |
"//www.blog2social.com/en/faq/category/9/troubleshooting-for-error-messages."
|
791 |
"href=\"https://www.blog2social.com/en/faq/category/9/troubleshooting-for-"
|
792 |
"error-messages.html\">FAQ</a>, svp."
|
793 |
|
794 |
+
#: ../includes/Init.php:319
|
795 |
msgid "Your limit has temporarily reached for this network."
|
796 |
msgstr "Votre limite est temporairement atteinte pour ce réseau."
|
797 |
|
798 |
+
#: ../includes/Init.php:320
|
799 |
msgid ""
|
800 |
"The network can not publish special characters such as Emoji. Please see <a "
|
801 |
"target=\"_blank\" href=\"https://www.blog2social."
|
805 |
"target=\"_blank\" href=\"https://www.blog2social."
|
806 |
"com/en/faq/category/9/troubleshooting-for-error-messages.html\">FAQ</a>."
|
807 |
|
808 |
+
#: ../includes/Init.php:321
|
809 |
msgid "Your post is a duplicate."
|
810 |
msgstr "Votre message est un duplicata."
|
811 |
|
812 |
+
#: ../includes/Init.php:322
|
813 |
msgid "The network are required a public url to your post."
|
814 |
msgstr "Le réseau doit avoir une url publique à votre poste."
|
815 |
|
816 |
+
#: ../includes/Init.php:323
|
817 |
msgid "The network says, that your group is not exisits."
|
818 |
msgstr "Le réseau dit que votre groupe n'existe pas."
|
819 |
|
820 |
+
#: ../includes/Init.php:380 ../includes/Init.php:410
|
821 |
msgid "Dashboard"
|
822 |
msgstr "Tableau de bord"
|
823 |
|
824 |
+
#: ../includes/Init.php:381 ../includes/Init.php:381 ../includes/Init.php:417
|
825 |
msgid "Posts & Sharing"
|
826 |
msgstr "Messages et partage"
|
827 |
|
828 |
+
#: ../includes/Init.php:382 ../includes/Init.php:382 ../includes/Init.php:424 ..
|
829 |
#: /views/b2s/network.php:17
|
830 |
msgid "Networks"
|
831 |
msgstr "Réseaux"
|
832 |
|
833 |
+
#: ../includes/Init.php:383 ../includes/Init.php:383 ../includes/Init.php:430 ..
|
834 |
+
#: /views/b2s/ship.php:52 ../views/b2s/ship.php:265
|
835 |
msgid "Settings"
|
836 |
msgstr "Paramètres"
|
837 |
|
838 |
+
#: ../includes/Init.php:384 ../includes/Init.php:384 ../includes/Init.php:436
|
839 |
msgid "PR-Service"
|
840 |
msgstr "Service - PR"
|
841 |
|
842 |
+
#: ../includes/Init.php:401
|
843 |
msgid "Blog2Social"
|
844 |
msgstr "Blog2Social"
|
845 |
|
846 |
+
#: ../includes/Init.php:656 ../includes/Init.php:809
|
847 |
msgid "or"
|
848 |
msgstr "ou"
|
849 |
|
850 |
+
#: ../includes/Init.php:656 ../includes/Init.php:809
|
851 |
msgid "back to install plugins"
|
852 |
msgstr "retour à l'installation des plugins"
|
853 |
|
854 |
+
#: ../includes/MetaBox.php:18 ../includes/MetaBox.php:72
|
855 |
+
msgid ""
|
856 |
+
"Your post is still on draft or pending status. Please make sure that your "
|
857 |
+
"post is published or scheduled to be published on this blog. You can then "
|
858 |
+
"auto-post or schedule and customize your social media posts with Blog2Social."
|
859 |
+
msgstr ""
|
860 |
+
"S'il vous plaît, assurez-vous que votre post sont publier ou futured sur ce "
|
861 |
+
"blog. Ensuite, vous pouvez planifier et personnaliser votre post avec "
|
862 |
+
"Blog2social."
|
863 |
+
|
864 |
+
#: ../includes/MetaBox.php:19
|
865 |
+
msgid "Customize & Schedule Social Media Posts"
|
866 |
+
msgstr "Personnaliser et planifier des messages sur les réseaux sociaux"
|
867 |
+
|
868 |
+
#: ../includes/MetaBox.php:28
|
869 |
+
msgid ""
|
870 |
+
"Customize and schedule your social media posts on the one page preview for "
|
871 |
+
"all your selected networks: tailor your posts with individual comments, "
|
872 |
+
"#hashtags or @handles and schedule your posts for the best times to post, "
|
873 |
+
"for multiple times or re-share recurrently for more visibility and "
|
874 |
+
"engagement with your community."
|
875 |
+
msgstr ""
|
876 |
+
"Personnalisez et planifiez vos messages sur les réseaux sociaux sur l'aperçu "
|
877 |
+
"d'une page pour tous vos réseaux sélectionnés: personnalisez vos posts avec "
|
878 |
+
"des commentaires individuels, #hashtags ou @handles et planifiez vos posts "
|
879 |
+
"pour les meilleurs moments pour publier, pour plusieurs fois ou pour re-"
|
880 |
+
"partager périodiquement pour Plus de visibilité et d'engagement avec votre "
|
881 |
+
"communauté."
|
882 |
+
|
883 |
+
#: ../includes/MetaBox.php:46 ../views/b2s/html/header.phtml:15
|
884 |
msgid "Please see FAQ"
|
885 |
msgstr "Voir les FAQ"
|
886 |
|
887 |
+
#: ../includes/MetaBox.php:53
|
888 |
msgid "last auto-post:"
|
889 |
msgstr "dernier auto-post:"
|
890 |
|
891 |
+
#: ../includes/MetaBox.php:69 ../views/b2s/ship.php:498 ../views/b2s/html/header.
|
892 |
#: phtml:20
|
893 |
msgid "The connection to the server failed. Try again!"
|
894 |
msgstr "Erreur: la connexion au serveur a échoué. Réessayer!"
|
895 |
|
896 |
+
#: ../includes/MetaBox.php:70 ../views/b2s/html/header.phtml:14
|
897 |
msgid ""
|
898 |
"WordPress uses heartbeats by default, Blog2Social as well. Please enable "
|
899 |
"heartbeats for using Blog2Social!"
|
901 |
"WordPress utilise des battements de coeur par défaut, Blog2Social ainsi. "
|
902 |
"Veuillez activer les battements de coeur pour utiliser Blog2Social!"
|
903 |
|
904 |
+
#: ../includes/MetaBox.php:71 ../includes/MetaBox.php:145
|
905 |
msgid "Network settings"
|
906 |
msgstr "Paramètres réseau:"
|
907 |
|
908 |
+
#: ../includes/MetaBox.php:73
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
909 |
msgid ""
|
910 |
"Notice: Please make sure, that your website address is reachable. The Social "
|
911 |
"Networks do not allow postings from local installations."
|
914 |
"joignable. Les réseaux sociaux n'autorisent pas les écritures "
|
915 |
"d'installations locales."
|
916 |
|
917 |
+
#: ../includes/MetaBox.php:85
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
918 |
msgid "enable Auto-Posting"
|
919 |
msgstr "Activer la fonction de comptabilisation automatique"
|
920 |
|
921 |
+
#: ../includes/MetaBox.php:95 ../views/b2s/network.php:48 ../views/b2s/network.
|
922 |
+
#: php:150 ../views/b2s/post.php:37 ../views/b2s/post.publish.php:40 ..
|
923 |
#: /views/b2s/post.sched.php:48 ../views/b2s/ship.php:153 ../views/b2s/ship.php:
|
924 |
+
#: 497 ../views/prg/html/header.phtml:81
|
925 |
msgid "Loading..."
|
926 |
msgstr "Chargement..."
|
927 |
|
928 |
+
#: ../includes/MetaBox.php:103 ../views/b2s/html/footer.phtml:236
|
929 |
msgid "Blog2Social: Social Media Auto-Posting"
|
930 |
msgstr "Blog2Social: Auto-affichage des médias sociaux"
|
931 |
|
932 |
+
#: ../includes/MetaBox.php:107 ../views/b2s/html/footer.phtml:240
|
933 |
msgid ""
|
934 |
"You have 2 general options to define the date and time to share your blog "
|
935 |
"posts on social media with the Auto-Poster:"
|
937 |
"Vous avez 2 options générales pour definir la date et l’heure pour partager "
|
938 |
"vos articles sur les réseaux sociaux avec la publication auto:"
|
939 |
|
940 |
+
#: ../includes/MetaBox.php:108 ../views/b2s/html/footer.phtml:241
|
941 |
msgid "1. Immediately after publishing your blog post"
|
942 |
msgstr "1. 1. Immédiatement après la publication de vos articles"
|
943 |
|
944 |
+
#: ../includes/MetaBox.php:109 ../views/b2s/html/footer.phtml:242
|
945 |
msgid ""
|
946 |
"Published blog posts: If you publish your blog post with click on publish in "
|
947 |
"your WordPress post editor, Blog2Social will automatically share your social "
|
950 |
"si vous publiez vos articles en cliquant sur “publier” dans votre éditeur "
|
951 |
"WordPress, Blog2Social les partagera automatiquement immédiatement."
|
952 |
|
953 |
+
#: ../includes/MetaBox.php:110 ../views/b2s/html/footer.phtml:243
|
954 |
msgid ""
|
955 |
"Scheduled blog posts: If you schedule your blog post with click on schedule "
|
956 |
"in your WordPress post editor, Blog2Social will share your social media post "
|
960 |
"“planifier” dans votre éditeur WordPress, Blog2Social partagera vos articles "
|
961 |
"sur les réseaux sociaux aux moments de leurs publications sur votre site."
|
962 |
|
963 |
+
#: ../includes/MetaBox.php:111 ../views/b2s/html/footer.phtml:244
|
964 |
msgid ""
|
965 |
"2. Schedule your social media posts for a specific date and time If you want "
|
966 |
"to share your post at a particular date and time, different from your "
|
973 |
"et l’heure que vous souhaitez pour partager vos articles sur les réseaux "
|
974 |
"sociaux.\n"
|
975 |
|
976 |
+
#: ../includes/MetaBox.php:115 ../views/b2s/html/footer.phtml:249
|
977 |
msgid "You want to auto-post your blog post?"
|
978 |
msgstr "Vous voulez auto-afficher votre blog?"
|
979 |
|
980 |
+
#: ../includes/MetaBox.php:116 ../includes/Notice.php:29 ../views/b2s/network.php:
|
981 |
+
#: 99 ../views/b2s/ship.php:282 ../views/b2s/ship.php:342 ../views/b2s/ship.php:
|
982 |
+
#: 388 ../views/b2s/html/footer.phtml:24 ../views/b2s/html/footer.phtml:124 ..
|
983 |
+
#: /views/b2s/html/footer.phtml:192 ../views/b2s/html/footer.phtml:250
|
984 |
msgid "With Blog2Social Premium you can:"
|
985 |
msgstr "Avec Blog2Social Premium, vous pouvez:"
|
986 |
|
987 |
+
#: ../includes/MetaBox.php:119 ../includes/Notice.php:30 ../views/b2s/network.php:
|
988 |
+
#: 102 ../views/b2s/ship.php:285 ../views/b2s/ship.php:345 ../views/b2s/ship.php:
|
989 |
+
#: 391 ../views/b2s/html/footer.phtml:27 ../views/b2s/html/footer.phtml:127 ..
|
990 |
+
#: /views/b2s/html/footer.phtml:195 ../views/b2s/html/footer.phtml:253 ..
|
991 |
+
#: /views/b2s/html/header.phtml:191
|
992 |
msgid "Post on pages and groups"
|
993 |
msgstr "Poster sur les pages et les groupes"
|
994 |
|
995 |
+
#: ../includes/MetaBox.php:120 ../includes/Notice.php:31 ../views/b2s/network.php:
|
996 |
+
#: 103 ../views/b2s/ship.php:286 ../views/b2s/ship.php:346 ../views/b2s/ship.php:
|
997 |
+
#: 392 ../views/b2s/html/footer.phtml:28 ../views/b2s/html/footer.phtml:128 ..
|
998 |
+
#: /views/b2s/html/footer.phtml:196 ../views/b2s/html/footer.phtml:254
|
999 |
msgid "Share on multiple profiles, pages and groups"
|
1000 |
msgstr "Partager sur plusieurs profils, pages et groupes"
|
1001 |
|
1002 |
+
#: ../includes/MetaBox.php:121 ../includes/Notice.php:32 ../views/b2s/network.php:
|
1003 |
+
#: 104 ../views/b2s/ship.php:287 ../views/b2s/ship.php:347 ../views/b2s/ship.php:
|
1004 |
+
#: 393 ../views/b2s/html/footer.phtml:29 ../views/b2s/html/footer.phtml:63 ..
|
1005 |
+
#: /views/b2s/html/footer.phtml:129 ../views/b2s/html/footer.phtml:197 ..
|
1006 |
+
#: /views/b2s/html/footer.phtml:255
|
1007 |
msgid "Auto-post and auto-schedule new and updated blog posts"
|
1008 |
msgstr ""
|
1009 |
"Publication automatique et auto-planification des nouveaux articles et ceux "
|
1010 |
"mis à jour"
|
1011 |
|
1012 |
+
#: ../includes/MetaBox.php:122 ../includes/Notice.php:33 ../views/b2s/network.php:
|
1013 |
+
#: 105 ../views/b2s/ship.php:288 ../views/b2s/ship.php:348 ../views/b2s/ship.php:
|
1014 |
+
#: 394 ../views/b2s/html/footer.phtml:30 ../views/b2s/html/footer.phtml:130 ..
|
1015 |
+
#: /views/b2s/html/footer.phtml:198 ../views/b2s/html/footer.phtml:256
|
1016 |
msgid "Schedule your posts at the best times on each network"
|
1017 |
msgstr ""
|
1018 |
"Planifiez vos articles aux meilleurs moments pour chaque réseau : une fois, "
|
1019 |
"plusieurs fois ou de manière récurrente"
|
1020 |
|
1021 |
+
#: ../includes/MetaBox.php:123 ../includes/Notice.php:34 ../views/b2s/network.php:
|
1022 |
+
#: 106 ../views/b2s/ship.php:289 ../views/b2s/ship.php:349 ../views/b2s/ship.php:
|
1023 |
+
#: 395 ../views/b2s/html/footer.phtml:31 ../views/b2s/html/footer.phtml:131 ..
|
1024 |
+
#: /views/b2s/html/footer.phtml:199 ../views/b2s/html/footer.phtml:257
|
1025 |
msgid ""
|
1026 |
"Best Time Manager: use predefined best time scheduler to auto-schedule your "
|
1027 |
"social media posts"
|
1030 |
"prédéfini pour organiser automatiquement vos publications sur les réseaux "
|
1031 |
"sociaux"
|
1032 |
|
1033 |
+
#: ../includes/MetaBox.php:124 ../includes/Notice.php:35 ../views/b2s/network.php:
|
1034 |
+
#: 107 ../views/b2s/ship.php:290 ../views/b2s/ship.php:350 ../views/b2s/ship.php:
|
1035 |
+
#: 396 ../views/b2s/html/footer.phtml:32 ../views/b2s/html/footer.phtml:132 ..
|
1036 |
+
#: /views/b2s/html/footer.phtml:200 ../views/b2s/html/footer.phtml:258
|
1037 |
msgid "Schedule your post for one time, multiple times or recurrently"
|
1038 |
msgstr "Planifiez votre poste pour une fois, plusieurs fois ou récurrent"
|
1039 |
|
1040 |
+
#: ../includes/MetaBox.php:125 ../includes/Notice.php:36 ../views/b2s/network.php:
|
1041 |
+
#: 108 ../views/b2s/ship.php:291 ../views/b2s/ship.php:351 ../views/b2s/ship.php:
|
1042 |
+
#: 397 ../views/b2s/html/footer.phtml:33 ../views/b2s/html/footer.phtml:133 ..
|
1043 |
+
#: /views/b2s/html/footer.phtml:201 ../views/b2s/html/footer.phtml:259
|
1044 |
msgid "Schedule and re-share old posts"
|
1045 |
msgstr "Planifiez et re-partagez les anciens messages"
|
1046 |
|
1047 |
+
#: ../includes/MetaBox.php:126 ../includes/Notice.php:37 ../views/b2s/network.php:
|
1048 |
+
#: 109 ../views/b2s/ship.php:292 ../views/b2s/ship.php:352 ../views/b2s/ship.php:
|
1049 |
+
#: 398 ../views/b2s/html/footer.phtml:34 ../views/b2s/html/footer.phtml:65 ..
|
1050 |
+
#: /views/b2s/html/footer.phtml:134 ../views/b2s/html/footer.phtml:202 ..
|
1051 |
+
#: /views/b2s/html/footer.phtml:260
|
1052 |
msgid "Select link format or image format for your posts"
|
1053 |
msgstr ""
|
1054 |
"Sélectionnez le format de lien ou la publication d’image pour vos "
|
1055 |
"publications"
|
1056 |
|
1057 |
+
#: ../includes/MetaBox.php:127 ../includes/Notice.php:38 ../views/b2s/network.php:
|
1058 |
+
#: 110 ../views/b2s/ship.php:293 ../views/b2s/ship.php:353 ../views/b2s/ship.php:
|
1059 |
+
#: 399 ../views/b2s/html/footer.phtml:35 ../views/b2s/html/footer.phtml:66 ..
|
1060 |
+
#: /views/b2s/html/footer.phtml:135 ../views/b2s/html/footer.phtml:203 ..
|
1061 |
+
#: /views/b2s/html/footer.phtml:261
|
1062 |
msgid "Select individual images per post"
|
1063 |
msgstr "Sélectionnez les images individuelles par article"
|
1064 |
|
1065 |
+
#: ../includes/MetaBox.php:128 ../includes/Notice.php:39 ../views/b2s/network.php:
|
1066 |
+
#: 111 ../views/b2s/ship.php:294 ../views/b2s/ship.php:354 ../views/b2s/ship.php:
|
1067 |
+
#: 400 ../views/b2s/html/footer.phtml:36 ../views/b2s/html/footer.phtml:136 ..
|
1068 |
+
#: /views/b2s/html/footer.phtml:204 ../views/b2s/html/footer.phtml:262
|
1069 |
msgid ""
|
1070 |
"Reporting & calendar: keep track of your published and scheduled social "
|
1071 |
"media posts"
|
1073 |
"Rapports et calendrier : gardez la trace de vos publications publiées et "
|
1074 |
"programmées"
|
1075 |
|
1076 |
+
#: ../includes/MetaBox.php:130 ../views/b2s/network.php:113 ../views/b2s/ship.php:
|
1077 |
+
#: 296 ../views/b2s/ship.php:356 ../views/b2s/ship.php:402 ..
|
1078 |
+
#: /views/b2s/html/footer.phtml:38 ../views/b2s/html/footer.phtml:138 ..
|
1079 |
+
#: /views/b2s/html/footer.phtml:206 ../views/b2s/html/footer.phtml:264 ..
|
1080 |
+
#: /views/b2s/html/header.phtml:139
|
1081 |
+
msgid "Upgrade to PREMIUM"
|
1082 |
+
msgstr "Mettre à jour vers PREMIUM"
|
1083 |
+
|
1084 |
+
#: ../includes/MetaBox.php:132 ../views/b2s/network.php:115 ../views/b2s/ship.php:
|
1085 |
+
#: 298 ../views/b2s/ship.php:358 ../views/b2s/ship.php:404 ..
|
1086 |
#: /views/b2s/html/footer.phtml:40 ../views/b2s/html/footer.phtml:71 ..
|
1087 |
+
#: /views/b2s/html/footer.phtml:89 ../views/b2s/html/footer.phtml:140 ..
|
1088 |
+
#: /views/b2s/html/footer.phtml:208 ../views/b2s/html/footer.phtml:266
|
1089 |
msgid ""
|
1090 |
"or <a href=\"http://service.blog2social.com/trial\" target=\"_blank\">start with "
|
1091 |
"free 30-days-trial of Blog2Social Premium</a> (no payment information needed)"
|
1094 |
"avec 30 jours gratuits de Blog2Social Premium</a>(pas d'information de "
|
1095 |
"paiement requise)"
|
1096 |
|
1097 |
+
#: ../includes/MetaBox.php:145
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1098 |
msgid "Select profile:"
|
1099 |
msgstr "Sélectionner le profil:"
|
1100 |
|
1101 |
+
#: ../includes/MetaBox.php:160
|
1102 |
msgid "When do you want to share your post on social media?"
|
1103 |
msgstr "Quand souhaitez-vous partager votre article sur les réseaux sociaux ?"
|
1104 |
|
1105 |
+
#: ../includes/MetaBox.php:163
|
1106 |
msgid "immediately after publishing"
|
1107 |
msgstr "Immédiatement après l'édition"
|
1108 |
|
1109 |
+
#: ../includes/MetaBox.php:164
|
1110 |
msgid "at scheduled times"
|
1111 |
msgstr "À des heures programmées"
|
1112 |
|
1113 |
+
#: ../includes/MetaBox.php:167
|
1114 |
msgid "You want to sched your blog post with Auto-Poster?"
|
1115 |
msgstr "Vous souhaitez planifier votre publication avec Auto-Poster?"
|
1116 |
|
1117 |
+
#: ../includes/MetaBox.php:167 ../views/b2s/html/footer.phtml:69 ..
|
1118 |
#: /views/b2s/html/footer.phtml:87
|
1119 |
msgid "Upgrade to PREMIUM PRO"
|
1120 |
msgstr "passer à Premium PRO"
|
1121 |
|
1122 |
+
#: ../includes/MetaBox.php:173
|
1123 |
msgid "Select date:"
|
1124 |
msgstr "choisir date:"
|
1125 |
|
1126 |
+
#: ../includes/MetaBox.php:179
|
1127 |
msgid "post at"
|
1128 |
msgstr "Poste à"
|
1129 |
|
1130 |
+
#: ../includes/MetaBox.php:180
|
1131 |
msgid "my time settings"
|
1132 |
msgstr "Mes réglages d'heures"
|
1133 |
|
1134 |
+
#: ../includes/MetaBox.php:181
|
1135 |
msgid ""
|
1136 |
"Note: If you have not specified your own times, we automatically provide "
|
1137 |
"you with the best times to post on the social networks. You can always "
|
1194 |
"Blog2Social utilisé cURL. CURL n'est pas installé dans votre installation "
|
1195 |
"PHP sur votre serveur. Installez cURL et activez Blog2Social à nouveau."
|
1196 |
|
1197 |
+
#: ../includes/System.php:64 ../includes/System.php:70
|
1198 |
+
msgid ""
|
1199 |
+
"Please see <a href=\"https://www.blog2social."
|
1200 |
+
"com/en/faq/content/1/58/en/system-requirements-for-installing-blog2social."
|
1201 |
+
"html\" target=\"_blank\">FAQ</a>"
|
1202 |
+
msgstr ""
|
1203 |
+
"voir la <a href=\"https://www.blog2social.com/en/faq/content/1/58/en/system-"
|
1204 |
+
"requirements-for-installing-blog2social.html\" target=\"_blank\">FAQ</a>"
|
1205 |
+
|
1206 |
+
#: ../includes/System.php:67
|
1207 |
+
msgid ""
|
1208 |
+
"Blog2Social used PHP. Your installed PHP version on your server is not high "
|
1209 |
+
"enough to use Blog2Social. Update your PHP version on 5.5.3 or higher."
|
1210 |
+
msgstr ""
|
1211 |
+
"Blog2Social utilisé PHP. Votre version de PHP installée sur votre serveur "
|
1212 |
+
"n'est pas assez élevé pour utiliser Blog2Social. Mettez à jour votre version "
|
1213 |
+
"de PHP 5.5.3 ou plus sur."
|
1214 |
+
|
1215 |
#: ../includes/System.php:73
|
1216 |
msgid ""
|
1217 |
"Blog2Social seems to have no permission to write in your WordPress database. "
|
1222 |
"données WordPress. Assurez-vous d'attribuer à Blog2Social la permission "
|
1223 |
"d'écrire dans la base de données WordPress."
|
1224 |
|
1225 |
+
#: ../includes/System.php:76
|
1226 |
+
msgid ""
|
1227 |
+
"<a href=\"https://www.blog2social.com/en/faq/content/1/58/en/system-"
|
1228 |
+
"requirements-for-installing-blog2social.html\" target=\"_blank\"> Please find "
|
1229 |
+
"more Information and help in our FAQ</a>"
|
1230 |
+
msgstr ""
|
1231 |
+
"<a href=\"https://www.blog2social.com/en/faq/content/1/58/en/system-"
|
1232 |
+
"requirements-for-installing-blog2social.html\" target=\"_blank\">voir la "
|
1233 |
+
"FAQ</a>"
|
1234 |
+
|
1235 |
#. Name of the plugin
|
1236 |
msgid "Social Media Auto Post & Scheduler"
|
1237 |
msgstr "Social Media Auto Post & Scheduler"
|
1375 |
"Modifiez ou ajoutez des commentaires, des hashtags ou des poignées. Modifier "
|
1376 |
"les messages en HTML pour la re-publication sur les réseaux de blogs"
|
1377 |
|
1378 |
+
#: ../views/b2s/dashboard.php:142 ../views/b2s/ship.php:383 ..
|
1379 |
+
#: /views/b2s/html/footer.phtml:174
|
1380 |
msgid "Best Time Scheduler"
|
1381 |
msgstr "Meilleures heures de planification"
|
1382 |
|
1424 |
msgid "Unlock Premium"
|
1425 |
msgstr "Déblocage Premium"
|
1426 |
|
1427 |
+
#: ../views/b2s/network.php:22 ../views/b2s/network.php:23 ../views/prg/post.php:
|
1428 |
+
#: 25 ../views/prg/post.php:26 ../views/b2s/html/post.navbar.phtml:12 ..
|
1429 |
+
#: /views/b2s/html/post.navbar.phtml:13
|
1430 |
+
msgid "filter"
|
1431 |
+
msgstr "Filtrer"
|
1432 |
|
1433 |
+
#: ../views/b2s/network.php:33 ../views/b2s/network.php:36 ../views/b2s/network.
|
1434 |
+
#: php:69 ../views/b2s/network.php:92
|
1435 |
msgid "Create new profile"
|
1436 |
msgstr "Créer un nouveau profil"
|
1437 |
|
1438 |
+
#: ../views/b2s/network.php:35
|
1439 |
+
msgid "You want to define a new combination of networks?"
|
1440 |
+
msgstr "Vous souhaitez définir une nouvelle combinaison de réseaux?"
|
|
|
|
|
|
|
|
|
|
|
|
|
1441 |
|
1442 |
+
#: ../views/b2s/network.php:75
|
1443 |
msgid "create"
|
1444 |
msgstr "créer"
|
1445 |
|
1446 |
+
#: ../views/b2s/network.php:95
|
1447 |
msgid ""
|
1448 |
"All connected networks will be displayed as default \"Standard\" networks "
|
1449 |
"profile.<br><br>You may define various sets of social media accounts, "
|
1481 |
"de vos profils de réseaux sur votre page d'aperçu avec un simple clic de "
|
1482 |
"votre souris pour une variante facile de votre système de partage de courant."
|
1483 |
|
1484 |
+
#: ../views/b2s/network.php:98
|
1485 |
msgid "You want to add another network profile, pages or groups?"
|
1486 |
msgstr "Vous souhaitez ajouter un nouveau profil de réseau, pages ou groupes ?"
|
1487 |
|
1488 |
+
#: ../views/b2s/network.php:127
|
1489 |
+
msgid "Delete Profile"
|
1490 |
+
msgstr "Effacer le profil"
|
1491 |
+
|
1492 |
+
#: ../views/b2s/network.php:130
|
1493 |
msgid "Do you really want to delete this profile"
|
1494 |
msgstr "Souhaitez-vous vraiment supprimer ce profil ?"
|
1495 |
|
1496 |
+
#: ../views/b2s/network.php:133 ../views/b2s/post.publish.php:74 ..
|
1497 |
#: /views/b2s/post.sched.php:111 ../views/prg/ship.php:92
|
1498 |
msgid "NO"
|
1499 |
msgstr "NON"
|
1500 |
|
1501 |
+
#: ../views/b2s/network.php:134 ../views/b2s/network.php:162 ../views/b2s/post.
|
1502 |
#: publish.php:75 ../views/b2s/post.sched.php:112
|
1503 |
msgid "YES, delete"
|
1504 |
msgstr "OUI, effacer"
|
1505 |
|
1506 |
+
#: ../views/b2s/network.php:144
|
1507 |
msgid "Delete Authorization"
|
1508 |
msgstr "Retirer l'autorisation"
|
1509 |
|
1510 |
+
#: ../views/b2s/network.php:153
|
1511 |
msgid "Do you really want to delete this authorization"
|
1512 |
msgstr "Voulez-vous réellement enlever cette autorisation"
|
1513 |
|
1514 |
+
#: ../views/b2s/network.php:156
|
1515 |
msgid "You have still set up scheduled posts for this network:"
|
1516 |
msgstr "Vous avez toujours configuré des messages programmés pour ce réseau:"
|
1517 |
|
1518 |
+
#: ../views/b2s/network.php:157
|
1519 |
msgid "scheduled posts"
|
1520 |
msgstr "Messages programmés"
|
1521 |
|
1522 |
+
#: ../views/b2s/network.php:163
|
1523 |
msgid "View schedule posts for this profile"
|
1524 |
msgstr "Voir les messages de l'horaire pour ce profil"
|
1525 |
|
1563 |
msgid "Network Settings"
|
1564 |
msgstr "Paramètres réseau"
|
1565 |
|
1566 |
+
#: ../views/b2s/settings.php:37 ../views/b2s/ship.php:439
|
1567 |
msgid "My Time Settings"
|
1568 |
msgstr "Mes réglages d'heures"
|
1569 |
|
1570 |
+
#: ../views/b2s/settings.php:48
|
1571 |
msgid "Reset predefined best time settings"
|
1572 |
msgstr "Réinitialiser les réglages de la meilleure heure"
|
1573 |
|
1574 |
+
#: ../views/b2s/settings.php:58
|
1575 |
msgid "Post format"
|
1576 |
msgstr "Format de publication"
|
1577 |
|
1578 |
+
#: ../views/b2s/settings.php:68
|
1579 |
msgid "Facebook"
|
1580 |
msgstr "Facebook"
|
1581 |
|
1582 |
+
#: ../views/b2s/settings.php:71
|
1583 |
msgid "Twitter"
|
1584 |
msgstr "Twitter"
|
1585 |
|
1586 |
+
#: ../views/b2s/settings.php:132
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1587 |
msgid "Allow shortcodes in my post"
|
1588 |
msgstr "permettre à shortcodes dans mon post"
|
1589 |
|
1590 |
+
#: ../views/b2s/settings.php:135
|
1591 |
msgid ""
|
1592 |
"Shortcodes are used by some wordpress plugins like Elementor, Visual "
|
1593 |
"Composer and Content Builder. When a shortcode is inserted in a WordPress "
|
1607 |
"fonctionnalité, si vous le souhaitez Utilisez des éléments dynamiques dans "
|
1608 |
"vos articles."
|
1609 |
|
1610 |
+
#: ../views/b2s/settings.php:149
|
1611 |
msgid ""
|
1612 |
"Blog2Social applies the scheduled time settings based on the time zone "
|
1613 |
"defined in the general settings of your WordPress. You can select a user-"
|
1622 |
"sociaux. <br> <br> Sélectionnez le fuseau horaire souhaité dans le menu "
|
1623 |
"déroulant."
|
1624 |
|
1625 |
+
#: ../views/b2s/ship.php:27
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1626 |
msgid "Social Media Scheduling & Sharing"
|
1627 |
msgstr "Planification et partage sur les réseaux sociaux"
|
1628 |
|
1629 |
+
#: ../views/b2s/ship.php:28 ../views/prg/ship.php:41 ../views/prg/ship.php:43 ..
|
1630 |
#: /views/prg/html/form.phtml:26 ../views/prg/html/form.phtml:28
|
1631 |
msgid "Title"
|
1632 |
msgstr "Titre"
|
1633 |
|
1634 |
+
#: ../views/b2s/ship.php:38
|
1635 |
msgid "scroll to bottom"
|
1636 |
msgstr "Faire défiler vers le bas"
|
1637 |
|
1651 |
msgid "Profiles | Pages | Groups"
|
1652 |
msgstr "Profils | Pages | Groupes"
|
1653 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1654 |
#: ../views/b2s/ship.php:138
|
1655 |
msgid "network connected"
|
1656 |
msgstr "Réseau connecté"
|
1696 |
msgid "Time zone"
|
1697 |
msgstr "Fuseau horaire"
|
1698 |
|
1699 |
+
#: ../views/b2s/ship.php:220
|
1700 |
msgid "Share new post on Social Media"
|
1701 |
msgstr "Partager le nouvel article sur les réseaux sociaux"
|
1702 |
|
1703 |
+
#: ../views/b2s/ship.php:242
|
1704 |
msgid "Connect for"
|
1705 |
msgstr "Connecter sur"
|
1706 |
|
1707 |
+
#: ../views/b2s/ship.php:258
|
1708 |
msgid "Time Scheduling"
|
1709 |
msgstr "Heure de la planification"
|
1710 |
|
1711 |
+
#: ../views/b2s/ship.php:262
|
1712 |
msgid ""
|
1713 |
"You have not yet defined personal time settings. To edit personal time "
|
1714 |
"settings click on the Blog2Social Settings on the left-hand menu and select "
|
1720 |
"du Blog2Social dans le menu de gauche et sélectionnez Best Time Settings "
|
1721 |
"pour modifier les paramètres de temps prédéfinis selon vos préférences."
|
1722 |
|
1723 |
+
#: ../views/b2s/ship.php:275
|
1724 |
msgid "Re-share this Post"
|
1725 |
msgstr "Re-partager cet article"
|
1726 |
|
1727 |
+
#: ../views/b2s/ship.php:278
|
1728 |
msgid ""
|
1729 |
"You can re-share your post for a different sharing purpose, or to share on a "
|
1730 |
"different choice of networks, profiles, pages or groups, or with different "
|
1749 |
"d'aperçu où vous pourrez sélectionner vos réseaux et modifier vos textes, "
|
1750 |
"commentaires ou images en fonction de vos préférences de partage."
|
1751 |
|
1752 |
+
#: ../views/b2s/ship.php:281
|
1753 |
msgid "You want re-share your blog post?"
|
1754 |
msgstr "Vous voulez re-partager votre blog?"
|
1755 |
|
1756 |
+
#: ../views/b2s/ship.php:309
|
1757 |
msgid "Save Network Settings"
|
1758 |
msgstr "Sauver les paramètres de réseaux"
|
1759 |
|
1760 |
+
#: ../views/b2s/ship.php:312
|
1761 |
msgid ""
|
1762 |
"You can save your current network settings as \"Standard\" network settings "
|
1763 |
"for any future sharing activities or as a \"Profile\" to choose from (Premium)."
|
1788 |
"compte de réseau respectif pour sélectionner ou supprimer un compte du "
|
1789 |
"partage courant."
|
1790 |
|
1791 |
+
#: ../views/b2s/ship.php:324
|
1792 |
msgid "Your blog post is not yet published on your Wordpress!"
|
1793 |
msgstr "Votre message de blog n'est pas encore publié sur votre Wordpress!"
|
1794 |
|
1795 |
+
#: ../views/b2s/ship.php:327
|
1796 |
msgid "At least one of your selected networks is set to \"Share Now\""
|
1797 |
msgstr "Au moins un de vos réseaux sélectionnés est réglé sur \"Partager maintenant\""
|
1798 |
|
1799 |
+
#: ../views/b2s/ship.php:331
|
1800 |
msgid "Schedule your post"
|
1801 |
msgstr "Planifiez votre message"
|
1802 |
|
1803 |
+
#: ../views/b2s/ship.php:334
|
1804 |
msgid "Ignore & share"
|
1805 |
msgstr "Ignorer & partager"
|
1806 |
|
1807 |
+
#: ../views/b2s/ship.php:417
|
1808 |
msgid "Select image for"
|
1809 |
msgstr "Sélectionnez l'image pour"
|
1810 |
|
1811 |
+
#: ../views/b2s/ship.php:460
|
1812 |
msgid "Choose your"
|
1813 |
msgstr "Choisi ton"
|
1814 |
|
1815 |
+
#: ../views/b2s/ship.php:460
|
1816 |
msgid "Post Format"
|
1817 |
msgstr "Format de publication"
|
1818 |
|
1819 |
+
#: ../views/b2s/ship.php:462
|
1820 |
msgid "for:"
|
1821 |
msgstr "pour:"
|
1822 |
|
1823 |
+
#: ../views/b2s/ship.php:477
|
1824 |
msgid ""
|
1825 |
"Define the default settings for the custom post format for all of your "
|
1826 |
"Facebook accounts on the Blog2Social settings section."
|
1829 |
"personnalisé pour tous vos comptes Facebook dans la section des paramètres "
|
1830 |
"Blog2Social."
|
1831 |
|
1832 |
+
#: ../views/b2s/ship.php:480
|
1833 |
msgid ""
|
1834 |
"Define the default settings for the custom post format for all of your "
|
1835 |
"Twitter accounts on the Blog2Social settings section."
|
2089 |
msgid "Reporting with links to already published posts"
|
2090 |
msgstr "Rapports avec des liens vers des publications déjà publiées"
|
2091 |
|
2092 |
+
#: ../views/b2s/html/footer.phtml:101
|
2093 |
+
msgid "Select the preferred custom post format for your posts"
|
2094 |
+
msgstr ""
|
2095 |
+
"Sélectionnez le format de publication personnalisé préféré pour vos "
|
2096 |
+
"publications"
|
2097 |
+
|
2098 |
+
#: ../views/b2s/html/footer.phtml:106
|
2099 |
+
msgid "You can define your preferred custom post format link post or photo post:"
|
2100 |
+
msgstr ""
|
2101 |
+
"Vous pouvez définir votre lien de lien de format de poste personnalisé ou "
|
2102 |
+
"photo personnalisé préféré:"
|
2103 |
+
|
2104 |
+
#: ../views/b2s/html/footer.phtml:115
|
2105 |
+
msgid ""
|
2106 |
+
"A photo or image post displays the selected image in the one-page preview of "
|
2107 |
+
"Blog2Social and your comment above the image. The image links to the image "
|
2108 |
+
"view on your image gallery in the respective network. Blog2Social adds the "
|
2109 |
+
"link to your post in your comment. The main benefit of photo posts is that "
|
2110 |
+
"your image is uploaded to your personal image albums or gallery. In Facebook "
|
2111 |
+
"you can edit the albums name with a description of your choice."
|
2112 |
+
msgstr ""
|
2113 |
+
"Une publication photo ou d'image affiche l'image que vous avez sélectionné "
|
2114 |
+
"dans l'aperçu d'une page de Blog2Social et votre commentaire au-dessus de "
|
2115 |
+
"l'image. L'image est liée à la vue d'image de votre galerie d'images sur le "
|
2116 |
+
"réseau respectif. Blog2Social ajoute le lien vers votre article dans votre "
|
2117 |
+
"commentaire. Le principal avantage des publications photos ou images est que "
|
2118 |
+
"votre image est téléchargée dans vos albums ou galeries d'images "
|
2119 |
+
"personnelles. Dans Facebook, vous pouvez modifier le nom de l'album avec une "
|
2120 |
+
"description de votre choix."
|
2121 |
+
|
2122 |
+
#: ../views/b2s/html/footer.phtml:156
|
2123 |
msgid "Did you miss something?"
|
2124 |
msgstr "Avez-vous raté quelque-chose ?"
|
2125 |
|
2126 |
+
#: ../views/b2s/html/footer.phtml:159
|
2127 |
msgid "Help us make Blog2Social even better!"
|
2128 |
msgstr "Aidez-nous à améliorer Blog2Social !"
|
2129 |
|
2130 |
+
#: ../views/b2s/html/footer.phtml:163
|
2131 |
msgid "submit"
|
2132 |
msgstr "Envoyer"
|
2133 |
|
2134 |
+
#: ../views/b2s/html/footer.phtml:177
|
2135 |
msgid ""
|
2136 |
"Blog2Social provides you with a ready-to-use best time scheduler based on "
|
2137 |
"current research on the best times to post on each social network."
|
2140 |
"basé sur les recherches actuelles sur les meilleurs moments pour publier sur "
|
2141 |
"chaque réseau social."
|
2142 |
|
2143 |
+
#: ../views/b2s/html/footer.phtml:179
|
2144 |
msgid ""
|
2145 |
"Click Best Time Scheduler in the preview editor to schedule your posts "
|
2146 |
"automatically for the best times to post on each social network."
|
2149 |
"planifier vos messages automatiquement pour les meilleurs moments pour "
|
2150 |
"publier sur chaque réseau social."
|
2151 |
|
2152 |
+
#: ../views/b2s/html/footer.phtml:181
|
2153 |
msgid ""
|
2154 |
"You can also define your own personal time settings for posting, if you know "
|
2155 |
"which times work best for your communities. Edit the pre-filled times in the "
|
2160 |
"pour vos communautés. Modifiez les temps pré-remplis dans les paramètres "
|
2161 |
"généraux et cliquez sur Enregistrer."
|
2162 |
|
2163 |
+
#: ../views/b2s/html/footer.phtml:183
|
2164 |
msgid ""
|
2165 |
"Click My Time Settings in the preview editor to schedule your posts with "
|
2166 |
"your personal best time settings."
|
2168 |
"Cliquez sur Mes réglages de temps dans l'éditeur de prévisualisation pour "
|
2169 |
"planifier vos messages avec vos paramètres de meilleur temps personnels."
|
2170 |
|
2171 |
+
#: ../views/b2s/html/footer.phtml:185
|
2172 |
msgid ""
|
2173 |
"You can always edit the predefined times in the preview editor for any post "
|
2174 |
"or network and save your new settings as default for future use."
|
2177 |
"pour toute publication ou réseau et enregistrer vos nouveaux paramètres par "
|
2178 |
"défaut pour une utilisation ultérieure."
|
2179 |
|
2180 |
+
#: ../views/b2s/html/footer.phtml:187
|
2181 |
msgid ""
|
2182 |
"Blog2Social will also apply your personal time settings, if you enable the "
|
2183 |
"Social Media Auto-Poster and select auto-post at scheduled times. "
|
2185 |
"Blog2Social will also apply your personal time settings, if you enable the "
|
2186 |
"Social Media Auto-Poster and select auto-post at scheduled times. "
|
2187 |
|
2188 |
+
#: ../views/b2s/html/footer.phtml:220
|
2189 |
msgid "b2s.pm Link Shortener"
|
2190 |
msgstr " b2s.pm Lien Shortener"
|
2191 |
|
2192 |
+
#: ../views/b2s/html/footer.phtml:223
|
2193 |
msgid ""
|
2194 |
"The Blog2Social Shortener converts and publishes your links with a short URL "
|
2195 |
"on the social networks.<br>If you choose this option, you avoid that re-"
|
2340 |
"La version gratuite ne peut commencer. Ce blog a déjà été enregistré pour la "
|
2341 |
"version gratuite."
|
2342 |
|
2343 |
+
#: ../views/b2s/html/header.phtml:190
|
2344 |
+
msgid "Social Media Auto-Posting"
|
2345 |
+
msgstr "Auto-publication des médias sociaux"
|
2346 |
+
|
2347 |
#: ../views/b2s/html/header.phtml:192
|
2348 |
msgid "Share on multiple accounts per network"
|
2349 |
msgstr "Partage sur plusieurs comptes par réseau"
|
2382 |
msgid "No credit card required"
|
2383 |
msgstr "Pas d'information de carte de crédit nécessaire"
|
2384 |
|
2385 |
+
#: ../views/b2s/html/post.navbar.phtml:6
|
2386 |
msgid "All Posts"
|
2387 |
msgstr "Tous les articles"
|
2388 |
|
2389 |
+
#: ../views/b2s/html/post.navbar.phtml:7
|
2390 |
msgid "Scheduled Posts"
|
2391 |
msgstr "Articles planifiés"
|
2392 |
|
2393 |
+
#: ../views/b2s/html/post.navbar.phtml:8
|
2394 |
msgid "Shared Posts"
|
2395 |
msgstr "Articles partagés"
|
2396 |
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
===Social Media Auto Post & Scheduler===
|
2 |
Contributors: Blog2Social, Adenion
|
3 |
Tags: auto-post, social media share, auto-publish, scheduling, social media post, social url share, social network share, share tweet, share links, share this, sharethis, social tools, admin, api, auto share to, autopost, auto-Posting, auto-schedule, auto-schedule social media posts, automatic social sharing plugin, blog marketing, blog2social, blogger, buffer, crossposting, cross-promotion, cross-promoting, delicious, delicious auto post, facebook, facebook auto post, facebook pages, google auto post, google plus, google plus pages, instagram, instagram auto post, jetpack, jetpack sharing, linkedin, linkedin auto post, medium, medium auto post, multiposting, path, pinterest, re-post, scheduling, scheduling plugin, social media, social media auto publish, social media automation, social media button, social media manager, social media plugin, social media publishing, social media scheduling, social media scheduling tool, social media sharing, social media tool, social network auto publish, social network icon, social network widget, socialmedia, timing, torial, torial auto post, tumblr, twitter, twitter auto post, xing, xing auto post, xing groups, xing gruppen, xing personal profiles, xing company profiles, xing business pages, xing pages, xing seiten, auto post scheduler, repost, social media management, facebook fan page auto post, facebook profile auto post, social auto post, social autoposting, flickr, flickr auto posting, linkedin, linkedin auto posting, linkedin profile, facebook group, facebook gruppen, reddit, reddit auto posting, reddit auto post
|
4 |
Donate link: http://www.blog2social.com
|
5 |
Requires at least: 4.2.2
|
6 |
Tested up to: 4.8.0
|
7 |
-
Stable tag: 4.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -279,6 +279,8 @@ We use the official authentification oAUTH methods to third-party applications p
|
|
279 |
9. Adjust the best times to schedule in the best time scheduler.
|
280 |
|
281 |
== Changelog ==
|
|
|
|
|
282 |
= 4.1.1 =
|
283 |
Usabilitiy and Performance Optimization. Bugfix: Heartbeat
|
284 |
= 4.1.0 =
|
@@ -315,6 +317,8 @@ Bug Fix: update method
|
|
315 |
Re-engineered Post dashboard, new one-page preview features: WYSIWYG editors, simplified network selection, new scheduler features: best-times-scheduler, my-times-scheduler, recurring scheduling, multiple accounts per profile (applies to FREE and PREMIUM)
|
316 |
|
317 |
== Upgrade Notice ==
|
|
|
|
|
318 |
= 4.1.1 =
|
319 |
Usabilitiy and Performance Optimization. Bugfix: Heartbeat
|
320 |
= 4.1.0 =
|
1 |
+
===Blog2Social: Social Media Auto Post & Scheduler===
|
2 |
Contributors: Blog2Social, Adenion
|
3 |
Tags: auto-post, social media share, auto-publish, scheduling, social media post, social url share, social network share, share tweet, share links, share this, sharethis, social tools, admin, api, auto share to, autopost, auto-Posting, auto-schedule, auto-schedule social media posts, automatic social sharing plugin, blog marketing, blog2social, blogger, buffer, crossposting, cross-promotion, cross-promoting, delicious, delicious auto post, facebook, facebook auto post, facebook pages, google auto post, google plus, google plus pages, instagram, instagram auto post, jetpack, jetpack sharing, linkedin, linkedin auto post, medium, medium auto post, multiposting, path, pinterest, re-post, scheduling, scheduling plugin, social media, social media auto publish, social media automation, social media button, social media manager, social media plugin, social media publishing, social media scheduling, social media scheduling tool, social media sharing, social media tool, social network auto publish, social network icon, social network widget, socialmedia, timing, torial, torial auto post, tumblr, twitter, twitter auto post, xing, xing auto post, xing groups, xing gruppen, xing personal profiles, xing company profiles, xing business pages, xing pages, xing seiten, auto post scheduler, repost, social media management, facebook fan page auto post, facebook profile auto post, social auto post, social autoposting, flickr, flickr auto posting, linkedin, linkedin auto posting, linkedin profile, facebook group, facebook gruppen, reddit, reddit auto posting, reddit auto post
|
4 |
Donate link: http://www.blog2social.com
|
5 |
Requires at least: 4.2.2
|
6 |
Tested up to: 4.8.0
|
7 |
+
Stable tag: 4.2.0
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
279 |
9. Adjust the best times to schedule in the best time scheduler.
|
280 |
|
281 |
== Changelog ==
|
282 |
+
= 4.2.0 =
|
283 |
+
General Usabilitiy and Performance Optimization.
|
284 |
= 4.1.1 =
|
285 |
Usabilitiy and Performance Optimization. Bugfix: Heartbeat
|
286 |
= 4.1.0 =
|
317 |
Re-engineered Post dashboard, new one-page preview features: WYSIWYG editors, simplified network selection, new scheduler features: best-times-scheduler, my-times-scheduler, recurring scheduling, multiple accounts per profile (applies to FREE and PREMIUM)
|
318 |
|
319 |
== Upgrade Notice ==
|
320 |
+
= 4.2.0 =
|
321 |
+
General Usabilitiy and Performance Optimization.
|
322 |
= 4.1.1 =
|
323 |
Usabilitiy and Performance Optimization. Bugfix: Heartbeat
|
324 |
= 4.1.0 =
|
views/b2s/html/footer.phtml
CHANGED
@@ -18,10 +18,10 @@
|
|
18 |
<div class="modal-content">
|
19 |
<div class="modal-header">
|
20 |
<button type="button" class="b2s-modal-close close" data-modal-name="#b2sPreFeatureModal" aria-label="Close"><span aria-hidden="true">×</span></button>
|
21 |
-
<h4 class="modal-title"><?php _e(
|
22 |
</div>
|
23 |
<div class="modal-body">
|
24 |
-
<?php _e(
|
25 |
<br>
|
26 |
<br>
|
27 |
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Post on pages and groups', 'blog2social') ?><br>
|
@@ -92,6 +92,62 @@
|
|
92 |
</div>
|
93 |
</div>
|
94 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
95 |
<div class="modal fade" id="b2sTrailFeedbackModal" tabindex="-1" role="dialog" aria-labelledby="b2sTrailFeedbackModal" aria-hidden="true" data-backdrop="false">
|
96 |
<div class="modal-dialog">
|
97 |
<div class="modal-content">
|
18 |
<div class="modal-content">
|
19 |
<div class="modal-header">
|
20 |
<button type="button" class="b2s-modal-close close" data-modal-name="#b2sPreFeatureModal" aria-label="Close"><span aria-hidden="true">×</span></button>
|
21 |
+
<h4 class="modal-title"><?php _e("Upgrade to Blog2Social for Premium", "blog2social") ?></h4>
|
22 |
</div>
|
23 |
<div class="modal-body">
|
24 |
+
<?php _e("With Blog2Social Premium you can:", "blog2social") ?>
|
25 |
<br>
|
26 |
<br>
|
27 |
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Post on pages and groups', 'blog2social') ?><br>
|
92 |
</div>
|
93 |
</div>
|
94 |
|
95 |
+
|
96 |
+
<div class="modal fade" id="b2sInfoFormatModal" tabindex="-1" role="dialog" aria-labelledby="b2sInfoFormatModal" aria-hidden="true" data-backdrop="false">
|
97 |
+
<div class="modal-dialog">
|
98 |
+
<div class="modal-content">
|
99 |
+
<div class="modal-header">
|
100 |
+
<button type="button" class="b2s-modal-close close" data-modal-name="#b2sInfoFormatModal" aria-label="Close"><span aria-hidden="true">×</span></button>
|
101 |
+
<h4 class="modal-title"><?php _e('Select the preferred custom post format for your posts', 'blog2social') ?></h4>
|
102 |
+
</div>
|
103 |
+
<div class="modal-body">
|
104 |
+
<div class="row">
|
105 |
+
<div class="col-md-12">
|
106 |
+
<b><?php _e('You can define your preferred custom post format link post or photo post:') ?></b>
|
107 |
+
<div class="col-md-6">
|
108 |
+
<br>
|
109 |
+
<b>1) <?php _e('Link Post', 'blog2social') ?></b><br>
|
110 |
+
<?php _e('The link post format displays posts title, link address and the first one or two sentences of the post. The networks scan this information from your META or OpenGraph. Link posts display the post image, you selected in your WordPress. In case, you have not selected a post image, some networks display the first image detected on your page. The image links to your blog post.', 'blog2social'); ?>
|
111 |
+
</div>
|
112 |
+
<div class="col-md-6">
|
113 |
+
<br>
|
114 |
+
<b>2) <?php _e('Photo Post', 'blog2social') ?></b><br>
|
115 |
+
<?php _e('A photo or image post displays the selected image in the one-page preview of Blog2Social and your comment above the image. The image links to the image view on your image gallery in the respective network. Blog2Social adds the link to your post in your comment. The main benefit of photo posts is that your image is uploaded to your personal image albums or gallery. In Facebook you can edit the albums name with a description of your choice.', 'blog2social'); ?>
|
116 |
+
</div>
|
117 |
+
</div>
|
118 |
+
|
119 |
+
<?php if (B2S_PLUGIN_USER_VERSION == 0) {
|
120 |
+
?>
|
121 |
+
<div class="col-md-12">
|
122 |
+
<br>
|
123 |
+
<hr>
|
124 |
+
<?php _e('With Blog2Social Premium you can:', 'blog2social') ?>
|
125 |
+
<br>
|
126 |
+
<br>
|
127 |
+
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Post on pages and groups', 'blog2social') ?><br>
|
128 |
+
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Share on multiple profiles, pages and groups', 'blog2social') ?><br>
|
129 |
+
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Auto-post and auto-schedule new and updated blog posts', 'blog2social') ?><br>
|
130 |
+
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Schedule your posts at the best times on each network', 'blog2social') ?><br>
|
131 |
+
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Best Time Manager: use predefined best time scheduler to auto-schedule your social media posts', 'blog2social') ?><br>
|
132 |
+
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Schedule your post for one time, multiple times or recurrently', 'blog2social') ?><br>
|
133 |
+
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Schedule and re-share old posts', 'blog2social') ?><br>
|
134 |
+
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Select link format or image format for your posts', 'blog2social') ?><br>
|
135 |
+
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Select individual images per post', 'blog2social') ?><br>
|
136 |
+
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Reporting & calendar: keep track of your published and scheduled social media posts', 'blog2social') ?><br>
|
137 |
+
<br>
|
138 |
+
<a target="_blank" href="<?php echo B2S_Tools::getSupportLink('affiliate'); ?>" class="btn btn-success center-block"><?php _e('Upgrade to PREMIUM', 'blog2social') ?></a>
|
139 |
+
<br>
|
140 |
+
<center><?php _e('or <a href="http://service.blog2social.com/trial" target="_blank">start with free 30-days-trial of Blog2Social Premium</a> (no payment information needed)', 'blog2social') ?></center>
|
141 |
+
</div>
|
142 |
+
<?php } ?>
|
143 |
+
</div>
|
144 |
+
</div>
|
145 |
+
</div>
|
146 |
+
</div>
|
147 |
+
</div>
|
148 |
+
|
149 |
+
|
150 |
+
|
151 |
<div class="modal fade" id="b2sTrailFeedbackModal" tabindex="-1" role="dialog" aria-labelledby="b2sTrailFeedbackModal" aria-hidden="true" data-backdrop="false">
|
152 |
<div class="modal-dialog">
|
153 |
<div class="modal-content">
|
views/b2s/html/post.navbar.phtml
CHANGED
@@ -1,8 +1,10 @@
|
|
1 |
-
<?php $getPage = $_GET['page'];
|
|
|
|
|
2 |
<!--Navbar Start-->
|
3 |
<div class="col-md-12 pull-left b2s-post-menu del-padding-left">
|
4 |
<a class="btn btn-<?php echo ($getPage == 'blog2social-post') ? 'primary' :'link'; ?> b2s-post-btn" href="admin.php?page=blog2social-post"><?php _e('All Posts','blog2social') ?></a>
|
5 |
-
<a class="btn btn-<?php echo ($getPage == 'blog2social-sched') ? 'primary' :'link'; ?> b2s-post-btn" href="admin.php?page=blog2social-sched"><?php _e('Scheduled Posts','blog2social')
|
6 |
<a class="btn btn-<?php echo ($getPage == 'blog2social-publish') ? 'primary' :'link'; ?> b2s-post-btn" href="admin.php?page=blog2social-publish"><?php _e('Shared Posts','blog2social') ?></a>
|
7 |
</div>
|
8 |
<hr class="pull-left">
|
1 |
+
<?php $getPage = $_GET['page'];
|
2 |
+
$isPremiumInfo = (B2S_PLUGIN_USER_VERSION == 0) ? 'b2s-btn-disabled' : '';
|
3 |
+
?>
|
4 |
<!--Navbar Start-->
|
5 |
<div class="col-md-12 pull-left b2s-post-menu del-padding-left">
|
6 |
<a class="btn btn-<?php echo ($getPage == 'blog2social-post') ? 'primary' :'link'; ?> b2s-post-btn" href="admin.php?page=blog2social-post"><?php _e('All Posts','blog2social') ?></a>
|
7 |
+
<a class="btn btn-<?php echo ($getPage == 'blog2social-sched') ? 'primary' :'link'; ?> b2s-post-btn <?php echo $isPremiumInfo; ?>" href="admin.php?page=blog2social-sched"><?php _e('Scheduled Posts','blog2social') ?> <?php echo (!empty($isPremiumInfo) ? '<span class="label label-success">'.__("PREMIUM","blog2social").'</span>' : '' ); ?> </a>
|
8 |
<a class="btn btn-<?php echo ($getPage == 'blog2social-publish') ? 'primary' :'link'; ?> b2s-post-btn" href="admin.php?page=blog2social-publish"><?php _e('Shared Posts','blog2social') ?></a>
|
9 |
</div>
|
10 |
<hr class="pull-left">
|
views/b2s/network.php
CHANGED
@@ -15,16 +15,8 @@ $networkData = $networkItem->getData();
|
|
15 |
<div class="grid b2s-post">
|
16 |
<div class="grid-body">
|
17 |
<h3><?php _e('Networks', 'blog2social') ?>
|
18 |
-
<a
|
19 |
-
|
20 |
-
<div class="pull-right">
|
21 |
-
<?php if (B2S_PLUGIN_USER_VERSION > 1) { ?>
|
22 |
-
<a href="#" class="btn btn-primary btn-xs" data-toggle="modal" data-target="#b2s-network-add-mandant">
|
23 |
-
<?php } else { ?>
|
24 |
-
<a href="#" class="btn btn-primary btn-xs" data-toggle="modal" data-type="create-network-profile" data-title="<?php _e('You want to define a new combination of networks?', 'blog2social') ?>" data-target="#b2sProFeatureModal">
|
25 |
-
<?php } ?>
|
26 |
-
<?php _e('Create new profile', 'blog2social') ?> </a>
|
27 |
-
</div>
|
28 |
</h3>
|
29 |
<hr>
|
30 |
<div class="hidden-lg hidden-md hidden-sm filterShow"><a href="#" onclick="showFilter('show');return false;"><i class="glyphicon glyphicon-chevron-down"></i> <?php _e('filter', 'blog2social') ?></a></div>
|
@@ -32,12 +24,17 @@ $networkData = $networkItem->getData();
|
|
32 |
<div class="form-inline" role="form">
|
33 |
<?php echo $networkItem->getSelectMandantHtml($networkData['mandanten']); ?>
|
34 |
<div class="form-group">
|
35 |
-
|
36 |
-
<
|
37 |
-
|
38 |
-
</a>
|
39 |
-
<?php } ?>
|
40 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
</div>
|
42 |
<br>
|
43 |
</div>
|
@@ -161,13 +158,13 @@ $networkData = $networkItem->getData();
|
|
161 |
</div>
|
162 |
<div class="modal-footer">
|
163 |
<input type="hidden" value="" id="b2s-delete-network-auth-id">
|
|
|
164 |
<button class="btn btn-sm btn-danger b2s-btn-network-delete-auth-confirm-btn"><?php _e('YES, delete', 'blog2social') ?></button>
|
165 |
<button class="btn btn-sm btn-success b2s-btn-network-delete-auth-show-post-btn"><?php _e('View schedule posts for this profile', 'blog2social') ?></button>
|
166 |
</div>
|
167 |
</div>
|
168 |
</div>
|
169 |
</div>
|
170 |
-
<input type="hidden" id="b2sJsTextRemove" value="<?php _e('delete', 'blog2social') ?>">
|
171 |
<input type="hidden" id="b2sUserLang" value="<?php echo substr(B2S_LANGUAGE, 0, 2); ?>">
|
172 |
<input type="hidden" id="b2sServerUrl" value="<?php echo B2S_PLUGIN_SERVER_URL; ?>">
|
173 |
<input type="hidden" id="b2s-redirect-url-sched-post" value="<?php echo $b2sSiteUrl . 'wp-admin/admin.php?page=blog2social-sched'; ?>"/>
|
15 |
<div class="grid b2s-post">
|
16 |
<div class="grid-body">
|
17 |
<h3><?php _e('Networks', 'blog2social') ?>
|
18 |
+
<a class="b2s-info-btn" data-target="#b2sInfoAddMandant" data-toggle="modal" href="#"><?php echo _e('Info', 'blog2social'); ?></a>
|
19 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
</h3>
|
21 |
<hr>
|
22 |
<div class="hidden-lg hidden-md hidden-sm filterShow"><a href="#" onclick="showFilter('show');return false;"><i class="glyphicon glyphicon-chevron-down"></i> <?php _e('filter', 'blog2social') ?></a></div>
|
24 |
<div class="form-inline" role="form">
|
25 |
<?php echo $networkItem->getSelectMandantHtml($networkData['mandanten']); ?>
|
26 |
<div class="form-group">
|
27 |
+
<button href="#" class="btn btn-primary btn-sm b2s-network-mandant-btn-delete" style="display:none;">
|
28 |
+
<span class="glyphicon glyphicon-trash"></span> <?php _e('Delete', 'blog2social') ?>
|
29 |
+
</button>
|
|
|
|
|
30 |
</div>
|
31 |
+
<?php if (B2S_PLUGIN_USER_VERSION > 1) { ?>
|
32 |
+
<a href="#" class="btn btn-primary btn-sm pull-right" data-toggle="modal" data-target="#b2s-network-add-mandant">
|
33 |
+
<span class="glyphicon glyphicon-plus"></span> <?php _e('Create new profile', 'blog2social') ?> <span class="label label-success"></a>
|
34 |
+
<?php } else { ?>
|
35 |
+
<a href="#" class="btn btn-primary btn-sm b2s-btn-disabled pull-right" data-toggle="modal" data-type="create-network-profile" data-title="<?php _e('You want to define a new combination of networks?', 'blog2social') ?>" data-target="#b2sProFeatureModal">
|
36 |
+
<span class="glyphicon glyphicon-plus"></span> <?php _e('Create new profile', 'blog2social') ?> <span class="label label-success"> <?php _e("PREMIUM", "blog2social") ?></span></a>
|
37 |
+
<?php } ?>
|
38 |
</div>
|
39 |
<br>
|
40 |
</div>
|
158 |
</div>
|
159 |
<div class="modal-footer">
|
160 |
<input type="hidden" value="" id="b2s-delete-network-auth-id">
|
161 |
+
<input type="hidden" value="" id="b2s-delete-network-id">
|
162 |
<button class="btn btn-sm btn-danger b2s-btn-network-delete-auth-confirm-btn"><?php _e('YES, delete', 'blog2social') ?></button>
|
163 |
<button class="btn btn-sm btn-success b2s-btn-network-delete-auth-show-post-btn"><?php _e('View schedule posts for this profile', 'blog2social') ?></button>
|
164 |
</div>
|
165 |
</div>
|
166 |
</div>
|
167 |
</div>
|
|
|
168 |
<input type="hidden" id="b2sUserLang" value="<?php echo substr(B2S_LANGUAGE, 0, 2); ?>">
|
169 |
<input type="hidden" id="b2sServerUrl" value="<?php echo B2S_PLUGIN_SERVER_URL; ?>">
|
170 |
<input type="hidden" id="b2s-redirect-url-sched-post" value="<?php echo $b2sSiteUrl . 'wp-admin/admin.php?page=blog2social-sched'; ?>"/>
|
views/b2s/settings.php
CHANGED
@@ -35,15 +35,18 @@ $settingsItem = new B2S_Settings_Item();
|
|
35 |
</div>
|
36 |
<div class="tab-pane" id="b2s-best-time-manager">
|
37 |
<h4><?php echo _e('My Time Settings', 'blog2social'); ?>
|
38 |
-
|
|
|
|
|
|
|
39 |
|
40 |
<div class="pull-right">
|
41 |
<?php if (B2S_PLUGIN_USER_VERSION > 0) { ?>
|
42 |
<a href="#" class="btn btn-primary btn-xs b2s-get-settings-sched-time-default">
|
43 |
<?php } else { ?>
|
44 |
-
<a href="#" class="btn btn-primary btn-xs" data-title = "<?php _e('You want to schedule your posts and use the Best Time Scheduler?', 'blog2social') ?>" data-toggle ="modal" data-target ="#
|
45 |
<?php } _e('Reset predefined best time settings', 'blog2social'); ?></a>
|
46 |
-
<button id="b2s-save-time-settings-btn-trigger" class="btn btn-
|
47 |
</div>
|
48 |
</h4>
|
49 |
<div class="clearfix"></div>
|
@@ -51,8 +54,14 @@ $settingsItem = new B2S_Settings_Item();
|
|
51 |
</div>
|
52 |
<div class="tab-pane" id="b2s-network">
|
53 |
<div class="col-md-12">
|
54 |
-
<h4> <?php
|
55 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
</h4>
|
57 |
<ul class="nav nav-pills">
|
58 |
<li class="active">
|
@@ -69,10 +78,10 @@ $settingsItem = new B2S_Settings_Item();
|
|
69 |
<form class="b2sSaveUserSettingsPostFormatFb" method="post" novalidate="novalidate">
|
70 |
<?php
|
71 |
echo $settingsItem->getNetworkSettingsPostFormatHtml(1);
|
72 |
-
if (B2S_PLUGIN_USER_VERSION
|
73 |
?>
|
74 |
-
<button class="btn btn-
|
75 |
-
|
76 |
<input type="hidden" name="action" value="b2s_user_network_settings">
|
77 |
<input type="hidden" name="type" value="post_format">
|
78 |
<input type="hidden" name="network_id" value="1">
|
@@ -82,15 +91,18 @@ $settingsItem = new B2S_Settings_Item();
|
|
82 |
<form class="b2sSaveUserSettingsPostFormatTw" method="post" novalidate="novalidate">
|
83 |
<?php
|
84 |
echo $settingsItem->getNetworkSettingsPostFormatHtml(2);
|
85 |
-
if (B2S_PLUGIN_USER_VERSION
|
86 |
?>
|
87 |
-
<button class="btn btn-
|
88 |
<?php } ?>
|
89 |
<input type="hidden" name="action" value="b2s_user_network_settings">
|
90 |
<input type="hidden" name="type" value="post_format">
|
91 |
<input type="hidden" name="network_id" value="2">
|
92 |
</form>
|
93 |
</div>
|
|
|
|
|
|
|
94 |
</div>
|
95 |
</div>
|
96 |
</div>
|
@@ -105,39 +117,13 @@ $settingsItem = new B2S_Settings_Item();
|
|
105 |
</div>
|
106 |
</div>
|
107 |
</div>
|
108 |
-
<?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/service.phtml'); ?>
|
109 |
-
<?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/sidebar.phtml'); ?>
|
110 |
</div>
|
111 |
</div>
|
112 |
<input type="hidden" id="b2sLang" value="<?php echo substr(B2S_LANGUAGE, 0, 2); ?>">
|
113 |
<input type="hidden" id="b2sShowSection" value="<?php echo (isset($_GET['show']) ? $_GET['show'] : ''); ?>">
|
114 |
|
115 |
-
<div class="modal fade" id="b2sInfoFormatModal" tabindex="-1" role="dialog" aria-labelledby="b2sInfoFormatModal" aria-hidden="true" data-backdrop="false">
|
116 |
-
<div class="modal-dialog">
|
117 |
-
<div class="modal-content">
|
118 |
-
<div class="modal-header">
|
119 |
-
<button type="button" class="b2s-modal-close close" data-modal-name="#b2sInfoFormatModal" aria-label="Close"><span aria-hidden="true">×</span></button>
|
120 |
-
<h4 class="modal-title"><?php _e('Select the preferred custom post format for your posts', 'blog2social') ?></h4>
|
121 |
-
</div>
|
122 |
-
<div class="row">
|
123 |
-
<div class="col-md-12">
|
124 |
-
<b><?php _e('You can define your preferred custom post format link post or photo post:') ?></b>
|
125 |
-
<div class="col-md-6">
|
126 |
-
<br>
|
127 |
-
<b>1) <?php _e('Link Post', 'blog2social') ?></b><br>
|
128 |
-
<?php _e('The link post format displays posts title, link address and the first one or two sentences of the post. The networks scan this information from your META or OpenGraph. Link posts display the post image, you selected in your WordPress. In case, you have not selected a post image, some networks display the first image detected on your page. The image links to your blog post.', 'blog2social'); ?>
|
129 |
-
</div>
|
130 |
-
<div class="col-md-6">
|
131 |
-
<br>
|
132 |
-
<b>2) <?php _e('Photo Post', 'blog2social') ?></b><br>
|
133 |
-
<?php _e('A photo or image post displays the selected image in the one-page preview of Blog2Social and your comment above the image. The image links to the image view on your image gallery in the respective network. Blog2Social adds the link to your post in your comment. The main benefit of photo posts is that your image is uploaded to your personal image albums or gallery. In Facebook you can edit the albums name with a description of your choice.', 'blog2social'); ?>
|
134 |
-
</div>
|
135 |
-
</div>
|
136 |
-
</div>
|
137 |
-
</div>
|
138 |
-
</div>
|
139 |
-
</div>
|
140 |
-
|
141 |
<div class="modal fade" id="b2sInfoAllowShortcodeModal" tabindex="-1" role="dialog" aria-labelledby="b2sInfoAllowShortcodeModal" aria-hidden="true" data-backdrop="false">
|
142 |
<div class="modal-dialog">
|
143 |
<div class="modal-content">
|
@@ -146,7 +132,7 @@ $settingsItem = new B2S_Settings_Item();
|
|
146 |
<h4 class="modal-title"><?php _e('Allow shortcodes in my post', 'blog2social') ?></h4>
|
147 |
</div>
|
148 |
<div class="modal-body">
|
149 |
-
<?php _e('Shortcodes are used by some wordpress plugins like Elementor, Visual Composer and Content Builder. When a shortcode is inserted in a WordPress post or page, it is replaced with some other content when you publish the article on your blog. In other words, a shortcode instructs WordPress to find a special command that is placed in square brackets ([]) and replace it with the appropriate dynamic content by a plugin you use.<br><br>Activate this feature, if you should use dynamic elements in your articles.', 'blog2social') ?>
|
150 |
</div>
|
151 |
</div>
|
152 |
</div>
|
@@ -160,21 +146,7 @@ $settingsItem = new B2S_Settings_Item();
|
|
160 |
<h4 class="modal-title"><?php _e('Personal Time Zone', 'blog2social') ?></h4>
|
161 |
</div>
|
162 |
<div class="modal-body">
|
163 |
-
<?php _e('Blog2Social applies the scheduled time settings based on the time zone defined in the general settings of your WordPress. You can select a user-specific time zone that deviates from the Wordpress system time zone for your social media scheduling.<br><br>Select the desired time zone from the drop-down menu.', 'blog2social') ?>
|
164 |
-
</div>
|
165 |
-
</div>
|
166 |
-
</div>
|
167 |
-
</div>
|
168 |
-
|
169 |
-
<div class="modal fade" id="b2sInfoAutoShareSettingsModal" tabindex="-1" role="dialog" aria-labelledby="b2sInfoAutoShareSettingsModal" aria-hidden="true" data-backdrop="false">
|
170 |
-
<div class="modal-dialog">
|
171 |
-
<div class="modal-content">
|
172 |
-
<div class="modal-header">
|
173 |
-
<button type="button" class="b2s-modal-close close" data-modal-name="#b2sInfoAutoShareSettingsModal" aria-label="Close"><span aria-hidden="true">×</span></button>
|
174 |
-
<h4 class="modal-title"><?php _e('Select the content type you want to auto-post by default', 'blog2social') ?></h4>
|
175 |
-
</div>
|
176 |
-
<div class="modal-body">
|
177 |
-
<?php _e('Please select the content type you want to auto-post by default.<br>You can activate auto-post by default for posts, pages and any custom post type. As well, you can differentiate between new and updated pieces of content.<br>Once activated, Blog2Social will auto-post any respective piece of content whenever you publish or update it. You can activate or deactivate auto-posting for a single piece of content in the WordPress post editor. ', 'blog2social') ?>
|
178 |
</div>
|
179 |
</div>
|
180 |
</div>
|
@@ -185,4 +157,3 @@ $settingsItem = new B2S_Settings_Item();
|
|
185 |
|
186 |
|
187 |
|
188 |
-
|
35 |
</div>
|
36 |
<div class="tab-pane" id="b2s-best-time-manager">
|
37 |
<h4><?php echo _e('My Time Settings', 'blog2social'); ?>
|
38 |
+
<?php if (B2S_PLUGIN_USER_VERSION == 0) { ?>
|
39 |
+
<span class="label label-success label-sm"><a href="#" class="btn-label-premium" data-toggle="modal" data-target="#b2sInfoSchedTimesModal"><?php _e("PREMIUM", "blog2social") ?></a></span>
|
40 |
+
<?php } ?>
|
41 |
+
<a href="#" data-toggle="modal" data-target="#b2sInfoSchedTimesModal" class="b2s-info-btn del-padding-left b2s-load-settings-sched-time-default-info"><?php echo _e('Info', 'blog2social'); ?></a>
|
42 |
|
43 |
<div class="pull-right">
|
44 |
<?php if (B2S_PLUGIN_USER_VERSION > 0) { ?>
|
45 |
<a href="#" class="btn btn-primary btn-xs b2s-get-settings-sched-time-default">
|
46 |
<?php } else { ?>
|
47 |
+
<a href="#" class="btn btn-primary b2s-btn-disabled btn-xs" data-title = "<?php _e('You want to schedule your posts and use the Best Time Scheduler?', 'blog2social') ?>" data-toggle ="modal" data-target ="#b2sInfoSchedTimesModal">
|
48 |
<?php } _e('Reset predefined best time settings', 'blog2social'); ?></a>
|
49 |
+
<button id="b2s-save-time-settings-btn-trigger" class="btn btn-primary btn-xs <?php echo (B2S_PLUGIN_USER_VERSION == 0) ? 'b2s-btn-disabled' : ''; ?>"><?php _e('save', 'blog2social') ?></button>
|
50 |
</div>
|
51 |
</h4>
|
52 |
<div class="clearfix"></div>
|
54 |
</div>
|
55 |
<div class="tab-pane" id="b2s-network">
|
56 |
<div class="col-md-12">
|
57 |
+
<h4> <?php
|
58 |
+
_e('Post format', 'blog2social');
|
59 |
+
if (B2S_PLUGIN_USER_VERSION <= 1) {
|
60 |
+
?>
|
61 |
+
<span class="label label-success label-sm"><a href="#" class="btn-label-premium" data-toggle="modal" data-target="#b2sInfoFormatModal"><?php _e("PREMIUM", "blog2social") ?></a></span>
|
62 |
+
<?php }
|
63 |
+
?>
|
64 |
+
<a href="#" data-toggle="modal" data-target="#b2sInfoFormatModal" class="b2s-info-btn del-padding-left"><?php echo _e('Info', 'blog2social'); ?></a>
|
65 |
</h4>
|
66 |
<ul class="nav nav-pills">
|
67 |
<li class="active">
|
78 |
<form class="b2sSaveUserSettingsPostFormatFb" method="post" novalidate="novalidate">
|
79 |
<?php
|
80 |
echo $settingsItem->getNetworkSettingsPostFormatHtml(1);
|
81 |
+
if (B2S_PLUGIN_USER_VERSION > 0) {
|
82 |
?>
|
83 |
+
<button class="btn btn-primary pull-right" type="submit"><?php _e('save', 'blog2social') ?></button>
|
84 |
+
<?php } ?>
|
85 |
<input type="hidden" name="action" value="b2s_user_network_settings">
|
86 |
<input type="hidden" name="type" value="post_format">
|
87 |
<input type="hidden" name="network_id" value="1">
|
91 |
<form class="b2sSaveUserSettingsPostFormatTw" method="post" novalidate="novalidate">
|
92 |
<?php
|
93 |
echo $settingsItem->getNetworkSettingsPostFormatHtml(2);
|
94 |
+
if (B2S_PLUGIN_USER_VERSION > 0) {
|
95 |
?>
|
96 |
+
<button class="btn btn-primary pull-right" type="submit"><?php _e('save', 'blog2social') ?></button>
|
97 |
<?php } ?>
|
98 |
<input type="hidden" name="action" value="b2s_user_network_settings">
|
99 |
<input type="hidden" name="type" value="post_format">
|
100 |
<input type="hidden" name="network_id" value="2">
|
101 |
</form>
|
102 |
</div>
|
103 |
+
<?php if (B2S_PLUGIN_USER_VERSION == 0) { ?>
|
104 |
+
<button class="btn btn-primary b2s-btn-disabled pull-right" data-toggle = "modal" data-target = "#b2sInfoFormatModal"><?php _e('save', 'blog2social') ?></button>
|
105 |
+
<?php } ?>
|
106 |
</div>
|
107 |
</div>
|
108 |
</div>
|
117 |
</div>
|
118 |
</div>
|
119 |
</div>
|
120 |
+
<?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/service.phtml'); ?>
|
121 |
+
<?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/sidebar.phtml'); ?>
|
122 |
</div>
|
123 |
</div>
|
124 |
<input type="hidden" id="b2sLang" value="<?php echo substr(B2S_LANGUAGE, 0, 2); ?>">
|
125 |
<input type="hidden" id="b2sShowSection" value="<?php echo (isset($_GET['show']) ? $_GET['show'] : ''); ?>">
|
126 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
127 |
<div class="modal fade" id="b2sInfoAllowShortcodeModal" tabindex="-1" role="dialog" aria-labelledby="b2sInfoAllowShortcodeModal" aria-hidden="true" data-backdrop="false">
|
128 |
<div class="modal-dialog">
|
129 |
<div class="modal-content">
|
132 |
<h4 class="modal-title"><?php _e('Allow shortcodes in my post', 'blog2social') ?></h4>
|
133 |
</div>
|
134 |
<div class="modal-body">
|
135 |
+
<?php _e('Shortcodes are used by some wordpress plugins like Elementor, Visual Composer and Content Builder. When a shortcode is inserted in a WordPress post or page, it is replaced with some other content when you publish the article on your blog. In other words, a shortcode instructs WordPress to find a special command that is placed in square brackets ([]) and replace it with the appropriate dynamic content by a plugin you use.<br><br>Activate this feature, if you should use dynamic elements in your articles.', 'blog2social') ?>
|
136 |
</div>
|
137 |
</div>
|
138 |
</div>
|
146 |
<h4 class="modal-title"><?php _e('Personal Time Zone', 'blog2social') ?></h4>
|
147 |
</div>
|
148 |
<div class="modal-body">
|
149 |
+
<?php _e('Blog2Social applies the scheduled time settings based on the time zone defined in the general settings of your WordPress. You can select a user-specific time zone that deviates from the Wordpress system time zone for your social media scheduling.<br><br>Select the desired time zone from the drop-down menu.', 'blog2social') ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
150 |
</div>
|
151 |
</div>
|
152 |
</div>
|
157 |
|
158 |
|
159 |
|
|
views/b2s/ship.php
CHANGED
@@ -14,6 +14,7 @@ $options = new B2S_Options(B2S_PLUGIN_BLOG_USER_ID);
|
|
14 |
$optionUserTimeZone = $options->_getOption('user_time_zone');
|
15 |
$userTimeZone = ($optionUserTimeZone !== false) ? $optionUserTimeZone : get_option('timezone_string');
|
16 |
$userTimeZoneOffset = (empty($userTimeZone)) ? get_option('gmt_offset') : B2S_Util::getOffsetToUtcByTimeZone($userTimeZone);
|
|
|
17 |
?>
|
18 |
<div class="b2s-container">
|
19 |
<div class="b2s-inbox">
|
@@ -36,22 +37,21 @@ $userTimeZoneOffset = (empty($userTimeZone)) ? get_option('gmt_offset') : B2S_Ut
|
|
36 |
<div class="b2s-settings-user-sched-time-area col-xs-12 del-padding-left hidden-xs">
|
37 |
<button type="button" class="btn btn-link pull-left btn-xs scroll-to-bottom"><span class="glyphicon glyphicon-chevron-down"></span> <?php _e('scroll to bottom', 'blog2social') ?> </button>
|
38 |
<div class="pull-right">
|
39 |
-
<a href="#" data-toggle="modal" data-target="#b2sInfoSchedTimesModal" class="btn btn-link btn-lg del-padding-left b2s-load-settings-sched-time-default-info"><span class="glyphicon glyphicon-info-sign glyphicon-success"></span></a>
|
40 |
<?php if (B2S_PLUGIN_USER_VERSION > 0) { ?>
|
41 |
<a href="#" class="btn btn-primary btn-xs b2s-get-settings-sched-time-user">
|
42 |
<?php } else { ?>
|
43 |
-
<a href="#" class="btn btn-primary btn-xs" data-toggle="modal" data-title="<?php _e('You want to load your time settings?', 'blog2social') ?>" data-target="#b2sPreFeatureModal">
|
44 |
-
<?php } _e('My Time Settings', 'blog2social'); ?></a>
|
45 |
|
46 |
<?php if (B2S_PLUGIN_USER_VERSION > 0) { ?>
|
47 |
<a href="#" class="btn btn-primary btn-xs b2s-get-settings-sched-time-default">
|
48 |
<?php } else { ?>
|
49 |
-
<a href="#" class="btn btn-primary btn-xs b2s-get-settings-sched-time-open-modal" data-toggle="modal" data-title="<?php _e('You want to schedule your posts and use the Best Time Scheduler?', 'blog2social') ?>" data-target="#b2sPreFeatureModal">
|
50 |
-
<?php } _e('Best Time Scheduler', 'blog2social'); ?></a>
|
51 |
<?php if (B2S_PLUGIN_USER_VERSION > 0) { ?>
|
52 |
-
<
|
53 |
-
<a href="#" class="b2s-time-settings-modal-btn btn btn-xs btn-link" data-toggle="modal" data-target="#b2s-time-settings-modal"><?php _e('Settings', 'blog2socia'); ?></a><br>
|
54 |
<?php } ?>
|
|
|
55 |
</div>
|
56 |
</div>
|
57 |
<?php } ?>
|
@@ -121,14 +121,14 @@ $userTimeZoneOffset = (empty($userTimeZone)) ? get_option('gmt_offset') : B2S_Ut
|
|
121 |
<li>
|
122 |
<div class="b2s-network-list">
|
123 |
<div class="b2s-network-thumb">
|
124 |
-
<
|
125 |
</div>
|
126 |
-
<div class="b2s-network-details-header">
|
127 |
-
|
128 |
-
|
129 |
-
<?php
|
130 |
-
|
131 |
-
|
132 |
</div>
|
133 |
</div>
|
134 |
</li>
|
@@ -154,7 +154,7 @@ $userTimeZoneOffset = (empty($userTimeZone)) ? get_option('gmt_offset') : B2S_Ut
|
|
154 |
</div>
|
155 |
|
156 |
<?php if (defined("B2S_PLUGIN_NOTICE_SITE_URL") && B2S_PLUGIN_NOTICE_SITE_URL == false) { ?>
|
157 |
-
<div class="b2s-info-blog-url-area">
|
158 |
<div class="b2s-post-area col-md-9 del-padding-left">
|
159 |
<div class="panel panel-group text-center">
|
160 |
<div class="panel-body" style="margin:15px;height:500px;background:url('<?php echo plugins_url('/assets/images/no-network-selected.png', B2S_PLUGIN_FILE); ?>') no-repeat;background-position:center;">
|
@@ -209,14 +209,16 @@ $userTimeZoneOffset = (empty($userTimeZone)) ? get_option('gmt_offset') : B2S_Ut
|
|
209 |
<div class="b2s-reporting-btn-area col-md-9 del-padding-left" style="display: none;">
|
210 |
<div class="panel panel-group">
|
211 |
<div class="panel-body">
|
212 |
-
|
213 |
-
|
214 |
-
|
215 |
-
|
216 |
-
|
217 |
-
|
218 |
-
|
219 |
-
|
|
|
|
|
220 |
</div>
|
221 |
</div>
|
222 |
</div>
|
@@ -283,8 +285,8 @@ $userTimeZoneOffset = (empty($userTimeZone)) ? get_option('gmt_offset') : B2S_Ut
|
|
283 |
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Post on pages and groups', 'blog2social') ?><br>
|
284 |
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Share on multiple profiles, pages and groups', 'blog2social') ?><br>
|
285 |
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Auto-post and auto-schedule new and updated blog posts', 'blog2social') ?><br>
|
286 |
-
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Schedule your posts at the best times on each network', 'blog2social') ?><br>
|
287 |
-
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Best Time Manager: use predefined best time scheduler to auto-schedule your social media posts', 'blog2social') ?><br>
|
288 |
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Schedule your post for one time, multiple times or recurrently', 'blog2social') ?><br>
|
289 |
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Schedule and re-share old posts', 'blog2social') ?><br>
|
290 |
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Select link format or image format for your posts', 'blog2social') ?><br>
|
@@ -308,22 +310,48 @@ $userTimeZoneOffset = (empty($userTimeZone)) ? get_option('gmt_offset') : B2S_Ut
|
|
308 |
</div>
|
309 |
<div class="modal-body">
|
310 |
<?php _e('You can save your current network settings as "Standard" network settings for any future sharing activities or as a "Profile" to choose from (Premium).<br><br>Your Standard selection will show as activated upon pressing the "share on social media" button on the right hand side bar. You can change these settings any time per click, or choose another network profile (Premium).<br><br>You can also pre-define various different sets of networks, for specific social media accounts, target groups, contents or sharing purposes. For example you can define a specific set of networks for sharing your posts images only or for re-sharing your evergreen content on a recurring basis. On the preview-page you may edit your selected or pre-selected networks anytime by simply clicking on the respective network account to select or remove an account from the current sharing scheme.', 'blog2social') ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
311 |
<?php if (B2S_PLUGIN_USER_VERSION == 0) { ?>
|
312 |
<hr>
|
313 |
-
<h4><?php _e('You want to
|
314 |
<?php _e('With Blog2Social Premium you can:', 'blog2social') ?>
|
315 |
<br>
|
316 |
<br>
|
317 |
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Post on pages and groups', 'blog2social') ?><br>
|
318 |
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Share on multiple profiles, pages and groups', 'blog2social') ?><br>
|
319 |
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Auto-post and auto-schedule new and updated blog posts', 'blog2social') ?><br>
|
320 |
-
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Schedule your posts at the best times on each network', 'blog2social') ?><br>
|
321 |
-
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Best Time Manager: use predefined best time scheduler to auto-schedule your social media posts', 'blog2social') ?><br>
|
322 |
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Schedule your post for one time, multiple times or recurrently', 'blog2social') ?><br>
|
323 |
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Schedule and re-share old posts', 'blog2social') ?><br>
|
324 |
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Select link format or image format for your posts', 'blog2social') ?><br>
|
325 |
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Select individual images per post', 'blog2social') ?><br>
|
326 |
-
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Reporting & calendar: keep track of your published and scheduled social media posts', 'blog2social') ?><br>
|
327 |
<br>
|
328 |
<a target="_blank" href="<?php echo B2S_Tools::getSupportLink('affiliate'); ?>" class="btn btn-success center-block"><?php _e('Upgrade to PREMIUM', 'blog2social') ?></a>
|
329 |
<br>
|
@@ -335,37 +363,36 @@ $userTimeZoneOffset = (empty($userTimeZone)) ? get_option('gmt_offset') : B2S_Ut
|
|
335 |
</div>
|
336 |
|
337 |
|
338 |
-
<div id="b2s-
|
339 |
<div class="modal-dialog">
|
340 |
<div class="modal-content">
|
341 |
<div class="modal-header">
|
342 |
-
<button type="button" class="b2s-modal-close close" data-modal-name="#b2s-
|
343 |
-
<h4 class="modal-title"><?php _e('
|
344 |
</div>
|
345 |
<div class="modal-body">
|
346 |
-
<p><?php _e('
|
347 |
<br>
|
348 |
<div class="clearfix"></div>
|
349 |
-
<
|
350 |
-
|
351 |
-
</div>
|
352 |
-
<div class="col-md-6 del-padding-right">
|
353 |
-
<button type="button" class="b2s-modal-close btn btn-primary btn-block" data-modal-name="#b2s-network-sched-post-info" id="b2s-network-sched-post-info-ignore"><?php _e('Ignore & share', 'blog2social') ?></button>
|
354 |
-
</div>
|
355 |
<br>
|
|
|
|
|
|
|
|
|
|
|
356 |
<br>
|
357 |
-
|
358 |
<?php if (B2S_PLUGIN_USER_VERSION == 0) { ?>
|
359 |
<hr>
|
360 |
-
<h4><?php _e('You want to schedule your posts and use the Best Time Scheduler?', 'blog2social'); ?></h4>
|
361 |
<?php _e('With Blog2Social Premium you can:', 'blog2social') ?>
|
362 |
<br>
|
363 |
<br>
|
364 |
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Post on pages and groups', 'blog2social') ?><br>
|
365 |
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Share on multiple profiles, pages and groups', 'blog2social') ?><br>
|
366 |
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Auto-post and auto-schedule new and updated blog posts', 'blog2social') ?><br>
|
367 |
-
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Schedule your posts at the best times on each network', 'blog2social') ?><br>
|
368 |
-
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Best Time Manager: use predefined best time scheduler to auto-schedule your social media posts', 'blog2social') ?><br>
|
369 |
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Schedule your post for one time, multiple times or recurrently', 'blog2social') ?><br>
|
370 |
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Schedule and re-share old posts', 'blog2social') ?><br>
|
371 |
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Select link format or image format for your posts', 'blog2social') ?><br>
|
@@ -381,6 +408,7 @@ $userTimeZoneOffset = (empty($userTimeZone)) ? get_option('gmt_offset') : B2S_Ut
|
|
381 |
</div>
|
382 |
</div>
|
383 |
|
|
|
384 |
<div id="b2s-network-select-image" class="modal fade" role="dialog" aria-labelledby="b2s-network-select-image" aria-hidden="true" data-backdrop="false">
|
385 |
<div class="modal-dialog modal-lg">
|
386 |
<div class="modal-content">
|
@@ -430,15 +458,15 @@ $userTimeZoneOffset = (empty($userTimeZone)) ? get_option('gmt_offset') : B2S_Ut
|
|
430 |
<div class="modal-header">
|
431 |
<button type="button" class="b2s-modal-close close" data-modal-name="#b2s-post-ship-item-post-format-modal">×</button>
|
432 |
<h4 class="modal-title"><?php _e('Choose your', 'blog2social') ?> <span id="b2s-post-ship-item-post-format-network-title"></span> <?php _e('Post Format', 'blog2social') ?>
|
433 |
-
|
434 |
-
|
435 |
-
|
436 |
</h4>
|
437 |
</div>
|
438 |
<div class="modal-body">
|
439 |
<div class="row">
|
440 |
<div class="col-xs-12">
|
441 |
-
<?php echo $settingsItem->getNetworkSettingsHtml(); ?>
|
442 |
</div>
|
443 |
</div>
|
444 |
<div class="row">
|
@@ -472,7 +500,7 @@ $userTimeZoneOffset = (empty($userTimeZone)) ? get_option('gmt_offset') : B2S_Ut
|
|
472 |
<input type="hidden" id="b2sDefaultNoImage" value="<?php echo plugins_url('/assets/images/no-image.png', B2S_PLUGIN_FILE); ?>">
|
473 |
<?php echo $settingsItem->setNetworkSettingsHtml(); ?>
|
474 |
<?php if (trim(strtolower($postData->post_status)) == 'future') { ?>
|
475 |
-
<input type="hidden" id="b2sBlogPostSchedDate" value="<?php echo strtotime($postData->post_date); ?>000"> <!--for milliseconds-->
|
476 |
-
<input type="hidden" id="b2sSchedPostInfoIgnore" value="0">
|
477 |
<?php
|
478 |
}
|
14 |
$optionUserTimeZone = $options->_getOption('user_time_zone');
|
15 |
$userTimeZone = ($optionUserTimeZone !== false) ? $optionUserTimeZone : get_option('timezone_string');
|
16 |
$userTimeZoneOffset = (empty($userTimeZone)) ? get_option('gmt_offset') : B2S_Util::getOffsetToUtcByTimeZone($userTimeZone);
|
17 |
+
$isPremium = (B2S_PLUGIN_USER_VERSION == 0) ? '<span class="label label-success">' . __("PREMIUM", "blog2social") . '</span>' : '';
|
18 |
?>
|
19 |
<div class="b2s-container">
|
20 |
<div class="b2s-inbox">
|
37 |
<div class="b2s-settings-user-sched-time-area col-xs-12 del-padding-left hidden-xs">
|
38 |
<button type="button" class="btn btn-link pull-left btn-xs scroll-to-bottom"><span class="glyphicon glyphicon-chevron-down"></span> <?php _e('scroll to bottom', 'blog2social') ?> </button>
|
39 |
<div class="pull-right">
|
|
|
40 |
<?php if (B2S_PLUGIN_USER_VERSION > 0) { ?>
|
41 |
<a href="#" class="btn btn-primary btn-xs b2s-get-settings-sched-time-user">
|
42 |
<?php } else { ?>
|
43 |
+
<a href="#" class="btn btn-primary btn-xs b2s-btn-disabled" data-toggle="modal" data-title="<?php _e('You want to load your time settings?', 'blog2social') ?>" data-target="#b2sPreFeatureModal">
|
44 |
+
<?php } _e('Load My Time Settings', 'blog2social'); ?> <?php echo $isPremium; ?></a>
|
45 |
|
46 |
<?php if (B2S_PLUGIN_USER_VERSION > 0) { ?>
|
47 |
<a href="#" class="btn btn-primary btn-xs b2s-get-settings-sched-time-default">
|
48 |
<?php } else { ?>
|
49 |
+
<a href="#" class="btn btn-primary btn-xs b2s-btn-disabled b2s-get-settings-sched-time-open-modal" data-toggle="modal" data-title="<?php _e('You want to schedule your posts and use the Best Time Scheduler?', 'blog2social') ?>" data-target="#b2sPreFeatureModal">
|
50 |
+
<?php } _e('Load Best Time Scheduler', 'blog2social'); ?> <?php echo $isPremium; ?></a>
|
51 |
<?php if (B2S_PLUGIN_USER_VERSION > 0) { ?>
|
52 |
+
<a href="#" class="b2s-time-settings-modal-btn btn btn-primary btn-xs" data-toggle="modal" data-target="#b2s-time-settings-modal"><?php _e('Settings', 'blog2social'); ?></a>
|
|
|
53 |
<?php } ?>
|
54 |
+
<a href="#" data-toggle="modal" data-target="#b2sInfoSchedTimesModal" class="btn btn-link btn-xs hidden-sm b2s-load-settings-sched-time-default-info"><?php echo _e('Info', 'blog2social'); ?></a>
|
55 |
</div>
|
56 |
</div>
|
57 |
<?php } ?>
|
121 |
<li>
|
122 |
<div class="b2s-network-list">
|
123 |
<div class="b2s-network-thumb">
|
124 |
+
<i class="glyphicon glyphicon-save"></i>
|
125 |
</div>
|
126 |
+
<div class="b2s-network-details-header b2s-margin-top-8">
|
127 |
+
|
128 |
+
<a href="#" class="btn btn-primary btn-sm b2s-network-setting-save-btn b2s-loading-area-save-profile-change">
|
129 |
+
<?php _e('Save Network Selection', 'blog2social') ?>
|
130 |
+
</a>
|
131 |
+
<a href="#" data-toggle="modal" data-target="#b2s-network-setting-save" class="btn btn-primary btn-sm hidden-sm b2s-network-setting-save"><?php echo _e('Info', 'blog2social'); ?></a>
|
132 |
</div>
|
133 |
</div>
|
134 |
</li>
|
154 |
</div>
|
155 |
|
156 |
<?php if (defined("B2S_PLUGIN_NOTICE_SITE_URL") && B2S_PLUGIN_NOTICE_SITE_URL == false) { ?>
|
157 |
+
<div class="b2s-info-blog-url-area">
|
158 |
<div class="b2s-post-area col-md-9 del-padding-left">
|
159 |
<div class="panel panel-group text-center">
|
160 |
<div class="panel-body" style="margin:15px;height:500px;background:url('<?php echo plugins_url('/assets/images/no-network-selected.png', B2S_PLUGIN_FILE); ?>') no-repeat;background-position:center;">
|
209 |
<div class="b2s-reporting-btn-area col-md-9 del-padding-left" style="display: none;">
|
210 |
<div class="panel panel-group">
|
211 |
<div class="panel-body">
|
212 |
+
<div class="pull-right">
|
213 |
+
<?php $allPosts = get_option('siteurl') . ((substr(get_option('siteurl'), -1, 1) == '/') ? '' : '/') . 'wp-admin/admin.php?page=blog2social-post'; ?>
|
214 |
+
<a href="#" data-toggle="modal" data-target="#b2s-re-share-info" class="btn btn-link btn-sm hidden-sm del-padding-left b2s-info-btn b2s-re-share-info"><?php echo _e('Info', 'blog2social'); ?></a>
|
215 |
+
<?php if (B2S_PLUGIN_USER_VERSION > 0) { ?>
|
216 |
+
<button class="btn btn-primary b2s-re-share-btn"><?php _e('Re-share this post', 'blog2social') ?></button>
|
217 |
+
<?php } else { ?>
|
218 |
+
<a href="#" class="btn btn-primary b2s-btn-disabled" data-toggle="modal" data-title="You want to re-share your blog post?" data-target="#b2sPreFeatureModal"><?php _e('Re-share this post', 'blog2social') ?> <?php echo $isPremium; ?></a>
|
219 |
+
<?php } ?>
|
220 |
+
<a class="btn btn-primary" href="<?php echo $allPosts; ?>"><?php _e('Share new post on Social Media', 'blog2social') ?></a>
|
221 |
+
</div>
|
222 |
</div>
|
223 |
</div>
|
224 |
</div>
|
285 |
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Post on pages and groups', 'blog2social') ?><br>
|
286 |
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Share on multiple profiles, pages and groups', 'blog2social') ?><br>
|
287 |
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Auto-post and auto-schedule new and updated blog posts', 'blog2social') ?><br>
|
288 |
+
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Schedule your posts at the best times on each network', 'blog2social') ?><br>
|
289 |
+
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Best Time Manager: use predefined best time scheduler to auto-schedule your social media posts', 'blog2social') ?><br>
|
290 |
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Schedule your post for one time, multiple times or recurrently', 'blog2social') ?><br>
|
291 |
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Schedule and re-share old posts', 'blog2social') ?><br>
|
292 |
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Select link format or image format for your posts', 'blog2social') ?><br>
|
310 |
</div>
|
311 |
<div class="modal-body">
|
312 |
<?php _e('You can save your current network settings as "Standard" network settings for any future sharing activities or as a "Profile" to choose from (Premium).<br><br>Your Standard selection will show as activated upon pressing the "share on social media" button on the right hand side bar. You can change these settings any time per click, or choose another network profile (Premium).<br><br>You can also pre-define various different sets of networks, for specific social media accounts, target groups, contents or sharing purposes. For example you can define a specific set of networks for sharing your posts images only or for re-sharing your evergreen content on a recurring basis. On the preview-page you may edit your selected or pre-selected networks anytime by simply clicking on the respective network account to select or remove an account from the current sharing scheme.', 'blog2social') ?>
|
313 |
+
</div>
|
314 |
+
</div>
|
315 |
+
</div>
|
316 |
+
</div>
|
317 |
+
|
318 |
+
|
319 |
+
<div id="b2s-network-sched-post-info" class="modal fade" role="dialog" aria-labelledby="b2s-network-sched-post-info" aria-hidden="true" data-backdrop="false">
|
320 |
+
<div class="modal-dialog">
|
321 |
+
<div class="modal-content">
|
322 |
+
<div class="modal-header">
|
323 |
+
<button type="button" class="b2s-modal-close close" data-modal-name="#b2s-network-sched-post-info">×</button>
|
324 |
+
<h4 class="modal-title"><?php _e('Your blog post is not yet published on your Wordpress!', 'blog2social') ?></h4>
|
325 |
+
</div>
|
326 |
+
<div class="modal-body">
|
327 |
+
<p><?php _e('At least one of your selected networks is set to "Share Now"', 'blog2social') ?></p>
|
328 |
+
<br>
|
329 |
+
<div class="clearfix"></div>
|
330 |
+
<div class="col-md-6 del-padding-left">
|
331 |
+
<button type="button" class="b2s-modal-close btn btn-success btn-block" data-modal-name="#b2s-network-sched-post-info"><?php _e('Schedule your post', 'blog2social') ?></button>
|
332 |
+
</div>
|
333 |
+
<div class="col-md-6 del-padding-right">
|
334 |
+
<button type="button" class="b2s-modal-close btn btn-primary btn-block" data-modal-name="#b2s-network-sched-post-info" id="b2s-network-sched-post-info-ignore"><?php _e('Ignore & share', 'blog2social') ?></button>
|
335 |
+
</div>
|
336 |
+
<br>
|
337 |
+
<br>
|
338 |
+
|
339 |
<?php if (B2S_PLUGIN_USER_VERSION == 0) { ?>
|
340 |
<hr>
|
341 |
+
<h4><?php _e('You want to schedule your posts and use the Best Time Scheduler?', 'blog2social'); ?></h4>
|
342 |
<?php _e('With Blog2Social Premium you can:', 'blog2social') ?>
|
343 |
<br>
|
344 |
<br>
|
345 |
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Post on pages and groups', 'blog2social') ?><br>
|
346 |
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Share on multiple profiles, pages and groups', 'blog2social') ?><br>
|
347 |
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Auto-post and auto-schedule new and updated blog posts', 'blog2social') ?><br>
|
348 |
+
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Schedule your posts at the best times on each network', 'blog2social') ?><br>
|
349 |
+
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Best Time Manager: use predefined best time scheduler to auto-schedule your social media posts', 'blog2social') ?><br>
|
350 |
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Schedule your post for one time, multiple times or recurrently', 'blog2social') ?><br>
|
351 |
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Schedule and re-share old posts', 'blog2social') ?><br>
|
352 |
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Select link format or image format for your posts', 'blog2social') ?><br>
|
353 |
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Select individual images per post', 'blog2social') ?><br>
|
354 |
+
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Reporting & calendar: keep track of your published and scheduled social media posts', 'blog2social') ?><br>
|
355 |
<br>
|
356 |
<a target="_blank" href="<?php echo B2S_Tools::getSupportLink('affiliate'); ?>" class="btn btn-success center-block"><?php _e('Upgrade to PREMIUM', 'blog2social') ?></a>
|
357 |
<br>
|
363 |
</div>
|
364 |
|
365 |
|
366 |
+
<div id="b2s-sched-post-modal" class="modal fade" role="dialog" aria-labelledby="b2s-sched-post-modal" aria-hidden="true" data-backdrop="false">
|
367 |
<div class="modal-dialog">
|
368 |
<div class="modal-content">
|
369 |
<div class="modal-header">
|
370 |
+
<button type="button" class="b2s-modal-close close" data-modal-name="#b2s-sched-post-modal">×</button>
|
371 |
+
<h4 class="modal-title"><?php _e('Need to schedule your posts?', 'blog2social') ?></h4>
|
372 |
</div>
|
373 |
<div class="modal-body">
|
374 |
+
<p><?php _e('Blog2Social Premium covers everything you need.', 'blog2social') ?></p>
|
375 |
<br>
|
376 |
<div class="clearfix"></div>
|
377 |
+
<b><?php _e('Schedule post once', 'blog2social') ?></b>
|
378 |
+
<p><?php _e('You want to publish a post on a specific date? No problem! Just enter your desired date and you are ready to go!', 'blog2social') ?></p>
|
|
|
|
|
|
|
|
|
379 |
<br>
|
380 |
+
<b><?php _e('Schedule post recurrently', 'blog2social') ?></b>
|
381 |
+
<p><?php _e('You have a timeless contribution that everyone must have seen? Plan your publications once as an appointment.', 'blog2social') ?></p>
|
382 |
+
<br>
|
383 |
+
<b><?php _e('Best Time Scheduler', 'blog2social') ?></b>
|
384 |
+
<p><?php _e('You get too few responses in social media? Maybe there was just no one there who could have seen your contribution. Plan the release with the Best Times Manager of Blog2Social at the peak times of social media. Your fanbase is now listening.', 'blog2social') ?></p>
|
385 |
<br>
|
|
|
386 |
<?php if (B2S_PLUGIN_USER_VERSION == 0) { ?>
|
387 |
<hr>
|
|
|
388 |
<?php _e('With Blog2Social Premium you can:', 'blog2social') ?>
|
389 |
<br>
|
390 |
<br>
|
391 |
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Post on pages and groups', 'blog2social') ?><br>
|
392 |
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Share on multiple profiles, pages and groups', 'blog2social') ?><br>
|
393 |
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Auto-post and auto-schedule new and updated blog posts', 'blog2social') ?><br>
|
394 |
+
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Schedule your posts at the best times on each network', 'blog2social') ?><br>
|
395 |
+
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Best Time Manager: use predefined best time scheduler to auto-schedule your social media posts', 'blog2social') ?><br>
|
396 |
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Schedule your post for one time, multiple times or recurrently', 'blog2social') ?><br>
|
397 |
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Schedule and re-share old posts', 'blog2social') ?><br>
|
398 |
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Select link format or image format for your posts', 'blog2social') ?><br>
|
408 |
</div>
|
409 |
</div>
|
410 |
|
411 |
+
|
412 |
<div id="b2s-network-select-image" class="modal fade" role="dialog" aria-labelledby="b2s-network-select-image" aria-hidden="true" data-backdrop="false">
|
413 |
<div class="modal-dialog modal-lg">
|
414 |
<div class="modal-content">
|
458 |
<div class="modal-header">
|
459 |
<button type="button" class="b2s-modal-close close" data-modal-name="#b2s-post-ship-item-post-format-modal">×</button>
|
460 |
<h4 class="modal-title"><?php _e('Choose your', 'blog2social') ?> <span id="b2s-post-ship-item-post-format-network-title"></span> <?php _e('Post Format', 'blog2social') ?>
|
461 |
+
<?php if (B2S_PLUGIN_USER_VERSION >= 2) { ?>
|
462 |
+
<?php _e('for:', 'blog2social') ?> <span id="b2s-post-ship-item-post-format-network-display-name"></span>
|
463 |
+
<?php } ?>
|
464 |
</h4>
|
465 |
</div>
|
466 |
<div class="modal-body">
|
467 |
<div class="row">
|
468 |
<div class="col-xs-12">
|
469 |
+
<?php echo $settingsItem->getNetworkSettingsHtml(); ?>
|
470 |
</div>
|
471 |
</div>
|
472 |
<div class="row">
|
500 |
<input type="hidden" id="b2sDefaultNoImage" value="<?php echo plugins_url('/assets/images/no-image.png', B2S_PLUGIN_FILE); ?>">
|
501 |
<?php echo $settingsItem->setNetworkSettingsHtml(); ?>
|
502 |
<?php if (trim(strtolower($postData->post_status)) == 'future') { ?>
|
503 |
+
<input type="hidden" id="b2sBlogPostSchedDate" value="<?php echo strtotime($postData->post_date); ?>000"> <!--for milliseconds-->
|
504 |
+
<input type="hidden" id="b2sSchedPostInfoIgnore" value="0">
|
505 |
<?php
|
506 |
}
|