Version Description
General Usabilitiy and Performance Optimization.
Download this release
Release Info
Developer | Blog2Social |
Plugin | Blog2Social: Social Media Auto Post & Scheduler |
Version | 4.2.1 |
Comparing to | |
See all releases |
Code changes from version 4.2.0 to 4.2.1
- includes/System.php +2 -2
- includes/Util.php +1 -1
- index.php +2 -2
- languages/blog2social-de_DE.mo +0 -0
- languages/blog2social-de_DE.po +138 -125
- languages/blog2social-fr_FR.mo +0 -0
- languages/blog2social-fr_FR.po +132 -119
- readme.txt +5 -1
- views/b2s/html/header.phtml +9 -0
includes/System.php
CHANGED
@@ -13,9 +13,9 @@ class B2S_System {
|
|
13 |
if (!$this->checkCurl()) {
|
14 |
$result['curl'] = false;
|
15 |
}
|
16 |
-
if(!$this->checkPHP()){
|
17 |
$result['php'] = false;
|
18 |
-
}
|
19 |
}
|
20 |
if ($action == 'after') {
|
21 |
if (!$this->checkDbTables()) {
|
13 |
if (!$this->checkCurl()) {
|
14 |
$result['curl'] = false;
|
15 |
}
|
16 |
+
/*if(!$this->checkPHP()){
|
17 |
$result['php'] = false;
|
18 |
+
}*/
|
19 |
}
|
20 |
if ($action == 'after') {
|
21 |
if (!$this->checkDbTables()) {
|
includes/Util.php
CHANGED
@@ -459,7 +459,7 @@ class B2S_Util {
|
|
459 |
return $result[$postLang];
|
460 |
}
|
461 |
|
462 |
-
public static function createTimezoneList($selected = '', $region = DateTimeZone::ALL
|
463 |
$timezones = timezone_identifiers_list($region);
|
464 |
if (!$timezones) {
|
465 |
return false;
|
459 |
return $result[$postLang];
|
460 |
}
|
461 |
|
462 |
+
public static function createTimezoneList($selected = '', $region = 2047) { //DateTimeZone::ALL == 2047 >=PHP 5.5.3 constant not set
|
463 |
$timezones = timezone_identifiers_list($region);
|
464 |
if (!$timezones) {
|
465 |
return false;
|
index.php
CHANGED
@@ -7,12 +7,12 @@
|
|
7 |
* Author: Blog2Social, Adenion
|
8 |
* Text Domain: blog2social
|
9 |
* Domain Path: /languages
|
10 |
-
* Version: 4.2.
|
11 |
* Author URI: https://www.blog2social.com
|
12 |
* License: GPL2+
|
13 |
*/
|
14 |
//B2SDefine
|
15 |
-
define('B2S_PLUGIN_VERSION', '
|
16 |
define('B2S_PLUGIN_LANGUAGE', serialize(array('de_DE', 'en_US')));
|
17 |
define('B2S_PLUGIN_DIR', plugin_dir_path(__FILE__));
|
18 |
define('B2S_PLUGIN_URL', plugin_dir_url(__FILE__));
|
7 |
* Author: Blog2Social, Adenion
|
8 |
* Text Domain: blog2social
|
9 |
* Domain Path: /languages
|
10 |
+
* Version: 4.2.1
|
11 |
* Author URI: https://www.blog2social.com
|
12 |
* License: GPL2+
|
13 |
*/
|
14 |
//B2SDefine
|
15 |
+
define('B2S_PLUGIN_VERSION', '421');
|
16 |
define('B2S_PLUGIN_LANGUAGE', serialize(array('de_DE', 'en_US')));
|
17 |
define('B2S_PLUGIN_DIR', plugin_dir_path(__FILE__));
|
18 |
define('B2S_PLUGIN_URL', plugin_dir_url(__FILE__));
|
languages/blog2social-de_DE.mo
CHANGED
Binary file
|
languages/blog2social-de_DE.po
CHANGED
@@ -4,7 +4,7 @@ msgstr ""
|
|
4 |
"Stable (latest release)\n"
|
5 |
"Report-Msgid-Bugs-To: \n"
|
6 |
"POT-Creation-Date: Thu May 18 2017 09:57:01 GMT+0200\n"
|
7 |
-
"PO-Revision-Date:
|
8 |
"Last-Translator: admin <s.buerger@adenion.de>\n"
|
9 |
"Language-Team: \n"
|
10 |
"Language: German\n"
|
@@ -23,6 +23,28 @@ msgstr ""
|
|
23 |
"esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
|
24 |
"X-Loco-Target-Locale: de_DE"
|
25 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
#: ../../plugins/blog2social-v-3/includes/B2S/Network/Item.php:44
|
27 |
msgid "Show all"
|
28 |
msgstr "alle anzeigen"
|
@@ -40,80 +62,6 @@ msgstr "weitere Profile:"
|
|
40 |
msgid "Connections"
|
41 |
msgstr "Verbindungen"
|
42 |
|
43 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Image.php:62 ../..
|
44 |
-
#: /plugins/blog2social-v-3/includes/B2S/Ship/Image.php:64
|
45 |
-
msgid "Image upload / Mediathek"
|
46 |
-
msgstr "Bild hochladen / Mediathek"
|
47 |
-
|
48 |
-
#: ../../plugins/blog2social-v-3/includes/Init.php:107
|
49 |
-
msgid "Manually share on Social Media"
|
50 |
-
msgstr "Manuell auf Social Media teilen"
|
51 |
-
|
52 |
-
#: ../../plugins/blog2social-v-3/includes/Init.php:116
|
53 |
-
msgid "Auto-Post on Social Media"
|
54 |
-
msgstr "Automatisch auf Social Media teilen"
|
55 |
-
|
56 |
-
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:25
|
57 |
-
msgid "Blog2Social: Customize & Schedule Social Media Posts"
|
58 |
-
msgstr "Blog2Social : Beiträge anpassen & planen"
|
59 |
-
|
60 |
-
#: ../../plugins/blog2social-v-3/views/b2s/network.php:28
|
61 |
-
msgid "Delete"
|
62 |
-
msgstr "löschen"
|
63 |
-
|
64 |
-
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:44
|
65 |
-
msgid "Load My Time Settings"
|
66 |
-
msgstr "Meine Zeit-Einstellungen laden"
|
67 |
-
|
68 |
-
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:50
|
69 |
-
msgid "Load Best Time Scheduler"
|
70 |
-
msgstr "Beste Zeiten laden"
|
71 |
-
|
72 |
-
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:129
|
73 |
-
msgid "Save Network Selection"
|
74 |
-
msgstr "Netzwerkauswahl speichern"
|
75 |
-
|
76 |
-
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:371
|
77 |
-
msgid "Need to schedule your posts?"
|
78 |
-
msgstr "Du möchtest Deine Beiträge planen?"
|
79 |
-
|
80 |
-
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:374
|
81 |
-
msgid "Blog2Social Premium covers everything you need."
|
82 |
-
msgstr "Blog2Social Premium deckt alles ab, was Du brauchst."
|
83 |
-
|
84 |
-
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:378
|
85 |
-
msgid ""
|
86 |
-
"You want to publish a post on a specific date? No problem! Just enter your "
|
87 |
-
"desired date and you are ready to go!"
|
88 |
-
msgstr ""
|
89 |
-
"Du möchtest einen Beitrag an einem ganz bestimmten Datum veröffentlichen? "
|
90 |
-
"Kein Problem! Stelle einfach Dein Wunschdatum ein und los geht’s!"
|
91 |
-
|
92 |
-
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:381
|
93 |
-
msgid ""
|
94 |
-
"You have a timeless contribution that everyone must have seen? Plan your "
|
95 |
-
"publications once as an appointment."
|
96 |
-
msgstr ""
|
97 |
-
"Du hast einen zeitlosen Beitrag, den einfach jeder gesehen haben muss? Plane "
|
98 |
-
"Deine Veröffentlichungen einmal als Terminserie."
|
99 |
-
|
100 |
-
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:384
|
101 |
-
msgid ""
|
102 |
-
"You get too few responses in social media? Maybe there was just no one there "
|
103 |
-
"who could have seen your contribution. Plan the release with the Best Times "
|
104 |
-
"Manager of Blog2Social at the peak times of social media. Your fanbase is "
|
105 |
-
"now listening."
|
106 |
-
msgstr ""
|
107 |
-
"Du erhältst zu wenige Reaktionen in den Social Media? Vielleicht war ja "
|
108 |
-
"einfach gerade keiner da, der Deinen Beitrag hätte sehen können. Plane die "
|
109 |
-
"Veröffentlichung mit dem Beste Zeiten Manager von Blog2Social zu den "
|
110 |
-
"Stoßzeiten der Social Media. Deine Fanbase hört jetzt zu."
|
111 |
-
|
112 |
-
#: ../../plugins/blog2social-v-3/includes/B2S/Network/Item.php:44 ../..
|
113 |
-
#: /plugins/blog2social-v-3/includes/B2S/Ship/Navbar.php:32
|
114 |
-
msgid "Default"
|
115 |
-
msgstr "Standard"
|
116 |
-
|
117 |
#: ../../plugins/blog2social-v-3/includes/B2S/Network/Item.php:107 ../..
|
118 |
#: /plugins/blog2social-v-3/includes/B2S/Network/Item.php:145 ../..
|
119 |
#: /plugins/blog2social-v-3/includes/B2S/Network/Item.php:147 ../..
|
@@ -593,6 +541,11 @@ msgstr "Bild für alle Netzwerke übernehmen"
|
|
593 |
msgid "Apply image for this network"
|
594 |
msgstr "Bild für dieses Netzwerk übernehmen"
|
595 |
|
|
|
|
|
|
|
|
|
|
|
596 |
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Image.php:68
|
597 |
msgid "Select or upload an image from mediathek"
|
598 |
msgstr "Bild aus Mediathek auswählen oder hochladen"
|
@@ -779,6 +732,14 @@ msgstr "Anzahl geteilter Beiträge"
|
|
779 |
msgid "Number of scheduled posts"
|
780 |
msgstr "Anzahl der geplanten Posts"
|
781 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
782 |
#: ../../plugins/blog2social-v-3/includes/Init.php:281
|
783 |
msgid "This post will be shared into your social media on"
|
784 |
msgstr "Dein Beitrag ist zur Veröffentlichung in den Social Media geplant ab dem"
|
@@ -954,6 +915,10 @@ msgstr ""
|
|
954 |
msgid "Customize & Schedule Social Media Posts"
|
955 |
msgstr "Social Media Posts anpassen & planen"
|
956 |
|
|
|
|
|
|
|
|
|
957 |
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:28
|
958 |
msgid ""
|
959 |
"Customize and schedule your social media posts on the one page preview for "
|
@@ -969,7 +934,7 @@ msgstr ""
|
|
969 |
"Community zu erzielen"
|
970 |
|
971 |
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:46 ../..
|
972 |
-
#: /plugins/blog2social-v-3/views/b2s/html/header.phtml:
|
973 |
msgid "Please see FAQ"
|
974 |
msgstr "Siehe FAQ"
|
975 |
|
@@ -979,14 +944,14 @@ msgstr "letzter Auto-Post:"
|
|
979 |
|
980 |
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:69 ../..
|
981 |
#: /plugins/blog2social-v-3/views/b2s/ship.php:498 ../../plugins/blog2social-v-
|
982 |
-
#: 3/views/b2s/html/header.phtml:
|
983 |
msgid "The connection to the server failed. Try again!"
|
984 |
msgstr ""
|
985 |
"Eine Verbindung zum Server konnte nicht hergestellt werden. Versuche es "
|
986 |
"erneut!"
|
987 |
|
988 |
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:70 ../..
|
989 |
-
#: /plugins/blog2social-v-3/views/b2s/html/header.phtml:
|
990 |
msgid ""
|
991 |
"WordPress uses heartbeats by default, Blog2Social as well. Please enable "
|
992 |
"heartbeats for using Blog2Social!"
|
@@ -1102,7 +1067,7 @@ msgstr "Mit Blog2Social kannst Du:"
|
|
1102 |
#: 3/views/b2s/html/footer.phtml:127 ../../plugins/blog2social-v-
|
1103 |
#: 3/views/b2s/html/footer.phtml:195 ../../plugins/blog2social-v-
|
1104 |
#: 3/views/b2s/html/footer.phtml:253 ../../plugins/blog2social-v-
|
1105 |
-
#: 3/views/b2s/html/header.phtml:
|
1106 |
msgid "Post on pages and groups"
|
1107 |
msgstr "Poste auf Seiten und in Gruppen"
|
1108 |
|
@@ -1235,7 +1200,7 @@ msgstr ""
|
|
1235 |
#: 3/views/b2s/html/footer.phtml:138 ../../plugins/blog2social-v-
|
1236 |
#: 3/views/b2s/html/footer.phtml:206 ../../plugins/blog2social-v-
|
1237 |
#: 3/views/b2s/html/footer.phtml:264 ../../plugins/blog2social-v-
|
1238 |
-
#: 3/views/b2s/html/header.phtml:
|
1239 |
msgid "Upgrade to PREMIUM"
|
1240 |
msgstr "Jetzt auf Premium upgraden"
|
1241 |
|
@@ -1399,10 +1364,6 @@ msgstr ""
|
|
1399 |
"com/de/faq/content/1/63/de/systemvoraussetzungen-fuer-die-installation-von-"
|
1400 |
"blog2social.html\" target=\"_blank\">Siehe FAQ</a>"
|
1401 |
|
1402 |
-
#. Plugin Name of the plugin/theme
|
1403 |
-
msgid "Social Media Auto Post & Scheduler"
|
1404 |
-
msgstr "Social Media Auto Post & Scheduler"
|
1405 |
-
|
1406 |
#. #-#-#-#-# blog2social-code.pot (Social Media Auto Post & Scheduler 4.0.0)
|
1407 |
#. #-#-#-#-#
|
1408 |
#. Plugin URI of the plugin/theme
|
@@ -1601,6 +1562,10 @@ msgstr "Premium freischalten"
|
|
1601 |
msgid "filter"
|
1602 |
msgstr "Filter"
|
1603 |
|
|
|
|
|
|
|
|
|
1604 |
#: ../../plugins/blog2social-v-3/views/b2s/network.php:33 ../..
|
1605 |
#: /plugins/blog2social-v-3/views/b2s/network.php:36 ../../plugins/blog2social-v-
|
1606 |
#: 3/views/b2s/network.php:69 ../../plugins/blog2social-v-3/views/b2s/network.php:
|
@@ -1822,6 +1787,14 @@ msgstr "zum Seitenende"
|
|
1822 |
msgid "You want to load your time settings?"
|
1823 |
msgstr "Du möchtest Deine Zeiten laden?"
|
1824 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1825 |
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:84
|
1826 |
msgid "Social Accounts"
|
1827 |
msgstr "Social Media Konten"
|
@@ -1834,6 +1807,10 @@ msgstr "mehr hinzufügen"
|
|
1834 |
msgid "Profiles | Pages | Groups"
|
1835 |
msgstr "Profile | Seiten | Gruppen"
|
1836 |
|
|
|
|
|
|
|
|
|
1837 |
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:138
|
1838 |
msgid "network connected"
|
1839 |
msgstr "Netzwerk verbunden"
|
@@ -1991,6 +1968,42 @@ msgstr "Beitrag planen"
|
|
1991 |
msgid "Ignore & share"
|
1992 |
msgstr "Ignorieren & teilen"
|
1993 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1994 |
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:417
|
1995 |
msgid "Select image for"
|
1996 |
msgstr "Wähle Bild aus für"
|
@@ -2402,125 +2415,125 @@ msgstr ""
|
|
2402 |
"den verschiedenen Social Media geklickt, gelikt oder geteilt wurde. <br>Sie "
|
2403 |
"können den b2s.pm Shortener deaktivieren, um Ihre eigene URL anzuzeigen."
|
2404 |
|
2405 |
-
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:
|
2406 |
msgid "Thank you. You'll now receive the blog updates from Blog2Social."
|
2407 |
msgstr "Vielen Dank. Ab sofort erhältest Du die Blog-Updates von Blog2Social."
|
2408 |
|
2409 |
-
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:
|
2410 |
msgid "This entry could not be removed. It's not yours!"
|
2411 |
msgstr "Der Eintrag kann nicht entfernt werden. Es ist nicht Deiner!"
|
2412 |
|
2413 |
-
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:
|
2414 |
msgid "This entry was removed successful."
|
2415 |
msgstr "Der Eintrag wurde entfernt."
|
2416 |
|
2417 |
-
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:
|
2418 |
msgid "Post was scheduled successfully on your blog!"
|
2419 |
msgstr "Beitrag wurde erfolgreich auf Deinem Blog geplant!"
|
2420 |
|
2421 |
-
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:
|
2422 |
msgid "Post is published successfully on your blog!"
|
2423 |
msgstr "Beitrag wird erfolgreich auf Deinem Blog veröffentlicht!"
|
2424 |
|
2425 |
-
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:
|
2426 |
-
#: /plugins/blog2social-v-3/views/b2s/html/header.phtml:
|
2427 |
msgid "Version"
|
2428 |
msgstr "Version"
|
2429 |
|
2430 |
-
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:
|
2431 |
msgid "is successfully activated."
|
2432 |
msgstr "wurde erfolgreich aktiviert."
|
2433 |
|
2434 |
-
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:
|
2435 |
msgid "Your entered License Key is invalid. Please contact support!"
|
2436 |
msgstr "Dein Lizenzschlüssel ist ungültig. Bitte wende Dich an unseren Support!"
|
2437 |
|
2438 |
-
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:
|
2439 |
msgid "Your license key has reached the maximum number of users."
|
2440 |
msgstr "Dein Lizenzschlüssel hat die maximale Anzahl an Benutzern erreicht."
|
2441 |
|
2442 |
-
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:
|
2443 |
msgid "Your authorization was successful."
|
2444 |
msgstr "Deine Autorisierung war erfolgreich."
|
2445 |
|
2446 |
-
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:
|
2447 |
msgid "Your profile was saved successful."
|
2448 |
msgstr "Dein Profil wurde erfolgreich gespeichert."
|
2449 |
|
2450 |
-
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:
|
2451 |
msgid "Your profile could not be saved."
|
2452 |
msgstr "Dein Profil konnte nicht gespeichert werden."
|
2453 |
|
2454 |
-
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:
|
2455 |
msgid "Your authorization could not be removed."
|
2456 |
msgstr "Deine Autorisierung konnte nicht entfernt werden."
|
2457 |
|
2458 |
-
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:
|
2459 |
msgid "Your authorization was removed successful."
|
2460 |
msgstr "Dein Profil wurde erfolgreich entfernt."
|
2461 |
|
2462 |
-
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:
|
2463 |
msgid "Thank you! Your feedback has been received."
|
2464 |
msgstr "Vielen Dank. Dein Hinweis wurde an uns übermittelt."
|
2465 |
|
2466 |
-
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:
|
2467 |
msgid "Your feedback could not be delivered."
|
2468 |
msgstr "Dein Hinweis konnte nicht übermittelt werden. Bitte versuche es erneut."
|
2469 |
|
2470 |
-
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:
|
2471 |
-
#: /plugins/blog2social-v-3/views/b2s/html/header.phtml:
|
2472 |
msgid "Your settings were successfully saved."
|
2473 |
msgstr "Deine Einstellungen sind gespeichert."
|
2474 |
|
2475 |
-
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:
|
2476 |
msgid "Your settings could not be saved."
|
2477 |
msgstr "Deine Einstellungen konnte nicht gespeichert werden. Versuche es erneut."
|
2478 |
|
2479 |
-
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:
|
2480 |
-
#: /plugins/blog2social-v-3/views/b2s/html/header.phtml:
|
2481 |
msgid "Test Blog2Social PREMIUM 30 days for free"
|
2482 |
msgstr "Teste Blog2Social PREMIUM 30 Tage kostenlos"
|
2483 |
|
2484 |
-
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:
|
2485 |
-
#: /plugins/blog2social-v-3/views/b2s/html/header.phtml:
|
2486 |
msgid "Get Started"
|
2487 |
msgstr "Jetzt loslegen"
|
2488 |
|
2489 |
-
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:
|
2490 |
msgid "Your Blog2Social Premium Free Version is activated for "
|
2491 |
msgstr "Deine Blog2Social Testphase läuft noch"
|
2492 |
|
2493 |
-
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:
|
2494 |
msgid " Days"
|
2495 |
msgstr "Tage"
|
2496 |
|
2497 |
-
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:
|
2498 |
msgid " today"
|
2499 |
msgstr "heute"
|
2500 |
|
2501 |
-
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:
|
2502 |
msgid "Your Blog2Social FREE-TRIAL Version has expired. Did you like this version?"
|
2503 |
msgstr "Deine Blog2Social Testphase ist abgelaufen. Hat es Dir gefallen?"
|
2504 |
|
2505 |
-
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:
|
2506 |
msgid "Yes, I want more"
|
2507 |
msgstr "Ja, ich will mehr"
|
2508 |
|
2509 |
-
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:
|
2510 |
msgid "No, I had enough"
|
2511 |
msgstr "Nein, ich habe genug"
|
2512 |
|
2513 |
-
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:
|
2514 |
#: /plugins/blog2social-v-3/views/b2s/html/service.phtml:15
|
2515 |
msgid "Plans & Pricing"
|
2516 |
msgstr "Versionen & Preise"
|
2517 |
|
2518 |
-
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:
|
2519 |
#: /plugins/blog2social-v-3/views/b2s/html/service.phtml:16
|
2520 |
msgid "Support"
|
2521 |
msgstr "Support"
|
2522 |
|
2523 |
-
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:
|
2524 |
msgid ""
|
2525 |
"The free trial can not be started. This blog has been already registered for "
|
2526 |
"the free trial."
|
@@ -2528,23 +2541,23 @@ msgstr ""
|
|
2528 |
"Die kostenlose Testphase konnte nicht aktiviert werden. Dieser Blog wurde "
|
2529 |
"bereits für die kostenlose Testzeit freigeschaltet."
|
2530 |
|
2531 |
-
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:
|
2532 |
msgid "Social Media Auto-Posting"
|
2533 |
msgstr "Social Media Auto-Posting"
|
2534 |
|
2535 |
-
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:
|
2536 |
msgid "Share on multiple accounts per network"
|
2537 |
msgstr "Auf mehreren Profilen, Seiten und Gruppen teilen"
|
2538 |
|
2539 |
-
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:
|
2540 |
msgid "Best Time Scheduler: Schedule once, multiple times or recurringly."
|
2541 |
msgstr "Beste Zeiten Manager: vordefinierte Zeiten für Deine Beiträge nutzen"
|
2542 |
|
2543 |
-
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:
|
2544 |
msgid "Reporting with links to all published social media posts"
|
2545 |
msgstr "Reporting mit Links zu allen veröffentlichten Social Media Posts"
|
2546 |
|
2547 |
-
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:
|
2548 |
#: /plugins/blog2social-v-3/views/prg/html/form.phtml:141 ../..
|
2549 |
#: /plugins/blog2social-v-3/views/prg/html/form.phtml:143 ../..
|
2550 |
#: /plugins/blog2social-v-3/views/prg/html/form.phtml:218 ../..
|
@@ -2552,7 +2565,7 @@ msgstr "Reporting mit Links zu allen veröffentlichten Social Media Posts"
|
|
2552 |
msgid "E-Mail"
|
2553 |
msgstr "E-Mail"
|
2554 |
|
2555 |
-
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:
|
2556 |
#: /plugins/blog2social-v-3/views/prg/html/form.phtml:91 ../..
|
2557 |
#: /plugins/blog2social-v-3/views/prg/html/form.phtml:100 ../..
|
2558 |
#: /plugins/blog2social-v-3/views/prg/html/form.phtml:168 ../..
|
@@ -2560,7 +2573,7 @@ msgstr "E-Mail"
|
|
2560 |
msgid "First Name"
|
2561 |
msgstr "Vorname"
|
2562 |
|
2563 |
-
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:
|
2564 |
#: /plugins/blog2social-v-3/views/prg/html/form.phtml:92 ../..
|
2565 |
#: /plugins/blog2social-v-3/views/prg/html/form.phtml:103 ../..
|
2566 |
#: /plugins/blog2social-v-3/views/prg/html/form.phtml:169 ../..
|
@@ -2568,7 +2581,7 @@ msgstr "Vorname"
|
|
2568 |
msgid "Last Name"
|
2569 |
msgstr "Nachname"
|
2570 |
|
2571 |
-
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:
|
2572 |
msgid "No credit card required"
|
2573 |
msgstr "keine Kreditkarte notwendig"
|
2574 |
|
4 |
"Stable (latest release)\n"
|
5 |
"Report-Msgid-Bugs-To: \n"
|
6 |
"POT-Creation-Date: Thu May 18 2017 09:57:01 GMT+0200\n"
|
7 |
+
"PO-Revision-Date: Fri Jul 21 2017 11:16:35 GMT+0200\n"
|
8 |
"Last-Translator: admin <s.buerger@adenion.de>\n"
|
9 |
"Language-Team: \n"
|
10 |
"Language: German\n"
|
23 |
"esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
|
24 |
"X-Loco-Target-Locale: de_DE"
|
25 |
|
26 |
+
#. Name of the plugin
|
27 |
+
msgid "Blog2Social: Social Media Auto Post & Scheduler"
|
28 |
+
msgstr "Blog2Social: Social Media Auto Post & Scheduler"
|
29 |
+
|
30 |
+
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:10
|
31 |
+
msgid ""
|
32 |
+
"To use all features of Blog2Social, PHP version 5.5.3 or higher is required. "
|
33 |
+
"Our support assists you as of PHP version 5.5.3. See also:"
|
34 |
+
msgstr ""
|
35 |
+
"Um alle Funktionen von Blog2Social zu nutzen, wird PHP Version 5.5.3 oder "
|
36 |
+
"höher benötigt. Unser Support unterstützt Dich ab PHP Version 5.5.3. Siehe "
|
37 |
+
"auch:"
|
38 |
+
|
39 |
+
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:11
|
40 |
+
msgid "Technical requirements for Blog2Social"
|
41 |
+
msgstr "Technische Vorraussetzungen für Blog2Social"
|
42 |
+
|
43 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Network/Item.php:44 ../..
|
44 |
+
#: /plugins/blog2social-v-3/includes/B2S/Ship/Navbar.php:32
|
45 |
+
msgid "Default"
|
46 |
+
msgstr "Standard"
|
47 |
+
|
48 |
#: ../../plugins/blog2social-v-3/includes/B2S/Network/Item.php:44
|
49 |
msgid "Show all"
|
50 |
msgstr "alle anzeigen"
|
62 |
msgid "Connections"
|
63 |
msgstr "Verbindungen"
|
64 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
#: ../../plugins/blog2social-v-3/includes/B2S/Network/Item.php:107 ../..
|
66 |
#: /plugins/blog2social-v-3/includes/B2S/Network/Item.php:145 ../..
|
67 |
#: /plugins/blog2social-v-3/includes/B2S/Network/Item.php:147 ../..
|
541 |
msgid "Apply image for this network"
|
542 |
msgstr "Bild für dieses Netzwerk übernehmen"
|
543 |
|
544 |
+
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Image.php:62 ../..
|
545 |
+
#: /plugins/blog2social-v-3/includes/B2S/Ship/Image.php:64
|
546 |
+
msgid "Image upload / Mediathek"
|
547 |
+
msgstr "Bild hochladen / Mediathek"
|
548 |
+
|
549 |
#: ../../plugins/blog2social-v-3/includes/B2S/Ship/Image.php:68
|
550 |
msgid "Select or upload an image from mediathek"
|
551 |
msgstr "Bild aus Mediathek auswählen oder hochladen"
|
732 |
msgid "Number of scheduled posts"
|
733 |
msgstr "Anzahl der geplanten Posts"
|
734 |
|
735 |
+
#: ../../plugins/blog2social-v-3/includes/Init.php:107
|
736 |
+
msgid "Manually share on Social Media"
|
737 |
+
msgstr "Manuell auf Social Media teilen"
|
738 |
+
|
739 |
+
#: ../../plugins/blog2social-v-3/includes/Init.php:116
|
740 |
+
msgid "Auto-Post on Social Media"
|
741 |
+
msgstr "Automatisch auf Social Media teilen"
|
742 |
+
|
743 |
#: ../../plugins/blog2social-v-3/includes/Init.php:281
|
744 |
msgid "This post will be shared into your social media on"
|
745 |
msgstr "Dein Beitrag ist zur Veröffentlichung in den Social Media geplant ab dem"
|
915 |
msgid "Customize & Schedule Social Media Posts"
|
916 |
msgstr "Social Media Posts anpassen & planen"
|
917 |
|
918 |
+
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:25
|
919 |
+
msgid "Blog2Social: Customize & Schedule Social Media Posts"
|
920 |
+
msgstr "Blog2Social : Beiträge anpassen & planen"
|
921 |
+
|
922 |
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:28
|
923 |
msgid ""
|
924 |
"Customize and schedule your social media posts on the one page preview for "
|
934 |
"Community zu erzielen"
|
935 |
|
936 |
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:46 ../..
|
937 |
+
#: /plugins/blog2social-v-3/views/b2s/html/header.phtml:24
|
938 |
msgid "Please see FAQ"
|
939 |
msgstr "Siehe FAQ"
|
940 |
|
944 |
|
945 |
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:69 ../..
|
946 |
#: /plugins/blog2social-v-3/views/b2s/ship.php:498 ../../plugins/blog2social-v-
|
947 |
+
#: 3/views/b2s/html/header.phtml:29
|
948 |
msgid "The connection to the server failed. Try again!"
|
949 |
msgstr ""
|
950 |
"Eine Verbindung zum Server konnte nicht hergestellt werden. Versuche es "
|
951 |
"erneut!"
|
952 |
|
953 |
#: ../../plugins/blog2social-v-3/includes/MetaBox.php:70 ../..
|
954 |
+
#: /plugins/blog2social-v-3/views/b2s/html/header.phtml:23
|
955 |
msgid ""
|
956 |
"WordPress uses heartbeats by default, Blog2Social as well. Please enable "
|
957 |
"heartbeats for using Blog2Social!"
|
1067 |
#: 3/views/b2s/html/footer.phtml:127 ../../plugins/blog2social-v-
|
1068 |
#: 3/views/b2s/html/footer.phtml:195 ../../plugins/blog2social-v-
|
1069 |
#: 3/views/b2s/html/footer.phtml:253 ../../plugins/blog2social-v-
|
1070 |
+
#: 3/views/b2s/html/header.phtml:200
|
1071 |
msgid "Post on pages and groups"
|
1072 |
msgstr "Poste auf Seiten und in Gruppen"
|
1073 |
|
1200 |
#: 3/views/b2s/html/footer.phtml:138 ../../plugins/blog2social-v-
|
1201 |
#: 3/views/b2s/html/footer.phtml:206 ../../plugins/blog2social-v-
|
1202 |
#: 3/views/b2s/html/footer.phtml:264 ../../plugins/blog2social-v-
|
1203 |
+
#: 3/views/b2s/html/header.phtml:148
|
1204 |
msgid "Upgrade to PREMIUM"
|
1205 |
msgstr "Jetzt auf Premium upgraden"
|
1206 |
|
1364 |
"com/de/faq/content/1/63/de/systemvoraussetzungen-fuer-die-installation-von-"
|
1365 |
"blog2social.html\" target=\"_blank\">Siehe FAQ</a>"
|
1366 |
|
|
|
|
|
|
|
|
|
1367 |
#. #-#-#-#-# blog2social-code.pot (Social Media Auto Post & Scheduler 4.0.0)
|
1368 |
#. #-#-#-#-#
|
1369 |
#. Plugin URI of the plugin/theme
|
1562 |
msgid "filter"
|
1563 |
msgstr "Filter"
|
1564 |
|
1565 |
+
#: ../../plugins/blog2social-v-3/views/b2s/network.php:28
|
1566 |
+
msgid "Delete"
|
1567 |
+
msgstr "löschen"
|
1568 |
+
|
1569 |
#: ../../plugins/blog2social-v-3/views/b2s/network.php:33 ../..
|
1570 |
#: /plugins/blog2social-v-3/views/b2s/network.php:36 ../../plugins/blog2social-v-
|
1571 |
#: 3/views/b2s/network.php:69 ../../plugins/blog2social-v-3/views/b2s/network.php:
|
1787 |
msgid "You want to load your time settings?"
|
1788 |
msgstr "Du möchtest Deine Zeiten laden?"
|
1789 |
|
1790 |
+
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:44
|
1791 |
+
msgid "Load My Time Settings"
|
1792 |
+
msgstr "Meine Zeit-Einstellungen laden"
|
1793 |
+
|
1794 |
+
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:50
|
1795 |
+
msgid "Load Best Time Scheduler"
|
1796 |
+
msgstr "Beste Zeiten laden"
|
1797 |
+
|
1798 |
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:84
|
1799 |
msgid "Social Accounts"
|
1800 |
msgstr "Social Media Konten"
|
1807 |
msgid "Profiles | Pages | Groups"
|
1808 |
msgstr "Profile | Seiten | Gruppen"
|
1809 |
|
1810 |
+
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:129
|
1811 |
+
msgid "Save Network Selection"
|
1812 |
+
msgstr "Netzwerkauswahl speichern"
|
1813 |
+
|
1814 |
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:138
|
1815 |
msgid "network connected"
|
1816 |
msgstr "Netzwerk verbunden"
|
1968 |
msgid "Ignore & share"
|
1969 |
msgstr "Ignorieren & teilen"
|
1970 |
|
1971 |
+
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:371
|
1972 |
+
msgid "Need to schedule your posts?"
|
1973 |
+
msgstr "Du möchtest Deine Beiträge planen?"
|
1974 |
+
|
1975 |
+
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:374
|
1976 |
+
msgid "Blog2Social Premium covers everything you need."
|
1977 |
+
msgstr "Blog2Social Premium deckt alles ab, was Du brauchst."
|
1978 |
+
|
1979 |
+
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:378
|
1980 |
+
msgid ""
|
1981 |
+
"You want to publish a post on a specific date? No problem! Just enter your "
|
1982 |
+
"desired date and you are ready to go!"
|
1983 |
+
msgstr ""
|
1984 |
+
"Du möchtest einen Beitrag an einem ganz bestimmten Datum veröffentlichen? "
|
1985 |
+
"Kein Problem! Stelle einfach Dein Wunschdatum ein und los geht’s!"
|
1986 |
+
|
1987 |
+
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:381
|
1988 |
+
msgid ""
|
1989 |
+
"You have a timeless contribution that everyone must have seen? Plan your "
|
1990 |
+
"publications once as an appointment."
|
1991 |
+
msgstr ""
|
1992 |
+
"Du hast einen zeitlosen Beitrag, den einfach jeder gesehen haben muss? Plane "
|
1993 |
+
"Deine Veröffentlichungen einmal als Terminserie."
|
1994 |
+
|
1995 |
+
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:384
|
1996 |
+
msgid ""
|
1997 |
+
"You get too few responses in social media? Maybe there was just no one there "
|
1998 |
+
"who could have seen your contribution. Plan the release with the Best Times "
|
1999 |
+
"Manager of Blog2Social at the peak times of social media. Your fanbase is "
|
2000 |
+
"now listening."
|
2001 |
+
msgstr ""
|
2002 |
+
"Du erhältst zu wenige Reaktionen in den Social Media? Vielleicht war ja "
|
2003 |
+
"einfach gerade keiner da, der Deinen Beitrag hätte sehen können. Plane die "
|
2004 |
+
"Veröffentlichung mit dem Beste Zeiten Manager von Blog2Social zu den "
|
2005 |
+
"Stoßzeiten der Social Media. Deine Fanbase hört jetzt zu."
|
2006 |
+
|
2007 |
#: ../../plugins/blog2social-v-3/views/b2s/ship.php:417
|
2008 |
msgid "Select image for"
|
2009 |
msgstr "Wähle Bild aus für"
|
2415 |
"den verschiedenen Social Media geklickt, gelikt oder geteilt wurde. <br>Sie "
|
2416 |
"können den b2s.pm Shortener deaktivieren, um Ihre eigene URL anzuzeigen."
|
2417 |
|
2418 |
+
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:18
|
2419 |
msgid "Thank you. You'll now receive the blog updates from Blog2Social."
|
2420 |
msgstr "Vielen Dank. Ab sofort erhältest Du die Blog-Updates von Blog2Social."
|
2421 |
|
2422 |
+
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:36
|
2423 |
msgid "This entry could not be removed. It's not yours!"
|
2424 |
msgstr "Der Eintrag kann nicht entfernt werden. Es ist nicht Deiner!"
|
2425 |
|
2426 |
+
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:41
|
2427 |
msgid "This entry was removed successful."
|
2428 |
msgstr "Der Eintrag wurde entfernt."
|
2429 |
|
2430 |
+
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:50
|
2431 |
msgid "Post was scheduled successfully on your blog!"
|
2432 |
msgstr "Beitrag wurde erfolgreich auf Deinem Blog geplant!"
|
2433 |
|
2434 |
+
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:52
|
2435 |
msgid "Post is published successfully on your blog!"
|
2436 |
msgstr "Beitrag wird erfolgreich auf Deinem Blog veröffentlicht!"
|
2437 |
|
2438 |
+
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:62 ../..
|
2439 |
+
#: /plugins/blog2social-v-3/views/b2s/html/header.phtml:167
|
2440 |
msgid "Version"
|
2441 |
msgstr "Version"
|
2442 |
|
2443 |
+
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:62
|
2444 |
msgid "is successfully activated."
|
2445 |
msgstr "wurde erfolgreich aktiviert."
|
2446 |
|
2447 |
+
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:67
|
2448 |
msgid "Your entered License Key is invalid. Please contact support!"
|
2449 |
msgstr "Dein Lizenzschlüssel ist ungültig. Bitte wende Dich an unseren Support!"
|
2450 |
|
2451 |
+
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:72
|
2452 |
msgid "Your license key has reached the maximum number of users."
|
2453 |
msgstr "Dein Lizenzschlüssel hat die maximale Anzahl an Benutzern erreicht."
|
2454 |
|
2455 |
+
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:79
|
2456 |
msgid "Your authorization was successful."
|
2457 |
msgstr "Deine Autorisierung war erfolgreich."
|
2458 |
|
2459 |
+
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:84
|
2460 |
msgid "Your profile was saved successful."
|
2461 |
msgstr "Dein Profil wurde erfolgreich gespeichert."
|
2462 |
|
2463 |
+
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:89
|
2464 |
msgid "Your profile could not be saved."
|
2465 |
msgstr "Dein Profil konnte nicht gespeichert werden."
|
2466 |
|
2467 |
+
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:94
|
2468 |
msgid "Your authorization could not be removed."
|
2469 |
msgstr "Deine Autorisierung konnte nicht entfernt werden."
|
2470 |
|
2471 |
+
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:99
|
2472 |
msgid "Your authorization was removed successful."
|
2473 |
msgstr "Dein Profil wurde erfolgreich entfernt."
|
2474 |
|
2475 |
+
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:104
|
2476 |
msgid "Thank you! Your feedback has been received."
|
2477 |
msgstr "Vielen Dank. Dein Hinweis wurde an uns übermittelt."
|
2478 |
|
2479 |
+
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:109
|
2480 |
msgid "Your feedback could not be delivered."
|
2481 |
msgstr "Dein Hinweis konnte nicht übermittelt werden. Bitte versuche es erneut."
|
2482 |
|
2483 |
+
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:116 ../..
|
2484 |
+
#: /plugins/blog2social-v-3/views/b2s/html/header.phtml:126
|
2485 |
msgid "Your settings were successfully saved."
|
2486 |
msgstr "Deine Einstellungen sind gespeichert."
|
2487 |
|
2488 |
+
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:121
|
2489 |
msgid "Your settings could not be saved."
|
2490 |
msgstr "Deine Einstellungen konnte nicht gespeichert werden. Versuche es erneut."
|
2491 |
|
2492 |
+
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:134 ../..
|
2493 |
+
#: /plugins/blog2social-v-3/views/b2s/html/header.phtml:190
|
2494 |
msgid "Test Blog2Social PREMIUM 30 days for free"
|
2495 |
msgstr "Teste Blog2Social PREMIUM 30 Tage kostenlos"
|
2496 |
|
2497 |
+
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:134 ../..
|
2498 |
+
#: /plugins/blog2social-v-3/views/b2s/html/header.phtml:223
|
2499 |
msgid "Get Started"
|
2500 |
msgstr "Jetzt loslegen"
|
2501 |
|
2502 |
+
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:143
|
2503 |
msgid "Your Blog2Social Premium Free Version is activated for "
|
2504 |
msgstr "Deine Blog2Social Testphase läuft noch"
|
2505 |
|
2506 |
+
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:146
|
2507 |
msgid " Days"
|
2508 |
msgstr "Tage"
|
2509 |
|
2510 |
+
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:146
|
2511 |
msgid " today"
|
2512 |
msgstr "heute"
|
2513 |
|
2514 |
+
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:156
|
2515 |
msgid "Your Blog2Social FREE-TRIAL Version has expired. Did you like this version?"
|
2516 |
msgstr "Deine Blog2Social Testphase ist abgelaufen. Hat es Dir gefallen?"
|
2517 |
|
2518 |
+
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:157
|
2519 |
msgid "Yes, I want more"
|
2520 |
msgstr "Ja, ich will mehr"
|
2521 |
|
2522 |
+
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:158
|
2523 |
msgid "No, I had enough"
|
2524 |
msgstr "Nein, ich habe genug"
|
2525 |
|
2526 |
+
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:177 ../..
|
2527 |
#: /plugins/blog2social-v-3/views/b2s/html/service.phtml:15
|
2528 |
msgid "Plans & Pricing"
|
2529 |
msgstr "Versionen & Preise"
|
2530 |
|
2531 |
+
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:178 ../..
|
2532 |
#: /plugins/blog2social-v-3/views/b2s/html/service.phtml:16
|
2533 |
msgid "Support"
|
2534 |
msgstr "Support"
|
2535 |
|
2536 |
+
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:196
|
2537 |
msgid ""
|
2538 |
"The free trial can not be started. This blog has been already registered for "
|
2539 |
"the free trial."
|
2541 |
"Die kostenlose Testphase konnte nicht aktiviert werden. Dieser Blog wurde "
|
2542 |
"bereits für die kostenlose Testzeit freigeschaltet."
|
2543 |
|
2544 |
+
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:199
|
2545 |
msgid "Social Media Auto-Posting"
|
2546 |
msgstr "Social Media Auto-Posting"
|
2547 |
|
2548 |
+
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:201
|
2549 |
msgid "Share on multiple accounts per network"
|
2550 |
msgstr "Auf mehreren Profilen, Seiten und Gruppen teilen"
|
2551 |
|
2552 |
+
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:202
|
2553 |
msgid "Best Time Scheduler: Schedule once, multiple times or recurringly."
|
2554 |
msgstr "Beste Zeiten Manager: vordefinierte Zeiten für Deine Beiträge nutzen"
|
2555 |
|
2556 |
+
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:203
|
2557 |
msgid "Reporting with links to all published social media posts"
|
2558 |
msgstr "Reporting mit Links zu allen veröffentlichten Social Media Posts"
|
2559 |
|
2560 |
+
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:206 ../..
|
2561 |
#: /plugins/blog2social-v-3/views/prg/html/form.phtml:141 ../..
|
2562 |
#: /plugins/blog2social-v-3/views/prg/html/form.phtml:143 ../..
|
2563 |
#: /plugins/blog2social-v-3/views/prg/html/form.phtml:218 ../..
|
2565 |
msgid "E-Mail"
|
2566 |
msgstr "E-Mail"
|
2567 |
|
2568 |
+
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:210 ../..
|
2569 |
#: /plugins/blog2social-v-3/views/prg/html/form.phtml:91 ../..
|
2570 |
#: /plugins/blog2social-v-3/views/prg/html/form.phtml:100 ../..
|
2571 |
#: /plugins/blog2social-v-3/views/prg/html/form.phtml:168 ../..
|
2573 |
msgid "First Name"
|
2574 |
msgstr "Vorname"
|
2575 |
|
2576 |
+
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:214 ../..
|
2577 |
#: /plugins/blog2social-v-3/views/prg/html/form.phtml:92 ../..
|
2578 |
#: /plugins/blog2social-v-3/views/prg/html/form.phtml:103 ../..
|
2579 |
#: /plugins/blog2social-v-3/views/prg/html/form.phtml:169 ../..
|
2581 |
msgid "Last Name"
|
2582 |
msgstr "Nachname"
|
2583 |
|
2584 |
+
#: ../../plugins/blog2social-v-3/views/b2s/html/header.phtml:219
|
2585 |
msgid "No credit card required"
|
2586 |
msgstr "keine Kreditkarte notwendig"
|
2587 |
|
languages/blog2social-fr_FR.mo
CHANGED
Binary file
|
languages/blog2social-fr_FR.po
CHANGED
@@ -3,7 +3,7 @@ msgstr ""
|
|
3 |
"Project-Id-Version: Blog2Social V3 - Development Modus\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
"POT-Creation-Date: 2016-10-25 12:18+0200\n"
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: admin <s.buerger@adenion.de>\n"
|
8 |
"Language-Team: French (France) <translate@tips02.fr>\n"
|
9 |
"Language: French (France)\n"
|
@@ -22,6 +22,27 @@ msgstr ""
|
|
22 |
"X-Generator: Loco - https://localise.biz/\n"
|
23 |
"X-Poedit-SearchPath-0: .."
|
24 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
#: ../includes/B2S/Network/Item.php:44
|
26 |
msgid "Show all"
|
27 |
msgstr "Montre tout"
|
@@ -38,78 +59,6 @@ msgstr "plus de profils:"
|
|
38 |
msgid "Connections"
|
39 |
msgstr "Les liaisons"
|
40 |
|
41 |
-
#: ../includes/B2S/Ship/Image.php:62 ../includes/B2S/Ship/Image.php:64
|
42 |
-
msgid "Image upload / Mediathek"
|
43 |
-
msgstr "Téléchargement de l'image"
|
44 |
-
|
45 |
-
#: ../includes/Init.php:107
|
46 |
-
msgid "Manually share on Social Media"
|
47 |
-
msgstr "Partagez manuellement les médias sociaux"
|
48 |
-
|
49 |
-
#: ../includes/Init.php:116
|
50 |
-
msgid "Auto-Post on Social Media"
|
51 |
-
msgstr "Auto-poste sur les médias sociaux"
|
52 |
-
|
53 |
-
#: ../includes/MetaBox.php:25
|
54 |
-
msgid "Blog2Social: Customize & Schedule Social Media Posts"
|
55 |
-
msgstr "Blog2Social: personnaliser et planifier les publications"
|
56 |
-
|
57 |
-
#: ../views/b2s/network.php:28
|
58 |
-
msgid "Delete"
|
59 |
-
msgstr "Effacer"
|
60 |
-
|
61 |
-
#: ../views/b2s/ship.php:44
|
62 |
-
msgid "Load My Time Settings"
|
63 |
-
msgstr "Charger mes paramètres de temps"
|
64 |
-
|
65 |
-
#: ../views/b2s/ship.php:50
|
66 |
-
msgid "Load Best Time Scheduler"
|
67 |
-
msgstr "Load Best Time Scheduler"
|
68 |
-
|
69 |
-
#: ../views/b2s/ship.php:129
|
70 |
-
msgid "Save Network Selection"
|
71 |
-
msgstr "Enregistrer la sélection du réseau"
|
72 |
-
|
73 |
-
#: ../views/b2s/ship.php:371
|
74 |
-
msgid "Need to schedule your posts?"
|
75 |
-
msgstr "Besoin d'organiser vos articles?"
|
76 |
-
|
77 |
-
#: ../views/b2s/ship.php:374
|
78 |
-
msgid "Blog2Social Premium covers everything you need."
|
79 |
-
msgstr "Blog2Social Premium couvre tout ce dont vous avez besoin."
|
80 |
-
|
81 |
-
#: ../views/b2s/ship.php:378
|
82 |
-
msgid ""
|
83 |
-
"You want to publish a post on a specific date? No problem! Just enter your "
|
84 |
-
"desired date and you are ready to go!"
|
85 |
-
msgstr ""
|
86 |
-
"Vous souhaitez publier une publication à une date spécifique? Pas de "
|
87 |
-
"problème! Entrez simplement votre date souhaitée et vous êtes prêt à partir!"
|
88 |
-
|
89 |
-
#: ../views/b2s/ship.php:381
|
90 |
-
msgid ""
|
91 |
-
"You have a timeless contribution that everyone must have seen? Plan your "
|
92 |
-
"publications once as an appointment."
|
93 |
-
msgstr ""
|
94 |
-
"Vous avez une contribution intemporelle que tout le monde doit avoir vu? "
|
95 |
-
"Planifiez vos publications une fois en rendez-vous."
|
96 |
-
|
97 |
-
#: ../views/b2s/ship.php:384
|
98 |
-
msgid ""
|
99 |
-
"You get too few responses in social media? Maybe there was just no one there "
|
100 |
-
"who could have seen your contribution. Plan the release with the Best Times "
|
101 |
-
"Manager of Blog2Social at the peak times of social media. Your fanbase is "
|
102 |
-
"now listening."
|
103 |
-
msgstr ""
|
104 |
-
"Vous obtenez trop peu de réponses dans les médias sociaux? Peut-être qu'il "
|
105 |
-
"n'y avait personne là-bas qui aurait pu voir votre contribution. Planifiez "
|
106 |
-
"la sortie avec Best Times Manager de Blog2Social aux heures de pointe des "
|
107 |
-
"médias sociaux. Votre fanbase écoute maintenant."
|
108 |
-
|
109 |
-
#: ../includes/B2S/Network/Item.php:44 ../includes/B2S/Ship/Navbar.php:32
|
110 |
-
msgid "Default"
|
111 |
-
msgstr "Standard"
|
112 |
-
|
113 |
#: ../includes/B2S/Network/Item.php:107 ../includes/B2S/Network/Item.php:145 ..
|
114 |
#: /includes/B2S/Network/Item.php:147 ../includes/B2S/Settings/Item.php:183 ..
|
115 |
#: /includes/B2S/Settings/Item.php:196 ../includes/B2S/Settings/Item.php:213 ..
|
@@ -528,6 +477,10 @@ msgstr "Appliquer l'image pour tous les réseaux"
|
|
528 |
msgid "Apply image for this network"
|
529 |
msgstr "Appliquer l'image pour ce réseau"
|
530 |
|
|
|
|
|
|
|
|
|
531 |
#: ../includes/B2S/Ship/Image.php:68
|
532 |
msgid "Select or upload an image from mediathek"
|
533 |
msgstr "Téléchargez une image de votre mediathek"
|
@@ -701,6 +654,14 @@ msgstr "Nombre d'articles partagés"
|
|
701 |
msgid "Number of scheduled posts"
|
702 |
msgstr "Nombre d'articles planifiés"
|
703 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
704 |
#: ../includes/Init.php:281
|
705 |
msgid "This post will be shared into your social media on"
|
706 |
msgstr "Ce post sera partagé dans vos médias sociaux sur"
|
@@ -865,6 +826,10 @@ msgstr ""
|
|
865 |
msgid "Customize & Schedule Social Media Posts"
|
866 |
msgstr "Personnaliser et planifier des messages sur les réseaux sociaux"
|
867 |
|
|
|
|
|
|
|
|
|
868 |
#: ../includes/MetaBox.php:28
|
869 |
msgid ""
|
870 |
"Customize and schedule your social media posts on the one page preview for "
|
@@ -880,7 +845,7 @@ msgstr ""
|
|
880 |
"partager périodiquement pour Plus de visibilité et d'engagement avec votre "
|
881 |
"communauté."
|
882 |
|
883 |
-
#: ../includes/MetaBox.php:46 ../views/b2s/html/header.phtml:
|
884 |
msgid "Please see FAQ"
|
885 |
msgstr "Voir les FAQ"
|
886 |
|
@@ -889,11 +854,11 @@ msgid "last auto-post:"
|
|
889 |
msgstr "dernier auto-post:"
|
890 |
|
891 |
#: ../includes/MetaBox.php:69 ../views/b2s/ship.php:498 ../views/b2s/html/header.
|
892 |
-
#: phtml:
|
893 |
msgid "The connection to the server failed. Try again!"
|
894 |
msgstr "Erreur: la connexion au serveur a échoué. Réessayer!"
|
895 |
|
896 |
-
#: ../includes/MetaBox.php:70 ../views/b2s/html/header.phtml:
|
897 |
msgid ""
|
898 |
"WordPress uses heartbeats by default, Blog2Social as well. Please enable "
|
899 |
"heartbeats for using Blog2Social!"
|
@@ -988,7 +953,7 @@ msgstr "Avec Blog2Social Premium, vous pouvez:"
|
|
988 |
#: 102 ../views/b2s/ship.php:285 ../views/b2s/ship.php:345 ../views/b2s/ship.php:
|
989 |
#: 391 ../views/b2s/html/footer.phtml:27 ../views/b2s/html/footer.phtml:127 ..
|
990 |
#: /views/b2s/html/footer.phtml:195 ../views/b2s/html/footer.phtml:253 ..
|
991 |
-
#: /views/b2s/html/header.phtml:
|
992 |
msgid "Post on pages and groups"
|
993 |
msgstr "Poster sur les pages et les groupes"
|
994 |
|
@@ -1077,7 +1042,7 @@ msgstr ""
|
|
1077 |
#: 296 ../views/b2s/ship.php:356 ../views/b2s/ship.php:402 ..
|
1078 |
#: /views/b2s/html/footer.phtml:38 ../views/b2s/html/footer.phtml:138 ..
|
1079 |
#: /views/b2s/html/footer.phtml:206 ../views/b2s/html/footer.phtml:264 ..
|
1080 |
-
#: /views/b2s/html/header.phtml:
|
1081 |
msgid "Upgrade to PREMIUM"
|
1082 |
msgstr "Mettre à jour vers PREMIUM"
|
1083 |
|
@@ -1232,10 +1197,6 @@ msgstr ""
|
|
1232 |
"requirements-for-installing-blog2social.html\" target=\"_blank\">voir la "
|
1233 |
"FAQ</a>"
|
1234 |
|
1235 |
-
#. Name of the plugin
|
1236 |
-
msgid "Social Media Auto Post & Scheduler"
|
1237 |
-
msgstr "Social Media Auto Post & Scheduler"
|
1238 |
-
|
1239 |
#. URI of the plugin
|
1240 |
msgid "https://www.blog2social.com"
|
1241 |
msgstr "https://www.blog2social.com"
|
@@ -1430,6 +1391,10 @@ msgstr "Déblocage Premium"
|
|
1430 |
msgid "filter"
|
1431 |
msgstr "Filtrer"
|
1432 |
|
|
|
|
|
|
|
|
|
1433 |
#: ../views/b2s/network.php:33 ../views/b2s/network.php:36 ../views/b2s/network.
|
1434 |
#: php:69 ../views/b2s/network.php:92
|
1435 |
msgid "Create new profile"
|
@@ -1639,6 +1604,14 @@ msgstr "Faire défiler vers le bas"
|
|
1639 |
msgid "You want to load your time settings?"
|
1640 |
msgstr "Vous voulez charger vos paramètres de temps?"
|
1641 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1642 |
#: ../views/b2s/ship.php:84
|
1643 |
msgid "Social Accounts"
|
1644 |
msgstr "Comptes de réseaux sociaux"
|
@@ -1651,6 +1624,10 @@ msgstr "Ajouter plus..."
|
|
1651 |
msgid "Profiles | Pages | Groups"
|
1652 |
msgstr "Profils | Pages | Groupes"
|
1653 |
|
|
|
|
|
|
|
|
|
1654 |
#: ../views/b2s/ship.php:138
|
1655 |
msgid "network connected"
|
1656 |
msgstr "Réseau connecté"
|
@@ -1804,6 +1781,42 @@ msgstr "Planifiez votre message"
|
|
1804 |
msgid "Ignore & share"
|
1805 |
msgstr "Ignorer & partager"
|
1806 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1807 |
#: ../views/b2s/ship.php:417
|
1808 |
msgid "Select image for"
|
1809 |
msgstr "Sélectionnez l'image pour"
|
@@ -2216,123 +2229,123 @@ msgstr ""
|
|
2216 |
"performances de vos messages de médias sociaux. <br> Vous pouvez désactiver "
|
2217 |
"la b2s.pm Shortener pour montrer votre URL d'origine."
|
2218 |
|
2219 |
-
#: ../views/b2s/html/header.phtml:
|
2220 |
msgid "Thank you. You'll now receive the blog updates from Blog2Social."
|
2221 |
msgstr ""
|
2222 |
"Je vous remercie. Vous recevrez maintenant les mises à jour du blog de "
|
2223 |
"Blog2Social."
|
2224 |
|
2225 |
-
#: ../views/b2s/html/header.phtml:
|
2226 |
msgid "This entry could not be removed. It's not yours!"
|
2227 |
msgstr "Cette entrée ne peut pas être enlevé. Ce n'est pas à toi!"
|
2228 |
|
2229 |
-
#: ../views/b2s/html/header.phtml:
|
2230 |
msgid "This entry was removed successful."
|
2231 |
msgstr "Cette entrée est supprimée avec succès."
|
2232 |
|
2233 |
-
#: ../views/b2s/html/header.phtml:
|
2234 |
msgid "Post was scheduled successfully on your blog!"
|
2235 |
msgstr "Post a été planifié avec succès sur votre blog!"
|
2236 |
|
2237 |
-
#: ../views/b2s/html/header.phtml:
|
2238 |
msgid "Post is published successfully on your blog!"
|
2239 |
msgstr "Post est publié avec succès sur votre blog!"
|
2240 |
|
2241 |
-
#: ../views/b2s/html/header.phtml:
|
2242 |
msgid "Version"
|
2243 |
msgstr "Version"
|
2244 |
|
2245 |
-
#: ../views/b2s/html/header.phtml:
|
2246 |
msgid "is successfully activated."
|
2247 |
msgstr "a été activé avec succès."
|
2248 |
|
2249 |
-
#: ../views/b2s/html/header.phtml:
|
2250 |
msgid "Your entered License Key is invalid. Please contact support!"
|
2251 |
msgstr "La clé de licence saisie est invalide. Contactez le support, svp !"
|
2252 |
|
2253 |
-
#: ../views/b2s/html/header.phtml:
|
2254 |
msgid "Your license key has reached the maximum number of users."
|
2255 |
msgstr "Votre clé de licence a atteint le nombre maximum d'utilisateurs."
|
2256 |
|
2257 |
-
#: ../views/b2s/html/header.phtml:
|
2258 |
msgid "Your authorization was successful."
|
2259 |
msgstr "Votre autorisation est correcte."
|
2260 |
|
2261 |
-
#: ../views/b2s/html/header.phtml:
|
2262 |
msgid "Your profile was saved successful."
|
2263 |
msgstr "Votre profil a été sauvegardé avec succès."
|
2264 |
|
2265 |
-
#: ../views/b2s/html/header.phtml:
|
2266 |
msgid "Your profile could not be saved."
|
2267 |
msgstr "Votre profil n'a pas pu être sauvegardé."
|
2268 |
|
2269 |
-
#: ../views/b2s/html/header.phtml:
|
2270 |
msgid "Your authorization could not be removed."
|
2271 |
msgstr "Votre autorisation ne peut être supprimée."
|
2272 |
|
2273 |
-
#: ../views/b2s/html/header.phtml:
|
2274 |
msgid "Your authorization was removed successful."
|
2275 |
msgstr "Votre autorisation a été supprimée avec succès."
|
2276 |
|
2277 |
-
#: ../views/b2s/html/header.phtml:
|
2278 |
msgid "Thank you! Your feedback has been received."
|
2279 |
msgstr "Merci ! Votre retour d'information a bien été reçu."
|
2280 |
|
2281 |
-
#: ../views/b2s/html/header.phtml:
|
2282 |
msgid "Your feedback could not be delivered."
|
2283 |
msgstr "Votre retour d'information n'a pu être envoyé."
|
2284 |
|
2285 |
-
#: ../views/b2s/html/header.phtml:
|
2286 |
msgid "Your settings were successfully saved."
|
2287 |
msgstr "Vos paramètres ont été sauvegardés avec succès."
|
2288 |
|
2289 |
-
#: ../views/b2s/html/header.phtml:
|
2290 |
msgid "Your settings could not be saved."
|
2291 |
msgstr "Vos paramètres n'ont pu être sauvegardés."
|
2292 |
|
2293 |
-
#: ../views/b2s/html/header.phtml:
|
2294 |
msgid "Test Blog2Social PREMIUM 30 days for free"
|
2295 |
msgstr "Testez Blog2Social PREMIUM 30 jours gratuitement"
|
2296 |
|
2297 |
-
#: ../views/b2s/html/header.phtml:
|
2298 |
msgid "Get Started"
|
2299 |
msgstr "Commencez"
|
2300 |
|
2301 |
-
#: ../views/b2s/html/header.phtml:
|
2302 |
msgid "Your Blog2Social Premium Free Version is activated for "
|
2303 |
msgstr "Votre version Blog2Social Premium gratuite est activée pour "
|
2304 |
|
2305 |
-
#: ../views/b2s/html/header.phtml:
|
2306 |
msgid " Days"
|
2307 |
msgstr " jours"
|
2308 |
|
2309 |
-
#: ../views/b2s/html/header.phtml:
|
2310 |
msgid " today"
|
2311 |
msgstr " aujourd'hui"
|
2312 |
|
2313 |
-
#: ../views/b2s/html/header.phtml:
|
2314 |
msgid "Your Blog2Social FREE-TRIAL Version has expired. Did you like this version?"
|
2315 |
msgstr ""
|
2316 |
"Votre version d'essai gratuit de Blog2Social a expiré. Avez-vous aimé cette "
|
2317 |
"version ?"
|
2318 |
|
2319 |
-
#: ../views/b2s/html/header.phtml:
|
2320 |
msgid "Yes, I want more"
|
2321 |
msgstr "Oui, j'en veux plus"
|
2322 |
|
2323 |
-
#: ../views/b2s/html/header.phtml:
|
2324 |
msgid "No, I had enough"
|
2325 |
msgstr "Non, j'en ai eu assez"
|
2326 |
|
2327 |
-
#: ../views/b2s/html/header.phtml:
|
2328 |
msgid "Plans & Pricing"
|
2329 |
msgstr "Plans & Prix"
|
2330 |
|
2331 |
-
#: ../views/b2s/html/header.phtml:
|
2332 |
msgid "Support"
|
2333 |
msgstr "Support"
|
2334 |
|
2335 |
-
#: ../views/b2s/html/header.phtml:
|
2336 |
msgid ""
|
2337 |
"The free trial can not be started. This blog has been already registered for "
|
2338 |
"the free trial."
|
@@ -2340,45 +2353,45 @@ msgstr ""
|
|
2340 |
"La version gratuite ne peut commencer. Ce blog a déjà été enregistré pour la "
|
2341 |
"version gratuite."
|
2342 |
|
2343 |
-
#: ../views/b2s/html/header.phtml:
|
2344 |
msgid "Social Media Auto-Posting"
|
2345 |
msgstr "Auto-publication des médias sociaux"
|
2346 |
|
2347 |
-
#: ../views/b2s/html/header.phtml:
|
2348 |
msgid "Share on multiple accounts per network"
|
2349 |
msgstr "Partage sur plusieurs comptes par réseau"
|
2350 |
|
2351 |
-
#: ../views/b2s/html/header.phtml:
|
2352 |
msgid "Best Time Scheduler: Schedule once, multiple times or recurringly."
|
2353 |
msgstr ""
|
2354 |
"Best Time Scheduler: Planifiez une fois, plusieurs fois ou de façon "
|
2355 |
"récurrente."
|
2356 |
|
2357 |
-
#: ../views/b2s/html/header.phtml:
|
2358 |
msgid "Reporting with links to all published social media posts"
|
2359 |
msgstr ""
|
2360 |
"Rapports avec des liens vers tous les messages publiés sur les réseaux "
|
2361 |
"sociaux"
|
2362 |
|
2363 |
-
#: ../views/b2s/html/header.phtml:
|
2364 |
#: /views/prg/html/form.phtml:143 ../views/prg/html/form.phtml:218 ..
|
2365 |
#: /views/prg/html/form.phtml:220
|
2366 |
msgid "E-Mail"
|
2367 |
msgstr "E-mail"
|
2368 |
|
2369 |
-
#: ../views/b2s/html/header.phtml:
|
2370 |
#: /views/prg/html/form.phtml:100 ../views/prg/html/form.phtml:168 ..
|
2371 |
#: /views/prg/html/form.phtml:177
|
2372 |
msgid "First Name"
|
2373 |
msgstr "Prénom"
|
2374 |
|
2375 |
-
#: ../views/b2s/html/header.phtml:
|
2376 |
#: /views/prg/html/form.phtml:103 ../views/prg/html/form.phtml:169 ..
|
2377 |
#: /views/prg/html/form.phtml:180
|
2378 |
msgid "Last Name"
|
2379 |
msgstr "Nom"
|
2380 |
|
2381 |
-
#: ../views/b2s/html/header.phtml:
|
2382 |
msgid "No credit card required"
|
2383 |
msgstr "Pas d'information de carte de crédit nécessaire"
|
2384 |
|
3 |
"Project-Id-Version: Blog2Social V3 - Development Modus\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
"POT-Creation-Date: 2016-10-25 12:18+0200\n"
|
6 |
+
"PO-Revision-Date: Fri Jul 21 2017 11:19:06 GMT+0200\n"
|
7 |
"Last-Translator: admin <s.buerger@adenion.de>\n"
|
8 |
"Language-Team: French (France) <translate@tips02.fr>\n"
|
9 |
"Language: French (France)\n"
|
22 |
"X-Generator: Loco - https://localise.biz/\n"
|
23 |
"X-Poedit-SearchPath-0: .."
|
24 |
|
25 |
+
#. Name of the plugin
|
26 |
+
msgid "Blog2Social: Social Media Auto Post & Scheduler"
|
27 |
+
msgstr "Blog2Social: Social Media Auto Post & Scheduler"
|
28 |
+
|
29 |
+
#: ../views/b2s/html/header.phtml:10
|
30 |
+
msgid ""
|
31 |
+
"To use all features of Blog2Social, PHP version 5.5.3 or higher is required. "
|
32 |
+
"Our support assists you as of PHP version 5.5.3. See also:"
|
33 |
+
msgstr ""
|
34 |
+
"Pour utiliser toutes les fonctionnalités de Blog2Social, la version 5.5.3 ou "
|
35 |
+
"ultérieure de PHP est requise. Notre support vous aide à partir de la "
|
36 |
+
"version 5.5.3 de PHP. Voir également:"
|
37 |
+
|
38 |
+
#: ../views/b2s/html/header.phtml:11
|
39 |
+
msgid "Technical requirements for Blog2Social"
|
40 |
+
msgstr "Exigences techniques pour Blog2Social"
|
41 |
+
|
42 |
+
#: ../includes/B2S/Network/Item.php:44 ../includes/B2S/Ship/Navbar.php:32
|
43 |
+
msgid "Default"
|
44 |
+
msgstr "Standard"
|
45 |
+
|
46 |
#: ../includes/B2S/Network/Item.php:44
|
47 |
msgid "Show all"
|
48 |
msgstr "Montre tout"
|
59 |
msgid "Connections"
|
60 |
msgstr "Les liaisons"
|
61 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
#: ../includes/B2S/Network/Item.php:107 ../includes/B2S/Network/Item.php:145 ..
|
63 |
#: /includes/B2S/Network/Item.php:147 ../includes/B2S/Settings/Item.php:183 ..
|
64 |
#: /includes/B2S/Settings/Item.php:196 ../includes/B2S/Settings/Item.php:213 ..
|
477 |
msgid "Apply image for this network"
|
478 |
msgstr "Appliquer l'image pour ce réseau"
|
479 |
|
480 |
+
#: ../includes/B2S/Ship/Image.php:62 ../includes/B2S/Ship/Image.php:64
|
481 |
+
msgid "Image upload / Mediathek"
|
482 |
+
msgstr "Téléchargement de l'image"
|
483 |
+
|
484 |
#: ../includes/B2S/Ship/Image.php:68
|
485 |
msgid "Select or upload an image from mediathek"
|
486 |
msgstr "Téléchargez une image de votre mediathek"
|
654 |
msgid "Number of scheduled posts"
|
655 |
msgstr "Nombre d'articles planifiés"
|
656 |
|
657 |
+
#: ../includes/Init.php:107
|
658 |
+
msgid "Manually share on Social Media"
|
659 |
+
msgstr "Partagez manuellement les médias sociaux"
|
660 |
+
|
661 |
+
#: ../includes/Init.php:116
|
662 |
+
msgid "Auto-Post on Social Media"
|
663 |
+
msgstr "Auto-poste sur les médias sociaux"
|
664 |
+
|
665 |
#: ../includes/Init.php:281
|
666 |
msgid "This post will be shared into your social media on"
|
667 |
msgstr "Ce post sera partagé dans vos médias sociaux sur"
|
826 |
msgid "Customize & Schedule Social Media Posts"
|
827 |
msgstr "Personnaliser et planifier des messages sur les réseaux sociaux"
|
828 |
|
829 |
+
#: ../includes/MetaBox.php:25
|
830 |
+
msgid "Blog2Social: Customize & Schedule Social Media Posts"
|
831 |
+
msgstr "Blog2Social: personnaliser et planifier les publications"
|
832 |
+
|
833 |
#: ../includes/MetaBox.php:28
|
834 |
msgid ""
|
835 |
"Customize and schedule your social media posts on the one page preview for "
|
845 |
"partager périodiquement pour Plus de visibilité et d'engagement avec votre "
|
846 |
"communauté."
|
847 |
|
848 |
+
#: ../includes/MetaBox.php:46 ../views/b2s/html/header.phtml:24
|
849 |
msgid "Please see FAQ"
|
850 |
msgstr "Voir les FAQ"
|
851 |
|
854 |
msgstr "dernier auto-post:"
|
855 |
|
856 |
#: ../includes/MetaBox.php:69 ../views/b2s/ship.php:498 ../views/b2s/html/header.
|
857 |
+
#: phtml:29
|
858 |
msgid "The connection to the server failed. Try again!"
|
859 |
msgstr "Erreur: la connexion au serveur a échoué. Réessayer!"
|
860 |
|
861 |
+
#: ../includes/MetaBox.php:70 ../views/b2s/html/header.phtml:23
|
862 |
msgid ""
|
863 |
"WordPress uses heartbeats by default, Blog2Social as well. Please enable "
|
864 |
"heartbeats for using Blog2Social!"
|
953 |
#: 102 ../views/b2s/ship.php:285 ../views/b2s/ship.php:345 ../views/b2s/ship.php:
|
954 |
#: 391 ../views/b2s/html/footer.phtml:27 ../views/b2s/html/footer.phtml:127 ..
|
955 |
#: /views/b2s/html/footer.phtml:195 ../views/b2s/html/footer.phtml:253 ..
|
956 |
+
#: /views/b2s/html/header.phtml:200
|
957 |
msgid "Post on pages and groups"
|
958 |
msgstr "Poster sur les pages et les groupes"
|
959 |
|
1042 |
#: 296 ../views/b2s/ship.php:356 ../views/b2s/ship.php:402 ..
|
1043 |
#: /views/b2s/html/footer.phtml:38 ../views/b2s/html/footer.phtml:138 ..
|
1044 |
#: /views/b2s/html/footer.phtml:206 ../views/b2s/html/footer.phtml:264 ..
|
1045 |
+
#: /views/b2s/html/header.phtml:148
|
1046 |
msgid "Upgrade to PREMIUM"
|
1047 |
msgstr "Mettre à jour vers PREMIUM"
|
1048 |
|
1197 |
"requirements-for-installing-blog2social.html\" target=\"_blank\">voir la "
|
1198 |
"FAQ</a>"
|
1199 |
|
|
|
|
|
|
|
|
|
1200 |
#. URI of the plugin
|
1201 |
msgid "https://www.blog2social.com"
|
1202 |
msgstr "https://www.blog2social.com"
|
1391 |
msgid "filter"
|
1392 |
msgstr "Filtrer"
|
1393 |
|
1394 |
+
#: ../views/b2s/network.php:28
|
1395 |
+
msgid "Delete"
|
1396 |
+
msgstr "Effacer"
|
1397 |
+
|
1398 |
#: ../views/b2s/network.php:33 ../views/b2s/network.php:36 ../views/b2s/network.
|
1399 |
#: php:69 ../views/b2s/network.php:92
|
1400 |
msgid "Create new profile"
|
1604 |
msgid "You want to load your time settings?"
|
1605 |
msgstr "Vous voulez charger vos paramètres de temps?"
|
1606 |
|
1607 |
+
#: ../views/b2s/ship.php:44
|
1608 |
+
msgid "Load My Time Settings"
|
1609 |
+
msgstr "Charger mes paramètres de temps"
|
1610 |
+
|
1611 |
+
#: ../views/b2s/ship.php:50
|
1612 |
+
msgid "Load Best Time Scheduler"
|
1613 |
+
msgstr "Load Best Time Scheduler"
|
1614 |
+
|
1615 |
#: ../views/b2s/ship.php:84
|
1616 |
msgid "Social Accounts"
|
1617 |
msgstr "Comptes de réseaux sociaux"
|
1624 |
msgid "Profiles | Pages | Groups"
|
1625 |
msgstr "Profils | Pages | Groupes"
|
1626 |
|
1627 |
+
#: ../views/b2s/ship.php:129
|
1628 |
+
msgid "Save Network Selection"
|
1629 |
+
msgstr "Enregistrer la sélection du réseau"
|
1630 |
+
|
1631 |
#: ../views/b2s/ship.php:138
|
1632 |
msgid "network connected"
|
1633 |
msgstr "Réseau connecté"
|
1781 |
msgid "Ignore & share"
|
1782 |
msgstr "Ignorer & partager"
|
1783 |
|
1784 |
+
#: ../views/b2s/ship.php:371
|
1785 |
+
msgid "Need to schedule your posts?"
|
1786 |
+
msgstr "Besoin d'organiser vos articles?"
|
1787 |
+
|
1788 |
+
#: ../views/b2s/ship.php:374
|
1789 |
+
msgid "Blog2Social Premium covers everything you need."
|
1790 |
+
msgstr "Blog2Social Premium couvre tout ce dont vous avez besoin."
|
1791 |
+
|
1792 |
+
#: ../views/b2s/ship.php:378
|
1793 |
+
msgid ""
|
1794 |
+
"You want to publish a post on a specific date? No problem! Just enter your "
|
1795 |
+
"desired date and you are ready to go!"
|
1796 |
+
msgstr ""
|
1797 |
+
"Vous souhaitez publier une publication à une date spécifique? Pas de "
|
1798 |
+
"problème! Entrez simplement votre date souhaitée et vous êtes prêt à partir!"
|
1799 |
+
|
1800 |
+
#: ../views/b2s/ship.php:381
|
1801 |
+
msgid ""
|
1802 |
+
"You have a timeless contribution that everyone must have seen? Plan your "
|
1803 |
+
"publications once as an appointment."
|
1804 |
+
msgstr ""
|
1805 |
+
"Vous avez une contribution intemporelle que tout le monde doit avoir vu? "
|
1806 |
+
"Planifiez vos publications une fois en rendez-vous."
|
1807 |
+
|
1808 |
+
#: ../views/b2s/ship.php:384
|
1809 |
+
msgid ""
|
1810 |
+
"You get too few responses in social media? Maybe there was just no one there "
|
1811 |
+
"who could have seen your contribution. Plan the release with the Best Times "
|
1812 |
+
"Manager of Blog2Social at the peak times of social media. Your fanbase is "
|
1813 |
+
"now listening."
|
1814 |
+
msgstr ""
|
1815 |
+
"Vous obtenez trop peu de réponses dans les médias sociaux? Peut-être qu'il "
|
1816 |
+
"n'y avait personne là-bas qui aurait pu voir votre contribution. Planifiez "
|
1817 |
+
"la sortie avec Best Times Manager de Blog2Social aux heures de pointe des "
|
1818 |
+
"médias sociaux. Votre fanbase écoute maintenant."
|
1819 |
+
|
1820 |
#: ../views/b2s/ship.php:417
|
1821 |
msgid "Select image for"
|
1822 |
msgstr "Sélectionnez l'image pour"
|
2229 |
"performances de vos messages de médias sociaux. <br> Vous pouvez désactiver "
|
2230 |
"la b2s.pm Shortener pour montrer votre URL d'origine."
|
2231 |
|
2232 |
+
#: ../views/b2s/html/header.phtml:18
|
2233 |
msgid "Thank you. You'll now receive the blog updates from Blog2Social."
|
2234 |
msgstr ""
|
2235 |
"Je vous remercie. Vous recevrez maintenant les mises à jour du blog de "
|
2236 |
"Blog2Social."
|
2237 |
|
2238 |
+
#: ../views/b2s/html/header.phtml:36
|
2239 |
msgid "This entry could not be removed. It's not yours!"
|
2240 |
msgstr "Cette entrée ne peut pas être enlevé. Ce n'est pas à toi!"
|
2241 |
|
2242 |
+
#: ../views/b2s/html/header.phtml:41
|
2243 |
msgid "This entry was removed successful."
|
2244 |
msgstr "Cette entrée est supprimée avec succès."
|
2245 |
|
2246 |
+
#: ../views/b2s/html/header.phtml:50
|
2247 |
msgid "Post was scheduled successfully on your blog!"
|
2248 |
msgstr "Post a été planifié avec succès sur votre blog!"
|
2249 |
|
2250 |
+
#: ../views/b2s/html/header.phtml:52
|
2251 |
msgid "Post is published successfully on your blog!"
|
2252 |
msgstr "Post est publié avec succès sur votre blog!"
|
2253 |
|
2254 |
+
#: ../views/b2s/html/header.phtml:62 ../views/b2s/html/header.phtml:167
|
2255 |
msgid "Version"
|
2256 |
msgstr "Version"
|
2257 |
|
2258 |
+
#: ../views/b2s/html/header.phtml:62
|
2259 |
msgid "is successfully activated."
|
2260 |
msgstr "a été activé avec succès."
|
2261 |
|
2262 |
+
#: ../views/b2s/html/header.phtml:67
|
2263 |
msgid "Your entered License Key is invalid. Please contact support!"
|
2264 |
msgstr "La clé de licence saisie est invalide. Contactez le support, svp !"
|
2265 |
|
2266 |
+
#: ../views/b2s/html/header.phtml:72
|
2267 |
msgid "Your license key has reached the maximum number of users."
|
2268 |
msgstr "Votre clé de licence a atteint le nombre maximum d'utilisateurs."
|
2269 |
|
2270 |
+
#: ../views/b2s/html/header.phtml:79
|
2271 |
msgid "Your authorization was successful."
|
2272 |
msgstr "Votre autorisation est correcte."
|
2273 |
|
2274 |
+
#: ../views/b2s/html/header.phtml:84
|
2275 |
msgid "Your profile was saved successful."
|
2276 |
msgstr "Votre profil a été sauvegardé avec succès."
|
2277 |
|
2278 |
+
#: ../views/b2s/html/header.phtml:89
|
2279 |
msgid "Your profile could not be saved."
|
2280 |
msgstr "Votre profil n'a pas pu être sauvegardé."
|
2281 |
|
2282 |
+
#: ../views/b2s/html/header.phtml:94
|
2283 |
msgid "Your authorization could not be removed."
|
2284 |
msgstr "Votre autorisation ne peut être supprimée."
|
2285 |
|
2286 |
+
#: ../views/b2s/html/header.phtml:99
|
2287 |
msgid "Your authorization was removed successful."
|
2288 |
msgstr "Votre autorisation a été supprimée avec succès."
|
2289 |
|
2290 |
+
#: ../views/b2s/html/header.phtml:104
|
2291 |
msgid "Thank you! Your feedback has been received."
|
2292 |
msgstr "Merci ! Votre retour d'information a bien été reçu."
|
2293 |
|
2294 |
+
#: ../views/b2s/html/header.phtml:109
|
2295 |
msgid "Your feedback could not be delivered."
|
2296 |
msgstr "Votre retour d'information n'a pu être envoyé."
|
2297 |
|
2298 |
+
#: ../views/b2s/html/header.phtml:116 ../views/b2s/html/header.phtml:126
|
2299 |
msgid "Your settings were successfully saved."
|
2300 |
msgstr "Vos paramètres ont été sauvegardés avec succès."
|
2301 |
|
2302 |
+
#: ../views/b2s/html/header.phtml:121
|
2303 |
msgid "Your settings could not be saved."
|
2304 |
msgstr "Vos paramètres n'ont pu être sauvegardés."
|
2305 |
|
2306 |
+
#: ../views/b2s/html/header.phtml:134 ../views/b2s/html/header.phtml:190
|
2307 |
msgid "Test Blog2Social PREMIUM 30 days for free"
|
2308 |
msgstr "Testez Blog2Social PREMIUM 30 jours gratuitement"
|
2309 |
|
2310 |
+
#: ../views/b2s/html/header.phtml:134 ../views/b2s/html/header.phtml:223
|
2311 |
msgid "Get Started"
|
2312 |
msgstr "Commencez"
|
2313 |
|
2314 |
+
#: ../views/b2s/html/header.phtml:143
|
2315 |
msgid "Your Blog2Social Premium Free Version is activated for "
|
2316 |
msgstr "Votre version Blog2Social Premium gratuite est activée pour "
|
2317 |
|
2318 |
+
#: ../views/b2s/html/header.phtml:146
|
2319 |
msgid " Days"
|
2320 |
msgstr " jours"
|
2321 |
|
2322 |
+
#: ../views/b2s/html/header.phtml:146
|
2323 |
msgid " today"
|
2324 |
msgstr " aujourd'hui"
|
2325 |
|
2326 |
+
#: ../views/b2s/html/header.phtml:156
|
2327 |
msgid "Your Blog2Social FREE-TRIAL Version has expired. Did you like this version?"
|
2328 |
msgstr ""
|
2329 |
"Votre version d'essai gratuit de Blog2Social a expiré. Avez-vous aimé cette "
|
2330 |
"version ?"
|
2331 |
|
2332 |
+
#: ../views/b2s/html/header.phtml:157
|
2333 |
msgid "Yes, I want more"
|
2334 |
msgstr "Oui, j'en veux plus"
|
2335 |
|
2336 |
+
#: ../views/b2s/html/header.phtml:158
|
2337 |
msgid "No, I had enough"
|
2338 |
msgstr "Non, j'en ai eu assez"
|
2339 |
|
2340 |
+
#: ../views/b2s/html/header.phtml:177 ../views/b2s/html/service.phtml:15
|
2341 |
msgid "Plans & Pricing"
|
2342 |
msgstr "Plans & Prix"
|
2343 |
|
2344 |
+
#: ../views/b2s/html/header.phtml:178 ../views/b2s/html/service.phtml:16
|
2345 |
msgid "Support"
|
2346 |
msgstr "Support"
|
2347 |
|
2348 |
+
#: ../views/b2s/html/header.phtml:196
|
2349 |
msgid ""
|
2350 |
"The free trial can not be started. This blog has been already registered for "
|
2351 |
"the free trial."
|
2353 |
"La version gratuite ne peut commencer. Ce blog a déjà été enregistré pour la "
|
2354 |
"version gratuite."
|
2355 |
|
2356 |
+
#: ../views/b2s/html/header.phtml:199
|
2357 |
msgid "Social Media Auto-Posting"
|
2358 |
msgstr "Auto-publication des médias sociaux"
|
2359 |
|
2360 |
+
#: ../views/b2s/html/header.phtml:201
|
2361 |
msgid "Share on multiple accounts per network"
|
2362 |
msgstr "Partage sur plusieurs comptes par réseau"
|
2363 |
|
2364 |
+
#: ../views/b2s/html/header.phtml:202
|
2365 |
msgid "Best Time Scheduler: Schedule once, multiple times or recurringly."
|
2366 |
msgstr ""
|
2367 |
"Best Time Scheduler: Planifiez une fois, plusieurs fois ou de façon "
|
2368 |
"récurrente."
|
2369 |
|
2370 |
+
#: ../views/b2s/html/header.phtml:203
|
2371 |
msgid "Reporting with links to all published social media posts"
|
2372 |
msgstr ""
|
2373 |
"Rapports avec des liens vers tous les messages publiés sur les réseaux "
|
2374 |
"sociaux"
|
2375 |
|
2376 |
+
#: ../views/b2s/html/header.phtml:206 ../views/prg/html/form.phtml:141 ..
|
2377 |
#: /views/prg/html/form.phtml:143 ../views/prg/html/form.phtml:218 ..
|
2378 |
#: /views/prg/html/form.phtml:220
|
2379 |
msgid "E-Mail"
|
2380 |
msgstr "E-mail"
|
2381 |
|
2382 |
+
#: ../views/b2s/html/header.phtml:210 ../views/prg/html/form.phtml:91 ..
|
2383 |
#: /views/prg/html/form.phtml:100 ../views/prg/html/form.phtml:168 ..
|
2384 |
#: /views/prg/html/form.phtml:177
|
2385 |
msgid "First Name"
|
2386 |
msgstr "Prénom"
|
2387 |
|
2388 |
+
#: ../views/b2s/html/header.phtml:214 ../views/prg/html/form.phtml:92 ..
|
2389 |
#: /views/prg/html/form.phtml:103 ../views/prg/html/form.phtml:169 ..
|
2390 |
#: /views/prg/html/form.phtml:180
|
2391 |
msgid "Last Name"
|
2392 |
msgstr "Nom"
|
2393 |
|
2394 |
+
#: ../views/b2s/html/header.phtml:219
|
2395 |
msgid "No credit card required"
|
2396 |
msgstr "Pas d'information de carte de crédit nécessaire"
|
2397 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: auto-post, social media share, auto-publish, scheduling, social media post
|
|
4 |
Donate link: http://www.blog2social.com
|
5 |
Requires at least: 4.2.2
|
6 |
Tested up to: 4.8.0
|
7 |
-
Stable tag: 4.2.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -279,6 +279,8 @@ We use the official authentification oAUTH methods to third-party applications p
|
|
279 |
9. Adjust the best times to schedule in the best time scheduler.
|
280 |
|
281 |
== Changelog ==
|
|
|
|
|
282 |
= 4.2.0 =
|
283 |
General Usabilitiy and Performance Optimization.
|
284 |
= 4.1.1 =
|
@@ -317,6 +319,8 @@ Bug Fix: update method
|
|
317 |
Re-engineered Post dashboard, new one-page preview features: WYSIWYG editors, simplified network selection, new scheduler features: best-times-scheduler, my-times-scheduler, recurring scheduling, multiple accounts per profile (applies to FREE and PREMIUM)
|
318 |
|
319 |
== Upgrade Notice ==
|
|
|
|
|
320 |
= 4.2.0 =
|
321 |
General Usabilitiy and Performance Optimization.
|
322 |
= 4.1.1 =
|
4 |
Donate link: http://www.blog2social.com
|
5 |
Requires at least: 4.2.2
|
6 |
Tested up to: 4.8.0
|
7 |
+
Stable tag: 4.2.1
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
279 |
9. Adjust the best times to schedule in the best time scheduler.
|
280 |
|
281 |
== Changelog ==
|
282 |
+
= 4.2.1 =
|
283 |
+
General Usabilitiy and Performance Optimization.
|
284 |
= 4.2.0 =
|
285 |
General Usabilitiy and Performance Optimization.
|
286 |
= 4.1.1 =
|
319 |
Re-engineered Post dashboard, new one-page preview features: WYSIWYG editors, simplified network selection, new scheduler features: best-times-scheduler, my-times-scheduler, recurring scheduling, multiple accounts per profile (applies to FREE and PREMIUM)
|
320 |
|
321 |
== Upgrade Notice ==
|
322 |
+
= 4.2.1 =
|
323 |
+
General Usabilitiy and Performance Optimization.
|
324 |
= 4.2.0 =
|
325 |
General Usabilitiy and Performance Optimization.
|
326 |
= 4.1.1 =
|
views/b2s/html/header.phtml
CHANGED
@@ -4,6 +4,15 @@
|
|
4 |
<div class="col-md-12 del-padding-left">
|
5 |
<div class="col-md-9 del-padding-left">
|
6 |
<!--Info System-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
<div class="panel panel-group b2s-network-auth-info b2s-mail-update-success" style="display:none;">
|
8 |
<div class="panel-body">
|
9 |
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Thank you. You\'ll now receive the blog updates from Blog2Social.', 'blog2social'); ?>
|
4 |
<div class="col-md-12 del-padding-left">
|
5 |
<div class="col-md-9 del-padding-left">
|
6 |
<!--Info System-->
|
7 |
+
<?php if (version_compare(phpversion(), '5.5.3', '<')) { ?>
|
8 |
+
<div class="panel panel-group">
|
9 |
+
<div class="panel-body">
|
10 |
+
<span class="glyphicon glyphicon-remove glyphicon-danger"></span> <?php _e("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:", "blog2social"); ?>
|
11 |
+
<a target="_blank" href="<?php echo ((substr(B2S_LANGUAGE, 0, 2) == 'de' || (isset($_GET['lang']) && $_GET['lang'] == 'de')) ? 'https://www.blog2social.com/de/faq/content/1/63/de/systemvoraussetzungen-fuer-die-installation-von-blog2social.html' : 'https://www.blog2social.com/en/faq/content/1/58/en/system-requirements-for-installing-blog2social.html'); ?>"><?php _e('Technical requirements for Blog2Social', 'blog2social'); ?></a>
|
12 |
+
</div>
|
13 |
+
</div>
|
14 |
+
<?php } ?>
|
15 |
+
|
16 |
<div class="panel panel-group b2s-network-auth-info b2s-mail-update-success" style="display:none;">
|
17 |
<div class="panel-body">
|
18 |
<span class="glyphicon glyphicon-ok glyphicon-success"></span> <?php _e('Thank you. You\'ll now receive the blog updates from Blog2Social.', 'blog2social'); ?>
|