Version Description
FREE = * [new] Support for if the wp-content folder has a different name
Download this release
Release Info
Developer | adegans |
Plugin | ![]() |
Version | 3.15.4 |
Comparing to | |
See all releases |
Code changes from version 3.15.3 to 3.15.4
- adrotate-manage-publisher.php +4 -2
- adrotate-output.php +12 -12
- adrotate-setup.php +4 -1
- adrotate.php +4 -4
- dashboard/adrotatepro.php +20 -20
- dashboard/info.php +12 -12
- dashboard/settings/statistics.php +3 -3
- language/adrotate-bg_BG.mo +0 -0
- language/adrotate-bg_BG.po +249 -202
- language/adrotate-el.mo +0 -0
- language/adrotate-el.po +228 -198
- language/adrotate-en_US.mo +0 -0
- language/adrotate-en_US.po +198 -184
- language/adrotate-es_ES.mo +0 -0
- language/adrotate-es_ES.po +245 -199
- language/adrotate-fr_FR.mo +0 -0
- language/adrotate-fr_FR.po +231 -192
- language/adrotate-ja.mo +0 -0
- language/adrotate-ja.po +237 -206
- language/adrotate-pl_PL.mo +0 -0
- language/adrotate-pl_PL.po +243 -198
- language/adrotate-sr_RS.mo +0 -0
- language/adrotate-sr_RS.po +228 -198
- language/adrotate-sv_SV.mo +0 -0
- language/adrotate-sv_SV.po +228 -198
- readme.txt +29 -37
adrotate-manage-publisher.php
CHANGED
@@ -558,9 +558,11 @@ function adrotate_options_submit() {
|
|
558 |
$config['jquery'] = (isset($_POST['adrotate_jquery'])) ? 'Y' : 'N';
|
559 |
$config['jsfooter'] = (isset($_POST['adrotate_jsfooter'])) ? 'Y' : 'N';
|
560 |
|
561 |
-
// Turn options off. Available in AdRotate Pro only
|
562 |
$config['textwidget_shortcodes'] = "N";
|
563 |
-
$
|
|
|
|
|
564 |
$config['notification_email'] = array();
|
565 |
$config['advertiser_email'] = array();
|
566 |
$config['enable_geo'] = 0;
|
558 |
$config['jquery'] = (isset($_POST['adrotate_jquery'])) ? 'Y' : 'N';
|
559 |
$config['jsfooter'] = (isset($_POST['adrotate_jsfooter'])) ? 'Y' : 'N';
|
560 |
|
561 |
+
// Turn options off/reset them. Available in AdRotate Pro only
|
562 |
$config['textwidget_shortcodes'] = "N";
|
563 |
+
$wpcontent = explode('/', WP_CONTENT_DIR);
|
564 |
+
$wpcontent = end($wpcontent);
|
565 |
+
$config['banner_folder'] = $wpcontent."/banners/";
|
566 |
$config['notification_email'] = array();
|
567 |
$config['advertiser_email'] = array();
|
568 |
$config['enable_geo'] = 0;
|
adrotate-output.php
CHANGED
@@ -574,7 +574,7 @@ function adrotate_nonce_error() {
|
|
574 |
echo ' <h2 style="text-align: center;">'.__('Oh no! Something went wrong!', 'adrotate').'</h2>';
|
575 |
echo ' <p style="text-align: center;">'.__('WordPress was unable to verify the authenticity of the url you have clicked. Verify if the url used is valid or log in via your browser.', 'adrotate').'</p>';
|
576 |
echo ' <p style="text-align: center;">'.__('If you have received the url you want to visit via email, you are being tricked!', 'adrotate').'</p>';
|
577 |
-
echo ' <p style="text-align: center;">'.__('Contact support if the issue persists:', 'adrotate').' <a href="https://ajdg.solutions/forums
|
578 |
}
|
579 |
|
580 |
/*-------------------------------------------------------------
|
@@ -623,7 +623,7 @@ function adrotate_error($action, $arg = null) {
|
|
623 |
|
624 |
// Database
|
625 |
case "db_error" :
|
626 |
-
$result = '<span style="font-weight: bold; color: #f00;">'.__('There was an error locating the database tables for AdRotate. Please deactivate and re-activate AdRotate from the plugin page!!', 'adrotate').'<br />'.__('If this does not solve the issue please seek support at', 'adrotate').' <a href="https://ajdg.solutions/forums/forum/adrotate-for-wordpress/?
|
627 |
return $result;
|
628 |
break;
|
629 |
|
@@ -679,7 +679,7 @@ function adrotate_dashboard_error() {
|
|
679 |
|
680 |
// Misc
|
681 |
if(!is_writable(ABSPATH.$adrotate_config['banner_folder'])) {
|
682 |
-
$error['banners_folder'] = __('Your AdRotate Banner folder is not writable or does not exist.', 'adrotate-pro').' <a href="https://ajdg.solutions/manuals/adrotate-manuals/manage-banner-images
|
683 |
}
|
684 |
|
685 |
$error = (isset($error) AND is_array($error)) ? $error : false;
|
@@ -719,7 +719,7 @@ function adrotate_notifications_dashboard() {
|
|
719 |
if($pro_banner != 1 AND $pro_banner < (adrotate_now() - 604800)) {
|
720 |
echo '<div class="updated" style="padding: 0; margin: 0;">';
|
721 |
echo ' <div class="adrotate_banner">';
|
722 |
-
echo ' <div class="button_div"><a class="button" target="_blank" href="https://ajdg.solutions/products/adrotate-for-wordpress/?add-to-cart=1126
|
723 |
echo ' <div class="text">'.__("You've been using <strong>AdRotate</strong> for a while now. Why not upgrade to the <strong>PRO</strong> version", 'adrotate').'?<br /><span>'.__('Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!', 'adrotate' ).' '.__('Thank you for your purchase!', 'adrotate' ).'</span></div>';
|
724 |
echo ' <a class="close_banner" href="admin.php?page=adrotate-pro&hide=1"><img title="Close" src="'.plugins_url('/images/icon-close.png', __FILE__).'" alt=""/></a>';
|
725 |
echo ' <div class="icon"><img title="" src="'.plugins_url('/images/logo-60x60.png', __FILE__).'" alt=""/></div>';
|
@@ -732,7 +732,7 @@ function adrotate_notifications_dashboard() {
|
|
732 |
echo '<div class="updated" style="padding: 0; margin: 0;">';
|
733 |
echo ' <div class="adrotate_banner">';
|
734 |
echo ' <div class="button_div"><a class="button" target="_blank" href="https://wordpress.org/support/view/plugin-reviews/adrotate?rate=5#postform">Rate AdRotate</a></div>';
|
735 |
-
echo ' <div class="text">If you like <strong>AdRotate</strong> please let the world know that you do. Thanks for your support!<br /><span>If you have questions, suggestions or something else that doesn\'t belong in a review, please <a href="https://ajdg.solutions/forums/forum/adrotate-for-wordpress/?
|
736 |
echo ' <a class="close_banner" href="admin.php?page=adrotate&hide=2"><img title="Close" src="'.plugins_url('/images/icon-close.png', __FILE__).'" alt=""/></a>';
|
737 |
echo ' <div class="icon"><img title="" src="'.plugins_url('/images/logo-60x60.png', __FILE__).'" alt=""/></div>';
|
738 |
echo ' </div>';
|
@@ -750,7 +750,7 @@ function adrotate_notifications_dashboard() {
|
|
750 |
foreach($adrotate_has_competition as $plugin) {
|
751 |
echo '» '.$plugin.'<br />';
|
752 |
}
|
753 |
-
echo ' </span>Configured plugins can be imported into AdRotate! What is <a target="_blank" href="https://ajdg.solutions/products/adrotate-switch/?
|
754 |
echo ' <a class="close_banner" href="admin.php?page=adrotate&hide=3"><img title="Close" src="'.plugins_url('/images/icon-close.png', __FILE__).'" alt=""/></a>';
|
755 |
echo ' <div class="icon"><img title="AdRotate Logo" src="'.plugins_url('/images/logo-60x60.png', __FILE__).'" alt=""/></div>';
|
756 |
echo ' </div>';
|
@@ -814,10 +814,10 @@ function adrotate_help_info() {
|
|
814 |
'title' => __('Useful Links'),
|
815 |
'content' => '<h4>'.__('Useful links to learn more about AdRotate', 'adrotate').'</h4>'.
|
816 |
'<ul>'.
|
817 |
-
'<li><a href="https://ajdg.solutions/products/adrotate-for-wordpress/?
|
818 |
-
'<li><a href="https://ajdg.solutions/manuals/adrotate-manuals/getting-started-with-adrotate/?
|
819 |
-
'<li><a href="https://ajdg.solutions/manuals/adrotate-manuals/?
|
820 |
-
'<li><a href="https://ajdg.solutions/forums/forum/adrotate-for-wordpress/?
|
821 |
'</ul>'
|
822 |
)
|
823 |
);
|
@@ -825,7 +825,7 @@ function adrotate_help_info() {
|
|
825 |
'id' => 'adrotate_thanks',
|
826 |
'title' => 'Thank You',
|
827 |
'content' => '<h4>Thank you for using AdRotate</h4><p>AdRotate is growing to be one of the most popular WordPress plugins for Advertising and is a household name for many companies around the world. AdRotate wouldn\'t be possible without your support and my life wouldn\'t be what it is today without your help.</p><p><em>- Arnan</em></p>'.
|
828 |
-
'<p><strong>Add me:</strong> <a href="
|
829 |
)
|
830 |
);
|
831 |
}
|
@@ -847,7 +847,7 @@ function adrotate_credits() {
|
|
847 |
|
848 |
echo '<tbody>';
|
849 |
echo '<tr>';
|
850 |
-
echo '<td><center><a href="https://ajdg.solutions/products/adrotate-for-wordpress/?
|
851 |
echo '<td>'.__("A lot of users only think to review AdRotate when something goes wrong while thousands of people use AdRotate satisfactory. Don't let this go unnoticed.", 'adrotate').' <strong>'. __("If you find AdRotate useful please leave your honest", 'adrotate').' <a href="https://wordpress.org/support/view/plugin-reviews/adrotate?rate=5#postform" target="_blank">'.__('rating','adrotate').'</a> '.__('and','adrotate').' <a href="https://wordpress.org/support/view/plugin-reviews/adrotate" target="_blank">'.__('review','adrotate').'</a> '.__('on WordPress.org to help AdRotate grow in a positive way', 'adrotate').'!</strong></td>';
|
852 |
|
853 |
echo '<td width="25%"><script>(function(d, s, id) {';
|
574 |
echo ' <h2 style="text-align: center;">'.__('Oh no! Something went wrong!', 'adrotate').'</h2>';
|
575 |
echo ' <p style="text-align: center;">'.__('WordPress was unable to verify the authenticity of the url you have clicked. Verify if the url used is valid or log in via your browser.', 'adrotate').'</p>';
|
576 |
echo ' <p style="text-align: center;">'.__('If you have received the url you want to visit via email, you are being tricked!', 'adrotate').'</p>';
|
577 |
+
echo ' <p style="text-align: center;">'.__('Contact support if the issue persists:', 'adrotate').' <a href="https://ajdg.solutions/forums/?utm_campaign=forums&utm_medium=nonce-error&utm_source=adrotate-free" title="AdRotate Support" target="_blank">AJdG Solutions Support</a>.</p>';
|
578 |
}
|
579 |
|
580 |
/*-------------------------------------------------------------
|
623 |
|
624 |
// Database
|
625 |
case "db_error" :
|
626 |
+
$result = '<span style="font-weight: bold; color: #f00;">'.__('There was an error locating the database tables for AdRotate. Please deactivate and re-activate AdRotate from the plugin page!!', 'adrotate').'<br />'.__('If this does not solve the issue please seek support at', 'adrotate').' <a href="https://ajdg.solutions/forums/forum/adrotate-for-wordpress/?utm_campaign=adrotate-forum&utm_medium=error&utm_source=adrotate-free">ajdg.solutions/forums/forum/adrotate-for-wordpress/</a></span>';
|
627 |
return $result;
|
628 |
break;
|
629 |
|
679 |
|
680 |
// Misc
|
681 |
if(!is_writable(ABSPATH.$adrotate_config['banner_folder'])) {
|
682 |
+
$error['banners_folder'] = __('Your AdRotate Banner folder is not writable or does not exist.', 'adrotate-pro').' <a href="https://ajdg.solutions/manuals/adrotate-manuals/manage-banner-images/?utm_campaign=adrotate-manual&utm_medium=dashboard-notification&utm_source=adrotate-free" target="_blank">Set up your banner folder</a>.';
|
683 |
}
|
684 |
|
685 |
$error = (isset($error) AND is_array($error)) ? $error : false;
|
719 |
if($pro_banner != 1 AND $pro_banner < (adrotate_now() - 604800)) {
|
720 |
echo '<div class="updated" style="padding: 0; margin: 0;">';
|
721 |
echo ' <div class="adrotate_banner">';
|
722 |
+
echo ' <div class="button_div"><a class="button" target="_blank" href="https://ajdg.solutions/products/adrotate-for-wordpress/?add-to-cart=1126&utm_campaign=adrotate-page&utm_medium=upgrade-banner-button&utm_source=adrotate-free">'.__('Buy now', 'adrotate').'</a></div>';
|
723 |
echo ' <div class="text">'.__("You've been using <strong>AdRotate</strong> for a while now. Why not upgrade to the <strong>PRO</strong> version", 'adrotate').'?<br /><span>'.__('Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!', 'adrotate' ).' '.__('Thank you for your purchase!', 'adrotate' ).'</span></div>';
|
724 |
echo ' <a class="close_banner" href="admin.php?page=adrotate-pro&hide=1"><img title="Close" src="'.plugins_url('/images/icon-close.png', __FILE__).'" alt=""/></a>';
|
725 |
echo ' <div class="icon"><img title="" src="'.plugins_url('/images/logo-60x60.png', __FILE__).'" alt=""/></div>';
|
732 |
echo '<div class="updated" style="padding: 0; margin: 0;">';
|
733 |
echo ' <div class="adrotate_banner">';
|
734 |
echo ' <div class="button_div"><a class="button" target="_blank" href="https://wordpress.org/support/view/plugin-reviews/adrotate?rate=5#postform">Rate AdRotate</a></div>';
|
735 |
+
echo ' <div class="text">If you like <strong>AdRotate</strong> please let the world know that you do. Thanks for your support!<br /><span>If you have questions, suggestions or something else that doesn\'t belong in a review, please <a href="https://ajdg.solutions/forums/forum/adrotate-for-wordpress/?utm_campaign=adrotate-forum&utm_medium=review-banner&utm_source=adrotate-free" target="_blank">get in touch</a>!</span></div>';
|
736 |
echo ' <a class="close_banner" href="admin.php?page=adrotate&hide=2"><img title="Close" src="'.plugins_url('/images/icon-close.png', __FILE__).'" alt=""/></a>';
|
737 |
echo ' <div class="icon"><img title="" src="'.plugins_url('/images/logo-60x60.png', __FILE__).'" alt=""/></div>';
|
738 |
echo ' </div>';
|
750 |
foreach($adrotate_has_competition as $plugin) {
|
751 |
echo '» '.$plugin.'<br />';
|
752 |
}
|
753 |
+
echo ' </span>Configured plugins can be imported into AdRotate! What is <a target="_blank" href="https://ajdg.solutions/products/adrotate-switch/?utm_campaign=adrotateswitch-page&utm_medium=competition-banner&utm_source=adrotate-free">AdRotate Switch</a>?</div>';
|
754 |
echo ' <a class="close_banner" href="admin.php?page=adrotate&hide=3"><img title="Close" src="'.plugins_url('/images/icon-close.png', __FILE__).'" alt=""/></a>';
|
755 |
echo ' <div class="icon"><img title="AdRotate Logo" src="'.plugins_url('/images/logo-60x60.png', __FILE__).'" alt=""/></div>';
|
756 |
echo ' </div>';
|
814 |
'title' => __('Useful Links'),
|
815 |
'content' => '<h4>'.__('Useful links to learn more about AdRotate', 'adrotate').'</h4>'.
|
816 |
'<ul>'.
|
817 |
+
'<li><a href="https://ajdg.solutions/products/adrotate-for-wordpress/?utm_campaign=adrotate-page&utm_medium=helptab&utm_source=adrotate-free" target="_blank">'.__('AdRotate website', 'adrotate').'</a>.</li>'.
|
818 |
+
'<li><a href="https://ajdg.solutions/manuals/adrotate-manuals/getting-started-with-adrotate/?utm_campaign=adrotate-manuals&utm_medium=helptab&utm_source=adrotate-free" target="_blank">'.__('Getting Started With AdRotate', 'adrotate').'</a>.</li>'.
|
819 |
+
'<li><a href="https://ajdg.solutions/manuals/adrotate-manuals/?utm_campaign=adrotate-manuals&utm_medium=helptab&utm_source=adrotate-free" target="_blank">'.__('AdRotate manuals', 'adrotate').'</a>.</li>'.
|
820 |
+
'<li><a href="https://ajdg.solutions/forums/forum/adrotate-for-wordpress/?utm_campaign=adrotate-forum&utm_medium=helptab&utm_source=adrotate-free" target="_blank">'.__('AdRotate Support Forum', 'adrotate').'</a>.</li>'.
|
821 |
'</ul>'
|
822 |
)
|
823 |
);
|
825 |
'id' => 'adrotate_thanks',
|
826 |
'title' => 'Thank You',
|
827 |
'content' => '<h4>Thank you for using AdRotate</h4><p>AdRotate is growing to be one of the most popular WordPress plugins for Advertising and is a household name for many companies around the world. AdRotate wouldn\'t be possible without your support and my life wouldn\'t be what it is today without your help.</p><p><em>- Arnan</em></p>'.
|
828 |
+
'<p><strong>Add me:</strong> <a href="https://www.facebook.com/Arnandegans/" target="_blank">Facebook</a>. <strong>Business:</strong> <a href="https://ajdg.solutions/?utm_campaign=homepage&utm_medium=helptab&utm_source=adrotate-free" target="_blank">ajdg.solutions</a> <strong>Blog:</strong> <a href="http://meandmymac.net/?utm_campaign=homepage&utm_medium=helptab&utm_source=adrotate-free" target="_blank">meandmymac.net</a>.</p>'
|
829 |
)
|
830 |
);
|
831 |
}
|
847 |
|
848 |
echo '<tbody>';
|
849 |
echo '<tr>';
|
850 |
+
echo '<td><center><a href="https://ajdg.solutions/products/adrotate-for-wordpress/?utm_campaign=adrotate-page&utm_medium=credits&utm_source=adrotate-free" title="AdRotate plugin for WordPress"><img src="'.plugins_url('/images/logo-60x60.png', __FILE__).'" alt="AdRotate logo" width="60" height="60" /></a></center></td>';
|
851 |
echo '<td>'.__("A lot of users only think to review AdRotate when something goes wrong while thousands of people use AdRotate satisfactory. Don't let this go unnoticed.", 'adrotate').' <strong>'. __("If you find AdRotate useful please leave your honest", 'adrotate').' <a href="https://wordpress.org/support/view/plugin-reviews/adrotate?rate=5#postform" target="_blank">'.__('rating','adrotate').'</a> '.__('and','adrotate').' <a href="https://wordpress.org/support/view/plugin-reviews/adrotate" target="_blank">'.__('review','adrotate').'</a> '.__('on WordPress.org to help AdRotate grow in a positive way', 'adrotate').'!</strong></td>';
|
852 |
|
853 |
echo '<td width="25%"><script>(function(d, s, id) {';
|
adrotate-setup.php
CHANGED
@@ -274,7 +274,9 @@ function adrotate_check_config() {
|
|
274 |
if(!isset($config['geo_cookie_life'])) $config['geo_cookie_life'] = 86400;
|
275 |
if(!isset($config['enable_geo_advertisers'])) $config['enable_geo_advertisers'] = 0;
|
276 |
if(!isset($config['adblock_disguise'])) $config['adblock_disguise'] = '';
|
277 |
-
|
|
|
|
|
278 |
if(!isset($config['adminbar']) OR ($config['adminbar'] != 'Y' AND $config['adminbar'] != 'N')) $config['adminbar'] = 'Y';
|
279 |
if(!isset($config['impression_timer']) OR $config['impression_timer'] < 10 OR $config['impression_timer'] > 3600) $config['impression_timer'] = 60;
|
280 |
if(!isset($config['click_timer']) OR $config['click_timer'] < 60 OR $config['click_timer'] > 86400) $config['click_timer'] = 86400;
|
@@ -287,6 +289,7 @@ function adrotate_check_config() {
|
|
287 |
if(!isset($config['jquery']) OR ($config['jquery'] != 'Y' AND $config['jquery'] != 'N')) $config['jquery'] = 'N';
|
288 |
if(!isset($config['jsfooter']) OR ($config['jsfooter'] != 'Y' AND $config['jsfooter'] != 'N')) $config['jsfooter'] = 'Y';
|
289 |
update_option('adrotate_config', $config);
|
|
|
290 |
|
291 |
if(!isset($notifications['notification_dash']) OR ($notifications['notification_dash'] != 'Y' AND $notifications['notification_dash'] != 'N')) $notifications['notification_dash'] = 'Y';
|
292 |
if(!isset($notifications['notification_email'])) $notifications['notification_email'] = 'N';
|
274 |
if(!isset($config['geo_cookie_life'])) $config['geo_cookie_life'] = 86400;
|
275 |
if(!isset($config['enable_geo_advertisers'])) $config['enable_geo_advertisers'] = 0;
|
276 |
if(!isset($config['adblock_disguise'])) $config['adblock_disguise'] = '';
|
277 |
+
$wpcontent = explode('/', WP_CONTENT_DIR);
|
278 |
+
$wpcontent = end($wpcontent);
|
279 |
+
if(!isset($config['banner_folder'])) $config['banner_folder'] = $wpcontent."/banners/";
|
280 |
if(!isset($config['adminbar']) OR ($config['adminbar'] != 'Y' AND $config['adminbar'] != 'N')) $config['adminbar'] = 'Y';
|
281 |
if(!isset($config['impression_timer']) OR $config['impression_timer'] < 10 OR $config['impression_timer'] > 3600) $config['impression_timer'] = 60;
|
282 |
if(!isset($config['click_timer']) OR $config['click_timer'] < 60 OR $config['click_timer'] > 86400) $config['click_timer'] = 86400;
|
289 |
if(!isset($config['jquery']) OR ($config['jquery'] != 'Y' AND $config['jquery'] != 'N')) $config['jquery'] = 'N';
|
290 |
if(!isset($config['jsfooter']) OR ($config['jsfooter'] != 'Y' AND $config['jsfooter'] != 'N')) $config['jsfooter'] = 'Y';
|
291 |
update_option('adrotate_config', $config);
|
292 |
+
unset($wpcontent);
|
293 |
|
294 |
if(!isset($notifications['notification_dash']) OR ($notifications['notification_dash'] != 'Y' AND $notifications['notification_dash'] != 'N')) $notifications['notification_dash'] = 'Y';
|
295 |
if(!isset($notifications['notification_email'])) $notifications['notification_email'] = 'N';
|
adrotate.php
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: AdRotate
|
4 |
-
Plugin URI: https://ajdg.solutions/products/adrotate-for-wordpress/?
|
5 |
Author: Arnan de Gans
|
6 |
-
Author URI: http://ajdg.solutions/?
|
7 |
Description: The popular choice for monetizing your website with adverts while keeping things simple. Start making money today!
|
8 |
Text Domain: adrotate
|
9 |
Domain Path: /languages/
|
10 |
-
Version: 3.15.
|
11 |
License: GPLv3
|
12 |
*/
|
13 |
|
@@ -22,7 +22,7 @@ License: GPLv3
|
|
22 |
------------------------------------------------------------------------------------ */
|
23 |
|
24 |
/*--- AdRotate values ---------------------------------------*/
|
25 |
-
define("ADROTATE_DISPLAY", '3.15.
|
26 |
define("ADROTATE_VERSION", 381);
|
27 |
define("ADROTATE_DB_VERSION", 57);
|
28 |
/*-----------------------------------------------------------*/
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: AdRotate
|
4 |
+
Plugin URI: https://ajdg.solutions/products/adrotate-for-wordpress/?utm_campaign=adrotate-page&utm_medium=plugin-info&utm_source=adrotate-free
|
5 |
Author: Arnan de Gans
|
6 |
+
Author URI: http://ajdg.solutions/?utm_campaign=homepage&utm_medium=plugin-info&utm_source=adrotate-free
|
7 |
Description: The popular choice for monetizing your website with adverts while keeping things simple. Start making money today!
|
8 |
Text Domain: adrotate
|
9 |
Domain Path: /languages/
|
10 |
+
Version: 3.15.4
|
11 |
License: GPLv3
|
12 |
*/
|
13 |
|
22 |
------------------------------------------------------------------------------------ */
|
23 |
|
24 |
/*--- AdRotate values ---------------------------------------*/
|
25 |
+
define("ADROTATE_DISPLAY", '3.15.4');
|
26 |
define("ADROTATE_VERSION", 381);
|
27 |
define("ADROTATE_DB_VERSION", 57);
|
28 |
/*-----------------------------------------------------------*/
|
dashboard/adrotatepro.php
CHANGED
@@ -10,7 +10,7 @@
|
|
10 |
------------------------------------------------------------------------------------ */
|
11 |
?>
|
12 |
<div id="dashboard-widgets-wrap">
|
13 |
-
<p><center>Take a peek into professional advertising for WordPress websites and discover how you can benefit from the powerful features <a href="https://ajdg.solutions/products/adrotate-for-wordpress/?
|
14 |
|
15 |
<div id="dashboard-widgets" class="metabox-holder">
|
16 |
|
@@ -20,28 +20,28 @@
|
|
20 |
<h3><?php _e('Satisfy your advertisers', 'adrotate'); ?></h3>
|
21 |
<div class="postbox-adrotate">
|
22 |
<div class="inside">
|
23 |
-
<p><a href="https://ajdg.solutions/products/adrotate-for-wordpress/?
|
24 |
</div>
|
25 |
</div>
|
26 |
|
27 |
<h3><?php _e('Mobile campaigns', 'adrotate'); ?></h3>
|
28 |
<div class="postbox-adrotate">
|
29 |
<div class="inside">
|
30 |
-
<p><a href="https://ajdg.solutions/products/adrotate-for-wordpress/?
|
31 |
</div>
|
32 |
</div>
|
33 |
|
34 |
<h3><?php _e('Localize your ad campaigns with Geo Targeting', 'adrotate'); ?></h3>
|
35 |
<div class="postbox-adrotate">
|
36 |
<div class="inside">
|
37 |
-
<p><a href="https://ajdg.solutions/products/adrotate-for-wordpress/?
|
38 |
</div>
|
39 |
</div>
|
40 |
|
41 |
<h3><?php _e('Get Premium Support almost all year round', 'adrotate'); ?></h3>
|
42 |
<div class="postbox-adrotate">
|
43 |
<div class="inside">
|
44 |
-
<p><a href="https://ajdg.solutions/products/adrotate-for-wordpress/?
|
45 |
</div>
|
46 |
</div>
|
47 |
|
@@ -74,33 +74,33 @@
|
|
74 |
<h3><?php _e('Schedule all campaigns with ease', 'adrotate'); ?></h3>
|
75 |
<div class="postbox-adrotate">
|
76 |
<div class="inside">
|
77 |
-
<p><a href="https://ajdg.solutions/products/adrotate-for-wordpress/?
|
78 |
</div>
|
79 |
</div>
|
80 |
|
81 |
<h3><?php _e('Avoid adblockers', 'adrotate'); ?></h3>
|
82 |
<div class="postbox-adrotate">
|
83 |
<div class="inside">
|
84 |
-
<p><a href="https://ajdg.solutions/products/adrotate-for-wordpress/?
|
85 |
</div>
|
86 |
</div>
|
87 |
|
88 |
<h3><?php _e('Stay up-to-date with notifications', 'adrotate'); ?></h3>
|
89 |
<div class="postbox-adrotate">
|
90 |
<div class="inside">
|
91 |
-
<p><a href="https://ajdg.solutions/products/adrotate-for-wordpress/?
|
92 |
</div>
|
93 |
</div>
|
94 |
|
95 |
<h3><?php _e('Buy AdRotate Professional', 'adrotate'); ?></h3>
|
96 |
<div class="postbox-adrotate">
|
97 |
<div class="inside">
|
98 |
-
<a href="https://ajdg.solutions/products/adrotate-for-wordpress/?
|
99 |
-
<p><h4><?php _e('Single License', 'adrotate'); ?> (€ 29.00)</h4><?php _e('For one WordPress installation.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1124&
|
100 |
-
<p><h4><?php _e('Duo License', 'adrotate'); ?> (€ 39.00)</h4><?php _e('For two WordPress installations.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1126&
|
101 |
-
<p><h4><?php _e('Multi License', 'adrotate'); ?> (€ 99.00)</h4><?php _e(' For up to five WordPress installations.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1128&
|
102 |
-
<p><h4><?php _e('Developer License', 'adrotate'); ?> (€ 299.00)</h4><?php _e('Unlimited WordPress installations and/or networks.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1130&
|
103 |
-
<p><h4><?php _e('Compare licenses', 'adrotate'); ?></h4> <?php _e("Not sure which license is for you? Compare them...", 'adrotate'); ?> <a href="https://ajdg.solutions/products/adrotate-for-wordpress/?
|
104 |
</div>
|
105 |
</div>
|
106 |
<!--
|
@@ -108,12 +108,12 @@
|
|
108 |
<div class="postbox-adrotate">
|
109 |
<div class="inside">
|
110 |
<img src="<?php echo WP_CONTENT_URL; ?>/plugins/adrotate/images/adrotate-product.png" alt="adrotate-product" width="150" height="150" align="right" style="padding: 0 0 10px 10px;" />
|
111 |
-
<p><h4><?php _e('Lifetime License', 'adrotate'); ?> (€ 59.00)</h4><?php _e('Single installation.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1124&
|
112 |
-
<p><h4><?php _e('Duo License', 'adrotate'); ?> (€ 29.00 p/year)</h4><?php _e('Up to 2 installations.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1126&
|
113 |
-
<p><h4><?php _e('Multi License', 'adrotate'); ?> (€ 99.00 p/year)</h4><?php _e('Up to 10 installations.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1128&
|
114 |
-
<p><h4><?php _e('Developer License', 'adrotate'); ?> (€ 199.00 p/year)</h4><?php _e('Up to 25 installations or multisite networks.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1130&
|
115 |
<p><em><?php _e('Subscriptions get 1 year access to updates, email support & AdRotate Geo.', 'adrotate'); ?></em></p>
|
116 |
-
<p><h4><?php _e('Compare licenses', 'adrotate'); ?></h4> <?php _e("Not sure which license is for you?", 'adrotate'); ?> <a href="https://ajdg.solutions/products/adrotate-for-wordpress/?
|
117 |
</div>
|
118 |
</div>
|
119 |
-->
|
@@ -125,6 +125,6 @@
|
|
125 |
|
126 |
<div class="clear"></div>
|
127 |
|
128 |
-
<p><center>A grasp of the features AdRotate Pro has to offer over the free version. Check out the <a href="https://ajdg.solutions/products/adrotate-for-wordpress
|
129 |
<p><?php echo adrotate_trademark(); ?></p>
|
130 |
</div>
|
10 |
------------------------------------------------------------------------------------ */
|
11 |
?>
|
12 |
<div id="dashboard-widgets-wrap">
|
13 |
+
<p><center>Take a peek into professional advertising for WordPress websites and discover how you can benefit from the powerful features <a href="https://ajdg.solutions/products/adrotate-for-wordpress/?utm_campaign=adrotate-page&utm_medium=pro-page&utm_source=adrotate-free" target="_blank">AdRotate Professional</a> has to offer.</center></p>
|
14 |
|
15 |
<div id="dashboard-widgets" class="metabox-holder">
|
16 |
|
20 |
<h3><?php _e('Satisfy your advertisers', 'adrotate'); ?></h3>
|
21 |
<div class="postbox-adrotate">
|
22 |
<div class="inside">
|
23 |
+
<p><a href="https://ajdg.solutions/products/adrotate-for-wordpress/?utm_campaign=adrotate-page&utm_medium=pro-page&utm_source=adrotate-free" target="_blank"><img src="<?php echo plugins_url('/images/demo-satisfy.png', dirname(__FILE__)); ?>" class="alignleft pro-image" /></a><?php _e('Set up advertisers and let them log in to their statistics or even create their own adverts. Created adverts go into a moderation queue for your staff to review. Advertisers have access to their own little dashboard where they can see their adverts performance.', 'adrotate'); ?></p>
|
24 |
</div>
|
25 |
</div>
|
26 |
|
27 |
<h3><?php _e('Mobile campaigns', 'adrotate'); ?></h3>
|
28 |
<div class="postbox-adrotate">
|
29 |
<div class="inside">
|
30 |
+
<p><a href="https://ajdg.solutions/products/adrotate-for-wordpress/?utm_campaign=adrotate-page&utm_medium=pro-page&utm_source=adrotate-free" target="_blank"><img src="<?php echo plugins_url('/images/demo-mobile.png', dirname(__FILE__)); ?>" class="alignleft pro-image" /></a><?php _e('Target mobile users with ease and show the right adverts to smartphones, tablets and computers. Mix and match as you please and offer adverts that suit the device. Create as many mobile adverts as you want without effort and with a few easy to use options they show up where you want them to!', 'adrotate'); ?></p>
|
31 |
</div>
|
32 |
</div>
|
33 |
|
34 |
<h3><?php _e('Localize your ad campaigns with Geo Targeting', 'adrotate'); ?></h3>
|
35 |
<div class="postbox-adrotate">
|
36 |
<div class="inside">
|
37 |
+
<p><a href="https://ajdg.solutions/products/adrotate-for-wordpress/?utm_campaign=adrotate-page&utm_medium=pro-page&utm_source=adrotate-free" target="_blank"><img src="<?php echo plugins_url('/images/demo-geo-targeting.png', dirname(__FILE__)); ?>" class="alignleft pro-image" /></a><?php _e('Go nationwide or global with localized adverts for your various audiences. Set up adverts for countries and cities and sell impressions per general area. Connect your site to MaxMind GeoIP2: Precision or AdRotate Geo. AdRotate Geo is an exclusive Geo Lookup service for AdRotate Pro users.', 'adrotate'); ?></p>
|
38 |
</div>
|
39 |
</div>
|
40 |
|
41 |
<h3><?php _e('Get Premium Support almost all year round', 'adrotate'); ?></h3>
|
42 |
<div class="postbox-adrotate">
|
43 |
<div class="inside">
|
44 |
+
<p><a href="https://ajdg.solutions/products/adrotate-for-wordpress/?utm_campaign=adrotate-page&utm_medium=pro-page&utm_source=adrotate-free" target="_blank"><img src="<?php echo plugins_url('/images/demo-support.png', dirname(__FILE__)); ?>" class="alignleft pro-image" /></a><?php _e('When you activate your AdRotate Pro license you can use fast and personal email support. No more queueing up in the forums. AdRotate premium support takes priority over the forums and is checked much more often than the forum. Get a solution (usually) within one business day.', 'adrotate'); ?></p>
|
45 |
</div>
|
46 |
</div>
|
47 |
|
74 |
<h3><?php _e('Schedule all campaigns with ease', 'adrotate'); ?></h3>
|
75 |
<div class="postbox-adrotate">
|
76 |
<div class="inside">
|
77 |
+
<p><a href="https://ajdg.solutions/products/adrotate-for-wordpress/?utm_campaign=adrotate-page&utm_medium=pro-page&utm_source=adrotate-free" target="_blank"><img src="<?php echo plugins_url('/images/demo-schedule.png', dirname(__FILE__)); ?>" class="alignleft pro-image" /></a><?php _e('Schedule your adverts and set up advertising campaigns based on dates you or your advertisers specify without hassle. Seasonal adverts, weekly adverts. You name it, AdRotate schedules it. This makes planning your revenue stream much more easy. You can set one or many schedules for adverts.', 'adrotate'); ?></p>
|
78 |
</div>
|
79 |
</div>
|
80 |
|
81 |
<h3><?php _e('Avoid adblockers', 'adrotate'); ?></h3>
|
82 |
<div class="postbox-adrotate">
|
83 |
<div class="inside">
|
84 |
+
<p><a href="https://ajdg.solutions/products/adrotate-for-wordpress/?utm_campaign=adrotate-page&utm_medium=pro-page&utm_source=adrotate-free" target="_blank"><img src="<?php echo plugins_url('/images/demo-adblock.png', dirname(__FILE__)); ?>" class="alignleft pro-image" /></a><?php _e('Try and avoid adblockers so you adverts get the exposure you want them to have. AdRotate Pro offers some advanced tools to deceive adblockers so your adverts are less likely to be removed. Of-course make sure you create your adverts smartly so these features reach their full potential!', 'adrotate'); ?></p>
|
85 |
</div>
|
86 |
</div>
|
87 |
|
88 |
<h3><?php _e('Stay up-to-date with notifications', 'adrotate'); ?></h3>
|
89 |
<div class="postbox-adrotate">
|
90 |
<div class="inside">
|
91 |
+
<p><a href="https://ajdg.solutions/products/adrotate-for-wordpress/?utm_campaign=adrotate-page&utm_medium=pro-page&utm_source=adrotate-free" target="_blank"><img src="<?php echo plugins_url('/images/demo-notifications.png', dirname(__FILE__)); ?>" class="alignleft pro-image" /></a><?php _e('Stay in touch with Email notifications. Have AdRotate send you an alert when adverts expire or need your attention. Additionally, send push notifications to your iOS or Android device. Get notified when adverts expire, have errors or when advertisers create new adverts. Never miss an expiration date again.', 'adrotate'); ?></p>
|
92 |
</div>
|
93 |
</div>
|
94 |
|
95 |
<h3><?php _e('Buy AdRotate Professional', 'adrotate'); ?></h3>
|
96 |
<div class="postbox-adrotate">
|
97 |
<div class="inside">
|
98 |
+
<a href="https://ajdg.solutions/products/adrotate-for-wordpress/?utm_campaign=compare-licenses&utm_medium=pro-page&utm_source=adrotate-free"><img src="<?php echo WP_CONTENT_URL; ?>/plugins/adrotate/images/adrotate-product.png" alt="adrotate-product" width="150" height="150" align="right" style="padding: 0 0 10px 10px;" /></a>
|
99 |
+
<p><h4><?php _e('Single License', 'adrotate'); ?> (€ 29.00)</h4><?php _e('For one WordPress installation.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1124&utm_campaign=buy-single&utm_medium=pro-page&utm_source=adrotate-free" target="_blank"><?php _e('Buy now', 'adrotate'); ?> »</a></p>
|
100 |
+
<p><h4><?php _e('Duo License', 'adrotate'); ?> (€ 39.00)</h4><?php _e('For two WordPress installations.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1126&utm_campaign=buy-duo&utm_medium=pro-page&utm_source=adrotate-free" target="_blank"><?php _e('Buy now', 'adrotate'); ?> »</a></p>
|
101 |
+
<p><h4><?php _e('Multi License', 'adrotate'); ?> (€ 99.00)</h4><?php _e(' For up to five WordPress installations.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1128&utm_campaign=buy-multi&utm_medium=pro-page&utm_source=adrotate-free" target="_blank"><?php _e('Buy now', 'adrotate'); ?> »</a></p>
|
102 |
+
<p><h4><?php _e('Developer License', 'adrotate'); ?> (€ 299.00)</h4><?php _e('Unlimited WordPress installations and/or networks.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1130&utm_campaign=buy-developer&utm_medium=pro-page&utm_source=adrotate-free" target="_blank"><?php _e('Buy now', 'adrotate'); ?> »</a></p>
|
103 |
+
<p><h4><?php _e('Compare licenses', 'adrotate'); ?></h4> <?php _e("Not sure which license is for you? Compare them...", 'adrotate'); ?> <a href="https://ajdg.solutions/products/adrotate-for-wordpress/?utm_campaign=compare-licenses&utm_medium=pro-page&utm_source=adrotate-free" target="_blank"><?php _e('All Licenses', 'adrotate'); ?> »</a></p>
|
104 |
</div>
|
105 |
</div>
|
106 |
<!--
|
108 |
<div class="postbox-adrotate">
|
109 |
<div class="inside">
|
110 |
<img src="<?php echo WP_CONTENT_URL; ?>/plugins/adrotate/images/adrotate-product.png" alt="adrotate-product" width="150" height="150" align="right" style="padding: 0 0 10px 10px;" />
|
111 |
+
<p><h4><?php _e('Lifetime License', 'adrotate'); ?> (€ 59.00)</h4><?php _e('Single installation.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1124&utm_campaign=buy-single&utm_medium=pro-page&utm_source=adrotate-free" target="_blank"><?php _e('Buy now', 'adrotate'); ?> »</a></p>
|
112 |
+
<p><h4><?php _e('Duo License', 'adrotate'); ?> (€ 29.00 p/year)</h4><?php _e('Up to 2 installations.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1126&utm_campaign=buy-duo&utm_medium=pro-page&utm_source=adrotate-free" target="_blank"><?php _e('Buy now', 'adrotate'); ?> »</a></p>
|
113 |
+
<p><h4><?php _e('Multi License', 'adrotate'); ?> (€ 99.00 p/year)</h4><?php _e('Up to 10 installations.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1128&utm_campaign=buy-multi&utm_medium=pro-page&utm_source=adrotate-free" target="_blank"><?php _e('Buy now', 'adrotate'); ?> »</a></p>
|
114 |
+
<p><h4><?php _e('Developer License', 'adrotate'); ?> (€ 199.00 p/year)</h4><?php _e('Up to 25 installations or multisite networks.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1130&utm_campaign=buy-developer&utm_medium=pro-page&utm_source=adrotate-free" target="_blank"><?php _e('Buy now', 'adrotate'); ?> »</a></p>
|
115 |
<p><em><?php _e('Subscriptions get 1 year access to updates, email support & AdRotate Geo.', 'adrotate'); ?></em></p>
|
116 |
+
<p><h4><?php _e('Compare licenses', 'adrotate'); ?></h4> <?php _e("Not sure which license is for you?", 'adrotate'); ?> <a href="https://ajdg.solutions/products/adrotate-for-wordpress/?utm_campaign=compare-licenses&utm_medium=pro-page&utm_source=adrotate-free" target="_blank"><?php _e('Compare Licenses', 'adrotate'); ?> »</a></p>
|
117 |
</div>
|
118 |
</div>
|
119 |
-->
|
125 |
|
126 |
<div class="clear"></div>
|
127 |
|
128 |
+
<p><center>A grasp of the features AdRotate Pro has to offer over the free version. Check out the <a href="https://ajdg.solutions/products/adrotate-for-wordpress/??utm_campaign=adrotate-page&utm_medium=pro-page&utm_source=adrotate-free" target="_blank">AdRotate website</a> for more information.</center></p>
|
129 |
<p><?php echo adrotate_trademark(); ?></p>
|
130 |
</div>
|
dashboard/info.php
CHANGED
@@ -78,20 +78,20 @@ $data = get_option("adrotate_advert_status");
|
|
78 |
<h3><?php _e('Buy AdRotate Professional', 'adrotate'); ?></h3>
|
79 |
<div class="postbox-adrotate">
|
80 |
<div class="inside">
|
81 |
-
<a href="https://ajdg.solutions/products/adrotate-for-wordpress/?
|
82 |
-
<p><h4><?php _e('Single License', 'adrotate'); ?> (€ 29.00)</h4><?php _e('For one WordPress installation.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1124&
|
83 |
-
<p><h4><?php _e('Duo License', 'adrotate'); ?> (€ 39.00)</h4><?php _e('For two WordPress installations.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1126&
|
84 |
-
<p><h4><?php _e('Multi License', 'adrotate'); ?> (€ 99.00)</h4><?php _e(' For up to five WordPress installations.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1128&
|
85 |
-
<p><h4><?php _e('Developer License', 'adrotate'); ?> (€ 299.00)</h4><?php _e('Unlimited WordPress installations and/or networks.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1130&
|
86 |
-
<p><h4><?php _e('Compare licenses', 'adrotate'); ?></h4> <?php _e("Not sure which license is for you? Compare them...", 'adrotate'); ?> <a href="https://ajdg.solutions/products/adrotate-for-wordpress/?
|
87 |
<!--
|
88 |
<img src="<?php echo WP_CONTENT_URL; ?>/plugins/adrotate/images/adrotate-product.png" alt="adrotate-product" width="150" height="150" align="right" style="padding: 0 0 10px 10px;" />
|
89 |
-
<p><h4><?php _e('Lifetime License', 'adrotate'); ?> (€ 59.00)</h4><?php _e('Single installation.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1124&
|
90 |
-
<p><h4><?php _e('Duo License', 'adrotate'); ?> (€ 29.00 p/year)</h4><?php _e('Up to 2 installations.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1126&
|
91 |
-
<p><h4><?php _e('Multi License', 'adrotate'); ?> (€ 99.00 p/year)</h4><?php _e('Up to 10 installations.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1128&
|
92 |
-
<p><h4><?php _e('Developer License', 'adrotate'); ?> (€ 199.00 p/year)</h4><?php _e('Up to 25 installations or multisite networks.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1130&
|
93 |
<p><em><?php _e('Subscriptions get 1 year access to updates, email support & AdRotate Geo.', 'adrotate'); ?></em></p>
|
94 |
-
<p><h4><?php _e('Compare licenses', 'adrotate'); ?></h4> <?php _e("Not sure which license is for you?", 'adrotate'); ?> <a href="https://ajdg.solutions/products/adrotate-for-wordpress/?
|
95 |
-->
|
96 |
</div>
|
97 |
</div>
|
@@ -120,7 +120,7 @@ $data = get_option("adrotate_advert_status");
|
|
120 |
<div class="postbox-adrotate">
|
121 |
<div class="inside">
|
122 |
<p><img src="<?php echo plugins_url('/images/arnan-jungle.jpg', dirname(__FILE__)); ?>" alt="Arnan de Gans" width="55" height="55" align="left" class="adrotate-photo" style="margin: 0 10px 0 0;" />
|
123 |
-
<a href="http://meandmymac.net/?
|
124 |
<?php
|
125 |
wp_widget_rss_output('http://meandmymac.net/feed/', array(
|
126 |
'items' => 2,
|
78 |
<h3><?php _e('Buy AdRotate Professional', 'adrotate'); ?></h3>
|
79 |
<div class="postbox-adrotate">
|
80 |
<div class="inside">
|
81 |
+
<a href="https://ajdg.solutions/products/adrotate-for-wordpress/?utm_campaign=compare-licenses&utm_medium=info-page&utm_source=adrotate-free"><img src="<?php echo plugins_url('/images/adrotate-product.png', dirname(__FILE__)); ?>" alt="adrotate-product" width="150" height="150" align="right" style="padding: 0 0 10px 10px;" /></a>
|
82 |
+
<p><h4><?php _e('Single License', 'adrotate'); ?> (€ 29.00)</h4><?php _e('For one WordPress installation.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1124&utm_campaign=buy-single&utm_medium=info-page&utm_source=adrotate-free" target="_blank"><?php _e('Buy now', 'adrotate'); ?> »</a></p>
|
83 |
+
<p><h4><?php _e('Duo License', 'adrotate'); ?> (€ 39.00)</h4><?php _e('For two WordPress installations.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1126&utm_campaign=buy-duo&utm_medium=info-page&utm_source=adrotate-free" target="_blank"><?php _e('Buy now', 'adrotate'); ?> »</a></p>
|
84 |
+
<p><h4><?php _e('Multi License', 'adrotate'); ?> (€ 99.00)</h4><?php _e(' For up to five WordPress installations.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1128&utm_campaign=buy-multi&utm_medium=info-page&utm_source=adrotate-free" target="_blank"><?php _e('Buy now', 'adrotate'); ?> »</a></p>
|
85 |
+
<p><h4><?php _e('Developer License', 'adrotate'); ?> (€ 299.00)</h4><?php _e('Unlimited WordPress installations and/or networks.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1130&utm_campaign=buy-developer&utm_medium=info-page&utm_source=adrotate-free" target="_blank"><?php _e('Buy now', 'adrotate'); ?> »</a></p>
|
86 |
+
<p><h4><?php _e('Compare licenses', 'adrotate'); ?></h4> <?php _e("Not sure which license is for you? Compare them...", 'adrotate'); ?> <a href="https://ajdg.solutions/products/adrotate-for-wordpress/?utm_campaign=compare-license&utm_medium=info-page&utm_source=adrotate-free" target="_blank"><?php _e('All Licenses', 'adrotate'); ?> »</a></p>
|
87 |
<!--
|
88 |
<img src="<?php echo WP_CONTENT_URL; ?>/plugins/adrotate/images/adrotate-product.png" alt="adrotate-product" width="150" height="150" align="right" style="padding: 0 0 10px 10px;" />
|
89 |
+
<p><h4><?php _e('Lifetime License', 'adrotate'); ?> (€ 59.00)</h4><?php _e('Single installation.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1124&utm_campaign=buy-single&utm_medium=info-page&utm_source=adrotate-free" target="_blank"><?php _e('Buy now', 'adrotate'); ?> »</a></p>
|
90 |
+
<p><h4><?php _e('Duo License', 'adrotate'); ?> (€ 29.00 p/year)</h4><?php _e('Up to 2 installations.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1126&utm_campaign=buy-duo&utm_medium=info-page&utm_source=adrotate-free" target="_blank"><?php _e('Buy now', 'adrotate'); ?> »</a></p>
|
91 |
+
<p><h4><?php _e('Multi License', 'adrotate'); ?> (€ 99.00 p/year)</h4><?php _e('Up to 10 installations.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1128&utm_campaign=buy-multi&utm_medium=info-page&utm_source=adrotate-free" target="_blank"><?php _e('Buy now', 'adrotate'); ?> »</a></p>
|
92 |
+
<p><h4><?php _e('Developer License', 'adrotate'); ?> (€ 199.00 p/year)</h4><?php _e('Up to 25 installations or multisite networks.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1130&utm_campaign=buy-developer&utm_medium=info-page&utm_source=adrotate-free" target="_blank"><?php _e('Buy now', 'adrotate'); ?> »</a></p>
|
93 |
<p><em><?php _e('Subscriptions get 1 year access to updates, email support & AdRotate Geo.', 'adrotate'); ?></em></p>
|
94 |
+
<p><h4><?php _e('Compare licenses', 'adrotate'); ?></h4> <?php _e("Not sure which license is for you?", 'adrotate'); ?> <a href="https://ajdg.solutions/products/adrotate-for-wordpress/?utm_campaign=compare-license&utm_medium=info-page&utm_source=adrotate-free" target="_blank"><?php _e('Compare Licenses', 'adrotate'); ?> »</a></p>
|
95 |
-->
|
96 |
</div>
|
97 |
</div>
|
120 |
<div class="postbox-adrotate">
|
121 |
<div class="inside">
|
122 |
<p><img src="<?php echo plugins_url('/images/arnan-jungle.jpg', dirname(__FILE__)); ?>" alt="Arnan de Gans" width="55" height="55" align="left" class="adrotate-photo" style="margin: 0 10px 0 0;" />
|
123 |
+
<a href="http://meandmymac.net/?utm_campaign=homepage&utm_medium=info-page&utm_source=adrotate-free" title="Arnan de Gans">Arnan de Gans</a> (<a href="https://ajdg.solutions/?utm_campaign=homepage&utm_medium=info-page&utm_source=adrotate-free" title="Arnan de Gans">AJdG Solutions</a>) - <?php _e('I am a digital nomad in the Philippines. Click on my name to find out more about me and what I am doing. Thanks for your support and for using my plugins!', 'adrotate'); ?></p>
|
124 |
<?php
|
125 |
wp_widget_rss_output('http://meandmymac.net/feed/', array(
|
126 |
'items' => 2,
|
dashboard/settings/statistics.php
CHANGED
@@ -22,11 +22,11 @@
|
|
22 |
<option value="0" disabled>Google Analytics (Faster)</option>
|
23 |
</select><br />
|
24 |
<span class="description">
|
25 |
-
<strong>Interal Tracker</strong> - <?php _e('Tracks impressions and clicks internally', 'adrotate'); ?>, <a href="https://ajdg.solutions/manuals/adrotate-manuals/adrotate-statistics/?
|
26 |
<strong>Supports:</strong> <em><?php _e('Click and Impression recording, Click and impression limits, impression spread for schedules, local stats display. Javascript/HTML5/Flash adverts will only track impressions.', 'adrotate'); ?></em><br /><br />
|
27 |
-
<strong>Piwik Analytics (<?php _e('In AdRotate Pro!', 'adrotate'); ?>)</strong> - <?php _e('Requires Piwik Analytics tracker installed in your sites footer! Uses data attributes', 'adrotate'); ?>, <a href="https://ajdg.solutions/manuals/adrotate-manuals/piwik-analytics/?
|
28 |
<strong>Supports:</strong> <em><?php _e('Click and Impression recording via Cookie, stats are displayed in Actions > Contents.', 'adrotate'); ?></em><br /><br />
|
29 |
-
<strong>Google Analytics (<?php _e('In AdRotate Pro!', 'adrotate'); ?>)</strong> - <?php _e('Requires Google Universal Analytics tracker installed in your sites footer! uses onClick() and onload() in adverts', 'adrotate'); ?>, <a href="https://ajdg.solutions/manuals/adrotate-manuals/google-analytics/?
|
30 |
<strong>Supports:</strong> <em><?php _e('Click and Impression recording via Cookie, stats are displayed in Events > Banner.', 'adrotate'); ?></em>
|
31 |
</span>
|
32 |
</td>
|
22 |
<option value="0" disabled>Google Analytics (Faster)</option>
|
23 |
</select><br />
|
24 |
<span class="description">
|
25 |
+
<strong>Interal Tracker</strong> - <?php _e('Tracks impressions and clicks internally', 'adrotate'); ?>, <a href="https://ajdg.solutions/manuals/adrotate-manuals/adrotate-statistics/?utm_campaign=adrotate-manual&utm_medium=settings&utm_source=adrotate-free" target="_blank"><?php _e('manual', 'adrotate'); ?></a>.<br />
|
26 |
<strong>Supports:</strong> <em><?php _e('Click and Impression recording, Click and impression limits, impression spread for schedules, local stats display. Javascript/HTML5/Flash adverts will only track impressions.', 'adrotate'); ?></em><br /><br />
|
27 |
+
<strong>Piwik Analytics (<?php _e('In AdRotate Pro!', 'adrotate'); ?>)</strong> - <?php _e('Requires Piwik Analytics tracker installed in your sites footer! Uses data attributes', 'adrotate'); ?>, <a href="https://ajdg.solutions/manuals/adrotate-manuals/piwik-analytics/?utm_campaign=adrotate-manual&utm_medium=settings&utm_source=adrotate-freepk_campaign=adrotatepro_settings" target="_blank"><?php _e('manual', 'adrotate'); ?></a>.<br />
|
28 |
<strong>Supports:</strong> <em><?php _e('Click and Impression recording via Cookie, stats are displayed in Actions > Contents.', 'adrotate'); ?></em><br /><br />
|
29 |
+
<strong>Google Analytics (<?php _e('In AdRotate Pro!', 'adrotate'); ?>)</strong> - <?php _e('Requires Google Universal Analytics tracker installed in your sites footer! uses onClick() and onload() in adverts', 'adrotate'); ?>, <a href="https://ajdg.solutions/manuals/adrotate-manuals/google-analytics/?utm_campaign=adrotate-manual&utm_medium=settings&utm_source=adrotate-free" target="_blank"><?php _e('manual', 'adrotate'); ?></a>.<br />
|
30 |
<strong>Supports:</strong> <em><?php _e('Click and Impression recording via Cookie, stats are displayed in Events > Banner.', 'adrotate'); ?></em>
|
31 |
</span>
|
32 |
</td>
|
language/adrotate-bg_BG.mo
CHANGED
Binary file
|
language/adrotate-bg_BG.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: AdRotate\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2016-
|
6 |
-
"PO-Revision-Date: 2016-
|
7 |
"Last-Translator: Arnan de Gans <info@ajdg.net>\n"
|
8 |
"Language-Team: Nedko Ivanov <cocacoli4ko@gmail.com>\n"
|
9 |
"Language: bg_BG\n"
|
@@ -13,7 +13,7 @@ msgstr ""
|
|
13 |
"X-Poedit-KeywordsList: __;_e;_\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
-
"X-Generator: Poedit 1.8.
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
@@ -115,15 +115,15 @@ msgstr ""
|
|
115 |
msgid "Unexpected error"
|
116 |
msgstr ""
|
117 |
|
118 |
-
#: adrotate-manage-publisher.php:
|
119 |
msgid "AdRotate Advertiser"
|
120 |
msgstr ""
|
121 |
|
122 |
-
#: adrotate-output.php:
|
123 |
msgid "Oh no! Something went wrong!"
|
124 |
msgstr "О не! Нещо се случи!"
|
125 |
|
126 |
-
#: adrotate-output.php:
|
127 |
msgid ""
|
128 |
"WordPress was unable to verify the authenticity of the url you have clicked. "
|
129 |
"Verify if the url used is valid or log in via your browser."
|
@@ -132,17 +132,17 @@ msgstr ""
|
|
132 |
"кликнал. Проверете дали адреса е валиден или се впишете посредством браузъра "
|
133 |
"си."
|
134 |
|
135 |
-
#: adrotate-output.php:
|
136 |
msgid ""
|
137 |
"If you have received the url you want to visit via email, you are being "
|
138 |
"tricked!"
|
139 |
msgstr "Ако сте получили този адрес по email, то някой ви е изиграл!"
|
140 |
|
141 |
-
#: adrotate-output.php:
|
142 |
msgid "Contact support if the issue persists:"
|
143 |
msgstr "Свържете се с поддръжката, ако този проблем продължави да се появява:"
|
144 |
|
145 |
-
#: adrotate-output.php:
|
146 |
msgid ""
|
147 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
148 |
"restrictions or does not exist!"
|
@@ -150,33 +150,33 @@ msgstr ""
|
|
150 |
"Грешка, рекламата не е налична в момента, поради ограничения в графика/"
|
151 |
"геолокацията или не съществува!"
|
152 |
|
153 |
-
#: adrotate-output.php:
|
154 |
msgid ""
|
155 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
156 |
"restrictions!"
|
157 |
msgstr ""
|
158 |
"Грешка, рекламата не е налична, поради ограничения в графика/геолокацията!"
|
159 |
|
160 |
-
#: adrotate-output.php:
|
161 |
msgid ""
|
162 |
"Either there are no banners, they are disabled or none qualified for this "
|
163 |
"location!"
|
164 |
msgstr ""
|
165 |
"Няма налични банери, те са деактивирани или не са подходящи за това място!"
|
166 |
|
167 |
-
#: adrotate-output.php:
|
168 |
msgid "Error, no Ad ID set! Check your syntax!"
|
169 |
msgstr "Грешка, не е зададено ID на рекламата! Проверете синтаксиса!"
|
170 |
|
171 |
-
#: adrotate-output.php:
|
172 |
msgid "Error, no group ID set! Check your syntax!"
|
173 |
msgstr "Грешка, не е зададено ID на групата! Проверете синтаксиса!"
|
174 |
|
175 |
-
#: adrotate-output.php:
|
176 |
msgid "Error, group does not exist! Check your syntax!"
|
177 |
msgstr "Грешка, групата не съществува! Проверете синтаксиса!"
|
178 |
|
179 |
-
#: adrotate-output.php:
|
180 |
msgid ""
|
181 |
"There was an error locating the database tables for AdRotate. Please "
|
182 |
"deactivate and re-activate AdRotate from the plugin page!!"
|
@@ -184,46 +184,47 @@ msgstr ""
|
|
184 |
"Не могат да бъдат открити таблиците на AdRotate в базата данни. Моля, "
|
185 |
"изключете и включете наново AdRotate от страницата с плъгините!!"
|
186 |
|
187 |
-
#: adrotate-output.php:
|
188 |
msgid "If this does not solve the issue please seek support at"
|
189 |
msgstr "Ако това не решава проблема, моля потърсете помощ на"
|
190 |
|
191 |
-
#: adrotate-output.php:
|
192 |
msgid "An unknown error occured."
|
193 |
msgstr "Възникна неизвестна грешка."
|
194 |
|
195 |
-
#: adrotate-output.php:
|
|
|
196 |
msgid "Check adverts"
|
197 |
msgstr ""
|
198 |
|
199 |
-
#: adrotate-output.php:
|
200 |
msgid ""
|
201 |
"You have enable caching support but W3 Total Cache is not active on your "
|
202 |
"site!"
|
203 |
msgstr ""
|
204 |
|
205 |
-
#: adrotate-output.php:
|
206 |
msgid ""
|
207 |
"You have enable caching support but the W3TC_DYNAMIC_SECURITY definition is "
|
208 |
"not set."
|
209 |
msgstr ""
|
210 |
|
211 |
-
#: adrotate-output.php:
|
212 |
msgid "Your AdRotate Banner folder is not writable or does not exist."
|
213 |
msgstr ""
|
214 |
|
215 |
-
#: adrotate-output.php:
|
216 |
#: dashboard/adrotatepro.php:100 dashboard/adrotatepro.php:101
|
217 |
#: dashboard/adrotatepro.php:102 dashboard/adrotatepro.php:111
|
218 |
#: dashboard/adrotatepro.php:112 dashboard/adrotatepro.php:113
|
219 |
#: dashboard/adrotatepro.php:114 dashboard/info.php:82 dashboard/info.php:83
|
220 |
#: dashboard/info.php:84 dashboard/info.php:85 dashboard/info.php:89
|
221 |
#: dashboard/info.php:90 dashboard/info.php:91 dashboard/info.php:92
|
222 |
-
#: dashboard/settings/geotargeting.php:
|
223 |
msgid "Buy now"
|
224 |
msgstr "Купи сега"
|
225 |
|
226 |
-
#: adrotate-output.php:
|
227 |
msgid ""
|
228 |
"You've been using <strong>AdRotate</strong> for a while now. Why not upgrade "
|
229 |
"to the <strong>PRO</strong> version"
|
@@ -231,67 +232,67 @@ msgstr ""
|
|
231 |
"Използвате <strong>AdRotate</strong> от известно време. Защо не надградите "
|
232 |
"до <strong>PRO</strong> версията"
|
233 |
|
234 |
-
#: adrotate-output.php:
|
235 |
#, php-format
|
236 |
msgid ""
|
237 |
"Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
|
238 |
msgstr ""
|
239 |
|
240 |
-
#: adrotate-output.php:
|
241 |
msgid "Thank you for your purchase!"
|
242 |
msgstr ""
|
243 |
|
244 |
-
#: adrotate-output.php:
|
245 |
msgid ""
|
246 |
"Welcome, and thanks for using AdRotate. Everything related to AdRotate is in "
|
247 |
"this menu. Check out the"
|
248 |
msgstr ""
|
249 |
|
250 |
-
#: adrotate-output.php:
|
251 |
msgid "manuals"
|
252 |
msgstr "ръководства"
|
253 |
|
254 |
-
#: adrotate-output.php:
|
255 |
msgid "and"
|
256 |
msgstr "и"
|
257 |
|
258 |
-
#: adrotate-output.php:
|
259 |
msgid "forums"
|
260 |
msgstr ""
|
261 |
|
262 |
-
#: adrotate-output.php:
|
263 |
msgid "Useful Links"
|
264 |
msgstr "Полезни връзки"
|
265 |
|
266 |
-
#: adrotate-output.php:
|
267 |
msgid "Useful links to learn more about AdRotate"
|
268 |
msgstr "Полезни връзки, за да получите повече информация за AdRotate"
|
269 |
|
270 |
-
#: adrotate-output.php:
|
271 |
msgid "AdRotate website"
|
272 |
msgstr ""
|
273 |
|
274 |
-
#: adrotate-output.php:
|
275 |
msgid "Getting Started With AdRotate"
|
276 |
msgstr "Започнете от нулата с AdRotate Pro"
|
277 |
|
278 |
-
#: adrotate-output.php:
|
279 |
msgid "AdRotate manuals"
|
280 |
msgstr ""
|
281 |
|
282 |
-
#: adrotate-output.php:
|
283 |
msgid "AdRotate Support Forum"
|
284 |
msgstr "Форум за поддръжка на AdRotate"
|
285 |
|
286 |
-
#: adrotate-output.php:
|
287 |
msgid "Help AdRotate Grow"
|
288 |
msgstr "Помогнете за развитието на AdRotate"
|
289 |
|
290 |
-
#: adrotate-output.php:
|
291 |
msgid "Follow Arnan on Facebook"
|
292 |
msgstr ""
|
293 |
|
294 |
-
#: adrotate-output.php:
|
295 |
msgid ""
|
296 |
"A lot of users only think to review AdRotate when something goes wrong while "
|
297 |
"thousands of people use AdRotate satisfactory. Don't let this go unnoticed."
|
@@ -300,35 +301,36 @@ msgstr ""
|
|
300 |
"се обърка, докато хиляди хора използват AdRotate безпроблемно. Не оставяйте "
|
301 |
"това да остане незабелязано."
|
302 |
|
303 |
-
#: adrotate-output.php:
|
304 |
msgid "If you find AdRotate useful please leave your honest"
|
305 |
msgstr "Ако намирате AdRotate за полезен, моля оставете честна"
|
306 |
|
307 |
-
#: adrotate-output.php:
|
308 |
msgid "rating"
|
309 |
msgstr "оценка"
|
310 |
|
311 |
-
#: adrotate-output.php:
|
312 |
msgid "review"
|
313 |
msgstr "мнение"
|
314 |
|
315 |
-
#: adrotate-output.php:
|
316 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
317 |
msgstr "на WordPress.org, за да се развива AdRotate"
|
318 |
|
319 |
-
#: adrotate-output.php:
|
|
|
320 |
msgid "Available in AdRotate Pro"
|
321 |
msgstr "Налично в AdRotate Pro"
|
322 |
|
323 |
-
#: adrotate-output.php:
|
324 |
msgid "More information..."
|
325 |
msgstr "Повече информация..."
|
326 |
|
327 |
-
#: adrotate-output.php:
|
328 |
msgid "This feature is available in AdRotate Pro"
|
329 |
msgstr "Тази функционалност е налична в AdRotate Pro"
|
330 |
|
331 |
-
#: adrotate-output.php:
|
332 |
msgid "Learn more"
|
333 |
msgstr "Повече информация"
|
334 |
|
@@ -464,7 +466,7 @@ msgstr ""
|
|
464 |
msgid "Manage Groups"
|
465 |
msgstr "Управление на групи"
|
466 |
|
467 |
-
#: adrotate.php:109 adrotate.php:
|
468 |
msgid "Manage Schedules"
|
469 |
msgstr "Управление на графици"
|
470 |
|
@@ -488,28 +490,27 @@ msgstr "AdRotate Professional"
|
|
488 |
msgid "Advert Management"
|
489 |
msgstr ""
|
490 |
|
491 |
-
#: adrotate.php:
|
492 |
msgid "Manage"
|
493 |
msgstr "Управление"
|
494 |
|
495 |
-
#: adrotate.php:
|
496 |
msgid "Add New"
|
497 |
msgstr "Добавяне"
|
498 |
|
499 |
-
#: adrotate.php:
|
500 |
msgid "Group Management"
|
501 |
msgstr "Управление на групи"
|
502 |
|
503 |
-
#: adrotate.php:
|
504 |
-
#: dashboard/publisher/groups-main.php:70
|
505 |
msgid "Report"
|
506 |
msgstr "Доклад"
|
507 |
|
508 |
-
#: adrotate.php:
|
509 |
msgid "Schedule Management available in AdRotate Pro"
|
510 |
msgstr "Управление с графици е налично в AdRotate Pro"
|
511 |
|
512 |
-
#: adrotate.php:
|
513 |
msgid ""
|
514 |
"Schedule management and multiple schedules per advert is available in "
|
515 |
"AdRotate Pro."
|
@@ -517,28 +518,28 @@ msgstr ""
|
|
517 |
"Управлението на графици и множество графици за една реклама са налични в "
|
518 |
"AdRotate Pro."
|
519 |
|
520 |
-
#: adrotate.php:
|
521 |
#: dashboard/publisher/adverts-main.php:114
|
522 |
#: dashboard/publisher/groups-edit.php:75
|
523 |
#: dashboard/publisher/groups-main.php:89
|
524 |
msgid "More information"
|
525 |
msgstr "Повече информация"
|
526 |
|
527 |
-
#: adrotate.php:
|
528 |
#: dashboard/publisher/adverts-error.php:19
|
529 |
#: dashboard/publisher/adverts-main.php:20
|
530 |
#: dashboard/publisher/groups-main.php:20
|
531 |
msgid "Bulk Actions"
|
532 |
msgstr "Масови действия"
|
533 |
|
534 |
-
#: adrotate.php:
|
535 |
#: dashboard/publisher/adverts-error.php:29
|
536 |
#: dashboard/publisher/adverts-main.php:30
|
537 |
#: dashboard/publisher/groups-main.php:24
|
538 |
msgid "Go"
|
539 |
msgstr "Напред"
|
540 |
|
541 |
-
#: adrotate.php:
|
542 |
#: dashboard/publisher/adverts-error.php:39
|
543 |
#: dashboard/publisher/adverts-main.php:39
|
544 |
#: dashboard/publisher/groups-edit.php:51
|
@@ -546,87 +547,87 @@ msgstr "Напред"
|
|
546 |
msgid "ID"
|
547 |
msgstr "ID"
|
548 |
|
549 |
-
#: adrotate.php:
|
550 |
msgid "Start"
|
551 |
msgstr "Начало"
|
552 |
|
553 |
-
#: adrotate.php:
|
554 |
msgid "End"
|
555 |
msgstr "Край"
|
556 |
|
557 |
-
#: adrotate.php:
|
558 |
msgid "Ads"
|
559 |
msgstr "Реклами"
|
560 |
|
561 |
-
#: adrotate.php:
|
562 |
msgid "Max Impressions"
|
563 |
msgstr "Максимум импресии"
|
564 |
|
565 |
-
#: adrotate.php:
|
566 |
msgid "Max Clicks"
|
567 |
msgstr "Максимум кликове"
|
568 |
|
569 |
-
#: adrotate.php:
|
570 |
msgid "No schedules created yet!"
|
571 |
msgstr "Все още няма създадени графици!"
|
572 |
|
573 |
-
#: adrotate.php:
|
574 |
msgid "Easily manage your schedules from here with AdRotate Pro."
|
575 |
msgstr "Можете лесно да управлявате графиците си от тук с AdRotate Pro."
|
576 |
|
577 |
-
#: adrotate.php:
|
578 |
msgid "Upgrade today!"
|
579 |
msgstr "Надградете днес!"
|
580 |
|
581 |
-
#: adrotate.php:
|
582 |
#: dashboard/publisher/groups-edit.php:387
|
583 |
msgid "Expires soon."
|
584 |
msgstr "Изтича скоро."
|
585 |
|
586 |
-
#: adrotate.php:
|
587 |
#: dashboard/publisher/groups-edit.php:388
|
588 |
msgid "Has expired."
|
589 |
msgstr "Изтекла."
|
590 |
|
591 |
-
#: adrotate.php:
|
592 |
msgid "Media Management available in AdRotate Pro"
|
593 |
msgstr "Управление на медия е налично в AdRotate Pro"
|
594 |
|
595 |
-
#: adrotate.php:
|
596 |
msgid "Upload images to the AdRotate Pro banners folder from here."
|
597 |
msgstr ""
|
598 |
|
599 |
-
#: adrotate.php:
|
600 |
msgid ""
|
601 |
"This is useful if you use responsive adverts with multiple images or have "
|
602 |
"HTML5 adverts containing multiple files."
|
603 |
msgstr ""
|
604 |
|
605 |
-
#: adrotate.php:
|
606 |
msgid "Media uploading and management is available in AdRotate Pro."
|
607 |
msgstr "Управлението и качването на медия са налични в AdRotate Pro."
|
608 |
|
609 |
-
#: adrotate.php:
|
610 |
msgid "Upload new file"
|
611 |
msgstr ""
|
612 |
|
613 |
-
#: adrotate.php:
|
614 |
msgid "Accepted files:"
|
615 |
msgstr ""
|
616 |
|
617 |
-
#: adrotate.php:
|
618 |
msgid "For HTML5 ads you can also upload html and javascript files."
|
619 |
msgstr ""
|
620 |
|
621 |
-
#: adrotate.php:
|
622 |
msgid "Maximum size is 512Kb."
|
623 |
msgstr "Максималния размер е 512Kb."
|
624 |
|
625 |
-
#: adrotate.php:
|
626 |
msgid "Important:"
|
627 |
msgstr "Важно:"
|
628 |
|
629 |
-
#: adrotate.php:
|
630 |
msgid ""
|
631 |
"Make sure your file has no spaces or special characters in the name. Replace "
|
632 |
"spaces with a - or _."
|
@@ -634,13 +635,13 @@ msgstr ""
|
|
634 |
"Уверете се, че файла няма интервали и специални знаци в името си. Заместете "
|
635 |
"интервалите с - или _."
|
636 |
|
637 |
-
#: adrotate.php:
|
638 |
msgid ""
|
639 |
"If you remove spaces from filenames for HTML5 adverts also edit the html "
|
640 |
"file so it knows about the changed name. For example for the javascript file."
|
641 |
msgstr ""
|
642 |
|
643 |
-
#: adrotate.php:
|
644 |
msgid ""
|
645 |
"For responsive adverts make sure the filename is in the following format; "
|
646 |
"\"imagename.full.ext\". A full set of sized images is strongly recommended."
|
@@ -649,7 +650,7 @@ msgstr ""
|
|
649 |
"формат: \"imagename.full.ext\". Пълен набор от правилно оразмерени картинки "
|
650 |
"е строго препоръчителен."
|
651 |
|
652 |
-
#: adrotate.php:
|
653 |
msgid ""
|
654 |
"For smaller size images use \".320\", \".480\", \".768\" or \".1024\" in the "
|
655 |
"filename instead of \".full\" for the various viewports."
|
@@ -658,12 +659,12 @@ msgstr ""
|
|
658 |
"използвайте \".320\", \".480\", \".768\" или \".1024\" в имената на "
|
659 |
"файловете, вместо \".full\"."
|
660 |
|
661 |
-
#: adrotate.php:
|
662 |
#: dashboard/publisher/groups-edit.php:320
|
663 |
msgid "Example:"
|
664 |
msgstr "Пример:"
|
665 |
|
666 |
-
#: adrotate.php:
|
667 |
msgid ""
|
668 |
"image.full.jpg, image.320.jpg and image.768.jpg will serve the same advert "
|
669 |
"for different viewports."
|
@@ -671,51 +672,51 @@ msgstr ""
|
|
671 |
"image.full.jpg, image.320.jpg и image.768.jpg ще се използват от една и съща "
|
672 |
"реклама в различни резолюции на екрана."
|
673 |
|
674 |
-
#: adrotate.php:
|
675 |
msgid "Upload file"
|
676 |
msgstr ""
|
677 |
|
678 |
-
#: adrotate.php:
|
679 |
msgid "Click only once per file!"
|
680 |
msgstr ""
|
681 |
|
682 |
-
#: adrotate.php:
|
683 |
msgid "Available files in"
|
684 |
msgstr ""
|
685 |
|
686 |
-
#: adrotate.php:
|
687 |
#: dashboard/publisher/groups-main.php:33
|
688 |
msgid "Name"
|
689 |
msgstr "Име"
|
690 |
|
691 |
-
#: adrotate.php:
|
692 |
msgid "Actions"
|
693 |
msgstr "Действия"
|
694 |
|
695 |
-
#: adrotate.php:
|
696 |
-
#: adrotate.php:
|
697 |
#: dashboard/publisher/adverts-disabled.php:22
|
698 |
#: dashboard/publisher/adverts-error.php:21
|
699 |
#: dashboard/publisher/adverts-main.php:22
|
700 |
msgid "Delete"
|
701 |
msgstr "Изтриване"
|
702 |
|
703 |
-
#: adrotate.php:
|
704 |
msgid ""
|
705 |
"Make sure the banner images are not in use by adverts when you delete them!"
|
706 |
msgstr ""
|
707 |
"Уверете се, че картинките за банери не се използват от реклами, преди да ги "
|
708 |
"изтриете!"
|
709 |
|
710 |
-
#: adrotate.php:
|
711 |
msgid "Manage your banner folder from here with AdRotate Pro."
|
712 |
msgstr "Можете да управлявате папката с банери от тук с AdRotate Pro."
|
713 |
|
714 |
-
#: adrotate.php:
|
715 |
msgid "AdRotate Settings"
|
716 |
msgstr "AdRotate Настройки"
|
717 |
|
718 |
-
#: adrotate.php:
|
719 |
msgid "Update Options"
|
720 |
msgstr "Опции за обновяване"
|
721 |
|
@@ -755,8 +756,8 @@ msgstr "Локализирайте своите рекламни кампани
|
|
755 |
msgid ""
|
756 |
"Go nationwide or global with localized adverts for your various audiences. "
|
757 |
"Set up adverts for countries and cities and sell impressions per general "
|
758 |
-
"area. Connect your site to MaxMind GeoIP2: Precision
|
759 |
-
"
|
760 |
msgstr ""
|
761 |
|
762 |
#: dashboard/adrotatepro.php:41
|
@@ -768,10 +769,10 @@ msgid ""
|
|
768 |
"When you activate your AdRotate Pro license you can use fast and personal "
|
769 |
"email support. No more queueing up in the forums. AdRotate premium support "
|
770 |
"takes priority over the forums and is checked much more often than the "
|
771 |
-
"forum. Get a solution (usually) within
|
772 |
msgstr ""
|
773 |
|
774 |
-
#: dashboard/adrotatepro.php:48 dashboard/info.php:
|
775 |
msgid "AdRotate is brought to you by"
|
776 |
msgstr "AdRotate достига до Вас, благодарение на"
|
777 |
|
@@ -806,10 +807,9 @@ msgstr ""
|
|
806 |
#: dashboard/adrotatepro.php:91
|
807 |
msgid ""
|
808 |
"Stay in touch with Email notifications. Have AdRotate send you an alert when "
|
809 |
-
"adverts expire or need your attention. Additionally,
|
810 |
-
"
|
811 |
-
"
|
812 |
-
"miss an expiration date again."
|
813 |
msgstr ""
|
814 |
|
815 |
#: dashboard/adrotatepro.php:95 dashboard/adrotatepro.php:107
|
@@ -937,43 +937,17 @@ msgid ""
|
|
937 |
"for updates about me and my plugins. Thank you!"
|
938 |
msgstr ""
|
939 |
|
940 |
-
#: dashboard/info.php:
|
941 |
-
msgid ""
|
942 |
-
"Premium plugins, support and services for WordPress and WooCommerce! I am a "
|
943 |
-
"digital nomad in the Philippines. Click on my name to find out more about me "
|
944 |
-
"and what I am doing. Thanks for your support and for using my plugins!"
|
945 |
msgstr ""
|
946 |
|
947 |
-
#: dashboard/info.php:
|
948 |
-
msgid "Get more features with AdRotate Pro"
|
949 |
-
msgstr "Получете по-голяма функционалност с AdRotate Pro"
|
950 |
-
|
951 |
-
#: dashboard/info.php:116
|
952 |
msgid ""
|
953 |
-
"
|
954 |
-
"
|
955 |
-
"
|
956 |
-
msgstr ""
|
957 |
-
"Възползвайте се от допълнителните функции, като рекламни кампании, за да "
|
958 |
-
"подобрите приходите. Използвайте пълния потенциал на сайта си с мощните "
|
959 |
-
"функции, които предлага AdRotate Pro спрямо безплатната версия."
|
960 |
-
|
961 |
-
#: dashboard/info.php:116
|
962 |
-
msgid "Want to know more about"
|
963 |
msgstr ""
|
964 |
|
965 |
-
#: dashboard/info.php:116
|
966 |
-
msgid "Visit the"
|
967 |
-
msgstr "Посетете"
|
968 |
-
|
969 |
-
#: dashboard/info.php:116
|
970 |
-
msgid "website"
|
971 |
-
msgstr "уебсайт"
|
972 |
-
|
973 |
-
#: dashboard/info.php:120
|
974 |
-
msgid "AdRotate News and Developer Blog"
|
975 |
-
msgstr "AdRotate блог за новини и разработка"
|
976 |
-
|
977 |
#: dashboard/publisher/adverts-disabled.php:15
|
978 |
msgid "Disabled Adverts"
|
979 |
msgstr ""
|
@@ -1038,6 +1012,8 @@ msgstr "Редакция"
|
|
1038 |
|
1039 |
#: dashboard/publisher/adverts-disabled.php:74
|
1040 |
#: dashboard/publisher/adverts-error.php:64
|
|
|
|
|
1041 |
msgid "Stats"
|
1042 |
msgstr "Статистики"
|
1043 |
|
@@ -1481,7 +1457,7 @@ msgstr "ID - Име"
|
|
1481 |
|
1482 |
#: dashboard/publisher/adverts-edit.php:406
|
1483 |
#: dashboard/publisher/groups-main.php:60
|
1484 |
-
#: dashboard/settings/geotargeting.php:
|
1485 |
msgid "Default"
|
1486 |
msgstr "По подразбиране"
|
1487 |
|
@@ -2187,44 +2163,40 @@ msgstr ""
|
|
2187 |
msgid "Which Geo Service"
|
2188 |
msgstr ""
|
2189 |
|
2190 |
-
#: dashboard/settings/geotargeting.php:
|
2191 |
msgid ""
|
2192 |
"The most complete and accurate geo targeting you can get for only $20 USD "
|
2193 |
"per 50000 lookups."
|
2194 |
msgstr ""
|
2195 |
|
2196 |
-
#: dashboard/settings/geotargeting.php:
|
2197 |
-
msgid "
|
2198 |
-
msgstr ""
|
2199 |
-
|
2200 |
-
#: dashboard/settings/geotargeting.php:30
|
2201 |
-
msgid "Free service, uses GeoLite2 databases from MaxMind!"
|
2202 |
msgstr ""
|
2203 |
|
2204 |
-
#: dashboard/settings/geotargeting.php:
|
2205 |
msgid "Geo Cookie Lifespan"
|
2206 |
msgstr ""
|
2207 |
|
2208 |
-
#: dashboard/settings/geotargeting.php:
|
2209 |
msgid "Hours."
|
2210 |
msgstr ""
|
2211 |
|
2212 |
-
#: dashboard/settings/geotargeting.php:
|
2213 |
msgid ""
|
2214 |
"Geo Data is stored in a cookie to reduce lookups. How long should this "
|
2215 |
"cookie last? A longer period is less accurate for mobile users but may "
|
2216 |
"reduce the usage of your lookups drastically."
|
2217 |
msgstr ""
|
2218 |
|
2219 |
-
#: dashboard/settings/geotargeting.php:
|
2220 |
msgid "MaxMind City/Country"
|
2221 |
msgstr ""
|
2222 |
|
2223 |
-
#: dashboard/settings/geotargeting.php:
|
2224 |
msgid "Username/Email"
|
2225 |
msgstr ""
|
2226 |
|
2227 |
-
#: dashboard/settings/geotargeting.php:
|
2228 |
msgid "Password/License Key"
|
2229 |
msgstr ""
|
2230 |
|
@@ -2487,15 +2459,19 @@ msgstr "ЗАБЕЛЕЖКА:"
|
|
2487 |
|
2488 |
#: dashboard/settings/misc.php:25
|
2489 |
msgid ""
|
2490 |
-
"You have enabled W3 Total Caching support but not defined the security hash.
|
2491 |
-
|
2492 |
-
|
2493 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2494 |
msgstr ""
|
2495 |
-
"Включили сте поддръжката за W3 Total Caching, но не сте задали сегмент за "
|
2496 |
-
"сигурност. Трябва да добавите следният код към вашият wp-config.php, близо "
|
2497 |
-
"до края или под ред 52. Също така функцията \"late init\" трябва да бъде "
|
2498 |
-
"включена в W3 Total Cache."
|
2499 |
|
2500 |
#: dashboard/settings/misc.php:29
|
2501 |
msgid "W3 Total Caching"
|
@@ -2524,26 +2500,30 @@ msgstr ""
|
|
2524 |
"сами."
|
2525 |
|
2526 |
#: dashboard/settings/notifications.php:12
|
2527 |
-
msgid "Notifications
|
2528 |
-
msgstr ""
|
2529 |
|
2530 |
#: dashboard/settings/notifications.php:13
|
2531 |
msgid "Set up who gets notifications if ads need your attention."
|
2532 |
msgstr "Изберете кой да получава известие, ако реклама се нуждае от внимание."
|
2533 |
|
2534 |
#: dashboard/settings/notifications.php:16
|
2535 |
-
msgid "
|
2536 |
-
msgstr "
|
2537 |
|
2538 |
#: dashboard/settings/notifications.php:18
|
|
|
|
|
|
|
|
|
2539 |
msgid "Email message."
|
2540 |
msgstr "Email съобщение."
|
2541 |
|
2542 |
-
#: dashboard/settings/notifications.php:
|
2543 |
msgid "Push notifications to your smartphone."
|
2544 |
msgstr "Push известия към вашия смартфон."
|
2545 |
|
2546 |
-
#: dashboard/settings/notifications.php:
|
2547 |
msgid ""
|
2548 |
"Push notifications are delivered through Pushover, a notification service "
|
2549 |
"for Android and iOS"
|
@@ -2551,7 +2531,7 @@ msgstr ""
|
|
2551 |
"Push известията се доставят чрез Pushover, услуга за известия за Android и "
|
2552 |
"iOS"
|
2553 |
|
2554 |
-
#: dashboard/settings/notifications.php:
|
2555 |
msgid ""
|
2556 |
"The Pushover App is a one time purchase for either Android and/or iOS. More "
|
2557 |
"information can be found on the pushover website;"
|
@@ -2559,30 +2539,56 @@ msgstr ""
|
|
2559 |
"Приложението Pushover изисква еднократна поръчка за Android и/или iOS. "
|
2560 |
"Повече информация можете да намерите на сайта на разработчика;"
|
2561 |
|
2562 |
-
#: dashboard/settings/notifications.php:
|
2563 |
msgid "Test notification"
|
2564 |
msgstr ""
|
2565 |
|
2566 |
-
#: dashboard/settings/notifications.php:
|
|
|
|
|
|
|
|
|
2567 |
msgid ""
|
2568 |
-
"
|
|
|
2569 |
msgstr ""
|
2570 |
-
"Изпращане на тестово известие. Преди да кликнете тест, запазете настройките!"
|
2571 |
-
|
2572 |
-
#: dashboard/settings/notifications.php:31
|
2573 |
-
msgid "Email Notifications"
|
2574 |
-
msgstr "Email Известия"
|
2575 |
|
2576 |
#: dashboard/settings/notifications.php:32
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2577 |
msgid "Set up who gets notification emails."
|
2578 |
msgstr "Задайте кой да получава известия по email."
|
2579 |
|
2580 |
-
#: dashboard/settings/notifications.php:
|
2581 |
-
#: dashboard/settings/notifications.php:55
|
2582 |
msgid "Publishers"
|
2583 |
msgstr "Издатели"
|
2584 |
|
2585 |
-
#: dashboard/settings/notifications.php:
|
2586 |
msgid ""
|
2587 |
"A comma separated list of email addresses. Maximum of 5 addresses. Keep this "
|
2588 |
"list to a minimum!"
|
@@ -2590,7 +2596,7 @@ msgstr ""
|
|
2590 |
"За разделител използвайте запетая. Максимум 5 адреса. Използвайте възможно "
|
2591 |
"най-малко адреси в този списък!"
|
2592 |
|
2593 |
-
#: dashboard/settings/notifications.php:
|
2594 |
msgid ""
|
2595 |
"Messages are sent once every 24 hours when needed. If this field is empty no "
|
2596 |
"email notifications will be send."
|
@@ -2598,11 +2604,11 @@ msgstr ""
|
|
2598 |
"Съобщенията се изпращат когато е необходимо, но не по-често от веднъж на 24 "
|
2599 |
"часа. Ако полето е празно няма да се изпращат известия по email."
|
2600 |
|
2601 |
-
#: dashboard/settings/notifications.php:
|
2602 |
msgid "Advertisers"
|
2603 |
msgstr "Рекламодатели"
|
2604 |
|
2605 |
-
#: dashboard/settings/notifications.php:
|
2606 |
msgid ""
|
2607 |
"Who gets email from advertisers. Maximum of 2 addresses. Comma seperated. "
|
2608 |
"This field may not be empty!"
|
@@ -2610,11 +2616,11 @@ msgstr ""
|
|
2610 |
"Кой да получава email съобщения от рекламодатели. Максимум 2 адреса, "
|
2611 |
"разделени със запетая. Полето не може да бъде празно!"
|
2612 |
|
2613 |
-
#: dashboard/settings/notifications.php:
|
2614 |
-
msgid "Push
|
2615 |
-
msgstr "
|
2616 |
|
2617 |
-
#: dashboard/settings/notifications.php:
|
2618 |
msgid ""
|
2619 |
"Receive information about what is happening with your AdRotate setup on your "
|
2620 |
"smartphone via Pushover."
|
@@ -2622,28 +2628,28 @@ msgstr ""
|
|
2622 |
"Получавайте информация относно случващото се с вашата AdRotate инсталация "
|
2623 |
"директно на смартфона си чрез Pushover."
|
2624 |
|
2625 |
-
#: dashboard/settings/notifications.php:
|
2626 |
msgid "When you are running out of Geo Targeting Lookups."
|
2627 |
msgstr ""
|
2628 |
|
2629 |
-
#: dashboard/settings/notifications.php:
|
2630 |
msgid "Daily digest of any advert status other than normal."
|
2631 |
msgstr ""
|
2632 |
"Изпращане на дневен отчет с обявите, чийто статус е различен от нормален."
|
2633 |
|
2634 |
-
#: dashboard/settings/notifications.php:
|
2635 |
msgid "Any advertiser saving an advert in your moderation queue."
|
2636 |
msgstr "Всеки рекламодател, записващ реклама в опашката за одобрение."
|
2637 |
|
2638 |
-
#: dashboard/settings/notifications.php:
|
2639 |
msgid "A moderator approved an advert from the moderation queue."
|
2640 |
msgstr "Модератора е одобрил реклама от опашката за одобрение."
|
2641 |
|
2642 |
-
#: dashboard/settings/notifications.php:
|
2643 |
msgid "A moderator rejected an advert from the moderation queue."
|
2644 |
msgstr "Модератора е отхвърлил реклама от опашката за одобрение."
|
2645 |
|
2646 |
-
#: dashboard/settings/notifications.php:
|
2647 |
msgid ""
|
2648 |
"If you have a lot of activity with many advertisers adding/changing adverts "
|
2649 |
"you may get a lot of messages!"
|
@@ -2651,32 +2657,32 @@ msgstr ""
|
|
2651 |
"Ако имате множество дейности с много рекламодатели, които добавят/променят "
|
2652 |
"реклами, то ще получавате много съобщения!"
|
2653 |
|
2654 |
-
#: dashboard/settings/notifications.php:
|
2655 |
msgid "User Key"
|
2656 |
msgstr "Потребителски ключ"
|
2657 |
|
2658 |
-
#: dashboard/settings/notifications.php:
|
2659 |
msgid "Get your user token"
|
2660 |
msgstr ""
|
2661 |
|
2662 |
-
#: dashboard/settings/notifications.php:
|
2663 |
-
#: dashboard/settings/notifications.php:
|
2664 |
msgid "here"
|
2665 |
msgstr ""
|
2666 |
|
2667 |
-
#: dashboard/settings/notifications.php:
|
2668 |
msgid "Api Token"
|
2669 |
msgstr "Api Token"
|
2670 |
|
2671 |
-
#: dashboard/settings/notifications.php:
|
2672 |
msgid "Create your"
|
2673 |
msgstr ""
|
2674 |
|
2675 |
-
#: dashboard/settings/notifications.php:
|
2676 |
msgid "App"
|
2677 |
msgstr ""
|
2678 |
|
2679 |
-
#: dashboard/settings/notifications.php:
|
2680 |
msgid "and get your API token"
|
2681 |
msgstr ""
|
2682 |
|
@@ -2829,6 +2835,53 @@ msgstr ""
|
|
2829 |
"Полето не може да остава празно, да съдържа стойност под 60 или над 86400 "
|
2830 |
"(24 часа)."
|
2831 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2832 |
#~ msgid "active ad(s) expired."
|
2833 |
#~ msgstr "изтекла/и активна/и реклама/и."
|
2834 |
|
@@ -3791,9 +3844,6 @@ msgstr ""
|
|
3791 |
#~ "помага да различавате рекламодателите от обикновените абонати без да им "
|
3792 |
#~ "давате особено голям достъп до таблото за управление."
|
3793 |
|
3794 |
-
#~ msgid "Notifications"
|
3795 |
-
#~ msgstr "Известия"
|
3796 |
-
|
3797 |
#~ msgid "Track impressions from logged in users (Recommended)."
|
3798 |
#~ msgstr "Проследяване на импресии от вписани потребители (препоръчително)."
|
3799 |
|
@@ -3888,9 +3938,6 @@ msgstr ""
|
|
3888 |
#~ msgid "Where are your banner ads?"
|
3889 |
#~ msgstr "Къде се намират вашите рекламни банери?"
|
3890 |
|
3891 |
-
#~ msgid "Test"
|
3892 |
-
#~ msgstr "Тест"
|
3893 |
-
|
3894 |
#~ msgid ""
|
3895 |
#~ "Check this box if you use WP Super Cache on your site. It is reported by "
|
3896 |
#~ "users that if you have version 1.4 or newer this option may not work."
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: AdRotate\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-05-30 14:27+0800\n"
|
6 |
+
"PO-Revision-Date: 2016-05-30 14:27+0800\n"
|
7 |
"Last-Translator: Arnan de Gans <info@ajdg.net>\n"
|
8 |
"Language-Team: Nedko Ivanov <cocacoli4ko@gmail.com>\n"
|
9 |
"Language: bg_BG\n"
|
13 |
"X-Poedit-KeywordsList: __;_e;_\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
+
"X-Generator: Poedit 1.8.7\n"
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
115 |
msgid "Unexpected error"
|
116 |
msgstr ""
|
117 |
|
118 |
+
#: adrotate-manage-publisher.php:678
|
119 |
msgid "AdRotate Advertiser"
|
120 |
msgstr ""
|
121 |
|
122 |
+
#: adrotate-output.php:574
|
123 |
msgid "Oh no! Something went wrong!"
|
124 |
msgstr "О не! Нещо се случи!"
|
125 |
|
126 |
+
#: adrotate-output.php:575
|
127 |
msgid ""
|
128 |
"WordPress was unable to verify the authenticity of the url you have clicked. "
|
129 |
"Verify if the url used is valid or log in via your browser."
|
132 |
"кликнал. Проверете дали адреса е валиден или се впишете посредством браузъра "
|
133 |
"си."
|
134 |
|
135 |
+
#: adrotate-output.php:576
|
136 |
msgid ""
|
137 |
"If you have received the url you want to visit via email, you are being "
|
138 |
"tricked!"
|
139 |
msgstr "Ако сте получили този адрес по email, то някой ви е изиграл!"
|
140 |
|
141 |
+
#: adrotate-output.php:577
|
142 |
msgid "Contact support if the issue persists:"
|
143 |
msgstr "Свържете се с поддръжката, ако този проблем продължави да се появява:"
|
144 |
|
145 |
+
#: adrotate-output.php:592
|
146 |
msgid ""
|
147 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
148 |
"restrictions or does not exist!"
|
150 |
"Грешка, рекламата не е налична в момента, поради ограничения в графика/"
|
151 |
"геолокацията или не съществува!"
|
152 |
|
153 |
+
#: adrotate-output.php:594
|
154 |
msgid ""
|
155 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
156 |
"restrictions!"
|
157 |
msgstr ""
|
158 |
"Грешка, рекламата не е налична, поради ограничения в графика/геолокацията!"
|
159 |
|
160 |
+
#: adrotate-output.php:601 adrotate-output.php:603
|
161 |
msgid ""
|
162 |
"Either there are no banners, they are disabled or none qualified for this "
|
163 |
"location!"
|
164 |
msgstr ""
|
165 |
"Няма налични банери, те са деактивирани или не са подходящи за това място!"
|
166 |
|
167 |
+
#: adrotate-output.php:609
|
168 |
msgid "Error, no Ad ID set! Check your syntax!"
|
169 |
msgstr "Грешка, не е зададено ID на рекламата! Проверете синтаксиса!"
|
170 |
|
171 |
+
#: adrotate-output.php:615
|
172 |
msgid "Error, no group ID set! Check your syntax!"
|
173 |
msgstr "Грешка, не е зададено ID на групата! Проверете синтаксиса!"
|
174 |
|
175 |
+
#: adrotate-output.php:620
|
176 |
msgid "Error, group does not exist! Check your syntax!"
|
177 |
msgstr "Грешка, групата не съществува! Проверете синтаксиса!"
|
178 |
|
179 |
+
#: adrotate-output.php:626
|
180 |
msgid ""
|
181 |
"There was an error locating the database tables for AdRotate. Please "
|
182 |
"deactivate and re-activate AdRotate from the plugin page!!"
|
184 |
"Не могат да бъдат открити таблиците на AdRotate в базата данни. Моля, "
|
185 |
"изключете и включете наново AdRotate от страницата с плъгините!!"
|
186 |
|
187 |
+
#: adrotate-output.php:626
|
188 |
msgid "If this does not solve the issue please seek support at"
|
189 |
msgstr "Ако това не решава проблема, моля потърсете помощ на"
|
190 |
|
191 |
+
#: adrotate-output.php:632
|
192 |
msgid "An unknown error occured."
|
193 |
msgstr "Възникна неизвестна грешка."
|
194 |
|
195 |
+
#: adrotate-output.php:651 adrotate-output.php:654 adrotate-output.php:658
|
196 |
+
#: adrotate-output.php:663 adrotate-output.php:666 adrotate-output.php:669
|
197 |
msgid "Check adverts"
|
198 |
msgstr ""
|
199 |
|
200 |
+
#: adrotate-output.php:674
|
201 |
msgid ""
|
202 |
"You have enable caching support but W3 Total Cache is not active on your "
|
203 |
"site!"
|
204 |
msgstr ""
|
205 |
|
206 |
+
#: adrotate-output.php:677
|
207 |
msgid ""
|
208 |
"You have enable caching support but the W3TC_DYNAMIC_SECURITY definition is "
|
209 |
"not set."
|
210 |
msgstr ""
|
211 |
|
212 |
+
#: adrotate-output.php:682
|
213 |
msgid "Your AdRotate Banner folder is not writable or does not exist."
|
214 |
msgstr ""
|
215 |
|
216 |
+
#: adrotate-output.php:722 dashboard/adrotatepro.php:99
|
217 |
#: dashboard/adrotatepro.php:100 dashboard/adrotatepro.php:101
|
218 |
#: dashboard/adrotatepro.php:102 dashboard/adrotatepro.php:111
|
219 |
#: dashboard/adrotatepro.php:112 dashboard/adrotatepro.php:113
|
220 |
#: dashboard/adrotatepro.php:114 dashboard/info.php:82 dashboard/info.php:83
|
221 |
#: dashboard/info.php:84 dashboard/info.php:85 dashboard/info.php:89
|
222 |
#: dashboard/info.php:90 dashboard/info.php:91 dashboard/info.php:92
|
223 |
+
#: dashboard/settings/geotargeting.php:25
|
224 |
msgid "Buy now"
|
225 |
msgstr "Купи сега"
|
226 |
|
227 |
+
#: adrotate-output.php:723
|
228 |
msgid ""
|
229 |
"You've been using <strong>AdRotate</strong> for a while now. Why not upgrade "
|
230 |
"to the <strong>PRO</strong> version"
|
232 |
"Използвате <strong>AdRotate</strong> от известно време. Защо не надградите "
|
233 |
"до <strong>PRO</strong> версията"
|
234 |
|
235 |
+
#: adrotate-output.php:723
|
236 |
#, php-format
|
237 |
msgid ""
|
238 |
"Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
|
239 |
msgstr ""
|
240 |
|
241 |
+
#: adrotate-output.php:723
|
242 |
msgid "Thank you for your purchase!"
|
243 |
msgstr ""
|
244 |
|
245 |
+
#: adrotate-output.php:784
|
246 |
msgid ""
|
247 |
"Welcome, and thanks for using AdRotate. Everything related to AdRotate is in "
|
248 |
"this menu. Check out the"
|
249 |
msgstr ""
|
250 |
|
251 |
+
#: adrotate-output.php:784
|
252 |
msgid "manuals"
|
253 |
msgstr "ръководства"
|
254 |
|
255 |
+
#: adrotate-output.php:784 adrotate-output.php:851
|
256 |
msgid "and"
|
257 |
msgstr "и"
|
258 |
|
259 |
+
#: adrotate-output.php:784
|
260 |
msgid "forums"
|
261 |
msgstr ""
|
262 |
|
263 |
+
#: adrotate-output.php:814
|
264 |
msgid "Useful Links"
|
265 |
msgstr "Полезни връзки"
|
266 |
|
267 |
+
#: adrotate-output.php:815
|
268 |
msgid "Useful links to learn more about AdRotate"
|
269 |
msgstr "Полезни връзки, за да получите повече информация за AdRotate"
|
270 |
|
271 |
+
#: adrotate-output.php:817
|
272 |
msgid "AdRotate website"
|
273 |
msgstr ""
|
274 |
|
275 |
+
#: adrotate-output.php:818
|
276 |
msgid "Getting Started With AdRotate"
|
277 |
msgstr "Започнете от нулата с AdRotate Pro"
|
278 |
|
279 |
+
#: adrotate-output.php:819
|
280 |
msgid "AdRotate manuals"
|
281 |
msgstr ""
|
282 |
|
283 |
+
#: adrotate-output.php:820
|
284 |
msgid "AdRotate Support Forum"
|
285 |
msgstr "Форум за поддръжка на AdRotate"
|
286 |
|
287 |
+
#: adrotate-output.php:843
|
288 |
msgid "Help AdRotate Grow"
|
289 |
msgstr "Помогнете за развитието на AdRotate"
|
290 |
|
291 |
+
#: adrotate-output.php:844
|
292 |
msgid "Follow Arnan on Facebook"
|
293 |
msgstr ""
|
294 |
|
295 |
+
#: adrotate-output.php:851
|
296 |
msgid ""
|
297 |
"A lot of users only think to review AdRotate when something goes wrong while "
|
298 |
"thousands of people use AdRotate satisfactory. Don't let this go unnoticed."
|
301 |
"се обърка, докато хиляди хора използват AdRotate безпроблемно. Не оставяйте "
|
302 |
"това да остане незабелязано."
|
303 |
|
304 |
+
#: adrotate-output.php:851
|
305 |
msgid "If you find AdRotate useful please leave your honest"
|
306 |
msgstr "Ако намирате AdRotate за полезен, моля оставете честна"
|
307 |
|
308 |
+
#: adrotate-output.php:851
|
309 |
msgid "rating"
|
310 |
msgstr "оценка"
|
311 |
|
312 |
+
#: adrotate-output.php:851
|
313 |
msgid "review"
|
314 |
msgstr "мнение"
|
315 |
|
316 |
+
#: adrotate-output.php:851
|
317 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
318 |
msgstr "на WordPress.org, за да се развива AdRotate"
|
319 |
|
320 |
+
#: adrotate-output.php:884 dashboard/settings/notifications.php:44
|
321 |
+
#: dashboard/settings/notifications.php:64
|
322 |
msgid "Available in AdRotate Pro"
|
323 |
msgstr "Налично в AdRotate Pro"
|
324 |
|
325 |
+
#: adrotate-output.php:884
|
326 |
msgid "More information..."
|
327 |
msgstr "Повече информация..."
|
328 |
|
329 |
+
#: adrotate-output.php:885
|
330 |
msgid "This feature is available in AdRotate Pro"
|
331 |
msgstr "Тази функционалност е налична в AdRotate Pro"
|
332 |
|
333 |
+
#: adrotate-output.php:885
|
334 |
msgid "Learn more"
|
335 |
msgstr "Повече информация"
|
336 |
|
466 |
msgid "Manage Groups"
|
467 |
msgstr "Управление на групи"
|
468 |
|
469 |
+
#: adrotate.php:109 adrotate.php:387
|
470 |
msgid "Manage Schedules"
|
471 |
msgstr "Управление на графици"
|
472 |
|
490 |
msgid "Advert Management"
|
491 |
msgstr ""
|
492 |
|
493 |
+
#: adrotate.php:256 adrotate.php:326 adrotate.php:382
|
494 |
msgid "Manage"
|
495 |
msgstr "Управление"
|
496 |
|
497 |
+
#: adrotate.php:257 adrotate.php:327 adrotate.php:383
|
498 |
msgid "Add New"
|
499 |
msgstr "Добавяне"
|
500 |
|
501 |
+
#: adrotate.php:320
|
502 |
msgid "Group Management"
|
503 |
msgstr "Управление на групи"
|
504 |
|
505 |
+
#: adrotate.php:329
|
|
|
506 |
msgid "Report"
|
507 |
msgstr "Доклад"
|
508 |
|
509 |
+
#: adrotate.php:378
|
510 |
msgid "Schedule Management available in AdRotate Pro"
|
511 |
msgstr "Управление с графици е налично в AdRotate Pro"
|
512 |
|
513 |
+
#: adrotate.php:388
|
514 |
msgid ""
|
515 |
"Schedule management and multiple schedules per advert is available in "
|
516 |
"AdRotate Pro."
|
518 |
"Управлението на графици и множество графици за една реклама са налични в "
|
519 |
"AdRotate Pro."
|
520 |
|
521 |
+
#: adrotate.php:388 adrotate.php:475 dashboard/publisher/adverts-edit.php:188
|
522 |
#: dashboard/publisher/adverts-main.php:114
|
523 |
#: dashboard/publisher/groups-edit.php:75
|
524 |
#: dashboard/publisher/groups-main.php:89
|
525 |
msgid "More information"
|
526 |
msgstr "Повече информация"
|
527 |
|
528 |
+
#: adrotate.php:395 dashboard/publisher/adverts-disabled.php:20
|
529 |
#: dashboard/publisher/adverts-error.php:19
|
530 |
#: dashboard/publisher/adverts-main.php:20
|
531 |
#: dashboard/publisher/groups-main.php:20
|
532 |
msgid "Bulk Actions"
|
533 |
msgstr "Масови действия"
|
534 |
|
535 |
+
#: adrotate.php:396 dashboard/publisher/adverts-disabled.php:25
|
536 |
#: dashboard/publisher/adverts-error.php:29
|
537 |
#: dashboard/publisher/adverts-main.php:30
|
538 |
#: dashboard/publisher/groups-main.php:24
|
539 |
msgid "Go"
|
540 |
msgstr "Напред"
|
541 |
|
542 |
+
#: adrotate.php:405 dashboard/publisher/adverts-disabled.php:35
|
543 |
#: dashboard/publisher/adverts-error.php:39
|
544 |
#: dashboard/publisher/adverts-main.php:39
|
545 |
#: dashboard/publisher/groups-edit.php:51
|
547 |
msgid "ID"
|
548 |
msgstr "ID"
|
549 |
|
550 |
+
#: adrotate.php:406
|
551 |
msgid "Start"
|
552 |
msgstr "Начало"
|
553 |
|
554 |
+
#: adrotate.php:406
|
555 |
msgid "End"
|
556 |
msgstr "Край"
|
557 |
|
558 |
+
#: adrotate.php:407
|
559 |
msgid "Ads"
|
560 |
msgstr "Реклами"
|
561 |
|
562 |
+
#: adrotate.php:409
|
563 |
msgid "Max Impressions"
|
564 |
msgstr "Максимум импресии"
|
565 |
|
566 |
+
#: adrotate.php:410
|
567 |
msgid "Max Clicks"
|
568 |
msgstr "Максимум кликове"
|
569 |
|
570 |
+
#: adrotate.php:440
|
571 |
msgid "No schedules created yet!"
|
572 |
msgstr "Все още няма създадени графици!"
|
573 |
|
574 |
+
#: adrotate.php:445
|
575 |
msgid "Easily manage your schedules from here with AdRotate Pro."
|
576 |
msgstr "Можете лесно да управлявате графиците си от тук с AdRotate Pro."
|
577 |
|
578 |
+
#: adrotate.php:445 adrotate.php:511
|
579 |
msgid "Upgrade today!"
|
580 |
msgstr "Надградете днес!"
|
581 |
|
582 |
+
#: adrotate.php:448 dashboard/publisher/adverts-error.php:72
|
583 |
#: dashboard/publisher/groups-edit.php:387
|
584 |
msgid "Expires soon."
|
585 |
msgstr "Изтича скоро."
|
586 |
|
587 |
+
#: adrotate.php:449 dashboard/publisher/adverts-error.php:73
|
588 |
#: dashboard/publisher/groups-edit.php:388
|
589 |
msgid "Has expired."
|
590 |
msgstr "Изтекла."
|
591 |
|
592 |
+
#: adrotate.php:473
|
593 |
msgid "Media Management available in AdRotate Pro"
|
594 |
msgstr "Управление на медия е налично в AdRotate Pro"
|
595 |
|
596 |
+
#: adrotate.php:475
|
597 |
msgid "Upload images to the AdRotate Pro banners folder from here."
|
598 |
msgstr ""
|
599 |
|
600 |
+
#: adrotate.php:475
|
601 |
msgid ""
|
602 |
"This is useful if you use responsive adverts with multiple images or have "
|
603 |
"HTML5 adverts containing multiple files."
|
604 |
msgstr ""
|
605 |
|
606 |
+
#: adrotate.php:475
|
607 |
msgid "Media uploading and management is available in AdRotate Pro."
|
608 |
msgstr "Управлението и качването на медия са налични в AdRotate Pro."
|
609 |
|
610 |
+
#: adrotate.php:477
|
611 |
msgid "Upload new file"
|
612 |
msgstr ""
|
613 |
|
614 |
+
#: adrotate.php:478
|
615 |
msgid "Accepted files:"
|
616 |
msgstr ""
|
617 |
|
618 |
+
#: adrotate.php:478
|
619 |
msgid "For HTML5 ads you can also upload html and javascript files."
|
620 |
msgstr ""
|
621 |
|
622 |
+
#: adrotate.php:478
|
623 |
msgid "Maximum size is 512Kb."
|
624 |
msgstr "Максималния размер е 512Kb."
|
625 |
|
626 |
+
#: adrotate.php:478
|
627 |
msgid "Important:"
|
628 |
msgstr "Важно:"
|
629 |
|
630 |
+
#: adrotate.php:478
|
631 |
msgid ""
|
632 |
"Make sure your file has no spaces or special characters in the name. Replace "
|
633 |
"spaces with a - or _."
|
635 |
"Уверете се, че файла няма интервали и специални знаци в името си. Заместете "
|
636 |
"интервалите с - или _."
|
637 |
|
638 |
+
#: adrotate.php:478
|
639 |
msgid ""
|
640 |
"If you remove spaces from filenames for HTML5 adverts also edit the html "
|
641 |
"file so it knows about the changed name. For example for the javascript file."
|
642 |
msgstr ""
|
643 |
|
644 |
+
#: adrotate.php:481
|
645 |
msgid ""
|
646 |
"For responsive adverts make sure the filename is in the following format; "
|
647 |
"\"imagename.full.ext\". A full set of sized images is strongly recommended."
|
650 |
"формат: \"imagename.full.ext\". Пълен набор от правилно оразмерени картинки "
|
651 |
"е строго препоръчителен."
|
652 |
|
653 |
+
#: adrotate.php:482 dashboard/publisher/adverts-edit.php:311
|
654 |
msgid ""
|
655 |
"For smaller size images use \".320\", \".480\", \".768\" or \".1024\" in the "
|
656 |
"filename instead of \".full\" for the various viewports."
|
659 |
"използвайте \".320\", \".480\", \".768\" или \".1024\" в имената на "
|
660 |
"файловете, вместо \".full\"."
|
661 |
|
662 |
+
#: adrotate.php:483 dashboard/publisher/groups-edit.php:312
|
663 |
#: dashboard/publisher/groups-edit.php:320
|
664 |
msgid "Example:"
|
665 |
msgstr "Пример:"
|
666 |
|
667 |
+
#: adrotate.php:483
|
668 |
msgid ""
|
669 |
"image.full.jpg, image.320.jpg and image.768.jpg will serve the same advert "
|
670 |
"for different viewports."
|
672 |
"image.full.jpg, image.320.jpg и image.768.jpg ще се използват от една и съща "
|
673 |
"реклама в различни резолюции на екрана."
|
674 |
|
675 |
+
#: adrotate.php:487
|
676 |
msgid "Upload file"
|
677 |
msgstr ""
|
678 |
|
679 |
+
#: adrotate.php:487
|
680 |
msgid "Click only once per file!"
|
681 |
msgstr ""
|
682 |
|
683 |
+
#: adrotate.php:490
|
684 |
msgid "Available files in"
|
685 |
msgstr ""
|
686 |
|
687 |
+
#: adrotate.php:495 dashboard/publisher/groups-edit.php:55
|
688 |
#: dashboard/publisher/groups-main.php:33
|
689 |
msgid "Name"
|
690 |
msgstr "Име"
|
691 |
|
692 |
+
#: adrotate.php:496
|
693 |
msgid "Actions"
|
694 |
msgstr "Действия"
|
695 |
|
696 |
+
#: adrotate.php:501 adrotate.php:502 adrotate.php:503 adrotate.php:504
|
697 |
+
#: adrotate.php:505 adrotate.php:506 adrotate.php:507
|
698 |
#: dashboard/publisher/adverts-disabled.php:22
|
699 |
#: dashboard/publisher/adverts-error.php:21
|
700 |
#: dashboard/publisher/adverts-main.php:22
|
701 |
msgid "Delete"
|
702 |
msgstr "Изтриване"
|
703 |
|
704 |
+
#: adrotate.php:511
|
705 |
msgid ""
|
706 |
"Make sure the banner images are not in use by adverts when you delete them!"
|
707 |
msgstr ""
|
708 |
"Уверете се, че картинките за банери не се използват от реклами, преди да ги "
|
709 |
"изтриете!"
|
710 |
|
711 |
+
#: adrotate.php:511
|
712 |
msgid "Manage your banner folder from here with AdRotate Pro."
|
713 |
msgstr "Можете да управлявате папката с банери от тук с AdRotate Pro."
|
714 |
|
715 |
+
#: adrotate.php:540
|
716 |
msgid "AdRotate Settings"
|
717 |
msgstr "AdRotate Настройки"
|
718 |
|
719 |
+
#: adrotate.php:612
|
720 |
msgid "Update Options"
|
721 |
msgstr "Опции за обновяване"
|
722 |
|
756 |
msgid ""
|
757 |
"Go nationwide or global with localized adverts for your various audiences. "
|
758 |
"Set up adverts for countries and cities and sell impressions per general "
|
759 |
+
"area. Connect your site to MaxMind GeoIP2: Precision or AdRotate Geo. "
|
760 |
+
"AdRotate Geo is an exclusive Geo Lookup service for AdRotate Pro users."
|
761 |
msgstr ""
|
762 |
|
763 |
#: dashboard/adrotatepro.php:41
|
769 |
"When you activate your AdRotate Pro license you can use fast and personal "
|
770 |
"email support. No more queueing up in the forums. AdRotate premium support "
|
771 |
"takes priority over the forums and is checked much more often than the "
|
772 |
+
"forum. Get a solution (usually) within one business day."
|
773 |
msgstr ""
|
774 |
|
775 |
+
#: dashboard/adrotatepro.php:48 dashboard/info.php:119
|
776 |
msgid "AdRotate is brought to you by"
|
777 |
msgstr "AdRotate достига до Вас, благодарение на"
|
778 |
|
807 |
#: dashboard/adrotatepro.php:91
|
808 |
msgid ""
|
809 |
"Stay in touch with Email notifications. Have AdRotate send you an alert when "
|
810 |
+
"adverts expire or need your attention. Additionally, send push notifications "
|
811 |
+
"to your iOS or Android device. Get notified when adverts expire, have errors "
|
812 |
+
"or when advertisers create new adverts. Never miss an expiration date again."
|
|
|
813 |
msgstr ""
|
814 |
|
815 |
#: dashboard/adrotatepro.php:95 dashboard/adrotatepro.php:107
|
937 |
"for updates about me and my plugins. Thank you!"
|
938 |
msgstr ""
|
939 |
|
940 |
+
#: dashboard/info.php:105
|
941 |
+
msgid "AdRotate News"
|
|
|
|
|
|
|
942 |
msgstr ""
|
943 |
|
944 |
+
#: dashboard/info.php:123
|
|
|
|
|
|
|
|
|
945 |
msgid ""
|
946 |
+
"I am a digital nomad in the Philippines. Click on my name to find out more "
|
947 |
+
"about me and what I am doing. Thanks for your support and for using my "
|
948 |
+
"plugins!"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
949 |
msgstr ""
|
950 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
951 |
#: dashboard/publisher/adverts-disabled.php:15
|
952 |
msgid "Disabled Adverts"
|
953 |
msgstr ""
|
1012 |
|
1013 |
#: dashboard/publisher/adverts-disabled.php:74
|
1014 |
#: dashboard/publisher/adverts-error.php:64
|
1015 |
+
#: dashboard/publisher/adverts-main.php:87
|
1016 |
+
#: dashboard/publisher/groups-main.php:70
|
1017 |
msgid "Stats"
|
1018 |
msgstr "Статистики"
|
1019 |
|
1457 |
|
1458 |
#: dashboard/publisher/adverts-edit.php:406
|
1459 |
#: dashboard/publisher/groups-main.php:60
|
1460 |
+
#: dashboard/settings/geotargeting.php:36
|
1461 |
msgid "Default"
|
1462 |
msgstr "По подразбиране"
|
1463 |
|
2163 |
msgid "Which Geo Service"
|
2164 |
msgstr ""
|
2165 |
|
2166 |
+
#: dashboard/settings/geotargeting.php:25
|
2167 |
msgid ""
|
2168 |
"The most complete and accurate geo targeting you can get for only $20 USD "
|
2169 |
"per 50000 lookups."
|
2170 |
msgstr ""
|
2171 |
|
2172 |
+
#: dashboard/settings/geotargeting.php:27
|
2173 |
+
msgid "Free lookups every day, uses GeoLite2 databases from MaxMind!"
|
|
|
|
|
|
|
|
|
2174 |
msgstr ""
|
2175 |
|
2176 |
+
#: dashboard/settings/geotargeting.php:33
|
2177 |
msgid "Geo Cookie Lifespan"
|
2178 |
msgstr ""
|
2179 |
|
2180 |
+
#: dashboard/settings/geotargeting.php:42
|
2181 |
msgid "Hours."
|
2182 |
msgstr ""
|
2183 |
|
2184 |
+
#: dashboard/settings/geotargeting.php:43
|
2185 |
msgid ""
|
2186 |
"Geo Data is stored in a cookie to reduce lookups. How long should this "
|
2187 |
"cookie last? A longer period is less accurate for mobile users but may "
|
2188 |
"reduce the usage of your lookups drastically."
|
2189 |
msgstr ""
|
2190 |
|
2191 |
+
#: dashboard/settings/geotargeting.php:49
|
2192 |
msgid "MaxMind City/Country"
|
2193 |
msgstr ""
|
2194 |
|
2195 |
+
#: dashboard/settings/geotargeting.php:52
|
2196 |
msgid "Username/Email"
|
2197 |
msgstr ""
|
2198 |
|
2199 |
+
#: dashboard/settings/geotargeting.php:56
|
2200 |
msgid "Password/License Key"
|
2201 |
msgstr ""
|
2202 |
|
2459 |
|
2460 |
#: dashboard/settings/misc.php:25
|
2461 |
msgid ""
|
2462 |
+
"You have enabled W3 Total Caching support but not defined the security hash."
|
2463 |
+
msgstr ""
|
2464 |
+
|
2465 |
+
#: dashboard/settings/misc.php:25
|
2466 |
+
msgid ""
|
2467 |
+
"AdRotate has generated the following line for you to add to your wp-config."
|
2468 |
+
"php around line 52 (below the WordPress nonces). If you do not know how to "
|
2469 |
+
"add this line, check out the following guide;"
|
2470 |
+
msgstr ""
|
2471 |
+
|
2472 |
+
#: dashboard/settings/misc.php:25
|
2473 |
+
msgid "Set up W3 Total Caching"
|
2474 |
msgstr ""
|
|
|
|
|
|
|
|
|
2475 |
|
2476 |
#: dashboard/settings/misc.php:29
|
2477 |
msgid "W3 Total Caching"
|
2500 |
"сами."
|
2501 |
|
2502 |
#: dashboard/settings/notifications.php:12
|
2503 |
+
msgid "Notifications"
|
2504 |
+
msgstr "Известия"
|
2505 |
|
2506 |
#: dashboard/settings/notifications.php:13
|
2507 |
msgid "Set up who gets notifications if ads need your attention."
|
2508 |
msgstr "Изберете кой да получава известие, ако реклама се нуждае от внимание."
|
2509 |
|
2510 |
#: dashboard/settings/notifications.php:16
|
2511 |
+
msgid "How to notify"
|
2512 |
+
msgstr ""
|
2513 |
|
2514 |
#: dashboard/settings/notifications.php:18
|
2515 |
+
msgid "Dashboard banner."
|
2516 |
+
msgstr ""
|
2517 |
+
|
2518 |
+
#: dashboard/settings/notifications.php:19
|
2519 |
msgid "Email message."
|
2520 |
msgstr "Email съобщение."
|
2521 |
|
2522 |
+
#: dashboard/settings/notifications.php:20
|
2523 |
msgid "Push notifications to your smartphone."
|
2524 |
msgstr "Push известия към вашия смартфон."
|
2525 |
|
2526 |
+
#: dashboard/settings/notifications.php:21
|
2527 |
msgid ""
|
2528 |
"Push notifications are delivered through Pushover, a notification service "
|
2529 |
"for Android and iOS"
|
2531 |
"Push известията се доставят чрез Pushover, услуга за известия за Android и "
|
2532 |
"iOS"
|
2533 |
|
2534 |
+
#: dashboard/settings/notifications.php:21
|
2535 |
msgid ""
|
2536 |
"The Pushover App is a one time purchase for either Android and/or iOS. More "
|
2537 |
"information can be found on the pushover website;"
|
2539 |
"Приложението Pushover изисква еднократна поръчка за Android и/или iOS. "
|
2540 |
"Повече информация можете да намерите на сайта на разработчика;"
|
2541 |
|
2542 |
+
#: dashboard/settings/notifications.php:25
|
2543 |
msgid "Test notification"
|
2544 |
msgstr ""
|
2545 |
|
2546 |
+
#: dashboard/settings/notifications.php:27
|
2547 |
+
msgid "Test"
|
2548 |
+
msgstr "Тест"
|
2549 |
+
|
2550 |
+
#: dashboard/settings/notifications.php:27
|
2551 |
msgid ""
|
2552 |
+
"Send a test notification to enabled methods. Before you test, save the "
|
2553 |
+
"options first!"
|
2554 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
2555 |
|
2556 |
#: dashboard/settings/notifications.php:32
|
2557 |
+
msgid "Dashboard"
|
2558 |
+
msgstr ""
|
2559 |
+
|
2560 |
+
#: dashboard/settings/notifications.php:33
|
2561 |
+
msgid ""
|
2562 |
+
"These go in a dashboard banner visible to all users with access to AdRotate "
|
2563 |
+
"on every WordPress dashboard page."
|
2564 |
+
msgstr ""
|
2565 |
+
|
2566 |
+
#: dashboard/settings/notifications.php:36
|
2567 |
+
#: dashboard/settings/notifications.php:68
|
2568 |
+
msgid "What"
|
2569 |
+
msgstr ""
|
2570 |
+
|
2571 |
+
#: dashboard/settings/notifications.php:38
|
2572 |
+
msgid "Expired adverts."
|
2573 |
+
msgstr ""
|
2574 |
+
|
2575 |
+
#: dashboard/settings/notifications.php:39
|
2576 |
+
msgid "Almost expired adverts."
|
2577 |
+
msgstr ""
|
2578 |
+
|
2579 |
+
#: dashboard/settings/notifications.php:44
|
2580 |
+
msgid "Email"
|
2581 |
+
msgstr ""
|
2582 |
+
|
2583 |
+
#: dashboard/settings/notifications.php:45
|
2584 |
msgid "Set up who gets notification emails."
|
2585 |
msgstr "Задайте кой да получава известия по email."
|
2586 |
|
2587 |
+
#: dashboard/settings/notifications.php:48
|
|
|
2588 |
msgid "Publishers"
|
2589 |
msgstr "Издатели"
|
2590 |
|
2591 |
+
#: dashboard/settings/notifications.php:51
|
2592 |
msgid ""
|
2593 |
"A comma separated list of email addresses. Maximum of 5 addresses. Keep this "
|
2594 |
"list to a minimum!"
|
2596 |
"За разделител използвайте запетая. Максимум 5 адреса. Използвайте възможно "
|
2597 |
"най-малко адреси в този списък!"
|
2598 |
|
2599 |
+
#: dashboard/settings/notifications.php:52
|
2600 |
msgid ""
|
2601 |
"Messages are sent once every 24 hours when needed. If this field is empty no "
|
2602 |
"email notifications will be send."
|
2604 |
"Съобщенията се изпращат когато е необходимо, но не по-често от веднъж на 24 "
|
2605 |
"часа. Ако полето е празно няма да се изпращат известия по email."
|
2606 |
|
2607 |
+
#: dashboard/settings/notifications.php:56
|
2608 |
msgid "Advertisers"
|
2609 |
msgstr "Рекламодатели"
|
2610 |
|
2611 |
+
#: dashboard/settings/notifications.php:59
|
2612 |
msgid ""
|
2613 |
"Who gets email from advertisers. Maximum of 2 addresses. Comma seperated. "
|
2614 |
"This field may not be empty!"
|
2616 |
"Кой да получава email съобщения от рекламодатели. Максимум 2 адреса, "
|
2617 |
"разделени със запетая. Полето не може да бъде празно!"
|
2618 |
|
2619 |
+
#: dashboard/settings/notifications.php:64
|
2620 |
+
msgid "Push"
|
2621 |
+
msgstr ""
|
2622 |
|
2623 |
+
#: dashboard/settings/notifications.php:65
|
2624 |
msgid ""
|
2625 |
"Receive information about what is happening with your AdRotate setup on your "
|
2626 |
"smartphone via Pushover."
|
2628 |
"Получавайте информация относно случващото се с вашата AdRotate инсталация "
|
2629 |
"директно на смартфона си чрез Pushover."
|
2630 |
|
2631 |
+
#: dashboard/settings/notifications.php:70
|
2632 |
msgid "When you are running out of Geo Targeting Lookups."
|
2633 |
msgstr ""
|
2634 |
|
2635 |
+
#: dashboard/settings/notifications.php:71
|
2636 |
msgid "Daily digest of any advert status other than normal."
|
2637 |
msgstr ""
|
2638 |
"Изпращане на дневен отчет с обявите, чийто статус е различен от нормален."
|
2639 |
|
2640 |
+
#: dashboard/settings/notifications.php:72
|
2641 |
msgid "Any advertiser saving an advert in your moderation queue."
|
2642 |
msgstr "Всеки рекламодател, записващ реклама в опашката за одобрение."
|
2643 |
|
2644 |
+
#: dashboard/settings/notifications.php:73
|
2645 |
msgid "A moderator approved an advert from the moderation queue."
|
2646 |
msgstr "Модератора е одобрил реклама от опашката за одобрение."
|
2647 |
|
2648 |
+
#: dashboard/settings/notifications.php:74
|
2649 |
msgid "A moderator rejected an advert from the moderation queue."
|
2650 |
msgstr "Модератора е отхвърлил реклама от опашката за одобрение."
|
2651 |
|
2652 |
+
#: dashboard/settings/notifications.php:74
|
2653 |
msgid ""
|
2654 |
"If you have a lot of activity with many advertisers adding/changing adverts "
|
2655 |
"you may get a lot of messages!"
|
2657 |
"Ако имате множество дейности с много рекламодатели, които добавят/променят "
|
2658 |
"реклами, то ще получавате много съобщения!"
|
2659 |
|
2660 |
+
#: dashboard/settings/notifications.php:79
|
2661 |
msgid "User Key"
|
2662 |
msgstr "Потребителски ключ"
|
2663 |
|
2664 |
+
#: dashboard/settings/notifications.php:81
|
2665 |
msgid "Get your user token"
|
2666 |
msgstr ""
|
2667 |
|
2668 |
+
#: dashboard/settings/notifications.php:81
|
2669 |
+
#: dashboard/settings/notifications.php:87
|
2670 |
msgid "here"
|
2671 |
msgstr ""
|
2672 |
|
2673 |
+
#: dashboard/settings/notifications.php:85
|
2674 |
msgid "Api Token"
|
2675 |
msgstr "Api Token"
|
2676 |
|
2677 |
+
#: dashboard/settings/notifications.php:87
|
2678 |
msgid "Create your"
|
2679 |
msgstr ""
|
2680 |
|
2681 |
+
#: dashboard/settings/notifications.php:87
|
2682 |
msgid "App"
|
2683 |
msgstr ""
|
2684 |
|
2685 |
+
#: dashboard/settings/notifications.php:87
|
2686 |
msgid "and get your API token"
|
2687 |
msgstr ""
|
2688 |
|
2835 |
"Полето не може да остава празно, да съдържа стойност под 60 или над 86400 "
|
2836 |
"(24 часа)."
|
2837 |
|
2838 |
+
#~ msgid "Get more features with AdRotate Pro"
|
2839 |
+
#~ msgstr "Получете по-голяма функционалност с AdRotate Pro"
|
2840 |
+
|
2841 |
+
#~ msgid ""
|
2842 |
+
#~ "Benefit from extra features to reinforce your income with advertising "
|
2843 |
+
#~ "campaigns. Make the most of your website with the powerful tools AdRotate "
|
2844 |
+
#~ "Pro offers on top of the trusted features included in the free version."
|
2845 |
+
#~ msgstr ""
|
2846 |
+
#~ "Възползвайте се от допълнителните функции, като рекламни кампании, за да "
|
2847 |
+
#~ "подобрите приходите. Използвайте пълния потенциал на сайта си с мощните "
|
2848 |
+
#~ "функции, които предлага AdRotate Pro спрямо безплатната версия."
|
2849 |
+
|
2850 |
+
#~ msgid "Visit the"
|
2851 |
+
#~ msgstr "Посетете"
|
2852 |
+
|
2853 |
+
#~ msgid "website"
|
2854 |
+
#~ msgstr "уебсайт"
|
2855 |
+
|
2856 |
+
#~ msgid "AdRotate News and Developer Blog"
|
2857 |
+
#~ msgstr "AdRotate блог за новини и разработка"
|
2858 |
+
|
2859 |
+
#~ msgid ""
|
2860 |
+
#~ "You have enabled W3 Total Caching support but not defined the security "
|
2861 |
+
#~ "hash. You need to add the following line to your wp-config.php near the "
|
2862 |
+
#~ "bottom or below line 52 (which defines another hash.) Using the \"late "
|
2863 |
+
#~ "init\" function needs to be enabled in W3 Total Cache as well too."
|
2864 |
+
#~ msgstr ""
|
2865 |
+
#~ "Включили сте поддръжката за W3 Total Caching, но не сте задали сегмент за "
|
2866 |
+
#~ "сигурност. Трябва да добавите следният код към вашият wp-config.php, "
|
2867 |
+
#~ "близо до края или под ред 52. Също така функцията \"late init\" трябва да "
|
2868 |
+
#~ "бъде включена в W3 Total Cache."
|
2869 |
+
|
2870 |
+
#~ msgid "Delivery method"
|
2871 |
+
#~ msgstr "Метод на доставка"
|
2872 |
+
|
2873 |
+
#~ msgid ""
|
2874 |
+
#~ "This sends a test notification. Before you test, save the options first!"
|
2875 |
+
#~ msgstr ""
|
2876 |
+
#~ "Изпращане на тестово известие. Преди да кликнете тест, запазете "
|
2877 |
+
#~ "настройките!"
|
2878 |
+
|
2879 |
+
#~ msgid "Email Notifications"
|
2880 |
+
#~ msgstr "Email Известия"
|
2881 |
+
|
2882 |
+
#~ msgid "Push Notifications"
|
2883 |
+
#~ msgstr "Push известия"
|
2884 |
+
|
2885 |
#~ msgid "active ad(s) expired."
|
2886 |
#~ msgstr "изтекла/и активна/и реклама/и."
|
2887 |
|
3844 |
#~ "помага да различавате рекламодателите от обикновените абонати без да им "
|
3845 |
#~ "давате особено голям достъп до таблото за управление."
|
3846 |
|
|
|
|
|
|
|
3847 |
#~ msgid "Track impressions from logged in users (Recommended)."
|
3848 |
#~ msgstr "Проследяване на импресии от вписани потребители (препоръчително)."
|
3849 |
|
3938 |
#~ msgid "Where are your banner ads?"
|
3939 |
#~ msgstr "Къде се намират вашите рекламни банери?"
|
3940 |
|
|
|
|
|
|
|
3941 |
#~ msgid ""
|
3942 |
#~ "Check this box if you use WP Super Cache on your site. It is reported by "
|
3943 |
#~ "users that if you have version 1.4 or newer this option may not work."
|
language/adrotate-el.mo
CHANGED
Binary file
|
language/adrotate-el.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: AdRotate\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2016-
|
6 |
-
"PO-Revision-Date: 2016-
|
7 |
"Last-Translator: Arnan de Gans <info@ajdg.net>\n"
|
8 |
"Language-Team: Ioannis Valiantzas & Alex Katsaros from NetGlobe "
|
9 |
"<info@netglobe.eu>\n"
|
@@ -14,7 +14,7 @@ msgstr ""
|
|
14 |
"X-Poedit-KeywordsList: __;_e;_\n"
|
15 |
"X-Poedit-Basepath: ..\n"
|
16 |
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
-
"X-Generator: Poedit 1.8.
|
18 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
@@ -121,15 +121,15 @@ msgstr ""
|
|
121 |
msgid "Unexpected error"
|
122 |
msgstr ""
|
123 |
|
124 |
-
#: adrotate-manage-publisher.php:
|
125 |
msgid "AdRotate Advertiser"
|
126 |
msgstr ""
|
127 |
|
128 |
-
#: adrotate-output.php:
|
129 |
msgid "Oh no! Something went wrong!"
|
130 |
msgstr "Παρουσιάστηκε κάποιο σφάλμα."
|
131 |
|
132 |
-
#: adrotate-output.php:
|
133 |
msgid ""
|
134 |
"WordPress was unable to verify the authenticity of the url you have clicked. "
|
135 |
"Verify if the url used is valid or log in via your browser."
|
@@ -138,7 +138,7 @@ msgstr ""
|
|
138 |
"που πατήσατε. Επιβεβαιώστε ότι η διεύθυνση είναι έγκυρη ή εισέλθετε μέσω του "
|
139 |
"browser σας."
|
140 |
|
141 |
-
#: adrotate-output.php:
|
142 |
msgid ""
|
143 |
"If you have received the url you want to visit via email, you are being "
|
144 |
"tricked!"
|
@@ -146,11 +146,11 @@ msgstr ""
|
|
146 |
"Αν έχετε λάβει τη διεύθυνση που θέλετε να επισκεφτείτε μέσω email, σας "
|
147 |
"ξεγέλασαν!"
|
148 |
|
149 |
-
#: adrotate-output.php:
|
150 |
msgid "Contact support if the issue persists:"
|
151 |
msgstr "Επικοινωνήστε με την υποστήριξη αν το πρόβλημα παραμένει:"
|
152 |
|
153 |
-
#: adrotate-output.php:
|
154 |
msgid ""
|
155 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
156 |
"restrictions or does not exist!"
|
@@ -158,7 +158,7 @@ msgstr ""
|
|
158 |
"Σφάλμα, η διαφήμιση δεν είναι διαθέσιμη αυτή τη στιγμή λόγω γεωγραφικών ή "
|
159 |
"χρονικών περιορισμών ή επειδή απλώς δεν υπάρχει!"
|
160 |
|
161 |
-
#: adrotate-output.php:
|
162 |
msgid ""
|
163 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
164 |
"restrictions!"
|
@@ -166,7 +166,7 @@ msgstr ""
|
|
166 |
"Σφάλμα, η διαφήμιση δεν είναι διαθέσιμη αυτή τη στιγμή λόγω γεωγραφικών ή "
|
167 |
"χρονικών περιορισμών."
|
168 |
|
169 |
-
#: adrotate-output.php:
|
170 |
msgid ""
|
171 |
"Either there are no banners, they are disabled or none qualified for this "
|
172 |
"location!"
|
@@ -174,20 +174,20 @@ msgstr ""
|
|
174 |
"Ή δεν υπάρχουν διαφημιστικά γραφικά ή είναι απενεργοποιημένα ή κανένα δεν "
|
175 |
"πληρεί τις προϋποθέσεις της τοποθεσίας!"
|
176 |
|
177 |
-
#: adrotate-output.php:
|
178 |
msgid "Error, no Ad ID set! Check your syntax!"
|
179 |
msgstr ""
|
180 |
"Σφάλμα, δεν έχει οριστεί αναγνωριστικό διαφήμισης! Ελέγξτε την σύνταξη!"
|
181 |
|
182 |
-
#: adrotate-output.php:
|
183 |
msgid "Error, no group ID set! Check your syntax!"
|
184 |
msgstr "Σφάλμα, δεν έχει οριστεί αναγνωριστικό ομάδας! Ελέγξτε την σύνταξη!"
|
185 |
|
186 |
-
#: adrotate-output.php:
|
187 |
msgid "Error, group does not exist! Check your syntax!"
|
188 |
msgstr "Σφάλμα, η ομάδα δεν υπάρχει! Ελέγξτε την σύνταξη!"
|
189 |
|
190 |
-
#: adrotate-output.php:
|
191 |
msgid ""
|
192 |
"There was an error locating the database tables for AdRotate. Please "
|
193 |
"deactivate and re-activate AdRotate from the plugin page!!"
|
@@ -196,154 +196,156 @@ msgstr ""
|
|
196 |
"Παρακαλώ απενεργοποιήστε και επανενεργοποιήστε το AdRotate από τη σελίδα "
|
197 |
"προσθέτων!!"
|
198 |
|
199 |
-
#: adrotate-output.php:
|
200 |
msgid "If this does not solve the issue please seek support at"
|
201 |
msgstr "Αν αυτό δεν λύνει το πρόβλημα παρακαλώ ζητήστε υποστήριξη στο"
|
202 |
|
203 |
-
#: adrotate-output.php:
|
204 |
msgid "An unknown error occured."
|
205 |
msgstr "Παρουσιάστηκε ένα άγνωστο σφάλμα."
|
206 |
|
207 |
-
#: adrotate-output.php:
|
|
|
208 |
msgid "Check adverts"
|
209 |
msgstr ""
|
210 |
|
211 |
-
#: adrotate-output.php:
|
212 |
msgid ""
|
213 |
"You have enable caching support but W3 Total Cache is not active on your "
|
214 |
"site!"
|
215 |
msgstr ""
|
216 |
|
217 |
-
#: adrotate-output.php:
|
218 |
msgid ""
|
219 |
"You have enable caching support but the W3TC_DYNAMIC_SECURITY definition is "
|
220 |
"not set."
|
221 |
msgstr ""
|
222 |
|
223 |
-
#: adrotate-output.php:
|
224 |
msgid "Your AdRotate Banner folder is not writable or does not exist."
|
225 |
msgstr ""
|
226 |
|
227 |
-
#: adrotate-output.php:
|
228 |
#: dashboard/adrotatepro.php:100 dashboard/adrotatepro.php:101
|
229 |
#: dashboard/adrotatepro.php:102 dashboard/adrotatepro.php:111
|
230 |
#: dashboard/adrotatepro.php:112 dashboard/adrotatepro.php:113
|
231 |
#: dashboard/adrotatepro.php:114 dashboard/info.php:82 dashboard/info.php:83
|
232 |
#: dashboard/info.php:84 dashboard/info.php:85 dashboard/info.php:89
|
233 |
#: dashboard/info.php:90 dashboard/info.php:91 dashboard/info.php:92
|
234 |
-
#: dashboard/settings/geotargeting.php:
|
235 |
#, fuzzy
|
236 |
msgid "Buy now"
|
237 |
msgstr "Λάβετε μέτρα τώρα"
|
238 |
|
239 |
-
#: adrotate-output.php:
|
240 |
msgid ""
|
241 |
"You've been using <strong>AdRotate</strong> for a while now. Why not upgrade "
|
242 |
"to the <strong>PRO</strong> version"
|
243 |
msgstr ""
|
244 |
|
245 |
-
#: adrotate-output.php:
|
246 |
#, php-format
|
247 |
msgid ""
|
248 |
"Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
|
249 |
msgstr ""
|
250 |
|
251 |
-
#: adrotate-output.php:
|
252 |
msgid "Thank you for your purchase!"
|
253 |
msgstr ""
|
254 |
|
255 |
-
#: adrotate-output.php:
|
256 |
msgid ""
|
257 |
"Welcome, and thanks for using AdRotate. Everything related to AdRotate is in "
|
258 |
"this menu. Check out the"
|
259 |
msgstr ""
|
260 |
|
261 |
-
#: adrotate-output.php:
|
262 |
msgid "manuals"
|
263 |
msgstr "εγχειρίδια"
|
264 |
|
265 |
-
#: adrotate-output.php:
|
266 |
msgid "and"
|
267 |
msgstr ""
|
268 |
|
269 |
-
#: adrotate-output.php:
|
270 |
msgid "forums"
|
271 |
msgstr ""
|
272 |
|
273 |
-
#: adrotate-output.php:
|
274 |
#, fuzzy
|
275 |
msgid "Useful Links"
|
276 |
msgstr "Χρήσιμοι σύνδεσμοι"
|
277 |
|
278 |
-
#: adrotate-output.php:
|
279 |
msgid "Useful links to learn more about AdRotate"
|
280 |
msgstr ""
|
281 |
|
282 |
-
#: adrotate-output.php:
|
283 |
msgid "AdRotate website"
|
284 |
msgstr ""
|
285 |
|
286 |
-
#: adrotate-output.php:
|
287 |
#, fuzzy
|
288 |
msgid "Getting Started With AdRotate"
|
289 |
msgstr "Για περισσότερες δυνατότητες αποκτήστε το AdRotate Pro."
|
290 |
|
291 |
-
#: adrotate-output.php:
|
292 |
#, fuzzy
|
293 |
msgid "AdRotate manuals"
|
294 |
msgstr "Πληροφορίες του AdRotate"
|
295 |
|
296 |
-
#: adrotate-output.php:
|
297 |
#, fuzzy
|
298 |
msgid "AdRotate Support Forum"
|
299 |
msgstr "Κατάστημα του AdRotate"
|
300 |
|
301 |
-
#: adrotate-output.php:
|
302 |
#, fuzzy
|
303 |
msgid "Help AdRotate Grow"
|
304 |
msgstr "Κολήσατε με το AdRotate; Θα βοηθήσω!"
|
305 |
|
306 |
-
#: adrotate-output.php:
|
307 |
msgid "Follow Arnan on Facebook"
|
308 |
msgstr ""
|
309 |
|
310 |
-
#: adrotate-output.php:
|
311 |
msgid ""
|
312 |
"A lot of users only think to review AdRotate when something goes wrong while "
|
313 |
"thousands of people use AdRotate satisfactory. Don't let this go unnoticed."
|
314 |
msgstr ""
|
315 |
|
316 |
-
#: adrotate-output.php:
|
317 |
msgid "If you find AdRotate useful please leave your honest"
|
318 |
msgstr ""
|
319 |
|
320 |
-
#: adrotate-output.php:
|
321 |
msgid "rating"
|
322 |
msgstr ""
|
323 |
|
324 |
-
#: adrotate-output.php:
|
325 |
#, fuzzy
|
326 |
msgid "review"
|
327 |
msgstr "Αξιολογήστε και σχολιάστε"
|
328 |
|
329 |
-
#: adrotate-output.php:
|
330 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
331 |
msgstr ""
|
332 |
|
333 |
-
#: adrotate-output.php:
|
|
|
334 |
msgid "Available in AdRotate Pro"
|
335 |
msgstr "Διαθέσιμο στο AdRotate Pro"
|
336 |
|
337 |
-
#: adrotate-output.php:
|
338 |
#, fuzzy
|
339 |
msgid "More information..."
|
340 |
msgstr "Περισσότερες πληροφορίες"
|
341 |
|
342 |
-
#: adrotate-output.php:
|
343 |
msgid "This feature is available in AdRotate Pro"
|
344 |
msgstr "Αυτό το χαρακτηριστικό είναι διαθέσιμο στο AdRotate Pro"
|
345 |
|
346 |
-
#: adrotate-output.php:
|
347 |
#, fuzzy
|
348 |
msgid "Learn more"
|
349 |
msgstr "Μάθετε περισσότερα σχετικά"
|
@@ -482,7 +484,7 @@ msgstr ""
|
|
482 |
msgid "Manage Groups"
|
483 |
msgstr "Διαχείριση Ομάδων"
|
484 |
|
485 |
-
#: adrotate.php:109 adrotate.php:
|
486 |
#, fuzzy
|
487 |
msgid "Manage Schedules"
|
488 |
msgstr "Διαχείριση"
|
@@ -509,36 +511,35 @@ msgstr "AdRotate Pro"
|
|
509 |
msgid "Advert Management"
|
510 |
msgstr ""
|
511 |
|
512 |
-
#: adrotate.php:
|
513 |
msgid "Manage"
|
514 |
msgstr "Διαχείριση"
|
515 |
|
516 |
-
#: adrotate.php:
|
517 |
msgid "Add New"
|
518 |
msgstr "Προσθήκη Νέας"
|
519 |
|
520 |
-
#: adrotate.php:
|
521 |
msgid "Group Management"
|
522 |
msgstr "Διαχείριση Ομάδας"
|
523 |
|
524 |
-
#: adrotate.php:
|
525 |
-
#: dashboard/publisher/groups-main.php:70
|
526 |
msgid "Report"
|
527 |
msgstr "Αναφορά"
|
528 |
|
529 |
-
#: adrotate.php:
|
530 |
#, fuzzy
|
531 |
msgid "Schedule Management available in AdRotate Pro"
|
532 |
msgstr "Διαθέσιμο στο AdRotate Pro"
|
533 |
|
534 |
-
#: adrotate.php:
|
535 |
#, fuzzy
|
536 |
msgid ""
|
537 |
"Schedule management and multiple schedules per advert is available in "
|
538 |
"AdRotate Pro."
|
539 |
msgstr "Αυτό το χαρακτηριστικό είναι διαθέσιμο στο AdRotate Pro"
|
540 |
|
541 |
-
#: adrotate.php:
|
542 |
#: dashboard/publisher/adverts-main.php:114
|
543 |
#: dashboard/publisher/groups-edit.php:75
|
544 |
#: dashboard/publisher/groups-main.php:89
|
@@ -546,21 +547,21 @@ msgstr "Αυτό το χαρακτηριστικό είναι διαθέσιμο
|
|
546 |
msgid "More information"
|
547 |
msgstr "Περισσότερες πληροφορίες"
|
548 |
|
549 |
-
#: adrotate.php:
|
550 |
#: dashboard/publisher/adverts-error.php:19
|
551 |
#: dashboard/publisher/adverts-main.php:20
|
552 |
#: dashboard/publisher/groups-main.php:20
|
553 |
msgid "Bulk Actions"
|
554 |
msgstr "Μαζικές Ενέργειες"
|
555 |
|
556 |
-
#: adrotate.php:
|
557 |
#: dashboard/publisher/adverts-error.php:29
|
558 |
#: dashboard/publisher/adverts-main.php:30
|
559 |
#: dashboard/publisher/groups-main.php:24
|
560 |
msgid "Go"
|
561 |
msgstr "Go"
|
562 |
|
563 |
-
#: adrotate.php:
|
564 |
#: dashboard/publisher/adverts-error.php:39
|
565 |
#: dashboard/publisher/adverts-main.php:39
|
566 |
#: dashboard/publisher/groups-edit.php:51
|
@@ -568,173 +569,173 @@ msgstr "Go"
|
|
568 |
msgid "ID"
|
569 |
msgstr "Κωδ."
|
570 |
|
571 |
-
#: adrotate.php:
|
572 |
#, fuzzy
|
573 |
msgid "Start"
|
574 |
msgstr "Ώρα έναρξης (ωω: λλ):"
|
575 |
|
576 |
-
#: adrotate.php:
|
577 |
#, fuzzy
|
578 |
msgid "End"
|
579 |
msgstr "Ώρα λήξης (ωω: λλ):"
|
580 |
|
581 |
-
#: adrotate.php:
|
582 |
msgid "Ads"
|
583 |
msgstr "Διαφημίσεις"
|
584 |
|
585 |
-
#: adrotate.php:
|
586 |
msgid "Max Impressions"
|
587 |
msgstr "Max Impressions"
|
588 |
|
589 |
-
#: adrotate.php:
|
590 |
msgid "Max Clicks"
|
591 |
msgstr "Max Clicks"
|
592 |
|
593 |
-
#: adrotate.php:
|
594 |
#, fuzzy
|
595 |
msgid "No schedules created yet!"
|
596 |
msgstr "Κανένα πεδίο δεν έχει δημιουργηθεί ακόμα!"
|
597 |
|
598 |
-
#: adrotate.php:
|
599 |
#, fuzzy
|
600 |
msgid "Easily manage your schedules from here with AdRotate Pro."
|
601 |
msgstr "Για περισσότερες δυνατότητες αποκτήστε το AdRotate Pro."
|
602 |
|
603 |
-
#: adrotate.php:
|
604 |
#, fuzzy
|
605 |
msgid "Upgrade today!"
|
606 |
msgstr "Σήμερα"
|
607 |
|
608 |
-
#: adrotate.php:
|
609 |
#: dashboard/publisher/groups-edit.php:387
|
610 |
msgid "Expires soon."
|
611 |
msgstr "Λήγει σύντομα."
|
612 |
|
613 |
-
#: adrotate.php:
|
614 |
#: dashboard/publisher/groups-edit.php:388
|
615 |
msgid "Has expired."
|
616 |
msgstr "Έχει λήξει."
|
617 |
|
618 |
-
#: adrotate.php:
|
619 |
#, fuzzy
|
620 |
msgid "Media Management available in AdRotate Pro"
|
621 |
msgstr "Διαθέσιμο στο AdRotate Pro"
|
622 |
|
623 |
-
#: adrotate.php:
|
624 |
msgid "Upload images to the AdRotate Pro banners folder from here."
|
625 |
msgstr ""
|
626 |
|
627 |
-
#: adrotate.php:
|
628 |
msgid ""
|
629 |
"This is useful if you use responsive adverts with multiple images or have "
|
630 |
"HTML5 adverts containing multiple files."
|
631 |
msgstr ""
|
632 |
|
633 |
-
#: adrotate.php:
|
634 |
#, fuzzy
|
635 |
msgid "Media uploading and management is available in AdRotate Pro."
|
636 |
msgstr "Αυτό το χαρακτηριστικό είναι διαθέσιμο στο AdRotate Pro"
|
637 |
|
638 |
-
#: adrotate.php:
|
639 |
msgid "Upload new file"
|
640 |
msgstr ""
|
641 |
|
642 |
-
#: adrotate.php:
|
643 |
msgid "Accepted files:"
|
644 |
msgstr ""
|
645 |
|
646 |
-
#: adrotate.php:
|
647 |
msgid "For HTML5 ads you can also upload html and javascript files."
|
648 |
msgstr ""
|
649 |
|
650 |
-
#: adrotate.php:
|
651 |
msgid "Maximum size is 512Kb."
|
652 |
msgstr ""
|
653 |
|
654 |
-
#: adrotate.php:
|
655 |
msgid "Important:"
|
656 |
msgstr ""
|
657 |
|
658 |
-
#: adrotate.php:
|
659 |
msgid ""
|
660 |
"Make sure your file has no spaces or special characters in the name. Replace "
|
661 |
"spaces with a - or _."
|
662 |
msgstr ""
|
663 |
|
664 |
-
#: adrotate.php:
|
665 |
msgid ""
|
666 |
"If you remove spaces from filenames for HTML5 adverts also edit the html "
|
667 |
"file so it knows about the changed name. For example for the javascript file."
|
668 |
msgstr ""
|
669 |
|
670 |
-
#: adrotate.php:
|
671 |
msgid ""
|
672 |
"For responsive adverts make sure the filename is in the following format; "
|
673 |
"\"imagename.full.ext\". A full set of sized images is strongly recommended."
|
674 |
msgstr ""
|
675 |
|
676 |
-
#: adrotate.php:
|
677 |
msgid ""
|
678 |
"For smaller size images use \".320\", \".480\", \".768\" or \".1024\" in the "
|
679 |
"filename instead of \".full\" for the various viewports."
|
680 |
msgstr ""
|
681 |
|
682 |
-
#: adrotate.php:
|
683 |
#: dashboard/publisher/groups-edit.php:320
|
684 |
msgid "Example:"
|
685 |
msgstr "Παράδειγμα:"
|
686 |
|
687 |
-
#: adrotate.php:
|
688 |
msgid ""
|
689 |
"image.full.jpg, image.320.jpg and image.768.jpg will serve the same advert "
|
690 |
"for different viewports."
|
691 |
msgstr ""
|
692 |
|
693 |
-
#: adrotate.php:
|
694 |
msgid "Upload file"
|
695 |
msgstr ""
|
696 |
|
697 |
-
#: adrotate.php:
|
698 |
msgid "Click only once per file!"
|
699 |
msgstr ""
|
700 |
|
701 |
-
#: adrotate.php:
|
702 |
msgid "Available files in"
|
703 |
msgstr ""
|
704 |
|
705 |
-
#: adrotate.php:
|
706 |
#: dashboard/publisher/groups-main.php:33
|
707 |
msgid "Name"
|
708 |
msgstr "Όνομα"
|
709 |
|
710 |
-
#: adrotate.php:
|
711 |
#, fuzzy
|
712 |
msgid "Actions"
|
713 |
msgstr "Μαζικές Ενέργειες"
|
714 |
|
715 |
-
#: adrotate.php:
|
716 |
-
#: adrotate.php:
|
717 |
#: dashboard/publisher/adverts-disabled.php:22
|
718 |
#: dashboard/publisher/adverts-error.php:21
|
719 |
#: dashboard/publisher/adverts-main.php:22
|
720 |
msgid "Delete"
|
721 |
msgstr "Διαγραφή"
|
722 |
|
723 |
-
#: adrotate.php:
|