Version Description
Usability Optimization, adapting to the facebook sharing process
Download this release
Release Info
Developer | Blog2Social |
Plugin | Blog2Social: Social Media Auto Post & Scheduler |
Version | 4.9.1 |
Comparing to | |
See all releases |
Code changes from version 4.9.0 to 4.9.1
- assets/css/b2s/calendar.css +4 -0
- assets/css/b2s/post.approve.css +299 -0
- assets/css/b2s/post.css +4 -0
- assets/css/b2s/ship.css +8 -0
- assets/js/b2s/calendar.js +20 -3
- assets/js/b2s/post.js +160 -0
- assets/js/b2s/ship.js +68 -1
- blog2social.php +2 -2
- includes/Ajax/Get.php +19 -1
- includes/Ajax/Post.php +66 -8
- includes/B2S/AutoPost.php +10 -5
- includes/B2S/Calendar/Filter.php +9 -4
- includes/B2S/Calendar/Item.php +14 -5
- includes/B2S/Heartbeat.php +28 -13
- includes/B2S/Post/Item.php +123 -26
- includes/B2S/Post/Tools.php +29 -3
- includes/B2S/PostBox.php +2 -1
- includes/B2S/Settings/Item.php +14 -5
- includes/B2S/Ship/Item.php +40 -32
- includes/B2S/Ship/Save.php +86 -28
- includes/Loader.php +21 -2
- includes/Tools.php +19 -0
- languages/blog2social-de_DE.mo +0 -0
- languages/blog2social-de_DE.po +1482 -1327
- readme.txt +31 -47
- views/b2s/html/header.phtml +9 -1
- views/b2s/html/post.navbar.phtml +1 -0
- views/b2s/partials/network-tos-modal.php +20 -12
- views/b2s/partials/post-edit-modal.php +2 -1
- views/b2s/post.approve.php +95 -0
- views/b2s/ship.php +2 -0
assets/css/b2s/calendar.css
CHANGED
@@ -280,3 +280,7 @@ body .fc-day-grid-event .fc-content{
|
|
280 |
.b2s-calendar-filter-img{
|
281 |
width: 32px;
|
282 |
}
|
|
|
|
|
|
|
|
280 |
.b2s-calendar-filter-img{
|
281 |
width: 32px;
|
282 |
}
|
283 |
+
|
284 |
+
.b2s-post-approve-info{
|
285 |
+
display: none;
|
286 |
+
}
|
assets/css/b2s/post.approve.css
ADDED
@@ -0,0 +1,299 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/*Custom*/
|
2 |
+
.b2s-sched-btn {
|
3 |
+
margin-top: 0px;
|
4 |
+
}
|
5 |
+
.media {
|
6 |
+
width: 100%;
|
7 |
+
}
|
8 |
+
.form-inline {
|
9 |
+
width: 100%;
|
10 |
+
margin-bottom: 20px;
|
11 |
+
}
|
12 |
+
.form-inline .form-group {
|
13 |
+
margin-left: 2px;
|
14 |
+
}
|
15 |
+
.media-head {
|
16 |
+
width: 100% !important;
|
17 |
+
}
|
18 |
+
@media(max-width: 549px) {
|
19 |
+
.b2s-post-btn {
|
20 |
+
width: 100%;
|
21 |
+
}
|
22 |
+
.form-inline button, .form-inline a {
|
23 |
+
width: 100%;
|
24 |
+
margin-bottom: 10px;
|
25 |
+
}
|
26 |
+
}
|
27 |
+
@media(max-width: 767px) {
|
28 |
+
.form-inline {
|
29 |
+
display: none;
|
30 |
+
}
|
31 |
+
.filterHide {
|
32 |
+
display: none;
|
33 |
+
}
|
34 |
+
.form-inline button ,.form-inline a {
|
35 |
+
width: 49%;
|
36 |
+
margin-bottom: 10px;
|
37 |
+
}
|
38 |
+
}
|
39 |
+
|
40 |
+
.checkbox-item{
|
41 |
+
margin: 25px 5px 0 !important;
|
42 |
+
}
|
43 |
+
.checkbox-all-label{
|
44 |
+
padding-left:25px !important;
|
45 |
+
}
|
46 |
+
.checkbox-all{
|
47 |
+
margin-top: 2px !important;
|
48 |
+
}
|
49 |
+
|
50 |
+
|
51 |
+
.checkbox-all-label-btn{
|
52 |
+
padding-left:25px !important;
|
53 |
+
margin-left: -20px;
|
54 |
+
position: absolute;
|
55 |
+
}
|
56 |
+
.checkbox-all-btn{
|
57 |
+
color: #444 !important;
|
58 |
+
}
|
59 |
+
|
60 |
+
.datepicker table tr td.event {
|
61 |
+
background-color: #ffdb99;
|
62 |
+
border-color: #ffb733;
|
63 |
+
color: #000;
|
64 |
+
}
|
65 |
+
.datepicker table tr td.today {
|
66 |
+
background-color: #fff !important;
|
67 |
+
border-color: #fff !important;
|
68 |
+
color: #000;
|
69 |
+
font-weight: 700;
|
70 |
+
font-size: 15px;
|
71 |
+
}
|
72 |
+
.datepicker table tr td.active {
|
73 |
+
background-color: #337ab7 !important;
|
74 |
+
border-color: #2e6da4 !important;
|
75 |
+
color: #fff;
|
76 |
+
}
|
77 |
+
.datepicker-inline{
|
78 |
+
width: 100% !important;
|
79 |
+
}
|
80 |
+
.table-condensed{
|
81 |
+
width: 100%;
|
82 |
+
}
|
83 |
+
#b2s-sched-datepicker-area{
|
84 |
+
background-color: #fff;
|
85 |
+
border: 1px solid #ddd;
|
86 |
+
border-radius: 4px;
|
87 |
+
padding: 10px 15px;
|
88 |
+
margin-top: 10px;
|
89 |
+
}
|
90 |
+
.datepicker-switch, .prev, .next{
|
91 |
+
background: #eee no-repeat;
|
92 |
+
border-radius: 0px !important;
|
93 |
+
}
|
94 |
+
.prev, .next{
|
95 |
+
font-size: 24px;
|
96 |
+
}
|
97 |
+
|
98 |
+
.b2s-calendar-legend-active{
|
99 |
+
color: #337ab7 ;
|
100 |
+
border-color: #2e6da4;
|
101 |
+
border-radius: 4px;
|
102 |
+
}
|
103 |
+
.b2s-calendar-legend-event{
|
104 |
+
color: #ffdb99;
|
105 |
+
border-color: #ffb733;
|
106 |
+
border-radius: 4px;
|
107 |
+
}
|
108 |
+
.b2s-loading-area{
|
109 |
+
width: 100% !important;
|
110 |
+
}
|
111 |
+
.checbox-item-empty{
|
112 |
+
padding: 15px;
|
113 |
+
float:left;
|
114 |
+
}
|
115 |
+
|
116 |
+
|
117 |
+
|
118 |
+
/**edit post **/
|
119 |
+
.network-name{
|
120 |
+
font-weight: bold;
|
121 |
+
}
|
122 |
+
.network-profile{
|
123 |
+
margin-bottom: 5px;
|
124 |
+
}
|
125 |
+
.b2s-post-item-thumb {
|
126 |
+
width: 5%;
|
127 |
+
margin-right: 8px;
|
128 |
+
}
|
129 |
+
|
130 |
+
.b2s-post-item-thumb img {
|
131 |
+
border-radius: 50%;
|
132 |
+
width: 48px;
|
133 |
+
}
|
134 |
+
|
135 |
+
.b2s-post-item-details {
|
136 |
+
width: 93%;
|
137 |
+
}
|
138 |
+
|
139 |
+
.b2s-post-item-details, .b2s-post-item-thumb {
|
140 |
+
float: left;
|
141 |
+
}
|
142 |
+
.b2s-post-item-details h4 {
|
143 |
+
font-size: 16px;
|
144 |
+
font-weight: 600;
|
145 |
+
text-transform: uppercase;
|
146 |
+
margin: 3px 3px 3px 0px;
|
147 |
+
}
|
148 |
+
.btn-circle {
|
149 |
+
width: 30px;
|
150 |
+
height: 30px;
|
151 |
+
text-align: center;
|
152 |
+
padding: 6px 0;
|
153 |
+
font-size: 12px;
|
154 |
+
line-height: 1.428571429;
|
155 |
+
border-radius: 15px;
|
156 |
+
}
|
157 |
+
.fb-url-image, .xing-url-image, .linkedin-url-image, .tw-url-image, .b2s-image-border {
|
158 |
+
margin-right: 10px;
|
159 |
+
margin-bottom: 20px;
|
160 |
+
border: 1px dashed #bdbfc2;
|
161 |
+
box-shadow: none;
|
162 |
+
padding: 5px;
|
163 |
+
}
|
164 |
+
textarea.form-control {
|
165 |
+
height: auto;
|
166 |
+
}
|
167 |
+
.fb-textarea-input, .tw-textarea-input, .xing-textarea-input, .linkedin-textarea-input {
|
168 |
+
font-size: 14px;
|
169 |
+
font-weight: normal;
|
170 |
+
line-height: 1.125;
|
171 |
+
width: 100%;
|
172 |
+
border: medium none;
|
173 |
+
border-radius: 0;
|
174 |
+
margin-top: 10px;
|
175 |
+
margin-bottom: 10px;
|
176 |
+
font-family: helvetica,arial,sans-serif;
|
177 |
+
}
|
178 |
+
.b2s-post-item-details-item-message-input{
|
179 |
+
min-height: 100px;
|
180 |
+
}
|
181 |
+
.b2s-post-item-details-url-image{
|
182 |
+
cursor: pointer;
|
183 |
+
}
|
184 |
+
.b2s-user-network-settings-post-format-area label > input {
|
185 |
+
visibility: hidden;
|
186 |
+
position: absolute;
|
187 |
+
}
|
188 |
+
.b2s-settings-checked + img {
|
189 |
+
border: 3px solid #79b232 !important;
|
190 |
+
}
|
191 |
+
.b2s-image-item {
|
192 |
+
background-color: #fff;
|
193 |
+
border: 1px solid #ddd;
|
194 |
+
display: block;
|
195 |
+
float: left;
|
196 |
+
height: 200px;
|
197 |
+
line-height: 1.42857;
|
198 |
+
margin-bottom: 15px;
|
199 |
+
margin-left: 15px;
|
200 |
+
margin-top: 15px;
|
201 |
+
overflow: hidden;
|
202 |
+
padding: 4px;
|
203 |
+
transition: border 0.2s ease-in-out 0s;
|
204 |
+
width: 185px;
|
205 |
+
}
|
206 |
+
.b2s-image-item-thumb {
|
207 |
+
height: 150px;
|
208 |
+
}
|
209 |
+
.b2s-image-change-all-network,.b2s-upload-image-free-version,.b2s-image-change-this-network{
|
210 |
+
margin-right: 5px !important;
|
211 |
+
}
|
212 |
+
.b2s-image-remove-btn {
|
213 |
+
position: absolute;
|
214 |
+
top: -5px;
|
215 |
+
right: 0px;
|
216 |
+
font-weight: 700 !important;
|
217 |
+
}
|
218 |
+
.b2s-calendar-delete{
|
219 |
+
cursor: pointer;
|
220 |
+
}
|
221 |
+
.b2s-btn-label-premium{
|
222 |
+
color: #fff;
|
223 |
+
text-decoration: none !important;
|
224 |
+
cursor: default !important;
|
225 |
+
}
|
226 |
+
.b2s-btn-label-premium:hover{
|
227 |
+
color: #fff;
|
228 |
+
text-decoration: none !important;
|
229 |
+
cursor: default !important;
|
230 |
+
}
|
231 |
+
.b2s-post-item .label-success{
|
232 |
+
display: none;
|
233 |
+
}
|
234 |
+
.og_title, .og_desc, .card_desc, .card_title, .b2s-post-item-details-item-title-input, .b2s-select{
|
235 |
+
margin-bottom: 8px !important;
|
236 |
+
}
|
237 |
+
|
238 |
+
.b2s-post-item-info-area {
|
239 |
+
font-size: 11px !important;
|
240 |
+
}
|
241 |
+
|
242 |
+
.b2s-post-ship-item-full-text, .b2s-post-ship-item-message-delete, .b2s-post-ship-item-network-settings, .b2s-post-ship-item-post-format{
|
243 |
+
line-height: 1.5 !important;
|
244 |
+
padding: 0 1px 3px !important;
|
245 |
+
}
|
246 |
+
|
247 |
+
.b2s-load-info-meta-tag-modal{
|
248 |
+
margin-top: 8px !important;
|
249 |
+
display: block !important;
|
250 |
+
margin-right: auto !important;
|
251 |
+
margin-left: auto !important;
|
252 |
+
}
|
253 |
+
|
254 |
+
.b2s-post-item-details-tag-add-div {
|
255 |
+
border: 0px !important;
|
256 |
+
box-shadow: 0px 0px 0px #000 !important;
|
257 |
+
}
|
258 |
+
|
259 |
+
.b2s-post-item-details-tag-input-elem {
|
260 |
+
margin: 2px 4px;
|
261 |
+
max-width: 145px !important;
|
262 |
+
}
|
263 |
+
.b2s-calendar-sched-post-btn{
|
264 |
+
font-size: 11px;
|
265 |
+
float: right;
|
266 |
+
padding: 2px 4px 0px 4px;
|
267 |
+
}
|
268 |
+
|
269 |
+
|
270 |
+
.form-inline {
|
271 |
+
width: 100%;
|
272 |
+
margin-bottom: 20px;
|
273 |
+
}
|
274 |
+
.form-inline .form-group {
|
275 |
+
margin-left: 2px;
|
276 |
+
}
|
277 |
+
|
278 |
+
@media(max-width: 549px) {
|
279 |
+
.b2s-post-btn {
|
280 |
+
width: 100%;
|
281 |
+
}
|
282 |
+
.form-inline button, .form-inline a {
|
283 |
+
width: 100%;
|
284 |
+
margin-bottom: 10px;
|
285 |
+
}
|
286 |
+
}
|
287 |
+
@media(max-width: 767px) {
|
288 |
+
.form-inline {
|
289 |
+
display: none;
|
290 |
+
}
|
291 |
+
.filterHide {
|
292 |
+
display: none;
|
293 |
+
}
|
294 |
+
.form-inline button ,.form-inline a {
|
295 |
+
width: 49%;
|
296 |
+
margin-bottom: 10px;
|
297 |
+
}
|
298 |
+
}
|
299 |
+
|
assets/css/b2s/post.css
CHANGED
@@ -33,4 +33,8 @@
|
|
33 |
|
34 |
.b2s-loading-area{
|
35 |
width: 100% !important;
|
|
|
|
|
|
|
|
|
36 |
}
|
33 |
|
34 |
.b2s-loading-area{
|
35 |
width: 100% !important;
|
36 |
+
}
|
37 |
+
|
38 |
+
.b2s-post-approve-info{
|
39 |
+
display: none;
|
40 |
}
|
assets/css/b2s/ship.css
CHANGED
@@ -815,3 +815,11 @@ input[type="number"]{
|
|
815 |
.b2s-post-relay-area-select{
|
816 |
margin-bottom: 0px !important;
|
817 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
815 |
.b2s-post-relay-area-select{
|
816 |
margin-bottom: 0px !important;
|
817 |
}
|
818 |
+
|
819 |
+
.b2s-border-color-warning{
|
820 |
+
border-color: #204d74 !important;
|
821 |
+
}
|
822 |
+
|
823 |
+
.b2s-post-approve-info{
|
824 |
+
display: none;
|
825 |
+
}
|
assets/js/b2s/calendar.js
CHANGED
@@ -56,6 +56,9 @@ jQuery(document).ready(function () {
|
|
56 |
'user_timezone': event.user_timezone,
|
57 |
'sched_date': event.start.format(),
|
58 |
'post_for_relay': event.post_for_relay,
|
|
|
|
|
|
|
59 |
},
|
60 |
success: function (data) {
|
61 |
refreshCalender();
|
@@ -148,13 +151,25 @@ function showEditSchedCalendarPost(b2s_id, post_id, network_auth_id, network_typ
|
|
148 |
jQuery('.b2sChangeCardMeta[data-network-auth-id="' + network_auth_id + '"]').val("1");
|
149 |
}
|
150 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
151 |
} else {
|
152 |
jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + network_auth_id + '"]').prop("readonly", true);
|
153 |
jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + network_auth_id + '"]').prop("readonly", true);
|
154 |
jQuery('.b2s-post-item-details-preview-url-reload[data-network-id="' + network_id + '"]').hide();
|
155 |
-
}
|
156 |
-
|
157 |
|
|
|
|
|
|
|
|
|
|
|
|
|
158 |
}
|
159 |
|
160 |
jQuery("#b2sPostId").val(post_id);
|
@@ -427,6 +442,7 @@ jQuery(document).on("click", ".b2s-edit-post-delete", function () {
|
|
427 |
var id = jQuery(this).data("b2s-id");
|
428 |
var post_id = jQuery(this).data("post-id");
|
429 |
var post_for_relay = jQuery(this).data("data-post-for-relay");
|
|
|
430 |
jQuery.ajax({
|
431 |
url: ajaxurl,
|
432 |
type: "POST",
|
@@ -436,7 +452,8 @@ jQuery(document).on("click", ".b2s-edit-post-delete", function () {
|
|
436 |
'action': 'b2s_delete_post',
|
437 |
'b2s_id': id,
|
438 |
'post_id': post_id,
|
439 |
-
'post_for_relay': post_for_relay
|
|
|
440 |
},
|
441 |
success: function (data) {
|
442 |
jQuery('#b2s-edit-event-modal-' + id).modal('hide');
|
56 |
'user_timezone': event.user_timezone,
|
57 |
'sched_date': event.start.format(),
|
58 |
'post_for_relay': event.post_for_relay,
|
59 |
+
'post_for_approve': event.post_for_approve,
|
60 |
+
'network_type': event.network_type,
|
61 |
+
'nework_id': event.network_id
|
62 |
},
|
63 |
success: function (data) {
|
64 |
refreshCalender();
|
151 |
jQuery('.b2sChangeCardMeta[data-network-auth-id="' + network_auth_id + '"]').val("1");
|
152 |
}
|
153 |
|
154 |
+
|
155 |
+
//Facebook TOS 072018 - Instant Sharing - Image post without Text > set to readonly
|
156 |
+
if (network_id == 1 && network_type == 0) {
|
157 |
+
jQuery('.b2s-post-item-details-item-message-input[data-network-auth-id="' + network_auth_id + '"]').prop("readonly", false);
|
158 |
+
jQuery('.b2s-post-approve-info[data-network-auth-id="' + network_auth_id + '"]').hide();
|
159 |
+
}
|
160 |
+
|
161 |
+
|
162 |
} else {
|
163 |
jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + network_auth_id + '"]').prop("readonly", true);
|
164 |
jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + network_auth_id + '"]').prop("readonly", true);
|
165 |
jQuery('.b2s-post-item-details-preview-url-reload[data-network-id="' + network_id + '"]').hide();
|
|
|
|
|
166 |
|
167 |
+
//Facebook TOS 072018 - Instant Sharing - Image post without Text > set to readonly
|
168 |
+
if (network_id == 1 && network_type == 0) {
|
169 |
+
jQuery('.b2s-post-item-details-item-message-input[data-network-auth-id="' + network_auth_id + '"]').prop("readonly", true);
|
170 |
+
jQuery('.b2s-post-approve-info[data-network-auth-id="' + network_auth_id + '"]').show();
|
171 |
+
}
|
172 |
+
}
|
173 |
}
|
174 |
|
175 |
jQuery("#b2sPostId").val(post_id);
|
442 |
var id = jQuery(this).data("b2s-id");
|
443 |
var post_id = jQuery(this).data("post-id");
|
444 |
var post_for_relay = jQuery(this).data("data-post-for-relay");
|
445 |
+
var post_for_approve = jQuery(this).data("data-post-for-approve");
|
446 |
jQuery.ajax({
|
447 |
url: ajaxurl,
|
448 |
type: "POST",
|
452 |
'action': 'b2s_delete_post',
|
453 |
'b2s_id': id,
|
454 |
'post_id': post_id,
|
455 |
+
'post_for_relay': post_for_relay,
|
456 |
+
'post_for_approve': post_for_approve
|
457 |
},
|
458 |
success: function (data) {
|
459 |
jQuery('#b2s-edit-event-modal-' + id).modal('hide');
|
assets/js/b2s/post.js
CHANGED
@@ -35,6 +35,12 @@ jQuery('#b2s-post-ship-item-post-format-modal').on('hidden.bs.modal', function (
|
|
35 |
jQuery('body').addClass('modal-open');
|
36 |
});
|
37 |
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
jQuery(document).on('click', '.b2sDetailsPublishPostBtn', function () {
|
39 |
var postId = jQuery(this).attr('data-post-id');
|
40 |
var showByDate = jQuery(this).attr('data-search-date');
|
@@ -74,6 +80,43 @@ jQuery(document).on('click', '.b2sDetailsPublishPostBtn', function () {
|
|
74 |
}
|
75 |
});
|
76 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
77 |
|
78 |
jQuery(document).on('click', '#b2s-sort-submit-btn', function () {
|
79 |
jQuery('#b2sPagination').val("1");
|
@@ -239,6 +282,12 @@ jQuery(document).on('click', '.b2sDetailsPublishPostTriggerLink', function () {
|
|
239 |
jQuery(this).parent().prev().find('button').trigger('click');
|
240 |
return false;
|
241 |
});
|
|
|
|
|
|
|
|
|
|
|
|
|
242 |
jQuery(document).on('click', '.b2sDetailsSchedPostTriggerLink', function () {
|
243 |
if (jQuery('#b2s-redirect-url-sched-post').val() == undefined || jQuery('#b2s-redirect-url-sched-post').val() === null) {
|
244 |
//self page blog2social-sched
|
@@ -317,6 +366,7 @@ jQuery(document).on('click', '.b2s-sched-delete-confirm-btn', function () {
|
|
317 |
}
|
318 |
});
|
319 |
});
|
|
|
320 |
jQuery(document).on('click', '.checkbox-post-publish-all-btn', function () {
|
321 |
var checkboxes = jQuery('.checkboxes[data-blog-post-id="' + jQuery(this).attr('data-blog-post-id') + '"]:checked');
|
322 |
if (checkboxes.length > 0) {
|
@@ -330,12 +380,78 @@ jQuery(document).on('click', '.checkbox-post-publish-all-btn', function () {
|
|
330 |
jQuery('.b2s-publish-delete-confirm-btn').prop('disabeld', false);
|
331 |
}
|
332 |
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
333 |
jQuery(document).on('click', '.b2s-post-publish-area-drop-btn', function () {
|
334 |
jQuery('#b2s-delete-confirm-post-id').val(jQuery(this).attr('data-post-id'));
|
335 |
jQuery('#b2s-delete-confirm-post-count').html('1');
|
336 |
jQuery('.b2s-delete-publish-modal').modal('show');
|
337 |
jQuery('.b2s-publish-delete-confirm-btn').prop('disabeld', false);
|
338 |
});
|
|
|
339 |
jQuery(document).on('click', '.b2s-publish-delete-confirm-btn', function () {
|
340 |
jQuery('.b2s-post-remove-fail').hide();
|
341 |
jQuery('.b2s-post-remove-success').hide();
|
@@ -449,10 +565,22 @@ function showEditSchedPost(b2s_id, post_id, network_auth_id, network_type, netwo
|
|
449 |
jQuery('.b2sChangeCardMeta[data-network-auth-id="' + network_auth_id + '"]').val("1");
|
450 |
}
|
451 |
|
|
|
|
|
|
|
|
|
|
|
|
|
452 |
} else {
|
453 |
jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + network_auth_id + '"]').prop("readonly", true);
|
454 |
jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + network_auth_id + '"]').prop("readonly", true);
|
455 |
jQuery('.b2s-post-item-details-preview-url-reload[data-network-id="' + network_id + '"]').hide();
|
|
|
|
|
|
|
|
|
|
|
|
|
456 |
}
|
457 |
}
|
458 |
|
@@ -641,3 +769,35 @@ function checkSchedDateTime() {
|
|
641 |
}
|
642 |
}
|
643 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
jQuery('body').addClass('modal-open');
|
36 |
});
|
37 |
|
38 |
+
|
39 |
+
function wopApprove(url, name) {
|
40 |
+
var location = encodeURI(window.location.protocol + '//' + window.location.hostname);
|
41 |
+
window.open(url + '&location=' + location, name, "width=650,height=900,scrollbars=yes,toolbar=no,status=no,resizable=no,menubar=no,location=no,directories=no,top=20,left=20");
|
42 |
+
}
|
43 |
+
|
44 |
jQuery(document).on('click', '.b2sDetailsPublishPostBtn', function () {
|
45 |
var postId = jQuery(this).attr('data-post-id');
|
46 |
var showByDate = jQuery(this).attr('data-search-date');
|
80 |
}
|
81 |
});
|
82 |
|
83 |
+
jQuery(document).on('click', '.b2sDetailsApprovePostBtn', function () {
|
84 |
+
var postId = jQuery(this).attr('data-post-id');
|
85 |
+
var showByDate = jQuery(this).attr('data-search-date');
|
86 |
+
if (!jQuery(this).find('i').hasClass('isload')) {
|
87 |
+
jQuery('.b2s-server-connection-fail').hide();
|
88 |
+
jQuery.ajax({
|
89 |
+
url: ajaxurl,
|
90 |
+
type: "POST",
|
91 |
+
dataType: "json",
|
92 |
+
cache: false,
|
93 |
+
data: {
|
94 |
+
'action': 'b2s_approve_post_data',
|
95 |
+
'postId': postId,
|
96 |
+
'showByDate': showByDate
|
97 |
+
},
|
98 |
+
error: function () {
|
99 |
+
jQuery('.b2s-server-connection-fail').show();
|
100 |
+
return false;
|
101 |
+
},
|
102 |
+
success: function (data) {
|
103 |
+
if (data.result == true) {
|
104 |
+
jQuery('.b2s-post-approve-area[data-post-id="' + data.postId + '"]').html(data.content);
|
105 |
+
}
|
106 |
+
}
|
107 |
+
});
|
108 |
+
jQuery(this).find('i').removeClass('glyphicon-chevron-down').addClass('glyphicon-chevron-up').addClass('isload').addClass('isShow');
|
109 |
+
} else {
|
110 |
+
if (jQuery(this).find('i').hasClass('isShow')) {
|
111 |
+
jQuery('.b2s-post-approve-area[data-post-id="' + postId + '"]').hide();
|
112 |
+
jQuery(this).find('i').removeClass('isShow').addClass('isHide').removeClass('glyphicon-chevron-up').addClass('glyphicon-chevron-down');
|
113 |
+
} else {
|
114 |
+
jQuery('.b2s-post-approve-area[data-post-id="' + postId + '"]').show();
|
115 |
+
jQuery(this).find('i').removeClass('isHide').addClass('isShow').removeClass('glyphicon-chevron-down').addClass('glyphicon-chevron-up');
|
116 |
+
}
|
117 |
+
}
|
118 |
+
});
|
119 |
+
|
120 |
|
121 |
jQuery(document).on('click', '#b2s-sort-submit-btn', function () {
|
122 |
jQuery('#b2sPagination').val("1");
|
282 |
jQuery(this).parent().prev().find('button').trigger('click');
|
283 |
return false;
|
284 |
});
|
285 |
+
|
286 |
+
jQuery(document).on('click', '.b2sDetailsApprovePostTriggerLink', function () {
|
287 |
+
jQuery(this).parent().prev().find('button').trigger('click');
|
288 |
+
return false;
|
289 |
+
});
|
290 |
+
|
291 |
jQuery(document).on('click', '.b2sDetailsSchedPostTriggerLink', function () {
|
292 |
if (jQuery('#b2s-redirect-url-sched-post').val() == undefined || jQuery('#b2s-redirect-url-sched-post').val() === null) {
|
293 |
//self page blog2social-sched
|
366 |
}
|
367 |
});
|
368 |
});
|
369 |
+
|
370 |
jQuery(document).on('click', '.checkbox-post-publish-all-btn', function () {
|
371 |
var checkboxes = jQuery('.checkboxes[data-blog-post-id="' + jQuery(this).attr('data-blog-post-id') + '"]:checked');
|
372 |
if (checkboxes.length > 0) {
|
380 |
jQuery('.b2s-publish-delete-confirm-btn').prop('disabeld', false);
|
381 |
}
|
382 |
});
|
383 |
+
|
384 |
+
|
385 |
+
jQuery(document).on('click', '.checkbox-post-approve-all-btn', function () {
|
386 |
+
var checkboxes = jQuery('.checkboxes[data-blog-post-id="' + jQuery(this).attr('data-blog-post-id') + '"]:checked');
|
387 |
+
if (checkboxes.length > 0) {
|
388 |
+
var items = [];
|
389 |
+
jQuery(checkboxes).each(function (i, selected) {
|
390 |
+
items[i] = jQuery(selected).val();
|
391 |
+
});
|
392 |
+
jQuery('#b2s-delete-confirm-post-id').val(items.join());
|
393 |
+
jQuery('#b2s-delete-confirm-post-count').html(items.length);
|
394 |
+
jQuery('.b2s-delete-approve-modal').modal('show');
|
395 |
+
jQuery('.b2s-approve-delete-confirm-btn').prop('disabeld', false);
|
396 |
+
}
|
397 |
+
});
|
398 |
+
|
399 |
+
|
400 |
+
jQuery(document).on('click', '.b2s-approve-delete-confirm-btn', function () {
|
401 |
+
jQuery('.b2s-post-remove-fail').hide();
|
402 |
+
jQuery('.b2s-post-remove-success').hide();
|
403 |
+
jQuery('.b2s-approve-delete-confirm-btn').prop('disabeld', true);
|
404 |
+
jQuery('.b2s-server-connection-fail').hide();
|
405 |
+
jQuery.ajax({
|
406 |
+
url: ajaxurl,
|
407 |
+
type: "POST",
|
408 |
+
dataType: "json",
|
409 |
+
cache: false,
|
410 |
+
data: {
|
411 |
+
'action': 'b2s_delete_user_approve_post',
|
412 |
+
'postId': jQuery('#b2s-delete-confirm-post-id').val()
|
413 |
+
},
|
414 |
+
error: function () {
|
415 |
+
jQuery('.b2s-server-connection-fail').show();
|
416 |
+
return false;
|
417 |
+
},
|
418 |
+
success: function (data) {
|
419 |
+
jQuery('.b2s-delete-approve-modal').modal('hide');
|
420 |
+
if (data.result == true) {
|
421 |
+
var count = parseInt(jQuery('.b2s-approve-count[data-post-id="' + data.blogPostId + '"]').html());
|
422 |
+
var newCount = count - data.postCount;
|
423 |
+
jQuery('.b2s-approve-count[data-post-id="' + data.blogPostId + '"]').html(newCount);
|
424 |
+
if (newCount >= 1) {
|
425 |
+
jQuery.each(data.postId, function (i, id) {
|
426 |
+
jQuery('.b2s-post-approve-area-li[data-post-id="' + id + '"]').remove();
|
427 |
+
});
|
428 |
+
} else {
|
429 |
+
jQuery('.b2s-post-approve-area-li[data-post-id="' + data.postId[0] + '"]').closest('ul').closest('li').remove();
|
430 |
+
}
|
431 |
+
jQuery('.b2s-post-remove-success').show();
|
432 |
+
} else {
|
433 |
+
jQuery('.b2s-post-remove-fail').show();
|
434 |
+
}
|
435 |
+
wp.heartbeat.connectNow();
|
436 |
+
return true;
|
437 |
+
}
|
438 |
+
});
|
439 |
+
});
|
440 |
+
|
441 |
+
jQuery(document).on('click', '.b2s-post-approve-area-drop-btn', function () {
|
442 |
+
jQuery('#b2s-delete-confirm-post-id').val(jQuery(this).attr('data-post-id'));
|
443 |
+
jQuery('#b2s-delete-confirm-post-count').html('1');
|
444 |
+
jQuery('.b2s-delete-approve-modal').modal('show');
|
445 |
+
jQuery('.b2s-approve-delete-confirm-btn').prop('disabeld', false);
|
446 |
+
});
|
447 |
+
|
448 |
jQuery(document).on('click', '.b2s-post-publish-area-drop-btn', function () {
|
449 |
jQuery('#b2s-delete-confirm-post-id').val(jQuery(this).attr('data-post-id'));
|
450 |
jQuery('#b2s-delete-confirm-post-count').html('1');
|
451 |
jQuery('.b2s-delete-publish-modal').modal('show');
|
452 |
jQuery('.b2s-publish-delete-confirm-btn').prop('disabeld', false);
|
453 |
});
|
454 |
+
|
455 |
jQuery(document).on('click', '.b2s-publish-delete-confirm-btn', function () {
|
456 |
jQuery('.b2s-post-remove-fail').hide();
|
457 |
jQuery('.b2s-post-remove-success').hide();
|
565 |
jQuery('.b2sChangeCardMeta[data-network-auth-id="' + network_auth_id + '"]').val("1");
|
566 |
}
|
567 |
|
568 |
+
//Facebook TOS 072018 - Instant Sharing - Image post without Text > set to readonly
|
569 |
+
if (network_id == 1 && network_type == 0) {
|
570 |
+
jQuery('.b2s-post-item-details-item-message-input[data-network-auth-id="' + network_auth_id + '"]').prop("readonly", false);
|
571 |
+
jQuery('.b2s-post-approve-info[data-network-auth-id="' + network_auth_id + '"]').hide();
|
572 |
+
}
|
573 |
+
|
574 |
} else {
|
575 |
jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + network_auth_id + '"]').prop("readonly", true);
|
576 |
jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + network_auth_id + '"]').prop("readonly", true);
|
577 |
jQuery('.b2s-post-item-details-preview-url-reload[data-network-id="' + network_id + '"]').hide();
|
578 |
+
|
579 |
+
//Facebook TOS 072018 - Instant Sharing - Image post without Text > set to readonly
|
580 |
+
if (network_id == 1 && network_type == 0) {
|
581 |
+
jQuery('.b2s-post-item-details-item-message-input[data-network-auth-id="' + network_auth_id + '"]').prop("readonly", true);
|
582 |
+
jQuery('.b2s-post-approve-info[data-network-auth-id="' + network_auth_id + '"]').show();
|
583 |
+
}
|
584 |
}
|
585 |
}
|
586 |
|
769 |
}
|
770 |
}
|
771 |
|
772 |
+
|
773 |
+
window.addEventListener('message', function (e) {
|
774 |
+
if (e.origin == jQuery('#b2sServerUrl').val()) {
|
775 |
+
var data = JSON.parse(e.data);
|
776 |
+
if (data.action == 'approve') {
|
777 |
+
var count = parseInt(jQuery('.b2s-approve-count[data-post-id="' + data.post_id + '"]').html());
|
778 |
+
var newCount = count - 1;
|
779 |
+
jQuery('.b2s-approve-count[data-post-id="' + data.blogPostId + '"]').html(newCount);
|
780 |
+
if (newCount >= 1) {
|
781 |
+
jQuery('.b2s-post-approve-area-li[data-post-id="' + data.post_id + '"]').remove();
|
782 |
+
} else {
|
783 |
+
jQuery('.b2s-post-approve-area-li[data-post-id="' + data.post_id + '"]').closest('ul').closest('li').remove();
|
784 |
+
}
|
785 |
+
jQuery.ajax({
|
786 |
+
url: ajaxurl,
|
787 |
+
type: "POST",
|
788 |
+
cache: false,
|
789 |
+
async: false,
|
790 |
+
data: {
|
791 |
+
'action': 'b2s_update_approve_post',
|
792 |
+
'post_id': data.post_id,
|
793 |
+
'publish_link': data.publish_link,
|
794 |
+
'publish_error_code': data.publish_error_code,
|
795 |
+
},
|
796 |
+
success: function (data) {
|
797 |
+
|
798 |
+
}
|
799 |
+
});
|
800 |
+
}
|
801 |
+
}
|
802 |
+
});
|
803 |
+
|
assets/js/b2s/ship.js
CHANGED
@@ -544,10 +544,24 @@ jQuery(document).on("click", ".b2s-user-network-settings-post-format", function
|
|
544 |
});
|
545 |
jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').show();
|
546 |
jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').trigger("click");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
547 |
} else {
|
548 |
jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + networkAuthId + '"]').prop("readonly", true);
|
549 |
jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + networkAuthId + '"]').prop("readonly", true);
|
550 |
jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').hide();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
551 |
}
|
552 |
|
553 |
jQuery('.b2s-user-network-settings-post-format[data-network-type="' + networkType + '"][data-network-id="' + networkId + '"]').removeClass('b2s-settings-checked');
|
@@ -668,6 +682,17 @@ jQuery(document).on("click", ".b2s-network-select-btn", function () {
|
|
668 |
jQuery('.b2s-post-ship-item-post-format-text[data-network-id="' + networkId + '"]').html(postFormatText[postFormatType][jQuery('.b2sNetworkSettingsPostFormatCurrent[data-network-type="' + networkType + '"][data-network-id="' + networkId + '"]').val()]);
|
669 |
jQuery('.b2s-post-item-details-post-format[data-network-id="' + networkId + '"]').val(jQuery('.b2sNetworkSettingsPostFormatCurrent[data-network-type="' + networkType + '"][data-network-id="' + networkId + '"]').val());
|
670 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
671 |
}
|
672 |
|
673 |
//Twitter TOS 032018 - protected multiple accounts with same content to same time
|
@@ -867,6 +892,18 @@ jQuery(document).on("click", ".b2s-network-select-btn", function () {
|
|
867 |
jQuery('.b2s-image-remove-btn[data-network-auth-id="' + data.networkAuthId + '"][data-network-count="-1"]').hide();
|
868 |
}
|
869 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
870 |
//Twitter TOS 032018 - protected multiple accounts with same content to same time
|
871 |
//delete comment field one more
|
872 |
if (data.networkId == 2) {
|
@@ -1057,6 +1094,7 @@ jQuery(document).on('click', '#b2s-network-sched-post-info-ignore', function ()
|
|
1057 |
return false;
|
1058 |
});
|
1059 |
jQuery(document).on('click', '.b2s-re-share-btn', function () {
|
|
|
1060 |
jQuery(".b2s-settings-user-sched-time-area").show();
|
1061 |
jQuery('#b2s-sidebar-wrapper').show();
|
1062 |
jQuery('.b2s-post-item-info-area').show();
|
@@ -1703,6 +1741,10 @@ jQuery("#b2sNetworkSent").validate({
|
|
1703 |
jQuery('.b2s-post-item-details-edit-area[data-network-auth-id="' + content[i]['networkAuthId'] + '"]').hide();
|
1704 |
jQuery('.b2s-post-item-details-message-result[data-network-auth-id="' + content[i]['networkAuthId'] + '"]').show();
|
1705 |
jQuery('.b2s-post-item-details-message-result[data-network-auth-id="' + content[i]['networkAuthId'] + '"]').html(content[i]['html']);
|
|
|
|
|
|
|
|
|
1706 |
}
|
1707 |
jQuery(".b2s-post-area").show();
|
1708 |
jQuery('.b2s-publish-area').hide();
|
@@ -1819,7 +1861,25 @@ jQuery(document).on('click', '.b2s-loading-area-save-profile-change', function (
|
|
1819 |
window.addEventListener('message', function (e) {
|
1820 |
if (e.origin == jQuery('#b2sServerUrl').val()) {
|
1821 |
var data = JSON.parse(e.data);
|
1822 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1823 |
}
|
1824 |
});
|
1825 |
jQuery.xhrPool.abortAll = function () { // our abort function
|
@@ -2593,6 +2653,13 @@ function wop(url, name) {
|
|
2593 |
window.open(url, name, "width=650,height=900,scrollbars=yes,toolbar=no,status=no,resizable=no,menubar=no,location=no,directories=no,top=20,left=20");
|
2594 |
}
|
2595 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2596 |
function loginSuccess(networkId, networkType, displayName, networkAuthId, mandandId) {
|
2597 |
jQuery('.b2s-network-auth-success').show();
|
2598 |
jQuery('#b2s-network-list-modal').modal('hide');
|
544 |
});
|
545 |
jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').show();
|
546 |
jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').trigger("click");
|
547 |
+
|
548 |
+
//Facebook TOS 072018 - Instant Sharing - Image post without Text > set to readonly
|
549 |
+
if (networkId == 1 && networkType == 0) {
|
550 |
+
jQuery('.b2s-post-item-details-item-message-input[data-network-auth-id="' + networkAuthId + '"]').prop("readonly", false);
|
551 |
+
jQuery('.b2s-post-approve-info[data-network-auth-id="' + networkAuthId + '"]').hide();
|
552 |
+
}
|
553 |
+
|
554 |
} else {
|
555 |
jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + networkAuthId + '"]').prop("readonly", true);
|
556 |
jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + networkAuthId + '"]').prop("readonly", true);
|
557 |
jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').hide();
|
558 |
+
|
559 |
+
//Facebook TOS 072018 - Instant Sharing - Image post without Text > set to readonly
|
560 |
+
if (networkId == 1 && networkType == 0) {
|
561 |
+
jQuery('.b2s-post-item-details-item-message-input[data-network-auth-id="' + networkAuthId + '"]').prop("readonly", true);
|
562 |
+
jQuery('.b2s-post-approve-info[data-network-auth-id="' + networkAuthId + '"]').show();
|
563 |
+
}
|
564 |
+
|
565 |
}
|
566 |
|
567 |
jQuery('.b2s-user-network-settings-post-format[data-network-type="' + networkType + '"][data-network-id="' + networkId + '"]').removeClass('b2s-settings-checked');
|
682 |
jQuery('.b2s-post-ship-item-post-format-text[data-network-id="' + networkId + '"]').html(postFormatText[postFormatType][jQuery('.b2sNetworkSettingsPostFormatCurrent[data-network-type="' + networkType + '"][data-network-id="' + networkId + '"]').val()]);
|
683 |
jQuery('.b2s-post-item-details-post-format[data-network-id="' + networkId + '"]').val(jQuery('.b2sNetworkSettingsPostFormatCurrent[data-network-type="' + networkType + '"][data-network-id="' + networkId + '"]').val());
|
684 |
}
|
685 |
+
|
686 |
+
//Facebook TOS 072018 - Instant Sharing - Image post without Text > set to readonly
|
687 |
+
if (networkId == 1 && networkType == 0) {
|
688 |
+
if (jQuery('.b2s-post-item-details-post-format[data-network-auth-id="' + networkAuthId + '"]').val() == "1") {
|
689 |
+
jQuery('.b2s-post-item-details-item-message-input[data-network-auth-id="' + networkAuthId + '"]').prop("readonly", true);
|
690 |
+
jQuery('.b2s-post-approve-info[data-network-auth-id="' + networkAuthId + '"]').show();
|
691 |
+
} else {
|
692 |
+
jQuery('.b2s-post-item-details-item-message-input[data-network-auth-id="' + networkAuthId + '"]').prop("readonly", false);
|
693 |
+
jQuery('.b2s-post-approve-info[data-network-auth-id="' + networkAuthId + '"]').hide();
|
694 |
+
}
|
695 |
+
}
|
696 |
}
|
697 |
|
698 |
//Twitter TOS 032018 - protected multiple accounts with same content to same time
|
892 |
jQuery('.b2s-image-remove-btn[data-network-auth-id="' + data.networkAuthId + '"][data-network-count="-1"]').hide();
|
893 |
}
|
894 |
|
895 |
+
|
896 |
+
//Facebook TOS 072018 - Instant Sharing - Image post without Text > set to readonly
|
897 |
+
if (data.networkId == 1 && data.networkType == 0) {
|
898 |
+
if (jQuery('.b2s-post-item-details-post-format[data-network-auth-id="' + data.networkAuthId + '"]').val() == "1") {
|
899 |
+
jQuery('.b2s-post-item-details-item-message-input[data-network-auth-id="' + data.networkAuthId + '"]').prop("readonly", true);
|
900 |
+
jQuery('.b2s-post-approve-info[data-network-auth-id="' + data.networkAuthId + '"]').show();
|
901 |
+
} else {
|
902 |
+
jQuery('.b2s-post-item-details-item-message-input[data-network-auth-id="' + data.networkAuthId + '"]').prop("readonly", false);
|
903 |
+
jQuery('.b2s-post-approve-info[data-network-auth-id="' + data.networkAuthId + '"]').hide();
|
904 |
+
}
|
905 |
+
}
|
906 |
+
|
907 |
//Twitter TOS 032018 - protected multiple accounts with same content to same time
|
908 |
//delete comment field one more
|
909 |
if (data.networkId == 2) {
|
1094 |
return false;
|
1095 |
});
|
1096 |
jQuery(document).on('click', '.b2s-re-share-btn', function () {
|
1097 |
+
jQuery('.panel-group').removeClass('b2s-border-color-warning');
|
1098 |
jQuery(".b2s-settings-user-sched-time-area").show();
|
1099 |
jQuery('#b2s-sidebar-wrapper').show();
|
1100 |
jQuery('.b2s-post-item-info-area').show();
|
1741 |
jQuery('.b2s-post-item-details-edit-area[data-network-auth-id="' + content[i]['networkAuthId'] + '"]').hide();
|
1742 |
jQuery('.b2s-post-item-details-message-result[data-network-auth-id="' + content[i]['networkAuthId'] + '"]').show();
|
1743 |
jQuery('.b2s-post-item-details-message-result[data-network-auth-id="' + content[i]['networkAuthId'] + '"]').html(content[i]['html']);
|
1744 |
+
jQuery('.b2s-post-approve-info').hide();
|
1745 |
+
if (typeof content[i]['approve'] !== typeof undefined) {
|
1746 |
+
jQuery('.panel-group[data-network-auth-id="' + content[i]['networkAuthId'] + '"]').addClass('b2s-border-color-warning');
|
1747 |
+
}
|
1748 |
}
|
1749 |
jQuery(".b2s-post-area").show();
|
1750 |
jQuery('.b2s-publish-area').hide();
|
1861 |
window.addEventListener('message', function (e) {
|
1862 |
if (e.origin == jQuery('#b2sServerUrl').val()) {
|
1863 |
var data = JSON.parse(e.data);
|
1864 |
+
if (typeof data.action !== typeof undefined && data.action == 'approve') {
|
1865 |
+
jQuery('.b2s-post-item-details-message-result[data-network-auth-id="' + data.networkAuthId + '"]').html("<br><span class=\"text-success\"><i class=\"glyphicon glyphicon-ok-circle\"></i> " + jQuery("#b2sJsTextPublish").val() + " </span>");
|
1866 |
+
jQuery.ajax({
|
1867 |
+
url: ajaxurl,
|
1868 |
+
type: "POST",
|
1869 |
+
cache: false,
|
1870 |
+
async: false,
|
1871 |
+
data: {
|
1872 |
+
'action': 'b2s_update_approve_post',
|
1873 |
+
'post_id': data.post_id,
|
1874 |
+
'publish_link': data.publish_link,
|
1875 |
+
'publish_error_code': data.publish_error_code,
|
1876 |
+
},
|
1877 |
+
success: function (data) {
|
1878 |
+
}
|
1879 |
+
});
|
1880 |
+
} else {
|
1881 |
+
loginSuccess(data.networkId, data.networkType, data.displayName, data.networkAuthId, data.mandandId);
|
1882 |
+
}
|
1883 |
}
|
1884 |
});
|
1885 |
jQuery.xhrPool.abortAll = function () { // our abort function
|
2653 |
window.open(url, name, "width=650,height=900,scrollbars=yes,toolbar=no,status=no,resizable=no,menubar=no,location=no,directories=no,top=20,left=20");
|
2654 |
}
|
2655 |
|
2656 |
+
|
2657 |
+
function wopApprove(url, name) {
|
2658 |
+
var location = encodeURI(window.location.protocol + '//' + window.location.hostname);
|
2659 |
+
window.open(url + '&location=' + location, name, "width=650,height=900,scrollbars=yes,toolbar=no,status=no,resizable=no,menubar=no,location=no,directories=no,top=20,left=20");
|
2660 |
+
}
|
2661 |
+
|
2662 |
+
|
2663 |
function loginSuccess(networkId, networkType, displayName, networkAuthId, mandandId) {
|
2664 |
jQuery('.b2s-network-auth-success').show();
|
2665 |
jQuery('#b2s-network-list-modal').modal('hide');
|
blog2social.php
CHANGED
@@ -7,12 +7,12 @@
|
|
7 |
* Author: Blog2Social, Adenion
|
8 |
* Text Domain: blog2social
|
9 |
* Domain Path: /languages
|
10 |
-
* Version: 4.9.
|
11 |
* Author URI: https://www.blog2social.com
|
12 |
* License: GPL2+
|
13 |
*/
|
14 |
//B2SDefine
|
15 |
-
define('B2S_PLUGIN_VERSION', '
|
16 |
define('B2S_PLUGIN_LANGUAGE', serialize(array('de_DE', 'en_US')));
|
17 |
define('B2S_PLUGIN_DIR', plugin_dir_path(__FILE__));
|
18 |
define('B2S_PLUGIN_URL', plugin_dir_url(__FILE__));
|
7 |
* Author: Blog2Social, Adenion
|
8 |
* Text Domain: blog2social
|
9 |
* Domain Path: /languages
|
10 |
+
* Version: 4.9.1
|
11 |
* Author URI: https://www.blog2social.com
|
12 |
* License: GPL2+
|
13 |
*/
|
14 |
//B2SDefine
|
15 |
+
define('B2S_PLUGIN_VERSION', '491');
|
16 |
define('B2S_PLUGIN_LANGUAGE', serialize(array('de_DE', 'en_US')));
|
17 |
define('B2S_PLUGIN_DIR', plugin_dir_path(__FILE__));
|
18 |
define('B2S_PLUGIN_URL', plugin_dir_url(__FILE__));
|
includes/Ajax/Get.php
CHANGED
@@ -18,6 +18,7 @@ class Ajax_Get {
|
|
18 |
add_action('wp_ajax_b2s_get_network_board_and_group', array($this, 'getNetworkBoardAndGroup'));
|
19 |
add_action('wp_ajax_b2s_publish_post_data', array($this, 'getPublishPostData'));
|
20 |
add_action('wp_ajax_b2s_sched_post_data', array($this, 'getSchedPostData'));
|
|
|
21 |
add_action('wp_ajax_b2s_ship_navbar_item', array($this, 'getNavbarItem'));
|
22 |
add_action('wp_ajax_b2s_post_meta_box', array($this, 'getPostMetaBox'));
|
23 |
add_action('wp_ajax_b2s_get_settings_sched_time_default', array($this, 'getSettingsSchedTimeDefault'));
|
@@ -53,7 +54,7 @@ class Ajax_Get {
|
|
53 |
$b2sSelectSchedDate = isset($_POST['b2sSchedDate']) ? trim($_POST['b2sSchedDate']) : "";
|
54 |
$b2sUserLang = isset($_POST['b2sUserLang']) ? trim($_POST['b2sUserLang']) : strtolower(substr(B2S_LANGUAGE, 0, 2));
|
55 |
$b2sResultsPerPage = isset($_POST['b2sPostsPerPage']) && intval($_POST['b2sPostsPerPage']) > 0 ? intval($_POST['b2sPostsPerPage']) : B2S_PLUGIN_POSTPERPAGE;
|
56 |
-
if (!empty($b2sType) && in_array($b2sType, array('all', 'sched', 'publish', 'notice'))) {
|
57 |
$postItem = new B2S_Post_Item($b2sType, $b2sSortPostTitle, $b2sSortPostAuthor, $b2sSortPostStatus, $b2sSortPostPublishDate, $b2sSortPostSchedDate, $b2sShowByDate, $b2sUserAuthId, $b2sPostBlogId, $b2sPagination, $b2sSortPostCat, $b2sSortPostType, $b2sUserLang, $b2sResultsPerPage);
|
58 |
$result = array('result' => true, 'content' => $postItem->getItemHtml($b2sSelectSchedDate), 'schedDates' => json_encode($postItem->getCalendarSchedDate()));
|
59 |
if ($b2sShowPagination) {
|
@@ -149,6 +150,23 @@ class Ajax_Get {
|
|
149 |
echo json_encode(array('result' => false));
|
150 |
wp_die();
|
151 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
152 |
|
153 |
public function getSchedPostsByUserAuth() {
|
154 |
if ((int) $_POST['networkAuthId']) {
|
18 |
add_action('wp_ajax_b2s_get_network_board_and_group', array($this, 'getNetworkBoardAndGroup'));
|
19 |
add_action('wp_ajax_b2s_publish_post_data', array($this, 'getPublishPostData'));
|
20 |
add_action('wp_ajax_b2s_sched_post_data', array($this, 'getSchedPostData'));
|
21 |
+
add_action('wp_ajax_b2s_approve_post_data', array($this, 'getApprovePostData'));
|
22 |
add_action('wp_ajax_b2s_ship_navbar_item', array($this, 'getNavbarItem'));
|
23 |
add_action('wp_ajax_b2s_post_meta_box', array($this, 'getPostMetaBox'));
|
24 |
add_action('wp_ajax_b2s_get_settings_sched_time_default', array($this, 'getSettingsSchedTimeDefault'));
|
54 |
$b2sSelectSchedDate = isset($_POST['b2sSchedDate']) ? trim($_POST['b2sSchedDate']) : "";
|
55 |
$b2sUserLang = isset($_POST['b2sUserLang']) ? trim($_POST['b2sUserLang']) : strtolower(substr(B2S_LANGUAGE, 0, 2));
|
56 |
$b2sResultsPerPage = isset($_POST['b2sPostsPerPage']) && intval($_POST['b2sPostsPerPage']) > 0 ? intval($_POST['b2sPostsPerPage']) : B2S_PLUGIN_POSTPERPAGE;
|
57 |
+
if (!empty($b2sType) && in_array($b2sType, array('all', 'sched', 'publish', 'notice', 'approve'))) {
|
58 |
$postItem = new B2S_Post_Item($b2sType, $b2sSortPostTitle, $b2sSortPostAuthor, $b2sSortPostStatus, $b2sSortPostPublishDate, $b2sSortPostSchedDate, $b2sShowByDate, $b2sUserAuthId, $b2sPostBlogId, $b2sPagination, $b2sSortPostCat, $b2sSortPostType, $b2sUserLang, $b2sResultsPerPage);
|
59 |
$result = array('result' => true, 'content' => $postItem->getItemHtml($b2sSelectSchedDate), 'schedDates' => json_encode($postItem->getCalendarSchedDate()));
|
60 |
if ($b2sShowPagination) {
|
150 |
echo json_encode(array('result' => false));
|
151 |
wp_die();
|
152 |
}
|
153 |
+
|
154 |
+
public function getApprovePostData() {
|
155 |
+
if ((int) $_POST['postId']) {
|
156 |
+
require_once (B2S_PLUGIN_DIR . 'includes/B2S/Post/Item.php');
|
157 |
+
require_once (B2S_PLUGIN_DIR . 'includes/Util.php');
|
158 |
+
$postData = new B2S_Post_Item();
|
159 |
+
$showByDate = isset($_POST['showByDate']) ? trim($_POST['showByDate']) : '';
|
160 |
+
$result = $postData->getApprovePostDataHtml((int) $_POST['postId'], $showByDate);
|
161 |
+
if ($result !== false) {
|
162 |
+
echo json_encode(array('result' => true, 'postId' => (int) $_POST['postId'], 'content' => $result));
|
163 |
+
wp_die();
|
164 |
+
}
|
165 |
+
}
|
166 |
+
echo json_encode(array('result' => false));
|
167 |
+
wp_die();
|
168 |
+
}
|
169 |
+
|
170 |
|
171 |
public function getSchedPostsByUserAuth() {
|
172 |
if ((int) $_POST['networkAuthId']) {
|
includes/Ajax/Post.php
CHANGED
@@ -23,6 +23,7 @@ class Ajax_Post {
|
|
23 |
add_action('wp_ajax_b2s_save_network_board_and_group', array($this, 'saveNetworkBoardAndGroup'));
|
24 |
add_action('wp_ajax_b2s_delete_user_sched_post', array($this, 'deleteUserSchedPost'));
|
25 |
add_action('wp_ajax_b2s_delete_user_publish_post', array($this, 'deleteUserPublishPost'));
|
|
|
26 |
add_action('wp_ajax_b2s_user_network_settings', array($this, 'saveUserNetworkSettings'));
|
27 |
add_action('wp_ajax_b2s_save_social_meta_tags', array($this, 'saveSocialMetaTags'));
|
28 |
add_action('wp_ajax_b2s_reset_social_meta_tags', array($this, 'resetSocialMetaTags'));
|
@@ -39,6 +40,7 @@ class Ajax_Post {
|
|
39 |
add_action('wp_ajax_b2s_delete_post', array($this, 'b2sDeletePost'));
|
40 |
add_action('wp_ajax_b2s_edit_save_post', array($this, 'b2sEditSavePost'));
|
41 |
add_action("wp_ajax_b2s_get_calendar_release_locks", array($this, 'releaseLocks'));
|
|
|
42 |
add_action("wp_ajax_b2s_hide_rating", array($this, 'hideRating'));
|
43 |
add_action("wp_ajax_b2s_hide_premium_message", array($this, 'hidePremiumMessage'));
|
44 |
add_action("wp_ajax_b2s_hide_trail_message", array($this, 'hideTrailMessage'));
|
@@ -170,6 +172,9 @@ class Ajax_Post {
|
|
170 |
|
171 |
delete_option('B2S_PLUGIN_POST_META_TAGES_' . (int) $post['post_id']);
|
172 |
|
|
|
|
|
|
|
173 |
$options = new B2S_Options(B2S_PLUGIN_BLOG_USER_ID);
|
174 |
$optionNoCache = $options->_getOption('link_no_cache');
|
175 |
|
@@ -251,7 +256,7 @@ class Ajax_Post {
|
|
251 |
//mode: share now
|
252 |
$schedData = array();
|
253 |
if (isset($data['releaseSelect']) && (int) $data['releaseSelect'] == 0) {
|
254 |
-
$b2sShipSend->savePublishDetails(array_merge($defaultPostData, $sendData), $relayData);
|
255 |
//mode: schedule custom once times
|
256 |
} else if (isset($data['releaseSelect']) && (int) $data['releaseSelect'] == 1 && isset($data['date'][0]) && isset($data['time'][0])) {
|
257 |
$schedData = array(
|
@@ -262,7 +267,7 @@ class Ajax_Post {
|
|
262 |
'releaseSelect' => isset($data['releaseSelect']) ? $data['releaseSelect'] : 0,
|
263 |
'user_timezone' => isset($post['user_timezone']) ? $post['user_timezone'] : 0,
|
264 |
'saveSetting' => isset($data['saveSchedSetting']) ? true : false);
|
265 |
-
$schedResult [] = $b2sShipSend->saveSchedDetails(array_merge($defaultPostData, $sendData), $schedData, $relayData);
|
266 |
$content = array_merge($content, $schedResult);
|
267 |
//mode: recurrently schedule
|
268 |
} else {
|
@@ -287,11 +292,16 @@ class Ajax_Post {
|
|
287 |
'saveSetting' => isset($data['saveSchedSetting']) ? true : false
|
288 |
);
|
289 |
|
290 |
-
$schedResult [] = $b2sShipSend->saveSchedDetails(array_merge($defaultPostData, $sendData), $schedData, $relayData);
|
291 |
$content = array_merge($content, $schedResult);
|
292 |
}
|
293 |
}
|
294 |
|
|
|
|
|
|
|
|
|
|
|
295 |
if (!empty($b2sShipSend->postData)) {
|
296 |
$sendResult = $b2sShipSend->postPublish();
|
297 |
$content = array_merge($content, $sendResult);
|
@@ -620,6 +630,19 @@ class Ajax_Post {
|
|
620 |
wp_die();
|
621 |
}
|
622 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
623 |
public function sendTrailFeedback() {
|
624 |
require_once (B2S_PLUGIN_DIR . '/includes/Tools.php');
|
625 |
if (isset($_POST['feedback']) && !empty($_POST['feedback'])) {
|
@@ -657,7 +680,7 @@ class Ajax_Post {
|
|
657 |
}
|
658 |
|
659 |
public function networkTosAccept() {
|
660 |
-
update_option('
|
661 |
echo json_encode(array('result' => true));
|
662 |
wp_die();
|
663 |
}
|
@@ -706,16 +729,47 @@ class Ajax_Post {
|
|
706 |
wp_die();
|
707 |
}
|
708 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
709 |
public function b2sCalendarMovePost() {
|
|
|
710 |
global $wpdb;
|
711 |
if (is_numeric($_POST['b2s_id']) && is_string($_POST['sched_date'])) {
|
|
|
|
|
|
|
|
|
712 |
$sql = "UPDATE b2s_posts "
|
713 |
. "SET sched_date = '" . date('Y-m-d H:i:s', strtotime($_POST['sched_date'])) . "', "
|
714 |
. "user_timezone = '" . $_POST['user_timezone'] . "', "
|
715 |
. "publish_date = '0000-00-00 00:00:00' ,"
|
716 |
. "sched_date_utc = '" . B2S_Util::getUTCForDate($_POST['sched_date'], $_POST['user_timezone'] * -1) . "', "
|
717 |
-
. "hook_action = 2
|
718 |
-
. "WHERE id = " . $_POST['b2s_id'];
|
|
|
719 |
$wpdb->query($sql);
|
720 |
|
721 |
//is post for relay?
|
@@ -763,7 +817,8 @@ class Ajax_Post {
|
|
763 |
$sql = $wpdb->prepare("SELECT id,post_id,post_for_relay FROM b2s_posts WHERE id =%d AND publish_date = %s", (int) $_POST['b2s_id'], "0000-00-00 00:00:00");
|
764 |
$row = $wpdb->get_row($sql);
|
765 |
if (isset($row->id) && (int) $row->id == (int) $_POST['b2s_id']) {
|
766 |
-
$
|
|
|
767 |
//is post for relay
|
768 |
if ((int) $row->post_for_relay == 1) {
|
769 |
$res = B2S_Post_Tools::getAllRelayByPrimaryPostId($row->id);
|
@@ -786,6 +841,7 @@ class Ajax_Post {
|
|
786 |
public function b2sEditSavePost() {
|
787 |
global $wpdb;
|
788 |
require_once (B2S_PLUGIN_DIR . 'includes/B2S/Calendar/Save.php');
|
|
|
789 |
$post = $_POST;
|
790 |
$metaOg = false;
|
791 |
$metaCard = false;
|
@@ -904,6 +960,7 @@ class Ajax_Post {
|
|
904 |
'network_display_name' => isset($data['network_display_name']) ? $data['network_display_name'] : '',
|
905 |
'network_auth_id' => $networkAuthId,
|
906 |
'post_format' => isset($data['post_format']) ? (int) $data['post_format'] : '',
|
|
|
907 |
'user_timezone' => isset($post['user_timezone']) ? $post['user_timezone'] : 0,
|
908 |
'sched_details_id' => isset($post['sched_details_id']) ? $post['sched_details_id'] : null,
|
909 |
'publish_date' => isset($post['publish_date']) ? date('Y-m-d H:i:s', strtotime($post['publish_date'])) : date('Y-m-d H:i:s', current_time('timestamp'))
|
@@ -918,7 +975,8 @@ class Ajax_Post {
|
|
918 |
'user_timezone' => isset($post['user_timezone']) ? $post['user_timezone'] : 0,
|
919 |
'saveSetting' => isset($data['saveSchedSetting']) ? true : false
|
920 |
);
|
921 |
-
|
|
|
922 |
|
923 |
//is post for relay ?
|
924 |
//get all relays in primary post id by b2s id & change sched_date + utc
|
23 |
add_action('wp_ajax_b2s_save_network_board_and_group', array($this, 'saveNetworkBoardAndGroup'));
|
24 |
add_action('wp_ajax_b2s_delete_user_sched_post', array($this, 'deleteUserSchedPost'));
|
25 |
add_action('wp_ajax_b2s_delete_user_publish_post', array($this, 'deleteUserPublishPost'));
|
26 |
+
add_action('wp_ajax_b2s_delete_user_approve_post', array($this, 'deleteUserApprovePost'));
|
27 |
add_action('wp_ajax_b2s_user_network_settings', array($this, 'saveUserNetworkSettings'));
|
28 |
add_action('wp_ajax_b2s_save_social_meta_tags', array($this, 'saveSocialMetaTags'));
|
29 |
add_action('wp_ajax_b2s_reset_social_meta_tags', array($this, 'resetSocialMetaTags'));
|
40 |
add_action('wp_ajax_b2s_delete_post', array($this, 'b2sDeletePost'));
|
41 |
add_action('wp_ajax_b2s_edit_save_post', array($this, 'b2sEditSavePost'));
|
42 |
add_action("wp_ajax_b2s_get_calendar_release_locks", array($this, 'releaseLocks'));
|
43 |
+
add_action("wp_ajax_b2s_update_approve_post", array($this, 'updateApprovePost'));
|
44 |
add_action("wp_ajax_b2s_hide_rating", array($this, 'hideRating'));
|
45 |
add_action("wp_ajax_b2s_hide_premium_message", array($this, 'hidePremiumMessage'));
|
46 |
add_action("wp_ajax_b2s_hide_trail_message", array($this, 'hideTrailMessage'));
|
172 |
|
173 |
delete_option('B2S_PLUGIN_POST_META_TAGES_' . (int) $post['post_id']);
|
174 |
|
175 |
+
//since V4.9.1 Instant Share Approve - Facebook Profile
|
176 |
+
$shareApproveNetworkData = unserialize(B2S_PLUGIN_NETWORK_SHARE_APPROVE);
|
177 |
+
|
178 |
$options = new B2S_Options(B2S_PLUGIN_BLOG_USER_ID);
|
179 |
$optionNoCache = $options->_getOption('link_no_cache');
|
180 |
|
256 |
//mode: share now
|
257 |
$schedData = array();
|
258 |
if (isset($data['releaseSelect']) && (int) $data['releaseSelect'] == 0) {
|
259 |
+
$b2sShipSend->savePublishDetails(array_merge($defaultPostData, $sendData), $relayData, $shareApproveNetworkData);
|
260 |
//mode: schedule custom once times
|
261 |
} else if (isset($data['releaseSelect']) && (int) $data['releaseSelect'] == 1 && isset($data['date'][0]) && isset($data['time'][0])) {
|
262 |
$schedData = array(
|
267 |
'releaseSelect' => isset($data['releaseSelect']) ? $data['releaseSelect'] : 0,
|
268 |
'user_timezone' => isset($post['user_timezone']) ? $post['user_timezone'] : 0,
|
269 |
'saveSetting' => isset($data['saveSchedSetting']) ? true : false);
|
270 |
+
$schedResult [] = $b2sShipSend->saveSchedDetails(array_merge($defaultPostData, $sendData), $schedData, $relayData, $shareApproveNetworkData);
|
271 |
$content = array_merge($content, $schedResult);
|
272 |
//mode: recurrently schedule
|
273 |
} else {
|
292 |
'saveSetting' => isset($data['saveSchedSetting']) ? true : false
|
293 |
);
|
294 |
|
295 |
+
$schedResult [] = $b2sShipSend->saveSchedDetails(array_merge($defaultPostData, $sendData), $schedData, $relayData, $shareApproveNetworkData);
|
296 |
$content = array_merge($content, $schedResult);
|
297 |
}
|
298 |
}
|
299 |
|
300 |
+
if (!empty($b2sShipSend->postDataApprove)) {
|
301 |
+
$sendResult = $b2sShipSend->getShareApproveDetails();
|
302 |
+
$content = array_merge($content, $sendResult);
|
303 |
+
}
|
304 |
+
|
305 |
if (!empty($b2sShipSend->postData)) {
|
306 |
$sendResult = $b2sShipSend->postPublish();
|
307 |
$content = array_merge($content, $sendResult);
|
630 |
wp_die();
|
631 |
}
|
632 |
|
633 |
+
public function deleteUserApprovePost() {
|
634 |
+
require_once (B2S_PLUGIN_DIR . '/includes/B2S/Post/Tools.php');
|
635 |
+
if (isset($_POST['postId']) && !empty($_POST['postId'])) {
|
636 |
+
$postIds = explode(',', $_POST['postId']);
|
637 |
+
if (is_array($postIds) && !empty($postIds)) {
|
638 |
+
echo json_encode(B2S_Post_Tools::deleteUserApprovePost($postIds));
|
639 |
+
wp_die();
|
640 |
+
}
|
641 |
+
}
|
642 |
+
echo json_encode(array('result' => false));
|
643 |
+
wp_die();
|
644 |
+
}
|
645 |
+
|
646 |
public function sendTrailFeedback() {
|
647 |
require_once (B2S_PLUGIN_DIR . '/includes/Tools.php');
|
648 |
if (isset($_POST['feedback']) && !empty($_POST['feedback'])) {
|
680 |
}
|
681 |
|
682 |
public function networkTosAccept() {
|
683 |
+
update_option('B2S_PLUGIN_NETWORK_TOS_ACCEPT_072018_USER_' . B2S_PLUGIN_BLOG_USER_ID, 1);
|
684 |
echo json_encode(array('result' => true));
|
685 |
wp_die();
|
686 |
}
|
729 |
wp_die();
|
730 |
}
|
731 |
|
732 |
+
public function updateApprovePost() {
|
733 |
+
//post_id
|
734 |
+
if (is_numeric($_POST['post_id']) && (int) $_POST['post_id'] > 0) {
|
735 |
+
global $wpdb;
|
736 |
+
require_once (B2S_PLUGIN_DIR . '/includes/Options.php');
|
737 |
+
require_once (B2S_PLUGIN_DIR . '/includes/Util.php');
|
738 |
+
$option = new B2S_Options(B2S_PLUGIN_BLOG_USER_ID);
|
739 |
+
$optionUserTimeZone = $option->_getOption('user_time_zone');
|
740 |
+
$userTimeZone = ($optionUserTimeZone !== false) ? $optionUserTimeZone : get_option('timezone_string');
|
741 |
+
$userTimeZoneOffset = (empty($userTimeZone)) ? get_option('gmt_offset') : B2S_Util::getOffsetToUtcByTimeZone($userTimeZone);
|
742 |
+
|
743 |
+
$sql = "UPDATE b2s_posts "
|
744 |
+
. "SET sched_date = '0000-00-00 00:00:00', "
|
745 |
+
. "sched_date_utc = '0000-00-00 00:00:00', "
|
746 |
+
. "publish_date = '" . B2S_Util::getbyIdentLocalDate($userTimeZoneOffset) . "', "
|
747 |
+
. "publish_link = '" . ((isset($_POST['publish_link']) && !empty($_POST['publish_link'])) ? addslashes(strip_tags($_POST['publish_link'])) : '') . "', "
|
748 |
+
. "publish_error_code = '" . ((isset($_POST['publish_error_code']) && !empty($_POST['publish_error_code'])) ? addslashes(strip_tags($_POST['publish_error_code'])) : '') . "', "
|
749 |
+
. "post_for_approve = 0 "
|
750 |
+
. "WHERE id = " . (int) $_POST['post_id'];
|
751 |
+
$wpdb->query($sql);
|
752 |
+
echo json_encode(array('result' => true));
|
753 |
+
wp_die();
|
754 |
+
}
|
755 |
+
}
|
756 |
+
|
757 |
public function b2sCalendarMovePost() {
|
758 |
+
|
759 |
global $wpdb;
|
760 |
if (is_numeric($_POST['b2s_id']) && is_string($_POST['sched_date'])) {
|
761 |
+
|
762 |
+
//since V4.9.1 Instant Share Approve - Facebook Profile
|
763 |
+
$shareApprove = (isset($_POST['post_for_approve']) && (int) $_POST['post_for_approve'] = 1) ? 1 : 0;
|
764 |
+
|
765 |
$sql = "UPDATE b2s_posts "
|
766 |
. "SET sched_date = '" . date('Y-m-d H:i:s', strtotime($_POST['sched_date'])) . "', "
|
767 |
. "user_timezone = '" . $_POST['user_timezone'] . "', "
|
768 |
. "publish_date = '0000-00-00 00:00:00' ,"
|
769 |
. "sched_date_utc = '" . B2S_Util::getUTCForDate($_POST['sched_date'], $_POST['user_timezone'] * -1) . "', "
|
770 |
+
. "hook_action = " . (($shareApprove == 0) ? 2 : 0)
|
771 |
+
. " WHERE id = " . $_POST['b2s_id'];
|
772 |
+
|
773 |
$wpdb->query($sql);
|
774 |
|
775 |
//is post for relay?
|
817 |
$sql = $wpdb->prepare("SELECT id,post_id,post_for_relay FROM b2s_posts WHERE id =%d AND publish_date = %s", (int) $_POST['b2s_id'], "0000-00-00 00:00:00");
|
818 |
$row = $wpdb->get_row($sql);
|
819 |
if (isset($row->id) && (int) $row->id == (int) $_POST['b2s_id']) {
|
820 |
+
$hookAction = (isset($row->post_for_approve) && (int) $row->post_for_approve == 0) ? 3 : 0; //since 4.9.1 Facebook Instant Sharing
|
821 |
+
$wpdb->update('b2s_posts', array('hook_action' => $hookAction, 'hide' => 1), array('id' => (int) $_POST['b2s_id']));
|
822 |
//is post for relay
|
823 |
if ((int) $row->post_for_relay == 1) {
|
824 |
$res = B2S_Post_Tools::getAllRelayByPrimaryPostId($row->id);
|
841 |
public function b2sEditSavePost() {
|
842 |
global $wpdb;
|
843 |
require_once (B2S_PLUGIN_DIR . 'includes/B2S/Calendar/Save.php');
|
844 |
+
|
845 |
$post = $_POST;
|
846 |
$metaOg = false;
|
847 |
$metaCard = false;
|
960 |
'network_display_name' => isset($data['network_display_name']) ? $data['network_display_name'] : '',
|
961 |
'network_auth_id' => $networkAuthId,
|
962 |
'post_format' => isset($data['post_format']) ? (int) $data['post_format'] : '',
|
963 |
+
'post_for_approve' => isset($post['post_for_approve']) ? (int) $post['post_for_approve'] : 0,
|
964 |
'user_timezone' => isset($post['user_timezone']) ? $post['user_timezone'] : 0,
|
965 |
'sched_details_id' => isset($post['sched_details_id']) ? $post['sched_details_id'] : null,
|
966 |
'publish_date' => isset($post['publish_date']) ? date('Y-m-d H:i:s', strtotime($post['publish_date'])) : date('Y-m-d H:i:s', current_time('timestamp'))
|
975 |
'user_timezone' => isset($post['user_timezone']) ? $post['user_timezone'] : 0,
|
976 |
'saveSetting' => isset($data['saveSchedSetting']) ? true : false
|
977 |
);
|
978 |
+
|
979 |
+
$b2sShipSend->saveSchedDetails(array_merge($defaultPostData, $sendData), $schedData, array());
|
980 |
|
981 |
//is post for relay ?
|
982 |
//get all relays in primary post id by b2s id & change sched_date + utc
|
includes/B2S/AutoPost.php
CHANGED
@@ -23,6 +23,7 @@ class B2S_AutoPost {
|
|
23 |
$this->current_user_date = $current_user_date;
|
24 |
$this->myTimeSettings = $myTimeSettings;
|
25 |
$this->title = $title;
|
|
|
26 |
$this->content = B2S_Util::prepareContent($postId, $content, $url, false, true, $b2sPostLang);
|
27 |
$this->contentHtml = B2S_Util::prepareContent($postId, $content, $url, '<p><h1><h2><br><i><b><a><img>', true, $b2sPostLang);
|
28 |
$this->url = $url;
|
@@ -31,8 +32,8 @@ class B2S_AutoPost {
|
|
31 |
$this->optionPostFormat = $optionPostFormat;
|
32 |
$this->allowHashTag = $allowHashTag;
|
33 |
$this->optionContentTwitter = $optionContentTwitter;
|
34 |
-
$this->setPreFillText = array(0 => array(1 => 239, 2 => 255, 3 => 239, 6 => 300, 8 => 239, 9 => 200, 10 => 442, 12 => 240, 16 => 250,17 => 442, 18 => 800), 1 => array(1 => 239, 3 => 239, 8 => 1200, 10 => 442,17 => 442), 2 => array(1 => 239, 8 => 239, 10 => 442,17 => 442));
|
35 |
-
$this->setPreFillTextLimit = array(0 => array(1 => 400, 2 => 256, 3 => 400, 6 => 400, 8 => 400,9 => 200, 10 => 500, 12 => 400, 18 => 1000), 1 => array(1 => 400, 3 => 400, 8 => 1200, 10 => 500), 2 => array(1 => 400, 8 => 400, 10 => 500));
|
36 |
}
|
37 |
|
38 |
public function prepareShareData($networkAuthId = 0, $networkId = 0, $networkType = 0) {
|
@@ -120,7 +121,7 @@ class B2S_AutoPost {
|
|
120 |
}
|
121 |
|
122 |
if ($networkId == 10 || $networkId == 17 || $networkId == 18) {
|
123 |
-
$postData['content'] = (isset($this->setPreFillText[$networkType][$networkId])) ? B2S_Util::getExcerpt($this->content, (int) $this->setPreFillText[$networkType][$networkId], (isset($this->setPreFillTextLimit[$networkType][$networkId])? (int) $this->setPreFillTextLimit[$networkType][$networkId] : false)) : $this->content;
|
124 |
if ($this->allowHashTag) {
|
125 |
$postData['content'] .= $this->getHashTagsString();
|
126 |
}
|
@@ -153,7 +154,7 @@ class B2S_AutoPost {
|
|
153 |
$hashTags = '';
|
154 |
if (is_array($this->keywords) && !empty($this->keywords)) {
|
155 |
foreach ($this->keywords as $tag) {
|
156 |
-
$hashTags .= ' #' . str_replace(array(" ","-"), "", $tag->name);
|
157 |
}
|
158 |
}
|
159 |
return (!empty($hashTags) ? (!empty($add) ? $add . $hashTags : $hashTags) : '');
|
@@ -201,6 +202,9 @@ class B2S_AutoPost {
|
|
201 |
'network_display_name' => $network_display_name), array('%d', '%d', '%d', '%s'));
|
202 |
$networkDetailsId = $wpdb->insert_id;
|
203 |
}
|
|
|
|
|
|
|
204 |
if ($networkDetailsId > 0) {
|
205 |
$wpdb->insert('b2s_posts_sched_details', array('sched_data' => serialize($shareData), 'image_url' => (isset($shareData['image_url']) ? $shareData['image_url'] : '')), array('%s', '%s'));
|
206 |
$schedDetailsId = $wpdb->insert_id;
|
@@ -214,7 +218,8 @@ class B2S_AutoPost {
|
|
214 |
'sched_date' => $sched_date,
|
215 |
'sched_date_utc' => $sched_date_utc,
|
216 |
'network_details_id' => $networkDetailsId,
|
217 |
-
'
|
|
|
218 |
B2S_Rating::trigger();
|
219 |
}
|
220 |
}
|
23 |
$this->current_user_date = $current_user_date;
|
24 |
$this->myTimeSettings = $myTimeSettings;
|
25 |
$this->title = $title;
|
26 |
+
$this->shareApprove = unserialize(B2S_PLUGIN_NETWORK_SHARE_APPROVE);
|
27 |
$this->content = B2S_Util::prepareContent($postId, $content, $url, false, true, $b2sPostLang);
|
28 |
$this->contentHtml = B2S_Util::prepareContent($postId, $content, $url, '<p><h1><h2><br><i><b><a><img>', true, $b2sPostLang);
|
29 |
$this->url = $url;
|
32 |
$this->optionPostFormat = $optionPostFormat;
|
33 |
$this->allowHashTag = $allowHashTag;
|
34 |
$this->optionContentTwitter = $optionContentTwitter;
|
35 |
+
$this->setPreFillText = array(0 => array(1 => 239, 2 => 255, 3 => 239, 6 => 300, 8 => 239, 9 => 200, 10 => 442, 12 => 240, 16 => 250, 17 => 442, 18 => 800), 1 => array(1 => 239, 3 => 239, 8 => 1200, 10 => 442, 17 => 442), 2 => array(1 => 239, 8 => 239, 10 => 442, 17 => 442));
|
36 |
+
$this->setPreFillTextLimit = array(0 => array(1 => 400, 2 => 256, 3 => 400, 6 => 400, 8 => 400, 9 => 200, 10 => 500, 12 => 400, 18 => 1000), 1 => array(1 => 400, 3 => 400, 8 => 1200, 10 => 500), 2 => array(1 => 400, 8 => 400, 10 => 500));
|
37 |
}
|
38 |
|
39 |
public function prepareShareData($networkAuthId = 0, $networkId = 0, $networkType = 0) {
|
121 |
}
|
122 |
|
123 |
if ($networkId == 10 || $networkId == 17 || $networkId == 18) {
|
124 |
+
$postData['content'] = (isset($this->setPreFillText[$networkType][$networkId])) ? B2S_Util::getExcerpt($this->content, (int) $this->setPreFillText[$networkType][$networkId], (isset($this->setPreFillTextLimit[$networkType][$networkId]) ? (int) $this->setPreFillTextLimit[$networkType][$networkId] : false)) : $this->content;
|
125 |
if ($this->allowHashTag) {
|
126 |
$postData['content'] .= $this->getHashTagsString();
|
127 |
}
|
154 |
$hashTags = '';
|
155 |
if (is_array($this->keywords) && !empty($this->keywords)) {
|
156 |
foreach ($this->keywords as $tag) {
|
157 |
+
$hashTags .= ' #' . str_replace(array(" ", "-"), "", $tag->name);
|
158 |
}
|
159 |
}
|
160 |
return (!empty($hashTags) ? (!empty($add) ? $add . $hashTags : $hashTags) : '');
|
202 |
'network_display_name' => $network_display_name), array('%d', '%d', '%d', '%s'));
|
203 |
$networkDetailsId = $wpdb->insert_id;
|
204 |
}
|
205 |
+
|
206 |
+
$shareApprove = (isset($this->shareApprove[(int) $network_type]) && is_array($this->shareApprove[(int) $network_type]) && in_array((int) $network_id, $this->shareApprove[(int) $network_type])) ? 1 : 0;
|
207 |
+
|
208 |
if ($networkDetailsId > 0) {
|
209 |
$wpdb->insert('b2s_posts_sched_details', array('sched_data' => serialize($shareData), 'image_url' => (isset($shareData['image_url']) ? $shareData['image_url'] : '')), array('%s', '%s'));
|
210 |
$schedDetailsId = $wpdb->insert_id;
|
218 |
'sched_date' => $sched_date,
|
219 |
'sched_date_utc' => $sched_date_utc,
|
220 |
'network_details_id' => $networkDetailsId,
|
221 |
+
'post_for_approve' => $shareApprove,
|
222 |
+
'hook_action' => (($shareApprove == 0) ? 1 : 0)), array('%d', '%d', '%s', '%s', '%d', '%d', '%s', '%s', '%d', '%d', '%d'));
|
223 |
B2S_Rating::trigger();
|
224 |
}
|
225 |
}
|
includes/B2S/Calendar/Filter.php
CHANGED
@@ -70,7 +70,7 @@ class B2S_Calendar_Filter {
|
|
70 |
$addNotAdminPosts = (B2S_PLUGIN_ADMIN == false) ? $wpdb->prepare(' AND b2s_posts.`blog_user_id` = %d', B2S_PLUGIN_BLOG_USER_ID) : '';
|
71 |
$addNetwork = ($network_id >= 1) ? $wpdb->prepare(' AND b2s_posts_network_details.`network_id` = %d', $network_id) : '';
|
72 |
$addNetworkDetails = ($network_details_id >= 1) ? $wpdb->prepare(' AND b2s_posts.`network_details_id` = %d', $network_details_id) : '';
|
73 |
-
|
74 |
|
75 |
$sql = "SELECT b2s_posts.sched_date, "
|
76 |
. "b2s_posts.blog_user_id, "
|
@@ -80,6 +80,7 @@ class B2S_Calendar_Filter {
|
|
80 |
. "b2s_posts.relay_primary_post_id, "
|
81 |
. "b2s_posts.relay_delay_min, "
|
82 |
. "b2s_posts.post_for_relay, "
|
|
|
83 |
. "b2s_posts_network_details.network_id, "
|
84 |
. "b2s_posts_network_details.network_type, "
|
85 |
. "b2s_posts_network_details.network_display_name, "
|
@@ -93,7 +94,7 @@ class B2S_Calendar_Filter {
|
|
93 |
. "LEFT JOIN b2s_posts_sched_details ON b2s_posts.sched_details_id = b2s_posts_sched_details.id "
|
94 |
. "INNER JOIN " . $wpdb->posts . " post ON post.ID = b2s_posts.post_id "
|
95 |
. "WHERE b2s_posts.publish_link = '' "
|
96 |
-
. "AND b2s_posts.hide = 0 " . $addNotAdminPosts . $addNetwork . $addNetworkDetails . " ORDER BY sched_date";
|
97 |
|
98 |
|
99 |
$res = self::getBySql($sql);
|
@@ -105,6 +106,7 @@ class B2S_Calendar_Filter {
|
|
105 |
global $wpdb;
|
106 |
$addNotAdminPosts = (B2S_PLUGIN_ADMIN == false) ? $wpdb->prepare(' AND b2s_posts.`blog_user_id` = %d', B2S_PLUGIN_BLOG_USER_ID) : '';
|
107 |
$addNetwork = $wpdb->prepare(' AND b2s_posts_network_details.`network_id` = %d', $network_id);
|
|
|
108 |
|
109 |
$sql = "SELECT b2s_posts_network_details.network_type, "
|
110 |
. "b2s_posts_network_details.network_display_name, "
|
@@ -112,7 +114,7 @@ class B2S_Calendar_Filter {
|
|
112 |
. "FROM b2s_posts "
|
113 |
. "INNER JOIN b2s_posts_network_details ON b2s_posts.network_details_id = b2s_posts_network_details.id "
|
114 |
. "WHERE b2s_posts.sched_date != '0000-00-00 00:00:00' AND b2s_posts.publish_error_code= '' "
|
115 |
-
. "AND b2s_posts.hide = '0' " . $addNotAdminPosts . $addNetwork . " GROUP BY b2s_posts.network_details_id";
|
116 |
|
117 |
$result = $wpdb->get_results($sql);
|
118 |
if (is_array($result) && !empty($result)) {
|
@@ -139,6 +141,7 @@ class B2S_Calendar_Filter {
|
|
139 |
$addNotAdminPosts = (B2S_PLUGIN_ADMIN == false) ? $wpdb->prepare(' AND b2s_posts.`blog_user_id` = %d', B2S_PLUGIN_BLOG_USER_ID) : '';
|
140 |
$addNetwork = ($network_id >= 1) ? $wpdb->prepare(' AND b2s_posts_network_details.`network_id` = %d', $network_id) : '';
|
141 |
$addNetworkDetails = ($network_details_id >= 1) ? $wpdb->prepare(' AND b2s_posts.`network_details_id` = %d', $network_details_id) : '';
|
|
|
142 |
|
143 |
|
144 |
$sql = "SELECT b2s_posts.sched_date, "
|
@@ -148,6 +151,7 @@ class B2S_Calendar_Filter {
|
|
148 |
. "b2s_posts.post_id, "
|
149 |
. "b2s_posts.relay_delay_min, "
|
150 |
. "b2s_posts.post_for_relay, "
|
|
|
151 |
. "b2s_posts.relay_primary_post_id, "
|
152 |
. "b2s_posts_network_details.network_id, "
|
153 |
. "b2s_posts_network_details.network_type, "
|
@@ -163,7 +167,7 @@ class B2S_Calendar_Filter {
|
|
163 |
. "INNER JOIN " . $wpdb->posts . " post ON post.ID = b2s_posts.post_id "
|
164 |
. "WHERE b2s_posts.publish_link = '' "
|
165 |
. "&& b2s_posts.sched_date BETWEEN '" . date('Y-m-d H:i:s', strtotime($start)) . "' AND '" . date('Y-m-d H:i:s', strtotime($end)) . "' "
|
166 |
-
. "AND b2s_posts.hide = 0 " . $addNotAdminPosts . $addNetwork . $addNetworkDetails . " ORDER BY sched_date";
|
167 |
|
168 |
|
169 |
$res = self::getBySql($sql);
|
@@ -190,6 +194,7 @@ class B2S_Calendar_Filter {
|
|
190 |
. "b2s_posts.relay_primary_post_id, "
|
191 |
. "b2s_posts.relay_delay_min, "
|
192 |
. "b2s_posts.post_for_relay, "
|
|
|
193 |
. "b2s_posts_network_details.network_id, "
|
194 |
. "b2s_posts_network_details.network_type, "
|
195 |
. "b2s_posts_network_details.network_display_name, "
|
70 |
$addNotAdminPosts = (B2S_PLUGIN_ADMIN == false) ? $wpdb->prepare(' AND b2s_posts.`blog_user_id` = %d', B2S_PLUGIN_BLOG_USER_ID) : '';
|
71 |
$addNetwork = ($network_id >= 1) ? $wpdb->prepare(' AND b2s_posts_network_details.`network_id` = %d', $network_id) : '';
|
72 |
$addNetworkDetails = ($network_details_id >= 1) ? $wpdb->prepare(' AND b2s_posts.`network_details_id` = %d', $network_details_id) : '';
|
73 |
+
$approvePosts = " AND (b2s_posts.`sched_date_utc` != '0000-00-00 00:00:00' AND b2s_posts.`post_for_approve` = 0)OR (b2s_posts.`sched_date_utc` >= '" . gmdate('Y-m-d H:i:s') . "' AND b2s_posts.`post_for_approve` = 1)";
|
74 |
|
75 |
$sql = "SELECT b2s_posts.sched_date, "
|
76 |
. "b2s_posts.blog_user_id, "
|
80 |
. "b2s_posts.relay_primary_post_id, "
|
81 |
. "b2s_posts.relay_delay_min, "
|
82 |
. "b2s_posts.post_for_relay, "
|
83 |
+
. "b2s_posts.post_for_approve, "
|
84 |
. "b2s_posts_network_details.network_id, "
|
85 |
. "b2s_posts_network_details.network_type, "
|
86 |
. "b2s_posts_network_details.network_display_name, "
|
94 |
. "LEFT JOIN b2s_posts_sched_details ON b2s_posts.sched_details_id = b2s_posts_sched_details.id "
|
95 |
. "INNER JOIN " . $wpdb->posts . " post ON post.ID = b2s_posts.post_id "
|
96 |
. "WHERE b2s_posts.publish_link = '' "
|
97 |
+
. "AND b2s_posts.hide = 0 " . $approvePosts . $addNotAdminPosts . $addNetwork . $addNetworkDetails . " ORDER BY sched_date";
|
98 |
|
99 |
|
100 |
$res = self::getBySql($sql);
|
106 |
global $wpdb;
|
107 |
$addNotAdminPosts = (B2S_PLUGIN_ADMIN == false) ? $wpdb->prepare(' AND b2s_posts.`blog_user_id` = %d', B2S_PLUGIN_BLOG_USER_ID) : '';
|
108 |
$addNetwork = $wpdb->prepare(' AND b2s_posts_network_details.`network_id` = %d', $network_id);
|
109 |
+
$approvePosts = " AND (b2s_posts.`sched_date_utc` != '0000-00-00 00:00:00' AND b2s_posts.`post_for_approve` = 0)OR (b2s_posts.`sched_date_utc` >= '" . gmdate('Y-m-d H:i:s') . "' AND b2s_posts.`post_for_approve` = 1)";
|
110 |
|
111 |
$sql = "SELECT b2s_posts_network_details.network_type, "
|
112 |
. "b2s_posts_network_details.network_display_name, "
|
114 |
. "FROM b2s_posts "
|
115 |
. "INNER JOIN b2s_posts_network_details ON b2s_posts.network_details_id = b2s_posts_network_details.id "
|
116 |
. "WHERE b2s_posts.sched_date != '0000-00-00 00:00:00' AND b2s_posts.publish_error_code= '' "
|
117 |
+
. "AND b2s_posts.hide = '0' " . $approvePosts . $addNotAdminPosts . $addNetwork . " GROUP BY b2s_posts.network_details_id";
|
118 |
|
119 |
$result = $wpdb->get_results($sql);
|
120 |
if (is_array($result) && !empty($result)) {
|
141 |
$addNotAdminPosts = (B2S_PLUGIN_ADMIN == false) ? $wpdb->prepare(' AND b2s_posts.`blog_user_id` = %d', B2S_PLUGIN_BLOG_USER_ID) : '';
|
142 |
$addNetwork = ($network_id >= 1) ? $wpdb->prepare(' AND b2s_posts_network_details.`network_id` = %d', $network_id) : '';
|
143 |
$addNetworkDetails = ($network_details_id >= 1) ? $wpdb->prepare(' AND b2s_posts.`network_details_id` = %d', $network_details_id) : '';
|
144 |
+
$approvePosts = " AND (b2s_posts.`sched_date_utc` != '0000-00-00 00:00:00' AND b2s_posts.`post_for_approve` = 0)OR (b2s_posts.`sched_date_utc` >= '" . gmdate('Y-m-d H:i:s') . "' AND b2s_posts.`post_for_approve` = 1)";
|
145 |
|
146 |
|
147 |
$sql = "SELECT b2s_posts.sched_date, "
|
151 |
. "b2s_posts.post_id, "
|
152 |
. "b2s_posts.relay_delay_min, "
|
153 |
. "b2s_posts.post_for_relay, "
|
154 |
+
. "b2s_posts.post_for_approve, "
|
155 |
. "b2s_posts.relay_primary_post_id, "
|
156 |
. "b2s_posts_network_details.network_id, "
|
157 |
. "b2s_posts_network_details.network_type, "
|
167 |
. "INNER JOIN " . $wpdb->posts . " post ON post.ID = b2s_posts.post_id "
|
168 |
. "WHERE b2s_posts.publish_link = '' "
|
169 |
. "&& b2s_posts.sched_date BETWEEN '" . date('Y-m-d H:i:s', strtotime($start)) . "' AND '" . date('Y-m-d H:i:s', strtotime($end)) . "' "
|
170 |
+
. "AND b2s_posts.hide = 0 " . $approvePosts . $addNotAdminPosts . $addNetwork . $addNetworkDetails . " ORDER BY sched_date";
|
171 |
|
172 |
|
173 |
$res = self::getBySql($sql);
|
194 |
. "b2s_posts.relay_primary_post_id, "
|
195 |
. "b2s_posts.relay_delay_min, "
|
196 |
. "b2s_posts.post_for_relay, "
|
197 |
+
. "b2s_posts.post_for_approve, "
|
198 |
. "b2s_posts_network_details.network_id, "
|
199 |
. "b2s_posts_network_details.network_type, "
|
200 |
. "b2s_posts_network_details.network_display_name, "
|
includes/B2S/Calendar/Item.php
CHANGED
@@ -22,6 +22,7 @@ class B2S_Calendar_Item {
|
|
22 |
private $relay_primary_post_id = null;
|
23 |
private $relay_primary_sched_date = null;
|
24 |
private $post_for_relay = null;
|
|
|
25 |
private $relay_delay_min = null;
|
26 |
|
27 |
public function __construct(\StdClass $data = null) {
|
@@ -41,7 +42,8 @@ class B2S_Calendar_Item {
|
|
41 |
->setSchedDetailsId($data->sched_details_id)
|
42 |
->setImageUrl($data->image_url)
|
43 |
->setRelayPrimaryPostId($data->relay_primary_post_id)
|
44 |
-
->setPostForRelay($data->post_for_relay)
|
|
|
45 |
|
46 |
if ($data->network_id == 1 || $data->network_id == 2) {
|
47 |
$this->setPostFormat();
|
@@ -49,14 +51,10 @@ class B2S_Calendar_Item {
|
|
49 |
if ($data->network_id == 2 && isset($data->relay_primary_sched_date)) {
|
50 |
$this->setRelayPrimarySchedDate($data->relay_primary_sched_date);
|
51 |
$this->setRelayDelayMin($data->relay_delay_min);
|
52 |
-
|
53 |
}
|
54 |
}
|
55 |
}
|
56 |
|
57 |
-
//post_for_relay
|
58 |
-
|
59 |
-
|
60 |
public function setPostForRelay($value) {
|
61 |
$this->post_for_relay = (int) $value;
|
62 |
return $this;
|
@@ -66,6 +64,15 @@ class B2S_Calendar_Item {
|
|
66 |
return $this->post_for_relay;
|
67 |
}
|
68 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
public function setRelayDelayMin($value) {
|
70 |
$this->relay_delay_min = (int) $value;
|
71 |
return $this;
|
@@ -438,6 +445,7 @@ class B2S_Calendar_Item {
|
|
438 |
"post_format" => $this->getPostFormat(),
|
439 |
"relay_primary_post_id" => $this->getRelayPrimaryPostId(),
|
440 |
"post_for_relay" => $this->getPostForRelay(),
|
|
|
441 |
"b2s_id" => $this->getB2SId(),
|
442 |
"post_id" => $this->getPostId(),
|
443 |
"user_timezone" => $this->getUserTimezone(),
|
@@ -476,6 +484,7 @@ class B2S_Calendar_Item {
|
|
476 |
'image_url' => $this->getImageUrl(),
|
477 |
'relay_primary_post_id' => $this->getRelayPrimaryPostId(),
|
478 |
'post_for_relay' => $this->getPostForRelay(),
|
|
|
479 |
'view' => $view);
|
480 |
|
481 |
return $this->ship_item()->getItemHtml((object) $itemData, false);
|
22 |
private $relay_primary_post_id = null;
|
23 |
private $relay_primary_sched_date = null;
|
24 |
private $post_for_relay = null;
|
25 |
+
private $post_for_approve = null;
|
26 |
private $relay_delay_min = null;
|
27 |
|
28 |
public function __construct(\StdClass $data = null) {
|
42 |
->setSchedDetailsId($data->sched_details_id)
|
43 |
->setImageUrl($data->image_url)
|
44 |
->setRelayPrimaryPostId($data->relay_primary_post_id)
|
45 |
+
->setPostForRelay($data->post_for_relay)
|
46 |
+
->setPostForApprove($data->post_for_approve);
|
47 |
|
48 |
if ($data->network_id == 1 || $data->network_id == 2) {
|
49 |
$this->setPostFormat();
|
51 |
if ($data->network_id == 2 && isset($data->relay_primary_sched_date)) {
|
52 |
$this->setRelayPrimarySchedDate($data->relay_primary_sched_date);
|
53 |
$this->setRelayDelayMin($data->relay_delay_min);
|
|
|
54 |
}
|
55 |
}
|
56 |
}
|
57 |
|
|
|
|
|
|
|
58 |
public function setPostForRelay($value) {
|
59 |
$this->post_for_relay = (int) $value;
|
60 |
return $this;
|
64 |
return $this->post_for_relay;
|
65 |
}
|
66 |
|
67 |
+
public function setPostForApprove($value) {
|
68 |
+
$this->post_for_approve = (int) $value;
|
69 |
+
return $this;
|
70 |
+
}
|
71 |
+
|
72 |
+
public function getPostForApprove() {
|
73 |
+
return $this->post_for_approve;
|
74 |
+
}
|
75 |
+
|
76 |
public function setRelayDelayMin($value) {
|
77 |
$this->relay_delay_min = (int) $value;
|
78 |
return $this;
|
445 |
"post_format" => $this->getPostFormat(),
|
446 |
"relay_primary_post_id" => $this->getRelayPrimaryPostId(),
|
447 |
"post_for_relay" => $this->getPostForRelay(),
|
448 |
+
"post_for_approve" => $this->getPostForApprove(),
|
449 |
"b2s_id" => $this->getB2SId(),
|
450 |
"post_id" => $this->getPostId(),
|
451 |
"user_timezone" => $this->getUserTimezone(),
|
484 |
'image_url' => $this->getImageUrl(),
|
485 |
'relay_primary_post_id' => $this->getRelayPrimaryPostId(),
|
486 |
'post_for_relay' => $this->getPostForRelay(),
|
487 |
+
'post_for_approve' => $this->getPostForApprove(),
|
488 |
'view' => $view);
|
489 |
|
490 |
return $this->ship_item()->getItemHtml((object) $itemData, false);
|
includes/B2S/Heartbeat.php
CHANGED
@@ -43,8 +43,8 @@ class B2S_Heartbeat {
|
|
43 |
. "LEFT JOIN b2s_posts_network_details AS network on post.network_details_id = network.id "
|
44 |
. "LEFT JOIN b2s_posts_sched_details AS schedDetails on post.sched_details_id = schedDetails.id "
|
45 |
. "LEFT JOIN b2s_user AS user on post.blog_user_id = user.blog_user_id "
|
46 |
-
. "WHERE sched_date !='0000-00-00 00:00:00' AND sched_date_utc !='0000-00-00 00:00:00' AND post.hook_action= %d AND post.hide=%d ";
|
47 |
-
$postData = $wpdb->get_results($wpdb->prepare($sql, 1, 0), ARRAY_A);
|
48 |
|
49 |
foreach ($postData as $k => $value) {
|
50 |
$data = array('hook_action' => '0');
|
@@ -88,8 +88,8 @@ class B2S_Heartbeat {
|
|
88 |
$networkTypeData = array('profil' => 0, 'page' => 1, 'group' => 2);
|
89 |
global $wpdb;
|
90 |
$sql = "SELECT posts.id, posts.user_timezone, posts.sched_date, posts.sched_date_utc, posts.v2_id, user.token FROM b2s_posts as posts "
|
91 |
-
. "LEFT JOIN b2s_user AS user on posts.blog_user_id = user.blog_user_id WHERE posts.sched_date_utc != %s AND posts.sched_date_utc <= %s AND posts.hide=%d"; //AND posts.publish_date = %s
|
92 |
-
$select = $wpdb->prepare($sql, '0000-00-00 00:00:00', gmdate('Y-m-d H:i:s'), 0); //,'0000-00-00 00:00:00'
|
93 |
$sendData = $wpdb->get_results($select, ARRAY_A);
|
94 |
|
95 |
if (is_array($sendData) && !empty($sendData) && isset($sendData[0])) {
|
@@ -176,14 +176,29 @@ class B2S_Heartbeat {
|
|
176 |
//V3
|
177 |
$publishTime = strtotime($v->publish_date);
|
178 |
if ((int) $v->id > 0 && $publishTime != false) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
179 |
$updateData = array(
|
180 |
'sched_date' => '0000-00-00 00:00:00',
|
181 |
'sched_date_utc' => '0000-00-00 00:00:00',
|
182 |
'publish_date' => date('Y-m-d H:i:s', $publishTime),
|
183 |
-
'publish_link' => strip_tags($v->publish_link),
|
184 |
-
'publish_error_code' => strip_tags($v->publish_error_code),
|
|
|
185 |
'hook_action' => 0);
|
186 |
-
$wpdb->update('b2s_posts', $updateData, array('id' => $v->id), array('%s', '%s', '%s', '%s', '%s', '%d'), array('%d'));
|
187 |
}
|
188 |
}
|
189 |
}
|
@@ -222,8 +237,8 @@ class B2S_Heartbeat {
|
|
222 |
global $wpdb;
|
223 |
$sql = "SELECT posts.id, posts.sched_date, posts.sched_date_utc,schedDetails.sched_data, schedDetails.image_url,user.token FROM b2s_posts as posts "
|
224 |
. "LEFT JOIN b2s_posts_sched_details AS schedDetails on posts.sched_details_id = schedDetails.id "
|
225 |
-
. "LEFT JOIN b2s_user AS user on posts.blog_user_id = user.blog_user_id WHERE hook_action = %d";
|
226 |
-
$sendData = $wpdb->get_results($wpdb->prepare($sql, 5), ARRAY_A);
|
227 |
|
228 |
if (is_array($sendData) && !empty($sendData) && isset($sendData[0])) {
|
229 |
foreach ($sendData as $k => $value) {
|
@@ -247,8 +262,8 @@ class B2S_Heartbeat {
|
|
247 |
|
248 |
private function deleteUserSchedPost() {
|
249 |
global $wpdb;
|
250 |
-
$sql = "SELECT posts.id, posts.v2_id, user.token FROM b2s_posts as posts LEFT JOIN b2s_user AS user on posts.blog_user_id = user.blog_user_id WHERE hook_action = %d";
|
251 |
-
$sendData = $wpdb->get_results($wpdb->prepare($sql, 3), ARRAY_A);
|
252 |
if (is_array($sendData) && !empty($sendData) && isset($sendData[0])) {
|
253 |
foreach ($sendData as $k => $value) {
|
254 |
$data = array('hook_action' => '0');
|
@@ -271,8 +286,8 @@ class B2S_Heartbeat {
|
|
271 |
|
272 |
private function deleteUserPublishPost() {
|
273 |
global $wpdb;
|
274 |
-
$sql = "SELECT posts.id, user.token FROM b2s_posts as posts LEFT JOIN b2s_user AS user on posts.blog_user_id = user.blog_user_id WHERE hook_action = %d";
|
275 |
-
$sendData = $wpdb->get_results($wpdb->prepare($sql, 4), ARRAY_A);
|
276 |
if (is_array($sendData) && !empty($sendData) && isset($sendData[0])) {
|
277 |
foreach ($sendData as $k => $value) {
|
278 |
$data = array('hook_action' => '0');
|
43 |
. "LEFT JOIN b2s_posts_network_details AS network on post.network_details_id = network.id "
|
44 |
. "LEFT JOIN b2s_posts_sched_details AS schedDetails on post.sched_details_id = schedDetails.id "
|
45 |
. "LEFT JOIN b2s_user AS user on post.blog_user_id = user.blog_user_id "
|
46 |
+
. "WHERE sched_date !='0000-00-00 00:00:00' AND sched_date_utc !='0000-00-00 00:00:00' AND post.hook_action= %d AND post.hide=%d AND post.post_for_approve= %d ";
|
47 |
+
$postData = $wpdb->get_results($wpdb->prepare($sql, 1, 0, 0), ARRAY_A);
|
48 |
|
49 |
foreach ($postData as $k => $value) {
|
50 |
$data = array('hook_action' => '0');
|
88 |
$networkTypeData = array('profil' => 0, 'page' => 1, 'group' => 2);
|
89 |
global $wpdb;
|
90 |
$sql = "SELECT posts.id, posts.user_timezone, posts.sched_date, posts.sched_date_utc, posts.v2_id, user.token FROM b2s_posts as posts "
|
91 |
+
. "LEFT JOIN b2s_user AS user on posts.blog_user_id = user.blog_user_id WHERE posts.sched_date_utc != %s AND posts.sched_date_utc <= %s AND posts.hide=%d AND posts.post_for_approve = %d"; //AND posts.publish_date = %s
|
92 |
+
$select = $wpdb->prepare($sql, '0000-00-00 00:00:00', gmdate('Y-m-d H:i:s'), 0, 0); //,'0000-00-00 00:00:00'
|
93 |
$sendData = $wpdb->get_results($select, ARRAY_A);
|
94 |
|
95 |
if (is_array($sendData) && !empty($sendData) && isset($sendData[0])) {
|
176 |
//V3
|
177 |
$publishTime = strtotime($v->publish_date);
|
178 |
if ((int) $v->id > 0 && $publishTime != false) {
|
179 |
+
//since V4.9.1 - check by error is old scheduled instant sharing post
|
180 |
+
$shareApprove = 0;
|
181 |
+
if (!empty($v->publish_error_code)) {
|
182 |
+
$sql = "SELECT details.network_id, details.network_type FROM b2s_posts as posts "
|
183 |
+
. "LEFT JOIN b2s_posts_network_details AS details on posts.network_details_id = details.id WHERE posts.id = %d";
|
184 |
+
$getNetworkDetails = $wpdb->get_results($wpdb->prepare($sql, $v->id), ARRAY_A);
|
185 |
+
if (is_array($getNetworkDetails) && !empty($getNetworkDetails) && isset($getNetworkDetails[0]['network_id']) && isset($getNetworkDetails[0]['network_type'])) {
|
186 |
+
$shareApproveNetworkData = unserialize(B2S_PLUGIN_NETWORK_SHARE_APPROVE);
|
187 |
+
if (isset($shareApproveNetworkData[(int) $getNetworkDetails[0]['network_type']]) && in_array((int) $getNetworkDetails[0]['network_id'], $shareApproveNetworkData[(int) $getNetworkDetails[0]['network_type']])) {
|
188 |
+
$shareApprove = 1;
|
189 |
+
}
|
190 |
+
}
|
191 |
+
}
|
192 |
+
|
193 |
$updateData = array(
|
194 |
'sched_date' => '0000-00-00 00:00:00',
|
195 |
'sched_date_utc' => '0000-00-00 00:00:00',
|
196 |
'publish_date' => date('Y-m-d H:i:s', $publishTime),
|
197 |
+
'publish_link' => (($shareApprove == 0) ? strip_tags($v->publish_link) : ''),
|
198 |
+
'publish_error_code' => (($shareApprove == 0) ? strip_tags($v->publish_error_code) : ''),
|
199 |
+
'post_for_approve' => (int)$shareApprove,
|
200 |
'hook_action' => 0);
|
201 |
+
$wpdb->update('b2s_posts', $updateData, array('id' => $v->id), array('%s', '%s', '%s', '%s', '%s', '%d', '%d'), array('%d'));
|
202 |
}
|
203 |
}
|
204 |
}
|
237 |
global $wpdb;
|
238 |
$sql = "SELECT posts.id, posts.sched_date, posts.sched_date_utc,schedDetails.sched_data, schedDetails.image_url,user.token FROM b2s_posts as posts "
|
239 |
. "LEFT JOIN b2s_posts_sched_details AS schedDetails on posts.sched_details_id = schedDetails.id "
|
240 |
+
. "LEFT JOIN b2s_user AS user on posts.blog_user_id = user.blog_user_id WHERE hook_action = %d AND post_for_approve = %d";
|
241 |
+
$sendData = $wpdb->get_results($wpdb->prepare($sql, 5, 0), ARRAY_A);
|
242 |
|
243 |
if (is_array($sendData) && !empty($sendData) && isset($sendData[0])) {
|
244 |
foreach ($sendData as $k => $value) {
|
262 |
|
263 |
private function deleteUserSchedPost() {
|
264 |
global $wpdb;
|
265 |
+
$sql = "SELECT posts.id, posts.v2_id, user.token FROM b2s_posts as posts LEFT JOIN b2s_user AS user on posts.blog_user_id = user.blog_user_id WHERE hook_action = %d AND post_for_approve = %d";
|
266 |
+
$sendData = $wpdb->get_results($wpdb->prepare($sql, 3, 0), ARRAY_A);
|
267 |
if (is_array($sendData) && !empty($sendData) && isset($sendData[0])) {
|
268 |
foreach ($sendData as $k => $value) {
|
269 |
$data = array('hook_action' => '0');
|
286 |
|
287 |
private function deleteUserPublishPost() {
|
288 |
global $wpdb;
|
289 |
+
$sql = "SELECT posts.id, user.token FROM b2s_posts as posts LEFT JOIN b2s_user AS user on posts.blog_user_id = user.blog_user_id WHERE hook_action = %d AND post_for_approve = %d";
|
290 |
+
$sendData = $wpdb->get_results($wpdb->prepare($sql, 4, 0), ARRAY_A);
|
291 |
if (is_array($sendData) && !empty($sendData) && isset($sendData[0])) {
|
292 |
foreach ($sendData as $k => $value) {
|
293 |
$data = array('hook_action' => '0');
|
includes/B2S/Post/Item.php
CHANGED
@@ -116,19 +116,29 @@ class B2S_Post_Item {
|
|
116 |
$this->postTotal = $wpdb->get_var($sqlPostsTotal);
|
117 |
}
|
118 |
|
119 |
-
if ($this->type == 'publish' || $this->type == 'notice' || $this->type == 'sched') {
|
120 |
//ExistsTable
|
121 |
if ($wpdb->get_var("SHOW TABLES LIKE 'b2s_posts'") == 'b2s_posts') {
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
127 |
$addInnerJoinLeftJoin = ((int) $this->searchUserAuthId != 0) ? ' LEFT JOIN b2s_posts_network_details b ON b.`id` = a.`network_details_id` ' : '';
|
128 |
$addInnnerJoinLeftJoinWhere = ((int) $this->searchUserAuthId != 0) ? ' b.`network_auth_id` =' . $this->searchUserAuthId . ' AND ' : '';
|
129 |
|
130 |
-
$select = ($this->type == 'publish' || $this->type == 'notice') ? 'filter.`blog_user_id`, filter.`publish_date`' : 'filter.`blog_user_id`, filter.`sched_date`';
|
131 |
-
$selectInnerJoin = ($this->type == 'publish' || $this->type == 'notice') ? '`publish_date`' : '`sched_date`';
|
132 |
$sqlPosts = "SELECT posts.`ID`, posts.`post_author`,posts.`post_type`,posts.`post_title`, " . $select . ", filter.`id`
|
133 |
FROM `$wpdb->posts` posts $leftJoin $leftJoin2
|
134 |
INNER JOIN(
|
@@ -142,7 +152,7 @@ class B2S_Post_Item {
|
|
142 |
|
143 |
$this->postData = $wpdb->get_results($sqlPosts);
|
144 |
|
145 |
-
if ($this->type == 'publish' || $this->type == 'notice') {
|
146 |
$sqlPostsTotal = "SELECT COUNT(posts.`ID`)
|
147 |
FROM `$wpdb->posts` posts $leftJoin $leftJoin2
|
148 |
INNER JOIN(
|
@@ -153,10 +163,9 @@ class B2S_Post_Item {
|
|
153 |
ON posts.`ID` = filter.`post_id`
|
154 |
WHERE $addSearchType $addSearchAuthorId $addSearchPostTitle AND $postTypes $leftJoinWhere";
|
155 |
$this->postTotal = $wpdb->get_var($sqlPostsTotal);
|
156 |
-
|
157 |
//for Calender (mark Event)
|
158 |
} else {
|
159 |
-
$where =
|
160 |
$sqlPostsTotal = "SELECT posts.`ID`, DATE_FORMAT(filter.`sched_date`,'%Y-%m-%d') AS sched
|
161 |
FROM `$wpdb->posts` posts $leftJoin $leftJoin2
|
162 |
INNER JOIN(
|
@@ -166,7 +175,7 @@ class B2S_Post_Item {
|
|
166 |
) filter
|
167 |
ON posts.`ID` = filter.`post_id`
|
168 |
WHERE $addSearchType $addSearchAuthorId $addSearchPostTitle AND $postTypes $leftJoinWhere";
|
169 |
-
|
170 |
$schedResult = $wpdb->get_results($sqlPostsTotal);
|
171 |
if (is_array($schedResult) && !empty($schedResult)) {
|
172 |
$this->postCalendarSchedDates = array();
|
@@ -257,6 +266,7 @@ class B2S_Post_Item {
|
|
257 |
$userInfo = get_user_meta($var->blog_user_id);
|
258 |
$schedPublish = $this->getPostCount($var->ID);
|
259 |
$nextSched = $this->getLastPost($var->ID);
|
|
|
260 |
$this->postItem .= '<li class="list-group-item">
|
261 |
<div class="media">
|
262 |
<img class="post-img-10 pull-left hidden-xs" src="' . plugins_url('/assets/images/b2s/' . $postType . '-icon.png', B2S_PLUGIN_FILE) . '" alt="posttype">
|
@@ -275,6 +285,28 @@ class B2S_Post_Item {
|
|
275 |
</div>
|
276 |
</li>';
|
277 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
278 |
}
|
279 |
|
280 |
return html_entity_decode($this->postItem, ENT_COMPAT, 'UTF-8');
|
@@ -284,11 +316,18 @@ class B2S_Post_Item {
|
|
284 |
if ($post_id > 0) {
|
285 |
global $wpdb;
|
286 |
$addNotAdmin = (B2S_PLUGIN_ADMIN == false) ? $wpdb->prepare(' AND posts.`blog_user_id` = %d', B2S_PLUGIN_BLOG_USER_ID) : '';
|
287 |
-
$addSearchShowByDate = (!empty($this->searchShowByDate)) ? (($this->type == 'publish' || $this->type == 'notice') ? " AND DATE_FORMAT(posts.publish_date,'%Y-%m-%d') = '" . $this->searchShowByDate . "' " : " AND DATE_FORMAT(posts.sched_date,'%Y-%m-%d') = '" . $this->searchShowByDate . "' ") : '';
|
288 |
$addLeftJoin = ((int) $this->searchUserAuthId != 0) ? ' LEFT JOIN b2s_posts_network_details details ON details.`id` = posts.`network_details_id` ' : '';
|
289 |
$addLeftJoinWhere = ((int) $this->searchUserAuthId != 0) ? ' details.`network_auth_id` =' . $this->searchUserAuthId . ' AND ' : '';
|
290 |
-
|
291 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
292 |
$sqlPostsTotal = "SELECT COUNT(posts.`post_id`) FROM `b2s_posts` posts $addLeftJoin WHERE $addLeftJoinWhere $where $addNotAdmin $addSearchShowByDate AND posts.`hide` = 0 AND posts.`post_id` = " . $post_id;
|
293 |
return $wpdb->get_var($sqlPostsTotal);
|
294 |
}
|
@@ -301,7 +340,7 @@ class B2S_Post_Item {
|
|
301 |
$addNotAdmin = (B2S_PLUGIN_ADMIN == false) ? $wpdb->prepare(' AND `blog_user_id` = %d', B2S_PLUGIN_BLOG_USER_ID) : '';
|
302 |
$order = ($this->type == 'publish' || $this->type == 'notice') ? " `publish_date` DESC" : " `sched_date` ASC ";
|
303 |
$addWhere = ($this->type == 'notice') ? ' AND `publish_error_code` != "" ' : ' AND `publish_error_code` = "" ';
|
304 |
-
$where = ($this->type == 'publish' || $this->type == 'notice') ? " (`sched_date`= '0000-00-00 00:00:00' OR `sched_type` = 3) " . $addWhere : " `sched_type` != 3 AND `publish_date` = '0000-00-00 00:00:00'";
|
305 |
$fields = ($this->type == 'publish' || $this->type == 'notice') ? "publish_date" : "sched_date";
|
306 |
$sqlLast = "SELECT $fields FROM `b2s_posts` WHERE $where $addNotAdmin AND `hide` = 0 AND `post_id` = " . $post_id . " ORDER BY $order LIMIT 1";
|
307 |
return $wpdb->get_var($sqlLast);
|
@@ -316,7 +355,7 @@ class B2S_Post_Item {
|
|
316 |
$order = "`publish_date` DESC";
|
317 |
$where = "(`sched_date`= '0000-00-00 00:00:00' OR `sched_type` = 3) ";
|
318 |
$fields = "publish_date";
|
319 |
-
$sqlLast = "SELECT $fields FROM `b2s_posts` WHERE $where $addNotAdmin AND `hide` = 0 AND `post_id` = " . $post_id . " ORDER BY $order LIMIT 1";
|
320 |
$result = $wpdb->get_results($sqlLast);
|
321 |
if (!empty($result) && isset($result[0]->publish_date)) {
|
322 |
return $result[0]->publish_date;
|
@@ -369,9 +408,9 @@ class B2S_Post_Item {
|
|
369 |
$addNotAdminPosts = (!B2S_PLUGIN_ADMIN) ? (' AND blog_user_id =' . B2S_PLUGIN_BLOG_USER_ID) : '';
|
370 |
$addSearchShowByDate = (!empty($showByDate)) ? " AND DATE_FORMAT(`b2s_posts`.`publish_date`,'%%Y-%%m-%%d') = '" . $showByDate . "' " : '';
|
371 |
$addWhere = ($type == 'notice') ? ' AND `b2s_posts`.`publish_error_code` != "" ' : ' AND `b2s_posts`.`publish_error_code` = "" ';
|
372 |
-
$sqlData = $wpdb->prepare("SELECT `b2s_posts`.`id`,`blog_user_id`, `sched_date`,`publish_date`,`publish_link`,`sched_type`,`publish_error_code`,`b2s_posts_network_details`.`network_id`,`b2s_posts_network_details`.`network_type`, `b2s_posts_network_details`.`network_auth_id`, `b2s_posts_network_details`.`network_display_name` FROM `b2s_posts` LEFT JOIN `b2s_posts_network_details` ON `b2s_posts`.`network_details_id` = `b2s_posts_network_details`.`id` WHERE `b2s_posts`.`hide` = 0 AND (`b2s_posts`.`sched_date` = '0000-00-00 00:00:00' OR `b2s_posts`.`sched_type` = 3) $addWhere $addNotAdminPosts $addSearchShowByDate AND `b2s_posts`.`post_id` = %d ORDER BY `b2s_posts`.`publish_date` DESC", $post_id);
|
373 |
$result = $wpdb->get_results($sqlData);
|
374 |
-
$specialPostingData = array(3 => __('Auto-Posting', 'blog2social')
|
375 |
if (!empty($result) && is_array($result)) {
|
376 |
$networkType = unserialize(B2S_PLUGIN_NETWORK_TYPE);
|
377 |
$networkName = unserialize(B2S_PLUGIN_NETWORK);
|
@@ -413,10 +452,8 @@ class B2S_Post_Item {
|
|
413 |
<p class="info">' . $networkType[$var->network_type] . (!empty($var->network_display_name) ? (': ' . $var->network_display_name) : '' ) . ' | ' . $publishText . ' <a href="' . get_author_posts_url($var->blog_user_id) . '">' . (isset($userInfo['nickname'][0]) ? $userInfo['nickname'][0] : '-') . '</a> ' . $publishDate . $specialPosting . '</p>
|
414 |
<p class="info">' . $publishLink;
|
415 |
|
416 |
-
|
417 |
-
|
418 |
-
$content .= __('delete from reporting', 'blog2social') . '</a> ';
|
419 |
-
}
|
420 |
|
421 |
if (!empty($error)) {
|
422 |
$content .= '| <a href="admin.php?page=blog2social-ship&postId=' . $post_id . '&network_auth_id=' . $var->network_auth_id . '">' . __('re-share', 'blog2social') . '</a>';
|
@@ -437,13 +474,73 @@ class B2S_Post_Item {
|
|
437 |
return false;
|
438 |
}
|
439 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
440 |
public function getSchedPostDataHtml($post_id = 0, $showByDate = '', $userAuthId = 0) {
|
441 |
if ($post_id > 0) {
|
442 |
global $wpdb;
|
443 |
$addNotAdminPosts = (B2S_PLUGIN_ADMIN == false) ? $wpdb->prepare(' AND `b2s_posts`.`blog_user_id` = %d', B2S_PLUGIN_BLOG_USER_ID) : '';
|
444 |
$addSearchShowByDate = (!empty($showByDate)) ? " AND DATE_FORMAT(`b2s_posts`.`sched_date`,'%%Y-%%m-%%d') = '" . $showByDate . "' " : '';
|
445 |
$addSearchUserAuthId = ($userAuthId != 0) ? " AND `b2s_posts_network_details`.`network_auth_id` =" . $userAuthId . " " : '';
|
446 |
-
$sqlData = $wpdb->prepare("SELECT `b2s_posts`.`id`, `b2s_posts`.`post_id`,`blog_user_id`,`v2_id`, `sched_date`,`sched_type`, `relay_primary_post_id`, `b2s_posts_network_details`.`network_id`,`b2s_posts_network_details`.`network_auth_id`,`b2s_posts_network_details`.`network_type`,`b2s_posts_network_details`.`network_display_name` FROM `b2s_posts` LEFT JOIN `b2s_posts_network_details` ON `b2s_posts`.`network_details_id` = `b2s_posts_network_details`.`id` WHERE `b2s_posts`.`hide` = 0 AND `b2s_posts`.`sched_type` != 3 AND `b2s_posts`.`publish_date` = '0000-00-00 00:00:00' $addNotAdminPosts $addSearchShowByDate $addSearchUserAuthId AND `b2s_posts`.`post_id` = %d ORDER BY `b2s_posts`.`sched_date` ASC ", $post_id);
|
447 |
$result = $wpdb->get_results($sqlData);
|
448 |
$specialPostingData = array(4 => __('Retweet', 'blog2social'));
|
449 |
if (!empty($result) && is_array($result)) {
|
@@ -462,12 +559,12 @@ class B2S_Post_Item {
|
|
462 |
$content .='<img class="pull-left hidden-xs" src="' . plugins_url('/assets/images/portale/' . $var->network_id . '_flat.png', B2S_PLUGIN_FILE) . '" alt="posttype">
|
463 |
<div class="media-body">
|
464 |
<strong>' . $networkName[$var->network_id] . '</strong>
|
465 |
-
<p class="info">' . $networkType[$var->network_type] . (!empty($var->network_display_name) ? (': ' . $var->network_display_name) : '' ) . ' | ' . __('scheduled by', 'blog2social') . ' <a href="' . get_author_posts_url($var->blog_user_id) . '">' . (isset($userInfo['nickname'][0]) ? $userInfo['nickname'][0] : '-') . '</a> <span class="b2s-post-sched-area-sched-time" data-post-id="' . $var->id . '">' . B2S_Util::getCustomDateFormat($var->sched_date, substr(B2S_LANGUAGE, 0, 2)) . '</span> '
|
466 |
<p class="info">';
|
467 |
|
468 |
if ((int) $var->v2_id == 0) {
|
469 |
//data-blog-sched-date="' . $blogPostDate . '" data-b2s-sched-date="' . strtotime($var->sched_date) . '000"
|
470 |
-
$content .= (B2S_PLUGIN_USER_VERSION > 0) ? ' <a href="#" class="b2s-post-edit-sched-btn" data-network-auth-id="' . $var->network_auth_id . '" data-network-type="' . $var->network_type . '" data-network-id="' . $var->network_id . '" data-post-id="' . $var->post_id . '" data-b2s-id="' . $var->id . '" data-relay-primary-post-id="'
|
471 |
$content .= __('edit', 'blog2social') . '</a> ';
|
472 |
$content .= '|';
|
473 |
}
|
116 |
$this->postTotal = $wpdb->get_var($sqlPostsTotal);
|
117 |
}
|
118 |
|
119 |
+
if ($this->type == 'publish' || $this->type == 'notice' || $this->type == 'sched' || $this->type == 'approve') {
|
120 |
//ExistsTable
|
121 |
if ($wpdb->get_var("SHOW TABLES LIKE 'b2s_posts'") == 'b2s_posts') {
|
122 |
+
if ($this->type == 'approve') {
|
123 |
+
$addWhere = "";
|
124 |
+
$where = " a.`hide` = 0 AND a.`post_for_approve` = 1 AND (a.`publish_date` != '0000-00-00 00:00:00' OR a.`sched_date_utc` <= '" . gmdate('Y-m-d H:i:s') . "') $addNotAdminPosts GROUP BY a.`post_id` ORDER BY a.`sched_date` " . $sortType;
|
125 |
+
$orderBy = " ORDER BY filter.`sched_date` " . $sortType;
|
126 |
+
$addSearchBlogPostId = ((int) $this->searchBlogPostId != 0) ? " a.`post_id` = " . (int) $this->searchBlogPostId . " AND " : '';
|
127 |
+
$addSearchShowByDate = (!empty($this->searchShowByDate)) ? " (DATE_FORMAT(a.`publish_date`,'%Y-%m-%d') = '" . $this->searchShowByDate . "' OR DATE_FORMAT(a.`sched_date`,'%Y-%m-%d') = '" . $this->searchShowByDate . "') AND " : '';
|
128 |
+
$select = ' filter.`blog_user_id`, filter.`publish_date`, filter.`sched_date` ';
|
129 |
+
$selectInnerJoin = ' `sched_date` , `publish_date` ';
|
130 |
+
} else {
|
131 |
+
$addWhere = ($this->type == 'notice') ? ' AND a.`publish_error_code` != "" ' : ' AND a.`publish_error_code` = "" ';
|
132 |
+
$where = ($this->type == 'publish' || $this->type == 'notice') ? " a.`hide` = 0 AND a.`post_for_approve`= 0 AND (a.`sched_date`= '0000-00-00 00:00:00' OR a.`sched_type` = 3) $addWhere $addNotAdminPosts GROUP BY a.`post_id` ORDER BY a.`publish_date` " . $sortType : " a.`hide` = 0 AND ((a.`sched_date_utc` != '0000-00-00 00:00:00' AND a.`post_for_approve` = 0) OR (a.`sched_date_utc` >= '" . gmdate('Y-m-d H:i:s') . "' AND a.`post_for_approve` = 1)) AND a.`sched_type` != 3 AND a.`publish_date`= '0000-00-00 00:00:00' $addNotAdminPosts GROUP BY a.`post_id` ORDER BY a.`sched_date` " . $sortType;
|
133 |
+
$orderBy = ($this->type == 'publish' || $this->type == 'notice') ? " ORDER BY filter.`publish_date` " . $sortType : " ORDER BY filter.`sched_date` " . $sortType;
|
134 |
+
$addSearchBlogPostId = ((int) $this->searchBlogPostId != 0) ? " a.`post_id` = " . (int) $this->searchBlogPostId . " AND " : '';
|
135 |
+
$addSearchShowByDate = (!empty($this->searchShowByDate)) ? (($this->type == 'publish' || $this->type == 'notice') ? " DATE_FORMAT(a.`publish_date`,'%Y-%m-%d') = '" . $this->searchShowByDate . "' AND " : " DATE_FORMAT(a.`sched_date`,'%Y-%m-%d') = '" . $this->searchShowByDate . "' AND ") : '';
|
136 |
+
$select = ($this->type == 'publish' || $this->type == 'notice') ? 'filter.`blog_user_id`, filter.`publish_date`' : 'filter.`blog_user_id`, filter.`sched_date`';
|
137 |
+
$selectInnerJoin = ($this->type == 'publish' || $this->type == 'notice') ? '`publish_date`' : '`sched_date`';
|
138 |
+
}
|
139 |
$addInnerJoinLeftJoin = ((int) $this->searchUserAuthId != 0) ? ' LEFT JOIN b2s_posts_network_details b ON b.`id` = a.`network_details_id` ' : '';
|
140 |
$addInnnerJoinLeftJoinWhere = ((int) $this->searchUserAuthId != 0) ? ' b.`network_auth_id` =' . $this->searchUserAuthId . ' AND ' : '';
|
141 |
|
|
|
|
|
142 |
$sqlPosts = "SELECT posts.`ID`, posts.`post_author`,posts.`post_type`,posts.`post_title`, " . $select . ", filter.`id`
|
143 |
FROM `$wpdb->posts` posts $leftJoin $leftJoin2
|
144 |
INNER JOIN(
|
152 |
|
153 |
$this->postData = $wpdb->get_results($sqlPosts);
|
154 |
|
155 |
+
if ($this->type == 'publish' || $this->type == 'notice' || $this->type == 'approve') {
|
156 |
$sqlPostsTotal = "SELECT COUNT(posts.`ID`)
|
157 |
FROM `$wpdb->posts` posts $leftJoin $leftJoin2
|
158 |
INNER JOIN(
|
163 |
ON posts.`ID` = filter.`post_id`
|
164 |
WHERE $addSearchType $addSearchAuthorId $addSearchPostTitle AND $postTypes $leftJoinWhere";
|
165 |
$this->postTotal = $wpdb->get_var($sqlPostsTotal);
|
|
|
166 |
//for Calender (mark Event)
|
167 |
} else {
|
168 |
+
$where = " a.`hide` = 0 AND a.`sched_type` != 3 AND ((a.`sched_date_utc` != '0000-00-00 00:00:00' AND a.`post_for_approve` = 0)OR (a.`sched_date_utc` >= '" . gmdate('Y-m-d H:i:s') . "' AND a.`post_for_approve` = 1)) AND a.`publish_date`= '0000-00-00 00:00:00' $addNotAdminPosts ORDER BY a.`sched_date` " . $sortType;
|
169 |
$sqlPostsTotal = "SELECT posts.`ID`, DATE_FORMAT(filter.`sched_date`,'%Y-%m-%d') AS sched
|
170 |
FROM `$wpdb->posts` posts $leftJoin $leftJoin2
|
171 |
INNER JOIN(
|
175 |
) filter
|
176 |
ON posts.`ID` = filter.`post_id`
|
177 |
WHERE $addSearchType $addSearchAuthorId $addSearchPostTitle AND $postTypes $leftJoinWhere";
|
178 |
+
|
179 |
$schedResult = $wpdb->get_results($sqlPostsTotal);
|
180 |
if (is_array($schedResult) && !empty($schedResult)) {
|
181 |
$this->postCalendarSchedDates = array();
|
266 |
$userInfo = get_user_meta($var->blog_user_id);
|
267 |
$schedPublish = $this->getPostCount($var->ID);
|
268 |
$nextSched = $this->getLastPost($var->ID);
|
269 |
+
|
270 |
$this->postItem .= '<li class="list-group-item">
|
271 |
<div class="media">
|
272 |
<img class="post-img-10 pull-left hidden-xs" src="' . plugins_url('/assets/images/b2s/' . $postType . '-icon.png', B2S_PLUGIN_FILE) . '" alt="posttype">
|
285 |
</div>
|
286 |
</li>';
|
287 |
}
|
288 |
+
|
289 |
+
if ($this->type == 'approve') {
|
290 |
+
$userInfo = get_user_meta($var->blog_user_id);
|
291 |
+
$countApprove = $this->getPostCount($var->ID);
|
292 |
+
$this->postItem .= '<li class="list-group-item">
|
293 |
+
<div class="media">
|
294 |
+
<img class="post-img-10 pull-left hidden-xs" src="' . plugins_url('/assets/images/b2s/' . $postType . '-icon.png', B2S_PLUGIN_FILE) . '" alt="posttype">
|
295 |
+
<div class="media-body">
|
296 |
+
<div class="pull-left media-head">
|
297 |
+
<strong><a target="_blank" href="' . get_permalink($var->ID) . '">' . $postTitle . '</a></strong>
|
298 |
+
<span class="pull-right">
|
299 |
+
<button type="button" class="btn btn-primary btn-sm b2sDetailsApprovePostBtn" data-search-date="' . $this->searchShowByDate . '" data-post-id="' . $var->ID . '"><i class="glyphicon glyphicon-chevron-down"></i> ' . __('Details', 'blog2social') . '</button>
|
300 |
+
</span>
|
301 |
+
<p class="info hidden-xs"><a class="b2sDetailsApprovePostTriggerLink" href="#"><span class="b2s-approve-count" data-post-id="' . $var->ID . '">' . $countApprove . '</span> ' . __('social media posts ready to be shared', 'blog2social') . '</a></p>
|
302 |
+
</div>
|
303 |
+
<div class="pull-left">
|
304 |
+
<div class="b2s-post-approve-area" data-post-id="' . $var->ID . '"></div>
|
305 |
+
</div>
|
306 |
+
</div>
|
307 |
+
</div>
|
308 |
+
</li>';
|
309 |
+
}
|
310 |
}
|
311 |
|
312 |
return html_entity_decode($this->postItem, ENT_COMPAT, 'UTF-8');
|
316 |
if ($post_id > 0) {
|
317 |
global $wpdb;
|
318 |
$addNotAdmin = (B2S_PLUGIN_ADMIN == false) ? $wpdb->prepare(' AND posts.`blog_user_id` = %d', B2S_PLUGIN_BLOG_USER_ID) : '';
|
|
|
319 |
$addLeftJoin = ((int) $this->searchUserAuthId != 0) ? ' LEFT JOIN b2s_posts_network_details details ON details.`id` = posts.`network_details_id` ' : '';
|
320 |
$addLeftJoinWhere = ((int) $this->searchUserAuthId != 0) ? ' details.`network_auth_id` =' . $this->searchUserAuthId . ' AND ' : '';
|
321 |
+
|
322 |
+
if ($this->type == 'approve') {
|
323 |
+
$addSearchShowByDate = (!empty($this->searchShowByDate)) ? " (DATE_FORMAT(posts.publish_date,'%Y-%m-%d') = '" . $this->searchShowByDate . "' OR DATE_FORMAT(posts.sched_date,'%Y-%m-%d') = '" . $this->searchShowByDate . "') AND " : '';
|
324 |
+
$where = ' posts.`post_for_approve` = 1 AND (posts.`publish_date` != "0000-00-00 00:00:00" OR posts.`sched_date_utc` <= "' . gmdate('Y-m-d H:i:s') . '")';
|
325 |
+
} else {
|
326 |
+
$addSearchShowByDate = (!empty($this->searchShowByDate)) ? (($this->type == 'publish' || $this->type == 'notice') ? " AND DATE_FORMAT(posts.publish_date,'%Y-%m-%d') = '" . $this->searchShowByDate . "' " : " AND DATE_FORMAT(posts.sched_date,'%Y-%m-%d') = '" . $this->searchShowByDate . "' ") : '';
|
327 |
+
$addWhere = ($this->type == 'notice') ? ' AND posts.`publish_error_code` != "" ' : ' AND posts.`publish_error_code` = "" ';
|
328 |
+
$where = ($this->type == 'publish' || $this->type == 'notice') ? " (posts.`sched_date` = '0000-00-00 00:00:00' OR posts.`sched_type` = 3) AND posts.`post_for_approve`= 0 " . $addWhere : " posts.`sched_type` != 3 AND posts.`publish_date` = '0000-00-00 00:00:00' AND ((posts.`sched_date_utc` != '0000-00-00 00:00:00' AND posts.`post_for_approve` = 0) OR (posts.`sched_date_utc` >= '" . gmdate('Y-m-d H:i:s') . "' AND posts.`post_for_approve` = 1)) ";
|
329 |
+
}
|
330 |
+
|
331 |
$sqlPostsTotal = "SELECT COUNT(posts.`post_id`) FROM `b2s_posts` posts $addLeftJoin WHERE $addLeftJoinWhere $where $addNotAdmin $addSearchShowByDate AND posts.`hide` = 0 AND posts.`post_id` = " . $post_id;
|
332 |
return $wpdb->get_var($sqlPostsTotal);
|
333 |
}
|
340 |
$addNotAdmin = (B2S_PLUGIN_ADMIN == false) ? $wpdb->prepare(' AND `blog_user_id` = %d', B2S_PLUGIN_BLOG_USER_ID) : '';
|
341 |
$order = ($this->type == 'publish' || $this->type == 'notice') ? " `publish_date` DESC" : " `sched_date` ASC ";
|
342 |
$addWhere = ($this->type == 'notice') ? ' AND `publish_error_code` != "" ' : ' AND `publish_error_code` = "" ';
|
343 |
+
$where = ($this->type == 'publish' || $this->type == 'notice') ? " `post_for_approve`= 0 AND (`sched_date`= '0000-00-00 00:00:00' OR `sched_type` = 3) " . $addWhere : " `sched_type` != 3 AND ((`sched_date_utc` != '0000-00-00 00:00:00' AND `post_for_approve` = 0) OR (`sched_date_utc` >= '" . gmdate('Y-m-d H:i:s') . "' AND `post_for_approve` = 1)) AND `publish_date` = '0000-00-00 00:00:00'";
|
344 |
$fields = ($this->type == 'publish' || $this->type == 'notice') ? "publish_date" : "sched_date";
|
345 |
$sqlLast = "SELECT $fields FROM `b2s_posts` WHERE $where $addNotAdmin AND `hide` = 0 AND `post_id` = " . $post_id . " ORDER BY $order LIMIT 1";
|
346 |
return $wpdb->get_var($sqlLast);
|
355 |
$order = "`publish_date` DESC";
|
356 |
$where = "(`sched_date`= '0000-00-00 00:00:00' OR `sched_type` = 3) ";
|
357 |
$fields = "publish_date";
|
358 |
+
$sqlLast = "SELECT $fields FROM `b2s_posts` WHERE $where $addNotAdmin AND `hide` = 0 AND `post_for_approve`= 0 AND `post_id` = " . $post_id . " ORDER BY $order LIMIT 1";
|
359 |
$result = $wpdb->get_results($sqlLast);
|
360 |
if (!empty($result) && isset($result[0]->publish_date)) {
|
361 |
return $result[0]->publish_date;
|
408 |
$addNotAdminPosts = (!B2S_PLUGIN_ADMIN) ? (' AND blog_user_id =' . B2S_PLUGIN_BLOG_USER_ID) : '';
|
409 |
$addSearchShowByDate = (!empty($showByDate)) ? " AND DATE_FORMAT(`b2s_posts`.`publish_date`,'%%Y-%%m-%%d') = '" . $showByDate . "' " : '';
|
410 |
$addWhere = ($type == 'notice') ? ' AND `b2s_posts`.`publish_error_code` != "" ' : ' AND `b2s_posts`.`publish_error_code` = "" ';
|
411 |
+
$sqlData = $wpdb->prepare("SELECT `b2s_posts`.`id`,`blog_user_id`, `sched_date`,`publish_date`,`publish_link`,`sched_type`,`publish_error_code`,`b2s_posts_network_details`.`network_id`,`b2s_posts_network_details`.`network_type`, `b2s_posts_network_details`.`network_auth_id`, `b2s_posts_network_details`.`network_display_name` FROM `b2s_posts` LEFT JOIN `b2s_posts_network_details` ON `b2s_posts`.`network_details_id` = `b2s_posts_network_details`.`id` WHERE `b2s_posts`.`hide` = 0 AND `b2s_posts`.`post_for_approve`= 0 AND (`b2s_posts`.`sched_date` = '0000-00-00 00:00:00' OR `b2s_posts`.`sched_type` = 3) $addWhere $addNotAdminPosts $addSearchShowByDate AND `b2s_posts`.`post_id` = %d ORDER BY `b2s_posts`.`publish_date` DESC", $post_id);
|
412 |
$result = $wpdb->get_results($sqlData);
|
413 |
+
$specialPostingData = array(3 => __('Auto-Posting', 'blog2social'), 4 => __('Retweet', 'blog2social'));
|
414 |
if (!empty($result) && is_array($result)) {
|
415 |
$networkType = unserialize(B2S_PLUGIN_NETWORK_TYPE);
|
416 |
$networkName = unserialize(B2S_PLUGIN_NETWORK);
|
452 |
<p class="info">' . $networkType[$var->network_type] . (!empty($var->network_display_name) ? (': ' . $var->network_display_name) : '' ) . ' | ' . $publishText . ' <a href="' . get_author_posts_url($var->blog_user_id) . '">' . (isset($userInfo['nickname'][0]) ? $userInfo['nickname'][0] : '-') . '</a> ' . $publishDate . $specialPosting . '</p>
|
453 |
<p class="info">' . $publishLink;
|
454 |
|
455 |
+
$content .= (B2S_PLUGIN_USER_VERSION > 0) ? '<a href="#" class="b2s-post-publish-area-drop-btn" data-post-id="' . $var->id . '">' : '<a href="#" data-toggle="modal" data-title="' . __('You want to delete a publish post entry?', 'blog2social') . '" data-target="#b2sPreFeatureModal" >';
|
456 |
+
$content .= __('delete from reporting', 'blog2social') . '</a> ';
|
|
|
|
|
457 |
|
458 |
if (!empty($error)) {
|
459 |
$content .= '| <a href="admin.php?page=blog2social-ship&postId=' . $post_id . '&network_auth_id=' . $var->network_auth_id . '">' . __('re-share', 'blog2social') . '</a>';
|
474 |
return false;
|
475 |
}
|
476 |
|
477 |
+
public function getApprovePostDataHtml($post_id = 0, $showByDate = '') {
|
478 |
+
if ($post_id > 0) {
|
479 |
+
global $wpdb;
|
480 |
+
$addNotAdminPosts = (!B2S_PLUGIN_ADMIN) ? (' AND blog_user_id =' . B2S_PLUGIN_BLOG_USER_ID) : '';
|
481 |
+
$addSearchShowByDate = (!empty($showByDate)) ? " AND (DATE_FORMAT(`b2s_posts`.`sched_date`,'%%Y-%%m-%%d') = '" . $showByDate . "' OR DATE_FORMAT(`b2s_posts`.`publish_date`,'%%Y-%%m-%%d') = '" . $showByDate . "') " : '';
|
482 |
+
$sqlData = $wpdb->prepare("SELECT `b2s_posts`.`id`, `b2s_posts`.`post_id`, `b2s_posts`.`blog_user_id`, `b2s_posts`.`sched_date`,`b2s_posts`.`publish_date`,`b2s_posts_network_details`.`network_id`,`b2s_posts_network_details`.`network_type`, `b2s_posts_network_details`.`network_auth_id`, `b2s_posts_network_details`.`network_display_name`, `b2s_posts_sched_details`.`sched_data` FROM `b2s_posts` LEFT JOIN `b2s_posts_network_details` ON `b2s_posts`.`network_details_id` = `b2s_posts_network_details`.`id` LEFT JOIN `b2s_posts_sched_details` ON `b2s_posts`.`sched_details_id` = `b2s_posts_sched_details`.`id` WHERE `b2s_posts`.`hide` = 0 AND `b2s_posts`.`post_for_approve` = 1 AND (`b2s_posts`.`publish_date` != '0000-00-00 00:00:00' OR `b2s_posts`.`sched_date_utc` <= '" . gmdate('Y-m-d H:i:s') . "') $addNotAdminPosts $addSearchShowByDate AND `b2s_posts`.`post_id` = %d ORDER BY `b2s_posts`.`sched_date` ASC,`b2s_posts`.`publish_date` ASC", $post_id);
|
483 |
+
$result = $wpdb->get_results($sqlData);
|
484 |
+
if (!empty($result) && is_array($result)) {
|
485 |
+
$networkType = unserialize(B2S_PLUGIN_NETWORK_TYPE);
|
486 |
+
$networkName = unserialize(B2S_PLUGIN_NETWORK);
|
487 |
+
$content = '<div class="row"><div class="col-md-12"><ul class="list-group">';
|
488 |
+
$content .='<li class="list-group-item"><label class="checkbox-inline checkbox-all-label"><input class="checkbox-all" data-blog-post-id="' . $post_id . '" name="selected-checkbox-all" value="" type="checkbox"> ' . __('select all', 'blog2social') . '</label></li>';
|
489 |
+
foreach ($result as $var) {
|
490 |
+
$approveDate = ($var->sched_date == "0000-00-00 00:00:00") ? B2S_Util::getCustomDateFormat($var->publish_date, substr(B2S_LANGUAGE, 0, 2)) : B2S_Util::getCustomDateFormat($var->sched_date, substr(B2S_LANGUAGE, 0, 2));
|
491 |
+
$approveText = __('is waiting to shared by', 'blog2social');
|
492 |
+
$userInfo = get_user_meta($var->blog_user_id);
|
493 |
+
$content .= ' <li class="list-group-item b2s-post-approve-area-li" data-post-id="' . $var->id . '">
|
494 |
+
<div class="media">';
|
495 |
+
$content .='<input class="checkboxes pull-left checkbox-item" data-blog-post-id="' . $post_id . '" name="selected-checkbox-item" value="' . $var->id . '" type="checkbox">';
|
496 |
+
$content .= '<img class="pull-left hidden-xs" src="' . plugins_url('/assets/images/portale/' . $var->network_id . '_flat.png', B2S_PLUGIN_FILE) . '" alt="posttype">';
|
497 |
+
$content .= '<div class="media-body">
|
498 |
+
<strong>' . $networkName[$var->network_id] . '</strong>
|
499 |
+
<p class="info">' . $networkType[$var->network_type] . (!empty($var->network_display_name) ? (': ' . $var->network_display_name) : '' ) . ' | ' . $approveText . ' <a href="' . get_author_posts_url($var->blog_user_id) . '">' . (isset($userInfo['nickname'][0]) ? $userInfo['nickname'][0] : '-') . '</a> ' . $approveDate . '</p>
|
500 |
+
<p class="info">';
|
501 |
+
|
502 |
+
$data = array(
|
503 |
+
'token' => B2S_PLUGIN_TOKEN,
|
504 |
+
'internal_post_id' => $var->id,
|
505 |
+
'network_id' => $var->network_id,
|
506 |
+
'network_auth_id' => $var->network_auth_id,
|
507 |
+
'network_type' => $var->network_type
|
508 |
+
);
|
509 |
+
|
510 |
+
if ($var->sched_data != null && !empty($var->sched_data)) {
|
511 |
+
$schedData = unserialize($var->sched_data);
|
512 |
+
$data['post_format'] = isset($schedData['post_format']) ? (int) $schedData['post_format'] : 0;
|
513 |
+
$data['image_url'] = isset($schedData['image_url']) ? $schedData['image_url'] : "";
|
514 |
+
$data['content'] = isset($schedData['content']) ? $schedData['content'] : "";
|
515 |
+
$data['url'] = isset($schedData['url']) ? $schedData['url'] : "";
|
516 |
+
} else {
|
517 |
+
$postData = get_post($var->post_id);
|
518 |
+
$data['url'] = (get_permalink($postData->ID) !== false ? get_permalink($postData->ID) : $postData->guid);
|
519 |
+
}
|
520 |
+
$content .= ' <a href="#" class="btn btn-primary btn-xs" onclick="wopApprove(\'' . B2S_PLUGIN_API_ENDPOINT . 'instant/share.php?data=' . base64_encode(serialize($data)) . '\', \'Blog2Social\'); return false;" target="_blank">' . __('share', 'blog2social') . '</a>';
|
521 |
+
|
522 |
+
$content . '</p>
|
523 |
+
</div>
|
524 |
+
</div>
|
525 |
+
</li>';
|
526 |
+
}
|
527 |
+
$content .='<li class="list-group-item"><label class="checkbox-inline checkbox-all-label-btn"><span class="glyphicon glyphicon glyphicon-trash "></span> ';
|
528 |
+
$content .= B2S_PLUGIN_USER_VERSION > 0 ? '<a class="checkbox-post-approve-all-btn" data-blog-post-id="' . $post_id . '" href="#">' : '<a href="#" data-toggle="modal" data-title="' . __('You want to delete your Social Media post?', 'blog2social') . '" data-target="#b2sPreFeatureModal" >';
|
529 |
+
$content .= __('delete', 'blog2social') . '</a></label></li>';
|
530 |
+
$content .= '</ul></div></div>';
|
531 |
+
return $content;
|
532 |
+
}
|
533 |
+
}
|
534 |
+
return false;
|
535 |
+
}
|
536 |
+
|
537 |
public function getSchedPostDataHtml($post_id = 0, $showByDate = '', $userAuthId = 0) {
|
538 |
if ($post_id > 0) {
|
539 |
global $wpdb;
|
540 |
$addNotAdminPosts = (B2S_PLUGIN_ADMIN == false) ? $wpdb->prepare(' AND `b2s_posts`.`blog_user_id` = %d', B2S_PLUGIN_BLOG_USER_ID) : '';
|
541 |
$addSearchShowByDate = (!empty($showByDate)) ? " AND DATE_FORMAT(`b2s_posts`.`sched_date`,'%%Y-%%m-%%d') = '" . $showByDate . "' " : '';
|
542 |
$addSearchUserAuthId = ($userAuthId != 0) ? " AND `b2s_posts_network_details`.`network_auth_id` =" . $userAuthId . " " : '';
|
543 |
+
$sqlData = $wpdb->prepare("SELECT `b2s_posts`.`id`, `b2s_posts`.`post_id`,`blog_user_id`,`v2_id`, `sched_date`,`sched_type`, `relay_primary_post_id`, `b2s_posts_network_details`.`network_id`,`b2s_posts_network_details`.`network_auth_id`,`b2s_posts_network_details`.`network_type`,`b2s_posts_network_details`.`network_display_name` FROM `b2s_posts` LEFT JOIN `b2s_posts_network_details` ON `b2s_posts`.`network_details_id` = `b2s_posts_network_details`.`id` WHERE `b2s_posts`.`hide` = 0 AND ((`b2s_posts`.`sched_date_utc` != '0000-00-00 00:00:00' AND `b2s_posts`.`post_for_approve` = 0) OR (`b2s_posts`.`sched_date_utc` >= '".gmdate('Y-m-d H:i:s')."' AND `b2s_posts`.`post_for_approve` = 1)) AND `b2s_posts`.`sched_type` != 3 AND `b2s_posts`.`publish_date` = '0000-00-00 00:00:00' $addNotAdminPosts $addSearchShowByDate $addSearchUserAuthId AND `b2s_posts`.`post_id` = %d ORDER BY `b2s_posts`.`sched_date` ASC ", $post_id);
|
544 |
$result = $wpdb->get_results($sqlData);
|
545 |
$specialPostingData = array(4 => __('Retweet', 'blog2social'));
|
546 |
if (!empty($result) && is_array($result)) {
|
559 |
$content .='<img class="pull-left hidden-xs" src="' . plugins_url('/assets/images/portale/' . $var->network_id . '_flat.png', B2S_PLUGIN_FILE) . '" alt="posttype">
|
560 |
<div class="media-body">
|
561 |
<strong>' . $networkName[$var->network_id] . '</strong>
|
562 |
+
<p class="info">' . $networkType[$var->network_type] . (!empty($var->network_display_name) ? (': ' . $var->network_display_name) : '' ) . ' | ' . __('scheduled by', 'blog2social') . ' <a href="' . get_author_posts_url($var->blog_user_id) . '">' . (isset($userInfo['nickname'][0]) ? $userInfo['nickname'][0] : '-') . '</a> <span class="b2s-post-sched-area-sched-time" data-post-id="' . $var->id . '">' . B2S_Util::getCustomDateFormat($var->sched_date, substr(B2S_LANGUAGE, 0, 2)) . '</span> ' . $specialPosting . '</p>
|
563 |
<p class="info">';
|
564 |
|
565 |
if ((int) $var->v2_id == 0) {
|
566 |
//data-blog-sched-date="' . $blogPostDate . '" data-b2s-sched-date="' . strtotime($var->sched_date) . '000"
|
567 |
+
$content .= (B2S_PLUGIN_USER_VERSION > 0) ? ' <a href="#" class="b2s-post-edit-sched-btn" data-network-auth-id="' . $var->network_auth_id . '" data-network-type="' . $var->network_type . '" data-network-id="' . $var->network_id . '" data-post-id="' . $var->post_id . '" data-b2s-id="' . $var->id . '" data-relay-primary-post-id="' . $var->relay_primary_post_id . '" >' : ' <a href="#" data-toggle="modal" data-title="' . __('You want to edit your scheduled post?', 'blog2social') . '" data-target="#b2sPreFeatureModal">';
|
568 |
$content .= __('edit', 'blog2social') . '</a> ';
|
569 |
$content .= '|';
|
570 |
}
|
includes/B2S/Post/Tools.php
CHANGED
@@ -24,10 +24,14 @@ class B2S_Post_Tools {
|
|
24 |
$blogPostId = 0;
|
25 |
|
26 |
foreach ($postIds as $v) {
|
27 |
-
$sql = $wpdb->prepare("SELECT id,post_id,post_for_relay FROM b2s_posts WHERE id =%d AND publish_date = %s", (int) $v, "0000-00-00 00:00:00");
|
28 |
$row = $wpdb->get_row($sql);
|
29 |
if (isset($row->id) && (int) $row->id == $v) {
|
30 |
-
$
|
|
|
|
|
|
|
|
|
31 |
$resultPostIds[] = $v;
|
32 |
$blogPostId = $row->post_id;
|
33 |
|
@@ -37,7 +41,7 @@ class B2S_Post_Tools {
|
|
37 |
if (is_array($res) && !empty($res)) {
|
38 |
foreach ($res as $item) {
|
39 |
if (isset($item->id) && (int) $item->id > 0) {
|
40 |
-
$wpdb->update('b2s_posts', array('hook_action' => 3, 'hide' => 1), array('id'
|
41 |
$resultPostIds[] = $item->id;
|
42 |
}
|
43 |
}
|
@@ -81,4 +85,26 @@ class B2S_Post_Tools {
|
|
81 |
return array('result' => false);
|
82 |
}
|
83 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
84 |
}
|
24 |
$blogPostId = 0;
|
25 |
|
26 |
foreach ($postIds as $v) {
|
27 |
+
$sql = $wpdb->prepare("SELECT id,post_id,post_for_relay,post_for_approve FROM b2s_posts WHERE id =%d AND publish_date = %s", (int) $v, "0000-00-00 00:00:00");
|
28 |
$row = $wpdb->get_row($sql);
|
29 |
if (isset($row->id) && (int) $row->id == $v) {
|
30 |
+
if ((int)$row->post_for_approve == 1) {
|
31 |
+
$wpdb->update('b2s_posts', array('hide' => 1), array('id' => $v));
|
32 |
+
} else {
|
33 |
+
$wpdb->update('b2s_posts', array('hook_action' => 3, 'hide' => 1), array('id' => $v));
|
34 |
+
}
|
35 |
$resultPostIds[] = $v;
|
36 |
$blogPostId = $row->post_id;
|
37 |
|
41 |
if (is_array($res) && !empty($res)) {
|
42 |
foreach ($res as $item) {
|
43 |
if (isset($item->id) && (int) $item->id > 0) {
|
44 |
+
$wpdb->update('b2s_posts', array('hook_action' => 3, 'hide' => 1), array('id' => $item->id));
|
45 |
$resultPostIds[] = $item->id;
|
46 |
}
|
47 |
}
|
85 |
return array('result' => false);
|
86 |
}
|
87 |
|
88 |
+
public static function deleteUserApprovePost($postIds = array()) {
|
89 |
+
global $wpdb;
|
90 |
+
$resultPostIds = array();
|
91 |
+
$blogPostId = 0;
|
92 |
+
$count = 0;
|
93 |
+
foreach ($postIds as $v) {
|
94 |
+
$sql = $wpdb->prepare("SELECT id,v2_id,post_id FROM b2s_posts WHERE id =%d", (int) $v);
|
95 |
+
$row = $wpdb->get_row($sql);
|
96 |
+
if (isset($row->id) && (int) $row->id == $v) {
|
97 |
+
$hook_action = (isset($row->v2_id) && (int) $row->v2_id > 0) ? 0 : 4; //oldItems
|
98 |
+
$wpdb->update('b2s_posts', array('hide' => 1), array('id' => $v));
|
99 |
+
$resultPostIds[] = $v;
|
100 |
+
$blogPostId = $row->post_id;
|
101 |
+
$count++;
|
102 |
+
}
|
103 |
+
}
|
104 |
+
if (!empty($resultPostIds) && is_array($resultPostIds)) {
|
105 |
+
return array('result' => true, 'postId' => $resultPostIds, 'postCount' => $count, 'blogPostId' => $blogPostId);
|
106 |
+
}
|
107 |
+
return array('result' => false);
|
108 |
+
}
|
109 |
+
|
110 |
}
|
includes/B2S/PostBox.php
CHANGED
@@ -14,7 +14,7 @@ class B2S_PostBox {
|
|
14 |
|
15 |
$isChecked = "";
|
16 |
$lastPost = "";
|
17 |
-
|
18 |
//Unlock Auto-Post-Import
|
19 |
delete_option('B2S_LOCK_AUTO_POST_IMPORT_' . B2S_PLUGIN_BLOG_USER_ID);
|
20 |
|
@@ -99,6 +99,7 @@ class B2S_PostBox {
|
|
99 |
<h3 class="b2s-meta-box-headline">' . __('Custom Sharing & Scheduling', 'blog2social') . ' <a class="b2s-info-btn" data-modal-target="b2sInfoMetaBoxModalSched" href="#">' . __('Info', 'blog2social') . '</a></h3>
|
100 |
<a id="b2s-meta-box-btn-customize" class="b2s-btn b2s-btn-success b2s-btn-sm b2s-center-block b2s-btn-margin-bottom-15" href="#">' . __('Customize & Schedule Social Media Posts', 'blog2social') . '</a>
|
101 |
<hr>
|
|
|
102 |
<h3 class="b2s-meta-box-headline">' . __('Social Media Auto-Posting', 'blog2social') . ' <a class="b2s-info-btn" data-modal-target="b2sInfoMetaBoxModalAutoPost" href="#">' . __('Info', 'blog2social') . '</a></h3>
|
103 |
' . $lastPost;
|
104 |
|
14 |
|
15 |
$isChecked = "";
|
16 |
$lastPost = "";
|
17 |
+
|
18 |
//Unlock Auto-Post-Import
|
19 |
delete_option('B2S_LOCK_AUTO_POST_IMPORT_' . B2S_PLUGIN_BLOG_USER_ID);
|
20 |
|
99 |
<h3 class="b2s-meta-box-headline">' . __('Custom Sharing & Scheduling', 'blog2social') . ' <a class="b2s-info-btn" data-modal-target="b2sInfoMetaBoxModalSched" href="#">' . __('Info', 'blog2social') . '</a></h3>
|
100 |
<a id="b2s-meta-box-btn-customize" class="b2s-btn b2s-btn-success b2s-btn-sm b2s-center-block b2s-btn-margin-bottom-15" href="#">' . __('Customize & Schedule Social Media Posts', 'blog2social') . '</a>
|
101 |
<hr>
|
102 |
+
<div class="b2s-info-warning" style="display:block;"><b>'.__('Facebook Instant Sharing:','blog2social').'</b><br>' . __('Auto-posts for Facebook Profiles will be shown in the "Instant Sharing" tab on your "Posts & Sharing" navigation bar and can be shared on your Facebook Profile by clicking on the "Share" button next to your auto-post.', 'blog2social') . '</div>
|
103 |
<h3 class="b2s-meta-box-headline">' . __('Social Media Auto-Posting', 'blog2social') . ' <a class="b2s-info-btn" data-modal-target="b2sInfoMetaBoxModalAutoPost" href="#">' . __('Info', 'blog2social') . '</a></h3>
|
104 |
' . $lastPost;
|
105 |
|
includes/B2S/Settings/Item.php
CHANGED
@@ -78,7 +78,7 @@ class B2S_Settings_Item {
|
|
78 |
$isChecked = (isset($this->settings->short_url) && (int) $this->settings->short_url == 0) ? 1 : 0;
|
79 |
$isCheckedAllowHashTag = ($optionUserHashTag === false || $optionUserHashTag == 1) ? 1 : 0; //default allow , 1=include 0=not include
|
80 |
$isShortenerBitlyActive = (isset($this->settings->shortener_bitly_display_name) && !empty($this->settings->shortener_bitly_display_name)) ? true : false;
|
81 |
-
$isChecked = ($isShortenerBitlyActive) ? 0: 1;
|
82 |
|
83 |
$content = '';
|
84 |
$content .='<h4>' . __('Account', 'blog2social') . '</h4>';
|
@@ -99,7 +99,7 @@ class B2S_Settings_Item {
|
|
99 |
$content .='<strong>' . __('Url Shortener', 'blog2social') . '</strong> <a href="#" data-toggle="modal" data-target="#b2sInfoUrlShortenerModal" class="b2s-info-btn del-padding-left">' . __('Info', 'Blog2Social') . '</a><br>';
|
100 |
$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"> <img class="b2s-shortener-image" alt="Bitly" src="' . plugins_url('/assets/images/settings/bitly.png', B2S_PLUGIN_FILE) . '"> ' . __('Bitly', 'blog2social') . '</label>';
|
101 |
$content .=' <span class="b2s-user-network-shortener-account-area" data-provider-id="0">';
|
102 |
-
$content .='<input type="hidden" id="b2s-user-network-shortener-state" data-provider-id="0" value="'.(($isShortenerBitlyActive) ? 1: 0).'"/>';
|
103 |
$content .='<span class="b2s-user-network-shortener-connect" data-provider-id="0" style="display:' . ((!$isShortenerBitlyActive) ? 'inline-block' : 'none') . ';" ><a href="#" class="b2s-shortener-account-connect-btn" data-provider-id="0" onclick="wopShortener(\'' . $this->authUrl . '&provider_id=0\', \'Blog2Social Network\'); return false;">' . __('connect', 'blog2social') . '</a> </span>';
|
104 |
$content .='<span class="b2s-user-network-shortener-account-detail" data-provider-id="0" style="display:' . (($isShortenerBitlyActive) ? 'inline-block' : 'none') . ';">(' . __('Account', 'blog2social') . ': <span id="b2s-shortener-account-display-name" data-provider-id="0">' . (($isShortenerBitlyActive) ? $this->settings->shortener_bitly_display_name : '') . '</span> <a href="#" class="b2s-shortener-account-change-btn" data-provider-id="0" onclick="wopShortener(\'' . $this->authUrl . '&provider_id=0\', \'Blog2Social Network\'); return false;">' . __('change', 'blog2social') . '</a> | <a href="#" class="b2s-shortener-account-delete-btn" data-provider-id="0">' . __('delete', 'blog2social') . '</a>)</span>';
|
105 |
$content .='</span>';
|
@@ -139,6 +139,8 @@ class B2S_Settings_Item {
|
|
139 |
$limit = unserialize(B2S_PLUGIN_AUTO_POST_LIMIT);
|
140 |
|
141 |
$content = '';
|
|
|
|
|
142 |
$content .='<h4>' . __('Auto-post your own created posts', 'blog2social') . ' ' . $isPremium . ' <a href="#" data-toggle="modal" data-target="#b2sInfoAutoShareModal" class="b2s-info-btn del-padding-left">' . __('Info', 'Blog2Social') . '</a>';
|
143 |
$content .='<br><div class="b2s-text-sm">' . __('Define by default to automatically post your posts on social media:', 'blog2social') . '</div>';
|
144 |
$content .='</h4>';
|
@@ -183,9 +185,16 @@ class B2S_Settings_Item {
|
|
183 |
$content .='<br><div class="b2s-text-sm">' . __('Define by default to automatically share your imported posts to social media:', 'blog2social') . '</div>';
|
184 |
$content .='</h4>';
|
185 |
|
186 |
-
$content .='<p>' . __('Your current licence:', 'blog2social');
|
187 |
-
|
188 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
189 |
$content .='<br>';
|
190 |
$content .='<p class="b2s-bold">' . __('Select by default to automatically share your imported posts', 'blog2social') . '</p>';
|
191 |
$content .= '<form id="b2s-user-network-settings-auto-post-imported-own" method = "post" ' . (!empty($isPremium) ? 'class="b2s-btn-disabled"' : '') . ' >';
|
78 |
$isChecked = (isset($this->settings->short_url) && (int) $this->settings->short_url == 0) ? 1 : 0;
|
79 |
$isCheckedAllowHashTag = ($optionUserHashTag === false || $optionUserHashTag == 1) ? 1 : 0; //default allow , 1=include 0=not include
|
80 |
$isShortenerBitlyActive = (isset($this->settings->shortener_bitly_display_name) && !empty($this->settings->shortener_bitly_display_name)) ? true : false;
|
81 |
+
$isChecked = ($isShortenerBitlyActive) ? 0 : 1;
|
82 |
|
83 |
$content = '';
|
84 |
$content .='<h4>' . __('Account', 'blog2social') . '</h4>';
|
99 |
$content .='<strong>' . __('Url Shortener', 'blog2social') . '</strong> <a href="#" data-toggle="modal" data-target="#b2sInfoUrlShortenerModal" class="b2s-info-btn del-padding-left">' . __('Info', 'Blog2Social') . '</a><br>';
|
100 |
$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"> <img class="b2s-shortener-image" alt="Bitly" src="' . plugins_url('/assets/images/settings/bitly.png', B2S_PLUGIN_FILE) . '"> ' . __('Bitly', 'blog2social') . '</label>';
|
101 |
$content .=' <span class="b2s-user-network-shortener-account-area" data-provider-id="0">';
|
102 |
+
$content .='<input type="hidden" id="b2s-user-network-shortener-state" data-provider-id="0" value="' . (($isShortenerBitlyActive) ? 1 : 0) . '"/>';
|
103 |
$content .='<span class="b2s-user-network-shortener-connect" data-provider-id="0" style="display:' . ((!$isShortenerBitlyActive) ? 'inline-block' : 'none') . ';" ><a href="#" class="b2s-shortener-account-connect-btn" data-provider-id="0" onclick="wopShortener(\'' . $this->authUrl . '&provider_id=0\', \'Blog2Social Network\'); return false;">' . __('connect', 'blog2social') . '</a> </span>';
|
104 |
$content .='<span class="b2s-user-network-shortener-account-detail" data-provider-id="0" style="display:' . (($isShortenerBitlyActive) ? 'inline-block' : 'none') . ';">(' . __('Account', 'blog2social') . ': <span id="b2s-shortener-account-display-name" data-provider-id="0">' . (($isShortenerBitlyActive) ? $this->settings->shortener_bitly_display_name : '') . '</span> <a href="#" class="b2s-shortener-account-change-btn" data-provider-id="0" onclick="wopShortener(\'' . $this->authUrl . '&provider_id=0\', \'Blog2Social Network\'); return false;">' . __('change', 'blog2social') . '</a> | <a href="#" class="b2s-shortener-account-delete-btn" data-provider-id="0">' . __('delete', 'blog2social') . '</a>)</span>';
|
105 |
$content .='</span>';
|
139 |
$limit = unserialize(B2S_PLUGIN_AUTO_POST_LIMIT);
|
140 |
|
141 |
$content = '';
|
142 |
+
$content .='<div class="panel panel-group b2s-auto-post-own-update-warning"><div class="panel-body"><span class="glyphicon glyphicon-exclamation-sign glyphicon-warning"></span> ' . __('Auto-posts for Facebook Profiles will be shown in the "Instant Sharing" tab on your "Posts & Sharing" navigation bar and can be shared on your Facebook Profile by clicking on the "Share" button next to your auto-post.', 'blog2social') . '</div>';
|
143 |
+
$content .='</div>';
|
144 |
$content .='<h4>' . __('Auto-post your own created posts', 'blog2social') . ' ' . $isPremium . ' <a href="#" data-toggle="modal" data-target="#b2sInfoAutoShareModal" class="b2s-info-btn del-padding-left">' . __('Info', 'Blog2Social') . '</a>';
|
145 |
$content .='<br><div class="b2s-text-sm">' . __('Define by default to automatically post your posts on social media:', 'blog2social') . '</div>';
|
146 |
$content .='</h4>';
|
185 |
$content .='<br><div class="b2s-text-sm">' . __('Define by default to automatically share your imported posts to social media:', 'blog2social') . '</div>';
|
186 |
$content .='</h4>';
|
187 |
|
188 |
+
$content .='<p>' . __('Your current licence:', 'blog2social') . '<span class="b2s-key-name"> ' . $versionType[B2S_PLUGIN_USER_VERSION] . '</span>';
|
189 |
+
if (B2S_PLUGIN_USER_VERSION == 0) {
|
190 |
+
$content .='<br>' . __('Immediate Cross-Posting across all networks: Share an unlimited number of posts', 'blog2social') . '<br>';
|
191 |
+
$content .=__('Scheduled Auto-Posting', 'blog2social') . ': <a class="b2s-info-btn" href="' . B2S_Tools::getSupportLink('affiliate') . '" target="_blank">' . __('Upgrade', 'blog2social') . '</a>';
|
192 |
+
} else {
|
193 |
+
$content .='(' . __('share up to', 'blog2social') . ' ' . $limit[B2S_PLUGIN_USER_VERSION] . ' ' . __('posts per day', 'blog2social') . ') ';
|
194 |
+
$content .='<a class="b2s-info-btn" href="' . B2S_Tools::getSupportLink('affiliate') . '" target="_blank">' . __('Upgrade', 'blog2social') . '</a>';
|
195 |
+
}
|
196 |
+
$content .='</p>';
|
197 |
+
|
198 |
$content .='<br>';
|
199 |
$content .='<p class="b2s-bold">' . __('Select by default to automatically share your imported posts', 'blog2social') . '</p>';
|
200 |
$content .= '<form id="b2s-user-network-settings-auto-post-imported-own" method = "post" ' . (!empty($isPremium) ? 'class="b2s-btn-disabled"' : '') . ' >';
|
includes/B2S/Ship/Item.php
CHANGED
@@ -45,7 +45,7 @@ class B2S_Ship_Item {
|
|
45 |
private $maxMonthTimeSelect = 12;
|
46 |
private $maxTimeSelect = 50;
|
47 |
private $maxSchedCount = 3;
|
48 |
-
|
49 |
private $setRelayCount = 0;
|
50 |
private $maxDaySelect = 31;
|
51 |
private $noScheduleRegularly = array(2, 4, 11, 14, 15, 18);
|
@@ -84,16 +84,17 @@ class B2S_Ship_Item {
|
|
84 |
$contentTwitter = $userOptions->_getOption('content_network_twitter');
|
85 |
$networkName = unserialize(B2S_PLUGIN_NETWORK);
|
86 |
$networkTypeName = unserialize(B2S_PLUGIN_NETWORK_TYPE);
|
|
|
87 |
$limit = false;
|
88 |
$limitValue = 0;
|
89 |
$textareaLimitInfo = "";
|
90 |
$textareaOnKeyUp = "";
|
91 |
$this->defaultImage = plugins_url('/assets/images/no-image.png', B2S_PLUGIN_FILE);
|
92 |
|
93 |
-
|
94 |
switch ($data->networkType) {
|
95 |
case '0':
|
96 |
-
|
97 |
if (isset($this->limitCharacterProfile[$data->networkId]) && (int) $this->limitCharacterProfile[$data->networkId] > 0) {
|
98 |
$limitValue = $this->limitCharacterProfile[$data->networkId];
|
99 |
$limit = true;
|
@@ -107,9 +108,9 @@ class B2S_Ship_Item {
|
|
107 |
$network_display_name = $data->network_display_name;
|
108 |
$isRequiredTextarea = (in_array($data->networkId, $this->isCommentProfile)) ? '' : 'required="required"';
|
109 |
|
110 |
-
|
111 |
if (isset($this->setShortTextProfile[$data->networkId]) && (int) $this->setShortTextProfile[$data->networkId] > 0) {
|
112 |
-
|
113 |
if ($data->networkId == 2) {
|
114 |
$preContent = B2S_Util::getTitleByLanguage($this->postData->post_title, $this->userLang);
|
115 |
if ($contentTwitter !== false && $contentTwitter == 1 && B2S_PLUGIN_USER_VERSION >= 1) {
|
@@ -126,7 +127,7 @@ class B2S_Ship_Item {
|
|
126 |
$message = (in_array($data->networkId, $this->allowTitleProfile) ? (in_array($data->networkId, $this->allowNoEmoji) ? B2S_Util::remove4byte(B2S_Util::getTitleByLanguage($this->postData->post_title, $this->userLang)) : B2S_Util::getTitleByLanguage($this->postData->post_title, $this->userLang)) : B2S_Util::prepareContent($this->postId, $this->postData->post_content, $this->postUrl, (in_array($data->networkId, $this->allowHtml) ? '<p><h1><h2><br><i><b><a><img>' : false), (in_array($data->networkId, $this->allowNoEmoji) ? false : true), $this->userLang));
|
127 |
}
|
128 |
|
129 |
-
|
130 |
if (in_array($data->networkId, $this->allowHtml)) {
|
131 |
$featuredImage = wp_get_attachment_url(get_post_thumbnail_id($this->postId));
|
132 |
if ($featuredImage !== false) {
|
@@ -135,7 +136,7 @@ class B2S_Ship_Item {
|
|
135 |
}
|
136 |
}
|
137 |
|
138 |
-
|
139 |
if (in_array($data->networkId, $this->allowHashTags) && ($allowUserHashTag === false || $allowUserHashTag == 1)) {
|
140 |
$add = ($data->networkId != 2) ? "\n\n" : "";
|
141 |
$message .= $this->getHashTagsString($add);
|
@@ -155,7 +156,7 @@ class B2S_Ship_Item {
|
|
155 |
|
156 |
break;
|
157 |
case '1':
|
158 |
-
|
159 |
if (isset($this->limitCharacterPage[$data->networkId]) && (int) $this->limitCharacterPage[$data->networkId] > 0) {
|
160 |
$limitValue = $this->limitCharacterPage[$data->networkId];
|
161 |
$limit = true;
|
@@ -163,7 +164,7 @@ class B2S_Ship_Item {
|
|
163 |
$infoImage = (in_array($data->networkId, $this->allowNoImagePage)) ? __('Network does not support image for pages', 'blog2social') . '!' : '';
|
164 |
$infoImage .= (in_array($data->networkId, $this->allowNoEmoji)) ? (!empty($infoImage) ? ' | ' : '') . __('Network does not support emojis', 'blog2social') . '!' : '';
|
165 |
|
166 |
-
|
167 |
if (isset($this->setShortTextPage[$data->networkId]) && (int) $this->setShortTextPage[$data->networkId] > 0) {
|
168 |
if ($data->networkId == 8) { //Xing -1 Leerzeichen
|
169 |
$this->setShortTextPage[$data->networkId] = (int) $this->setShortTextPage[$data->networkId] - mb_strlen($this->postUrl, 'UTF-8') - 1;
|
@@ -173,7 +174,7 @@ class B2S_Ship_Item {
|
|
173 |
$message = (in_array($data->networkId, $this->allowTitlePage) ? (in_array($data->networkId, $this->allowNoEmoji) ? B2S_Util::remove4byte(B2S_Util::getTitleByLanguage($this->postData->post_title, $this->userLang)) : B2S_Util::getTitleByLanguage($this->postData->post_title, $this->userLang)) : B2S_Util::prepareContent($this->postId, $this->postData->post_content, $this->postUrl, (in_array($data->networkId, $this->allowHtml) ? '<p><h1><h2><br><i><b><a><img>' : false), (in_array($data->networkId, $this->allowNoEmoji) ? false : true), $this->userLang));
|
174 |
}
|
175 |
|
176 |
-
|
177 |
if (in_array($data->networkId, $this->allowHashTags) && ($allowUserHashTag === false || $allowUserHashTag == 1)) {
|
178 |
$message .= $this->getHashTagsString();
|
179 |
}
|
@@ -193,14 +194,14 @@ class B2S_Ship_Item {
|
|
193 |
}
|
194 |
break;
|
195 |
case'2':
|
196 |
-
|
197 |
-
|
198 |
if (isset($this->setShortTextGroup[$data->networkId]) && (int) $this->setShortTextGroup[$data->networkId] > 0) {
|
199 |
$message = B2S_Util::getExcerpt(B2S_Util::prepareContent($this->postId, $this->postData->post_content, $this->postUrl, false, (in_array($data->networkId, $this->allowNoEmoji) ? false : true), $this->userLang), (isset($this->setShortTextGroup[$data->networkId]) ? (int) $this->setShortTextGroup[$data->networkId] : false), (isset($this->setShortTextGroupLimit[$data->networkId]) ? (int) $this->setShortTextGroupLimit[$data->networkId] : false));
|
200 |
} else {
|
201 |
$message = (in_array($data->networkId, $this->allowTitleGroup) ? (in_array($data->networkId, $this->allowNoEmoji) ? B2S_Util::remove4byte(B2S_Util::getTitleByLanguage($this->postData->post_title, $this->userLang)) : B2S_Util::getTitleByLanguage($this->postData->post_title, $this->userLang)) : B2S_Util::prepareContent($this->postId, $this->postData->post_content, $this->postUrl, (in_array($data->networkId, $this->allowHtml) ? '<p><h1><h2><br><i><b><a><img>' : false), (in_array($data->networkId, $this->allowNoEmoji) ? false : true), $this->userLang));
|
202 |
}
|
203 |
-
|
204 |
if (in_array($data->networkId, $this->allowHashTags) && ($allowUserHashTag === false || $allowUserHashTag == 1)) {
|
205 |
$message .= $this->getHashTagsString();
|
206 |
}
|
@@ -221,12 +222,12 @@ class B2S_Ship_Item {
|
|
221 |
}
|
222 |
|
223 |
|
224 |
-
|
225 |
$messageInfo = (!empty($infoImage)) ? '<p class="b2s-post-item-message-info pull-left hidden-sm hidden-xs">' . $infoImage . '</p>' : '';
|
226 |
$onlyimage = in_array($data->networkId, $this->onlyImage) ? 'b2sOnlyWithImage' : '';
|
227 |
|
228 |
$content = '<div class="b2s-post-item ' . $onlyimage . '" data-network-auth-id="' . $data->networkAuthId . '" data-network-id="' . $data->networkId . '">';
|
229 |
-
$content .= '<div class="panel panel-group">';
|
230 |
$content .= '<div class="panel-body ' . ((isset($this->viewMode) && $this->viewMode == 'modal') ? 'del-padding-left del-padding-right' : '') . ' ">';
|
231 |
$content .= '<div class="b2s-post-item-area" data-network-auth-id="' . $data->networkAuthId . '">';
|
232 |
$content .= '<div class="b2s-post-item-thumb hidden-xs">';
|
@@ -261,12 +262,19 @@ class B2S_Ship_Item {
|
|
261 |
|
262 |
$content .= '</p>';
|
263 |
|
264 |
-
//TOS
|
|
|
|
|
|
|
|
|
|
|
|
|
265 |
if (in_array($data->networkId, $this->networkTos)) {
|
266 |
$content .='';
|
267 |
$content .='<div class="b2s-unique-content" data-network-auth-id="' . $data->networkAuthId . '"><div class="clearfix"></div><div class="alert b2s-unique-content-alert alert-danger">' . __('Please keep in mind that according to Twitter’s new TOS, users are no longer allowed to post identical or substantially similar content to multiple accounts or multiple duplicate updates on one account.', 'blog2social') . '<br><strong>' . __('Violating these rules can result in Twitter suspending your account. Always vary your Tweets with different comments, hashtags or handles to prevent duplicate posts.', 'blog2social') . '</strong> <a href="' . B2S_Tools::getSupportLink('network_tos_blog_032018') . '" target="_blank">' . __('Learn more about this', 'blog2social') . '</a></div></div>';
|
268 |
}
|
269 |
|
|
|
270 |
$content .= '<div class="b2s-post-item-details-edit-area" data-network-auth-id="' . $data->networkAuthId . '">';
|
271 |
$content .= (in_array($data->networkId, $this->showBoards) || ($data->networkType == 2 && in_array($data->networkId, $this->showBoardsGroup))) ? $this->getBoardHtml($data->networkAuthId, $data->networkId) : '';
|
272 |
$content .= (in_array($data->networkId, $this->showGroups) && ($data->networkType == 2 || $data->networkId == 15)) ? $this->getGroupsHtml($data->networkAuthId, $data->networkId) : '';
|
@@ -274,7 +282,7 @@ class B2S_Ship_Item {
|
|
274 |
$content .= $this->getCustomEditArea($data->networkId, $data->networkAuthId, $data->networkType, $message, $isRequiredTextarea, $textareaOnKeyUp, $limit, $limitValue, isset($data->image_url) ? $data->image_url : null);
|
275 |
$content .= (in_array($data->networkId, $this->allowTag) && $data->networkType == 0) ? $this->getTagsHtml($data->networkAuthId, (($allowUserHashTag === false || $allowUserHashTag == 1) ? true : false)) : '';
|
276 |
|
277 |
-
|
278 |
if (!(isset($this->viewMode) && $this->viewMode == 'modal')) {
|
279 |
$content .='<br>';
|
280 |
$content .='<div class="b2s-calendar-filter-area col-xs-2 pull-right del-padding-right hide" data-network-auth-id="' . $data->networkAuthId . '">';
|
@@ -312,7 +320,7 @@ class B2S_Ship_Item {
|
|
312 |
$meta = array();
|
313 |
if ($networkId == 1 || ($networkId == 8 && $networkType == 0) || $networkId == 3 || $networkId == 2) {
|
314 |
if (trim(strtolower($this->postStatus)) == 'publish') {
|
315 |
-
|
316 |
$editPostUrl = ($this->viewMode == 'modal') ? (get_permalink($this->postData->ID) !== false ? get_permalink($this->postData->ID) : $this->postData->guid) : $this->postUrl;
|
317 |
$meta = B2S_Util::getMetaTags($this->postId, $editPostUrl, $networkId);
|
318 |
} else {
|
@@ -323,7 +331,7 @@ class B2S_Ship_Item {
|
|
323 |
$meta = array('title' => B2S_Util::getExcerpt(B2S_Util::getTitleByLanguage($this->postData->post_title, $this->userLang), 50) . ' - ' . $this->websiteName, 'description' => $desc);
|
324 |
}
|
325 |
|
326 |
-
|
327 |
$meta = (is_array($meta)) ? $meta : array();
|
328 |
$meta = $this->hook_meta($meta);
|
329 |
$imageUrl = $imageUrl ? $imageUrl : (isset($meta['image']) ? $meta['image'] : null);
|
@@ -412,7 +420,7 @@ class B2S_Ship_Item {
|
|
412 |
} else {
|
413 |
$edit = '<textarea class="form-control b2s-post-item-details-item-message-input ' . (in_array($networkId, $this->allowHtml) ? 'b2s-post-item-details-item-message-input-allow-html' : '') . '"data-network-count="-1" data-network-text-limit="' . $limitValue . '" data-network-auth-id="' . $networkAuthId . '" placeholder="' . __('Write something about your post...', 'blog2social') . '" name="b2s[' . $networkAuthId . '][content]" ' . $isRequiredTextarea . ' ' . $textareaOnKeyUp . '>' . $message . '</textarea>';
|
414 |
|
415 |
-
|
416 |
$meta = $this->hook_meta(array());
|
417 |
$imageUrl = $imageUrl ? $imageUrl : (isset($meta['image']) ? $meta['image'] : null);
|
418 |
$edit .= $this->getUrlHtml($networkId, $networkType, $networkAuthId, $limit, $limitValue, false, '', false, $imageUrl);
|
@@ -444,7 +452,7 @@ class B2S_Ship_Item {
|
|
444 |
|
445 |
if ($networkId == 2) {
|
446 |
$edit = '<div class="row"><br>';
|
447 |
-
|
448 |
$edit .='<div class="b2s-unique-content col-xs-12" data-network-auth-id="' . $networkAuthId . '"><div class="clearfix"></div><div class="alert b2s-unique-content-alert alert-danger">' . __('Please keep in mind that according to Twitter’s new TOS, users are no longer allowed to post identical or substantially similar content to multiple accounts or multiple duplicate updates on one account.', 'blog2social') . '<br><strong>' . __('Violating these rules can result in Twitter suspending your account. Always vary your Tweets with different comments, hashtags or handles to prevent duplicate posts.', 'blog2social') . '</strong> <a href="' . B2S_Tools::getSupportLink('network_tos_blog_032018') . '" target="_blank">' . __('Learn more about this', 'blog2social') . '</a></div><br></div>';
|
449 |
$edit .= '<div class="col-xs-12 col-sm-5 col-lg-3">';
|
450 |
$edit .= '<button class="btn btn-primary btn-circle b2s-image-remove-btn" data-network-id="' . $networkId . '" data-network-count="' . $schedCount . '" data-network-auth-id="' . $networkAuthId . '" ' . ($imageUrl ? '' : 'style="display:none"') . '><i class="glyphicon glyphicon-trash"></i></button>';
|
@@ -699,17 +707,17 @@ class B2S_Ship_Item {
|
|
699 |
|
700 |
if (B2S_PLUGIN_USER_VERSION > 0) {
|
701 |
$shipping .= '<div class="b2s-post-item-details-release-area-details">';
|
702 |
-
|
703 |
$shipping .= '<div class="b2s-network-tos-sched-warning" data-network-auth-id="' . $networkAuthId . '" style="display: none;"><div class="clearfix"></div><div class="alert b2s-network-tos-sched-alert alert-warning">' . __('Please keep in mind that according to Twitter’s new TOS, users are no longer allowed to post identical or substantially similar content to multiple accounts or multiple duplicate updates on one account.', 'blog2social') . '<br><strong>' . __('Violating these rules can result in Twitter suspending your account. Always vary your Tweets with different comments, hashtags or handles to prevent duplicate posts.', 'blog2social') . '</strong> <a href="' . B2S_Tools::getSupportLink('network_tos_blog_032018') . '" target="_blank">' . __('Learn more about this', 'blog2social') . '</a></div></div>';
|
704 |
$shipping .= '<ul class="list-group b2s-post-item-details-release-area-details-ul" data-network-auth-id="' . $networkAuthId . '" style="display:none;">';
|
705 |
$shipping .= '<li class="list-group-item">';
|
706 |
|
707 |
-
|
708 |
$time = time();
|
709 |
if (trim(strtolower($this->postStatus)) == 'future') {
|
710 |
$time = strtotime($this->postData->post_date);
|
711 |
}
|
712 |
-
|
713 |
if (!empty($this->selSchedDate)) {
|
714 |
$time = strtotime($this->selSchedDate);
|
715 |
}
|
@@ -730,7 +738,7 @@ class B2S_Ship_Item {
|
|
730 |
$shipping .= '<label class="hidden-sm hidden-xs col-md-2 del-padding-left b2s-post-item-details-release-area-label-interval" data-network-auth-id="' . $networkAuthId . '" data-network-count="' . $schedcount . '">' . __('Interval', 'blog2social') . '</label>';
|
731 |
$shipping .= '<label class="hidden-sm hidden-xs col-md-2 del-padding-left b2s-post-item-details-release-area-label-duration" data-network-auth-id="' . $networkAuthId . '" data-network-count="' . $schedcount . '">' . __('Duration', 'blog2social') . '</label>';
|
732 |
|
733 |
-
|
734 |
$shipping .= '<label class="hidden-sm hidden-xs col-md-2 del-padding-left b2s-post-item-details-release-area-label-duration-month" data-network-auth-id="' . $networkAuthId . '" data-network-count="' . $schedcount . '" style="display:none;">' . __('Duration', 'blog2social') . '</label>';
|
735 |
$shipping .= '<label class="hidden-sm hidden-xs col-md-2 del-padding-left b2s-post-item-details-release-area-label-duration-time" data-network-auth-id="' . $networkAuthId . '" data-network-count="' . $schedcount . '" style="display:none;">' . __('Repeat', 'blog2social') . '</label>';
|
736 |
$shipping .= '<label class="hidden-sm hidden-xs col-md-2 del-padding-left b2s-post-item-details-release-area-label-select-day" data-network-auth-id="' . $networkAuthId . '" data-network-count="' . $schedcount . '" style="display:none;">' . __('Day of month', 'blog2social') . '</label>';
|
@@ -757,7 +765,7 @@ class B2S_Ship_Item {
|
|
757 |
}
|
758 |
$shipping .= '</select></div>';
|
759 |
|
760 |
-
|
761 |
$shipping .= '<div class="col-xs-12 col-sm-6 col-md-2 del-padding-left b2s-post-item-details-release-area-div-duration-month" data-network-auth-id="' . $networkAuthId . '" data-network-count="' . $schedcount . '" style="display:none;"><select name="b2s[' . $networkAuthId . '][duration_month][' . $schedcount . ']" class="form-control b2s-select b2s-post-item-details-release-input-months" data-network-count="' . $schedcount . '" data-network-auth-id="' . $networkAuthId . '" style="display:none;" disabled="disabled">';
|
762 |
$defaultMonth = isset($this->defaultScheduleTime[$networkId][$schedcount]['month']) ? $this->defaultScheduleTime[$networkId][$schedcount]['month'] : 1;
|
763 |
for ($i = 1; $i <= $this->maxMonthTimeSelect; $i++) {
|
@@ -766,16 +774,16 @@ class B2S_Ship_Item {
|
|
766 |
}
|
767 |
$shipping .= '</select></div>';
|
768 |
|
769 |
-
|
770 |
$shipping .= '<div class="col-xs-12 col-sm-6 col-md-2 del-padding-left b2s-post-item-details-release-area-div-duration-time" data-network-auth-id="' . $networkAuthId . '" data-network-count="' . $schedcount . '" style="display:none;"><select name="b2s[' . $networkAuthId . '][duration_time][' . $schedcount . ']" class="form-control b2s-select b2s-post-item-details-release-input-times" data-network-count="' . $schedcount . '" data-network-auth-id="' . $networkAuthId . '" style="display:none;" disabled="disabled">';
|
771 |
$defaultTime = isset($this->defaultScheduleTime[$networkId][$schedcount]['time']) ? $this->defaultScheduleTime[$networkId][$schedcount]['time'] : 1;
|
772 |
for ($i = 1; $i <= $this->maxTimeSelect; $i++) {
|
773 |
-
$timeName =
|
774 |
$shipping .= '<option value="' . $i . '" ' . ($defaultTime == $i ? 'selected="selected"' : '') . '>' . $i . ' ' . $timeName . '</option>';
|
775 |
}
|
776 |
$shipping .= '</select></div>';
|
777 |
|
778 |
-
|
779 |
$shipping .= '<div class="col-xs-12 col-sm-6 col-md-2 del-padding-left b2s-post-item-details-release-area-label-select-day" data-network-auth-id="' . $networkAuthId . '" data-network-count="' . $schedcount . '" style="display:none;"><select name="b2s[' . $networkAuthId . '][select_day][' . $schedcount . ']" class="form-control b2s-select b2s-post-item-details-release-input-select-day" data-network-count="' . $schedcount . '" data-network-auth-id="' . $networkAuthId . '" style="display:none;" disabled="disabled">';
|
780 |
$defaultTime = isset($this->defaultScheduleTime[$networkId][$schedcount]['select_day']) ? $this->defaultScheduleTime[$networkId][$schedcount]['select_day'] : 1;
|
781 |
for ($i = 1; $i <= $this->maxDaySelect; $i++) {
|
@@ -785,7 +793,7 @@ class B2S_Ship_Item {
|
|
785 |
$shipping .= '</select></div>';
|
786 |
}
|
787 |
|
788 |
-
|
789 |
$shipping .= '<div class="col-xs-12 col-sm-6 col-md-2 del-padding-left b2s-post-item-details-release-area-label-select-timespan" data-network-auth-id="' . $networkAuthId . '" data-network-count="' . $schedcount . '" style="display:none;"><input type="number" min="1" max="100" placeholder="' . __('Timespan', 'blog2social') . '" name="b2s[' . $networkAuthId . '][select_timespan][' . $schedcount . ']" data-network-id="' . $networkId . '" data-network-type="' . $networkTyp . '" data-network-count="' . $schedcount . '" data-network-auth-id="' . $networkAuthId . '" class="b2s-post-item-details-release-input-select-timespan form-control" style="display:none;" disabled="disabled" value="1"></div>';
|
790 |
|
791 |
$shipping .= '<div class="col-xs-12 col-sm-6 col-md-2 del-padding-left b2s-post-item-details-release-area-label-date" data-network-auth-id="' . $networkAuthId . '" data-network-count="' . $schedcount . '"><input type="text" placeholder="' . __('Date', 'blog2social') . '" name="b2s[' . $networkAuthId . '][date][' . $schedcount . ']" data-network-id="' . $networkId . '" data-network-type="' . $networkTyp . '" data-network-count="' . $schedcount . '" data-network-auth-id="' . $networkAuthId . '" class="b2s-post-item-details-release-input-date form-control" style="display:none;" disabled="disabled" readonly value="' . $currentDate . '"></div>';
|
@@ -809,7 +817,7 @@ class B2S_Ship_Item {
|
|
809 |
$shipping .= $schedcount < $maxSchedCount - 1 ? '<button class="btn btn-link b2s-post-item-details-release-input-add" data-network-count="' . $schedcount . '" data-network-auth-id="' . $networkAuthId . '" data-network-count="1" style="display:none;">+' . __('add another post', 'blog2social') . '</button>' : '';
|
810 |
$shipping .= '</div>';
|
811 |
|
812 |
-
|
813 |
if (in_array($networkId, $this->allowSchedCustomizeContent)) {
|
814 |
$countCharacter = 0;
|
815 |
if ($limit !== false) {
|
@@ -819,7 +827,7 @@ class B2S_Ship_Item {
|
|
819 |
}
|
820 |
|
821 |
$edit = '<div class="pull-right hidden-xs b2s-post-item-info-area">';
|
822 |
-
$edit .= '<button class="btn btn-xs btn-link b2s-post-ship-item-copy-original-text" data-network-id="'
|
823 |
if (in_array($networkId, $this->getText)) {
|
824 |
$edit .= '<button class="btn btn-xs btn-link b2s-post-ship-item-full-text" data-network-count="' . $schedcount . '" data-network-auth-id="' . $networkAuthId . '" >' . __('Insert full-text', 'blog2social') . '</button> | ';
|
825 |
}
|
45 |
private $maxMonthTimeSelect = 12;
|
46 |
private $maxTimeSelect = 50;
|
47 |
private $maxSchedCount = 3;
|
48 |
+
//private $maxReplayCount = 3;
|
49 |
private $setRelayCount = 0;
|
50 |
private $maxDaySelect = 31;
|
51 |
private $noScheduleRegularly = array(2, 4, 11, 14, 15, 18);
|
84 |
$contentTwitter = $userOptions->_getOption('content_network_twitter');
|
85 |
$networkName = unserialize(B2S_PLUGIN_NETWORK);
|
86 |
$networkTypeName = unserialize(B2S_PLUGIN_NETWORK_TYPE);
|
87 |
+
$shareApproveNetworkData = unserialize(B2S_PLUGIN_NETWORK_SHARE_APPROVE);
|
88 |
$limit = false;
|
89 |
$limitValue = 0;
|
90 |
$textareaLimitInfo = "";
|
91 |
$textareaOnKeyUp = "";
|
92 |
$this->defaultImage = plugins_url('/assets/images/no-image.png', B2S_PLUGIN_FILE);
|
93 |
|
94 |
+
//Settings
|
95 |
switch ($data->networkType) {
|
96 |
case '0':
|
97 |
+
//profil
|
98 |
if (isset($this->limitCharacterProfile[$data->networkId]) && (int) $this->limitCharacterProfile[$data->networkId] > 0) {
|
99 |
$limitValue = $this->limitCharacterProfile[$data->networkId];
|
100 |
$limit = true;
|
108 |
$network_display_name = $data->network_display_name;
|
109 |
$isRequiredTextarea = (in_array($data->networkId, $this->isCommentProfile)) ? '' : 'required="required"';
|
110 |
|
111 |
+
//ShortText
|
112 |
if (isset($this->setShortTextProfile[$data->networkId]) && (int) $this->setShortTextProfile[$data->networkId] > 0) {
|
113 |
+
//$preContent = ($data->networkId == 2) ? B2S_Util::getTitleByLanguage($this->postData->post_title, $this->userLang) : B2S_Util::prepareContent($this->postId, $this->postData->post_content, $this->postUrl, false, (in_array($data->networkId, $this->allowNoEmoji) ? false : true), $this->userLang);
|
114 |
if ($data->networkId == 2) {
|
115 |
$preContent = B2S_Util::getTitleByLanguage($this->postData->post_title, $this->userLang);
|
116 |
if ($contentTwitter !== false && $contentTwitter == 1 && B2S_PLUGIN_USER_VERSION >= 1) {
|
127 |
$message = (in_array($data->networkId, $this->allowTitleProfile) ? (in_array($data->networkId, $this->allowNoEmoji) ? B2S_Util::remove4byte(B2S_Util::getTitleByLanguage($this->postData->post_title, $this->userLang)) : B2S_Util::getTitleByLanguage($this->postData->post_title, $this->userLang)) : B2S_Util::prepareContent($this->postId, $this->postData->post_content, $this->postUrl, (in_array($data->networkId, $this->allowHtml) ? '<p><h1><h2><br><i><b><a><img>' : false), (in_array($data->networkId, $this->allowNoEmoji) ? false : true), $this->userLang));
|
128 |
}
|
129 |
|
130 |
+
//Feature Image Html-Network
|
131 |
if (in_array($data->networkId, $this->allowHtml)) {
|
132 |
$featuredImage = wp_get_attachment_url(get_post_thumbnail_id($this->postId));
|
133 |
if ($featuredImage !== false) {
|
136 |
}
|
137 |
}
|
138 |
|
139 |
+
//Hashtags
|
140 |
if (in_array($data->networkId, $this->allowHashTags) && ($allowUserHashTag === false || $allowUserHashTag == 1)) {
|
141 |
$add = ($data->networkId != 2) ? "\n\n" : "";
|
142 |
$message .= $this->getHashTagsString($add);
|
156 |
|
157 |
break;
|
158 |
case '1':
|
159 |
+
//page
|
160 |
if (isset($this->limitCharacterPage[$data->networkId]) && (int) $this->limitCharacterPage[$data->networkId] > 0) {
|
161 |
$limitValue = $this->limitCharacterPage[$data->networkId];
|
162 |
$limit = true;
|
164 |
$infoImage = (in_array($data->networkId, $this->allowNoImagePage)) ? __('Network does not support image for pages', 'blog2social') . '!' : '';
|
165 |
$infoImage .= (in_array($data->networkId, $this->allowNoEmoji)) ? (!empty($infoImage) ? ' | ' : '') . __('Network does not support emojis', 'blog2social') . '!' : '';
|
166 |
|
167 |
+
//ShortText
|
168 |
if (isset($this->setShortTextPage[$data->networkId]) && (int) $this->setShortTextPage[$data->networkId] > 0) {
|
169 |
if ($data->networkId == 8) { //Xing -1 Leerzeichen
|
170 |
$this->setShortTextPage[$data->networkId] = (int) $this->setShortTextPage[$data->networkId] - mb_strlen($this->postUrl, 'UTF-8') - 1;
|
174 |
$message = (in_array($data->networkId, $this->allowTitlePage) ? (in_array($data->networkId, $this->allowNoEmoji) ? B2S_Util::remove4byte(B2S_Util::getTitleByLanguage($this->postData->post_title, $this->userLang)) : B2S_Util::getTitleByLanguage($this->postData->post_title, $this->userLang)) : B2S_Util::prepareContent($this->postId, $this->postData->post_content, $this->postUrl, (in_array($data->networkId, $this->allowHtml) ? '<p><h1><h2><br><i><b><a><img>' : false), (in_array($data->networkId, $this->allowNoEmoji) ? false : true), $this->userLang));
|
175 |
}
|
176 |
|
177 |
+
//Hashtags
|
178 |
if (in_array($data->networkId, $this->allowHashTags) && ($allowUserHashTag === false || $allowUserHashTag == 1)) {
|
179 |
$message .= $this->getHashTagsString();
|
180 |
}
|
194 |
}
|
195 |
break;
|
196 |
case'2':
|
197 |
+
//group
|
198 |
+
//ShortText
|
199 |
if (isset($this->setShortTextGroup[$data->networkId]) && (int) $this->setShortTextGroup[$data->networkId] > 0) {
|
200 |
$message = B2S_Util::getExcerpt(B2S_Util::prepareContent($this->postId, $this->postData->post_content, $this->postUrl, false, (in_array($data->networkId, $this->allowNoEmoji) ? false : true), $this->userLang), (isset($this->setShortTextGroup[$data->networkId]) ? (int) $this->setShortTextGroup[$data->networkId] : false), (isset($this->setShortTextGroupLimit[$data->networkId]) ? (int) $this->setShortTextGroupLimit[$data->networkId] : false));
|
201 |
} else {
|
202 |
$message = (in_array($data->networkId, $this->allowTitleGroup) ? (in_array($data->networkId, $this->allowNoEmoji) ? B2S_Util::remove4byte(B2S_Util::getTitleByLanguage($this->postData->post_title, $this->userLang)) : B2S_Util::getTitleByLanguage($this->postData->post_title, $this->userLang)) : B2S_Util::prepareContent($this->postId, $this->postData->post_content, $this->postUrl, (in_array($data->networkId, $this->allowHtml) ? '<p><h1><h2><br><i><b><a><img>' : false), (in_array($data->networkId, $this->allowNoEmoji) ? false : true), $this->userLang));
|
203 |
}
|
204 |
+
//Hashtags
|
205 |
if (in_array($data->networkId, $this->allowHashTags) && ($allowUserHashTag === false || $allowUserHashTag == 1)) {
|
206 |
$message .= $this->getHashTagsString();
|
207 |
}
|
222 |
}
|
223 |
|
224 |
|
225 |
+
//Infotexte
|
226 |
$messageInfo = (!empty($infoImage)) ? '<p class="b2s-post-item-message-info pull-left hidden-sm hidden-xs">' . $infoImage . '</p>' : '';
|
227 |
$onlyimage = in_array($data->networkId, $this->onlyImage) ? 'b2sOnlyWithImage' : '';
|
228 |
|
229 |
$content = '<div class="b2s-post-item ' . $onlyimage . '" data-network-auth-id="' . $data->networkAuthId . '" data-network-id="' . $data->networkId . '">';
|
230 |
+
$content .= '<div class="panel panel-group" data-network-auth-id="' . $data->networkAuthId . '">';
|
231 |
$content .= '<div class="panel-body ' . ((isset($this->viewMode) && $this->viewMode == 'modal') ? 'del-padding-left del-padding-right' : '') . ' ">';
|
232 |
$content .= '<div class="b2s-post-item-area" data-network-auth-id="' . $data->networkAuthId . '">';
|
233 |
$content .= '<div class="b2s-post-item-thumb hidden-xs">';
|
262 |
|
263 |
$content .= '</p>';
|
264 |
|
265 |
+
//TOS Facebook 072018
|
266 |
+
if (isset($shareApproveNetworkData[(int) $data->networkType]) && is_array($shareApproveNetworkData[(int) $data->networkType]) && in_array((int) $data->networkId, $shareApproveNetworkData[(int) $data->networkType])) {
|
267 |
+
$content .='';
|
268 |
+
$content .='<div class="b2s-post-approve-info" data-network-auth-id="' . $data->networkAuthId . '"><div class="clearfix"></div><div class="alert alert-warning">' . __('You can customize your post with individual comments, @-handles, emojis, and more in the Instant Sharing window, after planning your post.', 'blog2social').'</div></div>';
|
269 |
+
}
|
270 |
+
|
271 |
+
//TOS Twitter 030218
|
272 |
if (in_array($data->networkId, $this->networkTos)) {
|
273 |
$content .='';
|
274 |
$content .='<div class="b2s-unique-content" data-network-auth-id="' . $data->networkAuthId . '"><div class="clearfix"></div><div class="alert b2s-unique-content-alert alert-danger">' . __('Please keep in mind that according to Twitter’s new TOS, users are no longer allowed to post identical or substantially similar content to multiple accounts or multiple duplicate updates on one account.', 'blog2social') . '<br><strong>' . __('Violating these rules can result in Twitter suspending your account. Always vary your Tweets with different comments, hashtags or handles to prevent duplicate posts.', 'blog2social') . '</strong> <a href="' . B2S_Tools::getSupportLink('network_tos_blog_032018') . '" target="_blank">' . __('Learn more about this', 'blog2social') . '</a></div></div>';
|
275 |
}
|
276 |
|
277 |
+
|
278 |
$content .= '<div class="b2s-post-item-details-edit-area" data-network-auth-id="' . $data->networkAuthId . '">';
|
279 |
$content .= (in_array($data->networkId, $this->showBoards) || ($data->networkType == 2 && in_array($data->networkId, $this->showBoardsGroup))) ? $this->getBoardHtml($data->networkAuthId, $data->networkId) : '';
|
280 |
$content .= (in_array($data->networkId, $this->showGroups) && ($data->networkType == 2 || $data->networkId == 15)) ? $this->getGroupsHtml($data->networkAuthId, $data->networkId) : '';
|
282 |
$content .= $this->getCustomEditArea($data->networkId, $data->networkAuthId, $data->networkType, $message, $isRequiredTextarea, $textareaOnKeyUp, $limit, $limitValue, isset($data->image_url) ? $data->image_url : null);
|
283 |
$content .= (in_array($data->networkId, $this->allowTag) && $data->networkType == 0) ? $this->getTagsHtml($data->networkAuthId, (($allowUserHashTag === false || $allowUserHashTag == 1) ? true : false)) : '';
|
284 |
|
285 |
+
//Calendar
|
286 |
if (!(isset($this->viewMode) && $this->viewMode == 'modal')) {
|
287 |
$content .='<br>';
|
288 |
$content .='<div class="b2s-calendar-filter-area col-xs-2 pull-right del-padding-right hide" data-network-auth-id="' . $data->networkAuthId . '">';
|
320 |
$meta = array();
|
321 |
if ($networkId == 1 || ($networkId == 8 && $networkType == 0) || $networkId == 3 || $networkId == 2) {
|
322 |
if (trim(strtolower($this->postStatus)) == 'publish') {
|
323 |
+
//is calendar edit => scrape post url and not custom post url by override from edit function for meta tags!
|
324 |
$editPostUrl = ($this->viewMode == 'modal') ? (get_permalink($this->postData->ID) !== false ? get_permalink($this->postData->ID) : $this->postData->guid) : $this->postUrl;
|
325 |
$meta = B2S_Util::getMetaTags($this->postId, $editPostUrl, $networkId);
|
326 |
} else {
|
331 |
$meta = array('title' => B2S_Util::getExcerpt(B2S_Util::getTitleByLanguage($this->postData->post_title, $this->userLang), 50) . ' - ' . $this->websiteName, 'description' => $desc);
|
332 |
}
|
333 |
|
334 |
+
//EDIT Function - Calendar
|
335 |
$meta = (is_array($meta)) ? $meta : array();
|
336 |
$meta = $this->hook_meta($meta);
|
337 |
$imageUrl = $imageUrl ? $imageUrl : (isset($meta['image']) ? $meta['image'] : null);
|
420 |
} else {
|
421 |
$edit = '<textarea class="form-control b2s-post-item-details-item-message-input ' . (in_array($networkId, $this->allowHtml) ? 'b2s-post-item-details-item-message-input-allow-html' : '') . '"data-network-count="-1" data-network-text-limit="' . $limitValue . '" data-network-auth-id="' . $networkAuthId . '" placeholder="' . __('Write something about your post...', 'blog2social') . '" name="b2s[' . $networkAuthId . '][content]" ' . $isRequiredTextarea . ' ' . $textareaOnKeyUp . '>' . $message . '</textarea>';
|
422 |
|
423 |
+
//EDIT Function - Calendar
|
424 |
$meta = $this->hook_meta(array());
|
425 |
$imageUrl = $imageUrl ? $imageUrl : (isset($meta['image']) ? $meta['image'] : null);
|
426 |
$edit .= $this->getUrlHtml($networkId, $networkType, $networkAuthId, $limit, $limitValue, false, '', false, $imageUrl);
|
452 |
|
453 |
if ($networkId == 2) {
|
454 |
$edit = '<div class="row"><br>';
|
455 |
+
//TOS Twitter 032018
|
456 |
$edit .='<div class="b2s-unique-content col-xs-12" data-network-auth-id="' . $networkAuthId . '"><div class="clearfix"></div><div class="alert b2s-unique-content-alert alert-danger">' . __('Please keep in mind that according to Twitter’s new TOS, users are no longer allowed to post identical or substantially similar content to multiple accounts or multiple duplicate updates on one account.', 'blog2social') . '<br><strong>' . __('Violating these rules can result in Twitter suspending your account. Always vary your Tweets with different comments, hashtags or handles to prevent duplicate posts.', 'blog2social') . '</strong> <a href="' . B2S_Tools::getSupportLink('network_tos_blog_032018') . '" target="_blank">' . __('Learn more about this', 'blog2social') . '</a></div><br></div>';
|
457 |
$edit .= '<div class="col-xs-12 col-sm-5 col-lg-3">';
|
458 |
$edit .= '<button class="btn btn-primary btn-circle b2s-image-remove-btn" data-network-id="' . $networkId . '" data-network-count="' . $schedCount . '" data-network-auth-id="' . $networkAuthId . '" ' . ($imageUrl ? '' : 'style="display:none"') . '><i class="glyphicon glyphicon-trash"></i></button>';
|
707 |
|
708 |
if (B2S_PLUGIN_USER_VERSION > 0) {
|
709 |
$shipping .= '<div class="b2s-post-item-details-release-area-details">';
|
710 |
+
//TOS Twitter 032018
|
711 |
$shipping .= '<div class="b2s-network-tos-sched-warning" data-network-auth-id="' . $networkAuthId . '" style="display: none;"><div class="clearfix"></div><div class="alert b2s-network-tos-sched-alert alert-warning">' . __('Please keep in mind that according to Twitter’s new TOS, users are no longer allowed to post identical or substantially similar content to multiple accounts or multiple duplicate updates on one account.', 'blog2social') . '<br><strong>' . __('Violating these rules can result in Twitter suspending your account. Always vary your Tweets with different comments, hashtags or handles to prevent duplicate posts.', 'blog2social') . '</strong> <a href="' . B2S_Tools::getSupportLink('network_tos_blog_032018') . '" target="_blank">' . __('Learn more about this', 'blog2social') . '</a></div></div>';
|
712 |
$shipping .= '<ul class="list-group b2s-post-item-details-release-area-details-ul" data-network-auth-id="' . $networkAuthId . '" style="display:none;">';
|
713 |
$shipping .= '<li class="list-group-item">';
|
714 |
|
715 |
+
//Sched post
|
716 |
$time = time();
|
717 |
if (trim(strtolower($this->postStatus)) == 'future') {
|
718 |
$time = strtotime($this->postData->post_date);
|
719 |
}
|
720 |
+
//Routing form calendar
|
721 |
if (!empty($this->selSchedDate)) {
|
722 |
$time = strtotime($this->selSchedDate);
|
723 |
}
|
738 |
$shipping .= '<label class="hidden-sm hidden-xs col-md-2 del-padding-left b2s-post-item-details-release-area-label-interval" data-network-auth-id="' . $networkAuthId . '" data-network-count="' . $schedcount . '">' . __('Interval', 'blog2social') . '</label>';
|
739 |
$shipping .= '<label class="hidden-sm hidden-xs col-md-2 del-padding-left b2s-post-item-details-release-area-label-duration" data-network-auth-id="' . $networkAuthId . '" data-network-count="' . $schedcount . '">' . __('Duration', 'blog2social') . '</label>';
|
740 |
|
741 |
+
//new since 4.5.0
|
742 |
$shipping .= '<label class="hidden-sm hidden-xs col-md-2 del-padding-left b2s-post-item-details-release-area-label-duration-month" data-network-auth-id="' . $networkAuthId . '" data-network-count="' . $schedcount . '" style="display:none;">' . __('Duration', 'blog2social') . '</label>';
|
743 |
$shipping .= '<label class="hidden-sm hidden-xs col-md-2 del-padding-left b2s-post-item-details-release-area-label-duration-time" data-network-auth-id="' . $networkAuthId . '" data-network-count="' . $schedcount . '" style="display:none;">' . __('Repeat', 'blog2social') . '</label>';
|
744 |
$shipping .= '<label class="hidden-sm hidden-xs col-md-2 del-padding-left b2s-post-item-details-release-area-label-select-day" data-network-auth-id="' . $networkAuthId . '" data-network-count="' . $schedcount . '" style="display:none;">' . __('Day of month', 'blog2social') . '</label>';
|
765 |
}
|
766 |
$shipping .= '</select></div>';
|
767 |
|
768 |
+
//new since 4.5.0
|
769 |
$shipping .= '<div class="col-xs-12 col-sm-6 col-md-2 del-padding-left b2s-post-item-details-release-area-div-duration-month" data-network-auth-id="' . $networkAuthId . '" data-network-count="' . $schedcount . '" style="display:none;"><select name="b2s[' . $networkAuthId . '][duration_month][' . $schedcount . ']" class="form-control b2s-select b2s-post-item-details-release-input-months" data-network-count="' . $schedcount . '" data-network-auth-id="' . $networkAuthId . '" style="display:none;" disabled="disabled">';
|
770 |
$defaultMonth = isset($this->defaultScheduleTime[$networkId][$schedcount]['month']) ? $this->defaultScheduleTime[$networkId][$schedcount]['month'] : 1;
|
771 |
for ($i = 1; $i <= $this->maxMonthTimeSelect; $i++) {
|
774 |
}
|
775 |
$shipping .= '</select></div>';
|
776 |
|
777 |
+
//new since 4.5.0
|
778 |
$shipping .= '<div class="col-xs-12 col-sm-6 col-md-2 del-padding-left b2s-post-item-details-release-area-div-duration-time" data-network-auth-id="' . $networkAuthId . '" data-network-count="' . $schedcount . '" style="display:none;"><select name="b2s[' . $networkAuthId . '][duration_time][' . $schedcount . ']" class="form-control b2s-select b2s-post-item-details-release-input-times" data-network-count="' . $schedcount . '" data-network-auth-id="' . $networkAuthId . '" style="display:none;" disabled="disabled">';
|
779 |
$defaultTime = isset($this->defaultScheduleTime[$networkId][$schedcount]['time']) ? $this->defaultScheduleTime[$networkId][$schedcount]['time'] : 1;
|
780 |
for ($i = 1; $i <= $this->maxTimeSelect; $i++) {
|
781 |
+
$timeName = ""; //($i == 1) ? __('Time', 'blog2social') : __('Times', 'blog2social');
|
782 |
$shipping .= '<option value="' . $i . '" ' . ($defaultTime == $i ? 'selected="selected"' : '') . '>' . $i . ' ' . $timeName . '</option>';
|
783 |
}
|
784 |
$shipping .= '</select></div>';
|
785 |
|
786 |
+
//new since 4.5.0
|
787 |
$shipping .= '<div class="col-xs-12 col-sm-6 col-md-2 del-padding-left b2s-post-item-details-release-area-label-select-day" data-network-auth-id="' . $networkAuthId . '" data-network-count="' . $schedcount . '" style="display:none;"><select name="b2s[' . $networkAuthId . '][select_day][' . $schedcount . ']" class="form-control b2s-select b2s-post-item-details-release-input-select-day" data-network-count="' . $schedcount . '" data-network-auth-id="' . $networkAuthId . '" style="display:none;" disabled="disabled">';
|
788 |
$defaultTime = isset($this->defaultScheduleTime[$networkId][$schedcount]['select_day']) ? $this->defaultScheduleTime[$networkId][$schedcount]['select_day'] : 1;
|
789 |
for ($i = 1; $i <= $this->maxDaySelect; $i++) {
|
793 |
$shipping .= '</select></div>';
|
794 |
}
|
795 |
|
796 |
+
//new since 4.5.0
|
797 |
$shipping .= '<div class="col-xs-12 col-sm-6 col-md-2 del-padding-left b2s-post-item-details-release-area-label-select-timespan" data-network-auth-id="' . $networkAuthId . '" data-network-count="' . $schedcount . '" style="display:none;"><input type="number" min="1" max="100" placeholder="' . __('Timespan', 'blog2social') . '" name="b2s[' . $networkAuthId . '][select_timespan][' . $schedcount . ']" data-network-id="' . $networkId . '" data-network-type="' . $networkTyp . '" data-network-count="' . $schedcount . '" data-network-auth-id="' . $networkAuthId . '" class="b2s-post-item-details-release-input-select-timespan form-control" style="display:none;" disabled="disabled" value="1"></div>';
|
798 |
|
799 |
$shipping .= '<div class="col-xs-12 col-sm-6 col-md-2 del-padding-left b2s-post-item-details-release-area-label-date" data-network-auth-id="' . $networkAuthId . '" data-network-count="' . $schedcount . '"><input type="text" placeholder="' . __('Date', 'blog2social') . '" name="b2s[' . $networkAuthId . '][date][' . $schedcount . ']" data-network-id="' . $networkId . '" data-network-type="' . $networkTyp . '" data-network-count="' . $schedcount . '" data-network-auth-id="' . $networkAuthId . '" class="b2s-post-item-details-release-input-date form-control" style="display:none;" disabled="disabled" readonly value="' . $currentDate . '"></div>';
|
817 |
$shipping .= $schedcount < $maxSchedCount - 1 ? '<button class="btn btn-link b2s-post-item-details-release-input-add" data-network-count="' . $schedcount . '" data-network-auth-id="' . $networkAuthId . '" data-network-count="1" style="display:none;">+' . __('add another post', 'blog2social') . '</button>' : '';
|
818 |
$shipping .= '</div>';
|
819 |
|
820 |
+
//since 4.8.0 customize content
|
821 |
if (in_array($networkId, $this->allowSchedCustomizeContent)) {
|
822 |
$countCharacter = 0;
|
823 |
if ($limit !== false) {
|
827 |
}
|
828 |
|
829 |
$edit = '<div class="pull-right hidden-xs b2s-post-item-info-area">';
|
830 |
+
$edit .= '<button class="btn btn-xs btn-link b2s-post-ship-item-copy-original-text" data-network-id="' . $networkId . '" data-network-count="' . $schedcount . '" data-network-auth-id="' . $networkAuthId . '" >' . __('Copy from original', 'blog2social') . '</button> | ';
|
831 |
if (in_array($networkId, $this->getText)) {
|
832 |
$edit .= '<button class="btn btn-xs btn-link b2s-post-ship-item-full-text" data-network-count="' . $schedcount . '" data-network-auth-id="' . $networkAuthId . '" >' . __('Insert full-text', 'blog2social') . '</button> | ';
|
833 |
}
|
includes/B2S/Ship/Save.php
CHANGED
@@ -3,9 +3,11 @@
|
|
3 |
class B2S_Ship_Save {
|
4 |
|
5 |
public $postData;
|
|
|
6 |
|
7 |
public function __construct() {
|
8 |
$this->postData = array();
|
|
|
9 |
}
|
10 |
|
11 |
private function getNetworkDetailsId($network_id, $network_type, $network_auth_id, $network_display_name) {
|
@@ -38,48 +40,78 @@ class B2S_Ship_Save {
|
|
38 |
return 0;
|
39 |
}
|
40 |
|
41 |
-
public function savePublishDetails($data, $relayData = array()) {
|
42 |
global $wpdb;
|
43 |
$networkDetailsId = $this->getNetworkDetailsId($data['network_id'], $data['network_type'], $data['network_auth_id'], $data['network_display_name']);
|
44 |
|
45 |
-
//
|
46 |
-
|
47 |
-
unset($data['network_display_name']);
|
48 |
|
49 |
if (!empty($relayData) && is_array($relayData)) {
|
50 |
$data['relay_data'] = $relayData;
|
51 |
$data['post_for_relay'] = 1;
|
52 |
}
|
|
|
53 |
$postData = array(
|
54 |
'post_id' => $data['post_id'],
|
55 |
'blog_user_id' => $data['blog_user_id'],
|
56 |
'user_timezone' => $data['user_timezone'],
|
57 |
'publish_date' => $data['publish_date'],
|
58 |
'post_for_relay' => ((isset($data['post_for_relay']) && (int) $data['post_for_relay'] == 1) ? 1 : 0),
|
|
|
59 |
'network_details_id' => $networkDetailsId
|
60 |
);
|
61 |
-
$wpdb->insert('b2s_posts', $postData, array('%d', '%d', '%d', '%s', '%d', '%d'));
|
62 |
B2S_Rating::trigger();
|
63 |
|
|
|
|
|
64 |
$data['internal_post_id'] = $wpdb->insert_id;
|
65 |
-
|
66 |
-
$
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
83 |
}
|
84 |
|
85 |
public function postPublish() {
|
@@ -156,13 +188,21 @@ class B2S_Ship_Save {
|
|
156 |
return $printSchedDate;
|
157 |
}
|
158 |
|
159 |
-
public function saveSchedDetails($data, $schedData, $relayData = array()) {
|
160 |
global $wpdb;
|
161 |
|
162 |
$shipdays = array();
|
163 |
$serializeData = $data;
|
164 |
$networkDetailsId = $this->getNetworkDetailsId($data['network_id'], $data['network_type'], $data['network_auth_id'], $data['network_display_name']);
|
165 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
166 |
unset($serializeData['network_type']);
|
167 |
unset($serializeData['network_display_name']);
|
168 |
unset($serializeData['token']);
|
@@ -292,8 +332,9 @@ class B2S_Ship_Save {
|
|
292 |
'sched_date' => $schedDate['sched_date'],
|
293 |
'sched_date_utc' => $schedDate['sched_date_utc'],
|
294 |
'network_details_id' => $networkDetailsId,
|
295 |
-
'
|
296 |
-
|
|
|
297 |
} else {
|
298 |
$wpdb->insert('b2s_posts', array(
|
299 |
'post_id' => $data['post_id'],
|
@@ -306,8 +347,8 @@ class B2S_Ship_Save {
|
|
306 |
'sched_date_utc' => $schedDate['sched_date_utc'],
|
307 |
'network_details_id' => $networkDetailsId,
|
308 |
'post_for_relay' => ((!empty($relayData) && is_array($relayData)) ? 1 : 0),
|
309 |
-
'
|
310 |
-
|
311 |
|
312 |
//since V4.8.0 relay posts
|
313 |
if (!empty($relayData) && is_array($relayData)) {
|
@@ -324,6 +365,23 @@ class B2S_Ship_Save {
|
|
324 |
return array('networkAuthId' => $data['network_auth_id'], 'html' => $this->getItemHtml($serializeData['network_id'], '', '', $printSchedDate));
|
325 |
}
|
326 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
327 |
public function getItemHtml($network_id = 0, $error = "", $link = "", $schedDate = array(), $directPost = false) {
|
328 |
$html = "";
|
329 |
if (empty($error)) {
|
3 |
class B2S_Ship_Save {
|
4 |
|
5 |
public $postData;
|
6 |
+
public $postDataApprove;
|
7 |
|
8 |
public function __construct() {
|
9 |
$this->postData = array();
|
10 |
+
$this->postDataApprove = array(); //Since V4.9.1 - Instant Sharing Facebook Profile
|
11 |
}
|
12 |
|
13 |
private function getNetworkDetailsId($network_id, $network_type, $network_auth_id, $network_display_name) {
|
40 |
return 0;
|
41 |
}
|
42 |
|
43 |
+
public function savePublishDetails($data, $relayData = array(), $shareApproveNetworkData = array()) {
|
44 |
global $wpdb;
|
45 |
$networkDetailsId = $this->getNetworkDetailsId($data['network_id'], $data['network_type'], $data['network_auth_id'], $data['network_display_name']);
|
46 |
|
47 |
+
//Since V4.9.1 - Instant Share Facebook Profile
|
48 |
+
$shareApprove = (isset($shareApproveNetworkData[(int) $data['network_type']]) && is_array($shareApproveNetworkData[(int) $data['network_type']]) && in_array((int) $data['network_id'], $shareApproveNetworkData[(int) $data['network_type']])) ? 1 : 0;
|
|
|
49 |
|
50 |
if (!empty($relayData) && is_array($relayData)) {
|
51 |
$data['relay_data'] = $relayData;
|
52 |
$data['post_for_relay'] = 1;
|
53 |
}
|
54 |
+
|
55 |
$postData = array(
|
56 |
'post_id' => $data['post_id'],
|
57 |
'blog_user_id' => $data['blog_user_id'],
|
58 |
'user_timezone' => $data['user_timezone'],
|
59 |
'publish_date' => $data['publish_date'],
|
60 |
'post_for_relay' => ((isset($data['post_for_relay']) && (int) $data['post_for_relay'] == 1) ? 1 : 0),
|
61 |
+
'post_for_approve' => $shareApprove,
|
62 |
'network_details_id' => $networkDetailsId
|
63 |
);
|
64 |
+
$wpdb->insert('b2s_posts', $postData, array('%d', '%d', '%d', '%s', '%d', '%d', '%d'));
|
65 |
B2S_Rating::trigger();
|
66 |
|
67 |
+
//approve == 0 else postDataApprove
|
68 |
+
|
69 |
$data['internal_post_id'] = $wpdb->insert_id;
|
70 |
+
|
71 |
+
if ($shareApprove == 0) {
|
72 |
+
$this->postData['token'] = $data['token'];
|
73 |
+
$this->postData["blog_user_id"] = $data["blog_user_id"];
|
74 |
+
$this->postData["post_id"] = $data["post_id"];
|
75 |
+
$this->postData["default_titel"] = $data["default_titel"];
|
76 |
+
$this->postData["no_cache"] = (int) $data["no_cache"];
|
77 |
+
$this->postData["lang"] = $data["lang"];
|
78 |
+
$this->postData['user_timezone'] = $data['user_timezone'];
|
79 |
+
|
80 |
+
unset($data['token']);
|
81 |
+
unset($data['blog_user_id']);
|
82 |
+
unset($data['post_id']);
|
83 |
+
unset($data['default_titel']);
|
84 |
+
unset($data['no_cache']);
|
85 |
+
unset($data['lang']);
|
86 |
+
unset($data['user_timezone']);
|
87 |
+
unset($data['publish_date']);
|
88 |
+
unset($data['network_type']);
|
89 |
+
unset($data['network_display_name']);
|
90 |
+
|
91 |
+
$this->postData['post'][] = $data;
|
92 |
+
} else {
|
93 |
+
$this->postDataApprove['post'][] = array('internal_post_id' => $data['internal_post_id'],
|
94 |
+
'network_id' => $data['network_id'],
|
95 |
+
'network_auth_id' => $data['network_auth_id'],
|
96 |
+
'network_type' => $data['network_type'],
|
97 |
+
'post_format' => (isset($data['post_format']) ? (int) $data['post_format'] : 0),
|
98 |
+
'image_url' => $data['image_url'],
|
99 |
+
'content' => $data['content'],
|
100 |
+
'url' => $data['url'],
|
101 |
+
);
|
102 |
+
}
|
103 |
+
}
|
104 |
+
|
105 |
+
public function getShareApproveDetails() {
|
106 |
+
$content = array();
|
107 |
+
$info = true;
|
108 |
+
foreach ($this->postDataApprove['post'] as $k => $v) {
|
109 |
+
if (isset($v['internal_post_id']) && $v['internal_post_id'] > 0 && isset($v['network_auth_id']) && (int) $v['network_auth_id'] > 0 && isset($v['network_id']) && (int) $v['network_id'] > 0) {
|
110 |
+
$content[] = array('networkAuthId' => (int) $v['network_auth_id'], 'approve' => 1, 'html' => $this->getApproveItemHtml($v, $info));
|
111 |
+
$info = false;
|
112 |
+
}
|
113 |
+
}
|
114 |
+
return $content;
|
115 |
}
|
116 |
|
117 |
public function postPublish() {
|
188 |
return $printSchedDate;
|
189 |
}
|
190 |
|
191 |
+
public function saveSchedDetails($data, $schedData, $relayData = array(), $shareApproveNetworkData = array()) {
|
192 |
global $wpdb;
|
193 |
|
194 |
$shipdays = array();
|
195 |
$serializeData = $data;
|
196 |
$networkDetailsId = $this->getNetworkDetailsId($data['network_id'], $data['network_type'], $data['network_auth_id'], $data['network_display_name']);
|
197 |
|
198 |
+
//Since V4.9.1 - Instant Share Facebook Profile
|
199 |
+
if (isset($serializeData['post_for_approve'])) { //set by edit mode and $shareApproveNetworkData is empty
|
200 |
+
$shareApprove = (int) $serializeData['post_for_approve'];
|
201 |
+
unset($serializeData['post_for_approve']);
|
202 |
+
} else {
|
203 |
+
$shareApprove = (isset($shareApproveNetworkData[(int) $data['network_type']]) && is_array($shareApproveNetworkData[(int) $data['network_type']]) && in_array((int) $data['network_id'], $shareApproveNetworkData[(int) $data['network_type']])) ? 1 : 0;
|
204 |
+
}
|
205 |
+
|
206 |
unset($serializeData['network_type']);
|
207 |
unset($serializeData['network_display_name']);
|
208 |
unset($serializeData['token']);
|
332 |
'sched_date' => $schedDate['sched_date'],
|
333 |
'sched_date_utc' => $schedDate['sched_date_utc'],
|
334 |
'network_details_id' => $networkDetailsId,
|
335 |
+
'post_for_approve' => $shareApprove,
|
336 |
+
'hook_action' => (($shareApprove == 0) ? 5 : 0)
|
337 |
+
), array("id" => $data['b2s_id']), array('%d', '%d', '%s', '%s', '%d', '%d', '%s', '%s', '%d', '%d', '%d'));
|
338 |
} else {
|
339 |
$wpdb->insert('b2s_posts', array(
|
340 |
'post_id' => $data['post_id'],
|
347 |
'sched_date_utc' => $schedDate['sched_date_utc'],
|
348 |
'network_details_id' => $networkDetailsId,
|
349 |
'post_for_relay' => ((!empty($relayData) && is_array($relayData)) ? 1 : 0),
|
350 |
+
'post_for_approve' => $shareApprove,
|
351 |
+
'hook_action' => (($shareApprove == 0) ? 1 : 0)), array('%d', '%d', '%s', '%s', '%d', '%d', '%s', '%s', '%d', '%d', '%d', '%d'));
|
352 |
|
353 |
//since V4.8.0 relay posts
|
354 |
if (!empty($relayData) && is_array($relayData)) {
|
365 |
return array('networkAuthId' => $data['network_auth_id'], 'html' => $this->getItemHtml($serializeData['network_id'], '', '', $printSchedDate));
|
366 |
}
|
367 |
|
368 |
+
public function getApproveItemHtml($data = array(), $info = true) {
|
369 |
+
$html = "";
|
370 |
+
$data['token'] = B2S_PLUGIN_TOKEN;
|
371 |
+
if ($info) {
|
372 |
+
$html .='<br><div class="alert alert-warning"><b>' . __('For sharing your posts on personal Facebook Profiles you can now use Facebook Instant Sharing', 'blog2social') . '</b> (<a target="_blank" href="'.B2S_Tools::getSupportLink('network_tos_faq_news_072018').'">'.__('Read why','blog2social').'</a>).';
|
373 |
+
$html .='<br><br>';
|
374 |
+
$html .='<b>'.__('This is how it works:', 'blog2social') . '</b><br>';
|
375 |
+
$html .= __('-To share your post immediately, click the "Share" button next to your selected Facebook profile below.', 'blog2social') . '<br>';
|
376 |
+
$html .= __('-For scheduled posts, Blog2Social will save your post and move it to the "Scheduled Posts" tab on your "Posts & Sharing" navigation bar. On your scheduled date and time, your post will move to the "Instant Sharing" tab and you can click on "Share" to post it to your Facebook Profile instantly.', 'blog2social');
|
377 |
+
$html .='</div>';
|
378 |
+
}
|
379 |
+
|
380 |
+
$approveLink = '<a href="#" class="btn btn-primary" onclick="wopApprove(\'' . B2S_PLUGIN_API_ENDPOINT . 'instant/share.php?data=' . base64_encode(serialize($data)) . '\', \'Blog2Social\'); return false;" target="_blank"><i class="glyphicon glyphicon-share"></i> ' . __('share', 'blog2social') . '</a>';
|
381 |
+
$html .= '<span class="text-warning">'.$approveLink.' (' . __('Please share your Facebook post now', 'blog2social') .')</span><br>';
|
382 |
+
return $html;
|
383 |
+
}
|
384 |
+
|
385 |
public function getItemHtml($network_id = 0, $error = "", $link = "", $schedDate = array(), $directPost = false) {
|
386 |
$html = "";
|
387 |
if (empty($error)) {
|
includes/Loader.php
CHANGED
@@ -39,6 +39,7 @@ class B2S_Loader {
|
|
39 |
define('B2S_PLUGIN_NETWORK_ALLOW_MODIFY_BOARD_AND_GROUP', serialize(array(6 => array('TYPE' => array(0), 'TITLE' => __('Modify pin board', 'blog2social')), 8 => array('TYPE' => array(2), 'TITLE' => __('Modify forum', 'blog2social')), 15 => array('TYPE' => array(0), 'TITLE' => __('Modify subreddit', 'blog2social')))));
|
40 |
define('B2S_PLUGIN_AUTO_POST_LIMIT', serialize(array(0 => 0, 1 => 25, 2 => 50, 3 => 100, 4 => 100)));
|
41 |
define('B2S_PLUGIN_NETWORK_OAUTH', serialize(array(1, 2, 3, 4, 7, 8, 11, 15, 17, 18)));
|
|
|
42 |
|
43 |
add_filter('heartbeat_received', array(B2S_Heartbeat::getInstance(), 'init'), 10, 2);
|
44 |
add_action('wp_logout', array($this, 'releaseLocks'));
|
@@ -171,7 +172,7 @@ class B2S_Loader {
|
|
171 |
global $wpdb;
|
172 |
$optionPostFormat = $options->_getOption('post_format');
|
173 |
$image_url = wp_get_attachment_url(get_post_thumbnail_id((int) $post->ID));
|
174 |
-
$keywords = get_the_tags((int) $post->ID);
|
175 |
$url = get_permalink($post->ID);
|
176 |
$title = isset($post->post_title) ? B2S_Util::getTitleByLanguage(strip_tags($post->post_title)) : '';
|
177 |
$content = (isset($post->post_content) && !empty($post->post_content)) ? trim($post->post_content) : '';
|
@@ -564,7 +565,7 @@ class B2S_Loader {
|
|
564 |
public function defineText() {
|
565 |
define('B2S_PLUGIN_NETWORK_TYPE', serialize(array(__('Profile', 'blog2social'), __('Page', 'blog2social'), __('Group', 'blog2social'))));
|
566 |
define('B2S_PLUGIN_NETWORK_ERROR', serialize(array('DEFAULT' => __('Your post could not be posted.', 'blog2social'),
|
567 |
-
'TOKEN' => __('Your authorization has expired. Please
|
568 |
'CONTENT' => __('The network has marked the post as spam or abusive.', 'blog2social'),
|
569 |
'RIGHT' => __('We don\'t have the permission to publish your post. Please check your authorization.', 'blog2social'),
|
570 |
'LOGIN' => __('Your authorization is interrupted. Please check your authorization. Please see <a target="_blank" href="https://www.blog2social.com/en/faq/category/9/troubleshooting-for-error-messages.html">FAQ</a>.', 'blog2social'),
|
@@ -642,6 +643,7 @@ class B2S_Loader {
|
|
642 |
$subPages[] = add_submenu_page('blog2social', __('How to & FAQ', 'blog2social'), __('How to & FAQ', 'blog2social'), 'read', 'blog2social-howto', array($this, 'b2sHowTo'));
|
643 |
$subPages[] = add_submenu_page('blog2social', __('Premium', 'blog2social'), '<span class="dashicons dashicons-star-filled"></span> ' . __('PREMIUM', 'blog2social'), 'read', 'blog2social-premium', array($this, 'b2sPremium'));
|
644 |
$subPages[] = add_submenu_page(null, 'B2S Post Sched', 'B2S Post Sched', 'read', 'blog2social-sched', array($this, 'b2sPostSched'));
|
|
|
645 |
$subPages[] = add_submenu_page(null, 'B2S Post Calendar', 'B2S Post Calendar', 'read', 'blog2social-calendar', array($this, 'b2sPostCalendar'));
|
646 |
$subPages[] = add_submenu_page(null, 'B2S Post Publish', 'B2S Post Publish', 'read', 'blog2social-publish', array($this, 'b2sPostPublish'));
|
647 |
$subPages[] = add_submenu_page(null, 'B2S Post Notice', 'B2S Post Notice', 'read', 'blog2social-notice', array($this, 'b2sPostNotice')); //Error post page since 4.8.0
|
@@ -883,6 +885,18 @@ class B2S_Loader {
|
|
883 |
}
|
884 |
}
|
885 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
886 |
//PageFunktion
|
887 |
public function b2sPostCalendar() {
|
888 |
if (B2S_Tools::showNotice() == false) {
|
@@ -994,6 +1008,7 @@ class B2S_Loader {
|
|
994 |
wp_register_style('B2SPOSTCSS', plugins_url('assets/css/b2s/post.css', B2S_PLUGIN_FILE), array(), B2S_PLUGIN_VERSION);
|
995 |
wp_register_style('B2SSHIPCSS', plugins_url('assets/css/b2s/ship.css', B2S_PLUGIN_FILE), array(), B2S_PLUGIN_VERSION);
|
996 |
wp_register_style('B2SPOSTSCHEDCSS', plugins_url('assets/css/b2s/post.sched.css', B2S_PLUGIN_FILE), array(), B2S_PLUGIN_VERSION);
|
|
|
997 |
wp_register_style('B2SPOSTPUBLISHCSS', plugins_url('assets/css/b2s/post.publish.css', B2S_PLUGIN_FILE), array(), B2S_PLUGIN_VERSION);
|
998 |
wp_register_style('B2SPOSTNOTICECSS', plugins_url('assets/css/b2s/post.notice.css', B2S_PLUGIN_FILE), array(), B2S_PLUGIN_VERSION);
|
999 |
wp_register_style('B2SNETWORKCSS', plugins_url('assets/css/b2s/network.css', B2S_PLUGIN_FILE), array(), B2S_PLUGIN_VERSION);
|
@@ -1124,6 +1139,7 @@ class B2S_Loader {
|
|
1124 |
`publish_error_code` varchar(100) NOT NULL,
|
1125 |
`network_details_id` int(11) NOT NULL,
|
1126 |
`post_for_relay` TINYINT NOT NULL DEFAULT '0',
|
|
|
1127 |
`relay_primary_post_id` int(11) NOT NULL DEFAULT '0',
|
1128 |
`relay_delay_min` int(11) NOT NULL DEFAULT '0',
|
1129 |
`hook_action` TINYINT NOT NULL DEFAULT '0',
|
@@ -1147,6 +1163,9 @@ class B2S_Loader {
|
|
1147 |
if (!in_array("post_for_relay", $b2sPostsColsData)) {
|
1148 |
$wpdb->query("ALTER TABLE b2s_posts ADD post_for_relay TINYINT NOT NULL DEFAULT '0'");
|
1149 |
}
|
|
|
|
|
|
|
1150 |
|
1151 |
if (!in_array("relay_primary_post_id", $b2sPostsColsData)) {
|
1152 |
$wpdb->query("ALTER TABLE b2s_posts ADD relay_primary_post_id int(11) NOT NULL DEFAULT '0'");
|
39 |
define('B2S_PLUGIN_NETWORK_ALLOW_MODIFY_BOARD_AND_GROUP', serialize(array(6 => array('TYPE' => array(0), 'TITLE' => __('Modify pin board', 'blog2social')), 8 => array('TYPE' => array(2), 'TITLE' => __('Modify forum', 'blog2social')), 15 => array('TYPE' => array(0), 'TITLE' => __('Modify subreddit', 'blog2social')))));
|
40 |
define('B2S_PLUGIN_AUTO_POST_LIMIT', serialize(array(0 => 0, 1 => 25, 2 => 50, 3 => 100, 4 => 100)));
|
41 |
define('B2S_PLUGIN_NETWORK_OAUTH', serialize(array(1, 2, 3, 4, 7, 8, 11, 15, 17, 18)));
|
42 |
+
define('B2S_PLUGIN_NETWORK_SHARE_APPROVE', serialize(array(0 => array(1)))); //Instant-Sharing Facebook-Profile V4.9.
|
43 |
|
44 |
add_filter('heartbeat_received', array(B2S_Heartbeat::getInstance(), 'init'), 10, 2);
|
45 |
add_action('wp_logout', array($this, 'releaseLocks'));
|
172 |
global $wpdb;
|
173 |
$optionPostFormat = $options->_getOption('post_format');
|
174 |
$image_url = wp_get_attachment_url(get_post_thumbnail_id((int) $post->ID));
|
175 |
+
$keywords = wp_get_post_tags((int) $post->ID); //get_the_tags((int) $post->ID);
|
176 |
$url = get_permalink($post->ID);
|
177 |
$title = isset($post->post_title) ? B2S_Util::getTitleByLanguage(strip_tags($post->post_title)) : '';
|
178 |
$content = (isset($post->post_content) && !empty($post->post_content)) ? trim($post->post_content) : '';
|
565 |
public function defineText() {
|
566 |
define('B2S_PLUGIN_NETWORK_TYPE', serialize(array(__('Profile', 'blog2social'), __('Page', 'blog2social'), __('Group', 'blog2social'))));
|
567 |
define('B2S_PLUGIN_NETWORK_ERROR', serialize(array('DEFAULT' => __('Your post could not be posted.', 'blog2social'),
|
568 |
+
'TOKEN' => __('Your authorization has expired. Please reconnect your account in the Blog2Social network settings.', 'blog2social'),
|
569 |
'CONTENT' => __('The network has marked the post as spam or abusive.', 'blog2social'),
|
570 |
'RIGHT' => __('We don\'t have the permission to publish your post. Please check your authorization.', 'blog2social'),
|
571 |
'LOGIN' => __('Your authorization is interrupted. Please check your authorization. Please see <a target="_blank" href="https://www.blog2social.com/en/faq/category/9/troubleshooting-for-error-messages.html">FAQ</a>.', 'blog2social'),
|
643 |
$subPages[] = add_submenu_page('blog2social', __('How to & FAQ', 'blog2social'), __('How to & FAQ', 'blog2social'), 'read', 'blog2social-howto', array($this, 'b2sHowTo'));
|
644 |
$subPages[] = add_submenu_page('blog2social', __('Premium', 'blog2social'), '<span class="dashicons dashicons-star-filled"></span> ' . __('PREMIUM', 'blog2social'), 'read', 'blog2social-premium', array($this, 'b2sPremium'));
|
645 |
$subPages[] = add_submenu_page(null, 'B2S Post Sched', 'B2S Post Sched', 'read', 'blog2social-sched', array($this, 'b2sPostSched'));
|
646 |
+
$subPages[] = add_submenu_page(null, 'B2S Post Approve', 'B2S Post Approve', 'read', 'blog2social-approve', array($this, 'b2sPostApprove'));
|
647 |
$subPages[] = add_submenu_page(null, 'B2S Post Calendar', 'B2S Post Calendar', 'read', 'blog2social-calendar', array($this, 'b2sPostCalendar'));
|
648 |
$subPages[] = add_submenu_page(null, 'B2S Post Publish', 'B2S Post Publish', 'read', 'blog2social-publish', array($this, 'b2sPostPublish'));
|
649 |
$subPages[] = add_submenu_page(null, 'B2S Post Notice', 'B2S Post Notice', 'read', 'blog2social-notice', array($this, 'b2sPostNotice')); //Error post page since 4.8.0
|
885 |
}
|
886 |
}
|
887 |
|
888 |
+
//PageFunktion
|
889 |
+
public function b2sPostApprove() {
|
890 |
+
if (B2S_Tools::showNotice() == false) {
|
891 |
+
wp_enqueue_style('B2SPOSTAPPROVECSS');
|
892 |
+
wp_enqueue_script('B2SPOSTJS');
|
893 |
+
wp_enqueue_script('B2SNETWORKTOSJS');
|
894 |
+
require_once( B2S_PLUGIN_DIR . 'views/b2s/post.approve.php');
|
895 |
+
} else {
|
896 |
+
require_once( B2S_PLUGIN_DIR . 'views/notice.php');
|
897 |
+
}
|
898 |
+
}
|
899 |
+
|
900 |
//PageFunktion
|
901 |
public function b2sPostCalendar() {
|
902 |
if (B2S_Tools::showNotice() == false) {
|
1008 |
wp_register_style('B2SPOSTCSS', plugins_url('assets/css/b2s/post.css', B2S_PLUGIN_FILE), array(), B2S_PLUGIN_VERSION);
|
1009 |
wp_register_style('B2SSHIPCSS', plugins_url('assets/css/b2s/ship.css', B2S_PLUGIN_FILE), array(), B2S_PLUGIN_VERSION);
|
1010 |
wp_register_style('B2SPOSTSCHEDCSS', plugins_url('assets/css/b2s/post.sched.css', B2S_PLUGIN_FILE), array(), B2S_PLUGIN_VERSION);
|
1011 |
+
wp_register_style('B2SPOSTAPPROVECSS', plugins_url('assets/css/b2s/post.approve.css', B2S_PLUGIN_FILE), array(), B2S_PLUGIN_VERSION);
|
1012 |
wp_register_style('B2SPOSTPUBLISHCSS', plugins_url('assets/css/b2s/post.publish.css', B2S_PLUGIN_FILE), array(), B2S_PLUGIN_VERSION);
|
1013 |
wp_register_style('B2SPOSTNOTICECSS', plugins_url('assets/css/b2s/post.notice.css', B2S_PLUGIN_FILE), array(), B2S_PLUGIN_VERSION);
|
1014 |
wp_register_style('B2SNETWORKCSS', plugins_url('assets/css/b2s/network.css', B2S_PLUGIN_FILE), array(), B2S_PLUGIN_VERSION);
|
1139 |
`publish_error_code` varchar(100) NOT NULL,
|
1140 |
`network_details_id` int(11) NOT NULL,
|
1141 |
`post_for_relay` TINYINT NOT NULL DEFAULT '0',
|
1142 |
+
`post_for_approve` TINYINT NOT NULL DEFAULT '0',
|
1143 |
`relay_primary_post_id` int(11) NOT NULL DEFAULT '0',
|
1144 |
`relay_delay_min` int(11) NOT NULL DEFAULT '0',
|
1145 |
`hook_action` TINYINT NOT NULL DEFAULT '0',
|
1163 |
if (!in_array("post_for_relay", $b2sPostsColsData)) {
|
1164 |
$wpdb->query("ALTER TABLE b2s_posts ADD post_for_relay TINYINT NOT NULL DEFAULT '0'");
|
1165 |
}
|
1166 |
+
if (!in_array("post_for_approve", $b2sPostsColsData)) {
|
1167 |
+
$wpdb->query("ALTER TABLE b2s_posts ADD post_for_approve TINYINT NOT NULL DEFAULT '0'");
|
1168 |
+
}
|
1169 |
|
1170 |
if (!in_array("relay_primary_post_id", $b2sPostsColsData)) {
|
1171 |
$wpdb->query("ALTER TABLE b2s_posts ADD relay_primary_post_id int(11) NOT NULL DEFAULT '0'");
|
includes/Tools.php
CHANGED
@@ -140,6 +140,25 @@ class B2S_Tools {
|
|
140 |
if ($type == 'network_tos_blog_032018') {
|
141 |
return (($lang == 'en') ? 'https://www.blog2social.com/en/blog/how-new-twitter-rules-impact-your-social-media-marketing' : 'https://www.blog2social.com/de/blog/neue-twitter-regeln-social-media-marketing');
|
142 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
143 |
}
|
144 |
|
145 |
public static function getAffiliateId() {
|
140 |
if ($type == 'network_tos_blog_032018') {
|
141 |
return (($lang == 'en') ? 'https://www.blog2social.com/en/blog/how-new-twitter-rules-impact-your-social-media-marketing' : 'https://www.blog2social.com/de/blog/neue-twitter-regeln-social-media-marketing');
|
142 |
}
|
143 |
+
//BTN: read more
|
144 |
+
if ($type == 'network_tos_faq_news_072018') {
|
145 |
+
return (($lang == 'en') ? 'https://www.blog2social.com/en/faq/news/39/en/version-491-_-facebook-profile-changes-_-introducing-facebook-instant-sharing.html' : 'https://www.blog2social.com/de/faq/news/35/de/version-491-_-facebook_profil_aenderungen-_-neue-funktion-facebook-instant-sharing.html');
|
146 |
+
}
|
147 |
+
//BTN: introduction
|
148 |
+
if ($type == 'network_tos_faq_072018') {
|
149 |
+
return (($lang == 'en') ? 'https://www.blog2social.com/en/faq/content/3/135/en/how-to-share-on-facebook-profiles-&-pages-and-in-events-&-groups-with-facebook-instant-sharing.html' : 'https://www.blog2social.com/de/faq/content/3/136/de/mit-facebook-instant-sharing-auf-facebook_profilen-_seiten-sowie-in-_veranstaltungen-und-_gruppen-teilen.html');
|
150 |
+
}
|
151 |
+
//BTN: converting Facebook Profile to page
|
152 |
+
if ($type == 'network_tos_faq_2_072018') {
|
153 |
+
return (($lang == 'en') ? 'https://www.blog2social.com/en/faq/content/11/136/en/converting-your-facebook-profile-to-a-facebook-page.html' : 'https://www.blog2social.com/de/faq/content/11/137/de/facebook_profil-in-eine-facebook_seite-umwandeln.html');
|
154 |
+
}
|
155 |
+
|
156 |
+
|
157 |
+
|
158 |
+
|
159 |
+
|
160 |
+
|
161 |
+
|
162 |
}
|
163 |
|
164 |
public static function getAffiliateId() {
|
languages/blog2social-de_DE.mo
CHANGED
Binary file
|
languages/blog2social-de_DE.po
CHANGED
@@ -4,7 +4,7 @@ msgstr ""
|
|
4 |
"Stable (latest release)\n"
|
5 |
"Report-Msgid-Bugs-To: \n"
|
6 |
"POT-Creation-Date: Thu May 18 2017 09:57:01 GMT+0200\n"
|
7 |
-
"PO-Revision-Date:
|
8 |
"Last-Translator: Sven Bürger <s.buerger@adenion.de>\n"
|
9 |
"Language-Team: \n"
|
10 |
"Language: German\n"
|
@@ -23,6 +23,23 @@ 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 |
#. Name of the plugin
|
27 |
msgid "Blog2Social: Social Media Auto Post & Scheduler"
|
28 |
msgstr "Blog2Social: Social Media Auto Post & Scheduler"
|
@@ -48,355 +65,376 @@ msgstr ""
|
|
48 |
msgid "Blog2Social, Adenion"
|
49 |
msgstr "Blog2Social, Adenion"
|
50 |
|
51 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Calendar/Filter.php:
|
52 |
msgid "show all"
|
53 |
msgstr "alle anzeigen"
|
54 |
|
55 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Network/Item.php:46 ../..
|
56 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Navbar.php:32
|
57 |
msgid "Default"
|
58 |
msgstr "Standard"
|
59 |
|
60 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Network/Item.php:46
|
61 |
msgid "Show all"
|
62 |
msgstr "alle anzeigen"
|
63 |
|
64 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Network/Item.php:47 ../..
|
65 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Network/Item.php:131
|
66 |
msgid "My profile"
|
67 |
msgstr "Mein Profil"
|
68 |
|
69 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Network/Item.php:49
|
70 |
msgid "Your profiles:"
|
71 |
msgstr "weitere Profile:"
|
72 |
|
73 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Network/Item.php:104 ../..
|
74 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
75 |
msgid "Connections"
|
76 |
msgstr "Verbindungen"
|
77 |
|
78 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Network/Item.php:116 ../..
|
79 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Network/Item.php:116 ../..
|
80 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Network/Item.php:154 ../..
|
81 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Network/Item.php:156 ../..
|
82 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
83 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
84 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
85 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
86 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
87 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Portale.php:34 ../..
|
88 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Portale.php:34 ../..
|
89 |
-
#: /plugins/blog2social-v-4-9/includes/Loader.php:
|
90 |
msgid "Profile"
|
91 |
msgstr "Profil"
|
92 |
|
93 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Network/Item.php:116 ../..
|
94 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Portale.php:34
|
95 |
msgid "You want to connect a network profile?"
|
96 |
msgstr "Du möchtest Dich mit einem Netzwerkprofil verbinden?"
|
97 |
|
98 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Network/Item.php:116 ../..
|
99 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Network/Item.php:119 ../..
|
100 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Network/Item.php:122 ../..
|
101 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/PostBox.php:
|
102 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:115 ../..
|
103 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:137 ../..
|
104 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Image.php:75 ../..
|
105 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Image.php:82 ../..
|
106 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
107 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Portale.php:28 ../..
|
108 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Portale.php:31 ../..
|
109 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Portale.php:34 ../..
|
110 |
-
#: /plugins/blog2social-v-4-9/includes/Loader.php:
|
111 |
-
#: 4-9/includes/Loader.php:
|
112 |
-
#: php:35 ../../plugins/blog2social-v-4-9
|
113 |
-
#: 9 ../../plugins/blog2social-v-4-9
|
114 |
-
#: /
|
115 |
-
#:
|
116 |
-
#: 9/views/b2s/widgets/posts.php:31
|
117 |
-
#: 9/views/b2s/html/post.navbar.phtml:
|
118 |
-
#: 9/views/b2s/html/post.navbar.phtml:
|
119 |
msgid "PREMIUM"
|
120 |
msgstr "PREMIUM"
|
121 |
|
122 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Network/Item.php:119 ../..
|
123 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Network/Item.php:119 ../..
|
124 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Network/Item.php:186 ../..
|
125 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Network/Item.php:188 ../..
|
126 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
127 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
128 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
129 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
130 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Portale.php:31 ../..
|
131 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Portale.php:31 ../..
|
132 |
-
#: /plugins/blog2social-v-4-9/includes/Loader.php:
|
133 |
msgid "Page"
|
134 |
msgstr "Seite"
|
135 |
|
136 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Network/Item.php:119 ../..
|
137 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Portale.php:31
|
138 |
msgid "You want to connect a network page?"
|
139 |
msgstr "Du möchtest eine Netzwerk-Seite verbinden?"
|
140 |
|
141 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Network/Item.php:122 ../..
|
142 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Network/Item.php:122 ../..
|
143 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Network/Item.php:218 ../..
|
144 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Network/Item.php:220 ../..
|
145 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
146 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
147 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
148 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Portale.php:28 ../..
|
149 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Portale.php:28 ../..
|
150 |
-
#: /plugins/blog2social-v-4-9/includes/Loader.php:
|
151 |
msgid "Group"
|
152 |
msgstr "Gruppe"
|
153 |
|
154 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Network/Item.php:122 ../..
|
155 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Portale.php:28
|
156 |
msgid "You want to connect a social media group?"
|
157 |
msgstr "Du möchtest eine Social-Media-Gruppe verbinden?"
|
158 |
|
159 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Network/Item.php:165 ../..
|
160 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Network/Item.php:228
|
161 |
msgid "Authorization is interrupted since"
|
162 |
msgstr "Autorisierung ist unterbrochen seit"
|
163 |
|
164 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Network/Item.php:176 ../..
|
165 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Network/Item.php:208 ../..
|
166 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Network/Item.php:240
|
167 |
msgid "To reactivate this social media connection,"
|
168 |
msgstr "Um diese Social Media Verbindung zu reaktivieren,"
|
169 |
|
170 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Network/Item.php:176 ../..
|
171 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Network/Item.php:208 ../..
|
172 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Network/Item.php:240 ../..
|
173 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Image.php:32
|
174 |
msgid "please upgrade"
|
175 |
msgstr "Bitte upgraden"
|
176 |
|
177 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Network/Item.php:196
|
178 |
msgid "Authorization is interrupted since"
|
179 |
msgstr "Autorisierung ist unterbrochen seit"
|
180 |
|
181 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Post/Filter.php:34
|
182 |
msgid "all authors"
|
183 |
msgstr "alle Autoren"
|
184 |
|
185 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Post/Filter.php:49 ../..
|
186 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Post/Item.php:
|
187 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Save.php:
|
188 |
-
#: /plugins/blog2social-v-4-9/includes/PRG/Post/Filter.php:41 ../..
|
189 |
-
#: /plugins/blog2social-v-4-9/includes/PRG/Post/Item.php:97 ../..
|
190 |
-
#: /plugins/blog2social-v-4-9/views/b2s/ship.php:12
|
|
|
191 |
msgid "published"
|
192 |
msgstr "veröffentlicht"
|
193 |
|
194 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Post/Filter.php:49 ../..
|
195 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Post/Item.php:
|
196 |
-
#: /plugins/blog2social-v-4-9/includes/PRG/Post/Filter.php:41 ../..
|
197 |
-
#: /plugins/blog2social-v-4-9/includes/PRG/Post/Item.php:97 ../..
|
198 |
-
#: /plugins/blog2social-v-4-9/views/b2s/ship.php:12
|
199 |
msgid "scheduled"
|
200 |
msgstr "geplant"
|
201 |
|
202 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Post/Filter.php:49 ../..
|
203 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Post/Item.php:
|
204 |
-
#: /plugins/blog2social-v-4-9/includes/PRG/Post/Item.php:97 ../..
|
205 |
-
#: /plugins/blog2social-v-4-9/views/b2s/ship.php:12
|
206 |
msgid "draft"
|
207 |
msgstr "Entwurf"
|
208 |
|
209 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Post/Filter.php:50
|
210 |
msgid "all statuses"
|
211 |
msgstr "kein Status"
|
212 |
|
213 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Post/Filter.php:61 ../..
|
214 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Post/Filter.php:73
|
215 |
msgid "newest first"
|
216 |
msgstr "neuste zuerst"
|
217 |
|
218 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Post/Filter.php:61 ../..
|
219 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Post/Filter.php:73
|
220 |
msgid "oldest first"
|
221 |
msgstr "älteste zuerst"
|
222 |
|
223 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Post/Filter.php:86
|
224 |
msgid "all categories & tags"
|
225 |
msgstr "alle Kategorien & Schlagwörter"
|
226 |
|
227 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Post/Filter.php:108 ../..
|
228 |
-
#: /plugins/blog2social-v-4-9/includes/PRG/Post/Filter.php:53
|
229 |
msgid "all post types"
|
230 |
msgstr "alle Typen"
|
231 |
|
232 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Post/Filter.php:129 ../..
|
233 |
-
#: /plugins/blog2social-v-4-9/includes/PRG/Post/Filter.php:74
|
234 |
msgid "Search Title"
|
235 |
msgstr "Suche nach Titel"
|
236 |
|
237 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Post/Filter.php:149 ../..
|
238 |
-
#: /plugins/blog2social-v-4-9/includes/PRG/Post/Filter.php:85
|
239 |
msgid "sort"
|
240 |
msgstr "sortieren"
|
241 |
|
242 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Post/Filter.php:150 ../..
|
243 |
-
#: /plugins/blog2social-v-4-9/includes/PRG/Post/Filter.php:86
|
244 |
msgid "reset"
|
245 |
msgstr "zurücksetzen"
|
246 |
|
247 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Post/Filter.php:155
|
248 |
msgid "selected date"
|
249 |
msgstr "ausgewähltes Datum"
|
250 |
|
251 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Post/Filter.php:155
|
252 |
msgid "scheduled post(s)"
|
253 |
msgstr "geplante Beiträge"
|
254 |
|
255 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Post/Item.php:
|
256 |
msgid "You have no posts published or scheduled."
|
257 |
-
msgstr "Du hast keine Beiträge veröffentlicht oder geplant."
|
258 |
|
259 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Post/Item.php:
|
260 |
msgid "last shared on social media"
|
261 |
msgstr "zuletzt auf Social Media geteilt"
|
262 |
|
263 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Post/Item.php:
|
264 |
msgid "Share on Social Media"
|
265 |
msgstr "auf Social Media teilen"
|
266 |
|
267 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Post/Item.php:
|
268 |
-
#: /plugins/blog2social-v-4-9/includes/PRG/Post/Item.php:129
|
269 |
msgid "Author"
|
270 |
msgstr "Autor"
|
271 |
|
272 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Post/Item.php:
|
273 |
-
#: /plugins/blog2social-v-4-9/views/b2s/ship.php:31
|
274 |
msgid "on blog"
|
275 |
msgstr "auf dem Blog"
|
276 |
|
277 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Post/Item.php:
|
278 |
-
#: /plugins/blog2social-v-4-9/views/b2s/ship.php:234 ../../plugins/blog2social-
|
279 |
-
#: 4-9/views/b2s/ship.php:236
|
280 |
msgid "Re-share this post"
|
281 |
msgstr "Diesen Beitrag nochmal teilen"
|
282 |
|
283 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Post/Item.php:
|
284 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Post/Item.php:
|
|
|
285 |
msgid "Details"
|
286 |
msgstr "Details"
|
287 |
|
288 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Post/Item.php:
|
289 |
msgid "shared social media posts"
|
290 |
msgstr "geteilte Beiträge"
|
291 |
|
292 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Post/Item.php:
|
293 |
msgid "latest share by"
|
294 |
msgstr "zuletzt geteilt von"
|
295 |
|
296 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Post/Item.php:
|
297 |
-
#: /plugins/blog2social-v-4-9/views/b2s/widgets/activity.php:13
|
298 |
msgid "scheduled social media posts"
|
299 |
msgstr "geplante Beiträge"
|
300 |
|
301 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Post/Item.php:
|
302 |
msgid "next share by"
|
303 |
msgstr "als nächstes geteilt von"
|
304 |
|
305 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Post/Item.php:
|
306 |
-
|
307 |
-
|
|
|
|
|
|
|
|
|
308 |
msgid "Auto-Posting"
|
309 |
msgstr "Auto-Posting"
|
310 |
|
311 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Post/Item.php:
|
312 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Post/Item.php:
|
313 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Save.php:
|
314 |
msgid "Retweet"
|
315 |
msgstr "Retweet"
|
316 |
|
317 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Post/Item.php:
|
318 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Post/Item.php:
|
|
|
319 |
msgid "select all"
|
320 |
msgstr "alle auswählen"
|
321 |
|
322 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Post/Item.php:
|
323 |
msgid "show"
|
324 |
msgstr "ansehen"
|
325 |
|
326 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Post/Item.php:
|
327 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Save.php:
|
328 |
msgid "Please see"
|
329 |
msgstr "Siehe"
|
330 |
|
331 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Post/Item.php:
|
332 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Save.php:
|
333 |
msgid "FAQ"
|
334 |
msgstr "FAQ"
|
335 |
|
336 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Post/Item.php:
|
337 |
msgid "sharing in progress by"
|
338 |
msgstr "wir geteilt"
|
339 |
|
340 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Post/Item.php:
|
341 |
msgid "shared by"
|
342 |
msgstr "geteilt von"
|
343 |
|
344 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Post/Item.php:
|
345 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Post/Item.php:
|
346 |
msgid "You want to delete a publish post entry?"
|
347 |
msgstr "Du möchtest einen veröffentlichten Beitrag löschen?"
|
348 |
|
349 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Post/Item.php:
|
350 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Post/Item.php:
|
351 |
msgid "delete from reporting"
|
352 |
msgstr "aus Reporting löschen"
|
353 |
|
354 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Post/Item.php:
|
355 |
msgid "re-share"
|
356 |
msgstr "erneut teilen"
|
357 |
|
358 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Post/Item.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
359 |
msgid "scheduled by"
|
360 |
msgstr "geplant von "
|
361 |
|
362 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Post/Item.php:
|
363 |
msgid "You want to edit your scheduled post?"
|
364 |
msgstr "Möchtest Du Deinen geplanten Beitrag bearbeiten?"
|
365 |
|
366 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Post/Item.php:
|
367 |
msgid "edit"
|
368 |
msgstr "bearbeiten"
|
369 |
|
370 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Post/Item.php:
|
371 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:104 ../..
|
372 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:670 ../..
|
373 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:808
|
374 |
-
msgid "delete"
|
375 |
-
msgstr "löschen"
|
376 |
-
|
377 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Post/Item.php:482
|
378 |
msgid "delete scheduling"
|
379 |
msgstr "Planung löschen"
|
380 |
|
381 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/PostBox.php:27 ../..
|
382 |
-
#: /plugins/blog2social-v-4-9/views/b2s/html/header.phtml:50
|
383 |
msgid "Please see FAQ"
|
384 |
msgstr "Siehe FAQ"
|
385 |
|
386 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/PostBox.php:36
|
387 |
msgid "last auto-post:"
|
388 |
msgstr "letzter Auto-Post:"
|
389 |
|
390 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/PostBox.php:78 ../..
|
391 |
-
#: /plugins/blog2social-v-4-9/views/b2s/ship.php:
|
392 |
-
#: 4-9/views/b2s/html/header.phtml:55
|
393 |
msgid "The connection to the server failed. Try again!"
|
394 |
msgstr ""
|
395 |
"Eine Verbindung zum Server konnte nicht hergestellt werden. Versuche es "
|
396 |
"erneut!"
|
397 |
|
398 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/PostBox.php:79 ../..
|
399 |
-
#: /plugins/blog2social-v-4-9/views/b2s/html/header.phtml:49
|
400 |
msgid ""
|
401 |
"WordPress uses heartbeats by default, Blog2Social as well. Please enable "
|
402 |
"heartbeats for using Blog2Social!"
|
@@ -404,8 +442,8 @@ msgstr ""
|
|
404 |
"WordPress verwendet standardmäßig den Heartbeat und Blog2Social auch. "
|
405 |
"Aktiviere den Heartbeat damit Du Blog2Social problemlos nutzen kannst."
|
406 |
|
407 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/PostBox.php:80 ../..
|
408 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/PostBox.php:82
|
409 |
msgid ""
|
410 |
"Your post is still on draft or pending status. Please make sure that your "
|
411 |
"post is published or scheduled to be published on this blog. You can then "
|
@@ -415,8 +453,8 @@ msgstr ""
|
|
415 |
"geplant ist. Dann kannst Du Deinen Beitrag mit Blog2Social anpassen und "
|
416 |
"planen."
|
417 |
|
418 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/PostBox.php:81 ../..
|
419 |
-
#: /plugins/blog2social-v-4-9/includes/Loader.php:
|
420 |
msgid ""
|
421 |
"There are no authorizations for your selected profile. Please, authorize "
|
422 |
"with a social network or select a other profile."
|
@@ -424,12 +462,12 @@ msgstr ""
|
|
424 |
"Dein ausgewähltes Profil hat keine Autorisierungen. Bitte, verbinde Dich "
|
425 |
"mit einem Netzwerk oder wähle ein anderes Profil aus. "
|
426 |
|
427 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/PostBox.php:81 ../..
|
428 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/PostBox.php:
|
429 |
msgid "Network settings"
|
430 |
msgstr "Netzwerkeinstellungen"
|
431 |
|
432 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/PostBox.php:83
|
433 |
msgid ""
|
434 |
"Notice: Please make sure, that your website address is reachable. The Social "
|
435 |
"Networks do not allow postings from local installations."
|
@@ -437,63 +475,82 @@ msgstr ""
|
|
437 |
"Hinweis: Bitte stelle sicher, dass Dein Blog von außen erreichbar ist. Bei "
|
438 |
"Fragen wende Dich bitte an unseren Support."
|
439 |
|
440 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/PostBox.php:99
|
441 |
msgid "Custom Sharing & Scheduling"
|
442 |
msgstr "Individuelles Teilen und Planen"
|
443 |
|
444 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/PostBox.php:99 ../..
|
445 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/PostBox.php:
|
446 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:91 ../..
|
447 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:99 ../..
|
448 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:108 ../..
|
449 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:110 ../..
|
450 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:122 ../..
|
451 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:128 ../..
|
452 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
453 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
454 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
455 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
456 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
457 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
458 |
-
#: /plugins/blog2social-v-4-9/views/b2s/network.php:18
|
459 |
-
#: v-4-9/views/b2s/settings.php:69
|
460 |
-
#:
|
461 |
-
#:
|
462 |
-
#: /plugins/blog2social-v-4-9/views/b2s/ship.
|
|
|
463 |
msgid "Info"
|
464 |
msgstr "Info"
|
465 |
|
466 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/PostBox.php:100
|
467 |
msgid "Customize & Schedule Social Media Posts"
|
468 |
msgstr "Social Media Posts anpassen & planen"
|
469 |
|
470 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/PostBox.php:102
|
471 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
472 |
msgid "Social Media Auto-Posting"
|
473 |
msgstr "Social Media Auto-Posting"
|
474 |
|
475 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/PostBox.php:
|
476 |
msgid "enable Auto-Posting"
|
477 |
msgstr "Auto-Posting aktivieren"
|
478 |
|
479 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/PostBox.php:
|
480 |
-
#: /plugins/blog2social-v-4-9/views/b2s/network.php:47
|
481 |
-
#: v-4-9/views/b2s/network.php:172
|
482 |
-
#:
|
483 |
-
#:
|
484 |
-
#: /plugins/blog2social-v-4-9/views/b2s/post.php:
|
485 |
-
#:
|
486 |
-
#:
|
487 |
-
#:
|
488 |
-
#: 4-9/views/
|
|
|
|
|
489 |
msgid "Loading..."
|
490 |
msgstr "Lade Daten..."
|
491 |
|
492 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/PostBox.php:
|
493 |
msgid "Blog2Social: Customize & Schedule Social Media Posts"
|
494 |
msgstr "Blog2Social : Beiträge anpassen & planen"
|
495 |
|
496 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/PostBox.php:
|
497 |
msgid ""
|
498 |
"Customize and schedule your social media posts on the one page preview for "
|
499 |
"all your selected networks: tailor your posts with individual comments, "
|
@@ -507,13 +564,13 @@ msgstr ""
|
|
507 |
"mehrfach oder wiederholt, um mehr Sichtbarkeit und Feedback von Deiner "
|
508 |
"Community zu erzielen"
|
509 |
|
510 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/PostBox.php:
|
511 |
-
#: /plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:306
|
512 |
msgid "Blog2Social: Social Media Auto-Posting"
|
513 |
msgstr "Blog2Social: Social Media Auto-Posting"
|
514 |
|
515 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/PostBox.php:
|
516 |
-
#: /plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:310
|
517 |
msgid ""
|
518 |
"You have 2 general options to define the date and time to share your blog "
|
519 |
"posts on social media with the Auto-Poster:"
|
@@ -521,13 +578,13 @@ msgstr ""
|
|
521 |
"Dir stehen grundsätzlich 2 Möglichkeiten zur Verfügung, per Auto-Posting "
|
522 |
"Deine Blogbeiträge auf Social Media zu teilen: "
|
523 |
|
524 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/PostBox.php:
|
525 |
-
#: /plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:311
|
526 |
msgid "1. Immediately after publishing your blog post"
|
527 |
msgstr "Sofort nach Veröffentlichung Deines Blogbeitrags "
|
528 |
|
529 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/PostBox.php:
|
530 |
-
#: /plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:312
|
531 |
msgid ""
|
532 |
"Published blog posts: If you publish your blog post with click on publish in "
|
533 |
"your WordPress post editor, Blog2Social will automatically share your social "
|
@@ -537,8 +594,8 @@ msgstr ""
|
|
537 |
"auf “veröffentlichen” im Beitrags-Editor Deines Blogs sofort veröffentlichst,"
|
538 |
" teilt Blog2Social Deinen Blogbeitrag unmittelbar auf Social Media."
|
539 |
|
540 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/PostBox.php:
|
541 |
-
#: /plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:313
|
542 |
msgid ""
|
543 |
"Scheduled blog posts: If you schedule your blog post with click on schedule "
|
544 |
"in your WordPress post editor, Blog2Social will share your social media post "
|
@@ -549,8 +606,8 @@ msgstr ""
|
|
549 |
"Deines Blogs klickst, teilt Blog2Social Deinen Blogbeitrag direkt nach der "
|
550 |
"Veröffentlichung auf Social Media. "
|
551 |
|
552 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/PostBox.php:
|
553 |
-
#: /plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:314
|
554 |
msgid ""
|
555 |
"2. Schedule your social media posts for a specific date and time If you want "
|
556 |
"to share your post at a particular date and time, different from your "
|
@@ -562,172 +619,183 @@ msgstr ""
|
|
562 |
"abweichen, wähle die Option “zu bestimmten Zeiten” und lege das Datum und "
|
563 |
"die Uhrzeit fest. "
|
564 |
|
565 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/PostBox.php:
|
566 |
-
#: /plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:319
|
567 |
msgid "You want to auto-post your blog post?"
|
568 |
msgstr "Du möchtest Deinen Beitrag automatisch posten?"
|
569 |
|
570 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/PostBox.php:
|
571 |
-
#: /plugins/blog2social-v-4-9/views/b2s/network.php:98
|
572 |
-
#: v-4-9/views/b2s/post.calendar.php:225
|
573 |
-
#:
|
574 |
-
#:
|
575 |
-
#: /plugins/blog2social-v-4-9
|
576 |
-
#: /
|
577 |
-
#: /
|
578 |
-
#: /
|
579 |
-
#: /
|
580 |
-
#: /
|
|
|
581 |
msgid "With Blog2Social Premium you can:"
|
582 |
msgstr "Mit Blog2Social kannst Du:"
|
583 |
|
584 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/PostBox.php:
|
585 |
-
#: /plugins/blog2social-v-4-9/views/b2s/network.php:101
|
586 |
-
#: v-4-9/views/b2s/post.calendar.php:228
|
587 |
-
#:
|
588 |
-
#:
|
589 |
-
#: /plugins/blog2social-v-4-9
|
590 |
-
#: /
|
591 |
-
#: /
|
592 |
-
#: /
|
593 |
-
#: /
|
594 |
-
#: /
|
595 |
-
#: /plugins/blog2social-v-4-9
|
|
|
596 |
msgid "Post on pages and groups"
|
597 |
msgstr "Poste auf Seiten und in Gruppen"
|
598 |
|
599 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/PostBox.php:
|
600 |
-
#: /plugins/blog2social-v-4-9/views/b2s/network.php:102
|
601 |
-
#: v-4-9/views/b2s/post.calendar.php:229
|
602 |
-
#:
|
603 |
-
#:
|
604 |
-
#: /plugins/blog2social-v-4-9
|
605 |
-
#: /
|
606 |
-
#: /
|
607 |
-
#: /
|
608 |
-
#: /
|
609 |
-
#: /
|
|
|
610 |
msgid "Share on multiple profiles, pages and groups"
|
611 |
msgstr "Auf mehreren Profilen, Seiten und Gruppen teilen"
|
612 |
|
613 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/PostBox.php:
|
614 |
-
#: /plugins/blog2social-v-4-9/views/b2s/network.php:103
|
615 |
-
#: v-4-9/views/b2s/post.calendar.php:230
|
616 |
-
#:
|
617 |
-
#:
|
618 |
-
#: /plugins/blog2social-v-4-9
|
619 |
-
#: /
|
620 |
-
#: /
|
621 |
-
#: /
|
622 |
-
#: /
|
623 |
-
#: /
|
624 |
-
#: /
|
|
|
625 |
msgid "Auto-post and auto-schedule new and updated blog posts"
|
626 |
msgstr ""
|
627 |
" Auto-posten und Auto-planen: Beiträge automatisch bei Veröffentlichung oder "
|
628 |
"Aktualisierung posten und zeitversetzt planen"
|
629 |
|
630 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/PostBox.php:
|
631 |
-
#: /plugins/blog2social-v-4-9/views/b2s/network.php:104
|
632 |
-
#: v-4-9/views/b2s/post.calendar.php:231
|
633 |
-
#:
|
634 |
-
#:
|
635 |
-
#: /plugins/blog2social-v-4-9
|
636 |
-
#: /
|
637 |
-
#: /
|
638 |
-
#: /
|
639 |
-
#: /
|
640 |
-
#: /
|
|
|
641 |
msgid "Schedule your posts at the best times on each network"
|
642 |
msgstr "Plane Deine Beiträge zu den besten Zeiten für jedes Netzwerk"
|
643 |
|
644 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/PostBox.php:
|
645 |
-
#: /plugins/blog2social-v-4-9/views/b2s/network.php:105
|
646 |
-
#: v-4-9/views/b2s/post.calendar.php:232
|
647 |
-
#:
|
648 |
-
#:
|
649 |
-
#: /plugins/blog2social-v-4-9
|
650 |
-
#: /
|
651 |
-
#: /
|
652 |
-
#: /
|
653 |
-
#: /
|
654 |
-
#: /
|
|
|
655 |
msgid ""
|
656 |
"Best Time Manager: use predefined best time scheduler to auto-schedule your "
|
657 |
"social media posts"
|
658 |
msgstr " Beste Zeiten Manager: vordefinierte Zeiten für Deine Beiträge nutzen"
|
659 |
|
660 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/PostBox.php:
|
661 |
-
#: /plugins/blog2social-v-4-9/views/b2s/network.php:106
|
662 |
-
#: v-4-9/views/b2s/post.calendar.php:233
|
663 |
-
#:
|
664 |
-
#:
|
665 |
-
#: /plugins/blog2social-v-4-9
|
666 |
-
#: /
|
667 |
-
#: /
|
668 |
-
#: /
|
669 |
-
#: /
|
670 |
-
#: /
|
|
|
671 |
msgid "Schedule your post for one time, multiple times or recurrently"
|
672 |
msgstr ""
|
673 |
"Veröffentlichungen zur besten Zeit pro Netzwerk planen: einmalig, mehrmalig "
|
674 |
"oder nach einem regelmäßigen Muster"
|
675 |
|
676 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/PostBox.php:
|
677 |
-
#: /plugins/blog2social-v-4-9/views/b2s/network.php:107
|
678 |
-
#: v-4-9/views/b2s/post.calendar.php:234
|
679 |
-
#:
|
680 |
-
#:
|
681 |
-
#: /plugins/blog2social-v-4-9
|
682 |
-
#: /
|
683 |
-
#: /
|
684 |
-
#: /
|
685 |
-
#: /
|
686 |
-
#: /
|
|
|
687 |
msgid "Schedule and re-share old posts"
|
688 |
msgstr "Plane und teile alte Beiträge"
|
689 |
|
690 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/PostBox.php:
|
691 |
-
#: /plugins/blog2social-v-4-9/views/b2s/network.php:108
|
692 |
-
#: v-4-9/views/b2s/post.calendar.php:235
|
693 |
-
#:
|
694 |
-
#:
|
695 |
-
#: /plugins/blog2social-v-4-9
|
696 |
-
#: /
|
697 |
-
#: /
|
698 |
-
#: /
|
699 |
-
#: /
|
700 |
-
#: /
|
701 |
-
#: /
|
|
|
702 |
msgid "Select link format or image format for your posts"
|
703 |
msgstr "Link-Posts oder Bild-Posts als Posting-Format für Deine Beiträge auswählen"
|
704 |
|
705 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/PostBox.php:
|
706 |
-
#: /plugins/blog2social-v-4-9/views/b2s/network.php:109
|
707 |
-
#: v-4-9/views/b2s/post.calendar.php:236
|
708 |
-
#:
|
709 |
-
#:
|
710 |
-
#: /plugins/blog2social-v-4-9
|
711 |
-
#: /
|
712 |
-
#: /
|
713 |
-
#: /
|
714 |
-
#: /
|
715 |
-
#: /
|
716 |
-
#: /
|
|
|
717 |
msgid "Select individual images per post"
|
718 |
msgstr "Individuelle Bilder für Deine Social Media Posts pro Netzwerk auswählen"
|
719 |
|
720 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/PostBox.php:
|
721 |
-
#: /plugins/blog2social-v-4-9/views/b2s/network.php:110
|
722 |
-
#: v-4-9/views/b2s/post.calendar.php:237
|
723 |
-
#:
|
724 |
-
#:
|
725 |
-
#: /plugins/blog2social-v-4-9
|
726 |
-
#: /
|
727 |
-
#: /
|
728 |
-
#: /
|
729 |
-
#: /
|
730 |
-
#: /
|
|
|
731 |
msgid ""
|
732 |
"Reporting & calendar: keep track of your published and scheduled social "
|
733 |
"media posts"
|
@@ -735,34 +803,36 @@ msgstr ""
|
|
735 |
"Reporting & Kalender: Verfolge Deine veröffentlichten und geplanten Social "
|
736 |
"Media Beiträge"
|
737 |
|
738 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/PostBox.php:
|
739 |
-
#: /plugins/blog2social-v-4-9/views/b2s/network.php:112
|
740 |
-
#: v-4-9/views/b2s/post.calendar.php:239
|
741 |
-
#:
|
742 |
-
#:
|
743 |
-
#: /plugins/blog2social-v-4-9
|
744 |
-
#: /
|
745 |
-
#: /
|
746 |
-
#: /
|
747 |
-
#: /
|
748 |
-
#: /
|
749 |
-
#: /plugins/blog2social-v-4-9
|
|
|
750 |
msgid "Upgrade to PREMIUM"
|
751 |
msgstr "Jetzt auf Premium upgraden"
|
752 |
|
753 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/PostBox.php:
|
754 |
-
#: /plugins/blog2social-v-4-9/views/b2s/network.php:114
|
755 |
-
#: v-4-9/views/b2s/post.calendar.php:241
|
756 |
-
#:
|
757 |
-
#:
|
758 |
-
#: /plugins/blog2social-v-4-9
|
759 |
-
#: /
|
760 |
-
#: /
|
761 |
-
#: /
|
762 |
-
#: /
|
763 |
-
#: /
|
764 |
-
#: /
|
765 |
-
#: /
|
|
|
766 |
msgid ""
|
767 |
"or <a href=\"http://service.blog2social.com/trial\" target=\"_blank\">start with "
|
768 |
"free 30-days-trial of Blog2Social Premium</a> (no payment information needed)"
|
@@ -771,54 +841,54 @@ msgstr ""
|
|
771 |
"Deinen kostenlosen 30-tägigen Test von Blog2Social Premium</a>(keine "
|
772 |
"Zahlungsinformationen erforderlich)"
|
773 |
|
774 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/PostBox.php:
|
775 |
msgid "Select profile:"
|
776 |
msgstr "Profil auswählen: "
|
777 |
|
778 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/PostBox.php:
|
779 |
msgid "Select Twitter profile:"
|
780 |
msgstr "Twitter Profil auswählen:"
|
781 |
|
782 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/PostBox.php:
|
783 |
msgid "When do you want to share your post on social media?"
|
784 |
msgstr "Wann möchtest Du Deinen Beitrag auf den Social Media teilen?"
|
785 |
|
786 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/PostBox.php:
|
787 |
msgid "immediately after publishing"
|
788 |
msgstr "sofort nach Veröffentlichung"
|
789 |
|
790 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/PostBox.php:
|
791 |
msgid "at scheduled times"
|
792 |
msgstr "zu geplanten Zeiten"
|
793 |
|
794 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/PostBox.php:
|
795 |
msgid "You want to sched your blog post with Auto-Poster?"
|
796 |
msgstr "Du willst Deinen Blogbeitrag mit dem Autoposter planen?"
|
797 |
|
798 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/PostBox.php:
|
799 |
-
#: /plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:70 ../..
|
800 |
-
#: /plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:88
|
801 |
msgid "Upgrade to PREMIUM PRO"
|
802 |
msgstr "Upgrade auf PREMIUM PRO"
|
803 |
|
804 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/PostBox.php:
|
805 |
msgid "Select date:"
|
806 |
msgstr "Datum auswählen:"
|
807 |
|
808 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/PostBox.php:
|
809 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
810 |
msgid "show calendar"
|
811 |
msgstr "Kalender anzeigen"
|
812 |
|
813 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/PostBox.php:
|
814 |
msgid "post at"
|
815 |
msgstr "beachte"
|
816 |
|
817 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/PostBox.php:
|
818 |
msgid "my time settings"
|
819 |
msgstr "meine Zeit-Einstellungen"
|
820 |
|
821 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/PostBox.php:
|
822 |
msgid ""
|
823 |
"Note: If you have not specified your own times, we automatically provide "
|
824 |
"you with the best times to post on the social networks. You can always "
|
@@ -829,92 +899,92 @@ msgstr ""
|
|
829 |
"posten. Du kannst jederzeit Deine eigenen Zeiten unter Einstellungen "
|
830 |
"bearbeiten."
|
831 |
|
832 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:84 ../..
|
833 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:104 ../..
|
834 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
835 |
msgid "Account"
|
836 |
msgstr "Konto"
|
837 |
|
838 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:87 ../..
|
839 |
-
#: /plugins/blog2social-v-4-9/views/b2s/settings.php:266
|
840 |
msgid "Personal Time Zone"
|
841 |
msgstr "Persönliche Zeitzone"
|
842 |
|
843 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:93
|
844 |
msgid "Timezone for Scheduling"
|
845 |
msgstr "Zeitzone für die Planung"
|
846 |
|
847 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:93
|
848 |
msgid "User"
|
849 |
msgstr "Benutzer"
|
850 |
|
851 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:98
|
852 |
msgid "Content"
|
853 |
msgstr "Inhalt"
|
854 |
|
855 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:99
|
856 |
msgid "Url Shortener"
|
857 |
msgstr "Url Shortener"
|
858 |
|
859 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:100
|
860 |
msgid "Bitly"
|
861 |
msgstr "Bitly"
|
862 |
|
863 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:103 ../..
|
864 |
-
#: /plugins/blog2social-v-4-9/views/b2s/ship.php:198
|
865 |
msgid "connect"
|
866 |
msgstr "Jetzt mit Netzwerken verbinden"
|
867 |
|
868 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:104
|
869 |
msgid "change"
|
870 |
msgstr "ändern"
|
871 |
|
872 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:108
|
873 |
msgid "allow shortcodes in my post"
|
874 |
msgstr "berücksichtige Shortcodes in meinen Beiträgen"
|
875 |
|
876 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:110
|
877 |
msgid "include Wordpress tags as hashtags in my post"
|
878 |
msgstr "Füge WordPress-Tags als Hashtags zu Deinen Social Media-Posts hinzu"
|
879 |
|
880 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:113 ../..
|
881 |
-
#: /plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:291
|
882 |
msgid "Define Twitter post content"
|
883 |
msgstr "Twitter Beitragsinhalt definieren"
|
884 |
|
885 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:119 ../..
|
886 |
-
#: /plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:374 ../..
|
887 |
-
#: /plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:389
|
888 |
msgid "title"
|
889 |
msgstr "Titel"
|
890 |
|
891 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:119 ../..
|
892 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:120 ../..
|
893 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:121
|
894 |
msgid "hashtags"
|
895 |
msgstr "Hashtags"
|
896 |
|
897 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:120
|
898 |
msgid "title & content"
|
899 |
msgstr "Titel & Inhalt"
|
900 |
|
901 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:120 ../..
|
902 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:121 ../..
|
903 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
904 |
msgid "(PREMIUM)"
|
905 |
msgstr "(PREMIUM)"
|
906 |
|
907 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:121
|
908 |
msgid "only content"
|
909 |
msgstr "nur Inhalt"
|
910 |
|
911 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:126
|
912 |
msgid "System"
|
913 |
msgstr "System"
|
914 |
|
915 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:127 ../..
|
916 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
917 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
918 |
msgid ""
|
919 |
"This is a global feature for your blog, which can only be edited by users "
|
920 |
"with admin rights."
|
@@ -922,21 +992,21 @@ msgstr ""
|
|
922 |
"Dies ist eine globale Einstellung für Deinen Blog, die nur von Usern mit "
|
923 |
"Admin Rechten bearbeitet werden kann."
|
924 |
|
925 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:128
|
926 |
msgid "activate Legacy mode"
|
927 |
msgstr "Kompatibilitätsmodus aktivieren"
|
928 |
|
929 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
930 |
msgid "Auto-post your own created posts"
|
931 |
msgstr "Auto-Poste Deine selbsterstellten Blogbeiträge"
|
932 |
|
933 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
934 |
msgid "Define by default to automatically post your posts on social media:"
|
935 |
msgstr ""
|
936 |
"Definiere standardmäßig Blogbeiträge oder Seiten, die Du auf Social Media "
|
937 |
"automatisch teilen möchtest:"
|
938 |
|
939 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
940 |
msgid ""
|
941 |
"Select by default if the auto-poster is activated when you publish a new "
|
942 |
"post or update a post."
|
@@ -944,21 +1014,21 @@ msgstr ""
|
|
944 |
"Wähle standardmäßig aus, ob der Auto-Poster aktiviert ist, wenn Du einen "
|
945 |
"neuen Beitrag veröffentlichst oder aktualisierst. "
|
946 |
|
947 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
948 |
msgid "new posts"
|
949 |
msgstr "Neue Beiträge"
|
950 |
|
951 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
952 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
953 |
msgid "Unselect all"
|
954 |
msgstr "Alle abwählen"
|
955 |
|
956 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
957 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
958 |
msgid "Select all"
|
959 |
msgstr "Alle auswählen"
|
960 |
|
961 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
962 |
msgid ""
|
963 |
"By enabling this feature your previously published social media posts will "
|
964 |
"be sent again to your selected social media channels as soon as the post is "
|
@@ -968,50 +1038,46 @@ msgstr ""
|
|
968 |
"Beiträge erneut an die Social Media Kanäle gesendet werden, sobald der "
|
969 |
"Beitrag aktualisiert wird"
|
970 |
|
971 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
972 |
msgid "updating existing posts"
|
973 |
msgstr "Bestehenden Beitrag aktualisieren"
|
974 |
|
975 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
976 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
977 |
msgid "Save"
|
978 |
msgstr " Speichern"
|
979 |
|
980 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
981 |
msgid "Auto-post your imported posts to Twitter & Facebook"
|
982 |
msgstr "Auto-Poste Deine importierten Beiträge auf Twitter & Facebook"
|
983 |
|
984 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
985 |
msgid "Define by default to automatically share your imported posts to social media:"
|
986 |
msgstr ""
|
987 |
"Definiere standardmässig alle Deine importierten Beiträge auf den Social "
|
988 |
"Media zu veröffentlichen:"
|
989 |
|
990 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
991 |
msgid "Your current licence:"
|
992 |
msgstr "Deine aktuelle Lizenz:"
|
993 |
|
994 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
995 |
msgid "share up to"
|
996 |
msgstr "teile bis zu"
|
997 |
|
998 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
999 |
msgid "posts per day"
|
1000 |
msgstr "Beiträge pro Tag"
|
1001 |
|
1002 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
1003 |
-
msgid "need more?"
|
1004 |
-
msgstr "Benötigst Du mehr?"
|
1005 |
-
|
1006 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:190
|
1007 |
msgid "Select by default to automatically share your imported posts"
|
1008 |
msgstr "Teile standardmäßig automatisch importierte Beiträge auf meinen Social Media"
|
1009 |
|
1010 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
1011 |
msgid "Select to auto-post to your standard networks:"
|
1012 |
msgstr "Wähle die Netzwerke aus, auf denen automatisch veröffentlicht werden soll:"
|
1013 |
|
1014 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
1015 |
msgid ""
|
1016 |
"In accordance with the new Twitter TOS, one Twitter account can be selected "
|
1017 |
"as your primary Twitter account for auto-posting."
|
@@ -1019,57 +1085,57 @@ msgstr ""
|
|
1019 |
"In Übereinstimmung mit den neuen Twitter-AGB kann ein Twitter-Account als "
|
1020 |
"Ihr primärer Twitter-Account für das Auto-Posting ausgewählt werden."
|
1021 |
|
1022 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
1023 |
msgid "More information"
|
1024 |
msgstr "Zusätzliche Informationen"
|
1025 |
|
1026 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
1027 |
msgid "Select to auto-post immediately after publishing or with a delay"
|
1028 |
msgstr "Importierte Beiträge direkt veröffentlichen oder mit einer Verzögerung"
|
1029 |
|
1030 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
1031 |
msgid "immediately"
|
1032 |
msgstr "sofort"
|
1033 |
|
1034 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
1035 |
msgid "publish with a delay of"
|
1036 |
msgstr "veröffentlichen mit einer Verzögerung von"
|
1037 |
|
1038 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
1039 |
msgid "minutes"
|
1040 |
msgstr "Minuten"
|
1041 |
|
1042 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
1043 |
msgid "Filter Posts (Only posts that meet the following criteria will be autoposted)"
|
1044 |
msgstr ""
|
1045 |
"Beiträge filtern (Nur Beiträge, die die Kriterien erfüllen, werden "
|
1046 |
"automatisch veröffentlicht)"
|
1047 |
|
1048 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
1049 |
msgid "Post Types"
|
1050 |
msgstr "Posttypen"
|
1051 |
|
1052 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
1053 |
msgid "Include (Post only...)"
|
1054 |
msgstr "enthält (nur Beiträge, mit ...)"
|
1055 |
|
1056 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
1057 |
msgid "Exclude (Do no post ...)"
|
1058 |
msgstr "enthält nicht (Veröffentliche keine Beiträge, mit...)"
|
1059 |
|
1060 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
1061 |
msgid "add/change connection"
|
1062 |
msgstr "Verbindung hinzufügen/ändern"
|
1063 |
|
1064 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
1065 |
msgid "Reset all page and post meta data"
|
1066 |
msgstr "Lösche alle Seiten und Beitrags Meta Angaben"
|
1067 |
|
1068 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
1069 |
msgid "Meta Tags Settings for Posts and Pages"
|
1070 |
msgstr "Meta Tag Einstellungen für Beiträge und Seiten"
|
1071 |
|
1072 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
1073 |
msgid ""
|
1074 |
"Add Open Graph meta tags to your shared posts or pages, required by Facebook "
|
1075 |
"and other social networks to display your post or page image, title and "
|
@@ -1079,7 +1145,7 @@ msgstr ""
|
|
1079 |
"Facebook und andere soziale Netzwerke Bilder, Titel und Beschreibung Deines "
|
1080 |
"Beitrag/Seite korrekt darstellen können."
|
1081 |
|
1082 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
1083 |
msgid ""
|
1084 |
"Add Twitter Card meta tags to your shared posts or pages, required by "
|
1085 |
"Twitter to display your post or page image, title and description correctly."
|
@@ -1088,11 +1154,11 @@ msgstr ""
|
|
1088 |
"Twitter Bilder, Titel und Beschreibung Deines Beitrag/Seite korrekt "
|
1089 |
"darstellen kann."
|
1090 |
|
1091 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
1092 |
msgid "Frontpage Settings"
|
1093 |
msgstr "Frontpage Einstellungen"
|
1094 |
|
1095 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
1096 |
msgid ""
|
1097 |
"Add the default Open Graph parameters for title, description and image you "
|
1098 |
"want Facebook to display, if you share the frontpage of your blog as link "
|
@@ -1102,33 +1168,33 @@ msgstr ""
|
|
1102 |
"die Open Graph Parameter bei Facebook, wenn Du die Frontpage Deines Blogs "
|
1103 |
"als Link Post teilst (http://www.DeinBlog.de) "
|
1104 |
|
1105 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
1106 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
1107 |
-
#: /plugins/blog2social-v-4-9/views/b2s/ship.php:30 ../../plugins/blog2social-v-
|
1108 |
-
#: 9/views/prg/ship.php:41 ../../plugins/blog2social-v-4-9/views/prg/ship.
|
1109 |
-
#:
|
1110 |
-
#: /plugins/blog2social-v-4-9/views/prg/html/form.phtml:28
|
1111 |
msgid "Title"
|
1112 |
msgstr "Titel"
|
1113 |
|
1114 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
1115 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
1116 |
msgid "Description"
|
1117 |
msgstr "Beschreibung"
|
1118 |
|
1119 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
1120 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
1121 |
msgid "Image URL"
|
1122 |
msgstr "Bild Url"
|
1123 |
|
1124 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
1125 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
1126 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Image.php:80 ../..
|
1127 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Image.php:82
|
1128 |
msgid "Image upload / Media Gallery"
|
1129 |
msgstr "Bild hochladen / Mediathek"
|
1130 |
|
1131 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
1132 |
msgid ""
|
1133 |
"Please note: Facebook supports images with a minimum dimension of 200x200 "
|
1134 |
"pixels and an aspect ratio of 1:1."
|
@@ -1136,7 +1202,7 @@ msgstr ""
|
|
1136 |
"Bitte beachte: Facebook unterstützt Bilder mit einer Mindestgröße von "
|
1137 |
"200x200 Pixel and einem Bildgrößenverhältnis von 1:1."
|
1138 |
|
1139 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
1140 |
msgid ""
|
1141 |
"Add the default Twitter Card parameters for title, description and image you "
|
1142 |
"want Twitter to display, if you share the frontpage of your blog as link "
|
@@ -1146,19 +1212,19 @@ msgstr ""
|
|
1146 |
"Image, wenn Du die Frontpage Deines Blogs als Link Post teilst (http://www."
|
1147 |
"DeinBlog.de) "
|
1148 |
|
1149 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
1150 |
msgid "The default card type to use"
|
1151 |
msgstr "Der zu verwendende Standard-Kartentyp"
|
1152 |
|
1153 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
1154 |
msgid "Summary"
|
1155 |
msgstr "Zusammenfassung"
|
1156 |
|
1157 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
1158 |
msgid "Summary with large image"
|
1159 |
msgstr "Zusammenfassung mit großem Bild"
|
1160 |
|
1161 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
1162 |
msgid ""
|
1163 |
"Please note: Twitter supports images with a minimum dimension of 144x144 "
|
1164 |
"pixels and a maximum dimension of 4096x4096 pixels and less than 5 BM. The "
|
@@ -1170,11 +1236,11 @@ msgstr ""
|
|
1170 |
" The Bilder werden auf ein quadratisches Maß übertragen. Twitter unterstützt "
|
1171 |
"die Bildformate JPG, PNG, WEBP und GIF. "
|
1172 |
|
1173 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
1174 |
msgid "Did you know?"
|
1175 |
msgstr "Wusstest Du schon?"
|
1176 |
|
1177 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
1178 |
msgid ""
|
1179 |
"With Premium Pro, you can change the custom post format photo post or link "
|
1180 |
"post for each individual social media post and channel (profile, page, "
|
@@ -1184,30 +1250,30 @@ msgstr ""
|
|
1184 |
"Beitrag individuell zwischen Link-Beitrag und Bild-Beitrag auswählen "
|
1185 |
"(Profile, Seiten, Gruppen)"
|
1186 |
|
1187 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
1188 |
msgid "Upgrade to Premium Pro now."
|
1189 |
msgstr "Upgrade auf Premium PRO"
|
1190 |
|
1191 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
1192 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
1193 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
1194 |
-
#: /plugins/blog2social-v-4-9/views/b2s/post.calendar.php:60 ../..
|
1195 |
-
#: /plugins/blog2social-v-4-9/views/b2s/post.sched.php:172 ../..
|
1196 |
-
#: /plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:127
|
1197 |
msgid "Image with frame"
|
1198 |
msgstr "Bild mit Rahmen"
|
1199 |
|
1200 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
1201 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
1202 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
1203 |
-
#: /plugins/blog2social-v-4-9/views/b2s/post.calendar.php:60 ../..
|
1204 |
-
#: /plugins/blog2social-v-4-9/views/b2s/post.sched.php:172 ../..
|
1205 |
-
#: /plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:110
|
1206 |
msgid "Link Post"
|
1207 |
msgstr "Link-Beitrag"
|
1208 |
|
1209 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
1210 |
-
#: /plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:128
|
1211 |
msgid ""
|
1212 |
"Insert white frames to show the whole image in your timeline. All image "
|
1213 |
"information will be shown in your timeline."
|
@@ -1216,7 +1282,7 @@ msgstr ""
|
|
1216 |
"das quadratische Instagram-Layout anzupassen und das gesamte Bild bereits in "
|
1217 |
"Deiner Timeline anzuzeigen. "
|
1218 |
|
1219 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
1220 |
msgid ""
|
1221 |
"The link post format displays posts title, link address and the first one or "
|
1222 |
"two sentences of the post. The networks scan this information from your META "
|
@@ -1240,26 +1306,26 @@ msgstr ""
|
|
1240 |
"Deinen Blogbeitrag. Bitte beachte: Bei Google + können nur Bilder, die im "
|
1241 |
"Blogbeitrag enthalten sind, für Link-Posts ausgewählt werden. "
|
1242 |
|
1243 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
1244 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
1245 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
1246 |
-
#: /plugins/blog2social-v-4-9/views/b2s/post.calendar.php:60 ../..
|
1247 |
-
#: /plugins/blog2social-v-4-9/views/b2s/post.sched.php:172 ../..
|
1248 |
-
#: /plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:132
|
1249 |
msgid "Image cut out"
|
1250 |
msgstr "Bild zuschneiden"
|
1251 |
|
1252 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
1253 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
1254 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
1255 |
-
#: /plugins/blog2social-v-4-9/views/b2s/post.calendar.php:60 ../..
|
1256 |
-
#: /plugins/blog2social-v-4-9/views/b2s/post.sched.php:172 ../..
|
1257 |
-
#: /plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:115
|
1258 |
msgid "Photo Post"
|
1259 |
msgstr "Bild-Beitrag"
|
1260 |
|
1261 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
1262 |
-
#: /plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:133
|
1263 |
msgid ""
|
1264 |
"The image preview will be cropped automatically to fit the default Instagram "
|
1265 |
"layout for your Instagram timeline. The image will be shown uncropped when "
|
@@ -1270,8 +1336,8 @@ msgstr ""
|
|
1270 |
"auf Deiner Timeline. Mit Klick auf den Post wird das Bild in der Instagram-"
|
1271 |
"Vorschau als Ganzes angezeigt."
|
1272 |
|
1273 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
1274 |
-
#: /plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:116
|
1275 |
msgid ""
|
1276 |
"A photo or image post displays the selected image in the one-page preview of "
|
1277 |
"Blog2Social and your comment above the image. The image links to the image "
|
@@ -1287,57 +1353,58 @@ msgstr ""
|
|
1287 |
"langfristig sichtbar bleibt. Auf Facebook kannst Du den Namen des Albums "
|
1288 |
"bearbeiten und eine Beschreibung Deiner Wahl ergänzen."
|
1289 |
|
1290 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
1291 |
msgid "All"
|
1292 |
msgstr "alle"
|
1293 |
|
1294 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
1295 |
msgid "Activate Instant Caching"
|
1296 |
msgstr "Instant Caching aktivieren"
|
1297 |
|
1298 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
1299 |
-
#: /plugins/blog2social-v-4-9/views/b2s/post.sched.php:27
|
1300 |
msgid "Uhr"
|
1301 |
msgstr "Uhr"
|
1302 |
|
1303 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
1304 |
msgid "Best times to post"
|
1305 |
msgstr "Beste Zeiten"
|
1306 |
|
1307 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
1308 |
-
#: /plugins/blog2social-v-4-9/views/b2s/settings.php:75
|
1309 |
-
#: v-4-9/views/b2s/ship.php:50 ../../plugins/blog2social-v-
|
1310 |
-
#: 359 ../../plugins/blog2social-v-4-9
|
|
|
1311 |
msgid "You want to schedule your posts and use the Best Time Scheduler?"
|
1312 |
msgstr ""
|
1313 |
"Du möchtest die Veröffentlichung Deiner Posts planen und den Beste Zeiten "
|
1314 |
"Manager benutzen?"
|
1315 |
|
1316 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
1317 |
-
#: /plugins/blog2social-v-4-9/views/b2s/settings.php:57
|
1318 |
-
#: v-4-9/views/b2s/settings.php:77
|
1319 |
-
#: 9/views/b2s/settings.php:117
|
1320 |
-
#: 9/views/b2s/settings.php:119
|
1321 |
-
#: 9/views/b2s/settings.php:132
|
1322 |
-
#: 9/views/b2s/settings.php:134
|
1323 |
-
#: 9/views/b2s/settings.php:147
|
1324 |
-
#: 9/views/b2s/settings.php:149
|
1325 |
-
#: 9/views/b2s/settings.php:163
|
1326 |
-
#:
|
1327 |
-
#: php:456
|
1328 |
msgid "save"
|
1329 |
msgstr "speichern"
|
1330 |
|
1331 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Settings/Item.php:
|
1332 |
msgid "Sorry, we can not load your data at the moment..."
|
1333 |
msgstr "Sorry, derzeit können wir Deine Daten nicht laden. Versuche es erneut."
|
1334 |
|
1335 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Image.php:29
|
1336 |
msgid "The images file types .jpg and .png are allowed. Please try another."
|
1337 |
msgstr "Es sind nur .jpg und .png Bilder erlaubt. Bitte wähle ein anderes Bild aus."
|
1338 |
|
1339 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Image.php:30 ../..
|
1340 |
-
#: /plugins/blog2social-v-4-9/views/b2s/settings.php:15
|
1341 |
msgid ""
|
1342 |
"You need a higher user role to upload an image on this blog. Please contact "
|
1343 |
"your administrator."
|
@@ -1345,11 +1412,11 @@ msgstr ""
|
|
1345 |
"Du brauchst eine höhere Benutzerrolle, um ein Bild auf diesem Blog "
|
1346 |
"hochzuladen. Bitte kontaktiere Deinen Administrator."
|
1347 |
|
1348 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Image.php:31
|
1349 |
msgid "To select an individual image from your media library,"
|
1350 |
msgstr "Um ein individuelles Bild aus Deiner Mediathek auszuwählen,"
|
1351 |
|
1352 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Image.php:37
|
1353 |
msgid ""
|
1354 |
"The best size for images in social media posts are between: 667-1000px x 523-"
|
1355 |
"1000px. Blog2Social will automatically resize your image according to "
|
@@ -1359,82 +1426,91 @@ msgstr ""
|
|
1359 |
"1000px x 523-1000px <br> Blog2Social passt Dein Bild automatisch die Größe "
|
1360 |
"des jeweiligen Netzwerks an."
|
1361 |
|
1362 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Image.php:61
|
1363 |
msgid "No images are included in your post."
|
1364 |
msgstr "In dem Beitrag sind keine Bilder hinterlegt"
|
1365 |
|
1366 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Image.php:69
|
1367 |
msgid "Apply image for all posts"
|
1368 |
msgstr "Bild für alle Posts übernehmen"
|
1369 |
|
1370 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Image.php:73 ../..
|
1371 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Image.php:75
|
1372 |
msgid "Apply image for this post"
|
1373 |
msgstr "Bild für diesen Post übernehmen"
|
1374 |
|
1375 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Image.php:86 ../..
|
1376 |
-
#: /plugins/blog2social-v-4-9/views/b2s/settings.php:195
|
1377 |
msgid "Select or upload an image from media gallery"
|
1378 |
msgstr "Bild auswählen / hochladen"
|
1379 |
|
1380 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Image.php:87 ../..
|
1381 |
-
#: /plugins/blog2social-v-4-9/views/b2s/settings.php:196
|
1382 |
msgid "Use image"
|
1383 |
msgstr "Bild verwenden"
|
1384 |
|
1385 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1386 |
msgid "Network does not support image for profiles"
|
1387 |
msgstr "Netzwerk unterstützt keine Bilder für Profile"
|
1388 |
|
1389 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1390 |
msgid "Network defines image by link"
|
1391 |
msgstr "Netzwerk wählt selber das Bild aus"
|
1392 |
|
1393 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1394 |
msgid "Supported HTML tags"
|
1395 |
msgstr "Erlaubte HTML-Elemente"
|
1396 |
|
1397 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1398 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1399 |
msgid "Network does not support emojis"
|
1400 |
msgstr "Netzwerk unterstützt keine Emojis"
|
1401 |
|
1402 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1403 |
msgid "Text only"
|
1404 |
msgstr "nur Text"
|
1405 |
|
1406 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1407 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1408 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1409 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1410 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1411 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1412 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1413 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1414 |
msgid "characters"
|
1415 |
msgstr "Zeichen"
|
1416 |
|
1417 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1418 |
msgid "Network does not support image for pages"
|
1419 |
msgstr "Netzwerk unterstützt keine Bilder für Seiten"
|
1420 |
|
1421 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1422 |
msgid "post format"
|
1423 |
msgstr "Postformat"
|
1424 |
|
1425 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1426 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1427 |
msgid "Insert full-text"
|
1428 |
msgstr "ganzen Text einfügen"
|
1429 |
|
1430 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1431 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1432 |
msgid "Delete text"
|
1433 |
msgstr "Text löschen"
|
1434 |
|
1435 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1436 |
-
|
1437 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1438 |
msgid ""
|
1439 |
"Please keep in mind that according to Twitter’s new TOS, users are no longer "
|
1440 |
"allowed to post identical or substantially similar content to multiple "
|
@@ -1445,9 +1521,9 @@ msgstr ""
|
|
1445 |
"Accounts oder mehrere identische Updates auf einem Twitter Account oder auch "
|
1446 |
"mehreren Accounts zu posten."
|
1447 |
|
1448 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1449 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1450 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1451 |
msgid ""
|
1452 |
"Violating these rules can result in Twitter suspending your account. Always "
|
1453 |
"vary your Tweets with different comments, hashtags or handles to prevent "
|
@@ -1457,301 +1533,342 @@ msgstr ""
|
|
1457 |
"sperrt. Variieren Sie Ihre Tweets mit unterschiedlichen Kommentaren, "
|
1458 |
"Hashtags und Handles um doppelte Beiträge zu vermeiden."
|
1459 |
|
1460 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1461 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1462 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1463 |
msgid "Learn more about this"
|
1464 |
msgstr "Erfahre mehr darüber"
|
1465 |
|
1466 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1467 |
msgid "hide calendar"
|
1468 |
msgstr "Kalender ausblenden"
|
1469 |
|
1470 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1471 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1472 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1473 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1474 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1475 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1476 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1477 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1478 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1479 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1480 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1481 |
msgid "Write something about your post..."
|
1482 |
msgstr "Schreibe etwas..."
|
1483 |
|
1484 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1485 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1486 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1487 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1488 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1489 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1490 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1491 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1492 |
msgid "Change image"
|
1493 |
msgstr "Bild ändern\n"
|
1494 |
|
1495 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1496 |
msgid ""
|
1497 |
"Info: Change Open Graph Meta tags image, title and description for this "
|
1498 |
"network"
|
1499 |
msgstr "Info: Ändere die Open Graph Parameter für diese Netzwerk"
|
1500 |
|
1501 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1502 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1503 |
msgid ""
|
1504 |
"You want to change your link image, link title and link description for this "
|
1505 |
"network? Click here."
|
1506 |
msgstr "Du möchtest das Bild, den Titel und die Beschreibung ändern? Hier Klicken."
|
1507 |
|
1508 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1509 |
msgid "OG Meta title"
|
1510 |
msgstr "OG Titel"
|
1511 |
|
1512 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1513 |
msgid "OG Meta description"
|
1514 |
msgstr "OG Beschreibung"
|
1515 |
|
1516 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1517 |
msgid "Info: Change Card Meta tags image, title and description for this network"
|
1518 |
msgstr "Info: Ändere die Twitter Card Parameter für diese Netzwerk"
|
1519 |
|
1520 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1521 |
msgid "Card Meta title"
|
1522 |
msgstr "Card Titel"
|
1523 |
|
1524 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1525 |
msgid "Card Meta description"
|
1526 |
msgstr "Card Beschreibung"
|
1527 |
|
1528 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1529 |
msgid "required"
|
1530 |
msgstr "erforderlich"
|
1531 |
|
1532 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1533 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1534 |
msgid "Link"
|
1535 |
msgstr "Link"
|
1536 |
|
1537 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1538 |
msgid "The Headline..."
|
1539 |
msgstr "Die Überschrift..."
|
1540 |
|
1541 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1542 |
msgid "Hashtags"
|
1543 |
msgstr "Hashtags"
|
1544 |
|
1545 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1546 |
msgid "Enable Retweets for all Tweets with the selected profile"
|
1547 |
msgstr "Retweets für alle Tweets mit dem gewählten Profil aktivieren"
|
1548 |
|
1549 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1550 |
-
#: /plugins/blog2social-v-4-9/views/b2s/partials/post-edit-modal.php:
|
1551 |
msgid "Delay"
|
1552 |
msgstr "Verzögerung"
|
1553 |
|
1554 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1555 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1556 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1557 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1558 |
-
#: /plugins/blog2social-v-4-9/views/b2s/partials/post-edit-modal.php:
|
1559 |
-
#: /plugins/blog2social-v-4-9/views/b2s/partials/post-edit-modal.php:
|
1560 |
-
#: /plugins/blog2social-v-4-9/views/b2s/partials/post-edit-modal.php:
|
1561 |
-
#: /plugins/blog2social-v-4-9/views/b2s/partials/post-edit-modal.php:
|
1562 |
msgid "min"
|
1563 |
msgstr "min"
|
1564 |
|
1565 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1566 |
msgid "Add Retweet"
|
1567 |
msgstr "Retweet hinzufügen"
|
1568 |
|
1569 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1570 |
msgid "Share Now"
|
1571 |
msgstr "Sofort teilen"
|
1572 |
|
1573 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1574 |
-
#: /plugins/blog2social-v-4-9/views/b2s/post.calendar.php:214 ../..
|
1575 |
-
#: /plugins/blog2social-v-4-9/views/b2s/ship.php:395
|
1576 |
msgid "Schedule for specific dates"
|
1577 |
msgstr "Für bestimmte Termine planen\n"
|
1578 |
|
1579 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1580 |
msgid "Schedule Recurrent Post"
|
1581 |
msgstr "regelmäßig Planen"
|
1582 |
|
1583 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1584 |
msgid "Interval"
|
1585 |
msgstr "Intervall"
|
1586 |
|
1587 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1588 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1589 |
msgid "Duration"
|
1590 |
msgstr "Dauer"
|
1591 |
|
1592 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1593 |
msgid "Repeat"
|
1594 |
msgstr "Wiederholungen"
|
1595 |
|
1596 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1597 |
msgid "Day of month"
|
1598 |
msgstr "Tag im Month"
|
1599 |
|
1600 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1601 |
msgid "Duration in days"
|
1602 |
msgstr "Abstand in Tagen"
|
1603 |
|
1604 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1605 |
msgid "Start date"
|
1606 |
msgstr "Startdatum"
|
1607 |
|
1608 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1609 |
-
#: /plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1610 |
-
#: /plugins/blog2social-v-4-9/views/b2s/partials/post-edit-modal.php:
|
1611 |
-
#: /plugins/blog2social-v-4-9/views/b2s/partials/post-edit-modal.php:
|
1612 |
msgid "Time"
|
1613 |
msgstr "Zeit"
|
1614 |
|
1615 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1616 |
msgid "Days"
|
1617 |
msgstr "Tage"
|
1618 |
|
1619 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1620 |
msgid "weekly"
|
1621 |
msgstr "wöchentlich"
|
1622 |
|
1623 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1624 |
msgid "monthly"
|
1625 |
msgstr "monatlich"
|
1626 |
|
1627 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1628 |
msgid "own period"
|
1629 |
msgstr "eigener Zeitraum"
|
1630 |
|
1631 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1632 |
msgid "Week"
|
1633 |
msgstr "Woche"
|
1634 |
|
1635 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1636 |
msgid "Weeks"
|
1637 |
msgstr "Wochen"
|
1638 |
|
1639 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1640 |
msgid "Month"
|
1641 |
msgstr "Monat"
|
1642 |
|
1643 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1644 |
msgid "Months"
|
1645 |
msgstr "Monate"
|
1646 |
|
1647 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1648 |
msgid "End Of Month"
|
1649 |
msgstr "Monatsende"
|
1650 |
|
1651 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1652 |
msgid "Timespan"
|
1653 |
msgstr "Timespan"
|
1654 |
|
1655 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1656 |
-
#: /plugins/blog2social-v-4-9/views/b2s/partials/post-edit-modal.php:
|
1657 |
-
#: /plugins/blog2social-v-4-9/views/b2s/partials/post-edit-modal.php:
|
1658 |
msgid "Date"
|
1659 |
msgstr "Startdatum"
|
1660 |
|
1661 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1662 |
msgid "Mon"
|
1663 |
msgstr "Mo"
|
1664 |
|
1665 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1666 |
msgid "Tue"
|
1667 |
msgstr "Di"
|
1668 |
|
1669 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1670 |
msgid "Wed"
|
1671 |
msgstr "Mi"
|
1672 |
|
1673 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1674 |
msgid "Thu"
|
1675 |
msgstr "Do"
|
1676 |
|
1677 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1678 |
msgid "Fri"
|
1679 |
msgstr "Fr"
|
1680 |
|
1681 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1682 |
msgid "Sat"
|
1683 |
msgstr "Sa"
|
1684 |
|
1685 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1686 |
msgid "Sun"
|
1687 |
msgstr "So"
|
1688 |
|
1689 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1690 |
msgid "add another post"
|
1691 |
msgstr "einen weiteren Post anlegen\n"
|
1692 |
|
1693 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1694 |
msgid "Copy from original"
|
1695 |
msgstr "Text von Original kopieren"
|
1696 |
|
1697 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1698 |
msgid "Apply Settings To All Networks"
|
1699 |
msgstr "Planung für alle Netzwerke übernehmen"
|
1700 |
|
1701 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Item.php:
|
1702 |
msgid "Save as best time for this network"
|
1703 |
msgstr "Diese Zeit als \"Beste Zeit\" für dieses Netzwerk speichern"
|
1704 |
|
1705 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Save.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1706 |
msgid "view social media post"
|
1707 |
msgstr "Zeige Social Media Beitrag an"
|
1708 |
|
1709 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/Ship/Save.php:
|
1710 |
msgid "scheduled on"
|
1711 |
msgstr "geplant für"
|
1712 |
|
1713 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/User/Info.php:11
|
1714 |
msgid "Number of shared posts"
|
1715 |
msgstr "Anzahl geteilter Beiträge"
|
1716 |
|
1717 |
-
#: ../../plugins/blog2social-v-4-9/includes/B2S/User/Info.php:14
|
1718 |
msgid "Number of scheduled posts"
|
1719 |
msgstr "Anzahl der geplanten Posts"
|
1720 |
|
1721 |
-
#: ../../plugins/blog2social-v-4-9/includes/Loader.php:
|
1722 |
msgid "Modify pin board"
|
1723 |
msgstr "Pinnwand ändern"
|
1724 |
|
1725 |
-
#: ../../plugins/blog2social-v-4-9/includes/Loader.php:
|
1726 |
msgid "Modify forum"
|
1727 |
msgstr "Forum ändern"
|
1728 |
|
1729 |
-
#: ../../plugins/blog2social-v-4-9/includes/Loader.php:
|
1730 |
msgid "Modify subreddit"
|
1731 |
msgstr "Subreddit ändern"
|
1732 |
|
1733 |
-
#: ../../plugins/blog2social-v-4-9/includes/Loader.php:
|
1734 |
msgid "Auto-Post on Social Media"
|
1735 |
msgstr "Automatisch auf Social Media teilen"
|
1736 |
|
1737 |
-
#: ../../plugins/blog2social-v-4-9/includes/Loader.php:
|
1738 |
msgid "Social Media Content Calendar"
|
1739 |
msgstr "Social Media Kalender"
|
1740 |
|
1741 |
-
#: ../../plugins/blog2social-v-4-9/includes/Loader.php:
|
1742 |
msgid "This post will be shared into your social media on"
|
1743 |
msgstr "Dein Beitrag ist zur Veröffentlichung in den Social Media geplant ab dem"
|
1744 |
|
1745 |
-
#: ../../plugins/blog2social-v-4-9/includes/Loader.php:
|
1746 |
-
#: /plugins/blog2social-v-4-9/includes/Loader.php:
|
1747 |
msgid "show details"
|
1748 |
msgstr "siehe Details"
|
1749 |
|
1750 |
-
#: ../../plugins/blog2social-v-4-9/includes/Loader.php:
|
1751 |
msgid "This post will be shared on social media in 2-3 minutes!"
|
1752 |
msgstr "Dein Beitrag wird in ca. 2-3 Minuten in die Social Media eingestellt!"
|
1753 |
|
1754 |
-
#: ../../plugins/blog2social-v-4-9/includes/Loader.php:
|
1755 |
msgid ""
|
1756 |
"Please, make sure that your post are publish on this blog on this moment. "
|
1757 |
"Then you can auto post your post with Blog2social."
|
@@ -1759,28 +1876,32 @@ msgstr ""
|
|
1759 |
"Bitte stelle sicher, dass Dein Beitrag in diesem Moment veröffentlicht wurde."
|
1760 |
" Dann kannst Du Deinen Beitrag automatisch mit Blog2Social posten."
|
1761 |
|
1762 |
-
#: ../../plugins/blog2social-v-4-9/includes/Loader.php:
|
1763 |
msgid "Upgrade to Premium"
|
1764 |
msgstr "Premium freischalten"
|
1765 |
|
1766 |
-
#: ../../plugins/blog2social-v-4-9/includes/Loader.php:
|
1767 |
msgctxt "command (plugins)"
|
1768 |
msgid "Deactivate"
|
1769 |
msgstr "Deaktivieren"
|
1770 |
|
1771 |
-
#: ../../plugins/blog2social-v-4-9/includes/Loader.php:
|
1772 |
msgid "Your post could not be posted."
|
1773 |
msgstr "Dein Post ist nicht vom Netzwerk veröffentlicht worden."
|
1774 |
|
1775 |
-
#: ../../plugins/blog2social-v-4-9/includes/Loader.php:
|
1776 |
-
msgid "
|
1777 |
-
|
|
|
|
|
|
|
|
|
1778 |
|
1779 |
-
#: ../../plugins/blog2social-v-4-9/includes/Loader.php:
|
1780 |
msgid "The network has marked the post as spam or abusive."
|
1781 |
msgstr "Das Netzwerk hat Deinen Post als Spam oder missbräuchlich markiert."
|
1782 |
|
1783 |
-
#: ../../plugins/blog2social-v-4-9/includes/Loader.php:
|
1784 |
msgid ""
|
1785 |
"We don't have the permission to publish your post. Please check your "
|
1786 |
"authorization."
|
@@ -1788,7 +1909,7 @@ msgstr ""
|
|
1788 |
"Wir haben nicht Deine Erlaubnis, den Post zu veröffentlichen. Bitte "
|
1789 |
"überprüfe deine Autorisierung."
|
1790 |
|
1791 |
-
#: ../../plugins/blog2social-v-4-9/includes/Loader.php:
|
1792 |
msgid ""
|
1793 |
"Your authorization is interrupted. Please check your authorization. Please "
|
1794 |
"see <a target=\"_blank\" href=\"https://www.blog2social."
|
@@ -1798,15 +1919,15 @@ msgstr ""
|
|
1798 |
"Siehe <a target=\"_blank\" href=\"https://www.blog2social."
|
1799 |
"com/de/faq/category/9/fehlermeldungen-und-loesungen.html\">FAQ</a>."
|
1800 |
|
1801 |
-
#: ../../plugins/blog2social-v-4-9/includes/Loader.php:
|
1802 |
msgid "Your daily limit has been reached."
|
1803 |
msgstr "Dein tägliches Beitragslimit wurde erreicht."
|
1804 |
|
1805 |
-
#: ../../plugins/blog2social-v-4-9/includes/Loader.php:
|
1806 |
msgid "Your post could not be posted, because your image is not available."
|
1807 |
msgstr "Das Netzwerk kann Dein Bild nicht verarbeiten."
|
1808 |
|
1809 |
-
#: ../../plugins/blog2social-v-4-9/includes/Loader.php:
|
1810 |
msgid ""
|
1811 |
"The network has blocked your account. Please see <a target=\"_blank\" "
|
1812 |
"href=\"https://www.blog2social.com/en/faq/category/9/troubleshooting-for-"
|
@@ -1816,7 +1937,7 @@ msgstr ""
|
|
1816 |
"href=\"https://www.blog2social.com/de/faq/category/9/fehlermeldungen-und-"
|
1817 |
"loesungen.html\">FAQ</a>."
|
1818 |
|
1819 |
-
#: ../../plugins/blog2social-v-4-9/includes/Loader.php:
|
1820 |
msgid ""
|
1821 |
"The number of images is reached. Please see <a target=\"_blank\" href=\"https:"
|
1822 |
"//www.blog2social.com/en/faq/category/9/troubleshooting-for-error-messages."
|
@@ -1826,13 +1947,13 @@ msgstr ""
|
|
1826 |
"href=\"https://www.blog2social.com/de/faq/category/9/fehlermeldungen-und-"
|
1827 |
"loesungen.html\">FAQ</a>."
|
1828 |
|
1829 |
-
#: ../../plugins/blog2social-v-4-9/includes/Loader.php:
|
1830 |
msgid "Your daily limit for this network has been reached. Please try again later."
|
1831 |
msgstr ""
|
1832 |
"Dein tägliches Beitragslimit für dieses Netzwerk wurde erreicht. Bitte "
|
1833 |
"versuche es später noch einmal."
|
1834 |
|
1835 |
-
#: ../../plugins/blog2social-v-4-9/includes/Loader.php:
|
1836 |
msgid ""
|
1837 |
"The network can not publish special characters such as Emoji. Please see <a "
|
1838 |
"target=\"_blank\" href=\"https://www.blog2social."
|
@@ -1842,80 +1963,80 @@ msgstr ""
|
|
1842 |
"//www.blog2social.com/de/faq/category/9/fehlermeldungen-und-loesungen."
|
1843 |
"html\">FAQ</a>."
|
1844 |
|
1845 |
-
#: ../../plugins/blog2social-v-4-9/includes/Loader.php:
|
1846 |
msgid "Your post is a duplicate."
|
1847 |
msgstr "Du kannst auf dem Netzwerke keine Duplikate veröffentlichen."
|
1848 |
|
1849 |
-
#: ../../plugins/blog2social-v-4-9/includes/Loader.php:
|
1850 |
msgid "The network requires a public url."
|
1851 |
msgstr "Das Netzwerk benötigt eine öffentlich zugängliche URL."
|
1852 |
|
1853 |
-
#: ../../plugins/blog2social-v-4-9/includes/Loader.php:
|
1854 |
msgid "You have already retweeted this post."
|
1855 |
msgstr "Du hast diesen Post bereits retweetet.\n"
|
1856 |
|
1857 |
-
#: ../../plugins/blog2social-v-4-9/includes/Loader.php:
|
1858 |
msgid "Your group can not be found by the network."
|
1859 |
msgstr "Deine Gruppe kann vom Netzwerk nicht gefunden werden. "
|
1860 |
|
1861 |
-
#: ../../plugins/blog2social-v-4-9/includes/Loader.php:
|
1862 |
-
#: /plugins/blog2social-v-4-9/includes/Loader.php:
|
1863 |
-
#: 4-9/includes/Loader.php:
|
1864 |
msgid "Dashboard"
|
1865 |
msgstr "Dashboard"
|
1866 |
|
1867 |
-
#: ../../plugins/blog2social-v-4-9/includes/Loader.php:
|
1868 |
-
#: /plugins/blog2social-v-4-9/includes/Loader.php:
|
1869 |
-
#: 4-9/includes/Loader.php:
|
1870 |
msgid "Posts & Sharing"
|
1871 |
msgstr "Beiträge"
|
1872 |
|
1873 |
-
#: ../../plugins/blog2social-v-4-9/includes/Loader.php:
|
1874 |
-
#: /plugins/blog2social-v-4-9/includes/Loader.php:
|
1875 |
-
#: 4-9/includes/Loader.php:
|
1876 |
-
#: php:17
|
1877 |
msgid "Networks"
|
1878 |
msgstr "Netzwerke"
|
1879 |
|
1880 |
-
#: ../../plugins/blog2social-v-4-9/includes/Loader.php:
|
1881 |
-
#: /plugins/blog2social-v-4-9/includes/Loader.php:
|
1882 |
-
#: 4-9/includes/Loader.php:
|
1883 |
-
#: 53 ../../plugins/blog2social-v-4-9/views/b2s/ship.php:283
|
1884 |
msgid "Settings"
|
1885 |
msgstr "Einstellungen"
|
1886 |
|
1887 |
-
#: ../../plugins/blog2social-v-4-9/includes/Loader.php:
|
1888 |
-
#: /plugins/blog2social-v-4-9/includes/Loader.php:
|
1889 |
-
#: 4-9/includes/Loader.php:
|
1890 |
msgid "PR-Service"
|
1891 |
msgstr "PR-Service"
|
1892 |
|
1893 |
-
#: ../../plugins/blog2social-v-4-9/includes/Loader.php:
|
1894 |
-
#: /plugins/blog2social-v-4-9/includes/Loader.php:
|
1895 |
-
#: 4-9/includes/Loader.php:
|
1896 |
-
#:
|
1897 |
msgid "How to & FAQ"
|
1898 |
msgstr "How to & FAQ"
|
1899 |
|
1900 |
-
#: ../../plugins/blog2social-v-4-9/includes/Loader.php:
|
1901 |
msgid "Premium"
|
1902 |
msgstr "Premium"
|
1903 |
|
1904 |
-
#: ../../plugins/blog2social-v-4-9/includes/Loader.php:
|
1905 |
msgid "Blog2Social"
|
1906 |
msgstr "Blog2Social"
|
1907 |
|
1908 |
-
#: ../../plugins/blog2social-v-4-9/includes/Loader.php:
|
1909 |
-
#: /plugins/blog2social-v-4-9/includes/Loader.php:
|
1910 |
msgid "or"
|
1911 |
msgstr "oder"
|
1912 |
|
1913 |
-
#: ../../plugins/blog2social-v-4-9/includes/Loader.php:
|
1914 |
-
#: /plugins/blog2social-v-4-9/includes/Loader.php:
|
1915 |
msgid "back to install plugins"
|
1916 |
msgstr "zurück zur Pluginübersicht"
|
1917 |
|
1918 |
-
#: ../../plugins/blog2social-v-4-9/includes/Notice.php:18
|
1919 |
msgid ""
|
1920 |
"<strong>Rate it!</strong> If you like Blog2Social, please give us a 5 star "
|
1921 |
"rating. I there is anything that does not work for you, please contact us!"
|
@@ -1923,36 +2044,36 @@ msgstr ""
|
|
1923 |
"Wenn Dir Blog2Social gefällt, dann freuen wir uns über eine 5 Sterne "
|
1924 |
"Bewertung. Spreche uns an, wenn Dir irgendwas nicht gefällt."
|
1925 |
|
1926 |
-
#: ../../plugins/blog2social-v-4-9/includes/Notice.php:19 ../..
|
1927 |
-
#: /plugins/blog2social-v-4-9/views/b2s/html/sidebar.phtml:55
|
1928 |
msgid "RATE BLOG2SOCIAL"
|
1929 |
msgstr "Blog2Social jetzt bewerten"
|
1930 |
|
1931 |
-
#: ../../plugins/blog2social-v-4-9/includes/Notice.php:20
|
1932 |
msgid "hide"
|
1933 |
msgstr "ausblenden"
|
1934 |
|
1935 |
-
#: ../../plugins/blog2social-v-4-9/includes/PRG/Post/Filter.php:31
|
1936 |
msgid "All Authors"
|
1937 |
msgstr "alle Autoren"
|
1938 |
|
1939 |
-
#: ../../plugins/blog2social-v-4-9/includes/PRG/Post/Filter.php:42
|
1940 |
msgid "All Types"
|
1941 |
msgstr "alle Typen"
|
1942 |
|
1943 |
-
#: ../../plugins/blog2social-v-4-9/includes/PRG/Post/Item.php:100
|
1944 |
msgid "You have no posts published or scheduled"
|
1945 |
msgstr "Du hast keine Beiträge veröffentlicht oder geplant"
|
1946 |
|
1947 |
-
#: ../../plugins/blog2social-v-4-9/includes/PRG/Post/Item.php:127
|
1948 |
msgid "Publish on PR-Gateway"
|
1949 |
msgstr "Beitrag über PR-Gateway veröffentlichen"
|
1950 |
|
1951 |
-
#: ../../plugins/blog2social-v-4-9/includes/PRG/Post/Item.php:129
|
1952 |
msgid "on Blog"
|
1953 |
msgstr "auf dem Blog"
|
1954 |
|
1955 |
-
#: ../../plugins/blog2social-v-4-9/includes/System.php:69
|
1956 |
msgid ""
|
1957 |
"Blog2Social used cURL. cURL is not installed in your PHP installation on "
|
1958 |
"your server. Install cURL and activate Blog2Social again."
|
@@ -1960,8 +2081,8 @@ msgstr ""
|
|
1960 |
"Blog2Social verwendet cURL. cURL ist nicht in deiner PHP Version auf deinem "
|
1961 |
"Server installiert. Installiere cURL und aktiviere Blog2Social erneut."
|
1962 |
|
1963 |
-
#: ../../plugins/blog2social-v-4-9/includes/System.php:72 ../..
|
1964 |
-
#: /plugins/blog2social-v-4-9/includes/System.php:78
|
1965 |
msgid ""
|
1966 |
"Please see <a href=\"https://www.blog2social."
|
1967 |
"com/en/faq/content/1/58/en/system-requirements-for-installing-blog2social."
|
@@ -1971,7 +2092,7 @@ msgstr ""
|
|
1971 |
"com/de/faq/content/1/63/de/systemvoraussetzungen-fuer-die-installation-von-"
|
1972 |
"blog2social.html\" target=\"_blank\">FAQ</a>"
|
1973 |
|
1974 |
-
#: ../../plugins/blog2social-v-4-9/includes/System.php:75
|
1975 |
msgid ""
|
1976 |
"Blog2Social used PHP. Your installed PHP version on your server is not high "
|
1977 |
"enough to use Blog2Social. Update your PHP version on 5.5.3 or higher."
|
@@ -1980,7 +2101,7 @@ msgstr ""
|
|
1980 |
"um Blog2Social zu nutzen. Aktualisere Deine PHP Version auf 5.5.3 oder höher."
|
1981 |
" "
|
1982 |
|
1983 |
-
#: ../../plugins/blog2social-v-4-9/includes/System.php:81
|
1984 |
msgid ""
|
1985 |
"Blog2Social does not seem to have permission to write in your WordPress "
|
1986 |
"database. Please assign Blog2Social the permission to write in the WordPress "
|
@@ -1993,7 +2114,7 @@ msgstr ""
|
|
1993 |
"oder höher läuft, oder bitten Sie Ihren Server-Administrator, dies für Sie "
|
1994 |
"zu tun.\n"
|
1995 |
|
1996 |
-
#: ../../plugins/blog2social-v-4-9/includes/System.php:84
|
1997 |
msgid ""
|
1998 |
"<a href=\"https://www.blog2social.com/en/faq/content/1/58/en/system-"
|
1999 |
"requirements-for-installing-blog2social.html\" target=\"_blank\"> Please find "
|
@@ -2003,27 +2124,27 @@ msgstr ""
|
|
2003 |
"com/de/faq/content/1/63/de/systemvoraussetzungen-fuer-die-installation-von-"
|
2004 |
"blog2social.html\" target=\"_blank\">Siehe FAQ</a>"
|
2005 |
|
2006 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/dashboard.php:82
|
2007 |
msgid "Couldn't find your answer?"
|
2008 |
msgstr "Konntest Du Deine Antwort nicht finden?"
|
2009 |
|
2010 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/dashboard.php:84
|
2011 |
msgid "Contact Support by Email"
|
2012 |
msgstr "Support-Team per E-Mail kontaktieren"
|
2013 |
|
2014 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/dashboard.php:86
|
2015 |
msgid "Call us: +49 2181 7569-277"
|
2016 |
msgstr "Ruf' uns an: +49 2181 7569-277"
|
2017 |
|
2018 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/dashboard.php:88
|
2019 |
msgid "(Call times: from 9:00 a.m. to 5:00 p.m. CET on working days)"
|
2020 |
msgstr "(Anrufzeiten: Montags bis Freitag von 9:00 bis 17:00 MEZ)"
|
2021 |
|
2022 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/howto.php:9
|
2023 |
msgid "How to use Blog2Social"
|
2024 |
msgstr "So nutzt Du Blog2Social"
|
2025 |
|
2026 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/howto.php:17
|
2027 |
msgid ""
|
2028 |
"Learn how to get the most out of Blog2Social to promote your blog on social "
|
2029 |
"media. Find step-by-step instructions and tips for FREE and PREMIUM users."
|
@@ -2032,54 +2153,55 @@ msgstr ""
|
|
2032 |
"auf den Social Media zu bewerben. Siehe Dir dazu die Schritt-für-Schritt "
|
2033 |
"Anleitung und Tipps für Free und Premium Nutzer an."
|
2034 |
|
2035 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/howto.php:30
|
2036 |
msgid "Do you need help?"
|
2037 |
msgstr "Brauchst Du Unterstützung?"
|
2038 |
|
2039 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/howto.php:32
|
2040 |
msgid "Find answers to common questions in our FAQ."
|
2041 |
msgstr "Finde Antworten zu häufig gestelle Fragen in umserem FAQ."
|
2042 |
|
2043 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/howto.php:37
|
2044 |
msgid "search FAQ"
|
2045 |
msgstr "suchen"
|
2046 |
|
2047 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/howto.php:41 ../..
|
2048 |
-
#: /plugins/blog2social-v-4-9/views/b2s/widgets/support.php:1
|
2049 |
msgid "TOP 5 FAQ"
|
2050 |
msgstr "TOP 5 FAQ"
|
2051 |
|
2052 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/network.php:21 ../..
|
2053 |
-
#: /plugins/blog2social-v-4-9/views/b2s/network.php:22
|
2054 |
-
#: v-4-9/views/b2s/post.calendar.php:169
|
2055 |
-
#: 9/views/b2s/post.calendar.php:170
|
2056 |
-
#:
|
2057 |
-
#:
|
2058 |
-
#: /
|
|
|
2059 |
msgid "filter"
|
2060 |
msgstr "Filter"
|
2061 |
|
2062 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/network.php:27 ../..
|
2063 |
-
#: /plugins/blog2social-v-4-9/views/b2s/partials/post-edit-modal.php:
|
2064 |
msgid "Delete"
|
2065 |
msgstr "löschen"
|
2066 |
|
2067 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/network.php:32 ../..
|
2068 |
-
#: /plugins/blog2social-v-4-9/views/b2s/network.php:35
|
2069 |
-
#: v-4-9/views/b2s/network.php:68
|
2070 |
-
#: 9/views/b2s/network.php:91
|
2071 |
msgid "Create new profile"
|
2072 |
msgstr "neues Profil erstellen"
|
2073 |
|
2074 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/network.php:34
|
2075 |
msgid "You want to define a new combination of networks?"
|
2076 |
msgstr "Du möchtest eine neue Kombination von Netzwerken anlegen?"
|
2077 |
|
2078 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/network.php:74
|
2079 |
msgid "create"
|
2080 |
msgstr "erstellen"
|
2081 |
|
2082 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/network.php:94
|
2083 |
msgid ""
|
2084 |
"All connected networks will be displayed as default \"Standard\" networks "
|
2085 |
"profile.<br><br>You may define various sets of social media accounts, "
|
@@ -2119,42 +2241,45 @@ msgstr ""
|
|
2119 |
"verschiedene Netzwerk-Profile noch schneller auf Deine verschiedenen "
|
2120 |
"Netzwerk-Kombinationen zuzugreifen."
|
2121 |
|
2122 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/network.php:97
|
2123 |
msgid "You want to add another network profile, pages or groups?"
|
2124 |
msgstr ""
|
2125 |
"Du möchtest ein weiteres Netzwerkprofil anlegen oder auf Seiten und Gruppen "
|
2126 |
"posten?"
|
2127 |
|
2128 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/network.php:126
|
2129 |
msgid "Delete Profile"
|
2130 |
msgstr "Profil löschen"
|
2131 |
|
2132 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/network.php:129
|
2133 |
msgid "Do you really want to delete this profile"
|
2134 |
msgstr "Soll Dein Profil wirklich gelöscht werden?"
|
2135 |
|
2136 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/network.php:132 ../..
|
2137 |
-
#: /plugins/blog2social-v-4-9/views/b2s/post.
|
2138 |
-
#: /plugins/blog2social-v-4-9/views/b2s/post.
|
2139 |
-
#: /plugins/blog2social-v-4-9/views/b2s/post.
|
2140 |
-
#: /plugins/blog2social-v-4-9/views/b2s/
|
2141 |
-
#: /plugins/blog2social-v-4-9/views/
|
|
|
2142 |
msgid "NO"
|
2143 |
msgstr "NEIN"
|
2144 |
|
2145 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/network.php:133 ../..
|
2146 |
-
#: /plugins/blog2social-v-4-9/views/b2s/network.php:184
|
2147 |
-
#: v-4-9/views/b2s/post.
|
2148 |
-
#:
|
2149 |
-
#:
|
|
|
|
|
2150 |
msgid "YES, delete"
|
2151 |
msgstr "Ja, löschen"
|
2152 |
|
2153 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/network.php:144
|
2154 |
msgid "Google My Business"
|
2155 |
msgstr "Google My Business"
|
2156 |
|
2157 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/network.php:147
|
2158 |
msgid ""
|
2159 |
"Blog2Social uses the official Google My Business API to share your content "
|
2160 |
"on your business listing. You can connect Google My Business listings with "
|
@@ -2166,7 +2291,7 @@ msgstr ""
|
|
2166 |
"zu neun verschiedene Standorten mit Blog2Social verbinden und auswählen, auf "
|
2167 |
"welchem Standort Ihr Content geteilt werden soll."
|
2168 |
|
2169 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/network.php:150
|
2170 |
msgid ""
|
2171 |
"Google currently allows access to the API for all companies with up to 9 "
|
2172 |
"locations in their Google My Business Listings. However, Google plans to "
|
@@ -2178,149 +2303,153 @@ msgstr ""
|
|
2178 |
"Unternehmen mit mehr als 9 verbundenen Standorten in Ihren Google My "
|
2179 |
"Business Brancheneinträgen zu erweitern."
|
2180 |
|
2181 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/network.php:153 ../..
|
2182 |
-
#: /plugins/blog2social-v-4-9/views/b2s/premium.php:22
|
2183 |
-
#: v-4-9/views/b2s/widgets/premium.php:14
|
2184 |
msgid "Learn more"
|
2185 |
msgstr "Erfahre mehr"
|
2186 |
|
2187 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/network.php:166
|
2188 |
msgid "Delete Authorization"
|
2189 |
msgstr "Autorisierung löschen"
|
2190 |
|
2191 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/network.php:175
|
2192 |
msgid "Do you really want to delete this authorization"
|
2193 |
msgstr "Soll die Autorisierung wirklich löschen werden?"
|
2194 |
|
2195 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/network.php:178
|
2196 |
msgid "You have still set up scheduled posts for this network:"
|
2197 |
msgstr "Du hast noch ausstehende Veröffentlichungen für dieses Netzwerk geplant:"
|
2198 |
|
2199 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/network.php:179
|
2200 |
msgid "scheduled posts"
|
2201 |
msgstr "geplante Beiträge"
|
2202 |
|
2203 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/network.php:185
|
2204 |
msgid "View schedule posts for this profile"
|
2205 |
msgstr "Gehe zu geplanten Beiträgen für dieses Profil."
|
2206 |
|
2207 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/network.php:204
|
2208 |
msgid "Please re-authorize your account with Blog2Social and try again"
|
2209 |
msgstr "Bitte autorisiere Dein Konto bei Blog2Social und versuche es erneut."
|
2210 |
|
2211 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/network.php:205
|
2212 |
msgid "Change successful"
|
2213 |
msgstr "Änderung erfolgreich"
|
2214 |
|
2215 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/network.php:206
|
2216 |
msgid "Could not be changed"
|
2217 |
msgstr "Kann nicht geändert werden"
|
2218 |
|
2219 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/network.php:214
|
2220 |
msgid "modfiy"
|
2221 |
msgstr "ändern"
|
2222 |
|
2223 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/partials/network-tos-modal.php:8
|
2224 |
-
msgid "
|
2225 |
-
msgstr "
|
2226 |
-
|
2227 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/partials/network-tos-modal.php:
|
2228 |
-
msgid ""
|
2229 |
-
"
|
2230 |
-
"
|
2231 |
-
"
|
2232 |
-
|
2233 |
-
"
|
2234 |
-
|
2235 |
-
"
|
2236 |
-
"
|
2237 |
-
|
2238 |
-
|
2239 |
-
|
2240 |
-
"
|
2241 |
-
"
|
2242 |
-
"
|
2243 |
-
"
|
2244 |
-
|
2245 |
-
|
2246 |
-
|
2247 |
-
|
2248 |
-
|
2249 |
-
|
2250 |
-
|
2251 |
-
|
2252 |
-
|
2253 |
-
|
2254 |
-
|
2255 |
-
|
2256 |
-
"
|
2257 |
-
"
|
2258 |
-
|
2259 |
-
|
2260 |
-
|
2261 |
-
"
|
2262 |
-
|
2263 |
-
"
|
2264 |
-
|
2265 |
-
"
|
2266 |
-
"Blog2Social
|
2267 |
-
|
2268 |
-
|
2269 |
-
|
2270 |
-
"
|
2271 |
-
"
|
2272 |
-
|
2273 |
-
"
|
2274 |
-
"
|
2275 |
-
|
2276 |
-
|
2277 |
-
|
2278 |
-
|
2279 |
-
"
|
2280 |
-
|
2281 |
-
"
|
2282 |
-
"
|
2283 |
-
"
|
2284 |
-
|
2285 |
-
|
2286 |
-
"
|
2287 |
-
|
2288 |
-
|
2289 |
-
|
2290 |
-
|
2291 |
-
"
|
2292 |
-
"
|
2293 |
-
"
|
2294 |
-
|
2295 |
-
|
2296 |
-
|
2297 |
-
"
|
2298 |
-
"
|
2299 |
-
"
|
2300 |
-
|
2301 |
-
|
2302 |
-
|
2303 |
-
"
|
2304 |
-
|
2305 |
-
|
2306 |
-
|
2307 |
-
"
|
2308 |
-
"
|
2309 |
-
|
2310 |
-
|
2311 |
-
|
2312 |
-
|
2313 |
-
|
2314 |
-
|
2315 |
-
|
2316 |
-
|
2317 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/partials/
|
2318 |
-
|
|
|
|
|
|
|
|
|
2319 |
msgid "Do you want to delete your scheduled posts?"
|
2320 |
msgstr "Möchtest Du Deine geplanten Beiträge löschen?"
|
2321 |
|
2322 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/partials/plugin-deactivate-modal.
|
2323 |
-
#: 13
|
2324 |
msgid ""
|
2325 |
"Do you want Blog2Social to delete all your scheduled social media posts? "
|
2326 |
"Your scheduled posts will no longer be sent to your social networks."
|
@@ -2329,62 +2458,78 @@ msgstr ""
|
|
2329 |
"geplanten Beiträge löscht? Deine geplanten Beiträge werden anschließend "
|
2330 |
"nicht weiter an Deine sozialen Netzwerke versendet."
|
2331 |
|
2332 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/partials/plugin-deactivate-modal.
|
2333 |
-
#: 14
|
2334 |
msgid "Delete scheduled posts"
|
2335 |
msgstr "Geplante Beiträge löschen"
|
2336 |
|
2337 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/partials/plugin-deactivate-modal.
|
2338 |
-
#: 17
|
2339 |
msgid "Continue deactivation"
|
2340 |
msgstr "Deaktivierung fortsetzen"
|
2341 |
|
2342 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/partials/post-edit-modal.php:7
|
2343 |
msgid "Edit Post"
|
2344 |
msgstr "Beitrag bearbeiten"
|
2345 |
|
2346 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/partials/post-edit-modal.php:
|
2347 |
msgid "This post is blocked by %1"
|
2348 |
msgstr "% 1bearbeitet gerade diesen Beitrag."
|
2349 |
|
2350 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/partials/post-edit-modal.php:
|
2351 |
msgid "The orginal tweet is scheduled on:"
|
2352 |
msgstr "Der Original-Tweet ist geplant für:"
|
2353 |
|
2354 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/partials/post-edit-modal.php:
|
2355 |
msgid "Change details"
|
2356 |
msgstr "Änderungen übernehmen"
|
2357 |
|
2358 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/post.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2359 |
msgid "Sort by network"
|
2360 |
msgstr "Nach Netzwerk sortieren"
|
2361 |
|
2362 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/post.calendar.php:78 ../..
|
2363 |
-
#: /plugins/blog2social-v-4-9/views/b2s/post.sched.php:159
|
2364 |
msgid "add post"
|
2365 |
msgstr "neuer Beitrag"
|
2366 |
|
2367 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/post.calendar.php:97 ../..
|
2368 |
-
#: /plugins/blog2social-v-4-9/views/b2s/post.sched.php:117 ../..
|
2369 |
-
#: /plugins/blog2social-v-4-9/views/b2s/ship.php:478
|
2370 |
msgid "Choose your"
|
2371 |
msgstr "Wähle Deinen"
|
2372 |
|
2373 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/post.calendar.php:97 ../..
|
2374 |
-
#: /plugins/blog2social-v-4-9/views/b2s/post.sched.php:117 ../..
|
2375 |
-
#: /plugins/blog2social-v-4-9/views/b2s/ship.php:478
|
2376 |
msgid "Post Format"
|
2377 |
msgstr "Postformat"
|
2378 |
|
2379 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/post.calendar.php:99 ../..
|
2380 |
-
#: /plugins/blog2social-v-4-9/views/b2s/post.sched.php:119 ../..
|
2381 |
-
#: /plugins/blog2social-v-4-9/views/b2s/ship.php:480
|
2382 |
msgid "for:"
|
2383 |
msgstr "für:"
|
2384 |
|
2385 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/post.calendar.php:118 ../..
|
2386 |
-
#: /plugins/blog2social-v-4-9/views/b2s/post.sched.php:138 ../..
|
2387 |
-
#: /plugins/blog2social-v-4-9/views/b2s/ship.php:495
|
2388 |
msgid ""
|
2389 |
"Define the default settings for the custom post format for all of your "
|
2390 |
"Facebook accounts in the Blog2Social settings."
|
@@ -2392,9 +2537,9 @@ msgstr ""
|
|
2392 |
"Definiere Dein Standard-Beitragsformat für alle Deine Facebook-Verbindungen "
|
2393 |
"unter den Blog2Social Einstellungen."
|
2394 |
|
2395 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/post.calendar.php:121 ../..
|
2396 |
-
#: /plugins/blog2social-v-4-9/views/b2s/post.sched.php:141 ../..
|
2397 |
-
#: /plugins/blog2social-v-4-9/views/b2s/ship.php:498
|
2398 |
msgid ""
|
2399 |
"Define the default settings for the custom post format for all of your "
|
2400 |
"Twitter accounts in the Blog2Social settings."
|
@@ -2402,9 +2547,9 @@ msgstr ""
|
|
2402 |
"Definiere Dein Standard-Beitragsformat für alle Deine Twitter-Verbindungen "
|
2403 |
"unter den Blog2Social Einstellungen."
|
2404 |
|
2405 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/post.calendar.php:124 ../..
|
2406 |
-
#: /plugins/blog2social-v-4-9/views/b2s/post.sched.php:144 ../..
|
2407 |
-
#: /plugins/blog2social-v-4-9/views/b2s/ship.php:501
|
2408 |
msgid ""
|
2409 |
"Define the default settings for the custom post format for all of your "
|
2410 |
"Google+ accounts in the Blog2Social settings."
|
@@ -2412,9 +2557,9 @@ msgstr ""
|
|
2412 |
"Definiere Dein Standard-Beitragsformat für alle Deine Google+ Verbindungen "
|
2413 |
"unter den Blog2Social Einstellungen."
|
2414 |
|
2415 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/post.calendar.php:127 ../..
|
2416 |
-
#: /plugins/blog2social-v-4-9/views/b2s/post.sched.php:147 ../..
|
2417 |
-
#: /plugins/blog2social-v-4-9/views/b2s/ship.php:504
|
2418 |
msgid ""
|
2419 |
"Define the default settings for the custom post format for all of your "
|
2420 |
"Instagram accounts in the Blog2Social settings."
|
@@ -2422,28 +2567,28 @@ msgstr ""
|
|
2422 |
"Definiere Dein Standard-Beitragsformat für alle Deine Instagram-Verbindungen "
|
2423 |
"unter den Blog2Social Einstellungen."
|
2424 |
|
2425 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/post.calendar.php:142 ../..
|
2426 |
-
#: /plugins/blog2social-v-4-9/views/b2s/post.sched.php:98 ../..
|
2427 |
-
#: /plugins/blog2social-v-4-9/views/b2s/ship.php:435
|
2428 |
msgid "Select image for"
|
2429 |
msgstr "Wähle Bild aus für"
|
2430 |
|
2431 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/post.calendar.php:161
|
2432 |
msgid "Select a post"
|
2433 |
msgstr "Beitrag auswählen"
|
2434 |
|
2435 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/post.calendar.php:208 ../..
|
2436 |
-
#: /plugins/blog2social-v-4-9/views/b2s/ship.php:389
|
2437 |
msgid "Need to schedule your posts?"
|
2438 |
msgstr "Du möchtest Deine Beiträge planen?"
|
2439 |
|
2440 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/post.calendar.php:211 ../..
|
2441 |
-
#: /plugins/blog2social-v-4-9/views/b2s/ship.php:392
|
2442 |
msgid "Blog2Social Premium covers everything you need."
|
2443 |
msgstr "Blog2Social Premium deckt alles ab, was Du brauchst."
|
2444 |
|
2445 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/post.calendar.php:215 ../..
|
2446 |
-
#: /plugins/blog2social-v-4-9/views/b2s/ship.php:396
|
2447 |
msgid ""
|
2448 |
"You want to publish a post on a specific date? No problem! Just enter your "
|
2449 |
"desired date and you are ready to go!"
|
@@ -2451,13 +2596,13 @@ msgstr ""
|
|
2451 |
"Du möchtest einen Beitrag an einem ganz bestimmten Datum veröffentlichen? "
|
2452 |
"Kein Problem! Stelle einfach Dein Wunschdatum ein und los geht’s!"
|
2453 |
|
2454 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/post.calendar.php:217 ../..
|
2455 |
-
#: /plugins/blog2social-v-4-9/views/b2s/ship.php:398
|
2456 |
msgid "Schedule post recurrently"
|
2457 |
msgstr "Beitrag mehrfach planen"
|
2458 |
|
2459 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/post.calendar.php:218 ../..
|
2460 |
-
#: /plugins/blog2social-v-4-9/views/b2s/ship.php:399
|
2461 |
msgid ""
|
2462 |
"You have evergreen content you want to re-share from time to time in your "
|
2463 |
"timeline? Schedule your evergreen content to be shared once, multiple times "
|
@@ -2467,16 +2612,16 @@ msgstr ""
|
|
2467 |
"möchtest? Plane Deinen Evergreen-Content einmalig, mehrfach oder "
|
2468 |
"wiederholend zu verschiedenden Zeiten."
|
2469 |
|
2470 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/post.calendar.php:220 ../..
|
2471 |
-
#: /plugins/blog2social-v-4-9/views/b2s/premium.php:78
|
2472 |
-
#: v-4-9/views/b2s/ship.php:401 ../../plugins/blog2social-
|
2473 |
-
#: 9/views/b2s/widgets/premium.php:71 ../../plugins/blog2social-v-4-
|
2474 |
-
#:
|
2475 |
msgid "Best Time Scheduler"
|
2476 |
msgstr "Beste Zeiten Manager"
|
2477 |
|
2478 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/post.calendar.php:221 ../..
|
2479 |
-
#: /plugins/blog2social-v-4-9/views/b2s/ship.php:402
|
2480 |
msgid ""
|
2481 |
"Whenever you publish a post, only a fraction of your followers will actually "
|
2482 |
"see your post. Use the Blog2Social Best Times Scheduler to share your post "
|
@@ -2488,40 +2633,33 @@ msgstr ""
|
|
2488 |
"Dein Beitrag zu den Besten Zeiten für jedes Netzwerk zu planen. Erhalte mehr "
|
2489 |
"Reichweite und verlängere die Lebensdauer Deiner Beiträge."
|
2490 |
|
2491 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/post.notice.php:65 ../..
|
2492 |
-
#: /plugins/blog2social-v-4-9/views/b2s/post.publish.php:65 ../..
|
2493 |
-
#: /plugins/blog2social-v-4-9/views/b2s/widgets/posts.php:71
|
2494 |
msgid "Delete entries from the reporting"
|
2495 |
msgstr "Einträge aus dem Reporting löschen"
|
2496 |
|
2497 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/post.notice.php:68 ../..
|
2498 |
-
#: /plugins/blog2social-v-4-9/views/b2s/post.publish.php:68 ../..
|
2499 |
-
#: /plugins/blog2social-v-4-9/views/b2s/widgets/posts.php:74
|
2500 |
msgid "You are sure, you want to delete entries from the reporting?"
|
2501 |
msgstr "Bist Du sicher, dass Du Einträge aus dem Reporting löschen möchtest?"
|
2502 |
|
2503 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/post.
|
2504 |
-
#: /plugins/blog2social-v-4-9/views/b2s/post.publish.php:70 ../..
|
2505 |
-
#: /plugins/blog2social-v-4-9/views/b2s/post.sched.php:82 ../..
|
2506 |
-
#: /plugins/blog2social-v-4-9/views/b2s/widgets/posts.php:76
|
2507 |
-
msgid "Number of entries"
|
2508 |
-
msgstr "Anzahl der Einträge"
|
2509 |
-
|
2510 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/post.sched.php:77
|
2511 |
msgid "Delete entries form the scheduling"
|
2512 |
msgstr "Einträge aus der Planung löschen"
|
2513 |
|
2514 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/post.sched.php:80
|
2515 |
msgid "You are sure, you want to delete entries from the scheduling?"
|
2516 |
msgstr "Bist Du sicher, dass Du Einträge aus Deiner Planung löschen möchtest?"
|
2517 |
|
2518 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/premium.php:9 ../..
|
2519 |
-
#: /plugins/blog2social-v-4-9/views/b2s/widgets/premium.php:1
|
2520 |
msgid "Your license: Blog2Social"
|
2521 |
msgstr "Du nutzt Blog2Social"
|
2522 |
|
2523 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/premium.php:21 ../..
|
2524 |
-
#: /plugins/blog2social-v-4-9/views/b2s/widgets/premium.php:13
|
2525 |
msgid ""
|
2526 |
"Upgrade to Blog2Social Premium to schedule your posts for the best time, "
|
2527 |
"once or recurringly with the Best Time Scheduler and post to pages, groups "
|
@@ -2531,42 +2669,42 @@ msgstr ""
|
|
2531 |
"im Voraus planen, zur einmaligen oder wiederholten Veröffentlichung. Und Du "
|
2532 |
"kannst auf Seiten, in Gruppen und mehreren Accounts pro Netzwerk posten."
|
2533 |
|
2534 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/premium.php:27 ../..
|
2535 |
-
#: /plugins/blog2social-v-4-9/views/b2s/widgets/premium.php:19 ../..
|
2536 |
-
#: /plugins/blog2social-v-4-9/views/b2s/html/sidebar.phtml:24
|
2537 |
msgid "Enter license key and change your version"
|
2538 |
msgstr "Lizenzschlüssel eingeben und Version ändern"
|
2539 |
|
2540 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/premium.php:29 ../..
|
2541 |
-
#: /plugins/blog2social-v-4-9/views/b2s/widgets/premium.php:21 ../..
|
2542 |
-
#: /plugins/blog2social-v-4-9/views/b2s/html/sidebar.phtml:26
|
2543 |
msgid "Activate"
|
2544 |
msgstr "Aktivieren"
|
2545 |
|
2546 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/premium.php:51
|
2547 |
msgid "Social Media Sharing"
|
2548 |
msgstr "Netzwerkauswahl"
|
2549 |
|
2550 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/premium.php:52 ../..
|
2551 |
-
#: /plugins/blog2social-v-4-9/views/b2s/widgets/premium.php:36
|
2552 |
msgid "Cross-share to all popular social networks"
|
2553 |
msgstr "Teilen von Blogbeiträgen auf allen Social Media"
|
2554 |
|
2555 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/premium.php:60
|
2556 |
msgid "Auto Posting"
|
2557 |
msgstr "Auto-Posting"
|
2558 |
|
2559 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/premium.php:61 ../..
|
2560 |
-
#: /plugins/blog2social-v-4-9/views/b2s/widgets/premium.php:48
|
2561 |
msgid "Automatically share your posts whenever you publish a new blog post"
|
2562 |
msgstr "Blogbeiträge automatisch beim Veröffentlichen teilen"
|
2563 |
|
2564 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/premium.php:69
|
2565 |
msgid "Customizing Social Media Posts"
|
2566 |
msgstr "Individualisieren"
|
2567 |
|
2568 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/premium.php:70 ../..
|
2569 |
-
#: /plugins/blog2social-v-4-9/views/b2s/widgets/premium.php:60
|
2570 |
msgid ""
|
2571 |
"Edit or add comments, hashtags or handles. Edit posts in HTML for re-"
|
2572 |
"publishing on blogging networks"
|
@@ -2574,16 +2712,16 @@ msgstr ""
|
|
2574 |
"Posting-Texte ergänzen mit Kommentaren, Hashtags oder Handles. HTML-Editor "
|
2575 |
"für das Posten in Blog-Netzwerken"
|
2576 |
|
2577 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/premium.php:79 ../..
|
2578 |
-
#: /plugins/blog2social-v-4-9/views/b2s/widgets/premium.php:72
|
2579 |
msgid "Choose pre-defined times to post or edit and define your own time settings"
|
2580 |
msgstr "Optimaler Zeitpunkt zum Posten voreingestellt und anpassbar"
|
2581 |
|
2582 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/premium.php:89
|
2583 |
msgid "Social Media Scheduler"
|
2584 |
msgstr "Veröffentlichungen planen"
|
2585 |
|
2586 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/premium.php:90
|
2587 |
msgid ""
|
2588 |
"Social media scheduling: once, repeatedly or recurrently to multiple "
|
2589 |
"profiles, pages and groups"
|
@@ -2591,95 +2729,95 @@ msgstr ""
|
|
2591 |
"Einmalig, mehrmals oder regelmäßig auf mehreren Profilen, Seiten oder "
|
2592 |
"Gruppen posten"
|
2593 |
|
2594 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/premium.php:98
|
2595 |
msgid "Individual Images for Each Social Media Post"
|
2596 |
msgstr "Individuelle Bilder für jeden Social Media Post"
|
2597 |
|
2598 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/premium.php:99
|
2599 |
msgid ""
|
2600 |
"Select any image from your media gallery for each social media post and "
|
2601 |
"channel"
|
2602 |
msgstr "Wählen Sie beliebige Bilder für Ihre Social Media Posts"
|
2603 |
|
2604 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/premium.php:107
|
2605 |
msgid "Select Post Format"
|
2606 |
msgstr "Beitragsformat auswählen"
|
2607 |
|
2608 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/premium.php:108 ../..
|
2609 |
-
#: /plugins/blog2social-v-4-9/views/b2s/widgets/premium.php:96
|
2610 |
msgid "One-page preview editor for all social networks for easy customizing"
|
2611 |
msgstr ""
|
2612 |
"Zentrale Vorschauseite für alle Social Media mit Editor für einfaches "
|
2613 |
"Anpassen"
|
2614 |
|
2615 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/premium.php:116
|
2616 |
msgid "Social Media Reporting"
|
2617 |
msgstr "Reporting"
|
2618 |
|
2619 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/premium.php:117
|
2620 |
msgid "Keep track of your scheduled and shared posts"
|
2621 |
msgstr ""
|
2622 |
"Alle veröffentlichten und geplanten Social-Media-Posts mit direktem Link zum "
|
2623 |
"einfachen Aufrufen und erneuten Teilen"
|
2624 |
|
2625 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/premium.php:122
|
2626 |
msgid "Show me plans and prices"
|
2627 |
msgstr "Versionen und Preise anzeigen"
|
2628 |
|
2629 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/settings.php:25
|
2630 |
msgid "save..."
|
2631 |
msgstr "speichere Daten..."
|
2632 |
|
2633 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/settings.php:30
|
2634 |
msgid "General"
|
2635 |
msgstr "Allgemein"
|
2636 |
|
2637 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/settings.php:36
|
2638 |
msgid "Social Meta Data"
|
2639 |
msgstr "Social Meta Angaben"
|
2640 |
|
2641 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/settings.php:39
|
2642 |
msgid "Best Time Settings"
|
2643 |
msgstr "Zeit-Einstellungen"
|
2644 |
|
2645 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/settings.php:42
|
2646 |
msgid "Network Settings"
|
2647 |
msgstr "Netzwerk-Einstellungen"
|
2648 |
|
2649 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/settings.php:65 ../..
|
2650 |
-
#: /plugins/blog2social-v-4-9/views/b2s/ship.php:457
|
2651 |
msgid "My Time Settings"
|
2652 |
msgstr "Meine Zeit-Einstellungen"
|
2653 |
|
2654 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/settings.php:76
|
2655 |
msgid "Reset predefined best time settings"
|
2656 |
msgstr "Voreingestellte beste Zeiten zurücksetzen"
|
2657 |
|
2658 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/settings.php:86
|
2659 |
msgid "Post format"
|
2660 |
msgstr "Beitragsformat"
|
2661 |
|
2662 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/settings.php:96
|
2663 |
msgid "Facebook"
|
2664 |
msgstr "Facebook"
|
2665 |
|
2666 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/settings.php:99
|
2667 |
msgid "Twitter"
|
2668 |
msgstr "Twitter"
|
2669 |
|
2670 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/settings.php:102
|
2671 |
msgid "Google+"
|
2672 |
msgstr "Google+"
|
2673 |
|
2674 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/settings.php:105
|
2675 |
msgid "Instagram"
|
2676 |
msgstr "Instagram"
|
2677 |
|
2678 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/settings.php:206
|
2679 |
msgid "Allow shortcodes in my post"
|
2680 |
msgstr "berücksichtige Shortcodes in meinen Beiträgen"
|
2681 |
|
2682 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/settings.php:209
|
2683 |
msgid ""
|
2684 |
"Shortcodes are used by some wordpress plugins like Elementor, Visual "
|
2685 |
"Composer and Content Builder. When a shortcode is inserted in a WordPress "
|
@@ -2698,11 +2836,11 @@ msgstr ""
|
|
2698 |
"den Inhalt durch ein Plugin zu ersetzen, das Du verwendet.<br><br> Aktiviere "
|
2699 |
"diese Funktion, wenn Du dynamische Elemente in Deinen Beiträgen verwendest."
|
2700 |
|
2701 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/settings.php:220
|
2702 |
msgid "Include WordPress tags as hashtags in your posts"
|
2703 |
msgstr "Füge WordPress-Tags als Hashtags zu Deinen Social Media-Posts hinzu"
|
2704 |
|
2705 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/settings.php:223
|
2706 |
msgid ""
|
2707 |
"Hashtags are a great way to generate more reach and visibility for your "
|
2708 |
"posts. By activating this feature Blog2Social will automatically include "
|
@@ -2719,21 +2857,21 @@ msgstr ""
|
|
2719 |
"Hinzufügen zusätzlicher Hashtags zu machen. Blog2Social löscht unnötige "
|
2720 |
"Leerzeichen Deiner WordPress-Tags, um gültige Hashtags zu erstellen. \n"
|
2721 |
|
2722 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/settings.php:234
|
2723 |
msgid "Activate Legacy mode "
|
2724 |
msgstr "Kompatibilitätsmodus aktivieren "
|
2725 |
|
2726 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/settings.php:237
|
2727 |
msgid "Plugin contents are loaded one at a time to minimize server load."
|
2728 |
msgstr ""
|
2729 |
"Plugininhalte werden nacheinander geladen, um den Hosting-Server Deines "
|
2730 |
"Blogs zu entlasten."
|
2731 |
|
2732 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/settings.php:248
|
2733 |
msgid "Instant Caching for Facebook Link Posts"
|
2734 |
msgstr "Instant Caching für Facebook Link-Beiträge"
|
2735 |
|
2736 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/settings.php:251
|
2737 |
msgid ""
|
2738 |
"To make sure that Facebook always pulls the current meta data of your blog "
|
2739 |
"post for link-posts, Blog2Social adds a \"no-cache=1\" parameter to the post "
|
@@ -2745,13 +2883,13 @@ msgstr ""
|
|
2745 |
"Caching bei Facebook Link-Beiträgen den “no-cache=1” Parameter an die "
|
2746 |
"Beitrags-URL. Dies ist notwendig, wenn Du varnish caching benutzt.\n"
|
2747 |
|
2748 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/settings.php:253
|
2749 |
msgid "Note: To use Facebook Instant Articles, this option must be disabled."
|
2750 |
msgstr ""
|
2751 |
"Achtung: Um Facebook Instant Artikel zu verwenden, muss diese Option "
|
2752 |
"deaktiviert sein."
|
2753 |
|
2754 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/settings.php:269
|
2755 |
msgid ""
|
2756 |
"Blog2Social applies the scheduled time settings based on the time zone "
|
2757 |
"defined in the general settings of your WordPress. You can select a user-"
|
@@ -2765,55 +2903,55 @@ msgstr ""
|
|
2765 |
"für die Planung Deiner Social Media Posts festlegen. Wähle dazu die "
|
2766 |
"gewünschte Zeitzone aus dem Drop-Down Menü."
|
2767 |
|
2768 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/ship.php:29
|
2769 |
msgid "Social Media Scheduling & Sharing"
|
2770 |
msgstr "Beitrag auf Social Media planen und teilen"
|
2771 |
|
2772 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/ship.php:39
|
2773 |
msgid "scroll to bottom"
|
2774 |
msgstr "zum Seitenende"
|
2775 |
|
2776 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/ship.php:44
|
2777 |
msgid "You want to load your time settings?"
|
2778 |
msgstr "Du möchtest Deine Zeiten laden?"
|
2779 |
|
2780 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/ship.php:45
|
2781 |
msgid "Load My Time Settings"
|
2782 |
msgstr "Meine Zeit-Einstellungen laden"
|
2783 |
|
2784 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/ship.php:51
|
2785 |
msgid "Load Best Time Scheduler"
|
2786 |
msgstr "Beste Zeiten laden"
|
2787 |
|
2788 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/ship.php:84
|
2789 |
msgid "Social Accounts"
|
2790 |
msgstr "Social Media Konten"
|
2791 |
|
2792 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/ship.php:102
|
2793 |
msgid "Add more..."
|
2794 |
msgstr "mehr hinzufügen"
|
2795 |
|
2796 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/ship.php:104
|
2797 |
msgid "Profiles | Pages | Groups"
|
2798 |
msgstr "Profile | Seiten | Gruppen"
|
2799 |
|
2800 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/ship.php:143
|
2801 |
msgid "Save Network Selection"
|
2802 |
msgstr "Netzwerkauswahl speichern"
|
2803 |
|
2804 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/ship.php:152
|
2805 |
msgid "network connected"
|
2806 |
msgstr "Netzwerk verbunden"
|
2807 |
|
2808 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/ship.php:153
|
2809 |
msgid "requires image"
|
2810 |
msgstr "Bild benötigt"
|
2811 |
|
2812 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/ship.php:154
|
2813 |
msgid "refresh authorization"
|
2814 |
msgstr "Autorisierung aktualisieren"
|
2815 |
|
2816 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/ship.php:177
|
2817 |
msgid ""
|
2818 |
"Notice:<br><p>Please make sure, that your website address is reachable. The "
|
2819 |
"Social Networks do not allow postings from local installations.</p>"
|
@@ -2822,42 +2960,42 @@ msgstr ""
|
|
2822 |
"erreichbar ist. Die sozialen Netzwerke erlauben keine Posts von lokalen "
|
2823 |
"Installationen.</p>"
|
2824 |
|
2825 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/ship.php:179
|
2826 |
msgid "change website address"
|
2827 |
msgstr "Webseiten-Adresse ändern"
|
2828 |
|
2829 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/ship.php:196
|
2830 |
msgid "First, connect or select network before posting"
|
2831 |
msgstr ""
|
2832 |
"Verbinde Dich zuerst mit einem Netzwerk oder wähle ein Netzwerk aus, bevor "
|
2833 |
"Du den Beitrag teilst!"
|
2834 |
|
2835 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/ship.php:206
|
2836 |
msgid "scroll to top"
|
2837 |
msgstr "zum Seitenanfang"
|
2838 |
|
2839 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/ship.php:207 ../..
|
2840 |
-
#: /plugins/blog2social-v-4-9/views/b2s/ship.php:211
|
2841 |
msgid "Share"
|
2842 |
msgstr "Teilen"
|
2843 |
|
2844 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/ship.php:220
|
2845 |
msgid "Time zone"
|
2846 |
msgstr "Zeitzone"
|
2847 |
|
2848 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/ship.php:238
|
2849 |
msgid "Share new post on Social Media"
|
2850 |
msgstr "Teile einen neuen Beitrag auf Social Media"
|
2851 |
|
2852 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/ship.php:260
|
2853 |
msgid "Connect for"
|
2854 |
msgstr "Netzwerke verbinden für"
|
2855 |
|
2856 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/ship.php:276
|
2857 |
msgid "Time Scheduling"
|
2858 |
msgstr "Zeitplanung"
|
2859 |
|
2860 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/ship.php:280
|
2861 |
msgid ""
|
2862 |
"You have not yet defined personal time settings. To edit personal time "
|
2863 |
"settings click on the Blog2Social Settings on the left-hand menu and select "
|
@@ -2869,11 +3007,11 @@ msgstr ""
|
|
2869 |
"Menü von Blog2Social und wähle die \"Zeit-Einstellungen\" aus. Dort kannst Du "
|
2870 |
"die voreingestellten besten Zeiten verändern."
|
2871 |
|
2872 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/ship.php:293
|
2873 |
msgid "Re-share this Post"
|
2874 |
msgstr "Diesen Beitrag nochmal teilen"
|
2875 |
|
2876 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/ship.php:296
|
2877 |
msgid ""
|
2878 |
"You can re-share your post for a different sharing purpose, or to share on a "
|
2879 |
"different choice of networks, profiles, pages or groups, or with different "
|
@@ -2898,15 +3036,15 @@ msgstr ""
|
|
2898 |
"auf \"Diesen Beitrag erneut teilen\" und Du wirst erneut zur Vorschau geführt, "
|
2899 |
"wo Deine Netzwerke, Texte und Bilder auswählen oder variieren kannst. "
|
2900 |
|
2901 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/ship.php:299
|
2902 |
msgid "You want re-share your blog post?"
|
2903 |
msgstr "Du möchtest Deinen Beitrag erneut teilen?"
|
2904 |
|
2905 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/ship.php:327
|
2906 |
msgid "Save Network Settings"
|
2907 |
msgstr "Netzwerkeinstellungen speichern"
|
2908 |
|
2909 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/ship.php:330
|
2910 |
msgid ""
|
2911 |
"You can save your current network settings as \"Standard\" network settings "
|
2912 |
"for any future sharing activities or as a \"Profile\" to choose from (Premium)."
|
@@ -2938,56 +3076,56 @@ msgstr ""
|
|
2938 |
"zur Vorschau geführt, wo Du Deine Netzwerke, Texte und Bilder wählen oder "
|
2939 |
"variieren kannst. "
|
2940 |
|
2941 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/ship.php:342
|
2942 |
msgid "Your blog post is not yet published on your Wordpress!"
|
2943 |
msgstr "Dein Beitrag ist derzeit nicht auf Deinem Wordpress veröffentlicht."
|
2944 |
|
2945 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/ship.php:345
|
2946 |
msgid "At least one of your selected networks is set to \"Share Now\""
|
2947 |
msgstr "Mindestens ein Netzwerk wurde mit der Option \"Sofort teilen\" ausgewählt."
|
2948 |
|
2949 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/ship.php:349
|
2950 |
msgid "Schedule your post"
|
2951 |
msgstr "Beitrag planen"
|
2952 |
|
2953 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/ship.php:352
|
2954 |
msgid "Ignore & share"
|
2955 |
msgstr "Ignorieren & teilen"
|
2956 |
|
2957 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/ship.php:527
|
2958 |
msgid "add Schedule"
|
2959 |
msgstr "neuer Termin"
|
2960 |
|
2961 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/ship.php:
|
2962 |
msgid "Give me more information"
|
2963 |
msgstr "Erhalte mehr Infomationen"
|
2964 |
|
2965 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/widgets/activity.php:5
|
2966 |
msgid "Your activity"
|
2967 |
msgstr "Deine Aktivität"
|
2968 |
|
2969 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/widgets/activity.php:8
|
2970 |
msgid "Show activity starting from"
|
2971 |
msgstr "Zeige Aktivität ab"
|
2972 |
|
2973 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/widgets/activity.php:13
|
2974 |
msgid "published social media posts"
|
2975 |
msgstr "veröffentlichte Beiträge"
|
2976 |
|
2977 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/widgets/calendar.php:1 ../..
|
2978 |
-
#: /plugins/blog2social-v-4-9/views/b2s/html/post.navbar.phtml:
|
2979 |
msgid "Calendar"
|
2980 |
msgstr "Kalender"
|
2981 |
|
2982 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/widgets/newsletter.php:4
|
2983 |
msgid "Get news and updates for promoting your blog on social media"
|
2984 |
msgstr "Aktuelle Infos zur Blog-Promotion auf Social Media"
|
2985 |
|
2986 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/widgets/newsletter.php:10
|
2987 |
msgid "Get updates"
|
2988 |
msgstr "Updates erhalten"
|
2989 |
|
2990 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/widgets/newsletter.php:12
|
2991 |
msgid ""
|
2992 |
"We hate spam, too. We will never sell your email address to any other "
|
2993 |
"company or for any other purpose."
|
@@ -2995,32 +3133,32 @@ msgstr ""
|
|
2995 |
"Wir mögen auch keinen Spam. Deine E-Mail-Adresse werden wir weder verkaufen "
|
2996 |
"noch anderweitig zweckentfremden. "
|
2997 |
|
2998 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/widgets/newsletter.php:16
|
2999 |
msgid "You have already subscribed to the newsletter. Awesome!"
|
3000 |
msgstr "Du hast Dich schon für den Newsletter angemeldet! Prima!"
|
3001 |
|
3002 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/widgets/posts.php:19
|
3003 |
msgid "Latest Posts"
|
3004 |
msgstr "letzte Beiträge"
|
3005 |
|
3006 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/widgets/posts.php:31 ../..
|
3007 |
-
#: /plugins/blog2social-v-4-9/views/b2s/html/post.navbar.phtml:
|
3008 |
msgid "Scheduled Posts"
|
3009 |
msgstr "geplante Beiträge"
|
3010 |
|
3011 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/widgets/premium.php:35
|
3012 |
msgid "Network Choice"
|
3013 |
msgstr "Netzwerkauswahl"
|
3014 |
|
3015 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/widgets/premium.php:59
|
3016 |
msgid "Custom Sharing"
|
3017 |
msgstr "Individualisieren"
|
3018 |
|
3019 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/widgets/premium.php:83
|
3020 |
msgid "Custom Scheduling"
|
3021 |
msgstr "Veröffentlichungen planen"
|
3022 |
|
3023 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/widgets/premium.php:84
|
3024 |
msgid ""
|
3025 |
"Unlimited scheduling options: once, repeatedly or recurringly to multiple "
|
3026 |
"profiles, pages and groups"
|
@@ -3028,15 +3166,15 @@ msgstr ""
|
|
3028 |
"Einmalig, mehrmals oder regelmäßig auf mehreren Profilen, Seiten oder "
|
3029 |
"Gruppen posten"
|
3030 |
|
3031 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/widgets/premium.php:95
|
3032 |
msgid "One-Step Workflow"
|
3033 |
msgstr "One-Step Workflow"
|
3034 |
|
3035 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/widgets/premium.php:107
|
3036 |
msgid "Reporting"
|
3037 |
msgstr "Veröffentlichungen anzeigen"
|
3038 |
|
3039 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/widgets/premium.php:108
|
3040 |
msgid ""
|
3041 |
"All scheduled and published social media posts with direct links for easy "
|
3042 |
"access or re-sharing"
|
@@ -3044,20 +3182,20 @@ msgstr ""
|
|
3044 |
"Alle veröffentlichten und geplanten Social-Media-Posts mit direktem Link zum "
|
3045 |
"einfachen Aufrufen und erneuten Teilen"
|
3046 |
|
3047 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/widgets/premium.php:115
|
3048 |
msgid "Unlock Premium"
|
3049 |
msgstr "Premium freischalten"
|
3050 |
|
3051 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/widgets/support.php:9
|
3052 |
msgid "more FAQ"
|
3053 |
msgstr "mehr FAQ"
|
3054 |
|
3055 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/widgets/tutorial.php:1 ../..
|
3056 |
-
#: /plugins/blog2social-v-4-9/views/b2s/html/service.phtml:4
|
3057 |
msgid "How to work with Blog2Social"
|
3058 |
msgstr "So arbeitest Du mit Blog2Social"
|
3059 |
|
3060 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/widgets/tutorial.php:2
|
3061 |
msgid ""
|
3062 |
"Learn how to get the most out of Blog2Social to promote your blog on social "
|
3063 |
"media."
|
@@ -3065,11 +3203,11 @@ msgstr ""
|
|
3065 |
"Du erfährst, wie Du Blog2Social optimal nutzt, um Deinen Blog auf Social "
|
3066 |
"Media zu promoten."
|
3067 |
|
3068 |
-
#: ../../plugins/blog2social-v-4-9/views/notice.php:12
|
3069 |
msgid "Connection is broken..."
|
3070 |
msgstr "Vebindung ist unterbrochen..."
|
3071 |
|
3072 |
-
#: ../../plugins/blog2social-v-4-9/views/notice.php:14
|
3073 |
msgid ""
|
3074 |
"The connection to your server has been interrupted. Please make sure that "
|
3075 |
"your blog is reachable. If your server does not respond or is too slow, "
|
@@ -3082,73 +3220,73 @@ msgstr ""
|
|
3082 |
"nicht mit dem internet verbinden. Versuche es später erneut oder kontaktiere "
|
3083 |
"Deinen Webmaster, wenn dieser Fehler erneut erscheint."
|
3084 |
|
3085 |
-
#: ../../plugins/blog2social-v-4-9/views/notice.php:17
|
3086 |
msgid "Update..."
|
3087 |
msgstr "Aktualisierung..."
|
3088 |
|
3089 |
-
#: ../../plugins/blog2social-v-4-9/views/notice.php:19
|
3090 |
msgid ""
|
3091 |
"<b> A new version of Blog2Social is available. </b> Update now <br> "
|
3092 |
"Blog2Social to continue to use the latest version of the plugin."
|
3093 |
msgstr "<b> Eine neue Version von Blog2Social ist verfügbar </b>"
|
3094 |
|
3095 |
-
#: ../../plugins/blog2social-v-4-9/views/notice.php:23
|
3096 |
msgid "Update Blog2Social"
|
3097 |
msgstr "Aktualisiere Blog2Social"
|
3098 |
|
3099 |
-
#: ../../plugins/blog2social-v-4-9/views/notice.php:26
|
3100 |
msgid "Unknown error"
|
3101 |
msgstr "Unbekannter Fehler"
|
3102 |
|
3103 |
-
#: ../../plugins/blog2social-v-4-9/views/notice.php:28
|
3104 |
msgid "<b> An unknown error occurred! </b> <br> Please contact our support!"
|
3105 |
msgstr ""
|
3106 |
"<b> Ein unbekannter Fehler ist aufgetreten. </b> <br> Bitte kontaktiere "
|
3107 |
"unseren Support."
|
3108 |
|
3109 |
-
#: ../../plugins/blog2social-v-4-9/views/prg/login.php:14
|
3110 |
msgid "Login failed. Please check your username and a password!"
|
3111 |
msgstr ""
|
3112 |
" Die Anmeldung zu PR-Gateway ist fehlgeschlagen. Bitte überprüfe Deinen "
|
3113 |
"Benutzernamen und Dein Password!"
|
3114 |
|
3115 |
-
#: ../../plugins/blog2social-v-4-9/views/prg/login.php:20
|
3116 |
msgid "Login failed. Please check your server settings. OpenSSL must be enabled on."
|
3117 |
msgstr ""
|
3118 |
" Die Anmeldung zu PR-Gateway ist fehlgeschlagen. Bitte überprüfen Deine "
|
3119 |
"Server-Einstellungen. OpenSSL muss aktiviert sein. "
|
3120 |
|
3121 |
-
#: ../../plugins/blog2social-v-4-9/views/prg/login.php:23
|
3122 |
msgid "E-Mail or Username"
|
3123 |
msgstr "E-Mail oder Benutzername"
|
3124 |
|
3125 |
-
#: ../../plugins/blog2social-v-4-9/views/prg/login.php:24
|
3126 |
msgid "Password"
|
3127 |
msgstr "Passwort"
|
3128 |
|
3129 |
-
#: ../../plugins/blog2social-v-4-9/views/prg/login.php:27
|
3130 |
msgid "Sign in"
|
3131 |
msgstr "Anmelden"
|
3132 |
|
3133 |
-
#: ../../plugins/blog2social-v-4-9/views/prg/login.php:29
|
3134 |
msgid "create account"
|
3135 |
msgstr "neues Konto erstellen"
|
3136 |
|
3137 |
-
#: ../../plugins/blog2social-v-4-9/views/prg/login.php:29
|
3138 |
msgid "reset password"
|
3139 |
msgstr "Passwort zurücksetzen"
|
3140 |
|
3141 |
-
#: ../../plugins/blog2social-v-4-9/views/prg/login.php:35
|
3142 |
msgid "Test PR-Gateway for free"
|
3143 |
msgstr "PR-Gateway kostenlos und unverbindlich testen"
|
3144 |
|
3145 |
-
#: ../../plugins/blog2social-v-4-9/views/prg/login.php:36
|
3146 |
msgid "1x publish press release <br> 1x publish report <br> 1x promote event"
|
3147 |
msgstr ""
|
3148 |
"1 x Pressemitteilung veröffentlichen <br> 1 x Report abrufen <br>1 x "
|
3149 |
"Veranstaltung bewerben"
|
3150 |
|
3151 |
-
#: ../../plugins/blog2social-v-4-9/views/prg/login.php:38
|
3152 |
msgid ""
|
3153 |
"The press distribution PR gateway automatically publish your press releases "
|
3154 |
"and events with one click.Publish your message over 250 portals."
|
@@ -3160,32 +3298,32 @@ msgstr ""
|
|
3160 |
"internationalen und regionalen Portalen, Social Media und Dokumenten-"
|
3161 |
"Netzwerken."
|
3162 |
|
3163 |
-
#: ../../plugins/blog2social-v-4-9/views/prg/login.php:41
|
3164 |
msgid "Start your 14-Day Free Trial"
|
3165 |
msgstr "Jetzt kostenlos testen"
|
3166 |
|
3167 |
-
#: ../../plugins/blog2social-v-4-9/views/prg/ship.php:34
|
3168 |
msgid "Select Image"
|
3169 |
msgstr "Bild auswählen"
|
3170 |
|
3171 |
-
#: ../../plugins/blog2social-v-4-9/views/prg/ship.php:45 ../..
|
3172 |
-
#: /plugins/blog2social-v-4-9/views/prg/ship.php:47
|
3173 |
msgid "Copyright"
|
3174 |
msgstr "Copyright"
|
3175 |
|
3176 |
-
#: ../../plugins/blog2social-v-4-9/views/prg/ship.php:66
|
3177 |
msgid "Save As Draft"
|
3178 |
msgstr "als Entwurf speichern"
|
3179 |
|
3180 |
-
#: ../../plugins/blog2social-v-4-9/views/prg/ship.php:67
|
3181 |
msgid "Publish"
|
3182 |
msgstr "Veröffentlichen"
|
3183 |
|
3184 |
-
#: ../../plugins/blog2social-v-4-9/views/prg/ship.php:85
|
3185 |
msgid "Please Note"
|
3186 |
msgstr "Hinweis"
|
3187 |
|
3188 |
-
#: ../../plugins/blog2social-v-4-9/views/prg/ship.php:88
|
3189 |
msgid ""
|
3190 |
"It may incur charges for publishing on PR-Gateway. Sent press releases can "
|
3191 |
"not be withdrawn. If you want your press release to be published now?"
|
@@ -3195,47 +3333,47 @@ msgstr ""
|
|
3195 |
"Pressemitteilungen können nicht mehr zurückgenommen werden. Soll Deine "
|
3196 |
"Pressemitteilung jetzt versendet werden?"
|
3197 |
|
3198 |
-
#: ../../plugins/blog2social-v-4-9/views/prg/ship.php:91
|
3199 |
msgid "Yes, I accept"
|
3200 |
msgstr "Ja,einverstanden"
|
3201 |
|
3202 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:4
|
3203 |
msgid "Privacy Policy"
|
3204 |
msgstr "Datenschutz"
|
3205 |
|
3206 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:4
|
3207 |
msgid "Terms"
|
3208 |
msgstr "Agbs"
|
3209 |
|
3210 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:4
|
3211 |
msgid "We never store your data from your social media profiles."
|
3212 |
msgstr "Wir speichern keine persönlichen Daten Deiner Social Media Profile."
|
3213 |
|
3214 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:8 ../..
|
3215 |
-
#: /plugins/blog2social-v-4-9/views/prg/html/footer.phtml:8 ../..
|
3216 |
-
#: /plugins/blog2social-v-4-9/views/prg/html/header.phtml:40
|
3217 |
msgid "Post"
|
3218 |
msgstr "Beitrag"
|
3219 |
|
3220 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:9 ../..
|
3221 |
-
#: /plugins/blog2social-v-4-9/views/prg/html/footer.phtml:9
|
3222 |
msgid "Job"
|
3223 |
msgstr "Stellenanzeige"
|
3224 |
|
3225 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:10 ../..
|
3226 |
-
#: /plugins/blog2social-v-4-9/views/prg/html/footer.phtml:10
|
3227 |
msgid "Event"
|
3228 |
msgstr "Veranstaltung"
|
3229 |
|
3230 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:22
|
3231 |
msgid "Upgrade to Blog2Social for Premium"
|
3232 |
msgstr "Jetzt auf Blog2Social PREMIUM upgraden "
|
3233 |
|
3234 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:52
|
3235 |
msgid "Upgrade to Blog2Social for PREMIUM PRO"
|
3236 |
msgstr "Jetzt auf Blog2Social PREMIUM PRO upgraden "
|
3237 |
|
3238 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:55
|
3239 |
msgid ""
|
3240 |
"You can select different combinations of networks and save them for "
|
3241 |
"different sharing purposes."
|
@@ -3243,7 +3381,7 @@ msgstr ""
|
|
3243 |
"Du kannst für verschiedene Social Media Aktivitäten oder Kampagnen eine "
|
3244 |
"passende Kombination von Netzwerken anlegen und speichern."
|
3245 |
|
3246 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:58
|
3247 |
msgid ""
|
3248 |
"With Blog2Social Premium PRO you can save your preferred network "
|
3249 |
"combinations for future reference and choose individual names for each "
|
@@ -3263,11 +3401,11 @@ msgstr ""
|
|
3263 |
"mehrere Social Media Profile, Seiten und Gruppen eines Netzwerks in einer "
|
3264 |
"Kombination verbinden."
|
3265 |
|
3266 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:61
|
3267 |
msgid "With Blog2Social PREMIUM PRO you can also:"
|
3268 |
msgstr "Mit blog2Social Premium PRO kannst Du außerdem:"
|
3269 |
|
3270 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:63
|
3271 |
msgid ""
|
3272 |
"Post on LinkedIn pages, XING pages and groups, as well as Facebook and "
|
3273 |
"Google+ pages and groups"
|
@@ -3275,7 +3413,7 @@ msgstr ""
|
|
3275 |
"Auf LinkedIn-Seiten, auf XING-Seiten und -Gruppen, sowie auf Seiten und "
|
3276 |
"Gruppen in Facebook und Google+ posten"
|
3277 |
|
3278 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:65
|
3279 |
msgid ""
|
3280 |
"Schedule your posts at the best times on each network: for one time, "
|
3281 |
"multiple times or recurrently"
|
@@ -3283,7 +3421,7 @@ msgstr ""
|
|
3283 |
"Veröffentlichungen zur besten Zeit pro Netzwerk planen: einmalig, mehrmalig "
|
3284 |
"oder nach einem regelmäßigen Muster"
|
3285 |
|
3286 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:68
|
3287 |
msgid ""
|
3288 |
"Reporting and calendar: keep track of your published and scheduled social "
|
3289 |
"media posts"
|
@@ -3291,11 +3429,11 @@ msgstr ""
|
|
3291 |
"Mit dem Reporting & Kalender Deine bereits veröffentlichten und geplanten "
|
3292 |
"Social Media Post im Blick behalten."
|
3293 |
|
3294 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:75
|
3295 |
msgid "Activate Blog2Social PREMIUM PRO."
|
3296 |
msgstr "Aktiviere Blog2Social PREMIUM PRO. "
|
3297 |
|
3298 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:77
|
3299 |
msgid ""
|
3300 |
"With Blog2Social Premium PRO you can connect pages in LinkedIn and XING as "
|
3301 |
"well as XING groups."
|
@@ -3303,37 +3441,37 @@ msgstr ""
|
|
3303 |
"Mit Blog2Social Premium PRO kannst Du auf Seiten in LinkedIn und XING und in "
|
3304 |
"XING-Gruppen posten."
|
3305 |
|
3306 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:80
|
3307 |
msgid "Also included:"
|
3308 |
msgstr "Außerdem inklusive"
|
3309 |
|
3310 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:82
|
3311 |
msgid "Social media auto-posting and auto-scheduling"
|
3312 |
msgstr "Blogbeiträge auto-posten und auto-planen"
|
3313 |
|
3314 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:83
|
3315 |
msgid "Posting to social media pages and groups in Facebook and Google+"
|
3316 |
msgstr "Posten auf Social Media Seiten und in Gruppen bei Facebook and Google+ "
|
3317 |
|
3318 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:84
|
3319 |
msgid "Sharing on multiple accounts per network"
|
3320 |
msgstr "Posten in mehreren Accounts pro Netzwerk"
|
3321 |
|
3322 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:85
|
3323 |
msgid "Best Time Scheduler: schedule once, multiple times or recurringly"
|
3324 |
msgstr ""
|
3325 |
"Beste Zeiten Manager: Veröffentlichungen einmal, mehrmals oder regelmäßig "
|
3326 |
"planen"
|
3327 |
|
3328 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:86
|
3329 |
msgid "Reporting with links to already published posts"
|
3330 |
msgstr "Reporting mit Links zu allen veröffentlichten Social Media Posts"
|
3331 |
|
3332 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:101
|
3333 |
msgid "Select the preferred custom post format for your posts"
|
3334 |
msgstr "Entscheide Dich für das passende Format für Deine Social Media Posts"
|
3335 |
|
3336 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:106
|
3337 |
msgid ""
|
3338 |
"You can define your preferred custom post format Twitter, Facebook and "
|
3339 |
"Google +. Select link post or photo post format:"
|
@@ -3341,7 +3479,7 @@ msgstr ""
|
|
3341 |
"Für Facebook, Twitter und Google + kannst Du Dein bevorzugtes Post-Format "
|
3342 |
"standardmäßig festlegen. Wähle das Link-Post- oder das Foto-Post-Format:"
|
3343 |
|
3344 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:111
|
3345 |
msgid ""
|
3346 |
"The link post format displays posts title, link address and the first one or "
|
3347 |
"two sentences of the post. The networks scan this information from your META "
|
@@ -3365,7 +3503,7 @@ msgstr ""
|
|
3365 |
"Deinen Blogbeitrag. Bitte beachte: Bei Google + können nur Bilder, die im "
|
3366 |
"Blogbeitrag enthalten sind, für Link-Posts ausgewählt werden. \n"
|
3367 |
|
3368 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:123
|
3369 |
msgid ""
|
3370 |
"For Instagram, you can select \"image with frame\" or \"image cut out\" as your "
|
3371 |
"preferred custom post format."
|
@@ -3373,19 +3511,19 @@ msgstr ""
|
|
3373 |
"Du kannst für Instagram zwischen \"Bild mit Rahmen\" umd \"Bild "
|
3374 |
"ausgeschnitten\" als Dein bevorzugtes Beitragsformat auswählen."
|
3375 |
|
3376 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:173
|
3377 |
msgid "Did you miss something?"
|
3378 |
msgstr "Was vermisst Du?"
|
3379 |
|
3380 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:176
|
3381 |
msgid "Help us make Blog2Social even better!"
|
3382 |
msgstr "Helfe uns Blog2Social besser zu machen!"
|
3383 |
|
3384 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:180
|
3385 |
msgid "submit"
|
3386 |
msgstr "senden"
|
3387 |
|
3388 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:194
|
3389 |
msgid ""
|
3390 |
"Blog2Social provides you with a ready-to-use best time scheduler based on "
|
3391 |
"current research on the best times to post on each social network."
|
@@ -3393,7 +3531,7 @@ msgstr ""
|
|
3393 |
"Blog2Social stellt Dir ein vordefiniertes Zeitschema für die besten Zeiten "
|
3394 |
"zum Teilen auf den verschiedenen Social Media Kanälen zur Verfügung."
|
3395 |
|
3396 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:196
|
3397 |
msgid ""
|
3398 |
"Click Best Time Scheduler in the preview editor to schedule your posts "
|
3399 |
"automatically for the best times to post on each social network."
|
@@ -3402,7 +3540,7 @@ msgstr ""
|
|
3402 |
"Click \"Best Time Scheduler\" in the preview editor to schedule your posts "
|
3403 |
"automatically for the best times to post on each social network."
|
3404 |
|
3405 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:198
|
3406 |
msgid ""
|
3407 |
"You can also define your own personal time settings for posting, if you know "
|
3408 |
"which times work best for your communities. Edit the pre-filled times in the "
|
@@ -3412,7 +3550,7 @@ msgstr ""
|
|
3412 |
"eingetragenen Zeiten in den allgemeinen Einstellungen, die Du ändern "
|
3413 |
"möchtest und klicke \"speichern\"."
|
3414 |
|
3415 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:200
|
3416 |
msgid ""
|
3417 |
"Click My Time Settings in the preview editor to schedule your posts with "
|
3418 |
"your personal best time settings."
|
@@ -3420,7 +3558,7 @@ msgstr ""
|
|
3420 |
"Klicke \"Meine Zeit-Einstellungen\" im Vorschau-Editor, um Deine Social Media "
|
3421 |
"Posts zu Deinen persönlichen Zeit-Einstellungen zu planen."
|
3422 |
|
3423 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:202
|
3424 |
msgid ""
|
3425 |
"You can always edit the predefined times in the preview editor for any post "
|
3426 |
"or network and save your new settings as default for future use."
|
@@ -3429,7 +3567,7 @@ msgstr ""
|
|
3429 |
"jedes Netzwerk jederzeit individuell ändern oder neu definieren und für alle "
|
3430 |
"zukünftigen Beiträge abspeichern. "
|
3431 |
|
3432 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:204
|
3433 |
msgid ""
|
3434 |
"Blog2Social will also apply your personal time settings, if you enable the "
|
3435 |
"Social Media Auto-Poster and select auto-post at scheduled times. "
|
@@ -3438,11 +3576,11 @@ msgstr ""
|
|
3438 |
"das Social Media Auto-Posting nutzt und die Veröffentlichung zu geplanten "
|
3439 |
"Zeiten auswählst."
|
3440 |
|
3441 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:238
|
3442 |
msgid "Why Retweets?"
|
3443 |
msgstr "Wieso retweeten?\n"
|
3444 |
|
3445 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:241
|
3446 |
msgid ""
|
3447 |
"Retweets are the recommended way to reshare the same Tweets across Twitter "
|
3448 |
"accounts in accordance with Twitter new rules. You can now schedule multiple "
|
@@ -3454,7 +3592,7 @@ msgstr ""
|
|
3454 |
"mehrere Retweets für einen Original-Tweet direkt aus Deinem WordPress "
|
3455 |
"Backend heraus planen."
|
3456 |
|
3457 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:244
|
3458 |
msgid ""
|
3459 |
"If Retweets are enabled, every Original-Tweet you schedule in this step will "
|
3460 |
"be retweeted by the selected Twitter accounts. If, for example, 3 Original-"
|
@@ -3466,15 +3604,15 @@ msgstr ""
|
|
3466 |
"B. 3 Original-Tweets geplant sind, löst jeder einzelne Tweet einen Retweet "
|
3467 |
"für den/die ausgewählten Twitter-Accounts aus."
|
3468 |
|
3469 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:248
|
3470 |
msgid "Do you want retweeten?"
|
3471 |
msgstr "Du möchtest retweeten?\n"
|
3472 |
|
3473 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:277
|
3474 |
msgid "Bit.ly integration (URL Shortening)"
|
3475 |
msgstr "Bit.ly URL Shortener Integration"
|
3476 |
|
3477 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:280
|
3478 |
msgid ""
|
3479 |
"You can use Bit.ly links to shorten the URL of your links and to track the "
|
3480 |
"performance of your links across all social media networks. Activate Bit.ly "
|
@@ -3490,7 +3628,7 @@ msgstr ""
|
|
3490 |
"geteilt und Sie können so den Erfolg Ihrer Beiträge in Ihrem Bit.ly Account "
|
3491 |
"überprüfen.\n"
|
3492 |
|
3493 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:294
|
3494 |
msgid ""
|
3495 |
"Select the content that will be automatically pre-filled in your Twitter "
|
3496 |
"posts. If you have ticked the box \"include WordPress tags as hashtags in my "
|
@@ -3501,16 +3639,16 @@ msgstr ""
|
|
3501 |
"Tags als Hashtags zu Deinen Social Media-Posts hinzu” aktiviert hast, werden "
|
3502 |
"Hashtags auch im Dropdown-Menü automatisch an die Optionen angefügt. "
|
3503 |
|
3504 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:351
|
3505 |
msgid "Social Meta Tags Settings"
|
3506 |
msgstr "Meta Tag Einstellungen"
|
3507 |
|
3508 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:354 ../..
|
3509 |
-
#: /plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:435
|
3510 |
msgid "Change image, title and description for your post on this network"
|
3511 |
msgstr "Bild, Titel und Beschreibung des Blogbeitrags ändern"
|
3512 |
|
3513 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:360
|
3514 |
msgid ""
|
3515 |
"Facebook has changed its policy for posting link posts via plugins or web "
|
3516 |
"applications. Facebook does no longer display the featured or selected image "
|
@@ -3533,7 +3671,7 @@ msgstr ""
|
|
3533 |
"Bitte stelle sicher, dass das ausgewählte Bild die Voraussetzungen für die "
|
3534 |
"Bildgrößen auf Facebook erfüllt."
|
3535 |
|
3536 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:362
|
3537 |
msgid ""
|
3538 |
"With Blog2Social you can select a featured image or any image you select to "
|
3539 |
"be displayed with your link post. Blog2Social will automatically write the "
|
@@ -3553,7 +3691,7 @@ msgstr ""
|
|
3553 |
"der Beitragsvorschau an Bilder, Titel und Beschreibung vornimmst, nicht "
|
3554 |
"übernimmt. "
|
3555 |
|
3556 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:365
|
3557 |
msgid ""
|
3558 |
"Twitter has changed its policy for posting link posts via plugins or web "
|
3559 |
"applications. Twitter does no longer display the featured or selected image "
|
@@ -3575,7 +3713,7 @@ msgstr ""
|
|
3575 |
"werden diese nicht angezeigt. Bitte stelle sicher, dass das ausgewählte Bild "
|
3576 |
"die Voraussetzungen für die Bildgrößen auf Twitter erfüllt."
|
3577 |
|
3578 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:367
|
3579 |
msgid ""
|
3580 |
"With Blog2Social you can select a featured image or any image you select to "
|
3581 |
"be displayed with your link post. Blog2Social will automatically write the "
|
@@ -3595,7 +3733,7 @@ msgstr ""
|
|
3595 |
"Änderungen, die Du in der Beitragsvorschau an Bilder, Titel und Beschreibung "
|
3596 |
"vornimmst, nicht übernimmt. \n"
|
3597 |
|
3598 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:370
|
3599 |
msgid ""
|
3600 |
"You can change the image, title and description for your post on Facebook, "
|
3601 |
"by editing the following fields for"
|
@@ -3603,17 +3741,17 @@ msgstr ""
|
|
3603 |
"Du kannst das Bild, den Titel und die Beschreibung für Deinen Post auf "
|
3604 |
"Facebook über die folgenden Felder ändern:"
|
3605 |
|
3606 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:373 ../..
|
3607 |
-
#: /plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:388
|
3608 |
msgid "image"
|
3609 |
msgstr "Bild"
|
3610 |
|
3611 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:375 ../..
|
3612 |
-
#: /plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:390
|
3613 |
msgid "description"
|
3614 |
msgstr "Beschreibung"
|
3615 |
|
3616 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:377
|
3617 |
msgid ""
|
3618 |
"Blog2Social will automatically write these information in the Facebook Open "
|
3619 |
"Graph (OG) Meta Tags for Image, Title and Description of your blog post."
|
@@ -3622,7 +3760,7 @@ msgstr ""
|
|
3622 |
"Graph (OG) Meta Tag Parameter Deines Blogbeitrags für Image, Title und "
|
3623 |
"Description."
|
3624 |
|
3625 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:380
|
3626 |
msgid ""
|
3627 |
"Please note: If this post has already been shared or scheduled previously, "
|
3628 |
"your current changes will also affect the look of previously shared or "
|
@@ -3635,7 +3773,7 @@ msgstr ""
|
|
3635 |
"Meta Tag Parameter Deiner Beitragsseite zieht und alle vorhandenen Beiträge "
|
3636 |
"mit diesen Informationen automatisch aktualisiert."
|
3637 |
|
3638 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:382
|
3639 |
#, php-format
|
3640 |
msgid ""
|
3641 |
"Please note: Your changes will have no effect on your social media posts on "
|
@@ -3646,7 +3784,7 @@ msgstr ""
|
|
3646 |
"berücksichtigt werden, wenn Du in den Blog2Social Meta Tag<a target=\"_blank\" "
|
3647 |
"href=\"%s\">Einstellungen</a>, die Meta Tag Funktion manuell deaktiviert hast."
|
3648 |
|
3649 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:385
|
3650 |
msgid ""
|
3651 |
"You can change the image, title and description for your post on Twitter, by "
|
3652 |
"editing the following fields for"
|
@@ -3654,7 +3792,7 @@ msgstr ""
|
|
3654 |
"Du kannst das Bild, den Titel und die Beschreibung für Deinen Post auf "
|
3655 |
"Twitter über die folgenden Felder ändern:"
|
3656 |
|
3657 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:392
|
3658 |
msgid ""
|
3659 |
"Blog2Social will automatically write these information in the Twitter Card "
|
3660 |
"Meta Tags for Image, Title and Description of your blog post."
|
@@ -3662,7 +3800,7 @@ msgstr ""
|
|
3662 |
"Blog2Social übergibt diese Informationen automatisch an die Twitter Card "
|
3663 |
"Meta Tag Parameter Deines Blogbeitrags für Image, Title und Description."
|
3664 |
|
3665 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:395
|
3666 |
msgid ""
|
3667 |
"Please note: If this post has already been shared or scheduled previously, "
|
3668 |
"your current changes will also affect the look of previously shared or "
|
@@ -3677,7 +3815,7 @@ msgstr ""
|
|
3677 |
"bereits geteilt hast, kann es bis zu 7 Tagen dauern, bis Twitter die "
|
3678 |
"Änderungen aktualisiert. "
|
3679 |
|
3680 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:397
|
3681 |
#, php-format
|
3682 |
msgid ""
|
3683 |
"Please note: Your changes will have no effect on your social media posts on "
|
@@ -3689,11 +3827,11 @@ msgstr ""
|
|
3689 |
"target=\"_blank\" href=\"%s\">Einstellungen </a> die Meta Tag Funktion manuell "
|
3690 |
"deaktiviert hast."
|
3691 |
|
3692 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:404
|
3693 |
msgid "You want to change the image, title and description for your post?"
|
3694 |
msgstr "Du möchtest Dein Bild, Titel und Beschreibung für diesen Beitrag ändern?"
|
3695 |
|
3696 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:440
|
3697 |
msgid ""
|
3698 |
"You are currently sharing this post as image post. Changes to title and "
|
3699 |
"description Meta Tag parameters will only be supported for link post formats."
|
@@ -3705,7 +3843,7 @@ msgstr ""
|
|
3705 |
"Format unterstützt. Bitte ändere das Post Format in Linkbeitrag, um "
|
3706 |
"Änderungen am Titel und der Beschreibung für die Postvorschau vorzunehmen."
|
3707 |
|
3708 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:443
|
3709 |
#, php-format
|
3710 |
msgid ""
|
3711 |
"Your changes will have no effect on your social media posts on Facebook, if "
|
@@ -3716,7 +3854,7 @@ msgstr ""
|
|
3716 |
"Du Meta Tag Einstellungen für Facebook unter den Blog2Social <a "
|
3717 |
"target=\"_blank\" href=\"%s\">Einstellungen</a> deaktiviert hast."
|
3718 |
|
3719 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/footer.phtml:446
|
3720 |
#, php-format
|
3721 |
msgid ""
|
3722 |
"Your changes will have no effect on your social media posts on Twitter, if "
|
@@ -3727,7 +3865,7 @@ msgstr ""
|
|
3727 |
"Du Meta Tag Einstellungen für Twitter unter den Blog2Social <a "
|
3728 |
"target=\"_blank\" href=\"%s\">Einstellungen</a> deaktiviert hast."
|
3729 |
|
3730 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:36
|
3731 |
msgid ""
|
3732 |
"To use all features of Blog2Social, PHP version 5.5.3 or higher is required. "
|
3733 |
"Our support assists you as of PHP version 5.5.3. See also:"
|
@@ -3736,31 +3874,44 @@ msgstr ""
|
|
3736 |
"höher benötigt. Unser Support unterstützt Dich ab PHP Version 5.5.3. Siehe "
|
3737 |
"auch:"
|
3738 |
|
3739 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:37
|
3740 |
msgid "Technical requirements for Blog2Social"
|
3741 |
msgstr "Technische Vorraussetzungen für Blog2Social"
|
3742 |
|
3743 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:44
|
3744 |
msgid "Thank you. You'll now receive the blog updates from Blog2Social."
|
3745 |
msgstr "Vielen Dank. Ab sofort erhältest Du die Blog-Updates von Blog2Social."
|
3746 |
|
3747 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:62
|
3748 |
msgid "Autoposter limit has been reached"
|
3749 |
msgstr "Das Autoposter-Limit wurde erreicht"
|
3750 |
|
3751 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:62
|
3752 |
msgid "Your daily limit for posting automatically has been reached."
|
3753 |
msgstr "Dein tägliche Limit für das automatische Veröffentlichen wurde erreicht."
|
3754 |
|
3755 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:69
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3756 |
msgid "You have clear all page and post meta data successful."
|
3757 |
msgstr "Alle Seiten und Beitrags Metangaben sind gelöscht."
|
3758 |
|
3759 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
3760 |
msgid "The page and post meta data could not be removed."
|
3761 |
msgstr "Die Seiten und Beitrags Metangaben können nicht gelöscht werden."
|
3762 |
|
3763 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
3764 |
msgid ""
|
3765 |
"You have Yoast SEO active. Blog2Social Social Meta Tags overrides the meta "
|
3766 |
"tags from Yoast SEO."
|
@@ -3768,7 +3919,7 @@ msgstr ""
|
|
3768 |
"Du hast Yoast SEO aktiviert. Blog2Social Meta Tags überschreibt die "
|
3769 |
"Metaangaben von Yoast SEO nun."
|
3770 |
|
3771 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
3772 |
msgid ""
|
3773 |
"You currently have both Blog2Social Social Meta Tags and All in One SEO Pack "
|
3774 |
"plugins active. To make sure that your Social Meta Tags are set correctly, "
|
@@ -3781,7 +3932,7 @@ msgstr ""
|
|
3781 |
"Einstellungen. Wenn Du sie bereits deaktiviert hast, kannst Du diese Meldung "
|
3782 |
"ignorieren."
|
3783 |
|
3784 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
3785 |
msgid ""
|
3786 |
"You currently have both Blog2Social Social Meta Tags and Facebook Open Graph,"
|
3787 |
" Google+ and Twitter Card Tags plugins active. This is no recommended. "
|
@@ -3793,64 +3944,64 @@ msgstr ""
|
|
3793 |
"deaktiviere die Facebook Open Graph, Google+ and Twitter Card Tags "
|
3794 |
"Einstellungen."
|
3795 |
|
3796 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
3797 |
msgid "This entry could not be removed. It's not yours!"
|
3798 |
msgstr "Der Eintrag kann nicht entfernt werden. Es ist nicht Deiner!"
|
3799 |
|
3800 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
3801 |
-
msgid "This entry was removed
|
3802 |
-
msgstr "
|
3803 |
|
3804 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
3805 |
msgid "This post was edit successful."
|
3806 |
msgstr "Dieser Beitrag wurde erfolgreich bearbeitet."
|
3807 |
|
3808 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
3809 |
msgid "Post was scheduled successfully on your blog!"
|
3810 |
msgstr "Beitrag wurde erfolgreich auf Deinem Blog geplant!"
|
3811 |
|
3812 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
3813 |
msgid "Post is published successfully on your blog!"
|
3814 |
msgstr "Beitrag wird erfolgreich auf Deinem Blog veröffentlicht!"
|
3815 |
|
3816 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
3817 |
msgid "Your authorization was successful."
|
3818 |
msgstr "Deine Autorisierung war erfolgreich."
|
3819 |
|
3820 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
3821 |
msgid "Your profile was saved successful."
|
3822 |
msgstr "Dein Profil wurde erfolgreich gespeichert."
|
3823 |
|
3824 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
3825 |
msgid "Your profile could not be saved."
|
3826 |
msgstr "Dein Profil konnte nicht gespeichert werden."
|
3827 |
|
3828 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
3829 |
msgid "Your authorization could not be removed."
|
3830 |
msgstr "Deine Autorisierung konnte nicht entfernt werden."
|
3831 |
|
3832 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
3833 |
msgid "Your authorization was removed successful."
|
3834 |
msgstr "Dein Profil wurde erfolgreich entfernt."
|
3835 |
|
3836 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
3837 |
msgid "Thank you! Your feedback has been received."
|
3838 |
msgstr "Vielen Dank. Dein Hinweis wurde an uns übermittelt."
|
3839 |
|
3840 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
3841 |
msgid "Your feedback could not be delivered."
|
3842 |
msgstr "Dein Hinweis konnte nicht übermittelt werden. Bitte versuche es erneut."
|
3843 |
|
3844 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
3845 |
-
#: /plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
3846 |
msgid "Your settings were successfully saved."
|
3847 |
msgstr "Deine Einstellungen sind gespeichert."
|
3848 |
|
3849 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
3850 |
msgid "Your settings could not be saved."
|
3851 |
msgstr "Deine Einstellungen konnte nicht gespeichert werden. Versuche es erneut."
|
3852 |
|
3853 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
3854 |
msgid ""
|
3855 |
"Your settings could not be saved, because you have auto-posting enabled but "
|
3856 |
"no social networks selected."
|
@@ -3858,7 +4009,7 @@ msgstr ""
|
|
3858 |
"Deine Einstellungen konnten nicht gespeichert werden, weil Du keine Social "
|
3859 |
"Media Netzwerke ausgewählt hast."
|
3860 |
|
3861 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
3862 |
#, php-format
|
3863 |
msgid ""
|
3864 |
"Hi, we noticed you just shared your %s. blog post with Blog2Social - that's "
|
@@ -3870,23 +4021,23 @@ msgstr ""
|
|
3870 |
"sehr freuen und uns helfen, das Tool bekannter zu machen. Vielen Dank für "
|
3871 |
"Deine Unterstützung.\n"
|
3872 |
|
3873 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
3874 |
msgid "Ok, you deserve it"
|
3875 |
msgstr "Ok, Ihr habt es verdient "
|
3876 |
|
3877 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
3878 |
msgid "Nope, maybe later"
|
3879 |
msgstr "Nicht jetzt, vielleicht später "
|
3880 |
|
3881 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
3882 |
msgid "I already did it"
|
3883 |
msgstr "Habe ich schon gemacht "
|
3884 |
|
3885 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
3886 |
msgid "Boost your social media automation with Blog2Social PREMIUM!"
|
3887 |
msgstr "Mache mehr aus Deiner Social Media Automatisierung mit Blog2Social PREMIUM!"
|
3888 |
|
3889 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
3890 |
msgid ""
|
3891 |
"Blog2Social provides even more options for auto-posting and auto-scheduling "
|
3892 |
"for your posts. Easily schedule your posts with the Best Time Scheduler or "
|
@@ -3901,27 +4052,27 @@ msgstr ""
|
|
3901 |
"Formaten für jedes Netzwerk und jeden Post, wähle dazu beliebige Bilder aus "
|
3902 |
"deiner Bibliothek aus. Und vieles mehr.\n"
|
3903 |
|
3904 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
3905 |
msgid "Yes, I want to test Blog2Social PREMIUM 30 days for free"
|
3906 |
msgstr "Ja, ich möchte das Blog2Social PREMIUM 30 Tage kostenlos testen "
|
3907 |
|
3908 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
3909 |
msgid "No, I'm happy with Blog2Social FREE"
|
3910 |
msgstr "Nein, ich bin glücklich mit Blog2Social FREE "
|
3911 |
|
3912 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
3913 |
msgid "Your Blog2Social Premium Free Version is activated for "
|
3914 |
msgstr "Deine Blog2Social Testphase läuft noch"
|
3915 |
|
3916 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
3917 |
msgid " Days"
|
3918 |
msgstr "Tage"
|
3919 |
|
3920 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
3921 |
msgid " today"
|
3922 |
msgstr "heute"
|
3923 |
|
3924 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
3925 |
msgid ""
|
3926 |
"Blog2Social PREMIUM can do so much for you: Auto-publish your blog post on "
|
3927 |
"autopilot, automatically schedule your social media posts with the Best Time "
|
@@ -3937,46 +4088,46 @@ msgstr ""
|
|
3937 |
"hoch. Speichere mehrere Kombinationen von Netzwerken für verschiedene Zwecke."
|
3938 |
" "
|
3939 |
|
3940 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
3941 |
-
#: /plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
3942 |
msgid "I need some more time to decide"
|
3943 |
msgstr "Ich brauche noch mehr Zeit um mich zu entscheiden "
|
3944 |
|
3945 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
3946 |
msgid "Your free trial of Blog2Social PREMIUM has ended."
|
3947 |
msgstr "Deine kostenlose Testversion von Blog2Social PREMIUM ist abgelaufen."
|
3948 |
|
3949 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
3950 |
msgid "We hope you liked Blog2Social Premium."
|
3951 |
msgstr "Wir hoffen, dass Dir Blog2Social Premium gefällt."
|
3952 |
|
3953 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
3954 |
msgid "Yes, I want to upgrade now"
|
3955 |
msgstr "Ja, ich möchte jetzt von Premium profitieren "
|
3956 |
|
3957 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
3958 |
msgid "Did you miss something? Tell us!"
|
3959 |
msgstr "Vermisst Du etwas? Sag es uns! "
|
3960 |
|
3961 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
3962 |
msgid "Version"
|
3963 |
msgstr "Version"
|
3964 |
|
3965 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
3966 |
-
#: /plugins/blog2social-v-4-9/views/b2s/html/service.phtml:2
|
3967 |
msgid "Plans & Pricing"
|
3968 |
msgstr "Versionen & Preise"
|
3969 |
|
3970 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
3971 |
-
#: /plugins/blog2social-v-4-9/views/b2s/html/service.phtml:3
|
3972 |
msgid "Support"
|
3973 |
msgstr "Support"
|
3974 |
|
3975 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
3976 |
msgid "Test Blog2Social PREMIUM 30 days for free"
|
3977 |
msgstr "Teste Blog2Social PREMIUM 30 Tage kostenlos"
|
3978 |
|
3979 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
3980 |
msgid ""
|
3981 |
"The free trial can not be started. This blog has been already registered for "
|
3982 |
"the free trial."
|
@@ -3984,43 +4135,43 @@ msgstr ""
|
|
3984 |
"Die kostenlose Testphase konnte nicht aktiviert werden. Dieser Blog wurde "
|
3985 |
"bereits für die kostenlose Testzeit freigeschaltet."
|
3986 |
|
3987 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
3988 |
msgid "Share on multiple accounts per network"
|
3989 |
msgstr "Auf mehreren Profilen, Seiten und Gruppen teilen"
|
3990 |
|
3991 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
3992 |
msgid "Best Time Scheduler: Schedule once, multiple times or recurringly."
|
3993 |
msgstr "Beste Zeiten Manager: vordefinierte Zeiten für Deine Beiträge nutzen"
|
3994 |
|
3995 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
3996 |
msgid "Reporting with links to all published social media posts"
|
3997 |
msgstr "Reporting mit Links zu allen veröffentlichten Social Media Posts"
|
3998 |
|
3999 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
4000 |
-
#: /plugins/blog2social-v-4-9/views/prg/html/form.phtml:141 ../..
|
4001 |
-
#: /plugins/blog2social-v-4-9/views/prg/html/form.phtml:143 ../..
|
4002 |
-
#: /plugins/blog2social-v-4-9/views/prg/html/form.phtml:218 ../..
|
4003 |
-
#: /plugins/blog2social-v-4-9/views/prg/html/form.phtml:220
|
4004 |
msgid "E-Mail"
|
4005 |
msgstr "E-Mail"
|
4006 |
|
4007 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
4008 |
-
#: /plugins/blog2social-v-4-9/views/prg/html/form.phtml:91 ../..
|
4009 |
-
#: /plugins/blog2social-v-4-9/views/prg/html/form.phtml:100 ../..
|
4010 |
-
#: /plugins/blog2social-v-4-9/views/prg/html/form.phtml:168 ../..
|
4011 |
-
#: /plugins/blog2social-v-4-9/views/prg/html/form.phtml:177
|
4012 |
msgid "First Name"
|
4013 |
msgstr "Vorname"
|
4014 |
|
4015 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
4016 |
-
#: /plugins/blog2social-v-4-9/views/prg/html/form.phtml:92 ../..
|
4017 |
-
#: /plugins/blog2social-v-4-9/views/prg/html/form.phtml:103 ../..
|
4018 |
-
#: /plugins/blog2social-v-4-9/views/prg/html/form.phtml:169 ../..
|
4019 |
-
#: /plugins/blog2social-v-4-9/views/prg/html/form.phtml:180
|
4020 |
msgid "Last Name"
|
4021 |
msgstr "Nachname"
|
4022 |
|
4023 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
4024 |
msgid ""
|
4025 |
"By creating an account, you agree to Blog2Social's <a target=\"_blank\" "
|
4026 |
"href=\"https://www.blog2social.com/en/terms/\">Conditions of Use</a> and <a "
|
@@ -4032,76 +4183,80 @@ msgstr ""
|
|
4032 |
"target=\"_blank\" href=\"https://www.blog2social."
|
4033 |
"com/de/datenschutz/\">Datenschutzerklärung</a> einverstanden.\n"
|
4034 |
|
4035 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
4036 |
msgid "No credit card required"
|
4037 |
msgstr "keine Kreditkarte notwendig"
|
4038 |
|
4039 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
4040 |
msgid "Get Started"
|
4041 |
msgstr "Jetzt loslegen"
|
4042 |
|
4043 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
4044 |
msgid "Thank you for choosing Blog2Social Premium."
|
4045 |
msgstr "Vielen Dank, dass Du Dich für Blog2Social Premium entschieden hast."
|
4046 |
|
4047 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
4048 |
-
#: /plugins/blog2social-v-4-9/views/b2s/html/sidebar.phtml:8
|
4049 |
msgid "Your license"
|
4050 |
msgstr "Deine Lizenz"
|
4051 |
|
4052 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
4053 |
msgid "Blog2Social Premium"
|
4054 |
msgstr "Blog2Social Premium"
|
4055 |
|
4056 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
4057 |
msgid "has been successfully activated."
|
4058 |
msgstr "wurde erfolgreich aktiviert."
|
4059 |
|
4060 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
4061 |
msgid "Your entered License Key is invalid. Please contact support!"
|
4062 |
msgstr "Dein Lizenzschlüssel ist ungültig. Bitte wende Dich an unseren Support!"
|
4063 |
|
4064 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
4065 |
msgid "Your license key has reached the maximum number of users."
|
4066 |
msgstr "Dein Lizenzschlüssel hat die maximale Anzahl an Benutzern erreicht."
|
4067 |
|
4068 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
4069 |
msgid "OK"
|
4070 |
msgstr "OK"
|
4071 |
|
4072 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
4073 |
msgid "We updated our Privacy Policy"
|
4074 |
msgstr "Wir haben unsere Datenschutzerklärung aktualisiert"
|
4075 |
|
4076 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
4077 |
msgid "Blog2Social is a service of Adenion GmbH"
|
4078 |
msgstr "Blog2Social ist ein Service der Adenion GmbH"
|
4079 |
|
4080 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/header.phtml:
|
4081 |
msgid "I agree to the Adenion Privacy Policy"
|
4082 |
msgstr "Ich stimme den Datenschutzrichtlinien zu"
|
4083 |
|
4084 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/post.navbar.phtml:7
|
4085 |
msgid "All Posts"
|
4086 |
msgstr "alle Beiträge"
|
4087 |
|
4088 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/post.navbar.phtml:
|
|
|
|
|
|
|
|
|
4089 |
msgid "Shared Posts"
|
4090 |
msgstr "geteilte Beiträge"
|
4091 |
|
4092 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/post.navbar.phtml:
|
4093 |
msgid "Notifications"
|
4094 |
msgstr "Benachrichtungen"
|
4095 |
|
4096 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/sidebar.phtml:38
|
4097 |
msgid "Network Activity (today)"
|
4098 |
msgstr "Netzwerk Aktivitäten (heute)"
|
4099 |
|
4100 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/sidebar.phtml:49
|
4101 |
msgid "Rate it!"
|
4102 |
msgstr "Bewerte Blog2Social"
|
4103 |
|
4104 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/sidebar.phtml:52
|
4105 |
msgid ""
|
4106 |
"If you like Blog2Social, please give us a 5 star rating. If there is "
|
4107 |
"anything that does not work for you, please contact us!"
|
@@ -4109,162 +4264,162 @@ msgstr ""
|
|
4109 |
"Wenn Dir Blog2Social gefällt, dann freuen wir uns über eine 5 Sterne "
|
4110 |
"Bewertung. Spreche uns an, wenn Dir irgendwas nicht gefällt."
|
4111 |
|
4112 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/sidebar.phtml:68
|
4113 |
msgid "GET STARTED"
|
4114 |
msgstr "Jetzt Affiliate-Partner werden"
|
4115 |
|
4116 |
-
#: ../../plugins/blog2social-v-4-9/views/b2s/html/sidebar.phtml:79
|
4117 |
msgid "Posts from Blog2Social"
|
4118 |
msgstr "Beiträge von Blog2Social"
|
4119 |
|
4120 |
-
#: ../../plugins/blog2social-v-4-9/views/prg/html/form.phtml:7
|
4121 |
msgid "Post a Press Release"
|
4122 |
msgstr "Beitrag als Pressemitteilung veröffentlichen"
|
4123 |
|
4124 |
-
#: ../../plugins/blog2social-v-4-9/views/prg/html/form.phtml:11
|
4125 |
msgid "Category"
|
4126 |
msgstr "Kategorie"
|
4127 |
|
4128 |
-
#: ../../plugins/blog2social-v-4-9/views/prg/html/form.phtml:12
|
4129 |
msgid "Language"
|
4130 |
msgstr "Sprache"
|
4131 |
|
4132 |
-
#: ../../plugins/blog2social-v-4-9/views/prg/html/form.phtml:20
|
4133 |
msgid "German"
|
4134 |
msgstr "Deutsch"
|
4135 |
|
4136 |
-
#: ../../plugins/blog2social-v-4-9/views/prg/html/form.phtml:21
|
4137 |
msgid "English"
|
4138 |
msgstr "Englisch"
|
4139 |
|
4140 |
-
#: ../../plugins/blog2social-v-4-9/views/prg/html/form.phtml:32 ../..
|
4141 |
-
#: /plugins/blog2social-v-4-9/views/prg/html/form.phtml:34
|
4142 |
msgid "Subtitle"
|
4143 |
msgstr "Untertitel"
|
4144 |
|
4145 |
-
#: ../../plugins/blog2social-v-4-9/views/prg/html/form.phtml:38 ../..
|
4146 |
-
#: /plugins/blog2social-v-4-9/views/prg/html/form.phtml:40
|
4147 |
msgid "YouTube-Link"
|
4148 |
msgstr "Youtube-Link"
|
4149 |
|
4150 |
-
#: ../../plugins/blog2social-v-4-9/views/prg/html/form.phtml:44 ../..
|
4151 |
-
#: /plugins/blog2social-v-4-9/views/prg/html/form.phtml:46
|
4152 |
msgid "Message"
|
4153 |
msgstr "Mitteilung"
|
4154 |
|
4155 |
-
#: ../../plugins/blog2social-v-4-9/views/prg/html/form.phtml:50
|
4156 |
msgid "Keywords"
|
4157 |
msgstr "Schlüsselworter"
|
4158 |
|
4159 |
-
#: ../../plugins/blog2social-v-4-9/views/prg/html/form.phtml:52
|
4160 |
msgid "Keywords with commas (e.g .: Blog2Social, PR-Gateway)"
|
4161 |
msgstr "Schlüsselwörter mit Komma getrennt (z.B.: Blog2Social,PR-Gateway)"
|
4162 |
|
4163 |
-
#: ../../plugins/blog2social-v-4-9/views/prg/html/form.phtml:56 ../..
|
4164 |
-
#: /plugins/blog2social-v-4-9/views/prg/html/form.phtml:58
|
4165 |
msgid "Shortext"
|
4166 |
msgstr "Kurzbeschreibung"
|
4167 |
|
4168 |
-
#: ../../plugins/blog2social-v-4-9/views/prg/html/form.phtml:69
|
4169 |
msgid "Contact Details"
|
4170 |
msgstr "Kontaktangaben"
|
4171 |
|
4172 |
-
#: ../../plugins/blog2social-v-4-9/views/prg/html/form.phtml:74
|
4173 |
msgid "Company"
|
4174 |
msgstr "Firmenkontakt"
|
4175 |
|
4176 |
-
#: ../../plugins/blog2social-v-4-9/views/prg/html/form.phtml:77
|
4177 |
msgid "Press"
|
4178 |
msgstr "Pressekontakt"
|
4179 |
|
4180 |
-
#: ../../plugins/blog2social-v-4-9/views/prg/html/form.phtml:84 ../..
|
4181 |
-
#: /plugins/blog2social-v-4-9/views/prg/html/form.phtml:86 ../..
|
4182 |
-
#: /plugins/blog2social-v-4-9/views/prg/html/form.phtml:161 ../..
|
4183 |
-
#: /plugins/blog2social-v-4-9/views/prg/html/form.phtml:163
|
4184 |
msgid "Name"
|
4185 |
msgstr "Name"
|
4186 |
|
4187 |
-
#: ../../plugins/blog2social-v-4-9/views/prg/html/form.phtml:95 ../..
|
4188 |
-
#: /plugins/blog2social-v-4-9/views/prg/html/form.phtml:172
|
4189 |
msgid "Mrs."
|
4190 |
msgstr "Frau"
|
4191 |
|
4192 |
-
#: ../../plugins/blog2social-v-4-9/views/prg/html/form.phtml:96 ../..
|
4193 |
-
#: /plugins/blog2social-v-4-9/views/prg/html/form.phtml:173
|
4194 |
msgid "Mr."
|
4195 |
msgstr "Herr"
|
4196 |
|
4197 |
-
#: ../../plugins/blog2social-v-4-9/views/prg/html/form.phtml:107 ../..
|
4198 |
-
#: /plugins/blog2social-v-4-9/views/prg/html/form.phtml:110 ../..
|
4199 |
-
#: /plugins/blog2social-v-4-9/views/prg/html/form.phtml:184 ../..
|
4200 |
-
#: /plugins/blog2social-v-4-9/views/prg/html/form.phtml:187
|
4201 |
msgid "Street"
|
4202 |
msgstr "Straße"
|
4203 |
|
4204 |
-
#: ../../plugins/blog2social-v-4-9/views/prg/html/form.phtml:108 ../..
|
4205 |
-
#: /plugins/blog2social-v-4-9/views/prg/html/form.phtml:113 ../..
|
4206 |
-
#: /plugins/blog2social-v-4-9/views/prg/html/form.phtml:185 ../..
|
4207 |
-
#: /plugins/blog2social-v-4-9/views/prg/html/form.phtml:190
|
4208 |
msgid "Number"
|
4209 |
msgstr "Nummer"
|
4210 |
|
4211 |
-
#: ../../plugins/blog2social-v-4-9/views/prg/html/form.phtml:117 ../..
|
4212 |
-
#: /plugins/blog2social-v-4-9/views/prg/html/form.phtml:120 ../..
|
4213 |
-
#: /plugins/blog2social-v-4-9/views/prg/html/form.phtml:194 ../..
|
4214 |
-
#: /plugins/blog2social-v-4-9/views/prg/html/form.phtml:197
|
4215 |
msgid "Zip Code"
|
4216 |
msgstr "PLZ"
|
4217 |
|
4218 |
-
#: ../../plugins/blog2social-v-4-9/views/prg/html/form.phtml:118 ../..
|
4219 |
-
#: /plugins/blog2social-v-4-9/views/prg/html/form.phtml:123 ../..
|
4220 |
-
#: /plugins/blog2social-v-4-9/views/prg/html/form.phtml:195 ../..
|
4221 |
-
#: /plugins/blog2social-v-4-9/views/prg/html/form.phtml:200
|
4222 |
msgid "City"
|
4223 |
msgstr "Stadt"
|
4224 |
|
4225 |
-
#: ../../plugins/blog2social-v-4-9/views/prg/html/form.phtml:127 ../..
|
4226 |
-
#: /plugins/blog2social-v-4-9/views/prg/html/form.phtml:204
|
4227 |
msgid "Country"
|
4228 |
msgstr "Land"
|
4229 |
|
4230 |
-
#: ../../plugins/blog2social-v-4-9/views/prg/html/form.phtml:135 ../..
|
4231 |
-
#: /plugins/blog2social-v-4-9/views/prg/html/form.phtml:137 ../..
|
4232 |
-
#: /plugins/blog2social-v-4-9/views/prg/html/form.phtml:212 ../..
|
4233 |
-
#: /plugins/blog2social-v-4-9/views/prg/html/form.phtml:214
|
4234 |
msgid "Phone"
|
4235 |
msgstr "Telefon"
|
4236 |
|
4237 |
-
#: ../../plugins/blog2social-v-4-9/views/prg/html/form.phtml:147 ../..
|
4238 |
-
#: /plugins/blog2social-v-4-9/views/prg/html/form.phtml:149 ../..
|
4239 |
-
#: /plugins/blog2social-v-4-9/views/prg/html/form.phtml:224 ../..
|
4240 |
-
#: /plugins/blog2social-v-4-9/views/prg/html/form.phtml:226
|
4241 |
msgid "Website"
|
4242 |
msgstr "Webseite"
|
4243 |
|
4244 |
-
#: ../../plugins/blog2social-v-4-9/views/prg/html/form.phtml:153 ../..
|
4245 |
-
#: /plugins/blog2social-v-4-9/views/prg/html/form.phtml:155
|
4246 |
msgid "Company Description"
|
4247 |
msgstr "Firmenbeschreibung"
|
4248 |
|
4249 |
-
#: ../../plugins/blog2social-v-4-9/views/prg/html/header.phtml:8
|
4250 |
msgid "You are signed out of <b>PR-Gateway</b>!"
|
4251 |
msgstr "Du bist nun bei PR-Gateway abgemeldet!"
|
4252 |
|
4253 |
-
#: ../../plugins/blog2social-v-4-9/views/prg/html/header.phtml:17
|
4254 |
msgid "Your message will now be sent over PR gateway to the press portals!"
|
4255 |
msgstr "Deine Mitteilung wird nun über PR-Gateway an die Presseportale übermittelt!"
|
4256 |
|
4257 |
-
#: ../../plugins/blog2social-v-4-9/views/prg/html/header.phtml:18
|
4258 |
msgid "See all publications for your message live on "
|
4259 |
msgstr "Verfolge live die Veröffentlichungen Deiner Mitteilung unter"
|
4260 |
|
4261 |
-
#: ../../plugins/blog2social-v-4-9/views/prg/html/header.phtml:20
|
4262 |
msgid "Your message save as draft by PR-Gateway!"
|
4263 |
msgstr ""
|
4264 |
"Deine Mitteilung wurde erfolgreich an PR-Gateway übermittelt und als Entwurf "
|
4265 |
"abgelegt!"
|
4266 |
|
4267 |
-
#: ../../plugins/blog2social-v-4-9/views/prg/html/header.phtml:28
|
4268 |
msgid ""
|
4269 |
"Unfortunately your request can not be processed by Blog2Social. Please try "
|
4270 |
"again!"
|
@@ -4272,13 +4427,13 @@ msgstr ""
|
|
4272 |
"Deine Anfrage kann leider vom Blog2Social nicht verarbeitet werden. Bitte "
|
4273 |
"versuche es erneut!"
|
4274 |
|
4275 |
-
#: ../../plugins/blog2social-v-4-9/views/prg/html/header.phtml:34
|
4276 |
msgid "Your message has not been received successfully with us. Please try again!"
|
4277 |
msgstr ""
|
4278 |
"Deine Mitteilung ist bei uns leider nicht erfolglreich eingegangen. Bitte "
|
4279 |
"versuche es erneut!"
|
4280 |
|
4281 |
-
#: ../../plugins/blog2social-v-4-9/views/prg/html/header.phtml:48
|
4282 |
msgid ""
|
4283 |
"PR-Gateway offers a paid online distribution service for submitting press "
|
4284 |
"releases, articles and social media news to more than 250 news sites, "
|
@@ -4297,10 +4452,10 @@ msgstr ""
|
|
4297 |
"auf ausgewählten kostenfreien und kostenpflichtigen Portale zu "
|
4298 |
"veröffentlichen."
|
4299 |
|
4300 |
-
#: ../../plugins/blog2social-v-4-9/views/prg/html/header.phtml:49
|
4301 |
msgid "Register here to open your PR-Gateway account."
|
4302 |
msgstr "Registriere hier Deinen PR-Gateway Account, kostenlos und unverbindlich."
|
4303 |
|
4304 |
-
#: ../../plugins/blog2social-v-4-9/views/prg/html/header.phtml:66
|
4305 |
msgid "Logout"
|
4306 |
msgstr "Abmelden"
|
4 |
"Stable (latest release)\n"
|
5 |
"Report-Msgid-Bugs-To: \n"
|
6 |
"POT-Creation-Date: Thu May 18 2017 09:57:01 GMT+0200\n"
|
7 |
+
"PO-Revision-Date: Tue Aug 07 2018 08:56:28 GMT+0200\n"
|
8 |
"Last-Translator: Sven Bürger <s.buerger@adenion.de>\n"
|
9 |
"Language-Team: \n"
|
10 |
"Language: German\n"
|
23 |
"esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
|
24 |
"X-Loco-Target-Locale: de_DE"
|
25 |
|
26 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:190
|
27 |
+
msgid ""
|
28 |
+
"Immediate Cross-Posting across all networks: Share an unlimited number of "
|
29 |
+
"posts"
|
30 |
+
msgstr ""
|
31 |
+
"Immediate Cross-Posting über alle Netzwerke hinweg: Teile eine unbegrenzte "
|
32 |
+
"Anzahl an Beiträgen"
|
33 |
+
|
34 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:191
|
35 |
+
msgid "Scheduled Auto-Posting"
|
36 |
+
msgstr "Scheduled Auto-Posting"
|
37 |
+
|
38 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:191 ../..
|
39 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:194
|
40 |
+
msgid "Upgrade"
|
41 |
+
msgstr "Upgrade"
|
42 |
+
|
43 |
#. Name of the plugin
|
44 |
msgid "Blog2Social: Social Media Auto Post & Scheduler"
|
45 |
msgstr "Blog2Social: Social Media Auto Post & Scheduler"
|
65 |
msgid "Blog2Social, Adenion"
|
66 |
msgstr "Blog2Social, Adenion"
|
67 |
|
68 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Calendar/Filter.php:123
|
69 |
msgid "show all"
|
70 |
msgstr "alle anzeigen"
|
71 |
|
72 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Network/Item.php:46 ../..
|
73 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Navbar.php:32
|
74 |
msgid "Default"
|
75 |
msgstr "Standard"
|
76 |
|
77 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Network/Item.php:46
|
78 |
msgid "Show all"
|
79 |
msgstr "alle anzeigen"
|
80 |
|
81 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Network/Item.php:47 ../..
|
82 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Network/Item.php:131
|
83 |
msgid "My profile"
|
84 |
msgstr "Mein Profil"
|
85 |
|
86 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Network/Item.php:49
|
87 |
msgid "Your profiles:"
|
88 |
msgstr "weitere Profile:"
|
89 |
|
90 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Network/Item.php:104 ../..
|
91 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:267
|
92 |
msgid "Connections"
|
93 |
msgstr "Verbindungen"
|
94 |
|
95 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Network/Item.php:116 ../..
|
96 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Network/Item.php:116 ../..
|
97 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Network/Item.php:154 ../..
|
98 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Network/Item.php:156 ../..
|
99 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:276 ../..
|
100 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:457 ../..
|
101 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:471 ../..
|
102 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:493 ../..
|
103 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:544 ../..
|
104 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Portale.php:34 ../..
|
105 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Portale.php:34 ../..
|
106 |
+
#: /plugins/blog2social-v-4-9-1/includes/Loader.php:576
|
107 |
msgid "Profile"
|
108 |
msgstr "Profil"
|
109 |
|
110 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Network/Item.php:116 ../..
|
111 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Portale.php:34
|
112 |
msgid "You want to connect a network profile?"
|
113 |
msgstr "Du möchtest Dich mit einem Netzwerkprofil verbinden?"
|
114 |
|
115 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Network/Item.php:116 ../..
|
116 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Network/Item.php:119 ../..
|
117 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Network/Item.php:122 ../..
|
118 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/PostBox.php:110 ../..
|
119 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:115 ../..
|
120 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:137 ../..
|
121 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Image.php:75 ../..
|
122 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Image.php:82 ../..
|
123 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:700 ../..
|
124 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Portale.php:28 ../..
|
125 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Portale.php:31 ../..
|
126 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Portale.php:34 ../..
|
127 |
+
#: /plugins/blog2social-v-4-9-1/includes/Loader.php:654 ../../plugins/blog2social-
|
128 |
+
#: v-4-9-1/includes/Loader.php:722 ../../plugins/blog2social-v-4-9-
|
129 |
+
#: 1/views/b2s/network.php:35 ../../plugins/blog2social-v-4-9-
|
130 |
+
#: 1/views/b2s/partials/post-edit-modal.php:9 ../../plugins/blog2social-v-4-9-
|
131 |
+
#: 1/views/b2s/settings.php:67 ../../plugins/blog2social-v-4-9-
|
132 |
+
#: 1/views/b2s/settings.php:89 ../../plugins/blog2social-v-4-9-1/views/b2s/ship.
|
133 |
+
#: php:17 ../../plugins/blog2social-v-4-9-1/views/b2s/widgets/posts.php:31 ../..
|
134 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/html/post.navbar.phtml:9 ../..
|
135 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/html/post.navbar.phtml:13
|
136 |
msgid "PREMIUM"
|
137 |
msgstr "PREMIUM"
|
138 |
|
139 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Network/Item.php:119 ../..
|
140 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Network/Item.php:119 ../..
|
141 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Network/Item.php:186 ../..
|
142 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Network/Item.php:188 ../..
|
143 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:276 ../..
|
144 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:472 ../..
|
145 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:494 ../..
|
146 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:547 ../..
|
147 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Portale.php:31 ../..
|
148 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Portale.php:31 ../..
|
149 |
+
#: /plugins/blog2social-v-4-9-1/includes/Loader.php:576
|
150 |
msgid "Page"
|
151 |
msgstr "Seite"
|
152 |
|
153 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Network/Item.php:119 ../..
|
154 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Portale.php:31
|
155 |
msgid "You want to connect a network page?"
|
156 |
msgstr "Du möchtest eine Netzwerk-Seite verbinden?"
|
157 |
|
158 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Network/Item.php:122 ../..
|
159 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Network/Item.php:122 ../..
|
160 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Network/Item.php:218 ../..
|
161 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Network/Item.php:220 ../..
|
162 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:473 ../..
|
163 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:495 ../..
|
164 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:551 ../..
|
165 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Portale.php:28 ../..
|
166 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Portale.php:28 ../..
|
167 |
+
#: /plugins/blog2social-v-4-9-1/includes/Loader.php:576
|
168 |
msgid "Group"
|
169 |
msgstr "Gruppe"
|
170 |
|
171 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Network/Item.php:122 ../..
|
172 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Portale.php:28
|
173 |
msgid "You want to connect a social media group?"
|
174 |
msgstr "Du möchtest eine Social-Media-Gruppe verbinden?"
|
175 |
|
176 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Network/Item.php:165 ../..
|
177 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Network/Item.php:228
|
178 |
msgid "Authorization is interrupted since"
|
179 |
msgstr "Autorisierung ist unterbrochen seit"
|
180 |
|
181 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Network/Item.php:176 ../..
|
182 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Network/Item.php:208 ../..
|
183 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Network/Item.php:240
|
184 |
msgid "To reactivate this social media connection,"
|
185 |
msgstr "Um diese Social Media Verbindung zu reaktivieren,"
|
186 |
|
187 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Network/Item.php:176 ../..
|
188 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Network/Item.php:208 ../..
|
189 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Network/Item.php:240 ../..
|
190 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Image.php:32
|
191 |
msgid "please upgrade"
|
192 |
msgstr "Bitte upgraden"
|
193 |
|
194 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Network/Item.php:196
|
195 |
msgid "Authorization is interrupted since"
|
196 |
msgstr "Autorisierung ist unterbrochen seit"
|
197 |
|
198 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Post/Filter.php:34
|
199 |
msgid "all authors"
|
200 |
msgstr "alle Autoren"
|
201 |
|
202 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Post/Filter.php:49 ../..
|
203 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Post/Item.php:200 ../..
|
204 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Save.php:389 ../..
|
205 |
+
#: /plugins/blog2social-v-4-9-1/includes/PRG/Post/Filter.php:41 ../..
|
206 |
+
#: /plugins/blog2social-v-4-9-1/includes/PRG/Post/Item.php:97 ../..
|
207 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/ship.php:12 ../../plugins/blog2social-v-
|
208 |
+
#: 4-9-1/views/b2s/ship.php:537
|
209 |
msgid "published"
|
210 |
msgstr "veröffentlicht"
|
211 |
|
212 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Post/Filter.php:49 ../..
|
213 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Post/Item.php:200 ../..
|
214 |
+
#: /plugins/blog2social-v-4-9-1/includes/PRG/Post/Filter.php:41 ../..
|
215 |
+
#: /plugins/blog2social-v-4-9-1/includes/PRG/Post/Item.php:97 ../..
|
216 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/ship.php:12
|
217 |
msgid "scheduled"
|
218 |
msgstr "geplant"
|
219 |
|
220 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Post/Filter.php:49 ../..
|
221 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Post/Item.php:200 ../..
|
222 |
+
#: /plugins/blog2social-v-4-9-1/includes/PRG/Post/Item.php:97 ../..
|
223 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/ship.php:12
|
224 |
msgid "draft"
|
225 |
msgstr "Entwurf"
|
226 |
|
227 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Post/Filter.php:50
|
228 |
msgid "all statuses"
|
229 |
msgstr "kein Status"
|
230 |
|
231 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Post/Filter.php:61 ../..
|
232 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Post/Filter.php:73
|
233 |
msgid "newest first"
|
234 |
msgstr "neuste zuerst"
|
235 |
|
236 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Post/Filter.php:61 ../..
|
237 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Post/Filter.php:73
|
238 |
msgid "oldest first"
|
239 |
msgstr "älteste zuerst"
|
240 |
|
241 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Post/Filter.php:86
|
242 |
msgid "all categories & tags"
|
243 |
msgstr "alle Kategorien & Schlagwörter"
|
244 |
|
245 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Post/Filter.php:108 ../..
|
246 |
+
#: /plugins/blog2social-v-4-9-1/includes/PRG/Post/Filter.php:53
|
247 |
msgid "all post types"
|
248 |
msgstr "alle Typen"
|
249 |
|
250 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Post/Filter.php:129 ../..
|
251 |
+
#: /plugins/blog2social-v-4-9-1/includes/PRG/Post/Filter.php:74
|
252 |
msgid "Search Title"
|
253 |
msgstr "Suche nach Titel"
|
254 |
|
255 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Post/Filter.php:149 ../..
|
256 |
+
#: /plugins/blog2social-v-4-9-1/includes/PRG/Post/Filter.php:85
|
257 |
msgid "sort"
|
258 |
msgstr "sortieren"
|
259 |
|
260 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Post/Filter.php:150 ../..
|
261 |
+
#: /plugins/blog2social-v-4-9-1/includes/PRG/Post/Filter.php:86
|
262 |
msgid "reset"
|
263 |
msgstr "zurücksetzen"
|
264 |
|
265 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Post/Filter.php:155
|
266 |
msgid "selected date"
|
267 |
msgstr "ausgewähltes Datum"
|
268 |
|
269 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Post/Filter.php:155
|
270 |
msgid "scheduled post(s)"
|
271 |
msgstr "geplante Beiträge"
|
272 |
|
273 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Post/Item.php:203
|
274 |
msgid "You have no posts published or scheduled."
|
275 |
+
msgstr "Du hast derzeit keine Beiträge veröffentlicht oder geplant."
|
276 |
|
277 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Post/Item.php:225
|
278 |
msgid "last shared on social media"
|
279 |
msgstr "zuletzt auf Social Media geteilt"
|
280 |
|
281 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Post/Item.php:233
|
282 |
msgid "Share on Social Media"
|
283 |
msgstr "auf Social Media teilen"
|
284 |
|
285 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Post/Item.php:235 ../..
|
286 |
+
#: /plugins/blog2social-v-4-9-1/includes/PRG/Post/Item.php:129
|
287 |
msgid "Author"
|
288 |
msgstr "Autor"
|
289 |
|
290 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Post/Item.php:235 ../..
|
291 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/ship.php:31
|
292 |
msgid "on blog"
|
293 |
msgstr "auf dem Blog"
|
294 |
|
295 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Post/Item.php:252 ../..
|
296 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/ship.php:234 ../../plugins/blog2social-
|
297 |
+
#: v-4-9-1/views/b2s/ship.php:236
|
298 |
msgid "Re-share this post"
|
299 |
msgstr "Diesen Beitrag nochmal teilen"
|
300 |
|
301 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Post/Item.php:253 ../..
|
302 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Post/Item.php:277 ../..
|
303 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Post/Item.php:299
|
304 |
msgid "Details"
|
305 |
msgstr "Details"
|
306 |
|
307 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Post/Item.php:255
|
308 |
msgid "shared social media posts"
|
309 |
msgstr "geteilte Beiträge"
|
310 |
|
311 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Post/Item.php:255
|
312 |
msgid "latest share by"
|
313 |
msgstr "zuletzt geteilt von"
|
314 |
|
315 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Post/Item.php:279 ../..
|
316 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/widgets/activity.php:13
|
317 |
msgid "scheduled social media posts"
|
318 |
msgstr "geplante Beiträge"
|
319 |
|
320 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Post/Item.php:279
|
321 |
msgid "next share by"
|
322 |
msgstr "als nächstes geteilt von"
|
323 |
|
324 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Post/Item.php:301
|
325 |
+
msgid "social media posts ready to be shared"
|
326 |
+
msgstr "Social Media Posts sind bereit geteilt zu werden"
|
327 |
+
|
328 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Post/Item.php:413 ../..
|
329 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/settings.php:33 ../..
|
330 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/widgets/premium.php:47
|
331 |
msgid "Auto-Posting"
|
332 |
msgstr "Auto-Posting"
|
333 |
|
334 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Post/Item.php:413 ../..
|
335 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Post/Item.php:545 ../..
|
336 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Save.php:399
|
337 |
msgid "Retweet"
|
338 |
msgstr "Retweet"
|
339 |
|
340 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Post/Item.php:419 ../..
|
341 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Post/Item.php:488 ../..
|
342 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Post/Item.php:550
|
343 |
msgid "select all"
|
344 |
msgstr "alle auswählen"
|
345 |
|
346 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Post/Item.php:422
|
347 |
msgid "show"
|
348 |
msgstr "ansehen"
|
349 |
|
350 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Post/Item.php:429 ../..
|
351 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Save.php:410
|
352 |
msgid "Please see"
|
353 |
msgstr "Siehe"
|
354 |
|
355 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Post/Item.php:429 ../..
|
356 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Save.php:410
|
357 |
msgid "FAQ"
|
358 |
msgstr "FAQ"
|
359 |
|
360 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Post/Item.php:434
|
361 |
msgid "sharing in progress by"
|
362 |
msgstr "wir geteilt"
|
363 |
|
364 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Post/Item.php:434
|
365 |
msgid "shared by"
|
366 |
msgstr "geteilt von"
|
367 |
|
368 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Post/Item.php:455 ../..
|
369 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Post/Item.php:468
|
370 |
msgid "You want to delete a publish post entry?"
|
371 |
msgstr "Du möchtest einen veröffentlichten Beitrag löschen?"
|
372 |
|
373 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Post/Item.php:456 ../..
|
374 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Post/Item.php:469
|
375 |
msgid "delete from reporting"
|
376 |
msgstr "aus Reporting löschen"
|
377 |
|
378 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Post/Item.php:459
|
379 |
msgid "re-share"
|
380 |
msgstr "erneut teilen"
|
381 |
|
382 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Post/Item.php:491
|
383 |
+
msgid "is waiting to shared by"
|
384 |
+
msgstr "wartet darauf geteilt zu werden\n"
|
385 |
+
|
386 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Post/Item.php:520 ../..
|
387 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Save.php:380
|
388 |
+
msgid "share"
|
389 |
+
msgstr "teilen"
|
390 |
+
|
391 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Post/Item.php:528
|
392 |
+
msgid "You want to delete your Social Media post?"
|
393 |
+
msgstr "Du möchtest Deinen Social Media Post löschen?"
|
394 |
+
|
395 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Post/Item.php:529 ../..
|
396 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Post/Item.php:571 ../..
|
397 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:104 ../..
|
398 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:678 ../..
|
399 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:816
|
400 |
+
msgid "delete"
|
401 |
+
msgstr "löschen"
|
402 |
+
|
403 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Post/Item.php:562
|
404 |
msgid "scheduled by"
|
405 |
msgstr "geplant von "
|
406 |
|
407 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Post/Item.php:567
|
408 |
msgid "You want to edit your scheduled post?"
|
409 |
msgstr "Möchtest Du Deinen geplanten Beitrag bearbeiten?"
|
410 |
|
411 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Post/Item.php:568
|
412 |
msgid "edit"
|
413 |
msgstr "bearbeiten"
|
414 |
|
415 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Post/Item.php:579
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
416 |
msgid "delete scheduling"
|
417 |
msgstr "Planung löschen"
|
418 |
|
419 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/PostBox.php:27 ../..
|
420 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:50
|
421 |
msgid "Please see FAQ"
|
422 |
msgstr "Siehe FAQ"
|
423 |
|
424 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/PostBox.php:36
|
425 |
msgid "last auto-post:"
|
426 |
msgstr "letzter Auto-Post:"
|
427 |
|
428 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/PostBox.php:78 ../..
|
429 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/ship.php:539 ../../plugins/blog2social-
|
430 |
+
#: v-4-9-1/views/b2s/html/header.phtml:55
|
431 |
msgid "The connection to the server failed. Try again!"
|
432 |
msgstr ""
|
433 |
"Eine Verbindung zum Server konnte nicht hergestellt werden. Versuche es "
|
434 |
"erneut!"
|
435 |
|
436 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/PostBox.php:79 ../..
|
437 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:49
|
438 |
msgid ""
|
439 |
"WordPress uses heartbeats by default, Blog2Social as well. Please enable "
|
440 |
"heartbeats for using Blog2Social!"
|
442 |
"WordPress verwendet standardmäßig den Heartbeat und Blog2Social auch. "
|
443 |
"Aktiviere den Heartbeat damit Du Blog2Social problemlos nutzen kannst."
|
444 |
|
445 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/PostBox.php:80 ../..
|
446 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/PostBox.php:82
|
447 |
msgid ""
|
448 |
"Your post is still on draft or pending status. Please make sure that your "
|
449 |
"post is published or scheduled to be published on this blog. You can then "
|
453 |
"geplant ist. Dann kannst Du Deinen Beitrag mit Blog2Social anpassen und "
|
454 |
"planen."
|
455 |
|
456 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/PostBox.php:81 ../..
|
457 |
+
#: /plugins/blog2social-v-4-9-1/includes/Loader.php:534
|
458 |
msgid ""
|
459 |
"There are no authorizations for your selected profile. Please, authorize "
|
460 |
"with a social network or select a other profile."
|
462 |
"Dein ausgewähltes Profil hat keine Autorisierungen. Bitte, verbinde Dich "
|
463 |
"mit einem Netzwerk oder wähle ein anderes Profil aus. "
|
464 |
|
465 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/PostBox.php:81 ../..
|
466 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/PostBox.php:179
|
467 |
msgid "Network settings"
|
468 |
msgstr "Netzwerkeinstellungen"
|
469 |
|
470 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/PostBox.php:83
|
471 |
msgid ""
|
472 |
"Notice: Please make sure, that your website address is reachable. The Social "
|
473 |
"Networks do not allow postings from local installations."
|
475 |
"Hinweis: Bitte stelle sicher, dass Dein Blog von außen erreichbar ist. Bei "
|
476 |
"Fragen wende Dich bitte an unseren Support."
|
477 |
|
478 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/PostBox.php:99
|
479 |
msgid "Custom Sharing & Scheduling"
|
480 |
msgstr "Individuelles Teilen und Planen"
|
481 |
|
482 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/PostBox.php:99 ../..
|
483 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/PostBox.php:103 ../..
|
484 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:91 ../..
|
485 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:99 ../..
|
486 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:108 ../..
|
487 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:110 ../..
|
488 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:122 ../..
|
489 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:128 ../..
|
490 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:144 ../..
|
491 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:184 ../..
|
492 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:318 ../..
|
493 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:320 ../..
|
494 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:477 ../..
|
495 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:642 ../..
|
496 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/network.php:18 ../..
|
497 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/settings.php:69 ../..
|
498 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/settings.php:92 ../..
|
499 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/ship.php:55 ../../plugins/blog2social-v-
|
500 |
+
#: 4-9-1/views/b2s/ship.php:145 ../../plugins/blog2social-v-4-9-1/views/b2s/ship.
|
501 |
+
#: php:232
|
502 |
msgid "Info"
|
503 |
msgstr "Info"
|
504 |
|
505 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/PostBox.php:100
|
506 |
msgid "Customize & Schedule Social Media Posts"
|
507 |
msgstr "Social Media Posts anpassen & planen"
|
508 |
|
509 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/PostBox.php:102
|
510 |
+
msgid "Facebook Instant Sharing:"
|
511 |
+
msgstr "Facebook Instant Sharing:"
|
512 |
+
|
513 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/PostBox.php:102 ../..
|
514 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:142
|
515 |
+
msgid ""
|
516 |
+
"Auto-posts for Facebook Profiles will be shown in the \"Instant Sharing\" tab "
|
517 |
+
"on your \"Posts & Sharing\" navigation bar and can be shared on your Facebook "
|
518 |
+
"Profile by clicking on the \"Share\" button next to your auto-post."
|
519 |
+
msgstr ""
|
520 |
+
"Auto-Posts für Facebook-Profile laufen automatisch im \"Instant Sharing\" Tab "
|
521 |
+
"in der Navigationsleiste unter \"Beiträge\" ein und können durch einen Klick "
|
522 |
+
"auf den “Teilen” Button neben dem Post an Dein Facebook-Profil gesendet "
|
523 |
+
"werden."
|
524 |
+
|
525 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/PostBox.php:103 ../..
|
526 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:317
|
527 |
msgid "Social Media Auto-Posting"
|
528 |
msgstr "Social Media Auto-Posting"
|
529 |
|
530 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/PostBox.php:107
|
531 |
msgid "enable Auto-Posting"
|
532 |
msgstr "Auto-Posting aktivieren"
|
533 |
|
534 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/PostBox.php:117 ../..
|
535 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/network.php:47 ../..
|
536 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/network.php:172 ../..
|
537 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/post.approve.php:46 ../..
|
538 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/post.calendar.php:50 ../..
|
539 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/post.calendar.php:187 ../..
|
540 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/post.notice.php:40 ../..
|
541 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/post.php:37 ../../plugins/blog2social-v-
|
542 |
+
#: 4-9-1/views/b2s/post.publish.php:40 ../../plugins/blog2social-v-4-9-
|
543 |
+
#: 1/views/b2s/post.sched.php:52 ../../plugins/blog2social-v-4-9-1/views/b2s/ship.
|
544 |
+
#: php:167 ../../plugins/blog2social-v-4-9-1/views/b2s/ship.php:536 ../..
|
545 |
+
#: /plugins/blog2social-v-4-9-1/views/prg/html/header.phtml:81
|
546 |
msgid "Loading..."
|
547 |
msgstr "Lade Daten..."
|
548 |
|
549 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/PostBox.php:125
|
550 |
msgid "Blog2Social: Customize & Schedule Social Media Posts"
|
551 |
msgstr "Blog2Social : Beiträge anpassen & planen"
|
552 |
|
553 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/PostBox.php:128
|
554 |
msgid ""
|
555 |
"Customize and schedule your social media posts on the one page preview for "
|
556 |
"all your selected networks: tailor your posts with individual comments, "
|
564 |
"mehrfach oder wiederholt, um mehr Sichtbarkeit und Feedback von Deiner "
|
565 |
"Community zu erzielen"
|
566 |
|
567 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/PostBox.php:137 ../..
|
568 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:306
|
569 |
msgid "Blog2Social: Social Media Auto-Posting"
|
570 |
msgstr "Blog2Social: Social Media Auto-Posting"
|
571 |
|
572 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/PostBox.php:141 ../..
|
573 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:310
|
574 |
msgid ""
|
575 |
"You have 2 general options to define the date and time to share your blog "
|
576 |
"posts on social media with the Auto-Poster:"
|
578 |
"Dir stehen grundsätzlich 2 Möglichkeiten zur Verfügung, per Auto-Posting "
|
579 |
"Deine Blogbeiträge auf Social Media zu teilen: "
|
580 |
|
581 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/PostBox.php:142 ../..
|
582 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:311
|
583 |
msgid "1. Immediately after publishing your blog post"
|
584 |
msgstr "Sofort nach Veröffentlichung Deines Blogbeitrags "
|
585 |
|
586 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/PostBox.php:143 ../..
|
587 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:312
|
588 |
msgid ""
|
589 |
"Published blog posts: If you publish your blog post with click on publish in "
|
590 |
"your WordPress post editor, Blog2Social will automatically share your social "
|
594 |
"auf “veröffentlichen” im Beitrags-Editor Deines Blogs sofort veröffentlichst,"
|
595 |
" teilt Blog2Social Deinen Blogbeitrag unmittelbar auf Social Media."
|
596 |
|
597 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/PostBox.php:144 ../..
|
598 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:313
|
599 |
msgid ""
|
600 |
"Scheduled blog posts: If you schedule your blog post with click on schedule "
|
601 |
"in your WordPress post editor, Blog2Social will share your social media post "
|
606 |
"Deines Blogs klickst, teilt Blog2Social Deinen Blogbeitrag direkt nach der "
|
607 |
"Veröffentlichung auf Social Media. "
|
608 |
|
609 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/PostBox.php:145 ../..
|
610 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:314
|
611 |
msgid ""
|
612 |
"2. Schedule your social media posts for a specific date and time If you want "
|
613 |
"to share your post at a particular date and time, different from your "
|
619 |
"abweichen, wähle die Option “zu bestimmten Zeiten” und lege das Datum und "
|
620 |
"die Uhrzeit fest. "
|
621 |
|
622 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/PostBox.php:149 ../..
|
623 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:319
|
624 |
msgid "You want to auto-post your blog post?"
|
625 |
msgstr "Du möchtest Deinen Beitrag automatisch posten?"
|
626 |
|
627 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/PostBox.php:150 ../..
|
628 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/network.php:98 ../..
|
629 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/post.calendar.php:225 ../..
|
630 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/ship.php:300 ../../plugins/blog2social-
|
631 |
+
#: v-4-9-1/views/b2s/ship.php:360 ../../plugins/blog2social-v-4-9-
|
632 |
+
#: 1/views/b2s/ship.php:406 ../../plugins/blog2social-v-4-9-
|
633 |
+
#: 1/views/b2s/html/footer.phtml:25 ../../plugins/blog2social-v-4-9-
|
634 |
+
#: 1/views/b2s/html/footer.phtml:143 ../../plugins/blog2social-v-4-9-
|
635 |
+
#: 1/views/b2s/html/footer.phtml:209 ../../plugins/blog2social-v-4-9-
|
636 |
+
#: 1/views/b2s/html/footer.phtml:249 ../../plugins/blog2social-v-4-9-
|
637 |
+
#: 1/views/b2s/html/footer.phtml:320 ../../plugins/blog2social-v-4-9-
|
638 |
+
#: 1/views/b2s/html/footer.phtml:405
|
639 |
msgid "With Blog2Social Premium you can:"
|
640 |
msgstr "Mit Blog2Social kannst Du:"
|
641 |
|
642 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/PostBox.php:153 ../..
|
643 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/network.php:101 ../..
|
644 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/post.calendar.php:228 ../..
|
645 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/ship.php:303 ../../plugins/blog2social-
|
646 |
+
#: v-4-9-1/views/b2s/ship.php:363 ../../plugins/blog2social-v-4-9-
|
647 |
+
#: 1/views/b2s/ship.php:409 ../../plugins/blog2social-v-4-9-
|
648 |
+
#: 1/views/b2s/html/footer.phtml:28 ../../plugins/blog2social-v-4-9-
|
649 |
+
#: 1/views/b2s/html/footer.phtml:146 ../../plugins/blog2social-v-4-9-
|
650 |
+
#: 1/views/b2s/html/footer.phtml:212 ../../plugins/blog2social-v-4-9-
|
651 |
+
#: 1/views/b2s/html/footer.phtml:252 ../../plugins/blog2social-v-4-9-
|
652 |
+
#: 1/views/b2s/html/footer.phtml:323 ../../plugins/blog2social-v-4-9-
|
653 |
+
#: 1/views/b2s/html/footer.phtml:408 ../../plugins/blog2social-v-4-9-
|
654 |
+
#: 1/views/b2s/html/header.phtml:318
|
655 |
msgid "Post on pages and groups"
|
656 |
msgstr "Poste auf Seiten und in Gruppen"
|
657 |
|
658 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/PostBox.php:154 ../..
|
659 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/network.php:102 ../..
|
660 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/post.calendar.php:229 ../..
|
661 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/ship.php:304 ../../plugins/blog2social-
|
662 |
+
#: v-4-9-1/views/b2s/ship.php:364 ../../plugins/blog2social-v-4-9-
|
663 |
+
#: 1/views/b2s/ship.php:410 ../../plugins/blog2social-v-4-9-
|
664 |
+
#: 1/views/b2s/html/footer.phtml:29 ../../plugins/blog2social-v-4-9-
|
665 |
+
#: 1/views/b2s/html/footer.phtml:147 ../../plugins/blog2social-v-4-9-
|
666 |
+
#: 1/views/b2s/html/footer.phtml:213 ../../plugins/blog2social-v-4-9-
|
667 |
+
#: 1/views/b2s/html/footer.phtml:253 ../../plugins/blog2social-v-4-9-
|
668 |
+
#: 1/views/b2s/html/footer.phtml:324 ../../plugins/blog2social-v-4-9-
|
669 |
+
#: 1/views/b2s/html/footer.phtml:409
|
670 |
msgid "Share on multiple profiles, pages and groups"
|
671 |
msgstr "Auf mehreren Profilen, Seiten und Gruppen teilen"
|
672 |
|
673 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/PostBox.php:155 ../..
|
674 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/network.php:103 ../..
|
675 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/post.calendar.php:230 ../..
|
676 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/ship.php:305 ../../plugins/blog2social-
|
677 |
+
#: v-4-9-1/views/b2s/ship.php:365 ../../plugins/blog2social-v-4-9-
|
678 |
+
#: 1/views/b2s/ship.php:411 ../../plugins/blog2social-v-4-9-
|
679 |
+
#: 1/views/b2s/html/footer.phtml:30 ../../plugins/blog2social-v-4-9-
|
680 |
+
#: 1/views/b2s/html/footer.phtml:64 ../../plugins/blog2social-v-4-9-
|
681 |
+
#: 1/views/b2s/html/footer.phtml:148 ../../plugins/blog2social-v-4-9-
|
682 |
+
#: 1/views/b2s/html/footer.phtml:214 ../../plugins/blog2social-v-4-9-
|
683 |
+
#: 1/views/b2s/html/footer.phtml:254 ../../plugins/blog2social-v-4-9-
|
684 |
+
#: 1/views/b2s/html/footer.phtml:325 ../../plugins/blog2social-v-4-9-
|
685 |
+
#: 1/views/b2s/html/footer.phtml:410
|
686 |
msgid "Auto-post and auto-schedule new and updated blog posts"
|
687 |
msgstr ""
|
688 |
" Auto-posten und Auto-planen: Beiträge automatisch bei Veröffentlichung oder "
|
689 |
"Aktualisierung posten und zeitversetzt planen"
|
690 |
|
691 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/PostBox.php:156 ../..
|
692 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/network.php:104 ../..
|
693 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/post.calendar.php:231 ../..
|
694 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/ship.php:306 ../../plugins/blog2social-
|
695 |
+
#: v-4-9-1/views/b2s/ship.php:366 ../../plugins/blog2social-v-4-9-
|
696 |
+
#: 1/views/b2s/ship.php:412 ../../plugins/blog2social-v-4-9-
|
697 |
+
#: 1/views/b2s/html/footer.phtml:31 ../../plugins/blog2social-v-4-9-
|
698 |
+
#: 1/views/b2s/html/footer.phtml:149 ../../plugins/blog2social-v-4-9-
|
699 |
+
#: 1/views/b2s/html/footer.phtml:215 ../../plugins/blog2social-v-4-9-
|
700 |
+
#: 1/views/b2s/html/footer.phtml:255 ../../plugins/blog2social-v-4-9-
|
701 |
+
#: 1/views/b2s/html/footer.phtml:326 ../../plugins/blog2social-v-4-9-
|
702 |
+
#: 1/views/b2s/html/footer.phtml:411
|
703 |
msgid "Schedule your posts at the best times on each network"
|
704 |
msgstr "Plane Deine Beiträge zu den besten Zeiten für jedes Netzwerk"
|
705 |
|
706 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/PostBox.php:157 ../..
|
707 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/network.php:105 ../..
|
708 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/post.calendar.php:232 ../..
|
709 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/ship.php:307 ../../plugins/blog2social-
|
710 |
+
#: v-4-9-1/views/b2s/ship.php:367 ../../plugins/blog2social-v-4-9-
|
711 |
+
#: 1/views/b2s/ship.php:413 ../../plugins/blog2social-v-4-9-
|
712 |
+
#: 1/views/b2s/html/footer.phtml:32 ../../plugins/blog2social-v-4-9-
|
713 |
+
#: 1/views/b2s/html/footer.phtml:150 ../../plugins/blog2social-v-4-9-
|
714 |
+
#: 1/views/b2s/html/footer.phtml:216 ../../plugins/blog2social-v-4-9-
|
715 |
+
#: 1/views/b2s/html/footer.phtml:256 ../../plugins/blog2social-v-4-9-
|
716 |
+
#: 1/views/b2s/html/footer.phtml:327 ../../plugins/blog2social-v-4-9-
|
717 |
+
#: 1/views/b2s/html/footer.phtml:412
|
718 |
msgid ""
|
719 |
"Best Time Manager: use predefined best time scheduler to auto-schedule your "
|
720 |
"social media posts"
|
721 |
msgstr " Beste Zeiten Manager: vordefinierte Zeiten für Deine Beiträge nutzen"
|
722 |
|
723 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/PostBox.php:158 ../..
|
724 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/network.php:106 ../..
|
725 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/post.calendar.php:233 ../..
|
726 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/ship.php:308 ../../plugins/blog2social-
|
727 |
+
#: v-4-9-1/views/b2s/ship.php:368 ../../plugins/blog2social-v-4-9-
|
728 |
+
#: 1/views/b2s/ship.php:414 ../../plugins/blog2social-v-4-9-
|
729 |
+
#: 1/views/b2s/html/footer.phtml:33 ../../plugins/blog2social-v-4-9-
|
730 |
+
#: 1/views/b2s/html/footer.phtml:151 ../../plugins/blog2social-v-4-9-
|
731 |
+
#: 1/views/b2s/html/footer.phtml:217 ../../plugins/blog2social-v-4-9-
|
732 |
+
#: 1/views/b2s/html/footer.phtml:257 ../../plugins/blog2social-v-4-9-
|
733 |
+
#: 1/views/b2s/html/footer.phtml:328 ../../plugins/blog2social-v-4-9-
|
734 |
+
#: 1/views/b2s/html/footer.phtml:413
|
735 |
msgid "Schedule your post for one time, multiple times or recurrently"
|
736 |
msgstr ""
|
737 |
"Veröffentlichungen zur besten Zeit pro Netzwerk planen: einmalig, mehrmalig "
|
738 |
"oder nach einem regelmäßigen Muster"
|
739 |
|
740 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/PostBox.php:159 ../..
|
741 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/network.php:107 ../..
|
742 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/post.calendar.php:234 ../..
|
743 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/ship.php:309 ../../plugins/blog2social-
|
744 |
+
#: v-4-9-1/views/b2s/ship.php:369 ../../plugins/blog2social-v-4-9-
|
745 |
+
#: 1/views/b2s/ship.php:415 ../../plugins/blog2social-v-4-9-
|
746 |
+
#: 1/views/b2s/html/footer.phtml:34 ../../plugins/blog2social-v-4-9-
|
747 |
+
#: 1/views/b2s/html/footer.phtml:152 ../../plugins/blog2social-v-4-9-
|
748 |
+
#: 1/views/b2s/html/footer.phtml:218 ../../plugins/blog2social-v-4-9-
|
749 |
+
#: 1/views/b2s/html/footer.phtml:258 ../../plugins/blog2social-v-4-9-
|
750 |
+
#: 1/views/b2s/html/footer.phtml:329 ../../plugins/blog2social-v-4-9-
|
751 |
+
#: 1/views/b2s/html/footer.phtml:414
|
752 |
msgid "Schedule and re-share old posts"
|
753 |
msgstr "Plane und teile alte Beiträge"
|
754 |
|
755 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/PostBox.php:160 ../..
|
756 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/network.php:108 ../..
|
757 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/post.calendar.php:235 ../..
|
758 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/ship.php:310 ../../plugins/blog2social-
|
759 |
+
#: v-4-9-1/views/b2s/ship.php:370 ../../plugins/blog2social-v-4-9-
|
760 |
+
#: 1/views/b2s/ship.php:416 ../../plugins/blog2social-v-4-9-
|
761 |
+
#: 1/views/b2s/html/footer.phtml:35 ../../plugins/blog2social-v-4-9-
|
762 |
+
#: 1/views/b2s/html/footer.phtml:66 ../../plugins/blog2social-v-4-9-
|
763 |
+
#: 1/views/b2s/html/footer.phtml:153 ../../plugins/blog2social-v-4-9-
|
764 |
+
#: 1/views/b2s/html/footer.phtml:219 ../../plugins/blog2social-v-4-9-
|
765 |
+
#: 1/views/b2s/html/footer.phtml:259 ../../plugins/blog2social-v-4-9-
|
766 |
+
#: 1/views/b2s/html/footer.phtml:330 ../../plugins/blog2social-v-4-9-
|
767 |
+
#: 1/views/b2s/html/footer.phtml:415
|
768 |
msgid "Select link format or image format for your posts"
|
769 |
msgstr "Link-Posts oder Bild-Posts als Posting-Format für Deine Beiträge auswählen"
|
770 |
|
771 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/PostBox.php:161 ../..
|
772 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/network.php:109 ../..
|
773 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/post.calendar.php:236 ../..
|
774 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/ship.php:311 ../../plugins/blog2social-
|
775 |
+
#: v-4-9-1/views/b2s/ship.php:371 ../../plugins/blog2social-v-4-9-
|
776 |
+
#: 1/views/b2s/ship.php:417 ../../plugins/blog2social-v-4-9-
|
777 |
+
#: 1/views/b2s/html/footer.phtml:36 ../../plugins/blog2social-v-4-9-
|
778 |
+
#: 1/views/b2s/html/footer.phtml:67 ../../plugins/blog2social-v-4-9-
|
779 |
+
#: 1/views/b2s/html/footer.phtml:154 ../../plugins/blog2social-v-4-9-
|
780 |
+
#: 1/views/b2s/html/footer.phtml:220 ../../plugins/blog2social-v-4-9-
|
781 |
+
#: 1/views/b2s/html/footer.phtml:260 ../../plugins/blog2social-v-4-9-
|
782 |
+
#: 1/views/b2s/html/footer.phtml:331 ../../plugins/blog2social-v-4-9-
|
783 |
+
#: 1/views/b2s/html/footer.phtml:416
|
784 |
msgid "Select individual images per post"
|
785 |
msgstr "Individuelle Bilder für Deine Social Media Posts pro Netzwerk auswählen"
|
786 |
|
787 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/PostBox.php:162 ../..
|
788 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/network.php:110 ../..
|
789 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/post.calendar.php:237 ../..
|
790 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/ship.php:312 ../../plugins/blog2social-
|
791 |
+
#: v-4-9-1/views/b2s/ship.php:372 ../../plugins/blog2social-v-4-9-
|
792 |
+
#: 1/views/b2s/ship.php:418 ../../plugins/blog2social-v-4-9-
|
793 |
+
#: 1/views/b2s/html/footer.phtml:37 ../../plugins/blog2social-v-4-9-
|
794 |
+
#: 1/views/b2s/html/footer.phtml:155 ../../plugins/blog2social-v-4-9-
|
795 |
+
#: 1/views/b2s/html/footer.phtml:221 ../../plugins/blog2social-v-4-9-
|
796 |
+
#: 1/views/b2s/html/footer.phtml:261 ../../plugins/blog2social-v-4-9-
|
797 |
+
#: 1/views/b2s/html/footer.phtml:332 ../../plugins/blog2social-v-4-9-
|
798 |
+
#: 1/views/b2s/html/footer.phtml:417
|
799 |
msgid ""
|
800 |
"Reporting & calendar: keep track of your published and scheduled social "
|
801 |
"media posts"
|
803 |
"Reporting & Kalender: Verfolge Deine veröffentlichten und geplanten Social "
|
804 |
"Media Beiträge"
|
805 |
|
806 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/PostBox.php:164 ../..
|
807 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/network.php:112 ../..
|
808 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/post.calendar.php:239 ../..
|
809 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/ship.php:314 ../../plugins/blog2social-
|
810 |
+
#: v-4-9-1/views/b2s/ship.php:374 ../../plugins/blog2social-v-4-9-
|
811 |
+
#: 1/views/b2s/ship.php:420 ../../plugins/blog2social-v-4-9-
|
812 |
+
#: 1/views/b2s/html/footer.phtml:39 ../../plugins/blog2social-v-4-9-
|
813 |
+
#: 1/views/b2s/html/footer.phtml:157 ../../plugins/blog2social-v-4-9-
|
814 |
+
#: 1/views/b2s/html/footer.phtml:223 ../../plugins/blog2social-v-4-9-
|
815 |
+
#: 1/views/b2s/html/footer.phtml:263 ../../plugins/blog2social-v-4-9-
|
816 |
+
#: 1/views/b2s/html/footer.phtml:334 ../../plugins/blog2social-v-4-9-
|
817 |
+
#: 1/views/b2s/html/footer.phtml:419 ../../plugins/blog2social-v-4-9-
|
818 |
+
#: 1/views/b2s/html/header.phtml:254
|
819 |
msgid "Upgrade to PREMIUM"
|
820 |
msgstr "Jetzt auf Premium upgraden"
|
821 |
|
822 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/PostBox.php:166 ../..
|
823 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/network.php:114 ../..
|
824 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/post.calendar.php:241 ../..
|
825 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/ship.php:316 ../../plugins/blog2social-
|
826 |
+
#: v-4-9-1/views/b2s/ship.php:376 ../../plugins/blog2social-v-4-9-
|
827 |
+
#: 1/views/b2s/ship.php:422 ../../plugins/blog2social-v-4-9-
|
828 |
+
#: 1/views/b2s/html/footer.phtml:41 ../../plugins/blog2social-v-4-9-
|
829 |
+
#: 1/views/b2s/html/footer.phtml:72 ../../plugins/blog2social-v-4-9-
|
830 |
+
#: 1/views/b2s/html/footer.phtml:90 ../../plugins/blog2social-v-4-9-
|
831 |
+
#: 1/views/b2s/html/footer.phtml:159 ../../plugins/blog2social-v-4-9-
|
832 |
+
#: 1/views/b2s/html/footer.phtml:225 ../../plugins/blog2social-v-4-9-
|
833 |
+
#: 1/views/b2s/html/footer.phtml:265 ../../plugins/blog2social-v-4-9-
|
834 |
+
#: 1/views/b2s/html/footer.phtml:336 ../../plugins/blog2social-v-4-9-
|
835 |
+
#: 1/views/b2s/html/footer.phtml:421
|
836 |
msgid ""
|
837 |
"or <a href=\"http://service.blog2social.com/trial\" target=\"_blank\">start with "
|
838 |
"free 30-days-trial of Blog2Social Premium</a> (no payment information needed)"
|
841 |
"Deinen kostenlosen 30-tägigen Test von Blog2Social Premium</a>(keine "
|
842 |
"Zahlungsinformationen erforderlich)"
|
843 |
|
844 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/PostBox.php:179
|
845 |
msgid "Select profile:"
|
846 |
msgstr "Profil auswählen: "
|
847 |
|
848 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/PostBox.php:190
|
849 |
msgid "Select Twitter profile:"
|
850 |
msgstr "Twitter Profil auswählen:"
|
851 |
|
852 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/PostBox.php:208
|
853 |
msgid "When do you want to share your post on social media?"
|
854 |
msgstr "Wann möchtest Du Deinen Beitrag auf den Social Media teilen?"
|
855 |
|
856 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/PostBox.php:211
|
857 |
msgid "immediately after publishing"
|
858 |
msgstr "sofort nach Veröffentlichung"
|
859 |
|
860 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/PostBox.php:212
|
861 |
msgid "at scheduled times"
|
862 |
msgstr "zu geplanten Zeiten"
|
863 |
|
864 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/PostBox.php:215
|
865 |
msgid "You want to sched your blog post with Auto-Poster?"
|
866 |
msgstr "Du willst Deinen Blogbeitrag mit dem Autoposter planen?"
|
867 |
|
868 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/PostBox.php:215 ../..
|
869 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:70 ../..
|
870 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:88
|
871 |
msgid "Upgrade to PREMIUM PRO"
|
872 |
msgstr "Upgrade auf PREMIUM PRO"
|
873 |
|
874 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/PostBox.php:221
|
875 |
msgid "Select date:"
|
876 |
msgstr "Datum auswählen:"
|
877 |
|
878 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/PostBox.php:222 ../..
|
879 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:294
|
880 |
msgid "show calendar"
|
881 |
msgstr "Kalender anzeigen"
|
882 |
|
883 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/PostBox.php:229
|
884 |
msgid "post at"
|
885 |
msgstr "beachte"
|
886 |
|
887 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/PostBox.php:230
|
888 |
msgid "my time settings"
|
889 |
msgstr "meine Zeit-Einstellungen"
|
890 |
|
891 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/PostBox.php:231
|
892 |
msgid ""
|
893 |
"Note: If you have not specified your own times, we automatically provide "
|
894 |
"you with the best times to post on the social networks. You can always "
|
899 |
"posten. Du kannst jederzeit Deine eigenen Zeiten unter Einstellungen "
|
900 |
"bearbeiten."
|
901 |
|
902 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:84 ../..
|
903 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:104 ../..
|
904 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:660
|
905 |
msgid "Account"
|
906 |
msgstr "Konto"
|
907 |
|
908 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:87 ../..
|
909 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/settings.php:266
|
910 |
msgid "Personal Time Zone"
|
911 |
msgstr "Persönliche Zeitzone"
|
912 |
|
913 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:93
|
914 |
msgid "Timezone for Scheduling"
|
915 |
msgstr "Zeitzone für die Planung"
|
916 |
|
917 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:93
|
918 |
msgid "User"
|
919 |
msgstr "Benutzer"
|
920 |
|
921 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:98
|
922 |
msgid "Content"
|
923 |
msgstr "Inhalt"
|
924 |
|
925 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:99
|
926 |
msgid "Url Shortener"
|
927 |
msgstr "Url Shortener"
|
928 |
|
929 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:100
|
930 |
msgid "Bitly"
|
931 |
msgstr "Bitly"
|
932 |
|
933 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:103 ../..
|
934 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/ship.php:198
|
935 |
msgid "connect"
|
936 |
msgstr "Jetzt mit Netzwerken verbinden"
|
937 |
|
938 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:104
|
939 |
msgid "change"
|
940 |
msgstr "ändern"
|
941 |
|
942 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:108
|
943 |
msgid "allow shortcodes in my post"
|
944 |
msgstr "berücksichtige Shortcodes in meinen Beiträgen"
|
945 |
|
946 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:110
|
947 |
msgid "include Wordpress tags as hashtags in my post"
|
948 |
msgstr "Füge WordPress-Tags als Hashtags zu Deinen Social Media-Posts hinzu"
|
949 |
|
950 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:113 ../..
|
951 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:291
|
952 |
msgid "Define Twitter post content"
|
953 |
msgstr "Twitter Beitragsinhalt definieren"
|
954 |
|
955 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:119 ../..
|
956 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:374 ../..
|
957 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:389
|
958 |
msgid "title"
|
959 |
msgstr "Titel"
|
960 |
|
961 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:119 ../..
|
962 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:120 ../..
|
963 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:121
|
964 |
msgid "hashtags"
|
965 |
msgstr "Hashtags"
|
966 |
|
967 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:120
|
968 |
msgid "title & content"
|
969 |
msgstr "Titel & Inhalt"
|
970 |
|
971 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:120 ../..
|
972 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:121 ../..
|
973 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:365
|
974 |
msgid "(PREMIUM)"
|
975 |
msgstr "(PREMIUM)"
|
976 |
|
977 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:121
|
978 |
msgid "only content"
|
979 |
msgstr "nur Inhalt"
|
980 |
|
981 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:126
|
982 |
msgid "System"
|
983 |
msgstr "System"
|
984 |
|
985 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:127 ../..
|
986 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:314 ../..
|
987 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:339
|
988 |
msgid ""
|
989 |
"This is a global feature for your blog, which can only be edited by users "
|
990 |
"with admin rights."
|
992 |
"Dies ist eine globale Einstellung für Deinen Blog, die nur von Usern mit "
|
993 |
"Admin Rechten bearbeitet werden kann."
|
994 |
|
995 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:128
|
996 |
msgid "activate Legacy mode"
|
997 |
msgstr "Kompatibilitätsmodus aktivieren"
|
998 |
|
999 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:144
|
1000 |
msgid "Auto-post your own created posts"
|
1001 |
msgstr "Auto-Poste Deine selbsterstellten Blogbeiträge"
|
1002 |
|
1003 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:145
|
1004 |
msgid "Define by default to automatically post your posts on social media:"
|
1005 |
msgstr ""
|
1006 |
"Definiere standardmäßig Blogbeiträge oder Seiten, die Du auf Social Media "
|
1007 |
"automatisch teilen möchtest:"
|
1008 |
|
1009 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:147
|
1010 |
msgid ""
|
1011 |
"Select by default if the auto-poster is activated when you publish a new "
|
1012 |
"post or update a post."
|
1014 |
"Wähle standardmäßig aus, ob der Auto-Poster aktiviert ist, wenn Du einen "
|
1015 |
"neuen Beitrag veröffentlichst oder aktualisierst. "
|
1016 |
|
1017 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:152
|
1018 |
msgid "new posts"
|
1019 |
msgstr "Neue Beiträge"
|
1020 |
|
1021 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:153 ../..
|
1022 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:165
|
1023 |
msgid "Unselect all"
|
1024 |
msgstr "Alle abwählen"
|
1025 |
|
1026 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:153 ../..
|
1027 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:165
|
1028 |
msgid "Select all"
|
1029 |
msgstr "Alle auswählen"
|
1030 |
|
1031 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:161
|
1032 |
msgid ""
|
1033 |
"By enabling this feature your previously published social media posts will "
|
1034 |
"be sent again to your selected social media channels as soon as the post is "
|
1038 |
"Beiträge erneut an die Social Media Kanäle gesendet werden, sobald der "
|
1039 |
"Beitrag aktualisiert wird"
|
1040 |
|
1041 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:164
|
1042 |
msgid "updating existing posts"
|
1043 |
msgstr "Bestehenden Beitrag aktualisieren"
|
1044 |
|
1045 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:176 ../..
|
1046 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:218
|
1047 |
msgid "Save"
|
1048 |
msgstr " Speichern"
|
1049 |
|
1050 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:184
|
1051 |
msgid "Auto-post your imported posts to Twitter & Facebook"
|
1052 |
msgstr "Auto-Poste Deine importierten Beiträge auf Twitter & Facebook"
|
1053 |
|
1054 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:185
|
1055 |
msgid "Define by default to automatically share your imported posts to social media:"
|
1056 |
msgstr ""
|
1057 |
"Definiere standardmässig alle Deine importierten Beiträge auf den Social "
|
1058 |
"Media zu veröffentlichen:"
|
1059 |
|
1060 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:188
|
1061 |
msgid "Your current licence:"
|
1062 |
msgstr "Deine aktuelle Lizenz:"
|
1063 |
|
1064 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:193
|
1065 |
msgid "share up to"
|
1066 |
msgstr "teile bis zu"
|
1067 |
|
1068 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:193
|
1069 |
msgid "posts per day"
|
1070 |
msgstr "Beiträge pro Tag"
|
1071 |
|
1072 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:199
|
|
|
|
|
|
|
|
|
1073 |
msgid "Select by default to automatically share your imported posts"
|
1074 |
msgstr "Teile standardmäßig automatisch importierte Beiträge auf meinen Social Media"
|
1075 |
|
1076 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:203
|
1077 |
msgid "Select to auto-post to your standard networks:"
|
1078 |
msgstr "Wähle die Netzwerke aus, auf denen automatisch veröffentlicht werden soll:"
|
1079 |
|
1080 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:204
|
1081 |
msgid ""
|
1082 |
"In accordance with the new Twitter TOS, one Twitter account can be selected "
|
1083 |
"as your primary Twitter account for auto-posting."
|
1085 |
"In Übereinstimmung mit den neuen Twitter-AGB kann ein Twitter-Account als "
|
1086 |
"Ihr primärer Twitter-Account für das Auto-Posting ausgewählt werden."
|
1087 |
|
1088 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:204
|
1089 |
msgid "More information"
|
1090 |
msgstr "Zusätzliche Informationen"
|
1091 |
|
1092 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:206
|
1093 |
msgid "Select to auto-post immediately after publishing or with a delay"
|
1094 |
msgstr "Importierte Beiträge direkt veröffentlichen oder mit einer Verzögerung"
|
1095 |
|
1096 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:207
|
1097 |
msgid "immediately"
|
1098 |
msgstr "sofort"
|
1099 |
|
1100 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:208
|
1101 |
msgid "publish with a delay of"
|
1102 |
msgstr "veröffentlichen mit einer Verzögerung von"
|
1103 |
|
1104 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:209
|
1105 |
msgid "minutes"
|
1106 |
msgstr "Minuten"
|
1107 |
|
1108 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:232
|
1109 |
msgid "Filter Posts (Only posts that meet the following criteria will be autoposted)"
|
1110 |
msgstr ""
|
1111 |
"Beiträge filtern (Nur Beiträge, die die Kriterien erfüllen, werden "
|
1112 |
"automatisch veröffentlicht)"
|
1113 |
|
1114 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:233
|
1115 |
msgid "Post Types"
|
1116 |
msgstr "Posttypen"
|
1117 |
|
1118 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:234
|
1119 |
msgid "Include (Post only...)"
|
1120 |
msgstr "enthält (nur Beiträge, mit ...)"
|
1121 |
|
1122 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:235
|
1123 |
msgid "Exclude (Do no post ...)"
|
1124 |
msgstr "enthält nicht (Veröffentliche keine Beiträge, mit...)"
|
1125 |
|
1126 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:269
|
1127 |
msgid "add/change connection"
|
1128 |
msgstr "Verbindung hinzufügen/ändern"
|
1129 |
|
1130 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:312
|
1131 |
msgid "Reset all page and post meta data"
|
1132 |
msgstr "Lösche alle Seiten und Beitrags Meta Angaben"
|
1133 |
|
1134 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:317
|
1135 |
msgid "Meta Tags Settings for Posts and Pages"
|
1136 |
msgstr "Meta Tag Einstellungen für Beiträge und Seiten"
|
1137 |
|
1138 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:318
|
1139 |
msgid ""
|
1140 |
"Add Open Graph meta tags to your shared posts or pages, required by Facebook "
|
1141 |
"and other social networks to display your post or page image, title and "
|
1145 |
"Facebook und andere soziale Netzwerke Bilder, Titel und Beschreibung Deines "
|
1146 |
"Beitrag/Seite korrekt darstellen können."
|
1147 |
|
1148 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:320
|
1149 |
msgid ""
|
1150 |
"Add Twitter Card meta tags to your shared posts or pages, required by "
|
1151 |
"Twitter to display your post or page image, title and description correctly."
|
1154 |
"Twitter Bilder, Titel und Beschreibung Deines Beitrag/Seite korrekt "
|
1155 |
"darstellen kann."
|
1156 |
|
1157 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:341
|
1158 |
msgid "Frontpage Settings"
|
1159 |
msgstr "Frontpage Einstellungen"
|
1160 |
|
1161 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:343
|
1162 |
msgid ""
|
1163 |
"Add the default Open Graph parameters for title, description and image you "
|
1164 |
"want Facebook to display, if you share the frontpage of your blog as link "
|
1168 |
"die Open Graph Parameter bei Facebook, wenn Du die Frontpage Deines Blogs "
|
1169 |
"als Link Post teilst (http://www.DeinBlog.de) "
|
1170 |
|
1171 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:346 ../..
|
1172 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:367 ../..
|
1173 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/ship.php:30 ../../plugins/blog2social-v-
|
1174 |
+
#: 4-9-1/views/prg/ship.php:41 ../../plugins/blog2social-v-4-9-1/views/prg/ship.
|
1175 |
+
#: php:43 ../../plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:26 ../..
|
1176 |
+
#: /plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:28
|
1177 |
msgid "Title"
|
1178 |
msgstr "Titel"
|
1179 |
|
1180 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:347 ../..
|
1181 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:368
|
1182 |
msgid "Description"
|
1183 |
msgstr "Beschreibung"
|
1184 |
|
1185 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:348 ../..
|
1186 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:369
|
1187 |
msgid "Image URL"
|
1188 |
msgstr "Bild Url"
|
1189 |
|
1190 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:350 ../..
|
1191 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:371 ../..
|
1192 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Image.php:80 ../..
|
1193 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Image.php:82
|
1194 |
msgid "Image upload / Media Gallery"
|
1195 |
msgstr "Bild hochladen / Mediathek"
|
1196 |
|
1197 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:353
|
1198 |
msgid ""
|
1199 |
"Please note: Facebook supports images with a minimum dimension of 200x200 "
|
1200 |
"pixels and an aspect ratio of 1:1."
|
1202 |
"Bitte beachte: Facebook unterstützt Bilder mit einer Mindestgröße von "
|
1203 |
"200x200 Pixel and einem Bildgrößenverhältnis von 1:1."
|
1204 |
|
1205 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:359
|
1206 |
msgid ""
|
1207 |
"Add the default Twitter Card parameters for title, description and image you "
|
1208 |
"want Twitter to display, if you share the frontpage of your blog as link "
|
1212 |
"Image, wenn Du die Frontpage Deines Blogs als Link Post teilst (http://www."
|
1213 |
"DeinBlog.de) "
|
1214 |
|
1215 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:362
|
1216 |
msgid "The default card type to use"
|
1217 |
msgstr "Der zu verwendende Standard-Kartentyp"
|
1218 |
|
1219 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:364
|
1220 |
msgid "Summary"
|
1221 |
msgstr "Zusammenfassung"
|
1222 |
|
1223 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:365
|
1224 |
msgid "Summary with large image"
|
1225 |
msgstr "Zusammenfassung mit großem Bild"
|
1226 |
|
1227 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:374
|
1228 |
msgid ""
|
1229 |
"Please note: Twitter supports images with a minimum dimension of 144x144 "
|
1230 |
"pixels and a maximum dimension of 4096x4096 pixels and less than 5 BM. The "
|
1236 |
" The Bilder werden auf ein quadratisches Maß übertragen. Twitter unterstützt "
|
1237 |
"die Bildformate JPG, PNG, WEBP und GIF. "
|
1238 |
|
1239 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:390
|
1240 |
msgid "Did you know?"
|
1241 |
msgstr "Wusstest Du schon?"
|
1242 |
|
1243 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:391
|
1244 |
msgid ""
|
1245 |
"With Premium Pro, you can change the custom post format photo post or link "
|
1246 |
"post for each individual social media post and channel (profile, page, "
|
1250 |
"Beitrag individuell zwischen Link-Beitrag und Bild-Beitrag auswählen "
|
1251 |
"(Profile, Seiten, Gruppen)"
|
1252 |
|
1253 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:391
|
1254 |
msgid "Upgrade to Premium Pro now."
|
1255 |
msgstr "Upgrade auf Premium PRO"
|
1256 |
|
1257 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:408 ../..
|
1258 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:462 ../..
|
1259 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:505 ../..
|
1260 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/post.calendar.php:60 ../..
|
1261 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/post.sched.php:172 ../..
|
1262 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:127
|
1263 |
msgid "Image with frame"
|
1264 |
msgstr "Bild mit Rahmen"
|
1265 |
|
1266 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:408 ../..
|
1267 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:462 ../..
|
1268 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:505 ../..
|
1269 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/post.calendar.php:60 ../..
|
1270 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/post.sched.php:172 ../..
|
1271 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:110
|
1272 |
msgid "Link Post"
|
1273 |
msgstr "Link-Beitrag"
|
1274 |
|
1275 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:413 ../..
|
1276 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:128
|
1277 |
msgid ""
|
1278 |
"Insert white frames to show the whole image in your timeline. All image "
|
1279 |
"information will be shown in your timeline."
|
1282 |
"das quadratische Instagram-Layout anzupassen und das gesamte Bild bereits in "
|
1283 |
"Deiner Timeline anzuzeigen. "
|
1284 |
|
1285 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:415
|
1286 |
msgid ""
|
1287 |
"The link post format displays posts title, link address and the first one or "
|
1288 |
"two sentences of the post. The networks scan this information from your META "
|
1306 |
"Deinen Blogbeitrag. Bitte beachte: Bei Google + können nur Bilder, die im "
|
1307 |
"Blogbeitrag enthalten sind, für Link-Posts ausgewählt werden. "
|
1308 |
|
1309 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:419 ../..
|
1310 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:484 ../..
|
1311 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:505 ../..
|
1312 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/post.calendar.php:60 ../..
|
1313 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/post.sched.php:172 ../..
|
1314 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:132
|
1315 |
msgid "Image cut out"
|
1316 |
msgstr "Bild zuschneiden"
|
1317 |
|
1318 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:419 ../..
|
1319 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:484 ../..
|
1320 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:505 ../..
|
1321 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/post.calendar.php:60 ../..
|
1322 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/post.sched.php:172 ../..
|
1323 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:115
|
1324 |
msgid "Photo Post"
|
1325 |
msgstr "Bild-Beitrag"
|
1326 |
|
1327 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:424 ../..
|
1328 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:133
|
1329 |
msgid ""
|
1330 |
"The image preview will be cropped automatically to fit the default Instagram "
|
1331 |
"layout for your Instagram timeline. The image will be shown uncropped when "
|
1336 |
"auf Deiner Timeline. Mit Klick auf den Post wird das Bild in der Instagram-"
|
1337 |
"Vorschau als Ganzes angezeigt."
|
1338 |
|
1339 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:426 ../..
|
1340 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:116
|
1341 |
msgid ""
|
1342 |
"A photo or image post displays the selected image in the one-page preview of "
|
1343 |
"Blog2Social and your comment above the image. The image links to the image "
|
1353 |
"langfristig sichtbar bleibt. Auf Facebook kannst Du den Namen des Albums "
|
1354 |
"bearbeiten und eine Beschreibung Deiner Wahl ergänzen."
|
1355 |
|
1356 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:457
|
1357 |
msgid "All"
|
1358 |
msgstr "alle"
|
1359 |
|
1360 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:477
|
1361 |
msgid "Activate Instant Caching"
|
1362 |
msgstr "Instant Caching aktivieren"
|
1363 |
|
1364 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:558 ../..
|
1365 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/post.sched.php:27
|
1366 |
msgid "Uhr"
|
1367 |
msgstr "Uhr"
|
1368 |
|
1369 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:562
|
1370 |
msgid "Best times to post"
|
1371 |
msgstr "Beste Zeiten"
|
1372 |
|
1373 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:575 ../..
|
1374 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/settings.php:75 ../..
|
1375 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/ship.php:50 ../../plugins/blog2social-v-
|
1376 |
+
#: 4-9-1/views/b2s/ship.php:359 ../../plugins/blog2social-v-4-9-
|
1377 |
+
#: 1/views/b2s/html/footer.phtml:208
|
1378 |
msgid "You want to schedule your posts and use the Best Time Scheduler?"
|
1379 |
msgstr ""
|
1380 |
"Du möchtest die Veröffentlichung Deiner Posts planen und den Beste Zeiten "
|
1381 |
"Manager benutzen?"
|
1382 |
|
1383 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:577 ../..
|
1384 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/settings.php:57 ../..
|
1385 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/settings.php:77 ../..
|
1386 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/settings.php:117 ../..
|
1387 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/settings.php:119 ../..
|
1388 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/settings.php:132 ../..
|
1389 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/settings.php:134 ../..
|
1390 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/settings.php:147 ../..
|
1391 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/settings.php:149 ../..
|
1392 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/settings.php:163 ../..
|
1393 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/settings.php:165 ../..
|
1394 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/ship.php:456
|
1395 |
msgid "save"
|
1396 |
msgstr "speichern"
|
1397 |
|
1398 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Settings/Item.php:582
|
1399 |
msgid "Sorry, we can not load your data at the moment..."
|
1400 |
msgstr "Sorry, derzeit können wir Deine Daten nicht laden. Versuche es erneut."
|
1401 |
|
1402 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Image.php:29
|
1403 |
msgid "The images file types .jpg and .png are allowed. Please try another."
|
1404 |
msgstr "Es sind nur .jpg und .png Bilder erlaubt. Bitte wähle ein anderes Bild aus."
|
1405 |
|
1406 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Image.php:30 ../..
|
1407 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/settings.php:15
|
1408 |
msgid ""
|
1409 |
"You need a higher user role to upload an image on this blog. Please contact "
|
1410 |
"your administrator."
|
1412 |
"Du brauchst eine höhere Benutzerrolle, um ein Bild auf diesem Blog "
|
1413 |
"hochzuladen. Bitte kontaktiere Deinen Administrator."
|
1414 |
|
1415 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Image.php:31
|
1416 |
msgid "To select an individual image from your media library,"
|
1417 |
msgstr "Um ein individuelles Bild aus Deiner Mediathek auszuwählen,"
|
1418 |
|
1419 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Image.php:37
|
1420 |
msgid ""
|
1421 |
"The best size for images in social media posts are between: 667-1000px x 523-"
|
1422 |
"1000px. Blog2Social will automatically resize your image according to "
|
1426 |
"1000px x 523-1000px <br> Blog2Social passt Dein Bild automatisch die Größe "
|
1427 |
"des jeweiligen Netzwerks an."
|
1428 |
|
1429 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Image.php:61
|
1430 |
msgid "No images are included in your post."
|
1431 |
msgstr "In dem Beitrag sind keine Bilder hinterlegt"
|
1432 |
|
1433 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Image.php:69
|
1434 |
msgid "Apply image for all posts"
|
1435 |
msgstr "Bild für alle Posts übernehmen"
|
1436 |
|
1437 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Image.php:73 ../..
|
1438 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Image.php:75
|
1439 |
msgid "Apply image for this post"
|
1440 |
msgstr "Bild für diesen Post übernehmen"
|
1441 |
|
1442 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Image.php:86 ../..
|
1443 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/settings.php:195
|
1444 |
msgid "Select or upload an image from media gallery"
|
1445 |
msgstr "Bild auswählen / hochladen"
|
1446 |
|
1447 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Image.php:87 ../..
|
1448 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/settings.php:196
|
1449 |
msgid "Use image"
|
1450 |
msgstr "Bild verwenden"
|
1451 |
|
1452 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:102
|
1453 |
msgid "Network does not support image for profiles"
|
1454 |
msgstr "Netzwerk unterstützt keine Bilder für Profile"
|
1455 |
|
1456 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:103
|
1457 |
msgid "Network defines image by link"
|
1458 |
msgstr "Netzwerk wählt selber das Bild aus"
|
1459 |
|
1460 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:105
|
1461 |
msgid "Supported HTML tags"
|
1462 |
msgstr "Erlaubte HTML-Elemente"
|
1463 |
|
1464 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:106 ../..
|
1465 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:165
|
1466 |
msgid "Network does not support emojis"
|
1467 |
msgstr "Netzwerk unterstützt keine Emojis"
|
1468 |
|
1469 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:149
|
1470 |
msgid "Text only"
|
1471 |
msgstr "nur Text"
|
1472 |
|
1473 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:150 ../..
|
1474 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:154 ../..
|
1475 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:189 ../..
|
1476 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:193 ../..
|
1477 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:215 ../..
|
1478 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:219 ../..
|
1479 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:824 ../..
|
1480 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:826
|
1481 |
msgid "characters"
|
1482 |
msgstr "Zeichen"
|
1483 |
|
1484 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:164
|
1485 |
msgid "Network does not support image for pages"
|
1486 |
msgstr "Netzwerk unterstützt keine Bilder für Seiten"
|
1487 |
|
1488 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:248
|
1489 |
msgid "post format"
|
1490 |
msgstr "Postformat"
|
1491 |
|
1492 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:258 ../..
|
1493 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:832
|
1494 |
msgid "Insert full-text"
|
1495 |
msgstr "ganzen Text einfügen"
|
1496 |
|
1497 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:260 ../..
|
1498 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:834
|
1499 |
msgid "Delete text"
|
1500 |
msgstr "Text löschen"
|
1501 |
|
1502 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:268
|
1503 |
+
msgid ""
|
1504 |
+
"You can customize your post with individual comments, @-handles, emojis, and "
|
1505 |
+
"more in the Instant Sharing window, after planning your post."
|
1506 |
+
msgstr ""
|
1507 |
+
"Du kannst Deinen Post mit individuellen Kommentaren, @-Handles, Emojis und "
|
1508 |
+
"mehr im Fenster \"Instant Sharing\" anpassen, nachdem Du Deinen Post geplant "
|
1509 |
+
"hast."
|
1510 |
+
|
1511 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:274 ../..
|
1512 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:456 ../..
|
1513 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:711
|
1514 |
msgid ""
|
1515 |
"Please keep in mind that according to Twitter’s new TOS, users are no longer "
|
1516 |
"allowed to post identical or substantially similar content to multiple "
|
1521 |
"Accounts oder mehrere identische Updates auf einem Twitter Account oder auch "
|
1522 |
"mehreren Accounts zu posten."
|
1523 |
|
1524 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:274 ../..
|
1525 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:456 ../..
|
1526 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:711
|
1527 |
msgid ""
|
1528 |
"Violating these rules can result in Twitter suspending your account. Always "
|
1529 |
"vary your Tweets with different comments, hashtags or handles to prevent "
|
1533 |
"sperrt. Variieren Sie Ihre Tweets mit unterschiedlichen Kommentaren, "
|
1534 |
"Hashtags und Handles um doppelte Beiträge zu vermeiden."
|
1535 |
|
1536 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:274 ../..
|
1537 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:456 ../..
|
1538 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:711
|
1539 |
msgid "Learn more about this"
|
1540 |
msgstr "Erfahre mehr darüber"
|
1541 |
|
1542 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:294
|
1543 |
msgid "hide calendar"
|
1544 |
msgstr "Kalender ausblenden"
|
1545 |
|
1546 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:340 ../..
|
1547 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:364 ../..
|
1548 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:388 ../..
|
1549 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:406 ../..
|
1550 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:421 ../..
|
1551 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:448 ../..
|
1552 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:466 ../..
|
1553 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:482 ../..
|
1554 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:495 ../..
|
1555 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:511 ../..
|
1556 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:516
|
1557 |
msgid "Write something about your post..."
|
1558 |
msgstr "Schreibe etwas..."
|
1559 |
|
1560 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:347 ../..
|
1561 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:371 ../..
|
1562 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:395 ../..
|
1563 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:444 ../..
|
1564 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:462 ../..
|
1565 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:478 ../..
|
1566 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:507 ../..
|
1567 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:541
|
1568 |
msgid "Change image"
|
1569 |
msgstr "Bild ändern\n"
|
1570 |
|
1571 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:351
|
1572 |
msgid ""
|
1573 |
"Info: Change Open Graph Meta tags image, title and description for this "
|
1574 |
"network"
|
1575 |
msgstr "Info: Ändere die Open Graph Parameter für diese Netzwerk"
|
1576 |
|
1577 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:354 ../..
|
1578 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:378
|
1579 |
msgid ""
|
1580 |
"You want to change your link image, link title and link description for this "
|
1581 |
"network? Click here."
|
1582 |
msgstr "Du möchtest das Bild, den Titel und die Beschreibung ändern? Hier Klicken."
|
1583 |
|
1584 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:356
|
1585 |
msgid "OG Meta title"
|
1586 |
msgstr "OG Titel"
|
1587 |
|
1588 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:357
|
1589 |
msgid "OG Meta description"
|
1590 |
msgstr "OG Beschreibung"
|
1591 |
|
1592 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:375
|
1593 |
msgid "Info: Change Card Meta tags image, title and description for this network"
|
1594 |
msgstr "Info: Ändere die Twitter Card Parameter für diese Netzwerk"
|
1595 |
|
1596 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:380
|
1597 |
msgid "Card Meta title"
|
1598 |
msgstr "Card Titel"
|
1599 |
|
1600 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:381
|
1601 |
msgid "Card Meta description"
|
1602 |
msgstr "Card Beschreibung"
|
1603 |
|
1604 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:528
|
1605 |
msgid "required"
|
1606 |
msgstr "erforderlich"
|
1607 |
|
1608 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:548 ../..
|
1609 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:550
|
1610 |
msgid "Link"
|
1611 |
msgstr "Link"
|
1612 |
|
1613 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:609
|
1614 |
msgid "The Headline..."
|
1615 |
msgstr "Die Überschrift..."
|
1616 |
|
1617 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:614
|
1618 |
msgid "Hashtags"
|
1619 |
msgstr "Hashtags"
|
1620 |
|
1621 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:642
|
1622 |
msgid "Enable Retweets for all Tweets with the selected profile"
|
1623 |
msgstr "Retweets für alle Tweets mit dem gewählten Profil aktivieren"
|
1624 |
|
1625 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:661 ../..
|
1626 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/partials/post-edit-modal.php:57
|
1627 |
msgid "Delay"
|
1628 |
msgstr "Verzögerung"
|
1629 |
|
1630 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:671 ../..
|
1631 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:672 ../..
|
1632 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:673 ../..
|
1633 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:674 ../..
|
1634 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/partials/post-edit-modal.php:61 ../..
|
1635 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/partials/post-edit-modal.php:62 ../..
|
1636 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/partials/post-edit-modal.php:63 ../..
|
1637 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/partials/post-edit-modal.php:64
|
1638 |
msgid "min"
|
1639 |
msgstr "min"
|
1640 |
|
1641 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:679
|
1642 |
msgid "Add Retweet"
|
1643 |
msgstr "Retweet hinzufügen"
|
1644 |
|
1645 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:698
|
1646 |
msgid "Share Now"
|
1647 |
msgstr "Sofort teilen"
|
1648 |
|
1649 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:701 ../..
|
1650 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/post.calendar.php:214 ../..
|
1651 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/ship.php:395
|
1652 |
msgid "Schedule for specific dates"
|
1653 |
msgstr "Für bestimmte Termine planen\n"
|
1654 |
|
1655 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:703
|
1656 |
msgid "Schedule Recurrent Post"
|
1657 |
msgstr "regelmäßig Planen"
|
1658 |
|
1659 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:738
|
1660 |
msgid "Interval"
|
1661 |
msgstr "Intervall"
|
1662 |
|
1663 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:739 ../..
|
1664 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:742
|
1665 |
msgid "Duration"
|
1666 |
msgstr "Dauer"
|
1667 |
|
1668 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:743
|
1669 |
msgid "Repeat"
|
1670 |
msgstr "Wiederholungen"
|
1671 |
|
1672 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:744
|
1673 |
msgid "Day of month"
|
1674 |
msgstr "Tag im Month"
|
1675 |
|
1676 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:745
|
1677 |
msgid "Duration in days"
|
1678 |
msgstr "Abstand in Tagen"
|
1679 |
|
1680 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:747
|
1681 |
msgid "Start date"
|
1682 |
msgstr "Startdatum"
|
1683 |
|
1684 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:748 ../..
|
1685 |
+
#: /plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:800 ../..
|
1686 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/partials/post-edit-modal.php:47 ../..
|
1687 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/partials/post-edit-modal.php:50
|
1688 |
msgid "Time"
|
1689 |
msgstr "Zeit"
|
1690 |
|
1691 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:749
|
1692 |
msgid "Days"
|
1693 |
msgstr "Tage"
|
1694 |
|
1695 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:755
|
1696 |
msgid "weekly"
|
1697 |
msgstr "wöchentlich"
|
1698 |
|
1699 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:756
|
1700 |
msgid "monthly"
|
1701 |
msgstr "monatlich"
|
1702 |
|
1703 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:757
|
1704 |
msgid "own period"
|
1705 |
msgstr "eigener Zeitraum"
|
1706 |
|
1707 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:763
|
1708 |
msgid "Week"
|
1709 |
msgstr "Woche"
|
1710 |
|
1711 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:763
|
1712 |
msgid "Weeks"
|
1713 |
msgstr "Wochen"
|
1714 |
|
1715 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:772
|
1716 |
msgid "Month"
|
1717 |
msgstr "Monat"
|
1718 |
|
1719 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:772
|
1720 |
msgid "Months"
|
1721 |
msgstr "Monate"
|
1722 |
|
1723 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:792
|
1724 |
msgid "End Of Month"
|
1725 |
msgstr "Monatsende"
|
1726 |
|
1727 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:797
|
1728 |
msgid "Timespan"
|
1729 |
msgstr "Timespan"
|
1730 |
|
1731 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:799 ../..
|
1732 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/partials/post-edit-modal.php:46 ../..
|
1733 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/partials/post-edit-modal.php:49
|
1734 |
msgid "Date"
|
1735 |
msgstr "Startdatum"
|
1736 |
|
1737 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:805
|
1738 |
msgid "Mon"
|
1739 |
msgstr "Mo"
|
1740 |
|
1741 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:806
|
1742 |
msgid "Tue"
|
1743 |
msgstr "Di"
|
1744 |
|
1745 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:807
|
1746 |
msgid "Wed"
|
1747 |
msgstr "Mi"
|
1748 |
|
1749 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:808
|
1750 |
msgid "Thu"
|
1751 |
msgstr "Do"
|
1752 |
|
1753 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:809
|
1754 |
msgid "Fri"
|
1755 |
msgstr "Fr"
|
1756 |
|
1757 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:810
|
1758 |
msgid "Sat"
|
1759 |
msgstr "Sa"
|
1760 |
|
1761 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:811
|
1762 |
msgid "Sun"
|
1763 |
msgstr "So"
|
1764 |
|
1765 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:817
|
1766 |
msgid "add another post"
|
1767 |
msgstr "einen weiteren Post anlegen\n"
|
1768 |
|
1769 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:830
|
1770 |
msgid "Copy from original"
|
1771 |
msgstr "Text von Original kopieren"
|
1772 |
|
1773 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:846
|
1774 |
msgid "Apply Settings To All Networks"
|
1775 |
msgstr "Planung für alle Netzwerke übernehmen"
|
1776 |
|
1777 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Item.php:847
|
1778 |
msgid "Save as best time for this network"
|
1779 |
msgstr "Diese Zeit als \"Beste Zeit\" für dieses Netzwerk speichern"
|
1780 |
|
1781 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Save.php:372
|
1782 |
+
msgid ""
|
1783 |
+
"For sharing your posts on personal Facebook Profiles you can now use "
|
1784 |
+
"Facebook Instant Sharing"
|
1785 |
+
msgstr ""
|
1786 |
+
"Um Beiträge auf persönlichen Facebook-Profilen zu teilen, steht ab sofort "
|
1787 |
+
"Facebook Instant Sharing zur Verfügung"
|
1788 |
+
|
1789 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Save.php:372
|
1790 |
+
msgid "Read why"
|
1791 |
+
msgstr "mehr Informationen"
|
1792 |
+
|
1793 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Save.php:374
|
1794 |
+
msgid "This is how it works:"
|
1795 |
+
msgstr "Und so funktioniert es:"
|
1796 |
+
|
1797 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Save.php:375
|
1798 |
+
msgid ""
|
1799 |
+
"-To share your post immediately, click the \"Share\" button next to your "
|
1800 |
+
"selected Facebook profile below."
|
1801 |
+
msgstr ""
|
1802 |
+
"-Um den Beitrag sofort zu teilen, klicke einfach auf den “Teilen” Button "
|
1803 |
+
"neben Deinem unten aufgeführten Profil."
|
1804 |
+
|
1805 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Save.php:376
|
1806 |
+
msgid ""
|
1807 |
+
"-For scheduled posts, Blog2Social will save your post and move it to the "
|
1808 |
+
"\"Scheduled Posts\" tab on your \"Posts & Sharing\" navigation bar. On your "
|
1809 |
+
"scheduled date and time, your post will move to the \"Instant Sharing\" tab "
|
1810 |
+
"and you can click on \"Share\" to post it to your Facebook Profile instantly."
|
1811 |
+
msgstr ""
|
1812 |
+
"-Bei geplanten Beiträgen speichert Blog2Social Deinen Beitrag und verschiebt "
|
1813 |
+
"ihn in das \"Geplante Beiträge\" Tab in der Navigationsleiste unter \"Beiträge\"."
|
1814 |
+
" An Deinem geplanten Termin erscheint dein Post im “Instant Sharing” Tab. "
|
1815 |
+
"Klicke dann auf \"Teilen\", um Deinen Post dann an Dein Facebook-Profil zu "
|
1816 |
+
"senden."
|
1817 |
+
|
1818 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Save.php:381
|
1819 |
+
msgid "Please share your Facebook post now"
|
1820 |
+
msgstr "Bitte teile nun Deinen Facebook Post"
|
1821 |
+
|
1822 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Save.php:390
|
1823 |
msgid "view social media post"
|
1824 |
msgstr "Zeige Social Media Beitrag an"
|
1825 |
|
1826 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/Ship/Save.php:400
|
1827 |
msgid "scheduled on"
|
1828 |
msgstr "geplant für"
|
1829 |
|
1830 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/User/Info.php:11
|
1831 |
msgid "Number of shared posts"
|
1832 |
msgstr "Anzahl geteilter Beiträge"
|
1833 |
|
1834 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/B2S/User/Info.php:14
|
1835 |
msgid "Number of scheduled posts"
|
1836 |
msgstr "Anzahl der geplanten Posts"
|
1837 |
|
1838 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/Loader.php:42
|
1839 |
msgid "Modify pin board"
|
1840 |
msgstr "Pinnwand ändern"
|
1841 |
|
1842 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/Loader.php:42
|
1843 |
msgid "Modify forum"
|
1844 |
msgstr "Forum ändern"
|
1845 |
|
1846 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/Loader.php:42
|
1847 |
msgid "Modify subreddit"
|
1848 |
msgstr "Subreddit ändern"
|
1849 |
|
1850 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/Loader.php:284
|
1851 |
msgid "Auto-Post on Social Media"
|
1852 |
msgstr "Automatisch auf Social Media teilen"
|
1853 |
|
1854 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/Loader.php:285
|
1855 |
msgid "Social Media Content Calendar"
|
1856 |
msgstr "Social Media Kalender"
|
1857 |
|
1858 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/Loader.php:525
|
1859 |
msgid "This post will be shared into your social media on"
|
1860 |
msgstr "Dein Beitrag ist zur Veröffentlichung in den Social Media geplant ab dem"
|
1861 |
|
1862 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/Loader.php:525 ../..
|
1863 |
+
#: /plugins/blog2social-v-4-9-1/includes/Loader.php:527
|
1864 |
msgid "show details"
|
1865 |
msgstr "siehe Details"
|
1866 |
|
1867 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/Loader.php:527
|
1868 |
msgid "This post will be shared on social media in 2-3 minutes!"
|
1869 |
msgstr "Dein Beitrag wird in ca. 2-3 Minuten in die Social Media eingestellt!"
|
1870 |
|
1871 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/Loader.php:531
|
1872 |
msgid ""
|
1873 |
"Please, make sure that your post are publish on this blog on this moment. "
|
1874 |
"Then you can auto post your post with Blog2social."
|
1876 |
"Bitte stelle sicher, dass Dein Beitrag in diesem Moment veröffentlicht wurde."
|
1877 |
" Dann kannst Du Deinen Beitrag automatisch mit Blog2Social posten."
|
1878 |
|
1879 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/Loader.php:546
|
1880 |
msgid "Upgrade to Premium"
|
1881 |
msgstr "Premium freischalten"
|
1882 |
|
1883 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/Loader.php:566
|
1884 |
msgctxt "command (plugins)"
|
1885 |
msgid "Deactivate"
|
1886 |
msgstr "Deaktivieren"
|
1887 |
|
1888 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/Loader.php:577
|
1889 |
msgid "Your post could not be posted."
|
1890 |
msgstr "Dein Post ist nicht vom Netzwerk veröffentlicht worden."
|
1891 |
|
1892 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/Loader.php:578
|
1893 |
+
msgid ""
|
1894 |
+
"Your authorization has expired. Please reconnect your account in the "
|
1895 |
+
"Blog2Social network settings."
|
1896 |
+
msgstr ""
|
1897 |
+
"Deine Authorisierung ist abgelaufen. Bitte verbinde Deinen Account in den "
|
1898 |
+
"Blog2Social Netzwerkeinstellungen erneut. "
|
1899 |
|
1900 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/Loader.php:579
|
1901 |
msgid "The network has marked the post as spam or abusive."
|
1902 |
msgstr "Das Netzwerk hat Deinen Post als Spam oder missbräuchlich markiert."
|
1903 |
|
1904 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/Loader.php:580
|
1905 |
msgid ""
|
1906 |
"We don't have the permission to publish your post. Please check your "
|
1907 |
"authorization."
|
1909 |
"Wir haben nicht Deine Erlaubnis, den Post zu veröffentlichen. Bitte "
|
1910 |
"überprüfe deine Autorisierung."
|
1911 |
|
1912 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/Loader.php:581
|
1913 |
msgid ""
|
1914 |
"Your authorization is interrupted. Please check your authorization. Please "
|
1915 |
"see <a target=\"_blank\" href=\"https://www.blog2social."
|
1919 |
"Siehe <a target=\"_blank\" href=\"https://www.blog2social."
|
1920 |
"com/de/faq/category/9/fehlermeldungen-und-loesungen.html\">FAQ</a>."
|
1921 |
|
1922 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/Loader.php:582
|
1923 |
msgid "Your daily limit has been reached."
|
1924 |
msgstr "Dein tägliches Beitragslimit wurde erreicht."
|
1925 |
|
1926 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/Loader.php:583
|
1927 |
msgid "Your post could not be posted, because your image is not available."
|
1928 |
msgstr "Das Netzwerk kann Dein Bild nicht verarbeiten."
|
1929 |
|
1930 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/Loader.php:584
|
1931 |
msgid ""
|
1932 |
"The network has blocked your account. Please see <a target=\"_blank\" "
|
1933 |
"href=\"https://www.blog2social.com/en/faq/category/9/troubleshooting-for-"
|
1937 |
"href=\"https://www.blog2social.com/de/faq/category/9/fehlermeldungen-und-"
|
1938 |
"loesungen.html\">FAQ</a>."
|
1939 |
|
1940 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/Loader.php:585
|
1941 |
msgid ""
|
1942 |
"The number of images is reached. Please see <a target=\"_blank\" href=\"https:"
|
1943 |
"//www.blog2social.com/en/faq/category/9/troubleshooting-for-error-messages."
|
1947 |
"href=\"https://www.blog2social.com/de/faq/category/9/fehlermeldungen-und-"
|
1948 |
"loesungen.html\">FAQ</a>."
|
1949 |
|
1950 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/Loader.php:586
|
1951 |
msgid "Your daily limit for this network has been reached. Please try again later."
|
1952 |
msgstr ""
|
1953 |
"Dein tägliches Beitragslimit für dieses Netzwerk wurde erreicht. Bitte "
|
1954 |
"versuche es später noch einmal."
|
1955 |
|
1956 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/Loader.php:587
|
1957 |
msgid ""
|
1958 |
"The network can not publish special characters such as Emoji. Please see <a "
|
1959 |
"target=\"_blank\" href=\"https://www.blog2social."
|
1963 |
"//www.blog2social.com/de/faq/category/9/fehlermeldungen-und-loesungen."
|
1964 |
"html\">FAQ</a>."
|
1965 |
|
1966 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/Loader.php:588
|
1967 |
msgid "Your post is a duplicate."
|
1968 |
msgstr "Du kannst auf dem Netzwerke keine Duplikate veröffentlichen."
|
1969 |
|
1970 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/Loader.php:589
|
1971 |
msgid "The network requires a public url."
|
1972 |
msgstr "Das Netzwerk benötigt eine öffentlich zugängliche URL."
|
1973 |
|
1974 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/Loader.php:590
|
1975 |
msgid "You have already retweeted this post."
|
1976 |
msgstr "Du hast diesen Post bereits retweetet.\n"
|
1977 |
|
1978 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/Loader.php:591
|
1979 |
msgid "Your group can not be found by the network."
|
1980 |
msgstr "Deine Gruppe kann vom Netzwerk nicht gefunden werden. "
|
1981 |
|
1982 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/Loader.php:648 ../..
|
1983 |
+
#: /plugins/blog2social-v-4-9-1/includes/Loader.php:648 ../../plugins/blog2social-
|
1984 |
+
#: v-4-9-1/includes/Loader.php:683
|
1985 |
msgid "Dashboard"
|
1986 |
msgstr "Dashboard"
|
1987 |
|
1988 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/Loader.php:649 ../..
|
1989 |
+
#: /plugins/blog2social-v-4-9-1/includes/Loader.php:649 ../../plugins/blog2social-
|
1990 |
+
#: v-4-9-1/includes/Loader.php:690
|
1991 |
msgid "Posts & Sharing"
|
1992 |
msgstr "Beiträge"
|
1993 |
|
1994 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/Loader.php:650 ../..
|
1995 |
+
#: /plugins/blog2social-v-4-9-1/includes/Loader.php:650 ../../plugins/blog2social-
|
1996 |
+
#: v-4-9-1/includes/Loader.php:697 ../../plugins/blog2social-v-4-9-
|
1997 |
+
#: 1/views/b2s/network.php:17
|
1998 |
msgid "Networks"
|
1999 |
msgstr "Netzwerke"
|
2000 |
|
2001 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/Loader.php:651 ../..
|
2002 |
+
#: /plugins/blog2social-v-4-9-1/includes/Loader.php:651 ../../plugins/blog2social-
|
2003 |
+
#: v-4-9-1/includes/Loader.php:703 ../../plugins/blog2social-v-4-9-
|
2004 |
+
#: 1/views/b2s/ship.php:53 ../../plugins/blog2social-v-4-9-1/views/b2s/ship.php:283
|
2005 |
msgid "Settings"
|
2006 |
msgstr "Einstellungen"
|
2007 |
|
2008 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/Loader.php:652 ../..
|
2009 |
+
#: /plugins/blog2social-v-4-9-1/includes/Loader.php:652 ../../plugins/blog2social-
|
2010 |
+
#: v-4-9-1/includes/Loader.php:709
|
2011 |
msgid "PR-Service"
|
2012 |
msgstr "PR-Service"
|
2013 |
|
2014 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/Loader.php:653 ../..
|
2015 |
+
#: /plugins/blog2social-v-4-9-1/includes/Loader.php:653 ../../plugins/blog2social-
|
2016 |
+
#: v-4-9-1/includes/Loader.php:716 ../../plugins/blog2social-v-4-9-
|
2017 |
+
#: 1/views/b2s/widgets/tutorial.php:4
|
2018 |
msgid "How to & FAQ"
|
2019 |
msgstr "How to & FAQ"
|
2020 |
|
2021 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/Loader.php:654
|
2022 |
msgid "Premium"
|
2023 |
msgstr "Premium"
|
2024 |
|
2025 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/Loader.php:674
|
2026 |
msgid "Blog2Social"
|
2027 |
msgstr "Blog2Social"
|
2028 |
|
2029 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/Loader.php:1090 ../..
|
2030 |
+
#: /plugins/blog2social-v-4-9-1/includes/Loader.php:1272
|
2031 |
msgid "or"
|
2032 |
msgstr "oder"
|
2033 |
|
2034 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/Loader.php:1090 ../..
|
2035 |
+
#: /plugins/blog2social-v-4-9-1/includes/Loader.php:1272
|
2036 |
msgid "back to install plugins"
|
2037 |
msgstr "zurück zur Pluginübersicht"
|
2038 |
|
2039 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/Notice.php:18
|
2040 |
msgid ""
|
2041 |
"<strong>Rate it!</strong> If you like Blog2Social, please give us a 5 star "
|
2042 |
"rating. I there is anything that does not work for you, please contact us!"
|
2044 |
"Wenn Dir Blog2Social gefällt, dann freuen wir uns über eine 5 Sterne "
|
2045 |
"Bewertung. Spreche uns an, wenn Dir irgendwas nicht gefällt."
|
2046 |
|
2047 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/Notice.php:19 ../..
|
2048 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/html/sidebar.phtml:55
|
2049 |
msgid "RATE BLOG2SOCIAL"
|
2050 |
msgstr "Blog2Social jetzt bewerten"
|
2051 |
|
2052 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/Notice.php:20
|
2053 |
msgid "hide"
|
2054 |
msgstr "ausblenden"
|
2055 |
|
2056 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/PRG/Post/Filter.php:31
|
2057 |
msgid "All Authors"
|
2058 |
msgstr "alle Autoren"
|
2059 |
|
2060 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/PRG/Post/Filter.php:42
|
2061 |
msgid "All Types"
|
2062 |
msgstr "alle Typen"
|
2063 |
|
2064 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/PRG/Post/Item.php:100
|
2065 |
msgid "You have no posts published or scheduled"
|
2066 |
msgstr "Du hast keine Beiträge veröffentlicht oder geplant"
|
2067 |
|
2068 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/PRG/Post/Item.php:127
|
2069 |
msgid "Publish on PR-Gateway"
|
2070 |
msgstr "Beitrag über PR-Gateway veröffentlichen"
|
2071 |
|
2072 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/PRG/Post/Item.php:129
|
2073 |
msgid "on Blog"
|
2074 |
msgstr "auf dem Blog"
|
2075 |
|
2076 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/System.php:69
|
2077 |
msgid ""
|
2078 |
"Blog2Social used cURL. cURL is not installed in your PHP installation on "
|
2079 |
"your server. Install cURL and activate Blog2Social again."
|
2081 |
"Blog2Social verwendet cURL. cURL ist nicht in deiner PHP Version auf deinem "
|
2082 |
"Server installiert. Installiere cURL und aktiviere Blog2Social erneut."
|
2083 |
|
2084 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/System.php:72 ../..
|
2085 |
+
#: /plugins/blog2social-v-4-9-1/includes/System.php:78
|
2086 |
msgid ""
|
2087 |
"Please see <a href=\"https://www.blog2social."
|
2088 |
"com/en/faq/content/1/58/en/system-requirements-for-installing-blog2social."
|
2092 |
"com/de/faq/content/1/63/de/systemvoraussetzungen-fuer-die-installation-von-"
|
2093 |
"blog2social.html\" target=\"_blank\">FAQ</a>"
|
2094 |
|
2095 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/System.php:75
|
2096 |
msgid ""
|
2097 |
"Blog2Social used PHP. Your installed PHP version on your server is not high "
|
2098 |
"enough to use Blog2Social. Update your PHP version on 5.5.3 or higher."
|
2101 |
"um Blog2Social zu nutzen. Aktualisere Deine PHP Version auf 5.5.3 oder höher."
|
2102 |
" "
|
2103 |
|
2104 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/System.php:81
|
2105 |
msgid ""
|
2106 |
"Blog2Social does not seem to have permission to write in your WordPress "
|
2107 |
"database. Please assign Blog2Social the permission to write in the WordPress "
|
2114 |
"oder höher läuft, oder bitten Sie Ihren Server-Administrator, dies für Sie "
|
2115 |
"zu tun.\n"
|
2116 |
|
2117 |
+
#: ../../plugins/blog2social-v-4-9-1/includes/System.php:84
|
2118 |
msgid ""
|
2119 |
"<a href=\"https://www.blog2social.com/en/faq/content/1/58/en/system-"
|
2120 |
"requirements-for-installing-blog2social.html\" target=\"_blank\"> Please find "
|
2124 |
"com/de/faq/content/1/63/de/systemvoraussetzungen-fuer-die-installation-von-"
|
2125 |
"blog2social.html\" target=\"_blank\">Siehe FAQ</a>"
|
2126 |
|
2127 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/dashboard.php:82
|
2128 |
msgid "Couldn't find your answer?"
|
2129 |
msgstr "Konntest Du Deine Antwort nicht finden?"
|
2130 |
|
2131 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/dashboard.php:84
|
2132 |
msgid "Contact Support by Email"
|
2133 |
msgstr "Support-Team per E-Mail kontaktieren"
|
2134 |
|
2135 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/dashboard.php:86
|
2136 |
msgid "Call us: +49 2181 7569-277"
|
2137 |
msgstr "Ruf' uns an: +49 2181 7569-277"
|
2138 |
|
2139 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/dashboard.php:88
|
2140 |
msgid "(Call times: from 9:00 a.m. to 5:00 p.m. CET on working days)"
|
2141 |
msgstr "(Anrufzeiten: Montags bis Freitag von 9:00 bis 17:00 MEZ)"
|
2142 |
|
2143 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/howto.php:9
|
2144 |
msgid "How to use Blog2Social"
|
2145 |
msgstr "So nutzt Du Blog2Social"
|
2146 |
|
2147 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/howto.php:17
|
2148 |
msgid ""
|
2149 |
"Learn how to get the most out of Blog2Social to promote your blog on social "
|
2150 |
"media. Find step-by-step instructions and tips for FREE and PREMIUM users."
|
2153 |
"auf den Social Media zu bewerben. Siehe Dir dazu die Schritt-für-Schritt "
|
2154 |
"Anleitung und Tipps für Free und Premium Nutzer an."
|
2155 |
|
2156 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/howto.php:30
|
2157 |
msgid "Do you need help?"
|
2158 |
msgstr "Brauchst Du Unterstützung?"
|
2159 |
|
2160 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/howto.php:32
|
2161 |
msgid "Find answers to common questions in our FAQ."
|
2162 |
msgstr "Finde Antworten zu häufig gestelle Fragen in umserem FAQ."
|
2163 |
|
2164 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/howto.php:37
|
2165 |
msgid "search FAQ"
|
2166 |
msgstr "suchen"
|
2167 |
|
2168 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/howto.php:41 ../..
|
2169 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/widgets/support.php:1
|
2170 |
msgid "TOP 5 FAQ"
|
2171 |
msgstr "TOP 5 FAQ"
|
2172 |
|
2173 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/network.php:21 ../..
|
2174 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/network.php:22 ../..
|
2175 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/post.calendar.php:169 ../..
|
2176 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/post.calendar.php:170 ../..
|
2177 |
+
#: /plugins/blog2social-v-4-9-1/views/prg/post.php:25 ../../plugins/blog2social-v-
|
2178 |
+
#: 4-9-1/views/prg/post.php:26 ../../plugins/blog2social-v-4-9-
|
2179 |
+
#: 1/views/b2s/html/post.navbar.phtml:18 ../../plugins/blog2social-v-4-9-
|
2180 |
+
#: 1/views/b2s/html/post.navbar.phtml:19
|
2181 |
msgid "filter"
|
2182 |
msgstr "Filter"
|
2183 |
|
2184 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/network.php:27 ../..
|
2185 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/partials/post-edit-modal.php:81
|
2186 |
msgid "Delete"
|
2187 |
msgstr "löschen"
|
2188 |
|
2189 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/network.php:32 ../..
|
2190 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/network.php:35 ../..
|
2191 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/network.php:68 ../..
|
2192 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/network.php:91
|
2193 |
msgid "Create new profile"
|
2194 |
msgstr "neues Profil erstellen"
|
2195 |
|
2196 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/network.php:34
|
2197 |
msgid "You want to define a new combination of networks?"
|
2198 |
msgstr "Du möchtest eine neue Kombination von Netzwerken anlegen?"
|
2199 |
|
2200 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/network.php:74
|
2201 |
msgid "create"
|
2202 |
msgstr "erstellen"
|
2203 |
|
2204 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/network.php:94
|
2205 |
msgid ""
|
2206 |
"All connected networks will be displayed as default \"Standard\" networks "
|
2207 |
"profile.<br><br>You may define various sets of social media accounts, "
|
2241 |
"verschiedene Netzwerk-Profile noch schneller auf Deine verschiedenen "
|
2242 |
"Netzwerk-Kombinationen zuzugreifen."
|
2243 |
|
2244 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/network.php:97
|
2245 |
msgid "You want to add another network profile, pages or groups?"
|
2246 |
msgstr ""
|
2247 |
"Du möchtest ein weiteres Netzwerkprofil anlegen oder auf Seiten und Gruppen "
|
2248 |
"posten?"
|
2249 |
|
2250 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/network.php:126
|
2251 |
msgid "Delete Profile"
|
2252 |
msgstr "Profil löschen"
|
2253 |
|
2254 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/network.php:129
|
2255 |
msgid "Do you really want to delete this profile"
|
2256 |
msgstr "Soll Dein Profil wirklich gelöscht werden?"
|
2257 |
|
2258 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/network.php:132 ../..
|
2259 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/post.approve.php:87 ../..
|
2260 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/post.notice.php:74 ../..
|
2261 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/post.publish.php:74 ../..
|
2262 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/post.sched.php:86 ../..
|
2263 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/widgets/posts.php:80 ../..
|
2264 |
+
#: /plugins/blog2social-v-4-9-1/views/prg/ship.php:92
|
2265 |
msgid "NO"
|
2266 |
msgstr "NEIN"
|
2267 |
|
2268 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/network.php:133 ../..
|
2269 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/network.php:184 ../..
|
2270 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/post.approve.php:88 ../..
|
2271 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/post.notice.php:75 ../..
|
2272 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/post.publish.php:75 ../..
|
2273 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/post.sched.php:87 ../..
|
2274 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/widgets/posts.php:81
|
2275 |
msgid "YES, delete"
|
2276 |
msgstr "Ja, löschen"
|
2277 |
|
2278 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/network.php:144
|
2279 |
msgid "Google My Business"
|
2280 |
msgstr "Google My Business"
|
2281 |
|
2282 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/network.php:147
|
2283 |
msgid ""
|
2284 |
"Blog2Social uses the official Google My Business API to share your content "
|
2285 |
"on your business listing. You can connect Google My Business listings with "
|
2291 |
"zu neun verschiedene Standorten mit Blog2Social verbinden und auswählen, auf "
|
2292 |
"welchem Standort Ihr Content geteilt werden soll."
|
2293 |
|
2294 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/network.php:150
|
2295 |
msgid ""
|
2296 |
"Google currently allows access to the API for all companies with up to 9 "
|
2297 |
"locations in their Google My Business Listings. However, Google plans to "
|
2303 |
"Unternehmen mit mehr als 9 verbundenen Standorten in Ihren Google My "
|
2304 |
"Business Brancheneinträgen zu erweitern."
|
2305 |
|
2306 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/network.php:153 ../..
|
2307 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/premium.php:22 ../..
|
2308 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/widgets/premium.php:14
|
2309 |
msgid "Learn more"
|
2310 |
msgstr "Erfahre mehr"
|
2311 |
|
2312 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/network.php:166
|
2313 |
msgid "Delete Authorization"
|
2314 |
msgstr "Autorisierung löschen"
|
2315 |
|
2316 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/network.php:175
|
2317 |
msgid "Do you really want to delete this authorization"
|
2318 |
msgstr "Soll die Autorisierung wirklich löschen werden?"
|
2319 |
|
2320 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/network.php:178
|
2321 |
msgid "You have still set up scheduled posts for this network:"
|
2322 |
msgstr "Du hast noch ausstehende Veröffentlichungen für dieses Netzwerk geplant:"
|
2323 |
|
2324 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/network.php:179
|
2325 |
msgid "scheduled posts"
|
2326 |
msgstr "geplante Beiträge"
|
2327 |
|
2328 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/network.php:185
|
2329 |
msgid "View schedule posts for this profile"
|
2330 |
msgstr "Gehe zu geplanten Beiträgen für dieses Profil."
|
2331 |
|
2332 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/network.php:204
|
2333 |
msgid "Please re-authorize your account with Blog2Social and try again"
|
2334 |
msgstr "Bitte autorisiere Dein Konto bei Blog2Social und versuche es erneut."
|
2335 |
|
2336 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/network.php:205
|
2337 |
msgid "Change successful"
|
2338 |
msgstr "Änderung erfolgreich"
|
2339 |
|
2340 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/network.php:206
|
2341 |
msgid "Could not be changed"
|
2342 |
msgstr "Kann nicht geändert werden"
|
2343 |
|
2344 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/network.php:214
|
2345 |
msgid "modfiy"
|
2346 |
msgstr "ändern"
|
2347 |
|
2348 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/partials/network-tos-modal.php:8
|
2349 |
+
msgid "Posting on Facebook Profiles – Introducing Facebook Instant Sharing"
|
2350 |
+
msgstr "Posten auf Facebook-Profilen – Neues Feature: Facebook Instant Sharing"
|
2351 |
+
|
2352 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/partials/network-tos-modal.php:11
|
2353 |
+
msgid ""
|
2354 |
+
"As part of recent updates to the Facebook Platform Policies, Facebook "
|
2355 |
+
"introduced significant changes to the APIs that third-party programs, such "
|
2356 |
+
"as social media marketing tools, are using to access the platform."
|
2357 |
+
msgstr ""
|
2358 |
+
"Zusätzlich zu den vor kurzem eingeführten Änderungen an den Facebook-"
|
2359 |
+
"Richtlinien hat Facebook auch bedeutende Änderungen an den Schnittstellen "
|
2360 |
+
"(APIs) vorgenommen, die von Drittanbieterprogrammen, wie z. B. Social Media "
|
2361 |
+
"Marketing-Tools, verwendet werden."
|
2362 |
+
|
2363 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/partials/network-tos-modal.php:14
|
2364 |
+
msgid ""
|
2365 |
+
"Due to Facebook API changes, starting on 1st August 2018, access to personal "
|
2366 |
+
"Facebook Profiles has been severely restricted for all social media tools. "
|
2367 |
+
"Automated posting on personal Facebook Profiles is no longer allowed with "
|
2368 |
+
"any social media tool or app."
|
2369 |
+
msgstr ""
|
2370 |
+
"Aufgrund dieser API-Änderungen von Facebook ist der Zugang zu persönlichen "
|
2371 |
+
"Facebook-Profilen für alle Social Media-Tools ab dem 1. August 2018 stark "
|
2372 |
+
"eingeschränkt. Die automatische Veröffentlichung auf persönlichen Facebook-"
|
2373 |
+
"Profilen ist daher mit keinem Social Media-Tool oder App mehr erlaubt."
|
2374 |
+
|
2375 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/partials/network-tos-modal.php:15 .
|
2376 |
+
#: ./../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:70
|
2377 |
+
msgid "read more"
|
2378 |
+
msgstr "mehr erfahren"
|
2379 |
+
|
2380 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/partials/network-tos-modal.php:18
|
2381 |
+
msgid "What does this mean for your Social Media Marketing?"
|
2382 |
+
msgstr "Was bedeutet das für Dein Social-Media-Marketing?"
|
2383 |
+
|
2384 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/partials/network-tos-modal.php:20
|
2385 |
+
msgid ""
|
2386 |
+
"Sharing your posts on your Facebook Profile will still be possible with "
|
2387 |
+
"Blog2Social! To help you keep sharing content with your followers, "
|
2388 |
+
"Blog2Social is now introducing Instant Sharing for Facebook."
|
2389 |
+
msgstr ""
|
2390 |
+
"Um Dir weiterhin zu ermöglichen, Inhalte mit Deinen Followern zu teilen, "
|
2391 |
+
"führt Blog2Social jetzt Facebook Instant Sharing ein."
|
2392 |
+
|
2393 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/partials/network-tos-modal.php:22
|
2394 |
+
msgid ""
|
2395 |
+
"Instant Sharing will not only let you share content on your Facebook Profile."
|
2396 |
+
" You will also be able to share in Groups, Events and more!"
|
2397 |
+
msgstr ""
|
2398 |
+
"Mit Instant Sharing kannst Du nicht nur Inhalte auf Deinem Facebook-Profil "
|
2399 |
+
"teilen, sondern auch in -Gruppen und -Veranstaltungen! "
|
2400 |
+
|
2401 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/partials/network-tos-modal.php:24
|
2402 |
+
msgid ""
|
2403 |
+
"Learn how to use all the new features of Facebook Instant Sharing including "
|
2404 |
+
"@handles, emotions, and more customizing features!"
|
2405 |
+
msgstr ""
|
2406 |
+
"Erfahre, wie Du alle neuen Funktionen von Facebook Instant Sharing nutzen "
|
2407 |
+
"kannst, einschließlich @handles, Emojis und zusätzlichen "
|
2408 |
+
"Individualisierungsmöglichkeiten!"
|
2409 |
+
|
2410 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/partials/network-tos-modal.php:27
|
2411 |
+
msgid "Please note:"
|
2412 |
+
msgstr "Hinweis:"
|
2413 |
+
|
2414 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/partials/network-tos-modal.php:29
|
2415 |
+
msgid ""
|
2416 |
+
"Changes to the API currently only affect personal Facebook Profiles. Sharing "
|
2417 |
+
"your posts automatically on your Facebook Pages will also still be possible "
|
2418 |
+
"with social media tools. And of course, Blog2Social will continue to support "
|
2419 |
+
"automated posting on Facebook Pages."
|
2420 |
+
msgstr ""
|
2421 |
+
"Änderungen an der API betreffen derzeit nur persönliche Facebook-Profile. "
|
2422 |
+
"Das automatische Teilen Deiner Beiträge auf Deinen Facebook-Seiten ist auch "
|
2423 |
+
"weiterhin mit Social Media Tools möglich. Selbstverständlich kannst Du auch "
|
2424 |
+
"weiterhin mit Blog2Social automatisch auf deinen Facebook-Seiten posten."
|
2425 |
+
|
2426 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/partials/network-tos-modal.php:31
|
2427 |
+
msgid ""
|
2428 |
+
"If you are using your personal Facebook Profile for business, promotion, or "
|
2429 |
+
"publishing purposes, you might also consider converting your personal "
|
2430 |
+
"Facebook Profile to a Facebook Page."
|
2431 |
+
msgstr ""
|
2432 |
+
"Wenn Du Dein persönliches Facebook-Profil für Geschäfts-, Werbe- oder "
|
2433 |
+
"Veröffentlichungszwecke verwendest, kann es sich für Dich lohnen, Dein "
|
2434 |
+
"persönliches Facebook-Profil in eine Facebook-Seite umzuwandeln."
|
2435 |
+
|
2436 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/partials/network-tos-modal.php:33
|
2437 |
+
msgid "Learn how to convert your Facebook Profile to a Facebook Page"
|
2438 |
+
msgstr ""
|
2439 |
+
"Hier erfährst Du, wie Du Dein Facebook-Profil in eine Facebook-Seite "
|
2440 |
+
"umwandeln kannst und welche Vorteile das bringt."
|
2441 |
+
|
2442 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/partials/network-tos-modal.php:38
|
2443 |
+
msgid "I understand the Facebook changes"
|
2444 |
+
msgstr "Ich verstehe die Änderungen bei Facebook"
|
2445 |
+
|
2446 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/partials/plugin-deactivate-modal.
|
2447 |
+
#: php:10
|
2448 |
msgid "Do you want to delete your scheduled posts?"
|
2449 |
msgstr "Möchtest Du Deine geplanten Beiträge löschen?"
|
2450 |
|
2451 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/partials/plugin-deactivate-modal.
|
2452 |
+
#: php:13
|
2453 |
msgid ""
|
2454 |
"Do you want Blog2Social to delete all your scheduled social media posts? "
|
2455 |
"Your scheduled posts will no longer be sent to your social networks."
|
2458 |
"geplanten Beiträge löscht? Deine geplanten Beiträge werden anschließend "
|
2459 |
"nicht weiter an Deine sozialen Netzwerke versendet."
|
2460 |
|
2461 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/partials/plugin-deactivate-modal.
|
2462 |
+
#: php:14
|
2463 |
msgid "Delete scheduled posts"
|
2464 |
msgstr "Geplante Beiträge löschen"
|
2465 |
|
2466 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/partials/plugin-deactivate-modal.
|
2467 |
+
#: php:17
|
2468 |
msgid "Continue deactivation"
|
2469 |
msgstr "Deaktivierung fortsetzen"
|
2470 |
|
2471 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/partials/post-edit-modal.php:7
|
2472 |
msgid "Edit Post"
|
2473 |
msgstr "Beitrag bearbeiten"
|
2474 |
|
2475 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/partials/post-edit-modal.php:34
|
2476 |
msgid "This post is blocked by %1"
|
2477 |
msgstr "% 1bearbeitet gerade diesen Beitrag."
|
2478 |
|
2479 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/partials/post-edit-modal.php:68
|
2480 |
msgid "The orginal tweet is scheduled on:"
|
2481 |
msgstr "Der Original-Tweet ist geplant für:"
|
2482 |
|
2483 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/partials/post-edit-modal.php:85
|
2484 |
msgid "Change details"
|
2485 |
msgstr "Änderungen übernehmen"
|
2486 |
|
2487 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/post.approve.php:78
|
2488 |
+
msgid "Delete Social Media Posts"
|
2489 |
+
msgstr "Social Media Posts löschen"
|
2490 |
+
|
2491 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/post.approve.php:81
|
2492 |
+
msgid "Are you sure you want to delete these Social Media posts?"
|
2493 |
+
msgstr "Bist Du sicher, dass Du diese Social Media Posts löschen möchtest?"
|
2494 |
+
|
2495 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/post.approve.php:83 ../..
|
2496 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/post.notice.php:70 ../..
|
2497 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/post.publish.php:70 ../..
|
2498 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/post.sched.php:82 ../..
|
2499 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/widgets/posts.php:76
|
2500 |
+
msgid "Number of entries"
|
2501 |
+
msgstr "Anzahl der Einträge"
|
2502 |
+
|
2503 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/post.calendar.php:30
|
2504 |
msgid "Sort by network"
|
2505 |
msgstr "Nach Netzwerk sortieren"
|
2506 |
|
2507 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/post.calendar.php:78 ../..
|
2508 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/post.sched.php:159
|
2509 |
msgid "add post"
|
2510 |
msgstr "neuer Beitrag"
|
2511 |
|
2512 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/post.calendar.php:97 ../..
|
2513 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/post.sched.php:117 ../..
|
2514 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/ship.php:478
|
2515 |
msgid "Choose your"
|
2516 |
msgstr "Wähle Deinen"
|
2517 |
|
2518 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/post.calendar.php:97 ../..
|
2519 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/post.sched.php:117 ../..
|
2520 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/ship.php:478
|
2521 |
msgid "Post Format"
|
2522 |
msgstr "Postformat"
|
2523 |
|
2524 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/post.calendar.php:99 ../..
|
2525 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/post.sched.php:119 ../..
|
2526 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/ship.php:480
|
2527 |
msgid "for:"
|
2528 |
msgstr "für:"
|
2529 |
|
2530 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/post.calendar.php:118 ../..
|
2531 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/post.sched.php:138 ../..
|
2532 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/ship.php:495
|
2533 |
msgid ""
|
2534 |
"Define the default settings for the custom post format for all of your "
|
2535 |
"Facebook accounts in the Blog2Social settings."
|
2537 |
"Definiere Dein Standard-Beitragsformat für alle Deine Facebook-Verbindungen "
|
2538 |
"unter den Blog2Social Einstellungen."
|
2539 |
|
2540 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/post.calendar.php:121 ../..
|
2541 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/post.sched.php:141 ../..
|
2542 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/ship.php:498
|
2543 |
msgid ""
|
2544 |
"Define the default settings for the custom post format for all of your "
|
2545 |
"Twitter accounts in the Blog2Social settings."
|
2547 |
"Definiere Dein Standard-Beitragsformat für alle Deine Twitter-Verbindungen "
|
2548 |
"unter den Blog2Social Einstellungen."
|
2549 |
|
2550 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/post.calendar.php:124 ../..
|
2551 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/post.sched.php:144 ../..
|
2552 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/ship.php:501
|
2553 |
msgid ""
|
2554 |
"Define the default settings for the custom post format for all of your "
|
2555 |
"Google+ accounts in the Blog2Social settings."
|
2557 |
"Definiere Dein Standard-Beitragsformat für alle Deine Google+ Verbindungen "
|
2558 |
"unter den Blog2Social Einstellungen."
|
2559 |
|
2560 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/post.calendar.php:127 ../..
|
2561 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/post.sched.php:147 ../..
|
2562 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/ship.php:504
|
2563 |
msgid ""
|
2564 |
"Define the default settings for the custom post format for all of your "
|
2565 |
"Instagram accounts in the Blog2Social settings."
|
2567 |
"Definiere Dein Standard-Beitragsformat für alle Deine Instagram-Verbindungen "
|
2568 |
"unter den Blog2Social Einstellungen."
|
2569 |
|
2570 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/post.calendar.php:142 ../..
|
2571 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/post.sched.php:98 ../..
|
2572 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/ship.php:435
|
2573 |
msgid "Select image for"
|
2574 |
msgstr "Wähle Bild aus für"
|
2575 |
|
2576 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/post.calendar.php:161
|
2577 |
msgid "Select a post"
|
2578 |
msgstr "Beitrag auswählen"
|
2579 |
|
2580 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/post.calendar.php:208 ../..
|
2581 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/ship.php:389
|
2582 |
msgid "Need to schedule your posts?"
|
2583 |
msgstr "Du möchtest Deine Beiträge planen?"
|
2584 |
|
2585 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/post.calendar.php:211 ../..
|
2586 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/ship.php:392
|
2587 |
msgid "Blog2Social Premium covers everything you need."
|
2588 |
msgstr "Blog2Social Premium deckt alles ab, was Du brauchst."
|
2589 |
|
2590 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/post.calendar.php:215 ../..
|
2591 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/ship.php:396
|
2592 |
msgid ""
|
2593 |
"You want to publish a post on a specific date? No problem! Just enter your "
|
2594 |
"desired date and you are ready to go!"
|
2596 |
"Du möchtest einen Beitrag an einem ganz bestimmten Datum veröffentlichen? "
|
2597 |
"Kein Problem! Stelle einfach Dein Wunschdatum ein und los geht’s!"
|
2598 |
|
2599 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/post.calendar.php:217 ../..
|
2600 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/ship.php:398
|
2601 |
msgid "Schedule post recurrently"
|
2602 |
msgstr "Beitrag mehrfach planen"
|
2603 |
|
2604 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/post.calendar.php:218 ../..
|
2605 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/ship.php:399
|
2606 |
msgid ""
|
2607 |
"You have evergreen content you want to re-share from time to time in your "
|
2608 |
"timeline? Schedule your evergreen content to be shared once, multiple times "
|
2612 |
"möchtest? Plane Deinen Evergreen-Content einmalig, mehrfach oder "
|
2613 |
"wiederholend zu verschiedenden Zeiten."
|
2614 |
|
2615 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/post.calendar.php:220 ../..
|
2616 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/premium.php:78 ../..
|
2617 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/ship.php:401 ../../plugins/blog2social-
|
2618 |
+
#: v-4-9-1/views/b2s/widgets/premium.php:71 ../../plugins/blog2social-v-4-9-
|
2619 |
+
#: 1/views/b2s/html/footer.phtml:191
|
2620 |
msgid "Best Time Scheduler"
|
2621 |
msgstr "Beste Zeiten Manager"
|
2622 |
|
2623 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/post.calendar.php:221 ../..
|
2624 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/ship.php:402
|
2625 |
msgid ""
|
2626 |
"Whenever you publish a post, only a fraction of your followers will actually "
|
2627 |
"see your post. Use the Blog2Social Best Times Scheduler to share your post "
|
2633 |
"Dein Beitrag zu den Besten Zeiten für jedes Netzwerk zu planen. Erhalte mehr "
|
2634 |
"Reichweite und verlängere die Lebensdauer Deiner Beiträge."
|
2635 |
|
2636 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/post.notice.php:65 ../..
|
2637 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/post.publish.php:65 ../..
|
2638 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/widgets/posts.php:71
|
2639 |
msgid "Delete entries from the reporting"
|
2640 |
msgstr "Einträge aus dem Reporting löschen"
|
2641 |
|
2642 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/post.notice.php:68 ../..
|
2643 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/post.publish.php:68 ../..
|
2644 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/widgets/posts.php:74
|
2645 |
msgid "You are sure, you want to delete entries from the reporting?"
|
2646 |
msgstr "Bist Du sicher, dass Du Einträge aus dem Reporting löschen möchtest?"
|
2647 |
|
2648 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/post.sched.php:77
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2649 |
msgid "Delete entries form the scheduling"
|
2650 |
msgstr "Einträge aus der Planung löschen"
|
2651 |
|
2652 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/post.sched.php:80
|
2653 |
msgid "You are sure, you want to delete entries from the scheduling?"
|
2654 |
msgstr "Bist Du sicher, dass Du Einträge aus Deiner Planung löschen möchtest?"
|
2655 |
|
2656 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/premium.php:9 ../..
|
2657 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/widgets/premium.php:1
|
2658 |
msgid "Your license: Blog2Social"
|
2659 |
msgstr "Du nutzt Blog2Social"
|
2660 |
|
2661 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/premium.php:21 ../..
|
2662 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/widgets/premium.php:13
|
2663 |
msgid ""
|
2664 |
"Upgrade to Blog2Social Premium to schedule your posts for the best time, "
|
2665 |
"once or recurringly with the Best Time Scheduler and post to pages, groups "
|
2669 |
"im Voraus planen, zur einmaligen oder wiederholten Veröffentlichung. Und Du "
|
2670 |
"kannst auf Seiten, in Gruppen und mehreren Accounts pro Netzwerk posten."
|
2671 |
|
2672 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/premium.php:27 ../..
|
2673 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/widgets/premium.php:19 ../..
|
2674 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/html/sidebar.phtml:24
|
2675 |
msgid "Enter license key and change your version"
|
2676 |
msgstr "Lizenzschlüssel eingeben und Version ändern"
|
2677 |
|
2678 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/premium.php:29 ../..
|
2679 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/widgets/premium.php:21 ../..
|
2680 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/html/sidebar.phtml:26
|
2681 |
msgid "Activate"
|
2682 |
msgstr "Aktivieren"
|
2683 |
|
2684 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/premium.php:51
|
2685 |
msgid "Social Media Sharing"
|
2686 |
msgstr "Netzwerkauswahl"
|
2687 |
|
2688 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/premium.php:52 ../..
|
2689 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/widgets/premium.php:36
|
2690 |
msgid "Cross-share to all popular social networks"
|
2691 |
msgstr "Teilen von Blogbeiträgen auf allen Social Media"
|
2692 |
|
2693 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/premium.php:60
|
2694 |
msgid "Auto Posting"
|
2695 |
msgstr "Auto-Posting"
|
2696 |
|
2697 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/premium.php:61 ../..
|
2698 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/widgets/premium.php:48
|
2699 |
msgid "Automatically share your posts whenever you publish a new blog post"
|
2700 |
msgstr "Blogbeiträge automatisch beim Veröffentlichen teilen"
|
2701 |
|
2702 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/premium.php:69
|
2703 |
msgid "Customizing Social Media Posts"
|
2704 |
msgstr "Individualisieren"
|
2705 |
|
2706 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/premium.php:70 ../..
|
2707 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/widgets/premium.php:60
|
2708 |
msgid ""
|
2709 |
"Edit or add comments, hashtags or handles. Edit posts in HTML for re-"
|
2710 |
"publishing on blogging networks"
|
2712 |
"Posting-Texte ergänzen mit Kommentaren, Hashtags oder Handles. HTML-Editor "
|
2713 |
"für das Posten in Blog-Netzwerken"
|
2714 |
|
2715 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/premium.php:79 ../..
|
2716 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/widgets/premium.php:72
|
2717 |
msgid "Choose pre-defined times to post or edit and define your own time settings"
|
2718 |
msgstr "Optimaler Zeitpunkt zum Posten voreingestellt und anpassbar"
|
2719 |
|
2720 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/premium.php:89
|
2721 |
msgid "Social Media Scheduler"
|
2722 |
msgstr "Veröffentlichungen planen"
|
2723 |
|
2724 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/premium.php:90
|
2725 |
msgid ""
|
2726 |
"Social media scheduling: once, repeatedly or recurrently to multiple "
|
2727 |
"profiles, pages and groups"
|
2729 |
"Einmalig, mehrmals oder regelmäßig auf mehreren Profilen, Seiten oder "
|
2730 |
"Gruppen posten"
|
2731 |
|
2732 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/premium.php:98
|
2733 |
msgid "Individual Images for Each Social Media Post"
|
2734 |
msgstr "Individuelle Bilder für jeden Social Media Post"
|
2735 |
|
2736 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/premium.php:99
|
2737 |
msgid ""
|
2738 |
"Select any image from your media gallery for each social media post and "
|
2739 |
"channel"
|
2740 |
msgstr "Wählen Sie beliebige Bilder für Ihre Social Media Posts"
|
2741 |
|
2742 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/premium.php:107
|
2743 |
msgid "Select Post Format"
|
2744 |
msgstr "Beitragsformat auswählen"
|
2745 |
|
2746 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/premium.php:108 ../..
|
2747 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/widgets/premium.php:96
|
2748 |
msgid "One-page preview editor for all social networks for easy customizing"
|
2749 |
msgstr ""
|
2750 |
"Zentrale Vorschauseite für alle Social Media mit Editor für einfaches "
|
2751 |
"Anpassen"
|
2752 |
|
2753 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/premium.php:116
|
2754 |
msgid "Social Media Reporting"
|
2755 |
msgstr "Reporting"
|
2756 |
|
2757 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/premium.php:117
|
2758 |
msgid "Keep track of your scheduled and shared posts"
|
2759 |
msgstr ""
|
2760 |
"Alle veröffentlichten und geplanten Social-Media-Posts mit direktem Link zum "
|
2761 |
"einfachen Aufrufen und erneuten Teilen"
|
2762 |
|
2763 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/premium.php:122
|
2764 |
msgid "Show me plans and prices"
|
2765 |
msgstr "Versionen und Preise anzeigen"
|
2766 |
|
2767 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/settings.php:25
|
2768 |
msgid "save..."
|
2769 |
msgstr "speichere Daten..."
|
2770 |
|
2771 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/settings.php:30
|
2772 |
msgid "General"
|
2773 |
msgstr "Allgemein"
|
2774 |
|
2775 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/settings.php:36
|
2776 |
msgid "Social Meta Data"
|
2777 |
msgstr "Social Meta Angaben"
|
2778 |
|
2779 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/settings.php:39
|
2780 |
msgid "Best Time Settings"
|
2781 |
msgstr "Zeit-Einstellungen"
|
2782 |
|
2783 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/settings.php:42
|
2784 |
msgid "Network Settings"
|
2785 |
msgstr "Netzwerk-Einstellungen"
|
2786 |
|
2787 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/settings.php:65 ../..
|
2788 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/ship.php:457
|
2789 |
msgid "My Time Settings"
|
2790 |
msgstr "Meine Zeit-Einstellungen"
|
2791 |
|
2792 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/settings.php:76
|
2793 |
msgid "Reset predefined best time settings"
|
2794 |
msgstr "Voreingestellte beste Zeiten zurücksetzen"
|
2795 |
|
2796 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/settings.php:86
|
2797 |
msgid "Post format"
|
2798 |
msgstr "Beitragsformat"
|
2799 |
|
2800 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/settings.php:96
|
2801 |
msgid "Facebook"
|
2802 |
msgstr "Facebook"
|
2803 |
|
2804 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/settings.php:99
|
2805 |
msgid "Twitter"
|
2806 |
msgstr "Twitter"
|
2807 |
|
2808 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/settings.php:102
|
2809 |
msgid "Google+"
|
2810 |
msgstr "Google+"
|
2811 |
|
2812 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/settings.php:105
|
2813 |
msgid "Instagram"
|
2814 |
msgstr "Instagram"
|
2815 |
|
2816 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/settings.php:206
|
2817 |
msgid "Allow shortcodes in my post"
|
2818 |
msgstr "berücksichtige Shortcodes in meinen Beiträgen"
|
2819 |
|
2820 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/settings.php:209
|
2821 |
msgid ""
|
2822 |
"Shortcodes are used by some wordpress plugins like Elementor, Visual "
|
2823 |
"Composer and Content Builder. When a shortcode is inserted in a WordPress "
|
2836 |
"den Inhalt durch ein Plugin zu ersetzen, das Du verwendet.<br><br> Aktiviere "
|
2837 |
"diese Funktion, wenn Du dynamische Elemente in Deinen Beiträgen verwendest."
|
2838 |
|
2839 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/settings.php:220
|
2840 |
msgid "Include WordPress tags as hashtags in your posts"
|
2841 |
msgstr "Füge WordPress-Tags als Hashtags zu Deinen Social Media-Posts hinzu"
|
2842 |
|
2843 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/settings.php:223
|
2844 |
msgid ""
|
2845 |
"Hashtags are a great way to generate more reach and visibility for your "
|
2846 |
"posts. By activating this feature Blog2Social will automatically include "
|
2857 |
"Hinzufügen zusätzlicher Hashtags zu machen. Blog2Social löscht unnötige "
|
2858 |
"Leerzeichen Deiner WordPress-Tags, um gültige Hashtags zu erstellen. \n"
|
2859 |
|
2860 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/settings.php:234
|
2861 |
msgid "Activate Legacy mode "
|
2862 |
msgstr "Kompatibilitätsmodus aktivieren "
|
2863 |
|
2864 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/settings.php:237
|
2865 |
msgid "Plugin contents are loaded one at a time to minimize server load."
|
2866 |
msgstr ""
|
2867 |
"Plugininhalte werden nacheinander geladen, um den Hosting-Server Deines "
|
2868 |
"Blogs zu entlasten."
|
2869 |
|
2870 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/settings.php:248
|
2871 |
msgid "Instant Caching for Facebook Link Posts"
|
2872 |
msgstr "Instant Caching für Facebook Link-Beiträge"
|
2873 |
|
2874 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/settings.php:251
|
2875 |
msgid ""
|
2876 |
"To make sure that Facebook always pulls the current meta data of your blog "
|
2877 |
"post for link-posts, Blog2Social adds a \"no-cache=1\" parameter to the post "
|
2883 |
"Caching bei Facebook Link-Beiträgen den “no-cache=1” Parameter an die "
|
2884 |
"Beitrags-URL. Dies ist notwendig, wenn Du varnish caching benutzt.\n"
|
2885 |
|
2886 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/settings.php:253
|
2887 |
msgid "Note: To use Facebook Instant Articles, this option must be disabled."
|
2888 |
msgstr ""
|
2889 |
"Achtung: Um Facebook Instant Artikel zu verwenden, muss diese Option "
|
2890 |
"deaktiviert sein."
|
2891 |
|
2892 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/settings.php:269
|
2893 |
msgid ""
|
2894 |
"Blog2Social applies the scheduled time settings based on the time zone "
|
2895 |
"defined in the general settings of your WordPress. You can select a user-"
|
2903 |
"für die Planung Deiner Social Media Posts festlegen. Wähle dazu die "
|
2904 |
"gewünschte Zeitzone aus dem Drop-Down Menü."
|
2905 |
|
2906 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/ship.php:29
|
2907 |
msgid "Social Media Scheduling & Sharing"
|
2908 |
msgstr "Beitrag auf Social Media planen und teilen"
|
2909 |
|
2910 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/ship.php:39
|
2911 |
msgid "scroll to bottom"
|
2912 |
msgstr "zum Seitenende"
|
2913 |
|
2914 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/ship.php:44
|
2915 |
msgid "You want to load your time settings?"
|
2916 |
msgstr "Du möchtest Deine Zeiten laden?"
|
2917 |
|
2918 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/ship.php:45
|
2919 |
msgid "Load My Time Settings"
|
2920 |
msgstr "Meine Zeit-Einstellungen laden"
|
2921 |
|
2922 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/ship.php:51
|
2923 |
msgid "Load Best Time Scheduler"
|
2924 |
msgstr "Beste Zeiten laden"
|
2925 |
|
2926 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/ship.php:84
|
2927 |
msgid "Social Accounts"
|
2928 |
msgstr "Social Media Konten"
|
2929 |
|
2930 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/ship.php:102
|
2931 |
msgid "Add more..."
|
2932 |
msgstr "mehr hinzufügen"
|
2933 |
|
2934 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/ship.php:104
|
2935 |
msgid "Profiles | Pages | Groups"
|
2936 |
msgstr "Profile | Seiten | Gruppen"
|
2937 |
|
2938 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/ship.php:143
|
2939 |
msgid "Save Network Selection"
|
2940 |
msgstr "Netzwerkauswahl speichern"
|
2941 |
|
2942 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/ship.php:152
|
2943 |
msgid "network connected"
|
2944 |
msgstr "Netzwerk verbunden"
|
2945 |
|
2946 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/ship.php:153
|
2947 |
msgid "requires image"
|
2948 |
msgstr "Bild benötigt"
|
2949 |
|
2950 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/ship.php:154
|
2951 |
msgid "refresh authorization"
|
2952 |
msgstr "Autorisierung aktualisieren"
|
2953 |
|
2954 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/ship.php:177
|
2955 |
msgid ""
|
2956 |
"Notice:<br><p>Please make sure, that your website address is reachable. The "
|
2957 |
"Social Networks do not allow postings from local installations.</p>"
|
2960 |
"erreichbar ist. Die sozialen Netzwerke erlauben keine Posts von lokalen "
|
2961 |
"Installationen.</p>"
|
2962 |
|
2963 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/ship.php:179
|
2964 |
msgid "change website address"
|
2965 |
msgstr "Webseiten-Adresse ändern"
|
2966 |
|
2967 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/ship.php:196
|
2968 |
msgid "First, connect or select network before posting"
|
2969 |
msgstr ""
|
2970 |
"Verbinde Dich zuerst mit einem Netzwerk oder wähle ein Netzwerk aus, bevor "
|
2971 |
"Du den Beitrag teilst!"
|
2972 |
|
2973 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/ship.php:206
|
2974 |
msgid "scroll to top"
|
2975 |
msgstr "zum Seitenanfang"
|
2976 |
|
2977 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/ship.php:207 ../..
|
2978 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/ship.php:211
|
2979 |
msgid "Share"
|
2980 |
msgstr "Teilen"
|
2981 |
|
2982 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/ship.php:220
|
2983 |
msgid "Time zone"
|
2984 |
msgstr "Zeitzone"
|
2985 |
|
2986 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/ship.php:238
|
2987 |
msgid "Share new post on Social Media"
|
2988 |
msgstr "Teile einen neuen Beitrag auf Social Media"
|
2989 |
|
2990 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/ship.php:260
|
2991 |
msgid "Connect for"
|
2992 |
msgstr "Netzwerke verbinden für"
|
2993 |
|
2994 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/ship.php:276
|
2995 |
msgid "Time Scheduling"
|
2996 |
msgstr "Zeitplanung"
|
2997 |
|
2998 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/ship.php:280
|
2999 |
msgid ""
|
3000 |
"You have not yet defined personal time settings. To edit personal time "
|
3001 |
"settings click on the Blog2Social Settings on the left-hand menu and select "
|
3007 |
"Menü von Blog2Social und wähle die \"Zeit-Einstellungen\" aus. Dort kannst Du "
|
3008 |
"die voreingestellten besten Zeiten verändern."
|
3009 |
|
3010 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/ship.php:293
|
3011 |
msgid "Re-share this Post"
|
3012 |
msgstr "Diesen Beitrag nochmal teilen"
|
3013 |
|
3014 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/ship.php:296
|
3015 |
msgid ""
|
3016 |
"You can re-share your post for a different sharing purpose, or to share on a "
|
3017 |
"different choice of networks, profiles, pages or groups, or with different "
|
3036 |
"auf \"Diesen Beitrag erneut teilen\" und Du wirst erneut zur Vorschau geführt, "
|
3037 |
"wo Deine Netzwerke, Texte und Bilder auswählen oder variieren kannst. "
|
3038 |
|
3039 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/ship.php:299
|
3040 |
msgid "You want re-share your blog post?"
|
3041 |
msgstr "Du möchtest Deinen Beitrag erneut teilen?"
|
3042 |
|
3043 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/ship.php:327
|
3044 |
msgid "Save Network Settings"
|
3045 |
msgstr "Netzwerkeinstellungen speichern"
|
3046 |
|
3047 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/ship.php:330
|
3048 |
msgid ""
|
3049 |
"You can save your current network settings as \"Standard\" network settings "
|
3050 |
"for any future sharing activities or as a \"Profile\" to choose from (Premium)."
|
3076 |
"zur Vorschau geführt, wo Du Deine Netzwerke, Texte und Bilder wählen oder "
|
3077 |
"variieren kannst. "
|
3078 |
|
3079 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/ship.php:342
|
3080 |
msgid "Your blog post is not yet published on your Wordpress!"
|
3081 |
msgstr "Dein Beitrag ist derzeit nicht auf Deinem Wordpress veröffentlicht."
|
3082 |
|
3083 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/ship.php:345
|
3084 |
msgid "At least one of your selected networks is set to \"Share Now\""
|
3085 |
msgstr "Mindestens ein Netzwerk wurde mit der Option \"Sofort teilen\" ausgewählt."
|
3086 |
|
3087 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/ship.php:349
|
3088 |
msgid "Schedule your post"
|
3089 |
msgstr "Beitrag planen"
|
3090 |
|
3091 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/ship.php:352
|
3092 |
msgid "Ignore & share"
|
3093 |
msgstr "Ignorieren & teilen"
|
3094 |
|
3095 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/ship.php:527
|
3096 |
msgid "add Schedule"
|
3097 |
msgstr "neuer Termin"
|
3098 |
|
3099 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/ship.php:541
|
3100 |
msgid "Give me more information"
|
3101 |
msgstr "Erhalte mehr Infomationen"
|
3102 |
|
3103 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/widgets/activity.php:5
|
3104 |
msgid "Your activity"
|
3105 |
msgstr "Deine Aktivität"
|
3106 |
|
3107 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/widgets/activity.php:8
|
3108 |
msgid "Show activity starting from"
|
3109 |
msgstr "Zeige Aktivität ab"
|
3110 |
|
3111 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/widgets/activity.php:13
|
3112 |
msgid "published social media posts"
|
3113 |
msgstr "veröffentlichte Beiträge"
|
3114 |
|
3115 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/widgets/calendar.php:1 ../..
|
3116 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/html/post.navbar.phtml:13
|
3117 |
msgid "Calendar"
|
3118 |
msgstr "Kalender"
|
3119 |
|
3120 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/widgets/newsletter.php:4
|
3121 |
msgid "Get news and updates for promoting your blog on social media"
|
3122 |
msgstr "Aktuelle Infos zur Blog-Promotion auf Social Media"
|
3123 |
|
3124 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/widgets/newsletter.php:10
|
3125 |
msgid "Get updates"
|
3126 |
msgstr "Updates erhalten"
|
3127 |
|
3128 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/widgets/newsletter.php:12
|
3129 |
msgid ""
|
3130 |
"We hate spam, too. We will never sell your email address to any other "
|
3131 |
"company or for any other purpose."
|
3133 |
"Wir mögen auch keinen Spam. Deine E-Mail-Adresse werden wir weder verkaufen "
|
3134 |
"noch anderweitig zweckentfremden. "
|
3135 |
|
3136 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/widgets/newsletter.php:16
|
3137 |
msgid "You have already subscribed to the newsletter. Awesome!"
|
3138 |
msgstr "Du hast Dich schon für den Newsletter angemeldet! Prima!"
|
3139 |
|
3140 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/widgets/posts.php:19
|
3141 |
msgid "Latest Posts"
|
3142 |
msgstr "letzte Beiträge"
|
3143 |
|
3144 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/widgets/posts.php:31 ../..
|
3145 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/html/post.navbar.phtml:9
|
3146 |
msgid "Scheduled Posts"
|
3147 |
msgstr "geplante Beiträge"
|
3148 |
|
3149 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/widgets/premium.php:35
|
3150 |
msgid "Network Choice"
|
3151 |
msgstr "Netzwerkauswahl"
|
3152 |
|
3153 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/widgets/premium.php:59
|
3154 |
msgid "Custom Sharing"
|
3155 |
msgstr "Individualisieren"
|
3156 |
|
3157 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/widgets/premium.php:83
|
3158 |
msgid "Custom Scheduling"
|
3159 |
msgstr "Veröffentlichungen planen"
|
3160 |
|
3161 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/widgets/premium.php:84
|
3162 |
msgid ""
|
3163 |
"Unlimited scheduling options: once, repeatedly or recurringly to multiple "
|
3164 |
"profiles, pages and groups"
|
3166 |
"Einmalig, mehrmals oder regelmäßig auf mehreren Profilen, Seiten oder "
|
3167 |
"Gruppen posten"
|
3168 |
|
3169 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/widgets/premium.php:95
|
3170 |
msgid "One-Step Workflow"
|
3171 |
msgstr "One-Step Workflow"
|
3172 |
|
3173 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/widgets/premium.php:107
|
3174 |
msgid "Reporting"
|
3175 |
msgstr "Veröffentlichungen anzeigen"
|
3176 |
|
3177 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/widgets/premium.php:108
|
3178 |
msgid ""
|
3179 |
"All scheduled and published social media posts with direct links for easy "
|
3180 |
"access or re-sharing"
|
3182 |
"Alle veröffentlichten und geplanten Social-Media-Posts mit direktem Link zum "
|
3183 |
"einfachen Aufrufen und erneuten Teilen"
|
3184 |
|
3185 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/widgets/premium.php:115
|
3186 |
msgid "Unlock Premium"
|
3187 |
msgstr "Premium freischalten"
|
3188 |
|
3189 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/widgets/support.php:9
|
3190 |
msgid "more FAQ"
|
3191 |
msgstr "mehr FAQ"
|
3192 |
|
3193 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/widgets/tutorial.php:1 ../..
|
3194 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/html/service.phtml:4
|
3195 |
msgid "How to work with Blog2Social"
|
3196 |
msgstr "So arbeitest Du mit Blog2Social"
|
3197 |
|
3198 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/widgets/tutorial.php:2
|
3199 |
msgid ""
|
3200 |
"Learn how to get the most out of Blog2Social to promote your blog on social "
|
3201 |
"media."
|
3203 |
"Du erfährst, wie Du Blog2Social optimal nutzt, um Deinen Blog auf Social "
|
3204 |
"Media zu promoten."
|
3205 |
|
3206 |
+
#: ../../plugins/blog2social-v-4-9-1/views/notice.php:12
|
3207 |
msgid "Connection is broken..."
|
3208 |
msgstr "Vebindung ist unterbrochen..."
|
3209 |
|
3210 |
+
#: ../../plugins/blog2social-v-4-9-1/views/notice.php:14
|
3211 |
msgid ""
|
3212 |
"The connection to your server has been interrupted. Please make sure that "
|
3213 |
"your blog is reachable. If your server does not respond or is too slow, "
|
3220 |
"nicht mit dem internet verbinden. Versuche es später erneut oder kontaktiere "
|
3221 |
"Deinen Webmaster, wenn dieser Fehler erneut erscheint."
|
3222 |
|
3223 |
+
#: ../../plugins/blog2social-v-4-9-1/views/notice.php:17
|
3224 |
msgid "Update..."
|
3225 |
msgstr "Aktualisierung..."
|
3226 |
|
3227 |
+
#: ../../plugins/blog2social-v-4-9-1/views/notice.php:19
|
3228 |
msgid ""
|
3229 |
"<b> A new version of Blog2Social is available. </b> Update now <br> "
|
3230 |
"Blog2Social to continue to use the latest version of the plugin."
|
3231 |
msgstr "<b> Eine neue Version von Blog2Social ist verfügbar </b>"
|
3232 |
|
3233 |
+
#: ../../plugins/blog2social-v-4-9-1/views/notice.php:23
|
3234 |
msgid "Update Blog2Social"
|
3235 |
msgstr "Aktualisiere Blog2Social"
|
3236 |
|
3237 |
+
#: ../../plugins/blog2social-v-4-9-1/views/notice.php:26
|
3238 |
msgid "Unknown error"
|
3239 |
msgstr "Unbekannter Fehler"
|
3240 |
|
3241 |
+
#: ../../plugins/blog2social-v-4-9-1/views/notice.php:28
|
3242 |
msgid "<b> An unknown error occurred! </b> <br> Please contact our support!"
|
3243 |
msgstr ""
|
3244 |
"<b> Ein unbekannter Fehler ist aufgetreten. </b> <br> Bitte kontaktiere "
|
3245 |
"unseren Support."
|
3246 |
|
3247 |
+
#: ../../plugins/blog2social-v-4-9-1/views/prg/login.php:14
|
3248 |
msgid "Login failed. Please check your username and a password!"
|
3249 |
msgstr ""
|
3250 |
" Die Anmeldung zu PR-Gateway ist fehlgeschlagen. Bitte überprüfe Deinen "
|
3251 |
"Benutzernamen und Dein Password!"
|
3252 |
|
3253 |
+
#: ../../plugins/blog2social-v-4-9-1/views/prg/login.php:20
|
3254 |
msgid "Login failed. Please check your server settings. OpenSSL must be enabled on."
|
3255 |
msgstr ""
|
3256 |
" Die Anmeldung zu PR-Gateway ist fehlgeschlagen. Bitte überprüfen Deine "
|
3257 |
"Server-Einstellungen. OpenSSL muss aktiviert sein. "
|
3258 |
|
3259 |
+
#: ../../plugins/blog2social-v-4-9-1/views/prg/login.php:23
|
3260 |
msgid "E-Mail or Username"
|
3261 |
msgstr "E-Mail oder Benutzername"
|
3262 |
|
3263 |
+
#: ../../plugins/blog2social-v-4-9-1/views/prg/login.php:24
|
3264 |
msgid "Password"
|
3265 |
msgstr "Passwort"
|
3266 |
|
3267 |
+
#: ../../plugins/blog2social-v-4-9-1/views/prg/login.php:27
|
3268 |
msgid "Sign in"
|
3269 |
msgstr "Anmelden"
|
3270 |
|
3271 |
+
#: ../../plugins/blog2social-v-4-9-1/views/prg/login.php:29
|
3272 |
msgid "create account"
|
3273 |
msgstr "neues Konto erstellen"
|
3274 |
|
3275 |
+
#: ../../plugins/blog2social-v-4-9-1/views/prg/login.php:29
|
3276 |
msgid "reset password"
|
3277 |
msgstr "Passwort zurücksetzen"
|
3278 |
|
3279 |
+
#: ../../plugins/blog2social-v-4-9-1/views/prg/login.php:35
|
3280 |
msgid "Test PR-Gateway for free"
|
3281 |
msgstr "PR-Gateway kostenlos und unverbindlich testen"
|
3282 |
|
3283 |
+
#: ../../plugins/blog2social-v-4-9-1/views/prg/login.php:36
|
3284 |
msgid "1x publish press release <br> 1x publish report <br> 1x promote event"
|
3285 |
msgstr ""
|
3286 |
"1 x Pressemitteilung veröffentlichen <br> 1 x Report abrufen <br>1 x "
|
3287 |
"Veranstaltung bewerben"
|
3288 |
|
3289 |
+
#: ../../plugins/blog2social-v-4-9-1/views/prg/login.php:38
|
3290 |
msgid ""
|
3291 |
"The press distribution PR gateway automatically publish your press releases "
|
3292 |
"and events with one click.Publish your message over 250 portals."
|
3298 |
"internationalen und regionalen Portalen, Social Media und Dokumenten-"
|
3299 |
"Netzwerken."
|
3300 |
|
3301 |
+
#: ../../plugins/blog2social-v-4-9-1/views/prg/login.php:41
|
3302 |
msgid "Start your 14-Day Free Trial"
|
3303 |
msgstr "Jetzt kostenlos testen"
|
3304 |
|
3305 |
+
#: ../../plugins/blog2social-v-4-9-1/views/prg/ship.php:34
|
3306 |
msgid "Select Image"
|
3307 |
msgstr "Bild auswählen"
|
3308 |
|
3309 |
+
#: ../../plugins/blog2social-v-4-9-1/views/prg/ship.php:45 ../..
|
3310 |
+
#: /plugins/blog2social-v-4-9-1/views/prg/ship.php:47
|
3311 |
msgid "Copyright"
|
3312 |
msgstr "Copyright"
|
3313 |
|
3314 |
+
#: ../../plugins/blog2social-v-4-9-1/views/prg/ship.php:66
|
3315 |
msgid "Save As Draft"
|
3316 |
msgstr "als Entwurf speichern"
|
3317 |
|
3318 |
+
#: ../../plugins/blog2social-v-4-9-1/views/prg/ship.php:67
|
3319 |
msgid "Publish"
|
3320 |
msgstr "Veröffentlichen"
|
3321 |
|
3322 |
+
#: ../../plugins/blog2social-v-4-9-1/views/prg/ship.php:85
|
3323 |
msgid "Please Note"
|
3324 |
msgstr "Hinweis"
|
3325 |
|
3326 |
+
#: ../../plugins/blog2social-v-4-9-1/views/prg/ship.php:88
|
3327 |
msgid ""
|
3328 |
"It may incur charges for publishing on PR-Gateway. Sent press releases can "
|
3329 |
"not be withdrawn. If you want your press release to be published now?"
|
3333 |
"Pressemitteilungen können nicht mehr zurückgenommen werden. Soll Deine "
|
3334 |
"Pressemitteilung jetzt versendet werden?"
|
3335 |
|
3336 |
+
#: ../../plugins/blog2social-v-4-9-1/views/prg/ship.php:91
|
3337 |
msgid "Yes, I accept"
|
3338 |
msgstr "Ja,einverstanden"
|
3339 |
|
3340 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:4
|
3341 |
msgid "Privacy Policy"
|
3342 |
msgstr "Datenschutz"
|
3343 |
|
3344 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:4
|
3345 |
msgid "Terms"
|
3346 |
msgstr "Agbs"
|
3347 |
|
3348 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:4
|
3349 |
msgid "We never store your data from your social media profiles."
|
3350 |
msgstr "Wir speichern keine persönlichen Daten Deiner Social Media Profile."
|
3351 |
|
3352 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:8 ../..
|
3353 |
+
#: /plugins/blog2social-v-4-9-1/views/prg/html/footer.phtml:8 ../..
|
3354 |
+
#: /plugins/blog2social-v-4-9-1/views/prg/html/header.phtml:40
|
3355 |
msgid "Post"
|
3356 |
msgstr "Beitrag"
|
3357 |
|
3358 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:9 ../..
|
3359 |
+
#: /plugins/blog2social-v-4-9-1/views/prg/html/footer.phtml:9
|
3360 |
msgid "Job"
|
3361 |
msgstr "Stellenanzeige"
|
3362 |
|
3363 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:10 ../..
|
3364 |
+
#: /plugins/blog2social-v-4-9-1/views/prg/html/footer.phtml:10
|
3365 |
msgid "Event"
|
3366 |
msgstr "Veranstaltung"
|
3367 |
|
3368 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:22
|
3369 |
msgid "Upgrade to Blog2Social for Premium"
|
3370 |
msgstr "Jetzt auf Blog2Social PREMIUM upgraden "
|
3371 |
|
3372 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:52
|
3373 |
msgid "Upgrade to Blog2Social for PREMIUM PRO"
|
3374 |
msgstr "Jetzt auf Blog2Social PREMIUM PRO upgraden "
|
3375 |
|
3376 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:55
|
3377 |
msgid ""
|
3378 |
"You can select different combinations of networks and save them for "
|
3379 |
"different sharing purposes."
|
3381 |
"Du kannst für verschiedene Social Media Aktivitäten oder Kampagnen eine "
|
3382 |
"passende Kombination von Netzwerken anlegen und speichern."
|
3383 |
|
3384 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:58
|
3385 |
msgid ""
|
3386 |
"With Blog2Social Premium PRO you can save your preferred network "
|
3387 |
"combinations for future reference and choose individual names for each "
|
3401 |
"mehrere Social Media Profile, Seiten und Gruppen eines Netzwerks in einer "
|
3402 |
"Kombination verbinden."
|
3403 |
|
3404 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:61
|
3405 |
msgid "With Blog2Social PREMIUM PRO you can also:"
|
3406 |
msgstr "Mit blog2Social Premium PRO kannst Du außerdem:"
|
3407 |
|
3408 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:63
|
3409 |
msgid ""
|
3410 |
"Post on LinkedIn pages, XING pages and groups, as well as Facebook and "
|
3411 |
"Google+ pages and groups"
|
3413 |
"Auf LinkedIn-Seiten, auf XING-Seiten und -Gruppen, sowie auf Seiten und "
|
3414 |
"Gruppen in Facebook und Google+ posten"
|
3415 |
|
3416 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:65
|
3417 |
msgid ""
|
3418 |
"Schedule your posts at the best times on each network: for one time, "
|
3419 |
"multiple times or recurrently"
|
3421 |
"Veröffentlichungen zur besten Zeit pro Netzwerk planen: einmalig, mehrmalig "
|
3422 |
"oder nach einem regelmäßigen Muster"
|
3423 |
|
3424 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:68
|
3425 |
msgid ""
|
3426 |
"Reporting and calendar: keep track of your published and scheduled social "
|
3427 |
"media posts"
|
3429 |
"Mit dem Reporting & Kalender Deine bereits veröffentlichten und geplanten "
|
3430 |
"Social Media Post im Blick behalten."
|
3431 |
|
3432 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:75
|
3433 |
msgid "Activate Blog2Social PREMIUM PRO."
|
3434 |
msgstr "Aktiviere Blog2Social PREMIUM PRO. "
|
3435 |
|
3436 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:77
|
3437 |
msgid ""
|
3438 |
"With Blog2Social Premium PRO you can connect pages in LinkedIn and XING as "
|
3439 |
"well as XING groups."
|
3441 |
"Mit Blog2Social Premium PRO kannst Du auf Seiten in LinkedIn und XING und in "
|
3442 |
"XING-Gruppen posten."
|
3443 |
|
3444 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:80
|
3445 |
msgid "Also included:"
|
3446 |
msgstr "Außerdem inklusive"
|
3447 |
|
3448 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:82
|
3449 |
msgid "Social media auto-posting and auto-scheduling"
|
3450 |
msgstr "Blogbeiträge auto-posten und auto-planen"
|
3451 |
|
3452 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:83
|
3453 |
msgid "Posting to social media pages and groups in Facebook and Google+"
|
3454 |
msgstr "Posten auf Social Media Seiten und in Gruppen bei Facebook and Google+ "
|
3455 |
|
3456 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:84
|
3457 |
msgid "Sharing on multiple accounts per network"
|
3458 |
msgstr "Posten in mehreren Accounts pro Netzwerk"
|
3459 |
|
3460 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:85
|
3461 |
msgid "Best Time Scheduler: schedule once, multiple times or recurringly"
|
3462 |
msgstr ""
|
3463 |
"Beste Zeiten Manager: Veröffentlichungen einmal, mehrmals oder regelmäßig "
|
3464 |
"planen"
|
3465 |
|
3466 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:86
|
3467 |
msgid "Reporting with links to already published posts"
|
3468 |
msgstr "Reporting mit Links zu allen veröffentlichten Social Media Posts"
|
3469 |
|
3470 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:101
|
3471 |
msgid "Select the preferred custom post format for your posts"
|
3472 |
msgstr "Entscheide Dich für das passende Format für Deine Social Media Posts"
|
3473 |
|
3474 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:106
|
3475 |
msgid ""
|
3476 |
"You can define your preferred custom post format Twitter, Facebook and "
|
3477 |
"Google +. Select link post or photo post format:"
|
3479 |
"Für Facebook, Twitter und Google + kannst Du Dein bevorzugtes Post-Format "
|
3480 |
"standardmäßig festlegen. Wähle das Link-Post- oder das Foto-Post-Format:"
|
3481 |
|
3482 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:111
|
3483 |
msgid ""
|
3484 |
"The link post format displays posts title, link address and the first one or "
|
3485 |
"two sentences of the post. The networks scan this information from your META "
|
3503 |
"Deinen Blogbeitrag. Bitte beachte: Bei Google + können nur Bilder, die im "
|
3504 |
"Blogbeitrag enthalten sind, für Link-Posts ausgewählt werden. \n"
|
3505 |
|
3506 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:123
|
3507 |
msgid ""
|
3508 |
"For Instagram, you can select \"image with frame\" or \"image cut out\" as your "
|
3509 |
"preferred custom post format."
|
3511 |
"Du kannst für Instagram zwischen \"Bild mit Rahmen\" umd \"Bild "
|
3512 |
"ausgeschnitten\" als Dein bevorzugtes Beitragsformat auswählen."
|
3513 |
|
3514 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:173
|
3515 |
msgid "Did you miss something?"
|
3516 |
msgstr "Was vermisst Du?"
|
3517 |
|
3518 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:176
|
3519 |
msgid "Help us make Blog2Social even better!"
|
3520 |
msgstr "Helfe uns Blog2Social besser zu machen!"
|
3521 |
|
3522 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:180
|
3523 |
msgid "submit"
|
3524 |
msgstr "senden"
|
3525 |
|
3526 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:194
|
3527 |
msgid ""
|
3528 |
"Blog2Social provides you with a ready-to-use best time scheduler based on "
|
3529 |
"current research on the best times to post on each social network."
|
3531 |
"Blog2Social stellt Dir ein vordefiniertes Zeitschema für die besten Zeiten "
|
3532 |
"zum Teilen auf den verschiedenen Social Media Kanälen zur Verfügung."
|
3533 |
|
3534 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:196
|
3535 |
msgid ""
|
3536 |
"Click Best Time Scheduler in the preview editor to schedule your posts "
|
3537 |
"automatically for the best times to post on each social network."
|
3540 |
"Click \"Best Time Scheduler\" in the preview editor to schedule your posts "
|
3541 |
"automatically for the best times to post on each social network."
|
3542 |
|
3543 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:198
|
3544 |
msgid ""
|
3545 |
"You can also define your own personal time settings for posting, if you know "
|
3546 |
"which times work best for your communities. Edit the pre-filled times in the "
|
3550 |
"eingetragenen Zeiten in den allgemeinen Einstellungen, die Du ändern "
|
3551 |
"möchtest und klicke \"speichern\"."
|
3552 |
|
3553 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:200
|
3554 |
msgid ""
|
3555 |
"Click My Time Settings in the preview editor to schedule your posts with "
|
3556 |
"your personal best time settings."
|
3558 |
"Klicke \"Meine Zeit-Einstellungen\" im Vorschau-Editor, um Deine Social Media "
|
3559 |
"Posts zu Deinen persönlichen Zeit-Einstellungen zu planen."
|
3560 |
|
3561 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:202
|
3562 |
msgid ""
|
3563 |
"You can always edit the predefined times in the preview editor for any post "
|
3564 |
"or network and save your new settings as default for future use."
|
3567 |
"jedes Netzwerk jederzeit individuell ändern oder neu definieren und für alle "
|
3568 |
"zukünftigen Beiträge abspeichern. "
|
3569 |
|
3570 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:204
|
3571 |
msgid ""
|
3572 |
"Blog2Social will also apply your personal time settings, if you enable the "
|
3573 |
"Social Media Auto-Poster and select auto-post at scheduled times. "
|
3576 |
"das Social Media Auto-Posting nutzt und die Veröffentlichung zu geplanten "
|
3577 |
"Zeiten auswählst."
|
3578 |
|
3579 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:238
|
3580 |
msgid "Why Retweets?"
|
3581 |
msgstr "Wieso retweeten?\n"
|
3582 |
|
3583 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:241
|
3584 |
msgid ""
|
3585 |
"Retweets are the recommended way to reshare the same Tweets across Twitter "
|
3586 |
"accounts in accordance with Twitter new rules. You can now schedule multiple "
|
3592 |
"mehrere Retweets für einen Original-Tweet direkt aus Deinem WordPress "
|
3593 |
"Backend heraus planen."
|
3594 |
|
3595 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:244
|
3596 |
msgid ""
|
3597 |
"If Retweets are enabled, every Original-Tweet you schedule in this step will "
|
3598 |
"be retweeted by the selected Twitter accounts. If, for example, 3 Original-"
|
3604 |
"B. 3 Original-Tweets geplant sind, löst jeder einzelne Tweet einen Retweet "
|
3605 |
"für den/die ausgewählten Twitter-Accounts aus."
|
3606 |
|
3607 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:248
|
3608 |
msgid "Do you want retweeten?"
|
3609 |
msgstr "Du möchtest retweeten?\n"
|
3610 |
|
3611 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:277
|
3612 |
msgid "Bit.ly integration (URL Shortening)"
|
3613 |
msgstr "Bit.ly URL Shortener Integration"
|
3614 |
|
3615 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:280
|
3616 |
msgid ""
|
3617 |
"You can use Bit.ly links to shorten the URL of your links and to track the "
|
3618 |
"performance of your links across all social media networks. Activate Bit.ly "
|
3628 |
"geteilt und Sie können so den Erfolg Ihrer Beiträge in Ihrem Bit.ly Account "
|
3629 |
"überprüfen.\n"
|
3630 |
|
3631 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:294
|
3632 |
msgid ""
|
3633 |
"Select the content that will be automatically pre-filled in your Twitter "
|
3634 |
"posts. If you have ticked the box \"include WordPress tags as hashtags in my "
|
3639 |
"Tags als Hashtags zu Deinen Social Media-Posts hinzu” aktiviert hast, werden "
|
3640 |
"Hashtags auch im Dropdown-Menü automatisch an die Optionen angefügt. "
|
3641 |
|
3642 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:351
|
3643 |
msgid "Social Meta Tags Settings"
|
3644 |
msgstr "Meta Tag Einstellungen"
|
3645 |
|
3646 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:354 ../..
|
3647 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:435
|
3648 |
msgid "Change image, title and description for your post on this network"
|
3649 |
msgstr "Bild, Titel und Beschreibung des Blogbeitrags ändern"
|
3650 |
|
3651 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:360
|
3652 |
msgid ""
|
3653 |
"Facebook has changed its policy for posting link posts via plugins or web "
|
3654 |
"applications. Facebook does no longer display the featured or selected image "
|
3671 |
"Bitte stelle sicher, dass das ausgewählte Bild die Voraussetzungen für die "
|
3672 |
"Bildgrößen auf Facebook erfüllt."
|
3673 |
|
3674 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:362
|
3675 |
msgid ""
|
3676 |
"With Blog2Social you can select a featured image or any image you select to "
|
3677 |
"be displayed with your link post. Blog2Social will automatically write the "
|
3691 |
"der Beitragsvorschau an Bilder, Titel und Beschreibung vornimmst, nicht "
|
3692 |
"übernimmt. "
|
3693 |
|
3694 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:365
|
3695 |
msgid ""
|
3696 |
"Twitter has changed its policy for posting link posts via plugins or web "
|
3697 |
"applications. Twitter does no longer display the featured or selected image "
|
3713 |
"werden diese nicht angezeigt. Bitte stelle sicher, dass das ausgewählte Bild "
|
3714 |
"die Voraussetzungen für die Bildgrößen auf Twitter erfüllt."
|
3715 |
|
3716 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:367
|
3717 |
msgid ""
|
3718 |
"With Blog2Social you can select a featured image or any image you select to "
|
3719 |
"be displayed with your link post. Blog2Social will automatically write the "
|
3733 |
"Änderungen, die Du in der Beitragsvorschau an Bilder, Titel und Beschreibung "
|
3734 |
"vornimmst, nicht übernimmt. \n"
|
3735 |
|
3736 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:370
|
3737 |
msgid ""
|
3738 |
"You can change the image, title and description for your post on Facebook, "
|
3739 |
"by editing the following fields for"
|
3741 |
"Du kannst das Bild, den Titel und die Beschreibung für Deinen Post auf "
|
3742 |
"Facebook über die folgenden Felder ändern:"
|
3743 |
|
3744 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:373 ../..
|
3745 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:388
|
3746 |
msgid "image"
|
3747 |
msgstr "Bild"
|
3748 |
|
3749 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:375 ../..
|
3750 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:390
|
3751 |
msgid "description"
|
3752 |
msgstr "Beschreibung"
|
3753 |
|
3754 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:377
|
3755 |
msgid ""
|
3756 |
"Blog2Social will automatically write these information in the Facebook Open "
|
3757 |
"Graph (OG) Meta Tags for Image, Title and Description of your blog post."
|
3760 |
"Graph (OG) Meta Tag Parameter Deines Blogbeitrags für Image, Title und "
|
3761 |
"Description."
|
3762 |
|
3763 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:380
|
3764 |
msgid ""
|
3765 |
"Please note: If this post has already been shared or scheduled previously, "
|
3766 |
"your current changes will also affect the look of previously shared or "
|
3773 |
"Meta Tag Parameter Deiner Beitragsseite zieht und alle vorhandenen Beiträge "
|
3774 |
"mit diesen Informationen automatisch aktualisiert."
|
3775 |
|
3776 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:382
|
3777 |
#, php-format
|
3778 |
msgid ""
|
3779 |
"Please note: Your changes will have no effect on your social media posts on "
|
3784 |
"berücksichtigt werden, wenn Du in den Blog2Social Meta Tag<a target=\"_blank\" "
|
3785 |
"href=\"%s\">Einstellungen</a>, die Meta Tag Funktion manuell deaktiviert hast."
|
3786 |
|
3787 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:385
|
3788 |
msgid ""
|
3789 |
"You can change the image, title and description for your post on Twitter, by "
|
3790 |
"editing the following fields for"
|
3792 |
"Du kannst das Bild, den Titel und die Beschreibung für Deinen Post auf "
|
3793 |
"Twitter über die folgenden Felder ändern:"
|
3794 |
|
3795 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:392
|
3796 |
msgid ""
|
3797 |
"Blog2Social will automatically write these information in the Twitter Card "
|
3798 |
"Meta Tags for Image, Title and Description of your blog post."
|
3800 |
"Blog2Social übergibt diese Informationen automatisch an die Twitter Card "
|
3801 |
"Meta Tag Parameter Deines Blogbeitrags für Image, Title und Description."
|
3802 |
|
3803 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:395
|
3804 |
msgid ""
|
3805 |
"Please note: If this post has already been shared or scheduled previously, "
|
3806 |
"your current changes will also affect the look of previously shared or "
|
3815 |
"bereits geteilt hast, kann es bis zu 7 Tagen dauern, bis Twitter die "
|
3816 |
"Änderungen aktualisiert. "
|
3817 |
|
3818 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:397
|
3819 |
#, php-format
|
3820 |
msgid ""
|
3821 |
"Please note: Your changes will have no effect on your social media posts on "
|
3827 |
"target=\"_blank\" href=\"%s\">Einstellungen </a> die Meta Tag Funktion manuell "
|
3828 |
"deaktiviert hast."
|
3829 |
|
3830 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:404
|
3831 |
msgid "You want to change the image, title and description for your post?"
|
3832 |
msgstr "Du möchtest Dein Bild, Titel und Beschreibung für diesen Beitrag ändern?"
|
3833 |
|
3834 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:440
|
3835 |
msgid ""
|
3836 |
"You are currently sharing this post as image post. Changes to title and "
|
3837 |
"description Meta Tag parameters will only be supported for link post formats."
|
3843 |
"Format unterstützt. Bitte ändere das Post Format in Linkbeitrag, um "
|
3844 |
"Änderungen am Titel und der Beschreibung für die Postvorschau vorzunehmen."
|
3845 |
|
3846 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:443
|
3847 |
#, php-format
|
3848 |
msgid ""
|
3849 |
"Your changes will have no effect on your social media posts on Facebook, if "
|
3854 |
"Du Meta Tag Einstellungen für Facebook unter den Blog2Social <a "
|
3855 |
"target=\"_blank\" href=\"%s\">Einstellungen</a> deaktiviert hast."
|
3856 |
|
3857 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/footer.phtml:446
|
3858 |
#, php-format
|
3859 |
msgid ""
|
3860 |
"Your changes will have no effect on your social media posts on Twitter, if "
|
3865 |
"Du Meta Tag Einstellungen für Twitter unter den Blog2Social <a "
|
3866 |
"target=\"_blank\" href=\"%s\">Einstellungen</a> deaktiviert hast."
|
3867 |
|
3868 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:36
|
3869 |
msgid ""
|
3870 |
"To use all features of Blog2Social, PHP version 5.5.3 or higher is required. "
|
3871 |
"Our support assists you as of PHP version 5.5.3. See also:"
|
3874 |
"höher benötigt. Unser Support unterstützt Dich ab PHP Version 5.5.3. Siehe "
|
3875 |
"auch:"
|
3876 |
|
3877 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:37
|
3878 |
msgid "Technical requirements for Blog2Social"
|
3879 |
msgstr "Technische Vorraussetzungen für Blog2Social"
|
3880 |
|
3881 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:44
|
3882 |
msgid "Thank you. You'll now receive the blog updates from Blog2Social."
|
3883 |
msgstr "Vielen Dank. Ab sofort erhältest Du die Blog-Updates von Blog2Social."
|
3884 |
|
3885 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:62
|
3886 |
msgid "Autoposter limit has been reached"
|
3887 |
msgstr "Das Autoposter-Limit wurde erreicht"
|
3888 |
|
3889 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:62
|
3890 |
msgid "Your daily limit for posting automatically has been reached."
|
3891 |
msgstr "Dein tägliche Limit für das automatische Veröffentlichen wurde erreicht."
|
3892 |
|
3893 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:69
|
3894 |
+
msgid ""
|
3895 |
+
" Due to Facebooks API changes, starting on 1st August 2018, access to "
|
3896 |
+
"Personal Facebook Profiles has been severely restricted for all social media "
|
3897 |
+
"tools. To help you keep sharing content with your Facebook followers, "
|
3898 |
+
"Blog2Social now provides you with a new Facebook Instant Sharing app."
|
3899 |
+
msgstr ""
|
3900 |
+
"Aufgrund von Facebooks API-Änderungen ist der Zugang zu persönlichen "
|
3901 |
+
"Facebook-Profilen für alle Social Media-Tools ab dem 1. August 2018 stark "
|
3902 |
+
"eingeschränkt. Um Dir weiterhin zu ermöglichen, Inhalte mit Deinen Followern "
|
3903 |
+
"zu teilen, stellt Dir Blog2Social jetzt eine neue Facebook-Instant-Sharing-"
|
3904 |
+
"App zur Verfügung."
|
3905 |
+
|
3906 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:77
|
3907 |
msgid "You have clear all page and post meta data successful."
|
3908 |
msgstr "Alle Seiten und Beitrags Metangaben sind gelöscht."
|
3909 |
|
3910 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:82
|
3911 |
msgid "The page and post meta data could not be removed."
|
3912 |
msgstr "Die Seiten und Beitrags Metangaben können nicht gelöscht werden."
|
3913 |
|
3914 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:88
|
3915 |
msgid ""
|
3916 |
"You have Yoast SEO active. Blog2Social Social Meta Tags overrides the meta "
|
3917 |
"tags from Yoast SEO."
|
3919 |
"Du hast Yoast SEO aktiviert. Blog2Social Meta Tags überschreibt die "
|
3920 |
"Metaangaben von Yoast SEO nun."
|
3921 |
|
3922 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:94
|
3923 |
msgid ""
|
3924 |
"You currently have both Blog2Social Social Meta Tags and All in One SEO Pack "
|
3925 |
"plugins active. To make sure that your Social Meta Tags are set correctly, "
|
3932 |
"Einstellungen. Wenn Du sie bereits deaktiviert hast, kannst Du diese Meldung "
|
3933 |
"ignorieren."
|
3934 |
|
3935 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:100
|
3936 |
msgid ""
|
3937 |
"You currently have both Blog2Social Social Meta Tags and Facebook Open Graph,"
|
3938 |
" Google+ and Twitter Card Tags plugins active. This is no recommended. "
|
3944 |
"deaktiviere die Facebook Open Graph, Google+ and Twitter Card Tags "
|
3945 |
"Einstellungen."
|
3946 |
|
3947 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:107
|
3948 |
msgid "This entry could not be removed. It's not yours!"
|
3949 |
msgstr "Der Eintrag kann nicht entfernt werden. Es ist nicht Deiner!"
|
3950 |
|
3951 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:112
|
3952 |
+
msgid "This entry was removed successfully."
|
3953 |
+
msgstr "Dein Post wurde erfolgreich gelöscht. "
|
3954 |
|
3955 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:117
|
3956 |
msgid "This post was edit successful."
|
3957 |
msgstr "Dieser Beitrag wurde erfolgreich bearbeitet."
|
3958 |
|
3959 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:126
|
3960 |
msgid "Post was scheduled successfully on your blog!"
|
3961 |
msgstr "Beitrag wurde erfolgreich auf Deinem Blog geplant!"
|
3962 |
|
3963 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:128
|
3964 |
msgid "Post is published successfully on your blog!"
|
3965 |
msgstr "Beitrag wird erfolgreich auf Deinem Blog veröffentlicht!"
|
3966 |
|
3967 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:142
|
3968 |
msgid "Your authorization was successful."
|
3969 |
msgstr "Deine Autorisierung war erfolgreich."
|
3970 |
|
3971 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:147
|
3972 |
msgid "Your profile was saved successful."
|
3973 |
msgstr "Dein Profil wurde erfolgreich gespeichert."
|
3974 |
|
3975 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:152
|
3976 |
msgid "Your profile could not be saved."
|
3977 |
msgstr "Dein Profil konnte nicht gespeichert werden."
|
3978 |
|
3979 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:157
|
3980 |
msgid "Your authorization could not be removed."
|
3981 |
msgstr "Deine Autorisierung konnte nicht entfernt werden."
|
3982 |
|
3983 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:162
|
3984 |
msgid "Your authorization was removed successful."
|
3985 |
msgstr "Dein Profil wurde erfolgreich entfernt."
|
3986 |
|
3987 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:167
|
3988 |
msgid "Thank you! Your feedback has been received."
|
3989 |
msgstr "Vielen Dank. Dein Hinweis wurde an uns übermittelt."
|
3990 |
|
3991 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:172
|
3992 |
msgid "Your feedback could not be delivered."
|
3993 |
msgstr "Dein Hinweis konnte nicht übermittelt werden. Bitte versuche es erneut."
|
3994 |
|
3995 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:179 ../..
|
3996 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:194
|
3997 |
msgid "Your settings were successfully saved."
|
3998 |
msgstr "Deine Einstellungen sind gespeichert."
|
3999 |
|
4000 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:184
|
4001 |
msgid "Your settings could not be saved."
|
4002 |
msgstr "Deine Einstellungen konnte nicht gespeichert werden. Versuche es erneut."
|
4003 |
|
4004 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:189
|
4005 |
msgid ""
|
4006 |
"Your settings could not be saved, because you have auto-posting enabled but "
|
4007 |
"no social networks selected."
|
4009 |
"Deine Einstellungen konnten nicht gespeichert werden, weil Du keine Social "
|
4010 |
"Media Netzwerke ausgewählt hast."
|
4011 |
|
4012 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:202
|
4013 |
#, php-format
|
4014 |
msgid ""
|
4015 |
"Hi, we noticed you just shared your %s. blog post with Blog2Social - that's "
|
4021 |
"sehr freuen und uns helfen, das Tool bekannter zu machen. Vielen Dank für "
|
4022 |
"Deine Unterstützung.\n"
|
4023 |
|
4024 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:205
|
4025 |
msgid "Ok, you deserve it"
|
4026 |
msgstr "Ok, Ihr habt es verdient "
|
4027 |
|
4028 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:208
|
4029 |
msgid "Nope, maybe later"
|
4030 |
msgstr "Nicht jetzt, vielleicht später "
|
4031 |
|
4032 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:211
|
4033 |
msgid "I already did it"
|
4034 |
msgstr "Habe ich schon gemacht "
|
4035 |
|
4036 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:223
|
4037 |
msgid "Boost your social media automation with Blog2Social PREMIUM!"
|
4038 |
msgstr "Mache mehr aus Deiner Social Media Automatisierung mit Blog2Social PREMIUM!"
|
4039 |
|
4040 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:225
|
4041 |
msgid ""
|
4042 |
"Blog2Social provides even more options for auto-posting and auto-scheduling "
|
4043 |
"for your posts. Easily schedule your posts with the Best Time Scheduler or "
|
4052 |
"Formaten für jedes Netzwerk und jeden Post, wähle dazu beliebige Bilder aus "
|
4053 |
"deiner Bibliothek aus. Und vieles mehr.\n"
|
4054 |
|
4055 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:229
|
4056 |
msgid "Yes, I want to test Blog2Social PREMIUM 30 days for free"
|
4057 |
msgstr "Ja, ich möchte das Blog2Social PREMIUM 30 Tage kostenlos testen "
|
4058 |
|
4059 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:232
|
4060 |
msgid "No, I'm happy with Blog2Social FREE"
|
4061 |
msgstr "Nein, ich bin glücklich mit Blog2Social FREE "
|
4062 |
|
4063 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:244
|
4064 |
msgid "Your Blog2Social Premium Free Version is activated for "
|
4065 |
msgstr "Deine Blog2Social Testphase läuft noch"
|
4066 |
|
4067 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:247
|
4068 |
msgid " Days"
|
4069 |
msgstr "Tage"
|
4070 |
|
4071 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:247
|
4072 |
msgid " today"
|
4073 |
msgstr "heute"
|
4074 |
|
4075 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:251
|
4076 |
msgid ""
|
4077 |
"Blog2Social PREMIUM can do so much for you: Auto-publish your blog post on "
|
4078 |
"autopilot, automatically schedule your social media posts with the Best Time "
|
4088 |
"hoch. Speichere mehrere Kombinationen von Netzwerken für verschiedene Zwecke."
|
4089 |
" "
|
4090 |
|
4091 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:255 ../..
|
4092 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:274
|
4093 |
msgid "I need some more time to decide"
|
4094 |
msgstr "Ich brauche noch mehr Zeit um mich zu entscheiden "
|
4095 |
|
4096 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:266
|
4097 |
msgid "Your free trial of Blog2Social PREMIUM has ended."
|
4098 |
msgstr "Deine kostenlose Testversion von Blog2Social PREMIUM ist abgelaufen."
|
4099 |
|
4100 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:267
|
4101 |
msgid "We hope you liked Blog2Social Premium."
|
4102 |
msgstr "Wir hoffen, dass Dir Blog2Social Premium gefällt."
|
4103 |
|
4104 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:273
|
4105 |
msgid "Yes, I want to upgrade now"
|
4106 |
msgstr "Ja, ich möchte jetzt von Premium profitieren "
|
4107 |
|
4108 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:275
|
4109 |
msgid "Did you miss something? Tell us!"
|
4110 |
msgstr "Vermisst Du etwas? Sag es uns! "
|
4111 |
|
4112 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:285
|
4113 |
msgid "Version"
|
4114 |
msgstr "Version"
|
4115 |
|
4116 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:295 ../..
|
4117 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/html/service.phtml:2
|
4118 |
msgid "Plans & Pricing"
|
4119 |
msgstr "Versionen & Preise"
|
4120 |
|
4121 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:296 ../..
|
4122 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/html/service.phtml:3
|
4123 |
msgid "Support"
|
4124 |
msgstr "Support"
|
4125 |
|
4126 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:308
|
4127 |
msgid "Test Blog2Social PREMIUM 30 days for free"
|
4128 |
msgstr "Teste Blog2Social PREMIUM 30 Tage kostenlos"
|
4129 |
|
4130 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:314
|
4131 |
msgid ""
|
4132 |
"The free trial can not be started. This blog has been already registered for "
|
4133 |
"the free trial."
|
4135 |
"Die kostenlose Testphase konnte nicht aktiviert werden. Dieser Blog wurde "
|
4136 |
"bereits für die kostenlose Testzeit freigeschaltet."
|
4137 |
|
4138 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:319
|
4139 |
msgid "Share on multiple accounts per network"
|
4140 |
msgstr "Auf mehreren Profilen, Seiten und Gruppen teilen"
|
4141 |
|
4142 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:320
|
4143 |
msgid "Best Time Scheduler: Schedule once, multiple times or recurringly."
|
4144 |
msgstr "Beste Zeiten Manager: vordefinierte Zeiten für Deine Beiträge nutzen"
|
4145 |
|
4146 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:321
|
4147 |
msgid "Reporting with links to all published social media posts"
|
4148 |
msgstr "Reporting mit Links zu allen veröffentlichten Social Media Posts"
|
4149 |
|
4150 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:324 ../..
|
4151 |
+
#: /plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:141 ../..
|
4152 |
+
#: /plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:143 ../..
|
4153 |
+
#: /plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:218 ../..
|
4154 |
+
#: /plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:220
|
4155 |
msgid "E-Mail"
|
4156 |
msgstr "E-Mail"
|
4157 |
|
4158 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:328 ../..
|
4159 |
+
#: /plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:91 ../..
|
4160 |
+
#: /plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:100 ../..
|
4161 |
+
#: /plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:168 ../..
|
4162 |
+
#: /plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:177
|
4163 |
msgid "First Name"
|
4164 |
msgstr "Vorname"
|
4165 |
|
4166 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:332 ../..
|
4167 |
+
#: /plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:92 ../..
|
4168 |
+
#: /plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:103 ../..
|
4169 |
+
#: /plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:169 ../..
|
4170 |
+
#: /plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:180
|
4171 |
msgid "Last Name"
|
4172 |
msgstr "Nachname"
|
4173 |
|
4174 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:336
|
4175 |
msgid ""
|
4176 |
"By creating an account, you agree to Blog2Social's <a target=\"_blank\" "
|
4177 |
"href=\"https://www.blog2social.com/en/terms/\">Conditions of Use</a> and <a "
|
4183 |
"target=\"_blank\" href=\"https://www.blog2social."
|
4184 |
"com/de/datenschutz/\">Datenschutzerklärung</a> einverstanden.\n"
|
4185 |
|
4186 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:341
|
4187 |
msgid "No credit card required"
|
4188 |
msgstr "keine Kreditkarte notwendig"
|
4189 |
|
4190 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:345
|
4191 |
msgid "Get Started"
|
4192 |
msgstr "Jetzt loslegen"
|
4193 |
|
4194 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:363
|
4195 |
msgid "Thank you for choosing Blog2Social Premium."
|
4196 |
msgstr "Vielen Dank, dass Du Dich für Blog2Social Premium entschieden hast."
|
4197 |
|
4198 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:372 ../..
|
4199 |
+
#: /plugins/blog2social-v-4-9-1/views/b2s/html/sidebar.phtml:8
|
4200 |
msgid "Your license"
|
4201 |
msgstr "Deine Lizenz"
|
4202 |
|
4203 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:373
|
4204 |
msgid "Blog2Social Premium"
|
4205 |
msgstr "Blog2Social Premium"
|
4206 |
|
4207 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:373
|
4208 |
msgid "has been successfully activated."
|
4209 |
msgstr "wurde erfolgreich aktiviert."
|
4210 |
|
4211 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:383
|
4212 |
msgid "Your entered License Key is invalid. Please contact support!"
|
4213 |
msgstr "Dein Lizenzschlüssel ist ungültig. Bitte wende Dich an unseren Support!"
|
4214 |
|
4215 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:393
|
4216 |
msgid "Your license key has reached the maximum number of users."
|
4217 |
msgstr "Dein Lizenzschlüssel hat die maximale Anzahl an Benutzern erreicht."
|
4218 |
|
4219 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:400
|
4220 |
msgid "OK"
|
4221 |
msgstr "OK"
|
4222 |
|
4223 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:416
|
4224 |
msgid "We updated our Privacy Policy"
|
4225 |
msgstr "Wir haben unsere Datenschutzerklärung aktualisiert"
|
4226 |
|
4227 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:430
|
4228 |
msgid "Blog2Social is a service of Adenion GmbH"
|
4229 |
msgstr "Blog2Social ist ein Service der Adenion GmbH"
|
4230 |
|
4231 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/header.phtml:431
|
4232 |
msgid "I agree to the Adenion Privacy Policy"
|
4233 |
msgstr "Ich stimme den Datenschutzrichtlinien zu"
|
4234 |
|
4235 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/post.navbar.phtml:7
|
4236 |
msgid "All Posts"
|
4237 |
msgstr "alle Beiträge"
|
4238 |
|
4239 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/post.navbar.phtml:8
|
4240 |
+
msgid "Instant Sharing"
|
4241 |
+
msgstr "Instant Sharing"
|
4242 |
+
|
4243 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/post.navbar.phtml:11
|
4244 |
msgid "Shared Posts"
|
4245 |
msgstr "geteilte Beiträge"
|
4246 |
|
4247 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/post.navbar.phtml:12
|
4248 |
msgid "Notifications"
|
4249 |
msgstr "Benachrichtungen"
|
4250 |
|
4251 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/sidebar.phtml:38
|
4252 |
msgid "Network Activity (today)"
|
4253 |
msgstr "Netzwerk Aktivitäten (heute)"
|
4254 |
|
4255 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/sidebar.phtml:49
|
4256 |
msgid "Rate it!"
|
4257 |
msgstr "Bewerte Blog2Social"
|
4258 |
|
4259 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/sidebar.phtml:52
|
4260 |
msgid ""
|
4261 |
"If you like Blog2Social, please give us a 5 star rating. If there is "
|
4262 |
"anything that does not work for you, please contact us!"
|
4264 |
"Wenn Dir Blog2Social gefällt, dann freuen wir uns über eine 5 Sterne "
|
4265 |
"Bewertung. Spreche uns an, wenn Dir irgendwas nicht gefällt."
|
4266 |
|
4267 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/sidebar.phtml:68
|
4268 |
msgid "GET STARTED"
|
4269 |
msgstr "Jetzt Affiliate-Partner werden"
|
4270 |
|
4271 |
+
#: ../../plugins/blog2social-v-4-9-1/views/b2s/html/sidebar.phtml:79
|
4272 |
msgid "Posts from Blog2Social"
|
4273 |
msgstr "Beiträge von Blog2Social"
|
4274 |
|
4275 |
+
#: ../../plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:7
|
4276 |
msgid "Post a Press Release"
|
4277 |
msgstr "Beitrag als Pressemitteilung veröffentlichen"
|
4278 |
|
4279 |
+
#: ../../plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:11
|
4280 |
msgid "Category"
|
4281 |
msgstr "Kategorie"
|
4282 |
|
4283 |
+
#: ../../plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:12
|
4284 |
msgid "Language"
|
4285 |
msgstr "Sprache"
|
4286 |
|
4287 |
+
#: ../../plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:20
|
4288 |
msgid "German"
|
4289 |
msgstr "Deutsch"
|
4290 |
|
4291 |
+
#: ../../plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:21
|
4292 |
msgid "English"
|
4293 |
msgstr "Englisch"
|
4294 |
|
4295 |
+
#: ../../plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:32 ../..
|
4296 |
+
#: /plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:34
|
4297 |
msgid "Subtitle"
|
4298 |
msgstr "Untertitel"
|
4299 |
|
4300 |
+
#: ../../plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:38 ../..
|
4301 |
+
#: /plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:40
|
4302 |
msgid "YouTube-Link"
|
4303 |
msgstr "Youtube-Link"
|
4304 |
|
4305 |
+
#: ../../plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:44 ../..
|
4306 |
+
#: /plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:46
|
4307 |
msgid "Message"
|
4308 |
msgstr "Mitteilung"
|
4309 |
|
4310 |
+
#: ../../plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:50
|
4311 |
msgid "Keywords"
|
4312 |
msgstr "Schlüsselworter"
|
4313 |
|
4314 |
+
#: ../../plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:52
|
4315 |
msgid "Keywords with commas (e.g .: Blog2Social, PR-Gateway)"
|
4316 |
msgstr "Schlüsselwörter mit Komma getrennt (z.B.: Blog2Social,PR-Gateway)"
|
4317 |
|
4318 |
+
#: ../../plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:56 ../..
|
4319 |
+
#: /plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:58
|
4320 |
msgid "Shortext"
|
4321 |
msgstr "Kurzbeschreibung"
|
4322 |
|
4323 |
+
#: ../../plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:69
|
4324 |
msgid "Contact Details"
|
4325 |
msgstr "Kontaktangaben"
|
4326 |
|
4327 |
+
#: ../../plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:74
|
4328 |
msgid "Company"
|
4329 |
msgstr "Firmenkontakt"
|
4330 |
|
4331 |
+
#: ../../plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:77
|
4332 |
msgid "Press"
|
4333 |
msgstr "Pressekontakt"
|
4334 |
|
4335 |
+
#: ../../plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:84 ../..
|
4336 |
+
#: /plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:86 ../..
|
4337 |
+
#: /plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:161 ../..
|
4338 |
+
#: /plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:163
|
4339 |
msgid "Name"
|
4340 |
msgstr "Name"
|
4341 |
|
4342 |
+
#: ../../plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:95 ../..
|
4343 |
+
#: /plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:172
|
4344 |
msgid "Mrs."
|
4345 |
msgstr "Frau"
|
4346 |
|
4347 |
+
#: ../../plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:96 ../..
|
4348 |
+
#: /plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:173
|
4349 |
msgid "Mr."
|
4350 |
msgstr "Herr"
|
4351 |
|
4352 |
+
#: ../../plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:107 ../..
|
4353 |
+
#: /plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:110 ../..
|
4354 |
+
#: /plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:184 ../..
|
4355 |
+
#: /plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:187
|
4356 |
msgid "Street"
|
4357 |
msgstr "Straße"
|
4358 |
|
4359 |
+
#: ../../plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:108 ../..
|
4360 |
+
#: /plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:113 ../..
|
4361 |
+
#: /plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:185 ../..
|
4362 |
+
#: /plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:190
|
4363 |
msgid "Number"
|
4364 |
msgstr "Nummer"
|
4365 |
|
4366 |
+
#: ../../plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:117 ../..
|
4367 |
+
#: /plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:120 ../..
|
4368 |
+
#: /plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:194 ../..
|
4369 |
+
#: /plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:197
|
4370 |
msgid "Zip Code"
|
4371 |
msgstr "PLZ"
|
4372 |
|
4373 |
+
#: ../../plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:118 ../..
|
4374 |
+
#: /plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:123 ../..
|
4375 |
+
#: /plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:195 ../..
|
4376 |
+
#: /plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:200
|
4377 |
msgid "City"
|
4378 |
msgstr "Stadt"
|
4379 |
|
4380 |
+
#: ../../plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:127 ../..
|
4381 |
+
#: /plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:204
|
4382 |
msgid "Country"
|
4383 |
msgstr "Land"
|
4384 |
|
4385 |
+
#: ../../plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:135 ../..
|
4386 |
+
#: /plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:137 ../..
|
4387 |
+
#: /plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:212 ../..
|
4388 |
+
#: /plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:214
|
4389 |
msgid "Phone"
|
4390 |
msgstr "Telefon"
|
4391 |
|
4392 |
+
#: ../../plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:147 ../..
|
4393 |
+
#: /plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:149 ../..
|
4394 |
+
#: /plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:224 ../..
|
4395 |
+
#: /plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:226
|
4396 |
msgid "Website"
|
4397 |
msgstr "Webseite"
|
4398 |
|
4399 |
+
#: ../../plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:153 ../..
|
4400 |
+
#: /plugins/blog2social-v-4-9-1/views/prg/html/form.phtml:155
|
4401 |
msgid "Company Description"
|
4402 |
msgstr "Firmenbeschreibung"
|
4403 |
|
4404 |
+
#: ../../plugins/blog2social-v-4-9-1/views/prg/html/header.phtml:8
|
4405 |
msgid "You are signed out of <b>PR-Gateway</b>!"
|
4406 |
msgstr "Du bist nun bei PR-Gateway abgemeldet!"
|
4407 |
|
4408 |
+
#: ../../plugins/blog2social-v-4-9-1/views/prg/html/header.phtml:17
|
4409 |
msgid "Your message will now be sent over PR gateway to the press portals!"
|
4410 |
msgstr "Deine Mitteilung wird nun über PR-Gateway an die Presseportale übermittelt!"
|
4411 |
|
4412 |
+
#: ../../plugins/blog2social-v-4-9-1/views/prg/html/header.phtml:18
|
4413 |
msgid "See all publications for your message live on "
|
4414 |
msgstr "Verfolge live die Veröffentlichungen Deiner Mitteilung unter"
|
4415 |
|
4416 |
+
#: ../../plugins/blog2social-v-4-9-1/views/prg/html/header.phtml:20
|
4417 |
msgid "Your message save as draft by PR-Gateway!"
|
4418 |
msgstr ""
|
4419 |
"Deine Mitteilung wurde erfolgreich an PR-Gateway übermittelt und als Entwurf "
|
4420 |
"abgelegt!"
|
4421 |
|
4422 |
+
#: ../../plugins/blog2social-v-4-9-1/views/prg/html/header.phtml:28
|
4423 |
msgid ""
|
4424 |
"Unfortunately your request can not be processed by Blog2Social. Please try "
|
4425 |
"again!"
|
4427 |
"Deine Anfrage kann leider vom Blog2Social nicht verarbeitet werden. Bitte "
|
4428 |
"versuche es erneut!"
|
4429 |
|
4430 |
+
#: ../../plugins/blog2social-v-4-9-1/views/prg/html/header.phtml:34
|
4431 |
msgid "Your message has not been received successfully with us. Please try again!"
|
4432 |
msgstr ""
|
4433 |
"Deine Mitteilung ist bei uns leider nicht erfolglreich eingegangen. Bitte "
|
4434 |
"versuche es erneut!"
|
4435 |
|
4436 |
+
#: ../../plugins/blog2social-v-4-9-1/views/prg/html/header.phtml:48
|
4437 |
msgid ""
|
4438 |
"PR-Gateway offers a paid online distribution service for submitting press "
|
4439 |
"releases, articles and social media news to more than 250 news sites, "
|
4452 |
"auf ausgewählten kostenfreien und kostenpflichtigen Portale zu "
|
4453 |
"veröffentlichen."
|
4454 |
|
4455 |
+
#: ../../plugins/blog2social-v-4-9-1/views/prg/html/header.phtml:49
|
4456 |
msgid "Register here to open your PR-Gateway account."
|
4457 |
msgstr "Registriere hier Deinen PR-Gateway Account, kostenlos und unverbindlich."
|
4458 |
|
4459 |
+
#: ../../plugins/blog2social-v-4-9-1/views/prg/html/header.phtml:66
|
4460 |
msgid "Logout"
|
4461 |
msgstr "Abmelden"
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: auto post, auto publish, social media scheduling, social media calendar, s
|
|
4 |
Donate link: http://www.blog2social.com
|
5 |
Requires at least: 4.2.2
|
6 |
Tested up to: 4.9.5
|
7 |
-
Stable tag: 4.9.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -12,13 +12,14 @@ Auto-post, schedule and share blog posts and contents on social media, pages & g
|
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
-
**Automatically share, auto-post, re-publish, re-post and schedule blogs posts on social media: auto-post to Facebook, Twitter,
|
16 |
|
17 |
= Blog2Social FREE - free of charge =
|
18 |
|
19 |
* **Connect profiles** on Facebook, Twitter, VK.com, Google+, LinkedIn, Instagram, XING, Reddit, Pinterest, Flickr, Medium, Tumblr, Torial, Diigo and Bloglovin.
|
20 |
* **Connect a business page** on Facebook
|
21 |
* **Share your blog posts across** all your selected networks
|
|
|
22 |
* **Tailor your posts** and add comments, tags, hashtags, handles, or emojis for each social network.
|
23 |
* **Manage all blog posts** and share the blog posts of all users of your blog (administrator rights required)
|
24 |
* **Select and share images** with your posts
|
@@ -37,6 +38,7 @@ Blog2Social Premium includes all features of the free version and awesome additi
|
|
37 |
|
38 |
* **Connect pages and groups** on Facebook, VK.com, Google+ and XING as well as pages on LinkedIn.
|
39 |
* **Connect multiple social channels per network** Blog2Social manages multiple parallel profiles, pages and groups in each network.
|
|
|
40 |
* **Social Media Auto-Format:** Blog2Social automatically turns your blog post into an adapted format for each social media network, with excerpts of your blog post, appropriate character counts and image sizes, and hashtags from your post tags.
|
41 |
* **Social Media Auto-Poster:** Blog2Social automatically shares your blog posts on social media when your post is published. You can select to share your post immediately after publishing or scheduled at the best times for each network.
|
42 |
* **Best Time Scheduler:** ready-to-use time scheme for scheduling, or custom time settings to schedule your posts once, multiple times or recurrently for up to one year.
|
@@ -51,7 +53,6 @@ Blog2Social Premium includes all features of the free version and awesome additi
|
|
51 |
* **Reporting** View all shared and scheduled social media posts for each blog post, follow the links on your dashboard to view the shared posts on your social media timelines, and keep track of your scheduled posts with the Social Media Calendar.
|
52 |
* **Top up and activate multiple users** per license on one or multiple WordPress blogs.
|
53 |
* **Top up and activate multiple accounts** and **groups** per network and user
|
54 |
-
* **Connect your Google My Business account** to Blog2Social to easily share your blog posts on your Google My Business listing.
|
55 |
|
56 |
|
57 |
With Blog2Social you can choose between two general options for sharing your content - posts, pages or custom post types - on social media: **Social Media Auto-Posting** or **Custom Sharing and Scheduling**.
|
@@ -236,7 +237,7 @@ If you want to change the users of your license, log in with your user credentia
|
|
236 |
= I registered for the trial of Blog2Social Premium / I upgraded to Blog2Social Premium. Where can I find my license key? =
|
237 |
|
238 |
You receive your license key with your welcome email, together with the login credentials. Please check your inbox and the spam folder of your email system.
|
239 |
-
If you have the login credentials for [http://service.blog2social.com/](http://service.blog2social.com/ "Blog2Social Service") log in to your account and
|
240 |
|
241 |
= I registered for the trial of Blog2Social Premium and do not wish to purchase Premium. Do I have to cancel the free trial after the trial period? =
|
242 |
|
@@ -246,8 +247,16 @@ The trial period is free of charge and obligations. If you do not buy a Premium
|
|
246 |
|
247 |
The standard permissions are sufficient ("wp-content/plugins" 755)
|
248 |
|
|
|
|
|
|
|
|
|
|
|
249 |
= I cannot connect my Google+ account. What do I need to do? =
|
250 |
|
|
|
|
|
|
|
251 |
1. Log in to your Google account [http://plus.google.com](http://plus.google.com "google.com")
|
252 |
2. Click [https://accounts.google.com/UnlockCaptcha](https://accounts.google.com/UnlockCaptcha "Captcha Unlocker") to open the security settings of your Google+ account.
|
253 |
3. You will be forwarded to a security query. Confirm the query. Your account will be connected to Blog2Social. Done!
|
@@ -255,6 +264,12 @@ The standard permissions are sufficient ("wp-content/plugins" 755)
|
|
255 |
= I cannot connect to Facebook pages. What do I need to do? =
|
256 |
|
257 |
To connect to a Facebook page you have to be administrator of that page. If you are, log in to Facebook with your account credentials in your browser (in another browser tab at best) and then try again to connect Blog2Social to the Facebook page.
|
|
|
|
|
|
|
|
|
|
|
|
|
258 |
|
259 |
= I have installed and activated Blog2Social properly, but I can only post my own blog posts, not those of other authors and editors. =
|
260 |
|
@@ -282,13 +297,18 @@ If you still cannot post to your page check the app settings of Blog2Social in F
|
|
282 |
|
283 |
The language of the Blog2Social plugin depends on the language selected in the general settings.
|
284 |
|
|
|
|
|
|
|
|
|
285 |
= Where do you store passwords, usernames and personal data? =
|
286 |
|
287 |
Blog2Social neither stores passwords and usernames nor any personal data.
|
288 |
|
289 |
-
We use the official
|
290 |
|
291 |
-
|
|
|
292 |
|
293 |
== Screenshots ==
|
294 |
1. Automatic sharing with one click only.
|
@@ -302,6 +322,8 @@ We use the official authentification oAUTH methods to third-party applications p
|
|
302 |
9. Adjust the best times to schedule in the best time scheduler.
|
303 |
|
304 |
== Changelog ==
|
|
|
|
|
305 |
= 4.9.0 =
|
306 |
Usability Optimization, shortener bitly, new network google my business
|
307 |
= 4.8.3 =
|
@@ -342,36 +364,10 @@ Usabilitiy and Performance Optimization. Bugfix: Heartbeat
|
|
342 |
Usabilitiy and Performance Optimization. Select link format or image format individual per posts
|
343 |
= 4.0.0 =
|
344 |
Usabilitiy and Performance Optimization. NEW: Select individual images per post. Select link format or image format for your posts. Select your own time zone for scheduling posts. Emoji support.
|
345 |
-
= 3.7.1 =
|
346 |
-
Bugfix: Caching e.g. for GTMetrix and chaching tools
|
347 |
-
= 3.7.0 =
|
348 |
-
New Network: Reddit and Facebook groups. Emoji and shortcode support added. Usabilitiy and Performance Optimization.
|
349 |
-
= 3.1.3 =
|
350 |
-
Bugfix: Converting none uft-8 characters
|
351 |
-
= 3.1.2 =
|
352 |
-
Usabilitiy and Performance Optimization. Scheduling filter calendar.
|
353 |
-
= 3.1.1 =
|
354 |
-
Usabilitiy and Performance Optimization. Custom Facebook post type
|
355 |
-
= 3.1.0 =
|
356 |
-
Usabilitiy and Performance Optimization. Filter by categories. New dashboard
|
357 |
-
= 3.0.7 =
|
358 |
-
Usabilitiy Optimization for Custom Sharing & Scheduling and Auto-Posting box
|
359 |
-
= 3.0.6 =
|
360 |
-
Usability and Performance Optimization. NEW: faster and easier auto posting with one click only. Optimized installation routines, improved functionality for test environments and scheduling of not yet published posts.
|
361 |
-
= 3.0.5 =
|
362 |
-
Usability Optimization. Improved HTML-editor for Tumblr, Medium and Torial. Best Time Scheduling for the same day implemented.
|
363 |
-
= 3.0.4 =
|
364 |
-
Blog2Social is supported in French, Optimize usability
|
365 |
-
= 3.0.3 =
|
366 |
-
Optimize usability for safari and mobile, setting shortner b2s.pm (optional), bug fix: layout wp
|
367 |
-
= 3.0.2 =
|
368 |
-
Bug Fix: init method, HTML editor: filtering attributes in HTML tags, Optimize website meta tags, Remove session cookie
|
369 |
-
= 3.0.1 =
|
370 |
-
Bug Fix: update method
|
371 |
-
= 3.0.0 =
|
372 |
-
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)
|
373 |
|
374 |
== Upgrade Notice ==
|
|
|
|
|
375 |
= 4.9.0 =
|
376 |
Usability Optimization, shortener bitly, new network google my business
|
377 |
= 4.8.3 =
|
@@ -411,16 +407,4 @@ Usabilitiy and Performance Optimization. Bugfix: Heartbeat
|
|
411 |
= 4.1.0 =
|
412 |
Usabilitiy and Performance Optimization. Select link format or image format individual per posts
|
413 |
= 4.0.0 =
|
414 |
-
Usabilitiy and Performance Optimization. NEW: Select individual images per post. Select link format or image format for your posts. Select your own time zone for scheduling posts. Emoji support.
|
415 |
-
= 3.7.1 =
|
416 |
-
Bugfix: Caching e.g. for GTMetrix
|
417 |
-
= 3.7.0 =
|
418 |
-
New Network: Reddit and Facebook groups. Emoji and shortcode support added. Usabilitiy and Performance Optimization.
|
419 |
-
= 3.1.3 =
|
420 |
-
Bugfix: Converting none uft-8 characters
|
421 |
-
= 3.1.2 =
|
422 |
-
Usabilitiy and Performance Optimization. Scheduling filter calendar
|
423 |
-
= 3.1.1 =
|
424 |
-
Usabilitiy and Performance Optimization. Custom Facebook Post Format
|
425 |
-
= 3.1.0 =
|
426 |
-
Usabilitiy and Performance Optimization. Filter by categories. New Dashboard
|
4 |
Donate link: http://www.blog2social.com
|
5 |
Requires at least: 4.2.2
|
6 |
Tested up to: 4.9.5
|
7 |
+
Stable tag: 4.9.1
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
+
**Automatically share, auto-post, re-publish, re-post and schedule blogs posts on social media: auto-post to Facebook, Twitter, Google+, Google My Business, LinkedIn, XING, Instagram, Pinterest, Flickr, Reddit, VK.com, Medium, Tumblr, Torial, Diigo and Bloglovin.**
|
16 |
|
17 |
= Blog2Social FREE - free of charge =
|
18 |
|
19 |
* **Connect profiles** on Facebook, Twitter, VK.com, Google+, LinkedIn, Instagram, XING, Reddit, Pinterest, Flickr, Medium, Tumblr, Torial, Diigo and Bloglovin.
|
20 |
* **Connect a business page** on Facebook
|
21 |
* **Share your blog posts across** all your selected networks
|
22 |
+
* **Use Facebook Instant Sharing** to share your blog posts on Facebook Profiles, Pages, in Groups and Events!
|
23 |
* **Tailor your posts** and add comments, tags, hashtags, handles, or emojis for each social network.
|
24 |
* **Manage all blog posts** and share the blog posts of all users of your blog (administrator rights required)
|
25 |
* **Select and share images** with your posts
|
38 |
|
39 |
* **Connect pages and groups** on Facebook, VK.com, Google+ and XING as well as pages on LinkedIn.
|
40 |
* **Connect multiple social channels per network** Blog2Social manages multiple parallel profiles, pages and groups in each network.
|
41 |
+
* **Connect your Google My Business account** to Blog2Social to easily share your blog posts on your Google My Business listing.
|
42 |
* **Social Media Auto-Format:** Blog2Social automatically turns your blog post into an adapted format for each social media network, with excerpts of your blog post, appropriate character counts and image sizes, and hashtags from your post tags.
|
43 |
* **Social Media Auto-Poster:** Blog2Social automatically shares your blog posts on social media when your post is published. You can select to share your post immediately after publishing or scheduled at the best times for each network.
|
44 |
* **Best Time Scheduler:** ready-to-use time scheme for scheduling, or custom time settings to schedule your posts once, multiple times or recurrently for up to one year.
|
53 |
* **Reporting** View all shared and scheduled social media posts for each blog post, follow the links on your dashboard to view the shared posts on your social media timelines, and keep track of your scheduled posts with the Social Media Calendar.
|
54 |
* **Top up and activate multiple users** per license on one or multiple WordPress blogs.
|
55 |
* **Top up and activate multiple accounts** and **groups** per network and user
|
|
|
56 |
|
57 |
|
58 |
With Blog2Social you can choose between two general options for sharing your content - posts, pages or custom post types - on social media: **Social Media Auto-Posting** or **Custom Sharing and Scheduling**.
|
237 |
= I registered for the trial of Blog2Social Premium / I upgraded to Blog2Social Premium. Where can I find my license key? =
|
238 |
|
239 |
You receive your license key with your welcome email, together with the login credentials. Please check your inbox and the spam folder of your email system.
|
240 |
+
If you have the login credentials for [http://service.blog2social.com/](http://service.blog2social.com/ "Blog2Social Service") log in to your account and pick up the license key.
|
241 |
|
242 |
= I registered for the trial of Blog2Social Premium and do not wish to purchase Premium. Do I have to cancel the free trial after the trial period? =
|
243 |
|
247 |
|
248 |
The standard permissions are sufficient ("wp-content/plugins" 755)
|
249 |
|
250 |
+
= I cannot post on Facebook Profiles. What do I need to do? =
|
251 |
+
|
252 |
+
Due to Facebook’s API changes, starting on 1st August 2018, [access to personal Facebook Profiles has been severely restricted for all social media tools.] (https://www.blog2social.com/en/faq/news/39/en/version-491-_-facebook-profile-changes-_-introducing-facebook-instant-sharing.html)
|
253 |
+
Sharing your posts on your Facebook Profile is still possible with Blog2Social Instant Sharing. Update to Blog2Social Version 4.9.1 or above to use [Facebook Instant Sharing.] (https://www.blog2social.com/en/faq/content/3/135/en/how-to-share-on-facebook-profiles-&-pages-and-in-events-&-groups-with-facebook-instant-sharing.html)
|
254 |
+
|
255 |
= I cannot connect my Google+ account. What do I need to do? =
|
256 |
|
257 |
+
Please follow these instructions to connect your Google+ [Profile](https://www.blog2social.com/en/faq/content/2/4/en/how-do-i-connect-blog2social-with-my-google-profile.html) , [Page](https://www.blog2social.com/en/faq/content/2/12/en/how-do-i-connect-blog2social-with-my-google-page.html) or [Group](https://www.blog2social.com/en/faq/content/2/13/en/how-do-i-connect-blog2social-with-google-groups.html).
|
258 |
+
|
259 |
+
Afterward
|
260 |
1. Log in to your Google account [http://plus.google.com](http://plus.google.com "google.com")
|
261 |
2. Click [https://accounts.google.com/UnlockCaptcha](https://accounts.google.com/UnlockCaptcha "Captcha Unlocker") to open the security settings of your Google+ account.
|
262 |
3. You will be forwarded to a security query. Confirm the query. Your account will be connected to Blog2Social. Done!
|
264 |
= I cannot connect to Facebook pages. What do I need to do? =
|
265 |
|
266 |
To connect to a Facebook page you have to be administrator of that page. If you are, log in to Facebook with your account credentials in your browser (in another browser tab at best) and then try again to connect Blog2Social to the Facebook page.
|
267 |
+
If you can’t find your pages despite having the necessary rights, please take a look at the [Facebook Pages FAQ] (https://www.blog2social.com/en/faq/content/2/124/en/facebook-pages-not-found.html)
|
268 |
+
|
269 |
+
= I cannot connect to Instagram. What do I need to do? =
|
270 |
+
|
271 |
+
Before connection Instagram to Blog2Social, please log into the Instagram App and disable the 2-factor-authentication. Afterward, please log out of Instagram in your browser and mobile devices before connecting Instagram in the Blog2Social networks section.
|
272 |
+
[Follow these steps to connect Instagram.] (https://www.blog2social.com/en/faq/content/2/19/en/how-do-i-connect-blog2social-with-instagram.html)
|
273 |
|
274 |
= I have installed and activated Blog2Social properly, but I can only post my own blog posts, not those of other authors and editors. =
|
275 |
|
297 |
|
298 |
The language of the Blog2Social plugin depends on the language selected in the general settings.
|
299 |
|
300 |
+
= How do I auto-post with Blog2Social? =
|
301 |
+
|
302 |
+
You can either [auto-post and auto-schedule your own blog posts on social media](https://www.blog2social.com/en/faq/content/3/72/en/how-do-i-auto_post-and-auto_schedule-blog-posts-on-social-media-with-the-social-media-auto_poster.html) or [auto post imported RSS feeds as blog posts to Facebook and Twitter] (https://www.blog2social.com/en/faq/content/3/116/en/how-to-auto-post-imported-rss-feeds-as-blog-posts-to-facebook-and-twitter.html). Click on the links for step by step instructions on how to auto-post.
|
303 |
+
|
304 |
= Where do you store passwords, usernames and personal data? =
|
305 |
|
306 |
Blog2Social neither stores passwords and usernames nor any personal data.
|
307 |
|
308 |
+
We use the official authentication oAUTH methods to third-party applications provided by the social networks.
|
309 |
|
310 |
+
|
311 |
+
[You have more Questions? Visit our FAQs!](https://www.blog2social.com/en/faq/ "You have more Questions? Visit our FAQs!")
|
312 |
|
313 |
== Screenshots ==
|
314 |
1. Automatic sharing with one click only.
|
322 |
9. Adjust the best times to schedule in the best time scheduler.
|
323 |
|
324 |
== Changelog ==
|
325 |
+
= 4.9.1 =
|
326 |
+
Usability Optimization, adapting to the facebook sharing process
|
327 |
= 4.9.0 =
|
328 |
Usability Optimization, shortener bitly, new network google my business
|
329 |
= 4.8.3 =
|
364 |
Usabilitiy and Performance Optimization. Select link format or image format individual per posts
|
365 |
= 4.0.0 =
|
366 |
Usabilitiy and Performance Optimization. NEW: Select individual images per post. Select link format or image format for your posts. Select your own time zone for scheduling posts. Emoji support.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
367 |
|
368 |
== Upgrade Notice ==
|
369 |
+
= 4.9.1 =
|
370 |
+
Usability Optimization, adapting to the facebook sharing process
|
371 |
= 4.9.0 =
|
372 |
Usability Optimization, shortener bitly, new network google my business
|
373 |
= 4.8.3 =
|
407 |
= 4.1.0 =
|
408 |
Usabilitiy and Performance Optimization. Select link format or image format individual per posts
|
409 |
= 4.0.0 =
|
410 |
+
Usabilitiy and Performance Optimization. NEW: Select individual images per post. Select link format or image format for your posts. Select your own time zone for scheduling posts. Emoji support.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
views/b2s/html/header.phtml
CHANGED
@@ -63,6 +63,14 @@ if ($b2sPrivacyPolicy !== false) {
|
|
63 |
</div>
|
64 |
</div>
|
65 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
66 |
<!--Info Meta Tags -->
|
67 |
<div class="panel panel-group b2s-clear-meta-tags b2s-clear-meta-tags-success" style="display:none;">
|
68 |
<div class="panel-body">
|
@@ -101,7 +109,7 @@ if ($b2sPrivacyPolicy !== false) {
|
|
101 |
</div>
|
102 |
<div class="panel panel-group b2s-network-auth-info b2s-post-remove-success" style="display:none;">
|
103 |
<div class="panel-body">
|
104 |
-
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('This entry was removed
|
105 |
</div>
|
106 |
</div>
|
107 |
<div class="panel panel-group b2s-network-auth-info b2s-post-edit-success" style="display:none;">
|
63 |
</div>
|
64 |
</div>
|
65 |
|
66 |
+
<!-- Info TOS -->
|
67 |
+
<div class="panel panel-group b2s-tos">
|
68 |
+
<div class="panel-body">
|
69 |
+
<span class="glyphicon glyphicon-exclamation-sign glyphicon-info"></span> <?php _e(' Due to Facebooks API changes, starting on 1st August 2018, access to Personal Facebook Profiles has been severely restricted for all social media tools. To help you keep sharing content with your Facebook followers, Blog2Social now provides you with a new Facebook Instant Sharing app.', 'blog2social') ?>
|
70 |
+
<a href="<?php echo B2S_Tools::getSupportLink('network_tos_faq_news_072018'); ?>" target="_blank"><?php _e('read more', 'blog2social'); ?></a>
|
71 |
+
</div>
|
72 |
+
</div>
|
73 |
+
|
74 |
<!--Info Meta Tags -->
|
75 |
<div class="panel panel-group b2s-clear-meta-tags b2s-clear-meta-tags-success" style="display:none;">
|
76 |
<div class="panel-body">
|
109 |
</div>
|
110 |
<div class="panel panel-group b2s-network-auth-info b2s-post-remove-success" style="display:none;">
|
111 |
<div class="panel-body">
|
112 |
+
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('This entry was removed successfully.', 'blog2social'); ?>
|
113 |
</div>
|
114 |
</div>
|
115 |
<div class="panel panel-group b2s-network-auth-info b2s-post-edit-success" style="display:none;">
|
views/b2s/html/post.navbar.phtml
CHANGED
@@ -5,6 +5,7 @@ $isPremiumInfo = (B2S_PLUGIN_USER_VERSION == 0) ? 'b2s-btn-disabled' : '';
|
|
5 |
<!--Navbar Start-->
|
6 |
<div class="col-md-12 pull-left b2s-post-menu del-padding-left">
|
7 |
<a class="btn btn-<?php echo ($getPage == 'blog2social-post') ? 'primary' : 'link'; ?> b2s-post-btn b2s-post-all" href="admin.php?page=blog2social-post"><?php _e('All Posts', 'blog2social') ?></a>
|
|
|
8 |
<a class="btn btn-<?php echo ($getPage == 'blog2social-sched') ? 'primary' : 'link'; ?> b2s-post-btn b2s-post-sched" href="admin.php?page=blog2social-sched"><?php _e('Scheduled Posts', 'blog2social') ?> <?php echo (!empty($isPremiumInfo) ? '<span class="label label-success">' . __("PREMIUM", "blog2social") . '</span>' : '' ); ?> </a>
|
9 |
<?php if ($getPage != "blog2social") { ?>
|
10 |
<a class="btn btn-<?php echo ($getPage == 'blog2social-publish') ? 'primary' : 'link'; ?> b2s-post-btn b2s-post-publish" href="admin.php?page=blog2social-publish"><?php _e('Shared Posts', 'blog2social') ?></a>
|
5 |
<!--Navbar Start-->
|
6 |
<div class="col-md-12 pull-left b2s-post-menu del-padding-left">
|
7 |
<a class="btn btn-<?php echo ($getPage == 'blog2social-post') ? 'primary' : 'link'; ?> b2s-post-btn b2s-post-all" href="admin.php?page=blog2social-post"><?php _e('All Posts', 'blog2social') ?></a>
|
8 |
+
<a class="btn btn-<?php echo ($getPage == 'blog2social-approve') ? 'primary' : 'link'; ?> b2s-post-btn b2s-post-approve" href="admin.php?page=blog2social-approve"><?php _e('Instant Sharing', 'blog2social') ?></a>
|
9 |
<a class="btn btn-<?php echo ($getPage == 'blog2social-sched') ? 'primary' : 'link'; ?> b2s-post-btn b2s-post-sched" href="admin.php?page=blog2social-sched"><?php _e('Scheduled Posts', 'blog2social') ?> <?php echo (!empty($isPremiumInfo) ? '<span class="label label-success">' . __("PREMIUM", "blog2social") . '</span>' : '' ); ?> </a>
|
10 |
<?php if ($getPage != "blog2social") { ?>
|
11 |
<a class="btn btn-<?php echo ($getPage == 'blog2social-publish') ? 'primary' : 'link'; ?> b2s-post-btn b2s-post-publish" href="admin.php?page=blog2social-publish"><?php _e('Shared Posts', 'blog2social') ?></a>
|
views/b2s/partials/network-tos-modal.php
CHANGED
@@ -1,33 +1,41 @@
|
|
1 |
-
<!--Info TOS
|
2 |
-
<?php $b2sNetworkTosAccept = get_option('
|
3 |
<input type="hidden" id="b2sNetworkTosAccept" value="<?php echo (($b2sNetworkTosAccept !== false || $showPrivacyPolicy !== false) ? 1 : 0); ?>">
|
4 |
<div class="modal fade" id="b2sNetworkTosAcceptModal" tabindex="-1" role="dialog" aria-labelledby="b2sNetworkTosAcceptModal" aria-hidden="true" data-backdrop="false">
|
5 |
<div class="modal-dialog">
|
6 |
<div class="modal-content">
|
7 |
<div class="modal-header">
|
8 |
-
<h4><?php _e('
|
9 |
</div>
|
10 |
-
<?php _e('', 'blog2social'); ?>
|
11 |
<div class="modal-body">
|
12 |
-
<?php _e('
|
13 |
-
<a href="<?php echo B2S_Tools::getSupportLink('network_tos_faq_news_032018'); ?>" target="_blank"><?php _e('More Information about these changes', 'blog2social'); ?></a>
|
14 |
<br>
|
15 |
<br>
|
16 |
-
|
|
|
17 |
<br>
|
18 |
-
<?php _e('Other social media tools simply no longer allow users to select multiple Twitter accounts. However, Blog2Social was originally built with individualization as the key feature in mind. So Blog2Social still lets you post to multiple Twitter accounts in accordance with the new Twitter rules. By adding individual comments, hashtags, selecting individual images, post formats and even changing meta tags, you can fully customize your Tweets for each Twitter account individually.', 'blog2social'); ?>
|
19 |
<br>
|
20 |
-
|
21 |
<br>
|
22 |
-
<?php _e('
|
23 |
<br>
|
|
|
24 |
<br>
|
25 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
<br>
|
27 |
<br>
|
28 |
<div class="clearfix"></div>
|
29 |
<div class="text-center">
|
30 |
-
<button type="button" id="b2s-network-tos-accept-btn" class="btn btn-primary"><?php _e("I understand
|
31 |
</div>
|
32 |
</div>
|
33 |
</div>
|
1 |
+
<!--Info TOS Facebook 072018 - Facebook Instant Sharing by manuell-->
|
2 |
+
<?php $b2sNetworkTosAccept = get_option('B2S_PLUGIN_NETWORK_TOS_ACCEPT_072018_USER_' . B2S_PLUGIN_BLOG_USER_ID); ?>
|
3 |
<input type="hidden" id="b2sNetworkTosAccept" value="<?php echo (($b2sNetworkTosAccept !== false || $showPrivacyPolicy !== false) ? 1 : 0); ?>">
|
4 |
<div class="modal fade" id="b2sNetworkTosAcceptModal" tabindex="-1" role="dialog" aria-labelledby="b2sNetworkTosAcceptModal" aria-hidden="true" data-backdrop="false">
|
5 |
<div class="modal-dialog">
|
6 |
<div class="modal-content">
|
7 |
<div class="modal-header">
|
8 |
+
<h4><?php _e('Posting on Facebook Profiles – Introducing Facebook Instant Sharing', 'blog2social'); ?></h4>
|
9 |
</div>
|
|
|
10 |
<div class="modal-body">
|
11 |
+
<?php _e('As part of recent updates to the Facebook Platform Policies, Facebook introduced significant changes to the APIs that third-party programs, such as social media marketing tools, are using to access the platform.', 'blog2social') ?>
|
|
|
12 |
<br>
|
13 |
<br>
|
14 |
+
<?php _e('Due to Facebook API changes, starting on 1st August 2018, access to personal Facebook Profiles has been severely restricted for all social media tools. Automated posting on personal Facebook Profiles is no longer allowed with any social media tool or app.', 'blog2social') ?>
|
15 |
+
<a href="<?php echo B2S_Tools::getSupportLink('network_tos_faq_news_072018'); ?>" target="_blank"><?php _e('read more', 'blog2social'); ?></a>
|
16 |
<br>
|
|
|
17 |
<br>
|
18 |
+
<strong><?php _e('What does this mean for your Social Media Marketing?', 'blog2social'); ?></strong>
|
19 |
<br>
|
20 |
+
<?php _e('Sharing your posts on your Facebook Profile will still be possible with Blog2Social! To help you keep sharing content with your followers, Blog2Social is now introducing Instant Sharing for Facebook.', 'blog2social'); ?>
|
21 |
<br>
|
22 |
+
<?php _e('Instant Sharing will not only let you share content on your Facebook Profile. You will also be able to share in Groups, Events and more!', 'blog2social'); ?>
|
23 |
<br>
|
24 |
+
<a href="<?php echo B2S_Tools::getSupportLink('network_tos_faq_072018'); ?>" target="_blank"><?php _e('Learn how to use all the new features of Facebook Instant Sharing including @handles, emotions, and more customizing features!', 'blog2social'); ?></a>
|
25 |
+
<br>
|
26 |
+
<br>
|
27 |
+
<strong<?php _e('Please note:', 'blog2social'); ?></strong>
|
28 |
+
<br>
|
29 |
+
<?php _e('Changes to the API currently only affect personal Facebook Profiles. Sharing your posts automatically on your Facebook Pages will also still be possible with social media tools. And of course, Blog2Social will continue to support automated posting on Facebook Pages.', 'blog2social'); ?>
|
30 |
+
<br>
|
31 |
+
<?php _e('If you are using your personal Facebook Profile for business, promotion, or publishing purposes, you might also consider converting your personal Facebook Profile to a Facebook Page.', 'blog2social'); ?>
|
32 |
+
<br>
|
33 |
+
<a href="<?php echo B2S_Tools::getSupportLink('network_tos_faq_2_072018'); ?>" target="_blank"><?php _e('Learn how to convert your Facebook Profile to a Facebook Page', 'blog2social'); ?></a>
|
34 |
<br>
|
35 |
<br>
|
36 |
<div class="clearfix"></div>
|
37 |
<div class="text-center">
|
38 |
+
<button type="button" id="b2s-network-tos-accept-btn" class="btn btn-primary"><?php _e("I understand the Facebook changes", "blog2social"); ?></button>
|
39 |
</div>
|
40 |
</div>
|
41 |
</div>
|
views/b2s/partials/post-edit-modal.php
CHANGED
@@ -25,6 +25,7 @@
|
|
25 |
<input type="hidden" class="b2s-input-hidden" id="b2sRelayPrimaryPostId" name="relay_primary_post_id" value="<?= $item->getRelayPrimaryPostId(); ?>">
|
26 |
<input type="hidden" class="b2s-input-hidden" id="b2sRelayPrimarySchedDate" name="relay_primary_sched_date" value="<?= $item->getRelayPrimarySchedDate(); ?>">
|
27 |
<input type="hidden" class="b2s-input-hidden" id="b2sPostForRelay" name="post_for_relay" value="<?= $item->getPostForRelay(); ?>">
|
|
|
28 |
<input type="hidden" class="b2s-input-hidden" id="b2sCurrentPostFormat" value="<?= $item->getPostFormat(); ?>">
|
29 |
<input type="hidden" class="b2s-input-hidden" id="b2sNetworkAuthId" name="network_auth_id" value="<?= $item->getNetworkAuthId(); ?>">
|
30 |
|
@@ -76,7 +77,7 @@
|
|
76 |
<?php if (!$lock_user_id || $lock_user_id == get_current_user_id()) { ?>
|
77 |
<div class="col-xs-12" style="margin-top: 20px;">
|
78 |
<div class="pull-left" style="line-height: 33px">
|
79 |
-
<span class="b2s-edit-post-delete btn btn-danger" data-post-for-relay="<?= $item->getPostForRelay(); ?>" data-post-id="<?= $item->getPostId(); ?>" data-b2s-id="<?= $item->getB2SId(); ?>">
|
80 |
<span class="glyphicon glyphicon glyphicon-trash "></span> <?= esc_attr(__("Delete", "blog2social")); ?>
|
81 |
</span>
|
82 |
</div>
|
25 |
<input type="hidden" class="b2s-input-hidden" id="b2sRelayPrimaryPostId" name="relay_primary_post_id" value="<?= $item->getRelayPrimaryPostId(); ?>">
|
26 |
<input type="hidden" class="b2s-input-hidden" id="b2sRelayPrimarySchedDate" name="relay_primary_sched_date" value="<?= $item->getRelayPrimarySchedDate(); ?>">
|
27 |
<input type="hidden" class="b2s-input-hidden" id="b2sPostForRelay" name="post_for_relay" value="<?= $item->getPostForRelay(); ?>">
|
28 |
+
<input type="hidden" class="b2s-input-hidden" id="b2sPostForApprove" name="post_for_approve" value="<?= $item->getPostForApprove(); ?>">
|
29 |
<input type="hidden" class="b2s-input-hidden" id="b2sCurrentPostFormat" value="<?= $item->getPostFormat(); ?>">
|
30 |
<input type="hidden" class="b2s-input-hidden" id="b2sNetworkAuthId" name="network_auth_id" value="<?= $item->getNetworkAuthId(); ?>">
|
31 |
|
77 |
<?php if (!$lock_user_id || $lock_user_id == get_current_user_id()) { ?>
|
78 |
<div class="col-xs-12" style="margin-top: 20px;">
|
79 |
<div class="pull-left" style="line-height: 33px">
|
80 |
+
<span class="b2s-edit-post-delete btn btn-danger" data-post-for-relay="<?= $item->getPostForRelay(); ?>" data-post-for-approve="<?= $item->getPostForApprove(); ?>" data-post-id="<?= $item->getPostId(); ?>" data-b2s-id="<?= $item->getB2SId(); ?>">
|
81 |
<span class="glyphicon glyphicon glyphicon-trash "></span> <?= esc_attr(__("Delete", "blog2social")); ?>
|
82 |
</span>
|
83 |
</div>
|
views/b2s/post.approve.php
ADDED
@@ -0,0 +1,95 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/* Data */
|
3 |
+
require_once (B2S_PLUGIN_DIR . 'includes/B2S/Post/Filter.php');
|
4 |
+
require_once (B2S_PLUGIN_DIR . 'includes/Util.php');
|
5 |
+
require_once B2S_PLUGIN_DIR . 'includes/B2S/Settings/Item.php';
|
6 |
+
$b2sShowByDate = isset($_GET['b2sShowByDate']) ? trim($_GET['b2sShowByDate']) : "";
|
7 |
+
$b2sUserAuthId = isset($_GET['b2sUserAuthId']) ? (int) $_GET['b2sUserAuthId'] : "";
|
8 |
+
$b2sPostBlogId = isset($_GET['b2sPostBlogId']) ? (int) $_GET['b2sPostBlogId'] : "";
|
9 |
+
?>
|
10 |
+
|
11 |
+
<div class="b2s-container">
|
12 |
+
<div class="b2s-inbox">
|
13 |
+
<?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/header.phtml'); ?>
|
14 |
+
<div class="col-md-12 del-padding-left">
|
15 |
+
<div class="col-md-9 del-padding-left">
|
16 |
+
<div class="panel panel-default">
|
17 |
+
<div class="panel-body">
|
18 |
+
<!--Posts from Wordpress Start-->
|
19 |
+
<!--Filter Start-->
|
20 |
+
<div class="b2s-post">
|
21 |
+
<div class="grid-body">
|
22 |
+
<?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/post.navbar.phtml'); ?>
|
23 |
+
<!-- Filter Post Start-->
|
24 |
+
<form class="b2sSortForm form-inline pull-left" action="#">
|
25 |
+
<input id="b2sType" type="hidden" value="approve" name="b2sType">
|
26 |
+
<input id="b2sShowByDate" type="hidden" value="<?php echo $b2sShowByDate; ?>" name="b2sShowByDate">
|
27 |
+
<input id="b2sUserAuthId" type="hidden" value="<?php echo $b2sUserAuthId; ?>" name="b2sUserAuthId">
|
28 |
+
<input id="b2sPostBlogId" type="hidden" value="<?php echo $b2sPostBlogId; ?>" name="b2sPostBlogId">
|
29 |
+
<input id="b2sPagination" type="hidden" value="1" name="b2sPagination">
|
30 |
+
<?php
|
31 |
+
$postFilter = new B2S_Post_Filter('approve');
|
32 |
+
echo $postFilter->getItemHtml('blog2social-approve');
|
33 |
+
?>
|
34 |
+
</form>
|
35 |
+
<!-- Filter Post Ende-->
|
36 |
+
<br/>
|
37 |
+
</div>
|
38 |
+
</div>
|
39 |
+
<div class="clearfix"></div>
|
40 |
+
<!--Filter End-->
|
41 |
+
<div class="b2s-sort-area">
|
42 |
+
<div class="b2s-loading-area" style="display:none">
|
43 |
+
<br>
|
44 |
+
<div class="b2s-loader-impulse b2s-loader-impulse-md"></div>
|
45 |
+
<div class="clearfix"></div>
|
46 |
+
<div class="text-center b2s-loader-text"><?php _e("Loading...", "blog2social"); ?></div>
|
47 |
+
</div>
|
48 |
+
<div class="row b2s-sort-result-area">
|
49 |
+
<div class="col-md-12">
|
50 |
+
<ul class="list-group b2s-sort-result-item-area"></ul>
|
51 |
+
<br>
|
52 |
+
<nav class="b2s-sort-pagination-area text-center"></nav>
|
53 |
+
<?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/footer.phtml'); ?>
|
54 |
+
</div>
|
55 |
+
</div>
|
56 |
+
</div>
|
57 |
+
</div>
|
58 |
+
</div>
|
59 |
+
</div>
|
60 |
+
<?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/service.phtml'); ?>
|
61 |
+
<?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/sidebar.phtml'); ?>
|
62 |
+
</div>
|
63 |
+
</div>
|
64 |
+
</div>
|
65 |
+
|
66 |
+
<input type="hidden" id="b2sLang" value="<?php echo substr(B2S_LANGUAGE, 0, 2); ?>">
|
67 |
+
<input type="hidden" id="b2sUserLang" value="<?php echo strtolower(substr(get_locale(), 0, 2)); ?>">
|
68 |
+
<input type="hidden" id="user_version" name="user_version" value="<?php echo B2S_PLUGIN_USER_VERSION; ?>">
|
69 |
+
<input type="hidden" id="b2sServerUrl" value="<?php echo B2S_PLUGIN_SERVER_URL; ?>">
|
70 |
+
<input type="hidden" id="b2sPostId" value="">
|
71 |
+
|
72 |
+
|
73 |
+
<div class="modal fade b2s-delete-approve-modal" tabindex="-1" role="dialog" aria-labelledby="b2s-delete-approve-modal" aria-hidden="true" data-backdrop="false">
|
74 |
+
<div class="modal-dialog">
|
75 |
+
<div class="modal-content">
|
76 |
+
<div class="modal-header">
|
77 |
+
<button type="button" class="b2s-modal-close close" data-modal-name=".b2s-delete-approve-modal" aria-label="Close"><span aria-hidden="true">×</span></button>
|
78 |
+
<h4 class="modal-title"><?php _e('Delete Social Media Posts', 'blog2social') ?></h4>
|
79 |
+
</div>
|
80 |
+
<div class="modal-body">
|
81 |
+
<b><?php _e('Are you sure you want to delete these Social Media posts?', 'blog2social') ?> </b>
|
82 |
+
<br>
|
83 |
+
(<?php _e('Number of entries', 'blog2social') ?>: <span id="b2s-delete-confirm-post-count"></span>)
|
84 |
+
<input type="hidden" value="" id="b2s-delete-confirm-post-id">
|
85 |
+
</div>
|
86 |
+
<div class="modal-footer">
|
87 |
+
<button class="btn btn-default" data-dismiss="modal"><?php _e('NO', 'blog2social') ?></button>
|
88 |
+
<button class="btn btn-danger b2s-approve-delete-confirm-btn"><?php _e('YES, delete', 'blog2social') ?></button>
|
89 |
+
</div>
|
90 |
+
</div>
|
91 |
+
</div>
|
92 |
+
</div>
|
93 |
+
|
94 |
+
|
95 |
+
<?php require_once (B2S_PLUGIN_DIR . 'views/b2s/partials/network-tos-modal.php');
|
views/b2s/ship.php
CHANGED
@@ -534,6 +534,8 @@ $b2sGeneralOptions = get_option('B2S_PLUGIN_GENERAL_OPTIONS');
|
|
534 |
<input type="hidden" id="b2sServerUrl" value="<?php echo B2S_PLUGIN_SERVER_URL; ?>">
|
535 |
<input type="hidden" id="b2sTwitterOrginalPost" value="">
|
536 |
<input type="hidden" id="b2sJsTextLoading" value="<?php _e('Loading...', 'blog2social') ?>">
|
|
|
|
|
537 |
<input type="hidden" id="b2sJsTextConnectionFail" value="<?php _e('The connection to the server failed. Try again!', 'blog2social') ?>">
|
538 |
<input type="hidden" id="b2sJsTextConnectionFailLink" value="<?php echo ($userLang == 'de') ? 'https://www.blog2social.com/de/faq/content/9/108/de/die-verbindung-zum-server-ist-fehlgeschlagen-bitte-versuche-es-erneut.html' : 'https://www.blog2social.com/en/faq/content/9/106/en/the-connection-to-the-server-failed-please-try-again.html'; ?>">
|
539 |
<input type="hidden" id="b2sJsTextConnectionFailLinkText" value="<?php _e('Give me more information', 'blog2social') ?>">
|
534 |
<input type="hidden" id="b2sServerUrl" value="<?php echo B2S_PLUGIN_SERVER_URL; ?>">
|
535 |
<input type="hidden" id="b2sTwitterOrginalPost" value="">
|
536 |
<input type="hidden" id="b2sJsTextLoading" value="<?php _e('Loading...', 'blog2social') ?>">
|
537 |
+
<input type="hidden" id="b2sJsTextPublish" value="<?php _e('published', 'blog2social') ?>">
|
538 |
+
|
539 |
<input type="hidden" id="b2sJsTextConnectionFail" value="<?php _e('The connection to the server failed. Try again!', 'blog2social') ?>">
|
540 |
<input type="hidden" id="b2sJsTextConnectionFailLink" value="<?php echo ($userLang == 'de') ? 'https://www.blog2social.com/de/faq/content/9/108/de/die-verbindung-zum-server-ist-fehlgeschlagen-bitte-versuche-es-erneut.html' : 'https://www.blog2social.com/en/faq/content/9/106/en/the-connection-to-the-server-failed-please-try-again.html'; ?>">
|
541 |
<input type="hidden" id="b2sJsTextConnectionFailLinkText" value="<?php _e('Give me more information', 'blog2social') ?>">
|