Blog2Social: Social Media Auto Post & Scheduler - Version 5.7.1

Version Description

Additional Security Update and improvements

Download this release

Release Info

Developer Blog2Social
Plugin Icon 128x128 Blog2Social: Social Media Auto Post & Scheduler
Version 5.7.1
Comparing to
See all releases

Code changes from version 5.7.0 to 5.7.1

assets/css/b2s/start.css CHANGED
@@ -1,144 +1,145 @@
1
- .b2s-dashboard-h4{
2
- font-weight: 700;
3
- font-size: 24px !important;
4
- }
5
- .b2s-dashboard-h5{
6
- font-size: 24px;
7
- margin-left: 22px;
8
- color: #72777c !important;
9
- }
10
- .b2s-dashboard-h6{
11
- font-size: 18px;
12
- }
13
-
14
- .form-inline{
15
- margin-bottom: 0px !important;
16
- }
17
-
18
- .form-inline .form-control {
19
- display: inline-block;
20
- vertical-align: middle;
21
- width: auto !important;
22
- min-width: 250px;
23
- }
24
-
25
- .b2s-mail-update-title{
26
- font-weight: 600;
27
- font-size: 16px;
28
- }
29
- .label {
30
- font-size: 90% !important;
31
- }
32
-
33
- /* Widgets */
34
- .b2s-widget-calendar{
35
- margin-top: 10px;
36
- }
37
-
38
- /* Content-Widget */
39
- .b2s-widget-block-image-content{
40
- display: flex;
41
- font-size: 22px;
42
- line-height: 1.2;
43
- }
44
- .b2s-widget-block-image-content > img{
45
- margin-right: 10px;
46
- }
47
- body .form-inline{
48
- display: block;
49
- }
50
- .b2s-dashboard-multi-widget-inner{
51
- display: flex;
52
- justify-content: space-between;
53
- align-items: center;
54
- min-height: 200px;
55
- }
56
- .b2s-dashboard-multi-widget-inner .glyphicon-chevron-left{
57
- flex: 0 0 15px;
58
- font-size: 30px;
59
- cursor:pointer
60
- }
61
- .b2s-dashboard-multi-widget-inner .glyphicon-chevron-right {
62
- flex: 0 0 15px;
63
- font-size: 30px;
64
- cursor:pointer
65
- }
66
-
67
- .fc-showall-button{
68
- color: #fff !important;
69
- background-color: #337ab7 !important;
70
- border-color: #204d74 !important;
71
- text-decoration: none !important;
72
- }
73
-
74
-
75
- @media(max-width: 530px)
76
- {
77
- .b2s-widget-block-image-content{
78
- display: block;
79
- }
80
- .b2s-widget-block-image-content > img{
81
- margin: 5px auto;
82
- display: block;
83
- height: auto;
84
- }
85
- .b2s-widget-block-image-content > div > .btn-primary{
86
- display: block;
87
- }
88
-
89
- }
90
-
91
- /* Newsletter-Widget*/
92
- @media(max-width: 768px)
93
- {
94
- #b2snewsletter.form-inline input{
95
- width: 100% !important;
96
- margin-bottom: 15px;
97
- }
98
- #b2snewsletter.form-inline a{
99
- width: auto;
100
- }
101
- }
102
-
103
- ul.b2s-sort-result-item-area{
104
- margin-bottom: 0;
105
- }
106
-
107
- .b2sDetailsSchedPostBtn{
108
- display: none !important;
109
- }
110
-
111
- /* Aktivität */
112
- #b2s-activity-date-picker{
113
- width: 85px;
114
- border-radius: 5px;
115
- border: 1px solid #ddd;
116
- }
117
-
118
- .b2s-activity-search-content{
119
- padding-top: 15px;
120
- padding-left:10px;
121
- font-weight: 600;
122
- }
123
-
124
- .b2sSortForm.form-inline{
125
- margin-bottom: 0px !important;
126
- }
127
-
128
- .fc-day-grid-event{
129
- cursor: pointer;
130
- }
131
-
132
- .fc-left > h2 {
133
- margin-left: 20px !important;
134
- color: #72777c !important;
135
- }
136
- body .fc-state-default{
137
- color: #000;
138
- background-color: #fff;
139
- border-color: #ccc;
140
- }
141
-
142
- #b2s-mail-update-input, .b2s-mail-btn {
143
- z-index: 0 !important;
 
144
  }
1
+ .b2s-dashboard-h4{
2
+ font-weight: 700;
3
+ font-size: 24px !important;
4
+ }
5
+ .b2s-dashboard-h5{
6
+ font-size: 24px;
7
+ margin-left: 22px;
8
+ color: #72777c !important;
9
+ }
10
+ .b2s-dashboard-h6{
11
+ font-size: 18px;
12
+ }
13
+
14
+ .form-inline{
15
+ margin-bottom: 0px !important;
16
+ }
17
+
18
+ .form-inline .form-control {
19
+ display: inline-block;
20
+ vertical-align: middle;
21
+ width: auto !important;
22
+ min-width: 250px;
23
+ }
24
+
25
+ .b2s-mail-update-title{
26
+ font-weight: 600;
27
+ font-size: 16px;
28
+ }
29
+ .label {
30
+ font-size: 90% !important;
31
+ }
32
+
33
+ /* Widgets */
34
+ .b2s-widget-calendar{
35
+ margin-top: 10px;
36
+ }
37
+
38
+ /* Content-Widget */
39
+ .b2s-widget-block-image-content{
40
+ display: flex;
41
+ font-size: 22px;
42
+ line-height: 1.2;
43
+ }
44
+ .b2s-widget-block-image-content > img{
45
+ margin-right: 10px;
46
+ min-width: 200px;
47
+ }
48
+ body .form-inline{
49
+ display: block;
50
+ }
51
+ .b2s-dashboard-multi-widget-inner{
52
+ display: flex;
53
+ justify-content: space-between;
54
+ align-items: center;
55
+ min-height: 200px;
56
+ }
57
+ .b2s-dashboard-multi-widget-inner .glyphicon-chevron-left{
58
+ flex: 0 0 15px;
59
+ font-size: 30px;
60
+ cursor:pointer
61
+ }
62
+ .b2s-dashboard-multi-widget-inner .glyphicon-chevron-right {
63
+ flex: 0 0 15px;
64
+ font-size: 30px;
65
+ cursor:pointer
66
+ }
67
+
68
+ .fc-showall-button{
69
+ color: #fff !important;
70
+ background-color: #337ab7 !important;
71
+ border-color: #204d74 !important;
72
+ text-decoration: none !important;
73
+ }
74
+
75
+
76
+ @media(max-width: 530px)
77
+ {
78
+ .b2s-widget-block-image-content{
79
+ display: block;
80
+ }
81
+ .b2s-widget-block-image-content > img{
82
+ margin: 5px auto;
83
+ display: block;
84
+ height: auto;
85
+ }
86
+ .b2s-widget-block-image-content > div > .btn-primary{
87
+ display: block;
88
+ }
89
+
90
+ }
91
+
92
+ /* Newsletter-Widget*/
93
+ @media(max-width: 768px)
94
+ {
95
+ #b2snewsletter.form-inline input{
96
+ width: 100% !important;
97
+ margin-bottom: 15px;
98
+ }
99
+ #b2snewsletter.form-inline a{
100
+ width: auto;
101
+ }
102
+ }
103
+
104
+ ul.b2s-sort-result-item-area{
105
+ margin-bottom: 0;
106
+ }
107
+
108
+ .b2sDetailsSchedPostBtn{
109
+ display: none !important;
110
+ }
111
+
112
+ /* Aktivität */
113
+ #b2s-activity-date-picker{
114
+ width: 85px;
115
+ border-radius: 5px;
116
+ border: 1px solid #ddd;
117
+ }
118
+
119
+ .b2s-activity-search-content{
120
+ padding-top: 15px;
121
+ padding-left:10px;
122
+ font-weight: 600;
123
+ }
124
+
125
+ .b2sSortForm.form-inline{
126
+ margin-bottom: 0px !important;
127
+ }
128
+
129
+ .fc-day-grid-event{
130
+ cursor: pointer;
131
+ }
132
+
133
+ .fc-left > h2 {
134
+ margin-left: 20px !important;
135
+ color: #72777c !important;
136
+ }
137
+ body .fc-state-default{
138
+ color: #000;
139
+ background-color: #fff;
140
+ border-color: #ccc;
141
+ }
142
+
143
+ #b2s-mail-update-input, .b2s-mail-btn {
144
+ z-index: 0 !important;
145
  }
