Version Description
Bugfix: Twitter post format and general usabilitiy and performance optimization.
Download this release
Release Info
Developer | Blog2Social |
Plugin | Blog2Social: Social Media Auto Post & Scheduler |
Version | 4.5.1 |
Comparing to | |
See all releases |
Code changes from version 4.5.0 to 4.5.1
- assets/css/b2s/settings.css +0 -4
- assets/css/general.css +7 -0
- assets/js/b2s/network.js +1 -1
- assets/js/b2s/settings.js +1 -1
- blog2social.php +2 -2
- includes/Ajax/Post.php +15 -0
- includes/B2S/Network/Item.php +1 -1
- includes/B2S/Network/Save.php +1 -1
- includes/B2S/Settings/Item.php +8 -1
- includes/B2S/Ship/Save.php +3 -1
- includes/Loader.php +19 -15
- includes/Tools.php +3 -0
- languages/blog2social-de_DE.mo +0 -0
- languages/blog2social-de_DE.po +1126 -1081
- readme.txt +5 -1
- views/b2s/html/footer.phtml +1 -1
- views/b2s/html/header.phtml +26 -22
- views/b2s/html/post.navbar.phtml +2 -2
- views/b2s/html/sidebar.phtml +1 -0
- views/b2s/settings.php +20 -2
- views/b2s/ship.php +3 -3
assets/css/b2s/settings.css
CHANGED
@@ -77,10 +77,6 @@ hr{
|
|
77 |
height: 16px;
|
78 |
width: 16px;
|
79 |
}
|
80 |
-
.b2s-key-name{
|
81 |
-
color: #3d3f42;
|
82 |
-
font-weight: 600;
|
83 |
-
}
|
84 |
|
85 |
.b2s-network-auth-count {
|
86 |
font-size: 12px;
|
77 |
height: 16px;
|
78 |
width: 16px;
|
79 |
}
|
|
|
|
|
|
|
|
|
80 |
|
81 |
.b2s-network-auth-count {
|
82 |
font-size: 12px;
|
assets/css/general.css
CHANGED
@@ -6988,6 +6988,9 @@ p {
|
|
6988 |
.padding-top-10{
|
6989 |
padding-top: 10px;
|
6990 |
}
|
|
|
|
|
|
|
6991 |
|
6992 |
.padding-left-5{
|
6993 |
padding-left: 5px;
|
@@ -7189,4 +7192,8 @@ input[type="checkbox"].error + label{
|
|
7189 |
margin-top: -8px;
|
7190 |
}
|
7191 |
|
|
|
|
|
|
|
|
|
7192 |
|
6988 |
.padding-top-10{
|
6989 |
padding-top: 10px;
|
6990 |
}
|
6991 |
+
.vertical-middle{
|
6992 |
+
vertical-align: middle;
|
6993 |
+
}
|
6994 |
|
6995 |
.padding-left-5{
|
6996 |
padding-left: 5px;
|
7192 |
margin-top: -8px;
|
7193 |
}
|
7194 |
|
7195 |
+
.b2s-key-name{
|
7196 |
+
color: #79B232;
|
7197 |
+
font-weight: 700;
|
7198 |
+
}
|
7199 |
|
assets/js/b2s/network.js
CHANGED
@@ -179,7 +179,7 @@ jQuery(document).on('click', '.b2s-network-add-mandant-btn-save', function () {
|
|
179 |
jQuery('.b2s-network-add-mandant-btn-loading').hide();
|
180 |
jQuery('.b2s-network-add-mandant-btn-save').show();
|
181 |
if (data.result == true) {
|
182 |
-
jQuery('.b2s-network-mandant-select').append('<option value="' + data.mandantId + '">' + data.mandantName + '</option>');
|
183 |
jQuery('.b2s-network-details-container').append(data.content);
|
184 |
jQuery('.b2s-network-mandant-select option[value="' + data.mandantId + '"]').prop('selected', true);
|
185 |
jQuery('.b2s-network-details-container-list').hide();
|
179 |
jQuery('.b2s-network-add-mandant-btn-loading').hide();
|
180 |
jQuery('.b2s-network-add-mandant-btn-save').show();
|
181 |
if (data.result == true) {
|
182 |
+
jQuery('.b2s-network-mandant-select optgroup[id="b2s-network-select-more-client"]').append('<option value="' + data.mandantId + '">' + data.mandantName + '</option>');
|
183 |
jQuery('.b2s-network-details-container').append(data.content);
|
184 |
jQuery('.b2s-network-mandant-select option[value="' + data.mandantId + '"]').prop('selected', true);
|
185 |
jQuery('.b2s-network-details-container-list').hide();
|
assets/js/b2s/settings.js
CHANGED
@@ -463,7 +463,7 @@ jQuery('.b2sSaveUserSettingsPostFormatFb').validate({
|
|
463 |
});
|
464 |
|
465 |
|
466 |
-
jQuery('.
|
467 |
ignore: "",
|
468 |
errorPlacement: function () {
|
469 |
return false;
|
463 |
});
|
464 |
|
465 |
|
466 |
+
jQuery('.b2sSaveUserSettingsPostFormatTw').validate({
|
467 |
ignore: "",
|
468 |
errorPlacement: function () {
|
469 |
return false;
|
blog2social.php
CHANGED
@@ -7,12 +7,12 @@
|
|
7 |
* Author: Blog2Social, Adenion
|
8 |
* Text Domain: blog2social
|
9 |
* Domain Path: /languages
|
10 |
-
* Version: 4.5.
|
11 |
* Author URI: https://www.blog2social.com
|
12 |
* License: GPL2+
|
13 |
*/
|
14 |
//B2SDefine
|
15 |
-
define('B2S_PLUGIN_VERSION', '
|
16 |
define('B2S_PLUGIN_LANGUAGE', serialize(array('de_DE', 'en_US')));
|
17 |
define('B2S_PLUGIN_DIR', plugin_dir_path(__FILE__));
|
18 |
define('B2S_PLUGIN_URL', plugin_dir_url(__FILE__));
|
7 |
* Author: Blog2Social, Adenion
|
8 |
* Text Domain: blog2social
|
9 |
* Domain Path: /languages
|
10 |
+
* Version: 4.5.1
|
11 |
* Author URI: https://www.blog2social.com
|
12 |
* License: GPL2+
|
13 |
*/
|
14 |
//B2SDefine
|
15 |
+
define('B2S_PLUGIN_VERSION', '451');
|
16 |
define('B2S_PLUGIN_LANGUAGE', serialize(array('de_DE', 'en_US')));
|
17 |
define('B2S_PLUGIN_DIR', plugin_dir_path(__FILE__));
|
18 |
define('B2S_PLUGIN_URL', plugin_dir_url(__FILE__));
|
includes/Ajax/Post.php
CHANGED
@@ -157,11 +157,15 @@ class Ajax_Post {
|
|
157 |
|
158 |
delete_option('B2S_PLUGIN_POST_META_TAGES_' . (int) $post['post_id']);
|
159 |
|
|
|
|
|
|
|
160 |
$content = array();
|
161 |
$defaultPostData = array('token' => B2S_PLUGIN_TOKEN,
|
162 |
'blog_user_id' => B2S_PLUGIN_BLOG_USER_ID,
|
163 |
'post_id' => (int) $post['post_id'],
|
164 |
'default_titel' => isset($post['default_titel']) ? $post['default_titel'] : '',
|
|
|
165 |
'lang' => trim(strtolower(substr(B2S_LANGUAGE, 0, 2))));
|
166 |
|
167 |
foreach ($post['b2s'] as $networkAuthId => $data) {
|
@@ -377,6 +381,12 @@ class Ajax_Post {
|
|
377 |
}
|
378 |
|
379 |
$options->_setOption('post_format', $post_format);
|
|
|
|
|
|
|
|
|
|
|
|
|
380 |
echo json_encode(array('result' => true));
|
381 |
wp_die();
|
382 |
}
|
@@ -707,6 +717,10 @@ class Ajax_Post {
|
|
707 |
|
708 |
delete_option('B2S_PLUGIN_POST_META_TAGES_' . (int) $post['post_id']);
|
709 |
|
|
|
|
|
|
|
|
|
710 |
foreach ($b2sids as $b2s_id) {
|
711 |
$b2sShipSend = new B2S_Calendar_Save();
|
712 |
|
@@ -715,6 +729,7 @@ class Ajax_Post {
|
|
715 |
'post_id' => (int) $post['post_id'],
|
716 |
'b2s_id' => (int) $b2s_id,
|
717 |
'default_titel' => isset($post['default_titel']) ? $post['default_titel'] : '',
|
|
|
718 |
'lang' => trim(strtolower(substr(B2S_LANGUAGE, 0, 2))));
|
719 |
|
720 |
|
157 |
|
158 |
delete_option('B2S_PLUGIN_POST_META_TAGES_' . (int) $post['post_id']);
|
159 |
|
160 |
+
$options = new B2S_Options(B2S_PLUGIN_BLOG_USER_ID);
|
161 |
+
$optionNoCache = $options->_getOption('link_no_cache');
|
162 |
+
|
163 |
$content = array();
|
164 |
$defaultPostData = array('token' => B2S_PLUGIN_TOKEN,
|
165 |
'blog_user_id' => B2S_PLUGIN_BLOG_USER_ID,
|
166 |
'post_id' => (int) $post['post_id'],
|
167 |
'default_titel' => isset($post['default_titel']) ? $post['default_titel'] : '',
|
168 |
+
'no_cache' => (($optionNoCache === false || $optionNoCache == 0) ? 0 : 1), //default inactive , 1=active 0=not
|
169 |
'lang' => trim(strtolower(substr(B2S_LANGUAGE, 0, 2))));
|
170 |
|
171 |
foreach ($post['b2s'] as $networkAuthId => $data) {
|
381 |
}
|
382 |
|
383 |
$options->_setOption('post_format', $post_format);
|
384 |
+
|
385 |
+
//Option no_cache
|
386 |
+
if ((int) $_POST['network_id'] == 1) {
|
387 |
+
$noCache = isset($_POST['no_cache']) ? (int) $_POST['no_cache'] : 0;
|
388 |
+
$options->_setOption('link_no_cache', $noCache);
|
389 |
+
}
|
390 |
echo json_encode(array('result' => true));
|
391 |
wp_die();
|
392 |
}
|
717 |
|
718 |
delete_option('B2S_PLUGIN_POST_META_TAGES_' . (int) $post['post_id']);
|
719 |
|
720 |
+
require_once(B2S_PLUGIN_DIR . 'includes/Options.php');
|
721 |
+
$options = new B2S_Options(B2S_PLUGIN_BLOG_USER_ID);
|
722 |
+
$optionNoCache = $options->_getOption('link_no_cache');
|
723 |
+
|
724 |
foreach ($b2sids as $b2s_id) {
|
725 |
$b2sShipSend = new B2S_Calendar_Save();
|
726 |
|
729 |
'post_id' => (int) $post['post_id'],
|
730 |
'b2s_id' => (int) $b2s_id,
|
731 |
'default_titel' => isset($post['default_titel']) ? $post['default_titel'] : '',
|
732 |
+
'no_cache' => (($optionNoCache === false || $optionNoCache == 0) ? 0 : 1), //default inactive , 1=active 0=not
|
733 |
'lang' => trim(strtolower(substr(B2S_LANGUAGE, 0, 2))));
|
734 |
|
735 |
|
includes/B2S/Network/Item.php
CHANGED
@@ -44,7 +44,7 @@ class B2S_Network_Item {
|
|
44 |
$select .= '<optgroup label="' . __("Default", "blog2social") . '"><option value="-1" selected="selected">' . __('Show all', 'blog2social') . '</option>';
|
45 |
$select .= '<option value="0">' . __('My profile', 'blog2social') . '</option></optgroup>';
|
46 |
if (!empty($data)) {
|
47 |
-
$select .='<optgroup label="' . __("Your profiles:", "blog2social") . '">';
|
48 |
foreach ($data as $id => $name) {
|
49 |
$select .= '<option value="' . $id . '">' . stripslashes($name) . '</option>';
|
50 |
}
|
44 |
$select .= '<optgroup label="' . __("Default", "blog2social") . '"><option value="-1" selected="selected">' . __('Show all', 'blog2social') . '</option>';
|
45 |
$select .= '<option value="0">' . __('My profile', 'blog2social') . '</option></optgroup>';
|
46 |
if (!empty($data)) {
|
47 |
+
$select .='<optgroup id="b2s-network-select-more-client" label="' . __("Your profiles:", "blog2social") . '">';
|
48 |
foreach ($data as $id => $name) {
|
49 |
$select .= '<option value="' . $id . '">' . stripslashes($name) . '</option>';
|
50 |
}
|
includes/B2S/Network/Save.php
CHANGED
@@ -18,7 +18,7 @@ class B2S_Network_Save {
|
|
18 |
$newMandant['mandantName'] = $mandantName;
|
19 |
$networkItem = new B2S_Network_Item();
|
20 |
$networkData = $networkItem->getData();
|
21 |
-
$newMandant['content'] = $networkItem->getItemHtml($result->data, array(),$networkData['portale'],$networkData['auth_count']);
|
22 |
}
|
23 |
|
24 |
return $newMandant;
|
18 |
$newMandant['mandantName'] = $mandantName;
|
19 |
$networkItem = new B2S_Network_Item();
|
20 |
$networkData = $networkItem->getData();
|
21 |
+
$newMandant['content'] = $networkItem->getItemHtml($result->data, array(), array(),$networkData['portale'],$networkData['auth_count']);
|
22 |
}
|
23 |
|
24 |
return $newMandant;
|
includes/B2S/Settings/Item.php
CHANGED
@@ -357,7 +357,9 @@ class B2S_Settings_Item {
|
|
357 |
public function getNetworkSettingsPostFormatHtml($networkId = 1) {
|
358 |
|
359 |
$optionPostFormat = $this->options->_getOption('post_format');
|
360 |
-
|
|
|
|
|
361 |
//Take old settings
|
362 |
if (!isset($optionPostFormat[$networkId])) {
|
363 |
$oldPostFormatSettings = ($networkId == 1) ? (isset($this->settings->network_post_format_1) ? (int) $this->settings->network_post_format_1 : 0) : (isset($this->settings->network_post_format_2) ? (int) $this->settings->network_post_format_2 : 1); // Twitter Default Photopost
|
@@ -392,6 +394,11 @@ class B2S_Settings_Item {
|
|
392 |
$content .= '<div class="col-lg-3 col-md-4 col-xs-5 del-padding-left del-padding-right"><input type="radio" ' . $disabledInputType . ' id="type[0]-' . $networkId . '-1" ' . ((isset($optionPostFormat[$networkId][0]) && (int) $optionPostFormat[$networkId][0] == 0) ? 'checked' : ( (int) $optionPostFormat[$networkId]['all'] == 0 && !isset($optionPostFormat[$networkId][0]) && B2S_PLUGIN_USER_VERSION >= 2) ? 'checked' : '') . ' name="type-format[0]" value="0"><label class="' . $disabledTextType . '" for="type[0]-' . $networkId . '-1">' . __('Profile', 'blog2social') . '</label></div><div class="clearfix"></div>';
|
393 |
$content .= '<div class="col-lg-3 col-md-4 col-xs-5 del-padding-left del-padding-right"><input type="radio" ' . $disabledInputType . ' id="type[1]-' . $networkId . '-1" ' . ( (isset($optionPostFormat[$networkId][1]) && (int) $optionPostFormat[$networkId][1] == 0) ? 'checked' : ( (int) $optionPostFormat[$networkId]['all'] == 0 && !isset($optionPostFormat[$networkId][0]) && B2S_PLUGIN_USER_VERSION >= 2) ? 'checked' : '') . ' name="type-format[1]" value="0"><label class="' . $disabledTextType . '" for="type[1]-' . $networkId . '-1">' . __('Page', 'blog2social') . '</label></div><div class="clearfix"></div>';
|
394 |
$content .= '<div class="col-lg-3 col-md-4 col-xs-5 del-padding-left del-padding-right"><input type="radio" ' . $disabledInputType . ' id="type[2]-' . $networkId . '-1" ' . ( (isset($optionPostFormat[$networkId][2]) && (int) $optionPostFormat[$networkId][2] == 0) ? 'checked' : ( (int) $optionPostFormat[$networkId]['all'] == 0 && !isset($optionPostFormat[$networkId][0]) && B2S_PLUGIN_USER_VERSION >= 2) ? 'checked' : '') . ' name="type-format[2]" value="0"><label class="' . $disabledTextType . '" for="type[2]-' . $networkId . '-1">' . __('Group', 'blog2social') . '</label></div><div class="clearfix"></div>';
|
|
|
|
|
|
|
|
|
|
|
395 |
}
|
396 |
$content .='</div>';
|
397 |
$content .='</div>';
|
357 |
public function getNetworkSettingsPostFormatHtml($networkId = 1) {
|
358 |
|
359 |
$optionPostFormat = $this->options->_getOption('post_format');
|
360 |
+
$optionNoCache = $this->options->_getOption('link_no_cache');
|
361 |
+
$optionNoCache = ($optionNoCache === false || $optionNoCache == 0) ? 0 : 1; //default inactive , 1=active 0=not
|
362 |
+
|
363 |
//Take old settings
|
364 |
if (!isset($optionPostFormat[$networkId])) {
|
365 |
$oldPostFormatSettings = ($networkId == 1) ? (isset($this->settings->network_post_format_1) ? (int) $this->settings->network_post_format_1 : 0) : (isset($this->settings->network_post_format_2) ? (int) $this->settings->network_post_format_2 : 1); // Twitter Default Photopost
|
394 |
$content .= '<div class="col-lg-3 col-md-4 col-xs-5 del-padding-left del-padding-right"><input type="radio" ' . $disabledInputType . ' id="type[0]-' . $networkId . '-1" ' . ((isset($optionPostFormat[$networkId][0]) && (int) $optionPostFormat[$networkId][0] == 0) ? 'checked' : ( (int) $optionPostFormat[$networkId]['all'] == 0 && !isset($optionPostFormat[$networkId][0]) && B2S_PLUGIN_USER_VERSION >= 2) ? 'checked' : '') . ' name="type-format[0]" value="0"><label class="' . $disabledTextType . '" for="type[0]-' . $networkId . '-1">' . __('Profile', 'blog2social') . '</label></div><div class="clearfix"></div>';
|
395 |
$content .= '<div class="col-lg-3 col-md-4 col-xs-5 del-padding-left del-padding-right"><input type="radio" ' . $disabledInputType . ' id="type[1]-' . $networkId . '-1" ' . ( (isset($optionPostFormat[$networkId][1]) && (int) $optionPostFormat[$networkId][1] == 0) ? 'checked' : ( (int) $optionPostFormat[$networkId]['all'] == 0 && !isset($optionPostFormat[$networkId][0]) && B2S_PLUGIN_USER_VERSION >= 2) ? 'checked' : '') . ' name="type-format[1]" value="0"><label class="' . $disabledTextType . '" for="type[1]-' . $networkId . '-1">' . __('Page', 'blog2social') . '</label></div><div class="clearfix"></div>';
|
396 |
$content .= '<div class="col-lg-3 col-md-4 col-xs-5 del-padding-left del-padding-right"><input type="radio" ' . $disabledInputType . ' id="type[2]-' . $networkId . '-1" ' . ( (isset($optionPostFormat[$networkId][2]) && (int) $optionPostFormat[$networkId][2] == 0) ? 'checked' : ( (int) $optionPostFormat[$networkId]['all'] == 0 && !isset($optionPostFormat[$networkId][0]) && B2S_PLUGIN_USER_VERSION >= 2) ? 'checked' : '') . ' name="type-format[2]" value="0"><label class="' . $disabledTextType . '" for="type[2]-' . $networkId . '-1">' . __('Group', 'blog2social') . '</label></div><div class="clearfix"></div>';
|
397 |
+
|
398 |
+
//Option: no_cache param for varnish caching
|
399 |
+
if ($networkId == 1) {
|
400 |
+
$content .= '<br><div class="col-lg-6 col-md-6 col-xs-12 del-padding-left del-padding-right"><input id="link-no-cache" type="checkbox" ' . (($optionNoCache == 1) ? 'checked' : '') . ' name="no_cache" value="' . (($optionNoCache == 1) ? 0 : 1) . '"><label for="link-no-cache">' . __('Activate Instant Caching', 'blog2social') . '</label> <a href="#" data-toggle="modal" data-target="#b2sInfoNoCache" class="b2s-info-btn vertical-middle del-padding-left">' . __('Info', 'Blog2Social') . '</a></div><div class="clearfix"></div>';
|
401 |
+
}
|
402 |
}
|
403 |
$content .='</div>';
|
404 |
$content .='</div>';
|
includes/B2S/Ship/Save.php
CHANGED
@@ -27,7 +27,7 @@ class B2S_Ship_Save {
|
|
27 |
global $wpdb;
|
28 |
$networkDetailsId = $this->getNetworkDetailsId($data['network_id'], $data['network_type'], $data['network_auth_id'], $data['network_display_name']);
|
29 |
|
30 |
-
//unset($data['network_id']);
|
31 |
unset($data['network_type']);
|
32 |
unset($data['network_display_name']);
|
33 |
|
@@ -46,6 +46,7 @@ class B2S_Ship_Save {
|
|
46 |
$this->postData["blog_user_id"] = $data["blog_user_id"];
|
47 |
$this->postData["post_id"] = $data["post_id"];
|
48 |
$this->postData["default_titel"] = $data["default_titel"];
|
|
|
49 |
$this->postData["lang"] = $data["lang"];
|
50 |
$this->postData['user_timezone'] = $data['user_timezone'];
|
51 |
|
@@ -53,6 +54,7 @@ class B2S_Ship_Save {
|
|
53 |
unset($data['blog_user_id']);
|
54 |
unset($data['post_id']);
|
55 |
unset($data['default_titel']);
|
|
|
56 |
unset($data['lang']);
|
57 |
unset($data['user_timezone']);
|
58 |
unset($data['publish_date']);
|
27 |
global $wpdb;
|
28 |
$networkDetailsId = $this->getNetworkDetailsId($data['network_id'], $data['network_type'], $data['network_auth_id'], $data['network_display_name']);
|
29 |
|
30 |
+
//unset($data['network_id']);
|
31 |
unset($data['network_type']);
|
32 |
unset($data['network_display_name']);
|
33 |
|
46 |
$this->postData["blog_user_id"] = $data["blog_user_id"];
|
47 |
$this->postData["post_id"] = $data["post_id"];
|
48 |
$this->postData["default_titel"] = $data["default_titel"];
|
49 |
+
$this->postData["no_cache"] = (int) $data["no_cache"];
|
50 |
$this->postData["lang"] = $data["lang"];
|
51 |
$this->postData['user_timezone'] = $data['user_timezone'];
|
52 |
|
54 |
unset($data['blog_user_id']);
|
55 |
unset($data['post_id']);
|
56 |
unset($data['default_titel']);
|
57 |
+
unset($data['no_cache']);
|
58 |
unset($data['lang']);
|
59 |
unset($data['user_timezone']);
|
60 |
unset($data['publish_date']);
|
includes/Loader.php
CHANGED
@@ -171,18 +171,19 @@ class B2S_Loader {
|
|
171 |
$sched_date = date('Y-m-d H:i:s', strtotime($time, strtotime($current_user_datetime)));
|
172 |
$sched_date_utc = date('Y-m-d H:i:s', strtotime($time, strtotime($current_user_datetime)));
|
173 |
|
|
|
|
|
|
|
174 |
|
175 |
$defaultPostData = array('default_titel' => $title,
|
176 |
'image_url' => ($image_url !== false) ? trim(urldecode($image_url)) : '',
|
177 |
'lang' => trim(strtolower(substr(B2S_LANGUAGE, 0, 2))),
|
|
|
178 |
'board' => '', 'group' => '', 'url' => $url, 'user_timezone' => $userTimeZoneOffset);
|
179 |
|
180 |
$defaultBlogPostData = array('post_id' => (int) $post->ID, 'blog_user_id' => (int) $post->post_author, 'user_timezone' => $userTimeZoneOffset, 'sched_type' => $sched_type, 'sched_date' => $sched_date, 'sched_date_utc' => $sched_date_utc);
|
181 |
|
182 |
-
$
|
183 |
-
$allowHashTag = ($optionUserHashTag === false || $optionUserHashTag == 1)? true : false;
|
184 |
-
|
185 |
-
$autoShare = new B2S_AutoPost((int) $post->ID, $defaultBlogPostData, $current_user_date, false, $title, $content, $url, $image_url, $keywords, trim(strtolower(substr(B2S_LANGUAGE, 0, 2))), $optionPostFormat,$allowHashTag);
|
186 |
|
187 |
foreach ($autoPostData['network_auth_id'] as $k => $value) {
|
188 |
$networkDetails = $wpdb->get_results($wpdb->prepare("SELECT postNetworkDetails.network_id, postNetworkDetails.network_type, postNetworkDetails.network_display_name FROM b2s_posts_network_details AS postNetworkDetails WHERE postNetworkDetails.network_auth_id = %s", $value));
|
@@ -378,19 +379,22 @@ class B2S_Loader {
|
|
378 |
$url = get_permalink($_POST['post_ID']);
|
379 |
$title = isset($_POST['post_title']) ? B2S_Util::getTitleByLanguage(strip_tags($_POST['post_title']), strtolower($b2sPostLang)) : '';
|
380 |
$content = (isset($_POST['content']) && !empty($_POST['content'])) ? trim($_POST['content']) : '';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
381 |
$defaultPostData = array('default_titel' => $title,
|
382 |
'image_url' => ($image_url !== false) ? trim(urldecode($image_url)) : '',
|
383 |
'lang' => trim(strtolower(substr(B2S_LANGUAGE, 0, 2))),
|
|
|
384 |
'board' => '', 'group' => '', 'url' => $url, 'user_timezone' => $user_timezone); // 'publish_date' => $sched_date, OLD FOR Share Now?
|
385 |
|
386 |
$defaultBlogPostData = array('post_id' => (int) $_POST['post_ID'], 'blog_user_id' => (int) $_POST['user_ID'], 'user_timezone' => $user_timezone, 'sched_type' => $sched_type, 'sched_date' => $sched_date, 'sched_date_utc' => $sched_date_utc);
|
387 |
|
388 |
-
$
|
389 |
-
$optionPostFormat = $options->_getOption('post_format');
|
390 |
-
$optionUserHashTag = $options->_getOption('user_allow_hashtag');
|
391 |
-
$allowHashTag = ($optionUserHashTag === false || $optionUserHashTag == 1)? true : false;
|
392 |
-
|
393 |
-
$autoShare = new B2S_AutoPost((int) $_POST['post_ID'], $defaultBlogPostData, $current_user_date, $myTimeSettings, $title, $content, $url, $image_url, $keywords, $b2sPostLang, $optionPostFormat,$allowHashTag);
|
394 |
define('B2S_SAVE_META_BOX_AUTO_SHARE', $_POST['post_ID']);
|
395 |
if (isset($_POST['b2s-user-last-selected-profile-id']) && (int) $_POST['b2s-user-last-selected-profile-id'] != (int) $_POST['b2s-post-meta-box-profil-dropdown'] && (int) $_POST['b2s-post-meta-box-profil-dropdown'] != 0) {
|
396 |
update_option('B2S_PLUGIN_SAVE_META_BOX_AUTO_SHARE_PROFILE_USER_' . $_POST['user_ID'], (int) $_POST['b2s-post-meta-box-profil-dropdown']);
|
@@ -514,7 +518,7 @@ class B2S_Loader {
|
|
514 |
'IMAGE' => __('Your post could not be posted, because your image is not available.', 'blog2social'),
|
515 |
'PROTECT' => __('The network has blocked your account. Please see <a target="_blank" href="https://www.blog2social.com/en/faq/category/9/troubleshooting-for-error-messages.html">FAQ</a>.', 'blog2social'),
|
516 |
'IMAGE_LIMIT' => __('The number of images is reached. Please see <a target="_blank" href="https://www.blog2social.com/en/faq/category/9/troubleshooting-for-error-messages.html">FAQ</a>.', 'blog2social'),
|
517 |
-
'RATE_LIMIT' => __('Your limit has temporarily reached for this network.', 'blog2social'),
|
518 |
'INVALID_CONTENT' => __('The network can not publish special characters such as Emoji. Please see <a target="_blank" href="https://www.blog2social.com/en/faq/category/9/troubleshooting-for-error-messages.html">FAQ</a>.', 'blog2social'),
|
519 |
'EXISTS_CONTENT' => __('Your post is a duplicate.', 'blog2social'),
|
520 |
'URL_CONTENT' => __('The network are required a public url to your post.', 'blog2social'),
|
@@ -720,16 +724,16 @@ class B2S_Loader {
|
|
720 |
//PageFunktion
|
721 |
public function b2sShip() {
|
722 |
if (B2S_Tools::showNotice() == false) {
|
723 |
-
|
724 |
wp_enqueue_style('B2SFULLCALLENDARCSS');
|
725 |
wp_enqueue_style('B2SCALENDARCSS');
|
726 |
wp_enqueue_script('B2SFULLCALENDARMOMENTJS');
|
727 |
wp_enqueue_script('B2SFULLCALENDARJS');
|
728 |
wp_enqueue_script('B2SFULLCALENDARLOCALEJS');
|
729 |
-
|
730 |
-
|
731 |
wp_enqueue_script('B2SLIB');
|
732 |
-
|
733 |
wp_enqueue_style('B2SSHIPCSS');
|
734 |
wp_enqueue_style('B2SDATEPICKERCSS');
|
735 |
wp_enqueue_style('B2STIMEPICKERCSS');
|
171 |
$sched_date = date('Y-m-d H:i:s', strtotime($time, strtotime($current_user_datetime)));
|
172 |
$sched_date_utc = date('Y-m-d H:i:s', strtotime($time, strtotime($current_user_datetime)));
|
173 |
|
174 |
+
$optionNoCache = $options->_getOption('link_no_cache');
|
175 |
+
$optionUserHashTag = $options->_getOption('user_allow_hashtag');
|
176 |
+
$allowHashTag = ($optionUserHashTag === false || $optionUserHashTag == 1) ? true : false;
|
177 |
|
178 |
$defaultPostData = array('default_titel' => $title,
|
179 |
'image_url' => ($image_url !== false) ? trim(urldecode($image_url)) : '',
|
180 |
'lang' => trim(strtolower(substr(B2S_LANGUAGE, 0, 2))),
|
181 |
+
'no_cache' => (($optionNoCache === false || $optionNoCache == 0) ? 0 : 1), //default inactive , 1=active 0=not
|
182 |
'board' => '', 'group' => '', 'url' => $url, 'user_timezone' => $userTimeZoneOffset);
|
183 |
|
184 |
$defaultBlogPostData = array('post_id' => (int) $post->ID, 'blog_user_id' => (int) $post->post_author, 'user_timezone' => $userTimeZoneOffset, 'sched_type' => $sched_type, 'sched_date' => $sched_date, 'sched_date_utc' => $sched_date_utc);
|
185 |
|
186 |
+
$autoShare = new B2S_AutoPost((int) $post->ID, $defaultBlogPostData, $current_user_date, false, $title, $content, $url, $image_url, $keywords, trim(strtolower(substr(B2S_LANGUAGE, 0, 2))), $optionPostFormat, $allowHashTag);
|
|
|
|
|
|
|
187 |
|
188 |
foreach ($autoPostData['network_auth_id'] as $k => $value) {
|
189 |
$networkDetails = $wpdb->get_results($wpdb->prepare("SELECT postNetworkDetails.network_id, postNetworkDetails.network_type, postNetworkDetails.network_display_name FROM b2s_posts_network_details AS postNetworkDetails WHERE postNetworkDetails.network_auth_id = %s", $value));
|
379 |
$url = get_permalink($_POST['post_ID']);
|
380 |
$title = isset($_POST['post_title']) ? B2S_Util::getTitleByLanguage(strip_tags($_POST['post_title']), strtolower($b2sPostLang)) : '';
|
381 |
$content = (isset($_POST['content']) && !empty($_POST['content'])) ? trim($_POST['content']) : '';
|
382 |
+
|
383 |
+
$options = new B2S_Options((int) $_POST['user_ID']);
|
384 |
+
$optionPostFormat = $options->_getOption('post_format');
|
385 |
+
$optionNoCache = $options->_getOption('link_no_cache');
|
386 |
+
$optionUserHashTag = $options->_getOption('user_allow_hashtag');
|
387 |
+
$allowHashTag = ($optionUserHashTag === false || $optionUserHashTag == 1) ? true : false;
|
388 |
+
|
389 |
$defaultPostData = array('default_titel' => $title,
|
390 |
'image_url' => ($image_url !== false) ? trim(urldecode($image_url)) : '',
|
391 |
'lang' => trim(strtolower(substr(B2S_LANGUAGE, 0, 2))),
|
392 |
+
'no_cache' => (($optionNoCache === false || $optionNoCache == 0) ? 0 : 1), //default inactive , 1=active 0=not
|
393 |
'board' => '', 'group' => '', 'url' => $url, 'user_timezone' => $user_timezone); // 'publish_date' => $sched_date, OLD FOR Share Now?
|
394 |
|
395 |
$defaultBlogPostData = array('post_id' => (int) $_POST['post_ID'], 'blog_user_id' => (int) $_POST['user_ID'], 'user_timezone' => $user_timezone, 'sched_type' => $sched_type, 'sched_date' => $sched_date, 'sched_date_utc' => $sched_date_utc);
|
396 |
|
397 |
+
$autoShare = new B2S_AutoPost((int) $_POST['post_ID'], $defaultBlogPostData, $current_user_date, $myTimeSettings, $title, $content, $url, $image_url, $keywords, $b2sPostLang, $optionPostFormat, $allowHashTag);
|
|
|
|
|
|
|
|
|
|
|
398 |
define('B2S_SAVE_META_BOX_AUTO_SHARE', $_POST['post_ID']);
|
399 |
if (isset($_POST['b2s-user-last-selected-profile-id']) && (int) $_POST['b2s-user-last-selected-profile-id'] != (int) $_POST['b2s-post-meta-box-profil-dropdown'] && (int) $_POST['b2s-post-meta-box-profil-dropdown'] != 0) {
|
400 |
update_option('B2S_PLUGIN_SAVE_META_BOX_AUTO_SHARE_PROFILE_USER_' . $_POST['user_ID'], (int) $_POST['b2s-post-meta-box-profil-dropdown']);
|
518 |
'IMAGE' => __('Your post could not be posted, because your image is not available.', 'blog2social'),
|
519 |
'PROTECT' => __('The network has blocked your account. Please see <a target="_blank" href="https://www.blog2social.com/en/faq/category/9/troubleshooting-for-error-messages.html">FAQ</a>.', 'blog2social'),
|
520 |
'IMAGE_LIMIT' => __('The number of images is reached. Please see <a target="_blank" href="https://www.blog2social.com/en/faq/category/9/troubleshooting-for-error-messages.html">FAQ</a>.', 'blog2social'),
|
521 |
+
'RATE_LIMIT' => __('Your limit has temporarily been reached for this network. Try again later.', 'blog2social'),
|
522 |
'INVALID_CONTENT' => __('The network can not publish special characters such as Emoji. Please see <a target="_blank" href="https://www.blog2social.com/en/faq/category/9/troubleshooting-for-error-messages.html">FAQ</a>.', 'blog2social'),
|
523 |
'EXISTS_CONTENT' => __('Your post is a duplicate.', 'blog2social'),
|
524 |
'URL_CONTENT' => __('The network are required a public url to your post.', 'blog2social'),
|
724 |
//PageFunktion
|
725 |
public function b2sShip() {
|
726 |
if (B2S_Tools::showNotice() == false) {
|
727 |
+
|
728 |
wp_enqueue_style('B2SFULLCALLENDARCSS');
|
729 |
wp_enqueue_style('B2SCALENDARCSS');
|
730 |
wp_enqueue_script('B2SFULLCALENDARMOMENTJS');
|
731 |
wp_enqueue_script('B2SFULLCALENDARJS');
|
732 |
wp_enqueue_script('B2SFULLCALENDARLOCALEJS');
|
733 |
+
|
734 |
+
|
735 |
wp_enqueue_script('B2SLIB');
|
736 |
+
|
737 |
wp_enqueue_style('B2SSHIPCSS');
|
738 |
wp_enqueue_style('B2SDATEPICKERCSS');
|
739 |
wp_enqueue_style('B2STIMEPICKERCSS');
|
includes/Tools.php
CHANGED
@@ -115,6 +115,9 @@ class B2S_Tools {
|
|
115 |
if ($type == 'contact') {
|
116 |
return 'https://service.blog2social.com/' . (($lang == 'en') ? 'en/trial' : 'de/trial');
|
117 |
}
|
|
|
|
|
|
|
118 |
}
|
119 |
|
120 |
public static function getAffiliateId() {
|
115 |
if ($type == 'contact') {
|
116 |
return 'https://service.blog2social.com/' . (($lang == 'en') ? 'en/trial' : 'de/trial');
|
117 |
}
|
118 |
+
if ($type == 'term') {
|
119 |
+
return 'https://www.blog2social.com/' . (($lang == 'en') ? 'en/terms' : 'de/agb');
|
120 |
+
}
|
121 |
}
|
122 |
|
123 |
public static function getAffiliateId() {
|
languages/blog2social-de_DE.mo
CHANGED
Binary file
|
languages/blog2social-de_DE.po
CHANGED
@@ -4,7 +4,7 @@ msgstr ""
|
|
4 |
"Stable (latest release)\n"
|
5 |
"Report-Msgid-Bugs-To: \n"
|
6 |
"POT-Creation-Date: Thu May 18 2017 09:57:01 GMT+0200\n"
|
7 |
-
"PO-Revision-Date: Mon Dec
|
8 |
"Last-Translator: Sven Bürger <s.buerger@adenion.de>\n"
|
9 |
"Language-Team: \n"
|
10 |
"Language: German\n"
|
@@ -23,31 +23,27 @@ msgstr ""
|
|
23 |
"esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
|
24 |
"X-Loco-Target-Locale: de_DE"
|
25 |
|
26 |
-
#: ../../plugins/blog2social-v-4-
|
27 |
-
|
28 |
-
|
29 |
-
"Define the default settings for the custom post format for all of your "
|
30 |
-
"Google+ accounts in the Blog2Social settings."
|
31 |
-
msgstr ""
|
32 |
-
"Definiere Dein Standard-Beitragsformat für alle Deine Google+ Verbindungen "
|
33 |
-
"unter den Blog2Social Einstellungen."
|
34 |
|
35 |
-
#: ../../plugins/blog2social-v-4-
|
36 |
-
#: /plugins/blog2social-v-4-5/views/b2s/ship.php:486
|
37 |
msgid ""
|
38 |
-
"
|
39 |
-
"
|
|
|
|
|
40 |
msgstr ""
|
41 |
-
"
|
42 |
-
"
|
|
|
|
|
43 |
|
44 |
-
#: ../../plugins/blog2social-v-4-
|
45 |
-
msgid ""
|
46 |
-
"For Instagram, you can select \"image with frame\" or \"image cut out\" as your "
|
47 |
-
"preferred custom post format."
|
48 |
msgstr ""
|
49 |
-
"
|
50 |
-
"
|
51 |
|
52 |
#. Name of the plugin
|
53 |
msgid "Blog2Social: Social Media Auto Post & Scheduler"
|
@@ -74,332 +70,332 @@ msgstr ""
|
|
74 |
msgid "Blog2Social, Adenion"
|
75 |
msgstr "Blog2Social, Adenion"
|
76 |
|
77 |
-
#: ../../plugins/blog2social-v-4-
|
78 |
msgid "show all"
|
79 |
msgstr "alle anzeigen"
|
80 |
|
81 |
-
#: ../../plugins/blog2social-v-4-
|
82 |
-
#: /plugins/blog2social-v-4-
|
83 |
msgid "Default"
|
84 |
msgstr "Standard"
|
85 |
|
86 |
-
#: ../../plugins/blog2social-v-4-
|
87 |
msgid "Show all"
|
88 |
msgstr "alle anzeigen"
|
89 |
|
90 |
-
#: ../../plugins/blog2social-v-4-
|
91 |
-
#: /plugins/blog2social-v-4-
|
92 |
msgid "My profile"
|
93 |
msgstr "Mein Profil"
|
94 |
|
95 |
-
#: ../../plugins/blog2social-v-4-
|
96 |
msgid "Your profiles:"
|
97 |
msgstr "weitere Profile:"
|
98 |
|
99 |
-
#: ../../plugins/blog2social-v-4-
|
100 |
-
#: /plugins/blog2social-v-4-
|
101 |
msgid "Connections"
|
102 |
msgstr "Verbindungen"
|
103 |
|
104 |
-
#: ../../plugins/blog2social-v-4-
|
105 |
-
#: /plugins/blog2social-v-4-
|
106 |
-
#: /plugins/blog2social-v-4-
|
107 |
-
#: /plugins/blog2social-v-4-
|
108 |
-
#: /plugins/blog2social-v-4-
|
109 |
-
#: /plugins/blog2social-v-4-
|
110 |
-
#: /plugins/blog2social-v-4-
|
111 |
-
#: /plugins/blog2social-v-4-
|
112 |
-
#: /plugins/blog2social-v-4-
|
113 |
-
#: /plugins/blog2social-v-4-
|
114 |
msgid "Profile"
|
115 |
msgstr "Profil"
|
116 |
|
117 |
-
#: ../../plugins/blog2social-v-4-
|
118 |
-
#: /plugins/blog2social-v-4-
|
119 |
-
#: /plugins/blog2social-v-4-
|
120 |
-
#: /plugins/blog2social-v-4-
|
121 |
-
#: /plugins/blog2social-v-4-
|
122 |
-
#: /plugins/blog2social-v-4-
|
123 |
-
#: /plugins/blog2social-v-4-
|
124 |
-
#: /plugins/blog2social-v-4-
|
125 |
-
#: /plugins/blog2social-v-4-
|
126 |
-
#: /plugins/blog2social-v-4-
|
127 |
-
#: /plugins/blog2social-v-4-
|
128 |
msgid "Page"
|
129 |
msgstr "Seite"
|
130 |
|
131 |
-
#: ../../plugins/blog2social-v-4-
|
132 |
-
#: /plugins/blog2social-v-4-
|
133 |
msgid "You want to connect a network page?"
|
134 |
msgstr "Du möchtest eine Netzwerk-Seite verbinden?"
|
135 |
|
136 |
-
#: ../../plugins/blog2social-v-4-
|
137 |
-
#: /plugins/blog2social-v-4-
|
138 |
-
#: /plugins/blog2social-v-4-
|
139 |
-
#: /plugins/blog2social-v-4-
|
140 |
-
#: /plugins/blog2social-v-4-
|
141 |
-
#: /plugins/blog2social-v-4-
|
142 |
-
#: /plugins/blog2social-v-4-
|
143 |
-
#: /plugins/blog2social-v-4-
|
144 |
-
#: /plugins/blog2social-v-4-
|
145 |
-
#: /plugins/blog2social-v-4-
|
146 |
-
#: 4-
|
147 |
-
#: calendar.php:9 ../../plugins/blog2social-v-4-
|
148 |
-
#: /plugins/blog2social-v-4-
|
149 |
-
#: v-4-
|
150 |
-
#: php:17 ../../plugins/blog2social-v-4-
|
151 |
-
#: /plugins/blog2social-v-4-
|
152 |
-
#: /plugins/blog2social-v-4-
|
153 |
msgid "PREMIUM"
|
154 |
msgstr "PREMIUM"
|
155 |
|
156 |
-
#: ../../plugins/blog2social-v-4-
|
157 |
-
#: /plugins/blog2social-v-4-
|
158 |
-
#: /plugins/blog2social-v-4-
|
159 |
-
#: /plugins/blog2social-v-4-
|
160 |
-
#: /plugins/blog2social-v-4-
|
161 |
-
#: /plugins/blog2social-v-4-
|
162 |
-
#: /plugins/blog2social-v-4-
|
163 |
-
#: /plugins/blog2social-v-4-
|
164 |
-
#: /plugins/blog2social-v-4-
|
165 |
-
#: /plugins/blog2social-v-4-
|
166 |
msgid "Group"
|
167 |
msgstr "Gruppe"
|
168 |
|
169 |
-
#: ../../plugins/blog2social-v-4-
|
170 |
-
#: /plugins/blog2social-v-4-
|
171 |
msgid "You want to connect a social media group?"
|
172 |
msgstr "Du möchtest eine Social-Media-Gruppe verbinden?"
|
173 |
|
174 |
-
#: ../../plugins/blog2social-v-4-
|
175 |
-
#: /plugins/blog2social-v-4-
|
176 |
msgid "Authorization is interrupted since"
|
177 |
msgstr "Autorisierung ist unterbrochen seit"
|
178 |
|
179 |
-
#: ../../plugins/blog2social-v-4-
|
180 |
-
#: /plugins/blog2social-v-4-
|
181 |
-
#: /plugins/blog2social-v-4-
|
182 |
msgid "To reactivate this social media connection,"
|
183 |
msgstr "Um diese Social Media Verbindung zu reaktivieren,"
|
184 |
|
185 |
-
#: ../../plugins/blog2social-v-4-
|
186 |
-
#: /plugins/blog2social-v-4-
|
187 |
-
#: /plugins/blog2social-v-4-
|
188 |
-
#: /plugins/blog2social-v-4-
|
189 |
msgid "please upgrade"
|
190 |
msgstr "Bitte upgraden"
|
191 |
|
192 |
-
#: ../../plugins/blog2social-v-4-
|
193 |
msgid "Authorization is interrupted since"
|
194 |
msgstr "Autorisierung ist unterbrochen seit"
|
195 |
|
196 |
-
#: ../../plugins/blog2social-v-4-
|
197 |
msgid "all authors"
|
198 |
msgstr "alle Autoren"
|
199 |
|
200 |
-
#: ../../plugins/blog2social-v-4-
|
201 |
-
#: /plugins/blog2social-v-4-
|
202 |
-
#: /plugins/blog2social-v-4-
|
203 |
-
#: /plugins/blog2social-v-4-
|
204 |
-
#: /plugins/blog2social-v-4-
|
205 |
-
#: /plugins/blog2social-v-4-
|
206 |
msgid "published"
|
207 |
msgstr "veröffentlicht"
|
208 |
|
209 |
-
#: ../../plugins/blog2social-v-4-
|
210 |
-
#: /plugins/blog2social-v-4-
|
211 |
-
#: /plugins/blog2social-v-4-
|
212 |
-
#: /plugins/blog2social-v-4-
|
213 |
-
#: /plugins/blog2social-v-4-
|
214 |
msgid "scheduled"
|
215 |
msgstr "geplant"
|
216 |
|
217 |
-
#: ../../plugins/blog2social-v-4-
|
218 |
-
#: /plugins/blog2social-v-4-
|
219 |
-
#: /plugins/blog2social-v-4-
|
220 |
-
#: /plugins/blog2social-v-4-
|
221 |
msgid "draft"
|
222 |
msgstr "Entwurf"
|
223 |
|
224 |
-
#: ../../plugins/blog2social-v-4-
|
225 |
msgid "all statuses"
|
226 |
msgstr "kein Status"
|
227 |
|
228 |
-
#: ../../plugins/blog2social-v-4-
|
229 |
-
#: /plugins/blog2social-v-4-
|
230 |
msgid "newest first"
|
231 |
msgstr "neuste zuerst"
|
232 |
|
233 |
-
#: ../../plugins/blog2social-v-4-
|
234 |
-
#: /plugins/blog2social-v-4-
|
235 |
msgid "oldest first"
|
236 |
msgstr "älteste zuerst"
|
237 |
|
238 |
-
#: ../../plugins/blog2social-v-4-
|
239 |
msgid "all categories & tags"
|
240 |
msgstr "alle Kategorien & Schlagwörter"
|
241 |
|
242 |
-
#: ../../plugins/blog2social-v-4-
|
243 |
-
#: /plugins/blog2social-v-4-
|
244 |
msgid "all post types"
|
245 |
msgstr "alle Typen"
|
246 |
|
247 |
-
#: ../../plugins/blog2social-v-4-
|
248 |
-
#: /plugins/blog2social-v-4-
|
249 |
msgid "Search Title"
|
250 |
msgstr "Suche nach Titel"
|
251 |
|
252 |
-
#: ../../plugins/blog2social-v-4-
|
253 |
-
#: /plugins/blog2social-v-4-
|
254 |
msgid "sort"
|
255 |
msgstr "sortieren"
|
256 |
|
257 |
-
#: ../../plugins/blog2social-v-4-
|
258 |
-
#: /plugins/blog2social-v-4-
|
259 |
msgid "reset"
|
260 |
msgstr "zurücksetzen"
|
261 |
|
262 |
-
#: ../../plugins/blog2social-v-4-
|
263 |
msgid "selected date"
|
264 |
msgstr "ausgewähltes Datum"
|
265 |
|
266 |
-
#: ../../plugins/blog2social-v-4-
|
267 |
msgid "scheduled post(s)"
|
268 |
msgstr "geplante Beiträge"
|
269 |
|
270 |
-
#: ../../plugins/blog2social-v-4-
|
271 |
msgid "You have no posts published or scheduled."
|
272 |
msgstr "Du hast keine Beiträge veröffentlicht oder geplant."
|
273 |
|
274 |
-
#: ../../plugins/blog2social-v-4-
|
275 |
msgid "last shared on social media"
|
276 |
msgstr "zuletzt auf Social Media geteilt"
|
277 |
|
278 |
-
#: ../../plugins/blog2social-v-4-
|
279 |
msgid "Share on Social Media"
|
280 |
msgstr "auf Social Media teilen"
|
281 |
|
282 |
-
#: ../../plugins/blog2social-v-4-
|
283 |
-
#: /plugins/blog2social-v-4-
|
284 |
msgid "Author"
|
285 |
msgstr "Autor"
|
286 |
|
287 |
-
#: ../../plugins/blog2social-v-4-
|
288 |
-
#: /plugins/blog2social-v-4-
|
289 |
msgid "on blog"
|
290 |
msgstr "auf dem Blog"
|
291 |
|
292 |
-
#: ../../plugins/blog2social-v-4-
|
293 |
-
#: /plugins/blog2social-v-4-
|
294 |
-
#: 4-
|
295 |
msgid "Re-share this post"
|
296 |
msgstr "Diesen Beitrag nochmal teilen"
|
297 |
|
298 |
-
#: ../../plugins/blog2social-v-4-
|
299 |
-
#: /plugins/blog2social-v-4-
|
300 |
msgid "Details"
|
301 |
msgstr "Details"
|
302 |
|
303 |
-
#: ../../plugins/blog2social-v-4-
|
304 |
msgid "shared social media posts"
|
305 |
msgstr "geteilte Beiträge"
|
306 |
|
307 |
-
#: ../../plugins/blog2social-v-4-
|
308 |
msgid "latest share by"
|
309 |
msgstr "zuletzt geteilt von"
|
310 |
|
311 |
-
#: ../../plugins/blog2social-v-4-
|
312 |
-
#: /plugins/blog2social-v-4-
|
313 |
msgid "scheduled social media posts"
|
314 |
msgstr "geplante Beiträge"
|
315 |
|
316 |
-
#: ../../plugins/blog2social-v-4-
|
317 |
msgid "next share by"
|
318 |
msgstr "als nächstes geteilt von"
|
319 |
|
320 |
-
#: ../../plugins/blog2social-v-4-
|
321 |
-
#: /plugins/blog2social-v-4-
|
322 |
msgid "select all"
|
323 |
msgstr "alle auswählen"
|
324 |
|
325 |
-
#: ../../plugins/blog2social-v-4-
|
326 |
-
#: /plugins/blog2social-v-4-
|
327 |
-
#: v-4-
|
328 |
msgid "Auto-Posting"
|
329 |
msgstr "Auto-Posting"
|
330 |
|
331 |
-
#: ../../plugins/blog2social-v-4-
|
332 |
msgid "show"
|
333 |
msgstr "ansehen"
|
334 |
|
335 |
-
#: ../../plugins/blog2social-v-4-
|
336 |
-
#: /plugins/blog2social-v-4-
|
337 |
msgid "Please see"
|
338 |
msgstr "Siehe"
|
339 |
|
340 |
-
#: ../../plugins/blog2social-v-4-
|
341 |
-
#: /plugins/blog2social-v-4-
|
342 |
msgid "FAQ"
|
343 |
msgstr "FAQ"
|
344 |
|
345 |
-
#: ../../plugins/blog2social-v-4-
|
346 |
msgid "sharing in progress by"
|
347 |
msgstr "wir geteilt"
|
348 |
|
349 |
-
#: ../../plugins/blog2social-v-4-
|
350 |
msgid "shared by"
|
351 |
msgstr "geteilt von"
|
352 |
|
353 |
-
#: ../../plugins/blog2social-v-4-
|
354 |
-
#: /plugins/blog2social-v-4-
|
355 |
msgid "You want to delete a publish post entry?"
|
356 |
msgstr "Du möchtest einen veröffentlichten Beitrag löschen?"
|
357 |
|
358 |
-
#: ../../plugins/blog2social-v-4-
|
359 |
-
#: /plugins/blog2social-v-4-
|
360 |
msgid "delete from reporting"
|
361 |
msgstr "aus Reporting löschen"
|
362 |
|
363 |
-
#: ../../plugins/blog2social-v-4-
|
364 |
msgid "re-share"
|
365 |
msgstr "erneut teilen"
|
366 |
|
367 |
-
#: ../../plugins/blog2social-v-4-
|
368 |
msgid "scheduled by"
|
369 |
msgstr "geplant von "
|
370 |
|
371 |
-
#: ../../plugins/blog2social-v-4-
|
372 |
-
#: /plugins/blog2social-v-4-
|
373 |
msgid "delete scheduling"
|
374 |
msgstr "Planung löschen"
|
375 |
|
376 |
-
#: ../../plugins/blog2social-v-4-
|
377 |
msgid "You want to change the time for your scheduled post?"
|
378 |
msgstr "Du möchtest die Zeit zu einem geplanten Beitrag ändern?"
|
379 |
|
380 |
-
#: ../../plugins/blog2social-v-4-
|
381 |
msgid "change time"
|
382 |
msgstr "Zeitpunkt ändern"
|
383 |
|
384 |
-
#: ../../plugins/blog2social-v-4-
|
385 |
-
#: /plugins/blog2social-v-4-
|
386 |
msgid "Please see FAQ"
|
387 |
msgstr "Siehe FAQ"
|
388 |
|
389 |
-
#: ../../plugins/blog2social-v-4-
|
390 |
msgid "last auto-post:"
|
391 |
msgstr "letzter Auto-Post:"
|
392 |
|
393 |
-
#: ../../plugins/blog2social-v-4-
|
394 |
-
#: /plugins/blog2social-v-4-
|
395 |
-
#: 4-
|
396 |
msgid "The connection to the server failed. Try again!"
|
397 |
msgstr ""
|
398 |
"Eine Verbindung zum Server konnte nicht hergestellt werden. Versuche es "
|
399 |
"erneut!"
|
400 |
|
401 |
-
#: ../../plugins/blog2social-v-4-
|
402 |
-
#: /plugins/blog2social-v-4-
|
403 |
msgid ""
|
404 |
"WordPress uses heartbeats by default, Blog2Social as well. Please enable "
|
405 |
"heartbeats for using Blog2Social!"
|
@@ -407,8 +403,8 @@ msgstr ""
|
|
407 |
"WordPress verwendet standardmäßig den Heartbeat und Blog2Social auch. "
|
408 |
"Aktiviere den Heartbeat damit Du Blog2Social problemlos nutzen kannst."
|
409 |
|
410 |
-
#: ../../plugins/blog2social-v-4-
|
411 |
-
#: /plugins/blog2social-v-4-
|
412 |
msgid ""
|
413 |
"Your post is still on draft or pending status. Please make sure that your "
|
414 |
"post is published or scheduled to be published on this blog. You can then "
|
@@ -418,8 +414,8 @@ msgstr ""
|
|
418 |
"geplant ist. Dann kannst Du Deinen Beitrag mit Blog2Social anpassen und "
|
419 |
"planen."
|
420 |
|
421 |
-
#: ../../plugins/blog2social-v-4-
|
422 |
-
#: /plugins/blog2social-v-4-
|
423 |
msgid ""
|
424 |
"There are no authorizations for your selected profile. Please, authorize "
|
425 |
"with a social network or select a other profile."
|
@@ -427,12 +423,12 @@ msgstr ""
|
|
427 |
"Dein ausgewähltes Profil hat keine Autorisierungen. Bitte, verbinde Dich "
|
428 |
"mit einem Netzwerk oder wähle ein anderes Profil aus. "
|
429 |
|
430 |
-
#: ../../plugins/blog2social-v-4-
|
431 |
-
#: /plugins/blog2social-v-4-
|
432 |
msgid "Network settings"
|
433 |
msgstr "Netzwerkeinstellungen"
|
434 |
|
435 |
-
#: ../../plugins/blog2social-v-4-
|
436 |
msgid ""
|
437 |
"Notice: Please make sure, that your website address is reachable. The Social "
|
438 |
"Networks do not allow postings from local installations."
|
@@ -440,59 +436,60 @@ msgstr ""
|
|
440 |
"Hinweis: Bitte stelle sicher, dass Dein Blog von außen erreichbar ist. Bei "
|
441 |
"Fragen wende Dich bitte an unseren Support."
|
442 |
|
443 |
-
#: ../../plugins/blog2social-v-4-
|
444 |
msgid "Custom Sharing & Scheduling"
|
445 |
msgstr "Individuelles Teilen und Planen"
|
446 |
|
447 |
-
#: ../../plugins/blog2social-v-4-
|
448 |
-
#: /plugins/blog2social-v-4-
|
449 |
-
#: /plugins/blog2social-v-4-
|
450 |
-
#: /plugins/blog2social-v-4-
|
451 |
-
#: /plugins/blog2social-v-4-
|
452 |
-
#: /plugins/blog2social-v-4-
|
453 |
-
#: /plugins/blog2social-v-4-
|
454 |
-
#: /plugins/blog2social-v-4-
|
455 |
-
#: /plugins/blog2social-v-4-
|
456 |
-
#: /plugins/blog2social-v-4-
|
457 |
-
#: /plugins/blog2social-v-4-
|
458 |
-
#: v-4-
|
459 |
-
#:
|
460 |
-
#:
|
461 |
-
#:
|
|
|
462 |
msgid "Info"
|
463 |
msgstr "Info"
|
464 |
|
465 |
-
#: ../../plugins/blog2social-v-4-
|
466 |
msgid "Customize & Schedule Social Media Posts"
|
467 |
msgstr "Social Media Posts anpassen & planen"
|
468 |
|
469 |
-
#: ../../plugins/blog2social-v-4-
|
470 |
-
#: /plugins/blog2social-v-4-
|
471 |
msgid "Social Media Auto-Posting"
|
472 |
msgstr "Social Media Auto-Posting"
|
473 |
|
474 |
-
#: ../../plugins/blog2social-v-4-
|
475 |
msgid "enable Auto-Posting"
|
476 |
msgstr "Auto-Posting aktivieren"
|
477 |
|
478 |
-
#: ../../plugins/blog2social-v-4-
|
479 |
-
#: /plugins/blog2social-v-4-
|
480 |
-
#: v-4-
|
481 |
-
#: calendar.php:50 ../../plugins/blog2social-v-4-
|
482 |
-
#: 184 ../../plugins/blog2social-v-4-
|
483 |
-
#: /plugins/blog2social-v-4-
|
484 |
-
#: /plugins/blog2social-v-4-
|
485 |
-
#: /plugins/blog2social-v-4-
|
486 |
-
#: 4-
|
487 |
-
#:
|
488 |
msgid "Loading..."
|
489 |
msgstr "Lade Daten..."
|
490 |
|
491 |
-
#: ../../plugins/blog2social-v-4-
|
492 |
msgid "Blog2Social: Customize & Schedule Social Media Posts"
|
493 |
msgstr "Blog2Social : Beiträge anpassen & planen"
|
494 |
|
495 |
-
#: ../../plugins/blog2social-v-4-
|
496 |
msgid ""
|
497 |
"Customize and schedule your social media posts on the one page preview for "
|
498 |
"all your selected networks: tailor your posts with individual comments, "
|
@@ -506,13 +503,13 @@ msgstr ""
|
|
506 |
"mehrfach oder wiederholt, um mehr Sichtbarkeit und Feedback von Deiner "
|
507 |
"Community zu erzielen"
|
508 |
|
509 |
-
#: ../../plugins/blog2social-v-4-
|
510 |
-
#: /plugins/blog2social-v-4-
|
511 |
msgid "Blog2Social: Social Media Auto-Posting"
|
512 |
msgstr "Blog2Social: Social Media Auto-Posting"
|
513 |
|
514 |
-
#: ../../plugins/blog2social-v-4-
|
515 |
-
#: /plugins/blog2social-v-4-
|
516 |
msgid ""
|
517 |
"You have 2 general options to define the date and time to share your blog "
|
518 |
"posts on social media with the Auto-Poster:"
|
@@ -520,13 +517,13 @@ msgstr ""
|
|
520 |
"Dir stehen grundsätzlich 2 Möglichkeiten zur Verfügung, per Auto-Posting "
|
521 |
"Deine Blogbeiträge auf Social Media zu teilen: "
|
522 |
|
523 |
-
#: ../../plugins/blog2social-v-4-
|
524 |
-
#: /plugins/blog2social-v-4-
|
525 |
msgid "1. Immediately after publishing your blog post"
|
526 |
msgstr "Sofort nach Veröffentlichung Deines Blogbeitrags "
|
527 |
|
528 |
-
#: ../../plugins/blog2social-v-4-
|
529 |
-
#: /plugins/blog2social-v-4-
|
530 |
msgid ""
|
531 |
"Published blog posts: If you publish your blog post with click on publish in "
|
532 |
"your WordPress post editor, Blog2Social will automatically share your social "
|
@@ -536,8 +533,8 @@ msgstr ""
|
|
536 |
"auf “veröffentlichen” im Beitrags-Editor Deines Blogs sofort veröffentlichst,"
|
537 |
" teilt Blog2Social Deinen Blogbeitrag unmittelbar auf Social Media."
|
538 |
|
539 |
-
#: ../../plugins/blog2social-v-4-
|
540 |
-
#: /plugins/blog2social-v-4-
|
541 |
msgid ""
|
542 |
"Scheduled blog posts: If you schedule your blog post with click on schedule "
|
543 |
"in your WordPress post editor, Blog2Social will share your social media post "
|
@@ -548,8 +545,8 @@ msgstr ""
|
|
548 |
"Deines Blogs klickst, teilt Blog2Social Deinen Blogbeitrag direkt nach der "
|
549 |
"Veröffentlichung auf Social Media. "
|
550 |
|
551 |
-
#: ../../plugins/blog2social-v-4-
|
552 |
-
#: /plugins/blog2social-v-4-
|
553 |
msgid ""
|
554 |
"2. Schedule your social media posts for a specific date and time If you want "
|
555 |
"to share your post at a particular date and time, different from your "
|
@@ -561,161 +558,161 @@ msgstr ""
|
|
561 |
"abweichen, wähle die Option “zu bestimmten Zeiten” und lege das Datum und "
|
562 |
"die Uhrzeit fest. "
|
563 |
|
564 |
-
#: ../../plugins/blog2social-v-4-
|
565 |
-
#: /plugins/blog2social-v-4-
|
566 |
msgid "You want to auto-post your blog post?"
|
567 |
msgstr "Du möchtest Deinen Beitrag automatisch posten?"
|
568 |
|
569 |
-
#: ../../plugins/blog2social-v-4-
|
570 |
-
#: /plugins/blog2social-v-4-
|
571 |
-
#: v-4-
|
572 |
-
#:
|
573 |
-
#: 342 ../../plugins/blog2social-v-4-
|
574 |
-
#: /plugins/blog2social-v-4-
|
575 |
-
#: /plugins/blog2social-v-4-
|
576 |
-
#: /plugins/blog2social-v-4-
|
577 |
-
#: /plugins/blog2social-v-4-
|
578 |
-
#: /plugins/blog2social-v-4-
|
579 |
msgid "With Blog2Social Premium you can:"
|
580 |
msgstr "Mit Blog2Social kannst Du:"
|
581 |
|
582 |
-
#: ../../plugins/blog2social-v-4-
|
583 |
-
#: /plugins/blog2social-v-4-
|
584 |
-
#: v-4-
|
585 |
-
#:
|
586 |
-
#: 345 ../../plugins/blog2social-v-4-
|
587 |
-
#: /plugins/blog2social-v-4-
|
588 |
-
#: /plugins/blog2social-v-4-
|
589 |
-
#: /plugins/blog2social-v-4-
|
590 |
-
#: /plugins/blog2social-v-4-
|
591 |
-
#: /plugins/blog2social-v-4-
|
592 |
-
#: /plugins/blog2social-v-4-
|
593 |
msgid "Post on pages and groups"
|
594 |
msgstr "Poste auf Seiten und in Gruppen"
|
595 |
|
596 |
-
#: ../../plugins/blog2social-v-4-
|
597 |
-
#: /plugins/blog2social-v-4-
|
598 |
-
#: v-4-
|
599 |
-
#:
|
600 |
-
#: 346 ../../plugins/blog2social-v-4-
|
601 |
-
#: /plugins/blog2social-v-4-
|
602 |
-
#: /plugins/blog2social-v-4-
|
603 |
-
#: /plugins/blog2social-v-4-
|
604 |
-
#: /plugins/blog2social-v-4-
|
605 |
-
#: /plugins/blog2social-v-4-
|
606 |
msgid "Share on multiple profiles, pages and groups"
|
607 |
msgstr "Auf mehreren Profilen, Seiten und Gruppen teilen"
|
608 |
|
609 |
-
#: ../../plugins/blog2social-v-4-
|
610 |
-
#: /plugins/blog2social-v-4-
|
611 |
-
#: v-4-
|
612 |
-
#:
|
613 |
-
#: 347 ../../plugins/blog2social-v-4-
|
614 |
-
#: /plugins/blog2social-v-4-
|
615 |
-
#: /plugins/blog2social-v-4-
|
616 |
-
#: /plugins/blog2social-v-4-
|
617 |
-
#: /plugins/blog2social-v-4-
|
618 |
-
#: /plugins/blog2social-v-4-
|
619 |
-
#: /plugins/blog2social-v-4-
|
620 |
msgid "Auto-post and auto-schedule new and updated blog posts"
|
621 |
msgstr ""
|
622 |
" Auto-posten und Auto-planen: Beiträge automatisch bei Veröffentlichung oder "
|
623 |
"Aktualisierung posten und zeitversetzt planen"
|
624 |
|
625 |
-
#: ../../plugins/blog2social-v-4-
|
626 |
-
#: /plugins/blog2social-v-4-
|
627 |
-
#: v-4-
|
628 |
-
#:
|
629 |
-
#: 348 ../../plugins/blog2social-v-4-
|
630 |
-
#: /plugins/blog2social-v-4-
|
631 |
-
#: /plugins/blog2social-v-4-
|
632 |
-
#: /plugins/blog2social-v-4-
|
633 |
-
#: /plugins/blog2social-v-4-
|
634 |
-
#: /plugins/blog2social-v-4-
|
635 |
msgid "Schedule your posts at the best times on each network"
|
636 |
msgstr "Plane Deine Beiträge zu den besten Zeiten für jedes Netzwerk"
|
637 |
|
638 |
-
#: ../../plugins/blog2social-v-4-
|
639 |
-
#: /plugins/blog2social-v-4-
|
640 |
-
#: v-4-
|
641 |
-
#:
|
642 |
-
#: 349 ../../plugins/blog2social-v-4-
|
643 |
-
#: /plugins/blog2social-v-4-
|
644 |
-
#: /plugins/blog2social-v-4-
|
645 |
-
#: /plugins/blog2social-v-4-
|
646 |
-
#: /plugins/blog2social-v-4-
|
647 |
-
#: /plugins/blog2social-v-4-
|
648 |
msgid ""
|
649 |
"Best Time Manager: use predefined best time scheduler to auto-schedule your "
|
650 |
"social media posts"
|
651 |
msgstr " Beste Zeiten Manager: vordefinierte Zeiten für Deine Beiträge nutzen"
|
652 |
|
653 |
-
#: ../../plugins/blog2social-v-4-
|
654 |
-
#: /plugins/blog2social-v-4-
|
655 |
-
#: v-4-
|
656 |
-
#:
|
657 |
-
#: 350 ../../plugins/blog2social-v-4-
|
658 |
-
#: /plugins/blog2social-v-4-
|
659 |
-
#: /plugins/blog2social-v-4-
|
660 |
-
#: /plugins/blog2social-v-4-
|
661 |
-
#: /plugins/blog2social-v-4-
|
662 |
-
#: /plugins/blog2social-v-4-
|
663 |
msgid "Schedule your post for one time, multiple times or recurrently"
|
664 |
msgstr ""
|
665 |
"Veröffentlichungen zur besten Zeit pro Netzwerk planen: einmalig, mehrmalig "
|
666 |
"oder nach einem regelmäßigen Muster"
|
667 |
|
668 |
-
#: ../../plugins/blog2social-v-4-
|
669 |
-
#: /plugins/blog2social-v-4-
|
670 |
-
#: v-4-
|
671 |
-
#:
|
672 |
-
#: 351 ../../plugins/blog2social-v-4-
|
673 |
-
#: /plugins/blog2social-v-4-
|
674 |
-
#: /plugins/blog2social-v-4-
|
675 |
-
#: /plugins/blog2social-v-4-
|
676 |
-
#: /plugins/blog2social-v-4-
|
677 |
-
#: /plugins/blog2social-v-4-
|
678 |
msgid "Schedule and re-share old posts"
|
679 |
msgstr "Plane und teile alte Beiträge"
|
680 |
|
681 |
-
#: ../../plugins/blog2social-v-4-
|
682 |
-
#: /plugins/blog2social-v-4-
|
683 |
-
#: v-4-
|
684 |
-
#:
|
685 |
-
#: 352 ../../plugins/blog2social-v-4-
|
686 |
-
#: /plugins/blog2social-v-4-
|
687 |
-
#: /plugins/blog2social-v-4-
|
688 |
-
#: /plugins/blog2social-v-4-
|
689 |
-
#: /plugins/blog2social-v-4-
|
690 |
-
#: /plugins/blog2social-v-4-
|
691 |
-
#: /plugins/blog2social-v-4-
|
692 |
msgid "Select link format or image format for your posts"
|
693 |
msgstr "Link-Posts oder Bild-Posts als Posting-Format für Deine Beiträge auswählen"
|
694 |
|
695 |
-
#: ../../plugins/blog2social-v-4-
|
696 |
-
#: /plugins/blog2social-v-4-
|
697 |
-
#: v-4-
|
698 |
-
#:
|
699 |
-
#: 353 ../../plugins/blog2social-v-4-
|
700 |
-
#: /plugins/blog2social-v-4-
|
701 |
-
#: /plugins/blog2social-v-4-
|
702 |
-
#: /plugins/blog2social-v-4-
|
703 |
-
#: /plugins/blog2social-v-4-
|
704 |
-
#: /plugins/blog2social-v-4-
|
705 |
-
#: /plugins/blog2social-v-4-
|
706 |
msgid "Select individual images per post"
|
707 |
msgstr "Individuelle Bilder für Deine Social Media Posts pro Netzwerk auswählen"
|
708 |
|
709 |
-
#: ../../plugins/blog2social-v-4-
|
710 |
-
#: /plugins/blog2social-v-4-
|
711 |
-
#: v-4-
|
712 |
-
#:
|
713 |
-
#: 354 ../../plugins/blog2social-v-4-
|
714 |
-
#: /plugins/blog2social-v-4-
|
715 |
-
#: /plugins/blog2social-v-4-
|
716 |
-
#: /plugins/blog2social-v-4-
|
717 |
-
#: /plugins/blog2social-v-4-
|
718 |
-
#: /plugins/blog2social-v-4-
|
719 |
msgid ""
|
720 |
"Reporting & calendar: keep track of your published and scheduled social "
|
721 |
"media posts"
|
@@ -723,32 +720,32 @@ msgstr ""
|
|
723 |
"Reporting & Kalender: Verfolge Deine veröffentlichten und geplanten Social "
|
724 |
"Media Beiträge"
|
725 |
|
726 |
-
#: ../../plugins/blog2social-v-4-
|
727 |
-
#: /plugins/blog2social-v-4-
|
728 |
-
#: v-4-
|
729 |
-
#:
|
730 |
-
#: 356 ../../plugins/blog2social-v-4-
|
731 |
-
#: /plugins/blog2social-v-4-
|
732 |
-
#: /plugins/blog2social-v-4-
|
733 |
-
#: /plugins/blog2social-v-4-
|
734 |
-
#: /plugins/blog2social-v-4-
|
735 |
-
#: /plugins/blog2social-v-4-
|
736 |
-
#: /plugins/blog2social-v-4-
|
737 |
msgid "Upgrade to PREMIUM"
|
738 |
msgstr "Jetzt auf Premium upgraden"
|
739 |
|
740 |
-
#: ../../plugins/blog2social-v-4-
|
741 |
-
#: /plugins/blog2social-v-4-
|
742 |
-
#: v-4-
|
743 |
-
#:
|
744 |
-
#: 358 ../../plugins/blog2social-v-4-
|
745 |
-
#: /plugins/blog2social-v-4-
|
746 |
-
#: /plugins/blog2social-v-4-
|
747 |
-
#: /plugins/blog2social-v-4-
|
748 |
-
#: /plugins/blog2social-v-4-
|
749 |
-
#: /plugins/blog2social-v-4-
|
750 |
-
#: /plugins/blog2social-v-4-
|
751 |
-
#: /plugins/blog2social-v-4-
|
752 |
msgid ""
|
753 |
"or <a href=\"http://service.blog2social.com/trial\" target=\"_blank\">start with "
|
754 |
"free 30-days-trial of Blog2Social Premium</a> (no payment information needed)"
|
@@ -757,45 +754,45 @@ msgstr ""
|
|
757 |
"Deinen kostenlosen 30-tägigen Test von Blog2Social Premium</a>(keine "
|
758 |
"Zahlungsinformationen erforderlich)"
|
759 |
|
760 |
-
#: ../../plugins/blog2social-v-4-
|
761 |
msgid "Select profile:"
|
762 |
msgstr "Profil auswählen: "
|
763 |
|
764 |
-
#: ../../plugins/blog2social-v-4-
|
765 |
msgid "When do you want to share your post on social media?"
|
766 |
msgstr "Wann möchtest Du Deinen Beitrag auf den Social Media teilen?"
|
767 |
|
768 |
-
#: ../../plugins/blog2social-v-4-
|
769 |
msgid "immediately after publishing"
|
770 |
msgstr "sofort nach Veröffentlichung"
|
771 |
|
772 |
-
#: ../../plugins/blog2social-v-4-
|
773 |
msgid "at scheduled times"
|
774 |
msgstr "zu geplanten Zeiten"
|
775 |
|
776 |
-
#: ../../plugins/blog2social-v-4-
|
777 |
msgid "You want to sched your blog post with Auto-Poster?"
|
778 |
msgstr "Du willst Deinen Blogbeitrag mit dem Autoposter planen?"
|
779 |
|
780 |
-
#: ../../plugins/blog2social-v-4-
|
781 |
-
#: /plugins/blog2social-v-4-
|
782 |
-
#: /plugins/blog2social-v-4-
|
783 |
msgid "Upgrade to PREMIUM PRO"
|
784 |
msgstr "Upgrade auf PREMIUM PRO"
|
785 |
|
786 |
-
#: ../../plugins/blog2social-v-4-
|
787 |
msgid "Select date:"
|
788 |
msgstr "Datum auswählen:"
|
789 |
|
790 |
-
#: ../../plugins/blog2social-v-4-
|
791 |
msgid "post at"
|
792 |
msgstr "beachte"
|
793 |
|
794 |
-
#: ../../plugins/blog2social-v-4-
|
795 |
msgid "my time settings"
|
796 |
msgstr "meine Zeit-Einstellungen"
|
797 |
|
798 |
-
#: ../../plugins/blog2social-v-4-
|
799 |
msgid ""
|
800 |
"Note: If you have not specified your own times, we automatically provide "
|
801 |
"you with the best times to post on the social networks. You can always "
|
@@ -806,50 +803,50 @@ msgstr ""
|
|
806 |
"posten. Du kannst jederzeit Deine eigenen Zeiten unter Einstellungen "
|
807 |
"bearbeiten."
|
808 |
|
809 |
-
#: ../../plugins/blog2social-v-4-
|
810 |
msgid "Account"
|
811 |
msgstr "Konto"
|
812 |
|
813 |
-
#: ../../plugins/blog2social-v-4-
|
814 |
-
#: /plugins/blog2social-v-4-
|
815 |
msgid "Personal Time Zone"
|
816 |
msgstr "Persönliche Zeitzone"
|
817 |
|
818 |
-
#: ../../plugins/blog2social-v-4-
|
819 |
msgid "Timezone for Scheduling"
|
820 |
msgstr "Zeitzone für die Planung"
|
821 |
|
822 |
-
#: ../../plugins/blog2social-v-4-
|
823 |
msgid "User"
|
824 |
msgstr "Benutzer"
|
825 |
|
826 |
-
#: ../../plugins/blog2social-v-4-
|
827 |
msgid "Content"
|
828 |
msgstr "Inhalt"
|
829 |
|
830 |
-
#: ../../plugins/blog2social-v-4-
|
831 |
msgid "use b2s.pm Link Shortener"
|
832 |
msgstr "b2s.pm Link Shortener aktivieren"
|
833 |
|
834 |
-
#: ../../plugins/blog2social-v-4-
|
835 |
msgid "allow shortcodes in my post"
|
836 |
msgstr "berücksichtige Shortcodes in meinen Beiträgen"
|
837 |
|
838 |
-
#: ../../plugins/blog2social-v-4-
|
839 |
msgid "include Wordpress tags as hashtags in my post"
|
840 |
msgstr "Füge WordPress-Tags als Hashtags zu Deinen Social Media-Posts hinzu"
|
841 |
|
842 |
-
#: ../../plugins/blog2social-v-4-
|
843 |
msgid "Auto-post your own created posts"
|
844 |
msgstr "Auto-Poste Deine selbsterstellten Blogbeiträge"
|
845 |
|
846 |
-
#: ../../plugins/blog2social-v-4-
|
847 |
msgid "Define by default to automatically post your posts on social media:"
|
848 |
msgstr ""
|
849 |
"Definiere standardmäßig Blogbeiträge oder Seiten, die Du auf Social Media "
|
850 |
"automatisch teilen möchtest:"
|
851 |
|
852 |
-
#: ../../plugins/blog2social-v-4-
|
853 |
msgid ""
|
854 |
"Select by default if the auto-poster is activated when you publish a new "
|
855 |
"post or update a post."
|
@@ -857,106 +854,106 @@ msgstr ""
|
|
857 |
"Wähle standardmäßig aus, ob der Auto-Poster aktiviert ist, wenn Du einen "
|
858 |
"neuen Beitrag veröffentlichst oder aktualisierst. "
|
859 |
|
860 |
-
#: ../../plugins/blog2social-v-4-
|
861 |
msgid "new posts"
|
862 |
msgstr "Neue Beiträge"
|
863 |
|
864 |
-
#: ../../plugins/blog2social-v-4-
|
865 |
-
#: /plugins/blog2social-v-4-
|
866 |
msgid "Unselect all"
|
867 |
msgstr "Alle abwählen"
|
868 |
|
869 |
-
#: ../../plugins/blog2social-v-4-
|
870 |
-
#: /plugins/blog2social-v-4-
|
871 |
msgid "Select all"
|
872 |
msgstr "Alle auswählen"
|
873 |
|
874 |
-
#: ../../plugins/blog2social-v-4-
|
875 |
msgid "updating existing posts"
|
876 |
msgstr "Bestehenden Beitrag aktualisieren"
|
877 |
|
878 |
-
#: ../../plugins/blog2social-v-4-
|
879 |
-
#: /plugins/blog2social-v-4-
|
880 |
msgid "Save"
|
881 |
msgstr " Speichern"
|
882 |
|
883 |
-
#: ../../plugins/blog2social-v-4-
|
884 |
msgid "Auto-post your imported posts to Twitter & Facebook"
|
885 |
msgstr "Auto-Poste Deine importierten Beiträge auf Twitter & Facebook"
|
886 |
|
887 |
-
#: ../../plugins/blog2social-v-4-
|
888 |
msgid "Define by default to automatically share your imported posts to social media:"
|
889 |
msgstr ""
|
890 |
"Definiere standardmässig alle Deine importierten Beiträge auf den Social "
|
891 |
"Media zu veröffentlichen:"
|
892 |
|
893 |
-
#: ../../plugins/blog2social-v-4-
|
894 |
msgid "Your current licence:"
|
895 |
msgstr "Deine aktuelle Lizenz:"
|
896 |
|
897 |
-
#: ../../plugins/blog2social-v-4-
|
898 |
msgid "share up to"
|
899 |
msgstr "teile bis zu"
|
900 |
|
901 |
-
#: ../../plugins/blog2social-v-4-
|
902 |
msgid "posts per day"
|
903 |
msgstr "Beiträge pro Tag"
|
904 |
|
905 |
-
#: ../../plugins/blog2social-v-4-
|
906 |
msgid "need more?"
|
907 |
msgstr "Benötigst Du mehr?"
|
908 |
|
909 |
-
#: ../../plugins/blog2social-v-4-
|
910 |
msgid "Select by default to automatically share your imported posts"
|
911 |
msgstr "Teile standardmäßig automatisch importierte Beiträge auf meinen Social Media"
|
912 |
|
913 |
-
#: ../../plugins/blog2social-v-4-
|
914 |
msgid "Select to auto-post to your standard networks:"
|
915 |
msgstr "Wähle die Netzwerke aus, auf denen automatisch veröffentlicht werden soll:"
|
916 |
|
917 |
-
#: ../../plugins/blog2social-v-4-
|
918 |
msgid "Select to auto-post immediately after publishing or with a delay"
|
919 |
msgstr "Importierte Beiträge direkt veröffentlichen oder mit einer Verzögerung"
|
920 |
|
921 |
-
#: ../../plugins/blog2social-v-4-
|
922 |
msgid "immediately"
|
923 |
msgstr "sofort"
|
924 |
|
925 |
-
#: ../../plugins/blog2social-v-4-
|
926 |
msgid "publish with a delay of"
|
927 |
msgstr "veröffentlichen mit einer Verzögerung von"
|
928 |
|
929 |
-
#: ../../plugins/blog2social-v-4-
|
930 |
msgid "minutes"
|
931 |
msgstr "Minuten"
|
932 |
|
933 |
-
#: ../../plugins/blog2social-v-4-
|
934 |
msgid "Filter Posts (Only posts that meet the following criteria will be autoposted)"
|
935 |
msgstr ""
|
936 |
"Beiträge filtern (Nur Beiträge, die die Kriterien erfüllen, werden "
|
937 |
"automatisch veröffentlicht)"
|
938 |
|
939 |
-
#: ../../plugins/blog2social-v-4-
|
940 |
msgid "Post Types"
|
941 |
msgstr "Posttypen"
|
942 |
|
943 |
-
#: ../../plugins/blog2social-v-4-
|
944 |
msgid "Include (Post only...)"
|
945 |
msgstr "enthält (nur Beiträge, mit ...)"
|
946 |
|
947 |
-
#: ../../plugins/blog2social-v-4-
|
948 |
msgid "Exclude (Do no post ...)"
|
949 |
msgstr "enthält nicht (Veröffentliche keine Beiträge, mit...)"
|
950 |
|
951 |
-
#: ../../plugins/blog2social-v-4-
|
952 |
msgid "add/change connection"
|
953 |
msgstr "Verbindung hinzufügen/ändern"
|
954 |
|
955 |
-
#: ../../plugins/blog2social-v-4-
|
956 |
msgid "Reset all page and post meta data"
|
957 |
msgstr "Lösche alle Seiten und Beitrags Meta Angaben"
|
958 |
|
959 |
-
#: ../../plugins/blog2social-v-4-
|
960 |
msgid ""
|
961 |
"This is a global feature for your blog, which can only be edited by users "
|
962 |
"with admin rights."
|
@@ -964,11 +961,11 @@ msgstr ""
|
|
964 |
"Dies ist eine globale Einstellung für Deinen Blog, die nur von Usern mit "
|
965 |
"Admin Rechten bearbeitet werden kann."
|
966 |
|
967 |
-
#: ../../plugins/blog2social-v-4-
|
968 |
msgid "Meta Tags Settings for Posts and Pages"
|
969 |
msgstr "Meta Tag Einstellungen für Beiträge und Seiten"
|
970 |
|
971 |
-
#: ../../plugins/blog2social-v-4-
|
972 |
msgid ""
|
973 |
"Add Open Graph meta tags to your shared posts or pages, required by Facebook "
|
974 |
"and other social networks to display your post or page image, title and "
|
@@ -978,7 +975,7 @@ msgstr ""
|
|
978 |
"Facebook und andere soziale Netzwerke Bilder, Titel und Beschreibung Deines "
|
979 |
"Beitrag/Seite korrekt darstellen können."
|
980 |
|
981 |
-
#: ../../plugins/blog2social-v-4-
|
982 |
msgid ""
|
983 |
"Add Twitter Card meta tags to your shared posts or pages, required by "
|
984 |
"Twitter to display your post or page image, title and description correctly."
|
@@ -987,11 +984,11 @@ msgstr ""
|
|
987 |
"Twitter Bilder, Titel und Beschreibung Deines Beitrag/Seite korrekt "
|
988 |
"darstellen kann."
|
989 |
|
990 |
-
#: ../../plugins/blog2social-v-4-
|
991 |
msgid "Frontpage Settings"
|
992 |
msgstr "Frontpage Einstellungen"
|
993 |
|
994 |
-
#: ../../plugins/blog2social-v-4-
|
995 |
msgid ""
|
996 |
"Add the default Open Graph parameters for title, description and image you "
|
997 |
"want Facebook to display, if you share the frontpage of your blog as link "
|
@@ -1001,33 +998,33 @@ msgstr ""
|
|
1001 |
"die Open Graph Parameter bei Facebook, wenn Du die Frontpage Deines Blogs "
|
1002 |
"als Link Post teilst (http://www.DeinBlog.de) "
|
1003 |
|
1004 |
-
#: ../../plugins/blog2social-v-4-
|
1005 |
-
#: /plugins/blog2social-v-4-
|
1006 |
-
#: /plugins/blog2social-v-4-
|
1007 |
-
#:
|
1008 |
-
#: ./../plugins/blog2social-v-4-
|
1009 |
-
#: /plugins/blog2social-v-4-
|
1010 |
msgid "Title"
|
1011 |
msgstr "Titel"
|
1012 |
|
1013 |
-
#: ../../plugins/blog2social-v-4-
|
1014 |
-
#: /plugins/blog2social-v-4-
|
1015 |
msgid "Description"
|
1016 |
msgstr "Beschreibung"
|
1017 |
|
1018 |
-
#: ../../plugins/blog2social-v-4-
|
1019 |
-
#: /plugins/blog2social-v-4-
|
1020 |
msgid "Image URL"
|
1021 |
msgstr "Bild Url"
|
1022 |
|
1023 |
-
#: ../../plugins/blog2social-v-4-
|
1024 |
-
#: /plugins/blog2social-v-4-
|
1025 |
-
#: /plugins/blog2social-v-4-
|
1026 |
-
#: /plugins/blog2social-v-4-
|
1027 |
msgid "Image upload / Media Gallery"
|
1028 |
msgstr "Bild hochladen / Mediathek"
|
1029 |
|
1030 |
-
#: ../../plugins/blog2social-v-4-
|
1031 |
msgid ""
|
1032 |
"Please note: Facebook supports images with a minimum dimension of 200x200 "
|
1033 |
"pixels and an aspect ratio of 1:1."
|
@@ -1035,7 +1032,7 @@ msgstr ""
|
|
1035 |
"Bitte beachte: Facebook unterstützt Bilder mit einer Mindestgröße von "
|
1036 |
"200x200 Pixel and einem Bildgrößenverhältnis von 1:1."
|
1037 |
|
1038 |
-
#: ../../plugins/blog2social-v-4-
|
1039 |
msgid ""
|
1040 |
"Add the default Twitter Card parameters for title, description and image you "
|
1041 |
"want Twitter to display, if you share the frontpage of your blog as link "
|
@@ -1045,7 +1042,7 @@ msgstr ""
|
|
1045 |
"Image, wenn Du die Frontpage Deines Blogs als Link Post teilst (http://www."
|
1046 |
"DeinBlog.de) "
|
1047 |
|
1048 |
-
#: ../../plugins/blog2social-v-4-
|
1049 |
msgid ""
|
1050 |
"Please note: Twitter supports images with a minimum dimension of 144x144 "
|
1051 |
"pixels and a maximum dimension of 4096x4096 pixels and less than 5 BM. The "
|
@@ -1057,11 +1054,11 @@ msgstr ""
|
|
1057 |
" The Bilder werden auf ein quadratisches Maß übertragen. Twitter unterstützt "
|
1058 |
"die Bildformate JPG, PNG, WEBP und GIF. "
|
1059 |
|
1060 |
-
#: ../../plugins/blog2social-v-4-
|
1061 |
msgid "Did you know?"
|
1062 |
msgstr "Wusstest Du schon?"
|
1063 |
|
1064 |
-
#: ../../plugins/blog2social-v-4-
|
1065 |
msgid ""
|
1066 |
"With Premium Pro, you can change the custom post format photo post or link "
|
1067 |
"post for each individual social media post and channel (profile, page, "
|
@@ -1071,28 +1068,28 @@ msgstr ""
|
|
1071 |
"Beitrag individuell zwischen Link-Beitrag und Bild-Beitrag auswählen "
|
1072 |
"(Profile, Seiten, Gruppen)"
|
1073 |
|
1074 |
-
#: ../../plugins/blog2social-v-4-
|
1075 |
msgid "Upgrade to Premium Pro now."
|
1076 |
msgstr "Upgrade auf Premium PRO"
|
1077 |
|
1078 |
-
#: ../../plugins/blog2social-v-4-
|
1079 |
-
#: /plugins/blog2social-v-4-
|
1080 |
-
#: /plugins/blog2social-v-4-
|
1081 |
-
#: /plugins/blog2social-v-4-
|
1082 |
-
#: /plugins/blog2social-v-4-
|
1083 |
msgid "Image with frame"
|
1084 |
msgstr "Bild mit Rahmen"
|
1085 |
|
1086 |
-
#: ../../plugins/blog2social-v-4-
|
1087 |
-
#: /plugins/blog2social-v-4-
|
1088 |
-
#: /plugins/blog2social-v-4-
|
1089 |
-
#: /plugins/blog2social-v-4-
|
1090 |
-
#: /plugins/blog2social-v-4-
|
1091 |
msgid "Link Post"
|
1092 |
msgstr "Link-Beitrag"
|
1093 |
|
1094 |
-
#: ../../plugins/blog2social-v-4-
|
1095 |
-
#: /plugins/blog2social-v-4-
|
1096 |
msgid ""
|
1097 |
"Insert white frames to show the whole image in your timeline. All image "
|
1098 |
"information will be shown in your timeline."
|
@@ -1101,7 +1098,7 @@ msgstr ""
|
|
1101 |
"das quadratische Instagram-Layout anzupassen und das gesamte Bild bereits in "
|
1102 |
"Deiner Timeline anzuzeigen. "
|
1103 |
|
1104 |
-
#: ../../plugins/blog2social-v-4-
|
1105 |
msgid ""
|
1106 |
"The link post format displays posts title, link address and the first one or "
|
1107 |
"two sentences of the post. The networks scan this information from your META "
|
@@ -1125,24 +1122,24 @@ msgstr ""
|
|
1125 |
"Deinen Blogbeitrag. Bitte beachte: Bei Google + können nur Bilder, die im "
|
1126 |
"Blogbeitrag enthalten sind, für Link-Posts ausgewählt werden. "
|
1127 |
|
1128 |
-
#: ../../plugins/blog2social-v-4-
|
1129 |
-
#: /plugins/blog2social-v-4-
|
1130 |
-
#: /plugins/blog2social-v-4-
|
1131 |
-
#: /plugins/blog2social-v-4-
|
1132 |
-
#: /plugins/blog2social-v-4-
|
1133 |
msgid "Image cut out"
|
1134 |
msgstr "Bild zuschneiden"
|
1135 |
|
1136 |
-
#: ../../plugins/blog2social-v-4-
|
1137 |
-
#: /plugins/blog2social-v-4-
|
1138 |
-
#: /plugins/blog2social-v-4-
|
1139 |
-
#: /plugins/blog2social-v-4-
|
1140 |
-
#: /plugins/blog2social-v-4-
|
1141 |
msgid "Photo Post"
|
1142 |
msgstr "Bild-Beitrag"
|
1143 |
|
1144 |
-
#: ../../plugins/blog2social-v-4-
|
1145 |
-
#: /plugins/blog2social-v-4-
|
1146 |
msgid ""
|
1147 |
"The image preview will be cropped automatically to fit the default Instagram "
|
1148 |
"layout for your Instagram timeline. The image will be shown uncropped when "
|
@@ -1153,8 +1150,8 @@ msgstr ""
|
|
1153 |
"auf Deiner Timeline. Mit Klick auf den Post wird das Bild in der Instagram-"
|
1154 |
"Vorschau als Ganzes angezeigt."
|
1155 |
|
1156 |
-
#: ../../plugins/blog2social-v-4-
|
1157 |
-
#: /plugins/blog2social-v-4-
|
1158 |
msgid ""
|
1159 |
"A photo or image post displays the selected image in the one-page preview of "
|
1160 |
"Blog2Social and your comment above the image. The image links to the image "
|
@@ -1170,54 +1167,58 @@ msgstr ""
|
|
1170 |
"langfristig sichtbar bleibt. Auf Facebook kannst Du den Namen des Albums "
|
1171 |
"bearbeiten und eine Beschreibung Deiner Wahl ergänzen."
|
1172 |
|
1173 |
-
#: ../../plugins/blog2social-v-4-
|
1174 |
msgid "All"
|
1175 |
msgstr "alle"
|
1176 |
|
1177 |
-
#: ../../plugins/blog2social-v-4-
|
1178 |
-
|
|
|
|
|
|
|
|
|
1179 |
msgid "Uhr"
|
1180 |
msgstr "Uhr"
|
1181 |
|
1182 |
-
#: ../../plugins/blog2social-v-4-
|
1183 |
msgid "Best times to post"
|
1184 |
msgstr "Beste Zeiten"
|
1185 |
|
1186 |
-
#: ../../plugins/blog2social-v-4-
|
1187 |
-
#: /plugins/blog2social-v-4-
|
1188 |
-
#: v-4-
|
1189 |
-
#: 341 ../../plugins/blog2social-v-4-
|
1190 |
msgid "You want to schedule your posts and use the Best Time Scheduler?"
|
1191 |
msgstr ""
|
1192 |
"Du möchtest die Veröffentlichung Deiner Posts planen und den Beste Zeiten "
|
1193 |
"Manager benutzen?"
|
1194 |
|
1195 |
-
#: ../../plugins/blog2social-v-4-
|
1196 |
-
#: /plugins/blog2social-v-4-
|
1197 |
-
#: /plugins/blog2social-v-4-
|
1198 |
-
#: v-4-
|
1199 |
-
#:
|
1200 |
-
#: php:119 ../../plugins/blog2social-v-4-
|
1201 |
-
#: /plugins/blog2social-v-4-
|
1202 |
-
#: /plugins/blog2social-v-4-
|
1203 |
-
#: /plugins/blog2social-v-4-
|
1204 |
-
#: /plugins/blog2social-v-4-
|
1205 |
-
#: /plugins/blog2social-v-4-
|
1206 |
-
#: /plugins/blog2social-v-4-
|
1207 |
-
#: /plugins/blog2social-v-4-
|
1208 |
msgid "save"
|
1209 |
msgstr "speichern"
|
1210 |
|
1211 |
-
#: ../../plugins/blog2social-v-4-
|
1212 |
msgid "Sorry, we can not load your data at the moment..."
|
1213 |
msgstr "Sorry, derzeit können wir Deine Daten nicht laden. Versuche es erneut."
|
1214 |
|
1215 |
-
#: ../../plugins/blog2social-v-4-
|
1216 |
msgid "The images file types .jpg and .png are allowed. Please try another."
|
1217 |
msgstr "Es sind nur .jpg und .png Bilder erlaubt. Bitte wähle ein anderes Bild aus."
|
1218 |
|
1219 |
-
#: ../../plugins/blog2social-v-4-
|
1220 |
-
#: /plugins/blog2social-v-4-
|
1221 |
msgid ""
|
1222 |
"You need a higher user role to upload an image on this blog. Please contact "
|
1223 |
"your administrator."
|
@@ -1225,11 +1226,11 @@ msgstr ""
|
|
1225 |
"Du brauchst eine höhere Benutzerrolle, um ein Bild auf diesem Blog "
|
1226 |
"hochzuladen. Bitte kontaktiere Deinen Administrator."
|
1227 |
|
1228 |
-
#: ../../plugins/blog2social-v-4-
|
1229 |
msgid "To select an individual image from your media library,"
|
1230 |
msgstr "Um ein individuelles Bild aus Deiner Mediathek auszuwählen,"
|
1231 |
|
1232 |
-
#: ../../plugins/blog2social-v-4-
|
1233 |
msgid ""
|
1234 |
"The best size for images in social media posts are between: 667-1000px x 523-"
|
1235 |
"1000px. Blog2Social will automatically resize your image according to "
|
@@ -1239,323 +1240,323 @@ msgstr ""
|
|
1239 |
"1000px x 523-1000px <br> Blog2Social passt Dein Bild automatisch die Größe "
|
1240 |
"des jeweiligen Netzwerks an."
|
1241 |
|
1242 |
-
#: ../../plugins/blog2social-v-4-
|
1243 |
msgid "No images are included in your post."
|
1244 |
msgstr "In dem Beitrag sind keine Bilder hinterlegt"
|
1245 |
|
1246 |
-
#: ../../plugins/blog2social-v-4-
|
1247 |
msgid "Apply image for all networks"
|
1248 |
msgstr "Bild für alle Netzwerke übernehmen"
|
1249 |
|
1250 |
-
#: ../../plugins/blog2social-v-4-
|
1251 |
-
#: /plugins/blog2social-v-4-
|
1252 |
msgid "Apply image for this network"
|
1253 |
msgstr "Bild für dieses Netzwerk übernehmen"
|
1254 |
|
1255 |
-
#: ../../plugins/blog2social-v-4-
|
1256 |
-
#: /plugins/blog2social-v-4-
|
1257 |
msgid "Select or upload an image from media gallery"
|
1258 |
msgstr "Bild auswählen / hochladen"
|
1259 |
|
1260 |
-
#: ../../plugins/blog2social-v-4-
|
1261 |
-
#: /plugins/blog2social-v-4-
|
1262 |
msgid "Use image"
|
1263 |
msgstr "Bild verwenden"
|
1264 |
|
1265 |
-
#: ../../plugins/blog2social-v-4-
|
1266 |
msgid "Network does not support image for profiles"
|
1267 |
msgstr "Netzwerk unterstützt keine Bilder für Profile"
|
1268 |
|
1269 |
-
#: ../../plugins/blog2social-v-4-
|
1270 |
msgid "Network defines image by link"
|
1271 |
msgstr "Netzwerk wählt selber das Bild aus"
|
1272 |
|
1273 |
-
#: ../../plugins/blog2social-v-4-
|
1274 |
msgid "Supported HTML tags"
|
1275 |
msgstr "Erlaubte HTML-Elemente"
|
1276 |
|
1277 |
-
#: ../../plugins/blog2social-v-4-
|
1278 |
-
#: /plugins/blog2social-v-4-
|
1279 |
msgid "Network does not support emojis"
|
1280 |
msgstr "Netzwerk unterstützt keine Emojis"
|
1281 |
|
1282 |
-
#: ../../plugins/blog2social-v-4-
|
1283 |
msgid "Text only"
|
1284 |
msgstr "nur Text"
|
1285 |
|
1286 |
-
#: ../../plugins/blog2social-v-4-
|
1287 |
-
#: /plugins/blog2social-v-4-
|
1288 |
-
#: /plugins/blog2social-v-4-
|
1289 |
-
#: /plugins/blog2social-v-4-
|
1290 |
-
#: /plugins/blog2social-v-4-
|
1291 |
-
#: /plugins/blog2social-v-4-
|
1292 |
msgid "characters"
|
1293 |
msgstr "Zeichen"
|
1294 |
|
1295 |
-
#: ../../plugins/blog2social-v-4-
|
1296 |
msgid "Network does not support image for pages"
|
1297 |
msgstr "Netzwerk unterstützt keine Bilder für Seiten"
|
1298 |
|
1299 |
-
#: ../../plugins/blog2social-v-4-
|
1300 |
msgid "post format"
|
1301 |
msgstr "Postformat"
|
1302 |
|
1303 |
-
#: ../../plugins/blog2social-v-4-
|
1304 |
msgid "Insert full-text"
|
1305 |
msgstr "ganzen Text einfügen"
|
1306 |
|
1307 |
-
#: ../../plugins/blog2social-v-4-
|
1308 |
msgid "Delete text"
|
1309 |
msgstr "Text löschen"
|
1310 |
|
1311 |
-
#: ../../plugins/blog2social-v-4-
|
1312 |
msgid "hide calendar"
|
1313 |
msgstr "Kalender ausblenden"
|
1314 |
|
1315 |
-
#: ../../plugins/blog2social-v-4-
|
1316 |
msgid "show calendar"
|
1317 |
msgstr "Kalender anzeigen"
|
1318 |
|
1319 |
-
#: ../../plugins/blog2social-v-4-
|
1320 |
-
#: /plugins/blog2social-v-4-
|
1321 |
-
#: /plugins/blog2social-v-4-
|
1322 |
-
#: /plugins/blog2social-v-4-
|
1323 |
-
#: /plugins/blog2social-v-4-
|
1324 |
msgid "Write something about your post..."
|
1325 |
msgstr "Schreibe etwas..."
|
1326 |
|
1327 |
-
#: ../../plugins/blog2social-v-4-
|
1328 |
-
#: /plugins/blog2social-v-4-
|
1329 |
-
#: /plugins/blog2social-v-4-
|
1330 |
-
#: /plugins/blog2social-v-4-
|
1331 |
msgid "Change image for this network"
|
1332 |
msgstr "Bild für dieses Netzwerk ändern"
|
1333 |
|
1334 |
-
#: ../../plugins/blog2social-v-4-
|
1335 |
msgid ""
|
1336 |
"Info: Change Open Graph Meta tags image, title and description for this "
|
1337 |
"network"
|
1338 |
msgstr "Info: Ändere die Open Graph Parameter für diese Netzwerk"
|
1339 |
|
1340 |
-
#: ../../plugins/blog2social-v-4-
|
1341 |
-
#: /plugins/blog2social-v-4-
|
1342 |
msgid ""
|
1343 |
"You want to change your link image, link title and link description for this "
|
1344 |
"network? Click here."
|
1345 |
msgstr "Du möchtest das Bild, den Titel und die Beschreibung ändern? Hier Klicken."
|
1346 |
|
1347 |
-
#: ../../plugins/blog2social-v-4-
|
1348 |
msgid "OG Meta title"
|
1349 |
msgstr "OG Titel"
|
1350 |
|
1351 |
-
#: ../../plugins/blog2social-v-4-
|
1352 |
msgid "OG Meta description"
|
1353 |
msgstr "OG Beschreibung"
|
1354 |
|
1355 |
-
#: ../../plugins/blog2social-v-4-
|
1356 |
msgid "Info: Change Card Meta tags image, title and description for this network"
|
1357 |
msgstr "Info: Ändere die Twitter Card Parameter für diese Netzwerk"
|
1358 |
|
1359 |
-
#: ../../plugins/blog2social-v-4-
|
1360 |
msgid "Card Meta title"
|
1361 |
msgstr "Card Titel"
|
1362 |
|
1363 |
-
#: ../../plugins/blog2social-v-4-
|
1364 |
msgid "Card Meta description"
|
1365 |
msgstr "Card Beschreibung"
|
1366 |
|
1367 |
-
#: ../../plugins/blog2social-v-4-
|
1368 |
msgid "required"
|
1369 |
msgstr "erforderlich"
|
1370 |
|
1371 |
-
#: ../../plugins/blog2social-v-4-
|
1372 |
-
#: /plugins/blog2social-v-4-
|
1373 |
msgid "Link"
|
1374 |
msgstr "Link"
|
1375 |
|
1376 |
-
#: ../../plugins/blog2social-v-4-
|
1377 |
msgid "The Headline..."
|
1378 |
msgstr "Die Überschrift..."
|
1379 |
|
1380 |
-
#: ../../plugins/blog2social-v-4-
|
1381 |
msgid "Hashtags"
|
1382 |
msgstr "Hashtags"
|
1383 |
|
1384 |
-
#: ../../plugins/blog2social-v-4-
|
1385 |
msgid "Share Now"
|
1386 |
msgstr "Sofort teilen"
|
1387 |
|
1388 |
-
#: ../../plugins/blog2social-v-4-
|
1389 |
-
#: /plugins/blog2social-v-4-
|
1390 |
-
#: /plugins/blog2social-v-4-
|
1391 |
msgid "Schedule post once"
|
1392 |
msgstr "Beitrag einmal planen"
|
1393 |
|
1394 |
-
#: ../../plugins/blog2social-v-4-
|
1395 |
msgid "Schedule Recurrent Post"
|
1396 |
msgstr "regelmäßig Planen"
|
1397 |
|
1398 |
-
#: ../../plugins/blog2social-v-4-
|
1399 |
msgid "Interval"
|
1400 |
msgstr "Intervall"
|
1401 |
|
1402 |
-
#: ../../plugins/blog2social-v-4-
|
1403 |
-
#: /plugins/blog2social-v-4-
|
1404 |
msgid "Duration"
|
1405 |
msgstr "Dauer"
|
1406 |
|
1407 |
-
#: ../../plugins/blog2social-v-4-
|
1408 |
msgid "Repeat"
|
1409 |
msgstr "Wiederholungen"
|
1410 |
|
1411 |
-
#: ../../plugins/blog2social-v-4-
|
1412 |
msgid "Day of month"
|
1413 |
msgstr "Tag im Month"
|
1414 |
|
1415 |
-
#: ../../plugins/blog2social-v-4-
|
1416 |
msgid "Duration in days"
|
1417 |
msgstr "Abstand in Tagen"
|
1418 |
|
1419 |
-
#: ../../plugins/blog2social-v-4-
|
1420 |
msgid "Start date"
|
1421 |
msgstr "Startdatum"
|
1422 |
|
1423 |
-
#: ../../plugins/blog2social-v-4-
|
1424 |
-
#: /plugins/blog2social-v-4-
|
1425 |
-
#: /plugins/blog2social-v-4-
|
1426 |
-
#: /plugins/blog2social-v-4-
|
1427 |
-
#: /plugins/blog2social-v-4-
|
1428 |
msgid "Time"
|
1429 |
msgstr "Zeit"
|
1430 |
|
1431 |
-
#: ../../plugins/blog2social-v-4-
|
1432 |
msgid "Days"
|
1433 |
msgstr "Tage"
|
1434 |
|
1435 |
-
#: ../../plugins/blog2social-v-4-
|
1436 |
msgid "weekly"
|
1437 |
msgstr "wöchentlich"
|
1438 |
|
1439 |
-
#: ../../plugins/blog2social-v-4-
|
1440 |
msgid "monthly"
|
1441 |
msgstr "monatlich"
|
1442 |
|
1443 |
-
#: ../../plugins/blog2social-v-4-
|
1444 |
msgid "own period"
|
1445 |
msgstr "eigener Zeitraum"
|
1446 |
|
1447 |
-
#: ../../plugins/blog2social-v-4-
|
1448 |
msgid "Week"
|
1449 |
msgstr "Woche"
|
1450 |
|
1451 |
-
#: ../../plugins/blog2social-v-4-
|
1452 |
msgid "Weeks"
|
1453 |
msgstr "Wochen"
|
1454 |
|
1455 |
-
#: ../../plugins/blog2social-v-4-
|
1456 |
msgid "Month"
|
1457 |
msgstr "Monat"
|
1458 |
|
1459 |
-
#: ../../plugins/blog2social-v-4-
|
1460 |
msgid "Months"
|
1461 |
msgstr "Monate"
|
1462 |
|
1463 |
-
#: ../../plugins/blog2social-v-4-
|
1464 |
msgid "Times"
|
1465 |
msgstr "mal"
|
1466 |
|
1467 |
-
#: ../../plugins/blog2social-v-4-
|
1468 |
msgid "End Of Month"
|
1469 |
msgstr "Monatsende"
|
1470 |
|
1471 |
-
#: ../../plugins/blog2social-v-4-
|
1472 |
msgid "Timespan"
|
1473 |
msgstr "Timespan"
|
1474 |
|
1475 |
-
#: ../../plugins/blog2social-v-4-
|
1476 |
-
#: /plugins/blog2social-v-4-
|
1477 |
-
#: /plugins/blog2social-v-4-
|
1478 |
msgid "Date"
|
1479 |
msgstr "Startdatum"
|
1480 |
|
1481 |
-
#: ../../plugins/blog2social-v-4-
|
1482 |
msgid "Mon"
|
1483 |
msgstr "Mo"
|
1484 |
|
1485 |
-
#: ../../plugins/blog2social-v-4-
|
1486 |
msgid "Tue"
|
1487 |
msgstr "Di"
|
1488 |
|
1489 |
-
#: ../../plugins/blog2social-v-4-
|
1490 |
msgid "Wed"
|
1491 |
msgstr "Mi"
|
1492 |
|
1493 |
-
#: ../../plugins/blog2social-v-4-
|
1494 |
msgid "Thu"
|
1495 |
msgstr "Do"
|
1496 |
|
1497 |
-
#: ../../plugins/blog2social-v-4-
|
1498 |
msgid "Fri"
|
1499 |
msgstr "Fr"
|
1500 |
|
1501 |
-
#: ../../plugins/blog2social-v-4-
|
1502 |
msgid "Sat"
|
1503 |
msgstr "Sa"
|
1504 |
|
1505 |
-
#: ../../plugins/blog2social-v-4-
|
1506 |
msgid "Sun"
|
1507 |
msgstr "So"
|
1508 |
|
1509 |
-
#: ../../plugins/blog2social-v-4-
|
1510 |
msgid "delete"
|
1511 |
msgstr "löschen"
|
1512 |
|
1513 |
-
#: ../../plugins/blog2social-v-4-
|
1514 |
msgid "Add Posting Time"
|
1515 |
msgstr "neue Terminserie anlegen"
|
1516 |
|
1517 |
-
#: ../../plugins/blog2social-v-4-
|
1518 |
msgid "Apply Settings To All Networks"
|
1519 |
msgstr "Planung für alle Netzwerke übernehmen"
|
1520 |
|
1521 |
-
#: ../../plugins/blog2social-v-4-
|
1522 |
msgid "Save Settings As Default"
|
1523 |
msgstr "Planung dauerhaft speichern"
|
1524 |
|
1525 |
-
#: ../../plugins/blog2social-v-4-
|
1526 |
msgid "view social media post"
|
1527 |
msgstr "Zeige Social Media Beitrag an"
|
1528 |
|
1529 |
-
#: ../../plugins/blog2social-v-4-
|
1530 |
msgid "scheduled on"
|
1531 |
msgstr "geplant für"
|
1532 |
|
1533 |
-
#: ../../plugins/blog2social-v-4-
|
1534 |
msgid "Number of shared posts"
|
1535 |
msgstr "Anzahl geteilter Beiträge"
|
1536 |
|
1537 |
-
#: ../../plugins/blog2social-v-4-
|
1538 |
msgid "Number of scheduled posts"
|
1539 |
msgstr "Anzahl der geplanten Posts"
|
1540 |
|
1541 |
-
#: ../../plugins/blog2social-v-4-
|
1542 |
msgid "Auto-Post on Social Media"
|
1543 |
msgstr "Automatisch auf Social Media teilen"
|
1544 |
|
1545 |
-
#: ../../plugins/blog2social-v-4-
|
1546 |
msgid "This post will be shared into your social media on"
|
1547 |
msgstr "Dein Beitrag ist zur Veröffentlichung in den Social Media geplant ab dem"
|
1548 |
|
1549 |
-
#: ../../plugins/blog2social-v-4-
|
1550 |
-
#: /plugins/blog2social-v-4-
|
1551 |
msgid "show details"
|
1552 |
msgstr "siehe Details"
|
1553 |
|
1554 |
-
#: ../../plugins/blog2social-v-4-
|
1555 |
msgid "This post will be shared on social media in 2-3 minutes!"
|
1556 |
msgstr "Dein Beitrag wird in ca. 2-3 Minuten in die Social Media eingestellt!"
|
1557 |
|
1558 |
-
#: ../../plugins/blog2social-v-4-
|
1559 |
msgid ""
|
1560 |
"Please, make sure that your post are publish on this blog on this moment. "
|
1561 |
"Then you can auto post your post with Blog2social."
|
@@ -1563,23 +1564,23 @@ msgstr ""
|
|
1563 |
"Bitte stelle sicher, dass Dein Beitrag in diesem Moment veröffentlicht wurde."
|
1564 |
" Dann kannst Du Deinen Beitrag automatisch mit Blog2Social posten."
|
1565 |
|
1566 |
-
#: ../../plugins/blog2social-v-4-
|
1567 |
msgid "Upgrade to Premium"
|
1568 |
msgstr "Premium freischalten"
|
1569 |
|
1570 |
-
#: ../../plugins/blog2social-v-4-
|
1571 |
msgid "Your post could not be posted."
|
1572 |
msgstr "Dein Post ist nicht vom Netzwerk veröffentlicht worden."
|
1573 |
|
1574 |
-
#: ../../plugins/blog2social-v-4-
|
1575 |
msgid "Your authorization has expired. Please check your authorization."
|
1576 |
msgstr "Deine Autorisierung ist abgelaufen. Bitte überprüfe deine Autorisierung."
|
1577 |
|
1578 |
-
#: ../../plugins/blog2social-v-4-
|
1579 |
msgid "The network has marked the post as spam or abusive."
|
1580 |
msgstr "Das Netzwerk hat Deinen Post als Spam oder missbräuchlich markiert."
|
1581 |
|
1582 |
-
#: ../../plugins/blog2social-v-4-
|
1583 |
msgid ""
|
1584 |
"We don't have the permission to publish your post. Please check your "
|
1585 |
"authorization."
|
@@ -1587,7 +1588,7 @@ msgstr ""
|
|
1587 |
"Wir haben nicht Deine Erlaubnis, den Post zu veröffentlichen. Bitte "
|
1588 |
"überprüfe deine Autorisierung."
|
1589 |
|
1590 |
-
#: ../../plugins/blog2social-v-4-
|
1591 |
msgid ""
|
1592 |
"Your authorization is interrupted. Please check your authorization. Please "
|
1593 |
"see <a target=\"_blank\" href=\"https://www.blog2social."
|
@@ -1597,15 +1598,15 @@ msgstr ""
|
|
1597 |
"Siehe <a target=\"_blank\" href=\"https://www.blog2social."
|
1598 |
"com/de/faq/category/9/fehlermeldungen-und-loesungen.html\">FAQ</a>."
|
1599 |
|
1600 |
-
#: ../../plugins/blog2social-v-4-
|
1601 |
msgid "Your limit is reached for today."
|
1602 |
msgstr "Du hast das Veröffentlichungs-Limit mit Deinem Account für Heute erreicht."
|
1603 |
|
1604 |
-
#: ../../plugins/blog2social-v-4-
|
1605 |
msgid "Your post could not be posted, because your image is not available."
|
1606 |
msgstr "Das Netzwerk kann Dein Bild nicht verarbeiten."
|
1607 |
|
1608 |
-
#: ../../plugins/blog2social-v-4-
|
1609 |
msgid ""
|
1610 |
"The network has blocked your account. Please see <a target=\"_blank\" "
|
1611 |
"href=\"https://www.blog2social.com/en/faq/category/9/troubleshooting-for-"
|
@@ -1615,7 +1616,7 @@ msgstr ""
|
|
1615 |
"href=\"https://www.blog2social.com/de/faq/category/9/fehlermeldungen-und-"
|
1616 |
"loesungen.html\">FAQ</a>."
|
1617 |
|
1618 |
-
#: ../../plugins/blog2social-v-4-
|
1619 |
msgid ""
|
1620 |
"The number of images is reached. Please see <a target=\"_blank\" href=\"https:"
|
1621 |
"//www.blog2social.com/en/faq/category/9/troubleshooting-for-error-messages."
|
@@ -1625,11 +1626,13 @@ msgstr ""
|
|
1625 |
"href=\"https://www.blog2social.com/de/faq/category/9/fehlermeldungen-und-"
|
1626 |
"loesungen.html\">FAQ</a>."
|
1627 |
|
1628 |
-
#: ../../plugins/blog2social-v-4-
|
1629 |
-
msgid "Your limit has temporarily reached for this network."
|
1630 |
-
msgstr "
|
|
|
|
|
1631 |
|
1632 |
-
#: ../../plugins/blog2social-v-4-
|
1633 |
msgid ""
|
1634 |
"The network can not publish special characters such as Emoji. Please see <a "
|
1635 |
"target=\"_blank\" href=\"https://www.blog2social."
|
@@ -1639,75 +1642,75 @@ msgstr ""
|
|
1639 |
"//www.blog2social.com/de/faq/category/9/fehlermeldungen-und-loesungen."
|
1640 |
"html\">FAQ</a>."
|
1641 |
|
1642 |
-
#: ../../plugins/blog2social-v-4-
|
1643 |
msgid "Your post is a duplicate."
|
1644 |
msgstr "Du kannst auf dem Netzwerke keine Duplikate veröffentlichen."
|
1645 |
|
1646 |
-
#: ../../plugins/blog2social-v-4-
|
1647 |
msgid "The network are required a public url to your post."
|
1648 |
msgstr "Das Netzwerk fordert, dass Dein Link zu Deinem Beitrag erreichbar ist."
|
1649 |
|
1650 |
-
#: ../../plugins/blog2social-v-4-
|
1651 |
msgid "The network says, that your group is not exisits."
|
1652 |
msgstr "Das Netzwerk konnte Deine angegebene Gruppe nicht finden."
|
1653 |
|
1654 |
-
#: ../../plugins/blog2social-v-4-
|
1655 |
-
#: /plugins/blog2social-v-4-
|
1656 |
msgid "Dashboard"
|
1657 |
msgstr "Dashboard"
|
1658 |
|
1659 |
-
#: ../../plugins/blog2social-v-4-
|
1660 |
-
#: /plugins/blog2social-v-4-
|
1661 |
-
#: 4-
|
1662 |
msgid "Posts & Sharing"
|
1663 |
msgstr "Beiträge"
|
1664 |
|
1665 |
-
#: ../../plugins/blog2social-v-4-
|
1666 |
-
#: /plugins/blog2social-v-4-
|
1667 |
-
#: 4-
|
1668 |
#: php:17
|
1669 |
msgid "Networks"
|
1670 |
msgstr "Netzwerke"
|
1671 |
|
1672 |
-
#: ../../plugins/blog2social-v-4-
|
1673 |
-
#: /plugins/blog2social-v-4-
|
1674 |
-
#: 4-
|
1675 |
-
#: 54 ../../plugins/blog2social-v-4-
|
1676 |
msgid "Settings"
|
1677 |
msgstr "Einstellungen"
|
1678 |
|
1679 |
-
#: ../../plugins/blog2social-v-4-
|
1680 |
-
#: /plugins/blog2social-v-4-
|
1681 |
-
#: 4-
|
1682 |
msgid "PR-Service"
|
1683 |
msgstr "PR-Service"
|
1684 |
|
1685 |
-
#: ../../plugins/blog2social-v-4-
|
1686 |
-
#: /plugins/blog2social-v-4-
|
1687 |
-
#: 4-
|
1688 |
-
#:
|
1689 |
msgid "How to & FAQ"
|
1690 |
msgstr "How to & FAQ"
|
1691 |
|
1692 |
-
#: ../../plugins/blog2social-v-4-
|
1693 |
msgid "Premium"
|
1694 |
msgstr "Premium"
|
1695 |
|
1696 |
-
#: ../../plugins/blog2social-v-4-
|
1697 |
msgid "Blog2Social"
|
1698 |
msgstr "Blog2Social"
|
1699 |
|
1700 |
-
#: ../../plugins/blog2social-v-4-
|
1701 |
-
#: /plugins/blog2social-v-4-
|
1702 |
msgid "or"
|
1703 |
msgstr "oder"
|
1704 |
|
1705 |
-
#: ../../plugins/blog2social-v-4-
|
1706 |
-
#: /plugins/blog2social-v-4-
|
1707 |
msgid "back to install plugins"
|
1708 |
msgstr "zurück zur Pluginübersicht"
|
1709 |
|
1710 |
-
#: ../../plugins/blog2social-v-4-
|
1711 |
msgid ""
|
1712 |
"<strong>Rate it!</strong> If you like Blog2Social, please give us a 5 star "
|
1713 |
"rating. I there is anything that does not work for you, please contact us!"
|
@@ -1715,36 +1718,36 @@ msgstr ""
|
|
1715 |
"Wenn Dir Blog2Social gefällt, dann freuen wir uns über eine 5 Sterne "
|
1716 |
"Bewertung. Spreche uns an, wenn Dir irgendwas nicht gefällt."
|
1717 |
|
1718 |
-
#: ../../plugins/blog2social-v-4-
|
1719 |
-
#: /plugins/blog2social-v-4-
|
1720 |
msgid "RATE BLOG2SOCIAL"
|
1721 |
msgstr "Blog2Social jetzt bewerten"
|
1722 |
|
1723 |
-
#: ../../plugins/blog2social-v-4-
|
1724 |
msgid "hide"
|
1725 |
msgstr "ausblenden"
|
1726 |
|
1727 |
-
#: ../../plugins/blog2social-v-4-
|
1728 |
msgid "All Authors"
|
1729 |
msgstr "alle Autoren"
|
1730 |
|
1731 |
-
#: ../../plugins/blog2social-v-4-
|
1732 |
msgid "All Types"
|
1733 |
msgstr "alle Typen"
|
1734 |
|
1735 |
-
#: ../../plugins/blog2social-v-4-
|
1736 |
msgid "You have no posts published or scheduled"
|
1737 |
msgstr "Du hast keine Beiträge veröffentlicht oder geplant"
|
1738 |
|
1739 |
-
#: ../../plugins/blog2social-v-4-
|
1740 |
msgid "Publish on PR-Gateway"
|
1741 |
msgstr "Beitrag über PR-Gateway veröffentlichen"
|
1742 |
|
1743 |
-
#: ../../plugins/blog2social-v-4-
|
1744 |
msgid "on Blog"
|
1745 |
msgstr "auf dem Blog"
|
1746 |
|
1747 |
-
#: ../../plugins/blog2social-v-4-
|
1748 |
msgid ""
|
1749 |
"Blog2Social used cURL. cURL is not installed in your PHP installation on "
|
1750 |
"your server. Install cURL and activate Blog2Social again."
|
@@ -1752,8 +1755,8 @@ msgstr ""
|
|
1752 |
"Blog2Social verwendet cURL. cURL ist nicht in deiner PHP Version auf deinem "
|
1753 |
"Server installiert. Installiere cURL und aktiviere Blog2Social erneut."
|
1754 |
|
1755 |
-
#: ../../plugins/blog2social-v-4-
|
1756 |
-
#: /plugins/blog2social-v-4-
|
1757 |
msgid ""
|
1758 |
"Please see <a href=\"https://www.blog2social."
|
1759 |
"com/en/faq/content/1/58/en/system-requirements-for-installing-blog2social."
|
@@ -1763,7 +1766,7 @@ msgstr ""
|
|
1763 |
"com/de/faq/content/1/63/de/systemvoraussetzungen-fuer-die-installation-von-"
|
1764 |
"blog2social.html\" target=\"_blank\">FAQ</a>"
|
1765 |
|
1766 |
-
#: ../../plugins/blog2social-v-4-
|
1767 |
msgid ""
|
1768 |
"Blog2Social used PHP. Your installed PHP version on your server is not high "
|
1769 |
"enough to use Blog2Social. Update your PHP version on 5.5.3 or higher."
|
@@ -1772,7 +1775,7 @@ msgstr ""
|
|
1772 |
"um Blog2Social zu nutzen. Aktualisere Deine PHP Version auf 5.5.3 oder höher."
|
1773 |
" "
|
1774 |
|
1775 |
-
#: ../../plugins/blog2social-v-4-
|
1776 |
msgid ""
|
1777 |
"Blog2Social seems to have no permission to write in your WordPress database. "
|
1778 |
"Please make sure to assign Blog2Social the permission to write in the "
|
@@ -1782,7 +1785,7 @@ msgstr ""
|
|
1782 |
"Bitte stelle sicher, dass Blog2Social das Recht eingeräumt wird, in Deine "
|
1783 |
"Wordpress Datenbank zu schreiben."
|
1784 |
|
1785 |
-
#: ../../plugins/blog2social-v-4-
|
1786 |
msgid ""
|
1787 |
"<a href=\"https://www.blog2social.com/en/faq/content/1/58/en/system-"
|
1788 |
"requirements-for-installing-blog2social.html\" target=\"_blank\"> Please find "
|
@@ -1792,27 +1795,27 @@ msgstr ""
|
|
1792 |
"com/de/faq/content/1/63/de/systemvoraussetzungen-fuer-die-installation-von-"
|
1793 |
"blog2social.html\" target=\"_blank\">Siehe FAQ</a>"
|
1794 |
|
1795 |
-
#: ../../plugins/blog2social-v-4-
|
1796 |
msgid "Couldn't find your answer?"
|
1797 |
msgstr "Konntest Du Deine Antwort nicht finden?"
|
1798 |
|
1799 |
-
#: ../../plugins/blog2social-v-4-
|
1800 |
msgid "Contact Support by Email"
|
1801 |
msgstr "Support-Team per E-Mail kontaktieren"
|
1802 |
|
1803 |
-
#: ../../plugins/blog2social-v-4-
|
1804 |
msgid "Call us: +49 2181 7569-277"
|
1805 |
msgstr "Ruf' uns an: +49 2181 7569-277"
|
1806 |
|
1807 |
-
#: ../../plugins/blog2social-v-4-
|
1808 |
msgid "(Call times: from 9:00 a.m. to 5:00 p.m. CET on working days)"
|
1809 |
msgstr "(Anrufzeiten: Montags bis Freitag von 9:00 bis 17:00 MEZ)"
|
1810 |
|
1811 |
-
#: ../../plugins/blog2social-v-4-
|
1812 |
msgid "How to use Blog2Social"
|
1813 |
msgstr "So nutzt Du Blog2Social"
|
1814 |
|
1815 |
-
#: ../../plugins/blog2social-v-4-
|
1816 |
msgid ""
|
1817 |
"Learn how to get the most out of Blog2Social to promote your blog on social "
|
1818 |
"media. Find step-by-step instructions and tips for FREE and PREMIUM users."
|
@@ -1821,66 +1824,66 @@ msgstr ""
|
|
1821 |
"auf den Social Media zu bewerben. Siehe Dir dazu die Schritt-für-Schritt "
|
1822 |
"Anleitung und Tipps für Free und Premium Nutzer an."
|
1823 |
|
1824 |
-
#: ../../plugins/blog2social-v-4-
|
1825 |
msgid "Do you need help?"
|
1826 |
msgstr "Brauchst Du Unterstützung?"
|
1827 |
|
1828 |
-
#: ../../plugins/blog2social-v-4-
|
1829 |
msgid "Find answers to common questions in our FAQ."
|
1830 |
msgstr "Finde Antworten zu häufig gestelle Fragen in umserem FAQ."
|
1831 |
|
1832 |
-
#: ../../plugins/blog2social-v-4-
|
1833 |
msgid "search FAQ"
|
1834 |
msgstr "suchen"
|
1835 |
|
1836 |
-
#: ../../plugins/blog2social-v-4-
|
1837 |
-
#: /plugins/blog2social-v-4-
|
1838 |
msgid "TOP 5 FAQ"
|
1839 |
msgstr "TOP 5 FAQ"
|
1840 |
|
1841 |
-
#: ../../plugins/blog2social-v-4-
|
1842 |
msgid "Edit Post"
|
1843 |
msgstr "Beitrag bearbeiten"
|
1844 |
|
1845 |
-
#: ../../plugins/blog2social-v-4-
|
1846 |
msgid "This post is blocked by %1"
|
1847 |
msgstr "% 1bearbeitet gerade diesen Beitrag."
|
1848 |
|
1849 |
-
#: ../../plugins/blog2social-v-4-
|
1850 |
-
#: /plugins/blog2social-v-4-
|
1851 |
msgid "Delete"
|
1852 |
msgstr "löschen"
|
1853 |
|
1854 |
-
#: ../../plugins/blog2social-v-4-
|
1855 |
msgid "Change details"
|
1856 |
msgstr "Änderungen übernehmen"
|
1857 |
|
1858 |
-
#: ../../plugins/blog2social-v-4-
|
1859 |
-
#: /plugins/blog2social-v-4-
|
1860 |
-
#: v-4-
|
1861 |
-
#:
|
1862 |
-
#:
|
1863 |
-
#: ./../plugins/blog2social-v-4-
|
1864 |
-
#: /plugins/blog2social-v-4-
|
1865 |
msgid "filter"
|
1866 |
msgstr "Filter"
|
1867 |
|
1868 |
-
#: ../../plugins/blog2social-v-4-
|
1869 |
-
#: /plugins/blog2social-v-4-
|
1870 |
-
#: v-4-
|
1871 |
-
#:
|
1872 |
msgid "Create new profile"
|
1873 |
msgstr "neues Profil erstellen"
|
1874 |
|
1875 |
-
#: ../../plugins/blog2social-v-4-
|
1876 |
msgid "You want to define a new combination of networks?"
|
1877 |
msgstr "Du möchtest eine neue Kombination von Netzwerken anlegen?"
|
1878 |
|
1879 |
-
#: ../../plugins/blog2social-v-4-
|
1880 |
msgid "create"
|
1881 |
msgstr "erstellen"
|
1882 |
|
1883 |
-
#: ../../plugins/blog2social-v-4-
|
1884 |
msgid ""
|
1885 |
"All connected networks will be displayed as default \"Standard\" networks "
|
1886 |
"profile.<br><br>You may define various sets of social media accounts, "
|
@@ -1920,81 +1923,81 @@ msgstr ""
|
|
1920 |
"verschiedene Netzwerk-Profile noch schneller auf Deine verschiedenen "
|
1921 |
"Netzwerk-Kombinationen zuzugreifen."
|
1922 |
|
1923 |
-
#: ../../plugins/blog2social-v-4-
|
1924 |
msgid "You want to add another network profile, pages or groups?"
|
1925 |
msgstr ""
|
1926 |
"Du möchtest ein weiteres Netzwerkprofil anlegen oder auf Seiten und Gruppen "
|
1927 |
"posten?"
|
1928 |
|
1929 |
-
#: ../../plugins/blog2social-v-4-
|
1930 |
msgid "Delete Profile"
|
1931 |
msgstr "Profil löschen"
|
1932 |
|
1933 |
-
#: ../../plugins/blog2social-v-4-
|
1934 |
msgid "Do you really want to delete this profile"
|
1935 |
msgstr "Soll Dein Profil wirklich gelöscht werden?"
|
1936 |
|
1937 |
-
#: ../../plugins/blog2social-v-4-
|
1938 |
-
#: /plugins/blog2social-v-4-
|
1939 |
-
#: /plugins/blog2social-v-4-
|
1940 |
-
#: /plugins/blog2social-v-4-
|
1941 |
-
#: /plugins/blog2social-v-4-
|
1942 |
msgid "NO"
|
1943 |
msgstr "NEIN"
|
1944 |
|
1945 |
-
#: ../../plugins/blog2social-v-4-
|
1946 |
-
#: /plugins/blog2social-v-4-
|
1947 |
-
#: v-4-
|
1948 |
-
#:
|
1949 |
-
#:
|
1950 |
msgid "YES, delete"
|
1951 |
msgstr "Ja, löschen"
|
1952 |
|
1953 |
-
#: ../../plugins/blog2social-v-4-
|
1954 |
msgid "Delete Authorization"
|
1955 |
msgstr "Autorisierung löschen"
|
1956 |
|
1957 |
-
#: ../../plugins/blog2social-v-4-
|
1958 |
msgid "Do you really want to delete this authorization"
|
1959 |
msgstr "Soll die Autorisierung wirklich löschen werden?"
|
1960 |
|
1961 |
-
#: ../../plugins/blog2social-v-4-
|
1962 |
msgid "You have still set up scheduled posts for this network:"
|
1963 |
msgstr "Du hast noch ausstehende Veröffentlichungen für dieses Netzwerk geplant:"
|
1964 |
|
1965 |
-
#: ../../plugins/blog2social-v-4-
|
1966 |
msgid "scheduled posts"
|
1967 |
msgstr "geplante Beiträge"
|
1968 |
|
1969 |
-
#: ../../plugins/blog2social-v-4-
|
1970 |
msgid "View schedule posts for this profile"
|
1971 |
msgstr "Gehe zu geplanten Beiträgen für dieses Profil."
|
1972 |
|
1973 |
-
#: ../../plugins/blog2social-v-4-
|
1974 |
msgid "Sort by network"
|
1975 |
msgstr "Nach Netzwerk sortieren"
|
1976 |
|
1977 |
-
#: ../../plugins/blog2social-v-4-
|
1978 |
msgid "add post"
|
1979 |
msgstr "neuer Beitrag"
|
1980 |
|
1981 |
-
#: ../../plugins/blog2social-v-4-
|
1982 |
-
#: /plugins/blog2social-v-4-
|
1983 |
msgid "Choose your"
|
1984 |
msgstr "Wähle Deinen"
|
1985 |
|
1986 |
-
#: ../../plugins/blog2social-v-4-
|
1987 |
-
#: /plugins/blog2social-v-4-
|
1988 |
msgid "Post Format"
|
1989 |
msgstr "Postformat"
|
1990 |
|
1991 |
-
#: ../../plugins/blog2social-v-4-
|
1992 |
-
#: /plugins/blog2social-v-4-
|
1993 |
msgid "for:"
|
1994 |
msgstr "für:"
|
1995 |
|
1996 |
-
#: ../../plugins/blog2social-v-4-
|
1997 |
-
#: /plugins/blog2social-v-4-
|
1998 |
msgid ""
|
1999 |
"Define the default settings for the custom post format for all of your "
|
2000 |
"Facebook accounts in the Blog2Social settings."
|
@@ -2002,8 +2005,8 @@ msgstr ""
|
|
2002 |
"Definiere Dein Standard-Beitragsformat für alle Deine Facebook-Verbindungen "
|
2003 |
"unter den Blog2Social Einstellungen."
|
2004 |
|
2005 |
-
#: ../../plugins/blog2social-v-4-
|
2006 |
-
#: /plugins/blog2social-v-4-
|
2007 |
msgid ""
|
2008 |
"Define the default settings for the custom post format for all of your "
|
2009 |
"Twitter accounts in the Blog2Social settings."
|
@@ -2011,27 +2014,45 @@ msgstr ""
|
|
2011 |
"Definiere Dein Standard-Beitragsformat für alle Deine Twitter-Verbindungen "
|
2012 |
"unter den Blog2Social Einstellungen."
|
2013 |
|
2014 |
-
#: ../../plugins/blog2social-v-4-
|
2015 |
-
#: /plugins/blog2social-v-4-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2016 |
msgid "Select image for"
|
2017 |
msgstr "Wähle Bild aus für"
|
2018 |
|
2019 |
-
#: ../../plugins/blog2social-v-4-
|
2020 |
msgid "Select a post"
|
2021 |
msgstr "Beitrag auswählen"
|
2022 |
|
2023 |
-
#: ../../plugins/blog2social-v-4-
|
2024 |
-
#: /plugins/blog2social-v-4-
|
2025 |
msgid "Need to schedule your posts?"
|
2026 |
msgstr "Du möchtest Deine Beiträge planen?"
|
2027 |
|
2028 |
-
#: ../../plugins/blog2social-v-4-
|
2029 |
-
#: /plugins/blog2social-v-4-
|
2030 |
msgid "Blog2Social Premium covers everything you need."
|
2031 |
msgstr "Blog2Social Premium deckt alles ab, was Du brauchst."
|
2032 |
|
2033 |
-
#: ../../plugins/blog2social-v-4-
|
2034 |
-
#: /plugins/blog2social-v-4-
|
2035 |
msgid ""
|
2036 |
"You want to publish a post on a specific date? No problem! Just enter your "
|
2037 |
"desired date and you are ready to go!"
|
@@ -2039,13 +2060,13 @@ msgstr ""
|
|
2039 |
"Du möchtest einen Beitrag an einem ganz bestimmten Datum veröffentlichen? "
|
2040 |
"Kein Problem! Stelle einfach Dein Wunschdatum ein und los geht’s!"
|
2041 |
|
2042 |
-
#: ../../plugins/blog2social-v-4-
|
2043 |
-
#: /plugins/blog2social-v-4-
|
2044 |
msgid "Schedule post recurrently"
|
2045 |
msgstr "Beitrag mehrfach planen"
|
2046 |
|
2047 |
-
#: ../../plugins/blog2social-v-4-
|
2048 |
-
#: /plugins/blog2social-v-4-
|
2049 |
msgid ""
|
2050 |
"You have evergreen content you want to re-share from time to time in your "
|
2051 |
"timeline? Schedule your evergreen content to be shared once, multiple times "
|
@@ -2055,16 +2076,16 @@ msgstr ""
|
|
2055 |
"möchtest? Plane Deinen Evergreen-Content einmalig, mehrfach oder "
|
2056 |
"wiederholend zu verschiedenden Zeiten."
|
2057 |
|
2058 |
-
#: ../../plugins/blog2social-v-4-
|
2059 |
-
#: /plugins/blog2social-v-4-
|
2060 |
-
#: v-4-
|
2061 |
-
#:
|
2062 |
-
#:
|
2063 |
msgid "Best Time Scheduler"
|
2064 |
msgstr "Beste Zeiten Manager"
|
2065 |
|
2066 |
-
#: ../../plugins/blog2social-v-4-
|
2067 |
-
#: /plugins/blog2social-v-4-
|
2068 |
msgid ""
|
2069 |
"Whenever you publish a post, only a fraction of your followers will actually "
|
2070 |
"see your post. Use the Blog2Social Best Times Scheduler to share your post "
|
@@ -2076,41 +2097,41 @@ msgstr ""
|
|
2076 |
"Dein Beitrag zu den Besten Zeiten für jedes Netzwerk zu planen. Erhalte mehr "
|
2077 |
"Reichweite und verlängere die Lebensdauer Deiner Beiträge."
|
2078 |
|
2079 |
-
#: ../../plugins/blog2social-v-4-
|
2080 |
-
#: /plugins/blog2social-v-4-
|
2081 |
msgid "Delete entries from the reporting"
|
2082 |
msgstr "Einträge aus dem Reporting löschen"
|
2083 |
|
2084 |
-
#: ../../plugins/blog2social-v-4-
|
2085 |
-
#: /plugins/blog2social-v-4-
|
2086 |
msgid "You are sure, you want to delete entries from the reporting?"
|
2087 |
msgstr "Bist Du sicher, dass Du Einträge aus dem Reporting löschen möchtest?"
|
2088 |
|
2089 |
-
#: ../../plugins/blog2social-v-4-
|
2090 |
-
#: /plugins/blog2social-v-4-
|
2091 |
-
#: /plugins/blog2social-v-4-
|
2092 |
msgid "Number of entries"
|
2093 |
msgstr "Anzahl der Einträge"
|
2094 |
|
2095 |
-
#: ../../plugins/blog2social-v-4-
|
2096 |
msgid "Change Time"
|
2097 |
msgstr "Zeitpunkt ändern"
|
2098 |
|
2099 |
-
#: ../../plugins/blog2social-v-4-
|
2100 |
msgid "Delete entries form the scheduling"
|
2101 |
msgstr "Einträge aus der Planung löschen"
|
2102 |
|
2103 |
-
#: ../../plugins/blog2social-v-4-
|
2104 |
msgid "You are sure, you want to delete entries from the scheduling?"
|
2105 |
msgstr "Bist Du sicher, dass Du Einträge aus Deiner Planung löschen möchtest?"
|
2106 |
|
2107 |
-
#: ../../plugins/blog2social-v-4-
|
2108 |
-
#: /plugins/blog2social-v-4-
|
2109 |
msgid "Your license: Blog2Social"
|
2110 |
msgstr "Du nutzt Blog2Social"
|
2111 |
|
2112 |
-
#: ../../plugins/blog2social-v-4-
|
2113 |
-
#: /plugins/blog2social-v-4-
|
2114 |
msgid ""
|
2115 |
"Upgrade to Blog2Social Premium to schedule your posts for the best time, "
|
2116 |
"once or recurringly with the Best Time Scheduler and post to pages, groups "
|
@@ -2120,47 +2141,47 @@ msgstr ""
|
|
2120 |
"im Voraus planen, zur einmaligen oder wiederholten Veröffentlichung. Und Du "
|
2121 |
"kannst auf Seiten, in Gruppen und mehreren Accounts pro Netzwerk posten."
|
2122 |
|
2123 |
-
#: ../../plugins/blog2social-v-4-
|
2124 |
-
#: /plugins/blog2social-v-4-
|
2125 |
msgid "Learn more"
|
2126 |
msgstr "mehr erfahren"
|
2127 |
|
2128 |
-
#: ../../plugins/blog2social-v-4-
|
2129 |
-
#: /plugins/blog2social-v-4-
|
2130 |
-
#: /plugins/blog2social-v-4-
|
2131 |
msgid "Enter license key and change your version"
|
2132 |
msgstr "Lizenzschlüssel eingeben und Version ändern"
|
2133 |
|
2134 |
-
#: ../../plugins/blog2social-v-4-
|
2135 |
-
#: /plugins/blog2social-v-4-
|
2136 |
-
#: /plugins/blog2social-v-4-
|
2137 |
msgid "Activate"
|
2138 |
msgstr "Aktivieren"
|
2139 |
|
2140 |
-
#: ../../plugins/blog2social-v-4-
|
2141 |
msgid "Social Media Sharing"
|
2142 |
msgstr "Netzwerkauswahl"
|
2143 |
|
2144 |
-
#: ../../plugins/blog2social-v-4-
|
2145 |
-
#: /plugins/blog2social-v-4-
|
2146 |
msgid "Cross-share to all popular social networks"
|
2147 |
msgstr "Teilen von Blogbeiträgen auf allen Social Media"
|
2148 |
|
2149 |
-
#: ../../plugins/blog2social-v-4-
|
2150 |
msgid "Auto Posting"
|
2151 |
msgstr "Auto-Posting"
|
2152 |
|
2153 |
-
#: ../../plugins/blog2social-v-4-
|
2154 |
-
#: /plugins/blog2social-v-4-
|
2155 |
msgid "Automatically share your posts whenever you publish a new blog post"
|
2156 |
msgstr "Blogbeiträge automatisch beim Veröffentlichen teilen"
|
2157 |
|
2158 |
-
#: ../../plugins/blog2social-v-4-
|
2159 |
msgid "Customizing Social Media Posts"
|
2160 |
msgstr "Individualisieren"
|
2161 |
|
2162 |
-
#: ../../plugins/blog2social-v-4-
|
2163 |
-
#: /plugins/blog2social-v-4-
|
2164 |
msgid ""
|
2165 |
"Edit or add comments, hashtags or handles. Edit posts in HTML for re-"
|
2166 |
"publishing on blogging networks"
|
@@ -2168,16 +2189,16 @@ msgstr ""
|
|
2168 |
"Posting-Texte ergänzen mit Kommentaren, Hashtags oder Handles. HTML-Editor "
|
2169 |
"für das Posten in Blog-Netzwerken"
|
2170 |
|
2171 |
-
#: ../../plugins/blog2social-v-4-
|
2172 |
-
#: /plugins/blog2social-v-4-
|
2173 |
msgid "Choose pre-defined times to post or edit and define your own time settings"
|
2174 |
msgstr "Optimaler Zeitpunkt zum Posten voreingestellt und anpassbar"
|
2175 |
|
2176 |
-
#: ../../plugins/blog2social-v-4-
|
2177 |
msgid "Social Media Scheduler"
|
2178 |
msgstr "Veröffentlichungen planen"
|
2179 |
|
2180 |
-
#: ../../plugins/blog2social-v-4-
|
2181 |
msgid ""
|
2182 |
"Social media scheduling: once, repeatedly or recurrently to multiple "
|
2183 |
"profiles, pages and groups"
|
@@ -2185,95 +2206,95 @@ msgstr ""
|
|
2185 |
"Einmalig, mehrmals oder regelmäßig auf mehreren Profilen, Seiten oder "
|
2186 |
"Gruppen posten"
|
2187 |
|
2188 |
-
#: ../../plugins/blog2social-v-4-
|
2189 |
msgid "Individual Images for Each Social Media Post"
|
2190 |
msgstr "Individuelle Bilder für jeden Social Media Post"
|
2191 |
|
2192 |
-
#: ../../plugins/blog2social-v-4-
|
2193 |
msgid ""
|
2194 |
"Select any image from your media gallery for each social media post and "
|
2195 |
"channel"
|
2196 |
msgstr "Wählen Sie beliebige Bilder für Ihre Social Media Posts"
|
2197 |
|
2198 |
-
#: ../../plugins/blog2social-v-4-
|
2199 |
msgid "Select Post Format"
|
2200 |
msgstr "Beitragsformat auswählen"
|
2201 |
|
2202 |
-
#: ../../plugins/blog2social-v-4-
|
2203 |
-
#: /plugins/blog2social-v-4-
|
2204 |
msgid "One-page preview editor for all social networks for easy customizing"
|
2205 |
msgstr ""
|
2206 |
"Zentrale Vorschauseite für alle Social Media mit Editor für einfaches "
|
2207 |
"Anpassen"
|
2208 |
|
2209 |
-
#: ../../plugins/blog2social-v-4-
|
2210 |
msgid "Social Media Reporting"
|
2211 |
msgstr "Reporting"
|
2212 |
|
2213 |
-
#: ../../plugins/blog2social-v-4-
|
2214 |
msgid "Keep track of your scheduled and shared posts"
|
2215 |
msgstr ""
|
2216 |
"Alle veröffentlichten und geplanten Social-Media-Posts mit direktem Link zum "
|
2217 |
"einfachen Aufrufen und erneuten Teilen"
|
2218 |
|
2219 |
-
#: ../../plugins/blog2social-v-4-
|
2220 |
msgid "Show me plans and prices"
|
2221 |
msgstr "Versionen und Preise anzeigen"
|
2222 |
|
2223 |
-
#: ../../plugins/blog2social-v-4-
|
2224 |
msgid "save..."
|
2225 |
msgstr "speichere Daten..."
|
2226 |
|
2227 |
-
#: ../../plugins/blog2social-v-4-
|
2228 |
msgid "General"
|
2229 |
msgstr "Allgemein"
|
2230 |
|
2231 |
-
#: ../../plugins/blog2social-v-4-
|
2232 |
msgid "Social Meta Data"
|
2233 |
msgstr "Social Meta Angaben"
|
2234 |
|
2235 |
-
#: ../../plugins/blog2social-v-4-
|
2236 |
msgid "Best Time Settings"
|
2237 |
msgstr "Zeit-Einstellungen"
|
2238 |
|
2239 |
-
#: ../../plugins/blog2social-v-4-
|
2240 |
msgid "Network Settings"
|
2241 |
msgstr "Netzwerk-Einstellungen"
|
2242 |
|
2243 |
-
#: ../../plugins/blog2social-v-4-
|
2244 |
-
#: /plugins/blog2social-v-4-
|
2245 |
msgid "My Time Settings"
|
2246 |
msgstr "Meine Zeit-Einstellungen"
|
2247 |
|
2248 |
-
#: ../../plugins/blog2social-v-4-
|
2249 |
msgid "Reset predefined best time settings"
|
2250 |
msgstr "Voreingestellte beste Zeiten zurücksetzen"
|
2251 |
|
2252 |
-
#: ../../plugins/blog2social-v-4-
|
2253 |
msgid "Post format"
|
2254 |
msgstr "Beitragsformat"
|
2255 |
|
2256 |
-
#: ../../plugins/blog2social-v-4-
|
2257 |
msgid "Facebook"
|
2258 |
msgstr "Facebook"
|
2259 |
|
2260 |
-
#: ../../plugins/blog2social-v-4-
|
2261 |
msgid "Twitter"
|
2262 |
msgstr "Twitter"
|
2263 |
|
2264 |
-
#: ../../plugins/blog2social-v-4-
|
2265 |
msgid "Google+"
|
2266 |
msgstr "Google+"
|
2267 |
|
2268 |
-
#: ../../plugins/blog2social-v-4-
|
2269 |
msgid "Instagram"
|
2270 |
msgstr "Instagram"
|
2271 |
|
2272 |
-
#: ../../plugins/blog2social-v-4-
|
2273 |
msgid "Allow shortcodes in my post"
|
2274 |
msgstr "berücksichtige Shortcodes in meinen Beiträgen"
|
2275 |
|
2276 |
-
#: ../../plugins/blog2social-v-4-
|
2277 |
msgid ""
|
2278 |
"Shortcodes are used by some wordpress plugins like Elementor, Visual "
|
2279 |
"Composer and Content Builder. When a shortcode is inserted in a WordPress "
|
@@ -2292,11 +2313,11 @@ msgstr ""
|
|
2292 |
"den Inhalt durch ein Plugin zu ersetzen, das Du verwendet.<br><br> Aktiviere "
|
2293 |
"diese Funktion, wenn Du dynamische Elemente in Deinen Beiträgen verwendest."
|
2294 |
|
2295 |
-
#: ../../plugins/blog2social-v-4-
|
2296 |
msgid "Include WordPress tags as hashtags in your posts"
|
2297 |
msgstr "Füge WordPress-Tags als Hashtags zu Deinen Social Media-Posts hinzu"
|
2298 |
|
2299 |
-
#: ../../plugins/blog2social-v-4-
|
2300 |
msgid ""
|
2301 |
"Hashtags are a great way to generate more reach and visibility for your "
|
2302 |
"posts. By activating this feature Blog2Social will automatically include "
|
@@ -2313,7 +2334,7 @@ msgstr ""
|
|
2313 |
"Hinzufügen zusätzlicher Hashtags zu machen. Blog2Social löscht unnötige "
|
2314 |
"Leerzeichen Deiner WordPress-Tags, um gültige Hashtags zu erstellen. \n"
|
2315 |
|
2316 |
-
#: ../../plugins/blog2social-v-4-
|
2317 |
msgid ""
|
2318 |
"Blog2Social applies the scheduled time settings based on the time zone "
|
2319 |
"defined in the general settings of your WordPress. You can select a user-"
|
@@ -2327,55 +2348,55 @@ msgstr ""
|
|
2327 |
"für die Planung Deiner Social Media Posts festlegen. Wähle dazu die "
|
2328 |
"gewünschte Zeitzone aus dem Drop-Down Menü."
|
2329 |
|
2330 |
-
#: ../../plugins/blog2social-v-4-
|
2331 |
msgid "Social Media Scheduling & Sharing"
|
2332 |
msgstr "Beitrag auf Social Media planen und teilen"
|
2333 |
|
2334 |
-
#: ../../plugins/blog2social-v-4-
|
2335 |
msgid "scroll to bottom"
|
2336 |
msgstr "zum Seitenende"
|
2337 |
|
2338 |
-
#: ../../plugins/blog2social-v-4-
|
2339 |
msgid "You want to load your time settings?"
|
2340 |
msgstr "Du möchtest Deine Zeiten laden?"
|
2341 |
|
2342 |
-
#: ../../plugins/blog2social-v-4-
|
2343 |
msgid "Load My Time Settings"
|
2344 |
msgstr "Meine Zeit-Einstellungen laden"
|
2345 |
|
2346 |
-
#: ../../plugins/blog2social-v-4-
|
2347 |
msgid "Load Best Time Scheduler"
|
2348 |
msgstr "Beste Zeiten laden"
|
2349 |
|
2350 |
-
#: ../../plugins/blog2social-v-4-
|
2351 |
msgid "Social Accounts"
|
2352 |
msgstr "Social Media Konten"
|
2353 |
|
2354 |
-
#: ../../plugins/blog2social-v-4-
|
2355 |
msgid "Add more..."
|
2356 |
msgstr "mehr hinzufügen"
|
2357 |
|
2358 |
-
#: ../../plugins/blog2social-v-4-
|
2359 |
msgid "Profiles | Pages | Groups"
|
2360 |
msgstr "Profile | Seiten | Gruppen"
|
2361 |
|
2362 |
-
#: ../../plugins/blog2social-v-4-
|
2363 |
msgid "Save Network Selection"
|
2364 |
msgstr "Netzwerkauswahl speichern"
|
2365 |
|
2366 |
-
#: ../../plugins/blog2social-v-4-
|
2367 |
msgid "network connected"
|
2368 |
msgstr "Netzwerk verbunden"
|
2369 |
|
2370 |
-
#: ../../plugins/blog2social-v-4-
|
2371 |
msgid "requires image"
|
2372 |
msgstr "Bild benötigt"
|
2373 |
|
2374 |
-
#: ../../plugins/blog2social-v-4-
|
2375 |
msgid "refresh authorization"
|
2376 |
msgstr "Autorisierung aktualisieren"
|
2377 |
|
2378 |
-
#: ../../plugins/blog2social-v-4-
|
2379 |
msgid ""
|
2380 |
"Notice:<br><p>Please make sure, that your website address is reachable. The "
|
2381 |
"Social Networks do not allow postings from local installations.</p>"
|
@@ -2384,46 +2405,46 @@ msgstr ""
|
|
2384 |
"erreichbar ist. Die sozialen Netzwerke erlauben keine Posts von lokalen "
|
2385 |
"Installationen.</p>"
|
2386 |
|
2387 |
-
#: ../../plugins/blog2social-v-4-
|
2388 |
msgid "change website address"
|
2389 |
msgstr "Webseiten-Adresse ändern"
|
2390 |
|
2391 |
-
#: ../../plugins/blog2social-v-4-
|
2392 |
msgid "First, connect or select network before posting"
|
2393 |
msgstr ""
|
2394 |
"Verbinde Dich zuerst mit einem Netzwerk oder wähle ein Netzwerk aus, bevor "
|
2395 |
"Du den Beitrag teilst!"
|
2396 |
|
2397 |
-
#: ../../plugins/blog2social-v-4-
|
2398 |
msgid "connect"
|
2399 |
msgstr "Jetzt mit Netzwerken verbinden"
|
2400 |
|
2401 |
-
#: ../../plugins/blog2social-v-4-
|
2402 |
msgid "scroll to top"
|
2403 |
msgstr "zum Seitenanfang"
|
2404 |
|
2405 |
-
#: ../../plugins/blog2social-v-4-
|
2406 |
-
#: /plugins/blog2social-v-4-
|
2407 |
msgid "Share"
|
2408 |
msgstr "Teilen"
|
2409 |
|
2410 |
-
#: ../../plugins/blog2social-v-4-
|
2411 |
msgid "Time zone"
|
2412 |
msgstr "Zeitzone"
|
2413 |
|
2414 |
-
#: ../../plugins/blog2social-v-4-
|
2415 |
msgid "Share new post on Social Media"
|
2416 |
msgstr "Teile einen neuen Beitrag auf Social Media"
|
2417 |
|
2418 |
-
#: ../../plugins/blog2social-v-4-
|
2419 |
msgid "Connect for"
|
2420 |
msgstr "Netzwerke verbinden für"
|
2421 |
|
2422 |
-
#: ../../plugins/blog2social-v-4-
|
2423 |
msgid "Time Scheduling"
|
2424 |
msgstr "Zeitplanung"
|
2425 |
|
2426 |
-
#: ../../plugins/blog2social-v-4-
|
2427 |
msgid ""
|
2428 |
"You have not yet defined personal time settings. To edit personal time "
|
2429 |
"settings click on the Blog2Social Settings on the left-hand menu and select "
|
@@ -2435,11 +2456,11 @@ msgstr ""
|
|
2435 |
"Menü von Blog2Social und wähle die \"Zeit-Einstellungen\" aus. Dort kannst Du "
|
2436 |
"die voreingestellten besten Zeiten verändern."
|
2437 |
|
2438 |
-
#: ../../plugins/blog2social-v-4-
|
2439 |
msgid "Re-share this Post"
|
2440 |
msgstr "Diesen Beitrag nochmal teilen"
|
2441 |
|
2442 |
-
#: ../../plugins/blog2social-v-4-
|
2443 |
msgid ""
|
2444 |
"You can re-share your post for a different sharing purpose, or to share on a "
|
2445 |
"different choice of networks, profiles, pages or groups, or with different "
|
@@ -2464,15 +2485,15 @@ msgstr ""
|
|
2464 |
"auf \"Diesen Beitrag erneut teilen\" und Du wirst erneut zur Vorschau geführt, "
|
2465 |
"wo Deine Netzwerke, Texte und Bilder auswählen oder variieren kannst. "
|
2466 |
|
2467 |
-
#: ../../plugins/blog2social-v-4-
|
2468 |
msgid "You want re-share your blog post?"
|
2469 |
msgstr "Du möchtest Deinen Beitrag erneut teilen?"
|
2470 |
|
2471 |
-
#: ../../plugins/blog2social-v-4-
|
2472 |
msgid "Save Network Settings"
|
2473 |
msgstr "Netzwerkeinstellungen speichern"
|
2474 |
|
2475 |
-
#: ../../plugins/blog2social-v-4-
|
2476 |
msgid ""
|
2477 |
"You can save your current network settings as \"Standard\" network settings "
|
2478 |
"for any future sharing activities or as a \"Profile\" to choose from (Premium)."
|
@@ -2504,51 +2525,51 @@ msgstr ""
|
|
2504 |
"zur Vorschau geführt, wo Du Deine Netzwerke, Texte und Bilder wählen oder "
|
2505 |
"variieren kannst. "
|
2506 |
|
2507 |
-
#: ../../plugins/blog2social-v-4-
|
2508 |
msgid "Your blog post is not yet published on your Wordpress!"
|
2509 |
msgstr "Dein Beitrag ist derzeit nicht auf Deinem Wordpress veröffentlicht."
|
2510 |
|
2511 |
-
#: ../../plugins/blog2social-v-4-
|
2512 |
msgid "At least one of your selected networks is set to \"Share Now\""
|
2513 |
msgstr "Mindestens ein Netzwerk wurde mit der Option \"Sofort teilen\" ausgewählt."
|
2514 |
|
2515 |
-
#: ../../plugins/blog2social-v-4-
|
2516 |
msgid "Schedule your post"
|
2517 |
msgstr "Beitrag planen"
|
2518 |
|
2519 |
-
#: ../../plugins/blog2social-v-4-
|
2520 |
msgid "Ignore & share"
|
2521 |
msgstr "Ignorieren & teilen"
|
2522 |
|
2523 |
-
#: ../../plugins/blog2social-v-4-
|
2524 |
msgid "add Schedule"
|
2525 |
msgstr "neuer Termin"
|
2526 |
|
2527 |
-
#: ../../plugins/blog2social-v-4-
|
2528 |
msgid "Give me more information"
|
2529 |
msgstr "Erhalte mehr Infomationen"
|
2530 |
|
2531 |
-
#: ../../plugins/blog2social-v-4-
|
2532 |
msgid "Your activity"
|
2533 |
msgstr "Deine Aktivität"
|
2534 |
|
2535 |
-
#: ../../plugins/blog2social-v-4-
|
2536 |
msgid "Show activity starting from"
|
2537 |
msgstr "Zeige Aktivität ab"
|
2538 |
|
2539 |
-
#: ../../plugins/blog2social-v-4-
|
2540 |
msgid "published social media posts"
|
2541 |
msgstr "veröffentlichte Beiträge"
|
2542 |
|
2543 |
-
#: ../../plugins/blog2social-v-4-
|
2544 |
msgid "Get news and updates for promoting your blog on social media"
|
2545 |
msgstr "Aktuelle Infos zur Blog-Promotion auf Social Media"
|
2546 |
|
2547 |
-
#: ../../plugins/blog2social-v-4-
|
2548 |
msgid "Get updates"
|
2549 |
msgstr "Updates erhalten"
|
2550 |
|
2551 |
-
#: ../../plugins/blog2social-v-4-
|
2552 |
msgid ""
|
2553 |
"We hate spam, too. We will never sell your email address to any other "
|
2554 |
"company or for any other purpose."
|
@@ -2556,32 +2577,32 @@ msgstr ""
|
|
2556 |
"Wir mögen auch keinen Spam. Deine E-Mail-Adresse werden wir weder verkaufen "
|
2557 |
"noch anderweitig zweckentfremden. "
|
2558 |
|
2559 |
-
#: ../../plugins/blog2social-v-4-
|
2560 |
msgid "You have already subscribed to the newsletter. Awesome!"
|
2561 |
msgstr "Du hast Dich schon für den Newsletter angemeldet! Prima!"
|
2562 |
|
2563 |
-
#: ../../plugins/blog2social-v-4-
|
2564 |
msgid "Latest Posts"
|
2565 |
msgstr "letzte Beiträge"
|
2566 |
|
2567 |
-
#: ../../plugins/blog2social-v-4-
|
2568 |
-
#: /plugins/blog2social-v-4-
|
2569 |
msgid "Scheduled Posts"
|
2570 |
msgstr "geplante Beiträge"
|
2571 |
|
2572 |
-
#: ../../plugins/blog2social-v-4-
|
2573 |
msgid "Network Choice"
|
2574 |
msgstr "Netzwerkauswahl"
|
2575 |
|
2576 |
-
#: ../../plugins/blog2social-v-4-
|
2577 |
msgid "Custom Sharing"
|
2578 |
msgstr "Individualisieren"
|
2579 |
|
2580 |
-
#: ../../plugins/blog2social-v-4-
|
2581 |
msgid "Custom Scheduling"
|
2582 |
msgstr "Veröffentlichungen planen"
|
2583 |
|
2584 |
-
#: ../../plugins/blog2social-v-4-
|
2585 |
msgid ""
|
2586 |
"Unlimited scheduling options: once, repeatedly or recurringly to multiple "
|
2587 |
"profiles, pages and groups"
|
@@ -2589,15 +2610,15 @@ msgstr ""
|
|
2589 |
"Einmalig, mehrmals oder regelmäßig auf mehreren Profilen, Seiten oder "
|
2590 |
"Gruppen posten"
|
2591 |
|
2592 |
-
#: ../../plugins/blog2social-v-4-
|
2593 |
msgid "One-Step Workflow"
|
2594 |
msgstr "One-Step Workflow"
|
2595 |
|
2596 |
-
#: ../../plugins/blog2social-v-4-
|
2597 |
msgid "Reporting"
|
2598 |
msgstr "Veröffentlichungen anzeigen"
|
2599 |
|
2600 |
-
#: ../../plugins/blog2social-v-4-
|
2601 |
msgid ""
|
2602 |
"All scheduled and published social media posts with direct links for easy "
|
2603 |
"access or re-sharing"
|
@@ -2605,20 +2626,20 @@ msgstr ""
|
|
2605 |
"Alle veröffentlichten und geplanten Social-Media-Posts mit direktem Link zum "
|
2606 |
"einfachen Aufrufen und erneuten Teilen"
|
2607 |
|
2608 |
-
#: ../../plugins/blog2social-v-4-
|
2609 |
msgid "Unlock Premium"
|
2610 |
msgstr "Premium freischalten"
|
2611 |
|
2612 |
-
#: ../../plugins/blog2social-v-4-
|
2613 |
msgid "more FAQ"
|
2614 |
msgstr "mehr FAQ"
|
2615 |
|
2616 |
-
#: ../../plugins/blog2social-v-4-
|
2617 |
-
#: /plugins/blog2social-v-4-
|
2618 |
msgid "How to work with Blog2Social"
|
2619 |
msgstr "So arbeitest Du mit Blog2Social"
|
2620 |
|
2621 |
-
#: ../../plugins/blog2social-v-4-
|
2622 |
msgid ""
|
2623 |
"Learn how to get the most out of Blog2Social to promote your blog on social "
|
2624 |
"media."
|
@@ -2626,11 +2647,11 @@ msgstr ""
|
|
2626 |
"Du erfährst, wie Du Blog2Social optimal nutzt, um Deinen Blog auf Social "
|
2627 |
"Media zu promoten."
|
2628 |
|
2629 |
-
#: ../../plugins/blog2social-v-4-
|
2630 |
msgid "Connection is broken..."
|
2631 |
msgstr "Vebindung ist unterbrochen..."
|
2632 |
|
2633 |
-
#: ../../plugins/blog2social-v-4-
|
2634 |
msgid ""
|
2635 |
"The connection to your server has been interrupted. Please make sure that "
|
2636 |
"your blog is reachable. If your server does not respond or is too slow, "
|
@@ -2643,73 +2664,73 @@ msgstr ""
|
|
2643 |
"nicht mit dem internet verbinden. Versuche es später erneut oder kontaktiere "
|
2644 |
"Deinen Webmaster, wenn dieser Fehler erneut erscheint."
|
2645 |
|
2646 |
-
#: ../../plugins/blog2social-v-4-
|
2647 |
msgid "Update..."
|
2648 |
msgstr "Aktualisierung..."
|
2649 |
|
2650 |
-
#: ../../plugins/blog2social-v-4-
|
2651 |
msgid ""
|
2652 |
"<b> A new version of Blog2Social is available. </b> Update now <br> "
|
2653 |
"Blog2Social to continue to use the latest version of the plugin."
|
2654 |
msgstr "<b> Eine neue Version von Blog2Social ist verfügbar </b>"
|
2655 |
|
2656 |
-
#: ../../plugins/blog2social-v-4-
|
2657 |
msgid "Update Blog2Social"
|
2658 |
msgstr "Aktualisiere Blog2Social"
|
2659 |
|
2660 |
-
#: ../../plugins/blog2social-v-4-
|
2661 |
msgid "Unknown error"
|
2662 |
msgstr "Unbekannter Fehler"
|
2663 |
|
2664 |
-
#: ../../plugins/blog2social-v-4-
|
2665 |
msgid "<b> An unknown error occurred! </b> <br> Please contact our support!"
|
2666 |
msgstr ""
|
2667 |
"<b> Ein unbekannter Fehler ist aufgetreten. </b> <br> Bitte kontaktiere "
|
2668 |
"unseren Support."
|
2669 |
|
2670 |
-
#: ../../plugins/blog2social-v-4-
|
2671 |
msgid "Login failed. Please check your username and a password!"
|
2672 |
msgstr ""
|
2673 |
" Die Anmeldung zu PR-Gateway ist fehlgeschlagen. Bitte überprüfe Deinen "
|
2674 |
"Benutzernamen und Dein Password!"
|
2675 |
|
2676 |
-
#: ../../plugins/blog2social-v-4-
|
2677 |
msgid "Login failed. Please check your server settings. OpenSSL must be enabled on."
|
2678 |
msgstr ""
|
2679 |
" Die Anmeldung zu PR-Gateway ist fehlgeschlagen. Bitte überprüfen Deine "
|
2680 |
"Server-Einstellungen. OpenSSL muss aktiviert sein. "
|
2681 |
|
2682 |
-
#: ../../plugins/blog2social-v-4-
|
2683 |
msgid "E-Mail or Username"
|
2684 |
msgstr "E-Mail oder Benutzername"
|
2685 |
|
2686 |
-
#: ../../plugins/blog2social-v-4-
|
2687 |
msgid "Password"
|
2688 |
msgstr "Passwort"
|
2689 |
|
2690 |
-
#: ../../plugins/blog2social-v-4-
|
2691 |
msgid "Sign in"
|
2692 |
msgstr "Anmelden"
|
2693 |
|
2694 |
-
#: ../../plugins/blog2social-v-4-
|
2695 |
msgid "create account"
|
2696 |
msgstr "neues Konto erstellen"
|
2697 |
|
2698 |
-
#: ../../plugins/blog2social-v-4-
|
2699 |
msgid "reset password"
|
2700 |
msgstr "Passwort zurücksetzen"
|
2701 |
|
2702 |
-
#: ../../plugins/blog2social-v-4-
|
2703 |
msgid "Test PR-Gateway for free"
|
2704 |
msgstr "PR-Gateway kostenlos und unverbindlich testen"
|
2705 |
|
2706 |
-
#: ../../plugins/blog2social-v-4-
|
2707 |
msgid "1x publish press release <br> 1x publish report <br> 1x promote event"
|
2708 |
msgstr ""
|
2709 |
"1 x Pressemitteilung veröffentlichen <br> 1 x Report abrufen <br>1 x "
|
2710 |
"Veranstaltung bewerben"
|
2711 |
|
2712 |
-
#: ../../plugins/blog2social-v-4-
|
2713 |
msgid ""
|
2714 |
"The press distribution PR gateway automatically publish your press releases "
|
2715 |
"and events with one click.Publish your message over 250 portals."
|
@@ -2721,32 +2742,32 @@ msgstr ""
|
|
2721 |
"internationalen und regionalen Portalen, Social Media und Dokumenten-"
|
2722 |
"Netzwerken."
|
2723 |
|
2724 |
-
#: ../../plugins/blog2social-v-4-
|
2725 |
msgid "Start your 14-Day Free Trial"
|
2726 |
msgstr "Jetzt kostenlos testen"
|
2727 |
|
2728 |
-
#: ../../plugins/blog2social-v-4-
|
2729 |
msgid "Select Image"
|
2730 |
msgstr "Bild auswählen"
|
2731 |
|
2732 |
-
#: ../../plugins/blog2social-v-4-
|
2733 |
-
#: /plugins/blog2social-v-4-
|
2734 |
msgid "Copyright"
|
2735 |
msgstr "Copyright"
|
2736 |
|
2737 |
-
#: ../../plugins/blog2social-v-4-
|
2738 |
msgid "Save As Draft"
|
2739 |
msgstr "als Entwurf speichern"
|
2740 |
|
2741 |
-
#: ../../plugins/blog2social-v-4-
|
2742 |
msgid "Publish"
|
2743 |
msgstr "Veröffentlichen"
|
2744 |
|
2745 |
-
#: ../../plugins/blog2social-v-4-
|
2746 |
msgid "Please Note"
|
2747 |
msgstr "Hinweis"
|
2748 |
|
2749 |
-
#: ../../plugins/blog2social-v-4-
|
2750 |
msgid ""
|
2751 |
"It may incur charges for publishing on PR-Gateway. Sent press releases can "
|
2752 |
"not be withdrawn. If you want your press release to be published now?"
|
@@ -2756,39 +2777,43 @@ msgstr ""
|
|
2756 |
"Pressemitteilungen können nicht mehr zurückgenommen werden. Soll Deine "
|
2757 |
"Pressemitteilung jetzt versendet werden?"
|
2758 |
|
2759 |
-
#: ../../plugins/blog2social-v-4-
|
2760 |
msgid "Yes, I accept"
|
2761 |
msgstr "Ja,einverstanden"
|
2762 |
|
2763 |
-
#: ../../plugins/blog2social-v-4-
|
|
|
|
|
|
|
|
|
2764 |
msgid "We never store your data from your social media profiles."
|
2765 |
msgstr "Wir speichern keine persönlichen Daten Deiner Social Media Profile."
|
2766 |
|
2767 |
-
#: ../../plugins/blog2social-v-4-
|
2768 |
-
#: /plugins/blog2social-v-4-
|
2769 |
-
#: /plugins/blog2social-v-4-
|
2770 |
msgid "Post"
|
2771 |
msgstr "Beitrag"
|
2772 |
|
2773 |
-
#: ../../plugins/blog2social-v-4-
|
2774 |
-
#: /plugins/blog2social-v-4-
|
2775 |
msgid "Job"
|
2776 |
msgstr "Stellenanzeige"
|
2777 |
|
2778 |
-
#: ../../plugins/blog2social-v-4-
|
2779 |
-
#: /plugins/blog2social-v-4-
|
2780 |
msgid "Event"
|
2781 |
msgstr "Veranstaltung"
|
2782 |
|
2783 |
-
#: ../../plugins/blog2social-v-4-
|
2784 |
msgid "Upgrade to Blog2Social for Premium"
|
2785 |
msgstr "Jetzt auf Blog2Social PREMIUM upgraden "
|
2786 |
|
2787 |
-
#: ../../plugins/blog2social-v-4-
|
2788 |
msgid "Upgrade to Blog2Social for PREMIUM PRO"
|
2789 |
msgstr "Jetzt auf Blog2Social PREMIUM PRO upgraden "
|
2790 |
|
2791 |
-
#: ../../plugins/blog2social-v-4-
|
2792 |
msgid ""
|
2793 |
"You can select different combinations of networks and save them for "
|
2794 |
"different sharing purposes."
|
@@ -2796,7 +2821,7 @@ msgstr ""
|
|
2796 |
"Du kannst für verschiedene Social Media Aktivitäten oder Kampagnen eine "
|
2797 |
"passende Kombination von Netzwerken anlegen und speichern."
|
2798 |
|
2799 |
-
#: ../../plugins/blog2social-v-4-
|
2800 |
msgid ""
|
2801 |
"With Blog2Social Premium PRO you can save your preferred network "
|
2802 |
"combinations for future reference and choose individual names for each "
|
@@ -2816,11 +2841,11 @@ msgstr ""
|
|
2816 |
"mehrere Social Media Profile, Seiten und Gruppen eines Netzwerks in einer "
|
2817 |
"Kombination verbinden."
|
2818 |
|
2819 |
-
#: ../../plugins/blog2social-v-4-
|
2820 |
msgid "With Blog2Social PREMIUM PRO you can also:"
|
2821 |
msgstr "Mit blog2Social Premium PRO kannst Du außerdem:"
|
2822 |
|
2823 |
-
#: ../../plugins/blog2social-v-4-
|
2824 |
msgid ""
|
2825 |
"Post on LinkedIn pages, XING pages and groups, as well as Facebook and "
|
2826 |
"Google+ pages and groups"
|
@@ -2828,7 +2853,7 @@ msgstr ""
|
|
2828 |
"Auf LinkedIn-Seiten, auf XING-Seiten und -Gruppen, sowie auf Seiten und "
|
2829 |
"Gruppen in Facebook und Google+ posten"
|
2830 |
|
2831 |
-
#: ../../plugins/blog2social-v-4-
|
2832 |
msgid ""
|
2833 |
"Schedule your posts at the best times on each network: for one time, "
|
2834 |
"multiple times or recurrently"
|
@@ -2836,7 +2861,7 @@ msgstr ""
|
|
2836 |
"Veröffentlichungen zur besten Zeit pro Netzwerk planen: einmalig, mehrmalig "
|
2837 |
"oder nach einem regelmäßigen Muster"
|
2838 |
|
2839 |
-
#: ../../plugins/blog2social-v-4-
|
2840 |
msgid ""
|
2841 |
"Reporting and calendar: keep track of your published and scheduled social "
|
2842 |
"media posts"
|
@@ -2844,11 +2869,11 @@ msgstr ""
|
|
2844 |
"Mit dem Reporting & Kalender Deine bereits veröffentlichten und geplanten "
|
2845 |
"Social Media Post im Blick behalten."
|
2846 |
|
2847 |
-
#: ../../plugins/blog2social-v-4-
|
2848 |
msgid "Activate Blog2Social PREMIUM PRO."
|
2849 |
msgstr "Aktiviere Blog2Social PREMIUM PRO. "
|
2850 |
|
2851 |
-
#: ../../plugins/blog2social-v-4-
|
2852 |
msgid ""
|
2853 |
"With Blog2Social Premium PRO you can connect pages in LinkedIn and XING as "
|
2854 |
"well as XING groups."
|
@@ -2856,37 +2881,37 @@ msgstr ""
|
|
2856 |
"Mit Blog2Social Premium PRO kannst Du auf Seiten in LinkedIn und XING und in "
|
2857 |
"XING-Gruppen posten."
|
2858 |
|
2859 |
-
#: ../../plugins/blog2social-v-4-
|
2860 |
msgid "Also included:"
|
2861 |
msgstr "Außerdem inklusive"
|
2862 |
|
2863 |
-
#: ../../plugins/blog2social-v-4-
|
2864 |
msgid "Social media auto-posting and auto-scheduling"
|
2865 |
msgstr "Blogbeiträge auto-posten und auto-planen"
|
2866 |
|
2867 |
-
#: ../../plugins/blog2social-v-4-
|
2868 |
msgid "Posting to social media pages and groups in Facebook and Google+"
|
2869 |
msgstr "Posten auf Social Media Seiten und in Gruppen bei Facebook and Google+ "
|
2870 |
|
2871 |
-
#: ../../plugins/blog2social-v-4-
|
2872 |
msgid "Sharing on multiple accounts per network"
|
2873 |
msgstr "Posten in mehreren Accounts pro Netzwerk"
|
2874 |
|
2875 |
-
#: ../../plugins/blog2social-v-4-
|
2876 |
msgid "Best Time Scheduler: schedule once, multiple times or recurringly"
|
2877 |
msgstr ""
|
2878 |
"Beste Zeiten Manager: Veröffentlichungen einmal, mehrmals oder regelmäßig "
|
2879 |
"planen"
|
2880 |
|
2881 |
-
#: ../../plugins/blog2social-v-4-
|
2882 |
msgid "Reporting with links to already published posts"
|
2883 |
msgstr "Reporting mit Links zu allen veröffentlichten Social Media Posts"
|
2884 |
|
2885 |
-
#: ../../plugins/blog2social-v-4-
|
2886 |
msgid "Select the preferred custom post format for your posts"
|
2887 |
msgstr "Entscheide Dich für das passende Format für Deine Social Media Posts"
|
2888 |
|
2889 |
-
#: ../../plugins/blog2social-v-4-
|
2890 |
msgid ""
|
2891 |
"You can define your preferred custom post format Twitter, Facebook and "
|
2892 |
"Google +. Select link post or photo post format:"
|
@@ -2894,7 +2919,7 @@ msgstr ""
|
|
2894 |
"Für Facebook, Twitter und Google + kannst Du Dein bevorzugtes Post-Format "
|
2895 |
"standardmäßig festlegen. Wähle das Link-Post- oder das Foto-Post-Format:"
|
2896 |
|
2897 |
-
#: ../../plugins/blog2social-v-4-
|
2898 |
msgid ""
|
2899 |
"The link post format displays posts title, link address and the first one or "
|
2900 |
"two sentences of the post. The networks scan this information from your META "
|
@@ -2918,19 +2943,27 @@ msgstr ""
|
|
2918 |
"Deinen Blogbeitrag. Bitte beachte: Bei Google + können nur Bilder, die im "
|
2919 |
"Blogbeitrag enthalten sind, für Link-Posts ausgewählt werden. \n"
|
2920 |
|
2921 |
-
#: ../../plugins/blog2social-v-4-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2922 |
msgid "Did you miss something?"
|
2923 |
msgstr "Was vermisst Du?"
|
2924 |
|
2925 |
-
#: ../../plugins/blog2social-v-4-
|
2926 |
msgid "Help us make Blog2Social even better!"
|
2927 |
msgstr "Helfe uns Blog2Social besser zu machen!"
|
2928 |
|
2929 |
-
#: ../../plugins/blog2social-v-4-
|
2930 |
msgid "submit"
|
2931 |
msgstr "senden"
|
2932 |
|
2933 |
-
#: ../../plugins/blog2social-v-4-
|
2934 |
msgid ""
|
2935 |
"Blog2Social provides you with a ready-to-use best time scheduler based on "
|
2936 |
"current research on the best times to post on each social network."
|
@@ -2938,7 +2971,7 @@ msgstr ""
|
|
2938 |
"Blog2Social stellt Dir ein vordefiniertes Zeitschema für die besten Zeiten "
|
2939 |
"zum Teilen auf den verschiedenen Social Media Kanälen zur Verfügung."
|
2940 |
|
2941 |
-
#: ../../plugins/blog2social-v-4-
|
2942 |
msgid ""
|
2943 |
"Click Best Time Scheduler in the preview editor to schedule your posts "
|
2944 |
"automatically for the best times to post on each social network."
|
@@ -2947,7 +2980,7 @@ msgstr ""
|
|
2947 |
"Click \"Best Time Scheduler\" in the preview editor to schedule your posts "
|
2948 |
"automatically for the best times to post on each social network."
|
2949 |
|
2950 |
-
#: ../../plugins/blog2social-v-4-
|
2951 |
msgid ""
|
2952 |
"You can also define your own personal time settings for posting, if you know "
|
2953 |
"which times work best for your communities. Edit the pre-filled times in the "
|
@@ -2957,7 +2990,7 @@ msgstr ""
|
|
2957 |
"eingetragenen Zeiten in den allgemeinen Einstellungen, die Du ändern "
|
2958 |
"möchtest und klicke \"speichern\"."
|
2959 |
|
2960 |
-
#: ../../plugins/blog2social-v-4-
|
2961 |
msgid ""
|
2962 |
"Click My Time Settings in the preview editor to schedule your posts with "
|
2963 |
"your personal best time settings."
|
@@ -2965,7 +2998,7 @@ msgstr ""
|
|
2965 |
"Klicke \"Meine Zeit-Einstellungen\" im Vorschau-Editor, um Deine Social Media "
|
2966 |
"Posts zu Deinen persönlichen Zeit-Einstellungen zu planen."
|
2967 |
|
2968 |
-
#: ../../plugins/blog2social-v-4-
|
2969 |
msgid ""
|
2970 |
"You can always edit the predefined times in the preview editor for any post "
|
2971 |
"or network and save your new settings as default for future use."
|
@@ -2974,7 +3007,7 @@ msgstr ""
|
|
2974 |
"jedes Netzwerk jederzeit individuell ändern oder neu definieren und für alle "
|
2975 |
"zukünftigen Beiträge abspeichern. "
|
2976 |
|
2977 |
-
#: ../../plugins/blog2social-v-4-
|
2978 |
msgid ""
|
2979 |
"Blog2Social will also apply your personal time settings, if you enable the "
|
2980 |
"Social Media Auto-Poster and select auto-post at scheduled times. "
|
@@ -2983,11 +3016,11 @@ msgstr ""
|
|
2983 |
"das Social Media Auto-Posting nutzt und die Veröffentlichung zu geplanten "
|
2984 |
"Zeiten auswählst."
|
2985 |
|
2986 |
-
#: ../../plugins/blog2social-v-4-
|
2987 |
msgid "b2s.pm Link Shortener"
|
2988 |
msgstr "b2s.pm Linkverkürzer"
|
2989 |
|
2990 |
-
#: ../../plugins/blog2social-v-4-
|
2991 |
msgid ""
|
2992 |
"The Blog2Social Shortener converts and publishes your links with a short URL "
|
2993 |
"on the social networks.<br>If you choose this option, you avoid that re-"
|
@@ -3014,16 +3047,16 @@ msgstr ""
|
|
3014 |
"den verschiedenen Social Media geklickt, gelikt oder geteilt wurde. <br>Sie "
|
3015 |
"können den b2s.pm Shortener deaktivieren, um Ihre eigene URL anzuzeigen."
|
3016 |
|
3017 |
-
#: ../../plugins/blog2social-v-4-
|
3018 |
msgid "Social Meta Tags Settings"
|
3019 |
msgstr "Meta Tag Einstellungen"
|
3020 |
|
3021 |
-
#: ../../plugins/blog2social-v-4-
|
3022 |
-
#: /plugins/blog2social-v-4-
|
3023 |
msgid "Change image, title and description for your post on this network"
|
3024 |
msgstr "Bild, Titel und Beschreibung des Blogbeitrags ändern"
|
3025 |
|
3026 |
-
#: ../../plugins/blog2social-v-4-
|
3027 |
msgid ""
|
3028 |
"Facebook has changed its policy for posting link posts via plugins or web "
|
3029 |
"applications. Facebook does no longer display the featured or selected image "
|
@@ -3046,7 +3079,7 @@ msgstr ""
|
|
3046 |
"Bitte stelle sicher, dass das ausgewählte Bild die Voraussetzungen für die "
|
3047 |
"Bildgrößen auf Facebook erfüllt."
|
3048 |
|
3049 |
-
#: ../../plugins/blog2social-v-4-
|
3050 |
msgid ""
|
3051 |
"With Blog2Social you can select a featured image or any image you select to "
|
3052 |
"be displayed with your link post. Blog2Social will automatically write the "
|
@@ -3066,7 +3099,7 @@ msgstr ""
|
|
3066 |
"der Beitragsvorschau an Bilder, Titel und Beschreibung vornimmst, nicht "
|
3067 |
"übernimmt. "
|
3068 |
|
3069 |
-
#: ../../plugins/blog2social-v-4-
|
3070 |
msgid ""
|
3071 |
"Twitter has changed its policy for posting link posts via plugins or web "
|
3072 |
"applications. Twitter does no longer display the featured or selected image "
|
@@ -3088,7 +3121,7 @@ msgstr ""
|
|
3088 |
"werden diese nicht angezeigt. Bitte stelle sicher, dass das ausgewählte Bild "
|
3089 |
"die Voraussetzungen für die Bildgrößen auf Twitter erfüllt."
|
3090 |
|
3091 |
-
#: ../../plugins/blog2social-v-4-
|
3092 |
msgid ""
|
3093 |
"With Blog2Social you can select a featured image or any image you select to "
|
3094 |
"be displayed with your link post. Blog2Social will automatically write the "
|
@@ -3108,7 +3141,7 @@ msgstr ""
|
|
3108 |
"Änderungen, die Du in der Beitragsvorschau an Bilder, Titel und Beschreibung "
|
3109 |
"vornimmst, nicht übernimmt. \n"
|
3110 |
|
3111 |
-
#: ../../plugins/blog2social-v-4-
|
3112 |
msgid ""
|
3113 |
"You can change the image, title and description for your post on Facebook, "
|
3114 |
"by editing the following fields for"
|
@@ -3116,22 +3149,22 @@ msgstr ""
|
|
3116 |
"Du kannst das Bild, den Titel und die Beschreibung für Deinen Post auf "
|
3117 |
"Facebook über die folgenden Felder ändern:"
|
3118 |
|
3119 |
-
#: ../../plugins/blog2social-v-4-
|
3120 |
-
#: /plugins/blog2social-v-4-
|
3121 |
msgid "image"
|
3122 |
msgstr "Bild"
|
3123 |
|
3124 |
-
#: ../../plugins/blog2social-v-4-
|
3125 |
-
#: /plugins/blog2social-v-4-
|
3126 |
msgid "title"
|
3127 |
msgstr "Titel"
|
3128 |
|
3129 |
-
#: ../../plugins/blog2social-v-4-
|
3130 |
-
#: /plugins/blog2social-v-4-
|
3131 |
msgid "description"
|
3132 |
msgstr "Beschreibung"
|
3133 |
|
3134 |
-
#: ../../plugins/blog2social-v-4-
|
3135 |
msgid ""
|
3136 |
"Blog2Social will automatically write these information in the Facebook Open "
|
3137 |
"Graph (OG) Meta Tags for Image, Title and Description of your blog post."
|
@@ -3140,7 +3173,7 @@ msgstr ""
|
|
3140 |
"Graph (OG) Meta Tag Parameter Deines Blogbeitrags für Image, Title und "
|
3141 |
"Description."
|
3142 |
|
3143 |
-
#: ../../plugins/blog2social-v-4-
|
3144 |
msgid ""
|
3145 |
"Please note: If this post has already been shared or scheduled previously, "
|
3146 |
"your current changes will also affect the look of previously shared or "
|
@@ -3153,7 +3186,7 @@ msgstr ""
|
|
3153 |
"Meta Tag Parameter Deiner Beitragsseite zieht und alle vorhandenen Beiträge "
|
3154 |
"mit diesen Informationen automatisch aktualisiert."
|
3155 |
|
3156 |
-
#: ../../plugins/blog2social-v-4-
|
3157 |
#, php-format
|
3158 |
msgid ""
|
3159 |
"Please note: Your changes will have no effect on your social media posts on "
|
@@ -3164,7 +3197,7 @@ msgstr ""
|
|
3164 |
"berücksichtigt werden, wenn Du in den Blog2Social Meta Tag<a target=\"_blank\" "
|
3165 |
"href=\"%s\">Einstellungen</a>, die Meta Tag Funktion manuell deaktiviert hast."
|
3166 |
|
3167 |
-
#: ../../plugins/blog2social-v-4-
|
3168 |
msgid ""
|
3169 |
"You can change the image, title and description for your post on Twitter, by "
|
3170 |
"editing the following fields for"
|
@@ -3172,7 +3205,7 @@ msgstr ""
|
|
3172 |
"Du kannst das Bild, den Titel und die Beschreibung für Deinen Post auf "
|
3173 |
"Twitter über die folgenden Felder ändern:"
|
3174 |
|
3175 |
-
#: ../../plugins/blog2social-v-4-
|
3176 |
msgid ""
|
3177 |
"Blog2Social will automatically write these information in the Twitter Card "
|
3178 |
"Meta Tags for Image, Title and Description of your blog post."
|
@@ -3180,7 +3213,7 @@ msgstr ""
|
|
3180 |
"Blog2Social übergibt diese Informationen automatisch an die Twitter Card "
|
3181 |
"Meta Tag Parameter Deines Blogbeitrags für Image, Title und Description."
|
3182 |
|
3183 |
-
#: ../../plugins/blog2social-v-4-
|
3184 |
msgid ""
|
3185 |
"Please note: If this post has already been shared or scheduled previously, "
|
3186 |
"your current changes will also affect the look of previously shared or "
|
@@ -3195,7 +3228,7 @@ msgstr ""
|
|
3195 |
"bereits geteilt hast, kann es bis zu 7 Tagen dauern, bis Twitter die "
|
3196 |
"Änderungen aktualisiert. "
|
3197 |
|
3198 |
-
#: ../../plugins/blog2social-v-4-
|
3199 |
#, php-format
|
3200 |
msgid ""
|
3201 |
"Please note: Your changes will have no effect on your social media posts on "
|
@@ -3207,11 +3240,11 @@ msgstr ""
|
|
3207 |
"target=\"_blank\" href=\"%s\">Einstellungen </a> die Meta Tag Funktion manuell "
|
3208 |
"deaktiviert hast."
|
3209 |
|
3210 |
-
#: ../../plugins/blog2social-v-4-
|
3211 |
msgid "You want to change the image, title and description for your post?"
|
3212 |
msgstr "Du möchtest Dein Bild, Titel und Beschreibung für diesen Beitrag ändern?"
|
3213 |
|
3214 |
-
#: ../../plugins/blog2social-v-4-
|
3215 |
msgid ""
|
3216 |
"You are currently sharing this post as image post. Changes to title and "
|
3217 |
"description Meta Tag parameters will only be supported for link post formats."
|
@@ -3223,7 +3256,7 @@ msgstr ""
|
|
3223 |
"Format unterstützt. Bitte ändere das Post Format in Linkbeitrag, um "
|
3224 |
"Änderungen am Titel und der Beschreibung für die Postvorschau vorzunehmen."
|
3225 |
|
3226 |
-
#: ../../plugins/blog2social-v-4-
|
3227 |
#, php-format
|
3228 |
msgid ""
|
3229 |
"Your changes will have no effect on your social media posts on Facebook, if "
|
@@ -3234,7 +3267,7 @@ msgstr ""
|
|
3234 |
"Du Meta Tag Einstellungen für Facebook unter den Blog2Social <a "
|
3235 |
"target=\"_blank\" href=\"%s\">Einstellungen</a> deaktiviert hast."
|
3236 |
|
3237 |
-
#: ../../plugins/blog2social-v-4-
|
3238 |
#, php-format
|
3239 |
msgid ""
|
3240 |
"Your changes will have no effect on your social media posts on Twitter, if "
|
@@ -3245,7 +3278,7 @@ msgstr ""
|
|
3245 |
"Du Meta Tag Einstellungen für Twitter unter den Blog2Social <a "
|
3246 |
"target=\"_blank\" href=\"%s\">Einstellungen</a> deaktiviert hast."
|
3247 |
|
3248 |
-
#: ../../plugins/blog2social-v-4-
|
3249 |
msgid ""
|
3250 |
"To use all features of Blog2Social, PHP version 5.5.3 or higher is required. "
|
3251 |
"Our support assists you as of PHP version 5.5.3. See also:"
|
@@ -3254,31 +3287,31 @@ msgstr ""
|
|
3254 |
"höher benötigt. Unser Support unterstützt Dich ab PHP Version 5.5.3. Siehe "
|
3255 |
"auch:"
|
3256 |
|
3257 |
-
#: ../../plugins/blog2social-v-4-
|
3258 |
msgid "Technical requirements for Blog2Social"
|
3259 |
msgstr "Technische Vorraussetzungen für Blog2Social"
|
3260 |
|
3261 |
-
#: ../../plugins/blog2social-v-4-
|
3262 |
msgid "Thank you. You'll now receive the blog updates from Blog2Social."
|
3263 |
msgstr "Vielen Dank. Ab sofort erhältest Du die Blog-Updates von Blog2Social."
|
3264 |
|
3265 |
-
#: ../../plugins/blog2social-v-4-
|
3266 |
msgid "Autoposter limit has been reached"
|
3267 |
msgstr "Das Autoposter-Limit wurde erreicht"
|
3268 |
|
3269 |
-
#: ../../plugins/blog2social-v-4-
|
3270 |
msgid "Your daily limit for posting automatically has been reached."
|
3271 |
msgstr "Dein tägliche Limit für das automatische Veröffentlichen wurde erreicht."
|
3272 |
|
3273 |
-
#: ../../plugins/blog2social-v-4-
|
3274 |
msgid "You have clear all page and post meta data successful."
|
3275 |
msgstr "Alle Seiten und Beitrags Metangaben sind gelöscht."
|
3276 |
|
3277 |
-
#: ../../plugins/blog2social-v-4-
|
3278 |
msgid "The page and post meta data could not be removed."
|
3279 |
msgstr "Die Seiten und Beitrags Metangaben können nicht gelöscht werden."
|
3280 |
|
3281 |
-
#: ../../plugins/blog2social-v-4-
|
3282 |
msgid ""
|
3283 |
"You have Yoast SEO active. Blog2Social Social Meta Tags overrides the meta "
|
3284 |
"tags from Yoast SEO."
|
@@ -3286,7 +3319,7 @@ msgstr ""
|
|
3286 |
"Du hast Yoast SEO aktiviert. Blog2Social Meta Tags überschreibt die "
|
3287 |
"Metaangaben von Yoast SEO nun."
|
3288 |
|
3289 |
-
#: ../../plugins/blog2social-v-4-
|
3290 |
msgid ""
|
3291 |
"You currently have both Blog2Social Social Meta Tags and All in One SEO Pack "
|
3292 |
"plugins active. This is no recommended. Please, deactivated the All in One "
|
@@ -3296,7 +3329,7 @@ msgstr ""
|
|
3296 |
"Pack aktiv. Das wird nicht empfohlen Bitte deaktiviere die All-in-One-Seo-"
|
3297 |
"Social-Meta-Einstellungen."
|
3298 |
|
3299 |
-
#: ../../plugins/blog2social-v-4-
|
3300 |
msgid ""
|
3301 |
"You currently have both Blog2Social Social Meta Tags and Facebook Open Graph,"
|
3302 |
" Google+ and Twitter Card Tags plugins active. This is no recommended. "
|
@@ -3308,77 +3341,77 @@ msgstr ""
|
|
3308 |
"deaktiviere die Facebook Open Graph, Google+ and Twitter Card Tags "
|
3309 |
"Einstellungen."
|
3310 |
|
3311 |
-
#: ../../plugins/blog2social-v-4-
|
3312 |
msgid "This entry could not be removed. It's not yours!"
|
3313 |
msgstr "Der Eintrag kann nicht entfernt werden. Es ist nicht Deiner!"
|
3314 |
|
3315 |
-
#: ../../plugins/blog2social-v-4-
|
3316 |
msgid "This entry was removed successful."
|
3317 |
msgstr "Der Eintrag wurde entfernt."
|
3318 |
|
3319 |
-
#: ../../plugins/blog2social-v-4-
|
3320 |
msgid "Post was scheduled successfully on your blog!"
|
3321 |
msgstr "Beitrag wurde erfolgreich auf Deinem Blog geplant!"
|
3322 |
|
3323 |
-
#: ../../plugins/blog2social-v-4-
|
3324 |
msgid "Post is published successfully on your blog!"
|
3325 |
msgstr "Beitrag wird erfolgreich auf Deinem Blog veröffentlicht!"
|
3326 |
|
3327 |
-
#: ../../plugins/blog2social-v-4-
|
3328 |
-
#: /plugins/blog2social-v-4-
|
3329 |
msgid "Version"
|
3330 |
msgstr "Version"
|
3331 |
|
3332 |
-
#: ../../plugins/blog2social-v-4-
|
3333 |
msgid "is successfully activated."
|
3334 |
msgstr "wurde erfolgreich aktiviert."
|
3335 |
|
3336 |
-
#: ../../plugins/blog2social-v-4-
|
3337 |
msgid "Your entered License Key is invalid. Please contact support!"
|
3338 |
msgstr "Dein Lizenzschlüssel ist ungültig. Bitte wende Dich an unseren Support!"
|
3339 |
|
3340 |
-
#: ../../plugins/blog2social-v-4-
|
3341 |
msgid "Your license key has reached the maximum number of users."
|
3342 |
msgstr "Dein Lizenzschlüssel hat die maximale Anzahl an Benutzern erreicht."
|
3343 |
|
3344 |
-
#: ../../plugins/blog2social-v-4-
|
3345 |
msgid "Your authorization was successful."
|
3346 |
msgstr "Deine Autorisierung war erfolgreich."
|
3347 |
|
3348 |
-
#: ../../plugins/blog2social-v-4-
|
3349 |
msgid "Your profile was saved successful."
|
3350 |
msgstr "Dein Profil wurde erfolgreich gespeichert."
|
3351 |
|
3352 |
-
#: ../../plugins/blog2social-v-4-
|
3353 |
msgid "Your profile could not be saved."
|
3354 |
msgstr "Dein Profil konnte nicht gespeichert werden."
|
3355 |
|
3356 |
-
#: ../../plugins/blog2social-v-4-
|
3357 |
msgid "Your authorization could not be removed."
|
3358 |
msgstr "Deine Autorisierung konnte nicht entfernt werden."
|
3359 |
|
3360 |
-
#: ../../plugins/blog2social-v-4-
|
3361 |
msgid "Your authorization was removed successful."
|
3362 |
msgstr "Dein Profil wurde erfolgreich entfernt."
|
3363 |
|
3364 |
-
#: ../../plugins/blog2social-v-4-
|
3365 |
msgid "Thank you! Your feedback has been received."
|
3366 |
msgstr "Vielen Dank. Dein Hinweis wurde an uns übermittelt."
|
3367 |
|
3368 |
-
#: ../../plugins/blog2social-v-4-
|
3369 |
msgid "Your feedback could not be delivered."
|
3370 |
msgstr "Dein Hinweis konnte nicht übermittelt werden. Bitte versuche es erneut."
|
3371 |
|
3372 |
-
#: ../../plugins/blog2social-v-4-
|
3373 |
-
#: /plugins/blog2social-v-4-
|
3374 |
msgid "Your settings were successfully saved."
|
3375 |
msgstr "Deine Einstellungen sind gespeichert."
|
3376 |
|
3377 |
-
#: ../../plugins/blog2social-v-4-
|
3378 |
msgid "Your settings could not be saved."
|
3379 |
msgstr "Deine Einstellungen konnte nicht gespeichert werden. Versuche es erneut."
|
3380 |
|
3381 |
-
#: ../../plugins/blog2social-v-4-
|
3382 |
msgid ""
|
3383 |
"Your settings could not be saved, because you have auto-posting enabled but "
|
3384 |
"no social networks selected."
|
@@ -3386,7 +3419,7 @@ msgstr ""
|
|
3386 |
"Deine Einstellungen konnten nicht gespeichert werden, weil Du keine Social "
|
3387 |
"Media Netzwerke ausgewählt hast."
|
3388 |
|
3389 |
-
#: ../../plugins/blog2social-v-4-
|
3390 |
#, php-format
|
3391 |
msgid ""
|
3392 |
"Hi, we noticed you just shared your %s. blog post with Blog2Social - that's "
|
@@ -3398,23 +3431,23 @@ msgstr ""
|
|
3398 |
"sehr freuen und uns helfen, das Tool bekannter zu machen. Vielen Dank für "
|
3399 |
"Deine Unterstützung.\n"
|
3400 |
|
3401 |
-
#: ../../plugins/blog2social-v-4-
|
3402 |
msgid "Ok, you deserve it"
|
3403 |
msgstr "Ok, Ihr habt es verdient "
|
3404 |
|
3405 |
-
#: ../../plugins/blog2social-v-4-
|
3406 |
msgid "Nope, maybe later"
|
3407 |
msgstr "Nicht jetzt, vielleicht später "
|
3408 |
|
3409 |
-
#: ../../plugins/blog2social-v-4-
|
3410 |
msgid "I already did it"
|
3411 |
msgstr "Habe ich schon gemacht "
|
3412 |
|
3413 |
-
#: ../../plugins/blog2social-v-4-
|
3414 |
msgid "Boost your social media automation with Blog2Social PREMIUM!"
|
3415 |
msgstr "Mache mehr aus Deiner Social Media Automatisierung mit Blog2Social PREMIUM!"
|
3416 |
|
3417 |
-
#: ../../plugins/blog2social-v-4-
|
3418 |
msgid ""
|
3419 |
"Blog2Social provides even more options for auto-posting and auto-scheduling "
|
3420 |
"for your posts. Easily schedule your posts with the Best Time Scheduler or "
|
@@ -3429,27 +3462,27 @@ msgstr ""
|
|
3429 |
"Formaten für jedes Netzwerk und jeden Post, wähle dazu beliebige Bilder aus "
|
3430 |
"deiner Bibliothek aus. Und vieles mehr.\n"
|
3431 |
|
3432 |
-
#: ../../plugins/blog2social-v-4-
|
3433 |
msgid "Yes, I want to test Blog2Social PREMIUM 30 days for free"
|
3434 |
msgstr "Ja, ich möchte das Blog2Social PREMIUM 30 Tage kostenlos testen "
|
3435 |
|
3436 |
-
#: ../../plugins/blog2social-v-4-
|
3437 |
msgid "No, I'm happy with Blog2Social FREE"
|
3438 |
msgstr "Nein, ich bin glücklich mit Blog2Social FREE "
|
3439 |
|
3440 |
-
#: ../../plugins/blog2social-v-4-
|
3441 |
msgid "Your Blog2Social Premium Free Version is activated for "
|
3442 |
msgstr "Deine Blog2Social Testphase läuft noch"
|
3443 |
|
3444 |
-
#: ../../plugins/blog2social-v-4-
|
3445 |
msgid " Days"
|
3446 |
msgstr "Tage"
|
3447 |
|
3448 |
-
#: ../../plugins/blog2social-v-4-
|
3449 |
msgid " today"
|
3450 |
msgstr "heute"
|
3451 |
|
3452 |
-
#: ../../plugins/blog2social-v-4-
|
3453 |
msgid ""
|
3454 |
"Blog2Social PREMIUM can do so much for you: Auto-publish your blog post on "
|
3455 |
"autopilot, automatically schedule your social media posts with the Best Time "
|
@@ -3465,42 +3498,42 @@ msgstr ""
|
|
3465 |
"hoch. Speichere mehrere Kombinationen von Netzwerken für verschiedene Zwecke."
|
3466 |
" "
|
3467 |
|
3468 |
-
#: ../../plugins/blog2social-v-4-
|
3469 |
-
#: /plugins/blog2social-v-4-
|
3470 |
msgid "I need some more time to decide"
|
3471 |
msgstr "Ich brauche noch mehr Zeit um mich zu entscheiden "
|
3472 |
|
3473 |
-
#: ../../plugins/blog2social-v-4-
|
3474 |
msgid "Your free trial of Blog2Social PREMIUM has ended."
|
3475 |
msgstr "Deine kostenlose Testversion von Blog2Social PREMIUM ist abgelaufen."
|
3476 |
|
3477 |
-
#: ../../plugins/blog2social-v-4-
|
3478 |
msgid "We hope you liked Blog2Social Premium."
|
3479 |
msgstr "Wir hoffen, dass Dir Blog2Social Premium gefällt."
|
3480 |
|
3481 |
-
#: ../../plugins/blog2social-v-4-
|
3482 |
msgid "Yes, I want to upgrade now"
|
3483 |
msgstr "Ja, ich möchte jetzt von Premium profitieren "
|
3484 |
|
3485 |
-
#: ../../plugins/blog2social-v-4-
|
3486 |
msgid "Did you miss something? Tell us!"
|
3487 |
msgstr "Vermisst Du etwas? Sag es uns! "
|
3488 |
|
3489 |
-
#: ../../plugins/blog2social-v-4-
|
3490 |
-
#: /plugins/blog2social-v-4-
|
3491 |
msgid "Plans & Pricing"
|
3492 |
msgstr "Versionen & Preise"
|
3493 |
|
3494 |
-
#: ../../plugins/blog2social-v-4-
|
3495 |
-
#: /plugins/blog2social-v-4-
|
3496 |
msgid "Support"
|
3497 |
msgstr "Support"
|
3498 |
|
3499 |
-
#: ../../plugins/blog2social-v-4-
|
3500 |
msgid "Test Blog2Social PREMIUM 30 days for free"
|
3501 |
msgstr "Teste Blog2Social PREMIUM 30 Tage kostenlos"
|
3502 |
|
3503 |
-
#: ../../plugins/blog2social-v-4-
|
3504 |
msgid ""
|
3505 |
"The free trial can not be started. This blog has been already registered for "
|
3506 |
"the free trial."
|
@@ -3508,75 +3541,87 @@ msgstr ""
|
|
3508 |
"Die kostenlose Testphase konnte nicht aktiviert werden. Dieser Blog wurde "
|
3509 |
"bereits für die kostenlose Testzeit freigeschaltet."
|
3510 |
|
3511 |
-
#: ../../plugins/blog2social-v-4-
|
3512 |
msgid "Share on multiple accounts per network"
|
3513 |
msgstr "Auf mehreren Profilen, Seiten und Gruppen teilen"
|
3514 |
|
3515 |
-
#: ../../plugins/blog2social-v-4-
|
3516 |
msgid "Best Time Scheduler: Schedule once, multiple times or recurringly."
|
3517 |
msgstr "Beste Zeiten Manager: vordefinierte Zeiten für Deine Beiträge nutzen"
|
3518 |
|
3519 |
-
#: ../../plugins/blog2social-v-4-
|
3520 |
msgid "Reporting with links to all published social media posts"
|
3521 |
msgstr "Reporting mit Links zu allen veröffentlichten Social Media Posts"
|
3522 |
|
3523 |
-
#: ../../plugins/blog2social-v-4-
|
3524 |
-
#: /plugins/blog2social-v-4-
|
3525 |
-
#: /plugins/blog2social-v-4-
|
3526 |
-
#: /plugins/blog2social-v-4-
|
3527 |
-
#: /plugins/blog2social-v-4-
|
3528 |
msgid "E-Mail"
|
3529 |
msgstr "E-Mail"
|
3530 |
|
3531 |
-
#: ../../plugins/blog2social-v-4-
|
3532 |
-
#: /plugins/blog2social-v-4-
|
3533 |
-
#: /plugins/blog2social-v-4-
|
3534 |
-
#: /plugins/blog2social-v-4-
|
3535 |
-
#: /plugins/blog2social-v-4-
|
3536 |
msgid "First Name"
|
3537 |
msgstr "Vorname"
|
3538 |
|
3539 |
-
#: ../../plugins/blog2social-v-4-
|
3540 |
-
#: /plugins/blog2social-v-4-
|
3541 |
-
#: /plugins/blog2social-v-4-
|
3542 |
-
#: /plugins/blog2social-v-4-
|
3543 |
-
#: /plugins/blog2social-v-4-
|
3544 |
msgid "Last Name"
|
3545 |
msgstr "Nachname"
|
3546 |
|
3547 |
-
#: ../../plugins/blog2social-v-4-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3548 |
msgid "No credit card required"
|
3549 |
msgstr "keine Kreditkarte notwendig"
|
3550 |
|
3551 |
-
#: ../../plugins/blog2social-v-4-
|
3552 |
msgid "Get Started"
|
3553 |
msgstr "Jetzt loslegen"
|
3554 |
|
3555 |
-
#: ../../plugins/blog2social-v-4-
|
3556 |
msgid "All Posts"
|
3557 |
msgstr "alle Beiträge"
|
3558 |
|
3559 |
-
#: ../../plugins/blog2social-v-4-
|
3560 |
msgid "Shared Posts"
|
3561 |
msgstr "geteilte Beiträge"
|
3562 |
|
3563 |
-
#: ../../plugins/blog2social-v-4-
|
3564 |
msgid "Calendar"
|
3565 |
msgstr "Kalender"
|
3566 |
|
3567 |
-
#: ../../plugins/blog2social-v-4-
|
3568 |
msgid "Your license"
|
3569 |
msgstr "Deine Lizenz"
|
3570 |
|
3571 |
-
#: ../../plugins/blog2social-v-4-
|
3572 |
msgid "Network Activity (today)"
|
3573 |
msgstr "Netzwerk Aktivitäten (heute)"
|
3574 |
|
3575 |
-
#: ../../plugins/blog2social-v-4-
|
3576 |
msgid "Rate it!"
|
3577 |
msgstr "Bewerte Blog2Social"
|
3578 |
|
3579 |
-
#: ../../plugins/blog2social-v-4-
|
3580 |
msgid ""
|
3581 |
"If you like Blog2Social, please give us a 5 star rating. If there is "
|
3582 |
"anything that does not work for you, please contact us!"
|
@@ -3584,162 +3629,162 @@ msgstr ""
|
|
3584 |
"Wenn Dir Blog2Social gefällt, dann freuen wir uns über eine 5 Sterne "
|
3585 |
"Bewertung. Spreche uns an, wenn Dir irgendwas nicht gefällt."
|
3586 |
|
3587 |
-
#: ../../plugins/blog2social-v-4-
|
3588 |
msgid "GET STARTED"
|
3589 |
msgstr "Jetzt Affiliate-Partner werden"
|
3590 |
|
3591 |
-
#: ../../plugins/blog2social-v-4-
|
3592 |
msgid "Posts from Blog2Social"
|
3593 |
msgstr "Beiträge von Blog2Social"
|
3594 |
|
3595 |
-
#: ../../plugins/blog2social-v-4-
|
3596 |
msgid "Post a Press Release"
|
3597 |
msgstr "Beitrag als Pressemitteilung veröffentlichen"
|
3598 |
|
3599 |
-
#: ../../plugins/blog2social-v-4-
|
3600 |
msgid "Category"
|
3601 |
msgstr "Kategorie"
|
3602 |
|
3603 |
-
#: ../../plugins/blog2social-v-4-
|
3604 |
msgid "Language"
|
3605 |
msgstr "Sprache"
|
3606 |
|
3607 |
-
#: ../../plugins/blog2social-v-4-
|
3608 |
msgid "German"
|
3609 |
msgstr "Deutsch"
|
3610 |
|
3611 |
-
#: ../../plugins/blog2social-v-4-
|
3612 |
msgid "English"
|
3613 |
msgstr "Englisch"
|
3614 |
|
3615 |
-
#: ../../plugins/blog2social-v-4-
|
3616 |
-
#: /plugins/blog2social-v-4-
|
3617 |
msgid "Subtitle"
|
3618 |
msgstr "Untertitel"
|
3619 |
|
3620 |
-
#: ../../plugins/blog2social-v-4-
|
3621 |
-
#: /plugins/blog2social-v-4-
|
3622 |
msgid "YouTube-Link"
|
3623 |
msgstr "Youtube-Link"
|
3624 |
|
3625 |
-
#: ../../plugins/blog2social-v-4-
|
3626 |
-
#: /plugins/blog2social-v-4-
|
3627 |
msgid "Message"
|
3628 |
msgstr "Mitteilung"
|
3629 |
|
3630 |
-
#: ../../plugins/blog2social-v-4-
|
3631 |
msgid "Keywords"
|
3632 |
msgstr "Schlüsselworter"
|
3633 |
|
3634 |
-
#: ../../plugins/blog2social-v-4-
|
3635 |
msgid "Keywords with commas (e.g .: Blog2Social, PR-Gateway)"
|
3636 |
msgstr "Schlüsselwörter mit Komma getrennt (z.B.: Blog2Social,PR-Gateway)"
|
3637 |
|
3638 |
-
#: ../../plugins/blog2social-v-4-
|
3639 |
-
#: /plugins/blog2social-v-4-
|
3640 |
msgid "Shortext"
|
3641 |
msgstr "Kurzbeschreibung"
|
3642 |
|
3643 |
-
#: ../../plugins/blog2social-v-4-
|
3644 |
msgid "Contact Details"
|
3645 |
msgstr "Kontaktangaben"
|
3646 |
|
3647 |
-
#: ../../plugins/blog2social-v-4-
|
3648 |
msgid "Company"
|
3649 |
msgstr "Firmenkontakt"
|
3650 |
|
3651 |
-
#: ../../plugins/blog2social-v-4-
|
3652 |
msgid "Press"
|
3653 |
msgstr "Pressekontakt"
|
3654 |
|
3655 |
-
#: ../../plugins/blog2social-v-4-
|
3656 |
-
#: /plugins/blog2social-v-4-
|
3657 |
-
#: /plugins/blog2social-v-4-
|
3658 |
-
#: /plugins/blog2social-v-4-
|
3659 |
msgid "Name"
|
3660 |
msgstr "Name"
|
3661 |
|
3662 |
-
#: ../../plugins/blog2social-v-4-
|
3663 |
-
#: /plugins/blog2social-v-4-
|
3664 |
msgid "Mrs."
|
3665 |
msgstr "Frau"
|
3666 |
|
3667 |
-
#: ../../plugins/blog2social-v-4-
|
3668 |
-
#: /plugins/blog2social-v-4-
|
3669 |
msgid "Mr."
|
3670 |
msgstr "Herr"
|
3671 |
|
3672 |
-
#: ../../plugins/blog2social-v-4-
|
3673 |
-
#: /plugins/blog2social-v-4-
|
3674 |
-
#: /plugins/blog2social-v-4-
|
3675 |
-
#: /plugins/blog2social-v-4-
|
3676 |
msgid "Street"
|
3677 |
msgstr "Straße"
|
3678 |
|
3679 |
-
#: ../../plugins/blog2social-v-4-
|
3680 |
-
#: /plugins/blog2social-v-4-
|
3681 |
-
#: /plugins/blog2social-v-4-
|
3682 |
-
#: /plugins/blog2social-v-4-
|
3683 |
msgid "Number"
|
3684 |
msgstr "Nummer"
|
3685 |
|
3686 |
-
#: ../../plugins/blog2social-v-4-
|
3687 |
-
#: /plugins/blog2social-v-4-
|
3688 |
-
#: /plugins/blog2social-v-4-
|
3689 |
-
#: /plugins/blog2social-v-4-
|
3690 |
msgid "Zip Code"
|
3691 |
msgstr "PLZ"
|
3692 |
|
3693 |
-
#: ../../plugins/blog2social-v-4-
|
3694 |
-
#: /plugins/blog2social-v-4-
|
3695 |
-
#: /plugins/blog2social-v-4-
|
3696 |
-
#: /plugins/blog2social-v-4-
|
3697 |
msgid "City"
|
3698 |
msgstr "Stadt"
|
3699 |
|
3700 |
-
#: ../../plugins/blog2social-v-4-
|
3701 |
-
#: /plugins/blog2social-v-4-
|
3702 |
msgid "Country"
|
3703 |
msgstr "Land"
|
3704 |
|
3705 |
-
#: ../../plugins/blog2social-v-4-
|
3706 |
-
#: /plugins/blog2social-v-4-
|
3707 |
-
#: /plugins/blog2social-v-4-
|
3708 |
-
#: /plugins/blog2social-v-4-
|
3709 |
msgid "Phone"
|
3710 |
msgstr "Telefon"
|
3711 |
|
3712 |
-
#: ../../plugins/blog2social-v-4-
|
3713 |
-
#: /plugins/blog2social-v-4-
|
3714 |
-
#: /plugins/blog2social-v-4-
|
3715 |
-
#: /plugins/blog2social-v-4-
|
3716 |
msgid "Website"
|
3717 |
msgstr "Webseite"
|
3718 |
|
3719 |
-
#: ../../plugins/blog2social-v-4-
|
3720 |
-
#: /plugins/blog2social-v-4-
|
3721 |
msgid "Company Description"
|
3722 |
msgstr "Firmenbeschreibung"
|
3723 |
|
3724 |
-
#: ../../plugins/blog2social-v-4-
|
3725 |
msgid "You are signed out of <b>PR-Gateway</b>!"
|
3726 |
msgstr "Du bist nun bei PR-Gateway abgemeldet!"
|
3727 |
|
3728 |
-
#: ../../plugins/blog2social-v-4-
|
3729 |
msgid "Your message will now be sent over PR gateway to the press portals!"
|
3730 |
msgstr "Deine Mitteilung wird nun über PR-Gateway an die Presseportale übermittelt!"
|
3731 |
|
3732 |
-
#: ../../plugins/blog2social-v-4-
|
3733 |
msgid "See all publications for your message live on "
|
3734 |
msgstr "Verfolge live die Veröffentlichungen Deiner Mitteilung unter"
|
3735 |
|
3736 |
-
#: ../../plugins/blog2social-v-4-
|
3737 |
msgid "Your message save as draft by PR-Gateway!"
|
3738 |
msgstr ""
|
3739 |
"Deine Mitteilung wurde erfolgreich an PR-Gateway übermittelt und als Entwurf "
|
3740 |
"abgelegt!"
|
3741 |
|
3742 |
-
#: ../../plugins/blog2social-v-4-
|
3743 |
msgid ""
|
3744 |
"Unfortunately your request can not be processed by Blog2Social. Please try "
|
3745 |
"again!"
|
@@ -3747,13 +3792,13 @@ msgstr ""
|
|
3747 |
"Deine Anfrage kann leider vom Blog2Social nicht verarbeitet werden. Bitte "
|
3748 |
"versuche es erneut!"
|
3749 |
|
3750 |
-
#: ../../plugins/blog2social-v-4-
|
3751 |
msgid "Your message has not been received successfully with us. Please try again!"
|
3752 |
msgstr ""
|
3753 |
"Deine Mitteilung ist bei uns leider nicht erfolglreich eingegangen. Bitte "
|
3754 |
"versuche es erneut!"
|
3755 |
|
3756 |
-
#: ../../plugins/blog2social-v-4-
|
3757 |
msgid ""
|
3758 |
"PR-Gateway offers a paid online distribution service for submitting press "
|
3759 |
"releases, articles and social media news to more than 250 news sites, "
|
@@ -3772,10 +3817,10 @@ msgstr ""
|
|
3772 |
"auf ausgewählten kostenfreien und kostenpflichtigen Portale zu "
|
3773 |
"veröffentlichen."
|
3774 |
|
3775 |
-
#: ../../plugins/blog2social-v-4-
|
3776 |
msgid "Register here to open your PR-Gateway account."
|
3777 |
msgstr "Registriere hier Deinen PR-Gateway Account, kostenlos und unverbindlich."
|
3778 |
|
3779 |
-
#: ../../plugins/blog2social-v-4-
|
3780 |
msgid "Logout"
|
3781 |
msgstr "Abmelden"
|
4 |
"Stable (latest release)\n"
|
5 |
"Report-Msgid-Bugs-To: \n"
|
6 |
"POT-Creation-Date: Thu May 18 2017 09:57:01 GMT+0200\n"
|
7 |
+
"PO-Revision-Date: Mon Dec 18 2017 13:06:01 GMT+0100\n"
|
8 |
"Last-Translator: Sven Bürger <s.buerger@adenion.de>\n"
|
9 |
"Language-Team: \n"
|
10 |
"Language: German\n"
|
23 |
"esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
|
24 |
"X-Loco-Target-Locale: de_DE"
|
25 |
|
26 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/settings.php:234
|
27 |
+
msgid "Instant Caching for Facebook Link Posts"
|
28 |
+
msgstr "Instant Caching für Facebook Link-Beiträge"
|
|
|
|
|
|
|
|
|
|
|
29 |
|
30 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/settings.php:237
|
|
|
31 |
msgid ""
|
32 |
+
"To make sure that Facebook always pulls the current meta data of your blog "
|
33 |
+
"post for link-posts, Blog2Social adds a \"no-cache=1\" parameter to the post "
|
34 |
+
"URL when instant caching is activated. This is necessary if you use varnish "
|
35 |
+
"caching."
|
36 |
msgstr ""
|
37 |
+
"Um sicherzustellen, dass Facebook bei Link-Beiträgen immer die aktuellen "
|
38 |
+
"Meta Daten Deines Blogbeitrags zieht, hängt Blog2Social bei aktivem Instant "
|
39 |
+
"Caching bei Facebook Link-Beiträgen den “no-cache=1” Parameter an die "
|
40 |
+
"Beitrags-URL. Dies ist notwendig, wenn Du varnish caching benutzt.\n"
|
41 |
|
42 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/settings.php:239
|
43 |
+
msgid "Note: To use Facebook Instant Articles, this option must be disabled."
|
|
|
|
|
44 |
msgstr ""
|
45 |
+
"Achtung: Um Facebook Instant Artikel zu verwenden, muss diese Option "
|
46 |
+
"deaktiviert sein."
|
47 |
|
48 |
#. Name of the plugin
|
49 |
msgid "Blog2Social: Social Media Auto Post & Scheduler"
|
70 |
msgid "Blog2Social, Adenion"
|
71 |
msgstr "Blog2Social, Adenion"
|
72 |
|
73 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Calendar/Filter.php:81
|
74 |
msgid "show all"
|
75 |
msgstr "alle anzeigen"
|
76 |
|
77 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Network/Item.php:44 ../..
|
78 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Ship/Navbar.php:32
|
79 |
msgid "Default"
|
80 |
msgstr "Standard"
|
81 |
|
82 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Network/Item.php:44
|
83 |
msgid "Show all"
|
84 |
msgstr "alle anzeigen"
|
85 |
|
86 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Network/Item.php:45 ../..
|
87 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Network/Item.php:122
|
88 |
msgid "My profile"
|
89 |
msgstr "Mein Profil"
|
90 |
|
91 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Network/Item.php:47
|
92 |
msgid "Your profiles:"
|
93 |
msgstr "weitere Profile:"
|
94 |
|
95 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Network/Item.php:102 ../..
|
96 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:225
|
97 |
msgid "Connections"
|
98 |
msgstr "Verbindungen"
|
99 |
|
100 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Network/Item.php:107 ../..
|
101 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Network/Item.php:145 ../..
|
102 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Network/Item.php:147 ../..
|
103 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:234 ../..
|
104 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:378 ../..
|
105 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:392 ../..
|
106 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:416 ../..
|
107 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:467 ../..
|
108 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Ship/Portale.php:34 ../..
|
109 |
+
#: /plugins/blog2social-v-4-6/includes/Loader.php:507
|
110 |
msgid "Profile"
|
111 |
msgstr "Profil"
|
112 |
|
113 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Network/Item.php:110 ../..
|
114 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Network/Item.php:110 ../..
|
115 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Network/Item.php:171 ../..
|
116 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Network/Item.php:173 ../..
|
117 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:234 ../..
|
118 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:393 ../..
|
119 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:417 ../..
|
120 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:470 ../..
|
121 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Ship/Portale.php:31 ../..
|
122 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Ship/Portale.php:31 ../..
|
123 |
+
#: /plugins/blog2social-v-4-6/includes/Loader.php:507
|
124 |
msgid "Page"
|
125 |
msgstr "Seite"
|
126 |
|
127 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Network/Item.php:110 ../..
|
128 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Ship/Portale.php:31
|
129 |
msgid "You want to connect a network page?"
|
130 |
msgstr "Du möchtest eine Netzwerk-Seite verbinden?"
|
131 |
|
132 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Network/Item.php:110 ../..
|
133 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Network/Item.php:113 ../..
|
134 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/PostBox.php:108 ../..
|
135 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:107 ../..
|
136 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Ship/Image.php:75 ../..
|
137 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Ship/Image.php:82 ../..
|
138 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:517 ../..
|
139 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Ship/Portale.php:28 ../..
|
140 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Ship/Portale.php:31 ../..
|
141 |
+
#: /plugins/blog2social-v-4-6/includes/Loader.php:584 ../../plugins/blog2social-v-
|
142 |
+
#: 4-6/includes/Loader.php:650 ../../plugins/blog2social-v-4-6/views/b2s/modal.
|
143 |
+
#: calendar.php:9 ../../plugins/blog2social-v-4-6/views/b2s/network.php:36 ../..
|
144 |
+
#: /plugins/blog2social-v-4-6/views/b2s/settings.php:69 ../../plugins/blog2social-
|
145 |
+
#: v-4-6/views/b2s/settings.php:91 ../../plugins/blog2social-v-4-6/views/b2s/ship.
|
146 |
+
#: php:17 ../../plugins/blog2social-v-4-6/views/b2s/widgets/posts.php:31 ../..
|
147 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/post.navbar.phtml:7 ../..
|
148 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/post.navbar.phtml:10
|
149 |
msgid "PREMIUM"
|
150 |
msgstr "PREMIUM"
|
151 |
|
152 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Network/Item.php:113 ../..
|
153 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Network/Item.php:113 ../..
|
154 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Network/Item.php:197 ../..
|
155 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Network/Item.php:199 ../..
|
156 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:394 ../..
|
157 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:418 ../..
|
158 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:474 ../..
|
159 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Ship/Portale.php:28 ../..
|
160 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Ship/Portale.php:28 ../..
|
161 |
+
#: /plugins/blog2social-v-4-6/includes/Loader.php:507
|
162 |
msgid "Group"
|
163 |
msgstr "Gruppe"
|
164 |
|
165 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Network/Item.php:113 ../..
|
166 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Ship/Portale.php:28
|
167 |
msgid "You want to connect a social media group?"
|
168 |
msgstr "Du möchtest eine Social-Media-Gruppe verbinden?"
|
169 |
|
170 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Network/Item.php:158 ../..
|
171 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Network/Item.php:210
|
172 |
msgid "Authorization is interrupted since"
|
173 |
msgstr "Autorisierung ist unterbrochen seit"
|
174 |
|
175 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Network/Item.php:160 ../..
|
176 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Network/Item.php:187 ../..
|
177 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Network/Item.php:213
|
178 |
msgid "To reactivate this social media connection,"
|
179 |
msgstr "Um diese Social Media Verbindung zu reaktivieren,"
|
180 |
|
181 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Network/Item.php:160 ../..
|
182 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Network/Item.php:187 ../..
|
183 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Network/Item.php:213 ../..
|
184 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Ship/Image.php:32
|
185 |
msgid "please upgrade"
|
186 |
msgstr "Bitte upgraden"
|
187 |
|
188 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Network/Item.php:184
|
189 |
msgid "Authorization is interrupted since"
|
190 |
msgstr "Autorisierung ist unterbrochen seit"
|
191 |
|
192 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Filter.php:34
|
193 |
msgid "all authors"
|
194 |
msgstr "alle Autoren"
|
195 |
|
196 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Filter.php:49 ../..
|
197 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:187 ../..
|
198 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Ship/Save.php:273 ../..
|
199 |
+
#: /plugins/blog2social-v-4-6/includes/PRG/Post/Filter.php:41 ../..
|
200 |
+
#: /plugins/blog2social-v-4-6/includes/PRG/Post/Item.php:97 ../..
|
201 |
+
#: /plugins/blog2social-v-4-6/views/b2s/ship.php:12
|
202 |
msgid "published"
|
203 |
msgstr "veröffentlicht"
|
204 |
|
205 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Filter.php:49 ../..
|
206 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:187 ../..
|
207 |
+
#: /plugins/blog2social-v-4-6/includes/PRG/Post/Filter.php:41 ../..
|
208 |
+
#: /plugins/blog2social-v-4-6/includes/PRG/Post/Item.php:97 ../..
|
209 |
+
#: /plugins/blog2social-v-4-6/views/b2s/ship.php:12
|
210 |
msgid "scheduled"
|
211 |
msgstr "geplant"
|
212 |
|
213 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Filter.php:49 ../..
|
214 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:187 ../..
|
215 |
+
#: /plugins/blog2social-v-4-6/includes/PRG/Post/Item.php:97 ../..
|
216 |
+
#: /plugins/blog2social-v-4-6/views/b2s/ship.php:12
|
217 |
msgid "draft"
|
218 |
msgstr "Entwurf"
|
219 |
|
220 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Filter.php:50
|
221 |
msgid "all statuses"
|
222 |
msgstr "kein Status"
|
223 |
|
224 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Filter.php:61 ../..
|
225 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Post/Filter.php:73
|
226 |
msgid "newest first"
|
227 |
msgstr "neuste zuerst"
|
228 |
|
229 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Filter.php:61 ../..
|
230 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Post/Filter.php:73
|
231 |
msgid "oldest first"
|
232 |
msgstr "älteste zuerst"
|
233 |
|
234 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Filter.php:86
|
235 |
msgid "all categories & tags"
|
236 |
msgstr "alle Kategorien & Schlagwörter"
|
237 |
|
238 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Filter.php:108 ../..
|
239 |
+
#: /plugins/blog2social-v-4-6/includes/PRG/Post/Filter.php:53
|
240 |
msgid "all post types"
|
241 |
msgstr "alle Typen"
|
242 |
|
243 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Filter.php:129 ../..
|
244 |
+
#: /plugins/blog2social-v-4-6/includes/PRG/Post/Filter.php:74
|
245 |
msgid "Search Title"
|
246 |
msgstr "Suche nach Titel"
|
247 |
|
248 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Filter.php:152 ../..
|
249 |
+
#: /plugins/blog2social-v-4-6/includes/PRG/Post/Filter.php:85
|
250 |
msgid "sort"
|
251 |
msgstr "sortieren"
|
252 |
|
253 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Filter.php:153 ../..
|
254 |
+
#: /plugins/blog2social-v-4-6/includes/PRG/Post/Filter.php:86
|
255 |
msgid "reset"
|
256 |
msgstr "zurücksetzen"
|
257 |
|
258 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Filter.php:158
|
259 |
msgid "selected date"
|
260 |
msgstr "ausgewähltes Datum"
|
261 |
|
262 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Filter.php:158
|
263 |
msgid "scheduled post(s)"
|
264 |
msgstr "geplante Beiträge"
|
265 |
|
266 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:190
|
267 |
msgid "You have no posts published or scheduled."
|
268 |
msgstr "Du hast keine Beiträge veröffentlicht oder geplant."
|
269 |
|
270 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:212
|
271 |
msgid "last shared on social media"
|
272 |
msgstr "zuletzt auf Social Media geteilt"
|
273 |
|
274 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:220
|
275 |
msgid "Share on Social Media"
|
276 |
msgstr "auf Social Media teilen"
|
277 |
|
278 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:222 ../..
|
279 |
+
#: /plugins/blog2social-v-4-6/includes/PRG/Post/Item.php:129
|
280 |
msgid "Author"
|
281 |
msgstr "Autor"
|
282 |
|
283 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:222 ../..
|
284 |
+
#: /plugins/blog2social-v-4-6/views/b2s/ship.php:31
|
285 |
msgid "on blog"
|
286 |
msgstr "auf dem Blog"
|
287 |
|
288 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:239 ../..
|
289 |
+
#: /plugins/blog2social-v-4-6/views/b2s/ship.php:216 ../../plugins/blog2social-v-
|
290 |
+
#: 4-6/views/b2s/ship.php:218
|
291 |
msgid "Re-share this post"
|
292 |
msgstr "Diesen Beitrag nochmal teilen"
|
293 |
|
294 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:240 ../..
|
295 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:263
|
296 |
msgid "Details"
|
297 |
msgstr "Details"
|
298 |
|
299 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:242
|
300 |
msgid "shared social media posts"
|
301 |
msgstr "geteilte Beiträge"
|
302 |
|
303 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:242
|
304 |
msgid "latest share by"
|
305 |
msgstr "zuletzt geteilt von"
|
306 |
|
307 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:265 ../..
|
308 |
+
#: /plugins/blog2social-v-4-6/views/b2s/widgets/activity.php:13
|
309 |
msgid "scheduled social media posts"
|
310 |
msgstr "geplante Beiträge"
|
311 |
|
312 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:265
|
313 |
msgid "next share by"
|
314 |
msgstr "als nächstes geteilt von"
|
315 |
|
316 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:372 ../..
|
317 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:444
|
318 |
msgid "select all"
|
319 |
msgstr "alle auswählen"
|
320 |
|
321 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:374 ../..
|
322 |
+
#: /plugins/blog2social-v-4-6/views/b2s/settings.php:33 ../../plugins/blog2social-
|
323 |
+
#: v-4-6/views/b2s/widgets/premium.php:47
|
324 |
msgid "Auto-Posting"
|
325 |
msgstr "Auto-Posting"
|
326 |
|
327 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:375
|
328 |
msgid "show"
|
329 |
msgstr "ansehen"
|
330 |
|
331 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:382 ../..
|
332 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Ship/Save.php:294
|
333 |
msgid "Please see"
|
334 |
msgstr "Siehe"
|
335 |
|
336 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:382 ../..
|
337 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Ship/Save.php:294
|
338 |
msgid "FAQ"
|
339 |
msgstr "FAQ"
|
340 |
|
341 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:387
|
342 |
msgid "sharing in progress by"
|
343 |
msgstr "wir geteilt"
|
344 |
|
345 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:387
|
346 |
msgid "shared by"
|
347 |
msgstr "geteilt von"
|
348 |
|
349 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:409 ../..
|
350 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:423
|
351 |
msgid "You want to delete a publish post entry?"
|
352 |
msgstr "Du möchtest einen veröffentlichten Beitrag löschen?"
|
353 |
|
354 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:410 ../..
|
355 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:424
|
356 |
msgid "delete from reporting"
|
357 |
msgstr "aus Reporting löschen"
|
358 |
|
359 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:414
|
360 |
msgid "re-share"
|
361 |
msgstr "erneut teilen"
|
362 |
|
363 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:455
|
364 |
msgid "scheduled by"
|
365 |
msgstr "geplant von "
|
366 |
|
367 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:458 ../..
|
368 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:471
|
369 |
msgid "delete scheduling"
|
370 |
msgstr "Planung löschen"
|
371 |
|
372 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:462
|
373 |
msgid "You want to change the time for your scheduled post?"
|
374 |
msgstr "Du möchtest die Zeit zu einem geplanten Beitrag ändern?"
|
375 |
|
376 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Post/Item.php:463
|
377 |
msgid "change time"
|
378 |
msgstr "Zeitpunkt ändern"
|
379 |
|
380 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:27 ../..
|
381 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/header.phtml:40
|
382 |
msgid "Please see FAQ"
|
383 |
msgstr "Siehe FAQ"
|
384 |
|
385 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:36
|
386 |
msgid "last auto-post:"
|
387 |
msgstr "letzter Auto-Post:"
|
388 |
|
389 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:78 ../..
|
390 |
+
#: /plugins/blog2social-v-4-6/views/b2s/ship.php:518 ../../plugins/blog2social-v-
|
391 |
+
#: 4-6/views/b2s/html/header.phtml:45
|
392 |
msgid "The connection to the server failed. Try again!"
|
393 |
msgstr ""
|
394 |
"Eine Verbindung zum Server konnte nicht hergestellt werden. Versuche es "
|
395 |
"erneut!"
|
396 |
|
397 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:79 ../..
|
398 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/header.phtml:39
|
399 |
msgid ""
|
400 |
"WordPress uses heartbeats by default, Blog2Social as well. Please enable "
|
401 |
"heartbeats for using Blog2Social!"
|
403 |
"WordPress verwendet standardmäßig den Heartbeat und Blog2Social auch. "
|
404 |
"Aktiviere den Heartbeat damit Du Blog2Social problemlos nutzen kannst."
|
405 |
|
406 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:80 ../..
|
407 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/PostBox.php:82
|
408 |
msgid ""
|
409 |
"Your post is still on draft or pending status. Please make sure that your "
|
410 |
"post is published or scheduled to be published on this blog. You can then "
|
414 |
"geplant ist. Dann kannst Du Deinen Beitrag mit Blog2Social anpassen und "
|
415 |
"planen."
|
416 |
|
417 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:81 ../..
|
418 |
+
#: /plugins/blog2social-v-4-6/includes/Loader.php:488
|
419 |
msgid ""
|
420 |
"There are no authorizations for your selected profile. Please, authorize "
|
421 |
"with a social network or select a other profile."
|
423 |
"Dein ausgewähltes Profil hat keine Autorisierungen. Bitte, verbinde Dich "
|
424 |
"mit einem Netzwerk oder wähle ein anderes Profil aus. "
|
425 |
|
426 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:81 ../..
|
427 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/PostBox.php:177
|
428 |
msgid "Network settings"
|
429 |
msgstr "Netzwerkeinstellungen"
|
430 |
|
431 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:83
|
432 |
msgid ""
|
433 |
"Notice: Please make sure, that your website address is reachable. The Social "
|
434 |
"Networks do not allow postings from local installations."
|
436 |
"Hinweis: Bitte stelle sicher, dass Dein Blog von außen erreichbar ist. Bei "
|
437 |
"Fragen wende Dich bitte an unseren Support."
|
438 |
|
439 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:98
|
440 |
msgid "Custom Sharing & Scheduling"
|
441 |
msgstr "Individuelles Teilen und Planen"
|
442 |
|
443 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:98 ../..
|
444 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/PostBox.php:101 ../..
|
445 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:84 ../..
|
446 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:92 ../..
|
447 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:94 ../..
|
448 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:96 ../..
|
449 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:112 ../..
|
450 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:150 ../..
|
451 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:273 ../..
|
452 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:275 ../..
|
453 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:399 ../..
|
454 |
+
#: /plugins/blog2social-v-4-6/views/b2s/network.php:18 ../../plugins/blog2social-
|
455 |
+
#: v-4-6/views/b2s/settings.php:71 ../../plugins/blog2social-v-4-
|
456 |
+
#: 6/views/b2s/settings.php:94 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:
|
457 |
+
#: 56 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:129 ../..
|
458 |
+
#: /plugins/blog2social-v-4-6/views/b2s/ship.php:214
|
459 |
msgid "Info"
|
460 |
msgstr "Info"
|
461 |
|
462 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:99
|
463 |
msgid "Customize & Schedule Social Media Posts"
|
464 |
msgstr "Social Media Posts anpassen & planen"
|
465 |
|
466 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:101 ../..
|
467 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/header.phtml:310
|
468 |
msgid "Social Media Auto-Posting"
|
469 |
msgstr "Social Media Auto-Posting"
|
470 |
|
471 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:105
|
472 |
msgid "enable Auto-Posting"
|
473 |
msgstr "Auto-Posting aktivieren"
|
474 |
|
475 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:115 ../..
|
476 |
+
#: /plugins/blog2social-v-4-6/views/b2s/network.php:48 ../../plugins/blog2social-
|
477 |
+
#: v-4-6/views/b2s/network.php:150 ../../plugins/blog2social-v-4-6/views/b2s/post.
|
478 |
+
#: calendar.php:50 ../../plugins/blog2social-v-4-6/views/b2s/post.calendar.php:
|
479 |
+
#: 184 ../../plugins/blog2social-v-4-6/views/b2s/post.php:37 ../..
|
480 |
+
#: /plugins/blog2social-v-4-6/views/b2s/post.publish.php:40 ../..
|
481 |
+
#: /plugins/blog2social-v-4-6/views/b2s/post.sched.php:48 ../..
|
482 |
+
#: /plugins/blog2social-v-4-6/views/b2s/ship.php:151 ../../plugins/blog2social-v-
|
483 |
+
#: 4-6/views/b2s/ship.php:517 ../../plugins/blog2social-v-4-
|
484 |
+
#: 6/views/prg/html/header.phtml:81
|
485 |
msgid "Loading..."
|
486 |
msgstr "Lade Daten..."
|
487 |
|
488 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:123
|
489 |
msgid "Blog2Social: Customize & Schedule Social Media Posts"
|
490 |
msgstr "Blog2Social : Beiträge anpassen & planen"
|
491 |
|
492 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:126
|
493 |
msgid ""
|
494 |
"Customize and schedule your social media posts on the one page preview for "
|
495 |
"all your selected networks: tailor your posts with individual comments, "
|
503 |
"mehrfach oder wiederholt, um mehr Sichtbarkeit und Feedback von Deiner "
|
504 |
"Community zu erzielen"
|
505 |
|
506 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:135 ../..
|
507 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:252
|
508 |
msgid "Blog2Social: Social Media Auto-Posting"
|
509 |
msgstr "Blog2Social: Social Media Auto-Posting"
|
510 |
|
511 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:139 ../..
|
512 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:256
|
513 |
msgid ""
|
514 |
"You have 2 general options to define the date and time to share your blog "
|
515 |
"posts on social media with the Auto-Poster:"
|
517 |
"Dir stehen grundsätzlich 2 Möglichkeiten zur Verfügung, per Auto-Posting "
|
518 |
"Deine Blogbeiträge auf Social Media zu teilen: "
|
519 |
|
520 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:140 ../..
|
521 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:257
|
522 |
msgid "1. Immediately after publishing your blog post"
|
523 |
msgstr "Sofort nach Veröffentlichung Deines Blogbeitrags "
|
524 |
|
525 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:141 ../..
|
526 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:258
|
527 |
msgid ""
|
528 |
"Published blog posts: If you publish your blog post with click on publish in "
|
529 |
"your WordPress post editor, Blog2Social will automatically share your social "
|
533 |
"auf “veröffentlichen” im Beitrags-Editor Deines Blogs sofort veröffentlichst,"
|
534 |
" teilt Blog2Social Deinen Blogbeitrag unmittelbar auf Social Media."
|
535 |
|
536 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:142 ../..
|
537 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:259
|
538 |
msgid ""
|
539 |
"Scheduled blog posts: If you schedule your blog post with click on schedule "
|
540 |
"in your WordPress post editor, Blog2Social will share your social media post "
|
545 |
"Deines Blogs klickst, teilt Blog2Social Deinen Blogbeitrag direkt nach der "
|
546 |
"Veröffentlichung auf Social Media. "
|
547 |
|
548 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:143 ../..
|
549 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:260
|
550 |
msgid ""
|
551 |
"2. Schedule your social media posts for a specific date and time If you want "
|
552 |
"to share your post at a particular date and time, different from your "
|
558 |
"abweichen, wähle die Option “zu bestimmten Zeiten” und lege das Datum und "
|
559 |
"die Uhrzeit fest. "
|
560 |
|
561 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:147 ../..
|
562 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:265
|
563 |
msgid "You want to auto-post your blog post?"
|
564 |
msgstr "Du möchtest Deinen Beitrag automatisch posten?"
|
565 |
|
566 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:148 ../..
|
567 |
+
#: /plugins/blog2social-v-4-6/views/b2s/network.php:99 ../../plugins/blog2social-
|
568 |
+
#: v-4-6/views/b2s/post.calendar.php:222 ../../plugins/blog2social-v-4-
|
569 |
+
#: 6/views/b2s/ship.php:282 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:
|
570 |
+
#: 342 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:388 ../..
|
571 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:25 ../..
|
572 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:143 ../..
|
573 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:209 ../..
|
574 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:266 ../..
|
575 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:351
|
576 |
msgid "With Blog2Social Premium you can:"
|
577 |
msgstr "Mit Blog2Social kannst Du:"
|
578 |
|
579 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:151 ../..
|
580 |
+
#: /plugins/blog2social-v-4-6/views/b2s/network.php:102 ../../plugins/blog2social-
|
581 |
+
#: v-4-6/views/b2s/post.calendar.php:225 ../../plugins/blog2social-v-4-
|
582 |
+
#: 6/views/b2s/ship.php:285 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:
|
583 |
+
#: 345 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:391 ../..
|
584 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:28 ../..
|
585 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:146 ../..
|
586 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:212 ../..
|
587 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:269 ../..
|
588 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:354 ../..
|
589 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/header.phtml:311
|
590 |
msgid "Post on pages and groups"
|
591 |
msgstr "Poste auf Seiten und in Gruppen"
|
592 |
|
593 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:152 ../..
|
594 |
+
#: /plugins/blog2social-v-4-6/views/b2s/network.php:103 ../../plugins/blog2social-
|
595 |
+
#: v-4-6/views/b2s/post.calendar.php:226 ../../plugins/blog2social-v-4-
|
596 |
+
#: 6/views/b2s/ship.php:286 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:
|
597 |
+
#: 346 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:392 ../..
|
598 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:29 ../..
|
599 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:147 ../..
|
600 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:213 ../..
|
601 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:270 ../..
|
602 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:355
|
603 |
msgid "Share on multiple profiles, pages and groups"
|
604 |
msgstr "Auf mehreren Profilen, Seiten und Gruppen teilen"
|
605 |
|
606 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:153 ../..
|
607 |
+
#: /plugins/blog2social-v-4-6/views/b2s/network.php:104 ../../plugins/blog2social-
|
608 |
+
#: v-4-6/views/b2s/post.calendar.php:227 ../../plugins/blog2social-v-4-
|
609 |
+
#: 6/views/b2s/ship.php:287 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:
|
610 |
+
#: 347 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:393 ../..
|
611 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:30 ../..
|
612 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:64 ../..
|
613 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:148 ../..
|
614 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:214 ../..
|
615 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:271 ../..
|
616 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:356
|
617 |
msgid "Auto-post and auto-schedule new and updated blog posts"
|
618 |
msgstr ""
|
619 |
" Auto-posten und Auto-planen: Beiträge automatisch bei Veröffentlichung oder "
|
620 |
"Aktualisierung posten und zeitversetzt planen"
|
621 |
|
622 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:154 ../..
|
623 |
+
#: /plugins/blog2social-v-4-6/views/b2s/network.php:105 ../../plugins/blog2social-
|
624 |
+
#: v-4-6/views/b2s/post.calendar.php:228 ../../plugins/blog2social-v-4-
|
625 |
+
#: 6/views/b2s/ship.php:288 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:
|
626 |
+
#: 348 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:394 ../..
|
627 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:31 ../..
|
628 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:149 ../..
|
629 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:215 ../..
|
630 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:272 ../..
|
631 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:357
|
632 |
msgid "Schedule your posts at the best times on each network"
|
633 |
msgstr "Plane Deine Beiträge zu den besten Zeiten für jedes Netzwerk"
|
634 |
|
635 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:155 ../..
|
636 |
+
#: /plugins/blog2social-v-4-6/views/b2s/network.php:106 ../../plugins/blog2social-
|
637 |
+
#: v-4-6/views/b2s/post.calendar.php:229 ../../plugins/blog2social-v-4-
|
638 |
+
#: 6/views/b2s/ship.php:289 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:
|
639 |
+
#: 349 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:395 ../..
|
640 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:32 ../..
|
641 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:150 ../..
|
642 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:216 ../..
|
643 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:273 ../..
|
644 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:358
|
645 |
msgid ""
|
646 |
"Best Time Manager: use predefined best time scheduler to auto-schedule your "
|
647 |
"social media posts"
|
648 |
msgstr " Beste Zeiten Manager: vordefinierte Zeiten für Deine Beiträge nutzen"
|
649 |
|
650 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:156 ../..
|
651 |
+
#: /plugins/blog2social-v-4-6/views/b2s/network.php:107 ../../plugins/blog2social-
|
652 |
+
#: v-4-6/views/b2s/post.calendar.php:230 ../../plugins/blog2social-v-4-
|
653 |
+
#: 6/views/b2s/ship.php:290 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:
|
654 |
+
#: 350 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:396 ../..
|
655 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:33 ../..
|
656 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:151 ../..
|
657 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:217 ../..
|
658 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:274 ../..
|
659 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:359
|
660 |
msgid "Schedule your post for one time, multiple times or recurrently"
|
661 |
msgstr ""
|
662 |
"Veröffentlichungen zur besten Zeit pro Netzwerk planen: einmalig, mehrmalig "
|
663 |
"oder nach einem regelmäßigen Muster"
|
664 |
|
665 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:157 ../..
|
666 |
+
#: /plugins/blog2social-v-4-6/views/b2s/network.php:108 ../../plugins/blog2social-
|
667 |
+
#: v-4-6/views/b2s/post.calendar.php:231 ../../plugins/blog2social-v-4-
|
668 |
+
#: 6/views/b2s/ship.php:291 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:
|
669 |
+
#: 351 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:397 ../..
|
670 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:34 ../..
|
671 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:152 ../..
|
672 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:218 ../..
|
673 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:275 ../..
|
674 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:360
|
675 |
msgid "Schedule and re-share old posts"
|
676 |
msgstr "Plane und teile alte Beiträge"
|
677 |
|
678 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:158 ../..
|
679 |
+
#: /plugins/blog2social-v-4-6/views/b2s/network.php:109 ../../plugins/blog2social-
|
680 |
+
#: v-4-6/views/b2s/post.calendar.php:232 ../../plugins/blog2social-v-4-
|
681 |
+
#: 6/views/b2s/ship.php:292 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:
|
682 |
+
#: 352 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:398 ../..
|
683 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:35 ../..
|
684 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:66 ../..
|
685 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:153 ../..
|
686 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:219 ../..
|
687 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:276 ../..
|
688 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:361
|
689 |
msgid "Select link format or image format for your posts"
|
690 |
msgstr "Link-Posts oder Bild-Posts als Posting-Format für Deine Beiträge auswählen"
|
691 |
|
692 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:159 ../..
|
693 |
+
#: /plugins/blog2social-v-4-6/views/b2s/network.php:110 ../../plugins/blog2social-
|
694 |
+
#: v-4-6/views/b2s/post.calendar.php:233 ../../plugins/blog2social-v-4-
|
695 |
+
#: 6/views/b2s/ship.php:293 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:
|
696 |
+
#: 353 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:399 ../..
|
697 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:36 ../..
|
698 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:67 ../..
|
699 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:154 ../..
|
700 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:220 ../..
|
701 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:277 ../..
|
702 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:362
|
703 |
msgid "Select individual images per post"
|
704 |
msgstr "Individuelle Bilder für Deine Social Media Posts pro Netzwerk auswählen"
|
705 |
|
706 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:160 ../..
|
707 |
+
#: /plugins/blog2social-v-4-6/views/b2s/network.php:111 ../../plugins/blog2social-
|
708 |
+
#: v-4-6/views/b2s/post.calendar.php:234 ../../plugins/blog2social-v-4-
|
709 |
+
#: 6/views/b2s/ship.php:294 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:
|
710 |
+
#: 354 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:400 ../..
|
711 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:37 ../..
|
712 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:155 ../..
|
713 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:221 ../..
|
714 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:278 ../..
|
715 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:363
|
716 |
msgid ""
|
717 |
"Reporting & calendar: keep track of your published and scheduled social "
|
718 |
"media posts"
|
720 |
"Reporting & Kalender: Verfolge Deine veröffentlichten und geplanten Social "
|
721 |
"Media Beiträge"
|
722 |
|
723 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:162 ../..
|
724 |
+
#: /plugins/blog2social-v-4-6/views/b2s/network.php:113 ../../plugins/blog2social-
|
725 |
+
#: v-4-6/views/b2s/post.calendar.php:236 ../../plugins/blog2social-v-4-
|
726 |
+
#: 6/views/b2s/ship.php:296 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:
|
727 |
+
#: 356 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:402 ../..
|
728 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:39 ../..
|
729 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:157 ../..
|
730 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:223 ../..
|
731 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:280 ../..
|
732 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:365 ../..
|
733 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/header.phtml:247
|
734 |
msgid "Upgrade to PREMIUM"
|
735 |
msgstr "Jetzt auf Premium upgraden"
|
736 |
|
737 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:164 ../..
|
738 |
+
#: /plugins/blog2social-v-4-6/views/b2s/network.php:115 ../../plugins/blog2social-
|
739 |
+
#: v-4-6/views/b2s/post.calendar.php:238 ../../plugins/blog2social-v-4-
|
740 |
+
#: 6/views/b2s/ship.php:298 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:
|
741 |
+
#: 358 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:404 ../..
|
742 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:41 ../..
|
743 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:72 ../..
|
744 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:90 ../..
|
745 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:159 ../..
|
746 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:225 ../..
|
747 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:282 ../..
|
748 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:367
|
749 |
msgid ""
|
750 |
"or <a href=\"http://service.blog2social.com/trial\" target=\"_blank\">start with "
|
751 |
"free 30-days-trial of Blog2Social Premium</a> (no payment information needed)"
|
754 |
"Deinen kostenlosen 30-tägigen Test von Blog2Social Premium</a>(keine "
|
755 |
"Zahlungsinformationen erforderlich)"
|
756 |
|
757 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:177
|
758 |
msgid "Select profile:"
|
759 |
msgstr "Profil auswählen: "
|
760 |
|
761 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:192
|
762 |
msgid "When do you want to share your post on social media?"
|
763 |
msgstr "Wann möchtest Du Deinen Beitrag auf den Social Media teilen?"
|
764 |
|
765 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:195
|
766 |
msgid "immediately after publishing"
|
767 |
msgstr "sofort nach Veröffentlichung"
|
768 |
|
769 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:196
|
770 |
msgid "at scheduled times"
|
771 |
msgstr "zu geplanten Zeiten"
|
772 |
|
773 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:199
|
774 |
msgid "You want to sched your blog post with Auto-Poster?"
|
775 |
msgstr "Du willst Deinen Blogbeitrag mit dem Autoposter planen?"
|
776 |
|
777 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:199 ../..
|
778 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:70 ../..
|
779 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:88
|
780 |
msgid "Upgrade to PREMIUM PRO"
|
781 |
msgstr "Upgrade auf PREMIUM PRO"
|
782 |
|
783 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:205
|
784 |
msgid "Select date:"
|
785 |
msgstr "Datum auswählen:"
|
786 |
|
787 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:211
|
788 |
msgid "post at"
|
789 |
msgstr "beachte"
|
790 |
|
791 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:212
|
792 |
msgid "my time settings"
|
793 |
msgstr "meine Zeit-Einstellungen"
|
794 |
|
795 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/PostBox.php:213
|
796 |
msgid ""
|
797 |
"Note: If you have not specified your own times, we automatically provide "
|
798 |
"you with the best times to post on the social networks. You can always "
|
803 |
"posten. Du kannst jederzeit Deine eigenen Zeiten unter Einstellungen "
|
804 |
"bearbeiten."
|
805 |
|
806 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:77
|
807 |
msgid "Account"
|
808 |
msgstr "Konto"
|
809 |
|
810 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:80 ../..
|
811 |
+
#: /plugins/blog2social-v-4-6/views/b2s/settings.php:252
|
812 |
msgid "Personal Time Zone"
|
813 |
msgstr "Persönliche Zeitzone"
|
814 |
|
815 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:86
|
816 |
msgid "Timezone for Scheduling"
|
817 |
msgstr "Zeitzone für die Planung"
|
818 |
|
819 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:86
|
820 |
msgid "User"
|
821 |
msgstr "Benutzer"
|
822 |
|
823 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:91
|
824 |
msgid "Content"
|
825 |
msgstr "Inhalt"
|
826 |
|
827 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:92
|
828 |
msgid "use b2s.pm Link Shortener"
|
829 |
msgstr "b2s.pm Link Shortener aktivieren"
|
830 |
|
831 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:94
|
832 |
msgid "allow shortcodes in my post"
|
833 |
msgstr "berücksichtige Shortcodes in meinen Beiträgen"
|
834 |
|
835 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:96
|
836 |
msgid "include Wordpress tags as hashtags in my post"
|
837 |
msgstr "Füge WordPress-Tags als Hashtags zu Deinen Social Media-Posts hinzu"
|
838 |
|
839 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:112
|
840 |
msgid "Auto-post your own created posts"
|
841 |
msgstr "Auto-Poste Deine selbsterstellten Blogbeiträge"
|
842 |
|
843 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:113
|
844 |
msgid "Define by default to automatically post your posts on social media:"
|
845 |
msgstr ""
|
846 |
"Definiere standardmäßig Blogbeiträge oder Seiten, die Du auf Social Media "
|
847 |
"automatisch teilen möchtest:"
|
848 |
|
849 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:115
|
850 |
msgid ""
|
851 |
"Select by default if the auto-poster is activated when you publish a new "
|
852 |
"post or update a post."
|
854 |
"Wähle standardmäßig aus, ob der Auto-Poster aktiviert ist, wenn Du einen "
|
855 |
"neuen Beitrag veröffentlichst oder aktualisierst. "
|
856 |
|
857 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:120
|
858 |
msgid "new posts"
|
859 |
msgstr "Neue Beiträge"
|
860 |
|
861 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:121 ../..
|
862 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:131
|
863 |
msgid "Unselect all"
|
864 |
msgstr "Alle abwählen"
|
865 |
|
866 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:121 ../..
|
867 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:131
|
868 |
msgid "Select all"
|
869 |
msgstr "Alle auswählen"
|
870 |
|
871 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:130
|
872 |
msgid "updating existing posts"
|
873 |
msgstr "Bestehenden Beitrag aktualisieren"
|
874 |
|
875 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:142 ../..
|
876 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:176
|
877 |
msgid "Save"
|
878 |
msgstr " Speichern"
|
879 |
|
880 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:150
|
881 |
msgid "Auto-post your imported posts to Twitter & Facebook"
|
882 |
msgstr "Auto-Poste Deine importierten Beiträge auf Twitter & Facebook"
|
883 |
|
884 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:151
|
885 |
msgid "Define by default to automatically share your imported posts to social media:"
|
886 |
msgstr ""
|
887 |
"Definiere standardmässig alle Deine importierten Beiträge auf den Social "
|
888 |
"Media zu veröffentlichen:"
|
889 |
|
890 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:154
|
891 |
msgid "Your current licence:"
|
892 |
msgstr "Deine aktuelle Lizenz:"
|
893 |
|
894 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:155
|
895 |
msgid "share up to"
|
896 |
msgstr "teile bis zu"
|
897 |
|
898 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:155
|
899 |
msgid "posts per day"
|
900 |
msgstr "Beiträge pro Tag"
|
901 |
|
902 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:156
|
903 |
msgid "need more?"
|
904 |
msgstr "Benötigst Du mehr?"
|
905 |
|
906 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:158
|
907 |
msgid "Select by default to automatically share your imported posts"
|
908 |
msgstr "Teile standardmäßig automatisch importierte Beiträge auf meinen Social Media"
|
909 |
|
910 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:162
|
911 |
msgid "Select to auto-post to your standard networks:"
|
912 |
msgstr "Wähle die Netzwerke aus, auf denen automatisch veröffentlicht werden soll:"
|
913 |
|
914 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:164
|
915 |
msgid "Select to auto-post immediately after publishing or with a delay"
|
916 |
msgstr "Importierte Beiträge direkt veröffentlichen oder mit einer Verzögerung"
|
917 |
|
918 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:165
|
919 |
msgid "immediately"
|
920 |
msgstr "sofort"
|
921 |
|
922 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:166
|
923 |
msgid "publish with a delay of"
|
924 |
msgstr "veröffentlichen mit einer Verzögerung von"
|
925 |
|
926 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:167
|
927 |
msgid "minutes"
|
928 |
msgstr "Minuten"
|
929 |
|
930 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:190
|
931 |
msgid "Filter Posts (Only posts that meet the following criteria will be autoposted)"
|
932 |
msgstr ""
|
933 |
"Beiträge filtern (Nur Beiträge, die die Kriterien erfüllen, werden "
|
934 |
"automatisch veröffentlicht)"
|
935 |
|
936 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:191
|
937 |
msgid "Post Types"
|
938 |
msgstr "Posttypen"
|
939 |
|
940 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:192
|
941 |
msgid "Include (Post only...)"
|
942 |
msgstr "enthält (nur Beiträge, mit ...)"
|
943 |
|
944 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:193
|
945 |
msgid "Exclude (Do no post ...)"
|
946 |
msgstr "enthält nicht (Veröffentliche keine Beiträge, mit...)"
|
947 |
|
948 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:227
|
949 |
msgid "add/change connection"
|
950 |
msgstr "Verbindung hinzufügen/ändern"
|
951 |
|
952 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:268
|
953 |
msgid "Reset all page and post meta data"
|
954 |
msgstr "Lösche alle Seiten und Beitrags Meta Angaben"
|
955 |
|
956 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:270
|
957 |
msgid ""
|
958 |
"This is a global feature for your blog, which can only be edited by users "
|
959 |
"with admin rights."
|
961 |
"Dies ist eine globale Einstellung für Deinen Blog, die nur von Usern mit "
|
962 |
"Admin Rechten bearbeitet werden kann."
|
963 |
|
964 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:272
|
965 |
msgid "Meta Tags Settings for Posts and Pages"
|
966 |
msgstr "Meta Tag Einstellungen für Beiträge und Seiten"
|
967 |
|
968 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:273
|
969 |
msgid ""
|
970 |
"Add Open Graph meta tags to your shared posts or pages, required by Facebook "
|
971 |
"and other social networks to display your post or page image, title and "
|
975 |
"Facebook und andere soziale Netzwerke Bilder, Titel und Beschreibung Deines "
|
976 |
"Beitrag/Seite korrekt darstellen können."
|
977 |
|
978 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:275
|
979 |
msgid ""
|
980 |
"Add Twitter Card meta tags to your shared posts or pages, required by "
|
981 |
"Twitter to display your post or page image, title and description correctly."
|
984 |
"Twitter Bilder, Titel und Beschreibung Deines Beitrag/Seite korrekt "
|
985 |
"darstellen kann."
|
986 |
|
987 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:277
|
988 |
msgid "Frontpage Settings"
|
989 |
msgstr "Frontpage Einstellungen"
|
990 |
|
991 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:279
|
992 |
msgid ""
|
993 |
"Add the default Open Graph parameters for title, description and image you "
|
994 |
"want Facebook to display, if you share the frontpage of your blog as link "
|
998 |
"die Open Graph Parameter bei Facebook, wenn Du die Frontpage Deines Blogs "
|
999 |
"als Link Post teilst (http://www.DeinBlog.de) "
|
1000 |
|
1001 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:282 ../..
|
1002 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:294 ../..
|
1003 |
+
#: /plugins/blog2social-v-4-6/views/b2s/ship.php:30 ../../plugins/blog2social-v-4-
|
1004 |
+
#: 6/views/prg/ship.php:41 ../../plugins/blog2social-v-4-6/views/prg/ship.php:43 .
|
1005 |
+
#: ./../plugins/blog2social-v-4-6/views/prg/html/form.phtml:26 ../..
|
1006 |
+
#: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:28
|
1007 |
msgid "Title"
|
1008 |
msgstr "Titel"
|
1009 |
|
1010 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:283 ../..
|
1011 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:295
|
1012 |
msgid "Description"
|
1013 |
msgstr "Beschreibung"
|
1014 |
|
1015 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:284 ../..
|
1016 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:296
|
1017 |
msgid "Image URL"
|
1018 |
msgstr "Bild Url"
|
1019 |
|
1020 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:284 ../..
|
1021 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:296 ../..
|
1022 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Ship/Image.php:80 ../..
|
1023 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Ship/Image.php:82
|
1024 |
msgid "Image upload / Media Gallery"
|
1025 |
msgstr "Bild hochladen / Mediathek"
|
1026 |
|
1027 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:285
|
1028 |
msgid ""
|
1029 |
"Please note: Facebook supports images with a minimum dimension of 200x200 "
|
1030 |
"pixels and an aspect ratio of 1:1."
|
1032 |
"Bitte beachte: Facebook unterstützt Bilder mit einer Mindestgröße von "
|
1033 |
"200x200 Pixel and einem Bildgrößenverhältnis von 1:1."
|
1034 |
|
1035 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:291
|
1036 |
msgid ""
|
1037 |
"Add the default Twitter Card parameters for title, description and image you "
|
1038 |
"want Twitter to display, if you share the frontpage of your blog as link "
|
1042 |
"Image, wenn Du die Frontpage Deines Blogs als Link Post teilst (http://www."
|
1043 |
"DeinBlog.de) "
|
1044 |
|
1045 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:297
|
1046 |
msgid ""
|
1047 |
"Please note: Twitter supports images with a minimum dimension of 144x144 "
|
1048 |
"pixels and a maximum dimension of 4096x4096 pixels and less than 5 BM. The "
|
1054 |
" The Bilder werden auf ein quadratisches Maß übertragen. Twitter unterstützt "
|
1055 |
"die Bildformate JPG, PNG, WEBP und GIF. "
|
1056 |
|
1057 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:312
|
1058 |
msgid "Did you know?"
|
1059 |
msgstr "Wusstest Du schon?"
|
1060 |
|
1061 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:313
|
1062 |
msgid ""
|
1063 |
"With Premium Pro, you can change the custom post format photo post or link "
|
1064 |
"post for each individual social media post and channel (profile, page, "
|
1068 |
"Beitrag individuell zwischen Link-Beitrag und Bild-Beitrag auswählen "
|
1069 |
"(Profile, Seiten, Gruppen)"
|
1070 |
|
1071 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:313
|
1072 |
msgid "Upgrade to Premium Pro now."
|
1073 |
msgstr "Upgrade auf Premium PRO"
|
1074 |
|
1075 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:330 ../..
|
1076 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:383 ../..
|
1077 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:428 ../..
|
1078 |
+
#: /plugins/blog2social-v-4-6/views/b2s/post.calendar.php:60 ../..
|
1079 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:127
|
1080 |
msgid "Image with frame"
|
1081 |
msgstr "Bild mit Rahmen"
|
1082 |
|
1083 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:330 ../..
|
1084 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:383 ../..
|
1085 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:428 ../..
|
1086 |
+
#: /plugins/blog2social-v-4-6/views/b2s/post.calendar.php:60 ../..
|
1087 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:110
|
1088 |
msgid "Link Post"
|
1089 |
msgstr "Link-Beitrag"
|
1090 |
|
1091 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:335 ../..
|
1092 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:128
|
1093 |
msgid ""
|
1094 |
"Insert white frames to show the whole image in your timeline. All image "
|
1095 |
"information will be shown in your timeline."
|
1098 |
"das quadratische Instagram-Layout anzupassen und das gesamte Bild bereits in "
|
1099 |
"Deiner Timeline anzuzeigen. "
|
1100 |
|
1101 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:337
|
1102 |
msgid ""
|
1103 |
"The link post format displays posts title, link address and the first one or "
|
1104 |
"two sentences of the post. The networks scan this information from your META "
|
1122 |
"Deinen Blogbeitrag. Bitte beachte: Bei Google + können nur Bilder, die im "
|
1123 |
"Blogbeitrag enthalten sind, für Link-Posts ausgewählt werden. "
|
1124 |
|
1125 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:341 ../..
|
1126 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:407 ../..
|
1127 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:428 ../..
|
1128 |
+
#: /plugins/blog2social-v-4-6/views/b2s/post.calendar.php:60 ../..
|
1129 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:132
|
1130 |
msgid "Image cut out"
|
1131 |
msgstr "Bild zuschneiden"
|
1132 |
|
1133 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:341 ../..
|
1134 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:407 ../..
|
1135 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:428 ../..
|
1136 |
+
#: /plugins/blog2social-v-4-6/views/b2s/post.calendar.php:60 ../..
|
1137 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:115
|
1138 |
msgid "Photo Post"
|
1139 |
msgstr "Bild-Beitrag"
|
1140 |
|
1141 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:346 ../..
|
1142 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:133
|
1143 |
msgid ""
|
1144 |
"The image preview will be cropped automatically to fit the default Instagram "
|
1145 |
"layout for your Instagram timeline. The image will be shown uncropped when "
|
1150 |
"auf Deiner Timeline. Mit Klick auf den Post wird das Bild in der Instagram-"
|
1151 |
"Vorschau als Ganzes angezeigt."
|
1152 |
|
1153 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:348 ../..
|
1154 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:116
|
1155 |
msgid ""
|
1156 |
"A photo or image post displays the selected image in the one-page preview of "
|
1157 |
"Blog2Social and your comment above the image. The image links to the image "
|
1167 |
"langfristig sichtbar bleibt. Auf Facebook kannst Du den Namen des Albums "
|
1168 |
"bearbeiten und eine Beschreibung Deiner Wahl ergänzen."
|
1169 |
|
1170 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:378
|
1171 |
msgid "All"
|
1172 |
msgstr "alle"
|
1173 |
|
1174 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:399
|
1175 |
+
msgid "Activate Instant Caching"
|
1176 |
+
msgstr "Instant Caching aktivieren"
|
1177 |
+
|
1178 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:481 ../..
|
1179 |
+
#: /plugins/blog2social-v-4-6/views/b2s/post.sched.php:24
|
1180 |
msgid "Uhr"
|
1181 |
msgstr "Uhr"
|
1182 |
|
1183 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:485
|
1184 |
msgid "Best times to post"
|
1185 |
msgstr "Beste Zeiten"
|
1186 |
|
1187 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:498 ../..
|
1188 |
+
#: /plugins/blog2social-v-4-6/views/b2s/settings.php:77 ../../plugins/blog2social-
|
1189 |
+
#: v-4-6/views/b2s/ship.php:51 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:
|
1190 |
+
#: 341 ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:208
|
1191 |
msgid "You want to schedule your posts and use the Best Time Scheduler?"
|
1192 |
msgstr ""
|
1193 |
"Du möchtest die Veröffentlichung Deiner Posts planen und den Beste Zeiten "
|
1194 |
"Manager benutzen?"
|
1195 |
|
1196 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:500 ../..
|
1197 |
+
#: /plugins/blog2social-v-4-6/views/b2s/post.sched.php:90 ../..
|
1198 |
+
#: /plugins/blog2social-v-4-6/views/b2s/settings.php:57 ../../plugins/blog2social-
|
1199 |
+
#: v-4-6/views/b2s/settings.php:62 ../../plugins/blog2social-v-4-
|
1200 |
+
#: 6/views/b2s/settings.php:79 ../../plugins/blog2social-v-4-6/views/b2s/settings.
|
1201 |
+
#: php:119 ../../plugins/blog2social-v-4-6/views/b2s/settings.php:121 ../..
|
1202 |
+
#: /plugins/blog2social-v-4-6/views/b2s/settings.php:134 ../..
|
1203 |
+
#: /plugins/blog2social-v-4-6/views/b2s/settings.php:136 ../..
|
1204 |
+
#: /plugins/blog2social-v-4-6/views/b2s/settings.php:149 ../..
|
1205 |
+
#: /plugins/blog2social-v-4-6/views/b2s/settings.php:151 ../..
|
1206 |
+
#: /plugins/blog2social-v-4-6/views/b2s/settings.php:165 ../..
|
1207 |
+
#: /plugins/blog2social-v-4-6/views/b2s/settings.php:167 ../..
|
1208 |
+
#: /plugins/blog2social-v-4-6/views/b2s/ship.php:438
|
1209 |
msgid "save"
|
1210 |
msgstr "speichern"
|
1211 |
|
1212 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Settings/Item.php:505
|
1213 |
msgid "Sorry, we can not load your data at the moment..."
|
1214 |
msgstr "Sorry, derzeit können wir Deine Daten nicht laden. Versuche es erneut."
|
1215 |
|
1216 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Image.php:29
|
1217 |
msgid "The images file types .jpg and .png are allowed. Please try another."
|
1218 |
msgstr "Es sind nur .jpg und .png Bilder erlaubt. Bitte wähle ein anderes Bild aus."
|
1219 |
|
1220 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Image.php:30 ../..
|
1221 |
+
#: /plugins/blog2social-v-4-6/views/b2s/settings.php:15
|
1222 |
msgid ""
|
1223 |
"You need a higher user role to upload an image on this blog. Please contact "
|
1224 |
"your administrator."
|
1226 |
"Du brauchst eine höhere Benutzerrolle, um ein Bild auf diesem Blog "
|
1227 |
"hochzuladen. Bitte kontaktiere Deinen Administrator."
|
1228 |
|
1229 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Image.php:31
|
1230 |
msgid "To select an individual image from your media library,"
|
1231 |
msgstr "Um ein individuelles Bild aus Deiner Mediathek auszuwählen,"
|
1232 |
|
1233 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Image.php:37
|
1234 |
msgid ""
|
1235 |
"The best size for images in social media posts are between: 667-1000px x 523-"
|
1236 |
"1000px. Blog2Social will automatically resize your image according to "
|
1240 |
"1000px x 523-1000px <br> Blog2Social passt Dein Bild automatisch die Größe "
|
1241 |
"des jeweiligen Netzwerks an."
|
1242 |
|
1243 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Image.php:61
|
1244 |
msgid "No images are included in your post."
|
1245 |
msgstr "In dem Beitrag sind keine Bilder hinterlegt"
|
1246 |
|
1247 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Image.php:69
|
1248 |
msgid "Apply image for all networks"
|
1249 |
msgstr "Bild für alle Netzwerke übernehmen"
|
1250 |
|
1251 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Image.php:73 ../..
|
1252 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Ship/Image.php:75
|
1253 |
msgid "Apply image for this network"
|
1254 |
msgstr "Bild für dieses Netzwerk übernehmen"
|
1255 |
|
1256 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Image.php:86 ../..
|
1257 |
+
#: /plugins/blog2social-v-4-6/views/b2s/settings.php:197
|
1258 |
msgid "Select or upload an image from media gallery"
|
1259 |
msgstr "Bild auswählen / hochladen"
|
1260 |
|
1261 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Image.php:87 ../..
|
1262 |
+
#: /plugins/blog2social-v-4-6/views/b2s/settings.php:198
|
1263 |
msgid "Use image"
|
1264 |
msgstr "Bild verwenden"
|
1265 |
|
1266 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:94
|
1267 |
msgid "Network does not support image for profiles"
|
1268 |
msgstr "Netzwerk unterstützt keine Bilder für Profile"
|
1269 |
|
1270 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:95
|
1271 |
msgid "Network defines image by link"
|
1272 |
msgstr "Netzwerk wählt selber das Bild aus"
|
1273 |
|
1274 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:97
|
1275 |
msgid "Supported HTML tags"
|
1276 |
msgstr "Erlaubte HTML-Elemente"
|
1277 |
|
1278 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:98 ../..
|
1279 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:146
|
1280 |
msgid "Network does not support emojis"
|
1281 |
msgstr "Netzwerk unterstützt keine Emojis"
|
1282 |
|
1283 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:130
|
1284 |
msgid "Text only"
|
1285 |
msgstr "nur Text"
|
1286 |
|
1287 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:131 ../..
|
1288 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:135 ../..
|
1289 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:170 ../..
|
1290 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:174 ../..
|
1291 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:196 ../..
|
1292 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:200
|
1293 |
msgid "characters"
|
1294 |
msgstr "Zeichen"
|
1295 |
|
1296 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:145
|
1297 |
msgid "Network does not support image for pages"
|
1298 |
msgstr "Netzwerk unterstützt keine Bilder für Seiten"
|
1299 |
|
1300 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:229
|
1301 |
msgid "post format"
|
1302 |
msgstr "Postformat"
|
1303 |
|
1304 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:238
|
1305 |
msgid "Insert full-text"
|
1306 |
msgstr "ganzen Text einfügen"
|
1307 |
|
1308 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:240
|
1309 |
msgid "Delete text"
|
1310 |
msgstr "Text löschen"
|
1311 |
|
1312 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:258
|
1313 |
msgid "hide calendar"
|
1314 |
msgstr "Kalender ausblenden"
|
1315 |
|
1316 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:258
|
1317 |
msgid "show calendar"
|
1318 |
msgstr "Kalender anzeigen"
|
1319 |
|
1320 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:300 ../..
|
1321 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:324 ../..
|
1322 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:348 ../..
|
1323 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:366 ../..
|
1324 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:381
|
1325 |
msgid "Write something about your post..."
|
1326 |
msgstr "Schreibe etwas..."
|
1327 |
|
1328 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:307 ../..
|
1329 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:331 ../..
|
1330 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:355 ../..
|
1331 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:411
|
1332 |
msgid "Change image for this network"
|
1333 |
msgstr "Bild für dieses Netzwerk ändern"
|
1334 |
|
1335 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:311
|
1336 |
msgid ""
|
1337 |
"Info: Change Open Graph Meta tags image, title and description for this "
|
1338 |
"network"
|
1339 |
msgstr "Info: Ändere die Open Graph Parameter für diese Netzwerk"
|
1340 |
|
1341 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:314 ../..
|
1342 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:338
|
1343 |
msgid ""
|
1344 |
"You want to change your link image, link title and link description for this "
|
1345 |
"network? Click here."
|
1346 |
msgstr "Du möchtest das Bild, den Titel und die Beschreibung ändern? Hier Klicken."
|
1347 |
|
1348 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:316
|
1349 |
msgid "OG Meta title"
|
1350 |
msgstr "OG Titel"
|
1351 |
|
1352 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:317
|
1353 |
msgid "OG Meta description"
|
1354 |
msgstr "OG Beschreibung"
|
1355 |
|
1356 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:335
|
1357 |
msgid "Info: Change Card Meta tags image, title and description for this network"
|
1358 |
msgstr "Info: Ändere die Twitter Card Parameter für diese Netzwerk"
|
1359 |
|
1360 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:340
|
1361 |
msgid "Card Meta title"
|
1362 |
msgstr "Card Titel"
|
1363 |
|
1364 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:341
|
1365 |
msgid "Card Meta description"
|
1366 |
msgstr "Card Beschreibung"
|
1367 |
|
1368 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:398
|
1369 |
msgid "required"
|
1370 |
msgstr "erforderlich"
|
1371 |
|
1372 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:418 ../..
|
1373 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:420
|
1374 |
msgid "Link"
|
1375 |
msgstr "Link"
|
1376 |
|
1377 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:479
|
1378 |
msgid "The Headline..."
|
1379 |
msgstr "Die Überschrift..."
|
1380 |
|
1381 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:484
|
1382 |
msgid "Hashtags"
|
1383 |
msgstr "Hashtags"
|
1384 |
|
1385 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:515
|
1386 |
msgid "Share Now"
|
1387 |
msgstr "Sofort teilen"
|
1388 |
|
1389 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:518 ../..
|
1390 |
+
#: /plugins/blog2social-v-4-6/views/b2s/post.calendar.php:211 ../..
|
1391 |
+
#: /plugins/blog2social-v-4-6/views/b2s/ship.php:377
|
1392 |
msgid "Schedule post once"
|
1393 |
msgstr "Beitrag einmal planen"
|
1394 |
|
1395 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:520
|
1396 |
msgid "Schedule Recurrent Post"
|
1397 |
msgstr "regelmäßig Planen"
|
1398 |
|
1399 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:552
|
1400 |
msgid "Interval"
|
1401 |
msgstr "Intervall"
|
1402 |
|
1403 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:553 ../..
|
1404 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:556
|
1405 |
msgid "Duration"
|
1406 |
msgstr "Dauer"
|
1407 |
|
1408 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:557
|
1409 |
msgid "Repeat"
|
1410 |
msgstr "Wiederholungen"
|
1411 |
|
1412 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:558
|
1413 |
msgid "Day of month"
|
1414 |
msgstr "Tag im Month"
|
1415 |
|
1416 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:559
|
1417 |
msgid "Duration in days"
|
1418 |
msgstr "Abstand in Tagen"
|
1419 |
|
1420 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:561
|
1421 |
msgid "Start date"
|
1422 |
msgstr "Startdatum"
|
1423 |
|
1424 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:562 ../..
|
1425 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:595 ../..
|
1426 |
+
#: /plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:614 ../..
|
1427 |
+
#: /plugins/blog2social-v-4-6/views/b2s/modal.calendar.php:41 ../..
|
1428 |
+
#: /plugins/blog2social-v-4-6/views/b2s/modal.calendar.php:46
|
1429 |
msgid "Time"
|
1430 |
msgstr "Zeit"
|
1431 |
|
1432 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:563
|
1433 |
msgid "Days"
|
1434 |
msgstr "Tage"
|
1435 |
|
1436 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:569
|
1437 |
msgid "weekly"
|
1438 |
msgstr "wöchentlich"
|
1439 |
|
1440 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:570
|
1441 |
msgid "monthly"
|
1442 |
msgstr "monatlich"
|
1443 |
|
1444 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:571
|
1445 |
msgid "own period"
|
1446 |
msgstr "eigener Zeitraum"
|
1447 |
|
1448 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:577
|
1449 |
msgid "Week"
|
1450 |
msgstr "Woche"
|
1451 |
|
1452 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:577
|
1453 |
msgid "Weeks"
|
1454 |
msgstr "Wochen"
|
1455 |
|
1456 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:586
|
1457 |
msgid "Month"
|
1458 |
msgstr "Monat"
|
1459 |
|
1460 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:586
|
1461 |
msgid "Months"
|
1462 |
msgstr "Monate"
|
1463 |
|
1464 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:595
|
1465 |
msgid "Times"
|
1466 |
msgstr "mal"
|
1467 |
|
1468 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:606
|
1469 |
msgid "End Of Month"
|
1470 |
msgstr "Monatsende"
|
1471 |
|
1472 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:611
|
1473 |
msgid "Timespan"
|
1474 |
msgstr "Timespan"
|
1475 |
|
1476 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:613 ../..
|
1477 |
+
#: /plugins/blog2social-v-4-6/views/b2s/modal.calendar.php:40 ../..
|
1478 |
+
#: /plugins/blog2social-v-4-6/views/b2s/modal.calendar.php:45
|
1479 |
msgid "Date"
|
1480 |
msgstr "Startdatum"
|
1481 |
|
1482 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:619
|
1483 |
msgid "Mon"
|
1484 |
msgstr "Mo"
|
1485 |
|
1486 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:620
|
1487 |
msgid "Tue"
|
1488 |
msgstr "Di"
|
1489 |
|
1490 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:621
|
1491 |
msgid "Wed"
|
1492 |
msgstr "Mi"
|
1493 |
|
1494 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:622
|
1495 |
msgid "Thu"
|
1496 |
msgstr "Do"
|
1497 |
|
1498 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:623
|
1499 |
msgid "Fri"
|
1500 |
msgstr "Fr"
|
1501 |
|
1502 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:624
|
1503 |
msgid "Sat"
|
1504 |
msgstr "Sa"
|
1505 |
|
1506 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:625
|
1507 |
msgid "Sun"
|
1508 |
msgstr "So"
|
1509 |
|
1510 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:630
|
1511 |
msgid "delete"
|
1512 |
msgstr "löschen"
|
1513 |
|
1514 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:631
|
1515 |
msgid "Add Posting Time"
|
1516 |
msgstr "neue Terminserie anlegen"
|
1517 |
|
1518 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:637
|
1519 |
msgid "Apply Settings To All Networks"
|
1520 |
msgstr "Planung für alle Netzwerke übernehmen"
|
1521 |
|
1522 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Item.php:638
|
1523 |
msgid "Save Settings As Default"
|
1524 |
msgstr "Planung dauerhaft speichern"
|
1525 |
|
1526 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Save.php:274
|
1527 |
msgid "view social media post"
|
1528 |
msgstr "Zeige Social Media Beitrag an"
|
1529 |
|
1530 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/Ship/Save.php:283
|
1531 |
msgid "scheduled on"
|
1532 |
msgstr "geplant für"
|
1533 |
|
1534 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/User/Info.php:11
|
1535 |
msgid "Number of shared posts"
|
1536 |
msgstr "Anzahl geteilter Beiträge"
|
1537 |
|
1538 |
+
#: ../../plugins/blog2social-v-4-6/includes/B2S/User/Info.php:14
|
1539 |
msgid "Number of scheduled posts"
|
1540 |
msgstr "Anzahl der geplanten Posts"
|
1541 |
|
1542 |
+
#: ../../plugins/blog2social-v-4-6/includes/Loader.php:247
|
1543 |
msgid "Auto-Post on Social Media"
|
1544 |
msgstr "Automatisch auf Social Media teilen"
|
1545 |
|
1546 |
+
#: ../../plugins/blog2social-v-4-6/includes/Loader.php:479
|
1547 |
msgid "This post will be shared into your social media on"
|
1548 |
msgstr "Dein Beitrag ist zur Veröffentlichung in den Social Media geplant ab dem"
|
1549 |
|
1550 |
+
#: ../../plugins/blog2social-v-4-6/includes/Loader.php:479 ../..
|
1551 |
+
#: /plugins/blog2social-v-4-6/includes/Loader.php:481
|
1552 |
msgid "show details"
|
1553 |
msgstr "siehe Details"
|
1554 |
|
1555 |
+
#: ../../plugins/blog2social-v-4-6/includes/Loader.php:481
|
1556 |
msgid "This post will be shared on social media in 2-3 minutes!"
|
1557 |
msgstr "Dein Beitrag wird in ca. 2-3 Minuten in die Social Media eingestellt!"
|
1558 |
|
1559 |
+
#: ../../plugins/blog2social-v-4-6/includes/Loader.php:485
|
1560 |
msgid ""
|
1561 |
"Please, make sure that your post are publish on this blog on this moment. "
|
1562 |
"Then you can auto post your post with Blog2social."
|
1564 |
"Bitte stelle sicher, dass Dein Beitrag in diesem Moment veröffentlicht wurde."
|
1565 |
" Dann kannst Du Deinen Beitrag automatisch mit Blog2Social posten."
|
1566 |
|
1567 |
+
#: ../../plugins/blog2social-v-4-6/includes/Loader.php:500
|
1568 |
msgid "Upgrade to Premium"
|
1569 |
msgstr "Premium freischalten"
|
1570 |
|
1571 |
+
#: ../../plugins/blog2social-v-4-6/includes/Loader.php:508
|
1572 |
msgid "Your post could not be posted."
|
1573 |
msgstr "Dein Post ist nicht vom Netzwerk veröffentlicht worden."
|
1574 |
|
1575 |
+
#: ../../plugins/blog2social-v-4-6/includes/Loader.php:509
|
1576 |
msgid "Your authorization has expired. Please check your authorization."
|
1577 |
msgstr "Deine Autorisierung ist abgelaufen. Bitte überprüfe deine Autorisierung."
|
1578 |
|
1579 |
+
#: ../../plugins/blog2social-v-4-6/includes/Loader.php:510
|
1580 |
msgid "The network has marked the post as spam or abusive."
|
1581 |
msgstr "Das Netzwerk hat Deinen Post als Spam oder missbräuchlich markiert."
|
1582 |
|
1583 |
+
#: ../../plugins/blog2social-v-4-6/includes/Loader.php:511
|
1584 |
msgid ""
|
1585 |
"We don't have the permission to publish your post. Please check your "
|
1586 |
"authorization."
|
1588 |
"Wir haben nicht Deine Erlaubnis, den Post zu veröffentlichen. Bitte "
|
1589 |
"überprüfe deine Autorisierung."
|
1590 |
|
1591 |
+
#: ../../plugins/blog2social-v-4-6/includes/Loader.php:512
|
1592 |
msgid ""
|
1593 |
"Your authorization is interrupted. Please check your authorization. Please "
|
1594 |
"see <a target=\"_blank\" href=\"https://www.blog2social."
|
1598 |
"Siehe <a target=\"_blank\" href=\"https://www.blog2social."
|
1599 |
"com/de/faq/category/9/fehlermeldungen-und-loesungen.html\">FAQ</a>."
|
1600 |
|
1601 |
+
#: ../../plugins/blog2social-v-4-6/includes/Loader.php:513
|
1602 |
msgid "Your limit is reached for today."
|
1603 |
msgstr "Du hast das Veröffentlichungs-Limit mit Deinem Account für Heute erreicht."
|
1604 |
|
1605 |
+
#: ../../plugins/blog2social-v-4-6/includes/Loader.php:514
|
1606 |
msgid "Your post could not be posted, because your image is not available."
|
1607 |
msgstr "Das Netzwerk kann Dein Bild nicht verarbeiten."
|
1608 |
|
1609 |
+
#: ../../plugins/blog2social-v-4-6/includes/Loader.php:515
|
1610 |
msgid ""
|
1611 |
"The network has blocked your account. Please see <a target=\"_blank\" "
|
1612 |
"href=\"https://www.blog2social.com/en/faq/category/9/troubleshooting-for-"
|
1616 |
"href=\"https://www.blog2social.com/de/faq/category/9/fehlermeldungen-und-"
|
1617 |
"loesungen.html\">FAQ</a>."
|
1618 |
|
1619 |
+
#: ../../plugins/blog2social-v-4-6/includes/Loader.php:516
|
1620 |
msgid ""
|
1621 |
"The number of images is reached. Please see <a target=\"_blank\" href=\"https:"
|
1622 |
"//www.blog2social.com/en/faq/category/9/troubleshooting-for-error-messages."
|
1626 |
"href=\"https://www.blog2social.com/de/faq/category/9/fehlermeldungen-und-"
|
1627 |
"loesungen.html\">FAQ</a>."
|
1628 |
|
1629 |
+
#: ../../plugins/blog2social-v-4-6/includes/Loader.php:517
|
1630 |
+
msgid "Your limit has temporarily been reached for this network. Try again later."
|
1631 |
+
msgstr ""
|
1632 |
+
"Du hast das Veröffentlichungs-Limit mit Deinem Account kurzzeitig erreicht. "
|
1633 |
+
"Versuche es später erneut."
|
1634 |
|
1635 |
+
#: ../../plugins/blog2social-v-4-6/includes/Loader.php:518
|
1636 |
msgid ""
|
1637 |
"The network can not publish special characters such as Emoji. Please see <a "
|
1638 |
"target=\"_blank\" href=\"https://www.blog2social."
|
1642 |
"//www.blog2social.com/de/faq/category/9/fehlermeldungen-und-loesungen."
|
1643 |
"html\">FAQ</a>."
|
1644 |
|
1645 |
+
#: ../../plugins/blog2social-v-4-6/includes/Loader.php:519
|
1646 |
msgid "Your post is a duplicate."
|
1647 |
msgstr "Du kannst auf dem Netzwerke keine Duplikate veröffentlichen."
|
1648 |
|
1649 |
+
#: ../../plugins/blog2social-v-4-6/includes/Loader.php:520
|
1650 |
msgid "The network are required a public url to your post."
|
1651 |
msgstr "Das Netzwerk fordert, dass Dein Link zu Deinem Beitrag erreichbar ist."
|
1652 |
|
1653 |
+
#: ../../plugins/blog2social-v-4-6/includes/Loader.php:521
|
1654 |
msgid "The network says, that your group is not exisits."
|
1655 |
msgstr "Das Netzwerk konnte Deine angegebene Gruppe nicht finden."
|
1656 |
|
1657 |
+
#: ../../plugins/blog2social-v-4-6/includes/Loader.php:578 ../..
|
1658 |
+
#: /plugins/blog2social-v-4-6/includes/Loader.php:611
|
1659 |
msgid "Dashboard"
|
1660 |
msgstr "Dashboard"
|
1661 |
|
1662 |
+
#: ../../plugins/blog2social-v-4-6/includes/Loader.php:579 ../..
|
1663 |
+
#: /plugins/blog2social-v-4-6/includes/Loader.php:579 ../../plugins/blog2social-v-
|
1664 |
+
#: 4-6/includes/Loader.php:618
|
1665 |
msgid "Posts & Sharing"
|
1666 |
msgstr "Beiträge"
|
1667 |
|
1668 |
+
#: ../../plugins/blog2social-v-4-6/includes/Loader.php:580 ../..
|
1669 |
+
#: /plugins/blog2social-v-4-6/includes/Loader.php:580 ../../plugins/blog2social-v-
|
1670 |
+
#: 4-6/includes/Loader.php:625 ../../plugins/blog2social-v-4-6/views/b2s/network.
|
1671 |
#: php:17
|
1672 |
msgid "Networks"
|
1673 |
msgstr "Netzwerke"
|
1674 |
|
1675 |
+
#: ../../plugins/blog2social-v-4-6/includes/Loader.php:581 ../..
|
1676 |
+
#: /plugins/blog2social-v-4-6/includes/Loader.php:581 ../../plugins/blog2social-v-
|
1677 |
+
#: 4-6/includes/Loader.php:631 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:
|
1678 |
+
#: 54 ../../plugins/blog2social-v-4-6/views/b2s/ship.php:265
|
1679 |
msgid "Settings"
|
1680 |
msgstr "Einstellungen"
|
1681 |
|
1682 |
+
#: ../../plugins/blog2social-v-4-6/includes/Loader.php:582 ../..
|
1683 |
+
#: /plugins/blog2social-v-4-6/includes/Loader.php:582 ../../plugins/blog2social-v-
|
1684 |
+
#: 4-6/includes/Loader.php:637
|
1685 |
msgid "PR-Service"
|
1686 |
msgstr "PR-Service"
|
1687 |
|
1688 |
+
#: ../../plugins/blog2social-v-4-6/includes/Loader.php:583 ../..
|
1689 |
+
#: /plugins/blog2social-v-4-6/includes/Loader.php:583 ../../plugins/blog2social-v-
|
1690 |
+
#: 4-6/includes/Loader.php:644 ../../plugins/blog2social-v-4-
|
1691 |
+
#: 6/views/b2s/widgets/tutorial.php:4
|
1692 |
msgid "How to & FAQ"
|
1693 |
msgstr "How to & FAQ"
|
1694 |
|
1695 |
+
#: ../../plugins/blog2social-v-4-6/includes/Loader.php:584
|
1696 |
msgid "Premium"
|
1697 |
msgstr "Premium"
|
1698 |
|
1699 |
+
#: ../../plugins/blog2social-v-4-6/includes/Loader.php:602
|
1700 |
msgid "Blog2Social"
|
1701 |
msgstr "Blog2Social"
|
1702 |
|
1703 |
+
#: ../../plugins/blog2social-v-4-6/includes/Loader.php:958 ../..
|
1704 |
+
#: /plugins/blog2social-v-4-6/includes/Loader.php:1111
|
1705 |
msgid "or"
|
1706 |
msgstr "oder"
|
1707 |
|
1708 |
+
#: ../../plugins/blog2social-v-4-6/includes/Loader.php:958 ../..
|
1709 |
+
#: /plugins/blog2social-v-4-6/includes/Loader.php:1111
|
1710 |
msgid "back to install plugins"
|
1711 |
msgstr "zurück zur Pluginübersicht"
|
1712 |
|
1713 |
+
#: ../../plugins/blog2social-v-4-6/includes/Notice.php:18
|
1714 |
msgid ""
|
1715 |
"<strong>Rate it!</strong> If you like Blog2Social, please give us a 5 star "
|
1716 |
"rating. I there is anything that does not work for you, please contact us!"
|
1718 |
"Wenn Dir Blog2Social gefällt, dann freuen wir uns über eine 5 Sterne "
|
1719 |
"Bewertung. Spreche uns an, wenn Dir irgendwas nicht gefällt."
|
1720 |
|
1721 |
+
#: ../../plugins/blog2social-v-4-6/includes/Notice.php:19 ../..
|
1722 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/sidebar.phtml:55
|
1723 |
msgid "RATE BLOG2SOCIAL"
|
1724 |
msgstr "Blog2Social jetzt bewerten"
|
1725 |
|
1726 |
+
#: ../../plugins/blog2social-v-4-6/includes/Notice.php:20
|
1727 |
msgid "hide"
|
1728 |
msgstr "ausblenden"
|
1729 |
|
1730 |
+
#: ../../plugins/blog2social-v-4-6/includes/PRG/Post/Filter.php:31
|
1731 |
msgid "All Authors"
|
1732 |
msgstr "alle Autoren"
|
1733 |
|
1734 |
+
#: ../../plugins/blog2social-v-4-6/includes/PRG/Post/Filter.php:42
|
1735 |
msgid "All Types"
|
1736 |
msgstr "alle Typen"
|
1737 |
|
1738 |
+
#: ../../plugins/blog2social-v-4-6/includes/PRG/Post/Item.php:100
|
1739 |
msgid "You have no posts published or scheduled"
|
1740 |
msgstr "Du hast keine Beiträge veröffentlicht oder geplant"
|
1741 |
|
1742 |
+
#: ../../plugins/blog2social-v-4-6/includes/PRG/Post/Item.php:127
|
1743 |
msgid "Publish on PR-Gateway"
|
1744 |
msgstr "Beitrag über PR-Gateway veröffentlichen"
|
1745 |
|
1746 |
+
#: ../../plugins/blog2social-v-4-6/includes/PRG/Post/Item.php:129
|
1747 |
msgid "on Blog"
|
1748 |
msgstr "auf dem Blog"
|
1749 |
|
1750 |
+
#: ../../plugins/blog2social-v-4-6/includes/System.php:61
|
1751 |
msgid ""
|
1752 |
"Blog2Social used cURL. cURL is not installed in your PHP installation on "
|
1753 |
"your server. Install cURL and activate Blog2Social again."
|
1755 |
"Blog2Social verwendet cURL. cURL ist nicht in deiner PHP Version auf deinem "
|
1756 |
"Server installiert. Installiere cURL und aktiviere Blog2Social erneut."
|
1757 |
|
1758 |
+
#: ../../plugins/blog2social-v-4-6/includes/System.php:64 ../..
|
1759 |
+
#: /plugins/blog2social-v-4-6/includes/System.php:70
|
1760 |
msgid ""
|
1761 |
"Please see <a href=\"https://www.blog2social."
|
1762 |
"com/en/faq/content/1/58/en/system-requirements-for-installing-blog2social."
|
1766 |
"com/de/faq/content/1/63/de/systemvoraussetzungen-fuer-die-installation-von-"
|
1767 |
"blog2social.html\" target=\"_blank\">FAQ</a>"
|
1768 |
|
1769 |
+
#: ../../plugins/blog2social-v-4-6/includes/System.php:67
|
1770 |
msgid ""
|
1771 |
"Blog2Social used PHP. Your installed PHP version on your server is not high "
|
1772 |
"enough to use Blog2Social. Update your PHP version on 5.5.3 or higher."
|
1775 |
"um Blog2Social zu nutzen. Aktualisere Deine PHP Version auf 5.5.3 oder höher."
|
1776 |
" "
|
1777 |
|
1778 |
+
#: ../../plugins/blog2social-v-4-6/includes/System.php:73
|
1779 |
msgid ""
|
1780 |
"Blog2Social seems to have no permission to write in your WordPress database. "
|
1781 |
"Please make sure to assign Blog2Social the permission to write in the "
|
1785 |
"Bitte stelle sicher, dass Blog2Social das Recht eingeräumt wird, in Deine "
|
1786 |
"Wordpress Datenbank zu schreiben."
|
1787 |
|
1788 |
+
#: ../../plugins/blog2social-v-4-6/includes/System.php:76
|
1789 |
msgid ""
|
1790 |
"<a href=\"https://www.blog2social.com/en/faq/content/1/58/en/system-"
|
1791 |
"requirements-for-installing-blog2social.html\" target=\"_blank\"> Please find "
|
1795 |
"com/de/faq/content/1/63/de/systemvoraussetzungen-fuer-die-installation-von-"
|
1796 |
"blog2social.html\" target=\"_blank\">Siehe FAQ</a>"
|
1797 |
|
1798 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/dashboard.php:66
|
1799 |
msgid "Couldn't find your answer?"
|
1800 |
msgstr "Konntest Du Deine Antwort nicht finden?"
|
1801 |
|
1802 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/dashboard.php:68
|
1803 |
msgid "Contact Support by Email"
|
1804 |
msgstr "Support-Team per E-Mail kontaktieren"
|
1805 |
|
1806 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/dashboard.php:70
|
1807 |
msgid "Call us: +49 2181 7569-277"
|
1808 |
msgstr "Ruf' uns an: +49 2181 7569-277"
|
1809 |
|
1810 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/dashboard.php:72
|
1811 |
msgid "(Call times: from 9:00 a.m. to 5:00 p.m. CET on working days)"
|
1812 |
msgstr "(Anrufzeiten: Montags bis Freitag von 9:00 bis 17:00 MEZ)"
|
1813 |
|
1814 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/howto.php:9
|
1815 |
msgid "How to use Blog2Social"
|
1816 |
msgstr "So nutzt Du Blog2Social"
|
1817 |
|
1818 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/howto.php:17
|
1819 |
msgid ""
|
1820 |
"Learn how to get the most out of Blog2Social to promote your blog on social "
|
1821 |
"media. Find step-by-step instructions and tips for FREE and PREMIUM users."
|
1824 |
"auf den Social Media zu bewerben. Siehe Dir dazu die Schritt-für-Schritt "
|
1825 |
"Anleitung und Tipps für Free und Premium Nutzer an."
|
1826 |
|
1827 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/howto.php:30
|
1828 |
msgid "Do you need help?"
|
1829 |
msgstr "Brauchst Du Unterstützung?"
|
1830 |
|
1831 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/howto.php:32
|
1832 |
msgid "Find answers to common questions in our FAQ."
|
1833 |
msgstr "Finde Antworten zu häufig gestelle Fragen in umserem FAQ."
|
1834 |
|
1835 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/howto.php:37
|
1836 |
msgid "search FAQ"
|
1837 |
msgstr "suchen"
|
1838 |
|
1839 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/howto.php:41 ../..
|
1840 |
+
#: /plugins/blog2social-v-4-6/views/b2s/widgets/support.php:1
|
1841 |
msgid "TOP 5 FAQ"
|
1842 |
msgstr "TOP 5 FAQ"
|
1843 |
|
1844 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/modal.calendar.php:7
|
1845 |
msgid "Edit Post"
|
1846 |
msgstr "Beitrag bearbeiten"
|
1847 |
|
1848 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/modal.calendar.php:28
|
1849 |
msgid "This post is blocked by %1"
|
1850 |
msgstr "% 1bearbeitet gerade diesen Beitrag."
|
1851 |
|
1852 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/modal.calendar.php:59 ../..
|
1853 |
+
#: /plugins/blog2social-v-4-6/views/b2s/network.php:28
|
1854 |
msgid "Delete"
|
1855 |
msgstr "löschen"
|
1856 |
|
1857 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/modal.calendar.php:63
|
1858 |
msgid "Change details"
|
1859 |
msgstr "Änderungen übernehmen"
|
1860 |
|
1861 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/network.php:22 ../..
|
1862 |
+
#: /plugins/blog2social-v-4-6/views/b2s/network.php:23 ../../plugins/blog2social-
|
1863 |
+
#: v-4-6/views/b2s/post.calendar.php:166 ../../plugins/blog2social-v-4-
|
1864 |
+
#: 6/views/b2s/post.calendar.php:167 ../../plugins/blog2social-v-4-
|
1865 |
+
#: 6/views/prg/post.php:25 ../../plugins/blog2social-v-4-6/views/prg/post.php:26 .
|
1866 |
+
#: ./../plugins/blog2social-v-4-6/views/b2s/html/post.navbar.phtml:15 ../..
|
1867 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/post.navbar.phtml:16
|
1868 |
msgid "filter"
|
1869 |
msgstr "Filter"
|
1870 |
|
1871 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/network.php:33 ../..
|
1872 |
+
#: /plugins/blog2social-v-4-6/views/b2s/network.php:36 ../../plugins/blog2social-
|
1873 |
+
#: v-4-6/views/b2s/network.php:69 ../../plugins/blog2social-v-4-
|
1874 |
+
#: 6/views/b2s/network.php:92
|
1875 |
msgid "Create new profile"
|
1876 |
msgstr "neues Profil erstellen"
|
1877 |
|
1878 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/network.php:35
|
1879 |
msgid "You want to define a new combination of networks?"
|
1880 |
msgstr "Du möchtest eine neue Kombination von Netzwerken anlegen?"
|
1881 |
|
1882 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/network.php:75
|
1883 |
msgid "create"
|
1884 |
msgstr "erstellen"
|
1885 |
|
1886 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/network.php:95
|
1887 |
msgid ""
|
1888 |
"All connected networks will be displayed as default \"Standard\" networks "
|
1889 |
"profile.<br><br>You may define various sets of social media accounts, "
|
1923 |
"verschiedene Netzwerk-Profile noch schneller auf Deine verschiedenen "
|
1924 |
"Netzwerk-Kombinationen zuzugreifen."
|
1925 |
|
1926 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/network.php:98
|
1927 |
msgid "You want to add another network profile, pages or groups?"
|
1928 |
msgstr ""
|
1929 |
"Du möchtest ein weiteres Netzwerkprofil anlegen oder auf Seiten und Gruppen "
|
1930 |
"posten?"
|
1931 |
|
1932 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/network.php:127
|
1933 |
msgid "Delete Profile"
|
1934 |
msgstr "Profil löschen"
|
1935 |
|
1936 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/network.php:130
|
1937 |
msgid "Do you really want to delete this profile"
|
1938 |
msgstr "Soll Dein Profil wirklich gelöscht werden?"
|
1939 |
|
1940 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/network.php:133 ../..
|
1941 |
+
#: /plugins/blog2social-v-4-6/views/b2s/post.publish.php:74 ../..
|
1942 |
+
#: /plugins/blog2social-v-4-6/views/b2s/post.sched.php:111 ../..
|
1943 |
+
#: /plugins/blog2social-v-4-6/views/b2s/widgets/posts.php:80 ../..
|
1944 |
+
#: /plugins/blog2social-v-4-6/views/prg/ship.php:92
|
1945 |
msgid "NO"
|
1946 |
msgstr "NEIN"
|
1947 |
|
1948 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/network.php:134 ../..
|
1949 |
+
#: /plugins/blog2social-v-4-6/views/b2s/network.php:162 ../../plugins/blog2social-
|
1950 |
+
#: v-4-6/views/b2s/post.publish.php:75 ../../plugins/blog2social-v-4-
|
1951 |
+
#: 6/views/b2s/post.sched.php:112 ../../plugins/blog2social-v-4-
|
1952 |
+
#: 6/views/b2s/widgets/posts.php:81
|
1953 |
msgid "YES, delete"
|
1954 |
msgstr "Ja, löschen"
|
1955 |
|
1956 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/network.php:144
|
1957 |
msgid "Delete Authorization"
|
1958 |
msgstr "Autorisierung löschen"
|
1959 |
|
1960 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/network.php:153
|
1961 |
msgid "Do you really want to delete this authorization"
|
1962 |
msgstr "Soll die Autorisierung wirklich löschen werden?"
|
1963 |
|
1964 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/network.php:156
|
1965 |
msgid "You have still set up scheduled posts for this network:"
|
1966 |
msgstr "Du hast noch ausstehende Veröffentlichungen für dieses Netzwerk geplant:"
|
1967 |
|
1968 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/network.php:157
|
1969 |
msgid "scheduled posts"
|
1970 |
msgstr "geplante Beiträge"
|
1971 |
|
1972 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/network.php:163
|
1973 |
msgid "View schedule posts for this profile"
|
1974 |
msgstr "Gehe zu geplanten Beiträgen für dieses Profil."
|
1975 |
|
1976 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/post.calendar.php:30
|
1977 |
msgid "Sort by network"
|
1978 |
msgstr "Nach Netzwerk sortieren"
|
1979 |
|
1980 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/post.calendar.php:78
|
1981 |
msgid "add post"
|
1982 |
msgstr "neuer Beitrag"
|
1983 |
|
1984 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/post.calendar.php:94 ../..
|
1985 |
+
#: /plugins/blog2social-v-4-6/views/b2s/ship.php:460
|
1986 |
msgid "Choose your"
|
1987 |
msgstr "Wähle Deinen"
|
1988 |
|
1989 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/post.calendar.php:94 ../..
|
1990 |
+
#: /plugins/blog2social-v-4-6/views/b2s/ship.php:460
|
1991 |
msgid "Post Format"
|
1992 |
msgstr "Postformat"
|
1993 |
|
1994 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/post.calendar.php:96 ../..
|
1995 |
+
#: /plugins/blog2social-v-4-6/views/b2s/ship.php:462
|
1996 |
msgid "for:"
|
1997 |
msgstr "für:"
|
1998 |
|
1999 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/post.calendar.php:115 ../..
|
2000 |
+
#: /plugins/blog2social-v-4-6/views/b2s/ship.php:477
|
2001 |
msgid ""
|
2002 |
"Define the default settings for the custom post format for all of your "
|
2003 |
"Facebook accounts in the Blog2Social settings."
|
2005 |
"Definiere Dein Standard-Beitragsformat für alle Deine Facebook-Verbindungen "
|
2006 |
"unter den Blog2Social Einstellungen."
|
2007 |
|
2008 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/post.calendar.php:118 ../..
|
2009 |
+
#: /plugins/blog2social-v-4-6/views/b2s/ship.php:480
|
2010 |
msgid ""
|
2011 |
"Define the default settings for the custom post format for all of your "
|
2012 |
"Twitter accounts in the Blog2Social settings."
|
2014 |
"Definiere Dein Standard-Beitragsformat für alle Deine Twitter-Verbindungen "
|
2015 |
"unter den Blog2Social Einstellungen."
|
2016 |
|
2017 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/post.calendar.php:121 ../..
|
2018 |
+
#: /plugins/blog2social-v-4-6/views/b2s/ship.php:483
|
2019 |
+
msgid ""
|
2020 |
+
"Define the default settings for the custom post format for all of your "
|
2021 |
+
"Google+ accounts in the Blog2Social settings."
|
2022 |
+
msgstr ""
|
2023 |
+
"Definiere Dein Standard-Beitragsformat für alle Deine Google+ Verbindungen "
|
2024 |
+
"unter den Blog2Social Einstellungen."
|
2025 |
+
|
2026 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/post.calendar.php:124 ../..
|
2027 |
+
#: /plugins/blog2social-v-4-6/views/b2s/ship.php:486
|
2028 |
+
msgid ""
|
2029 |
+
"Define the default settings for the custom post format for all of your "
|
2030 |
+
"Instagram accounts in the Blog2Social settings."
|
2031 |
+
msgstr ""
|
2032 |
+
"Definiere Dein Standard-Beitragsformat für alle Deine Instagram-Verbindungen "
|
2033 |
+
"unter den Blog2Social Einstellungen."
|
2034 |
+
|
2035 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/post.calendar.php:139 ../..
|
2036 |
+
#: /plugins/blog2social-v-4-6/views/b2s/ship.php:417
|
2037 |
msgid "Select image for"
|
2038 |
msgstr "Wähle Bild aus für"
|
2039 |
|
2040 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/post.calendar.php:158
|
2041 |
msgid "Select a post"
|
2042 |
msgstr "Beitrag auswählen"
|
2043 |
|
2044 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/post.calendar.php:205 ../..
|
2045 |
+
#: /plugins/blog2social-v-4-6/views/b2s/ship.php:371
|
2046 |
msgid "Need to schedule your posts?"
|
2047 |
msgstr "Du möchtest Deine Beiträge planen?"
|
2048 |
|
2049 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/post.calendar.php:208 ../..
|
2050 |
+
#: /plugins/blog2social-v-4-6/views/b2s/ship.php:374
|
2051 |
msgid "Blog2Social Premium covers everything you need."
|
2052 |
msgstr "Blog2Social Premium deckt alles ab, was Du brauchst."
|
2053 |
|
2054 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/post.calendar.php:212 ../..
|
2055 |
+
#: /plugins/blog2social-v-4-6/views/b2s/ship.php:378
|
2056 |
msgid ""
|
2057 |
"You want to publish a post on a specific date? No problem! Just enter your "
|
2058 |
"desired date and you are ready to go!"
|
2060 |
"Du möchtest einen Beitrag an einem ganz bestimmten Datum veröffentlichen? "
|
2061 |
"Kein Problem! Stelle einfach Dein Wunschdatum ein und los geht’s!"
|
2062 |
|
2063 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/post.calendar.php:214 ../..
|
2064 |
+
#: /plugins/blog2social-v-4-6/views/b2s/ship.php:380
|
2065 |
msgid "Schedule post recurrently"
|
2066 |
msgstr "Beitrag mehrfach planen"
|
2067 |
|
2068 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/post.calendar.php:215 ../..
|
2069 |
+
#: /plugins/blog2social-v-4-6/views/b2s/ship.php:381
|
2070 |
msgid ""
|
2071 |
"You have evergreen content you want to re-share from time to time in your "
|
2072 |
"timeline? Schedule your evergreen content to be shared once, multiple times "
|
2076 |
"möchtest? Plane Deinen Evergreen-Content einmalig, mehrfach oder "
|
2077 |
"wiederholend zu verschiedenden Zeiten."
|
2078 |
|
2079 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/post.calendar.php:217 ../..
|
2080 |
+
#: /plugins/blog2social-v-4-6/views/b2s/premium.php:78 ../../plugins/blog2social-
|
2081 |
+
#: v-4-6/views/b2s/ship.php:383 ../../plugins/blog2social-v-4-
|
2082 |
+
#: 6/views/b2s/widgets/premium.php:71 ../../plugins/blog2social-v-4-
|
2083 |
+
#: 6/views/b2s/html/footer.phtml:191
|
2084 |
msgid "Best Time Scheduler"
|
2085 |
msgstr "Beste Zeiten Manager"
|
2086 |
|
2087 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/post.calendar.php:218 ../..
|
2088 |
+
#: /plugins/blog2social-v-4-6/views/b2s/ship.php:384
|
2089 |
msgid ""
|
2090 |
"Whenever you publish a post, only a fraction of your followers will actually "
|
2091 |
"see your post. Use the Blog2Social Best Times Scheduler to share your post "
|
2097 |
"Dein Beitrag zu den Besten Zeiten für jedes Netzwerk zu planen. Erhalte mehr "
|
2098 |
"Reichweite und verlängere die Lebensdauer Deiner Beiträge."
|
2099 |
|
2100 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/post.publish.php:65 ../..
|
2101 |
+
#: /plugins/blog2social-v-4-6/views/b2s/widgets/posts.php:71
|
2102 |
msgid "Delete entries from the reporting"
|
2103 |
msgstr "Einträge aus dem Reporting löschen"
|
2104 |
|
2105 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/post.publish.php:68 ../..
|
2106 |
+
#: /plugins/blog2social-v-4-6/views/b2s/widgets/posts.php:74
|
2107 |
msgid "You are sure, you want to delete entries from the reporting?"
|
2108 |
msgstr "Bist Du sicher, dass Du Einträge aus dem Reporting löschen möchtest?"
|
2109 |
|
2110 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/post.publish.php:70 ../..
|
2111 |
+
#: /plugins/blog2social-v-4-6/views/b2s/post.sched.php:107 ../..
|
2112 |
+
#: /plugins/blog2social-v-4-6/views/b2s/widgets/posts.php:76
|
2113 |
msgid "Number of entries"
|
2114 |
msgstr "Anzahl der Einträge"
|
2115 |
|
2116 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/post.sched.php:74
|
2117 |
msgid "Change Time"
|
2118 |
msgstr "Zeitpunkt ändern"
|
2119 |
|
2120 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/post.sched.php:102
|
2121 |
msgid "Delete entries form the scheduling"
|
2122 |
msgstr "Einträge aus der Planung löschen"
|
2123 |
|
2124 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/post.sched.php:105
|
2125 |
msgid "You are sure, you want to delete entries from the scheduling?"
|
2126 |
msgstr "Bist Du sicher, dass Du Einträge aus Deiner Planung löschen möchtest?"
|
2127 |
|
2128 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/premium.php:9 ../..
|
2129 |
+
#: /plugins/blog2social-v-4-6/views/b2s/widgets/premium.php:1
|
2130 |
msgid "Your license: Blog2Social"
|
2131 |
msgstr "Du nutzt Blog2Social"
|
2132 |
|
2133 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/premium.php:21 ../..
|
2134 |
+
#: /plugins/blog2social-v-4-6/views/b2s/widgets/premium.php:13
|
2135 |
msgid ""
|
2136 |
"Upgrade to Blog2Social Premium to schedule your posts for the best time, "
|
2137 |
"once or recurringly with the Best Time Scheduler and post to pages, groups "
|
2141 |
"im Voraus planen, zur einmaligen oder wiederholten Veröffentlichung. Und Du "
|
2142 |
"kannst auf Seiten, in Gruppen und mehreren Accounts pro Netzwerk posten."
|
2143 |
|
2144 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/premium.php:22 ../..
|
2145 |
+
#: /plugins/blog2social-v-4-6/views/b2s/widgets/premium.php:14
|
2146 |
msgid "Learn more"
|
2147 |
msgstr "mehr erfahren"
|
2148 |
|
2149 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/premium.php:27 ../..
|
2150 |
+
#: /plugins/blog2social-v-4-6/views/b2s/widgets/premium.php:19 ../..
|
2151 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/sidebar.phtml:24
|
2152 |
msgid "Enter license key and change your version"
|
2153 |
msgstr "Lizenzschlüssel eingeben und Version ändern"
|
2154 |
|
2155 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/premium.php:29 ../..
|
2156 |
+
#: /plugins/blog2social-v-4-6/views/b2s/widgets/premium.php:21 ../..
|
2157 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/sidebar.phtml:26
|
2158 |
msgid "Activate"
|
2159 |
msgstr "Aktivieren"
|
2160 |
|
2161 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/premium.php:51
|
2162 |
msgid "Social Media Sharing"
|
2163 |
msgstr "Netzwerkauswahl"
|
2164 |
|
2165 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/premium.php:52 ../..
|
2166 |
+
#: /plugins/blog2social-v-4-6/views/b2s/widgets/premium.php:36
|
2167 |
msgid "Cross-share to all popular social networks"
|
2168 |
msgstr "Teilen von Blogbeiträgen auf allen Social Media"
|
2169 |
|
2170 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/premium.php:60
|
2171 |
msgid "Auto Posting"
|
2172 |
msgstr "Auto-Posting"
|
2173 |
|
2174 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/premium.php:61 ../..
|
2175 |
+
#: /plugins/blog2social-v-4-6/views/b2s/widgets/premium.php:48
|
2176 |
msgid "Automatically share your posts whenever you publish a new blog post"
|
2177 |
msgstr "Blogbeiträge automatisch beim Veröffentlichen teilen"
|
2178 |
|
2179 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/premium.php:69
|
2180 |
msgid "Customizing Social Media Posts"
|
2181 |
msgstr "Individualisieren"
|
2182 |
|
2183 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/premium.php:70 ../..
|
2184 |
+
#: /plugins/blog2social-v-4-6/views/b2s/widgets/premium.php:60
|
2185 |
msgid ""
|
2186 |
"Edit or add comments, hashtags or handles. Edit posts in HTML for re-"
|
2187 |
"publishing on blogging networks"
|
2189 |
"Posting-Texte ergänzen mit Kommentaren, Hashtags oder Handles. HTML-Editor "
|
2190 |
"für das Posten in Blog-Netzwerken"
|
2191 |
|
2192 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/premium.php:79 ../..
|
2193 |
+
#: /plugins/blog2social-v-4-6/views/b2s/widgets/premium.php:72
|
2194 |
msgid "Choose pre-defined times to post or edit and define your own time settings"
|
2195 |
msgstr "Optimaler Zeitpunkt zum Posten voreingestellt und anpassbar"
|
2196 |
|
2197 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/premium.php:89
|
2198 |
msgid "Social Media Scheduler"
|
2199 |
msgstr "Veröffentlichungen planen"
|
2200 |
|
2201 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/premium.php:90
|
2202 |
msgid ""
|
2203 |
"Social media scheduling: once, repeatedly or recurrently to multiple "
|
2204 |
"profiles, pages and groups"
|
2206 |
"Einmalig, mehrmals oder regelmäßig auf mehreren Profilen, Seiten oder "
|
2207 |
"Gruppen posten"
|
2208 |
|
2209 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/premium.php:98
|
2210 |
msgid "Individual Images for Each Social Media Post"
|
2211 |
msgstr "Individuelle Bilder für jeden Social Media Post"
|
2212 |
|
2213 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/premium.php:99
|
2214 |
msgid ""
|
2215 |
"Select any image from your media gallery for each social media post and "
|
2216 |
"channel"
|
2217 |
msgstr "Wählen Sie beliebige Bilder für Ihre Social Media Posts"
|
2218 |
|
2219 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/premium.php:107
|
2220 |
msgid "Select Post Format"
|
2221 |
msgstr "Beitragsformat auswählen"
|
2222 |
|
2223 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/premium.php:108 ../..
|
2224 |
+
#: /plugins/blog2social-v-4-6/views/b2s/widgets/premium.php:96
|
2225 |
msgid "One-page preview editor for all social networks for easy customizing"
|
2226 |
msgstr ""
|
2227 |
"Zentrale Vorschauseite für alle Social Media mit Editor für einfaches "
|
2228 |
"Anpassen"
|
2229 |
|
2230 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/premium.php:116
|
2231 |
msgid "Social Media Reporting"
|
2232 |
msgstr "Reporting"
|
2233 |
|
2234 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/premium.php:117
|
2235 |
msgid "Keep track of your scheduled and shared posts"
|
2236 |
msgstr ""
|
2237 |
"Alle veröffentlichten und geplanten Social-Media-Posts mit direktem Link zum "
|
2238 |
"einfachen Aufrufen und erneuten Teilen"
|
2239 |
|
2240 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/premium.php:122
|
2241 |
msgid "Show me plans and prices"
|
2242 |
msgstr "Versionen und Preise anzeigen"
|
2243 |
|
2244 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/settings.php:25
|
2245 |
msgid "save..."
|
2246 |
msgstr "speichere Daten..."
|
2247 |
|
2248 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/settings.php:30
|
2249 |
msgid "General"
|
2250 |
msgstr "Allgemein"
|
2251 |
|
2252 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/settings.php:36
|
2253 |
msgid "Social Meta Data"
|
2254 |
msgstr "Social Meta Angaben"
|
2255 |
|
2256 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/settings.php:39
|
2257 |
msgid "Best Time Settings"
|
2258 |
msgstr "Zeit-Einstellungen"
|
2259 |
|
2260 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/settings.php:42
|
2261 |
msgid "Network Settings"
|
2262 |
msgstr "Netzwerk-Einstellungen"
|
2263 |
|
2264 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/settings.php:67 ../..
|
2265 |
+
#: /plugins/blog2social-v-4-6/views/b2s/ship.php:439
|
2266 |
msgid "My Time Settings"
|
2267 |
msgstr "Meine Zeit-Einstellungen"
|
2268 |
|
2269 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/settings.php:78
|
2270 |
msgid "Reset predefined best time settings"
|
2271 |
msgstr "Voreingestellte beste Zeiten zurücksetzen"
|
2272 |
|
2273 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/settings.php:88
|
2274 |
msgid "Post format"
|
2275 |
msgstr "Beitragsformat"
|
2276 |
|
2277 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/settings.php:98
|
2278 |
msgid "Facebook"
|
2279 |
msgstr "Facebook"
|
2280 |
|
2281 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/settings.php:101
|
2282 |
msgid "Twitter"
|
2283 |
msgstr "Twitter"
|
2284 |
|
2285 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/settings.php:104
|
2286 |
msgid "Google+"
|
2287 |
msgstr "Google+"
|
2288 |
|
2289 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/settings.php:107
|
2290 |
msgid "Instagram"
|
2291 |
msgstr "Instagram"
|
2292 |
|
2293 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/settings.php:205
|
2294 |
msgid "Allow shortcodes in my post"
|
2295 |
msgstr "berücksichtige Shortcodes in meinen Beiträgen"
|
2296 |
|
2297 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/settings.php:208
|
2298 |
msgid ""
|
2299 |
"Shortcodes are used by some wordpress plugins like Elementor, Visual "
|
2300 |
"Composer and Content Builder. When a shortcode is inserted in a WordPress "
|
2313 |
"den Inhalt durch ein Plugin zu ersetzen, das Du verwendet.<br><br> Aktiviere "
|
2314 |
"diese Funktion, wenn Du dynamische Elemente in Deinen Beiträgen verwendest."
|
2315 |
|
2316 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/settings.php:219
|
2317 |
msgid "Include WordPress tags as hashtags in your posts"
|
2318 |
msgstr "Füge WordPress-Tags als Hashtags zu Deinen Social Media-Posts hinzu"
|
2319 |
|
2320 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/settings.php:222
|
2321 |
msgid ""
|
2322 |
"Hashtags are a great way to generate more reach and visibility for your "
|
2323 |
"posts. By activating this feature Blog2Social will automatically include "
|
2334 |
"Hinzufügen zusätzlicher Hashtags zu machen. Blog2Social löscht unnötige "
|
2335 |
"Leerzeichen Deiner WordPress-Tags, um gültige Hashtags zu erstellen. \n"
|
2336 |
|
2337 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/settings.php:255
|
2338 |
msgid ""
|
2339 |
"Blog2Social applies the scheduled time settings based on the time zone "
|
2340 |
"defined in the general settings of your WordPress. You can select a user-"
|
2348 |
"für die Planung Deiner Social Media Posts festlegen. Wähle dazu die "
|
2349 |
"gewünschte Zeitzone aus dem Drop-Down Menü."
|
2350 |
|
2351 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:29
|
2352 |
msgid "Social Media Scheduling & Sharing"
|
2353 |
msgstr "Beitrag auf Social Media planen und teilen"
|
2354 |
|
2355 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:40
|
2356 |
msgid "scroll to bottom"
|
2357 |
msgstr "zum Seitenende"
|
2358 |
|
2359 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:45
|
2360 |
msgid "You want to load your time settings?"
|
2361 |
msgstr "Du möchtest Deine Zeiten laden?"
|
2362 |
|
2363 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:46
|
2364 |
msgid "Load My Time Settings"
|
2365 |
msgstr "Meine Zeit-Einstellungen laden"
|
2366 |
|
2367 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:52
|
2368 |
msgid "Load Best Time Scheduler"
|
2369 |
msgstr "Beste Zeiten laden"
|
2370 |
|
2371 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:85
|
2372 |
msgid "Social Accounts"
|
2373 |
msgstr "Social Media Konten"
|
2374 |
|
2375 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:103
|
2376 |
msgid "Add more..."
|
2377 |
msgstr "mehr hinzufügen"
|
2378 |
|
2379 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:105
|
2380 |
msgid "Profiles | Pages | Groups"
|
2381 |
msgstr "Profile | Seiten | Gruppen"
|
2382 |
|
2383 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:127
|
2384 |
msgid "Save Network Selection"
|
2385 |
msgstr "Netzwerkauswahl speichern"
|
2386 |
|
2387 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:136
|
2388 |
msgid "network connected"
|
2389 |
msgstr "Netzwerk verbunden"
|
2390 |
|
2391 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:137
|
2392 |
msgid "requires image"
|
2393 |
msgstr "Bild benötigt"
|
2394 |
|
2395 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:138
|
2396 |
msgid "refresh authorization"
|
2397 |
msgstr "Autorisierung aktualisieren"
|
2398 |
|
2399 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:161
|
2400 |
msgid ""
|
2401 |
"Notice:<br><p>Please make sure, that your website address is reachable. The "
|
2402 |
"Social Networks do not allow postings from local installations.</p>"
|
2405 |
"erreichbar ist. Die sozialen Netzwerke erlauben keine Posts von lokalen "
|
2406 |
"Installationen.</p>"
|
2407 |
|
2408 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:163
|
2409 |
msgid "change website address"
|
2410 |
msgstr "Webseiten-Adresse ändern"
|
2411 |
|
2412 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:180
|
2413 |
msgid "First, connect or select network before posting"
|
2414 |
msgstr ""
|
2415 |
"Verbinde Dich zuerst mit einem Netzwerk oder wähle ein Netzwerk aus, bevor "
|
2416 |
"Du den Beitrag teilst!"
|
2417 |
|
2418 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:182
|
2419 |
msgid "connect"
|
2420 |
msgstr "Jetzt mit Netzwerken verbinden"
|
2421 |
|
2422 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:190
|
2423 |
msgid "scroll to top"
|
2424 |
msgstr "zum Seitenanfang"
|
2425 |
|
2426 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:191 ../..
|
2427 |
+
#: /plugins/blog2social-v-4-6/views/b2s/ship.php:195
|
2428 |
msgid "Share"
|
2429 |
msgstr "Teilen"
|
2430 |
|
2431 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:204
|
2432 |
msgid "Time zone"
|
2433 |
msgstr "Zeitzone"
|
2434 |
|
2435 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:220
|
2436 |
msgid "Share new post on Social Media"
|
2437 |
msgstr "Teile einen neuen Beitrag auf Social Media"
|
2438 |
|
2439 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:242
|
2440 |
msgid "Connect for"
|
2441 |
msgstr "Netzwerke verbinden für"
|
2442 |
|
2443 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:258
|
2444 |
msgid "Time Scheduling"
|
2445 |
msgstr "Zeitplanung"
|
2446 |
|
2447 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:262
|
2448 |
msgid ""
|
2449 |
"You have not yet defined personal time settings. To edit personal time "
|
2450 |
"settings click on the Blog2Social Settings on the left-hand menu and select "
|
2456 |
"Menü von Blog2Social und wähle die \"Zeit-Einstellungen\" aus. Dort kannst Du "
|
2457 |
"die voreingestellten besten Zeiten verändern."
|
2458 |
|
2459 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:275
|
2460 |
msgid "Re-share this Post"
|
2461 |
msgstr "Diesen Beitrag nochmal teilen"
|
2462 |
|
2463 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:278
|
2464 |
msgid ""
|
2465 |
"You can re-share your post for a different sharing purpose, or to share on a "
|
2466 |
"different choice of networks, profiles, pages or groups, or with different "
|
2485 |
"auf \"Diesen Beitrag erneut teilen\" und Du wirst erneut zur Vorschau geführt, "
|
2486 |
"wo Deine Netzwerke, Texte und Bilder auswählen oder variieren kannst. "
|
2487 |
|
2488 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:281
|
2489 |
msgid "You want re-share your blog post?"
|
2490 |
msgstr "Du möchtest Deinen Beitrag erneut teilen?"
|
2491 |
|
2492 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:309
|
2493 |
msgid "Save Network Settings"
|
2494 |
msgstr "Netzwerkeinstellungen speichern"
|
2495 |
|
2496 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:312
|
2497 |
msgid ""
|
2498 |
"You can save your current network settings as \"Standard\" network settings "
|
2499 |
"for any future sharing activities or as a \"Profile\" to choose from (Premium)."
|
2525 |
"zur Vorschau geführt, wo Du Deine Netzwerke, Texte und Bilder wählen oder "
|
2526 |
"variieren kannst. "
|
2527 |
|
2528 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:324
|
2529 |
msgid "Your blog post is not yet published on your Wordpress!"
|
2530 |
msgstr "Dein Beitrag ist derzeit nicht auf Deinem Wordpress veröffentlicht."
|
2531 |
|
2532 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:327
|
2533 |
msgid "At least one of your selected networks is set to \"Share Now\""
|
2534 |
msgstr "Mindestens ein Netzwerk wurde mit der Option \"Sofort teilen\" ausgewählt."
|
2535 |
|
2536 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:331
|
2537 |
msgid "Schedule your post"
|
2538 |
msgstr "Beitrag planen"
|
2539 |
|
2540 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:334
|
2541 |
msgid "Ignore & share"
|
2542 |
msgstr "Ignorieren & teilen"
|
2543 |
|
2544 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:509
|
2545 |
msgid "add Schedule"
|
2546 |
msgstr "neuer Termin"
|
2547 |
|
2548 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/ship.php:520
|
2549 |
msgid "Give me more information"
|
2550 |
msgstr "Erhalte mehr Infomationen"
|
2551 |
|
2552 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/widgets/activity.php:5
|
2553 |
msgid "Your activity"
|
2554 |
msgstr "Deine Aktivität"
|
2555 |
|
2556 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/widgets/activity.php:8
|
2557 |
msgid "Show activity starting from"
|
2558 |
msgstr "Zeige Aktivität ab"
|
2559 |
|
2560 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/widgets/activity.php:13
|
2561 |
msgid "published social media posts"
|
2562 |
msgstr "veröffentlichte Beiträge"
|
2563 |
|
2564 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/widgets/newsletter.php:4
|
2565 |
msgid "Get news and updates for promoting your blog on social media"
|
2566 |
msgstr "Aktuelle Infos zur Blog-Promotion auf Social Media"
|
2567 |
|
2568 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/widgets/newsletter.php:10
|
2569 |
msgid "Get updates"
|
2570 |
msgstr "Updates erhalten"
|
2571 |
|
2572 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/widgets/newsletter.php:12
|
2573 |
msgid ""
|
2574 |
"We hate spam, too. We will never sell your email address to any other "
|
2575 |
"company or for any other purpose."
|
2577 |
"Wir mögen auch keinen Spam. Deine E-Mail-Adresse werden wir weder verkaufen "
|
2578 |
"noch anderweitig zweckentfremden. "
|
2579 |
|
2580 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/widgets/newsletter.php:16
|
2581 |
msgid "You have already subscribed to the newsletter. Awesome!"
|
2582 |
msgstr "Du hast Dich schon für den Newsletter angemeldet! Prima!"
|
2583 |
|
2584 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/widgets/posts.php:19
|
2585 |
msgid "Latest Posts"
|
2586 |
msgstr "letzte Beiträge"
|
2587 |
|
2588 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/widgets/posts.php:31 ../..
|
2589 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/post.navbar.phtml:7
|
2590 |
msgid "Scheduled Posts"
|
2591 |
msgstr "geplante Beiträge"
|
2592 |
|
2593 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/widgets/premium.php:35
|
2594 |
msgid "Network Choice"
|
2595 |
msgstr "Netzwerkauswahl"
|
2596 |
|
2597 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/widgets/premium.php:59
|
2598 |
msgid "Custom Sharing"
|
2599 |
msgstr "Individualisieren"
|
2600 |
|
2601 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/widgets/premium.php:83
|
2602 |
msgid "Custom Scheduling"
|
2603 |
msgstr "Veröffentlichungen planen"
|
2604 |
|
2605 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/widgets/premium.php:84
|
2606 |
msgid ""
|
2607 |
"Unlimited scheduling options: once, repeatedly or recurringly to multiple "
|
2608 |
"profiles, pages and groups"
|
2610 |
"Einmalig, mehrmals oder regelmäßig auf mehreren Profilen, Seiten oder "
|
2611 |
"Gruppen posten"
|
2612 |
|
2613 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/widgets/premium.php:95
|
2614 |
msgid "One-Step Workflow"
|
2615 |
msgstr "One-Step Workflow"
|
2616 |
|
2617 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/widgets/premium.php:107
|
2618 |
msgid "Reporting"
|
2619 |
msgstr "Veröffentlichungen anzeigen"
|
2620 |
|
2621 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/widgets/premium.php:108
|
2622 |
msgid ""
|
2623 |
"All scheduled and published social media posts with direct links for easy "
|
2624 |
"access or re-sharing"
|
2626 |
"Alle veröffentlichten und geplanten Social-Media-Posts mit direktem Link zum "
|
2627 |
"einfachen Aufrufen und erneuten Teilen"
|
2628 |
|
2629 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/widgets/premium.php:115
|
2630 |
msgid "Unlock Premium"
|
2631 |
msgstr "Premium freischalten"
|
2632 |
|
2633 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/widgets/support.php:9
|
2634 |
msgid "more FAQ"
|
2635 |
msgstr "mehr FAQ"
|
2636 |
|
2637 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/widgets/tutorial.php:1 ../..
|
2638 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/service.phtml:4
|
2639 |
msgid "How to work with Blog2Social"
|
2640 |
msgstr "So arbeitest Du mit Blog2Social"
|
2641 |
|
2642 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/widgets/tutorial.php:2
|
2643 |
msgid ""
|
2644 |
"Learn how to get the most out of Blog2Social to promote your blog on social "
|
2645 |
"media."
|
2647 |
"Du erfährst, wie Du Blog2Social optimal nutzt, um Deinen Blog auf Social "
|
2648 |
"Media zu promoten."
|
2649 |
|
2650 |
+
#: ../../plugins/blog2social-v-4-6/views/notice.php:12
|
2651 |
msgid "Connection is broken..."
|
2652 |
msgstr "Vebindung ist unterbrochen..."
|
2653 |
|
2654 |
+
#: ../../plugins/blog2social-v-4-6/views/notice.php:14
|
2655 |
msgid ""
|
2656 |
"The connection to your server has been interrupted. Please make sure that "
|
2657 |
"your blog is reachable. If your server does not respond or is too slow, "
|
2664 |
"nicht mit dem internet verbinden. Versuche es später erneut oder kontaktiere "
|
2665 |
"Deinen Webmaster, wenn dieser Fehler erneut erscheint."
|
2666 |
|
2667 |
+
#: ../../plugins/blog2social-v-4-6/views/notice.php:17
|
2668 |
msgid "Update..."
|
2669 |
msgstr "Aktualisierung..."
|
2670 |
|
2671 |
+
#: ../../plugins/blog2social-v-4-6/views/notice.php:19
|
2672 |
msgid ""
|
2673 |
"<b> A new version of Blog2Social is available. </b> Update now <br> "
|
2674 |
"Blog2Social to continue to use the latest version of the plugin."
|
2675 |
msgstr "<b> Eine neue Version von Blog2Social ist verfügbar </b>"
|
2676 |
|
2677 |
+
#: ../../plugins/blog2social-v-4-6/views/notice.php:23
|
2678 |
msgid "Update Blog2Social"
|
2679 |
msgstr "Aktualisiere Blog2Social"
|
2680 |
|
2681 |
+
#: ../../plugins/blog2social-v-4-6/views/notice.php:26
|
2682 |
msgid "Unknown error"
|
2683 |
msgstr "Unbekannter Fehler"
|
2684 |
|
2685 |
+
#: ../../plugins/blog2social-v-4-6/views/notice.php:28
|
2686 |
msgid "<b> An unknown error occurred! </b> <br> Please contact our support!"
|
2687 |
msgstr ""
|
2688 |
"<b> Ein unbekannter Fehler ist aufgetreten. </b> <br> Bitte kontaktiere "
|
2689 |
"unseren Support."
|
2690 |
|
2691 |
+
#: ../../plugins/blog2social-v-4-6/views/prg/login.php:14
|
2692 |
msgid "Login failed. Please check your username and a password!"
|
2693 |
msgstr ""
|
2694 |
" Die Anmeldung zu PR-Gateway ist fehlgeschlagen. Bitte überprüfe Deinen "
|
2695 |
"Benutzernamen und Dein Password!"
|
2696 |
|
2697 |
+
#: ../../plugins/blog2social-v-4-6/views/prg/login.php:20
|
2698 |
msgid "Login failed. Please check your server settings. OpenSSL must be enabled on."
|
2699 |
msgstr ""
|
2700 |
" Die Anmeldung zu PR-Gateway ist fehlgeschlagen. Bitte überprüfen Deine "
|
2701 |
"Server-Einstellungen. OpenSSL muss aktiviert sein. "
|
2702 |
|
2703 |
+
#: ../../plugins/blog2social-v-4-6/views/prg/login.php:23
|
2704 |
msgid "E-Mail or Username"
|
2705 |
msgstr "E-Mail oder Benutzername"
|
2706 |
|
2707 |
+
#: ../../plugins/blog2social-v-4-6/views/prg/login.php:24
|
2708 |
msgid "Password"
|
2709 |
msgstr "Passwort"
|
2710 |
|
2711 |
+
#: ../../plugins/blog2social-v-4-6/views/prg/login.php:27
|
2712 |
msgid "Sign in"
|
2713 |
msgstr "Anmelden"
|
2714 |
|
2715 |
+
#: ../../plugins/blog2social-v-4-6/views/prg/login.php:29
|
2716 |
msgid "create account"
|
2717 |
msgstr "neues Konto erstellen"
|
2718 |
|
2719 |
+
#: ../../plugins/blog2social-v-4-6/views/prg/login.php:29
|
2720 |
msgid "reset password"
|
2721 |
msgstr "Passwort zurücksetzen"
|
2722 |
|
2723 |
+
#: ../../plugins/blog2social-v-4-6/views/prg/login.php:35
|
2724 |
msgid "Test PR-Gateway for free"
|
2725 |
msgstr "PR-Gateway kostenlos und unverbindlich testen"
|
2726 |
|
2727 |
+
#: ../../plugins/blog2social-v-4-6/views/prg/login.php:36
|
2728 |
msgid "1x publish press release <br> 1x publish report <br> 1x promote event"
|
2729 |
msgstr ""
|
2730 |
"1 x Pressemitteilung veröffentlichen <br> 1 x Report abrufen <br>1 x "
|
2731 |
"Veranstaltung bewerben"
|
2732 |
|
2733 |
+
#: ../../plugins/blog2social-v-4-6/views/prg/login.php:38
|
2734 |
msgid ""
|
2735 |
"The press distribution PR gateway automatically publish your press releases "
|
2736 |
"and events with one click.Publish your message over 250 portals."
|
2742 |
"internationalen und regionalen Portalen, Social Media und Dokumenten-"
|
2743 |
"Netzwerken."
|
2744 |
|
2745 |
+
#: ../../plugins/blog2social-v-4-6/views/prg/login.php:41
|
2746 |
msgid "Start your 14-Day Free Trial"
|
2747 |
msgstr "Jetzt kostenlos testen"
|
2748 |
|
2749 |
+
#: ../../plugins/blog2social-v-4-6/views/prg/ship.php:34
|
2750 |
msgid "Select Image"
|
2751 |
msgstr "Bild auswählen"
|
2752 |
|
2753 |
+
#: ../../plugins/blog2social-v-4-6/views/prg/ship.php:45 ../..
|
2754 |
+
#: /plugins/blog2social-v-4-6/views/prg/ship.php:47
|
2755 |
msgid "Copyright"
|
2756 |
msgstr "Copyright"
|
2757 |
|
2758 |
+
#: ../../plugins/blog2social-v-4-6/views/prg/ship.php:66
|
2759 |
msgid "Save As Draft"
|
2760 |
msgstr "als Entwurf speichern"
|
2761 |
|
2762 |
+
#: ../../plugins/blog2social-v-4-6/views/prg/ship.php:67
|
2763 |
msgid "Publish"
|
2764 |
msgstr "Veröffentlichen"
|
2765 |
|
2766 |
+
#: ../../plugins/blog2social-v-4-6/views/prg/ship.php:85
|
2767 |
msgid "Please Note"
|
2768 |
msgstr "Hinweis"
|
2769 |
|
2770 |
+
#: ../../plugins/blog2social-v-4-6/views/prg/ship.php:88
|
2771 |
msgid ""
|
2772 |
"It may incur charges for publishing on PR-Gateway. Sent press releases can "
|
2773 |
"not be withdrawn. If you want your press release to be published now?"
|
2777 |
"Pressemitteilungen können nicht mehr zurückgenommen werden. Soll Deine "
|
2778 |
"Pressemitteilung jetzt versendet werden?"
|
2779 |
|
2780 |
+
#: ../../plugins/blog2social-v-4-6/views/prg/ship.php:91
|
2781 |
msgid "Yes, I accept"
|
2782 |
msgstr "Ja,einverstanden"
|
2783 |
|
2784 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:4
|
2785 |
+
msgid "Terms"
|
2786 |
+
msgstr "Agbs"
|
2787 |
+
|
2788 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:4
|
2789 |
msgid "We never store your data from your social media profiles."
|
2790 |
msgstr "Wir speichern keine persönlichen Daten Deiner Social Media Profile."
|
2791 |
|
2792 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:8 ../..
|
2793 |
+
#: /plugins/blog2social-v-4-6/views/prg/html/footer.phtml:8 ../..
|
2794 |
+
#: /plugins/blog2social-v-4-6/views/prg/html/header.phtml:40
|
2795 |
msgid "Post"
|
2796 |
msgstr "Beitrag"
|
2797 |
|
2798 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:9 ../..
|
2799 |
+
#: /plugins/blog2social-v-4-6/views/prg/html/footer.phtml:9
|
2800 |
msgid "Job"
|
2801 |
msgstr "Stellenanzeige"
|
2802 |
|
2803 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:10 ../..
|
2804 |
+
#: /plugins/blog2social-v-4-6/views/prg/html/footer.phtml:10
|
2805 |
msgid "Event"
|
2806 |
msgstr "Veranstaltung"
|
2807 |
|
2808 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:22
|
2809 |
msgid "Upgrade to Blog2Social for Premium"
|
2810 |
msgstr "Jetzt auf Blog2Social PREMIUM upgraden "
|
2811 |
|
2812 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:52
|
2813 |
msgid "Upgrade to Blog2Social for PREMIUM PRO"
|
2814 |
msgstr "Jetzt auf Blog2Social PREMIUM PRO upgraden "
|
2815 |
|
2816 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:55
|
2817 |
msgid ""
|
2818 |
"You can select different combinations of networks and save them for "
|
2819 |
"different sharing purposes."
|
2821 |
"Du kannst für verschiedene Social Media Aktivitäten oder Kampagnen eine "
|
2822 |
"passende Kombination von Netzwerken anlegen und speichern."
|
2823 |
|
2824 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:58
|
2825 |
msgid ""
|
2826 |
"With Blog2Social Premium PRO you can save your preferred network "
|
2827 |
"combinations for future reference and choose individual names for each "
|
2841 |
"mehrere Social Media Profile, Seiten und Gruppen eines Netzwerks in einer "
|
2842 |
"Kombination verbinden."
|
2843 |
|
2844 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:61
|
2845 |
msgid "With Blog2Social PREMIUM PRO you can also:"
|
2846 |
msgstr "Mit blog2Social Premium PRO kannst Du außerdem:"
|
2847 |
|
2848 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:63
|
2849 |
msgid ""
|
2850 |
"Post on LinkedIn pages, XING pages and groups, as well as Facebook and "
|
2851 |
"Google+ pages and groups"
|
2853 |
"Auf LinkedIn-Seiten, auf XING-Seiten und -Gruppen, sowie auf Seiten und "
|
2854 |
"Gruppen in Facebook und Google+ posten"
|
2855 |
|
2856 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:65
|
2857 |
msgid ""
|
2858 |
"Schedule your posts at the best times on each network: for one time, "
|
2859 |
"multiple times or recurrently"
|
2861 |
"Veröffentlichungen zur besten Zeit pro Netzwerk planen: einmalig, mehrmalig "
|
2862 |
"oder nach einem regelmäßigen Muster"
|
2863 |
|
2864 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:68
|
2865 |
msgid ""
|
2866 |
"Reporting and calendar: keep track of your published and scheduled social "
|
2867 |
"media posts"
|
2869 |
"Mit dem Reporting & Kalender Deine bereits veröffentlichten und geplanten "
|
2870 |
"Social Media Post im Blick behalten."
|
2871 |
|
2872 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:75
|
2873 |
msgid "Activate Blog2Social PREMIUM PRO."
|
2874 |
msgstr "Aktiviere Blog2Social PREMIUM PRO. "
|
2875 |
|
2876 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:77
|
2877 |
msgid ""
|
2878 |
"With Blog2Social Premium PRO you can connect pages in LinkedIn and XING as "
|
2879 |
"well as XING groups."
|
2881 |
"Mit Blog2Social Premium PRO kannst Du auf Seiten in LinkedIn und XING und in "
|
2882 |
"XING-Gruppen posten."
|
2883 |
|
2884 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:80
|
2885 |
msgid "Also included:"
|
2886 |
msgstr "Außerdem inklusive"
|
2887 |
|
2888 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:82
|
2889 |
msgid "Social media auto-posting and auto-scheduling"
|
2890 |
msgstr "Blogbeiträge auto-posten und auto-planen"
|
2891 |
|
2892 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:83
|
2893 |
msgid "Posting to social media pages and groups in Facebook and Google+"
|
2894 |
msgstr "Posten auf Social Media Seiten und in Gruppen bei Facebook and Google+ "
|
2895 |
|
2896 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:84
|
2897 |
msgid "Sharing on multiple accounts per network"
|
2898 |
msgstr "Posten in mehreren Accounts pro Netzwerk"
|
2899 |
|
2900 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:85
|
2901 |
msgid "Best Time Scheduler: schedule once, multiple times or recurringly"
|
2902 |
msgstr ""
|
2903 |
"Beste Zeiten Manager: Veröffentlichungen einmal, mehrmals oder regelmäßig "
|
2904 |
"planen"
|
2905 |
|
2906 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:86
|
2907 |
msgid "Reporting with links to already published posts"
|
2908 |
msgstr "Reporting mit Links zu allen veröffentlichten Social Media Posts"
|
2909 |
|
2910 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:101
|
2911 |
msgid "Select the preferred custom post format for your posts"
|
2912 |
msgstr "Entscheide Dich für das passende Format für Deine Social Media Posts"
|
2913 |
|
2914 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:106
|
2915 |
msgid ""
|
2916 |
"You can define your preferred custom post format Twitter, Facebook and "
|
2917 |
"Google +. Select link post or photo post format:"
|
2919 |
"Für Facebook, Twitter und Google + kannst Du Dein bevorzugtes Post-Format "
|
2920 |
"standardmäßig festlegen. Wähle das Link-Post- oder das Foto-Post-Format:"
|
2921 |
|
2922 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:111
|
2923 |
msgid ""
|
2924 |
"The link post format displays posts title, link address and the first one or "
|
2925 |
"two sentences of the post. The networks scan this information from your META "
|
2943 |
"Deinen Blogbeitrag. Bitte beachte: Bei Google + können nur Bilder, die im "
|
2944 |
"Blogbeitrag enthalten sind, für Link-Posts ausgewählt werden. \n"
|
2945 |
|
2946 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:123
|
2947 |
+
msgid ""
|
2948 |
+
"For Instagram, you can select \"image with frame\" or \"image cut out\" as your "
|
2949 |
+
"preferred custom post format."
|
2950 |
+
msgstr ""
|
2951 |
+
"Du kannst für Instagram zwischen \"Bild mit Rahmen\" umd \"Bild "
|
2952 |
+
"ausgeschnitten\" als Dein bevorzugtes Beitragsformat auswählen."
|
2953 |
+
|
2954 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:173
|
2955 |
msgid "Did you miss something?"
|
2956 |
msgstr "Was vermisst Du?"
|
2957 |
|
2958 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:176
|
2959 |
msgid "Help us make Blog2Social even better!"
|
2960 |
msgstr "Helfe uns Blog2Social besser zu machen!"
|
2961 |
|
2962 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:180
|
2963 |
msgid "submit"
|
2964 |
msgstr "senden"
|
2965 |
|
2966 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:194
|
2967 |
msgid ""
|
2968 |
"Blog2Social provides you with a ready-to-use best time scheduler based on "
|
2969 |
"current research on the best times to post on each social network."
|
2971 |
"Blog2Social stellt Dir ein vordefiniertes Zeitschema für die besten Zeiten "
|
2972 |
"zum Teilen auf den verschiedenen Social Media Kanälen zur Verfügung."
|
2973 |
|
2974 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:196
|
2975 |
msgid ""
|
2976 |
"Click Best Time Scheduler in the preview editor to schedule your posts "
|
2977 |
"automatically for the best times to post on each social network."
|
2980 |
"Click \"Best Time Scheduler\" in the preview editor to schedule your posts "
|
2981 |
"automatically for the best times to post on each social network."
|
2982 |
|
2983 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:198
|
2984 |
msgid ""
|
2985 |
"You can also define your own personal time settings for posting, if you know "
|
2986 |
"which times work best for your communities. Edit the pre-filled times in the "
|
2990 |
"eingetragenen Zeiten in den allgemeinen Einstellungen, die Du ändern "
|
2991 |
"möchtest und klicke \"speichern\"."
|
2992 |
|
2993 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:200
|
2994 |
msgid ""
|
2995 |
"Click My Time Settings in the preview editor to schedule your posts with "
|
2996 |
"your personal best time settings."
|
2998 |
"Klicke \"Meine Zeit-Einstellungen\" im Vorschau-Editor, um Deine Social Media "
|
2999 |
"Posts zu Deinen persönlichen Zeit-Einstellungen zu planen."
|
3000 |
|
3001 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:202
|
3002 |
msgid ""
|
3003 |
"You can always edit the predefined times in the preview editor for any post "
|
3004 |
"or network and save your new settings as default for future use."
|
3007 |
"jedes Netzwerk jederzeit individuell ändern oder neu definieren und für alle "
|
3008 |
"zukünftigen Beiträge abspeichern. "
|
3009 |
|
3010 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:204
|
3011 |
msgid ""
|
3012 |
"Blog2Social will also apply your personal time settings, if you enable the "
|
3013 |
"Social Media Auto-Poster and select auto-post at scheduled times. "
|
3016 |
"das Social Media Auto-Posting nutzt und die Veröffentlichung zu geplanten "
|
3017 |
"Zeiten auswählst."
|
3018 |
|
3019 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:237
|
3020 |
msgid "b2s.pm Link Shortener"
|
3021 |
msgstr "b2s.pm Linkverkürzer"
|
3022 |
|
3023 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:240
|
3024 |
msgid ""
|
3025 |
"The Blog2Social Shortener converts and publishes your links with a short URL "
|
3026 |
"on the social networks.<br>If you choose this option, you avoid that re-"
|
3047 |
"den verschiedenen Social Media geklickt, gelikt oder geteilt wurde. <br>Sie "
|
3048 |
"können den b2s.pm Shortener deaktivieren, um Ihre eigene URL anzuzeigen."
|
3049 |
|
3050 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:297
|
3051 |
msgid "Social Meta Tags Settings"
|
3052 |
msgstr "Meta Tag Einstellungen"
|
3053 |
|
3054 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:300 ../..
|
3055 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:381
|
3056 |
msgid "Change image, title and description for your post on this network"
|
3057 |
msgstr "Bild, Titel und Beschreibung des Blogbeitrags ändern"
|
3058 |
|
3059 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:306
|
3060 |
msgid ""
|
3061 |
"Facebook has changed its policy for posting link posts via plugins or web "
|
3062 |
"applications. Facebook does no longer display the featured or selected image "
|
3079 |
"Bitte stelle sicher, dass das ausgewählte Bild die Voraussetzungen für die "
|
3080 |
"Bildgrößen auf Facebook erfüllt."
|
3081 |
|
3082 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:308
|
3083 |
msgid ""
|
3084 |
"With Blog2Social you can select a featured image or any image you select to "
|
3085 |
"be displayed with your link post. Blog2Social will automatically write the "
|
3099 |
"der Beitragsvorschau an Bilder, Titel und Beschreibung vornimmst, nicht "
|
3100 |
"übernimmt. "
|
3101 |
|
3102 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:311
|
3103 |
msgid ""
|
3104 |
"Twitter has changed its policy for posting link posts via plugins or web "
|
3105 |
"applications. Twitter does no longer display the featured or selected image "
|
3121 |
"werden diese nicht angezeigt. Bitte stelle sicher, dass das ausgewählte Bild "
|
3122 |
"die Voraussetzungen für die Bildgrößen auf Twitter erfüllt."
|
3123 |
|
3124 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:313
|
3125 |
msgid ""
|
3126 |
"With Blog2Social you can select a featured image or any image you select to "
|
3127 |
"be displayed with your link post. Blog2Social will automatically write the "
|
3141 |
"Änderungen, die Du in der Beitragsvorschau an Bilder, Titel und Beschreibung "
|
3142 |
"vornimmst, nicht übernimmt. \n"
|
3143 |
|
3144 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:316
|
3145 |
msgid ""
|
3146 |
"You can change the image, title and description for your post on Facebook, "
|
3147 |
"by editing the following fields for"
|
3149 |
"Du kannst das Bild, den Titel und die Beschreibung für Deinen Post auf "
|
3150 |
"Facebook über die folgenden Felder ändern:"
|
3151 |
|
3152 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:319 ../..
|
3153 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:334
|
3154 |
msgid "image"
|
3155 |
msgstr "Bild"
|
3156 |
|
3157 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:320 ../..
|
3158 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:335
|
3159 |
msgid "title"
|
3160 |
msgstr "Titel"
|
3161 |
|
3162 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:321 ../..
|
3163 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:336
|
3164 |
msgid "description"
|
3165 |
msgstr "Beschreibung"
|
3166 |
|
3167 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:323
|
3168 |
msgid ""
|
3169 |
"Blog2Social will automatically write these information in the Facebook Open "
|
3170 |
"Graph (OG) Meta Tags for Image, Title and Description of your blog post."
|
3173 |
"Graph (OG) Meta Tag Parameter Deines Blogbeitrags für Image, Title und "
|
3174 |
"Description."
|
3175 |
|
3176 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:326
|
3177 |
msgid ""
|
3178 |
"Please note: If this post has already been shared or scheduled previously, "
|
3179 |
"your current changes will also affect the look of previously shared or "
|
3186 |
"Meta Tag Parameter Deiner Beitragsseite zieht und alle vorhandenen Beiträge "
|
3187 |
"mit diesen Informationen automatisch aktualisiert."
|
3188 |
|
3189 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:328
|
3190 |
#, php-format
|
3191 |
msgid ""
|
3192 |
"Please note: Your changes will have no effect on your social media posts on "
|
3197 |
"berücksichtigt werden, wenn Du in den Blog2Social Meta Tag<a target=\"_blank\" "
|
3198 |
"href=\"%s\">Einstellungen</a>, die Meta Tag Funktion manuell deaktiviert hast."
|
3199 |
|
3200 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:331
|
3201 |
msgid ""
|
3202 |
"You can change the image, title and description for your post on Twitter, by "
|
3203 |
"editing the following fields for"
|
3205 |
"Du kannst das Bild, den Titel und die Beschreibung für Deinen Post auf "
|
3206 |
"Twitter über die folgenden Felder ändern:"
|
3207 |
|
3208 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:338
|
3209 |
msgid ""
|
3210 |
"Blog2Social will automatically write these information in the Twitter Card "
|
3211 |
"Meta Tags for Image, Title and Description of your blog post."
|
3213 |
"Blog2Social übergibt diese Informationen automatisch an die Twitter Card "
|
3214 |
"Meta Tag Parameter Deines Blogbeitrags für Image, Title und Description."
|
3215 |
|
3216 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:341
|
3217 |
msgid ""
|
3218 |
"Please note: If this post has already been shared or scheduled previously, "
|
3219 |
"your current changes will also affect the look of previously shared or "
|
3228 |
"bereits geteilt hast, kann es bis zu 7 Tagen dauern, bis Twitter die "
|
3229 |
"Änderungen aktualisiert. "
|
3230 |
|
3231 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:343
|
3232 |
#, php-format
|
3233 |
msgid ""
|
3234 |
"Please note: Your changes will have no effect on your social media posts on "
|
3240 |
"target=\"_blank\" href=\"%s\">Einstellungen </a> die Meta Tag Funktion manuell "
|
3241 |
"deaktiviert hast."
|
3242 |
|
3243 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:350
|
3244 |
msgid "You want to change the image, title and description for your post?"
|
3245 |
msgstr "Du möchtest Dein Bild, Titel und Beschreibung für diesen Beitrag ändern?"
|
3246 |
|
3247 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:386
|
3248 |
msgid ""
|
3249 |
"You are currently sharing this post as image post. Changes to title and "
|
3250 |
"description Meta Tag parameters will only be supported for link post formats."
|
3256 |
"Format unterstützt. Bitte ändere das Post Format in Linkbeitrag, um "
|
3257 |
"Änderungen am Titel und der Beschreibung für die Postvorschau vorzunehmen."
|
3258 |
|
3259 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:389
|
3260 |
#, php-format
|
3261 |
msgid ""
|
3262 |
"Your changes will have no effect on your social media posts on Facebook, if "
|
3267 |
"Du Meta Tag Einstellungen für Facebook unter den Blog2Social <a "
|
3268 |
"target=\"_blank\" href=\"%s\">Einstellungen</a> deaktiviert hast."
|
3269 |
|
3270 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/footer.phtml:392
|
3271 |
#, php-format
|
3272 |
msgid ""
|
3273 |
"Your changes will have no effect on your social media posts on Twitter, if "
|
3278 |
"Du Meta Tag Einstellungen für Twitter unter den Blog2Social <a "
|
3279 |
"target=\"_blank\" href=\"%s\">Einstellungen</a> deaktiviert hast."
|
3280 |
|
3281 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:26
|
3282 |
msgid ""
|
3283 |
"To use all features of Blog2Social, PHP version 5.5.3 or higher is required. "
|
3284 |
"Our support assists you as of PHP version 5.5.3. See also:"
|
3287 |
"höher benötigt. Unser Support unterstützt Dich ab PHP Version 5.5.3. Siehe "
|
3288 |
"auch:"
|
3289 |
|
3290 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:27
|
3291 |
msgid "Technical requirements for Blog2Social"
|
3292 |
msgstr "Technische Vorraussetzungen für Blog2Social"
|
3293 |
|
3294 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:34
|
3295 |
msgid "Thank you. You'll now receive the blog updates from Blog2Social."
|
3296 |
msgstr "Vielen Dank. Ab sofort erhältest Du die Blog-Updates von Blog2Social."
|
3297 |
|
3298 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:52
|
3299 |
msgid "Autoposter limit has been reached"
|
3300 |
msgstr "Das Autoposter-Limit wurde erreicht"
|
3301 |
|
3302 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:52
|
3303 |
msgid "Your daily limit for posting automatically has been reached."
|
3304 |
msgstr "Dein tägliche Limit für das automatische Veröffentlichen wurde erreicht."
|
3305 |
|
3306 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:59
|
3307 |
msgid "You have clear all page and post meta data successful."
|
3308 |
msgstr "Alle Seiten und Beitrags Metangaben sind gelöscht."
|
3309 |
|
3310 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:64
|
3311 |
msgid "The page and post meta data could not be removed."
|
3312 |
msgstr "Die Seiten und Beitrags Metangaben können nicht gelöscht werden."
|
3313 |
|
3314 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:70
|
3315 |
msgid ""
|
3316 |
"You have Yoast SEO active. Blog2Social Social Meta Tags overrides the meta "
|
3317 |
"tags from Yoast SEO."
|
3319 |
"Du hast Yoast SEO aktiviert. Blog2Social Meta Tags überschreibt die "
|
3320 |
"Metaangaben von Yoast SEO nun."
|
3321 |
|
3322 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:76
|
3323 |
msgid ""
|
3324 |
"You currently have both Blog2Social Social Meta Tags and All in One SEO Pack "
|
3325 |
"plugins active. This is no recommended. Please, deactivated the All in One "
|
3329 |
"Pack aktiv. Das wird nicht empfohlen Bitte deaktiviere die All-in-One-Seo-"
|
3330 |
"Social-Meta-Einstellungen."
|
3331 |
|
3332 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:82
|
3333 |
msgid ""
|
3334 |
"You currently have both Blog2Social Social Meta Tags and Facebook Open Graph,"
|
3335 |
" Google+ and Twitter Card Tags plugins active. This is no recommended. "
|
3341 |
"deaktiviere die Facebook Open Graph, Google+ and Twitter Card Tags "
|
3342 |
"Einstellungen."
|
3343 |
|
3344 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:89
|
3345 |
msgid "This entry could not be removed. It's not yours!"
|
3346 |
msgstr "Der Eintrag kann nicht entfernt werden. Es ist nicht Deiner!"
|
3347 |
|
3348 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:94
|
3349 |
msgid "This entry was removed successful."
|
3350 |
msgstr "Der Eintrag wurde entfernt."
|
3351 |
|
3352 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:103
|
3353 |
msgid "Post was scheduled successfully on your blog!"
|
3354 |
msgstr "Beitrag wurde erfolgreich auf Deinem Blog geplant!"
|
3355 |
|
3356 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:105
|
3357 |
msgid "Post is published successfully on your blog!"
|
3358 |
msgstr "Beitrag wird erfolgreich auf Deinem Blog veröffentlicht!"
|
3359 |
|
3360 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:118 ../..
|
3361 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/header.phtml:278
|
3362 |
msgid "Version"
|
3363 |
msgstr "Version"
|
3364 |
|
3365 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:118
|
3366 |
msgid "is successfully activated."
|
3367 |
msgstr "wurde erfolgreich aktiviert."
|
3368 |
|
3369 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:123
|
3370 |
msgid "Your entered License Key is invalid. Please contact support!"
|
3371 |
msgstr "Dein Lizenzschlüssel ist ungültig. Bitte wende Dich an unseren Support!"
|
3372 |
|
3373 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:128
|
3374 |
msgid "Your license key has reached the maximum number of users."
|
3375 |
msgstr "Dein Lizenzschlüssel hat die maximale Anzahl an Benutzern erreicht."
|
3376 |
|
3377 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:135
|
3378 |
msgid "Your authorization was successful."
|
3379 |
msgstr "Deine Autorisierung war erfolgreich."
|
3380 |
|
3381 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:140
|
3382 |
msgid "Your profile was saved successful."
|
3383 |
msgstr "Dein Profil wurde erfolgreich gespeichert."
|
3384 |
|
3385 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:145
|
3386 |
msgid "Your profile could not be saved."
|
3387 |
msgstr "Dein Profil konnte nicht gespeichert werden."
|
3388 |
|
3389 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:150
|
3390 |
msgid "Your authorization could not be removed."
|
3391 |
msgstr "Deine Autorisierung konnte nicht entfernt werden."
|
3392 |
|
3393 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:155
|
3394 |
msgid "Your authorization was removed successful."
|
3395 |
msgstr "Dein Profil wurde erfolgreich entfernt."
|
3396 |
|
3397 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:160
|
3398 |
msgid "Thank you! Your feedback has been received."
|
3399 |
msgstr "Vielen Dank. Dein Hinweis wurde an uns übermittelt."
|
3400 |
|
3401 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:165
|
3402 |
msgid "Your feedback could not be delivered."
|
3403 |
msgstr "Dein Hinweis konnte nicht übermittelt werden. Bitte versuche es erneut."
|
3404 |
|
3405 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:172 ../..
|
3406 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/header.phtml:187
|
3407 |
msgid "Your settings were successfully saved."
|
3408 |
msgstr "Deine Einstellungen sind gespeichert."
|
3409 |
|
3410 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:177
|
3411 |
msgid "Your settings could not be saved."
|
3412 |
msgstr "Deine Einstellungen konnte nicht gespeichert werden. Versuche es erneut."
|
3413 |
|
3414 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:182
|
3415 |
msgid ""
|
3416 |
"Your settings could not be saved, because you have auto-posting enabled but "
|
3417 |
"no social networks selected."
|
3419 |
"Deine Einstellungen konnten nicht gespeichert werden, weil Du keine Social "
|
3420 |
"Media Netzwerke ausgewählt hast."
|
3421 |
|
3422 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:195
|
3423 |
#, php-format
|
3424 |
msgid ""
|
3425 |
"Hi, we noticed you just shared your %s. blog post with Blog2Social - that's "
|
3431 |
"sehr freuen und uns helfen, das Tool bekannter zu machen. Vielen Dank für "
|
3432 |
"Deine Unterstützung.\n"
|
3433 |
|
3434 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:198
|
3435 |
msgid "Ok, you deserve it"
|
3436 |
msgstr "Ok, Ihr habt es verdient "
|
3437 |
|
3438 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:201
|
3439 |
msgid "Nope, maybe later"
|
3440 |
msgstr "Nicht jetzt, vielleicht später "
|
3441 |
|
3442 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:204
|
3443 |
msgid "I already did it"
|
3444 |
msgstr "Habe ich schon gemacht "
|
3445 |
|
3446 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:216
|
3447 |
msgid "Boost your social media automation with Blog2Social PREMIUM!"
|
3448 |
msgstr "Mache mehr aus Deiner Social Media Automatisierung mit Blog2Social PREMIUM!"
|
3449 |
|
3450 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:218
|
3451 |
msgid ""
|
3452 |
"Blog2Social provides even more options for auto-posting and auto-scheduling "
|
3453 |
"for your posts. Easily schedule your posts with the Best Time Scheduler or "
|
3462 |
"Formaten für jedes Netzwerk und jeden Post, wähle dazu beliebige Bilder aus "
|
3463 |
"deiner Bibliothek aus. Und vieles mehr.\n"
|
3464 |
|
3465 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:222
|
3466 |
msgid "Yes, I want to test Blog2Social PREMIUM 30 days for free"
|
3467 |
msgstr "Ja, ich möchte das Blog2Social PREMIUM 30 Tage kostenlos testen "
|
3468 |
|
3469 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:225
|
3470 |
msgid "No, I'm happy with Blog2Social FREE"
|
3471 |
msgstr "Nein, ich bin glücklich mit Blog2Social FREE "
|
3472 |
|
3473 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:237
|
3474 |
msgid "Your Blog2Social Premium Free Version is activated for "
|
3475 |
msgstr "Deine Blog2Social Testphase läuft noch"
|
3476 |
|
3477 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:240
|
3478 |
msgid " Days"
|
3479 |
msgstr "Tage"
|
3480 |
|
3481 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:240
|
3482 |
msgid " today"
|
3483 |
msgstr "heute"
|
3484 |
|
3485 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:244
|
3486 |
msgid ""
|
3487 |
"Blog2Social PREMIUM can do so much for you: Auto-publish your blog post on "
|
3488 |
"autopilot, automatically schedule your social media posts with the Best Time "
|
3498 |
"hoch. Speichere mehrere Kombinationen von Netzwerken für verschiedene Zwecke."
|
3499 |
" "
|
3500 |
|
3501 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:248 ../..
|
3502 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/header.phtml:267
|
3503 |
msgid "I need some more time to decide"
|
3504 |
msgstr "Ich brauche noch mehr Zeit um mich zu entscheiden "
|
3505 |
|
3506 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:259
|
3507 |
msgid "Your free trial of Blog2Social PREMIUM has ended."
|
3508 |
msgstr "Deine kostenlose Testversion von Blog2Social PREMIUM ist abgelaufen."
|
3509 |
|
3510 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:260
|
3511 |
msgid "We hope you liked Blog2Social Premium."
|
3512 |
msgstr "Wir hoffen, dass Dir Blog2Social Premium gefällt."
|
3513 |
|
3514 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:266
|
3515 |
msgid "Yes, I want to upgrade now"
|
3516 |
msgstr "Ja, ich möchte jetzt von Premium profitieren "
|
3517 |
|
3518 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:268
|
3519 |
msgid "Did you miss something? Tell us!"
|
3520 |
msgstr "Vermisst Du etwas? Sag es uns! "
|
3521 |
|
3522 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:288 ../..
|
3523 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/service.phtml:2
|
3524 |
msgid "Plans & Pricing"
|
3525 |
msgstr "Versionen & Preise"
|
3526 |
|
3527 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:289 ../..
|
3528 |
+
#: /plugins/blog2social-v-4-6/views/b2s/html/service.phtml:3
|
3529 |
msgid "Support"
|
3530 |
msgstr "Support"
|
3531 |
|
3532 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:301
|
3533 |
msgid "Test Blog2Social PREMIUM 30 days for free"
|
3534 |
msgstr "Teste Blog2Social PREMIUM 30 Tage kostenlos"
|
3535 |
|
3536 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:307
|
3537 |
msgid ""
|
3538 |
"The free trial can not be started. This blog has been already registered for "
|
3539 |
"the free trial."
|
3541 |
"Die kostenlose Testphase konnte nicht aktiviert werden. Dieser Blog wurde "
|
3542 |
"bereits für die kostenlose Testzeit freigeschaltet."
|
3543 |
|
3544 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:312
|
3545 |
msgid "Share on multiple accounts per network"
|
3546 |
msgstr "Auf mehreren Profilen, Seiten und Gruppen teilen"
|
3547 |
|
3548 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:313
|
3549 |
msgid "Best Time Scheduler: Schedule once, multiple times or recurringly."
|
3550 |
msgstr "Beste Zeiten Manager: vordefinierte Zeiten für Deine Beiträge nutzen"
|
3551 |
|
3552 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:314
|
3553 |
msgid "Reporting with links to all published social media posts"
|
3554 |
msgstr "Reporting mit Links zu allen veröffentlichten Social Media Posts"
|
3555 |
|
3556 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:317 ../..
|
3557 |
+
#: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:141 ../..
|
3558 |
+
#: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:143 ../..
|
3559 |
+
#: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:218 ../..
|
3560 |
+
#: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:220
|
3561 |
msgid "E-Mail"
|
3562 |
msgstr "E-Mail"
|
3563 |
|
3564 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:321 ../..
|
3565 |
+
#: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:91 ../..
|
3566 |
+
#: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:100 ../..
|
3567 |
+
#: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:168 ../..
|
3568 |
+
#: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:177
|
3569 |
msgid "First Name"
|
3570 |
msgstr "Vorname"
|
3571 |
|
3572 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:325 ../..
|
3573 |
+
#: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:92 ../..
|
3574 |
+
#: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:103 ../..
|
3575 |
+
#: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:169 ../..
|
3576 |
+
#: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:180
|
3577 |
msgid "Last Name"
|
3578 |
msgstr "Nachname"
|
3579 |
|
3580 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:329
|
3581 |
+
msgid ""
|
3582 |
+
"By creating an account, you agree to Blog2Social's <a target=\"_blank\" "
|
3583 |
+
"href=\"https://www.blog2social.com/en/terms/\">Conditions of Use</a> and <a "
|
3584 |
+
"target=\"_blank\" href=\"https://www.blog2social.com/en/privacy/\">Privacy "
|
3585 |
+
"Notice</a>."
|
3586 |
+
msgstr ""
|
3587 |
+
"Mit Deiner Anmeldung erklärst Du Dich mit unseren <a target=\"_blank\" "
|
3588 |
+
"href=\"https://www.blog2social.com/de/agb/\">AGBs</a>, sowie unserer <a "
|
3589 |
+
"target=\"_blank\" href=\"https://www.blog2social."
|
3590 |
+
"com/de/datenschutz/\">Datenschutzerklärung</a> einverstanden.\n"
|
3591 |
+
|
3592 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:334
|
3593 |
msgid "No credit card required"
|
3594 |
msgstr "keine Kreditkarte notwendig"
|
3595 |
|
3596 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/header.phtml:338
|
3597 |
msgid "Get Started"
|
3598 |
msgstr "Jetzt loslegen"
|
3599 |
|
3600 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/post.navbar.phtml:6
|
3601 |
msgid "All Posts"
|
3602 |
msgstr "alle Beiträge"
|
3603 |
|
3604 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/post.navbar.phtml:9
|
3605 |
msgid "Shared Posts"
|
3606 |
msgstr "geteilte Beiträge"
|
3607 |
|
3608 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/post.navbar.phtml:10
|
3609 |
msgid "Calendar"
|
3610 |
msgstr "Kalender"
|
3611 |
|
3612 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/sidebar.phtml:8
|
3613 |
msgid "Your license"
|
3614 |
msgstr "Deine Lizenz"
|
3615 |
|
3616 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/sidebar.phtml:38
|
3617 |
msgid "Network Activity (today)"
|
3618 |
msgstr "Netzwerk Aktivitäten (heute)"
|
3619 |
|
3620 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/sidebar.phtml:49
|
3621 |
msgid "Rate it!"
|
3622 |
msgstr "Bewerte Blog2Social"
|
3623 |
|
3624 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/sidebar.phtml:52
|
3625 |
msgid ""
|
3626 |
"If you like Blog2Social, please give us a 5 star rating. If there is "
|
3627 |
"anything that does not work for you, please contact us!"
|
3629 |
"Wenn Dir Blog2Social gefällt, dann freuen wir uns über eine 5 Sterne "
|
3630 |
"Bewertung. Spreche uns an, wenn Dir irgendwas nicht gefällt."
|
3631 |
|
3632 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/sidebar.phtml:68
|
3633 |
msgid "GET STARTED"
|
3634 |
msgstr "Jetzt Affiliate-Partner werden"
|
3635 |
|
3636 |
+
#: ../../plugins/blog2social-v-4-6/views/b2s/html/sidebar.phtml:79
|
3637 |
msgid "Posts from Blog2Social"
|
3638 |
msgstr "Beiträge von Blog2Social"
|
3639 |
|
3640 |
+
#: ../../plugins/blog2social-v-4-6/views/prg/html/form.phtml:7
|
3641 |
msgid "Post a Press Release"
|
3642 |
msgstr "Beitrag als Pressemitteilung veröffentlichen"
|
3643 |
|
3644 |
+
#: ../../plugins/blog2social-v-4-6/views/prg/html/form.phtml:11
|
3645 |
msgid "Category"
|
3646 |
msgstr "Kategorie"
|
3647 |
|
3648 |
+
#: ../../plugins/blog2social-v-4-6/views/prg/html/form.phtml:12
|
3649 |
msgid "Language"
|
3650 |
msgstr "Sprache"
|
3651 |
|
3652 |
+
#: ../../plugins/blog2social-v-4-6/views/prg/html/form.phtml:20
|
3653 |
msgid "German"
|
3654 |
msgstr "Deutsch"
|
3655 |
|
3656 |
+
#: ../../plugins/blog2social-v-4-6/views/prg/html/form.phtml:21
|
3657 |
msgid "English"
|
3658 |
msgstr "Englisch"
|
3659 |
|
3660 |
+
#: ../../plugins/blog2social-v-4-6/views/prg/html/form.phtml:32 ../..
|
3661 |
+
#: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:34
|
3662 |
msgid "Subtitle"
|
3663 |
msgstr "Untertitel"
|
3664 |
|
3665 |
+
#: ../../plugins/blog2social-v-4-6/views/prg/html/form.phtml:38 ../..
|
3666 |
+
#: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:40
|
3667 |
msgid "YouTube-Link"
|
3668 |
msgstr "Youtube-Link"
|
3669 |
|
3670 |
+
#: ../../plugins/blog2social-v-4-6/views/prg/html/form.phtml:44 ../..
|
3671 |
+
#: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:46
|
3672 |
msgid "Message"
|
3673 |
msgstr "Mitteilung"
|
3674 |
|
3675 |
+
#: ../../plugins/blog2social-v-4-6/views/prg/html/form.phtml:50
|
3676 |
msgid "Keywords"
|
3677 |
msgstr "Schlüsselworter"
|
3678 |
|
3679 |
+
#: ../../plugins/blog2social-v-4-6/views/prg/html/form.phtml:52
|
3680 |
msgid "Keywords with commas (e.g .: Blog2Social, PR-Gateway)"
|
3681 |
msgstr "Schlüsselwörter mit Komma getrennt (z.B.: Blog2Social,PR-Gateway)"
|
3682 |
|
3683 |
+
#: ../../plugins/blog2social-v-4-6/views/prg/html/form.phtml:56 ../..
|
3684 |
+
#: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:58
|
3685 |
msgid "Shortext"
|
3686 |
msgstr "Kurzbeschreibung"
|
3687 |
|
3688 |
+
#: ../../plugins/blog2social-v-4-6/views/prg/html/form.phtml:69
|
3689 |
msgid "Contact Details"
|
3690 |
msgstr "Kontaktangaben"
|
3691 |
|
3692 |
+
#: ../../plugins/blog2social-v-4-6/views/prg/html/form.phtml:74
|
3693 |
msgid "Company"
|
3694 |
msgstr "Firmenkontakt"
|
3695 |
|
3696 |
+
#: ../../plugins/blog2social-v-4-6/views/prg/html/form.phtml:77
|
3697 |
msgid "Press"
|
3698 |
msgstr "Pressekontakt"
|
3699 |
|
3700 |
+
#: ../../plugins/blog2social-v-4-6/views/prg/html/form.phtml:84 ../..
|
3701 |
+
#: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:86 ../..
|
3702 |
+
#: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:161 ../..
|
3703 |
+
#: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:163
|
3704 |
msgid "Name"
|
3705 |
msgstr "Name"
|
3706 |
|
3707 |
+
#: ../../plugins/blog2social-v-4-6/views/prg/html/form.phtml:95 ../..
|
3708 |
+
#: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:172
|
3709 |
msgid "Mrs."
|
3710 |
msgstr "Frau"
|
3711 |
|
3712 |
+
#: ../../plugins/blog2social-v-4-6/views/prg/html/form.phtml:96 ../..
|
3713 |
+
#: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:173
|
3714 |
msgid "Mr."
|
3715 |
msgstr "Herr"
|
3716 |
|
3717 |
+
#: ../../plugins/blog2social-v-4-6/views/prg/html/form.phtml:107 ../..
|
3718 |
+
#: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:110 ../..
|
3719 |
+
#: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:184 ../..
|
3720 |
+
#: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:187
|
3721 |
msgid "Street"
|
3722 |
msgstr "Straße"
|
3723 |
|
3724 |
+
#: ../../plugins/blog2social-v-4-6/views/prg/html/form.phtml:108 ../..
|
3725 |
+
#: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:113 ../..
|
3726 |
+
#: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:185 ../..
|
3727 |
+
#: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:190
|
3728 |
msgid "Number"
|
3729 |
msgstr "Nummer"
|
3730 |
|
3731 |
+
#: ../../plugins/blog2social-v-4-6/views/prg/html/form.phtml:117 ../..
|
3732 |
+
#: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:120 ../..
|
3733 |
+
#: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:194 ../..
|
3734 |
+
#: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:197
|
3735 |
msgid "Zip Code"
|
3736 |
msgstr "PLZ"
|
3737 |
|
3738 |
+
#: ../../plugins/blog2social-v-4-6/views/prg/html/form.phtml:118 ../..
|
3739 |
+
#: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:123 ../..
|
3740 |
+
#: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:195 ../..
|
3741 |
+
#: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:200
|
3742 |
msgid "City"
|
3743 |
msgstr "Stadt"
|
3744 |
|
3745 |
+
#: ../../plugins/blog2social-v-4-6/views/prg/html/form.phtml:127 ../..
|
3746 |
+
#: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:204
|
3747 |
msgid "Country"
|
3748 |
msgstr "Land"
|
3749 |
|
3750 |
+
#: ../../plugins/blog2social-v-4-6/views/prg/html/form.phtml:135 ../..
|
3751 |
+
#: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:137 ../..
|
3752 |
+
#: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:212 ../..
|
3753 |
+
#: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:214
|
3754 |
msgid "Phone"
|
3755 |
msgstr "Telefon"
|
3756 |
|
3757 |
+
#: ../../plugins/blog2social-v-4-6/views/prg/html/form.phtml:147 ../..
|
3758 |
+
#: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:149 ../..
|
3759 |
+
#: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:224 ../..
|
3760 |
+
#: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:226
|
3761 |
msgid "Website"
|
3762 |
msgstr "Webseite"
|
3763 |
|
3764 |
+
#: ../../plugins/blog2social-v-4-6/views/prg/html/form.phtml:153 ../..
|
3765 |
+
#: /plugins/blog2social-v-4-6/views/prg/html/form.phtml:155
|
3766 |
msgid "Company Description"
|
3767 |
msgstr "Firmenbeschreibung"
|
3768 |
|
3769 |
+
#: ../../plugins/blog2social-v-4-6/views/prg/html/header.phtml:8
|
3770 |
msgid "You are signed out of <b>PR-Gateway</b>!"
|
3771 |
msgstr "Du bist nun bei PR-Gateway abgemeldet!"
|
3772 |
|
3773 |
+
#: ../../plugins/blog2social-v-4-6/views/prg/html/header.phtml:17
|
3774 |
msgid "Your message will now be sent over PR gateway to the press portals!"
|
3775 |
msgstr "Deine Mitteilung wird nun über PR-Gateway an die Presseportale übermittelt!"
|
3776 |
|
3777 |
+
#: ../../plugins/blog2social-v-4-6/views/prg/html/header.phtml:18
|
3778 |
msgid "See all publications for your message live on "
|
3779 |
msgstr "Verfolge live die Veröffentlichungen Deiner Mitteilung unter"
|
3780 |
|
3781 |
+
#: ../../plugins/blog2social-v-4-6/views/prg/html/header.phtml:20
|
3782 |
msgid "Your message save as draft by PR-Gateway!"
|
3783 |
msgstr ""
|
3784 |
"Deine Mitteilung wurde erfolgreich an PR-Gateway übermittelt und als Entwurf "
|
3785 |
"abgelegt!"
|
3786 |
|
3787 |
+
#: ../../plugins/blog2social-v-4-6/views/prg/html/header.phtml:28
|
3788 |
msgid ""
|
3789 |
"Unfortunately your request can not be processed by Blog2Social. Please try "
|
3790 |
"again!"
|
3792 |
"Deine Anfrage kann leider vom Blog2Social nicht verarbeitet werden. Bitte "
|
3793 |
"versuche es erneut!"
|
3794 |
|
3795 |
+
#: ../../plugins/blog2social-v-4-6/views/prg/html/header.phtml:34
|
3796 |
msgid "Your message has not been received successfully with us. Please try again!"
|
3797 |
msgstr ""
|
3798 |
"Deine Mitteilung ist bei uns leider nicht erfolglreich eingegangen. Bitte "
|
3799 |
"versuche es erneut!"
|
3800 |
|
3801 |
+
#: ../../plugins/blog2social-v-4-6/views/prg/html/header.phtml:48
|
3802 |
msgid ""
|
3803 |
"PR-Gateway offers a paid online distribution service for submitting press "
|
3804 |
"releases, articles and social media news to more than 250 news sites, "
|
3817 |
"auf ausgewählten kostenfreien und kostenpflichtigen Portale zu "
|
3818 |
"veröffentlichen."
|
3819 |
|
3820 |
+
#: ../../plugins/blog2social-v-4-6/views/prg/html/header.phtml:49
|
3821 |
msgid "Register here to open your PR-Gateway account."
|
3822 |
msgstr "Registriere hier Deinen PR-Gateway Account, kostenlos und unverbindlich."
|
3823 |
|
3824 |
+
#: ../../plugins/blog2social-v-4-6/views/prg/html/header.phtml:66
|
3825 |
msgid "Logout"
|
3826 |
msgstr "Abmelden"
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: auto-post, social media share, auto-publish, scheduling, social media post
|
|
4 |
Donate link: http://www.blog2social.com
|
5 |
Requires at least: 4.2.2
|
6 |
Tested up to: 4.9.1
|
7 |
-
Stable tag: 4.5.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -291,6 +291,8 @@ We use the official authentification oAUTH methods to third-party applications p
|
|
291 |
9. Adjust the best times to schedule in the best time scheduler.
|
292 |
|
293 |
== Changelog ==
|
|
|
|
|
294 |
= 4.5.0 =
|
295 |
Usability Optimization, new calendar features, more easier and flexible schedueling
|
296 |
= 4.4.0 =
|
@@ -345,6 +347,8 @@ Bug Fix: update method
|
|
345 |
Re-engineered Post dashboard, new one-page preview features: WYSIWYG editors, simplified network selection, new scheduler features: best-times-scheduler, my-times-scheduler, recurring scheduling, multiple accounts per profile (applies to FREE and PREMIUM)
|
346 |
|
347 |
== Upgrade Notice ==
|
|
|
|
|
348 |
= 4.5.0 =
|
349 |
Usability Optimization, new calendar features, more easier and flexible schedueling
|
350 |
= 4.4.0 =
|
4 |
Donate link: http://www.blog2social.com
|
5 |
Requires at least: 4.2.2
|
6 |
Tested up to: 4.9.1
|
7 |
+
Stable tag: 4.5.1
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
291 |
9. Adjust the best times to schedule in the best time scheduler.
|
292 |
|
293 |
== Changelog ==
|
294 |
+
= 4.5.1 =
|
295 |
+
Bugfix: Twitter post format and general usabilitiy and performance optimization.
|
296 |
= 4.5.0 =
|
297 |
Usability Optimization, new calendar features, more easier and flexible schedueling
|
298 |
= 4.4.0 =
|
347 |
Re-engineered Post dashboard, new one-page preview features: WYSIWYG editors, simplified network selection, new scheduler features: best-times-scheduler, my-times-scheduler, recurring scheduling, multiple accounts per profile (applies to FREE and PREMIUM)
|
348 |
|
349 |
== Upgrade Notice ==
|
350 |
+
= 4.5.1 =
|
351 |
+
Bugfix: Twitter post format and general usabilitiy and performance optimization.
|
352 |
= 4.5.0 =
|
353 |
Usability Optimization, new calendar features, more easier and flexible schedueling
|
354 |
= 4.4.0 =
|
views/b2s/html/footer.phtml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<!--Footer Start-->
|
2 |
<div class="b2s-footer">
|
3 |
<div class="pull-left hidden-xs <?php echo isset($noLegend) ? 'hide' : ''; ?>">
|
4 |
-
<small> © <?php echo date('Y'); ?> <a target="_blank" href="http://www.adenion.de" rel="nofollow">Adenion GmbH</a> | <?php _e('We never store your data from your social media profiles.', 'blog2social') ?></small>
|
5 |
</div>
|
6 |
<div class="pull-right hidden-xs <?php echo isset($noLegend) ? 'hide' : ''; ?>">
|
7 |
<small>
|
1 |
<!--Footer Start-->
|
2 |
<div class="b2s-footer">
|
3 |
<div class="pull-left hidden-xs <?php echo isset($noLegend) ? 'hide' : ''; ?>">
|
4 |
+
<small> © <?php echo date('Y'); ?> <a target="_blank" href="http://www.adenion.de" rel="nofollow">Adenion GmbH</a> | <a target="_blank" href="<?php echo B2S_Tools::getSupportLink('term'); ?>" rel="nofollow"><?php _e("Terms","blog2social") ?></a> | <?php _e('We never store your data from your social media profiles.', 'blog2social') ?></small>
|
5 |
</div>
|
6 |
<div class="pull-right hidden-xs <?php echo isset($noLegend) ? 'hide' : ''; ?>">
|
7 |
<small>
|
views/b2s/html/header.phtml
CHANGED
@@ -49,7 +49,7 @@ if ($autoPostCon !== false && is_array($autoPostCon) && isset($autoPostCon['coun
|
|
49 |
<!--Info Auto Post-->
|
50 |
<div class="panel panel-group b2s-auto-posting" style="display: <?php echo $autoPostLimit; ?>;">
|
51 |
<div class="panel-body">
|
52 |
-
<span class="glyphicon glyphicon-remove glyphicon-danger"></span> <?php _e('Autoposter limit has been reached', 'blog2social')?> <br> <?php _e('Your daily limit for posting automatically has been reached.', 'blog2social'); ?>
|
53 |
</div>
|
54 |
</div>
|
55 |
|
@@ -189,19 +189,19 @@ if ($autoPostCon !== false && is_array($autoPostCon) && isset($autoPostCon['coun
|
|
189 |
</div>
|
190 |
|
191 |
<!--Rating-->
|
192 |
-
<?php if(B2S_Rating::is_visible()){ ?>
|
193 |
<div class="panel panel-group" style="border-left: 5px solid #79B232;">
|
194 |
<div class="panel-body">
|
195 |
-
<p><?php echo str_replace("%s",B2S_Rating::count(),__("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.", "blog2social")); ?></p>
|
196 |
<p class="b2s-notice-buttons">
|
197 |
<a href="https://wordpress.org/support/plugin/blog2social/reviews/" class="b2s-allow-rating" target="_blank">
|
198 |
-
<?php _e('Ok, you deserve it','blog2social'); ?>
|
199 |
</a>
|
200 |
<a href="#" class="b2s-hide-rating" target="_blank">
|
201 |
-
<?php _e('Nope, maybe later','blog2social'); ?>
|
202 |
</a>
|
203 |
<a href="#" class="b2s-hide-rating-forever" target="_blank">
|
204 |
-
<?php _e('I already did it','blog2social'); ?>
|
205 |
</a>
|
206 |
</p>
|
207 |
</div>
|
@@ -209,54 +209,54 @@ if ($autoPostCon !== false && is_array($autoPostCon) && isset($autoPostCon['coun
|
|
209 |
<?php } ?>
|
210 |
|
211 |
<!--Info-Trail-->
|
212 |
-
<?php if (B2S_PLUGIN_USER_VERSION == 0 && !defined("B2S_PLUGIN_TRAIL_END") && !get_option('B2S_HIDE_PREMIUM_MESSAGE') && (!isset($_GET['page']) && (isset($_GET['page']) && in_array($_GET['page'],array("blog2social","blog2social-post","blog2social-sched","blog2social-publish","blog2social-calendar"))))) { ?>
|
213 |
<div class="panel panel-group b2s-trail-premium-info-area b2s-notice">
|
214 |
<div class="panel-body">
|
215 |
<div class="b2s-hide-premium-message b2s-close">x</div>
|
216 |
-
<h2 style="margin-top:0;font-size:20px;"><?php _e('Boost your social media automation with Blog2Social PREMIUM!','blog2social'); ?></h2>
|
217 |
<p>
|
218 |
-
<?php _e('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 and post, select any image from your library and more.','blog2social'); ?>
|
219 |
</p>
|
220 |
<p class="b2s-notice-buttons">
|
221 |
<a data-toggle="modal" data-target="#b2s-trial-modal" href="#">
|
222 |
-
<?php _e('Yes, I want to test Blog2Social PREMIUM 30 days for free','blog2social'); ?>
|
223 |
</a>
|
224 |
<a href="#" class="b2s-hide-premium-message">
|
225 |
-
<?php _e("No, I'm happy with Blog2Social FREE","blog2social"); ?>
|
226 |
</a>
|
227 |
</p>
|
228 |
</div>
|
229 |
</div>
|
230 |
<?php } ?>
|
231 |
|
232 |
-
<?php if (defined("B2S_PLUGIN_TRAIL_END") && strtotime(B2S_PLUGIN_TRAIL_END) > strtotime(gmdate('Y-m-d H:i:s')) && !get_option('B2S_HIDE_TRAIL_MESSAGE') && (isset($_GET['page']) && in_array($_GET['page'],array("blog2social","blog2social-post","blog2social-sched","blog2social-publish","blog2social-calendar")))) { ?>
|
233 |
<div class="panel panel-group b2s-trail-premium-info-area b2s-notice">
|
234 |
<div class="panel-body">
|
235 |
<div class="b2s-hide-trail-message b2s-close">x</div>
|
236 |
<h2 style="margin-top:0;font-size:20px;">
|
237 |
-
|
238 |
-
|
239 |
-
|
240 |
-
|
241 |
-
|
242 |
</h2>
|
243 |
<p>
|
244 |
-
<?php echo _e('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 sharing. Save multiple combinations of networks for different sharing purposes. Start from only $5.75 per month to benefit from PREMIUM features.','blog2social'); ?>
|
245 |
</p>
|
246 |
<p class="b2s-notice-buttons">
|
247 |
<a target="_blank" href="<?php echo B2S_Tools::getSupportLink('affiliate'); ?>"><?php _e('Upgrade to PREMIUM', 'blog2social'); ?></a>
|
248 |
-
<a href="#" class="b2s-hide-trail-message"><?php echo _e('I need some more time to decide','blog2social'); ?></a>
|
249 |
</p>
|
250 |
</div>
|
251 |
</div>
|
252 |
<?php } ?>
|
253 |
|
254 |
-
<?php if (defined("B2S_PLUGIN_TRAIL_END") && strtotime(B2S_PLUGIN_TRAIL_END) < strtotime(gmdate('Y-m-d H:i:s')) && !get_option('B2S_HIDE_TRAIL_ENDED') && (isset($_GET['page']) && in_array($_GET['page'],array("blog2social","blog2social-post","blog2social-sched","blog2social-publish","blog2social-calendar")))) { ?>
|
255 |
<div class="panel panel-group b2s-trail-premium-info-area b2s-notice">
|
256 |
<div class="panel-body">
|
257 |
<div class="b2s-hide-trail-ended-modal b2s-close">x</div>
|
258 |
<h2 style="margin-top:0;font-size:20px;">
|
259 |
-
<?php _e('Your free trial of Blog2Social PREMIUM has ended.','blog2social'); ?><br>
|
260 |
<?php _e('We hope you liked Blog2Social Premium.', 'blog2social'); ?>
|
261 |
</h2>
|
262 |
<p>
|
@@ -265,7 +265,7 @@ if ($autoPostCon !== false && is_array($autoPostCon) && isset($autoPostCon['coun
|
|
265 |
<p class="b2s-notice-buttons">
|
266 |
<a target="_blank" class="btn btn-sm btn-link" href="<?php echo B2S_Tools::getSupportLink('affiliate'); ?>"><?php _e('Yes, I want to upgrade now', 'blog2social'); ?></a>
|
267 |
<a href="#" class="btn btn-sm btn-link b2s-hide-trail-ended-modal"><?php _e('I need some more time to decide', 'blog2social'); ?></a>
|
268 |
-
<a href="#" class="btn btn-sm btn-link b2s-show-feedback-modal"><?php echo _e('Did you miss something? Tell us!','blog2social'); ?></a>
|
269 |
</p>
|
270 |
</div>
|
271 |
</div>
|
@@ -325,6 +325,10 @@ if ($autoPostCon !== false && is_array($autoPostCon) && isset($autoPostCon['coun
|
|
325 |
<label for="trial_nachname"><?php _e('Last Name', 'blog2social'); ?></label>
|
326 |
<input id="trial_nachname" class="form-control" type="text" value="<?php echo $wpUserData->user_lastname; ?>" name="trial_nachname">
|
327 |
</div>
|
|
|
|
|
|
|
|
|
328 |
<div class="col-xs-12">
|
329 |
<div class="pull-left">
|
330 |
<span class="glyphicon glyphicon-info-sign glyphicon-primary"></span> <?php _e('No credit card required', 'blog2social'); ?>
|
49 |
<!--Info Auto Post-->
|
50 |
<div class="panel panel-group b2s-auto-posting" style="display: <?php echo $autoPostLimit; ?>;">
|
51 |
<div class="panel-body">
|
52 |
+
<span class="glyphicon glyphicon-remove glyphicon-danger"></span> <?php _e('Autoposter limit has been reached', 'blog2social') ?> <br> <?php _e('Your daily limit for posting automatically has been reached.', 'blog2social'); ?>
|
53 |
</div>
|
54 |
</div>
|
55 |
|
189 |
</div>
|
190 |
|
191 |
<!--Rating-->
|
192 |
+
<?php if (B2S_Rating::is_visible()) { ?>
|
193 |
<div class="panel panel-group" style="border-left: 5px solid #79B232;">
|
194 |
<div class="panel-body">
|
195 |
+
<p><?php echo str_replace("%s", B2S_Rating::count(), __("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.", "blog2social")); ?></p>
|
196 |
<p class="b2s-notice-buttons">
|
197 |
<a href="https://wordpress.org/support/plugin/blog2social/reviews/" class="b2s-allow-rating" target="_blank">
|
198 |
+
<?php _e('Ok, you deserve it', 'blog2social'); ?>
|
199 |
</a>
|
200 |
<a href="#" class="b2s-hide-rating" target="_blank">
|
201 |
+
<?php _e('Nope, maybe later', 'blog2social'); ?>
|
202 |
</a>
|
203 |
<a href="#" class="b2s-hide-rating-forever" target="_blank">
|
204 |
+
<?php _e('I already did it', 'blog2social'); ?>
|
205 |
</a>
|
206 |
</p>
|
207 |
</div>
|
209 |
<?php } ?>
|
210 |
|
211 |
<!--Info-Trail-->
|
212 |
+
<?php if (B2S_PLUGIN_USER_VERSION == 0 && !defined("B2S_PLUGIN_TRAIL_END") && !get_option('B2S_HIDE_PREMIUM_MESSAGE') && (!isset($_GET['page']) && (isset($_GET['page']) && in_array($_GET['page'], array("blog2social", "blog2social-post", "blog2social-sched", "blog2social-publish", "blog2social-calendar"))))) { ?>
|
213 |
<div class="panel panel-group b2s-trail-premium-info-area b2s-notice">
|
214 |
<div class="panel-body">
|
215 |
<div class="b2s-hide-premium-message b2s-close">x</div>
|
216 |
+
<h2 style="margin-top:0;font-size:20px;"><?php _e('Boost your social media automation with Blog2Social PREMIUM!', 'blog2social'); ?></h2>
|
217 |
<p>
|
218 |
+
<?php _e('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 and post, select any image from your library and more.', 'blog2social'); ?>
|
219 |
</p>
|
220 |
<p class="b2s-notice-buttons">
|
221 |
<a data-toggle="modal" data-target="#b2s-trial-modal" href="#">
|
222 |
+
<?php _e('Yes, I want to test Blog2Social PREMIUM 30 days for free', 'blog2social'); ?>
|
223 |
</a>
|
224 |
<a href="#" class="b2s-hide-premium-message">
|
225 |
+
<?php _e("No, I'm happy with Blog2Social FREE", "blog2social"); ?>
|
226 |
</a>
|
227 |
</p>
|
228 |
</div>
|
229 |
</div>
|
230 |
<?php } ?>
|
231 |
|
232 |
+
<?php if (defined("B2S_PLUGIN_TRAIL_END") && strtotime(B2S_PLUGIN_TRAIL_END) > strtotime(gmdate('Y-m-d H:i:s')) && !get_option('B2S_HIDE_TRAIL_MESSAGE') && (isset($_GET['page']) && in_array($_GET['page'], array("blog2social", "blog2social-post", "blog2social-sched", "blog2social-publish", "blog2social-calendar")))) { ?>
|
233 |
<div class="panel panel-group b2s-trail-premium-info-area b2s-notice">
|
234 |
<div class="panel-body">
|
235 |
<div class="b2s-hide-trail-message b2s-close">x</div>
|
236 |
<h2 style="margin-top:0;font-size:20px;">
|
237 |
+
<?php _e('Your Blog2Social Premium Free Version is activated for ', 'blog2social'); ?>
|
238 |
+
<?php
|
239 |
+
$days = B2S_Util::getTrialRemainingDays(B2S_PLUGIN_TRAIL_END, date_default_timezone_get());
|
240 |
+
echo $days > 0 ? ("<span style='color:#79B232'>" . $days . "</span>" . __(' Days', 'blog2social')) : "<span style='color:#f33'>" . __(' today', 'blog2social') . "</span>";
|
241 |
+
?>
|
242 |
</h2>
|
243 |
<p>
|
244 |
+
<?php echo _e('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 sharing. Save multiple combinations of networks for different sharing purposes. Start from only $5.75 per month to benefit from PREMIUM features.', 'blog2social'); ?>
|
245 |
</p>
|
246 |
<p class="b2s-notice-buttons">
|
247 |
<a target="_blank" href="<?php echo B2S_Tools::getSupportLink('affiliate'); ?>"><?php _e('Upgrade to PREMIUM', 'blog2social'); ?></a>
|
248 |
+
<a href="#" class="b2s-hide-trail-message"><?php echo _e('I need some more time to decide', 'blog2social'); ?></a>
|
249 |
</p>
|
250 |
</div>
|
251 |
</div>
|
252 |
<?php } ?>
|
253 |
|
254 |
+
<?php if (defined("B2S_PLUGIN_TRAIL_END") && strtotime(B2S_PLUGIN_TRAIL_END) < strtotime(gmdate('Y-m-d H:i:s')) && !get_option('B2S_HIDE_TRAIL_ENDED') && (isset($_GET['page']) && in_array($_GET['page'], array("blog2social", "blog2social-post", "blog2social-sched", "blog2social-publish", "blog2social-calendar")))) { ?>
|
255 |
<div class="panel panel-group b2s-trail-premium-info-area b2s-notice">
|
256 |
<div class="panel-body">
|
257 |
<div class="b2s-hide-trail-ended-modal b2s-close">x</div>
|
258 |
<h2 style="margin-top:0;font-size:20px;">
|
259 |
+
<?php _e('Your free trial of Blog2Social PREMIUM has ended.', 'blog2social'); ?><br>
|
260 |
<?php _e('We hope you liked Blog2Social Premium.', 'blog2social'); ?>
|
261 |
</h2>
|
262 |
<p>
|
265 |
<p class="b2s-notice-buttons">
|
266 |
<a target="_blank" class="btn btn-sm btn-link" href="<?php echo B2S_Tools::getSupportLink('affiliate'); ?>"><?php _e('Yes, I want to upgrade now', 'blog2social'); ?></a>
|
267 |
<a href="#" class="btn btn-sm btn-link b2s-hide-trail-ended-modal"><?php _e('I need some more time to decide', 'blog2social'); ?></a>
|
268 |
+
<a href="#" class="btn btn-sm btn-link b2s-show-feedback-modal"><?php echo _e('Did you miss something? Tell us!', 'blog2social'); ?></a>
|
269 |
</p>
|
270 |
</div>
|
271 |
</div>
|
325 |
<label for="trial_nachname"><?php _e('Last Name', 'blog2social'); ?></label>
|
326 |
<input id="trial_nachname" class="form-control" type="text" value="<?php echo $wpUserData->user_lastname; ?>" name="trial_nachname">
|
327 |
</div>
|
328 |
+
<div class="col-xs-12">
|
329 |
+
<p><?php _e("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>.", "blog2social") ?></p>
|
330 |
+
<br>
|
331 |
+
</div>
|
332 |
<div class="col-xs-12">
|
333 |
<div class="pull-left">
|
334 |
<span class="glyphicon glyphicon-info-sign glyphicon-primary"></span> <?php _e('No credit card required', 'blog2social'); ?>
|
views/b2s/html/post.navbar.phtml
CHANGED
@@ -4,10 +4,10 @@ $isPremiumInfo = (B2S_PLUGIN_USER_VERSION == 0) ? 'b2s-btn-disabled' : '';
|
|
4 |
<!--Navbar Start-->
|
5 |
<div class="col-md-12 pull-left b2s-post-menu del-padding-left">
|
6 |
<a class="btn btn-<?php echo ($getPage == 'blog2social-post') ? 'primary' :'link'; ?> b2s-post-btn b2s-post-all" href="admin.php?page=blog2social-post"><?php _e('All Posts','blog2social') ?></a>
|
7 |
-
<a class="btn btn-<?php echo ($getPage == 'blog2social-sched') ? 'primary' :'link'; ?> b2s-post-btn b2s-post-sched
|
8 |
<?php if($getPage != "blog2social"){ ?>
|
9 |
<a class="btn btn-<?php echo ($getPage == 'blog2social-publish') ? 'primary' :'link'; ?> b2s-post-btn b2s-post-publish" href="admin.php?page=blog2social-publish"><?php _e('Shared Posts','blog2social') ?></a>
|
10 |
-
<a class="btn btn-<?php echo ($getPage == 'blog2social-calendar') ? 'primary' :'link'; ?> b2s-post-btn
|
11 |
<?php } ?>
|
12 |
</div>
|
13 |
<hr class="pull-left">
|
4 |
<!--Navbar Start-->
|
5 |
<div class="col-md-12 pull-left b2s-post-menu del-padding-left">
|
6 |
<a class="btn btn-<?php echo ($getPage == 'blog2social-post') ? 'primary' :'link'; ?> b2s-post-btn b2s-post-all" href="admin.php?page=blog2social-post"><?php _e('All Posts','blog2social') ?></a>
|
7 |
+
<a class="btn btn-<?php echo ($getPage == 'blog2social-sched') ? 'primary' :'link'; ?> b2s-post-btn b2s-post-sched" href="admin.php?page=blog2social-sched"><?php _e('Scheduled Posts','blog2social') ?> <?php echo (!empty($isPremiumInfo) ? '<span class="label label-success">'.__("PREMIUM","blog2social").'</span>' : '' ); ?> </a>
|
8 |
<?php if($getPage != "blog2social"){ ?>
|
9 |
<a class="btn btn-<?php echo ($getPage == 'blog2social-publish') ? 'primary' :'link'; ?> b2s-post-btn b2s-post-publish" href="admin.php?page=blog2social-publish"><?php _e('Shared Posts','blog2social') ?></a>
|
10 |
+
<a class="btn btn-<?php echo ($getPage == 'blog2social-calendar') ? 'primary' :'link'; ?> b2s-post-btn" href="admin.php?page=blog2social-calendar"><?php _e('Calendar','blog2social') ?> <?php echo (!empty($isPremiumInfo) ? '<span class="label label-success">'.__("PREMIUM","blog2social").'</span>' : '' ); ?> </a>
|
11 |
<?php } ?>
|
12 |
</div>
|
13 |
<hr class="pull-left">
|
views/b2s/html/sidebar.phtml
CHANGED
@@ -27,6 +27,7 @@
|
|
27 |
</span>
|
28 |
</div>
|
29 |
</div>
|
|
|
30 |
</div>
|
31 |
</div>
|
32 |
|
27 |
</span>
|
28 |
</div>
|
29 |
</div>
|
30 |
+
|
31 |
</div>
|
32 |
</div>
|
33 |
|
views/b2s/settings.php
CHANGED
@@ -100,7 +100,7 @@ $settingsItem = new B2S_Settings_Item();
|
|
100 |
<li>
|
101 |
<a href="#b2s-network-2" class="b2s-network-2" data-toggle="tab"><?php _e('Twitter', 'blog2social') ?></a>
|
102 |
</li>
|
103 |
-
|
104 |
<a href="#b2s-network-10" class="b2s-network-10" data-toggle="tab"><?php _e('Google+', 'blog2social') ?></a>
|
105 |
</li>
|
106 |
<li>
|
@@ -140,7 +140,7 @@ $settingsItem = new B2S_Settings_Item();
|
|
140 |
<input type="hidden" name="network_id" value="2">
|
141 |
</form>
|
142 |
</div>
|
143 |
-
|
144 |
<form class="b2sSaveUserSettingsPostFormatGp" method="post" novalidate="novalidate">
|
145 |
<?php
|
146 |
echo $settingsItem->getNetworkSettingsPostFormatHtml(10);
|
@@ -226,6 +226,24 @@ $settingsItem = new B2S_Settings_Item();
|
|
226 |
</div>
|
227 |
|
228 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
229 |
<div class="modal fade" id="b2sInfoTimeZoneModal" tabindex="-1" role="dialog" aria-labelledby="b2sInfoTimeZoneModal" aria-hidden="true" data-backdrop="false">
|
230 |
<div class="modal-dialog">
|
231 |
<div class="modal-content">
|
100 |
<li>
|
101 |
<a href="#b2s-network-2" class="b2s-network-2" data-toggle="tab"><?php _e('Twitter', 'blog2social') ?></a>
|
102 |
</li>
|
103 |
+
<li>
|
104 |
<a href="#b2s-network-10" class="b2s-network-10" data-toggle="tab"><?php _e('Google+', 'blog2social') ?></a>
|
105 |
</li>
|
106 |
<li>
|
140 |
<input type="hidden" name="network_id" value="2">
|
141 |
</form>
|
142 |
</div>
|
143 |
+
<div class="tab-pane" id="b2s-network-10">
|
144 |
<form class="b2sSaveUserSettingsPostFormatGp" method="post" novalidate="novalidate">
|
145 |
<?php
|
146 |
echo $settingsItem->getNetworkSettingsPostFormatHtml(10);
|
226 |
</div>
|
227 |
|
228 |
|
229 |
+
<div class="modal fade" id="b2sInfoNoCache" tabindex="-1" role="dialog" aria-labelledby="b2sInfoNoCache" aria-hidden="true" data-backdrop="false">
|
230 |
+
<div class="modal-dialog">
|
231 |
+
<div class="modal-content">
|
232 |
+
<div class="modal-header">
|
233 |
+
<button type="button" class="b2s-modal-close close" data-modal-name="#b2sInfoNoCache" aria-label="Close"><span aria-hidden="true">×</span></button>
|
234 |
+
<h4 class="modal-title"><?php _e('Instant Caching for Facebook Link Posts', 'blog2social') ?></h4>
|
235 |
+
</div>
|
236 |
+
<div class="modal-body">
|
237 |
+
<?php _e('To make sure that Facebook always pulls the current meta data of your blog post for link-posts, Blog2Social adds a "no-cache=1" parameter to the post URL when instant caching is activated. This is necessary if you use varnish caching.', 'blog2social') ?>
|
238 |
+
<br>
|
239 |
+
<b><?php _e('Note: To use Facebook Instant Articles, this option must be disabled.', 'blog2social'); ?></b>
|
240 |
+
</div>
|
241 |
+
</div>
|
242 |
+
</div>
|
243 |
+
</div>
|
244 |
+
|
245 |
+
|
246 |
+
|
247 |
<div class="modal fade" id="b2sInfoTimeZoneModal" tabindex="-1" role="dialog" aria-labelledby="b2sInfoTimeZoneModal" aria-hidden="true" data-backdrop="false">
|
248 |
<div class="modal-dialog">
|
249 |
<div class="modal-content">
|
views/b2s/ship.php
CHANGED
@@ -503,10 +503,10 @@ $metaSettings = get_option('B2S_PLUGIN_GENERAL_OPTIONS');
|
|
503 |
var b2s_plugin_url = '<?= B2S_PLUGIN_URL; ?>';
|
504 |
var b2s_cur_source_ship_calendar = new Array();
|
505 |
</script>
|
506 |
-
|
507 |
-
|
508 |
<input type="hidden" id="b2sLang" value="<?php echo substr(B2S_LANGUAGE, 0, 2); ?>">
|
509 |
-
<input type="hidden" id="b2sJSTextAddSchedule" value="<?php echo _e("add Schedule","blog2social")
|
510 |
<input type="hidden" id="b2sInsertImageType" value="0">
|
511 |
<input type="hidden" id="b2sUserLang" value="<?php echo $userLang; ?>">
|
512 |
<input type="hidden" id="b2sPostId" value="<?php echo $postData->ID; ?>">
|
503 |
var b2s_plugin_url = '<?= B2S_PLUGIN_URL; ?>';
|
504 |
var b2s_cur_source_ship_calendar = new Array();
|
505 |
</script>
|
506 |
+
|
507 |
+
|
508 |
<input type="hidden" id="b2sLang" value="<?php echo substr(B2S_LANGUAGE, 0, 2); ?>">
|
509 |
+
<input type="hidden" id="b2sJSTextAddSchedule" value="<?php echo _e("add Schedule", "blog2social"); ?>">
|
510 |
<input type="hidden" id="b2sInsertImageType" value="0">
|
511 |
<input type="hidden" id="b2sUserLang" value="<?php echo $userLang; ?>">
|
512 |
<input type="hidden" id="b2sPostId" value="<?php echo $postData->ID; ?>">
|