Version Description
Usability Optimization
Download this release
Release Info
Developer | PR-Gateway |
Plugin | Blog2Social: Social Media Auto Post & Scheduler |
Version | 6.6.4 |
Comparing to | |
See all releases |
Code changes from version 6.6.3 to 6.6.4
- assets/js/b2s/repost.js +5 -0
- assets/js/b2s/ship.js +15 -1
- blog2social.php +2 -2
- includes/Ajax/Get.php +1 -1
- includes/B2S/AutoPost.php +3 -0
- includes/B2S/Heartbeat.php +2 -2
- includes/B2S/Post/Item.php +14 -1
- includes/B2S/Ship/Item.php +3 -0
- includes/Loader.php +2 -2
- includes/Util.php +4 -1
- languages/blog2social-de_DE.mo +0 -0
- languages/blog2social-de_DE.po +186 -174
- languages/blog2social-it_IT.mo +0 -0
- languages/blog2social-it_IT.po +4822 -0
- languages/blog2social.pot +177 -168
- readme.txt +5 -1
- views/b2s/html/header.php +1 -1
- views/b2s/ship.php +1 -1
assets/js/b2s/repost.js
CHANGED
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
jQuery.noConflict();
|
2 |
jQuery(window).on("load", function () {
|
3 |
|
1 |
+
jQuery(document).on('heartbeat-send', function (e, data) {
|
2 |
+
data['b2s_heartbeat'] = 'b2s_listener';
|
3 |
+
data['b2s_heartbeat_action'] = 'b2s_repost';
|
4 |
+
});
|
5 |
+
|
6 |
jQuery.noConflict();
|
7 |
jQuery(window).on("load", function () {
|
8 |
|
assets/js/b2s/ship.js
CHANGED
@@ -1488,6 +1488,13 @@ jQuery(document).on('change', '.b2s-post-item-details-release-input-date-select'
|
|
1488 |
}
|
1489 |
}
|
1490 |
releaseChoose(jQuery(this).val(), jQuery(this).attr('data-network-auth-id'), dataNetworkCount);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1491 |
});
|
1492 |
jQuery(document).on('click', '#b2s-network-sched-post-info-ignore', function () {
|
1493 |
jQuery('#b2sSchedPostInfoIgnore').val("1");
|
@@ -1573,7 +1580,14 @@ jQuery(document).on('click', '.b2s-post-item-details-release-input-add', functio
|
|
1573 |
//since 4.9.0 custom content
|
1574 |
jQuery('.b2s-post-item-details-release-customize-sched-area-details-row[data-network-auth-id="' + networkAuthId + '"][data-network-count="' + netCountNext + '"]').hide();
|
1575 |
}
|
1576 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1577 |
return false;
|
1578 |
});
|
1579 |
jQuery(document).on('click', '.b2s-post-item-details-release-input-hide', function () {
|
1488 |
}
|
1489 |
}
|
1490 |
releaseChoose(jQuery(this).val(), jQuery(this).attr('data-network-auth-id'), dataNetworkCount);
|
1491 |
+
jQuery('.b2s-post-item-details-item-message-input[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').focus();
|
1492 |
+
var textLimit = jQuery('.b2s-post-item-details-item-message-input[data-network-count="-1"][data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').attr('data-network-text-limit');
|
1493 |
+
if (textLimit != "0") {
|
1494 |
+
networkLimitAll(jQuery(this).attr('data-network-auth-id'), jQuery(this).attr('data-network-id'), textLimit);
|
1495 |
+
} else {
|
1496 |
+
networkCount(jQuery(this).attr('data-network-auth-id'));
|
1497 |
+
}
|
1498 |
});
|
1499 |
jQuery(document).on('click', '#b2s-network-sched-post-info-ignore', function () {
|
1500 |
jQuery('#b2sSchedPostInfoIgnore').val("1");
|
1580 |
//since 4.9.0 custom content
|
1581 |
jQuery('.b2s-post-item-details-release-customize-sched-area-details-row[data-network-auth-id="' + networkAuthId + '"][data-network-count="' + netCountNext + '"]').hide();
|
1582 |
}
|
1583 |
+
|
1584 |
+
jQuery('.b2s-post-item-details-item-message-input[data-network-auth-id="' + networkAuthId + '"][data-network-count="' + netCountNext + '"]').focus();
|
1585 |
+
var textLimit = jQuery('.b2s-post-item-details-item-message-input[data-network-count="-1"][data-network-auth-id="' + networkAuthId + '"]').attr('data-network-text-limit');
|
1586 |
+
if (textLimit != "0") {
|
1587 |
+
networkLimitAll(networkAuthId, networkId, textLimit);
|
1588 |
+
} else {
|
1589 |
+
networkCount(networkAuthId);
|
1590 |
+
}
|
1591 |
return false;
|
1592 |
});
|
1593 |
jQuery(document).on('click', '.b2s-post-item-details-release-input-hide', function () {
|
blog2social.php
CHANGED
@@ -6,12 +6,12 @@
|
|
6 |
* Author: Blog2Social, Adenion
|
7 |
* Text Domain: blog2social
|
8 |
* Domain Path: /languages
|
9 |
-
* Version: 6.6.
|
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.6.4
|
10 |
* Author URI: https://www.blog2social.com
|
11 |
* License: GPL2+
|
12 |
*/
|
13 |
|
14 |
+
define('B2S_PLUGIN_VERSION', '664');
|
15 |
define('B2S_PLUGIN_LANGUAGE', serialize(array('de_DE', 'en_US')));
|
16 |
define('B2S_PLUGIN_DIR', plugin_dir_path(__FILE__));
|
17 |
define('B2S_PLUGIN_URL', plugin_dir_url(__FILE__));
|
includes/Ajax/Get.php
CHANGED
@@ -224,7 +224,7 @@ class Ajax_Get {
|
|
224 |
'instantSharing' => (isset($_POST['instantSharing']) ? (int) $_POST['instantSharing'] : 0),
|
225 |
'network_display_name' => sanitize_text_field($_POST['networkDisplayName']),
|
226 |
'networkType' => (int) $_POST['networkType']);
|
227 |
-
$selSchedDate = (isset($_POST['selSchedDate']) && !empty($_POST['selSchedDate'])) ? (preg_match("#^[0-9\-.\]]+$#", trim($_POST['selSchedDate'])) ? trim($_POST['selSchedDate']) : "") : ""; //routing from calendar
|
228 |
$b2sPostType = (isset($_POST['b2sPostType']) && $_POST['b2sPostType'] == 'ex') ? 'ex' : ""; //Content Curation
|
229 |
|
230 |
$b2sDraftData = array();
|
224 |
'instantSharing' => (isset($_POST['instantSharing']) ? (int) $_POST['instantSharing'] : 0),
|
225 |
'network_display_name' => sanitize_text_field($_POST['networkDisplayName']),
|
226 |
'networkType' => (int) $_POST['networkType']);
|
227 |
+
$selSchedDate = (isset($_POST['selSchedDate']) && !empty($_POST['selSchedDate'])) ? (preg_match("#^[0-9\-.\]:\s]+$#", trim($_POST['selSchedDate'])) ? trim($_POST['selSchedDate']) : "") : ""; //routing from calendar
|
228 |
$b2sPostType = (isset($_POST['b2sPostType']) && $_POST['b2sPostType'] == 'ex') ? 'ex' : ""; //Content Curation
|
229 |
|
230 |
$b2sDraftData = array();
|
includes/B2S/AutoPost.php
CHANGED
@@ -137,6 +137,9 @@ class B2S_AutoPost {
|
|
137 |
}
|
138 |
|
139 |
if (isset($limit) && (int) $limit > 0) {
|
|
|
|
|
|
|
140 |
$postData['content'] = B2S_Util::getExcerpt($postData['content'], 0, $limit);
|
141 |
}
|
142 |
} else {
|
137 |
}
|
138 |
|
139 |
if (isset($limit) && (int) $limit > 0) {
|
140 |
+
if(!empty($this->url) && $networkId == 2) {
|
141 |
+
$limit = 256;
|
142 |
+
}
|
143 |
$postData['content'] = B2S_Util::getExcerpt($postData['content'], 0, $limit);
|
144 |
}
|
145 |
} else {
|
includes/B2S/Heartbeat.php
CHANGED
@@ -14,7 +14,7 @@ class B2S_Heartbeat {
|
|
14 |
public function init($response, $data) {
|
15 |
|
16 |
if (isset($data['b2s_heartbeat']) && $data['b2s_heartbeat'] == 'b2s_listener') {
|
17 |
-
if (isset($data['b2s_heartbeat_action']) && $data['b2s_heartbeat_action'] == 'b2s_auto_posting') {
|
18 |
$this->postSchedToServer();
|
19 |
} if (isset($data['b2s_heartbeat_action']) && $data['b2s_heartbeat_action'] == 'b2s_delete_sched_post') {
|
20 |
$this->deleteUserSchedPost();
|
@@ -51,7 +51,7 @@ class B2S_Heartbeat {
|
|
51 |
. "LEFT JOIN {$wpdb->prefix}b2s_posts_network_details AS network on post.network_details_id = network.id "
|
52 |
. "LEFT JOIN {$wpdb->prefix}b2s_posts_sched_details AS schedDetails on post.sched_details_id = schedDetails.id "
|
53 |
. "LEFT JOIN {$wpdb->prefix}b2s_user AS user on post.blog_user_id = user.blog_user_id "
|
54 |
-
. "WHERE sched_date !='0000-00-00 00:00:00' AND sched_date_utc !='0000-00-00 00:00:00' AND post.hook_action= %d AND post.hide=%d AND post.post_for_approve= %d ";
|
55 |
$postData = $wpdb->get_results($wpdb->prepare($sql, 1, 0, 0), ARRAY_A);
|
56 |
|
57 |
foreach ($postData as $k => $value) {
|
14 |
public function init($response, $data) {
|
15 |
|
16 |
if (isset($data['b2s_heartbeat']) && $data['b2s_heartbeat'] == 'b2s_listener') {
|
17 |
+
if (isset($data['b2s_heartbeat_action']) && ($data['b2s_heartbeat_action'] == 'b2s_auto_posting' || $data['b2s_heartbeat_action'] == 'b2s_repost') ) {
|
18 |
$this->postSchedToServer();
|
19 |
} if (isset($data['b2s_heartbeat_action']) && $data['b2s_heartbeat_action'] == 'b2s_delete_sched_post') {
|
20 |
$this->deleteUserSchedPost();
|
51 |
. "LEFT JOIN {$wpdb->prefix}b2s_posts_network_details AS network on post.network_details_id = network.id "
|
52 |
. "LEFT JOIN {$wpdb->prefix}b2s_posts_sched_details AS schedDetails on post.sched_details_id = schedDetails.id "
|
53 |
. "LEFT JOIN {$wpdb->prefix}b2s_user AS user on post.blog_user_id = user.blog_user_id "
|
54 |
+
. "WHERE sched_date !='0000-00-00 00:00:00' AND sched_date_utc !='0000-00-00 00:00:00' AND post.hook_action= %d AND post.hide=%d AND post.post_for_approve= %d LIMIT 100";
|
55 |
$postData = $wpdb->get_results($wpdb->prepare($sql, 1, 0, 0), ARRAY_A);
|
56 |
|
57 |
foreach ($postData as $k => $value) {
|
includes/B2S/Post/Item.php
CHANGED
@@ -78,13 +78,26 @@ class B2S_Post_Item {
|
|
78 |
$addSearchAuthorId = $wpdb->prepare(' AND posts.`post_author` = %d', $this->searchAuthorId);
|
79 |
}
|
80 |
if ($this->searchPostCat > 0) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
81 |
if ($this->type == 'all') {
|
82 |
$leftJoin = "LEFT JOIN $wpdb->term_relationships ON posts.`ID` = $wpdb->term_relationships.`object_id`";
|
83 |
} else {
|
84 |
$leftJoin = "LEFT JOIN $wpdb->term_relationships ON posts.`ID` = $wpdb->term_relationships.`object_id`";
|
85 |
}
|
86 |
$leftJoin2 = "LEFT JOIN $wpdb->term_taxonomy ON $wpdb->term_taxonomy.`term_taxonomy_id` = $wpdb->term_relationships.`term_taxonomy_id`";
|
87 |
-
$leftJoinWhere = "AND ($wpdb->term_taxonomy.`term_id`
|
88 |
}
|
89 |
|
90 |
if (!empty($this->searchPostStatus)) {
|
78 |
$addSearchAuthorId = $wpdb->prepare(' AND posts.`post_author` = %d', $this->searchAuthorId);
|
79 |
}
|
80 |
if ($this->searchPostCat > 0) {
|
81 |
+
$catIn = '(' . $this->searchPostCat;
|
82 |
+
if(function_exists('get_categories')) {
|
83 |
+
$args = array('child_of' => $this->searchPostCat);
|
84 |
+
$subCategories = get_categories($args);
|
85 |
+
if(is_array($subCategories) && !empty($subCategories)) {
|
86 |
+
foreach ($subCategories as $subCat) {
|
87 |
+
if((int) $subCat->term_taxonomy_id > 0) {
|
88 |
+
$catIn .= ',' . $subCat->term_taxonomy_id;
|
89 |
+
}
|
90 |
+
}
|
91 |
+
}
|
92 |
+
}
|
93 |
+
$catIn .= ')';
|
94 |
if ($this->type == 'all') {
|
95 |
$leftJoin = "LEFT JOIN $wpdb->term_relationships ON posts.`ID` = $wpdb->term_relationships.`object_id`";
|
96 |
} else {
|
97 |
$leftJoin = "LEFT JOIN $wpdb->term_relationships ON posts.`ID` = $wpdb->term_relationships.`object_id`";
|
98 |
}
|
99 |
$leftJoin2 = "LEFT JOIN $wpdb->term_taxonomy ON $wpdb->term_taxonomy.`term_taxonomy_id` = $wpdb->term_relationships.`term_taxonomy_id`";
|
100 |
+
$leftJoinWhere = "AND ($wpdb->term_taxonomy.`term_id` IN " . $catIn . " )";
|
101 |
}
|
102 |
|
103 |
if (!empty($this->searchPostStatus)) {
|
includes/B2S/Ship/Item.php
CHANGED
@@ -1428,6 +1428,9 @@ class B2S_Ship_Item {
|
|
1428 |
}
|
1429 |
|
1430 |
if (isset($limit) && (int) $limit > 0) {
|
|
|
|
|
|
|
1431 |
$message = B2S_Util::getExcerpt($message, 0, $limit);
|
1432 |
}
|
1433 |
|
1428 |
}
|
1429 |
|
1430 |
if (isset($limit) && (int) $limit > 0) {
|
1431 |
+
if(!empty($this->postUrl) && $data->networkId == 2) {
|
1432 |
+
$limit = 256;
|
1433 |
+
}
|
1434 |
$message = B2S_Util::getExcerpt($message, 0, $limit);
|
1435 |
}
|
1436 |
|
includes/Loader.php
CHANGED
@@ -36,8 +36,8 @@ class B2S_Loader {
|
|
36 |
define('B2S_PLUGIN_POSTPERPAGE', '15');
|
37 |
define('B2S_PLUGIN_VERSION_TYPE', serialize(array(0 => 'Free', 1 => 'Smart', 2 => 'Pro', 3 => 'Business', 4 => 'Premium')));
|
38 |
define('B2S_PLUGIN_NETWORK', serialize(array(1 => 'Facebook', 2 => 'Twitter', 3 => 'Linkedin', 4 => 'Tumblr', 5 => 'Storify', 6 => 'Pinterest', 7 => 'Flickr', 8 => 'Xing', 9 => 'Diigo', 10 => 'Google+', 11 => 'Medium', 12 => 'Instagram', 13 => 'Delicious', 14 => 'Torial', 15 => 'Reddit', 16 => 'Bloglovin', 17 => 'VKontakte', 18 => 'Google My Business', 19 => 'Xing', 20 => 'Pinterest', 21 => 'Imgur', 24 => 'Telegram')));
|
39 |
-
define('B2S_PLUGIN_SCHED_DEFAULT_TIMES', serialize(array(1 => array(18, 22), 2 => array(8, 10), 3 => array(
|
40 |
-
define('B2S_PLUGIN_SCHED_DEFAULT_TIMES_INFO', serialize(array(1 => array(0 => array(13, 16), 1 => array(18, 22)), 2 => array(0 => array(
|
41 |
define('B2S_PLUGIN_NETWORK_ALLOW_PROFILE', serialize(array(1, 2, 3, 4, 5, 6, 7, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 24)));
|
42 |
define('B2S_PLUGIN_NETWORK_ALLOW_PAGE', serialize(array(1, 3, 10, 17, 19)));
|
43 |
define('B2S_PLUGIN_NETWORK_ALLOW_GROUP', serialize(array(1, 10, 11, 17, 19)));
|
36 |
define('B2S_PLUGIN_POSTPERPAGE', '15');
|
37 |
define('B2S_PLUGIN_VERSION_TYPE', serialize(array(0 => 'Free', 1 => 'Smart', 2 => 'Pro', 3 => 'Business', 4 => 'Premium')));
|
38 |
define('B2S_PLUGIN_NETWORK', serialize(array(1 => 'Facebook', 2 => 'Twitter', 3 => 'Linkedin', 4 => 'Tumblr', 5 => 'Storify', 6 => 'Pinterest', 7 => 'Flickr', 8 => 'Xing', 9 => 'Diigo', 10 => 'Google+', 11 => 'Medium', 12 => 'Instagram', 13 => 'Delicious', 14 => 'Torial', 15 => 'Reddit', 16 => 'Bloglovin', 17 => 'VKontakte', 18 => 'Google My Business', 19 => 'Xing', 20 => 'Pinterest', 21 => 'Imgur', 24 => 'Telegram')));
|
39 |
+
define('B2S_PLUGIN_SCHED_DEFAULT_TIMES', serialize(array(1 => array(18, 22), 2 => array(8, 10), 3 => array(7, 10), 4 => array(20, 22), 5 => array(), 6 => array(19, 22), 7 => array(7, 9), 8 => array(7, 10), 9 => array(16, 19), 10 => array(7, 10), 11 => array(8, 10), 12 => array(19, 22), 13 => array(11, 13), 14 => array(6, 8), 15 => array(6, 9), 16 => array(16, 19), 17 => array(21, 24), 18 => array(19, 21), 19 => array(7, 10), 24 => array(10, 12))));
|
40 |
+
define('B2S_PLUGIN_SCHED_DEFAULT_TIMES_INFO', serialize(array(1 => array(0 => array(13, 16), 1 => array(18, 22)), 2 => array(0 => array(7, 10), 1 => array(11, 13), 2 => array(16, 19)), 3 => array(0 => array(7, 10), 1 => array(17, 18)), 4 => array(0 => array(20, 22)), 5 => array(), 6 => array(0 => array(12, 14), 1 => array(19, 22)), 7 => array(0 => array(7, 9), 1 => array(17, 19)), 8 => array(0 => array(7, 10), 1 => array(17, 18)), 9 => array(0 => array(8, 10), 1 => array(11, 13), 2 => array(16, 19)), 10 => array(0 => array(7, 10), 1 => array(14, 15)), 11 => array(0 => array(8, 10)), 12 => array(0 => array(11, 13), 1 => array(19, 22)), 13 => array(0 => array(8, 10), 1 => array(11, 13), 2 => array(16, 19)), 14 => array(0 => array(6, 8)), 15 => array(0 => array(6, 9)), 16 => array(0 => array(16, 19)), 17 => array(0 => array(21, 1)), 18 => array(0 => array(9, 11), 1 => array(19, 21)), 19 => array(0 => array(7, 10), 1 => array(17, 18)), 20 => array(0 => array(12, 14), 1 => array(19, 22)), 24 => array(0 => array(10, 12), 1 => array(17, 19)))));
|
41 |
define('B2S_PLUGIN_NETWORK_ALLOW_PROFILE', serialize(array(1, 2, 3, 4, 5, 6, 7, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 24)));
|
42 |
define('B2S_PLUGIN_NETWORK_ALLOW_PAGE', serialize(array(1, 3, 10, 17, 19)));
|
43 |
define('B2S_PLUGIN_NETWORK_ALLOW_GROUP', serialize(array(1, 10, 11, 17, 19)));
|
includes/Util.php
CHANGED
@@ -442,7 +442,7 @@ class B2S_Util {
|
|
442 |
return trim($text);
|
443 |
}
|
444 |
|
445 |
-
$stops = array('.', ':', '?', '!');
|
446 |
$min = $count;
|
447 |
$cleanTruncateWord = true;
|
448 |
$max = ($max !== false) ? ($max - $min) : ($min - 1);
|
@@ -472,6 +472,9 @@ class B2S_Util {
|
|
472 |
$sub = implode($stopAt, $subArray);
|
473 |
$add = false;
|
474 |
}
|
|
|
|
|
|
|
475 |
}
|
476 |
|
477 |
if ($cleanTruncateWord) {
|
442 |
return trim($text);
|
443 |
}
|
444 |
|
445 |
+
$stops = array('.', ':', '?', '!', '#');
|
446 |
$min = $count;
|
447 |
$cleanTruncateWord = true;
|
448 |
$max = ($max !== false) ? ($max - $min) : ($min - 1);
|
472 |
$sub = implode($stopAt, $subArray);
|
473 |
$add = false;
|
474 |
}
|
475 |
+
if($stopAt == '#') {
|
476 |
+
$sub = mb_substr($sub, 0, -1);
|
477 |
+
}
|
478 |
}
|
479 |
|
480 |
if ($cleanTruncateWord) {
|
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"
|
@@ -12,10 +12,10 @@ msgstr ""
|
|
12 |
"Project-Id-Version: Plugins - Blog2Social: Social Media Auto Post & "
|
13 |
"Scheduler - Stable (latest release)\n"
|
14 |
"Report-Msgid-Bugs-To: \n"
|
15 |
-
"POT-Creation-Date: 2021-
|
16 |
-
"Last-Translator:
|
17 |
-
"Language-Team:
|
18 |
-
"X-Loco-Version: 2.3.
|
19 |
|
20 |
#: includes/Loader.php:45
|
21 |
msgid "Modify pin board"
|
@@ -96,8 +96,8 @@ msgid "Upgrade to Premium"
|
|
96 |
msgstr "Premium freischalten"
|
97 |
|
98 |
#: includes/Loader.php:822 includes/Loader.php:957 includes/Loader.php:957
|
99 |
-
#: includes/Loader.php:1031 includes/B2S/
|
100 |
-
#: views/b2s/html/sidebar.php:137
|
101 |
msgid "Settings"
|
102 |
msgstr "Einstellungen"
|
103 |
|
@@ -139,12 +139,12 @@ msgstr "Social Media Posts Entwürfe"
|
|
139 |
msgid "Favorites"
|
140 |
msgstr "Favoriten"
|
141 |
|
142 |
-
#: includes/Loader.php:872 views/b2s/settings.php:
|
143 |
#: views/b2s/html/sidebar.php:75
|
144 |
msgid "Auto-Post"
|
145 |
msgstr "Beiträge automatisch teilen"
|
146 |
|
147 |
-
#: includes/Loader.php:872 views/b2s/settings.php:
|
148 |
#: views/b2s/html/post.navbar.php:20 views/b2s/html/sidebar.php:72
|
149 |
msgid "Re-Share Posts"
|
150 |
msgstr "Beiträge wiederholt teilen"
|
@@ -359,7 +359,7 @@ msgstr "Erstelle Social Media Posts"
|
|
359 |
msgid "Social Media Posts"
|
360 |
msgstr "Social Media Posts"
|
361 |
|
362 |
-
#: includes/Loader.php:955 includes/Loader.php:1018 views/b2s/dashboard.php:
|
363 |
#: views/b2s/html/post.navbar.php:22 views/b2s/html/sidebar.php:128
|
364 |
msgid "Calendar"
|
365 |
msgstr "Kalender"
|
@@ -704,15 +704,15 @@ msgstr "Es ist ein unbekannter Fehler aufgetreten!"
|
|
704 |
msgid "Please contact our support!"
|
705 |
msgstr "Bitte kontaktiere unseren Support!"
|
706 |
|
707 |
-
#: includes/Ajax/Post.php:
|
708 |
#: includes/B2S/Network/Item.php:224 includes/B2S/Network/Item.php:290
|
709 |
#: includes/B2S/Network/Item.php:361 includes/B2S/Network/Item.php:487
|
710 |
msgid "Unknown username"
|
711 |
msgstr "unbekannter Blog-Nutzer"
|
712 |
|
713 |
-
#: includes/Ajax/Post.php:
|
714 |
-
#: includes/B2S/Post/Item.php:
|
715 |
-
#: includes/B2S/Post/Item.php:
|
716 |
#: includes/B2S/Settings/Item.php:90 includes/B2S/Ship/Item.php:1131
|
717 |
#: includes/B2S/Ship/Item.php:1281
|
718 |
msgid "delete"
|
@@ -1067,7 +1067,7 @@ msgstr "sofort nach Veröffentlichung"
|
|
1067 |
msgid "at best times"
|
1068 |
msgstr "zu den besten Zeiten"
|
1069 |
|
1070 |
-
#: views/b2s/autopost.php:18 views/b2s/settings.php:
|
1071 |
#: includes/B2S/Ship/Image.php:29
|
1072 |
msgid ""
|
1073 |
"You need a higher user role to upload an image on this blog. Please contact "
|
@@ -1076,26 +1076,26 @@ msgstr ""
|
|
1076 |
"Du brauchst eine höhere Benutzerrolle, um ein Bild auf diesem Blog "
|
1077 |
"hochzuladen. Bitte kontaktiere Deinen Administrator."
|
1078 |
|
1079 |
-
#: views/b2s/autopost.php:27 views/b2s/settings.php:
|
1080 |
msgid "save..."
|
1081 |
msgstr "speichere Daten..."
|
1082 |
|
1083 |
-
#: views/b2s/autopost.php:48 views/b2s/settings.php:
|
1084 |
#: includes/B2S/Ship/Image.php:96
|
1085 |
msgid "Select or upload an image from media gallery"
|
1086 |
msgstr "Bild aus Mediathek auswählen oder hochladen"
|
1087 |
|
1088 |
-
#: views/b2s/autopost.php:49 views/b2s/settings.php:
|
1089 |
#: includes/B2S/Ship/Image.php:97
|
1090 |
msgid "Use image"
|
1091 |
msgstr "Bild verwenden"
|
1092 |
|
1093 |
-
#: views/b2s/autopost.php:59 views/b2s/settings.php:
|
1094 |
#: includes/B2S/Settings/Item.php:53
|
1095 |
msgid "Personal Time Zone"
|
1096 |
msgstr "Persönliche Zeitzone"
|
1097 |
|
1098 |
-
#: views/b2s/autopost.php:62 views/b2s/settings.php:
|
1099 |
msgid ""
|
1100 |
"Blog2Social applies the scheduled time settings based on the time zone "
|
1101 |
"defined in the general settings of your WordPress. You can select a user-"
|
@@ -1170,8 +1170,8 @@ msgstr ""
|
|
1170 |
msgid "Get the Blog2Social Browser Extension"
|
1171 |
msgstr "Blog2Social Browser Erweiterung"
|
1172 |
|
1173 |
-
#: views/b2s/curation.draft.php:47 views/b2s/
|
1174 |
-
#: views/b2s/network.php:149 views/b2s/network.php:236
|
1175 |
#: views/b2s/network.php:373 views/b2s/network.php:452
|
1176 |
#: views/b2s/post.approve.php:51 views/b2s/post.calendar.php:60
|
1177 |
#: views/b2s/post.calendar.php:244 views/b2s/post.draft.php:42
|
@@ -1230,10 +1230,10 @@ msgstr "Ungültige Daten. Bitte überprüfe Deine Angaben."
|
|
1230 |
msgid "Saved as draft."
|
1231 |
msgstr "Als Entwurf gespeichert."
|
1232 |
|
1233 |
-
#: views/b2s/curation.php:45 views/b2s/
|
1234 |
-
#: views/b2s/post.
|
1235 |
-
#:
|
1236 |
-
#: views/b2s/html/footer.php:160
|
1237 |
msgid "Link Post"
|
1238 |
msgstr "Link-Beitrag"
|
1239 |
|
@@ -1242,9 +1242,9 @@ msgid "Video Post"
|
|
1242 |
msgstr "Video-Beitrag"
|
1243 |
|
1244 |
#: views/b2s/curation.php:48 views/b2s/curation.php:51
|
1245 |
-
#: views/b2s/
|
1246 |
-
#: views/b2s/
|
1247 |
-
#: includes/B2S/Settings/Item.php:276
|
1248 |
msgid "Image Post"
|
1249 |
msgstr "Bild-Beitrag"
|
1250 |
|
@@ -1320,7 +1320,7 @@ msgid "Write something..."
|
|
1320 |
msgstr "Schreibe etwas..."
|
1321 |
|
1322 |
#: views/b2s/curation.php:132 views/b2s/ship.php:260 views/b2s/ship.php:262
|
1323 |
-
#: includes/B2S/Post/Item.php:
|
1324 |
msgid "Re-share this post"
|
1325 |
msgstr "Diesen Beitrag nochmal teilen"
|
1326 |
|
@@ -1330,7 +1330,7 @@ msgstr "Neuen Social Media Post erstellen"
|
|
1330 |
|
1331 |
#: views/b2s/curation.php:139 views/b2s/post.calendar.php:38
|
1332 |
#: views/b2s/ship.php:18 views/b2s/ship.php:753 includes/B2S/Post/Filter.php:59
|
1333 |
-
#: includes/B2S/Post/Item.php:
|
1334 |
#: includes/PRG/Post/Filter.php:37 includes/PRG/Post/Item.php:86
|
1335 |
msgid "published"
|
1336 |
msgstr "veröffentlicht"
|
@@ -1534,26 +1534,45 @@ msgstr ""
|
|
1534 |
"Netzwerkauswahl genutzt wird. <a href=\"%s\" target=\"_blank\">So erstellen "
|
1535 |
"Sie eine Netzwerk-Gruppierung</a>"
|
1536 |
|
1537 |
-
#: views/b2s/dashboard.php:
|
1538 |
msgid "Your Activity"
|
1539 |
msgstr "Deine Aktivität"
|
1540 |
|
1541 |
-
#: views/b2s/dashboard.php:
|
1542 |
msgid "List"
|
1543 |
msgstr "Liste"
|
1544 |
|
1545 |
-
#: views/b2s/dashboard.php:
|
1546 |
msgid "Chart"
|
1547 |
msgstr "Diagramm"
|
1548 |
|
1549 |
-
#: views/b2s/dashboard.php:
|
1550 |
msgid "Follow us"
|
1551 |
msgstr "Folge uns"
|
1552 |
|
1553 |
-
#: views/b2s/dashboard.php:
|
1554 |
msgid "show full calendar"
|
1555 |
msgstr "Vollständigen Kalender anzeigen"
|
1556 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1557 |
#: views/b2s/network.php:25 views/b2s/network.php:26
|
1558 |
#: views/b2s/post.calendar.php:226 views/b2s/post.calendar.php:227
|
1559 |
#: views/prg/post.php:26 views/prg/post.php:27
|
@@ -1569,7 +1588,7 @@ msgstr "Neue Netzwerkgruppierung anlegen"
|
|
1569 |
msgid "You want to define a new combination of networks?"
|
1570 |
msgstr "Du möchtest eine neue Kombination von Netzwerken anlegen?"
|
1571 |
|
1572 |
-
#: views/b2s/network.php:39 views/b2s/partials/post-edit-modal.php:
|
1573 |
msgid "Delete"
|
1574 |
msgstr "Löschen"
|
1575 |
|
@@ -1581,6 +1600,7 @@ msgstr ""
|
|
1581 |
"Manager benutzen?"
|
1582 |
|
1583 |
#: views/b2s/network.php:49 views/b2s/ship.php:75
|
|
|
1584 |
msgid "Load Best Times"
|
1585 |
msgstr "Lade beste Zeiten"
|
1586 |
|
@@ -1625,7 +1645,7 @@ msgstr ""
|
|
1625 |
"Business Brancheneinträgen zu erweitern."
|
1626 |
|
1627 |
#: views/b2s/network.php:130 views/b2s/premium.php:36 views/b2s/ship.php:494
|
1628 |
-
#: includes/B2S/Ship/Item.php:1193 views/b2s/partials/post-edit-modal.php:
|
1629 |
msgid "Learn more"
|
1630 |
msgstr "Mehr erfahren"
|
1631 |
|
@@ -1711,7 +1731,7 @@ msgstr "Beitragsvorlage bearbeiten"
|
|
1711 |
msgid "SMART"
|
1712 |
msgstr "SMART"
|
1713 |
|
1714 |
-
#: views/b2s/network.php:242 views/b2s/settings.php:
|
1715 |
#: includes/B2S/Network/Item.php:548 includes/B2S/Settings/Item.php:133
|
1716 |
msgid "save"
|
1717 |
msgstr "speichern"
|
@@ -2177,30 +2197,11 @@ msgid "show all"
|
|
2177 |
msgstr "alles anzeigen"
|
2178 |
|
2179 |
#: views/b2s/post.calendar.php:39 views/b2s/ship.php:18
|
2180 |
-
#: includes/B2S/Post/Filter.php:59 includes/B2S/Post/Item.php:
|
2181 |
#: includes/PRG/Post/Filter.php:37 includes/PRG/Post/Item.php:86
|
2182 |
msgid "scheduled"
|
2183 |
msgstr "geplant"
|
2184 |
|
2185 |
-
#: views/b2s/post.calendar.php:70 views/b2s/post.sched.php:189
|
2186 |
-
#: views/b2s/repost.php:73 includes/B2S/Network/Item.php:700
|
2187 |
-
#: includes/B2S/Network/Item.php:703 includes/B2S/Settings/Item.php:239
|
2188 |
-
#: views/b2s/html/footer.php:177
|
2189 |
-
msgid "Image with frame"
|
2190 |
-
msgstr "Bild mit Rahmen"
|
2191 |
-
|
2192 |
-
#: views/b2s/post.calendar.php:70 views/b2s/post.sched.php:189
|
2193 |
-
#: views/b2s/repost.php:73 includes/B2S/Network/Item.php:701
|
2194 |
-
#: includes/B2S/Network/Item.php:704 includes/B2S/Settings/Item.php:253
|
2195 |
-
#: views/b2s/html/footer.php:182
|
2196 |
-
msgid "Image cut out"
|
2197 |
-
msgstr "Bild zuschneiden"
|
2198 |
-
|
2199 |
-
#: views/b2s/post.calendar.php:88 views/b2s/post.sched.php:172
|
2200 |
-
#: views/b2s/repost.php:56
|
2201 |
-
msgid "add post"
|
2202 |
-
msgstr "Beitrag hinzufügen"
|
2203 |
-
|
2204 |
#: views/b2s/post.calendar.php:111 views/b2s/post.sched.php:130
|
2205 |
#: views/b2s/repost.php:104 views/b2s/ship.php:507
|
2206 |
msgid "Choose your"
|
@@ -2285,7 +2286,7 @@ msgstr "Entwurf löschen"
|
|
2285 |
msgid "Are you sure you want to delete this Social Media draft?"
|
2286 |
msgstr "Bist Du Dir sicher, dass du Deinen Entwurf löschen möchtest? "
|
2287 |
|
2288 |
-
#: views/b2s/post.favorites.php:67 includes/B2S/Post/Item.php:
|
2289 |
msgid "You have not saved any favorites."
|
2290 |
msgstr "Du hast keine Favoriten gespeichert."
|
2291 |
|
@@ -2410,8 +2411,8 @@ msgstr ""
|
|
2410 |
"Verwende den Beste-Zeiten-Manager, um Deine Beiträge automatisch zu planen "
|
2411 |
"oder Dein eigenes bestes Zeitschema zu definieren."
|
2412 |
|
2413 |
-
#: views/b2s/premium.php:109 includes/B2S/
|
2414 |
-
#: includes/B2S/Post/Item.php:
|
2415 |
msgid "Auto-Posting"
|
2416 |
msgstr "Auto-Posting"
|
2417 |
|
@@ -2508,27 +2509,27 @@ msgstr "Versionen und Preise anzeigen"
|
|
2508 |
msgid "Show all premium features"
|
2509 |
msgstr "Alle Premium-Features anzeigen"
|
2510 |
|
2511 |
-
#: views/b2s/settings.php:
|
2512 |
msgid "General"
|
2513 |
msgstr "Allgemein"
|
2514 |
|
2515 |
-
#: views/b2s/settings.php:
|
2516 |
msgid "Social Meta Data"
|
2517 |
msgstr "Social Meta Angaben"
|
2518 |
|
2519 |
-
#: views/b2s/settings.php:
|
2520 |
msgid "Social Media Networks"
|
2521 |
msgstr "Social-Media-Netzwerke"
|
2522 |
|
2523 |
-
#: views/b2s/settings.php:
|
2524 |
msgid "Social Media Time Settings"
|
2525 |
msgstr "Social-Media-Zeiteinstellungen"
|
2526 |
|
2527 |
-
#: views/b2s/settings.php:
|
2528 |
msgid "Post Templates"
|
2529 |
msgstr "Beitragsvorlagen"
|
2530 |
|
2531 |
-
#: views/b2s/settings.php:
|
2532 |
msgid ""
|
2533 |
"Connect Blog2Social with 16 different social media networks you like to "
|
2534 |
"share your WordPress blog posts and pages as well as imported posts and "
|
@@ -2538,7 +2539,7 @@ msgstr ""
|
|
2538 |
"Du Deine WordPress-Blogbeiträge und -Seiten sowie importierte Beiträge und "
|
2539 |
"Social-Media-Posts teilen möchtest. Die folgenden Netzwerke sind verfügbar:"
|
2540 |
|
2541 |
-
#: views/b2s/settings.php:
|
2542 |
#, php-format
|
2543 |
msgid ""
|
2544 |
"You will find more information on how to connect your social media networks "
|
@@ -2549,11 +2550,11 @@ msgstr ""
|
|
2549 |
"Netzwerke”-Guide</a> erhältst Du mehr Informationen darüber, wie Du Deine "
|
2550 |
"Social-Media-Netzwerke verbinden kannst."
|
2551 |
|
2552 |
-
#: views/b2s/settings.php:
|
2553 |
msgid "Connect your social media networks"
|
2554 |
msgstr "Verbinde Deine Social-Media-Netzwerke"
|
2555 |
|
2556 |
-
#: views/b2s/settings.php:
|
2557 |
msgid ""
|
2558 |
"Use the pre-defined best time settings or define your own best time settings "
|
2559 |
"for sharing your posts . Posting at the right time can be essential to make "
|
@@ -2564,7 +2565,7 @@ msgstr ""
|
|
2564 |
"geteilt werden sollen. Das Posten zur richtigen Zeit ist essentiell, um mehr "
|
2565 |
"Aufmerksamkeit und Engagement mit Deinen Social Media Beiträgen zu erzielen."
|
2566 |
|
2567 |
-
#: views/b2s/settings.php:
|
2568 |
#, php-format
|
2569 |
msgid ""
|
2570 |
"You will find more information about the pre-defined best time settings by "
|
@@ -2574,7 +2575,7 @@ msgstr ""
|
|
2574 |
"Blog2Social findest Du in diesem <a href=\"%s\" target=\"_blank\">\"Beste "
|
2575 |
"Zeiten\"-Guide</a>."
|
2576 |
|
2577 |
-
#: views/b2s/settings.php:
|
2578 |
#, php-format
|
2579 |
msgid ""
|
2580 |
"An instruction on how to define your own best times is explained in the "
|
@@ -2585,13 +2586,13 @@ msgstr ""
|
|
2585 |
"findest Du in dem Guide \"<a href=\"%s\" target=\"_blank\">Wie stelle ich "
|
2586 |
"meine eigenen Zeiteinstellungen zum Posten in sozialen Medien ein?</a>\". "
|
2587 |
|
2588 |
-
#: views/b2s/settings.php:
|
2589 |
msgid "Check, edit or define your social media time settings"
|
2590 |
msgstr ""
|
2591 |
"Prüfe, bearbeite oder definiere die Zeiteinstellungen für Deine Social-Media-"
|
2592 |
"Netzwerke"
|
2593 |
|
2594 |
-
#: views/b2s/settings.php:
|
2595 |
msgid ""
|
2596 |
"Edit the post templates for each social media network to turn your social "
|
2597 |
"media posts automatically into tailored posts for each network and community."
|
@@ -2602,15 +2603,15 @@ msgstr ""
|
|
2602 |
"Netzwerk und jede Community zu verwandeln. Du kannst den Inhalt Deines "
|
2603 |
"Beitrags mit den folgenden Variablen bearbeiten:"
|
2604 |
|
2605 |
-
#: views/b2s/settings.php:
|
2606 |
msgid "Title: The title of your post."
|
2607 |
msgstr "Titel: Der Titel Deines Beitrags."
|
2608 |
|
2609 |
-
#: views/b2s/settings.php:
|
2610 |
msgid "Content: The content of your post."
|
2611 |
msgstr "Content: Der Inhalt Deines Beitrags."
|
2612 |
|
2613 |
-
#: views/b2s/settings.php:
|
2614 |
msgid ""
|
2615 |
"Excerpt: The summary of your post (you define it in the side menu of your "
|
2616 |
"post)."
|
@@ -2618,15 +2619,15 @@ msgstr ""
|
|
2618 |
"Textauszug: Die Zusammenfassung Deines Beitrags (wird von dir im Seitenmenü "
|
2619 |
"deines Beitrags festgelegt)."
|
2620 |
|
2621 |
-
#: views/b2s/settings.php:
|
2622 |
msgid "Keywords: The tags you have set in your post."
|
2623 |
msgstr "Keywords: Die Tags, die Du in Deinem Beitrag gesetzt hast."
|
2624 |
|
2625 |
-
#: views/b2s/settings.php:
|
2626 |
msgid "Author: The author of the post."
|
2627 |
msgstr "Author: Der Autor des Beitrags."
|
2628 |
|
2629 |
-
#: views/b2s/settings.php:
|
2630 |
#, php-format
|
2631 |
msgid ""
|
2632 |
"You will find more information on how to use post templates for your social "
|
@@ -2636,17 +2637,17 @@ msgstr ""
|
|
2636 |
"Media-Netzwerke nutzen kannst, findest Du in diesem <a href=\"%s\" "
|
2637 |
"target=\"_blank\">\"Beitragsvorlagen\"-Guide</a>."
|
2638 |
|
2639 |
-
#: views/b2s/settings.php:
|
2640 |
msgid "Define your post templates for each social media network"
|
2641 |
msgstr "Definiere Deine Beitragsvorlagen für jedes Social-Media-Netzwerk. "
|
2642 |
|
2643 |
-
#: views/b2s/settings.php:
|
2644 |
msgid "Allow shortcodes in my social media posts (e.g. Page Builder)"
|
2645 |
msgstr ""
|
2646 |
"Berücksichtige Shortcodes in meinen Social Media Beiträgen (z.B. Page-"
|
2647 |
"Builder)"
|
2648 |
|
2649 |
-
#: views/b2s/settings.php:
|
2650 |
#, php-format
|
2651 |
msgid ""
|
2652 |
"Some WordPress plugins use short codes, e.g. Page Builder plugins. When a "
|
@@ -2670,21 +2671,21 @@ msgstr ""
|
|
2670 |
"Plugins Blog2Social unterstützt, findest Du in diesem <a href=\"%s\" "
|
2671 |
"target=\"_blank\">Guide</a>."
|
2672 |
|
2673 |
-
#: views/b2s/settings.php:
|
2674 |
msgid "Activate Legacy mode "
|
2675 |
msgstr "Kompatibilitätsmodus aktivieren"
|
2676 |
|
2677 |
-
#: views/b2s/settings.php:
|
2678 |
msgid "Plugin contents are loaded one at a time to minimize server load."
|
2679 |
msgstr ""
|
2680 |
"Plugininhalte werden nacheinander geladen, um den Server Deines Blogs zu "
|
2681 |
"entlasten."
|
2682 |
|
2683 |
-
#: views/b2s/settings.php:
|
2684 |
msgid "Instant Caching for Facebook Link Posts"
|
2685 |
msgstr "Instant Caching für Facebook Link-Beiträge"
|
2686 |
|
2687 |
-
#: views/b2s/settings.php:
|
2688 |
msgid ""
|
2689 |
"Please enable this feature, if you are using varnish caching (HTTP "
|
2690 |
"accelerator to relieve your website). Blog2Social will add a \"no-cache=1\" "
|
@@ -2698,7 +2699,7 @@ msgstr ""
|
|
2698 |
"Blogbeitrags zieht."
|
2699 |
|
2700 |
#: views/b2s/ship.php:18 includes/B2S/Post/Filter.php:59
|
2701 |
-
#: includes/B2S/Post/Item.php:
|
2702 |
msgid "draft"
|
2703 |
msgstr "Entwurf"
|
2704 |
|
@@ -2713,8 +2714,8 @@ msgstr "Beitrag auf Social Media planen und teilen"
|
|
2713 |
msgid "Title"
|
2714 |
msgstr "Titel"
|
2715 |
|
2716 |
-
#: views/b2s/ship.php:55 includes/B2S/Post/Item.php:
|
2717 |
-
#: includes/B2S/Post/Item.php:
|
2718 |
msgid "on blog"
|
2719 |
msgstr "auf dem Blog"
|
2720 |
|
@@ -2726,7 +2727,7 @@ msgstr "zum Seitenende"
|
|
2726 |
msgid "You want to load your time settings?"
|
2727 |
msgstr "Du möchtest Deine Zeiten laden?"
|
2728 |
|
2729 |
-
#: views/b2s/ship.php:69
|
2730 |
msgid "Load My Times Settings"
|
2731 |
msgstr "Meine Zeit-Einstellungen laden"
|
2732 |
|
@@ -3467,8 +3468,8 @@ msgstr "zu geplanten Zeiten"
|
|
3467 |
|
3468 |
#: includes/B2S/Curation/View.php:69 includes/B2S/Curation/View.php:70
|
3469 |
#: includes/B2S/RePost/Item.php:196 includes/B2S/Ship/Item.php:1263
|
3470 |
-
#: views/b2s/partials/post-edit-modal.php:
|
3471 |
-
#: views/b2s/partials/post-edit-modal.php:
|
3472 |
msgid "Date"
|
3473 |
msgstr "Startdatum"
|
3474 |
|
@@ -3476,6 +3477,34 @@ msgstr "Startdatum"
|
|
3476 |
msgid "Customize & Schedule"
|
3477 |
msgstr "Anpassen & Planen"
|
3478 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3479 |
#: includes/B2S/Network/Item.php:63
|
3480 |
msgid "Default"
|
3481 |
msgstr "Standard"
|
@@ -3763,7 +3792,7 @@ msgstr "geplant"
|
|
3763 |
msgid "autopost"
|
3764 |
msgstr "Auto-Post"
|
3765 |
|
3766 |
-
#: includes/B2S/Post/Filter.php:71 includes/B2S/Post/Item.php:
|
3767 |
msgid "re-share"
|
3768 |
msgstr "erneut teilen"
|
3769 |
|
@@ -3823,163 +3852,140 @@ msgstr "ausgewähltes Datum"
|
|
3823 |
msgid "scheduled post(s)"
|
3824 |
msgstr "geplante Beiträge"
|
3825 |
|
3826 |
-
#: includes/B2S/Post/Item.php:
|
3827 |
msgid "You have not saved any drafts."
|
3828 |
msgstr "Du hast keine Entwürfe gespeichert."
|
3829 |
|
3830 |
-
#: includes/B2S/Post/Item.php:
|
3831 |
msgid "You have no posts in your queue."
|
3832 |
msgstr "Du hast noch keine Beiträge in Deiner Warteschlange."
|
3833 |
|
3834 |
-
#: includes/B2S/Post/Item.php:
|
3835 |
msgid "You have not published or scheduled any posts."
|
3836 |
msgstr "Du hast keine Beiträge veröffentlicht oder geplant."
|
3837 |
|
3838 |
-
#: includes/B2S/Post/Item.php:
|
3839 |
msgid "curated post"
|
3840 |
msgstr "kuratierter Beitrag"
|
3841 |
|
3842 |
-
#: includes/B2S/Post/Item.php:
|
3843 |
-
#: includes/B2S/Post/Item.php:
|
3844 |
msgid "last shared on social media"
|
3845 |
msgstr "zuletzt auf Social Media geteilt"
|
3846 |
|
3847 |
-
#: includes/B2S/Post/Item.php:
|
3848 |
-
#: includes/B2S/Post/Item.php:
|
3849 |
-
#: includes/B2S/Post/Item.php:
|
3850 |
msgid "Share on Social Media"
|
3851 |
msgstr "auf Social Media teilen"
|
3852 |
|
3853 |
-
#: includes/B2S/Post/Item.php:
|
3854 |
msgid "load Draft"
|
3855 |
msgstr "Entwurf aufrufen"
|
3856 |
|
3857 |
-
#: includes/B2S/Post/Item.php:
|
3858 |
-
#: includes/B2S/Post/Item.php:
|
3859 |
#: includes/PRG/Post/Item.php:121
|
3860 |
msgid "Author"
|
3861 |
msgstr "Autor"
|
3862 |
|
3863 |
-
#: includes/B2S/Post/Item.php:
|
3864 |
-
#: includes/B2S/Post/Item.php:
|
3865 |
msgid "Details"
|
3866 |
msgstr "Details"
|
3867 |
|
3868 |
-
#: includes/B2S/Post/Item.php:
|
3869 |
msgid "shared social media posts"
|
3870 |
msgstr "geteilte Beiträge"
|
3871 |
|
3872 |
-
#: includes/B2S/Post/Item.php:
|
3873 |
#, php-format
|
3874 |
msgid "latest share by %s"
|
3875 |
msgstr "zuletzt von %s geteilt"
|
3876 |
|
3877 |
-
#: includes/B2S/Post/Item.php:
|
3878 |
#: views/b2s/widgets/activity.php:10
|
3879 |
msgid "scheduled social media posts"
|
3880 |
msgstr "geplante Beiträge"
|
3881 |
|
3882 |
-
#: includes/B2S/Post/Item.php:
|
3883 |
#, php-format
|
3884 |
msgid "next share by %s"
|
3885 |
msgstr "wird als nächstes von %s geteilt"
|
3886 |
|
3887 |
-
#: includes/B2S/Post/Item.php:
|
3888 |
msgid "social media posts ready to be shared"
|
3889 |
msgstr "Social Media Posts sind bereit, geteilt zu werden"
|
3890 |
|
3891 |
-
#: includes/B2S/Post/Item.php:
|
3892 |
msgid "via Browser-Extension"
|
3893 |
msgstr "via Browser-Extension"
|
3894 |
|
3895 |
-
#: includes/B2S/Post/Item.php:
|
3896 |
msgid "saved"
|
3897 |
msgstr "gespeichert"
|
3898 |
|
3899 |
-
#: includes/B2S/Post/Item.php:
|
3900 |
msgid "last saved"
|
3901 |
msgstr "zuletzt gespeichert:"
|
3902 |
|
3903 |
-
#: includes/B2S/Post/Item.php:
|
3904 |
-
#: includes/B2S/
|
3905 |
-
msgid "Retweet"
|
3906 |
-
msgstr "Retweet"
|
3907 |
-
|
3908 |
-
#: includes/B2S/Post/Item.php:715 includes/B2S/Post/Item.php:856
|
3909 |
-
msgid "Re-Share"
|
3910 |
-
msgstr "Wiederholt geteilt"
|
3911 |
-
|
3912 |
-
#: includes/B2S/Post/Item.php:721 includes/B2S/Post/Item.php:791
|
3913 |
-
#: includes/B2S/Post/Item.php:862 includes/B2S/RePost/Item.php:130
|
3914 |
msgid "select all"
|
3915 |
msgstr "alle auswählen"
|
3916 |
|
3917 |
-
#: includes/B2S/Post/Item.php:
|
3918 |
-
msgid "show"
|
3919 |
-
msgstr "ansehen"
|
3920 |
-
|
3921 |
-
#: includes/B2S/Post/Item.php:731 includes/B2S/Ship/Save.php:459
|
3922 |
msgid "Please see"
|
3923 |
msgstr "siehe"
|
3924 |
|
3925 |
-
#: includes/B2S/Post/Item.php:
|
3926 |
msgid "FAQ"
|
3927 |
msgstr "FAQ"
|
3928 |
|
3929 |
-
#: includes/B2S/Post/Item.php:
|
3930 |
-
#, php-format
|
3931 |
-
msgid "sharing in progress by %s"
|
3932 |
-
msgstr "wird gerade von %s geteilt"
|
3933 |
-
|
3934 |
-
#: includes/B2S/Post/Item.php:737
|
3935 |
-
#, php-format
|
3936 |
-
msgid "shared by %s"
|
3937 |
-
msgstr "von %s geteilt"
|
3938 |
-
|
3939 |
-
#: includes/B2S/Post/Item.php:758 includes/B2S/Post/Item.php:771
|
3940 |
msgid "You want to delete a publish post entry?"
|
3941 |
msgstr "Du möchtest einen veröffentlichten Beitrag löschen?"
|
3942 |
|
3943 |
-
#: includes/B2S/Post/Item.php:
|
3944 |
msgid "delete from reporting"
|
3945 |
msgstr "aus Reporting löschen"
|
3946 |
|
3947 |
-
#: includes/B2S/Post/Item.php:
|
3948 |
#, php-format
|
3949 |
msgid "is waiting to shared by %s"
|
3950 |
msgstr "wartet darauf von %s geteilt zu werden"
|
3951 |
|
3952 |
-
#: includes/B2S/Post/Item.php:
|
3953 |
msgid "share"
|
3954 |
msgstr "teilen"
|
3955 |
|
3956 |
-
#: includes/B2S/Post/Item.php:
|
3957 |
msgid "You want to delete your Social Media post?"
|
3958 |
msgstr "Du möchtest Deinen Social Media Post löschen?"
|
3959 |
|
3960 |
-
#: includes/B2S/Post/Item.php:
|
3961 |
#, php-format
|
3962 |
msgid "last modified by %s"
|
3963 |
msgstr "zuletzt von %s bearbeitet"
|
3964 |
|
3965 |
-
#: includes/B2S/Post/Item.php:
|
3966 |
msgid "is currently being processed by the network"
|
3967 |
msgstr "wird vom Netzwerk verarbeitet"
|
3968 |
|
3969 |
-
#: includes/B2S/Post/Item.php:
|
3970 |
#, php-format
|
3971 |
msgid "scheduled by %s"
|
3972 |
msgstr "von %s vorgeplant "
|
3973 |
|
3974 |
-
#: includes/B2S/Post/Item.php:
|
3975 |
msgid "You want to edit your scheduled post?"
|
3976 |
msgstr "Sie möchten Ihre vorgeplanten Beiträge bearbeiten?"
|
3977 |
|
3978 |
-
#: includes/B2S/Post/Item.php:
|
3979 |
msgid "edit"
|
3980 |
msgstr "edit"
|
3981 |
|
3982 |
-
#: includes/B2S/Post/Item.php:
|
3983 |
msgid "delete scheduling"
|
3984 |
msgstr "Planung löschen"
|
3985 |
|
@@ -4116,10 +4122,6 @@ msgstr "Benötigst Du mehr?"
|
|
4116 |
msgid "Queue"
|
4117 |
msgstr "Warteschlange"
|
4118 |
|
4119 |
-
#: includes/B2S/RePost/Item.php:127
|
4120 |
-
msgid "Posts"
|
4121 |
-
msgstr "Posts"
|
4122 |
-
|
4123 |
#: includes/B2S/RePost/Item.php:131
|
4124 |
msgid "delete selected posts"
|
4125 |
msgstr "markierte Beiträge löschen"
|
@@ -4724,16 +4726,16 @@ msgstr "Hashtags"
|
|
4724 |
msgid "Enable Retweets for all Tweets with the selected profile"
|
4725 |
msgstr "Retweets für alle Tweets mit dem gewählten Profil aktivieren"
|
4726 |
|
4727 |
-
#: includes/B2S/Ship/Item.php:1114 views/b2s/partials/post-edit-modal.php:
|
4728 |
msgid "Delay"
|
4729 |
msgstr "Verzögerung"
|
4730 |
|
4731 |
#: includes/B2S/Ship/Item.php:1124 includes/B2S/Ship/Item.php:1125
|
4732 |
#: includes/B2S/Ship/Item.php:1126 includes/B2S/Ship/Item.php:1127
|
4733 |
-
#: views/b2s/partials/post-edit-modal.php:
|
4734 |
-
#: views/b2s/partials/post-edit-modal.php:
|
4735 |
-
#: views/b2s/partials/post-edit-modal.php:
|
4736 |
-
#: views/b2s/partials/post-edit-modal.php:
|
4737 |
msgid "min"
|
4738 |
msgstr "min"
|
4739 |
|
@@ -4749,7 +4751,7 @@ msgstr "Sofort teilen"
|
|
4749 |
msgid "Schedule Recurrent Post"
|
4750 |
msgstr "regelmäßig Planen"
|
4751 |
|
4752 |
-
#: includes/B2S/Ship/Item.php:1193 views/b2s/partials/post-edit-modal.php:
|
4753 |
msgid ""
|
4754 |
"Please note: Your account is connected via an old XING API that is no longer "
|
4755 |
"supported by XING after March 31. Please connect your XING profile, as well "
|
@@ -4764,7 +4766,7 @@ msgstr ""
|
|
4764 |
"mit der neuen XING-Schnittstelle. Gehe dazu in den Bereich Blog2Social "
|
4765 |
"\"Netzwerke\" und verbinde Dein XING-Konto über die neue XING-Schnittstelle."
|
4766 |
|
4767 |
-
#: includes/B2S/Ship/Item.php:1197 views/b2s/partials/post-edit-modal.php:
|
4768 |
msgid ""
|
4769 |
"Please note: Google will shut down Google+ for all private accounts "
|
4770 |
"(profiles, pages, groups) on 2nd April 2019. You can find further "
|
@@ -4840,8 +4842,8 @@ msgstr "Monatsende"
|
|
4840 |
msgid "Timespan"
|
4841 |
msgstr "Zeitspanne"
|
4842 |
|
4843 |
-
#: includes/B2S/Ship/Item.php:1264 views/b2s/partials/post-edit-modal.php:
|
4844 |
-
#: views/b2s/partials/post-edit-modal.php:
|
4845 |
msgid "Time"
|
4846 |
msgstr "Mal"
|
4847 |
|
@@ -5669,11 +5671,15 @@ msgstr ""
|
|
5669 |
"WordPress verwendet standardmäßig Heartbeats, ebenso wie Blog2Social. Bitte "
|
5670 |
"aktiviere Heartbeats für die Nutzung von Blog2Social! Siehe auch:"
|
5671 |
|
5672 |
-
#: views/b2s/html/header.php:65
|
5673 |
-
msgid "
|
|
|
|
|
|
|
5674 |
msgstr ""
|
5675 |
-
"
|
5676 |
-
"
|
|
|
5677 |
|
5678 |
#: views/b2s/html/header.php:72
|
5679 |
msgid "Thank you. You'll now receive the blog updates from Blog2Social."
|
@@ -6102,11 +6108,11 @@ msgstr "Beitrag bearbeiten"
|
|
6102 |
msgid "This post is blocked by %1"
|
6103 |
msgstr "% 1bearbeitet gerade diesen Beitrag."
|
6104 |
|
6105 |
-
#: views/b2s/partials/post-edit-modal.php:
|
6106 |
msgid "The orginal tweet is scheduled on:"
|
6107 |
msgstr "Der Original-Tweet ist geplant für:"
|
6108 |
|
6109 |
-
#: views/b2s/partials/post-edit-modal.php:
|
6110 |
msgid "Change details"
|
6111 |
msgstr "Änderungen übernehmen"
|
6112 |
|
@@ -6262,6 +6268,12 @@ msgid "Your message was not successfully transmitted. Please try again!"
|
|
6262 |
msgstr ""
|
6263 |
"Deine Nachricht wurde nicht erfolgreich übertragen. Bitte versuche es erneut!"
|
6264 |
|
|
|
|
|
|
|
|
|
|
|
|
|
6265 |
#: views/prg/html/header.php:53
|
6266 |
msgid ""
|
6267 |
"PR-Gateway offers a paid online distribution service for submitting press "
|
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-02-02 14:38+0000\n"
|
6 |
"MIME-Version: 1.0\n"
|
7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
"Project-Id-Version: Plugins - Blog2Social: Social Media Auto Post & "
|
13 |
"Scheduler - Stable (latest release)\n"
|
14 |
"Report-Msgid-Bugs-To: \n"
|
15 |
+
"POT-Creation-Date: 2021-02-02 14:37+0000\n"
|
16 |
+
"Last-Translator: \n"
|
17 |
+
"Language-Team: Deutsch\n"
|
18 |
+
"X-Loco-Version: 2.3.3; wp-5.6-RC1-49690"
|
19 |
|
20 |
#: includes/Loader.php:45
|
21 |
msgid "Modify pin board"
|
96 |
msgstr "Premium freischalten"
|
97 |
|
98 |
#: includes/Loader.php:822 includes/Loader.php:957 includes/Loader.php:957
|
99 |
+
#: includes/Loader.php:1031 includes/B2S/Insights/Item.php:27
|
100 |
+
#: includes/B2S/RePost/Item.php:25 views/b2s/html/sidebar.php:137
|
101 |
msgid "Settings"
|
102 |
msgstr "Einstellungen"
|
103 |
|
139 |
msgid "Favorites"
|
140 |
msgstr "Favoriten"
|
141 |
|
142 |
+
#: includes/Loader.php:872 views/b2s/settings.php:40
|
143 |
#: views/b2s/html/sidebar.php:75
|
144 |
msgid "Auto-Post"
|
145 |
msgstr "Beiträge automatisch teilen"
|
146 |
|
147 |
+
#: includes/Loader.php:872 views/b2s/settings.php:46
|
148 |
#: views/b2s/html/post.navbar.php:20 views/b2s/html/sidebar.php:72
|
149 |
msgid "Re-Share Posts"
|
150 |
msgstr "Beiträge wiederholt teilen"
|
359 |
msgid "Social Media Posts"
|
360 |
msgstr "Social Media Posts"
|
361 |
|
362 |
+
#: includes/Loader.php:955 includes/Loader.php:1018 views/b2s/dashboard.php:39
|
363 |
#: views/b2s/html/post.navbar.php:22 views/b2s/html/sidebar.php:128
|
364 |
msgid "Calendar"
|
365 |
msgstr "Kalender"
|
704 |
msgid "Please contact our support!"
|
705 |
msgstr "Bitte kontaktiere unseren Support!"
|
706 |
|
707 |
+
#: includes/Ajax/Post.php:1932 views/b2s/network.php:7
|
708 |
#: includes/B2S/Network/Item.php:224 includes/B2S/Network/Item.php:290
|
709 |
#: includes/B2S/Network/Item.php:361 includes/B2S/Network/Item.php:487
|
710 |
msgid "Unknown username"
|
711 |
msgstr "unbekannter Blog-Nutzer"
|
712 |
|
713 |
+
#: includes/Ajax/Post.php:1933 includes/B2S/Network/Item.php:488
|
714 |
+
#: includes/B2S/Post/Item.php:534 includes/B2S/Post/Item.php:554
|
715 |
+
#: includes/B2S/Post/Item.php:846 includes/B2S/Post/Item.php:904
|
716 |
#: includes/B2S/Settings/Item.php:90 includes/B2S/Ship/Item.php:1131
|
717 |
#: includes/B2S/Ship/Item.php:1281
|
718 |
msgid "delete"
|
1067 |
msgid "at best times"
|
1068 |
msgstr "zu den besten Zeiten"
|
1069 |
|
1070 |
+
#: views/b2s/autopost.php:18 views/b2s/settings.php:23
|
1071 |
#: includes/B2S/Ship/Image.php:29
|
1072 |
msgid ""
|
1073 |
"You need a higher user role to upload an image on this blog. Please contact "
|
1076 |
"Du brauchst eine höhere Benutzerrolle, um ein Bild auf diesem Blog "
|
1077 |
"hochzuladen. Bitte kontaktiere Deinen Administrator."
|
1078 |
|
1079 |
+
#: views/b2s/autopost.php:27 views/b2s/settings.php:32
|
1080 |
msgid "save..."
|
1081 |
msgstr "speichere Daten..."
|
1082 |
|
1083 |
+
#: views/b2s/autopost.php:48 views/b2s/settings.php:142
|
1084 |
#: includes/B2S/Ship/Image.php:96
|
1085 |
msgid "Select or upload an image from media gallery"
|
1086 |
msgstr "Bild aus Mediathek auswählen oder hochladen"
|
1087 |
|
1088 |
+
#: views/b2s/autopost.php:49 views/b2s/settings.php:143
|
1089 |
#: includes/B2S/Ship/Image.php:97
|
1090 |
msgid "Use image"
|
1091 |
msgstr "Bild verwenden"
|
1092 |
|
1093 |
+
#: views/b2s/autopost.php:59 views/b2s/settings.php:195
|
1094 |
#: includes/B2S/Settings/Item.php:53
|
1095 |
msgid "Personal Time Zone"
|
1096 |
msgstr "Persönliche Zeitzone"
|
1097 |
|
1098 |
+
#: views/b2s/autopost.php:62 views/b2s/settings.php:198
|
1099 |
msgid ""
|
1100 |
"Blog2Social applies the scheduled time settings based on the time zone "
|
1101 |
"defined in the general settings of your WordPress. You can select a user-"
|
1170 |
msgid "Get the Blog2Social Browser Extension"
|
1171 |
msgstr "Blog2Social Browser Erweiterung"
|
1172 |
|
1173 |
+
#: views/b2s/curation.draft.php:47 views/b2s/insights.php:28
|
1174 |
+
#: views/b2s/network.php:61 views/b2s/network.php:149 views/b2s/network.php:236
|
1175 |
#: views/b2s/network.php:373 views/b2s/network.php:452
|
1176 |
#: views/b2s/post.approve.php:51 views/b2s/post.calendar.php:60
|
1177 |
#: views/b2s/post.calendar.php:244 views/b2s/post.draft.php:42
|
1230 |
msgid "Saved as draft."
|
1231 |
msgstr "Als Entwurf gespeichert."
|
1232 |
|
1233 |
+
#: views/b2s/curation.php:45 views/b2s/insights.php:73
|
1234 |
+
#: views/b2s/post.calendar.php:70 views/b2s/post.sched.php:189
|
1235 |
+
#: views/b2s/repost.php:73 includes/B2S/Settings/Item.php:239
|
1236 |
+
#: includes/B2S/Settings/Item.php:276 views/b2s/html/footer.php:160
|
1237 |
msgid "Link Post"
|
1238 |
msgstr "Link-Beitrag"
|
1239 |
|
1242 |
msgstr "Video-Beitrag"
|
1243 |
|
1244 |
#: views/b2s/curation.php:48 views/b2s/curation.php:51
|
1245 |
+
#: views/b2s/insights.php:73 views/b2s/post.calendar.php:70
|
1246 |
+
#: views/b2s/post.sched.php:189 views/b2s/repost.php:73
|
1247 |
+
#: includes/B2S/Settings/Item.php:253 includes/B2S/Settings/Item.php:276
|
1248 |
msgid "Image Post"
|
1249 |
msgstr "Bild-Beitrag"
|
1250 |
|
1320 |
msgstr "Schreibe etwas..."
|
1321 |
|
1322 |
#: views/b2s/curation.php:132 views/b2s/ship.php:260 views/b2s/ship.php:262
|
1323 |
+
#: includes/B2S/Post/Item.php:454
|
1324 |
msgid "Re-share this post"
|
1325 |
msgstr "Diesen Beitrag nochmal teilen"
|
1326 |
|
1330 |
|
1331 |
#: views/b2s/curation.php:139 views/b2s/post.calendar.php:38
|
1332 |
#: views/b2s/ship.php:18 views/b2s/ship.php:753 includes/B2S/Post/Filter.php:59
|
1333 |
+
#: includes/B2S/Post/Item.php:381 includes/B2S/Ship/Save.php:438
|
1334 |
#: includes/PRG/Post/Filter.php:37 includes/PRG/Post/Item.php:86
|
1335 |
msgid "published"
|
1336 |
msgstr "veröffentlicht"
|
1534 |
"Netzwerkauswahl genutzt wird. <a href=\"%s\" target=\"_blank\">So erstellen "
|
1535 |
"Sie eine Netzwerk-Gruppierung</a>"
|
1536 |
|
1537 |
+
#: views/b2s/dashboard.php:35
|
1538 |
msgid "Your Activity"
|
1539 |
msgstr "Deine Aktivität"
|
1540 |
|
1541 |
+
#: views/b2s/dashboard.php:40
|
1542 |
msgid "List"
|
1543 |
msgstr "Liste"
|
1544 |
|
1545 |
+
#: views/b2s/dashboard.php:41
|
1546 |
msgid "Chart"
|
1547 |
msgstr "Diagramm"
|
1548 |
|
1549 |
+
#: views/b2s/dashboard.php:69
|
1550 |
msgid "Follow us"
|
1551 |
msgstr "Folge uns"
|
1552 |
|
1553 |
+
#: views/b2s/dashboard.php:94
|
1554 |
msgid "show full calendar"
|
1555 |
msgstr "Vollständigen Kalender anzeigen"
|
1556 |
|
1557 |
+
#: views/b2s/insights.php:56 views/b2s/post.calendar.php:88
|
1558 |
+
#: views/b2s/post.sched.php:172 views/b2s/repost.php:56
|
1559 |
+
msgid "add post"
|
1560 |
+
msgstr "Beitrag hinzufügen"
|
1561 |
+
|
1562 |
+
#: views/b2s/insights.php:73 views/b2s/post.calendar.php:70
|
1563 |
+
#: views/b2s/post.sched.php:189 views/b2s/repost.php:73
|
1564 |
+
#: includes/B2S/Network/Item.php:700 includes/B2S/Network/Item.php:703
|
1565 |
+
#: includes/B2S/Settings/Item.php:239 views/b2s/html/footer.php:177
|
1566 |
+
msgid "Image with frame"
|
1567 |
+
msgstr "Bild mit Rahmen"
|
1568 |
+
|
1569 |
+
#: views/b2s/insights.php:73 views/b2s/post.calendar.php:70
|
1570 |
+
#: views/b2s/post.sched.php:189 views/b2s/repost.php:73
|
1571 |
+
#: includes/B2S/Network/Item.php:701 includes/B2S/Network/Item.php:704
|
1572 |
+
#: includes/B2S/Settings/Item.php:253 views/b2s/html/footer.php:182
|
1573 |
+
msgid "Image cut out"
|
1574 |
+
msgstr "Bild zuschneiden"
|
1575 |
+
|
1576 |
#: views/b2s/network.php:25 views/b2s/network.php:26
|
1577 |
#: views/b2s/post.calendar.php:226 views/b2s/post.calendar.php:227
|
1578 |
#: views/prg/post.php:26 views/prg/post.php:27
|
1588 |
msgid "You want to define a new combination of networks?"
|
1589 |
msgstr "Du möchtest eine neue Kombination von Netzwerken anlegen?"
|
1590 |
|
1591 |
+
#: views/b2s/network.php:39 views/b2s/partials/post-edit-modal.php:102
|
1592 |
msgid "Delete"
|
1593 |
msgstr "Löschen"
|
1594 |
|
1600 |
"Manager benutzen?"
|
1601 |
|
1602 |
#: views/b2s/network.php:49 views/b2s/ship.php:75
|
1603 |
+
#: views/b2s/partials/post-edit-modal.php:42
|
1604 |
msgid "Load Best Times"
|
1605 |
msgstr "Lade beste Zeiten"
|
1606 |
|
1645 |
"Business Brancheneinträgen zu erweitern."
|
1646 |
|
1647 |
#: views/b2s/network.php:130 views/b2s/premium.php:36 views/b2s/ship.php:494
|
1648 |
+
#: includes/B2S/Ship/Item.php:1193 views/b2s/partials/post-edit-modal.php:53
|
1649 |
msgid "Learn more"
|
1650 |
msgstr "Mehr erfahren"
|
1651 |
|
1731 |
msgid "SMART"
|
1732 |
msgstr "SMART"
|
1733 |
|
1734 |
+
#: views/b2s/network.php:242 views/b2s/settings.php:70
|
1735 |
#: includes/B2S/Network/Item.php:548 includes/B2S/Settings/Item.php:133
|
1736 |
msgid "save"
|
1737 |
msgstr "speichern"
|
2197 |
msgstr "alles anzeigen"
|
2198 |
|
2199 |
#: views/b2s/post.calendar.php:39 views/b2s/ship.php:18
|
2200 |
+
#: includes/B2S/Post/Filter.php:59 includes/B2S/Post/Item.php:381
|
2201 |
#: includes/PRG/Post/Filter.php:37 includes/PRG/Post/Item.php:86
|
2202 |
msgid "scheduled"
|
2203 |
msgstr "geplant"
|
2204 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2205 |
#: views/b2s/post.calendar.php:111 views/b2s/post.sched.php:130
|
2206 |
#: views/b2s/repost.php:104 views/b2s/ship.php:507
|
2207 |
msgid "Choose your"
|
2286 |
msgid "Are you sure you want to delete this Social Media draft?"
|
2287 |
msgstr "Bist Du Dir sicher, dass du Deinen Entwurf löschen möchtest? "
|
2288 |
|
2289 |
+
#: views/b2s/post.favorites.php:67 includes/B2S/Post/Item.php:387
|
2290 |
msgid "You have not saved any favorites."
|
2291 |
msgstr "Du hast keine Favoriten gespeichert."
|
2292 |
|
2411 |
"Verwende den Beste-Zeiten-Manager, um Deine Beiträge automatisch zu planen "
|
2412 |
"oder Dein eigenes bestes Zeitschema zu definieren."
|
2413 |
|
2414 |
+
#: views/b2s/premium.php:109 includes/B2S/Insights/Item.php:78
|
2415 |
+
#: includes/B2S/Post/Item.php:728 includes/B2S/Post/Item.php:869
|
2416 |
msgid "Auto-Posting"
|
2417 |
msgstr "Auto-Posting"
|
2418 |
|
2509 |
msgid "Show all premium features"
|
2510 |
msgstr "Alle Premium-Features anzeigen"
|
2511 |
|
2512 |
+
#: views/b2s/settings.php:37
|
2513 |
msgid "General"
|
2514 |
msgstr "Allgemein"
|
2515 |
|
2516 |
+
#: views/b2s/settings.php:43
|
2517 |
msgid "Social Meta Data"
|
2518 |
msgstr "Social Meta Angaben"
|
2519 |
|
2520 |
+
#: views/b2s/settings.php:49 views/b2s/html/sidebar.php:134
|
2521 |
msgid "Social Media Networks"
|
2522 |
msgstr "Social-Media-Netzwerke"
|
2523 |
|
2524 |
+
#: views/b2s/settings.php:52
|
2525 |
msgid "Social Media Time Settings"
|
2526 |
msgstr "Social-Media-Zeiteinstellungen"
|
2527 |
|
2528 |
+
#: views/b2s/settings.php:55
|
2529 |
msgid "Post Templates"
|
2530 |
msgstr "Beitragsvorlagen"
|
2531 |
|
2532 |
+
#: views/b2s/settings.php:77
|
2533 |
msgid ""
|
2534 |
"Connect Blog2Social with 16 different social media networks you like to "
|
2535 |
"share your WordPress blog posts and pages as well as imported posts and "
|
2539 |
"Du Deine WordPress-Blogbeiträge und -Seiten sowie importierte Beiträge und "
|
2540 |
"Social-Media-Posts teilen möchtest. Die folgenden Netzwerke sind verfügbar:"
|
2541 |
|
2542 |
+
#: views/b2s/settings.php:97
|
2543 |
#, php-format
|
2544 |
msgid ""
|
2545 |
"You will find more information on how to connect your social media networks "
|
2550 |
"Netzwerke”-Guide</a> erhältst Du mehr Informationen darüber, wie Du Deine "
|
2551 |
"Social-Media-Netzwerke verbinden kannst."
|
2552 |
|
2553 |
+
#: views/b2s/settings.php:99
|
2554 |
msgid "Connect your social media networks"
|
2555 |
msgstr "Verbinde Deine Social-Media-Netzwerke"
|
2556 |
|
2557 |
+
#: views/b2s/settings.php:102
|
2558 |
msgid ""
|
2559 |
"Use the pre-defined best time settings or define your own best time settings "
|
2560 |
"for sharing your posts . Posting at the right time can be essential to make "
|
2565 |
"geteilt werden sollen. Das Posten zur richtigen Zeit ist essentiell, um mehr "
|
2566 |
"Aufmerksamkeit und Engagement mit Deinen Social Media Beiträgen zu erzielen."
|
2567 |
|
2568 |
+
#: views/b2s/settings.php:104
|
2569 |
#, php-format
|
2570 |
msgid ""
|
2571 |
"You will find more information about the pre-defined best time settings by "
|
2575 |
"Blog2Social findest Du in diesem <a href=\"%s\" target=\"_blank\">\"Beste "
|
2576 |
"Zeiten\"-Guide</a>."
|
2577 |
|
2578 |
+
#: views/b2s/settings.php:106
|
2579 |
#, php-format
|
2580 |
msgid ""
|
2581 |
"An instruction on how to define your own best times is explained in the "
|
2586 |
"findest Du in dem Guide \"<a href=\"%s\" target=\"_blank\">Wie stelle ich "
|
2587 |
"meine eigenen Zeiteinstellungen zum Posten in sozialen Medien ein?</a>\". "
|
2588 |
|
2589 |
+
#: views/b2s/settings.php:108
|
2590 |
msgid "Check, edit or define your social media time settings"
|
2591 |
msgstr ""
|
2592 |
"Prüfe, bearbeite oder definiere die Zeiteinstellungen für Deine Social-Media-"
|
2593 |
"Netzwerke"
|
2594 |
|
2595 |
+
#: views/b2s/settings.php:111
|
2596 |
msgid ""
|
2597 |
"Edit the post templates for each social media network to turn your social "
|
2598 |
"media posts automatically into tailored posts for each network and community."
|
2603 |
"Netzwerk und jede Community zu verwandeln. Du kannst den Inhalt Deines "
|
2604 |
"Beitrags mit den folgenden Variablen bearbeiten:"
|
2605 |
|
2606 |
+
#: views/b2s/settings.php:114
|
2607 |
msgid "Title: The title of your post."
|
2608 |
msgstr "Titel: Der Titel Deines Beitrags."
|
2609 |
|
2610 |
+
#: views/b2s/settings.php:115
|
2611 |
msgid "Content: The content of your post."
|
2612 |
msgstr "Content: Der Inhalt Deines Beitrags."
|
2613 |
|
2614 |
+
#: views/b2s/settings.php:116
|
2615 |
msgid ""
|
2616 |
"Excerpt: The summary of your post (you define it in the side menu of your "
|
2617 |
"post)."
|
2619 |
"Textauszug: Die Zusammenfassung Deines Beitrags (wird von dir im Seitenmenü "
|
2620 |
"deines Beitrags festgelegt)."
|
2621 |
|
2622 |
+
#: views/b2s/settings.php:117
|
2623 |
msgid "Keywords: The tags you have set in your post."
|
2624 |
msgstr "Keywords: Die Tags, die Du in Deinem Beitrag gesetzt hast."
|
2625 |
|
2626 |
+
#: views/b2s/settings.php:118
|
2627 |
msgid "Author: The author of the post."
|
2628 |
msgstr "Author: Der Autor des Beitrags."
|
2629 |
|
2630 |
+
#: views/b2s/settings.php:120
|
2631 |
#, php-format
|
2632 |
msgid ""
|
2633 |
"You will find more information on how to use post templates for your social "
|
2637 |
"Media-Netzwerke nutzen kannst, findest Du in diesem <a href=\"%s\" "
|
2638 |
"target=\"_blank\">\"Beitragsvorlagen\"-Guide</a>."
|
2639 |
|
2640 |
+
#: views/b2s/settings.php:122
|
2641 |
msgid "Define your post templates for each social media network"
|
2642 |
msgstr "Definiere Deine Beitragsvorlagen für jedes Social-Media-Netzwerk. "
|
2643 |
|
2644 |
+
#: views/b2s/settings.php:153
|
2645 |
msgid "Allow shortcodes in my social media posts (e.g. Page Builder)"
|
2646 |
msgstr ""
|
2647 |
"Berücksichtige Shortcodes in meinen Social Media Beiträgen (z.B. Page-"
|
2648 |
"Builder)"
|
2649 |
|
2650 |
+
#: views/b2s/settings.php:156
|
2651 |
#, php-format
|
2652 |
msgid ""
|
2653 |
"Some WordPress plugins use short codes, e.g. Page Builder plugins. When a "
|
2671 |
"Plugins Blog2Social unterstützt, findest Du in diesem <a href=\"%s\" "
|
2672 |
"target=\"_blank\">Guide</a>."
|
2673 |
|
2674 |
+
#: views/b2s/settings.php:167
|
2675 |
msgid "Activate Legacy mode "
|
2676 |
msgstr "Kompatibilitätsmodus aktivieren"
|
2677 |
|
2678 |
+
#: views/b2s/settings.php:170
|
2679 |
msgid "Plugin contents are loaded one at a time to minimize server load."
|
2680 |
msgstr ""
|
2681 |
"Plugininhalte werden nacheinander geladen, um den Server Deines Blogs zu "
|
2682 |
"entlasten."
|
2683 |
|
2684 |
+
#: views/b2s/settings.php:181
|
2685 |
msgid "Instant Caching for Facebook Link Posts"
|
2686 |
msgstr "Instant Caching für Facebook Link-Beiträge"
|
2687 |
|
2688 |
+
#: views/b2s/settings.php:184
|
2689 |
msgid ""
|
2690 |
"Please enable this feature, if you are using varnish caching (HTTP "
|
2691 |
"accelerator to relieve your website). Blog2Social will add a \"no-cache=1\" "
|
2699 |
"Blogbeitrags zieht."
|
2700 |
|
2701 |
#: views/b2s/ship.php:18 includes/B2S/Post/Filter.php:59
|
2702 |
+
#: includes/B2S/Post/Item.php:381 includes/PRG/Post/Item.php:86
|
2703 |
msgid "draft"
|
2704 |
msgstr "Entwurf"
|
2705 |
|
2714 |
msgid "Title"
|
2715 |
msgstr "Titel"
|
2716 |
|
2717 |
+
#: views/b2s/ship.php:55 includes/B2S/Post/Item.php:437
|
2718 |
+
#: includes/B2S/Post/Item.php:580
|
2719 |
msgid "on blog"
|
2720 |
msgstr "auf dem Blog"
|
2721 |
|
2727 |
msgid "You want to load your time settings?"
|
2728 |
msgstr "Du möchtest Deine Zeiten laden?"
|
2729 |
|
2730 |
+
#: views/b2s/ship.php:69 views/b2s/partials/post-edit-modal.php:41
|
2731 |
msgid "Load My Times Settings"
|
2732 |
msgstr "Meine Zeit-Einstellungen laden"
|
2733 |
|
3468 |
|
3469 |
#: includes/B2S/Curation/View.php:69 includes/B2S/Curation/View.php:70
|
3470 |
#: includes/B2S/RePost/Item.php:196 includes/B2S/Ship/Item.php:1263
|
3471 |
+
#: views/b2s/partials/post-edit-modal.php:67
|
3472 |
+
#: views/b2s/partials/post-edit-modal.php:70
|
3473 |
msgid "Date"
|
3474 |
msgstr "Startdatum"
|
3475 |
|
3477 |
msgid "Customize & Schedule"
|
3478 |
msgstr "Anpassen & Planen"
|
3479 |
|
3480 |
+
#: includes/B2S/Insights/Item.php:50 includes/B2S/RePost/Item.php:127
|
3481 |
+
msgid "Posts"
|
3482 |
+
msgstr "Posts"
|
3483 |
+
|
3484 |
+
#: includes/B2S/Insights/Item.php:75 includes/B2S/Post/Item.php:737
|
3485 |
+
msgid "show"
|
3486 |
+
msgstr "ansehen"
|
3487 |
+
|
3488 |
+
#: includes/B2S/Insights/Item.php:76 includes/B2S/Post/Item.php:750
|
3489 |
+
#, php-format
|
3490 |
+
msgid "sharing in progress by %s"
|
3491 |
+
msgstr "wird gerade von %s geteilt"
|
3492 |
+
|
3493 |
+
#: includes/B2S/Insights/Item.php:76 includes/B2S/Post/Item.php:750
|
3494 |
+
#, php-format
|
3495 |
+
msgid "shared by %s"
|
3496 |
+
msgstr "von %s geteilt"
|
3497 |
+
|
3498 |
+
#: includes/B2S/Insights/Item.php:78 includes/B2S/Post/Item.php:728
|
3499 |
+
#: includes/B2S/Post/Item.php:869 includes/B2S/Ship/Save.php:448
|
3500 |
+
msgid "Retweet"
|
3501 |
+
msgstr "Retweet"
|
3502 |
+
|
3503 |
+
#: includes/B2S/Insights/Item.php:78 includes/B2S/Post/Item.php:728
|
3504 |
+
#: includes/B2S/Post/Item.php:869
|
3505 |
+
msgid "Re-Share"
|
3506 |
+
msgstr "Wiederholt geteilt"
|
3507 |
+
|
3508 |
#: includes/B2S/Network/Item.php:63
|
3509 |
msgid "Default"
|
3510 |
msgstr "Standard"
|
3792 |
msgid "autopost"
|
3793 |
msgstr "Auto-Post"
|
3794 |
|
3795 |
+
#: includes/B2S/Post/Filter.php:71 includes/B2S/Post/Item.php:775
|
3796 |
msgid "re-share"
|
3797 |
msgstr "erneut teilen"
|
3798 |
|
3852 |
msgid "scheduled post(s)"
|
3853 |
msgstr "geplante Beiträge"
|
3854 |
|
3855 |
+
#: includes/B2S/Post/Item.php:385
|
3856 |
msgid "You have not saved any drafts."
|
3857 |
msgstr "Du hast keine Entwürfe gespeichert."
|
3858 |
|
3859 |
+
#: includes/B2S/Post/Item.php:389
|
3860 |
msgid "You have no posts in your queue."
|
3861 |
msgstr "Du hast noch keine Beiträge in Deiner Warteschlange."
|
3862 |
|
3863 |
+
#: includes/B2S/Post/Item.php:391
|
3864 |
msgid "You have not published or scheduled any posts."
|
3865 |
msgstr "Du hast keine Beiträge veröffentlicht oder geplant."
|
3866 |
|
3867 |
+
#: includes/B2S/Post/Item.php:414
|
3868 |
msgid "curated post"
|
3869 |
msgstr "kuratierter Beitrag"
|
3870 |
|
3871 |
+
#: includes/B2S/Post/Item.php:419 includes/B2S/Post/Item.php:517
|
3872 |
+
#: includes/B2S/Post/Item.php:565
|
3873 |
msgid "last shared on social media"
|
3874 |
msgstr "zuletzt auf Social Media geteilt"
|
3875 |
|
3876 |
+
#: includes/B2S/Post/Item.php:431 includes/B2S/Post/Item.php:528
|
3877 |
+
#: includes/B2S/Post/Item.php:530 includes/B2S/Post/Item.php:551
|
3878 |
+
#: includes/B2S/Post/Item.php:574
|
3879 |
msgid "Share on Social Media"
|
3880 |
msgstr "auf Social Media teilen"
|
3881 |
|
3882 |
+
#: includes/B2S/Post/Item.php:435 includes/B2S/Post/Item.php:578
|
3883 |
msgid "load Draft"
|
3884 |
msgstr "Entwurf aufrufen"
|
3885 |
|
3886 |
+
#: includes/B2S/Post/Item.php:437 includes/B2S/Post/Item.php:536
|
3887 |
+
#: includes/B2S/Post/Item.php:556 includes/B2S/Post/Item.php:580
|
3888 |
#: includes/PRG/Post/Item.php:121
|
3889 |
msgid "Author"
|
3890 |
msgstr "Autor"
|
3891 |
|
3892 |
+
#: includes/B2S/Post/Item.php:455 includes/B2S/Post/Item.php:479
|
3893 |
+
#: includes/B2S/Post/Item.php:501 includes/B2S/Post/Item.php:598
|
3894 |
msgid "Details"
|
3895 |
msgstr "Details"
|
3896 |
|
3897 |
+
#: includes/B2S/Post/Item.php:457
|
3898 |
msgid "shared social media posts"
|
3899 |
msgstr "geteilte Beiträge"
|
3900 |
|
3901 |
+
#: includes/B2S/Post/Item.php:457
|
3902 |
#, php-format
|
3903 |
msgid "latest share by %s"
|
3904 |
msgstr "zuletzt von %s geteilt"
|
3905 |
|
3906 |
+
#: includes/B2S/Post/Item.php:481 includes/B2S/Post/Item.php:601
|
3907 |
#: views/b2s/widgets/activity.php:10
|
3908 |
msgid "scheduled social media posts"
|
3909 |
msgstr "geplante Beiträge"
|
3910 |
|
3911 |
+
#: includes/B2S/Post/Item.php:481 includes/B2S/Post/Item.php:601
|
3912 |
#, php-format
|
3913 |
msgid "next share by %s"
|
3914 |
msgstr "wird als nächstes von %s geteilt"
|
3915 |
|
3916 |
+
#: includes/B2S/Post/Item.php:503
|
3917 |
msgid "social media posts ready to be shared"
|
3918 |
msgstr "Social Media Posts sind bereit, geteilt zu werden"
|
3919 |
|
3920 |
+
#: includes/B2S/Post/Item.php:514
|
3921 |
msgid "via Browser-Extension"
|
3922 |
msgstr "via Browser-Extension"
|
3923 |
|
3924 |
+
#: includes/B2S/Post/Item.php:536
|
3925 |
msgid "saved"
|
3926 |
msgstr "gespeichert"
|
3927 |
|
3928 |
+
#: includes/B2S/Post/Item.php:556
|
3929 |
msgid "last saved"
|
3930 |
msgstr "zuletzt gespeichert:"
|
3931 |
|
3932 |
+
#: includes/B2S/Post/Item.php:734 includes/B2S/Post/Item.php:804
|
3933 |
+
#: includes/B2S/Post/Item.php:875 includes/B2S/RePost/Item.php:130
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3934 |
msgid "select all"
|
3935 |
msgstr "alle auswählen"
|
3936 |
|
3937 |
+
#: includes/B2S/Post/Item.php:744 includes/B2S/Ship/Save.php:459
|
|
|
|
|
|
|
|
|
3938 |
msgid "Please see"
|
3939 |
msgstr "siehe"
|
3940 |
|
3941 |
+
#: includes/B2S/Post/Item.php:744 includes/B2S/Ship/Save.php:459
|
3942 |
msgid "FAQ"
|
3943 |
msgstr "FAQ"
|
3944 |
|
3945 |
+
#: includes/B2S/Post/Item.php:771 includes/B2S/Post/Item.php:784
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3946 |
msgid "You want to delete a publish post entry?"
|
3947 |
msgstr "Du möchtest einen veröffentlichten Beitrag löschen?"
|
3948 |
|
3949 |
+
#: includes/B2S/Post/Item.php:772 includes/B2S/Post/Item.php:785
|
3950 |
msgid "delete from reporting"
|
3951 |
msgstr "aus Reporting löschen"
|
3952 |
|
3953 |
+
#: includes/B2S/Post/Item.php:807
|
3954 |
#, php-format
|
3955 |
msgid "is waiting to shared by %s"
|
3956 |
msgstr "wartet darauf von %s geteilt zu werden"
|
3957 |
|
3958 |
+
#: includes/B2S/Post/Item.php:837 includes/B2S/Ship/Save.php:429
|
3959 |
msgid "share"
|
3960 |
msgstr "teilen"
|
3961 |
|
3962 |
+
#: includes/B2S/Post/Item.php:845
|
3963 |
msgid "You want to delete your Social Media post?"
|
3964 |
msgstr "Du möchtest Deinen Social Media Post löschen?"
|
3965 |
|
3966 |
+
#: includes/B2S/Post/Item.php:888
|
3967 |
#, php-format
|
3968 |
msgid "last modified by %s"
|
3969 |
msgstr "zuletzt von %s bearbeitet"
|
3970 |
|
3971 |
+
#: includes/B2S/Post/Item.php:890
|
3972 |
msgid "is currently being processed by the network"
|
3973 |
msgstr "wird vom Netzwerk verarbeitet"
|
3974 |
|
3975 |
+
#: includes/B2S/Post/Item.php:895
|
3976 |
#, php-format
|
3977 |
msgid "scheduled by %s"
|
3978 |
msgstr "von %s vorgeplant "
|
3979 |
|
3980 |
+
#: includes/B2S/Post/Item.php:900
|
3981 |
msgid "You want to edit your scheduled post?"
|
3982 |
msgstr "Sie möchten Ihre vorgeplanten Beiträge bearbeiten?"
|
3983 |
|
3984 |
+
#: includes/B2S/Post/Item.php:901
|
3985 |
msgid "edit"
|
3986 |
msgstr "edit"
|
3987 |
|
3988 |
+
#: includes/B2S/Post/Item.php:913
|
3989 |
msgid "delete scheduling"
|
3990 |
msgstr "Planung löschen"
|
3991 |
|
4122 |
msgid "Queue"
|
4123 |
msgstr "Warteschlange"
|
4124 |
|
|
|
|
|
|
|
|
|
4125 |
#: includes/B2S/RePost/Item.php:131
|
4126 |
msgid "delete selected posts"
|
4127 |
msgstr "markierte Beiträge löschen"
|
4726 |
msgid "Enable Retweets for all Tweets with the selected profile"
|
4727 |
msgstr "Retweets für alle Tweets mit dem gewählten Profil aktivieren"
|
4728 |
|
4729 |
+
#: includes/B2S/Ship/Item.php:1114 views/b2s/partials/post-edit-modal.php:78
|
4730 |
msgid "Delay"
|
4731 |
msgstr "Verzögerung"
|
4732 |
|
4733 |
#: includes/B2S/Ship/Item.php:1124 includes/B2S/Ship/Item.php:1125
|
4734 |
#: includes/B2S/Ship/Item.php:1126 includes/B2S/Ship/Item.php:1127
|
4735 |
+
#: views/b2s/partials/post-edit-modal.php:82
|
4736 |
+
#: views/b2s/partials/post-edit-modal.php:83
|
4737 |
+
#: views/b2s/partials/post-edit-modal.php:84
|
4738 |
+
#: views/b2s/partials/post-edit-modal.php:85
|
4739 |
msgid "min"
|
4740 |
msgstr "min"
|
4741 |
|
4751 |
msgid "Schedule Recurrent Post"
|
4752 |
msgstr "regelmäßig Planen"
|
4753 |
|
4754 |
+
#: includes/B2S/Ship/Item.php:1193 views/b2s/partials/post-edit-modal.php:52
|
4755 |
msgid ""
|
4756 |
"Please note: Your account is connected via an old XING API that is no longer "
|
4757 |
"supported by XING after March 31. Please connect your XING profile, as well "
|
4766 |
"mit der neuen XING-Schnittstelle. Gehe dazu in den Bereich Blog2Social "
|
4767 |
"\"Netzwerke\" und verbinde Dein XING-Konto über die neue XING-Schnittstelle."
|
4768 |
|
4769 |
+
#: includes/B2S/Ship/Item.php:1197 views/b2s/partials/post-edit-modal.php:56
|
4770 |
msgid ""
|
4771 |
"Please note: Google will shut down Google+ for all private accounts "
|
4772 |
"(profiles, pages, groups) on 2nd April 2019. You can find further "
|
4842 |
msgid "Timespan"
|
4843 |
msgstr "Zeitspanne"
|
4844 |
|
4845 |
+
#: includes/B2S/Ship/Item.php:1264 views/b2s/partials/post-edit-modal.php:68
|
4846 |
+
#: views/b2s/partials/post-edit-modal.php:71
|
4847 |
msgid "Time"
|
4848 |
msgstr "Mal"
|
4849 |
|
5671 |
"WordPress verwendet standardmäßig Heartbeats, ebenso wie Blog2Social. Bitte "
|
5672 |
"aktiviere Heartbeats für die Nutzung von Blog2Social! Siehe auch:"
|
5673 |
|
5674 |
+
#: views/b2s/html/header.php:65
|
5675 |
+
msgid ""
|
5676 |
+
"WordPress session timeout: For security reasons, WordPress will let your "
|
5677 |
+
"session expire automatically if your site has been inactive for a while. "
|
5678 |
+
"Please reload this page to go on with your current action."
|
5679 |
msgstr ""
|
5680 |
+
"WordPress Session Timeout: Wordpress beendet aus Sicherheitsgründen "
|
5681 |
+
"automatisch Deine aktuelle Session, wenn Deine Website eine Zeitlang inaktiv "
|
5682 |
+
"war. Bitte lade diese Seite neu, um mit Deiner aktuellen Arbeit fortzufahren."
|
5683 |
|
5684 |
#: views/b2s/html/header.php:72
|
5685 |
msgid "Thank you. You'll now receive the blog updates from Blog2Social."
|
6108 |
msgid "This post is blocked by %1"
|
6109 |
msgstr "% 1bearbeitet gerade diesen Beitrag."
|
6110 |
|
6111 |
+
#: views/b2s/partials/post-edit-modal.php:89
|
6112 |
msgid "The orginal tweet is scheduled on:"
|
6113 |
msgstr "Der Original-Tweet ist geplant für:"
|
6114 |
|
6115 |
+
#: views/b2s/partials/post-edit-modal.php:106
|
6116 |
msgid "Change details"
|
6117 |
msgstr "Änderungen übernehmen"
|
6118 |
|
6268 |
msgstr ""
|
6269 |
"Deine Nachricht wurde nicht erfolgreich übertragen. Bitte versuche es erneut!"
|
6270 |
|
6271 |
+
#: views/prg/html/header.php:39
|
6272 |
+
msgid "The link you followed has expired. Please refresh your page."
|
6273 |
+
msgstr ""
|
6274 |
+
"Der Link, dem Du gefolgt bist, ist abgelaufen. Bitte aktualisiere Deine "
|
6275 |
+
"Seite."
|
6276 |
+
|
6277 |
#: views/prg/html/header.php:53
|
6278 |
msgid ""
|
6279 |
"PR-Gateway offers a paid online distribution service for submitting press "
|
languages/blog2social-it_IT.mo
ADDED
Binary file
|
languages/blog2social-it_IT.po
ADDED
@@ -0,0 +1,4822 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Translation of Plugins - Blog2Social: Social Media Auto Post & Scheduler - Stable (latest release) in Italian
|
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: 2020-12-08 20:16:19+0000\n"
|
6 |
+
"MIME-Version: 1.0\n"
|
7 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
+
"Content-Transfer-Encoding: 8bit\n"
|
9 |
+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
10 |
+
"X-Generator: GlotPress/3.0.0-alpha.2\n"
|
11 |
+
"Language: it\n"
|
12 |
+
"Project-Id-Version: Plugins - Blog2Social: Social Media Auto Post & Scheduler - Stable (latest release)\n"
|
13 |
+
|
14 |
+
#: views/b2s/network.php:646 views/b2s/ship.php:681
|
15 |
+
msgid "When you connect Blog2Social with your Instagram account, you might get a notification from Instagram that a server from Germany in the Cologne area is trying to access your account. This is a general security notification due to the fact that the Blog2Social server is located in this area. This is an automatic process that is necessary to establish a connection to Instagram. Rest assured, that this is a common and regular security notice to keep your account safe. <a href=\"%s\" target=\"_blank\">More information: How to connect with Instagram.</a>."
|
16 |
+
msgstr ""
|
17 |
+
|
18 |
+
#: views/b2s/network.php:641 views/b2s/ship.php:676
|
19 |
+
msgid "Add Profile"
|
20 |
+
msgstr ""
|
21 |
+
|
22 |
+
#: views/b2s/network.php:429 views/b2s/ship.php:659
|
23 |
+
msgid "Sign in to Pinterest"
|
24 |
+
msgstr ""
|
25 |
+
|
26 |
+
#: views/b2s/network.php:345
|
27 |
+
msgid "Click on \"continue\""
|
28 |
+
msgstr ""
|
29 |
+
|
30 |
+
#: views/b2s/network.php:340
|
31 |
+
msgid "Download and activate the Blog2Social extension"
|
32 |
+
msgstr ""
|
33 |
+
|
34 |
+
#: views/b2s/network.php:339 views/b2s/network.php:352 views/b2s/ship.php:574
|
35 |
+
#: views/b2s/ship.php:582
|
36 |
+
msgid "The login failed. To connect your Pinterest account to Blog2Social, please sign in to Pinterest using the Blog2Social browser extension."
|
37 |
+
msgstr ""
|
38 |
+
|
39 |
+
#: includes/B2S/Network/Item.php:787
|
40 |
+
msgid "Missing PHP \"mbstring\" extension to use the character limit function. Please activate server-side the PHP \"mbstring\" extension in your \"php.ini\" file."
|
41 |
+
msgstr ""
|
42 |
+
|
43 |
+
#: views/b2s/settings.php:151
|
44 |
+
msgid "Some WordPress plugins use short codes, e.g. Page Builder plugins. When a shortcode is inserted in a WordPress post or WordPress page, WordPress calls the function that is included in the shortcode and performs the corresponding actions as soon as you publish your post on your Wordpress website. If you like Blog2Social to consider shortcodes when posting to social media and automatically insert the defined content in your social media post, activate this feature. You will find more information about the function of shortcodes and which plugins are supported by Blog2Social in the following <a href=\"%s\" target=\"_blank\">shortcode guide</a>."
|
45 |
+
msgstr ""
|
46 |
+
|
47 |
+
#: views/b2s/settings.php:148
|
48 |
+
msgid "Allow shortcodes in my social media posts (e.g. Page Builder)"
|
49 |
+
msgstr ""
|
50 |
+
|
51 |
+
#: views/b2s/settings.php:117
|
52 |
+
msgid "Define your post templates for each social media network"
|
53 |
+
msgstr ""
|
54 |
+
|
55 |
+
#: views/b2s/settings.php:115
|
56 |
+
msgid "You will find more information on how to use post templates for your social media posts in this <a href=\"%s\" target=\"_blank\">post template guide</a>."
|
57 |
+
msgstr ""
|
58 |
+
|
59 |
+
#: views/b2s/settings.php:113
|
60 |
+
msgid "Author: The author of the post."
|
61 |
+
msgstr ""
|
62 |
+
|
63 |
+
#: views/b2s/settings.php:112
|
64 |
+
msgid "Keywords: The tags you have set in your post."
|
65 |
+
msgstr ""
|
66 |
+
|
67 |
+
#: views/b2s/settings.php:111
|
68 |
+
msgid "Excerpt: The summary of your post (you define it in the side menu of your post)."
|
69 |
+
msgstr ""
|
70 |
+
|
71 |
+
#: views/b2s/settings.php:110
|
72 |
+
msgid "Content: The content of your post."
|
73 |
+
msgstr ""
|
74 |
+
|
75 |
+
#: views/b2s/settings.php:109
|
76 |
+
msgid "Title: The title of your post."
|
77 |
+
msgstr ""
|
78 |
+
|
79 |
+
#: views/b2s/settings.php:106
|
80 |
+
msgid "Edit the post templates for each social media network to turn your social media posts automatically into tailored posts for each network and community. You can edit the structure of your post with the following variables:"
|
81 |
+
msgstr ""
|
82 |
+
|
83 |
+
#: views/b2s/settings.php:103
|
84 |
+
msgid "Check, edit or define your social media time settings"
|
85 |
+
msgstr ""
|
86 |
+
|
87 |
+
#: views/b2s/settings.php:101
|
88 |
+
msgid "An instruction on how to define your own best times is explained in the guide \"<a href=\"%s\" target=\"_blank\">How do I set my own time setting to post on social media?</a>\"."
|
89 |
+
msgstr ""
|
90 |
+
|
91 |
+
#: views/b2s/settings.php:99
|
92 |
+
msgid "You will find more information about the pre-defined best time settings by Blog2Social in this <a href=\"%s\" target=\"_blank\">best time guide</a>."
|
93 |
+
msgstr ""
|
94 |
+
|
95 |
+
#: views/b2s/settings.php:97
|
96 |
+
msgid "Use the pre-defined best time settings or define your own best time settings for sharing your posts . Posting at the right time can be essential to make sure your content is most likely be seen."
|
97 |
+
msgstr ""
|
98 |
+
|
99 |
+
#: views/b2s/settings.php:94
|
100 |
+
msgid "Connect your social media networks"
|
101 |
+
msgstr ""
|
102 |
+
|
103 |
+
#: views/b2s/settings.php:92
|
104 |
+
msgid "You will find more information on how to connect your social media networks in the <a href=\"%s\" target=\"_blank\">connecting social media network guide</a>."
|
105 |
+
msgstr ""
|
106 |
+
|
107 |
+
#: views/b2s/settings.php:72
|
108 |
+
msgid "Connect Blog2Social with 16 different social media networks you like to share your WordPress blog posts and pages as well as imported posts and social media posts on. The following networks are available:"
|
109 |
+
msgstr ""
|
110 |
+
|
111 |
+
#: views/b2s/settings.php:50
|
112 |
+
msgid "Post Templates"
|
113 |
+
msgstr ""
|
114 |
+
|
115 |
+
#: views/b2s/settings.php:47
|
116 |
+
msgid "Social Media Time Settings"
|
117 |
+
msgstr ""
|
118 |
+
|
119 |
+
#: views/b2s/autopost.php:93
|
120 |
+
msgid "Please note: You can also set up your own \"best times\". You will learn how to set up your own \"best times\" in this <a href=\"%s\" target=\"_blank\">guide</a>."
|
121 |
+
msgstr ""
|
122 |
+
|
123 |
+
#: views/b2s/autopost.php:90
|
124 |
+
msgid "The time of publishing a post can play a decisive role in achieving more likes, shares and comments as well as a wide reach. Each social media network has it's \"best times\". Blog2Social provides you with predefined best times. When you activate the \"best times\" for your Auto-Poster, your WordPress posts and pages will be shared automatically at the \"best times\". Get more information about the \"best times\" in the guide \"<a href=\"%s\" target=\"_blank\">The Best Times to Post on Social Media</a>\"."
|
125 |
+
msgstr ""
|
126 |
+
|
127 |
+
#: views/b2s/curation.php:279
|
128 |
+
msgid "Get more information on how to share a text post with hashtags, @mentions and emojis in the <a href=\"%s\" target=\"_blank\">social media posts guide</a>."
|
129 |
+
msgstr ""
|
130 |
+
|
131 |
+
#: views/b2s/curation.php:261
|
132 |
+
msgid "Text posts enable you to share pure text messages and personal comments with your followers and readers. You can also use hashtags, @mentions, or emojis to share your feelings. You can share a text post on the following networks:"
|
133 |
+
msgstr ""
|
134 |
+
|
135 |
+
#: views/b2s/curation.php:242
|
136 |
+
msgid "Learn more about how to share social media posts in the <a href=\"%s\" target=\"_blank\">social media posts guide</a>."
|
137 |
+
msgstr ""
|
138 |
+
|
139 |
+
#: views/b2s/curation.php:240
|
140 |
+
msgid "Use hashtags, @mentions, or emojis to share your feelings."
|
141 |
+
msgstr ""
|
142 |
+
|
143 |
+
#: views/b2s/curation.php:239
|
144 |
+
msgid "Share pure text messages and personal comments with your followers and readers."
|
145 |
+
msgstr ""
|
146 |
+
|
147 |
+
#: views/b2s/curation.php:237
|
148 |
+
msgid "Share text posts:"
|
149 |
+
msgstr ""
|
150 |
+
|
151 |
+
#: views/b2s/curation.php:235
|
152 |
+
msgid "Share images to get them into the Google image search to further increase your outreach and traffic from search engines."
|
153 |
+
msgstr ""
|
154 |
+
|
155 |
+
#: views/b2s/curation.php:234
|
156 |
+
msgid "Grab more attention for your content with photos, videos, or infographics."
|
157 |
+
msgstr ""
|
158 |
+
|
159 |
+
#: views/b2s/curation.php:232
|
160 |
+
msgid "Share image posts:"
|
161 |
+
msgstr ""
|
162 |
+
|
163 |
+
#: views/b2s/curation.php:230
|
164 |
+
msgid "Unlock Blog2Social Premium Pro to create and share image posts, video links, and text posts from any source."
|
165 |
+
msgstr ""
|
166 |
+
|
167 |
+
#: views/b2s/curation.php:227
|
168 |
+
msgid "With Blog2Social you can share your WordPress posts and pages as well as create your own social media posts to share any content based on text, links, images, or video links, or even third-party content from any sources. This enables you to manage all your social media content in one place directly from your WordPress dashboard. Schedule and share link posts, text posts, image posts, and video posts (video links, for example from Youtube) and provide your followers with the best content-mix on your social media networks."
|
169 |
+
msgstr ""
|
170 |
+
|
171 |
+
#: views/b2s/curation.php:220
|
172 |
+
msgid "You want to create text posts?"
|
173 |
+
msgstr ""
|
174 |
+
|
175 |
+
#: views/b2s/curation.php:70
|
176 |
+
msgid "Enter a video link you want to share on your social media networks, for example from YouTube or from Vimeo."
|
177 |
+
msgstr ""
|
178 |
+
|
179 |
+
#: views/b2s/curation.php:69
|
180 |
+
msgid "Enter a link you want to share on your social media networks. You can also share a video link, for example from YouTube or from Vimeo (also see Video Post)."
|
181 |
+
msgstr ""
|
182 |
+
|
183 |
+
#: views/b2s/curation.php:49 views/b2s/curation.php:52
|
184 |
+
#: views/b2s/curation.php:258
|
185 |
+
msgid "Text Post"
|
186 |
+
msgstr ""
|
187 |
+
|
188 |
+
#: views/b2s/curation.php:46
|
189 |
+
msgid "Video Post"
|
190 |
+
msgstr ""
|
191 |
+
|
192 |
+
#: views/b2s/network.php:203
|
193 |
+
msgid "modify"
|
194 |
+
msgstr ""
|
195 |
+
|
196 |
+
#: views/b2s/html/sidebar.php:134 views/b2s/settings.php:44
|
197 |
+
msgid "Social Media Networks"
|
198 |
+
msgstr ""
|
199 |
+
|
200 |
+
#: views/b2s/html/footer.php:438
|
201 |
+
msgid "You will get more information on how to assign the Auto-Poster settings in the <a target=\"_blank\" href=\"%s\">Auto-Poster guide</a>."
|
202 |
+
msgstr ""
|
203 |
+
|
204 |
+
#: views/b2s/html/footer.php:436
|
205 |
+
msgid "With Blog2Social you can transfer the Auto-Poster settings as a WordPress-administrator to other users if they have activated the same Blog2Social-Business license. This way, you can also assign social media accounts to other users, so they can auto-post without setting up these connections in each user account. Within these settings, you can also decide whether newly published or updated content from other users should be automatically shared. Users with an assigned Auto-Poster setting and an assigned social-media-network group will then share content automatically how you selected the content to be shared automatically."
|
206 |
+
msgstr ""
|
207 |
+
|
208 |
+
#: views/b2s/html/footer.php:433
|
209 |
+
msgid "Transfer Auto-Poster settings to other users (Business):"
|
210 |
+
msgstr ""
|
211 |
+
|
212 |
+
#: views/b2s/html/footer.php:80
|
213 |
+
msgid "With Blog2Social Premium PRO you can connect Facebook, Linkedin, Xing and VK pages as well as Facebook, XING and VK groups."
|
214 |
+
msgstr ""
|
215 |
+
|
216 |
+
#: views/b2s/support.php:247
|
217 |
+
msgid "validate"
|
218 |
+
msgstr ""
|
219 |
+
|
220 |
+
#: views/b2s/support.php:242
|
221 |
+
msgid "Pinterest Rich Pins Validator"
|
222 |
+
msgstr ""
|
223 |
+
|
224 |
+
#: views/b2s/support.php:213
|
225 |
+
msgid "More"
|
226 |
+
msgstr ""
|
227 |
+
|
228 |
+
#: views/b2s/support.php:213
|
229 |
+
msgid "Are you are experiencing incorrect images and/or titles being pulled by Facebook or other social media platforms? Social Debugger or code validator tools show you a preview of what your social media post will look like when it's published and help you to fix inconsistencies and errors."
|
230 |
+
msgstr ""
|
231 |
+
|
232 |
+
#: views/b2s/support.php:177
|
233 |
+
msgid "How to use the Troubleshooting tool"
|
234 |
+
msgstr ""
|
235 |
+
|
236 |
+
#: views/b2s/support.php:177
|
237 |
+
msgid "The Troubleshooting tool helps you with conflicts that can be caused by the system environment of your blog. So you can always check your settings on Wordpress."
|
238 |
+
msgstr ""
|
239 |
+
|
240 |
+
#: includes/B2S/Settings/Item.php:66
|
241 |
+
msgid "Please note: Pinterest does not allow posts with any shortened URL links (i.e. short links generated by URL shorteners) to prevent spam. To make sure, your Pinterest posts will be displayed correctly, Blog2Social will share your posts automatically with the original URL link, even if you have activated an URL-shortener. You will find more information about this in the <a href=\"%s\" target=\"_blank\">Pinterest help guide</a>."
|
242 |
+
msgstr ""
|
243 |
+
|
244 |
+
#: includes/B2S/AutoPost/Item.php:107
|
245 |
+
msgid "Transfer Auto-Poster settings to other users"
|
246 |
+
msgstr ""
|
247 |
+
|
248 |
+
#: includes/B2S/AutoPost/Item.php:79
|
249 |
+
msgid "updated posts"
|
250 |
+
msgstr ""
|
251 |
+
|
252 |
+
#: includes/B2S/Network/Item.php:776
|
253 |
+
msgid "Hashtag shuffle (Hashtags have to be defined in the text field above)"
|
254 |
+
msgstr ""
|
255 |
+
|
256 |
+
#: includes/B2S/Network/Item.php:752
|
257 |
+
msgid "The network does not support hashtags."
|
258 |
+
msgstr ""
|
259 |
+
|
260 |
+
#: includes/B2S/Network/Item.php:745
|
261 |
+
msgid "The link will be transmitted as a canonical link, i.e. in the source code of your page, in order to refer to the original source of the content and to increase the reach from search engines like Google."
|
262 |
+
msgstr ""
|
263 |
+
|
264 |
+
#: includes/B2S/Network/Item.php:220 includes/B2S/Network/Item.php:286
|
265 |
+
#: includes/B2S/Network/Item.php:357
|
266 |
+
msgid "Connection is interrupted since"
|
267 |
+
msgstr ""
|
268 |
+
|
269 |
+
#: includes/Loader.php:883
|
270 |
+
msgid "The number of images is reached. Please see the following <a target=\"_blank\" href=\"%s\">guide</a>."
|
271 |
+
msgstr ""
|
272 |
+
|
273 |
+
#: includes/Loader.php:882
|
274 |
+
msgid "The network has blocked your account. Please see the following <a target=\"_blank\" href=\"%s\">guide</a>."
|
275 |
+
msgstr ""
|
276 |
+
|
277 |
+
#: includes/Loader.php:879
|
278 |
+
msgid "The connection to your social media account is interrupted. Please check your authorization and reconnect your account. The <a target=\"_blank\" href=\"%s\">troubleshooting guide</a> shows you how to fix the connection to your social media account."
|
279 |
+
msgstr ""
|
280 |
+
|
281 |
+
#: includes/Loader.php:877
|
282 |
+
msgid "The content of your post could not be approved by the network. Please see the following <a target=\"_blank\" href=\"%s\">guide</a>."
|
283 |
+
msgstr ""
|
284 |
+
|
285 |
+
#: includes/Loader.php:875
|
286 |
+
msgid "The network could not publish your post. Please see the following <a target=\"_blank\" href=\"%s\">guide</a>."
|
287 |
+
msgstr ""
|
288 |
+
|
289 |
+
#: includes/Util.php:43 includes/B2S/Network/Item.php:137
|
290 |
+
#: views/b2s/post.sched.php:33
|
291 |
+
msgid "Clock"
|
292 |
+
msgstr ""
|
293 |
+
|
294 |
+
#: includes/B2S/Network/Item.php:294 includes/B2S/Network/Item.php:815
|
295 |
+
msgid "Company-Page (Employer Branding Profile, New Design)"
|
296 |
+
msgstr ""
|
297 |
+
|
298 |
+
#: includes/B2S/Network/Item.php:293 includes/B2S/Network/Item.php:814
|
299 |
+
msgid "Company-Page (Employer Branding Profile, <a href=\"%s\" target=\"_blank\">Old Design until 2020/11/30</a>)"
|
300 |
+
msgstr ""
|
301 |
+
|
302 |
+
#: includes/Loader.php:874
|
303 |
+
msgid "Company-Page (Employer Branding Profile)"
|
304 |
+
msgstr ""
|
305 |
+
|
306 |
+
#: views/b2s/html/footer.php:138
|
307 |
+
msgid "Upgrade to BUSINESS"
|
308 |
+
msgstr "Aggiorna a BUSINESS"
|
309 |
+
|
310 |
+
#: views/b2s/html/footer.php:127
|
311 |
+
msgid "With Blog2Social Premium BUSINESS you can connect pages in LinkedIn and XING as well as XING groups and Telegram."
|
312 |
+
msgstr "Con Blog2Social Premium BUSINESS puoi connettere pagine su LinkedIn e XING, nonché gruppi XING e Telegram."
|
313 |
+
|
314 |
+
#: views/b2s/html/footer.php:125
|
315 |
+
msgid "Activate Blog2Social PREMIUM BUSINESS."
|
316 |
+
msgstr "Attiva Blog2Social PREMIUM BUSINESS."
|
317 |
+
|
318 |
+
#: views/b2s/html/footer.php:122
|
319 |
+
msgid "Upgrade to Blog2Social PREMIUM BUSINESS"
|
320 |
+
msgstr "Passa a Blog2Social PREMIUM BUSINESS"
|
321 |
+
|
322 |
+
#: includes/B2S/Network/Item.php:154 includes/B2S/Ship/Portale.php:42
|
323 |
+
msgid "BUSINESS"
|
324 |
+
msgstr "BUSINESS"
|
325 |
+
|
326 |
+
#: views/b2s/dashboard.php:85
|
327 |
+
msgid "show full calendar"
|
328 |
+
msgstr "mostra il calendario completo"
|
329 |
+
|
330 |
+
#: views/b2s/network.php:627 views/b2s/ship.php:719
|
331 |
+
msgid "Please make sure to log in with your account which manages your groups and <a href=\"%s\" target=\"_blank\">follow this guide to select all your groups</a>."
|
332 |
+
msgstr ""
|
333 |
+
|
334 |
+
#: views/b2s/network.php:622 views/b2s/ship.php:714
|
335 |
+
msgid "Add Group"
|
336 |
+
msgstr "Aggiungi gruppo"
|
337 |
+
|
338 |
+
#: views/b2s/html/footer.php:325
|
339 |
+
msgid "URL Shortening"
|
340 |
+
msgstr ""
|
341 |
+
|
342 |
+
#: views/b2s/html/footer.php:98
|
343 |
+
msgid "With Blog2Social Premium PRO you can post multiple images."
|
344 |
+
msgstr "Con Blog2Social Premium PRO puoi pubblicare più immagini."
|
345 |
+
|
346 |
+
#: views/prg/ship.php:90
|
347 |
+
msgid "There may be a fee for this service when publishing your message with PR-Gateway. Once your press release has been sent, it can not be withdrawn anymore. Do you want your press release to be published now?"
|
348 |
+
msgstr ""
|
349 |
+
|
350 |
+
#: includes/B2S/PostBox.php:280
|
351 |
+
msgid "Under <a href=\"%s\">Network Settings</a> you can define which network selection is used. <a href=\"%s\" target=\"_blank\">Create a network selection.</a>"
|
352 |
+
msgstr ""
|
353 |
+
|
354 |
+
#: includes/B2S/PostBox.php:248
|
355 |
+
msgid "A WordPress admin has defined the Auto-Poster settings for you. You can deactivate these settings for your profile in the Auto-Poster settings at any time."
|
356 |
+
msgstr ""
|
357 |
+
|
358 |
+
#: includes/B2S/RePost/Item.php:57
|
359 |
+
msgid "include posts with images only"
|
360 |
+
msgstr ""
|
361 |
+
|
362 |
+
#: includes/B2S/Network/Item.php:771
|
363 |
+
msgid "Add a link-URL to the end of my Instagram posts. (Please note, that Instagram does not turn link-URLs into clickable links)"
|
364 |
+
msgstr ""
|
365 |
+
|
366 |
+
#: includes/B2S/Network/Item.php:764
|
367 |
+
msgid "Add a link-URL to the end of my image post."
|
368 |
+
msgstr ""
|
369 |
+
|
370 |
+
#: includes/B2S/Ship/Image.php:83
|
371 |
+
msgid "Apply image for this image gallery"
|
372 |
+
msgstr "Applica l'immagine per questa galleria di immagini"
|
373 |
+
|
374 |
+
#: includes/B2S/Ship/Image.php:41
|
375 |
+
msgid "Changing the image for a link post affects all images for link post publications of that post on the network."
|
376 |
+
msgstr ""
|
377 |
+
|
378 |
+
#: includes/B2S/Ship/Image.php:40
|
379 |
+
msgid "The best size for images in social media posts are between: 667-1000px x 523-1000px. Blog2Social will automatically resize your image according to the network requirements. You can also share up to 4 images in one post on Facebook (page and group) and on Twitter."
|
380 |
+
msgstr ""
|
381 |
+
|
382 |
+
#: includes/B2S/Ship/Image.php:38
|
383 |
+
msgid "Sharing more than one image improves the visibility of your content. You can create image series, show sequences, and level up your storytelling. With Blog2Social you can share up to 4 images in one post on Facebook (page and group) and on Twitter."
|
384 |
+
msgstr ""
|
385 |
+
|
386 |
+
#: includes/B2S/Ship/Item.php:500 includes/B2S/Ship/Item.php:561
|
387 |
+
#: includes/B2S/Ship/Item.php:748 includes/B2S/Ship/Item.php:802
|
388 |
+
msgid "Do u want to post multiple images?"
|
389 |
+
msgstr "Vuoi pubblicare più immagini?"
|
390 |
+
|
391 |
+
#: includes/B2S/Post/Filter.php:183
|
392 |
+
msgid "shared to network"
|
393 |
+
msgstr ""
|
394 |
+
|
395 |
+
#: includes/B2S/Post/Item.php:877
|
396 |
+
msgid "is currently being processed by the network"
|
397 |
+
msgstr ""
|
398 |
+
|
399 |
+
#: includes/B2S/AutoPost/Item.php:47
|
400 |
+
msgid "Disconnect"
|
401 |
+
msgstr "Disconnetti"
|
402 |
+
|
403 |
+
#: includes/B2S/AutoPost/Item.php:46
|
404 |
+
msgid "The settings for the Auto-Poster were configured for you by a WordPress admin."
|
405 |
+
msgstr "Le impostazioni per Auto-Poster sono state configurate per te da un amministratore di WordPress."
|
406 |
+
|
407 |
+
#: views/b2s/support.php:170
|
408 |
+
msgid "Click here to find the right license for your needs or to contact the sales team for any payment issues."
|
409 |
+
msgstr ""
|
410 |
+
|
411 |
+
#: views/b2s/support.php:156
|
412 |
+
msgid "<b>Already registered?</b> <a href=\"%s\" target=\"_blank\">Login to your support account</a> to ask questions or join the discussion."
|
413 |
+
msgstr "<b>Sei già registrato? </b> <a href=\"%s\" target=\"_blank\"> Accedi al tuo account di assistenza</a> per porre domande o partecipare alla discussione."
|
414 |
+
|
415 |
+
#: views/b2s/support.php:154
|
416 |
+
msgid "Browse the Blog2Social support community"
|
417 |
+
msgstr "Visita la community di supporto Blog2Social"
|
418 |
+
|
419 |
+
#: views/b2s/support.php:118
|
420 |
+
msgid "Create your support account to ask questions and get help"
|
421 |
+
msgstr "Crea il tuo account di supporto per porre domande e ottenere aiuto"
|
422 |
+
|
423 |
+
#: views/b2s/support.php:115
|
424 |
+
msgid "To get technical help, please create your account to access the Blog2Social support community to find more answers or to ask your question. (<a href=\"%s\" target=\"_blank\">Info</a>)"
|
425 |
+
msgstr "Per ottenere assistenza tecnica, crea il tuo account per accedere alla community di supporto di Blog2Social per trovare altre risposte o porre la tua domanda. (<a href=\"%s\" target=\"_blank\">Info</a>)"
|
426 |
+
|
427 |
+
#: views/b2s/support.php:168
|
428 |
+
msgid "Sales Support"
|
429 |
+
msgstr "Supporto alle vendite"
|
430 |
+
|
431 |
+
#: views/b2s/support.php:149
|
432 |
+
msgid "Go to the Blog2Social Community"
|
433 |
+
msgstr "Vai alla community di Blog2Social"
|
434 |
+
|
435 |
+
#: views/b2s/support.php:147
|
436 |
+
msgid "Yay :) You successfully registered for the Blog2Social Community!"
|
437 |
+
msgstr "Wow :) Ti sei registrato con successo alla community di Blog2Social!"
|
438 |
+
|
439 |
+
#: views/b2s/support.php:137
|
440 |
+
msgid "I agree to the <a href=\"%s\" target=\"_blank\">community rules</a>"
|
441 |
+
msgstr "Accetto le <a href=\"%s\" target=\"_blank\">regole della comunità</a>"
|
442 |
+
|
443 |
+
#: views/b2s/support.php:134
|
444 |
+
msgid "Create password"
|
445 |
+
msgstr "Crea la password"
|
446 |
+
|
447 |
+
#: views/b2s/support.php:130
|
448 |
+
msgid "Email address"
|
449 |
+
msgstr "Indirizzo email"
|
450 |
+
|
451 |
+
#: views/b2s/support.php:126
|
452 |
+
msgid "User name"
|
453 |
+
msgstr "Nome utente"
|
454 |
+
|
455 |
+
#: views/b2s/support.php:123
|
456 |
+
msgid "Username is taken."
|
457 |
+
msgstr "Il nome utente è già in uso."
|
458 |
+
|
459 |
+
#: views/b2s/support.php:122 views/b2s/support.php:123
|
460 |
+
msgid "Forgot Password?"
|
461 |
+
msgstr "Password dimenticata?"
|
462 |
+
|
463 |
+
#: views/b2s/support.php:122
|
464 |
+
msgid "Email address is taken."
|
465 |
+
msgstr "L'indirizzo email è già in uso."
|
466 |
+
|
467 |
+
#: views/b2s/support.php:121
|
468 |
+
msgid "Invalid email address"
|
469 |
+
msgstr "Indirizzo email non valido"
|
470 |
+
|
471 |
+
#: views/b2s/support.php:120
|
472 |
+
msgid "Enter at least 8 characters"
|
473 |
+
msgstr "Inserisci almeno 8 caratteri"
|
474 |
+
|
475 |
+
#: views/b2s/support.php:119
|
476 |
+
msgid "Unknown error has occurred. Please try again."
|
477 |
+
msgstr "Si è verificato un errore sconosciuto. Riprova."
|
478 |
+
|
479 |
+
#: views/b2s/support.php:139
|
480 |
+
msgid "Create Account"
|
481 |
+
msgstr "Crea un account"
|
482 |
+
|
483 |
+
#: views/b2s/support.php:159
|
484 |
+
msgid "Forgot username or password?"
|
485 |
+
msgstr "Nome utente o password dimenticati?"
|
486 |
+
|
487 |
+
#: views/b2s/support.php:98
|
488 |
+
msgid "Frequently asked questions"
|
489 |
+
msgstr "Domande frequenti (Eng)"
|
490 |
+
|
491 |
+
#: views/b2s/support.php:92
|
492 |
+
msgid "Other topics"
|
493 |
+
msgstr "Altri argomenti"
|
494 |
+
|
495 |
+
#: views/b2s/support.php:78
|
496 |
+
msgid "Licensing"
|
497 |
+
msgstr "Licenze"
|
498 |
+
|
499 |
+
#: views/b2s/support.php:68
|
500 |
+
msgid "Social Networks"
|
501 |
+
msgstr "Social network"
|
502 |
+
|
503 |
+
#: views/b2s/support.php:61
|
504 |
+
msgid "Sharing"
|
505 |
+
msgstr "Condivisione"
|
506 |
+
|
507 |
+
#: views/b2s/support.php:54
|
508 |
+
msgid "First Steps"
|
509 |
+
msgstr "Primi passi"
|
510 |
+
|
511 |
+
#: views/b2s/support.php:39
|
512 |
+
msgid "Enter your question or keyword here"
|
513 |
+
msgstr "Inserisci qui la tua domanda o la tua parola chiave"
|
514 |
+
|
515 |
+
#: views/b2s/support.php:37
|
516 |
+
msgid "How can we help?"
|
517 |
+
msgstr "Come possiamo aiutarti?"
|
518 |
+
|
519 |
+
#: views/b2s/support.php:16
|
520 |
+
msgid "Help & Community"
|
521 |
+
msgstr ""
|
522 |
+
|
523 |
+
#: views/b2s/html/footer.php:518
|
524 |
+
msgid "With Blog2Social you can select a featured image or any image you select to be displayed with your link post. Blog2Social will automatically write the required parameter in the OG Meta Tags of your post, so that your selected image will be displayed with your link post. We recommend an image size between 667x523 and 1000x1000 Pixels. Please make sure that the \"Add Open Graph meta tags\" box is checked, if you uncheck the oEmbed tags. If both settings are unchecked, make sure to use another plugin to set your OG tags, otherwise the social networks will display no image or a random image in your post."
|
525 |
+
msgstr ""
|
526 |
+
|
527 |
+
#: views/b2s/html/footer.php:516
|
528 |
+
msgid "If LinkedIn can’t find the oEmbed tag in your data, it will use the OG (Open Graph) meta tags instead."
|
529 |
+
msgstr "Se LinkedIn non è in grado di trovare il tag oEmbed nei dati, utilizzerà invece i meta tag OG (Open Graph)."
|
530 |
+
|
531 |
+
#: views/b2s/html/footer.php:514
|
532 |
+
msgid "To display your link preview, LinkedIn uses the image set in the oEmbed tags in meta data of your post. WordPress automatically sets your featured image as your preferred image in the oEmbed tags. If you would like to change your image on LinkedIn without changing your featured image, you can uncheck the “Add oEmbed tags” box."
|
533 |
+
msgstr ""
|
534 |
+
|
535 |
+
#: views/b2s/html/header.php:227
|
536 |
+
msgid "The posts you tried to add are already in your sharing queue. If you want to re-schedule them, please delete the posts before adding them again."
|
537 |
+
msgstr "I post che hai provato ad aggiungere sono già nella tua coda di condivisione. Se desideri riprogrammarli, elimina i post prima di aggiungerli nuovamente."
|
538 |
+
|
539 |
+
#: views/b2s/curation.php:346 views/b2s/repost.php:214
|
540 |
+
msgid "XING (Profile & Seiten)"
|
541 |
+
msgstr "XING (Profili & pagine)"
|
542 |
+
|
543 |
+
#: views/b2s/curation.php:345 views/b2s/repost.php:213
|
544 |
+
msgid "VKontakte (Profile & Seiten)"
|
545 |
+
msgstr "VKontakte (Profili & pagine)"
|
546 |
+
|
547 |
+
#: views/b2s/curation.php:338 views/b2s/repost.php:206
|
548 |
+
msgid "Twitter (1 Profil)"
|
549 |
+
msgstr "Twitter (1 Profilo)"
|
550 |
+
|
551 |
+
#: views/b2s/curation.php:337 views/b2s/repost.php:205
|
552 |
+
msgid "Facebook (Profile & Seiten)"
|
553 |
+
msgstr "Facebook (Profili & pagine)"
|
554 |
+
|
555 |
+
#: views/b2s/curation.php:332 views/b2s/repost.php:201
|
556 |
+
msgid "Bloglovin"
|
557 |
+
msgstr "Bloglovin"
|
558 |
+
|
559 |
+
#: views/b2s/curation.php:331 views/b2s/repost.php:200
|
560 |
+
msgid "Torial"
|
561 |
+
msgstr "Torial"
|
562 |
+
|
563 |
+
#: views/b2s/curation.php:330 views/b2s/repost.php:199
|
564 |
+
msgid "Tumblr"
|
565 |
+
msgstr "Tumblr"
|
566 |
+
|
567 |
+
#: views/b2s/curation.php:329 views/b2s/repost.php:198
|
568 |
+
msgid "Medium"
|
569 |
+
msgstr "Medium"
|
570 |
+
|
571 |
+
#: views/b2s/curation.php:326 views/b2s/curation.php:347
|
572 |
+
#: views/b2s/repost.php:195 views/b2s/repost.php:215
|
573 |
+
msgid "Imgur"
|
574 |
+
msgstr "Imgur"
|
575 |
+
|
576 |
+
#: views/b2s/curation.php:325 views/b2s/repost.php:194
|
577 |
+
msgid "XING"
|
578 |
+
msgstr "XING"
|
579 |
+
|
580 |
+
#: views/b2s/curation.php:324 views/b2s/repost.php:193
|
581 |
+
msgid "VKontakte"
|
582 |
+
msgstr "Vkontakte"
|
583 |
+
|
584 |
+
#: views/b2s/curation.php:323 views/b2s/curation.php:344
|
585 |
+
#: views/b2s/repost.php:192 views/b2s/repost.php:212
|
586 |
+
msgid "Reddit"
|
587 |
+
msgstr "Reddit"
|
588 |
+
|
589 |
+
#: views/b2s/curation.php:321 views/b2s/curation.php:342
|
590 |
+
#: views/b2s/repost.php:190 views/b2s/repost.php:210
|
591 |
+
msgid "Diigo"
|
592 |
+
msgstr "Diigo"
|
593 |
+
|
594 |
+
#: views/b2s/curation.php:320 views/b2s/curation.php:341
|
595 |
+
#: views/b2s/repost.php:189 views/b2s/repost.php:209
|
596 |
+
msgid "Flickr"
|
597 |
+
msgstr "Flickr"
|
598 |
+
|
599 |
+
#: views/b2s/curation.php:319 views/b2s/curation.php:340
|
600 |
+
#: views/b2s/repost.php:188 views/b2s/repost.php:208
|
601 |
+
msgid "Pinterest"
|
602 |
+
msgstr "Pinterest"
|
603 |
+
|
604 |
+
#: views/b2s/curation.php:312
|
605 |
+
msgid "Available networks for Social Media Posts"
|
606 |
+
msgstr ""
|
607 |
+
|
608 |
+
#: views/b2s/ship.php:343
|
609 |
+
msgid "You can also pre-define various different sets of networks, for specific social media accounts, target groups, contents or sharing purposes. For example you can define a specific set of networks for sharing your posts images only or for re-sharing your evergreen content on a recurring basis. On the preview-page you may edit your selected or pre-selected networks anytime by simply clicking on the respective network account to select or remove an account from the current sharing scheme."
|
610 |
+
msgstr ""
|
611 |
+
|
612 |
+
#: views/b2s/ship.php:341
|
613 |
+
msgid "Your Standard selection will show as activated upon pressing the \"share on social media\" button on the right hand side bar. You can change these settings any time per click, or choose another network profile (Premium)."
|
614 |
+
msgstr ""
|
615 |
+
|
616 |
+
#: views/b2s/ship.php:339
|
617 |
+
msgid "You can save your current network settings as \"Standard\" network settings for any future sharing activities or as a \"Profile\" to choose from (Premium)."
|
618 |
+
msgstr ""
|
619 |
+
|
620 |
+
#: views/b2s/network.php:609 views/b2s/network.php:628
|
621 |
+
#: views/b2s/network.php:647 views/b2s/ship.php:682 views/b2s/ship.php:701
|
622 |
+
#: views/b2s/ship.php:720
|
623 |
+
msgid "Continue"
|
624 |
+
msgstr "Continua"
|
625 |
+
|
626 |
+
#: views/b2s/network.php:608 views/b2s/ship.php:700
|
627 |
+
msgid "Please make sure to log in with your account which manages your pages and <a href=\"%s\" target=\"_blank\">follow this guide to select all your pages</a>."
|
628 |
+
msgstr "Assicurati di accedere con il tuo account che gestisce le tue pagine e <a href=\"%s\" target=\"_blank\"> segui questa guida per selezionare tutte le tue pagine </a>."
|
629 |
+
|
630 |
+
#: views/b2s/network.php:603 views/b2s/ship.php:695
|
631 |
+
msgid "Add Page"
|
632 |
+
msgstr "Aggiungi pagina"
|
633 |
+
|
634 |
+
#: includes/B2S/PostBox.php:281 views/b2s/curation.php:336
|
635 |
+
#: views/b2s/repost.php:204
|
636 |
+
msgid "Available networks"
|
637 |
+
msgstr "Reti disponibili"
|
638 |
+
|
639 |
+
#: views/b2s/curation.php:335 views/b2s/repost.php:203
|
640 |
+
msgid "Under <a href=\"%s\">Network Settings</a> you define which network selection is used. <a href=\"%s\" target=\"_blank\">To create a network grouping.</a>"
|
641 |
+
msgstr ""
|
642 |
+
|
643 |
+
#: includes/B2S/PostBox.php:258
|
644 |
+
msgid "Available networks for autoposting"
|
645 |
+
msgstr ""
|
646 |
+
|
647 |
+
#: includes/B2S/Settings/Item.php:131
|
648 |
+
msgid "Add oEmbed tags"
|
649 |
+
msgstr ""
|
650 |
+
|
651 |
+
#: views/b2s/html/sidebar.php:69
|
652 |
+
msgid "Share Posts"
|
653 |
+
msgstr ""
|
654 |
+
|
655 |
+
#: views/b2s/html/footer.php:456
|
656 |
+
msgid "<a target=\"_blank\" href=\"%s\">More information</a>"
|
657 |
+
msgstr "<a target=\"_blank\" href=\"%s\">Ulteriori informazioni</a>"
|
658 |
+
|
659 |
+
#: views/b2s/html/footer.php:455
|
660 |
+
msgid "Keep your social media feed updated automatically with your best content and save valuable time by reviving your evergreen content regularly. Automate your resharing process with Blog2Social, so you can use your time to create new content and interact with your community."
|
661 |
+
msgstr "Mantieni automaticamente aggiornato il tuo canale di social media con i tuoi contenuti migliori e risparmia tempo prezioso rispostando regolarmente i tuoi contenuti sempreverdi. Automatizza il tuo processo di ricondivisione con Blog2Social, così puoi usare il tuo tempo per creare nuovi contenuti e interagire con la tua comunità."
|
662 |
+
|
663 |
+
#: views/b2s/html/footer.php:451
|
664 |
+
msgid "Blog2Social: Re-Share Posts"
|
665 |
+
msgstr "Blog2Social: Condividi nuovamente gli articoli"
|
666 |
+
|
667 |
+
#: views/b2s/html/header.php:232
|
668 |
+
msgid " or upgade your Blog2Social license to extend your quota."
|
669 |
+
msgstr "o aggiorna la tua licenza Blog2Social per estendere la tua quota."
|
670 |
+
|
671 |
+
#: views/b2s/html/header.php:232
|
672 |
+
msgid "Your limit for your quota of posts in your queue has been reached. Please delete posts from your queue before you add more"
|
673 |
+
msgstr ""
|
674 |
+
|
675 |
+
#: views/b2s/html/header.php:222
|
676 |
+
msgid "No posts found. Please try again with different filter options."
|
677 |
+
msgstr "Nessun articolo trovato. Riprova con opzioni diverse nel filtro."
|
678 |
+
|
679 |
+
#: includes/B2S/RePost/Item.php:235
|
680 |
+
msgid "Authors"
|
681 |
+
msgstr "Autori"
|
682 |
+
|
683 |
+
#: includes/B2S/RePost/Item.php:216
|
684 |
+
msgid "Categories"
|
685 |
+
msgstr "Categorie"
|
686 |
+
|
687 |
+
#: includes/B2S/Post/Filter.php:198 includes/B2S/RePost/Item.php:204
|
688 |
+
msgid "Enddate"
|
689 |
+
msgstr "Data di scadenza"
|
690 |
+
|
691 |
+
#: includes/B2S/Post/Filter.php:197 includes/B2S/RePost/Item.php:201
|
692 |
+
msgid "Startdate"
|
693 |
+
msgstr "Data di inizio"
|
694 |
+
|
695 |
+
#: includes/B2S/RePost/Item.php:131
|
696 |
+
msgid "delete selected posts"
|
697 |
+
msgstr "elimina gli articoli selezionati"
|
698 |
+
|
699 |
+
#: includes/B2S/RePost/Item.php:127
|
700 |
+
msgid "Posts"
|
701 |
+
msgstr "Articoli"
|
702 |
+
|
703 |
+
#: includes/B2S/RePost/Item.php:126
|
704 |
+
msgid "Queue"
|
705 |
+
msgstr "Coda"
|
706 |
+
|
707 |
+
#: includes/B2S/RePost/Item.php:108
|
708 |
+
msgid "Add to queue"
|
709 |
+
msgstr "Aggiungi alla coda"
|
710 |
+
|
711 |
+
#: includes/B2S/RePost/Item.php:106
|
712 |
+
msgid "Where should your content be shared?"
|
713 |
+
msgstr "Dove dovrebbero essere condivisi i tuoi contenuti?"
|
714 |
+
|
715 |
+
#: includes/B2S/RePost/Item.php:99
|
716 |
+
msgid "at my best times"
|
717 |
+
msgstr "nei miei momenti migliori"
|
718 |
+
|
719 |
+
#: includes/B2S/RePost/Item.php:93
|
720 |
+
msgid "at"
|
721 |
+
msgstr "alle"
|
722 |
+
|
723 |
+
#: includes/B2S/RePost/Item.php:91
|
724 |
+
msgid "Sunday"
|
725 |
+
msgstr "Domenica"
|
726 |
+
|
727 |
+
#: includes/B2S/RePost/Item.php:90
|
728 |
+
msgid "Saturday"
|
729 |
+
msgstr "Sabato"
|
730 |
+
|
731 |
+
#: includes/B2S/RePost/Item.php:89
|
732 |
+
msgid "Friday"
|
733 |
+
msgstr "Venerdì"
|
734 |
+
|
735 |
+
#: includes/B2S/RePost/Item.php:88
|
736 |
+
msgid "Thursday"
|
737 |
+
msgstr "Giovedì"
|
738 |
+
|
739 |
+
#: includes/B2S/RePost/Item.php:87
|
740 |
+
msgid "Wednesday"
|
741 |
+
msgstr "Mercoledì"
|
742 |
+
|
743 |
+
#: includes/B2S/RePost/Item.php:86
|
744 |
+
msgid "Tuesday"
|
745 |
+
msgstr "Martedì"
|
746 |
+
|
747 |
+
#: includes/B2S/RePost/Item.php:85
|
748 |
+
msgid "Monday"
|
749 |
+
msgstr "Lunedì"
|
750 |
+
|
751 |
+
#: includes/B2S/RePost/Item.php:71
|
752 |
+
msgid "on"
|
753 |
+
msgstr ""
|
754 |
+
|
755 |
+
#: includes/B2S/RePost/Item.php:66
|
756 |
+
msgid "days at"
|
757 |
+
msgstr "giorni a"
|
758 |
+
|
759 |
+
#: includes/B2S/RePost/Item.php:66 includes/B2S/RePost/Item.php:83
|
760 |
+
msgid "Post every"
|
761 |
+
msgstr "Pubblica ogni"
|
762 |
+
|
763 |
+
#: includes/B2S/RePost/Item.php:63
|
764 |
+
msgid "When should your content be shared?"
|
765 |
+
msgstr "Quando dovrebbero essere condivisi i tuoi contenuti?"
|
766 |
+
|
767 |
+
#: includes/B2S/RePost/Item.php:54
|
768 |
+
msgid "include <a href=\"%s\" target=\"_blank\">favorites posts</a> only"
|
769 |
+
msgstr "includi solo gli <a href=\"%s\" target=\"_blank\">articoli preferiti</a>"
|
770 |
+
|
771 |
+
#: includes/B2S/RePost/Item.php:44
|
772 |
+
msgid "customize"
|
773 |
+
msgstr "personalizza"
|
774 |
+
|
775 |
+
#: includes/B2S/RePost/Item.php:43
|
776 |
+
msgid "share oldest posts first"
|
777 |
+
msgstr "condividi prima i post più vecchi"
|
778 |
+
|
779 |
+
#: includes/B2S/RePost/Item.php:35
|
780 |
+
msgid "Number of posts"
|
781 |
+
msgstr "Numero di articoli"
|
782 |
+
|
783 |
+
#: includes/B2S/RePost/Item.php:33
|
784 |
+
msgid "your Blog2Social license to extend the quota for the number of posts in your queue."
|
785 |
+
msgstr "la tua licenza Blog2Social per estendere la quota per il numero di post nella tua coda."
|
786 |
+
|
787 |
+
#: includes/B2S/RePost/Item.php:32
|
788 |
+
msgid "Which content should be shared?"
|
789 |
+
msgstr "Quale contenuto dovrebbe essere condiviso?"
|
790 |
+
|
791 |
+
#: includes/B2S/RePost/Item.php:23
|
792 |
+
msgid "Re-share your blog content automatically on your social media channels."
|
793 |
+
msgstr "Ri-condividi i contenuti del tuo blog automaticamente sui tuoi canali di social media."
|
794 |
+
|
795 |
+
#: includes/B2S/Post/Filter.php:71
|
796 |
+
msgid "autopost"
|
797 |
+
msgstr "autopost"
|
798 |
+
|
799 |
+
#: includes/B2S/Post/Item.php:715 includes/B2S/Post/Item.php:856
|
800 |
+
msgid "Re-Share"
|
801 |
+
msgstr "Condividi di nuovo"
|
802 |
+
|
803 |
+
#: includes/B2S/Post/Item.php:376
|
804 |
+
msgid "You have no posts in your queue."
|
805 |
+
msgstr ""
|
806 |
+
|
807 |
+
#: includes/B2S/Settings/Item.php:70 includes/B2S/Settings/Item.php:80
|
808 |
+
msgid "Call-to-Action"
|
809 |
+
msgstr "Invito all'azione."
|
810 |
+
|
811 |
+
#: includes/B2S/Settings/Item.php:69 includes/B2S/Settings/Item.php:80
|
812 |
+
msgid "Brand"
|
813 |
+
msgstr "Brand"
|
814 |
+
|
815 |
+
#: includes/Loader.php:872 views/b2s/html/post.navbar.php:20
|
816 |
+
#: views/b2s/html/sidebar.php:72 views/b2s/settings.php:41
|
817 |
+
msgid "Re-Share Posts"
|
818 |
+
msgstr ""
|
819 |
+
|
820 |
+
#: includes/Loader.php:862
|
821 |
+
msgid "Network Deactivate"
|
822 |
+
msgstr "Disattiva dal network"
|
823 |
+
|
824 |
+
#: includes/Loader.php:840
|
825 |
+
msgid "Deactivate"
|
826 |
+
msgstr "Disattiva"
|
827 |
+
|
828 |
+
#: includes/Loader.php:822
|
829 |
+
msgid "Support"
|
830 |
+
msgstr "Supporto"
|
831 |
+
|
832 |
+
#: includes/Loader.php:93
|
833 |
+
msgid "Sniply"
|
834 |
+
msgstr "Sniply"
|
835 |
+
|
836 |
+
#: views/b2s/repost.php:170 views/b2s/autopost.php:76
|
837 |
+
msgid "To comply with the Twitter TOS and to avoid duplicate posts, autoposts will be sent to your primary Twitter profile."
|
838 |
+
msgstr "Per rispettare i TOS di Twitter ed evitare post duplicati, gli autopost verranno inviati al tuo profilo Twitter principale."
|
839 |
+
|
840 |
+
#: views/b2s/network.php:540
|
841 |
+
msgid "Apply URL Parameters"
|
842 |
+
msgstr "Applica parametri URL"
|
843 |
+
|
844 |
+
#: views/b2s/network.php:499 views/b2s/network.php:581
|
845 |
+
msgid "Team Management"
|
846 |
+
msgstr "Gestione del team"
|
847 |
+
|
848 |
+
#: views/b2s/network.php:467 views/b2s/network.php:564
|
849 |
+
msgid "Network collection"
|
850 |
+
msgstr ""
|
851 |
+
|
852 |
+
#: views/b2s/network.php:459
|
853 |
+
msgid "The parameters could not be saved. Please try again."
|
854 |
+
msgstr "Impossibile salvare i parametri. Riprova."
|
855 |
+
|
856 |
+
#: views/b2s/network.php:458 views/b2s/network.php:555
|
857 |
+
msgid "URL Parameters"
|
858 |
+
msgstr "Parametri URL"
|
859 |
+
|
860 |
+
#: views/b2s/network.php:446
|
861 |
+
msgid "Advanced Network Settings"
|
862 |
+
msgstr "Impostazioni di rete avanzate"
|
863 |
+
|
864 |
+
#: views/b2s/network.php:257
|
865 |
+
msgid "Please enable this feature, if you are using varnish caching (HTTP accelerator to relieve your website). Blog2Social will add a \"no-cache=1\" parameter to the post URL of your link posts to ensure that the network always pulls the current meta data of your blog post."
|
866 |
+
msgstr ""
|
867 |
+
|
868 |
+
#: views/b2s/network.php:254
|
869 |
+
msgid "Instant Caching for Link Posts"
|
870 |
+
msgstr "Memorizzazione nella cache per il link del post"
|
871 |
+
|
872 |
+
#: includes/B2S/AutoPost/Item.php:154
|
873 |
+
msgid "Please select a social media network"
|
874 |
+
msgstr "Seleziona un canale dai social network"
|
875 |
+
|
876 |
+
#: includes/B2S/AutoPost/Item.php:139
|
877 |
+
msgid "Set up your autoposter to automatically share your imported posts, pages and custom post types on your social media channels."
|
878 |
+
msgstr ""
|
879 |
+
|
880 |
+
#: includes/B2S/AutoPost/Item.php:138
|
881 |
+
msgid "Autoposter for Imported Posts"
|
882 |
+
msgstr ""
|
883 |
+
|
884 |
+
#: includes/B2S/AutoPost/Item.php:89 views/b2s/autopost.php:87
|
885 |
+
msgid "Apply best times"
|
886 |
+
msgstr "Applica i momenti migliori"
|
887 |
+
|
888 |
+
#: includes/B2S/AutoPost/Item.php:64
|
889 |
+
msgid "Please select a post type"
|
890 |
+
msgstr "Seleziona un tipo di post"
|
891 |
+
|
892 |
+
#: includes/B2S/AutoPost/Item.php:60
|
893 |
+
msgid "Select your preferred network collection for autoposting. This collection defines the social media accounts on which the autoposter will share your social media posts automatically."
|
894 |
+
msgstr "Seleziona la tua raccolta di networks preferita per l'autoposting. Questa raccolta definisce gli account dei social media su cui l'autoposter condividerà automaticamente i tuoi post sui social networks."
|
895 |
+
|
896 |
+
#: includes/B2S/AutoPost/Item.php:51
|
897 |
+
msgid "Set up your autoposter to automatically share your new or updated posts, pages and custom post types on your social media channels."
|
898 |
+
msgstr ""
|
899 |
+
|
900 |
+
#: includes/B2S/AutoPost/Item.php:42
|
901 |
+
msgid "Autoposter"
|
902 |
+
msgstr "Autoposter"
|
903 |
+
|
904 |
+
#: includes/B2S/Settings/Item.php:67
|
905 |
+
msgid "no URL Shortener"
|
906 |
+
msgstr "nessun accorciatore di URL"
|
907 |
+
|
908 |
+
#: includes/B2S/PostBox.php:350
|
909 |
+
msgid "at best times"
|
910 |
+
msgstr ""
|
911 |
+
|
912 |
+
#: includes/B2S/PostBox.php:175
|
913 |
+
msgid "Advanced settings"
|
914 |
+
msgstr "Impostazioni avanzate"
|
915 |
+
|
916 |
+
#: includes/B2S/PostBox.php:171
|
917 |
+
msgid "Last shared"
|
918 |
+
msgstr "Ultima condivisione"
|
919 |
+
|
920 |
+
#: includes/B2S/PostBox.php:170
|
921 |
+
msgid "Shared"
|
922 |
+
msgstr "Condiviso"
|
923 |
+
|
924 |
+
#: includes/B2S/PostBox.php:168
|
925 |
+
msgid "deactivated"
|
926 |
+
msgstr "disattivato"
|
927 |
+
|
928 |
+
#: includes/B2S/PostBox.php:168
|
929 |
+
msgid "activated"
|
930 |
+
msgstr "attivato"
|
931 |
+
|
932 |
+
#: includes/B2S/PostBox.php:168
|
933 |
+
msgid "The Autoposter is"
|
934 |
+
msgstr "L'Autoposter è"
|
935 |
+
|
936 |
+
#: includes/B2S/Post/Filter.php:168
|
937 |
+
msgid "shared by user"
|
938 |
+
msgstr "condiviso dall'utente"
|
939 |
+
|
940 |
+
#: includes/B2S/Ship/Item.php:613
|
941 |
+
msgid "Please note: XING stores the Open Graph parameters of a link for up to 7 days. Changes may not be immediately visible on XING."
|
942 |
+
msgstr "Nota: XING memorizza i parametri Open Graph di un link per un massimo di 7 giorni. Le modifiche potrebbero non essere immediatamente visibili su XING."
|
943 |
+
|
944 |
+
#: includes/B2S/Ship/Item.php:524
|
945 |
+
msgid "Please note: Twitter stores the Card parameters of a link for up to 7 days. Changes may not be immediately visible on Twitter."
|
946 |
+
msgstr "Nota: Twitter memorizza i parametri di un collegamento per un massimo di 7 giorni. Le modifiche potrebbero non essere immediatamente visibili su Twitter."
|
947 |
+
|
948 |
+
#: includes/B2S/Network/Item.php:547
|
949 |
+
msgid "Apply for all connections"
|
950 |
+
msgstr "Applica per tutte le connessioni"
|
951 |
+
|
952 |
+
#: includes/B2S/Network/Item.php:546
|
953 |
+
msgid "Apply for all %s connections"
|
954 |
+
msgstr "Applica per tutte le connessioni %s"
|
955 |
+
|
956 |
+
#: includes/B2S/Network/Item.php:545
|
957 |
+
msgid "+ add Parameter"
|
958 |
+
msgstr "+ aggiungi parametro"
|
959 |
+
|
960 |
+
#: includes/B2S/Network/Item.php:521
|
961 |
+
msgid "Value"
|
962 |
+
msgstr "Valore"
|
963 |
+
|
964 |
+
#: includes/B2S/Network/Item.php:518 views/b2s/network.php:556
|
965 |
+
msgid "Define parameters that will be added to link posts on this network e.g. to create tracking links with UTM paramters. <a target=\"_blank\" href=\"%s\">More information</a>"
|
966 |
+
msgstr ""
|
967 |
+
|
968 |
+
#: includes/B2S/Network/Item.php:149 includes/B2S/Network/Item.php:226
|
969 |
+
#: includes/B2S/Ship/Navbar.php:90 includes/B2S/Ship/Item.php:331
|
970 |
+
#: includes/B2S/Ship/Portale.php:38
|
971 |
+
msgid "Blog"
|
972 |
+
msgstr "Blog"
|
973 |
+
|
974 |
+
#: includes/Loader.php:891
|
975 |
+
msgid "An image is required to post on this social network."
|
976 |
+
msgstr "È richiesta un'immagine per pubblicare su questo social network."
|
977 |
+
|
978 |
+
#: includes/Loader.php:803
|
979 |
+
msgid "Please make sure that your post, page or custom post type is published or scheduled to be published on this blog before you try to post it with Blog2Social. Published WP posts will be shared with your chosen permalink, scheduled WP posts will be shared with the posting id link."
|
980 |
+
msgstr "Assicurati che il tuo post, pagina o tipo di post personalizzato sia pubblicato o programmato per essere pubblicato su questo blog prima di provare a postarlo con Blog2Social. I post WP pubblicati verranno condivisi con il permalink scelto, i post WP pianificati verranno condivisi con il link ID pubblicazione."
|
981 |
+
|
982 |
+
#: includes/Loader.php:405
|
983 |
+
msgid "Blog2Social: Social Media Content Calendar"
|
984 |
+
msgstr "Blog2social: Calendario dei contenuti dei social media"
|
985 |
+
|
986 |
+
#: includes/Loader.php:93
|
987 |
+
msgid "Rebrandly"
|
988 |
+
msgstr "Rebrandly"
|
989 |
+
|
990 |
+
#: views/b2s/network.php:305
|
991 |
+
msgid "The name of the post author."
|
992 |
+
msgstr "Il nome dell'autore del post."
|
993 |
+
|
994 |
+
#: views/b2s/curation.php:290 views/b2s/repost.php:181
|
995 |
+
msgid "Select image"
|
996 |
+
msgstr "Seleziona un'immagine"
|
997 |
+
|
998 |
+
#: views/b2s/curation.php:219
|
999 |
+
msgid "You want to create image posts with any image from your media library?"
|
1000 |
+
msgstr "Vuoi creare post di immagini con qualsiasi immagine della tua libreria multimediale?"
|
1001 |
+
|
1002 |
+
#: views/b2s/curation.php:133
|
1003 |
+
msgid "Create a new post"
|
1004 |
+
msgstr "Crea un nuovo post"
|
1005 |
+
|
1006 |
+
#: views/b2s/network.php:385 views/b2s/ship.php:615
|
1007 |
+
msgid "Access to this resource on your server is denied! Please check your webserver configuration for caching."
|
1008 |
+
msgstr "L'accesso a questa risorsa sul tuo server è negato! Controlla la configurazione del server web per la cache."
|
1009 |
+
|
1010 |
+
#: views/b2s/network.php:539
|
1011 |
+
msgid "Apply post template settings"
|
1012 |
+
msgstr "Applica le impostazioni del modello di post"
|
1013 |
+
|
1014 |
+
#: views/b2s/network.php:538
|
1015 |
+
msgid "Apply best time settings"
|
1016 |
+
msgstr ""
|
1017 |
+
|
1018 |
+
#: views/b2s/html/sidebar.php:87
|
1019 |
+
msgid "Social Media Post"
|
1020 |
+
msgstr ""
|
1021 |
+
|
1022 |
+
#: views/b2s/html/sidebar.php:65
|
1023 |
+
msgid "Website & Blog Content"
|
1024 |
+
msgstr "Contenuto del sito web e del blog"
|
1025 |
+
|
1026 |
+
#: includes/B2S/Post/Item.php:378
|
1027 |
+
msgid "You have not published or scheduled any posts."
|
1028 |
+
msgstr "Non hai pubblicato o programmato alcun post."
|
1029 |
+
|
1030 |
+
#: includes/B2S/Post/Item.php:374 views/b2s/post.favorites.php:67
|
1031 |
+
msgid "You have not saved any favorites."
|
1032 |
+
msgstr "Non hai salvato alcun preferito."
|
1033 |
+
|
1034 |
+
#: includes/B2S/Post/Item.php:372
|
1035 |
+
msgid "You have not saved any drafts."
|
1036 |
+
msgstr "Non hai salvato alcuna bozza."
|
1037 |
+
|
1038 |
+
#: includes/B2S/Ship/Image.php:76
|
1039 |
+
msgid "Apply image"
|
1040 |
+
msgstr "Applica immagine"
|
1041 |
+
|
1042 |
+
#: includes/B2S/Ship/Item.php:1057
|
1043 |
+
msgid "max. %s Tags"
|
1044 |
+
msgstr "max. %s Tag"
|
1045 |
+
|
1046 |
+
#: includes/B2S/Network/Item.php:610
|
1047 |
+
msgid "Upgrade to Blog2Social Smart or higher to customize your individual post templates that will automatically pre-format the structure of your social media posts. Select and define elements, such as title, excerpt, content, hashtags, and edit the post format. The “content” element is selected by default. Define custom post templates per social network and per profile, group & page. You can also add static content (such as individual hashtags or slogans) to your post templates."
|
1048 |
+
msgstr "Passa a Blog2social Smart o superiore per personalizzare i tuoi modelli di post individuali che pre-formattano automaticamente la struttura dei tuoi post sui social media. Seleziona e definisci elementi, come titolo, estratto, contenuto, hashtag, e modifica il formato del post. L'elemento \"contenuto\" è selezionato per impostazione predefinita. Definisci modelli di post personalizzati per social network e per profilo, gruppo e pagina. Puoi anche aggiungere contenuti statici (come hashtag individuali o slogan) ai tuoi modelli di post."
|
1049 |
+
|
1050 |
+
#: includes/Notice.php:35
|
1051 |
+
msgid "Could not hide notice. Please refresh the page and retry."
|
1052 |
+
msgstr "Impossibile nascondere l'avviso. Aggiorna la pagina e riprova."
|
1053 |
+
|
1054 |
+
#: includes/Loader.php:954 includes/Loader.php:1011
|
1055 |
+
msgid "Social Media Posts"
|
1056 |
+
msgstr ""
|
1057 |
+
|
1058 |
+
#: includes/Loader.php:954
|
1059 |
+
msgid "Create Social Media Posts"
|
1060 |
+
msgstr "Crea post sui social media"
|
1061 |
+
|
1062 |
+
#: includes/Loader.php:953 includes/Loader.php:1004
|
1063 |
+
msgid "Site & Blog Content"
|
1064 |
+
msgstr "Contenuto del sito e del blog"
|
1065 |
+
|
1066 |
+
#: includes/Loader.php:953
|
1067 |
+
msgid "Share Website & Blog Content"
|
1068 |
+
msgstr "Condividi contenuto del sito web e del blog"
|
1069 |
+
|
1070 |
+
#: includes/Loader.php:892
|
1071 |
+
msgid "To share social media posts on Reddit or Diigo, a link is required."
|
1072 |
+
msgstr "Per condividere i post sui social media su Reddit o Diigo, è necessario un link."
|
1073 |
+
|
1074 |
+
#: includes/Loader.php:872 views/b2s/html/post.navbar.php:11
|
1075 |
+
#: views/b2s/html/sidebar.php:113
|
1076 |
+
msgid "Favorites"
|
1077 |
+
msgstr "Preferiti"
|
1078 |
+
|
1079 |
+
#: includes/Loader.php:872
|
1080 |
+
msgid "Social Media Post Drafts"
|
1081 |
+
msgstr "Bozze dei social media"
|
1082 |
+
|
1083 |
+
#: includes/Tools.php:411
|
1084 |
+
msgid "No emojis found"
|
1085 |
+
msgstr "Nessuna emoji trovata"
|
1086 |
+
|
1087 |
+
#: includes/Tools.php:410
|
1088 |
+
msgid "Flags"
|
1089 |
+
msgstr "Bandiere"
|
1090 |
+
|
1091 |
+
#: includes/Tools.php:409
|
1092 |
+
msgid "Symbols"
|
1093 |
+
msgstr "Simboli"
|
1094 |
+
|
1095 |
+
#: includes/Tools.php:408
|
1096 |
+
msgid "Objects"
|
1097 |
+
msgstr "Oggetti"
|
1098 |
+
|
1099 |
+
#: includes/Tools.php:407
|
1100 |
+
msgid "Travel & Places"
|
1101 |
+
msgstr "Viaggi & Luoghi"
|
1102 |
+
|
1103 |
+
#: includes/Tools.php:406
|
1104 |
+
msgid "Activities"
|
1105 |
+
msgstr "Attività"
|
1106 |
+
|
1107 |
+
#: includes/Tools.php:405
|
1108 |
+
msgid "Food & Drink"
|
1109 |
+
msgstr "Cibo e bevande"
|
1110 |
+
|
1111 |
+
#: includes/Tools.php:404
|
1112 |
+
msgid "Animals & Nature"
|
1113 |
+
msgstr "Animali & Natura"
|
1114 |
+
|
1115 |
+
#: includes/Tools.php:403
|
1116 |
+
msgid "Smileys & People"
|
1117 |
+
msgstr ""
|
1118 |
+
|
1119 |
+
#: includes/Tools.php:402
|
1120 |
+
msgid "Recently Used"
|
1121 |
+
msgstr "Aggiornati di recente"
|
1122 |
+
|
1123 |
+
#: includes/Tools.php:401
|
1124 |
+
msgid "Search"
|
1125 |
+
msgstr "Cerca"
|
1126 |
+
|
1127 |
+
#: views/b2s/html/footer.php:73 views/b2s/html/footer.php:91
|
1128 |
+
#: views/b2s/html/footer.php:109 views/b2s/curation.php:244
|
1129 |
+
msgid "Upgrade to PRO and above"
|
1130 |
+
msgstr "Esegui l'upgrade a PRO e versioni successive"
|
1131 |
+
|
1132 |
+
#: views/b2s/html/header.php:315
|
1133 |
+
msgid "Yes, I want to upgrade to Blog2Social Premium"
|
1134 |
+
msgstr "Sì, voglio passare a Blog2Social Premium"
|
1135 |
+
|
1136 |
+
#: views/b2s/html/header.php:270
|
1137 |
+
msgid "Check out Blog2Social Premium with more awesome features for scheduling and sharing (e.g. auto-posting, best time scheduling, social media calendar) 30-days for free. The trial is free of charge, without any obligations, no automatic subscription. Basic features of the Free Version are free forever."
|
1138 |
+
msgstr "Dai un'occhiata a Blog2Social Premium con altre fantastiche funzioni per la pianificazione e la condivisione (ad es. Pubblicazione automatica, pianificazione degli orari migliori, calendario dei social media) 30 giorni gratis. La versione di prova è gratuita, senza alcun obbligo, senza abbonamento automatico. Le funzionalità di base della versione gratuita sono gratuite per sempre."
|
1139 |
+
|
1140 |
+
#: views/b2s/html/header.php:268
|
1141 |
+
msgid "Start your free 30-day-Premium-trial"
|
1142 |
+
msgstr ""
|
1143 |
+
|
1144 |
+
#: views/b2s/support.php:254
|
1145 |
+
msgid "Learn how to edit and adjust Twitter Card tags."
|
1146 |
+
msgstr ""
|
1147 |
+
|
1148 |
+
#: views/b2s/support.php:219
|
1149 |
+
msgid "Learn how to edit and adjust Open Graph tags."
|
1150 |
+
msgstr "Scopri come modificare e regolare i tag Open Graph."
|
1151 |
+
|
1152 |
+
#: views/b2s/html/sidebar.ship.php:46 views/b2s/html/sidebar.php:47
|
1153 |
+
#: views/b2s/premium.php:26
|
1154 |
+
msgid "Start your 30-day free Premium trial"
|
1155 |
+
msgstr "Inizia la tua prova Premium gratuita di 30 giorni"
|
1156 |
+
|
1157 |
+
#: views/b2s/network.php:405 views/b2s/ship.php:635
|
1158 |
+
msgid "Server-Location"
|
1159 |
+
msgstr "Posizione del server"
|
1160 |
+
|
1161 |
+
#: views/b2s/network.php:384 views/b2s/ship.php:614
|
1162 |
+
msgid "Please select your correct server location and connect again."
|
1163 |
+
msgstr ""
|
1164 |
+
|
1165 |
+
#: views/b2s/network.php:383 views/b2s/ship.php:613
|
1166 |
+
msgid "Pinterest has rejected the connection to your blog"
|
1167 |
+
msgstr "Pinterest ha rifiutato la connessione al tuo blog"
|
1168 |
+
|
1169 |
+
#: includes/Tools.php:394
|
1170 |
+
msgid "is determined automatically"
|
1171 |
+
msgstr "viene determinato automaticamente"
|
1172 |
+
|
1173 |
+
#: includes/Tools.php:391
|
1174 |
+
msgid "Philippines"
|
1175 |
+
msgstr "Filippine"
|
1176 |
+
|
1177 |
+
#: includes/Tools.php:390
|
1178 |
+
msgid "South Africa"
|
1179 |
+
msgstr "Sud Africa"
|
1180 |
+
|
1181 |
+
#: includes/Tools.php:389
|
1182 |
+
msgid "Colombia"
|
1183 |
+
msgstr "Colombia"
|
1184 |
+
|
1185 |
+
#: includes/Tools.php:388
|
1186 |
+
msgid "Chile"
|
1187 |
+
msgstr "Cile"
|
1188 |
+
|
1189 |
+
#: includes/Tools.php:387
|
1190 |
+
msgid "Slovakia"
|
1191 |
+
msgstr "Slovacchia"
|
1192 |
+
|
1193 |
+
#: includes/Tools.php:386
|
1194 |
+
msgid "Mexico"
|
1195 |
+
msgstr "Messico"
|
1196 |
+
|
1197 |
+
#: includes/Tools.php:385
|
1198 |
+
msgid "Sweden"
|
1199 |
+
msgstr "Svezia"
|
1200 |
+
|
1201 |
+
#: includes/Tools.php:384
|
1202 |
+
msgid "Korea"
|
1203 |
+
msgstr "Corea"
|
1204 |
+
|
1205 |
+
#: includes/Tools.php:383
|
1206 |
+
msgid "Argentina"
|
1207 |
+
msgstr "Argentina"
|
1208 |
+
|
1209 |
+
#: includes/Tools.php:381
|
1210 |
+
msgid "Japan"
|
1211 |
+
msgstr "Giappone"
|
1212 |
+
|
1213 |
+
#: includes/Tools.php:380
|
1214 |
+
msgid "Hungary"
|
1215 |
+
msgstr "Ungheria"
|
1216 |
+
|
1217 |
+
#: includes/Tools.php:379
|
1218 |
+
msgid "Finland"
|
1219 |
+
msgstr "Finlandia"
|
1220 |
+
|
1221 |
+
#: includes/Tools.php:378
|
1222 |
+
msgid "New Zealand"
|
1223 |
+
msgstr "Nuova Zelanda"
|
1224 |
+
|
1225 |
+
#: includes/Tools.php:377
|
1226 |
+
msgid "Denmark"
|
1227 |
+
msgstr "Danimarca"
|
1228 |
+
|
1229 |
+
#: includes/Tools.php:376
|
1230 |
+
msgid "Germany"
|
1231 |
+
msgstr "Germania"
|
1232 |
+
|
1233 |
+
#: includes/Tools.php:375
|
1234 |
+
msgid "Romania"
|
1235 |
+
msgstr "Romania"
|
1236 |
+
|
1237 |
+
#: includes/Tools.php:374
|
1238 |
+
msgid "France"
|
1239 |
+
msgstr "Francia"
|
1240 |
+
|
1241 |
+
#: includes/Tools.php:373
|
1242 |
+
msgid "Poland"
|
1243 |
+
msgstr "Polonia"
|
1244 |
+
|
1245 |
+
#: includes/Tools.php:372
|
1246 |
+
msgid "Austria"
|
1247 |
+
msgstr "Austria"
|
1248 |
+
|
1249 |
+
#: includes/Tools.php:371
|
1250 |
+
msgid "Australia"
|
1251 |
+
msgstr "Australia"
|
1252 |
+
|
1253 |
+
#: includes/Tools.php:370
|
1254 |
+
msgid "Turkey"
|
1255 |
+
msgstr "Turchia"
|
1256 |
+
|
1257 |
+
#: includes/Tools.php:369
|
1258 |
+
msgid "Norway"
|
1259 |
+
msgstr "Norvegia"
|
1260 |
+
|
1261 |
+
#: includes/Tools.php:368 includes/Tools.php:382
|
1262 |
+
msgid "Portugal"
|
1263 |
+
msgstr "Portogallo"
|
1264 |
+
|
1265 |
+
#: includes/Tools.php:367
|
1266 |
+
msgid "Netherlands"
|
1267 |
+
msgstr "Paesi Bassi"
|
1268 |
+
|
1269 |
+
#: includes/Tools.php:366
|
1270 |
+
msgid "Russia"
|
1271 |
+
msgstr "Russia"
|
1272 |
+
|
1273 |
+
#: includes/Tools.php:365
|
1274 |
+
msgid "Great Britain"
|
1275 |
+
msgstr "Gran Bretagna"
|
1276 |
+
|
1277 |
+
#: includes/Tools.php:364
|
1278 |
+
msgid "Canada"
|
1279 |
+
msgstr "Canada"
|
1280 |
+
|
1281 |
+
#: includes/Tools.php:363
|
1282 |
+
msgid "Spain"
|
1283 |
+
msgstr "Spagna"
|
1284 |
+
|
1285 |
+
#: includes/Tools.php:362
|
1286 |
+
msgid "Indonesia"
|
1287 |
+
msgstr "Indonesia"
|
1288 |
+
|
1289 |
+
#: includes/Tools.php:361
|
1290 |
+
msgid "Czechoslovakia"
|
1291 |
+
msgstr "Cecoslovacchia"
|
1292 |
+
|
1293 |
+
#: includes/Tools.php:360
|
1294 |
+
msgid "Switzerland"
|
1295 |
+
msgstr "Svizzera"
|
1296 |
+
|
1297 |
+
#: includes/Tools.php:359
|
1298 |
+
msgid "Italy"
|
1299 |
+
msgstr "Italia"
|
1300 |
+
|
1301 |
+
#: includes/Tools.php:358
|
1302 |
+
msgid "Ireland"
|
1303 |
+
msgstr "Irlanda"
|
1304 |
+
|
1305 |
+
#: includes/Tools.php:357
|
1306 |
+
msgid "United States of America"
|
1307 |
+
msgstr "Stati Uniti d'America"
|
1308 |
+
|
1309 |
+
#: includes/Tools.php:356
|
1310 |
+
msgid "India"
|
1311 |
+
msgstr "India"
|
1312 |
+
|
1313 |
+
#: includes/Tools.php:355
|
1314 |
+
msgid "Greece"
|
1315 |
+
msgstr "Grecia"
|
1316 |
+
|
1317 |
+
#: includes/B2S/Network/Item.php:611
|
1318 |
+
msgid "Upgrade to Blog2Social Smart"
|
1319 |
+
msgstr "Aggiorna a Blog2Social Smart"
|
1320 |
+
|
1321 |
+
#: includes/B2S/PostBox.php:231 views/b2s/html/footer.php:42
|
1322 |
+
#: views/b2s/html/footer.php:207 views/b2s/html/footer.php:271
|
1323 |
+
#: views/b2s/html/footer.php:311 views/b2s/html/footer.php:380
|
1324 |
+
#: views/b2s/html/footer.php:419 views/b2s/html/footer.php:477
|
1325 |
+
#: views/b2s/html/footer.php:570 views/b2s/curation.php:205
|
1326 |
+
#: views/b2s/post.calendar.php:296 views/b2s/ship.php:323
|
1327 |
+
#: views/b2s/ship.php:387 views/b2s/ship.php:433
|
1328 |
+
msgid "Upgrade to SMART and above"
|
1329 |
+
msgstr "Esegui l'upgrade a SMART e versioni successive"
|
1330 |
+
|
1331 |
+
#: includes/B2S/Post/Item.php:882
|
1332 |
+
msgid "scheduled by %s"
|
1333 |
+
msgstr "programmato da %s"
|
1334 |
+
|
1335 |
+
#: includes/B2S/Post/Item.php:737
|
1336 |
+
msgid "shared by %s"
|
1337 |
+
msgstr "condiviso da %s"
|
1338 |
+
|
1339 |
+
#: includes/B2S/Post/Item.php:468 includes/B2S/Post/Item.php:588
|
1340 |
+
msgid "next share by %s"
|
1341 |
+
msgstr "prossima condivisione di %s"
|
1342 |
+
|
1343 |
+
#: includes/B2S/Settings/Item.php:244
|
1344 |
+
msgid "The image will be changed"
|
1345 |
+
msgstr "L'immagine verrà modificata"
|
1346 |
+
|
1347 |
+
#: includes/B2S/Settings/Item.php:188
|
1348 |
+
msgid "(SMART)"
|
1349 |
+
msgstr "(SMART)"
|
1350 |
+
|
1351 |
+
#: includes/B2S/Ship/Item.php:373
|
1352 |
+
msgid "Violating these rules can result in suspending your account. Always vary your content with different images, comments, hashtags or handles to prevent duplicate posts."
|
1353 |
+
msgstr "La violazione di queste regole può comportare la sospensione del tuo account. Varia sempre i tuoi contenuti con immagini, commenti, hashtag o handle diversi per evitare post duplicati."
|
1354 |
+
|
1355 |
+
#: includes/B2S/Ship/Item.php:373
|
1356 |
+
msgid "Please keep in mind that users are not allowed to post identical or substantially similar content to multiple accounts or multiple duplicate updates on one account."
|
1357 |
+
msgstr "Tieni presente che agli utenti non è consentito pubblicare contenuti identici o sostanzialmente simili su più account o più aggiornamenti duplicati su un account."
|
1358 |
+
|
1359 |
+
#: includes/B2S/Network/Item.php:722 includes/B2S/Ship/Item.php:372
|
1360 |
+
msgid "Instagram supports up to 30 hashtags. Please reduce the number of hashtags in your post."
|
1361 |
+
msgstr "Instagram supporta fino a 30 hashtag. Riduci il numero di hashtag nel tuo post."
|
1362 |
+
|
1363 |
+
#: includes/B2S/Ship/Item.php:167 includes/B2S/Ship/Item.php:233
|
1364 |
+
msgid "Network does not support GIFs"
|
1365 |
+
msgstr "La rete non supporta le GIF"
|
1366 |
+
|
1367 |
+
#: includes/B2S/Ship/Image.php:82
|
1368 |
+
msgid "Apply image for all og-meta networks"
|
1369 |
+
msgstr "Applica l'immagine per tutte le reti og-meta"
|
1370 |
+
|
1371 |
+
#: includes/B2S/Ship/Image.php:34
|
1372 |
+
msgid "More Information"
|
1373 |
+
msgstr "Ulteriori informazioni"
|
1374 |
+
|
1375 |
+
#: includes/B2S/Ship/Image.php:34
|
1376 |
+
msgid "By changing your image in the link post format it will be changed for all networks listed below. This also applies for all scheduled posts in this post format. "
|
1377 |
+
msgstr "Modificando la tua immagine nel formato dei post dei collegamenti, verrà modificata per tutte le reti elencate di seguito. Questo vale anche per tutti i post programmati in questo formato di post."
|
1378 |
+
|
1379 |
+
#: includes/B2S/Ship/Image.php:33
|
1380 |
+
msgid "The networks Diigo, Bloglovin’ and Google My Business do not support the GIF image format and will display your standard image instead."
|
1381 |
+
msgstr "Le reti Diigo, Bloglovin e Google My Business non supportano il formato immagine GIF e visualizzeranno invece l'immagine standard."
|
1382 |
+
|
1383 |
+
#: includes/B2S/Network/Item.php:158 includes/B2S/Network/Item.php:163
|
1384 |
+
#: includes/B2S/Network/Item.php:167 includes/B2S/Ship/Item.php:500
|
1385 |
+
#: includes/B2S/Ship/Item.php:561 includes/B2S/Ship/Item.php:748
|
1386 |
+
#: includes/B2S/Ship/Item.php:802 includes/B2S/Ship/Image.php:92
|
1387 |
+
#: includes/B2S/Ship/Portale.php:32 includes/B2S/Ship/Portale.php:35
|
1388 |
+
#: includes/B2S/Ship/Portale.php:46 views/b2s/network.php:35
|
1389 |
+
#: views/b2s/curation.php:51 views/b2s/curation.php:52
|
1390 |
+
msgid "PRO"
|
1391 |
+
msgstr "PRO"
|
1392 |
+
|
1393 |
+
#: includes/B2S/Ship/Save.php:412
|
1394 |
+
msgid "Learn how it works"
|
1395 |
+
msgstr "Scopri come funziona"
|
1396 |
+
|
1397 |
+
#: includes/B2S/Network/Item.php:170 includes/B2S/Network/Item.php:264
|
1398 |
+
#: includes/B2S/Network/Item.php:334 includes/B2S/Network/Item.php:396
|
1399 |
+
#: includes/B2S/Ship/Item.php:1154 includes/B2S/Ship/Image.php:85
|
1400 |
+
#: includes/B2S/AutoPost/Item.php:31 includes/B2S/RePost/Item.php:23
|
1401 |
+
#: includes/B2S/Settings/Item.php:159 includes/B2S/Curation/View.php:56
|
1402 |
+
#: views/b2s/html/post.navbar.php:17 views/b2s/html/post.navbar.php:20
|
1403 |
+
#: views/b2s/html/post.navbar.php:22 views/b2s/network.php:230
|
1404 |
+
#: views/b2s/partials/post-edit-modal.php:9 views/b2s/widgets/posts.php:18
|
1405 |
+
#: views/b2s/ship.php:23
|
1406 |
+
msgid "SMART"
|
1407 |
+
msgstr "SMART"
|
1408 |
+
|
1409 |
+
#: includes/Loader.php:1554
|
1410 |
+
msgid "Blog2Social needs Wordpress Version 4.7.0 or higher."
|
1411 |
+
msgstr "Blog2Social ha bisogno di WordPress versione 4.7.0 o successiva."
|
1412 |
+
|
1413 |
+
#: views/b2s/html/footer.php:546
|
1414 |
+
msgid "Please note: If this post was previously shared or scheduled, your current changes will also affect the look of previously shared or scheduled posts, as Twitter will always pull the most up-to-date information from the Twitter Card tags. If this post has already been shared, it may take up to 7 days for Twitter to update your current changes."
|
1415 |
+
msgstr "Nota: se questo post è stato precedentemente condiviso o pianificato, le tue modifiche attuali influiranno anche sull'aspetto dei post precedentemente condivisi o programmati, poiché Twitter estrarrà sempre le informazioni più aggiornate dai tag della scheda Twitter. Se questo post è già stato condiviso, Twitter potrebbe impiegare fino a 7 giorni per aggiornare le tue attuali modifiche."
|
1416 |
+
|
1417 |
+
#: views/b2s/html/footer.php:399
|
1418 |
+
msgid "<a target=\"_blank\" href=\"%s\">Learn how to set up auto posting for imported posts</a>"
|
1419 |
+
msgstr "<a target=\"_blank\" href=\"%s\"> Scopri come impostare la pubblicazione automatica per i post importati </a>"
|
1420 |
+
|
1421 |
+
#: views/b2s/html/footer.php:398
|
1422 |
+
msgid "Share imported posts with the Auto Poster: Posts that you import via RSS feeds and plugins can be shared automatically on your social media channels."
|
1423 |
+
msgstr ""
|
1424 |
+
|
1425 |
+
#: views/b2s/html/footer.php:328
|
1426 |
+
msgid "You can use Bit.ly, Rebrandly or Sniply links to shorten the URL of your links and to track the performance of your links in your social media networks. Activate one of the URL-Shorteners you like to use and link it to your account. Your social media posts will then be shared with your links of Bit.ly, Rebrandly or Sniply and you can monitor the success of your posts in these accounts. Please note: Reddit, Pinterest and Medium do not allow Bit.ly shortlinks. Blog2Social will apply the regular URL for these networks. "
|
1427 |
+
msgstr "Puoi utilizzare i link Bit.ly, Rebrandly o Sniply per abbreviare l'URL dei tuoi link e per monitorare le prestazioni dei link nei tuoi social network. Attiva uno degli URL-Shortener che desideri utilizzare e collegalo al tuo account. I tuoi post sui social media verranno quindi condivisi con i tuoi link di Bit.ly, Rebrandly o Sniply e potrai monitorare il successo dei tuoi post in questi account. Nota: Reddit, Pinterest e Medium non consentono l'utilizzo di link Bit.ly quindi Blog2Social utilizzerà l'URL normale per queste reti."
|
1428 |
+
|
1429 |
+
#: views/b2s/html/footer.php:296
|
1430 |
+
msgid "Would you like to retweet?"
|
1431 |
+
msgstr "Vuoi ritwittarlo?"
|
1432 |
+
|
1433 |
+
#: views/b2s/html/footer.php:156
|
1434 |
+
msgid "Select link post or image post format to define your preferred custom post format for Twitter, LinkedIn, and Facebook."
|
1435 |
+
msgstr ""
|
1436 |
+
|
1437 |
+
#: views/b2s/html/footer.php:61
|
1438 |
+
msgid "Blog2Social Premium PRO allows you to save your preferred social network accounts into network collections for a faster future access. You can assign individual names for each network collection so you can easily access them for your next social sharing activitiy. Use specific network collections for recurring sharing purposes or campaigns, e.g. for initial sharing of new blog posts, for re-sharing evergreen content or for sharing images or videos. Bundle your preferred social network accounts into a network collection for a faster future access. Assign a name to each network collection so you can easily access them for your next social sharing activitiy. You can also connect multiple profiles, pages and groups per network in one network collection."
|
1439 |
+
msgstr "Blog2Social Premium PRO ti consente di salvare i tuoi account di social network preferiti in raccolte di rete per un accesso futuro più rapido. Puoi assegnare nomi individuali per ogni raccolta di rete in modo da poter accedere facilmente ad essi per la tua prossima attività di condivisione social. Utilizzare raccolte di rete specifiche per scopi o campagne di condivisione ricorrenti, ad es. per la condivisione iniziale di nuovi post di blog, per la ricondivisione di contenuti sempreverdi o per la condivisione di immagini o video. Raggruppa i tuoi account di social network preferiti in una raccolta di reti per un accesso futuro più rapido. Assegna un nome a ciascuna raccolta di rete in modo da poter accedere facilmente ad esse per la tua prossima attività di condivisione sui social. Puoi anche connettere più profili, pagine e gruppi per rete in una raccolta di reti."
|
1440 |
+
|
1441 |
+
#: views/b2s/html/header.php:86
|
1442 |
+
msgid "You have deleted all meta data for posts and pages successfully."
|
1443 |
+
msgstr "Hai eliminato con successo tutti i metadati per post e pagine."
|
1444 |
+
|
1445 |
+
#: views/b2s/network.php:428 views/b2s/network.php:430 views/b2s/ship.php:658
|
1446 |
+
#: views/b2s/ship.php:660
|
1447 |
+
msgid "confirm"
|
1448 |
+
msgstr "conferma"
|
1449 |
+
|
1450 |
+
#: includes/B2S/Settings/Item.php:89 views/b2s/network.php:427
|
1451 |
+
#: views/b2s/ship.php:657 views/b2s/ship.php:661
|
1452 |
+
msgid "authorize"
|
1453 |
+
msgstr "autorizza"
|
1454 |
+
|
1455 |
+
#: views/b2s/network.php:364 views/b2s/network.php:419 views/b2s/ship.php:594
|
1456 |
+
#: views/b2s/ship.php:649
|
1457 |
+
msgid "Select Pinboard"
|
1458 |
+
msgstr "Seleziona bacheca"
|
1459 |
+
|
1460 |
+
#: views/b2s/network.php:360 views/b2s/network.php:386 views/b2s/ship.php:590
|
1461 |
+
#: views/b2s/ship.php:616
|
1462 |
+
msgid "Login up successful. Please confirm that Blog2Social is allowed to publish on your profile."
|
1463 |
+
msgstr "Accesso eseguito correttamente. Conferma che Blog2Social è autorizzato a pubblicare sul tuo profilo."
|
1464 |
+
|
1465 |
+
#: views/b2s/network.php:382 views/b2s/ship.php:612
|
1466 |
+
msgid "Login failed. Please check your login data for typos and please check your Pinterest settings, if the two-factor authentication is turned off for this account: <a target=\"_blank\" href=\"%s\">%s</a>"
|
1467 |
+
msgstr "Accesso fallito. Controlla i tuoi dati di accesso per errori di battitura e controlla le tue impostazioni Pinterest, se l'autenticazione a due fattori è disattivata per questo account: <a target=\"_blank\" href=\"%s\">%s</a>"
|
1468 |
+
|
1469 |
+
#: views/b2s/network.php:381 views/b2s/ship.php:611
|
1470 |
+
msgid "You have not yet created any pinboards in your Pinterest account. Please set up at least one pinboard to pin on your Pinterest account!"
|
1471 |
+
msgstr "Non hai ancora creato nessuna bacheca nel tuo account Pinterest. Imposta almeno una bacheca da aggiungere al tuo account Pinterest!"
|
1472 |
+
|
1473 |
+
#: views/b2s/network.php:380 views/b2s/ship.php:610
|
1474 |
+
msgid "Invalid Data! Please try again."
|
1475 |
+
msgstr "Dati non validi! Riprova."
|
1476 |
+
|
1477 |
+
#: views/b2s/network.php:378 views/b2s/network.php:379 views/b2s/ship.php:608
|
1478 |
+
#: views/b2s/ship.php:609
|
1479 |
+
msgid "You want to connect an additional account? <a target=\"_blank\" href=\"%s\">Upgrade to Blog2Social Premium</a>"
|
1480 |
+
msgstr "Vuoi connettere un account aggiuntivo? <a target=\"_blank\" href=\"%s\"> Esegui l'upgrade a Blog2Social Premium </a>"
|
1481 |
+
|
1482 |
+
#: views/b2s/network.php:359 views/b2s/network.php:377 views/b2s/ship.php:589
|
1483 |
+
#: views/b2s/ship.php:607
|
1484 |
+
msgid "An error occurred! Please try again."
|
1485 |
+
msgstr "Si è verificato un errore! Riprova."
|
1486 |
+
|
1487 |
+
#: views/b2s/network.php:376 views/b2s/ship.php:606
|
1488 |
+
msgid "Please make sure to use your original Pinterest login data (email and password). Social Login via Facebook or Google login data will not work here. Please also check if the two-factor authentication in Pinterest is deactivated to ensure a stable connection to Blog2Social."
|
1489 |
+
msgstr ""
|
1490 |
+
|
1491 |
+
#: views/b2s/network.php:334 views/b2s/ship.php:569
|
1492 |
+
msgid "Connect with Pinterest"
|
1493 |
+
msgstr "Connettiti con Pinterest"
|
1494 |
+
|
1495 |
+
#: views/b2s/html/header.php:65 views/prg/html/header.php:39
|
1496 |
+
msgid "The link you followed has expired. Please refresh your page."
|
1497 |
+
msgstr "Il link che hai seguito è scaduto. Aggiorna la tua pagina."
|
1498 |
+
|
1499 |
+
#: views/prg/html/header.php:34
|
1500 |
+
msgid "Your message was not successfully transmitted. Please try again!"
|
1501 |
+
msgstr ""
|
1502 |
+
|
1503 |
+
#: views/prg/html/header.php:20
|
1504 |
+
msgid "Your message has been saved by PR-Gateway as a draft!"
|
1505 |
+
msgstr "Il tuo messaggio è stato salvato da PR-Gateway come bozza!"
|
1506 |
+
|
1507 |
+
#: includes/B2S/PostBox.php:212 views/b2s/html/footer.php:359
|
1508 |
+
msgid "<a target=\"_blank\" href=\"%s\">Learn how to set up auto posting for your blog posts</a>"
|
1509 |
+
msgstr "<a target=\"_blank\" href=\"%s\"> Scopri come impostare la pubblicazione automatica per i tuoi post sul blog </a>"
|
1510 |
+
|
1511 |
+
#: includes/B2S/PostBox.php:211 views/b2s/html/footer.php:358
|
1512 |
+
msgid "Share your blog posts with the Auto Poster: Your blog posts will be shared automatically on your social media channels as soon as you publish or update a new post. You can also choose to autopost scheduled blog posts as soon as they are published."
|
1513 |
+
msgstr ""
|
1514 |
+
|
1515 |
+
#: includes/B2S/Post/Item.php:422 includes/B2S/Post/Item.php:565
|
1516 |
+
msgid "load Draft"
|
1517 |
+
msgstr "carica bozza"
|
1518 |
+
|
1519 |
+
#: includes/B2S/AutoPost/Item.php:155
|
1520 |
+
msgid "Available networks to select your auto-post connecitons:"
|
1521 |
+
msgstr "Reti disponibili per selezionare i post automaci:"
|
1522 |
+
|
1523 |
+
#: includes/B2S/Settings/Item.php:96
|
1524 |
+
msgid "Shortcodes"
|
1525 |
+
msgstr "Shortcode"
|
1526 |
+
|
1527 |
+
#: includes/Loader.php:894
|
1528 |
+
msgid "Instagram published your post without text. Please see the following <a target=\"_blank\" href=\"%s\">guide</a>."
|
1529 |
+
msgstr ""
|
1530 |
+
|
1531 |
+
#: includes/Loader.php:890
|
1532 |
+
msgid "This XING API is no longer supported by XING. Please connect your XING accounts with the new XING interface to reschedule your posts."
|
1533 |
+
msgstr "Questa API XING non è più supportata da XING. Connetti i tuoi account XING alla nuova interfaccia XING per riprogrammare i tuoi post."
|
1534 |
+
|
1535 |
+
#: includes/Loader.php:885
|
1536 |
+
msgid "The network can not publish special characters such as Emoji. Please see the following <a target=\"_blank\" href=\"%s\">guide</a>."
|
1537 |
+
msgstr ""
|
1538 |
+
|
1539 |
+
#: includes/Loader.php:806 includes/B2S/AutoPost/Item.php:59
|
1540 |
+
#: includes/B2S/PostBox.php:146
|
1541 |
+
msgid "There are no social network accounts assigned to your selected network collection. Please assign at least one social network account or select another network collection."
|
1542 |
+
msgstr ""
|
1543 |
+
|
1544 |
+
#: views/b2s/html/header.php:363
|
1545 |
+
msgid "and <a target=\"_blank\" href=\"%s\">Privacy Notice</a>"
|
1546 |
+
msgstr ""
|
1547 |
+
|
1548 |
+
#: views/b2s/html/header.php:362
|
1549 |
+
msgid "By creating an account, you agree to Blog2Social's <a target=\"_blank\" href=\"%s\">Conditions of Use</a>"
|
1550 |
+
msgstr ""
|
1551 |
+
|
1552 |
+
#: views/b2s/html/header.php:344
|
1553 |
+
msgid "Best Time Scheduler: Schedule once, multiple times or recurringly."
|
1554 |
+
msgstr ""
|
1555 |
+
|
1556 |
+
#: views/b2s/html/header.php:343
|
1557 |
+
msgid "Share on multiple accounts per network"
|
1558 |
+
msgstr ""
|
1559 |
+
|
1560 |
+
#: views/notice.php:29
|
1561 |
+
msgid "Please contact our support!"
|
1562 |
+
msgstr "Contatta il nostro supporto!"
|
1563 |
+
|
1564 |
+
#: views/notice.php:28
|
1565 |
+
msgid "An unknown error occurred!"
|
1566 |
+
msgstr "Si è verificato un errore sconosciuto!"
|
1567 |
+
|
1568 |
+
#: views/prg/login.php:40
|
1569 |
+
msgid "1x promote event"
|
1570 |
+
msgstr ""
|
1571 |
+
|
1572 |
+
#: views/prg/login.php:39
|
1573 |
+
msgid "1x publish report"
|
1574 |
+
msgstr ""
|
1575 |
+
|
1576 |
+
#: views/prg/login.php:38
|
1577 |
+
msgid "1x publish press release"
|
1578 |
+
msgstr ""
|
1579 |
+
|
1580 |
+
#: includes/Loader.php:1554 includes/System.php:32 includes/System.php:38
|
1581 |
+
msgid "<a href=\"%s\" target=\"_blank\">Please find more Information and help in our FAQ</a>"
|
1582 |
+
msgstr ""
|
1583 |
+
|
1584 |
+
#: includes/B2S/PostBox.php:233 views/b2s/html/footer.php:44
|
1585 |
+
#: views/b2s/html/footer.php:75 views/b2s/html/footer.php:93
|
1586 |
+
#: views/b2s/html/footer.php:111 views/b2s/html/footer.php:140
|
1587 |
+
#: views/b2s/html/footer.php:209 views/b2s/html/footer.php:273
|
1588 |
+
#: views/b2s/html/footer.php:313 views/b2s/html/footer.php:382
|
1589 |
+
#: views/b2s/html/footer.php:421 views/b2s/html/footer.php:479
|
1590 |
+
#: views/b2s/html/footer.php:573 views/b2s/curation.php:207
|
1591 |
+
#: views/b2s/curation.php:246 views/b2s/post.calendar.php:298
|
1592 |
+
#: views/b2s/ship.php:325 views/b2s/ship.php:389 views/b2s/ship.php:435
|
1593 |
+
msgid "or <a target=\"_blank\" href=\"%s\">start with free 30-days-trial of Blog2Social Premium</a> (no payment information needed)"
|
1594 |
+
msgstr ""
|
1595 |
+
|
1596 |
+
#: views/prg/html/form.php:153 views/prg/html/form.php:155
|
1597 |
+
msgid "Company Description"
|
1598 |
+
msgstr "Descrizione dell'azienda"
|
1599 |
+
|
1600 |
+
#: views/prg/html/form.php:147 views/prg/html/form.php:149
|
1601 |
+
#: views/prg/html/form.php:224 views/prg/html/form.php:226
|
1602 |
+
msgid "Website"
|
1603 |
+
msgstr "Sito web"
|
1604 |
+
|
1605 |
+
#: views/prg/html/form.php:135 views/prg/html/form.php:137
|
1606 |
+
#: views/prg/html/form.php:212 views/prg/html/form.php:214
|
1607 |
+
msgid "Phone"
|
1608 |
+
msgstr "Telefono"
|
1609 |
+
|
1610 |
+
#: views/prg/html/form.php:127 views/prg/html/form.php:204
|
1611 |
+
msgid "Country"
|
1612 |
+
msgstr "Paese"
|
1613 |
+
|
1614 |
+
#: views/prg/html/form.php:118 views/prg/html/form.php:123
|
1615 |
+
#: views/prg/html/form.php:195 views/prg/html/form.php:200
|
1616 |
+
msgid "City"
|
1617 |
+
msgstr "Città"
|
1618 |
+
|
1619 |
+
#: views/prg/html/form.php:117 views/prg/html/form.php:120
|
1620 |
+
#: views/prg/html/form.php:194 views/prg/html/form.php:197
|
1621 |
+
msgid "Zip Code"
|
1622 |
+
msgstr "CAP"
|
1623 |
+
|
1624 |
+
#: views/prg/html/form.php:108 views/prg/html/form.php:113
|
1625 |
+
#: views/prg/html/form.php:185 views/prg/html/form.php:190
|
1626 |
+
msgid "Number"
|
1627 |
+
msgstr "Numero"
|
1628 |
+
|
1629 |
+
#: views/prg/html/form.php:107 views/prg/html/form.php:110
|
1630 |
+
#: views/prg/html/form.php:184 views/prg/html/form.php:187
|
1631 |
+
msgid "Street"
|
1632 |
+
msgstr "Via"
|
1633 |
+
|
1634 |
+
#: views/prg/html/form.php:96 views/prg/html/form.php:173
|
1635 |
+
msgid "Mr."
|
1636 |
+
msgstr "Sig."
|
1637 |
+
|
1638 |
+
#: views/prg/html/form.php:95 views/prg/html/form.php:172
|
1639 |
+
msgid "Mrs."
|
1640 |
+
msgstr "Sig.ra"
|
1641 |
+
|
1642 |
+
#: includes/B2S/Network/Item.php:520 views/prg/html/form.php:84
|
1643 |
+
#: views/prg/html/form.php:86 views/prg/html/form.php:161
|
1644 |
+
#: views/prg/html/form.php:163
|
1645 |
+
msgid "Name"
|
1646 |
+
msgstr "Nome"
|
1647 |
+
|
1648 |
+
#: views/prg/html/form.php:77
|
1649 |
+
msgid "Press"
|
1650 |
+
msgstr ""
|
1651 |
+
|
1652 |
+
#: views/prg/html/form.php:69
|
1653 |
+
msgid "Contact Details"
|
1654 |
+
msgstr ""
|
1655 |
+
|
1656 |
+
#: views/prg/html/form.php:56 views/prg/html/form.php:58
|
1657 |
+
msgid "Shortext"
|
1658 |
+
msgstr ""
|
1659 |
+
|
1660 |
+
#: views/prg/html/form.php:52
|
1661 |
+
msgid "Keywords with commas (e.g .: Blog2Social, PR-Gateway)"
|
1662 |
+
msgstr ""
|
1663 |
+
|
1664 |
+
#: views/prg/html/form.php:50
|
1665 |
+
msgid "Keywords"
|
1666 |
+
msgstr "Parole chiave"
|
1667 |
+
|
1668 |
+
#: views/prg/html/form.php:44 views/prg/html/form.php:46
|
1669 |
+
msgid "Message"
|
1670 |
+
msgstr "Messaggio"
|
1671 |
+
|
1672 |
+
#: views/prg/html/form.php:38 views/prg/html/form.php:40
|
1673 |
+
msgid "YouTube-Link"
|
1674 |
+
msgstr ""
|
1675 |
+
|
1676 |
+
#: views/prg/html/form.php:32 views/prg/html/form.php:34
|
1677 |
+
msgid "Subtitle"
|
1678 |
+
msgstr "Sottotitolo"
|
1679 |
+
|
1680 |
+
#: views/prg/html/form.php:21
|
1681 |
+
msgid "English"
|
1682 |
+
msgstr "Inglese"
|
1683 |
+
|
1684 |
+
#: views/prg/html/form.php:20
|
1685 |
+
msgid "German"
|
1686 |
+
msgstr "Tedesco"
|
1687 |
+
|
1688 |
+
#: views/prg/html/form.php:12
|
1689 |
+
msgid "Language"
|
1690 |
+
msgstr "Lingua"
|
1691 |
+
|
1692 |
+
#: views/prg/html/form.php:11
|
1693 |
+
msgid "Category"
|
1694 |
+
msgstr "Categoria"
|
1695 |
+
|
1696 |
+
#: views/prg/html/form.php:7
|
1697 |
+
msgid "Post a Press Release"
|
1698 |
+
msgstr ""
|
1699 |
+
|
1700 |
+
#: views/prg/html/header.php:71
|
1701 |
+
msgid "Logout"
|
1702 |
+
msgstr "Esci"
|
1703 |
+
|
1704 |
+
#: views/prg/html/header.php:54
|
1705 |
+
msgid "Register here to open your PR-Gateway account."
|
1706 |
+
msgstr ""
|
1707 |
+
|
1708 |
+
#: views/prg/html/header.php:53
|
1709 |
+
msgid "PR-Gateway offers a paid online distribution service for submitting press releases, articles and social media news to more than 250 news sites, special interest websites and social news sites. If your blog posts provide trade or industry information or expert articles (no advertising), you may submit them to PR-Gateway to turn them into valid online press releases or online articles and select a specific choice of websites and services to publish your post."
|
1710 |
+
msgstr ""
|
1711 |
+
|
1712 |
+
#: views/prg/html/header.php:28
|
1713 |
+
msgid "Unfortunately, your request cannot be processed by Blog2Social. Please try again!"
|
1714 |
+
msgstr ""
|
1715 |
+
|
1716 |
+
#: views/prg/html/header.php:18
|
1717 |
+
msgid "See all publications for your message live on "
|
1718 |
+
msgstr ""
|
1719 |
+
|
1720 |
+
#: views/prg/html/header.php:17
|
1721 |
+
msgid "Your message will now be sent over PR gateway to the press portals!"
|
1722 |
+
msgstr "Il tuo messaggio verrà ora inviato tramite PR gateway ai portali di stampa!"
|
1723 |
+
|
1724 |
+
#: views/prg/html/header.php:8
|
1725 |
+
msgid "You are signed out of PR-Gateway!"
|
1726 |
+
msgstr ""
|
1727 |
+
|
1728 |
+
#: views/b2s/html/sidebar.php:180
|
1729 |
+
msgid "Blog2Social Blog News"
|
1730 |
+
msgstr ""
|
1731 |
+
|
1732 |
+
#: includes/Notice.php:18 views/b2s/html/sidebar.php:166
|
1733 |
+
msgid "If you like Blog2Social, please give us a 5 star rating. If there is anything that does not work for you, please contact us!"
|
1734 |
+
msgstr ""
|
1735 |
+
|
1736 |
+
#: views/b2s/html/sidebar.php:149
|
1737 |
+
msgid "Plans & Prices"
|
1738 |
+
msgstr ""
|
1739 |
+
|
1740 |
+
#: views/b2s/html/sidebar.php:144
|
1741 |
+
msgid "Upgrade License"
|
1742 |
+
msgstr "Aggiorna licenza"
|
1743 |
+
|
1744 |
+
#: views/b2s/html/sidebar.php:110
|
1745 |
+
msgid "all Posts"
|
1746 |
+
msgstr ""
|
1747 |
+
|
1748 |
+
#: views/b2s/html/sidebar.php:106
|
1749 |
+
msgid "Content Library"
|
1750 |
+
msgstr ""
|
1751 |
+
|
1752 |
+
#: views/b2s/html/sidebar.php:91
|
1753 |
+
msgid "Create Post"
|
1754 |
+
msgstr ""
|
1755 |
+
|
1756 |
+
#: views/b2s/html/sidebar.ship.php:25 views/b2s/html/sidebar.php:26
|
1757 |
+
msgid "Version"
|
1758 |
+
msgstr "Versione"
|
1759 |
+
|
1760 |
+
#: views/b2s/html/post.navbar.php:9
|
1761 |
+
msgid "All Blog Posts"
|
1762 |
+
msgstr ""
|
1763 |
+
|
1764 |
+
#: views/b2s/html/footer.php:600
|
1765 |
+
msgid "Your changes will have no effect on your social media posts on Twitter, if you have manually unchecked the Meta Tag options for Twitter in your Blog2Social <a target=\"_blank\" href=\"%s\">settings</a>"
|
1766 |
+
msgstr ""
|
1767 |
+
|
1768 |
+
#: views/b2s/html/footer.php:597
|
1769 |
+
msgid "Your changes will have no effect on your social media posts on Facebook, if you have manually unchecked the Meta Tag options for Facebook in your Blog2Social <a target=\"_blank\" href=\"%s\">settings</a>"
|
1770 |
+
msgstr ""
|
1771 |
+
|
1772 |
+
#: views/b2s/html/footer.php:594
|
1773 |
+
msgid "You are currently sharing this post as image post. Changes to title and description Meta Tag parameters will only be supported for link post formats. Please change your post format to link post to make individual changes to the title and description for your post preview."
|
1774 |
+
msgstr ""
|
1775 |
+
|
1776 |
+
#: views/b2s/html/footer.php:555
|
1777 |
+
msgid "You want to change the image, title and description for your post?"
|
1778 |
+
msgstr ""
|
1779 |
+
|
1780 |
+
#: views/b2s/html/footer.php:548
|
1781 |
+
msgid "Please note: Your changes will have no effect on your social media posts on Twitter, if you have manually unchecked the Meta Tag options for Twitter in your <a target=\"_blank\" href=\"%s\">settings</a>"
|
1782 |
+
msgstr ""
|
1783 |
+
|
1784 |
+
#: views/b2s/html/footer.php:543
|
1785 |
+
msgid "Blog2Social will automatically write these information in the Twitter Card Meta Tags for Image, Title and Description of your blog post."
|
1786 |
+
msgstr ""
|
1787 |
+
|
1788 |
+
#: views/b2s/html/footer.php:536
|
1789 |
+
msgid "You can change the image, title and description for your post on Twitter, by editing the following fields for"
|
1790 |
+
msgstr ""
|
1791 |
+
|
1792 |
+
#: views/b2s/html/footer.php:533
|
1793 |
+
msgid "Please note: Your changes will have no effect on your social media posts on Facebook, if you have manually unchecked the Meta Tag options for Facebook in your Blog2Social <a target=\"_blank\" href=\"%s\">settings</a>"
|
1794 |
+
msgstr ""
|
1795 |
+
|
1796 |
+
#: views/b2s/html/footer.php:531
|
1797 |
+
msgid "Please note: If this post has already been shared or scheduled previously, your current changes will also affect the look of previously shared or scheduled posts, as Facebook always refers to the current Open Graph meta tags information and automatically updated all existing posts."
|
1798 |
+
msgstr ""
|
1799 |
+
|
1800 |
+
#: views/b2s/html/footer.php:528
|
1801 |
+
msgid "Blog2Social will automatically write these information in the Facebook Open Graph (OG) Meta Tags for Image, Title and Description of your blog post."
|
1802 |
+
msgstr ""
|
1803 |
+
|
1804 |
+
#: views/b2s/html/footer.php:526 views/b2s/html/footer.php:541
|
1805 |
+
msgid "description"
|
1806 |
+
msgstr "descrizione"
|
1807 |
+
|
1808 |
+
#: views/b2s/html/footer.php:524 views/b2s/html/footer.php:539
|
1809 |
+
msgid "image"
|
1810 |
+
msgstr "immagine"
|
1811 |
+
|
1812 |
+
#: views/b2s/html/footer.php:521
|
1813 |
+
msgid "You can change the image, title and description for your post on Facebook, by editing the following fields for"
|
1814 |
+
msgstr ""
|
1815 |
+
|
1816 |
+
#: views/b2s/html/footer.php:511
|
1817 |
+
msgid "With Blog2Social you can select a featured image or any image you select to be displayed with your link post. Blog2Social will automatically write the required parameter in the Twitter Card meta tags of your blog post, so that your selected image will be displayed with your link post. If you don't want Blog2Social to do that, because you have defined your own Twitter Card meta tags, please uncheck this box. Please note that you cannot select a specific image for your link post without Twitter Card meta tags."
|
1818 |
+
msgstr ""
|
1819 |
+
|
1820 |
+
#: views/b2s/html/footer.php:509
|
1821 |
+
msgid "Twitter has changed its policy for posting link posts via plugins or web applications. Twitter does no longer display the featured or selected image for your blog post, but only images defined in the Twitter Card Meta Tags of your blog post. If you have not defined any Twitter Card Meta Tags, Twitter displays a random image from your blog post or blog site. If you have defined an image in your blog post Twitter Card Meta Tags that does not meet the image size requirements, Twitter displays a white space for the image of your link post. Please make sure that your image meets the image size requirements for Twitter."
|
1822 |
+
msgstr ""
|
1823 |
+
|
1824 |
+
#: views/b2s/html/footer.php:506
|
1825 |
+
msgid "With Blog2Social you can select a featured image or any image you select to be displayed with your link post. Blog2Social will automatically write the required parameter in the OG Meta Tags of your blog post, so that your selected image will be displayed with your link post. If you don't want Blog2Social to do that, because you have defined your own OG meta tags, please uncheck this box. Please note that you cannot select a specific image for your link post without OG meta tags."
|
1826 |
+
msgstr ""
|
1827 |
+
|
1828 |
+
#: views/b2s/html/footer.php:504
|
1829 |
+
msgid "Facebook has changed its policy for posting link posts via plugins or web applications. Facebook does no longer display the featured or selected image for your blog post, but only images defined in the Open Graph (OG) Meta Tags of your blog post. If you have not defined any OG Meta Tags, Facebook displays a random image from your blog post or blog site. If you have defined an image in your blog post OG Meta Tags that does not meet the image size requirements, Facebook also does not displayed your selected image, but a random image. Please make sure that your image meets the image size requirements for Facebook."
|
1830 |
+
msgstr ""
|
1831 |
+
|
1832 |
+
#: views/b2s/html/footer.php:498 views/b2s/html/footer.php:589
|
1833 |
+
msgid "Change image, title and description for your post on this network"
|
1834 |
+
msgstr ""
|
1835 |
+
|
1836 |
+
#: views/b2s/html/footer.php:495
|
1837 |
+
msgid "Social Meta Tags Settings"
|
1838 |
+
msgstr ""
|
1839 |
+
|
1840 |
+
#: views/b2s/html/footer.php:342
|
1841 |
+
msgid "Select the content that will be automatically pre-filled in your Twitter posts. If you have ticked the box \"include WordPress tags as hashtags in my post\", hashtags are automatically added in the drop-down menu."
|
1842 |
+
msgstr ""
|
1843 |
+
|
1844 |
+
#: views/b2s/html/footer.php:292
|
1845 |
+
msgid "If Retweets are enabled, every Original-Tweet you schedule in this step will be retweeted by the selected Twitter accounts. If, for example, 3 Original-Tweets are scheduled, every single Tweet will trigger a Retweet for the selected Twitter accounts."
|
1846 |
+
msgstr ""
|
1847 |
+
|
1848 |
+
#: views/b2s/html/footer.php:289
|
1849 |
+
msgid "Retweets are the recommended way to reshare the same Tweets across Twitter accounts in accordance with Twitter new rules. You can now schedule multiple Retweets for an original Tweet that you are planning right from your WordPress."
|
1850 |
+
msgstr ""
|
1851 |
+
|
1852 |
+
#: views/b2s/html/footer.php:286
|
1853 |
+
msgid "Why Retweets?"
|
1854 |
+
msgstr ""
|
1855 |
+
|
1856 |
+
#: views/b2s/html/footer.php:252
|
1857 |
+
msgid "Learn how to set up and apply individual best times to your social media scheduling and auto-poster."
|
1858 |
+
msgstr ""
|
1859 |
+
|
1860 |
+
#: views/b2s/html/footer.php:250
|
1861 |
+
msgid "You can always edit the predefined times in the preview editor for any post or network and save your new settings as default for future use."
|
1862 |
+
msgstr ""
|
1863 |
+
|
1864 |
+
#: views/b2s/html/footer.php:248
|
1865 |
+
msgid "Click Load My Time Settings in the preview editor to schedule your posts automatically for your individually chosen best times."
|
1866 |
+
msgstr ""
|
1867 |
+
|
1868 |
+
#: views/b2s/html/footer.php:246
|
1869 |
+
msgid "You can also configure your own individual time settings for each of your social media connections to post your content on social media when your followers are online. By configuring an individual cross-posting schedule for all your networks you can set up an effective social media posting plan to reach as many followers as possible."
|
1870 |
+
msgstr ""
|
1871 |
+
|
1872 |
+
#: views/b2s/html/footer.php:244
|
1873 |
+
msgid "Blog2Social provides you with a pre-configured time-scheme to automatically schedule your social media posts for the best times to share on each social network based on recent research. Click Load Best Times in the preview editor to schedule your posts automatically for the best times to post on each social network."
|
1874 |
+
msgstr ""
|
1875 |
+
|
1876 |
+
#: views/b2s/html/footer.php:230
|
1877 |
+
msgid "submit"
|
1878 |
+
msgstr "invia"
|
1879 |
+
|
1880 |
+
#: views/b2s/html/footer.php:226
|
1881 |
+
msgid "Help us make Blog2Social even better!"
|
1882 |
+
msgstr "Aiutaci a rendere Blog2Social ancora migliore! "
|
1883 |
+
|
1884 |
+
#: views/b2s/html/footer.php:223
|
1885 |
+
msgid "Did you miss something?"
|
1886 |
+
msgstr "Ti sei perso qualcosa?"
|
1887 |
+
|
1888 |
+
#: views/b2s/html/footer.php:173
|
1889 |
+
msgid "For Instagram, you can select \"image with frame\" or \"image cut out\" as your preferred custom post format."
|
1890 |
+
msgstr ""
|
1891 |
+
|
1892 |
+
#: views/b2s/html/footer.php:89 views/b2s/html/footer.php:107
|
1893 |
+
#: views/b2s/html/footer.php:136
|
1894 |
+
msgid "Reporting with links to already published posts"
|
1895 |
+
msgstr ""
|
1896 |
+
|
1897 |
+
#: views/b2s/html/footer.php:86 views/b2s/html/footer.php:104
|
1898 |
+
#: views/b2s/html/footer.php:133
|
1899 |
+
msgid "Posting to social media pages and groups in Facebook"
|
1900 |
+
msgstr ""
|
1901 |
+
|
1902 |
+
#: views/b2s/html/footer.php:85 views/b2s/html/footer.php:103
|
1903 |
+
#: views/b2s/html/footer.php:132
|
1904 |
+
msgid "Social media auto-posting and auto-scheduling"
|
1905 |
+
msgstr ""
|
1906 |
+
|
1907 |
+
#: views/b2s/html/footer.php:83 views/b2s/html/footer.php:101
|
1908 |
+
#: views/b2s/html/footer.php:130
|
1909 |
+
msgid "Also included:"
|
1910 |
+
msgstr ""
|
1911 |
+
|
1912 |
+
#: views/b2s/html/footer.php:78 views/b2s/html/footer.php:96
|
1913 |
+
msgid "Activate Blog2Social PREMIUM PRO."
|
1914 |
+
msgstr ""
|
1915 |
+
|
1916 |
+
#: views/b2s/html/footer.php:71
|
1917 |
+
msgid "Reporting and calendar: keep track of your published and scheduled social media posts"
|
1918 |
+
msgstr ""
|
1919 |
+
|
1920 |
+
#: views/b2s/html/footer.php:68
|
1921 |
+
msgid "Schedule your posts at the best times on each network: for one time, multiple times or recurrently"
|
1922 |
+
msgstr ""
|
1923 |
+
|
1924 |
+
#: views/b2s/html/footer.php:66
|
1925 |
+
msgid "Post on LinkedIn pages, XING pages and groups, as well as Facebook pages and groups"
|
1926 |
+
msgstr ""
|
1927 |
+
|
1928 |
+
#: views/b2s/html/footer.php:64
|
1929 |
+
msgid "With Blog2Social PREMIUM PRO you can also:"
|
1930 |
+
msgstr ""
|
1931 |
+
|
1932 |
+
#: views/b2s/html/footer.php:58
|
1933 |
+
msgid "You can select different combinations of networks and save them for different sharing purposes."
|
1934 |
+
msgstr ""
|
1935 |
+
|
1936 |
+
#: views/b2s/html/footer.php:55
|
1937 |
+
msgid "Upgrade to Blog2Social PREMIUM PRO"
|
1938 |
+
msgstr ""
|
1939 |
+
|
1940 |
+
#: views/b2s/html/footer.php:13 views/prg/html/footer.php:13
|
1941 |
+
msgid "Product"
|
1942 |
+
msgstr "Prodotto"
|
1943 |
+
|
1944 |
+
#: views/b2s/html/footer.php:12 views/prg/html/footer.php:12
|
1945 |
+
msgid "Event"
|
1946 |
+
msgstr "Evento"
|
1947 |
+
|
1948 |
+
#: views/b2s/html/footer.php:11 views/prg/html/footer.php:11
|
1949 |
+
msgid "Job"
|
1950 |
+
msgstr ""
|
1951 |
+
|
1952 |
+
#: views/b2s/html/footer.php:10 views/prg/html/footer.php:10
|
1953 |
+
#: views/prg/html/header.php:45
|
1954 |
+
msgid "Post"
|
1955 |
+
msgstr ""
|
1956 |
+
|
1957 |
+
#: views/b2s/html/footer.php:5
|
1958 |
+
msgid "We never store your data from your social media profiles"
|
1959 |
+
msgstr ""
|
1960 |
+
|
1961 |
+
#: views/b2s/html/footer.php:5
|
1962 |
+
msgid "Terms"
|
1963 |
+
msgstr "Termini"
|
1964 |
+
|
1965 |
+
#: views/b2s/html/footer.php:5
|
1966 |
+
msgid "Privacy Policy"
|
1967 |
+
msgstr ""
|
1968 |
+
|
1969 |
+
#: views/b2s/html/header.php:488
|
1970 |
+
msgid "I agree to the Adenion Privacy Policy"
|
1971 |
+
msgstr ""
|
1972 |
+
|
1973 |
+
#: views/b2s/html/header.php:487
|
1974 |
+
msgid "Blog2Social is a service of Adenion GmbH"
|
1975 |
+
msgstr ""
|
1976 |
+
|
1977 |
+
#: views/b2s/html/header.php:473
|
1978 |
+
msgid "We updated our Privacy Policy"
|
1979 |
+
msgstr ""
|
1980 |
+
|
1981 |
+
#: views/b2s/html/header.php:457
|
1982 |
+
msgid "OK"
|
1983 |
+
msgstr "OK"
|
1984 |
+
|
1985 |
+
#: views/b2s/html/header.php:448
|
1986 |
+
msgid "Something went wrong on our side. Please contact support!"
|
1987 |
+
msgstr ""
|
1988 |
+
|
1989 |
+
#: views/b2s/html/header.php:432
|
1990 |
+
msgid "Your license key has reached the maximum number of users."
|
1991 |
+
msgstr ""
|
1992 |
+
|
1993 |
+
#: views/b2s/html/header.php:416
|
1994 |
+
msgid "Your entered License Key is invalid. Please contact support!"
|
1995 |
+
msgstr ""
|
1996 |
+
|
1997 |
+
#: views/b2s/html/header.php:400
|
1998 |
+
msgid "The license has been successfully activated."
|
1999 |
+
msgstr "La licenza è stata attivata correttamente."
|
2000 |
+
|
2001 |
+
#: views/b2s/html/header.php:374
|
2002 |
+
msgid "Get Started"
|
2003 |
+
msgstr ""
|
2004 |
+
|
2005 |
+
#: views/b2s/html/header.php:370
|
2006 |
+
msgid "No credit card required"
|
2007 |
+
msgstr "Nessuna carta di credito richiesta"
|
2008 |
+
|
2009 |
+
#: views/b2s/html/header.php:356 views/prg/html/form.php:92
|
2010 |
+
#: views/prg/html/form.php:103 views/prg/html/form.php:169
|
2011 |
+
#: views/prg/html/form.php:180
|
2012 |
+
msgid "Last Name"
|
2013 |
+
msgstr "Cognome"
|
2014 |
+
|
2015 |
+
#: views/b2s/html/header.php:352 views/prg/html/form.php:91
|
2016 |
+
#: views/prg/html/form.php:100 views/prg/html/form.php:168
|
2017 |
+
#: views/prg/html/form.php:177
|
2018 |
+
msgid "First Name"
|
2019 |
+
msgstr "Nome"
|
2020 |
+
|
2021 |
+
#: views/b2s/html/header.php:348 views/b2s/network.php:388
|
2022 |
+
#: views/b2s/ship.php:618 views/prg/html/form.php:141
|
2023 |
+
#: views/prg/html/form.php:143 views/prg/html/form.php:218
|
2024 |
+
#: views/prg/html/form.php:220
|
2025 |
+
msgid "E-Mail"
|
2026 |
+
msgstr "Email"
|
2027 |
+
|
2028 |
+
#: views/b2s/html/header.php:338
|
2029 |
+
msgid "The free trial can not be started. This blog has been already registered for the free trial."
|
2030 |
+
msgstr ""
|
2031 |
+
|
2032 |
+
#: views/b2s/html/header.php:332
|
2033 |
+
msgid "Test Blog2Social PREMIUM 30 days for free"
|
2034 |
+
msgstr "Prova Blog2Social PREMIUM 30 giorni gratis"
|
2035 |
+
|
2036 |
+
#: views/b2s/html/header.php:317
|
2037 |
+
msgid "Did you miss something? Tell us!"
|
2038 |
+
msgstr ""
|
2039 |
+
|
2040 |
+
#: views/b2s/html/header.php:309
|
2041 |
+
msgid "We hope you liked Blog2Social Premium."
|
2042 |
+
msgstr ""
|
2043 |
+
|
2044 |
+
#: views/b2s/html/header.php:308
|
2045 |
+
msgid "Your free trial of Blog2Social PREMIUM has ended."
|
2046 |
+
msgstr "La versione di prova gratuita di Blog2Social PREMIUM è terminata."
|
2047 |
+
|
2048 |
+
#: views/b2s/html/header.php:297 views/b2s/html/header.php:316
|
2049 |
+
msgid "I need some more time to decide"
|
2050 |
+
msgstr ""
|
2051 |
+
|
2052 |
+
#: views/b2s/html/header.php:293 views/b2s/html/header.php:312
|
2053 |
+
msgid "Blog2Social PREMIUM can do so much for you: Auto-publish your blog post on autopilot, automatically schedule your social media posts with the Best Time Manager. Select images and post formats (link post or image post) for each social community. Upload and select any image for sharing. Save multiple combinations of networks for different sharing purposes. Start from only $6.58 per month to benefit from PREMIUM features."
|
2054 |
+
msgstr ""
|
2055 |
+
|
2056 |
+
#: views/b2s/html/header.php:289
|
2057 |
+
msgid " today"
|
2058 |
+
msgstr " oggi"
|
2059 |
+
|
2060 |
+
#: views/b2s/html/header.php:289
|
2061 |
+
msgid " Days"
|
2062 |
+
msgstr " Giorni"
|
2063 |
+
|
2064 |
+
#: views/b2s/html/header.php:286
|
2065 |
+
msgid "Your free Blog2Social Premium trial version is activated for "
|
2066 |
+
msgstr "La versione di prova gratuita di Blog2Social Premium è attivata per "
|
2067 |
+
|
2068 |
+
#: views/b2s/html/header.php:274
|
2069 |
+
msgid "Yes, I want to test Blog2Social Premium 30 days for free"
|
2070 |
+
msgstr ""
|
2071 |
+
|
2072 |
+
#: views/b2s/html/header.php:254
|
2073 |
+
msgid "I already did it"
|
2074 |
+
msgstr "L'ho già fatto"
|
2075 |
+
|
2076 |
+
#: views/b2s/html/header.php:251
|
2077 |
+
msgid "Nope, maybe later"
|
2078 |
+
msgstr "No, forse più tardi"
|
2079 |
+
|
2080 |
+
#: views/b2s/html/header.php:248
|
2081 |
+
msgid "Ok, you deserve it"
|
2082 |
+
msgstr "Ok, te lo meriti."
|
2083 |
+
|
2084 |
+
#: views/b2s/html/header.php:244
|
2085 |
+
msgid "Hi, we noticed you just shared your %s. blog post with Blog2Social - that's awesome! Could you please do us a favor and give it a 5-star rating on WordPress? Just to help us spread the word and boost our motivation."
|
2086 |
+
msgstr ""
|
2087 |
+
|
2088 |
+
#: views/b2s/html/header.php:243
|
2089 |
+
msgid "RATE IT!"
|
2090 |
+
msgstr "VALUTALO!"
|
2091 |
+
|
2092 |
+
#: views/b2s/html/header.php:210
|
2093 |
+
msgid "Your settings could not be saved, because you have auto-posting enabled but no social networks selected."
|
2094 |
+
msgstr ""
|
2095 |
+
|
2096 |
+
#: views/b2s/html/header.php:205
|
2097 |
+
msgid "Your settings could not be saved."
|
2098 |
+
msgstr "Impossibile salvare le impostazioni."
|
2099 |
+
|
2100 |
+
#: views/b2s/html/header.php:200 views/b2s/html/header.php:215
|
2101 |
+
msgid "Your settings were successfully saved."
|
2102 |
+
msgstr "Le impostazioni sono state salvate correttamente."
|
2103 |
+
|
2104 |
+
#: views/b2s/html/header.php:193
|
2105 |
+
msgid "Your feedback could not be delivered."
|
2106 |
+
msgstr "Non è stato possibile inviare il tuo feedback."
|
2107 |
+
|
2108 |
+
#: views/b2s/html/header.php:188
|
2109 |
+
msgid "Thank you! Your feedback has been received."
|
2110 |
+
msgstr "Grazie! Il tuo feedback è stato ricevuto."
|
2111 |
+
|
2112 |
+
#: views/b2s/html/header.php:183
|
2113 |
+
msgid "Your authorization has been removed successfully."
|
2114 |
+
msgstr ""
|
2115 |
+
|
2116 |
+
#: views/b2s/html/header.php:178
|
2117 |
+
msgid "Your authorization could not be removed."
|
2118 |
+
msgstr ""
|
2119 |
+
|
2120 |
+
#: views/b2s/html/header.php:173
|
2121 |
+
msgid "Your profile could not be saved."
|
2122 |
+
msgstr "Impossibile salvare il profilo."
|
2123 |
+
|
2124 |
+
#: views/b2s/html/header.php:168
|
2125 |
+
msgid "Your profile was saved successful."
|
2126 |
+
msgstr "Il tuo profilo è stato salvato correttamente."
|
2127 |
+
|
2128 |
+
#: views/b2s/html/header.php:163
|
2129 |
+
msgid "Your authorization was successful."
|
2130 |
+
msgstr ""
|
2131 |
+
|
2132 |
+
#: views/b2s/html/header.php:155
|
2133 |
+
msgid "Could not save draft"
|
2134 |
+
msgstr "Impossibile salvare la bozza"
|
2135 |
+
|
2136 |
+
#: views/b2s/html/header.php:149
|
2137 |
+
msgid "Saved as draft"
|
2138 |
+
msgstr "Salvato come bozza"
|
2139 |
+
|
2140 |
+
#: views/b2s/html/header.php:137
|
2141 |
+
msgid "Post is published successfully on your blog!"
|
2142 |
+
msgstr ""
|
2143 |
+
|
2144 |
+
#: views/b2s/html/header.php:135
|
2145 |
+
msgid "Post was scheduled successfully on your blog!"
|
2146 |
+
msgstr ""
|
2147 |
+
|
2148 |
+
#: views/b2s/html/header.php:126
|
2149 |
+
msgid "This post was edited successfully."
|
2150 |
+
msgstr ""
|
2151 |
+
|
2152 |
+
#: views/b2s/html/header.php:121
|
2153 |
+
msgid "This entry was removed successfully."
|
2154 |
+
msgstr "Questa voce è stata rimossa correttamente."
|
2155 |
+
|
2156 |
+
#: views/b2s/html/header.php:116
|
2157 |
+
msgid "This entry could not be removed. It's not yours!"
|
2158 |
+
msgstr "Impossibile rimuovere questa voce. Non è tua!"
|
2159 |
+
|
2160 |
+
#: views/b2s/html/header.php:109
|
2161 |
+
msgid "Blog2Social has detected another plugin that is setting Social Meta tags for your blog posts. To ensure that your Social Meta tags are set correctly for your social media posts shared with Blog2Social, please deactivate the Facebook Open Graph and Twitter Card Tags settings in your other plugins."
|
2162 |
+
msgstr ""
|
2163 |
+
|
2164 |
+
#: views/b2s/html/header.php:103
|
2165 |
+
msgid "You currently have both Blog2Social Social Meta Tags and All in One SEO Pack plugins active. To make sure that your Social Meta Tags are set correctly, please deactivate All in One Seo Social Meta settings. If they are already deactivated, you can ignore this message."
|
2166 |
+
msgstr ""
|
2167 |
+
|
2168 |
+
#: views/b2s/html/header.php:97
|
2169 |
+
msgid "You have Yoast SEO active. Blog2Social Social Meta Tags overrides the meta tags from Yoast SEO."
|
2170 |
+
msgstr ""
|
2171 |
+
|
2172 |
+
#: views/b2s/html/header.php:91
|
2173 |
+
msgid "The page and post meta data could not be removed."
|
2174 |
+
msgstr ""
|
2175 |
+
|
2176 |
+
#: views/b2s/html/header.php:79
|
2177 |
+
msgid "Your daily limit for posting automatically has been reached."
|
2178 |
+
msgstr "È stato raggiunto il limite giornaliero per la pubblicazione automatica."
|
2179 |
+
|
2180 |
+
#: views/b2s/html/header.php:79
|
2181 |
+
msgid "Autoposter limit has been reached"
|
2182 |
+
msgstr ""
|
2183 |
+
|
2184 |
+
#: views/b2s/html/header.php:72
|
2185 |
+
msgid "Thank you. You'll now receive the blog updates from Blog2Social."
|
2186 |
+
msgstr ""
|
2187 |
+
|
2188 |
+
#: views/b2s/html/header.php:54
|
2189 |
+
msgid "WordPress uses heartbeats by default, Blog2Social as well. Please enable heartbeats for using Blog2Social! See also:"
|
2190 |
+
msgstr ""
|
2191 |
+
|
2192 |
+
#: views/b2s/html/header.php:48 views/b2s/html/header.php:55
|
2193 |
+
msgid "Blog2Social Troubleshooting-Tool"
|
2194 |
+
msgstr ""
|
2195 |
+
|
2196 |
+
#: views/b2s/html/header.php:47
|
2197 |
+
msgid "To use all features of Blog2Social, PHP version 5.5.3 or higher is required. Our support assists you as of PHP version 5.5.3. See also:"
|
2198 |
+
msgstr ""
|
2199 |
+
|
2200 |
+
#: views/b2s/curation.draft.php:86
|
2201 |
+
msgid "Are you sure you want to delete this draft?"
|
2202 |
+
msgstr "Sei sicuro di voler eliminare questa bozza?"
|
2203 |
+
|
2204 |
+
#: views/b2s/curation.draft.php:83
|
2205 |
+
msgid "Delete Draft"
|
2206 |
+
msgstr "Elimina bozza"
|
2207 |
+
|
2208 |
+
#: views/b2s/post.draft.php:83
|
2209 |
+
msgid "Are you sure you want to delete this Social Media draft?"
|
2210 |
+
msgstr ""
|
2211 |
+
|
2212 |
+
#: views/b2s/post.draft.php:80
|
2213 |
+
msgid "Delete Social Media Draft"
|
2214 |
+
msgstr ""
|
2215 |
+
|
2216 |
+
#: views/b2s/ship.php:554
|
2217 |
+
msgid "There is already a saved draft for this WordPress post or page. If you save a new draft it will overwrite the old draft. Are you sure you want to overwrite your draft?"
|
2218 |
+
msgstr ""
|
2219 |
+
|
2220 |
+
#: views/b2s/ship.php:551
|
2221 |
+
msgid "Overwrite Draft"
|
2222 |
+
msgstr "Sovrascrivi bozza"
|
2223 |
+
|
2224 |
+
#: includes/B2S/AutoPost/Item.php:184 includes/B2S/PostBox.php:253
|
2225 |
+
#: includes/B2S/RePost/Item.php:145 includes/B2S/Curation/View.php:73
|
2226 |
+
msgid "Select network collection:"
|
2227 |
+
msgstr ""
|
2228 |
+
|
2229 |
+
#: includes/B2S/Network/Item.php:170 views/b2s/network.php:230
|
2230 |
+
msgid "Edit Post Template"
|
2231 |
+
msgstr ""
|
2232 |
+
|
2233 |
+
#: includes/B2S/Post/Item.php:543
|
2234 |
+
msgid "last saved"
|
2235 |
+
msgstr "ultimo salvataggio"
|
2236 |
+
|
2237 |
+
#: includes/Loader.php:872 views/b2s/html/post.navbar.php:12
|
2238 |
+
#: views/b2s/html/post.navbar.php:14 views/b2s/html/sidebar.php:94
|
2239 |
+
#: views/b2s/html/sidebar.php:116
|
2240 |
+
msgid "Drafts"
|
2241 |
+
msgstr "Bozze"
|
2242 |
+
|
2243 |
+
#: views/b2s/network.php:323
|
2244 |
+
msgid "\"TITLES\" and \"KEYWORDS\" (Hashtags) are not shortened. If you select the \"TITLE\" and \"KEYWORD\" variables for your social media posts, the character limit you define for the \"EXCERPT\" and/or \"CONTENT\" variables will be applied within the remaining available character limit of the social network."
|
2245 |
+
msgstr ""
|
2246 |
+
|
2247 |
+
#: views/b2s/network.php:322
|
2248 |
+
msgid "An \"EXCERPT\" will only be added to your social media post if you have added a manual excerpt in the excerpt editing box of the Gutenberg side menu (document settings) of your post."
|
2249 |
+
msgstr ""
|
2250 |
+
|
2251 |
+
#: views/b2s/network.php:321
|
2252 |
+
msgid "Define the character limit for the variables \"EXCERPT\" and \"CONTENT\" individually. Your text will be shortened after the last comma, period, or space character within your character limit."
|
2253 |
+
msgstr ""
|
2254 |
+
|
2255 |
+
#: includes/B2S/Network/Item.php:757 includes/B2S/Network/Item.php:806
|
2256 |
+
#: includes/B2S/Network/Item.php:845
|
2257 |
+
msgid "Network limit"
|
2258 |
+
msgstr ""
|
2259 |
+
|
2260 |
+
#: views/b2s/network.php:304
|
2261 |
+
msgid "The tags you have set in your post."
|
2262 |
+
msgstr ""
|
2263 |
+
|
2264 |
+
#: views/b2s/network.php:303
|
2265 |
+
msgid "The content of your post"
|
2266 |
+
msgstr ""
|
2267 |
+
|
2268 |
+
#: views/b2s/network.php:302
|
2269 |
+
msgid "The summary of your post (you define it in the side menu of your post)."
|
2270 |
+
msgstr ""
|
2271 |
+
|
2272 |
+
#: views/b2s/network.php:301
|
2273 |
+
msgid "The title of your post"
|
2274 |
+
msgstr ""
|
2275 |
+
|
2276 |
+
#: views/b2s/network.php:299
|
2277 |
+
msgid "Legend"
|
2278 |
+
msgstr "Legenda"
|
2279 |
+
|
2280 |
+
#: views/b2s/network.php:296
|
2281 |
+
msgid "Edit the content of your post. Move elements by drag and drop into the textarea and customize them as you like."
|
2282 |
+
msgstr ""
|
2283 |
+
|
2284 |
+
#: views/b2s/network.php:293
|
2285 |
+
msgid "Post Content"
|
2286 |
+
msgstr ""
|
2287 |
+
|
2288 |
+
#: views/b2s/network.php:281
|
2289 |
+
msgid "Decide in wich form you want to post your Content. Either as image with frame, or as image cut out."
|
2290 |
+
msgstr ""
|
2291 |
+
|
2292 |
+
#: views/b2s/network.php:272 views/b2s/network.php:275
|
2293 |
+
#: views/b2s/network.php:278
|
2294 |
+
msgid "Decide in which post format you want to post your content: Link post or image post."
|
2295 |
+
msgstr ""
|
2296 |
+
|
2297 |
+
#: views/b2s/network.php:268
|
2298 |
+
msgid "Choose your Post Format"
|
2299 |
+
msgstr ""
|
2300 |
+
|
2301 |
+
#: views/b2s/settings.php:179
|
2302 |
+
msgid "Please enable this feature, if you are using varnish caching (HTTP accelerator to relieve your website). Blog2Social will add a \"no-cache=1\" parameter to the post URL of your Facebook link posts to ensure that Facebook always pulls the current meta data of your blog post."
|
2303 |
+
msgstr ""
|
2304 |
+
|
2305 |
+
#: includes/B2S/Network/Item.php:871 includes/B2S/Network/Item.php:923
|
2306 |
+
#: includes/B2S/Network/Item.php:992 includes/B2S/Network/Item.php:1044
|
2307 |
+
#: includes/B2S/Network/Item.php:1078 includes/B2S/Network/Item.php:1129
|
2308 |
+
#: includes/B2S/Network/Item.php:1159 includes/B2S/Network/Item.php:1213
|
2309 |
+
#: includes/B2S/Network/Item.php:1232 includes/B2S/Network/Item.php:1266
|
2310 |
+
#: includes/B2S/Network/Item.php:1282 includes/B2S/Network/Item.php:1298
|
2311 |
+
#: includes/B2S/Network/Item.php:1314 includes/B2S/Network/Item.php:1330
|
2312 |
+
#: includes/B2S/Network/Item.php:1349 includes/B2S/Network/Item.php:1365
|
2313 |
+
msgid "Preview"
|
2314 |
+
msgstr "Anteprima"
|
2315 |
+
|
2316 |
+
#: includes/B2S/Network/Item.php:806 includes/B2S/Network/Item.php:845
|
2317 |
+
msgid "recommended length"
|
2318 |
+
msgstr "lunghezza raccomandata"
|
2319 |
+
|
2320 |
+
#: includes/B2S/Network/Item.php:783 views/b2s/network.php:318
|
2321 |
+
msgid "Character limit"
|
2322 |
+
msgstr ""
|
2323 |
+
|
2324 |
+
#: includes/B2S/Network/Item.php:747
|
2325 |
+
msgid "The link will be added automatically at the end of the post."
|
2326 |
+
msgstr ""
|
2327 |
+
|
2328 |
+
#: includes/B2S/Network/Item.php:734
|
2329 |
+
msgid "clear"
|
2330 |
+
msgstr ""
|
2331 |
+
|
2332 |
+
#: includes/B2S/Network/Item.php:701 includes/B2S/Network/Item.php:704
|
2333 |
+
msgid "Image"
|
2334 |
+
msgstr "Immagine"
|
2335 |
+
|
2336 |
+
#: includes/B2S/Network/Item.php:694 includes/B2S/Network/Item.php:715
|
2337 |
+
msgid "Load default settings"
|
2338 |
+
msgstr ""
|
2339 |
+
|
2340 |
+
#: includes/B2S/Network/Item.php:693
|
2341 |
+
msgid "Format"
|
2342 |
+
msgstr "Formato"
|
2343 |
+
|
2344 |
+
#: includes/B2S/Network/Item.php:570
|
2345 |
+
msgid "Failed to load the default template"
|
2346 |
+
msgstr ""
|
2347 |
+
|
2348 |
+
#: includes/B2S/Network/Item.php:569
|
2349 |
+
msgid "Failed to save"
|
2350 |
+
msgstr "Salvataggio non riuscito"
|
2351 |
+
|
2352 |
+
#: includes/B2S/Network/Item.php:568
|
2353 |
+
msgid "Successfully saved"
|
2354 |
+
msgstr "Salvato con successo"
|
2355 |
+
|
2356 |
+
#: includes/B2S/Post/Filter.php:71
|
2357 |
+
msgid "currently scheduled"
|
2358 |
+
msgstr "attualmente pianificato"
|
2359 |
+
|
2360 |
+
#: includes/B2S/Post/Filter.php:71
|
2361 |
+
msgid "already shared"
|
2362 |
+
msgstr "già condiviso"
|
2363 |
+
|
2364 |
+
#: includes/B2S/Post/Filter.php:71
|
2365 |
+
msgid "not yet shared"
|
2366 |
+
msgstr "non ancora condiviso"
|
2367 |
+
|
2368 |
+
#: includes/B2S/Post/Filter.php:60
|
2369 |
+
msgid "all posts"
|
2370 |
+
msgstr ""
|
2371 |
+
|
2372 |
+
#: includes/B2S/Settings/Item.php:253 includes/B2S/Settings/Item.php:276
|
2373 |
+
#: views/b2s/curation.php:48 views/b2s/curation.php:51
|
2374 |
+
#: views/b2s/post.sched.php:189 views/b2s/post.calendar.php:70
|
2375 |
+
#: views/b2s/repost.php:73
|
2376 |
+
msgid "Image Post"
|
2377 |
+
msgstr ""
|
2378 |
+
|
2379 |
+
#: includes/B2S/Network/Item.php:166 includes/B2S/Network/Item.php:363
|
2380 |
+
#: includes/B2S/Ship/Portale.php:31
|
2381 |
+
msgid "Publication"
|
2382 |
+
msgstr ""
|
2383 |
+
|
2384 |
+
#: views/b2s/network.php:552
|
2385 |
+
msgid "Upgrade to Blog2Social Business"
|
2386 |
+
msgstr "Aggiorna a Blog2Social Business"
|
2387 |
+
|
2388 |
+
#: views/b2s/network.php:551
|
2389 |
+
msgid "Upgrade to Blog2Social Business to easily bundle your connections into network collection and assign your social media connections to other blog users. You can update and delete the connections as well as select forums or boards. Other users will be able to use the social media connection you assigned to them to post and schedule to your social media profile, page or group."
|
2390 |
+
msgstr ""
|
2391 |
+
|
2392 |
+
#: views/b2s/network.php:545
|
2393 |
+
msgid "This connection was assigned by"
|
2394 |
+
msgstr "Questa connessione è stata assegnata da"
|
2395 |
+
|
2396 |
+
#: views/b2s/network.php:537 views/b2s/network.php:587
|
2397 |
+
msgid "assign"
|
2398 |
+
msgstr ""
|
2399 |
+
|
2400 |
+
#: views/b2s/network.php:534
|
2401 |
+
msgid "There are no other users to whom the connection can be assigned."
|
2402 |
+
msgstr ""
|
2403 |
+
|
2404 |
+
#: views/b2s/network.php:531
|
2405 |
+
msgid "You can only share the connection with blog users who use the same license as you."
|
2406 |
+
msgstr ""
|
2407 |
+
|
2408 |
+
#: views/b2s/network.php:528
|
2409 |
+
msgid "This connection has already been assigned to this user."
|
2410 |
+
msgstr ""
|
2411 |
+
|
2412 |
+
#: views/b2s/network.php:525
|
2413 |
+
msgid "The connection does not exist."
|
2414 |
+
msgstr ""
|
2415 |
+
|
2416 |
+
#: views/b2s/network.php:522
|
2417 |
+
msgid "The connection has already been assigned to this user."
|
2418 |
+
msgstr ""
|
2419 |
+
|
2420 |
+
#: views/b2s/network.php:519
|
2421 |
+
msgid "This user don't have a Business License, or it is not the same"
|
2422 |
+
msgstr ""
|
2423 |
+
|
2424 |
+
#: views/b2s/network.php:516
|
2425 |
+
msgid "You don't have a Business License"
|
2426 |
+
msgstr ""
|
2427 |
+
|
2428 |
+
#: views/b2s/network.php:502 views/b2s/network.php:584
|
2429 |
+
msgid "Assign the connection to other blog users"
|
2430 |
+
msgstr ""
|
2431 |
+
|
2432 |
+
#: views/b2s/network.php:490
|
2433 |
+
msgid "You need at least one network collection"
|
2434 |
+
msgstr ""
|
2435 |
+
|
2436 |
+
#: views/b2s/network.php:482 views/b2s/network.php:574
|
2437 |
+
msgid "move"
|
2438 |
+
msgstr "sposta"
|
2439 |
+
|
2440 |
+
#: views/b2s/network.php:460 views/b2s/network.php:475
|
2441 |
+
#: views/b2s/network.php:507 views/b2s/network.php:510
|
2442 |
+
#: views/b2s/network.php:513
|
2443 |
+
msgid "An error occured. Please contact our support."
|
2444 |
+
msgstr ""
|
2445 |
+
|
2446 |
+
#: views/b2s/network.php:470 views/b2s/network.php:567
|
2447 |
+
msgid "Move the connection to another network collection."
|
2448 |
+
msgstr ""
|
2449 |
+
|
2450 |
+
#: views/b2s/network.php:162
|
2451 |
+
msgid "Delete all scheduled posts from all user who use this connection."
|
2452 |
+
msgstr ""
|
2453 |
+
|
2454 |
+
#: views/b2s/network.php:161
|
2455 |
+
msgid "The connection is still assigned to other users. Please withdraw the assigned connection from other users first."
|
2456 |
+
msgstr ""
|
2457 |
+
|
2458 |
+
#: views/b2s/network.php:157
|
2459 |
+
msgid "The user to whom the connection is assigned still has scheduled posts."
|
2460 |
+
msgstr ""
|
2461 |
+
|
2462 |
+
#: views/b2s/network.php:156
|
2463 |
+
msgid "This network connection is still assigned to other users."
|
2464 |
+
msgstr ""
|
2465 |
+
|
2466 |
+
#: views/b2s/network.php:32 views/b2s/network.php:35 views/b2s/network.php:81
|
2467 |
+
msgid "Create new network collection"
|
2468 |
+
msgstr ""
|
2469 |
+
|
2470 |
+
#: views/b2s/premium.php:167
|
2471 |
+
msgid "Add and edit meta tags for Open Graph (Ex. Facebook and LinkedIn) and Twitter Cards to define the look of your link posts."
|
2472 |
+
msgstr ""
|
2473 |
+
|
2474 |
+
#: views/b2s/premium.php:166
|
2475 |
+
msgid "Open Graph and Twitter Card Tags"
|
2476 |
+
msgstr ""
|
2477 |
+
|
2478 |
+
#: views/b2s/premium.php:158
|
2479 |
+
msgid "Select link post or image post per network to choose the optimal format for your post."
|
2480 |
+
msgstr ""
|
2481 |
+
|
2482 |
+
#: views/b2s/premium.php:157
|
2483 |
+
msgid "Custom format"
|
2484 |
+
msgstr "Formato personalizzato"
|
2485 |
+
|
2486 |
+
#: views/b2s/premium.php:149
|
2487 |
+
msgid "Select individual images per post or network and select any image from your media library to create more variations for your posts."
|
2488 |
+
msgstr ""
|
2489 |
+
|
2490 |
+
#: views/b2s/premium.php:148
|
2491 |
+
msgid "Custom image"
|
2492 |
+
msgstr "Immagine personalizzata"
|
2493 |
+
|
2494 |
+
#: views/b2s/premium.php:137
|
2495 |
+
msgid "Schedule and share curated content from any source on your preferred networks."
|
2496 |
+
msgstr ""
|
2497 |
+
|
2498 |
+
#: views/b2s/premium.php:136
|
2499 |
+
msgid "Schedule curated content"
|
2500 |
+
msgstr ""
|
2501 |
+
|
2502 |
+
#: views/b2s/premium.php:119
|
2503 |
+
msgid "Share imported RSS feeds automatically to get more variations for your content."
|
2504 |
+
msgstr ""
|
2505 |
+
|
2506 |
+
#: views/b2s/premium.php:118
|
2507 |
+
msgid "RSS import & auto-post"
|
2508 |
+
msgstr ""
|
2509 |
+
|
2510 |
+
#: views/b2s/premium.php:110
|
2511 |
+
msgid "Share your posts automatically across your preferred networks at once or at your pre-scheduled time-settings."
|
2512 |
+
msgstr ""
|
2513 |
+
|
2514 |
+
#: views/b2s/premium.php:98
|
2515 |
+
msgid "Use the Best Times Manager to schedule your posts automatically or define your own best time scheme."
|
2516 |
+
msgstr ""
|
2517 |
+
|
2518 |
+
#: views/b2s/premium.php:97
|
2519 |
+
msgid "Best Times Manager"
|
2520 |
+
msgstr ""
|
2521 |
+
|
2522 |
+
#: views/b2s/premium.php:89
|
2523 |
+
msgid "See your entire schedule at a glance, with team view and network filter. Edit scheduled posts or add new social media posts per drag & drop."
|
2524 |
+
msgstr ""
|
2525 |
+
|
2526 |
+
#: views/b2s/premium.php:88
|
2527 |
+
msgid "Social Media Calendar"
|
2528 |
+
msgstr ""
|
2529 |
+
|
2530 |
+
#: views/b2s/premium.php:45
|
2531 |
+
msgid "No User found"
|
2532 |
+
msgstr "Nessun utente trovato"
|
2533 |
+
|
2534 |
+
#: views/b2s/premium.php:41
|
2535 |
+
msgid "Select a user"
|
2536 |
+
msgstr "Seleziona utente"
|
2537 |
+
|
2538 |
+
#: includes/Tools.php:340 views/b2s/html/sidebar.ship.php:29
|
2539 |
+
#: views/b2s/html/sidebar.php:30
|
2540 |
+
msgid "License"
|
2541 |
+
msgstr "Licenza"
|
2542 |
+
|
2543 |
+
#: includes/B2S/Network/Item.php:475
|
2544 |
+
msgid "Connection currently assigned to"
|
2545 |
+
msgstr ""
|
2546 |
+
|
2547 |
+
#: includes/Ajax/Post.php:1929 includes/B2S/Network/Item.php:224
|
2548 |
+
#: includes/B2S/Network/Item.php:290 includes/B2S/Network/Item.php:361
|
2549 |
+
#: includes/B2S/Network/Item.php:487 views/b2s/network.php:7
|
2550 |
+
msgid "Unknown username"
|
2551 |
+
msgstr "Nome utente sconosciuto"
|
2552 |
+
|
2553 |
+
#: includes/B2S/Network/Item.php:224 includes/B2S/Network/Item.php:290
|
2554 |
+
#: includes/B2S/Network/Item.php:361
|
2555 |
+
msgid "Assigned by"
|
2556 |
+
msgstr "Assegnato da"
|
2557 |
+
|
2558 |
+
#: views/b2s/curation.php:318 views/b2s/curation.php:339
|
2559 |
+
#: views/b2s/repost.php:187 views/b2s/repost.php:207
|
2560 |
+
msgid "LinkedIn"
|
2561 |
+
msgstr "LinkedIn"
|
2562 |
+
|
2563 |
+
#: views/b2s/ship.php:493
|
2564 |
+
msgid "Please follow the new XING guidelines for crossposting in XING groups: You can only publish identical content once within one group. You can publish identical posts in up to 3 different groups."
|
2565 |
+
msgstr ""
|
2566 |
+
|
2567 |
+
#: includes/B2S/Settings/Item.php:249 views/b2s/html/footer.php:161
|
2568 |
+
msgid "The link post format displays posts title, link address and the first one or two sentences of the post. The networks scan this information from your META or OpenGraph. PLEASE NOTE: If you want your link posts to display the selected image from the Blog2Social preview editor, please make sure you have activated the Social Meta Tags for Facebook and Twitter in your Blog2Social settings. You find these settings in the tab \"Social Meta Data\". If you don't select a specific post image, some networks display the first image detected on your page. The image links to your blog post."
|
2569 |
+
msgstr ""
|
2570 |
+
|
2571 |
+
#: includes/Loader.php:893
|
2572 |
+
msgid "Your post could not be posted, because your image can not be processed by the network."
|
2573 |
+
msgstr ""
|
2574 |
+
|
2575 |
+
#: includes/Loader.php:881
|
2576 |
+
msgid "Your post could not be posted, because your image is not available or the image source does not allow to publish"
|
2577 |
+
msgstr ""
|
2578 |
+
|
2579 |
+
#: views/b2s/curation.php:40
|
2580 |
+
msgid "Saved as draft."
|
2581 |
+
msgstr "Salvato come bozza."
|
2582 |
+
|
2583 |
+
#: views/b2s/curation.draft.php:17
|
2584 |
+
msgid "Get the Blog2Social Browser Extension"
|
2585 |
+
msgstr ""
|
2586 |
+
|
2587 |
+
#: views/b2s/curation.draft.php:17
|
2588 |
+
msgid "Save links as drafts while browsing and share or schedule them whenever you want."
|
2589 |
+
msgstr ""
|
2590 |
+
|
2591 |
+
#: views/b2s/support.php:258
|
2592 |
+
msgid "Validate directly on Twitter"
|
2593 |
+
msgstr "Convalida direttamente su Twitter"
|
2594 |
+
|
2595 |
+
#: views/b2s/support.php:253
|
2596 |
+
msgid "Twitter Card Validator"
|
2597 |
+
msgstr ""
|
2598 |
+
|
2599 |
+
#: views/b2s/support.php:236
|
2600 |
+
msgid "Inspect Post"
|
2601 |
+
msgstr ""
|
2602 |
+
|
2603 |
+
#: views/b2s/support.php:231
|
2604 |
+
msgid "LinkedIn Post Inspector"
|
2605 |
+
msgstr ""
|
2606 |
+
|
2607 |
+
#: views/b2s/support.php:225
|
2608 |
+
msgid "Debug & Preview"
|
2609 |
+
msgstr "Debug e anteprima"
|
2610 |
+
|
2611 |
+
#: views/b2s/support.php:223 views/b2s/support.php:234
|
2612 |
+
#: views/b2s/support.php:245
|
2613 |
+
msgid "For example your Wordpress Home Page"
|
2614 |
+
msgstr ""
|
2615 |
+
|
2616 |
+
#: views/b2s/support.php:218
|
2617 |
+
msgid "Facebook Open Graph Meta Tags"
|
2618 |
+
msgstr ""
|
2619 |
+
|
2620 |
+
#: views/b2s/support.php:212
|
2621 |
+
msgid "Enter a URL to see how your link preview will look on social media."
|
2622 |
+
msgstr ""
|
2623 |
+
|
2624 |
+
#: views/b2s/support.php:22
|
2625 |
+
msgid "Sharing-Debugger"
|
2626 |
+
msgstr ""
|
2627 |
+
|
2628 |
+
#: includes/B2S/Settings/Item.php:156
|
2629 |
+
msgid "Check Settings with Sharing-Debugger"
|
2630 |
+
msgstr ""
|
2631 |
+
|
2632 |
+
#: includes/B2S/Curation/View.php:110 views/b2s/ship.php:229
|
2633 |
+
#: views/b2s/ship.php:233
|
2634 |
+
msgid "Save as Draft"
|
2635 |
+
msgstr "Salva come bozza"
|
2636 |
+
|
2637 |
+
#: includes/B2S/Post/Item.php:523
|
2638 |
+
msgid "saved"
|
2639 |
+
msgstr ""
|
2640 |
+
|
2641 |
+
#: includes/B2S/Post/Item.php:501
|
2642 |
+
msgid "via Browser-Extension"
|
2643 |
+
msgstr ""
|
2644 |
+
|
2645 |
+
#: includes/Notice.php:17 views/b2s/html/sidebar.php:164
|
2646 |
+
msgid "Rate it!"
|
2647 |
+
msgstr "Valutalo!"
|
2648 |
+
|
2649 |
+
#: views/b2s/dashboard.php:32
|
2650 |
+
msgid "Chart"
|
2651 |
+
msgstr "Grafico"
|
2652 |
+
|
2653 |
+
#: views/b2s/dashboard.php:31
|
2654 |
+
msgid "List"
|
2655 |
+
msgstr "Elenco"
|
2656 |
+
|
2657 |
+
#: views/b2s/widgets/newsletter.php:10
|
2658 |
+
msgid "subscribe"
|
2659 |
+
msgstr ""
|
2660 |
+
|
2661 |
+
#: views/b2s/widgets/newsletter.php:6
|
2662 |
+
msgid "Get Social Media News"
|
2663 |
+
msgstr ""
|
2664 |
+
|
2665 |
+
#: views/b2s/support.php:199
|
2666 |
+
msgid "Export as txt-file"
|
2667 |
+
msgstr "Esporta come file txt"
|
2668 |
+
|
2669 |
+
#: views/b2s/support.php:198
|
2670 |
+
msgid "reload"
|
2671 |
+
msgstr ""
|
2672 |
+
|
2673 |
+
#: views/b2s/support.php:195
|
2674 |
+
msgid "Current"
|
2675 |
+
msgstr ""
|
2676 |
+
|
2677 |
+
#: views/b2s/support.php:192
|
2678 |
+
msgid "Needed"
|
2679 |
+
msgstr ""
|
2680 |
+
|
2681 |
+
#: views/b2s/support.php:185
|
2682 |
+
msgid "You need admin rights to use the Troubleshooting-Tool. Please contact your administrator."
|
2683 |
+
msgstr ""
|
2684 |
+
|
2685 |
+
#: views/b2s/support.php:85
|
2686 |
+
msgid "Troubleshooting for Error Messages"
|
2687 |
+
msgstr ""
|
2688 |
+
|
2689 |
+
#: views/b2s/support.php:25
|
2690 |
+
msgid "Step-by-Step-Guide"
|
2691 |
+
msgstr "Guida passo a passo"
|
2692 |
+
|
2693 |
+
#: includes/Loader.php:872 views/b2s/support.php:19 views/b2s/support.php:22
|
2694 |
+
#: views/b2s/curation.php:49
|
2695 |
+
msgid "NEW"
|
2696 |
+
msgstr "NUOVO"
|
2697 |
+
|
2698 |
+
#: views/b2s/support.php:19
|
2699 |
+
msgid "Troubleshooting-Tool"
|
2700 |
+
msgstr ""
|
2701 |
+
|
2702 |
+
#: views/b2s/premium.php:183
|
2703 |
+
msgid "Show all premium features"
|
2704 |
+
msgstr ""
|
2705 |
+
|
2706 |
+
#: views/b2s/premium.php:176
|
2707 |
+
msgid "Regular updates and priority support per e-mail and phone."
|
2708 |
+
msgstr ""
|
2709 |
+
|
2710 |
+
#: views/b2s/premium.php:175
|
2711 |
+
msgid "Premium support"
|
2712 |
+
msgstr "Supporto Premium"
|
2713 |
+
|
2714 |
+
#: views/b2s/premium.php:80
|
2715 |
+
msgid "Add multiple users and accounts per network. Define sharing-profiles for selected network bundles."
|
2716 |
+
msgstr ""
|
2717 |
+
|
2718 |
+
#: views/b2s/premium.php:79
|
2719 |
+
msgid "More users and accounts"
|
2720 |
+
msgstr "Più utenti e account"
|
2721 |
+
|
2722 |
+
#: views/b2s/premium.php:128
|
2723 |
+
msgid "Schedule and share your blog posts as Google My Business posts to update your business listing and to add fresh content for your company."
|
2724 |
+
msgstr ""
|
2725 |
+
|
2726 |
+
#: views/b2s/premium.php:71
|
2727 |
+
msgid "Share your posts on pages and in groups on Facebook, LinkedIn, XING, VK and Medium."
|
2728 |
+
msgstr ""
|
2729 |
+
|
2730 |
+
#: views/b2s/premium.php:70
|
2731 |
+
msgid "Pages and groups"
|
2732 |
+
msgstr "Pagine e gruppi"
|
2733 |
+
|
2734 |
+
#: views/b2s/premium.php:61
|
2735 |
+
msgid "Go Premium and get even smarter with social media automation"
|
2736 |
+
msgstr ""
|
2737 |
+
|
2738 |
+
#: views/b2s/premium.php:50
|
2739 |
+
msgid "Activate License"
|
2740 |
+
msgstr ""
|
2741 |
+
|
2742 |
+
#: views/b2s/premium.php:35
|
2743 |
+
msgid "Upgrade to Blog2Social Premium and get even smarter with social media automation: Schedule your posts for the best time or recurringly with the Best Time Manager or the Social Media Calendar. Post to pages, groups and multiple accounts per network."
|
2744 |
+
msgstr ""
|
2745 |
+
|
2746 |
+
#: views/b2s/premium.php:30
|
2747 |
+
msgid "End of Trial"
|
2748 |
+
msgstr ""
|
2749 |
+
|
2750 |
+
#: includes/B2S/AutoPost/Item.php:140 views/b2s/premium.php:14
|
2751 |
+
msgid "Your current license:"
|
2752 |
+
msgstr "La tua licenza attuale:"
|
2753 |
+
|
2754 |
+
#: includes/B2S/Support/Check/System.php:92
|
2755 |
+
msgid "Plugin Warnings:"
|
2756 |
+
msgstr ""
|
2757 |
+
|
2758 |
+
#: includes/B2S/Support/Check/System.php:67
|
2759 |
+
#: includes/B2S/Support/Check/System.php:85
|
2760 |
+
msgid "resolve conflict"
|
2761 |
+
msgstr ""
|
2762 |
+
|
2763 |
+
#: includes/B2S/Support/Check/System.php:46
|
2764 |
+
msgid "or higher"
|
2765 |
+
msgstr "o superiore"
|
2766 |
+
|
2767 |
+
#: includes/Loader.php:961 includes/Loader.php:1047
|
2768 |
+
#: views/b2s/html/sidebar.ship.php:66 views/b2s/html/header.php:40
|
2769 |
+
#: views/b2s/html/sidebar.php:140
|
2770 |
+
msgid "Help & Support"
|
2771 |
+
msgstr ""
|
2772 |
+
|
2773 |
+
#: includes/Loader.php:888
|
2774 |
+
msgid "Your blog post was not available for the network at the time of publication."
|
2775 |
+
msgstr ""
|
2776 |
+
|
2777 |
+
#: includes/Loader.php:872 views/b2s/html/post.navbar.php:16
|
2778 |
+
#: views/b2s/html/sidebar.php:119
|
2779 |
+
msgid "Instant Sharing"
|
2780 |
+
msgstr "Condivisione istantanea"
|
2781 |
+
|
2782 |
+
#: includes/Loader.php:872 views/b2s/html/post.navbar.php:19
|
2783 |
+
#: views/b2s/html/sidebar.php:125
|
2784 |
+
msgid "Shared Posts"
|
2785 |
+
msgstr ""
|
2786 |
+
|
2787 |
+
#: includes/Loader.php:872 views/b2s/html/post.navbar.php:21
|
2788 |
+
msgid "Notifications"
|
2789 |
+
msgstr "Notifiche"
|
2790 |
+
|
2791 |
+
#: views/b2s/ship.php:490
|
2792 |
+
msgid "Important infomations about XING groups"
|
2793 |
+
msgstr ""
|
2794 |
+
|
2795 |
+
#: includes/B2S/Ship/Item.php:1210
|
2796 |
+
msgid "Time to publish"
|
2797 |
+
msgstr ""
|
2798 |
+
|
2799 |
+
#: includes/B2S/Ship/Item.php:1207
|
2800 |
+
msgid "Repeats every (days)"
|
2801 |
+
msgstr ""
|
2802 |
+
|
2803 |
+
#: includes/B2S/Ship/Item.php:1205
|
2804 |
+
msgid "Number of repeats"
|
2805 |
+
msgstr "Numero di ripetizioni"
|
2806 |
+
|
2807 |
+
#: includes/B2S/Ship/Item.php:1197 views/b2s/partials/post-edit-modal.php:56
|
2808 |
+
msgid "Please note: Google will shut down Google+ for all private accounts (profiles, pages, groups) on 2nd April 2019. You can find further information and the next steps, including how to download your photos and other content here:"
|
2809 |
+
msgstr ""
|
2810 |
+
|
2811 |
+
#: includes/B2S/Ship/Item.php:1193 views/b2s/partials/post-edit-modal.php:52
|
2812 |
+
msgid "Please note: Your account is connected via an old XING API that is no longer supported by XING after March 31. Please connect your XING profile, as well as your XING company pages (Employer branding profiles) and business pages with the new XING interface in the Blog2Social network settings. To do this, go to the Blog2Social Networks section and connect your XING accounts with the new XING."
|
2813 |
+
msgstr ""
|
2814 |
+
|
2815 |
+
#: includes/B2S/Ship/Item.php:1038
|
2816 |
+
msgid "Request"
|
2817 |
+
msgstr ""
|
2818 |
+
|
2819 |
+
#: includes/B2S/Ship/Item.php:1037
|
2820 |
+
msgid "Offer"
|
2821 |
+
msgstr "Offerta"
|
2822 |
+
|
2823 |
+
#: includes/B2S/Ship/Item.php:1035
|
2824 |
+
msgid "Classified Ads"
|
2825 |
+
msgstr ""
|
2826 |
+
|
2827 |
+
#: includes/B2S/Ship/Item.php:1034
|
2828 |
+
msgid "Events"
|
2829 |
+
msgstr "Eventi"
|
2830 |
+
|
2831 |
+
#: includes/B2S/Ship/Item.php:1033
|
2832 |
+
msgid "Jobs & Projects"
|
2833 |
+
msgstr ""
|
2834 |
+
|
2835 |
+
#: includes/B2S/Ship/Item.php:327
|
2836 |
+
msgid "Connection expires on 2 April 2019"
|
2837 |
+
msgstr "La connessione scade il 2 aprile 2019"
|
2838 |
+
|
2839 |
+
#: includes/B2S/Ship/Item.php:323
|
2840 |
+
msgid "Connection expires on 31 March 2019"
|
2841 |
+
msgstr "La connessione scade il 31 marzo 2019"
|
2842 |
+
|
2843 |
+
#: includes/Loader.php:874
|
2844 |
+
msgid "Business"
|
2845 |
+
msgstr "Business"
|
2846 |
+
|
2847 |
+
#: views/prg/html/form.php:74
|
2848 |
+
msgid "Company"
|
2849 |
+
msgstr "Azienda"
|
2850 |
+
|
2851 |
+
#: includes/Loader.php:45
|
2852 |
+
msgid "Edit group settings"
|
2853 |
+
msgstr ""
|
2854 |
+
|
2855 |
+
#: views/b2s/curation.php:160 views/b2s/ship.php:477 views/b2s/ship.php:558
|
2856 |
+
#: views/b2s/post.approve.php:114
|
2857 |
+
msgid "YES"
|
2858 |
+
msgstr "SÌ"
|
2859 |
+
|
2860 |
+
#: views/b2s/curation.php:155 views/b2s/ship.php:472
|
2861 |
+
#: views/b2s/post.approve.php:109
|
2862 |
+
msgid "Do you want to mark this post as published ?"
|
2863 |
+
msgstr ""
|
2864 |
+
|
2865 |
+
#: includes/B2S/Ship/Navbar.php:37 views/b2s/network.php:572
|
2866 |
+
msgid "My Profile"
|
2867 |
+
msgstr ""
|
2868 |
+
|
2869 |
+
#: includes/B2S/Ship/Save.php:430
|
2870 |
+
msgid "Please share your post now"
|
2871 |
+
msgstr ""
|
2872 |
+
|
2873 |
+
#: includes/B2S/Ship/Save.php:425
|
2874 |
+
msgid "Please note: You post has to be marked as public to be posted in a group."
|
2875 |
+
msgstr ""
|
2876 |
+
|
2877 |
+
#: includes/B2S/Ship/Save.php:424
|
2878 |
+
msgid "-For scheduled posts, Blog2Social will save your post and move it to the \"Scheduled Posts\" tab on your \"Site & Blog Content\" navigation bar. On your scheduled date and time, your post will move to the \"Instant Sharing\" tab and you can click on \"Share\" to post it to your account instantly."
|
2879 |
+
msgstr ""
|
2880 |
+
|
2881 |
+
#: includes/B2S/Ship/Save.php:423
|
2882 |
+
msgid "-To share your post immediately, click the \"Share\" button next to your selected Google+ account below."
|
2883 |
+
msgstr ""
|
2884 |
+
|
2885 |
+
#: includes/B2S/Ship/Save.php:420
|
2886 |
+
msgid "For sharing your posts on Google+ you can now use Google+ Instant Sharing"
|
2887 |
+
msgstr ""
|
2888 |
+
|
2889 |
+
#: views/b2s/network.php:174
|
2890 |
+
msgid "View schedule posts"
|
2891 |
+
msgstr ""
|
2892 |
+
|
2893 |
+
#: views/b2s/network.php:160
|
2894 |
+
msgid "Delete all scheduled posts for this account irrevocably"
|
2895 |
+
msgstr ""
|
2896 |
+
|
2897 |
+
#: views/b2s/network.php:49 views/b2s/partials/post-edit-modal.php:42
|
2898 |
+
#: views/b2s/ship.php:75
|
2899 |
+
msgid "Load Best Times"
|
2900 |
+
msgstr ""
|
2901 |
+
|
2902 |
+
#: includes/B2S/Network/Item.php:217 includes/B2S/Network/Item.php:283
|
2903 |
+
#: includes/B2S/Network/Item.php:354
|
2904 |
+
msgid "To reactivate this connection,"
|
2905 |
+
msgstr ""
|
2906 |
+
|
2907 |
+
#: includes/B2S/Network/Item.php:180 views/b2s/html/footer.php:241
|
2908 |
+
msgid "Best Time Manager"
|
2909 |
+
msgstr ""
|
2910 |
+
|
2911 |
+
#: includes/B2S/Network/Item.php:141
|
2912 |
+
msgid "Best times"
|
2913 |
+
msgstr ""
|
2914 |
+
|
2915 |
+
#: views/b2s/post.calendar.php:197
|
2916 |
+
msgid "Share content from other sources"
|
2917 |
+
msgstr ""
|
2918 |
+
|
2919 |
+
#: views/b2s/post.calendar.php:187 views/b2s/post.calendar.php:200
|
2920 |
+
msgid "select"
|
2921 |
+
msgstr "seleziona"
|
2922 |
+
|
2923 |
+
#: views/b2s/post.calendar.php:184
|
2924 |
+
msgid "Share content from your blog"
|
2925 |
+
msgstr ""
|
2926 |
+
|
2927 |
+
#: views/b2s/post.calendar.php:174
|
2928 |
+
msgid "What would you like to share?"
|
2929 |
+
msgstr "Cosa vorresti condividere?"
|
2930 |
+
|
2931 |
+
#: views/b2s/curation.php:63
|
2932 |
+
msgid "Load data..."
|
2933 |
+
msgstr ""
|
2934 |
+
|
2935 |
+
#: views/b2s/network.php:431 views/b2s/curation.php:75
|
2936 |
+
msgid "continue"
|
2937 |
+
msgstr "continua"
|
2938 |
+
|
2939 |
+
#: views/b2s/curation.php:72
|
2940 |
+
msgid "Enter link"
|
2941 |
+
msgstr ""
|
2942 |
+
|
2943 |
+
#: views/b2s/curation.php:71
|
2944 |
+
msgid "Please enter a valid link"
|
2945 |
+
msgstr "Inserisci un link valido"
|
2946 |
+
|
2947 |
+
#: views/b2s/curation.php:37
|
2948 |
+
msgid "Invalid data. Please check your data."
|
2949 |
+
msgstr ""
|
2950 |
+
|
2951 |
+
#: views/b2s/curation.php:34
|
2952 |
+
msgid "No connected networks. Please make sure to connect at least one social media account."
|
2953 |
+
msgstr ""
|
2954 |
+
|
2955 |
+
#: views/b2s/curation.php:30
|
2956 |
+
msgid "No link preview available. Please check your link."
|
2957 |
+
msgstr ""
|
2958 |
+
|
2959 |
+
#: includes/B2S/Post/Item.php:401
|
2960 |
+
msgid "curated post"
|
2961 |
+
msgstr ""
|
2962 |
+
|
2963 |
+
#: includes/B2S/Curation/View.php:109
|
2964 |
+
msgid "Customize & Schedule"
|
2965 |
+
msgstr ""
|
2966 |
+
|
2967 |
+
#: includes/B2S/Curation/View.php:62
|
2968 |
+
msgid "Share your post"
|
2969 |
+
msgstr ""
|
2970 |
+
|
2971 |
+
#: includes/B2S/Curation/View.php:23 views/b2s/curation.php:102
|
2972 |
+
#: views/b2s/curation.php:116
|
2973 |
+
msgid "Write something..."
|
2974 |
+
msgstr "Scrivi qualcosa..."
|
2975 |
+
|
2976 |
+
#: includes/B2S/Ship/Item.php:368
|
2977 |
+
msgid "Read more"
|
2978 |
+
msgstr "Leggi tutto"
|
2979 |
+
|
2980 |
+
#: includes/B2S/Ship/Item.php:368
|
2981 |
+
msgid "Please note: XING allows identical posts to be published only once within a group and no more than three times across different groups."
|
2982 |
+
msgstr ""
|
2983 |
+
|
2984 |
+
#: includes/B2S/Post/Item.php:875
|
2985 |
+
msgid "last modified by %s"
|
2986 |
+
msgstr "ultima modifica di %s"
|
2987 |
+
|
2988 |
+
#: includes/B2S/AutoPost/Item.php:143 includes/B2S/AutoPost/Item.php:146
|
2989 |
+
#: includes/B2S/RePost/Item.php:33 views/b2s/premium.php:31
|
2990 |
+
msgid "Upgrade"
|
2991 |
+
msgstr "Aggiorna"
|
2992 |
+
|
2993 |
+
#: includes/B2S/AutoPost/Item.php:143
|
2994 |
+
msgid "Scheduled Auto-Posting"
|
2995 |
+
msgstr ""
|
2996 |
+
|
2997 |
+
#: includes/B2S/AutoPost/Item.php:142
|
2998 |
+
msgid "Immediate Cross-Posting across all networks: Share an unlimited number of posts"
|
2999 |
+
msgstr ""
|
3000 |
+
|
3001 |
+
#: views/b2s/post.approve.php:89
|
3002 |
+
msgid "Delete Social Media Posts"
|
3003 |
+
msgstr ""
|
3004 |
+
|
3005 |
+
#: includes/B2S/Post/Item.php:832
|
3006 |
+
msgid "You want to delete your Social Media post?"
|
3007 |
+
msgstr ""
|
3008 |
+
|
3009 |
+
#: views/b2s/post.approve.php:92
|
3010 |
+
msgid "Are you sure you want to delete these Social Media posts?"
|
3011 |
+
msgstr ""
|
3012 |
+
|
3013 |
+
#: includes/Loader.php:876
|
3014 |
+
msgid "Your authorization has expired. Please reconnect your account in the Blog2Social network settings."
|
3015 |
+
msgstr ""
|
3016 |
+
|
3017 |
+
#: includes/B2S/Ship/Save.php:416
|
3018 |
+
msgid "-For scheduled posts, Blog2Social will save your post and move it to the \"Scheduled Posts\" tab on your \"Posts & Sharing\" navigation bar. On your scheduled date and time, your post will move to the \"Instant Sharing\" tab and you can click on \"Share\" to post it to your Facebook Profile instantly."
|
3019 |
+
msgstr ""
|
3020 |
+
|
3021 |
+
#: includes/B2S/Ship/Save.php:415
|
3022 |
+
msgid "-To share your post immediately, click the \"Share\" button next to your selected Facebook profile below."
|
3023 |
+
msgstr ""
|
3024 |
+
|
3025 |
+
#: includes/B2S/Ship/Save.php:414 includes/B2S/Ship/Save.php:422
|
3026 |
+
msgid "This is how it works:"
|
3027 |
+
msgstr "Ecco come funziona:"
|
3028 |
+
|
3029 |
+
#: includes/B2S/Ship/Save.php:412
|
3030 |
+
msgid "For sharing your posts on personal Facebook Profiles you can use Facebook Instant Sharing"
|
3031 |
+
msgstr ""
|
3032 |
+
|
3033 |
+
#: includes/B2S/AutoPost/Item.php:39
|
3034 |
+
msgid "Auto-posts for Facebook Profiles will be shown in the \"Instant Sharing\" tab on your \"Posts & Sharing\" navigation bar and can be shared on your Facebook Profile by clicking on the \"Share\" button next to your auto-post."
|
3035 |
+
msgstr ""
|
3036 |
+
|
3037 |
+
#: includes/B2S/Ship/Save.php:429 includes/B2S/Post/Item.php:824
|
3038 |
+
msgid "share"
|
3039 |
+
msgstr "condividi"
|
3040 |
+
|
3041 |
+
#: includes/B2S/Post/Item.php:794
|
3042 |
+
msgid "is waiting to shared by %s"
|
3043 |
+
msgstr ""
|
3044 |
+
|
3045 |
+
#: includes/B2S/Post/Item.php:490
|
3046 |
+
msgid "social media posts ready to be shared"
|
3047 |
+
msgstr ""
|
3048 |
+
|
3049 |
+
#: views/b2s/network.php:127
|
3050 |
+
msgid "Google currently allows access to the API for all companies with up to 9 locations in their Google My Business Listings. However, Google plans to extend the API for companies with more than 9 locations in their Google My Business listings."
|
3051 |
+
msgstr ""
|
3052 |
+
|
3053 |
+
#: views/b2s/network.php:124
|
3054 |
+
msgid "Blog2Social uses the official Google My Business API to share your content on your business listing. You can connect Google My Business listings with up to nine different locations to Blog2Social and you can choose which location you want to share your content on."
|
3055 |
+
msgstr ""
|
3056 |
+
|
3057 |
+
#: views/b2s/network.php:121 views/b2s/curation.php:328
|
3058 |
+
#: views/b2s/premium.php:127 views/b2s/repost.php:197
|
3059 |
+
msgid "Google My Business"
|
3060 |
+
msgstr "Google My Business"
|
3061 |
+
|
3062 |
+
#: includes/B2S/Ship/Image.php:81 includes/B2S/Ship/Image.php:85
|
3063 |
+
msgid "Apply image for this post"
|
3064 |
+
msgstr ""
|
3065 |
+
|
3066 |
+
#: includes/B2S/Settings/Item.php:90
|
3067 |
+
msgid "change"
|
3068 |
+
msgstr ""
|
3069 |
+
|
3070 |
+
#: includes/Loader.php:93
|
3071 |
+
msgid "Bitly"
|
3072 |
+
msgstr "Bitly"
|
3073 |
+
|
3074 |
+
#: includes/B2S/Settings/Item.php:65
|
3075 |
+
msgid "Url Shortener"
|
3076 |
+
msgstr ""
|
3077 |
+
|
3078 |
+
#: includes/B2S/Network/Item.php:154 includes/B2S/Network/Item.php:158
|
3079 |
+
#: includes/B2S/Ship/Portale.php:42 includes/B2S/Ship/Portale.php:46
|
3080 |
+
msgid "You want to connect a network profile?"
|
3081 |
+
msgstr ""
|
3082 |
+
|
3083 |
+
#: views/b2s/partials/post-edit-modal.php:89
|
3084 |
+
msgid "The orginal tweet is scheduled on:"
|
3085 |
+
msgstr ""
|
3086 |
+
|
3087 |
+
#: includes/System.php:35
|
3088 |
+
msgid "Blog2Social does not seem to have permission to write in your WordPress database. Please assign Blog2Social the permission to write in the WordPress database. Please also make sure that your MySQL server runs on v5.5.3 or higher, or ask your server administrator to do it for you."
|
3089 |
+
msgstr ""
|
3090 |
+
|
3091 |
+
#: includes/Loader.php:889
|
3092 |
+
msgid "You have already retweeted this post."
|
3093 |
+
msgstr ""
|
3094 |
+
|
3095 |
+
#: includes/B2S/Ship/Item.php:1296
|
3096 |
+
msgid "Copy from original"
|
3097 |
+
msgstr "Copia dall'originale"
|
3098 |
+
|
3099 |
+
#: includes/B2S/Ship/Item.php:1282
|
3100 |
+
msgid "add another post"
|
3101 |
+
msgstr ""
|
3102 |
+
|
3103 |
+
#: includes/B2S/Ship/Item.php:1155 views/b2s/curation.php:180
|
3104 |
+
#: views/b2s/post.calendar.php:271 views/b2s/ship.php:408
|
3105 |
+
msgid "Schedule for specific dates"
|
3106 |
+
msgstr ""
|
3107 |
+
|
3108 |
+
#: includes/B2S/Ship/Item.php:1132
|
3109 |
+
msgid "Add Retweet"
|
3110 |
+
msgstr ""
|
3111 |
+
|
3112 |
+
#: includes/B2S/Ship/Item.php:1124 includes/B2S/Ship/Item.php:1125
|
3113 |
+
#: includes/B2S/Ship/Item.php:1126 includes/B2S/Ship/Item.php:1127
|
3114 |
+
#: views/b2s/partials/post-edit-modal.php:82
|
3115 |
+
#: views/b2s/partials/post-edit-modal.php:83
|
3116 |
+
#: views/b2s/partials/post-edit-modal.php:84
|
3117 |
+
#: views/b2s/partials/post-edit-modal.php:85
|
3118 |
+
msgid "min"
|
3119 |
+
msgstr "min"
|
3120 |
+
|
3121 |
+
#: includes/B2S/Ship/Item.php:1114 views/b2s/partials/post-edit-modal.php:78
|
3122 |
+
msgid "Delay"
|
3123 |
+
msgstr "Ritardo"
|
3124 |
+
|
3125 |
+
#: includes/B2S/Ship/Item.php:1095
|
3126 |
+
msgid "Enable Retweets for all Tweets with the selected profile"
|
3127 |
+
msgstr ""
|
3128 |
+
|
3129 |
+
#: includes/B2S/Ship/Item.php:461 includes/B2S/Ship/Item.php:483
|
3130 |
+
#: includes/B2S/Ship/Item.php:490 includes/B2S/Ship/Item.php:497
|
3131 |
+
#: includes/B2S/Ship/Item.php:521 includes/B2S/Ship/Item.php:544
|
3132 |
+
#: includes/B2S/Ship/Item.php:551 includes/B2S/Ship/Item.php:558
|
3133 |
+
#: includes/B2S/Ship/Item.php:581 includes/B2S/Ship/Item.php:610
|
3134 |
+
#: includes/B2S/Ship/Item.php:639 includes/B2S/Ship/Item.php:667
|
3135 |
+
#: includes/B2S/Ship/Item.php:710 includes/B2S/Ship/Item.php:731
|
3136 |
+
#: includes/B2S/Ship/Item.php:738 includes/B2S/Ship/Item.php:745
|
3137 |
+
#: includes/B2S/Ship/Item.php:765 includes/B2S/Ship/Item.php:785
|
3138 |
+
#: includes/B2S/Ship/Item.php:792 includes/B2S/Ship/Item.php:799
|
3139 |
+
#: includes/B2S/Ship/Item.php:816 includes/B2S/Ship/Item.php:837
|
3140 |
+
#: includes/B2S/Ship/Item.php:858 includes/B2S/Ship/Item.php:879
|
3141 |
+
#: includes/B2S/Ship/Item.php:900 includes/B2S/Ship/Item.php:944
|
3142 |
+
#: views/b2s/curation.php:98
|
3143 |
+
msgid "Change image"
|
3144 |
+
msgstr "Cambia immagine"
|
3145 |
+
|
3146 |
+
#: includes/B2S/Ship/Image.php:74
|
3147 |
+
msgid "Apply image for all posts"
|
3148 |
+
msgstr ""
|
3149 |
+
|
3150 |
+
#: includes/B2S/Ship/Save.php:448 includes/B2S/Post/Item.php:715
|
3151 |
+
#: includes/B2S/Post/Item.php:856
|
3152 |
+
msgid "Retweet"
|
3153 |
+
msgstr ""
|
3154 |
+
|
3155 |
+
#: views/b2s/network.php:195
|
3156 |
+
msgid "Could not be changed"
|
3157 |
+
msgstr "Non può essere cambiato"
|
3158 |
+
|
3159 |
+
#: views/b2s/network.php:194
|
3160 |
+
msgid "Change successful"
|
3161 |
+
msgstr "Dati aggiornati con successo"
|
3162 |
+
|
3163 |
+
#: views/b2s/network.php:193
|
3164 |
+
msgid "Please re-authorize your account with Blog2Social and try again"
|
3165 |
+
msgstr "Riautorizza il tuo account con Blog2Social e riprova"
|
3166 |
+
|
3167 |
+
#: includes/Loader.php:45
|
3168 |
+
msgid "Modify subreddit"
|
3169 |
+
msgstr "Modifica subreddit"
|
3170 |
+
|
3171 |
+
#: includes/Loader.php:45
|
3172 |
+
msgid "Modify forum"
|
3173 |
+
msgstr "Modifica forum"
|
3174 |
+
|
3175 |
+
#: includes/Loader.php:45
|
3176 |
+
msgid "Modify pin board"
|
3177 |
+
msgstr ""
|
3178 |
+
|
3179 |
+
#: includes/B2S/Ship/Item.php:364 includes/B2S/Ship/Item.php:759
|
3180 |
+
#: includes/B2S/Ship/Item.php:1164
|
3181 |
+
msgid "Learn more about this"
|
3182 |
+
msgstr "Ulteriori informazioni su questo"
|
3183 |
+
|
3184 |
+
#: includes/B2S/Ship/Item.php:364 includes/B2S/Ship/Item.php:759
|
3185 |
+
#: includes/B2S/Ship/Item.php:1164
|
3186 |
+
msgid "Violating these rules can result in Twitter suspending your account. Always vary your Tweets with different comments, hashtags or handles to prevent duplicate posts."
|
3187 |
+
msgstr ""
|
3188 |
+
|
3189 |
+
#: includes/B2S/Ship/Item.php:364 includes/B2S/Ship/Item.php:759
|
3190 |
+
#: includes/B2S/Ship/Item.php:1164
|
3191 |
+
msgid "Please keep in mind that according to Twitter’s new TOS, users are no longer allowed to post identical or substantially similar content to multiple accounts or multiple duplicate updates on one account."
|
3192 |
+
msgstr ""
|
3193 |
+
|
3194 |
+
#: includes/B2S/Settings/Item.php:188
|
3195 |
+
msgid "Summary with large image"
|
3196 |
+
msgstr "Riepilogo con immagine grande"
|
3197 |
+
|
3198 |
+
#: includes/B2S/Settings/Item.php:187
|
3199 |
+
msgid "Summary"
|
3200 |
+
msgstr "Riepilogo"
|
3201 |
+
|
3202 |
+
#: includes/B2S/Settings/Item.php:185
|
3203 |
+
msgid "The default card type to use"
|
3204 |
+
msgstr ""
|
3205 |
+
|
3206 |
+
#: includes/B2S/AutoPost/Item.php:195 includes/B2S/PostBox.php:311
|
3207 |
+
#: includes/B2S/RePost/Item.php:156 includes/B2S/Curation/View.php:97
|
3208 |
+
#: views/b2s/repost.php:167 views/b2s/autopost.php:73
|
3209 |
+
msgid "Select Twitter profile:"
|
3210 |
+
msgstr "Seleziona il profilo Twitter:"
|
3211 |
+
|
3212 |
+
#: includes/B2S/AutoPost/Item.php:156 views/b2s/repost.php:170
|
3213 |
+
#: views/b2s/autopost.php:76
|
3214 |
+
msgid "More information"
|
3215 |
+
msgstr "Ulteriori informazioni"
|
3216 |
+
|
3217 |
+
#: includes/B2S/AutoPost/Item.php:156
|
3218 |
+
msgid "In accordance with the new Twitter TOS, one Twitter account can be selected as your primary Twitter account for auto-posting."
|
3219 |
+
msgstr ""
|
3220 |
+
|
3221 |
+
#: includes/B2S/Post/Item.php:888
|
3222 |
+
msgid "edit"
|
3223 |
+
msgstr "modifica "
|
3224 |
+
|
3225 |
+
#: includes/B2S/Post/Item.php:887
|
3226 |
+
msgid "You want to edit your scheduled post?"
|
3227 |
+
msgstr ""
|
3228 |
+
|
3229 |
+
#: includes/Loader.php:955 includes/Loader.php:1018 views/b2s/dashboard.php:30
|
3230 |
+
#: views/b2s/html/post.navbar.php:22 views/b2s/html/sidebar.php:128
|
3231 |
+
msgid "Calendar"
|
3232 |
+
msgstr "Calendario"
|
3233 |
+
|
3234 |
+
#: views/b2s/settings.php:165
|
3235 |
+
msgid "Plugin contents are loaded one at a time to minimize server load."
|
3236 |
+
msgstr ""
|
3237 |
+
|
3238 |
+
#: views/b2s/settings.php:162
|
3239 |
+
msgid "Activate Legacy mode "
|
3240 |
+
msgstr ""
|
3241 |
+
|
3242 |
+
#: views/b2s/partials/plugin-deactivate-modal.php:17
|
3243 |
+
msgid "Continue deactivation"
|
3244 |
+
msgstr "Continua la disattivazione"
|
3245 |
+
|
3246 |
+
#: views/b2s/partials/plugin-deactivate-modal.php:14
|
3247 |
+
msgid "Delete scheduled posts"
|
3248 |
+
msgstr ""
|
3249 |
+
|
3250 |
+
#: views/b2s/partials/plugin-deactivate-modal.php:13
|
3251 |
+
msgid "Do you want Blog2Social to delete all your scheduled social media posts? Your scheduled posts will no longer be sent to your social networks."
|
3252 |
+
msgstr ""
|
3253 |
+
|
3254 |
+
#: views/b2s/partials/plugin-deactivate-modal.php:10
|
3255 |
+
msgid "Do you want to delete your scheduled posts?"
|
3256 |
+
msgstr ""
|
3257 |
+
|
3258 |
+
#: includes/Loader.php:895
|
3259 |
+
msgid "Your group can not be found by the network."
|
3260 |
+
msgstr "Il tuo gruppo non è stato trovato dalla rete."
|
3261 |
+
|
3262 |
+
#: includes/Loader.php:887
|
3263 |
+
msgid "The network requires a public url."
|
3264 |
+
msgstr ""
|
3265 |
+
|
3266 |
+
#: includes/Loader.php:884
|
3267 |
+
msgid "Your daily limit for this network has been reached. Please try again later."
|
3268 |
+
msgstr "È stato raggiunto il limite giornaliero per questa rete. Riprovare più tardi."
|
3269 |
+
|
3270 |
+
#: includes/Loader.php:880
|
3271 |
+
msgid "Your daily limit has been reached."
|
3272 |
+
msgstr "Il tuo limite giornaliero è stato raggiunto."
|
3273 |
+
|
3274 |
+
#: includes/B2S/Ship/Item.php:1313
|
3275 |
+
msgid "Save as best time for this network"
|
3276 |
+
msgstr ""
|
3277 |
+
|
3278 |
+
#: includes/B2S/AutoPost/Item.php:76
|
3279 |
+
msgid "By enabling this feature your previously published social media posts will be sent again to your selected social media channels as soon as the post is updated."
|
3280 |
+
msgstr ""
|
3281 |
+
|
3282 |
+
#: includes/B2S/Settings/Item.php:103
|
3283 |
+
msgid "activate Legacy mode"
|
3284 |
+
msgstr ""
|
3285 |
+
|
3286 |
+
#: includes/B2S/Settings/Item.php:101
|
3287 |
+
msgid "System"
|
3288 |
+
msgstr "Sistema"
|
3289 |
+
|
3290 |
+
#: views/b2s/html/footer.php:525 views/b2s/html/footer.php:540
|
3291 |
+
msgid "title"
|
3292 |
+
msgstr "titolo"
|
3293 |
+
|
3294 |
+
#: views/b2s/html/footer.php:339
|
3295 |
+
msgid "Define Twitter post content"
|
3296 |
+
msgstr ""
|
3297 |
+
|
3298 |
+
#: views/b2s/settings.php:176
|
3299 |
+
msgid "Instant Caching for Facebook Link Posts"
|
3300 |
+
msgstr ""
|
3301 |
+
|
3302 |
+
#: views/b2s/post.sched.php:157 views/b2s/post.calendar.php:138
|
3303 |
+
#: views/b2s/ship.php:533 views/b2s/repost.php:131
|
3304 |
+
msgid "Define the default settings for the custom post format for all of your LinkedIn accounts in the Blog2Social settings."
|
3305 |
+
msgstr ""
|
3306 |
+
|
3307 |
+
#: includes/B2S/Network/Item.php:632
|
3308 |
+
msgid "Activate Instant Caching"
|
3309 |
+
msgstr ""
|
3310 |
+
|
3311 |
+
#: views/b2s/ship.php:740
|
3312 |
+
msgid "add Schedule"
|
3313 |
+
msgstr "aggiungi pianificazione"
|
3314 |
+
|
3315 |
+
#: views/b2s/post.calendar.php:218
|
3316 |
+
msgid "Select a post"
|
3317 |
+
msgstr "Seleziona un articolo"
|
3318 |
+
|
3319 |
+
#: views/b2s/post.sched.php:172 views/b2s/post.calendar.php:88
|
3320 |
+
#: views/b2s/repost.php:56
|
3321 |
+
msgid "add post"
|
3322 |
+
msgstr "aggiungi articolo"
|
3323 |
+
|
3324 |
+
#: views/b2s/post.calendar.php:35
|
3325 |
+
msgid "Sort by network"
|
3326 |
+
msgstr ""
|
3327 |
+
|
3328 |
+
#: includes/B2S/Ship/Item.php:1261
|
3329 |
+
msgid "Timespan"
|
3330 |
+
msgstr ""
|
3331 |
+
|
3332 |
+
#: includes/B2S/Ship/Item.php:1256
|
3333 |
+
msgid "End Of Month"
|
3334 |
+
msgstr "Fine del mese"
|
3335 |
+
|
3336 |
+
#: includes/B2S/PostBox.php:170
|
3337 |
+
msgid "times"
|
3338 |
+
msgstr "volte"
|
3339 |
+
|
3340 |
+
#: includes/B2S/Ship/Item.php:1236
|
3341 |
+
msgid "Months"
|
3342 |
+
msgstr "Mesi"
|
3343 |
+
|
3344 |
+
#: includes/B2S/Ship/Item.php:1236
|
3345 |
+
msgid "Month"
|
3346 |
+
msgstr "Mese"
|
3347 |
+
|
3348 |
+
#: includes/B2S/Ship/Item.php:1221
|
3349 |
+
msgid "own period"
|
3350 |
+
msgstr ""
|
3351 |
+
|
3352 |
+
#: includes/B2S/Ship/Item.php:1220
|
3353 |
+
msgid "monthly"
|
3354 |
+
msgstr "mensile"
|
3355 |
+
|
3356 |
+
#: includes/B2S/Ship/Item.php:1219
|
3357 |
+
msgid "weekly"
|
3358 |
+
msgstr "settimanale"
|
3359 |
+
|
3360 |
+
#: includes/B2S/Ship/Item.php:1209
|
3361 |
+
msgid "Start date"
|
3362 |
+
msgstr "Data inizio"
|
3363 |
+
|
3364 |
+
#: includes/B2S/Ship/Item.php:1206
|
3365 |
+
msgid "Day of month"
|
3366 |
+
msgstr "Giorno del mese"
|
3367 |
+
|
3368 |
+
#: includes/B2S/Ship/Item.php:1200
|
3369 |
+
msgid "Repeats"
|
3370 |
+
msgstr "Ripetizioni"
|
3371 |
+
|
3372 |
+
#: includes/B2S/Calendar/Filter.php:127 views/b2s/post.calendar.php:37
|
3373 |
+
msgid "show all"
|
3374 |
+
msgstr "mostra tutto"
|
3375 |
+
|
3376 |
+
#: includes/Loader.php:872 views/b2s/html/post.navbar.php:17
|
3377 |
+
#: views/b2s/html/sidebar.php:122 views/b2s/widgets/posts.php:18
|
3378 |
+
msgid "Scheduled Posts"
|
3379 |
+
msgstr ""
|
3380 |
+
|
3381 |
+
#: views/b2s/widgets/posts.php:16
|
3382 |
+
msgid "Latest Posts"
|
3383 |
+
msgstr "Ultimi articoli"
|
3384 |
+
|
3385 |
+
#: views/b2s/widgets/activity.php:10
|
3386 |
+
msgid "published social media posts"
|
3387 |
+
msgstr ""
|
3388 |
+
|
3389 |
+
#: views/b2s/widgets/activity.php:5
|
3390 |
+
msgid "Show activity starting from"
|
3391 |
+
msgstr "Mostra attività a partire da"
|
3392 |
+
|
3393 |
+
#: views/b2s/dashboard.php:26
|
3394 |
+
msgid "Your Activity"
|
3395 |
+
msgstr "La tua attività"
|
3396 |
+
|
3397 |
+
#: views/b2s/ship.php:756
|
3398 |
+
msgid "Give me more information"
|
3399 |
+
msgstr "Dammi maggiori informazioni"
|
3400 |
+
|
3401 |
+
#: views/b2s/curation.php:322 views/b2s/curation.php:343
|
3402 |
+
#: views/b2s/repost.php:191 views/b2s/repost.php:211
|
3403 |
+
msgid "Instagram"
|
3404 |
+
msgstr "Instagram"
|
3405 |
+
|
3406 |
+
#: views/b2s/premium.php:181
|
3407 |
+
msgid "Show me plans and prices"
|
3408 |
+
msgstr "Mostrami piani e prezzi"
|
3409 |
+
|
3410 |
+
#: includes/Loader.php:963
|
3411 |
+
msgid "Premium"
|
3412 |
+
msgstr "Premium"
|
3413 |
+
|
3414 |
+
#: includes/B2S/Settings/Item.php:258 views/b2s/html/footer.php:183
|
3415 |
+
msgid "The image preview will be cropped automatically to fit the default Instagram layout for your Instagram timeline. The image will be shown uncropped when opening the preview page for your Instagram post."
|
3416 |
+
msgstr ""
|
3417 |
+
|
3418 |
+
#: includes/B2S/Network/Item.php:701 includes/B2S/Network/Item.php:704
|
3419 |
+
#: includes/B2S/Settings/Item.php:253 includes/B2S/Settings/Item.php:276
|
3420 |
+
#: views/b2s/html/footer.php:182 views/b2s/post.sched.php:189
|
3421 |
+
#: views/b2s/post.calendar.php:70 views/b2s/repost.php:73
|
3422 |
+
msgid "Image cut out"
|
3423 |
+
msgstr ""
|
3424 |
+
|
3425 |
+
#: includes/B2S/Settings/Item.php:247 views/b2s/html/footer.php:178
|
3426 |
+
msgid "Insert white frames to show the whole image in your timeline. All image information will be shown in your timeline."
|
3427 |
+
msgstr ""
|
3428 |
+
|
3429 |
+
#: includes/B2S/Network/Item.php:700 includes/B2S/Network/Item.php:703
|
3430 |
+
#: includes/B2S/Settings/Item.php:239 includes/B2S/Settings/Item.php:276
|
3431 |
+
#: views/b2s/html/footer.php:177 views/b2s/post.sched.php:189
|
3432 |
+
#: views/b2s/post.calendar.php:70 views/b2s/repost.php:73
|
3433 |
+
msgid "Image with frame"
|
3434 |
+
msgstr ""
|
3435 |
+
|
3436 |
+
#: includes/B2S/Ship/Image.php:90 includes/B2S/Ship/Image.php:92
|
3437 |
+
#: includes/B2S/Settings/Item.php:173 includes/B2S/Settings/Item.php:194
|
3438 |
+
msgid "Image upload / Media Gallery"
|
3439 |
+
msgstr ""
|
3440 |
+
|
3441 |
+
#: includes/B2S/AutoPost/Item.php:243
|
3442 |
+
msgid "add/change connection"
|
3443 |
+
msgstr ""
|
3444 |
+
|
3445 |
+
#: includes/B2S/AutoPost/Item.php:283 includes/B2S/RePost/Item.php:178
|
3446 |
+
#: includes/B2S/RePost/Item.php:198 includes/B2S/RePost/Item.php:218
|
3447 |
+
#: includes/B2S/RePost/Item.php:237
|
3448 |
+
msgid "Exclude (Do no post ...)"
|
3449 |
+
msgstr ""
|
3450 |
+
|
3451 |
+
#: includes/B2S/AutoPost/Item.php:282 includes/B2S/RePost/Item.php:177
|
3452 |
+
#: includes/B2S/RePost/Item.php:197 includes/B2S/RePost/Item.php:217
|
3453 |
+
#: includes/B2S/RePost/Item.php:236
|
3454 |
+
msgid "Include (Post only...)"
|
3455 |
+
msgstr ""
|
3456 |
+
|
3457 |
+
#: includes/B2S/AutoPost/Item.php:281 includes/B2S/RePost/Item.php:176
|
3458 |
+
msgid "Post Types"
|
3459 |
+
msgstr ""
|
3460 |
+
|
3461 |
+
#: includes/B2S/AutoPost/Item.php:280
|
3462 |
+
msgid "Filter Posts (Only posts that meet the following criteria will be autoposted)"
|
3463 |
+
msgstr ""
|
3464 |
+
|
3465 |
+
#: includes/B2S/AutoPost/Item.php:161
|
3466 |
+
msgid "minutes"
|
3467 |
+
msgstr "minuti"
|
3468 |
+
|
3469 |
+
#: includes/B2S/AutoPost/Item.php:160
|
3470 |
+
msgid "publish with a delay of"
|
3471 |
+
msgstr ""
|
3472 |
+
|
3473 |
+
#: includes/B2S/AutoPost/Item.php:159 includes/B2S/Curation/View.php:64
|
3474 |
+
msgid "immediately"
|
3475 |
+
msgstr ""
|
3476 |
+
|
3477 |
+
#: includes/B2S/AutoPost/Item.php:158
|
3478 |
+
msgid "Select to auto-post immediately after publishing or with a delay"
|
3479 |
+
msgstr ""
|
3480 |
+
|
3481 |
+
#: includes/B2S/RePost/Item.php:123
|
3482 |
+
msgid "Need more?"
|
3483 |
+
msgstr ""
|
3484 |
+
|
3485 |
+
#: includes/B2S/AutoPost/Item.php:145
|
3486 |
+
msgid "posts per day"
|
3487 |
+
msgstr ""
|
3488 |
+
|
3489 |
+
#: includes/B2S/AutoPost/Item.php:145
|
3490 |
+
msgid "share up to"
|
3491 |
+
msgstr ""
|
3492 |
+
|
3493 |
+
#: includes/B2S/Ship/Save.php:459 includes/B2S/Post/Item.php:731
|
3494 |
+
msgid "FAQ"
|
3495 |
+
msgstr "FAQ"
|
3496 |
+
|
3497 |
+
#: includes/B2S/Ship/Save.php:459 includes/B2S/Post/Item.php:731
|
3498 |
+
msgid "Please see"
|
3499 |
+
msgstr ""
|
3500 |
+
|
3501 |
+
#: views/b2s/post.sched.php:154 views/b2s/post.calendar.php:135
|
3502 |
+
#: views/b2s/ship.php:530 views/b2s/repost.php:128
|
3503 |
+
msgid "Define the default settings for the custom post format for all of your Twitter accounts in the Blog2Social settings."
|
3504 |
+
msgstr ""
|
3505 |
+
|
3506 |
+
#: views/b2s/curation.php:187 views/b2s/post.calendar.php:278
|
3507 |
+
#: views/b2s/ship.php:415
|
3508 |
+
msgid "Whenever you publish a post, only a fraction of your followers will actually see your post. Use the Blog2Social Best Times Scheduler to share your post at the best times for each social network. Get more outreach and extend the lifespan of your posts."
|
3509 |
+
msgstr ""
|
3510 |
+
|
3511 |
+
#: views/b2s/curation.php:184 views/b2s/post.calendar.php:275
|
3512 |
+
#: views/b2s/ship.php:412
|
3513 |
+
msgid "You have evergreen content you want to re-share from time to time in your timeline? Schedule your evergreen content to be shared once, multiple times or recurringly at specific times."
|
3514 |
+
msgstr ""
|
3515 |
+
|
3516 |
+
#: includes/B2S/Settings/Item.php:216
|
3517 |
+
msgid "With Premium Pro, you can change the custom post format photo post or link post for each individual social media post and channel (profile, page, group)."
|
3518 |
+
msgstr ""
|
3519 |
+
|
3520 |
+
#: views/b2s/settings.php:38
|
3521 |
+
msgid "Social Meta Data"
|
3522 |
+
msgstr ""
|
3523 |
+
|
3524 |
+
#: views/b2s/partials/post-edit-modal.php:106
|
3525 |
+
msgid "Change details"
|
3526 |
+
msgstr "Modifica i dettagli"
|
3527 |
+
|
3528 |
+
#: views/b2s/partials/post-edit-modal.php:35
|
3529 |
+
msgid "This post is blocked by %1"
|
3530 |
+
msgstr ""
|
3531 |
+
|
3532 |
+
#: views/b2s/partials/post-edit-modal.php:7
|
3533 |
+
msgid "Edit Post"
|
3534 |
+
msgstr ""
|
3535 |
+
|
3536 |
+
#: includes/B2S/Ship/Item.php:1157
|
3537 |
+
msgid "Schedule Recurrent Post"
|
3538 |
+
msgstr ""
|
3539 |
+
|
3540 |
+
#: includes/B2S/Ship/Item.php:532
|
3541 |
+
msgid "Card Meta description"
|
3542 |
+
msgstr ""
|
3543 |
+
|
3544 |
+
#: includes/B2S/Ship/Item.php:531
|
3545 |
+
msgid "Card Meta title"
|
3546 |
+
msgstr ""
|
3547 |
+
|
3548 |
+
#: includes/B2S/Ship/Item.php:526
|
3549 |
+
msgid "Info: Change Card Meta tags image, title and description for this network"
|
3550 |
+
msgstr ""
|
3551 |
+
|
3552 |
+
#: includes/B2S/Ship/Item.php:471 includes/B2S/Ship/Item.php:591
|
3553 |
+
#: includes/B2S/Ship/Item.php:621 includes/B2S/Ship/Item.php:649
|
3554 |
+
#: includes/B2S/Ship/Item.php:677
|
3555 |
+
msgid "OG Meta description"
|
3556 |
+
msgstr ""
|
3557 |
+
|
3558 |
+
#: includes/B2S/Ship/Item.php:470 includes/B2S/Ship/Item.php:590
|
3559 |
+
#: includes/B2S/Ship/Item.php:620 includes/B2S/Ship/Item.php:648
|
3560 |
+
#: includes/B2S/Ship/Item.php:676
|
3561 |
+
msgid "OG Meta title"
|
3562 |
+
msgstr ""
|
3563 |
+
|
3564 |
+
#: includes/B2S/Ship/Item.php:468 includes/B2S/Ship/Item.php:529
|
3565 |
+
#: includes/B2S/Ship/Item.php:588 includes/B2S/Ship/Item.php:618
|
3566 |
+
#: includes/B2S/Ship/Item.php:646 includes/B2S/Ship/Item.php:674
|
3567 |
+
msgid "You want to change your link image, link title and link description for this network? Click here."
|
3568 |
+
msgstr ""
|
3569 |
+
|
3570 |
+
#: includes/B2S/Ship/Item.php:465 includes/B2S/Ship/Item.php:585
|
3571 |
+
#: includes/B2S/Ship/Item.php:615 includes/B2S/Ship/Item.php:643
|
3572 |
+
#: includes/B2S/Ship/Item.php:671
|
3573 |
+
msgid "Info: Change Open Graph Meta tags image, title and description for this network"
|
3574 |
+
msgstr ""
|
3575 |
+
|
3576 |
+
#: includes/B2S/Settings/Item.php:197
|
3577 |
+
msgid "Please note: Twitter supports images with a minimum dimension of 144x144 pixels and a maximum dimension of 4096x4096 pixels and less than 5 BM. The image will be cropped to a square. Twitter supports JPG, PNG, WEBP and GIF formats."
|
3578 |
+
msgstr ""
|
3579 |
+
|
3580 |
+
#: includes/B2S/Settings/Item.php:182
|
3581 |
+
msgid "Add the default Twitter Card parameters for title, description and image you want Twitter to display, if you share the frontpage of your blog as link post (http://www.yourblog.com)"
|
3582 |
+
msgstr ""
|
3583 |
+
|
3584 |
+
#: includes/B2S/Settings/Item.php:176
|
3585 |
+
msgid "Please note: Facebook supports images with a minimum dimension of 200x200 pixels and an aspect ratio of 1:1."
|
3586 |
+
msgstr ""
|
3587 |
+
|
3588 |
+
#: includes/B2S/Settings/Item.php:171 includes/B2S/Settings/Item.php:192
|
3589 |
+
msgid "Image URL"
|
3590 |
+
msgstr "URL dell'immagine"
|
3591 |
+
|
3592 |
+
#: includes/B2S/Settings/Item.php:170 includes/B2S/Settings/Item.php:191
|
3593 |
+
msgid "Description"
|
3594 |
+
msgstr "Descrizione"
|
3595 |
+
|
3596 |
+
#: includes/B2S/Settings/Item.php:166
|
3597 |
+
msgid "Add the default Open Graph parameters for title, description and image you want Facebook to display, if you share the frontpage of your blog as link post (http://www.yourblog.com)"
|
3598 |
+
msgstr ""
|
3599 |
+
|
3600 |
+
#: includes/B2S/Settings/Item.php:154
|
3601 |
+
msgid "Frontpage Settings"
|
3602 |
+
msgstr ""
|
3603 |
+
|
3604 |
+
#: includes/B2S/Settings/Item.php:129
|
3605 |
+
msgid "Add Twitter Card meta tags to your shared posts or pages, required by Twitter to display your post or page image, title and description correctly."
|
3606 |
+
msgstr ""
|
3607 |
+
|
3608 |
+
#: includes/B2S/Settings/Item.php:127
|
3609 |
+
msgid "Add Open Graph meta tags to your shared posts or pages, required by Facebook and other social networks to display your post or page image, title and description correctly."
|
3610 |
+
msgstr ""
|
3611 |
+
|
3612 |
+
#: includes/B2S/Settings/Item.php:126
|
3613 |
+
msgid "Meta Tags Settings for Posts and Pages"
|
3614 |
+
msgstr ""
|
3615 |
+
|
3616 |
+
#: includes/B2S/Settings/Item.php:102 includes/B2S/Settings/Item.php:123
|
3617 |
+
#: includes/B2S/Settings/Item.php:152
|
3618 |
+
msgid "This is a global feature for your blog, which can only be edited by users with admin rights."
|
3619 |
+
msgstr ""
|
3620 |
+
|
3621 |
+
#: includes/B2S/Settings/Item.php:121
|
3622 |
+
msgid "Reset all page and post meta data"
|
3623 |
+
msgstr ""
|
3624 |
+
|
3625 |
+
#. Plugin Name of the plugin
|
3626 |
+
msgid "Blog2Social: Social Media Auto Post & Scheduler"
|
3627 |
+
msgstr ""
|
3628 |
+
|
3629 |
+
#: views/b2s/post.sched.php:160 views/b2s/post.calendar.php:141
|
3630 |
+
#: views/b2s/ship.php:536 views/b2s/repost.php:134
|
3631 |
+
msgid "Define the default settings for the custom post format for all of your Instagram accounts in the Blog2Social settings."
|
3632 |
+
msgstr ""
|
3633 |
+
|
3634 |
+
#: views/b2s/post.sched.php:151 views/b2s/post.calendar.php:132
|
3635 |
+
#: views/b2s/ship.php:527 views/b2s/repost.php:125
|
3636 |
+
msgid "Define the default settings for the custom post format for all of your Facebook accounts in the Blog2Social settings."
|
3637 |
+
msgstr ""
|
3638 |
+
|
3639 |
+
#: views/b2s/post.sched.php:132 views/b2s/post.calendar.php:113
|
3640 |
+
#: views/b2s/ship.php:509 views/b2s/repost.php:106
|
3641 |
+
msgid "for:"
|
3642 |
+
msgstr ""
|
3643 |
+
|
3644 |
+
#: views/b2s/post.sched.php:130 views/b2s/post.calendar.php:111
|
3645 |
+
#: views/b2s/ship.php:507 views/b2s/repost.php:104
|
3646 |
+
msgid "Choose your"
|
3647 |
+
msgstr ""
|
3648 |
+
|
3649 |
+
#: views/b2s/curation.php:181 views/b2s/post.calendar.php:272
|
3650 |
+
#: views/b2s/ship.php:409
|
3651 |
+
msgid "You want to publish a post on a specific date? No problem! Just enter your desired date and you are ready to go!"
|
3652 |
+
msgstr ""
|
3653 |
+
|
3654 |
+
#: views/b2s/curation.php:177 views/b2s/post.calendar.php:268
|
3655 |
+
#: views/b2s/ship.php:405
|
3656 |
+
msgid "Blog2Social Premium covers everything you need."
|
3657 |
+
msgstr ""
|
3658 |
+
|
3659 |
+
#: views/b2s/curation.php:174 views/b2s/post.calendar.php:265
|
3660 |
+
#: views/b2s/ship.php:402
|
3661 |
+
msgid "Need to schedule your posts?"
|
3662 |
+
msgstr ""
|
3663 |
+
|
3664 |
+
#: views/b2s/ship.php:164
|
3665 |
+
msgid "Save network collection"
|
3666 |
+
msgstr ""
|
3667 |
+
|
3668 |
+
#: views/b2s/partials/post-edit-modal.php:41 views/b2s/ship.php:69
|
3669 |
+
msgid "Load My Times Settings"
|
3670 |
+
msgstr ""
|
3671 |
+
|
3672 |
+
#: views/b2s/curation.php:317 views/b2s/repost.php:186
|
3673 |
+
msgid "Twitter"
|
3674 |
+
msgstr "Twitter"
|
3675 |
+
|
3676 |
+
#: views/b2s/curation.php:316 views/b2s/repost.php:185
|
3677 |
+
msgid "Facebook"
|
3678 |
+
msgstr "Facebook"
|
3679 |
+
|
3680 |
+
#: includes/B2S/PostBox.php:41
|
3681 |
+
msgid "Please see FAQ"
|
3682 |
+
msgstr "Consulta le FAQ"
|
3683 |
+
|
3684 |
+
#: includes/B2S/PostBox.php:195
|
3685 |
+
msgid "Blog2Social: Customize & Schedule Social Media Posts"
|
3686 |
+
msgstr ""
|
3687 |
+
|
3688 |
+
#: includes/B2S/Settings/Item.php:216
|
3689 |
+
msgid "Upgrade to Premium Pro now."
|
3690 |
+
msgstr ""
|
3691 |
+
|
3692 |
+
#: includes/B2S/Settings/Item.php:215
|
3693 |
+
msgid "Did you know?"
|
3694 |
+
msgstr "Lo sapevi?"
|
3695 |
+
|
3696 |
+
#: includes/B2S/Network/Item.php:179 includes/B2S/AutoPost/Item.php:241
|
3697 |
+
msgid "Connections"
|
3698 |
+
msgstr "Connessioni"
|
3699 |
+
|
3700 |
+
#: includes/B2S/Network/Item.php:66
|
3701 |
+
msgid "Your profiles:"
|
3702 |
+
msgstr "I tuoi profili:"
|
3703 |
+
|
3704 |
+
#: includes/B2S/Network/Item.php:64 includes/B2S/Network/Item.php:186
|
3705 |
+
msgid "My profile"
|
3706 |
+
msgstr "Il mio profilo"
|
3707 |
+
|
3708 |
+
#: includes/B2S/Network/Item.php:63
|
3709 |
+
msgid "Show all"
|
3710 |
+
msgstr "Mostra tutto"
|
3711 |
+
|
3712 |
+
#: views/notice.php:26
|
3713 |
+
msgid "Unknown error"
|
3714 |
+
msgstr "Errore sconosciuto"
|
3715 |
+
|
3716 |
+
#: views/notice.php:14
|
3717 |
+
msgid "The connection to your server has been interrupted. Please make sure that your blog is reachable. If your server does not respond or is too slow, Blog2Social cannot connect to the internet. Try again later or contact your webmaster, if this error message persists."
|
3718 |
+
msgstr ""
|
3719 |
+
|
3720 |
+
#: views/b2s/post.sched.php:130 views/b2s/post.calendar.php:111
|
3721 |
+
#: views/b2s/ship.php:507 views/b2s/repost.php:104
|
3722 |
+
msgid "Post Format"
|
3723 |
+
msgstr ""
|
3724 |
+
|
3725 |
+
#: views/b2s/post.sched.php:111 views/b2s/post.calendar.php:156
|
3726 |
+
#: views/b2s/ship.php:448 views/b2s/repost.php:149
|
3727 |
+
msgid "Select image for"
|
3728 |
+
msgstr "Seleziona immagine per"
|
3729 |
+
|
3730 |
+
#: views/b2s/ship.php:243
|
3731 |
+
msgid "Time zone"
|
3732 |
+
msgstr "Fuso orario"
|
3733 |
+
|
3734 |
+
#: views/b2s/ship.php:174
|
3735 |
+
msgid "requires image"
|
3736 |
+
msgstr ""
|
3737 |
+
|
3738 |
+
#: views/b2s/ship.php:173
|
3739 |
+
msgid "network connected"
|
3740 |
+
msgstr ""
|
3741 |
+
|
3742 |
+
#: views/b2s/autopost.php:62 views/b2s/settings.php:193
|
3743 |
+
msgid "Blog2Social applies the scheduled time settings based on the time zone defined in the general settings of your WordPress. You can select a user-specific time zone that deviates from the Wordpress system time zone for your social media scheduling.<br><br>Select the desired time zone from the drop-down menu."
|
3744 |
+
msgstr ""
|
3745 |
+
|
3746 |
+
#: includes/B2S/Settings/Item.php:260 views/b2s/html/footer.php:166
|
3747 |
+
msgid "A photo or image post displays the selected image in the one-page preview of Blog2Social and your comment above the image. The image links to the image view on your image gallery in the respective network. Blog2Social adds the link to your post in your comment. The main benefit of photo posts is that your image is uploaded to your personal image albums or gallery. In Facebook, you can edit the albums name with a description of your choice."
|
3748 |
+
msgstr ""
|
3749 |
+
|
3750 |
+
#: views/b2s/html/footer.php:151
|
3751 |
+
msgid "Select the preferred custom post format for your posts"
|
3752 |
+
msgstr ""
|
3753 |
+
|
3754 |
+
#: views/b2s/network.php:160
|
3755 |
+
msgid "scheduled posts"
|
3756 |
+
msgstr ""
|
3757 |
+
|
3758 |
+
#: views/b2s/network.php:155
|
3759 |
+
msgid "You have still set up scheduled posts for this network:"
|
3760 |
+
msgstr ""
|
3761 |
+
|
3762 |
+
#: views/b2s/network.php:34
|
3763 |
+
msgid "You want to define a new combination of networks?"
|
3764 |
+
msgstr ""
|
3765 |
+
|
3766 |
+
#: includes/B2S/PostBox.php:347
|
3767 |
+
msgid "When do you want to share your post on social media?"
|
3768 |
+
msgstr ""
|
3769 |
+
|
3770 |
+
#: includes/B2S/PostBox.php:229 views/b2s/html/footer.php:40
|
3771 |
+
#: views/b2s/html/footer.php:205 views/b2s/html/footer.php:269
|
3772 |
+
#: views/b2s/html/footer.php:309 views/b2s/html/footer.php:378
|
3773 |
+
#: views/b2s/html/footer.php:417 views/b2s/html/footer.php:475
|
3774 |
+
#: views/b2s/html/footer.php:568 views/b2s/curation.php:203
|
3775 |
+
#: views/b2s/post.calendar.php:294 views/b2s/ship.php:321
|
3776 |
+
#: views/b2s/ship.php:385 views/b2s/ship.php:431
|
3777 |
+
msgid "Reporting & calendar: keep track of your published and scheduled social media posts"
|
3778 |
+
msgstr ""
|
3779 |
+
|
3780 |
+
#: includes/B2S/PostBox.php:228 views/b2s/html/footer.php:39
|
3781 |
+
#: views/b2s/html/footer.php:70 views/b2s/html/footer.php:204
|
3782 |
+
#: views/b2s/html/footer.php:268 views/b2s/html/footer.php:308
|
3783 |
+
#: views/b2s/html/footer.php:377 views/b2s/html/footer.php:416
|
3784 |
+
#: views/b2s/html/footer.php:474 views/b2s/html/footer.php:567
|
3785 |
+
#: views/b2s/curation.php:202 views/b2s/post.calendar.php:293
|
3786 |
+
#: views/b2s/ship.php:320 views/b2s/ship.php:384 views/b2s/ship.php:430
|
3787 |
+
msgid "Select individual images per post"
|
3788 |
+
msgstr ""
|
3789 |
+
|
3790 |
+
#: includes/B2S/PostBox.php:227 views/b2s/html/footer.php:38
|
3791 |
+
#: views/b2s/html/footer.php:69 views/b2s/html/footer.php:203
|
3792 |
+
#: views/b2s/html/footer.php:267 views/b2s/html/footer.php:307
|
3793 |
+
#: views/b2s/html/footer.php:376 views/b2s/html/footer.php:415
|
3794 |
+
#: views/b2s/html/footer.php:473 views/b2s/html/footer.php:566
|
3795 |
+
#: views/b2s/curation.php:201 views/b2s/post.calendar.php:292
|
3796 |
+
#: views/b2s/ship.php:319 views/b2s/ship.php:383 views/b2s/ship.php:429
|
3797 |
+
msgid "Select link format or image format for your posts"
|
3798 |
+
msgstr ""
|
3799 |
+
|
3800 |
+
#: includes/B2S/PostBox.php:226 views/b2s/html/footer.php:37
|
3801 |
+
#: views/b2s/html/footer.php:202 views/b2s/html/footer.php:266
|
3802 |
+
#: views/b2s/html/footer.php:306 views/b2s/html/footer.php:375
|
3803 |
+
#: views/b2s/html/footer.php:414 views/b2s/html/footer.php:472
|
3804 |
+
#: views/b2s/html/footer.php:565 views/b2s/curation.php:200
|
3805 |
+
#: views/b2s/post.calendar.php:291 views/b2s/ship.php:318
|
3806 |
+
#: views/b2s/ship.php:382 views/b2s/ship.php:428
|
3807 |
+
msgid "Schedule and re-share old posts"
|
3808 |
+
msgstr ""
|
3809 |
+
|
3810 |
+
#: includes/B2S/PostBox.php:225 views/b2s/html/footer.php:36
|
3811 |
+
#: views/b2s/html/footer.php:201 views/b2s/html/footer.php:265
|
3812 |
+
#: views/b2s/html/footer.php:305 views/b2s/html/footer.php:374
|
3813 |
+
#: views/b2s/html/footer.php:413 views/b2s/html/footer.php:471
|
3814 |
+
#: views/b2s/html/footer.php:564 views/b2s/curation.php:199
|
3815 |
+
#: views/b2s/post.calendar.php:290 views/b2s/ship.php:317
|
3816 |
+
#: views/b2s/ship.php:381 views/b2s/ship.php:427
|
3817 |
+
msgid "Schedule your post for one time, multiple times or recurrently"
|
3818 |
+
msgstr ""
|
3819 |
+
|
3820 |
+
#: includes/B2S/PostBox.php:224 views/b2s/html/footer.php:35
|
3821 |
+
#: views/b2s/html/footer.php:200 views/b2s/html/footer.php:264
|
3822 |
+
#: views/b2s/html/footer.php:304 views/b2s/html/footer.php:373
|
3823 |
+
#: views/b2s/html/footer.php:412 views/b2s/html/footer.php:470
|
3824 |
+
#: views/b2s/html/footer.php:563 views/b2s/curation.php:198
|
3825 |
+
#: views/b2s/post.calendar.php:289 views/b2s/ship.php:316
|
3826 |
+
#: views/b2s/ship.php:380 views/b2s/ship.php:426
|
3827 |
+
msgid "Best Time Manager: use predefined best time scheduler to auto-schedule your social media posts"
|
3828 |
+
msgstr ""
|
3829 |
+
|
3830 |
+
#: includes/B2S/PostBox.php:223 views/b2s/html/footer.php:34
|
3831 |
+
#: views/b2s/html/footer.php:199 views/b2s/html/footer.php:263
|
3832 |
+
#: views/b2s/html/footer.php:303 views/b2s/html/footer.php:372
|
3833 |
+
#: views/b2s/html/footer.php:411 views/b2s/html/footer.php:469
|
3834 |
+
#: views/b2s/html/footer.php:562 views/b2s/curation.php:197
|
3835 |
+
#: views/b2s/post.calendar.php:288 views/b2s/ship.php:315
|
3836 |
+
#: views/b2s/ship.php:379 views/b2s/ship.php:425
|
3837 |
+
msgid "Schedule your posts at the best times on each network"
|
3838 |
+
msgstr ""
|
3839 |
+
|
3840 |
+
#: includes/B2S/PostBox.php:222 views/b2s/html/footer.php:33
|
3841 |
+
#: views/b2s/html/footer.php:67 views/b2s/html/footer.php:198
|
3842 |
+
#: views/b2s/html/footer.php:262 views/b2s/html/footer.php:302
|
3843 |
+
#: views/b2s/html/footer.php:371 views/b2s/html/footer.php:410
|
3844 |
+
#: views/b2s/html/footer.php:468 views/b2s/html/footer.php:561
|
3845 |
+
#: views/b2s/curation.php:196 views/b2s/post.calendar.php:287
|
3846 |
+
#: views/b2s/ship.php:314 views/b2s/ship.php:378 views/b2s/ship.php:424
|
3847 |
+
msgid "Auto-post and auto-schedule new and updated blog posts"
|
3848 |
+
msgstr ""
|
3849 |
+
|
3850 |
+
#: includes/B2S/PostBox.php:221 views/b2s/html/footer.php:32
|
3851 |
+
#: views/b2s/html/footer.php:197 views/b2s/html/footer.php:261
|
3852 |
+
#: views/b2s/html/footer.php:301 views/b2s/html/footer.php:370
|
3853 |
+
#: views/b2s/html/footer.php:409 views/b2s/html/footer.php:467
|
3854 |
+
#: views/b2s/html/footer.php:560 views/b2s/curation.php:195
|
3855 |
+
#: views/b2s/post.calendar.php:286 views/b2s/ship.php:313
|
3856 |
+
#: views/b2s/ship.php:377 views/b2s/ship.php:423
|
3857 |
+
msgid "Share on multiple profiles, pages and groups"
|
3858 |
+
msgstr ""
|
3859 |
+
|
3860 |
+
#: includes/B2S/PostBox.php:217 views/b2s/html/footer.php:28
|
3861 |
+
#: views/b2s/html/footer.php:193 views/b2s/html/footer.php:257
|
3862 |
+
#: views/b2s/html/footer.php:297 views/b2s/html/footer.php:366
|
3863 |
+
#: views/b2s/html/footer.php:405 views/b2s/html/footer.php:463
|
3864 |
+
#: views/b2s/html/footer.php:556 views/b2s/curation.php:191
|
3865 |
+
#: views/b2s/post.calendar.php:282 views/b2s/ship.php:309
|
3866 |
+
#: views/b2s/ship.php:373 views/b2s/ship.php:419
|
3867 |
+
msgid "With Blog2Social Premium you can:"
|
3868 |
+
msgstr "Con Blog2Social Premium puoi:"
|
3869 |
+
|
3870 |
+
#: includes/Loader.php:988 views/b2s/html/sidebar.ship.php:24
|
3871 |
+
#: views/b2s/html/sidebar.php:25
|
3872 |
+
msgid "Blog2Social"
|
3873 |
+
msgstr "Blog2Social"
|
3874 |
+
|
3875 |
+
#: includes/B2S/Ship/Save.php:439
|
3876 |
+
msgid "view social media post"
|
3877 |
+
msgstr ""
|
3878 |
+
|
3879 |
+
#: includes/B2S/Ship/Item.php:340
|
3880 |
+
msgid "post format"
|
3881 |
+
msgstr ""
|
3882 |
+
|
3883 |
+
#: includes/B2S/Ship/Image.php:97 views/b2s/autopost.php:49
|
3884 |
+
#: views/b2s/settings.php:138
|
3885 |
+
msgid "Use image"
|
3886 |
+
msgstr "Usa immagine"
|
3887 |
+
|
3888 |
+
#: includes/B2S/Ship/Image.php:96 views/b2s/autopost.php:48
|
3889 |
+
#: views/b2s/settings.php:137
|
3890 |
+
msgid "Select or upload an image from media gallery"
|
3891 |
+
msgstr ""
|
3892 |
+
|
3893 |
+
#: includes/B2S/Ship/Image.php:65
|
3894 |
+
msgid "No images are included in your post."
|
3895 |
+
msgstr ""
|
3896 |
+
|
3897 |
+
#: includes/Loader.php:963 includes/Loader.php:1055
|
3898 |
+
msgid "PREMIUM"
|
3899 |
+
msgstr "PREMIUM"
|
3900 |
+
|
3901 |
+
#: includes/B2S/Ship/Image.php:30
|
3902 |
+
msgid "To select an individual image from your media library,"
|
3903 |
+
msgstr ""
|
3904 |
+
|
3905 |
+
#: includes/B2S/Ship/Image.php:29 views/b2s/autopost.php:18
|
3906 |
+
#: views/b2s/settings.php:18
|
3907 |
+
msgid "You need a higher user role to upload an image on this blog. Please contact your administrator."
|
3908 |
+
msgstr ""
|
3909 |
+
|
3910 |
+
#: includes/B2S/Ship/Image.php:28
|
3911 |
+
msgid "The images file types .jpg and .png are allowed. Please try another."
|
3912 |
+
msgstr ""
|
3913 |
+
|
3914 |
+
#: includes/B2S/Network/Item.php:713 includes/B2S/Settings/Item.php:64
|
3915 |
+
msgid "Content"
|
3916 |
+
msgstr "Contenuto"
|
3917 |
+
|
3918 |
+
#: includes/B2S/AutoPost/Item.php:173
|
3919 |
+
msgid "Save"
|
3920 |
+
msgstr "Salva"
|
3921 |
+
|
3922 |
+
#: includes/B2S/AutoPost/Item.php:68 includes/B2S/AutoPost/Item.php:80
|
3923 |
+
msgid "Select all"
|
3924 |
+
msgstr "Seleziona tutto"
|
3925 |
+
|
3926 |
+
#: includes/B2S/AutoPost/Item.php:68 includes/B2S/AutoPost/Item.php:80
|
3927 |
+
msgid "Unselect all"
|
3928 |
+
msgstr "Deseleziona tutto"
|
3929 |
+
|
3930 |
+
#: includes/B2S/AutoPost/Item.php:67
|
3931 |
+
msgid "new posts"
|
3932 |
+
msgstr ""
|
3933 |
+
|
3934 |
+
#: includes/B2S/Settings/Item.php:59
|
3935 |
+
msgid "User"
|
3936 |
+
msgstr "Utente"
|
3937 |
+
|
3938 |
+
#: includes/B2S/Settings/Item.php:59
|
3939 |
+
msgid "Timezone for Scheduling"
|
3940 |
+
msgstr "Fuso orario per la pianificazione"
|
3941 |
+
|
3942 |
+
#: includes/B2S/Settings/Item.php:53 views/b2s/autopost.php:59
|
3943 |
+
#: views/b2s/settings.php:190
|
3944 |
+
msgid "Personal Time Zone"
|
3945 |
+
msgstr "Fuso orario personale"
|
3946 |
+
|
3947 |
+
#: includes/B2S/Ship/Item.php:1113 includes/B2S/Settings/Item.php:50
|
3948 |
+
#: includes/B2S/Settings/Item.php:76
|
3949 |
+
msgid "Account"
|
3950 |
+
msgstr "Account"
|
3951 |
+
|
3952 |
+
#: includes/B2S/Network/Item.php:217 includes/B2S/Network/Item.php:283
|
3953 |
+
#: includes/B2S/Network/Item.php:354 includes/B2S/Ship/Image.php:31
|
3954 |
+
msgid "please upgrade"
|
3955 |
+
msgstr "aggiorna"
|
3956 |
+
|
3957 |
+
#: views/b2s/network.php:39 views/b2s/partials/post-edit-modal.php:102
|
3958 |
+
msgid "Delete"
|
3959 |
+
msgstr "Elimina"
|
3960 |
+
|
3961 |
+
#. Description of the plugin
|
3962 |
+
msgid "Auto publish, schedule & share posts on social media: Facebook, Twitter, XING, LinkedIn, Instagram, ... crosspost to pages & groups"
|
3963 |
+
msgstr ""
|
3964 |
+
|
3965 |
+
#: includes/B2S/Curation/View.php:65
|
3966 |
+
msgid "at scheduled times"
|
3967 |
+
msgstr ""
|
3968 |
+
|
3969 |
+
#: includes/B2S/PostBox.php:349
|
3970 |
+
msgid "immediately after publishing"
|
3971 |
+
msgstr ""
|
3972 |
+
|
3973 |
+
#: includes/B2S/PostBox.php:145 includes/B2S/PostBox.php:147
|
3974 |
+
msgid "Your post is still on draft or pending status. Please make sure that your post is published or scheduled to be published on this blog. You can then auto-post or schedule and customize your social media posts with Blog2Social."
|
3975 |
+
msgstr ""
|
3976 |
+
|
3977 |
+
#: views/b2s/ship.php:365
|
3978 |
+
msgid "Ignore & share"
|
3979 |
+
msgstr "Ignora e condividi"
|
3980 |
+
|
3981 |
+
#: views/b2s/ship.php:362
|
3982 |
+
msgid "Schedule your post"
|
3983 |
+
msgstr ""
|
3984 |
+
|
3985 |
+
#: views/b2s/ship.php:358
|
3986 |
+
msgid "At least one of your selected networks is set to \"Share Now\""
|
3987 |
+
msgstr ""
|
3988 |
+
|
3989 |
+
#: views/b2s/ship.php:355
|
3990 |
+
msgid "Your blog post is not yet published on your Wordpress!"
|
3991 |
+
msgstr ""
|
3992 |
+
|
3993 |
+
#: includes/Loader.php:886
|
3994 |
+
msgid "Your post is a duplicate."
|
3995 |
+
msgstr ""
|
3996 |
+
|
3997 |
+
#: includes/Loader.php:797 includes/Loader.php:799
|
3998 |
+
msgid "show details"
|
3999 |
+
msgstr "mostra dettagli"
|
4000 |
+
|
4001 |
+
#: includes/Loader.php:797
|
4002 |
+
msgid "This post will be shared into your social media from"
|
4003 |
+
msgstr ""
|
4004 |
+
|
4005 |
+
#: includes/B2S/Ship/Item.php:165 includes/B2S/Ship/Item.php:230
|
4006 |
+
msgid "Network does not support emojis"
|
4007 |
+
msgstr "La rete non supporta le emoji"
|
4008 |
+
|
4009 |
+
#: views/b2s/html/footer.php:165
|
4010 |
+
msgid "Photo Post"
|
4011 |
+
msgstr ""
|
4012 |
+
|
4013 |
+
#: includes/B2S/Settings/Item.php:239 includes/B2S/Settings/Item.php:276
|
4014 |
+
#: views/b2s/html/footer.php:160 views/b2s/curation.php:45
|
4015 |
+
#: views/b2s/post.sched.php:189 views/b2s/post.calendar.php:70
|
4016 |
+
#: views/b2s/repost.php:73
|
4017 |
+
msgid "Link Post"
|
4018 |
+
msgstr ""
|
4019 |
+
|
4020 |
+
#: includes/B2S/Settings/Item.php:97
|
4021 |
+
msgid "allow shortcodes in my post"
|
4022 |
+
msgstr ""
|
4023 |
+
|
4024 |
+
#: includes/B2S/Post/Item.php:737
|
4025 |
+
msgid "sharing in progress by %s"
|
4026 |
+
msgstr ""
|
4027 |
+
|
4028 |
+
#: includes/B2S/Post/Filter.php:244
|
4029 |
+
msgid "scheduled post(s)"
|
4030 |
+
msgstr ""
|
4031 |
+
|
4032 |
+
#: includes/B2S/Post/Filter.php:244
|
4033 |
+
msgid "selected date"
|
4034 |
+
msgstr "data selezionata"
|
4035 |
+
|
4036 |
+
#: includes/B2S/Ship/Item.php:393 includes/B2S/PostBox.php:180
|
4037 |
+
msgid "show calendar"
|
4038 |
+
msgstr "mostra calendario"
|
4039 |
+
|
4040 |
+
#: includes/B2S/Ship/Item.php:393
|
4041 |
+
msgid "hide calendar"
|
4042 |
+
msgstr "nascondi calendario"
|
4043 |
+
|
4044 |
+
#: views/b2s/autopost.php:27 views/b2s/settings.php:27
|
4045 |
+
msgid "save..."
|
4046 |
+
msgstr ""
|
4047 |
+
|
4048 |
+
#: views/b2s/post.sched.php:93 views/b2s/repost.php:85
|
4049 |
+
msgid "You are sure, you want to delete entries from the scheduling?"
|
4050 |
+
msgstr ""
|
4051 |
+
|
4052 |
+
#: views/b2s/post.sched.php:90 views/b2s/repost.php:82
|
4053 |
+
msgid "Delete entries from the scheduling"
|
4054 |
+
msgstr ""
|
4055 |
+
|
4056 |
+
#: views/b2s/post.notice.php:84 views/b2s/post.sched.php:95
|
4057 |
+
#: views/b2s/widgets/posts.php:63 views/b2s/repost.php:87
|
4058 |
+
#: views/b2s/post.publish.php:81 views/b2s/post.approve.php:94
|
4059 |
+
msgid "Number of entries"
|
4060 |
+
msgstr "Numero di voci"
|
4061 |
+
|
4062 |
+
#: views/b2s/post.notice.php:82 views/b2s/widgets/posts.php:61
|
4063 |
+
#: views/b2s/post.publish.php:79
|
4064 |
+
msgid "You are sure, you want to delete entries from the reporting?"
|
4065 |
+
msgstr ""
|
4066 |
+
|
4067 |
+
#: views/b2s/post.notice.php:79 views/b2s/widgets/posts.php:58
|
4068 |
+
#: views/b2s/post.publish.php:76
|
4069 |
+
msgid "Delete entries from the reporting"
|
4070 |
+
msgstr ""
|
4071 |
+
|
4072 |
+
#: views/b2s/premium.php:48
|
4073 |
+
msgid "Enter license key and change your version"
|
4074 |
+
msgstr ""
|
4075 |
+
|
4076 |
+
#: views/b2s/html/header.php:345
|
4077 |
+
msgid "Reporting with links to all published social media posts"
|
4078 |
+
msgstr ""
|
4079 |
+
|
4080 |
+
#: views/b2s/html/footer.php:88 views/b2s/html/footer.php:106
|
4081 |
+
#: views/b2s/html/footer.php:135
|
4082 |
+
msgid "Best Time Scheduler: schedule once, multiple times or recurringly"
|
4083 |
+
msgstr ""
|
4084 |
+
|
4085 |
+
#: includes/B2S/Post/Item.php:900
|
4086 |
+
msgid "delete scheduling"
|
4087 |
+
msgstr "elimina pianificazione"
|
4088 |
+
|
4089 |
+
#: includes/B2S/Post/Item.php:759 includes/B2S/Post/Item.php:772
|
4090 |
+
msgid "delete from reporting"
|
4091 |
+
msgstr ""
|
4092 |
+
|
4093 |
+
#: includes/B2S/Post/Item.php:721 includes/B2S/Post/Item.php:791
|
4094 |
+
#: includes/B2S/Post/Item.php:862 includes/B2S/RePost/Item.php:130
|
4095 |
+
msgid "select all"
|
4096 |
+
msgstr "seleziona tutto"
|
4097 |
+
|
4098 |
+
#: includes/B2S/Post/Filter.php:108
|
4099 |
+
msgid "all categories & tags"
|
4100 |
+
msgstr "tutte le categorie e i tag"
|
4101 |
+
|
4102 |
+
#: views/b2s/ship.php:175
|
4103 |
+
msgid "refresh authorization"
|
4104 |
+
msgstr ""
|
4105 |
+
|
4106 |
+
#: views/b2s/settings.php:32
|
4107 |
+
msgid "General"
|
4108 |
+
msgstr "Generale"
|
4109 |
+
|
4110 |
+
#: views/b2s/dashboard.php:60
|
4111 |
+
msgid "Follow us"
|
4112 |
+
msgstr "Seguici"
|
4113 |
+
|
4114 |
+
#: views/b2s/support.php:114
|
4115 |
+
msgid "Couldn't find your answer?"
|
4116 |
+
msgstr "Non hai trovato la tua risposta?"
|
4117 |
+
|
4118 |
+
#: includes/PRG/Post/Filter.php:49 includes/B2S/Post/Filter.php:141
|
4119 |
+
msgid "all post types"
|
4120 |
+
msgstr "tutti i tipi di post"
|
4121 |
+
|
4122 |
+
#: includes/B2S/Post/Filter.php:72
|
4123 |
+
msgid "all statuses"
|
4124 |
+
msgstr "tutti gli stati"
|
4125 |
+
|
4126 |
+
#: includes/B2S/PostBox.php:216 views/b2s/html/footer.php:365
|
4127 |
+
#: views/b2s/html/footer.php:404 views/b2s/html/footer.php:462
|
4128 |
+
msgid "You want to auto-post your blog post?"
|
4129 |
+
msgstr ""
|
4130 |
+
|
4131 |
+
#: includes/B2S/PostBox.php:207 views/b2s/html/footer.php:354
|
4132 |
+
#: views/b2s/html/footer.php:394
|
4133 |
+
msgid "Blog2Social: Social Media Auto-Posting"
|
4134 |
+
msgstr ""
|
4135 |
+
|
4136 |
+
#: includes/B2S/PostBox.php:178
|
4137 |
+
msgid "enable Auto-Posting"
|
4138 |
+
msgstr ""
|
4139 |
+
|
4140 |
+
#: views/b2s/html/header.php:341
|
4141 |
+
msgid "Social Media Auto-Posting"
|
4142 |
+
msgstr ""
|
4143 |
+
|
4144 |
+
#: includes/B2S/PostBox.php:166
|
4145 |
+
msgid "Customize & Schedule Social Media Posts"
|
4146 |
+
msgstr ""
|
4147 |
+
|
4148 |
+
#: includes/B2S/PostBox.php:165
|
4149 |
+
msgid "Custom Sharing & Scheduling"
|
4150 |
+
msgstr ""
|
4151 |
+
|
4152 |
+
#: includes/B2S/PostBox.php:198
|
4153 |
+
msgid "Customize and schedule your social media posts on the one page preview for all your selected networks: tailor your posts with individual comments, #hashtags or @handles and schedule your posts for the best times to post, for multiple times or re-share recurrently for more visibility and engagement with your community."
|
4154 |
+
msgstr ""
|
4155 |
+
|
4156 |
+
#: includes/Loader.php:404
|
4157 |
+
msgid "Blog2Social: Autoposter"
|
4158 |
+
msgstr "Blog2social: Autoposter"
|
4159 |
+
|
4160 |
+
#: includes/B2S/Network/Item.php:180 includes/B2S/Network/Item.php:632
|
4161 |
+
#: includes/B2S/Network/Item.php:693 includes/B2S/Network/Item.php:713
|
4162 |
+
#: includes/B2S/Network/Item.php:783 includes/B2S/Ship/Item.php:1095
|
4163 |
+
#: includes/B2S/AutoPost/Item.php:108 includes/B2S/AutoPost/Item.php:205
|
4164 |
+
#: includes/B2S/PostBox.php:165 includes/B2S/PostBox.php:168
|
4165 |
+
#: includes/B2S/PostBox.php:253 includes/B2S/RePost/Item.php:145
|
4166 |
+
#: includes/B2S/RePost/Item.php:166 includes/B2S/Settings/Item.php:57
|
4167 |
+
#: includes/B2S/Settings/Item.php:65 includes/B2S/Settings/Item.php:96
|
4168 |
+
#: includes/B2S/Settings/Item.php:103 includes/B2S/Settings/Item.php:127
|
4169 |
+
#: includes/B2S/Settings/Item.php:129 includes/B2S/Settings/Item.php:131
|
4170 |
+
#: includes/B2S/Curation/View.php:73 views/b2s/network.php:42
|
4171 |
+
#: views/b2s/ship.php:76 views/b2s/ship.php:166 views/b2s/ship.php:258
|
4172 |
+
msgid "Info"
|
4173 |
+
msgstr "Info"
|
4174 |
+
|
4175 |
+
#: views/b2s/ship.php:308
|
4176 |
+
msgid "You want re-share your blog post?"
|
4177 |
+
msgstr ""
|
4178 |
+
|
4179 |
+
#: views/b2s/ship.php:68
|
4180 |
+
msgid "You want to load your time settings?"
|
4181 |
+
msgstr ""
|
4182 |
+
|
4183 |
+
#: views/b2s/html/footer.php:87 views/b2s/html/footer.php:105
|
4184 |
+
#: views/b2s/html/footer.php:134
|
4185 |
+
msgid "Sharing on multiple accounts per network"
|
4186 |
+
msgstr ""
|
4187 |
+
|
4188 |
+
#: includes/B2S/PostBox.php:220 views/b2s/html/footer.php:31
|
4189 |
+
#: views/b2s/html/footer.php:196 views/b2s/html/footer.php:260
|
4190 |
+
#: views/b2s/html/footer.php:300 views/b2s/html/footer.php:369
|
4191 |
+
#: views/b2s/html/footer.php:408 views/b2s/html/footer.php:466
|
4192 |
+
#: views/b2s/html/footer.php:559 views/b2s/html/header.php:342
|
4193 |
+
#: views/b2s/curation.php:194 views/b2s/post.calendar.php:285
|
4194 |
+
#: views/b2s/ship.php:312 views/b2s/ship.php:376 views/b2s/ship.php:422
|
4195 |
+
msgid "Post on pages and groups"
|
4196 |
+
msgstr ""
|
4197 |
+
|
4198 |
+
#: views/b2s/html/footer.php:25
|
4199 |
+
msgid "Upgrade to Blog2Social for Premium"
|
4200 |
+
msgstr ""
|
4201 |
+
|
4202 |
+
#: includes/Notice.php:19 views/b2s/html/sidebar.php:167
|
4203 |
+
msgid "RATE BLOG2SOCIAL"
|
4204 |
+
msgstr "VALUTA BLOG2SOCIAL"
|
4205 |
+
|
4206 |
+
#: includes/B2S/Post/Item.php:715 includes/B2S/Post/Item.php:856
|
4207 |
+
#: views/b2s/premium.php:109
|
4208 |
+
msgid "Auto-Posting"
|
4209 |
+
msgstr ""
|
4210 |
+
|
4211 |
+
#: includes/B2S/AutoPost/Item.php:59 includes/B2S/AutoPost/Item.php:191
|
4212 |
+
#: includes/B2S/PostBox.php:146 includes/B2S/RePost/Item.php:152
|
4213 |
+
msgid "Network settings"
|
4214 |
+
msgstr ""
|
4215 |
+
|
4216 |
+
#: includes/B2S/PostBox.php:144
|
4217 |
+
msgid "WordPress uses heartbeats by default, Blog2Social as well. Please enable heartbeats for using Blog2Social!"
|
4218 |
+
msgstr ""
|
4219 |
+
|
4220 |
+
#: includes/B2S/PostBox.php:148 views/b2s/ship.php:198
|
4221 |
+
msgid "Notice: Please make sure, that your website address is reachable. The Social Networks do not allow postings from local installations."
|
4222 |
+
msgstr ""
|
4223 |
+
|
4224 |
+
#: includes/Loader.php:819 views/b2s/html/sidebar.ship.php:44
|
4225 |
+
#: views/b2s/html/sidebar.php:45
|
4226 |
+
msgid "Upgrade to Premium"
|
4227 |
+
msgstr "Aggiorna a Premium"
|
4228 |
+
|
4229 |
+
#: includes/Loader.php:799
|
4230 |
+
msgid "This post will be shared on social media in 2-3 minutes!"
|
4231 |
+
msgstr ""
|
4232 |
+
|
4233 |
+
#: views/b2s/html/footer.php:256 views/b2s/network.php:48 views/b2s/ship.php:74
|
4234 |
+
#: views/b2s/ship.php:372
|
4235 |
+
msgid "You want to schedule your posts and use the Best Time Scheduler?"
|
4236 |
+
msgstr ""
|
4237 |
+
|
4238 |
+
#: includes/B2S/Post/Item.php:758 includes/B2S/Post/Item.php:771
|
4239 |
+
msgid "You want to delete a publish post entry?"
|
4240 |
+
msgstr ""
|
4241 |
+
|
4242 |
+
#: includes/Loader.php:872 views/b2s/html/sidebar.php:75
|
4243 |
+
#: views/b2s/settings.php:35
|
4244 |
+
msgid "Auto-Post"
|
4245 |
+
msgstr ""
|
4246 |
+
|
4247 |
+
#: includes/B2S/Network/Item.php:167 includes/B2S/Ship/Portale.php:32
|
4248 |
+
msgid "You want to connect a social media group?"
|
4249 |
+
msgstr "Vuoi connetterti a un gruppo social?"
|
4250 |
+
|
4251 |
+
#: includes/B2S/Network/Item.php:163 includes/B2S/Ship/Portale.php:35
|
4252 |
+
msgid "You want to connect a network page?"
|
4253 |
+
msgstr "Vuoi connetterti a una pagina?"
|
4254 |
+
|
4255 |
+
#: includes/B2S/PostBox.php:143 views/b2s/html/header.php:60
|
4256 |
+
#: views/b2s/ship.php:754
|
4257 |
+
msgid "The connection to the server failed. Try again!"
|
4258 |
+
msgstr ""
|
4259 |
+
|
4260 |
+
#: includes/System.php:29
|
4261 |
+
msgid "Blog2Social used cURL. cURL is not installed in your PHP installation on your server. Install cURL and activate Blog2Social again."
|
4262 |
+
msgstr ""
|
4263 |
+
|
4264 |
+
#: includes/Loader.php:1554 includes/Loader.php:1575 includes/Loader.php:1825
|
4265 |
+
msgid "back to install plugins"
|
4266 |
+
msgstr "torna all'installazione dei plugin"
|
4267 |
+
|
4268 |
+
#: includes/Loader.php:1554 includes/Loader.php:1575 includes/Loader.php:1825
|
4269 |
+
msgid "or"
|
4270 |
+
msgstr "o"
|
4271 |
+
|
4272 |
+
#: includes/Notice.php:20
|
4273 |
+
msgid "hide"
|
4274 |
+
msgstr "nascondi"
|
4275 |
+
|
4276 |
+
#. Author of the plugin
|
4277 |
+
msgid "Blog2Social, Adenion"
|
4278 |
+
msgstr "Blog2Social, Adenion"
|
4279 |
+
|
4280 |
+
#. Plugin URI of the plugin
|
4281 |
+
#. Author URI of the plugin
|
4282 |
+
msgid "https://www.blog2social.com"
|
4283 |
+
msgstr "https://www.blog2social.com"
|
4284 |
+
|
4285 |
+
#: views/prg/ship.php:93
|
4286 |
+
msgid "Yes, I accept"
|
4287 |
+
msgstr "Sì, accetto"
|
4288 |
+
|
4289 |
+
#: views/prg/ship.php:87
|
4290 |
+
msgid "Please Note"
|
4291 |
+
msgstr "Nota"
|
4292 |
+
|
4293 |
+
#: views/prg/ship.php:69
|
4294 |
+
msgid "Publish"
|
4295 |
+
msgstr "Pubblica"
|
4296 |
+
|
4297 |
+
#: views/prg/ship.php:68
|
4298 |
+
msgid "Save As Draft"
|
4299 |
+
msgstr "Salva come bozza"
|
4300 |
+
|
4301 |
+
#: views/prg/ship.php:47 views/prg/ship.php:49
|
4302 |
+
msgid "Copyright"
|
4303 |
+
msgstr "Copyright"
|
4304 |
+
|
4305 |
+
#: views/prg/login.php:46
|
4306 |
+
msgid "Start your 14-Day Free Trial"
|
4307 |
+
msgstr "Inizia la tua prova gratuita di 14 giorni"
|
4308 |
+
|
4309 |
+
#: views/prg/login.php:43
|
4310 |
+
msgid "The press distribution PR gateway automatically publish your press releases and events with one click.Publish your message over 250 portals."
|
4311 |
+
msgstr ""
|
4312 |
+
|
4313 |
+
#: views/prg/login.php:36
|
4314 |
+
msgid "Test PR-Gateway for free"
|
4315 |
+
msgstr "Prova PR-Gateway gratuitamente"
|
4316 |
+
|
4317 |
+
#: views/prg/login.php:30
|
4318 |
+
msgid "reset password"
|
4319 |
+
msgstr "reimposta la password"
|
4320 |
+
|
4321 |
+
#: views/prg/login.php:30
|
4322 |
+
msgid "create account"
|
4323 |
+
msgstr "crea un account"
|
4324 |
+
|
4325 |
+
#: views/prg/login.php:28
|
4326 |
+
msgid "Sign in"
|
4327 |
+
msgstr "Accedi"
|
4328 |
+
|
4329 |
+
#: views/b2s/network.php:394 views/b2s/ship.php:624 views/prg/login.php:25
|
4330 |
+
msgid "Password"
|
4331 |
+
msgstr "Password"
|
4332 |
+
|
4333 |
+
#: views/prg/login.php:24
|
4334 |
+
msgid "E-Mail or Username"
|
4335 |
+
msgstr "Email o nome utente"
|
4336 |
+
|
4337 |
+
#: views/prg/login.php:21
|
4338 |
+
msgid "Login failed. Please check your server settings. OpenSSL must be enabled on."
|
4339 |
+
msgstr ""
|
4340 |
+
|
4341 |
+
#: views/prg/login.php:15
|
4342 |
+
msgid "Login failed. Please check your username and a password!"
|
4343 |
+
msgstr ""
|
4344 |
+
|
4345 |
+
#: views/b2s/ship.php:336
|
4346 |
+
msgid "Save Network Settings"
|
4347 |
+
msgstr ""
|
4348 |
+
|
4349 |
+
#: views/b2s/ship.php:305
|
4350 |
+
msgid "You can re-share your post for a different sharing purpose, or to share on a different choice of networks, profiles, pages or groups, or with different comments or images, or if you want to share your blog post images to image networks only, or re-share them at different times. You may vary your comments and images in order to produce more variations of your social media posts to share more often without sharing the same message over and over again. Whatever your choose to do for re-sharing your post, you can simply click \"Re-share this post\" and you will be led to the preview page where your can select your networks and edit your texts, comments or images according to your current sharing preferences."
|
4351 |
+
msgstr ""
|
4352 |
+
|
4353 |
+
#: views/b2s/ship.php:302
|
4354 |
+
msgid "Re-share this Post"
|
4355 |
+
msgstr ""
|
4356 |
+
|
4357 |
+
#: views/b2s/ship.php:286
|
4358 |
+
msgid "Connect for"
|
4359 |
+
msgstr ""
|
4360 |
+
|
4361 |
+
#: views/b2s/ship.php:264
|
4362 |
+
msgid "Share new post on Social Media"
|
4363 |
+
msgstr ""
|
4364 |
+
|
4365 |
+
#: includes/B2S/Curation/View.php:113 views/b2s/ship.php:228
|
4366 |
+
#: views/b2s/ship.php:234
|
4367 |
+
msgid "Share"
|
4368 |
+
msgstr "Condividi"
|
4369 |
+
|
4370 |
+
#: views/b2s/ship.php:227
|
4371 |
+
msgid "scroll to top"
|
4372 |
+
msgstr "scorri verso alto"
|
4373 |
+
|
4374 |
+
#: views/b2s/ship.php:219
|
4375 |
+
msgid "connect"
|
4376 |
+
msgstr ""
|
4377 |
+
|
4378 |
+
#: views/b2s/ship.php:217
|
4379 |
+
msgid "First, connect or select network before posting"
|
4380 |
+
msgstr ""
|
4381 |
+
|
4382 |
+
#: views/b2s/ship.php:200
|
4383 |
+
msgid "change website address"
|
4384 |
+
msgstr ""
|
4385 |
+
|
4386 |
+
#: views/b2s/ship.php:125
|
4387 |
+
msgid "Profiles | Pages | Groups"
|
4388 |
+
msgstr "Profili | Pagine | Gruppi"
|
4389 |
+
|
4390 |
+
#: views/b2s/ship.php:123
|
4391 |
+
msgid "Add more..."
|
4392 |
+
msgstr "Aggiungi altro..."
|
4393 |
+
|
4394 |
+
#: views/b2s/ship.php:105
|
4395 |
+
msgid "Social Accounts"
|
4396 |
+
msgstr "Account social"
|
4397 |
+
|
4398 |
+
#: views/b2s/ship.php:63
|
4399 |
+
msgid "scroll to bottom"
|
4400 |
+
msgstr "scorri verso il basso"
|
4401 |
+
|
4402 |
+
#: includes/B2S/Settings/Item.php:169 includes/B2S/Settings/Item.php:190
|
4403 |
+
#: includes/B2S/Curation/View.php:38 views/b2s/ship.php:53
|
4404 |
+
#: views/prg/html/form.php:26 views/prg/html/form.php:28 views/prg/ship.php:43
|
4405 |
+
#: views/prg/ship.php:45
|
4406 |
+
msgid "Title"
|
4407 |
+
msgstr "Titolo"
|
4408 |
+
|
4409 |
+
#: views/b2s/ship.php:52
|
4410 |
+
msgid "Social Media Scheduling & Sharing"
|
4411 |
+
msgstr ""
|
4412 |
+
|
4413 |
+
#: views/b2s/curation.php:186 views/b2s/post.calendar.php:277
|
4414 |
+
#: views/b2s/ship.php:414
|
4415 |
+
msgid "Best Time Scheduler"
|
4416 |
+
msgstr ""
|
4417 |
+
|
4418 |
+
#: views/b2s/network.php:152
|
4419 |
+
msgid "Do you really want to delete this authorization"
|
4420 |
+
msgstr "Vuoi davvero eliminare questa autorizzazione"
|
4421 |
+
|
4422 |
+
#: views/b2s/network.php:143
|
4423 |
+
msgid "Delete Authorization"
|
4424 |
+
msgstr "Elimina autorizzazione"
|
4425 |
+
|
4426 |
+
#: views/b2s/post.draft.php:88 views/b2s/curation.draft.php:91
|
4427 |
+
#: views/b2s/post.notice.php:89 views/b2s/network.php:110
|
4428 |
+
#: views/b2s/network.php:173 views/b2s/post.sched.php:100
|
4429 |
+
#: views/b2s/widgets/posts.php:68 views/b2s/repost.php:92
|
4430 |
+
#: views/b2s/repost.php:93 views/b2s/post.publish.php:86
|
4431 |
+
#: views/b2s/post.approve.php:99
|
4432 |
+
msgid "YES, delete"
|
4433 |
+
msgstr "Sì, elimina"
|
4434 |
+
|
4435 |
+
#: views/b2s/post.draft.php:87 views/b2s/curation.draft.php:90
|
4436 |
+
#: views/b2s/post.notice.php:88 views/b2s/network.php:109
|
4437 |
+
#: views/b2s/curation.php:161 views/b2s/post.sched.php:99
|
4438 |
+
#: views/b2s/widgets/posts.php:67 views/b2s/ship.php:478 views/b2s/ship.php:557
|
4439 |
+
#: views/b2s/repost.php:91 views/b2s/post.publish.php:85
|
4440 |
+
#: views/b2s/post.approve.php:98 views/b2s/post.approve.php:115
|
4441 |
+
#: views/prg/ship.php:94
|
4442 |
+
msgid "NO"
|
4443 |
+
msgstr "NO"
|
4444 |
+
|
4445 |
+
#: views/b2s/network.php:106
|
4446 |
+
msgid "Do you really want to delete this profile"
|
4447 |
+
msgstr "Vuoi davvero eliminare questo profilo"
|
4448 |
+
|
4449 |
+
#: views/b2s/html/header.php:296
|
4450 |
+
msgid "Upgrade to PREMIUM"
|
4451 |
+
msgstr "Aggiorna a PREMIUM"
|
4452 |
+
|
4453 |
+
#: views/b2s/network.php:87
|
4454 |
+
msgid "create"
|
4455 |
+
msgstr ""
|
4456 |
+
|
4457 |
+
#: views/b2s/post.php:41 views/b2s/support.php:144 views/b2s/support.php:182
|
4458 |
+
#: views/b2s/post.draft.php:42 views/b2s/curation.draft.php:47
|
4459 |
+
#: views/b2s/post.notice.php:48 views/b2s/network.php:61
|
4460 |
+
#: views/b2s/network.php:149 views/b2s/network.php:236
|
4461 |
+
#: views/b2s/network.php:373 views/b2s/network.php:452
|
4462 |
+
#: views/b2s/post.sched.php:59 views/b2s/post.favorites.php:41
|
4463 |
+
#: views/b2s/post.calendar.php:60 views/b2s/post.calendar.php:244
|
4464 |
+
#: views/b2s/ship.php:188 views/b2s/ship.php:603 views/b2s/ship.php:752
|
4465 |
+
#: views/b2s/repost.php:28 views/b2s/post.publish.php:45
|
4466 |
+
#: views/b2s/post.approve.php:51 views/prg/html/header.php:86
|
4467 |
+
msgid "Loading..."
|
4468 |
+
msgstr "Caricamento in corso..."
|
4469 |
+
|
4470 |
+
#: views/b2s/network.php:103
|
4471 |
+
msgid "Delete Profile"
|
4472 |
+
msgstr "Elimina profilo"
|
4473 |
+
|
4474 |
+
#: views/b2s/html/post.navbar.php:28 views/b2s/html/post.navbar.php:29
|
4475 |
+
#: views/b2s/network.php:25 views/b2s/network.php:26
|
4476 |
+
#: views/b2s/post.calendar.php:226 views/b2s/post.calendar.php:227
|
4477 |
+
#: views/prg/post.php:26 views/prg/post.php:27
|
4478 |
+
msgid "filter"
|
4479 |
+
msgstr ""
|
4480 |
+
|
4481 |
+
#: views/notice.php:23
|
4482 |
+
msgid "Update Blog2Social"
|
4483 |
+
msgstr "Aggiorna Blog2Social"
|
4484 |
+
|
4485 |
+
#: views/notice.php:19
|
4486 |
+
msgid "<b> A new version of Blog2Social is available. </b> Update now <br> Blog2Social to continue to use the latest version of the plugin."
|
4487 |
+
msgstr ""
|
4488 |
+
|
4489 |
+
#: views/notice.php:17
|
4490 |
+
msgid "Update..."
|
4491 |
+
msgstr ""
|
4492 |
+
|
4493 |
+
#: views/notice.php:12
|
4494 |
+
msgid "Connection is broken..."
|
4495 |
+
msgstr ""
|
4496 |
+
|
4497 |
+
#: includes/Loader.php:878
|
4498 |
+
msgid "We don't have the permission to publish your post. Please check your authorization."
|
4499 |
+
msgstr ""
|
4500 |
+
|
4501 |
+
#: includes/PRG/Post/Item.php:121
|
4502 |
+
msgid "on Blog"
|
4503 |
+
msgstr "sul blog"
|
4504 |
+
|
4505 |
+
#: includes/PRG/Post/Item.php:119
|
4506 |
+
msgid "Publish on PR-Gateway"
|
4507 |
+
msgstr "Pubblica su PR-Gateway"
|
4508 |
+
|
4509 |
+
#: includes/PRG/Post/Item.php:89
|
4510 |
+
msgid "You have no posts published or scheduled"
|
4511 |
+
msgstr ""
|
4512 |
+
|
4513 |
+
#: includes/PRG/Post/Filter.php:38
|
4514 |
+
msgid "All Types"
|
4515 |
+
msgstr "Tutti i tipi"
|
4516 |
+
|
4517 |
+
#: includes/PRG/Post/Filter.php:27
|
4518 |
+
msgid "All Authors"
|
4519 |
+
msgstr "Tutti gli autori"
|
4520 |
+
|
4521 |
+
#: includes/B2S/Ship/Item.php:1193 views/b2s/network.php:130
|
4522 |
+
#: views/b2s/partials/post-edit-modal.php:53 views/b2s/premium.php:36
|
4523 |
+
#: views/b2s/ship.php:494
|
4524 |
+
msgid "Learn more"
|
4525 |
+
msgstr "Approfondisci"
|
4526 |
+
|
4527 |
+
#: includes/Loader.php:959 includes/Loader.php:1039
|
4528 |
+
msgid "PR-Service"
|
4529 |
+
msgstr ""
|
4530 |
+
|
4531 |
+
#: includes/Loader.php:822 includes/Loader.php:957 includes/Loader.php:1031
|
4532 |
+
#: includes/B2S/RePost/Item.php:25 views/b2s/html/sidebar.php:137
|
4533 |
+
msgid "Settings"
|
4534 |
+
msgstr "Impostazioni"
|
4535 |
+
|
4536 |
+
#: includes/Loader.php:956 includes/Loader.php:1025
|
4537 |
+
msgid "Networks"
|
4538 |
+
msgstr "Reti"
|
4539 |
+
|
4540 |
+
#: includes/Loader.php:952 includes/Loader.php:997
|
4541 |
+
msgid "Dashboard"
|
4542 |
+
msgstr "Bacheca"
|
4543 |
+
|
4544 |
+
#: includes/B2S/Ship/Save.php:449
|
4545 |
+
msgid "scheduled on"
|
4546 |
+
msgstr "programmato il "
|
4547 |
+
|
4548 |
+
#: includes/B2S/Ship/Item.php:1312
|
4549 |
+
msgid "Apply Settings To All Networks"
|
4550 |
+
msgstr ""
|
4551 |
+
|
4552 |
+
#: includes/B2S/Ship/Item.php:1275 includes/B2S/RePost/Item.php:78
|
4553 |
+
msgid "Sun"
|
4554 |
+
msgstr "Dom"
|
4555 |
+
|
4556 |
+
#: includes/B2S/Ship/Item.php:1274 includes/B2S/RePost/Item.php:77
|
4557 |
+
msgid "Sat"
|
4558 |
+
msgstr "Sab"
|
4559 |
+
|
4560 |
+
#: includes/B2S/Ship/Item.php:1273 includes/B2S/RePost/Item.php:76
|
4561 |
+
msgid "Fri"
|
4562 |
+
msgstr "Ven"
|
4563 |
+
|
4564 |
+
#: includes/B2S/Ship/Item.php:1272 includes/B2S/RePost/Item.php:75
|
4565 |
+
msgid "Thu"
|
4566 |
+
msgstr "Gio"
|
4567 |
+
|
4568 |
+
#: includes/B2S/Ship/Item.php:1271 includes/B2S/RePost/Item.php:74
|
4569 |
+
msgid "Wed"
|
4570 |
+
msgstr "Mer"
|
4571 |
+
|
4572 |
+
#: includes/B2S/Ship/Item.php:1270 includes/B2S/RePost/Item.php:73
|
4573 |
+
msgid "Tue"
|
4574 |
+
msgstr "Mar"
|
4575 |
+
|
4576 |
+
#: includes/B2S/Ship/Item.php:1269 includes/B2S/RePost/Item.php:72
|
4577 |
+
msgid "Mon"
|
4578 |
+
msgstr "Lun"
|
4579 |
+
|
4580 |
+
#: includes/B2S/Ship/Item.php:1227
|
4581 |
+
msgid "Weeks"
|
4582 |
+
msgstr "Settimane"
|
4583 |
+
|
4584 |
+
#: includes/B2S/Ship/Item.php:1227
|
4585 |
+
msgid "Week"
|
4586 |
+
msgstr "Settimana"
|
4587 |
+
|
4588 |
+
#: includes/B2S/Network/Item.php:262 includes/B2S/Network/Item.php:332
|
4589 |
+
#: includes/B2S/Network/Item.php:394 includes/B2S/Ship/Item.php:1211
|
4590 |
+
msgid "Days"
|
4591 |
+
msgstr "Giorni"
|
4592 |
+
|
4593 |
+
#: includes/B2S/Ship/Item.php:1264 views/b2s/partials/post-edit-modal.php:68
|
4594 |
+
#: views/b2s/partials/post-edit-modal.php:71
|
4595 |
+
msgid "Time"
|
4596 |
+
msgstr "Ora"
|
4597 |
+
|
4598 |
+
#: includes/B2S/Ship/Item.php:1263 includes/B2S/RePost/Item.php:196
|
4599 |
+
#: includes/B2S/Curation/View.php:69 includes/B2S/Curation/View.php:70
|
4600 |
+
#: views/b2s/partials/post-edit-modal.php:67
|
4601 |
+
#: views/b2s/partials/post-edit-modal.php:70
|
4602 |
+
msgid "Date"
|
4603 |
+
msgstr "Data"
|
4604 |
+
|
4605 |
+
#: includes/B2S/Ship/Item.php:1201 includes/B2S/Ship/Item.php:1204
|
4606 |
+
msgid "Duration"
|
4607 |
+
msgstr "Durata"
|
4608 |
+
|
4609 |
+
#: views/b2s/curation.php:183 views/b2s/post.calendar.php:274
|
4610 |
+
#: views/b2s/ship.php:411
|
4611 |
+
msgid "Schedule post recurrently"
|
4612 |
+
msgstr ""
|
4613 |
+
|
4614 |
+
#: includes/B2S/Ship/Item.php:1152
|
4615 |
+
msgid "Share Now"
|
4616 |
+
msgstr "Condividi ora"
|
4617 |
+
|
4618 |
+
#: includes/B2S/Ship/Item.php:1059
|
4619 |
+
msgid "Hashtags"
|
4620 |
+
msgstr "Hashtag"
|
4621 |
+
|
4622 |
+
#: includes/B2S/Ship/Item.php:1049
|
4623 |
+
msgid "The Headline..."
|
4624 |
+
msgstr ""
|
4625 |
+
|
4626 |
+
#: includes/B2S/Network/Item.php:700 includes/B2S/Network/Item.php:703
|
4627 |
+
#: includes/B2S/Ship/Item.php:960 includes/B2S/Ship/Item.php:962
|
4628 |
+
msgid "Link"
|
4629 |
+
msgstr "Link"
|
4630 |
+
|
4631 |
+
#: includes/B2S/Ship/Item.php:931
|
4632 |
+
msgid "required"
|
4633 |
+
msgstr "obbligatorio"
|
4634 |
+
|
4635 |
+
#: includes/B2S/Ship/Item.php:450 includes/B2S/Ship/Item.php:510
|
4636 |
+
#: includes/B2S/Ship/Item.php:570 includes/B2S/Ship/Item.php:599
|
4637 |
+
#: includes/B2S/Ship/Item.php:628 includes/B2S/Ship/Item.php:656
|
4638 |
+
#: includes/B2S/Ship/Item.php:684 includes/B2S/Ship/Item.php:715
|
4639 |
+
#: includes/B2S/Ship/Item.php:770 includes/B2S/Ship/Item.php:821
|
4640 |
+
#: includes/B2S/Ship/Item.php:842 includes/B2S/Ship/Item.php:863
|
4641 |
+
#: includes/B2S/Ship/Item.php:884 includes/B2S/Ship/Item.php:905
|
4642 |
+
#: includes/B2S/Ship/Item.php:915
|
4643 |
+
msgid "Write something about your post..."
|
4644 |
+
msgstr ""
|
4645 |
+
|
4646 |
+
#: includes/B2S/Ship/Item.php:357 includes/B2S/Ship/Item.php:1300
|
4647 |
+
msgid "Delete text"
|
4648 |
+
msgstr "Elimina il testo"
|
4649 |
+
|
4650 |
+
#: includes/B2S/Ship/Item.php:355 includes/B2S/Ship/Item.php:1298
|
4651 |
+
msgid "Insert full-text"
|
4652 |
+
msgstr "Inserisci il testo completo"
|
4653 |
+
|
4654 |
+
#: includes/B2S/Ship/Item.php:229
|
4655 |
+
msgid "Network does not support image for pages"
|
4656 |
+
msgstr ""
|
4657 |
+
|
4658 |
+
#: includes/B2S/Network/Item.php:757 includes/B2S/Network/Item.php:806
|
4659 |
+
#: includes/B2S/Network/Item.php:845 includes/B2S/Ship/Item.php:215
|
4660 |
+
#: includes/B2S/Ship/Item.php:219 includes/B2S/Ship/Item.php:262
|
4661 |
+
#: includes/B2S/Ship/Item.php:266 includes/B2S/Ship/Item.php:299
|
4662 |
+
#: includes/B2S/Ship/Item.php:303 includes/B2S/Ship/Item.php:1290
|
4663 |
+
#: includes/B2S/Ship/Item.php:1292
|
4664 |
+
msgid "characters"
|
4665 |
+
msgstr "caratteri"
|
4666 |
+
|
4667 |
+
#: includes/B2S/Ship/Item.php:214
|
4668 |
+
msgid "Text only"
|
4669 |
+
msgstr "Solo testo"
|
4670 |
+
|
4671 |
+
#: includes/B2S/Ship/Item.php:164
|
4672 |
+
msgid "Supported HTML tags"
|
4673 |
+
msgstr "Tag HTML supportati"
|
4674 |
+
|
4675 |
+
#: includes/B2S/Ship/Item.php:162 includes/B2S/Ship/Item.php:231
|
4676 |
+
msgid "Network defines image by link"
|
4677 |
+
msgstr ""
|
4678 |
+
|
4679 |
+
#: includes/B2S/Ship/Item.php:161
|
4680 |
+
msgid "Network does not support image for profiles"
|
4681 |
+
msgstr ""
|
4682 |
+
|
4683 |
+
#: includes/B2S/Ship/Image.php:39
|
4684 |
+
msgid "The best size for images in social media posts are between: 667-1000px x 523-1000px. Blog2Social will automatically resize your image according to network requirements."
|
4685 |
+
msgstr ""
|
4686 |
+
|
4687 |
+
#: views/prg/ship.php:36
|
4688 |
+
msgid "Select Image"
|
4689 |
+
msgstr "Seleziona immagine"
|
4690 |
+
|
4691 |
+
#: includes/B2S/Network/Item.php:548 includes/B2S/Settings/Item.php:133
|
4692 |
+
#: views/b2s/network.php:242 views/b2s/settings.php:65
|
4693 |
+
msgid "save"
|
4694 |
+
msgstr "salva"
|
4695 |
+
|
4696 |
+
#: includes/B2S/Post/Item.php:762 includes/B2S/Post/Filter.php:71
|
4697 |
+
msgid "re-share"
|
4698 |
+
msgstr "condividi di nuovo"
|
4699 |
+
|
4700 |
+
#: includes/B2S/Post/Item.php:724
|
4701 |
+
msgid "show"
|
4702 |
+
msgstr "mostra "
|
4703 |
+
|
4704 |
+
#: includes/B2S/Post/Item.php:468 includes/B2S/Post/Item.php:588
|
4705 |
+
#: views/b2s/widgets/activity.php:10
|
4706 |
+
msgid "scheduled social media posts"
|
4707 |
+
msgstr ""
|
4708 |
+
|
4709 |
+
#: includes/B2S/Post/Item.php:444
|
4710 |
+
msgid "latest share by %s"
|
4711 |
+
msgstr "ultima condivisione di %s"
|
4712 |
+
|
4713 |
+
#: includes/B2S/Post/Item.php:444
|
4714 |
+
msgid "shared social media posts"
|
4715 |
+
msgstr ""
|
4716 |
+
|
4717 |
+
#: includes/B2S/Post/Item.php:442 includes/B2S/Post/Item.php:466
|
4718 |
+
#: includes/B2S/Post/Item.php:488 includes/B2S/Post/Item.php:585
|
4719 |
+
msgid "Details"
|
4720 |
+
msgstr "Dettagli"
|
4721 |
+
|
4722 |
+
#: includes/B2S/Post/Item.php:441 views/b2s/curation.php:132
|
4723 |
+
#: views/b2s/ship.php:260 views/b2s/ship.php:262
|
4724 |
+
msgid "Re-share this post"
|
4725 |
+
msgstr ""
|
4726 |
+
|
4727 |
+
#: includes/B2S/Post/Item.php:424 includes/B2S/Post/Item.php:567
|
4728 |
+
#: views/b2s/ship.php:55
|
4729 |
+
msgid "on blog"
|
4730 |
+
msgstr "sul blog"
|
4731 |
+
|
4732 |
+
#: includes/PRG/Post/Item.php:121 includes/B2S/Post/Item.php:424
|
4733 |
+
#: includes/B2S/Post/Item.php:523 includes/B2S/Post/Item.php:543
|
4734 |
+
#: includes/B2S/Post/Item.php:567
|
4735 |
+
msgid "Author"
|
4736 |
+
msgstr "Autore"
|
4737 |
+
|
4738 |
+
#: includes/B2S/Post/Item.php:418 includes/B2S/Post/Item.php:515
|
4739 |
+
#: includes/B2S/Post/Item.php:517 includes/B2S/Post/Item.php:538
|
4740 |
+
#: includes/B2S/Post/Item.php:561
|
4741 |
+
msgid "Share on Social Media"
|
4742 |
+
msgstr "Condividi sui social media"
|
4743 |
+
|
4744 |
+
#: includes/B2S/Post/Item.php:406 includes/B2S/Post/Item.php:504
|
4745 |
+
#: includes/B2S/Post/Item.php:552
|
4746 |
+
msgid "last shared on social media"
|
4747 |
+
msgstr ""
|
4748 |
+
|
4749 |
+
#: includes/PRG/Post/Filter.php:82 includes/B2S/Post/Filter.php:239
|
4750 |
+
msgid "reset"
|
4751 |
+
msgstr ""
|
4752 |
+
|
4753 |
+
#: includes/PRG/Post/Filter.php:81 includes/B2S/Post/Filter.php:238
|
4754 |
+
msgid "sort"
|
4755 |
+
msgstr "ordina"
|
4756 |
+
|
4757 |
+
#: includes/PRG/Post/Filter.php:70 includes/B2S/Post/Filter.php:205
|
4758 |
+
msgid "Search Title"
|
4759 |
+
msgstr "Cerca per titolo"
|
4760 |
+
|
4761 |
+
#: includes/B2S/Post/Filter.php:83 includes/B2S/Post/Filter.php:95
|
4762 |
+
msgid "oldest first"
|
4763 |
+
msgstr "prima i meno recenti"
|
4764 |
+
|
4765 |
+
#: includes/B2S/Post/Filter.php:83 includes/B2S/Post/Filter.php:95
|
4766 |
+
msgid "newest first"
|
4767 |
+
msgstr "prima i più recenti"
|
4768 |
+
|
4769 |
+
#: includes/PRG/Post/Item.php:86 includes/B2S/Post/Item.php:368
|
4770 |
+
#: includes/B2S/Post/Filter.php:59 views/b2s/ship.php:18
|
4771 |
+
msgid "draft"
|
4772 |
+
msgstr "bozza"
|
4773 |
+
|
4774 |
+
#: includes/PRG/Post/Item.php:86 includes/PRG/Post/Filter.php:37
|
4775 |
+
#: includes/B2S/Post/Item.php:368 includes/B2S/Post/Filter.php:59
|
4776 |
+
#: views/b2s/post.calendar.php:39 views/b2s/ship.php:18
|
4777 |
+
msgid "scheduled"
|
4778 |
+
msgstr "programmato"
|
4779 |
+
|
4780 |
+
#: includes/PRG/Post/Item.php:86 includes/PRG/Post/Filter.php:37
|
4781 |
+
#: includes/B2S/Ship/Save.php:438 includes/B2S/Post/Item.php:368
|
4782 |
+
#: includes/B2S/Post/Filter.php:59 views/b2s/curation.php:139
|
4783 |
+
#: views/b2s/post.calendar.php:38 views/b2s/ship.php:18 views/b2s/ship.php:753
|
4784 |
+
msgid "published"
|
4785 |
+
msgstr "pubblicato"
|
4786 |
+
|
4787 |
+
#: includes/B2S/Post/Filter.php:44
|
4788 |
+
msgid "all authors"
|
4789 |
+
msgstr "tutti gli autori"
|
4790 |
+
|
4791 |
+
#: includes/Ajax/Post.php:1930 includes/B2S/Network/Item.php:488
|
4792 |
+
#: includes/B2S/Ship/Item.php:1131 includes/B2S/Ship/Item.php:1281
|
4793 |
+
#: includes/B2S/Post/Item.php:521 includes/B2S/Post/Item.php:541
|
4794 |
+
#: includes/B2S/Post/Item.php:833 includes/B2S/Post/Item.php:891
|
4795 |
+
#: includes/B2S/Settings/Item.php:90
|
4796 |
+
msgid "delete"
|
4797 |
+
msgstr "elimina"
|
4798 |
+
|
4799 |
+
#: includes/Loader.php:873 includes/B2S/Network/Item.php:166
|
4800 |
+
#: includes/B2S/Network/Item.php:363 includes/B2S/Network/Item.php:626
|
4801 |
+
#: includes/B2S/Ship/Portale.php:31 includes/B2S/Ship/Portale.php:32
|
4802 |
+
msgid "Group"
|
4803 |
+
msgstr "Gruppo"
|
4804 |
+
|
4805 |
+
#: includes/Loader.php:873 includes/B2S/Network/Item.php:163
|
4806 |
+
#: includes/B2S/Network/Item.php:296 includes/B2S/Network/Item.php:623
|
4807 |
+
#: includes/B2S/Ship/Portale.php:35 includes/B2S/AutoPost/Item.php:250
|
4808 |
+
msgid "Page"
|
4809 |
+
msgstr "Pagina"
|
4810 |
+
|
4811 |
+
#: includes/Loader.php:873 includes/B2S/Network/Item.php:149
|
4812 |
+
#: includes/B2S/Network/Item.php:151 includes/B2S/Network/Item.php:154
|
4813 |
+
#: includes/B2S/Network/Item.php:158 includes/B2S/Network/Item.php:226
|
4814 |
+
#: includes/B2S/Network/Item.php:621 includes/B2S/Ship/Portale.php:38
|
4815 |
+
#: includes/B2S/Ship/Portale.php:40 includes/B2S/Ship/Portale.php:42
|
4816 |
+
#: includes/B2S/Ship/Portale.php:46 includes/B2S/AutoPost/Item.php:250
|
4817 |
+
msgid "Profile"
|
4818 |
+
msgstr "Profilo"
|
4819 |
+
|
4820 |
+
#: includes/B2S/Network/Item.php:63
|
4821 |
+
msgid "Default"
|
4822 |
+
msgstr "Predefinito"
|
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"
|
@@ -85,8 +85,8 @@ msgid "Upgrade to Premium"
|
|
85 |
msgstr ""
|
86 |
|
87 |
#: includes/Loader.php:822 includes/Loader.php:957 includes/Loader.php:957
|
88 |
-
#: includes/Loader.php:1031 includes/B2S/
|
89 |
-
#: views/b2s/html/sidebar.php:137
|
90 |
msgid "Settings"
|
91 |
msgstr ""
|
92 |
|
@@ -128,12 +128,12 @@ msgstr ""
|
|
128 |
msgid "Favorites"
|
129 |
msgstr ""
|
130 |
|
131 |
-
#: includes/Loader.php:872 views/b2s/settings.php:
|
132 |
#: views/b2s/html/sidebar.php:75
|
133 |
msgid "Auto-Post"
|
134 |
msgstr ""
|
135 |
|
136 |
-
#: includes/Loader.php:872 views/b2s/settings.php:
|
137 |
#: views/b2s/html/post.navbar.php:20 views/b2s/html/sidebar.php:72
|
138 |
msgid "Re-Share Posts"
|
139 |
msgstr ""
|
@@ -313,7 +313,7 @@ msgstr ""
|
|
313 |
msgid "Social Media Posts"
|
314 |
msgstr ""
|
315 |
|
316 |
-
#: includes/Loader.php:955 includes/Loader.php:1018 views/b2s/dashboard.php:
|
317 |
#: views/b2s/html/post.navbar.php:22 views/b2s/html/sidebar.php:128
|
318 |
msgid "Calendar"
|
319 |
msgstr ""
|
@@ -640,15 +640,15 @@ msgstr ""
|
|
640 |
msgid "Please contact our support!"
|
641 |
msgstr ""
|
642 |
|
643 |
-
#: includes/Ajax/Post.php:
|
644 |
#: includes/B2S/Network/Item.php:224 includes/B2S/Network/Item.php:290
|
645 |
#: includes/B2S/Network/Item.php:361 includes/B2S/Network/Item.php:487
|
646 |
msgid "Unknown username"
|
647 |
msgstr ""
|
648 |
|
649 |
-
#: includes/Ajax/Post.php:
|
650 |
-
#: includes/B2S/Post/Item.php:
|
651 |
-
#: includes/B2S/Post/Item.php:
|
652 |
#: includes/B2S/Settings/Item.php:90 includes/B2S/Ship/Item.php:1131
|
653 |
#: includes/B2S/Ship/Item.php:1281
|
654 |
msgid "delete"
|
@@ -965,33 +965,33 @@ msgstr ""
|
|
965 |
msgid "at best times"
|
966 |
msgstr ""
|
967 |
|
968 |
-
#: views/b2s/autopost.php:18 views/b2s/settings.php:
|
969 |
#: includes/B2S/Ship/Image.php:29
|
970 |
msgid ""
|
971 |
"You need a higher user role to upload an image on this blog. Please contact "
|
972 |
"your administrator."
|
973 |
msgstr ""
|
974 |
|
975 |
-
#: views/b2s/autopost.php:27 views/b2s/settings.php:
|
976 |
msgid "save..."
|
977 |
msgstr ""
|
978 |
|
979 |
-
#: views/b2s/autopost.php:48 views/b2s/settings.php:
|
980 |
#: includes/B2S/Ship/Image.php:96
|
981 |
msgid "Select or upload an image from media gallery"
|
982 |
msgstr ""
|
983 |
|
984 |
-
#: views/b2s/autopost.php:49 views/b2s/settings.php:
|
985 |
#: includes/B2S/Ship/Image.php:97
|
986 |
msgid "Use image"
|
987 |
msgstr ""
|
988 |
|
989 |
-
#: views/b2s/autopost.php:59 views/b2s/settings.php:
|
990 |
#: includes/B2S/Settings/Item.php:53
|
991 |
msgid "Personal Time Zone"
|
992 |
msgstr ""
|
993 |
|
994 |
-
#: views/b2s/autopost.php:62 views/b2s/settings.php:
|
995 |
msgid ""
|
996 |
"Blog2Social applies the scheduled time settings based on the time zone "
|
997 |
"defined in the general settings of your WordPress. You can select a user-"
|
@@ -1045,8 +1045,8 @@ msgstr ""
|
|
1045 |
msgid "Get the Blog2Social Browser Extension"
|
1046 |
msgstr ""
|
1047 |
|
1048 |
-
#: views/b2s/curation.draft.php:47 views/b2s/
|
1049 |
-
#: views/b2s/network.php:149 views/b2s/network.php:236
|
1050 |
#: views/b2s/network.php:373 views/b2s/network.php:452
|
1051 |
#: views/b2s/post.approve.php:51 views/b2s/post.calendar.php:60
|
1052 |
#: views/b2s/post.calendar.php:244 views/b2s/post.draft.php:42
|
@@ -1102,10 +1102,10 @@ msgstr ""
|
|
1102 |
msgid "Saved as draft."
|
1103 |
msgstr ""
|
1104 |
|
1105 |
-
#: views/b2s/curation.php:45 views/b2s/
|
1106 |
-
#: views/b2s/post.
|
1107 |
-
#:
|
1108 |
-
#: views/b2s/html/footer.php:160
|
1109 |
msgid "Link Post"
|
1110 |
msgstr ""
|
1111 |
|
@@ -1114,9 +1114,9 @@ msgid "Video Post"
|
|
1114 |
msgstr ""
|
1115 |
|
1116 |
#: views/b2s/curation.php:48 views/b2s/curation.php:51
|
1117 |
-
#: views/b2s/
|
1118 |
-
#: views/b2s/
|
1119 |
-
#: includes/B2S/Settings/Item.php:276
|
1120 |
msgid "Image Post"
|
1121 |
msgstr ""
|
1122 |
|
@@ -1187,7 +1187,7 @@ msgid "Write something..."
|
|
1187 |
msgstr ""
|
1188 |
|
1189 |
#: views/b2s/curation.php:132 views/b2s/ship.php:260 views/b2s/ship.php:262
|
1190 |
-
#: includes/B2S/Post/Item.php:
|
1191 |
msgid "Re-share this post"
|
1192 |
msgstr ""
|
1193 |
|
@@ -1197,7 +1197,7 @@ msgstr ""
|
|
1197 |
|
1198 |
#: views/b2s/curation.php:139 views/b2s/post.calendar.php:38
|
1199 |
#: views/b2s/ship.php:18 views/b2s/ship.php:753 includes/B2S/Post/Filter.php:59
|
1200 |
-
#: includes/B2S/Post/Item.php:
|
1201 |
#: includes/PRG/Post/Filter.php:37 includes/PRG/Post/Item.php:86
|
1202 |
msgid "published"
|
1203 |
msgstr ""
|
@@ -1358,26 +1358,45 @@ msgid ""
|
|
1358 |
"is used. <a href=\"%s\" target=\"_blank\">To create a network grouping.</a>"
|
1359 |
msgstr ""
|
1360 |
|
1361 |
-
#: views/b2s/dashboard.php:
|
1362 |
msgid "Your Activity"
|
1363 |
msgstr ""
|
1364 |
|
1365 |
-
#: views/b2s/dashboard.php:
|
1366 |
msgid "List"
|
1367 |
msgstr ""
|
1368 |
|
1369 |
-
#: views/b2s/dashboard.php:
|
1370 |
msgid "Chart"
|
1371 |
msgstr ""
|
1372 |
|
1373 |
-
#: views/b2s/dashboard.php:
|
1374 |
msgid "Follow us"
|
1375 |
msgstr ""
|
1376 |
|
1377 |
-
#: views/b2s/dashboard.php:
|
1378 |
msgid "show full calendar"
|
1379 |
msgstr ""
|
1380 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1381 |
#: views/b2s/network.php:25 views/b2s/network.php:26
|
1382 |
#: views/b2s/post.calendar.php:226 views/b2s/post.calendar.php:227
|
1383 |
#: views/prg/post.php:26 views/prg/post.php:27
|
@@ -1393,7 +1412,7 @@ msgstr ""
|
|
1393 |
msgid "You want to define a new combination of networks?"
|
1394 |
msgstr ""
|
1395 |
|
1396 |
-
#: views/b2s/network.php:39 views/b2s/partials/post-edit-modal.php:
|
1397 |
msgid "Delete"
|
1398 |
msgstr ""
|
1399 |
|
@@ -1403,6 +1422,7 @@ msgid "You want to schedule your posts and use the Best Time Scheduler?"
|
|
1403 |
msgstr ""
|
1404 |
|
1405 |
#: views/b2s/network.php:49 views/b2s/ship.php:75
|
|
|
1406 |
msgid "Load Best Times"
|
1407 |
msgstr ""
|
1408 |
|
@@ -1439,7 +1459,7 @@ msgid ""
|
|
1439 |
msgstr ""
|
1440 |
|
1441 |
#: views/b2s/network.php:130 views/b2s/premium.php:36 views/b2s/ship.php:494
|
1442 |
-
#: includes/B2S/Ship/Item.php:1193 views/b2s/partials/post-edit-modal.php:
|
1443 |
msgid "Learn more"
|
1444 |
msgstr ""
|
1445 |
|
@@ -1518,7 +1538,7 @@ msgstr ""
|
|
1518 |
msgid "SMART"
|
1519 |
msgstr ""
|
1520 |
|
1521 |
-
#: views/b2s/network.php:242 views/b2s/settings.php:
|
1522 |
#: includes/B2S/Network/Item.php:548 includes/B2S/Settings/Item.php:133
|
1523 |
msgid "save"
|
1524 |
msgstr ""
|
@@ -1909,30 +1929,11 @@ msgid "show all"
|
|
1909 |
msgstr ""
|
1910 |
|
1911 |
#: views/b2s/post.calendar.php:39 views/b2s/ship.php:18
|
1912 |
-
#: includes/B2S/Post/Filter.php:59 includes/B2S/Post/Item.php:
|
1913 |
#: includes/PRG/Post/Filter.php:37 includes/PRG/Post/Item.php:86
|
1914 |
msgid "scheduled"
|
1915 |
msgstr ""
|
1916 |
|
1917 |
-
#: views/b2s/post.calendar.php:70 views/b2s/post.sched.php:189
|
1918 |
-
#: views/b2s/repost.php:73 includes/B2S/Network/Item.php:700
|
1919 |
-
#: includes/B2S/Network/Item.php:703 includes/B2S/Settings/Item.php:239
|
1920 |
-
#: views/b2s/html/footer.php:177
|
1921 |
-
msgid "Image with frame"
|
1922 |
-
msgstr ""
|
1923 |
-
|
1924 |
-
#: views/b2s/post.calendar.php:70 views/b2s/post.sched.php:189
|
1925 |
-
#: views/b2s/repost.php:73 includes/B2S/Network/Item.php:701
|
1926 |
-
#: includes/B2S/Network/Item.php:704 includes/B2S/Settings/Item.php:253
|
1927 |
-
#: views/b2s/html/footer.php:182
|
1928 |
-
msgid "Image cut out"
|
1929 |
-
msgstr ""
|
1930 |
-
|
1931 |
-
#: views/b2s/post.calendar.php:88 views/b2s/post.sched.php:172
|
1932 |
-
#: views/b2s/repost.php:56
|
1933 |
-
msgid "add post"
|
1934 |
-
msgstr ""
|
1935 |
-
|
1936 |
#: views/b2s/post.calendar.php:111 views/b2s/post.sched.php:130
|
1937 |
#: views/b2s/repost.php:104 views/b2s/ship.php:507
|
1938 |
msgid "Choose your"
|
@@ -2009,7 +2010,7 @@ msgstr ""
|
|
2009 |
msgid "Are you sure you want to delete this Social Media draft?"
|
2010 |
msgstr ""
|
2011 |
|
2012 |
-
#: views/b2s/post.favorites.php:67 includes/B2S/Post/Item.php:
|
2013 |
msgid "You have not saved any favorites."
|
2014 |
msgstr ""
|
2015 |
|
@@ -2117,8 +2118,8 @@ msgid ""
|
|
2117 |
"your own best time scheme."
|
2118 |
msgstr ""
|
2119 |
|
2120 |
-
#: views/b2s/premium.php:109 includes/B2S/
|
2121 |
-
#: includes/B2S/Post/Item.php:
|
2122 |
msgid "Auto-Posting"
|
2123 |
msgstr ""
|
2124 |
|
@@ -2200,34 +2201,34 @@ msgstr ""
|
|
2200 |
msgid "Show all premium features"
|
2201 |
msgstr ""
|
2202 |
|
2203 |
-
#: views/b2s/settings.php:
|
2204 |
msgid "General"
|
2205 |
msgstr ""
|
2206 |
|
2207 |
-
#: views/b2s/settings.php:
|
2208 |
msgid "Social Meta Data"
|
2209 |
msgstr ""
|
2210 |
|
2211 |
-
#: views/b2s/settings.php:
|
2212 |
msgid "Social Media Networks"
|
2213 |
msgstr ""
|
2214 |
|
2215 |
-
#: views/b2s/settings.php:
|
2216 |
msgid "Social Media Time Settings"
|
2217 |
msgstr ""
|
2218 |
|
2219 |
-
#: views/b2s/settings.php:
|
2220 |
msgid "Post Templates"
|
2221 |
msgstr ""
|
2222 |
|
2223 |
-
#: views/b2s/settings.php:
|
2224 |
msgid ""
|
2225 |
"Connect Blog2Social with 16 different social media networks you like to "
|
2226 |
"share your WordPress blog posts and pages as well as imported posts and "
|
2227 |
"social media posts on. The following networks are available:"
|
2228 |
msgstr ""
|
2229 |
|
2230 |
-
#: views/b2s/settings.php:
|
2231 |
#, php-format
|
2232 |
msgid ""
|
2233 |
"You will find more information on how to connect your social media networks "
|
@@ -2235,25 +2236,25 @@ msgid ""
|
|
2235 |
"guide</a>."
|
2236 |
msgstr ""
|
2237 |
|
2238 |
-
#: views/b2s/settings.php:
|
2239 |
msgid "Connect your social media networks"
|
2240 |
msgstr ""
|
2241 |
|
2242 |
-
#: views/b2s/settings.php:
|
2243 |
msgid ""
|
2244 |
"Use the pre-defined best time settings or define your own best time settings "
|
2245 |
"for sharing your posts . Posting at the right time can be essential to make "
|
2246 |
"sure your content is most likely be seen."
|
2247 |
msgstr ""
|
2248 |
|
2249 |
-
#: views/b2s/settings.php:
|
2250 |
#, php-format
|
2251 |
msgid ""
|
2252 |
"You will find more information about the pre-defined best time settings by "
|
2253 |
"Blog2Social in this <a href=\"%s\" target=\"_blank\">best time guide</a>."
|
2254 |
msgstr ""
|
2255 |
|
2256 |
-
#: views/b2s/settings.php:
|
2257 |
#, php-format
|
2258 |
msgid ""
|
2259 |
"An instruction on how to define your own best times is explained in the "
|
@@ -2261,55 +2262,55 @@ msgid ""
|
|
2261 |
"post on social media?</a>\"."
|
2262 |
msgstr ""
|
2263 |
|
2264 |
-
#: views/b2s/settings.php:
|
2265 |
msgid "Check, edit or define your social media time settings"
|
2266 |
msgstr ""
|
2267 |
|
2268 |
-
#: views/b2s/settings.php:
|
2269 |
msgid ""
|
2270 |
"Edit the post templates for each social media network to turn your social "
|
2271 |
"media posts automatically into tailored posts for each network and community."
|
2272 |
" You can edit the structure of your post with the following variables:"
|
2273 |
msgstr ""
|
2274 |
|
2275 |
-
#: views/b2s/settings.php:
|
2276 |
msgid "Title: The title of your post."
|
2277 |
msgstr ""
|
2278 |
|
2279 |
-
#: views/b2s/settings.php:
|
2280 |
msgid "Content: The content of your post."
|
2281 |
msgstr ""
|
2282 |
|
2283 |
-
#: views/b2s/settings.php:
|
2284 |
msgid ""
|
2285 |
"Excerpt: The summary of your post (you define it in the side menu of your "
|
2286 |
"post)."
|
2287 |
msgstr ""
|
2288 |
|
2289 |
-
#: views/b2s/settings.php:
|
2290 |
msgid "Keywords: The tags you have set in your post."
|
2291 |
msgstr ""
|
2292 |
|
2293 |
-
#: views/b2s/settings.php:
|
2294 |
msgid "Author: The author of the post."
|
2295 |
msgstr ""
|
2296 |
|
2297 |
-
#: views/b2s/settings.php:
|
2298 |
#, php-format
|
2299 |
msgid ""
|
2300 |
"You will find more information on how to use post templates for your social "
|
2301 |
"media posts in this <a href=\"%s\" target=\"_blank\">post template guide</a>."
|
2302 |
msgstr ""
|
2303 |
|
2304 |
-
#: views/b2s/settings.php:
|
2305 |
msgid "Define your post templates for each social media network"
|
2306 |
msgstr ""
|
2307 |
|
2308 |
-
#: views/b2s/settings.php:
|
2309 |
msgid "Allow shortcodes in my social media posts (e.g. Page Builder)"
|
2310 |
msgstr ""
|
2311 |
|
2312 |
-
#: views/b2s/settings.php:
|
2313 |
#, php-format
|
2314 |
msgid ""
|
2315 |
"Some WordPress plugins use short codes, e.g. Page Builder plugins. When a "
|
@@ -2323,19 +2324,19 @@ msgid ""
|
|
2323 |
"following <a href=\"%s\" target=\"_blank\">shortcode guide</a>."
|
2324 |
msgstr ""
|
2325 |
|
2326 |
-
#: views/b2s/settings.php:
|
2327 |
msgid "Activate Legacy mode "
|
2328 |
msgstr ""
|
2329 |
|
2330 |
-
#: views/b2s/settings.php:
|
2331 |
msgid "Plugin contents are loaded one at a time to minimize server load."
|
2332 |
msgstr ""
|
2333 |
|
2334 |
-
#: views/b2s/settings.php:
|
2335 |
msgid "Instant Caching for Facebook Link Posts"
|
2336 |
msgstr ""
|
2337 |
|
2338 |
-
#: views/b2s/settings.php:
|
2339 |
msgid ""
|
2340 |
"Please enable this feature, if you are using varnish caching (HTTP "
|
2341 |
"accelerator to relieve your website). Blog2Social will add a \"no-cache=1\" "
|
@@ -2344,7 +2345,7 @@ msgid ""
|
|
2344 |
msgstr ""
|
2345 |
|
2346 |
#: views/b2s/ship.php:18 includes/B2S/Post/Filter.php:59
|
2347 |
-
#: includes/B2S/Post/Item.php:
|
2348 |
msgid "draft"
|
2349 |
msgstr ""
|
2350 |
|
@@ -2359,8 +2360,8 @@ msgstr ""
|
|
2359 |
msgid "Title"
|
2360 |
msgstr ""
|
2361 |
|
2362 |
-
#: views/b2s/ship.php:55 includes/B2S/Post/Item.php:
|
2363 |
-
#: includes/B2S/Post/Item.php:
|
2364 |
msgid "on blog"
|
2365 |
msgstr ""
|
2366 |
|
@@ -2372,7 +2373,7 @@ msgstr ""
|
|
2372 |
msgid "You want to load your time settings?"
|
2373 |
msgstr ""
|
2374 |
|
2375 |
-
#: views/b2s/ship.php:69
|
2376 |
msgid "Load My Times Settings"
|
2377 |
msgstr ""
|
2378 |
|
@@ -3020,8 +3021,8 @@ msgstr ""
|
|
3020 |
|
3021 |
#: includes/B2S/Curation/View.php:69 includes/B2S/Curation/View.php:70
|
3022 |
#: includes/B2S/RePost/Item.php:196 includes/B2S/Ship/Item.php:1263
|
3023 |
-
#: views/b2s/partials/post-edit-modal.php:
|
3024 |
-
#: views/b2s/partials/post-edit-modal.php:
|
3025 |
msgid "Date"
|
3026 |
msgstr ""
|
3027 |
|
@@ -3029,6 +3030,34 @@ msgstr ""
|
|
3029 |
msgid "Customize & Schedule"
|
3030 |
msgstr ""
|
3031 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3032 |
#: includes/B2S/Network/Item.php:63
|
3033 |
msgid "Default"
|
3034 |
msgstr ""
|
@@ -3296,7 +3325,7 @@ msgstr ""
|
|
3296 |
msgid "autopost"
|
3297 |
msgstr ""
|
3298 |
|
3299 |
-
#: includes/B2S/Post/Filter.php:71 includes/B2S/Post/Item.php:
|
3300 |
msgid "re-share"
|
3301 |
msgstr ""
|
3302 |
|
@@ -3356,163 +3385,140 @@ msgstr ""
|
|
3356 |
msgid "scheduled post(s)"
|
3357 |
msgstr ""
|
3358 |
|
3359 |
-
#: includes/B2S/Post/Item.php:
|
3360 |
msgid "You have not saved any drafts."
|
3361 |
msgstr ""
|
3362 |
|
3363 |
-
#: includes/B2S/Post/Item.php:
|
3364 |
msgid "You have no posts in your queue."
|
3365 |
msgstr ""
|
3366 |
|
3367 |
-
#: includes/B2S/Post/Item.php:
|
3368 |
msgid "You have not published or scheduled any posts."
|
3369 |
msgstr ""
|
3370 |
|
3371 |
-
#: includes/B2S/Post/Item.php:
|
3372 |
msgid "curated post"
|
3373 |
msgstr ""
|
3374 |
|
3375 |
-
#: includes/B2S/Post/Item.php:
|
3376 |
-
#: includes/B2S/Post/Item.php:
|
3377 |
msgid "last shared on social media"
|
3378 |
msgstr ""
|
3379 |
|
3380 |
-
#: includes/B2S/Post/Item.php:
|
3381 |
-
#: includes/B2S/Post/Item.php:
|
3382 |
-
#: includes/B2S/Post/Item.php:
|
3383 |
msgid "Share on Social Media"
|
3384 |
msgstr ""
|
3385 |
|
3386 |
-
#: includes/B2S/Post/Item.php:
|
3387 |
msgid "load Draft"
|
3388 |
msgstr ""
|
3389 |
|
3390 |
-
#: includes/B2S/Post/Item.php:
|
3391 |
-
#: includes/B2S/Post/Item.php:
|
3392 |
#: includes/PRG/Post/Item.php:121
|
3393 |
msgid "Author"
|
3394 |
msgstr ""
|
3395 |
|
3396 |
-
#: includes/B2S/Post/Item.php:
|
3397 |
-
#: includes/B2S/Post/Item.php:
|
3398 |
msgid "Details"
|
3399 |
msgstr ""
|
3400 |
|
3401 |
-
#: includes/B2S/Post/Item.php:
|
3402 |
msgid "shared social media posts"
|
3403 |
msgstr ""
|
3404 |
|
3405 |
-
#: includes/B2S/Post/Item.php:
|
3406 |
#, php-format
|
3407 |
msgid "latest share by %s"
|
3408 |
msgstr ""
|
3409 |
|
3410 |
-
#: includes/B2S/Post/Item.php:
|
3411 |
#: views/b2s/widgets/activity.php:10
|
3412 |
msgid "scheduled social media posts"
|
3413 |
msgstr ""
|
3414 |
|
3415 |
-
#: includes/B2S/Post/Item.php:
|
3416 |
#, php-format
|
3417 |
msgid "next share by %s"
|
3418 |
msgstr ""
|
3419 |
|
3420 |
-
#: includes/B2S/Post/Item.php:
|
3421 |
msgid "social media posts ready to be shared"
|
3422 |
msgstr ""
|
3423 |
|
3424 |
-
#: includes/B2S/Post/Item.php:
|
3425 |
msgid "via Browser-Extension"
|
3426 |
msgstr ""
|
3427 |
|
3428 |
-
#: includes/B2S/Post/Item.php:
|
3429 |
msgid "saved"
|
3430 |
msgstr ""
|
3431 |
|
3432 |
-
#: includes/B2S/Post/Item.php:
|
3433 |
msgid "last saved"
|
3434 |
msgstr ""
|
3435 |
|
3436 |
-
#: includes/B2S/Post/Item.php:
|
3437 |
-
#: includes/B2S/
|
3438 |
-
msgid "Retweet"
|
3439 |
-
msgstr ""
|
3440 |
-
|
3441 |
-
#: includes/B2S/Post/Item.php:715 includes/B2S/Post/Item.php:856
|
3442 |
-
msgid "Re-Share"
|
3443 |
-
msgstr ""
|
3444 |
-
|
3445 |
-
#: includes/B2S/Post/Item.php:721 includes/B2S/Post/Item.php:791
|
3446 |
-
#: includes/B2S/Post/Item.php:862 includes/B2S/RePost/Item.php:130
|
3447 |
msgid "select all"
|
3448 |
msgstr ""
|
3449 |
|
3450 |
-
#: includes/B2S/Post/Item.php:
|
3451 |
-
msgid "show"
|
3452 |
-
msgstr ""
|
3453 |
-
|
3454 |
-
#: includes/B2S/Post/Item.php:731 includes/B2S/Ship/Save.php:459
|
3455 |
msgid "Please see"
|
3456 |
msgstr ""
|
3457 |
|
3458 |
-
#: includes/B2S/Post/Item.php:
|
3459 |
msgid "FAQ"
|
3460 |
msgstr ""
|
3461 |
|
3462 |
-
#: includes/B2S/Post/Item.php:
|
3463 |
-
#, php-format
|
3464 |
-
msgid "sharing in progress by %s"
|
3465 |
-
msgstr ""
|
3466 |
-
|
3467 |
-
#: includes/B2S/Post/Item.php:737
|
3468 |
-
#, php-format
|
3469 |
-
msgid "shared by %s"
|
3470 |
-
msgstr ""
|
3471 |
-
|
3472 |
-
#: includes/B2S/Post/Item.php:758 includes/B2S/Post/Item.php:771
|
3473 |
msgid "You want to delete a publish post entry?"
|
3474 |
msgstr ""
|
3475 |
|
3476 |
-
#: includes/B2S/Post/Item.php:
|
3477 |
msgid "delete from reporting"
|
3478 |
msgstr ""
|
3479 |
|
3480 |
-
#: includes/B2S/Post/Item.php:
|
3481 |
#, php-format
|
3482 |
msgid "is waiting to shared by %s"
|
3483 |
msgstr ""
|
3484 |
|
3485 |
-
#: includes/B2S/Post/Item.php:
|
3486 |
msgid "share"
|
3487 |
msgstr ""
|
3488 |
|
3489 |
-
#: includes/B2S/Post/Item.php:
|
3490 |
msgid "You want to delete your Social Media post?"
|
3491 |
msgstr ""
|
3492 |
|
3493 |
-
#: includes/B2S/Post/Item.php:
|
3494 |
#, php-format
|
3495 |
msgid "last modified by %s"
|
3496 |
msgstr ""
|
3497 |
|
3498 |
-
#: includes/B2S/Post/Item.php:
|
3499 |
msgid "is currently being processed by the network"
|
3500 |
msgstr ""
|
3501 |
|
3502 |
-
#: includes/B2S/Post/Item.php:
|
3503 |
#, php-format
|
3504 |
msgid "scheduled by %s"
|
3505 |
msgstr ""
|
3506 |
|
3507 |
-
#: includes/B2S/Post/Item.php:
|
3508 |
msgid "You want to edit your scheduled post?"
|
3509 |
msgstr ""
|
3510 |
|
3511 |
-
#: includes/B2S/Post/Item.php:
|
3512 |
msgid "edit"
|
3513 |
msgstr ""
|
3514 |
|
3515 |
-
#: includes/B2S/Post/Item.php:
|
3516 |
msgid "delete scheduling"
|
3517 |
msgstr ""
|
3518 |
|
@@ -3647,10 +3653,6 @@ msgstr ""
|
|
3647 |
msgid "Queue"
|
3648 |
msgstr ""
|
3649 |
|
3650 |
-
#: includes/B2S/RePost/Item.php:127
|
3651 |
-
msgid "Posts"
|
3652 |
-
msgstr ""
|
3653 |
-
|
3654 |
#: includes/B2S/RePost/Item.php:131
|
3655 |
msgid "delete selected posts"
|
3656 |
msgstr ""
|
@@ -4159,16 +4161,16 @@ msgstr ""
|
|
4159 |
msgid "Enable Retweets for all Tweets with the selected profile"
|
4160 |
msgstr ""
|
4161 |
|
4162 |
-
#: includes/B2S/Ship/Item.php:1114 views/b2s/partials/post-edit-modal.php:
|
4163 |
msgid "Delay"
|
4164 |
msgstr ""
|
4165 |
|
4166 |
#: includes/B2S/Ship/Item.php:1124 includes/B2S/Ship/Item.php:1125
|
4167 |
#: includes/B2S/Ship/Item.php:1126 includes/B2S/Ship/Item.php:1127
|
4168 |
-
#: views/b2s/partials/post-edit-modal.php:
|
4169 |
-
#: views/b2s/partials/post-edit-modal.php:
|
4170 |
-
#: views/b2s/partials/post-edit-modal.php:
|
4171 |
-
#: views/b2s/partials/post-edit-modal.php:
|
4172 |
msgid "min"
|
4173 |
msgstr ""
|
4174 |
|
@@ -4184,7 +4186,7 @@ msgstr ""
|
|
4184 |
msgid "Schedule Recurrent Post"
|
4185 |
msgstr ""
|
4186 |
|
4187 |
-
#: includes/B2S/Ship/Item.php:1193 views/b2s/partials/post-edit-modal.php:
|
4188 |
msgid ""
|
4189 |
"Please note: Your account is connected via an old XING API that is no longer "
|
4190 |
"supported by XING after March 31. Please connect your XING profile, as well "
|
@@ -4194,7 +4196,7 @@ msgid ""
|
|
4194 |
"the new XING."
|
4195 |
msgstr ""
|
4196 |
|
4197 |
-
#: includes/B2S/Ship/Item.php:1197 views/b2s/partials/post-edit-modal.php:
|
4198 |
msgid ""
|
4199 |
"Please note: Google will shut down Google+ for all private accounts "
|
4200 |
"(profiles, pages, groups) on 2nd April 2019. You can find further "
|
@@ -4266,8 +4268,8 @@ msgstr ""
|
|
4266 |
msgid "Timespan"
|
4267 |
msgstr ""
|
4268 |
|
4269 |
-
#: includes/B2S/Ship/Item.php:1264 views/b2s/partials/post-edit-modal.php:
|
4270 |
-
#: views/b2s/partials/post-edit-modal.php:
|
4271 |
msgid "Time"
|
4272 |
msgstr ""
|
4273 |
|
@@ -4882,8 +4884,11 @@ msgid ""
|
|
4882 |
"heartbeats for using Blog2Social! See also:"
|
4883 |
msgstr ""
|
4884 |
|
4885 |
-
#: views/b2s/html/header.php:65
|
4886 |
-
msgid "
|
|
|
|
|
|
|
4887 |
msgstr ""
|
4888 |
|
4889 |
#: views/b2s/html/header.php:72
|
@@ -5264,11 +5269,11 @@ msgstr ""
|
|
5264 |
msgid "This post is blocked by %1"
|
5265 |
msgstr ""
|
5266 |
|
5267 |
-
#: views/b2s/partials/post-edit-modal.php:
|
5268 |
msgid "The orginal tweet is scheduled on:"
|
5269 |
msgstr ""
|
5270 |
|
5271 |
-
#: views/b2s/partials/post-edit-modal.php:
|
5272 |
msgid "Change details"
|
5273 |
msgstr ""
|
5274 |
|
@@ -5420,6 +5425,10 @@ msgstr ""
|
|
5420 |
msgid "Your message was not successfully transmitted. Please try again!"
|
5421 |
msgstr ""
|
5422 |
|
|
|
|
|
|
|
|
|
5423 |
#: views/prg/html/header.php:53
|
5424 |
msgid ""
|
5425 |
"PR-Gateway offers a paid online distribution service for submitting press "
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: Blog2Social: Social Media Auto Post & Scheduler\n"
|
5 |
"Report-Msgid-Bugs-To: \n"
|
6 |
+
"POT-Creation-Date: 2021-02-02 14:37+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"
|
85 |
msgstr ""
|
86 |
|
87 |
#: includes/Loader.php:822 includes/Loader.php:957 includes/Loader.php:957
|
88 |
+
#: includes/Loader.php:1031 includes/B2S/Insights/Item.php:27
|
89 |
+
#: includes/B2S/RePost/Item.php:25 views/b2s/html/sidebar.php:137
|
90 |
msgid "Settings"
|
91 |
msgstr ""
|
92 |
|
128 |
msgid "Favorites"
|
129 |
msgstr ""
|
130 |
|
131 |
+
#: includes/Loader.php:872 views/b2s/settings.php:40
|
132 |
#: views/b2s/html/sidebar.php:75
|
133 |
msgid "Auto-Post"
|
134 |
msgstr ""
|
135 |
|
136 |
+
#: includes/Loader.php:872 views/b2s/settings.php:46
|
137 |
#: views/b2s/html/post.navbar.php:20 views/b2s/html/sidebar.php:72
|
138 |
msgid "Re-Share Posts"
|
139 |
msgstr ""
|
313 |
msgid "Social Media Posts"
|
314 |
msgstr ""
|
315 |
|
316 |
+
#: includes/Loader.php:955 includes/Loader.php:1018 views/b2s/dashboard.php:39
|
317 |
#: views/b2s/html/post.navbar.php:22 views/b2s/html/sidebar.php:128
|
318 |
msgid "Calendar"
|
319 |
msgstr ""
|
640 |
msgid "Please contact our support!"
|
641 |
msgstr ""
|
642 |
|
643 |
+
#: includes/Ajax/Post.php:1932 views/b2s/network.php:7
|
644 |
#: includes/B2S/Network/Item.php:224 includes/B2S/Network/Item.php:290
|
645 |
#: includes/B2S/Network/Item.php:361 includes/B2S/Network/Item.php:487
|
646 |
msgid "Unknown username"
|
647 |
msgstr ""
|
648 |
|
649 |
+
#: includes/Ajax/Post.php:1933 includes/B2S/Network/Item.php:488
|
650 |
+
#: includes/B2S/Post/Item.php:534 includes/B2S/Post/Item.php:554
|
651 |
+
#: includes/B2S/Post/Item.php:846 includes/B2S/Post/Item.php:904
|
652 |
#: includes/B2S/Settings/Item.php:90 includes/B2S/Ship/Item.php:1131
|
653 |
#: includes/B2S/Ship/Item.php:1281
|
654 |
msgid "delete"
|
965 |
msgid "at best times"
|
966 |
msgstr ""
|
967 |
|
968 |
+
#: views/b2s/autopost.php:18 views/b2s/settings.php:23
|
969 |
#: includes/B2S/Ship/Image.php:29
|
970 |
msgid ""
|
971 |
"You need a higher user role to upload an image on this blog. Please contact "
|
972 |
"your administrator."
|
973 |
msgstr ""
|
974 |
|
975 |
+
#: views/b2s/autopost.php:27 views/b2s/settings.php:32
|
976 |
msgid "save..."
|
977 |
msgstr ""
|
978 |
|
979 |
+
#: views/b2s/autopost.php:48 views/b2s/settings.php:142
|
980 |
#: includes/B2S/Ship/Image.php:96
|
981 |
msgid "Select or upload an image from media gallery"
|
982 |
msgstr ""
|
983 |
|
984 |
+
#: views/b2s/autopost.php:49 views/b2s/settings.php:143
|
985 |
#: includes/B2S/Ship/Image.php:97
|
986 |
msgid "Use image"
|
987 |
msgstr ""
|
988 |
|
989 |
+
#: views/b2s/autopost.php:59 views/b2s/settings.php:195
|
990 |
#: includes/B2S/Settings/Item.php:53
|
991 |
msgid "Personal Time Zone"
|
992 |
msgstr ""
|
993 |
|
994 |
+
#: views/b2s/autopost.php:62 views/b2s/settings.php:198
|
995 |
msgid ""
|
996 |
"Blog2Social applies the scheduled time settings based on the time zone "
|
997 |
"defined in the general settings of your WordPress. You can select a user-"
|
1045 |
msgid "Get the Blog2Social Browser Extension"
|
1046 |
msgstr ""
|
1047 |
|
1048 |
+
#: views/b2s/curation.draft.php:47 views/b2s/insights.php:28
|
1049 |
+
#: views/b2s/network.php:61 views/b2s/network.php:149 views/b2s/network.php:236
|
1050 |
#: views/b2s/network.php:373 views/b2s/network.php:452
|
1051 |
#: views/b2s/post.approve.php:51 views/b2s/post.calendar.php:60
|
1052 |
#: views/b2s/post.calendar.php:244 views/b2s/post.draft.php:42
|
1102 |
msgid "Saved as draft."
|
1103 |
msgstr ""
|
1104 |
|
1105 |
+
#: views/b2s/curation.php:45 views/b2s/insights.php:73
|
1106 |
+
#: views/b2s/post.calendar.php:70 views/b2s/post.sched.php:189
|
1107 |
+
#: views/b2s/repost.php:73 includes/B2S/Settings/Item.php:239
|
1108 |
+
#: includes/B2S/Settings/Item.php:276 views/b2s/html/footer.php:160
|
1109 |
msgid "Link Post"
|
1110 |
msgstr ""
|
1111 |
|
1114 |
msgstr ""
|
1115 |
|
1116 |
#: views/b2s/curation.php:48 views/b2s/curation.php:51
|
1117 |
+
#: views/b2s/insights.php:73 views/b2s/post.calendar.php:70
|
1118 |
+
#: views/b2s/post.sched.php:189 views/b2s/repost.php:73
|
1119 |
+
#: includes/B2S/Settings/Item.php:253 includes/B2S/Settings/Item.php:276
|
1120 |
msgid "Image Post"
|
1121 |
msgstr ""
|
1122 |
|
1187 |
msgstr ""
|
1188 |
|
1189 |
#: views/b2s/curation.php:132 views/b2s/ship.php:260 views/b2s/ship.php:262
|
1190 |
+
#: includes/B2S/Post/Item.php:454
|
1191 |
msgid "Re-share this post"
|
1192 |
msgstr ""
|
1193 |
|
1197 |
|
1198 |
#: views/b2s/curation.php:139 views/b2s/post.calendar.php:38
|
1199 |
#: views/b2s/ship.php:18 views/b2s/ship.php:753 includes/B2S/Post/Filter.php:59
|
1200 |
+
#: includes/B2S/Post/Item.php:381 includes/B2S/Ship/Save.php:438
|
1201 |
#: includes/PRG/Post/Filter.php:37 includes/PRG/Post/Item.php:86
|
1202 |
msgid "published"
|
1203 |
msgstr ""
|
1358 |
"is used. <a href=\"%s\" target=\"_blank\">To create a network grouping.</a>"
|
1359 |
msgstr ""
|
1360 |
|
1361 |
+
#: views/b2s/dashboard.php:35
|
1362 |
msgid "Your Activity"
|
1363 |
msgstr ""
|
1364 |
|
1365 |
+
#: views/b2s/dashboard.php:40
|
1366 |
msgid "List"
|
1367 |
msgstr ""
|
1368 |
|
1369 |
+
#: views/b2s/dashboard.php:41
|
1370 |
msgid "Chart"
|
1371 |
msgstr ""
|
1372 |
|
1373 |
+
#: views/b2s/dashboard.php:69
|
1374 |
msgid "Follow us"
|
1375 |
msgstr ""
|
1376 |
|
1377 |
+
#: views/b2s/dashboard.php:94
|
1378 |
msgid "show full calendar"
|
1379 |
msgstr ""
|
1380 |
|
1381 |
+
#: views/b2s/insights.php:56 views/b2s/post.calendar.php:88
|
1382 |
+
#: views/b2s/post.sched.php:172 views/b2s/repost.php:56
|
1383 |
+
msgid "add post"
|
1384 |
+
msgstr ""
|
1385 |
+
|
1386 |
+
#: views/b2s/insights.php:73 views/b2s/post.calendar.php:70
|
1387 |
+
#: views/b2s/post.sched.php:189 views/b2s/repost.php:73
|
1388 |
+
#: includes/B2S/Network/Item.php:700 includes/B2S/Network/Item.php:703
|
1389 |
+
#: includes/B2S/Settings/Item.php:239 views/b2s/html/footer.php:177
|
1390 |
+
msgid "Image with frame"
|
1391 |
+
msgstr ""
|
1392 |
+
|
1393 |
+
#: views/b2s/insights.php:73 views/b2s/post.calendar.php:70
|
1394 |
+
#: views/b2s/post.sched.php:189 views/b2s/repost.php:73
|
1395 |
+
#: includes/B2S/Network/Item.php:701 includes/B2S/Network/Item.php:704
|
1396 |
+
#: includes/B2S/Settings/Item.php:253 views/b2s/html/footer.php:182
|
1397 |
+
msgid "Image cut out"
|
1398 |
+
msgstr ""
|
1399 |
+
|
1400 |
#: views/b2s/network.php:25 views/b2s/network.php:26
|
1401 |
#: views/b2s/post.calendar.php:226 views/b2s/post.calendar.php:227
|
1402 |
#: views/prg/post.php:26 views/prg/post.php:27
|
1412 |
msgid "You want to define a new combination of networks?"
|
1413 |
msgstr ""
|
1414 |
|
1415 |
+
#: views/b2s/network.php:39 views/b2s/partials/post-edit-modal.php:102
|
1416 |
msgid "Delete"
|
1417 |
msgstr ""
|
1418 |
|
1422 |
msgstr ""
|
1423 |
|
1424 |
#: views/b2s/network.php:49 views/b2s/ship.php:75
|
1425 |
+
#: views/b2s/partials/post-edit-modal.php:42
|
1426 |
msgid "Load Best Times"
|
1427 |
msgstr ""
|
1428 |
|
1459 |
msgstr ""
|
1460 |
|
1461 |
#: views/b2s/network.php:130 views/b2s/premium.php:36 views/b2s/ship.php:494
|
1462 |
+
#: includes/B2S/Ship/Item.php:1193 views/b2s/partials/post-edit-modal.php:53
|
1463 |
msgid "Learn more"
|
1464 |
msgstr ""
|
1465 |
|
1538 |
msgid "SMART"
|
1539 |
msgstr ""
|
1540 |
|
1541 |
+
#: views/b2s/network.php:242 views/b2s/settings.php:70
|
1542 |
#: includes/B2S/Network/Item.php:548 includes/B2S/Settings/Item.php:133
|
1543 |
msgid "save"
|
1544 |
msgstr ""
|
1929 |
msgstr ""
|
1930 |
|
1931 |
#: views/b2s/post.calendar.php:39 views/b2s/ship.php:18
|
1932 |
+
#: includes/B2S/Post/Filter.php:59 includes/B2S/Post/Item.php:381
|
1933 |
#: includes/PRG/Post/Filter.php:37 includes/PRG/Post/Item.php:86
|
1934 |
msgid "scheduled"
|
1935 |
msgstr ""
|
1936 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1937 |
#: views/b2s/post.calendar.php:111 views/b2s/post.sched.php:130
|
1938 |
#: views/b2s/repost.php:104 views/b2s/ship.php:507
|
1939 |
msgid "Choose your"
|
2010 |
msgid "Are you sure you want to delete this Social Media draft?"
|
2011 |
msgstr ""
|
2012 |
|
2013 |
+
#: views/b2s/post.favorites.php:67 includes/B2S/Post/Item.php:387
|
2014 |
msgid "You have not saved any favorites."
|
2015 |
msgstr ""
|
2016 |
|
2118 |
"your own best time scheme."
|
2119 |
msgstr ""
|
2120 |
|
2121 |
+
#: views/b2s/premium.php:109 includes/B2S/Insights/Item.php:78
|
2122 |
+
#: includes/B2S/Post/Item.php:728 includes/B2S/Post/Item.php:869
|
2123 |
msgid "Auto-Posting"
|
2124 |
msgstr ""
|
2125 |
|
2201 |
msgid "Show all premium features"
|
2202 |
msgstr ""
|
2203 |
|
2204 |
+
#: views/b2s/settings.php:37
|
2205 |
msgid "General"
|
2206 |
msgstr ""
|
2207 |
|
2208 |
+
#: views/b2s/settings.php:43
|
2209 |
msgid "Social Meta Data"
|
2210 |
msgstr ""
|
2211 |
|
2212 |
+
#: views/b2s/settings.php:49 views/b2s/html/sidebar.php:134
|
2213 |
msgid "Social Media Networks"
|
2214 |
msgstr ""
|
2215 |
|
2216 |
+
#: views/b2s/settings.php:52
|
2217 |
msgid "Social Media Time Settings"
|
2218 |
msgstr ""
|
2219 |
|
2220 |
+
#: views/b2s/settings.php:55
|
2221 |
msgid "Post Templates"
|
2222 |
msgstr ""
|
2223 |
|
2224 |
+
#: views/b2s/settings.php:77
|
2225 |
msgid ""
|
2226 |
"Connect Blog2Social with 16 different social media networks you like to "
|
2227 |
"share your WordPress blog posts and pages as well as imported posts and "
|
2228 |
"social media posts on. The following networks are available:"
|
2229 |
msgstr ""
|
2230 |
|
2231 |
+
#: views/b2s/settings.php:97
|
2232 |
#, php-format
|
2233 |
msgid ""
|
2234 |
"You will find more information on how to connect your social media networks "
|
2236 |
"guide</a>."
|
2237 |
msgstr ""
|
2238 |
|
2239 |
+
#: views/b2s/settings.php:99
|
2240 |
msgid "Connect your social media networks"
|
2241 |
msgstr ""
|
2242 |
|
2243 |
+
#: views/b2s/settings.php:102
|
2244 |
msgid ""
|
2245 |
"Use the pre-defined best time settings or define your own best time settings "
|
2246 |
"for sharing your posts . Posting at the right time can be essential to make "
|
2247 |
"sure your content is most likely be seen."
|
2248 |
msgstr ""
|
2249 |
|
2250 |
+
#: views/b2s/settings.php:104
|
2251 |
#, php-format
|
2252 |
msgid ""
|
2253 |
"You will find more information about the pre-defined best time settings by "
|
2254 |
"Blog2Social in this <a href=\"%s\" target=\"_blank\">best time guide</a>."
|
2255 |
msgstr ""
|
2256 |
|
2257 |
+
#: views/b2s/settings.php:106
|
2258 |
#, php-format
|
2259 |
msgid ""
|
2260 |
"An instruction on how to define your own best times is explained in the "
|
2262 |
"post on social media?</a>\"."
|
2263 |
msgstr ""
|
2264 |
|
2265 |
+
#: views/b2s/settings.php:108
|
2266 |
msgid "Check, edit or define your social media time settings"
|
2267 |
msgstr ""
|
2268 |
|
2269 |
+
#: views/b2s/settings.php:111
|
2270 |
msgid ""
|
2271 |
"Edit the post templates for each social media network to turn your social "
|
2272 |
"media posts automatically into tailored posts for each network and community."
|
2273 |
" You can edit the structure of your post with the following variables:"
|
2274 |
msgstr ""
|
2275 |
|
2276 |
+
#: views/b2s/settings.php:114
|
2277 |
msgid "Title: The title of your post."
|
2278 |
msgstr ""
|
2279 |
|
2280 |
+
#: views/b2s/settings.php:115
|
2281 |
msgid "Content: The content of your post."
|
2282 |
msgstr ""
|
2283 |
|
2284 |
+
#: views/b2s/settings.php:116
|
2285 |
msgid ""
|
2286 |
"Excerpt: The summary of your post (you define it in the side menu of your "
|
2287 |
"post)."
|
2288 |
msgstr ""
|
2289 |
|
2290 |
+
#: views/b2s/settings.php:117
|
2291 |
msgid "Keywords: The tags you have set in your post."
|
2292 |
msgstr ""
|
2293 |
|
2294 |
+
#: views/b2s/settings.php:118
|
2295 |
msgid "Author: The author of the post."
|
2296 |
msgstr ""
|
2297 |
|
2298 |
+
#: views/b2s/settings.php:120
|
2299 |
#, php-format
|
2300 |
msgid ""
|
2301 |
"You will find more information on how to use post templates for your social "
|
2302 |
"media posts in this <a href=\"%s\" target=\"_blank\">post template guide</a>."
|
2303 |
msgstr ""
|
2304 |
|
2305 |
+
#: views/b2s/settings.php:122
|
2306 |
msgid "Define your post templates for each social media network"
|
2307 |
msgstr ""
|
2308 |
|
2309 |
+
#: views/b2s/settings.php:153
|
2310 |
msgid "Allow shortcodes in my social media posts (e.g. Page Builder)"
|
2311 |
msgstr ""
|
2312 |
|
2313 |
+
#: views/b2s/settings.php:156
|
2314 |
#, php-format
|
2315 |
msgid ""
|
2316 |
"Some WordPress plugins use short codes, e.g. Page Builder plugins. When a "
|
2324 |
"following <a href=\"%s\" target=\"_blank\">shortcode guide</a>."
|
2325 |
msgstr ""
|
2326 |
|
2327 |
+
#: views/b2s/settings.php:167
|
2328 |
msgid "Activate Legacy mode "
|
2329 |
msgstr ""
|
2330 |
|
2331 |
+
#: views/b2s/settings.php:170
|
2332 |
msgid "Plugin contents are loaded one at a time to minimize server load."
|
2333 |
msgstr ""
|
2334 |
|
2335 |
+
#: views/b2s/settings.php:181
|
2336 |
msgid "Instant Caching for Facebook Link Posts"
|
2337 |
msgstr ""
|
2338 |
|
2339 |
+
#: views/b2s/settings.php:184
|
2340 |
msgid ""
|
2341 |
"Please enable this feature, if you are using varnish caching (HTTP "
|
2342 |
"accelerator to relieve your website). Blog2Social will add a \"no-cache=1\" "
|
2345 |
msgstr ""
|
2346 |
|
2347 |
#: views/b2s/ship.php:18 includes/B2S/Post/Filter.php:59
|
2348 |
+
#: includes/B2S/Post/Item.php:381 includes/PRG/Post/Item.php:86
|
2349 |
msgid "draft"
|
2350 |
msgstr ""
|
2351 |
|
2360 |
msgid "Title"
|
2361 |
msgstr ""
|
2362 |
|
2363 |
+
#: views/b2s/ship.php:55 includes/B2S/Post/Item.php:437
|
2364 |
+
#: includes/B2S/Post/Item.php:580
|
2365 |
msgid "on blog"
|
2366 |
msgstr ""
|
2367 |
|
2373 |
msgid "You want to load your time settings?"
|
2374 |
msgstr ""
|
2375 |
|
2376 |
+
#: views/b2s/ship.php:69 views/b2s/partials/post-edit-modal.php:41
|
2377 |
msgid "Load My Times Settings"
|
2378 |
msgstr ""
|
2379 |
|
3021 |
|
3022 |
#: includes/B2S/Curation/View.php:69 includes/B2S/Curation/View.php:70
|
3023 |
#: includes/B2S/RePost/Item.php:196 includes/B2S/Ship/Item.php:1263
|
3024 |
+
#: views/b2s/partials/post-edit-modal.php:67
|
3025 |
+
#: views/b2s/partials/post-edit-modal.php:70
|
3026 |
msgid "Date"
|
3027 |
msgstr ""
|
3028 |
|
3030 |
msgid "Customize & Schedule"
|
3031 |
msgstr ""
|
3032 |
|
3033 |
+
#: includes/B2S/Insights/Item.php:50 includes/B2S/RePost/Item.php:127
|
3034 |
+
msgid "Posts"
|
3035 |
+
msgstr ""
|
3036 |
+
|
3037 |
+
#: includes/B2S/Insights/Item.php:75 includes/B2S/Post/Item.php:737
|
3038 |
+
msgid "show"
|
3039 |
+
msgstr ""
|
3040 |
+
|
3041 |
+
#: includes/B2S/Insights/Item.php:76 includes/B2S/Post/Item.php:750
|
3042 |
+
#, php-format
|
3043 |
+
msgid "sharing in progress by %s"
|
3044 |
+
msgstr ""
|
3045 |
+
|
3046 |
+
#: includes/B2S/Insights/Item.php:76 includes/B2S/Post/Item.php:750
|
3047 |
+
#, php-format
|
3048 |
+
msgid "shared by %s"
|
3049 |
+
msgstr ""
|
3050 |
+
|
3051 |
+
#: includes/B2S/Insights/Item.php:78 includes/B2S/Post/Item.php:728
|
3052 |
+
#: includes/B2S/Post/Item.php:869 includes/B2S/Ship/Save.php:448
|
3053 |
+
msgid "Retweet"
|
3054 |
+
msgstr ""
|
3055 |
+
|
3056 |
+
#: includes/B2S/Insights/Item.php:78 includes/B2S/Post/Item.php:728
|
3057 |
+
#: includes/B2S/Post/Item.php:869
|
3058 |
+
msgid "Re-Share"
|
3059 |
+
msgstr ""
|
3060 |
+
|
3061 |
#: includes/B2S/Network/Item.php:63
|
3062 |
msgid "Default"
|
3063 |
msgstr ""
|
3325 |
msgid "autopost"
|
3326 |
msgstr ""
|
3327 |
|
3328 |
+
#: includes/B2S/Post/Filter.php:71 includes/B2S/Post/Item.php:775
|
3329 |
msgid "re-share"
|
3330 |
msgstr ""
|
3331 |
|
3385 |
msgid "scheduled post(s)"
|
3386 |
msgstr ""
|
3387 |
|
3388 |
+
#: includes/B2S/Post/Item.php:385
|
3389 |
msgid "You have not saved any drafts."
|
3390 |
msgstr ""
|
3391 |
|
3392 |
+
#: includes/B2S/Post/Item.php:389
|
3393 |
msgid "You have no posts in your queue."
|
3394 |
msgstr ""
|
3395 |
|
3396 |
+
#: includes/B2S/Post/Item.php:391
|
3397 |
msgid "You have not published or scheduled any posts."
|
3398 |
msgstr ""
|
3399 |
|
3400 |
+
#: includes/B2S/Post/Item.php:414
|
3401 |
msgid "curated post"
|
3402 |
msgstr ""
|
3403 |
|
3404 |
+
#: includes/B2S/Post/Item.php:419 includes/B2S/Post/Item.php:517
|
3405 |
+
#: includes/B2S/Post/Item.php:565
|
3406 |
msgid "last shared on social media"
|
3407 |
msgstr ""
|
3408 |
|
3409 |
+
#: includes/B2S/Post/Item.php:431 includes/B2S/Post/Item.php:528
|
3410 |
+
#: includes/B2S/Post/Item.php:530 includes/B2S/Post/Item.php:551
|
3411 |
+
#: includes/B2S/Post/Item.php:574
|
3412 |
msgid "Share on Social Media"
|
3413 |
msgstr ""
|
3414 |
|
3415 |
+
#: includes/B2S/Post/Item.php:435 includes/B2S/Post/Item.php:578
|
3416 |
msgid "load Draft"
|
3417 |
msgstr ""
|
3418 |
|
3419 |
+
#: includes/B2S/Post/Item.php:437 includes/B2S/Post/Item.php:536
|
3420 |
+
#: includes/B2S/Post/Item.php:556 includes/B2S/Post/Item.php:580
|
3421 |
#: includes/PRG/Post/Item.php:121
|
3422 |
msgid "Author"
|
3423 |
msgstr ""
|
3424 |
|
3425 |
+
#: includes/B2S/Post/Item.php:455 includes/B2S/Post/Item.php:479
|
3426 |
+
#: includes/B2S/Post/Item.php:501 includes/B2S/Post/Item.php:598
|
3427 |
msgid "Details"
|
3428 |
msgstr ""
|
3429 |
|
3430 |
+
#: includes/B2S/Post/Item.php:457
|
3431 |
msgid "shared social media posts"
|
3432 |
msgstr ""
|
3433 |
|
3434 |
+
#: includes/B2S/Post/Item.php:457
|
3435 |
#, php-format
|
3436 |
msgid "latest share by %s"
|
3437 |
msgstr ""
|
3438 |
|
3439 |
+
#: includes/B2S/Post/Item.php:481 includes/B2S/Post/Item.php:601
|
3440 |
#: views/b2s/widgets/activity.php:10
|
3441 |
msgid "scheduled social media posts"
|
3442 |
msgstr ""
|
3443 |
|
3444 |
+
#: includes/B2S/Post/Item.php:481 includes/B2S/Post/Item.php:601
|
3445 |
#, php-format
|
3446 |
msgid "next share by %s"
|
3447 |
msgstr ""
|
3448 |
|
3449 |
+
#: includes/B2S/Post/Item.php:503
|
3450 |
msgid "social media posts ready to be shared"
|
3451 |
msgstr ""
|
3452 |
|
3453 |
+
#: includes/B2S/Post/Item.php:514
|
3454 |
msgid "via Browser-Extension"
|
3455 |
msgstr ""
|
3456 |
|
3457 |
+
#: includes/B2S/Post/Item.php:536
|
3458 |
msgid "saved"
|
3459 |
msgstr ""
|
3460 |
|
3461 |
+
#: includes/B2S/Post/Item.php:556
|
3462 |
msgid "last saved"
|
3463 |
msgstr ""
|
3464 |
|
3465 |
+
#: includes/B2S/Post/Item.php:734 includes/B2S/Post/Item.php:804
|
3466 |
+
#: includes/B2S/Post/Item.php:875 includes/B2S/RePost/Item.php:130
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3467 |
msgid "select all"
|
3468 |
msgstr ""
|
3469 |
|
3470 |
+
#: includes/B2S/Post/Item.php:744 includes/B2S/Ship/Save.php:459
|
|
|
|
|
|
|
|
|
3471 |
msgid "Please see"
|
3472 |
msgstr ""
|
3473 |
|
3474 |
+
#: includes/B2S/Post/Item.php:744 includes/B2S/Ship/Save.php:459
|
3475 |
msgid "FAQ"
|
3476 |
msgstr ""
|
3477 |
|
3478 |
+
#: includes/B2S/Post/Item.php:771 includes/B2S/Post/Item.php:784
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3479 |
msgid "You want to delete a publish post entry?"
|
3480 |
msgstr ""
|
3481 |
|
3482 |
+
#: includes/B2S/Post/Item.php:772 includes/B2S/Post/Item.php:785
|
3483 |
msgid "delete from reporting"
|
3484 |
msgstr ""
|
3485 |
|
3486 |
+
#: includes/B2S/Post/Item.php:807
|
3487 |
#, php-format
|
3488 |
msgid "is waiting to shared by %s"
|
3489 |
msgstr ""
|
3490 |
|
3491 |
+
#: includes/B2S/Post/Item.php:837 includes/B2S/Ship/Save.php:429
|
3492 |
msgid "share"
|
3493 |
msgstr ""
|
3494 |
|
3495 |
+
#: includes/B2S/Post/Item.php:845
|
3496 |
msgid "You want to delete your Social Media post?"
|
3497 |
msgstr ""
|
3498 |
|
3499 |
+
#: includes/B2S/Post/Item.php:888
|
3500 |
#, php-format
|
3501 |
msgid "last modified by %s"
|
3502 |
msgstr ""
|
3503 |
|
3504 |
+
#: includes/B2S/Post/Item.php:890
|
3505 |
msgid "is currently being processed by the network"
|
3506 |
msgstr ""
|
3507 |
|
3508 |
+
#: includes/B2S/Post/Item.php:895
|
3509 |
#, php-format
|
3510 |
msgid "scheduled by %s"
|
3511 |
msgstr ""
|
3512 |
|
3513 |
+
#: includes/B2S/Post/Item.php:900
|
3514 |
msgid "You want to edit your scheduled post?"
|
3515 |
msgstr ""
|
3516 |
|
3517 |
+
#: includes/B2S/Post/Item.php:901
|
3518 |
msgid "edit"
|
3519 |
msgstr ""
|
3520 |
|
3521 |
+
#: includes/B2S/Post/Item.php:913
|
3522 |
msgid "delete scheduling"
|
3523 |
msgstr ""
|
3524 |
|
3653 |
msgid "Queue"
|
3654 |
msgstr ""
|
3655 |
|
|
|
|
|
|
|
|
|
3656 |
#: includes/B2S/RePost/Item.php:131
|
3657 |
msgid "delete selected posts"
|
3658 |
msgstr ""
|
4161 |
msgid "Enable Retweets for all Tweets with the selected profile"
|
4162 |
msgstr ""
|
4163 |
|
4164 |
+
#: includes/B2S/Ship/Item.php:1114 views/b2s/partials/post-edit-modal.php:78
|
4165 |
msgid "Delay"
|
4166 |
msgstr ""
|
4167 |
|
4168 |
#: includes/B2S/Ship/Item.php:1124 includes/B2S/Ship/Item.php:1125
|
4169 |
#: includes/B2S/Ship/Item.php:1126 includes/B2S/Ship/Item.php:1127
|
4170 |
+
#: views/b2s/partials/post-edit-modal.php:82
|
4171 |
+
#: views/b2s/partials/post-edit-modal.php:83
|
4172 |
+
#: views/b2s/partials/post-edit-modal.php:84
|
4173 |
+
#: views/b2s/partials/post-edit-modal.php:85
|
4174 |
msgid "min"
|
4175 |
msgstr ""
|
4176 |
|
4186 |
msgid "Schedule Recurrent Post"
|
4187 |
msgstr ""
|
4188 |
|
4189 |
+
#: includes/B2S/Ship/Item.php:1193 views/b2s/partials/post-edit-modal.php:52
|
4190 |
msgid ""
|
4191 |
"Please note: Your account is connected via an old XING API that is no longer "
|
4192 |
"supported by XING after March 31. Please connect your XING profile, as well "
|
4196 |
"the new XING."
|
4197 |
msgstr ""
|
4198 |
|
4199 |
+
#: includes/B2S/Ship/Item.php:1197 views/b2s/partials/post-edit-modal.php:56
|
4200 |
msgid ""
|
4201 |
"Please note: Google will shut down Google+ for all private accounts "
|
4202 |
"(profiles, pages, groups) on 2nd April 2019. You can find further "
|
4268 |
msgid "Timespan"
|
4269 |
msgstr ""
|
4270 |
|
4271 |
+
#: includes/B2S/Ship/Item.php:1264 views/b2s/partials/post-edit-modal.php:68
|
4272 |
+
#: views/b2s/partials/post-edit-modal.php:71
|
4273 |
msgid "Time"
|
4274 |
msgstr ""
|
4275 |
|
4884 |
"heartbeats for using Blog2Social! See also:"
|
4885 |
msgstr ""
|
4886 |
|
4887 |
+
#: views/b2s/html/header.php:65
|
4888 |
+
msgid ""
|
4889 |
+
"WordPress session timeout: For security reasons, WordPress will let your "
|
4890 |
+
"session expire automatically if your site has been inactive for a while. "
|
4891 |
+
"Please reload this page to go on with your current action."
|
4892 |
msgstr ""
|
4893 |
|
4894 |
#: views/b2s/html/header.php:72
|
5269 |
msgid "This post is blocked by %1"
|
5270 |
msgstr ""
|
5271 |
|
5272 |
+
#: views/b2s/partials/post-edit-modal.php:89
|
5273 |
msgid "The orginal tweet is scheduled on:"
|
5274 |
msgstr ""
|
5275 |
|
5276 |
+
#: views/b2s/partials/post-edit-modal.php:106
|
5277 |
msgid "Change details"
|
5278 |
msgstr ""
|
5279 |
|
5425 |
msgid "Your message was not successfully transmitted. Please try again!"
|
5426 |
msgstr ""
|
5427 |
|
5428 |
+
#: views/prg/html/header.php:39
|
5429 |
+
msgid "The link you followed has expired. Please refresh your page."
|
5430 |
+
msgstr ""
|
5431 |
+
|
5432 |
#: views/prg/html/header.php:53
|
5433 |
msgid ""
|
5434 |
"PR-Gateway offers a paid online distribution service for submitting press "
|
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.6
|
8 |
-
Stable tag: 6.6.
|
9 |
License: GPLv3
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -221,6 +221,8 @@ To get started with the basics of Blog2Social and maybe find some useful tips an
|
|
221 |
7. Keep track of your shared posts and scheduling plan with the Social Media Calendar.
|
222 |
|
223 |
== Changelog ==
|
|
|
|
|
224 |
= 6.6.3 =
|
225 |
Usability Optimization
|
226 |
= 6.6.2 =
|
@@ -315,6 +317,8 @@ Usability Optimization
|
|
315 |
Content Curation with links, WooCommerce compatibility, gutenberg editor compatibility
|
316 |
|
317 |
== Upgrade Notice ==
|
|
|
|
|
318 |
= 6.6.3 =
|
319 |
Usability Optimization
|
320 |
= 6.6.2 =
|
5 |
Donate link: https://paypal.me/adenion
|
6 |
Requires at least: 4.7.0
|
7 |
Tested up to: 5.6
|
8 |
+
Stable tag: 6.6.4
|
9 |
License: GPLv3
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
221 |
7. Keep track of your shared posts and scheduling plan with the Social Media Calendar.
|
222 |
|
223 |
== Changelog ==
|
224 |
+
= 6.6.4 =
|
225 |
+
Usability Optimization
|
226 |
= 6.6.3 =
|
227 |
Usability Optimization
|
228 |
= 6.6.2 =
|
317 |
Content Curation with links, WooCommerce compatibility, gutenberg editor compatibility
|
318 |
|
319 |
== Upgrade Notice ==
|
320 |
+
= 6.6.4 =
|
321 |
+
Usability Optimization
|
322 |
= 6.6.3 =
|
323 |
Usability Optimization
|
324 |
= 6.6.2 =
|
views/b2s/html/header.php
CHANGED
@@ -62,7 +62,7 @@ if (!B2S_System::isblockedArea('B2S_USER_POLICY', B2S_PLUGIN_ADMIN)) {
|
|
62 |
</div>
|
63 |
<div class="panel panel-group b2s-nonce-check-fail" style="display: none;">
|
64 |
<div class="panel-body">
|
65 |
-
<span class="glyphicon glyphicon-remove glyphicon-danger"></span> <?php esc_html_e('
|
66 |
</div>
|
67 |
</div>
|
68 |
|
62 |
</div>
|
63 |
<div class="panel panel-group b2s-nonce-check-fail" style="display: none;">
|
64 |
<div class="panel-body">
|
65 |
+
<span class="glyphicon glyphicon-remove glyphicon-danger"></span> <?php esc_html_e('WordPress session timeout: For security reasons, WordPress will let your session expire automatically if your site has been inactive for a while. Please reload this page to go on with your current action.', 'blog2social'); ?>
|
66 |
</div>
|
67 |
</div>
|
68 |
|
views/b2s/ship.php
CHANGED
@@ -21,7 +21,7 @@ $optionUserTimeZone = $options->_getOption('user_time_zone');
|
|
21 |
$userTimeZone = ($optionUserTimeZone !== false) ? $optionUserTimeZone : get_option('timezone_string');
|
22 |
$userTimeZoneOffset = (empty($userTimeZone)) ? get_option('gmt_offset') : B2S_Util::getOffsetToUtcByTimeZone($userTimeZone);
|
23 |
$isPremium = (B2S_PLUGIN_USER_VERSION == 0) ? '<span class="label label-success">' . esc_html__("SMART", "blog2social") . '</span>' : '';
|
24 |
-
$selSchedDate = (isset($_GET['schedDate']) && !empty($_GET['schedDate'])) ? date("Y-m-d", (strtotime($_GET['schedDate'] . ' ' . B2S_Util::getCustomLocaleDateTime($userTimeZoneOffset, 'H:i:s')) + 3600)) : ( (isset($_GET['schedDateTime']) && !empty($_GET['schedDateTime'])) ? date("Y-m-d", strtotime(B2S_Util::getUTCForDate($_GET['schedDateTime'], $userTimeZoneOffset * (-1)))) : '' ); //routing from calendar or curated content
|
25 |
$b2sGeneralOptions = get_option('B2S_PLUGIN_GENERAL_OPTIONS');
|
26 |
$isDraft = false;
|
27 |
if (isset($_GET['type']) && $_GET['type'] == 'draft' && isset($_GET['postId']) && (int) $_GET['postId'] > 0) {
|
21 |
$userTimeZone = ($optionUserTimeZone !== false) ? $optionUserTimeZone : get_option('timezone_string');
|
22 |
$userTimeZoneOffset = (empty($userTimeZone)) ? get_option('gmt_offset') : B2S_Util::getOffsetToUtcByTimeZone($userTimeZone);
|
23 |
$isPremium = (B2S_PLUGIN_USER_VERSION == 0) ? '<span class="label label-success">' . esc_html__("SMART", "blog2social") . '</span>' : '';
|
24 |
+
$selSchedDate = (isset($_GET['schedDate']) && !empty($_GET['schedDate'])) ? date("Y-m-d", (strtotime($_GET['schedDate'] . ' ' . B2S_Util::getCustomLocaleDateTime($userTimeZoneOffset, 'H:i:s')) + 3600)) : ( (isset($_GET['schedDateTime']) && !empty($_GET['schedDateTime'])) ? date("Y-m-d H:i:s", strtotime(B2S_Util::getUTCForDate($_GET['schedDateTime'], $userTimeZoneOffset * (-1)))) : '' ); //routing from calendar or curated content
|
25 |
$b2sGeneralOptions = get_option('B2S_PLUGIN_GENERAL_OPTIONS');
|
26 |
$isDraft = false;
|
27 |
if (isset($_GET['type']) && $_GET['type'] == 'draft' && isset($_GET['postId']) && (int) $_GET['postId'] > 0) {
|