assets/js/b2s/ship.js CHANGED
@@ -1017,7 +1017,7 @@ jQuery(document).on("click", ".b2s-network-select-btn", function () {
1017
  'relayCount': jQuery('#b2sRelayCount').val(),
1018
  'selSchedDate': jQuery('#selSchedDate').val(),
1019
  'b2sPostType': jQuery('#b2sPostType').val(),
1020
- 'b2sDraftData': jQuery('#b2sDraftData').val()
1021
  },
1022
  beforeSend: function (jqXHR) { // before jQuery send the request we will push it to our array
1023
  jQuery.xhrPool.push(jqXHR);
1017
  'relayCount': jQuery('#b2sRelayCount').val(),
1018
  'selSchedDate': jQuery('#selSchedDate').val(),
1019
  'b2sPostType': jQuery('#b2sPostType').val(),
1020
+ 'b2sIsDraft': jQuery('#b2sIsDraft').val()
1021
  },
1022
  beforeSend: function (jqXHR) { // before jQuery send the request we will push it to our array
1023
  jQuery.xhrPool.push(jqXHR);
blog2social.php CHANGED
@@ -6,12 +6,12 @@
6
  * Author: Blog2Social, Adenion
7
  * Text Domain: blog2social
8
  * Domain Path: /languages
9
- * Version: 5.7.0
10
  * Author URI: https://www.blog2social.com
11
  * License: GPL2+
12
  */
13
 
14
- define('B2S_PLUGIN_VERSION', '570');
15
  define('B2S_PLUGIN_LANGUAGE', serialize(array('de_DE', 'en_US')));
16
  define('B2S_PLUGIN_DIR', plugin_dir_path(__FILE__));
17
  define('B2S_PLUGIN_URL', plugin_dir_url(__FILE__));
6
  * Author: Blog2Social, Adenion
7
  * Text Domain: blog2social
8
  * Domain Path: /languages
9
+ * Version: 5.7.1
10
  * Author URI: https://www.blog2social.com
11
  * License: GPL2+
12
  */
13
 
14
+ define('B2S_PLUGIN_VERSION', '571');
15
  define('B2S_PLUGIN_LANGUAGE', serialize(array('de_DE', 'en_US')));
16
  define('B2S_PLUGIN_DIR', plugin_dir_path(__FILE__));
17
  define('B2S_PLUGIN_URL', plugin_dir_url(__FILE__));
includes/Ajax/Get.php CHANGED
@@ -188,14 +188,19 @@ class Ajax_Get {
188
  $b2sPostType = (isset($_POST['b2sPostType']) && $_POST['b2sPostType'] == 'ex') ? 'ex' : ""; //Content Curation
189
 
190
  $b2sDraftData = array();
191
- if (isset($_POST['b2sDraftData']) && !empty($_POST['b2sDraftData'])) {
192
- $drafts = unserialize(urldecode($_POST['b2sDraftData']));
193
- if (isset($drafts['b2s']) && !empty($drafts['b2s']) && array_key_exists($_POST['networkAuthId'], $drafts['b2s'])) {
194
- $b2sDraftData = $drafts['b2s'][$_POST['networkAuthId']];
195
- if (!empty($b2sDraftData) && is_array($b2sDraftData)) {
196
- foreach ($b2sDraftData as $key => $value) {
197
- if (!is_array($value)) {
198
- $b2sDraftData[$key] = stripslashes($value);
 
 
 
 
 
199
  }
200
  }
201
  }
188
  $b2sPostType = (isset($_POST['b2sPostType']) && $_POST['b2sPostType'] == 'ex') ? 'ex' : ""; //Content Curation
189
 
190
  $b2sDraftData = array();
191
+ if (isset($_POST['b2sIsDraft']) && (int) $_POST['b2sIsDraft'] == 1) {
192
+ global $wpdb;
193
+ if ($wpdb->get_var("SHOW TABLES LIKE 'b2s_posts_drafts'") == 'b2s_posts_drafts') {
194
+ $sql = $wpdb->prepare("SELECT data FROM `b2s_posts_drafts` WHERE `blog_user_id` = %d AND `post_id` = %d", (int) B2S_PLUGIN_BLOG_USER_ID, (int) $_POST['postId']);
195
+ $sqlResult = $wpdb->get_row($sql);
196
+ $drafts = (isset($sqlResult->data) && !empty($sqlResult->data)) ? unserialize($sqlResult->data) : false;
197
+ if ($drafts !== false && isset($drafts['b2s']) && !empty($drafts['b2s']) && array_key_exists($_POST['networkAuthId'], $drafts['b2s'])) {
198
+ $b2sDraftData = $drafts['b2s'][$_POST['networkAuthId']];
199
+ if (!empty($b2sDraftData) && is_array($b2sDraftData)) {
200
+ foreach ($b2sDraftData as $key => $value) {
201
+ if (!is_array($value)) {
202
+ $b2sDraftData[$key] = stripslashes($value);
203
+ }
204
  }
205
  }
206
  }
languages/blog2social-de_DE.mo CHANGED
Binary file
languages/blog2social-de_DE.po CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the Plugins - Blog2Social: Social Media Auto Post & Scheduler - Stable (latest release) package.
3
  msgid ""
4
  msgstr ""
5
- "PO-Revision-Date: 2019-08-27 14:11+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
@@ -11,7 +11,7 @@ msgstr ""
11
  "Language: de_DE\n"
12
  "Project-Id-Version: Plugins - Blog2Social: Social Media Auto Post & Scheduler - Stable (latest release)\n"
13
  "Report-Msgid-Bugs-To: \n"
14
- "POT-Creation-Date: 2019-08-27 14:08+0000\n"
15
  "Last-Translator: admin <s.buerger@adenion.de>\n"
16
  "Language-Team: German\n"
17
  "X-Loco-Version: 2.2.2; wp-5.2.3-RC1-45880"
@@ -64,23 +64,23 @@ msgstr "Dein ausgewähltes Profil hat keine Autorisierungen. Bitte, verbinde Di
64
  msgid "Upgrade to Premium"
65
  msgstr "Premium freischalten"
66
 
67
- #: includes/Loader.php:721
68
  msgid "Notifications"
69
  msgstr "Benachrichtigungen"
70
 
71
- #: includes/Loader.php:721
72
  msgid "Shared Posts"
73
  msgstr "Geteilte Beiträge"
74
 
75
- #: includes/Loader.php:721
76
  msgid "Instant Sharing"
77
  msgstr "Instant Sharing"
78
 
79
- #: includes/Loader.php:721
80
  msgid "Drafts"
81
  msgstr "Entwürfe"
82
 
83
- #: includes/Loader.php:721 views/b2s/widgets/posts.php:18
84
  msgid "Scheduled Posts"
85
  msgstr "geplante Beiträge"
86
 
@@ -100,7 +100,7 @@ msgstr "Seite"
100
  msgid "Group"
101
  msgstr "Gruppe"
102
 
103
- #: includes/Loader.php:723
104
  msgid "Company"
105
  msgstr "Arbeitgeber"
106
 
@@ -198,11 +198,11 @@ msgstr "Dashboard"
198
  msgid "Posts & Sharing"
199
  msgstr "Beiträge"
200
 
201
- #: includes/Loader.php:801 includes/Loader.php:855 views/b2s/dashboard.php:30
202
  msgid "Calendar"
203
  msgstr "Kalender"
204
 
205
- #: includes/Loader.php:802 includes/Loader.php:863
206
  msgid "Content Curation"
207
  msgstr "Content Curation"
208
 
@@ -210,7 +210,7 @@ msgstr "Content Curation"
210
  msgid "Networks"
211
  msgstr "Netzwerke"
212
 
213
- #: includes/Loader.php:804 includes/Loader.php:876
214
  msgid "Settings"
215
  msgstr "Einstellungen"
216
 
@@ -218,7 +218,7 @@ msgstr "Einstellungen"
218
  msgid "PR-Service"
219
  msgstr "PR-Service"
220
 
221
- #: includes/Loader.php:808 includes/Loader.php:892
222
  msgid "Help & Support"
223
  msgstr "Hilfe & Support"
224
 
@@ -228,11 +228,11 @@ msgstr "Premium"
228
 
229
  #: includes/Loader.php:810 includes/Loader.php:900 includes/B2S/PostBox.php:108 views/b2s/network.php:33 views/b2s/ship.php:21 includes/B2S/Curation/View.php:53 includes/B2S/Network/Item.php:148 includes/B2S/Network/Item.php:151 includes/B2S/Network/Item.php:155
230
  #: includes/B2S/Network/Item.php:158 includes/B2S/Network/Item.php:250 includes/B2S/Network/Item.php:312 includes/B2S/Network/Item.php:374 includes/B2S/Settings/Item.php:102 includes/B2S/Ship/Image.php:73 includes/B2S/Ship/Image.php:80 includes/B2S/Ship/Item.php:805
231
- #: includes/B2S/Ship/Portale.php:32 includes/B2S/Ship/Portale.php:35 includes/B2S/Ship/Portale.php:38 views/b2s/partials/post-edit-modal.php:9 views/b2s/widgets/posts.php:18
232
  msgid "PREMIUM"
233
  msgstr "PREMIUM"
234
 
235
- #: includes/Loader.php:832
236
  msgid "Blog2Social"
237
  msgstr "Blog2Social"
238
 
@@ -244,7 +244,7 @@ msgstr "oder"
244
  msgid "back to install plugins"
245
  msgstr "zurück zur Pluginübersicht"
246
 
247
- #: includes/Notice.php:19
248
  msgid "Rate it!"
249
  msgstr "Bewerte uns!"
250
 
@@ -252,7 +252,7 @@ msgstr "Bewerte uns!"
252
  msgid "If you like Blog2Social, please give us a 5 star rating. I there is anything that does not work for you, please contact us!!"
253
  msgstr "Wenn Dir Blog2Social, gebe uns bitte eine 5-Sterne-Bewertung. Wenn es bei Dir nicht funktioniert, nehme mit uns Kontakt auf. "
254
 
255
- #: includes/Notice.php:21
256
  msgid "RATE BLOG2SOCIAL"
257
  msgstr "Blog2Social jetzt bewerten"
258
 
@@ -284,7 +284,7 @@ msgstr ""
284
  msgid "<a href=\"https://www.blog2social.com/en/faq/content/1/58/en/system-requirements-for-installing-blog2social.html\" target=\"_blank\"> Please find more Information and help in our FAQ</a>"
285
  msgstr "<a href=\"https://www.blog2social.com/de/faq/content/1/63/de/systemvoraussetzungen-fuer-die-installation-von-blog2social.html\" target=\"_blank\">Siehe FAQ</a>"
286
 
287
- #: includes/Tools.php:238
288
  msgid "License"
289
  msgstr "Lizenz"
290
 
@@ -318,7 +318,7 @@ msgstr "Unbekannter Fehler"
318
  msgid "<b> An unknown error occurred! </b> <br> Please contact our support!"
319
  msgstr "<b> Ein unbekannter Fehler ist aufgetreten. </b> <br> Bitte kontaktiere unseren Support."
320
 
321
- #: includes/Ajax/Get.php:524 includes/Ajax/Post.php:1376 views/b2s/network.php:5 includes/B2S/Network/Item.php:215 includes/B2S/Network/Item.php:276 includes/B2S/Network/Item.php:339 includes/B2S/Network/Item.php:465 includes/B2S/Network/Item.php:481
322
  msgid "Unknown username"
323
  msgstr "unbekannter Blognutzer"
324
 
@@ -335,7 +335,7 @@ msgstr "Siehe FAQ"
335
  msgid "last auto-post:"
336
  msgstr "letzter Auto-Post:"
337
 
338
- #: includes/B2S/PostBox.php:76 views/b2s/ship.php:581
339
  msgid "The connection to the server failed. Try again!"
340
  msgstr "Eine Verbindung zum Server konnte nicht hergestellt werden. Versuche es erneut!"
341
 
@@ -375,7 +375,7 @@ msgstr "Facebook Instant Sharing:"
375
  msgid "Auto-posts for Facebook Profiles will be shown in the \"Instant Sharing\" tab on your \"Posts & Sharing\" navigation bar and can be shared on your Facebook Profile by clicking on the \"Share\" button next to your auto-post."
376
  msgstr "Auto-Posts für Facebook-Profile laufen automatisch im \"Instant Sharing\" Tab in der Navigationsleiste unter \"Beiträge\" ein und können durch einen Klick auf den “Teilen” Button neben dem Post an Dein Facebook-Profil gesendet werden."
377
 
378
- #: includes/B2S/PostBox.php:101
379
  msgid "Social Media Auto-Posting"
380
  msgstr "Social Media Auto-Posting"
381
 
@@ -384,7 +384,7 @@ msgid "enable Auto-Posting"
384
  msgstr "Auto-Posting aktivieren"
385
 
386
  #: includes/B2S/PostBox.php:115 views/b2s/curation.draft.php:45 views/b2s/network.php:57 views/b2s/network.php:145 views/b2s/network.php:221 views/b2s/network.php:352 views/b2s/post.approve.php:50 views/b2s/post.calendar.php:59 views/b2s/post.calendar.php:238
387
- #: views/b2s/post.draft.php:42 views/b2s/post.notice.php:44 views/b2s/post.php:40 views/b2s/post.publish.php:44 views/b2s/post.sched.php:58 views/b2s/ship.php:186 views/b2s/ship.php:579 views/b2s/support.php:203
388
  msgid "Loading..."
389
  msgstr "Wird geladen..."
390
 
@@ -400,83 +400,96 @@ msgstr ""
400
  "Individualisiere und plane Deine Social Media Posts über die Netzwerk-Vorschau: Ergänze individuelle Kommentare, #Hashtags oder @Handles für die verschiedenen Netzwerke und plane Deine Posts für die besten Zeiten, mehrfach oder wiederholt, um mehr Sichtbarkeit und Feedback "
401
  "von Deiner Community zu erzielen"
402
 
403
- #: includes/B2S/PostBox.php:135
404
  msgid "Blog2Social: Social Media Auto-Posting"
405
  msgstr "Blog2Social: Social Media Auto-Posting"
406
 
407
- #: includes/B2S/PostBox.php:139
408
  msgid "You have 2 general options to define the date and time to share your blog posts on social media with the Auto-Poster:"
409
  msgstr "Dir stehen grundsätzlich 2 Möglichkeiten zur Verfügung, per Auto-Posting Deine Blogbeiträge auf Social Media zu teilen: "
410
 
411
- #: includes/B2S/PostBox.php:140
412
  msgid "1. Immediately after publishing your blog post"
413
  msgstr "Sofort nach Veröffentlichung Deines Blogbeitrags "
414
 
415
- #: includes/B2S/PostBox.php:141
416
  msgid "Published blog posts: If you publish your blog post with click on publish in your WordPress post editor, Blog2Social will automatically share your social media post immediately."
417
  msgstr "Direkt veröffentlichte Blogbeiträge: Wenn Du Deine Blogbeiträge mit Klick auf “veröffentlichen” im Beitrags-Editor Deines Blogs sofort veröffentlichst, teilt Blog2Social Deinen Blogbeitrag unmittelbar auf Social Media."
418
 
419
- #: includes/B2S/PostBox.php:142
420
  msgid "Scheduled blog posts: If you schedule your blog post with click on schedule in your WordPress post editor, Blog2Social will share your social media post on the publishing date of your blog post."
421
  msgstr "Vorgeplante Blogbeiträge: Wenn Du die Veröffentlichung Deines Blogbeitrags zu einem späteren Zeitpunkt planst und auf “planen” im Beitrags-Editor Deines Blogs klickst, teilt Blog2Social Deinen Blogbeitrag direkt nach der Veröffentlichung auf Social Media. "
422
 
423
- #: includes/B2S/PostBox.php:143
424
  msgid "2. Schedule your social media posts for a specific date and time If you want to share your post at a particular date and time, different from your publishing date, select the option at scheduled times and set any date and time to share your post on social media."
425
  msgstr "Wenn Du Deinen Blogbeitrag an einem bestimmten Datum und zu bestimmten Zeiten teilen möchtest, die von der Veröffentlichung Deines Blogbeitrags abweichen, wähle die Option “zu bestimmten Zeiten” und lege das Datum und die Uhrzeit fest. "
426
 
427
- #: includes/B2S/PostBox.php:147
428
  msgid "You want to auto-post your blog post?"
429
  msgstr "Du möchtest Deinen Beitrag automatisch posten?"
430
 
431
- #: includes/B2S/PostBox.php:148 views/b2s/curation.php:126 views/b2s/post.calendar.php:276 views/b2s/ship.php:304 views/b2s/ship.php:364 views/b2s/ship.php:410
 
432
  msgid "With Blog2Social Premium you can:"
433
  msgstr "Mit Blog2Social kannst Du:"
434
 
435
- #: includes/B2S/PostBox.php:151 views/b2s/curation.php:129 views/b2s/post.calendar.php:279 views/b2s/ship.php:307 views/b2s/ship.php:367 views/b2s/ship.php:413
 
436
  msgid "Post on pages and groups"
437
  msgstr "Poste auf Seiten und in Gruppen"
438
 
439
- #: includes/B2S/PostBox.php:152 views/b2s/curation.php:130 views/b2s/post.calendar.php:280 views/b2s/ship.php:308 views/b2s/ship.php:368 views/b2s/ship.php:414
 
440
  msgid "Share on multiple profiles, pages and groups"
441
  msgstr "Auf mehreren Profilen, Seiten und Gruppen teilen"
442
 
443
- #: includes/B2S/PostBox.php:153 views/b2s/curation.php:131 views/b2s/post.calendar.php:281 views/b2s/ship.php:309 views/b2s/ship.php:369 views/b2s/ship.php:415
 
444
  msgid "Auto-post and auto-schedule new and updated blog posts"
445
  msgstr " Auto-posten und Auto-planen: Beiträge automatisch bei Veröffentlichung oder Aktualisierung posten und zeitversetzt planen"
446
 
447
- #: includes/B2S/PostBox.php:154 views/b2s/curation.php:132 views/b2s/post.calendar.php:282 views/b2s/ship.php:310 views/b2s/ship.php:370 views/b2s/ship.php:416
 
448
  msgid "Schedule your posts at the best times on each network"
449
  msgstr "Plane Deine Beiträge zu den besten Zeiten für jedes Netzwerk"
450
 
451
- #: includes/B2S/PostBox.php:155 views/b2s/curation.php:133 views/b2s/post.calendar.php:283 views/b2s/ship.php:311 views/b2s/ship.php:371 views/b2s/ship.php:417
 
452
  msgid "Best Time Manager: use predefined best time scheduler to auto-schedule your social media posts"
453
  msgstr " Beste Zeiten Manager: vordefinierte Zeiten für Deine Beiträge nutzen"
454
 
455
- #: includes/B2S/PostBox.php:156 views/b2s/curation.php:134 views/b2s/post.calendar.php:284 views/b2s/ship.php:312 views/b2s/ship.php:372 views/b2s/ship.php:418
 
456
  msgid "Schedule your post for one time, multiple times or recurrently"
457
  msgstr "Veröffentlichungen zur besten Zeit pro Netzwerk planen: einmalig, mehrmalig oder nach einem regelmäßigen Muster"
458
 
459
- #: includes/B2S/PostBox.php:157 views/b2s/curation.php:135 views/b2s/post.calendar.php:285 views/b2s/ship.php:313 views/b2s/ship.php:373 views/b2s/ship.php:419
 
460
  msgid "Schedule and re-share old posts"
461
  msgstr "Plane und teile alte Beiträge"
462
 
463
- #: includes/B2S/PostBox.php:158 views/b2s/curation.php:136 views/b2s/post.calendar.php:286 views/b2s/ship.php:314 views/b2s/ship.php:374 views/b2s/ship.php:420
 
464
  msgid "Select link format or image format for your posts"
465
  msgstr "Link-Posts oder Bild-Posts als Posting-Format für Deine Beiträge auswählen"
466
 
467
- #: includes/B2S/PostBox.php:159 views/b2s/curation.php:137 views/b2s/post.calendar.php:287 views/b2s/ship.php:315 views/b2s/ship.php:375 views/b2s/ship.php:421
 
468
  msgid "Select individual images per post"
469
  msgstr "Individuelle Bilder für Deine Social Media Posts pro Netzwerk auswählen"
470
 
471
- #: includes/B2S/PostBox.php:160 views/b2s/curation.php:138 views/b2s/post.calendar.php:288 views/b2s/ship.php:316 views/b2s/ship.php:376 views/b2s/ship.php:422
 
472
  msgid "Reporting & calendar: keep track of your published and scheduled social media posts"
473
  msgstr "Reporting & Kalender: Verfolge Deine veröffentlichten und geplanten Social Media Beiträge"
474
 
475
- #: includes/B2S/PostBox.php:162 views/b2s/curation.php:140 views/b2s/post.calendar.php:290 views/b2s/ship.php:318 views/b2s/ship.php:378 views/b2s/ship.php:424
 
476
  msgid "Upgrade to PREMIUM"
477
  msgstr "Jetzt auf Premium upgraden"
478
 
479
- #: includes/B2S/PostBox.php:164 views/b2s/curation.php:142 views/b2s/post.calendar.php:292 views/b2s/ship.php:320 views/b2s/ship.php:380 views/b2s/ship.php:426
 
480
  msgid "or <a href=\"http://service.blog2social.com/trial\" target=\"_blank\">start with free 30-days-trial of Blog2Social Premium</a> (no payment information needed)"
481
  msgstr "oder <a href=\"http://service.blog2social.com/trial\" target=\"_blank\">starte Deinen kostenlosen 30-tägigen Test von Blog2Social Premium</a>(keine Zahlungsinformationen erforderlich)"
482
 
@@ -506,9 +519,9 @@ msgstr "Zu meinen besten Zeiten planen"
506
 
507
  #: includes/B2S/PostBox.php:227
508
  msgid "You want to schedule your blog post with Auto-Poster?"
509
- msgstr ""
510
 
511
- #: includes/B2S/PostBox.php:227
512
  msgid "Upgrade to PREMIUM PRO"
513
  msgstr "Upgrade auf PREMIUM PRO"
514
 
@@ -659,7 +672,7 @@ msgstr "Diagramm"
659
  msgid "Follow us"
660
  msgstr "Folge uns"
661
 
662
- #: views/b2s/network.php:23 views/b2s/network.php:24 views/b2s/post.calendar.php:220 views/b2s/post.calendar.php:221 views/prg/post.php:25 views/prg/post.php:26
663
  msgid "filter"
664
  msgstr "Filter"
665
 
@@ -675,7 +688,7 @@ msgstr "Du möchtest eine neue Kombination von Netzwerken anlegen?"
675
  msgid "Delete"
676
  msgstr "Löschen"
677
 
678
- #: views/b2s/network.php:44 views/b2s/ship.php:72 views/b2s/ship.php:363
679
  msgid "You want to schedule your posts and use the Best Time Scheduler?"
680
  msgstr "Du möchtest die Veröffentlichung Deiner Posts planen und den Beste Zeiten Manager benutzen?"
681
 
@@ -775,11 +788,11 @@ msgstr "Erweiterte Verbindungseinstellungen"
775
 
776
  #: views/b2s/network.php:228 views/b2s/network.php:310
777
  msgid "Move the connection to another network collection."
778
- msgstr ""
779
 
780
  #: views/b2s/network.php:233 views/b2s/network.php:262 views/b2s/network.php:265 views/b2s/network.php:268
781
  msgid "An error occured. Please contact our support."
782
- msgstr ""
783
 
784
  #: views/b2s/network.php:240 views/b2s/network.php:317
785
  msgid "move"
@@ -857,64 +870,68 @@ msgstr "Instant Caching für Facebook Link-Beiträge"
857
  msgid ""
858
  "Please enable this feature, if you are using varnish caching (HTTP accelerator to relieve your website). Blog2Social will add a \"no-cache=1\" parameter to the post URL of your Facebook link posts to ensure that Facebook always pulls the current meta data of your blog post."
859
  msgstr ""
 
 
860
 
861
  #: views/b2s/network.php:384
862
  msgid "Choose your Post Format"
863
- msgstr ""
864
 
865
  #: views/b2s/network.php:388 views/b2s/network.php:391 views/b2s/network.php:394
866
  msgid "Decide in which post format you want to post your content: Link post or image post."
867
- msgstr ""
868
 
869
  #: views/b2s/network.php:397
870
  msgid "Decide in wich form you want to post your Content. Either as image with frame, or as image cut out."
871
- msgstr ""
872
 
873
  #: views/b2s/network.php:409
874
  msgid "Post Content"
875
- msgstr ""
876
 
877
  #: views/b2s/network.php:412
878
  msgid "Edit the content of your post. Move elements by drag and drop into the textarea and customize them as you like."
879
- msgstr ""
880
 
881
  #: views/b2s/network.php:415
882
  msgid "Legend"
883
- msgstr ""
884
 
885
  #: views/b2s/network.php:417
886
  msgid "The title of your post"
887
- msgstr ""
888
 
889
  #: views/b2s/network.php:418
890
  msgid "The summary of your post (you define it in the side menu of your post)."
891
- msgstr ""
892
 
893
  #: views/b2s/network.php:419
894
  msgid "The content of your post"
895
- msgstr ""
896
 
897
  #: views/b2s/network.php:420
898
  msgid "The tags you have set in your post."
899
- msgstr ""
900
 
901
  #: views/b2s/network.php:433 includes/B2S/Network/Item.php:624
902
  msgid "Character limit"
903
- msgstr ""
904
 
905
  #: views/b2s/network.php:436
906
  msgid "Define the character limit for the variables \"EXCERPT\" and \"CONTENT\" individually. Your text will be shortened after the last comma, period, or space character within your character limit."
907
- msgstr ""
908
 
909
  #: views/b2s/network.php:437
910
  msgid "An \"EXCERPT\" will only be added to your social media post if you have added a manual excerpt in the excerpt editing box of the Gutenberg side menu (document settings) of your post."
911
- msgstr ""
912
 
913
  #: views/b2s/network.php:438
914
  msgid ""
915
  "\"TITLES\" and \"KEYWORDS\" (Hashtags) are not shortened. If you select the \"TITLE\" and \"KEYWORD\" variables for your social media posts, the character limit you define for the \"EXCERPT\" and/or \"CONTENT\" variables will be applied within the remaining available "
916
  "character limit of the social network."
917
  msgstr ""
 
 
918
 
919
  #: views/b2s/post.approve.php:81
920
  msgid "Delete Social Media Posts"
@@ -940,13 +957,13 @@ msgstr "alles anzeigen"
940
  msgid "scheduled"
941
  msgstr "geplant"
942
 
943
- #: views/b2s/post.calendar.php:69 views/b2s/post.sched.php:177 includes/B2S/Settings/Item.php:382 includes/B2S/Settings/Item.php:412
944
  msgid "Link Post"
945
  msgstr "Link-Beitrag"
946
 
947
  #: views/b2s/post.calendar.php:69 views/b2s/post.sched.php:177 includes/B2S/Settings/Item.php:393 includes/B2S/Settings/Item.php:412
948
  msgid "Image Post"
949
- msgstr ""
950
 
951
  #: views/b2s/post.calendar.php:86 views/b2s/post.sched.php:164
952
  msgid "add post"
@@ -1006,11 +1023,11 @@ msgstr "Wähle einen Beitrag aus"
1006
 
1007
  #: views/b2s/post.draft.php:73
1008
  msgid "Delete Social Media Draft"
1009
- msgstr ""
1010
 
1011
  #: views/b2s/post.draft.php:76
1012
  msgid "Are you sure you want to delete this Social Media draft?"
1013
- msgstr ""
1014
 
1015
  #: views/b2s/post.notice.php:68 views/b2s/post.publish.php:68 views/b2s/widgets/posts.php:58
1016
  msgid "Delete entries from the reporting"
@@ -1068,7 +1085,7 @@ msgstr "Lizenzschlüssel eingeben und Version ändern"
1068
 
1069
  #: views/b2s/premium.php:50
1070
  msgid "Activate License"
1071
- msgstr ""
1072
 
1073
  #: views/b2s/premium.php:61
1074
  msgid "Go Premium and get even smarter with social media automation"
@@ -1255,7 +1272,7 @@ msgstr "Entwurf"
1255
  msgid "Social Media Scheduling & Sharing"
1256
  msgstr "Beitrag auf Social Media planen und teilen"
1257
 
1258
- #: views/b2s/ship.php:51 views/prg/ship.php:41 views/prg/ship.php:43 includes/B2S/Curation/View.php:35 includes/B2S/Settings/Item.php:317 includes/B2S/Settings/Item.php:338
1259
  msgid "Title"
1260
  msgstr "Titel"
1261
 
@@ -1275,7 +1292,7 @@ msgstr "Du möchtest Deine Zeiten laden?"
1275
  msgid "Load My Times Settings"
1276
  msgstr "Meine Zeit-Einstellungen laden"
1277
 
1278
- #: views/b2s/ship.php:103
1279
  msgid "Social Accounts"
1280
  msgstr "Social Media Konten"
1281
 
@@ -1426,7 +1443,7 @@ msgstr "FAQ"
1426
  msgid "Troubleshooting-Tool"
1427
  msgstr "Problemanalyse-Tool"
1428
 
1429
- #: views/b2s/support.php:18 views/b2s/support.php:21
1430
  msgid "NEW"
1431
  msgstr "NEU"
1432
 
@@ -1682,7 +1699,7 @@ msgstr "Du möchtest eine Netzwerk-Seite verbinden?"
1682
 
1683
  #: includes/B2S/Network/Item.php:154 includes/B2S/Network/Item.php:341 includes/B2S/Ship/Portale.php:31
1684
  msgid "Publication"
1685
- msgstr ""
1686
 
1687
  #: includes/B2S/Network/Item.php:155 includes/B2S/Ship/Portale.php:32
1688
  msgid "You want to connect a social media group?"
@@ -1696,7 +1713,7 @@ msgstr "Beitragsvorlage bearbeiten"
1696
  msgid "Connections"
1697
  msgstr "Verbindungen"
1698
 
1699
- #: includes/B2S/Network/Item.php:170
1700
  msgid "Best Time Manager"
1701
  msgstr "Best Time Manager"
1702
 
@@ -1730,7 +1747,7 @@ msgstr "Diese Verbindung ist aktuell zugewiesen an"
1730
 
1731
  #: includes/B2S/Network/Item.php:506
1732
  msgid "Successfully saved"
1733
- msgstr ""
1734
 
1735
  #: includes/B2S/Network/Item.php:507
1736
  msgid "Failed to save"
@@ -1750,25 +1767,25 @@ msgstr "Instant Caching aktivieren"
1750
 
1751
  #: includes/B2S/Network/Item.php:577
1752
  msgid "Format"
1753
- msgstr ""
1754
 
1755
  #: includes/B2S/Network/Item.php:578
1756
  msgid "Load default settings"
1757
- msgstr ""
1758
 
1759
  #: includes/B2S/Network/Item.php:584 includes/B2S/Network/Item.php:587 includes/B2S/Ship/Item.php:627 includes/B2S/Ship/Item.php:629
1760
  msgid "Link"
1761
  msgstr "Link"
1762
 
1763
- #: includes/B2S/Network/Item.php:584 includes/B2S/Network/Item.php:587 includes/B2S/Settings/Item.php:382
1764
  msgid "Image with frame"
1765
  msgstr "Bild mit Rahmen"
1766
 
1767
  #: includes/B2S/Network/Item.php:585 includes/B2S/Network/Item.php:588
1768
  msgid "Image"
1769
- msgstr ""
1770
 
1771
- #: includes/B2S/Network/Item.php:585 includes/B2S/Network/Item.php:588 includes/B2S/Settings/Item.php:393
1772
  msgid "Image cut out"
1773
  msgstr "Bild zuschneiden"
1774
 
@@ -1778,15 +1795,15 @@ msgstr "Inhalt"
1778
 
1779
  #: includes/B2S/Network/Item.php:606
1780
  msgid "clear"
1781
- msgstr ""
1782
 
1783
  #: includes/B2S/Network/Item.php:615
1784
  msgid "The link will be added automatically at the end of the post."
1785
- msgstr ""
1786
 
1787
  #: includes/B2S/Network/Item.php:617 includes/B2S/Network/Item.php:643
1788
  msgid "Network limit"
1789
- msgstr ""
1790
 
1791
  #: includes/B2S/Network/Item.php:617 includes/B2S/Network/Item.php:643 includes/B2S/Network/Item.php:643 includes/B2S/Ship/Item.php:186 includes/B2S/Ship/Item.php:190 includes/B2S/Ship/Item.php:234 includes/B2S/Ship/Item.php:238 includes/B2S/Ship/Item.php:267
1792
  #: includes/B2S/Ship/Item.php:271 includes/B2S/Ship/Item.php:941 includes/B2S/Ship/Item.php:943
@@ -1795,11 +1812,11 @@ msgstr "Zeichen"
1795
 
1796
  #: includes/B2S/Network/Item.php:643
1797
  msgid "recommended length"
1798
- msgstr ""
1799
 
1800
  #: includes/B2S/Network/Item.php:663 includes/B2S/Network/Item.php:715 includes/B2S/Network/Item.php:769 includes/B2S/Network/Item.php:821 includes/B2S/Network/Item.php:855
1801
  msgid "Preview"
1802
- msgstr ""
1803
 
1804
  #: includes/B2S/Post/Filter.php:35
1805
  msgid "all authors"
@@ -1807,19 +1824,19 @@ msgstr "alle Autoren"
1807
 
1808
  #: includes/B2S/Post/Filter.php:51
1809
  msgid "all posts"
1810
- msgstr ""
1811
 
1812
  #: includes/B2S/Post/Filter.php:62
1813
  msgid "not yet shared"
1814
- msgstr ""
1815
 
1816
  #: includes/B2S/Post/Filter.php:62
1817
  msgid "already shared"
1818
- msgstr ""
1819
 
1820
  #: includes/B2S/Post/Filter.php:62
1821
  msgid "currently scheduled"
1822
- msgstr ""
1823
 
1824
  #: includes/B2S/Post/Filter.php:63
1825
  msgid "all statuses"
@@ -1867,7 +1884,7 @@ msgstr "Du hast keine Beiträge veröffentlicht oder geplant."
1867
 
1868
  #: includes/B2S/Post/Item.php:278
1869
  msgid "You have no drafts saved."
1870
- msgstr ""
1871
 
1872
  #: includes/B2S/Post/Item.php:301
1873
  msgid "curated post"
@@ -1919,7 +1936,7 @@ msgstr "gespeichert"
1919
 
1920
  #: includes/B2S/Post/Item.php:430
1921
  msgid "last saved"
1922
- msgstr ""
1923
 
1924
  #: includes/B2S/Post/Item.php:539 includes/B2S/Post/Item.php:675 includes/B2S/Ship/Save.php:427
1925
  msgid "Retweet"
@@ -2221,11 +2238,11 @@ msgstr "Mit der Premium Pro Version kannst Du das Standard Post-Format individue
2221
  msgid "Upgrade to Premium Pro now."
2222
  msgstr "Upgrade auf Premium PRO"
2223
 
2224
- #: includes/B2S/Settings/Item.php:387
2225
  msgid "Insert white frames to show the whole image in your timeline. All image information will be shown in your timeline."
2226
  msgstr "Füge weiße Rahmen ein, um das gesamte Bild in Deiner Zeitleiste anzuzeigen. Alle Bildinformationen werden in Deiner Zeitleiste angezeigt."
2227
 
2228
- #: includes/B2S/Settings/Item.php:389
2229
  msgid ""
2230
  "The link post format displays posts title, link address and the first one or two sentences of the post. The networks scan this information from your META or OpenGraph. PLEASE NOTE: If you want your link posts to display the selected image from the Blog2Social preview editor, "
2231
  "please make sure you have activated the Social Meta Tags for Facebook and Twitter in your Blog2Social settings. You find these settings in the tab \"Social Meta Data\". If you don't select a specific post image, some networks display the first image detected on your page. The "
@@ -2235,11 +2252,11 @@ msgstr ""
2235
  "Deinem Blogbeitrag. BITTE BEACHTE: Wenn Deine Link-Posts das ausgewählte Bild aus dem Blog2Social Vorschau-Editor anzeigen sollen, stelle bitte sicher, dass Du die Social Meta Tags für Facebook und Twitter in Deinen Blog2Social-Einstellungen aktiviert hast. Diese "
2236
  "Einstellungen findest Du im Tab \"Social Meta Angaben\". Wenn Du kein bestimmtes Beitragsbild für Deinen Blogbeitrag ausgewählt hast, zeigen einige Netzwerke das erste Bild an, dass sie auf Deiner Seite finden."
2237
 
2238
- #: includes/B2S/Settings/Item.php:398
2239
  msgid "The image preview will be cropped automatically to fit the default Instagram layout for your Instagram timeline. The image will be shown uncropped when opening the preview page for your Instagram post."
2240
  msgstr "Die Bildvorschau wird automatisch zugeschnitten, damit es dem Instagram-Standardlayout für Deine Instagram-Timeline entspricht. Das Bild wird als Ganzes angezeigt, wenn Du die Vorschauseite für Deinen Instagram-Beitrag öffnest. "
2241
 
2242
- #: includes/B2S/Settings/Item.php:400
2243
  msgid ""
2244
  "A photo or image post displays the selected image in the one-page preview of Blog2Social and your comment above the image. The image links to the image view on your image gallery in the respective network. Blog2Social adds the link to your post in your comment. The main "
2245
  "benefit of photo posts is that your image is uploaded to your personal image albums or gallery. In Facebook, you can edit the albums name with a description of your choice."
@@ -2638,6 +2655,639 @@ msgstr "Beitrag über PR-Gateway veröffentlichen"
2638
  msgid "on Blog"
2639
  msgstr "auf dem Blog"
2640
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2641
  #: views/b2s/partials/plugin-deactivate-modal.php:10
2642
  msgid "Do you want to delete your scheduled posts?"
2643
  msgstr "Möchtest Du Deine geplanten Beiträge löschen?"
@@ -2690,6 +3340,143 @@ msgstr "abonnieren"
2690
  msgid "Latest Posts"
2691
  msgstr "letzte Beiträge"
2692
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2693
  #: includes/B2S/Support/Check/System.php:44
2694
  msgid "or higher"
2695
  msgstr "oder höher"
2
  # This file is distributed under the same license as the Plugins - Blog2Social: Social Media Auto Post &amp; Scheduler - Stable (latest release) package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2019-08-29 12:02+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
11
  "Language: de_DE\n"
12
  "Project-Id-Version: Plugins - Blog2Social: Social Media Auto Post &amp; Scheduler - Stable (latest release)\n"
13
  "Report-Msgid-Bugs-To: \n"
14
+ "POT-Creation-Date: 2019-08-29 08:55+0000\n"
15
  "Last-Translator: admin <s.buerger@adenion.de>\n"
16
  "Language-Team: German\n"
17
  "X-Loco-Version: 2.2.2; wp-5.2.3-RC1-45880"
64
  msgid "Upgrade to Premium"
65
  msgstr "Premium freischalten"
66
 
67
+ #: includes/Loader.php:721 views/b2s/html/post.navbar.php:13
68
  msgid "Notifications"
69
  msgstr "Benachrichtigungen"
70
 
71
+ #: includes/Loader.php:721 views/b2s/html/post.navbar.php:12 views/b2s/html/sidebar.php:106
72
  msgid "Shared Posts"
73
  msgstr "Geteilte Beiträge"
74
 
75
+ #: includes/Loader.php:721 views/b2s/html/post.navbar.php:8 views/b2s/html/sidebar.php:97
76
  msgid "Instant Sharing"
77
  msgstr "Instant Sharing"
78
 
79
+ #: includes/Loader.php:721 views/b2s/html/post.navbar.php:9 views/b2s/html/sidebar.php:78 views/b2s/html/sidebar.php:100
80
  msgid "Drafts"
81
  msgstr "Entwürfe"
82
 
83
+ #: includes/Loader.php:721 views/b2s/html/post.navbar.php:10 views/b2s/html/sidebar.php:103 views/b2s/widgets/posts.php:18
84
  msgid "Scheduled Posts"
85
  msgstr "geplante Beiträge"
86
 
100
  msgid "Group"
101
  msgstr "Gruppe"
102
 
103
+ #: includes/Loader.php:723 views/prg/html/form.php:74
104
  msgid "Company"
105
  msgstr "Arbeitgeber"
106
 
198
  msgid "Posts & Sharing"
199
  msgstr "Beiträge"
200
 
201
+ #: includes/Loader.php:801 includes/Loader.php:855 views/b2s/dashboard.php:30 views/b2s/html/post.navbar.php:14 views/b2s/html/sidebar.php:109
202
  msgid "Calendar"
203
  msgstr "Kalender"
204
 
205
+ #: includes/Loader.php:802 includes/Loader.php:863 views/b2s/html/post.navbar.php:15 views/b2s/html/sidebar.php:71
206
  msgid "Content Curation"
207
  msgstr "Content Curation"
208
 
210
  msgid "Networks"
211
  msgstr "Netzwerke"
212
 
213
+ #: includes/Loader.php:804 includes/Loader.php:876 views/b2s/html/sidebar.php:118
214
  msgid "Settings"
215
  msgstr "Einstellungen"
216
 
218
  msgid "PR-Service"
219
  msgstr "PR-Service"
220
 
221
+ #: includes/Loader.php:808 includes/Loader.php:892 views/b2s/html/header.php:33 views/b2s/html/sidebar.php:121 views/b2s/html/sidebar.ship.php:56
222
  msgid "Help & Support"
223
  msgstr "Hilfe & Support"
224
 
228
 
229
  #: includes/Loader.php:810 includes/Loader.php:900 includes/B2S/PostBox.php:108 views/b2s/network.php:33 views/b2s/ship.php:21 includes/B2S/Curation/View.php:53 includes/B2S/Network/Item.php:148 includes/B2S/Network/Item.php:151 includes/B2S/Network/Item.php:155
230
  #: includes/B2S/Network/Item.php:158 includes/B2S/Network/Item.php:250 includes/B2S/Network/Item.php:312 includes/B2S/Network/Item.php:374 includes/B2S/Settings/Item.php:102 includes/B2S/Ship/Image.php:73 includes/B2S/Ship/Image.php:80 includes/B2S/Ship/Item.php:805
231
+ #: includes/B2S/Ship/Portale.php:32 includes/B2S/Ship/Portale.php:35 includes/B2S/Ship/Portale.php:38 views/b2s/html/post.navbar.php:10 views/b2s/html/post.navbar.php:14 views/b2s/partials/post-edit-modal.php:9 views/b2s/widgets/posts.php:18
232
  msgid "PREMIUM"
233
  msgstr "PREMIUM"
234
 
235
+ #: includes/Loader.php:832 views/b2s/html/sidebar.php:25 views/b2s/html/sidebar.ship.php:24
236
  msgid "Blog2Social"
237
  msgstr "Blog2Social"
238
 
244
  msgid "back to install plugins"
245
  msgstr "zurück zur Pluginübersicht"
246
 
247
+ #: includes/Notice.php:19 views/b2s/html/sidebar.php:144
248
  msgid "Rate it!"
249
  msgstr "Bewerte uns!"
250
 
252
  msgid "If you like Blog2Social, please give us a 5 star rating. I there is anything that does not work for you, please contact us!!"
253
  msgstr "Wenn Dir Blog2Social, gebe uns bitte eine 5-Sterne-Bewertung. Wenn es bei Dir nicht funktioniert, nehme mit uns Kontakt auf. "
254
 
255
+ #: includes/Notice.php:21 views/b2s/html/sidebar.php:147
256
  msgid "RATE BLOG2SOCIAL"
257
  msgstr "Blog2Social jetzt bewerten"
258
 
284
  msgid "<a href=\"https://www.blog2social.com/en/faq/content/1/58/en/system-requirements-for-installing-blog2social.html\" target=\"_blank\"> Please find more Information and help in our FAQ</a>"
285
  msgstr "<a href=\"https://www.blog2social.com/de/faq/content/1/63/de/systemvoraussetzungen-fuer-die-installation-von-blog2social.html\" target=\"_blank\">Siehe FAQ</a>"
286
 
287
+ #: includes/Tools.php:238 views/b2s/html/sidebar.php:30 views/b2s/html/sidebar.ship.php:29
288
  msgid "License"
289
  msgstr "Lizenz"
290
 
318
  msgid "<b> An unknown error occurred! </b> <br> Please contact our support!"
319
  msgstr "<b> Ein unbekannter Fehler ist aufgetreten. </b> <br> Bitte kontaktiere unseren Support."
320
 
321
+ #: includes/Ajax/Get.php:529 includes/Ajax/Post.php:1376 views/b2s/network.php:5 includes/B2S/Network/Item.php:215 includes/B2S/Network/Item.php:276 includes/B2S/Network/Item.php:339 includes/B2S/Network/Item.php:465 includes/B2S/Network/Item.php:481
322
  msgid "Unknown username"
323
  msgstr "unbekannter Blognutzer"
324
 
335
  msgid "last auto-post:"
336
  msgstr "letzter Auto-Post:"
337
 
338
+ #: includes/B2S/PostBox.php:76 views/b2s/ship.php:581 views/b2s/html/header.php:53
339
  msgid "The connection to the server failed. Try again!"
340
  msgstr "Eine Verbindung zum Server konnte nicht hergestellt werden. Versuche es erneut!"
341
 
375
  msgid "Auto-posts for Facebook Profiles will be shown in the \"Instant Sharing\" tab on your \"Posts & Sharing\" navigation bar and can be shared on your Facebook Profile by clicking on the \"Share\" button next to your auto-post."
376
  msgstr "Auto-Posts für Facebook-Profile laufen automatisch im \"Instant Sharing\" Tab in der Navigationsleiste unter \"Beiträge\" ein und können durch einen Klick auf den “Teilen” Button neben dem Post an Dein Facebook-Profil gesendet werden."
377
 
378
+ #: includes/B2S/PostBox.php:101 views/b2s/html/header.php:314
379
  msgid "Social Media Auto-Posting"
380
  msgstr "Social Media Auto-Posting"
381
 
384
  msgstr "Auto-Posting aktivieren"
385
 
386
  #: includes/B2S/PostBox.php:115 views/b2s/curation.draft.php:45 views/b2s/network.php:57 views/b2s/network.php:145 views/b2s/network.php:221 views/b2s/network.php:352 views/b2s/post.approve.php:50 views/b2s/post.calendar.php:59 views/b2s/post.calendar.php:238
387
+ #: views/b2s/post.draft.php:42 views/b2s/post.notice.php:44 views/b2s/post.php:40 views/b2s/post.publish.php:44 views/b2s/post.sched.php:58 views/b2s/ship.php:186 views/b2s/ship.php:579 views/b2s/support.php:203 views/prg/html/header.php:81
388
  msgid "Loading..."
389
  msgstr "Wird geladen..."
390
 
400
  "Individualisiere und plane Deine Social Media Posts über die Netzwerk-Vorschau: Ergänze individuelle Kommentare, #Hashtags oder @Handles für die verschiedenen Netzwerke und plane Deine Posts für die besten Zeiten, mehrfach oder wiederholt, um mehr Sichtbarkeit und Feedback "
401
  "von Deiner Community zu erzielen"
402
 
403
+ #: includes/B2S/PostBox.php:135 views/b2s/html/footer.php:307
404
  msgid "Blog2Social: Social Media Auto-Posting"
405
  msgstr "Blog2Social: Social Media Auto-Posting"
406
 
407
+ #: includes/B2S/PostBox.php:139 views/b2s/html/footer.php:311
408
  msgid "You have 2 general options to define the date and time to share your blog posts on social media with the Auto-Poster:"
409
  msgstr "Dir stehen grundsätzlich 2 Möglichkeiten zur Verfügung, per Auto-Posting Deine Blogbeiträge auf Social Media zu teilen: "
410
 
411
+ #: includes/B2S/PostBox.php:140 views/b2s/html/footer.php:312
412
  msgid "1. Immediately after publishing your blog post"
413
  msgstr "Sofort nach Veröffentlichung Deines Blogbeitrags "
414
 
415
+ #: includes/B2S/PostBox.php:141 views/b2s/html/footer.php:313
416
  msgid "Published blog posts: If you publish your blog post with click on publish in your WordPress post editor, Blog2Social will automatically share your social media post immediately."
417
  msgstr "Direkt veröffentlichte Blogbeiträge: Wenn Du Deine Blogbeiträge mit Klick auf “veröffentlichen” im Beitrags-Editor Deines Blogs sofort veröffentlichst, teilt Blog2Social Deinen Blogbeitrag unmittelbar auf Social Media."
418
 
419
+ #: includes/B2S/PostBox.php:142 views/b2s/html/footer.php:314
420
  msgid "Scheduled blog posts: If you schedule your blog post with click on schedule in your WordPress post editor, Blog2Social will share your social media post on the publishing date of your blog post."
421
  msgstr "Vorgeplante Blogbeiträge: Wenn Du die Veröffentlichung Deines Blogbeitrags zu einem späteren Zeitpunkt planst und auf “planen” im Beitrags-Editor Deines Blogs klickst, teilt Blog2Social Deinen Blogbeitrag direkt nach der Veröffentlichung auf Social Media. "
422
 
423
+ #: includes/B2S/PostBox.php:143 views/b2s/html/footer.php:315
424
  msgid "2. Schedule your social media posts for a specific date and time If you want to share your post at a particular date and time, different from your publishing date, select the option at scheduled times and set any date and time to share your post on social media."
425
  msgstr "Wenn Du Deinen Blogbeitrag an einem bestimmten Datum und zu bestimmten Zeiten teilen möchtest, die von der Veröffentlichung Deines Blogbeitrags abweichen, wähle die Option “zu bestimmten Zeiten” und lege das Datum und die Uhrzeit fest. "
426
 
427
+ #: includes/B2S/PostBox.php:147 views/b2s/html/footer.php:320
428
  msgid "You want to auto-post your blog post?"
429
  msgstr "Du möchtest Deinen Beitrag automatisch posten?"
430
 
431
+ #: includes/B2S/PostBox.php:148 views/b2s/curation.php:126 views/b2s/post.calendar.php:276 views/b2s/ship.php:304 views/b2s/ship.php:364 views/b2s/ship.php:410 views/b2s/html/footer.php:26 views/b2s/html/footer.php:144 views/b2s/html/footer.php:210 views/b2s/html/footer.php:250
432
+ #: views/b2s/html/footer.php:321 views/b2s/html/footer.php:406
433
  msgid "With Blog2Social Premium you can:"
434
  msgstr "Mit Blog2Social kannst Du:"
435
 
436
+ #: includes/B2S/PostBox.php:151 views/b2s/curation.php:129 views/b2s/post.calendar.php:279 views/b2s/ship.php:307 views/b2s/ship.php:367 views/b2s/ship.php:413 views/b2s/html/footer.php:29 views/b2s/html/footer.php:147 views/b2s/html/footer.php:213 views/b2s/html/footer.php:253
437
+ #: views/b2s/html/footer.php:324 views/b2s/html/footer.php:409 views/b2s/html/header.php:315
438
  msgid "Post on pages and groups"
439
  msgstr "Poste auf Seiten und in Gruppen"
440
 
441
+ #: includes/B2S/PostBox.php:152 views/b2s/curation.php:130 views/b2s/post.calendar.php:280 views/b2s/ship.php:308 views/b2s/ship.php:368 views/b2s/ship.php:414 views/b2s/html/footer.php:30 views/b2s/html/footer.php:148 views/b2s/html/footer.php:214 views/b2s/html/footer.php:254
442
+ #: views/b2s/html/footer.php:325 views/b2s/html/footer.php:410
443
  msgid "Share on multiple profiles, pages and groups"
444
  msgstr "Auf mehreren Profilen, Seiten und Gruppen teilen"
445
 
446
+ #: includes/B2S/PostBox.php:153 views/b2s/curation.php:131 views/b2s/post.calendar.php:281 views/b2s/ship.php:309 views/b2s/ship.php:369 views/b2s/ship.php:415 views/b2s/html/footer.php:31 views/b2s/html/footer.php:65 views/b2s/html/footer.php:149 views/b2s/html/footer.php:215
447
+ #: views/b2s/html/footer.php:255 views/b2s/html/footer.php:326 views/b2s/html/footer.php:411
448
  msgid "Auto-post and auto-schedule new and updated blog posts"
449
  msgstr " Auto-posten und Auto-planen: Beiträge automatisch bei Veröffentlichung oder Aktualisierung posten und zeitversetzt planen"
450
 
451
+ #: includes/B2S/PostBox.php:154 views/b2s/curation.php:132 views/b2s/post.calendar.php:282 views/b2s/ship.php:310 views/b2s/ship.php:370 views/b2s/ship.php:416 views/b2s/html/footer.php:32 views/b2s/html/footer.php:150 views/b2s/html/footer.php:216 views/b2s/html/footer.php:256
452
+ #: views/b2s/html/footer.php:327 views/b2s/html/footer.php:412
453
  msgid "Schedule your posts at the best times on each network"
454
  msgstr "Plane Deine Beiträge zu den besten Zeiten für jedes Netzwerk"
455
 
456
+ #: includes/B2S/PostBox.php:155 views/b2s/curation.php:133 views/b2s/post.calendar.php:283 views/b2s/ship.php:311 views/b2s/ship.php:371 views/b2s/ship.php:417 views/b2s/html/footer.php:33 views/b2s/html/footer.php:151 views/b2s/html/footer.php:217 views/b2s/html/footer.php:257
457
+ #: views/b2s/html/footer.php:328 views/b2s/html/footer.php:413
458
  msgid "Best Time Manager: use predefined best time scheduler to auto-schedule your social media posts"
459
  msgstr " Beste Zeiten Manager: vordefinierte Zeiten für Deine Beiträge nutzen"
460
 
461
+ #: includes/B2S/PostBox.php:156 views/b2s/curation.php:134 views/b2s/post.calendar.php:284 views/b2s/ship.php:312 views/b2s/ship.php:372 views/b2s/ship.php:418 views/b2s/html/footer.php:34 views/b2s/html/footer.php:152 views/b2s/html/footer.php:218 views/b2s/html/footer.php:258
462
+ #: views/b2s/html/footer.php:329 views/b2s/html/footer.php:414
463
  msgid "Schedule your post for one time, multiple times or recurrently"
464
  msgstr "Veröffentlichungen zur besten Zeit pro Netzwerk planen: einmalig, mehrmalig oder nach einem regelmäßigen Muster"
465
 
466
+ #: includes/B2S/PostBox.php:157 views/b2s/curation.php:135 views/b2s/post.calendar.php:285 views/b2s/ship.php:313 views/b2s/ship.php:373 views/b2s/ship.php:419 views/b2s/html/footer.php:35 views/b2s/html/footer.php:153 views/b2s/html/footer.php:219 views/b2s/html/footer.php:259
467
+ #: views/b2s/html/footer.php:330 views/b2s/html/footer.php:415
468
  msgid "Schedule and re-share old posts"
469
  msgstr "Plane und teile alte Beiträge"
470
 
471
+ #: includes/B2S/PostBox.php:158 views/b2s/curation.php:136 views/b2s/post.calendar.php:286 views/b2s/ship.php:314 views/b2s/ship.php:374 views/b2s/ship.php:420 views/b2s/html/footer.php:36 views/b2s/html/footer.php:67 views/b2s/html/footer.php:154 views/b2s/html/footer.php:220
472
+ #: views/b2s/html/footer.php:260 views/b2s/html/footer.php:331 views/b2s/html/footer.php:416
473
  msgid "Select link format or image format for your posts"
474
  msgstr "Link-Posts oder Bild-Posts als Posting-Format für Deine Beiträge auswählen"
475
 
476
+ #: includes/B2S/PostBox.php:159 views/b2s/curation.php:137 views/b2s/post.calendar.php:287 views/b2s/ship.php:315 views/b2s/ship.php:375 views/b2s/ship.php:421 views/b2s/html/footer.php:37 views/b2s/html/footer.php:68 views/b2s/html/footer.php:155 views/b2s/html/footer.php:221
477
+ #: views/b2s/html/footer.php:261 views/b2s/html/footer.php:332 views/b2s/html/footer.php:417
478
  msgid "Select individual images per post"
479
  msgstr "Individuelle Bilder für Deine Social Media Posts pro Netzwerk auswählen"
480
 
481
+ #: includes/B2S/PostBox.php:160 views/b2s/curation.php:138 views/b2s/post.calendar.php:288 views/b2s/ship.php:316 views/b2s/ship.php:376 views/b2s/ship.php:422 views/b2s/html/footer.php:38 views/b2s/html/footer.php:156 views/b2s/html/footer.php:222 views/b2s/html/footer.php:262
482
+ #: views/b2s/html/footer.php:333 views/b2s/html/footer.php:418
483
  msgid "Reporting & calendar: keep track of your published and scheduled social media posts"
484
  msgstr "Reporting & Kalender: Verfolge Deine veröffentlichten und geplanten Social Media Beiträge"
485
 
486
+ #: includes/B2S/PostBox.php:162 views/b2s/curation.php:140 views/b2s/post.calendar.php:290 views/b2s/ship.php:318 views/b2s/ship.php:378 views/b2s/ship.php:424 views/b2s/html/footer.php:40 views/b2s/html/footer.php:158 views/b2s/html/footer.php:224 views/b2s/html/footer.php:264
487
+ #: views/b2s/html/footer.php:335 views/b2s/html/footer.php:420 views/b2s/html/header.php:269
488
  msgid "Upgrade to PREMIUM"
489
  msgstr "Jetzt auf Premium upgraden"
490
 
491
+ #: includes/B2S/PostBox.php:164 views/b2s/curation.php:142 views/b2s/post.calendar.php:292 views/b2s/ship.php:320 views/b2s/ship.php:380 views/b2s/ship.php:426 views/b2s/html/footer.php:42 views/b2s/html/footer.php:73 views/b2s/html/footer.php:91 views/b2s/html/footer.php:160
492
+ #: views/b2s/html/footer.php:226 views/b2s/html/footer.php:266 views/b2s/html/footer.php:337 views/b2s/html/footer.php:422
493
  msgid "or <a href=\"http://service.blog2social.com/trial\" target=\"_blank\">start with free 30-days-trial of Blog2Social Premium</a> (no payment information needed)"
494
  msgstr "oder <a href=\"http://service.blog2social.com/trial\" target=\"_blank\">starte Deinen kostenlosen 30-tägigen Test von Blog2Social Premium</a>(keine Zahlungsinformationen erforderlich)"
495
 
519
 
520
  #: includes/B2S/PostBox.php:227
521
  msgid "You want to schedule your blog post with Auto-Poster?"
522
+ msgstr "Du möchtest deinen Blogbeitrag mit Auto-Poster planen?"
523
 
524
+ #: includes/B2S/PostBox.php:227 views/b2s/html/footer.php:71 views/b2s/html/footer.php:89
525
  msgid "Upgrade to PREMIUM PRO"
526
  msgstr "Upgrade auf PREMIUM PRO"
527
 
672
  msgid "Follow us"
673
  msgstr "Folge uns"
674
 
675
+ #: views/b2s/network.php:23 views/b2s/network.php:24 views/b2s/post.calendar.php:220 views/b2s/post.calendar.php:221 views/prg/post.php:25 views/prg/post.php:26 views/b2s/html/post.navbar.php:21 views/b2s/html/post.navbar.php:22
676
  msgid "filter"
677
  msgstr "Filter"
678
 
688
  msgid "Delete"
689
  msgstr "Löschen"
690
 
691
+ #: views/b2s/network.php:44 views/b2s/ship.php:72 views/b2s/ship.php:363 views/b2s/html/footer.php:209
692
  msgid "You want to schedule your posts and use the Best Time Scheduler?"
693
  msgstr "Du möchtest die Veröffentlichung Deiner Posts planen und den Beste Zeiten Manager benutzen?"
694
 
788
 
789
  #: views/b2s/network.php:228 views/b2s/network.php:310
790
  msgid "Move the connection to another network collection."
791
+ msgstr "Verschiebe Deine Verbindung in einer andere Netzwerk-Gruppierung"
792
 
793
  #: views/b2s/network.php:233 views/b2s/network.php:262 views/b2s/network.php:265 views/b2s/network.php:268
794
  msgid "An error occured. Please contact our support."
795
+ msgstr "Es ist ein Fehler aufgetreten. Bitte kontaktier unseren Support."
796
 
797
  #: views/b2s/network.php:240 views/b2s/network.php:317
798
  msgid "move"
870
  msgid ""
871
  "Please enable this feature, if you are using varnish caching (HTTP accelerator to relieve your website). Blog2Social will add a \"no-cache=1\" parameter to the post URL of your Facebook link posts to ensure that Facebook always pulls the current meta data of your blog post."
872
  msgstr ""
873
+ "Bitte aktiviere diese Funktion, wenn Du Varnish-Caching (HTTP-Beschleuniger zur Entlastung Ihrer Website) verwendest. Blog2Social fügt der Post-URL Deines Facebook-Link-Posts den Parameter \"no-cache=1\" hinzu, um sicherzustellen, dass Facebook immer die aktuellen Metadaten "
874
+ "Deines Blog-Posts abruft."
875
 
876
  #: views/b2s/network.php:384
877
  msgid "Choose your Post Format"
878
+ msgstr "Wähle Dein Postformat"
879
 
880
  #: views/b2s/network.php:388 views/b2s/network.php:391 views/b2s/network.php:394
881
  msgid "Decide in which post format you want to post your content: Link post or image post."
882
+ msgstr "Entscheide, in welchem Postformat Deine Inhalte veröffentlicht werden sollen: Link-Post oder Bildpost."
883
 
884
  #: views/b2s/network.php:397
885
  msgid "Decide in wich form you want to post your Content. Either as image with frame, or as image cut out."
886
+ msgstr "Entscheide, in welcher Form Deine Inhalte veröffentlicht werden sollen. Entweder als Bild mit Rahmen oder als Bildausschnitt."
887
 
888
  #: views/b2s/network.php:409
889
  msgid "Post Content"
890
+ msgstr "Inhalt veröffentlichen"
891
 
892
  #: views/b2s/network.php:412
893
  msgid "Edit the content of your post. Move elements by drag and drop into the textarea and customize them as you like."
894
+ msgstr "Bearbeite den Inhalt Deines Beitrags. Verschiebe die Elemente per Drag & Drop in das Textfeld und passe nach Deinen Wünschen an."
895
 
896
  #: views/b2s/network.php:415
897
  msgid "Legend"
898
+ msgstr "Legende"
899
 
900
  #: views/b2s/network.php:417
901
  msgid "The title of your post"
902
+ msgstr "Beitrags-Titel"
903
 
904
  #: views/b2s/network.php:418
905
  msgid "The summary of your post (you define it in the side menu of your post)."
906
+ msgstr "Die Zusammenfassung Deines Beitrags (Du definierst Ihn im Seitenmenü Deines Beitrags)."
907
 
908
  #: views/b2s/network.php:419
909
  msgid "The content of your post"
910
+ msgstr "Beitrags-Inhalt"
911
 
912
  #: views/b2s/network.php:420
913
  msgid "The tags you have set in your post."
914
+ msgstr "Tags, die Du zu Deinem Beitrag definiert hast."
915
 
916
  #: views/b2s/network.php:433 includes/B2S/Network/Item.php:624
917
  msgid "Character limit"
918
+ msgstr "Zeichenbeschränkung"
919
 
920
  #: views/b2s/network.php:436
921
  msgid "Define the character limit for the variables \"EXCERPT\" and \"CONTENT\" individually. Your text will be shortened after the last comma, period, or space character within your character limit."
922
+ msgstr "Lege das Zeichenlimit für die Variablen \"EXCERPT\" und \"CONTENT\" einzeln fest. Dein Text wird nach dem letzten Komma, Punkt oder Leerzeichen innerhalb Deiner Zeichenbegrenzung abgeschnitten."
923
 
924
  #: views/b2s/network.php:437
925
  msgid "An \"EXCERPT\" will only be added to your social media post if you have added a manual excerpt in the excerpt editing box of the Gutenberg side menu (document settings) of your post."
926
+ msgstr "Ein “EXCERPT” wird nur in Deinen Social-Media-Beitrag eingefügt, wenn Du einen manuellen Textauszug in der Textauszug-Box im Gutenberg Seitenmenü (Dokumenten-Einstellungen) Deines Blogbeitrages eingetragen hast. "
927
 
928
  #: views/b2s/network.php:438
929
  msgid ""
930
  "\"TITLES\" and \"KEYWORDS\" (Hashtags) are not shortened. If you select the \"TITLE\" and \"KEYWORD\" variables for your social media posts, the character limit you define for the \"EXCERPT\" and/or \"CONTENT\" variables will be applied within the remaining available "
931
  "character limit of the social network."
932
  msgstr ""
933
+ "“TITLES” und “KEYWORDS” (Hashtags) werden nicht gekürzt. Wenn Du die Variablen “TITLE” und “KEYWORDS” für Deine Social-Media-Posts auswählst, wird die von Dir definierte Zeichenanzahl für die Variablen \"EXCERPT\" und/oder \"Inhalt\" innerhalb der darüber hinaus verfügbaren "
934
+ "Zeichenanzahl des jeweiligen Social Networks berücksichtigt."
935
 
936
  #: views/b2s/post.approve.php:81
937
  msgid "Delete Social Media Posts"
957
  msgid "scheduled"
958
  msgstr "geplant"
959
 
960
+ #: views/b2s/post.calendar.php:69 views/b2s/post.sched.php:177 includes/B2S/Settings/Item.php:382 includes/B2S/Settings/Item.php:412 views/b2s/html/footer.php:111
961
  msgid "Link Post"
962
  msgstr "Link-Beitrag"
963
 
964
  #: views/b2s/post.calendar.php:69 views/b2s/post.sched.php:177 includes/B2S/Settings/Item.php:393 includes/B2S/Settings/Item.php:412
965
  msgid "Image Post"
966
+ msgstr "Bildpost"
967
 
968
  #: views/b2s/post.calendar.php:86 views/b2s/post.sched.php:164
969
  msgid "add post"
1023
 
1024
  #: views/b2s/post.draft.php:73
1025
  msgid "Delete Social Media Draft"
1026
+ msgstr "Social Media Entwurf löschen"
1027
 
1028
  #: views/b2s/post.draft.php:76
1029
  msgid "Are you sure you want to delete this Social Media draft?"
1030
+ msgstr "Bist Du Dir sicher, dass Du diesen Social Media Entwurf löschen möchtest?"
1031
 
1032
  #: views/b2s/post.notice.php:68 views/b2s/post.publish.php:68 views/b2s/widgets/posts.php:58
1033
  msgid "Delete entries from the reporting"
1085
 
1086
  #: views/b2s/premium.php:50
1087
  msgid "Activate License"
1088
+ msgstr "Lizenz aktivieren"
1089
 
1090
  #: views/b2s/premium.php:61
1091
  msgid "Go Premium and get even smarter with social media automation"
1272
  msgid "Social Media Scheduling & Sharing"
1273
  msgstr "Beitrag auf Social Media planen und teilen"
1274
 
1275
+ #: views/b2s/ship.php:51 views/prg/ship.php:41 views/prg/ship.php:43 includes/B2S/Curation/View.php:35 includes/B2S/Settings/Item.php:317 includes/B2S/Settings/Item.php:338 views/prg/html/form.php:26 views/prg/html/form.php:28
1276
  msgid "Title"
1277
  msgstr "Titel"
1278
 
1292
  msgid "Load My Times Settings"
1293
  msgstr "Meine Zeit-Einstellungen laden"
1294
 
1295
+ #: views/b2s/ship.php:103 views/b2s/html/sidebar.php:115
1296
  msgid "Social Accounts"
1297
  msgstr "Social Media Konten"
1298
 
1443
  msgid "Troubleshooting-Tool"
1444
  msgstr "Problemanalyse-Tool"
1445
 
1446
+ #: views/b2s/support.php:18 views/b2s/support.php:21 views/b2s/html/post.navbar.php:9
1447
  msgid "NEW"
1448
  msgstr "NEU"
1449
 
1699
 
1700
  #: includes/B2S/Network/Item.php:154 includes/B2S/Network/Item.php:341 includes/B2S/Ship/Portale.php:31
1701
  msgid "Publication"
1702
+ msgstr "Publication"
1703
 
1704
  #: includes/B2S/Network/Item.php:155 includes/B2S/Ship/Portale.php:32
1705
  msgid "You want to connect a social media group?"
1713
  msgid "Connections"
1714
  msgstr "Verbindungen"
1715
 
1716
+ #: includes/B2S/Network/Item.php:170 views/b2s/html/footer.php:192
1717
  msgid "Best Time Manager"
1718
  msgstr "Best Time Manager"
1719
 
1747
 
1748
  #: includes/B2S/Network/Item.php:506
1749
  msgid "Successfully saved"
1750
+ msgstr "Erfolgreich gespeichert"
1751
 
1752
  #: includes/B2S/Network/Item.php:507
1753
  msgid "Failed to save"
1767
 
1768
  #: includes/B2S/Network/Item.php:577
1769
  msgid "Format"
1770
+ msgstr "Format"
1771
 
1772
  #: includes/B2S/Network/Item.php:578
1773
  msgid "Load default settings"
1774
+ msgstr "Standardeinstellungen laden"
1775
 
1776
  #: includes/B2S/Network/Item.php:584 includes/B2S/Network/Item.php:587 includes/B2S/Ship/Item.php:627 includes/B2S/Ship/Item.php:629
1777
  msgid "Link"
1778
  msgstr "Link"
1779
 
1780
+ #: includes/B2S/Network/Item.php:584 includes/B2S/Network/Item.php:587 includes/B2S/Settings/Item.php:382 views/b2s/html/footer.php:128
1781
  msgid "Image with frame"
1782
  msgstr "Bild mit Rahmen"
1783
 
1784
  #: includes/B2S/Network/Item.php:585 includes/B2S/Network/Item.php:588
1785
  msgid "Image"
1786
+ msgstr "Bild"
1787
 
1788
+ #: includes/B2S/Network/Item.php:585 includes/B2S/Network/Item.php:588 includes/B2S/Settings/Item.php:393 views/b2s/html/footer.php:133
1789
  msgid "Image cut out"
1790
  msgstr "Bild zuschneiden"
1791
 
1795
 
1796
  #: includes/B2S/Network/Item.php:606
1797
  msgid "clear"
1798
+ msgstr "löschen"
1799
 
1800
  #: includes/B2S/Network/Item.php:615
1801
  msgid "The link will be added automatically at the end of the post."
1802
+ msgstr "Der Link wird automatisch am Ende des Beitrags hinzugefügt."
1803
 
1804
  #: includes/B2S/Network/Item.php:617 includes/B2S/Network/Item.php:643
1805
  msgid "Network limit"
1806
+ msgstr "Netzwerklimit"
1807
 
1808
  #: includes/B2S/Network/Item.php:617 includes/B2S/Network/Item.php:643 includes/B2S/Network/Item.php:643 includes/B2S/Ship/Item.php:186 includes/B2S/Ship/Item.php:190 includes/B2S/Ship/Item.php:234 includes/B2S/Ship/Item.php:238 includes/B2S/Ship/Item.php:267
1809
  #: includes/B2S/Ship/Item.php:271 includes/B2S/Ship/Item.php:941 includes/B2S/Ship/Item.php:943
1812
 
1813
  #: includes/B2S/Network/Item.php:643
1814
  msgid "recommended length"
1815
+ msgstr "empfohlene Länge"
1816
 
1817
  #: includes/B2S/Network/Item.php:663 includes/B2S/Network/Item.php:715 includes/B2S/Network/Item.php:769 includes/B2S/Network/Item.php:821 includes/B2S/Network/Item.php:855
1818
  msgid "Preview"
1819
+ msgstr "Vorschau"
1820
 
1821
  #: includes/B2S/Post/Filter.php:35
1822
  msgid "all authors"
1824
 
1825
  #: includes/B2S/Post/Filter.php:51
1826
  msgid "all posts"
1827
+ msgstr "alle Beiträge"
1828
 
1829
  #: includes/B2S/Post/Filter.php:62
1830
  msgid "not yet shared"
1831
+ msgstr "noch nicht geteilt"
1832
 
1833
  #: includes/B2S/Post/Filter.php:62
1834
  msgid "already shared"
1835
+ msgstr "bereits geteilt"
1836
 
1837
  #: includes/B2S/Post/Filter.php:62
1838
  msgid "currently scheduled"
1839
+ msgstr "aktuell geplant"
1840
 
1841
  #: includes/B2S/Post/Filter.php:63
1842
  msgid "all statuses"
1884
 
1885
  #: includes/B2S/Post/Item.php:278
1886
  msgid "You have no drafts saved."
1887
+ msgstr "Du hast keine Entwürfe gespeichert."
1888
 
1889
  #: includes/B2S/Post/Item.php:301
1890
  msgid "curated post"
1936
 
1937
  #: includes/B2S/Post/Item.php:430
1938
  msgid "last saved"
1939
+ msgstr "zuletzt gespeichert"
1940
 
1941
  #: includes/B2S/Post/Item.php:539 includes/B2S/Post/Item.php:675 includes/B2S/Ship/Save.php:427
1942
  msgid "Retweet"
2238
  msgid "Upgrade to Premium Pro now."
2239
  msgstr "Upgrade auf Premium PRO"
2240
 
2241
+ #: includes/B2S/Settings/Item.php:387 views/b2s/html/footer.php:129
2242
  msgid "Insert white frames to show the whole image in your timeline. All image information will be shown in your timeline."
2243
  msgstr "Füge weiße Rahmen ein, um das gesamte Bild in Deiner Zeitleiste anzuzeigen. Alle Bildinformationen werden in Deiner Zeitleiste angezeigt."
2244
 
2245
+ #: includes/B2S/Settings/Item.php:389 views/b2s/html/footer.php:112
2246
  msgid ""
2247
  "The link post format displays posts title, link address and the first one or two sentences of the post. The networks scan this information from your META or OpenGraph. PLEASE NOTE: If you want your link posts to display the selected image from the Blog2Social preview editor, "
2248
  "please make sure you have activated the Social Meta Tags for Facebook and Twitter in your Blog2Social settings. You find these settings in the tab \"Social Meta Data\". If you don't select a specific post image, some networks display the first image detected on your page. The "
2252
  "Deinem Blogbeitrag. BITTE BEACHTE: Wenn Deine Link-Posts das ausgewählte Bild aus dem Blog2Social Vorschau-Editor anzeigen sollen, stelle bitte sicher, dass Du die Social Meta Tags für Facebook und Twitter in Deinen Blog2Social-Einstellungen aktiviert hast. Diese "
2253
  "Einstellungen findest Du im Tab \"Social Meta Angaben\". Wenn Du kein bestimmtes Beitragsbild für Deinen Blogbeitrag ausgewählt hast, zeigen einige Netzwerke das erste Bild an, dass sie auf Deiner Seite finden."
2254
 
2255
+ #: includes/B2S/Settings/Item.php:398 views/b2s/html/footer.php:134
2256
  msgid "The image preview will be cropped automatically to fit the default Instagram layout for your Instagram timeline. The image will be shown uncropped when opening the preview page for your Instagram post."
2257
  msgstr "Die Bildvorschau wird automatisch zugeschnitten, damit es dem Instagram-Standardlayout für Deine Instagram-Timeline entspricht. Das Bild wird als Ganzes angezeigt, wenn Du die Vorschauseite für Deinen Instagram-Beitrag öffnest. "
2258
 
2259
+ #: includes/B2S/Settings/Item.php:400 views/b2s/html/footer.php:117
2260
  msgid ""
2261
  "A photo or image post displays the selected image in the one-page preview of Blog2Social and your comment above the image. The image links to the image view on your image gallery in the respective network. Blog2Social adds the link to your post in your comment. The main "
2262
  "benefit of photo posts is that your image is uploaded to your personal image albums or gallery. In Facebook, you can edit the albums name with a description of your choice."
2655
  msgid "on Blog"
2656
  msgstr "auf dem Blog"
2657
 
2658
+ #: views/b2s/html/footer.php:4
2659
+ msgid "Privacy Policy"
2660
+ msgstr "Datenschutzerklärung"
2661
+
2662
+ #: views/b2s/html/footer.php:4
2663
+ msgid "Terms"
2664
+ msgstr "Terms"
2665
+
2666
+ #: views/b2s/html/footer.php:4
2667
+ msgid "We never store your data from your social media profiles"
2668
+ msgstr "Wir speichern niemals Deine persönlichen Daten aus Deinen Social Media-Profilen."
2669
+
2670
+ #: views/b2s/html/footer.php:8 views/prg/html/footer.php:8 views/prg/html/header.php:40
2671
+ msgid "Post"
2672
+ msgstr "Beitrag"
2673
+
2674
+ #: views/b2s/html/footer.php:9 views/prg/html/footer.php:9
2675
+ msgid "Job"
2676
+ msgstr "Stellenanzeige"
2677
+
2678
+ #: views/b2s/html/footer.php:10 views/prg/html/footer.php:10
2679
+ msgid "Event"
2680
+ msgstr "Veranstaltung"
2681
+
2682
+ #: views/b2s/html/footer.php:11 views/prg/html/footer.php:11
2683
+ msgid "Product"
2684
+ msgstr "Produkt"
2685
+
2686
+ #: views/b2s/html/footer.php:23
2687
+ msgid "Upgrade to Blog2Social for Premium"
2688
+ msgstr "Upgrade auf Blog2Social für Premium"
2689
+
2690
+ #: views/b2s/html/footer.php:53
2691
+ msgid "Upgrade to Blog2Social for PREMIUM PRO"
2692
+ msgstr "Upgrade auf Blog2Social für Premium PRO"
2693
+
2694
+ #: views/b2s/html/footer.php:56
2695
+ msgid "You can select different combinations of networks and save them for different sharing purposes."
2696
+ msgstr "Du kannst verschiedene Kombinationen von Netzwerken auswählen und für verschiedene Freigabezwecke speichern."
2697
+
2698
+ #: views/b2s/html/footer.php:59
2699
+ msgid ""
2700
+ "With Blog2Social Premium PRO you can save your preferred network combinations for future reference and choose individual names for each network combination. Use specific network combinations for recurring sharing purposes or campaigns, e.g. for initial sharing new blog posts, "
2701
+ "for re-sharing evergreen content or for sharing images or videos. Select your preferred network combination fast and easily for your next social sharing activity. You can also connect multiple profiles, pages and groups per network in one network set"
2702
+ msgstr ""
2703
+ "Mit Blog2Social Premium PRO kannst Du Deine bevorzugten Netzwerkkombinationen zur späteren Verwendung speichern und individuelle Namen für jede Netzwerkkombination auswählen. Verwende bestimmte Netzwerkkombinationen für wiederkehrende Sharingzwecke oder Kampagnen, z.B. für "
2704
+ "die erste gemeinsame Nutzung neuer Blogbeiträge, für die erneute gemeinsame Nutzung immergrüner Inhalte oder für die gemeinsame Nutzung von Bildern oder Videos. Wähle schnell und einfach Deine bevorzugte Netzwerkkombination für Ihre nächste Social Sharing Aktivität aus. Du "
2705
+ "kannst auch mehrere Profile, Seiten und Gruppen pro Netzwerk in einem Netzwerksatz verbinden."
2706
+
2707
+ #: views/b2s/html/footer.php:62
2708
+ msgid "With Blog2Social PREMIUM PRO you can also:"
2709
+ msgstr "Mit Blog2Social PREMIUM PRO kannst Du auch:"
2710
+
2711
+ #: views/b2s/html/footer.php:64
2712
+ msgid "Post on LinkedIn pages, XING pages and groups, as well as Facebook pages and groups"
2713
+ msgstr "Veröffentlichung auf LinkedIn-Seiten, XING-Seiten und -Gruppen sowie Facebook-Seiten und -Gruppen"
2714
+
2715
+ #: views/b2s/html/footer.php:66
2716
+ msgid "Schedule your posts at the best times on each network: for one time, multiple times or recurrently"
2717
+ msgstr "Plane Deine Beiträge zu den besten Zeiten in jedem Netzwerk: einmal, mehrmals oder wiederkehrend."
2718
+
2719
+ #: views/b2s/html/footer.php:69
2720
+ msgid "Reporting and calendar: keep track of your published and scheduled social media posts"
2721
+ msgstr "Berichte und Kalender: Behalte den Überblick über Deine veröffentlichten und geplanten Social Media-Posts."
2722
+
2723
+ #: views/b2s/html/footer.php:76
2724
+ msgid "Activate Blog2Social PREMIUM PRO."
2725
+ msgstr "Aktiviere Blog2Social PREMIUM PRO."
2726
+
2727
+ #: views/b2s/html/footer.php:78
2728
+ msgid "With Blog2Social Premium PRO you can connect pages in LinkedIn and XING as well as XING groups."
2729
+ msgstr "Mit Blog2Social Premium PRO kannst Du Seiten in LinkedIn und XING sowie XING-Gruppen verbinden."
2730
+
2731
+ #: views/b2s/html/footer.php:81
2732
+ msgid "Also included:"
2733
+ msgstr "Ebenfalls enthalten:"
2734
+
2735
+ #: views/b2s/html/footer.php:83
2736
+ msgid "Social media auto-posting and auto-scheduling"
2737
+ msgstr "Auto-Posting und Auto-Scheduling für Social Media"
2738
+
2739
+ #: views/b2s/html/footer.php:84
2740
+ msgid "Posting to social media pages and groups in Facebook"
2741
+ msgstr "Veröffentlichung auf Social Media Seiten und Gruppen in Facebook"
2742
+
2743
+ #: views/b2s/html/footer.php:85
2744
+ msgid "Sharing on multiple accounts per network"
2745
+ msgstr "Freigabe auf mehreren Konten pro Netzwerk"
2746
+
2747
+ #: views/b2s/html/footer.php:86
2748
+ msgid "Best Time Scheduler: schedule once, multiple times or recurringly"
2749
+ msgstr "Bester Zeitplaner: Plane einmal, mehrmals oder wiederkehrend."
2750
+
2751
+ #: views/b2s/html/footer.php:87
2752
+ msgid "Reporting with links to already published posts"
2753
+ msgstr "Reporting mit Links zu bereits veröffentlichten Beiträgen"
2754
+
2755
+ #: views/b2s/html/footer.php:102
2756
+ msgid "Select the preferred custom post format for your posts"
2757
+ msgstr "Wähle das bevorzugte benutzerdefinierte Postformat für Deine Beiträge aus."
2758
+
2759
+ #: views/b2s/html/footer.php:107
2760
+ msgid "You can define your preferred custom post format Twitter, LinkedIn and Facebook. Select link post or photo post format:"
2761
+ msgstr "Du kannst das bevorzugtes benutzerdefiniertes Postformat für Twitter, LinkedIn und Facebook definieren. Wähle Link-Post oder Fotopost-Format:"
2762
+
2763
+ #: views/b2s/html/footer.php:116
2764
+ msgid "Photo Post"
2765
+ msgstr "Bildpost"
2766
+
2767
+ #: views/b2s/html/footer.php:124
2768
+ msgid "For Instagram, you can select \"image with frame\" or \"image cut out\" as your preferred custom post format."
2769
+ msgstr "Für Instagram kannst Du \"Bild mit Rahmen\" oder \"Bildausschnitt\" als bevorzugtes benutzerdefiniertes Postformat auswählen."
2770
+
2771
+ #: views/b2s/html/footer.php:174
2772
+ msgid "Did you miss something?"
2773
+ msgstr "Vermisst Du etwas?"
2774
+
2775
+ #: views/b2s/html/footer.php:177
2776
+ msgid "Help us make Blog2Social even better!"
2777
+ msgstr "Helfe uns, Blog2Social noch besser zu machen!"
2778
+
2779
+ #: views/b2s/html/footer.php:181
2780
+ msgid "submit"
2781
+ msgstr "absenden"
2782
+
2783
+ #: views/b2s/html/footer.php:195
2784
+ msgid ""
2785
+ "Blog2Social provides you with a pre-configured time-scheme to automatically schedule your social media posts for the best times to share on each social network based on recent research. Click Load Best Times in the preview editor to schedule your posts automatically for the "
2786
+ "best times to post on each social network."
2787
+ msgstr ""
2788
+ "Blog2Social bietet Dir einen vorkonfigurierten Zeitplan, um Deine Social Media-Posts automatisch für die besten Zeiten zu planen, die Sie in jedem sozialen Netzwerk teilen können, basierend auf aktuellen Forschungsergebnissen. Klicke im Vorschau-Editor auf Beste Zeiten laden, "
2789
+ "um Deine Beiträge automatisch für die besten Zeiten für die Beiträge in jedem sozialen Netzwerk zu planen."
2790
+
2791
+ #: views/b2s/html/footer.php:197
2792
+ msgid ""
2793
+ "You can also configure your own individual time settings for each of your social media connections to post your content on social media when your followers are online. By configuring an individual cross-posting schedule for all your networks you can set up an effective social "
2794
+ "media posting plan to reach as many followers as possible."
2795
+ msgstr ""
2796
+ "Du kannst auch Deine eigenen individuellen Zeiteinstellungen für jede Social Media-Verbindungen konfigurieren, um Deine Inhalte auf Social Media zu veröffentlichen, wenn Deine Follower online sind. Durch die Konfiguration eines individuellen Cross-Posting-Plans für alle Deine "
2797
+ "Netzwerke kannt Du einen effektiven Social Media-Posting-Plan einrichten, um so viele Follower wie möglich zu erreichen."
2798
+
2799
+ #: views/b2s/html/footer.php:199
2800
+ msgid "Click Load My Time Settings in the preview editor to schedule your posts automatically for your individually chosen best times."
2801
+ msgstr "Clicke im Vorschau-Editor auf Meine Zeiteinstellungen laden, um Deine Beiträge automatisch für Deine individuell gewählten besten Zeiten zu planen."
2802
+
2803
+ #: views/b2s/html/footer.php:201
2804
+ msgid "You can always edit the predefined times in the preview editor for any post or network and save your new settings as default for future use."
2805
+ msgstr "Du kannstdie vordefinierten Zeiten im Vorschau-Editor für jeden Beitrag oder jedes Netzwerk jederzeit bearbeiten und Deine neuen Einstellungen als Standard für die zukünftige Verwendung speichern."
2806
+
2807
+ #: views/b2s/html/footer.php:203
2808
+ msgid "Blog2Social will also apply your personal time settings if you enable the Social Media Auto-Poster and select the checkbox post at my time settings."
2809
+ msgstr "Blog2Social übernimmt auch Deine persönlichen Zeiteinstellungen, wenn Du den Social Media Auto-Poster aktivierst und das Kontrollkästchen Post in meinen Zeiteinstellungen aktivierst"
2810
+
2811
+ #: views/b2s/html/footer.php:205
2812
+ msgid "Learn how to set up and apply individual best times to your social media scheduling and auto-poster."
2813
+ msgstr "Erfahren Sie, wie Sie individuelle Bestzeiten für Ihre Social Media Planung und Ihr Auto-Poster einrichten und anwenden."
2814
+
2815
+ #: views/b2s/html/footer.php:239
2816
+ msgid "Why Retweets?"
2817
+ msgstr "Warum Retweets?"
2818
+
2819
+ #: views/b2s/html/footer.php:242
2820
+ msgid "Retweets are the recommended way to reshare the same Tweets across Twitter accounts in accordance with Twitter new rules. You can now schedule multiple Retweets for an original Tweet that you are planning right from your WordPress."
2821
+ msgstr "Retweets sind die empfohlene Methode, um die gleichen Tweets über Twitter-Konten hinweg nach den neuen Regeln von Twitter wiederzugeben. Du kannst nun mehrere Retweets für einen Original-Tweet planen, den Du direkt aus Deinem WordPress heraus planen."
2822
+
2823
+ #: views/b2s/html/footer.php:245
2824
+ msgid "If Retweets are enabled, every Original-Tweet you schedule in this step will be retweeted by the selected Twitter accounts. If, for example, 3 Original-Tweets are scheduled, every single Tweet will trigger a Retweet for the selected Twitter accounts."
2825
+ msgstr "Wenn Retweets aktiviert sind, wird jeder Original-Tweet, den Du in diesem Schritt planst, von den ausgewählten Twitter-Konten retweetet. Wenn beispielsweise 3 Original-Tweets geplant sind, löst jeder einzelne Tweet einen Retweet für die ausgewählten Twitter-Konten aus."
2826
+
2827
+ #: views/b2s/html/footer.php:249
2828
+ msgid "Do you want retweeten?"
2829
+ msgstr "Du möchtest Retweeten?"
2830
+
2831
+ #: views/b2s/html/footer.php:278
2832
+ msgid "Bit.ly integration (URL Shortening)"
2833
+ msgstr "Bit.ly-Integration (URL-Kürzung)"
2834
+
2835
+ #: views/b2s/html/footer.php:281
2836
+ msgid ""
2837
+ "You can use Bit.ly links to shorten the URL of your links and to track the performance of your links across all social media networks. Activate Bit.ly in the Blog2Social settings and link it to your Bit.ly account. Your social media posts will then be shared with your Bit.ly "
2838
+ "links and you can monitor the success of your posts in your Bit.ly account."
2839
+ msgstr ""
2840
+ "Du kannst Bit.ly-Links verwenden, um die URL Deiner Links zu verkürzen und die Leistung Deiner Links in allen sozialen Netzwerken zu verfolgen. Aktiviere Bit.ly in den Blog2Social-Einstellungen und verlinke es mit Deinem Bit.ly-Konto. Deine Social Media Beiträge werden dann "
2841
+ "mit Deinen Bit.ly Links geteilt und kannst den Erfolg Deiner Beiträge in Deinem Bit.ly Konto verfolgen."
2842
+
2843
+ #: views/b2s/html/footer.php:292
2844
+ msgid "Define Twitter post content"
2845
+ msgstr "Definiere Twitter-Post-Inhalte"
2846
+
2847
+ #: views/b2s/html/footer.php:295
2848
+ msgid "Select the content that will be automatically pre-filled in your Twitter posts. If you have ticked the box \"include WordPress tags as hashtags in my post\", hashtags are automatically added in the drop-down menu."
2849
+ msgstr "Wähle den Inhalt aus, der automatisch in Deinen Twitter-Posts vorgefüllt wird. Wenn Du das Kästchen \"WordPress-Tags als Hashtags in meinen Beitrag aufnehmen\" angekreuzt haben, werden Hashtags automatisch im Dropdown-Menü hinzugefügt."
2850
+
2851
+ #: views/b2s/html/footer.php:352
2852
+ msgid "Social Meta Tags Settings"
2853
+ msgstr "Meta-Tag-Einstellungen"
2854
+
2855
+ #: views/b2s/html/footer.php:355 views/b2s/html/footer.php:436
2856
+ msgid "Change image, title and description for your post on this network"
2857
+ msgstr "Ändere Bild, Titel und Beschreibung für Deinen Beitrag in diesem Netzwerk."
2858
+
2859
+ #: views/b2s/html/footer.php:361
2860
+ msgid ""
2861
+ "Facebook has changed its policy for posting link posts via plugins or web applications. Facebook does no longer display the featured or selected image for your blog post, but only images defined in the Open Graph (OG) Meta Tags of your blog post. If you have not defined any "
2862
+ "OG Meta Tags, Facebook displays a random image from your blog post or blog site. If you have defined an image in your blog post OG Meta Tags that does not meet the image size requirements, Facebook also does not displayed your selected image, but a random image. Please make "
2863
+ "sure that your image meets the image size requirements for Facebook."
2864
+ msgstr ""
2865
+ "Facebook hat seine Richtlinien für die Veröffentlichung von Link-Posts über Plugins oder Webanwendungen geändert. Facebook zeigt nicht mehr das vorgestellte oder ausgewählte Bild für Ihren Blogbeitrag an, sondern nur noch Bilder, die in den Open Graph (OG) Meta Tags Ihres "
2866
+ "Blogbeitrags definiert sind. Wenn Du keine OG Meta Tags definiert hast, zeigt Facebook ein zufälliges Bild von deinem Blogbeitrag oder deiner Blog-Site an. Wenn Du in deinem Blogbeitrag OG Meta Tags ein Bild definiert hast, das nicht den Anforderungen an die Bildgröße "
2867
+ "entspricht, zeigt Facebook auch nicht das ausgewählte Bild, sondern ein Zufallsbild an. Stelle bitte sicher, dass Dein Bild den Anforderungen an die Bildgröße für Facebook entspricht."
2868
+
2869
+ #: views/b2s/html/footer.php:363
2870
+ msgid ""
2871
+ "With Blog2Social you can select a featured image or any image you select to be displayed with your link post. Blog2Social will automatically write the required parameter in the OG Meta Tags of your blog post, so that your selected image will be displayed with your link post. "
2872
+ "If you don't want Blog2Social to do that, because you have defined your own OG meta tags, please uncheck this box. Please note that you cannot select a specific image for your link post without OG meta tags."
2873
+ msgstr ""
2874
+ "Mit Blog2Social kannst Du ein ausgewähltes Bild oder ein beliebiges Bild auswählen, das Du in Deinem Linkbeitrag anzeigen möchten. Blog2Social schreibt automatisch den erforderlichen Parameter in die OG Meta Tags Ihres Blog-Posts, so dass das ausgewählte Bild mit Ihrem Link-"
2875
+ "Post angezeigt wird. Wenn Du nicht möchtest, dass Blog2Social das tut, weil Du Deine eigenen OG-Metatags definiert haben, deaktiviere bitte das Kontrollkästchen. Bitte beachte, dass Du kein bestimmtes Bild für Deinen Linkbeitrag ohne OG-Meta-Tags auswählen kannst."
2876
+
2877
+ #: views/b2s/html/footer.php:366
2878
+ msgid ""
2879
+ "Twitter has changed its policy for posting link posts via plugins or web applications. Twitter does no longer display the featured or selected image for your blog post, but only images defined in the Twitter Card Meta Tags of your blog post. If you have not defined any "
2880
+ "Twitter Card Meta Tags, Twitter displays a random image from your blog post or blog site. If you have defined an image in your blog post Twitter Card Meta Tags that does not meet the image size requirements, Twitter displays a white space for the image of your link post. "
2881
+ "Please make sure that your image meets the image size requirements for Twitter."
2882
+ msgstr ""
2883
+ "Twitter hat seine Richtlinien für die Veröffentlichung von Link-Posts über Plugins oder Webanwendungen geändert. Twitter zeigt nicht mehr das vorgestellte oder ausgewählte Bild für Deinen Blogbeitrag an, sondern nur noch Bilder, die in den Twitter Card Meta Tags Ihres "
2884
+ "Blogbeitrags definiert sind. Wenn Du keine Twitter Card Meta Tags definiert haben, zeigt Twitter ein zufälliges Bild von Ihrem Blogbeitrag oder Ihrer Blog-Site an. Wenn Du in Deinem Blogbeitrag Twitter Card Meta Tags ein Bild definiert haben, das nicht den Anforderungen an "
2885
+ "die Bildgröße entspricht, zeigt Twitter einen weißen Bereich für das Bild Ihres Link-Posts an. Bitte stelle sicher, dass Dein Bild die Anforderungen an die Bildgröße für Twitter erfüllt."
2886
+
2887
+ #: views/b2s/html/footer.php:368
2888
+ msgid ""
2889
+ "With Blog2Social you can select a featured image or any image you select to be displayed with your link post. Blog2Social will automatically write the required parameter in the Twitter Card meta tags of your blog post, so that your selected image will be displayed with your "
2890
+ "link post. If you don't want Blog2Social to do that, because you have defined your own Twitter Card meta tags, please uncheck this box. Please note that you cannot select a specific image for your link post without Twitter Card meta tags."
2891
+ msgstr ""
2892
+ "Mit Blog2Social können Sie ein ausgewähltes Bild oder ein beliebiges Bild auswählen, das Du in Deinem Linkbeitrag anzeigen möchtest. Blog2Social schreibt automatisch den erforderlichen Parameter in die Twitter Card-Meta-Tags Deines Blog-Posts, so dass das ausgewählte Bild mit "
2893
+ "Ihrem Link-Post angezeigt wird. Wenn Du nicht nöchtest, dass Blog2Social das tut, weil Du Deine eigenen Twitter Card-Meta-Tags definiert haben, deaktiviere bitte dieses Kontrollkästchen. Bitte beachte, dass Du kein bestimmtes Bild für Ihren Linkbeitrag ohne Twitter Card Meta-"
2894
+ "Tags auswählen kannst."
2895
+
2896
+ #: views/b2s/html/footer.php:371
2897
+ msgid "You can change the image, title and description for your post on Facebook, by editing the following fields for"
2898
+ msgstr "Du kannst das Bild, den Titel und die Beschreibung Ihres Beitrags auf Facebook ändern, indem Du die folgenden Felder bearbeitest für"
2899
+
2900
+ #: views/b2s/html/footer.php:374 views/b2s/html/footer.php:389
2901
+ msgid "image"
2902
+ msgstr "Bild"
2903
+
2904
+ #: views/b2s/html/footer.php:375 views/b2s/html/footer.php:390
2905
+ msgid "title"
2906
+ msgstr "Title"
2907
+
2908
+ #: views/b2s/html/footer.php:376 views/b2s/html/footer.php:391
2909
+ msgid "description"
2910
+ msgstr "Beschreibung"
2911
+
2912
+ #: views/b2s/html/footer.php:378
2913
+ msgid "Blog2Social will automatically write these information in the Facebook Open Graph (OG) Meta Tags for Image, Title and Description of your blog post."
2914
+ msgstr "Blog2Social schreibt diese Informationen automatisch in die Facebook Open Graph (OG) Meta Tags für Bild, Titel und Beschreibung Ihres Blogbeitrags."
2915
+
2916
+ #: views/b2s/html/footer.php:381
2917
+ msgid ""
2918
+ "Please note: If this post has already been shared or scheduled previously, your current changes will also affect the look of previously shared or scheduled posts, as Facebook always refers to the current Open Graph meta tags information and automatically updated all existing "
2919
+ "posts."
2920
+ msgstr ""
2921
+ "Bitte beachte: Wenn dieser Beitrag bereits freigegeben oder geplant wurde, wirken sich Ihre aktuellen Änderungen auch auf das Erscheinungsbild bereits freigegebener oder geplanter Beiträge aus, da Facebook immer auf die aktuellen Open Graph-Meta-Tags verweist und automatisch "
2922
+ "alle vorhandenen Beiträge aktualisiert."
2923
+
2924
+ #: views/b2s/html/footer.php:383
2925
+ #, php-format
2926
+ msgid "Please note: Your changes will have no effect on your social media posts on Facebook, if you have manually unchecked the Meta Tag options for Facebook in your Blog2Social <a target=\"_blank\" href=\"%s\">settings</a>"
2927
+ msgstr "Bitte beachte: Deine Änderungen haben keine Auswirkungen auf Ihre Social Media Beiträge auf Facebook, wenn Du die Meta Tag Optionen für Facebook in Ihrem Blog2Social <a target=\"_blank\" href=\"%s\">Einstellungen</a> manuell deaktiviert hast."
2928
+
2929
+ #: views/b2s/html/footer.php:386
2930
+ msgid "You can change the image, title and description for your post on Twitter, by editing the following fields for"
2931
+ msgstr "Du kannst das Bild, den Titel und die Beschreibung Ihres Beitrags auf Twitter ändern, indem Du die folgenden Felder bearbeitest"
2932
+
2933
+ #: views/b2s/html/footer.php:393
2934
+ msgid "Blog2Social will automatically write these information in the Twitter Card Meta Tags for Image, Title and Description of your blog post."
2935
+ msgstr "Blog2Social schreibt diese Informationen automatisch in die Twitter Card Meta Tags für Bild, Titel und Beschreibung Deines Blogbeitrags."
2936
+
2937
+ #: views/b2s/html/footer.php:396
2938
+ msgid ""
2939
+ "Please note: If this post has already been shared or scheduled previously, your current changes will also affect the look of previously shared or scheduled posts, as Twitter always refers to the current Twitter Card information. However, if you have already shared this post, "
2940
+ "Twitter may update your current changes within 7 days."
2941
+ msgstr ""
2942
+ "Bitte beachte: Wenn dieser Beitrag bereits vorher geteilt oder geplant wurde, wirken sich Deine aktuellen Änderungen auch auf das Aussehen von zuvor geteilten oder geplanten Beiträgen aus, da sich Twitter immer auf die aktuellen Informationen der Twitter Card bezieht. Wenn Du "
2943
+ "diesen Beitrag jedoch bereits geteilt haben, kann Twitter Deine aktuellen Änderungen innerhalb von 7 Tagen aktualisieren."
2944
+
2945
+ #: views/b2s/html/footer.php:398
2946
+ #, php-format
2947
+ msgid "Please note: Your changes will have no effect on your social media posts on Twitter, if you have manually unchecked the Meta Tag options for Twitter in your <a target=\"_blank\" href=\"%s\">settings</a>"
2948
+ msgstr "Bitte beachte: Deine Änderungen haben keine Auswirkungen auf Deine Social Media Beiträge auf Twitter, wenn Sie die Meta-Tag-Optionen für Twitter in Ihrem <a target=\"_blank\" href=\"%s\">Einstellungen</a> manuell deaktiviert hast."
2949
+
2950
+ #: views/b2s/html/footer.php:405
2951
+ msgid "You want to change the image, title and description for your post?"
2952
+ msgstr "Du möchtest das Bild, den Titel und die Beschreibung für Deinen Beitrag ändern?"
2953
+
2954
+ #: views/b2s/html/footer.php:441
2955
+ msgid ""
2956
+ "You are currently sharing this post as image post. Changes to title and description Meta Tag parameters will only be supported for link post formats. Please change your post format to link post to make individual changes to the title and description for your post preview."
2957
+ msgstr ""
2958
+ "Du teilst diesen Beitrag derzeit als Imagebeitrag. Änderungen an den Parametern für Titel und Beschreibung Meta-Tag werden nur für Link-Postformate unterstützt. Bitte ändern Sie Ihr Beitragsformat, um einen Beitrag zu verlinken, um individuelle Änderungen am Titel und an der "
2959
+ "Beschreibung für Ihre Beitragsvorschau vorzunehmen."
2960
+
2961
+ #: views/b2s/html/footer.php:444
2962
+ #, php-format
2963
+ msgid "Your changes will have no effect on your social media posts on Facebook, if you have manually unchecked the Meta Tag options for Facebook in your Blog2Social <a target=\"_blank\" href=\"%s\">settings</a>"
2964
+ msgstr "Deine Änderungen haben keine Auswirkungen auf Deine Social Media Beiträge auf Facebook, wenn du die Meta-Tag-Optionen für Facebook in deinem Blog2Social <a target=\"_blank\" href=\"%s\">Einstellungen</a> manuell deaktiviert hast."
2965
+
2966
+ #: views/b2s/html/footer.php:447
2967
+ #, php-format
2968
+ msgid "Your changes will have no effect on your social media posts on Twitter, if you have manually unchecked the Meta Tag options for Twitter in your Blog2Social <a target=\"_blank\" href=\"%s\">settings</a>"
2969
+ msgstr "Deine Änderungen haben keinen Einfluss auf deine Social Media Beiträge auf Twitter, wenn du die Meta-Tag-Optionen für Twitter in deinem Blog2Social <a target=\"_blank\" href=\"%s\">Einstellungen</a> manuell deaktiviert hast."
2970
+
2971
+ #: views/b2s/html/header.php:40
2972
+ msgid "To use all features of Blog2Social, PHP version 5.5.3 or higher is required. Our support assists you as of PHP version 5.5.3. See also:"
2973
+ msgstr "Um alle Funktionen von Blog2Social nutzen zu können, ist PHP Version 5.5.3 oder höher erforderlich. Unser Support unterstützt Dich ab PHP Version 5.5.3. Siehe auch:"
2974
+
2975
+ #: views/b2s/html/header.php:41 views/b2s/html/header.php:48
2976
+ msgid "Blog2Social Troubleshooting-Tool"
2977
+ msgstr "Blog2Social Troubleshooting-Tool"
2978
+
2979
+ #: views/b2s/html/header.php:47
2980
+ msgid "WordPress uses heartbeats by default, Blog2Social as well. Please enable heartbeats for using Blog2Social! See also:"
2981
+ msgstr "WordPress verwendet standardmäßig Heartbeats, auch Blog2Social. Bitte aktiviere Heartbeats für die Nutzung von Blog2Social! Siehe auch:"
2982
+
2983
+ #: views/b2s/html/header.php:60
2984
+ msgid "Thank you. You'll now receive the blog updates from Blog2Social."
2985
+ msgstr "Ich danke dir. Wir senden Dir nun die Blog-Updates von Blog2Social zu."
2986
+
2987
+ #: views/b2s/html/header.php:67
2988
+ msgid "Autoposter limit has been reached"
2989
+ msgstr "Das Autoposter-Limit wurde erreicht."
2990
+
2991
+ #: views/b2s/html/header.php:67
2992
+ msgid "Your daily limit for posting automatically has been reached."
2993
+ msgstr "Dein tägliches Limit für die automatische Buchung ist erreicht."
2994
+
2995
+ #: views/b2s/html/header.php:74
2996
+ msgid "You have clear all page and post meta data successful."
2997
+ msgstr "Du hast alle Seiten gelöscht und Metadaten erfolgreich gepostet."
2998
+
2999
+ #: views/b2s/html/header.php:79
3000
+ msgid "The page and post meta data could not be removed."
3001
+ msgstr "Die Seiten- und Post-Metadaten konnten nicht entfernt werden."
3002
+
3003
+ #: views/b2s/html/header.php:85
3004
+ msgid "You have Yoast SEO active. Blog2Social Social Meta Tags overrides the meta tags from Yoast SEO."
3005
+ msgstr "Du hast Yoast SEO aktiv. Blog2Social Social Meta Tags überschreibt die Meta-Tags von Yoast SEO."
3006
+
3007
+ #: views/b2s/html/header.php:91
3008
+ msgid "You currently have both Blog2Social Social Meta Tags and All in One SEO Pack plugins active. To make sure that your Social Meta Tags are set correctly, please deactivate All in One Seo Social Meta settings. If they are already deactivated, you can ignore this message."
3009
+ msgstr ""
3010
+ "Du hast derzeit sowohl Blog2Social Social Meta Tags als auch All in One SEO Pack Plugins aktiv. Um sicherzustellen, dass Deine Social Meta Tags korrekt eingestellt sind, deaktiviere bitte die Einstellungen für All in One Seo Social Meta. Wenn Sie bereits deaktiviert sind, "
3011
+ "können Du diese Meldung ignorieren."
3012
+
3013
+ #: views/b2s/html/header.php:97
3014
+ msgid ""
3015
+ "Blog2Social has detected another plugin that is setting Social Meta tags for your blog posts. To ensure that your Social Meta tags are set correctly for your social media posts shared with Blog2Social, please deactivate the Facebook Open Graph and Twitter Card Tags settings "
3016
+ "in your other plugins."
3017
+ msgstr ""
3018
+ "Blog2Social hat ein weiteres Plugin entdeckt, das Social Meta Tags für Ihre Blogbeiträge setzt. Um sicherzustellen, dass Deine Social Meta-Tags für Deine mit Blog2Social geteilten Social Media-Posts korrekt eingestellt sind, deaktiviere bitte die Einstellungen Facebook Open "
3019
+ "Graph und Twitter Card Tags in den anderen Plugins."
3020
+
3021
+ #: views/b2s/html/header.php:104
3022
+ msgid "This entry could not be removed. It's not yours!"
3023
+ msgstr "Dieser Eintrag konnte nicht entfernt werden. Es gehört Dir nicht!"
3024
+
3025
+ #: views/b2s/html/header.php:109
3026
+ msgid "This entry was removed successfully."
3027
+ msgstr "Dieser Eintrag wurde erfolgreich entfernt."
3028
+
3029
+ #: views/b2s/html/header.php:114
3030
+ msgid "This post was edit successful."
3031
+ msgstr "Dieser Beitrag wurde erfolgreich bearbeitet."
3032
+
3033
+ #: views/b2s/html/header.php:123
3034
+ msgid "Post was scheduled successfully on your blog!"
3035
+ msgstr "Der Beitrag wurde erfolgreich in Deinem Blog geplant!"
3036
+
3037
+ #: views/b2s/html/header.php:125
3038
+ msgid "Post is published successfully on your blog!"
3039
+ msgstr "Der Beitrag wird erfolgreich in Deinem Blog veröffentlicht!"
3040
+
3041
+ #: views/b2s/html/header.php:137
3042
+ msgid "Saved as draft"
3043
+ msgstr "Als Entwurf gespeichert"
3044
+
3045
+ #: views/b2s/html/header.php:143
3046
+ msgid "Could not save draft"
3047
+ msgstr "Entwurf konnte nicht gespeichert werden"
3048
+
3049
+ #: views/b2s/html/header.php:151
3050
+ msgid "Your authorization was successful."
3051
+ msgstr "Ihre Autorisierung war erfolgreich."
3052
+
3053
+ #: views/b2s/html/header.php:156
3054
+ msgid "Your profile was saved successful."
3055
+ msgstr "Dein Profil wurde erfolgreich gespeichert."
3056
+
3057
+ #: views/b2s/html/header.php:161
3058
+ msgid "Your profile could not be saved."
3059
+ msgstr "Dein Profil konnte nicht gespeichert werden."
3060
+
3061
+ #: views/b2s/html/header.php:166
3062
+ msgid "Your authorization could not be removed."
3063
+ msgstr "Deine Berechtigung konnte nicht entfernt werden."
3064
+
3065
+ #: views/b2s/html/header.php:171
3066
+ msgid "Your authorization was removed successful."
3067
+ msgstr "Deine Autorisierung wurde erfolgreich entfernt."
3068
+
3069
+ #: views/b2s/html/header.php:176
3070
+ msgid "Thank you! Your feedback has been received."
3071
+ msgstr "Ich danke dir! Dein Feedback ist eingegangen."
3072
+
3073
+ #: views/b2s/html/header.php:181
3074
+ msgid "Your feedback could not be delivered."
3075
+ msgstr "Dein Feedback konnte nicht abgegeben werden."
3076
+
3077
+ #: views/b2s/html/header.php:188 views/b2s/html/header.php:203
3078
+ msgid "Your settings were successfully saved."
3079
+ msgstr "Deine Einstellungen wurden erfolgreich gespeichert."
3080
+
3081
+ #: views/b2s/html/header.php:193
3082
+ msgid "Your settings could not be saved."
3083
+ msgstr "Deine Einstellungen konnten nicht gespeichert werden."
3084
+
3085
+ #: views/b2s/html/header.php:198
3086
+ msgid "Your settings could not be saved, because you have auto-posting enabled but no social networks selected."
3087
+ msgstr "Deine Einstellungen konnten nicht gespeichert werden, da Du die automatische Buchung aktiviert, aber keine sozialen Netzwerke ausgewählt hast."
3088
+
3089
+ #: views/b2s/html/header.php:214
3090
+ msgid "RATE IT!"
3091
+ msgstr "BEWERTE UNS!"
3092
+
3093
+ #: views/b2s/html/header.php:215
3094
+ #, php-format
3095
+ msgid "Hi, we noticed you just shared your %s. blog post with Blog2Social - that's awesome! Could you please do us a favor and give it a 5-star rating on WordPress? Just to help us spread the word and boost our motivation."
3096
+ msgstr "Hallo, wir haben bemerkt, dass Du gerade Deinen %s. Blogbeitrag mit Blog2Social geteilt hast - das ist fantastisch! Kannst Du bitte uns einen Gefallen tun und uns eine 5-Sterne-Bewertung auf WordPress geben? Nur um uns zu helfen, unsere Motivation zu steigern."
3097
+
3098
+ #: views/b2s/html/header.php:218
3099
+ msgid "Ok, you deserve it"
3100
+ msgstr "Ok, Du verdienst es."
3101
+
3102
+ #: views/b2s/html/header.php:221
3103
+ msgid "Nope, maybe later"
3104
+ msgstr "Nein, vielleicht später."
3105
+
3106
+ #: views/b2s/html/header.php:224
3107
+ msgid "I already did it"
3108
+ msgstr "Ich habe es bereits getan"
3109
+
3110
+ #: views/b2s/html/header.php:238
3111
+ msgid "Boost your social media automation with Blog2Social PREMIUM!"
3112
+ msgstr "Steiger Deine Social Media Automatisierung mit Blog2Social PREMIUM!"
3113
+
3114
+ #: views/b2s/html/header.php:240
3115
+ msgid ""
3116
+ "Blog2Social provides even more options for auto-posting and auto-scheduling for your posts. Easily schedule your posts with the Best Time Scheduler or at your personal time settings. Post to multiple pages and groups. Select link post or image post formats for each network "
3117
+ "and post, select any image from your library and more."
3118
+ msgstr ""
3119
+ "Blog2Social bietet noch mehr Möglichkeiten für die automatische Veröffentlichung und die automatische Planung Ihrer Beiträge. Plané Deine Beiträge ganz einfach mit dem Best Time Scheduler oder mit Deinen persönlichen Zeiteinstellungen. Post an mehrere Seiten und Gruppen. "
3120
+ "Wählen Sie Link-Post oder Image-Post-Formate für jedes Netzwerk und jeden Beitrag, wähle ein beliebiges Bild aus Deiner Bibliothek und vieles mehr."
3121
+
3122
+ #: views/b2s/html/header.php:244
3123
+ msgid "Yes, I want to test Blog2Social PREMIUM 30 days for free"
3124
+ msgstr "Ja, ich möchte Blog2Social PREMIUM 30 Tage kostenlos testen."
3125
+
3126
+ #: views/b2s/html/header.php:247
3127
+ msgid "No, I'm happy with Blog2Social FREE"
3128
+ msgstr "Nein, ich bin glücklich mit Blog2Social FREE."
3129
+
3130
+ #: views/b2s/html/header.php:259
3131
+ msgid "Your Blog2Social Premium Free Version is activated for "
3132
+ msgstr "Deine Blog2Social Premium Free Version ist aktiviert für "
3133
+
3134
+ #: views/b2s/html/header.php:262
3135
+ msgid " Days"
3136
+ msgstr "Tage"
3137
+
3138
+ #: views/b2s/html/header.php:262
3139
+ msgid " today"
3140
+ msgstr "Heute"
3141
+
3142
+ #: views/b2s/html/header.php:266 views/b2s/html/header.php:285
3143
+ msgid ""
3144
+ "Blog2Social PREMIUM can do so much for you: Auto-publish your blog post on autopilot, automatically schedule your social media posts with the Best Time Manager. Select images and post formats (link post or image post) for each social community. Upload and select any image for "
3145
+ "sharing. Save multiple combinations of networks for different sharing purposes. Start from only $5.75 per month to benefit from PREMIUM features."
3146
+ msgstr ""
3147
+ "Blog2Social PREMIUM kann so viel für Sie tun: Veröffentliche Deinen Blogbeitrag automatisch auf dem Autopiloten, plane Deine Social Media Beiträge automatisch mit dem Best Time Manager. Wähle Bilder und Postformate (Link-Post oder Image-Post) für jede Social Community. Laden "
3148
+ "ein beliebiges Bild hoch und wählen es zur Weitergabe aus. Speichern mehrere Kombinationen von Netzwerken für verschiedene Freigabezwecke. Ab nur 5,75 US-Dollar pro Monat profitierst Du von den PREMIUM-Funktionen."
3149
+
3150
+ #: views/b2s/html/header.php:270 views/b2s/html/header.php:289
3151
+ msgid "I need some more time to decide"
3152
+ msgstr "Ich brauche etwas mehr Zeit, um mich zu entscheiden."
3153
+
3154
+ #: views/b2s/html/header.php:281
3155
+ msgid "Your free trial of Blog2Social PREMIUM has ended."
3156
+ msgstr "Deine kostenlose Testversion von Blog2Social PREMIUM ist beendet."
3157
+
3158
+ #: views/b2s/html/header.php:282
3159
+ msgid "We hope you liked Blog2Social Premium."
3160
+ msgstr "Wir hoffen, dass Dir Blog2Social Premium gefallen hat."
3161
+
3162
+ #: views/b2s/html/header.php:288
3163
+ msgid "Yes, I want to upgrade now"
3164
+ msgstr "Ja, Ich möchte jetzt upgraden."
3165
+
3166
+ #: views/b2s/html/header.php:290
3167
+ msgid "Did you miss something? Tell us!"
3168
+ msgstr "Hast Du etwas verpasst? Sag es uns!"
3169
+
3170
+ #: views/b2s/html/header.php:305
3171
+ msgid "Test Blog2Social PREMIUM 30 days for free"
3172
+ msgstr "Testen Du Blog2Social PREMIUM 30 Tage lang kostenlos."
3173
+
3174
+ #: views/b2s/html/header.php:311
3175
+ msgid "The free trial can not be started. This blog has been already registered for the free trial."
3176
+ msgstr "Die kostenlose Testversion kann nicht gestartet werden. Dieser Blog wurde bereits für die kostenlose Testversion registriert."
3177
+
3178
+ #: views/b2s/html/header.php:316
3179
+ msgid "Share on multiple accounts per network"
3180
+ msgstr "Freigabe für mehrere Konten pro Netzwerk"
3181
+
3182
+ #: views/b2s/html/header.php:317
3183
+ msgid "Best Time Scheduler: Schedule once, multiple times or recurringly."
3184
+ msgstr "Bester Terminplaner: Plane einmal, mehrmals oder wiederkehrend."
3185
+
3186
+ #: views/b2s/html/header.php:318
3187
+ msgid "Reporting with links to all published social media posts"
3188
+ msgstr "Berichterstattung mit Links zu allen veröffentlichten Social Media Beiträgen"
3189
+
3190
+ #: views/b2s/html/header.php:321 views/prg/html/form.php:141 views/prg/html/form.php:143 views/prg/html/form.php:218 views/prg/html/form.php:220
3191
+ msgid "E-Mail"
3192
+ msgstr "E-Mail"
3193
+
3194
+ #: views/b2s/html/header.php:325 views/prg/html/form.php:91 views/prg/html/form.php:100 views/prg/html/form.php:168 views/prg/html/form.php:177
3195
+ msgid "First Name"
3196
+ msgstr "Vorname"
3197
+
3198
+ #: views/b2s/html/header.php:329 views/prg/html/form.php:92 views/prg/html/form.php:103 views/prg/html/form.php:169 views/prg/html/form.php:180
3199
+ msgid "Last Name"
3200
+ msgstr "Nachname"
3201
+
3202
+ #: views/b2s/html/header.php:333
3203
+ msgid "By creating an account, you agree to Blog2Social's <a target=\"_blank\" href=\"https://www.blog2social.com/en/terms/\">Conditions of Use</a> and <a target=\"_blank\" href=\"https://www.blog2social.com/en/privacy/\">Privacy Notice</a>."
3204
+ msgstr ""
3205
+ "Mit der Erstellung eines Kontos erklärst Du mit den Nutzungsbedingungen von Blog2Social <a target=\"_blank\" href=\"https://www.blog2social.com/en/terms/\"> und <a target=\"_blank\" href=\"https://www.blog2social.com/en/privacy/\">Datenschutzerklärung</a> einverstanden."
3206
+
3207
+ #: views/b2s/html/header.php:338
3208
+ msgid "No credit card required"
3209
+ msgstr "Keine Kreditkarte erforderlich"
3210
+
3211
+ #: views/b2s/html/header.php:342
3212
+ msgid "Get Started"
3213
+ msgstr "Erste Schritte"
3214
+
3215
+ #: views/b2s/html/header.php:368
3216
+ msgid "The license has been successfully activated."
3217
+ msgstr "Die Lizenz wurde erfolgreich aktiviert."
3218
+
3219
+ #: views/b2s/html/header.php:384
3220
+ msgid "Your entered License Key is invalid. Please contact support!"
3221
+ msgstr "Dein eingegebener Lizenzschlüssel ist ungültig. Bitte kontaktiere den Support!"
3222
+
3223
+ #: views/b2s/html/header.php:400
3224
+ msgid "Your license key has reached the maximum number of users."
3225
+ msgstr "Dein Lizenzschlüssel hat die maximale Anzahl von Benutzern erreicht."
3226
+
3227
+ #: views/b2s/html/header.php:416
3228
+ msgid "Something went wrong on our side. Please contact support!"
3229
+ msgstr "Etwas ist auf unserer Seite schief gelaufen. Bitte kontaktiere den Support!"
3230
+
3231
+ #: views/b2s/html/header.php:425
3232
+ msgid "OK"
3233
+ msgstr "OK"
3234
+
3235
+ #: views/b2s/html/header.php:441
3236
+ msgid "We updated our Privacy Policy"
3237
+ msgstr "Wir haben unsere Datenschutzerklärung aktualisiert."
3238
+
3239
+ #: views/b2s/html/header.php:455
3240
+ msgid "Blog2Social is a service of Adenion GmbH"
3241
+ msgstr "Blog2Social ist ein Service der Adenion GmbH."
3242
+
3243
+ #: views/b2s/html/header.php:456
3244
+ msgid "I agree to the Adenion Privacy Policy"
3245
+ msgstr "Ich akzeptiere die Datenschutzerklärung von Adenion."
3246
+
3247
+ #: views/b2s/html/post.navbar.php:7
3248
+ msgid "All Blog Posts"
3249
+ msgstr "Alle Blog-Beiträge"
3250
+
3251
+ #: views/b2s/html/sidebar.php:26 views/b2s/html/sidebar.ship.php:25
3252
+ msgid "Version"
3253
+ msgstr "Version"
3254
+
3255
+ #: views/b2s/html/sidebar.php:55
3256
+ msgid "Blog Content"
3257
+ msgstr "Blog-Inhalt"
3258
+
3259
+ #: views/b2s/html/sidebar.php:59
3260
+ msgid "Share Blog Post"
3261
+ msgstr "Blog-Beitrag teilen"
3262
+
3263
+ #: views/b2s/html/sidebar.php:75
3264
+ msgid "Create Post"
3265
+ msgstr "Beitrag erstellen"
3266
+
3267
+ #: views/b2s/html/sidebar.php:90
3268
+ msgid "Content Library"
3269
+ msgstr "Inhaltsbibliothek"
3270
+
3271
+ #: views/b2s/html/sidebar.php:94
3272
+ msgid "all Posts"
3273
+ msgstr "alle Beiträge"
3274
+
3275
+ #: views/b2s/html/sidebar.php:125
3276
+ msgid "Upgrade License"
3277
+ msgstr "Upgrade-Lizenz"
3278
+
3279
+ #: views/b2s/html/sidebar.php:130
3280
+ msgid "Plans & Prices"
3281
+ msgstr "Versionen & Preise"
3282
+
3283
+ #: views/b2s/html/sidebar.php:146
3284
+ msgid "If you like Blog2Social, please give us a 5 star rating. If there is anything that does not work for you, please contact us!"
3285
+ msgstr "Wenn Dir Blog2Social gefällt, gebe uns bitte eine 5-Sterne-Bewertung. Wenn es etwas gibt, das für Dich nicht funktioniert, kontaktiere uns bitte!"
3286
+
3287
+ #: views/b2s/html/sidebar.php:160
3288
+ msgid "Blog2Social Blog News"
3289
+ msgstr "Blog2Social Blog-News"
3290
+
3291
  #: views/b2s/partials/plugin-deactivate-modal.php:10
3292
  msgid "Do you want to delete your scheduled posts?"
3293
  msgstr "Möchtest Du Deine geplanten Beiträge löschen?"
3340
  msgid "Latest Posts"
3341
  msgstr "letzte Beiträge"
3342
 
3343
+ #: views/prg/html/form.php:7
3344
+ msgid "Post a Press Release"
3345
+ msgstr "Pressemitteilung veröffentlichen"
3346
+
3347
+ #: views/prg/html/form.php:11
3348
+ msgid "Category"
3349
+ msgstr "Kategorie"
3350
+
3351
+ #: views/prg/html/form.php:12
3352
+ msgid "Language"
3353
+ msgstr "Sprache"
3354
+
3355
+ #: views/prg/html/form.php:20
3356
+ msgid "German"
3357
+ msgstr "Deutsch"
3358
+
3359
+ #: views/prg/html/form.php:21
3360
+ msgid "English"
3361
+ msgstr "Englisch"
3362
+
3363
+ #: views/prg/html/form.php:32 views/prg/html/form.php:34
3364
+ msgid "Subtitle"
3365
+ msgstr "Untertitel"
3366
+
3367
+ #: views/prg/html/form.php:38 views/prg/html/form.php:40
3368
+ msgid "YouTube-Link"
3369
+ msgstr "Untertitel"
3370
+
3371
+ #: views/prg/html/form.php:44 views/prg/html/form.php:46
3372
+ msgid "Message"
3373
+ msgstr "Mitteilung"
3374
+
3375
+ #: views/prg/html/form.php:50
3376
+ msgid "Keywords"
3377
+ msgstr "Schlüsselwörter"
3378
+
3379
+ #: views/prg/html/form.php:52
3380
+ msgid "Keywords with commas (e.g .: Blog2Social, PR-Gateway)"
3381
+ msgstr "Schlüsselwörter mit Kommas (z.B. .: Blog2Social, PR-Gateway)"
3382
+
3383
+ #: views/prg/html/form.php:56 views/prg/html/form.php:58
3384
+ msgid "Shortext"
3385
+ msgstr "Kurztext"
3386
+
3387
+ #: views/prg/html/form.php:69
3388
+ msgid "Contact Details"
3389
+ msgstr "Kontaktdaten"
3390
+
3391
+ #: views/prg/html/form.php:77
3392
+ msgid "Press"
3393
+ msgstr "Presse"
3394
+
3395
+ #: views/prg/html/form.php:84 views/prg/html/form.php:86 views/prg/html/form.php:161 views/prg/html/form.php:163
3396
+ msgid "Name"
3397
+ msgstr "Name"
3398
+
3399
+ #: views/prg/html/form.php:95 views/prg/html/form.php:172
3400
+ msgid "Mrs."
3401
+ msgstr "Frau"
3402
+
3403
+ #: views/prg/html/form.php:96 views/prg/html/form.php:173
3404
+ msgid "Mr."
3405
+ msgstr "Herr"
3406
+
3407
+ #: views/prg/html/form.php:107 views/prg/html/form.php:110 views/prg/html/form.php:184 views/prg/html/form.php:187
3408
+ msgid "Street"
3409
+ msgstr "Straße"
3410
+
3411
+ #: views/prg/html/form.php:108 views/prg/html/form.php:113 views/prg/html/form.php:185 views/prg/html/form.php:190
3412
+ msgid "Number"
3413
+ msgstr "Hausnummer"
3414
+
3415
+ #: views/prg/html/form.php:117 views/prg/html/form.php:120 views/prg/html/form.php:194 views/prg/html/form.php:197
3416
+ msgid "Zip Code"
3417
+ msgstr "PLZ"
3418
+
3419
+ #: views/prg/html/form.php:118 views/prg/html/form.php:123 views/prg/html/form.php:195 views/prg/html/form.php:200
3420
+ msgid "City"
3421
+ msgstr "Stadt"
3422
+
3423
+ #: views/prg/html/form.php:127 views/prg/html/form.php:204
3424
+ msgid "Country"
3425
+ msgstr "Land"
3426
+
3427
+ #: views/prg/html/form.php:135 views/prg/html/form.php:137 views/prg/html/form.php:212 views/prg/html/form.php:214
3428
+ msgid "Phone"
3429
+ msgstr "Telefon"
3430
+
3431
+ #: views/prg/html/form.php:147 views/prg/html/form.php:149 views/prg/html/form.php:224 views/prg/html/form.php:226
3432
+ msgid "Website"
3433
+ msgstr "Webseite"
3434
+
3435
+ #: views/prg/html/form.php:153 views/prg/html/form.php:155
3436
+ msgid "Company Description"
3437
+ msgstr "Unternehmensbeschreibung"
3438
+
3439
+ #: views/prg/html/header.php:8
3440
+ msgid "You are signed out of <b>PR-Gateway</b>!"
3441
+ msgstr "Du bist abgemeldet von <b>PR-Gateway</b>!"
3442
+
3443
+ #: views/prg/html/header.php:17
3444
+ msgid "Your message will now be sent over PR gateway to the press portals!"
3445
+ msgstr "Deine Nachricht wird nun über das PR-Gateway zu den Presseportalen gesendet!"
3446
+
3447
+ #: views/prg/html/header.php:18
3448
+ msgid "See all publications for your message live on "
3449
+ msgstr "Sehen Sie alle Veröffentlichungen für Deine Botschaft live auf der Website. "
3450
+
3451
+ #: views/prg/html/header.php:20
3452
+ msgid "Your message save as draft by PR-Gateway!"
3453
+ msgstr "Deine Nachricht wird als Entwurf bei PR-Gateway gespeichert!"
3454
+
3455
+ #: views/prg/html/header.php:28
3456
+ msgid "Unfortunately your request can not be processed by Blog2Social. Please try again!"
3457
+ msgstr "Leider kann Deine Anfrage von Blog2Social nicht bearbeitet werden. Bitte versuche es erneut!"
3458
+
3459
+ #: views/prg/html/header.php:34
3460
+ msgid "Your message has not been received successfully with us. Please try again!"
3461
+ msgstr "Deine Nachricht wurde nicht erfolgreich übertragen. Bitte versuche es erneut!"
3462
+
3463
+ #: views/prg/html/header.php:48
3464
+ msgid ""
3465
+ "PR-Gateway offers a paid online distribution service for submitting press releases, articles and social media news to more than 250 news sites, special interest websites and social news sites. If your blog posts provide trade or industry information or expert articles (no "
3466
+ "advertising), you may submit them to PR-Gateway to turn them into valid online press releases or online articles and select a specific choice of websites and services to publish your post."
3467
+ msgstr ""
3468
+ "PR-Gateway bietet einen kostenpflichtigen Online-Vertriebsservice für die Übermittlung von Pressemitteilungen, Artikeln und Social Media-Nachrichten an mehr als 250 Nachrichtenseiten, Special Interest Websites und Social News Websites. Wenn Deine Blog-Posts Handels- oder "
3469
+ "Brancheninformationen oder Fachartikel (keine Werbung) enthalten, kannst Du diese an PR-Gateway senden, um Sie in gültige Online-Pressemitteilungen oder Online-Artikel umzuwandeln und eine bestimmte Auswahl an Websites und Dienstleistungen für die Veröffentlichung Ihres Posts "
3470
+ "auszuwählen."
3471
+
3472
+ #: views/prg/html/header.php:49
3473
+ msgid "Register here to open your PR-Gateway account."
3474
+ msgstr "Registriere sich hier, um Dein PR-Gateway-Konto zu eröffnen."
3475
+
3476
+ #: views/prg/html/header.php:66
3477
+ msgid "Logout"
3478
+ msgstr "Abmelden"
3479
+
3480
  #: includes/B2S/Support/Check/System.php:44
3481
  msgid "or higher"
3482
  msgstr "oder höher"
languages/blog2social.pot CHANGED
@@ -3,7 +3,7 @@ msgid ""
3
  msgstr ""
4
  "Project-Id-Version: Blog2Social: Social Media Auto Post & Scheduler\n"
5
  "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2019-08-27 14:08+0000\n"
7
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
8
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
9
  "Language-Team: \n"
@@ -63,23 +63,23 @@ msgstr ""
63
  msgid "Upgrade to Premium"
64
  msgstr ""
65
 
66
- #: includes/Loader.php:721
67
  msgid "Notifications"
68
  msgstr ""
69
 
70
- #: includes/Loader.php:721
71
  msgid "Shared Posts"
72
  msgstr ""
73
 
74
- #: includes/Loader.php:721
75
  msgid "Instant Sharing"
76
  msgstr ""
77
 
78
- #: includes/Loader.php:721
79
  msgid "Drafts"
80
  msgstr ""
81
 
82
- #: includes/Loader.php:721 views/b2s/widgets/posts.php:18
83
  msgid "Scheduled Posts"
84
  msgstr ""
85
 
@@ -99,7 +99,7 @@ msgstr ""
99
  msgid "Group"
100
  msgstr ""
101
 
102
- #: includes/Loader.php:723
103
  msgid "Company"
104
  msgstr ""
105
 
@@ -195,11 +195,11 @@ msgstr ""
195
  msgid "Posts & Sharing"
196
  msgstr ""
197
 
198
- #: includes/Loader.php:801 includes/Loader.php:855 views/b2s/dashboard.php:30
199
  msgid "Calendar"
200
  msgstr ""
201
 
202
- #: includes/Loader.php:802 includes/Loader.php:863
203
  msgid "Content Curation"
204
  msgstr ""
205
 
@@ -207,7 +207,7 @@ msgstr ""
207
  msgid "Networks"
208
  msgstr ""
209
 
210
- #: includes/Loader.php:804 includes/Loader.php:876
211
  msgid "Settings"
212
  msgstr ""
213
 
@@ -215,7 +215,7 @@ msgstr ""
215
  msgid "PR-Service"
216
  msgstr ""
217
 
218
- #: includes/Loader.php:808 includes/Loader.php:892
219
  msgid "Help & Support"
220
  msgstr ""
221
 
@@ -225,11 +225,11 @@ msgstr ""
225
 
226
  #: includes/Loader.php:810 includes/Loader.php:900 includes/B2S/PostBox.php:108 views/b2s/network.php:33 views/b2s/ship.php:21 includes/B2S/Curation/View.php:53 includes/B2S/Network/Item.php:148 includes/B2S/Network/Item.php:151 includes/B2S/Network/Item.php:155
227
  #: includes/B2S/Network/Item.php:158 includes/B2S/Network/Item.php:250 includes/B2S/Network/Item.php:312 includes/B2S/Network/Item.php:374 includes/B2S/Settings/Item.php:102 includes/B2S/Ship/Image.php:73 includes/B2S/Ship/Image.php:80 includes/B2S/Ship/Item.php:805
228
- #: includes/B2S/Ship/Portale.php:32 includes/B2S/Ship/Portale.php:35 includes/B2S/Ship/Portale.php:38 views/b2s/partials/post-edit-modal.php:9 views/b2s/widgets/posts.php:18
229
  msgid "PREMIUM"
230
  msgstr ""
231
 
232
- #: includes/Loader.php:832
233
  msgid "Blog2Social"
234
  msgstr ""
235
 
@@ -241,7 +241,7 @@ msgstr ""
241
  msgid "back to install plugins"
242
  msgstr ""
243
 
244
- #: includes/Notice.php:19
245
  msgid "Rate it!"
246
  msgstr ""
247
 
@@ -249,7 +249,7 @@ msgstr ""
249
  msgid "If you like Blog2Social, please give us a 5 star rating. I there is anything that does not work for you, please contact us!!"
250
  msgstr ""
251
 
252
- #: includes/Notice.php:21
253
  msgid "RATE BLOG2SOCIAL"
254
  msgstr ""
255
 
@@ -279,7 +279,7 @@ msgstr ""
279
  msgid "<a href=\"https://www.blog2social.com/en/faq/content/1/58/en/system-requirements-for-installing-blog2social.html\" target=\"_blank\"> Please find more Information and help in our FAQ</a>"
280
  msgstr ""
281
 
282
- #: includes/Tools.php:238
283
  msgid "License"
284
  msgstr ""
285
 
@@ -311,7 +311,7 @@ msgstr ""
311
  msgid "<b> An unknown error occurred! </b> <br> Please contact our support!"
312
  msgstr ""
313
 
314
- #: includes/Ajax/Get.php:524 includes/Ajax/Post.php:1376 views/b2s/network.php:5 includes/B2S/Network/Item.php:215 includes/B2S/Network/Item.php:276 includes/B2S/Network/Item.php:339 includes/B2S/Network/Item.php:465 includes/B2S/Network/Item.php:481
315
  msgid "Unknown username"
316
  msgstr ""
317
 
@@ -328,7 +328,7 @@ msgstr ""
328
  msgid "last auto-post:"
329
  msgstr ""
330
 
331
- #: includes/B2S/PostBox.php:76 views/b2s/ship.php:581
332
  msgid "The connection to the server failed. Try again!"
333
  msgstr ""
334
 
@@ -368,7 +368,7 @@ msgstr ""
368
  msgid "Auto-posts for Facebook Profiles will be shown in the \"Instant Sharing\" tab on your \"Posts & Sharing\" navigation bar and can be shared on your Facebook Profile by clicking on the \"Share\" button next to your auto-post."
369
  msgstr ""
370
 
371
- #: includes/B2S/PostBox.php:101
372
  msgid "Social Media Auto-Posting"
373
  msgstr ""
374
 
@@ -377,7 +377,7 @@ msgid "enable Auto-Posting"
377
  msgstr ""
378
 
379
  #: includes/B2S/PostBox.php:115 views/b2s/curation.draft.php:45 views/b2s/network.php:57 views/b2s/network.php:145 views/b2s/network.php:221 views/b2s/network.php:352 views/b2s/post.approve.php:50 views/b2s/post.calendar.php:59 views/b2s/post.calendar.php:238
380
- #: views/b2s/post.draft.php:42 views/b2s/post.notice.php:44 views/b2s/post.php:40 views/b2s/post.publish.php:44 views/b2s/post.sched.php:58 views/b2s/ship.php:186 views/b2s/ship.php:579 views/b2s/support.php:203
381
  msgid "Loading..."
382
  msgstr ""
383
 
@@ -391,83 +391,96 @@ msgid ""
391
  "visibility and engagement with your community."
392
  msgstr ""
393
 
394
- #: includes/B2S/PostBox.php:135
395
  msgid "Blog2Social: Social Media Auto-Posting"
396
  msgstr ""
397
 
398
- #: includes/B2S/PostBox.php:139
399
  msgid "You have 2 general options to define the date and time to share your blog posts on social media with the Auto-Poster:"
400
  msgstr ""
401
 
402
- #: includes/B2S/PostBox.php:140
403
  msgid "1. Immediately after publishing your blog post"
404
  msgstr ""
405
 
406
- #: includes/B2S/PostBox.php:141
407
  msgid "Published blog posts: If you publish your blog post with click on publish in your WordPress post editor, Blog2Social will automatically share your social media post immediately."
408
  msgstr ""
409
 
410
- #: includes/B2S/PostBox.php:142
411
  msgid "Scheduled blog posts: If you schedule your blog post with click on schedule in your WordPress post editor, Blog2Social will share your social media post on the publishing date of your blog post."
412
  msgstr ""
413
 
414
- #: includes/B2S/PostBox.php:143
415
  msgid "2. Schedule your social media posts for a specific date and time If you want to share your post at a particular date and time, different from your publishing date, select the option at scheduled times and set any date and time to share your post on social media."
416
  msgstr ""
417
 
418
- #: includes/B2S/PostBox.php:147
419
  msgid "You want to auto-post your blog post?"
420
  msgstr ""
421
 
422
- #: includes/B2S/PostBox.php:148 views/b2s/curation.php:126 views/b2s/post.calendar.php:276 views/b2s/ship.php:304 views/b2s/ship.php:364 views/b2s/ship.php:410
 
423
  msgid "With Blog2Social Premium you can:"
424
  msgstr ""
425
 
426
- #: includes/B2S/PostBox.php:151 views/b2s/curation.php:129 views/b2s/post.calendar.php:279 views/b2s/ship.php:307 views/b2s/ship.php:367 views/b2s/ship.php:413
 
427
  msgid "Post on pages and groups"
428
  msgstr ""
429
 
430
- #: includes/B2S/PostBox.php:152 views/b2s/curation.php:130 views/b2s/post.calendar.php:280 views/b2s/ship.php:308 views/b2s/ship.php:368 views/b2s/ship.php:414
 
431
  msgid "Share on multiple profiles, pages and groups"
432
  msgstr ""
433
 
434
- #: includes/B2S/PostBox.php:153 views/b2s/curation.php:131 views/b2s/post.calendar.php:281 views/b2s/ship.php:309 views/b2s/ship.php:369 views/b2s/ship.php:415
 
435
  msgid "Auto-post and auto-schedule new and updated blog posts"
436
  msgstr ""
437
 
438
- #: includes/B2S/PostBox.php:154 views/b2s/curation.php:132 views/b2s/post.calendar.php:282 views/b2s/ship.php:310 views/b2s/ship.php:370 views/b2s/ship.php:416
 
439
  msgid "Schedule your posts at the best times on each network"
440
  msgstr ""
441
 
442
- #: includes/B2S/PostBox.php:155 views/b2s/curation.php:133 views/b2s/post.calendar.php:283 views/b2s/ship.php:311 views/b2s/ship.php:371 views/b2s/ship.php:417
 
443
  msgid "Best Time Manager: use predefined best time scheduler to auto-schedule your social media posts"
444
  msgstr ""
445
 
446
- #: includes/B2S/PostBox.php:156 views/b2s/curation.php:134 views/b2s/post.calendar.php:284 views/b2s/ship.php:312 views/b2s/ship.php:372 views/b2s/ship.php:418
 
447
  msgid "Schedule your post for one time, multiple times or recurrently"
448
  msgstr ""
449
 
450
- #: includes/B2S/PostBox.php:157 views/b2s/curation.php:135 views/b2s/post.calendar.php:285 views/b2s/ship.php:313 views/b2s/ship.php:373 views/b2s/ship.php:419
 
451
  msgid "Schedule and re-share old posts"
452
  msgstr ""
453
 
454
- #: includes/B2S/PostBox.php:158 views/b2s/curation.php:136 views/b2s/post.calendar.php:286 views/b2s/ship.php:314 views/b2s/ship.php:374 views/b2s/ship.php:420
 
455
  msgid "Select link format or image format for your posts"
456
  msgstr ""
457
 
458
- #: includes/B2S/PostBox.php:159 views/b2s/curation.php:137 views/b2s/post.calendar.php:287 views/b2s/ship.php:315 views/b2s/ship.php:375 views/b2s/ship.php:421
 
459
  msgid "Select individual images per post"
460
  msgstr ""
461
 
462
- #: includes/B2S/PostBox.php:160 views/b2s/curation.php:138 views/b2s/post.calendar.php:288 views/b2s/ship.php:316 views/b2s/ship.php:376 views/b2s/ship.php:422
 
463
  msgid "Reporting & calendar: keep track of your published and scheduled social media posts"
464
  msgstr ""
465
 
466
- #: includes/B2S/PostBox.php:162 views/b2s/curation.php:140 views/b2s/post.calendar.php:290 views/b2s/ship.php:318 views/b2s/ship.php:378 views/b2s/ship.php:424
 
467
  msgid "Upgrade to PREMIUM"
468
  msgstr ""
469
 
470
- #: includes/B2S/PostBox.php:164 views/b2s/curation.php:142 views/b2s/post.calendar.php:292 views/b2s/ship.php:320 views/b2s/ship.php:380 views/b2s/ship.php:426
 
471
  msgid "or <a href=\"http://service.blog2social.com/trial\" target=\"_blank\">start with free 30-days-trial of Blog2Social Premium</a> (no payment information needed)"
472
  msgstr ""
473
 
@@ -499,7 +512,7 @@ msgstr ""
499
  msgid "You want to schedule your blog post with Auto-Poster?"
500
  msgstr ""
501
 
502
- #: includes/B2S/PostBox.php:227
503
  msgid "Upgrade to PREMIUM PRO"
504
  msgstr ""
505
 
@@ -648,7 +661,7 @@ msgstr ""
648
  msgid "Follow us"
649
  msgstr ""
650
 
651
- #: views/b2s/network.php:23 views/b2s/network.php:24 views/b2s/post.calendar.php:220 views/b2s/post.calendar.php:221 views/prg/post.php:25 views/prg/post.php:26
652
  msgid "filter"
653
  msgstr ""
654
 
@@ -664,7 +677,7 @@ msgstr ""
664
  msgid "Delete"
665
  msgstr ""
666
 
667
- #: views/b2s/network.php:44 views/b2s/ship.php:72 views/b2s/ship.php:363
668
  msgid "You want to schedule your posts and use the Best Time Scheduler?"
669
  msgstr ""
670
 
@@ -925,7 +938,7 @@ msgstr ""
925
  msgid "scheduled"
926
  msgstr ""
927
 
928
- #: views/b2s/post.calendar.php:69 views/b2s/post.sched.php:177 includes/B2S/Settings/Item.php:382 includes/B2S/Settings/Item.php:412
929
  msgid "Link Post"
930
  msgstr ""
931
 
@@ -1231,7 +1244,7 @@ msgstr ""
1231
  msgid "Social Media Scheduling & Sharing"
1232
  msgstr ""
1233
 
1234
- #: views/b2s/ship.php:51 views/prg/ship.php:41 views/prg/ship.php:43 includes/B2S/Curation/View.php:35 includes/B2S/Settings/Item.php:317 includes/B2S/Settings/Item.php:338
1235
  msgid "Title"
1236
  msgstr ""
1237
 
@@ -1251,7 +1264,7 @@ msgstr ""
1251
  msgid "Load My Times Settings"
1252
  msgstr ""
1253
 
1254
- #: views/b2s/ship.php:103
1255
  msgid "Social Accounts"
1256
  msgstr ""
1257
 
@@ -1394,7 +1407,7 @@ msgstr ""
1394
  msgid "Troubleshooting-Tool"
1395
  msgstr ""
1396
 
1397
- #: views/b2s/support.php:18 views/b2s/support.php:21
1398
  msgid "NEW"
1399
  msgstr ""
1400
 
@@ -1662,7 +1675,7 @@ msgstr ""
1662
  msgid "Connections"
1663
  msgstr ""
1664
 
1665
- #: includes/B2S/Network/Item.php:170
1666
  msgid "Best Time Manager"
1667
  msgstr ""
1668
 
@@ -1726,7 +1739,7 @@ msgstr ""
1726
  msgid "Link"
1727
  msgstr ""
1728
 
1729
- #: includes/B2S/Network/Item.php:584 includes/B2S/Network/Item.php:587 includes/B2S/Settings/Item.php:382
1730
  msgid "Image with frame"
1731
  msgstr ""
1732
 
@@ -1734,7 +1747,7 @@ msgstr ""
1734
  msgid "Image"
1735
  msgstr ""
1736
 
1737
- #: includes/B2S/Network/Item.php:585 includes/B2S/Network/Item.php:588 includes/B2S/Settings/Item.php:393
1738
  msgid "Image cut out"
1739
  msgstr ""
1740
 
@@ -2187,22 +2200,22 @@ msgstr ""
2187
  msgid "Upgrade to Premium Pro now."
2188
  msgstr ""
2189
 
2190
- #: includes/B2S/Settings/Item.php:387
2191
  msgid "Insert white frames to show the whole image in your timeline. All image information will be shown in your timeline."
2192
  msgstr ""
2193
 
2194
- #: includes/B2S/Settings/Item.php:389
2195
  msgid ""
2196
  "The link post format displays posts title, link address and the first one or two sentences of the post. The networks scan this information from your META or OpenGraph. PLEASE NOTE: If you want your link posts to display the selected image from the Blog2Social preview editor, "
2197
  "please make sure you have activated the Social Meta Tags for Facebook and Twitter in your Blog2Social settings. You find these settings in the tab \"Social Meta Data\". If you don't select a specific post image, some networks display the first image detected on your page. The "
2198
  "image links to your blog post."
2199
  msgstr ""
2200
 
2201
- #: includes/B2S/Settings/Item.php:398
2202
  msgid "The image preview will be cropped automatically to fit the default Instagram layout for your Instagram timeline. The image will be shown uncropped when opening the preview page for your Instagram post."
2203
  msgstr ""
2204
 
2205
- #: includes/B2S/Settings/Item.php:400
2206
  msgid ""
2207
  "A photo or image post displays the selected image in the one-page preview of Blog2Social and your comment above the image. The image links to the image view on your image gallery in the respective network. Blog2Social adds the link to your post in your comment. The main "
2208
  "benefit of photo posts is that your image is uploaded to your personal image albums or gallery. In Facebook, you can edit the albums name with a description of your choice."
@@ -2593,6 +2606,604 @@ msgstr ""
2593
  msgid "on Blog"
2594
  msgstr ""
2595
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2596
  #: views/b2s/partials/plugin-deactivate-modal.php:10
2597
  msgid "Do you want to delete your scheduled posts?"
2598
  msgstr ""
@@ -2645,6 +3256,140 @@ msgstr ""
2645
  msgid "Latest Posts"
2646
  msgstr ""
2647
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2648
  #: includes/B2S/Support/Check/System.php:44
2649
  msgid "or higher"
2650
  msgstr ""
3
  msgstr ""
4
  "Project-Id-Version: Blog2Social: Social Media Auto Post & Scheduler\n"
5
  "Report-Msgid-Bugs-To: \n"
6
+ "POT-Creation-Date: 2019-08-29 08:55+0000\n"
7
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
8
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
9
  "Language-Team: \n"
63
  msgid "Upgrade to Premium"
64
  msgstr ""
65
 
66
+ #: includes/Loader.php:721 views/b2s/html/post.navbar.php:13
67
  msgid "Notifications"
68
  msgstr ""
69
 
70
+ #: includes/Loader.php:721 views/b2s/html/post.navbar.php:12 views/b2s/html/sidebar.php:106
71
  msgid "Shared Posts"
72
  msgstr ""
73
 
74
+ #: includes/Loader.php:721 views/b2s/html/post.navbar.php:8 views/b2s/html/sidebar.php:97
75
  msgid "Instant Sharing"
76
  msgstr ""
77
 
78
+ #: includes/Loader.php:721 views/b2s/html/post.navbar.php:9 views/b2s/html/sidebar.php:78 views/b2s/html/sidebar.php:100
79
  msgid "Drafts"
80
  msgstr ""
81
 
82
+ #: includes/Loader.php:721 views/b2s/html/post.navbar.php:10 views/b2s/html/sidebar.php:103 views/b2s/widgets/posts.php:18
83
  msgid "Scheduled Posts"
84
  msgstr ""
85
 
99
  msgid "Group"
100
  msgstr ""
101
 
102
+ #: includes/Loader.php:723 views/prg/html/form.php:74
103
  msgid "Company"
104
  msgstr ""
105
 
195
  msgid "Posts & Sharing"
196
  msgstr ""
197
 
198
+ #: includes/Loader.php:801 includes/Loader.php:855 views/b2s/dashboard.php:30 views/b2s/html/post.navbar.php:14 views/b2s/html/sidebar.php:109
199
  msgid "Calendar"
200
  msgstr ""
201
 
202
+ #: includes/Loader.php:802 includes/Loader.php:863 views/b2s/html/post.navbar.php:15 views/b2s/html/sidebar.php:71
203
  msgid "Content Curation"
204
  msgstr ""
205
 
207
  msgid "Networks"
208
  msgstr ""
209
 
210
+ #: includes/Loader.php:804 includes/Loader.php:876 views/b2s/html/sidebar.php:118
211
  msgid "Settings"
212
  msgstr ""
213
 
215
  msgid "PR-Service"
216
  msgstr ""
217
 
218
+ #: includes/Loader.php:808 includes/Loader.php:892 views/b2s/html/header.php:33 views/b2s/html/sidebar.php:121 views/b2s/html/sidebar.ship.php:56
219
  msgid "Help & Support"
220
  msgstr ""
221
 
225
 
226
  #: includes/Loader.php:810 includes/Loader.php:900 includes/B2S/PostBox.php:108 views/b2s/network.php:33 views/b2s/ship.php:21 includes/B2S/Curation/View.php:53 includes/B2S/Network/Item.php:148 includes/B2S/Network/Item.php:151 includes/B2S/Network/Item.php:155
227
  #: includes/B2S/Network/Item.php:158 includes/B2S/Network/Item.php:250 includes/B2S/Network/Item.php:312 includes/B2S/Network/Item.php:374 includes/B2S/Settings/Item.php:102 includes/B2S/Ship/Image.php:73 includes/B2S/Ship/Image.php:80 includes/B2S/Ship/Item.php:805
228
+ #: includes/B2S/Ship/Portale.php:32 includes/B2S/Ship/Portale.php:35 includes/B2S/Ship/Portale.php:38 views/b2s/html/post.navbar.php:10 views/b2s/html/post.navbar.php:14 views/b2s/partials/post-edit-modal.php:9 views/b2s/widgets/posts.php:18
229
  msgid "PREMIUM"
230
  msgstr ""
231
 
232
+ #: includes/Loader.php:832 views/b2s/html/sidebar.php:25 views/b2s/html/sidebar.ship.php:24
233
  msgid "Blog2Social"
234
  msgstr ""
235
 
241
  msgid "back to install plugins"
242
  msgstr ""
243
 
244
+ #: includes/Notice.php:19 views/b2s/html/sidebar.php:144
245
  msgid "Rate it!"
246
  msgstr ""
247
 
249
  msgid "If you like Blog2Social, please give us a 5 star rating. I there is anything that does not work for you, please contact us!!"
250
  msgstr ""
251
 
252
+ #: includes/Notice.php:21 views/b2s/html/sidebar.php:147
253
  msgid "RATE BLOG2SOCIAL"
254
  msgstr ""
255
 
279
  msgid "<a href=\"https://www.blog2social.com/en/faq/content/1/58/en/system-requirements-for-installing-blog2social.html\" target=\"_blank\"> Please find more Information and help in our FAQ</a>"
280
  msgstr ""
281
 
282
+ #: includes/Tools.php:238 views/b2s/html/sidebar.php:30 views/b2s/html/sidebar.ship.php:29
283
  msgid "License"
284
  msgstr ""
285
 
311
  msgid "<b> An unknown error occurred! </b> <br> Please contact our support!"
312
  msgstr ""
313
 
314
+ #: includes/Ajax/Get.php:529 includes/Ajax/Post.php:1376 views/b2s/network.php:5 includes/B2S/Network/Item.php:215 includes/B2S/Network/Item.php:276 includes/B2S/Network/Item.php:339 includes/B2S/Network/Item.php:465 includes/B2S/Network/Item.php:481
315
  msgid "Unknown username"
316
  msgstr ""
317
 
328
  msgid "last auto-post:"
329
  msgstr ""
330
 
331
+ #: includes/B2S/PostBox.php:76 views/b2s/ship.php:581 views/b2s/html/header.php:53
332
  msgid "The connection to the server failed. Try again!"
333
  msgstr ""
334
 
368
  msgid "Auto-posts for Facebook Profiles will be shown in the \"Instant Sharing\" tab on your \"Posts & Sharing\" navigation bar and can be shared on your Facebook Profile by clicking on the \"Share\" button next to your auto-post."
369
  msgstr ""
370
 
371
+ #: includes/B2S/PostBox.php:101 views/b2s/html/header.php:314
372
  msgid "Social Media Auto-Posting"
373
  msgstr ""
374
 
377
  msgstr ""
378
 
379
  #: includes/B2S/PostBox.php:115 views/b2s/curation.draft.php:45 views/b2s/network.php:57 views/b2s/network.php:145 views/b2s/network.php:221 views/b2s/network.php:352 views/b2s/post.approve.php:50 views/b2s/post.calendar.php:59 views/b2s/post.calendar.php:238
380
+ #: views/b2s/post.draft.php:42 views/b2s/post.notice.php:44 views/b2s/post.php:40 views/b2s/post.publish.php:44 views/b2s/post.sched.php:58 views/b2s/ship.php:186 views/b2s/ship.php:579 views/b2s/support.php:203 views/prg/html/header.php:81
381
  msgid "Loading..."
382
  msgstr ""
383
 
391
  "visibility and engagement with your community."
392
  msgstr ""
393
 
394
+ #: includes/B2S/PostBox.php:135 views/b2s/html/footer.php:307
395
  msgid "Blog2Social: Social Media Auto-Posting"
396
  msgstr ""
397
 
398
+ #: includes/B2S/PostBox.php:139 views/b2s/html/footer.php:311
399
  msgid "You have 2 general options to define the date and time to share your blog posts on social media with the Auto-Poster:"
400
  msgstr ""
401
 
402
+ #: includes/B2S/PostBox.php:140 views/b2s/html/footer.php:312
403
  msgid "1. Immediately after publishing your blog post"
404
  msgstr ""
405
 
406
+ #: includes/B2S/PostBox.php:141 views/b2s/html/footer.php:313
407
  msgid "Published blog posts: If you publish your blog post with click on publish in your WordPress post editor, Blog2Social will automatically share your social media post immediately."
408
  msgstr ""
409
 
410
+ #: includes/B2S/PostBox.php:142 views/b2s/html/footer.php:314
411
  msgid "Scheduled blog posts: If you schedule your blog post with click on schedule in your WordPress post editor, Blog2Social will share your social media post on the publishing date of your blog post."
412
  msgstr ""
413
 
414
+ #: includes/B2S/PostBox.php:143 views/b2s/html/footer.php:315
415
  msgid "2. Schedule your social media posts for a specific date and time If you want to share your post at a particular date and time, different from your publishing date, select the option at scheduled times and set any date and time to share your post on social media."
416
  msgstr ""
417
 
418
+ #: includes/B2S/PostBox.php:147 views/b2s/html/footer.php:320
419
  msgid "You want to auto-post your blog post?"
420
  msgstr ""
421
 
422
+ #: includes/B2S/PostBox.php:148 views/b2s/curation.php:126 views/b2s/post.calendar.php:276 views/b2s/ship.php:304 views/b2s/ship.php:364 views/b2s/ship.php:410 views/b2s/html/footer.php:26 views/b2s/html/footer.php:144 views/b2s/html/footer.php:210 views/b2s/html/footer.php:250
423
+ #: views/b2s/html/footer.php:321 views/b2s/html/footer.php:406
424
  msgid "With Blog2Social Premium you can:"
425
  msgstr ""
426
 
427
+ #: includes/B2S/PostBox.php:151 views/b2s/curation.php:129 views/b2s/post.calendar.php:279 views/b2s/ship.php:307 views/b2s/ship.php:367 views/b2s/ship.php:413 views/b2s/html/footer.php:29 views/b2s/html/footer.php:147 views/b2s/html/footer.php:213 views/b2s/html/footer.php:253
428
+ #: views/b2s/html/footer.php:324 views/b2s/html/footer.php:409 views/b2s/html/header.php:315
429
  msgid "Post on pages and groups"
430
  msgstr ""
431
 
432
+ #: includes/B2S/PostBox.php:152 views/b2s/curation.php:130 views/b2s/post.calendar.php:280 views/b2s/ship.php:308 views/b2s/ship.php:368 views/b2s/ship.php:414 views/b2s/html/footer.php:30 views/b2s/html/footer.php:148 views/b2s/html/footer.php:214 views/b2s/html/footer.php:254
433
+ #: views/b2s/html/footer.php:325 views/b2s/html/footer.php:410
434
  msgid "Share on multiple profiles, pages and groups"
435
  msgstr ""
436
 
437
+ #: includes/B2S/PostBox.php:153 views/b2s/curation.php:131 views/b2s/post.calendar.php:281 views/b2s/ship.php:309 views/b2s/ship.php:369 views/b2s/ship.php:415 views/b2s/html/footer.php:31 views/b2s/html/footer.php:65 views/b2s/html/footer.php:149 views/b2s/html/footer.php:215
438
+ #: views/b2s/html/footer.php:255 views/b2s/html/footer.php:326 views/b2s/html/footer.php:411
439
  msgid "Auto-post and auto-schedule new and updated blog posts"
440
  msgstr ""
441
 
442
+ #: includes/B2S/PostBox.php:154 views/b2s/curation.php:132 views/b2s/post.calendar.php:282 views/b2s/ship.php:310 views/b2s/ship.php:370 views/b2s/ship.php:416 views/b2s/html/footer.php:32 views/b2s/html/footer.php:150 views/b2s/html/footer.php:216 views/b2s/html/footer.php:256
443
+ #: views/b2s/html/footer.php:327 views/b2s/html/footer.php:412
444
  msgid "Schedule your posts at the best times on each network"
445
  msgstr ""
446
 
447
+ #: includes/B2S/PostBox.php:155 views/b2s/curation.php:133 views/b2s/post.calendar.php:283 views/b2s/ship.php:311 views/b2s/ship.php:371 views/b2s/ship.php:417 views/b2s/html/footer.php:33 views/b2s/html/footer.php:151 views/b2s/html/footer.php:217 views/b2s/html/footer.php:257
448
+ #: views/b2s/html/footer.php:328 views/b2s/html/footer.php:413
449
  msgid "Best Time Manager: use predefined best time scheduler to auto-schedule your social media posts"
450
  msgstr ""
451
 
452
+ #: includes/B2S/PostBox.php:156 views/b2s/curation.php:134 views/b2s/post.calendar.php:284 views/b2s/ship.php:312 views/b2s/ship.php:372 views/b2s/ship.php:418 views/b2s/html/footer.php:34 views/b2s/html/footer.php:152 views/b2s/html/footer.php:218 views/b2s/html/footer.php:258
453
+ #: views/b2s/html/footer.php:329 views/b2s/html/footer.php:414
454
  msgid "Schedule your post for one time, multiple times or recurrently"
455
  msgstr ""
456
 
457
+ #: includes/B2S/PostBox.php:157 views/b2s/curation.php:135 views/b2s/post.calendar.php:285 views/b2s/ship.php:313 views/b2s/ship.php:373 views/b2s/ship.php:419 views/b2s/html/footer.php:35 views/b2s/html/footer.php:153 views/b2s/html/footer.php:219 views/b2s/html/footer.php:259
458
+ #: views/b2s/html/footer.php:330 views/b2s/html/footer.php:415
459
  msgid "Schedule and re-share old posts"
460
  msgstr ""
461
 
462
+ #: includes/B2S/PostBox.php:158 views/b2s/curation.php:136 views/b2s/post.calendar.php:286 views/b2s/ship.php:314 views/b2s/ship.php:374 views/b2s/ship.php:420 views/b2s/html/footer.php:36 views/b2s/html/footer.php:67 views/b2s/html/footer.php:154 views/b2s/html/footer.php:220
463
+ #: views/b2s/html/footer.php:260 views/b2s/html/footer.php:331 views/b2s/html/footer.php:416
464
  msgid "Select link format or image format for your posts"
465
  msgstr ""
466
 
467
+ #: includes/B2S/PostBox.php:159 views/b2s/curation.php:137 views/b2s/post.calendar.php:287 views/b2s/ship.php:315 views/b2s/ship.php:375 views/b2s/ship.php:421 views/b2s/html/footer.php:37 views/b2s/html/footer.php:68 views/b2s/html/footer.php:155 views/b2s/html/footer.php:221
468
+ #: views/b2s/html/footer.php:261 views/b2s/html/footer.php:332 views/b2s/html/footer.php:417
469
  msgid "Select individual images per post"
470
  msgstr ""
471
 
472
+ #: includes/B2S/PostBox.php:160 views/b2s/curation.php:138 views/b2s/post.calendar.php:288 views/b2s/ship.php:316 views/b2s/ship.php:376 views/b2s/ship.php:422 views/b2s/html/footer.php:38 views/b2s/html/footer.php:156 views/b2s/html/footer.php:222 views/b2s/html/footer.php:262
473
+ #: views/b2s/html/footer.php:333 views/b2s/html/footer.php:418
474
  msgid "Reporting & calendar: keep track of your published and scheduled social media posts"
475
  msgstr ""
476
 
477
+ #: includes/B2S/PostBox.php:162 views/b2s/curation.php:140 views/b2s/post.calendar.php:290 views/b2s/ship.php:318 views/b2s/ship.php:378 views/b2s/ship.php:424 views/b2s/html/footer.php:40 views/b2s/html/footer.php:158 views/b2s/html/footer.php:224 views/b2s/html/footer.php:264
478
+ #: views/b2s/html/footer.php:335 views/b2s/html/footer.php:420 views/b2s/html/header.php:269
479
  msgid "Upgrade to PREMIUM"
480
  msgstr ""
481
 
482
+ #: includes/B2S/PostBox.php:164 views/b2s/curation.php:142 views/b2s/post.calendar.php:292 views/b2s/ship.php:320 views/b2s/ship.php:380 views/b2s/ship.php:426 views/b2s/html/footer.php:42 views/b2s/html/footer.php:73 views/b2s/html/footer.php:91 views/b2s/html/footer.php:160
483
+ #: views/b2s/html/footer.php:226 views/b2s/html/footer.php:266 views/b2s/html/footer.php:337 views/b2s/html/footer.php:422
484
  msgid "or <a href=\"http://service.blog2social.com/trial\" target=\"_blank\">start with free 30-days-trial of Blog2Social Premium</a> (no payment information needed)"
485
  msgstr ""
486
 
512
  msgid "You want to schedule your blog post with Auto-Poster?"
513
  msgstr ""
514
 
515
+ #: includes/B2S/PostBox.php:227 views/b2s/html/footer.php:71 views/b2s/html/footer.php:89
516
  msgid "Upgrade to PREMIUM PRO"
517
  msgstr ""
518
 
661
  msgid "Follow us"
662
  msgstr ""
663
 
664
+ #: views/b2s/network.php:23 views/b2s/network.php:24 views/b2s/post.calendar.php:220 views/b2s/post.calendar.php:221 views/prg/post.php:25 views/prg/post.php:26 views/b2s/html/post.navbar.php:21 views/b2s/html/post.navbar.php:22
665
  msgid "filter"
666
  msgstr ""
667
 
677
  msgid "Delete"
678
  msgstr ""
679
 
680
+ #: views/b2s/network.php:44 views/b2s/ship.php:72 views/b2s/ship.php:363 views/b2s/html/footer.php:209
681
  msgid "You want to schedule your posts and use the Best Time Scheduler?"
682
  msgstr ""
683
 
938
  msgid "scheduled"
939
  msgstr ""
940
 
941
+ #: views/b2s/post.calendar.php:69 views/b2s/post.sched.php:177 includes/B2S/Settings/Item.php:382 includes/B2S/Settings/Item.php:412 views/b2s/html/footer.php:111
942
  msgid "Link Post"
943
  msgstr ""
944
 
1244
  msgid "Social Media Scheduling & Sharing"
1245
  msgstr ""
1246
 
1247
+ #: views/b2s/ship.php:51 views/prg/ship.php:41 views/prg/ship.php:43 includes/B2S/Curation/View.php:35 includes/B2S/Settings/Item.php:317 includes/B2S/Settings/Item.php:338 views/prg/html/form.php:26 views/prg/html/form.php:28
1248
  msgid "Title"
1249
  msgstr ""
1250
 
1264
  msgid "Load My Times Settings"
1265
  msgstr ""
1266
 
1267
+ #: views/b2s/ship.php:103 views/b2s/html/sidebar.php:115
1268
  msgid "Social Accounts"
1269
  msgstr ""
1270
 
1407
  msgid "Troubleshooting-Tool"
1408
  msgstr ""
1409
 
1410
+ #: views/b2s/support.php:18 views/b2s/support.php:21 views/b2s/html/post.navbar.php:9
1411
  msgid "NEW"
1412
  msgstr ""
1413
 
1675
  msgid "Connections"
1676
  msgstr ""
1677
 
1678
+ #: includes/B2S/Network/Item.php:170 views/b2s/html/footer.php:192
1679
  msgid "Best Time Manager"
1680
  msgstr ""
1681
 
1739
  msgid "Link"
1740
  msgstr ""
1741
 
1742
+ #: includes/B2S/Network/Item.php:584 includes/B2S/Network/Item.php:587 includes/B2S/Settings/Item.php:382 views/b2s/html/footer.php:128
1743
  msgid "Image with frame"
1744
  msgstr ""
1745
 
1747
  msgid "Image"
1748
  msgstr ""
1749
 
1750
+ #: includes/B2S/Network/Item.php:585 includes/B2S/Network/Item.php:588 includes/B2S/Settings/Item.php:393 views/b2s/html/footer.php:133
1751
  msgid "Image cut out"
1752
  msgstr ""
1753
 
2200
  msgid "Upgrade to Premium Pro now."
2201
  msgstr ""
2202
 
2203
+ #: includes/B2S/Settings/Item.php:387 views/b2s/html/footer.php:129
2204
  msgid "Insert white frames to show the whole image in your timeline. All image information will be shown in your timeline."
2205
  msgstr ""
2206
 
2207
+ #: includes/B2S/Settings/Item.php:389 views/b2s/html/footer.php:112
2208
  msgid ""
2209
  "The link post format displays posts title, link address and the first one or two sentences of the post. The networks scan this information from your META or OpenGraph. PLEASE NOTE: If you want your link posts to display the selected image from the Blog2Social preview editor, "
2210
  "please make sure you have activated the Social Meta Tags for Facebook and Twitter in your Blog2Social settings. You find these settings in the tab \"Social Meta Data\". If you don't select a specific post image, some networks display the first image detected on your page. The "
2211
  "image links to your blog post."
2212
  msgstr ""
2213
 
2214
+ #: includes/B2S/Settings/Item.php:398 views/b2s/html/footer.php:134
2215
  msgid "The image preview will be cropped automatically to fit the default Instagram layout for your Instagram timeline. The image will be shown uncropped when opening the preview page for your Instagram post."
2216
  msgstr ""
2217
 
2218
+ #: includes/B2S/Settings/Item.php:400 views/b2s/html/footer.php:117
2219
  msgid ""
2220
  "A photo or image post displays the selected image in the one-page preview of Blog2Social and your comment above the image. The image links to the image view on your image gallery in the respective network. Blog2Social adds the link to your post in your comment. The main "
2221
  "benefit of photo posts is that your image is uploaded to your personal image albums or gallery. In Facebook, you can edit the albums name with a description of your choice."
2606
  msgid "on Blog"
2607
  msgstr ""
2608
 
2609
+ #: views/b2s/html/footer.php:4
2610
+ msgid "Privacy Policy"
2611
+ msgstr ""
2612
+
2613
+ #: views/b2s/html/footer.php:4
2614
+ msgid "Terms"
2615
+ msgstr ""
2616
+
2617
+ #: views/b2s/html/footer.php:4
2618
+ msgid "We never store your data from your social media profiles"
2619
+ msgstr ""
2620
+
2621
+ #: views/b2s/html/footer.php:8 views/prg/html/footer.php:8 views/prg/html/header.php:40
2622
+ msgid "Post"
2623
+ msgstr ""
2624
+
2625
+ #: views/b2s/html/footer.php:9 views/prg/html/footer.php:9
2626
+ msgid "Job"
2627
+ msgstr ""
2628
+
2629
+ #: views/b2s/html/footer.php:10 views/prg/html/footer.php:10
2630
+ msgid "Event"
2631
+ msgstr ""
2632
+
2633
+ #: views/b2s/html/footer.php:11 views/prg/html/footer.php:11
2634
+ msgid "Product"
2635
+ msgstr ""
2636
+
2637
+ #: views/b2s/html/footer.php:23
2638
+ msgid "Upgrade to Blog2Social for Premium"
2639
+ msgstr ""
2640
+
2641
+ #: views/b2s/html/footer.php:53
2642
+ msgid "Upgrade to Blog2Social for PREMIUM PRO"
2643
+ msgstr ""
2644
+
2645
+ #: views/b2s/html/footer.php:56
2646
+ msgid "You can select different combinations of networks and save them for different sharing purposes."
2647
+ msgstr ""
2648
+
2649
+ #: views/b2s/html/footer.php:59
2650
+ msgid ""
2651
+ "With Blog2Social Premium PRO you can save your preferred network combinations for future reference and choose individual names for each network combination. Use specific network combinations for recurring sharing purposes or campaigns, e.g. for initial sharing new blog posts, "
2652
+ "for re-sharing evergreen content or for sharing images or videos. Select your preferred network combination fast and easily for your next social sharing activity. You can also connect multiple profiles, pages and groups per network in one network set"
2653
+ msgstr ""
2654
+
2655
+ #: views/b2s/html/footer.php:62
2656
+ msgid "With Blog2Social PREMIUM PRO you can also:"
2657
+ msgstr ""
2658
+
2659
+ #: views/b2s/html/footer.php:64
2660
+ msgid "Post on LinkedIn pages, XING pages and groups, as well as Facebook pages and groups"
2661
+ msgstr ""
2662
+
2663
+ #: views/b2s/html/footer.php:66
2664
+ msgid "Schedule your posts at the best times on each network: for one time, multiple times or recurrently"
2665
+ msgstr ""
2666
+
2667
+ #: views/b2s/html/footer.php:69
2668
+ msgid "Reporting and calendar: keep track of your published and scheduled social media posts"
2669
+ msgstr ""
2670
+
2671
+ #: views/b2s/html/footer.php:76
2672
+ msgid "Activate Blog2Social PREMIUM PRO."
2673
+ msgstr ""
2674
+
2675
+ #: views/b2s/html/footer.php:78
2676
+ msgid "With Blog2Social Premium PRO you can connect pages in LinkedIn and XING as well as XING groups."
2677
+ msgstr ""
2678
+
2679
+ #: views/b2s/html/footer.php:81
2680
+ msgid "Also included:"
2681
+ msgstr ""
2682
+
2683
+ #: views/b2s/html/footer.php:83
2684
+ msgid "Social media auto-posting and auto-scheduling"
2685
+ msgstr ""
2686
+
2687
+ #: views/b2s/html/footer.php:84
2688
+ msgid "Posting to social media pages and groups in Facebook"
2689
+ msgstr ""
2690
+
2691
+ #: views/b2s/html/footer.php:85
2692
+ msgid "Sharing on multiple accounts per network"
2693
+ msgstr ""
2694
+
2695
+ #: views/b2s/html/footer.php:86
2696
+ msgid "Best Time Scheduler: schedule once, multiple times or recurringly"
2697
+ msgstr ""
2698
+
2699
+ #: views/b2s/html/footer.php:87
2700
+ msgid "Reporting with links to already published posts"
2701
+ msgstr ""
2702
+
2703
+ #: views/b2s/html/footer.php:102
2704
+ msgid "Select the preferred custom post format for your posts"
2705
+ msgstr ""
2706
+
2707
+ #: views/b2s/html/footer.php:107
2708
+ msgid "You can define your preferred custom post format Twitter, LinkedIn and Facebook. Select link post or photo post format:"
2709
+ msgstr ""
2710
+
2711
+ #: views/b2s/html/footer.php:116
2712
+ msgid "Photo Post"
2713
+ msgstr ""
2714
+
2715
+ #: views/b2s/html/footer.php:124
2716
+ msgid "For Instagram, you can select \"image with frame\" or \"image cut out\" as your preferred custom post format."
2717
+ msgstr ""
2718
+
2719
+ #: views/b2s/html/footer.php:174
2720
+ msgid "Did you miss something?"
2721
+ msgstr ""
2722
+
2723
+ #: views/b2s/html/footer.php:177
2724
+ msgid "Help us make Blog2Social even better!"
2725
+ msgstr ""
2726
+
2727
+ #: views/b2s/html/footer.php:181
2728
+ msgid "submit"
2729
+ msgstr ""
2730
+
2731
+ #: views/b2s/html/footer.php:195
2732
+ msgid ""
2733
+ "Blog2Social provides you with a pre-configured time-scheme to automatically schedule your social media posts for the best times to share on each social network based on recent research. Click Load Best Times in the preview editor to schedule your posts automatically for the "
2734
+ "best times to post on each social network."
2735
+ msgstr ""
2736
+
2737
+ #: views/b2s/html/footer.php:197
2738
+ msgid ""
2739
+ "You can also configure your own individual time settings for each of your social media connections to post your content on social media when your followers are online. By configuring an individual cross-posting schedule for all your networks you can set up an effective social "
2740
+ "media posting plan to reach as many followers as possible."
2741
+ msgstr ""
2742
+
2743
+ #: views/b2s/html/footer.php:199
2744
+ msgid "Click Load My Time Settings in the preview editor to schedule your posts automatically for your individually chosen best times."
2745
+ msgstr ""
2746
+
2747
+ #: views/b2s/html/footer.php:201
2748
+ msgid "You can always edit the predefined times in the preview editor for any post or network and save your new settings as default for future use."
2749
+ msgstr ""
2750
+
2751
+ #: views/b2s/html/footer.php:203
2752
+ msgid "Blog2Social will also apply your personal time settings if you enable the Social Media Auto-Poster and select the checkbox post at my time settings."
2753
+ msgstr ""
2754
+
2755
+ #: views/b2s/html/footer.php:205
2756
+ msgid "Learn how to set up and apply individual best times to your social media scheduling and auto-poster."
2757
+ msgstr ""
2758
+
2759
+ #: views/b2s/html/footer.php:239
2760
+ msgid "Why Retweets?"
2761
+ msgstr ""
2762
+
2763
+ #: views/b2s/html/footer.php:242
2764
+ msgid "Retweets are the recommended way to reshare the same Tweets across Twitter accounts in accordance with Twitter new rules. You can now schedule multiple Retweets for an original Tweet that you are planning right from your WordPress."
2765
+ msgstr ""
2766
+
2767
+ #: views/b2s/html/footer.php:245
2768
+ msgid "If Retweets are enabled, every Original-Tweet you schedule in this step will be retweeted by the selected Twitter accounts. If, for example, 3 Original-Tweets are scheduled, every single Tweet will trigger a Retweet for the selected Twitter accounts."
2769
+ msgstr ""
2770
+
2771
+ #: views/b2s/html/footer.php:249
2772
+ msgid "Do you want retweeten?"
2773
+ msgstr ""
2774
+
2775
+ #: views/b2s/html/footer.php:278
2776
+ msgid "Bit.ly integration (URL Shortening)"
2777
+ msgstr ""
2778
+
2779
+ #: views/b2s/html/footer.php:281
2780
+ msgid ""
2781
+ "You can use Bit.ly links to shorten the URL of your links and to track the performance of your links across all social media networks. Activate Bit.ly in the Blog2Social settings and link it to your Bit.ly account. Your social media posts will then be shared with your Bit.ly "
2782
+ "links and you can monitor the success of your posts in your Bit.ly account."
2783
+ msgstr ""
2784
+
2785
+ #: views/b2s/html/footer.php:292
2786
+ msgid "Define Twitter post content"
2787
+ msgstr ""
2788
+
2789
+ #: views/b2s/html/footer.php:295
2790
+ msgid "Select the content that will be automatically pre-filled in your Twitter posts. If you have ticked the box \"include WordPress tags as hashtags in my post\", hashtags are automatically added in the drop-down menu."
2791
+ msgstr ""
2792
+
2793
+ #: views/b2s/html/footer.php:352
2794
+ msgid "Social Meta Tags Settings"
2795
+ msgstr ""
2796
+
2797
+ #: views/b2s/html/footer.php:355 views/b2s/html/footer.php:436
2798
+ msgid "Change image, title and description for your post on this network"
2799
+ msgstr ""
2800
+
2801
+ #: views/b2s/html/footer.php:361
2802
+ msgid ""
2803
+ "Facebook has changed its policy for posting link posts via plugins or web applications. Facebook does no longer display the featured or selected image for your blog post, but only images defined in the Open Graph (OG) Meta Tags of your blog post. If you have not defined any "
2804
+ "OG Meta Tags, Facebook displays a random image from your blog post or blog site. If you have defined an image in your blog post OG Meta Tags that does not meet the image size requirements, Facebook also does not displayed your selected image, but a random image. Please make "
2805
+ "sure that your image meets the image size requirements for Facebook."
2806
+ msgstr ""
2807
+
2808
+ #: views/b2s/html/footer.php:363
2809
+ msgid ""
2810
+ "With Blog2Social you can select a featured image or any image you select to be displayed with your link post. Blog2Social will automatically write the required parameter in the OG Meta Tags of your blog post, so that your selected image will be displayed with your link post. "
2811
+ "If you don't want Blog2Social to do that, because you have defined your own OG meta tags, please uncheck this box. Please note that you cannot select a specific image for your link post without OG meta tags."
2812
+ msgstr ""
2813
+
2814
+ #: views/b2s/html/footer.php:366
2815
+ msgid ""
2816
+ "Twitter has changed its policy for posting link posts via plugins or web applications. Twitter does no longer display the featured or selected image for your blog post, but only images defined in the Twitter Card Meta Tags of your blog post. If you have not defined any "
2817
+ "Twitter Card Meta Tags, Twitter displays a random image from your blog post or blog site. If you have defined an image in your blog post Twitter Card Meta Tags that does not meet the image size requirements, Twitter displays a white space for the image of your link post. "
2818
+ "Please make sure that your image meets the image size requirements for Twitter."
2819
+ msgstr ""
2820
+
2821
+ #: views/b2s/html/footer.php:368
2822
+ msgid ""
2823
+ "With Blog2Social you can select a featured image or any image you select to be displayed with your link post. Blog2Social will automatically write the required parameter in the Twitter Card meta tags of your blog post, so that your selected image will be displayed with your "
2824
+ "link post. If you don't want Blog2Social to do that, because you have defined your own Twitter Card meta tags, please uncheck this box. Please note that you cannot select a specific image for your link post without Twitter Card meta tags."
2825
+ msgstr ""
2826
+
2827
+ #: views/b2s/html/footer.php:371
2828
+ msgid "You can change the image, title and description for your post on Facebook, by editing the following fields for"
2829
+ msgstr ""
2830
+
2831
+ #: views/b2s/html/footer.php:374 views/b2s/html/footer.php:389
2832
+ msgid "image"
2833
+ msgstr ""
2834
+
2835
+ #: views/b2s/html/footer.php:375 views/b2s/html/footer.php:390
2836
+ msgid "title"
2837
+ msgstr ""
2838
+
2839
+ #: views/b2s/html/footer.php:376 views/b2s/html/footer.php:391
2840
+ msgid "description"
2841
+ msgstr ""
2842
+
2843
+ #: views/b2s/html/footer.php:378
2844
+ msgid "Blog2Social will automatically write these information in the Facebook Open Graph (OG) Meta Tags for Image, Title and Description of your blog post."
2845
+ msgstr ""
2846
+
2847
+ #: views/b2s/html/footer.php:381
2848
+ msgid ""
2849
+ "Please note: If this post has already been shared or scheduled previously, your current changes will also affect the look of previously shared or scheduled posts, as Facebook always refers to the current Open Graph meta tags information and automatically updated all existing "
2850
+ "posts."
2851
+ msgstr ""
2852
+
2853
+ #: views/b2s/html/footer.php:383
2854
+ #, php-format
2855
+ msgid "Please note: Your changes will have no effect on your social media posts on Facebook, if you have manually unchecked the Meta Tag options for Facebook in your Blog2Social <a target=\"_blank\" href=\"%s\">settings</a>"
2856
+ msgstr ""
2857
+
2858
+ #: views/b2s/html/footer.php:386
2859
+ msgid "You can change the image, title and description for your post on Twitter, by editing the following fields for"
2860
+ msgstr ""
2861
+
2862
+ #: views/b2s/html/footer.php:393
2863
+ msgid "Blog2Social will automatically write these information in the Twitter Card Meta Tags for Image, Title and Description of your blog post."
2864
+ msgstr ""
2865
+
2866
+ #: views/b2s/html/footer.php:396
2867
+ msgid ""
2868
+ "Please note: If this post has already been shared or scheduled previously, your current changes will also affect the look of previously shared or scheduled posts, as Twitter always refers to the current Twitter Card information. However, if you have already shared this post, "
2869
+ "Twitter may update your current changes within 7 days."
2870
+ msgstr ""
2871
+
2872
+ #: views/b2s/html/footer.php:398
2873
+ #, php-format
2874
+ msgid "Please note: Your changes will have no effect on your social media posts on Twitter, if you have manually unchecked the Meta Tag options for Twitter in your <a target=\"_blank\" href=\"%s\">settings</a>"
2875
+ msgstr ""
2876
+
2877
+ #: views/b2s/html/footer.php:405
2878
+ msgid "You want to change the image, title and description for your post?"
2879
+ msgstr ""
2880
+
2881
+ #: views/b2s/html/footer.php:441
2882
+ msgid ""
2883
+ "You are currently sharing this post as image post. Changes to title and description Meta Tag parameters will only be supported for link post formats. Please change your post format to link post to make individual changes to the title and description for your post preview."
2884
+ msgstr ""
2885
+
2886
+ #: views/b2s/html/footer.php:444
2887
+ #, php-format
2888
+ msgid "Your changes will have no effect on your social media posts on Facebook, if you have manually unchecked the Meta Tag options for Facebook in your Blog2Social <a target=\"_blank\" href=\"%s\">settings</a>"
2889
+ msgstr ""
2890
+
2891
+ #: views/b2s/html/footer.php:447
2892
+ #, php-format
2893
+ msgid "Your changes will have no effect on your social media posts on Twitter, if you have manually unchecked the Meta Tag options for Twitter in your Blog2Social <a target=\"_blank\" href=\"%s\">settings</a>"
2894
+ msgstr ""
2895
+
2896
+ #: views/b2s/html/header.php:40
2897
+ msgid "To use all features of Blog2Social, PHP version 5.5.3 or higher is required. Our support assists you as of PHP version 5.5.3. See also:"
2898
+ msgstr ""
2899
+
2900
+ #: views/b2s/html/header.php:41 views/b2s/html/header.php:48
2901
+ msgid "Blog2Social Troubleshooting-Tool"
2902
+ msgstr ""
2903
+
2904
+ #: views/b2s/html/header.php:47
2905
+ msgid "WordPress uses heartbeats by default, Blog2Social as well. Please enable heartbeats for using Blog2Social! See also:"
2906
+ msgstr ""
2907
+
2908
+ #: views/b2s/html/header.php:60
2909
+ msgid "Thank you. You'll now receive the blog updates from Blog2Social."
2910
+ msgstr ""
2911
+
2912
+ #: views/b2s/html/header.php:67
2913
+ msgid "Autoposter limit has been reached"
2914
+ msgstr ""
2915
+
2916
+ #: views/b2s/html/header.php:67
2917
+ msgid "Your daily limit for posting automatically has been reached."
2918
+ msgstr ""
2919
+
2920
+ #: views/b2s/html/header.php:74
2921
+ msgid "You have clear all page and post meta data successful."
2922
+ msgstr ""
2923
+
2924
+ #: views/b2s/html/header.php:79
2925
+ msgid "The page and post meta data could not be removed."
2926
+ msgstr ""
2927
+
2928
+ #: views/b2s/html/header.php:85
2929
+ msgid "You have Yoast SEO active. Blog2Social Social Meta Tags overrides the meta tags from Yoast SEO."
2930
+ msgstr ""
2931
+
2932
+ #: views/b2s/html/header.php:91
2933
+ msgid "You currently have both Blog2Social Social Meta Tags and All in One SEO Pack plugins active. To make sure that your Social Meta Tags are set correctly, please deactivate All in One Seo Social Meta settings. If they are already deactivated, you can ignore this message."
2934
+ msgstr ""
2935
+
2936
+ #: views/b2s/html/header.php:97
2937
+ msgid ""
2938
+ "Blog2Social has detected another plugin that is setting Social Meta tags for your blog posts. To ensure that your Social Meta tags are set correctly for your social media posts shared with Blog2Social, please deactivate the Facebook Open Graph and Twitter Card Tags settings "
2939
+ "in your other plugins."
2940
+ msgstr ""
2941
+
2942
+ #: views/b2s/html/header.php:104
2943
+ msgid "This entry could not be removed. It's not yours!"
2944
+ msgstr ""
2945
+
2946
+ #: views/b2s/html/header.php:109
2947
+ msgid "This entry was removed successfully."
2948
+ msgstr ""
2949
+
2950
+ #: views/b2s/html/header.php:114
2951
+ msgid "This post was edit successful."
2952
+ msgstr ""
2953
+
2954
+ #: views/b2s/html/header.php:123
2955
+ msgid "Post was scheduled successfully on your blog!"
2956
+ msgstr ""
2957
+
2958
+ #: views/b2s/html/header.php:125
2959
+ msgid "Post is published successfully on your blog!"
2960
+ msgstr ""
2961
+
2962
+ #: views/b2s/html/header.php:137
2963
+ msgid "Saved as draft"
2964
+ msgstr ""
2965
+
2966
+ #: views/b2s/html/header.php:143
2967
+ msgid "Could not save draft"
2968
+ msgstr ""
2969
+
2970
+ #: views/b2s/html/header.php:151
2971
+ msgid "Your authorization was successful."
2972
+ msgstr ""
2973
+
2974
+ #: views/b2s/html/header.php:156
2975
+ msgid "Your profile was saved successful."
2976
+ msgstr ""
2977
+
2978
+ #: views/b2s/html/header.php:161
2979
+ msgid "Your profile could not be saved."
2980
+ msgstr ""
2981
+
2982
+ #: views/b2s/html/header.php:166
2983
+ msgid "Your authorization could not be removed."
2984
+ msgstr ""
2985
+
2986
+ #: views/b2s/html/header.php:171
2987
+ msgid "Your authorization was removed successful."
2988
+ msgstr ""
2989
+
2990
+ #: views/b2s/html/header.php:176
2991
+ msgid "Thank you! Your feedback has been received."
2992
+ msgstr ""
2993
+
2994
+ #: views/b2s/html/header.php:181
2995
+ msgid "Your feedback could not be delivered."
2996
+ msgstr ""
2997
+
2998
+ #: views/b2s/html/header.php:188 views/b2s/html/header.php:203
2999
+ msgid "Your settings were successfully saved."
3000
+ msgstr ""
3001
+
3002
+ #: views/b2s/html/header.php:193
3003
+ msgid "Your settings could not be saved."
3004
+ msgstr ""
3005
+
3006
+ #: views/b2s/html/header.php:198
3007
+ msgid "Your settings could not be saved, because you have auto-posting enabled but no social networks selected."
3008
+ msgstr ""
3009
+
3010
+ #: views/b2s/html/header.php:214
3011
+ msgid "RATE IT!"
3012
+ msgstr ""
3013
+
3014
+ #: views/b2s/html/header.php:215
3015
+ #, php-format
3016
+ msgid "Hi, we noticed you just shared your %s. blog post with Blog2Social - that's awesome! Could you please do us a favor and give it a 5-star rating on WordPress? Just to help us spread the word and boost our motivation."
3017
+ msgstr ""
3018
+
3019
+ #: views/b2s/html/header.php:218
3020
+ msgid "Ok, you deserve it"
3021
+ msgstr ""
3022
+
3023
+ #: views/b2s/html/header.php:221
3024
+ msgid "Nope, maybe later"
3025
+ msgstr ""
3026
+
3027
+ #: views/b2s/html/header.php:224
3028
+ msgid "I already did it"
3029
+ msgstr ""
3030
+
3031
+ #: views/b2s/html/header.php:238
3032
+ msgid "Boost your social media automation with Blog2Social PREMIUM!"
3033
+ msgstr ""
3034
+
3035
+ #: views/b2s/html/header.php:240
3036
+ msgid ""
3037
+ "Blog2Social provides even more options for auto-posting and auto-scheduling for your posts. Easily schedule your posts with the Best Time Scheduler or at your personal time settings. Post to multiple pages and groups. Select link post or image post formats for each network "
3038
+ "and post, select any image from your library and more."
3039
+ msgstr ""
3040
+
3041
+ #: views/b2s/html/header.php:244
3042
+ msgid "Yes, I want to test Blog2Social PREMIUM 30 days for free"
3043
+ msgstr ""
3044
+
3045
+ #: views/b2s/html/header.php:247
3046
+ msgid "No, I'm happy with Blog2Social FREE"
3047
+ msgstr ""
3048
+
3049
+ #: views/b2s/html/header.php:259
3050
+ msgid "Your Blog2Social Premium Free Version is activated for "
3051
+ msgstr ""
3052
+
3053
+ #: views/b2s/html/header.php:262
3054
+ msgid " Days"
3055
+ msgstr ""
3056
+
3057
+ #: views/b2s/html/header.php:262
3058
+ msgid " today"
3059
+ msgstr ""
3060
+
3061
+ #: views/b2s/html/header.php:266 views/b2s/html/header.php:285
3062
+ msgid ""
3063
+ "Blog2Social PREMIUM can do so much for you: Auto-publish your blog post on autopilot, automatically schedule your social media posts with the Best Time Manager. Select images and post formats (link post or image post) for each social community. Upload and select any image for "
3064
+ "sharing. Save multiple combinations of networks for different sharing purposes. Start from only $5.75 per month to benefit from PREMIUM features."
3065
+ msgstr ""
3066
+
3067
+ #: views/b2s/html/header.php:270 views/b2s/html/header.php:289
3068
+ msgid "I need some more time to decide"
3069
+ msgstr ""
3070
+
3071
+ #: views/b2s/html/header.php:281
3072
+ msgid "Your free trial of Blog2Social PREMIUM has ended."
3073
+ msgstr ""
3074
+
3075
+ #: views/b2s/html/header.php:282
3076
+ msgid "We hope you liked Blog2Social Premium."
3077
+ msgstr ""
3078
+
3079
+ #: views/b2s/html/header.php:288
3080
+ msgid "Yes, I want to upgrade now"
3081
+ msgstr ""
3082
+
3083
+ #: views/b2s/html/header.php:290
3084
+ msgid "Did you miss something? Tell us!"
3085
+ msgstr ""
3086
+
3087
+ #: views/b2s/html/header.php:305
3088
+ msgid "Test Blog2Social PREMIUM 30 days for free"
3089
+ msgstr ""
3090
+
3091
+ #: views/b2s/html/header.php:311
3092
+ msgid "The free trial can not be started. This blog has been already registered for the free trial."
3093
+ msgstr ""
3094
+
3095
+ #: views/b2s/html/header.php:316
3096
+ msgid "Share on multiple accounts per network"
3097
+ msgstr ""
3098
+
3099
+ #: views/b2s/html/header.php:317
3100
+ msgid "Best Time Scheduler: Schedule once, multiple times or recurringly."
3101
+ msgstr ""
3102
+
3103
+ #: views/b2s/html/header.php:318
3104
+ msgid "Reporting with links to all published social media posts"
3105
+ msgstr ""
3106
+
3107
+ #: views/b2s/html/header.php:321 views/prg/html/form.php:141 views/prg/html/form.php:143 views/prg/html/form.php:218 views/prg/html/form.php:220
3108
+ msgid "E-Mail"
3109
+ msgstr ""
3110
+
3111
+ #: views/b2s/html/header.php:325 views/prg/html/form.php:91 views/prg/html/form.php:100 views/prg/html/form.php:168 views/prg/html/form.php:177
3112
+ msgid "First Name"
3113
+ msgstr ""
3114
+
3115
+ #: views/b2s/html/header.php:329 views/prg/html/form.php:92 views/prg/html/form.php:103 views/prg/html/form.php:169 views/prg/html/form.php:180
3116
+ msgid "Last Name"
3117
+ msgstr ""
3118
+
3119
+ #: views/b2s/html/header.php:333
3120
+ msgid "By creating an account, you agree to Blog2Social's <a target=\"_blank\" href=\"https://www.blog2social.com/en/terms/\">Conditions of Use</a> and <a target=\"_blank\" href=\"https://www.blog2social.com/en/privacy/\">Privacy Notice</a>."
3121
+ msgstr ""
3122
+
3123
+ #: views/b2s/html/header.php:338
3124
+ msgid "No credit card required"
3125
+ msgstr ""
3126
+
3127
+ #: views/b2s/html/header.php:342
3128
+ msgid "Get Started"
3129
+ msgstr ""
3130
+
3131
+ #: views/b2s/html/header.php:368
3132
+ msgid "The license has been successfully activated."
3133
+ msgstr ""
3134
+
3135
+ #: views/b2s/html/header.php:384
3136
+ msgid "Your entered License Key is invalid. Please contact support!"
3137
+ msgstr ""
3138
+
3139
+ #: views/b2s/html/header.php:400
3140
+ msgid "Your license key has reached the maximum number of users."
3141
+ msgstr ""
3142
+
3143
+ #: views/b2s/html/header.php:416
3144
+ msgid "Something went wrong on our side. Please contact support!"
3145
+ msgstr ""
3146
+
3147
+ #: views/b2s/html/header.php:425
3148
+ msgid "OK"
3149
+ msgstr ""
3150
+
3151
+ #: views/b2s/html/header.php:441
3152
+ msgid "We updated our Privacy Policy"
3153
+ msgstr ""
3154
+
3155
+ #: views/b2s/html/header.php:455
3156
+ msgid "Blog2Social is a service of Adenion GmbH"
3157
+ msgstr ""
3158
+
3159
+ #: views/b2s/html/header.php:456
3160
+ msgid "I agree to the Adenion Privacy Policy"
3161
+ msgstr ""
3162
+
3163
+ #: views/b2s/html/post.navbar.php:7
3164
+ msgid "All Blog Posts"
3165
+ msgstr ""
3166
+
3167
+ #: views/b2s/html/sidebar.php:26 views/b2s/html/sidebar.ship.php:25
3168
+ msgid "Version"
3169
+ msgstr ""
3170
+
3171
+ #: views/b2s/html/sidebar.php:55
3172
+ msgid "Blog Content"
3173
+ msgstr ""
3174
+
3175
+ #: views/b2s/html/sidebar.php:59
3176
+ msgid "Share Blog Post"
3177
+ msgstr ""
3178
+
3179
+ #: views/b2s/html/sidebar.php:75
3180
+ msgid "Create Post"
3181
+ msgstr ""
3182
+
3183
+ #: views/b2s/html/sidebar.php:90
3184
+ msgid "Content Library"
3185
+ msgstr ""
3186
+
3187
+ #: views/b2s/html/sidebar.php:94
3188
+ msgid "all Posts"
3189
+ msgstr ""
3190
+
3191
+ #: views/b2s/html/sidebar.php:125
3192
+ msgid "Upgrade License"
3193
+ msgstr ""
3194
+
3195
+ #: views/b2s/html/sidebar.php:130
3196
+ msgid "Plans & Prices"
3197
+ msgstr ""
3198
+
3199
+ #: views/b2s/html/sidebar.php:146
3200
+ msgid "If you like Blog2Social, please give us a 5 star rating. If there is anything that does not work for you, please contact us!"
3201
+ msgstr ""
3202
+
3203
+ #: views/b2s/html/sidebar.php:160
3204
+ msgid "Blog2Social Blog News"
3205
+ msgstr ""
3206
+
3207
  #: views/b2s/partials/plugin-deactivate-modal.php:10
3208
  msgid "Do you want to delete your scheduled posts?"
3209
  msgstr ""
3256
  msgid "Latest Posts"
3257
  msgstr ""
3258
 
3259
+ #: views/prg/html/form.php:7
3260
+ msgid "Post a Press Release"
3261
+ msgstr ""
3262
+
3263
+ #: views/prg/html/form.php:11
3264
+ msgid "Category"
3265
+ msgstr ""
3266
+
3267
+ #: views/prg/html/form.php:12
3268
+ msgid "Language"
3269
+ msgstr ""
3270
+
3271
+ #: views/prg/html/form.php:20
3272
+ msgid "German"
3273
+ msgstr ""
3274
+
3275
+ #: views/prg/html/form.php:21
3276
+ msgid "English"
3277
+ msgstr ""
3278
+
3279
+ #: views/prg/html/form.php:32 views/prg/html/form.php:34
3280
+ msgid "Subtitle"
3281
+ msgstr ""
3282
+
3283
+ #: views/prg/html/form.php:38 views/prg/html/form.php:40
3284
+ msgid "YouTube-Link"
3285
+ msgstr ""
3286
+
3287
+ #: views/prg/html/form.php:44 views/prg/html/form.php:46
3288
+ msgid "Message"
3289
+ msgstr ""
3290
+
3291
+ #: views/prg/html/form.php:50
3292
+ msgid "Keywords"
3293
+ msgstr ""
3294
+
3295
+ #: views/prg/html/form.php:52
3296
+ msgid "Keywords with commas (e.g .: Blog2Social, PR-Gateway)"
3297
+ msgstr ""
3298
+
3299
+ #: views/prg/html/form.php:56 views/prg/html/form.php:58
3300
+ msgid "Shortext"
3301
+ msgstr ""
3302
+
3303
+ #: views/prg/html/form.php:69
3304
+ msgid "Contact Details"
3305
+ msgstr ""
3306
+
3307
+ #: views/prg/html/form.php:77
3308
+ msgid "Press"
3309
+ msgstr ""
3310
+
3311
+ #: views/prg/html/form.php:84 views/prg/html/form.php:86 views/prg/html/form.php:161 views/prg/html/form.php:163
3312
+ msgid "Name"
3313
+ msgstr ""
3314
+
3315
+ #: views/prg/html/form.php:95 views/prg/html/form.php:172
3316
+ msgid "Mrs."
3317
+ msgstr ""
3318
+
3319
+ #: views/prg/html/form.php:96 views/prg/html/form.php:173
3320
+ msgid "Mr."
3321
+ msgstr ""
3322
+
3323
+ #: views/prg/html/form.php:107 views/prg/html/form.php:110 views/prg/html/form.php:184 views/prg/html/form.php:187
3324
+ msgid "Street"
3325
+ msgstr ""
3326
+
3327
+ #: views/prg/html/form.php:108 views/prg/html/form.php:113 views/prg/html/form.php:185 views/prg/html/form.php:190
3328
+ msgid "Number"
3329
+ msgstr ""
3330
+
3331
+ #: views/prg/html/form.php:117 views/prg/html/form.php:120 views/prg/html/form.php:194 views/prg/html/form.php:197
3332
+ msgid "Zip Code"
3333
+ msgstr ""
3334
+
3335
+ #: views/prg/html/form.php:118 views/prg/html/form.php:123 views/prg/html/form.php:195 views/prg/html/form.php:200
3336
+ msgid "City"
3337
+ msgstr ""
3338
+
3339
+ #: views/prg/html/form.php:127 views/prg/html/form.php:204
3340
+ msgid "Country"
3341
+ msgstr ""
3342
+
3343
+ #: views/prg/html/form.php:135 views/prg/html/form.php:137 views/prg/html/form.php:212 views/prg/html/form.php:214
3344
+ msgid "Phone"
3345
+ msgstr ""
3346
+
3347
+ #: views/prg/html/form.php:147 views/prg/html/form.php:149 views/prg/html/form.php:224 views/prg/html/form.php:226
3348
+ msgid "Website"
3349
+ msgstr ""
3350
+
3351
+ #: views/prg/html/form.php:153 views/prg/html/form.php:155
3352
+ msgid "Company Description"
3353
+ msgstr ""
3354
+
3355
+ #: views/prg/html/header.php:8
3356
+ msgid "You are signed out of <b>PR-Gateway</b>!"
3357
+ msgstr ""
3358
+
3359
+ #: views/prg/html/header.php:17
3360
+ msgid "Your message will now be sent over PR gateway to the press portals!"
3361
+ msgstr ""
3362
+
3363
+ #: views/prg/html/header.php:18
3364
+ msgid "See all publications for your message live on "
3365
+ msgstr ""
3366
+
3367
+ #: views/prg/html/header.php:20
3368
+ msgid "Your message save as draft by PR-Gateway!"
3369
+ msgstr ""
3370
+
3371
+ #: views/prg/html/header.php:28
3372
+ msgid "Unfortunately your request can not be processed by Blog2Social. Please try again!"
3373
+ msgstr ""
3374
+
3375
+ #: views/prg/html/header.php:34
3376
+ msgid "Your message has not been received successfully with us. Please try again!"
3377
+ msgstr ""
3378
+
3379
+ #: views/prg/html/header.php:48
3380
+ msgid ""
3381
+ "PR-Gateway offers a paid online distribution service for submitting press releases, articles and social media news to more than 250 news sites, special interest websites and social news sites. If your blog posts provide trade or industry information or expert articles (no "
3382
+ "advertising), you may submit them to PR-Gateway to turn them into valid online press releases or online articles and select a specific choice of websites and services to publish your post."
3383
+ msgstr ""
3384
+
3385
+ #: views/prg/html/header.php:49
3386
+ msgid "Register here to open your PR-Gateway account."
3387
+ msgstr ""
3388
+
3389
+ #: views/prg/html/header.php:66
3390
+ msgid "Logout"
3391
+ msgstr ""
3392
+
3393
  #: includes/B2S/Support/Check/System.php:44
3394
  msgid "or higher"
3395
  msgstr ""
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: auto post, auto publish, social media scheduling, social media calendar, s
5
  Donate link: http://www.blog2social.com
6
  Requires at least: 4.2.2
7
  Tested up to: 5.2.2
8
- Stable tag: 5.7.0
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -193,6 +193,8 @@ To get started with the basics of Blog2Social and maybe find some useful tips an
193
  7. Keep track of your shared posts and scheduling plan with the Social Media Calendar.
194
 
195
  == Changelog ==
 
 
196
  = 5.7.0 =
197
  Save your social media posts as drafts
198
  = 5.6.1 =
@@ -275,6 +277,8 @@ Usabilitiy and Performance Optimization. Select link format or image format indi
275
  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.
276
 
277
  == Upgrade Notice ==
 
 
278
  = 5.7.0 =
279
  Save your social media posts as drafts
280
  = 5.6.1 =
5
  Donate link: http://www.blog2social.com
6
  Requires at least: 4.2.2
7
  Tested up to: 5.2.2
8
+ Stable tag: 5.7.1
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
193
  7. Keep track of your shared posts and scheduling plan with the Social Media Calendar.
194
 
195
  == Changelog ==
196
+ = 5.7.1 =
197
+ Additional Security Update and improvements
198
  = 5.7.0 =
199
  Save your social media posts as drafts
200
  = 5.6.1 =
277
  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.
278
 
279
  == Upgrade Notice ==
280
+ = 5.7.1 =
281
+ Additional Security Update and improvements
282
  = 5.7.0 =
283
  Save your social media posts as drafts
284
  = 5.6.1 =
views/b2s/curation.draft.php CHANGED
@@ -8,7 +8,7 @@ require_once (B2S_PLUGIN_DIR . 'includes/Util.php');
8
  <div class="col-md-12 del-padding-left">
9
  <div class="col-md-9 del-padding-left del-padding-right">
10
  <!--Header|Start - Include-->
11
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/header.phtml'); ?>
12
  <!--Header|End-->
13
  <div class="clearfix"></div>
14
  <div class="panel panel-default">
@@ -49,14 +49,14 @@ require_once (B2S_PLUGIN_DIR . 'includes/Util.php');
49
  <ul class="list-group b2s-sort-result-item-area"></ul>
50
  <br>
51
  <nav class="b2s-sort-pagination-area text-center"></nav>
52
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/footer.phtml'); ?>
53
  </div>
54
  </div>
55
  </div>
56
  </div>
57
  </div>
58
  </div>
59
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/sidebar.phtml'); ?>
60
  </div>
61
  </div>
62
  </div>
8
  <div class="col-md-12 del-padding-left">
9
  <div class="col-md-9 del-padding-left del-padding-right">
10
  <!--Header|Start - Include-->
11
+ <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/header.php'); ?>
12
  <!--Header|End-->
13
  <div class="clearfix"></div>
14
  <div class="panel panel-default">
49
  <ul class="list-group b2s-sort-result-item-area"></ul>
50
  <br>
51
  <nav class="b2s-sort-pagination-area text-center"></nav>
52
+ <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/footer.php'); ?>
53
  </div>
54
  </div>
55
  </div>
56
  </div>
57
  </div>
58
  </div>
59
+ <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/sidebar.php'); ?>
60
  </div>
61
  </div>
62
  </div>
views/b2s/curation.php CHANGED
@@ -11,7 +11,7 @@ $selSchedDate = (isset($_GET['schedDate']) && !empty($_GET['schedDate'])) ? date
11
  <div class="col-md-12 del-padding-left">
12
  <div class="col-md-9 del-padding-left del-padding-right">
13
  <!--Header|Start - Include-->
14
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/header.phtml'); ?>
15
  <!--Header|End-->
16
  <div class="clearfix"></div>
17
  <!--Content|Start-->
@@ -19,7 +19,7 @@ $selSchedDate = (isset($_GET['schedDate']) && !empty($_GET['schedDate'])) ? date
19
  <div class="panel-body">
20
  <div class="b2s-post">
21
  <div class="grid-body">
22
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/post.navbar.phtml'); ?>
23
  <br>
24
  </div>
25
  </div>
@@ -78,7 +78,7 @@ $selSchedDate = (isset($_GET['schedDate']) && !empty($_GET['schedDate'])) ? date
78
  </div>
79
  </div>
80
  </div>
81
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/sidebar.phtml'); ?>
82
  </div>
83
  </div>
84
  </div>
11
  <div class="col-md-12 del-padding-left">
12
  <div class="col-md-9 del-padding-left del-padding-right">
13
  <!--Header|Start - Include-->
14
+ <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/header.php'); ?>
15
  <!--Header|End-->
16
  <div class="clearfix"></div>
17
  <!--Content|Start-->
19
  <div class="panel-body">
20
  <div class="b2s-post">
21
  <div class="grid-body">
22
+ <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/post.navbar.php'); ?>
23
  <br>
24
  </div>
25
  </div>
78
  </div>
79
  </div>
80
  </div>
81
+ <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/sidebar.php'); ?>
82
  </div>
83
  </div>
84
  </div>
views/b2s/dashboard.php CHANGED
@@ -7,7 +7,7 @@ $b2sGeneralOptions = get_option('B2S_PLUGIN_GENERAL_OPTIONS');
7
  <div class="col-md-12 del-padding-left">
8
  <div class="col-md-9 del-padding-left del-padding-right">
9
  <!--Header|Start - Include-->
10
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/header.phtml'); ?>
11
  <!--Header|End-->
12
  <div class="clearfix"></div>
13
  <?php if (!B2S_System::isblockedArea('B2S_DASHBOARD_MODUL_NEWS', B2S_PLUGIN_ADMIN)) { ?>
@@ -70,13 +70,13 @@ $b2sGeneralOptions = get_option('B2S_PLUGIN_GENERAL_OPTIONS');
70
  </div>
71
  <?php } ?>
72
  </div>
73
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/sidebar.phtml'); ?>
74
  </div>
75
  </div>
76
  <div class="col-md-12">
77
  <?php
78
  $noLegend = 1;
79
- require_once (B2S_PLUGIN_DIR . 'views/b2s/html/footer.phtml');
80
  ?>
81
  </div>
82
  </div>
7
  <div class="col-md-12 del-padding-left">
8
  <div class="col-md-9 del-padding-left del-padding-right">
9
  <!--Header|Start - Include-->
10
+ <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/header.php'); ?>
11
  <!--Header|End-->
12
  <div class="clearfix"></div>
13
  <?php if (!B2S_System::isblockedArea('B2S_DASHBOARD_MODUL_NEWS', B2S_PLUGIN_ADMIN)) { ?>
70
  </div>
71
  <?php } ?>
72
  </div>
73
+ <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/sidebar.php'); ?>
74
  </div>
75
  </div>
76
  <div class="col-md-12">
77
  <?php
78
  $noLegend = 1;
79
+ require_once (B2S_PLUGIN_DIR . 'views/b2s/html/footer.php');
80
  ?>
81
  </div>
82
  </div>
views/b2s/html/{footer.phtml → footer.php} RENAMED
File without changes
views/b2s/html/{header.phtml → header.php} RENAMED
File without changes
views/b2s/html/{post.navbar.phtml → post.navbar.php} RENAMED
File without changes
views/b2s/html/{sidebar.phtml → sidebar.php} RENAMED
File without changes
views/b2s/html/{sidebar.ship.phtml → sidebar.ship.php} RENAMED
File without changes
views/b2s/network.php CHANGED
@@ -11,7 +11,7 @@ $networkData = $networkItem->getData();
11
  <div class=" b2s-inbox col-md-12 del-padding-left">
12
  <div class="col-md-9 del-padding-left del-padding-right">
13
  <!--Header|Start - Include-->
14
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/header.phtml'); ?>
15
  <!--Header|End-->
16
  <div class="clearfix"></div>
17
  <!--Content|Start-->
@@ -58,13 +58,13 @@ $networkData = $networkItem->getData();
58
  </div>
59
  <?php
60
  $noLegend = 1;
61
- require_once (B2S_PLUGIN_DIR . 'views/b2s/html/footer.phtml');
62
  ?>
63
  </div>
64
  </div>
65
  </div>
66
  </div>
67
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/sidebar.phtml'); ?>
68
  </div>
69
  </div>
70
  <input type="hidden" id="lang" value="<?php echo substr(B2S_LANGUAGE, 0, 2); ?>">
11
  <div class=" b2s-inbox col-md-12 del-padding-left">
12
  <div class="col-md-9 del-padding-left del-padding-right">
13
  <!--Header|Start - Include-->
14
+ <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/header.php'); ?>
15
  <!--Header|End-->
16
  <div class="clearfix"></div>
17
  <!--Content|Start-->
58
  </div>
59
  <?php
60
  $noLegend = 1;
61
+ require_once (B2S_PLUGIN_DIR . 'views/b2s/html/footer.php');
62
  ?>
63
  </div>
64
  </div>
65
  </div>
66
  </div>
67
+ <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/sidebar.php'); ?>
68
  </div>
69
  </div>
70
  <input type="hidden" id="lang" value="<?php echo substr(B2S_LANGUAGE, 0, 2); ?>">
views/b2s/post.approve.php CHANGED
@@ -13,7 +13,7 @@ $b2sPostBlogId = isset($_GET['b2sPostBlogId']) ? (int) $_GET['b2sPostBlogId'] :
13
  <div class="col-md-12 del-padding-left">
14
  <div class="col-md-9 del-padding-left del-padding-right">
15
  <!--Header|Start - Include-->
16
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/header.phtml'); ?>
17
  <!--Header|End-->
18
  <div class="clearfix"></div>
19
  <!--Content|Start-->
@@ -23,7 +23,7 @@ $b2sPostBlogId = isset($_GET['b2sPostBlogId']) ? (int) $_GET['b2sPostBlogId'] :
23
  <!--Filter Start-->
24
  <div class="b2s-post">
25
  <div class="grid-body">
26
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/post.navbar.phtml'); ?>
27
  <!-- Filter Post Start-->
28
  <form class="b2sSortForm form-inline pull-left" action="#">
29
  <input id="b2sType" type="hidden" value="approve" name="b2sType">
@@ -54,14 +54,14 @@ $b2sPostBlogId = isset($_GET['b2sPostBlogId']) ? (int) $_GET['b2sPostBlogId'] :
54
  <ul class="list-group b2s-sort-result-item-area"></ul>
55
  <br>
56
  <nav class="b2s-sort-pagination-area text-center"></nav>
57
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/footer.phtml'); ?>
58
  </div>
59
  </div>
60
  </div>
61
  </div>
62
  </div>
63
  </div>
64
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/sidebar.phtml'); ?>
65
  </div>
66
  </div>
67
  </div>
13
  <div class="col-md-12 del-padding-left">
14
  <div class="col-md-9 del-padding-left del-padding-right">
15
  <!--Header|Start - Include-->
16
+ <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/header.php'); ?>
17
  <!--Header|End-->
18
  <div class="clearfix"></div>
19
  <!--Content|Start-->
23
  <!--Filter Start-->
24
  <div class="b2s-post">
25
  <div class="grid-body">
26
+ <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/post.navbar.php'); ?>
27
  <!-- Filter Post Start-->
28
  <form class="b2sSortForm form-inline pull-left" action="#">
29
  <input id="b2sType" type="hidden" value="approve" name="b2sType">
54
  <ul class="list-group b2s-sort-result-item-area"></ul>
55
  <br>
56
  <nav class="b2s-sort-pagination-area text-center"></nav>
57
+ <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/footer.php'); ?>
58
  </div>
59
  </div>
60
  </div>
61
  </div>
62
  </div>
63
  </div>
64
+ <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/sidebar.php'); ?>
65
  </div>
66
  </div>
67
  </div>
views/b2s/post.calendar.php CHANGED
@@ -19,7 +19,7 @@ $metaSettings = get_option('B2S_PLUGIN_GENERAL_OPTIONS');
19
  <div class="col-md-12 del-padding-left">
20
  <div class="col-md-9 del-padding-left del-padding-right">
21
  <!--Header|Start - Include-->
22
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/header.phtml'); ?>
23
  <!--Header|End-->
24
  <div class="clearfix"></div>
25
  <!--Content|Start-->
@@ -27,7 +27,7 @@ $metaSettings = get_option('B2S_PLUGIN_GENERAL_OPTIONS');
27
  <div class="panel-body">
28
  <div>
29
  <div class="grid-body">
30
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/post.navbar.phtml'); ?>
31
  <div class="clearfix"></div>
32
  <div class="col-md-12 b2s-calendar-filter form-inline del-padding-left del-padding-right">
33
  <div class="b2s-calendar-filter-network-legend-text">
@@ -72,12 +72,12 @@ $metaSettings = get_option('B2S_PLUGIN_GENERAL_OPTIONS');
72
  </div>
73
  </div>
74
  <?php
75
- require_once (B2S_PLUGIN_DIR . 'views/b2s/html/footer.phtml');
76
  ?>
77
  </div>
78
  </div>
79
  </div>
80
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/sidebar.phtml'); ?>
81
  </div>
82
  </div>
83
  </div>
19
  <div class="col-md-12 del-padding-left">
20
  <div class="col-md-9 del-padding-left del-padding-right">
21
  <!--Header|Start - Include-->
22
+ <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/header.php'); ?>
23
  <!--Header|End-->
24
  <div class="clearfix"></div>
25
  <!--Content|Start-->
27
  <div class="panel-body">
28
  <div>
29
  <div class="grid-body">
30
+ <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/post.navbar.php'); ?>
31
  <div class="clearfix"></div>
32
  <div class="col-md-12 b2s-calendar-filter form-inline del-padding-left del-padding-right">
33
  <div class="b2s-calendar-filter-network-legend-text">
72
  </div>
73
  </div>
74
  <?php
75
+ require_once (B2S_PLUGIN_DIR . 'views/b2s/html/footer.php');
76
  ?>
77
  </div>
78
  </div>
79
  </div>
80
+ <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/sidebar.php'); ?>
81
  </div>
82
  </div>
83
  </div>
views/b2s/post.draft.php CHANGED
@@ -8,7 +8,7 @@ require_once (B2S_PLUGIN_DIR . 'includes/B2S/Post/Filter.php');
8
  <div class="col-md-12 del-padding-left">
9
  <div class="col-md-9 del-padding-left del-padding-right">
10
  <!--Header|Start - Include-->
11
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/header.phtml'); ?>
12
  <!--Header|End-->
13
  <div class="clearfix"></div>
14
  <!--Content|Start-->
@@ -18,7 +18,7 @@ require_once (B2S_PLUGIN_DIR . 'includes/B2S/Post/Filter.php');
18
  <!--Filter Start-->
19
  <div class="b2s-post">
20
  <div class="grid-body">
21
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/post.navbar.phtml'); ?>
22
  <!-- Filter Post Start-->
23
  <form class="b2sSortForm form-inline pull-left" action="#">
24
  <input id="b2sType" type="hidden" value="draft-post" name="b2sType">
@@ -46,14 +46,14 @@ require_once (B2S_PLUGIN_DIR . 'includes/B2S/Post/Filter.php');
46
  <ul class="list-group b2s-sort-result-item-area"></ul>
47
  <br>
48
  <nav class="b2s-sort-pagination-area text-center"></nav>
49
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/footer.phtml'); ?>
50
  </div>
51
  </div>
52
  </div>
53
  </div>
54
  </div>
55
  </div>
56
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/sidebar.phtml'); ?>
57
  </div>
58
  </div>
59
  </div>
8
  <div class="col-md-12 del-padding-left">
9
  <div class="col-md-9 del-padding-left del-padding-right">
10
  <!--Header|Start - Include-->
11
+ <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/header.php'); ?>
12
  <!--Header|End-->
13
  <div class="clearfix"></div>
14
  <!--Content|Start-->
18
  <!--Filter Start-->
19
  <div class="b2s-post">
20
  <div class="grid-body">
21
+ <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/post.navbar.php'); ?>
22
  <!-- Filter Post Start-->
23
  <form class="b2sSortForm form-inline pull-left" action="#">
24
  <input id="b2sType" type="hidden" value="draft-post" name="b2sType">
46
  <ul class="list-group b2s-sort-result-item-area"></ul>
47
  <br>
48
  <nav class="b2s-sort-pagination-area text-center"></nav>
49
+ <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/footer.php'); ?>
50
  </div>
51
  </div>
52
  </div>
53
  </div>
54
  </div>
55
  </div>
56
+ <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/sidebar.php'); ?>
57
  </div>
58
  </div>
59
  </div>
views/b2s/post.notice.php CHANGED
@@ -10,7 +10,7 @@ $b2sShowByDate = isset($_GET['b2sShowByDate']) ? trim($_GET['b2sShowByDate']) :
10
  <div class="col-md-12 del-padding-left">
11
  <div class="col-md-9 del-padding-left del-padding-right">
12
  <!--Header|Start - Include-->
13
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/header.phtml'); ?>
14
  <!--Header|End-->
15
  <div class="clearfix"></div>
16
  <!--Content|Start-->
@@ -19,7 +19,7 @@ $b2sShowByDate = isset($_GET['b2sShowByDate']) ? trim($_GET['b2sShowByDate']) :
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="notice" name="b2sType">
@@ -48,14 +48,14 @@ $b2sShowByDate = isset($_GET['b2sShowByDate']) ? trim($_GET['b2sShowByDate']) :
48
  <ul class="list-group b2s-sort-result-item-area"></ul>
49
  <br>
50
  <nav class="b2s-sort-pagination-area text-center"></nav>
51
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/footer.phtml'); ?>
52
  </div>
53
  </div>
54
  </div>
55
  </div>
56
  </div>
57
  </div>
58
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/sidebar.phtml'); ?>
59
  </div>
60
  </div>
61
  </div>
10
  <div class="col-md-12 del-padding-left">
11
  <div class="col-md-9 del-padding-left del-padding-right">
12
  <!--Header|Start - Include-->
13
+ <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/header.php'); ?>
14
  <!--Header|End-->
15
  <div class="clearfix"></div>
16
  <!--Content|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.php'); ?>
23
  <!-- Filter Post Start-->
24
  <form class="b2sSortForm form-inline pull-left" action="#">
25
  <input id="b2sType" type="hidden" value="notice" name="b2sType">
48
  <ul class="list-group b2s-sort-result-item-area"></ul>
49
  <br>
50
  <nav class="b2s-sort-pagination-area text-center"></nav>
51
+ <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/footer.php'); ?>
52
  </div>
53
  </div>
54
  </div>
55
  </div>
56
  </div>
57
  </div>
58
+ <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/sidebar.php'); ?>
59
  </div>
60
  </div>
61
  </div>
views/b2s/post.php CHANGED
@@ -8,7 +8,7 @@ require_once (B2S_PLUGIN_DIR . 'includes/Util.php');
8
  <div class="col-md-12 del-padding-left">
9
  <div class="col-md-9 del-padding-left del-padding-right">
10
  <!--Header|Start - Include-->
11
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/header.phtml'); ?>
12
  <!--Header|End-->
13
  <div class="clearfix"></div>
14
  <div class="panel panel-default">
@@ -16,7 +16,7 @@ require_once (B2S_PLUGIN_DIR . 'includes/Util.php');
16
  <!--Filter Start-->
17
  <div class="b2s-post">
18
  <div class="grid-body">
19
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/post.navbar.phtml'); ?>
20
  <!-- Filter Post Start-->
21
  <form class="b2sSortForm form-inline pull-left" action="#">
22
  <input id="b2sType" type="hidden" value="all" name="b2sType">
@@ -44,14 +44,14 @@ require_once (B2S_PLUGIN_DIR . 'includes/Util.php');
44
  <ul class="list-group b2s-sort-result-item-area"></ul>
45
  <br>
46
  <nav class="b2s-sort-pagination-area text-center"></nav>
47
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/footer.phtml'); ?>
48
  </div>
49
  </div>
50
  </div>
51
  </div>
52
  </div>
53
  </div>
54
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/sidebar.phtml'); ?>
55
  </div>
56
  </div>
57
  </div>
8
  <div class="col-md-12 del-padding-left">
9
  <div class="col-md-9 del-padding-left del-padding-right">
10
  <!--Header|Start - Include-->
11
+ <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/header.php'); ?>
12
  <!--Header|End-->
13
  <div class="clearfix"></div>
14
  <div class="panel panel-default">
16
  <!--Filter Start-->
17
  <div class="b2s-post">
18
  <div class="grid-body">
19
+ <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/post.navbar.php'); ?>
20
  <!-- Filter Post Start-->
21
  <form class="b2sSortForm form-inline pull-left" action="#">
22
  <input id="b2sType" type="hidden" value="all" name="b2sType">
44
  <ul class="list-group b2s-sort-result-item-area"></ul>
45
  <br>
46
  <nav class="b2s-sort-pagination-area text-center"></nav>
47
+ <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/footer.php'); ?>
48
  </div>
49
  </div>
50
  </div>
51
  </div>
52
  </div>
53
  </div>
54
+ <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/sidebar.php'); ?>
55
  </div>
56
  </div>
57
  </div>
views/b2s/post.publish.php CHANGED
@@ -10,7 +10,7 @@ $b2sShowByDate = isset($_GET['b2sShowByDate']) ? trim($_GET['b2sShowByDate']) :
10
  <div class="col-md-12 del-padding-left">
11
  <div class="col-md-9 del-padding-left del-padding-right">
12
  <!--Header|Start - Include-->
13
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/header.phtml'); ?>
14
  <!--Header|End-->
15
  <div class="clearfix"></div>
16
  <!--Content|Start-->
@@ -19,7 +19,7 @@ $b2sShowByDate = isset($_GET['b2sShowByDate']) ? trim($_GET['b2sShowByDate']) :
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="publish" name="b2sType">
@@ -48,14 +48,14 @@ $b2sShowByDate = isset($_GET['b2sShowByDate']) ? trim($_GET['b2sShowByDate']) :
48
  <ul class="list-group b2s-sort-result-item-area"></ul>
49
  <br>
50
  <nav class="b2s-sort-pagination-area text-center"></nav>
51
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/footer.phtml'); ?>
52
  </div>
53
  </div>
54
  </div>
55
  </div>
56
  </div>
57
  </div>
58
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/sidebar.phtml'); ?>
59
  </div>
60
  </div>
61
  </div>
10
  <div class="col-md-12 del-padding-left">
11
  <div class="col-md-9 del-padding-left del-padding-right">
12
  <!--Header|Start - Include-->
13
+ <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/header.php'); ?>
14
  <!--Header|End-->
15
  <div class="clearfix"></div>
16
  <!--Content|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.php'); ?>
23
  <!-- Filter Post Start-->
24
  <form class="b2sSortForm form-inline pull-left" action="#">
25
  <input id="b2sType" type="hidden" value="publish" name="b2sType">
48
  <ul class="list-group b2s-sort-result-item-area"></ul>
49
  <br>
50
  <nav class="b2s-sort-pagination-area text-center"></nav>
51
+ <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/footer.php'); ?>
52
  </div>
53
  </div>
54
  </div>
55
  </div>
56
  </div>
57
  </div>
58
+ <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/sidebar.php'); ?>
59
  </div>
60
  </div>
61
  </div>
views/b2s/post.sched.php CHANGED
@@ -19,7 +19,7 @@ $metaSettings = get_option('B2S_PLUGIN_GENERAL_OPTIONS');
19
  <div class="col-md-12 del-padding-left">
20
  <div class="col-md-9 del-padding-left del-padding-right">
21
  <!--Header|Start - Include-->
22
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/header.phtml'); ?>
23
  <!--Header|End-->
24
  <div class="clearfix"></div>
25
  <!--Content|Start-->
@@ -30,7 +30,7 @@ $metaSettings = get_option('B2S_PLUGIN_GENERAL_OPTIONS');
30
  <div class="b2s-post">
31
  <div class="grid-body">
32
  <div class="pull-right"><code id="b2s-user-time"><?php echo B2S_Util::getLocalDate($userTimeZoneOffset, substr(B2S_LANGUAGE, 0, 2)); ?> <?php echo ((substr(B2S_LANGUAGE, 0, 2) == 'de') ? __('Uhr', 'blog2social') : '') ?></code></div>
33
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/post.navbar.phtml'); ?>
34
  <!-- Filter Post Start-->
35
  <form class="b2sSortForm form-inline pull-left" action="#">
36
  <input id="b2sType" type="hidden" value="sched" name="b2sType">
@@ -62,14 +62,14 @@ $metaSettings = get_option('B2S_PLUGIN_GENERAL_OPTIONS');
62
  <ul class="list-group b2s-sort-result-item-area"></ul>
63
  <br>
64
  <nav class="b2s-sort-pagination-area text-center"></nav>
65
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/footer.phtml'); ?>
66
  </div>
67
  </div>
68
  </div>
69
  </div>
70
  </div>
71
  </div>
72
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/sidebar.phtml'); ?>
73
  </div>
74
  </div>
75
  </div>
19
  <div class="col-md-12 del-padding-left">
20
  <div class="col-md-9 del-padding-left del-padding-right">
21
  <!--Header|Start - Include-->
22
+ <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/header.php'); ?>
23
  <!--Header|End-->
24
  <div class="clearfix"></div>
25
  <!--Content|Start-->
30
  <div class="b2s-post">
31
  <div class="grid-body">
32
  <div class="pull-right"><code id="b2s-user-time"><?php echo B2S_Util::getLocalDate($userTimeZoneOffset, substr(B2S_LANGUAGE, 0, 2)); ?> <?php echo ((substr(B2S_LANGUAGE, 0, 2) == 'de') ? __('Uhr', 'blog2social') : '') ?></code></div>
33
+ <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/post.navbar.php'); ?>
34
  <!-- Filter Post Start-->
35
  <form class="b2sSortForm form-inline pull-left" action="#">
36
  <input id="b2sType" type="hidden" value="sched" name="b2sType">
62
  <ul class="list-group b2s-sort-result-item-area"></ul>
63
  <br>
64
  <nav class="b2s-sort-pagination-area text-center"></nav>
65
+ <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/footer.php'); ?>
66
  </div>
67
  </div>
68
  </div>
69
  </div>
70
  </div>
71
  </div>
72
+ <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/sidebar.php'); ?>
73
  </div>
74
  </div>
75
  </div>
views/b2s/premium.php CHANGED
@@ -4,7 +4,7 @@
4
  <div class="col-md-12 del-padding-left">
5
  <div class="col-md-9 del-padding-left del-padding-right">
6
  <!--Header|Start - Include-->
7
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/header.phtml'); ?>
8
  <!--Header|End-->
9
  <div class="clearfix"></div>
10
  <!--Content|Start-->
@@ -187,7 +187,7 @@
187
  </div>
188
  <!--Content|End-->
189
  </div>
190
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/sidebar.phtml'); ?>
191
  </div>
192
  </div>
193
  </div>
4
  <div class="col-md-12 del-padding-left">
5
  <div class="col-md-9 del-padding-left del-padding-right">
6
  <!--Header|Start - Include-->
7
+ <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/header.php'); ?>
8
  <!--Header|End-->
9
  <div class="clearfix"></div>
10
  <!--Content|Start-->
187
  </div>
188
  <!--Content|End-->
189
  </div>
190
+ <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/sidebar.php'); ?>
191
  </div>
192
  </div>
193
  </div>
views/b2s/settings.php CHANGED
@@ -8,7 +8,7 @@ $settingsItem = new B2S_Settings_Item();
8
  <div class=" b2s-inbox col-md-12 del-padding-left">
9
  <div class="col-md-9 del-padding-left del-padding-right">
10
  <!--Header|Start - Include-->
11
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/header.phtml'); ?>
12
  <!--Header|End-->
13
  <div class="clearfix"></div>
14
  <!--Content|Start-->
@@ -62,13 +62,13 @@ $settingsItem = new B2S_Settings_Item();
62
  <input type="hidden" id="b2s_user_version" value="<?php echo B2S_PLUGIN_USER_VERSION; ?>" />
63
  <?php
64
  $noLegend = 1;
65
- require_once (B2S_PLUGIN_DIR . 'views/b2s/html/footer.phtml');
66
  ?>
67
  </div>
68
  </div>
69
  </div>
70
  </div>
71
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/sidebar.phtml'); ?>
72
  </div>
73
  </div>
74
 
8
  <div class=" b2s-inbox col-md-12 del-padding-left">
9
  <div class="col-md-9 del-padding-left del-padding-right">
10
  <!--Header|Start - Include-->
11
+ <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/header.php'); ?>
12
  <!--Header|End-->
13
  <div class="clearfix"></div>
14
  <!--Content|Start-->
62
  <input type="hidden" id="b2s_user_version" value="<?php echo B2S_PLUGIN_USER_VERSION; ?>" />
63
  <?php
64
  $noLegend = 1;
65
+ require_once (B2S_PLUGIN_DIR . 'views/b2s/html/footer.php');
66
  ?>
67
  </div>
68
  </div>
69
  </div>
70
  </div>
71
+ <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/sidebar.php'); ?>
72
  </div>
73
  </div>
74
 
views/b2s/ship.php CHANGED
@@ -38,7 +38,7 @@ if (isset($_GET['type']) && $_GET['type'] == 'draft' && isset($_GET['postId']) &
38
  <div class="b2s-inbox">
39
  <!--Header|Start - Include-->
40
  <div class=" col-md-12 del-padding-left">
41
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/header.phtml'); ?>
42
  </div>
43
  <!--Header|End-->
44
  <div class="clearfix"></div>
@@ -78,7 +78,7 @@ if (isset($_GET['type']) && $_GET['type'] == 'draft' && isset($_GET['postId']) &
78
 
79
 
80
  </div>
81
- <?php require_once B2S_PLUGIN_DIR . 'views/b2s/html/sidebar.ship.phtml'; ?>
82
 
83
  <div class="clearfix"></div>
84
 
@@ -269,7 +269,7 @@ if (isset($_GET['type']) && $_GET['type'] == 'draft' && isset($_GET['postId']) &
269
  </div>
270
  <?php
271
  $noLegend = 1;
272
- require_once (B2S_PLUGIN_DIR . 'views/b2s/html/footer.phtml');
273
  ?>
274
 
275
  <!-- B2S-Network -->
@@ -587,7 +587,7 @@ if (isset($_GET['type']) && $_GET['type'] == 'draft' && isset($_GET['postId']) &
587
  <input type="hidden" id="isOgMetaChecked" value="<?php echo (isset($b2sGeneralOptions['og_active']) ? (int) $b2sGeneralOptions['og_active'] : 0); ?>">
588
  <input type="hidden" id="isCardMetaChecked" value="<?php echo (isset($b2sGeneralOptions['card_active']) ? (int) $b2sGeneralOptions['card_active'] : 0); ?>">
589
  <input type="hidden" id="isLegacyMode" value="<?php echo (isset($b2sGeneralOptions['legacy_mode']) ? (int) $b2sGeneralOptions['legacy_mode'] : 0); ?>">
590
- <input type="hidden" id="b2sDraftData" value="<?php echo ($isDraft) ? urlencode($sqlResult->data) : '' ?>">
591
 
592
  <?php echo $settingsItem->setNetworkSettingsHtml(); ?>
593
  <?php
38
  <div class="b2s-inbox">
39
  <!--Header|Start - Include-->
40
  <div class=" col-md-12 del-padding-left">
41
+ <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/header.php'); ?>
42
  </div>
43
  <!--Header|End-->
44
  <div class="clearfix"></div>
78
 
79
 
80
  </div>
81
+ <?php require_once B2S_PLUGIN_DIR . 'views/b2s/html/sidebar.ship.php'; ?>
82
 
83
  <div class="clearfix"></div>
84
 
269
  </div>
270
  <?php
271
  $noLegend = 1;
272
+ require_once (B2S_PLUGIN_DIR . 'views/b2s/html/footer.php');
273
  ?>
274
 
275
  <!-- B2S-Network -->
587
  <input type="hidden" id="isOgMetaChecked" value="<?php echo (isset($b2sGeneralOptions['og_active']) ? (int) $b2sGeneralOptions['og_active'] : 0); ?>">
588
  <input type="hidden" id="isCardMetaChecked" value="<?php echo (isset($b2sGeneralOptions['card_active']) ? (int) $b2sGeneralOptions['card_active'] : 0); ?>">
589
  <input type="hidden" id="isLegacyMode" value="<?php echo (isset($b2sGeneralOptions['legacy_mode']) ? (int) $b2sGeneralOptions['legacy_mode'] : 0); ?>">
590
+ <input type="hidden" id="b2sIsDraft" value="<?php echo ($isDraft) ? '1' : '0' ?>">
591
 
592
  <?php echo $settingsItem->setNetworkSettingsHtml(); ?>
593
  <?php
views/b2s/support.php CHANGED
@@ -3,7 +3,7 @@
3
  <div class="col-md-12 del-padding-left">
4
  <div class="col-md-9 del-padding-left del-padding-right">
5
  <!--Header|Start - Include-->
6
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/header.phtml'); ?>
7
  <!--Header|End-->
8
  <div class="clearfix"></div>
9
  <!--Content|Start-->
@@ -277,7 +277,7 @@
277
  </div>
278
  <!--Content|End-->
279
  </div>
280
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/sidebar.phtml'); ?>
281
  </div>
282
  </div>
283
  </div>
3
  <div class="col-md-12 del-padding-left">
4
  <div class="col-md-9 del-padding-left del-padding-right">
5
  <!--Header|Start - Include-->
6
+ <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/header.php'); ?>
7
  <!--Header|End-->
8
  <div class="clearfix"></div>
9
  <!--Content|Start-->
277
  </div>
278
  <!--Content|End-->
279
  </div>
280
+ <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/sidebar.php'); ?>
281
  </div>
282
  </div>
283
  </div>
views/b2s/widgets/posts.php CHANGED
@@ -7,7 +7,7 @@ $b2sShowByDate = isset($_GET['b2sShowByDate']) ? trim($_GET['b2sShowByDate']) :
7
 
8
  <div>
9
  <div class="b2s-inbox">
10
- <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/header.phtml'); ?>
11
  <!--Filter Start-->
12
  <div class="b2s-post">
13
  <div class="grid-body">
7
 
8
  <div>
9
  <div class="b2s-inbox">
10
+ <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/header.php'); ?>
11
  <!--Filter Start-->
12
  <div class="b2s-post">
13
  <div class="grid-body">
views/prg/html/{footer.phtml → footer.php} RENAMED
File without changes
views/prg/html/{form.phtml → form.php} RENAMED
File without changes
views/prg/html/{header.phtml → header.php} RENAMED
File without changes
views/prg/post.php CHANGED
@@ -14,7 +14,7 @@ $prgUserLang = strtolower(substr(get_locale(), 0, 2));
14
 
15
  <div class="b2s-container">
16
  <div class="b2s-inbox">
17
- <?php require_once (B2S_PLUGIN_DIR . 'views/prg/html/header.phtml'); ?>
18
  <div class="col-md-12 del-padding-left">
19
  <div class="col-md-12 del-padding-left">
20
  <div class="panel panel-default">
@@ -53,7 +53,7 @@ $prgUserLang = strtolower(substr(get_locale(), 0, 2));
53
  echo $postItem->getPaginationHtml();
54
  ?>
55
  </nav>
56
- <?php require_once (B2S_PLUGIN_DIR . 'views/prg/html/footer.phtml'); ?>
57
  </div>
58
  </div>
59
  </div>
14
 
15
  <div class="b2s-container">
16
  <div class="b2s-inbox">
17
+ <?php require_once (B2S_PLUGIN_DIR . 'views/prg/html/header.php'); ?>
18
  <div class="col-md-12 del-padding-left">
19
  <div class="col-md-12 del-padding-left">
20
  <div class="panel panel-default">
53
  echo $postItem->getPaginationHtml();
54
  ?>
55
  </nav>
56
+ <?php require_once (B2S_PLUGIN_DIR . 'views/prg/html/footer.php'); ?>
57
  </div>
58
  </div>
59
  </div>
views/prg/ship.php CHANGED
@@ -8,21 +8,21 @@ $userLang = strtolower(substr(get_locale(), 0, 2));
8
  $postUrl = (get_permalink($postData->ID) !== false ? get_permalink($postData->ID) : $postData->guid);
9
  $item = new PRG_Ship_Item();
10
  $userData = $item->getMandant();
11
- $title = strip_tags(trim(B2S_Util::remove4byte(B2S_Util::getTitleByLanguage($postData->post_title,$userLang))), '<a>');
12
  delete_option('B2S_PLUGIN_POST_CONTENT_' . (int) $postData->ID);
13
- $message = trim(B2S_Util::prepareContent($postData->ID, $postData->post_content, $postUrl, '<a>', false,$userLang));
14
  $image = new PRG_Ship_Image();
15
- $imageData = $image->getItemHtml($postData->ID, $postData->post_content, $postUrl,$userLang);
16
  $prgInfo = get_option('B2S_PLUGIN_PRG_' . B2S_PLUGIN_BLOG_USER_ID);
17
  ?>
18
  <div class="b2s-container">
19
  <div class="b2s-inbox">
20
  <div class="col-md-12 del-padding-left">
21
- <?php require_once (B2S_PLUGIN_DIR . 'views/prg/html/header.phtml'); ?>
22
 
23
  <div class="prg-ship-form">
24
  <form method="POST" id="prgShip" enctype="multipart/form-data">
25
- <?php require_once (B2S_PLUGIN_DIR . 'views/prg/html/form.phtml'); ?>
26
  <span class="clearfix"></span>
27
 
28
  <?php if (!empty($imageData)) { ?>
8
  $postUrl = (get_permalink($postData->ID) !== false ? get_permalink($postData->ID) : $postData->guid);
9
  $item = new PRG_Ship_Item();
10
  $userData = $item->getMandant();
11
+ $title = strip_tags(trim(B2S_Util::remove4byte(B2S_Util::getTitleByLanguage($postData->post_title, $userLang))), '<a>');
12
  delete_option('B2S_PLUGIN_POST_CONTENT_' . (int) $postData->ID);
13
+ $message = trim(B2S_Util::prepareContent($postData->ID, $postData->post_content, $postUrl, '<a>', false, $userLang));
14
  $image = new PRG_Ship_Image();
15
+ $imageData = $image->getItemHtml($postData->ID, $postData->post_content, $postUrl, $userLang);
16
  $prgInfo = get_option('B2S_PLUGIN_PRG_' . B2S_PLUGIN_BLOG_USER_ID);
17
  ?>
18
  <div class="b2s-container">
19
  <div class="b2s-inbox">
20
  <div class="col-md-12 del-padding-left">
21
+ <?php require_once (B2S_PLUGIN_DIR . 'views/prg/html/header.php'); ?>
22
 
23
  <div class="prg-ship-form">
24
  <form method="POST" id="prgShip" enctype="multipart/form-data">
25
+ <?php require_once (B2S_PLUGIN_DIR . 'views/prg/html/form.php'); ?>
26
  <span class="clearfix"></span>
27
 
28
  <?php if (!empty($imageData)) { ?>