Version Description
Usability Optimization
Download this release
Release Info
Developer | PR-Gateway |
Plugin | Blog2Social: Social Media Auto Post & Scheduler |
Version | 6.8.3 |
Comparing to | |
See all releases |
Code changes from version 6.8.2 to 6.8.3
- assets/css/b2s/network.css +4 -0
- assets/css/general.css +167 -6
- blog2social.php +2 -2
- includes/B2S/Heartbeat.php +5 -5
- includes/B2S/Network/Item.php +35 -15
- includes/B2S/Post/Item.php +10 -2
- includes/B2S/Ship/Item.php +1 -1
- includes/B2S/Ship/Portale.php +21 -9
- includes/B2S/Ship/Save.php +1 -0
- includes/Loader.php +12 -0
- languages/blog2social-de_DE.mo +0 -0
- languages/blog2social-de_DE.po +248 -223
- languages/blog2social.pot +247 -222
- readme.txt +5 -1
- views/b2s/network.php +4 -4
assets/css/b2s/network.css
CHANGED
@@ -887,4 +887,8 @@ ul.b2s-network-item-auth-list li:last-child{
|
|
887 |
|
888 |
.b2s-edit-template-preview-like-icons-4 {
|
889 |
float: right;
|
|
|
|
|
|
|
|
|
890 |
}
|
887 |
|
888 |
.b2s-edit-template-preview-like-icons-4 {
|
889 |
float: right;
|
890 |
+
}
|
891 |
+
|
892 |
+
.b2s-edit-template-btn {
|
893 |
+
background-color: #eee !important;
|
894 |
}
|
assets/css/general.css
CHANGED
@@ -5837,13 +5837,13 @@ button.close {
|
|
5837 |
display: none;
|
5838 |
overflow: hidden;
|
5839 |
-webkit-overflow-scrolling: touch;
|
5840 |
-
|
5841 |
-
|
5842 |
outline: 0;
|
5843 |
-
|
5844 |
-
|
5845 |
-
|
5846 |
-
|
5847 |
}
|
5848 |
.modal.fade .modal-dialog {
|
5849 |
-webkit-transition: -webkit-transform .3s ease-out;
|
@@ -7653,4 +7653,165 @@ CSS CheckBOX
|
|
7653 |
|
7654 |
.b2s-multi-image-info-text {
|
7655 |
display: none;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7656 |
}
|
5837 |
display: none;
|
5838 |
overflow: hidden;
|
5839 |
-webkit-overflow-scrolling: touch;
|
5840 |
+
-webkit-box-shadow: 0 0 !important;
|
5841 |
+
box-shadow: 0 0 !important;
|
5842 |
outline: 0;
|
5843 |
+
max-width: none !important;
|
5844 |
+
width: 100% !important;
|
5845 |
+
background: none !important;
|
5846 |
+
padding: 0 !important;
|
5847 |
}
|
5848 |
.modal.fade .modal-dialog {
|
5849 |
-webkit-transition: -webkit-transform .3s ease-out;
|
7653 |
|
7654 |
.b2s-multi-image-info-text {
|
7655 |
display: none;
|
7656 |
+
}
|
7657 |
+
|
7658 |
+
.btn-facebook {
|
7659 |
+
background-color: #1877F2 !important;
|
7660 |
+
}
|
7661 |
+
|
7662 |
+
.btn-twitter {
|
7663 |
+
background-color: #55ACEE;
|
7664 |
+
}
|
7665 |
+
|
7666 |
+
.btn-facebook {
|
7667 |
+
background-color: #1877F2 !important;
|
7668 |
+
border-color: #1877F2 !important;
|
7669 |
+
color: #fff;
|
7670 |
+
}
|
7671 |
+
.btn-facebook:hover {
|
7672 |
+
color: #fff;
|
7673 |
+
}
|
7674 |
+
|
7675 |
+
.btn-twitter {
|
7676 |
+
background-color: #55ACEE !important;
|
7677 |
+
border-color: #55ACEE !important;
|
7678 |
+
color: #fff;
|
7679 |
+
}
|
7680 |
+
.btn-twitter:hover {
|
7681 |
+
color: #fff;
|
7682 |
+
}
|
7683 |
+
|
7684 |
+
.btn-linkedin {
|
7685 |
+
background-color: #007bb6 !important;
|
7686 |
+
border-color: #007bb6 !important;
|
7687 |
+
color: #fff;
|
7688 |
+
}
|
7689 |
+
.btn-linkedin:hover {
|
7690 |
+
color: #fff;
|
7691 |
+
}
|
7692 |
+
|
7693 |
+
.btn-tumblr {
|
7694 |
+
background-color: #1C2D3F !important;
|
7695 |
+
border-color: #1C2D3F !important;
|
7696 |
+
color: #fff;
|
7697 |
+
}
|
7698 |
+
.btn-tumblr:hover {
|
7699 |
+
color: #fff;
|
7700 |
+
}
|
7701 |
+
|
7702 |
+
.btn-pinterest {
|
7703 |
+
background-color: #CB2027 !important;
|
7704 |
+
border-color: #CB2027 !important;
|
7705 |
+
color: #fff;
|
7706 |
+
}
|
7707 |
+
.btn-pinterest:hover {
|
7708 |
+
color: #fff;
|
7709 |
+
}
|
7710 |
+
|
7711 |
+
.btn-flickr {
|
7712 |
+
background-color: #2BA9E1 !important;
|
7713 |
+
border-color: #2BA9E1 !important;
|
7714 |
+
color: #fff;
|
7715 |
+
}
|
7716 |
+
.btn-flickr:hover {
|
7717 |
+
color: #fff;
|
7718 |
+
}
|
7719 |
+
|
7720 |
+
.btn-diigo {
|
7721 |
+
background-color: #4b8af9 !important;
|
7722 |
+
border-color: #4b8af9 !important;
|
7723 |
+
color: #fff;
|
7724 |
+
}
|
7725 |
+
.btn-diigo:hover {
|
7726 |
+
color: #fff;
|
7727 |
+
}
|
7728 |
+
|
7729 |
+
.btn-medium {
|
7730 |
+
background-color: #000000 !important;
|
7731 |
+
border-color: #000000 !important;
|
7732 |
+
color: #fff;
|
7733 |
+
}
|
7734 |
+
.btn-medium:hover {
|
7735 |
+
color: #fff;
|
7736 |
+
}
|
7737 |
+
|
7738 |
+
.btn-instagram {
|
7739 |
+
background-color: #1877F2 !important;
|
7740 |
+
border-color: #1877F2 !important;
|
7741 |
+
color: #fff;
|
7742 |
+
}
|
7743 |
+
.btn-instagram:hover {
|
7744 |
+
color: #fff;
|
7745 |
+
}
|
7746 |
+
|
7747 |
+
.btn-torial {
|
7748 |
+
background-color: #fcb914 !important;
|
7749 |
+
border-color: #fcb914 !important;
|
7750 |
+
color: #fff;
|
7751 |
+
}
|
7752 |
+
.btn-torial:hover {
|
7753 |
+
color: #fff;
|
7754 |
+
}
|
7755 |
+
|
7756 |
+
.btn-reddit {
|
7757 |
+
background-color: #ff4500 !important;
|
7758 |
+
border-color: #ff4500 !important;
|
7759 |
+
color: #fff;
|
7760 |
+
}
|
7761 |
+
.btn-reddit:hover {
|
7762 |
+
color: #fff;
|
7763 |
+
}
|
7764 |
+
|
7765 |
+
.btn-bloglovin {
|
7766 |
+
background-color: #000000 !important;
|
7767 |
+
border-color: #000000 !important;
|
7768 |
+
color: #fff;
|
7769 |
+
}
|
7770 |
+
.btn-bloglovin:hover {
|
7771 |
+
color: #fff;
|
7772 |
+
}
|
7773 |
+
|
7774 |
+
.btn-vkontakte {
|
7775 |
+
background-color: #4c75a3 !important;
|
7776 |
+
border-color: #4c75a3 !important;
|
7777 |
+
color: #fff;
|
7778 |
+
}
|
7779 |
+
.btn-vkontakte:hover {
|
7780 |
+
color: #fff;
|
7781 |
+
}
|
7782 |
+
|
7783 |
+
.btn-googlemybusiness {
|
7784 |
+
background-color: #4285f4 !important;
|
7785 |
+
border-color: #4285f4 !important;
|
7786 |
+
color: #fff;
|
7787 |
+
}
|
7788 |
+
.btn-googlemybusiness:hover {
|
7789 |
+
color: #fff;
|
7790 |
+
}
|
7791 |
+
|
7792 |
+
.btn-xing {
|
7793 |
+
background-color: #006567 !important;
|
7794 |
+
border-color: #006567 !important;
|
7795 |
+
color: #fff;
|
7796 |
+
}
|
7797 |
+
.btn-xing:hover {
|
7798 |
+
color: #fff;
|
7799 |
+
}
|
7800 |
+
|
7801 |
+
.btn-telegram {
|
7802 |
+
background-color: #34abe0 !important;
|
7803 |
+
border-color: #34abe0 !important;
|
7804 |
+
color: #fff;
|
7805 |
+
}
|
7806 |
+
.btn-telegram:hover {
|
7807 |
+
color: #fff;
|
7808 |
+
}
|
7809 |
+
|
7810 |
+
.btn-blogger {
|
7811 |
+
background-color: #f06a32 !important;
|
7812 |
+
border-color: #f06a32 !important;
|
7813 |
+
color: #fff;
|
7814 |
+
}
|
7815 |
+
.btn-blogger:hover {
|
7816 |
+
color: #fff;
|
7817 |
}
|
blog2social.php
CHANGED
@@ -6,12 +6,12 @@
|
|
6 |
* Author: Blog2Social, Adenion
|
7 |
* Text Domain: blog2social
|
8 |
* Domain Path: /languages
|
9 |
-
* Version: 6.8.
|
10 |
* Author URI: https://www.blog2social.com
|
11 |
* License: GPL2+
|
12 |
*/
|
13 |
|
14 |
-
define('B2S_PLUGIN_VERSION', '
|
15 |
define('B2S_PLUGIN_LANGUAGE', serialize(array('de_DE', 'en_US')));
|
16 |
define('B2S_PLUGIN_DIR', plugin_dir_path(__FILE__));
|
17 |
define('B2S_PLUGIN_URL', plugin_dir_url(__FILE__));
|
6 |
* Author: Blog2Social, Adenion
|
7 |
* Text Domain: blog2social
|
8 |
* Domain Path: /languages
|
9 |
+
* Version: 6.8.3
|
10 |
* Author URI: https://www.blog2social.com
|
11 |
* License: GPL2+
|
12 |
*/
|
13 |
|
14 |
+
define('B2S_PLUGIN_VERSION', '683');
|
15 |
define('B2S_PLUGIN_LANGUAGE', serialize(array('de_DE', 'en_US')));
|
16 |
define('B2S_PLUGIN_DIR', plugin_dir_path(__FILE__));
|
17 |
define('B2S_PLUGIN_URL', plugin_dir_url(__FILE__));
|
includes/B2S/Heartbeat.php
CHANGED
@@ -96,7 +96,7 @@ class B2S_Heartbeat {
|
|
96 |
$networkTypeData = array('profil' => 0, 'page' => 1, 'group' => 2);
|
97 |
global $wpdb;
|
98 |
$sql = "SELECT posts.id, posts.user_timezone, posts.sched_date, posts.sched_date_utc, posts.v2_id, user.token FROM {$wpdb->prefix}b2s_posts as posts "
|
99 |
-
. "LEFT JOIN {$wpdb->prefix}b2s_user AS user on posts.blog_user_id = user.blog_user_id WHERE posts.sched_date_utc != %s AND posts.sched_date_utc <= %s AND posts.hide=%d AND posts.post_for_approve = %d"; //AND posts.publish_date = %s
|
100 |
$select = $wpdb->prepare($sql, '0000-00-00 00:00:00', gmdate('Y-m-d H:i:s'), 0, 0); //,'0000-00-00 00:00:00'
|
101 |
$sendData = $wpdb->get_results($select, ARRAY_A);
|
102 |
|
@@ -220,7 +220,7 @@ class B2S_Heartbeat {
|
|
220 |
private function updateUserSchedTimePost() {
|
221 |
global $wpdb;
|
222 |
$sql = "SELECT posts.id, posts.sched_date, posts.sched_date_utc, user.token FROM {$wpdb->prefix}b2s_posts as posts "
|
223 |
-
. "LEFT JOIN {$wpdb->prefix}b2s_user AS user on posts.blog_user_id = user.blog_user_id WHERE hook_action = %d";
|
224 |
$sendData = $wpdb->get_results($wpdb->prepare($sql, 2), ARRAY_A);
|
225 |
|
226 |
if (is_array($sendData) && !empty($sendData) && isset($sendData[0])) {
|
@@ -247,7 +247,7 @@ class B2S_Heartbeat {
|
|
247 |
global $wpdb;
|
248 |
$sql = "SELECT posts.id, posts.sched_date, posts.sched_date_utc,schedDetails.sched_data, schedDetails.image_url,user.token FROM {$wpdb->prefix}b2s_posts as posts "
|
249 |
. "LEFT JOIN {$wpdb->prefix}b2s_posts_sched_details AS schedDetails on posts.sched_details_id = schedDetails.id "
|
250 |
-
. "LEFT JOIN {$wpdb->prefix}b2s_user AS user on posts.blog_user_id = user.blog_user_id WHERE hook_action = %d AND post_for_approve = %d";
|
251 |
$sendData = $wpdb->get_results($wpdb->prepare($sql, 5, 0), ARRAY_A);
|
252 |
|
253 |
if (is_array($sendData) && !empty($sendData) && isset($sendData[0])) {
|
@@ -272,7 +272,7 @@ class B2S_Heartbeat {
|
|
272 |
|
273 |
private function deleteUserSchedPost() {
|
274 |
global $wpdb;
|
275 |
-
$sql = "SELECT posts.id, posts.v2_id, user.token FROM {$wpdb->prefix}b2s_posts as posts LEFT JOIN {$wpdb->prefix}b2s_user AS user on posts.blog_user_id = user.blog_user_id WHERE hook_action = %d AND post_for_approve = %d";
|
276 |
$sendData = $wpdb->get_results($wpdb->prepare($sql, 3, 0), ARRAY_A);
|
277 |
if (is_array($sendData) && !empty($sendData) && isset($sendData[0])) {
|
278 |
foreach ($sendData as $k => $value) {
|
@@ -296,7 +296,7 @@ class B2S_Heartbeat {
|
|
296 |
|
297 |
private function deleteUserPublishPost() {
|
298 |
global $wpdb;
|
299 |
-
$sql = "SELECT posts.id, user.token FROM {$wpdb->prefix}b2s_posts as posts LEFT JOIN {$wpdb->prefix}b2s_user AS user on posts.blog_user_id = user.blog_user_id WHERE hook_action = %d AND post_for_approve = %d";
|
300 |
$sendData = $wpdb->get_results($wpdb->prepare($sql, 4, 0), ARRAY_A);
|
301 |
if (is_array($sendData) && !empty($sendData) && isset($sendData[0])) {
|
302 |
foreach ($sendData as $k => $value) {
|
96 |
$networkTypeData = array('profil' => 0, 'page' => 1, 'group' => 2);
|
97 |
global $wpdb;
|
98 |
$sql = "SELECT posts.id, posts.user_timezone, posts.sched_date, posts.sched_date_utc, posts.v2_id, user.token FROM {$wpdb->prefix}b2s_posts as posts "
|
99 |
+
. "LEFT JOIN {$wpdb->prefix}b2s_user AS user on posts.blog_user_id = user.blog_user_id WHERE posts.sched_date_utc != %s AND posts.sched_date_utc <= %s AND posts.hide=%d AND posts.post_for_approve = %d LIMIT 500"; //AND posts.publish_date = %s
|
100 |
$select = $wpdb->prepare($sql, '0000-00-00 00:00:00', gmdate('Y-m-d H:i:s'), 0, 0); //,'0000-00-00 00:00:00'
|
101 |
$sendData = $wpdb->get_results($select, ARRAY_A);
|
102 |
|
220 |
private function updateUserSchedTimePost() {
|
221 |
global $wpdb;
|
222 |
$sql = "SELECT posts.id, posts.sched_date, posts.sched_date_utc, user.token FROM {$wpdb->prefix}b2s_posts as posts "
|
223 |
+
. "LEFT JOIN {$wpdb->prefix}b2s_user AS user on posts.blog_user_id = user.blog_user_id WHERE hook_action = %d LIMIT 100";
|
224 |
$sendData = $wpdb->get_results($wpdb->prepare($sql, 2), ARRAY_A);
|
225 |
|
226 |
if (is_array($sendData) && !empty($sendData) && isset($sendData[0])) {
|
247 |
global $wpdb;
|
248 |
$sql = "SELECT posts.id, posts.sched_date, posts.sched_date_utc,schedDetails.sched_data, schedDetails.image_url,user.token FROM {$wpdb->prefix}b2s_posts as posts "
|
249 |
. "LEFT JOIN {$wpdb->prefix}b2s_posts_sched_details AS schedDetails on posts.sched_details_id = schedDetails.id "
|
250 |
+
. "LEFT JOIN {$wpdb->prefix}b2s_user AS user on posts.blog_user_id = user.blog_user_id WHERE hook_action = %d AND post_for_approve = %d LIMIT 100";
|
251 |
$sendData = $wpdb->get_results($wpdb->prepare($sql, 5, 0), ARRAY_A);
|
252 |
|
253 |
if (is_array($sendData) && !empty($sendData) && isset($sendData[0])) {
|
272 |
|
273 |
private function deleteUserSchedPost() {
|
274 |
global $wpdb;
|
275 |
+
$sql = "SELECT posts.id, posts.v2_id, user.token FROM {$wpdb->prefix}b2s_posts as posts LEFT JOIN {$wpdb->prefix}b2s_user AS user on posts.blog_user_id = user.blog_user_id WHERE hook_action = %d AND post_for_approve = %d LIMIT 500";
|
276 |
$sendData = $wpdb->get_results($wpdb->prepare($sql, 3, 0), ARRAY_A);
|
277 |
if (is_array($sendData) && !empty($sendData) && isset($sendData[0])) {
|
278 |
foreach ($sendData as $k => $value) {
|
296 |
|
297 |
private function deleteUserPublishPost() {
|
298 |
global $wpdb;
|
299 |
+
$sql = "SELECT posts.id, user.token FROM {$wpdb->prefix}b2s_posts as posts LEFT JOIN {$wpdb->prefix}b2s_user AS user on posts.blog_user_id = user.blog_user_id WHERE hook_action = %d AND post_for_approve = %d LIMIT 500";
|
300 |
$sendData = $wpdb->get_results($wpdb->prepare($sql, 4, 0), ARRAY_A);
|
301 |
if (is_array($sendData) && !empty($sendData) && isset($sendData[0])) {
|
302 |
foreach ($sendData as $k => $value) {
|
includes/B2S/Network/Item.php
CHANGED
@@ -35,6 +35,7 @@ class B2S_Network_Item {
|
|
35 |
$this->bestTimeInfo = unserialize(B2S_PLUGIN_SCHED_DEFAULT_TIMES_INFO);
|
36 |
$this->modifyBoardAndGroup = unserialize(B2S_PLUGIN_NETWORK_ALLOW_MODIFY_BOARD_AND_GROUP);
|
37 |
$this->networkTypeName = unserialize(B2S_PLUGIN_NETWORK_TYPE);
|
|
|
38 |
$this->networkKindName = unserialize(B2S_PLUGIN_NETWORK_KIND);
|
39 |
$this->lang = substr(B2S_LANGUAGE, 0, 2);
|
40 |
}
|
@@ -167,35 +168,45 @@ class B2S_Network_Item {
|
|
167 |
$b2sAuthUrl = $this->authurl . '&portal_id=' . $networkId . '&transfer=' . (in_array($networkId, $this->oAuthPortal) ? 'oauth' : 'form' ) . '&mandant_id=' . $mandantId . '&version=3&affiliate_id=' . B2S_Tools::getAffiliateId();
|
168 |
|
169 |
if (in_array($networkId, $this->allowProfil)) {
|
170 |
-
$name =
|
|
|
|
|
|
|
171 |
if($networkId == 6){
|
172 |
-
$html .= '<a href="#" class="btn btn-
|
173 |
} else {
|
174 |
if($networkId == 24 && B2S_PLUGIN_USER_VERSION < 1) {
|
175 |
-
$html .= '<a href="#" class="btn btn-
|
176 |
} else if($networkId == 12) {
|
177 |
-
$html .= '<button class="btn btn-
|
178 |
} else if($networkId == 25 && B2S_PLUGIN_USER_VERSION < 1) {
|
179 |
-
$html .= '<a href="#" class="btn btn-
|
180 |
} else {
|
181 |
-
$html .= ($networkId != 18 || (B2S_PLUGIN_USER_VERSION >= 2 && $networkId == 18)) ? '<a href="#" onclick="wop(\'' . $b2sAuthUrl . '&choose=profile\', \'Blog2Social Network\'); return false;" class="btn btn-
|
182 |
}
|
183 |
}
|
184 |
}
|
185 |
if (in_array($networkId, $this->allowPage)) {
|
|
|
|
|
|
|
|
|
186 |
if($networkId == 12) {
|
187 |
$b2sSpecialAuthUrl = $this->authurl . '&portal_id=' . $networkId . '&transfer=oauth&mandant_id=' . $mandantId . '&version=3&affiliate_id=' . B2S_Tools::getAffiliateId();
|
188 |
-
$html .= (B2S_PLUGIN_USER_VERSION >= 1) ? '<button class="btn btn-
|
189 |
} else {
|
190 |
-
$html .= (B2S_PLUGIN_USER_VERSION > 1 || (B2S_PLUGIN_USER_VERSION == 0 && $networkId == 1) || (B2S_PLUGIN_USER_VERSION == 1 && ($networkId == 1 || $networkId == 10))) ? (($networkId == 1) ? '<button class="btn btn-
|
191 |
}
|
192 |
}
|
193 |
if (in_array($networkId, $this->allowGroup)) {
|
194 |
-
$name =
|
195 |
-
|
|
|
|
|
|
|
196 |
}
|
197 |
if (array_key_exists($networkId, unserialize(B2S_PLUGIN_NETWORK_SETTINGS_TEMPLATE_DEFAULT))) {
|
198 |
-
$html .= (B2S_PLUGIN_USER_VERSION >= 1) ? '<button onclick="return false;" class="btn btn-
|
199 |
}
|
200 |
|
201 |
$html .= '</span></h4>';
|
@@ -230,7 +241,7 @@ class B2S_Network_Item {
|
|
230 |
return $html;
|
231 |
}
|
232 |
|
233 |
-
private function getAuthItemHtml($networkData = array(), $mandantId, $mandantName, $networkId, $b2sAuthUrl = '', $containerMandantId = 0, $sprache = 'en') {
|
234 |
$isEdit = false;
|
235 |
$html = '';
|
236 |
if (isset($networkData[0])) {
|
@@ -254,7 +265,10 @@ class B2S_Network_Item {
|
|
254 |
$displayName = stripslashes(get_user_by('id', $v['owner_blog_user_id'])->display_name);
|
255 |
$html .='<div class="b2s-network-approved-from">' . esc_html__("Assigned by", "blog2social") . ' ' . esc_html(((empty($displayName) || $displayName == false) ? __("Unknown username", "blog2social") : $displayName)) . '</div> ';
|
256 |
}
|
257 |
-
$name =
|
|
|
|
|
|
|
258 |
$html .= '<span class="b2s-network-item-auth-type">' . (($isDeprecated) ? '<span class="glyphicon glyphicon-exclamation-sign glyphicon-info"></span> ' : '') . esc_html($name) . '</span>: <span class="b2s-network-item-auth-user-name">' . esc_html(stripslashes($v['networkUserName'])) . '</span> ';
|
259 |
|
260 |
if (!empty($mandantName)) {
|
@@ -324,7 +338,10 @@ class B2S_Network_Item {
|
|
324 |
$displayName = stripslashes(get_user_by('id', $v['owner_blog_user_id'])->display_name);
|
325 |
$html .='<div class="b2s-network-approved-from">' . esc_html__("Assigned by", "blog2social") . ' ' . esc_html(((empty($displayName) || $displayName == false) ? __("Unknown username", "blog2social") : $displayName)) . '</div> ';
|
326 |
}
|
327 |
-
$name =
|
|
|
|
|
|
|
328 |
$html .= '<span class="b2s-network-item-auth-type">' . (($isDeprecated) ? '<span class="glyphicon glyphicon-exclamation-sign glyphicon-info"></span> ' : '') . ($networkId == 19 && isset($this->networkKindName[$v['networkKind']]) ? $this->networkKindName[$v['networkKind']] : $name) . '</span>: <span class="b2s-network-item-auth-user-name">' . esc_html(stripslashes($v['networkUserName'])) . '</span> ';
|
329 |
|
330 |
if($networkId == 19 && (int) $v['networkKind'] == 1) {// Xing Business Pages Info
|
@@ -395,7 +412,10 @@ class B2S_Network_Item {
|
|
395 |
$displayName = stripslashes(get_user_by('id', $v['owner_blog_user_id'])->display_name);
|
396 |
$html .='<div class="b2s-network-approved-from">' . esc_html__("Assigned by", "blog2social") . ' ' . esc_html(((empty($displayName) || $displayName == false) ? __("Unknown username", "blog2social") : $displayName)) . '</div> ';
|
397 |
}
|
398 |
-
$name =
|
|
|
|
|
|
|
399 |
$html .= '<span class="b2s-network-item-auth-type">' . (($isDeprecated) ? '<span class="glyphicon glyphicon-exclamation-sign glyphicon-info"></span> ' : '') . esc_html($name) . '</span>: <span class="b2s-network-item-auth-user-name">' . esc_html(stripslashes($v['networkUserName'])) . '</span> ';
|
400 |
|
401 |
if (!empty($mandantName)) {
|
35 |
$this->bestTimeInfo = unserialize(B2S_PLUGIN_SCHED_DEFAULT_TIMES_INFO);
|
36 |
$this->modifyBoardAndGroup = unserialize(B2S_PLUGIN_NETWORK_ALLOW_MODIFY_BOARD_AND_GROUP);
|
37 |
$this->networkTypeName = unserialize(B2S_PLUGIN_NETWORK_TYPE);
|
38 |
+
$this->networkTypeNameIndividual = unserialize(B2S_PLUGIN_NETWORK_TYPE_INDIVIDUAL);
|
39 |
$this->networkKindName = unserialize(B2S_PLUGIN_NETWORK_KIND);
|
40 |
$this->lang = substr(B2S_LANGUAGE, 0, 2);
|
41 |
}
|
168 |
$b2sAuthUrl = $this->authurl . '&portal_id=' . $networkId . '&transfer=' . (in_array($networkId, $this->oAuthPortal) ? 'oauth' : 'form' ) . '&mandant_id=' . $mandantId . '&version=3&affiliate_id=' . B2S_Tools::getAffiliateId();
|
169 |
|
170 |
if (in_array($networkId, $this->allowProfil)) {
|
171 |
+
$name = $this->networkTypeName[0];
|
172 |
+
if(isset($this->networkTypeNameIndividual[$networkId][0]) && !empty($this->networkTypeNameIndividual[$networkId][0])) {
|
173 |
+
$name = $this->networkTypeNameIndividual[$networkId][0];
|
174 |
+
}
|
175 |
if($networkId == 6){
|
176 |
+
$html .= '<a href="#" class="btn btn-' . str_replace(' ', '', strtolower($networkName)) . ' btn-sm b2s-network-auth-btn" data-auth-method="client" data-network-mandant-id="' . esc_attr($mandantId) . '">' . sprintf(esc_html__('Connect %s', 'blog2social'), esc_html($name)) . '</a>';
|
177 |
} else {
|
178 |
if($networkId == 24 && B2S_PLUGIN_USER_VERSION < 1) {
|
179 |
+
$html .= '<a href="#" class="btn btn-' . str_replace(' ', '', strtolower($networkName)) . ' btn-sm b2s-network-auth-btn b2s-btn-disabled b2sBusinessFeatureModalBtn" data-title="' . esc_attr__('You want to connect a network profile?', 'blog2social') . '" data-type="auth-network">' . sprintf(esc_html__('Connect %s', 'blog2social'), esc_html($name)) . ' <span class="label label-success">' . esc_html__("BUSINESS", "blog2social") . '</a>';
|
180 |
} else if($networkId == 12) {
|
181 |
+
$html .= '<button class="btn btn-' . str_replace(' ', '', strtolower($networkName)) . ' btn-sm b2s-network-auth-btn b2s-network-add-instagram-info-btn" data-b2s-auth-url="'.$b2sAuthUrl.'">' . sprintf(esc_html__('Connect %s', 'blog2social'), esc_html($name)) . '</button>';
|
182 |
} else if($networkId == 25 && B2S_PLUGIN_USER_VERSION < 1) {
|
183 |
+
$html .= '<a href="#" class="btn btn-' . str_replace(' ', '', strtolower($networkName)) . ' btn-sm b2s-network-auth-btn b2s-btn-disabled b2sPreFeatureModalBtn" data-title="' . esc_attr__('You want to connect a network profile?', 'blog2social') . '" data-type="auth-network">' . sprintf(esc_html__('Connect %s', 'blog2social'), esc_html($name)) . ' <span class="label label-success">' . esc_html__("SMART", "blog2social") . '</a>';
|
184 |
} else {
|
185 |
+
$html .= ($networkId != 18 || (B2S_PLUGIN_USER_VERSION >= 2 && $networkId == 18)) ? '<a href="#" onclick="wop(\'' . $b2sAuthUrl . '&choose=profile\', \'Blog2Social Network\'); return false;" class="btn btn-' . str_replace(' ', '', strtolower($networkName)) . ' btn-sm b2s-network-auth-btn">' . sprintf(esc_html__('Connect %s', 'blog2social'), esc_html($name)) . '</a>' : '<a href="#" class="btn btn-' . str_replace(' ', '', strtolower($networkName)) . ' btn-sm b2s-network-auth-btn b2s-btn-disabled b2sProFeatureModalBtn" data-title="' . esc_attr__('You want to connect a network profile?', 'blog2social') . '" data-type="auth-network">+ ' . esc_html__('Profile', 'blog2social') . ' <span class="label label-success">' . esc_html__("PRO", "blog2social") . '</a>';
|
186 |
}
|
187 |
}
|
188 |
}
|
189 |
if (in_array($networkId, $this->allowPage)) {
|
190 |
+
$name = $this->networkTypeName[1];
|
191 |
+
if(isset($this->networkTypeNameIndividual[$networkId][1]) && !empty($this->networkTypeNameIndividual[$networkId][1])) {
|
192 |
+
$name = $this->networkTypeNameIndividual[$networkId][1];
|
193 |
+
}
|
194 |
if($networkId == 12) {
|
195 |
$b2sSpecialAuthUrl = $this->authurl . '&portal_id=' . $networkId . '&transfer=oauth&mandant_id=' . $mandantId . '&version=3&affiliate_id=' . B2S_Tools::getAffiliateId();
|
196 |
+
$html .= (B2S_PLUGIN_USER_VERSION >= 1) ? '<button class="btn btn-' . str_replace(' ', '', strtolower($networkName)) . ' btn-sm b2s-network-auth-btn b2s-network-add-instagram-business-info-btn" data-b2s-auth-url="'.$b2sSpecialAuthUrl.'">' . sprintf(esc_html__('Connect %s', 'blog2social'), esc_html($name)) . '</button>' : '<a href="#" class="btn btn-' . str_replace(' ', '', strtolower($networkName)) . ' btn-sm b2s-network-auth-btn b2s-btn-disabled b2sPreFeatureModalBtn" data-title="' . esc_attr__('You want to connect a network profile?', 'blog2social') . '" data-type="auth-network">+ ' . esc_html__('Business', 'blog2social') . ' <span class="label label-success">' . esc_html__("SMART", "blog2social") . '</a>';
|
197 |
} else {
|
198 |
+
$html .= (B2S_PLUGIN_USER_VERSION > 1 || (B2S_PLUGIN_USER_VERSION == 0 && $networkId == 1) || (B2S_PLUGIN_USER_VERSION == 1 && ($networkId == 1 || $networkId == 10))) ? (($networkId == 1) ? '<button class="btn btn-' . str_replace(' ', '', strtolower($networkName)) . ' btn-sm b2s-network-auth-btn b2s-network-add-page-info-btn" data-b2s-auth-url="'.$b2sAuthUrl.'">' . sprintf(esc_html__('Connect %s', 'blog2social'), esc_html($name)) . '</button>' : '<button onclick="wop(\'' . $b2sAuthUrl . '&choose=page\', \'Blog2Social Network\'); return false;" class="btn btn-' . str_replace(' ', '', strtolower($networkName)) . ' btn-sm b2s-network-auth-btn">' . sprintf(esc_html__('Connect %s', 'blog2social'), esc_html($name)) . '</button>') : '<a href="#" class="btn btn-' . str_replace(' ', '', strtolower($networkName)) . ' btn-sm b2s-network-auth-btn b2s-btn-disabled b2sProFeatureModalBtn" data-title="' . esc_attr__('You want to connect a network page?', 'blog2social') . '" data-type="auth-network">' . sprintf(esc_html__('Connect %s', 'blog2social'), esc_html($name)) . ' <span class="label label-success">' . esc_html__("PRO", "blog2social") . '</a>';
|
199 |
}
|
200 |
}
|
201 |
if (in_array($networkId, $this->allowGroup)) {
|
202 |
+
$name = $this->networkTypeName[2];
|
203 |
+
if(isset($this->networkTypeNameIndividual[$networkId][2]) && !empty($this->networkTypeNameIndividual[$networkId][2])) {
|
204 |
+
$name = $this->networkTypeNameIndividual[$networkId][2];
|
205 |
+
}
|
206 |
+
$html .= (B2S_PLUGIN_USER_VERSION > 1) ? (($networkId == 1) ? '<button class="btn btn-' . str_replace(' ', '', strtolower($networkName)) . ' btn-sm b2s-network-auth-btn b2s-network-add-group-info-btn" data-b2s-auth-url="'.$b2sAuthUrl.'">' . sprintf(esc_html__('Connect %s', 'blog2social'), esc_html($name)) . '</button>' : '<button onclick="wop(\'' . $b2sAuthUrl . '&choose=group\', \'Blog2Social Network\'); return false;" class="btn btn-' . str_replace(' ', '', strtolower($networkName)) . ' btn-sm b2s-network-auth-btn">' . sprintf(esc_html__('Connect %s', 'blog2social'), esc_html($name)) . '</button>') : '<a href="#" class="btn btn-' . str_replace(' ', '', strtolower($networkName)) . ' btn-sm b2s-network-auth-btn b2s-btn-disabled b2sProFeatureModalBtn" data-title="' . esc_attr__('You want to connect a social media group?', 'blog2social') . '" data-type="auth-network">' . sprintf(esc_html__('Connect %s', 'blog2social'), esc_html($name)) . ' <span class="label label-success">' . esc_html__("PRO", "blog2social") . '</span></a>';
|
207 |
}
|
208 |
if (array_key_exists($networkId, unserialize(B2S_PLUGIN_NETWORK_SETTINGS_TEMPLATE_DEFAULT))) {
|
209 |
+
$html .= (B2S_PLUGIN_USER_VERSION >= 1) ? '<button onclick="return false;" class="btn btn-default btn-sm b2s-network-auth-btn b2s-edit-template-btn" data-network-id="' . esc_attr($networkId) . '"><i class="glyphicon glyphicon-pencil"></i> ' . esc_html__('Edit Post Template', 'blog2social') . '</button>' : '<button onclick="return false;" class="btn btn-default btn-sm b2s-network-auth-btn b2s-edit-template-btn b2s-btn-disabled" data-network-id="' . esc_attr($networkId) . '"><i class="glyphicon glyphicon-pencil"></i> ' . esc_html__('Edit Post Template', 'blog2social') . ' <span class="label label-success">' . esc_html__("SMART", "blog2social") . '</span></button>';
|
210 |
}
|
211 |
|
212 |
$html .= '</span></h4>';
|
241 |
return $html;
|
242 |
}
|
243 |
|
244 |
+
private function getAuthItemHtml($networkData = array(), $mandantId = 0, $mandantName = '', $networkId = 0, $b2sAuthUrl = '', $containerMandantId = 0, $sprache = 'en') {
|
245 |
$isEdit = false;
|
246 |
$html = '';
|
247 |
if (isset($networkData[0])) {
|
265 |
$displayName = stripslashes(get_user_by('id', $v['owner_blog_user_id'])->display_name);
|
266 |
$html .='<div class="b2s-network-approved-from">' . esc_html__("Assigned by", "blog2social") . ' ' . esc_html(((empty($displayName) || $displayName == false) ? __("Unknown username", "blog2social") : $displayName)) . '</div> ';
|
267 |
}
|
268 |
+
$name = $this->networkTypeName[0];
|
269 |
+
if(isset($this->networkTypeNameIndividual[$networkId][0]) && !empty($this->networkTypeNameIndividual[$networkId][0])) {
|
270 |
+
$name = $this->networkTypeNameIndividual[$networkId][0];
|
271 |
+
}
|
272 |
$html .= '<span class="b2s-network-item-auth-type">' . (($isDeprecated) ? '<span class="glyphicon glyphicon-exclamation-sign glyphicon-info"></span> ' : '') . esc_html($name) . '</span>: <span class="b2s-network-item-auth-user-name">' . esc_html(stripslashes($v['networkUserName'])) . '</span> ';
|
273 |
|
274 |
if (!empty($mandantName)) {
|
338 |
$displayName = stripslashes(get_user_by('id', $v['owner_blog_user_id'])->display_name);
|
339 |
$html .='<div class="b2s-network-approved-from">' . esc_html__("Assigned by", "blog2social") . ' ' . esc_html(((empty($displayName) || $displayName == false) ? __("Unknown username", "blog2social") : $displayName)) . '</div> ';
|
340 |
}
|
341 |
+
$name = $this->networkTypeName[1];
|
342 |
+
if(isset($this->networkTypeNameIndividual[$networkId][1]) && !empty($this->networkTypeNameIndividual[$networkId][1])) {
|
343 |
+
$name = $this->networkTypeNameIndividual[$networkId][1];
|
344 |
+
}
|
345 |
$html .= '<span class="b2s-network-item-auth-type">' . (($isDeprecated) ? '<span class="glyphicon glyphicon-exclamation-sign glyphicon-info"></span> ' : '') . ($networkId == 19 && isset($this->networkKindName[$v['networkKind']]) ? $this->networkKindName[$v['networkKind']] : $name) . '</span>: <span class="b2s-network-item-auth-user-name">' . esc_html(stripslashes($v['networkUserName'])) . '</span> ';
|
346 |
|
347 |
if($networkId == 19 && (int) $v['networkKind'] == 1) {// Xing Business Pages Info
|
412 |
$displayName = stripslashes(get_user_by('id', $v['owner_blog_user_id'])->display_name);
|
413 |
$html .='<div class="b2s-network-approved-from">' . esc_html__("Assigned by", "blog2social") . ' ' . esc_html(((empty($displayName) || $displayName == false) ? __("Unknown username", "blog2social") : $displayName)) . '</div> ';
|
414 |
}
|
415 |
+
$name = $this->networkTypeName[2];
|
416 |
+
if(isset($this->networkTypeNameIndividual[$networkId][2]) && !empty($this->networkTypeNameIndividual[$networkId][2])) {
|
417 |
+
$name = $this->networkTypeNameIndividual[$networkId][2];
|
418 |
+
}
|
419 |
$html .= '<span class="b2s-network-item-auth-type">' . (($isDeprecated) ? '<span class="glyphicon glyphicon-exclamation-sign glyphicon-info"></span> ' : '') . esc_html($name) . '</span>: <span class="b2s-network-item-auth-user-name">' . esc_html(stripslashes($v['networkUserName'])) . '</span> ';
|
420 |
|
421 |
if (!empty($mandantName)) {
|
includes/B2S/Post/Item.php
CHANGED
@@ -444,6 +444,13 @@ class B2S_Post_Item {
|
|
444 |
$countPublish = $this->getPostCount($var->ID);
|
445 |
$lastPublish = $this->getLastPost($var->ID);
|
446 |
$userInfoName = get_the_author_meta('display_name', $lastPublish['user']);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
447 |
$this->postItem .= '<li class="list-group-item">
|
448 |
<div class="media">
|
449 |
<img class="post-img-10 pull-left hidden-xs" src="' . plugins_url('/assets/images/b2s/' . $postType . '-icon.png', B2S_PLUGIN_FILE) . '" alt="posttype">
|
@@ -451,7 +458,7 @@ class B2S_Post_Item {
|
|
451 |
<div class="pull-left media-nav">
|
452 |
<strong><a target="_blank" href="' . esc_url(get_permalink($var->ID)) . '">' . esc_html($postTitle) . '</a></strong>' . $curated . '
|
453 |
<span class="pull-right">
|
454 |
-
<a class="btn btn-primary hidden-xs btn-sm" href="admin.php?page=blog2social-ship&postId=' . $var->ID . '">' . esc_html__('Re-share this post', 'blog2social') . '</a>
|
455 |
<button type="button" class="btn btn-primary btn-sm b2sDetailsPublishPostBtn" data-search-date="' . esc_attr($this->searchShowByDate) . '" data-post-id="' . esc_attr($var->ID) . '"><i class="glyphicon glyphicon-chevron-down"></i> ' . esc_html__('Details', 'blog2social') . '</button>
|
456 |
</span>
|
457 |
<p class="info hidden-xs"><a class="b2sDetailsPublishPostTriggerLink" href="#"><span class="b2s-publish-count" data-post-id="' . esc_attr($var->ID) . '">' . esc_html($countPublish) . '</span> ' . esc_html__('shared social media posts', 'blog2social') . '</a> | ' . sprintf(esc_html__('latest share by %s', 'blog2social'), '<a href="' . esc_url(get_author_posts_url($lastPublish['user'])) . '">' . esc_html((!empty($userInfoName) ? $userInfoName : '-')) . '</a>') . ' ' . esc_html(B2S_Util::getCustomDateFormat($lastPublish['date'], substr(B2S_LANGUAGE, 0, 2))) . '</p>
|
@@ -844,7 +851,8 @@ class B2S_Post_Item {
|
|
844 |
'internal_post_id' => $var->id,
|
845 |
'network_id' => $var->network_id,
|
846 |
'network_auth_id' => $var->network_auth_id,
|
847 |
-
'network_type' => $var->network_type
|
|
|
848 |
);
|
849 |
|
850 |
if ($var->sched_data != null && !empty($var->sched_data)) {
|
444 |
$countPublish = $this->getPostCount($var->ID);
|
445 |
$lastPublish = $this->getLastPost($var->ID);
|
446 |
$userInfoName = get_the_author_meta('display_name', $lastPublish['user']);
|
447 |
+
|
448 |
+
$addCurationFormat = '';
|
449 |
+
if(strtolower($var->post_type) == 'b2s_ex_post') {
|
450 |
+
$guid = get_the_guid($var->ID);
|
451 |
+
$addCurationFormat = ((stripos($guid, 'b2s_ex_post') != false) ? '&b2sPostType=ex&postFormat=1' : '&b2sPostType=ex&postFormat=0');
|
452 |
+
}
|
453 |
+
|
454 |
$this->postItem .= '<li class="list-group-item">
|
455 |
<div class="media">
|
456 |
<img class="post-img-10 pull-left hidden-xs" src="' . plugins_url('/assets/images/b2s/' . $postType . '-icon.png', B2S_PLUGIN_FILE) . '" alt="posttype">
|
458 |
<div class="pull-left media-nav">
|
459 |
<strong><a target="_blank" href="' . esc_url(get_permalink($var->ID)) . '">' . esc_html($postTitle) . '</a></strong>' . $curated . '
|
460 |
<span class="pull-right">
|
461 |
+
<a class="btn btn-primary hidden-xs btn-sm" href="admin.php?page=blog2social-ship&postId=' . $var->ID . $addCurationFormat . '">' . esc_html__('Re-share this post', 'blog2social') . '</a>
|
462 |
<button type="button" class="btn btn-primary btn-sm b2sDetailsPublishPostBtn" data-search-date="' . esc_attr($this->searchShowByDate) . '" data-post-id="' . esc_attr($var->ID) . '"><i class="glyphicon glyphicon-chevron-down"></i> ' . esc_html__('Details', 'blog2social') . '</button>
|
463 |
</span>
|
464 |
<p class="info hidden-xs"><a class="b2sDetailsPublishPostTriggerLink" href="#"><span class="b2s-publish-count" data-post-id="' . esc_attr($var->ID) . '">' . esc_html($countPublish) . '</span> ' . esc_html__('shared social media posts', 'blog2social') . '</a> | ' . sprintf(esc_html__('latest share by %s', 'blog2social'), '<a href="' . esc_url(get_author_posts_url($lastPublish['user'])) . '">' . esc_html((!empty($userInfoName) ? $userInfoName : '-')) . '</a>') . ' ' . esc_html(B2S_Util::getCustomDateFormat($lastPublish['date'], substr(B2S_LANGUAGE, 0, 2))) . '</p>
|
851 |
'internal_post_id' => $var->id,
|
852 |
'network_id' => $var->network_id,
|
853 |
'network_auth_id' => $var->network_auth_id,
|
854 |
+
'network_type' => $var->network_type,
|
855 |
+
'language' => substr(B2S_LANGUAGE, 0, 2)
|
856 |
);
|
857 |
|
858 |
if ($var->sched_data != null && !empty($var->sched_data)) {
|
includes/B2S/Ship/Item.php
CHANGED
@@ -726,7 +726,7 @@ class B2S_Ship_Item {
|
|
726 |
return $edit;
|
727 |
}
|
728 |
|
729 |
-
public function getCustomEditSchedArea($schedCount = 0, $networkId, $networkAuthId, $networkType, $message, $isRequiredTextarea, $textareaOnKeyUp, $limit, $limitValue, $infoArea, $imageUrl = null) {
|
730 |
if ($networkId == 1 || ($networkId == 8 && $networkType == 0) || $networkId == 19 || $networkId == 3 || $networkId == 2 || $networkId == 15 || $networkId == 17 || $networkId == 24) {
|
731 |
if ($networkId == 1) {
|
732 |
$edit = '<div class="row"><br>';
|
726 |
return $edit;
|
727 |
}
|
728 |
|
729 |
+
public function getCustomEditSchedArea($schedCount = 0, $networkId = 0, $networkAuthId = 0, $networkType = 0, $message = '', $isRequiredTextarea = '', $textareaOnKeyUp = '', $limit = 0, $limitValue = 0, $infoArea = '', $imageUrl = null) {
|
730 |
if ($networkId == 1 || ($networkId == 8 && $networkType == 0) || $networkId == 19 || $networkId == 3 || $networkId == 2 || $networkId == 15 || $networkId == 17 || $networkId == 24) {
|
731 |
if ($networkId == 1) {
|
732 |
$edit = '<div class="row"><br>';
|
includes/B2S/Ship/Portale.php
CHANGED
@@ -15,6 +15,8 @@ class B2S_Ship_Portale {
|
|
15 |
$this->allowPage = unserialize(B2S_PLUGIN_NETWORK_ALLOW_PAGE);
|
16 |
$this->allowGroup = unserialize(B2S_PLUGIN_NETWORK_ALLOW_GROUP);
|
17 |
$this->oAuthPortal = unserialize(B2S_PLUGIN_NETWORK_OAUTH);
|
|
|
|
|
18 |
}
|
19 |
|
20 |
public function getItemHtml($portale) {
|
@@ -28,27 +30,37 @@ class B2S_Ship_Portale {
|
|
28 |
|
29 |
$b2sAuthUrl = $this->authurl . '&portal_id=' . $portal->id . '&transfer=' . (in_array($portal->id, $this->oAuthPortal) ? 'oauth' : 'form' ) . '&version=3&affiliate_id=' . B2S_Tools::getAffiliateId();
|
30 |
if (in_array($portal->id, $this->allowGroup)) {
|
31 |
-
$name =
|
32 |
-
|
|
|
|
|
|
|
33 |
}
|
34 |
if (in_array($portal->id, $this->allowPage)) {
|
|
|
|
|
|
|
|
|
35 |
if($portal->id == 12) {
|
36 |
$b2sSpecialAuthUrl = $this->authurl . '&portal_id=' . $portal->id . '&transfer=oauth&version=3&affiliate_id=' . B2S_Tools::getAffiliateId();
|
37 |
-
$html .= (B2S_PLUGIN_USER_VERSION >= 1) ? '<button class="btn btn-
|
38 |
} else {
|
39 |
-
$html .= (B2S_PLUGIN_USER_VERSION > 1 || (B2S_PLUGIN_USER_VERSION == 0 && $portal->id == 1) || (B2S_PLUGIN_USER_VERSION == 1 && ($portal->id == 1 || $portal->id == 10))) ? ('<button onclick="wop(\'' . $b2sAuthUrl . '&choose=page\', \'Blog2Social Network\'); return false;" class="btn btn-
|
40 |
}
|
41 |
}
|
42 |
if (in_array($portal->id, $this->allowProfil)) {
|
43 |
-
$name =
|
|
|
|
|
|
|
44 |
if($portal->id == 6) {
|
45 |
-
$html .= '<a href="#" class="btn btn-
|
46 |
} else if($portal->id == 24 && B2S_PLUGIN_USER_VERSION < 1) {
|
47 |
-
$html .= '<button type="button" class="btn btn-
|
48 |
} else if($portal->id == 12) {
|
49 |
-
$html .= '<button class="btn btn-
|
50 |
} else {
|
51 |
-
$html .= ($portal->id != 18 || (B2S_PLUGIN_USER_VERSION >= 2 && $portal->id == 18)) ? ('<a href="#" onclick="wop(\'' . $b2sAuthUrl . '&choose=profile\', \'Blog2Social Network\'); return false;" class="btn btn-
|
52 |
}
|
53 |
}
|
54 |
$html .= '</li>';
|
15 |
$this->allowPage = unserialize(B2S_PLUGIN_NETWORK_ALLOW_PAGE);
|
16 |
$this->allowGroup = unserialize(B2S_PLUGIN_NETWORK_ALLOW_GROUP);
|
17 |
$this->oAuthPortal = unserialize(B2S_PLUGIN_NETWORK_OAUTH);
|
18 |
+
$this->networkTypeName = unserialize(B2S_PLUGIN_NETWORK_TYPE);
|
19 |
+
$this->networkTypeNameIndividual = unserialize(B2S_PLUGIN_NETWORK_TYPE_INDIVIDUAL);
|
20 |
}
|
21 |
|
22 |
public function getItemHtml($portale) {
|
30 |
|
31 |
$b2sAuthUrl = $this->authurl . '&portal_id=' . $portal->id . '&transfer=' . (in_array($portal->id, $this->oAuthPortal) ? 'oauth' : 'form' ) . '&version=3&affiliate_id=' . B2S_Tools::getAffiliateId();
|
32 |
if (in_array($portal->id, $this->allowGroup)) {
|
33 |
+
$name = $this->networkTypeName[2];
|
34 |
+
if(isset($this->networkTypeNameIndividual[$portal->id][2]) && !empty($this->networkTypeNameIndividual[$portal->id][2])) {
|
35 |
+
$name = $this->networkTypeNameIndividual[$portal->id][2];
|
36 |
+
}
|
37 |
+
$html .= (B2S_PLUGIN_USER_VERSION > 1) ? ('<button onclick="wop(\'' . $b2sAuthUrl . '&choose=group\', \'Blog2Social Network\'); return false;" class="btn btn-' . str_replace(' ', '', strtolower($portal->name)) . ' btn-sm b2s-network-list-add-btn">' . sprintf(esc_html__('Connect %s', 'blog2social'), esc_html($name)) . '</button>') : '<button type="button" class="btn btn-' . str_replace(' ', '', strtolower($portal->name)) . ' btn-sm b2s-network-list-add-btn b2s-network-list-add-btn-profeature b2s-btn-disabled b2sProFeatureModalBtn" data-type="auth-network" data-title="' . esc_html__('You want to connect a social media group?', 'blog2social') . '">' . sprintf(esc_html__('Connect %s', 'blog2social'), esc_html($name)) . '<span class="label label-success">' . esc_html__("PRO", "blog2social") . '</a></button>';
|
38 |
}
|
39 |
if (in_array($portal->id, $this->allowPage)) {
|
40 |
+
$name = $this->networkTypeName[1];
|
41 |
+
if(isset($this->networkTypeNameIndividual[$portal->id][1]) && !empty($this->networkTypeNameIndividual[$portal->id][1])) {
|
42 |
+
$name = $this->networkTypeNameIndividual[$portal->id][1];
|
43 |
+
}
|
44 |
if($portal->id == 12) {
|
45 |
$b2sSpecialAuthUrl = $this->authurl . '&portal_id=' . $portal->id . '&transfer=oauth&version=3&affiliate_id=' . B2S_Tools::getAffiliateId();
|
46 |
+
$html .= (B2S_PLUGIN_USER_VERSION >= 1) ? '<button class="btn btn-' . str_replace(' ', '', strtolower($portal->name)) . ' btn-sm b2s-network-list-add-btn b2s-network-add-instagram-business-info-btn" data-b2s-auth-url="'.$b2sSpecialAuthUrl.'">' . sprintf(esc_html__('Connect %s', 'blog2social'), esc_html($name)) . '</button>' : '<button type="button" class="btn btn-' . str_replace(' ', '', strtolower($portal->name)) . ' btn-sm b2s-network-list-add-btn b2s-network-list-add-btn-profeature b2s-btn-disabled b2sPreFeatureModalBtn" data-title="' . esc_html__('You want to connect a network profile?', 'blog2social') . '" data-type="auth-network" >' . sprintf(esc_html__('Connect %s', 'blog2social'), esc_html($name)) . ' <span class="label label-success">' . esc_html__("SMART", "blog2social") . '</a></button>';
|
47 |
} else {
|
48 |
+
$html .= (B2S_PLUGIN_USER_VERSION > 1 || (B2S_PLUGIN_USER_VERSION == 0 && $portal->id == 1) || (B2S_PLUGIN_USER_VERSION == 1 && ($portal->id == 1 || $portal->id == 10))) ? ('<button onclick="wop(\'' . $b2sAuthUrl . '&choose=page\', \'Blog2Social Network\'); return false;" class="btn btn-' . str_replace(' ', '', strtolower($portal->name)) . ' btn-sm b2s-network-list-add-btn">' . sprintf(esc_html__('Connect %s', 'blog2social'), esc_html($name)) . '</button>') : '<button type="button" class="btn btn-' . str_replace(' ', '', strtolower($portal->name)) . ' btn-sm b2s-network-list-add-btn b2s-network-list-add-btn-profeature b2s-btn-disabled ' . ((B2S_PLUGIN_USER_VERSION == 0) ? 'b2sPreFeatureModalBtn' : 'b2sProFeatureModalBtn') . '" data-title="' . esc_html__('You want to connect a network page?', 'blog2social') . '" data-type="auth-network" >' . sprintf(esc_html__('Connect %s', 'blog2social'), esc_html($name)) . ' <span class="label label-success">' . esc_html__("PRO", "blog2social") . '</a></button>';
|
49 |
}
|
50 |
}
|
51 |
if (in_array($portal->id, $this->allowProfil)) {
|
52 |
+
$name = $this->networkTypeName[0];
|
53 |
+
if(isset($this->networkTypeNameIndividual[$portal->id][0]) && !empty($this->networkTypeNameIndividual[$portal->id][0])) {
|
54 |
+
$name = $this->networkTypeNameIndividual[$portal->id][0];
|
55 |
+
}
|
56 |
if($portal->id == 6) {
|
57 |
+
$html .= '<a href="#" class="btn btn-' . str_replace(' ', '', strtolower($portal->name)) . ' btn-sm b2s-network-list-add-btn" data-auth-method="client">' . sprintf(esc_html__('Connect %s', 'blog2social'), esc_html($name)) . '</a>';
|
58 |
} else if($portal->id == 24 && B2S_PLUGIN_USER_VERSION < 1) {
|
59 |
+
$html .= '<button type="button" class="btn btn-' . str_replace(' ', '', strtolower($portal->name)) . ' btn-sm b2s-network-list-add-btn b2s-network-list-add-btn-profeature b2s-btn-disabled b2sBusinessFeatureModalBtn" data-title="' . esc_html__('You want to connect a network profile?', 'blog2social') . '" data-type="auth-network">' . sprintf(esc_html__('Connect %s', 'blog2social'), esc_html($name)) . ' <span class="label label-success">' . esc_html__("BUSINESS", "blog2social") . '</a></button>';
|
60 |
} else if($portal->id == 12) {
|
61 |
+
$html .= '<button class="btn btn-' . str_replace(' ', '', strtolower($portal->name)) . ' btn-sm b2s-network-list-add-btn b2s-network-add-instagram-info-btn" data-b2s-auth-url="'.$b2sAuthUrl.'">' . sprintf(esc_html__('Connect %s', 'blog2social'), esc_html($name)) . '</button>';
|
62 |
} else {
|
63 |
+
$html .= ($portal->id != 18 || (B2S_PLUGIN_USER_VERSION >= 2 && $portal->id == 18)) ? ('<a href="#" onclick="wop(\'' . $b2sAuthUrl . '&choose=profile\', \'Blog2Social Network\'); return false;" class="btn btn-' . str_replace(' ', '', strtolower($portal->name)) . ' btn-sm b2s-network-list-add-btn">' . sprintf(esc_html__('Connect %s', 'blog2social'), esc_html($name)) . '</a>') : '<button type="button" class="btn btn-' . str_replace(' ', '', strtolower($portal->name)) . ' btn-sm b2s-network-list-add-btn b2s-network-list-add-btn-profeature b2s-btn-disabled b2sProFeatureModalBtn" data-title="' . esc_html__('You want to connect a network profile?', 'blog2social') . '" data-type="auth-network">' . sprintf(esc_html__('Connect %s', 'blog2social'), esc_html($name)) . ' <span class="label label-success">' . esc_html__("PRO", "blog2social") . '</a></button>';
|
64 |
}
|
65 |
}
|
66 |
$html .= '</li>';
|
includes/B2S/Ship/Save.php
CHANGED
@@ -411,6 +411,7 @@ class B2S_Ship_Save {
|
|
411 |
public function getApproveItemHtml($data = array(), $info = true) {
|
412 |
$html = "";
|
413 |
$data['token'] = B2S_PLUGIN_TOKEN;
|
|
|
414 |
if ($info) {
|
415 |
if ($data['network_id'] == 1) {
|
416 |
$html .='<br><div class="alert alert-warning"><b>' . esc_html__('For sharing your posts on personal Facebook Profiles you can use Facebook Instant Sharing', 'blog2social') . '</b> (<a target="_blank" href="' . esc_url(B2S_Tools::getSupportLink('facebook_instant_sharing')) . '">' . esc_html__('Learn how it works', 'blog2social') . '</a>).';
|
411 |
public function getApproveItemHtml($data = array(), $info = true) {
|
412 |
$html = "";
|
413 |
$data['token'] = B2S_PLUGIN_TOKEN;
|
414 |
+
$data['language'] = substr(B2S_LANGUAGE, 0, 2);
|
415 |
if ($info) {
|
416 |
if ($data['network_id'] == 1) {
|
417 |
$html .='<br><div class="alert alert-warning"><b>' . esc_html__('For sharing your posts on personal Facebook Profiles you can use Facebook Instant Sharing', 'blog2social') . '</b> (<a target="_blank" href="' . esc_url(B2S_Tools::getSupportLink('facebook_instant_sharing')) . '">' . esc_html__('Learn how it works', 'blog2social') . '</a>).';
|
includes/Loader.php
CHANGED
@@ -888,6 +888,18 @@ class B2S_Loader {
|
|
888 |
public function defineText() {
|
889 |
define('B2S_PLUGIN_PAGE_TITLE', serialize(array('blog2social-notice' => esc_html__('Notifications', 'blog2social'), 'blog2social-publish' => esc_html__('Shared Posts', 'blog2social'), 'blog2social-approve' => esc_html__('Instant Sharing', 'blog2social'), 'blog2social-draft-post' => esc_html__('Drafts', 'blog2social'), 'blog2social-sched' => esc_html__('Scheduled Posts', 'blog2social'), 'blog2social-curation-draft' => esc_html__('Social Media Post Drafts', 'blog2social'), 'blog2social-favorites' => esc_html__('Favorites', 'blog2social'), 'blog2social-autopost' => esc_html__('Auto-Post', 'blog2social'), 'blog2social-repost' => esc_html__('Re-Share Posts', 'blog2social') . ' <span class="label label-success label-sm">' . esc_html__("NEW", "blog2social") . '</span>')));
|
890 |
define('B2S_PLUGIN_NETWORK_TYPE', serialize(array(esc_html__('Profile', 'blog2social'), esc_html__('Page', 'blog2social'), esc_html__('Group', 'blog2social'))));
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
891 |
define('B2S_PLUGIN_NETWORK_KIND', serialize(array(esc_html__('Company-Page (Employer Branding Profile)', 'blog2social'), esc_html__('Business', 'blog2social'), '', '', esc_html__('Company-Page (Employer Branding Profile)', 'blog2social'))));
|
892 |
define('B2S_PLUGIN_NETWORK_ERROR', serialize(array('DEFAULT' => sprintf(__('The network could not publish your post. Please see the following <a target="_blank" href="%s">guide</a>.', 'blog2social'), esc_url(B2S_Tools::getSupportLink('share_error'))),
|
893 |
'TOKEN' => esc_html__('Your authorization has expired. Please reconnect your account in the Blog2Social network settings.', 'blog2social'),
|
888 |
public function defineText() {
|
889 |
define('B2S_PLUGIN_PAGE_TITLE', serialize(array('blog2social-notice' => esc_html__('Notifications', 'blog2social'), 'blog2social-publish' => esc_html__('Shared Posts', 'blog2social'), 'blog2social-approve' => esc_html__('Instant Sharing', 'blog2social'), 'blog2social-draft-post' => esc_html__('Drafts', 'blog2social'), 'blog2social-sched' => esc_html__('Scheduled Posts', 'blog2social'), 'blog2social-curation-draft' => esc_html__('Social Media Post Drafts', 'blog2social'), 'blog2social-favorites' => esc_html__('Favorites', 'blog2social'), 'blog2social-autopost' => esc_html__('Auto-Post', 'blog2social'), 'blog2social-repost' => esc_html__('Re-Share Posts', 'blog2social') . ' <span class="label label-success label-sm">' . esc_html__("NEW", "blog2social") . '</span>')));
|
890 |
define('B2S_PLUGIN_NETWORK_TYPE', serialize(array(esc_html__('Profile', 'blog2social'), esc_html__('Page', 'blog2social'), esc_html__('Group', 'blog2social'))));
|
891 |
+
define('B2S_PLUGIN_NETWORK_TYPE_INDIVIDUAL', serialize(array(
|
892 |
+
4 => array(0 => __('Blog', 'blog2social')),
|
893 |
+
6 => array(0 => __('Board', 'blog2social')),
|
894 |
+
11 => array(2 => __('Publication', 'blog2social')),
|
895 |
+
12 => array(1 => __('Business', 'blog2social')),
|
896 |
+
15 => array(0 => __('Subreddit', 'blog2social')),
|
897 |
+
17 => array(2 => __('Community', 'blog2social')),
|
898 |
+
18 => array(0 => __('Location', 'blog2social')),
|
899 |
+
19 => array(1 => __('Employer Branding', 'blog2social')),
|
900 |
+
24 => array(0 => __('Channel', 'blog2social')),
|
901 |
+
25 => array(0 => __('Blog', 'blog2social')),
|
902 |
+
)));
|
903 |
define('B2S_PLUGIN_NETWORK_KIND', serialize(array(esc_html__('Company-Page (Employer Branding Profile)', 'blog2social'), esc_html__('Business', 'blog2social'), '', '', esc_html__('Company-Page (Employer Branding Profile)', 'blog2social'))));
|
904 |
define('B2S_PLUGIN_NETWORK_ERROR', serialize(array('DEFAULT' => sprintf(__('The network could not publish your post. Please see the following <a target="_blank" href="%s">guide</a>.', 'blog2social'), esc_url(B2S_Tools::getSupportLink('share_error'))),
|
905 |
'TOKEN' => esc_html__('Your authorization has expired. Please reconnect your account in the Blog2Social network settings.', 'blog2social'),
|
languages/blog2social-de_DE.mo
CHANGED
Binary file
|
languages/blog2social-de_DE.po
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
# This file is distributed under the same license as the Plugins - Blog2Social: Social Media Auto Post & Scheduler - Stable (latest release) package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"PO-Revision-Date: 2021-
|
6 |
"MIME-Version: 1.0\n"
|
7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -48,11 +48,11 @@ msgstr ""
|
|
48 |
msgid "(SMART)"
|
49 |
msgstr "(SMART)"
|
50 |
|
51 |
-
#: includes/B2S/Network/Item.php:
|
52 |
msgid "+ add Parameter"
|
53 |
msgstr "+ Parameter hinzufügen"
|
54 |
|
55 |
-
#: includes/B2S/Ship/Save.php:
|
56 |
msgid ""
|
57 |
"-For scheduled posts, Blog2Social will save your post and move it to the "
|
58 |
"\"Scheduled Posts\" tab on your \"Posts & Sharing\" navigation bar. On your "
|
@@ -65,7 +65,7 @@ msgstr ""
|
|
65 |
"Sharing” Tab. Klicke dann auf \"Teilen\", um Deinen Post dann an Dein "
|
66 |
"Facebook-Profil zu senden!"
|
67 |
|
68 |
-
#: includes/B2S/Ship/Save.php:
|
69 |
msgid ""
|
70 |
"-For scheduled posts, Blog2Social will save your post and move it to the "
|
71 |
"\"Scheduled Posts\" tab on your \"Site & Blog Content\" navigation bar. On "
|
@@ -78,7 +78,7 @@ msgstr ""
|
|
78 |
"Sharing” Tab. Klicke dann auf \"Teilen\", um Deinen Post dann an Dein "
|
79 |
"Facebook-Profil zu senden!"
|
80 |
|
81 |
-
#: includes/B2S/Ship/Save.php:
|
82 |
msgid ""
|
83 |
"-To share your post immediately, click the \"Share\" button next to your "
|
84 |
"selected Facebook profile below."
|
@@ -86,7 +86,7 @@ msgstr ""
|
|
86 |
"-Um den Beitrag sofort zu teilen, klicke einfach auf den “Teilen” Button "
|
87 |
"neben Deinem unten aufgeführten Profil."
|
88 |
|
89 |
-
#: includes/B2S/Ship/Save.php:
|
90 |
msgid ""
|
91 |
"-To share your post immediately, click the \"Share\" button next to your "
|
92 |
"selected Google+ account below."
|
@@ -115,7 +115,7 @@ msgstr ""
|
|
115 |
"<a href=\"%s\" target=\"_blank\">Erhalte mehr Informationen dazu, wie Du "
|
116 |
"weitere Seiten und Gruppen dazu buchen kannst.</a>"
|
117 |
|
118 |
-
#: includes/Loader.php:
|
119 |
#, php-format
|
120 |
msgid ""
|
121 |
"<a href=\"%s\" target=\"_blank\">Please find more Information and help in "
|
@@ -210,7 +210,7 @@ msgstr "Aktiviere Blog2Social PREMIUM BUSINESS."
|
|
210 |
msgid "Activate Blog2Social PREMIUM PRO."
|
211 |
msgstr "Aktiviere Blog2Social PREMIUM PRO."
|
212 |
|
213 |
-
#: includes/B2S/Network/Item.php:
|
214 |
msgid "Activate Instant Caching"
|
215 |
msgstr "Instant Caching aktivieren"
|
216 |
|
@@ -234,11 +234,11 @@ msgstr "aktiviert"
|
|
234 |
msgid "Activities"
|
235 |
msgstr "Aktivitäten"
|
236 |
|
237 |
-
#: includes/B2S/Network/Item.php:
|
238 |
msgid "Add a link-URL to the end of my image post."
|
239 |
msgstr "Link automatisch am Ende meines Bildbeitrags einfügen."
|
240 |
|
241 |
-
#: includes/B2S/Network/Item.php:
|
242 |
msgid ""
|
243 |
"Add a link-URL to the end of my Instagram posts. (Please note, that "
|
244 |
"Instagram does not turn link-URLs into clickable links)"
|
@@ -246,7 +246,7 @@ msgstr ""
|
|
246 |
"Link automatisch am Ende meines Bildbeitrags einfügen. (Bitte beachte, dass "
|
247 |
"Instagram Links nicht als klickbare Links darstellt)"
|
248 |
|
249 |
-
#: includes/B2S/Network/Item.php:
|
250 |
msgid "Add a link-URL to the end of my post."
|
251 |
msgstr "Link automatisch am Ende meines Beitrags einfügen."
|
252 |
|
@@ -350,15 +350,15 @@ msgstr ""
|
|
350 |
msgid "add/change connection"
|
351 |
msgstr "Verbindung hinzufügen/ändern"
|
352 |
|
353 |
-
#: includes/B2S/Network/Item.php:
|
354 |
msgid "additional groups"
|
355 |
msgstr "gebuchte Gruppen"
|
356 |
|
357 |
-
#: includes/B2S/Network/Item.php:
|
358 |
msgid "additional pages"
|
359 |
msgstr "gebuchte Seiten"
|
360 |
|
361 |
-
#: includes/B2S/Network/Item.php:
|
362 |
msgid "additional profiles"
|
363 |
msgstr "gebuchte Profile"
|
364 |
|
@@ -446,7 +446,7 @@ msgstr "Ein Fehler ist aufgetreten. Bitte kontaktiere unseren Support."
|
|
446 |
msgid "An error occurred! Please try again."
|
447 |
msgstr "Es ist ein Fehler aufgetreten! Bitte versuche es erneut."
|
448 |
|
449 |
-
#: includes/Loader.php:
|
450 |
msgid "An image is required to post on this social network."
|
451 |
msgstr ""
|
452 |
"Für die Veröffentlichung in diesem sozialen Netzwerk ist ein Bild "
|
@@ -484,12 +484,12 @@ msgstr "Beste Zeiten verwenden"
|
|
484 |
msgid "Apply best times"
|
485 |
msgstr "Beste Zeiten berücksichtigen"
|
486 |
|
487 |
-
#: includes/B2S/Network/Item.php:
|
488 |
#, php-format
|
489 |
msgid "Apply for all %s connections"
|
490 |
msgstr "Für alle %s Verbindungen übernehmen"
|
491 |
|
492 |
-
#: includes/B2S/Network/Item.php:
|
493 |
msgid "Apply for all connections"
|
494 |
msgstr "Für alle Verbindungen übernehmen"
|
495 |
|
@@ -558,8 +558,8 @@ msgstr "zuweisen"
|
|
558 |
msgid "Assign the connection to other blog users"
|
559 |
msgstr "Weise Deine Verbindung anderen Blog-Benutzern zu"
|
560 |
|
561 |
-
#: includes/B2S/Network/Item.php:
|
562 |
-
#: includes/B2S/Network/Item.php:
|
563 |
msgid "Assigned by"
|
564 |
msgstr "Zugewiesen von"
|
565 |
|
@@ -592,8 +592,8 @@ msgstr "Australien"
|
|
592 |
msgid "Austria"
|
593 |
msgstr "Österreich"
|
594 |
|
595 |
-
#: includes/B2S/Post/Item.php:437 includes/B2S/Post/Item.php:
|
596 |
-
#: includes/B2S/Post/Item.php:
|
597 |
#: includes/PRG/Post/Item.php:121
|
598 |
msgid "Author"
|
599 |
msgstr "Autor"
|
@@ -636,8 +636,8 @@ msgstr ""
|
|
636 |
" Auto-posten und Auto-planen: Beiträge automatisch bei Veröffentlichung oder "
|
637 |
"Aktualisierung posten und zeitversetzt planen"
|
638 |
|
639 |
-
#: views/b2s/premium.php:109 includes/B2S/Post/Item.php:
|
640 |
-
#: includes/B2S/Post/Item.php:
|
641 |
msgid "Auto-Posting"
|
642 |
msgstr "Auto-Posting"
|
643 |
|
@@ -657,7 +657,7 @@ msgstr "Auto-Poster für importierte Beiträge"
|
|
657 |
msgid "Autoposter limit has been reached"
|
658 |
msgstr "Das Autoposter-Limit wurde erreicht."
|
659 |
|
660 |
-
#: includes/B2S/Network/Item.php:
|
661 |
msgid "Available accounts"
|
662 |
msgstr "Verfügbare Accounts"
|
663 |
|
@@ -673,11 +673,11 @@ msgstr "Verfügbare Netzwerke im Autoposter"
|
|
673 |
msgid "Available networks to select your auto-post connecitons:"
|
674 |
msgstr "Verfügbare Netwerkverbindungen:"
|
675 |
|
676 |
-
#: includes/Loader.php:
|
677 |
msgid "back to install plugins"
|
678 |
msgstr "zurück zur Pluginübersicht"
|
679 |
|
680 |
-
#: includes/B2S/Network/Item.php:
|
681 |
msgid "Best Time Manager"
|
682 |
msgstr "Best Time Manager"
|
683 |
|
@@ -709,7 +709,7 @@ msgstr ""
|
|
709 |
msgid "Best Time Scheduler: Schedule once, multiple times or recurringly."
|
710 |
msgstr "Beste Zeitenplaner: Plane einmal, mehrmals oder wiederkehrend."
|
711 |
|
712 |
-
#: includes/B2S/Network/Item.php:
|
713 |
msgid "Best times"
|
714 |
msgstr "Beste Zeiten"
|
715 |
|
@@ -721,13 +721,12 @@ msgstr "Beste Zeiten Manager"
|
|
721 |
msgid "Bitly"
|
722 |
msgstr "Bitly"
|
723 |
|
724 |
-
#: includes/
|
725 |
#: includes/B2S/Ship/Item.php:331 includes/B2S/Ship/Navbar.php:90
|
726 |
-
#: includes/B2S/Ship/Portale.php:43
|
727 |
msgid "Blog"
|
728 |
msgstr "Blog"
|
729 |
|
730 |
-
#: includes/Loader.php:
|
731 |
#: views/b2s/html/sidebar.ship.php:24
|
732 |
msgid "Blog2Social"
|
733 |
msgstr "Blog2Social"
|
@@ -795,7 +794,7 @@ msgstr ""
|
|
795 |
msgid "Blog2Social is a service of Adenion GmbH"
|
796 |
msgstr "Blog2Social ist ein Service der Adenion GmbH"
|
797 |
|
798 |
-
#: includes/Loader.php:
|
799 |
msgid "Blog2Social needs Wordpress Version 4.7.0 or higher."
|
800 |
msgstr "Blog2Social benötigt WordPress Version 4.7.0 oder höher."
|
801 |
|
@@ -928,6 +927,10 @@ msgstr "Blog2Social: Social Media Auto-Posting"
|
|
928 |
msgid "Blog2Social: Social Media Content Calendar"
|
929 |
msgstr "Blog2Social: Social-Media-Content-Kalender"
|
930 |
|
|
|
|
|
|
|
|
|
931 |
#: includes/B2S/Settings/Item.php:82 includes/B2S/Settings/Item.php:93
|
932 |
msgid "Brand"
|
933 |
msgstr "Brand"
|
@@ -936,15 +939,13 @@ msgstr "Brand"
|
|
936 |
msgid "Browse the Blog2Social support community"
|
937 |
msgstr "Durchstöbere die Blog2Social Support Community"
|
938 |
|
939 |
-
#: includes/B2S/Network/Item.php:
|
940 |
msgid "BUSINESS"
|
941 |
msgstr "BUSINESS"
|
942 |
|
943 |
-
#: includes/Loader.php:
|
944 |
-
#: includes/B2S/Network/Item.php:
|
945 |
-
#: includes/B2S/
|
946 |
-
#: includes/B2S/Ship/Navbar.php:90 includes/B2S/Ship/Portale.php:37
|
947 |
-
#: includes/B2S/Ship/Portale.php:37
|
948 |
msgid "Business"
|
949 |
msgstr "Business"
|
950 |
|
@@ -981,7 +982,7 @@ msgstr ""
|
|
981 |
"Beiträge erneut an die Social Media Kanäle gesendet werden, sobald der "
|
982 |
"Beitrag aktualisiert wird."
|
983 |
|
984 |
-
#: includes/Loader.php:
|
985 |
#: includes/B2S/RePost/Item.php:141 views/b2s/html/post.navbar.php:23
|
986 |
#: views/b2s/html/sidebar.php:128
|
987 |
msgid "Calendar"
|
@@ -1059,13 +1060,17 @@ msgstr ""
|
|
1059 |
"Eine Bildänderung bei einem Link-Post, beeinflusst das Bild auf allen "
|
1060 |
"Netzwerken mit Link-Post Einstellung für diesen Beitrag."
|
1061 |
|
1062 |
-
#:
|
|
|
|
|
|
|
|
|
1063 |
msgid "Character limit"
|
1064 |
msgstr "Zeichenbegrenzung"
|
1065 |
|
1066 |
-
#: includes/B2S/Network/Item.php:
|
1067 |
-
#: includes/B2S/Network/Item.php:
|
1068 |
-
#: includes/B2S/Network/Item.php:
|
1069 |
#: includes/B2S/Ship/Item.php:219 includes/B2S/Ship/Item.php:262
|
1070 |
#: includes/B2S/Ship/Item.php:266 includes/B2S/Ship/Item.php:299
|
1071 |
#: includes/B2S/Ship/Item.php:303 includes/B2S/Ship/Item.php:1338
|
@@ -1121,7 +1126,7 @@ msgstr "Stadt"
|
|
1121 |
msgid "Classified Ads"
|
1122 |
msgstr "Kleinanzeigen"
|
1123 |
|
1124 |
-
#: includes/B2S/Network/Item.php:
|
1125 |
msgid "clear"
|
1126 |
msgstr "löschen"
|
1127 |
|
@@ -1145,7 +1150,7 @@ msgstr ""
|
|
1145 |
msgid "Click on \"continue\""
|
1146 |
msgstr "Klicke auf “weiter”"
|
1147 |
|
1148 |
-
#: views/b2s/post.sched.php:37 includes/B2S/Network/Item.php:
|
1149 |
msgid "Clock"
|
1150 |
msgstr "Uhr"
|
1151 |
|
@@ -1157,6 +1162,10 @@ msgstr "Uhr"
|
|
1157 |
msgid "Colombia"
|
1158 |
msgstr "Kolumbien"
|
1159 |
|
|
|
|
|
|
|
|
|
1160 |
#: views/prg/html/form.php:74
|
1161 |
msgid "Company"
|
1162 |
msgstr "Unternehmen"
|
@@ -1165,7 +1174,7 @@ msgstr "Unternehmen"
|
|
1165 |
msgid "Company Description"
|
1166 |
msgstr "Firmenbeschreibung"
|
1167 |
|
1168 |
-
#: includes/Loader.php:
|
1169 |
msgid "Company-Page (Employer Branding Profile)"
|
1170 |
msgstr "Unternehmensseite (Arbeitgeberprofil)"
|
1171 |
|
@@ -1178,6 +1187,22 @@ msgstr "bestätigen"
|
|
1178 |
msgid "connect"
|
1179 |
msgstr "Jetzt mit Netzwerken verbinden"
|
1180 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1181 |
#: views/b2s/settings.php:77
|
1182 |
msgid ""
|
1183 |
"Connect Blog2Social with 16 different social media networks you like to "
|
@@ -1204,7 +1229,7 @@ msgstr "Mit Pinterest verbinden"
|
|
1204 |
msgid "Connect your social media networks"
|
1205 |
msgstr "Verbinde Deine Social-Media-Netzwerke"
|
1206 |
|
1207 |
-
#: includes/B2S/Network/Item.php:
|
1208 |
msgid "Connection currently assigned to"
|
1209 |
msgstr "Diese Verbindung ist aktuell zugewiesen an"
|
1210 |
|
@@ -1220,12 +1245,12 @@ msgstr "Die Verbindung endet am 31. März 2019."
|
|
1220 |
msgid "Connection is broken..."
|
1221 |
msgstr "Vebindung ist unterbrochen..."
|
1222 |
|
1223 |
-
#: includes/B2S/Network/Item.php:
|
1224 |
-
#: includes/B2S/Network/Item.php:
|
1225 |
msgid "Connection is interrupted since"
|
1226 |
msgstr "Verbindung ist unterbrochen seit"
|
1227 |
|
1228 |
-
#: includes/B2S/AutoPost/Item.php:243 includes/B2S/Network/Item.php:
|
1229 |
msgid "Connections"
|
1230 |
msgstr "Verbindungen"
|
1231 |
|
@@ -1233,7 +1258,7 @@ msgstr "Verbindungen"
|
|
1233 |
msgid "Contact Details"
|
1234 |
msgstr "Kontaktdaten"
|
1235 |
|
1236 |
-
#: includes/B2S/Network/Item.php:
|
1237 |
msgid "Content"
|
1238 |
msgstr "Inhalt"
|
1239 |
|
@@ -1321,7 +1346,7 @@ msgstr "Passwort festlegen"
|
|
1321 |
msgid "Create Post"
|
1322 |
msgstr "Beitrag erstellen"
|
1323 |
|
1324 |
-
#: includes/Loader.php:
|
1325 |
msgid "Create Social Media Posts"
|
1326 |
msgstr "Erstelle Social Media Posts"
|
1327 |
|
@@ -1384,7 +1409,7 @@ msgstr ""
|
|
1384 |
msgid "Czechoslovakia"
|
1385 |
msgstr "Tschechoslowakei"
|
1386 |
|
1387 |
-
#: includes/Loader.php:
|
1388 |
msgid "Dashboard"
|
1389 |
msgstr "Dashboard"
|
1390 |
|
@@ -1399,8 +1424,8 @@ msgstr "Startdatum"
|
|
1399 |
msgid "Day of month"
|
1400 |
msgstr "Tag im Monat"
|
1401 |
|
1402 |
-
#: includes/B2S/Network/Item.php:
|
1403 |
-
#: includes/B2S/Network/Item.php:
|
1404 |
msgid "Days"
|
1405 |
msgstr "Tage"
|
1406 |
|
@@ -1433,11 +1458,11 @@ msgstr ""
|
|
1433 |
" Entscheide, in welcher Form Du Deine Inhalte veröffentlichen möchtest. "
|
1434 |
"Entweder als Bild mit Rahmen oder als Bildausschnitt."
|
1435 |
|
1436 |
-
#: includes/B2S/Network/Item.php:
|
1437 |
msgid "Default"
|
1438 |
msgstr "Standard"
|
1439 |
|
1440 |
-
#: views/b2s/network.php:566 includes/B2S/Network/Item.php:
|
1441 |
#, php-format
|
1442 |
msgid ""
|
1443 |
"Define parameters that will be added to link posts on this network e.g. to "
|
@@ -1510,9 +1535,9 @@ msgstr "Verzögerung"
|
|
1510 |
msgid "Delete"
|
1511 |
msgstr "Löschen"
|
1512 |
|
1513 |
-
#: includes/Ajax/Post.php:1956 includes/B2S/Network/Item.php:
|
1514 |
-
#: includes/B2S/Post/Item.php:
|
1515 |
-
#: includes/B2S/Post/Item.php:
|
1516 |
#: includes/B2S/Settings/Item.php:103 includes/B2S/Ship/Item.php:1179
|
1517 |
#: includes/B2S/Ship/Item.php:1329
|
1518 |
msgid "delete"
|
@@ -1545,7 +1570,7 @@ msgstr "Einträge aus dem Reporting löschen"
|
|
1545 |
msgid "Delete entries from the scheduling"
|
1546 |
msgstr "Einträge aus der Planung löschen"
|
1547 |
|
1548 |
-
#: includes/B2S/Post/Item.php:
|
1549 |
msgid "delete from reporting"
|
1550 |
msgstr "aus Reporting löschen"
|
1551 |
|
@@ -1557,7 +1582,7 @@ msgstr "Profil löschen"
|
|
1557 |
msgid "Delete scheduled posts"
|
1558 |
msgstr "Geplante Beiträge löschen"
|
1559 |
|
1560 |
-
#: includes/B2S/Post/Item.php:
|
1561 |
msgid "delete scheduling"
|
1562 |
msgstr "Planung löschen"
|
1563 |
|
@@ -1589,8 +1614,8 @@ msgstr "Beschreibung"
|
|
1589 |
msgid "description"
|
1590 |
msgstr "Beschreibung"
|
1591 |
|
1592 |
-
#: includes/B2S/Post/Item.php:
|
1593 |
-
#: includes/B2S/Post/Item.php:
|
1594 |
msgid "Details"
|
1595 |
msgstr "Details"
|
1596 |
|
@@ -1679,7 +1704,7 @@ msgstr ""
|
|
1679 |
"Jede Lizenz hat eine bestimmte Anzahl von Konten, die Du pro Social-Media-"
|
1680 |
"Netzwerk verbinden kannst."
|
1681 |
|
1682 |
-
#: includes/B2S/Post/Item.php:
|
1683 |
msgid "edit"
|
1684 |
msgstr "edit"
|
1685 |
|
@@ -1691,8 +1716,8 @@ msgstr "Gruppeneinstellungen bearbeiten"
|
|
1691 |
msgid "Edit Post"
|
1692 |
msgstr "Beitrag bearbeiten"
|
1693 |
|
1694 |
-
#: views/b2s/network.php:236 includes/B2S/Network/Item.php:
|
1695 |
-
#: includes/B2S/Network/Item.php:
|
1696 |
msgid "Edit Post Template"
|
1697 |
msgstr "Beitragsvorlage bearbeiten"
|
1698 |
|
@@ -1723,6 +1748,10 @@ msgstr "E-Mail-Adresse"
|
|
1723 |
msgid "Email address is taken."
|
1724 |
msgstr "Diese E-Mail Adresse ist bereits belegt"
|
1725 |
|
|
|
|
|
|
|
|
|
1726 |
#: includes/B2S/PostBox.php:178
|
1727 |
msgid "enable Auto-Posting"
|
1728 |
msgstr "Auto-Posting aktivieren"
|
@@ -1848,15 +1877,15 @@ msgstr "Facebook Open Graph Meta Tags"
|
|
1848 |
msgid "Facebook pages"
|
1849 |
msgstr "Facebook-Seiten"
|
1850 |
|
1851 |
-
#: includes/B2S/Network/Item.php:
|
1852 |
msgid "Failed to load the default template"
|
1853 |
msgstr "Fehler beim Laden der Standardeinstellungen"
|
1854 |
|
1855 |
-
#: includes/B2S/Network/Item.php:
|
1856 |
msgid "Failed to save"
|
1857 |
msgstr "Speichern fehlgeschlagen"
|
1858 |
|
1859 |
-
#: includes/B2S/Post/Item.php:
|
1860 |
msgid "FAQ"
|
1861 |
msgstr "FAQ"
|
1862 |
|
@@ -1944,14 +1973,14 @@ msgstr ""
|
|
1944 |
"Für Instagram kannst Du \"Bild mit Rahmen\" oder \"Bild zuschneiden\" als "
|
1945 |
"bevorzugtes benutzerdefiniertes Postformat auswählen."
|
1946 |
|
1947 |
-
#: includes/B2S/Ship/Save.php:
|
1948 |
msgid ""
|
1949 |
"For sharing your posts on Google+ you can now use Google+ Instant Sharing"
|
1950 |
msgstr ""
|
1951 |
"Um Beiträge auf Google+ zu teilen, steht ab sofort Google+ Instant Sharing "
|
1952 |
"zur Verfügung"
|
1953 |
|
1954 |
-
#: includes/B2S/Ship/Save.php:
|
1955 |
msgid ""
|
1956 |
"For sharing your posts on personal Facebook Profiles you can use Facebook "
|
1957 |
"Instant Sharing"
|
@@ -1972,7 +2001,7 @@ msgstr "Passwort vergessen?"
|
|
1972 |
msgid "Forgot username or password?"
|
1973 |
msgstr "Username oder Passwort vergessen?"
|
1974 |
|
1975 |
-
#: includes/B2S/Network/Item.php:
|
1976 |
msgid "Format"
|
1977 |
msgstr "Format"
|
1978 |
|
@@ -2071,7 +2100,7 @@ msgstr ""
|
|
2071 |
"Hashtags oder Handles und versorge Deine Follower so mit abwechslungsreichem "
|
2072 |
"und inspirierendem Content."
|
2073 |
|
2074 |
-
#: includes/B2S/Network/Item.php:
|
2075 |
msgid ""
|
2076 |
"Good to know: Instagram supports up to 30 hashtags in a post. The number "
|
2077 |
"recommended for best results is 5 hashtags. Make sure that your hashtags are "
|
@@ -2112,9 +2141,7 @@ msgstr "Großbritannien"
|
|
2112 |
msgid "Greece"
|
2113 |
msgstr "Griechenland"
|
2114 |
|
2115 |
-
#: includes/Loader.php:890 includes/B2S/Network/Item.php:
|
2116 |
-
#: includes/B2S/Network/Item.php:398 includes/B2S/Network/Item.php:676
|
2117 |
-
#: includes/B2S/Ship/Portale.php:31 includes/B2S/Ship/Portale.php:32
|
2118 |
msgid "Group"
|
2119 |
msgstr "Gruppe"
|
2120 |
|
@@ -2122,7 +2149,7 @@ msgstr "Gruppe"
|
|
2122 |
msgid "guide for server connection"
|
2123 |
msgstr "Serververbindungs-Guide"
|
2124 |
|
2125 |
-
#: includes/B2S/Network/Item.php:
|
2126 |
msgid "Hashtag shuffle (Hashtags have to be defined in the text field above)"
|
2127 |
msgstr "Hashtags mischen (Hashtags müssen im obigen Textfeld definiert sein)"
|
2128 |
|
@@ -2134,7 +2161,7 @@ msgstr "Hashtags"
|
|
2134 |
msgid "Help & Community"
|
2135 |
msgstr "Hilfe & Community"
|
2136 |
|
2137 |
-
#: includes/Loader.php:
|
2138 |
#: views/b2s/html/header.php:40 views/b2s/html/sidebar.php:140
|
2139 |
#: views/b2s/html/sidebar.ship.php:66
|
2140 |
msgid "Help & Support"
|
@@ -2247,7 +2274,7 @@ msgstr ""
|
|
2247 |
msgid "Ignore & share"
|
2248 |
msgstr "Ignorieren & teilen"
|
2249 |
|
2250 |
-
#: includes/B2S/Network/Item.php:
|
2251 |
msgid "Image"
|
2252 |
msgstr "Bild"
|
2253 |
|
@@ -2257,7 +2284,7 @@ msgstr "Bild"
|
|
2257 |
|
2258 |
#: views/b2s/post.calendar.php:74 views/b2s/post.sched.php:194
|
2259 |
#: views/b2s/repost.php:50 views/b2s/repost.php:87
|
2260 |
-
#: includes/B2S/Network/Item.php:
|
2261 |
#: includes/B2S/Settings/Item.php:266 views/b2s/html/footer.php:182
|
2262 |
msgid "Image cut out"
|
2263 |
msgstr "Bild zuschneiden"
|
@@ -2265,7 +2292,7 @@ msgstr "Bild zuschneiden"
|
|
2265 |
#: views/b2s/curation.php:48 views/b2s/curation.php:51
|
2266 |
#: views/b2s/post.calendar.php:74 views/b2s/post.sched.php:194
|
2267 |
#: views/b2s/repost.php:50 views/b2s/repost.php:87
|
2268 |
-
#: includes/B2S/Post/Item.php:
|
2269 |
#: includes/B2S/Settings/Item.php:289
|
2270 |
msgid "Image Post"
|
2271 |
msgstr "Bild-Beitrag"
|
@@ -2281,7 +2308,7 @@ msgstr "Bild Url"
|
|
2281 |
|
2282 |
#: views/b2s/post.calendar.php:74 views/b2s/post.sched.php:194
|
2283 |
#: views/b2s/repost.php:50 views/b2s/repost.php:87
|
2284 |
-
#: includes/B2S/Network/Item.php:
|
2285 |
#: includes/B2S/Settings/Item.php:252 views/b2s/html/footer.php:177
|
2286 |
msgid "Image with frame"
|
2287 |
msgstr "Bild mit Rahmen"
|
@@ -2363,7 +2390,7 @@ msgstr "Indonesien"
|
|
2363 |
#: includes/B2S/PostBox.php:253 views/b2s/network.php:48 views/b2s/ship.php:80
|
2364 |
#: views/b2s/ship.php:170 views/b2s/ship.php:262
|
2365 |
#: includes/B2S/AutoPost/Item.php:110 includes/B2S/AutoPost/Item.php:207
|
2366 |
-
#: includes/B2S/Curation/View.php:73 includes/B2S/Network/Item.php:
|
2367 |
#: includes/B2S/RePost/Item.php:159 includes/B2S/RePost/Item.php:180
|
2368 |
#: includes/B2S/Ship/Item.php:1143
|
2369 |
msgid "Info"
|
@@ -2398,7 +2425,7 @@ msgstr ""
|
|
2398 |
msgid "Inspect Post"
|
2399 |
msgstr "Link prüfen"
|
2400 |
|
2401 |
-
#: includes/Loader.php:
|
2402 |
#, php-format
|
2403 |
msgid ""
|
2404 |
"Instagram published your post without text. Please see the following <a "
|
@@ -2436,7 +2463,7 @@ msgstr "Ungültige E-Mail Adresse"
|
|
2436 |
msgid "Ireland"
|
2437 |
msgstr "Irland"
|
2438 |
|
2439 |
-
#: includes/B2S/Post/Item.php:
|
2440 |
msgid "is currently being processed by the network"
|
2441 |
msgstr "wird vom Netzwerk verarbeitet"
|
2442 |
|
@@ -2444,7 +2471,7 @@ msgstr "wird vom Netzwerk verarbeitet"
|
|
2444 |
msgid "is determined automatically"
|
2445 |
msgstr "wird automatisch ermittelt"
|
2446 |
|
2447 |
-
#: includes/B2S/Post/Item.php:
|
2448 |
#, php-format
|
2449 |
msgid "is waiting to shared by %s"
|
2450 |
msgstr "wartet darauf von %s geteilt zu werden"
|
@@ -2498,7 +2525,7 @@ msgstr "Korea"
|
|
2498 |
msgid "Language"
|
2499 |
msgstr "Sprache"
|
2500 |
|
2501 |
-
#: includes/B2S/Post/Item.php:
|
2502 |
#, php-format
|
2503 |
msgid "last modified by %s"
|
2504 |
msgstr "zuletzt von %s bearbeitet"
|
@@ -2509,7 +2536,7 @@ msgstr "zuletzt von %s bearbeitet"
|
|
2509 |
msgid "Last Name"
|
2510 |
msgstr "Nachname"
|
2511 |
|
2512 |
-
#: includes/B2S/Post/Item.php:
|
2513 |
msgid "last saved"
|
2514 |
msgstr "zuletzt gespeichert:"
|
2515 |
|
@@ -2517,8 +2544,8 @@ msgstr "zuletzt gespeichert:"
|
|
2517 |
msgid "Last shared"
|
2518 |
msgstr "Letzte Veröffentlichung"
|
2519 |
|
2520 |
-
#: includes/B2S/Post/Item.php:419 includes/B2S/Post/Item.php:
|
2521 |
-
#: includes/B2S/Post/Item.php:
|
2522 |
msgid "last shared on social media"
|
2523 |
msgstr "zuletzt auf Social Media geteilt"
|
2524 |
|
@@ -2526,12 +2553,12 @@ msgstr "zuletzt auf Social Media geteilt"
|
|
2526 |
msgid "Latest Posts"
|
2527 |
msgstr "letzte Beiträge"
|
2528 |
|
2529 |
-
#: includes/B2S/Post/Item.php:
|
2530 |
#, php-format
|
2531 |
msgid "latest share by %s"
|
2532 |
msgstr "zuletzt von %s geteilt"
|
2533 |
|
2534 |
-
#: includes/B2S/Ship/Save.php:
|
2535 |
msgid "Learn how it works"
|
2536 |
msgstr "mehr erfahren"
|
2537 |
|
@@ -2584,14 +2611,14 @@ msgstr "Lizenz"
|
|
2584 |
msgid "Licensing"
|
2585 |
msgstr "Lizenzen"
|
2586 |
|
2587 |
-
#: includes/B2S/Network/Item.php:
|
2588 |
#: includes/B2S/Ship/Item.php:1008 includes/B2S/Ship/Item.php:1010
|
2589 |
msgid "Link"
|
2590 |
msgstr "Link"
|
2591 |
|
2592 |
#: views/b2s/curation.php:45 views/b2s/post.calendar.php:74
|
2593 |
#: views/b2s/post.sched.php:194 views/b2s/repost.php:50 views/b2s/repost.php:87
|
2594 |
-
#: includes/B2S/Post/Item.php:
|
2595 |
#: includes/B2S/Settings/Item.php:289 views/b2s/html/footer.php:160
|
2596 |
msgid "Link Post"
|
2597 |
msgstr "Link-Beitrag"
|
@@ -2617,11 +2644,11 @@ msgstr "Lade beste Zeiten"
|
|
2617 |
msgid "Load data..."
|
2618 |
msgstr "Daten werden geladen..."
|
2619 |
|
2620 |
-
#: includes/B2S/Network/Item.php:
|
2621 |
msgid "Load default settings"
|
2622 |
msgstr "Lade Standardeinstellungen"
|
2623 |
|
2624 |
-
#: includes/B2S/Post/Item.php:435 includes/B2S/Post/Item.php:
|
2625 |
msgid "load Draft"
|
2626 |
msgstr "Entwurf aufrufen"
|
2627 |
|
@@ -2642,6 +2669,10 @@ msgstr "Meine Zeit-Einstellungen laden"
|
|
2642 |
msgid "Loading..."
|
2643 |
msgstr "Wird geladen..."
|
2644 |
|
|
|
|
|
|
|
|
|
2645 |
#: views/b2s/network.php:389 views/b2s/ship.php:618
|
2646 |
#, php-format
|
2647 |
msgid ""
|
@@ -2710,7 +2741,7 @@ msgstr "min"
|
|
2710 |
msgid "minutes"
|
2711 |
msgstr "Minuten"
|
2712 |
|
2713 |
-
#: includes/B2S/Network/Item.php:
|
2714 |
msgid ""
|
2715 |
"Missing PHP \"mbstring\" extension to use the character limit function. "
|
2716 |
"Please activate server-side the PHP \"mbstring\" extension in your \"php."
|
@@ -2803,11 +2834,11 @@ msgstr "Frau"
|
|
2803 |
msgid "My Profile"
|
2804 |
msgstr "Mein Profil"
|
2805 |
|
2806 |
-
#: includes/B2S/Network/Item.php:
|
2807 |
msgid "My profile"
|
2808 |
msgstr "Mein Profil"
|
2809 |
|
2810 |
-
#: includes/B2S/Network/Item.php:
|
2811 |
#: views/prg/html/form.php:86 views/prg/html/form.php:161
|
2812 |
#: views/prg/html/form.php:163
|
2813 |
msgid "Name"
|
@@ -2862,8 +2893,8 @@ msgstr "Netzwerk unterstützt keine Bilder für Seiten"
|
|
2862 |
msgid "Network does not support image for profiles"
|
2863 |
msgstr "Netzwerk unterstützt keine Bilder für Profile"
|
2864 |
|
2865 |
-
#: includes/B2S/Network/Item.php:
|
2866 |
-
#: includes/B2S/Network/Item.php:
|
2867 |
msgid "Network limit"
|
2868 |
msgstr "Netzwerkbegrenzung"
|
2869 |
|
@@ -2872,7 +2903,7 @@ msgstr "Netzwerkbegrenzung"
|
|
2872 |
msgid "Network settings"
|
2873 |
msgstr "Netzwerkeinstellungen"
|
2874 |
|
2875 |
-
#: includes/Loader.php:
|
2876 |
msgid "Networks"
|
2877 |
msgstr "Netzwerke"
|
2878 |
|
@@ -2893,7 +2924,7 @@ msgstr "Neuseeland"
|
|
2893 |
msgid "newest first"
|
2894 |
msgstr "neuste zuerst"
|
2895 |
|
2896 |
-
#: includes/B2S/Post/Item.php:
|
2897 |
#, php-format
|
2898 |
msgid "next share by %s"
|
2899 |
msgstr "wird als nächstes von %s geteilt"
|
@@ -3038,7 +3069,7 @@ msgid "on Blog"
|
|
3038 |
msgstr "auf dem Blog"
|
3039 |
|
3040 |
#: views/b2s/ship.php:59 includes/B2S/Post/Item.php:437
|
3041 |
-
#: includes/B2S/Post/Item.php:
|
3042 |
msgid "on blog"
|
3043 |
msgstr "auf dem Blog"
|
3044 |
|
@@ -3051,7 +3082,7 @@ msgstr "nur Beiträge die maximal %s mal geteilt wurden"
|
|
3051 |
msgid "Open Graph and Twitter Card Tags"
|
3052 |
msgstr "Open Graph und Twitter Card Tags"
|
3053 |
|
3054 |
-
#: includes/Loader.php:
|
3055 |
msgid "or"
|
3056 |
msgstr "oder"
|
3057 |
|
@@ -3090,10 +3121,7 @@ msgid "own period"
|
|
3090 |
msgstr "Eigener Zeitraum"
|
3091 |
|
3092 |
#: includes/Loader.php:890 includes/B2S/AutoPost/Item.php:252
|
3093 |
-
#: includes/B2S/Network/Item.php:
|
3094 |
-
#: includes/B2S/Network/Item.php:190 includes/B2S/Network/Item.php:327
|
3095 |
-
#: includes/B2S/Network/Item.php:673 includes/B2S/Ship/Portale.php:39
|
3096 |
-
#: includes/B2S/Ship/Portale.php:39
|
3097 |
msgid "Page"
|
3098 |
msgstr "Seite"
|
3099 |
|
@@ -3105,9 +3133,8 @@ msgstr "Seiten und Gruppen"
|
|
3105 |
msgid "Password"
|
3106 |
msgstr "Passwort"
|
3107 |
|
3108 |
-
#: includes/B2S/Network/Item.php:
|
3109 |
-
#: includes/B2S/
|
3110 |
-
#: includes/B2S/Ship/Navbar.php:90 includes/B2S/Ship/Portale.php:43
|
3111 |
msgid "Personal"
|
3112 |
msgstr "Privat"
|
3113 |
|
@@ -3332,7 +3359,7 @@ msgstr ""
|
|
3332 |
"Hinweis: Du kannst auch Deine eigenen “besten Zeiten” einstellen. Wie das "
|
3333 |
"geht, lernst Du in diesem <a href=\"%s\" target=\"_blank\">Guide</a>."
|
3334 |
|
3335 |
-
#: includes/B2S/Ship/Save.php:
|
3336 |
msgid ""
|
3337 |
"Please note: You post has to be marked as public to be posted in a group."
|
3338 |
msgstr ""
|
@@ -3398,7 +3425,7 @@ msgid "Please re-authorize your account with Blog2Social and try again"
|
|
3398 |
msgstr ""
|
3399 |
"Bitte autorisieren Sie Ihr Konto bei Blog2Social und versuchen Sie es erneut."
|
3400 |
|
3401 |
-
#: includes/B2S/Post/Item.php:
|
3402 |
msgid "Please see"
|
3403 |
msgstr "siehe"
|
3404 |
|
@@ -3419,12 +3446,12 @@ msgid "Please select your correct server location and connect again."
|
|
3419 |
msgstr ""
|
3420 |
"Bitte wähle Deinen richtigen Serverstandort aus und verbinde Dich erneut."
|
3421 |
|
3422 |
-
#: includes/B2S/Ship/Save.php:
|
3423 |
msgid "Please share your post now"
|
3424 |
msgstr "Bitte teile Deinen Beitrag jetzt."
|
3425 |
|
3426 |
-
#: includes/B2S/Network/Item.php:
|
3427 |
-
#: includes/B2S/Network/Item.php:
|
3428 |
msgid "please upgrade"
|
3429 |
msgstr "Bitte upgraden"
|
3430 |
|
@@ -3472,7 +3499,7 @@ msgstr "Poste alle"
|
|
3472 |
msgid "Post Format"
|
3473 |
msgstr "Postformat"
|
3474 |
|
3475 |
-
#: includes/B2S/Post/Item.php:
|
3476 |
msgid "post format"
|
3477 |
msgstr "Postformat"
|
3478 |
|
@@ -3559,15 +3586,15 @@ msgstr ""
|
|
3559 |
"Presseportalen und Nachrichtenseiten für die Veröffentlichung Deines "
|
3560 |
"Beitrags auswählen."
|
3561 |
|
3562 |
-
#: includes/Loader.php:
|
3563 |
msgid "PR-Service"
|
3564 |
msgstr "PR-Service"
|
3565 |
|
3566 |
-
#: includes/Loader.php:
|
3567 |
msgid "PREMIUM"
|
3568 |
msgstr "PREMIUM"
|
3569 |
|
3570 |
-
#: includes/Loader.php:
|
3571 |
msgid "Premium"
|
3572 |
msgstr "Premium"
|
3573 |
|
@@ -3579,15 +3606,15 @@ msgstr "Premium Support"
|
|
3579 |
msgid "Press"
|
3580 |
msgstr "Presse"
|
3581 |
|
3582 |
-
#: includes/B2S/Network/Item.php:
|
3583 |
-
#: includes/B2S/Network/Item.php:
|
3584 |
-
#: includes/B2S/Network/Item.php:
|
3585 |
-
#: includes/B2S/Network/Item.php:
|
3586 |
-
#: includes/B2S/Network/Item.php:
|
3587 |
-
#: includes/B2S/Network/Item.php:
|
3588 |
-
#: includes/B2S/Network/Item.php:
|
3589 |
-
#: includes/B2S/Network/Item.php:
|
3590 |
-
#: includes/B2S/Network/Item.php:
|
3591 |
msgid "Preview"
|
3592 |
msgstr "Vorschau"
|
3593 |
|
@@ -3604,12 +3631,12 @@ msgid "Privacy Policy"
|
|
3604 |
msgstr "Datenschutzerklärung"
|
3605 |
|
3606 |
#: views/b2s/curation.php:51 views/b2s/curation.php:52 views/b2s/network.php:41
|
3607 |
-
#: includes/B2S/Network/Item.php:
|
3608 |
-
#: includes/B2S/Network/Item.php:
|
3609 |
#: includes/B2S/Ship/Item.php:500 includes/B2S/Ship/Item.php:561
|
3610 |
#: includes/B2S/Ship/Item.php:776 includes/B2S/Ship/Item.php:830
|
3611 |
-
#: includes/B2S/Ship/Portale.php:
|
3612 |
-
#: includes/B2S/Ship/Portale.php:
|
3613 |
msgid "PRO"
|
3614 |
msgstr "PRO"
|
3615 |
|
@@ -3622,12 +3649,7 @@ msgid "Product"
|
|
3622 |
msgstr "Produkt"
|
3623 |
|
3624 |
#: includes/Loader.php:890 includes/B2S/AutoPost/Item.php:252
|
3625 |
-
#: includes/B2S/Network/Item.php:
|
3626 |
-
#: includes/B2S/Network/Item.php:175 includes/B2S/Network/Item.php:179
|
3627 |
-
#: includes/B2S/Network/Item.php:181 includes/B2S/Network/Item.php:257
|
3628 |
-
#: includes/B2S/Network/Item.php:671 includes/B2S/Ship/Portale.php:43
|
3629 |
-
#: includes/B2S/Ship/Portale.php:45 includes/B2S/Ship/Portale.php:47
|
3630 |
-
#: includes/B2S/Ship/Portale.php:51
|
3631 |
msgid "Profile"
|
3632 |
msgstr "Profil"
|
3633 |
|
@@ -3635,10 +3657,9 @@ msgstr "Profil"
|
|
3635 |
msgid "Profiles | Pages | Groups"
|
3636 |
msgstr "Profile | Seiten | Gruppen"
|
3637 |
|
3638 |
-
#: includes/
|
3639 |
-
#: includes/B2S/Ship/Navbar.php:90 includes/B2S/Ship/Portale.php:31
|
3640 |
msgid "Publication"
|
3641 |
-
msgstr "
|
3642 |
|
3643 |
#: views/prg/ship.php:69
|
3644 |
msgid "Publish"
|
@@ -3654,7 +3675,7 @@ msgstr "Veröffentliche mit einer Verzögerung von"
|
|
3654 |
|
3655 |
#: views/b2s/curation.php:138 views/b2s/post.calendar.php:42
|
3656 |
#: views/b2s/ship.php:18 views/b2s/ship.php:779 includes/B2S/Post/Filter.php:59
|
3657 |
-
#: includes/B2S/Post/Item.php:381 includes/B2S/Ship/Save.php:
|
3658 |
#: includes/PRG/Post/Filter.php:37 includes/PRG/Post/Item.php:86
|
3659 |
msgid "published"
|
3660 |
msgstr "veröffentlicht"
|
@@ -3679,11 +3700,11 @@ msgstr "BEWERTE ES!"
|
|
3679 |
msgid "Rate it!"
|
3680 |
msgstr "Bewerte uns!"
|
3681 |
|
3682 |
-
#: includes/B2S/Post/Item.php:
|
3683 |
msgid "Re-Share"
|
3684 |
msgstr "Wiederholt geteilt"
|
3685 |
|
3686 |
-
#: includes/B2S/Post/Filter.php:71 includes/B2S/Post/Item.php:
|
3687 |
msgid "re-share"
|
3688 |
msgstr "erneut teilen"
|
3689 |
|
@@ -3697,7 +3718,7 @@ msgid "Re-share this Post"
|
|
3697 |
msgstr "Diesen Beitrag nochmal teilen"
|
3698 |
|
3699 |
#: views/b2s/curation.php:131 views/b2s/ship.php:264 views/b2s/ship.php:266
|
3700 |
-
#: includes/B2S/Post/Item.php:
|
3701 |
msgid "Re-share this post"
|
3702 |
msgstr "Diesen Beitrag nochmal teilen"
|
3703 |
|
@@ -3719,7 +3740,7 @@ msgstr "Rebrandly"
|
|
3719 |
msgid "Recently Used"
|
3720 |
msgstr "Zuletzt verwendet"
|
3721 |
|
3722 |
-
#: includes/B2S/Network/Item.php:
|
3723 |
msgid "recommended length"
|
3724 |
msgstr "Empfohlene Länge"
|
3725 |
|
@@ -3807,8 +3828,8 @@ msgstr "Passwort zurücksetzen"
|
|
3807 |
msgid "resolve conflict"
|
3808 |
msgstr "Konflikt beheben"
|
3809 |
|
3810 |
-
#: includes/B2S/Post/Item.php:
|
3811 |
-
#: includes/B2S/Ship/Save.php:
|
3812 |
msgid "Retweet"
|
3813 |
msgstr "Retweet"
|
3814 |
|
@@ -3853,7 +3874,7 @@ msgid "Save"
|
|
3853 |
msgstr " Speichern"
|
3854 |
|
3855 |
#: views/b2s/network.php:248 views/b2s/settings.php:70
|
3856 |
-
#: includes/B2S/Network/Item.php:
|
3857 |
msgid "save"
|
3858 |
msgstr "speichern"
|
3859 |
|
@@ -3886,7 +3907,7 @@ msgstr "Netzwerkauswahl speichern"
|
|
3886 |
msgid "save..."
|
3887 |
msgstr "speichere Daten..."
|
3888 |
|
3889 |
-
#: includes/B2S/Post/Item.php:
|
3890 |
msgid "saved"
|
3891 |
msgstr "gespeichert"
|
3892 |
|
@@ -3986,12 +4007,12 @@ msgstr "geplant"
|
|
3986 |
msgid "Scheduled Auto-Posting"
|
3987 |
msgstr "Scheduled Auto-Posting"
|
3988 |
|
3989 |
-
#: includes/B2S/Post/Item.php:
|
3990 |
#, php-format
|
3991 |
msgid "scheduled by %s"
|
3992 |
msgstr "von %s vorgeplant "
|
3993 |
|
3994 |
-
#: includes/B2S/Ship/Save.php:
|
3995 |
msgid "scheduled on"
|
3996 |
msgstr "geplant für"
|
3997 |
|
@@ -4008,7 +4029,7 @@ msgstr "geplante Beiträge"
|
|
4008 |
msgid "scheduled posts"
|
4009 |
msgstr "geplante Beiträge"
|
4010 |
|
4011 |
-
#: includes/B2S/Post/Item.php:
|
4012 |
#: views/b2s/widgets/activity.php:10
|
4013 |
msgid "scheduled social media posts"
|
4014 |
msgstr "geplante Beiträge"
|
@@ -4058,8 +4079,8 @@ msgstr "Blog-Nutzer auswählen"
|
|
4058 |
msgid "Select all"
|
4059 |
msgstr "Alle auswählen"
|
4060 |
|
4061 |
-
#: includes/B2S/Post/Item.php:
|
4062 |
-
#: includes/B2S/Post/Item.php:
|
4063 |
msgid "select all"
|
4064 |
msgstr "alle auswählen"
|
4065 |
|
@@ -4213,8 +4234,8 @@ msgstr ""
|
|
4213 |
"Nutze den Auto-Poster, um Deine neuen oder aktualisierten Beiträge, Seiten "
|
4214 |
"und Cutsom Post Types automatisch auf Deinen Social-Media-Kanälen zu teilen."
|
4215 |
|
4216 |
-
#: includes/Loader.php:839 includes/Loader.php:
|
4217 |
-
#: includes/Loader.php:
|
4218 |
#: views/b2s/html/sidebar.php:137
|
4219 |
msgid "Settings"
|
4220 |
msgstr "Einstellungen"
|
@@ -4224,7 +4245,7 @@ msgstr "Einstellungen"
|
|
4224 |
msgid "Share"
|
4225 |
msgstr "Teilen"
|
4226 |
|
4227 |
-
#: includes/B2S/Post/Item.php:
|
4228 |
msgid "share"
|
4229 |
msgstr "teilen"
|
4230 |
|
@@ -4284,9 +4305,9 @@ msgstr "Teile auf mehreren Netzwerk-Konten "
|
|
4284 |
msgid "Share on multiple profiles, pages and groups"
|
4285 |
msgstr "Auf mehreren Profilen, Seiten und Gruppen teilen"
|
4286 |
|
4287 |
-
#: includes/B2S/Post/Item.php:431 includes/B2S/Post/Item.php:
|
4288 |
-
#: includes/B2S/Post/Item.php:
|
4289 |
-
#: includes/B2S/Post/Item.php:
|
4290 |
msgid "Share on Social Media"
|
4291 |
msgstr "auf Social Media teilen"
|
4292 |
|
@@ -4310,7 +4331,7 @@ msgstr "Teile Text-Beiträge:"
|
|
4310 |
msgid "share up to"
|
4311 |
msgstr "teile bis zu"
|
4312 |
|
4313 |
-
#: includes/Loader.php:
|
4314 |
msgid "Share Website & Blog Content"
|
4315 |
msgstr "Webseiten- & Blog Content teilen"
|
4316 |
|
@@ -4355,7 +4376,7 @@ msgstr "Teile Deine WordPress-Beiträge, -Seiten oder -Produkte"
|
|
4355 |
msgid "Shared"
|
4356 |
msgstr "Wie oft geteilt?"
|
4357 |
|
4358 |
-
#: includes/B2S/Post/Item.php:
|
4359 |
#, php-format
|
4360 |
msgid "shared by %s"
|
4361 |
msgstr "von %s geteilt"
|
@@ -4369,7 +4390,7 @@ msgstr "geteilt von Nutzer"
|
|
4369 |
msgid "Shared Posts"
|
4370 |
msgstr "geteilte Beiträge"
|
4371 |
|
4372 |
-
#: includes/B2S/Post/Item.php:
|
4373 |
msgid "shared social media posts"
|
4374 |
msgstr "geteilte Beiträge"
|
4375 |
|
@@ -4381,7 +4402,7 @@ msgstr "geteilt auf Netzwerk"
|
|
4381 |
msgid "Sharing"
|
4382 |
msgstr "Teilen"
|
4383 |
|
4384 |
-
#: includes/B2S/Post/Item.php:
|
4385 |
#, php-format
|
4386 |
msgid "sharing in progress by %s"
|
4387 |
msgstr "wird gerade von %s geteilt"
|
@@ -4416,7 +4437,7 @@ msgstr "Shortcodes"
|
|
4416 |
msgid "Shortext"
|
4417 |
msgstr "Kurzbeschreibung"
|
4418 |
|
4419 |
-
#: includes/B2S/Post/Item.php:
|
4420 |
msgid "show"
|
4421 |
msgstr "ansehen"
|
4422 |
|
@@ -4424,7 +4445,7 @@ msgstr "ansehen"
|
|
4424 |
msgid "Show activity starting from"
|
4425 |
msgstr "Zeige Aktivität ab"
|
4426 |
|
4427 |
-
#: includes/B2S/Network/Item.php:
|
4428 |
msgid "Show all"
|
4429 |
msgstr "alle anzeigen"
|
4430 |
|
@@ -4460,7 +4481,7 @@ msgstr "Anmelden"
|
|
4460 |
msgid "Sign in to Pinterest"
|
4461 |
msgstr "Melde Dich bei Pinterest an"
|
4462 |
|
4463 |
-
#: includes/Loader.php:
|
4464 |
msgid "Site & Blog Content"
|
4465 |
msgstr "Seiten & Blog Content"
|
4466 |
|
@@ -4470,12 +4491,12 @@ msgstr "Slowakei"
|
|
4470 |
|
4471 |
#: views/b2s/network.php:236 views/b2s/ship.php:27
|
4472 |
#: includes/B2S/AutoPost/Item.php:33 includes/B2S/Curation/View.php:56
|
4473 |
-
#: includes/B2S/Network/Item.php:
|
4474 |
-
#: includes/B2S/Network/Item.php:
|
4475 |
-
#: includes/B2S/Network/Item.php:
|
4476 |
#: includes/B2S/RePost/Item.php:23 includes/B2S/Settings/Item.php:172
|
4477 |
#: includes/B2S/Ship/Image.php:89 includes/B2S/Ship/Item.php:1202
|
4478 |
-
#: includes/B2S/Ship/Portale.php:
|
4479 |
#: views/b2s/html/post.navbar.php:21 views/b2s/html/post.navbar.php:23
|
4480 |
#: views/b2s/partials/post-edit-modal.php:9 views/b2s/widgets/posts.php:18
|
4481 |
msgid "SMART"
|
@@ -4522,12 +4543,12 @@ msgstr "Social Media Post"
|
|
4522 |
msgid "Social Media Post Drafts"
|
4523 |
msgstr "Social Media Posts Entwürfe"
|
4524 |
|
4525 |
-
#: includes/Loader.php:
|
4526 |
#: views/b2s/curation.php:332
|
4527 |
msgid "Social Media Posts"
|
4528 |
msgstr "Social Media Posts"
|
4529 |
|
4530 |
-
#: includes/B2S/Post/Item.php:
|
4531 |
msgid "social media posts ready to be shared"
|
4532 |
msgstr "Social Media Posts sind bereit, geteilt zu werden"
|
4533 |
|
@@ -4631,6 +4652,10 @@ msgstr "Straße"
|
|
4631 |
msgid "submit"
|
4632 |
msgstr "abschicken"
|
4633 |
|
|
|
|
|
|
|
|
|
4634 |
#: views/b2s/widgets/newsletter.php:10
|
4635 |
msgid "subscribe"
|
4636 |
msgstr "abonnieren"
|
@@ -4639,7 +4664,7 @@ msgstr "abonnieren"
|
|
4639 |
msgid "Subtitle"
|
4640 |
msgstr "Untertitel"
|
4641 |
|
4642 |
-
#: includes/B2S/Network/Item.php:
|
4643 |
msgid "Successfully saved"
|
4644 |
msgstr "Erfolgreich gespeichert"
|
4645 |
|
@@ -4797,7 +4822,7 @@ msgstr ""
|
|
4797 |
"nicht mit dem internet verbinden. Versuche es später erneut oder kontaktiere "
|
4798 |
"Deinen Webmaster, wenn dieser Fehler erneut erscheint."
|
4799 |
|
4800 |
-
#: includes/Loader.php:
|
4801 |
#, php-format
|
4802 |
msgid ""
|
4803 |
"The connection to your social media account is interrupted. Please check "
|
@@ -4814,7 +4839,7 @@ msgstr ""
|
|
4814 |
msgid "The content of your post"
|
4815 |
msgstr "Der Inhalt Deines Beitrags."
|
4816 |
|
4817 |
-
#: includes/Loader.php:
|
4818 |
#, php-format
|
4819 |
msgid ""
|
4820 |
"The content of your post could not be approved by the network. Please see "
|
@@ -4886,11 +4911,11 @@ msgstr ""
|
|
4886 |
"ausgewählt hast, zeigen einige Netzwerke das erste Bild an, dass sie auf "
|
4887 |
"Deiner Seite finden."
|
4888 |
|
4889 |
-
#: includes/B2S/Network/Item.php:
|
4890 |
msgid "The link will be added automatically at the end of the post."
|
4891 |
msgstr "Der Link wird automatisch am Ende des Posts eingefügt."
|
4892 |
|
4893 |
-
#: includes/B2S/Network/Item.php:
|
4894 |
msgid ""
|
4895 |
"The link will be transmitted as a canonical link, i.e. in the source code of "
|
4896 |
"your page, in order to refer to the original source of the content and to "
|
@@ -4920,7 +4945,7 @@ msgstr ""
|
|
4920 |
msgid "The name of the post author."
|
4921 |
msgstr "Der Name des Autors Deines Beitrags."
|
4922 |
|
4923 |
-
#: includes/Loader.php:
|
4924 |
#, php-format
|
4925 |
msgid ""
|
4926 |
"The network can not publish special characters such as Emoji. Please see the "
|
@@ -4929,7 +4954,7 @@ msgstr ""
|
|
4929 |
"Das Netzwerk kann keine Sonderzeichen wie Emoji veröffentlichen. Bitte "
|
4930 |
"beachte die folgende <a target=\"_blank\" href=\"%s\">Anleitung</a>"
|
4931 |
|
4932 |
-
#: includes/Loader.php:
|
4933 |
#, php-format
|
4934 |
msgid ""
|
4935 |
"The network could not publish your post. Please see the following <a "
|
@@ -4938,11 +4963,11 @@ msgstr ""
|
|
4938 |
"Dein Post ist vom Netzwerk nicht veröffentlicht worden. Bitte beachte die "
|
4939 |
"folgende <a target=\"_blank\" href=\"%s\">Anleitung</a>."
|
4940 |
|
4941 |
-
#: includes/B2S/Network/Item.php:
|
4942 |
msgid "The network does not support hashtags."
|
4943 |
msgstr "Das Netzwerk unterstützt keine Hashtags."
|
4944 |
|
4945 |
-
#: includes/Loader.php:
|
4946 |
#, php-format
|
4947 |
msgid ""
|
4948 |
"The network has blocked your account. Please see the following <a "
|
@@ -4951,7 +4976,7 @@ msgstr ""
|
|
4951 |
"Das Netzwerk hat Dein Konto gesperrt. Bitte beachte die folgende <a "
|
4952 |
"target=\"_blank\" href=\"%s\">Anleitung</a>"
|
4953 |
|
4954 |
-
#: includes/Loader.php:
|
4955 |
msgid "The network requires a public url."
|
4956 |
msgstr "Das Netzwerk benötigt eine öffentlich zugängliche URL."
|
4957 |
|
@@ -4963,7 +4988,7 @@ msgstr ""
|
|
4963 |
"Die Netzwerke Diigo, Bloglovin' und Google My Business unterstützen das GIF "
|
4964 |
"format nicht und stellen stattdessen das Standardbild dar."
|
4965 |
|
4966 |
-
#: includes/Loader.php:
|
4967 |
#, php-format
|
4968 |
msgid ""
|
4969 |
"The number of images is reached. Please see the following <a "
|
@@ -4986,7 +5011,7 @@ msgstr ""
|
|
4986 |
"Die Parameter konnten nicht gespeichert werden. Bitte versuchen Sie es noch "
|
4987 |
"einmal."
|
4988 |
|
4989 |
-
#: includes/B2S/Calendar/Item.php:534 includes/B2S/Post/Item.php:
|
4990 |
#, php-format
|
4991 |
msgid ""
|
4992 |
"The post cannot be published due to changes on the Instagram interface. More "
|
@@ -5158,7 +5183,7 @@ msgstr ""
|
|
5158 |
"Dies ist eine globale Einstellung für Deinen Website/ Deinen Blog, die nur "
|
5159 |
"von Nutzern mit Admin-Rechten bearbeitet werden kann. "
|
5160 |
|
5161 |
-
#: includes/B2S/Ship/Save.php:
|
5162 |
msgid "This is how it works:"
|
5163 |
msgstr "Und so funktioniert es:"
|
5164 |
|
@@ -5183,7 +5208,7 @@ msgstr ""
|
|
5183 |
msgid "This post will be shared on social media in 2-3 minutes!"
|
5184 |
msgstr "Dein Beitrag wird in ca. 2-3 Minuten in die Social Media eingestellt!"
|
5185 |
|
5186 |
-
#: includes/B2S/Network/Item.php:
|
5187 |
msgid ""
|
5188 |
"This social network displays the predefined hashtags as clickable tags at "
|
5189 |
"the end of your post."
|
@@ -5200,7 +5225,7 @@ msgstr ""
|
|
5200 |
msgid "This user has reached the maximum number of connections."
|
5201 |
msgstr "Der Nutzer hat die maximale Anzahl von Verbindungen erreicht."
|
5202 |
|
5203 |
-
#: includes/Loader.php:
|
5204 |
msgid ""
|
5205 |
"This XING API is no longer supported by XING. Please connect your XING "
|
5206 |
"accounts with the new XING interface to reschedule your posts."
|
@@ -5303,8 +5328,8 @@ msgstr ""
|
|
5303 |
"Support Community, um noch mehr Antworten zu finden und Deine Fragen zu "
|
5304 |
"stellen. (<a href=\"%s\" target=\"_blank\">Info</a>)"
|
5305 |
|
5306 |
-
#: includes/B2S/Network/Item.php:
|
5307 |
-
#: includes/B2S/Network/Item.php:
|
5308 |
msgid "To reactivate this connection,"
|
5309 |
msgstr "Um die Verbindung wieder zu aktivieren,"
|
5310 |
|
@@ -5312,7 +5337,7 @@ msgstr "Um die Verbindung wieder zu aktivieren,"
|
|
5312 |
msgid "To select an individual image from your media library,"
|
5313 |
msgstr "Um ein individuelles Bild aus Deiner Mediathek auszuwählen,"
|
5314 |
|
5315 |
-
#: includes/Loader.php:
|
5316 |
msgid "To share social media posts on Reddit or Diigo, a link is required."
|
5317 |
msgstr ""
|
5318 |
"Um Social Media Posts auf Reddit oder Diigo zu teilen, ist ein Link "
|
@@ -5430,8 +5455,8 @@ msgid "Unknown error has occurred. Please try again."
|
|
5430 |
msgstr "Ein unbekannter Fehler ist aufgetreten. Bitte versuche es erneut."
|
5431 |
|
5432 |
#: includes/Ajax/Post.php:1955 views/b2s/network.php:13
|
5433 |
-
#: includes/B2S/Network/Item.php:
|
5434 |
-
#: includes/B2S/Network/Item.php:
|
5435 |
msgid "Unknown username"
|
5436 |
msgstr "unbekannter Blog-Nutzer"
|
5437 |
|
@@ -5501,11 +5526,11 @@ msgstr "Jetzt auf Blog2Social PREMIUM BUSINESS upgraden"
|
|
5501 |
msgid "Upgrade to Blog2Social PREMIUM PRO"
|
5502 |
msgstr "Jetzt auf Blog2Social PREMIUM PRO upgraden"
|
5503 |
|
5504 |
-
#: includes/B2S/Network/Item.php:
|
5505 |
msgid "Upgrade to Blog2Social Smart"
|
5506 |
msgstr "Upgrade auf Blog2Social Smart"
|
5507 |
|
5508 |
-
#: includes/B2S/Network/Item.php:
|
5509 |
msgid ""
|
5510 |
"Upgrade to Blog2Social Smart or higher to customize your individual post "
|
5511 |
"templates that will automatically pre-format the structure of your social "
|
@@ -5629,7 +5654,7 @@ msgstr "Link prüfen"
|
|
5629 |
msgid "Validate directly on Twitter"
|
5630 |
msgstr "Direkt bei Twitter prüfen"
|
5631 |
|
5632 |
-
#: includes/B2S/Network/Item.php:
|
5633 |
msgid "Value"
|
5634 |
msgstr "Zugeordneter Wert"
|
5635 |
|
@@ -5637,7 +5662,7 @@ msgstr "Zugeordneter Wert"
|
|
5637 |
msgid "Version"
|
5638 |
msgstr "Version"
|
5639 |
|
5640 |
-
#: includes/B2S/Post/Item.php:
|
5641 |
msgid "via Browser-Extension"
|
5642 |
msgstr "via Browser-Extension"
|
5643 |
|
@@ -5649,7 +5674,7 @@ msgstr "Video-Beitrag"
|
|
5649 |
msgid "View schedule posts"
|
5650 |
msgstr "Geplante Beiträge anzeigen"
|
5651 |
|
5652 |
-
#: includes/B2S/Ship/Save.php:
|
5653 |
msgid "view social media post"
|
5654 |
msgstr "Zeige Social Media Beitrag an"
|
5655 |
|
@@ -5674,7 +5699,7 @@ msgstr ""
|
|
5674 |
"sperrt. Variieren Sie Ihre Tweets mit unterschiedlichen Kommentaren, "
|
5675 |
"Hashtags und Handles um doppelte Beiträge zu vermeiden."
|
5676 |
|
5677 |
-
#: includes/Loader.php:
|
5678 |
msgid ""
|
5679 |
"We don't have the permission to publish your post. Please check your "
|
5680 |
"authorization."
|
@@ -6221,7 +6246,7 @@ msgstr ""
|
|
6221 |
msgid "You don't have a Business License"
|
6222 |
msgstr "Du hast keine Business-Lizenz"
|
6223 |
|
6224 |
-
#: includes/Loader.php:
|
6225 |
msgid "You have already retweeted this post."
|
6226 |
msgstr "Du hast diesen Post bereits retweetet."
|
6227 |
|
@@ -6329,18 +6354,18 @@ msgid ""
|
|
6329 |
msgstr ""
|
6330 |
"Du möchtest das Bild, den Titel und die Beschreibung ändern? Hier Klicken."
|
6331 |
|
6332 |
-
#: includes/B2S/Network/Item.php:
|
6333 |
msgid "You want to connect a network page?"
|
6334 |
msgstr "Du möchtest eine Netzwerk-Seite verbinden?"
|
6335 |
|
6336 |
-
#: includes/B2S/Network/Item.php:
|
6337 |
-
#: includes/B2S/Network/Item.php:
|
6338 |
-
#: includes/B2S/Ship/Portale.php:
|
6339 |
-
#: includes/B2S/Ship/Portale.php:
|
6340 |
msgid "You want to connect a network profile?"
|
6341 |
msgstr "Du möchtest Dich mit einem Netzwerkprofil verbinden?"
|
6342 |
|
6343 |
-
#: includes/B2S/Network/Item.php:
|
6344 |
msgid "You want to connect a social media group?"
|
6345 |
msgstr "Du möchtest eine Social-Media-Gruppe verbinden?"
|
6346 |
|
@@ -6368,15 +6393,15 @@ msgstr "Möchtest Du Text-Posts erstellen?"
|
|
6368 |
msgid "You want to define a new combination of networks?"
|
6369 |
msgstr "Du möchtest eine neue Kombination von Netzwerken anlegen?"
|
6370 |
|
6371 |
-
#: includes/B2S/Post/Item.php:
|
6372 |
msgid "You want to delete a publish post entry?"
|
6373 |
msgstr "Du möchtest einen veröffentlichten Beitrag löschen?"
|
6374 |
|
6375 |
-
#: includes/B2S/Post/Item.php:
|
6376 |
msgid "You want to delete your Social Media post?"
|
6377 |
msgstr "Du möchtest Deinen Social Media Post löschen?"
|
6378 |
|
6379 |
-
#: includes/B2S/Post/Item.php:
|
6380 |
msgid "You want to edit your scheduled post?"
|
6381 |
msgstr "Sie möchten Ihre vorgeplanten Beiträge bearbeiten?"
|
6382 |
|
@@ -6452,7 +6477,7 @@ msgstr "Deine Autorisierung konnte nicht entfernt werden."
|
|
6452 |
msgid "Your authorization has been removed successfully."
|
6453 |
msgstr "Deine Autorisierung wurde erfolgreich entfernt."
|
6454 |
|
6455 |
-
#: includes/Loader.php:
|
6456 |
msgid ""
|
6457 |
"Your authorization has expired. Please reconnect your account in the "
|
6458 |
"Blog2Social network settings."
|
@@ -6468,7 +6493,7 @@ msgstr "Deine Autorisierung war erfolgreich."
|
|
6468 |
msgid "Your blog post is not yet published on your Wordpress!"
|
6469 |
msgstr "Dein Beitrag ist derzeit nicht auf Deinem Wordpress veröffentlicht."
|
6470 |
|
6471 |
-
#: includes/Loader.php:
|
6472 |
msgid ""
|
6473 |
"Your blog post was not available for the network at the time of publishing."
|
6474 |
msgstr ""
|
@@ -6512,14 +6537,14 @@ msgstr "Deine aktuelle Lizenz:"
|
|
6512 |
msgid "Your daily limit for posting automatically has been reached."
|
6513 |
msgstr "Dein tägliches Limit für Autoposter-Beiträge ist erreicht."
|
6514 |
|
6515 |
-
#: includes/Loader.php:
|
6516 |
msgid ""
|
6517 |
"Your daily limit for this network has been reached. Please try again later."
|
6518 |
msgstr ""
|
6519 |
"Dein tägliches Beitragslimit für dieses Netzwerk wurde erreicht. Bitte "
|
6520 |
"versuche es später noch einmal."
|
6521 |
|
6522 |
-
#: includes/Loader.php:
|
6523 |
msgid "Your daily limit has been reached."
|
6524 |
msgstr "Dein tägliches Beitragslimit wurde erreicht."
|
6525 |
|
@@ -6541,7 +6566,7 @@ msgstr "Deine Blog2Social kostenlose Premium Testversion ist aktiviert für"
|
|
6541 |
msgid "Your free trial of Blog2Social PREMIUM has ended."
|
6542 |
msgstr "Ihre kostenlose Testversion von Blog2Social PREMIUM ist beendet."
|
6543 |
|
6544 |
-
#: includes/Loader.php:
|
6545 |
msgid "Your group can not be found by the network."
|
6546 |
msgstr "Deine Gruppe kann vom Netzwerk nicht gefunden werden."
|
6547 |
|
@@ -6572,7 +6597,7 @@ msgid "Your message will now be sent over PR gateway to the press portals!"
|
|
6572 |
msgstr ""
|
6573 |
"Deine Mitteilung wird nun über PR-Gateway an die Presseportale gesendet!"
|
6574 |
|
6575 |
-
#: includes/Loader.php:
|
6576 |
msgid ""
|
6577 |
"Your post could not be posted, because your image can not be processed by "
|
6578 |
"the network."
|
@@ -6580,7 +6605,7 @@ msgstr ""
|
|
6580 |
"Dein Beitrag kann nicht veröffentlicht werden, da Dein Bild nicht vom "
|
6581 |
"Netzwerk verarbeitet werden kann"
|
6582 |
|
6583 |
-
#: includes/Loader.php:
|
6584 |
msgid ""
|
6585 |
"Your post could not be posted, because your image is not available or the "
|
6586 |
"image source does not allow to publish"
|
@@ -6588,8 +6613,8 @@ msgstr ""
|
|
6588 |
"Dein Beitrag kann nicht veröffentlicht werden, da Dein Bild nicht verfügbar "
|
6589 |
"ist oder die Bildquelle es nicht erlaubt zu veröffentlichen"
|
6590 |
|
6591 |
-
#: includes/B2S/Calendar/Item.php:536 includes/B2S/Post/Item.php:
|
6592 |
-
#: includes/B2S/Ship/Save.php:
|
6593 |
#, php-format
|
6594 |
msgid ""
|
6595 |
"Your post could not be posted. More information in this <a href=\"%s\" "
|
@@ -6598,7 +6623,7 @@ msgstr ""
|
|
6598 |
"Dein Beitrag konnte nicht geteilt werden. Mehr Informationen in der <a "
|
6599 |
"href=\"%s\" target=\"_blank\">Instagram-Checkliste für Problemlösungen."
|
6600 |
|
6601 |
-
#: includes/Loader.php:
|
6602 |
msgid "Your post is a duplicate."
|
6603 |
msgstr "Du kannst auf dem Netzwerke keine Duplikate veröffentlichen."
|
6604 |
|
@@ -6620,7 +6645,7 @@ msgstr "Dein Profil konnte nicht gespeichert werden."
|
|
6620 |
msgid "Your profile was saved successful."
|
6621 |
msgstr "Dein Profil wurde erfolgreich gespeichert. "
|
6622 |
|
6623 |
-
#: includes/B2S/Network/Item.php:
|
6624 |
msgid "Your profiles:"
|
6625 |
msgstr "weitere Profile:"
|
6626 |
|
2 |
# This file is distributed under the same license as the Plugins - Blog2Social: Social Media Auto Post & Scheduler - Stable (latest release) package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"PO-Revision-Date: 2021-09-14 13:06+0000\n"
|
6 |
"MIME-Version: 1.0\n"
|
7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
"Content-Transfer-Encoding: 8bit\n"
|
48 |
msgid "(SMART)"
|
49 |
msgstr "(SMART)"
|
50 |
|
51 |
+
#: includes/B2S/Network/Item.php:604
|
52 |
msgid "+ add Parameter"
|
53 |
msgstr "+ Parameter hinzufügen"
|
54 |
|
55 |
+
#: includes/B2S/Ship/Save.php:421
|
56 |
msgid ""
|
57 |
"-For scheduled posts, Blog2Social will save your post and move it to the "
|
58 |
"\"Scheduled Posts\" tab on your \"Posts & Sharing\" navigation bar. On your "
|
65 |
"Sharing” Tab. Klicke dann auf \"Teilen\", um Deinen Post dann an Dein "
|
66 |
"Facebook-Profil zu senden!"
|
67 |
|
68 |
+
#: includes/B2S/Ship/Save.php:429
|
69 |
msgid ""
|
70 |
"-For scheduled posts, Blog2Social will save your post and move it to the "
|
71 |
"\"Scheduled Posts\" tab on your \"Site & Blog Content\" navigation bar. On "
|
78 |
"Sharing” Tab. Klicke dann auf \"Teilen\", um Deinen Post dann an Dein "
|
79 |
"Facebook-Profil zu senden!"
|
80 |
|
81 |
+
#: includes/B2S/Ship/Save.php:420
|
82 |
msgid ""
|
83 |
"-To share your post immediately, click the \"Share\" button next to your "
|
84 |
"selected Facebook profile below."
|
86 |
"-Um den Beitrag sofort zu teilen, klicke einfach auf den “Teilen” Button "
|
87 |
"neben Deinem unten aufgeführten Profil."
|
88 |
|
89 |
+
#: includes/B2S/Ship/Save.php:428
|
90 |
msgid ""
|
91 |
"-To share your post immediately, click the \"Share\" button next to your "
|
92 |
"selected Google+ account below."
|
115 |
"<a href=\"%s\" target=\"_blank\">Erhalte mehr Informationen dazu, wie Du "
|
116 |
"weitere Seiten und Gruppen dazu buchen kannst.</a>"
|
117 |
|
118 |
+
#: includes/Loader.php:1593 includes/System.php:32 includes/System.php:38
|
119 |
#, php-format
|
120 |
msgid ""
|
121 |
"<a href=\"%s\" target=\"_blank\">Please find more Information and help in "
|
210 |
msgid "Activate Blog2Social PREMIUM PRO."
|
211 |
msgstr "Aktiviere Blog2Social PREMIUM PRO."
|
212 |
|
213 |
+
#: includes/B2S/Network/Item.php:702
|
214 |
msgid "Activate Instant Caching"
|
215 |
msgstr "Instant Caching aktivieren"
|
216 |
|
234 |
msgid "Activities"
|
235 |
msgstr "Aktivitäten"
|
236 |
|
237 |
+
#: includes/B2S/Network/Item.php:854
|
238 |
msgid "Add a link-URL to the end of my image post."
|
239 |
msgstr "Link automatisch am Ende meines Bildbeitrags einfügen."
|
240 |
|
241 |
+
#: includes/B2S/Network/Item.php:861
|
242 |
msgid ""
|
243 |
"Add a link-URL to the end of my Instagram posts. (Please note, that "
|
244 |
"Instagram does not turn link-URLs into clickable links)"
|
246 |
"Link automatisch am Ende meines Bildbeitrags einfügen. (Bitte beachte, dass "
|
247 |
"Instagram Links nicht als klickbare Links darstellt)"
|
248 |
|
249 |
+
#: includes/B2S/Network/Item.php:873
|
250 |
msgid "Add a link-URL to the end of my post."
|
251 |
msgstr "Link automatisch am Ende meines Beitrags einfügen."
|
252 |
|
350 |
msgid "add/change connection"
|
351 |
msgstr "Verbindung hinzufügen/ändern"
|
352 |
|
353 |
+
#: includes/B2S/Network/Item.php:116
|
354 |
msgid "additional groups"
|
355 |
msgstr "gebuchte Gruppen"
|
356 |
|
357 |
+
#: includes/B2S/Network/Item.php:116
|
358 |
msgid "additional pages"
|
359 |
msgstr "gebuchte Seiten"
|
360 |
|
361 |
+
#: includes/B2S/Network/Item.php:116
|
362 |
msgid "additional profiles"
|
363 |
msgstr "gebuchte Profile"
|
364 |
|
446 |
msgid "An error occurred! Please try again."
|
447 |
msgstr "Es ist ein Fehler aufgetreten! Bitte versuche es erneut."
|
448 |
|
449 |
+
#: includes/Loader.php:920
|
450 |
msgid "An image is required to post on this social network."
|
451 |
msgstr ""
|
452 |
"Für die Veröffentlichung in diesem sozialen Netzwerk ist ein Bild "
|
484 |
msgid "Apply best times"
|
485 |
msgstr "Beste Zeiten berücksichtigen"
|
486 |
|
487 |
+
#: includes/B2S/Network/Item.php:605
|
488 |
#, php-format
|
489 |
msgid "Apply for all %s connections"
|
490 |
msgstr "Für alle %s Verbindungen übernehmen"
|
491 |
|
492 |
+
#: includes/B2S/Network/Item.php:606
|
493 |
msgid "Apply for all connections"
|
494 |
msgstr "Für alle Verbindungen übernehmen"
|
495 |
|
558 |
msgid "Assign the connection to other blog users"
|
559 |
msgstr "Weise Deine Verbindung anderen Blog-Benutzern zu"
|
560 |
|
561 |
+
#: includes/B2S/Network/Item.php:266 includes/B2S/Network/Item.php:339
|
562 |
+
#: includes/B2S/Network/Item.php:413
|
563 |
msgid "Assigned by"
|
564 |
msgstr "Zugewiesen von"
|
565 |
|
592 |
msgid "Austria"
|
593 |
msgstr "Österreich"
|
594 |
|
595 |
+
#: includes/B2S/Post/Item.php:437 includes/B2S/Post/Item.php:543
|
596 |
+
#: includes/B2S/Post/Item.php:563 includes/B2S/Post/Item.php:587
|
597 |
#: includes/PRG/Post/Item.php:121
|
598 |
msgid "Author"
|
599 |
msgstr "Autor"
|
636 |
" Auto-posten und Auto-planen: Beiträge automatisch bei Veröffentlichung oder "
|
637 |
"Aktualisierung posten und zeitversetzt planen"
|
638 |
|
639 |
+
#: views/b2s/premium.php:109 includes/B2S/Post/Item.php:737
|
640 |
+
#: includes/B2S/Post/Item.php:900
|
641 |
msgid "Auto-Posting"
|
642 |
msgstr "Auto-Posting"
|
643 |
|
657 |
msgid "Autoposter limit has been reached"
|
658 |
msgstr "Das Autoposter-Limit wurde erreicht."
|
659 |
|
660 |
+
#: includes/B2S/Network/Item.php:115
|
661 |
msgid "Available accounts"
|
662 |
msgstr "Verfügbare Accounts"
|
663 |
|
673 |
msgid "Available networks to select your auto-post connecitons:"
|
674 |
msgstr "Verfügbare Netwerkverbindungen:"
|
675 |
|
676 |
+
#: includes/Loader.php:1593 includes/Loader.php:1614 includes/Loader.php:1868
|
677 |
msgid "back to install plugins"
|
678 |
msgstr "zurück zur Pluginübersicht"
|
679 |
|
680 |
+
#: includes/B2S/Network/Item.php:222 views/b2s/html/footer.php:241
|
681 |
msgid "Best Time Manager"
|
682 |
msgstr "Best Time Manager"
|
683 |
|
709 |
msgid "Best Time Scheduler: Schedule once, multiple times or recurringly."
|
710 |
msgstr "Beste Zeitenplaner: Plane einmal, mehrmals oder wiederkehrend."
|
711 |
|
712 |
+
#: includes/B2S/Network/Item.php:163
|
713 |
msgid "Best times"
|
714 |
msgstr "Beste Zeiten"
|
715 |
|
721 |
msgid "Bitly"
|
722 |
msgstr "Bitly"
|
723 |
|
724 |
+
#: includes/Loader.php:892 includes/Loader.php:901
|
725 |
#: includes/B2S/Ship/Item.php:331 includes/B2S/Ship/Navbar.php:90
|
|
|
726 |
msgid "Blog"
|
727 |
msgstr "Blog"
|
728 |
|
729 |
+
#: includes/Loader.php:1022 views/b2s/html/sidebar.php:25
|
730 |
#: views/b2s/html/sidebar.ship.php:24
|
731 |
msgid "Blog2Social"
|
732 |
msgstr "Blog2Social"
|
794 |
msgid "Blog2Social is a service of Adenion GmbH"
|
795 |
msgstr "Blog2Social ist ein Service der Adenion GmbH"
|
796 |
|
797 |
+
#: includes/Loader.php:1593
|
798 |
msgid "Blog2Social needs Wordpress Version 4.7.0 or higher."
|
799 |
msgstr "Blog2Social benötigt WordPress Version 4.7.0 oder höher."
|
800 |
|
927 |
msgid "Blog2Social: Social Media Content Calendar"
|
928 |
msgstr "Blog2Social: Social-Media-Content-Kalender"
|
929 |
|
930 |
+
#: includes/Loader.php:893
|
931 |
+
msgid "Board"
|
932 |
+
msgstr "Pinnwand"
|
933 |
+
|
934 |
#: includes/B2S/Settings/Item.php:82 includes/B2S/Settings/Item.php:93
|
935 |
msgid "Brand"
|
936 |
msgstr "Brand"
|
939 |
msgid "Browse the Blog2Social support community"
|
940 |
msgstr "Durchstöbere die Blog2Social Support Community"
|
941 |
|
942 |
+
#: includes/B2S/Network/Item.php:179 includes/B2S/Ship/Portale.php:59
|
943 |
msgid "BUSINESS"
|
944 |
msgstr "BUSINESS"
|
945 |
|
946 |
+
#: includes/Loader.php:895 includes/Loader.php:903
|
947 |
+
#: includes/B2S/Network/Item.php:196 includes/B2S/Network/Item.php:693
|
948 |
+
#: includes/B2S/Ship/Item.php:331 includes/B2S/Ship/Navbar.php:90
|
|
|
|
|
949 |
msgid "Business"
|
950 |
msgstr "Business"
|
951 |
|
982 |
"Beiträge erneut an die Social Media Kanäle gesendet werden, sobald der "
|
983 |
"Beitrag aktualisiert wird."
|
984 |
|
985 |
+
#: includes/Loader.php:989 includes/Loader.php:1052 views/b2s/dashboard.php:30
|
986 |
#: includes/B2S/RePost/Item.php:141 views/b2s/html/post.navbar.php:23
|
987 |
#: views/b2s/html/sidebar.php:128
|
988 |
msgid "Calendar"
|
1060 |
"Eine Bildänderung bei einem Link-Post, beeinflusst das Bild auf allen "
|
1061 |
"Netzwerken mit Link-Post Einstellung für diesen Beitrag."
|
1062 |
|
1063 |
+
#: includes/Loader.php:900
|
1064 |
+
msgid "Channel"
|
1065 |
+
msgstr "Kanal"
|
1066 |
+
|
1067 |
+
#: views/b2s/network.php:325 includes/B2S/Network/Item.php:880
|
1068 |
msgid "Character limit"
|
1069 |
msgstr "Zeichenbegrenzung"
|
1070 |
|
1071 |
+
#: includes/B2S/Network/Item.php:847 includes/B2S/Network/Item.php:904
|
1072 |
+
#: includes/B2S/Network/Item.php:904 includes/B2S/Network/Item.php:940
|
1073 |
+
#: includes/B2S/Network/Item.php:940 includes/B2S/Ship/Item.php:215
|
1074 |
#: includes/B2S/Ship/Item.php:219 includes/B2S/Ship/Item.php:262
|
1075 |
#: includes/B2S/Ship/Item.php:266 includes/B2S/Ship/Item.php:299
|
1076 |
#: includes/B2S/Ship/Item.php:303 includes/B2S/Ship/Item.php:1338
|
1126 |
msgid "Classified Ads"
|
1127 |
msgstr "Kleinanzeigen"
|
1128 |
|
1129 |
+
#: includes/B2S/Network/Item.php:820
|
1130 |
msgid "clear"
|
1131 |
msgstr "löschen"
|
1132 |
|
1150 |
msgid "Click on \"continue\""
|
1151 |
msgstr "Klicke auf “weiter”"
|
1152 |
|
1153 |
+
#: views/b2s/post.sched.php:37 includes/B2S/Network/Item.php:159
|
1154 |
msgid "Clock"
|
1155 |
msgstr "Uhr"
|
1156 |
|
1162 |
msgid "Colombia"
|
1163 |
msgstr "Kolumbien"
|
1164 |
|
1165 |
+
#: includes/Loader.php:897
|
1166 |
+
msgid "Community"
|
1167 |
+
msgstr "Community"
|
1168 |
+
|
1169 |
#: views/prg/html/form.php:74
|
1170 |
msgid "Company"
|
1171 |
msgstr "Unternehmen"
|
1174 |
msgid "Company Description"
|
1175 |
msgstr "Firmenbeschreibung"
|
1176 |
|
1177 |
+
#: includes/Loader.php:903
|
1178 |
msgid "Company-Page (Employer Branding Profile)"
|
1179 |
msgstr "Unternehmensseite (Arbeitgeberprofil)"
|
1180 |
|
1187 |
msgid "connect"
|
1188 |
msgstr "Jetzt mit Netzwerken verbinden"
|
1189 |
|
1190 |
+
#: includes/B2S/Network/Item.php:176 includes/B2S/Network/Item.php:179
|
1191 |
+
#: includes/B2S/Network/Item.php:181 includes/B2S/Network/Item.php:183
|
1192 |
+
#: includes/B2S/Network/Item.php:185 includes/B2S/Network/Item.php:196
|
1193 |
+
#: includes/B2S/Network/Item.php:198 includes/B2S/Network/Item.php:198
|
1194 |
+
#: includes/B2S/Network/Item.php:198 includes/B2S/Network/Item.php:206
|
1195 |
+
#: includes/B2S/Network/Item.php:206 includes/B2S/Network/Item.php:206
|
1196 |
+
#: includes/B2S/Ship/Portale.php:37 includes/B2S/Ship/Portale.php:37
|
1197 |
+
#: includes/B2S/Ship/Portale.php:46 includes/B2S/Ship/Portale.php:46
|
1198 |
+
#: includes/B2S/Ship/Portale.php:48 includes/B2S/Ship/Portale.php:48
|
1199 |
+
#: includes/B2S/Ship/Portale.php:57 includes/B2S/Ship/Portale.php:59
|
1200 |
+
#: includes/B2S/Ship/Portale.php:61 includes/B2S/Ship/Portale.php:63
|
1201 |
+
#: includes/B2S/Ship/Portale.php:63
|
1202 |
+
#, php-format
|
1203 |
+
msgid "Connect %s"
|
1204 |
+
msgstr "%s verbinden"
|
1205 |
+
|
1206 |
#: views/b2s/settings.php:77
|
1207 |
msgid ""
|
1208 |
"Connect Blog2Social with 16 different social media networks you like to "
|
1229 |
msgid "Connect your social media networks"
|
1230 |
msgstr "Verbinde Deine Social-Media-Netzwerke"
|
1231 |
|
1232 |
+
#: includes/B2S/Network/Item.php:534
|
1233 |
msgid "Connection currently assigned to"
|
1234 |
msgstr "Diese Verbindung ist aktuell zugewiesen an"
|
1235 |
|
1245 |
msgid "Connection is broken..."
|
1246 |
msgstr "Vebindung ist unterbrochen..."
|
1247 |
|
1248 |
+
#: includes/B2S/Network/Item.php:262 includes/B2S/Network/Item.php:335
|
1249 |
+
#: includes/B2S/Network/Item.php:409
|
1250 |
msgid "Connection is interrupted since"
|
1251 |
msgstr "Verbindung ist unterbrochen seit"
|
1252 |
|
1253 |
+
#: includes/B2S/AutoPost/Item.php:243 includes/B2S/Network/Item.php:218
|
1254 |
msgid "Connections"
|
1255 |
msgstr "Verbindungen"
|
1256 |
|
1258 |
msgid "Contact Details"
|
1259 |
msgstr "Kontaktdaten"
|
1260 |
|
1261 |
+
#: includes/B2S/Network/Item.php:784 includes/B2S/Settings/Item.php:77
|
1262 |
msgid "Content"
|
1263 |
msgstr "Inhalt"
|
1264 |
|
1346 |
msgid "Create Post"
|
1347 |
msgstr "Beitrag erstellen"
|
1348 |
|
1349 |
+
#: includes/Loader.php:988
|
1350 |
msgid "Create Social Media Posts"
|
1351 |
msgstr "Erstelle Social Media Posts"
|
1352 |
|
1409 |
msgid "Czechoslovakia"
|
1410 |
msgstr "Tschechoslowakei"
|
1411 |
|
1412 |
+
#: includes/Loader.php:986 includes/Loader.php:1031
|
1413 |
msgid "Dashboard"
|
1414 |
msgstr "Dashboard"
|
1415 |
|
1424 |
msgid "Day of month"
|
1425 |
msgstr "Tag im Monat"
|
1426 |
|
1427 |
+
#: includes/B2S/Network/Item.php:311 includes/B2S/Network/Item.php:384
|
1428 |
+
#: includes/B2S/Network/Item.php:453 includes/B2S/Ship/Item.php:1259
|
1429 |
msgid "Days"
|
1430 |
msgstr "Tage"
|
1431 |
|
1458 |
" Entscheide, in welcher Form Du Deine Inhalte veröffentlichen möchtest. "
|
1459 |
"Entweder als Bild mit Rahmen oder als Bildausschnitt."
|
1460 |
|
1461 |
+
#: includes/B2S/Network/Item.php:67
|
1462 |
msgid "Default"
|
1463 |
msgstr "Standard"
|
1464 |
|
1465 |
+
#: views/b2s/network.php:566 includes/B2S/Network/Item.php:577
|
1466 |
#, php-format
|
1467 |
msgid ""
|
1468 |
"Define parameters that will be added to link posts on this network e.g. to "
|
1535 |
msgid "Delete"
|
1536 |
msgstr "Löschen"
|
1537 |
|
1538 |
+
#: includes/Ajax/Post.php:1956 includes/B2S/Network/Item.php:547
|
1539 |
+
#: includes/B2S/Post/Item.php:541 includes/B2S/Post/Item.php:561
|
1540 |
+
#: includes/B2S/Post/Item.php:877 includes/B2S/Post/Item.php:935
|
1541 |
#: includes/B2S/Settings/Item.php:103 includes/B2S/Ship/Item.php:1179
|
1542 |
#: includes/B2S/Ship/Item.php:1329
|
1543 |
msgid "delete"
|
1570 |
msgid "Delete entries from the scheduling"
|
1571 |
msgstr "Einträge aus der Planung löschen"
|
1572 |
|
1573 |
+
#: includes/B2S/Post/Item.php:802 includes/B2S/Post/Item.php:815
|
1574 |
msgid "delete from reporting"
|
1575 |
msgstr "aus Reporting löschen"
|
1576 |
|
1582 |
msgid "Delete scheduled posts"
|
1583 |
msgstr "Geplante Beiträge löschen"
|
1584 |
|
1585 |
+
#: includes/B2S/Post/Item.php:944
|
1586 |
msgid "delete scheduling"
|
1587 |
msgstr "Planung löschen"
|
1588 |
|
1614 |
msgid "description"
|
1615 |
msgstr "Beschreibung"
|
1616 |
|
1617 |
+
#: includes/B2S/Post/Item.php:462 includes/B2S/Post/Item.php:486
|
1618 |
+
#: includes/B2S/Post/Item.php:508 includes/B2S/Post/Item.php:605
|
1619 |
msgid "Details"
|
1620 |
msgstr "Details"
|
1621 |
|
1704 |
"Jede Lizenz hat eine bestimmte Anzahl von Konten, die Du pro Social-Media-"
|
1705 |
"Netzwerk verbinden kannst."
|
1706 |
|
1707 |
+
#: includes/B2S/Post/Item.php:932
|
1708 |
msgid "edit"
|
1709 |
msgstr "edit"
|
1710 |
|
1716 |
msgid "Edit Post"
|
1717 |
msgstr "Beitrag bearbeiten"
|
1718 |
|
1719 |
+
#: views/b2s/network.php:236 includes/B2S/Network/Item.php:209
|
1720 |
+
#: includes/B2S/Network/Item.php:209
|
1721 |
msgid "Edit Post Template"
|
1722 |
msgstr "Beitragsvorlage bearbeiten"
|
1723 |
|
1748 |
msgid "Email address is taken."
|
1749 |
msgstr "Diese E-Mail Adresse ist bereits belegt"
|
1750 |
|
1751 |
+
#: includes/Loader.php:899
|
1752 |
+
msgid "Employer Branding"
|
1753 |
+
msgstr "Unternehmensseite"
|
1754 |
+
|
1755 |
#: includes/B2S/PostBox.php:178
|
1756 |
msgid "enable Auto-Posting"
|
1757 |
msgstr "Auto-Posting aktivieren"
|
1877 |
msgid "Facebook pages"
|
1878 |
msgstr "Facebook-Seiten"
|
1879 |
|
1880 |
+
#: includes/B2S/Network/Item.php:637
|
1881 |
msgid "Failed to load the default template"
|
1882 |
msgstr "Fehler beim Laden der Standardeinstellungen"
|
1883 |
|
1884 |
+
#: includes/B2S/Network/Item.php:636
|
1885 |
msgid "Failed to save"
|
1886 |
msgstr "Speichern fehlgeschlagen"
|
1887 |
|
1888 |
+
#: includes/B2S/Post/Item.php:753 includes/B2S/Ship/Save.php:464
|
1889 |
msgid "FAQ"
|
1890 |
msgstr "FAQ"
|
1891 |
|
1973 |
"Für Instagram kannst Du \"Bild mit Rahmen\" oder \"Bild zuschneiden\" als "
|
1974 |
"bevorzugtes benutzerdefiniertes Postformat auswählen."
|
1975 |
|
1976 |
+
#: includes/B2S/Ship/Save.php:425
|
1977 |
msgid ""
|
1978 |
"For sharing your posts on Google+ you can now use Google+ Instant Sharing"
|
1979 |
msgstr ""
|
1980 |
"Um Beiträge auf Google+ zu teilen, steht ab sofort Google+ Instant Sharing "
|
1981 |
"zur Verfügung"
|
1982 |
|
1983 |
+
#: includes/B2S/Ship/Save.php:417
|
1984 |
msgid ""
|
1985 |
"For sharing your posts on personal Facebook Profiles you can use Facebook "
|
1986 |
"Instant Sharing"
|
2001 |
msgid "Forgot username or password?"
|
2002 |
msgstr "Username oder Passwort vergessen?"
|
2003 |
|
2004 |
+
#: includes/B2S/Network/Item.php:764
|
2005 |
msgid "Format"
|
2006 |
msgstr "Format"
|
2007 |
|
2100 |
"Hashtags oder Handles und versorge Deine Follower so mit abwechslungsreichem "
|
2101 |
"und inspirierendem Content."
|
2102 |
|
2103 |
+
#: includes/B2S/Network/Item.php:793 includes/B2S/Ship/Item.php:372
|
2104 |
msgid ""
|
2105 |
"Good to know: Instagram supports up to 30 hashtags in a post. The number "
|
2106 |
"recommended for best results is 5 hashtags. Make sure that your hashtags are "
|
2141 |
msgid "Greece"
|
2142 |
msgstr "Griechenland"
|
2143 |
|
2144 |
+
#: includes/Loader.php:890 includes/B2S/Network/Item.php:696
|
|
|
|
|
2145 |
msgid "Group"
|
2146 |
msgstr "Gruppe"
|
2147 |
|
2149 |
msgid "guide for server connection"
|
2150 |
msgstr "Serververbindungs-Guide"
|
2151 |
|
2152 |
+
#: includes/B2S/Network/Item.php:866
|
2153 |
msgid "Hashtag shuffle (Hashtags have to be defined in the text field above)"
|
2154 |
msgstr "Hashtags mischen (Hashtags müssen im obigen Textfeld definiert sein)"
|
2155 |
|
2161 |
msgid "Help & Community"
|
2162 |
msgstr "Hilfe & Community"
|
2163 |
|
2164 |
+
#: includes/Loader.php:995 includes/Loader.php:1081
|
2165 |
#: views/b2s/html/header.php:40 views/b2s/html/sidebar.php:140
|
2166 |
#: views/b2s/html/sidebar.ship.php:66
|
2167 |
msgid "Help & Support"
|
2274 |
msgid "Ignore & share"
|
2275 |
msgstr "Ignorieren & teilen"
|
2276 |
|
2277 |
+
#: includes/B2S/Network/Item.php:772 includes/B2S/Network/Item.php:775
|
2278 |
msgid "Image"
|
2279 |
msgstr "Bild"
|
2280 |
|
2284 |
|
2285 |
#: views/b2s/post.calendar.php:74 views/b2s/post.sched.php:194
|
2286 |
#: views/b2s/repost.php:50 views/b2s/repost.php:87
|
2287 |
+
#: includes/B2S/Network/Item.php:772 includes/B2S/Network/Item.php:775
|
2288 |
#: includes/B2S/Settings/Item.php:266 views/b2s/html/footer.php:182
|
2289 |
msgid "Image cut out"
|
2290 |
msgstr "Bild zuschneiden"
|
2292 |
#: views/b2s/curation.php:48 views/b2s/curation.php:51
|
2293 |
#: views/b2s/post.calendar.php:74 views/b2s/post.sched.php:194
|
2294 |
#: views/b2s/repost.php:50 views/b2s/repost.php:87
|
2295 |
+
#: includes/B2S/Post/Item.php:791 includes/B2S/Settings/Item.php:266
|
2296 |
#: includes/B2S/Settings/Item.php:289
|
2297 |
msgid "Image Post"
|
2298 |
msgstr "Bild-Beitrag"
|
2308 |
|
2309 |
#: views/b2s/post.calendar.php:74 views/b2s/post.sched.php:194
|
2310 |
#: views/b2s/repost.php:50 views/b2s/repost.php:87
|
2311 |
+
#: includes/B2S/Network/Item.php:771 includes/B2S/Network/Item.php:774
|
2312 |
#: includes/B2S/Settings/Item.php:252 views/b2s/html/footer.php:177
|
2313 |
msgid "Image with frame"
|
2314 |
msgstr "Bild mit Rahmen"
|
2390 |
#: includes/B2S/PostBox.php:253 views/b2s/network.php:48 views/b2s/ship.php:80
|
2391 |
#: views/b2s/ship.php:170 views/b2s/ship.php:262
|
2392 |
#: includes/B2S/AutoPost/Item.php:110 includes/B2S/AutoPost/Item.php:207
|
2393 |
+
#: includes/B2S/Curation/View.php:73 includes/B2S/Network/Item.php:222
|
2394 |
#: includes/B2S/RePost/Item.php:159 includes/B2S/RePost/Item.php:180
|
2395 |
#: includes/B2S/Ship/Item.php:1143
|
2396 |
msgid "Info"
|
2425 |
msgid "Inspect Post"
|
2426 |
msgstr "Link prüfen"
|
2427 |
|
2428 |
+
#: includes/Loader.php:923
|
2429 |
#, php-format
|
2430 |
msgid ""
|
2431 |
"Instagram published your post without text. Please see the following <a "
|
2463 |
msgid "Ireland"
|
2464 |
msgstr "Irland"
|
2465 |
|
2466 |
+
#: includes/B2S/Post/Item.php:921
|
2467 |
msgid "is currently being processed by the network"
|
2468 |
msgstr "wird vom Netzwerk verarbeitet"
|
2469 |
|
2471 |
msgid "is determined automatically"
|
2472 |
msgstr "wird automatisch ermittelt"
|
2473 |
|
2474 |
+
#: includes/B2S/Post/Item.php:837
|
2475 |
#, php-format
|
2476 |
msgid "is waiting to shared by %s"
|
2477 |
msgstr "wartet darauf von %s geteilt zu werden"
|
2525 |
msgid "Language"
|
2526 |
msgstr "Sprache"
|
2527 |
|
2528 |
+
#: includes/B2S/Post/Item.php:919
|
2529 |
#, php-format
|
2530 |
msgid "last modified by %s"
|
2531 |
msgstr "zuletzt von %s bearbeitet"
|
2536 |
msgid "Last Name"
|
2537 |
msgstr "Nachname"
|
2538 |
|
2539 |
+
#: includes/B2S/Post/Item.php:563
|
2540 |
msgid "last saved"
|
2541 |
msgstr "zuletzt gespeichert:"
|
2542 |
|
2544 |
msgid "Last shared"
|
2545 |
msgstr "Letzte Veröffentlichung"
|
2546 |
|
2547 |
+
#: includes/B2S/Post/Item.php:419 includes/B2S/Post/Item.php:524
|
2548 |
+
#: includes/B2S/Post/Item.php:572
|
2549 |
msgid "last shared on social media"
|
2550 |
msgstr "zuletzt auf Social Media geteilt"
|
2551 |
|
2553 |
msgid "Latest Posts"
|
2554 |
msgstr "letzte Beiträge"
|
2555 |
|
2556 |
+
#: includes/B2S/Post/Item.php:464
|
2557 |
#, php-format
|
2558 |
msgid "latest share by %s"
|
2559 |
msgstr "zuletzt von %s geteilt"
|
2560 |
|
2561 |
+
#: includes/B2S/Ship/Save.php:417
|
2562 |
msgid "Learn how it works"
|
2563 |
msgstr "mehr erfahren"
|
2564 |
|
2611 |
msgid "Licensing"
|
2612 |
msgstr "Lizenzen"
|
2613 |
|
2614 |
+
#: includes/B2S/Network/Item.php:771 includes/B2S/Network/Item.php:774
|
2615 |
#: includes/B2S/Ship/Item.php:1008 includes/B2S/Ship/Item.php:1010
|
2616 |
msgid "Link"
|
2617 |
msgstr "Link"
|
2618 |
|
2619 |
#: views/b2s/curation.php:45 views/b2s/post.calendar.php:74
|
2620 |
#: views/b2s/post.sched.php:194 views/b2s/repost.php:50 views/b2s/repost.php:87
|
2621 |
+
#: includes/B2S/Post/Item.php:789 includes/B2S/Settings/Item.php:252
|
2622 |
#: includes/B2S/Settings/Item.php:289 views/b2s/html/footer.php:160
|
2623 |
msgid "Link Post"
|
2624 |
msgstr "Link-Beitrag"
|
2644 |
msgid "Load data..."
|
2645 |
msgstr "Daten werden geladen..."
|
2646 |
|
2647 |
+
#: includes/B2S/Network/Item.php:765 includes/B2S/Network/Item.php:786
|
2648 |
msgid "Load default settings"
|
2649 |
msgstr "Lade Standardeinstellungen"
|
2650 |
|
2651 |
+
#: includes/B2S/Post/Item.php:435 includes/B2S/Post/Item.php:585
|
2652 |
msgid "load Draft"
|
2653 |
msgstr "Entwurf aufrufen"
|
2654 |
|
2669 |
msgid "Loading..."
|
2670 |
msgstr "Wird geladen..."
|
2671 |
|
2672 |
+
#: includes/Loader.php:898
|
2673 |
+
msgid "Location"
|
2674 |
+
msgstr "Standort"
|
2675 |
+
|
2676 |
#: views/b2s/network.php:389 views/b2s/ship.php:618
|
2677 |
#, php-format
|
2678 |
msgid ""
|
2741 |
msgid "minutes"
|
2742 |
msgstr "Minuten"
|
2743 |
|
2744 |
+
#: includes/B2S/Network/Item.php:884
|
2745 |
msgid ""
|
2746 |
"Missing PHP \"mbstring\" extension to use the character limit function. "
|
2747 |
"Please activate server-side the PHP \"mbstring\" extension in your \"php."
|
2834 |
msgid "My Profile"
|
2835 |
msgstr "Mein Profil"
|
2836 |
|
2837 |
+
#: includes/B2S/Network/Item.php:68 includes/B2S/Network/Item.php:228
|
2838 |
msgid "My profile"
|
2839 |
msgstr "Mein Profil"
|
2840 |
|
2841 |
+
#: includes/B2S/Network/Item.php:579 views/prg/html/form.php:84
|
2842 |
#: views/prg/html/form.php:86 views/prg/html/form.php:161
|
2843 |
#: views/prg/html/form.php:163
|
2844 |
msgid "Name"
|
2893 |
msgid "Network does not support image for profiles"
|
2894 |
msgstr "Netzwerk unterstützt keine Bilder für Profile"
|
2895 |
|
2896 |
+
#: includes/B2S/Network/Item.php:847 includes/B2S/Network/Item.php:904
|
2897 |
+
#: includes/B2S/Network/Item.php:940
|
2898 |
msgid "Network limit"
|
2899 |
msgstr "Netzwerkbegrenzung"
|
2900 |
|
2903 |
msgid "Network settings"
|
2904 |
msgstr "Netzwerkeinstellungen"
|
2905 |
|
2906 |
+
#: includes/Loader.php:990 includes/Loader.php:1059
|
2907 |
msgid "Networks"
|
2908 |
msgstr "Netzwerke"
|
2909 |
|
2924 |
msgid "newest first"
|
2925 |
msgstr "neuste zuerst"
|
2926 |
|
2927 |
+
#: includes/B2S/Post/Item.php:488 includes/B2S/Post/Item.php:608
|
2928 |
#, php-format
|
2929 |
msgid "next share by %s"
|
2930 |
msgstr "wird als nächstes von %s geteilt"
|
3069 |
msgstr "auf dem Blog"
|
3070 |
|
3071 |
#: views/b2s/ship.php:59 includes/B2S/Post/Item.php:437
|
3072 |
+
#: includes/B2S/Post/Item.php:587
|
3073 |
msgid "on blog"
|
3074 |
msgstr "auf dem Blog"
|
3075 |
|
3082 |
msgid "Open Graph and Twitter Card Tags"
|
3083 |
msgstr "Open Graph und Twitter Card Tags"
|
3084 |
|
3085 |
+
#: includes/Loader.php:1593 includes/Loader.php:1614 includes/Loader.php:1868
|
3086 |
msgid "or"
|
3087 |
msgstr "oder"
|
3088 |
|
3121 |
msgstr "Eigener Zeitraum"
|
3122 |
|
3123 |
#: includes/Loader.php:890 includes/B2S/AutoPost/Item.php:252
|
3124 |
+
#: includes/B2S/Network/Item.php:693
|
|
|
|
|
|
|
3125 |
msgid "Page"
|
3126 |
msgstr "Seite"
|
3127 |
|
3133 |
msgid "Password"
|
3134 |
msgstr "Passwort"
|
3135 |
|
3136 |
+
#: includes/B2S/Network/Item.php:691 includes/B2S/Ship/Item.php:331
|
3137 |
+
#: includes/B2S/Ship/Navbar.php:90
|
|
|
3138 |
msgid "Personal"
|
3139 |
msgstr "Privat"
|
3140 |
|
3359 |
"Hinweis: Du kannst auch Deine eigenen “besten Zeiten” einstellen. Wie das "
|
3360 |
"geht, lernst Du in diesem <a href=\"%s\" target=\"_blank\">Guide</a>."
|
3361 |
|
3362 |
+
#: includes/B2S/Ship/Save.php:430
|
3363 |
msgid ""
|
3364 |
"Please note: You post has to be marked as public to be posted in a group."
|
3365 |
msgstr ""
|
3425 |
msgstr ""
|
3426 |
"Bitte autorisieren Sie Ihr Konto bei Blog2Social und versuchen Sie es erneut."
|
3427 |
|
3428 |
+
#: includes/B2S/Post/Item.php:753 includes/B2S/Ship/Save.php:464
|
3429 |
msgid "Please see"
|
3430 |
msgstr "siehe"
|
3431 |
|
3446 |
msgstr ""
|
3447 |
"Bitte wähle Deinen richtigen Serverstandort aus und verbinde Dich erneut."
|
3448 |
|
3449 |
+
#: includes/B2S/Ship/Save.php:435
|
3450 |
msgid "Please share your post now"
|
3451 |
msgstr "Bitte teile Deinen Beitrag jetzt."
|
3452 |
|
3453 |
+
#: includes/B2S/Network/Item.php:259 includes/B2S/Network/Item.php:332
|
3454 |
+
#: includes/B2S/Network/Item.php:406 includes/B2S/Ship/Image.php:31
|
3455 |
msgid "please upgrade"
|
3456 |
msgstr "Bitte upgraden"
|
3457 |
|
3499 |
msgid "Post Format"
|
3500 |
msgstr "Postformat"
|
3501 |
|
3502 |
+
#: includes/B2S/Post/Item.php:787 includes/B2S/Ship/Item.php:340
|
3503 |
msgid "post format"
|
3504 |
msgstr "Postformat"
|
3505 |
|
3586 |
"Presseportalen und Nachrichtenseiten für die Veröffentlichung Deines "
|
3587 |
"Beitrags auswählen."
|
3588 |
|
3589 |
+
#: includes/Loader.php:993 includes/Loader.php:1073
|
3590 |
msgid "PR-Service"
|
3591 |
msgstr "PR-Service"
|
3592 |
|
3593 |
+
#: includes/Loader.php:997 includes/Loader.php:1089
|
3594 |
msgid "PREMIUM"
|
3595 |
msgstr "PREMIUM"
|
3596 |
|
3597 |
+
#: includes/Loader.php:997
|
3598 |
msgid "Premium"
|
3599 |
msgstr "Premium"
|
3600 |
|
3606 |
msgid "Press"
|
3607 |
msgstr "Presse"
|
3608 |
|
3609 |
+
#: includes/B2S/Network/Item.php:966 includes/B2S/Network/Item.php:1018
|
3610 |
+
#: includes/B2S/Network/Item.php:1087 includes/B2S/Network/Item.php:1139
|
3611 |
+
#: includes/B2S/Network/Item.php:1173 includes/B2S/Network/Item.php:1224
|
3612 |
+
#: includes/B2S/Network/Item.php:1254 includes/B2S/Network/Item.php:1308
|
3613 |
+
#: includes/B2S/Network/Item.php:1327 includes/B2S/Network/Item.php:1361
|
3614 |
+
#: includes/B2S/Network/Item.php:1377 includes/B2S/Network/Item.php:1398
|
3615 |
+
#: includes/B2S/Network/Item.php:1414 includes/B2S/Network/Item.php:1430
|
3616 |
+
#: includes/B2S/Network/Item.php:1449 includes/B2S/Network/Item.php:1465
|
3617 |
+
#: includes/B2S/Network/Item.php:1508
|
3618 |
msgid "Preview"
|
3619 |
msgstr "Vorschau"
|
3620 |
|
3631 |
msgstr "Datenschutzerklärung"
|
3632 |
|
3633 |
#: views/b2s/curation.php:51 views/b2s/curation.php:52 views/b2s/network.php:41
|
3634 |
+
#: includes/B2S/Network/Item.php:185 includes/B2S/Network/Item.php:198
|
3635 |
+
#: includes/B2S/Network/Item.php:206 includes/B2S/Ship/Image.php:96
|
3636 |
#: includes/B2S/Ship/Item.php:500 includes/B2S/Ship/Item.php:561
|
3637 |
#: includes/B2S/Ship/Item.php:776 includes/B2S/Ship/Item.php:830
|
3638 |
+
#: includes/B2S/Ship/Portale.php:37 includes/B2S/Ship/Portale.php:48
|
3639 |
+
#: includes/B2S/Ship/Portale.php:63
|
3640 |
msgid "PRO"
|
3641 |
msgstr "PRO"
|
3642 |
|
3649 |
msgstr "Produkt"
|
3650 |
|
3651 |
#: includes/Loader.php:890 includes/B2S/AutoPost/Item.php:252
|
3652 |
+
#: includes/B2S/Network/Item.php:185 includes/B2S/Network/Item.php:691
|
|
|
|
|
|
|
|
|
|
|
3653 |
msgid "Profile"
|
3654 |
msgstr "Profil"
|
3655 |
|
3657 |
msgid "Profiles | Pages | Groups"
|
3658 |
msgstr "Profile | Seiten | Gruppen"
|
3659 |
|
3660 |
+
#: includes/Loader.php:894 includes/B2S/Ship/Navbar.php:90
|
|
|
3661 |
msgid "Publication"
|
3662 |
+
msgstr "Publikation"
|
3663 |
|
3664 |
#: views/prg/ship.php:69
|
3665 |
msgid "Publish"
|
3675 |
|
3676 |
#: views/b2s/curation.php:138 views/b2s/post.calendar.php:42
|
3677 |
#: views/b2s/ship.php:18 views/b2s/ship.php:779 includes/B2S/Post/Filter.php:59
|
3678 |
+
#: includes/B2S/Post/Item.php:381 includes/B2S/Ship/Save.php:443
|
3679 |
#: includes/PRG/Post/Filter.php:37 includes/PRG/Post/Item.php:86
|
3680 |
msgid "published"
|
3681 |
msgstr "veröffentlicht"
|
3700 |
msgid "Rate it!"
|
3701 |
msgstr "Bewerte uns!"
|
3702 |
|
3703 |
+
#: includes/B2S/Post/Item.php:737 includes/B2S/Post/Item.php:900
|
3704 |
msgid "Re-Share"
|
3705 |
msgstr "Wiederholt geteilt"
|
3706 |
|
3707 |
+
#: includes/B2S/Post/Filter.php:71 includes/B2S/Post/Item.php:805
|
3708 |
msgid "re-share"
|
3709 |
msgstr "erneut teilen"
|
3710 |
|
3718 |
msgstr "Diesen Beitrag nochmal teilen"
|
3719 |
|
3720 |
#: views/b2s/curation.php:131 views/b2s/ship.php:264 views/b2s/ship.php:266
|
3721 |
+
#: includes/B2S/Post/Item.php:461
|
3722 |
msgid "Re-share this post"
|
3723 |
msgstr "Diesen Beitrag nochmal teilen"
|
3724 |
|
3740 |
msgid "Recently Used"
|
3741 |
msgstr "Zuletzt verwendet"
|
3742 |
|
3743 |
+
#: includes/B2S/Network/Item.php:904 includes/B2S/Network/Item.php:940
|
3744 |
msgid "recommended length"
|
3745 |
msgstr "Empfohlene Länge"
|
3746 |
|
3828 |
msgid "resolve conflict"
|
3829 |
msgstr "Konflikt beheben"
|
3830 |
|
3831 |
+
#: includes/B2S/Post/Item.php:737 includes/B2S/Post/Item.php:900
|
3832 |
+
#: includes/B2S/Ship/Save.php:453
|
3833 |
msgid "Retweet"
|
3834 |
msgstr "Retweet"
|
3835 |
|
3874 |
msgstr " Speichern"
|
3875 |
|
3876 |
#: views/b2s/network.php:248 views/b2s/settings.php:70
|
3877 |
+
#: includes/B2S/Network/Item.php:607 includes/B2S/Settings/Item.php:146
|
3878 |
msgid "save"
|
3879 |
msgstr "speichern"
|
3880 |
|
3907 |
msgid "save..."
|
3908 |
msgstr "speichere Daten..."
|
3909 |
|
3910 |
+
#: includes/B2S/Post/Item.php:543
|
3911 |
msgid "saved"
|
3912 |
msgstr "gespeichert"
|
3913 |
|
4007 |
msgid "Scheduled Auto-Posting"
|
4008 |
msgstr "Scheduled Auto-Posting"
|
4009 |
|
4010 |
+
#: includes/B2S/Post/Item.php:926
|
4011 |
#, php-format
|
4012 |
msgid "scheduled by %s"
|
4013 |
msgstr "von %s vorgeplant "
|
4014 |
|
4015 |
+
#: includes/B2S/Ship/Save.php:454
|
4016 |
msgid "scheduled on"
|
4017 |
msgstr "geplant für"
|
4018 |
|
4029 |
msgid "scheduled posts"
|
4030 |
msgstr "geplante Beiträge"
|
4031 |
|
4032 |
+
#: includes/B2S/Post/Item.php:488 includes/B2S/Post/Item.php:608
|
4033 |
#: views/b2s/widgets/activity.php:10
|
4034 |
msgid "scheduled social media posts"
|
4035 |
msgstr "geplante Beiträge"
|
4079 |
msgid "Select all"
|
4080 |
msgstr "Alle auswählen"
|
4081 |
|
4082 |
+
#: includes/B2S/Post/Item.php:743 includes/B2S/Post/Item.php:834
|
4083 |
+
#: includes/B2S/Post/Item.php:906 includes/B2S/RePost/Item.php:135
|
4084 |
msgid "select all"
|
4085 |
msgstr "alle auswählen"
|
4086 |
|
4234 |
"Nutze den Auto-Poster, um Deine neuen oder aktualisierten Beiträge, Seiten "
|
4235 |
"und Cutsom Post Types automatisch auf Deinen Social-Media-Kanälen zu teilen."
|
4236 |
|
4237 |
+
#: includes/Loader.php:839 includes/Loader.php:991 includes/Loader.php:991
|
4238 |
+
#: includes/Loader.php:1065 includes/B2S/RePost/Item.php:25
|
4239 |
#: views/b2s/html/sidebar.php:137
|
4240 |
msgid "Settings"
|
4241 |
msgstr "Einstellungen"
|
4245 |
msgid "Share"
|
4246 |
msgstr "Teilen"
|
4247 |
|
4248 |
+
#: includes/B2S/Post/Item.php:868 includes/B2S/Ship/Save.php:434
|
4249 |
msgid "share"
|
4250 |
msgstr "teilen"
|
4251 |
|
4305 |
msgid "Share on multiple profiles, pages and groups"
|
4306 |
msgstr "Auf mehreren Profilen, Seiten und Gruppen teilen"
|
4307 |
|
4308 |
+
#: includes/B2S/Post/Item.php:431 includes/B2S/Post/Item.php:535
|
4309 |
+
#: includes/B2S/Post/Item.php:537 includes/B2S/Post/Item.php:558
|
4310 |
+
#: includes/B2S/Post/Item.php:581
|
4311 |
msgid "Share on Social Media"
|
4312 |
msgstr "auf Social Media teilen"
|
4313 |
|
4331 |
msgid "share up to"
|
4332 |
msgstr "teile bis zu"
|
4333 |
|
4334 |
+
#: includes/Loader.php:987
|
4335 |
msgid "Share Website & Blog Content"
|
4336 |
msgstr "Webseiten- & Blog Content teilen"
|
4337 |
|
4376 |
msgid "Shared"
|
4377 |
msgstr "Wie oft geteilt?"
|
4378 |
|
4379 |
+
#: includes/B2S/Post/Item.php:768
|
4380 |
#, php-format
|
4381 |
msgid "shared by %s"
|
4382 |
msgstr "von %s geteilt"
|
4390 |
msgid "Shared Posts"
|
4391 |
msgstr "geteilte Beiträge"
|
4392 |
|
4393 |
+
#: includes/B2S/Post/Item.php:464
|
4394 |
msgid "shared social media posts"
|
4395 |
msgstr "geteilte Beiträge"
|
4396 |
|
4402 |
msgid "Sharing"
|
4403 |
msgstr "Teilen"
|
4404 |
|
4405 |
+
#: includes/B2S/Post/Item.php:768
|
4406 |
#, php-format
|
4407 |
msgid "sharing in progress by %s"
|
4408 |
msgstr "wird gerade von %s geteilt"
|
4437 |
msgid "Shortext"
|
4438 |
msgstr "Kurzbeschreibung"
|
4439 |
|
4440 |
+
#: includes/B2S/Post/Item.php:746
|
4441 |
msgid "show"
|
4442 |
msgstr "ansehen"
|
4443 |
|
4445 |
msgid "Show activity starting from"
|
4446 |
msgstr "Zeige Aktivität ab"
|
4447 |
|
4448 |
+
#: includes/B2S/Network/Item.php:67
|
4449 |
msgid "Show all"
|
4450 |
msgstr "alle anzeigen"
|
4451 |
|
4481 |
msgid "Sign in to Pinterest"
|
4482 |
msgstr "Melde Dich bei Pinterest an"
|
4483 |
|
4484 |
+
#: includes/Loader.php:987 includes/Loader.php:1038
|
4485 |
msgid "Site & Blog Content"
|
4486 |
msgstr "Seiten & Blog Content"
|
4487 |
|
4491 |
|
4492 |
#: views/b2s/network.php:236 views/b2s/ship.php:27
|
4493 |
#: includes/B2S/AutoPost/Item.php:33 includes/B2S/Curation/View.php:56
|
4494 |
+
#: includes/B2S/Network/Item.php:183 includes/B2S/Network/Item.php:196
|
4495 |
+
#: includes/B2S/Network/Item.php:209 includes/B2S/Network/Item.php:313
|
4496 |
+
#: includes/B2S/Network/Item.php:386 includes/B2S/Network/Item.php:455
|
4497 |
#: includes/B2S/RePost/Item.php:23 includes/B2S/Settings/Item.php:172
|
4498 |
#: includes/B2S/Ship/Image.php:89 includes/B2S/Ship/Item.php:1202
|
4499 |
+
#: includes/B2S/Ship/Portale.php:46 views/b2s/html/post.navbar.php:18
|
4500 |
#: views/b2s/html/post.navbar.php:21 views/b2s/html/post.navbar.php:23
|
4501 |
#: views/b2s/partials/post-edit-modal.php:9 views/b2s/widgets/posts.php:18
|
4502 |
msgid "SMART"
|
4543 |
msgid "Social Media Post Drafts"
|
4544 |
msgstr "Social Media Posts Entwürfe"
|
4545 |
|
4546 |
+
#: includes/Loader.php:988 includes/Loader.php:1045 views/b2s/curation.php:257
|
4547 |
#: views/b2s/curation.php:332
|
4548 |
msgid "Social Media Posts"
|
4549 |
msgstr "Social Media Posts"
|
4550 |
|
4551 |
+
#: includes/B2S/Post/Item.php:510
|
4552 |
msgid "social media posts ready to be shared"
|
4553 |
msgstr "Social Media Posts sind bereit, geteilt zu werden"
|
4554 |
|
4652 |
msgid "submit"
|
4653 |
msgstr "abschicken"
|
4654 |
|
4655 |
+
#: includes/Loader.php:896
|
4656 |
+
msgid "Subreddit"
|
4657 |
+
msgstr "Subreddit"
|
4658 |
+
|
4659 |
#: views/b2s/widgets/newsletter.php:10
|
4660 |
msgid "subscribe"
|
4661 |
msgstr "abonnieren"
|
4664 |
msgid "Subtitle"
|
4665 |
msgstr "Untertitel"
|
4666 |
|
4667 |
+
#: includes/B2S/Network/Item.php:635
|
4668 |
msgid "Successfully saved"
|
4669 |
msgstr "Erfolgreich gespeichert"
|
4670 |
|
4822 |
"nicht mit dem internet verbinden. Versuche es später erneut oder kontaktiere "
|
4823 |
"Deinen Webmaster, wenn dieser Fehler erneut erscheint."
|
4824 |
|
4825 |
+
#: includes/Loader.php:908
|
4826 |
#, php-format
|
4827 |
msgid ""
|
4828 |
"The connection to your social media account is interrupted. Please check "
|
4839 |
msgid "The content of your post"
|
4840 |
msgstr "Der Inhalt Deines Beitrags."
|
4841 |
|
4842 |
+
#: includes/Loader.php:906
|
4843 |
#, php-format
|
4844 |
msgid ""
|
4845 |
"The content of your post could not be approved by the network. Please see "
|
4911 |
"ausgewählt hast, zeigen einige Netzwerke das erste Bild an, dass sie auf "
|
4912 |
"Deiner Seite finden."
|
4913 |
|
4914 |
+
#: includes/B2S/Network/Item.php:833
|
4915 |
msgid "The link will be added automatically at the end of the post."
|
4916 |
msgstr "Der Link wird automatisch am Ende des Posts eingefügt."
|
4917 |
|
4918 |
+
#: includes/B2S/Network/Item.php:831
|
4919 |
msgid ""
|
4920 |
"The link will be transmitted as a canonical link, i.e. in the source code of "
|
4921 |
"your page, in order to refer to the original source of the content and to "
|
4945 |
msgid "The name of the post author."
|
4946 |
msgstr "Der Name des Autors Deines Beitrags."
|
4947 |
|
4948 |
+
#: includes/Loader.php:914
|
4949 |
#, php-format
|
4950 |
msgid ""
|
4951 |
"The network can not publish special characters such as Emoji. Please see the "
|
4954 |
"Das Netzwerk kann keine Sonderzeichen wie Emoji veröffentlichen. Bitte "
|
4955 |
"beachte die folgende <a target=\"_blank\" href=\"%s\">Anleitung</a>"
|
4956 |
|
4957 |
+
#: includes/Loader.php:904
|
4958 |
#, php-format
|
4959 |
msgid ""
|
4960 |
"The network could not publish your post. Please see the following <a "
|
4963 |
"Dein Post ist vom Netzwerk nicht veröffentlicht worden. Bitte beachte die "
|
4964 |
"folgende <a target=\"_blank\" href=\"%s\">Anleitung</a>."
|
4965 |
|
4966 |
+
#: includes/B2S/Network/Item.php:838
|
4967 |
msgid "The network does not support hashtags."
|
4968 |
msgstr "Das Netzwerk unterstützt keine Hashtags."
|
4969 |
|
4970 |
+
#: includes/Loader.php:911
|
4971 |
#, php-format
|
4972 |
msgid ""
|
4973 |
"The network has blocked your account. Please see the following <a "
|
4976 |
"Das Netzwerk hat Dein Konto gesperrt. Bitte beachte die folgende <a "
|
4977 |
"target=\"_blank\" href=\"%s\">Anleitung</a>"
|
4978 |
|
4979 |
+
#: includes/Loader.php:916
|
4980 |
msgid "The network requires a public url."
|
4981 |
msgstr "Das Netzwerk benötigt eine öffentlich zugängliche URL."
|
4982 |
|
4988 |
"Die Netzwerke Diigo, Bloglovin' und Google My Business unterstützen das GIF "
|
4989 |
"format nicht und stellen stattdessen das Standardbild dar."
|
4990 |
|
4991 |
+
#: includes/Loader.php:912
|
4992 |
#, php-format
|
4993 |
msgid ""
|
4994 |
"The number of images is reached. Please see the following <a "
|
5011 |
"Die Parameter konnten nicht gespeichert werden. Bitte versuchen Sie es noch "
|
5012 |
"einmal."
|
5013 |
|
5014 |
+
#: includes/B2S/Calendar/Item.php:534 includes/B2S/Post/Item.php:757
|
5015 |
#, php-format
|
5016 |
msgid ""
|
5017 |
"The post cannot be published due to changes on the Instagram interface. More "
|
5183 |
"Dies ist eine globale Einstellung für Deinen Website/ Deinen Blog, die nur "
|
5184 |
"von Nutzern mit Admin-Rechten bearbeitet werden kann. "
|
5185 |
|
5186 |
+
#: includes/B2S/Ship/Save.php:419 includes/B2S/Ship/Save.php:427
|
5187 |
msgid "This is how it works:"
|
5188 |
msgstr "Und so funktioniert es:"
|
5189 |
|
5208 |
msgid "This post will be shared on social media in 2-3 minutes!"
|
5209 |
msgstr "Dein Beitrag wird in ca. 2-3 Minuten in die Social Media eingestellt!"
|
5210 |
|
5211 |
+
#: includes/B2S/Network/Item.php:842
|
5212 |
msgid ""
|
5213 |
"This social network displays the predefined hashtags as clickable tags at "
|
5214 |
"the end of your post."
|
5225 |
msgid "This user has reached the maximum number of connections."
|
5226 |
msgstr "Der Nutzer hat die maximale Anzahl von Verbindungen erreicht."
|
5227 |
|
5228 |
+
#: includes/Loader.php:919
|
5229 |
msgid ""
|
5230 |
"This XING API is no longer supported by XING. Please connect your XING "
|
5231 |
"accounts with the new XING interface to reschedule your posts."
|
5328 |
"Support Community, um noch mehr Antworten zu finden und Deine Fragen zu "
|
5329 |
"stellen. (<a href=\"%s\" target=\"_blank\">Info</a>)"
|
5330 |
|
5331 |
+
#: includes/B2S/Network/Item.php:259 includes/B2S/Network/Item.php:332
|
5332 |
+
#: includes/B2S/Network/Item.php:406
|
5333 |
msgid "To reactivate this connection,"
|
5334 |
msgstr "Um die Verbindung wieder zu aktivieren,"
|
5335 |
|
5337 |
msgid "To select an individual image from your media library,"
|
5338 |
msgstr "Um ein individuelles Bild aus Deiner Mediathek auszuwählen,"
|
5339 |
|
5340 |
+
#: includes/Loader.php:921
|
5341 |
msgid "To share social media posts on Reddit or Diigo, a link is required."
|
5342 |
msgstr ""
|
5343 |
"Um Social Media Posts auf Reddit oder Diigo zu teilen, ist ein Link "
|
5455 |
msgstr "Ein unbekannter Fehler ist aufgetreten. Bitte versuche es erneut."
|
5456 |
|
5457 |
#: includes/Ajax/Post.php:1955 views/b2s/network.php:13
|
5458 |
+
#: includes/B2S/Network/Item.php:266 includes/B2S/Network/Item.php:339
|
5459 |
+
#: includes/B2S/Network/Item.php:413 includes/B2S/Network/Item.php:546
|
5460 |
msgid "Unknown username"
|
5461 |
msgstr "unbekannter Blog-Nutzer"
|
5462 |
|
5526 |
msgid "Upgrade to Blog2Social PREMIUM PRO"
|
5527 |
msgstr "Jetzt auf Blog2Social PREMIUM PRO upgraden"
|
5528 |
|
5529 |
+
#: includes/B2S/Network/Item.php:681
|
5530 |
msgid "Upgrade to Blog2Social Smart"
|
5531 |
msgstr "Upgrade auf Blog2Social Smart"
|
5532 |
|
5533 |
+
#: includes/B2S/Network/Item.php:680
|
5534 |
msgid ""
|
5535 |
"Upgrade to Blog2Social Smart or higher to customize your individual post "
|
5536 |
"templates that will automatically pre-format the structure of your social "
|
5654 |
msgid "Validate directly on Twitter"
|
5655 |
msgstr "Direkt bei Twitter prüfen"
|
5656 |
|
5657 |
+
#: includes/B2S/Network/Item.php:580
|
5658 |
msgid "Value"
|
5659 |
msgstr "Zugeordneter Wert"
|
5660 |
|
5662 |
msgid "Version"
|
5663 |
msgstr "Version"
|
5664 |
|
5665 |
+
#: includes/B2S/Post/Item.php:521
|
5666 |
msgid "via Browser-Extension"
|
5667 |
msgstr "via Browser-Extension"
|
5668 |
|
5674 |
msgid "View schedule posts"
|
5675 |
msgstr "Geplante Beiträge anzeigen"
|
5676 |
|
5677 |
+
#: includes/B2S/Ship/Save.php:444
|
5678 |
msgid "view social media post"
|
5679 |
msgstr "Zeige Social Media Beitrag an"
|
5680 |
|
5699 |
"sperrt. Variieren Sie Ihre Tweets mit unterschiedlichen Kommentaren, "
|
5700 |
"Hashtags und Handles um doppelte Beiträge zu vermeiden."
|
5701 |
|
5702 |
+
#: includes/Loader.php:907
|
5703 |
msgid ""
|
5704 |
"We don't have the permission to publish your post. Please check your "
|
5705 |
"authorization."
|
6246 |
msgid "You don't have a Business License"
|
6247 |
msgstr "Du hast keine Business-Lizenz"
|
6248 |
|
6249 |
+
#: includes/Loader.php:918
|
6250 |
msgid "You have already retweeted this post."
|
6251 |
msgstr "Du hast diesen Post bereits retweetet."
|
6252 |
|
6354 |
msgstr ""
|
6355 |
"Du möchtest das Bild, den Titel und die Beschreibung ändern? Hier Klicken."
|
6356 |
|
6357 |
+
#: includes/B2S/Network/Item.php:198 includes/B2S/Ship/Portale.php:48
|
6358 |
msgid "You want to connect a network page?"
|
6359 |
msgstr "Du möchtest eine Netzwerk-Seite verbinden?"
|
6360 |
|
6361 |
+
#: includes/B2S/Network/Item.php:179 includes/B2S/Network/Item.php:183
|
6362 |
+
#: includes/B2S/Network/Item.php:185 includes/B2S/Network/Item.php:196
|
6363 |
+
#: includes/B2S/Ship/Portale.php:46 includes/B2S/Ship/Portale.php:59
|
6364 |
+
#: includes/B2S/Ship/Portale.php:63
|
6365 |
msgid "You want to connect a network profile?"
|
6366 |
msgstr "Du möchtest Dich mit einem Netzwerkprofil verbinden?"
|
6367 |
|
6368 |
+
#: includes/B2S/Network/Item.php:206 includes/B2S/Ship/Portale.php:37
|
6369 |
msgid "You want to connect a social media group?"
|
6370 |
msgstr "Du möchtest eine Social-Media-Gruppe verbinden?"
|
6371 |
|
6393 |
msgid "You want to define a new combination of networks?"
|
6394 |
msgstr "Du möchtest eine neue Kombination von Netzwerken anlegen?"
|
6395 |
|
6396 |
+
#: includes/B2S/Post/Item.php:801 includes/B2S/Post/Item.php:814
|
6397 |
msgid "You want to delete a publish post entry?"
|
6398 |
msgstr "Du möchtest einen veröffentlichten Beitrag löschen?"
|
6399 |
|
6400 |
+
#: includes/B2S/Post/Item.php:876
|
6401 |
msgid "You want to delete your Social Media post?"
|
6402 |
msgstr "Du möchtest Deinen Social Media Post löschen?"
|
6403 |
|
6404 |
+
#: includes/B2S/Post/Item.php:931
|
6405 |
msgid "You want to edit your scheduled post?"
|
6406 |
msgstr "Sie möchten Ihre vorgeplanten Beiträge bearbeiten?"
|
6407 |
|
6477 |
msgid "Your authorization has been removed successfully."
|
6478 |
msgstr "Deine Autorisierung wurde erfolgreich entfernt."
|
6479 |
|
6480 |
+
#: includes/Loader.php:905
|
6481 |
msgid ""
|
6482 |
"Your authorization has expired. Please reconnect your account in the "
|
6483 |
"Blog2Social network settings."
|
6493 |
msgid "Your blog post is not yet published on your Wordpress!"
|
6494 |
msgstr "Dein Beitrag ist derzeit nicht auf Deinem Wordpress veröffentlicht."
|
6495 |
|
6496 |
+
#: includes/Loader.php:917
|
6497 |
msgid ""
|
6498 |
"Your blog post was not available for the network at the time of publishing."
|
6499 |
msgstr ""
|
6537 |
msgid "Your daily limit for posting automatically has been reached."
|
6538 |
msgstr "Dein tägliches Limit für Autoposter-Beiträge ist erreicht."
|
6539 |
|
6540 |
+
#: includes/Loader.php:913
|
6541 |
msgid ""
|
6542 |
"Your daily limit for this network has been reached. Please try again later."
|
6543 |
msgstr ""
|
6544 |
"Dein tägliches Beitragslimit für dieses Netzwerk wurde erreicht. Bitte "
|
6545 |
"versuche es später noch einmal."
|
6546 |
|
6547 |
+
#: includes/Loader.php:909
|
6548 |
msgid "Your daily limit has been reached."
|
6549 |
msgstr "Dein tägliches Beitragslimit wurde erreicht."
|
6550 |
|
6566 |
msgid "Your free trial of Blog2Social PREMIUM has ended."
|
6567 |
msgstr "Ihre kostenlose Testversion von Blog2Social PREMIUM ist beendet."
|
6568 |
|
6569 |
+
#: includes/Loader.php:924
|
6570 |
msgid "Your group can not be found by the network."
|
6571 |
msgstr "Deine Gruppe kann vom Netzwerk nicht gefunden werden."
|
6572 |
|
6597 |
msgstr ""
|
6598 |
"Deine Mitteilung wird nun über PR-Gateway an die Presseportale gesendet!"
|
6599 |
|
6600 |
+
#: includes/Loader.php:922
|
6601 |
msgid ""
|
6602 |
"Your post could not be posted, because your image can not be processed by "
|
6603 |
"the network."
|
6605 |
"Dein Beitrag kann nicht veröffentlicht werden, da Dein Bild nicht vom "
|
6606 |
"Netzwerk verarbeitet werden kann"
|
6607 |
|
6608 |
+
#: includes/Loader.php:910
|
6609 |
msgid ""
|
6610 |
"Your post could not be posted, because your image is not available or the "
|
6611 |
"image source does not allow to publish"
|
6613 |
"Dein Beitrag kann nicht veröffentlicht werden, da Dein Bild nicht verfügbar "
|
6614 |
"ist oder die Bildquelle es nicht erlaubt zu veröffentlichen"
|
6615 |
|
6616 |
+
#: includes/B2S/Calendar/Item.php:536 includes/B2S/Post/Item.php:759
|
6617 |
+
#: includes/B2S/Ship/Save.php:468
|
6618 |
#, php-format
|
6619 |
msgid ""
|
6620 |
"Your post could not be posted. More information in this <a href=\"%s\" "
|
6623 |
"Dein Beitrag konnte nicht geteilt werden. Mehr Informationen in der <a "
|
6624 |
"href=\"%s\" target=\"_blank\">Instagram-Checkliste für Problemlösungen."
|
6625 |
|
6626 |
+
#: includes/Loader.php:915
|
6627 |
msgid "Your post is a duplicate."
|
6628 |
msgstr "Du kannst auf dem Netzwerke keine Duplikate veröffentlichen."
|
6629 |
|
6645 |
msgid "Your profile was saved successful."
|
6646 |
msgstr "Dein Profil wurde erfolgreich gespeichert. "
|
6647 |
|
6648 |
+
#: includes/B2S/Network/Item.php:70
|
6649 |
msgid "Your profiles:"
|
6650 |
msgstr "weitere Profile:"
|
6651 |
|
languages/blog2social.pot
CHANGED
@@ -3,7 +3,7 @@ msgid ""
|
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: Blog2Social: Social Media Auto Post & Scheduler\n"
|
5 |
"Report-Msgid-Bugs-To: \n"
|
6 |
-
"POT-Creation-Date: 2021-
|
7 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
8 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
9 |
"Language-Team: \n"
|
@@ -40,11 +40,11 @@ msgstr ""
|
|
40 |
msgid "(SMART)"
|
41 |
msgstr ""
|
42 |
|
43 |
-
#: includes/B2S/Network/Item.php:
|
44 |
msgid "+ add Parameter"
|
45 |
msgstr ""
|
46 |
|
47 |
-
#: includes/B2S/Ship/Save.php:
|
48 |
msgid ""
|
49 |
"-For scheduled posts, Blog2Social will save your post and move it to the "
|
50 |
"\"Scheduled Posts\" tab on your \"Posts & Sharing\" navigation bar. On your "
|
@@ -52,7 +52,7 @@ msgid ""
|
|
52 |
"and you can click on \"Share\" to post it to your Facebook Profile instantly."
|
53 |
msgstr ""
|
54 |
|
55 |
-
#: includes/B2S/Ship/Save.php:
|
56 |
msgid ""
|
57 |
"-For scheduled posts, Blog2Social will save your post and move it to the "
|
58 |
"\"Scheduled Posts\" tab on your \"Site & Blog Content\" navigation bar. On "
|
@@ -60,13 +60,13 @@ msgid ""
|
|
60 |
"tab and you can click on \"Share\" to post it to your account instantly."
|
61 |
msgstr ""
|
62 |
|
63 |
-
#: includes/B2S/Ship/Save.php:
|
64 |
msgid ""
|
65 |
"-To share your post immediately, click the \"Share\" button next to your "
|
66 |
"selected Facebook profile below."
|
67 |
msgstr ""
|
68 |
|
69 |
-
#: includes/B2S/Ship/Save.php:
|
70 |
msgid ""
|
71 |
"-To share your post immediately, click the \"Share\" button next to your "
|
72 |
"selected Google+ account below."
|
@@ -91,7 +91,7 @@ msgid ""
|
|
91 |
"sites or groups.</a>"
|
92 |
msgstr ""
|
93 |
|
94 |
-
#: includes/Loader.php:
|
95 |
#, php-format
|
96 |
msgid ""
|
97 |
"<a href=\"%s\" target=\"_blank\">Please find more Information and help in "
|
@@ -166,7 +166,7 @@ msgstr ""
|
|
166 |
msgid "Activate Blog2Social PREMIUM PRO."
|
167 |
msgstr ""
|
168 |
|
169 |
-
#: includes/B2S/Network/Item.php:
|
170 |
msgid "Activate Instant Caching"
|
171 |
msgstr ""
|
172 |
|
@@ -190,17 +190,17 @@ msgstr ""
|
|
190 |
msgid "Activities"
|
191 |
msgstr ""
|
192 |
|
193 |
-
#: includes/B2S/Network/Item.php:
|
194 |
msgid "Add a link-URL to the end of my image post."
|
195 |
msgstr ""
|
196 |
|
197 |
-
#: includes/B2S/Network/Item.php:
|
198 |
msgid ""
|
199 |
"Add a link-URL to the end of my Instagram posts. (Please note, that "
|
200 |
"Instagram does not turn link-URLs into clickable links)"
|
201 |
msgstr ""
|
202 |
|
203 |
-
#: includes/B2S/Network/Item.php:
|
204 |
msgid "Add a link-URL to the end of my post."
|
205 |
msgstr ""
|
206 |
|
@@ -288,15 +288,15 @@ msgstr ""
|
|
288 |
msgid "add/change connection"
|
289 |
msgstr ""
|
290 |
|
291 |
-
#: includes/B2S/Network/Item.php:
|
292 |
msgid "additional groups"
|
293 |
msgstr ""
|
294 |
|
295 |
-
#: includes/B2S/Network/Item.php:
|
296 |
msgid "additional pages"
|
297 |
msgstr ""
|
298 |
|
299 |
-
#: includes/B2S/Network/Item.php:
|
300 |
msgid "additional profiles"
|
301 |
msgstr ""
|
302 |
|
@@ -379,7 +379,7 @@ msgstr ""
|
|
379 |
msgid "An error occurred! Please try again."
|
380 |
msgstr ""
|
381 |
|
382 |
-
#: includes/Loader.php:
|
383 |
msgid "An image is required to post on this social network."
|
384 |
msgstr ""
|
385 |
|
@@ -412,12 +412,12 @@ msgstr ""
|
|
412 |
msgid "Apply best times"
|
413 |
msgstr ""
|
414 |
|
415 |
-
#: includes/B2S/Network/Item.php:
|
416 |
#, php-format
|
417 |
msgid "Apply for all %s connections"
|
418 |
msgstr ""
|
419 |
|
420 |
-
#: includes/B2S/Network/Item.php:
|
421 |
msgid "Apply for all connections"
|
422 |
msgstr ""
|
423 |
|
@@ -482,8 +482,8 @@ msgstr ""
|
|
482 |
msgid "Assign the connection to other blog users"
|
483 |
msgstr ""
|
484 |
|
485 |
-
#: includes/B2S/Network/Item.php:
|
486 |
-
#: includes/B2S/Network/Item.php:
|
487 |
msgid "Assigned by"
|
488 |
msgstr ""
|
489 |
|
@@ -515,8 +515,8 @@ msgstr ""
|
|
515 |
msgid "Austria"
|
516 |
msgstr ""
|
517 |
|
518 |
-
#: includes/B2S/Post/Item.php:437 includes/B2S/Post/Item.php:
|
519 |
-
#: includes/B2S/Post/Item.php:
|
520 |
#: includes/PRG/Post/Item.php:121
|
521 |
msgid "Author"
|
522 |
msgstr ""
|
@@ -555,8 +555,8 @@ msgstr ""
|
|
555 |
msgid "Auto-post and auto-schedule new and updated blog posts"
|
556 |
msgstr ""
|
557 |
|
558 |
-
#: views/b2s/premium.php:109 includes/B2S/Post/Item.php:
|
559 |
-
#: includes/B2S/Post/Item.php:
|
560 |
msgid "Auto-Posting"
|
561 |
msgstr ""
|
562 |
|
@@ -576,7 +576,7 @@ msgstr ""
|
|
576 |
msgid "Autoposter limit has been reached"
|
577 |
msgstr ""
|
578 |
|
579 |
-
#: includes/B2S/Network/Item.php:
|
580 |
msgid "Available accounts"
|
581 |
msgstr ""
|
582 |
|
@@ -592,11 +592,11 @@ msgstr ""
|
|
592 |
msgid "Available networks to select your auto-post connecitons:"
|
593 |
msgstr ""
|
594 |
|
595 |
-
#: includes/Loader.php:
|
596 |
msgid "back to install plugins"
|
597 |
msgstr ""
|
598 |
|
599 |
-
#: includes/B2S/Network/Item.php:
|
600 |
msgid "Best Time Manager"
|
601 |
msgstr ""
|
602 |
|
@@ -626,7 +626,7 @@ msgstr ""
|
|
626 |
msgid "Best Time Scheduler: Schedule once, multiple times or recurringly."
|
627 |
msgstr ""
|
628 |
|
629 |
-
#: includes/B2S/Network/Item.php:
|
630 |
msgid "Best times"
|
631 |
msgstr ""
|
632 |
|
@@ -638,13 +638,12 @@ msgstr ""
|
|
638 |
msgid "Bitly"
|
639 |
msgstr ""
|
640 |
|
641 |
-
#: includes/
|
642 |
#: includes/B2S/Ship/Item.php:331 includes/B2S/Ship/Navbar.php:90
|
643 |
-
#: includes/B2S/Ship/Portale.php:43
|
644 |
msgid "Blog"
|
645 |
msgstr ""
|
646 |
|
647 |
-
#: includes/Loader.php:
|
648 |
#: views/b2s/html/sidebar.ship.php:24
|
649 |
msgid "Blog2Social"
|
650 |
msgstr ""
|
@@ -691,7 +690,7 @@ msgstr ""
|
|
691 |
msgid "Blog2Social is a service of Adenion GmbH"
|
692 |
msgstr ""
|
693 |
|
694 |
-
#: includes/Loader.php:
|
695 |
msgid "Blog2Social needs Wordpress Version 4.7.0 or higher."
|
696 |
msgstr ""
|
697 |
|
@@ -793,6 +792,10 @@ msgstr ""
|
|
793 |
msgid "Blog2Social: Social Media Content Calendar"
|
794 |
msgstr ""
|
795 |
|
|
|
|
|
|
|
|
|
796 |
#: includes/B2S/Settings/Item.php:82 includes/B2S/Settings/Item.php:93
|
797 |
msgid "Brand"
|
798 |
msgstr ""
|
@@ -801,15 +804,13 @@ msgstr ""
|
|
801 |
msgid "Browse the Blog2Social support community"
|
802 |
msgstr ""
|
803 |
|
804 |
-
#: includes/B2S/Network/Item.php:
|
805 |
msgid "BUSINESS"
|
806 |
msgstr ""
|
807 |
|
808 |
-
#: includes/Loader.php:
|
809 |
-
#: includes/B2S/Network/Item.php:
|
810 |
-
#: includes/B2S/
|
811 |
-
#: includes/B2S/Ship/Navbar.php:90 includes/B2S/Ship/Portale.php:37
|
812 |
-
#: includes/B2S/Ship/Portale.php:37
|
813 |
msgid "Business"
|
814 |
msgstr ""
|
815 |
|
@@ -838,7 +839,7 @@ msgid ""
|
|
838 |
"updated."
|
839 |
msgstr ""
|
840 |
|
841 |
-
#: includes/Loader.php:
|
842 |
#: includes/B2S/RePost/Item.php:141 views/b2s/html/post.navbar.php:23
|
843 |
#: views/b2s/html/sidebar.php:128
|
844 |
msgid "Calendar"
|
@@ -912,13 +913,17 @@ msgid ""
|
|
912 |
"with link-post settings for this post."
|
913 |
msgstr ""
|
914 |
|
915 |
-
#:
|
|
|
|
|
|
|
|
|
916 |
msgid "Character limit"
|
917 |
msgstr ""
|
918 |
|
919 |
-
#: includes/B2S/Network/Item.php:
|
920 |
-
#: includes/B2S/Network/Item.php:
|
921 |
-
#: includes/B2S/Network/Item.php:
|
922 |
#: includes/B2S/Ship/Item.php:219 includes/B2S/Ship/Item.php:262
|
923 |
#: includes/B2S/Ship/Item.php:266 includes/B2S/Ship/Item.php:299
|
924 |
#: includes/B2S/Ship/Item.php:303 includes/B2S/Ship/Item.php:1338
|
@@ -968,7 +973,7 @@ msgstr ""
|
|
968 |
msgid "Classified Ads"
|
969 |
msgstr ""
|
970 |
|
971 |
-
#: includes/B2S/Network/Item.php:
|
972 |
msgid "clear"
|
973 |
msgstr ""
|
974 |
|
@@ -988,7 +993,7 @@ msgstr ""
|
|
988 |
msgid "Click on \"continue\""
|
989 |
msgstr ""
|
990 |
|
991 |
-
#: views/b2s/post.sched.php:37 includes/B2S/Network/Item.php:
|
992 |
msgid "Clock"
|
993 |
msgstr ""
|
994 |
|
@@ -1000,6 +1005,10 @@ msgstr ""
|
|
1000 |
msgid "Colombia"
|
1001 |
msgstr ""
|
1002 |
|
|
|
|
|
|
|
|
|
1003 |
#: views/prg/html/form.php:74
|
1004 |
msgid "Company"
|
1005 |
msgstr ""
|
@@ -1008,7 +1017,7 @@ msgstr ""
|
|
1008 |
msgid "Company Description"
|
1009 |
msgstr ""
|
1010 |
|
1011 |
-
#: includes/Loader.php:
|
1012 |
msgid "Company-Page (Employer Branding Profile)"
|
1013 |
msgstr ""
|
1014 |
|
@@ -1021,6 +1030,22 @@ msgstr ""
|
|
1021 |
msgid "connect"
|
1022 |
msgstr ""
|
1023 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1024 |
#: views/b2s/settings.php:77
|
1025 |
msgid ""
|
1026 |
"Connect Blog2Social with 16 different social media networks you like to "
|
@@ -1044,7 +1069,7 @@ msgstr ""
|
|
1044 |
msgid "Connect your social media networks"
|
1045 |
msgstr ""
|
1046 |
|
1047 |
-
#: includes/B2S/Network/Item.php:
|
1048 |
msgid "Connection currently assigned to"
|
1049 |
msgstr ""
|
1050 |
|
@@ -1060,12 +1085,12 @@ msgstr ""
|
|
1060 |
msgid "Connection is broken..."
|
1061 |
msgstr ""
|
1062 |
|
1063 |
-
#: includes/B2S/Network/Item.php:
|
1064 |
-
#: includes/B2S/Network/Item.php:
|
1065 |
msgid "Connection is interrupted since"
|
1066 |
msgstr ""
|
1067 |
|
1068 |
-
#: includes/B2S/AutoPost/Item.php:243 includes/B2S/Network/Item.php:
|
1069 |
msgid "Connections"
|
1070 |
msgstr ""
|
1071 |
|
@@ -1073,7 +1098,7 @@ msgstr ""
|
|
1073 |
msgid "Contact Details"
|
1074 |
msgstr ""
|
1075 |
|
1076 |
-
#: includes/B2S/Network/Item.php:
|
1077 |
msgid "Content"
|
1078 |
msgstr ""
|
1079 |
|
@@ -1159,7 +1184,7 @@ msgstr ""
|
|
1159 |
msgid "Create Post"
|
1160 |
msgstr ""
|
1161 |
|
1162 |
-
#: includes/Loader.php:
|
1163 |
msgid "Create Social Media Posts"
|
1164 |
msgstr ""
|
1165 |
|
@@ -1216,7 +1241,7 @@ msgstr ""
|
|
1216 |
msgid "Czechoslovakia"
|
1217 |
msgstr ""
|
1218 |
|
1219 |
-
#: includes/Loader.php:
|
1220 |
msgid "Dashboard"
|
1221 |
msgstr ""
|
1222 |
|
@@ -1231,8 +1256,8 @@ msgstr ""
|
|
1231 |
msgid "Day of month"
|
1232 |
msgstr ""
|
1233 |
|
1234 |
-
#: includes/B2S/Network/Item.php:
|
1235 |
-
#: includes/B2S/Network/Item.php:
|
1236 |
msgid "Days"
|
1237 |
msgstr ""
|
1238 |
|
@@ -1261,11 +1286,11 @@ msgid ""
|
|
1261 |
"frame, or as image cut out."
|
1262 |
msgstr ""
|
1263 |
|
1264 |
-
#: includes/B2S/Network/Item.php:
|
1265 |
msgid "Default"
|
1266 |
msgstr ""
|
1267 |
|
1268 |
-
#: views/b2s/network.php:566 includes/B2S/Network/Item.php:
|
1269 |
#, php-format
|
1270 |
msgid ""
|
1271 |
"Define parameters that will be added to link posts on this network e.g. to "
|
@@ -1324,9 +1349,9 @@ msgstr ""
|
|
1324 |
msgid "Delete"
|
1325 |
msgstr ""
|
1326 |
|
1327 |
-
#: includes/Ajax/Post.php:1956 includes/B2S/Network/Item.php:
|
1328 |
-
#: includes/B2S/Post/Item.php:
|
1329 |
-
#: includes/B2S/Post/Item.php:
|
1330 |
#: includes/B2S/Settings/Item.php:103 includes/B2S/Ship/Item.php:1179
|
1331 |
#: includes/B2S/Ship/Item.php:1329
|
1332 |
msgid "delete"
|
@@ -1357,7 +1382,7 @@ msgstr ""
|
|
1357 |
msgid "Delete entries from the scheduling"
|
1358 |
msgstr ""
|
1359 |
|
1360 |
-
#: includes/B2S/Post/Item.php:
|
1361 |
msgid "delete from reporting"
|
1362 |
msgstr ""
|
1363 |
|
@@ -1369,7 +1394,7 @@ msgstr ""
|
|
1369 |
msgid "Delete scheduled posts"
|
1370 |
msgstr ""
|
1371 |
|
1372 |
-
#: includes/B2S/Post/Item.php:
|
1373 |
msgid "delete scheduling"
|
1374 |
msgstr ""
|
1375 |
|
@@ -1401,8 +1426,8 @@ msgstr ""
|
|
1401 |
msgid "description"
|
1402 |
msgstr ""
|
1403 |
|
1404 |
-
#: includes/B2S/Post/Item.php:
|
1405 |
-
#: includes/B2S/Post/Item.php:
|
1406 |
msgid "Details"
|
1407 |
msgstr ""
|
1408 |
|
@@ -1486,7 +1511,7 @@ msgid ""
|
|
1486 |
"media network."
|
1487 |
msgstr ""
|
1488 |
|
1489 |
-
#: includes/B2S/Post/Item.php:
|
1490 |
msgid "edit"
|
1491 |
msgstr ""
|
1492 |
|
@@ -1498,8 +1523,8 @@ msgstr ""
|
|
1498 |
msgid "Edit Post"
|
1499 |
msgstr ""
|
1500 |
|
1501 |
-
#: views/b2s/network.php:236 includes/B2S/Network/Item.php:
|
1502 |
-
#: includes/B2S/Network/Item.php:
|
1503 |
msgid "Edit Post Template"
|
1504 |
msgstr ""
|
1505 |
|
@@ -1524,6 +1549,10 @@ msgstr ""
|
|
1524 |
msgid "Email address is taken."
|
1525 |
msgstr ""
|
1526 |
|
|
|
|
|
|
|
|
|
1527 |
#: includes/B2S/PostBox.php:178
|
1528 |
msgid "enable Auto-Posting"
|
1529 |
msgstr ""
|
@@ -1630,15 +1659,15 @@ msgstr ""
|
|
1630 |
msgid "Facebook pages"
|
1631 |
msgstr ""
|
1632 |
|
1633 |
-
#: includes/B2S/Network/Item.php:
|
1634 |
msgid "Failed to load the default template"
|
1635 |
msgstr ""
|
1636 |
|
1637 |
-
#: includes/B2S/Network/Item.php:
|
1638 |
msgid "Failed to save"
|
1639 |
msgstr ""
|
1640 |
|
1641 |
-
#: includes/B2S/Post/Item.php:
|
1642 |
msgid "FAQ"
|
1643 |
msgstr ""
|
1644 |
|
@@ -1714,12 +1743,12 @@ msgid ""
|
|
1714 |
"your preferred custom post format."
|
1715 |
msgstr ""
|
1716 |
|
1717 |
-
#: includes/B2S/Ship/Save.php:
|
1718 |
msgid ""
|
1719 |
"For sharing your posts on Google+ you can now use Google+ Instant Sharing"
|
1720 |
msgstr ""
|
1721 |
|
1722 |
-
#: includes/B2S/Ship/Save.php:
|
1723 |
msgid ""
|
1724 |
"For sharing your posts on personal Facebook Profiles you can use Facebook "
|
1725 |
"Instant Sharing"
|
@@ -1738,7 +1767,7 @@ msgstr ""
|
|
1738 |
msgid "Forgot username or password?"
|
1739 |
msgstr ""
|
1740 |
|
1741 |
-
#: includes/B2S/Network/Item.php:
|
1742 |
msgid "Format"
|
1743 |
msgstr ""
|
1744 |
|
@@ -1825,7 +1854,7 @@ msgid ""
|
|
1825 |
"inspiring content."
|
1826 |
msgstr ""
|
1827 |
|
1828 |
-
#: includes/B2S/Network/Item.php:
|
1829 |
msgid ""
|
1830 |
"Good to know: Instagram supports up to 30 hashtags in a post. The number "
|
1831 |
"recommended for best results is 5 hashtags. Make sure that your hashtags are "
|
@@ -1857,9 +1886,7 @@ msgstr ""
|
|
1857 |
msgid "Greece"
|
1858 |
msgstr ""
|
1859 |
|
1860 |
-
#: includes/Loader.php:890 includes/B2S/Network/Item.php:
|
1861 |
-
#: includes/B2S/Network/Item.php:398 includes/B2S/Network/Item.php:676
|
1862 |
-
#: includes/B2S/Ship/Portale.php:31 includes/B2S/Ship/Portale.php:32
|
1863 |
msgid "Group"
|
1864 |
msgstr ""
|
1865 |
|
@@ -1867,7 +1894,7 @@ msgstr ""
|
|
1867 |
msgid "guide for server connection"
|
1868 |
msgstr ""
|
1869 |
|
1870 |
-
#: includes/B2S/Network/Item.php:
|
1871 |
msgid "Hashtag shuffle (Hashtags have to be defined in the text field above)"
|
1872 |
msgstr ""
|
1873 |
|
@@ -1879,7 +1906,7 @@ msgstr ""
|
|
1879 |
msgid "Help & Community"
|
1880 |
msgstr ""
|
1881 |
|
1882 |
-
#: includes/Loader.php:
|
1883 |
#: views/b2s/html/header.php:40 views/b2s/html/sidebar.php:140
|
1884 |
#: views/b2s/html/sidebar.ship.php:66
|
1885 |
msgid "Help & Support"
|
@@ -1973,7 +2000,7 @@ msgstr ""
|
|
1973 |
msgid "Ignore & share"
|
1974 |
msgstr ""
|
1975 |
|
1976 |
-
#: includes/B2S/Network/Item.php:
|
1977 |
msgid "Image"
|
1978 |
msgstr ""
|
1979 |
|
@@ -1983,7 +2010,7 @@ msgstr ""
|
|
1983 |
|
1984 |
#: views/b2s/post.calendar.php:74 views/b2s/post.sched.php:194
|
1985 |
#: views/b2s/repost.php:50 views/b2s/repost.php:87
|
1986 |
-
#: includes/B2S/Network/Item.php:
|
1987 |
#: includes/B2S/Settings/Item.php:266 views/b2s/html/footer.php:182
|
1988 |
msgid "Image cut out"
|
1989 |
msgstr ""
|
@@ -1991,7 +2018,7 @@ msgstr ""
|
|
1991 |
#: views/b2s/curation.php:48 views/b2s/curation.php:51
|
1992 |
#: views/b2s/post.calendar.php:74 views/b2s/post.sched.php:194
|
1993 |
#: views/b2s/repost.php:50 views/b2s/repost.php:87
|
1994 |
-
#: includes/B2S/Post/Item.php:
|
1995 |
#: includes/B2S/Settings/Item.php:289
|
1996 |
msgid "Image Post"
|
1997 |
msgstr ""
|
@@ -2007,7 +2034,7 @@ msgstr ""
|
|
2007 |
|
2008 |
#: views/b2s/post.calendar.php:74 views/b2s/post.sched.php:194
|
2009 |
#: views/b2s/repost.php:50 views/b2s/repost.php:87
|
2010 |
-
#: includes/B2S/Network/Item.php:
|
2011 |
#: includes/B2S/Settings/Item.php:252 views/b2s/html/footer.php:177
|
2012 |
msgid "Image with frame"
|
2013 |
msgstr ""
|
@@ -2077,7 +2104,7 @@ msgstr ""
|
|
2077 |
#: includes/B2S/PostBox.php:253 views/b2s/network.php:48 views/b2s/ship.php:80
|
2078 |
#: views/b2s/ship.php:170 views/b2s/ship.php:262
|
2079 |
#: includes/B2S/AutoPost/Item.php:110 includes/B2S/AutoPost/Item.php:207
|
2080 |
-
#: includes/B2S/Curation/View.php:73 includes/B2S/Network/Item.php:
|
2081 |
#: includes/B2S/RePost/Item.php:159 includes/B2S/RePost/Item.php:180
|
2082 |
#: includes/B2S/Ship/Item.php:1143
|
2083 |
msgid "Info"
|
@@ -2110,7 +2137,7 @@ msgstr ""
|
|
2110 |
msgid "Inspect Post"
|
2111 |
msgstr ""
|
2112 |
|
2113 |
-
#: includes/Loader.php:
|
2114 |
#, php-format
|
2115 |
msgid ""
|
2116 |
"Instagram published your post without text. Please see the following <a "
|
@@ -2146,7 +2173,7 @@ msgstr ""
|
|
2146 |
msgid "Ireland"
|
2147 |
msgstr ""
|
2148 |
|
2149 |
-
#: includes/B2S/Post/Item.php:
|
2150 |
msgid "is currently being processed by the network"
|
2151 |
msgstr ""
|
2152 |
|
@@ -2154,7 +2181,7 @@ msgstr ""
|
|
2154 |
msgid "is determined automatically"
|
2155 |
msgstr ""
|
2156 |
|
2157 |
-
#: includes/B2S/Post/Item.php:
|
2158 |
#, php-format
|
2159 |
msgid "is waiting to shared by %s"
|
2160 |
msgstr ""
|
@@ -2203,7 +2230,7 @@ msgstr ""
|
|
2203 |
msgid "Language"
|
2204 |
msgstr ""
|
2205 |
|
2206 |
-
#: includes/B2S/Post/Item.php:
|
2207 |
#, php-format
|
2208 |
msgid "last modified by %s"
|
2209 |
msgstr ""
|
@@ -2214,7 +2241,7 @@ msgstr ""
|
|
2214 |
msgid "Last Name"
|
2215 |
msgstr ""
|
2216 |
|
2217 |
-
#: includes/B2S/Post/Item.php:
|
2218 |
msgid "last saved"
|
2219 |
msgstr ""
|
2220 |
|
@@ -2222,8 +2249,8 @@ msgstr ""
|
|
2222 |
msgid "Last shared"
|
2223 |
msgstr ""
|
2224 |
|
2225 |
-
#: includes/B2S/Post/Item.php:419 includes/B2S/Post/Item.php:
|
2226 |
-
#: includes/B2S/Post/Item.php:
|
2227 |
msgid "last shared on social media"
|
2228 |
msgstr ""
|
2229 |
|
@@ -2231,12 +2258,12 @@ msgstr ""
|
|
2231 |
msgid "Latest Posts"
|
2232 |
msgstr ""
|
2233 |
|
2234 |
-
#: includes/B2S/Post/Item.php:
|
2235 |
#, php-format
|
2236 |
msgid "latest share by %s"
|
2237 |
msgstr ""
|
2238 |
|
2239 |
-
#: includes/B2S/Ship/Save.php:
|
2240 |
msgid "Learn how it works"
|
2241 |
msgstr ""
|
2242 |
|
@@ -2284,14 +2311,14 @@ msgstr ""
|
|
2284 |
msgid "Licensing"
|
2285 |
msgstr ""
|
2286 |
|
2287 |
-
#: includes/B2S/Network/Item.php:
|
2288 |
#: includes/B2S/Ship/Item.php:1008 includes/B2S/Ship/Item.php:1010
|
2289 |
msgid "Link"
|
2290 |
msgstr ""
|
2291 |
|
2292 |
#: views/b2s/curation.php:45 views/b2s/post.calendar.php:74
|
2293 |
#: views/b2s/post.sched.php:194 views/b2s/repost.php:50 views/b2s/repost.php:87
|
2294 |
-
#: includes/B2S/Post/Item.php:
|
2295 |
#: includes/B2S/Settings/Item.php:289 views/b2s/html/footer.php:160
|
2296 |
msgid "Link Post"
|
2297 |
msgstr ""
|
@@ -2317,11 +2344,11 @@ msgstr ""
|
|
2317 |
msgid "Load data..."
|
2318 |
msgstr ""
|
2319 |
|
2320 |
-
#: includes/B2S/Network/Item.php:
|
2321 |
msgid "Load default settings"
|
2322 |
msgstr ""
|
2323 |
|
2324 |
-
#: includes/B2S/Post/Item.php:435 includes/B2S/Post/Item.php:
|
2325 |
msgid "load Draft"
|
2326 |
msgstr ""
|
2327 |
|
@@ -2342,6 +2369,10 @@ msgstr ""
|
|
2342 |
msgid "Loading..."
|
2343 |
msgstr ""
|
2344 |
|
|
|
|
|
|
|
|
|
2345 |
#: views/b2s/network.php:389 views/b2s/ship.php:618
|
2346 |
#, php-format
|
2347 |
msgid ""
|
@@ -2400,7 +2431,7 @@ msgstr ""
|
|
2400 |
msgid "minutes"
|
2401 |
msgstr ""
|
2402 |
|
2403 |
-
#: includes/B2S/Network/Item.php:
|
2404 |
msgid ""
|
2405 |
"Missing PHP \"mbstring\" extension to use the character limit function. "
|
2406 |
"Please activate server-side the PHP \"mbstring\" extension in your \"php."
|
@@ -2488,11 +2519,11 @@ msgstr ""
|
|
2488 |
msgid "My Profile"
|
2489 |
msgstr ""
|
2490 |
|
2491 |
-
#: includes/B2S/Network/Item.php:
|
2492 |
msgid "My profile"
|
2493 |
msgstr ""
|
2494 |
|
2495 |
-
#: includes/B2S/Network/Item.php:
|
2496 |
#: views/prg/html/form.php:86 views/prg/html/form.php:161
|
2497 |
#: views/prg/html/form.php:163
|
2498 |
msgid "Name"
|
@@ -2547,8 +2578,8 @@ msgstr ""
|
|
2547 |
msgid "Network does not support image for profiles"
|
2548 |
msgstr ""
|
2549 |
|
2550 |
-
#: includes/B2S/Network/Item.php:
|
2551 |
-
#: includes/B2S/Network/Item.php:
|
2552 |
msgid "Network limit"
|
2553 |
msgstr ""
|
2554 |
|
@@ -2557,7 +2588,7 @@ msgstr ""
|
|
2557 |
msgid "Network settings"
|
2558 |
msgstr ""
|
2559 |
|
2560 |
-
#: includes/Loader.php:
|
2561 |
msgid "Networks"
|
2562 |
msgstr ""
|
2563 |
|
@@ -2578,7 +2609,7 @@ msgstr ""
|
|
2578 |
msgid "newest first"
|
2579 |
msgstr ""
|
2580 |
|
2581 |
-
#: includes/B2S/Post/Item.php:
|
2582 |
#, php-format
|
2583 |
msgid "next share by %s"
|
2584 |
msgstr ""
|
@@ -2716,7 +2747,7 @@ msgid "on Blog"
|
|
2716 |
msgstr ""
|
2717 |
|
2718 |
#: views/b2s/ship.php:59 includes/B2S/Post/Item.php:437
|
2719 |
-
#: includes/B2S/Post/Item.php:
|
2720 |
msgid "on blog"
|
2721 |
msgstr ""
|
2722 |
|
@@ -2729,7 +2760,7 @@ msgstr ""
|
|
2729 |
msgid "Open Graph and Twitter Card Tags"
|
2730 |
msgstr ""
|
2731 |
|
2732 |
-
#: includes/Loader.php:
|
2733 |
msgid "or"
|
2734 |
msgstr ""
|
2735 |
|
@@ -2765,10 +2796,7 @@ msgid "own period"
|
|
2765 |
msgstr ""
|
2766 |
|
2767 |
#: includes/Loader.php:890 includes/B2S/AutoPost/Item.php:252
|
2768 |
-
#: includes/B2S/Network/Item.php:
|
2769 |
-
#: includes/B2S/Network/Item.php:190 includes/B2S/Network/Item.php:327
|
2770 |
-
#: includes/B2S/Network/Item.php:673 includes/B2S/Ship/Portale.php:39
|
2771 |
-
#: includes/B2S/Ship/Portale.php:39
|
2772 |
msgid "Page"
|
2773 |
msgstr ""
|
2774 |
|
@@ -2780,9 +2808,8 @@ msgstr ""
|
|
2780 |
msgid "Password"
|
2781 |
msgstr ""
|
2782 |
|
2783 |
-
#: includes/B2S/Network/Item.php:
|
2784 |
-
#: includes/B2S/
|
2785 |
-
#: includes/B2S/Ship/Navbar.php:90 includes/B2S/Ship/Portale.php:43
|
2786 |
msgid "Personal"
|
2787 |
msgstr ""
|
2788 |
|
@@ -2948,7 +2975,7 @@ msgid ""
|
|
2948 |
"guide</a>."
|
2949 |
msgstr ""
|
2950 |
|
2951 |
-
#: includes/B2S/Ship/Save.php:
|
2952 |
msgid ""
|
2953 |
"Please note: You post has to be marked as public to be posted in a group."
|
2954 |
msgstr ""
|
@@ -2993,7 +3020,7 @@ msgstr ""
|
|
2993 |
msgid "Please re-authorize your account with Blog2Social and try again"
|
2994 |
msgstr ""
|
2995 |
|
2996 |
-
#: includes/B2S/Post/Item.php:
|
2997 |
msgid "Please see"
|
2998 |
msgstr ""
|
2999 |
|
@@ -3013,12 +3040,12 @@ msgstr ""
|
|
3013 |
msgid "Please select your correct server location and connect again."
|
3014 |
msgstr ""
|
3015 |
|
3016 |
-
#: includes/B2S/Ship/Save.php:
|
3017 |
msgid "Please share your post now"
|
3018 |
msgstr ""
|
3019 |
|
3020 |
-
#: includes/B2S/Network/Item.php:
|
3021 |
-
#: includes/B2S/Network/Item.php:
|
3022 |
msgid "please upgrade"
|
3023 |
msgstr ""
|
3024 |
|
@@ -3064,7 +3091,7 @@ msgstr ""
|
|
3064 |
msgid "Post Format"
|
3065 |
msgstr ""
|
3066 |
|
3067 |
-
#: includes/B2S/Post/Item.php:
|
3068 |
msgid "post format"
|
3069 |
msgstr ""
|
3070 |
|
@@ -3134,15 +3161,15 @@ msgid ""
|
|
3134 |
"publish your post."
|
3135 |
msgstr ""
|
3136 |
|
3137 |
-
#: includes/Loader.php:
|
3138 |
msgid "PR-Service"
|
3139 |
msgstr ""
|
3140 |
|
3141 |
-
#: includes/Loader.php:
|
3142 |
msgid "PREMIUM"
|
3143 |
msgstr ""
|
3144 |
|
3145 |
-
#: includes/Loader.php:
|
3146 |
msgid "Premium"
|
3147 |
msgstr ""
|
3148 |
|
@@ -3154,15 +3181,15 @@ msgstr ""
|
|
3154 |
msgid "Press"
|
3155 |
msgstr ""
|
3156 |
|
3157 |
-
#: includes/B2S/Network/Item.php:
|
3158 |
-
#: includes/B2S/Network/Item.php:
|
3159 |
-
#: includes/B2S/Network/Item.php:
|
3160 |
-
#: includes/B2S/Network/Item.php:
|
3161 |
-
#: includes/B2S/Network/Item.php:
|
3162 |
-
#: includes/B2S/Network/Item.php:
|
3163 |
-
#: includes/B2S/Network/Item.php:
|
3164 |
-
#: includes/B2S/Network/Item.php:
|
3165 |
-
#: includes/B2S/Network/Item.php:
|
3166 |
msgid "Preview"
|
3167 |
msgstr ""
|
3168 |
|
@@ -3177,12 +3204,12 @@ msgid "Privacy Policy"
|
|
3177 |
msgstr ""
|
3178 |
|
3179 |
#: views/b2s/curation.php:51 views/b2s/curation.php:52 views/b2s/network.php:41
|
3180 |
-
#: includes/B2S/Network/Item.php:
|
3181 |
-
#: includes/B2S/Network/Item.php:
|
3182 |
#: includes/B2S/Ship/Item.php:500 includes/B2S/Ship/Item.php:561
|
3183 |
#: includes/B2S/Ship/Item.php:776 includes/B2S/Ship/Item.php:830
|
3184 |
-
#: includes/B2S/Ship/Portale.php:
|
3185 |
-
#: includes/B2S/Ship/Portale.php:
|
3186 |
msgid "PRO"
|
3187 |
msgstr ""
|
3188 |
|
@@ -3195,12 +3222,7 @@ msgid "Product"
|
|
3195 |
msgstr ""
|
3196 |
|
3197 |
#: includes/Loader.php:890 includes/B2S/AutoPost/Item.php:252
|
3198 |
-
#: includes/B2S/Network/Item.php:
|
3199 |
-
#: includes/B2S/Network/Item.php:175 includes/B2S/Network/Item.php:179
|
3200 |
-
#: includes/B2S/Network/Item.php:181 includes/B2S/Network/Item.php:257
|
3201 |
-
#: includes/B2S/Network/Item.php:671 includes/B2S/Ship/Portale.php:43
|
3202 |
-
#: includes/B2S/Ship/Portale.php:45 includes/B2S/Ship/Portale.php:47
|
3203 |
-
#: includes/B2S/Ship/Portale.php:51
|
3204 |
msgid "Profile"
|
3205 |
msgstr ""
|
3206 |
|
@@ -3208,8 +3230,7 @@ msgstr ""
|
|
3208 |
msgid "Profiles | Pages | Groups"
|
3209 |
msgstr ""
|
3210 |
|
3211 |
-
#: includes/
|
3212 |
-
#: includes/B2S/Ship/Navbar.php:90 includes/B2S/Ship/Portale.php:31
|
3213 |
msgid "Publication"
|
3214 |
msgstr ""
|
3215 |
|
@@ -3227,7 +3248,7 @@ msgstr ""
|
|
3227 |
|
3228 |
#: views/b2s/curation.php:138 views/b2s/post.calendar.php:42
|
3229 |
#: views/b2s/ship.php:18 views/b2s/ship.php:779 includes/B2S/Post/Filter.php:59
|
3230 |
-
#: includes/B2S/Post/Item.php:381 includes/B2S/Ship/Save.php:
|
3231 |
#: includes/PRG/Post/Filter.php:37 includes/PRG/Post/Item.php:86
|
3232 |
msgid "published"
|
3233 |
msgstr ""
|
@@ -3252,11 +3273,11 @@ msgstr ""
|
|
3252 |
msgid "Rate it!"
|
3253 |
msgstr ""
|
3254 |
|
3255 |
-
#: includes/B2S/Post/Item.php:
|
3256 |
msgid "Re-Share"
|
3257 |
msgstr ""
|
3258 |
|
3259 |
-
#: includes/B2S/Post/Filter.php:71 includes/B2S/Post/Item.php:
|
3260 |
msgid "re-share"
|
3261 |
msgstr ""
|
3262 |
|
@@ -3270,7 +3291,7 @@ msgid "Re-share this Post"
|
|
3270 |
msgstr ""
|
3271 |
|
3272 |
#: views/b2s/curation.php:131 views/b2s/ship.php:264 views/b2s/ship.php:266
|
3273 |
-
#: includes/B2S/Post/Item.php:
|
3274 |
msgid "Re-share this post"
|
3275 |
msgstr ""
|
3276 |
|
@@ -3290,7 +3311,7 @@ msgstr ""
|
|
3290 |
msgid "Recently Used"
|
3291 |
msgstr ""
|
3292 |
|
3293 |
-
#: includes/B2S/Network/Item.php:
|
3294 |
msgid "recommended length"
|
3295 |
msgstr ""
|
3296 |
|
@@ -3374,8 +3395,8 @@ msgstr ""
|
|
3374 |
msgid "resolve conflict"
|
3375 |
msgstr ""
|
3376 |
|
3377 |
-
#: includes/B2S/Post/Item.php:
|
3378 |
-
#: includes/B2S/Ship/Save.php:
|
3379 |
msgid "Retweet"
|
3380 |
msgstr ""
|
3381 |
|
@@ -3416,7 +3437,7 @@ msgid "Save"
|
|
3416 |
msgstr ""
|
3417 |
|
3418 |
#: views/b2s/network.php:248 views/b2s/settings.php:70
|
3419 |
-
#: includes/B2S/Network/Item.php:
|
3420 |
msgid "save"
|
3421 |
msgstr ""
|
3422 |
|
@@ -3447,7 +3468,7 @@ msgstr ""
|
|
3447 |
msgid "save..."
|
3448 |
msgstr ""
|
3449 |
|
3450 |
-
#: includes/B2S/Post/Item.php:
|
3451 |
msgid "saved"
|
3452 |
msgstr ""
|
3453 |
|
@@ -3539,12 +3560,12 @@ msgstr ""
|
|
3539 |
msgid "Scheduled Auto-Posting"
|
3540 |
msgstr ""
|
3541 |
|
3542 |
-
#: includes/B2S/Post/Item.php:
|
3543 |
#, php-format
|
3544 |
msgid "scheduled by %s"
|
3545 |
msgstr ""
|
3546 |
|
3547 |
-
#: includes/B2S/Ship/Save.php:
|
3548 |
msgid "scheduled on"
|
3549 |
msgstr ""
|
3550 |
|
@@ -3561,7 +3582,7 @@ msgstr ""
|
|
3561 |
msgid "scheduled posts"
|
3562 |
msgstr ""
|
3563 |
|
3564 |
-
#: includes/B2S/Post/Item.php:
|
3565 |
#: views/b2s/widgets/activity.php:10
|
3566 |
msgid "scheduled social media posts"
|
3567 |
msgstr ""
|
@@ -3608,8 +3629,8 @@ msgstr ""
|
|
3608 |
msgid "Select all"
|
3609 |
msgstr ""
|
3610 |
|
3611 |
-
#: includes/B2S/Post/Item.php:
|
3612 |
-
#: includes/B2S/Post/Item.php:
|
3613 |
msgid "select all"
|
3614 |
msgstr ""
|
3615 |
|
@@ -3743,8 +3764,8 @@ msgid ""
|
|
3743 |
"pages and custom post types on your social media channels."
|
3744 |
msgstr ""
|
3745 |
|
3746 |
-
#: includes/Loader.php:839 includes/Loader.php:
|
3747 |
-
#: includes/Loader.php:
|
3748 |
#: views/b2s/html/sidebar.php:137
|
3749 |
msgid "Settings"
|
3750 |
msgstr ""
|
@@ -3754,7 +3775,7 @@ msgstr ""
|
|
3754 |
msgid "Share"
|
3755 |
msgstr ""
|
3756 |
|
3757 |
-
#: includes/B2S/Post/Item.php:
|
3758 |
msgid "share"
|
3759 |
msgstr ""
|
3760 |
|
@@ -3806,9 +3827,9 @@ msgstr ""
|
|
3806 |
msgid "Share on multiple profiles, pages and groups"
|
3807 |
msgstr ""
|
3808 |
|
3809 |
-
#: includes/B2S/Post/Item.php:431 includes/B2S/Post/Item.php:
|
3810 |
-
#: includes/B2S/Post/Item.php:
|
3811 |
-
#: includes/B2S/Post/Item.php:
|
3812 |
msgid "Share on Social Media"
|
3813 |
msgstr ""
|
3814 |
|
@@ -3830,7 +3851,7 @@ msgstr ""
|
|
3830 |
msgid "share up to"
|
3831 |
msgstr ""
|
3832 |
|
3833 |
-
#: includes/Loader.php:
|
3834 |
msgid "Share Website & Blog Content"
|
3835 |
msgstr ""
|
3836 |
|
@@ -3866,7 +3887,7 @@ msgstr ""
|
|
3866 |
msgid "Shared"
|
3867 |
msgstr ""
|
3868 |
|
3869 |
-
#: includes/B2S/Post/Item.php:
|
3870 |
#, php-format
|
3871 |
msgid "shared by %s"
|
3872 |
msgstr ""
|
@@ -3880,7 +3901,7 @@ msgstr ""
|
|
3880 |
msgid "Shared Posts"
|
3881 |
msgstr ""
|
3882 |
|
3883 |
-
#: includes/B2S/Post/Item.php:
|
3884 |
msgid "shared social media posts"
|
3885 |
msgstr ""
|
3886 |
|
@@ -3892,7 +3913,7 @@ msgstr ""
|
|
3892 |
msgid "Sharing"
|
3893 |
msgstr ""
|
3894 |
|
3895 |
-
#: includes/B2S/Post/Item.php:
|
3896 |
#, php-format
|
3897 |
msgid "sharing in progress by %s"
|
3898 |
msgstr ""
|
@@ -3922,7 +3943,7 @@ msgstr ""
|
|
3922 |
msgid "Shortext"
|
3923 |
msgstr ""
|
3924 |
|
3925 |
-
#: includes/B2S/Post/Item.php:
|
3926 |
msgid "show"
|
3927 |
msgstr ""
|
3928 |
|
@@ -3930,7 +3951,7 @@ msgstr ""
|
|
3930 |
msgid "Show activity starting from"
|
3931 |
msgstr ""
|
3932 |
|
3933 |
-
#: includes/B2S/Network/Item.php:
|
3934 |
msgid "Show all"
|
3935 |
msgstr ""
|
3936 |
|
@@ -3966,7 +3987,7 @@ msgstr ""
|
|
3966 |
msgid "Sign in to Pinterest"
|
3967 |
msgstr ""
|
3968 |
|
3969 |
-
#: includes/Loader.php:
|
3970 |
msgid "Site & Blog Content"
|
3971 |
msgstr ""
|
3972 |
|
@@ -3976,12 +3997,12 @@ msgstr ""
|
|
3976 |
|
3977 |
#: views/b2s/network.php:236 views/b2s/ship.php:27
|
3978 |
#: includes/B2S/AutoPost/Item.php:33 includes/B2S/Curation/View.php:56
|
3979 |
-
#: includes/B2S/Network/Item.php:
|
3980 |
-
#: includes/B2S/Network/Item.php:
|
3981 |
-
#: includes/B2S/Network/Item.php:
|
3982 |
#: includes/B2S/RePost/Item.php:23 includes/B2S/Settings/Item.php:172
|
3983 |
#: includes/B2S/Ship/Image.php:89 includes/B2S/Ship/Item.php:1202
|
3984 |
-
#: includes/B2S/Ship/Portale.php:
|
3985 |
#: views/b2s/html/post.navbar.php:21 views/b2s/html/post.navbar.php:23
|
3986 |
#: views/b2s/partials/post-edit-modal.php:9 views/b2s/widgets/posts.php:18
|
3987 |
msgid "SMART"
|
@@ -4028,12 +4049,12 @@ msgstr ""
|
|
4028 |
msgid "Social Media Post Drafts"
|
4029 |
msgstr ""
|
4030 |
|
4031 |
-
#: includes/Loader.php:
|
4032 |
#: views/b2s/curation.php:332
|
4033 |
msgid "Social Media Posts"
|
4034 |
msgstr ""
|
4035 |
|
4036 |
-
#: includes/B2S/Post/Item.php:
|
4037 |
msgid "social media posts ready to be shared"
|
4038 |
msgstr ""
|
4039 |
|
@@ -4125,6 +4146,10 @@ msgstr ""
|
|
4125 |
msgid "submit"
|
4126 |
msgstr ""
|
4127 |
|
|
|
|
|
|
|
|
|
4128 |
#: views/b2s/widgets/newsletter.php:10
|
4129 |
msgid "subscribe"
|
4130 |
msgstr ""
|
@@ -4133,7 +4158,7 @@ msgstr ""
|
|
4133 |
msgid "Subtitle"
|
4134 |
msgstr ""
|
4135 |
|
4136 |
-
#: includes/B2S/Network/Item.php:
|
4137 |
msgid "Successfully saved"
|
4138 |
msgstr ""
|
4139 |
|
@@ -4269,7 +4294,7 @@ msgid ""
|
|
4269 |
"webmaster, if this error message persists."
|
4270 |
msgstr ""
|
4271 |
|
4272 |
-
#: includes/Loader.php:
|
4273 |
#, php-format
|
4274 |
msgid ""
|
4275 |
"The connection to your social media account is interrupted. Please check "
|
@@ -4282,7 +4307,7 @@ msgstr ""
|
|
4282 |
msgid "The content of your post"
|
4283 |
msgstr ""
|
4284 |
|
4285 |
-
#: includes/Loader.php:
|
4286 |
#, php-format
|
4287 |
msgid ""
|
4288 |
"The content of your post could not be approved by the network. Please see "
|
@@ -4334,11 +4359,11 @@ msgid ""
|
|
4334 |
"first image detected on your page. The image links to your blog post."
|
4335 |
msgstr ""
|
4336 |
|
4337 |
-
#: includes/B2S/Network/Item.php:
|
4338 |
msgid "The link will be added automatically at the end of the post."
|
4339 |
msgstr ""
|
4340 |
|
4341 |
-
#: includes/B2S/Network/Item.php:
|
4342 |
msgid ""
|
4343 |
"The link will be transmitted as a canonical link, i.e. in the source code of "
|
4344 |
"your page, in order to refer to the original source of the content and to "
|
@@ -4360,32 +4385,32 @@ msgstr ""
|
|
4360 |
msgid "The name of the post author."
|
4361 |
msgstr ""
|
4362 |
|
4363 |
-
#: includes/Loader.php:
|
4364 |
#, php-format
|
4365 |
msgid ""
|
4366 |
"The network can not publish special characters such as Emoji. Please see the "
|
4367 |
"following <a target=\"_blank\" href=\"%s\">guide</a>."
|
4368 |
msgstr ""
|
4369 |
|
4370 |
-
#: includes/Loader.php:
|
4371 |
#, php-format
|
4372 |
msgid ""
|
4373 |
"The network could not publish your post. Please see the following <a "
|
4374 |
"target=\"_blank\" href=\"%s\">guide</a>."
|
4375 |
msgstr ""
|
4376 |
|
4377 |
-
#: includes/B2S/Network/Item.php:
|
4378 |
msgid "The network does not support hashtags."
|
4379 |
msgstr ""
|
4380 |
|
4381 |
-
#: includes/Loader.php:
|
4382 |
#, php-format
|
4383 |
msgid ""
|
4384 |
"The network has blocked your account. Please see the following <a "
|
4385 |
"target=\"_blank\" href=\"%s\">guide</a>."
|
4386 |
msgstr ""
|
4387 |
|
4388 |
-
#: includes/Loader.php:
|
4389 |
msgid "The network requires a public url."
|
4390 |
msgstr ""
|
4391 |
|
@@ -4395,7 +4420,7 @@ msgid ""
|
|
4395 |
"image format and will display your standard image instead."
|
4396 |
msgstr ""
|
4397 |
|
4398 |
-
#: includes/Loader.php:
|
4399 |
#, php-format
|
4400 |
msgid ""
|
4401 |
"The number of images is reached. Please see the following <a "
|
@@ -4414,7 +4439,7 @@ msgstr ""
|
|
4414 |
msgid "The parameters could not be saved. Please try again."
|
4415 |
msgstr ""
|
4416 |
|
4417 |
-
#: includes/B2S/Calendar/Item.php:534 includes/B2S/Post/Item.php:
|
4418 |
#, php-format
|
4419 |
msgid ""
|
4420 |
"The post cannot be published due to changes on the Instagram interface. More "
|
@@ -4536,7 +4561,7 @@ msgid ""
|
|
4536 |
"edited by users with admin rights only."
|
4537 |
msgstr ""
|
4538 |
|
4539 |
-
#: includes/B2S/Ship/Save.php:
|
4540 |
msgid "This is how it works:"
|
4541 |
msgstr ""
|
4542 |
|
@@ -4560,7 +4585,7 @@ msgstr ""
|
|
4560 |
msgid "This post will be shared on social media in 2-3 minutes!"
|
4561 |
msgstr ""
|
4562 |
|
4563 |
-
#: includes/B2S/Network/Item.php:
|
4564 |
msgid ""
|
4565 |
"This social network displays the predefined hashtags as clickable tags at "
|
4566 |
"the end of your post."
|
@@ -4574,7 +4599,7 @@ msgstr ""
|
|
4574 |
msgid "This user has reached the maximum number of connections."
|
4575 |
msgstr ""
|
4576 |
|
4577 |
-
#: includes/Loader.php:
|
4578 |
msgid ""
|
4579 |
"This XING API is no longer supported by XING. Please connect your XING "
|
4580 |
"accounts with the new XING interface to reschedule your posts."
|
@@ -4660,8 +4685,8 @@ msgid ""
|
|
4660 |
"href=\"%s\" target=\"_blank\">Info</a>)"
|
4661 |
msgstr ""
|
4662 |
|
4663 |
-
#: includes/B2S/Network/Item.php:
|
4664 |
-
#: includes/B2S/Network/Item.php:
|
4665 |
msgid "To reactivate this connection,"
|
4666 |
msgstr ""
|
4667 |
|
@@ -4669,7 +4694,7 @@ msgstr ""
|
|
4669 |
msgid "To select an individual image from your media library,"
|
4670 |
msgstr ""
|
4671 |
|
4672 |
-
#: includes/Loader.php:
|
4673 |
msgid "To share social media posts on Reddit or Diigo, a link is required."
|
4674 |
msgstr ""
|
4675 |
|
@@ -4762,8 +4787,8 @@ msgid "Unknown error has occurred. Please try again."
|
|
4762 |
msgstr ""
|
4763 |
|
4764 |
#: includes/Ajax/Post.php:1955 views/b2s/network.php:13
|
4765 |
-
#: includes/B2S/Network/Item.php:
|
4766 |
-
#: includes/B2S/Network/Item.php:
|
4767 |
msgid "Unknown username"
|
4768 |
msgstr ""
|
4769 |
|
@@ -4824,11 +4849,11 @@ msgstr ""
|
|
4824 |
msgid "Upgrade to Blog2Social PREMIUM PRO"
|
4825 |
msgstr ""
|
4826 |
|
4827 |
-
#: includes/B2S/Network/Item.php:
|
4828 |
msgid "Upgrade to Blog2Social Smart"
|
4829 |
msgstr ""
|
4830 |
|
4831 |
-
#: includes/B2S/Network/Item.php:
|
4832 |
msgid ""
|
4833 |
"Upgrade to Blog2Social Smart or higher to customize your individual post "
|
4834 |
"templates that will automatically pre-format the structure of your social "
|
@@ -4930,7 +4955,7 @@ msgstr ""
|
|
4930 |
msgid "Validate directly on Twitter"
|
4931 |
msgstr ""
|
4932 |
|
4933 |
-
#: includes/B2S/Network/Item.php:
|
4934 |
msgid "Value"
|
4935 |
msgstr ""
|
4936 |
|
@@ -4938,7 +4963,7 @@ msgstr ""
|
|
4938 |
msgid "Version"
|
4939 |
msgstr ""
|
4940 |
|
4941 |
-
#: includes/B2S/Post/Item.php:
|
4942 |
msgid "via Browser-Extension"
|
4943 |
msgstr ""
|
4944 |
|
@@ -4950,7 +4975,7 @@ msgstr ""
|
|
4950 |
msgid "View schedule posts"
|
4951 |
msgstr ""
|
4952 |
|
4953 |
-
#: includes/B2S/Ship/Save.php:
|
4954 |
msgid "view social media post"
|
4955 |
msgstr ""
|
4956 |
|
@@ -4969,7 +4994,7 @@ msgid ""
|
|
4969 |
"duplicate posts."
|
4970 |
msgstr ""
|
4971 |
|
4972 |
-
#: includes/Loader.php:
|
4973 |
msgid ""
|
4974 |
"We don't have the permission to publish your post. Please check your "
|
4975 |
"authorization."
|
@@ -5366,7 +5391,7 @@ msgstr ""
|
|
5366 |
msgid "You don't have a Business License"
|
5367 |
msgstr ""
|
5368 |
|
5369 |
-
#: includes/Loader.php:
|
5370 |
msgid "You have already retweeted this post."
|
5371 |
msgstr ""
|
5372 |
|
@@ -5458,18 +5483,18 @@ msgid ""
|
|
5458 |
"network? Click here."
|
5459 |
msgstr ""
|
5460 |
|
5461 |
-
#: includes/B2S/Network/Item.php:
|
5462 |
msgid "You want to connect a network page?"
|
5463 |
msgstr ""
|
5464 |
|
5465 |
-
#: includes/B2S/Network/Item.php:
|
5466 |
-
#: includes/B2S/Network/Item.php:
|
5467 |
-
#: includes/B2S/Ship/Portale.php:
|
5468 |
-
#: includes/B2S/Ship/Portale.php:
|
5469 |
msgid "You want to connect a network profile?"
|
5470 |
msgstr ""
|
5471 |
|
5472 |
-
#: includes/B2S/Network/Item.php:
|
5473 |
msgid "You want to connect a social media group?"
|
5474 |
msgstr ""
|
5475 |
|
@@ -5493,15 +5518,15 @@ msgstr ""
|
|
5493 |
msgid "You want to define a new combination of networks?"
|
5494 |
msgstr ""
|
5495 |
|
5496 |
-
#: includes/B2S/Post/Item.php:
|
5497 |
msgid "You want to delete a publish post entry?"
|
5498 |
msgstr ""
|
5499 |
|
5500 |
-
#: includes/B2S/Post/Item.php:
|
5501 |
msgid "You want to delete your Social Media post?"
|
5502 |
msgstr ""
|
5503 |
|
5504 |
-
#: includes/B2S/Post/Item.php:
|
5505 |
msgid "You want to edit your scheduled post?"
|
5506 |
msgstr ""
|
5507 |
|
@@ -5562,7 +5587,7 @@ msgstr ""
|
|
5562 |
msgid "Your authorization has been removed successfully."
|
5563 |
msgstr ""
|
5564 |
|
5565 |
-
#: includes/Loader.php:
|
5566 |
msgid ""
|
5567 |
"Your authorization has expired. Please reconnect your account in the "
|
5568 |
"Blog2Social network settings."
|
@@ -5576,7 +5601,7 @@ msgstr ""
|
|
5576 |
msgid "Your blog post is not yet published on your Wordpress!"
|
5577 |
msgstr ""
|
5578 |
|
5579 |
-
#: includes/Loader.php:
|
5580 |
msgid ""
|
5581 |
"Your blog post was not available for the network at the time of publishing."
|
5582 |
msgstr ""
|
@@ -5611,12 +5636,12 @@ msgstr ""
|
|
5611 |
msgid "Your daily limit for posting automatically has been reached."
|
5612 |
msgstr ""
|
5613 |
|
5614 |
-
#: includes/Loader.php:
|
5615 |
msgid ""
|
5616 |
"Your daily limit for this network has been reached. Please try again later."
|
5617 |
msgstr ""
|
5618 |
|
5619 |
-
#: includes/Loader.php:
|
5620 |
msgid "Your daily limit has been reached."
|
5621 |
msgstr ""
|
5622 |
|
@@ -5636,7 +5661,7 @@ msgstr ""
|
|
5636 |
msgid "Your free trial of Blog2Social PREMIUM has ended."
|
5637 |
msgstr ""
|
5638 |
|
5639 |
-
#: includes/Loader.php:
|
5640 |
msgid "Your group can not be found by the network."
|
5641 |
msgstr ""
|
5642 |
|
@@ -5662,27 +5687,27 @@ msgstr ""
|
|
5662 |
msgid "Your message will now be sent over PR gateway to the press portals!"
|
5663 |
msgstr ""
|
5664 |
|
5665 |
-
#: includes/Loader.php:
|
5666 |
msgid ""
|
5667 |
"Your post could not be posted, because your image can not be processed by "
|
5668 |
"the network."
|
5669 |
msgstr ""
|
5670 |
|
5671 |
-
#: includes/Loader.php:
|
5672 |
msgid ""
|
5673 |
"Your post could not be posted, because your image is not available or the "
|
5674 |
"image source does not allow to publish"
|
5675 |
msgstr ""
|
5676 |
|
5677 |
-
#: includes/B2S/Calendar/Item.php:536 includes/B2S/Post/Item.php:
|
5678 |
-
#: includes/B2S/Ship/Save.php:
|
5679 |
#, php-format
|
5680 |
msgid ""
|
5681 |
"Your post could not be posted. More information in this <a href=\"%s\" "
|
5682 |
"target=\"_blank\">Instagram troubleshoot checklist</a>."
|
5683 |
msgstr ""
|
5684 |
|
5685 |
-
#: includes/Loader.php:
|
5686 |
msgid "Your post is a duplicate."
|
5687 |
msgstr ""
|
5688 |
|
@@ -5701,7 +5726,7 @@ msgstr ""
|
|
5701 |
msgid "Your profile was saved successful."
|
5702 |
msgstr ""
|
5703 |
|
5704 |
-
#: includes/B2S/Network/Item.php:
|
5705 |
msgid "Your profiles:"
|
5706 |
msgstr ""
|
5707 |
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: Blog2Social: Social Media Auto Post & Scheduler\n"
|
5 |
"Report-Msgid-Bugs-To: \n"
|
6 |
+
"POT-Creation-Date: 2021-09-14 11:54+0000\n"
|
7 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
8 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
9 |
"Language-Team: \n"
|
40 |
msgid "(SMART)"
|
41 |
msgstr ""
|
42 |
|
43 |
+
#: includes/B2S/Network/Item.php:604
|
44 |
msgid "+ add Parameter"
|
45 |
msgstr ""
|
46 |
|
47 |
+
#: includes/B2S/Ship/Save.php:421
|
48 |
msgid ""
|
49 |
"-For scheduled posts, Blog2Social will save your post and move it to the "
|
50 |
"\"Scheduled Posts\" tab on your \"Posts & Sharing\" navigation bar. On your "
|
52 |
"and you can click on \"Share\" to post it to your Facebook Profile instantly."
|
53 |
msgstr ""
|
54 |
|
55 |
+
#: includes/B2S/Ship/Save.php:429
|
56 |
msgid ""
|
57 |
"-For scheduled posts, Blog2Social will save your post and move it to the "
|
58 |
"\"Scheduled Posts\" tab on your \"Site & Blog Content\" navigation bar. On "
|
60 |
"tab and you can click on \"Share\" to post it to your account instantly."
|
61 |
msgstr ""
|
62 |
|
63 |
+
#: includes/B2S/Ship/Save.php:420
|
64 |
msgid ""
|
65 |
"-To share your post immediately, click the \"Share\" button next to your "
|
66 |
"selected Facebook profile below."
|
67 |
msgstr ""
|
68 |
|
69 |
+
#: includes/B2S/Ship/Save.php:428
|
70 |
msgid ""
|
71 |
"-To share your post immediately, click the \"Share\" button next to your "
|
72 |
"selected Google+ account below."
|
91 |
"sites or groups.</a>"
|
92 |
msgstr ""
|
93 |
|
94 |
+
#: includes/Loader.php:1593 includes/System.php:32 includes/System.php:38
|
95 |
#, php-format
|
96 |
msgid ""
|
97 |
"<a href=\"%s\" target=\"_blank\">Please find more Information and help in "
|
166 |
msgid "Activate Blog2Social PREMIUM PRO."
|
167 |
msgstr ""
|
168 |
|
169 |
+
#: includes/B2S/Network/Item.php:702
|
170 |
msgid "Activate Instant Caching"
|
171 |
msgstr ""
|
172 |
|
190 |
msgid "Activities"
|
191 |
msgstr ""
|
192 |
|
193 |
+
#: includes/B2S/Network/Item.php:854
|
194 |
msgid "Add a link-URL to the end of my image post."
|
195 |
msgstr ""
|
196 |
|
197 |
+
#: includes/B2S/Network/Item.php:861
|
198 |
msgid ""
|
199 |
"Add a link-URL to the end of my Instagram posts. (Please note, that "
|
200 |
"Instagram does not turn link-URLs into clickable links)"
|
201 |
msgstr ""
|
202 |
|
203 |
+
#: includes/B2S/Network/Item.php:873
|
204 |
msgid "Add a link-URL to the end of my post."
|
205 |
msgstr ""
|
206 |
|
288 |
msgid "add/change connection"
|
289 |
msgstr ""
|
290 |
|
291 |
+
#: includes/B2S/Network/Item.php:116
|
292 |
msgid "additional groups"
|
293 |
msgstr ""
|
294 |
|
295 |
+
#: includes/B2S/Network/Item.php:116
|
296 |
msgid "additional pages"
|
297 |
msgstr ""
|
298 |
|
299 |
+
#: includes/B2S/Network/Item.php:116
|
300 |
msgid "additional profiles"
|
301 |
msgstr ""
|
302 |
|
379 |
msgid "An error occurred! Please try again."
|
380 |
msgstr ""
|
381 |
|
382 |
+
#: includes/Loader.php:920
|
383 |
msgid "An image is required to post on this social network."
|
384 |
msgstr ""
|
385 |
|
412 |
msgid "Apply best times"
|
413 |
msgstr ""
|
414 |
|
415 |
+
#: includes/B2S/Network/Item.php:605
|
416 |
#, php-format
|
417 |
msgid "Apply for all %s connections"
|
418 |
msgstr ""
|
419 |
|
420 |
+
#: includes/B2S/Network/Item.php:606
|
421 |
msgid "Apply for all connections"
|
422 |
msgstr ""
|
423 |
|
482 |
msgid "Assign the connection to other blog users"
|
483 |
msgstr ""
|
484 |
|
485 |
+
#: includes/B2S/Network/Item.php:266 includes/B2S/Network/Item.php:339
|
486 |
+
#: includes/B2S/Network/Item.php:413
|
487 |
msgid "Assigned by"
|
488 |
msgstr ""
|
489 |
|
515 |
msgid "Austria"
|
516 |
msgstr ""
|
517 |
|
518 |
+
#: includes/B2S/Post/Item.php:437 includes/B2S/Post/Item.php:543
|
519 |
+
#: includes/B2S/Post/Item.php:563 includes/B2S/Post/Item.php:587
|
520 |
#: includes/PRG/Post/Item.php:121
|
521 |
msgid "Author"
|
522 |
msgstr ""
|
555 |
msgid "Auto-post and auto-schedule new and updated blog posts"
|
556 |
msgstr ""
|
557 |
|
558 |
+
#: views/b2s/premium.php:109 includes/B2S/Post/Item.php:737
|
559 |
+
#: includes/B2S/Post/Item.php:900
|
560 |
msgid "Auto-Posting"
|
561 |
msgstr ""
|
562 |
|
576 |
msgid "Autoposter limit has been reached"
|
577 |
msgstr ""
|
578 |
|
579 |
+
#: includes/B2S/Network/Item.php:115
|
580 |
msgid "Available accounts"
|
581 |
msgstr ""
|
582 |
|
592 |
msgid "Available networks to select your auto-post connecitons:"
|
593 |
msgstr ""
|
594 |
|
595 |
+
#: includes/Loader.php:1593 includes/Loader.php:1614 includes/Loader.php:1868
|
596 |
msgid "back to install plugins"
|
597 |
msgstr ""
|
598 |
|
599 |
+
#: includes/B2S/Network/Item.php:222 views/b2s/html/footer.php:241
|
600 |
msgid "Best Time Manager"
|
601 |
msgstr ""
|
602 |
|
626 |
msgid "Best Time Scheduler: Schedule once, multiple times or recurringly."
|
627 |
msgstr ""
|
628 |
|
629 |
+
#: includes/B2S/Network/Item.php:163
|
630 |
msgid "Best times"
|
631 |
msgstr ""
|
632 |
|
638 |
msgid "Bitly"
|
639 |
msgstr ""
|
640 |
|
641 |
+
#: includes/Loader.php:892 includes/Loader.php:901
|
642 |
#: includes/B2S/Ship/Item.php:331 includes/B2S/Ship/Navbar.php:90
|
|
|
643 |
msgid "Blog"
|
644 |
msgstr ""
|
645 |
|
646 |
+
#: includes/Loader.php:1022 views/b2s/html/sidebar.php:25
|
647 |
#: views/b2s/html/sidebar.ship.php:24
|
648 |
msgid "Blog2Social"
|
649 |
msgstr ""
|
690 |
msgid "Blog2Social is a service of Adenion GmbH"
|
691 |
msgstr ""
|
692 |
|
693 |
+
#: includes/Loader.php:1593
|
694 |
msgid "Blog2Social needs Wordpress Version 4.7.0 or higher."
|
695 |
msgstr ""
|
696 |
|
792 |
msgid "Blog2Social: Social Media Content Calendar"
|
793 |
msgstr ""
|
794 |
|
795 |
+
#: includes/Loader.php:893
|
796 |
+
msgid "Board"
|
797 |
+
msgstr ""
|
798 |
+
|
799 |
#: includes/B2S/Settings/Item.php:82 includes/B2S/Settings/Item.php:93
|
800 |
msgid "Brand"
|
801 |
msgstr ""
|
804 |
msgid "Browse the Blog2Social support community"
|
805 |
msgstr ""
|
806 |
|
807 |
+
#: includes/B2S/Network/Item.php:179 includes/B2S/Ship/Portale.php:59
|
808 |
msgid "BUSINESS"
|
809 |
msgstr ""
|
810 |
|
811 |
+
#: includes/Loader.php:895 includes/Loader.php:903
|
812 |
+
#: includes/B2S/Network/Item.php:196 includes/B2S/Network/Item.php:693
|
813 |
+
#: includes/B2S/Ship/Item.php:331 includes/B2S/Ship/Navbar.php:90
|
|
|
|
|
814 |
msgid "Business"
|
815 |
msgstr ""
|
816 |
|
839 |
"updated."
|
840 |
msgstr ""
|
841 |
|
842 |
+
#: includes/Loader.php:989 includes/Loader.php:1052 views/b2s/dashboard.php:30
|
843 |
#: includes/B2S/RePost/Item.php:141 views/b2s/html/post.navbar.php:23
|
844 |
#: views/b2s/html/sidebar.php:128
|
845 |
msgid "Calendar"
|
913 |
"with link-post settings for this post."
|
914 |
msgstr ""
|
915 |
|
916 |
+
#: includes/Loader.php:900
|
917 |
+
msgid "Channel"
|
918 |
+
msgstr ""
|
919 |
+
|
920 |
+
#: views/b2s/network.php:325 includes/B2S/Network/Item.php:880
|
921 |
msgid "Character limit"
|
922 |
msgstr ""
|
923 |
|
924 |
+
#: includes/B2S/Network/Item.php:847 includes/B2S/Network/Item.php:904
|
925 |
+
#: includes/B2S/Network/Item.php:904 includes/B2S/Network/Item.php:940
|
926 |
+
#: includes/B2S/Network/Item.php:940 includes/B2S/Ship/Item.php:215
|
927 |
#: includes/B2S/Ship/Item.php:219 includes/B2S/Ship/Item.php:262
|
928 |
#: includes/B2S/Ship/Item.php:266 includes/B2S/Ship/Item.php:299
|
929 |
#: includes/B2S/Ship/Item.php:303 includes/B2S/Ship/Item.php:1338
|
973 |
msgid "Classified Ads"
|
974 |
msgstr ""
|
975 |
|
976 |
+
#: includes/B2S/Network/Item.php:820
|
977 |
msgid "clear"
|
978 |
msgstr ""
|
979 |
|
993 |
msgid "Click on \"continue\""
|
994 |
msgstr ""
|
995 |
|
996 |
+
#: views/b2s/post.sched.php:37 includes/B2S/Network/Item.php:159
|
997 |
msgid "Clock"
|
998 |
msgstr ""
|
999 |
|
1005 |
msgid "Colombia"
|
1006 |
msgstr ""
|
1007 |
|
1008 |
+
#: includes/Loader.php:897
|
1009 |
+
msgid "Community"
|
1010 |
+
msgstr ""
|
1011 |
+
|
1012 |
#: views/prg/html/form.php:74
|
1013 |
msgid "Company"
|
1014 |
msgstr ""
|
1017 |
msgid "Company Description"
|
1018 |
msgstr ""
|
1019 |
|
1020 |
+
#: includes/Loader.php:903
|
1021 |
msgid "Company-Page (Employer Branding Profile)"
|
1022 |
msgstr ""
|
1023 |
|
1030 |
msgid "connect"
|
1031 |
msgstr ""
|
1032 |
|
1033 |
+
#: includes/B2S/Network/Item.php:176 includes/B2S/Network/Item.php:179
|
1034 |
+
#: includes/B2S/Network/Item.php:181 includes/B2S/Network/Item.php:183
|
1035 |
+
#: includes/B2S/Network/Item.php:185 includes/B2S/Network/Item.php:196
|
1036 |
+
#: includes/B2S/Network/Item.php:198 includes/B2S/Network/Item.php:198
|
1037 |
+
#: includes/B2S/Network/Item.php:198 includes/B2S/Network/Item.php:206
|
1038 |
+
#: includes/B2S/Network/Item.php:206 includes/B2S/Network/Item.php:206
|
1039 |
+
#: includes/B2S/Ship/Portale.php:37 includes/B2S/Ship/Portale.php:37
|
1040 |
+
#: includes/B2S/Ship/Portale.php:46 includes/B2S/Ship/Portale.php:46
|
1041 |
+
#: includes/B2S/Ship/Portale.php:48 includes/B2S/Ship/Portale.php:48
|
1042 |
+
#: includes/B2S/Ship/Portale.php:57 includes/B2S/Ship/Portale.php:59
|
1043 |
+
#: includes/B2S/Ship/Portale.php:61 includes/B2S/Ship/Portale.php:63
|
1044 |
+
#: includes/B2S/Ship/Portale.php:63
|
1045 |
+
#, php-format
|
1046 |
+
msgid "Connect %s"
|
1047 |
+
msgstr ""
|
1048 |
+
|
1049 |
#: views/b2s/settings.php:77
|
1050 |
msgid ""
|
1051 |
"Connect Blog2Social with 16 different social media networks you like to "
|
1069 |
msgid "Connect your social media networks"
|
1070 |
msgstr ""
|
1071 |
|
1072 |
+
#: includes/B2S/Network/Item.php:534
|
1073 |
msgid "Connection currently assigned to"
|
1074 |
msgstr ""
|
1075 |
|
1085 |
msgid "Connection is broken..."
|
1086 |
msgstr ""
|
1087 |
|
1088 |
+
#: includes/B2S/Network/Item.php:262 includes/B2S/Network/Item.php:335
|
1089 |
+
#: includes/B2S/Network/Item.php:409
|
1090 |
msgid "Connection is interrupted since"
|
1091 |
msgstr ""
|
1092 |
|
1093 |
+
#: includes/B2S/AutoPost/Item.php:243 includes/B2S/Network/Item.php:218
|
1094 |
msgid "Connections"
|
1095 |
msgstr ""
|
1096 |
|
1098 |
msgid "Contact Details"
|
1099 |
msgstr ""
|
1100 |
|
1101 |
+
#: includes/B2S/Network/Item.php:784 includes/B2S/Settings/Item.php:77
|
1102 |
msgid "Content"
|
1103 |
msgstr ""
|
1104 |
|
1184 |
msgid "Create Post"
|
1185 |
msgstr ""
|
1186 |
|
1187 |
+
#: includes/Loader.php:988
|
1188 |
msgid "Create Social Media Posts"
|
1189 |
msgstr ""
|
1190 |
|
1241 |
msgid "Czechoslovakia"
|
1242 |
msgstr ""
|
1243 |
|
1244 |
+
#: includes/Loader.php:986 includes/Loader.php:1031
|
1245 |
msgid "Dashboard"
|
1246 |
msgstr ""
|
1247 |
|
1256 |
msgid "Day of month"
|
1257 |
msgstr ""
|
1258 |
|
1259 |
+
#: includes/B2S/Network/Item.php:311 includes/B2S/Network/Item.php:384
|
1260 |
+
#: includes/B2S/Network/Item.php:453 includes/B2S/Ship/Item.php:1259
|
1261 |
msgid "Days"
|
1262 |
msgstr ""
|
1263 |
|
1286 |
"frame, or as image cut out."
|
1287 |
msgstr ""
|
1288 |
|
1289 |
+
#: includes/B2S/Network/Item.php:67
|
1290 |
msgid "Default"
|
1291 |
msgstr ""
|
1292 |
|
1293 |
+
#: views/b2s/network.php:566 includes/B2S/Network/Item.php:577
|
1294 |
#, php-format
|
1295 |
msgid ""
|
1296 |
"Define parameters that will be added to link posts on this network e.g. to "
|
1349 |
msgid "Delete"
|
1350 |
msgstr ""
|
1351 |
|
1352 |
+
#: includes/Ajax/Post.php:1956 includes/B2S/Network/Item.php:547
|
1353 |
+
#: includes/B2S/Post/Item.php:541 includes/B2S/Post/Item.php:561
|
1354 |
+
#: includes/B2S/Post/Item.php:877 includes/B2S/Post/Item.php:935
|
1355 |
#: includes/B2S/Settings/Item.php:103 includes/B2S/Ship/Item.php:1179
|
1356 |
#: includes/B2S/Ship/Item.php:1329
|
1357 |
msgid "delete"
|
1382 |
msgid "Delete entries from the scheduling"
|
1383 |
msgstr ""
|
1384 |
|
1385 |
+
#: includes/B2S/Post/Item.php:802 includes/B2S/Post/Item.php:815
|
1386 |
msgid "delete from reporting"
|
1387 |
msgstr ""
|
1388 |
|
1394 |
msgid "Delete scheduled posts"
|
1395 |
msgstr ""
|
1396 |
|
1397 |
+
#: includes/B2S/Post/Item.php:944
|
1398 |
msgid "delete scheduling"
|
1399 |
msgstr ""
|
1400 |
|
1426 |
msgid "description"
|
1427 |
msgstr ""
|
1428 |
|
1429 |
+
#: includes/B2S/Post/Item.php:462 includes/B2S/Post/Item.php:486
|
1430 |
+
#: includes/B2S/Post/Item.php:508 includes/B2S/Post/Item.php:605
|
1431 |
msgid "Details"
|
1432 |
msgstr ""
|
1433 |
|
1511 |
"media network."
|
1512 |
msgstr ""
|
1513 |
|
1514 |
+
#: includes/B2S/Post/Item.php:932
|
1515 |
msgid "edit"
|
1516 |
msgstr ""
|
1517 |
|
1523 |
msgid "Edit Post"
|
1524 |
msgstr ""
|
1525 |
|
1526 |
+
#: views/b2s/network.php:236 includes/B2S/Network/Item.php:209
|
1527 |
+
#: includes/B2S/Network/Item.php:209
|
1528 |
msgid "Edit Post Template"
|
1529 |
msgstr ""
|
1530 |
|
1549 |
msgid "Email address is taken."
|
1550 |
msgstr ""
|
1551 |
|
1552 |
+
#: includes/Loader.php:899
|
1553 |
+
msgid "Employer Branding"
|
1554 |
+
msgstr ""
|
1555 |
+
|
1556 |
#: includes/B2S/PostBox.php:178
|
1557 |
msgid "enable Auto-Posting"
|
1558 |
msgstr ""
|
1659 |
msgid "Facebook pages"
|
1660 |
msgstr ""
|
1661 |
|
1662 |
+
#: includes/B2S/Network/Item.php:637
|
1663 |
msgid "Failed to load the default template"
|
1664 |
msgstr ""
|
1665 |
|
1666 |
+
#: includes/B2S/Network/Item.php:636
|
1667 |
msgid "Failed to save"
|
1668 |
msgstr ""
|
1669 |
|
1670 |
+
#: includes/B2S/Post/Item.php:753 includes/B2S/Ship/Save.php:464
|
1671 |
msgid "FAQ"
|
1672 |
msgstr ""
|
1673 |
|
1743 |
"your preferred custom post format."
|
1744 |
msgstr ""
|
1745 |
|
1746 |
+
#: includes/B2S/Ship/Save.php:425
|
1747 |
msgid ""
|
1748 |
"For sharing your posts on Google+ you can now use Google+ Instant Sharing"
|
1749 |
msgstr ""
|
1750 |
|
1751 |
+
#: includes/B2S/Ship/Save.php:417
|
1752 |
msgid ""
|
1753 |
"For sharing your posts on personal Facebook Profiles you can use Facebook "
|
1754 |
"Instant Sharing"
|
1767 |
msgid "Forgot username or password?"
|
1768 |
msgstr ""
|
1769 |
|
1770 |
+
#: includes/B2S/Network/Item.php:764
|
1771 |
msgid "Format"
|
1772 |
msgstr ""
|
1773 |
|
1854 |
"inspiring content."
|
1855 |
msgstr ""
|
1856 |
|
1857 |
+
#: includes/B2S/Network/Item.php:793 includes/B2S/Ship/Item.php:372
|
1858 |
msgid ""
|
1859 |
"Good to know: Instagram supports up to 30 hashtags in a post. The number "
|
1860 |
"recommended for best results is 5 hashtags. Make sure that your hashtags are "
|
1886 |
msgid "Greece"
|
1887 |
msgstr ""
|
1888 |
|
1889 |
+
#: includes/Loader.php:890 includes/B2S/Network/Item.php:696
|
|
|
|
|
1890 |
msgid "Group"
|
1891 |
msgstr ""
|
1892 |
|
1894 |
msgid "guide for server connection"
|
1895 |
msgstr ""
|
1896 |
|
1897 |
+
#: includes/B2S/Network/Item.php:866
|
1898 |
msgid "Hashtag shuffle (Hashtags have to be defined in the text field above)"
|
1899 |
msgstr ""
|
1900 |
|
1906 |
msgid "Help & Community"
|
1907 |
msgstr ""
|
1908 |
|
1909 |
+
#: includes/Loader.php:995 includes/Loader.php:1081
|
1910 |
#: views/b2s/html/header.php:40 views/b2s/html/sidebar.php:140
|
1911 |
#: views/b2s/html/sidebar.ship.php:66
|
1912 |
msgid "Help & Support"
|
2000 |
msgid "Ignore & share"
|
2001 |
msgstr ""
|
2002 |
|
2003 |
+
#: includes/B2S/Network/Item.php:772 includes/B2S/Network/Item.php:775
|
2004 |
msgid "Image"
|
2005 |
msgstr ""
|
2006 |
|
2010 |
|
2011 |
#: views/b2s/post.calendar.php:74 views/b2s/post.sched.php:194
|
2012 |
#: views/b2s/repost.php:50 views/b2s/repost.php:87
|
2013 |
+
#: includes/B2S/Network/Item.php:772 includes/B2S/Network/Item.php:775
|
2014 |
#: includes/B2S/Settings/Item.php:266 views/b2s/html/footer.php:182
|
2015 |
msgid "Image cut out"
|
2016 |
msgstr ""
|
2018 |
#: views/b2s/curation.php:48 views/b2s/curation.php:51
|
2019 |
#: views/b2s/post.calendar.php:74 views/b2s/post.sched.php:194
|
2020 |
#: views/b2s/repost.php:50 views/b2s/repost.php:87
|
2021 |
+
#: includes/B2S/Post/Item.php:791 includes/B2S/Settings/Item.php:266
|
2022 |
#: includes/B2S/Settings/Item.php:289
|
2023 |
msgid "Image Post"
|
2024 |
msgstr ""
|
2034 |
|
2035 |
#: views/b2s/post.calendar.php:74 views/b2s/post.sched.php:194
|
2036 |
#: views/b2s/repost.php:50 views/b2s/repost.php:87
|
2037 |
+
#: includes/B2S/Network/Item.php:771 includes/B2S/Network/Item.php:774
|
2038 |
#: includes/B2S/Settings/Item.php:252 views/b2s/html/footer.php:177
|
2039 |
msgid "Image with frame"
|
2040 |
msgstr ""
|
2104 |
#: includes/B2S/PostBox.php:253 views/b2s/network.php:48 views/b2s/ship.php:80
|
2105 |
#: views/b2s/ship.php:170 views/b2s/ship.php:262
|
2106 |
#: includes/B2S/AutoPost/Item.php:110 includes/B2S/AutoPost/Item.php:207
|
2107 |
+
#: includes/B2S/Curation/View.php:73 includes/B2S/Network/Item.php:222
|
2108 |
#: includes/B2S/RePost/Item.php:159 includes/B2S/RePost/Item.php:180
|
2109 |
#: includes/B2S/Ship/Item.php:1143
|
2110 |
msgid "Info"
|
2137 |
msgid "Inspect Post"
|
2138 |
msgstr ""
|
2139 |
|
2140 |
+
#: includes/Loader.php:923
|
2141 |
#, php-format
|
2142 |
msgid ""
|
2143 |
"Instagram published your post without text. Please see the following <a "
|
2173 |
msgid "Ireland"
|
2174 |
msgstr ""
|
2175 |
|
2176 |
+
#: includes/B2S/Post/Item.php:921
|
2177 |
msgid "is currently being processed by the network"
|
2178 |
msgstr ""
|
2179 |
|
2181 |
msgid "is determined automatically"
|
2182 |
msgstr ""
|
2183 |
|
2184 |
+
#: includes/B2S/Post/Item.php:837
|
2185 |
#, php-format
|
2186 |
msgid "is waiting to shared by %s"
|
2187 |
msgstr ""
|
2230 |
msgid "Language"
|
2231 |
msgstr ""
|
2232 |
|
2233 |
+
#: includes/B2S/Post/Item.php:919
|
2234 |
#, php-format
|
2235 |
msgid "last modified by %s"
|
2236 |
msgstr ""
|
2241 |
msgid "Last Name"
|
2242 |
msgstr ""
|
2243 |
|
2244 |
+
#: includes/B2S/Post/Item.php:563
|
2245 |
msgid "last saved"
|
2246 |
msgstr ""
|
2247 |
|
2249 |
msgid "Last shared"
|
2250 |
msgstr ""
|
2251 |
|
2252 |
+
#: includes/B2S/Post/Item.php:419 includes/B2S/Post/Item.php:524
|
2253 |
+
#: includes/B2S/Post/Item.php:572
|
2254 |
msgid "last shared on social media"
|
2255 |
msgstr ""
|
2256 |
|
2258 |
msgid "Latest Posts"
|
2259 |
msgstr ""
|
2260 |
|
2261 |
+
#: includes/B2S/Post/Item.php:464
|
2262 |
#, php-format
|
2263 |
msgid "latest share by %s"
|
2264 |
msgstr ""
|
2265 |
|
2266 |
+
#: includes/B2S/Ship/Save.php:417
|
2267 |
msgid "Learn how it works"
|
2268 |
msgstr ""
|
2269 |
|
2311 |
msgid "Licensing"
|
2312 |
msgstr ""
|
2313 |
|
2314 |
+
#: includes/B2S/Network/Item.php:771 includes/B2S/Network/Item.php:774
|
2315 |
#: includes/B2S/Ship/Item.php:1008 includes/B2S/Ship/Item.php:1010
|
2316 |
msgid "Link"
|
2317 |
msgstr ""
|
2318 |
|
2319 |
#: views/b2s/curation.php:45 views/b2s/post.calendar.php:74
|
2320 |
#: views/b2s/post.sched.php:194 views/b2s/repost.php:50 views/b2s/repost.php:87
|
2321 |
+
#: includes/B2S/Post/Item.php:789 includes/B2S/Settings/Item.php:252
|
2322 |
#: includes/B2S/Settings/Item.php:289 views/b2s/html/footer.php:160
|
2323 |
msgid "Link Post"
|
2324 |
msgstr ""
|
2344 |
msgid "Load data..."
|
2345 |
msgstr ""
|
2346 |
|
2347 |
+
#: includes/B2S/Network/Item.php:765 includes/B2S/Network/Item.php:786
|
2348 |
msgid "Load default settings"
|
2349 |
msgstr ""
|
2350 |
|
2351 |
+
#: includes/B2S/Post/Item.php:435 includes/B2S/Post/Item.php:585
|
2352 |
msgid "load Draft"
|
2353 |
msgstr ""
|
2354 |
|
2369 |
msgid "Loading..."
|
2370 |
msgstr ""
|
2371 |
|
2372 |
+
#: includes/Loader.php:898
|
2373 |
+
msgid "Location"
|
2374 |
+
msgstr ""
|
2375 |
+
|
2376 |
#: views/b2s/network.php:389 views/b2s/ship.php:618
|
2377 |
#, php-format
|
2378 |
msgid ""
|
2431 |
msgid "minutes"
|
2432 |
msgstr ""
|
2433 |
|
2434 |
+
#: includes/B2S/Network/Item.php:884
|
2435 |
msgid ""
|
2436 |
"Missing PHP \"mbstring\" extension to use the character limit function. "
|
2437 |
"Please activate server-side the PHP \"mbstring\" extension in your \"php."
|
2519 |
msgid "My Profile"
|
2520 |
msgstr ""
|
2521 |
|
2522 |
+
#: includes/B2S/Network/Item.php:68 includes/B2S/Network/Item.php:228
|
2523 |
msgid "My profile"
|
2524 |
msgstr ""
|
2525 |
|
2526 |
+
#: includes/B2S/Network/Item.php:579 views/prg/html/form.php:84
|
2527 |
#: views/prg/html/form.php:86 views/prg/html/form.php:161
|
2528 |
#: views/prg/html/form.php:163
|
2529 |
msgid "Name"
|
2578 |
msgid "Network does not support image for profiles"
|
2579 |
msgstr ""
|
2580 |
|
2581 |
+
#: includes/B2S/Network/Item.php:847 includes/B2S/Network/Item.php:904
|
2582 |
+
#: includes/B2S/Network/Item.php:940
|
2583 |
msgid "Network limit"
|
2584 |
msgstr ""
|
2585 |
|
2588 |
msgid "Network settings"
|
2589 |
msgstr ""
|
2590 |
|
2591 |
+
#: includes/Loader.php:990 includes/Loader.php:1059
|
2592 |
msgid "Networks"
|
2593 |
msgstr ""
|
2594 |
|
2609 |
msgid "newest first"
|
2610 |
msgstr ""
|
2611 |
|
2612 |
+
#: includes/B2S/Post/Item.php:488 includes/B2S/Post/Item.php:608
|
2613 |
#, php-format
|
2614 |
msgid "next share by %s"
|
2615 |
msgstr ""
|
2747 |
msgstr ""
|
2748 |
|
2749 |
#: views/b2s/ship.php:59 includes/B2S/Post/Item.php:437
|
2750 |
+
#: includes/B2S/Post/Item.php:587
|
2751 |
msgid "on blog"
|
2752 |
msgstr ""
|
2753 |
|
2760 |
msgid "Open Graph and Twitter Card Tags"
|
2761 |
msgstr ""
|
2762 |
|
2763 |
+
#: includes/Loader.php:1593 includes/Loader.php:1614 includes/Loader.php:1868
|
2764 |
msgid "or"
|
2765 |
msgstr ""
|
2766 |
|
2796 |
msgstr ""
|
2797 |
|
2798 |
#: includes/Loader.php:890 includes/B2S/AutoPost/Item.php:252
|
2799 |
+
#: includes/B2S/Network/Item.php:693
|
|
|
|
|
|
|
2800 |
msgid "Page"
|
2801 |
msgstr ""
|
2802 |
|
2808 |
msgid "Password"
|
2809 |
msgstr ""
|
2810 |
|
2811 |
+
#: includes/B2S/Network/Item.php:691 includes/B2S/Ship/Item.php:331
|
2812 |
+
#: includes/B2S/Ship/Navbar.php:90
|
|
|
2813 |
msgid "Personal"
|
2814 |
msgstr ""
|
2815 |
|
2975 |
"guide</a>."
|
2976 |
msgstr ""
|
2977 |
|
2978 |
+
#: includes/B2S/Ship/Save.php:430
|
2979 |
msgid ""
|
2980 |
"Please note: You post has to be marked as public to be posted in a group."
|
2981 |
msgstr ""
|
3020 |
msgid "Please re-authorize your account with Blog2Social and try again"
|
3021 |
msgstr ""
|
3022 |
|
3023 |
+
#: includes/B2S/Post/Item.php:753 includes/B2S/Ship/Save.php:464
|
3024 |
msgid "Please see"
|
3025 |
msgstr ""
|
3026 |
|
3040 |
msgid "Please select your correct server location and connect again."
|
3041 |
msgstr ""
|
3042 |
|
3043 |
+
#: includes/B2S/Ship/Save.php:435
|
3044 |
msgid "Please share your post now"
|
3045 |
msgstr ""
|
3046 |
|
3047 |
+
#: includes/B2S/Network/Item.php:259 includes/B2S/Network/Item.php:332
|
3048 |
+
#: includes/B2S/Network/Item.php:406 includes/B2S/Ship/Image.php:31
|
3049 |
msgid "please upgrade"
|
3050 |
msgstr ""
|
3051 |
|
3091 |
msgid "Post Format"
|
3092 |
msgstr ""
|
3093 |
|
3094 |
+
#: includes/B2S/Post/Item.php:787 includes/B2S/Ship/Item.php:340
|
3095 |
msgid "post format"
|
3096 |
msgstr ""
|
3097 |
|
3161 |
"publish your post."
|
3162 |
msgstr ""
|
3163 |
|
3164 |
+
#: includes/Loader.php:993 includes/Loader.php:1073
|
3165 |
msgid "PR-Service"
|
3166 |
msgstr ""
|
3167 |
|
3168 |
+
#: includes/Loader.php:997 includes/Loader.php:1089
|
3169 |
msgid "PREMIUM"
|
3170 |
msgstr ""
|
3171 |
|
3172 |
+
#: includes/Loader.php:997
|
3173 |
msgid "Premium"
|
3174 |
msgstr ""
|
3175 |
|
3181 |
msgid "Press"
|
3182 |
msgstr ""
|
3183 |
|
3184 |
+
#: includes/B2S/Network/Item.php:966 includes/B2S/Network/Item.php:1018
|
3185 |
+
#: includes/B2S/Network/Item.php:1087 includes/B2S/Network/Item.php:1139
|
3186 |
+
#: includes/B2S/Network/Item.php:1173 includes/B2S/Network/Item.php:1224
|
3187 |
+
#: includes/B2S/Network/Item.php:1254 includes/B2S/Network/Item.php:1308
|
3188 |
+
#: includes/B2S/Network/Item.php:1327 includes/B2S/Network/Item.php:1361
|
3189 |
+
#: includes/B2S/Network/Item.php:1377 includes/B2S/Network/Item.php:1398
|
3190 |
+
#: includes/B2S/Network/Item.php:1414 includes/B2S/Network/Item.php:1430
|
3191 |
+
#: includes/B2S/Network/Item.php:1449 includes/B2S/Network/Item.php:1465
|
3192 |
+
#: includes/B2S/Network/Item.php:1508
|
3193 |
msgid "Preview"
|
3194 |
msgstr ""
|
3195 |
|
3204 |
msgstr ""
|
3205 |
|
3206 |
#: views/b2s/curation.php:51 views/b2s/curation.php:52 views/b2s/network.php:41
|
3207 |
+
#: includes/B2S/Network/Item.php:185 includes/B2S/Network/Item.php:198
|
3208 |
+
#: includes/B2S/Network/Item.php:206 includes/B2S/Ship/Image.php:96
|
3209 |
#: includes/B2S/Ship/Item.php:500 includes/B2S/Ship/Item.php:561
|
3210 |
#: includes/B2S/Ship/Item.php:776 includes/B2S/Ship/Item.php:830
|
3211 |
+
#: includes/B2S/Ship/Portale.php:37 includes/B2S/Ship/Portale.php:48
|
3212 |
+
#: includes/B2S/Ship/Portale.php:63
|
3213 |
msgid "PRO"
|
3214 |
msgstr ""
|
3215 |
|
3222 |
msgstr ""
|
3223 |
|
3224 |
#: includes/Loader.php:890 includes/B2S/AutoPost/Item.php:252
|
3225 |
+
#: includes/B2S/Network/Item.php:185 includes/B2S/Network/Item.php:691
|
|
|
|
|
|
|
|
|
|
|
3226 |
msgid "Profile"
|
3227 |
msgstr ""
|
3228 |
|
3230 |
msgid "Profiles | Pages | Groups"
|
3231 |
msgstr ""
|
3232 |
|
3233 |
+
#: includes/Loader.php:894 includes/B2S/Ship/Navbar.php:90
|
|
|
3234 |
msgid "Publication"
|
3235 |
msgstr ""
|
3236 |
|
3248 |
|
3249 |
#: views/b2s/curation.php:138 views/b2s/post.calendar.php:42
|
3250 |
#: views/b2s/ship.php:18 views/b2s/ship.php:779 includes/B2S/Post/Filter.php:59
|
3251 |
+
#: includes/B2S/Post/Item.php:381 includes/B2S/Ship/Save.php:443
|
3252 |
#: includes/PRG/Post/Filter.php:37 includes/PRG/Post/Item.php:86
|
3253 |
msgid "published"
|
3254 |
msgstr ""
|
3273 |
msgid "Rate it!"
|
3274 |
msgstr ""
|
3275 |
|
3276 |
+
#: includes/B2S/Post/Item.php:737 includes/B2S/Post/Item.php:900
|
3277 |
msgid "Re-Share"
|
3278 |
msgstr ""
|
3279 |
|
3280 |
+
#: includes/B2S/Post/Filter.php:71 includes/B2S/Post/Item.php:805
|
3281 |
msgid "re-share"
|
3282 |
msgstr ""
|
3283 |
|
3291 |
msgstr ""
|
3292 |
|
3293 |
#: views/b2s/curation.php:131 views/b2s/ship.php:264 views/b2s/ship.php:266
|
3294 |
+
#: includes/B2S/Post/Item.php:461
|
3295 |
msgid "Re-share this post"
|
3296 |
msgstr ""
|
3297 |
|
3311 |
msgid "Recently Used"
|
3312 |
msgstr ""
|
3313 |
|
3314 |
+
#: includes/B2S/Network/Item.php:904 includes/B2S/Network/Item.php:940
|
3315 |
msgid "recommended length"
|
3316 |
msgstr ""
|
3317 |
|
3395 |
msgid "resolve conflict"
|
3396 |
msgstr ""
|
3397 |
|
3398 |
+
#: includes/B2S/Post/Item.php:737 includes/B2S/Post/Item.php:900
|
3399 |
+
#: includes/B2S/Ship/Save.php:453
|
3400 |
msgid "Retweet"
|
3401 |
msgstr ""
|
3402 |
|
3437 |
msgstr ""
|
3438 |
|
3439 |
#: views/b2s/network.php:248 views/b2s/settings.php:70
|
3440 |
+
#: includes/B2S/Network/Item.php:607 includes/B2S/Settings/Item.php:146
|
3441 |
msgid "save"
|
3442 |
msgstr ""
|
3443 |
|
3468 |
msgid "save..."
|
3469 |
msgstr ""
|
3470 |
|
3471 |
+
#: includes/B2S/Post/Item.php:543
|
3472 |
msgid "saved"
|
3473 |
msgstr ""
|
3474 |
|
3560 |
msgid "Scheduled Auto-Posting"
|
3561 |
msgstr ""
|
3562 |
|
3563 |
+
#: includes/B2S/Post/Item.php:926
|
3564 |
#, php-format
|
3565 |
msgid "scheduled by %s"
|
3566 |
msgstr ""
|
3567 |
|
3568 |
+
#: includes/B2S/Ship/Save.php:454
|
3569 |
msgid "scheduled on"
|
3570 |
msgstr ""
|
3571 |
|
3582 |
msgid "scheduled posts"
|
3583 |
msgstr ""
|
3584 |
|
3585 |
+
#: includes/B2S/Post/Item.php:488 includes/B2S/Post/Item.php:608
|
3586 |
#: views/b2s/widgets/activity.php:10
|
3587 |
msgid "scheduled social media posts"
|
3588 |
msgstr ""
|
3629 |
msgid "Select all"
|
3630 |
msgstr ""
|
3631 |
|
3632 |
+
#: includes/B2S/Post/Item.php:743 includes/B2S/Post/Item.php:834
|
3633 |
+
#: includes/B2S/Post/Item.php:906 includes/B2S/RePost/Item.php:135
|
3634 |
msgid "select all"
|
3635 |
msgstr ""
|
3636 |
|
3764 |
"pages and custom post types on your social media channels."
|
3765 |
msgstr ""
|
3766 |
|
3767 |
+
#: includes/Loader.php:839 includes/Loader.php:991 includes/Loader.php:991
|
3768 |
+
#: includes/Loader.php:1065 includes/B2S/RePost/Item.php:25
|
3769 |
#: views/b2s/html/sidebar.php:137
|
3770 |
msgid "Settings"
|
3771 |
msgstr ""
|
3775 |
msgid "Share"
|
3776 |
msgstr ""
|
3777 |
|
3778 |
+
#: includes/B2S/Post/Item.php:868 includes/B2S/Ship/Save.php:434
|
3779 |
msgid "share"
|
3780 |
msgstr ""
|
3781 |
|
3827 |
msgid "Share on multiple profiles, pages and groups"
|
3828 |
msgstr ""
|
3829 |
|
3830 |
+
#: includes/B2S/Post/Item.php:431 includes/B2S/Post/Item.php:535
|
3831 |
+
#: includes/B2S/Post/Item.php:537 includes/B2S/Post/Item.php:558
|
3832 |
+
#: includes/B2S/Post/Item.php:581
|
3833 |
msgid "Share on Social Media"
|
3834 |
msgstr ""
|
3835 |
|
3851 |
msgid "share up to"
|
3852 |
msgstr ""
|
3853 |
|
3854 |
+
#: includes/Loader.php:987
|
3855 |
msgid "Share Website & Blog Content"
|
3856 |
msgstr ""
|
3857 |
|
3887 |
msgid "Shared"
|
3888 |
msgstr ""
|
3889 |
|
3890 |
+
#: includes/B2S/Post/Item.php:768
|
3891 |
#, php-format
|
3892 |
msgid "shared by %s"
|
3893 |
msgstr ""
|
3901 |
msgid "Shared Posts"
|
3902 |
msgstr ""
|
3903 |
|
3904 |
+
#: includes/B2S/Post/Item.php:464
|
3905 |
msgid "shared social media posts"
|
3906 |
msgstr ""
|
3907 |
|
3913 |
msgid "Sharing"
|
3914 |
msgstr ""
|
3915 |
|
3916 |
+
#: includes/B2S/Post/Item.php:768
|
3917 |
#, php-format
|
3918 |
msgid "sharing in progress by %s"
|
3919 |
msgstr ""
|
3943 |
msgid "Shortext"
|
3944 |
msgstr ""
|
3945 |
|
3946 |
+
#: includes/B2S/Post/Item.php:746
|
3947 |
msgid "show"
|
3948 |
msgstr ""
|
3949 |
|
3951 |
msgid "Show activity starting from"
|
3952 |
msgstr ""
|
3953 |
|
3954 |
+
#: includes/B2S/Network/Item.php:67
|
3955 |
msgid "Show all"
|
3956 |
msgstr ""
|
3957 |
|
3987 |
msgid "Sign in to Pinterest"
|
3988 |
msgstr ""
|
3989 |
|
3990 |
+
#: includes/Loader.php:987 includes/Loader.php:1038
|
3991 |
msgid "Site & Blog Content"
|
3992 |
msgstr ""
|
3993 |
|
3997 |
|
3998 |
#: views/b2s/network.php:236 views/b2s/ship.php:27
|
3999 |
#: includes/B2S/AutoPost/Item.php:33 includes/B2S/Curation/View.php:56
|
4000 |
+
#: includes/B2S/Network/Item.php:183 includes/B2S/Network/Item.php:196
|
4001 |
+
#: includes/B2S/Network/Item.php:209 includes/B2S/Network/Item.php:313
|
4002 |
+
#: includes/B2S/Network/Item.php:386 includes/B2S/Network/Item.php:455
|
4003 |
#: includes/B2S/RePost/Item.php:23 includes/B2S/Settings/Item.php:172
|
4004 |
#: includes/B2S/Ship/Image.php:89 includes/B2S/Ship/Item.php:1202
|
4005 |
+
#: includes/B2S/Ship/Portale.php:46 views/b2s/html/post.navbar.php:18
|
4006 |
#: views/b2s/html/post.navbar.php:21 views/b2s/html/post.navbar.php:23
|
4007 |
#: views/b2s/partials/post-edit-modal.php:9 views/b2s/widgets/posts.php:18
|
4008 |
msgid "SMART"
|
4049 |
msgid "Social Media Post Drafts"
|
4050 |
msgstr ""
|
4051 |
|
4052 |
+
#: includes/Loader.php:988 includes/Loader.php:1045 views/b2s/curation.php:257
|
4053 |
#: views/b2s/curation.php:332
|
4054 |
msgid "Social Media Posts"
|
4055 |
msgstr ""
|
4056 |
|
4057 |
+
#: includes/B2S/Post/Item.php:510
|
4058 |
msgid "social media posts ready to be shared"
|
4059 |
msgstr ""
|
4060 |
|
4146 |
msgid "submit"
|
4147 |
msgstr ""
|
4148 |
|
4149 |
+
#: includes/Loader.php:896
|
4150 |
+
msgid "Subreddit"
|
4151 |
+
msgstr ""
|
4152 |
+
|
4153 |
#: views/b2s/widgets/newsletter.php:10
|
4154 |
msgid "subscribe"
|
4155 |
msgstr ""
|
4158 |
msgid "Subtitle"
|
4159 |
msgstr ""
|
4160 |
|
4161 |
+
#: includes/B2S/Network/Item.php:635
|
4162 |
msgid "Successfully saved"
|
4163 |
msgstr ""
|
4164 |
|
4294 |
"webmaster, if this error message persists."
|
4295 |
msgstr ""
|
4296 |
|
4297 |
+
#: includes/Loader.php:908
|
4298 |
#, php-format
|
4299 |
msgid ""
|
4300 |
"The connection to your social media account is interrupted. Please check "
|
4307 |
msgid "The content of your post"
|
4308 |
msgstr ""
|
4309 |
|
4310 |
+
#: includes/Loader.php:906
|
4311 |
#, php-format
|
4312 |
msgid ""
|
4313 |
"The content of your post could not be approved by the network. Please see "
|
4359 |
"first image detected on your page. The image links to your blog post."
|
4360 |
msgstr ""
|
4361 |
|
4362 |
+
#: includes/B2S/Network/Item.php:833
|
4363 |
msgid "The link will be added automatically at the end of the post."
|
4364 |
msgstr ""
|
4365 |
|
4366 |
+
#: includes/B2S/Network/Item.php:831
|
4367 |
msgid ""
|
4368 |
"The link will be transmitted as a canonical link, i.e. in the source code of "
|
4369 |
"your page, in order to refer to the original source of the content and to "
|
4385 |
msgid "The name of the post author."
|
4386 |
msgstr ""
|
4387 |
|
4388 |
+
#: includes/Loader.php:914
|
4389 |
#, php-format
|
4390 |
msgid ""
|
4391 |
"The network can not publish special characters such as Emoji. Please see the "
|
4392 |
"following <a target=\"_blank\" href=\"%s\">guide</a>."
|
4393 |
msgstr ""
|
4394 |
|
4395 |
+
#: includes/Loader.php:904
|
4396 |
#, php-format
|
4397 |
msgid ""
|
4398 |
"The network could not publish your post. Please see the following <a "
|
4399 |
"target=\"_blank\" href=\"%s\">guide</a>."
|
4400 |
msgstr ""
|
4401 |
|
4402 |
+
#: includes/B2S/Network/Item.php:838
|
4403 |
msgid "The network does not support hashtags."
|
4404 |
msgstr ""
|
4405 |
|
4406 |
+
#: includes/Loader.php:911
|
4407 |
#, php-format
|
4408 |
msgid ""
|
4409 |
"The network has blocked your account. Please see the following <a "
|
4410 |
"target=\"_blank\" href=\"%s\">guide</a>."
|
4411 |
msgstr ""
|
4412 |
|
4413 |
+
#: includes/Loader.php:916
|
4414 |
msgid "The network requires a public url."
|
4415 |
msgstr ""
|
4416 |
|
4420 |
"image format and will display your standard image instead."
|
4421 |
msgstr ""
|
4422 |
|
4423 |
+
#: includes/Loader.php:912
|
4424 |
#, php-format
|
4425 |
msgid ""
|
4426 |
"The number of images is reached. Please see the following <a "
|
4439 |
msgid "The parameters could not be saved. Please try again."
|
4440 |
msgstr ""
|
4441 |
|
4442 |
+
#: includes/B2S/Calendar/Item.php:534 includes/B2S/Post/Item.php:757
|
4443 |
#, php-format
|
4444 |
msgid ""
|
4445 |
"The post cannot be published due to changes on the Instagram interface. More "
|
4561 |
"edited by users with admin rights only."
|
4562 |
msgstr ""
|
4563 |
|
4564 |
+
#: includes/B2S/Ship/Save.php:419 includes/B2S/Ship/Save.php:427
|
4565 |
msgid "This is how it works:"
|
4566 |
msgstr ""
|
4567 |
|
4585 |
msgid "This post will be shared on social media in 2-3 minutes!"
|
4586 |
msgstr ""
|
4587 |
|
4588 |
+
#: includes/B2S/Network/Item.php:842
|
4589 |
msgid ""
|
4590 |
"This social network displays the predefined hashtags as clickable tags at "
|
4591 |
"the end of your post."
|
4599 |
msgid "This user has reached the maximum number of connections."
|
4600 |
msgstr ""
|
4601 |
|
4602 |
+
#: includes/Loader.php:919
|
4603 |
msgid ""
|
4604 |
"This XING API is no longer supported by XING. Please connect your XING "
|
4605 |
"accounts with the new XING interface to reschedule your posts."
|
4685 |
"href=\"%s\" target=\"_blank\">Info</a>)"
|
4686 |
msgstr ""
|
4687 |
|
4688 |
+
#: includes/B2S/Network/Item.php:259 includes/B2S/Network/Item.php:332
|
4689 |
+
#: includes/B2S/Network/Item.php:406
|
4690 |
msgid "To reactivate this connection,"
|
4691 |
msgstr ""
|
4692 |
|
4694 |
msgid "To select an individual image from your media library,"
|
4695 |
msgstr ""
|
4696 |
|
4697 |
+
#: includes/Loader.php:921
|
4698 |
msgid "To share social media posts on Reddit or Diigo, a link is required."
|
4699 |
msgstr ""
|
4700 |
|
4787 |
msgstr ""
|
4788 |
|
4789 |
#: includes/Ajax/Post.php:1955 views/b2s/network.php:13
|
4790 |
+
#: includes/B2S/Network/Item.php:266 includes/B2S/Network/Item.php:339
|
4791 |
+
#: includes/B2S/Network/Item.php:413 includes/B2S/Network/Item.php:546
|
4792 |
msgid "Unknown username"
|
4793 |
msgstr ""
|
4794 |
|
4849 |
msgid "Upgrade to Blog2Social PREMIUM PRO"
|
4850 |
msgstr ""
|
4851 |
|
4852 |
+
#: includes/B2S/Network/Item.php:681
|
4853 |
msgid "Upgrade to Blog2Social Smart"
|
4854 |
msgstr ""
|
4855 |
|
4856 |
+
#: includes/B2S/Network/Item.php:680
|
4857 |
msgid ""
|
4858 |
"Upgrade to Blog2Social Smart or higher to customize your individual post "
|
4859 |
"templates that will automatically pre-format the structure of your social "
|
4955 |
msgid "Validate directly on Twitter"
|
4956 |
msgstr ""
|
4957 |
|
4958 |
+
#: includes/B2S/Network/Item.php:580
|
4959 |
msgid "Value"
|
4960 |
msgstr ""
|
4961 |
|
4963 |
msgid "Version"
|
4964 |
msgstr ""
|
4965 |
|
4966 |
+
#: includes/B2S/Post/Item.php:521
|
4967 |
msgid "via Browser-Extension"
|
4968 |
msgstr ""
|
4969 |
|
4975 |
msgid "View schedule posts"
|
4976 |
msgstr ""
|
4977 |
|
4978 |
+
#: includes/B2S/Ship/Save.php:444
|
4979 |
msgid "view social media post"
|
4980 |
msgstr ""
|
4981 |
|
4994 |
"duplicate posts."
|
4995 |
msgstr ""
|
4996 |
|
4997 |
+
#: includes/Loader.php:907
|
4998 |
msgid ""
|
4999 |
"We don't have the permission to publish your post. Please check your "
|
5000 |
"authorization."
|
5391 |
msgid "You don't have a Business License"
|
5392 |
msgstr ""
|
5393 |
|
5394 |
+
#: includes/Loader.php:918
|
5395 |
msgid "You have already retweeted this post."
|
5396 |
msgstr ""
|
5397 |
|
5483 |
"network? Click here."
|
5484 |
msgstr ""
|
5485 |
|
5486 |
+
#: includes/B2S/Network/Item.php:198 includes/B2S/Ship/Portale.php:48
|
5487 |
msgid "You want to connect a network page?"
|
5488 |
msgstr ""
|
5489 |
|
5490 |
+
#: includes/B2S/Network/Item.php:179 includes/B2S/Network/Item.php:183
|
5491 |
+
#: includes/B2S/Network/Item.php:185 includes/B2S/Network/Item.php:196
|
5492 |
+
#: includes/B2S/Ship/Portale.php:46 includes/B2S/Ship/Portale.php:59
|
5493 |
+
#: includes/B2S/Ship/Portale.php:63
|
5494 |
msgid "You want to connect a network profile?"
|
5495 |
msgstr ""
|
5496 |
|
5497 |
+
#: includes/B2S/Network/Item.php:206 includes/B2S/Ship/Portale.php:37
|
5498 |
msgid "You want to connect a social media group?"
|
5499 |
msgstr ""
|
5500 |
|
5518 |
msgid "You want to define a new combination of networks?"
|
5519 |
msgstr ""
|
5520 |
|
5521 |
+
#: includes/B2S/Post/Item.php:801 includes/B2S/Post/Item.php:814
|
5522 |
msgid "You want to delete a publish post entry?"
|
5523 |
msgstr ""
|
5524 |
|
5525 |
+
#: includes/B2S/Post/Item.php:876
|
5526 |
msgid "You want to delete your Social Media post?"
|
5527 |
msgstr ""
|
5528 |
|
5529 |
+
#: includes/B2S/Post/Item.php:931
|
5530 |
msgid "You want to edit your scheduled post?"
|
5531 |
msgstr ""
|
5532 |
|
5587 |
msgid "Your authorization has been removed successfully."
|
5588 |
msgstr ""
|
5589 |
|
5590 |
+
#: includes/Loader.php:905
|
5591 |
msgid ""
|
5592 |
"Your authorization has expired. Please reconnect your account in the "
|
5593 |
"Blog2Social network settings."
|
5601 |
msgid "Your blog post is not yet published on your Wordpress!"
|
5602 |
msgstr ""
|
5603 |
|
5604 |
+
#: includes/Loader.php:917
|
5605 |
msgid ""
|
5606 |
"Your blog post was not available for the network at the time of publishing."
|
5607 |
msgstr ""
|
5636 |
msgid "Your daily limit for posting automatically has been reached."
|
5637 |
msgstr ""
|
5638 |
|
5639 |
+
#: includes/Loader.php:913
|
5640 |
msgid ""
|
5641 |
"Your daily limit for this network has been reached. Please try again later."
|
5642 |
msgstr ""
|
5643 |
|
5644 |
+
#: includes/Loader.php:909
|
5645 |
msgid "Your daily limit has been reached."
|
5646 |
msgstr ""
|
5647 |
|
5661 |
msgid "Your free trial of Blog2Social PREMIUM has ended."
|
5662 |
msgstr ""
|
5663 |
|
5664 |
+
#: includes/Loader.php:924
|
5665 |
msgid "Your group can not be found by the network."
|
5666 |
msgstr ""
|
5667 |
|
5687 |
msgid "Your message will now be sent over PR gateway to the press portals!"
|
5688 |
msgstr ""
|
5689 |
|
5690 |
+
#: includes/Loader.php:922
|
5691 |
msgid ""
|
5692 |
"Your post could not be posted, because your image can not be processed by "
|
5693 |
"the network."
|
5694 |
msgstr ""
|
5695 |
|
5696 |
+
#: includes/Loader.php:910
|
5697 |
msgid ""
|
5698 |
"Your post could not be posted, because your image is not available or the "
|
5699 |
"image source does not allow to publish"
|
5700 |
msgstr ""
|
5701 |
|
5702 |
+
#: includes/B2S/Calendar/Item.php:536 includes/B2S/Post/Item.php:759
|
5703 |
+
#: includes/B2S/Ship/Save.php:468
|
5704 |
#, php-format
|
5705 |
msgid ""
|
5706 |
"Your post could not be posted. More information in this <a href=\"%s\" "
|
5707 |
"target=\"_blank\">Instagram troubleshoot checklist</a>."
|
5708 |
msgstr ""
|
5709 |
|
5710 |
+
#: includes/Loader.php:915
|
5711 |
msgid "Your post is a duplicate."
|
5712 |
msgstr ""
|
5713 |
|
5726 |
msgid "Your profile was saved successful."
|
5727 |
msgstr ""
|
5728 |
|
5729 |
+
#: includes/B2S/Network/Item.php:70
|
5730 |
msgid "Your profiles:"
|
5731 |
msgstr ""
|
5732 |
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Tags: auto post, auto publish, social media scheduling, social media calendar, s
|
|
5 |
Donate link: https://paypal.me/adenion
|
6 |
Requires at least: 4.7.0
|
7 |
Tested up to: 5.8
|
8 |
-
Stable tag: 6.8.
|
9 |
License: GPLv3
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -222,6 +222,8 @@ To get started with the basics of Blog2Social and maybe find some useful tips an
|
|
222 |
7. Keep track of your shared posts and scheduling plan with the Social Media Calendar.
|
223 |
|
224 |
== Changelog ==
|
|
|
|
|
225 |
= 6.8.2 =
|
226 |
Usability Optimization
|
227 |
= 6.8.1 =
|
@@ -284,6 +286,8 @@ Usability Optimization, Rebrandly integration, url parameter settings
|
|
284 |
New Image Posts, Imgur, Animated Gifs and Emojis
|
285 |
|
286 |
== Upgrade Notice ==
|
|
|
|
|
287 |
= 6.8.2 =
|
288 |
Usability Optimization
|
289 |
= 6.8.1 =
|
5 |
Donate link: https://paypal.me/adenion
|
6 |
Requires at least: 4.7.0
|
7 |
Tested up to: 5.8
|
8 |
+
Stable tag: 6.8.3
|
9 |
License: GPLv3
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
222 |
7. Keep track of your shared posts and scheduling plan with the Social Media Calendar.
|
223 |
|
224 |
== Changelog ==
|
225 |
+
= 6.8.3 =
|
226 |
+
Usability Optimization
|
227 |
= 6.8.2 =
|
228 |
Usability Optimization
|
229 |
= 6.8.1 =
|
286 |
New Image Posts, Imgur, Animated Gifs and Emojis
|
287 |
|
288 |
== Upgrade Notice ==
|
289 |
+
= 6.8.3 =
|
290 |
+
Usability Optimization
|
291 |
= 6.8.2 =
|
292 |
Usability Optimization
|
293 |
= 6.8.1 =
|
views/b2s/network.php
CHANGED
@@ -34,10 +34,10 @@ $networkData = $networkItem->getData();
|
|
34 |
<?php echo $networkItem->getSelectMandantHtml($networkData['mandanten']); ?>
|
35 |
<div class="form-group b2s-network-mandant-area">
|
36 |
<?php if (B2S_PLUGIN_USER_VERSION > 1) { ?>
|
37 |
-
<button href="#" class="btn btn-
|
38 |
<span class="glyphicon glyphicon-plus"></span> <?php esc_html_e('Create new network collection', 'blog2social') ?> <span class="label label-success"></button>
|
39 |
<?php } else { ?>
|
40 |
-
<button href="#" class="btn btn-
|
41 |
<span class="glyphicon glyphicon-plus"></span> <?php esc_html_e('Create new network collection', 'blog2social') ?> <span class="label label-success"> <?php esc_html_e("PRO", "blog2social") ?></span></button>
|
42 |
<?php } ?>
|
43 |
|
@@ -49,9 +49,9 @@ $networkData = $networkItem->getData();
|
|
49 |
</div>
|
50 |
<div class="form-group b2s-network-time-manager-area pull-right hidden-xs">
|
51 |
<?php if (B2S_PLUGIN_USER_VERSION > 0) { ?>
|
52 |
-
<a href="#" class="btn btn-
|
53 |
<?php } else { ?>
|
54 |
-
<a href="#" class="btn btn-
|
55 |
<?php } ?> <span class="glyphicon glyphicon-time"></span> <?php esc_html_e('Load Best Times', 'blog2social'); ?></a>
|
56 |
</div>
|
57 |
</div>
|
34 |
<?php echo $networkItem->getSelectMandantHtml($networkData['mandanten']); ?>
|
35 |
<div class="form-group b2s-network-mandant-area">
|
36 |
<?php if (B2S_PLUGIN_USER_VERSION > 1) { ?>
|
37 |
+
<button href="#" class="btn btn-default btn-sm b2s-network-add-mandant-btn">
|
38 |
<span class="glyphicon glyphicon-plus"></span> <?php esc_html_e('Create new network collection', 'blog2social') ?> <span class="label label-success"></button>
|
39 |
<?php } else { ?>
|
40 |
+
<button href="#" class="btn btn-default btn-sm b2s-btn-disabled b2sProFeatureModalBtn" data-type="create-network-profile" data-title="<?php esc_html_e('You want to define a new combination of networks?', 'blog2social') ?>">
|
41 |
<span class="glyphicon glyphicon-plus"></span> <?php esc_html_e('Create new network collection', 'blog2social') ?> <span class="label label-success"> <?php esc_html_e("PRO", "blog2social") ?></span></button>
|
42 |
<?php } ?>
|
43 |
|
49 |
</div>
|
50 |
<div class="form-group b2s-network-time-manager-area pull-right hidden-xs">
|
51 |
<?php if (B2S_PLUGIN_USER_VERSION > 0) { ?>
|
52 |
+
<a href="#" class="btn btn-default btn-sm b2s-get-settings-sched-time-default">
|
53 |
<?php } else { ?>
|
54 |
+
<a href="#" class="btn btn-default btn-sm b2s-btn-disabled" data-title = "<?php esc_html_e('You want to schedule your posts and use the Best Time Scheduler?', 'blog2social') ?>" data-toggle ="modal" data-target ="#b2sInfoSchedTimesModal">
|
55 |
<?php } ?> <span class="glyphicon glyphicon-time"></span> <?php esc_html_e('Load Best Times', 'blog2social'); ?></a>
|
56 |
</div>
|
57 |
</div>
|