Version Description
FREE = * [change] Few dashboard updates, better wording and such * [change] Removed obsolete 'link' column from database * [i18n] Updated translation strings
Download this release
Release Info
Developer | adegans |
Plugin | AdRotate Banner Manager |
Version | 3.14.1 |
Comparing to | |
See all releases |
Code changes from version 3.14 to 3.14.1
- adrotate-export.php +0 -2
- adrotate-functions.php +1 -1
- adrotate-manage-publisher.php +2 -5
- adrotate-output.php +11 -13
- adrotate-setup.php +15 -3
- adrotate.php +3 -3
- dashboard/adrotatepro.php +20 -4
- dashboard/info.php +21 -7
- dashboard/publisher/adverts-edit.php +1 -2
- dashboard/settings/general.php +10 -6
- language/adrotate-bg_BG.mo +0 -0
- language/adrotate-bg_BG.po +272 -263
- language/adrotate-el.mo +0 -0
- language/adrotate-el.po +277 -265
- language/adrotate-en_US.mo +0 -0
- language/adrotate-en_US.po +261 -252
- language/adrotate-es_ES.mo +0 -0
- language/adrotate-es_ES.po +277 -265
- language/adrotate-fr_FR.mo +0 -0
- language/adrotate-fr_FR.po +272 -263
- language/adrotate-ja.mo +0 -0
- language/adrotate-ja.po +276 -264
- language/adrotate-pl_PL.mo +0 -0
- language/adrotate-pl_PL.po +277 -265
- language/adrotate-sr_RS.mo +0 -0
- language/adrotate-sr_RS.po +277 -265
- language/adrotate-sv_SV.mo +0 -0
- language/adrotate-sv_SV.po +277 -265
- readme.txt +15 -22
adrotate-export.php
CHANGED
@@ -37,7 +37,6 @@ function adrotate_export_ads($ids, $format) {
|
|
37 |
'bannercode' => stripslashes($single['bannercode']),
|
38 |
'imagetype' => $single['imagetype'],
|
39 |
'image' => $single['image'],
|
40 |
-
'link' => $single['link'],
|
41 |
'tracker' => $single['tracker'],
|
42 |
'mobile' => $single['mobile'],
|
43 |
'tablet' => $single['tablet'],
|
@@ -64,7 +63,6 @@ function adrotate_export_ads($ids, $format) {
|
|
64 |
$node->addChild('bannercode', $ad['bannercode']);
|
65 |
$node->addChild('imagetype', $ad['imagetype']);
|
66 |
$node->addChild('image', $ad['image']);
|
67 |
-
$node->addChild('link', $ad['link']);
|
68 |
$node->addChild('tracker', $ad['tracker']);
|
69 |
$node->addChild('mobile', $ad['mobile']);
|
70 |
$node->addChild('tablet', $ad['tablet']);
|
37 |
'bannercode' => stripslashes($single['bannercode']),
|
38 |
'imagetype' => $single['imagetype'],
|
39 |
'image' => $single['image'],
|
|
|
40 |
'tracker' => $single['tracker'],
|
41 |
'mobile' => $single['mobile'],
|
42 |
'tablet' => $single['tablet'],
|
63 |
$node->addChild('bannercode', $ad['bannercode']);
|
64 |
$node->addChild('imagetype', $ad['imagetype']);
|
65 |
$node->addChild('image', $ad['image']);
|
|
|
66 |
$node->addChild('tracker', $ad['tracker']);
|
67 |
$node->addChild('mobile', $ad['mobile']);
|
68 |
$node->addChild('tablet', $ad['tablet']);
|
adrotate-functions.php
CHANGED
@@ -565,7 +565,7 @@ function adrotate_evaluate_ad($ad_id) {
|
|
565 |
$in7days = $now + 604800;
|
566 |
|
567 |
// Fetch ad
|
568 |
-
$ad = $wpdb->get_row($wpdb->prepare("SELECT `id`, `bannercode`, `tracker`, `
|
569 |
$stoptime = $wpdb->get_var("SELECT `stoptime` FROM `".$wpdb->prefix."adrotate_schedule`, `".$wpdb->prefix."adrotate_linkmeta` WHERE `ad` = '".$ad->id."' AND `schedule` = `".$wpdb->prefix."adrotate_schedule`.`id` ORDER BY `stoptime` DESC LIMIT 1;");
|
570 |
$schedules = $wpdb->get_var("SELECT COUNT(`schedule`) FROM `".$wpdb->prefix."adrotate_linkmeta` WHERE `ad` = '".$ad->id."' AND `group` = 0 AND `user` = 0;");
|
571 |
|
565 |
$in7days = $now + 604800;
|
566 |
|
567 |
// Fetch ad
|
568 |
+
$ad = $wpdb->get_row($wpdb->prepare("SELECT `id`, `bannercode`, `tracker`, `imagetype`, `image`, `responsive` FROM `".$wpdb->prefix."adrotate` WHERE `id` = %d;", $ad_id));
|
569 |
$stoptime = $wpdb->get_var("SELECT `stoptime` FROM `".$wpdb->prefix."adrotate_schedule`, `".$wpdb->prefix."adrotate_linkmeta` WHERE `ad` = '".$ad->id."' AND `schedule` = `".$wpdb->prefix."adrotate_schedule`.`id` ORDER BY `stoptime` DESC LIMIT 1;");
|
570 |
$schedules = $wpdb->get_var("SELECT COUNT(`schedule`) FROM `".$wpdb->prefix."adrotate_linkmeta` WHERE `ad` = '".$ad->id."' AND `group` = 0 AND `user` = 0;");
|
571 |
|
adrotate-manage-publisher.php
CHANGED
@@ -52,11 +52,10 @@ function adrotate_insert_input() {
|
|
52 |
if(isset($_POST['adrotate_maxshown'])) $maxshown = strip_tags(trim($_POST['adrotate_maxshown'], "\t\n "));
|
53 |
|
54 |
// Advanced options
|
55 |
-
$advertiser = $image_field = $image_dropdown = $
|
56 |
if(isset($_POST['adrotate_advertiser'])) $advertiser = 0;
|
57 |
if(isset($_POST['adrotate_image'])) $image_field = strip_tags(trim($_POST['adrotate_image'], "\t\n "));
|
58 |
if(isset($_POST['adrotate_image_dropdown'])) $image_dropdown = strip_tags(trim($_POST['adrotate_image_dropdown'], "\t\n "));
|
59 |
-
if(isset($_POST['adrotate_link'])) $link = strip_tags(trim($_POST['adrotate_link'], "\t\n "));
|
60 |
if(isset($_POST['adrotate_tracker'])) $tracker = strip_tags(trim($_POST['adrotate_tracker'], "\t\n "));
|
61 |
if(isset($_POST['adrotate_responsive'])) $responsive = strip_tags(trim($_POST['adrotate_responsive'], "\t\n "));
|
62 |
|
@@ -76,8 +75,6 @@ function adrotate_insert_input() {
|
|
76 |
if(preg_match("/%IMAGE%/", $bannercode)) $bannercode = str_replace('%IMAGE%', '%image%', $bannercode);
|
77 |
if(preg_match("/%TITLE%/", $bannercode)) $bannercode = str_replace('%TITLE%', '%title%', $bannercode);
|
78 |
if(preg_match("/%RANDOM%/", $bannercode)) $bannercode = str_replace('%RANDOM%', '%random%', $bannercode);
|
79 |
-
// Replace %link% with the actual url (Deprecate $link)
|
80 |
-
if(strlen($link) > 0 AND preg_match("/%link%/i", $bannercode)) $bannercode = str_replace('%link%', $link, $bannercode);
|
81 |
|
82 |
// Sort out start dates
|
83 |
if(strlen($smonth) > 0 AND !is_numeric($smonth)) $smonth = date_i18n('m');
|
@@ -146,7 +143,7 @@ function adrotate_insert_input() {
|
|
146 |
$wpdb->update($wpdb->prefix.'adrotate_schedule', array('starttime' => $startdate, 'stoptime' => $enddate, 'maxclicks' => $maxclicks, 'maximpressions' => $maxshown), array('id' => $schedule_id));
|
147 |
|
148 |
// Save the ad to the DB
|
149 |
-
$wpdb->update($wpdb->prefix.'adrotate', array('title' => $title, 'bannercode' => $bannercode, 'updated' => $thetime, 'author' => $author, 'imagetype' => $imagetype, 'image' => $image, '
|
150 |
|
151 |
// Determine Responsive requirement
|
152 |
$responsive_count = $wpdb->get_var("SELECT COUNT(*) as `total` FROM `".$wpdb->prefix."adrotate` WHERE `responsive` = 'Y';");
|
52 |
if(isset($_POST['adrotate_maxshown'])) $maxshown = strip_tags(trim($_POST['adrotate_maxshown'], "\t\n "));
|
53 |
|
54 |
// Advanced options
|
55 |
+
$advertiser = $image_field = $image_dropdown = $tracker = '';
|
56 |
if(isset($_POST['adrotate_advertiser'])) $advertiser = 0;
|
57 |
if(isset($_POST['adrotate_image'])) $image_field = strip_tags(trim($_POST['adrotate_image'], "\t\n "));
|
58 |
if(isset($_POST['adrotate_image_dropdown'])) $image_dropdown = strip_tags(trim($_POST['adrotate_image_dropdown'], "\t\n "));
|
|
|
59 |
if(isset($_POST['adrotate_tracker'])) $tracker = strip_tags(trim($_POST['adrotate_tracker'], "\t\n "));
|
60 |
if(isset($_POST['adrotate_responsive'])) $responsive = strip_tags(trim($_POST['adrotate_responsive'], "\t\n "));
|
61 |
|
75 |
if(preg_match("/%IMAGE%/", $bannercode)) $bannercode = str_replace('%IMAGE%', '%image%', $bannercode);
|
76 |
if(preg_match("/%TITLE%/", $bannercode)) $bannercode = str_replace('%TITLE%', '%title%', $bannercode);
|
77 |
if(preg_match("/%RANDOM%/", $bannercode)) $bannercode = str_replace('%RANDOM%', '%random%', $bannercode);
|
|
|
|
|
78 |
|
79 |
// Sort out start dates
|
80 |
if(strlen($smonth) > 0 AND !is_numeric($smonth)) $smonth = date_i18n('m');
|
143 |
$wpdb->update($wpdb->prefix.'adrotate_schedule', array('starttime' => $startdate, 'stoptime' => $enddate, 'maxclicks' => $maxclicks, 'maximpressions' => $maxshown), array('id' => $schedule_id));
|
144 |
|
145 |
// Save the ad to the DB
|
146 |
+
$wpdb->update($wpdb->prefix.'adrotate', array('title' => $title, 'bannercode' => $bannercode, 'updated' => $thetime, 'author' => $author, 'imagetype' => $imagetype, 'image' => $image, 'tracker' => $tracker, 'responsive' => $responsive, 'type' => $active, 'sortorder' => $sortorder), array('id' => $id));
|
147 |
|
148 |
// Determine Responsive requirement
|
149 |
$responsive_count = $wpdb->get_var("SELECT COUNT(*) as `total` FROM `".$wpdb->prefix."adrotate` WHERE `responsive` = 'Y';");
|
adrotate-output.php
CHANGED
@@ -23,7 +23,7 @@ function adrotate_ad($banner_id, $individual = true, $group = null, $site = 0) {
|
|
23 |
$output = '';
|
24 |
|
25 |
if($banner_id) {
|
26 |
-
$banner = $wpdb->get_row($wpdb->prepare("SELECT `id`, `title`, `bannercode`, `tracker`, `
|
27 |
|
28 |
if($banner) {
|
29 |
if($adrotate_debug['general'] == true) {
|
@@ -42,7 +42,7 @@ function adrotate_ad($banner_id, $individual = true, $group = null, $site = 0) {
|
|
42 |
$image = str_replace('%folder%', $adrotate_config['banner_folder'], $banner->image);
|
43 |
|
44 |
if($individual == true) $output .= '<div class="a-single a-'.$banner->id.'">';
|
45 |
-
$output .= adrotate_ad_output($banner->id, 0, $banner->title, $banner->bannercode, $banner->tracker, $
|
46 |
if($individual == true) $output .= '</div>';
|
47 |
|
48 |
if($adrotate_config['stats'] == 1 AND $banner->tracker == "Y") {
|
@@ -95,7 +95,6 @@ function adrotate_group($group_ids, $fallback = 0, $weight = 0, $site = 0) {
|
|
95 |
`{$wpdb->prefix}adrotate`.`id`,
|
96 |
`{$wpdb->prefix}adrotate`.`title`,
|
97 |
`{$wpdb->prefix}adrotate`.`bannercode`,
|
98 |
-
`{$wpdb->prefix}adrotate`.`link`,
|
99 |
`{$wpdb->prefix}adrotate`.`image`,
|
100 |
`{$wpdb->prefix}adrotate`.`responsive`,
|
101 |
`{$wpdb->prefix}adrotate`.`tracker`,
|
@@ -158,7 +157,7 @@ function adrotate_group($group_ids, $fallback = 0, $weight = 0, $site = 0) {
|
|
158 |
$image = str_replace('%folder%', $adrotate_config['banner_folder'], $banner->image);
|
159 |
|
160 |
$output .= '<div class="g-dyn a-'.$banner->id.' c-'.$i.'">';
|
161 |
-
$output .= $before.adrotate_ad_output($banner->id, $group->id, $banner->title, $banner->bannercode, $banner->tracker, $
|
162 |
$output .= '</div>';
|
163 |
$i++;
|
164 |
}
|
@@ -174,7 +173,7 @@ function adrotate_group($group_ids, $fallback = 0, $weight = 0, $site = 0) {
|
|
174 |
$image = str_replace('%folder%', $adrotate_config['banner_folder'], $selected[$banner_id]->image);
|
175 |
|
176 |
$output .= '<div class="g-col b-'.$group->id.' a-'.$selected[$banner_id]->id.'">';
|
177 |
-
$output .= $before.adrotate_ad_output($selected[$banner_id]->id, $group->id, $selected[$banner_id]->title, $selected[$banner_id]->bannercode, $selected[$banner_id]->tracker, $
|
178 |
$output .= '</div>';
|
179 |
|
180 |
if($columns == $group->gridcolumns AND $i != $block_count) {
|
@@ -196,7 +195,7 @@ function adrotate_group($group_ids, $fallback = 0, $weight = 0, $site = 0) {
|
|
196 |
$image = str_replace('%folder%', $adrotate_config['banner_folder'], $selected[$banner_id]->image);
|
197 |
|
198 |
$output .= '<div class="g-single a-'.$selected[$banner_id]->id.'">';
|
199 |
-
$output .= $before.adrotate_ad_output($selected[$banner_id]->id, $group->id, $selected[$banner_id]->title, $selected[$banner_id]->bannercode, $selected[$banner_id]->tracker, $
|
200 |
$output .= '</div>';
|
201 |
|
202 |
if($adrotate_config['stats'] == 1){
|
@@ -371,7 +370,7 @@ function adrotate_preview($banner_id) {
|
|
371 |
|
372 |
if($banner) {
|
373 |
$image = str_replace('%folder%', '/wp-content/banners/', $banner->image);
|
374 |
-
$output = adrotate_ad_output($banner->id, 0, $banner->title, $banner->bannercode, $banner->tracker, $
|
375 |
} else {
|
376 |
$output = adrotate_error('ad_expired');
|
377 |
}
|
@@ -386,16 +385,15 @@ function adrotate_preview($banner_id) {
|
|
386 |
Name: adrotate_ad_output
|
387 |
|
388 |
Purpose: Prepare the output for viewing
|
389 |
-
Receive: $id, $group, $bannercode, $tracker, $
|
390 |
Return: $banner_output
|
391 |
Since: 3.0
|
392 |
-------------------------------------------------------------*/
|
393 |
-
function adrotate_ad_output($id, $group = 0, $name, $bannercode, $tracker, $
|
394 |
global $blog_id, $adrotate_debug, $adrotate_config;
|
395 |
|
396 |
$banner_output = $bannercode;
|
397 |
$banner_output = stripslashes(htmlspecialchars_decode($banner_output, ENT_QUOTES));
|
398 |
-
$banner_output = str_replace('%link%', $link, $banner_output);
|
399 |
|
400 |
if($adrotate_config['stats'] > 0) {
|
401 |
if(empty($blog_id) or $blog_id == '') {
|
@@ -821,8 +819,8 @@ function adrotate_help_info() {
|
|
821 |
'title' => __('Useful Links'),
|
822 |
'content' => '<h4>'.__('Useful links to learn more about AdRotate', 'adrotate').'</h4>'.
|
823 |
'<ul>'.
|
824 |
-
'<li><a href="https://ajdg.solutions/products/adrotate-for-wordpress/?pk_campaign=adrotatefree-helptab" target="_blank">'.__('AdRotate
|
825 |
-
'<li><a href="https://ajdg.solutions/manuals/adrotate-manuals/getting-started-with-adrotate/?pk_campaign=adrotatefree-helptab
|
826 |
'<li><a href="https://ajdg.solutions/manuals/adrotate-manuals/?pk_campaign=adrotatefree-helptab" target="_blank">'.__('AdRotate manuals', 'adrotate').'</a>.</li>'.
|
827 |
'<li><a href="https://ajdg.solutions/forums/forum/adrotate-for-wordpress/?pk_campaign=adrotatefree-helptab" target="_blank">'.__('AdRotate Support Forum', 'adrotate').'</a>.</li>'.
|
828 |
'</ul>'
|
@@ -832,7 +830,7 @@ function adrotate_help_info() {
|
|
832 |
'id' => 'adrotate_thanks',
|
833 |
'title' => 'Thank You',
|
834 |
'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>'.
|
835 |
-
'<p><strong>Add me:</strong> <a href="http://twitter.com/arnandegans/" target="_blank">Twitter</a>, <a href="https://www.facebook.com/
|
836 |
)
|
837 |
);
|
838 |
}
|
23 |
$output = '';
|
24 |
|
25 |
if($banner_id) {
|
26 |
+
$banner = $wpdb->get_row($wpdb->prepare("SELECT `id`, `title`, `bannercode`, `tracker`, `image`, `responsive` FROM `{$wpdb->prefix}adrotate` WHERE `id` = %d AND (`type` = 'active' OR `type` = '2days' OR `type` = '7days');", $banner_id));
|
27 |
|
28 |
if($banner) {
|
29 |
if($adrotate_debug['general'] == true) {
|
42 |
$image = str_replace('%folder%', $adrotate_config['banner_folder'], $banner->image);
|
43 |
|
44 |
if($individual == true) $output .= '<div class="a-single a-'.$banner->id.'">';
|
45 |
+
$output .= adrotate_ad_output($banner->id, 0, $banner->title, $banner->bannercode, $banner->tracker, $image, $banner->responsive);
|
46 |
if($individual == true) $output .= '</div>';
|
47 |
|
48 |
if($adrotate_config['stats'] == 1 AND $banner->tracker == "Y") {
|
95 |
`{$wpdb->prefix}adrotate`.`id`,
|
96 |
`{$wpdb->prefix}adrotate`.`title`,
|
97 |
`{$wpdb->prefix}adrotate`.`bannercode`,
|
|
|
98 |
`{$wpdb->prefix}adrotate`.`image`,
|
99 |
`{$wpdb->prefix}adrotate`.`responsive`,
|
100 |
`{$wpdb->prefix}adrotate`.`tracker`,
|
157 |
$image = str_replace('%folder%', $adrotate_config['banner_folder'], $banner->image);
|
158 |
|
159 |
$output .= '<div class="g-dyn a-'.$banner->id.' c-'.$i.'">';
|
160 |
+
$output .= $before.adrotate_ad_output($banner->id, $group->id, $banner->title, $banner->bannercode, $banner->tracker, $image, $banner->responsive).$after;
|
161 |
$output .= '</div>';
|
162 |
$i++;
|
163 |
}
|
173 |
$image = str_replace('%folder%', $adrotate_config['banner_folder'], $selected[$banner_id]->image);
|
174 |
|
175 |
$output .= '<div class="g-col b-'.$group->id.' a-'.$selected[$banner_id]->id.'">';
|
176 |
+
$output .= $before.adrotate_ad_output($selected[$banner_id]->id, $group->id, $selected[$banner_id]->title, $selected[$banner_id]->bannercode, $selected[$banner_id]->tracker, $image, $selected[$banner_id]->responsive).$after;
|
177 |
$output .= '</div>';
|
178 |
|
179 |
if($columns == $group->gridcolumns AND $i != $block_count) {
|
195 |
$image = str_replace('%folder%', $adrotate_config['banner_folder'], $selected[$banner_id]->image);
|
196 |
|
197 |
$output .= '<div class="g-single a-'.$selected[$banner_id]->id.'">';
|
198 |
+
$output .= $before.adrotate_ad_output($selected[$banner_id]->id, $group->id, $selected[$banner_id]->title, $selected[$banner_id]->bannercode, $selected[$banner_id]->tracker, $image, $selected[$banner_id]->responsive).$after;
|
199 |
$output .= '</div>';
|
200 |
|
201 |
if($adrotate_config['stats'] == 1){
|
370 |
|
371 |
if($banner) {
|
372 |
$image = str_replace('%folder%', '/wp-content/banners/', $banner->image);
|
373 |
+
$output = adrotate_ad_output($banner->id, 0, $banner->title, $banner->bannercode, $banner->tracker, $image, 'N');
|
374 |
} else {
|
375 |
$output = adrotate_error('ad_expired');
|
376 |
}
|
385 |
Name: adrotate_ad_output
|
386 |
|
387 |
Purpose: Prepare the output for viewing
|
388 |
+
Receive: $id, $group, $bannercode, $tracker, $image, $responsive
|
389 |
Return: $banner_output
|
390 |
Since: 3.0
|
391 |
-------------------------------------------------------------*/
|
392 |
+
function adrotate_ad_output($id, $group = 0, $name, $bannercode, $tracker, $image, $responsive) {
|
393 |
global $blog_id, $adrotate_debug, $adrotate_config;
|
394 |
|
395 |
$banner_output = $bannercode;
|
396 |
$banner_output = stripslashes(htmlspecialchars_decode($banner_output, ENT_QUOTES));
|
|
|
397 |
|
398 |
if($adrotate_config['stats'] > 0) {
|
399 |
if(empty($blog_id) or $blog_id == '') {
|
819 |
'title' => __('Useful Links'),
|
820 |
'content' => '<h4>'.__('Useful links to learn more about AdRotate', 'adrotate').'</h4>'.
|
821 |
'<ul>'.
|
822 |
+
'<li><a href="https://ajdg.solutions/products/adrotate-for-wordpress/?pk_campaign=adrotatefree-helptab" target="_blank">'.__('AdRotate website', 'adrotate').'</a>.</li>'.
|
823 |
+
'<li><a href="https://ajdg.solutions/manuals/adrotate-manuals/getting-started-with-adrotate/?pk_campaign=adrotatefree-helptab" target="_blank">'.__('Getting Started With AdRotate', 'adrotate').'</a>.</li>'.
|
824 |
'<li><a href="https://ajdg.solutions/manuals/adrotate-manuals/?pk_campaign=adrotatefree-helptab" target="_blank">'.__('AdRotate manuals', 'adrotate').'</a>.</li>'.
|
825 |
'<li><a href="https://ajdg.solutions/forums/forum/adrotate-for-wordpress/?pk_campaign=adrotatefree-helptab" target="_blank">'.__('AdRotate Support Forum', 'adrotate').'</a>.</li>'.
|
826 |
'</ul>'
|
830 |
'id' => 'adrotate_thanks',
|
831 |
'title' => 'Thank You',
|
832 |
'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>'.
|
833 |
+
'<p><strong>Add me:</strong> <a href="http://twitter.com/arnandegans/" target="_blank">Twitter</a>, <a href="https://www.facebook.com/Arnandegans/" target="_blank">Facebook</a>. <strong>Business:</strong> <a href="https://ajdg.solutions/?pk_campaign=adrotatefree-helptab" target="_blank">ajdg.solutions</a> <strong>Blog:</strong> <a href="http://meandmymac.net/?pk_campaign=adrotatefree-helptab" target="_blank">meandmymac.net</a>.</p>'
|
834 |
)
|
835 |
);
|
836 |
}
|
adrotate-setup.php
CHANGED
@@ -344,7 +344,7 @@ function adrotate_dummy_data() {
|
|
344 |
|
345 |
if(is_null($no_ads) AND is_null($no_schedules) AND is_null($no_linkmeta)) {
|
346 |
// Demo ad 1
|
347 |
-
$wpdb->insert("{$wpdb->prefix}adrotate", array('title' => 'Demo ad 468x60', 'bannercode' => '<a href=\"http:\/\/www.adrotateforwordpress.com\"><img src=\"http://ajdg.solutions/assets/dummy-banners/adrotate-468x60.jpg\" /></a>', 'thetime' => $now, 'updated' => $now, 'author' => $current_user->user_login, 'imagetype' => '', 'image' => '', '
|
348 |
$ad_id = $wpdb->insert_id;
|
349 |
$wpdb->insert("{$wpdb->prefix}adrotate_schedule", array('name' => 'Schedule for ad '.$ad_id, 'starttime' => $now, 'stoptime' => $in84days, 'maxclicks' => 0, 'maximpressions' => 0, 'spread' => 'N', 'dayimpressions' => 0));
|
350 |
$schedule_id = $wpdb->insert_id;
|
@@ -352,7 +352,7 @@ function adrotate_dummy_data() {
|
|
352 |
unset($ad_id, $schedule_id);
|
353 |
|
354 |
// Demo ad 2
|
355 |
-
$wpdb->insert("{$wpdb->prefix}adrotate", array('title' => 'Demo ad 200x200', 'bannercode' => '<a href=\"http:\/\/www.adrotateforwordpress.com\"><img src=\"http://ajdg.solutions/assets/dummy-banners/adrotate-200x200.jpg\" /></a>', 'thetime' => $now, 'updated' => $now, 'author' => $current_user->user_login, 'imagetype' => '', 'image' => '', '
|
356 |
$ad_id = $wpdb->insert_id;
|
357 |
$wpdb->insert("{$wpdb->prefix}adrotate_schedule", array('name' => 'Schedule for ad '.$ad_id, 'starttime' => $now, 'stoptime' => $in84days, 'maxclicks' => 0, 'maximpressions' => 0, 'spread' => 'N', 'dayimpressions' => 0));
|
358 |
$schedule_id = $wpdb->insert_id;
|
@@ -403,7 +403,6 @@ function adrotate_database_install() {
|
|
403 |
`author` varchar(60) NOT NULL default '',
|
404 |
`imagetype` varchar(10) NOT NULL,
|
405 |
`image` varchar(255) NOT NULL,
|
406 |
-
`link` longtext NOT NULL,
|
407 |
`tracker` varchar(2) NOT NULL default 'N',
|
408 |
`desktop` varchar(2) NOT NULL default 'Y',
|
409 |
`mobile` varchar(2) NOT NULL default 'Y',
|
@@ -794,6 +793,19 @@ function adrotate_database_upgrade() {
|
|
794 |
$wpdb->query("ALTER TABLE `{$wpdb->prefix}adrotate` CHANGE `tablet` `tablet` varchar(2) NOT NULL default 'Y';");
|
795 |
}
|
796 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
797 |
update_option("adrotate_db_version", array('current' => ADROTATE_DB_VERSION, 'previous' => $adrotate_db_version['current']));
|
798 |
}
|
799 |
|
344 |
|
345 |
if(is_null($no_ads) AND is_null($no_schedules) AND is_null($no_linkmeta)) {
|
346 |
// Demo ad 1
|
347 |
+
$wpdb->insert("{$wpdb->prefix}adrotate", array('title' => 'Demo ad 468x60', 'bannercode' => '<a href=\"http:\/\/www.adrotateforwordpress.com\"><img src=\"http://ajdg.solutions/assets/dummy-banners/adrotate-468x60.jpg\" /></a>', 'thetime' => $now, 'updated' => $now, 'author' => $current_user->user_login, 'imagetype' => '', 'image' => '', 'tracker' => 'N', 'desktop' => 'Y', 'mobile' => 'Y', 'tablet' => 'Y', 'responsive' => 'N', 'type' => 'active', 'weight' => 6, 'sortorder' => 0, 'budget' => 0, 'crate' => 0, 'irate' => 0, 'cities' => serialize(array()), 'countries' => serialize(array())));
|
348 |
$ad_id = $wpdb->insert_id;
|
349 |
$wpdb->insert("{$wpdb->prefix}adrotate_schedule", array('name' => 'Schedule for ad '.$ad_id, 'starttime' => $now, 'stoptime' => $in84days, 'maxclicks' => 0, 'maximpressions' => 0, 'spread' => 'N', 'dayimpressions' => 0));
|
350 |
$schedule_id = $wpdb->insert_id;
|
352 |
unset($ad_id, $schedule_id);
|
353 |
|
354 |
// Demo ad 2
|
355 |
+
$wpdb->insert("{$wpdb->prefix}adrotate", array('title' => 'Demo ad 200x200', 'bannercode' => '<a href=\"http:\/\/www.adrotateforwordpress.com\"><img src=\"http://ajdg.solutions/assets/dummy-banners/adrotate-200x200.jpg\" /></a>', 'thetime' => $now, 'updated' => $now, 'author' => $current_user->user_login, 'imagetype' => '', 'image' => '', 'tracker' => 'N', 'desktop' => 'Y', 'mobile' => 'Y', 'tablet' => 'Y', 'responsive' => 'N', 'type' => 'active', 'weight' => 6, 'sortorder' => 0, 'budget' => 0, 'crate' => 0, 'irate' => 0, 'cities' => serialize(array()), 'countries' => serialize(array())));
|
356 |
$ad_id = $wpdb->insert_id;
|
357 |
$wpdb->insert("{$wpdb->prefix}adrotate_schedule", array('name' => 'Schedule for ad '.$ad_id, 'starttime' => $now, 'stoptime' => $in84days, 'maxclicks' => 0, 'maximpressions' => 0, 'spread' => 'N', 'dayimpressions' => 0));
|
358 |
$schedule_id = $wpdb->insert_id;
|
403 |
`author` varchar(60) NOT NULL default '',
|
404 |
`imagetype` varchar(10) NOT NULL,
|
405 |
`image` varchar(255) NOT NULL,
|
|
|
406 |
`tracker` varchar(2) NOT NULL default 'N',
|
407 |
`desktop` varchar(2) NOT NULL default 'Y',
|
408 |
`mobile` varchar(2) NOT NULL default 'Y',
|
793 |
$wpdb->query("ALTER TABLE `{$wpdb->prefix}adrotate` CHANGE `tablet` `tablet` varchar(2) NOT NULL default 'Y';");
|
794 |
}
|
795 |
|
796 |
+
// Database: 55
|
797 |
+
// AdRotate: 3.14.1
|
798 |
+
if($adrotate_db_version['current'] < 55) {
|
799 |
+
$adverts = $wpdb->get_results("SELECT `id`, `bannercode`, `link` FROM {$wpdb->prefix}adrotate WHERE `link` != '' ORDER BY `id` ASC;");
|
800 |
+
foreach($adverts as $advert) {
|
801 |
+
$bannercode = $advert->bannercode;
|
802 |
+
$bannercode = str_replace('%link%', $advert->link, $bannercode);
|
803 |
+
$wpdb->update("{$wpdb->prefix}adrotate", array('bannercode' => $bannercode), array('id' => $advert->id));
|
804 |
+
unset($advert, $bannercode);
|
805 |
+
}
|
806 |
+
adrotate_del_column("{$wpdb->prefix}adrotate", 'link');
|
807 |
+
}
|
808 |
+
|
809 |
update_option("adrotate_db_version", array('current' => ADROTATE_DB_VERSION, 'previous' => $adrotate_db_version['current']));
|
810 |
}
|
811 |
|
adrotate.php
CHANGED
@@ -7,7 +7,7 @@ Author URI: http://ajdg.solutions/?pk_campaign=adrotatefree-pluginpage
|
|
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.14
|
11 |
License: GPLv3
|
12 |
*/
|
13 |
|
@@ -22,9 +22,9 @@ License: GPLv3
|
|
22 |
------------------------------------------------------------------------------------ */
|
23 |
|
24 |
/*--- AdRotate values ---------------------------------------*/
|
25 |
-
define("ADROTATE_DISPLAY", '3.14');
|
26 |
define("ADROTATE_VERSION", 380);
|
27 |
-
define("ADROTATE_DB_VERSION",
|
28 |
/*-----------------------------------------------------------*/
|
29 |
|
30 |
/*--- Load Files --------------------------------------------*/
|
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.14.1
|
11 |
License: GPLv3
|
12 |
*/
|
13 |
|
22 |
------------------------------------------------------------------------------------ */
|
23 |
|
24 |
/*--- AdRotate values ---------------------------------------*/
|
25 |
+
define("ADROTATE_DISPLAY", '3.14.1');
|
26 |
define("ADROTATE_VERSION", 380);
|
27 |
+
define("ADROTATE_DB_VERSION", 55);
|
28 |
/*-----------------------------------------------------------*/
|
29 |
|
30 |
/*--- Load Files --------------------------------------------*/
|
dashboard/adrotatepro.php
CHANGED
@@ -49,10 +49,26 @@
|
|
49 |
<div class="postbox-adrotate">
|
50 |
<div class="inside">
|
51 |
<p><img src="<?php echo WP_CONTENT_URL; ?>/plugins/adrotate/images/arnan-jungle.jpg" alt="Arnan de Gans" width="100" height="100" align="left" class="adrotate-photo" style="margin: 0 10px 0 0;" />
|
52 |
-
<a href="http://
|
53 |
-
|
54 |
-
|
55 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
</div>
|
57 |
</div>
|
58 |
|
49 |
<div class="postbox-adrotate">
|
50 |
<div class="inside">
|
51 |
<p><img src="<?php echo WP_CONTENT_URL; ?>/plugins/adrotate/images/arnan-jungle.jpg" alt="Arnan de Gans" width="100" height="100" align="left" class="adrotate-photo" style="margin: 0 10px 0 0;" />
|
52 |
+
<a href="http://meandmymac.net/?pk_campaign=adrotatefree-propage" title="Arnan de Gans">Arnan de Gans</a> (<a href="https://ajdg.solutions/?pk_campaign=adrotatefree-propage" title="Arnan de Gans">AJdG Solutions</a>) - <?php _e('Premium plugins, support and services for WordPress and WooCommerce! 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>
|
53 |
+
<table width="100%">
|
54 |
+
<tr class="first">
|
55 |
+
<td class="first b">
|
56 |
+
<div id="fb-root"></div>
|
57 |
+
<script>(function(d, s, id) {
|
58 |
+
var js, fjs = d.getElementsByTagName(s)[0];
|
59 |
+
if (d.getElementById(id)) return;
|
60 |
+
js = d.createElement(s); js.id = id;
|
61 |
+
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.5";
|
62 |
+
fjs.parentNode.insertBefore(js, fjs);
|
63 |
+
}(document, 'script', 'facebook-jssdk'));</script><center><div class="fb-like" data-href="https://www.facebook.com/Arnandegans/" data-width="250" data-layout="standard" data-action="like" data-show-faces="true" data-share="true"></div></center>
|
64 |
+
</td>
|
65 |
+
|
66 |
+
<td class="b">
|
67 |
+
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script><center><a href="https://twitter.com/arnandegans" class="twitter-follow-button" data-show-count="false" data-size="large" data-dnt="true"></a></center>
|
68 |
+
</td>
|
69 |
+
</tr>
|
70 |
+
</tbody>
|
71 |
+
</table>
|
72 |
</div>
|
73 |
</div>
|
74 |
|
dashboard/info.php
CHANGED
@@ -52,8 +52,25 @@ $data = get_option("adrotate_advert_status");
|
|
52 |
<tbody>
|
53 |
<tr class="first">
|
54 |
<td colspan="2">
|
55 |
-
<
|
56 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
</td>
|
58 |
</tr>
|
59 |
</tbody>
|
@@ -86,7 +103,7 @@ $data = get_option("adrotate_advert_status");
|
|
86 |
<h3><?php _e('Get more features with AdRotate Pro', 'adrotate'); ?></h3>
|
87 |
<div class="postbox-adrotate">
|
88 |
<div class="inside">
|
89 |
-
<p><img src="<?php echo WP_CONTENT_URL; ?>/plugins/adrotate/images/adrotate-logo-60x60.png" alt="adrotate-logo-60x60" width="60" height="60" align="left" style="padding: 0 10px 10px 0;" /><?php _e('Benefit from extra features to reinforce your income with advertising campaigns. Make the most of your website with the powerful tools AdRotate Pro offers on top of the trusted features included in the free version.', 'adrotate'); ?> <?php _e('Want to know more about', 'adrotate'); ?> <a href="admin.php?page=adrotate-pro">AdRotate Pro</a>? <?php _e('Visit the', 'adrotate'); ?> <a href="https://ajdg.solutions/products/adrotate-for-wordpress/?pk_campaign=adrotatefree-infopage
|
90 |
</div>
|
91 |
</div>
|
92 |
|
@@ -120,10 +137,7 @@ $data = get_option("adrotate_advert_status");
|
|
120 |
<div class="postbox-adrotate">
|
121 |
<div class="inside">
|
122 |
<p><img src="<?php echo WP_CONTENT_URL; ?>/plugins/adrotate/images/arnan-jungle.jpg" alt="Arnan de Gans" width="100" height="100" align="left" class="adrotate-photo" style="margin: 0 10px 0 0;" />
|
123 |
-
<a href="http://meandmymac.net/?pk_campaign=adrotatefree-infopage" title="Arnan de Gans">Arnan de Gans</a> (<a href="https://ajdg.solutions/?pk_campaign=adrotatefree-infopage" title="Arnan de Gans">AJdG Solutions</a>) - <?php _e('Premium plugins for WordPress and WooCommerce!
|
124 |
-
|
125 |
-
<p><center><a href="https://twitter.com/arnandegans" class="twitter-follow-button" data-show-count="false" data-size="large" data-dnt="true">Follow @arnandegans</a>
|
126 |
-
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script></center></p>
|
127 |
</div>
|
128 |
</div>
|
129 |
|
52 |
<tbody>
|
53 |
<tr class="first">
|
54 |
<td colspan="2">
|
55 |
+
<center><?php _e('Your donation helps to improve AdRotate. Consider writing a review if you like AdRotate. Also follow my Facebook page and twitter. Thank you!', 'adrotate-pro'); ?><br /><br />
|
56 |
+
<center><a class="button-primary" href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=paypal%40ajdg%2enet&item_name=AdRotate%20Donation&no_shipping=0&no_note=0&tax=0¤cy_code=EUR&bn=PP%2dDonationsBF&charset=UTF%2d8&amount=10" target="_blank">Donate € 10 via Paypal</a> <a class="button" target="_blank" href="https://wordpress.org/support/view/plugin-reviews/adrotate?rate=5#postform">Write review on WordPress.org</a></center><br />
|
57 |
+
</td>
|
58 |
+
</tr>
|
59 |
+
|
60 |
+
<tr class="first">
|
61 |
+
<td class="first b">
|
62 |
+
<div id="fb-root"></div>
|
63 |
+
<script>(function(d, s, id) {
|
64 |
+
var js, fjs = d.getElementsByTagName(s)[0];
|
65 |
+
if (d.getElementById(id)) return;
|
66 |
+
js = d.createElement(s); js.id = id;
|
67 |
+
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.5";
|
68 |
+
fjs.parentNode.insertBefore(js, fjs);
|
69 |
+
}(document, 'script', 'facebook-jssdk'));</script><center><div class="fb-like" data-href="https://www.facebook.com/Arnandegans/" data-width="250" data-layout="standard" data-action="like" data-show-faces="true" data-share="true"></div></center>
|
70 |
+
</td>
|
71 |
+
|
72 |
+
<td class="b">
|
73 |
+
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script><center><a href="https://twitter.com/arnandegans" class="twitter-follow-button" data-show-count="false" data-size="large" data-dnt="true"></a></center>
|
74 |
</td>
|
75 |
</tr>
|
76 |
</tbody>
|
103 |
<h3><?php _e('Get more features with AdRotate Pro', 'adrotate'); ?></h3>
|
104 |
<div class="postbox-adrotate">
|
105 |
<div class="inside">
|
106 |
+
<p><img src="<?php echo WP_CONTENT_URL; ?>/plugins/adrotate/images/adrotate-logo-60x60.png" alt="adrotate-logo-60x60" width="60" height="60" align="left" style="padding: 0 10px 10px 0;" /><?php _e('Benefit from extra features to reinforce your income with advertising campaigns. Make the most of your website with the powerful tools AdRotate Pro offers on top of the trusted features included in the free version.', 'adrotate'); ?> <?php _e('Want to know more about', 'adrotate'); ?> <a href="admin.php?page=adrotate-pro">AdRotate Pro</a>? <?php _e('Visit the', 'adrotate'); ?> <a href="https://ajdg.solutions/products/adrotate-for-wordpress/?pk_campaign=adrotatefree-infopage" target="_blank">AdRotate <?php _e('website', 'adrotate'); ?></a>.</p>
|
107 |
</div>
|
108 |
</div>
|
109 |
|
137 |
<div class="postbox-adrotate">
|
138 |
<div class="inside">
|
139 |
<p><img src="<?php echo WP_CONTENT_URL; ?>/plugins/adrotate/images/arnan-jungle.jpg" alt="Arnan de Gans" width="100" height="100" align="left" class="adrotate-photo" style="margin: 0 10px 0 0;" />
|
140 |
+
<a href="http://meandmymac.net/?pk_campaign=adrotatefree-infopage" title="Arnan de Gans">Arnan de Gans</a> (<a href="https://ajdg.solutions/?pk_campaign=adrotatefree-infopage" title="Arnan de Gans">AJdG Solutions</a>) - <?php _e('Premium plugins, support and services for WordPress and WooCommerce! 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>
|
|
|
|
|
|
|
141 |
</div>
|
142 |
</div>
|
143 |
|
dashboard/publisher/adverts-edit.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
if(!$ad_edit_id) {
|
13 |
$edit_id = $wpdb->get_var("SELECT `id` FROM `{$wpdb->prefix}adrotate` WHERE `type` = 'empty' ORDER BY `id` DESC LIMIT 1;");
|
14 |
if($edit_id == 0) {
|
15 |
-
$wpdb->insert($wpdb->prefix."adrotate", array('title' => '', 'bannercode' => '', 'thetime' => $now, 'updated' => $now, 'author' => $current_user->user_login, 'imagetype' => 'dropdown', 'image' => '', '
|
16 |
$edit_id = $wpdb->insert_id;
|
17 |
|
18 |
$wpdb->insert($wpdb->prefix.'adrotate_schedule', array('name' => 'Schedule for ad '.$edit_id, 'starttime' => $now, 'stoptime' => $in84days, 'maxclicks' => 0, 'maximpressions' => 0, 'spread' => 'N', 'dayimpressions' => 0, 'daystarttime' => '0000', 'daystoptime' => '0000', 'day_mon' => 'Y', 'day_tue' => 'Y', 'day_wed' => 'Y', 'day_thu' => 'Y', 'day_fri' => 'Y', 'day_sat' => 'Y', 'day_sun' => 'Y'));
|
@@ -102,7 +102,6 @@ if($edit_banner->imagetype == "field") {
|
|
102 |
<input type="hidden" name="adrotate_username" value="<?php echo $userdata->user_login;?>" />
|
103 |
<input type="hidden" name="adrotate_id" value="<?php echo $edit_banner->id;?>" />
|
104 |
<input type="hidden" name="adrotate_type" value="<?php echo $edit_banner->type;?>" />
|
105 |
-
<input type="hidden" name="adrotate_link" value="<?php echo $edit_banner->link;?>" />
|
106 |
<input type="hidden" name="adrotate_schedule" value="<?php echo $schedules->id;?>" />
|
107 |
|
108 |
<?php if($edit_banner->type == 'empty') { ?>
|
12 |
if(!$ad_edit_id) {
|
13 |
$edit_id = $wpdb->get_var("SELECT `id` FROM `{$wpdb->prefix}adrotate` WHERE `type` = 'empty' ORDER BY `id` DESC LIMIT 1;");
|
14 |
if($edit_id == 0) {
|
15 |
+
$wpdb->insert($wpdb->prefix."adrotate", array('title' => '', 'bannercode' => '', 'thetime' => $now, 'updated' => $now, 'author' => $current_user->user_login, 'imagetype' => 'dropdown', 'image' => '', 'tracker' => 'N', 'desktop' => 'Y', 'mobile' => 'Y', 'tablet' => 'Y', 'responsive' => 'N', 'type' => 'empty', 'weight' => 6, 'sortorder' => 0, 'budget' => 0, 'crate' => 0, 'irate' => 0, 'cities' => serialize(array()), 'countries' => serialize(array())));
|
16 |
$edit_id = $wpdb->insert_id;
|
17 |
|
18 |
$wpdb->insert($wpdb->prefix.'adrotate_schedule', array('name' => 'Schedule for ad '.$edit_id, 'starttime' => $now, 'stoptime' => $in84days, 'maxclicks' => 0, 'maximpressions' => 0, 'spread' => 'N', 'dayimpressions' => 0, 'daystarttime' => '0000', 'daystoptime' => '0000', 'day_mon' => 'Y', 'day_tue' => 'Y', 'day_wed' => 'Y', 'day_thu' => 'Y', 'day_fri' => 'Y', 'day_sat' => 'Y', 'day_sun' => 'Y'));
|
102 |
<input type="hidden" name="adrotate_username" value="<?php echo $userdata->user_login;?>" />
|
103 |
<input type="hidden" name="adrotate_id" value="<?php echo $edit_banner->id;?>" />
|
104 |
<input type="hidden" name="adrotate_type" value="<?php echo $edit_banner->type;?>" />
|
|
|
105 |
<input type="hidden" name="adrotate_schedule" value="<?php echo $schedules->id;?>" />
|
106 |
|
107 |
<?php if($edit_banner->type == 'empty') { ?>
|
dashboard/settings/general.php
CHANGED
@@ -13,20 +13,24 @@
|
|
13 |
<span class="description"><?php _e('General settings for AdRotate.', 'adrotate'); ?> <?php _e('Some options are only available in AdRotate Pro!', 'adrotate'); ?></span>
|
14 |
<table class="form-table">
|
15 |
<tr>
|
16 |
-
<th valign="top"><?php _e('
|
17 |
-
<td><label for="adrotate_textwidget_shortcodes"><input type="checkbox" name="adrotate_textwidget_shortcodes" disabled /><?php _e('Enable if your theme does not support shortcodes in the WordPress text widget.', 'adrotate'); ?></label></td>
|
18 |
</tr>
|
19 |
<tr>
|
20 |
-
<th valign="top"><?php _e('
|
21 |
-
<td><label for="
|
|
|
|
|
|
|
|
|
22 |
</tr>
|
23 |
<tr>
|
24 |
<th valign="top"><?php _e('Load jQuery', 'adrotate'); ?></th>
|
25 |
-
<td><label for="adrotate_jquery"><input type="checkbox" name="adrotate_jquery" <?php if($adrotate_config['jquery'] == 'Y') { ?>checked="checked" <?php } ?> /><?php _e('Enable if your theme does not load jQuery. jQuery is required for dynamic groups, statistics and some other features.', 'adrotate'); ?></label></td>
|
26 |
</tr>
|
27 |
<tr>
|
28 |
<th valign="top"><?php _e('Load scripts in footer?', 'adrotate'); ?></th>
|
29 |
-
<td><label for="adrotate_jsfooter"><input type="checkbox" name="adrotate_jsfooter" <?php if($adrotate_config['jsfooter'] == 'Y') { ?>checked="checked" <?php } ?> /><?php _e('Enable if you want to load all AdRotate Javascripts in the footer of your site.', 'adrotate'); ?></label></td>
|
30 |
</tr>
|
31 |
<tr>
|
32 |
<th valign="top"><?php _e('Adblock disguise', 'adrotate'); ?></th>
|
13 |
<span class="description"><?php _e('General settings for AdRotate.', 'adrotate'); ?> <?php _e('Some options are only available in AdRotate Pro!', 'adrotate'); ?></span>
|
14 |
<table class="form-table">
|
15 |
<tr>
|
16 |
+
<th valign="top"><?php _e('Shortcode in widgets', 'adrotate'); ?></th>
|
17 |
+
<td><label for="adrotate_textwidget_shortcodes"><input type="checkbox" name="adrotate_textwidget_shortcodes" disabled /><?php _e('Enable this option to if your theme does not support shortcodes in the WordPress text widget.', 'adrotate'); ?></label></td>
|
18 |
</tr>
|
19 |
<tr>
|
20 |
+
<th valign="top"><?php _e('Disable live preview', 'adrotate'); ?></th>
|
21 |
+
<td><label for="adrotate_live_preview"><input type="checkbox" name="adrotate_live_preview" disabled checked /><?php _e('Enable this option if you have faulty adverts that overflow their designated area while creating/editing adverts.', 'adrotate'); ?></label></td>
|
22 |
+
</tr>
|
23 |
+
<tr>
|
24 |
+
<th valign="top"><?php _e('Disable dynamic mode', 'adrotate-pro'); ?></th>
|
25 |
+
<td><label for="adrotate_mobile_dynamic_mode"><input type="checkbox" name="adrotate_mobile_dynamic_mode" <?php if($adrotate_config['mobile_dynamic_mode'] == 'Y') { ?>checked="checked" <?php } ?> /><?php _e('Enable this option to disable dynamic mode in groups for mobile devices if you notice skipping or jumpy content.', 'adrotate'); ?></label></td>
|
26 |
</tr>
|
27 |
<tr>
|
28 |
<th valign="top"><?php _e('Load jQuery', 'adrotate'); ?></th>
|
29 |
+
<td><label for="adrotate_jquery"><input type="checkbox" name="adrotate_jquery" <?php if($adrotate_config['jquery'] == 'Y') { ?>checked="checked" <?php } ?> /><?php _e('Enable this option if your theme does not load jQuery. jQuery is required for dynamic groups, statistics and some other features.', 'adrotate'); ?></label></td>
|
30 |
</tr>
|
31 |
<tr>
|
32 |
<th valign="top"><?php _e('Load scripts in footer?', 'adrotate'); ?></th>
|
33 |
+
<td><label for="adrotate_jsfooter"><input type="checkbox" name="adrotate_jsfooter" <?php if($adrotate_config['jsfooter'] == 'Y') { ?>checked="checked" <?php } ?> /><?php _e('Enable this option if you want to load all AdRotate Javascripts in the footer of your site.', 'adrotate'); ?></label></td>
|
34 |
</tr>
|
35 |
<tr>
|
36 |
<th valign="top"><?php _e('Adblock disguise', 'adrotate'); ?></th>
|
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: 2015-
|
6 |
-
"PO-Revision-Date: 2015-
|
7 |
"Last-Translator: Arnan de Gans <info@ajdg.net>\n"
|
8 |
"Language-Team: Nedko Ivanov <cocacoli4ko@gmail.com>\n"
|
9 |
"Language: bg_BG\n"
|
@@ -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,66 +184,66 @@ 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 "active ad(s) expired."
|
197 |
msgstr "изтекла/и активна/и реклама/и."
|
198 |
|
199 |
-
#: adrotate-output.php:
|
200 |
msgid "Take action now"
|
201 |
msgstr "Предприемане на действия"
|
202 |
|
203 |
-
#: adrotate-output.php:
|
204 |
msgid "active ad(s) are about to expire."
|
205 |
msgstr "изтичаща/и активна/и реклама/и."
|
206 |
|
207 |
-
#: adrotate-output.php:
|
208 |
msgid "Check it out"
|
209 |
msgstr "Проверете го"
|
210 |
|
211 |
-
#: adrotate-output.php:
|
212 |
msgid "active ad(s) with configuration errors."
|
213 |
msgstr "активна(и) реклама(и) с грешни настройки."
|
214 |
|
215 |
-
#: adrotate-output.php:
|
216 |
msgid "Solve this"
|
217 |
msgstr "Разреши това"
|
218 |
|
219 |
-
#: adrotate-output.php:
|
220 |
msgid "ad(s) expired."
|
221 |
msgstr "изтекла/и реклама/и."
|
222 |
|
223 |
-
#: adrotate-output.php:
|
224 |
msgid "ad(s) are about to expire."
|
225 |
msgstr "реклама/и изтича(т)."
|
226 |
|
227 |
-
#: adrotate-output.php:
|
228 |
msgid "ad(s) with configuration errors."
|
229 |
msgstr "реклама/и с грешни настройки."
|
230 |
|
231 |
-
#: adrotate-output.php:
|
232 |
msgid "Fix this as soon as possible"
|
233 |
msgstr "Поправка възможно най-скоро"
|
234 |
|
235 |
-
#: adrotate-output.php:
|
236 |
-
#: dashboard/adrotatepro.php:
|
237 |
-
#: dashboard/adrotatepro.php:
|
238 |
-
#: dashboard/adrotatepro.php:
|
239 |
-
#: dashboard/adrotatepro.php:
|
240 |
-
#: dashboard/info.php:
|
241 |
-
#: dashboard/info.php:
|
242 |
#: dashboard/settings/geotargeting.php:26
|
243 |
msgid "Buy now"
|
244 |
msgstr "Купи сега"
|
245 |
|
246 |
-
#: adrotate-output.php:
|
247 |
msgid ""
|
248 |
"You've been using <strong>AdRotate</strong> for a while now. Why not upgrade "
|
249 |
"to the <strong>PRO</strong> version"
|
@@ -251,67 +251,67 @@ msgstr ""
|
|
251 |
"Използвате <strong>AdRotate</strong> от известно време. Защо не надградите "
|
252 |
"до <strong>PRO</strong> версията"
|
253 |
|
254 |
-
#: adrotate-output.php:
|
255 |
#, php-format
|
256 |
msgid ""
|
257 |
"Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
|
258 |
msgstr ""
|
259 |
|
260 |
-
#: adrotate-output.php:
|
261 |
msgid "Thank you for your purchase!"
|
262 |
msgstr ""
|
263 |
|
264 |
-
#: adrotate-output.php:
|
265 |
msgid ""
|
266 |
"Welcome, and thanks for using AdRotate. Everything related to AdRotate is in "
|
267 |
"this menu. Check out the"
|
268 |
msgstr ""
|
269 |
|
270 |
-
#: adrotate-output.php:
|
271 |
msgid "manuals"
|
272 |
msgstr "ръководства"
|
273 |
|
274 |
-
#: adrotate-output.php:
|
275 |
msgid "and"
|
276 |
msgstr "и"
|
277 |
|
278 |
-
#: adrotate-output.php:
|
279 |
msgid "forums"
|
280 |
msgstr ""
|
281 |
|
282 |
-
#: adrotate-output.php:
|
283 |
msgid "Useful Links"
|
284 |
msgstr "Полезни връзки"
|
285 |
|
286 |
-
#: adrotate-output.php:
|
287 |
msgid "Useful links to learn more about AdRotate"
|
288 |
msgstr "Полезни връзки, за да получите повече информация за AdRotate"
|
289 |
|
290 |
-
#: adrotate-output.php:
|
291 |
-
msgid "AdRotate
|
292 |
msgstr ""
|
293 |
|
294 |
-
#: adrotate-output.php:
|
295 |
msgid "Getting Started With AdRotate"
|
296 |
msgstr "Започнете от нулата с AdRotate Pro"
|
297 |
|
298 |
-
#: adrotate-output.php:
|
299 |
msgid "AdRotate manuals"
|
300 |
msgstr ""
|
301 |
|
302 |
-
#: adrotate-output.php:
|
303 |
msgid "AdRotate Support Forum"
|
304 |
msgstr "Форум за поддръжка на AdRotate"
|
305 |
|
306 |
-
#: adrotate-output.php:
|
307 |
msgid "Help AdRotate Grow"
|
308 |
msgstr "Помогнете за развитието на AdRotate"
|
309 |
|
310 |
-
#: adrotate-output.php:
|
311 |
msgid "Brought to you by"
|
312 |
msgstr "Достига до Вас благодарение на"
|
313 |
|
314 |
-
#: adrotate-output.php:
|
315 |
msgid ""
|
316 |
"A lot of users only think to review AdRotate when something goes wrong while "
|
317 |
"thousands of people use AdRotate satisfactory. Don't let this go unnoticed."
|
@@ -320,95 +320,95 @@ msgstr ""
|
|
320 |
"се обърка, докато хиляди хора използват AdRotate безпроблемно. Не оставяйте "
|
321 |
"това да остане незабелязано."
|
322 |
|
323 |
-
#: adrotate-output.php:
|
324 |
msgid "If you find AdRotate useful please leave your honest"
|
325 |
msgstr "Ако намирате AdRotate за полезен, моля оставете честна"
|
326 |
|
327 |
-
#: adrotate-output.php:
|
328 |
msgid "rating"
|
329 |
msgstr "оценка"
|
330 |
|
331 |
-
#: adrotate-output.php:
|
332 |
msgid "review"
|
333 |
msgstr "мнение"
|
334 |
|
335 |
-
#: adrotate-output.php:
|
336 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
337 |
msgstr "на WordPress.org, за да се развива AdRotate"
|
338 |
|
339 |
-
#: adrotate-output.php:
|
340 |
msgid "Available in AdRotate Pro"
|
341 |
msgstr "Налично в AdRotate Pro"
|
342 |
|
343 |
-
#: adrotate-output.php:
|
344 |
msgid "More information..."
|
345 |
msgstr "Повече информация..."
|
346 |
|
347 |
-
#: adrotate-output.php:
|
348 |
msgid "This feature is available in AdRotate Pro"
|
349 |
msgstr "Тази функционалност е налична в AdRotate Pro"
|
350 |
|
351 |
-
#: adrotate-output.php:
|
352 |
msgid "Learn more"
|
353 |
msgstr "Повече информация"
|
354 |
|
355 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
356 |
-
#: dashboard/publisher/adverts-edit.php:
|
357 |
msgid "January"
|
358 |
msgstr "Януари"
|
359 |
|
360 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
361 |
-
#: dashboard/publisher/adverts-edit.php:
|
362 |
msgid "February"
|
363 |
msgstr "Февруари"
|
364 |
|
365 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
366 |
-
#: dashboard/publisher/adverts-edit.php:
|
367 |
msgid "March"
|
368 |
msgstr "Март"
|
369 |
|
370 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
371 |
-
#: dashboard/publisher/adverts-edit.php:
|
372 |
msgid "April"
|
373 |
msgstr "Април"
|
374 |
|
375 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
376 |
-
#: dashboard/publisher/adverts-edit.php:
|
377 |
msgid "May"
|
378 |
msgstr "Май"
|
379 |
|
380 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
381 |
-
#: dashboard/publisher/adverts-edit.php:
|
382 |
msgid "June"
|
383 |
msgstr "Юни"
|
384 |
|
385 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
386 |
-
#: dashboard/publisher/adverts-edit.php:
|
387 |
msgid "July"
|
388 |
msgstr "Юли"
|
389 |
|
390 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
391 |
-
#: dashboard/publisher/adverts-edit.php:
|
392 |
msgid "August"
|
393 |
msgstr "Август"
|
394 |
|
395 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
396 |
-
#: dashboard/publisher/adverts-edit.php:
|
397 |
msgid "September"
|
398 |
msgstr "Септември"
|
399 |
|
400 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
401 |
-
#: dashboard/publisher/adverts-edit.php:
|
402 |
msgid "October"
|
403 |
msgstr "Октомври"
|
404 |
|
405 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
406 |
-
#: dashboard/publisher/adverts-edit.php:
|
407 |
msgid "November"
|
408 |
msgstr "Ноември"
|
409 |
|
410 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
411 |
-
#: dashboard/publisher/adverts-edit.php:
|
412 |
msgid "December"
|
413 |
msgstr "Декември"
|
414 |
|
@@ -537,7 +537,7 @@ msgstr ""
|
|
537 |
"Управлението на графици и множество графици за една реклама са налични в "
|
538 |
"AdRotate Pro."
|
539 |
|
540 |
-
#: adrotate.php:409 adrotate.php:496 dashboard/publisher/adverts-edit.php:
|
541 |
#: dashboard/publisher/adverts-main.php:114
|
542 |
#: dashboard/publisher/groups-edit.php:75
|
543 |
#: dashboard/publisher/groups-main.php:89
|
@@ -574,7 +574,7 @@ msgstr "Начало"
|
|
574 |
msgid "End"
|
575 |
msgstr "Край"
|
576 |
|
577 |
-
#: adrotate.php:428 dashboard/publisher/adverts-edit.php:
|
578 |
#: dashboard/publisher/groups-main.php:34
|
579 |
msgid "Ads"
|
580 |
msgstr "Реклами"
|
@@ -670,7 +670,7 @@ msgstr ""
|
|
670 |
"формат: \"imagename.full.ext\". Пълен набор от правилно оразмерени картинки "
|
671 |
"е строго препоръчителен."
|
672 |
|
673 |
-
#: adrotate.php:503 dashboard/publisher/adverts-edit.php:
|
674 |
msgid ""
|
675 |
"For smaller size images use \".320\", \".480\", \".768\" or \".1024\" in the "
|
676 |
"filename instead of \".full\" for the various viewports."
|
@@ -792,21 +792,22 @@ msgid ""
|
|
792 |
"forum. Get a solution (usually) within a day."
|
793 |
msgstr ""
|
794 |
|
795 |
-
#: dashboard/adrotatepro.php:48 dashboard/info.php:
|
796 |
msgid "AdRotate is brought to you by"
|
797 |
msgstr "AdRotate достига до Вас, благодарение на"
|
798 |
|
799 |
-
#: dashboard/adrotatepro.php:52 dashboard/info.php:
|
800 |
msgid ""
|
801 |
-
"Premium plugins for WordPress and WooCommerce!
|
802 |
-
"
|
|
|
803 |
msgstr ""
|
804 |
|
805 |
-
#: dashboard/adrotatepro.php:
|
806 |
msgid "Schedule all campaigns with ease"
|
807 |
msgstr "Планиране на всички кампании с лекота"
|
808 |
|
809 |
-
#: dashboard/adrotatepro.php:
|
810 |
msgid ""
|
811 |
"Schedule your adverts and set up advertising campaigns based on dates you or "
|
812 |
"your advertisers specify without hassle. Seasonal adverts, weekly adverts. "
|
@@ -814,11 +815,11 @@ msgid ""
|
|
814 |
"much more easy. You can set one or many schedules for adverts."
|
815 |
msgstr ""
|
816 |
|
817 |
-
#: dashboard/adrotatepro.php:
|
818 |
msgid "Avoid adblockers"
|
819 |
msgstr ""
|
820 |
|
821 |
-
#: dashboard/adrotatepro.php:
|
822 |
msgid ""
|
823 |
"Try and avoid adblockers so you adverts get the exposure you want them to "
|
824 |
"have. AdRotate Pro offers some advanced tools to deceive adblockers so your "
|
@@ -826,11 +827,11 @@ msgid ""
|
|
826 |
"adverts smartly so these features reach their full potential!"
|
827 |
msgstr ""
|
828 |
|
829 |
-
#: dashboard/adrotatepro.php:
|
830 |
msgid "Stay up-to-date with notifications"
|
831 |
msgstr ""
|
832 |
|
833 |
-
#: dashboard/adrotatepro.php:
|
834 |
msgid ""
|
835 |
"Stay in touch with Email notifications. Have AdRotate send you an alert when "
|
836 |
"adverts expire or need your attention. Additionally, you can have AdRotate "
|
@@ -839,89 +840,89 @@ msgid ""
|
|
839 |
"miss an expiration date again."
|
840 |
msgstr ""
|
841 |
|
842 |
-
#: dashboard/adrotatepro.php:
|
843 |
-
#: dashboard/info.php:
|
844 |
msgid "Buy AdRotate Professional"
|
845 |
msgstr "Купете AdRotate Professional"
|
846 |
|
847 |
-
#: dashboard/adrotatepro.php:
|
848 |
msgid "Single License"
|
849 |
msgstr ""
|
850 |
|
851 |
-
#: dashboard/adrotatepro.php:
|
852 |
msgid "For one WordPress installation."
|
853 |
msgstr "За една инсталация на WordPress."
|
854 |
|
855 |
-
#: dashboard/adrotatepro.php:
|
856 |
-
#: dashboard/info.php:
|
857 |
msgid "Duo License"
|
858 |
msgstr "Duo лиценз"
|
859 |
|
860 |
-
#: dashboard/adrotatepro.php:
|
861 |
msgid "For two WordPress installations."
|
862 |
msgstr "За две Wordpress инсталации."
|
863 |
|
864 |
-
#: dashboard/adrotatepro.php:
|
865 |
-
#: dashboard/info.php:
|
866 |
msgid "Multi License"
|
867 |
msgstr "Multi лиценз"
|
868 |
|
869 |
-
#: dashboard/adrotatepro.php:
|
870 |
msgid " For up to five WordPress installations."
|
871 |
msgstr " За до 5 Wordpress инсталации."
|
872 |
|
873 |
-
#: dashboard/adrotatepro.php:
|
874 |
-
#: dashboard/info.php:
|
875 |
msgid "Developer License"
|
876 |
msgstr "Developer лиценз"
|
877 |
|
878 |
-
#: dashboard/adrotatepro.php:
|
879 |
msgid "Unlimited WordPress installations and/or networks."
|
880 |
msgstr ""
|
881 |
|
882 |
-
#: dashboard/adrotatepro.php:
|
883 |
-
#: dashboard/info.php:
|
884 |
msgid "Compare licenses"
|
885 |
msgstr "Сравнение на лицензи"
|
886 |
|
887 |
-
#: dashboard/adrotatepro.php:
|
888 |
msgid "Not sure which license is for you? Compare them..."
|
889 |
msgstr "Не сте сигурни кой лиценз ви е необходим? Сравнете ги..."
|
890 |
|
891 |
-
#: dashboard/adrotatepro.php:
|
892 |
msgid "All Licenses"
|
893 |
msgstr "Всички лицензи"
|
894 |
|
895 |
-
#: dashboard/adrotatepro.php:
|
896 |
msgid "Lifetime License"
|
897 |
msgstr ""
|
898 |
|
899 |
-
#: dashboard/adrotatepro.php:
|
900 |
msgid "Single installation."
|
901 |
msgstr ""
|
902 |
|
903 |
-
#: dashboard/adrotatepro.php:
|
904 |
msgid "Up to 2 installations."
|
905 |
msgstr ""
|
906 |
|
907 |
-
#: dashboard/adrotatepro.php:
|
908 |
msgid "Up to 10 installations."
|
909 |
msgstr ""
|
910 |
|
911 |
-
#: dashboard/adrotatepro.php:
|
912 |
msgid "Up to 25 installations or multisite networks."
|
913 |
msgstr ""
|
914 |
|
915 |
-
#: dashboard/adrotatepro.php:
|
916 |
msgid ""
|
917 |
"Subscriptions get 1 year access to updates, email support & AdRotate Geo."
|
918 |
msgstr ""
|
919 |
|
920 |
-
#: dashboard/adrotatepro.php:
|
921 |
msgid "Not sure which license is for you?"
|
922 |
msgstr ""
|
923 |
|
924 |
-
#: dashboard/adrotatepro.php:
|
925 |
msgid "Compare Licenses"
|
926 |
msgstr ""
|
927 |
|
@@ -958,22 +959,20 @@ msgid "Support AdRotate"
|
|
958 |
msgstr "Подкрепете AdRotate"
|
959 |
|
960 |
#: dashboard/info.php:55
|
961 |
-
msgid "
|
962 |
-
|
963 |
-
|
964 |
-
#: dashboard/info.php:55
|
965 |
-
msgid "Can't donate money? Consider writing a review instead. Thank you!"
|
966 |
msgstr ""
|
967 |
|
968 |
-
#: dashboard/info.php:
|
969 |
msgid "AdRotate News and Developer Blog"
|
970 |
msgstr "AdRotate блог за новини и разработка"
|
971 |
|
972 |
-
#: dashboard/info.php:
|
973 |
msgid "Get more features with AdRotate Pro"
|
974 |
msgstr "Получете по-голяма функционалност с AdRotate Pro"
|
975 |
|
976 |
-
#: dashboard/info.php:
|
977 |
msgid ""
|
978 |
"Benefit from extra features to reinforce your income with advertising "
|
979 |
"campaigns. Make the most of your website with the powerful tools AdRotate "
|
@@ -983,15 +982,15 @@ msgstr ""
|
|
983 |
"подобрите приходите. Използвайте пълния потенциал на сайта си с мощните "
|
984 |
"функции, които предлага AdRotate Pro спрямо безплатната версия."
|
985 |
|
986 |
-
#: dashboard/info.php:
|
987 |
msgid "Want to know more about"
|
988 |
msgstr ""
|
989 |
|
990 |
-
#: dashboard/info.php:
|
991 |
msgid "Visit the"
|
992 |
msgstr "Посетете"
|
993 |
|
994 |
-
#: dashboard/info.php:
|
995 |
msgid "website"
|
996 |
msgstr "уебсайт"
|
997 |
|
@@ -1000,7 +999,7 @@ msgid "Disabled Ads"
|
|
1000 |
msgstr "Деактивиране на реклами"
|
1001 |
|
1002 |
#: dashboard/publisher/adverts-disabled.php:21
|
1003 |
-
#: dashboard/publisher/adverts-edit.php:
|
1004 |
msgid "Activate"
|
1005 |
msgstr "Активиране"
|
1006 |
|
@@ -1017,7 +1016,7 @@ msgid "Start / End"
|
|
1017 |
msgstr "Начало / Край"
|
1018 |
|
1019 |
#: dashboard/publisher/adverts-disabled.php:37
|
1020 |
-
#: dashboard/publisher/adverts-edit.php:
|
1021 |
#: dashboard/publisher/adverts-error.php:41
|
1022 |
#: dashboard/publisher/adverts-main.php:41
|
1023 |
msgid "Title"
|
@@ -1120,61 +1119,61 @@ msgstr "Тази реклама изтича след по-малко от 7 д
|
|
1120 |
msgid "This ad has been disabled and does not rotate on your site!"
|
1121 |
msgstr "Тази реклама е деактивирана и не се показва на сайта Ви!"
|
1122 |
|
1123 |
-
#: dashboard/publisher/adverts-edit.php:
|
1124 |
msgid "New Advert"
|
1125 |
msgstr "Нова реклама"
|
1126 |
|
1127 |
-
#: dashboard/publisher/adverts-edit.php:
|
1128 |
msgid "Edit Advert"
|
1129 |
msgstr "Редакция на реклама"
|
1130 |
|
1131 |
-
#: dashboard/publisher/adverts-edit.php:
|
1132 |
msgid "AdCode"
|
1133 |
msgstr ""
|
1134 |
|
1135 |
-
#: dashboard/publisher/adverts-edit.php:
|
1136 |
msgid "Basic Examples:"
|
1137 |
msgstr "Основни примери:"
|
1138 |
|
1139 |
-
#: dashboard/publisher/adverts-edit.php:
|
1140 |
msgid "Useful tags"
|
1141 |
msgstr ""
|
1142 |
|
1143 |
-
#: dashboard/publisher/adverts-edit.php:
|
1144 |
msgid "Insert the advert ID Number."
|
1145 |
msgstr ""
|
1146 |
|
1147 |
-
#: dashboard/publisher/adverts-edit.php:
|
1148 |
msgid "Required when selecting a image below."
|
1149 |
msgstr ""
|
1150 |
|
1151 |
-
#: dashboard/publisher/adverts-edit.php:
|
1152 |
msgid "Insert the advert name."
|
1153 |
msgstr ""
|
1154 |
|
1155 |
-
#: dashboard/publisher/adverts-edit.php:
|
1156 |
msgid "Insert a random seed. Useful for DFP/DoubleClick type adverts."
|
1157 |
msgstr ""
|
1158 |
|
1159 |
-
#: dashboard/publisher/adverts-edit.php:
|
1160 |
msgid "Add inside the <a> tag to open advert in a new window."
|
1161 |
msgstr ""
|
1162 |
|
1163 |
-
#: dashboard/publisher/adverts-edit.php:
|
1164 |
msgid "Add inside the <a> tag to tell crawlers to ignore this link"
|
1165 |
msgstr ""
|
1166 |
|
1167 |
-
#: dashboard/publisher/adverts-edit.php:
|
1168 |
msgid ""
|
1169 |
"Place the cursor in your AdCode where you want to add any of these tags and "
|
1170 |
"click to add it."
|
1171 |
msgstr ""
|
1172 |
|
1173 |
-
#: dashboard/publisher/adverts-edit.php:
|
1174 |
msgid "Preview"
|
1175 |
msgstr "Преглед"
|
1176 |
|
1177 |
-
#: dashboard/publisher/adverts-edit.php:
|
1178 |
msgid ""
|
1179 |
"Note: While this preview is an accurate one, it might look different then it "
|
1180 |
"does on the website."
|
@@ -1182,41 +1181,41 @@ msgstr ""
|
|
1182 |
"Забележка: Въпреки, че предварителния преглед е точен, рекламата може да "
|
1183 |
"изглежда по-различно, когато се показва на страницата Ви."
|
1184 |
|
1185 |
-
#: dashboard/publisher/adverts-edit.php:
|
1186 |
msgid ""
|
1187 |
"This is because of CSS differences. Your themes CSS file is not active here!"
|
1188 |
msgstr ""
|
1189 |
"Това се дължи на разлики в CSS. CSS файла на вашата тема не е активен тук!"
|
1190 |
|
1191 |
-
#: dashboard/publisher/adverts-edit.php:
|
1192 |
msgid "Banner asset"
|
1193 |
msgstr ""
|
1194 |
|
1195 |
-
#: dashboard/publisher/adverts-edit.php:
|
1196 |
msgid "WordPress media:"
|
1197 |
msgstr ""
|
1198 |
|
1199 |
-
#: dashboard/publisher/adverts-edit.php:
|
1200 |
msgid "Select Banner"
|
1201 |
msgstr "Избор на банер"
|
1202 |
|
1203 |
-
#: dashboard/publisher/adverts-edit.php:
|
1204 |
msgid "- OR -"
|
1205 |
msgstr "- ИЛИ -"
|
1206 |
|
1207 |
-
#: dashboard/publisher/adverts-edit.php:
|
1208 |
msgid "Banner folder:"
|
1209 |
msgstr "Папка на банера:"
|
1210 |
|
1211 |
-
#: dashboard/publisher/adverts-edit.php:
|
1212 |
msgid "No image selected"
|
1213 |
msgstr "Не е избрана картинка"
|
1214 |
|
1215 |
-
#: dashboard/publisher/adverts-edit.php:
|
1216 |
msgid "Use %image% in the adcode instead of the file path."
|
1217 |
msgstr ""
|
1218 |
|
1219 |
-
#: dashboard/publisher/adverts-edit.php:
|
1220 |
msgid ""
|
1221 |
"Use either the text field or the dropdown. If the textfield has content that "
|
1222 |
"field has priority."
|
@@ -1224,247 +1223,247 @@ msgstr ""
|
|
1224 |
"Използвайте падащото меню или текстовото поле. Ако текстовото поле е "
|
1225 |
"попълнено, то ще бъде с преоритет."
|
1226 |
|
1227 |
-
#: dashboard/publisher/adverts-edit.php:
|
1228 |
#: dashboard/settings/statistics.php:12
|
1229 |
msgid "Statistics"
|
1230 |
msgstr "Статистики"
|
1231 |
|
1232 |
-
#: dashboard/publisher/adverts-edit.php:
|
1233 |
msgid "Enable click and impression tracking for this advert."
|
1234 |
msgstr ""
|
1235 |
|
1236 |
-
#: dashboard/publisher/adverts-edit.php:
|
1237 |
msgid ""
|
1238 |
"Note: Clicktracking does not work for Javascript adverts such as those "
|
1239 |
"provided by Google AdSense/DFP/DoubleClick. HTML5/Flash adverts are not "
|
1240 |
"always supported."
|
1241 |
msgstr ""
|
1242 |
|
1243 |
-
#: dashboard/publisher/adverts-edit.php:
|
1244 |
msgid "Yes, this ad will be used"
|
1245 |
msgstr "Да, тази реклама ще се използва"
|
1246 |
|
1247 |
-
#: dashboard/publisher/adverts-edit.php:
|
1248 |
msgid "No, do not show this ad anywhere"
|
1249 |
msgstr "Не, не показвай тази реклама никъде"
|
1250 |
|
1251 |
-
#: dashboard/publisher/adverts-edit.php:
|
1252 |
#: dashboard/publisher/adverts-main.php:114
|
1253 |
#: dashboard/publisher/groups-edit.php:75
|
1254 |
#: dashboard/publisher/groups-main.php:89
|
1255 |
msgid "Get more features with AdRotate Pro."
|
1256 |
msgstr "Получете по-голяма функционалност с AdRotate Pro."
|
1257 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1258 |
#: dashboard/publisher/adverts-edit.php:192
|
1259 |
#: dashboard/publisher/adverts-edit.php:292
|
1260 |
#: dashboard/publisher/adverts-edit.php:387
|
1261 |
#: dashboard/publisher/adverts-edit.php:428
|
1262 |
-
msgid "Save Advert"
|
1263 |
-
msgstr "Запиши рекламата"
|
1264 |
-
|
1265 |
-
#: dashboard/publisher/adverts-edit.php:193
|
1266 |
-
#: dashboard/publisher/adverts-edit.php:293
|
1267 |
-
#: dashboard/publisher/adverts-edit.php:388
|
1268 |
-
#: dashboard/publisher/adverts-edit.php:429
|
1269 |
#: dashboard/publisher/groups-edit.php:154
|
1270 |
#: dashboard/publisher/groups-edit.php:301
|
1271 |
#: dashboard/publisher/groups-edit.php:393
|
1272 |
msgid "Cancel"
|
1273 |
msgstr "Отказ"
|
1274 |
|
1275 |
-
#: dashboard/publisher/adverts-edit.php:
|
1276 |
-
#: dashboard/publisher/adverts-edit.php:
|
1277 |
#: dashboard/publisher/groups-edit.php:136
|
1278 |
#: dashboard/publisher/groups-edit.php:283
|
1279 |
msgid "Usage"
|
1280 |
msgstr "Употреба"
|
1281 |
|
1282 |
-
#: dashboard/publisher/adverts-edit.php:
|
1283 |
-
#: dashboard/publisher/adverts-edit.php:
|
1284 |
#: dashboard/publisher/groups-edit.php:140
|
1285 |
#: dashboard/publisher/groups-edit.php:287
|
1286 |
msgid "Widget"
|
1287 |
msgstr ""
|
1288 |
|
1289 |
-
#: dashboard/publisher/adverts-edit.php:
|
1290 |
-
#: dashboard/publisher/adverts-edit.php:
|
1291 |
msgid ""
|
1292 |
"Drag the AdRotate widget to the sidebar you want it in, select \"Single Ad\" "
|
1293 |
"and enter ID"
|
1294 |
msgstr ""
|
1295 |
|
1296 |
-
#: dashboard/publisher/adverts-edit.php:
|
1297 |
-
#: dashboard/publisher/adverts-edit.php:
|
1298 |
#: dashboard/publisher/groups-edit.php:144
|
1299 |
#: dashboard/publisher/groups-edit.php:291
|
1300 |
msgid "In a post or page"
|
1301 |
msgstr ""
|
1302 |
|
1303 |
-
#: dashboard/publisher/adverts-edit.php:
|
1304 |
-
#: dashboard/publisher/adverts-edit.php:
|
1305 |
#: dashboard/publisher/groups-edit.php:146
|
1306 |
#: dashboard/publisher/groups-edit.php:293
|
1307 |
msgid "Directly in a theme"
|
1308 |
msgstr ""
|
1309 |
|
1310 |
-
#: dashboard/publisher/adverts-edit.php:
|
1311 |
msgid "Schedule your advert"
|
1312 |
msgstr ""
|
1313 |
|
1314 |
-
#: dashboard/publisher/adverts-edit.php:
|
1315 |
msgid "Start date (day/month/year)"
|
1316 |
msgstr ""
|
1317 |
|
1318 |
-
#: dashboard/publisher/adverts-edit.php:
|
1319 |
msgid "End date (day/month/year)"
|
1320 |
msgstr ""
|
1321 |
|
1322 |
-
#: dashboard/publisher/adverts-edit.php:
|
1323 |
msgid "Start time (hh:mm)"
|
1324 |
msgstr ""
|
1325 |
|
1326 |
-
#: dashboard/publisher/adverts-edit.php:
|
1327 |
msgid "End time (hh:mm)"
|
1328 |
msgstr ""
|
1329 |
|
1330 |
-
#: dashboard/publisher/adverts-edit.php:
|
1331 |
msgid "Maximum Clicks"
|
1332 |
msgstr ""
|
1333 |
|
1334 |
-
#: dashboard/publisher/adverts-edit.php:
|
1335 |
-
#: dashboard/publisher/adverts-edit.php:
|
1336 |
msgid "Leave empty or 0 to skip this."
|
1337 |
msgstr "Въведете 0 или оставете празно, за да пропуснете тази опция."
|
1338 |
|
1339 |
-
#: dashboard/publisher/adverts-edit.php:
|
1340 |
msgid "Maximum Impressions"
|
1341 |
msgstr ""
|
1342 |
|
1343 |
-
#: dashboard/publisher/adverts-edit.php:
|
1344 |
msgid "Important"
|
1345 |
msgstr ""
|
1346 |
|
1347 |
-
#: dashboard/publisher/adverts-edit.php:
|
1348 |
msgid ""
|
1349 |
"Note: Time uses a 24 hour clock. When you are used to the AM/PM system keep "
|
1350 |
"this in mind: If the start or end time is after lunch, add 12 hours. 2PM is "
|
1351 |
"14:00 hours. 6AM is 6:00 hours."
|
1352 |
msgstr ""
|
1353 |
|
1354 |
-
#: dashboard/publisher/adverts-edit.php:
|
1355 |
msgid ""
|
1356 |
"Create multiple and more advanced schedules for each advert with AdRotate "
|
1357 |
"Pro."
|
1358 |
msgstr ""
|
1359 |
|
1360 |
-
#: dashboard/publisher/adverts-edit.php:
|
1361 |
-
#: dashboard/publisher/adverts-edit.php:
|
1362 |
-
#: dashboard/publisher/adverts-edit.php:
|
1363 |
#: dashboard/publisher/groups-edit.php:200
|
1364 |
msgid "Upgrade today"
|
1365 |
msgstr "Надградете днес"
|
1366 |
|
1367 |
-
#: dashboard/publisher/adverts-edit.php:
|
1368 |
#: dashboard/publisher/groups-edit.php:157
|
1369 |
msgid "Advanced"
|
1370 |
msgstr "Разширени"
|
1371 |
|
1372 |
-
#: dashboard/publisher/adverts-edit.php:
|
1373 |
msgid "Everything below is optional."
|
1374 |
msgstr "Всичко по-долу е по желание."
|
1375 |
|
1376 |
-
#: dashboard/publisher/adverts-edit.php:
|
1377 |
msgid "Mobile"
|
1378 |
msgstr ""
|
1379 |
|
1380 |
-
#: dashboard/publisher/adverts-edit.php:
|
1381 |
msgid "Show on;"
|
1382 |
msgstr ""
|
1383 |
|
1384 |
-
#: dashboard/publisher/adverts-edit.php:
|
1385 |
msgid "Computers"
|
1386 |
msgstr ""
|
1387 |
|
1388 |
-
#: dashboard/publisher/adverts-edit.php:
|
1389 |
msgid "Smartphones"
|
1390 |
msgstr ""
|
1391 |
|
1392 |
-
#: dashboard/publisher/adverts-edit.php:
|
1393 |
msgid "Tablets."
|
1394 |
msgstr ""
|
1395 |
|
1396 |
-
#: dashboard/publisher/adverts-edit.php:
|
1397 |
msgid "Also enable mobile support in the group this advert goes in."
|
1398 |
msgstr ""
|
1399 |
|
1400 |
-
#: dashboard/publisher/adverts-edit.php:
|
1401 |
msgid "Responsive"
|
1402 |
msgstr ""
|
1403 |
|
1404 |
-
#: dashboard/publisher/adverts-edit.php:
|
1405 |
msgid "Enable responsive support for this advert."
|
1406 |
msgstr "Активиране на responsive дизайн за тази реклама."
|
1407 |
|
1408 |
-
#: dashboard/publisher/adverts-edit.php:
|
1409 |
msgid ""
|
1410 |
"Upload your images to the banner folder and make sure the filename is in the "
|
1411 |
"following format; \"imagename.full.ext\"."
|
1412 |
msgstr ""
|
1413 |
|
1414 |
-
#: dashboard/publisher/adverts-edit.php:
|
1415 |
#: dashboard/publisher/adverts-report.php:58
|
1416 |
#: dashboard/publisher/groups-report.php:64
|
1417 |
msgid "Note:"
|
1418 |
msgstr "Забележка:"
|
1419 |
|
1420 |
-
#: dashboard/publisher/adverts-edit.php:
|
1421 |
msgid ""
|
1422 |
"This feature will not be developed any further. Consider switching to the "
|
1423 |
"Mobile feature in AdRotate Pro as seen above!"
|
1424 |
msgstr ""
|
1425 |
|
1426 |
-
#: dashboard/publisher/adverts-edit.php:
|
1427 |
#: dashboard/publisher/groups-edit.php:194
|
1428 |
msgid "Sortorder"
|
1429 |
msgstr ""
|
1430 |
|
1431 |
-
#: dashboard/publisher/adverts-edit.php:
|
1432 |
#: dashboard/publisher/groups-edit.php:196
|
1433 |
msgid "For administrative purposes set a sortorder."
|
1434 |
msgstr "За административни цели задайте критерий за сортиране."
|
1435 |
|
1436 |
-
#: dashboard/publisher/adverts-edit.php:
|
1437 |
msgid "Leave empty or 0 to skip this. Will default to ad id."
|
1438 |
msgstr ""
|
1439 |
"Оставете празно или въведете 0, за да пропуснете това. Ще бъде зададено ID "
|
1440 |
"на рекламата по подразбиране."
|
1441 |
|
1442 |
-
#: dashboard/publisher/adverts-edit.php:
|
1443 |
msgid ""
|
1444 |
"With AdRotate Pro you can easily select which devices the advert should show "
|
1445 |
"on!"
|
1446 |
msgstr ""
|
1447 |
|
1448 |
-
#: dashboard/publisher/adverts-edit.php:
|
1449 |
msgid "Geo Targeting in AdRotate Pro"
|
1450 |
msgstr ""
|
1451 |
|
1452 |
-
#: dashboard/publisher/adverts-edit.php:
|
1453 |
msgid ""
|
1454 |
"Assign the advert to a group and enable that group to use Geo Targeting."
|
1455 |
msgstr ""
|
1456 |
|
1457 |
-
#: dashboard/publisher/adverts-edit.php:
|
1458 |
msgid "Cities/States"
|
1459 |
msgstr ""
|
1460 |
|
1461 |
-
#: dashboard/publisher/adverts-edit.php:
|
1462 |
msgid ""
|
1463 |
"A comma separated list of cities (or the Metro ID) and/or states (Also the "
|
1464 |
"states ISO codes are supported)"
|
1465 |
msgstr ""
|
1466 |
|
1467 |
-
#: dashboard/publisher/adverts-edit.php:
|
1468 |
msgid ""
|
1469 |
"AdRotate does not check the validity of names so make sure you spell them "
|
1470 |
"correctly!"
|
@@ -1472,67 +1471,67 @@ msgstr ""
|
|
1472 |
"AdRotate не проверява валидността на имената, уверете се, че сте ги изписали "
|
1473 |
"правилно!"
|
1474 |
|
1475 |
-
#: dashboard/publisher/adverts-edit.php:
|
1476 |
msgid "Countries"
|
1477 |
msgstr ""
|
1478 |
|
1479 |
-
#: dashboard/publisher/adverts-edit.php:
|
1480 |
msgid "Select the countries you want the adverts to show in."
|
1481 |
msgstr "Изберете страните, в които искате да се показват рекламите."
|
1482 |
|
1483 |
-
#: dashboard/publisher/adverts-edit.php:
|
1484 |
msgid "Cities take priority and will be filtered first."
|
1485 |
msgstr "Градовете са с приоритет и ще бъдат филтрирани първи."
|
1486 |
|
1487 |
-
#: dashboard/publisher/adverts-edit.php:
|
1488 |
msgid "Target your audience with Geo Targeting in AdRotate Pro"
|
1489 |
msgstr ""
|
1490 |
|
1491 |
-
#: dashboard/publisher/adverts-edit.php:
|
1492 |
msgid "Select Groups"
|
1493 |
msgstr "Избор на групи"
|
1494 |
|
1495 |
-
#: dashboard/publisher/adverts-edit.php:
|
1496 |
msgid "ID - Name"
|
1497 |
msgstr "ID - Име"
|
1498 |
|
1499 |
-
#: dashboard/publisher/adverts-edit.php:
|
1500 |
#: dashboard/publisher/groups-main.php:60
|
1501 |
#: dashboard/settings/geotargeting.php:39
|
1502 |
msgid "Default"
|
1503 |
msgstr "По подразбиране"
|
1504 |
|
1505 |
-
#: dashboard/publisher/adverts-edit.php:
|
1506 |
#: dashboard/publisher/groups-main.php:61
|
1507 |
msgid "Dynamic"
|
1508 |
msgstr "Динамично"
|
1509 |
|
1510 |
-
#: dashboard/publisher/adverts-edit.php:
|
1511 |
#: dashboard/publisher/groups-main.php:61
|
1512 |
msgid "second rotation"
|
1513 |
msgstr "второ завъртане"
|
1514 |
|
1515 |
-
#: dashboard/publisher/adverts-edit.php:
|
1516 |
#: dashboard/publisher/groups-main.php:62
|
1517 |
msgid "Block"
|
1518 |
msgstr "Блок"
|
1519 |
|
1520 |
-
#: dashboard/publisher/adverts-edit.php:
|
1521 |
#: dashboard/publisher/groups-main.php:62
|
1522 |
msgid "grid"
|
1523 |
msgstr "решетка"
|
1524 |
|
1525 |
-
#: dashboard/publisher/adverts-edit.php:
|
1526 |
#: dashboard/publisher/groups-edit.php:202
|
1527 |
#: dashboard/publisher/groups-main.php:63
|
1528 |
msgid "Post Injection"
|
1529 |
msgstr "Вмъкване в публикации"
|
1530 |
|
1531 |
-
#: dashboard/publisher/adverts-edit.php:
|
1532 |
msgid "Geolocation"
|
1533 |
msgstr "Геолокация"
|
1534 |
|
1535 |
-
#: dashboard/publisher/adverts-edit.php:
|
1536 |
#: dashboard/publisher/groups-edit.php:61
|
1537 |
#: dashboard/publisher/groups-main.php:70
|
1538 |
msgid "Mode"
|
@@ -2042,88 +2041,98 @@ msgid "Some options are only available in AdRotate Pro!"
|
|
2042 |
msgstr ""
|
2043 |
|
2044 |
#: dashboard/settings/general.php:16
|
2045 |
-
msgid "
|
2046 |
msgstr ""
|
2047 |
|
2048 |
#: dashboard/settings/general.php:17
|
2049 |
msgid ""
|
2050 |
-
"Enable if your theme does not support shortcodes in the
|
2051 |
-
"widget."
|
2052 |
msgstr ""
|
2053 |
|
2054 |
#: dashboard/settings/general.php:20
|
2055 |
-
msgid "
|
2056 |
msgstr ""
|
2057 |
|
2058 |
#: dashboard/settings/general.php:21
|
2059 |
msgid ""
|
2060 |
-
"
|
2061 |
-
"
|
2062 |
msgstr ""
|
2063 |
|
2064 |
#: dashboard/settings/general.php:24
|
2065 |
-
msgid "
|
2066 |
-
msgstr "
|
2067 |
|
2068 |
#: dashboard/settings/general.php:25
|
2069 |
msgid ""
|
2070 |
-
"Enable
|
2071 |
-
"
|
2072 |
msgstr ""
|
2073 |
|
2074 |
#: dashboard/settings/general.php:28
|
2075 |
-
msgid "Load
|
2076 |
-
msgstr ""
|
2077 |
|
2078 |
#: dashboard/settings/general.php:29
|
2079 |
msgid ""
|
2080 |
-
"Enable
|
2081 |
-
"
|
2082 |
msgstr ""
|
2083 |
|
2084 |
#: dashboard/settings/general.php:32
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2085 |
msgid "Adblock disguise"
|
2086 |
msgstr ""
|
2087 |
|
2088 |
-
#: dashboard/settings/general.php:
|
2089 |
msgid "Leave empty to disable. Use only lowercaps letters. For example:"
|
2090 |
msgstr ""
|
2091 |
|
2092 |
-
#: dashboard/settings/general.php:
|
2093 |
msgid ""
|
2094 |
"Try and avoid adblock plugins in most modern browsers when using shortcodes."
|
2095 |
msgstr ""
|
2096 |
|
2097 |
-
#: dashboard/settings/general.php:
|
2098 |
msgid ""
|
2099 |
"To also apply this feature to widgets, use a text widget with a shortcode "
|
2100 |
"instead of the AdRotate widget."
|
2101 |
msgstr ""
|
2102 |
|
2103 |
-
#: dashboard/settings/general.php:
|
2104 |
msgid ""
|
2105 |
"Avoid the use of obvious keywords or filenames in your adverts or this "
|
2106 |
"feature will have little effect!"
|
2107 |
msgstr ""
|
2108 |
|
2109 |
-
#: dashboard/settings/general.php:
|
2110 |
msgid "Banner Folder"
|
2111 |
msgstr "Папка с банери"
|
2112 |
|
2113 |
-
#: dashboard/settings/general.php:
|
2114 |
msgid "Set a location where your banner images will be stored."
|
2115 |
msgstr ""
|
2116 |
"Задайте местоположение, където да се записват вашите картинки за банери."
|
2117 |
|
2118 |
-
#: dashboard/settings/general.php:
|
2119 |
msgid "Location"
|
2120 |
msgstr "Местоположение"
|
2121 |
|
2122 |
-
#: dashboard/settings/general.php:
|
2123 |
msgid "(Default: wp-content/banners/)."
|
2124 |
msgstr "(По подразбиране: wp-content/banners/)."
|
2125 |
|
2126 |
-
#: dashboard/settings/general.php:
|
2127 |
msgid ""
|
2128 |
"To try and trick ad blockers you could set the folder to something crazy "
|
2129 |
"like:"
|
@@ -2131,7 +2140,7 @@ msgstr ""
|
|
2131 |
"Опитайте да заблудите AdBlocker-ите, като използвате шантаво име за папката, "
|
2132 |
"като например:"
|
2133 |
|
2134 |
-
#: dashboard/settings/general.php:
|
2135 |
msgid ""
|
2136 |
"This folder will not be automatically created if it doesn't exist. AdRotate "
|
2137 |
"will show errors when the folder is missing."
|
@@ -2139,46 +2148,46 @@ msgstr ""
|
|
2139 |
"Папката няма да бъде създадена автоматично, ако не съществува. AdRotate ще "
|
2140 |
"показва грешки, ако папката не съществува."
|
2141 |
|
2142 |
-
#: dashboard/settings/general.php:
|
2143 |
msgid "Bot filter"
|
2144 |
msgstr "Филтър на ботове"
|
2145 |
|
2146 |
-
#: dashboard/settings/general.php:
|
2147 |
msgid "The bot filter is used for the AdRotate stats tracker."
|
2148 |
msgstr ""
|
2149 |
|
2150 |
-
#: dashboard/settings/general.php:
|
2151 |
msgid "User-Agent Filter"
|
2152 |
msgstr "Филтър за агенти"
|
2153 |
|
2154 |
-
#: dashboard/settings/general.php:
|
2155 |
msgid ""
|
2156 |
"A comma separated list of keywords. Filter out bots/crawlers/user-agents."
|
2157 |
msgstr ""
|
2158 |
|
2159 |
-
#: dashboard/settings/general.php:
|
2160 |
msgid ""
|
2161 |
"Keep in mind that this might give false positives. The word 'fire' also "
|
2162 |
"matches 'firefox', but not vice-versa. So be careful!"
|
2163 |
msgstr ""
|
2164 |
|
2165 |
-
#: dashboard/settings/general.php:
|
2166 |
msgid ""
|
2167 |
"Only words with alphanumeric characters and [ - _ ] are allowed. All other "
|
2168 |
"characters are stripped out."
|
2169 |
msgstr ""
|
2170 |
|
2171 |
-
#: dashboard/settings/general.php:
|
2172 |
msgid ""
|
2173 |
"Additionally to the list specified here, empty User-Agents are blocked as "
|
2174 |
"well."
|
2175 |
msgstr "Освен този списък, празни Агенти също ще бъдат блокирани."
|
2176 |
|
2177 |
-
#: dashboard/settings/general.php:
|
2178 |
msgid "Learn more about"
|
2179 |
msgstr "Научете повече за"
|
2180 |
|
2181 |
-
#: dashboard/settings/general.php:
|
2182 |
msgid "user-agents"
|
2183 |
msgstr "агенти"
|
2184 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: AdRotate\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-12-05 00:44+0800\n"
|
6 |
+
"PO-Revision-Date: 2015-12-05 00:44+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"
|
115 |
msgid "Unexpected error"
|
116 |
msgstr ""
|
117 |
|
118 |
+
#: adrotate-manage-publisher.php:709
|
119 |
msgid "AdRotate Advertiser"
|
120 |
msgstr ""
|
121 |
|
122 |
+
#: adrotate-output.php:637
|
123 |
msgid "Oh no! Something went wrong!"
|
124 |
msgstr "О не! Нещо се случи!"
|
125 |
|
126 |
+
#: adrotate-output.php:638
|
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:639
|
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:640
|
142 |
msgid "Contact support if the issue persists:"
|
143 |
msgstr "Свържете се с поддръжката, ако този проблем продължави да се появява:"
|
144 |
|
145 |
+
#: adrotate-output.php:658
|
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:660
|
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:667 adrotate-output.php:669
|
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:675
|
168 |
msgid "Error, no Ad ID set! Check your syntax!"
|
169 |
msgstr "Грешка, не е зададено ID на рекламата! Проверете синтаксиса!"
|
170 |
|
171 |
+
#: adrotate-output.php:681
|
172 |
msgid "Error, no group ID set! Check your syntax!"
|
173 |
msgstr "Грешка, не е зададено ID на групата! Проверете синтаксиса!"
|
174 |
|
175 |
+
#: adrotate-output.php:686
|
176 |
msgid "Error, group does not exist! Check your syntax!"
|
177 |
msgstr "Грешка, групата не съществува! Проверете синтаксиса!"
|
178 |
|
179 |
+
#: adrotate-output.php:692
|
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:692
|
188 |
msgid "If this does not solve the issue please seek support at"
|
189 |
msgstr "Ако това не решава проблема, моля потърсете помощ на"
|
190 |
|
191 |
+
#: adrotate-output.php:698
|
192 |
msgid "An unknown error occured."
|
193 |
msgstr "Възникна неизвестна грешка."
|
194 |
|
195 |
+
#: adrotate-output.php:723
|
196 |
msgid "active ad(s) expired."
|
197 |
msgstr "изтекла/и активна/и реклама/и."
|
198 |
|
199 |
+
#: adrotate-output.php:723
|
200 |
msgid "Take action now"
|
201 |
msgstr "Предприемане на действия"
|
202 |
|
203 |
+
#: adrotate-output.php:725
|
204 |
msgid "active ad(s) are about to expire."
|
205 |
msgstr "изтичаща/и активна/и реклама/и."
|
206 |
|
207 |
+
#: adrotate-output.php:725
|
208 |
msgid "Check it out"
|
209 |
msgstr "Проверете го"
|
210 |
|
211 |
+
#: adrotate-output.php:727
|
212 |
msgid "active ad(s) with configuration errors."
|
213 |
msgstr "активна(и) реклама(и) с грешни настройки."
|
214 |
|
215 |
+
#: adrotate-output.php:727
|
216 |
msgid "Solve this"
|
217 |
msgstr "Разреши това"
|
218 |
|
219 |
+
#: adrotate-output.php:729
|
220 |
msgid "ad(s) expired."
|
221 |
msgstr "изтекла/и реклама/и."
|
222 |
|
223 |
+
#: adrotate-output.php:729
|
224 |
msgid "ad(s) are about to expire."
|
225 |
msgstr "реклама/и изтича(т)."
|
226 |
|
227 |
+
#: adrotate-output.php:729
|
228 |
msgid "ad(s) with configuration errors."
|
229 |
msgstr "реклама/и с грешни настройки."
|
230 |
|
231 |
+
#: adrotate-output.php:729
|
232 |
msgid "Fix this as soon as possible"
|
233 |
msgstr "Поправка възможно най-скоро"
|
234 |
|
235 |
+
#: adrotate-output.php:741 dashboard/adrotatepro.php:106
|
236 |
+
#: dashboard/adrotatepro.php:107 dashboard/adrotatepro.php:108
|
237 |
+
#: dashboard/adrotatepro.php:109 dashboard/adrotatepro.php:118
|
238 |
+
#: dashboard/adrotatepro.php:119 dashboard/adrotatepro.php:120
|
239 |
+
#: dashboard/adrotatepro.php:121 dashboard/info.php:114 dashboard/info.php:115
|
240 |
+
#: dashboard/info.php:116 dashboard/info.php:117 dashboard/info.php:126
|
241 |
+
#: dashboard/info.php:127 dashboard/info.php:128 dashboard/info.php:129
|
242 |
#: dashboard/settings/geotargeting.php:26
|
243 |
msgid "Buy now"
|
244 |
msgstr "Купи сега"
|
245 |
|
246 |
+
#: adrotate-output.php:742
|
247 |
msgid ""
|
248 |
"You've been using <strong>AdRotate</strong> for a while now. Why not upgrade "
|
249 |
"to the <strong>PRO</strong> version"
|
251 |
"Използвате <strong>AdRotate</strong> от известно време. Защо не надградите "
|
252 |
"до <strong>PRO</strong> версията"
|
253 |
|
254 |
+
#: adrotate-output.php:742
|
255 |
#, php-format
|
256 |
msgid ""
|
257 |
"Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
|
258 |
msgstr ""
|
259 |
|
260 |
+
#: adrotate-output.php:742
|
261 |
msgid "Thank you for your purchase!"
|
262 |
msgstr ""
|
263 |
|
264 |
+
#: adrotate-output.php:786
|
265 |
msgid ""
|
266 |
"Welcome, and thanks for using AdRotate. Everything related to AdRotate is in "
|
267 |
"this menu. Check out the"
|
268 |
msgstr ""
|
269 |
|
270 |
+
#: adrotate-output.php:786
|
271 |
msgid "manuals"
|
272 |
msgstr "ръководства"
|
273 |
|
274 |
+
#: adrotate-output.php:786 adrotate-output.php:859
|
275 |
msgid "and"
|
276 |
msgstr "и"
|
277 |
|
278 |
+
#: adrotate-output.php:786
|
279 |
msgid "forums"
|
280 |
msgstr ""
|
281 |
|
282 |
+
#: adrotate-output.php:819
|
283 |
msgid "Useful Links"
|
284 |
msgstr "Полезни връзки"
|
285 |
|
286 |
+
#: adrotate-output.php:820
|
287 |
msgid "Useful links to learn more about AdRotate"
|
288 |
msgstr "Полезни връзки, за да получите повече информация за AdRotate"
|
289 |
|
290 |
+
#: adrotate-output.php:822
|
291 |
+
msgid "AdRotate website"
|
292 |
msgstr ""
|
293 |
|
294 |
+
#: adrotate-output.php:823
|
295 |
msgid "Getting Started With AdRotate"
|
296 |
msgstr "Започнете от нулата с AdRotate Pro"
|
297 |
|
298 |
+
#: adrotate-output.php:824
|
299 |
msgid "AdRotate manuals"
|
300 |
msgstr ""
|
301 |
|
302 |
+
#: adrotate-output.php:825
|
303 |
msgid "AdRotate Support Forum"
|
304 |
msgstr "Форум за поддръжка на AdRotate"
|
305 |
|
306 |
+
#: adrotate-output.php:851
|
307 |
msgid "Help AdRotate Grow"
|
308 |
msgstr "Помогнете за развитието на AdRotate"
|
309 |
|
310 |
+
#: adrotate-output.php:852
|
311 |
msgid "Brought to you by"
|
312 |
msgstr "Достига до Вас благодарение на"
|
313 |
|
314 |
+
#: adrotate-output.php:859
|
315 |
msgid ""
|
316 |
"A lot of users only think to review AdRotate when something goes wrong while "
|
317 |
"thousands of people use AdRotate satisfactory. Don't let this go unnoticed."
|
320 |
"се обърка, докато хиляди хора използват AdRotate безпроблемно. Не оставяйте "
|
321 |
"това да остане незабелязано."
|
322 |
|
323 |
+
#: adrotate-output.php:859
|
324 |
msgid "If you find AdRotate useful please leave your honest"
|
325 |
msgstr "Ако намирате AdRotate за полезен, моля оставете честна"
|
326 |
|
327 |
+
#: adrotate-output.php:859
|
328 |
msgid "rating"
|
329 |
msgstr "оценка"
|
330 |
|
331 |
+
#: adrotate-output.php:859
|
332 |
msgid "review"
|
333 |
msgstr "мнение"
|
334 |
|
335 |
+
#: adrotate-output.php:859
|
336 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
337 |
msgstr "на WordPress.org, за да се развива AdRotate"
|
338 |
|
339 |
+
#: adrotate-output.php:891
|
340 |
msgid "Available in AdRotate Pro"
|
341 |
msgstr "Налично в AdRotate Pro"
|
342 |
|
343 |
+
#: adrotate-output.php:891
|
344 |
msgid "More information..."
|
345 |
msgstr "Повече информация..."
|
346 |
|
347 |
+
#: adrotate-output.php:892
|
348 |
msgid "This feature is available in AdRotate Pro"
|
349 |
msgstr "Тази функционалност е налична в AdRotate Pro"
|
350 |
|
351 |
+
#: adrotate-output.php:892
|
352 |
msgid "Learn more"
|
353 |
msgstr "Повече информация"
|
354 |
|
355 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:220
|
356 |
+
#: dashboard/publisher/adverts-edit.php:241
|
357 |
msgid "January"
|
358 |
msgstr "Януари"
|
359 |
|
360 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:221
|
361 |
+
#: dashboard/publisher/adverts-edit.php:242
|
362 |
msgid "February"
|
363 |
msgstr "Февруари"
|
364 |
|
365 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:222
|
366 |
+
#: dashboard/publisher/adverts-edit.php:243
|
367 |
msgid "March"
|
368 |
msgstr "Март"
|
369 |
|
370 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:223
|
371 |
+
#: dashboard/publisher/adverts-edit.php:244
|
372 |
msgid "April"
|
373 |
msgstr "Април"
|
374 |
|
375 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:224
|
376 |
+
#: dashboard/publisher/adverts-edit.php:245
|
377 |
msgid "May"
|
378 |
msgstr "Май"
|
379 |
|
380 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:225
|
381 |
+
#: dashboard/publisher/adverts-edit.php:246
|
382 |
msgid "June"
|
383 |
msgstr "Юни"
|
384 |
|
385 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:226
|
386 |
+
#: dashboard/publisher/adverts-edit.php:247
|
387 |
msgid "July"
|
388 |
msgstr "Юли"
|
389 |
|
390 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:227
|
391 |
+
#: dashboard/publisher/adverts-edit.php:248
|
392 |
msgid "August"
|
393 |
msgstr "Август"
|
394 |
|
395 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:228
|
396 |
+
#: dashboard/publisher/adverts-edit.php:249
|
397 |
msgid "September"
|
398 |
msgstr "Септември"
|
399 |
|
400 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:229
|
401 |
+
#: dashboard/publisher/adverts-edit.php:250
|
402 |
msgid "October"
|
403 |
msgstr "Октомври"
|
404 |
|
405 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:230
|
406 |
+
#: dashboard/publisher/adverts-edit.php:251
|
407 |
msgid "November"
|
408 |
msgstr "Ноември"
|
409 |
|
410 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:231
|
411 |
+
#: dashboard/publisher/adverts-edit.php:252
|
412 |
msgid "December"
|
413 |
msgstr "Декември"
|
414 |
|
537 |
"Управлението на графици и множество графици за една реклама са налични в "
|
538 |
"AdRotate Pro."
|
539 |
|
540 |
+
#: adrotate.php:409 adrotate.php:496 dashboard/publisher/adverts-edit.php:188
|
541 |
#: dashboard/publisher/adverts-main.php:114
|
542 |
#: dashboard/publisher/groups-edit.php:75
|
543 |
#: dashboard/publisher/groups-main.php:89
|
574 |
msgid "End"
|
575 |
msgstr "Край"
|
576 |
|
577 |
+
#: adrotate.php:428 dashboard/publisher/adverts-edit.php:397
|
578 |
#: dashboard/publisher/groups-main.php:34
|
579 |
msgid "Ads"
|
580 |
msgstr "Реклами"
|
670 |
"формат: \"imagename.full.ext\". Пълен набор от правилно оразмерени картинки "
|
671 |
"е строго препоръчителен."
|
672 |
|
673 |
+
#: adrotate.php:503 dashboard/publisher/adverts-edit.php:311
|
674 |
msgid ""
|
675 |
"For smaller size images use \".320\", \".480\", \".768\" or \".1024\" in the "
|
676 |
"filename instead of \".full\" for the various viewports."
|
792 |
"forum. Get a solution (usually) within a day."
|
793 |
msgstr ""
|
794 |
|
795 |
+
#: dashboard/adrotatepro.php:48 dashboard/info.php:136
|
796 |
msgid "AdRotate is brought to you by"
|
797 |
msgstr "AdRotate достига до Вас, благодарение на"
|
798 |
|
799 |
+
#: dashboard/adrotatepro.php:52 dashboard/info.php:140
|
800 |
msgid ""
|
801 |
+
"Premium plugins, support and services for WordPress and WooCommerce! I am a "
|
802 |
+
"digital nomad in the Philippines. Click on my name to find out more about me "
|
803 |
+
"and what I am doing. Thanks for your support and for using my plugins!"
|
804 |
msgstr ""
|
805 |
|
806 |
+
#: dashboard/adrotatepro.php:81
|
807 |
msgid "Schedule all campaigns with ease"
|
808 |
msgstr "Планиране на всички кампании с лекота"
|
809 |
|
810 |
+
#: dashboard/adrotatepro.php:84
|
811 |
msgid ""
|
812 |
"Schedule your adverts and set up advertising campaigns based on dates you or "
|
813 |
"your advertisers specify without hassle. Seasonal adverts, weekly adverts. "
|
815 |
"much more easy. You can set one or many schedules for adverts."
|
816 |
msgstr ""
|
817 |
|
818 |
+
#: dashboard/adrotatepro.php:88
|
819 |
msgid "Avoid adblockers"
|
820 |
msgstr ""
|
821 |
|
822 |
+
#: dashboard/adrotatepro.php:91
|
823 |
msgid ""
|
824 |
"Try and avoid adblockers so you adverts get the exposure you want them to "
|
825 |
"have. AdRotate Pro offers some advanced tools to deceive adblockers so your "
|
827 |
"adverts smartly so these features reach their full potential!"
|
828 |
msgstr ""
|
829 |
|
830 |
+
#: dashboard/adrotatepro.php:95
|
831 |
msgid "Stay up-to-date with notifications"
|
832 |
msgstr ""
|
833 |
|
834 |
+
#: dashboard/adrotatepro.php:98
|
835 |
msgid ""
|
836 |
"Stay in touch with Email notifications. Have AdRotate send you an alert when "
|
837 |
"adverts expire or need your attention. Additionally, you can have AdRotate "
|
840 |
"miss an expiration date again."
|
841 |
msgstr ""
|
842 |
|
843 |
+
#: dashboard/adrotatepro.php:102 dashboard/adrotatepro.php:114
|
844 |
+
#: dashboard/info.php:110 dashboard/info.php:122
|
845 |
msgid "Buy AdRotate Professional"
|
846 |
msgstr "Купете AdRotate Professional"
|
847 |
|
848 |
+
#: dashboard/adrotatepro.php:106 dashboard/info.php:114
|
849 |
msgid "Single License"
|
850 |
msgstr ""
|
851 |
|
852 |
+
#: dashboard/adrotatepro.php:106 dashboard/info.php:114
|
853 |
msgid "For one WordPress installation."
|
854 |
msgstr "За една инсталация на WordPress."
|
855 |
|
856 |
+
#: dashboard/adrotatepro.php:107 dashboard/adrotatepro.php:119
|
857 |
+
#: dashboard/info.php:115 dashboard/info.php:127
|
858 |
msgid "Duo License"
|
859 |
msgstr "Duo лиценз"
|
860 |
|
861 |
+
#: dashboard/adrotatepro.php:107 dashboard/info.php:115
|
862 |
msgid "For two WordPress installations."
|
863 |
msgstr "За две Wordpress инсталации."
|
864 |
|
865 |
+
#: dashboard/adrotatepro.php:108 dashboard/adrotatepro.php:120
|
866 |
+
#: dashboard/info.php:116 dashboard/info.php:128
|
867 |
msgid "Multi License"
|
868 |
msgstr "Multi лиценз"
|
869 |
|
870 |
+
#: dashboard/adrotatepro.php:108 dashboard/info.php:116
|
871 |
msgid " For up to five WordPress installations."
|
872 |
msgstr " За до 5 Wordpress инсталации."
|
873 |
|
874 |
+
#: dashboard/adrotatepro.php:109 dashboard/adrotatepro.php:121
|
875 |
+
#: dashboard/info.php:117 dashboard/info.php:129
|
876 |
msgid "Developer License"
|
877 |
msgstr "Developer лиценз"
|
878 |
|
879 |
+
#: dashboard/adrotatepro.php:109 dashboard/info.php:117
|
880 |
msgid "Unlimited WordPress installations and/or networks."
|
881 |
msgstr ""
|
882 |
|
883 |
+
#: dashboard/adrotatepro.php:110 dashboard/adrotatepro.php:123
|
884 |
+
#: dashboard/info.php:118 dashboard/info.php:131
|
885 |
msgid "Compare licenses"
|
886 |
msgstr "Сравнение на лицензи"
|
887 |
|
888 |
+
#: dashboard/adrotatepro.php:110 dashboard/info.php:118
|
889 |
msgid "Not sure which license is for you? Compare them..."
|
890 |
msgstr "Не сте сигурни кой лиценз ви е необходим? Сравнете ги..."
|
891 |
|
892 |
+
#: dashboard/adrotatepro.php:110 dashboard/info.php:118
|
893 |
msgid "All Licenses"
|
894 |
msgstr "Всички лицензи"
|
895 |
|
896 |
+
#: dashboard/adrotatepro.php:118 dashboard/info.php:126
|
897 |
msgid "Lifetime License"
|
898 |
msgstr ""
|
899 |
|
900 |
+
#: dashboard/adrotatepro.php:118 dashboard/info.php:126
|
901 |
msgid "Single installation."
|
902 |
msgstr ""
|
903 |
|
904 |
+
#: dashboard/adrotatepro.php:119 dashboard/info.php:127
|
905 |
msgid "Up to 2 installations."
|
906 |
msgstr ""
|
907 |
|
908 |
+
#: dashboard/adrotatepro.php:120 dashboard/info.php:128
|
909 |
msgid "Up to 10 installations."
|
910 |
msgstr ""
|
911 |
|
912 |
+
#: dashboard/adrotatepro.php:121 dashboard/info.php:129
|
913 |
msgid "Up to 25 installations or multisite networks."
|
914 |
msgstr ""
|
915 |
|
916 |
+
#: dashboard/adrotatepro.php:122 dashboard/info.php:130
|
917 |
msgid ""
|
918 |
"Subscriptions get 1 year access to updates, email support & AdRotate Geo."
|
919 |
msgstr ""
|
920 |
|
921 |
+
#: dashboard/adrotatepro.php:123 dashboard/info.php:131
|
922 |
msgid "Not sure which license is for you?"
|
923 |
msgstr ""
|
924 |
|
925 |
+
#: dashboard/adrotatepro.php:123 dashboard/info.php:131
|
926 |
msgid "Compare Licenses"
|
927 |
msgstr ""
|
928 |
|
959 |
msgstr "Подкрепете AdRotate"
|
960 |
|
961 |
#: dashboard/info.php:55
|
962 |
+
msgid ""
|
963 |
+
"Your donation helps to improve AdRotate. Consider writing a review if you "
|
964 |
+
"like AdRotate. Also follow my Facebook page and twitter. Thank you!"
|
|
|
|
|
965 |
msgstr ""
|
966 |
|
967 |
+
#: dashboard/info.php:81
|
968 |
msgid "AdRotate News and Developer Blog"
|
969 |
msgstr "AdRotate блог за новини и разработка"
|
970 |
|
971 |
+
#: dashboard/info.php:103
|
972 |
msgid "Get more features with AdRotate Pro"
|
973 |
msgstr "Получете по-голяма функционалност с AdRotate Pro"
|
974 |
|
975 |
+
#: dashboard/info.php:106
|
976 |
msgid ""
|
977 |
"Benefit from extra features to reinforce your income with advertising "
|
978 |
"campaigns. Make the most of your website with the powerful tools AdRotate "
|
982 |
"подобрите приходите. Използвайте пълния потенциал на сайта си с мощните "
|
983 |
"функции, които предлага AdRotate Pro спрямо безплатната версия."
|
984 |
|
985 |
+
#: dashboard/info.php:106
|
986 |
msgid "Want to know more about"
|
987 |
msgstr ""
|
988 |
|
989 |
+
#: dashboard/info.php:106
|
990 |
msgid "Visit the"
|
991 |
msgstr "Посетете"
|
992 |
|
993 |
+
#: dashboard/info.php:106
|
994 |
msgid "website"
|
995 |
msgstr "уебсайт"
|
996 |
|
999 |
msgstr "Деактивиране на реклами"
|
1000 |
|
1001 |
#: dashboard/publisher/adverts-disabled.php:21
|
1002 |
+
#: dashboard/publisher/adverts-edit.php:176
|
1003 |
msgid "Activate"
|
1004 |
msgstr "Активиране"
|
1005 |
|
1016 |
msgstr "Начало / Край"
|
1017 |
|
1018 |
#: dashboard/publisher/adverts-disabled.php:37
|
1019 |
+
#: dashboard/publisher/adverts-edit.php:116
|
1020 |
#: dashboard/publisher/adverts-error.php:41
|
1021 |
#: dashboard/publisher/adverts-main.php:41
|
1022 |
msgid "Title"
|
1119 |
msgid "This ad has been disabled and does not rotate on your site!"
|
1120 |
msgstr "Тази реклама е деактивирана и не се показва на сайта Ви!"
|
1121 |
|
1122 |
+
#: dashboard/publisher/adverts-edit.php:108
|
1123 |
msgid "New Advert"
|
1124 |
msgstr "Нова реклама"
|
1125 |
|
1126 |
+
#: dashboard/publisher/adverts-edit.php:110
|
1127 |
msgid "Edit Advert"
|
1128 |
msgstr "Редакция на реклама"
|
1129 |
|
1130 |
+
#: dashboard/publisher/adverts-edit.php:122
|
1131 |
msgid "AdCode"
|
1132 |
msgstr ""
|
1133 |
|
1134 |
+
#: dashboard/publisher/adverts-edit.php:127
|
1135 |
msgid "Basic Examples:"
|
1136 |
msgstr "Основни примери:"
|
1137 |
|
1138 |
+
#: dashboard/publisher/adverts-edit.php:134
|
1139 |
msgid "Useful tags"
|
1140 |
msgstr ""
|
1141 |
|
1142 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1143 |
msgid "Insert the advert ID Number."
|
1144 |
msgstr ""
|
1145 |
|
1146 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1147 |
msgid "Required when selecting a image below."
|
1148 |
msgstr ""
|
1149 |
|
1150 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1151 |
msgid "Insert the advert name."
|
1152 |
msgstr ""
|
1153 |
|
1154 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1155 |
msgid "Insert a random seed. Useful for DFP/DoubleClick type adverts."
|
1156 |
msgstr ""
|
1157 |
|
1158 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1159 |
msgid "Add inside the <a> tag to open advert in a new window."
|
1160 |
msgstr ""
|
1161 |
|
1162 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1163 |
msgid "Add inside the <a> tag to tell crawlers to ignore this link"
|
1164 |
msgstr ""
|
1165 |
|
1166 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1167 |
msgid ""
|
1168 |
"Place the cursor in your AdCode where you want to add any of these tags and "
|
1169 |
"click to add it."
|
1170 |
msgstr ""
|
1171 |
|
1172 |
+
#: dashboard/publisher/adverts-edit.php:141
|
1173 |
msgid "Preview"
|
1174 |
msgstr "Преглед"
|
1175 |
|
1176 |
+
#: dashboard/publisher/adverts-edit.php:144
|
1177 |
msgid ""
|
1178 |
"Note: While this preview is an accurate one, it might look different then it "
|
1179 |
"does on the website."
|
1181 |
"Забележка: Въпреки, че предварителния преглед е точен, рекламата може да "
|
1182 |
"изглежда по-различно, когато се показва на страницата Ви."
|
1183 |
|
1184 |
+
#: dashboard/publisher/adverts-edit.php:145
|
1185 |
msgid ""
|
1186 |
"This is because of CSS differences. Your themes CSS file is not active here!"
|
1187 |
msgstr ""
|
1188 |
"Това се дължи на разлики в CSS. CSS файла на вашата тема не е активен тук!"
|
1189 |
|
1190 |
+
#: dashboard/publisher/adverts-edit.php:150
|
1191 |
msgid "Banner asset"
|
1192 |
msgstr ""
|
1193 |
|
1194 |
+
#: dashboard/publisher/adverts-edit.php:153
|
1195 |
msgid "WordPress media:"
|
1196 |
msgstr ""
|
1197 |
|
1198 |
+
#: dashboard/publisher/adverts-edit.php:153
|
1199 |
msgid "Select Banner"
|
1200 |
msgstr "Избор на банер"
|
1201 |
|
1202 |
+
#: dashboard/publisher/adverts-edit.php:155
|
1203 |
msgid "- OR -"
|
1204 |
msgstr "- ИЛИ -"
|
1205 |
|
1206 |
+
#: dashboard/publisher/adverts-edit.php:157
|
1207 |
msgid "Banner folder:"
|
1208 |
msgstr "Папка на банера:"
|
1209 |
|
1210 |
+
#: dashboard/publisher/adverts-edit.php:158
|
1211 |
msgid "No image selected"
|
1212 |
msgstr "Не е избрана картинка"
|
1213 |
|
1214 |
+
#: dashboard/publisher/adverts-edit.php:162
|
1215 |
msgid "Use %image% in the adcode instead of the file path."
|
1216 |
msgstr ""
|
1217 |
|
1218 |
+
#: dashboard/publisher/adverts-edit.php:162
|
1219 |
msgid ""
|
1220 |
"Use either the text field or the dropdown. If the textfield has content that "
|
1221 |
"field has priority."
|
1223 |
"Използвайте падащото меню или текстовото поле. Ако текстовото поле е "
|
1224 |
"попълнено, то ще бъде с преоритет."
|
1225 |
|
1226 |
+
#: dashboard/publisher/adverts-edit.php:167
|
1227 |
#: dashboard/settings/statistics.php:12
|
1228 |
msgid "Statistics"
|
1229 |
msgstr "Статистики"
|
1230 |
|
1231 |
+
#: dashboard/publisher/adverts-edit.php:169
|
1232 |
msgid "Enable click and impression tracking for this advert."
|
1233 |
msgstr ""
|
1234 |
|
1235 |
+
#: dashboard/publisher/adverts-edit.php:170
|
1236 |
msgid ""
|
1237 |
"Note: Clicktracking does not work for Javascript adverts such as those "
|
1238 |
"provided by Google AdSense/DFP/DoubleClick. HTML5/Flash adverts are not "
|
1239 |
"always supported."
|
1240 |
msgstr ""
|
1241 |
|
1242 |
+
#: dashboard/publisher/adverts-edit.php:180
|
1243 |
msgid "Yes, this ad will be used"
|
1244 |
msgstr "Да, тази реклама ще се използва"
|
1245 |
|
1246 |
+
#: dashboard/publisher/adverts-edit.php:181
|
1247 |
msgid "No, do not show this ad anywhere"
|
1248 |
msgstr "Не, не показвай тази реклама никъде"
|
1249 |
|
1250 |
+
#: dashboard/publisher/adverts-edit.php:188
|
1251 |
#: dashboard/publisher/adverts-main.php:114
|
1252 |
#: dashboard/publisher/groups-edit.php:75
|
1253 |
#: dashboard/publisher/groups-main.php:89
|
1254 |
msgid "Get more features with AdRotate Pro."
|
1255 |
msgstr "Получете по-голяма функционалност с AdRotate Pro."
|
1256 |
|
1257 |
+
#: dashboard/publisher/adverts-edit.php:191
|
1258 |
+
#: dashboard/publisher/adverts-edit.php:291
|
1259 |
+
#: dashboard/publisher/adverts-edit.php:386
|
1260 |
+
#: dashboard/publisher/adverts-edit.php:427
|
1261 |
+
msgid "Save Advert"
|
1262 |
+
msgstr "Запиши рекламата"
|
1263 |
+
|
1264 |
#: dashboard/publisher/adverts-edit.php:192
|
1265 |
#: dashboard/publisher/adverts-edit.php:292
|
1266 |
#: dashboard/publisher/adverts-edit.php:387
|
1267 |
#: dashboard/publisher/adverts-edit.php:428
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1268 |
#: dashboard/publisher/groups-edit.php:154
|
1269 |
#: dashboard/publisher/groups-edit.php:301
|
1270 |
#: dashboard/publisher/groups-edit.php:393
|
1271 |
msgid "Cancel"
|
1272 |
msgstr "Отказ"
|
1273 |
|
1274 |
+
#: dashboard/publisher/adverts-edit.php:195
|
1275 |
+
#: dashboard/publisher/adverts-edit.php:369
|
1276 |
#: dashboard/publisher/groups-edit.php:136
|
1277 |
#: dashboard/publisher/groups-edit.php:283
|
1278 |
msgid "Usage"
|
1279 |
msgstr "Употреба"
|
1280 |
|
1281 |
+
#: dashboard/publisher/adverts-edit.php:199
|
1282 |
+
#: dashboard/publisher/adverts-edit.php:373
|
1283 |
#: dashboard/publisher/groups-edit.php:140
|
1284 |
#: dashboard/publisher/groups-edit.php:287
|
1285 |
msgid "Widget"
|
1286 |
msgstr ""
|
1287 |
|
1288 |
+
#: dashboard/publisher/adverts-edit.php:200
|
1289 |
+
#: dashboard/publisher/adverts-edit.php:374
|
1290 |
msgid ""
|
1291 |
"Drag the AdRotate widget to the sidebar you want it in, select \"Single Ad\" "
|
1292 |
"and enter ID"
|
1293 |
msgstr ""
|
1294 |
|
1295 |
+
#: dashboard/publisher/adverts-edit.php:203
|
1296 |
+
#: dashboard/publisher/adverts-edit.php:377
|
1297 |
#: dashboard/publisher/groups-edit.php:144
|
1298 |
#: dashboard/publisher/groups-edit.php:291
|
1299 |
msgid "In a post or page"
|
1300 |
msgstr ""
|
1301 |
|
1302 |
+
#: dashboard/publisher/adverts-edit.php:205
|
1303 |
+
#: dashboard/publisher/adverts-edit.php:379
|
1304 |
#: dashboard/publisher/groups-edit.php:146
|
1305 |
#: dashboard/publisher/groups-edit.php:293
|
1306 |
msgid "Directly in a theme"
|
1307 |
msgstr ""
|
1308 |
|
1309 |
+
#: dashboard/publisher/adverts-edit.php:211
|
1310 |
msgid "Schedule your advert"
|
1311 |
msgstr ""
|
1312 |
|
1313 |
+
#: dashboard/publisher/adverts-edit.php:215
|
1314 |
msgid "Start date (day/month/year)"
|
1315 |
msgstr ""
|
1316 |
|
1317 |
+
#: dashboard/publisher/adverts-edit.php:236
|
1318 |
msgid "End date (day/month/year)"
|
1319 |
msgstr ""
|
1320 |
|
1321 |
+
#: dashboard/publisher/adverts-edit.php:259
|
1322 |
msgid "Start time (hh:mm)"
|
1323 |
msgstr ""
|
1324 |
|
1325 |
+
#: dashboard/publisher/adverts-edit.php:266
|
1326 |
msgid "End time (hh:mm)"
|
1327 |
msgstr ""
|
1328 |
|
1329 |
+
#: dashboard/publisher/adverts-edit.php:276
|
1330 |
msgid "Maximum Clicks"
|
1331 |
msgstr ""
|
1332 |
|
1333 |
+
#: dashboard/publisher/adverts-edit.php:277
|
1334 |
+
#: dashboard/publisher/adverts-edit.php:279
|
1335 |
msgid "Leave empty or 0 to skip this."
|
1336 |
msgstr "Въведете 0 или оставете празно, за да пропуснете тази опция."
|
1337 |
|
1338 |
+
#: dashboard/publisher/adverts-edit.php:278
|
1339 |
msgid "Maximum Impressions"
|
1340 |
msgstr ""
|
1341 |
|
1342 |
+
#: dashboard/publisher/adverts-edit.php:283
|
1343 |
msgid "Important"
|
1344 |
msgstr ""
|
1345 |
|
1346 |
+
#: dashboard/publisher/adverts-edit.php:284
|
1347 |
msgid ""
|
1348 |
"Note: Time uses a 24 hour clock. When you are used to the AM/PM system keep "
|
1349 |
"this in mind: If the start or end time is after lunch, add 12 hours. 2PM is "
|
1350 |
"14:00 hours. 6AM is 6:00 hours."
|
1351 |
msgstr ""
|
1352 |
|
1353 |
+
#: dashboard/publisher/adverts-edit.php:288
|
1354 |
msgid ""
|
1355 |
"Create multiple and more advanced schedules for each advert with AdRotate "
|
1356 |
"Pro."
|
1357 |
msgstr ""
|
1358 |
|
1359 |
+
#: dashboard/publisher/adverts-edit.php:288
|
1360 |
+
#: dashboard/publisher/adverts-edit.php:323
|
1361 |
+
#: dashboard/publisher/adverts-edit.php:367
|
1362 |
#: dashboard/publisher/groups-edit.php:200
|
1363 |
msgid "Upgrade today"
|
1364 |
msgstr "Надградете днес"
|
1365 |
|
1366 |
+
#: dashboard/publisher/adverts-edit.php:295
|
1367 |
#: dashboard/publisher/groups-edit.php:157
|
1368 |
msgid "Advanced"
|
1369 |
msgstr "Разширени"
|
1370 |
|
1371 |
+
#: dashboard/publisher/adverts-edit.php:296
|
1372 |
msgid "Everything below is optional."
|
1373 |
msgstr "Всичко по-долу е по желание."
|
1374 |
|
1375 |
+
#: dashboard/publisher/adverts-edit.php:300
|
1376 |
msgid "Mobile"
|
1377 |
msgstr ""
|
1378 |
|
1379 |
+
#: dashboard/publisher/adverts-edit.php:302
|
1380 |
msgid "Show on;"
|
1381 |
msgstr ""
|
1382 |
|
1383 |
+
#: dashboard/publisher/adverts-edit.php:302
|
1384 |
msgid "Computers"
|
1385 |
msgstr ""
|
1386 |
|
1387 |
+
#: dashboard/publisher/adverts-edit.php:302
|
1388 |
msgid "Smartphones"
|
1389 |
msgstr ""
|
1390 |
|
1391 |
+
#: dashboard/publisher/adverts-edit.php:302
|
1392 |
msgid "Tablets."
|
1393 |
msgstr ""
|
1394 |
|
1395 |
+
#: dashboard/publisher/adverts-edit.php:303
|
1396 |
msgid "Also enable mobile support in the group this advert goes in."
|
1397 |
msgstr ""
|
1398 |
|
1399 |
+
#: dashboard/publisher/adverts-edit.php:307
|
1400 |
msgid "Responsive"
|
1401 |
msgstr ""
|
1402 |
|
1403 |
+
#: dashboard/publisher/adverts-edit.php:309
|
1404 |
msgid "Enable responsive support for this advert."
|
1405 |
msgstr "Активиране на responsive дизайн за тази реклама."
|
1406 |
|
1407 |
+
#: dashboard/publisher/adverts-edit.php:310
|
1408 |
msgid ""
|
1409 |
"Upload your images to the banner folder and make sure the filename is in the "
|
1410 |
"following format; \"imagename.full.ext\"."
|
1411 |
msgstr ""
|
1412 |
|
1413 |
+
#: dashboard/publisher/adverts-edit.php:312
|
1414 |
#: dashboard/publisher/adverts-report.php:58
|
1415 |
#: dashboard/publisher/groups-report.php:64
|
1416 |
msgid "Note:"
|
1417 |
msgstr "Забележка:"
|
1418 |
|
1419 |
+
#: dashboard/publisher/adverts-edit.php:312
|
1420 |
msgid ""
|
1421 |
"This feature will not be developed any further. Consider switching to the "
|
1422 |
"Mobile feature in AdRotate Pro as seen above!"
|
1423 |
msgstr ""
|
1424 |
|
1425 |
+
#: dashboard/publisher/adverts-edit.php:316
|
1426 |
#: dashboard/publisher/groups-edit.php:194
|
1427 |
msgid "Sortorder"
|
1428 |
msgstr ""
|
1429 |
|
1430 |
+
#: dashboard/publisher/adverts-edit.php:318
|
1431 |
#: dashboard/publisher/groups-edit.php:196
|
1432 |
msgid "For administrative purposes set a sortorder."
|
1433 |
msgstr "За административни цели задайте критерий за сортиране."
|
1434 |
|
1435 |
+
#: dashboard/publisher/adverts-edit.php:318
|
1436 |
msgid "Leave empty or 0 to skip this. Will default to ad id."
|
1437 |
msgstr ""
|
1438 |
"Оставете празно или въведете 0, за да пропуснете това. Ще бъде зададено ID "
|
1439 |
"на рекламата по подразбиране."
|
1440 |
|
1441 |
+
#: dashboard/publisher/adverts-edit.php:323
|
1442 |
msgid ""
|
1443 |
"With AdRotate Pro you can easily select which devices the advert should show "
|
1444 |
"on!"
|
1445 |
msgstr ""
|
1446 |
|
1447 |
+
#: dashboard/publisher/adverts-edit.php:325
|
1448 |
msgid "Geo Targeting in AdRotate Pro"
|
1449 |
msgstr ""
|
1450 |
|
1451 |
+
#: dashboard/publisher/adverts-edit.php:326
|
1452 |
msgid ""
|
1453 |
"Assign the advert to a group and enable that group to use Geo Targeting."
|
1454 |
msgstr ""
|
1455 |
|
1456 |
+
#: dashboard/publisher/adverts-edit.php:330
|
1457 |
msgid "Cities/States"
|
1458 |
msgstr ""
|
1459 |
|
1460 |
+
#: dashboard/publisher/adverts-edit.php:333
|
1461 |
msgid ""
|
1462 |
"A comma separated list of cities (or the Metro ID) and/or states (Also the "
|
1463 |
"states ISO codes are supported)"
|
1464 |
msgstr ""
|
1465 |
|
1466 |
+
#: dashboard/publisher/adverts-edit.php:333
|
1467 |
msgid ""
|
1468 |
"AdRotate does not check the validity of names so make sure you spell them "
|
1469 |
"correctly!"
|
1471 |
"AdRotate не проверява валидността на имената, уверете се, че сте ги изписали "
|
1472 |
"правилно!"
|
1473 |
|
1474 |
+
#: dashboard/publisher/adverts-edit.php:337
|
1475 |
msgid "Countries"
|
1476 |
msgstr ""
|
1477 |
|
1478 |
+
#: dashboard/publisher/adverts-edit.php:362
|
1479 |
msgid "Select the countries you want the adverts to show in."
|
1480 |
msgstr "Изберете страните, в които искате да се показват рекламите."
|
1481 |
|
1482 |
+
#: dashboard/publisher/adverts-edit.php:362
|
1483 |
msgid "Cities take priority and will be filtered first."
|
1484 |
msgstr "Градовете са с приоритет и ще бъдат филтрирани първи."
|
1485 |
|
1486 |
+
#: dashboard/publisher/adverts-edit.php:367
|
1487 |
msgid "Target your audience with Geo Targeting in AdRotate Pro"
|
1488 |
msgstr ""
|
1489 |
|
1490 |
+
#: dashboard/publisher/adverts-edit.php:391
|
1491 |
msgid "Select Groups"
|
1492 |
msgstr "Избор на групи"
|
1493 |
|
1494 |
+
#: dashboard/publisher/adverts-edit.php:396
|
1495 |
msgid "ID - Name"
|
1496 |
msgstr "ID - Име"
|
1497 |
|
1498 |
+
#: dashboard/publisher/adverts-edit.php:406
|
1499 |
#: dashboard/publisher/groups-main.php:60
|
1500 |
#: dashboard/settings/geotargeting.php:39
|
1501 |
msgid "Default"
|
1502 |
msgstr "По подразбиране"
|
1503 |
|
1504 |
+
#: dashboard/publisher/adverts-edit.php:407
|
1505 |
#: dashboard/publisher/groups-main.php:61
|
1506 |
msgid "Dynamic"
|
1507 |
msgstr "Динамично"
|
1508 |
|
1509 |
+
#: dashboard/publisher/adverts-edit.php:407
|
1510 |
#: dashboard/publisher/groups-main.php:61
|
1511 |
msgid "second rotation"
|
1512 |
msgstr "второ завъртане"
|
1513 |
|
1514 |
+
#: dashboard/publisher/adverts-edit.php:408
|
1515 |
#: dashboard/publisher/groups-main.php:62
|
1516 |
msgid "Block"
|
1517 |
msgstr "Блок"
|
1518 |
|
1519 |
+
#: dashboard/publisher/adverts-edit.php:408
|
1520 |
#: dashboard/publisher/groups-main.php:62
|
1521 |
msgid "grid"
|
1522 |
msgstr "решетка"
|
1523 |
|
1524 |
+
#: dashboard/publisher/adverts-edit.php:409
|
1525 |
#: dashboard/publisher/groups-edit.php:202
|
1526 |
#: dashboard/publisher/groups-main.php:63
|
1527 |
msgid "Post Injection"
|
1528 |
msgstr "Вмъкване в публикации"
|
1529 |
|
1530 |
+
#: dashboard/publisher/adverts-edit.php:410
|
1531 |
msgid "Geolocation"
|
1532 |
msgstr "Геолокация"
|
1533 |
|
1534 |
+
#: dashboard/publisher/adverts-edit.php:416
|
1535 |
#: dashboard/publisher/groups-edit.php:61
|
1536 |
#: dashboard/publisher/groups-main.php:70
|
1537 |
msgid "Mode"
|
2041 |
msgstr ""
|
2042 |
|
2043 |
#: dashboard/settings/general.php:16
|
2044 |
+
msgid "Shortcode in widgets"
|
2045 |
msgstr ""
|
2046 |
|
2047 |
#: dashboard/settings/general.php:17
|
2048 |
msgid ""
|
2049 |
+
"Enable this option to if your theme does not support shortcodes in the "
|
2050 |
+
"WordPress text widget."
|
2051 |
msgstr ""
|
2052 |
|
2053 |
#: dashboard/settings/general.php:20
|
2054 |
+
msgid "Disable live preview"
|
2055 |
msgstr ""
|
2056 |
|
2057 |
#: dashboard/settings/general.php:21
|
2058 |
msgid ""
|
2059 |
+
"Enable this option if you have faulty adverts that overflow their designated "
|
2060 |
+
"area while creating/editing adverts."
|
2061 |
msgstr ""
|
2062 |
|
2063 |
#: dashboard/settings/general.php:24
|
2064 |
+
msgid "Disable dynamic mode"
|
2065 |
+
msgstr ""
|
2066 |
|
2067 |
#: dashboard/settings/general.php:25
|
2068 |
msgid ""
|
2069 |
+
"Enable this option to disable dynamic mode in groups for mobile devices if "
|
2070 |
+
"you notice skipping or jumpy content."
|
2071 |
msgstr ""
|
2072 |
|
2073 |
#: dashboard/settings/general.php:28
|
2074 |
+
msgid "Load jQuery"
|
2075 |
+
msgstr "Зареди jQuery"
|
2076 |
|
2077 |
#: dashboard/settings/general.php:29
|
2078 |
msgid ""
|
2079 |
+
"Enable this option if your theme does not load jQuery. jQuery is required "
|
2080 |
+
"for dynamic groups, statistics and some other features."
|
2081 |
msgstr ""
|
2082 |
|
2083 |
#: dashboard/settings/general.php:32
|
2084 |
+
msgid "Load scripts in footer?"
|
2085 |
+
msgstr ""
|
2086 |
+
|
2087 |
+
#: dashboard/settings/general.php:33
|
2088 |
+
msgid ""
|
2089 |
+
"Enable this option if you want to load all AdRotate Javascripts in the "
|
2090 |
+
"footer of your site."
|
2091 |
+
msgstr ""
|
2092 |
+
|
2093 |
+
#: dashboard/settings/general.php:36
|
2094 |
msgid "Adblock disguise"
|
2095 |
msgstr ""
|
2096 |
|
2097 |
+
#: dashboard/settings/general.php:38
|
2098 |
msgid "Leave empty to disable. Use only lowercaps letters. For example:"
|
2099 |
msgstr ""
|
2100 |
|
2101 |
+
#: dashboard/settings/general.php:39
|
2102 |
msgid ""
|
2103 |
"Try and avoid adblock plugins in most modern browsers when using shortcodes."
|
2104 |
msgstr ""
|
2105 |
|
2106 |
+
#: dashboard/settings/general.php:39
|
2107 |
msgid ""
|
2108 |
"To also apply this feature to widgets, use a text widget with a shortcode "
|
2109 |
"instead of the AdRotate widget."
|
2110 |
msgstr ""
|
2111 |
|
2112 |
+
#: dashboard/settings/general.php:39
|
2113 |
msgid ""
|
2114 |
"Avoid the use of obvious keywords or filenames in your adverts or this "
|
2115 |
"feature will have little effect!"
|
2116 |
msgstr ""
|
2117 |
|
2118 |
+
#: dashboard/settings/general.php:44
|
2119 |
msgid "Banner Folder"
|
2120 |
msgstr "Папка с банери"
|
2121 |
|
2122 |
+
#: dashboard/settings/general.php:45
|
2123 |
msgid "Set a location where your banner images will be stored."
|
2124 |
msgstr ""
|
2125 |
"Задайте местоположение, където да се записват вашите картинки за банери."
|
2126 |
|
2127 |
+
#: dashboard/settings/general.php:48
|
2128 |
msgid "Location"
|
2129 |
msgstr "Местоположение"
|
2130 |
|
2131 |
+
#: dashboard/settings/general.php:50
|
2132 |
msgid "(Default: wp-content/banners/)."
|
2133 |
msgstr "(По подразбиране: wp-content/banners/)."
|
2134 |
|
2135 |
+
#: dashboard/settings/general.php:51
|
2136 |
msgid ""
|
2137 |
"To try and trick ad blockers you could set the folder to something crazy "
|
2138 |
"like:"
|
2140 |
"Опитайте да заблудите AdBlocker-ите, като използвате шантаво име за папката, "
|
2141 |
"като например:"
|
2142 |
|
2143 |
+
#: dashboard/settings/general.php:52
|
2144 |
msgid ""
|
2145 |
"This folder will not be automatically created if it doesn't exist. AdRotate "
|
2146 |
"will show errors when the folder is missing."
|
2148 |
"Папката няма да бъде създадена автоматично, ако не съществува. AdRotate ще "
|
2149 |
"показва грешки, ако папката не съществува."
|
2150 |
|
2151 |
+
#: dashboard/settings/general.php:57
|
2152 |
msgid "Bot filter"
|
2153 |
msgstr "Филтър на ботове"
|
2154 |
|
2155 |
+
#: dashboard/settings/general.php:58
|
2156 |
msgid "The bot filter is used for the AdRotate stats tracker."
|
2157 |
msgstr ""
|
2158 |
|
2159 |
+
#: dashboard/settings/general.php:61
|
2160 |
msgid "User-Agent Filter"
|
2161 |
msgstr "Филтър за агенти"
|
2162 |
|
2163 |
+
#: dashboard/settings/general.php:64
|
2164 |
msgid ""
|
2165 |
"A comma separated list of keywords. Filter out bots/crawlers/user-agents."
|
2166 |
msgstr ""
|
2167 |
|
2168 |
+
#: dashboard/settings/general.php:65
|
2169 |
msgid ""
|
2170 |
"Keep in mind that this might give false positives. The word 'fire' also "
|
2171 |
"matches 'firefox', but not vice-versa. So be careful!"
|
2172 |
msgstr ""
|
2173 |
|
2174 |
+
#: dashboard/settings/general.php:66
|
2175 |
msgid ""
|
2176 |
"Only words with alphanumeric characters and [ - _ ] are allowed. All other "
|
2177 |
"characters are stripped out."
|
2178 |
msgstr ""
|
2179 |
|
2180 |
+
#: dashboard/settings/general.php:67
|
2181 |
msgid ""
|
2182 |
"Additionally to the list specified here, empty User-Agents are blocked as "
|
2183 |
"well."
|
2184 |
msgstr "Освен този списък, празни Агенти също ще бъдат блокирани."
|
2185 |
|
2186 |
+
#: dashboard/settings/general.php:67
|
2187 |
msgid "Learn more about"
|
2188 |
msgstr "Научете повече за"
|
2189 |
|
2190 |
+
#: dashboard/settings/general.php:67
|
2191 |
msgid "user-agents"
|
2192 |
msgstr "агенти"
|
2193 |
|
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: 2015-
|
6 |
-
"PO-Revision-Date: 2015-
|
7 |
"Last-Translator: Arnan de Gans <info@ajdg.net>\n"
|
8 |
"Language-Team: Ioannis Valiantzas & Alex Katsaros from NetGlobe "
|
9 |
"<info@netglobe.eu>\n"
|
@@ -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,236 +196,235 @@ 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 "active ad(s) expired."
|
209 |
msgstr "ενεργή(ές) διαφήμιση(εις) έληξε."
|
210 |
|
211 |
-
#: adrotate-output.php:
|
212 |
msgid "Take action now"
|
213 |
msgstr "Λάβετε μέτρα τώρα"
|
214 |
|
215 |
-
#: adrotate-output.php:
|
216 |
msgid "active ad(s) are about to expire."
|
217 |
msgstr "ενεργή(ές) διαφήμιση(εις) είναι έτοιμες να λήξουν."
|
218 |
|
219 |
-
#: adrotate-output.php:
|
220 |
msgid "Check it out"
|
221 |
msgstr "Ελέγξτε το"
|
222 |
|
223 |
-
#: adrotate-output.php:
|
224 |
msgid "active ad(s) with configuration errors."
|
225 |
msgstr "ενεργή(ές) διαφήμιση(εις) με σφάλματα ρύθμισης."
|
226 |
|
227 |
-
#: adrotate-output.php:
|
228 |
msgid "Solve this"
|
229 |
msgstr "Λύστε το"
|
230 |
|
231 |
-
#: adrotate-output.php:
|
232 |
msgid "ad(s) expired."
|
233 |
msgstr "διαφήμιση(εις) έληξε(αν)"
|
234 |
|
235 |
-
#: adrotate-output.php:
|
236 |
msgid "ad(s) are about to expire."
|
237 |
msgstr "διαφήμιση(εις) θα λήξει(ουν)"
|
238 |
|
239 |
-
#: adrotate-output.php:
|
240 |
msgid "ad(s) with configuration errors."
|
241 |
msgstr "διαφήμιση(εις) με σφάλματα ρύθμισης."
|
242 |
|
243 |
-
#: adrotate-output.php:
|
244 |
msgid "Fix this as soon as possible"
|
245 |
msgstr "Διορθώστε το το συντομότερο δυνατόν"
|
246 |
|
247 |
-
#: adrotate-output.php:
|
248 |
-
#: dashboard/adrotatepro.php:
|
249 |
-
#: dashboard/adrotatepro.php:
|
250 |
-
#: dashboard/adrotatepro.php:
|
251 |
-
#: dashboard/adrotatepro.php:
|
252 |
-
#: dashboard/info.php:
|
253 |
-
#: dashboard/info.php:
|
254 |
#: dashboard/settings/geotargeting.php:26
|
255 |
#, fuzzy
|
256 |
msgid "Buy now"
|
257 |
msgstr "Λάβετε μέτρα τώρα"
|
258 |
|
259 |
-
#: adrotate-output.php:
|
260 |
msgid ""
|
261 |
"You've been using <strong>AdRotate</strong> for a while now. Why not upgrade "
|
262 |
"to the <strong>PRO</strong> version"
|
263 |
msgstr ""
|
264 |
|
265 |
-
#: adrotate-output.php:
|
266 |
#, php-format
|
267 |
msgid ""
|
268 |
"Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
|
269 |
msgstr ""
|
270 |
|
271 |
-
#: adrotate-output.php:
|
272 |
msgid "Thank you for your purchase!"
|
273 |
msgstr ""
|
274 |
|
275 |
-
#: adrotate-output.php:
|
276 |
msgid ""
|
277 |
"Welcome, and thanks for using AdRotate. Everything related to AdRotate is in "
|
278 |
"this menu. Check out the"
|
279 |
msgstr ""
|
280 |
|
281 |
-
#: adrotate-output.php:
|
282 |
msgid "manuals"
|
283 |
msgstr "εγχειρίδια"
|
284 |
|
285 |
-
#: adrotate-output.php:
|
286 |
msgid "and"
|
287 |
msgstr ""
|
288 |
|
289 |
-
#: adrotate-output.php:
|
290 |
msgid "forums"
|
291 |
msgstr ""
|
292 |
|
293 |
-
#: adrotate-output.php:
|
294 |
#, fuzzy
|
295 |
msgid "Useful Links"
|
296 |
msgstr "Χρήσιμοι σύνδεσμοι"
|
297 |
|
298 |
-
#: adrotate-output.php:
|
299 |
msgid "Useful links to learn more about AdRotate"
|
300 |
msgstr ""
|
301 |
|
302 |
-
#: adrotate-output.php:
|
303 |
-
|
304 |
-
|
305 |
-
msgstr "AdRotate Pro"
|
306 |
|
307 |
-
#: adrotate-output.php:
|
308 |
#, fuzzy
|
309 |
msgid "Getting Started With AdRotate"
|
310 |
msgstr "Για περισσότερες δυνατότητες αποκτήστε το AdRotate Pro."
|
311 |
|
312 |
-
#: adrotate-output.php:
|
313 |
#, fuzzy
|
314 |
msgid "AdRotate manuals"
|
315 |
msgstr "Πληροφορίες του AdRotate"
|
316 |
|
317 |
-
#: adrotate-output.php:
|
318 |
#, fuzzy
|
319 |
msgid "AdRotate Support Forum"
|
320 |
msgstr "Κατάστημα του AdRotate"
|
321 |
|
322 |
-
#: adrotate-output.php:
|
323 |
#, fuzzy
|
324 |
msgid "Help AdRotate Grow"
|
325 |
msgstr "Κολήσατε με το AdRotate; Θα βοηθήσω!"
|
326 |
|
327 |
-
#: adrotate-output.php:
|
328 |
msgid "Brought to you by"
|
329 |
msgstr "Σας προσφέρεται από"
|
330 |
|
331 |
-
#: adrotate-output.php:
|
332 |
msgid ""
|
333 |
"A lot of users only think to review AdRotate when something goes wrong while "
|
334 |
"thousands of people use AdRotate satisfactory. Don't let this go unnoticed."
|
335 |
msgstr ""
|
336 |
|
337 |
-
#: adrotate-output.php:
|
338 |
msgid "If you find AdRotate useful please leave your honest"
|
339 |
msgstr ""
|
340 |
|
341 |
-
#: adrotate-output.php:
|
342 |
msgid "rating"
|
343 |
msgstr ""
|
344 |
|
345 |
-
#: adrotate-output.php:
|
346 |
#, fuzzy
|
347 |
msgid "review"
|
348 |
msgstr "Αξιολογήστε και σχολιάστε"
|
349 |
|
350 |
-
#: adrotate-output.php:
|
351 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
352 |
msgstr ""
|
353 |
|
354 |
-
#: adrotate-output.php:
|
355 |
msgid "Available in AdRotate Pro"
|
356 |
msgstr "Διαθέσιμο στο AdRotate Pro"
|
357 |
|
358 |
-
#: adrotate-output.php:
|
359 |
#, fuzzy
|
360 |
msgid "More information..."
|
361 |
msgstr "Περισσότερες πληροφορίες"
|
362 |
|
363 |
-
#: adrotate-output.php:
|
364 |
msgid "This feature is available in AdRotate Pro"
|
365 |
msgstr "Αυτό το χαρακτηριστικό είναι διαθέσιμο στο AdRotate Pro"
|
366 |
|
367 |
-
#: adrotate-output.php:
|
368 |
#, fuzzy
|
369 |
msgid "Learn more"
|
370 |
msgstr "Μάθετε περισσότερα σχετικά"
|
371 |
|
372 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
373 |
-
#: dashboard/publisher/adverts-edit.php:
|
374 |
msgid "January"
|
375 |
msgstr "Ιανουάριος"
|
376 |
|
377 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
378 |
-
#: dashboard/publisher/adverts-edit.php:
|
379 |
msgid "February"
|
380 |
msgstr "Φεβρουάριος"
|
381 |
|
382 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
383 |
-
#: dashboard/publisher/adverts-edit.php:
|
384 |
msgid "March"
|
385 |
msgstr "Μάρτιος"
|
386 |
|
387 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
388 |
-
#: dashboard/publisher/adverts-edit.php:
|
389 |
msgid "April"
|
390 |
msgstr "Απρίλιος"
|
391 |
|
392 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
393 |
-
#: dashboard/publisher/adverts-edit.php:
|
394 |
msgid "May"
|
395 |
msgstr "Μάιος"
|
396 |
|
397 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
398 |
-
#: dashboard/publisher/adverts-edit.php:
|
399 |
msgid "June"
|
400 |
msgstr "Ιούνιος"
|
401 |
|
402 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
403 |
-
#: dashboard/publisher/adverts-edit.php:
|
404 |
msgid "July"
|
405 |
msgstr "Ιούλιος"
|
406 |
|
407 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
408 |
-
#: dashboard/publisher/adverts-edit.php:
|
409 |
msgid "August"
|
410 |
msgstr "Αύγουστος"
|
411 |
|
412 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
413 |
-
#: dashboard/publisher/adverts-edit.php:
|
414 |
msgid "September"
|
415 |
msgstr "Σεπτέμβριος"
|
416 |
|
417 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
418 |
-
#: dashboard/publisher/adverts-edit.php:
|
419 |
msgid "October"
|
420 |
msgstr "Οκτώβριος"
|
421 |
|
422 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
423 |
-
#: dashboard/publisher/adverts-edit.php:
|
424 |
msgid "November"
|
425 |
msgstr "Νοέμβριος"
|
426 |
|
427 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
428 |
-
#: dashboard/publisher/adverts-edit.php:
|
429 |
msgid "December"
|
430 |
msgstr "Δεκέμβριος"
|
431 |
|
@@ -559,7 +558,7 @@ msgid ""
|
|
559 |
"AdRotate Pro."
|
560 |
msgstr "Αυτό το χαρακτηριστικό είναι διαθέσιμο στο AdRotate Pro"
|
561 |
|
562 |
-
#: adrotate.php:409 adrotate.php:496 dashboard/publisher/adverts-edit.php:
|
563 |
#: dashboard/publisher/adverts-main.php:114
|
564 |
#: dashboard/publisher/groups-edit.php:75
|
565 |
#: dashboard/publisher/groups-main.php:89
|
@@ -599,7 +598,7 @@ msgstr "Ώρα έναρξης (ωω: λλ):"
|
|
599 |
msgid "End"
|
600 |
msgstr "Ώρα λήξης (ωω: λλ):"
|
601 |
|
602 |
-
#: adrotate.php:428 dashboard/publisher/adverts-edit.php:
|
603 |
#: dashboard/publisher/groups-main.php:34
|
604 |
msgid "Ads"
|
605 |
msgstr "Διαφημίσεις"
|
@@ -695,7 +694,7 @@ msgid ""
|
|
695 |
"\"imagename.full.ext\". A full set of sized images is strongly recommended."
|
696 |
msgstr ""
|
697 |
|
698 |
-
#: adrotate.php:503 dashboard/publisher/adverts-edit.php:
|
699 |
msgid ""
|
700 |
"For smaller size images use \".320\", \".480\", \".768\" or \".1024\" in the "
|
701 |
"filename instead of \".full\" for the various viewports."
|
@@ -809,21 +808,22 @@ msgid ""
|
|
809 |
"forum. Get a solution (usually) within a day."
|
810 |
msgstr ""
|
811 |
|
812 |
-
#: dashboard/adrotatepro.php:48 dashboard/info.php:
|
813 |
msgid "AdRotate is brought to you by"
|
814 |
msgstr "Το AdRotate έρχεται από την "
|
815 |
|
816 |
-
#: dashboard/adrotatepro.php:52 dashboard/info.php:
|
817 |
msgid ""
|
818 |
-
"Premium plugins for WordPress and WooCommerce!
|
819 |
-
"
|
|
|
820 |
msgstr ""
|
821 |
|
822 |
-
#: dashboard/adrotatepro.php:
|
823 |
msgid "Schedule all campaigns with ease"
|
824 |
msgstr ""
|
825 |
|
826 |
-
#: dashboard/adrotatepro.php:
|
827 |
msgid ""
|
828 |
"Schedule your adverts and set up advertising campaigns based on dates you or "
|
829 |
"your advertisers specify without hassle. Seasonal adverts, weekly adverts. "
|
@@ -831,11 +831,11 @@ msgid ""
|
|
831 |
"much more easy. You can set one or many schedules for adverts."
|
832 |
msgstr ""
|
833 |
|
834 |
-
#: dashboard/adrotatepro.php:
|
835 |
msgid "Avoid adblockers"
|
836 |
msgstr ""
|
837 |
|
838 |
-
#: dashboard/adrotatepro.php:
|
839 |
msgid ""
|
840 |
"Try and avoid adblockers so you adverts get the exposure you want them to "
|
841 |
"have. AdRotate Pro offers some advanced tools to deceive adblockers so your "
|
@@ -843,11 +843,11 @@ msgid ""
|
|
843 |
"adverts smartly so these features reach their full potential!"
|
844 |
msgstr ""
|
845 |
|
846 |
-
#: dashboard/adrotatepro.php:
|
847 |
msgid "Stay up-to-date with notifications"
|
848 |
msgstr ""
|
849 |
|
850 |
-
#: dashboard/adrotatepro.php:
|
851 |
msgid ""
|
852 |
"Stay in touch with Email notifications. Have AdRotate send you an alert when "
|
853 |
"adverts expire or need your attention. Additionally, you can have AdRotate "
|
@@ -856,91 +856,91 @@ msgid ""
|
|
856 |
"miss an expiration date again."
|
857 |
msgstr ""
|
858 |
|
859 |
-
#: dashboard/adrotatepro.php:
|
860 |
-
#: dashboard/info.php:
|
861 |
#, fuzzy
|
862 |
msgid "Buy AdRotate Professional"
|
863 |
msgstr "AdRotate Pro"
|
864 |
|
865 |
-
#: dashboard/adrotatepro.php:
|
866 |
msgid "Single License"
|
867 |
msgstr ""
|
868 |
|
869 |
-
#: dashboard/adrotatepro.php:
|
870 |
msgid "For one WordPress installation."
|
871 |
msgstr ""
|
872 |
|
873 |
-
#: dashboard/adrotatepro.php:
|
874 |
-
#: dashboard/info.php:
|
875 |
msgid "Duo License"
|
876 |
msgstr ""
|
877 |
|
878 |
-
#: dashboard/adrotatepro.php:
|
879 |
msgid "For two WordPress installations."
|
880 |
msgstr ""
|
881 |
|
882 |
-
#: dashboard/adrotatepro.php:
|
883 |
-
#: dashboard/info.php:
|
884 |
msgid "Multi License"
|
885 |
msgstr ""
|
886 |
|
887 |
-
#: dashboard/adrotatepro.php:
|
888 |
msgid " For up to five WordPress installations."
|
889 |
msgstr ""
|
890 |
|
891 |
-
#: dashboard/adrotatepro.php:
|
892 |
-
#: dashboard/info.php:
|
893 |
#, fuzzy
|
894 |
msgid "Developer License"
|
895 |
msgstr "Αποσφαλμάτωση Προγραμματιστή"
|
896 |
|
897 |
-
#: dashboard/adrotatepro.php:
|
898 |
msgid "Unlimited WordPress installations and/or networks."
|
899 |
msgstr ""
|
900 |
|
901 |
-
#: dashboard/adrotatepro.php:
|
902 |
-
#: dashboard/info.php:
|
903 |
msgid "Compare licenses"
|
904 |
msgstr ""
|
905 |
|
906 |
-
#: dashboard/adrotatepro.php:
|
907 |
msgid "Not sure which license is for you? Compare them..."
|
908 |
msgstr ""
|
909 |
|
910 |
-
#: dashboard/adrotatepro.php:
|
911 |
msgid "All Licenses"
|
912 |
msgstr ""
|
913 |
|
914 |
-
#: dashboard/adrotatepro.php:
|
915 |
msgid "Lifetime License"
|
916 |
msgstr ""
|
917 |
|
918 |
-
#: dashboard/adrotatepro.php:
|
919 |
msgid "Single installation."
|
920 |
msgstr ""
|
921 |
|
922 |
-
#: dashboard/adrotatepro.php:
|
923 |
msgid "Up to 2 installations."
|
924 |
msgstr ""
|
925 |
|
926 |
-
#: dashboard/adrotatepro.php:
|
927 |
msgid "Up to 10 installations."
|
928 |
msgstr ""
|
929 |
|
930 |
-
#: dashboard/adrotatepro.php:
|
931 |
msgid "Up to 25 installations or multisite networks."
|
932 |
msgstr ""
|
933 |
|
934 |
-
#: dashboard/adrotatepro.php:
|
935 |
msgid ""
|
936 |
"Subscriptions get 1 year access to updates, email support & AdRotate Geo."
|
937 |
msgstr ""
|
938 |
|
939 |
-
#: dashboard/adrotatepro.php:
|
940 |
msgid "Not sure which license is for you?"
|
941 |
msgstr ""
|
942 |
|
943 |
-
#: dashboard/adrotatepro.php:
|
944 |
msgid "Compare Licenses"
|
945 |
msgstr ""
|
946 |
|
@@ -977,38 +977,36 @@ msgid "Support AdRotate"
|
|
977 |
msgstr "Υποστηρίξτε το AdRotate"
|
978 |
|
979 |
#: dashboard/info.php:55
|
980 |
-
msgid "
|
981 |
-
|
982 |
-
|
983 |
-
#: dashboard/info.php:55
|
984 |
-
msgid "Can't donate money? Consider writing a review instead. Thank you!"
|
985 |
msgstr ""
|
986 |
|
987 |
-
#: dashboard/info.php:
|
988 |
msgid "AdRotate News and Developer Blog"
|
989 |
msgstr "Νέα και Προγραμματιστικό Ιστολόγιο του AdRotate"
|
990 |
|
991 |
-
#: dashboard/info.php:
|
992 |
#, fuzzy
|
993 |
msgid "Get more features with AdRotate Pro"
|
994 |
msgstr "Για περισσότερες δυνατότητες αποκτήστε το AdRotate Pro."
|
995 |
|
996 |
-
#: dashboard/info.php:
|
997 |
msgid ""
|
998 |
"Benefit from extra features to reinforce your income with advertising "
|
999 |
"campaigns. Make the most of your website with the powerful tools AdRotate "
|
1000 |
"Pro offers on top of the trusted features included in the free version."
|
1001 |
msgstr ""
|
1002 |
|
1003 |
-
#: dashboard/info.php:
|
1004 |
msgid "Want to know more about"
|
1005 |
msgstr ""
|
1006 |
|
1007 |
-
#: dashboard/info.php:
|
1008 |
msgid "Visit the"
|
1009 |
msgstr "Επισκεφθείτε το"
|
1010 |
|
1011 |
-
#: dashboard/info.php:
|
1012 |
msgid "website"
|
1013 |
msgstr "ιστοσελίδα"
|
1014 |
|
@@ -1017,7 +1015,7 @@ msgid "Disabled Ads"
|
|
1017 |
msgstr "Απενεργοποιημένες διαφημίσεις"
|
1018 |
|
1019 |
#: dashboard/publisher/adverts-disabled.php:21
|
1020 |
-
#: dashboard/publisher/adverts-edit.php:
|
1021 |
msgid "Activate"
|
1022 |
msgstr "Ενεργοποίηση"
|
1023 |
|
@@ -1039,7 +1037,7 @@ msgstr ""
|
|
1039 |
"πρωί."
|
1040 |
|
1041 |
#: dashboard/publisher/adverts-disabled.php:37
|
1042 |
-
#: dashboard/publisher/adverts-edit.php:
|
1043 |
#: dashboard/publisher/adverts-error.php:41
|
1044 |
#: dashboard/publisher/adverts-main.php:41
|
1045 |
msgid "Title"
|
@@ -1146,61 +1144,61 @@ msgid "This ad has been disabled and does not rotate on your site!"
|
|
1146 |
msgstr ""
|
1147 |
"Η διαφήμιση έχει απενεργοποιηθεί και δεν προβάλεται στην ιστοσελίδα σας!"
|
1148 |
|
1149 |
-
#: dashboard/publisher/adverts-edit.php:
|
1150 |
msgid "New Advert"
|
1151 |
msgstr "Νέα Διαφήμιση"
|
1152 |
|
1153 |
-
#: dashboard/publisher/adverts-edit.php:
|
1154 |
msgid "Edit Advert"
|
1155 |
msgstr "Επεξεργασία Διαφήμισης"
|
1156 |
|
1157 |
-
#: dashboard/publisher/adverts-edit.php:
|
1158 |
msgid "AdCode"
|
1159 |
msgstr ""
|
1160 |
|
1161 |
-
#: dashboard/publisher/adverts-edit.php:
|
1162 |
msgid "Basic Examples:"
|
1163 |
msgstr "Βασικά παραδείγματα:"
|
1164 |
|
1165 |
-
#: dashboard/publisher/adverts-edit.php:
|
1166 |
msgid "Useful tags"
|
1167 |
msgstr ""
|
1168 |
|
1169 |
-
#: dashboard/publisher/adverts-edit.php:
|
1170 |
msgid "Insert the advert ID Number."
|
1171 |
msgstr ""
|
1172 |
|
1173 |
-
#: dashboard/publisher/adverts-edit.php:
|
1174 |
msgid "Required when selecting a image below."
|
1175 |
msgstr ""
|
1176 |
|
1177 |
-
#: dashboard/publisher/adverts-edit.php:
|
1178 |
msgid "Insert the advert name."
|
1179 |
msgstr ""
|
1180 |
|
1181 |
-
#: dashboard/publisher/adverts-edit.php:
|
1182 |
msgid "Insert a random seed. Useful for DFP/DoubleClick type adverts."
|
1183 |
msgstr ""
|
1184 |
|
1185 |
-
#: dashboard/publisher/adverts-edit.php:
|
1186 |
msgid "Add inside the <a> tag to open advert in a new window."
|
1187 |
msgstr ""
|
1188 |
|
1189 |
-
#: dashboard/publisher/adverts-edit.php:
|
1190 |
msgid "Add inside the <a> tag to tell crawlers to ignore this link"
|
1191 |
msgstr ""
|
1192 |
|
1193 |
-
#: dashboard/publisher/adverts-edit.php:
|
1194 |
msgid ""
|
1195 |
"Place the cursor in your AdCode where you want to add any of these tags and "
|
1196 |
"click to add it."
|
1197 |
msgstr ""
|
1198 |
|
1199 |
-
#: dashboard/publisher/adverts-edit.php:
|
1200 |
msgid "Preview"
|
1201 |
msgstr "Προεπισκόπηση"
|
1202 |
|
1203 |
-
#: dashboard/publisher/adverts-edit.php:
|
1204 |
msgid ""
|
1205 |
"Note: While this preview is an accurate one, it might look different then it "
|
1206 |
"does on the website."
|
@@ -1208,41 +1206,41 @@ msgstr ""
|
|
1208 |
"Σημείωση: Όσο αυτή η προεπισκόπηση εκτελείται, μπορεί να φαίνεται "
|
1209 |
"διαφορετική από ό, τι στην ιστοσελίδα."
|
1210 |
|
1211 |
-
#: dashboard/publisher/adverts-edit.php:
|
1212 |
msgid ""
|
1213 |
"This is because of CSS differences. Your themes CSS file is not active here!"
|
1214 |
msgstr ""
|
1215 |
"Αυτό είναι λόγω των διαφορών CSS. Το αρχείο θεμάτων CSS δεν είναι ενεργό εδώ!"
|
1216 |
|
1217 |
-
#: dashboard/publisher/adverts-edit.php:
|
1218 |
msgid "Banner asset"
|
1219 |
msgstr ""
|
1220 |
|
1221 |
-
#: dashboard/publisher/adverts-edit.php:
|
1222 |
msgid "WordPress media:"
|
1223 |
msgstr ""
|
1224 |
|
1225 |
-
#: dashboard/publisher/adverts-edit.php:
|
1226 |
msgid "Select Banner"
|
1227 |
msgstr "Επιλέξτε Banner"
|
1228 |
|
1229 |
-
#: dashboard/publisher/adverts-edit.php:
|
1230 |
msgid "- OR -"
|
1231 |
msgstr "- Ή -"
|
1232 |
|
1233 |
-
#: dashboard/publisher/adverts-edit.php:
|
1234 |
msgid "Banner folder:"
|
1235 |
msgstr "Φάκελος Banner:"
|
1236 |
|
1237 |
-
#: dashboard/publisher/adverts-edit.php:
|
1238 |
msgid "No image selected"
|
1239 |
msgstr "Καμία επιλεγμένη εικόνα"
|
1240 |
|
1241 |
-
#: dashboard/publisher/adverts-edit.php:
|
1242 |
msgid "Use %image% in the adcode instead of the file path."
|
1243 |
msgstr ""
|
1244 |
|
1245 |
-
#: dashboard/publisher/adverts-edit.php:
|
1246 |
msgid ""
|
1247 |
"Use either the text field or the dropdown. If the textfield has content that "
|
1248 |
"field has priority."
|
@@ -1250,31 +1248,31 @@ msgstr ""
|
|
1250 |
"Χρησιμοποιήστε είτε το πεδίο κειμένου είτε το μενού επιλογών. Αν το πεδίο "
|
1251 |
"κειμένου έχει περιεχόμενο αυτό το πεδίο έχει προτεραιότητα."
|
1252 |
|
1253 |
-
#: dashboard/publisher/adverts-edit.php:
|
1254 |
#: dashboard/settings/statistics.php:12
|
1255 |
msgid "Statistics"
|
1256 |
msgstr "Στατιστικά"
|
1257 |
|
1258 |
-
#: dashboard/publisher/adverts-edit.php:
|
1259 |
msgid "Enable click and impression tracking for this advert."
|
1260 |
msgstr ""
|
1261 |
|
1262 |
-
#: dashboard/publisher/adverts-edit.php:
|
1263 |
msgid ""
|
1264 |
"Note: Clicktracking does not work for Javascript adverts such as those "
|
1265 |
"provided by Google AdSense/DFP/DoubleClick. HTML5/Flash adverts are not "
|
1266 |
"always supported."
|
1267 |
msgstr ""
|
1268 |
|
1269 |
-
#: dashboard/publisher/adverts-edit.php:
|
1270 |
msgid "Yes, this ad will be used"
|
1271 |
msgstr "Ναι, θα χρησιμοποιηθεί αυτή η διαφήμιση"
|
1272 |
|
1273 |
-
#: dashboard/publisher/adverts-edit.php:
|
1274 |
msgid "No, do not show this ad anywhere"
|
1275 |
msgstr "Όχι, να μην εμφανίσεις αυτή τη διαφήμιση πουθενά "
|
1276 |
|
1277 |
-
#: dashboard/publisher/adverts-edit.php:
|
1278 |
#: dashboard/publisher/adverts-main.php:114
|
1279 |
#: dashboard/publisher/groups-edit.php:75
|
1280 |
#: dashboard/publisher/groups-main.php:89
|
@@ -1282,273 +1280,273 @@ msgstr "Όχι, να μην εμφανίσεις αυτή τη διαφήμισ
|
|
1282 |
msgid "Get more features with AdRotate Pro."
|
1283 |
msgstr "Για περισσότερες δυνατότητες αποκτήστε το AdRotate Pro."
|
1284 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1285 |
#: dashboard/publisher/adverts-edit.php:192
|
1286 |
#: dashboard/publisher/adverts-edit.php:292
|
1287 |
#: dashboard/publisher/adverts-edit.php:387
|
1288 |
#: dashboard/publisher/adverts-edit.php:428
|
1289 |
-
msgid "Save Advert"
|
1290 |
-
msgstr "Αποθήκευση Διαφήμισης"
|
1291 |
-
|
1292 |
-
#: dashboard/publisher/adverts-edit.php:193
|
1293 |
-
#: dashboard/publisher/adverts-edit.php:293
|
1294 |
-
#: dashboard/publisher/adverts-edit.php:388
|
1295 |
-
#: dashboard/publisher/adverts-edit.php:429
|
1296 |
#: dashboard/publisher/groups-edit.php:154
|
1297 |
#: dashboard/publisher/groups-edit.php:301
|
1298 |
#: dashboard/publisher/groups-edit.php:393
|
1299 |
msgid "Cancel"
|
1300 |
msgstr "Ακύρωση"
|
1301 |
|
1302 |
-
#: dashboard/publisher/adverts-edit.php:
|
1303 |
-
#: dashboard/publisher/adverts-edit.php:
|
1304 |
#: dashboard/publisher/groups-edit.php:136
|
1305 |
#: dashboard/publisher/groups-edit.php:283
|
1306 |
msgid "Usage"
|
1307 |
msgstr "Χρήση"
|
1308 |
|
1309 |
-
#: dashboard/publisher/adverts-edit.php:
|
1310 |
-
#: dashboard/publisher/adverts-edit.php:
|
1311 |
#: dashboard/publisher/groups-edit.php:140
|
1312 |
#: dashboard/publisher/groups-edit.php:287
|
1313 |
msgid "Widget"
|
1314 |
msgstr ""
|
1315 |
|
1316 |
-
#: dashboard/publisher/adverts-edit.php:
|
1317 |
-
#: dashboard/publisher/adverts-edit.php:
|
1318 |
msgid ""
|
1319 |
"Drag the AdRotate widget to the sidebar you want it in, select \"Single Ad\" "
|
1320 |
"and enter ID"
|
1321 |
msgstr ""
|
1322 |
|
1323 |
-
#: dashboard/publisher/adverts-edit.php:
|
1324 |
-
#: dashboard/publisher/adverts-edit.php:
|
1325 |
#: dashboard/publisher/groups-edit.php:144
|
1326 |
#: dashboard/publisher/groups-edit.php:291
|
1327 |
msgid "In a post or page"
|
1328 |
msgstr ""
|
1329 |
|
1330 |
-
#: dashboard/publisher/adverts-edit.php:
|
1331 |
-
#: dashboard/publisher/adverts-edit.php:
|
1332 |
#: dashboard/publisher/groups-edit.php:146
|
1333 |
#: dashboard/publisher/groups-edit.php:293
|
1334 |
msgid "Directly in a theme"
|
1335 |
msgstr ""
|
1336 |
|
1337 |
-
#: dashboard/publisher/adverts-edit.php:
|
1338 |
msgid "Schedule your advert"
|
1339 |
msgstr ""
|
1340 |
|
1341 |
-
#: dashboard/publisher/adverts-edit.php:
|
1342 |
msgid "Start date (day/month/year)"
|
1343 |
msgstr ""
|
1344 |
|
1345 |
-
#: dashboard/publisher/adverts-edit.php:
|
1346 |
msgid "End date (day/month/year)"
|
1347 |
msgstr ""
|
1348 |
|
1349 |
-
#: dashboard/publisher/adverts-edit.php:
|
1350 |
msgid "Start time (hh:mm)"
|
1351 |
msgstr ""
|
1352 |
|
1353 |
-
#: dashboard/publisher/adverts-edit.php:
|
1354 |
msgid "End time (hh:mm)"
|
1355 |
msgstr ""
|
1356 |
|
1357 |
-
#: dashboard/publisher/adverts-edit.php:
|
1358 |
msgid "Maximum Clicks"
|
1359 |
msgstr ""
|
1360 |
|
1361 |
-
#: dashboard/publisher/adverts-edit.php:
|
1362 |
-
#: dashboard/publisher/adverts-edit.php:
|
1363 |
msgid "Leave empty or 0 to skip this."
|
1364 |
msgstr "Αφήστε το κενό ή 0 για να το παρακάμψετε αυτό."
|
1365 |
|
1366 |
-
#: dashboard/publisher/adverts-edit.php:
|
1367 |
msgid "Maximum Impressions"
|
1368 |
msgstr ""
|
1369 |
|
1370 |
-
#: dashboard/publisher/adverts-edit.php:
|
1371 |
msgid "Important"
|
1372 |
msgstr ""
|
1373 |
|
1374 |
-
#: dashboard/publisher/adverts-edit.php:
|
1375 |
msgid ""
|
1376 |
"Note: Time uses a 24 hour clock. When you are used to the AM/PM system keep "
|
1377 |
"this in mind: If the start or end time is after lunch, add 12 hours. 2PM is "
|
1378 |
"14:00 hours. 6AM is 6:00 hours."
|
1379 |
msgstr ""
|
1380 |
|
1381 |
-
#: dashboard/publisher/adverts-edit.php:
|
1382 |
msgid ""
|
1383 |
"Create multiple and more advanced schedules for each advert with AdRotate "
|
1384 |
"Pro."
|
1385 |
msgstr ""
|
1386 |
|
1387 |
-
#: dashboard/publisher/adverts-edit.php:
|
1388 |
-
#: dashboard/publisher/adverts-edit.php:
|
1389 |
-
#: dashboard/publisher/adverts-edit.php:
|
1390 |
#: dashboard/publisher/groups-edit.php:200
|
1391 |
#, fuzzy
|
1392 |
msgid "Upgrade today"
|
1393 |
msgstr "Σήμερα"
|
1394 |
|
1395 |
-
#: dashboard/publisher/adverts-edit.php:
|
1396 |
#: dashboard/publisher/groups-edit.php:157
|
1397 |
msgid "Advanced"
|
1398 |
msgstr "Προχωρημένος"
|
1399 |
|
1400 |
-
#: dashboard/publisher/adverts-edit.php:
|
1401 |
msgid "Everything below is optional."
|
1402 |
msgstr "Τα πάντα από κάτω είναι προαιρετικά."
|
1403 |
|
1404 |
-
#: dashboard/publisher/adverts-edit.php:
|
1405 |
msgid "Mobile"
|
1406 |
msgstr ""
|
1407 |
|
1408 |
-
#: dashboard/publisher/adverts-edit.php:
|
1409 |
msgid "Show on;"
|
1410 |
msgstr ""
|
1411 |
|
1412 |
-
#: dashboard/publisher/adverts-edit.php:
|
1413 |
msgid "Computers"
|
1414 |
msgstr ""
|
1415 |
|
1416 |
-
#: dashboard/publisher/adverts-edit.php:
|
1417 |
msgid "Smartphones"
|
1418 |
msgstr ""
|
1419 |
|
1420 |
-
#: dashboard/publisher/adverts-edit.php:
|
1421 |
msgid "Tablets."
|
1422 |
msgstr ""
|
1423 |
|
1424 |
-
#: dashboard/publisher/adverts-edit.php:
|
1425 |
msgid "Also enable mobile support in the group this advert goes in."
|
1426 |
msgstr ""
|
1427 |
|
1428 |
-
#: dashboard/publisher/adverts-edit.php:
|
1429 |
msgid "Responsive"
|
1430 |
msgstr ""
|
1431 |
|
1432 |
-
#: dashboard/publisher/adverts-edit.php:
|
1433 |
#, fuzzy
|
1434 |
msgid "Enable responsive support for this advert."
|
1435 |
msgstr "Ενεργοποίηση παρακολούθησης κλικ για αυτή την διαφήμιση."
|
1436 |
|
1437 |
-
#: dashboard/publisher/adverts-edit.php:
|
1438 |
msgid ""
|
1439 |
"Upload your images to the banner folder and make sure the filename is in the "
|
1440 |
"following format; \"imagename.full.ext\"."
|
1441 |
msgstr ""
|
1442 |
|
1443 |
-
#: dashboard/publisher/adverts-edit.php:
|
1444 |
#: dashboard/publisher/adverts-report.php:58
|
1445 |
#: dashboard/publisher/groups-report.php:64
|
1446 |
msgid "Note:"
|
1447 |
msgstr "Σημείωση:"
|
1448 |
|
1449 |
-
#: dashboard/publisher/adverts-edit.php:
|
1450 |
msgid ""
|
1451 |
"This feature will not be developed any further. Consider switching to the "
|
1452 |
"Mobile feature in AdRotate Pro as seen above!"
|
1453 |
msgstr ""
|
1454 |
|
1455 |
-
#: dashboard/publisher/adverts-edit.php:
|
1456 |
#: dashboard/publisher/groups-edit.php:194
|
1457 |
msgid "Sortorder"
|
1458 |
msgstr ""
|
1459 |
|
1460 |
-
#: dashboard/publisher/adverts-edit.php:
|
1461 |
#: dashboard/publisher/groups-edit.php:196
|
1462 |
msgid "For administrative purposes set a sortorder."
|
1463 |
msgstr "Για διοικητικούς σκοπούς ορίστε μια σειρά ταξινόμησης."
|
1464 |
|
1465 |
-
#: dashboard/publisher/adverts-edit.php:
|
1466 |
msgid "Leave empty or 0 to skip this. Will default to ad id."
|
1467 |
msgstr ""
|
1468 |
"Αφήστε το κενό ή 0 για να το παρακάμψετε αυτό. Θα προκαθορίσει το id της "
|
1469 |
"διαφήμισης."
|
1470 |
|
1471 |
-
#: dashboard/publisher/adverts-edit.php:
|
1472 |
msgid ""
|
1473 |
"With AdRotate Pro you can easily select which devices the advert should show "
|
1474 |
"on!"
|
1475 |
msgstr ""
|
1476 |
|
1477 |
-
#: dashboard/publisher/adverts-edit.php:
|
1478 |
msgid "Geo Targeting in AdRotate Pro"
|
1479 |
msgstr ""
|
1480 |
|
1481 |
-
#: dashboard/publisher/adverts-edit.php:
|
1482 |
msgid ""
|
1483 |
"Assign the advert to a group and enable that group to use Geo Targeting."
|
1484 |
msgstr ""
|
1485 |
|
1486 |
-
#: dashboard/publisher/adverts-edit.php:
|
1487 |
msgid "Cities/States"
|
1488 |
msgstr ""
|
1489 |
|
1490 |
-
#: dashboard/publisher/adverts-edit.php:
|
1491 |
msgid ""
|
1492 |
"A comma separated list of cities (or the Metro ID) and/or states (Also the "
|
1493 |
"states ISO codes are supported)"
|
1494 |
msgstr ""
|
1495 |
|
1496 |
-
#: dashboard/publisher/adverts-edit.php:
|
1497 |
msgid ""
|
1498 |
"AdRotate does not check the validity of names so make sure you spell them "
|
1499 |
"correctly!"
|
1500 |
msgstr ""
|
1501 |
|
1502 |
-
#: dashboard/publisher/adverts-edit.php:
|
1503 |
msgid "Countries"
|
1504 |
msgstr ""
|
1505 |
|
1506 |
-
#: dashboard/publisher/adverts-edit.php:
|
1507 |
#, fuzzy
|
1508 |
msgid "Select the countries you want the adverts to show in."
|
1509 |
msgstr ""
|
1510 |
"Κάντε κλικ στις κατηγορίες δημοσιεύσεων όπου θέλετε οι διαφημίσεις να "
|
1511 |
"εμφανίζονται"
|
1512 |
|
1513 |
-
#: dashboard/publisher/adverts-edit.php:
|
1514 |
msgid "Cities take priority and will be filtered first."
|
1515 |
msgstr ""
|
1516 |
|
1517 |
-
#: dashboard/publisher/adverts-edit.php:
|
1518 |
msgid "Target your audience with Geo Targeting in AdRotate Pro"
|
1519 |
msgstr ""
|
1520 |
|
1521 |
-
#: dashboard/publisher/adverts-edit.php:
|
1522 |
msgid "Select Groups"
|
1523 |
msgstr "Επιλέξτε Ομάδες"
|
1524 |
|
1525 |
-
#: dashboard/publisher/adverts-edit.php:
|
1526 |
msgid "ID - Name"
|
1527 |
msgstr "ID - Όνομα"
|
1528 |
|
1529 |
-
#: dashboard/publisher/adverts-edit.php:
|
1530 |
#: dashboard/publisher/groups-main.php:60
|
1531 |
#: dashboard/settings/geotargeting.php:39
|
1532 |
msgid "Default"
|
1533 |
msgstr "Προεπιλογή"
|
1534 |
|
1535 |
-
#: dashboard/publisher/adverts-edit.php:
|
1536 |
#: dashboard/publisher/groups-main.php:61
|
1537 |
msgid "Dynamic"
|
1538 |
msgstr "Δυναμική"
|
1539 |
|
1540 |
-
#: dashboard/publisher/adverts-edit.php:
|
1541 |
#: dashboard/publisher/groups-main.php:61
|
1542 |
#, fuzzy
|
1543 |
msgid "second rotation"
|
1544 |
msgstr "Γεωγραφική Τοποθεσία"
|
1545 |
|
1546 |
-
#: dashboard/publisher/adverts-edit.php:
|
1547 |
#: dashboard/publisher/groups-main.php:62
|
1548 |
msgid "Block"
|
1549 |
msgstr "Απαγόρευση"
|
1550 |
|
1551 |
-
#: dashboard/publisher/adverts-edit.php:
|
1552 |
#: dashboard/publisher/groups-main.php:62
|
1553 |
#, fuzzy
|
1554 |
msgid "grid"
|
@@ -1556,17 +1554,17 @@ msgstr ""
|
|
1556 |
"Κάντε ένα πλέγμα για τις διαφημίσεις σας. Συμπλήρωση 3 και 2 κάνει ένα "
|
1557 |
"πλέγμα με 2 στήλες που εμφανίζουν το πολύ 6 διαφημίσεις. Προεπιλογή: 2x2."
|
1558 |
|
1559 |
-
#: dashboard/publisher/adverts-edit.php:
|
1560 |
#: dashboard/publisher/groups-edit.php:202
|
1561 |
#: dashboard/publisher/groups-main.php:63
|
1562 |
msgid "Post Injection"
|
1563 |
msgstr "Εμβολιασμός Δημοσίευσης"
|
1564 |
|
1565 |
-
#: dashboard/publisher/adverts-edit.php:
|
1566 |
msgid "Geolocation"
|
1567 |
msgstr "Γεωγραφική τοποθεσία"
|
1568 |
|
1569 |
-
#: dashboard/publisher/adverts-edit.php:
|
1570 |
#: dashboard/publisher/groups-edit.php:61
|
1571 |
#: dashboard/publisher/groups-main.php:70
|
1572 |
msgid "Mode"
|
@@ -2095,95 +2093,105 @@ msgid "Some options are only available in AdRotate Pro!"
|
|
2095 |
msgstr ""
|
2096 |
|
2097 |
#: dashboard/settings/general.php:16
|
2098 |
-
msgid "
|
2099 |
msgstr ""
|
2100 |
|
2101 |
#: dashboard/settings/general.php:17
|
2102 |
msgid ""
|
2103 |
-
"Enable if your theme does not support shortcodes in the
|
2104 |
-
"widget."
|
2105 |
msgstr ""
|
2106 |
|
2107 |
#: dashboard/settings/general.php:20
|
2108 |
-
msgid "
|
2109 |
msgstr ""
|
2110 |
|
2111 |
#: dashboard/settings/general.php:21
|
2112 |
msgid ""
|
2113 |
-
"
|
2114 |
-
"
|
2115 |
msgstr ""
|
2116 |
|
2117 |
#: dashboard/settings/general.php:24
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2118 |
#, fuzzy
|
2119 |
msgid "Load jQuery"
|
2120 |
msgstr "Να περιληφθεί η jQuery"
|
2121 |
|
2122 |
-
#: dashboard/settings/general.php:
|
2123 |
msgid ""
|
2124 |
-
"Enable if your theme does not load jQuery. jQuery is required
|
2125 |
-
"groups, statistics and some other features."
|
2126 |
msgstr ""
|
2127 |
|
2128 |
-
#: dashboard/settings/general.php:
|
2129 |
msgid "Load scripts in footer?"
|
2130 |
msgstr ""
|
2131 |
|
2132 |
-
#: dashboard/settings/general.php:
|
2133 |
msgid ""
|
2134 |
-
"Enable if you want to load all AdRotate Javascripts in the
|
2135 |
-
"site."
|
2136 |
msgstr ""
|
2137 |
|
2138 |
-
#: dashboard/settings/general.php:
|
2139 |
msgid "Adblock disguise"
|
2140 |
msgstr ""
|
2141 |
|
2142 |
-
#: dashboard/settings/general.php:
|
2143 |
msgid "Leave empty to disable. Use only lowercaps letters. For example:"
|
2144 |
msgstr ""
|
2145 |
|
2146 |
-
#: dashboard/settings/general.php:
|
2147 |
msgid ""
|
2148 |
"Try and avoid adblock plugins in most modern browsers when using shortcodes."
|
2149 |
msgstr ""
|
2150 |
|
2151 |
-
#: dashboard/settings/general.php:
|
2152 |
msgid ""
|
2153 |
"To also apply this feature to widgets, use a text widget with a shortcode "
|
2154 |
"instead of the AdRotate widget."
|
2155 |
msgstr ""
|
2156 |
|
2157 |
-
#: dashboard/settings/general.php:
|
2158 |
msgid ""
|
2159 |
"Avoid the use of obvious keywords or filenames in your adverts or this "
|
2160 |
"feature will have little effect!"
|
2161 |
msgstr ""
|
2162 |
|
2163 |
-
#: dashboard/settings/general.php:
|
2164 |
msgid "Banner Folder"
|
2165 |
msgstr "Φάκελος Διαφημιστικών Πλαισίων (Μπάνερ)"
|
2166 |
|
2167 |
-
#: dashboard/settings/general.php:
|
2168 |
#, fuzzy
|
2169 |
msgid "Set a location where your banner images will be stored."
|
2170 |
msgstr ""
|
2171 |
"Ορίστε μια τοποθεσία στην οποία θα αποθηκεύονται τα εικαστικά των μπάνερ σας "
|
2172 |
"(Προεπιλογή: /wp-content/banners/)."
|
2173 |
|
2174 |
-
#: dashboard/settings/general.php:
|
2175 |
#, fuzzy
|
2176 |
msgid "Location"
|
2177 |
msgstr "Γεωγραφική Τοποθεσία"
|
2178 |
|
2179 |
-
#: dashboard/settings/general.php:
|
2180 |
#, fuzzy
|
2181 |
msgid "(Default: wp-content/banners/)."
|
2182 |
msgstr ""
|
2183 |
"Ορίστε μια τοποθεσία στην οποία θα αποθηκεύονται τα εικαστικά των μπάνερ σας "
|
2184 |
"(Προεπιλογή: /wp-content/banners/)."
|
2185 |
|
2186 |
-
#: dashboard/settings/general.php:
|
2187 |
msgid ""
|
2188 |
"To try and trick ad blockers you could set the folder to something crazy "
|
2189 |
"like:"
|
@@ -2191,7 +2199,7 @@ msgstr ""
|
|
2191 |
"Για να ξεγελάσετε το μπλοκάρισμα των διαφημίσεων, ορίστε σαν όνομα φακέλου "
|
2192 |
"κάτι περίεργο όπως:"
|
2193 |
|
2194 |
-
#: dashboard/settings/general.php:
|
2195 |
msgid ""
|
2196 |
"This folder will not be automatically created if it doesn't exist. AdRotate "
|
2197 |
"will show errors when the folder is missing."
|
@@ -2199,37 +2207,37 @@ msgstr ""
|
|
2199 |
"Αυτός ο φάκελος δεν θα δημιουργηθεί αυτόματα αν δεν υπάρχει. Το AdRotate θα "
|
2200 |
"εμφανίσει λάθη όταν λείπει ο φάκελος."
|
2201 |
|
2202 |
-
#: dashboard/settings/general.php:
|
2203 |
#, fuzzy
|
2204 |
msgid "Bot filter"
|
2205 |
msgstr "Φίλτρο προγράμματος περιήγησης"
|
2206 |
|
2207 |
-
#: dashboard/settings/general.php:
|
2208 |
msgid "The bot filter is used for the AdRotate stats tracker."
|
2209 |
msgstr ""
|
2210 |
|
2211 |
-
#: dashboard/settings/general.php:
|
2212 |
msgid "User-Agent Filter"
|
2213 |
msgstr "Φίλτρο προγράμματος περιήγησης"
|
2214 |
|
2215 |
-
#: dashboard/settings/general.php:
|
2216 |
msgid ""
|
2217 |
"A comma separated list of keywords. Filter out bots/crawlers/user-agents."
|
2218 |
msgstr ""
|
2219 |
|
2220 |
-
#: dashboard/settings/general.php:
|
2221 |
msgid ""
|
2222 |
"Keep in mind that this might give false positives. The word 'fire' also "
|
2223 |
"matches 'firefox', but not vice-versa. So be careful!"
|
2224 |
msgstr ""
|
2225 |
|
2226 |
-
#: dashboard/settings/general.php:
|
2227 |
msgid ""
|
2228 |
"Only words with alphanumeric characters and [ - _ ] are allowed. All other "
|
2229 |
"characters are stripped out."
|
2230 |
msgstr ""
|
2231 |
|
2232 |
-
#: dashboard/settings/general.php:
|
2233 |
msgid ""
|
2234 |
"Additionally to the list specified here, empty User-Agents are blocked as "
|
2235 |
"well."
|
@@ -2237,11 +2245,11 @@ msgstr ""
|
|
2237 |
"Επιπλέον του καταλόγου που παρατίθεται εδώ, ανώνυμα λογισμικά περιήγησης "
|
2238 |
"απορίπτονται επίσης."
|
2239 |
|
2240 |
-
#: dashboard/settings/general.php:
|
2241 |
msgid "Learn more about"
|
2242 |
msgstr "Μάθετε περισσότερα σχετικά"
|
2243 |
|
2244 |
-
#: dashboard/settings/general.php:
|
2245 |
msgid "user-agents"
|
2246 |
msgstr "πρόγραμμα περιήγησης"
|
2247 |
|
@@ -2907,6 +2915,10 @@ msgstr ""
|
|
2907 |
"Αυτός ο αριθμός δεν μπορεί να είναι κενός, αρνητικός ή να ξεπερνά το 3600 (1 "
|
2908 |
"ώρα)."
|
2909 |
|
|
|
|
|
|
|
|
|
2910 |
#~ msgid "Find out more"
|
2911 |
#~ msgstr "Μάθετε περισσότερα"
|
2912 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: AdRotate\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-12-05 00:44+0800\n"
|
6 |
+
"PO-Revision-Date: 2015-12-05 00:44+0800\n"
|
7 |
"Last-Translator: Arnan de Gans <info@ajdg.net>\n"
|
8 |
"Language-Team: Ioannis Valiantzas & Alex Katsaros from NetGlobe "
|
9 |
"<info@netglobe.eu>\n"
|
121 |
msgid "Unexpected error"
|
122 |
msgstr ""
|
123 |
|
124 |
+
#: adrotate-manage-publisher.php:709
|
125 |
msgid "AdRotate Advertiser"
|
126 |
msgstr ""
|
127 |
|
128 |
+
#: adrotate-output.php:637
|
129 |
msgid "Oh no! Something went wrong!"
|
130 |
msgstr "Παρουσιάστηκε κάποιο σφάλμα."
|
131 |
|
132 |
+
#: adrotate-output.php:638
|
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 |
"που πατήσατε. Επιβεβαιώστε ότι η διεύθυνση είναι έγκυρη ή εισέλθετε μέσω του "
|
139 |
"browser σας."
|
140 |
|
141 |
+
#: adrotate-output.php:639
|
142 |
msgid ""
|
143 |
"If you have received the url you want to visit via email, you are being "
|
144 |
"tricked!"
|
146 |
"Αν έχετε λάβει τη διεύθυνση που θέλετε να επισκεφτείτε μέσω email, σας "
|
147 |
"ξεγέλασαν!"
|
148 |
|
149 |
+
#: adrotate-output.php:640
|
150 |
msgid "Contact support if the issue persists:"
|
151 |
msgstr "Επικοινωνήστε με την υποστήριξη αν το πρόβλημα παραμένει:"
|
152 |
|
153 |
+
#: adrotate-output.php:658
|
154 |
msgid ""
|
155 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
156 |
"restrictions or does not exist!"
|
158 |
"Σφάλμα, η διαφήμιση δεν είναι διαθέσιμη αυτή τη στιγμή λόγω γεωγραφικών ή "
|
159 |
"χρονικών περιορισμών ή επειδή απλώς δεν υπάρχει!"
|
160 |
|
161 |
+
#: adrotate-output.php:660
|
162 |
msgid ""
|
163 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
164 |
"restrictions!"
|
166 |
"Σφάλμα, η διαφήμιση δεν είναι διαθέσιμη αυτή τη στιγμή λόγω γεωγραφικών ή "
|
167 |
"χρονικών περιορισμών."
|
168 |
|
169 |
+
#: adrotate-output.php:667 adrotate-output.php:669
|
170 |
msgid ""
|
171 |
"Either there are no banners, they are disabled or none qualified for this "
|
172 |
"location!"
|
174 |
"Ή δεν υπάρχουν διαφημιστικά γραφικά ή είναι απενεργοποιημένα ή κανένα δεν "
|
175 |
"πληρεί τις προϋποθέσεις της τοποθεσίας!"
|
176 |
|
177 |
+
#: adrotate-output.php:675
|
178 |
msgid "Error, no Ad ID set! Check your syntax!"
|
179 |
msgstr ""
|
180 |
"Σφάλμα, δεν έχει οριστεί αναγνωριστικό διαφήμισης! Ελέγξτε την σύνταξη!"
|
181 |
|
182 |
+
#: adrotate-output.php:681
|
183 |
msgid "Error, no group ID set! Check your syntax!"
|
184 |
msgstr "Σφάλμα, δεν έχει οριστεί αναγνωριστικό ομάδας! Ελέγξτε την σύνταξη!"
|
185 |
|
186 |
+
#: adrotate-output.php:686
|
187 |
msgid "Error, group does not exist! Check your syntax!"
|
188 |
msgstr "Σφάλμα, η ομάδα δεν υπάρχει! Ελέγξτε την σύνταξη!"
|
189 |
|
190 |
+
#: adrotate-output.php:692
|
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 |
"Παρακαλώ απενεργοποιήστε και επανενεργοποιήστε το AdRotate από τη σελίδα "
|
197 |
"προσθέτων!!"
|
198 |
|
199 |
+
#: adrotate-output.php:692
|
200 |
msgid "If this does not solve the issue please seek support at"
|
201 |
msgstr "Αν αυτό δεν λύνει το πρόβλημα παρακαλώ ζητήστε υποστήριξη στο"
|
202 |
|
203 |
+
#: adrotate-output.php:698
|
204 |
msgid "An unknown error occured."
|
205 |
msgstr "Παρουσιάστηκε ένα άγνωστο σφάλμα."
|
206 |
|
207 |
+
#: adrotate-output.php:723
|
208 |
msgid "active ad(s) expired."
|
209 |
msgstr "ενεργή(ές) διαφήμιση(εις) έληξε."
|
210 |
|
211 |
+
#: adrotate-output.php:723
|
212 |
msgid "Take action now"
|
213 |
msgstr "Λάβετε μέτρα τώρα"
|
214 |
|
215 |
+
#: adrotate-output.php:725
|
216 |
msgid "active ad(s) are about to expire."
|
217 |
msgstr "ενεργή(ές) διαφήμιση(εις) είναι έτοιμες να λήξουν."
|
218 |
|
219 |
+
#: adrotate-output.php:725
|
220 |
msgid "Check it out"
|
221 |
msgstr "Ελέγξτε το"
|
222 |
|
223 |
+
#: adrotate-output.php:727
|
224 |
msgid "active ad(s) with configuration errors."
|
225 |
msgstr "ενεργή(ές) διαφήμιση(εις) με σφάλματα ρύθμισης."
|
226 |
|
227 |
+
#: adrotate-output.php:727
|
228 |
msgid "Solve this"
|
229 |
msgstr "Λύστε το"
|
230 |
|
231 |
+
#: adrotate-output.php:729
|
232 |
msgid "ad(s) expired."
|
233 |
msgstr "διαφήμιση(εις) έληξε(αν)"
|
234 |
|
235 |
+
#: adrotate-output.php:729
|
236 |
msgid "ad(s) are about to expire."
|
237 |
msgstr "διαφήμιση(εις) θα λήξει(ουν)"
|
238 |
|
239 |
+
#: adrotate-output.php:729
|
240 |
msgid "ad(s) with configuration errors."
|
241 |
msgstr "διαφήμιση(εις) με σφάλματα ρύθμισης."
|
242 |
|
243 |
+
#: adrotate-output.php:729
|
244 |
msgid "Fix this as soon as possible"
|
245 |
msgstr "Διορθώστε το το συντομότερο δυνατόν"
|
246 |
|
247 |
+
#: adrotate-output.php:741 dashboard/adrotatepro.php:106
|
248 |
+
#: dashboard/adrotatepro.php:107 dashboard/adrotatepro.php:108
|
249 |
+
#: dashboard/adrotatepro.php:109 dashboard/adrotatepro.php:118
|
250 |
+
#: dashboard/adrotatepro.php:119 dashboard/adrotatepro.php:120
|
251 |
+
#: dashboard/adrotatepro.php:121 dashboard/info.php:114 dashboard/info.php:115
|
252 |
+
#: dashboard/info.php:116 dashboard/info.php:117 dashboard/info.php:126
|
253 |
+
#: dashboard/info.php:127 dashboard/info.php:128 dashboard/info.php:129
|
254 |
#: dashboard/settings/geotargeting.php:26
|
255 |
#, fuzzy
|
256 |
msgid "Buy now"
|
257 |
msgstr "Λάβετε μέτρα τώρα"
|
258 |
|
259 |
+
#: adrotate-output.php:742
|
260 |
msgid ""
|
261 |
"You've been using <strong>AdRotate</strong> for a while now. Why not upgrade "
|
262 |
"to the <strong>PRO</strong> version"
|
263 |
msgstr ""
|
264 |
|
265 |
+
#: adrotate-output.php:742
|
266 |
#, php-format
|
267 |
msgid ""
|
268 |
"Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
|
269 |
msgstr ""
|
270 |
|
271 |
+
#: adrotate-output.php:742
|
272 |
msgid "Thank you for your purchase!"
|
273 |
msgstr ""
|
274 |
|
275 |
+
#: adrotate-output.php:786
|
276 |
msgid ""
|
277 |
"Welcome, and thanks for using AdRotate. Everything related to AdRotate is in "
|
278 |
"this menu. Check out the"
|
279 |
msgstr ""
|
280 |
|
281 |
+
#: adrotate-output.php:786
|
282 |
msgid "manuals"
|
283 |
msgstr "εγχειρίδια"
|
284 |
|
285 |
+
#: adrotate-output.php:786 adrotate-output.php:859
|
286 |
msgid "and"
|
287 |
msgstr ""
|
288 |
|
289 |
+
#: adrotate-output.php:786
|
290 |
msgid "forums"
|
291 |
msgstr ""
|
292 |
|
293 |
+
#: adrotate-output.php:819
|
294 |
#, fuzzy
|
295 |
msgid "Useful Links"
|
296 |
msgstr "Χρήσιμοι σύνδεσμοι"
|
297 |
|
298 |
+
#: adrotate-output.php:820
|
299 |
msgid "Useful links to learn more about AdRotate"
|
300 |
msgstr ""
|
301 |
|
302 |
+
#: adrotate-output.php:822
|
303 |
+
msgid "AdRotate website"
|
304 |
+
msgstr ""
|
|
|
305 |
|
306 |
+
#: adrotate-output.php:823
|
307 |
#, fuzzy
|
308 |
msgid "Getting Started With AdRotate"
|
309 |
msgstr "Για περισσότερες δυνατότητες αποκτήστε το AdRotate Pro."
|
310 |
|
311 |
+
#: adrotate-output.php:824
|
312 |
#, fuzzy
|
313 |
msgid "AdRotate manuals"
|
314 |
msgstr "Πληροφορίες του AdRotate"
|
315 |
|
316 |
+
#: adrotate-output.php:825
|
317 |
#, fuzzy
|
318 |
msgid "AdRotate Support Forum"
|
319 |
msgstr "Κατάστημα του AdRotate"
|
320 |
|
321 |
+
#: adrotate-output.php:851
|
322 |
#, fuzzy
|
323 |
msgid "Help AdRotate Grow"
|
324 |
msgstr "Κολήσατε με το AdRotate; Θα βοηθήσω!"
|
325 |
|
326 |
+
#: adrotate-output.php:852
|
327 |
msgid "Brought to you by"
|
328 |
msgstr "Σας προσφέρεται από"
|
329 |
|
330 |
+
#: adrotate-output.php:859
|
331 |
msgid ""
|
332 |
"A lot of users only think to review AdRotate when something goes wrong while "
|
333 |
"thousands of people use AdRotate satisfactory. Don't let this go unnoticed."
|
334 |
msgstr ""
|
335 |
|
336 |
+
#: adrotate-output.php:859
|
337 |
msgid "If you find AdRotate useful please leave your honest"
|
338 |
msgstr ""
|
339 |
|
340 |
+
#: adrotate-output.php:859
|
341 |
msgid "rating"
|
342 |
msgstr ""
|
343 |
|
344 |
+
#: adrotate-output.php:859
|
345 |
#, fuzzy
|
346 |
msgid "review"
|
347 |
msgstr "Αξιολογήστε και σχολιάστε"
|
348 |
|
349 |
+
#: adrotate-output.php:859
|
350 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
351 |
msgstr ""
|
352 |
|
353 |
+
#: adrotate-output.php:891
|
354 |
msgid "Available in AdRotate Pro"
|
355 |
msgstr "Διαθέσιμο στο AdRotate Pro"
|
356 |
|
357 |
+
#: adrotate-output.php:891
|
358 |
#, fuzzy
|
359 |
msgid "More information..."
|
360 |
msgstr "Περισσότερες πληροφορίες"
|
361 |
|
362 |
+
#: adrotate-output.php:892
|
363 |
msgid "This feature is available in AdRotate Pro"
|
364 |
msgstr "Αυτό το χαρακτηριστικό είναι διαθέσιμο στο AdRotate Pro"
|
365 |
|
366 |
+
#: adrotate-output.php:892
|
367 |
#, fuzzy
|
368 |
msgid "Learn more"
|
369 |
msgstr "Μάθετε περισσότερα σχετικά"
|
370 |
|
371 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:220
|
372 |
+
#: dashboard/publisher/adverts-edit.php:241
|
373 |
msgid "January"
|
374 |
msgstr "Ιανουάριος"
|
375 |
|
376 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:221
|
377 |
+
#: dashboard/publisher/adverts-edit.php:242
|
378 |
msgid "February"
|
379 |
msgstr "Φεβρουάριος"
|
380 |
|
381 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:222
|
382 |
+
#: dashboard/publisher/adverts-edit.php:243
|
383 |
msgid "March"
|
384 |
msgstr "Μάρτιος"
|
385 |
|
386 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:223
|
387 |
+
#: dashboard/publisher/adverts-edit.php:244
|
388 |
msgid "April"
|
389 |
msgstr "Απρίλιος"
|
390 |
|
391 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:224
|
392 |
+
#: dashboard/publisher/adverts-edit.php:245
|
393 |
msgid "May"
|
394 |
msgstr "Μάιος"
|
395 |
|
396 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:225
|
397 |
+
#: dashboard/publisher/adverts-edit.php:246
|
398 |
msgid "June"
|
399 |
msgstr "Ιούνιος"
|
400 |
|
401 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:226
|
402 |
+
#: dashboard/publisher/adverts-edit.php:247
|
403 |
msgid "July"
|
404 |
msgstr "Ιούλιος"
|
405 |
|
406 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:227
|
407 |
+
#: dashboard/publisher/adverts-edit.php:248
|
408 |
msgid "August"
|
409 |
msgstr "Αύγουστος"
|
410 |
|
411 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:228
|
412 |
+
#: dashboard/publisher/adverts-edit.php:249
|
413 |
msgid "September"
|
414 |
msgstr "Σεπτέμβριος"
|
415 |
|
416 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:229
|
417 |
+
#: dashboard/publisher/adverts-edit.php:250
|
418 |
msgid "October"
|
419 |
msgstr "Οκτώβριος"
|
420 |
|
421 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:230
|
422 |
+
#: dashboard/publisher/adverts-edit.php:251
|
423 |
msgid "November"
|
424 |
msgstr "Νοέμβριος"
|
425 |
|
426 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:231
|
427 |
+
#: dashboard/publisher/adverts-edit.php:252
|
428 |
msgid "December"
|
429 |
msgstr "Δεκέμβριος"
|
430 |
|
558 |
"AdRotate Pro."
|
559 |
msgstr "Αυτό το χαρακτηριστικό είναι διαθέσιμο στο AdRotate Pro"
|
560 |
|
561 |
+
#: adrotate.php:409 adrotate.php:496 dashboard/publisher/adverts-edit.php:188
|
562 |
#: dashboard/publisher/adverts-main.php:114
|
563 |
#: dashboard/publisher/groups-edit.php:75
|
564 |
#: dashboard/publisher/groups-main.php:89
|
598 |
msgid "End"
|
599 |
msgstr "Ώρα λήξης (ωω: λλ):"
|
600 |
|
601 |
+
#: adrotate.php:428 dashboard/publisher/adverts-edit.php:397
|
602 |
#: dashboard/publisher/groups-main.php:34
|
603 |
msgid "Ads"
|
604 |
msgstr "Διαφημίσεις"
|
694 |
"\"imagename.full.ext\". A full set of sized images is strongly recommended."
|
695 |
msgstr ""
|
696 |
|
697 |
+
#: adrotate.php:503 dashboard/publisher/adverts-edit.php:311
|
698 |
msgid ""
|
699 |
"For smaller size images use \".320\", \".480\", \".768\" or \".1024\" in the "
|
700 |
"filename instead of \".full\" for the various viewports."
|
808 |
"forum. Get a solution (usually) within a day."
|
809 |
msgstr ""
|
810 |
|
811 |
+
#: dashboard/adrotatepro.php:48 dashboard/info.php:136
|
812 |
msgid "AdRotate is brought to you by"
|
813 |
msgstr "Το AdRotate έρχεται από την "
|
814 |
|
815 |
+
#: dashboard/adrotatepro.php:52 dashboard/info.php:140
|
816 |
msgid ""
|
817 |
+
"Premium plugins, support and services for WordPress and WooCommerce! I am a "
|
818 |
+
"digital nomad in the Philippines. Click on my name to find out more about me "
|
819 |
+
"and what I am doing. Thanks for your support and for using my plugins!"
|
820 |
msgstr ""
|
821 |
|
822 |
+
#: dashboard/adrotatepro.php:81
|
823 |
msgid "Schedule all campaigns with ease"
|
824 |
msgstr ""
|
825 |
|
826 |
+
#: dashboard/adrotatepro.php:84
|
827 |
msgid ""
|
828 |
"Schedule your adverts and set up advertising campaigns based on dates you or "
|
829 |
"your advertisers specify without hassle. Seasonal adverts, weekly adverts. "
|
831 |
"much more easy. You can set one or many schedules for adverts."
|
832 |
msgstr ""
|
833 |
|
834 |
+
#: dashboard/adrotatepro.php:88
|
835 |
msgid "Avoid adblockers"
|
836 |
msgstr ""
|
837 |
|
838 |
+
#: dashboard/adrotatepro.php:91
|
839 |
msgid ""
|
840 |
"Try and avoid adblockers so you adverts get the exposure you want them to "
|
841 |
"have. AdRotate Pro offers some advanced tools to deceive adblockers so your "
|
843 |
"adverts smartly so these features reach their full potential!"
|
844 |
msgstr ""
|
845 |
|
846 |
+
#: dashboard/adrotatepro.php:95
|
847 |
msgid "Stay up-to-date with notifications"
|
848 |
msgstr ""
|
849 |
|
850 |
+
#: dashboard/adrotatepro.php:98
|
851 |
msgid ""
|
852 |
"Stay in touch with Email notifications. Have AdRotate send you an alert when "
|
853 |
"adverts expire or need your attention. Additionally, you can have AdRotate "
|
856 |
"miss an expiration date again."
|
857 |
msgstr ""
|
858 |
|
859 |
+
#: dashboard/adrotatepro.php:102 dashboard/adrotatepro.php:114
|
860 |
+
#: dashboard/info.php:110 dashboard/info.php:122
|
861 |
#, fuzzy
|
862 |
msgid "Buy AdRotate Professional"
|
863 |
msgstr "AdRotate Pro"
|
864 |
|
865 |
+
#: dashboard/adrotatepro.php:106 dashboard/info.php:114
|
866 |
msgid "Single License"
|
867 |
msgstr ""
|
868 |
|
869 |
+
#: dashboard/adrotatepro.php:106 dashboard/info.php:114
|
870 |
msgid "For one WordPress installation."
|
871 |
msgstr ""
|
872 |
|
873 |
+
#: dashboard/adrotatepro.php:107 dashboard/adrotatepro.php:119
|
874 |
+
#: dashboard/info.php:115 dashboard/info.php:127
|
875 |
msgid "Duo License"
|
876 |
msgstr ""
|
877 |
|
878 |
+
#: dashboard/adrotatepro.php:107 dashboard/info.php:115
|
879 |
msgid "For two WordPress installations."
|
880 |
msgstr ""
|
881 |
|
882 |
+
#: dashboard/adrotatepro.php:108 dashboard/adrotatepro.php:120
|
883 |
+
#: dashboard/info.php:116 dashboard/info.php:128
|
884 |
msgid "Multi License"
|
885 |
msgstr ""
|
886 |
|
887 |
+
#: dashboard/adrotatepro.php:108 dashboard/info.php:116
|
888 |
msgid " For up to five WordPress installations."
|
889 |
msgstr ""
|
890 |
|
891 |
+
#: dashboard/adrotatepro.php:109 dashboard/adrotatepro.php:121
|
892 |
+
#: dashboard/info.php:117 dashboard/info.php:129
|
893 |
#, fuzzy
|
894 |
msgid "Developer License"
|
895 |
msgstr "Αποσφαλμάτωση Προγραμματιστή"
|
896 |
|
897 |
+
#: dashboard/adrotatepro.php:109 dashboard/info.php:117
|
898 |
msgid "Unlimited WordPress installations and/or networks."
|
899 |
msgstr ""
|
900 |
|
901 |
+
#: dashboard/adrotatepro.php:110 dashboard/adrotatepro.php:123
|
902 |
+
#: dashboard/info.php:118 dashboard/info.php:131
|
903 |
msgid "Compare licenses"
|
904 |
msgstr ""
|
905 |
|
906 |
+
#: dashboard/adrotatepro.php:110 dashboard/info.php:118
|
907 |
msgid "Not sure which license is for you? Compare them..."
|
908 |
msgstr ""
|
909 |
|
910 |
+
#: dashboard/adrotatepro.php:110 dashboard/info.php:118
|
911 |
msgid "All Licenses"
|
912 |
msgstr ""
|
913 |
|
914 |
+
#: dashboard/adrotatepro.php:118 dashboard/info.php:126
|
915 |
msgid "Lifetime License"
|
916 |
msgstr ""
|
917 |
|
918 |
+
#: dashboard/adrotatepro.php:118 dashboard/info.php:126
|
919 |
msgid "Single installation."
|
920 |
msgstr ""
|
921 |
|
922 |
+
#: dashboard/adrotatepro.php:119 dashboard/info.php:127
|
923 |
msgid "Up to 2 installations."
|
924 |
msgstr ""
|
925 |
|
926 |
+
#: dashboard/adrotatepro.php:120 dashboard/info.php:128
|
927 |
msgid "Up to 10 installations."
|
928 |
msgstr ""
|
929 |
|
930 |
+
#: dashboard/adrotatepro.php:121 dashboard/info.php:129
|
931 |
msgid "Up to 25 installations or multisite networks."
|
932 |
msgstr ""
|
933 |
|
934 |
+
#: dashboard/adrotatepro.php:122 dashboard/info.php:130
|
935 |
msgid ""
|
936 |
"Subscriptions get 1 year access to updates, email support & AdRotate Geo."
|
937 |
msgstr ""
|
938 |
|
939 |
+
#: dashboard/adrotatepro.php:123 dashboard/info.php:131
|
940 |
msgid "Not sure which license is for you?"
|
941 |
msgstr ""
|
942 |
|
943 |
+
#: dashboard/adrotatepro.php:123 dashboard/info.php:131
|
944 |
msgid "Compare Licenses"
|
945 |
msgstr ""
|
946 |
|
977 |
msgstr "Υποστηρίξτε το AdRotate"
|
978 |
|
979 |
#: dashboard/info.php:55
|
980 |
+
msgid ""
|
981 |
+
"Your donation helps to improve AdRotate. Consider writing a review if you "
|
982 |
+
"like AdRotate. Also follow my Facebook page and twitter. Thank you!"
|
|
|
|
|
983 |
msgstr ""
|
984 |
|
985 |
+
#: dashboard/info.php:81
|
986 |
msgid "AdRotate News and Developer Blog"
|
987 |
msgstr "Νέα και Προγραμματιστικό Ιστολόγιο του AdRotate"
|
988 |
|
989 |
+
#: dashboard/info.php:103
|
990 |
#, fuzzy
|
991 |
msgid "Get more features with AdRotate Pro"
|
992 |
msgstr "Για περισσότερες δυνατότητες αποκτήστε το AdRotate Pro."
|
993 |
|
994 |
+
#: dashboard/info.php:106
|
995 |
msgid ""
|
996 |
"Benefit from extra features to reinforce your income with advertising "
|
997 |
"campaigns. Make the most of your website with the powerful tools AdRotate "
|
998 |
"Pro offers on top of the trusted features included in the free version."
|
999 |
msgstr ""
|
1000 |
|
1001 |
+
#: dashboard/info.php:106
|
1002 |
msgid "Want to know more about"
|
1003 |
msgstr ""
|
1004 |
|
1005 |
+
#: dashboard/info.php:106
|
1006 |
msgid "Visit the"
|
1007 |
msgstr "Επισκεφθείτε το"
|
1008 |
|
1009 |
+
#: dashboard/info.php:106
|
1010 |
msgid "website"
|
1011 |
msgstr "ιστοσελίδα"
|
1012 |
|
1015 |
msgstr "Απενεργοποιημένες διαφημίσεις"
|
1016 |
|
1017 |
#: dashboard/publisher/adverts-disabled.php:21
|
1018 |
+
#: dashboard/publisher/adverts-edit.php:176
|
1019 |
msgid "Activate"
|
1020 |
msgstr "Ενεργοποίηση"
|
1021 |
|
1037 |
"πρωί."
|
1038 |
|
1039 |
#: dashboard/publisher/adverts-disabled.php:37
|
1040 |
+
#: dashboard/publisher/adverts-edit.php:116
|
1041 |
#: dashboard/publisher/adverts-error.php:41
|
1042 |
#: dashboard/publisher/adverts-main.php:41
|
1043 |
msgid "Title"
|
1144 |
msgstr ""
|
1145 |
"Η διαφήμιση έχει απενεργοποιηθεί και δεν προβάλεται στην ιστοσελίδα σας!"
|
1146 |
|
1147 |
+
#: dashboard/publisher/adverts-edit.php:108
|
1148 |
msgid "New Advert"
|
1149 |
msgstr "Νέα Διαφήμιση"
|
1150 |
|
1151 |
+
#: dashboard/publisher/adverts-edit.php:110
|
1152 |
msgid "Edit Advert"
|
1153 |
msgstr "Επεξεργασία Διαφήμισης"
|
1154 |
|
1155 |
+
#: dashboard/publisher/adverts-edit.php:122
|
1156 |
msgid "AdCode"
|
1157 |
msgstr ""
|
1158 |
|
1159 |
+
#: dashboard/publisher/adverts-edit.php:127
|
1160 |
msgid "Basic Examples:"
|
1161 |
msgstr "Βασικά παραδείγματα:"
|
1162 |
|
1163 |
+
#: dashboard/publisher/adverts-edit.php:134
|
1164 |
msgid "Useful tags"
|
1165 |
msgstr ""
|
1166 |
|
1167 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1168 |
msgid "Insert the advert ID Number."
|
1169 |
msgstr ""
|
1170 |
|
1171 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1172 |
msgid "Required when selecting a image below."
|
1173 |
msgstr ""
|
1174 |
|
1175 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1176 |
msgid "Insert the advert name."
|
1177 |
msgstr ""
|
1178 |
|
1179 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1180 |
msgid "Insert a random seed. Useful for DFP/DoubleClick type adverts."
|
1181 |
msgstr ""
|
1182 |
|
1183 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1184 |
msgid "Add inside the <a> tag to open advert in a new window."
|
1185 |
msgstr ""
|
1186 |
|
1187 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1188 |
msgid "Add inside the <a> tag to tell crawlers to ignore this link"
|
1189 |
msgstr ""
|
1190 |
|
1191 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1192 |
msgid ""
|
1193 |
"Place the cursor in your AdCode where you want to add any of these tags and "
|
1194 |
"click to add it."
|
1195 |
msgstr ""
|
1196 |
|
1197 |
+
#: dashboard/publisher/adverts-edit.php:141
|
1198 |
msgid "Preview"
|
1199 |
msgstr "Προεπισκόπηση"
|
1200 |
|
1201 |
+
#: dashboard/publisher/adverts-edit.php:144
|
1202 |
msgid ""
|
1203 |
"Note: While this preview is an accurate one, it might look different then it "
|
1204 |
"does on the website."
|
1206 |
"Σημείωση: Όσο αυτή η προεπισκόπηση εκτελείται, μπορεί να φαίνεται "
|
1207 |
"διαφορετική από ό, τι στην ιστοσελίδα."
|
1208 |
|
1209 |
+
#: dashboard/publisher/adverts-edit.php:145
|
1210 |
msgid ""
|
1211 |
"This is because of CSS differences. Your themes CSS file is not active here!"
|
1212 |
msgstr ""
|
1213 |
"Αυτό είναι λόγω των διαφορών CSS. Το αρχείο θεμάτων CSS δεν είναι ενεργό εδώ!"
|
1214 |
|
1215 |
+
#: dashboard/publisher/adverts-edit.php:150
|
1216 |
msgid "Banner asset"
|
1217 |
msgstr ""
|
1218 |
|
1219 |
+
#: dashboard/publisher/adverts-edit.php:153
|
1220 |
msgid "WordPress media:"
|
1221 |
msgstr ""
|
1222 |
|
1223 |
+
#: dashboard/publisher/adverts-edit.php:153
|
1224 |
msgid "Select Banner"
|
1225 |
msgstr "Επιλέξτε Banner"
|
1226 |
|
1227 |
+
#: dashboard/publisher/adverts-edit.php:155
|
1228 |
msgid "- OR -"
|
1229 |
msgstr "- Ή -"
|
1230 |
|
1231 |
+
#: dashboard/publisher/adverts-edit.php:157
|
1232 |
msgid "Banner folder:"
|
1233 |
msgstr "Φάκελος Banner:"
|
1234 |
|
1235 |
+
#: dashboard/publisher/adverts-edit.php:158
|
1236 |
msgid "No image selected"
|
1237 |
msgstr "Καμία επιλεγμένη εικόνα"
|
1238 |
|
1239 |
+
#: dashboard/publisher/adverts-edit.php:162
|
1240 |
msgid "Use %image% in the adcode instead of the file path."
|
1241 |
msgstr ""
|
1242 |
|
1243 |
+
#: dashboard/publisher/adverts-edit.php:162
|
1244 |
msgid ""
|
1245 |
"Use either the text field or the dropdown. If the textfield has content that "
|
1246 |
"field has priority."
|
1248 |
"Χρησιμοποιήστε είτε το πεδίο κειμένου είτε το μενού επιλογών. Αν το πεδίο "
|
1249 |
"κειμένου έχει περιεχόμενο αυτό το πεδίο έχει προτεραιότητα."
|
1250 |
|
1251 |
+
#: dashboard/publisher/adverts-edit.php:167
|
1252 |
#: dashboard/settings/statistics.php:12
|
1253 |
msgid "Statistics"
|
1254 |
msgstr "Στατιστικά"
|
1255 |
|
1256 |
+
#: dashboard/publisher/adverts-edit.php:169
|
1257 |
msgid "Enable click and impression tracking for this advert."
|
1258 |
msgstr ""
|
1259 |
|
1260 |
+
#: dashboard/publisher/adverts-edit.php:170
|
1261 |
msgid ""
|
1262 |
"Note: Clicktracking does not work for Javascript adverts such as those "
|
1263 |
"provided by Google AdSense/DFP/DoubleClick. HTML5/Flash adverts are not "
|
1264 |
"always supported."
|
1265 |
msgstr ""
|
1266 |
|
1267 |
+
#: dashboard/publisher/adverts-edit.php:180
|
1268 |
msgid "Yes, this ad will be used"
|
1269 |
msgstr "Ναι, θα χρησιμοποιηθεί αυτή η διαφήμιση"
|
1270 |
|
1271 |
+
#: dashboard/publisher/adverts-edit.php:181
|
1272 |
msgid "No, do not show this ad anywhere"
|
1273 |
msgstr "Όχι, να μην εμφανίσεις αυτή τη διαφήμιση πουθενά "
|
1274 |
|
1275 |
+
#: dashboard/publisher/adverts-edit.php:188
|
1276 |
#: dashboard/publisher/adverts-main.php:114
|
1277 |
#: dashboard/publisher/groups-edit.php:75
|
1278 |
#: dashboard/publisher/groups-main.php:89
|
1280 |
msgid "Get more features with AdRotate Pro."
|
1281 |
msgstr "Για περισσότερες δυνατότητες αποκτήστε το AdRotate Pro."
|
1282 |
|
1283 |
+
#: dashboard/publisher/adverts-edit.php:191
|
1284 |
+
#: dashboard/publisher/adverts-edit.php:291
|
1285 |
+
#: dashboard/publisher/adverts-edit.php:386
|
1286 |
+
#: dashboard/publisher/adverts-edit.php:427
|
1287 |
+
msgid "Save Advert"
|
1288 |
+
msgstr "Αποθήκευση Διαφήμισης"
|
1289 |
+
|
1290 |
#: dashboard/publisher/adverts-edit.php:192
|
1291 |
#: dashboard/publisher/adverts-edit.php:292
|
1292 |
#: dashboard/publisher/adverts-edit.php:387
|
1293 |
#: dashboard/publisher/adverts-edit.php:428
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1294 |
#: dashboard/publisher/groups-edit.php:154
|
1295 |
#: dashboard/publisher/groups-edit.php:301
|
1296 |
#: dashboard/publisher/groups-edit.php:393
|
1297 |
msgid "Cancel"
|
1298 |
msgstr "Ακύρωση"
|
1299 |
|
1300 |
+
#: dashboard/publisher/adverts-edit.php:195
|
1301 |
+
#: dashboard/publisher/adverts-edit.php:369
|
1302 |
#: dashboard/publisher/groups-edit.php:136
|
1303 |
#: dashboard/publisher/groups-edit.php:283
|
1304 |
msgid "Usage"
|
1305 |
msgstr "Χρήση"
|
1306 |
|
1307 |
+
#: dashboard/publisher/adverts-edit.php:199
|
1308 |
+
#: dashboard/publisher/adverts-edit.php:373
|
1309 |
#: dashboard/publisher/groups-edit.php:140
|
1310 |
#: dashboard/publisher/groups-edit.php:287
|
1311 |
msgid "Widget"
|
1312 |
msgstr ""
|
1313 |
|
1314 |
+
#: dashboard/publisher/adverts-edit.php:200
|
1315 |
+
#: dashboard/publisher/adverts-edit.php:374
|
1316 |
msgid ""
|
1317 |
"Drag the AdRotate widget to the sidebar you want it in, select \"Single Ad\" "
|
1318 |
"and enter ID"
|
1319 |
msgstr ""
|
1320 |
|
1321 |
+
#: dashboard/publisher/adverts-edit.php:203
|
1322 |
+
#: dashboard/publisher/adverts-edit.php:377
|
1323 |
#: dashboard/publisher/groups-edit.php:144
|
1324 |
#: dashboard/publisher/groups-edit.php:291
|
1325 |
msgid "In a post or page"
|
1326 |
msgstr ""
|
1327 |
|
1328 |
+
#: dashboard/publisher/adverts-edit.php:205
|
1329 |
+
#: dashboard/publisher/adverts-edit.php:379
|
1330 |
#: dashboard/publisher/groups-edit.php:146
|
1331 |
#: dashboard/publisher/groups-edit.php:293
|
1332 |
msgid "Directly in a theme"
|
1333 |
msgstr ""
|
1334 |
|
1335 |
+
#: dashboard/publisher/adverts-edit.php:211
|
1336 |
msgid "Schedule your advert"
|
1337 |
msgstr ""
|
1338 |
|
1339 |
+
#: dashboard/publisher/adverts-edit.php:215
|
1340 |
msgid "Start date (day/month/year)"
|
1341 |
msgstr ""
|
1342 |
|
1343 |
+
#: dashboard/publisher/adverts-edit.php:236
|
1344 |
msgid "End date (day/month/year)"
|
1345 |
msgstr ""
|
1346 |
|
1347 |
+
#: dashboard/publisher/adverts-edit.php:259
|
1348 |
msgid "Start time (hh:mm)"
|
1349 |
msgstr ""
|
1350 |
|
1351 |
+
#: dashboard/publisher/adverts-edit.php:266
|
1352 |
msgid "End time (hh:mm)"
|
1353 |
msgstr ""
|
1354 |
|
1355 |
+
#: dashboard/publisher/adverts-edit.php:276
|
1356 |
msgid "Maximum Clicks"
|
1357 |
msgstr ""
|
1358 |
|
1359 |
+
#: dashboard/publisher/adverts-edit.php:277
|
1360 |
+
#: dashboard/publisher/adverts-edit.php:279
|
1361 |
msgid "Leave empty or 0 to skip this."
|
1362 |
msgstr "Αφήστε το κενό ή 0 για να το παρακάμψετε αυτό."
|
1363 |
|
1364 |
+
#: dashboard/publisher/adverts-edit.php:278
|
1365 |
msgid "Maximum Impressions"
|
1366 |
msgstr ""
|
1367 |
|
1368 |
+
#: dashboard/publisher/adverts-edit.php:283
|
1369 |
msgid "Important"
|
1370 |
msgstr ""
|
1371 |
|
1372 |
+
#: dashboard/publisher/adverts-edit.php:284
|
1373 |
msgid ""
|
1374 |
"Note: Time uses a 24 hour clock. When you are used to the AM/PM system keep "
|
1375 |
"this in mind: If the start or end time is after lunch, add 12 hours. 2PM is "
|
1376 |
"14:00 hours. 6AM is 6:00 hours."
|
1377 |
msgstr ""
|
1378 |
|
1379 |
+
#: dashboard/publisher/adverts-edit.php:288
|
1380 |
msgid ""
|
1381 |
"Create multiple and more advanced schedules for each advert with AdRotate "
|
1382 |
"Pro."
|
1383 |
msgstr ""
|
1384 |
|
1385 |
+
#: dashboard/publisher/adverts-edit.php:288
|
1386 |
+
#: dashboard/publisher/adverts-edit.php:323
|
1387 |
+
#: dashboard/publisher/adverts-edit.php:367
|
1388 |
#: dashboard/publisher/groups-edit.php:200
|
1389 |
#, fuzzy
|
1390 |
msgid "Upgrade today"
|
1391 |
msgstr "Σήμερα"
|
1392 |
|
1393 |
+
#: dashboard/publisher/adverts-edit.php:295
|
1394 |
#: dashboard/publisher/groups-edit.php:157
|
1395 |
msgid "Advanced"
|
1396 |
msgstr "Προχωρημένος"
|
1397 |
|
1398 |
+
#: dashboard/publisher/adverts-edit.php:296
|
1399 |
msgid "Everything below is optional."
|
1400 |
msgstr "Τα πάντα από κάτω είναι προαιρετικά."
|
1401 |
|
1402 |
+
#: dashboard/publisher/adverts-edit.php:300
|
1403 |
msgid "Mobile"
|
1404 |
msgstr ""
|
1405 |
|
1406 |
+
#: dashboard/publisher/adverts-edit.php:302
|
1407 |
msgid "Show on;"
|
1408 |
msgstr ""
|
1409 |
|
1410 |
+
#: dashboard/publisher/adverts-edit.php:302
|
1411 |
msgid "Computers"
|
1412 |
msgstr ""
|
1413 |
|
1414 |
+
#: dashboard/publisher/adverts-edit.php:302
|
1415 |
msgid "Smartphones"
|
1416 |
msgstr ""
|
1417 |
|
1418 |
+
#: dashboard/publisher/adverts-edit.php:302
|
1419 |
msgid "Tablets."
|
1420 |
msgstr ""
|
1421 |
|
1422 |
+
#: dashboard/publisher/adverts-edit.php:303
|
1423 |
msgid "Also enable mobile support in the group this advert goes in."
|
1424 |
msgstr ""
|
1425 |
|
1426 |
+
#: dashboard/publisher/adverts-edit.php:307
|
1427 |
msgid "Responsive"
|
1428 |
msgstr ""
|
1429 |
|
1430 |
+
#: dashboard/publisher/adverts-edit.php:309
|
1431 |
#, fuzzy
|
1432 |
msgid "Enable responsive support for this advert."
|
1433 |
msgstr "Ενεργοποίηση παρακολούθησης κλικ για αυτή την διαφήμιση."
|
1434 |
|
1435 |
+
#: dashboard/publisher/adverts-edit.php:310
|
1436 |
msgid ""
|
1437 |
"Upload your images to the banner folder and make sure the filename is in the "
|
1438 |
"following format; \"imagename.full.ext\"."
|
1439 |
msgstr ""
|
1440 |
|
1441 |
+
#: dashboard/publisher/adverts-edit.php:312
|
1442 |
#: dashboard/publisher/adverts-report.php:58
|
1443 |
#: dashboard/publisher/groups-report.php:64
|
1444 |
msgid "Note:"
|
1445 |
msgstr "Σημείωση:"
|
1446 |
|
1447 |
+
#: dashboard/publisher/adverts-edit.php:312
|
1448 |
msgid ""
|
1449 |
"This feature will not be developed any further. Consider switching to the "
|
1450 |
"Mobile feature in AdRotate Pro as seen above!"
|
1451 |
msgstr ""
|
1452 |
|
1453 |
+
#: dashboard/publisher/adverts-edit.php:316
|
1454 |
#: dashboard/publisher/groups-edit.php:194
|
1455 |
msgid "Sortorder"
|
1456 |
msgstr ""
|
1457 |
|
1458 |
+
#: dashboard/publisher/adverts-edit.php:318
|
1459 |
#: dashboard/publisher/groups-edit.php:196
|
1460 |
msgid "For administrative purposes set a sortorder."
|
1461 |
msgstr "Για διοικητικούς σκοπούς ορίστε μια σειρά ταξινόμησης."
|
1462 |
|
1463 |
+
#: dashboard/publisher/adverts-edit.php:318
|
1464 |
msgid "Leave empty or 0 to skip this. Will default to ad id."
|
1465 |
msgstr ""
|
1466 |
"Αφήστε το κενό ή 0 για να το παρακάμψετε αυτό. Θα προκαθορίσει το id της "
|
1467 |
"διαφήμισης."
|
1468 |
|
1469 |
+
#: dashboard/publisher/adverts-edit.php:323
|
1470 |
msgid ""
|
1471 |
"With AdRotate Pro you can easily select which devices the advert should show "
|
1472 |
"on!"
|
1473 |
msgstr ""
|
1474 |
|
1475 |
+
#: dashboard/publisher/adverts-edit.php:325
|
1476 |
msgid "Geo Targeting in AdRotate Pro"
|
1477 |
msgstr ""
|
1478 |
|
1479 |
+
#: dashboard/publisher/adverts-edit.php:326
|
1480 |
msgid ""
|
1481 |
"Assign the advert to a group and enable that group to use Geo Targeting."
|
1482 |
msgstr ""
|
1483 |
|
1484 |
+
#: dashboard/publisher/adverts-edit.php:330
|
1485 |
msgid "Cities/States"
|
1486 |
msgstr ""
|
1487 |
|
1488 |
+
#: dashboard/publisher/adverts-edit.php:333
|
1489 |
msgid ""
|
1490 |
"A comma separated list of cities (or the Metro ID) and/or states (Also the "
|
1491 |
"states ISO codes are supported)"
|
1492 |
msgstr ""
|
1493 |
|
1494 |
+
#: dashboard/publisher/adverts-edit.php:333
|
1495 |
msgid ""
|
1496 |
"AdRotate does not check the validity of names so make sure you spell them "
|
1497 |
"correctly!"
|
1498 |
msgstr ""
|
1499 |
|
1500 |
+
#: dashboard/publisher/adverts-edit.php:337
|
1501 |
msgid "Countries"
|
1502 |
msgstr ""
|
1503 |
|
1504 |
+
#: dashboard/publisher/adverts-edit.php:362
|
1505 |
#, fuzzy
|
1506 |
msgid "Select the countries you want the adverts to show in."
|
1507 |
msgstr ""
|
1508 |
"Κάντε κλικ στις κατηγορίες δημοσιεύσεων όπου θέλετε οι διαφημίσεις να "
|
1509 |
"εμφανίζονται"
|
1510 |
|
1511 |
+
#: dashboard/publisher/adverts-edit.php:362
|
1512 |
msgid "Cities take priority and will be filtered first."
|
1513 |
msgstr ""
|
1514 |
|
1515 |
+
#: dashboard/publisher/adverts-edit.php:367
|
1516 |
msgid "Target your audience with Geo Targeting in AdRotate Pro"
|
1517 |
msgstr ""
|
1518 |
|
1519 |
+
#: dashboard/publisher/adverts-edit.php:391
|
1520 |
msgid "Select Groups"
|
1521 |
msgstr "Επιλέξτε Ομάδες"
|
1522 |
|
1523 |
+
#: dashboard/publisher/adverts-edit.php:396
|
1524 |
msgid "ID - Name"
|
1525 |
msgstr "ID - Όνομα"
|
1526 |
|
1527 |
+
#: dashboard/publisher/adverts-edit.php:406
|
1528 |
#: dashboard/publisher/groups-main.php:60
|
1529 |
#: dashboard/settings/geotargeting.php:39
|
1530 |
msgid "Default"
|
1531 |
msgstr "Προεπιλογή"
|
1532 |
|
1533 |
+
#: dashboard/publisher/adverts-edit.php:407
|
1534 |
#: dashboard/publisher/groups-main.php:61
|
1535 |
msgid "Dynamic"
|
1536 |
msgstr "Δυναμική"
|
1537 |
|
1538 |
+
#: dashboard/publisher/adverts-edit.php:407
|
1539 |
#: dashboard/publisher/groups-main.php:61
|
1540 |
#, fuzzy
|
1541 |
msgid "second rotation"
|
1542 |
msgstr "Γεωγραφική Τοποθεσία"
|
1543 |
|
1544 |
+
#: dashboard/publisher/adverts-edit.php:408
|
1545 |
#: dashboard/publisher/groups-main.php:62
|
1546 |
msgid "Block"
|
1547 |
msgstr "Απαγόρευση"
|
1548 |
|
1549 |
+
#: dashboard/publisher/adverts-edit.php:408
|
1550 |
#: dashboard/publisher/groups-main.php:62
|
1551 |
#, fuzzy
|
1552 |
msgid "grid"
|
1554 |
"Κάντε ένα πλέγμα για τις διαφημίσεις σας. Συμπλήρωση 3 και 2 κάνει ένα "
|
1555 |
"πλέγμα με 2 στήλες που εμφανίζουν το πολύ 6 διαφημίσεις. Προεπιλογή: 2x2."
|
1556 |
|
1557 |
+
#: dashboard/publisher/adverts-edit.php:409
|
1558 |
#: dashboard/publisher/groups-edit.php:202
|
1559 |
#: dashboard/publisher/groups-main.php:63
|
1560 |
msgid "Post Injection"
|
1561 |
msgstr "Εμβολιασμός Δημοσίευσης"
|
1562 |
|
1563 |
+
#: dashboard/publisher/adverts-edit.php:410
|
1564 |
msgid "Geolocation"
|
1565 |
msgstr "Γεωγραφική τοποθεσία"
|
1566 |
|
1567 |
+
#: dashboard/publisher/adverts-edit.php:416
|
1568 |
#: dashboard/publisher/groups-edit.php:61
|
1569 |
#: dashboard/publisher/groups-main.php:70
|
1570 |
msgid "Mode"
|
2093 |
msgstr ""
|
2094 |
|
2095 |
#: dashboard/settings/general.php:16
|
2096 |
+
msgid "Shortcode in widgets"
|
2097 |
msgstr ""
|
2098 |
|
2099 |
#: dashboard/settings/general.php:17
|
2100 |
msgid ""
|
2101 |
+
"Enable this option to if your theme does not support shortcodes in the "
|
2102 |
+
"WordPress text widget."
|
2103 |
msgstr ""
|
2104 |
|
2105 |
#: dashboard/settings/general.php:20
|
2106 |
+
msgid "Disable live preview"
|
2107 |
msgstr ""
|
2108 |
|
2109 |
#: dashboard/settings/general.php:21
|
2110 |
msgid ""
|
2111 |
+
"Enable this option if you have faulty adverts that overflow their designated "
|
2112 |
+
"area while creating/editing adverts."
|
2113 |
msgstr ""
|
2114 |
|
2115 |
#: dashboard/settings/general.php:24
|
2116 |
+
msgid "Disable dynamic mode"
|
2117 |
+
msgstr ""
|
2118 |
+
|
2119 |
+
#: dashboard/settings/general.php:25
|
2120 |
+
msgid ""
|
2121 |
+
"Enable this option to disable dynamic mode in groups for mobile devices if "
|
2122 |
+
"you notice skipping or jumpy content."
|
2123 |
+
msgstr ""
|
2124 |
+
|
2125 |
+
#: dashboard/settings/general.php:28
|
2126 |
#, fuzzy
|
2127 |
msgid "Load jQuery"
|
2128 |
msgstr "Να περιληφθεί η jQuery"
|
2129 |
|
2130 |
+
#: dashboard/settings/general.php:29
|
2131 |
msgid ""
|
2132 |
+
"Enable this option if your theme does not load jQuery. jQuery is required "
|
2133 |
+
"for dynamic groups, statistics and some other features."
|
2134 |
msgstr ""
|
2135 |
|
2136 |
+
#: dashboard/settings/general.php:32
|
2137 |
msgid "Load scripts in footer?"
|
2138 |
msgstr ""
|
2139 |
|
2140 |
+
#: dashboard/settings/general.php:33
|
2141 |
msgid ""
|
2142 |
+
"Enable this option if you want to load all AdRotate Javascripts in the "
|
2143 |
+
"footer of your site."
|
2144 |
msgstr ""
|
2145 |
|
2146 |
+
#: dashboard/settings/general.php:36
|
2147 |
msgid "Adblock disguise"
|
2148 |
msgstr ""
|
2149 |
|
2150 |
+
#: dashboard/settings/general.php:38
|
2151 |
msgid "Leave empty to disable. Use only lowercaps letters. For example:"
|
2152 |
msgstr ""
|
2153 |
|
2154 |
+
#: dashboard/settings/general.php:39
|
2155 |
msgid ""
|
2156 |
"Try and avoid adblock plugins in most modern browsers when using shortcodes."
|
2157 |
msgstr ""
|
2158 |
|
2159 |
+
#: dashboard/settings/general.php:39
|
2160 |
msgid ""
|
2161 |
"To also apply this feature to widgets, use a text widget with a shortcode "
|
2162 |
"instead of the AdRotate widget."
|
2163 |
msgstr ""
|
2164 |
|
2165 |
+
#: dashboard/settings/general.php:39
|
2166 |
msgid ""
|
2167 |
"Avoid the use of obvious keywords or filenames in your adverts or this "
|
2168 |
"feature will have little effect!"
|
2169 |
msgstr ""
|
2170 |
|
2171 |
+
#: dashboard/settings/general.php:44
|
2172 |
msgid "Banner Folder"
|
2173 |
msgstr "Φάκελος Διαφημιστικών Πλαισίων (Μπάνερ)"
|
2174 |
|
2175 |
+
#: dashboard/settings/general.php:45
|
2176 |
#, fuzzy
|
2177 |
msgid "Set a location where your banner images will be stored."
|
2178 |
msgstr ""
|
2179 |
"Ορίστε μια τοποθεσία στην οποία θα αποθηκεύονται τα εικαστικά των μπάνερ σας "
|
2180 |
"(Προεπιλογή: /wp-content/banners/)."
|
2181 |
|
2182 |
+
#: dashboard/settings/general.php:48
|
2183 |
#, fuzzy
|
2184 |
msgid "Location"
|
2185 |
msgstr "Γεωγραφική Τοποθεσία"
|
2186 |
|
2187 |
+
#: dashboard/settings/general.php:50
|
2188 |
#, fuzzy
|
2189 |
msgid "(Default: wp-content/banners/)."
|
2190 |
msgstr ""
|
2191 |
"Ορίστε μια τοποθεσία στην οποία θα αποθηκεύονται τα εικαστικά των μπάνερ σας "
|
2192 |
"(Προεπιλογή: /wp-content/banners/)."
|
2193 |
|
2194 |
+
#: dashboard/settings/general.php:51
|
2195 |
msgid ""
|
2196 |
"To try and trick ad blockers you could set the folder to something crazy "
|
2197 |
"like:"
|
2199 |
"Για να ξεγελάσετε το μπλοκάρισμα των διαφημίσεων, ορίστε σαν όνομα φακέλου "
|
2200 |
"κάτι περίεργο όπως:"
|
2201 |
|
2202 |
+
#: dashboard/settings/general.php:52
|
2203 |
msgid ""
|
2204 |
"This folder will not be automatically created if it doesn't exist. AdRotate "
|
2205 |
"will show errors when the folder is missing."
|
2207 |
"Αυτός ο φάκελος δεν θα δημιουργηθεί αυτόματα αν δεν υπάρχει. Το AdRotate θα "
|
2208 |
"εμφανίσει λάθη όταν λείπει ο φάκελος."
|
2209 |
|
2210 |
+
#: dashboard/settings/general.php:57
|
2211 |
#, fuzzy
|
2212 |
msgid "Bot filter"
|
2213 |
msgstr "Φίλτρο προγράμματος περιήγησης"
|
2214 |
|
2215 |
+
#: dashboard/settings/general.php:58
|
2216 |
msgid "The bot filter is used for the AdRotate stats tracker."
|
2217 |
msgstr ""
|
2218 |
|
2219 |
+
#: dashboard/settings/general.php:61
|
2220 |
msgid "User-Agent Filter"
|
2221 |
msgstr "Φίλτρο προγράμματος περιήγησης"
|
2222 |
|
2223 |
+
#: dashboard/settings/general.php:64
|
2224 |
msgid ""
|
2225 |
"A comma separated list of keywords. Filter out bots/crawlers/user-agents."
|
2226 |
msgstr ""
|
2227 |
|
2228 |
+
#: dashboard/settings/general.php:65
|
2229 |
msgid ""
|
2230 |
"Keep in mind that this might give false positives. The word 'fire' also "
|
2231 |
"matches 'firefox', but not vice-versa. So be careful!"
|
2232 |
msgstr ""
|
2233 |
|
2234 |
+
#: dashboard/settings/general.php:66
|
2235 |
msgid ""
|
2236 |
"Only words with alphanumeric characters and [ - _ ] are allowed. All other "
|
2237 |
"characters are stripped out."
|
2238 |
msgstr ""
|
2239 |
|
2240 |
+
#: dashboard/settings/general.php:67
|
2241 |
msgid ""
|
2242 |
"Additionally to the list specified here, empty User-Agents are blocked as "
|
2243 |
"well."
|
2245 |
"Επιπλέον του καταλόγου που παρατίθεται εδώ, ανώνυμα λογισμικά περιήγησης "
|
2246 |
"απορίπτονται επίσης."
|
2247 |
|
2248 |
+
#: dashboard/settings/general.php:67
|
2249 |
msgid "Learn more about"
|
2250 |
msgstr "Μάθετε περισσότερα σχετικά"
|
2251 |
|
2252 |
+
#: dashboard/settings/general.php:67
|
2253 |
msgid "user-agents"
|
2254 |
msgstr "πρόγραμμα περιήγησης"
|
2255 |
|
2915 |
"Αυτός ο αριθμός δεν μπορεί να είναι κενός, αρνητικός ή να ξεπερνά το 3600 (1 "
|
2916 |
"ώρα)."
|
2917 |
|
2918 |
+
#, fuzzy
|
2919 |
+
#~ msgid "AdRotate Page"
|
2920 |
+
#~ msgstr "AdRotate Pro"
|
2921 |
+
|
2922 |
#~ msgid "Find out more"
|
2923 |
#~ msgstr "Μάθετε περισσότερα"
|
2924 |
|
language/adrotate-en_US.mo
CHANGED
Binary file
|
language/adrotate-en_US.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: 2015-
|
6 |
-
"PO-Revision-Date: 2015-
|
7 |
"Last-Translator: Arnan de Gans <info@ajdg.net>\n"
|
8 |
"Language-Team: Arnan de Gans from AJdG Solutions <info@adrotateplugin.com>\n"
|
9 |
"Language: en_US\n"
|
@@ -115,286 +115,286 @@ 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."
|
130 |
msgstr ""
|
131 |
|
132 |
-
#: adrotate-output.php:
|
133 |
msgid ""
|
134 |
"If you have received the url you want to visit via email, you are being "
|
135 |
"tricked!"
|
136 |
msgstr ""
|
137 |
|
138 |
-
#: adrotate-output.php:
|
139 |
msgid "Contact support if the issue persists:"
|
140 |
msgstr ""
|
141 |
|
142 |
-
#: adrotate-output.php:
|
143 |
msgid ""
|
144 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
145 |
"restrictions or does not exist!"
|
146 |
msgstr ""
|
147 |
|
148 |
-
#: adrotate-output.php:
|
149 |
msgid ""
|
150 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
151 |
"restrictions!"
|
152 |
msgstr ""
|
153 |
|
154 |
-
#: adrotate-output.php:
|
155 |
msgid ""
|
156 |
"Either there are no banners, they are disabled or none qualified for this "
|
157 |
"location!"
|
158 |
msgstr ""
|
159 |
|
160 |
-
#: adrotate-output.php:
|
161 |
msgid "Error, no Ad ID set! Check your syntax!"
|
162 |
msgstr ""
|
163 |
|
164 |
-
#: adrotate-output.php:
|
165 |
msgid "Error, no group ID set! Check your syntax!"
|
166 |
msgstr ""
|
167 |
|
168 |
-
#: adrotate-output.php:
|
169 |
msgid "Error, group does not exist! Check your syntax!"
|
170 |
msgstr ""
|
171 |
|
172 |
-
#: adrotate-output.php:
|
173 |
msgid ""
|
174 |
"There was an error locating the database tables for AdRotate. Please "
|
175 |
"deactivate and re-activate AdRotate from the plugin page!!"
|
176 |
msgstr ""
|
177 |
|
178 |
-
#: adrotate-output.php:
|
179 |
msgid "If this does not solve the issue please seek support at"
|
180 |
msgstr ""
|
181 |
|
182 |
-
#: adrotate-output.php:
|
183 |
msgid "An unknown error occured."
|
184 |
msgstr ""
|
185 |
|
186 |
-
#: adrotate-output.php:
|
187 |
msgid "active ad(s) expired."
|
188 |
msgstr ""
|
189 |
|
190 |
-
#: adrotate-output.php:
|
191 |
msgid "Take action now"
|
192 |
msgstr ""
|
193 |
|
194 |
-
#: adrotate-output.php:
|
195 |
msgid "active ad(s) are about to expire."
|
196 |
msgstr ""
|
197 |
|
198 |
-
#: adrotate-output.php:
|
199 |
msgid "Check it out"
|
200 |
msgstr ""
|
201 |
|
202 |
-
#: adrotate-output.php:
|
203 |
msgid "active ad(s) with configuration errors."
|
204 |
msgstr ""
|
205 |
|
206 |
-
#: adrotate-output.php:
|
207 |
msgid "Solve this"
|
208 |
msgstr ""
|
209 |
|
210 |
-
#: adrotate-output.php:
|
211 |
msgid "ad(s) expired."
|
212 |
msgstr ""
|
213 |
|
214 |
-
#: adrotate-output.php:
|
215 |
msgid "ad(s) are about to expire."
|
216 |
msgstr ""
|
217 |
|
218 |
-
#: adrotate-output.php:
|
219 |
msgid "ad(s) with configuration errors."
|
220 |
msgstr ""
|
221 |
|
222 |
-
#: adrotate-output.php:
|
223 |
msgid "Fix this as soon as possible"
|
224 |
msgstr ""
|
225 |
|
226 |
-
#: adrotate-output.php:
|
227 |
-
#: dashboard/adrotatepro.php:
|
228 |
-
#: dashboard/adrotatepro.php:
|
229 |
-
#: dashboard/adrotatepro.php:
|
230 |
-
#: dashboard/adrotatepro.php:
|
231 |
-
#: dashboard/info.php:
|
232 |
-
#: dashboard/info.php:
|
233 |
#: dashboard/settings/geotargeting.php:26
|
234 |
msgid "Buy now"
|
235 |
msgstr ""
|
236 |
|
237 |
-
#: adrotate-output.php:
|
238 |
msgid ""
|
239 |
"You've been using <strong>AdRotate</strong> for a while now. Why not upgrade "
|
240 |
"to the <strong>PRO</strong> version"
|
241 |
msgstr ""
|
242 |
|
243 |
-
#: adrotate-output.php:
|
244 |
#, php-format
|
245 |
msgid ""
|
246 |
"Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
|
247 |
msgstr ""
|
248 |
|
249 |
-
#: adrotate-output.php:
|
250 |
msgid "Thank you for your purchase!"
|
251 |
msgstr ""
|
252 |
|
253 |
-
#: adrotate-output.php:
|
254 |
msgid ""
|
255 |
"Welcome, and thanks for using AdRotate. Everything related to AdRotate is in "
|
256 |
"this menu. Check out the"
|
257 |
msgstr ""
|
258 |
|
259 |
-
#: adrotate-output.php:
|
260 |
msgid "manuals"
|
261 |
msgstr ""
|
262 |
|
263 |
-
#: adrotate-output.php:
|
264 |
msgid "and"
|
265 |
msgstr ""
|
266 |
|
267 |
-
#: adrotate-output.php:
|
268 |
msgid "forums"
|
269 |
msgstr ""
|
270 |
|
271 |
-
#: adrotate-output.php:
|
272 |
msgid "Useful Links"
|
273 |
msgstr ""
|
274 |
|
275 |
-
#: adrotate-output.php:
|
276 |
msgid "Useful links to learn more about AdRotate"
|
277 |
msgstr ""
|
278 |
|
279 |
-
#: adrotate-output.php:
|
280 |
-
msgid "AdRotate
|
281 |
msgstr ""
|
282 |
|
283 |
-
#: adrotate-output.php:
|
284 |
msgid "Getting Started With AdRotate"
|
285 |
msgstr ""
|
286 |
|
287 |
-
#: adrotate-output.php:
|
288 |
msgid "AdRotate manuals"
|
289 |
msgstr ""
|
290 |
|
291 |
-
#: adrotate-output.php:
|
292 |
msgid "AdRotate Support Forum"
|
293 |
msgstr ""
|
294 |
|
295 |
-
#: adrotate-output.php:
|
296 |
msgid "Help AdRotate Grow"
|
297 |
msgstr ""
|
298 |
|
299 |
-
#: adrotate-output.php:
|
300 |
msgid "Brought to you by"
|
301 |
msgstr ""
|
302 |
|
303 |
-
#: adrotate-output.php:
|
304 |
msgid ""
|
305 |
"A lot of users only think to review AdRotate when something goes wrong while "
|
306 |
"thousands of people use AdRotate satisfactory. Don't let this go unnoticed."
|
307 |
msgstr ""
|
308 |
|
309 |
-
#: adrotate-output.php:
|
310 |
msgid "If you find AdRotate useful please leave your honest"
|
311 |
msgstr ""
|
312 |
|
313 |
-
#: adrotate-output.php:
|
314 |
msgid "rating"
|
315 |
msgstr ""
|
316 |
|
317 |
-
#: adrotate-output.php:
|
318 |
msgid "review"
|
319 |
msgstr ""
|
320 |
|
321 |
-
#: adrotate-output.php:
|
322 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
323 |
msgstr ""
|
324 |
|
325 |
-
#: adrotate-output.php:
|
326 |
msgid "Available in AdRotate Pro"
|
327 |
msgstr ""
|
328 |
|
329 |
-
#: adrotate-output.php:
|
330 |
msgid "More information..."
|
331 |
msgstr ""
|
332 |
|
333 |
-
#: adrotate-output.php:
|
334 |
msgid "This feature is available in AdRotate Pro"
|
335 |
msgstr ""
|
336 |
|
337 |
-
#: adrotate-output.php:
|
338 |
msgid "Learn more"
|
339 |
msgstr ""
|
340 |
|
|
|
|
|
|
|
|
|
|
|
341 |
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:221
|
342 |
#: dashboard/publisher/adverts-edit.php:242
|
343 |
-
msgid "
|
344 |
msgstr ""
|
345 |
|
346 |
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:222
|
347 |
#: dashboard/publisher/adverts-edit.php:243
|
348 |
-
msgid "
|
349 |
msgstr ""
|
350 |
|
351 |
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:223
|
352 |
#: dashboard/publisher/adverts-edit.php:244
|
353 |
-
msgid "
|
354 |
msgstr ""
|
355 |
|
356 |
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:224
|
357 |
#: dashboard/publisher/adverts-edit.php:245
|
358 |
-
msgid "
|
359 |
msgstr ""
|
360 |
|
361 |
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:225
|
362 |
#: dashboard/publisher/adverts-edit.php:246
|
363 |
-
msgid "
|
364 |
msgstr ""
|
365 |
|
366 |
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:226
|
367 |
#: dashboard/publisher/adverts-edit.php:247
|
368 |
-
msgid "
|
369 |
msgstr ""
|
370 |
|
371 |
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:227
|
372 |
#: dashboard/publisher/adverts-edit.php:248
|
373 |
-
msgid "
|
374 |
msgstr ""
|
375 |
|
376 |
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:228
|
377 |
#: dashboard/publisher/adverts-edit.php:249
|
378 |
-
msgid "
|
379 |
msgstr ""
|
380 |
|
381 |
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:229
|
382 |
#: dashboard/publisher/adverts-edit.php:250
|
383 |
-
msgid "
|
384 |
msgstr ""
|
385 |
|
386 |
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:230
|
387 |
#: dashboard/publisher/adverts-edit.php:251
|
388 |
-
msgid "
|
389 |
msgstr ""
|
390 |
|
391 |
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:231
|
392 |
#: dashboard/publisher/adverts-edit.php:252
|
393 |
-
msgid "November"
|
394 |
-
msgstr ""
|
395 |
-
|
396 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:232
|
397 |
-
#: dashboard/publisher/adverts-edit.php:253
|
398 |
msgid "December"
|
399 |
msgstr ""
|
400 |
|
@@ -521,7 +521,7 @@ msgid ""
|
|
521 |
"AdRotate Pro."
|
522 |
msgstr ""
|
523 |
|
524 |
-
#: adrotate.php:409 adrotate.php:496 dashboard/publisher/adverts-edit.php:
|
525 |
#: dashboard/publisher/adverts-main.php:114
|
526 |
#: dashboard/publisher/groups-edit.php:75
|
527 |
#: dashboard/publisher/groups-main.php:89
|
@@ -558,7 +558,7 @@ msgstr ""
|
|
558 |
msgid "End"
|
559 |
msgstr ""
|
560 |
|
561 |
-
#: adrotate.php:428 dashboard/publisher/adverts-edit.php:
|
562 |
#: dashboard/publisher/groups-main.php:34
|
563 |
msgid "Ads"
|
564 |
msgstr ""
|
@@ -649,7 +649,7 @@ msgid ""
|
|
649 |
"\"imagename.full.ext\". A full set of sized images is strongly recommended."
|
650 |
msgstr ""
|
651 |
|
652 |
-
#: adrotate.php:503 dashboard/publisher/adverts-edit.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."
|
@@ -760,21 +760,22 @@ msgid ""
|
|
760 |
"forum. Get a solution (usually) within a day."
|
761 |
msgstr ""
|
762 |
|
763 |
-
#: dashboard/adrotatepro.php:48 dashboard/info.php:
|
764 |
msgid "AdRotate is brought to you by"
|
765 |
msgstr ""
|
766 |
|
767 |
-
#: dashboard/adrotatepro.php:52 dashboard/info.php:
|
768 |
msgid ""
|
769 |
-
"Premium plugins for WordPress and WooCommerce!
|
770 |
-
"
|
|
|
771 |
msgstr ""
|
772 |
|
773 |
-
#: dashboard/adrotatepro.php:
|
774 |
msgid "Schedule all campaigns with ease"
|
775 |
msgstr ""
|
776 |
|
777 |
-
#: dashboard/adrotatepro.php:
|
778 |
msgid ""
|
779 |
"Schedule your adverts and set up advertising campaigns based on dates you or "
|
780 |
"your advertisers specify without hassle. Seasonal adverts, weekly adverts. "
|
@@ -782,11 +783,11 @@ msgid ""
|
|
782 |
"much more easy. You can set one or many schedules for adverts."
|
783 |
msgstr ""
|
784 |
|
785 |
-
#: dashboard/adrotatepro.php:
|
786 |
msgid "Avoid adblockers"
|
787 |
msgstr ""
|
788 |
|
789 |
-
#: dashboard/adrotatepro.php:
|
790 |
msgid ""
|
791 |
"Try and avoid adblockers so you adverts get the exposure you want them to "
|
792 |
"have. AdRotate Pro offers some advanced tools to deceive adblockers so your "
|
@@ -794,11 +795,11 @@ msgid ""
|
|
794 |
"adverts smartly so these features reach their full potential!"
|
795 |
msgstr ""
|
796 |
|
797 |
-
#: dashboard/adrotatepro.php:
|
798 |
msgid "Stay up-to-date with notifications"
|
799 |
msgstr ""
|
800 |
|
801 |
-
#: dashboard/adrotatepro.php:
|
802 |
msgid ""
|
803 |
"Stay in touch with Email notifications. Have AdRotate send you an alert when "
|
804 |
"adverts expire or need your attention. Additionally, you can have AdRotate "
|
@@ -807,89 +808,89 @@ msgid ""
|
|
807 |
"miss an expiration date again."
|
808 |
msgstr ""
|
809 |
|
810 |
-
#: dashboard/adrotatepro.php:
|
811 |
-
#: dashboard/info.php:
|
812 |
msgid "Buy AdRotate Professional"
|
813 |
msgstr ""
|
814 |
|
815 |
-
#: dashboard/adrotatepro.php:
|
816 |
msgid "Single License"
|
817 |
msgstr ""
|
818 |
|
819 |
-
#: dashboard/adrotatepro.php:
|
820 |
msgid "For one WordPress installation."
|
821 |
msgstr ""
|
822 |
|
823 |
-
#: dashboard/adrotatepro.php:
|
824 |
-
#: dashboard/info.php:
|
825 |
msgid "Duo License"
|
826 |
msgstr ""
|
827 |
|
828 |
-
#: dashboard/adrotatepro.php:
|
829 |
msgid "For two WordPress installations."
|
830 |
msgstr ""
|
831 |
|
832 |
-
#: dashboard/adrotatepro.php:
|
833 |
-
#: dashboard/info.php:
|
834 |
msgid "Multi License"
|
835 |
msgstr ""
|
836 |
|
837 |
-
#: dashboard/adrotatepro.php:
|
838 |
msgid " For up to five WordPress installations."
|
839 |
msgstr ""
|
840 |
|
841 |
-
#: dashboard/adrotatepro.php:
|
842 |
-
#: dashboard/info.php:
|
843 |
msgid "Developer License"
|
844 |
msgstr ""
|
845 |
|
846 |
-
#: dashboard/adrotatepro.php:
|
847 |
msgid "Unlimited WordPress installations and/or networks."
|
848 |
msgstr ""
|
849 |
|
850 |
-
#: dashboard/adrotatepro.php:
|
851 |
-
#: dashboard/info.php:
|
852 |
msgid "Compare licenses"
|
853 |
msgstr ""
|
854 |
|
855 |
-
#: dashboard/adrotatepro.php:
|
856 |
msgid "Not sure which license is for you? Compare them..."
|
857 |
msgstr ""
|
858 |
|
859 |
-
#: dashboard/adrotatepro.php:
|
860 |
msgid "All Licenses"
|
861 |
msgstr ""
|
862 |
|
863 |
-
#: dashboard/adrotatepro.php:
|
864 |
msgid "Lifetime License"
|
865 |
msgstr ""
|
866 |
|
867 |
-
#: dashboard/adrotatepro.php:
|
868 |
msgid "Single installation."
|
869 |
msgstr ""
|
870 |
|
871 |
-
#: dashboard/adrotatepro.php:
|
872 |
msgid "Up to 2 installations."
|
873 |
msgstr ""
|
874 |
|
875 |
-
#: dashboard/adrotatepro.php:
|
876 |
msgid "Up to 10 installations."
|
877 |
msgstr ""
|
878 |
|
879 |
-
#: dashboard/adrotatepro.php:
|
880 |
msgid "Up to 25 installations or multisite networks."
|
881 |
msgstr ""
|
882 |
|
883 |
-
#: dashboard/adrotatepro.php:
|
884 |
msgid ""
|
885 |
"Subscriptions get 1 year access to updates, email support & AdRotate Geo."
|
886 |
msgstr ""
|
887 |
|
888 |
-
#: dashboard/adrotatepro.php:
|
889 |
msgid "Not sure which license is for you?"
|
890 |
msgstr ""
|
891 |
|
892 |
-
#: dashboard/adrotatepro.php:
|
893 |
msgid "Compare Licenses"
|
894 |
msgstr ""
|
895 |
|
@@ -926,37 +927,35 @@ msgid "Support AdRotate"
|
|
926 |
msgstr ""
|
927 |
|
928 |
#: dashboard/info.php:55
|
929 |
-
msgid "
|
930 |
-
|
931 |
-
|
932 |
-
#: dashboard/info.php:55
|
933 |
-
msgid "Can't donate money? Consider writing a review instead. Thank you!"
|
934 |
msgstr ""
|
935 |
|
936 |
-
#: dashboard/info.php:
|
937 |
msgid "AdRotate News and Developer Blog"
|
938 |
msgstr ""
|
939 |
|
940 |
-
#: dashboard/info.php:
|
941 |
msgid "Get more features with AdRotate Pro"
|
942 |
msgstr ""
|
943 |
|
944 |
-
#: dashboard/info.php:
|
945 |
msgid ""
|
946 |
"Benefit from extra features to reinforce your income with advertising "
|
947 |
"campaigns. Make the most of your website with the powerful tools AdRotate "
|
948 |
"Pro offers on top of the trusted features included in the free version."
|
949 |
msgstr ""
|
950 |
|
951 |
-
#: dashboard/info.php:
|
952 |
msgid "Want to know more about"
|
953 |
msgstr ""
|
954 |
|
955 |
-
#: dashboard/info.php:
|
956 |
msgid "Visit the"
|
957 |
msgstr ""
|
958 |
|
959 |
-
#: dashboard/info.php:
|
960 |
msgid "website"
|
961 |
msgstr ""
|
962 |
|
@@ -965,7 +964,7 @@ msgid "Disabled Ads"
|
|
965 |
msgstr ""
|
966 |
|
967 |
#: dashboard/publisher/adverts-disabled.php:21
|
968 |
-
#: dashboard/publisher/adverts-edit.php:
|
969 |
msgid "Activate"
|
970 |
msgstr ""
|
971 |
|
@@ -982,7 +981,7 @@ msgid "Start / End"
|
|
982 |
msgstr ""
|
983 |
|
984 |
#: dashboard/publisher/adverts-disabled.php:37
|
985 |
-
#: dashboard/publisher/adverts-edit.php:
|
986 |
#: dashboard/publisher/adverts-error.php:41
|
987 |
#: dashboard/publisher/adverts-main.php:41
|
988 |
msgid "Title"
|
@@ -1083,410 +1082,410 @@ msgstr ""
|
|
1083 |
msgid "This ad has been disabled and does not rotate on your site!"
|
1084 |
msgstr ""
|
1085 |
|
1086 |
-
#: dashboard/publisher/adverts-edit.php:
|
1087 |
msgid "New Advert"
|
1088 |
msgstr ""
|
1089 |
|
1090 |
-
#: dashboard/publisher/adverts-edit.php:
|
1091 |
msgid "Edit Advert"
|
1092 |
msgstr ""
|
1093 |
|
1094 |
-
#: dashboard/publisher/adverts-edit.php:
|
1095 |
msgid "AdCode"
|
1096 |
msgstr ""
|
1097 |
|
1098 |
-
#: dashboard/publisher/adverts-edit.php:
|
1099 |
msgid "Basic Examples:"
|
1100 |
msgstr ""
|
1101 |
|
1102 |
-
#: dashboard/publisher/adverts-edit.php:
|
1103 |
msgid "Useful tags"
|
1104 |
msgstr ""
|
1105 |
|
1106 |
-
#: dashboard/publisher/adverts-edit.php:
|
1107 |
msgid "Insert the advert ID Number."
|
1108 |
msgstr ""
|
1109 |
|
1110 |
-
#: dashboard/publisher/adverts-edit.php:
|
1111 |
msgid "Required when selecting a image below."
|
1112 |
msgstr ""
|
1113 |
|
1114 |
-
#: dashboard/publisher/adverts-edit.php:
|
1115 |
msgid "Insert the advert name."
|
1116 |
msgstr ""
|
1117 |
|
1118 |
-
#: dashboard/publisher/adverts-edit.php:
|
1119 |
msgid "Insert a random seed. Useful for DFP/DoubleClick type adverts."
|
1120 |
msgstr ""
|
1121 |
|
1122 |
-
#: dashboard/publisher/adverts-edit.php:
|
1123 |
msgid "Add inside the <a> tag to open advert in a new window."
|
1124 |
msgstr ""
|
1125 |
|
1126 |
-
#: dashboard/publisher/adverts-edit.php:
|
1127 |
msgid "Add inside the <a> tag to tell crawlers to ignore this link"
|
1128 |
msgstr ""
|
1129 |
|
1130 |
-
#: dashboard/publisher/adverts-edit.php:
|
1131 |
msgid ""
|
1132 |
"Place the cursor in your AdCode where you want to add any of these tags and "
|
1133 |
"click to add it."
|
1134 |
msgstr ""
|
1135 |
|
1136 |
-
#: dashboard/publisher/adverts-edit.php:
|
1137 |
msgid "Preview"
|
1138 |
msgstr ""
|
1139 |
|
1140 |
-
#: dashboard/publisher/adverts-edit.php:
|
1141 |
msgid ""
|
1142 |
"Note: While this preview is an accurate one, it might look different then it "
|
1143 |
"does on the website."
|
1144 |
msgstr ""
|
1145 |
|
1146 |
-
#: dashboard/publisher/adverts-edit.php:
|
1147 |
msgid ""
|
1148 |
"This is because of CSS differences. Your themes CSS file is not active here!"
|
1149 |
msgstr ""
|
1150 |
|
1151 |
-
#: dashboard/publisher/adverts-edit.php:
|
1152 |
msgid "Banner asset"
|
1153 |
msgstr ""
|
1154 |
|
1155 |
-
#: dashboard/publisher/adverts-edit.php:
|
1156 |
msgid "WordPress media:"
|
1157 |
msgstr ""
|
1158 |
|
1159 |
-
#: dashboard/publisher/adverts-edit.php:
|
1160 |
msgid "Select Banner"
|
1161 |
msgstr ""
|
1162 |
|
1163 |
-
#: dashboard/publisher/adverts-edit.php:
|
1164 |
msgid "- OR -"
|
1165 |
msgstr ""
|
1166 |
|
1167 |
-
#: dashboard/publisher/adverts-edit.php:
|
1168 |
msgid "Banner folder:"
|
1169 |
msgstr ""
|
1170 |
|
1171 |
-
#: dashboard/publisher/adverts-edit.php:
|
1172 |
msgid "No image selected"
|
1173 |
msgstr ""
|
1174 |
|
1175 |
-
#: dashboard/publisher/adverts-edit.php:
|
1176 |
msgid "Use %image% in the adcode instead of the file path."
|
1177 |
msgstr ""
|
1178 |
|
1179 |
-
#: dashboard/publisher/adverts-edit.php:
|
1180 |
msgid ""
|
1181 |
"Use either the text field or the dropdown. If the textfield has content that "
|
1182 |
"field has priority."
|
1183 |
msgstr ""
|
1184 |
|
1185 |
-
#: dashboard/publisher/adverts-edit.php:
|
1186 |
#: dashboard/settings/statistics.php:12
|
1187 |
msgid "Statistics"
|
1188 |
msgstr ""
|
1189 |
|
1190 |
-
#: dashboard/publisher/adverts-edit.php:
|
1191 |
msgid "Enable click and impression tracking for this advert."
|
1192 |
msgstr ""
|
1193 |
|
1194 |
-
#: dashboard/publisher/adverts-edit.php:
|
1195 |
msgid ""
|
1196 |
"Note: Clicktracking does not work for Javascript adverts such as those "
|
1197 |
"provided by Google AdSense/DFP/DoubleClick. HTML5/Flash adverts are not "
|
1198 |
"always supported."
|
1199 |
msgstr ""
|
1200 |
|
1201 |
-
#: dashboard/publisher/adverts-edit.php:
|
1202 |
msgid "Yes, this ad will be used"
|
1203 |
msgstr ""
|
1204 |
|
1205 |
-
#: dashboard/publisher/adverts-edit.php:
|
1206 |
msgid "No, do not show this ad anywhere"
|
1207 |
msgstr ""
|
1208 |
|
1209 |
-
#: dashboard/publisher/adverts-edit.php:
|
1210 |
#: dashboard/publisher/adverts-main.php:114
|
1211 |
#: dashboard/publisher/groups-edit.php:75
|
1212 |
#: dashboard/publisher/groups-main.php:89
|
1213 |
msgid "Get more features with AdRotate Pro."
|
1214 |
msgstr ""
|
1215 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1216 |
#: dashboard/publisher/adverts-edit.php:192
|
1217 |
#: dashboard/publisher/adverts-edit.php:292
|
1218 |
#: dashboard/publisher/adverts-edit.php:387
|
1219 |
#: dashboard/publisher/adverts-edit.php:428
|
1220 |
-
msgid "Save Advert"
|
1221 |
-
msgstr ""
|
1222 |
-
|
1223 |
-
#: dashboard/publisher/adverts-edit.php:193
|
1224 |
-
#: dashboard/publisher/adverts-edit.php:293
|
1225 |
-
#: dashboard/publisher/adverts-edit.php:388
|
1226 |
-
#: dashboard/publisher/adverts-edit.php:429
|
1227 |
#: dashboard/publisher/groups-edit.php:154
|
1228 |
#: dashboard/publisher/groups-edit.php:301
|
1229 |
#: dashboard/publisher/groups-edit.php:393
|
1230 |
msgid "Cancel"
|
1231 |
msgstr ""
|
1232 |
|
1233 |
-
#: dashboard/publisher/adverts-edit.php:
|
1234 |
-
#: dashboard/publisher/adverts-edit.php:
|
1235 |
#: dashboard/publisher/groups-edit.php:136
|
1236 |
#: dashboard/publisher/groups-edit.php:283
|
1237 |
msgid "Usage"
|
1238 |
msgstr ""
|
1239 |
|
1240 |
-
#: dashboard/publisher/adverts-edit.php:
|
1241 |
-
#: dashboard/publisher/adverts-edit.php:
|
1242 |
#: dashboard/publisher/groups-edit.php:140
|
1243 |
#: dashboard/publisher/groups-edit.php:287
|
1244 |
msgid "Widget"
|
1245 |
msgstr ""
|
1246 |
|
1247 |
-
#: dashboard/publisher/adverts-edit.php:
|
1248 |
-
#: dashboard/publisher/adverts-edit.php:
|
1249 |
msgid ""
|
1250 |
"Drag the AdRotate widget to the sidebar you want it in, select \"Single Ad\" "
|
1251 |
"and enter ID"
|
1252 |
msgstr ""
|
1253 |
|
1254 |
-
#: dashboard/publisher/adverts-edit.php:
|
1255 |
-
#: dashboard/publisher/adverts-edit.php:
|
1256 |
#: dashboard/publisher/groups-edit.php:144
|
1257 |
#: dashboard/publisher/groups-edit.php:291
|
1258 |
msgid "In a post or page"
|
1259 |
msgstr ""
|
1260 |
|
1261 |
-
#: dashboard/publisher/adverts-edit.php:
|
1262 |
-
#: dashboard/publisher/adverts-edit.php:
|
1263 |
#: dashboard/publisher/groups-edit.php:146
|
1264 |
#: dashboard/publisher/groups-edit.php:293
|
1265 |
msgid "Directly in a theme"
|
1266 |
msgstr ""
|
1267 |
|
1268 |
-
#: dashboard/publisher/adverts-edit.php:
|
1269 |
msgid "Schedule your advert"
|
1270 |
msgstr ""
|
1271 |
|
1272 |
-
#: dashboard/publisher/adverts-edit.php:
|
1273 |
msgid "Start date (day/month/year)"
|
1274 |
msgstr ""
|
1275 |
|
1276 |
-
#: dashboard/publisher/adverts-edit.php:
|
1277 |
msgid "End date (day/month/year)"
|
1278 |
msgstr ""
|
1279 |
|
1280 |
-
#: dashboard/publisher/adverts-edit.php:
|
1281 |
msgid "Start time (hh:mm)"
|
1282 |
msgstr ""
|
1283 |
|
1284 |
-
#: dashboard/publisher/adverts-edit.php:
|
1285 |
msgid "End time (hh:mm)"
|
1286 |
msgstr ""
|
1287 |
|
1288 |
-
#: dashboard/publisher/adverts-edit.php:
|
1289 |
msgid "Maximum Clicks"
|
1290 |
msgstr ""
|
1291 |
|
1292 |
-
#: dashboard/publisher/adverts-edit.php:
|
1293 |
-
#: dashboard/publisher/adverts-edit.php:
|
1294 |
msgid "Leave empty or 0 to skip this."
|
1295 |
msgstr ""
|
1296 |
|
1297 |
-
#: dashboard/publisher/adverts-edit.php:
|
1298 |
msgid "Maximum Impressions"
|
1299 |
msgstr ""
|
1300 |
|
1301 |
-
#: dashboard/publisher/adverts-edit.php:
|
1302 |
msgid "Important"
|
1303 |
msgstr ""
|
1304 |
|
1305 |
-
#: dashboard/publisher/adverts-edit.php:
|
1306 |
msgid ""
|
1307 |
"Note: Time uses a 24 hour clock. When you are used to the AM/PM system keep "
|
1308 |
"this in mind: If the start or end time is after lunch, add 12 hours. 2PM is "
|
1309 |
"14:00 hours. 6AM is 6:00 hours."
|
1310 |
msgstr ""
|
1311 |
|
1312 |
-
#: dashboard/publisher/adverts-edit.php:
|
1313 |
msgid ""
|
1314 |
"Create multiple and more advanced schedules for each advert with AdRotate "
|
1315 |
"Pro."
|
1316 |
msgstr ""
|
1317 |
|
1318 |
-
#: dashboard/publisher/adverts-edit.php:
|
1319 |
-
#: dashboard/publisher/adverts-edit.php:
|
1320 |
-
#: dashboard/publisher/adverts-edit.php:
|
1321 |
#: dashboard/publisher/groups-edit.php:200
|
1322 |
msgid "Upgrade today"
|
1323 |
msgstr ""
|
1324 |
|
1325 |
-
#: dashboard/publisher/adverts-edit.php:
|
1326 |
#: dashboard/publisher/groups-edit.php:157
|
1327 |
msgid "Advanced"
|
1328 |
msgstr ""
|
1329 |
|
1330 |
-
#: dashboard/publisher/adverts-edit.php:
|
1331 |
msgid "Everything below is optional."
|
1332 |
msgstr ""
|
1333 |
|
1334 |
-
#: dashboard/publisher/adverts-edit.php:
|
1335 |
msgid "Mobile"
|
1336 |
msgstr ""
|
1337 |
|
1338 |
-
#: dashboard/publisher/adverts-edit.php:
|
1339 |
msgid "Show on;"
|
1340 |
msgstr ""
|
1341 |
|
1342 |
-
#: dashboard/publisher/adverts-edit.php:
|
1343 |
msgid "Computers"
|
1344 |
msgstr ""
|
1345 |
|
1346 |
-
#: dashboard/publisher/adverts-edit.php:
|
1347 |
msgid "Smartphones"
|
1348 |
msgstr ""
|
1349 |
|
1350 |
-
#: dashboard/publisher/adverts-edit.php:
|
1351 |
msgid "Tablets."
|
1352 |
msgstr ""
|
1353 |
|
1354 |
-
#: dashboard/publisher/adverts-edit.php:
|
1355 |
msgid "Also enable mobile support in the group this advert goes in."
|
1356 |
msgstr ""
|
1357 |
|
1358 |
-
#: dashboard/publisher/adverts-edit.php:
|
1359 |
msgid "Responsive"
|
1360 |
msgstr ""
|
1361 |
|
1362 |
-
#: dashboard/publisher/adverts-edit.php:
|
1363 |
msgid "Enable responsive support for this advert."
|
1364 |
msgstr ""
|
1365 |
|
1366 |
-
#: dashboard/publisher/adverts-edit.php:
|
1367 |
msgid ""
|
1368 |
"Upload your images to the banner folder and make sure the filename is in the "
|
1369 |
"following format; \"imagename.full.ext\"."
|
1370 |
msgstr ""
|
1371 |
|
1372 |
-
#: dashboard/publisher/adverts-edit.php:
|
1373 |
#: dashboard/publisher/adverts-report.php:58
|
1374 |
#: dashboard/publisher/groups-report.php:64
|
1375 |
msgid "Note:"
|
1376 |
msgstr ""
|
1377 |
|
1378 |
-
#: dashboard/publisher/adverts-edit.php:
|
1379 |
msgid ""
|
1380 |
"This feature will not be developed any further. Consider switching to the "
|
1381 |
"Mobile feature in AdRotate Pro as seen above!"
|
1382 |
msgstr ""
|
1383 |
|
1384 |
-
#: dashboard/publisher/adverts-edit.php:
|
1385 |
#: dashboard/publisher/groups-edit.php:194
|
1386 |
msgid "Sortorder"
|
1387 |
msgstr ""
|
1388 |
|
1389 |
-
#: dashboard/publisher/adverts-edit.php:
|
1390 |
#: dashboard/publisher/groups-edit.php:196
|
1391 |
msgid "For administrative purposes set a sortorder."
|
1392 |
msgstr ""
|
1393 |
|
1394 |
-
#: dashboard/publisher/adverts-edit.php:
|
1395 |
msgid "Leave empty or 0 to skip this. Will default to ad id."
|
1396 |
msgstr ""
|
1397 |
|
1398 |
-
#: dashboard/publisher/adverts-edit.php:
|
1399 |
msgid ""
|
1400 |
"With AdRotate Pro you can easily select which devices the advert should show "
|
1401 |
"on!"
|
1402 |
msgstr ""
|
1403 |
|
1404 |
-
#: dashboard/publisher/adverts-edit.php:
|
1405 |
msgid "Geo Targeting in AdRotate Pro"
|
1406 |
msgstr ""
|
1407 |
|
1408 |
-
#: dashboard/publisher/adverts-edit.php:
|
1409 |
msgid ""
|
1410 |
"Assign the advert to a group and enable that group to use Geo Targeting."
|
1411 |
msgstr ""
|
1412 |
|
1413 |
-
#: dashboard/publisher/adverts-edit.php:
|
1414 |
msgid "Cities/States"
|
1415 |
msgstr ""
|
1416 |
|
1417 |
-
#: dashboard/publisher/adverts-edit.php:
|
1418 |
msgid ""
|
1419 |
"A comma separated list of cities (or the Metro ID) and/or states (Also the "
|
1420 |
"states ISO codes are supported)"
|
1421 |
msgstr ""
|
1422 |
|
1423 |
-
#: dashboard/publisher/adverts-edit.php:
|
1424 |
msgid ""
|
1425 |
"AdRotate does not check the validity of names so make sure you spell them "
|
1426 |
"correctly!"
|
1427 |
msgstr ""
|
1428 |
|
1429 |
-
#: dashboard/publisher/adverts-edit.php:
|
1430 |
msgid "Countries"
|
1431 |
msgstr ""
|
1432 |
|
1433 |
-
#: dashboard/publisher/adverts-edit.php:
|
1434 |
msgid "Select the countries you want the adverts to show in."
|
1435 |
msgstr ""
|
1436 |
|
1437 |
-
#: dashboard/publisher/adverts-edit.php:
|
1438 |
msgid "Cities take priority and will be filtered first."
|
1439 |
msgstr ""
|
1440 |
|
1441 |
-
#: dashboard/publisher/adverts-edit.php:
|
1442 |
msgid "Target your audience with Geo Targeting in AdRotate Pro"
|
1443 |
msgstr ""
|
1444 |
|
1445 |
-
#: dashboard/publisher/adverts-edit.php:
|
1446 |
msgid "Select Groups"
|
1447 |
msgstr ""
|
1448 |
|
1449 |
-
#: dashboard/publisher/adverts-edit.php:
|
1450 |
msgid "ID - Name"
|
1451 |
msgstr ""
|
1452 |
|
1453 |
-
#: dashboard/publisher/adverts-edit.php:
|
1454 |
#: dashboard/publisher/groups-main.php:60
|
1455 |
#: dashboard/settings/geotargeting.php:39
|
1456 |
msgid "Default"
|
1457 |
msgstr ""
|
1458 |
|
1459 |
-
#: dashboard/publisher/adverts-edit.php:
|
1460 |
#: dashboard/publisher/groups-main.php:61
|
1461 |
msgid "Dynamic"
|
1462 |
msgstr ""
|
1463 |
|
1464 |
-
#: dashboard/publisher/adverts-edit.php:
|
1465 |
#: dashboard/publisher/groups-main.php:61
|
1466 |
msgid "second rotation"
|
1467 |
msgstr ""
|
1468 |
|
1469 |
-
#: dashboard/publisher/adverts-edit.php:
|
1470 |
#: dashboard/publisher/groups-main.php:62
|
1471 |
msgid "Block"
|
1472 |
msgstr ""
|
1473 |
|
1474 |
-
#: dashboard/publisher/adverts-edit.php:
|
1475 |
#: dashboard/publisher/groups-main.php:62
|
1476 |
msgid "grid"
|
1477 |
msgstr ""
|
1478 |
|
1479 |
-
#: dashboard/publisher/adverts-edit.php:
|
1480 |
#: dashboard/publisher/groups-edit.php:202
|
1481 |
#: dashboard/publisher/groups-main.php:63
|
1482 |
msgid "Post Injection"
|
1483 |
msgstr ""
|
1484 |
|
1485 |
-
#: dashboard/publisher/adverts-edit.php:
|
1486 |
msgid "Geolocation"
|
1487 |
msgstr ""
|
1488 |
|
1489 |
-
#: dashboard/publisher/adverts-edit.php:
|
1490 |
#: dashboard/publisher/groups-edit.php:61
|
1491 |
#: dashboard/publisher/groups-main.php:70
|
1492 |
msgid "Mode"
|
@@ -1983,138 +1982,148 @@ msgid "Some options are only available in AdRotate Pro!"
|
|
1983 |
msgstr ""
|
1984 |
|
1985 |
#: dashboard/settings/general.php:16
|
1986 |
-
msgid "
|
1987 |
msgstr ""
|
1988 |
|
1989 |
#: dashboard/settings/general.php:17
|
1990 |
msgid ""
|
1991 |
-
"Enable if your theme does not support shortcodes in the
|
1992 |
-
"widget."
|
1993 |
msgstr ""
|
1994 |
|
1995 |
#: dashboard/settings/general.php:20
|
1996 |
-
msgid "
|
1997 |
msgstr ""
|
1998 |
|
1999 |
#: dashboard/settings/general.php:21
|
2000 |
msgid ""
|
2001 |
-
"
|
2002 |
-
"
|
2003 |
msgstr ""
|
2004 |
|
2005 |
#: dashboard/settings/general.php:24
|
2006 |
-
msgid "
|
2007 |
msgstr ""
|
2008 |
|
2009 |
#: dashboard/settings/general.php:25
|
2010 |
msgid ""
|
2011 |
-
"Enable
|
2012 |
-
"
|
2013 |
msgstr ""
|
2014 |
|
2015 |
#: dashboard/settings/general.php:28
|
2016 |
-
msgid "Load
|
2017 |
msgstr ""
|
2018 |
|
2019 |
#: dashboard/settings/general.php:29
|
2020 |
msgid ""
|
2021 |
-
"Enable
|
2022 |
-
"
|
2023 |
msgstr ""
|
2024 |
|
2025 |
#: dashboard/settings/general.php:32
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2026 |
msgid "Adblock disguise"
|
2027 |
msgstr ""
|
2028 |
|
2029 |
-
#: dashboard/settings/general.php:
|
2030 |
msgid "Leave empty to disable. Use only lowercaps letters. For example:"
|
2031 |
msgstr ""
|
2032 |
|
2033 |
-
#: dashboard/settings/general.php:
|
2034 |
msgid ""
|
2035 |
"Try and avoid adblock plugins in most modern browsers when using shortcodes."
|
2036 |
msgstr ""
|
2037 |
|
2038 |
-
#: dashboard/settings/general.php:
|
2039 |
msgid ""
|
2040 |
"To also apply this feature to widgets, use a text widget with a shortcode "
|
2041 |
"instead of the AdRotate widget."
|
2042 |
msgstr ""
|
2043 |
|
2044 |
-
#: dashboard/settings/general.php:
|
2045 |
msgid ""
|
2046 |
"Avoid the use of obvious keywords or filenames in your adverts or this "
|
2047 |
"feature will have little effect!"
|
2048 |
msgstr ""
|
2049 |
|
2050 |
-
#: dashboard/settings/general.php:
|
2051 |
msgid "Banner Folder"
|
2052 |
msgstr ""
|
2053 |
|
2054 |
-
#: dashboard/settings/general.php:
|
2055 |
msgid "Set a location where your banner images will be stored."
|
2056 |
msgstr ""
|
2057 |
|
2058 |
-
#: dashboard/settings/general.php:
|
2059 |
msgid "Location"
|
2060 |
msgstr ""
|
2061 |
|
2062 |
-
#: dashboard/settings/general.php:
|
2063 |
msgid "(Default: wp-content/banners/)."
|
2064 |
msgstr ""
|
2065 |
|
2066 |
-
#: dashboard/settings/general.php:
|
2067 |
msgid ""
|
2068 |
"To try and trick ad blockers you could set the folder to something crazy "
|
2069 |
"like:"
|
2070 |
msgstr ""
|
2071 |
|
2072 |
-
#: dashboard/settings/general.php:
|
2073 |
msgid ""
|
2074 |
"This folder will not be automatically created if it doesn't exist. AdRotate "
|
2075 |
"will show errors when the folder is missing."
|
2076 |
msgstr ""
|
2077 |
|
2078 |
-
#: dashboard/settings/general.php:
|
2079 |
msgid "Bot filter"
|
2080 |
msgstr ""
|
2081 |
|
2082 |
-
#: dashboard/settings/general.php:
|
2083 |
msgid "The bot filter is used for the AdRotate stats tracker."
|
2084 |
msgstr ""
|
2085 |
|
2086 |
-
#: dashboard/settings/general.php:
|
2087 |
msgid "User-Agent Filter"
|
2088 |
msgstr ""
|
2089 |
|
2090 |
-
#: dashboard/settings/general.php:
|
2091 |
msgid ""
|
2092 |
"A comma separated list of keywords. Filter out bots/crawlers/user-agents."
|
2093 |
msgstr ""
|
2094 |
|
2095 |
-
#: dashboard/settings/general.php:
|
2096 |
msgid ""
|
2097 |
"Keep in mind that this might give false positives. The word 'fire' also "
|
2098 |
"matches 'firefox', but not vice-versa. So be careful!"
|
2099 |
msgstr ""
|
2100 |
|
2101 |
-
#: dashboard/settings/general.php:
|
2102 |
msgid ""
|
2103 |
"Only words with alphanumeric characters and [ - _ ] are allowed. All other "
|
2104 |
"characters are stripped out."
|
2105 |
msgstr ""
|
2106 |
|
2107 |
-
#: dashboard/settings/general.php:
|
2108 |
msgid ""
|
2109 |
"Additionally to the list specified here, empty User-Agents are blocked as "
|
2110 |
"well."
|
2111 |
msgstr ""
|
2112 |
|
2113 |
-
#: dashboard/settings/general.php:
|
2114 |
msgid "Learn more about"
|
2115 |
msgstr ""
|
2116 |
|
2117 |
-
#: dashboard/settings/general.php:
|
2118 |
msgid "user-agents"
|
2119 |
msgstr ""
|
2120 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: AdRotate\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-12-05 00:44+0800\n"
|
6 |
+
"PO-Revision-Date: 2015-12-05 00:44+0800\n"
|
7 |
"Last-Translator: Arnan de Gans <info@ajdg.net>\n"
|
8 |
"Language-Team: Arnan de Gans from AJdG Solutions <info@adrotateplugin.com>\n"
|
9 |
"Language: en_US\n"
|
115 |
msgid "Unexpected error"
|
116 |
msgstr ""
|
117 |
|
118 |
+
#: adrotate-manage-publisher.php:709
|
119 |
msgid "AdRotate Advertiser"
|
120 |
msgstr ""
|
121 |
|
122 |
+
#: adrotate-output.php:637
|
123 |
msgid "Oh no! Something went wrong!"
|
124 |
msgstr ""
|
125 |
|
126 |
+
#: adrotate-output.php:638
|
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."
|
130 |
msgstr ""
|
131 |
|
132 |
+
#: adrotate-output.php:639
|
133 |
msgid ""
|
134 |
"If you have received the url you want to visit via email, you are being "
|
135 |
"tricked!"
|
136 |
msgstr ""
|
137 |
|
138 |
+
#: adrotate-output.php:640
|
139 |
msgid "Contact support if the issue persists:"
|
140 |
msgstr ""
|
141 |
|
142 |
+
#: adrotate-output.php:658
|
143 |
msgid ""
|
144 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
145 |
"restrictions or does not exist!"
|
146 |
msgstr ""
|
147 |
|
148 |
+
#: adrotate-output.php:660
|
149 |
msgid ""
|
150 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
151 |
"restrictions!"
|
152 |
msgstr ""
|
153 |
|
154 |
+
#: adrotate-output.php:667 adrotate-output.php:669
|
155 |
msgid ""
|
156 |
"Either there are no banners, they are disabled or none qualified for this "
|
157 |
"location!"
|
158 |
msgstr ""
|
159 |
|
160 |
+
#: adrotate-output.php:675
|
161 |
msgid "Error, no Ad ID set! Check your syntax!"
|
162 |
msgstr ""
|
163 |
|
164 |
+
#: adrotate-output.php:681
|
165 |
msgid "Error, no group ID set! Check your syntax!"
|
166 |
msgstr ""
|
167 |
|
168 |
+
#: adrotate-output.php:686
|
169 |
msgid "Error, group does not exist! Check your syntax!"
|
170 |
msgstr ""
|
171 |
|
172 |
+
#: adrotate-output.php:692
|
173 |
msgid ""
|
174 |
"There was an error locating the database tables for AdRotate. Please "
|
175 |
"deactivate and re-activate AdRotate from the plugin page!!"
|
176 |
msgstr ""
|
177 |
|
178 |
+
#: adrotate-output.php:692
|
179 |
msgid "If this does not solve the issue please seek support at"
|
180 |
msgstr ""
|
181 |
|
182 |
+
#: adrotate-output.php:698
|
183 |
msgid "An unknown error occured."
|
184 |
msgstr ""
|
185 |
|
186 |
+
#: adrotate-output.php:723
|
187 |
msgid "active ad(s) expired."
|
188 |
msgstr ""
|
189 |
|
190 |
+
#: adrotate-output.php:723
|
191 |
msgid "Take action now"
|
192 |
msgstr ""
|
193 |
|
194 |
+
#: adrotate-output.php:725
|
195 |
msgid "active ad(s) are about to expire."
|
196 |
msgstr ""
|
197 |
|
198 |
+
#: adrotate-output.php:725
|
199 |
msgid "Check it out"
|
200 |
msgstr ""
|
201 |
|
202 |
+
#: adrotate-output.php:727
|
203 |
msgid "active ad(s) with configuration errors."
|
204 |
msgstr ""
|
205 |
|
206 |
+
#: adrotate-output.php:727
|
207 |
msgid "Solve this"
|
208 |
msgstr ""
|
209 |
|
210 |
+
#: adrotate-output.php:729
|
211 |
msgid "ad(s) expired."
|
212 |
msgstr ""
|
213 |
|
214 |
+
#: adrotate-output.php:729
|
215 |
msgid "ad(s) are about to expire."
|
216 |
msgstr ""
|
217 |
|
218 |
+
#: adrotate-output.php:729
|
219 |
msgid "ad(s) with configuration errors."
|
220 |
msgstr ""
|
221 |
|
222 |
+
#: adrotate-output.php:729
|
223 |
msgid "Fix this as soon as possible"
|
224 |
msgstr ""
|
225 |
|
226 |
+
#: adrotate-output.php:741 dashboard/adrotatepro.php:106
|
227 |
+
#: dashboard/adrotatepro.php:107 dashboard/adrotatepro.php:108
|
228 |
+
#: dashboard/adrotatepro.php:109 dashboard/adrotatepro.php:118
|
229 |
+
#: dashboard/adrotatepro.php:119 dashboard/adrotatepro.php:120
|
230 |
+
#: dashboard/adrotatepro.php:121 dashboard/info.php:114 dashboard/info.php:115
|
231 |
+
#: dashboard/info.php:116 dashboard/info.php:117 dashboard/info.php:126
|
232 |
+
#: dashboard/info.php:127 dashboard/info.php:128 dashboard/info.php:129
|
233 |
#: dashboard/settings/geotargeting.php:26
|
234 |
msgid "Buy now"
|
235 |
msgstr ""
|
236 |
|
237 |
+
#: adrotate-output.php:742
|
238 |
msgid ""
|
239 |
"You've been using <strong>AdRotate</strong> for a while now. Why not upgrade "
|
240 |
"to the <strong>PRO</strong> version"
|
241 |
msgstr ""
|
242 |
|
243 |
+
#: adrotate-output.php:742
|
244 |
#, php-format
|
245 |
msgid ""
|
246 |
"Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
|
247 |
msgstr ""
|
248 |
|
249 |
+
#: adrotate-output.php:742
|
250 |
msgid "Thank you for your purchase!"
|
251 |
msgstr ""
|
252 |
|
253 |
+
#: adrotate-output.php:786
|
254 |
msgid ""
|
255 |
"Welcome, and thanks for using AdRotate. Everything related to AdRotate is in "
|
256 |
"this menu. Check out the"
|
257 |
msgstr ""
|
258 |
|
259 |
+
#: adrotate-output.php:786
|
260 |
msgid "manuals"
|
261 |
msgstr ""
|
262 |
|
263 |
+
#: adrotate-output.php:786 adrotate-output.php:859
|
264 |
msgid "and"
|
265 |
msgstr ""
|
266 |
|
267 |
+
#: adrotate-output.php:786
|
268 |
msgid "forums"
|
269 |
msgstr ""
|
270 |
|
271 |
+
#: adrotate-output.php:819
|
272 |
msgid "Useful Links"
|
273 |
msgstr ""
|
274 |
|
275 |
+
#: adrotate-output.php:820
|
276 |
msgid "Useful links to learn more about AdRotate"
|
277 |
msgstr ""
|
278 |
|
279 |
+
#: adrotate-output.php:822
|
280 |
+
msgid "AdRotate website"
|
281 |
msgstr ""
|
282 |
|
283 |
+
#: adrotate-output.php:823
|
284 |
msgid "Getting Started With AdRotate"
|
285 |
msgstr ""
|
286 |
|
287 |
+
#: adrotate-output.php:824
|
288 |
msgid "AdRotate manuals"
|
289 |
msgstr ""
|
290 |
|
291 |
+
#: adrotate-output.php:825
|
292 |
msgid "AdRotate Support Forum"
|
293 |
msgstr ""
|
294 |
|
295 |
+
#: adrotate-output.php:851
|
296 |
msgid "Help AdRotate Grow"
|
297 |
msgstr ""
|
298 |
|
299 |
+
#: adrotate-output.php:852
|
300 |
msgid "Brought to you by"
|
301 |
msgstr ""
|
302 |
|
303 |
+
#: adrotate-output.php:859
|
304 |
msgid ""
|
305 |
"A lot of users only think to review AdRotate when something goes wrong while "
|
306 |
"thousands of people use AdRotate satisfactory. Don't let this go unnoticed."
|
307 |
msgstr ""
|
308 |
|
309 |
+
#: adrotate-output.php:859
|
310 |
msgid "If you find AdRotate useful please leave your honest"
|
311 |
msgstr ""
|
312 |
|
313 |
+
#: adrotate-output.php:859
|
314 |
msgid "rating"
|
315 |
msgstr ""
|
316 |
|
317 |
+
#: adrotate-output.php:859
|
318 |
msgid "review"
|
319 |
msgstr ""
|
320 |
|
321 |
+
#: adrotate-output.php:859
|
322 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
323 |
msgstr ""
|
324 |
|
325 |
+
#: adrotate-output.php:891
|
326 |
msgid "Available in AdRotate Pro"
|
327 |
msgstr ""
|
328 |
|
329 |
+
#: adrotate-output.php:891
|
330 |
msgid "More information..."
|
331 |
msgstr ""
|
332 |
|
333 |
+
#: adrotate-output.php:892
|
334 |
msgid "This feature is available in AdRotate Pro"
|
335 |
msgstr ""
|
336 |
|
337 |
+
#: adrotate-output.php:892
|
338 |
msgid "Learn more"
|
339 |
msgstr ""
|
340 |
|
341 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:220
|
342 |
+
#: dashboard/publisher/adverts-edit.php:241
|
343 |
+
msgid "January"
|
344 |
+
msgstr ""
|
345 |
+
|
346 |
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:221
|
347 |
#: dashboard/publisher/adverts-edit.php:242
|
348 |
+
msgid "February"
|
349 |
msgstr ""
|
350 |
|
351 |
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:222
|
352 |
#: dashboard/publisher/adverts-edit.php:243
|
353 |
+
msgid "March"
|
354 |
msgstr ""
|
355 |
|
356 |
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:223
|
357 |
#: dashboard/publisher/adverts-edit.php:244
|
358 |
+
msgid "April"
|
359 |
msgstr ""
|
360 |
|
361 |
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:224
|
362 |
#: dashboard/publisher/adverts-edit.php:245
|
363 |
+
msgid "May"
|
364 |
msgstr ""
|
365 |
|
366 |
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:225
|
367 |
#: dashboard/publisher/adverts-edit.php:246
|
368 |
+
msgid "June"
|
369 |
msgstr ""
|
370 |
|
371 |
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:226
|
372 |
#: dashboard/publisher/adverts-edit.php:247
|
373 |
+
msgid "July"
|
374 |
msgstr ""
|
375 |
|
376 |
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:227
|
377 |
#: dashboard/publisher/adverts-edit.php:248
|
378 |
+
msgid "August"
|
379 |
msgstr ""
|
380 |
|
381 |
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:228
|
382 |
#: dashboard/publisher/adverts-edit.php:249
|
383 |
+
msgid "September"
|
384 |
msgstr ""
|
385 |
|
386 |
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:229
|
387 |
#: dashboard/publisher/adverts-edit.php:250
|
388 |
+
msgid "October"
|
389 |
msgstr ""
|
390 |
|
391 |
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:230
|
392 |
#: dashboard/publisher/adverts-edit.php:251
|
393 |
+
msgid "November"
|
394 |
msgstr ""
|
395 |
|
396 |
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:231
|
397 |
#: dashboard/publisher/adverts-edit.php:252
|
|
|
|
|
|
|
|
|
|
|
398 |
msgid "December"
|
399 |
msgstr ""
|
400 |
|
521 |
"AdRotate Pro."
|
522 |
msgstr ""
|
523 |
|
524 |
+
#: adrotate.php:409 adrotate.php:496 dashboard/publisher/adverts-edit.php:188
|
525 |
#: dashboard/publisher/adverts-main.php:114
|
526 |
#: dashboard/publisher/groups-edit.php:75
|
527 |
#: dashboard/publisher/groups-main.php:89
|
558 |
msgid "End"
|
559 |
msgstr ""
|
560 |
|
561 |
+
#: adrotate.php:428 dashboard/publisher/adverts-edit.php:397
|
562 |
#: dashboard/publisher/groups-main.php:34
|
563 |
msgid "Ads"
|
564 |
msgstr ""
|
649 |
"\"imagename.full.ext\". A full set of sized images is strongly recommended."
|
650 |
msgstr ""
|
651 |
|
652 |
+
#: adrotate.php:503 dashboard/publisher/adverts-edit.php:311
|
653 |
msgid ""
|
654 |
"For smaller size images use \".320\", \".480\", \".768\" or \".1024\" in the "
|
655 |
"filename instead of \".full\" for the various viewports."
|
760 |
"forum. Get a solution (usually) within a day."
|
761 |
msgstr ""
|
762 |
|
763 |
+
#: dashboard/adrotatepro.php:48 dashboard/info.php:136
|
764 |
msgid "AdRotate is brought to you by"
|
765 |
msgstr ""
|
766 |
|
767 |
+
#: dashboard/adrotatepro.php:52 dashboard/info.php:140
|
768 |
msgid ""
|
769 |
+
"Premium plugins, support and services for WordPress and WooCommerce! I am a "
|
770 |
+
"digital nomad in the Philippines. Click on my name to find out more about me "
|
771 |
+
"and what I am doing. Thanks for your support and for using my plugins!"
|
772 |
msgstr ""
|
773 |
|
774 |
+
#: dashboard/adrotatepro.php:81
|
775 |
msgid "Schedule all campaigns with ease"
|
776 |
msgstr ""
|
777 |
|
778 |
+
#: dashboard/adrotatepro.php:84
|
779 |
msgid ""
|
780 |
"Schedule your adverts and set up advertising campaigns based on dates you or "
|
781 |
"your advertisers specify without hassle. Seasonal adverts, weekly adverts. "
|
783 |
"much more easy. You can set one or many schedules for adverts."
|
784 |
msgstr ""
|
785 |
|
786 |
+
#: dashboard/adrotatepro.php:88
|
787 |
msgid "Avoid adblockers"
|
788 |
msgstr ""
|
789 |
|
790 |
+
#: dashboard/adrotatepro.php:91
|
791 |
msgid ""
|
792 |
"Try and avoid adblockers so you adverts get the exposure you want them to "
|
793 |
"have. AdRotate Pro offers some advanced tools to deceive adblockers so your "
|
795 |
"adverts smartly so these features reach their full potential!"
|
796 |
msgstr ""
|
797 |
|
798 |
+
#: dashboard/adrotatepro.php:95
|
799 |
msgid "Stay up-to-date with notifications"
|
800 |
msgstr ""
|
801 |
|
802 |
+
#: dashboard/adrotatepro.php:98
|
803 |
msgid ""
|
804 |
"Stay in touch with Email notifications. Have AdRotate send you an alert when "
|
805 |
"adverts expire or need your attention. Additionally, you can have AdRotate "
|
808 |
"miss an expiration date again."
|
809 |
msgstr ""
|
810 |
|
811 |
+
#: dashboard/adrotatepro.php:102 dashboard/adrotatepro.php:114
|
812 |
+
#: dashboard/info.php:110 dashboard/info.php:122
|
813 |
msgid "Buy AdRotate Professional"
|
814 |
msgstr ""
|
815 |
|
816 |
+
#: dashboard/adrotatepro.php:106 dashboard/info.php:114
|
817 |
msgid "Single License"
|
818 |
msgstr ""
|
819 |
|
820 |
+
#: dashboard/adrotatepro.php:106 dashboard/info.php:114
|
821 |
msgid "For one WordPress installation."
|
822 |
msgstr ""
|
823 |
|
824 |
+
#: dashboard/adrotatepro.php:107 dashboard/adrotatepro.php:119
|
825 |
+
#: dashboard/info.php:115 dashboard/info.php:127
|
826 |
msgid "Duo License"
|
827 |
msgstr ""
|
828 |
|
829 |
+
#: dashboard/adrotatepro.php:107 dashboard/info.php:115
|
830 |
msgid "For two WordPress installations."
|
831 |
msgstr ""
|
832 |
|
833 |
+
#: dashboard/adrotatepro.php:108 dashboard/adrotatepro.php:120
|
834 |
+
#: dashboard/info.php:116 dashboard/info.php:128
|
835 |
msgid "Multi License"
|
836 |
msgstr ""
|
837 |
|
838 |
+
#: dashboard/adrotatepro.php:108 dashboard/info.php:116
|
839 |
msgid " For up to five WordPress installations."
|
840 |
msgstr ""
|
841 |
|
842 |
+
#: dashboard/adrotatepro.php:109 dashboard/adrotatepro.php:121
|
843 |
+
#: dashboard/info.php:117 dashboard/info.php:129
|
844 |
msgid "Developer License"
|
845 |
msgstr ""
|
846 |
|
847 |
+
#: dashboard/adrotatepro.php:109 dashboard/info.php:117
|
848 |
msgid "Unlimited WordPress installations and/or networks."
|
849 |
msgstr ""
|
850 |
|
851 |
+
#: dashboard/adrotatepro.php:110 dashboard/adrotatepro.php:123
|
852 |
+
#: dashboard/info.php:118 dashboard/info.php:131
|
853 |
msgid "Compare licenses"
|
854 |
msgstr ""
|
855 |
|
856 |
+
#: dashboard/adrotatepro.php:110 dashboard/info.php:118
|
857 |
msgid "Not sure which license is for you? Compare them..."
|
858 |
msgstr ""
|
859 |
|
860 |
+
#: dashboard/adrotatepro.php:110 dashboard/info.php:118
|
861 |
msgid "All Licenses"
|
862 |
msgstr ""
|
863 |
|
864 |
+
#: dashboard/adrotatepro.php:118 dashboard/info.php:126
|
865 |
msgid "Lifetime License"
|
866 |
msgstr ""
|
867 |
|
868 |
+
#: dashboard/adrotatepro.php:118 dashboard/info.php:126
|
869 |
msgid "Single installation."
|
870 |
msgstr ""
|
871 |
|
872 |
+
#: dashboard/adrotatepro.php:119 dashboard/info.php:127
|
873 |
msgid "Up to 2 installations."
|
874 |
msgstr ""
|
875 |
|
876 |
+
#: dashboard/adrotatepro.php:120 dashboard/info.php:128
|
877 |
msgid "Up to 10 installations."
|
878 |
msgstr ""
|
879 |
|
880 |
+
#: dashboard/adrotatepro.php:121 dashboard/info.php:129
|
881 |
msgid "Up to 25 installations or multisite networks."
|
882 |
msgstr ""
|
883 |
|
884 |
+
#: dashboard/adrotatepro.php:122 dashboard/info.php:130
|
885 |
msgid ""
|
886 |
"Subscriptions get 1 year access to updates, email support & AdRotate Geo."
|
887 |
msgstr ""
|
888 |
|
889 |
+
#: dashboard/adrotatepro.php:123 dashboard/info.php:131
|
890 |
msgid "Not sure which license is for you?"
|
891 |
msgstr ""
|
892 |
|
893 |
+
#: dashboard/adrotatepro.php:123 dashboard/info.php:131
|
894 |
msgid "Compare Licenses"
|
895 |
msgstr ""
|
896 |
|
927 |
msgstr ""
|
928 |
|
929 |
#: dashboard/info.php:55
|
930 |
+
msgid ""
|
931 |
+
"Your donation helps to improve AdRotate. Consider writing a review if you "
|
932 |
+
"like AdRotate. Also follow my Facebook page and twitter. Thank you!"
|
|
|
|
|
933 |
msgstr ""
|
934 |
|
935 |
+
#: dashboard/info.php:81
|
936 |
msgid "AdRotate News and Developer Blog"
|
937 |
msgstr ""
|
938 |
|
939 |
+
#: dashboard/info.php:103
|
940 |
msgid "Get more features with AdRotate Pro"
|
941 |
msgstr ""
|
942 |
|
943 |
+
#: dashboard/info.php:106
|
944 |
msgid ""
|
945 |
"Benefit from extra features to reinforce your income with advertising "
|
946 |
"campaigns. Make the most of your website with the powerful tools AdRotate "
|
947 |
"Pro offers on top of the trusted features included in the free version."
|
948 |
msgstr ""
|
949 |
|
950 |
+
#: dashboard/info.php:106
|
951 |
msgid "Want to know more about"
|
952 |
msgstr ""
|
953 |
|
954 |
+
#: dashboard/info.php:106
|
955 |
msgid "Visit the"
|
956 |
msgstr ""
|
957 |
|
958 |
+
#: dashboard/info.php:106
|
959 |
msgid "website"
|
960 |
msgstr ""
|
961 |
|
964 |
msgstr ""
|
965 |
|
966 |
#: dashboard/publisher/adverts-disabled.php:21
|
967 |
+
#: dashboard/publisher/adverts-edit.php:176
|
968 |
msgid "Activate"
|
969 |
msgstr ""
|
970 |
|
981 |
msgstr ""
|
982 |
|
983 |
#: dashboard/publisher/adverts-disabled.php:37
|
984 |
+
#: dashboard/publisher/adverts-edit.php:116
|
985 |
#: dashboard/publisher/adverts-error.php:41
|
986 |
#: dashboard/publisher/adverts-main.php:41
|
987 |
msgid "Title"
|
1082 |
msgid "This ad has been disabled and does not rotate on your site!"
|
1083 |
msgstr ""
|
1084 |
|
1085 |
+
#: dashboard/publisher/adverts-edit.php:108
|
1086 |
msgid "New Advert"
|
1087 |
msgstr ""
|
1088 |
|
1089 |
+
#: dashboard/publisher/adverts-edit.php:110
|
1090 |
msgid "Edit Advert"
|
1091 |
msgstr ""
|
1092 |
|
1093 |
+
#: dashboard/publisher/adverts-edit.php:122
|
1094 |
msgid "AdCode"
|
1095 |
msgstr ""
|
1096 |
|
1097 |
+
#: dashboard/publisher/adverts-edit.php:127
|
1098 |
msgid "Basic Examples:"
|
1099 |
msgstr ""
|
1100 |
|
1101 |
+
#: dashboard/publisher/adverts-edit.php:134
|
1102 |
msgid "Useful tags"
|
1103 |
msgstr ""
|
1104 |
|
1105 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1106 |
msgid "Insert the advert ID Number."
|
1107 |
msgstr ""
|
1108 |
|
1109 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1110 |
msgid "Required when selecting a image below."
|
1111 |
msgstr ""
|
1112 |
|
1113 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1114 |
msgid "Insert the advert name."
|
1115 |
msgstr ""
|
1116 |
|
1117 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1118 |
msgid "Insert a random seed. Useful for DFP/DoubleClick type adverts."
|
1119 |
msgstr ""
|
1120 |
|
1121 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1122 |
msgid "Add inside the <a> tag to open advert in a new window."
|
1123 |
msgstr ""
|
1124 |
|
1125 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1126 |
msgid "Add inside the <a> tag to tell crawlers to ignore this link"
|
1127 |
msgstr ""
|
1128 |
|
1129 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1130 |
msgid ""
|
1131 |
"Place the cursor in your AdCode where you want to add any of these tags and "
|
1132 |
"click to add it."
|
1133 |
msgstr ""
|
1134 |
|
1135 |
+
#: dashboard/publisher/adverts-edit.php:141
|
1136 |
msgid "Preview"
|
1137 |
msgstr ""
|
1138 |
|
1139 |
+
#: dashboard/publisher/adverts-edit.php:144
|
1140 |
msgid ""
|
1141 |
"Note: While this preview is an accurate one, it might look different then it "
|
1142 |
"does on the website."
|
1143 |
msgstr ""
|
1144 |
|
1145 |
+
#: dashboard/publisher/adverts-edit.php:145
|
1146 |
msgid ""
|
1147 |
"This is because of CSS differences. Your themes CSS file is not active here!"
|
1148 |
msgstr ""
|
1149 |
|
1150 |
+
#: dashboard/publisher/adverts-edit.php:150
|
1151 |
msgid "Banner asset"
|
1152 |
msgstr ""
|
1153 |
|
1154 |
+
#: dashboard/publisher/adverts-edit.php:153
|
1155 |
msgid "WordPress media:"
|
1156 |
msgstr ""
|
1157 |
|
1158 |
+
#: dashboard/publisher/adverts-edit.php:153
|
1159 |
msgid "Select Banner"
|
1160 |
msgstr ""
|
1161 |
|
1162 |
+
#: dashboard/publisher/adverts-edit.php:155
|
1163 |
msgid "- OR -"
|
1164 |
msgstr ""
|
1165 |
|
1166 |
+
#: dashboard/publisher/adverts-edit.php:157
|
1167 |
msgid "Banner folder:"
|
1168 |
msgstr ""
|
1169 |
|
1170 |
+
#: dashboard/publisher/adverts-edit.php:158
|
1171 |
msgid "No image selected"
|
1172 |
msgstr ""
|
1173 |
|
1174 |
+
#: dashboard/publisher/adverts-edit.php:162
|
1175 |
msgid "Use %image% in the adcode instead of the file path."
|
1176 |
msgstr ""
|
1177 |
|
1178 |
+
#: dashboard/publisher/adverts-edit.php:162
|
1179 |
msgid ""
|
1180 |
"Use either the text field or the dropdown. If the textfield has content that "
|
1181 |
"field has priority."
|
1182 |
msgstr ""
|
1183 |
|
1184 |
+
#: dashboard/publisher/adverts-edit.php:167
|
1185 |
#: dashboard/settings/statistics.php:12
|
1186 |
msgid "Statistics"
|
1187 |
msgstr ""
|
1188 |
|
1189 |
+
#: dashboard/publisher/adverts-edit.php:169
|
1190 |
msgid "Enable click and impression tracking for this advert."
|
1191 |
msgstr ""
|
1192 |
|
1193 |
+
#: dashboard/publisher/adverts-edit.php:170
|
1194 |
msgid ""
|
1195 |
"Note: Clicktracking does not work for Javascript adverts such as those "
|
1196 |
"provided by Google AdSense/DFP/DoubleClick. HTML5/Flash adverts are not "
|
1197 |
"always supported."
|
1198 |
msgstr ""
|
1199 |
|
1200 |
+
#: dashboard/publisher/adverts-edit.php:180
|
1201 |
msgid "Yes, this ad will be used"
|
1202 |
msgstr ""
|
1203 |
|
1204 |
+
#: dashboard/publisher/adverts-edit.php:181
|
1205 |
msgid "No, do not show this ad anywhere"
|
1206 |
msgstr ""
|
1207 |
|
1208 |
+
#: dashboard/publisher/adverts-edit.php:188
|
1209 |
#: dashboard/publisher/adverts-main.php:114
|
1210 |
#: dashboard/publisher/groups-edit.php:75
|
1211 |
#: dashboard/publisher/groups-main.php:89
|
1212 |
msgid "Get more features with AdRotate Pro."
|
1213 |
msgstr ""
|
1214 |
|
1215 |
+
#: dashboard/publisher/adverts-edit.php:191
|
1216 |
+
#: dashboard/publisher/adverts-edit.php:291
|
1217 |
+
#: dashboard/publisher/adverts-edit.php:386
|
1218 |
+
#: dashboard/publisher/adverts-edit.php:427
|
1219 |
+
msgid "Save Advert"
|
1220 |
+
msgstr ""
|
1221 |
+
|
1222 |
#: dashboard/publisher/adverts-edit.php:192
|
1223 |
#: dashboard/publisher/adverts-edit.php:292
|
1224 |
#: dashboard/publisher/adverts-edit.php:387
|
1225 |
#: dashboard/publisher/adverts-edit.php:428
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1226 |
#: dashboard/publisher/groups-edit.php:154
|
1227 |
#: dashboard/publisher/groups-edit.php:301
|
1228 |
#: dashboard/publisher/groups-edit.php:393
|
1229 |
msgid "Cancel"
|
1230 |
msgstr ""
|
1231 |
|
1232 |
+
#: dashboard/publisher/adverts-edit.php:195
|
1233 |
+
#: dashboard/publisher/adverts-edit.php:369
|
1234 |
#: dashboard/publisher/groups-edit.php:136
|
1235 |
#: dashboard/publisher/groups-edit.php:283
|
1236 |
msgid "Usage"
|
1237 |
msgstr ""
|
1238 |
|
1239 |
+
#: dashboard/publisher/adverts-edit.php:199
|
1240 |
+
#: dashboard/publisher/adverts-edit.php:373
|
1241 |
#: dashboard/publisher/groups-edit.php:140
|
1242 |
#: dashboard/publisher/groups-edit.php:287
|
1243 |
msgid "Widget"
|
1244 |
msgstr ""
|
1245 |
|
1246 |
+
#: dashboard/publisher/adverts-edit.php:200
|
1247 |
+
#: dashboard/publisher/adverts-edit.php:374
|
1248 |
msgid ""
|
1249 |
"Drag the AdRotate widget to the sidebar you want it in, select \"Single Ad\" "
|
1250 |
"and enter ID"
|
1251 |
msgstr ""
|
1252 |
|
1253 |
+
#: dashboard/publisher/adverts-edit.php:203
|
1254 |
+
#: dashboard/publisher/adverts-edit.php:377
|
1255 |
#: dashboard/publisher/groups-edit.php:144
|
1256 |
#: dashboard/publisher/groups-edit.php:291
|
1257 |
msgid "In a post or page"
|
1258 |
msgstr ""
|
1259 |
|
1260 |
+
#: dashboard/publisher/adverts-edit.php:205
|
1261 |
+
#: dashboard/publisher/adverts-edit.php:379
|
1262 |
#: dashboard/publisher/groups-edit.php:146
|
1263 |
#: dashboard/publisher/groups-edit.php:293
|
1264 |
msgid "Directly in a theme"
|
1265 |
msgstr ""
|
1266 |
|
1267 |
+
#: dashboard/publisher/adverts-edit.php:211
|
1268 |
msgid "Schedule your advert"
|
1269 |
msgstr ""
|
1270 |
|
1271 |
+
#: dashboard/publisher/adverts-edit.php:215
|
1272 |
msgid "Start date (day/month/year)"
|
1273 |
msgstr ""
|
1274 |
|
1275 |
+
#: dashboard/publisher/adverts-edit.php:236
|
1276 |
msgid "End date (day/month/year)"
|
1277 |
msgstr ""
|
1278 |
|
1279 |
+
#: dashboard/publisher/adverts-edit.php:259
|
1280 |
msgid "Start time (hh:mm)"
|
1281 |
msgstr ""
|
1282 |
|
1283 |
+
#: dashboard/publisher/adverts-edit.php:266
|
1284 |
msgid "End time (hh:mm)"
|
1285 |
msgstr ""
|
1286 |
|
1287 |
+
#: dashboard/publisher/adverts-edit.php:276
|
1288 |
msgid "Maximum Clicks"
|
1289 |
msgstr ""
|
1290 |
|
1291 |
+
#: dashboard/publisher/adverts-edit.php:277
|
1292 |
+
#: dashboard/publisher/adverts-edit.php:279
|
1293 |
msgid "Leave empty or 0 to skip this."
|
1294 |
msgstr ""
|
1295 |
|
1296 |
+
#: dashboard/publisher/adverts-edit.php:278
|
1297 |
msgid "Maximum Impressions"
|
1298 |
msgstr ""
|
1299 |
|
1300 |
+
#: dashboard/publisher/adverts-edit.php:283
|
1301 |
msgid "Important"
|
1302 |
msgstr ""
|
1303 |
|
1304 |
+
#: dashboard/publisher/adverts-edit.php:284
|
1305 |
msgid ""
|
1306 |
"Note: Time uses a 24 hour clock. When you are used to the AM/PM system keep "
|
1307 |
"this in mind: If the start or end time is after lunch, add 12 hours. 2PM is "
|
1308 |
"14:00 hours. 6AM is 6:00 hours."
|
1309 |
msgstr ""
|
1310 |
|
1311 |
+
#: dashboard/publisher/adverts-edit.php:288
|
1312 |
msgid ""
|
1313 |
"Create multiple and more advanced schedules for each advert with AdRotate "
|
1314 |
"Pro."
|
1315 |
msgstr ""
|
1316 |
|
1317 |
+
#: dashboard/publisher/adverts-edit.php:288
|
1318 |
+
#: dashboard/publisher/adverts-edit.php:323
|
1319 |
+
#: dashboard/publisher/adverts-edit.php:367
|
1320 |
#: dashboard/publisher/groups-edit.php:200
|
1321 |
msgid "Upgrade today"
|
1322 |
msgstr ""
|
1323 |
|
1324 |
+
#: dashboard/publisher/adverts-edit.php:295
|
1325 |
#: dashboard/publisher/groups-edit.php:157
|
1326 |
msgid "Advanced"
|
1327 |
msgstr ""
|
1328 |
|
1329 |
+
#: dashboard/publisher/adverts-edit.php:296
|
1330 |
msgid "Everything below is optional."
|
1331 |
msgstr ""
|
1332 |
|
1333 |
+
#: dashboard/publisher/adverts-edit.php:300
|
1334 |
msgid "Mobile"
|
1335 |
msgstr ""
|
1336 |
|
1337 |
+
#: dashboard/publisher/adverts-edit.php:302
|
1338 |
msgid "Show on;"
|
1339 |
msgstr ""
|
1340 |
|
1341 |
+
#: dashboard/publisher/adverts-edit.php:302
|
1342 |
msgid "Computers"
|
1343 |
msgstr ""
|
1344 |
|
1345 |
+
#: dashboard/publisher/adverts-edit.php:302
|
1346 |
msgid "Smartphones"
|
1347 |
msgstr ""
|
1348 |
|
1349 |
+
#: dashboard/publisher/adverts-edit.php:302
|
1350 |
msgid "Tablets."
|
1351 |
msgstr ""
|
1352 |
|
1353 |
+
#: dashboard/publisher/adverts-edit.php:303
|
1354 |
msgid "Also enable mobile support in the group this advert goes in."
|
1355 |
msgstr ""
|
1356 |
|
1357 |
+
#: dashboard/publisher/adverts-edit.php:307
|
1358 |
msgid "Responsive"
|
1359 |
msgstr ""
|
1360 |
|
1361 |
+
#: dashboard/publisher/adverts-edit.php:309
|
1362 |
msgid "Enable responsive support for this advert."
|
1363 |
msgstr ""
|
1364 |
|
1365 |
+
#: dashboard/publisher/adverts-edit.php:310
|
1366 |
msgid ""
|
1367 |
"Upload your images to the banner folder and make sure the filename is in the "
|
1368 |
"following format; \"imagename.full.ext\"."
|
1369 |
msgstr ""
|
1370 |
|
1371 |
+
#: dashboard/publisher/adverts-edit.php:312
|
1372 |
#: dashboard/publisher/adverts-report.php:58
|
1373 |
#: dashboard/publisher/groups-report.php:64
|
1374 |
msgid "Note:"
|
1375 |
msgstr ""
|
1376 |
|
1377 |
+
#: dashboard/publisher/adverts-edit.php:312
|
1378 |
msgid ""
|
1379 |
"This feature will not be developed any further. Consider switching to the "
|
1380 |
"Mobile feature in AdRotate Pro as seen above!"
|
1381 |
msgstr ""
|
1382 |
|
1383 |
+
#: dashboard/publisher/adverts-edit.php:316
|
1384 |
#: dashboard/publisher/groups-edit.php:194
|
1385 |
msgid "Sortorder"
|
1386 |
msgstr ""
|
1387 |
|
1388 |
+
#: dashboard/publisher/adverts-edit.php:318
|
1389 |
#: dashboard/publisher/groups-edit.php:196
|
1390 |
msgid "For administrative purposes set a sortorder."
|
1391 |
msgstr ""
|
1392 |
|
1393 |
+
#: dashboard/publisher/adverts-edit.php:318
|
1394 |
msgid "Leave empty or 0 to skip this. Will default to ad id."
|
1395 |
msgstr ""
|
1396 |
|
1397 |
+
#: dashboard/publisher/adverts-edit.php:323
|
1398 |
msgid ""
|
1399 |
"With AdRotate Pro you can easily select which devices the advert should show "
|
1400 |
"on!"
|
1401 |
msgstr ""
|
1402 |
|
1403 |
+
#: dashboard/publisher/adverts-edit.php:325
|
1404 |
msgid "Geo Targeting in AdRotate Pro"
|
1405 |
msgstr ""
|
1406 |
|
1407 |
+
#: dashboard/publisher/adverts-edit.php:326
|
1408 |
msgid ""
|
1409 |
"Assign the advert to a group and enable that group to use Geo Targeting."
|
1410 |
msgstr ""
|
1411 |
|
1412 |
+
#: dashboard/publisher/adverts-edit.php:330
|
1413 |
msgid "Cities/States"
|
1414 |
msgstr ""
|
1415 |
|
1416 |
+
#: dashboard/publisher/adverts-edit.php:333
|
1417 |
msgid ""
|
1418 |
"A comma separated list of cities (or the Metro ID) and/or states (Also the "
|
1419 |
"states ISO codes are supported)"
|
1420 |
msgstr ""
|
1421 |
|
1422 |
+
#: dashboard/publisher/adverts-edit.php:333
|
1423 |
msgid ""
|
1424 |
"AdRotate does not check the validity of names so make sure you spell them "
|
1425 |
"correctly!"
|
1426 |
msgstr ""
|
1427 |
|
1428 |
+
#: dashboard/publisher/adverts-edit.php:337
|
1429 |
msgid "Countries"
|
1430 |
msgstr ""
|
1431 |
|
1432 |
+
#: dashboard/publisher/adverts-edit.php:362
|
1433 |
msgid "Select the countries you want the adverts to show in."
|
1434 |
msgstr ""
|
1435 |
|
1436 |
+
#: dashboard/publisher/adverts-edit.php:362
|
1437 |
msgid "Cities take priority and will be filtered first."
|
1438 |
msgstr ""
|
1439 |
|
1440 |
+
#: dashboard/publisher/adverts-edit.php:367
|
1441 |
msgid "Target your audience with Geo Targeting in AdRotate Pro"
|
1442 |
msgstr ""
|
1443 |
|
1444 |
+
#: dashboard/publisher/adverts-edit.php:391
|
1445 |
msgid "Select Groups"
|
1446 |
msgstr ""
|
1447 |
|
1448 |
+
#: dashboard/publisher/adverts-edit.php:396
|
1449 |
msgid "ID - Name"
|
1450 |
msgstr ""
|
1451 |
|
1452 |
+
#: dashboard/publisher/adverts-edit.php:406
|
1453 |
#: dashboard/publisher/groups-main.php:60
|
1454 |
#: dashboard/settings/geotargeting.php:39
|
1455 |
msgid "Default"
|
1456 |
msgstr ""
|
1457 |
|
1458 |
+
#: dashboard/publisher/adverts-edit.php:407
|
1459 |
#: dashboard/publisher/groups-main.php:61
|
1460 |
msgid "Dynamic"
|
1461 |
msgstr ""
|
1462 |
|
1463 |
+
#: dashboard/publisher/adverts-edit.php:407
|
1464 |
#: dashboard/publisher/groups-main.php:61
|
1465 |
msgid "second rotation"
|
1466 |
msgstr ""
|
1467 |
|
1468 |
+
#: dashboard/publisher/adverts-edit.php:408
|
1469 |
#: dashboard/publisher/groups-main.php:62
|
1470 |
msgid "Block"
|
1471 |
msgstr ""
|
1472 |
|
1473 |
+
#: dashboard/publisher/adverts-edit.php:408
|
1474 |
#: dashboard/publisher/groups-main.php:62
|
1475 |
msgid "grid"
|
1476 |
msgstr ""
|
1477 |
|
1478 |
+
#: dashboard/publisher/adverts-edit.php:409
|
1479 |
#: dashboard/publisher/groups-edit.php:202
|
1480 |
#: dashboard/publisher/groups-main.php:63
|
1481 |
msgid "Post Injection"
|
1482 |
msgstr ""
|
1483 |
|
1484 |
+
#: dashboard/publisher/adverts-edit.php:410
|
1485 |
msgid "Geolocation"
|
1486 |
msgstr ""
|
1487 |
|
1488 |
+
#: dashboard/publisher/adverts-edit.php:416
|
1489 |
#: dashboard/publisher/groups-edit.php:61
|
1490 |
#: dashboard/publisher/groups-main.php:70
|
1491 |
msgid "Mode"
|
1982 |
msgstr ""
|
1983 |
|
1984 |
#: dashboard/settings/general.php:16
|
1985 |
+
msgid "Shortcode in widgets"
|
1986 |
msgstr ""
|
1987 |
|
1988 |
#: dashboard/settings/general.php:17
|
1989 |
msgid ""
|
1990 |
+
"Enable this option to if your theme does not support shortcodes in the "
|
1991 |
+
"WordPress text widget."
|
1992 |
msgstr ""
|
1993 |
|
1994 |
#: dashboard/settings/general.php:20
|
1995 |
+
msgid "Disable live preview"
|
1996 |
msgstr ""
|
1997 |
|
1998 |
#: dashboard/settings/general.php:21
|
1999 |
msgid ""
|
2000 |
+
"Enable this option if you have faulty adverts that overflow their designated "
|
2001 |
+
"area while creating/editing adverts."
|
2002 |
msgstr ""
|
2003 |
|
2004 |
#: dashboard/settings/general.php:24
|
2005 |
+
msgid "Disable dynamic mode"
|
2006 |
msgstr ""
|
2007 |
|
2008 |
#: dashboard/settings/general.php:25
|
2009 |
msgid ""
|
2010 |
+
"Enable this option to disable dynamic mode in groups for mobile devices if "
|
2011 |
+
"you notice skipping or jumpy content."
|
2012 |
msgstr ""
|
2013 |
|
2014 |
#: dashboard/settings/general.php:28
|
2015 |
+
msgid "Load jQuery"
|
2016 |
msgstr ""
|
2017 |
|
2018 |
#: dashboard/settings/general.php:29
|
2019 |
msgid ""
|
2020 |
+
"Enable this option if your theme does not load jQuery. jQuery is required "
|
2021 |
+
"for dynamic groups, statistics and some other features."
|
2022 |
msgstr ""
|
2023 |
|
2024 |
#: dashboard/settings/general.php:32
|
2025 |
+
msgid "Load scripts in footer?"
|
2026 |
+
msgstr ""
|
2027 |
+
|
2028 |
+
#: dashboard/settings/general.php:33
|
2029 |
+
msgid ""
|
2030 |
+
"Enable this option if you want to load all AdRotate Javascripts in the "
|
2031 |
+
"footer of your site."
|
2032 |
+
msgstr ""
|
2033 |
+
|
2034 |
+
#: dashboard/settings/general.php:36
|
2035 |
msgid "Adblock disguise"
|
2036 |
msgstr ""
|
2037 |
|
2038 |
+
#: dashboard/settings/general.php:38
|
2039 |
msgid "Leave empty to disable. Use only lowercaps letters. For example:"
|
2040 |
msgstr ""
|
2041 |
|
2042 |
+
#: dashboard/settings/general.php:39
|
2043 |
msgid ""
|
2044 |
"Try and avoid adblock plugins in most modern browsers when using shortcodes."
|
2045 |
msgstr ""
|
2046 |
|
2047 |
+
#: dashboard/settings/general.php:39
|
2048 |
msgid ""
|
2049 |
"To also apply this feature to widgets, use a text widget with a shortcode "
|
2050 |
"instead of the AdRotate widget."
|
2051 |
msgstr ""
|
2052 |
|
2053 |
+
#: dashboard/settings/general.php:39
|
2054 |
msgid ""
|
2055 |
"Avoid the use of obvious keywords or filenames in your adverts or this "
|
2056 |
"feature will have little effect!"
|
2057 |
msgstr ""
|
2058 |
|
2059 |
+
#: dashboard/settings/general.php:44
|
2060 |
msgid "Banner Folder"
|
2061 |
msgstr ""
|
2062 |
|
2063 |
+
#: dashboard/settings/general.php:45
|
2064 |
msgid "Set a location where your banner images will be stored."
|
2065 |
msgstr ""
|
2066 |
|
2067 |
+
#: dashboard/settings/general.php:48
|
2068 |
msgid "Location"
|
2069 |
msgstr ""
|
2070 |
|
2071 |
+
#: dashboard/settings/general.php:50
|
2072 |
msgid "(Default: wp-content/banners/)."
|
2073 |
msgstr ""
|
2074 |
|
2075 |
+
#: dashboard/settings/general.php:51
|
2076 |
msgid ""
|
2077 |
"To try and trick ad blockers you could set the folder to something crazy "
|
2078 |
"like:"
|
2079 |
msgstr ""
|
2080 |
|
2081 |
+
#: dashboard/settings/general.php:52
|
2082 |
msgid ""
|
2083 |
"This folder will not be automatically created if it doesn't exist. AdRotate "
|
2084 |
"will show errors when the folder is missing."
|
2085 |
msgstr ""
|
2086 |
|
2087 |
+
#: dashboard/settings/general.php:57
|
2088 |
msgid "Bot filter"
|
2089 |
msgstr ""
|
2090 |
|
2091 |
+
#: dashboard/settings/general.php:58
|
2092 |
msgid "The bot filter is used for the AdRotate stats tracker."
|
2093 |
msgstr ""
|
2094 |
|
2095 |
+
#: dashboard/settings/general.php:61
|
2096 |
msgid "User-Agent Filter"
|
2097 |
msgstr ""
|
2098 |
|
2099 |
+
#: dashboard/settings/general.php:64
|
2100 |
msgid ""
|
2101 |
"A comma separated list of keywords. Filter out bots/crawlers/user-agents."
|
2102 |
msgstr ""
|
2103 |
|
2104 |
+
#: dashboard/settings/general.php:65
|
2105 |
msgid ""
|
2106 |
"Keep in mind that this might give false positives. The word 'fire' also "
|
2107 |
"matches 'firefox', but not vice-versa. So be careful!"
|
2108 |
msgstr ""
|
2109 |
|
2110 |
+
#: dashboard/settings/general.php:66
|
2111 |
msgid ""
|
2112 |
"Only words with alphanumeric characters and [ - _ ] are allowed. All other "
|
2113 |
"characters are stripped out."
|
2114 |
msgstr ""
|
2115 |
|
2116 |
+
#: dashboard/settings/general.php:67
|
2117 |
msgid ""
|
2118 |
"Additionally to the list specified here, empty User-Agents are blocked as "
|
2119 |
"well."
|
2120 |
msgstr ""
|
2121 |
|
2122 |
+
#: dashboard/settings/general.php:67
|
2123 |
msgid "Learn more about"
|
2124 |
msgstr ""
|
2125 |
|
2126 |
+
#: dashboard/settings/general.php:67
|
2127 |
msgid "user-agents"
|
2128 |
msgstr ""
|
2129 |
|
language/adrotate-es_ES.mo
CHANGED
Binary file
|
language/adrotate-es_ES.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: AdRotate v 3.10.6\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-
|
6 |
-
"PO-Revision-Date: 2015-
|
7 |
"Last-Translator: Arnan de Gans <info@ajdg.net>\n"
|
8 |
"Language-Team: Juanjo Navarro <cmsweb@juanjoresa.es>\n"
|
9 |
"Language: es_ES\n"
|
@@ -116,15 +116,15 @@ msgstr ""
|
|
116 |
msgid "Unexpected error"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: adrotate-manage-publisher.php:
|
120 |
msgid "AdRotate Advertiser"
|
121 |
msgstr ""
|
122 |
|
123 |
-
#: adrotate-output.php:
|
124 |
msgid "Oh no! Something went wrong!"
|
125 |
msgstr "¡Oh, no! Algo salió mal!"
|
126 |
|
127 |
-
#: adrotate-output.php:
|
128 |
msgid ""
|
129 |
"WordPress was unable to verify the authenticity of the url you have clicked. "
|
130 |
"Verify if the url used is valid or log in via your browser."
|
@@ -132,7 +132,7 @@ msgstr ""
|
|
132 |
"WordPress no pudo verificar la autenticidad de la url que ha hecho clic. "
|
133 |
"Verificar si la url utilizada es válida o acceder a través del navegador."
|
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!"
|
@@ -140,11 +140,11 @@ msgstr ""
|
|
140 |
"Si usted ha recibido la url que desea visitar a través del correo "
|
141 |
"electrónico, es posible que le esten engañando!"
|
142 |
|
143 |
-
#: adrotate-output.php:
|
144 |
msgid "Contact support if the issue persists:"
|
145 |
msgstr "Si el problema persiste, contacte con el soporte:"
|
146 |
|
147 |
-
#: adrotate-output.php:
|
148 |
msgid ""
|
149 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
150 |
"restrictions or does not exist!"
|
@@ -152,7 +152,7 @@ msgstr ""
|
|
152 |
"ERROR: El anuncio no está disponible en este momento debido a las "
|
153 |
"restricciones de programa, de geolocalización o no existe!"
|
154 |
|
155 |
-
#: adrotate-output.php:
|
156 |
msgid ""
|
157 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
158 |
"restrictions!"
|
@@ -160,7 +160,7 @@ msgstr ""
|
|
160 |
"ERROR: El anuncio no está disponible en este momento debido a las "
|
161 |
"restricciones restricciones de programa o geolocalización!"
|
162 |
|
163 |
-
#: adrotate-output.php:
|
164 |
msgid ""
|
165 |
"Either there are no banners, they are disabled or none qualified for this "
|
166 |
"location!"
|
@@ -168,19 +168,19 @@ msgstr ""
|
|
168 |
"O bien no hay banners, estan desactivados o no estan programados para esta "
|
169 |
"ubicación!"
|
170 |
|
171 |
-
#: adrotate-output.php:
|
172 |
msgid "Error, no Ad ID set! Check your syntax!"
|
173 |
msgstr "ERROR: No se ha asignado el ID del anuncio! Compruebe la sintaxis!"
|
174 |
|
175 |
-
#: adrotate-output.php:
|
176 |
msgid "Error, no group ID set! Check your syntax!"
|
177 |
msgstr "ERROR: No se ha asignado el ID del grupo! Compruebe la sintaxis!"
|
178 |
|
179 |
-
#: adrotate-output.php:
|
180 |
msgid "Error, group does not exist! Check your syntax!"
|
181 |
msgstr "ERROR: el grupo no existe! Compruebe la sintaxis!"
|
182 |
|
183 |
-
#: adrotate-output.php:
|
184 |
msgid ""
|
185 |
"There was an error locating the database tables for AdRotate. Please "
|
186 |
"deactivate and re-activate AdRotate from the plugin page!!"
|
@@ -188,234 +188,233 @@ msgstr ""
|
|
188 |
"Hubo un error al ubicar las tablas de la base de AdRotate. Por favor, "
|
189 |
"desactivar y volver a activar el plugin AdRotate de la página!"
|
190 |
|
191 |
-
#: adrotate-output.php:
|
192 |
msgid "If this does not solve the issue please seek support at"
|
193 |
msgstr "Si esto no resuelve el problema por favor busque apoyo en"
|
194 |
|
195 |
-
#: adrotate-output.php:
|
196 |
msgid "An unknown error occured."
|
197 |
msgstr "Ha ocurrido un error desconocido."
|
198 |
|
199 |
-
#: adrotate-output.php:
|
200 |
msgid "active ad(s) expired."
|
201 |
msgstr "anuncio(s) activo(s) caducó."
|
202 |
|
203 |
-
#: adrotate-output.php:
|
204 |
msgid "Take action now"
|
205 |
msgstr "Tomar medidas ahora"
|
206 |
|
207 |
-
#: adrotate-output.php:
|
208 |
msgid "active ad(s) are about to expire."
|
209 |
msgstr "anuncio(s) activo(s) están a punto de caducar."
|
210 |
|
211 |
-
#: adrotate-output.php:
|
212 |
msgid "Check it out"
|
213 |
msgstr "Compruébelo"
|
214 |
|
215 |
-
#: adrotate-output.php:
|
216 |
msgid "active ad(s) with configuration errors."
|
217 |
msgstr "anuncio(s) activo(s) con errores de configuración."
|
218 |
|
219 |
-
#: adrotate-output.php:
|
220 |
msgid "Solve this"
|
221 |
msgstr "Solucione este"
|
222 |
|
223 |
-
#: adrotate-output.php:
|
224 |
msgid "ad(s) expired."
|
225 |
msgstr "anuncio(s) caducado."
|
226 |
|
227 |
-
#: adrotate-output.php:
|
228 |
msgid "ad(s) are about to expire."
|
229 |
msgstr "anuncio(s) están a punto de caducar."
|
230 |
|
231 |
-
#: adrotate-output.php:
|
232 |
msgid "ad(s) with configuration errors."
|
233 |
msgstr "anuncio(s) con errores de configuración."
|
234 |
|
235 |
-
#: adrotate-output.php:
|
236 |
msgid "Fix this as soon as possible"
|
237 |
msgstr "Solucionar esto en cuanto sea posible"
|
238 |
|
239 |
-
#: adrotate-output.php:
|
240 |
-
#: dashboard/adrotatepro.php:
|
241 |
-
#: dashboard/adrotatepro.php:
|
242 |
-
#: dashboard/adrotatepro.php:
|
243 |
-
#: dashboard/adrotatepro.php:
|
244 |
-
#: dashboard/info.php:
|
245 |
-
#: dashboard/info.php:
|
246 |
#: dashboard/settings/geotargeting.php:26
|
247 |
#, fuzzy
|
248 |
msgid "Buy now"
|
249 |
msgstr "Comprar"
|
250 |
|
251 |
-
#: adrotate-output.php:
|
252 |
msgid ""
|
253 |
"You've been using <strong>AdRotate</strong> for a while now. Why not upgrade "
|
254 |
"to the <strong>PRO</strong> version"
|
255 |
msgstr ""
|
256 |
|
257 |
-
#: adrotate-output.php:
|
258 |
#, php-format
|
259 |
msgid ""
|
260 |
"Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
|
261 |
msgstr ""
|
262 |
|
263 |
-
#: adrotate-output.php:
|
264 |
msgid "Thank you for your purchase!"
|
265 |
msgstr ""
|
266 |
|
267 |
-
#: adrotate-output.php:
|
268 |
msgid ""
|
269 |
"Welcome, and thanks for using AdRotate. Everything related to AdRotate is in "
|
270 |
"this menu. Check out the"
|
271 |
msgstr ""
|
272 |
|
273 |
-
#: adrotate-output.php:
|
274 |
msgid "manuals"
|
275 |
msgstr "manuales"
|
276 |
|
277 |
-
#: adrotate-output.php:
|
278 |
msgid "and"
|
279 |
msgstr ""
|
280 |
|
281 |
-
#: adrotate-output.php:
|
282 |
msgid "forums"
|
283 |
msgstr ""
|
284 |
|
285 |
-
#: adrotate-output.php:
|
286 |
#, fuzzy
|
287 |
msgid "Useful Links"
|
288 |
msgstr "Enlaces de interés"
|
289 |
|
290 |
-
#: adrotate-output.php:
|
291 |
msgid "Useful links to learn more about AdRotate"
|
292 |
msgstr ""
|
293 |
|
294 |
-
#: adrotate-output.php:
|
295 |
-
|
296 |
-
|
297 |
-
msgstr "AdRotate Pro"
|
298 |
|
299 |
-
#: adrotate-output.php:
|
300 |
#, fuzzy
|
301 |
msgid "Getting Started With AdRotate"
|
302 |
msgstr "Obtenga más funciones con AdRotate Pro"
|
303 |
|
304 |
-
#: adrotate-output.php:
|
305 |
#, fuzzy
|
306 |
msgid "AdRotate manuals"
|
307 |
msgstr "Información de AdRotate"
|
308 |
|
309 |
-
#: adrotate-output.php:
|
310 |
#, fuzzy
|
311 |
msgid "AdRotate Support Forum"
|
312 |
msgstr "Tienda AdRotate"
|
313 |
|
314 |
-
#: adrotate-output.php:
|
315 |
#, fuzzy
|
316 |
msgid "Help AdRotate Grow"
|
317 |
msgstr "Atascado con AdRotate? Yo te ayudaré!"
|
318 |
|
319 |
-
#: adrotate-output.php:
|
320 |
msgid "Brought to you by"
|
321 |
msgstr "Presentado por"
|
322 |
|
323 |
-
#: adrotate-output.php:
|
324 |
msgid ""
|
325 |
"A lot of users only think to review AdRotate when something goes wrong while "
|
326 |
"thousands of people use AdRotate satisfactory. Don't let this go unnoticed."
|
327 |
msgstr ""
|
328 |
|
329 |
-
#: adrotate-output.php:
|
330 |
msgid "If you find AdRotate useful please leave your honest"
|
331 |
msgstr ""
|
332 |
|
333 |
-
#: adrotate-output.php:
|
334 |
msgid "rating"
|
335 |
msgstr ""
|
336 |
|
337 |
-
#: adrotate-output.php:
|
338 |
#, fuzzy
|
339 |
msgid "review"
|
340 |
msgstr "Revise el anuncio aquí:"
|
341 |
|
342 |
-
#: adrotate-output.php:
|
343 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
344 |
msgstr ""
|
345 |
|
346 |
-
#: adrotate-output.php:
|
347 |
msgid "Available in AdRotate Pro"
|
348 |
msgstr "Disponible en AdRotate Pro"
|
349 |
|
350 |
-
#: adrotate-output.php:
|
351 |
msgid "More information..."
|
352 |
msgstr "Más información..."
|
353 |
|
354 |
-
#: adrotate-output.php:
|
355 |
msgid "This feature is available in AdRotate Pro"
|
356 |
msgstr "Esta función está disponible en AdRotate Pro"
|
357 |
|
358 |
-
#: adrotate-output.php:
|
359 |
msgid "Learn more"
|
360 |
msgstr "Aprender más"
|
361 |
|
362 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
363 |
-
#: dashboard/publisher/adverts-edit.php:
|
364 |
msgid "January"
|
365 |
msgstr "Enero"
|
366 |
|
367 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
368 |
-
#: dashboard/publisher/adverts-edit.php:
|
369 |
msgid "February"
|
370 |
msgstr "Febrero"
|
371 |
|
372 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
373 |
-
#: dashboard/publisher/adverts-edit.php:
|
374 |
msgid "March"
|
375 |
msgstr "Marzo"
|
376 |
|
377 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
378 |
-
#: dashboard/publisher/adverts-edit.php:
|
379 |
msgid "April"
|
380 |
msgstr "Abril"
|
381 |
|
382 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
383 |
-
#: dashboard/publisher/adverts-edit.php:
|
384 |
msgid "May"
|
385 |
msgstr "Mayo"
|
386 |
|
387 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
388 |
-
#: dashboard/publisher/adverts-edit.php:
|
389 |
msgid "June"
|
390 |
msgstr "Junio"
|
391 |
|
392 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
393 |
-
#: dashboard/publisher/adverts-edit.php:
|
394 |
msgid "July"
|
395 |
msgstr "Julio"
|
396 |
|
397 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
398 |
-
#: dashboard/publisher/adverts-edit.php:
|
399 |
msgid "August"
|
400 |
msgstr "Agosto"
|
401 |
|
402 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
403 |
-
#: dashboard/publisher/adverts-edit.php:
|
404 |
msgid "September"
|
405 |
msgstr "Septiembre"
|
406 |
|
407 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
408 |
-
#: dashboard/publisher/adverts-edit.php:
|
409 |
msgid "October"
|
410 |
msgstr "Octubre"
|
411 |
|
412 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
413 |
-
#: dashboard/publisher/adverts-edit.php:
|
414 |
msgid "November"
|
415 |
msgstr "Noviembre"
|
416 |
|
417 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
418 |
-
#: dashboard/publisher/adverts-edit.php:
|
419 |
msgid "December"
|
420 |
msgstr "Diciembre"
|
421 |
|
@@ -546,7 +545,7 @@ msgid ""
|
|
546 |
"AdRotate Pro."
|
547 |
msgstr ""
|
548 |
|
549 |
-
#: adrotate.php:409 adrotate.php:496 dashboard/publisher/adverts-edit.php:
|
550 |
#: dashboard/publisher/adverts-main.php:114
|
551 |
#: dashboard/publisher/groups-edit.php:75
|
552 |
#: dashboard/publisher/groups-main.php:89
|
@@ -586,7 +585,7 @@ msgstr "Iniciar"
|
|
586 |
msgid "End"
|
587 |
msgstr "Finalizar"
|
588 |
|
589 |
-
#: adrotate.php:428 dashboard/publisher/adverts-edit.php:
|
590 |
#: dashboard/publisher/groups-main.php:34
|
591 |
msgid "Ads"
|
592 |
msgstr "Anuncios"
|
@@ -691,7 +690,7 @@ msgstr ""
|
|
691 |
"siguiente formato; \"imagename.full.ext\". Se recomienda una serie completa "
|
692 |
"de imágenes del mismo tamaño."
|
693 |
|
694 |
-
#: adrotate.php:503 dashboard/publisher/adverts-edit.php:
|
695 |
msgid ""
|
696 |
"For smaller size images use \".320\", \".480\", \".768\" or \".1024\" in the "
|
697 |
"filename instead of \".full\" for the various viewports."
|
@@ -817,21 +816,22 @@ msgid ""
|
|
817 |
"forum. Get a solution (usually) within a day."
|
818 |
msgstr ""
|
819 |
|
820 |
-
#: dashboard/adrotatepro.php:48 dashboard/info.php:
|
821 |
msgid "AdRotate is brought to you by"
|
822 |
msgstr "AdRotate es ofrecido por"
|
823 |
|
824 |
-
#: dashboard/adrotatepro.php:52 dashboard/info.php:
|
825 |
msgid ""
|
826 |
-
"Premium plugins for WordPress and WooCommerce!
|
827 |
-
"
|
|
|
828 |
msgstr ""
|
829 |
|
830 |
-
#: dashboard/adrotatepro.php:
|
831 |
msgid "Schedule all campaigns with ease"
|
832 |
msgstr "Programe todas las campañas con facilidad"
|
833 |
|
834 |
-
#: dashboard/adrotatepro.php:
|
835 |
msgid ""
|
836 |
"Schedule your adverts and set up advertising campaigns based on dates you or "
|
837 |
"your advertisers specify without hassle. Seasonal adverts, weekly adverts. "
|
@@ -839,11 +839,11 @@ msgid ""
|
|
839 |
"much more easy. You can set one or many schedules for adverts."
|
840 |
msgstr ""
|
841 |
|
842 |
-
#: dashboard/adrotatepro.php:
|
843 |
msgid "Avoid adblockers"
|
844 |
msgstr ""
|
845 |
|
846 |
-
#: dashboard/adrotatepro.php:
|
847 |
msgid ""
|
848 |
"Try and avoid adblockers so you adverts get the exposure you want them to "
|
849 |
"have. AdRotate Pro offers some advanced tools to deceive adblockers so your "
|
@@ -851,11 +851,11 @@ msgid ""
|
|
851 |
"adverts smartly so these features reach their full potential!"
|
852 |
msgstr ""
|
853 |
|
854 |
-
#: dashboard/adrotatepro.php:
|
855 |
msgid "Stay up-to-date with notifications"
|
856 |
msgstr ""
|
857 |
|
858 |
-
#: dashboard/adrotatepro.php:
|
859 |
msgid ""
|
860 |
"Stay in touch with Email notifications. Have AdRotate send you an alert when "
|
861 |
"adverts expire or need your attention. Additionally, you can have AdRotate "
|
@@ -864,89 +864,89 @@ msgid ""
|
|
864 |
"miss an expiration date again."
|
865 |
msgstr ""
|
866 |
|
867 |
-
#: dashboard/adrotatepro.php:
|
868 |
-
#: dashboard/info.php:
|
869 |
msgid "Buy AdRotate Professional"
|
870 |
msgstr "Comprar AdRotate Profesional"
|
871 |
|
872 |
-
#: dashboard/adrotatepro.php:
|
873 |
msgid "Single License"
|
874 |
msgstr ""
|
875 |
|
876 |
-
#: dashboard/adrotatepro.php:
|
877 |
msgid "For one WordPress installation."
|
878 |
msgstr "Para una instalación de WordPress."
|
879 |
|
880 |
-
#: dashboard/adrotatepro.php:
|
881 |
-
#: dashboard/info.php:
|
882 |
msgid "Duo License"
|
883 |
msgstr "Duo Licencia"
|
884 |
|
885 |
-
#: dashboard/adrotatepro.php:
|
886 |
msgid "For two WordPress installations."
|
887 |
msgstr "Para dos instalaciónes de WordPress."
|
888 |
|
889 |
-
#: dashboard/adrotatepro.php:
|
890 |
-
#: dashboard/info.php:
|
891 |
msgid "Multi License"
|
892 |
msgstr "Multi Licencia"
|
893 |
|
894 |
-
#: dashboard/adrotatepro.php:
|
895 |
msgid " For up to five WordPress installations."
|
896 |
msgstr "Para un máximo de cinco instalaciones de WordPress."
|
897 |
|
898 |
-
#: dashboard/adrotatepro.php:
|
899 |
-
#: dashboard/info.php:
|
900 |
msgid "Developer License"
|
901 |
msgstr "Developer Licencia"
|
902 |
|
903 |
-
#: dashboard/adrotatepro.php:
|
904 |
msgid "Unlimited WordPress installations and/or networks."
|
905 |
msgstr ""
|
906 |
|
907 |
-
#: dashboard/adrotatepro.php:
|
908 |
-
#: dashboard/info.php:
|
909 |
msgid "Compare licenses"
|
910 |
msgstr "Comparar licencias"
|
911 |
|
912 |
-
#: dashboard/adrotatepro.php:
|
913 |
msgid "Not sure which license is for you? Compare them..."
|
914 |
msgstr "No está seguro de que licencia es para usted? Comparelas..."
|
915 |
|
916 |
-
#: dashboard/adrotatepro.php:
|
917 |
msgid "All Licenses"
|
918 |
msgstr "Todas las licencias"
|
919 |
|
920 |
-
#: dashboard/adrotatepro.php:
|
921 |
msgid "Lifetime License"
|
922 |
msgstr ""
|
923 |
|
924 |
-
#: dashboard/adrotatepro.php:
|
925 |
msgid "Single installation."
|
926 |
msgstr ""
|
927 |
|
928 |
-
#: dashboard/adrotatepro.php:
|
929 |
msgid "Up to 2 installations."
|
930 |
msgstr ""
|
931 |
|
932 |
-
#: dashboard/adrotatepro.php:
|
933 |
msgid "Up to 10 installations."
|
934 |
msgstr ""
|
935 |
|
936 |
-
#: dashboard/adrotatepro.php:
|
937 |
msgid "Up to 25 installations or multisite networks."
|
938 |
msgstr ""
|
939 |
|
940 |
-
#: dashboard/adrotatepro.php:
|
941 |
msgid ""
|
942 |
"Subscriptions get 1 year access to updates, email support & AdRotate Geo."
|
943 |
msgstr ""
|
944 |
|
945 |
-
#: dashboard/adrotatepro.php:
|
946 |
msgid "Not sure which license is for you?"
|
947 |
msgstr ""
|
948 |
|
949 |
-
#: dashboard/adrotatepro.php:
|
950 |
msgid "Compare Licenses"
|
951 |
msgstr ""
|
952 |
|
@@ -983,22 +983,20 @@ msgid "Support AdRotate"
|
|
983 |
msgstr "Apoye a AdRotate"
|
984 |
|
985 |
#: dashboard/info.php:55
|
986 |
-
msgid "
|
987 |
-
|
988 |
-
|
989 |
-
#: dashboard/info.php:55
|
990 |
-
msgid "Can't donate money? Consider writing a review instead. Thank you!"
|
991 |
msgstr ""
|
992 |
|
993 |
-
#: dashboard/info.php:
|
994 |
msgid "AdRotate News and Developer Blog"
|
995 |
msgstr "Noticias y Blog del Desarrollador de AdRotate "
|
996 |
|
997 |
-
#: dashboard/info.php:
|
998 |
msgid "Get more features with AdRotate Pro"
|
999 |
msgstr "Obtenga más funciones con AdRotate Pro"
|
1000 |
|
1001 |
-
#: dashboard/info.php:
|
1002 |
msgid ""
|
1003 |
"Benefit from extra features to reinforce your income with advertising "
|
1004 |
"campaigns. Make the most of your website with the powerful tools AdRotate "
|
@@ -1009,15 +1007,15 @@ msgstr ""
|
|
1009 |
"las potentes herramientas que AdRotate Pro le ofrece, además de las "
|
1010 |
"funcionalidades más que fiables incluidas en la versión gratuita."
|
1011 |
|
1012 |
-
#: dashboard/info.php:
|
1013 |
msgid "Want to know more about"
|
1014 |
msgstr ""
|
1015 |
|
1016 |
-
#: dashboard/info.php:
|
1017 |
msgid "Visit the"
|
1018 |
msgstr "Visite la"
|
1019 |
|
1020 |
-
#: dashboard/info.php:
|
1021 |
msgid "website"
|
1022 |
msgstr "página web"
|
1023 |
|
@@ -1026,7 +1024,7 @@ msgid "Disabled Ads"
|
|
1026 |
msgstr "Desactivar Anuncios"
|
1027 |
|
1028 |
#: dashboard/publisher/adverts-disabled.php:21
|
1029 |
-
#: dashboard/publisher/adverts-edit.php:
|
1030 |
msgid "Activate"
|
1031 |
msgstr "Activar"
|
1032 |
|
@@ -1043,7 +1041,7 @@ msgid "Start / End"
|
|
1043 |
msgstr "Inio / Final"
|
1044 |
|
1045 |
#: dashboard/publisher/adverts-disabled.php:37
|
1046 |
-
#: dashboard/publisher/adverts-edit.php:
|
1047 |
#: dashboard/publisher/adverts-error.php:41
|
1048 |
#: dashboard/publisher/adverts-main.php:41
|
1049 |
msgid "Title"
|
@@ -1147,61 +1145,61 @@ msgstr "El anuncio caducará en menos de 7 días!"
|
|
1147 |
msgid "This ad has been disabled and does not rotate on your site!"
|
1148 |
msgstr "Este anuncio ha sido desactivado y no rota en su página web!"
|
1149 |
|
1150 |
-
#: dashboard/publisher/adverts-edit.php:
|
1151 |
msgid "New Advert"
|
1152 |
msgstr "Nuevo Anuncio"
|
1153 |
|
1154 |
-
#: dashboard/publisher/adverts-edit.php:
|
1155 |
msgid "Edit Advert"
|
1156 |
msgstr "Editar Anuncio"
|
1157 |
|
1158 |
-
#: dashboard/publisher/adverts-edit.php:
|
1159 |
msgid "AdCode"
|
1160 |
msgstr ""
|
1161 |
|
1162 |
-
#: dashboard/publisher/adverts-edit.php:
|
1163 |
msgid "Basic Examples:"
|
1164 |
msgstr "Ejemplos Básicos:"
|
1165 |
|
1166 |
-
#: dashboard/publisher/adverts-edit.php:
|
1167 |
msgid "Useful tags"
|
1168 |
msgstr ""
|
1169 |
|
1170 |
-
#: dashboard/publisher/adverts-edit.php:
|
1171 |
msgid "Insert the advert ID Number."
|
1172 |
msgstr ""
|
1173 |
|
1174 |
-
#: dashboard/publisher/adverts-edit.php:
|
1175 |
msgid "Required when selecting a image below."
|
1176 |
msgstr ""
|
1177 |
|
1178 |
-
#: dashboard/publisher/adverts-edit.php:
|
1179 |
msgid "Insert the advert name."
|
1180 |
msgstr ""
|
1181 |
|
1182 |
-
#: dashboard/publisher/adverts-edit.php:
|
1183 |
msgid "Insert a random seed. Useful for DFP/DoubleClick type adverts."
|
1184 |
msgstr ""
|
1185 |
|
1186 |
-
#: dashboard/publisher/adverts-edit.php:
|
1187 |
msgid "Add inside the <a> tag to open advert in a new window."
|
1188 |
msgstr ""
|
1189 |
|
1190 |
-
#: dashboard/publisher/adverts-edit.php:
|
1191 |
msgid "Add inside the <a> tag to tell crawlers to ignore this link"
|
1192 |
msgstr ""
|
1193 |
|
1194 |
-
#: dashboard/publisher/adverts-edit.php:
|
1195 |
msgid ""
|
1196 |
"Place the cursor in your AdCode where you want to add any of these tags and "
|
1197 |
"click to add it."
|
1198 |
msgstr ""
|
1199 |
|
1200 |
-
#: dashboard/publisher/adverts-edit.php:
|
1201 |
msgid "Preview"
|
1202 |
msgstr "Vista previa"
|
1203 |
|
1204 |
-
#: dashboard/publisher/adverts-edit.php:
|
1205 |
msgid ""
|
1206 |
"Note: While this preview is an accurate one, it might look different then it "
|
1207 |
"does on the website."
|
@@ -1209,42 +1207,42 @@ msgstr ""
|
|
1209 |
"Nota: Mientras que la previsualización de la imagen aqui mostrada es "
|
1210 |
"precisa, en su pagina web puede tener un aspecto diferente."
|
1211 |
|
1212 |
-
#: dashboard/publisher/adverts-edit.php:
|
1213 |
msgid ""
|
1214 |
"This is because of CSS differences. Your themes CSS file is not active here!"
|
1215 |
msgstr ""
|
1216 |
"Esto es debido a las diferencias de CSS. En la zona administrativa no está "
|
1217 |
"activo el archivo CSS de las plantillas (themes)!"
|
1218 |
|
1219 |
-
#: dashboard/publisher/adverts-edit.php:
|
1220 |
msgid "Banner asset"
|
1221 |
msgstr ""
|
1222 |
|
1223 |
-
#: dashboard/publisher/adverts-edit.php:
|
1224 |
msgid "WordPress media:"
|
1225 |
msgstr ""
|
1226 |
|
1227 |
-
#: dashboard/publisher/adverts-edit.php:
|
1228 |
msgid "Select Banner"
|
1229 |
msgstr "Seleccionar Banner"
|
1230 |
|
1231 |
-
#: dashboard/publisher/adverts-edit.php:
|
1232 |
msgid "- OR -"
|
1233 |
msgstr "- O -"
|
1234 |
|
1235 |
-
#: dashboard/publisher/adverts-edit.php:
|
1236 |
msgid "Banner folder:"
|
1237 |
msgstr "Carpeta Banner:"
|
1238 |
|
1239 |
-
#: dashboard/publisher/adverts-edit.php:
|
1240 |
msgid "No image selected"
|
1241 |
msgstr "Ninguna imagen seleccionada"
|
1242 |
|
1243 |
-
#: dashboard/publisher/adverts-edit.php:
|
1244 |
msgid "Use %image% in the adcode instead of the file path."
|
1245 |
msgstr ""
|
1246 |
|
1247 |
-
#: dashboard/publisher/adverts-edit.php:
|
1248 |
msgid ""
|
1249 |
"Use either the text field or the dropdown. If the textfield has content that "
|
1250 |
"field has priority."
|
@@ -1252,31 +1250,31 @@ msgstr ""
|
|
1252 |
"Use el campo de texto o en el menú desplegable. Si el campo de texto tiene "
|
1253 |
"un contenido, ese campo tiene prioridad."
|
1254 |
|
1255 |
-
#: dashboard/publisher/adverts-edit.php:
|
1256 |
#: dashboard/settings/statistics.php:12
|
1257 |
msgid "Statistics"
|
1258 |
msgstr "Estadísticas"
|
1259 |
|
1260 |
-
#: dashboard/publisher/adverts-edit.php:
|
1261 |
msgid "Enable click and impression tracking for this advert."
|
1262 |
msgstr ""
|
1263 |
|
1264 |
-
#: dashboard/publisher/adverts-edit.php:
|
1265 |
msgid ""
|
1266 |
"Note: Clicktracking does not work for Javascript adverts such as those "
|
1267 |
"provided by Google AdSense/DFP/DoubleClick. HTML5/Flash adverts are not "
|
1268 |
"always supported."
|
1269 |
msgstr ""
|
1270 |
|
1271 |
-
#: dashboard/publisher/adverts-edit.php:
|
1272 |
msgid "Yes, this ad will be used"
|
1273 |
msgstr "Sí, se utilizará este anuncio"
|
1274 |
|
1275 |
-
#: dashboard/publisher/adverts-edit.php:
|
1276 |
msgid "No, do not show this ad anywhere"
|
1277 |
msgstr "No, no mostrar este anuncio en cualquier lugar"
|
1278 |
|
1279 |
-
#: dashboard/publisher/adverts-edit.php:
|
1280 |
#: dashboard/publisher/adverts-main.php:114
|
1281 |
#: dashboard/publisher/groups-edit.php:75
|
1282 |
#: dashboard/publisher/groups-main.php:89
|
@@ -1284,215 +1282,215 @@ msgstr "No, no mostrar este anuncio en cualquier lugar"
|
|
1284 |
msgid "Get more features with AdRotate Pro."
|
1285 |
msgstr "Obtenga más funciones con AdRotate Pro"
|
1286 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1287 |
#: dashboard/publisher/adverts-edit.php:192
|
1288 |
#: dashboard/publisher/adverts-edit.php:292
|
1289 |
#: dashboard/publisher/adverts-edit.php:387
|
1290 |
#: dashboard/publisher/adverts-edit.php:428
|
1291 |
-
msgid "Save Advert"
|
1292 |
-
msgstr "Guardar Anuncio"
|
1293 |
-
|
1294 |
-
#: dashboard/publisher/adverts-edit.php:193
|
1295 |
-
#: dashboard/publisher/adverts-edit.php:293
|
1296 |
-
#: dashboard/publisher/adverts-edit.php:388
|
1297 |
-
#: dashboard/publisher/adverts-edit.php:429
|
1298 |
#: dashboard/publisher/groups-edit.php:154
|
1299 |
#: dashboard/publisher/groups-edit.php:301
|
1300 |
#: dashboard/publisher/groups-edit.php:393
|
1301 |
msgid "Cancel"
|
1302 |
msgstr "Cancelar"
|
1303 |
|
1304 |
-
#: dashboard/publisher/adverts-edit.php:
|
1305 |
-
#: dashboard/publisher/adverts-edit.php:
|
1306 |
#: dashboard/publisher/groups-edit.php:136
|
1307 |
#: dashboard/publisher/groups-edit.php:283
|
1308 |
msgid "Usage"
|
1309 |
msgstr "Utilización"
|
1310 |
|
1311 |
-
#: dashboard/publisher/adverts-edit.php:
|
1312 |
-
#: dashboard/publisher/adverts-edit.php:
|
1313 |
#: dashboard/publisher/groups-edit.php:140
|
1314 |
#: dashboard/publisher/groups-edit.php:287
|
1315 |
msgid "Widget"
|
1316 |
msgstr ""
|
1317 |
|
1318 |
-
#: dashboard/publisher/adverts-edit.php:
|
1319 |
-
#: dashboard/publisher/adverts-edit.php:
|
1320 |
msgid ""
|
1321 |
"Drag the AdRotate widget to the sidebar you want it in, select \"Single Ad\" "
|
1322 |
"and enter ID"
|
1323 |
msgstr ""
|
1324 |
|
1325 |
-
#: dashboard/publisher/adverts-edit.php:
|
1326 |
-
#: dashboard/publisher/adverts-edit.php:
|
1327 |
#: dashboard/publisher/groups-edit.php:144
|
1328 |
#: dashboard/publisher/groups-edit.php:291
|
1329 |
msgid "In a post or page"
|
1330 |
msgstr ""
|
1331 |
|
1332 |
-
#: dashboard/publisher/adverts-edit.php:
|
1333 |
-
#: dashboard/publisher/adverts-edit.php:
|
1334 |
#: dashboard/publisher/groups-edit.php:146
|
1335 |
#: dashboard/publisher/groups-edit.php:293
|
1336 |
msgid "Directly in a theme"
|
1337 |
msgstr ""
|
1338 |
|
1339 |
-
#: dashboard/publisher/adverts-edit.php:
|
1340 |
msgid "Schedule your advert"
|
1341 |
msgstr ""
|
1342 |
|
1343 |
-
#: dashboard/publisher/adverts-edit.php:
|
1344 |
msgid "Start date (day/month/year)"
|
1345 |
msgstr ""
|
1346 |
|
1347 |
-
#: dashboard/publisher/adverts-edit.php:
|
1348 |
msgid "End date (day/month/year)"
|
1349 |
msgstr ""
|
1350 |
|
1351 |
-
#: dashboard/publisher/adverts-edit.php:
|
1352 |
msgid "Start time (hh:mm)"
|
1353 |
msgstr ""
|
1354 |
|
1355 |
-
#: dashboard/publisher/adverts-edit.php:
|
1356 |
msgid "End time (hh:mm)"
|
1357 |
msgstr ""
|
1358 |
|
1359 |
-
#: dashboard/publisher/adverts-edit.php:
|
1360 |
msgid "Maximum Clicks"
|
1361 |
msgstr ""
|
1362 |
|
1363 |
-
#: dashboard/publisher/adverts-edit.php:
|
1364 |
-
#: dashboard/publisher/adverts-edit.php:
|
1365 |
msgid "Leave empty or 0 to skip this."
|
1366 |
msgstr "Dejar en blanco o 0 para omitir."
|
1367 |
|
1368 |
-
#: dashboard/publisher/adverts-edit.php:
|
1369 |
msgid "Maximum Impressions"
|
1370 |
msgstr ""
|
1371 |
|
1372 |
-
#: dashboard/publisher/adverts-edit.php:
|
1373 |
msgid "Important"
|
1374 |
msgstr ""
|
1375 |
|
1376 |
-
#: dashboard/publisher/adverts-edit.php:
|
1377 |
msgid ""
|
1378 |
"Note: Time uses a 24 hour clock. When you are used to the AM/PM system keep "
|
1379 |
"this in mind: If the start or end time is after lunch, add 12 hours. 2PM is "
|
1380 |
"14:00 hours. 6AM is 6:00 hours."
|
1381 |
msgstr ""
|
1382 |
|
1383 |
-
#: dashboard/publisher/adverts-edit.php:
|
1384 |
msgid ""
|
1385 |
"Create multiple and more advanced schedules for each advert with AdRotate "
|
1386 |
"Pro."
|
1387 |
msgstr ""
|
1388 |
|
1389 |
-
#: dashboard/publisher/adverts-edit.php:
|
1390 |
-
#: dashboard/publisher/adverts-edit.php:
|
1391 |
-
#: dashboard/publisher/adverts-edit.php:
|
1392 |
#: dashboard/publisher/groups-edit.php:200
|
1393 |
#, fuzzy
|
1394 |
msgid "Upgrade today"
|
1395 |
msgstr "Hoy"
|
1396 |
|
1397 |
-
#: dashboard/publisher/adverts-edit.php:
|
1398 |
#: dashboard/publisher/groups-edit.php:157
|
1399 |
msgid "Advanced"
|
1400 |
msgstr "Avanzado"
|
1401 |
|
1402 |
-
#: dashboard/publisher/adverts-edit.php:
|
1403 |
msgid "Everything below is optional."
|
1404 |
msgstr "Todo lo siguiente es opcional."
|
1405 |
|
1406 |
-
#: dashboard/publisher/adverts-edit.php:
|
1407 |
msgid "Mobile"
|
1408 |
msgstr ""
|
1409 |
|
1410 |
-
#: dashboard/publisher/adverts-edit.php:
|
1411 |
msgid "Show on;"
|
1412 |
msgstr ""
|
1413 |
|
1414 |
-
#: dashboard/publisher/adverts-edit.php:
|
1415 |
msgid "Computers"
|
1416 |
msgstr ""
|
1417 |
|
1418 |
-
#: dashboard/publisher/adverts-edit.php:
|
1419 |
msgid "Smartphones"
|
1420 |
msgstr ""
|
1421 |
|
1422 |
-
#: dashboard/publisher/adverts-edit.php:
|
1423 |
msgid "Tablets."
|
1424 |
msgstr ""
|
1425 |
|
1426 |
-
#: dashboard/publisher/adverts-edit.php:
|
1427 |
msgid "Also enable mobile support in the group this advert goes in."
|
1428 |
msgstr ""
|
1429 |
|
1430 |
-
#: dashboard/publisher/adverts-edit.php:
|
1431 |
msgid "Responsive"
|
1432 |
msgstr ""
|
1433 |
|
1434 |
-
#: dashboard/publisher/adverts-edit.php:
|
1435 |
msgid "Enable responsive support for this advert."
|
1436 |
msgstr "Habilitar soporte sensible para este anuncio."
|
1437 |
|
1438 |
-
#: dashboard/publisher/adverts-edit.php:
|
1439 |
msgid ""
|
1440 |
"Upload your images to the banner folder and make sure the filename is in the "
|
1441 |
"following format; \"imagename.full.ext\"."
|
1442 |
msgstr ""
|
1443 |
|
1444 |
-
#: dashboard/publisher/adverts-edit.php:
|
1445 |
#: dashboard/publisher/adverts-report.php:58
|
1446 |
#: dashboard/publisher/groups-report.php:64
|
1447 |
msgid "Note:"
|
1448 |
msgstr "Nota:"
|
1449 |
|
1450 |
-
#: dashboard/publisher/adverts-edit.php:
|
1451 |
msgid ""
|
1452 |
"This feature will not be developed any further. Consider switching to the "
|
1453 |
"Mobile feature in AdRotate Pro as seen above!"
|
1454 |
msgstr ""
|
1455 |
|
1456 |
-
#: dashboard/publisher/adverts-edit.php:
|
1457 |
#: dashboard/publisher/groups-edit.php:194
|
1458 |
msgid "Sortorder"
|
1459 |
msgstr ""
|
1460 |
|
1461 |
-
#: dashboard/publisher/adverts-edit.php:
|
1462 |
#: dashboard/publisher/groups-edit.php:196
|
1463 |
msgid "For administrative purposes set a sortorder."
|
1464 |
msgstr "A efectos administrativos, establecer una Clasificación normal."
|
1465 |
|
1466 |
-
#: dashboard/publisher/adverts-edit.php:
|
1467 |
msgid "Leave empty or 0 to skip this. Will default to ad id."
|
1468 |
msgstr "Dejar en blanco o 0 para omitir. Se usará el ID del anuncio."
|
1469 |
|
1470 |
-
#: dashboard/publisher/adverts-edit.php:
|
1471 |
msgid ""
|
1472 |
"With AdRotate Pro you can easily select which devices the advert should show "
|
1473 |
"on!"
|
1474 |
msgstr ""
|
1475 |
|
1476 |
-
#: dashboard/publisher/adverts-edit.php:
|
1477 |
msgid "Geo Targeting in AdRotate Pro"
|
1478 |
msgstr ""
|
1479 |
|
1480 |
-
#: dashboard/publisher/adverts-edit.php:
|
1481 |
msgid ""
|
1482 |
"Assign the advert to a group and enable that group to use Geo Targeting."
|
1483 |
msgstr ""
|
1484 |
|
1485 |
-
#: dashboard/publisher/adverts-edit.php:
|
1486 |
msgid "Cities/States"
|
1487 |
msgstr ""
|
1488 |
|
1489 |
-
#: dashboard/publisher/adverts-edit.php:
|
1490 |
msgid ""
|
1491 |
"A comma separated list of cities (or the Metro ID) and/or states (Also the "
|
1492 |
"states ISO codes are supported)"
|
1493 |
msgstr ""
|
1494 |
|
1495 |
-
#: dashboard/publisher/adverts-edit.php:
|
1496 |
#, fuzzy
|
1497 |
msgid ""
|
1498 |
"AdRotate does not check the validity of names so make sure you spell them "
|
@@ -1501,67 +1499,67 @@ msgstr ""
|
|
1501 |
"AdRotate no comprueba la validez de los nombres, así que asegúrate de "
|
1502 |
"escribirlos correctamente!"
|
1503 |
|
1504 |
-
#: dashboard/publisher/adverts-edit.php:
|
1505 |
msgid "Countries"
|
1506 |
msgstr ""
|
1507 |
|
1508 |
-
#: dashboard/publisher/adverts-edit.php:
|
1509 |
msgid "Select the countries you want the adverts to show in."
|
1510 |
msgstr "Seleccione los países en los que desea que los anuncios se muestren."
|
1511 |
|
1512 |
-
#: dashboard/publisher/adverts-edit.php:
|
1513 |
msgid "Cities take priority and will be filtered first."
|
1514 |
msgstr "Las ciudades tendrán prioridad y serán filtradas primero."
|
1515 |
|
1516 |
-
#: dashboard/publisher/adverts-edit.php:
|
1517 |
msgid "Target your audience with Geo Targeting in AdRotate Pro"
|
1518 |
msgstr ""
|
1519 |
|
1520 |
-
#: dashboard/publisher/adverts-edit.php:
|
1521 |
msgid "Select Groups"
|
1522 |
msgstr "Seleccione Grupos"
|
1523 |
|
1524 |
-
#: dashboard/publisher/adverts-edit.php:
|
1525 |
msgid "ID - Name"
|
1526 |
msgstr "ID - Nombre"
|
1527 |
|
1528 |
-
#: dashboard/publisher/adverts-edit.php:
|
1529 |
#: dashboard/publisher/groups-main.php:60
|
1530 |
#: dashboard/settings/geotargeting.php:39
|
1531 |
msgid "Default"
|
1532 |
msgstr "Predeterminado"
|
1533 |
|
1534 |
-
#: dashboard/publisher/adverts-edit.php:
|
1535 |
#: dashboard/publisher/groups-main.php:61
|
1536 |
msgid "Dynamic"
|
1537 |
msgstr "Dinámico"
|
1538 |
|
1539 |
-
#: dashboard/publisher/adverts-edit.php:
|
1540 |
#: dashboard/publisher/groups-main.php:61
|
1541 |
msgid "second rotation"
|
1542 |
msgstr "segundos rotación"
|
1543 |
|
1544 |
-
#: dashboard/publisher/adverts-edit.php:
|
1545 |
#: dashboard/publisher/groups-main.php:62
|
1546 |
msgid "Block"
|
1547 |
msgstr "Block"
|
1548 |
|
1549 |
-
#: dashboard/publisher/adverts-edit.php:
|
1550 |
#: dashboard/publisher/groups-main.php:62
|
1551 |
msgid "grid"
|
1552 |
msgstr "cuadrícula"
|
1553 |
|
1554 |
-
#: dashboard/publisher/adverts-edit.php:
|
1555 |
#: dashboard/publisher/groups-edit.php:202
|
1556 |
#: dashboard/publisher/groups-main.php:63
|
1557 |
msgid "Post Injection"
|
1558 |
msgstr "Integrarlo después"
|
1559 |
|
1560 |
-
#: dashboard/publisher/adverts-edit.php:
|
1561 |
msgid "Geolocation"
|
1562 |
msgstr "Geolocalización"
|
1563 |
|
1564 |
-
#: dashboard/publisher/adverts-edit.php:
|
1565 |
#: dashboard/publisher/groups-edit.php:61
|
1566 |
#: dashboard/publisher/groups-main.php:70
|
1567 |
msgid "Mode"
|
@@ -2078,87 +2076,97 @@ msgid "Some options are only available in AdRotate Pro!"
|
|
2078 |
msgstr ""
|
2079 |
|
2080 |
#: dashboard/settings/general.php:16
|
2081 |
-
msgid "
|
2082 |
msgstr ""
|
2083 |
|
2084 |
#: dashboard/settings/general.php:17
|
2085 |
msgid ""
|
2086 |
-
"Enable if your theme does not support shortcodes in the
|
2087 |
-
"widget."
|
2088 |
msgstr ""
|
2089 |
|
2090 |
#: dashboard/settings/general.php:20
|
2091 |
-
msgid "
|
2092 |
msgstr ""
|
2093 |
|
2094 |
#: dashboard/settings/general.php:21
|
2095 |
msgid ""
|
2096 |
-
"
|
2097 |
-
"
|
2098 |
msgstr ""
|
2099 |
|
2100 |
#: dashboard/settings/general.php:24
|
2101 |
-
msgid "
|
2102 |
-
msgstr "
|
2103 |
|
2104 |
#: dashboard/settings/general.php:25
|
2105 |
msgid ""
|
2106 |
-
"Enable
|
2107 |
-
"
|
2108 |
msgstr ""
|
2109 |
|
2110 |
#: dashboard/settings/general.php:28
|
2111 |
-
msgid "Load
|
2112 |
-
msgstr ""
|
2113 |
|
2114 |
#: dashboard/settings/general.php:29
|
2115 |
msgid ""
|
2116 |
-
"Enable
|
2117 |
-
"
|
2118 |
msgstr ""
|
2119 |
|
2120 |
#: dashboard/settings/general.php:32
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2121 |
msgid "Adblock disguise"
|
2122 |
msgstr ""
|
2123 |
|
2124 |
-
#: dashboard/settings/general.php:
|
2125 |
msgid "Leave empty to disable. Use only lowercaps letters. For example:"
|
2126 |
msgstr ""
|
2127 |
|
2128 |
-
#: dashboard/settings/general.php:
|
2129 |
msgid ""
|
2130 |
"Try and avoid adblock plugins in most modern browsers when using shortcodes."
|
2131 |
msgstr ""
|
2132 |
|
2133 |
-
#: dashboard/settings/general.php:
|
2134 |
msgid ""
|
2135 |
"To also apply this feature to widgets, use a text widget with a shortcode "
|
2136 |
"instead of the AdRotate widget."
|
2137 |
msgstr ""
|
2138 |
|
2139 |
-
#: dashboard/settings/general.php:
|
2140 |
msgid ""
|
2141 |
"Avoid the use of obvious keywords or filenames in your adverts or this "
|
2142 |
"feature will have little effect!"
|
2143 |
msgstr ""
|
2144 |
|
2145 |
-
#: dashboard/settings/general.php:
|
2146 |
msgid "Banner Folder"
|
2147 |
msgstr "Carpeta de los Banners"
|
2148 |
|
2149 |
-
#: dashboard/settings/general.php:
|
2150 |
msgid "Set a location where your banner images will be stored."
|
2151 |
msgstr "Establezca un lugar donde se almacenarán las imágenes de banner."
|
2152 |
|
2153 |
-
#: dashboard/settings/general.php:
|
2154 |
msgid "Location"
|
2155 |
msgstr "Localización"
|
2156 |
|
2157 |
-
#: dashboard/settings/general.php:
|
2158 |
msgid "(Default: wp-content/banners/)."
|
2159 |
msgstr "(Predeterminado: wp-content/banners/)."
|
2160 |
|
2161 |
-
#: dashboard/settings/general.php:
|
2162 |
msgid ""
|
2163 |
"To try and trick ad blockers you could set the folder to something crazy "
|
2164 |
"like:"
|
@@ -2166,7 +2174,7 @@ msgstr ""
|
|
2166 |
"Un truco para tratar de bloquear el acceso a los anuncios es asignar a la "
|
2167 |
"carpeta un nombre impensable como:"
|
2168 |
|
2169 |
-
#: dashboard/settings/general.php:
|
2170 |
msgid ""
|
2171 |
"This folder will not be automatically created if it doesn't exist. AdRotate "
|
2172 |
"will show errors when the folder is missing."
|
@@ -2174,36 +2182,36 @@ msgstr ""
|
|
2174 |
"Si esta carpeta no existe, el sistema NO LA CREARA de forma automática. "
|
2175 |
"Cuando no se encuentre la carpeta, AdRotate mostrará errores."
|
2176 |
|
2177 |
-
#: dashboard/settings/general.php:
|
2178 |
msgid "Bot filter"
|
2179 |
msgstr "Filtro de Motor de búsqueda"
|
2180 |
|
2181 |
-
#: dashboard/settings/general.php:
|
2182 |
msgid "The bot filter is used for the AdRotate stats tracker."
|
2183 |
msgstr ""
|
2184 |
|
2185 |
-
#: dashboard/settings/general.php:
|
2186 |
msgid "User-Agent Filter"
|
2187 |
msgstr "Filtro de User-Agent"
|
2188 |
|
2189 |
-
#: dashboard/settings/general.php:
|
2190 |
msgid ""
|
2191 |
"A comma separated list of keywords. Filter out bots/crawlers/user-agents."
|
2192 |
msgstr ""
|
2193 |
|
2194 |
-
#: dashboard/settings/general.php:
|
2195 |
msgid ""
|
2196 |
"Keep in mind that this might give false positives. The word 'fire' also "
|
2197 |
"matches 'firefox', but not vice-versa. So be careful!"
|
2198 |
msgstr ""
|
2199 |
|
2200 |
-
#: dashboard/settings/general.php:
|
2201 |
msgid ""
|
2202 |
"Only words with alphanumeric characters and [ - _ ] are allowed. All other "
|
2203 |
"characters are stripped out."
|
2204 |
msgstr ""
|
2205 |
|
2206 |
-
#: dashboard/settings/general.php:
|
2207 |
msgid ""
|
2208 |
"Additionally to the list specified here, empty User-Agents are blocked as "
|
2209 |
"well."
|
@@ -2211,11 +2219,11 @@ msgstr ""
|
|
2211 |
"Adicionalmente a la lista especificada aquí, los User-Agents vacíos son "
|
2212 |
"bloqueados."
|
2213 |
|
2214 |
-
#: dashboard/settings/general.php:
|
2215 |
msgid "Learn more about"
|
2216 |
msgstr "Más información sobre"
|
2217 |
|
2218 |
-
#: dashboard/settings/general.php:
|
2219 |
msgid "user-agents"
|
2220 |
msgstr "user-agents"
|
2221 |
|
@@ -2881,6 +2889,10 @@ msgid ""
|
|
2881 |
msgstr ""
|
2882 |
"Este número no puede estar vacío, ser negativo o exceder de 86400 (24 horas)."
|
2883 |
|
|
|
|
|
|
|
|
|
2884 |
#~ msgid ""
|
2885 |
#~ "Upload your images to the banner folder and make sure the filename is in "
|
2886 |
#~ "the following format; \"imagename.full.ext\". A full set of sized images "
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: AdRotate v 3.10.6\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-12-05 00:44+0800\n"
|
6 |
+
"PO-Revision-Date: 2015-12-05 00:44+0800\n"
|
7 |
"Last-Translator: Arnan de Gans <info@ajdg.net>\n"
|
8 |
"Language-Team: Juanjo Navarro <cmsweb@juanjoresa.es>\n"
|
9 |
"Language: es_ES\n"
|
116 |
msgid "Unexpected error"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: adrotate-manage-publisher.php:709
|
120 |
msgid "AdRotate Advertiser"
|
121 |
msgstr ""
|
122 |
|
123 |
+
#: adrotate-output.php:637
|
124 |
msgid "Oh no! Something went wrong!"
|
125 |
msgstr "¡Oh, no! Algo salió mal!"
|
126 |
|
127 |
+
#: adrotate-output.php:638
|
128 |
msgid ""
|
129 |
"WordPress was unable to verify the authenticity of the url you have clicked. "
|
130 |
"Verify if the url used is valid or log in via your browser."
|
132 |
"WordPress no pudo verificar la autenticidad de la url que ha hecho clic. "
|
133 |
"Verificar si la url utilizada es válida o acceder a través del navegador."
|
134 |
|
135 |
+
#: adrotate-output.php:639
|
136 |
msgid ""
|
137 |
"If you have received the url you want to visit via email, you are being "
|
138 |
"tricked!"
|
140 |
"Si usted ha recibido la url que desea visitar a través del correo "
|
141 |
"electrónico, es posible que le esten engañando!"
|
142 |
|
143 |
+
#: adrotate-output.php:640
|
144 |
msgid "Contact support if the issue persists:"
|
145 |
msgstr "Si el problema persiste, contacte con el soporte:"
|
146 |
|
147 |
+
#: adrotate-output.php:658
|
148 |
msgid ""
|
149 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
150 |
"restrictions or does not exist!"
|
152 |
"ERROR: El anuncio no está disponible en este momento debido a las "
|
153 |
"restricciones de programa, de geolocalización o no existe!"
|
154 |
|
155 |
+
#: adrotate-output.php:660
|
156 |
msgid ""
|
157 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
158 |
"restrictions!"
|
160 |
"ERROR: El anuncio no está disponible en este momento debido a las "
|
161 |
"restricciones restricciones de programa o geolocalización!"
|
162 |
|
163 |
+
#: adrotate-output.php:667 adrotate-output.php:669
|
164 |
msgid ""
|
165 |
"Either there are no banners, they are disabled or none qualified for this "
|
166 |
"location!"
|
168 |
"O bien no hay banners, estan desactivados o no estan programados para esta "
|
169 |
"ubicación!"
|
170 |
|
171 |
+
#: adrotate-output.php:675
|
172 |
msgid "Error, no Ad ID set! Check your syntax!"
|
173 |
msgstr "ERROR: No se ha asignado el ID del anuncio! Compruebe la sintaxis!"
|
174 |
|
175 |
+
#: adrotate-output.php:681
|
176 |
msgid "Error, no group ID set! Check your syntax!"
|
177 |
msgstr "ERROR: No se ha asignado el ID del grupo! Compruebe la sintaxis!"
|
178 |
|
179 |
+
#: adrotate-output.php:686
|
180 |
msgid "Error, group does not exist! Check your syntax!"
|
181 |
msgstr "ERROR: el grupo no existe! Compruebe la sintaxis!"
|
182 |
|
183 |
+
#: adrotate-output.php:692
|
184 |
msgid ""
|
185 |
"There was an error locating the database tables for AdRotate. Please "
|
186 |
"deactivate and re-activate AdRotate from the plugin page!!"
|
188 |
"Hubo un error al ubicar las tablas de la base de AdRotate. Por favor, "
|
189 |
"desactivar y volver a activar el plugin AdRotate de la página!"
|
190 |
|
191 |
+
#: adrotate-output.php:692
|
192 |
msgid "If this does not solve the issue please seek support at"
|
193 |
msgstr "Si esto no resuelve el problema por favor busque apoyo en"
|
194 |
|
195 |
+
#: adrotate-output.php:698
|
196 |
msgid "An unknown error occured."
|
197 |
msgstr "Ha ocurrido un error desconocido."
|
198 |
|
199 |
+
#: adrotate-output.php:723
|
200 |
msgid "active ad(s) expired."
|
201 |
msgstr "anuncio(s) activo(s) caducó."
|
202 |
|
203 |
+
#: adrotate-output.php:723
|
204 |
msgid "Take action now"
|
205 |
msgstr "Tomar medidas ahora"
|
206 |
|
207 |
+
#: adrotate-output.php:725
|
208 |
msgid "active ad(s) are about to expire."
|
209 |
msgstr "anuncio(s) activo(s) están a punto de caducar."
|
210 |
|
211 |
+
#: adrotate-output.php:725
|
212 |
msgid "Check it out"
|
213 |
msgstr "Compruébelo"
|
214 |
|
215 |
+
#: adrotate-output.php:727
|
216 |
msgid "active ad(s) with configuration errors."
|
217 |
msgstr "anuncio(s) activo(s) con errores de configuración."
|
218 |
|
219 |
+
#: adrotate-output.php:727
|
220 |
msgid "Solve this"
|
221 |
msgstr "Solucione este"
|
222 |
|
223 |
+
#: adrotate-output.php:729
|
224 |
msgid "ad(s) expired."
|
225 |
msgstr "anuncio(s) caducado."
|
226 |
|
227 |
+
#: adrotate-output.php:729
|
228 |
msgid "ad(s) are about to expire."
|
229 |
msgstr "anuncio(s) están a punto de caducar."
|
230 |
|
231 |
+
#: adrotate-output.php:729
|
232 |
msgid "ad(s) with configuration errors."
|
233 |
msgstr "anuncio(s) con errores de configuración."
|
234 |
|
235 |
+
#: adrotate-output.php:729
|
236 |
msgid "Fix this as soon as possible"
|
237 |
msgstr "Solucionar esto en cuanto sea posible"
|
238 |
|
239 |
+
#: adrotate-output.php:741 dashboard/adrotatepro.php:106
|
240 |
+
#: dashboard/adrotatepro.php:107 dashboard/adrotatepro.php:108
|
241 |
+
#: dashboard/adrotatepro.php:109 dashboard/adrotatepro.php:118
|
242 |
+
#: dashboard/adrotatepro.php:119 dashboard/adrotatepro.php:120
|
243 |
+
#: dashboard/adrotatepro.php:121 dashboard/info.php:114 dashboard/info.php:115
|
244 |
+
#: dashboard/info.php:116 dashboard/info.php:117 dashboard/info.php:126
|
245 |
+
#: dashboard/info.php:127 dashboard/info.php:128 dashboard/info.php:129
|
246 |
#: dashboard/settings/geotargeting.php:26
|
247 |
#, fuzzy
|
248 |
msgid "Buy now"
|
249 |
msgstr "Comprar"
|
250 |
|
251 |
+
#: adrotate-output.php:742
|
252 |
msgid ""
|
253 |
"You've been using <strong>AdRotate</strong> for a while now. Why not upgrade "
|
254 |
"to the <strong>PRO</strong> version"
|
255 |
msgstr ""
|
256 |
|
257 |
+
#: adrotate-output.php:742
|
258 |
#, php-format
|
259 |
msgid ""
|
260 |
"Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
|
261 |
msgstr ""
|
262 |
|
263 |
+
#: adrotate-output.php:742
|
264 |
msgid "Thank you for your purchase!"
|
265 |
msgstr ""
|
266 |
|
267 |
+
#: adrotate-output.php:786
|
268 |
msgid ""
|
269 |
"Welcome, and thanks for using AdRotate. Everything related to AdRotate is in "
|
270 |
"this menu. Check out the"
|
271 |
msgstr ""
|
272 |
|
273 |
+
#: adrotate-output.php:786
|
274 |
msgid "manuals"
|
275 |
msgstr "manuales"
|
276 |
|
277 |
+
#: adrotate-output.php:786 adrotate-output.php:859
|
278 |
msgid "and"
|
279 |
msgstr ""
|
280 |
|
281 |
+
#: adrotate-output.php:786
|
282 |
msgid "forums"
|
283 |
msgstr ""
|
284 |
|
285 |
+
#: adrotate-output.php:819
|
286 |
#, fuzzy
|
287 |
msgid "Useful Links"
|
288 |
msgstr "Enlaces de interés"
|
289 |
|
290 |
+
#: adrotate-output.php:820
|
291 |
msgid "Useful links to learn more about AdRotate"
|
292 |
msgstr ""
|
293 |
|
294 |
+
#: adrotate-output.php:822
|
295 |
+
msgid "AdRotate website"
|
296 |
+
msgstr ""
|
|
|
297 |
|
298 |
+
#: adrotate-output.php:823
|
299 |
#, fuzzy
|
300 |
msgid "Getting Started With AdRotate"
|
301 |
msgstr "Obtenga más funciones con AdRotate Pro"
|
302 |
|
303 |
+
#: adrotate-output.php:824
|
304 |
#, fuzzy
|
305 |
msgid "AdRotate manuals"
|
306 |
msgstr "Información de AdRotate"
|
307 |
|
308 |
+
#: adrotate-output.php:825
|
309 |
#, fuzzy
|
310 |
msgid "AdRotate Support Forum"
|
311 |
msgstr "Tienda AdRotate"
|
312 |
|
313 |
+
#: adrotate-output.php:851
|
314 |
#, fuzzy
|
315 |
msgid "Help AdRotate Grow"
|
316 |
msgstr "Atascado con AdRotate? Yo te ayudaré!"
|
317 |
|
318 |
+
#: adrotate-output.php:852
|
319 |
msgid "Brought to you by"
|
320 |
msgstr "Presentado por"
|
321 |
|
322 |
+
#: adrotate-output.php:859
|
323 |
msgid ""
|
324 |
"A lot of users only think to review AdRotate when something goes wrong while "
|
325 |
"thousands of people use AdRotate satisfactory. Don't let this go unnoticed."
|
326 |
msgstr ""
|
327 |
|
328 |
+
#: adrotate-output.php:859
|
329 |
msgid "If you find AdRotate useful please leave your honest"
|
330 |
msgstr ""
|
331 |
|
332 |
+
#: adrotate-output.php:859
|
333 |
msgid "rating"
|
334 |
msgstr ""
|
335 |
|
336 |
+
#: adrotate-output.php:859
|
337 |
#, fuzzy
|
338 |
msgid "review"
|
339 |
msgstr "Revise el anuncio aquí:"
|
340 |
|
341 |
+
#: adrotate-output.php:859
|
342 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
343 |
msgstr ""
|
344 |
|
345 |
+
#: adrotate-output.php:891
|
346 |
msgid "Available in AdRotate Pro"
|
347 |
msgstr "Disponible en AdRotate Pro"
|
348 |
|
349 |
+
#: adrotate-output.php:891
|
350 |
msgid "More information..."
|
351 |
msgstr "Más información..."
|
352 |
|
353 |
+
#: adrotate-output.php:892
|
354 |
msgid "This feature is available in AdRotate Pro"
|
355 |
msgstr "Esta función está disponible en AdRotate Pro"
|
356 |
|
357 |
+
#: adrotate-output.php:892
|
358 |
msgid "Learn more"
|
359 |
msgstr "Aprender más"
|
360 |
|
361 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:220
|
362 |
+
#: dashboard/publisher/adverts-edit.php:241
|
363 |
msgid "January"
|
364 |
msgstr "Enero"
|
365 |
|
366 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:221
|
367 |
+
#: dashboard/publisher/adverts-edit.php:242
|
368 |
msgid "February"
|
369 |
msgstr "Febrero"
|
370 |
|
371 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:222
|
372 |
+
#: dashboard/publisher/adverts-edit.php:243
|
373 |
msgid "March"
|
374 |
msgstr "Marzo"
|
375 |
|
376 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:223
|
377 |
+
#: dashboard/publisher/adverts-edit.php:244
|
378 |
msgid "April"
|
379 |
msgstr "Abril"
|
380 |
|
381 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:224
|
382 |
+
#: dashboard/publisher/adverts-edit.php:245
|
383 |
msgid "May"
|
384 |
msgstr "Mayo"
|
385 |
|
386 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:225
|
387 |
+
#: dashboard/publisher/adverts-edit.php:246
|
388 |
msgid "June"
|
389 |
msgstr "Junio"
|
390 |
|
391 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:226
|
392 |
+
#: dashboard/publisher/adverts-edit.php:247
|
393 |
msgid "July"
|
394 |
msgstr "Julio"
|
395 |
|
396 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:227
|
397 |
+
#: dashboard/publisher/adverts-edit.php:248
|
398 |
msgid "August"
|
399 |
msgstr "Agosto"
|
400 |
|
401 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:228
|
402 |
+
#: dashboard/publisher/adverts-edit.php:249
|
403 |
msgid "September"
|
404 |
msgstr "Septiembre"
|
405 |
|
406 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:229
|
407 |
+
#: dashboard/publisher/adverts-edit.php:250
|
408 |
msgid "October"
|
409 |
msgstr "Octubre"
|
410 |
|
411 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:230
|
412 |
+
#: dashboard/publisher/adverts-edit.php:251
|
413 |
msgid "November"
|
414 |
msgstr "Noviembre"
|
415 |
|
416 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:231
|
417 |
+
#: dashboard/publisher/adverts-edit.php:252
|
418 |
msgid "December"
|
419 |
msgstr "Diciembre"
|
420 |
|
545 |
"AdRotate Pro."
|
546 |
msgstr ""
|
547 |
|
548 |
+
#: adrotate.php:409 adrotate.php:496 dashboard/publisher/adverts-edit.php:188
|
549 |
#: dashboard/publisher/adverts-main.php:114
|
550 |
#: dashboard/publisher/groups-edit.php:75
|
551 |
#: dashboard/publisher/groups-main.php:89
|
585 |
msgid "End"
|
586 |
msgstr "Finalizar"
|
587 |
|
588 |
+
#: adrotate.php:428 dashboard/publisher/adverts-edit.php:397
|
589 |
#: dashboard/publisher/groups-main.php:34
|
590 |
msgid "Ads"
|
591 |
msgstr "Anuncios"
|
690 |
"siguiente formato; \"imagename.full.ext\". Se recomienda una serie completa "
|
691 |
"de imágenes del mismo tamaño."
|
692 |
|
693 |
+
#: adrotate.php:503 dashboard/publisher/adverts-edit.php:311
|
694 |
msgid ""
|
695 |
"For smaller size images use \".320\", \".480\", \".768\" or \".1024\" in the "
|
696 |
"filename instead of \".full\" for the various viewports."
|
816 |
"forum. Get a solution (usually) within a day."
|
817 |
msgstr ""
|
818 |
|
819 |
+
#: dashboard/adrotatepro.php:48 dashboard/info.php:136
|
820 |
msgid "AdRotate is brought to you by"
|
821 |
msgstr "AdRotate es ofrecido por"
|
822 |
|
823 |
+
#: dashboard/adrotatepro.php:52 dashboard/info.php:140
|
824 |
msgid ""
|
825 |
+
"Premium plugins, support and services for WordPress and WooCommerce! I am a "
|
826 |
+
"digital nomad in the Philippines. Click on my name to find out more about me "
|
827 |
+
"and what I am doing. Thanks for your support and for using my plugins!"
|
828 |
msgstr ""
|
829 |
|
830 |
+
#: dashboard/adrotatepro.php:81
|
831 |
msgid "Schedule all campaigns with ease"
|
832 |
msgstr "Programe todas las campañas con facilidad"
|
833 |
|
834 |
+
#: dashboard/adrotatepro.php:84
|
835 |
msgid ""
|
836 |
"Schedule your adverts and set up advertising campaigns based on dates you or "
|
837 |
"your advertisers specify without hassle. Seasonal adverts, weekly adverts. "
|
839 |
"much more easy. You can set one or many schedules for adverts."
|
840 |
msgstr ""
|
841 |
|
842 |
+
#: dashboard/adrotatepro.php:88
|
843 |
msgid "Avoid adblockers"
|
844 |
msgstr ""
|
845 |
|
846 |
+
#: dashboard/adrotatepro.php:91
|
847 |
msgid ""
|
848 |
"Try and avoid adblockers so you adverts get the exposure you want them to "
|
849 |
"have. AdRotate Pro offers some advanced tools to deceive adblockers so your "
|
851 |
"adverts smartly so these features reach their full potential!"
|
852 |
msgstr ""
|
853 |
|
854 |
+
#: dashboard/adrotatepro.php:95
|
855 |
msgid "Stay up-to-date with notifications"
|
856 |
msgstr ""
|
857 |
|
858 |
+
#: dashboard/adrotatepro.php:98
|
859 |
msgid ""
|
860 |
"Stay in touch with Email notifications. Have AdRotate send you an alert when "
|
861 |
"adverts expire or need your attention. Additionally, you can have AdRotate "
|
864 |
"miss an expiration date again."
|
865 |
msgstr ""
|
866 |
|
867 |
+
#: dashboard/adrotatepro.php:102 dashboard/adrotatepro.php:114
|
868 |
+
#: dashboard/info.php:110 dashboard/info.php:122
|
869 |
msgid "Buy AdRotate Professional"
|
870 |
msgstr "Comprar AdRotate Profesional"
|
871 |
|
872 |
+
#: dashboard/adrotatepro.php:106 dashboard/info.php:114
|
873 |
msgid "Single License"
|
874 |
msgstr ""
|
875 |
|
876 |
+
#: dashboard/adrotatepro.php:106 dashboard/info.php:114
|
877 |
msgid "For one WordPress installation."
|
878 |
msgstr "Para una instalación de WordPress."
|
879 |
|
880 |
+
#: dashboard/adrotatepro.php:107 dashboard/adrotatepro.php:119
|
881 |
+
#: dashboard/info.php:115 dashboard/info.php:127
|
882 |
msgid "Duo License"
|
883 |
msgstr "Duo Licencia"
|
884 |
|
885 |
+
#: dashboard/adrotatepro.php:107 dashboard/info.php:115
|
886 |
msgid "For two WordPress installations."
|
887 |
msgstr "Para dos instalaciónes de WordPress."
|
888 |
|
889 |
+
#: dashboard/adrotatepro.php:108 dashboard/adrotatepro.php:120
|
890 |
+
#: dashboard/info.php:116 dashboard/info.php:128
|
891 |
msgid "Multi License"
|
892 |
msgstr "Multi Licencia"
|
893 |
|
894 |
+
#: dashboard/adrotatepro.php:108 dashboard/info.php:116
|
895 |
msgid " For up to five WordPress installations."
|
896 |
msgstr "Para un máximo de cinco instalaciones de WordPress."
|
897 |
|
898 |
+
#: dashboard/adrotatepro.php:109 dashboard/adrotatepro.php:121
|
899 |
+
#: dashboard/info.php:117 dashboard/info.php:129
|
900 |
msgid "Developer License"
|
901 |
msgstr "Developer Licencia"
|
902 |
|
903 |
+
#: dashboard/adrotatepro.php:109 dashboard/info.php:117
|
904 |
msgid "Unlimited WordPress installations and/or networks."
|
905 |
msgstr ""
|
906 |
|
907 |
+
#: dashboard/adrotatepro.php:110 dashboard/adrotatepro.php:123
|
908 |
+
#: dashboard/info.php:118 dashboard/info.php:131
|
909 |
msgid "Compare licenses"
|
910 |
msgstr "Comparar licencias"
|
911 |
|
912 |
+
#: dashboard/adrotatepro.php:110 dashboard/info.php:118
|
913 |
msgid "Not sure which license is for you? Compare them..."
|
914 |
msgstr "No está seguro de que licencia es para usted? Comparelas..."
|
915 |
|
916 |
+
#: dashboard/adrotatepro.php:110 dashboard/info.php:118
|
917 |
msgid "All Licenses"
|
918 |
msgstr "Todas las licencias"
|
919 |
|
920 |
+
#: dashboard/adrotatepro.php:118 dashboard/info.php:126
|
921 |
msgid "Lifetime License"
|
922 |
msgstr ""
|
923 |
|
924 |
+
#: dashboard/adrotatepro.php:118 dashboard/info.php:126
|
925 |
msgid "Single installation."
|
926 |
msgstr ""
|
927 |
|
928 |
+
#: dashboard/adrotatepro.php:119 dashboard/info.php:127
|
929 |
msgid "Up to 2 installations."
|
930 |
msgstr ""
|
931 |
|
932 |
+
#: dashboard/adrotatepro.php:120 dashboard/info.php:128
|
933 |
msgid "Up to 10 installations."
|
934 |
msgstr ""
|
935 |
|
936 |
+
#: dashboard/adrotatepro.php:121 dashboard/info.php:129
|
937 |
msgid "Up to 25 installations or multisite networks."
|
938 |
msgstr ""
|
939 |
|
940 |
+
#: dashboard/adrotatepro.php:122 dashboard/info.php:130
|
941 |
msgid ""
|
942 |
"Subscriptions get 1 year access to updates, email support & AdRotate Geo."
|
943 |
msgstr ""
|
944 |
|
945 |
+
#: dashboard/adrotatepro.php:123 dashboard/info.php:131
|
946 |
msgid "Not sure which license is for you?"
|
947 |
msgstr ""
|
948 |
|
949 |
+
#: dashboard/adrotatepro.php:123 dashboard/info.php:131
|
950 |
msgid "Compare Licenses"
|
951 |
msgstr ""
|
952 |
|
983 |
msgstr "Apoye a AdRotate"
|
984 |
|
985 |
#: dashboard/info.php:55
|
986 |
+
msgid ""
|
987 |
+
"Your donation helps to improve AdRotate. Consider writing a review if you "
|
988 |
+
"like AdRotate. Also follow my Facebook page and twitter. Thank you!"
|
|
|
|
|
989 |
msgstr ""
|
990 |
|
991 |
+
#: dashboard/info.php:81
|
992 |
msgid "AdRotate News and Developer Blog"
|
993 |
msgstr "Noticias y Blog del Desarrollador de AdRotate "
|
994 |
|
995 |
+
#: dashboard/info.php:103
|
996 |
msgid "Get more features with AdRotate Pro"
|
997 |
msgstr "Obtenga más funciones con AdRotate Pro"
|
998 |
|
999 |
+
#: dashboard/info.php:106
|
1000 |
msgid ""
|
1001 |
"Benefit from extra features to reinforce your income with advertising "
|
1002 |
"campaigns. Make the most of your website with the powerful tools AdRotate "
|
1007 |
"las potentes herramientas que AdRotate Pro le ofrece, además de las "
|
1008 |
"funcionalidades más que fiables incluidas en la versión gratuita."
|
1009 |
|
1010 |
+
#: dashboard/info.php:106
|
1011 |
msgid "Want to know more about"
|
1012 |
msgstr ""
|
1013 |
|
1014 |
+
#: dashboard/info.php:106
|
1015 |
msgid "Visit the"
|
1016 |
msgstr "Visite la"
|
1017 |
|
1018 |
+
#: dashboard/info.php:106
|
1019 |
msgid "website"
|
1020 |
msgstr "página web"
|
1021 |
|
1024 |
msgstr "Desactivar Anuncios"
|
1025 |
|
1026 |
#: dashboard/publisher/adverts-disabled.php:21
|
1027 |
+
#: dashboard/publisher/adverts-edit.php:176
|
1028 |
msgid "Activate"
|
1029 |
msgstr "Activar"
|
1030 |
|
1041 |
msgstr "Inio / Final"
|
1042 |
|
1043 |
#: dashboard/publisher/adverts-disabled.php:37
|
1044 |
+
#: dashboard/publisher/adverts-edit.php:116
|
1045 |
#: dashboard/publisher/adverts-error.php:41
|
1046 |
#: dashboard/publisher/adverts-main.php:41
|
1047 |
msgid "Title"
|
1145 |
msgid "This ad has been disabled and does not rotate on your site!"
|
1146 |
msgstr "Este anuncio ha sido desactivado y no rota en su página web!"
|
1147 |
|
1148 |
+
#: dashboard/publisher/adverts-edit.php:108
|
1149 |
msgid "New Advert"
|
1150 |
msgstr "Nuevo Anuncio"
|
1151 |
|
1152 |
+
#: dashboard/publisher/adverts-edit.php:110
|
1153 |
msgid "Edit Advert"
|
1154 |
msgstr "Editar Anuncio"
|
1155 |
|
1156 |
+
#: dashboard/publisher/adverts-edit.php:122
|
1157 |
msgid "AdCode"
|
1158 |
msgstr ""
|
1159 |
|
1160 |
+
#: dashboard/publisher/adverts-edit.php:127
|
1161 |
msgid "Basic Examples:"
|
1162 |
msgstr "Ejemplos Básicos:"
|
1163 |
|
1164 |
+
#: dashboard/publisher/adverts-edit.php:134
|
1165 |
msgid "Useful tags"
|
1166 |
msgstr ""
|
1167 |
|
1168 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1169 |
msgid "Insert the advert ID Number."
|
1170 |
msgstr ""
|
1171 |
|
1172 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1173 |
msgid "Required when selecting a image below."
|
1174 |
msgstr ""
|
1175 |
|
1176 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1177 |
msgid "Insert the advert name."
|
1178 |
msgstr ""
|
1179 |
|
1180 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1181 |
msgid "Insert a random seed. Useful for DFP/DoubleClick type adverts."
|
1182 |
msgstr ""
|
1183 |
|
1184 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1185 |
msgid "Add inside the <a> tag to open advert in a new window."
|
1186 |
msgstr ""
|
1187 |
|
1188 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1189 |
msgid "Add inside the <a> tag to tell crawlers to ignore this link"
|
1190 |
msgstr ""
|
1191 |
|
1192 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1193 |
msgid ""
|
1194 |
"Place the cursor in your AdCode where you want to add any of these tags and "
|
1195 |
"click to add it."
|
1196 |
msgstr ""
|
1197 |
|
1198 |
+
#: dashboard/publisher/adverts-edit.php:141
|
1199 |
msgid "Preview"
|
1200 |
msgstr "Vista previa"
|
1201 |
|
1202 |
+
#: dashboard/publisher/adverts-edit.php:144
|
1203 |
msgid ""
|
1204 |
"Note: While this preview is an accurate one, it might look different then it "
|
1205 |
"does on the website."
|
1207 |
"Nota: Mientras que la previsualización de la imagen aqui mostrada es "
|
1208 |
"precisa, en su pagina web puede tener un aspecto diferente."
|
1209 |
|
1210 |
+
#: dashboard/publisher/adverts-edit.php:145
|
1211 |
msgid ""
|
1212 |
"This is because of CSS differences. Your themes CSS file is not active here!"
|
1213 |
msgstr ""
|
1214 |
"Esto es debido a las diferencias de CSS. En la zona administrativa no está "
|
1215 |
"activo el archivo CSS de las plantillas (themes)!"
|
1216 |
|
1217 |
+
#: dashboard/publisher/adverts-edit.php:150
|
1218 |
msgid "Banner asset"
|
1219 |
msgstr ""
|
1220 |
|
1221 |
+
#: dashboard/publisher/adverts-edit.php:153
|
1222 |
msgid "WordPress media:"
|
1223 |
msgstr ""
|
1224 |
|
1225 |
+
#: dashboard/publisher/adverts-edit.php:153
|
1226 |
msgid "Select Banner"
|
1227 |
msgstr "Seleccionar Banner"
|
1228 |
|
1229 |
+
#: dashboard/publisher/adverts-edit.php:155
|
1230 |
msgid "- OR -"
|
1231 |
msgstr "- O -"
|
1232 |
|
1233 |
+
#: dashboard/publisher/adverts-edit.php:157
|
1234 |
msgid "Banner folder:"
|
1235 |
msgstr "Carpeta Banner:"
|
1236 |
|
1237 |
+
#: dashboard/publisher/adverts-edit.php:158
|
1238 |
msgid "No image selected"
|
1239 |
msgstr "Ninguna imagen seleccionada"
|
1240 |
|
1241 |
+
#: dashboard/publisher/adverts-edit.php:162
|
1242 |
msgid "Use %image% in the adcode instead of the file path."
|
1243 |
msgstr ""
|
1244 |
|
1245 |
+
#: dashboard/publisher/adverts-edit.php:162
|
1246 |
msgid ""
|
1247 |
"Use either the text field or the dropdown. If the textfield has content that "
|
1248 |
"field has priority."
|
1250 |
"Use el campo de texto o en el menú desplegable. Si el campo de texto tiene "
|
1251 |
"un contenido, ese campo tiene prioridad."
|
1252 |
|
1253 |
+
#: dashboard/publisher/adverts-edit.php:167
|
1254 |
#: dashboard/settings/statistics.php:12
|
1255 |
msgid "Statistics"
|
1256 |
msgstr "Estadísticas"
|
1257 |
|
1258 |
+
#: dashboard/publisher/adverts-edit.php:169
|
1259 |
msgid "Enable click and impression tracking for this advert."
|
1260 |
msgstr ""
|
1261 |
|
1262 |
+
#: dashboard/publisher/adverts-edit.php:170
|
1263 |
msgid ""
|
1264 |
"Note: Clicktracking does not work for Javascript adverts such as those "
|
1265 |
"provided by Google AdSense/DFP/DoubleClick. HTML5/Flash adverts are not "
|
1266 |
"always supported."
|
1267 |
msgstr ""
|
1268 |
|
1269 |
+
#: dashboard/publisher/adverts-edit.php:180
|
1270 |
msgid "Yes, this ad will be used"
|
1271 |
msgstr "Sí, se utilizará este anuncio"
|
1272 |
|
1273 |
+
#: dashboard/publisher/adverts-edit.php:181
|
1274 |
msgid "No, do not show this ad anywhere"
|
1275 |
msgstr "No, no mostrar este anuncio en cualquier lugar"
|
1276 |
|
1277 |
+
#: dashboard/publisher/adverts-edit.php:188
|
1278 |
#: dashboard/publisher/adverts-main.php:114
|
1279 |
#: dashboard/publisher/groups-edit.php:75
|
1280 |
#: dashboard/publisher/groups-main.php:89
|
1282 |
msgid "Get more features with AdRotate Pro."
|
1283 |
msgstr "Obtenga más funciones con AdRotate Pro"
|
1284 |
|
1285 |
+
#: dashboard/publisher/adverts-edit.php:191
|
1286 |
+
#: dashboard/publisher/adverts-edit.php:291
|
1287 |
+
#: dashboard/publisher/adverts-edit.php:386
|
1288 |
+
#: dashboard/publisher/adverts-edit.php:427
|
1289 |
+
msgid "Save Advert"
|
1290 |
+
msgstr "Guardar Anuncio"
|
1291 |
+
|
1292 |
#: dashboard/publisher/adverts-edit.php:192
|
1293 |
#: dashboard/publisher/adverts-edit.php:292
|
1294 |
#: dashboard/publisher/adverts-edit.php:387
|
1295 |
#: dashboard/publisher/adverts-edit.php:428
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1296 |
#: dashboard/publisher/groups-edit.php:154
|
1297 |
#: dashboard/publisher/groups-edit.php:301
|
1298 |
#: dashboard/publisher/groups-edit.php:393
|
1299 |
msgid "Cancel"
|
1300 |
msgstr "Cancelar"
|
1301 |
|
1302 |
+
#: dashboard/publisher/adverts-edit.php:195
|
1303 |
+
#: dashboard/publisher/adverts-edit.php:369
|
1304 |
#: dashboard/publisher/groups-edit.php:136
|
1305 |
#: dashboard/publisher/groups-edit.php:283
|
1306 |
msgid "Usage"
|
1307 |
msgstr "Utilización"
|
1308 |
|
1309 |
+
#: dashboard/publisher/adverts-edit.php:199
|
1310 |
+
#: dashboard/publisher/adverts-edit.php:373
|
1311 |
#: dashboard/publisher/groups-edit.php:140
|
1312 |
#: dashboard/publisher/groups-edit.php:287
|
1313 |
msgid "Widget"
|
1314 |
msgstr ""
|
1315 |
|
1316 |
+
#: dashboard/publisher/adverts-edit.php:200
|
1317 |
+
#: dashboard/publisher/adverts-edit.php:374
|
1318 |
msgid ""
|
1319 |
"Drag the AdRotate widget to the sidebar you want it in, select \"Single Ad\" "
|
1320 |
"and enter ID"
|
1321 |
msgstr ""
|
1322 |
|
1323 |
+
#: dashboard/publisher/adverts-edit.php:203
|
1324 |
+
#: dashboard/publisher/adverts-edit.php:377
|
1325 |
#: dashboard/publisher/groups-edit.php:144
|
1326 |
#: dashboard/publisher/groups-edit.php:291
|
1327 |
msgid "In a post or page"
|
1328 |
msgstr ""
|
1329 |
|
1330 |
+
#: dashboard/publisher/adverts-edit.php:205
|
1331 |
+
#: dashboard/publisher/adverts-edit.php:379
|
1332 |
#: dashboard/publisher/groups-edit.php:146
|
1333 |
#: dashboard/publisher/groups-edit.php:293
|
1334 |
msgid "Directly in a theme"
|
1335 |
msgstr ""
|
1336 |
|
1337 |
+
#: dashboard/publisher/adverts-edit.php:211
|
1338 |
msgid "Schedule your advert"
|
1339 |
msgstr ""
|
1340 |
|
1341 |
+
#: dashboard/publisher/adverts-edit.php:215
|
1342 |
msgid "Start date (day/month/year)"
|
1343 |
msgstr ""
|
1344 |
|
1345 |
+
#: dashboard/publisher/adverts-edit.php:236
|
1346 |
msgid "End date (day/month/year)"
|
1347 |
msgstr ""
|
1348 |
|
1349 |
+
#: dashboard/publisher/adverts-edit.php:259
|
1350 |
msgid "Start time (hh:mm)"
|
1351 |
msgstr ""
|
1352 |
|
1353 |
+
#: dashboard/publisher/adverts-edit.php:266
|
1354 |
msgid "End time (hh:mm)"
|
1355 |
msgstr ""
|
1356 |
|
1357 |
+
#: dashboard/publisher/adverts-edit.php:276
|
1358 |
msgid "Maximum Clicks"
|
1359 |
msgstr ""
|
1360 |
|
1361 |
+
#: dashboard/publisher/adverts-edit.php:277
|
1362 |
+
#: dashboard/publisher/adverts-edit.php:279
|
1363 |
msgid "Leave empty or 0 to skip this."
|
1364 |
msgstr "Dejar en blanco o 0 para omitir."
|
1365 |
|
1366 |
+
#: dashboard/publisher/adverts-edit.php:278
|
1367 |
msgid "Maximum Impressions"
|
1368 |
msgstr ""
|
1369 |
|
1370 |
+
#: dashboard/publisher/adverts-edit.php:283
|
1371 |
msgid "Important"
|
1372 |
msgstr ""
|
1373 |
|
1374 |
+
#: dashboard/publisher/adverts-edit.php:284
|
1375 |
msgid ""
|
1376 |
"Note: Time uses a 24 hour clock. When you are used to the AM/PM system keep "
|
1377 |
"this in mind: If the start or end time is after lunch, add 12 hours. 2PM is "
|
1378 |
"14:00 hours. 6AM is 6:00 hours."
|
1379 |
msgstr ""
|
1380 |
|
1381 |
+
#: dashboard/publisher/adverts-edit.php:288
|
1382 |
msgid ""
|
1383 |
"Create multiple and more advanced schedules for each advert with AdRotate "
|
1384 |
"Pro."
|
1385 |
msgstr ""
|
1386 |
|
1387 |
+
#: dashboard/publisher/adverts-edit.php:288
|
1388 |
+
#: dashboard/publisher/adverts-edit.php:323
|
1389 |
+
#: dashboard/publisher/adverts-edit.php:367
|
1390 |
#: dashboard/publisher/groups-edit.php:200
|
1391 |
#, fuzzy
|
1392 |
msgid "Upgrade today"
|
1393 |
msgstr "Hoy"
|
1394 |
|
1395 |
+
#: dashboard/publisher/adverts-edit.php:295
|
1396 |
#: dashboard/publisher/groups-edit.php:157
|
1397 |
msgid "Advanced"
|
1398 |
msgstr "Avanzado"
|
1399 |
|
1400 |
+
#: dashboard/publisher/adverts-edit.php:296
|
1401 |
msgid "Everything below is optional."
|
1402 |
msgstr "Todo lo siguiente es opcional."
|
1403 |
|
1404 |
+
#: dashboard/publisher/adverts-edit.php:300
|
1405 |
msgid "Mobile"
|
1406 |
msgstr ""
|
1407 |
|
1408 |
+
#: dashboard/publisher/adverts-edit.php:302
|
1409 |
msgid "Show on;"
|
1410 |
msgstr ""
|
1411 |
|
1412 |
+
#: dashboard/publisher/adverts-edit.php:302
|
1413 |
msgid "Computers"
|
1414 |
msgstr ""
|
1415 |
|
1416 |
+
#: dashboard/publisher/adverts-edit.php:302
|
1417 |
msgid "Smartphones"
|
1418 |
msgstr ""
|
1419 |
|
1420 |
+
#: dashboard/publisher/adverts-edit.php:302
|
1421 |
msgid "Tablets."
|
1422 |
msgstr ""
|
1423 |
|
1424 |
+
#: dashboard/publisher/adverts-edit.php:303
|
1425 |
msgid "Also enable mobile support in the group this advert goes in."
|
1426 |
msgstr ""
|
1427 |
|
1428 |
+
#: dashboard/publisher/adverts-edit.php:307
|
1429 |
msgid "Responsive"
|
1430 |
msgstr ""
|
1431 |
|
1432 |
+
#: dashboard/publisher/adverts-edit.php:309
|
1433 |
msgid "Enable responsive support for this advert."
|
1434 |
msgstr "Habilitar soporte sensible para este anuncio."
|
1435 |
|
1436 |
+
#: dashboard/publisher/adverts-edit.php:310
|
1437 |
msgid ""
|
1438 |
"Upload your images to the banner folder and make sure the filename is in the "
|
1439 |
"following format; \"imagename.full.ext\"."
|
1440 |
msgstr ""
|
1441 |
|
1442 |
+
#: dashboard/publisher/adverts-edit.php:312
|
1443 |
#: dashboard/publisher/adverts-report.php:58
|
1444 |
#: dashboard/publisher/groups-report.php:64
|
1445 |
msgid "Note:"
|
1446 |
msgstr "Nota:"
|
1447 |
|
1448 |
+
#: dashboard/publisher/adverts-edit.php:312
|
1449 |
msgid ""
|
1450 |
"This feature will not be developed any further. Consider switching to the "
|
1451 |
"Mobile feature in AdRotate Pro as seen above!"
|
1452 |
msgstr ""
|
1453 |
|
1454 |
+
#: dashboard/publisher/adverts-edit.php:316
|
1455 |
#: dashboard/publisher/groups-edit.php:194
|
1456 |
msgid "Sortorder"
|
1457 |
msgstr ""
|
1458 |
|
1459 |
+
#: dashboard/publisher/adverts-edit.php:318
|
1460 |
#: dashboard/publisher/groups-edit.php:196
|
1461 |
msgid "For administrative purposes set a sortorder."
|
1462 |
msgstr "A efectos administrativos, establecer una Clasificación normal."
|
1463 |
|
1464 |
+
#: dashboard/publisher/adverts-edit.php:318
|
1465 |
msgid "Leave empty or 0 to skip this. Will default to ad id."
|
1466 |
msgstr "Dejar en blanco o 0 para omitir. Se usará el ID del anuncio."
|
1467 |
|
1468 |
+
#: dashboard/publisher/adverts-edit.php:323
|
1469 |
msgid ""
|
1470 |
"With AdRotate Pro you can easily select which devices the advert should show "
|
1471 |
"on!"
|
1472 |
msgstr ""
|
1473 |
|
1474 |
+
#: dashboard/publisher/adverts-edit.php:325
|
1475 |
msgid "Geo Targeting in AdRotate Pro"
|
1476 |
msgstr ""
|
1477 |
|
1478 |
+
#: dashboard/publisher/adverts-edit.php:326
|
1479 |
msgid ""
|
1480 |
"Assign the advert to a group and enable that group to use Geo Targeting."
|
1481 |
msgstr ""
|
1482 |
|
1483 |
+
#: dashboard/publisher/adverts-edit.php:330
|
1484 |
msgid "Cities/States"
|
1485 |
msgstr ""
|
1486 |
|
1487 |
+
#: dashboard/publisher/adverts-edit.php:333
|
1488 |
msgid ""
|
1489 |
"A comma separated list of cities (or the Metro ID) and/or states (Also the "
|
1490 |
"states ISO codes are supported)"
|
1491 |
msgstr ""
|
1492 |
|
1493 |
+
#: dashboard/publisher/adverts-edit.php:333
|
1494 |
#, fuzzy
|
1495 |
msgid ""
|
1496 |
"AdRotate does not check the validity of names so make sure you spell them "
|
1499 |
"AdRotate no comprueba la validez de los nombres, así que asegúrate de "
|
1500 |
"escribirlos correctamente!"
|
1501 |
|
1502 |
+
#: dashboard/publisher/adverts-edit.php:337
|
1503 |
msgid "Countries"
|
1504 |
msgstr ""
|
1505 |
|
1506 |
+
#: dashboard/publisher/adverts-edit.php:362
|
1507 |
msgid "Select the countries you want the adverts to show in."
|
1508 |
msgstr "Seleccione los países en los que desea que los anuncios se muestren."
|
1509 |
|
1510 |
+
#: dashboard/publisher/adverts-edit.php:362
|
1511 |
msgid "Cities take priority and will be filtered first."
|
1512 |
msgstr "Las ciudades tendrán prioridad y serán filtradas primero."
|
1513 |
|
1514 |
+
#: dashboard/publisher/adverts-edit.php:367
|
1515 |
msgid "Target your audience with Geo Targeting in AdRotate Pro"
|
1516 |
msgstr ""
|
1517 |
|
1518 |
+
#: dashboard/publisher/adverts-edit.php:391
|
1519 |
msgid "Select Groups"
|
1520 |
msgstr "Seleccione Grupos"
|
1521 |
|
1522 |
+
#: dashboard/publisher/adverts-edit.php:396
|
1523 |
msgid "ID - Name"
|
1524 |
msgstr "ID - Nombre"
|
1525 |
|
1526 |
+
#: dashboard/publisher/adverts-edit.php:406
|
1527 |
#: dashboard/publisher/groups-main.php:60
|
1528 |
#: dashboard/settings/geotargeting.php:39
|
1529 |
msgid "Default"
|
1530 |
msgstr "Predeterminado"
|
1531 |
|
1532 |
+
#: dashboard/publisher/adverts-edit.php:407
|
1533 |
#: dashboard/publisher/groups-main.php:61
|
1534 |
msgid "Dynamic"
|
1535 |
msgstr "Dinámico"
|
1536 |
|
1537 |
+
#: dashboard/publisher/adverts-edit.php:407
|
1538 |
#: dashboard/publisher/groups-main.php:61
|
1539 |
msgid "second rotation"
|
1540 |
msgstr "segundos rotación"
|
1541 |
|
1542 |
+
#: dashboard/publisher/adverts-edit.php:408
|
1543 |
#: dashboard/publisher/groups-main.php:62
|
1544 |
msgid "Block"
|
1545 |
msgstr "Block"
|
1546 |
|
1547 |
+
#: dashboard/publisher/adverts-edit.php:408
|
1548 |
#: dashboard/publisher/groups-main.php:62
|
1549 |
msgid "grid"
|
1550 |
msgstr "cuadrícula"
|
1551 |
|
1552 |
+
#: dashboard/publisher/adverts-edit.php:409
|
1553 |
#: dashboard/publisher/groups-edit.php:202
|
1554 |
#: dashboard/publisher/groups-main.php:63
|
1555 |
msgid "Post Injection"
|
1556 |
msgstr "Integrarlo después"
|
1557 |
|
1558 |
+
#: dashboard/publisher/adverts-edit.php:410
|
1559 |
msgid "Geolocation"
|
1560 |
msgstr "Geolocalización"
|
1561 |
|
1562 |
+
#: dashboard/publisher/adverts-edit.php:416
|
1563 |
#: dashboard/publisher/groups-edit.php:61
|
1564 |
#: dashboard/publisher/groups-main.php:70
|
1565 |
msgid "Mode"
|
2076 |
msgstr ""
|
2077 |
|
2078 |
#: dashboard/settings/general.php:16
|
2079 |
+
msgid "Shortcode in widgets"
|
2080 |
msgstr ""
|
2081 |
|
2082 |
#: dashboard/settings/general.php:17
|
2083 |
msgid ""
|
2084 |
+
"Enable this option to if your theme does not support shortcodes in the "
|
2085 |
+
"WordPress text widget."
|
2086 |
msgstr ""
|
2087 |
|
2088 |
#: dashboard/settings/general.php:20
|
2089 |
+
msgid "Disable live preview"
|
2090 |
msgstr ""
|
2091 |
|
2092 |
#: dashboard/settings/general.php:21
|
2093 |
msgid ""
|
2094 |
+
"Enable this option if you have faulty adverts that overflow their designated "
|
2095 |
+
"area while creating/editing adverts."
|
2096 |
msgstr ""
|
2097 |
|
2098 |
#: dashboard/settings/general.php:24
|
2099 |
+
msgid "Disable dynamic mode"
|
2100 |
+
msgstr ""
|
2101 |
|
2102 |
#: dashboard/settings/general.php:25
|
2103 |
msgid ""
|
2104 |
+
"Enable this option to disable dynamic mode in groups for mobile devices if "
|
2105 |
+
"you notice skipping or jumpy content."
|
2106 |
msgstr ""
|
2107 |
|
2108 |
#: dashboard/settings/general.php:28
|
2109 |
+
msgid "Load jQuery"
|
2110 |
+
msgstr "Cargar jQuery"
|
2111 |
|
2112 |
#: dashboard/settings/general.php:29
|
2113 |
msgid ""
|
2114 |
+
"Enable this option if your theme does not load jQuery. jQuery is required "
|
2115 |
+
"for dynamic groups, statistics and some other features."
|
2116 |
msgstr ""
|
2117 |
|
2118 |
#: dashboard/settings/general.php:32
|
2119 |
+
msgid "Load scripts in footer?"
|
2120 |
+
msgstr ""
|
2121 |
+
|
2122 |
+
#: dashboard/settings/general.php:33
|
2123 |
+
msgid ""
|
2124 |
+
"Enable this option if you want to load all AdRotate Javascripts in the "
|
2125 |
+
"footer of your site."
|
2126 |
+
msgstr ""
|
2127 |
+
|
2128 |
+
#: dashboard/settings/general.php:36
|
2129 |
msgid "Adblock disguise"
|
2130 |
msgstr ""
|
2131 |
|
2132 |
+
#: dashboard/settings/general.php:38
|
2133 |
msgid "Leave empty to disable. Use only lowercaps letters. For example:"
|
2134 |
msgstr ""
|
2135 |
|
2136 |
+
#: dashboard/settings/general.php:39
|
2137 |
msgid ""
|
2138 |
"Try and avoid adblock plugins in most modern browsers when using shortcodes."
|
2139 |
msgstr ""
|
2140 |
|
2141 |
+
#: dashboard/settings/general.php:39
|
2142 |
msgid ""
|
2143 |
"To also apply this feature to widgets, use a text widget with a shortcode "
|
2144 |
"instead of the AdRotate widget."
|
2145 |
msgstr ""
|
2146 |
|
2147 |
+
#: dashboard/settings/general.php:39
|
2148 |
msgid ""
|
2149 |
"Avoid the use of obvious keywords or filenames in your adverts or this "
|
2150 |
"feature will have little effect!"
|
2151 |
msgstr ""
|
2152 |
|
2153 |
+
#: dashboard/settings/general.php:44
|
2154 |
msgid "Banner Folder"
|
2155 |
msgstr "Carpeta de los Banners"
|
2156 |
|
2157 |
+
#: dashboard/settings/general.php:45
|
2158 |
msgid "Set a location where your banner images will be stored."
|
2159 |
msgstr "Establezca un lugar donde se almacenarán las imágenes de banner."
|
2160 |
|
2161 |
+
#: dashboard/settings/general.php:48
|
2162 |
msgid "Location"
|
2163 |
msgstr "Localización"
|
2164 |
|
2165 |
+
#: dashboard/settings/general.php:50
|
2166 |
msgid "(Default: wp-content/banners/)."
|
2167 |
msgstr "(Predeterminado: wp-content/banners/)."
|
2168 |
|
2169 |
+
#: dashboard/settings/general.php:51
|
2170 |
msgid ""
|
2171 |
"To try and trick ad blockers you could set the folder to something crazy "
|
2172 |
"like:"
|
2174 |
"Un truco para tratar de bloquear el acceso a los anuncios es asignar a la "
|
2175 |
"carpeta un nombre impensable como:"
|
2176 |
|
2177 |
+
#: dashboard/settings/general.php:52
|
2178 |
msgid ""
|
2179 |
"This folder will not be automatically created if it doesn't exist. AdRotate "
|
2180 |
"will show errors when the folder is missing."
|
2182 |
"Si esta carpeta no existe, el sistema NO LA CREARA de forma automática. "
|
2183 |
"Cuando no se encuentre la carpeta, AdRotate mostrará errores."
|
2184 |
|
2185 |
+
#: dashboard/settings/general.php:57
|
2186 |
msgid "Bot filter"
|
2187 |
msgstr "Filtro de Motor de búsqueda"
|
2188 |
|
2189 |
+
#: dashboard/settings/general.php:58
|
2190 |
msgid "The bot filter is used for the AdRotate stats tracker."
|
2191 |
msgstr ""
|
2192 |
|
2193 |
+
#: dashboard/settings/general.php:61
|
2194 |
msgid "User-Agent Filter"
|
2195 |
msgstr "Filtro de User-Agent"
|
2196 |
|
2197 |
+
#: dashboard/settings/general.php:64
|
2198 |
msgid ""
|
2199 |
"A comma separated list of keywords. Filter out bots/crawlers/user-agents."
|
2200 |
msgstr ""
|
2201 |
|
2202 |
+
#: dashboard/settings/general.php:65
|
2203 |
msgid ""
|
2204 |
"Keep in mind that this might give false positives. The word 'fire' also "
|
2205 |
"matches 'firefox', but not vice-versa. So be careful!"
|
2206 |
msgstr ""
|
2207 |
|
2208 |
+
#: dashboard/settings/general.php:66
|
2209 |
msgid ""
|
2210 |
"Only words with alphanumeric characters and [ - _ ] are allowed. All other "
|
2211 |
"characters are stripped out."
|
2212 |
msgstr ""
|
2213 |
|
2214 |
+
#: dashboard/settings/general.php:67
|
2215 |
msgid ""
|
2216 |
"Additionally to the list specified here, empty User-Agents are blocked as "
|
2217 |
"well."
|
2219 |
"Adicionalmente a la lista especificada aquí, los User-Agents vacíos son "
|
2220 |
"bloqueados."
|
2221 |
|
2222 |
+
#: dashboard/settings/general.php:67
|
2223 |
msgid "Learn more about"
|
2224 |
msgstr "Más información sobre"
|
2225 |
|
2226 |
+
#: dashboard/settings/general.php:67
|
2227 |
msgid "user-agents"
|
2228 |
msgstr "user-agents"
|
2229 |
|
2889 |
msgstr ""
|
2890 |
"Este número no puede estar vacío, ser negativo o exceder de 86400 (24 horas)."
|
2891 |
|
2892 |
+
#, fuzzy
|
2893 |
+
#~ msgid "AdRotate Page"
|
2894 |
+
#~ msgstr "AdRotate Pro"
|
2895 |
+
|
2896 |
#~ msgid ""
|
2897 |
#~ "Upload your images to the banner folder and make sure the filename is in "
|
2898 |
#~ "the following format; \"imagename.full.ext\". A full set of sized images "
|
language/adrotate-fr_FR.mo
CHANGED
Binary file
|
language/adrotate-fr_FR.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: AdRotate 3.10.8\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-
|
6 |
-
"PO-Revision-Date: 2015-
|
7 |
"Last-Translator: Arnan de Gans <info@ajdg.net>\n"
|
8 |
"Language-Team: Digital Ink Tunisia <hello@digitalink.tn>\n"
|
9 |
"Language: fr_FR\n"
|
@@ -118,15 +118,15 @@ msgstr ""
|
|
118 |
msgid "Unexpected error"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: adrotate-manage-publisher.php:
|
122 |
msgid "AdRotate Advertiser"
|
123 |
msgstr ""
|
124 |
|
125 |
-
#: adrotate-output.php:
|
126 |
msgid "Oh no! Something went wrong!"
|
127 |
msgstr "Oh no! Un problème est survenu!"
|
128 |
|
129 |
-
#: adrotate-output.php:
|
130 |
msgid ""
|
131 |
"WordPress was unable to verify the authenticity of the url you have clicked. "
|
132 |
"Verify if the url used is valid or log in via your browser."
|
@@ -135,17 +135,17 @@ msgstr ""
|
|
135 |
"Veuillez vérifier que le lien utilisé est bien valide, ou connectez-vous via "
|
136 |
"votre navigateur."
|
137 |
|
138 |
-
#: adrotate-output.php:
|
139 |
msgid ""
|
140 |
"If you have received the url you want to visit via email, you are being "
|
141 |
"tricked!"
|
142 |
msgstr "Si vous avez reçu ce lien par email, vous avez été dupés!"
|
143 |
|
144 |
-
#: adrotate-output.php:
|
145 |
msgid "Contact support if the issue persists:"
|
146 |
msgstr "Contactez le support si le soucis persiste :"
|
147 |
|
148 |
-
#: adrotate-output.php:
|
149 |
msgid ""
|
150 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
151 |
"restrictions or does not exist!"
|
@@ -153,7 +153,7 @@ msgstr ""
|
|
153 |
"Erreur, la pub n'est pas disponible en ce moment en raison de restrictions "
|
154 |
"horaires/géographiques ou n'existe pas!"
|
155 |
|
156 |
-
#: adrotate-output.php:
|
157 |
msgid ""
|
158 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
159 |
"restrictions!"
|
@@ -161,7 +161,7 @@ msgstr ""
|
|
161 |
"Erreur, la pub n'est pas disponible en ce moment en raison de restrictions "
|
162 |
"horaires/géographiques!"
|
163 |
|
164 |
-
#: adrotate-output.php:
|
165 |
msgid ""
|
166 |
"Either there are no banners, they are disabled or none qualified for this "
|
167 |
"location!"
|
@@ -169,19 +169,19 @@ msgstr ""
|
|
169 |
"Soit il n'y a pas de bannières, ils sont desactivées ou pas qualifiées pour "
|
170 |
"cet endroit!"
|
171 |
|
172 |
-
#: adrotate-output.php:
|
173 |
msgid "Error, no Ad ID set! Check your syntax!"
|
174 |
msgstr "Erreur, aucun identifiant de pub n'a été mis! Vérifiez votre syntaxe."
|
175 |
|
176 |
-
#: adrotate-output.php:
|
177 |
msgid "Error, no group ID set! Check your syntax!"
|
178 |
msgstr "Erreur: aucun ID de groupe n'est mis en place! Vérifiez votre syntaxe!"
|
179 |
|
180 |
-
#: adrotate-output.php:
|
181 |
msgid "Error, group does not exist! Check your syntax!"
|
182 |
msgstr "Erreur, le groupe n'existe pas! Vérifiez votre syntaxe!"
|
183 |
|
184 |
-
#: adrotate-output.php:
|
185 |
msgid ""
|
186 |
"There was an error locating the database tables for AdRotate. Please "
|
187 |
"deactivate and re-activate AdRotate from the plugin page!!"
|
@@ -190,230 +190,230 @@ msgstr ""
|
|
190 |
"besoin. Veuillez désactiver et ré-activer AdRotate de la page des "
|
191 |
"extensions. "
|
192 |
|
193 |
-
#: adrotate-output.php:
|
194 |
msgid "If this does not solve the issue please seek support at"
|
195 |
msgstr ""
|
196 |
"Si les instructions ne résoudent pas le soucis, veuillez contacter le "
|
197 |
"support à"
|
198 |
|
199 |
-
#: adrotate-output.php:
|
200 |
msgid "An unknown error occured."
|
201 |
msgstr "Une erreur inconnue s'est produite."
|
202 |
|
203 |
-
#: adrotate-output.php:
|
204 |
msgid "active ad(s) expired."
|
205 |
msgstr "publicité(s) active(s) ont expirée(s)."
|
206 |
|
207 |
-
#: adrotate-output.php:
|
208 |
msgid "Take action now"
|
209 |
msgstr "Agir maintenant"
|
210 |
|
211 |
-
#: adrotate-output.php:
|
212 |
msgid "active ad(s) are about to expire."
|
213 |
msgstr "publicité(s) active(s) sont sur le point d'expirer"
|
214 |
|
215 |
-
#: adrotate-output.php:
|
216 |
msgid "Check it out"
|
217 |
msgstr "Vérifier-le"
|
218 |
|
219 |
-
#: adrotate-output.php:
|
220 |
msgid "active ad(s) with configuration errors."
|
221 |
msgstr "publicité(s) active(s) avec des erreurs de configuration."
|
222 |
|
223 |
-
#: adrotate-output.php:
|
224 |
msgid "Solve this"
|
225 |
msgstr "Résoudre"
|
226 |
|
227 |
-
#: adrotate-output.php:
|
228 |
msgid "ad(s) expired."
|
229 |
msgstr "publicité(s) expirée(s)"
|
230 |
|
231 |
-
#: adrotate-output.php:
|
232 |
msgid "ad(s) are about to expire."
|
233 |
msgstr "publicité(s) sont sur le point d'expirer"
|
234 |
|
235 |
-
#: adrotate-output.php:
|
236 |
msgid "ad(s) with configuration errors."
|
237 |
msgstr "publicité(s) avec des erreurs de configuration."
|
238 |
|
239 |
-
#: adrotate-output.php:
|
240 |
msgid "Fix this as soon as possible"
|
241 |
msgstr "Résoudre ce soucis dans les meilleurs délais"
|
242 |
|
243 |
-
#: adrotate-output.php:
|
244 |
-
#: dashboard/adrotatepro.php:
|
245 |
-
#: dashboard/adrotatepro.php:
|
246 |
-
#: dashboard/adrotatepro.php:
|
247 |
-
#: dashboard/adrotatepro.php:
|
248 |
-
#: dashboard/info.php:
|
249 |
-
#: dashboard/info.php:
|
250 |
#: dashboard/settings/geotargeting.php:26
|
251 |
msgid "Buy now"
|
252 |
msgstr ""
|
253 |
|
254 |
-
#: adrotate-output.php:
|
255 |
msgid ""
|
256 |
"You've been using <strong>AdRotate</strong> for a while now. Why not upgrade "
|
257 |
"to the <strong>PRO</strong> version"
|
258 |
msgstr ""
|
259 |
|
260 |
-
#: adrotate-output.php:
|
261 |
#, php-format
|
262 |
msgid ""
|
263 |
"Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
|
264 |
msgstr ""
|
265 |
|
266 |
-
#: adrotate-output.php:
|
267 |
msgid "Thank you for your purchase!"
|
268 |
msgstr ""
|
269 |
|
270 |
-
#: adrotate-output.php:
|
271 |
msgid ""
|
272 |
"Welcome, and thanks for using AdRotate. Everything related to AdRotate is in "
|
273 |
"this menu. Check out the"
|
274 |
msgstr ""
|
275 |
|
276 |
-
#: adrotate-output.php:
|
277 |
msgid "manuals"
|
278 |
msgstr "manuels"
|
279 |
|
280 |
-
#: adrotate-output.php:
|
281 |
msgid "and"
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: adrotate-output.php:
|
285 |
msgid "forums"
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: adrotate-output.php:
|
289 |
msgid "Useful Links"
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: adrotate-output.php:
|
293 |
msgid "Useful links to learn more about AdRotate"
|
294 |
msgstr ""
|
295 |
|
296 |
-
#: adrotate-output.php:
|
297 |
-
msgid "AdRotate
|
298 |
msgstr ""
|
299 |
|
300 |
-
#: adrotate-output.php:
|
301 |
msgid "Getting Started With AdRotate"
|
302 |
msgstr ""
|
303 |
|
304 |
-
#: adrotate-output.php:
|
305 |
msgid "AdRotate manuals"
|
306 |
msgstr ""
|
307 |
|
308 |
-
#: adrotate-output.php:
|
309 |
msgid "AdRotate Support Forum"
|
310 |
msgstr ""
|
311 |
|
312 |
-
#: adrotate-output.php:
|
313 |
#, fuzzy
|
314 |
msgid "Help AdRotate Grow"
|
315 |
msgstr "AdRotate Pro"
|
316 |
|
317 |
-
#: adrotate-output.php:
|
318 |
msgid "Brought to you by"
|
319 |
msgstr "Présenté par"
|
320 |
|
321 |
-
#: adrotate-output.php:
|
322 |
msgid ""
|
323 |
"A lot of users only think to review AdRotate when something goes wrong while "
|
324 |
"thousands of people use AdRotate satisfactory. Don't let this go unnoticed."
|
325 |
msgstr ""
|
326 |
|
327 |
-
#: adrotate-output.php:
|
328 |
msgid "If you find AdRotate useful please leave your honest"
|
329 |
msgstr ""
|
330 |
|
331 |
-
#: adrotate-output.php:
|
332 |
msgid "rating"
|
333 |
msgstr ""
|
334 |
|
335 |
-
#: adrotate-output.php:
|
336 |
#, fuzzy
|
337 |
msgid "review"
|
338 |
msgstr "En avant-première"
|
339 |
|
340 |
-
#: adrotate-output.php:
|
341 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
342 |
msgstr ""
|
343 |
|
344 |
-
#: adrotate-output.php:
|
345 |
msgid "Available in AdRotate Pro"
|
346 |
msgstr "Disponible dans Adrotate Pro"
|
347 |
|
348 |
-
#: adrotate-output.php:
|
349 |
msgid "More information..."
|
350 |
msgstr "Plus d'informations..."
|
351 |
|
352 |
-
#: adrotate-output.php:
|
353 |
msgid "This feature is available in AdRotate Pro"
|
354 |
msgstr "Cette fonctionalité est disponible dans AdRotate Pro"
|
355 |
|
356 |
-
#: adrotate-output.php:
|
357 |
msgid "Learn more"
|
358 |
msgstr "En savoir plus"
|
359 |
|
360 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
361 |
-
#: dashboard/publisher/adverts-edit.php:
|
362 |
msgid "January"
|
363 |
msgstr "Janvier"
|
364 |
|
365 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
366 |
-
#: dashboard/publisher/adverts-edit.php:
|
367 |
msgid "February"
|
368 |
msgstr "Février"
|
369 |
|
370 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
371 |
-
#: dashboard/publisher/adverts-edit.php:
|
372 |
msgid "March"
|
373 |
msgstr "Mars"
|
374 |
|
375 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
376 |
-
#: dashboard/publisher/adverts-edit.php:
|
377 |
msgid "April"
|
378 |
msgstr "Avril"
|
379 |
|
380 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
381 |
-
#: dashboard/publisher/adverts-edit.php:
|
382 |
msgid "May"
|
383 |
msgstr "Mai"
|
384 |
|
385 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
386 |
-
#: dashboard/publisher/adverts-edit.php:
|
387 |
msgid "June"
|
388 |
msgstr "Juin"
|
389 |
|
390 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
391 |
-
#: dashboard/publisher/adverts-edit.php:
|
392 |
msgid "July"
|
393 |
msgstr "Juillet"
|
394 |
|
395 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
396 |
-
#: dashboard/publisher/adverts-edit.php:
|
397 |
msgid "August"
|
398 |
msgstr "Août"
|
399 |
|
400 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
401 |
-
#: dashboard/publisher/adverts-edit.php:
|
402 |
msgid "September"
|
403 |
msgstr "Septembre"
|
404 |
|
405 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
406 |
-
#: dashboard/publisher/adverts-edit.php:
|
407 |
msgid "October"
|
408 |
msgstr "Octobre"
|
409 |
|
410 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
411 |
-
#: dashboard/publisher/adverts-edit.php:
|
412 |
msgid "November"
|
413 |
msgstr "Novembre"
|
414 |
|
415 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
416 |
-
#: dashboard/publisher/adverts-edit.php:
|
417 |
msgid "December"
|
418 |
msgstr "Décembre"
|
419 |
|
@@ -546,7 +546,7 @@ msgid ""
|
|
546 |
"AdRotate Pro."
|
547 |
msgstr "Créer plusieurs calendriers pour chaque annonce avec AdRotate Pro."
|
548 |
|
549 |
-
#: adrotate.php:409 adrotate.php:496 dashboard/publisher/adverts-edit.php:
|
550 |
#: dashboard/publisher/adverts-main.php:114
|
551 |
#: dashboard/publisher/groups-edit.php:75
|
552 |
#: dashboard/publisher/groups-main.php:89
|
@@ -584,7 +584,7 @@ msgstr "Début / Fin"
|
|
584 |
msgid "End"
|
585 |
msgstr ""
|
586 |
|
587 |
-
#: adrotate.php:428 dashboard/publisher/adverts-edit.php:
|
588 |
#: dashboard/publisher/groups-main.php:34
|
589 |
msgid "Ads"
|
590 |
msgstr "Pubs"
|
@@ -687,7 +687,7 @@ msgstr ""
|
|
687 |
"complet d'images de tailles différentes est recommendé si vous avez un site "
|
688 |
"fluide."
|
689 |
|
690 |
-
#: adrotate.php:503 dashboard/publisher/adverts-edit.php:
|
691 |
msgid ""
|
692 |
"For smaller size images use \".320\", \".480\", \".768\" or \".1024\" in the "
|
693 |
"filename instead of \".full\" for the various viewports."
|
@@ -811,21 +811,22 @@ msgid ""
|
|
811 |
"forum. Get a solution (usually) within a day."
|
812 |
msgstr ""
|
813 |
|
814 |
-
#: dashboard/adrotatepro.php:48 dashboard/info.php:
|
815 |
msgid "AdRotate is brought to you by"
|
816 |
msgstr "AdRotate est offert par"
|
817 |
|
818 |
-
#: dashboard/adrotatepro.php:52 dashboard/info.php:
|
819 |
msgid ""
|
820 |
-
"Premium plugins for WordPress and WooCommerce!
|
821 |
-
"
|
|
|
822 |
msgstr ""
|
823 |
|
824 |
-
#: dashboard/adrotatepro.php:
|
825 |
msgid "Schedule all campaigns with ease"
|
826 |
msgstr "Planifier toutes vos campagnes en toute simplicité"
|
827 |
|
828 |
-
#: dashboard/adrotatepro.php:
|
829 |
msgid ""
|
830 |
"Schedule your adverts and set up advertising campaigns based on dates you or "
|
831 |
"your advertisers specify without hassle. Seasonal adverts, weekly adverts. "
|
@@ -833,11 +834,11 @@ msgid ""
|
|
833 |
"much more easy. You can set one or many schedules for adverts."
|
834 |
msgstr ""
|
835 |
|
836 |
-
#: dashboard/adrotatepro.php:
|
837 |
msgid "Avoid adblockers"
|
838 |
msgstr ""
|
839 |
|
840 |
-
#: dashboard/adrotatepro.php:
|
841 |
msgid ""
|
842 |
"Try and avoid adblockers so you adverts get the exposure you want them to "
|
843 |
"have. AdRotate Pro offers some advanced tools to deceive adblockers so your "
|
@@ -845,11 +846,11 @@ msgid ""
|
|
845 |
"adverts smartly so these features reach their full potential!"
|
846 |
msgstr ""
|
847 |
|
848 |
-
#: dashboard/adrotatepro.php:
|
849 |
msgid "Stay up-to-date with notifications"
|
850 |
msgstr ""
|
851 |
|
852 |
-
#: dashboard/adrotatepro.php:
|
853 |
msgid ""
|
854 |
"Stay in touch with Email notifications. Have AdRotate send you an alert when "
|
855 |
"adverts expire or need your attention. Additionally, you can have AdRotate "
|
@@ -858,90 +859,90 @@ msgid ""
|
|
858 |
"miss an expiration date again."
|
859 |
msgstr ""
|
860 |
|
861 |
-
#: dashboard/adrotatepro.php:
|
862 |
-
#: dashboard/info.php:
|
863 |
msgid "Buy AdRotate Professional"
|
864 |
msgstr "Achetez AdRotate Professionel"
|
865 |
|
866 |
-
#: dashboard/adrotatepro.php:
|
867 |
msgid "Single License"
|
868 |
msgstr ""
|
869 |
|
870 |
-
#: dashboard/adrotatepro.php:
|
871 |
msgid "For one WordPress installation."
|
872 |
msgstr "Pour une installation Wordpress."
|
873 |
|
874 |
-
#: dashboard/adrotatepro.php:
|
875 |
-
#: dashboard/info.php:
|
876 |
msgid "Duo License"
|
877 |
msgstr "Licence Duo"
|
878 |
|
879 |
-
#: dashboard/adrotatepro.php:
|
880 |
msgid "For two WordPress installations."
|
881 |
msgstr "Pour deux installations Wordpress."
|
882 |
|
883 |
-
#: dashboard/adrotatepro.php:
|
884 |
-
#: dashboard/info.php:
|
885 |
msgid "Multi License"
|
886 |
msgstr "Licence Multiple"
|
887 |
|
888 |
-
#: dashboard/adrotatepro.php:
|
889 |
msgid " For up to five WordPress installations."
|
890 |
msgstr "Pour un max de cinq installation Wordpress."
|
891 |
|
892 |
-
#: dashboard/adrotatepro.php:
|
893 |
-
#: dashboard/info.php:
|
894 |
msgid "Developer License"
|
895 |
msgstr "Licence de Developpeur"
|
896 |
|
897 |
-
#: dashboard/adrotatepro.php:
|
898 |
msgid "Unlimited WordPress installations and/or networks."
|
899 |
msgstr ""
|
900 |
|
901 |
-
#: dashboard/adrotatepro.php:
|
902 |
-
#: dashboard/info.php:
|
903 |
msgid "Compare licenses"
|
904 |
msgstr "Comparer les licences"
|
905 |
|
906 |
-
#: dashboard/adrotatepro.php:
|
907 |
msgid "Not sure which license is for you? Compare them..."
|
908 |
msgstr ""
|
909 |
"Comparez les licences pour savoir laquelle est celle dont vous avez besoin..."
|
910 |
|
911 |
-
#: dashboard/adrotatepro.php:
|
912 |
msgid "All Licenses"
|
913 |
msgstr "Toutes les licences"
|
914 |
|
915 |
-
#: dashboard/adrotatepro.php:
|
916 |
msgid "Lifetime License"
|
917 |
msgstr ""
|
918 |
|
919 |
-
#: dashboard/adrotatepro.php:
|
920 |
msgid "Single installation."
|
921 |
msgstr ""
|
922 |
|
923 |
-
#: dashboard/adrotatepro.php:
|
924 |
msgid "Up to 2 installations."
|
925 |
msgstr ""
|
926 |
|
927 |
-
#: dashboard/adrotatepro.php:
|
928 |
msgid "Up to 10 installations."
|
929 |
msgstr ""
|
930 |
|
931 |
-
#: dashboard/adrotatepro.php:
|
932 |
msgid "Up to 25 installations or multisite networks."
|
933 |
msgstr ""
|
934 |
|
935 |
-
#: dashboard/adrotatepro.php:
|
936 |
msgid ""
|
937 |
"Subscriptions get 1 year access to updates, email support & AdRotate Geo."
|
938 |
msgstr ""
|
939 |
|
940 |
-
#: dashboard/adrotatepro.php:
|
941 |
msgid "Not sure which license is for you?"
|
942 |
msgstr ""
|
943 |
|
944 |
-
#: dashboard/adrotatepro.php:
|
945 |
msgid "Compare Licenses"
|
946 |
msgstr ""
|
947 |
|
@@ -978,22 +979,20 @@ msgid "Support AdRotate"
|
|
978 |
msgstr "Soutenez AdRotate"
|
979 |
|
980 |
#: dashboard/info.php:55
|
981 |
-
msgid "
|
982 |
-
|
983 |
-
|
984 |
-
#: dashboard/info.php:55
|
985 |
-
msgid "Can't donate money? Consider writing a review instead. Thank you!"
|
986 |
msgstr ""
|
987 |
|
988 |
-
#: dashboard/info.php:
|
989 |
msgid "AdRotate News and Developer Blog"
|
990 |
msgstr "Actus AdRotate et blog du développeur"
|
991 |
|
992 |
-
#: dashboard/info.php:
|
993 |
msgid "Get more features with AdRotate Pro"
|
994 |
msgstr "Obtenez plus de fonctionalités avec AdRotate Pro"
|
995 |
|
996 |
-
#: dashboard/info.php:
|
997 |
msgid ""
|
998 |
"Benefit from extra features to reinforce your income with advertising "
|
999 |
"campaigns. Make the most of your website with the powerful tools AdRotate "
|
@@ -1004,15 +1003,15 @@ msgstr ""
|
|
1004 |
"outils puissants qu'AdRotate Pro offre en plus des fonctions incluses dans "
|
1005 |
"la version gratuite."
|
1006 |
|
1007 |
-
#: dashboard/info.php:
|
1008 |
msgid "Want to know more about"
|
1009 |
msgstr ""
|
1010 |
|
1011 |
-
#: dashboard/info.php:
|
1012 |
msgid "Visit the"
|
1013 |
msgstr "Visitez le"
|
1014 |
|
1015 |
-
#: dashboard/info.php:
|
1016 |
msgid "website"
|
1017 |
msgstr "site"
|
1018 |
|
@@ -1021,7 +1020,7 @@ msgid "Disabled Ads"
|
|
1021 |
msgstr "Pubs inactives"
|
1022 |
|
1023 |
#: dashboard/publisher/adverts-disabled.php:21
|
1024 |
-
#: dashboard/publisher/adverts-edit.php:
|
1025 |
msgid "Activate"
|
1026 |
msgstr "Activer"
|
1027 |
|
@@ -1038,7 +1037,7 @@ msgid "Start / End"
|
|
1038 |
msgstr "Début / Fin"
|
1039 |
|
1040 |
#: dashboard/publisher/adverts-disabled.php:37
|
1041 |
-
#: dashboard/publisher/adverts-edit.php:
|
1042 |
#: dashboard/publisher/adverts-error.php:41
|
1043 |
#: dashboard/publisher/adverts-main.php:41
|
1044 |
msgid "Title"
|
@@ -1143,61 +1142,61 @@ msgstr "Cette publicité va expirer dans moins de 7 jours!"
|
|
1143 |
msgid "This ad has been disabled and does not rotate on your site!"
|
1144 |
msgstr "Cette publicité à été désactivée et ne tourne plus sur votre site!"
|
1145 |
|
1146 |
-
#: dashboard/publisher/adverts-edit.php:
|
1147 |
msgid "New Advert"
|
1148 |
msgstr "Nouvelle pub"
|
1149 |
|
1150 |
-
#: dashboard/publisher/adverts-edit.php:
|
1151 |
msgid "Edit Advert"
|
1152 |
msgstr "Modifier la pub"
|
1153 |
|
1154 |
-
#: dashboard/publisher/adverts-edit.php:
|
1155 |
msgid "AdCode"
|
1156 |
msgstr ""
|
1157 |
|
1158 |
-
#: dashboard/publisher/adverts-edit.php:
|
1159 |
msgid "Basic Examples:"
|
1160 |
msgstr "Exemples de base :"
|
1161 |
|
1162 |
-
#: dashboard/publisher/adverts-edit.php:
|
1163 |
msgid "Useful tags"
|
1164 |
msgstr ""
|
1165 |
|
1166 |
-
#: dashboard/publisher/adverts-edit.php:
|
1167 |
msgid "Insert the advert ID Number."
|
1168 |
msgstr ""
|
1169 |
|
1170 |
-
#: dashboard/publisher/adverts-edit.php:
|
1171 |
msgid "Required when selecting a image below."
|
1172 |
msgstr ""
|
1173 |
|
1174 |
-
#: dashboard/publisher/adverts-edit.php:
|
1175 |
msgid "Insert the advert name."
|
1176 |
msgstr ""
|
1177 |
|
1178 |
-
#: dashboard/publisher/adverts-edit.php:
|
1179 |
msgid "Insert a random seed. Useful for DFP/DoubleClick type adverts."
|
1180 |
msgstr ""
|
1181 |
|
1182 |
-
#: dashboard/publisher/adverts-edit.php:
|
1183 |
msgid "Add inside the <a> tag to open advert in a new window."
|
1184 |
msgstr ""
|
1185 |
|
1186 |
-
#: dashboard/publisher/adverts-edit.php:
|
1187 |
msgid "Add inside the <a> tag to tell crawlers to ignore this link"
|
1188 |
msgstr ""
|
1189 |
|
1190 |
-
#: dashboard/publisher/adverts-edit.php:
|
1191 |
msgid ""
|
1192 |
"Place the cursor in your AdCode where you want to add any of these tags and "
|
1193 |
"click to add it."
|
1194 |
msgstr ""
|
1195 |
|
1196 |
-
#: dashboard/publisher/adverts-edit.php:
|
1197 |
msgid "Preview"
|
1198 |
msgstr "En avant-première"
|
1199 |
|
1200 |
-
#: dashboard/publisher/adverts-edit.php:
|
1201 |
msgid ""
|
1202 |
"Note: While this preview is an accurate one, it might look different then it "
|
1203 |
"does on the website."
|
@@ -1205,42 +1204,42 @@ msgstr ""
|
|
1205 |
"NOTA BENE : Bien que cet aperçu soit précis, la publicité peut être "
|
1206 |
"différente sur le site."
|
1207 |
|
1208 |
-
#: dashboard/publisher/adverts-edit.php:
|
1209 |
msgid ""
|
1210 |
"This is because of CSS differences. Your themes CSS file is not active here!"
|
1211 |
msgstr ""
|
1212 |
"Les différences dans le CSS causent ces soucis. Le CSS de votre thème n'est "
|
1213 |
"pas actif ici!"
|
1214 |
|
1215 |
-
#: dashboard/publisher/adverts-edit.php:
|
1216 |
msgid "Banner asset"
|
1217 |
msgstr ""
|
1218 |
|
1219 |
-
#: dashboard/publisher/adverts-edit.php:
|
1220 |
msgid "WordPress media:"
|
1221 |
msgstr ""
|
1222 |
|
1223 |
-
#: dashboard/publisher/adverts-edit.php:
|
1224 |
msgid "Select Banner"
|
1225 |
msgstr "Choisir l'image"
|
1226 |
|
1227 |
-
#: dashboard/publisher/adverts-edit.php:
|
1228 |
msgid "- OR -"
|
1229 |
msgstr "- OU -"
|
1230 |
|
1231 |
-
#: dashboard/publisher/adverts-edit.php:
|
1232 |
msgid "Banner folder:"
|
1233 |
msgstr "Dossier de bannières :"
|
1234 |
|
1235 |
-
#: dashboard/publisher/adverts-edit.php:
|
1236 |
msgid "No image selected"
|
1237 |
msgstr "Aucune image sélectionnée"
|
1238 |
|
1239 |
-
#: dashboard/publisher/adverts-edit.php:
|
1240 |
msgid "Use %image% in the adcode instead of the file path."
|
1241 |
msgstr ""
|
1242 |
|
1243 |
-
#: dashboard/publisher/adverts-edit.php:
|
1244 |
msgid ""
|
1245 |
"Use either the text field or the dropdown. If the textfield has content that "
|
1246 |
"field has priority."
|
@@ -1248,314 +1247,314 @@ msgstr ""
|
|
1248 |
"Utilisez la zone de texte ou la liste déroulante. Si le champ de texte a une "
|
1249 |
"valeur, ce champ a la priorité."
|
1250 |
|
1251 |
-
#: dashboard/publisher/adverts-edit.php:
|
1252 |
#: dashboard/settings/statistics.php:12
|
1253 |
msgid "Statistics"
|
1254 |
msgstr "Statistiques"
|
1255 |
|
1256 |
-
#: dashboard/publisher/adverts-edit.php:
|
1257 |
msgid "Enable click and impression tracking for this advert."
|
1258 |
msgstr ""
|
1259 |
|
1260 |
-
#: dashboard/publisher/adverts-edit.php:
|
1261 |
msgid ""
|
1262 |
"Note: Clicktracking does not work for Javascript adverts such as those "
|
1263 |
"provided by Google AdSense/DFP/DoubleClick. HTML5/Flash adverts are not "
|
1264 |
"always supported."
|
1265 |
msgstr ""
|
1266 |
|
1267 |
-
#: dashboard/publisher/adverts-edit.php:
|
1268 |
msgid "Yes, this ad will be used"
|
1269 |
msgstr "Oui, cette publicité sera utilisée"
|
1270 |
|
1271 |
-
#: dashboard/publisher/adverts-edit.php:
|
1272 |
msgid "No, do not show this ad anywhere"
|
1273 |
msgstr "Non, cette publicité ne sera pas utilisée"
|
1274 |
|
1275 |
-
#: dashboard/publisher/adverts-edit.php:
|
1276 |
#: dashboard/publisher/adverts-main.php:114
|
1277 |
#: dashboard/publisher/groups-edit.php:75
|
1278 |
#: dashboard/publisher/groups-main.php:89
|
1279 |
msgid "Get more features with AdRotate Pro."
|
1280 |
msgstr "Obtenez plus de fonctionalités avec AdRotate Pro."
|
1281 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1282 |
#: dashboard/publisher/adverts-edit.php:192
|
1283 |
#: dashboard/publisher/adverts-edit.php:292
|
1284 |
#: dashboard/publisher/adverts-edit.php:387
|
1285 |
#: dashboard/publisher/adverts-edit.php:428
|
1286 |
-
msgid "Save Advert"
|
1287 |
-
msgstr "Sauvegarder la pub"
|
1288 |
-
|
1289 |
-
#: dashboard/publisher/adverts-edit.php:193
|
1290 |
-
#: dashboard/publisher/adverts-edit.php:293
|
1291 |
-
#: dashboard/publisher/adverts-edit.php:388
|
1292 |
-
#: dashboard/publisher/adverts-edit.php:429
|
1293 |
#: dashboard/publisher/groups-edit.php:154
|
1294 |
#: dashboard/publisher/groups-edit.php:301
|
1295 |
#: dashboard/publisher/groups-edit.php:393
|
1296 |
msgid "Cancel"
|
1297 |
msgstr "Annuller"
|
1298 |
|
1299 |
-
#: dashboard/publisher/adverts-edit.php:
|
1300 |
-
#: dashboard/publisher/adverts-edit.php:
|
1301 |
#: dashboard/publisher/groups-edit.php:136
|
1302 |
#: dashboard/publisher/groups-edit.php:283
|
1303 |
msgid "Usage"
|
1304 |
msgstr "Usage"
|
1305 |
|
1306 |
-
#: dashboard/publisher/adverts-edit.php:
|
1307 |
-
#: dashboard/publisher/adverts-edit.php:
|
1308 |
#: dashboard/publisher/groups-edit.php:140
|
1309 |
#: dashboard/publisher/groups-edit.php:287
|
1310 |
msgid "Widget"
|
1311 |
msgstr ""
|
1312 |
|
1313 |
-
#: dashboard/publisher/adverts-edit.php:
|
1314 |
-
#: dashboard/publisher/adverts-edit.php:
|
1315 |
msgid ""
|
1316 |
"Drag the AdRotate widget to the sidebar you want it in, select \"Single Ad\" "
|
1317 |
"and enter ID"
|
1318 |
msgstr ""
|
1319 |
|
1320 |
-
#: dashboard/publisher/adverts-edit.php:
|
1321 |
-
#: dashboard/publisher/adverts-edit.php:
|
1322 |
#: dashboard/publisher/groups-edit.php:144
|
1323 |
#: dashboard/publisher/groups-edit.php:291
|
1324 |
msgid "In a post or page"
|
1325 |
msgstr ""
|
1326 |
|
1327 |
-
#: dashboard/publisher/adverts-edit.php:
|
1328 |
-
#: dashboard/publisher/adverts-edit.php:
|
1329 |
#: dashboard/publisher/groups-edit.php:146
|
1330 |
#: dashboard/publisher/groups-edit.php:293
|
1331 |
msgid "Directly in a theme"
|
1332 |
msgstr ""
|
1333 |
|
1334 |
-
#: dashboard/publisher/adverts-edit.php:
|
1335 |
msgid "Schedule your advert"
|
1336 |
msgstr ""
|
1337 |
|
1338 |
-
#: dashboard/publisher/adverts-edit.php:
|
1339 |
msgid "Start date (day/month/year)"
|
1340 |
msgstr ""
|
1341 |
|
1342 |
-
#: dashboard/publisher/adverts-edit.php:
|
1343 |
msgid "End date (day/month/year)"
|
1344 |
msgstr ""
|
1345 |
|
1346 |
-
#: dashboard/publisher/adverts-edit.php:
|
1347 |
msgid "Start time (hh:mm)"
|
1348 |
msgstr ""
|
1349 |
|
1350 |
-
#: dashboard/publisher/adverts-edit.php:
|
1351 |
msgid "End time (hh:mm)"
|
1352 |
msgstr ""
|
1353 |
|
1354 |
-
#: dashboard/publisher/adverts-edit.php:
|
1355 |
msgid "Maximum Clicks"
|
1356 |
msgstr ""
|
1357 |
|
1358 |
-
#: dashboard/publisher/adverts-edit.php:
|
1359 |
-
#: dashboard/publisher/adverts-edit.php:
|
1360 |
msgid "Leave empty or 0 to skip this."
|
1361 |
msgstr "Laissez le champs vide ou mettrez 0 pour l'ignorer."
|
1362 |
|
1363 |
-
#: dashboard/publisher/adverts-edit.php:
|
1364 |
msgid "Maximum Impressions"
|
1365 |
msgstr ""
|
1366 |
|
1367 |
-
#: dashboard/publisher/adverts-edit.php:
|
1368 |
msgid "Important"
|
1369 |
msgstr ""
|
1370 |
|
1371 |
-
#: dashboard/publisher/adverts-edit.php:
|
1372 |
msgid ""
|
1373 |
"Note: Time uses a 24 hour clock. When you are used to the AM/PM system keep "
|
1374 |
"this in mind: If the start or end time is after lunch, add 12 hours. 2PM is "
|
1375 |
"14:00 hours. 6AM is 6:00 hours."
|
1376 |
msgstr ""
|
1377 |
|
1378 |
-
#: dashboard/publisher/adverts-edit.php:
|
1379 |
msgid ""
|
1380 |
"Create multiple and more advanced schedules for each advert with AdRotate "
|
1381 |
"Pro."
|
1382 |
msgstr ""
|
1383 |
|
1384 |
-
#: dashboard/publisher/adverts-edit.php:
|
1385 |
-
#: dashboard/publisher/adverts-edit.php:
|
1386 |
-
#: dashboard/publisher/adverts-edit.php:
|
1387 |
#: dashboard/publisher/groups-edit.php:200
|
1388 |
msgid "Upgrade today"
|
1389 |
msgstr "Mettre à jour aujourd'hui"
|
1390 |
|
1391 |
-
#: dashboard/publisher/adverts-edit.php:
|
1392 |
#: dashboard/publisher/groups-edit.php:157
|
1393 |
msgid "Advanced"
|
1394 |
msgstr "Avancé"
|
1395 |
|
1396 |
-
#: dashboard/publisher/adverts-edit.php:
|
1397 |
msgid "Everything below is optional."
|
1398 |
msgstr "Tous les paramètres ci-dessous sont optionels."
|
1399 |
|
1400 |
-
#: dashboard/publisher/adverts-edit.php:
|
1401 |
msgid "Mobile"
|
1402 |
msgstr ""
|
1403 |
|
1404 |
-
#: dashboard/publisher/adverts-edit.php:
|
1405 |
msgid "Show on;"
|
1406 |
msgstr ""
|
1407 |
|
1408 |
-
#: dashboard/publisher/adverts-edit.php:
|
1409 |
msgid "Computers"
|
1410 |
msgstr ""
|
1411 |
|
1412 |
-
#: dashboard/publisher/adverts-edit.php:
|
1413 |
msgid "Smartphones"
|
1414 |
msgstr ""
|
1415 |
|
1416 |
-
#: dashboard/publisher/adverts-edit.php:
|
1417 |
msgid "Tablets."
|
1418 |
msgstr ""
|
1419 |
|
1420 |
-
#: dashboard/publisher/adverts-edit.php:
|
1421 |
msgid "Also enable mobile support in the group this advert goes in."
|
1422 |
msgstr ""
|
1423 |
|
1424 |
-
#: dashboard/publisher/adverts-edit.php:
|
1425 |
msgid "Responsive"
|
1426 |
msgstr ""
|
1427 |
|
1428 |
-
#: dashboard/publisher/adverts-edit.php:
|
1429 |
msgid "Enable responsive support for this advert."
|
1430 |
msgstr "Activer le support réactif pour cette publicité."
|
1431 |
|
1432 |
-
#: dashboard/publisher/adverts-edit.php:
|
1433 |
msgid ""
|
1434 |
"Upload your images to the banner folder and make sure the filename is in the "
|
1435 |
"following format; \"imagename.full.ext\"."
|
1436 |
msgstr ""
|
1437 |
|
1438 |
-
#: dashboard/publisher/adverts-edit.php:
|
1439 |
#: dashboard/publisher/adverts-report.php:58
|
1440 |
#: dashboard/publisher/groups-report.php:64
|
1441 |
msgid "Note:"
|
1442 |
msgstr "Note :"
|
1443 |
|
1444 |
-
#: dashboard/publisher/adverts-edit.php:
|
1445 |
msgid ""
|
1446 |
"This feature will not be developed any further. Consider switching to the "
|
1447 |
"Mobile feature in AdRotate Pro as seen above!"
|
1448 |
msgstr ""
|
1449 |
|
1450 |
-
#: dashboard/publisher/adverts-edit.php:
|
1451 |
#: dashboard/publisher/groups-edit.php:194
|
1452 |
msgid "Sortorder"
|
1453 |
msgstr ""
|
1454 |
|
1455 |
-
#: dashboard/publisher/adverts-edit.php:
|
1456 |
#: dashboard/publisher/groups-edit.php:196
|
1457 |
msgid "For administrative purposes set a sortorder."
|
1458 |
msgstr "Pour des raisons administratives définir un ordre de tri."
|
1459 |
|
1460 |
-
#: dashboard/publisher/adverts-edit.php:
|
1461 |
msgid "Leave empty or 0 to skip this. Will default to ad id."
|
1462 |
msgstr ""
|
1463 |
"Laissez vide ou mettre 0 pour ignorer ceci. Par défaut, la valeur sera celle "
|
1464 |
"de l'ID de la publicité."
|
1465 |
|
1466 |
-
#: dashboard/publisher/adverts-edit.php:
|
1467 |
msgid ""
|
1468 |
"With AdRotate Pro you can easily select which devices the advert should show "
|
1469 |
"on!"
|
1470 |
msgstr ""
|
1471 |
|
1472 |
-
#: dashboard/publisher/adverts-edit.php:
|
1473 |
msgid "Geo Targeting in AdRotate Pro"
|
1474 |
msgstr ""
|
1475 |
|
1476 |
-
#: dashboard/publisher/adverts-edit.php:
|
1477 |
msgid ""
|
1478 |
"Assign the advert to a group and enable that group to use Geo Targeting."
|
1479 |
msgstr ""
|
1480 |
|
1481 |
-
#: dashboard/publisher/adverts-edit.php:
|
1482 |
msgid "Cities/States"
|
1483 |
msgstr ""
|
1484 |
|
1485 |
-
#: dashboard/publisher/adverts-edit.php:
|
1486 |
msgid ""
|
1487 |
"A comma separated list of cities (or the Metro ID) and/or states (Also the "
|
1488 |
"states ISO codes are supported)"
|
1489 |
msgstr ""
|
1490 |
|
1491 |
-
#: dashboard/publisher/adverts-edit.php:
|
1492 |
msgid ""
|
1493 |
"AdRotate does not check the validity of names so make sure you spell them "
|
1494 |
"correctly!"
|
1495 |
msgstr ""
|
1496 |
|
1497 |
-
#: dashboard/publisher/adverts-edit.php:
|
1498 |
msgid "Countries"
|
1499 |
msgstr ""
|
1500 |
|
1501 |
-
#: dashboard/publisher/adverts-edit.php:
|
1502 |
#, fuzzy
|
1503 |
msgid "Select the countries you want the adverts to show in."
|
1504 |
msgstr "Choisir les pages dans lesquelles vous voulez intégrer les pulicités."
|
1505 |
|
1506 |
-
#: dashboard/publisher/adverts-edit.php:
|
1507 |
msgid "Cities take priority and will be filtered first."
|
1508 |
msgstr ""
|
1509 |
|
1510 |
-
#: dashboard/publisher/adverts-edit.php:
|
1511 |
msgid "Target your audience with Geo Targeting in AdRotate Pro"
|
1512 |
msgstr ""
|
1513 |
|
1514 |
-
#: dashboard/publisher/adverts-edit.php:
|
1515 |
msgid "Select Groups"
|
1516 |
msgstr "Choisir groupes"
|
1517 |
|
1518 |
-
#: dashboard/publisher/adverts-edit.php:
|
1519 |
msgid "ID - Name"
|
1520 |
msgstr "ID - Nom"
|
1521 |
|
1522 |
-
#: dashboard/publisher/adverts-edit.php:
|
1523 |
#: dashboard/publisher/groups-main.php:60
|
1524 |
#: dashboard/settings/geotargeting.php:39
|
1525 |
msgid "Default"
|
1526 |
msgstr "Par défaut"
|
1527 |
|
1528 |
-
#: dashboard/publisher/adverts-edit.php:
|
1529 |
#: dashboard/publisher/groups-main.php:61
|
1530 |
msgid "Dynamic"
|
1531 |
msgstr "Dynamique"
|
1532 |
|
1533 |
-
#: dashboard/publisher/adverts-edit.php:
|
1534 |
#: dashboard/publisher/groups-main.php:61
|
1535 |
msgid "second rotation"
|
1536 |
msgstr "deuxième rotation"
|
1537 |
|
1538 |
-
#: dashboard/publisher/adverts-edit.php:
|
1539 |
#: dashboard/publisher/groups-main.php:62
|
1540 |
msgid "Block"
|
1541 |
msgstr "Bloc"
|
1542 |
|
1543 |
-
#: dashboard/publisher/adverts-edit.php:
|
1544 |
#: dashboard/publisher/groups-main.php:62
|
1545 |
msgid "grid"
|
1546 |
msgstr "grille"
|
1547 |
|
1548 |
-
#: dashboard/publisher/adverts-edit.php:
|
1549 |
#: dashboard/publisher/groups-edit.php:202
|
1550 |
#: dashboard/publisher/groups-main.php:63
|
1551 |
msgid "Post Injection"
|
1552 |
msgstr "Injection dans l'article"
|
1553 |
|
1554 |
-
#: dashboard/publisher/adverts-edit.php:
|
1555 |
msgid "Geolocation"
|
1556 |
msgstr "Géolocalisation"
|
1557 |
|
1558 |
-
#: dashboard/publisher/adverts-edit.php:
|
1559 |
#: dashboard/publisher/groups-edit.php:61
|
1560 |
#: dashboard/publisher/groups-main.php:70
|
1561 |
msgid "Mode"
|
@@ -2065,128 +2064,138 @@ msgid "Some options are only available in AdRotate Pro!"
|
|
2065 |
msgstr ""
|
2066 |
|
2067 |
#: dashboard/settings/general.php:16
|
2068 |
-
msgid "
|
2069 |
msgstr ""
|
2070 |
|
2071 |
#: dashboard/settings/general.php:17
|
2072 |
msgid ""
|
2073 |
-
"Enable if your theme does not support shortcodes in the
|
2074 |
-
"widget."
|
2075 |
msgstr ""
|
2076 |
|
2077 |
#: dashboard/settings/general.php:20
|
2078 |
-
msgid "
|
2079 |
msgstr ""
|
2080 |
|
2081 |
#: dashboard/settings/general.php:21
|
2082 |
msgid ""
|
2083 |
-
"
|
2084 |
-
"
|
2085 |
msgstr ""
|
2086 |
|
2087 |
#: dashboard/settings/general.php:24
|
2088 |
-
msgid "
|
2089 |
-
msgstr "
|
2090 |
|
2091 |
#: dashboard/settings/general.php:25
|
2092 |
msgid ""
|
2093 |
-
"Enable
|
2094 |
-
"
|
2095 |
msgstr ""
|
2096 |
|
2097 |
#: dashboard/settings/general.php:28
|
2098 |
-
msgid "Load
|
2099 |
-
msgstr ""
|
2100 |
|
2101 |
#: dashboard/settings/general.php:29
|
2102 |
msgid ""
|
2103 |
-
"Enable
|
2104 |
-
"
|
2105 |
msgstr ""
|
2106 |
|
2107 |
#: dashboard/settings/general.php:32
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2108 |
msgid "Adblock disguise"
|
2109 |
msgstr ""
|
2110 |
|
2111 |
-
#: dashboard/settings/general.php:
|
2112 |
msgid "Leave empty to disable. Use only lowercaps letters. For example:"
|
2113 |
msgstr ""
|
2114 |
|
2115 |
-
#: dashboard/settings/general.php:
|
2116 |
msgid ""
|
2117 |
"Try and avoid adblock plugins in most modern browsers when using shortcodes."
|
2118 |
msgstr ""
|
2119 |
|
2120 |
-
#: dashboard/settings/general.php:
|
2121 |
msgid ""
|
2122 |
"To also apply this feature to widgets, use a text widget with a shortcode "
|
2123 |
"instead of the AdRotate widget."
|
2124 |
msgstr ""
|
2125 |
|
2126 |
-
#: dashboard/settings/general.php:
|
2127 |
msgid ""
|
2128 |
"Avoid the use of obvious keywords or filenames in your adverts or this "
|
2129 |
"feature will have little effect!"
|
2130 |
msgstr ""
|
2131 |
|
2132 |
-
#: dashboard/settings/general.php:
|
2133 |
msgid "Banner Folder"
|
2134 |
msgstr ""
|
2135 |
|
2136 |
-
#: dashboard/settings/general.php:
|
2137 |
msgid "Set a location where your banner images will be stored."
|
2138 |
msgstr ""
|
2139 |
|
2140 |
-
#: dashboard/settings/general.php:
|
2141 |
msgid "Location"
|
2142 |
msgstr ""
|
2143 |
|
2144 |
-
#: dashboard/settings/general.php:
|
2145 |
msgid "(Default: wp-content/banners/)."
|
2146 |
msgstr ""
|
2147 |
|
2148 |
-
#: dashboard/settings/general.php:
|
2149 |
msgid ""
|
2150 |
"To try and trick ad blockers you could set the folder to something crazy "
|
2151 |
"like:"
|
2152 |
msgstr ""
|
2153 |
|
2154 |
-
#: dashboard/settings/general.php:
|
2155 |
msgid ""
|
2156 |
"This folder will not be automatically created if it doesn't exist. AdRotate "
|
2157 |
"will show errors when the folder is missing."
|
2158 |
msgstr ""
|
2159 |
|
2160 |
-
#: dashboard/settings/general.php:
|
2161 |
msgid "Bot filter"
|
2162 |
msgstr "Filtre de robots"
|
2163 |
|
2164 |
-
#: dashboard/settings/general.php:
|
2165 |
msgid "The bot filter is used for the AdRotate stats tracker."
|
2166 |
msgstr ""
|
2167 |
|
2168 |
-
#: dashboard/settings/general.php:
|
2169 |
msgid "User-Agent Filter"
|
2170 |
msgstr "Filtrage par User-Agent"
|
2171 |
|
2172 |
-
#: dashboard/settings/general.php:
|
2173 |
msgid ""
|
2174 |
"A comma separated list of keywords. Filter out bots/crawlers/user-agents."
|
2175 |
msgstr ""
|
2176 |
|
2177 |
-
#: dashboard/settings/general.php:
|
2178 |
msgid ""
|
2179 |
"Keep in mind that this might give false positives. The word 'fire' also "
|
2180 |
"matches 'firefox', but not vice-versa. So be careful!"
|
2181 |
msgstr ""
|
2182 |
|
2183 |
-
#: dashboard/settings/general.php:
|
2184 |
msgid ""
|
2185 |
"Only words with alphanumeric characters and [ - _ ] are allowed. All other "
|
2186 |
"characters are stripped out."
|
2187 |
msgstr ""
|
2188 |
|
2189 |
-
#: dashboard/settings/general.php:
|
2190 |
msgid ""
|
2191 |
"Additionally to the list specified here, empty User-Agents are blocked as "
|
2192 |
"well."
|
@@ -2194,11 +2203,11 @@ msgstr ""
|
|
2194 |
"En outre de la liste spécifiée ci-dessus, les User-Agent vides seront aussi "
|
2195 |
"bloqués."
|
2196 |
|
2197 |
-
#: dashboard/settings/general.php:
|
2198 |
msgid "Learn more about"
|
2199 |
msgstr "En savoir plus sur"
|
2200 |
|
2201 |
-
#: dashboard/settings/general.php:
|
2202 |
msgid "user-agents"
|
2203 |
msgstr "user-agents"
|
2204 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: AdRotate 3.10.8\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-12-05 00:44+0800\n"
|
6 |
+
"PO-Revision-Date: 2015-12-05 00:44+0800\n"
|
7 |
"Last-Translator: Arnan de Gans <info@ajdg.net>\n"
|
8 |
"Language-Team: Digital Ink Tunisia <hello@digitalink.tn>\n"
|
9 |
"Language: fr_FR\n"
|
118 |
msgid "Unexpected error"
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: adrotate-manage-publisher.php:709
|
122 |
msgid "AdRotate Advertiser"
|
123 |
msgstr ""
|
124 |
|
125 |
+
#: adrotate-output.php:637
|
126 |
msgid "Oh no! Something went wrong!"
|
127 |
msgstr "Oh no! Un problème est survenu!"
|
128 |
|
129 |
+
#: adrotate-output.php:638
|
130 |
msgid ""
|
131 |
"WordPress was unable to verify the authenticity of the url you have clicked. "
|
132 |
"Verify if the url used is valid or log in via your browser."
|
135 |
"Veuillez vérifier que le lien utilisé est bien valide, ou connectez-vous via "
|
136 |
"votre navigateur."
|
137 |
|
138 |
+
#: adrotate-output.php:639
|
139 |
msgid ""
|
140 |
"If you have received the url you want to visit via email, you are being "
|
141 |
"tricked!"
|
142 |
msgstr "Si vous avez reçu ce lien par email, vous avez été dupés!"
|
143 |
|
144 |
+
#: adrotate-output.php:640
|
145 |
msgid "Contact support if the issue persists:"
|
146 |
msgstr "Contactez le support si le soucis persiste :"
|
147 |
|
148 |
+
#: adrotate-output.php:658
|
149 |
msgid ""
|
150 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
151 |
"restrictions or does not exist!"
|
153 |
"Erreur, la pub n'est pas disponible en ce moment en raison de restrictions "
|
154 |
"horaires/géographiques ou n'existe pas!"
|
155 |
|
156 |
+
#: adrotate-output.php:660
|
157 |
msgid ""
|
158 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
159 |
"restrictions!"
|
161 |
"Erreur, la pub n'est pas disponible en ce moment en raison de restrictions "
|
162 |
"horaires/géographiques!"
|
163 |
|
164 |
+
#: adrotate-output.php:667 adrotate-output.php:669
|
165 |
msgid ""
|
166 |
"Either there are no banners, they are disabled or none qualified for this "
|
167 |
"location!"
|
169 |
"Soit il n'y a pas de bannières, ils sont desactivées ou pas qualifiées pour "
|
170 |
"cet endroit!"
|
171 |
|
172 |
+
#: adrotate-output.php:675
|
173 |
msgid "Error, no Ad ID set! Check your syntax!"
|
174 |
msgstr "Erreur, aucun identifiant de pub n'a été mis! Vérifiez votre syntaxe."
|
175 |
|
176 |
+
#: adrotate-output.php:681
|
177 |
msgid "Error, no group ID set! Check your syntax!"
|
178 |
msgstr "Erreur: aucun ID de groupe n'est mis en place! Vérifiez votre syntaxe!"
|
179 |
|
180 |
+
#: adrotate-output.php:686
|
181 |
msgid "Error, group does not exist! Check your syntax!"
|
182 |
msgstr "Erreur, le groupe n'existe pas! Vérifiez votre syntaxe!"
|
183 |
|
184 |
+
#: adrotate-output.php:692
|
185 |
msgid ""
|
186 |
"There was an error locating the database tables for AdRotate. Please "
|
187 |
"deactivate and re-activate AdRotate from the plugin page!!"
|
190 |
"besoin. Veuillez désactiver et ré-activer AdRotate de la page des "
|
191 |
"extensions. "
|
192 |
|
193 |
+
#: adrotate-output.php:692
|
194 |
msgid "If this does not solve the issue please seek support at"
|
195 |
msgstr ""
|
196 |
"Si les instructions ne résoudent pas le soucis, veuillez contacter le "
|
197 |
"support à"
|
198 |
|
199 |
+
#: adrotate-output.php:698
|
200 |
msgid "An unknown error occured."
|
201 |
msgstr "Une erreur inconnue s'est produite."
|
202 |
|
203 |
+
#: adrotate-output.php:723
|
204 |
msgid "active ad(s) expired."
|
205 |
msgstr "publicité(s) active(s) ont expirée(s)."
|
206 |
|
207 |
+
#: adrotate-output.php:723
|
208 |
msgid "Take action now"
|
209 |
msgstr "Agir maintenant"
|
210 |
|
211 |
+
#: adrotate-output.php:725
|
212 |
msgid "active ad(s) are about to expire."
|
213 |
msgstr "publicité(s) active(s) sont sur le point d'expirer"
|
214 |
|
215 |
+
#: adrotate-output.php:725
|
216 |
msgid "Check it out"
|
217 |
msgstr "Vérifier-le"
|
218 |
|
219 |
+
#: adrotate-output.php:727
|
220 |
msgid "active ad(s) with configuration errors."
|
221 |
msgstr "publicité(s) active(s) avec des erreurs de configuration."
|
222 |
|
223 |
+
#: adrotate-output.php:727
|
224 |
msgid "Solve this"
|
225 |
msgstr "Résoudre"
|
226 |
|
227 |
+
#: adrotate-output.php:729
|
228 |
msgid "ad(s) expired."
|
229 |
msgstr "publicité(s) expirée(s)"
|
230 |
|
231 |
+
#: adrotate-output.php:729
|
232 |
msgid "ad(s) are about to expire."
|
233 |
msgstr "publicité(s) sont sur le point d'expirer"
|
234 |
|
235 |
+
#: adrotate-output.php:729
|
236 |
msgid "ad(s) with configuration errors."
|
237 |
msgstr "publicité(s) avec des erreurs de configuration."
|
238 |
|
239 |
+
#: adrotate-output.php:729
|
240 |
msgid "Fix this as soon as possible"
|
241 |
msgstr "Résoudre ce soucis dans les meilleurs délais"
|
242 |
|
243 |
+
#: adrotate-output.php:741 dashboard/adrotatepro.php:106
|
244 |
+
#: dashboard/adrotatepro.php:107 dashboard/adrotatepro.php:108
|
245 |
+
#: dashboard/adrotatepro.php:109 dashboard/adrotatepro.php:118
|
246 |
+
#: dashboard/adrotatepro.php:119 dashboard/adrotatepro.php:120
|
247 |
+
#: dashboard/adrotatepro.php:121 dashboard/info.php:114 dashboard/info.php:115
|
248 |
+
#: dashboard/info.php:116 dashboard/info.php:117 dashboard/info.php:126
|
249 |
+
#: dashboard/info.php:127 dashboard/info.php:128 dashboard/info.php:129
|
250 |
#: dashboard/settings/geotargeting.php:26
|
251 |
msgid "Buy now"
|
252 |
msgstr ""
|
253 |
|
254 |
+
#: adrotate-output.php:742
|
255 |
msgid ""
|
256 |
"You've been using <strong>AdRotate</strong> for a while now. Why not upgrade "
|
257 |
"to the <strong>PRO</strong> version"
|
258 |
msgstr ""
|
259 |
|
260 |
+
#: adrotate-output.php:742
|
261 |
#, php-format
|
262 |
msgid ""
|
263 |
"Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
|
264 |
msgstr ""
|
265 |
|
266 |
+
#: adrotate-output.php:742
|
267 |
msgid "Thank you for your purchase!"
|
268 |
msgstr ""
|
269 |
|
270 |
+
#: adrotate-output.php:786
|
271 |
msgid ""
|
272 |
"Welcome, and thanks for using AdRotate. Everything related to AdRotate is in "
|
273 |
"this menu. Check out the"
|
274 |
msgstr ""
|
275 |
|
276 |
+
#: adrotate-output.php:786
|
277 |
msgid "manuals"
|
278 |
msgstr "manuels"
|
279 |
|
280 |
+
#: adrotate-output.php:786 adrotate-output.php:859
|
281 |
msgid "and"
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: adrotate-output.php:786
|
285 |
msgid "forums"
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: adrotate-output.php:819
|
289 |
msgid "Useful Links"
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: adrotate-output.php:820
|
293 |
msgid "Useful links to learn more about AdRotate"
|
294 |
msgstr ""
|
295 |
|
296 |
+
#: adrotate-output.php:822
|
297 |
+
msgid "AdRotate website"
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: adrotate-output.php:823
|
301 |
msgid "Getting Started With AdRotate"
|
302 |
msgstr ""
|
303 |
|
304 |
+
#: adrotate-output.php:824
|
305 |
msgid "AdRotate manuals"
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: adrotate-output.php:825
|
309 |
msgid "AdRotate Support Forum"
|
310 |
msgstr ""
|
311 |
|
312 |
+
#: adrotate-output.php:851
|
313 |
#, fuzzy
|
314 |
msgid "Help AdRotate Grow"
|
315 |
msgstr "AdRotate Pro"
|
316 |
|
317 |
+
#: adrotate-output.php:852
|
318 |
msgid "Brought to you by"
|
319 |
msgstr "Présenté par"
|
320 |
|
321 |
+
#: adrotate-output.php:859
|
322 |
msgid ""
|
323 |
"A lot of users only think to review AdRotate when something goes wrong while "
|
324 |
"thousands of people use AdRotate satisfactory. Don't let this go unnoticed."
|
325 |
msgstr ""
|
326 |
|
327 |
+
#: adrotate-output.php:859
|
328 |
msgid "If you find AdRotate useful please leave your honest"
|
329 |
msgstr ""
|
330 |
|
331 |
+
#: adrotate-output.php:859
|
332 |
msgid "rating"
|
333 |
msgstr ""
|
334 |
|
335 |
+
#: adrotate-output.php:859
|
336 |
#, fuzzy
|
337 |
msgid "review"
|
338 |
msgstr "En avant-première"
|
339 |
|
340 |
+
#: adrotate-output.php:859
|
341 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
342 |
msgstr ""
|
343 |
|
344 |
+
#: adrotate-output.php:891
|
345 |
msgid "Available in AdRotate Pro"
|
346 |
msgstr "Disponible dans Adrotate Pro"
|
347 |
|
348 |
+
#: adrotate-output.php:891
|
349 |
msgid "More information..."
|
350 |
msgstr "Plus d'informations..."
|
351 |
|
352 |
+
#: adrotate-output.php:892
|
353 |
msgid "This feature is available in AdRotate Pro"
|
354 |
msgstr "Cette fonctionalité est disponible dans AdRotate Pro"
|
355 |
|
356 |
+
#: adrotate-output.php:892
|
357 |
msgid "Learn more"
|
358 |
msgstr "En savoir plus"
|
359 |
|
360 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:220
|
361 |
+
#: dashboard/publisher/adverts-edit.php:241
|
362 |
msgid "January"
|
363 |
msgstr "Janvier"
|
364 |
|
365 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:221
|
366 |
+
#: dashboard/publisher/adverts-edit.php:242
|
367 |
msgid "February"
|
368 |
msgstr "Février"
|
369 |
|
370 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:222
|
371 |
+
#: dashboard/publisher/adverts-edit.php:243
|
372 |
msgid "March"
|
373 |
msgstr "Mars"
|
374 |
|
375 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:223
|
376 |
+
#: dashboard/publisher/adverts-edit.php:244
|
377 |
msgid "April"
|
378 |
msgstr "Avril"
|
379 |
|
380 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:224
|
381 |
+
#: dashboard/publisher/adverts-edit.php:245
|
382 |
msgid "May"
|
383 |
msgstr "Mai"
|
384 |
|
385 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:225
|
386 |
+
#: dashboard/publisher/adverts-edit.php:246
|
387 |
msgid "June"
|
388 |
msgstr "Juin"
|
389 |
|
390 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:226
|
391 |
+
#: dashboard/publisher/adverts-edit.php:247
|
392 |
msgid "July"
|
393 |
msgstr "Juillet"
|
394 |
|
395 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:227
|
396 |
+
#: dashboard/publisher/adverts-edit.php:248
|
397 |
msgid "August"
|
398 |
msgstr "Août"
|
399 |
|
400 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:228
|
401 |
+
#: dashboard/publisher/adverts-edit.php:249
|
402 |
msgid "September"
|
403 |
msgstr "Septembre"
|
404 |
|
405 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:229
|
406 |
+
#: dashboard/publisher/adverts-edit.php:250
|
407 |
msgid "October"
|
408 |
msgstr "Octobre"
|
409 |
|
410 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:230
|
411 |
+
#: dashboard/publisher/adverts-edit.php:251
|
412 |
msgid "November"
|
413 |
msgstr "Novembre"
|
414 |
|
415 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:231
|
416 |
+
#: dashboard/publisher/adverts-edit.php:252
|
417 |
msgid "December"
|
418 |
msgstr "Décembre"
|
419 |
|
546 |
"AdRotate Pro."
|
547 |
msgstr "Créer plusieurs calendriers pour chaque annonce avec AdRotate Pro."
|
548 |
|
549 |
+
#: adrotate.php:409 adrotate.php:496 dashboard/publisher/adverts-edit.php:188
|
550 |
#: dashboard/publisher/adverts-main.php:114
|
551 |
#: dashboard/publisher/groups-edit.php:75
|
552 |
#: dashboard/publisher/groups-main.php:89
|
584 |
msgid "End"
|
585 |
msgstr ""
|
586 |
|
587 |
+
#: adrotate.php:428 dashboard/publisher/adverts-edit.php:397
|
588 |
#: dashboard/publisher/groups-main.php:34
|
589 |
msgid "Ads"
|
590 |
msgstr "Pubs"
|
687 |
"complet d'images de tailles différentes est recommendé si vous avez un site "
|
688 |
"fluide."
|
689 |
|
690 |
+
#: adrotate.php:503 dashboard/publisher/adverts-edit.php:311
|
691 |
msgid ""
|
692 |
"For smaller size images use \".320\", \".480\", \".768\" or \".1024\" in the "
|
693 |
"filename instead of \".full\" for the various viewports."
|
811 |
"forum. Get a solution (usually) within a day."
|
812 |
msgstr ""
|
813 |
|
814 |
+
#: dashboard/adrotatepro.php:48 dashboard/info.php:136
|
815 |
msgid "AdRotate is brought to you by"
|
816 |
msgstr "AdRotate est offert par"
|
817 |
|
818 |
+
#: dashboard/adrotatepro.php:52 dashboard/info.php:140
|
819 |
msgid ""
|
820 |
+
"Premium plugins, support and services for WordPress and WooCommerce! I am a "
|
821 |
+
"digital nomad in the Philippines. Click on my name to find out more about me "
|
822 |
+
"and what I am doing. Thanks for your support and for using my plugins!"
|
823 |
msgstr ""
|
824 |
|
825 |
+
#: dashboard/adrotatepro.php:81
|
826 |
msgid "Schedule all campaigns with ease"
|
827 |
msgstr "Planifier toutes vos campagnes en toute simplicité"
|
828 |
|
829 |
+
#: dashboard/adrotatepro.php:84
|
830 |
msgid ""
|
831 |
"Schedule your adverts and set up advertising campaigns based on dates you or "
|
832 |
"your advertisers specify without hassle. Seasonal adverts, weekly adverts. "
|
834 |
"much more easy. You can set one or many schedules for adverts."
|
835 |
msgstr ""
|
836 |
|
837 |
+
#: dashboard/adrotatepro.php:88
|
838 |
msgid "Avoid adblockers"
|
839 |
msgstr ""
|
840 |
|
841 |
+
#: dashboard/adrotatepro.php:91
|
842 |
msgid ""
|
843 |
"Try and avoid adblockers so you adverts get the exposure you want them to "
|
844 |
"have. AdRotate Pro offers some advanced tools to deceive adblockers so your "
|
846 |
"adverts smartly so these features reach their full potential!"
|
847 |
msgstr ""
|
848 |
|
849 |
+
#: dashboard/adrotatepro.php:95
|
850 |
msgid "Stay up-to-date with notifications"
|
851 |
msgstr ""
|
852 |
|
853 |
+
#: dashboard/adrotatepro.php:98
|
854 |
msgid ""
|
855 |
"Stay in touch with Email notifications. Have AdRotate send you an alert when "
|
856 |
"adverts expire or need your attention. Additionally, you can have AdRotate "
|
859 |
"miss an expiration date again."
|
860 |
msgstr ""
|
861 |
|
862 |
+
#: dashboard/adrotatepro.php:102 dashboard/adrotatepro.php:114
|
863 |
+
#: dashboard/info.php:110 dashboard/info.php:122
|
864 |
msgid "Buy AdRotate Professional"
|
865 |
msgstr "Achetez AdRotate Professionel"
|
866 |
|
867 |
+
#: dashboard/adrotatepro.php:106 dashboard/info.php:114
|
868 |
msgid "Single License"
|
869 |
msgstr ""
|
870 |
|
871 |
+
#: dashboard/adrotatepro.php:106 dashboard/info.php:114
|
872 |
msgid "For one WordPress installation."
|
873 |
msgstr "Pour une installation Wordpress."
|
874 |
|
875 |
+
#: dashboard/adrotatepro.php:107 dashboard/adrotatepro.php:119
|
876 |
+
#: dashboard/info.php:115 dashboard/info.php:127
|
877 |
msgid "Duo License"
|
878 |
msgstr "Licence Duo"
|
879 |
|
880 |
+
#: dashboard/adrotatepro.php:107 dashboard/info.php:115
|
881 |
msgid "For two WordPress installations."
|
882 |
msgstr "Pour deux installations Wordpress."
|
883 |
|
884 |
+
#: dashboard/adrotatepro.php:108 dashboard/adrotatepro.php:120
|
885 |
+
#: dashboard/info.php:116 dashboard/info.php:128
|
886 |
msgid "Multi License"
|
887 |
msgstr "Licence Multiple"
|
888 |
|
889 |
+
#: dashboard/adrotatepro.php:108 dashboard/info.php:116
|
890 |
msgid " For up to five WordPress installations."
|
891 |
msgstr "Pour un max de cinq installation Wordpress."
|
892 |
|
893 |
+
#: dashboard/adrotatepro.php:109 dashboard/adrotatepro.php:121
|
894 |
+
#: dashboard/info.php:117 dashboard/info.php:129
|
895 |
msgid "Developer License"
|
896 |
msgstr "Licence de Developpeur"
|
897 |
|
898 |
+
#: dashboard/adrotatepro.php:109 dashboard/info.php:117
|
899 |
msgid "Unlimited WordPress installations and/or networks."
|
900 |
msgstr ""
|
901 |
|
902 |
+
#: dashboard/adrotatepro.php:110 dashboard/adrotatepro.php:123
|
903 |
+
#: dashboard/info.php:118 dashboard/info.php:131
|
904 |
msgid "Compare licenses"
|
905 |
msgstr "Comparer les licences"
|
906 |
|
907 |
+
#: dashboard/adrotatepro.php:110 dashboard/info.php:118
|
908 |
msgid "Not sure which license is for you? Compare them..."
|
909 |
msgstr ""
|
910 |
"Comparez les licences pour savoir laquelle est celle dont vous avez besoin..."
|
911 |
|
912 |
+
#: dashboard/adrotatepro.php:110 dashboard/info.php:118
|
913 |
msgid "All Licenses"
|
914 |
msgstr "Toutes les licences"
|
915 |
|
916 |
+
#: dashboard/adrotatepro.php:118 dashboard/info.php:126
|
917 |
msgid "Lifetime License"
|
918 |
msgstr ""
|
919 |
|
920 |
+
#: dashboard/adrotatepro.php:118 dashboard/info.php:126
|
921 |
msgid "Single installation."
|
922 |
msgstr ""
|
923 |
|
924 |
+
#: dashboard/adrotatepro.php:119 dashboard/info.php:127
|
925 |
msgid "Up to 2 installations."
|
926 |
msgstr ""
|
927 |
|
928 |
+
#: dashboard/adrotatepro.php:120 dashboard/info.php:128
|
929 |
msgid "Up to 10 installations."
|
930 |
msgstr ""
|
931 |
|
932 |
+
#: dashboard/adrotatepro.php:121 dashboard/info.php:129
|
933 |
msgid "Up to 25 installations or multisite networks."
|
934 |
msgstr ""
|
935 |
|
936 |
+
#: dashboard/adrotatepro.php:122 dashboard/info.php:130
|
937 |
msgid ""
|
938 |
"Subscriptions get 1 year access to updates, email support & AdRotate Geo."
|
939 |
msgstr ""
|
940 |
|
941 |
+
#: dashboard/adrotatepro.php:123 dashboard/info.php:131
|
942 |
msgid "Not sure which license is for you?"
|
943 |
msgstr ""
|
944 |
|
945 |
+
#: dashboard/adrotatepro.php:123 dashboard/info.php:131
|
946 |
msgid "Compare Licenses"
|
947 |
msgstr ""
|
948 |
|
979 |
msgstr "Soutenez AdRotate"
|
980 |
|
981 |
#: dashboard/info.php:55
|
982 |
+
msgid ""
|
983 |
+
"Your donation helps to improve AdRotate. Consider writing a review if you "
|
984 |
+
"like AdRotate. Also follow my Facebook page and twitter. Thank you!"
|
|
|
|
|
985 |
msgstr ""
|
986 |
|
987 |
+
#: dashboard/info.php:81
|
988 |
msgid "AdRotate News and Developer Blog"
|
989 |
msgstr "Actus AdRotate et blog du développeur"
|
990 |
|
991 |
+
#: dashboard/info.php:103
|
992 |
msgid "Get more features with AdRotate Pro"
|
993 |
msgstr "Obtenez plus de fonctionalités avec AdRotate Pro"
|
994 |
|
995 |
+
#: dashboard/info.php:106
|
996 |
msgid ""
|
997 |
"Benefit from extra features to reinforce your income with advertising "
|
998 |
"campaigns. Make the most of your website with the powerful tools AdRotate "
|
1003 |
"outils puissants qu'AdRotate Pro offre en plus des fonctions incluses dans "
|
1004 |
"la version gratuite."
|
1005 |
|
1006 |
+
#: dashboard/info.php:106
|
1007 |
msgid "Want to know more about"
|
1008 |
msgstr ""
|
1009 |
|
1010 |
+
#: dashboard/info.php:106
|
1011 |
msgid "Visit the"
|
1012 |
msgstr "Visitez le"
|
1013 |
|
1014 |
+
#: dashboard/info.php:106
|
1015 |
msgid "website"
|
1016 |
msgstr "site"
|
1017 |
|
1020 |
msgstr "Pubs inactives"
|
1021 |
|
1022 |
#: dashboard/publisher/adverts-disabled.php:21
|
1023 |
+
#: dashboard/publisher/adverts-edit.php:176
|
1024 |
msgid "Activate"
|
1025 |
msgstr "Activer"
|
1026 |
|
1037 |
msgstr "Début / Fin"
|
1038 |
|
1039 |
#: dashboard/publisher/adverts-disabled.php:37
|
1040 |
+
#: dashboard/publisher/adverts-edit.php:116
|
1041 |
#: dashboard/publisher/adverts-error.php:41
|
1042 |
#: dashboard/publisher/adverts-main.php:41
|
1043 |
msgid "Title"
|
1142 |
msgid "This ad has been disabled and does not rotate on your site!"
|
1143 |
msgstr "Cette publicité à été désactivée et ne tourne plus sur votre site!"
|
1144 |
|
1145 |
+
#: dashboard/publisher/adverts-edit.php:108
|
1146 |
msgid "New Advert"
|
1147 |
msgstr "Nouvelle pub"
|
1148 |
|
1149 |
+
#: dashboard/publisher/adverts-edit.php:110
|
1150 |
msgid "Edit Advert"
|
1151 |
msgstr "Modifier la pub"
|
1152 |
|
1153 |
+
#: dashboard/publisher/adverts-edit.php:122
|
1154 |
msgid "AdCode"
|
1155 |
msgstr ""
|
1156 |
|
1157 |
+
#: dashboard/publisher/adverts-edit.php:127
|
1158 |
msgid "Basic Examples:"
|
1159 |
msgstr "Exemples de base :"
|
1160 |
|
1161 |
+
#: dashboard/publisher/adverts-edit.php:134
|
1162 |
msgid "Useful tags"
|
1163 |
msgstr ""
|
1164 |
|
1165 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1166 |
msgid "Insert the advert ID Number."
|
1167 |
msgstr ""
|
1168 |
|
1169 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1170 |
msgid "Required when selecting a image below."
|
1171 |
msgstr ""
|
1172 |
|
1173 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1174 |
msgid "Insert the advert name."
|
1175 |
msgstr ""
|
1176 |
|
1177 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1178 |
msgid "Insert a random seed. Useful for DFP/DoubleClick type adverts."
|
1179 |
msgstr ""
|
1180 |
|
1181 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1182 |
msgid "Add inside the <a> tag to open advert in a new window."
|
1183 |
msgstr ""
|
1184 |
|
1185 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1186 |
msgid "Add inside the <a> tag to tell crawlers to ignore this link"
|
1187 |
msgstr ""
|
1188 |
|
1189 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1190 |
msgid ""
|
1191 |
"Place the cursor in your AdCode where you want to add any of these tags and "
|
1192 |
"click to add it."
|
1193 |
msgstr ""
|
1194 |
|
1195 |
+
#: dashboard/publisher/adverts-edit.php:141
|
1196 |
msgid "Preview"
|
1197 |
msgstr "En avant-première"
|
1198 |
|
1199 |
+
#: dashboard/publisher/adverts-edit.php:144
|
1200 |
msgid ""
|
1201 |
"Note: While this preview is an accurate one, it might look different then it "
|
1202 |
"does on the website."
|
1204 |
"NOTA BENE : Bien que cet aperçu soit précis, la publicité peut être "
|
1205 |
"différente sur le site."
|
1206 |
|
1207 |
+
#: dashboard/publisher/adverts-edit.php:145
|
1208 |
msgid ""
|
1209 |
"This is because of CSS differences. Your themes CSS file is not active here!"
|
1210 |
msgstr ""
|
1211 |
"Les différences dans le CSS causent ces soucis. Le CSS de votre thème n'est "
|
1212 |
"pas actif ici!"
|
1213 |
|
1214 |
+
#: dashboard/publisher/adverts-edit.php:150
|
1215 |
msgid "Banner asset"
|
1216 |
msgstr ""
|
1217 |
|
1218 |
+
#: dashboard/publisher/adverts-edit.php:153
|
1219 |
msgid "WordPress media:"
|
1220 |
msgstr ""
|
1221 |
|
1222 |
+
#: dashboard/publisher/adverts-edit.php:153
|
1223 |
msgid "Select Banner"
|
1224 |
msgstr "Choisir l'image"
|
1225 |
|
1226 |
+
#: dashboard/publisher/adverts-edit.php:155
|
1227 |
msgid "- OR -"
|
1228 |
msgstr "- OU -"
|
1229 |
|
1230 |
+
#: dashboard/publisher/adverts-edit.php:157
|
1231 |
msgid "Banner folder:"
|
1232 |
msgstr "Dossier de bannières :"
|
1233 |
|
1234 |
+
#: dashboard/publisher/adverts-edit.php:158
|
1235 |
msgid "No image selected"
|
1236 |
msgstr "Aucune image sélectionnée"
|
1237 |
|
1238 |
+
#: dashboard/publisher/adverts-edit.php:162
|
1239 |
msgid "Use %image% in the adcode instead of the file path."
|
1240 |
msgstr ""
|
1241 |
|
1242 |
+
#: dashboard/publisher/adverts-edit.php:162
|
1243 |
msgid ""
|
1244 |
"Use either the text field or the dropdown. If the textfield has content that "
|
1245 |
"field has priority."
|
1247 |
"Utilisez la zone de texte ou la liste déroulante. Si le champ de texte a une "
|
1248 |
"valeur, ce champ a la priorité."
|
1249 |
|
1250 |
+
#: dashboard/publisher/adverts-edit.php:167
|
1251 |
#: dashboard/settings/statistics.php:12
|
1252 |
msgid "Statistics"
|
1253 |
msgstr "Statistiques"
|
1254 |
|
1255 |
+
#: dashboard/publisher/adverts-edit.php:169
|
1256 |
msgid "Enable click and impression tracking for this advert."
|
1257 |
msgstr ""
|
1258 |
|
1259 |
+
#: dashboard/publisher/adverts-edit.php:170
|
1260 |
msgid ""
|
1261 |
"Note: Clicktracking does not work for Javascript adverts such as those "
|
1262 |
"provided by Google AdSense/DFP/DoubleClick. HTML5/Flash adverts are not "
|
1263 |
"always supported."
|
1264 |
msgstr ""
|
1265 |
|
1266 |
+
#: dashboard/publisher/adverts-edit.php:180
|
1267 |
msgid "Yes, this ad will be used"
|
1268 |
msgstr "Oui, cette publicité sera utilisée"
|
1269 |
|
1270 |
+
#: dashboard/publisher/adverts-edit.php:181
|
1271 |
msgid "No, do not show this ad anywhere"
|
1272 |
msgstr "Non, cette publicité ne sera pas utilisée"
|
1273 |
|
1274 |
+
#: dashboard/publisher/adverts-edit.php:188
|
1275 |
#: dashboard/publisher/adverts-main.php:114
|
1276 |
#: dashboard/publisher/groups-edit.php:75
|
1277 |
#: dashboard/publisher/groups-main.php:89
|
1278 |
msgid "Get more features with AdRotate Pro."
|
1279 |
msgstr "Obtenez plus de fonctionalités avec AdRotate Pro."
|
1280 |
|
1281 |
+
#: dashboard/publisher/adverts-edit.php:191
|
1282 |
+
#: dashboard/publisher/adverts-edit.php:291
|
1283 |
+
#: dashboard/publisher/adverts-edit.php:386
|
1284 |
+
#: dashboard/publisher/adverts-edit.php:427
|
1285 |
+
msgid "Save Advert"
|
1286 |
+
msgstr "Sauvegarder la pub"
|
1287 |
+
|
1288 |
#: dashboard/publisher/adverts-edit.php:192
|
1289 |
#: dashboard/publisher/adverts-edit.php:292
|
1290 |
#: dashboard/publisher/adverts-edit.php:387
|
1291 |
#: dashboard/publisher/adverts-edit.php:428
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1292 |
#: dashboard/publisher/groups-edit.php:154
|
1293 |
#: dashboard/publisher/groups-edit.php:301
|
1294 |
#: dashboard/publisher/groups-edit.php:393
|
1295 |
msgid "Cancel"
|
1296 |
msgstr "Annuller"
|
1297 |
|
1298 |
+
#: dashboard/publisher/adverts-edit.php:195
|
1299 |
+
#: dashboard/publisher/adverts-edit.php:369
|
1300 |
#: dashboard/publisher/groups-edit.php:136
|
1301 |
#: dashboard/publisher/groups-edit.php:283
|
1302 |
msgid "Usage"
|
1303 |
msgstr "Usage"
|
1304 |
|
1305 |
+
#: dashboard/publisher/adverts-edit.php:199
|
1306 |
+
#: dashboard/publisher/adverts-edit.php:373
|
1307 |
#: dashboard/publisher/groups-edit.php:140
|
1308 |
#: dashboard/publisher/groups-edit.php:287
|
1309 |
msgid "Widget"
|
1310 |
msgstr ""
|
1311 |
|
1312 |
+
#: dashboard/publisher/adverts-edit.php:200
|
1313 |
+
#: dashboard/publisher/adverts-edit.php:374
|
1314 |
msgid ""
|
1315 |
"Drag the AdRotate widget to the sidebar you want it in, select \"Single Ad\" "
|
1316 |
"and enter ID"
|
1317 |
msgstr ""
|
1318 |
|
1319 |
+
#: dashboard/publisher/adverts-edit.php:203
|
1320 |
+
#: dashboard/publisher/adverts-edit.php:377
|
1321 |
#: dashboard/publisher/groups-edit.php:144
|
1322 |
#: dashboard/publisher/groups-edit.php:291
|
1323 |
msgid "In a post or page"
|
1324 |
msgstr ""
|
1325 |
|
1326 |
+
#: dashboard/publisher/adverts-edit.php:205
|
1327 |
+
#: dashboard/publisher/adverts-edit.php:379
|
1328 |
#: dashboard/publisher/groups-edit.php:146
|
1329 |
#: dashboard/publisher/groups-edit.php:293
|
1330 |
msgid "Directly in a theme"
|
1331 |
msgstr ""
|
1332 |
|
1333 |
+
#: dashboard/publisher/adverts-edit.php:211
|
1334 |
msgid "Schedule your advert"
|
1335 |
msgstr ""
|
1336 |
|
1337 |
+
#: dashboard/publisher/adverts-edit.php:215
|
1338 |
msgid "Start date (day/month/year)"
|
1339 |
msgstr ""
|
1340 |
|
1341 |
+
#: dashboard/publisher/adverts-edit.php:236
|
1342 |
msgid "End date (day/month/year)"
|
1343 |
msgstr ""
|
1344 |
|
1345 |
+
#: dashboard/publisher/adverts-edit.php:259
|
1346 |
msgid "Start time (hh:mm)"
|
1347 |
msgstr ""
|
1348 |
|
1349 |
+
#: dashboard/publisher/adverts-edit.php:266
|
1350 |
msgid "End time (hh:mm)"
|
1351 |
msgstr ""
|
1352 |
|
1353 |
+
#: dashboard/publisher/adverts-edit.php:276
|
1354 |
msgid "Maximum Clicks"
|
1355 |
msgstr ""
|
1356 |
|
1357 |
+
#: dashboard/publisher/adverts-edit.php:277
|
1358 |
+
#: dashboard/publisher/adverts-edit.php:279
|
1359 |
msgid "Leave empty or 0 to skip this."
|
1360 |
msgstr "Laissez le champs vide ou mettrez 0 pour l'ignorer."
|
1361 |
|
1362 |
+
#: dashboard/publisher/adverts-edit.php:278
|
1363 |
msgid "Maximum Impressions"
|
1364 |
msgstr ""
|
1365 |
|
1366 |
+
#: dashboard/publisher/adverts-edit.php:283
|
1367 |
msgid "Important"
|
1368 |
msgstr ""
|
1369 |
|
1370 |
+
#: dashboard/publisher/adverts-edit.php:284
|
1371 |
msgid ""
|
1372 |
"Note: Time uses a 24 hour clock. When you are used to the AM/PM system keep "
|
1373 |
"this in mind: If the start or end time is after lunch, add 12 hours. 2PM is "
|
1374 |
"14:00 hours. 6AM is 6:00 hours."
|
1375 |
msgstr ""
|
1376 |
|
1377 |
+
#: dashboard/publisher/adverts-edit.php:288
|
1378 |
msgid ""
|
1379 |
"Create multiple and more advanced schedules for each advert with AdRotate "
|
1380 |
"Pro."
|
1381 |
msgstr ""
|
1382 |
|
1383 |
+
#: dashboard/publisher/adverts-edit.php:288
|
1384 |
+
#: dashboard/publisher/adverts-edit.php:323
|
1385 |
+
#: dashboard/publisher/adverts-edit.php:367
|
1386 |
#: dashboard/publisher/groups-edit.php:200
|
1387 |
msgid "Upgrade today"
|
1388 |
msgstr "Mettre à jour aujourd'hui"
|
1389 |
|
1390 |
+
#: dashboard/publisher/adverts-edit.php:295
|
1391 |
#: dashboard/publisher/groups-edit.php:157
|
1392 |
msgid "Advanced"
|
1393 |
msgstr "Avancé"
|
1394 |
|
1395 |
+
#: dashboard/publisher/adverts-edit.php:296
|
1396 |
msgid "Everything below is optional."
|
1397 |
msgstr "Tous les paramètres ci-dessous sont optionels."
|
1398 |
|
1399 |
+
#: dashboard/publisher/adverts-edit.php:300
|
1400 |
msgid "Mobile"
|
1401 |
msgstr ""
|
1402 |
|
1403 |
+
#: dashboard/publisher/adverts-edit.php:302
|
1404 |
msgid "Show on;"
|
1405 |
msgstr ""
|
1406 |
|
1407 |
+
#: dashboard/publisher/adverts-edit.php:302
|
1408 |
msgid "Computers"
|
1409 |
msgstr ""
|
1410 |
|
1411 |
+
#: dashboard/publisher/adverts-edit.php:302
|
1412 |
msgid "Smartphones"
|
1413 |
msgstr ""
|
1414 |
|
1415 |
+
#: dashboard/publisher/adverts-edit.php:302
|
1416 |
msgid "Tablets."
|
1417 |
msgstr ""
|
1418 |
|
1419 |
+
#: dashboard/publisher/adverts-edit.php:303
|
1420 |
msgid "Also enable mobile support in the group this advert goes in."
|
1421 |
msgstr ""
|
1422 |
|
1423 |
+
#: dashboard/publisher/adverts-edit.php:307
|
1424 |
msgid "Responsive"
|
1425 |
msgstr ""
|
1426 |
|
1427 |
+
#: dashboard/publisher/adverts-edit.php:309
|
1428 |
msgid "Enable responsive support for this advert."
|
1429 |
msgstr "Activer le support réactif pour cette publicité."
|
1430 |
|
1431 |
+
#: dashboard/publisher/adverts-edit.php:310
|
1432 |
msgid ""
|
1433 |
"Upload your images to the banner folder and make sure the filename is in the "
|
1434 |
"following format; \"imagename.full.ext\"."
|
1435 |
msgstr ""
|
1436 |
|
1437 |
+
#: dashboard/publisher/adverts-edit.php:312
|
1438 |
#: dashboard/publisher/adverts-report.php:58
|
1439 |
#: dashboard/publisher/groups-report.php:64
|
1440 |
msgid "Note:"
|
1441 |
msgstr "Note :"
|
1442 |
|
1443 |
+
#: dashboard/publisher/adverts-edit.php:312
|
1444 |
msgid ""
|
1445 |
"This feature will not be developed any further. Consider switching to the "
|
1446 |
"Mobile feature in AdRotate Pro as seen above!"
|
1447 |
msgstr ""
|
1448 |
|
1449 |
+
#: dashboard/publisher/adverts-edit.php:316
|
1450 |
#: dashboard/publisher/groups-edit.php:194
|
1451 |
msgid "Sortorder"
|
1452 |
msgstr ""
|
1453 |
|
1454 |
+
#: dashboard/publisher/adverts-edit.php:318
|
1455 |
#: dashboard/publisher/groups-edit.php:196
|
1456 |
msgid "For administrative purposes set a sortorder."
|
1457 |
msgstr "Pour des raisons administratives définir un ordre de tri."
|
1458 |
|
1459 |
+
#: dashboard/publisher/adverts-edit.php:318
|
1460 |
msgid "Leave empty or 0 to skip this. Will default to ad id."
|
1461 |
msgstr ""
|
1462 |
"Laissez vide ou mettre 0 pour ignorer ceci. Par défaut, la valeur sera celle "
|
1463 |
"de l'ID de la publicité."
|
1464 |
|
1465 |
+
#: dashboard/publisher/adverts-edit.php:323
|
1466 |
msgid ""
|
1467 |
"With AdRotate Pro you can easily select which devices the advert should show "
|
1468 |
"on!"
|
1469 |
msgstr ""
|
1470 |
|
1471 |
+
#: dashboard/publisher/adverts-edit.php:325
|
1472 |
msgid "Geo Targeting in AdRotate Pro"
|
1473 |
msgstr ""
|
1474 |
|
1475 |
+
#: dashboard/publisher/adverts-edit.php:326
|
1476 |
msgid ""
|
1477 |
"Assign the advert to a group and enable that group to use Geo Targeting."
|
1478 |
msgstr ""
|
1479 |
|
1480 |
+
#: dashboard/publisher/adverts-edit.php:330
|
1481 |
msgid "Cities/States"
|
1482 |
msgstr ""
|
1483 |
|
1484 |
+
#: dashboard/publisher/adverts-edit.php:333
|
1485 |
msgid ""
|
1486 |
"A comma separated list of cities (or the Metro ID) and/or states (Also the "
|
1487 |
"states ISO codes are supported)"
|
1488 |
msgstr ""
|
1489 |
|
1490 |
+
#: dashboard/publisher/adverts-edit.php:333
|
1491 |
msgid ""
|
1492 |
"AdRotate does not check the validity of names so make sure you spell them "
|
1493 |
"correctly!"
|
1494 |
msgstr ""
|
1495 |
|
1496 |
+
#: dashboard/publisher/adverts-edit.php:337
|
1497 |
msgid "Countries"
|
1498 |
msgstr ""
|
1499 |
|
1500 |
+
#: dashboard/publisher/adverts-edit.php:362
|
1501 |
#, fuzzy
|
1502 |
msgid "Select the countries you want the adverts to show in."
|
1503 |
msgstr "Choisir les pages dans lesquelles vous voulez intégrer les pulicités."
|
1504 |
|
1505 |
+
#: dashboard/publisher/adverts-edit.php:362
|
1506 |
msgid "Cities take priority and will be filtered first."
|
1507 |
msgstr ""
|
1508 |
|
1509 |
+
#: dashboard/publisher/adverts-edit.php:367
|
1510 |
msgid "Target your audience with Geo Targeting in AdRotate Pro"
|
1511 |
msgstr ""
|
1512 |
|
1513 |
+
#: dashboard/publisher/adverts-edit.php:391
|
1514 |
msgid "Select Groups"
|
1515 |
msgstr "Choisir groupes"
|
1516 |
|
1517 |
+
#: dashboard/publisher/adverts-edit.php:396
|
1518 |
msgid "ID - Name"
|
1519 |
msgstr "ID - Nom"
|
1520 |
|
1521 |
+
#: dashboard/publisher/adverts-edit.php:406
|
1522 |
#: dashboard/publisher/groups-main.php:60
|
1523 |
#: dashboard/settings/geotargeting.php:39
|
1524 |
msgid "Default"
|
1525 |
msgstr "Par défaut"
|
1526 |
|
1527 |
+
#: dashboard/publisher/adverts-edit.php:407
|
1528 |
#: dashboard/publisher/groups-main.php:61
|
1529 |
msgid "Dynamic"
|
1530 |
msgstr "Dynamique"
|
1531 |
|
1532 |
+
#: dashboard/publisher/adverts-edit.php:407
|
1533 |
#: dashboard/publisher/groups-main.php:61
|
1534 |
msgid "second rotation"
|
1535 |
msgstr "deuxième rotation"
|
1536 |
|
1537 |
+
#: dashboard/publisher/adverts-edit.php:408
|
1538 |
#: dashboard/publisher/groups-main.php:62
|
1539 |
msgid "Block"
|
1540 |
msgstr "Bloc"
|
1541 |
|
1542 |
+
#: dashboard/publisher/adverts-edit.php:408
|
1543 |
#: dashboard/publisher/groups-main.php:62
|
1544 |
msgid "grid"
|
1545 |
msgstr "grille"
|
1546 |
|
1547 |
+
#: dashboard/publisher/adverts-edit.php:409
|
1548 |
#: dashboard/publisher/groups-edit.php:202
|
1549 |
#: dashboard/publisher/groups-main.php:63
|
1550 |
msgid "Post Injection"
|
1551 |
msgstr "Injection dans l'article"
|
1552 |
|
1553 |
+
#: dashboard/publisher/adverts-edit.php:410
|
1554 |
msgid "Geolocation"
|
1555 |
msgstr "Géolocalisation"
|
1556 |
|
1557 |
+
#: dashboard/publisher/adverts-edit.php:416
|
1558 |
#: dashboard/publisher/groups-edit.php:61
|
1559 |
#: dashboard/publisher/groups-main.php:70
|
1560 |
msgid "Mode"
|
2064 |
msgstr ""
|
2065 |
|
2066 |
#: dashboard/settings/general.php:16
|
2067 |
+
msgid "Shortcode in widgets"
|
2068 |
msgstr ""
|
2069 |
|
2070 |
#: dashboard/settings/general.php:17
|
2071 |
msgid ""
|
2072 |
+
"Enable this option to if your theme does not support shortcodes in the "
|
2073 |
+
"WordPress text widget."
|
2074 |
msgstr ""
|
2075 |
|
2076 |
#: dashboard/settings/general.php:20
|
2077 |
+
msgid "Disable live preview"
|
2078 |
msgstr ""
|
2079 |
|
2080 |
#: dashboard/settings/general.php:21
|
2081 |
msgid ""
|
2082 |
+
"Enable this option if you have faulty adverts that overflow their designated "
|
2083 |
+
"area while creating/editing adverts."
|
2084 |
msgstr ""
|
2085 |
|
2086 |
#: dashboard/settings/general.php:24
|
2087 |
+
msgid "Disable dynamic mode"
|
2088 |
+
msgstr ""
|
2089 |
|
2090 |
#: dashboard/settings/general.php:25
|
2091 |
msgid ""
|
2092 |
+
"Enable this option to disable dynamic mode in groups for mobile devices if "
|
2093 |
+
"you notice skipping or jumpy content."
|
2094 |
msgstr ""
|
2095 |
|
2096 |
#: dashboard/settings/general.php:28
|
2097 |
+
msgid "Load jQuery"
|
2098 |
+
msgstr "Utilisez jQuery"
|
2099 |
|
2100 |
#: dashboard/settings/general.php:29
|
2101 |
msgid ""
|
2102 |
+
"Enable this option if your theme does not load jQuery. jQuery is required "
|
2103 |
+
"for dynamic groups, statistics and some other features."
|
2104 |
msgstr ""
|
2105 |
|
2106 |
#: dashboard/settings/general.php:32
|
2107 |
+
msgid "Load scripts in footer?"
|
2108 |
+
msgstr ""
|
2109 |
+
|
2110 |
+
#: dashboard/settings/general.php:33
|
2111 |
+
msgid ""
|
2112 |
+
"Enable this option if you want to load all AdRotate Javascripts in the "
|
2113 |
+
"footer of your site."
|
2114 |
+
msgstr ""
|
2115 |
+
|
2116 |
+
#: dashboard/settings/general.php:36
|
2117 |
msgid "Adblock disguise"
|
2118 |
msgstr ""
|
2119 |
|
2120 |
+
#: dashboard/settings/general.php:38
|
2121 |
msgid "Leave empty to disable. Use only lowercaps letters. For example:"
|
2122 |
msgstr ""
|
2123 |
|
2124 |
+
#: dashboard/settings/general.php:39
|
2125 |
msgid ""
|
2126 |
"Try and avoid adblock plugins in most modern browsers when using shortcodes."
|
2127 |
msgstr ""
|
2128 |
|
2129 |
+
#: dashboard/settings/general.php:39
|
2130 |
msgid ""
|
2131 |
"To also apply this feature to widgets, use a text widget with a shortcode "
|
2132 |
"instead of the AdRotate widget."
|
2133 |
msgstr ""
|
2134 |
|
2135 |
+
#: dashboard/settings/general.php:39
|
2136 |
msgid ""
|
2137 |
"Avoid the use of obvious keywords or filenames in your adverts or this "
|
2138 |
"feature will have little effect!"
|
2139 |
msgstr ""
|
2140 |
|
2141 |
+
#: dashboard/settings/general.php:44
|
2142 |
msgid "Banner Folder"
|
2143 |
msgstr ""
|
2144 |
|
2145 |
+
#: dashboard/settings/general.php:45
|
2146 |
msgid "Set a location where your banner images will be stored."
|
2147 |
msgstr ""
|
2148 |
|
2149 |
+
#: dashboard/settings/general.php:48
|
2150 |
msgid "Location"
|
2151 |
msgstr ""
|
2152 |
|
2153 |
+
#: dashboard/settings/general.php:50
|
2154 |
msgid "(Default: wp-content/banners/)."
|
2155 |
msgstr ""
|
2156 |
|
2157 |
+
#: dashboard/settings/general.php:51
|
2158 |
msgid ""
|
2159 |
"To try and trick ad blockers you could set the folder to something crazy "
|
2160 |
"like:"
|
2161 |
msgstr ""
|
2162 |
|
2163 |
+
#: dashboard/settings/general.php:52
|
2164 |
msgid ""
|
2165 |
"This folder will not be automatically created if it doesn't exist. AdRotate "
|
2166 |
"will show errors when the folder is missing."
|
2167 |
msgstr ""
|
2168 |
|
2169 |
+
#: dashboard/settings/general.php:57
|
2170 |
msgid "Bot filter"
|
2171 |
msgstr "Filtre de robots"
|
2172 |
|
2173 |
+
#: dashboard/settings/general.php:58
|
2174 |
msgid "The bot filter is used for the AdRotate stats tracker."
|
2175 |
msgstr ""
|
2176 |
|
2177 |
+
#: dashboard/settings/general.php:61
|
2178 |
msgid "User-Agent Filter"
|
2179 |
msgstr "Filtrage par User-Agent"
|
2180 |
|
2181 |
+
#: dashboard/settings/general.php:64
|
2182 |
msgid ""
|
2183 |
"A comma separated list of keywords. Filter out bots/crawlers/user-agents."
|
2184 |
msgstr ""
|
2185 |
|
2186 |
+
#: dashboard/settings/general.php:65
|
2187 |
msgid ""
|
2188 |
"Keep in mind that this might give false positives. The word 'fire' also "
|
2189 |
"matches 'firefox', but not vice-versa. So be careful!"
|
2190 |
msgstr ""
|
2191 |
|
2192 |
+
#: dashboard/settings/general.php:66
|
2193 |
msgid ""
|
2194 |
"Only words with alphanumeric characters and [ - _ ] are allowed. All other "
|
2195 |
"characters are stripped out."
|
2196 |
msgstr ""
|
2197 |
|
2198 |
+
#: dashboard/settings/general.php:67
|
2199 |
msgid ""
|
2200 |
"Additionally to the list specified here, empty User-Agents are blocked as "
|
2201 |
"well."
|
2203 |
"En outre de la liste spécifiée ci-dessus, les User-Agent vides seront aussi "
|
2204 |
"bloqués."
|
2205 |
|
2206 |
+
#: dashboard/settings/general.php:67
|
2207 |
msgid "Learn more about"
|
2208 |
msgstr "En savoir plus sur"
|
2209 |
|
2210 |
+
#: dashboard/settings/general.php:67
|
2211 |
msgid "user-agents"
|
2212 |
msgstr "user-agents"
|
2213 |
|
language/adrotate-ja.mo
CHANGED
Binary file
|
language/adrotate-ja.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: 2015-
|
6 |
-
"PO-Revision-Date: 2015-
|
7 |
"Last-Translator: Arnan de Gans <info@ajdg.net>\n"
|
8 |
"Language-Team: Arnan de Gans from AJdG Solutions <info@adrotateplugin.com>\n"
|
9 |
"Language: ja_JP\n"
|
@@ -116,15 +116,15 @@ msgstr ""
|
|
116 |
msgid "Unexpected error"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: adrotate-manage-publisher.php:
|
120 |
msgid "AdRotate Advertiser"
|
121 |
msgstr ""
|
122 |
|
123 |
-
#: adrotate-output.php:
|
124 |
msgid "Oh no! Something went wrong!"
|
125 |
msgstr ""
|
126 |
|
127 |
-
#: adrotate-output.php:
|
128 |
#, fuzzy
|
129 |
msgid ""
|
130 |
"WordPress was unable to verify the authenticity of the url you have clicked. "
|
@@ -134,28 +134,28 @@ msgstr ""
|
|
134 |
"手間のカスタマイズが必要など詳細にご対応致します。詳細はWEBサイトにお越しくだ"
|
135 |
"さい。英語ですが。"
|
136 |
|
137 |
-
#: adrotate-output.php:
|
138 |
#, fuzzy
|
139 |
msgid ""
|
140 |
"If you have received the url you want to visit via email, you are being "
|
141 |
"tricked!"
|
142 |
msgstr "このウィジェットに使いたい物を選んで下さい。"
|
143 |
|
144 |
-
#: adrotate-output.php:
|
145 |
#, fuzzy
|
146 |
msgid "Contact support if the issue persists:"
|
147 |
msgstr ""
|
148 |
"もし、この問題が解決しない場合は以下のサポートサイトで解決法を探してみてくだ"
|
149 |
"さい。"
|
150 |
|
151 |
-
#: adrotate-output.php:
|
152 |
#, fuzzy
|
153 |
msgid ""
|
154 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
155 |
"restrictions or does not exist!"
|
156 |
msgstr "この広告は無効にされていると、サイト上で表示されません!"
|
157 |
|
158 |
-
#: adrotate-output.php:
|
159 |
#, fuzzy
|
160 |
msgid ""
|
161 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
@@ -164,30 +164,30 @@ msgstr ""
|
|
164 |
"AdRotateがエラーを見つけることはできませんが、広告に間違いを表示します。広告"
|
165 |
"を再度保存してください!"
|
166 |
|
167 |
-
#: adrotate-output.php:
|
168 |
msgid ""
|
169 |
"Either there are no banners, they are disabled or none qualified for this "
|
170 |
"location!"
|
171 |
msgstr "バナーがないか、利用不可か適応されていません。"
|
172 |
|
173 |
-
#: adrotate-output.php:
|
174 |
#, fuzzy
|
175 |
msgid "Error, no Ad ID set! Check your syntax!"
|
176 |
msgstr "広告 - 広告IDを使ってください。"
|
177 |
|
178 |
-
#: adrotate-output.php:
|
179 |
#, fuzzy
|
180 |
msgid "Error, no group ID set! Check your syntax!"
|
181 |
msgstr "広告グループ - グループIDを使ってください。"
|
182 |
|
183 |
-
#: adrotate-output.php:
|
184 |
#, fuzzy
|
185 |
msgid "Error, group does not exist! Check your syntax!"
|
186 |
msgstr ""
|
187 |
"あなたのウィジェットがテーマのサイドバーに整列しない場合は、このチェックボッ"
|
188 |
"クスをオンにします。"
|
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!!"
|
@@ -195,243 +195,242 @@ msgstr ""
|
|
195 |
"AdRotateのデータベーステーブルにエラーが発生しています。プラグインを一度削除"
|
196 |
"して、再登録して下さい。"
|
197 |
|
198 |
-
#: adrotate-output.php:
|
199 |
msgid "If this does not solve the issue please seek support at"
|
200 |
msgstr ""
|
201 |
"もし、この問題が解決しない場合は以下のサポートサイトで解決法を探してみてくだ"
|
202 |
"さい。"
|
203 |
|
204 |
-
#: adrotate-output.php:
|
205 |
msgid "An unknown error occured."
|
206 |
msgstr "理解できないエラーが起こっています。"
|
207 |
|
208 |
-
#: adrotate-output.php:
|
209 |
msgid "active ad(s) expired."
|
210 |
msgstr "個の広告が期限切れです。"
|
211 |
|
212 |
-
#: adrotate-output.php:
|
213 |
msgid "Take action now"
|
214 |
msgstr "継続する場合は対応して下さい。"
|
215 |
|
216 |
-
#: adrotate-output.php:
|
217 |
msgid "active ad(s) are about to expire."
|
218 |
msgstr "個の広告がまもなく期限切れです。"
|
219 |
|
220 |
-
#: adrotate-output.php:
|
221 |
msgid "Check it out"
|
222 |
msgstr "チェックして下さい。"
|
223 |
|
224 |
-
#: adrotate-output.php:
|
225 |
msgid "active ad(s) with configuration errors."
|
226 |
msgstr "個の広告が設定エラーになっています。"
|
227 |
|
228 |
-
#: adrotate-output.php:
|
229 |
msgid "Solve this"
|
230 |
msgstr "これを解決して下さい。"
|
231 |
|
232 |
-
#: adrotate-output.php:
|
233 |
msgid "ad(s) expired."
|
234 |
msgstr "個の広告が期限切れです。"
|
235 |
|
236 |
-
#: adrotate-output.php:
|
237 |
msgid "ad(s) are about to expire."
|
238 |
msgstr "個の広告がまもなく期限切れです。"
|
239 |
|
240 |
-
#: adrotate-output.php:
|
241 |
msgid "ad(s) with configuration errors."
|
242 |
msgstr "個の広告が設定エラーになっています。"
|
243 |
|
244 |
-
#: adrotate-output.php:
|
245 |
msgid "Fix this as soon as possible"
|
246 |
msgstr "これは出来る限り早く修正して下さい。"
|
247 |
|
248 |
-
#: adrotate-output.php:
|
249 |
-
#: dashboard/adrotatepro.php:
|
250 |
-
#: dashboard/adrotatepro.php:
|
251 |
-
#: dashboard/adrotatepro.php:
|
252 |
-
#: dashboard/adrotatepro.php:
|
253 |
-
#: dashboard/info.php:
|
254 |
-
#: dashboard/info.php:
|
255 |
#: dashboard/settings/geotargeting.php:26
|
256 |
#, fuzzy
|
257 |
msgid "Buy now"
|
258 |
msgstr "継続する場合は対応して下さい。"
|
259 |
|
260 |
-
#: adrotate-output.php:
|
261 |
msgid ""
|
262 |
"You've been using <strong>AdRotate</strong> for a while now. Why not upgrade "
|
263 |
"to the <strong>PRO</strong> version"
|
264 |
msgstr ""
|
265 |
|
266 |
-
#: adrotate-output.php:
|
267 |
#, php-format
|
268 |
msgid ""
|
269 |
"Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
|
270 |
msgstr ""
|
271 |
|
272 |
-
#: adrotate-output.php:
|
273 |
msgid "Thank you for your purchase!"
|
274 |
msgstr ""
|
275 |
|
276 |
-
#: adrotate-output.php:
|
277 |
msgid ""
|
278 |
"Welcome, and thanks for using AdRotate. Everything related to AdRotate is in "
|
279 |
"this menu. Check out the"
|
280 |
msgstr ""
|
281 |
|
282 |
-
#: adrotate-output.php:
|
283 |
msgid "manuals"
|
284 |
msgstr "マニュアル(英語サイト)"
|
285 |
|
286 |
-
#: adrotate-output.php:
|
287 |
msgid "and"
|
288 |
msgstr ""
|
289 |
|
290 |
-
#: adrotate-output.php:
|
291 |
#, fuzzy
|
292 |
msgid "forums"
|
293 |
msgstr "フォーラム"
|
294 |
|
295 |
-
#: adrotate-output.php:
|
296 |
#, fuzzy
|
297 |
msgid "Useful Links"
|
298 |
msgstr "役に立つ情報"
|
299 |
|
300 |
-
#: adrotate-output.php:
|
301 |
msgid "Useful links to learn more about AdRotate"
|
302 |
msgstr ""
|
303 |
|
304 |
-
#: adrotate-output.php:
|
305 |
-
|
306 |
-
|
307 |
-
msgstr "AdRotate Blog"
|
308 |
|
309 |
-
#: adrotate-output.php:
|
310 |
#, fuzzy
|
311 |
msgid "Getting Started With AdRotate"
|
312 |
msgstr ""
|
313 |
"通常のユーザーはAdRotateやその統計を必要としません。その為、購読ユーザーなど"
|
314 |
"にはAdRotateのダッシュボード等を見せる必要がありませんので、活用して下さい。"
|
315 |
|
316 |
-
#: adrotate-output.php:
|
317 |
#, fuzzy
|
318 |
msgid "AdRotate manuals"
|
319 |
msgstr "AdRotate Blog"
|
320 |
|
321 |
-
#: adrotate-output.php:
|
322 |
#, fuzzy
|
323 |
msgid "AdRotate Support Forum"
|
324 |
msgstr "AdRotate Blog"
|
325 |
|
326 |
-
#: adrotate-output.php:
|
327 |
#, fuzzy
|
328 |
msgid "Help AdRotate Grow"
|
329 |
msgstr "AdRotate Blog"
|
330 |
|
331 |
-
#: adrotate-output.php:
|
332 |
msgid "Brought to you by"
|
333 |
msgstr "サービス紹介"
|
334 |
|
335 |
-
#: adrotate-output.php:
|
336 |
msgid ""
|
337 |
"A lot of users only think to review AdRotate when something goes wrong while "
|
338 |
"thousands of people use AdRotate satisfactory. Don't let this go unnoticed."
|
339 |
msgstr ""
|
340 |
|
341 |
-
#: adrotate-output.php:
|
342 |
msgid "If you find AdRotate useful please leave your honest"
|
343 |
msgstr ""
|
344 |
|
345 |
-
#: adrotate-output.php:
|
346 |
msgid "rating"
|
347 |
msgstr ""
|
348 |
|
349 |
-
#: adrotate-output.php:
|
350 |
#, fuzzy
|
351 |
msgid "review"
|
352 |
msgstr "全般レポートを見れる権限"
|
353 |
|
354 |
-
#: adrotate-output.php:
|
355 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
356 |
msgstr ""
|
357 |
|
358 |
-
#: adrotate-output.php:
|
359 |
#, fuzzy
|
360 |
msgid "Available in AdRotate Pro"
|
361 |
msgstr "AdRotate Blog"
|
362 |
|
363 |
-
#: adrotate-output.php:
|
364 |
#, fuzzy
|
365 |
msgid "More information..."
|
366 |
msgstr "ユーザーえー助演について知りたい方はこちらから。"
|
367 |
|
368 |
-
#: adrotate-output.php:
|
369 |
#, fuzzy
|
370 |
msgid "This feature is available in AdRotate Pro"
|
371 |
msgstr "この機能は使いません。"
|
372 |
|
373 |
-
#: adrotate-output.php:
|
374 |
#, fuzzy
|
375 |
msgid "Learn more"
|
376 |
msgstr "ユーザーえー助演について知りたい方はこちらから。"
|
377 |
|
378 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
379 |
-
#: dashboard/publisher/adverts-edit.php:
|
380 |
msgid "January"
|
381 |
msgstr "1月"
|
382 |
|
383 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
384 |
-
#: dashboard/publisher/adverts-edit.php:
|
385 |
msgid "February"
|
386 |
msgstr "2月"
|
387 |
|
388 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
389 |
-
#: dashboard/publisher/adverts-edit.php:
|
390 |
msgid "March"
|
391 |
msgstr "3月"
|
392 |
|
393 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
394 |
-
#: dashboard/publisher/adverts-edit.php:
|
395 |
msgid "April"
|
396 |
msgstr "4月"
|
397 |
|
398 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
399 |
-
#: dashboard/publisher/adverts-edit.php:
|
400 |
msgid "May"
|
401 |
msgstr "5月"
|
402 |
|
403 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
404 |
-
#: dashboard/publisher/adverts-edit.php:
|
405 |
msgid "June"
|
406 |
msgstr "6月"
|
407 |
|
408 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
409 |
-
#: dashboard/publisher/adverts-edit.php:
|
410 |
msgid "July"
|
411 |
msgstr "7月"
|
412 |
|
413 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
414 |
-
#: dashboard/publisher/adverts-edit.php:
|
415 |
msgid "August"
|
416 |
msgstr "8月"
|
417 |
|
418 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
419 |
-
#: dashboard/publisher/adverts-edit.php:
|
420 |
msgid "September"
|
421 |
msgstr "9月"
|
422 |
|
423 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
424 |
-
#: dashboard/publisher/adverts-edit.php:
|
425 |
msgid "October"
|
426 |
msgstr "10月"
|
427 |
|
428 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
429 |
-
#: dashboard/publisher/adverts-edit.php:
|
430 |
msgid "November"
|
431 |
msgstr "11月"
|
432 |
|
433 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
434 |
-
#: dashboard/publisher/adverts-edit.php:
|
435 |
msgid "December"
|
436 |
msgstr "12月"
|
437 |
|
@@ -570,7 +569,7 @@ msgid ""
|
|
570 |
"AdRotate Pro."
|
571 |
msgstr "この機能は使いません。"
|
572 |
|
573 |
-
#: adrotate.php:409 adrotate.php:496 dashboard/publisher/adverts-edit.php:
|
574 |
#: dashboard/publisher/adverts-main.php:114
|
575 |
#: dashboard/publisher/groups-edit.php:75
|
576 |
#: dashboard/publisher/groups-main.php:89
|
@@ -609,7 +608,7 @@ msgstr ""
|
|
609 |
msgid "End"
|
610 |
msgstr ""
|
611 |
|
612 |
-
#: adrotate.php:428 dashboard/publisher/adverts-edit.php:
|
613 |
#: dashboard/publisher/groups-main.php:34
|
614 |
msgid "Ads"
|
615 |
msgstr "広告"
|
@@ -711,7 +710,7 @@ msgid ""
|
|
711 |
"\"imagename.full.ext\". A full set of sized images is strongly recommended."
|
712 |
msgstr ""
|
713 |
|
714 |
-
#: adrotate.php:503 dashboard/publisher/adverts-edit.php:
|
715 |
msgid ""
|
716 |
"For smaller size images use \".320\", \".480\", \".768\" or \".1024\" in the "
|
717 |
"filename instead of \".full\" for the various viewports."
|
@@ -827,22 +826,23 @@ msgid ""
|
|
827 |
"forum. Get a solution (usually) within a day."
|
828 |
msgstr ""
|
829 |
|
830 |
-
#: dashboard/adrotatepro.php:48 dashboard/info.php:
|
831 |
#, fuzzy
|
832 |
msgid "AdRotate is brought to you by"
|
833 |
msgstr "サービス紹介"
|
834 |
|
835 |
-
#: dashboard/adrotatepro.php:52 dashboard/info.php:
|
836 |
msgid ""
|
837 |
-
"Premium plugins for WordPress and WooCommerce!
|
838 |
-
"
|
|
|
839 |
msgstr ""
|
840 |
|
841 |
-
#: dashboard/adrotatepro.php:
|
842 |
msgid "Schedule all campaigns with ease"
|
843 |
msgstr ""
|
844 |
|
845 |
-
#: dashboard/adrotatepro.php:
|
846 |
msgid ""
|
847 |
"Schedule your adverts and set up advertising campaigns based on dates you or "
|
848 |
"your advertisers specify without hassle. Seasonal adverts, weekly adverts. "
|
@@ -850,11 +850,11 @@ msgid ""
|
|
850 |
"much more easy. You can set one or many schedules for adverts."
|
851 |
msgstr ""
|
852 |
|
853 |
-
#: dashboard/adrotatepro.php:
|
854 |
msgid "Avoid adblockers"
|
855 |
msgstr ""
|
856 |
|
857 |
-
#: dashboard/adrotatepro.php:
|
858 |
msgid ""
|
859 |
"Try and avoid adblockers so you adverts get the exposure you want them to "
|
860 |
"have. AdRotate Pro offers some advanced tools to deceive adblockers so your "
|
@@ -862,11 +862,11 @@ msgid ""
|
|
862 |
"adverts smartly so these features reach their full potential!"
|
863 |
msgstr ""
|
864 |
|
865 |
-
#: dashboard/adrotatepro.php:
|
866 |
msgid "Stay up-to-date with notifications"
|
867 |
msgstr ""
|
868 |
|
869 |
-
#: dashboard/adrotatepro.php:
|
870 |
msgid ""
|
871 |
"Stay in touch with Email notifications. Have AdRotate send you an alert when "
|
872 |
"adverts expire or need your attention. Additionally, you can have AdRotate "
|
@@ -875,92 +875,92 @@ msgid ""
|
|
875 |
"miss an expiration date again."
|
876 |
msgstr ""
|
877 |
|
878 |
-
#: dashboard/adrotatepro.php:
|
879 |
-
#: dashboard/info.php:
|
880 |
#, fuzzy
|
881 |
msgid "Buy AdRotate Professional"
|
882 |
msgstr "AdRotate Blog"
|
883 |
|
884 |
-
#: dashboard/adrotatepro.php:
|
885 |
msgid "Single License"
|
886 |
msgstr ""
|
887 |
|
888 |
-
#: dashboard/adrotatepro.php:
|
889 |
msgid "For one WordPress installation."
|
890 |
msgstr ""
|
891 |
|
892 |
-
#: dashboard/adrotatepro.php:
|
893 |
-
#: dashboard/info.php:
|
894 |
msgid "Duo License"
|
895 |
msgstr ""
|
896 |
|
897 |
-
#: dashboard/adrotatepro.php:
|
898 |
msgid "For two WordPress installations."
|
899 |
msgstr ""
|
900 |
|
901 |
-
#: dashboard/adrotatepro.php:
|
902 |
-
#: dashboard/info.php:
|
903 |
msgid "Multi License"
|
904 |
msgstr ""
|
905 |
|
906 |
-
#: dashboard/adrotatepro.php:
|
907 |
msgid " For up to five WordPress installations."
|
908 |
msgstr ""
|
909 |
|
910 |
-
#: dashboard/adrotatepro.php:
|
911 |
-
#: dashboard/info.php:
|
912 |
#, fuzzy
|
913 |
msgid "Developer License"
|
914 |
msgstr "開発者向けデバッグ"
|
915 |
|
916 |
-
#: dashboard/adrotatepro.php:
|
917 |
msgid "Unlimited WordPress installations and/or networks."
|
918 |
msgstr ""
|
919 |
|
920 |
-
#: dashboard/adrotatepro.php:
|
921 |
-
#: dashboard/info.php:
|
922 |
msgid "Compare licenses"
|
923 |
msgstr ""
|
924 |
|
925 |
-
#: dashboard/adrotatepro.php:
|
926 |
msgid "Not sure which license is for you? Compare them..."
|
927 |
msgstr ""
|
928 |
|
929 |
-
#: dashboard/adrotatepro.php:
|
930 |
#, fuzzy
|
931 |
msgid "All Licenses"
|
932 |
msgstr "すべての広告の再評価"
|
933 |
|
934 |
-
#: dashboard/adrotatepro.php:
|
935 |
msgid "Lifetime License"
|
936 |
msgstr ""
|
937 |
|
938 |
-
#: dashboard/adrotatepro.php:
|
939 |
msgid "Single installation."
|
940 |
msgstr ""
|
941 |
|
942 |
-
#: dashboard/adrotatepro.php:
|
943 |
msgid "Up to 2 installations."
|
944 |
msgstr ""
|
945 |
|
946 |
-
#: dashboard/adrotatepro.php:
|
947 |
msgid "Up to 10 installations."
|
948 |
msgstr ""
|
949 |
|
950 |
-
#: dashboard/adrotatepro.php:
|
951 |
msgid "Up to 25 installations or multisite networks."
|
952 |
msgstr ""
|
953 |
|
954 |
-
#: dashboard/adrotatepro.php:
|
955 |
msgid ""
|
956 |
"Subscriptions get 1 year access to updates, email support & AdRotate Geo."
|
957 |
msgstr ""
|
958 |
|
959 |
-
#: dashboard/adrotatepro.php:
|
960 |
msgid "Not sure which license is for you?"
|
961 |
msgstr ""
|
962 |
|
963 |
-
#: dashboard/adrotatepro.php:
|
964 |
msgid "Compare Licenses"
|
965 |
msgstr ""
|
966 |
|
@@ -1007,37 +1007,35 @@ msgid "Support AdRotate"
|
|
1007 |
msgstr "AdRotate Blog"
|
1008 |
|
1009 |
#: dashboard/info.php:55
|
1010 |
-
msgid "
|
1011 |
-
|
1012 |
-
|
1013 |
-
#: dashboard/info.php:55
|
1014 |
-
msgid "Can't donate money? Consider writing a review instead. Thank you!"
|
1015 |
msgstr ""
|
1016 |
|
1017 |
-
#: dashboard/info.php:
|
1018 |
#, fuzzy
|
1019 |
msgid "AdRotate News and Developer Blog"
|
1020 |
msgstr "AdRotate Blog"
|
1021 |
|
1022 |
-
#: dashboard/info.php:
|
1023 |
#, fuzzy
|
1024 |
msgid "Get more features with AdRotate Pro"
|
1025 |
msgstr ""
|
1026 |
"通常のユーザーはAdRotateやその統計を必要としません。その為、購読ユーザーなど"
|
1027 |
"にはAdRotateのダッシュボード等を見せる必要がありませんので、活用して下さい。"
|
1028 |
|
1029 |
-
#: dashboard/info.php:
|
1030 |
msgid ""
|
1031 |
"Benefit from extra features to reinforce your income with advertising "
|
1032 |
"campaigns. Make the most of your website with the powerful tools AdRotate "
|
1033 |
"Pro offers on top of the trusted features included in the free version."
|
1034 |
msgstr ""
|
1035 |
|
1036 |
-
#: dashboard/info.php:
|
1037 |
msgid "Want to know more about"
|
1038 |
msgstr ""
|
1039 |
|
1040 |
-
#: dashboard/info.php:
|
1041 |
#, fuzzy
|
1042 |
msgid "Visit the"
|
1043 |
msgstr ""
|
@@ -1045,7 +1043,7 @@ msgstr ""
|
|
1045 |
"手間のカスタマイズが必要など詳細にご対応致します。詳細はWEBサイトにお越しくだ"
|
1046 |
"さい。英語ですが。"
|
1047 |
|
1048 |
-
#: dashboard/info.php:
|
1049 |
#, fuzzy
|
1050 |
msgid "website"
|
1051 |
msgstr "開発者のWEBサイトは以下です。"
|
@@ -1055,7 +1053,7 @@ msgid "Disabled Ads"
|
|
1055 |
msgstr "掲載不可広告"
|
1056 |
|
1057 |
#: dashboard/publisher/adverts-disabled.php:21
|
1058 |
-
#: dashboard/publisher/adverts-edit.php:
|
1059 |
msgid "Activate"
|
1060 |
msgstr "利用可能"
|
1061 |
|
@@ -1072,7 +1070,7 @@ msgid "Start / End"
|
|
1072 |
msgstr ""
|
1073 |
|
1074 |
#: dashboard/publisher/adverts-disabled.php:37
|
1075 |
-
#: dashboard/publisher/adverts-edit.php:
|
1076 |
#: dashboard/publisher/adverts-error.php:41
|
1077 |
#: dashboard/publisher/adverts-main.php:41
|
1078 |
msgid "Title"
|
@@ -1178,63 +1176,63 @@ msgstr "この広告は期限が7日間ありません。"
|
|
1178 |
msgid "This ad has been disabled and does not rotate on your site!"
|
1179 |
msgstr "この広告は無効にされていると、サイト上で表示されません!"
|
1180 |
|
1181 |
-
#: dashboard/publisher/adverts-edit.php:
|
1182 |
#, fuzzy
|
1183 |
msgid "New Advert"
|
1184 |
msgstr "新規追加"
|
1185 |
|
1186 |
-
#: dashboard/publisher/adverts-edit.php:
|
1187 |
#, fuzzy
|
1188 |
msgid "Edit Advert"
|
1189 |
msgstr "編集"
|
1190 |
|
1191 |
-
#: dashboard/publisher/adverts-edit.php:
|
1192 |
msgid "AdCode"
|
1193 |
msgstr ""
|
1194 |
|
1195 |
-
#: dashboard/publisher/adverts-edit.php:
|
1196 |
msgid "Basic Examples:"
|
1197 |
msgstr "設定例:"
|
1198 |
|
1199 |
-
#: dashboard/publisher/adverts-edit.php:
|
1200 |
msgid "Useful tags"
|
1201 |
msgstr ""
|
1202 |
|
1203 |
-
#: dashboard/publisher/adverts-edit.php:
|
1204 |
msgid "Insert the advert ID Number."
|
1205 |
msgstr ""
|
1206 |
|
1207 |
-
#: dashboard/publisher/adverts-edit.php:
|
1208 |
msgid "Required when selecting a image below."
|
1209 |
msgstr ""
|
1210 |
|
1211 |
-
#: dashboard/publisher/adverts-edit.php:
|
1212 |
msgid "Insert the advert name."
|
1213 |
msgstr ""
|
1214 |
|
1215 |
-
#: dashboard/publisher/adverts-edit.php:
|
1216 |
msgid "Insert a random seed. Useful for DFP/DoubleClick type adverts."
|
1217 |
msgstr ""
|
1218 |
|
1219 |
-
#: dashboard/publisher/adverts-edit.php:
|
1220 |
msgid "Add inside the <a> tag to open advert in a new window."
|
1221 |
msgstr ""
|
1222 |
|
1223 |
-
#: dashboard/publisher/adverts-edit.php:
|
1224 |
msgid "Add inside the <a> tag to tell crawlers to ignore this link"
|
1225 |
msgstr ""
|
1226 |
|
1227 |
-
#: dashboard/publisher/adverts-edit.php:
|
1228 |
msgid ""
|
1229 |
"Place the cursor in your AdCode where you want to add any of these tags and "
|
1230 |
"click to add it."
|
1231 |
msgstr ""
|
1232 |
|
1233 |
-
#: dashboard/publisher/adverts-edit.php:
|
1234 |
msgid "Preview"
|
1235 |
msgstr "プレビュー"
|
1236 |
|
1237 |
-
#: dashboard/publisher/adverts-edit.php:
|
1238 |
msgid ""
|
1239 |
"Note: While this preview is an accurate one, it might look different then it "
|
1240 |
"does on the website."
|
@@ -1242,43 +1240,43 @@ msgstr ""
|
|
1242 |
"注意:このプレビューは現設定では正確なものではありますが、ウェブ上では異なる"
|
1243 |
"場合があります。"
|
1244 |
|
1245 |
-
#: dashboard/publisher/adverts-edit.php:
|
1246 |
msgid ""
|
1247 |
"This is because of CSS differences. Your themes CSS file is not active here!"
|
1248 |
msgstr ""
|
1249 |
"主な原因としてはCSSの設定がここでは反映されないからです。表示にCSSを利用され"
|
1250 |
"ている場合は実ページでご確認下さい。"
|
1251 |
|
1252 |
-
#: dashboard/publisher/adverts-edit.php:
|
1253 |
msgid "Banner asset"
|
1254 |
msgstr ""
|
1255 |
|
1256 |
-
#: dashboard/publisher/adverts-edit.php:
|
1257 |
msgid "WordPress media:"
|
1258 |
msgstr ""
|
1259 |
|
1260 |
-
#: dashboard/publisher/adverts-edit.php:
|
1261 |
#, fuzzy
|
1262 |
msgid "Select Banner"
|
1263 |
msgstr "バナー画像"
|
1264 |
|
1265 |
-
#: dashboard/publisher/adverts-edit.php:
|
1266 |
msgid "- OR -"
|
1267 |
msgstr "- もしくは -"
|
1268 |
|
1269 |
-
#: dashboard/publisher/adverts-edit.php:
|
1270 |
msgid "Banner folder:"
|
1271 |
msgstr "画像バナー"
|
1272 |
|
1273 |
-
#: dashboard/publisher/adverts-edit.php:
|
1274 |
msgid "No image selected"
|
1275 |
msgstr "画像は設定されていません。"
|
1276 |
|
1277 |
-
#: dashboard/publisher/adverts-edit.php:
|
1278 |
msgid "Use %image% in the adcode instead of the file path."
|
1279 |
msgstr ""
|
1280 |
|
1281 |
-
#: dashboard/publisher/adverts-edit.php:
|
1282 |
msgid ""
|
1283 |
"Use either the text field or the dropdown. If the textfield has content that "
|
1284 |
"field has priority."
|
@@ -1286,32 +1284,32 @@ msgstr ""
|
|
1286 |
"上記の画像リンクかドロップダウンかを利用します。画像リンクが入力されている場"
|
1287 |
"合はそちらが優先されます。"
|
1288 |
|
1289 |
-
#: dashboard/publisher/adverts-edit.php:
|
1290 |
#: dashboard/settings/statistics.php:12
|
1291 |
msgid "Statistics"
|
1292 |
msgstr "統計"
|
1293 |
|
1294 |
-
#: dashboard/publisher/adverts-edit.php:
|
1295 |
msgid "Enable click and impression tracking for this advert."
|
1296 |
msgstr ""
|
1297 |
|
1298 |
-
#: dashboard/publisher/adverts-edit.php:
|
1299 |
msgid ""
|
1300 |
"Note: Clicktracking does not work for Javascript adverts such as those "
|
1301 |
"provided by Google AdSense/DFP/DoubleClick. HTML5/Flash adverts are not "
|
1302 |
"always supported."
|
1303 |
msgstr ""
|
1304 |
|
1305 |
-
#: dashboard/publisher/adverts-edit.php:
|
1306 |
msgid "Yes, this ad will be used"
|
1307 |
msgstr "この広告を掲載されるように設定する"
|
1308 |
|
1309 |
-
#: dashboard/publisher/adverts-edit.php:
|
1310 |
#, fuzzy
|
1311 |
msgid "No, do not show this ad anywhere"
|
1312 |
msgstr "表示できるデータがありません。"
|
1313 |
|
1314 |
-
#: dashboard/publisher/adverts-edit.php:
|
1315 |
#: dashboard/publisher/adverts-main.php:114
|
1316 |
#: dashboard/publisher/groups-edit.php:75
|
1317 |
#: dashboard/publisher/groups-main.php:89
|
@@ -1321,275 +1319,275 @@ msgstr ""
|
|
1321 |
"通常のユーザーはAdRotateやその統計を必要としません。その為、購読ユーザーなど"
|
1322 |
"にはAdRotateのダッシュボード等を見せる必要がありませんので、活用して下さい。"
|
1323 |
|
1324 |
-
#: dashboard/publisher/adverts-edit.php:
|
1325 |
-
#: dashboard/publisher/adverts-edit.php:
|
1326 |
-
#: dashboard/publisher/adverts-edit.php:
|
1327 |
-
#: dashboard/publisher/adverts-edit.php:
|
1328 |
#, fuzzy
|
1329 |
msgid "Save Advert"
|
1330 |
msgstr "保存"
|
1331 |
|
1332 |
-
#: dashboard/publisher/adverts-edit.php:
|
1333 |
-
#: dashboard/publisher/adverts-edit.php:
|
1334 |
-
#: dashboard/publisher/adverts-edit.php:
|
1335 |
-
#: dashboard/publisher/adverts-edit.php:
|
1336 |
#: dashboard/publisher/groups-edit.php:154
|
1337 |
#: dashboard/publisher/groups-edit.php:301
|
1338 |
#: dashboard/publisher/groups-edit.php:393
|
1339 |
msgid "Cancel"
|
1340 |
msgstr "キャンセル"
|
1341 |
|
1342 |
-
#: dashboard/publisher/adverts-edit.php:
|
1343 |
-
#: dashboard/publisher/adverts-edit.php:
|
1344 |
#: dashboard/publisher/groups-edit.php:136
|
1345 |
#: dashboard/publisher/groups-edit.php:283
|
1346 |
msgid "Usage"
|
1347 |
msgstr "利用タグ"
|
1348 |
|
1349 |
-
#: dashboard/publisher/adverts-edit.php:
|
1350 |
-
#: dashboard/publisher/adverts-edit.php:
|
1351 |
#: dashboard/publisher/groups-edit.php:140
|
1352 |
#: dashboard/publisher/groups-edit.php:287
|
1353 |
msgid "Widget"
|
1354 |
msgstr ""
|
1355 |
|
1356 |
-
#: dashboard/publisher/adverts-edit.php:
|
1357 |
-
#: dashboard/publisher/adverts-edit.php:
|
1358 |
msgid ""
|
1359 |
"Drag the AdRotate widget to the sidebar you want it in, select \"Single Ad\" "
|
1360 |
"and enter ID"
|
1361 |
msgstr ""
|
1362 |
|
1363 |
-
#: dashboard/publisher/adverts-edit.php:
|
1364 |
-
#: dashboard/publisher/adverts-edit.php:
|
1365 |
#: dashboard/publisher/groups-edit.php:144
|
1366 |
#: dashboard/publisher/groups-edit.php:291
|
1367 |
msgid "In a post or page"
|
1368 |
msgstr ""
|
1369 |
|
1370 |
-
#: dashboard/publisher/adverts-edit.php:
|
1371 |
-
#: dashboard/publisher/adverts-edit.php:
|
1372 |
#: dashboard/publisher/groups-edit.php:146
|
1373 |
#: dashboard/publisher/groups-edit.php:293
|
1374 |
msgid "Directly in a theme"
|
1375 |
msgstr ""
|
1376 |
|
1377 |
-
#: dashboard/publisher/adverts-edit.php:
|
1378 |
msgid "Schedule your advert"
|
1379 |
msgstr ""
|
1380 |
|
1381 |
-
#: dashboard/publisher/adverts-edit.php:
|
1382 |
msgid "Start date (day/month/year)"
|
1383 |
msgstr ""
|
1384 |
|
1385 |
-
#: dashboard/publisher/adverts-edit.php:
|
1386 |
msgid "End date (day/month/year)"
|
1387 |
msgstr ""
|
1388 |
|
1389 |
-
#: dashboard/publisher/adverts-edit.php:
|
1390 |
msgid "Start time (hh:mm)"
|
1391 |
msgstr ""
|
1392 |
|
1393 |
-
#: dashboard/publisher/adverts-edit.php:
|
1394 |
msgid "End time (hh:mm)"
|
1395 |
msgstr ""
|
1396 |
|
1397 |
-
#: dashboard/publisher/adverts-edit.php:
|
1398 |
msgid "Maximum Clicks"
|
1399 |
msgstr ""
|
1400 |
|
1401 |
-
#: dashboard/publisher/adverts-edit.php:
|
1402 |
-
#: dashboard/publisher/adverts-edit.php:
|
1403 |
msgid "Leave empty or 0 to skip this."
|
1404 |
msgstr "※この機能を利用しない場合は、空白か0を設定して下さい。"
|
1405 |
|
1406 |
-
#: dashboard/publisher/adverts-edit.php:
|
1407 |
msgid "Maximum Impressions"
|
1408 |
msgstr ""
|
1409 |
|
1410 |
-
#: dashboard/publisher/adverts-edit.php:
|
1411 |
msgid "Important"
|
1412 |
msgstr ""
|
1413 |
|
1414 |
-
#: dashboard/publisher/adverts-edit.php:
|
1415 |
msgid ""
|
1416 |
"Note: Time uses a 24 hour clock. When you are used to the AM/PM system keep "
|
1417 |
"this in mind: If the start or end time is after lunch, add 12 hours. 2PM is "
|
1418 |
"14:00 hours. 6AM is 6:00 hours."
|
1419 |
msgstr ""
|
1420 |
|
1421 |
-
#: dashboard/publisher/adverts-edit.php:
|
1422 |
msgid ""
|
1423 |
"Create multiple and more advanced schedules for each advert with AdRotate "
|
1424 |
"Pro."
|
1425 |
msgstr ""
|
1426 |
|
1427 |
-
#: dashboard/publisher/adverts-edit.php:
|
1428 |
-
#: dashboard/publisher/adverts-edit.php:
|
1429 |
-
#: dashboard/publisher/adverts-edit.php:
|
1430 |
#: dashboard/publisher/groups-edit.php:200
|
1431 |
#, fuzzy
|
1432 |
msgid "Upgrade today"
|
1433 |
msgstr "本日"
|
1434 |
|
1435 |
-
#: dashboard/publisher/adverts-edit.php:
|
1436 |
#: dashboard/publisher/groups-edit.php:157
|
1437 |
#, fuzzy
|
1438 |
msgid "Advanced"
|
1439 |
msgstr "設定例(高度):"
|
1440 |
|
1441 |
-
#: dashboard/publisher/adverts-edit.php:
|
1442 |
#, fuzzy
|
1443 |
msgid "Everything below is optional."
|
1444 |
msgstr "タイトル(オプション):"
|
1445 |
|
1446 |
-
#: dashboard/publisher/adverts-edit.php:
|
1447 |
msgid "Mobile"
|
1448 |
msgstr ""
|
1449 |
|
1450 |
-
#: dashboard/publisher/adverts-edit.php:
|
1451 |
msgid "Show on;"
|
1452 |
msgstr ""
|
1453 |
|
1454 |
-
#: dashboard/publisher/adverts-edit.php:
|
1455 |
msgid "Computers"
|
1456 |
msgstr ""
|
1457 |
|
1458 |
-
#: dashboard/publisher/adverts-edit.php:
|
1459 |
msgid "Smartphones"
|
1460 |
msgstr ""
|
1461 |
|
1462 |
-
#: dashboard/publisher/adverts-edit.php:
|
1463 |
msgid "Tablets."
|
1464 |
msgstr ""
|
1465 |
|
1466 |
-
#: dashboard/publisher/adverts-edit.php:
|
1467 |
msgid "Also enable mobile support in the group this advert goes in."
|
1468 |
msgstr ""
|
1469 |
|
1470 |
-
#: dashboard/publisher/adverts-edit.php:
|
1471 |
msgid "Responsive"
|
1472 |
msgstr ""
|
1473 |
|
1474 |
-
#: dashboard/publisher/adverts-edit.php:
|
1475 |
#, fuzzy
|
1476 |
msgid "Enable responsive support for this advert."
|
1477 |
msgstr "広告の追加・編集管理"
|
1478 |
|
1479 |
-
#: dashboard/publisher/adverts-edit.php:
|
1480 |
msgid ""
|
1481 |
"Upload your images to the banner folder and make sure the filename is in the "
|
1482 |
"following format; \"imagename.full.ext\"."
|
1483 |
msgstr ""
|
1484 |
|
1485 |
-
#: dashboard/publisher/adverts-edit.php:
|
1486 |
#: dashboard/publisher/adverts-report.php:58
|
1487 |
#: dashboard/publisher/groups-report.php:64
|
1488 |
msgid "Note:"
|
1489 |
msgstr "注意:"
|
1490 |
|
1491 |
-
#: dashboard/publisher/adverts-edit.php:
|
1492 |
msgid ""
|
1493 |
"This feature will not be developed any further. Consider switching to the "
|
1494 |
"Mobile feature in AdRotate Pro as seen above!"
|
1495 |
msgstr ""
|
1496 |
|
1497 |
-
#: dashboard/publisher/adverts-edit.php:
|
1498 |
#: dashboard/publisher/groups-edit.php:194
|
1499 |
msgid "Sortorder"
|
1500 |
msgstr ""
|
1501 |
|
1502 |
-
#: dashboard/publisher/adverts-edit.php:
|
1503 |
#: dashboard/publisher/groups-edit.php:196
|
1504 |
msgid "For administrative purposes set a sortorder."
|
1505 |
msgstr "管理目的で順序を設定できます。"
|
1506 |
|
1507 |
-
#: dashboard/publisher/adverts-edit.php:
|
1508 |
msgid "Leave empty or 0 to skip this. Will default to ad id."
|
1509 |
msgstr "空欄か0にすると解除されます。その場合はad idが適用されます。"
|
1510 |
|
1511 |
-
#: dashboard/publisher/adverts-edit.php:
|
1512 |
msgid ""
|
1513 |
"With AdRotate Pro you can easily select which devices the advert should show "
|
1514 |
"on!"
|
1515 |
msgstr ""
|
1516 |
|
1517 |
-
#: dashboard/publisher/adverts-edit.php:
|
1518 |
msgid "Geo Targeting in AdRotate Pro"
|
1519 |
msgstr ""
|
1520 |
|
1521 |
-
#: dashboard/publisher/adverts-edit.php:
|
1522 |
msgid ""
|
1523 |
"Assign the advert to a group and enable that group to use Geo Targeting."
|
1524 |
msgstr ""
|
1525 |
|
1526 |
-
#: dashboard/publisher/adverts-edit.php:
|
1527 |
msgid "Cities/States"
|
1528 |
msgstr ""
|
1529 |
|
1530 |
-
#: dashboard/publisher/adverts-edit.php:
|
1531 |
msgid ""
|
1532 |
"A comma separated list of cities (or the Metro ID) and/or states (Also the "
|
1533 |
"states ISO codes are supported)"
|
1534 |
msgstr ""
|
1535 |
|
1536 |
-
#: dashboard/publisher/adverts-edit.php:
|
1537 |
msgid ""
|
1538 |
"AdRotate does not check the validity of names so make sure you spell them "
|
1539 |
"correctly!"
|
1540 |
msgstr ""
|
1541 |
|
1542 |
-
#: dashboard/publisher/adverts-edit.php:
|
1543 |
msgid "Countries"
|
1544 |
msgstr ""
|
1545 |
|
1546 |
-
#: dashboard/publisher/adverts-edit.php:
|
1547 |
#, fuzzy
|
1548 |
msgid "Select the countries you want the adverts to show in."
|
1549 |
msgstr "このウィジェットに使いたい物を選んで下さい。"
|
1550 |
|
1551 |
-
#: dashboard/publisher/adverts-edit.php:
|
1552 |
msgid "Cities take priority and will be filtered first."
|
1553 |
msgstr ""
|
1554 |
|
1555 |
-
#: dashboard/publisher/adverts-edit.php:
|
1556 |
msgid "Target your audience with Geo Targeting in AdRotate Pro"
|
1557 |
msgstr ""
|
1558 |
|
1559 |
-
#: dashboard/publisher/adverts-edit.php:
|
1560 |
msgid "Select Groups"
|
1561 |
msgstr "グループを選択"
|
1562 |
|
1563 |
-
#: dashboard/publisher/adverts-edit.php:
|
1564 |
#, fuzzy
|
1565 |
msgid "ID - Name"
|
1566 |
msgstr "名前"
|
1567 |
|
1568 |
-
#: dashboard/publisher/adverts-edit.php:
|
1569 |
#: dashboard/publisher/groups-main.php:60
|
1570 |
#: dashboard/settings/geotargeting.php:39
|
1571 |
#, fuzzy
|
1572 |
msgid "Default"
|
1573 |
msgstr "基本は10となっています。この機能を無効にする場合は0にして下さい。"
|
1574 |
|
1575 |
-
#: dashboard/publisher/adverts-edit.php:
|
1576 |
#: dashboard/publisher/groups-main.php:61
|
1577 |
msgid "Dynamic"
|
1578 |
msgstr ""
|
1579 |
|
1580 |
-
#: dashboard/publisher/adverts-edit.php:
|
1581 |
#: dashboard/publisher/groups-main.php:61
|
1582 |
#, fuzzy
|
1583 |
msgid "second rotation"
|
1584 |
msgstr "バナーがないか、利用不可か適応されていません。"
|
1585 |
|
1586 |
-
#: dashboard/publisher/adverts-edit.php:
|
1587 |
#: dashboard/publisher/groups-main.php:62
|
1588 |
#, fuzzy
|
1589 |
msgid "Block"
|
1590 |
msgstr "ブロック管理"
|
1591 |
|
1592 |
-
#: dashboard/publisher/adverts-edit.php:
|
1593 |
#: dashboard/publisher/groups-main.php:62
|
1594 |
#, fuzzy
|
1595 |
msgid "grid"
|
@@ -1597,18 +1595,18 @@ msgstr ""
|
|
1597 |
"広告に表組みを指定します。2と2を入力すると2行2列になります。(初期設定は2行2"
|
1598 |
"列です。)"
|
1599 |
|
1600 |
-
#: dashboard/publisher/adverts-edit.php:
|
1601 |
#: dashboard/publisher/groups-edit.php:202
|
1602 |
#: dashboard/publisher/groups-main.php:63
|
1603 |
#, fuzzy
|
1604 |
msgid "Post Injection"
|
1605 |
msgstr "投稿及びページ内掲載する場合:"
|
1606 |
|
1607 |
-
#: dashboard/publisher/adverts-edit.php:
|
1608 |
msgid "Geolocation"
|
1609 |
msgstr ""
|
1610 |
|
1611 |
-
#: dashboard/publisher/adverts-edit.php:
|
1612 |
#: dashboard/publisher/groups-edit.php:61
|
1613 |
#: dashboard/publisher/groups-main.php:70
|
1614 |
#, fuzzy
|
@@ -2151,90 +2149,100 @@ msgid "Some options are only available in AdRotate Pro!"
|
|
2151 |
msgstr ""
|
2152 |
|
2153 |
#: dashboard/settings/general.php:16
|
2154 |
-
msgid "
|
2155 |
msgstr ""
|
2156 |
|
2157 |
#: dashboard/settings/general.php:17
|
2158 |
msgid ""
|
2159 |
-
"Enable if your theme does not support shortcodes in the
|
2160 |
-
"widget."
|
2161 |
msgstr ""
|
2162 |
|
2163 |
#: dashboard/settings/general.php:20
|
2164 |
-
msgid "
|
2165 |
msgstr ""
|
2166 |
|
2167 |
#: dashboard/settings/general.php:21
|
2168 |
msgid ""
|
2169 |
-
"
|
2170 |
-
"
|
2171 |
msgstr ""
|
2172 |
|
2173 |
#: dashboard/settings/general.php:24
|
2174 |
-
msgid "
|
2175 |
msgstr ""
|
2176 |
|
2177 |
#: dashboard/settings/general.php:25
|
2178 |
msgid ""
|
2179 |
-
"Enable
|
2180 |
-
"
|
2181 |
msgstr ""
|
2182 |
|
2183 |
#: dashboard/settings/general.php:28
|
2184 |
-
msgid "Load
|
2185 |
msgstr ""
|
2186 |
|
2187 |
#: dashboard/settings/general.php:29
|
2188 |
msgid ""
|
2189 |
-
"Enable
|
2190 |
-
"
|
2191 |
msgstr ""
|
2192 |
|
2193 |
#: dashboard/settings/general.php:32
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2194 |
msgid "Adblock disguise"
|
2195 |
msgstr ""
|
2196 |
|
2197 |
-
#: dashboard/settings/general.php:
|
2198 |
msgid "Leave empty to disable. Use only lowercaps letters. For example:"
|
2199 |
msgstr ""
|
2200 |
|
2201 |
-
#: dashboard/settings/general.php:
|
2202 |
msgid ""
|
2203 |
"Try and avoid adblock plugins in most modern browsers when using shortcodes."
|
2204 |
msgstr ""
|
2205 |
|
2206 |
-
#: dashboard/settings/general.php:
|
2207 |
msgid ""
|
2208 |
"To also apply this feature to widgets, use a text widget with a shortcode "
|
2209 |
"instead of the AdRotate widget."
|
2210 |
msgstr ""
|
2211 |
|
2212 |
-
#: dashboard/settings/general.php:
|
2213 |
msgid ""
|
2214 |
"Avoid the use of obvious keywords or filenames in your adverts or this "
|
2215 |
"feature will have little effect!"
|
2216 |
msgstr ""
|
2217 |
|
2218 |
-
#: dashboard/settings/general.php:
|
2219 |
#, fuzzy
|
2220 |
msgid "Banner Folder"
|
2221 |
msgstr "画像バナー"
|
2222 |
|
2223 |
-
#: dashboard/settings/general.php:
|
2224 |
#, fuzzy
|
2225 |
msgid "Set a location where your banner images will be stored."
|
2226 |
msgstr "バナーがないか、利用不可か適応されていません。"
|
2227 |
|
2228 |
-
#: dashboard/settings/general.php:
|
2229 |
#, fuzzy
|
2230 |
msgid "Location"
|
2231 |
msgstr "バナーがないか、利用不可か適応されていません。"
|
2232 |
|
2233 |
-
#: dashboard/settings/general.php:
|
2234 |
msgid "(Default: wp-content/banners/)."
|
2235 |
msgstr ""
|
2236 |
|
2237 |
-
#: dashboard/settings/general.php:
|
2238 |
#, fuzzy
|
2239 |
msgid ""
|
2240 |
"To try and trick ad blockers you could set the folder to something crazy "
|
@@ -2243,44 +2251,44 @@ msgstr ""
|
|
2243 |
"AdRotateがエラーを見つけることはできませんが、広告に間違いを表示します。広告"
|
2244 |
"を再度保存してください!"
|
2245 |
|
2246 |
-
#: dashboard/settings/general.php:
|
2247 |
#, fuzzy
|
2248 |
msgid ""
|
2249 |
"This folder will not be automatically created if it doesn't exist. AdRotate "
|
2250 |
"will show errors when the folder is missing."
|
2251 |
msgstr "画像バナー"
|
2252 |
|
2253 |
-
#: dashboard/settings/general.php:
|
2254 |
#, fuzzy
|
2255 |
msgid "Bot filter"
|
2256 |
msgstr "ユーザーエージェントフィルター"
|
2257 |
|
2258 |
-
#: dashboard/settings/general.php:
|
2259 |
msgid "The bot filter is used for the AdRotate stats tracker."
|
2260 |
msgstr ""
|
2261 |
|
2262 |
-
#: dashboard/settings/general.php:
|
2263 |
msgid "User-Agent Filter"
|
2264 |
msgstr "ユーザーエージェントフィルター"
|
2265 |
|
2266 |
-
#: dashboard/settings/general.php:
|
2267 |
msgid ""
|
2268 |
"A comma separated list of keywords. Filter out bots/crawlers/user-agents."
|
2269 |
msgstr ""
|
2270 |
|
2271 |
-
#: dashboard/settings/general.php:
|
2272 |
msgid ""
|
2273 |
"Keep in mind that this might give false positives. The word 'fire' also "
|
2274 |
"matches 'firefox', but not vice-versa. So be careful!"
|
2275 |
msgstr ""
|
2276 |
|
2277 |
-
#: dashboard/settings/general.php:
|
2278 |
msgid ""
|
2279 |
"Only words with alphanumeric characters and [ - _ ] are allowed. All other "
|
2280 |
"characters are stripped out."
|
2281 |
msgstr ""
|
2282 |
|
2283 |
-
#: dashboard/settings/general.php:
|
2284 |
msgid ""
|
2285 |
"Additionally to the list specified here, empty User-Agents are blocked as "
|
2286 |
"well."
|
@@ -2288,11 +2296,11 @@ msgstr ""
|
|
2288 |
"さらに、ここで指定したリストには、空のユーザーエージェントも同様にブロックさ"
|
2289 |
"れます。"
|
2290 |
|
2291 |
-
#: dashboard/settings/general.php:
|
2292 |
msgid "Learn more about"
|
2293 |
msgstr "ユーザーえー助演について知りたい方はこちらから。"
|
2294 |
|
2295 |
-
#: dashboard/settings/general.php:
|
2296 |
msgid "user-agents"
|
2297 |
msgstr "ユーザーエージェント[英語]"
|
2298 |
|
@@ -2975,6 +2983,10 @@ msgid ""
|
|
2975 |
"This number may not be empty, be lower than 60 or exceed 86400 (24 hours)."
|
2976 |
msgstr "この数字は、0やマイナスや3600以上ではいけません。"
|
2977 |
|
|
|
|
|
|
|
|
|
2978 |
#, fuzzy
|
2979 |
#~ msgid "Find out more"
|
2980 |
#~ msgstr "以下のURLをチェック下さい。"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: AdRotate\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-12-05 00:44+0800\n"
|
6 |
+
"PO-Revision-Date: 2015-12-05 00:44+0800\n"
|
7 |
"Last-Translator: Arnan de Gans <info@ajdg.net>\n"
|
8 |
"Language-Team: Arnan de Gans from AJdG Solutions <info@adrotateplugin.com>\n"
|
9 |
"Language: ja_JP\n"
|
116 |
msgid "Unexpected error"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: adrotate-manage-publisher.php:709
|
120 |
msgid "AdRotate Advertiser"
|
121 |
msgstr ""
|
122 |
|
123 |
+
#: adrotate-output.php:637
|
124 |
msgid "Oh no! Something went wrong!"
|
125 |
msgstr ""
|
126 |
|
127 |
+
#: adrotate-output.php:638
|
128 |
#, fuzzy
|
129 |
msgid ""
|
130 |
"WordPress was unable to verify the authenticity of the url you have clicked. "
|
134 |
"手間のカスタマイズが必要など詳細にご対応致します。詳細はWEBサイトにお越しくだ"
|
135 |
"さい。英語ですが。"
|
136 |
|
137 |
+
#: adrotate-output.php:639
|
138 |
#, fuzzy
|
139 |
msgid ""
|
140 |
"If you have received the url you want to visit via email, you are being "
|
141 |
"tricked!"
|
142 |
msgstr "このウィジェットに使いたい物を選んで下さい。"
|
143 |
|
144 |
+
#: adrotate-output.php:640
|
145 |
#, fuzzy
|
146 |
msgid "Contact support if the issue persists:"
|
147 |
msgstr ""
|
148 |
"もし、この問題が解決しない場合は以下のサポートサイトで解決法を探してみてくだ"
|
149 |
"さい。"
|
150 |
|
151 |
+
#: adrotate-output.php:658
|
152 |
#, fuzzy
|
153 |
msgid ""
|
154 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
155 |
"restrictions or does not exist!"
|
156 |
msgstr "この広告は無効にされていると、サイト上で表示されません!"
|
157 |
|
158 |
+
#: adrotate-output.php:660
|
159 |
#, fuzzy
|
160 |
msgid ""
|
161 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
164 |
"AdRotateがエラーを見つけることはできませんが、広告に間違いを表示します。広告"
|
165 |
"を再度保存してください!"
|
166 |
|
167 |
+
#: adrotate-output.php:667 adrotate-output.php:669
|
168 |
msgid ""
|
169 |
"Either there are no banners, they are disabled or none qualified for this "
|
170 |
"location!"
|
171 |
msgstr "バナーがないか、利用不可か適応されていません。"
|
172 |
|
173 |
+
#: adrotate-output.php:675
|
174 |
#, fuzzy
|
175 |
msgid "Error, no Ad ID set! Check your syntax!"
|
176 |
msgstr "広告 - 広告IDを使ってください。"
|
177 |
|
178 |
+
#: adrotate-output.php:681
|
179 |
#, fuzzy
|
180 |
msgid "Error, no group ID set! Check your syntax!"
|
181 |
msgstr "広告グループ - グループIDを使ってください。"
|
182 |
|
183 |
+
#: adrotate-output.php:686
|
184 |
#, fuzzy
|
185 |
msgid "Error, group does not exist! Check your syntax!"
|
186 |
msgstr ""
|
187 |
"あなたのウィジェットがテーマのサイドバーに整列しない場合は、このチェックボッ"
|
188 |
"クスをオンにします。"
|
189 |
|
190 |
+
#: adrotate-output.php:692
|
191 |
msgid ""
|
192 |
"There was an error locating the database tables for AdRotate. Please "
|
193 |
"deactivate and re-activate AdRotate from the plugin page!!"
|
195 |
"AdRotateのデータベーステーブルにエラーが発生しています。プラグインを一度削除"
|
196 |
"して、再登録して下さい。"
|
197 |
|
198 |
+
#: adrotate-output.php:692
|
199 |
msgid "If this does not solve the issue please seek support at"
|
200 |
msgstr ""
|
201 |
"もし、この問題が解決しない場合は以下のサポートサイトで解決法を探してみてくだ"
|
202 |
"さい。"
|
203 |
|
204 |
+
#: adrotate-output.php:698
|
205 |
msgid "An unknown error occured."
|
206 |
msgstr "理解できないエラーが起こっています。"
|
207 |
|
208 |
+
#: adrotate-output.php:723
|
209 |
msgid "active ad(s) expired."
|
210 |
msgstr "個の広告が期限切れです。"
|
211 |
|
212 |
+
#: adrotate-output.php:723
|
213 |
msgid "Take action now"
|
214 |
msgstr "継続する場合は対応して下さい。"
|
215 |
|
216 |
+
#: adrotate-output.php:725
|
217 |
msgid "active ad(s) are about to expire."
|
218 |
msgstr "個の広告がまもなく期限切れです。"
|
219 |
|
220 |
+
#: adrotate-output.php:725
|
221 |
msgid "Check it out"
|
222 |
msgstr "チェックして下さい。"
|
223 |
|
224 |
+
#: adrotate-output.php:727
|
225 |
msgid "active ad(s) with configuration errors."
|
226 |
msgstr "個の広告が設定エラーになっています。"
|
227 |
|
228 |
+
#: adrotate-output.php:727
|
229 |
msgid "Solve this"
|
230 |
msgstr "これを解決して下さい。"
|
231 |
|
232 |
+
#: adrotate-output.php:729
|
233 |
msgid "ad(s) expired."
|
234 |
msgstr "個の広告が期限切れです。"
|
235 |
|
236 |
+
#: adrotate-output.php:729
|
237 |
msgid "ad(s) are about to expire."
|
238 |
msgstr "個の広告がまもなく期限切れです。"
|
239 |
|
240 |
+
#: adrotate-output.php:729
|
241 |
msgid "ad(s) with configuration errors."
|
242 |
msgstr "個の広告が設定エラーになっています。"
|
243 |
|
244 |
+
#: adrotate-output.php:729
|
245 |
msgid "Fix this as soon as possible"
|
246 |
msgstr "これは出来る限り早く修正して下さい。"
|
247 |
|
248 |
+
#: adrotate-output.php:741 dashboard/adrotatepro.php:106
|
249 |
+
#: dashboard/adrotatepro.php:107 dashboard/adrotatepro.php:108
|
250 |
+
#: dashboard/adrotatepro.php:109 dashboard/adrotatepro.php:118
|
251 |
+
#: dashboard/adrotatepro.php:119 dashboard/adrotatepro.php:120
|
252 |
+
#: dashboard/adrotatepro.php:121 dashboard/info.php:114 dashboard/info.php:115
|
253 |
+
#: dashboard/info.php:116 dashboard/info.php:117 dashboard/info.php:126
|
254 |
+
#: dashboard/info.php:127 dashboard/info.php:128 dashboard/info.php:129
|
255 |
#: dashboard/settings/geotargeting.php:26
|
256 |
#, fuzzy
|
257 |
msgid "Buy now"
|
258 |
msgstr "継続する場合は対応して下さい。"
|
259 |
|
260 |
+
#: adrotate-output.php:742
|
261 |
msgid ""
|
262 |
"You've been using <strong>AdRotate</strong> for a while now. Why not upgrade "
|
263 |
"to the <strong>PRO</strong> version"
|
264 |
msgstr ""
|
265 |
|
266 |
+
#: adrotate-output.php:742
|
267 |
#, php-format
|
268 |
msgid ""
|
269 |
"Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
|
270 |
msgstr ""
|
271 |
|
272 |
+
#: adrotate-output.php:742
|
273 |
msgid "Thank you for your purchase!"
|
274 |
msgstr ""
|
275 |
|
276 |
+
#: adrotate-output.php:786
|
277 |
msgid ""
|
278 |
"Welcome, and thanks for using AdRotate. Everything related to AdRotate is in "
|
279 |
"this menu. Check out the"
|
280 |
msgstr ""
|
281 |
|
282 |
+
#: adrotate-output.php:786
|
283 |
msgid "manuals"
|
284 |
msgstr "マニュアル(英語サイト)"
|
285 |
|
286 |
+
#: adrotate-output.php:786 adrotate-output.php:859
|
287 |
msgid "and"
|
288 |
msgstr ""
|
289 |
|
290 |
+
#: adrotate-output.php:786
|
291 |
#, fuzzy
|
292 |
msgid "forums"
|
293 |
msgstr "フォーラム"
|
294 |
|
295 |
+
#: adrotate-output.php:819
|
296 |
#, fuzzy
|
297 |
msgid "Useful Links"
|
298 |
msgstr "役に立つ情報"
|
299 |
|
300 |
+
#: adrotate-output.php:820
|
301 |
msgid "Useful links to learn more about AdRotate"
|
302 |
msgstr ""
|
303 |
|
304 |
+
#: adrotate-output.php:822
|
305 |
+
msgid "AdRotate website"
|
306 |
+
msgstr ""
|
|
|
307 |
|
308 |
+
#: adrotate-output.php:823
|
309 |
#, fuzzy
|
310 |
msgid "Getting Started With AdRotate"
|
311 |
msgstr ""
|
312 |
"通常のユーザーはAdRotateやその統計を必要としません。その為、購読ユーザーなど"
|
313 |
"にはAdRotateのダッシュボード等を見せる必要がありませんので、活用して下さい。"
|
314 |
|
315 |
+
#: adrotate-output.php:824
|
316 |
#, fuzzy
|
317 |
msgid "AdRotate manuals"
|
318 |
msgstr "AdRotate Blog"
|
319 |
|
320 |
+
#: adrotate-output.php:825
|
321 |
#, fuzzy
|
322 |
msgid "AdRotate Support Forum"
|
323 |
msgstr "AdRotate Blog"
|
324 |
|
325 |
+
#: adrotate-output.php:851
|
326 |
#, fuzzy
|
327 |
msgid "Help AdRotate Grow"
|
328 |
msgstr "AdRotate Blog"
|
329 |
|
330 |
+
#: adrotate-output.php:852
|
331 |
msgid "Brought to you by"
|
332 |
msgstr "サービス紹介"
|
333 |
|
334 |
+
#: adrotate-output.php:859
|
335 |
msgid ""
|
336 |
"A lot of users only think to review AdRotate when something goes wrong while "
|
337 |
"thousands of people use AdRotate satisfactory. Don't let this go unnoticed."
|
338 |
msgstr ""
|
339 |
|
340 |
+
#: adrotate-output.php:859
|
341 |
msgid "If you find AdRotate useful please leave your honest"
|
342 |
msgstr ""
|
343 |
|
344 |
+
#: adrotate-output.php:859
|
345 |
msgid "rating"
|
346 |
msgstr ""
|
347 |
|
348 |
+
#: adrotate-output.php:859
|
349 |
#, fuzzy
|
350 |
msgid "review"
|
351 |
msgstr "全般レポートを見れる権限"
|
352 |
|
353 |
+
#: adrotate-output.php:859
|
354 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
355 |
msgstr ""
|
356 |
|
357 |
+
#: adrotate-output.php:891
|
358 |
#, fuzzy
|
359 |
msgid "Available in AdRotate Pro"
|
360 |
msgstr "AdRotate Blog"
|
361 |
|
362 |
+
#: adrotate-output.php:891
|
363 |
#, fuzzy
|
364 |
msgid "More information..."
|
365 |
msgstr "ユーザーえー助演について知りたい方はこちらから。"
|
366 |
|
367 |
+
#: adrotate-output.php:892
|
368 |
#, fuzzy
|
369 |
msgid "This feature is available in AdRotate Pro"
|
370 |
msgstr "この機能は使いません。"
|
371 |
|
372 |
+
#: adrotate-output.php:892
|
373 |
#, fuzzy
|
374 |
msgid "Learn more"
|
375 |
msgstr "ユーザーえー助演について知りたい方はこちらから。"
|
376 |
|
377 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:220
|
378 |
+
#: dashboard/publisher/adverts-edit.php:241
|
379 |
msgid "January"
|
380 |
msgstr "1月"
|
381 |
|
382 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:221
|
383 |
+
#: dashboard/publisher/adverts-edit.php:242
|
384 |
msgid "February"
|
385 |
msgstr "2月"
|
386 |
|
387 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:222
|
388 |
+
#: dashboard/publisher/adverts-edit.php:243
|
389 |
msgid "March"
|
390 |
msgstr "3月"
|
391 |
|
392 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:223
|
393 |
+
#: dashboard/publisher/adverts-edit.php:244
|
394 |
msgid "April"
|
395 |
msgstr "4月"
|
396 |
|
397 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:224
|
398 |
+
#: dashboard/publisher/adverts-edit.php:245
|
399 |
msgid "May"
|
400 |
msgstr "5月"
|
401 |
|
402 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:225
|
403 |
+
#: dashboard/publisher/adverts-edit.php:246
|
404 |
msgid "June"
|
405 |
msgstr "6月"
|
406 |
|
407 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:226
|
408 |
+
#: dashboard/publisher/adverts-edit.php:247
|
409 |
msgid "July"
|
410 |
msgstr "7月"
|
411 |
|
412 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:227
|
413 |
+
#: dashboard/publisher/adverts-edit.php:248
|
414 |
msgid "August"
|
415 |
msgstr "8月"
|
416 |
|
417 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:228
|
418 |
+
#: dashboard/publisher/adverts-edit.php:249
|
419 |
msgid "September"
|
420 |
msgstr "9月"
|
421 |
|
422 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:229
|
423 |
+
#: dashboard/publisher/adverts-edit.php:250
|
424 |
msgid "October"
|
425 |
msgstr "10月"
|
426 |
|
427 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:230
|
428 |
+
#: dashboard/publisher/adverts-edit.php:251
|
429 |
msgid "November"
|
430 |
msgstr "11月"
|
431 |
|
432 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:231
|
433 |
+
#: dashboard/publisher/adverts-edit.php:252
|
434 |
msgid "December"
|
435 |
msgstr "12月"
|
436 |
|
569 |
"AdRotate Pro."
|
570 |
msgstr "この機能は使いません。"
|
571 |
|
572 |
+
#: adrotate.php:409 adrotate.php:496 dashboard/publisher/adverts-edit.php:188
|
573 |
#: dashboard/publisher/adverts-main.php:114
|
574 |
#: dashboard/publisher/groups-edit.php:75
|
575 |
#: dashboard/publisher/groups-main.php:89
|
608 |
msgid "End"
|
609 |
msgstr ""
|
610 |
|
611 |
+
#: adrotate.php:428 dashboard/publisher/adverts-edit.php:397
|
612 |
#: dashboard/publisher/groups-main.php:34
|
613 |
msgid "Ads"
|
614 |
msgstr "広告"
|
710 |
"\"imagename.full.ext\". A full set of sized images is strongly recommended."
|
711 |
msgstr ""
|
712 |
|
713 |
+
#: adrotate.php:503 dashboard/publisher/adverts-edit.php:311
|
714 |
msgid ""
|
715 |
"For smaller size images use \".320\", \".480\", \".768\" or \".1024\" in the "
|
716 |
"filename instead of \".full\" for the various viewports."
|
826 |
"forum. Get a solution (usually) within a day."
|
827 |
msgstr ""
|
828 |
|
829 |
+
#: dashboard/adrotatepro.php:48 dashboard/info.php:136
|
830 |
#, fuzzy
|
831 |
msgid "AdRotate is brought to you by"
|
832 |
msgstr "サービス紹介"
|
833 |
|
834 |
+
#: dashboard/adrotatepro.php:52 dashboard/info.php:140
|
835 |
msgid ""
|
836 |
+
"Premium plugins, support and services for WordPress and WooCommerce! I am a "
|
837 |
+
"digital nomad in the Philippines. Click on my name to find out more about me "
|
838 |
+
"and what I am doing. Thanks for your support and for using my plugins!"
|
839 |
msgstr ""
|
840 |
|
841 |
+
#: dashboard/adrotatepro.php:81
|
842 |
msgid "Schedule all campaigns with ease"
|
843 |
msgstr ""
|
844 |
|
845 |
+
#: dashboard/adrotatepro.php:84
|
846 |
msgid ""
|
847 |
"Schedule your adverts and set up advertising campaigns based on dates you or "
|
848 |
"your advertisers specify without hassle. Seasonal adverts, weekly adverts. "
|
850 |
"much more easy. You can set one or many schedules for adverts."
|
851 |
msgstr ""
|
852 |
|
853 |
+
#: dashboard/adrotatepro.php:88
|
854 |
msgid "Avoid adblockers"
|
855 |
msgstr ""
|
856 |
|
857 |
+
#: dashboard/adrotatepro.php:91
|
858 |
msgid ""
|
859 |
"Try and avoid adblockers so you adverts get the exposure you want them to "
|
860 |
"have. AdRotate Pro offers some advanced tools to deceive adblockers so your "
|
862 |
"adverts smartly so these features reach their full potential!"
|
863 |
msgstr ""
|
864 |
|
865 |
+
#: dashboard/adrotatepro.php:95
|
866 |
msgid "Stay up-to-date with notifications"
|
867 |
msgstr ""
|
868 |
|
869 |
+
#: dashboard/adrotatepro.php:98
|
870 |
msgid ""
|
871 |
"Stay in touch with Email notifications. Have AdRotate send you an alert when "
|
872 |
"adverts expire or need your attention. Additionally, you can have AdRotate "
|
875 |
"miss an expiration date again."
|
876 |
msgstr ""
|
877 |
|
878 |
+
#: dashboard/adrotatepro.php:102 dashboard/adrotatepro.php:114
|
879 |
+
#: dashboard/info.php:110 dashboard/info.php:122
|
880 |
#, fuzzy
|
881 |
msgid "Buy AdRotate Professional"
|
882 |
msgstr "AdRotate Blog"
|
883 |
|
884 |
+
#: dashboard/adrotatepro.php:106 dashboard/info.php:114
|
885 |
msgid "Single License"
|
886 |
msgstr ""
|
887 |
|
888 |
+
#: dashboard/adrotatepro.php:106 dashboard/info.php:114
|
889 |
msgid "For one WordPress installation."
|
890 |
msgstr ""
|
891 |
|
892 |
+
#: dashboard/adrotatepro.php:107 dashboard/adrotatepro.php:119
|
893 |
+
#: dashboard/info.php:115 dashboard/info.php:127
|
894 |
msgid "Duo License"
|
895 |
msgstr ""
|
896 |
|
897 |
+
#: dashboard/adrotatepro.php:107 dashboard/info.php:115
|
898 |
msgid "For two WordPress installations."
|
899 |
msgstr ""
|
900 |
|
901 |
+
#: dashboard/adrotatepro.php:108 dashboard/adrotatepro.php:120
|
902 |
+
#: dashboard/info.php:116 dashboard/info.php:128
|
903 |
msgid "Multi License"
|
904 |
msgstr ""
|
905 |
|
906 |
+
#: dashboard/adrotatepro.php:108 dashboard/info.php:116
|
907 |
msgid " For up to five WordPress installations."
|
908 |
msgstr ""
|
909 |
|
910 |
+
#: dashboard/adrotatepro.php:109 dashboard/adrotatepro.php:121
|
911 |
+
#: dashboard/info.php:117 dashboard/info.php:129
|
912 |
#, fuzzy
|
913 |
msgid "Developer License"
|
914 |
msgstr "開発者向けデバッグ"
|
915 |
|
916 |
+
#: dashboard/adrotatepro.php:109 dashboard/info.php:117
|
917 |
msgid "Unlimited WordPress installations and/or networks."
|
918 |
msgstr ""
|
919 |
|
920 |
+
#: dashboard/adrotatepro.php:110 dashboard/adrotatepro.php:123
|
921 |
+
#: dashboard/info.php:118 dashboard/info.php:131
|
922 |
msgid "Compare licenses"
|
923 |
msgstr ""
|
924 |
|
925 |
+
#: dashboard/adrotatepro.php:110 dashboard/info.php:118
|
926 |
msgid "Not sure which license is for you? Compare them..."
|
927 |
msgstr ""
|
928 |
|
929 |
+
#: dashboard/adrotatepro.php:110 dashboard/info.php:118
|
930 |
#, fuzzy
|
931 |
msgid "All Licenses"
|
932 |
msgstr "すべての広告の再評価"
|
933 |
|
934 |
+
#: dashboard/adrotatepro.php:118 dashboard/info.php:126
|
935 |
msgid "Lifetime License"
|
936 |
msgstr ""
|
937 |
|
938 |
+
#: dashboard/adrotatepro.php:118 dashboard/info.php:126
|
939 |
msgid "Single installation."
|
940 |
msgstr ""
|
941 |
|
942 |
+
#: dashboard/adrotatepro.php:119 dashboard/info.php:127
|
943 |
msgid "Up to 2 installations."
|
944 |
msgstr ""
|
945 |
|
946 |
+
#: dashboard/adrotatepro.php:120 dashboard/info.php:128
|
947 |
msgid "Up to 10 installations."
|
948 |
msgstr ""
|
949 |
|
950 |
+
#: dashboard/adrotatepro.php:121 dashboard/info.php:129
|
951 |
msgid "Up to 25 installations or multisite networks."
|
952 |
msgstr ""
|
953 |
|
954 |
+
#: dashboard/adrotatepro.php:122 dashboard/info.php:130
|
955 |
msgid ""
|
956 |
"Subscriptions get 1 year access to updates, email support & AdRotate Geo."
|
957 |
msgstr ""
|
958 |
|
959 |
+
#: dashboard/adrotatepro.php:123 dashboard/info.php:131
|
960 |
msgid "Not sure which license is for you?"
|
961 |
msgstr ""
|
962 |
|
963 |
+
#: dashboard/adrotatepro.php:123 dashboard/info.php:131
|
964 |
msgid "Compare Licenses"
|
965 |
msgstr ""
|
966 |
|
1007 |
msgstr "AdRotate Blog"
|
1008 |
|
1009 |
#: dashboard/info.php:55
|
1010 |
+
msgid ""
|
1011 |
+
"Your donation helps to improve AdRotate. Consider writing a review if you "
|
1012 |
+
"like AdRotate. Also follow my Facebook page and twitter. Thank you!"
|
|
|
|
|
1013 |
msgstr ""
|
1014 |
|
1015 |
+
#: dashboard/info.php:81
|
1016 |
#, fuzzy
|
1017 |
msgid "AdRotate News and Developer Blog"
|
1018 |
msgstr "AdRotate Blog"
|
1019 |
|
1020 |
+
#: dashboard/info.php:103
|
1021 |
#, fuzzy
|
1022 |
msgid "Get more features with AdRotate Pro"
|
1023 |
msgstr ""
|
1024 |
"通常のユーザーはAdRotateやその統計を必要としません。その為、購読ユーザーなど"
|
1025 |
"にはAdRotateのダッシュボード等を見せる必要がありませんので、活用して下さい。"
|
1026 |
|
1027 |
+
#: dashboard/info.php:106
|
1028 |
msgid ""
|
1029 |
"Benefit from extra features to reinforce your income with advertising "
|
1030 |
"campaigns. Make the most of your website with the powerful tools AdRotate "
|
1031 |
"Pro offers on top of the trusted features included in the free version."
|
1032 |
msgstr ""
|
1033 |
|
1034 |
+
#: dashboard/info.php:106
|
1035 |
msgid "Want to know more about"
|
1036 |
msgstr ""
|
1037 |
|
1038 |
+
#: dashboard/info.php:106
|
1039 |
#, fuzzy
|
1040 |
msgid "Visit the"
|
1041 |
msgstr ""
|
1043 |
"手間のカスタマイズが必要など詳細にご対応致します。詳細はWEBサイトにお越しくだ"
|
1044 |
"さい。英語ですが。"
|
1045 |
|
1046 |
+
#: dashboard/info.php:106
|
1047 |
#, fuzzy
|
1048 |
msgid "website"
|
1049 |
msgstr "開発者のWEBサイトは以下です。"
|
1053 |
msgstr "掲載不可広告"
|
1054 |
|
1055 |
#: dashboard/publisher/adverts-disabled.php:21
|
1056 |
+
#: dashboard/publisher/adverts-edit.php:176
|
1057 |
msgid "Activate"
|
1058 |
msgstr "利用可能"
|
1059 |
|
1070 |
msgstr ""
|
1071 |
|
1072 |
#: dashboard/publisher/adverts-disabled.php:37
|
1073 |
+
#: dashboard/publisher/adverts-edit.php:116
|
1074 |
#: dashboard/publisher/adverts-error.php:41
|
1075 |
#: dashboard/publisher/adverts-main.php:41
|
1076 |
msgid "Title"
|
1176 |
msgid "This ad has been disabled and does not rotate on your site!"
|
1177 |
msgstr "この広告は無効にされていると、サイト上で表示されません!"
|
1178 |
|
1179 |
+
#: dashboard/publisher/adverts-edit.php:108
|
1180 |
#, fuzzy
|
1181 |
msgid "New Advert"
|
1182 |
msgstr "新規追加"
|
1183 |
|
1184 |
+
#: dashboard/publisher/adverts-edit.php:110
|
1185 |
#, fuzzy
|
1186 |
msgid "Edit Advert"
|
1187 |
msgstr "編集"
|
1188 |
|
1189 |
+
#: dashboard/publisher/adverts-edit.php:122
|
1190 |
msgid "AdCode"
|
1191 |
msgstr ""
|
1192 |
|
1193 |
+
#: dashboard/publisher/adverts-edit.php:127
|
1194 |
msgid "Basic Examples:"
|
1195 |
msgstr "設定例:"
|
1196 |
|
1197 |
+
#: dashboard/publisher/adverts-edit.php:134
|
1198 |
msgid "Useful tags"
|
1199 |
msgstr ""
|
1200 |
|
1201 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1202 |
msgid "Insert the advert ID Number."
|
1203 |
msgstr ""
|
1204 |
|
1205 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1206 |
msgid "Required when selecting a image below."
|
1207 |
msgstr ""
|
1208 |
|
1209 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1210 |
msgid "Insert the advert name."
|
1211 |
msgstr ""
|
1212 |
|
1213 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1214 |
msgid "Insert a random seed. Useful for DFP/DoubleClick type adverts."
|
1215 |
msgstr ""
|
1216 |
|
1217 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1218 |
msgid "Add inside the <a> tag to open advert in a new window."
|
1219 |
msgstr ""
|
1220 |
|
1221 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1222 |
msgid "Add inside the <a> tag to tell crawlers to ignore this link"
|
1223 |
msgstr ""
|
1224 |
|
1225 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1226 |
msgid ""
|
1227 |
"Place the cursor in your AdCode where you want to add any of these tags and "
|
1228 |
"click to add it."
|
1229 |
msgstr ""
|
1230 |
|
1231 |
+
#: dashboard/publisher/adverts-edit.php:141
|
1232 |
msgid "Preview"
|
1233 |
msgstr "プレビュー"
|
1234 |
|
1235 |
+
#: dashboard/publisher/adverts-edit.php:144
|
1236 |
msgid ""
|
1237 |
"Note: While this preview is an accurate one, it might look different then it "
|
1238 |
"does on the website."
|
1240 |
"注意:このプレビューは現設定では正確なものではありますが、ウェブ上では異なる"
|
1241 |
"場合があります。"
|
1242 |
|
1243 |
+
#: dashboard/publisher/adverts-edit.php:145
|
1244 |
msgid ""
|
1245 |
"This is because of CSS differences. Your themes CSS file is not active here!"
|
1246 |
msgstr ""
|
1247 |
"主な原因としてはCSSの設定がここでは反映されないからです。表示にCSSを利用され"
|
1248 |
"ている場合は実ページでご確認下さい。"
|
1249 |
|
1250 |
+
#: dashboard/publisher/adverts-edit.php:150
|
1251 |
msgid "Banner asset"
|
1252 |
msgstr ""
|
1253 |
|
1254 |
+
#: dashboard/publisher/adverts-edit.php:153
|
1255 |
msgid "WordPress media:"
|
1256 |
msgstr ""
|
1257 |
|
1258 |
+
#: dashboard/publisher/adverts-edit.php:153
|
1259 |
#, fuzzy
|
1260 |
msgid "Select Banner"
|
1261 |
msgstr "バナー画像"
|
1262 |
|
1263 |
+
#: dashboard/publisher/adverts-edit.php:155
|
1264 |
msgid "- OR -"
|
1265 |
msgstr "- もしくは -"
|
1266 |
|
1267 |
+
#: dashboard/publisher/adverts-edit.php:157
|
1268 |
msgid "Banner folder:"
|
1269 |
msgstr "画像バナー"
|
1270 |
|
1271 |
+
#: dashboard/publisher/adverts-edit.php:158
|
1272 |
msgid "No image selected"
|
1273 |
msgstr "画像は設定されていません。"
|
1274 |
|
1275 |
+
#: dashboard/publisher/adverts-edit.php:162
|
1276 |
msgid "Use %image% in the adcode instead of the file path."
|
1277 |
msgstr ""
|
1278 |
|
1279 |
+
#: dashboard/publisher/adverts-edit.php:162
|
1280 |
msgid ""
|
1281 |
"Use either the text field or the dropdown. If the textfield has content that "
|
1282 |
"field has priority."
|
1284 |
"上記の画像リンクかドロップダウンかを利用します。画像リンクが入力されている場"
|
1285 |
"合はそちらが優先されます。"
|
1286 |
|
1287 |
+
#: dashboard/publisher/adverts-edit.php:167
|
1288 |
#: dashboard/settings/statistics.php:12
|
1289 |
msgid "Statistics"
|
1290 |
msgstr "統計"
|
1291 |
|
1292 |
+
#: dashboard/publisher/adverts-edit.php:169
|
1293 |
msgid "Enable click and impression tracking for this advert."
|
1294 |
msgstr ""
|
1295 |
|
1296 |
+
#: dashboard/publisher/adverts-edit.php:170
|
1297 |
msgid ""
|
1298 |
"Note: Clicktracking does not work for Javascript adverts such as those "
|
1299 |
"provided by Google AdSense/DFP/DoubleClick. HTML5/Flash adverts are not "
|
1300 |
"always supported."
|
1301 |
msgstr ""
|
1302 |
|
1303 |
+
#: dashboard/publisher/adverts-edit.php:180
|
1304 |
msgid "Yes, this ad will be used"
|
1305 |
msgstr "この広告を掲載されるように設定する"
|
1306 |
|
1307 |
+
#: dashboard/publisher/adverts-edit.php:181
|
1308 |
#, fuzzy
|
1309 |
msgid "No, do not show this ad anywhere"
|
1310 |
msgstr "表示できるデータがありません。"
|
1311 |
|
1312 |
+
#: dashboard/publisher/adverts-edit.php:188
|
1313 |
#: dashboard/publisher/adverts-main.php:114
|
1314 |
#: dashboard/publisher/groups-edit.php:75
|
1315 |
#: dashboard/publisher/groups-main.php:89
|
1319 |
"通常のユーザーはAdRotateやその統計を必要としません。その為、購読ユーザーなど"
|
1320 |
"にはAdRotateのダッシュボード等を見せる必要がありませんので、活用して下さい。"
|
1321 |
|
1322 |
+
#: dashboard/publisher/adverts-edit.php:191
|
1323 |
+
#: dashboard/publisher/adverts-edit.php:291
|
1324 |
+
#: dashboard/publisher/adverts-edit.php:386
|
1325 |
+
#: dashboard/publisher/adverts-edit.php:427
|
1326 |
#, fuzzy
|
1327 |
msgid "Save Advert"
|
1328 |
msgstr "保存"
|
1329 |
|
1330 |
+
#: dashboard/publisher/adverts-edit.php:192
|
1331 |
+
#: dashboard/publisher/adverts-edit.php:292
|
1332 |
+
#: dashboard/publisher/adverts-edit.php:387
|
1333 |
+
#: dashboard/publisher/adverts-edit.php:428
|
1334 |
#: dashboard/publisher/groups-edit.php:154
|
1335 |
#: dashboard/publisher/groups-edit.php:301
|
1336 |
#: dashboard/publisher/groups-edit.php:393
|
1337 |
msgid "Cancel"
|
1338 |
msgstr "キャンセル"
|
1339 |
|
1340 |
+
#: dashboard/publisher/adverts-edit.php:195
|
1341 |
+
#: dashboard/publisher/adverts-edit.php:369
|
1342 |
#: dashboard/publisher/groups-edit.php:136
|
1343 |
#: dashboard/publisher/groups-edit.php:283
|
1344 |
msgid "Usage"
|
1345 |
msgstr "利用タグ"
|
1346 |
|
1347 |
+
#: dashboard/publisher/adverts-edit.php:199
|
1348 |
+
#: dashboard/publisher/adverts-edit.php:373
|
1349 |
#: dashboard/publisher/groups-edit.php:140
|
1350 |
#: dashboard/publisher/groups-edit.php:287
|
1351 |
msgid "Widget"
|
1352 |
msgstr ""
|
1353 |
|
1354 |
+
#: dashboard/publisher/adverts-edit.php:200
|
1355 |
+
#: dashboard/publisher/adverts-edit.php:374
|
1356 |
msgid ""
|
1357 |
"Drag the AdRotate widget to the sidebar you want it in, select \"Single Ad\" "
|
1358 |
"and enter ID"
|
1359 |
msgstr ""
|
1360 |
|
1361 |
+
#: dashboard/publisher/adverts-edit.php:203
|
1362 |
+
#: dashboard/publisher/adverts-edit.php:377
|
1363 |
#: dashboard/publisher/groups-edit.php:144
|
1364 |
#: dashboard/publisher/groups-edit.php:291
|
1365 |
msgid "In a post or page"
|
1366 |
msgstr ""
|
1367 |
|
1368 |
+
#: dashboard/publisher/adverts-edit.php:205
|
1369 |
+
#: dashboard/publisher/adverts-edit.php:379
|
1370 |
#: dashboard/publisher/groups-edit.php:146
|
1371 |
#: dashboard/publisher/groups-edit.php:293
|
1372 |
msgid "Directly in a theme"
|
1373 |
msgstr ""
|
1374 |
|
1375 |
+
#: dashboard/publisher/adverts-edit.php:211
|
1376 |
msgid "Schedule your advert"
|
1377 |
msgstr ""
|
1378 |
|
1379 |
+
#: dashboard/publisher/adverts-edit.php:215
|
1380 |
msgid "Start date (day/month/year)"
|
1381 |
msgstr ""
|
1382 |
|
1383 |
+
#: dashboard/publisher/adverts-edit.php:236
|
1384 |
msgid "End date (day/month/year)"
|
1385 |
msgstr ""
|
1386 |
|
1387 |
+
#: dashboard/publisher/adverts-edit.php:259
|
1388 |
msgid "Start time (hh:mm)"
|
1389 |
msgstr ""
|
1390 |
|
1391 |
+
#: dashboard/publisher/adverts-edit.php:266
|
1392 |
msgid "End time (hh:mm)"
|
1393 |
msgstr ""
|
1394 |
|
1395 |
+
#: dashboard/publisher/adverts-edit.php:276
|
1396 |
msgid "Maximum Clicks"
|
1397 |
msgstr ""
|
1398 |
|
1399 |
+
#: dashboard/publisher/adverts-edit.php:277
|
1400 |
+
#: dashboard/publisher/adverts-edit.php:279
|
1401 |
msgid "Leave empty or 0 to skip this."
|
1402 |
msgstr "※この機能を利用しない場合は、空白か0を設定して下さい。"
|
1403 |
|
1404 |
+
#: dashboard/publisher/adverts-edit.php:278
|
1405 |
msgid "Maximum Impressions"
|
1406 |
msgstr ""
|
1407 |
|
1408 |
+
#: dashboard/publisher/adverts-edit.php:283
|
1409 |
msgid "Important"
|
1410 |
msgstr ""
|
1411 |
|
1412 |
+
#: dashboard/publisher/adverts-edit.php:284
|
1413 |
msgid ""
|
1414 |
"Note: Time uses a 24 hour clock. When you are used to the AM/PM system keep "
|
1415 |
"this in mind: If the start or end time is after lunch, add 12 hours. 2PM is "
|
1416 |
"14:00 hours. 6AM is 6:00 hours."
|
1417 |
msgstr ""
|
1418 |
|
1419 |
+
#: dashboard/publisher/adverts-edit.php:288
|
1420 |
msgid ""
|
1421 |
"Create multiple and more advanced schedules for each advert with AdRotate "
|
1422 |
"Pro."
|
1423 |
msgstr ""
|
1424 |
|
1425 |
+
#: dashboard/publisher/adverts-edit.php:288
|
1426 |
+
#: dashboard/publisher/adverts-edit.php:323
|
1427 |
+
#: dashboard/publisher/adverts-edit.php:367
|
1428 |
#: dashboard/publisher/groups-edit.php:200
|
1429 |
#, fuzzy
|
1430 |
msgid "Upgrade today"
|
1431 |
msgstr "本日"
|
1432 |
|
1433 |
+
#: dashboard/publisher/adverts-edit.php:295
|
1434 |
#: dashboard/publisher/groups-edit.php:157
|
1435 |
#, fuzzy
|
1436 |
msgid "Advanced"
|
1437 |
msgstr "設定例(高度):"
|
1438 |
|
1439 |
+
#: dashboard/publisher/adverts-edit.php:296
|
1440 |
#, fuzzy
|
1441 |
msgid "Everything below is optional."
|
1442 |
msgstr "タイトル(オプション):"
|
1443 |
|
1444 |
+
#: dashboard/publisher/adverts-edit.php:300
|
1445 |
msgid "Mobile"
|
1446 |
msgstr ""
|
1447 |
|
1448 |
+
#: dashboard/publisher/adverts-edit.php:302
|
1449 |
msgid "Show on;"
|
1450 |
msgstr ""
|
1451 |
|
1452 |
+
#: dashboard/publisher/adverts-edit.php:302
|
1453 |
msgid "Computers"
|
1454 |
msgstr ""
|
1455 |
|
1456 |
+
#: dashboard/publisher/adverts-edit.php:302
|
1457 |
msgid "Smartphones"
|
1458 |
msgstr ""
|
1459 |
|
1460 |
+
#: dashboard/publisher/adverts-edit.php:302
|
1461 |
msgid "Tablets."
|
1462 |
msgstr ""
|
1463 |
|
1464 |
+
#: dashboard/publisher/adverts-edit.php:303
|
1465 |
msgid "Also enable mobile support in the group this advert goes in."
|
1466 |
msgstr ""
|
1467 |
|
1468 |
+
#: dashboard/publisher/adverts-edit.php:307
|
1469 |
msgid "Responsive"
|
1470 |
msgstr ""
|
1471 |
|
1472 |
+
#: dashboard/publisher/adverts-edit.php:309
|
1473 |
#, fuzzy
|
1474 |
msgid "Enable responsive support for this advert."
|
1475 |
msgstr "広告の追加・編集管理"
|
1476 |
|
1477 |
+
#: dashboard/publisher/adverts-edit.php:310
|
1478 |
msgid ""
|
1479 |
"Upload your images to the banner folder and make sure the filename is in the "
|
1480 |
"following format; \"imagename.full.ext\"."
|
1481 |
msgstr ""
|
1482 |
|
1483 |
+
#: dashboard/publisher/adverts-edit.php:312
|
1484 |
#: dashboard/publisher/adverts-report.php:58
|
1485 |
#: dashboard/publisher/groups-report.php:64
|
1486 |
msgid "Note:"
|
1487 |
msgstr "注意:"
|
1488 |
|
1489 |
+
#: dashboard/publisher/adverts-edit.php:312
|
1490 |
msgid ""
|
1491 |
"This feature will not be developed any further. Consider switching to the "
|
1492 |
"Mobile feature in AdRotate Pro as seen above!"
|
1493 |
msgstr ""
|
1494 |
|
1495 |
+
#: dashboard/publisher/adverts-edit.php:316
|
1496 |
#: dashboard/publisher/groups-edit.php:194
|
1497 |
msgid "Sortorder"
|
1498 |
msgstr ""
|
1499 |
|
1500 |
+
#: dashboard/publisher/adverts-edit.php:318
|
1501 |
#: dashboard/publisher/groups-edit.php:196
|
1502 |
msgid "For administrative purposes set a sortorder."
|
1503 |
msgstr "管理目的で順序を設定できます。"
|
1504 |
|
1505 |
+
#: dashboard/publisher/adverts-edit.php:318
|
1506 |
msgid "Leave empty or 0 to skip this. Will default to ad id."
|
1507 |
msgstr "空欄か0にすると解除されます。その場合はad idが適用されます。"
|
1508 |
|
1509 |
+
#: dashboard/publisher/adverts-edit.php:323
|
1510 |
msgid ""
|
1511 |
"With AdRotate Pro you can easily select which devices the advert should show "
|
1512 |
"on!"
|
1513 |
msgstr ""
|
1514 |
|
1515 |
+
#: dashboard/publisher/adverts-edit.php:325
|
1516 |
msgid "Geo Targeting in AdRotate Pro"
|
1517 |
msgstr ""
|
1518 |
|
1519 |
+
#: dashboard/publisher/adverts-edit.php:326
|
1520 |
msgid ""
|
1521 |
"Assign the advert to a group and enable that group to use Geo Targeting."
|
1522 |
msgstr ""
|
1523 |
|
1524 |
+
#: dashboard/publisher/adverts-edit.php:330
|
1525 |
msgid "Cities/States"
|
1526 |
msgstr ""
|
1527 |
|
1528 |
+
#: dashboard/publisher/adverts-edit.php:333
|
1529 |
msgid ""
|
1530 |
"A comma separated list of cities (or the Metro ID) and/or states (Also the "
|
1531 |
"states ISO codes are supported)"
|
1532 |
msgstr ""
|
1533 |
|
1534 |
+
#: dashboard/publisher/adverts-edit.php:333
|
1535 |
msgid ""
|
1536 |
"AdRotate does not check the validity of names so make sure you spell them "
|
1537 |
"correctly!"
|
1538 |
msgstr ""
|
1539 |
|
1540 |
+
#: dashboard/publisher/adverts-edit.php:337
|
1541 |
msgid "Countries"
|
1542 |
msgstr ""
|
1543 |
|
1544 |
+
#: dashboard/publisher/adverts-edit.php:362
|
1545 |
#, fuzzy
|
1546 |
msgid "Select the countries you want the adverts to show in."
|
1547 |
msgstr "このウィジェットに使いたい物を選んで下さい。"
|
1548 |
|
1549 |
+
#: dashboard/publisher/adverts-edit.php:362
|
1550 |
msgid "Cities take priority and will be filtered first."
|
1551 |
msgstr ""
|
1552 |
|
1553 |
+
#: dashboard/publisher/adverts-edit.php:367
|
1554 |
msgid "Target your audience with Geo Targeting in AdRotate Pro"
|
1555 |
msgstr ""
|
1556 |
|
1557 |
+
#: dashboard/publisher/adverts-edit.php:391
|
1558 |
msgid "Select Groups"
|
1559 |
msgstr "グループを選択"
|
1560 |
|
1561 |
+
#: dashboard/publisher/adverts-edit.php:396
|
1562 |
#, fuzzy
|
1563 |
msgid "ID - Name"
|
1564 |
msgstr "名前"
|
1565 |
|
1566 |
+
#: dashboard/publisher/adverts-edit.php:406
|
1567 |
#: dashboard/publisher/groups-main.php:60
|
1568 |
#: dashboard/settings/geotargeting.php:39
|
1569 |
#, fuzzy
|
1570 |
msgid "Default"
|
1571 |
msgstr "基本は10となっています。この機能を無効にする場合は0にして下さい。"
|
1572 |
|
1573 |
+
#: dashboard/publisher/adverts-edit.php:407
|
1574 |
#: dashboard/publisher/groups-main.php:61
|
1575 |
msgid "Dynamic"
|
1576 |
msgstr ""
|
1577 |
|
1578 |
+
#: dashboard/publisher/adverts-edit.php:407
|
1579 |
#: dashboard/publisher/groups-main.php:61
|
1580 |
#, fuzzy
|
1581 |
msgid "second rotation"
|
1582 |
msgstr "バナーがないか、利用不可か適応されていません。"
|
1583 |
|
1584 |
+
#: dashboard/publisher/adverts-edit.php:408
|
1585 |
#: dashboard/publisher/groups-main.php:62
|
1586 |
#, fuzzy
|
1587 |
msgid "Block"
|
1588 |
msgstr "ブロック管理"
|
1589 |
|
1590 |
+
#: dashboard/publisher/adverts-edit.php:408
|
1591 |
#: dashboard/publisher/groups-main.php:62
|
1592 |
#, fuzzy
|
1593 |
msgid "grid"
|
1595 |
"広告に表組みを指定します。2と2を入力すると2行2列になります。(初期設定は2行2"
|
1596 |
"列です。)"
|
1597 |
|
1598 |
+
#: dashboard/publisher/adverts-edit.php:409
|
1599 |
#: dashboard/publisher/groups-edit.php:202
|
1600 |
#: dashboard/publisher/groups-main.php:63
|
1601 |
#, fuzzy
|
1602 |
msgid "Post Injection"
|
1603 |
msgstr "投稿及びページ内掲載する場合:"
|
1604 |
|
1605 |
+
#: dashboard/publisher/adverts-edit.php:410
|
1606 |
msgid "Geolocation"
|
1607 |
msgstr ""
|
1608 |
|
1609 |
+
#: dashboard/publisher/adverts-edit.php:416
|
1610 |
#: dashboard/publisher/groups-edit.php:61
|
1611 |
#: dashboard/publisher/groups-main.php:70
|
1612 |
#, fuzzy
|
2149 |
msgstr ""
|
2150 |
|
2151 |
#: dashboard/settings/general.php:16
|
2152 |
+
msgid "Shortcode in widgets"
|
2153 |
msgstr ""
|
2154 |
|
2155 |
#: dashboard/settings/general.php:17
|
2156 |
msgid ""
|
2157 |
+
"Enable this option to if your theme does not support shortcodes in the "
|
2158 |
+
"WordPress text widget."
|
2159 |
msgstr ""
|
2160 |
|
2161 |
#: dashboard/settings/general.php:20
|
2162 |
+
msgid "Disable live preview"
|
2163 |
msgstr ""
|
2164 |
|
2165 |
#: dashboard/settings/general.php:21
|
2166 |
msgid ""
|
2167 |
+
"Enable this option if you have faulty adverts that overflow their designated "
|
2168 |
+
"area while creating/editing adverts."
|
2169 |
msgstr ""
|
2170 |
|
2171 |
#: dashboard/settings/general.php:24
|
2172 |
+
msgid "Disable dynamic mode"
|
2173 |
msgstr ""
|
2174 |
|
2175 |
#: dashboard/settings/general.php:25
|
2176 |
msgid ""
|
2177 |
+
"Enable this option to disable dynamic mode in groups for mobile devices if "
|
2178 |
+
"you notice skipping or jumpy content."
|
2179 |
msgstr ""
|
2180 |
|
2181 |
#: dashboard/settings/general.php:28
|
2182 |
+
msgid "Load jQuery"
|
2183 |
msgstr ""
|
2184 |
|
2185 |
#: dashboard/settings/general.php:29
|
2186 |
msgid ""
|
2187 |
+
"Enable this option if your theme does not load jQuery. jQuery is required "
|
2188 |
+
"for dynamic groups, statistics and some other features."
|
2189 |
msgstr ""
|
2190 |
|
2191 |
#: dashboard/settings/general.php:32
|
2192 |
+
msgid "Load scripts in footer?"
|
2193 |
+
msgstr ""
|
2194 |
+
|
2195 |
+
#: dashboard/settings/general.php:33
|
2196 |
+
msgid ""
|
2197 |
+
"Enable this option if you want to load all AdRotate Javascripts in the "
|
2198 |
+
"footer of your site."
|
2199 |
+
msgstr ""
|
2200 |
+
|
2201 |
+
#: dashboard/settings/general.php:36
|
2202 |
msgid "Adblock disguise"
|
2203 |
msgstr ""
|
2204 |
|
2205 |
+
#: dashboard/settings/general.php:38
|
2206 |
msgid "Leave empty to disable. Use only lowercaps letters. For example:"
|
2207 |
msgstr ""
|
2208 |
|
2209 |
+
#: dashboard/settings/general.php:39
|
2210 |
msgid ""
|
2211 |
"Try and avoid adblock plugins in most modern browsers when using shortcodes."
|
2212 |
msgstr ""
|
2213 |
|
2214 |
+
#: dashboard/settings/general.php:39
|
2215 |
msgid ""
|
2216 |
"To also apply this feature to widgets, use a text widget with a shortcode "
|
2217 |
"instead of the AdRotate widget."
|
2218 |
msgstr ""
|
2219 |
|
2220 |
+
#: dashboard/settings/general.php:39
|
2221 |
msgid ""
|
2222 |
"Avoid the use of obvious keywords or filenames in your adverts or this "
|
2223 |
"feature will have little effect!"
|
2224 |
msgstr ""
|
2225 |
|
2226 |
+
#: dashboard/settings/general.php:44
|
2227 |
#, fuzzy
|
2228 |
msgid "Banner Folder"
|
2229 |
msgstr "画像バナー"
|
2230 |
|
2231 |
+
#: dashboard/settings/general.php:45
|
2232 |
#, fuzzy
|
2233 |
msgid "Set a location where your banner images will be stored."
|
2234 |
msgstr "バナーがないか、利用不可か適応されていません。"
|
2235 |
|
2236 |
+
#: dashboard/settings/general.php:48
|
2237 |
#, fuzzy
|
2238 |
msgid "Location"
|
2239 |
msgstr "バナーがないか、利用不可か適応されていません。"
|
2240 |
|
2241 |
+
#: dashboard/settings/general.php:50
|
2242 |
msgid "(Default: wp-content/banners/)."
|
2243 |
msgstr ""
|
2244 |
|
2245 |
+
#: dashboard/settings/general.php:51
|
2246 |
#, fuzzy
|
2247 |
msgid ""
|
2248 |
"To try and trick ad blockers you could set the folder to something crazy "
|
2251 |
"AdRotateがエラーを見つけることはできませんが、広告に間違いを表示します。広告"
|
2252 |
"を再度保存してください!"
|
2253 |
|
2254 |
+
#: dashboard/settings/general.php:52
|
2255 |
#, fuzzy
|
2256 |
msgid ""
|
2257 |
"This folder will not be automatically created if it doesn't exist. AdRotate "
|
2258 |
"will show errors when the folder is missing."
|
2259 |
msgstr "画像バナー"
|
2260 |
|
2261 |
+
#: dashboard/settings/general.php:57
|
2262 |
#, fuzzy
|
2263 |
msgid "Bot filter"
|
2264 |
msgstr "ユーザーエージェントフィルター"
|
2265 |
|
2266 |
+
#: dashboard/settings/general.php:58
|
2267 |
msgid "The bot filter is used for the AdRotate stats tracker."
|
2268 |
msgstr ""
|
2269 |
|
2270 |
+
#: dashboard/settings/general.php:61
|
2271 |
msgid "User-Agent Filter"
|
2272 |
msgstr "ユーザーエージェントフィルター"
|
2273 |
|
2274 |
+
#: dashboard/settings/general.php:64
|
2275 |
msgid ""
|
2276 |
"A comma separated list of keywords. Filter out bots/crawlers/user-agents."
|
2277 |
msgstr ""
|
2278 |
|
2279 |
+
#: dashboard/settings/general.php:65
|
2280 |
msgid ""
|
2281 |
"Keep in mind that this might give false positives. The word 'fire' also "
|
2282 |
"matches 'firefox', but not vice-versa. So be careful!"
|
2283 |
msgstr ""
|
2284 |
|
2285 |
+
#: dashboard/settings/general.php:66
|
2286 |
msgid ""
|
2287 |
"Only words with alphanumeric characters and [ - _ ] are allowed. All other "
|
2288 |
"characters are stripped out."
|
2289 |
msgstr ""
|
2290 |
|
2291 |
+
#: dashboard/settings/general.php:67
|
2292 |
msgid ""
|
2293 |
"Additionally to the list specified here, empty User-Agents are blocked as "
|
2294 |
"well."
|
2296 |
"さらに、ここで指定したリストには、空のユーザーエージェントも同様にブロックさ"
|
2297 |
"れます。"
|
2298 |
|
2299 |
+
#: dashboard/settings/general.php:67
|
2300 |
msgid "Learn more about"
|
2301 |
msgstr "ユーザーえー助演について知りたい方はこちらから。"
|
2302 |
|
2303 |
+
#: dashboard/settings/general.php:67
|
2304 |
msgid "user-agents"
|
2305 |
msgstr "ユーザーエージェント[英語]"
|
2306 |
|
2983 |
"This number may not be empty, be lower than 60 or exceed 86400 (24 hours)."
|
2984 |
msgstr "この数字は、0やマイナスや3600以上ではいけません。"
|
2985 |
|
2986 |
+
#, fuzzy
|
2987 |
+
#~ msgid "AdRotate Page"
|
2988 |
+
#~ msgstr "AdRotate Blog"
|
2989 |
+
|
2990 |
#, fuzzy
|
2991 |
#~ msgid "Find out more"
|
2992 |
#~ msgstr "以下のURLをチェック下さい。"
|
language/adrotate-pl_PL.mo
CHANGED
Binary file
|
language/adrotate-pl_PL.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: 2015-
|
6 |
-
"PO-Revision-Date: 2015-
|
7 |
"Last-Translator: Arnan de Gans <info@ajdg.net>\n"
|
8 |
"Language-Team: HIPER Lukasz Szczutowski <lukasz.szczutowski@gmail.com>\n"
|
9 |
"Language: pl_PL\n"
|
@@ -119,15 +119,15 @@ msgstr ""
|
|
119 |
msgid "Unexpected error"
|
120 |
msgstr ""
|
121 |
|
122 |
-
#: adrotate-manage-publisher.php:
|
123 |
msgid "AdRotate Advertiser"
|
124 |
msgstr ""
|
125 |
|
126 |
-
#: adrotate-output.php:
|
127 |
msgid "Oh no! Something went wrong!"
|
128 |
msgstr "Uwaga ! Coś poszło nie tak !"
|
129 |
|
130 |
-
#: adrotate-output.php:
|
131 |
msgid ""
|
132 |
"WordPress was unable to verify the authenticity of the url you have clicked. "
|
133 |
"Verify if the url used is valid or log in via your browser."
|
@@ -135,7 +135,7 @@ msgstr ""
|
|
135 |
"Wordpress nie mógł sprawdzić poprawności odnośnika który \"kliknełeś\". "
|
136 |
"Sprawdz czy odnośnik jest prawidłowy albo sprawdz go w przeglądarce. "
|
137 |
|
138 |
-
#: adrotate-output.php:
|
139 |
msgid ""
|
140 |
"If you have received the url you want to visit via email, you are being "
|
141 |
"tricked!"
|
@@ -143,11 +143,11 @@ msgstr ""
|
|
143 |
"Jeśli otrzymałeś wiadomość email z odnośnikiem który chciałeś odwiedzić, "
|
144 |
"zostałeś oszukany. "
|
145 |
|
146 |
-
#: adrotate-output.php:
|
147 |
msgid "Contact support if the issue persists:"
|
148 |
msgstr "Skontaktować się z pomocą, jeśli problem nadal występuje:"
|
149 |
|
150 |
-
#: adrotate-output.php:
|
151 |
msgid ""
|
152 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
153 |
"restrictions or does not exist!"
|
@@ -155,7 +155,7 @@ msgstr ""
|
|
155 |
"Błąd, Reklama jest nie dostępna w tym momecie z powodu ograniczeń w "
|
156 |
"harmonogramie lub geolokalizacji lub może nie istnieć."
|
157 |
|
158 |
-
#: adrotate-output.php:
|
159 |
msgid ""
|
160 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
161 |
"restrictions!"
|
@@ -163,7 +163,7 @@ msgstr ""
|
|
163 |
"Błąd, Reklama jest nie dostępna w tym momecie z powodu ograniczeń w "
|
164 |
"harmonogramie lub geolokalizacji."
|
165 |
|
166 |
-
#: adrotate-output.php:
|
167 |
msgid ""
|
168 |
"Either there are no banners, they are disabled or none qualified for this "
|
169 |
"location!"
|
@@ -171,19 +171,19 @@ msgstr ""
|
|
171 |
"Prawdopodobnie nie ma reklam albo ich wyświetlanie jest niedozwolone dla tej "
|
172 |
"lokalizacji!"
|
173 |
|
174 |
-
#: adrotate-output.php:
|
175 |
msgid "Error, no Ad ID set! Check your syntax!"
|
176 |
msgstr "Błąd, nie wybrano żadnego ID reklamy ! Sprawdz swój kod!"
|
177 |
|
178 |
-
#: adrotate-output.php:
|
179 |
msgid "Error, no group ID set! Check your syntax!"
|
180 |
msgstr "Błąd, nie wybrano żadnego ID reklamy ! Sprawdz swój kod!"
|
181 |
|
182 |
-
#: adrotate-output.php:
|
183 |
msgid "Error, group does not exist! Check your syntax!"
|
184 |
msgstr "Błąd, nie wybrano żadnego ID reklamy ! Sprawdz swój kod !"
|
185 |
|
186 |
-
#: adrotate-output.php:
|
187 |
msgid ""
|
188 |
"There was an error locating the database tables for AdRotate. Please "
|
189 |
"deactivate and re-activate AdRotate from the plugin page!!"
|
@@ -191,236 +191,235 @@ msgstr ""
|
|
191 |
"Wystąpił błąd dostępu do tabel AdRotate w bazie danych. Wyłącz a potem włącz "
|
192 |
"AdRote na panelu wtyczek."
|
193 |
|
194 |
-
#: adrotate-output.php:
|
195 |
msgid "If this does not solve the issue please seek support at"
|
196 |
msgstr ""
|
197 |
"Jeśli to nie naprawy powstałego problemu prosimy zajrzeć na strone wsparcia"
|
198 |
|
199 |
-
#: adrotate-output.php:
|
200 |
msgid "An unknown error occured."
|
201 |
msgstr "Pojawił się nieznany błąd."
|
202 |
|
203 |
-
#: adrotate-output.php:
|
204 |
msgid "active ad(s) expired."
|
205 |
msgstr "Aktywne reklamy wygasły."
|
206 |
|
207 |
-
#: adrotate-output.php:
|
208 |
msgid "Take action now"
|
209 |
msgstr "Uruchom natymiastowo."
|
210 |
|
211 |
-
#: adrotate-output.php:
|
212 |
msgid "active ad(s) are about to expire."
|
213 |
msgstr "Aktywne reklamy niedługo wygasną."
|
214 |
|
215 |
-
#: adrotate-output.php:
|
216 |
msgid "Check it out"
|
217 |
msgstr "Sprawdz to"
|
218 |
|
219 |
-
#: adrotate-output.php:
|
220 |
msgid "active ad(s) with configuration errors."
|
221 |
msgstr "Aktywne reklamy z błędami konfiguracyjnymi."
|
222 |
|
223 |
-
#: adrotate-output.php:
|
224 |
msgid "Solve this"
|
225 |
msgstr "Napraw to"
|
226 |
|
227 |
-
#: adrotate-output.php:
|
228 |
msgid "ad(s) expired."
|
229 |
msgstr "Reklama wygasła."
|
230 |
|
231 |
-
#: adrotate-output.php:
|
232 |
msgid "ad(s) are about to expire."
|
233 |
msgstr "Reklama które wygasną."
|
234 |
|
235 |
-
#: adrotate-output.php:
|
236 |
msgid "ad(s) with configuration errors."
|
237 |
msgstr "Reklamy z błędami konfuguracyjnymi."
|
238 |
|
239 |
-
#: adrotate-output.php:
|
240 |
msgid "Fix this as soon as possible"
|
241 |
msgstr "Napraw to tak szybko jak to możliwe"
|
242 |
|
243 |
-
#: adrotate-output.php:
|
244 |
-
#: dashboard/adrotatepro.php:
|
245 |
-
#: dashboard/adrotatepro.php:
|
246 |
-
#: dashboard/adrotatepro.php:
|
247 |
-
#: dashboard/adrotatepro.php:
|
248 |
-
#: dashboard/info.php:
|
249 |
-
#: dashboard/info.php:
|
250 |
#: dashboard/settings/geotargeting.php:26
|
251 |
#, fuzzy
|
252 |
msgid "Buy now"
|
253 |
msgstr "Kup"
|
254 |
|
255 |
-
#: adrotate-output.php:
|
256 |
msgid ""
|
257 |
"You've been using <strong>AdRotate</strong> for a while now. Why not upgrade "
|
258 |
"to the <strong>PRO</strong> version"
|
259 |
msgstr ""
|
260 |
|
261 |
-
#: adrotate-output.php:
|
262 |
#, php-format
|
263 |
msgid ""
|
264 |
"Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
|
265 |
msgstr ""
|
266 |
|
267 |
-
#: adrotate-output.php:
|
268 |
msgid "Thank you for your purchase!"
|
269 |
msgstr ""
|
270 |
|
271 |
-
#: adrotate-output.php:
|
272 |
msgid ""
|
273 |
"Welcome, and thanks for using AdRotate. Everything related to AdRotate is in "
|
274 |
"this menu. Check out the"
|
275 |
msgstr ""
|
276 |
|
277 |
-
#: adrotate-output.php:
|
278 |
msgid "manuals"
|
279 |
msgstr "instrukcje"
|
280 |
|
281 |
-
#: adrotate-output.php:
|
282 |
msgid "and"
|
283 |
msgstr ""
|
284 |
|
285 |
-
#: adrotate-output.php:
|
286 |
msgid "forums"
|
287 |
msgstr ""
|
288 |
|
289 |
-
#: adrotate-output.php:
|
290 |
#, fuzzy
|
291 |
msgid "Useful Links"
|
292 |
msgstr "Użyteczne odnośniki."
|
293 |
|
294 |
-
#: adrotate-output.php:
|
295 |
msgid "Useful links to learn more about AdRotate"
|
296 |
msgstr ""
|
297 |
|
298 |
-
#: adrotate-output.php:
|
299 |
-
|
300 |
-
|
301 |
-
msgstr "AdRotate Pro"
|
302 |
|
303 |
-
#: adrotate-output.php:
|
304 |
#, fuzzy
|
305 |
msgid "Getting Started With AdRotate"
|
306 |
msgstr "Więcej ustawień z AdRotate Pro"
|
307 |
|
308 |
-
#: adrotate-output.php:
|
309 |
#, fuzzy
|
310 |
msgid "AdRotate manuals"
|
311 |
msgstr "Informacja AdRotate "
|
312 |
|
313 |
-
#: adrotate-output.php:
|
314 |
#, fuzzy
|
315 |
msgid "AdRotate Support Forum"
|
316 |
msgstr "Sklep AdRotate"
|
317 |
|
318 |
-
#: adrotate-output.php:
|
319 |
#, fuzzy
|
320 |
msgid "Help AdRotate Grow"
|
321 |
msgstr "Nie wiesz co zrobić z AdRotate? Ja ci pomogę!"
|
322 |
|
323 |
-
#: adrotate-output.php:
|
324 |
msgid "Brought to you by"
|
325 |
msgstr "Dostarczone przez "
|
326 |
|
327 |
-
#: adrotate-output.php:
|
328 |
msgid ""
|
329 |
"A lot of users only think to review AdRotate when something goes wrong while "
|
330 |
"thousands of people use AdRotate satisfactory. Don't let this go unnoticed."
|
331 |
msgstr ""
|
332 |
|
333 |
-
#: adrotate-output.php:
|
334 |
msgid "If you find AdRotate useful please leave your honest"
|
335 |
msgstr ""
|
336 |
|
337 |
-
#: adrotate-output.php:
|
338 |
msgid "rating"
|
339 |
msgstr ""
|
340 |
|
341 |
-
#: adrotate-output.php:
|
342 |
#, fuzzy
|
343 |
msgid "review"
|
344 |
msgstr ""
|
345 |
"Przeglądaj zapisanych reklamodawców. Widoczne jedynie dla reklamodawców."
|
346 |
|
347 |
-
#: adrotate-output.php:
|
348 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
349 |
msgstr ""
|
350 |
|
351 |
-
#: adrotate-output.php:
|
352 |
msgid "Available in AdRotate Pro"
|
353 |
msgstr "Dostępne w wersji AdRotate Pro"
|
354 |
|
355 |
-
#: adrotate-output.php:
|
356 |
msgid "More information..."
|
357 |
msgstr "Więcej informacji"
|
358 |
|
359 |
-
#: adrotate-output.php:
|
360 |
msgid "This feature is available in AdRotate Pro"
|
361 |
msgstr "Ta opcja jest dostępna w wersji AdRotate Pro"
|
362 |
|
363 |
-
#: adrotate-output.php:
|
364 |
msgid "Learn more"
|
365 |
msgstr "Dowiedź się więcej"
|
366 |
|
367 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
368 |
-
#: dashboard/publisher/adverts-edit.php:
|
369 |
msgid "January"
|
370 |
msgstr "Styczeń "
|
371 |
|
372 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
373 |
-
#: dashboard/publisher/adverts-edit.php:
|
374 |
msgid "February"
|
375 |
msgstr "Luty"
|
376 |
|
377 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
378 |
-
#: dashboard/publisher/adverts-edit.php:
|
379 |
msgid "March"
|
380 |
msgstr "Marzec"
|
381 |
|
382 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
383 |
-
#: dashboard/publisher/adverts-edit.php:
|
384 |
msgid "April"
|
385 |
msgstr "Kwiecień"
|
386 |
|
387 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
388 |
-
#: dashboard/publisher/adverts-edit.php:
|
389 |
msgid "May"
|
390 |
msgstr "Maj"
|
391 |
|
392 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
393 |
-
#: dashboard/publisher/adverts-edit.php:
|
394 |
msgid "June"
|
395 |
msgstr "Czerwiec"
|
396 |
|
397 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
398 |
-
#: dashboard/publisher/adverts-edit.php:
|
399 |
msgid "July"
|
400 |
msgstr "Lipiec"
|
401 |
|
402 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
403 |
-
#: dashboard/publisher/adverts-edit.php:
|
404 |
msgid "August"
|
405 |
msgstr "Sierpień"
|
406 |
|
407 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
408 |
-
#: dashboard/publisher/adverts-edit.php:
|
409 |
msgid "September"
|
410 |
msgstr "Wrzesień"
|
411 |
|
412 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
413 |
-
#: dashboard/publisher/adverts-edit.php:
|
414 |
msgid "October"
|
415 |
msgstr "Pażdziernik"
|
416 |
|
417 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
418 |
-
#: dashboard/publisher/adverts-edit.php:
|
419 |
msgid "November"
|
420 |
msgstr "Listopad"
|
421 |
|
422 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
423 |
-
#: dashboard/publisher/adverts-edit.php:
|
424 |
msgid "December"
|
425 |
msgstr "Grudzień"
|
426 |
|
@@ -550,7 +549,7 @@ msgid ""
|
|
550 |
"AdRotate Pro."
|
551 |
msgstr ""
|
552 |
|
553 |
-
#: adrotate.php:409 adrotate.php:496 dashboard/publisher/adverts-edit.php:
|
554 |
#: dashboard/publisher/adverts-main.php:114
|
555 |
#: dashboard/publisher/groups-edit.php:75
|
556 |
#: dashboard/publisher/groups-main.php:89
|
@@ -590,7 +589,7 @@ msgstr "Start / Koniec"
|
|
590 |
msgid "End"
|
591 |
msgstr "Start / Koniec"
|
592 |
|
593 |
-
#: adrotate.php:428 dashboard/publisher/adverts-edit.php:
|
594 |
#: dashboard/publisher/groups-main.php:34
|
595 |
msgid "Ads"
|
596 |
msgstr "Reklamy"
|
@@ -690,7 +689,7 @@ msgstr ""
|
|
690 |
"format i nazewnictwo; \"nazwa.full.rozszerzenie\". Polecamy zachowanie "
|
691 |
"pełnego wachlarza rozmiarów.'"
|
692 |
|
693 |
-
#: adrotate.php:503 dashboard/publisher/adverts-edit.php:
|
694 |
msgid ""
|
695 |
"For smaller size images use \".320\", \".480\", \".768\" or \".1024\" in the "
|
696 |
"filename instead of \".full\" for the various viewports."
|
@@ -813,21 +812,22 @@ msgid ""
|
|
813 |
"forum. Get a solution (usually) within a day."
|
814 |
msgstr ""
|
815 |
|
816 |
-
#: dashboard/adrotatepro.php:48 dashboard/info.php:
|
817 |
msgid "AdRotate is brought to you by"
|
818 |
msgstr "Możesz koszystać z AdRotate dzięki"
|
819 |
|
820 |
-
#: dashboard/adrotatepro.php:52 dashboard/info.php:
|
821 |
msgid ""
|
822 |
-
"Premium plugins for WordPress and WooCommerce!
|
823 |
-
"
|
|
|
824 |
msgstr ""
|
825 |
|
826 |
-
#: dashboard/adrotatepro.php:
|
827 |
msgid "Schedule all campaigns with ease"
|
828 |
msgstr "Zaplanuj z łatwością wszystkie kampanie reklamowe"
|
829 |
|
830 |
-
#: dashboard/adrotatepro.php:
|
831 |
msgid ""
|
832 |
"Schedule your adverts and set up advertising campaigns based on dates you or "
|
833 |
"your advertisers specify without hassle. Seasonal adverts, weekly adverts. "
|
@@ -835,11 +835,11 @@ msgid ""
|
|
835 |
"much more easy. You can set one or many schedules for adverts."
|
836 |
msgstr ""
|
837 |
|
838 |
-
#: dashboard/adrotatepro.php:
|
839 |
msgid "Avoid adblockers"
|
840 |
msgstr ""
|
841 |
|
842 |
-
#: dashboard/adrotatepro.php:
|
843 |
msgid ""
|
844 |
"Try and avoid adblockers so you adverts get the exposure you want them to "
|
845 |
"have. AdRotate Pro offers some advanced tools to deceive adblockers so your "
|
@@ -847,11 +847,11 @@ msgid ""
|
|
847 |
"adverts smartly so these features reach their full potential!"
|
848 |
msgstr ""
|
849 |
|
850 |
-
#: dashboard/adrotatepro.php:
|
851 |
msgid "Stay up-to-date with notifications"
|
852 |
msgstr ""
|
853 |
|
854 |
-
#: dashboard/adrotatepro.php:
|
855 |
msgid ""
|
856 |
"Stay in touch with Email notifications. Have AdRotate send you an alert when "
|
857 |
"adverts expire or need your attention. Additionally, you can have AdRotate "
|
@@ -860,89 +860,89 @@ msgid ""
|
|
860 |
"miss an expiration date again."
|
861 |
msgstr ""
|
862 |
|
863 |
-
#: dashboard/adrotatepro.php:
|
864 |
-
#: dashboard/info.php:
|
865 |
msgid "Buy AdRotate Professional"
|
866 |
msgstr "Kup AdRotate Pro"
|
867 |
|
868 |
-
#: dashboard/adrotatepro.php:
|
869 |
msgid "Single License"
|
870 |
msgstr ""
|
871 |
|
872 |
-
#: dashboard/adrotatepro.php:
|
873 |
msgid "For one WordPress installation."
|
874 |
msgstr "dla jednej instalcji Wordpressa"
|
875 |
|
876 |
-
#: dashboard/adrotatepro.php:
|
877 |
-
#: dashboard/info.php:
|
878 |
msgid "Duo License"
|
879 |
msgstr "Podwójna licencja"
|
880 |
|
881 |
-
#: dashboard/adrotatepro.php:
|
882 |
msgid "For two WordPress installations."
|
883 |
msgstr "dla dwóch instalcji Wordpressa"
|
884 |
|
885 |
-
#: dashboard/adrotatepro.php:
|
886 |
-
#: dashboard/info.php:
|
887 |
msgid "Multi License"
|
888 |
msgstr "Multi licencja"
|
889 |
|
890 |
-
#: dashboard/adrotatepro.php:
|
891 |
msgid " For up to five WordPress installations."
|
892 |
msgstr "dla 5 instalacji Wordpessa."
|
893 |
|
894 |
-
#: dashboard/adrotatepro.php:
|
895 |
-
#: dashboard/info.php:
|
896 |
msgid "Developer License"
|
897 |
msgstr "Licencja Programisty"
|
898 |
|
899 |
-
#: dashboard/adrotatepro.php:
|
900 |
msgid "Unlimited WordPress installations and/or networks."
|
901 |
msgstr ""
|
902 |
|
903 |
-
#: dashboard/adrotatepro.php:
|
904 |
-
#: dashboard/info.php:
|
905 |
msgid "Compare licenses"
|
906 |
msgstr "Porównaj licencje."
|
907 |
|
908 |
-
#: dashboard/adrotatepro.php:
|
909 |
msgid "Not sure which license is for you? Compare them..."
|
910 |
msgstr "Nie wiesz jaka licencja jest dla Ciebie? Porównaj je..."
|
911 |
|
912 |
-
#: dashboard/adrotatepro.php:
|
913 |
msgid "All Licenses"
|
914 |
msgstr "Wszystkie licencje"
|
915 |
|
916 |
-
#: dashboard/adrotatepro.php:
|
917 |
msgid "Lifetime License"
|
918 |
msgstr ""
|
919 |
|
920 |
-
#: dashboard/adrotatepro.php:
|
921 |
msgid "Single installation."
|
922 |
msgstr ""
|
923 |
|
924 |
-
#: dashboard/adrotatepro.php:
|
925 |
msgid "Up to 2 installations."
|
926 |
msgstr ""
|
927 |
|
928 |
-
#: dashboard/adrotatepro.php:
|
929 |
msgid "Up to 10 installations."
|
930 |
msgstr ""
|
931 |
|
932 |
-
#: dashboard/adrotatepro.php:
|
933 |
msgid "Up to 25 installations or multisite networks."
|
934 |
msgstr ""
|
935 |
|
936 |
-
#: dashboard/adrotatepro.php:
|
937 |
msgid ""
|
938 |
"Subscriptions get 1 year access to updates, email support & AdRotate Geo."
|
939 |
msgstr ""
|
940 |
|
941 |
-
#: dashboard/adrotatepro.php:
|
942 |
msgid "Not sure which license is for you?"
|
943 |
msgstr ""
|
944 |
|
945 |
-
#: dashboard/adrotatepro.php:
|
946 |
msgid "Compare Licenses"
|
947 |
msgstr ""
|
948 |
|
@@ -979,22 +979,20 @@ msgid "Support AdRotate"
|
|
979 |
msgstr "Wesprzyj AdRotate"
|
980 |
|
981 |
#: dashboard/info.php:55
|
982 |
-
msgid "
|
983 |
-
|
984 |
-
|
985 |
-
#: dashboard/info.php:55
|
986 |
-
msgid "Can't donate money? Consider writing a review instead. Thank you!"
|
987 |
msgstr ""
|
988 |
|
989 |
-
#: dashboard/info.php:
|
990 |
msgid "AdRotate News and Developer Blog"
|
991 |
msgstr "AdRotere Wiadomości i Blog "
|
992 |
|
993 |
-
#: dashboard/info.php:
|
994 |
msgid "Get more features with AdRotate Pro"
|
995 |
msgstr "Więcej ustawień z AdRotate Pro"
|
996 |
|
997 |
-
#: dashboard/info.php:
|
998 |
msgid ""
|
999 |
"Benefit from extra features to reinforce your income with advertising "
|
1000 |
"campaigns. Make the most of your website with the powerful tools AdRotate "
|
@@ -1004,15 +1002,15 @@ msgstr ""
|
|
1004 |
"Skorzystaj z potężnych narzędzi AdRotate PRO zyskaj więcej dzięki dodatkowym "
|
1005 |
"funkcjom."
|
1006 |
|
1007 |
-
#: dashboard/info.php:
|
1008 |
msgid "Want to know more about"
|
1009 |
msgstr ""
|
1010 |
|
1011 |
-
#: dashboard/info.php:
|
1012 |
msgid "Visit the"
|
1013 |
msgstr "Odwiedź"
|
1014 |
|
1015 |
-
#: dashboard/info.php:
|
1016 |
msgid "website"
|
1017 |
msgstr "strone internetową"
|
1018 |
|
@@ -1021,7 +1019,7 @@ msgid "Disabled Ads"
|
|
1021 |
msgstr "Wyłączone reklamy"
|
1022 |
|
1023 |
#: dashboard/publisher/adverts-disabled.php:21
|
1024 |
-
#: dashboard/publisher/adverts-edit.php:
|
1025 |
msgid "Activate"
|
1026 |
msgstr "Aktywuj"
|
1027 |
|
@@ -1038,7 +1036,7 @@ msgid "Start / End"
|
|
1038 |
msgstr "Start / Koniec"
|
1039 |
|
1040 |
#: dashboard/publisher/adverts-disabled.php:37
|
1041 |
-
#: dashboard/publisher/adverts-edit.php:
|
1042 |
#: dashboard/publisher/adverts-error.php:41
|
1043 |
#: dashboard/publisher/adverts-main.php:41
|
1044 |
msgid "Title"
|
@@ -1142,61 +1140,61 @@ msgstr "Ta reklama wygaśnie za 7 dni!"
|
|
1142 |
msgid "This ad has been disabled and does not rotate on your site!"
|
1143 |
msgstr "Reklama został wyłączona i nie jest wyświetlana na stronie!"
|
1144 |
|
1145 |
-
#: dashboard/publisher/adverts-edit.php:
|
1146 |
msgid "New Advert"
|
1147 |
msgstr "Nowa reklama"
|
1148 |
|
1149 |
-
#: dashboard/publisher/adverts-edit.php:
|
1150 |
msgid "Edit Advert"
|
1151 |
msgstr "Edytuj reklamę"
|
1152 |
|
1153 |
-
#: dashboard/publisher/adverts-edit.php:
|
1154 |
msgid "AdCode"
|
1155 |
msgstr ""
|
1156 |
|
1157 |
-
#: dashboard/publisher/adverts-edit.php:
|
1158 |
msgid "Basic Examples:"
|
1159 |
msgstr "Proste przykłady:"
|
1160 |
|
1161 |
-
#: dashboard/publisher/adverts-edit.php:
|
1162 |
msgid "Useful tags"
|
1163 |
msgstr ""
|
1164 |
|
1165 |
-
#: dashboard/publisher/adverts-edit.php:
|
1166 |
msgid "Insert the advert ID Number."
|
1167 |
msgstr ""
|
1168 |
|
1169 |
-
#: dashboard/publisher/adverts-edit.php:
|
1170 |
msgid "Required when selecting a image below."
|
1171 |
msgstr ""
|
1172 |
|
1173 |
-
#: dashboard/publisher/adverts-edit.php:
|
1174 |
msgid "Insert the advert name."
|
1175 |
msgstr ""
|
1176 |
|
1177 |
-
#: dashboard/publisher/adverts-edit.php:
|
1178 |
msgid "Insert a random seed. Useful for DFP/DoubleClick type adverts."
|
1179 |
msgstr ""
|
1180 |
|
1181 |
-
#: dashboard/publisher/adverts-edit.php:
|
1182 |
msgid "Add inside the <a> tag to open advert in a new window."
|
1183 |
msgstr ""
|
1184 |
|
1185 |
-
#: dashboard/publisher/adverts-edit.php:
|
1186 |
msgid "Add inside the <a> tag to tell crawlers to ignore this link"
|
1187 |
msgstr ""
|
1188 |
|
1189 |
-
#: dashboard/publisher/adverts-edit.php:
|
1190 |
msgid ""
|
1191 |
"Place the cursor in your AdCode where you want to add any of these tags and "
|
1192 |
"click to add it."
|
1193 |
msgstr ""
|
1194 |
|
1195 |
-
#: dashboard/publisher/adverts-edit.php:
|
1196 |
msgid "Preview"
|
1197 |
msgstr "Podgląd"
|
1198 |
|
1199 |
-
#: dashboard/publisher/adverts-edit.php:
|
1200 |
msgid ""
|
1201 |
"Note: While this preview is an accurate one, it might look different then it "
|
1202 |
"does on the website."
|
@@ -1204,42 +1202,42 @@ msgstr ""
|
|
1204 |
"Uwaga: Podczas podglądu reklama może wygląać inaczej, to nie na stronie "
|
1205 |
"internetowej."
|
1206 |
|
1207 |
-
#: dashboard/publisher/adverts-edit.php:
|
1208 |
msgid ""
|
1209 |
"This is because of CSS differences. Your themes CSS file is not active here!"
|
1210 |
msgstr ""
|
1211 |
"To wynika z różnic w Kaskadowych arkuszach stylu CSS. Twój szablon nie "
|
1212 |
"działa w tym pliku!."
|
1213 |
|
1214 |
-
#: dashboard/publisher/adverts-edit.php:
|
1215 |
msgid "Banner asset"
|
1216 |
msgstr ""
|
1217 |
|
1218 |
-
#: dashboard/publisher/adverts-edit.php:
|
1219 |
msgid "WordPress media:"
|
1220 |
msgstr ""
|
1221 |
|
1222 |
-
#: dashboard/publisher/adverts-edit.php:
|
1223 |
msgid "Select Banner"
|
1224 |
msgstr "Wybierz baner:"
|
1225 |
|
1226 |
-
#: dashboard/publisher/adverts-edit.php:
|
1227 |
msgid "- OR -"
|
1228 |
msgstr "--albo-"
|
1229 |
|
1230 |
-
#: dashboard/publisher/adverts-edit.php:
|
1231 |
msgid "Banner folder:"
|
1232 |
msgstr "Folder banerów:"
|
1233 |
|
1234 |
-
#: dashboard/publisher/adverts-edit.php:
|
1235 |
msgid "No image selected"
|
1236 |
msgstr "Nie wybrano żadnego obrazu"
|
1237 |
|
1238 |
-
#: dashboard/publisher/adverts-edit.php:
|
1239 |
msgid "Use %image% in the adcode instead of the file path."
|
1240 |
msgstr ""
|
1241 |
|
1242 |
-
#: dashboard/publisher/adverts-edit.php:
|
1243 |
msgid ""
|
1244 |
"Use either the text field or the dropdown. If the textfield has content that "
|
1245 |
"field has priority."
|
@@ -1247,31 +1245,31 @@ msgstr ""
|
|
1247 |
"Skorzystaj z pola tekstowego lub listy rozwijanej. Jeśli pole tekstowe "
|
1248 |
"zawiera treści, te pole ma pierwszeństwo."
|
1249 |
|
1250 |
-
#: dashboard/publisher/adverts-edit.php:
|
1251 |
#: dashboard/settings/statistics.php:12
|
1252 |
msgid "Statistics"
|
1253 |
msgstr "Statystyki"
|
1254 |
|
1255 |
-
#: dashboard/publisher/adverts-edit.php:
|
1256 |
msgid "Enable click and impression tracking for this advert."
|
1257 |
msgstr ""
|
1258 |
|
1259 |
-
#: dashboard/publisher/adverts-edit.php:
|
1260 |
msgid ""
|
1261 |
"Note: Clicktracking does not work for Javascript adverts such as those "
|
1262 |
"provided by Google AdSense/DFP/DoubleClick. HTML5/Flash adverts are not "
|
1263 |
"always supported."
|
1264 |
msgstr ""
|
1265 |
|
1266 |
-
#: dashboard/publisher/adverts-edit.php:
|
1267 |
msgid "Yes, this ad will be used"
|
1268 |
msgstr "Uruchom ta reklamę"
|
1269 |
|
1270 |
-
#: dashboard/publisher/adverts-edit.php:
|
1271 |
msgid "No, do not show this ad anywhere"
|
1272 |
msgstr "Niepokazuj tej reklamy."
|
1273 |
|
1274 |
-
#: dashboard/publisher/adverts-edit.php:
|
1275 |
#: dashboard/publisher/adverts-main.php:114
|
1276 |
#: dashboard/publisher/groups-edit.php:75
|
1277 |
#: dashboard/publisher/groups-main.php:89
|
@@ -1279,282 +1277,282 @@ msgstr "Niepokazuj tej reklamy."
|
|
1279 |
msgid "Get more features with AdRotate Pro."
|
1280 |
msgstr "Więcej ustawień z AdRotate Pro"
|
1281 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1282 |
#: dashboard/publisher/adverts-edit.php:192
|
1283 |
#: dashboard/publisher/adverts-edit.php:292
|
1284 |
#: dashboard/publisher/adverts-edit.php:387
|
1285 |
#: dashboard/publisher/adverts-edit.php:428
|
1286 |
-
msgid "Save Advert"
|
1287 |
-
msgstr "Zapisz reklamę"
|
1288 |
-
|
1289 |
-
#: dashboard/publisher/adverts-edit.php:193
|
1290 |
-
#: dashboard/publisher/adverts-edit.php:293
|
1291 |
-
#: dashboard/publisher/adverts-edit.php:388
|
1292 |
-
#: dashboard/publisher/adverts-edit.php:429
|
1293 |
#: dashboard/publisher/groups-edit.php:154
|
1294 |
#: dashboard/publisher/groups-edit.php:301
|
1295 |
#: dashboard/publisher/groups-edit.php:393
|
1296 |
msgid "Cancel"
|
1297 |
msgstr "Anuluj"
|
1298 |
|
1299 |
-
#: dashboard/publisher/adverts-edit.php:
|
1300 |
-
#: dashboard/publisher/adverts-edit.php:
|
1301 |
#: dashboard/publisher/groups-edit.php:136
|
1302 |
#: dashboard/publisher/groups-edit.php:283
|
1303 |
msgid "Usage"
|
1304 |
msgstr "Użycie"
|
1305 |
|
1306 |
-
#: dashboard/publisher/adverts-edit.php:
|
1307 |
-
#: dashboard/publisher/adverts-edit.php:
|
1308 |
#: dashboard/publisher/groups-edit.php:140
|
1309 |
#: dashboard/publisher/groups-edit.php:287
|
1310 |
msgid "Widget"
|
1311 |
msgstr ""
|
1312 |
|
1313 |
-
#: dashboard/publisher/adverts-edit.php:
|
1314 |
-
#: dashboard/publisher/adverts-edit.php:
|
1315 |
msgid ""
|
1316 |
"Drag the AdRotate widget to the sidebar you want it in, select \"Single Ad\" "
|
1317 |
"and enter ID"
|
1318 |
msgstr ""
|
1319 |
|
1320 |
-
#: dashboard/publisher/adverts-edit.php:
|
1321 |
-
#: dashboard/publisher/adverts-edit.php:
|
1322 |
#: dashboard/publisher/groups-edit.php:144
|
1323 |
#: dashboard/publisher/groups-edit.php:291
|
1324 |
msgid "In a post or page"
|
1325 |
msgstr ""
|
1326 |
|
1327 |
-
#: dashboard/publisher/adverts-edit.php:
|
1328 |
-
#: dashboard/publisher/adverts-edit.php:
|
1329 |
#: dashboard/publisher/groups-edit.php:146
|
1330 |
#: dashboard/publisher/groups-edit.php:293
|
1331 |
msgid "Directly in a theme"
|
1332 |
msgstr ""
|
1333 |
|
1334 |
-
#: dashboard/publisher/adverts-edit.php:
|
1335 |
msgid "Schedule your advert"
|
1336 |
msgstr ""
|
1337 |
|
1338 |
-
#: dashboard/publisher/adverts-edit.php:
|
1339 |
msgid "Start date (day/month/year)"
|
1340 |
msgstr ""
|
1341 |
|
1342 |
-
#: dashboard/publisher/adverts-edit.php:
|
1343 |
msgid "End date (day/month/year)"
|
1344 |
msgstr ""
|
1345 |
|
1346 |
-
#: dashboard/publisher/adverts-edit.php:
|
1347 |
msgid "Start time (hh:mm)"
|
1348 |
msgstr ""
|
1349 |
|
1350 |
-
#: dashboard/publisher/adverts-edit.php:
|
1351 |
msgid "End time (hh:mm)"
|
1352 |
msgstr ""
|
1353 |
|
1354 |
-
#: dashboard/publisher/adverts-edit.php:
|
1355 |
msgid "Maximum Clicks"
|
1356 |
msgstr ""
|
1357 |
|
1358 |
-
#: dashboard/publisher/adverts-edit.php:
|
1359 |
-
#: dashboard/publisher/adverts-edit.php:
|
1360 |
msgid "Leave empty or 0 to skip this."
|
1361 |
msgstr "Pozostaw puste albo wpisz 0 ."
|
1362 |
|
1363 |
-
#: dashboard/publisher/adverts-edit.php:
|
1364 |
msgid "Maximum Impressions"
|
1365 |
msgstr ""
|
1366 |
|
1367 |
-
#: dashboard/publisher/adverts-edit.php:
|
1368 |
msgid "Important"
|
1369 |
msgstr ""
|
1370 |
|
1371 |
-
#: dashboard/publisher/adverts-edit.php:
|
1372 |
msgid ""
|
1373 |
"Note: Time uses a 24 hour clock. When you are used to the AM/PM system keep "
|
1374 |
"this in mind: If the start or end time is after lunch, add 12 hours. 2PM is "
|
1375 |
"14:00 hours. 6AM is 6:00 hours."
|
1376 |
msgstr ""
|
1377 |
|
1378 |
-
#: dashboard/publisher/adverts-edit.php:
|
1379 |
msgid ""
|
1380 |
"Create multiple and more advanced schedules for each advert with AdRotate "
|
1381 |
"Pro."
|
1382 |
msgstr ""
|
1383 |
|
1384 |
-
#: dashboard/publisher/adverts-edit.php:
|
1385 |
-
#: dashboard/publisher/adverts-edit.php:
|
1386 |
-
#: dashboard/publisher/adverts-edit.php:
|
1387 |
#: dashboard/publisher/groups-edit.php:200
|
1388 |
#, fuzzy
|
1389 |
msgid "Upgrade today"
|
1390 |
msgstr "Dziś"
|
1391 |
|
1392 |
-
#: dashboard/publisher/adverts-edit.php:
|
1393 |
#: dashboard/publisher/groups-edit.php:157
|
1394 |
msgid "Advanced"
|
1395 |
msgstr "Zaawansowane"
|
1396 |
|
1397 |
-
#: dashboard/publisher/adverts-edit.php:
|
1398 |
msgid "Everything below is optional."
|
1399 |
msgstr "Wszystkie opcje poniżej są opcjonalne."
|
1400 |
|
1401 |
-
#: dashboard/publisher/adverts-edit.php:
|
1402 |
msgid "Mobile"
|
1403 |
msgstr ""
|
1404 |
|
1405 |
-
#: dashboard/publisher/adverts-edit.php:
|
1406 |
msgid "Show on;"
|
1407 |
msgstr ""
|
1408 |
|
1409 |
-
#: dashboard/publisher/adverts-edit.php:
|
1410 |
msgid "Computers"
|
1411 |
msgstr ""
|
1412 |
|
1413 |
-
#: dashboard/publisher/adverts-edit.php:
|
1414 |
msgid "Smartphones"
|
1415 |
msgstr ""
|
1416 |
|
1417 |
-
#: dashboard/publisher/adverts-edit.php:
|
1418 |
msgid "Tablets."
|
1419 |
msgstr ""
|
1420 |
|
1421 |
-
#: dashboard/publisher/adverts-edit.php:
|
1422 |
msgid "Also enable mobile support in the group this advert goes in."
|
1423 |
msgstr ""
|
1424 |
|
1425 |
-
#: dashboard/publisher/adverts-edit.php:
|
1426 |
msgid "Responsive"
|
1427 |
msgstr ""
|
1428 |
|
1429 |
-
#: dashboard/publisher/adverts-edit.php:
|
1430 |
msgid "Enable responsive support for this advert."
|
1431 |
msgstr "Włącz responsywny wygląd dla tej reklamy."
|
1432 |
|
1433 |
-
#: dashboard/publisher/adverts-edit.php:
|
1434 |
msgid ""
|
1435 |
"Upload your images to the banner folder and make sure the filename is in the "
|
1436 |
"following format; \"imagename.full.ext\"."
|
1437 |
msgstr ""
|
1438 |
|
1439 |
-
#: dashboard/publisher/adverts-edit.php:
|
1440 |
#: dashboard/publisher/adverts-report.php:58
|
1441 |
#: dashboard/publisher/groups-report.php:64
|
1442 |
msgid "Note:"
|
1443 |
msgstr "Notatka:"
|
1444 |
|
1445 |
-
#: dashboard/publisher/adverts-edit.php:
|
1446 |
msgid ""
|
1447 |
"This feature will not be developed any further. Consider switching to the "
|
1448 |
"Mobile feature in AdRotate Pro as seen above!"
|
1449 |
msgstr ""
|
1450 |
|
1451 |
-
#: dashboard/publisher/adverts-edit.php:
|
1452 |
#: dashboard/publisher/groups-edit.php:194
|
1453 |
msgid "Sortorder"
|
1454 |
msgstr ""
|
1455 |
|
1456 |
-
#: dashboard/publisher/adverts-edit.php:
|
1457 |
#: dashboard/publisher/groups-edit.php:196
|
1458 |
msgid "For administrative purposes set a sortorder."
|
1459 |
msgstr "Dla celów administracyjnych ustaw sortowanie."
|
1460 |
|
1461 |
-
#: dashboard/publisher/adverts-edit.php:
|
1462 |
msgid "Leave empty or 0 to skip this. Will default to ad id."
|
1463 |
msgstr ""
|
1464 |
"Pozostaw puste albo wpisz 0 by pominąć te ustawienia. Domyślnie ID reklamy."
|
1465 |
|
1466 |
-
#: dashboard/publisher/adverts-edit.php:
|
1467 |
msgid ""
|
1468 |
"With AdRotate Pro you can easily select which devices the advert should show "
|
1469 |
"on!"
|
1470 |
msgstr ""
|
1471 |
|
1472 |
-
#: dashboard/publisher/adverts-edit.php:
|
1473 |
msgid "Geo Targeting in AdRotate Pro"
|
1474 |
msgstr ""
|
1475 |
|
1476 |
-
#: dashboard/publisher/adverts-edit.php:
|
1477 |
msgid ""
|
1478 |
"Assign the advert to a group and enable that group to use Geo Targeting."
|
1479 |
msgstr ""
|
1480 |
|
1481 |
-
#: dashboard/publisher/adverts-edit.php:
|
1482 |
msgid "Cities/States"
|
1483 |
msgstr ""
|
1484 |
|
1485 |
-
#: dashboard/publisher/adverts-edit.php:
|
1486 |
msgid ""
|
1487 |
"A comma separated list of cities (or the Metro ID) and/or states (Also the "
|
1488 |
"states ISO codes are supported)"
|
1489 |
msgstr ""
|
1490 |
|
1491 |
-
#: dashboard/publisher/adverts-edit.php:
|
1492 |
msgid ""
|
1493 |
"AdRotate does not check the validity of names so make sure you spell them "
|
1494 |
"correctly!"
|
1495 |
msgstr ""
|
1496 |
|
1497 |
-
#: dashboard/publisher/adverts-edit.php:
|
1498 |
msgid "Countries"
|
1499 |
msgstr ""
|
1500 |
|
1501 |
-
#: dashboard/publisher/adverts-edit.php:
|
1502 |
msgid "Select the countries you want the adverts to show in."
|
1503 |
msgstr "Wybierz kraj w którym chcesz wyświetlać reklamy."
|
1504 |
|
1505 |
-
#: dashboard/publisher/adverts-edit.php:
|
1506 |
msgid "Cities take priority and will be filtered first."
|
1507 |
msgstr "Miasta mają pierwszeństwo i będą filtrowane jaki pierwsze."
|
1508 |
|
1509 |
-
#: dashboard/publisher/adverts-edit.php:
|
1510 |
msgid "Target your audience with Geo Targeting in AdRotate Pro"
|
1511 |
msgstr ""
|
1512 |
|
1513 |
-
#: dashboard/publisher/adverts-edit.php:
|
1514 |
msgid "Select Groups"
|
1515 |
msgstr "Wybierz grupy"
|
1516 |
|
1517 |
-
#: dashboard/publisher/adverts-edit.php:
|
1518 |
msgid "ID - Name"
|
1519 |
msgstr "ID - Nazwa"
|
1520 |
|
1521 |
-
#: dashboard/publisher/adverts-edit.php:
|
1522 |
#: dashboard/publisher/groups-main.php:60
|
1523 |
#: dashboard/settings/geotargeting.php:39
|
1524 |
msgid "Default"
|
1525 |
msgstr "Domyślny"
|
1526 |
|
1527 |
-
#: dashboard/publisher/adverts-edit.php:
|
1528 |
#: dashboard/publisher/groups-main.php:61
|
1529 |
msgid "Dynamic"
|
1530 |
msgstr "Dynamiczny"
|
1531 |
|
1532 |
-
#: dashboard/publisher/adverts-edit.php:
|
1533 |
#: dashboard/publisher/groups-main.php:61
|
1534 |
msgid "second rotation"
|
1535 |
msgstr "drugi obrót"
|
1536 |
|
1537 |
-
#: dashboard/publisher/adverts-edit.php:
|
1538 |
#: dashboard/publisher/groups-main.php:62
|
1539 |
msgid "Block"
|
1540 |
msgstr "Blok"
|
1541 |
|
1542 |
-
#: dashboard/publisher/adverts-edit.php:
|
1543 |
#: dashboard/publisher/groups-main.php:62
|
1544 |
msgid "grid"
|
1545 |
msgstr "siatka"
|
1546 |
|
1547 |
-
#: dashboard/publisher/adverts-edit.php:
|
1548 |
#: dashboard/publisher/groups-edit.php:202
|
1549 |
#: dashboard/publisher/groups-main.php:63
|
1550 |
msgid "Post Injection"
|
1551 |
msgstr "Umieszczanie we wpisach"
|
1552 |
|
1553 |
-
#: dashboard/publisher/adverts-edit.php:
|
1554 |
msgid "Geolocation"
|
1555 |
msgstr "Geolokalizacja"
|
1556 |
|
1557 |
-
#: dashboard/publisher/adverts-edit.php:
|
1558 |
#: dashboard/publisher/groups-edit.php:61
|
1559 |
#: dashboard/publisher/groups-main.php:70
|
1560 |
msgid "Mode"
|
@@ -2073,87 +2071,97 @@ msgid "Some options are only available in AdRotate Pro!"
|
|
2073 |
msgstr ""
|
2074 |
|
2075 |
#: dashboard/settings/general.php:16
|
2076 |
-
msgid "
|
2077 |
msgstr ""
|
2078 |
|
2079 |
#: dashboard/settings/general.php:17
|
2080 |
msgid ""
|
2081 |
-
"Enable if your theme does not support shortcodes in the
|
2082 |
-
"widget."
|
2083 |
msgstr ""
|
2084 |
|
2085 |
#: dashboard/settings/general.php:20
|
2086 |
-
msgid "
|
2087 |
msgstr ""
|
2088 |
|
2089 |
#: dashboard/settings/general.php:21
|
2090 |
msgid ""
|
2091 |
-
"
|
2092 |
-
"
|
2093 |
msgstr ""
|
2094 |
|
2095 |
#: dashboard/settings/general.php:24
|
2096 |
-
msgid "
|
2097 |
-
msgstr "
|
2098 |
|
2099 |
#: dashboard/settings/general.php:25
|
2100 |
msgid ""
|
2101 |
-
"Enable
|
2102 |
-
"
|
2103 |
msgstr ""
|
2104 |
|
2105 |
#: dashboard/settings/general.php:28
|
2106 |
-
msgid "Load
|
2107 |
-
msgstr ""
|
2108 |
|
2109 |
#: dashboard/settings/general.php:29
|
2110 |
msgid ""
|
2111 |
-
"Enable
|
2112 |
-
"
|
2113 |
msgstr ""
|
2114 |
|
2115 |
#: dashboard/settings/general.php:32
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2116 |
msgid "Adblock disguise"
|
2117 |
msgstr ""
|
2118 |
|
2119 |
-
#: dashboard/settings/general.php:
|
2120 |
msgid "Leave empty to disable. Use only lowercaps letters. For example:"
|
2121 |
msgstr ""
|
2122 |
|
2123 |
-
#: dashboard/settings/general.php:
|
2124 |
msgid ""
|
2125 |
"Try and avoid adblock plugins in most modern browsers when using shortcodes."
|
2126 |
msgstr ""
|
2127 |
|
2128 |
-
#: dashboard/settings/general.php:
|
2129 |
msgid ""
|
2130 |
"To also apply this feature to widgets, use a text widget with a shortcode "
|
2131 |
"instead of the AdRotate widget."
|
2132 |
msgstr ""
|
2133 |
|
2134 |
-
#: dashboard/settings/general.php:
|
2135 |
msgid ""
|
2136 |
"Avoid the use of obvious keywords or filenames in your adverts or this "
|
2137 |
"feature will have little effect!"
|
2138 |
msgstr ""
|
2139 |
|
2140 |
-
#: dashboard/settings/general.php:
|
2141 |
msgid "Banner Folder"
|
2142 |
msgstr "Folder banerów"
|
2143 |
|
2144 |
-
#: dashboard/settings/general.php:
|
2145 |
msgid "Set a location where your banner images will be stored."
|
2146 |
msgstr "Wskaż lokalizację gdzie przechowywane będą obrazy reklam."
|
2147 |
|
2148 |
-
#: dashboard/settings/general.php:
|
2149 |
msgid "Location"
|
2150 |
msgstr "Lokalizacja"
|
2151 |
|
2152 |
-
#: dashboard/settings/general.php:
|
2153 |
msgid "(Default: wp-content/banners/)."
|
2154 |
msgstr "(Domyślnie: wp-content/banners/)."
|
2155 |
|
2156 |
-
#: dashboard/settings/general.php:
|
2157 |
msgid ""
|
2158 |
"To try and trick ad blockers you could set the folder to something crazy "
|
2159 |
"like:"
|
@@ -2161,7 +2169,7 @@ msgstr ""
|
|
2161 |
"Jeśli chcesz możeszspróbować trochę oszukać programy blokujące reklamy. "
|
2162 |
"Wsytarczy żę podasz jakąś nietypową nazwę folderu np. taką :"
|
2163 |
|
2164 |
-
#: dashboard/settings/general.php:
|
2165 |
msgid ""
|
2166 |
"This folder will not be automatically created if it doesn't exist. AdRotate "
|
2167 |
"will show errors when the folder is missing."
|
@@ -2169,46 +2177,46 @@ msgstr ""
|
|
2169 |
"Ten folder nie zostanie automatycznie utworzony jeśli nie istnieje. AdRotate "
|
2170 |
"wyświetli błędy jeśli nie odnajdzie katalogu."
|
2171 |
|
2172 |
-
#: dashboard/settings/general.php:
|
2173 |
msgid "Bot filter"
|
2174 |
msgstr "Filtr Botów Internetowych"
|
2175 |
|
2176 |
-
#: dashboard/settings/general.php:
|
2177 |
msgid "The bot filter is used for the AdRotate stats tracker."
|
2178 |
msgstr ""
|
2179 |
|
2180 |
-
#: dashboard/settings/general.php:
|
2181 |
msgid "User-Agent Filter"
|
2182 |
msgstr "Filtr Agentów"
|
2183 |
|
2184 |
-
#: dashboard/settings/general.php:
|
2185 |
msgid ""
|
2186 |
"A comma separated list of keywords. Filter out bots/crawlers/user-agents."
|
2187 |
msgstr ""
|
2188 |
|
2189 |
-
#: dashboard/settings/general.php:
|
2190 |
msgid ""
|
2191 |
"Keep in mind that this might give false positives. The word 'fire' also "
|
2192 |
"matches 'firefox', but not vice-versa. So be careful!"
|
2193 |
msgstr ""
|
2194 |
|
2195 |
-
#: dashboard/settings/general.php:
|
2196 |
msgid ""
|
2197 |
"Only words with alphanumeric characters and [ - _ ] are allowed. All other "
|
2198 |
"characters are stripped out."
|
2199 |
msgstr ""
|
2200 |
|
2201 |
-
#: dashboard/settings/general.php:
|
2202 |
msgid ""
|
2203 |
"Additionally to the list specified here, empty User-Agents are blocked as "
|
2204 |
"well."
|
2205 |
msgstr "Dodatkowo do listy podanej tutaj, puści agenci są blokowani."
|
2206 |
|
2207 |
-
#: dashboard/settings/general.php:
|
2208 |
msgid "Learn more about"
|
2209 |
msgstr "Dowiedź się więcej o"
|
2210 |
|
2211 |
-
#: dashboard/settings/general.php:
|
2212 |
msgid "user-agents"
|
2213 |
msgstr "Agenci przeglądarek"
|
2214 |
|
@@ -2876,6 +2884,10 @@ msgid ""
|
|
2876 |
msgstr ""
|
2877 |
"Ta liczba nie moze być pusta, ujemna lub przekraczać 86400 (24 godziny)."
|
2878 |
|
|
|
|
|
|
|
|
|
2879 |
#~ msgid ""
|
2880 |
#~ "Upload your images to the banner folder and make sure the filename is in "
|
2881 |
#~ "the following format; \"imagename.full.ext\". A full set of sized images "
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: AdRotate\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-12-05 00:44+0800\n"
|
6 |
+
"PO-Revision-Date: 2015-12-05 00:44+0800\n"
|
7 |
"Last-Translator: Arnan de Gans <info@ajdg.net>\n"
|
8 |
"Language-Team: HIPER Lukasz Szczutowski <lukasz.szczutowski@gmail.com>\n"
|
9 |
"Language: pl_PL\n"
|
119 |
msgid "Unexpected error"
|
120 |
msgstr ""
|
121 |
|
122 |
+
#: adrotate-manage-publisher.php:709
|
123 |
msgid "AdRotate Advertiser"
|
124 |
msgstr ""
|
125 |
|
126 |
+
#: adrotate-output.php:637
|
127 |
msgid "Oh no! Something went wrong!"
|
128 |
msgstr "Uwaga ! Coś poszło nie tak !"
|
129 |
|
130 |
+
#: adrotate-output.php:638
|
131 |
msgid ""
|
132 |
"WordPress was unable to verify the authenticity of the url you have clicked. "
|
133 |
"Verify if the url used is valid or log in via your browser."
|
135 |
"Wordpress nie mógł sprawdzić poprawności odnośnika który \"kliknełeś\". "
|
136 |
"Sprawdz czy odnośnik jest prawidłowy albo sprawdz go w przeglądarce. "
|
137 |
|
138 |
+
#: adrotate-output.php:639
|
139 |
msgid ""
|
140 |
"If you have received the url you want to visit via email, you are being "
|
141 |
"tricked!"
|
143 |
"Jeśli otrzymałeś wiadomość email z odnośnikiem który chciałeś odwiedzić, "
|
144 |
"zostałeś oszukany. "
|
145 |
|
146 |
+
#: adrotate-output.php:640
|
147 |
msgid "Contact support if the issue persists:"
|
148 |
msgstr "Skontaktować się z pomocą, jeśli problem nadal występuje:"
|
149 |
|
150 |
+
#: adrotate-output.php:658
|
151 |
msgid ""
|
152 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
153 |
"restrictions or does not exist!"
|
155 |
"Błąd, Reklama jest nie dostępna w tym momecie z powodu ograniczeń w "
|
156 |
"harmonogramie lub geolokalizacji lub może nie istnieć."
|
157 |
|
158 |
+
#: adrotate-output.php:660
|
159 |
msgid ""
|
160 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
161 |
"restrictions!"
|
163 |
"Błąd, Reklama jest nie dostępna w tym momecie z powodu ograniczeń w "
|
164 |
"harmonogramie lub geolokalizacji."
|
165 |
|
166 |
+
#: adrotate-output.php:667 adrotate-output.php:669
|
167 |
msgid ""
|
168 |
"Either there are no banners, they are disabled or none qualified for this "
|
169 |
"location!"
|
171 |
"Prawdopodobnie nie ma reklam albo ich wyświetlanie jest niedozwolone dla tej "
|
172 |
"lokalizacji!"
|
173 |
|
174 |
+
#: adrotate-output.php:675
|
175 |
msgid "Error, no Ad ID set! Check your syntax!"
|
176 |
msgstr "Błąd, nie wybrano żadnego ID reklamy ! Sprawdz swój kod!"
|
177 |
|
178 |
+
#: adrotate-output.php:681
|
179 |
msgid "Error, no group ID set! Check your syntax!"
|
180 |
msgstr "Błąd, nie wybrano żadnego ID reklamy ! Sprawdz swój kod!"
|
181 |
|
182 |
+
#: adrotate-output.php:686
|
183 |
msgid "Error, group does not exist! Check your syntax!"
|
184 |
msgstr "Błąd, nie wybrano żadnego ID reklamy ! Sprawdz swój kod !"
|
185 |
|
186 |
+
#: adrotate-output.php:692
|
187 |
msgid ""
|
188 |
"There was an error locating the database tables for AdRotate. Please "
|
189 |
"deactivate and re-activate AdRotate from the plugin page!!"
|
191 |
"Wystąpił błąd dostępu do tabel AdRotate w bazie danych. Wyłącz a potem włącz "
|
192 |
"AdRote na panelu wtyczek."
|
193 |
|
194 |
+
#: adrotate-output.php:692
|
195 |
msgid "If this does not solve the issue please seek support at"
|
196 |
msgstr ""
|
197 |
"Jeśli to nie naprawy powstałego problemu prosimy zajrzeć na strone wsparcia"
|
198 |
|
199 |
+
#: adrotate-output.php:698
|
200 |
msgid "An unknown error occured."
|
201 |
msgstr "Pojawił się nieznany błąd."
|
202 |
|
203 |
+
#: adrotate-output.php:723
|
204 |
msgid "active ad(s) expired."
|
205 |
msgstr "Aktywne reklamy wygasły."
|
206 |
|
207 |
+
#: adrotate-output.php:723
|
208 |
msgid "Take action now"
|
209 |
msgstr "Uruchom natymiastowo."
|
210 |
|
211 |
+
#: adrotate-output.php:725
|
212 |
msgid "active ad(s) are about to expire."
|
213 |
msgstr "Aktywne reklamy niedługo wygasną."
|
214 |
|
215 |
+
#: adrotate-output.php:725
|
216 |
msgid "Check it out"
|
217 |
msgstr "Sprawdz to"
|
218 |
|
219 |
+
#: adrotate-output.php:727
|
220 |
msgid "active ad(s) with configuration errors."
|
221 |
msgstr "Aktywne reklamy z błędami konfiguracyjnymi."
|
222 |
|
223 |
+
#: adrotate-output.php:727
|
224 |
msgid "Solve this"
|
225 |
msgstr "Napraw to"
|
226 |
|
227 |
+
#: adrotate-output.php:729
|
228 |
msgid "ad(s) expired."
|
229 |
msgstr "Reklama wygasła."
|
230 |
|
231 |
+
#: adrotate-output.php:729
|
232 |
msgid "ad(s) are about to expire."
|
233 |
msgstr "Reklama które wygasną."
|
234 |
|
235 |
+
#: adrotate-output.php:729
|
236 |
msgid "ad(s) with configuration errors."
|
237 |
msgstr "Reklamy z błędami konfuguracyjnymi."
|
238 |
|
239 |
+
#: adrotate-output.php:729
|
240 |
msgid "Fix this as soon as possible"
|
241 |
msgstr "Napraw to tak szybko jak to możliwe"
|
242 |
|
243 |
+
#: adrotate-output.php:741 dashboard/adrotatepro.php:106
|
244 |
+
#: dashboard/adrotatepro.php:107 dashboard/adrotatepro.php:108
|
245 |
+
#: dashboard/adrotatepro.php:109 dashboard/adrotatepro.php:118
|
246 |
+
#: dashboard/adrotatepro.php:119 dashboard/adrotatepro.php:120
|
247 |
+
#: dashboard/adrotatepro.php:121 dashboard/info.php:114 dashboard/info.php:115
|
248 |
+
#: dashboard/info.php:116 dashboard/info.php:117 dashboard/info.php:126
|
249 |
+
#: dashboard/info.php:127 dashboard/info.php:128 dashboard/info.php:129
|
250 |
#: dashboard/settings/geotargeting.php:26
|
251 |
#, fuzzy
|
252 |
msgid "Buy now"
|
253 |
msgstr "Kup"
|
254 |
|
255 |
+
#: adrotate-output.php:742
|
256 |
msgid ""
|
257 |
"You've been using <strong>AdRotate</strong> for a while now. Why not upgrade "
|
258 |
"to the <strong>PRO</strong> version"
|
259 |
msgstr ""
|
260 |
|
261 |
+
#: adrotate-output.php:742
|
262 |
#, php-format
|
263 |
msgid ""
|
264 |
"Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
|
265 |
msgstr ""
|
266 |
|
267 |
+
#: adrotate-output.php:742
|
268 |
msgid "Thank you for your purchase!"
|
269 |
msgstr ""
|
270 |
|
271 |
+
#: adrotate-output.php:786
|
272 |
msgid ""
|
273 |
"Welcome, and thanks for using AdRotate. Everything related to AdRotate is in "
|
274 |
"this menu. Check out the"
|
275 |
msgstr ""
|
276 |
|
277 |
+
#: adrotate-output.php:786
|
278 |
msgid "manuals"
|
279 |
msgstr "instrukcje"
|
280 |
|
281 |
+
#: adrotate-output.php:786 adrotate-output.php:859
|
282 |
msgid "and"
|
283 |
msgstr ""
|
284 |
|
285 |
+
#: adrotate-output.php:786
|
286 |
msgid "forums"
|
287 |
msgstr ""
|
288 |
|
289 |
+
#: adrotate-output.php:819
|
290 |
#, fuzzy
|
291 |
msgid "Useful Links"
|
292 |
msgstr "Użyteczne odnośniki."
|
293 |
|
294 |
+
#: adrotate-output.php:820
|
295 |
msgid "Useful links to learn more about AdRotate"
|
296 |
msgstr ""
|
297 |
|
298 |
+
#: adrotate-output.php:822
|
299 |
+
msgid "AdRotate website"
|
300 |
+
msgstr ""
|
|
|
301 |
|
302 |
+
#: adrotate-output.php:823
|
303 |
#, fuzzy
|
304 |
msgid "Getting Started With AdRotate"
|
305 |
msgstr "Więcej ustawień z AdRotate Pro"
|
306 |
|
307 |
+
#: adrotate-output.php:824
|
308 |
#, fuzzy
|
309 |
msgid "AdRotate manuals"
|
310 |
msgstr "Informacja AdRotate "
|
311 |
|
312 |
+
#: adrotate-output.php:825
|
313 |
#, fuzzy
|
314 |
msgid "AdRotate Support Forum"
|
315 |
msgstr "Sklep AdRotate"
|
316 |
|
317 |
+
#: adrotate-output.php:851
|
318 |
#, fuzzy
|
319 |
msgid "Help AdRotate Grow"
|
320 |
msgstr "Nie wiesz co zrobić z AdRotate? Ja ci pomogę!"
|
321 |
|
322 |
+
#: adrotate-output.php:852
|
323 |
msgid "Brought to you by"
|
324 |
msgstr "Dostarczone przez "
|
325 |
|
326 |
+
#: adrotate-output.php:859
|
327 |
msgid ""
|
328 |
"A lot of users only think to review AdRotate when something goes wrong while "
|
329 |
"thousands of people use AdRotate satisfactory. Don't let this go unnoticed."
|
330 |
msgstr ""
|
331 |
|
332 |
+
#: adrotate-output.php:859
|
333 |
msgid "If you find AdRotate useful please leave your honest"
|
334 |
msgstr ""
|
335 |
|
336 |
+
#: adrotate-output.php:859
|
337 |
msgid "rating"
|
338 |
msgstr ""
|
339 |
|
340 |
+
#: adrotate-output.php:859
|
341 |
#, fuzzy
|
342 |
msgid "review"
|
343 |
msgstr ""
|
344 |
"Przeglądaj zapisanych reklamodawców. Widoczne jedynie dla reklamodawców."
|
345 |
|
346 |
+
#: adrotate-output.php:859
|
347 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
348 |
msgstr ""
|
349 |
|
350 |
+
#: adrotate-output.php:891
|
351 |
msgid "Available in AdRotate Pro"
|
352 |
msgstr "Dostępne w wersji AdRotate Pro"
|
353 |
|
354 |
+
#: adrotate-output.php:891
|
355 |
msgid "More information..."
|
356 |
msgstr "Więcej informacji"
|
357 |
|
358 |
+
#: adrotate-output.php:892
|
359 |
msgid "This feature is available in AdRotate Pro"
|
360 |
msgstr "Ta opcja jest dostępna w wersji AdRotate Pro"
|
361 |
|
362 |
+
#: adrotate-output.php:892
|
363 |
msgid "Learn more"
|
364 |
msgstr "Dowiedź się więcej"
|
365 |
|
366 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:220
|
367 |
+
#: dashboard/publisher/adverts-edit.php:241
|
368 |
msgid "January"
|
369 |
msgstr "Styczeń "
|
370 |
|
371 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:221
|
372 |
+
#: dashboard/publisher/adverts-edit.php:242
|
373 |
msgid "February"
|
374 |
msgstr "Luty"
|
375 |
|
376 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:222
|
377 |
+
#: dashboard/publisher/adverts-edit.php:243
|
378 |
msgid "March"
|
379 |
msgstr "Marzec"
|
380 |
|
381 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:223
|
382 |
+
#: dashboard/publisher/adverts-edit.php:244
|
383 |
msgid "April"
|
384 |
msgstr "Kwiecień"
|
385 |
|
386 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:224
|
387 |
+
#: dashboard/publisher/adverts-edit.php:245
|
388 |
msgid "May"
|
389 |
msgstr "Maj"
|
390 |
|
391 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:225
|
392 |
+
#: dashboard/publisher/adverts-edit.php:246
|
393 |
msgid "June"
|
394 |
msgstr "Czerwiec"
|
395 |
|
396 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:226
|
397 |
+
#: dashboard/publisher/adverts-edit.php:247
|
398 |
msgid "July"
|
399 |
msgstr "Lipiec"
|
400 |
|
401 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:227
|
402 |
+
#: dashboard/publisher/adverts-edit.php:248
|
403 |
msgid "August"
|
404 |
msgstr "Sierpień"
|
405 |
|
406 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:228
|
407 |
+
#: dashboard/publisher/adverts-edit.php:249
|
408 |
msgid "September"
|
409 |
msgstr "Wrzesień"
|
410 |
|
411 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:229
|
412 |
+
#: dashboard/publisher/adverts-edit.php:250
|
413 |
msgid "October"
|
414 |
msgstr "Pażdziernik"
|
415 |
|
416 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:230
|
417 |
+
#: dashboard/publisher/adverts-edit.php:251
|
418 |
msgid "November"
|
419 |
msgstr "Listopad"
|
420 |
|
421 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:231
|
422 |
+
#: dashboard/publisher/adverts-edit.php:252
|
423 |
msgid "December"
|
424 |
msgstr "Grudzień"
|
425 |
|
549 |
"AdRotate Pro."
|
550 |
msgstr ""
|
551 |
|
552 |
+
#: adrotate.php:409 adrotate.php:496 dashboard/publisher/adverts-edit.php:188
|
553 |
#: dashboard/publisher/adverts-main.php:114
|
554 |
#: dashboard/publisher/groups-edit.php:75
|
555 |
#: dashboard/publisher/groups-main.php:89
|
589 |
msgid "End"
|
590 |
msgstr "Start / Koniec"
|
591 |
|
592 |
+
#: adrotate.php:428 dashboard/publisher/adverts-edit.php:397
|
593 |
#: dashboard/publisher/groups-main.php:34
|
594 |
msgid "Ads"
|
595 |
msgstr "Reklamy"
|
689 |
"format i nazewnictwo; \"nazwa.full.rozszerzenie\". Polecamy zachowanie "
|
690 |
"pełnego wachlarza rozmiarów.'"
|
691 |
|
692 |
+
#: adrotate.php:503 dashboard/publisher/adverts-edit.php:311
|
693 |
msgid ""
|
694 |
"For smaller size images use \".320\", \".480\", \".768\" or \".1024\" in the "
|
695 |
"filename instead of \".full\" for the various viewports."
|
812 |
"forum. Get a solution (usually) within a day."
|
813 |
msgstr ""
|
814 |
|
815 |
+
#: dashboard/adrotatepro.php:48 dashboard/info.php:136
|
816 |
msgid "AdRotate is brought to you by"
|
817 |
msgstr "Możesz koszystać z AdRotate dzięki"
|
818 |
|
819 |
+
#: dashboard/adrotatepro.php:52 dashboard/info.php:140
|
820 |
msgid ""
|
821 |
+
"Premium plugins, support and services for WordPress and WooCommerce! I am a "
|
822 |
+
"digital nomad in the Philippines. Click on my name to find out more about me "
|
823 |
+
"and what I am doing. Thanks for your support and for using my plugins!"
|
824 |
msgstr ""
|
825 |
|
826 |
+
#: dashboard/adrotatepro.php:81
|
827 |
msgid "Schedule all campaigns with ease"
|
828 |
msgstr "Zaplanuj z łatwością wszystkie kampanie reklamowe"
|
829 |
|
830 |
+
#: dashboard/adrotatepro.php:84
|
831 |
msgid ""
|
832 |
"Schedule your adverts and set up advertising campaigns based on dates you or "
|
833 |
"your advertisers specify without hassle. Seasonal adverts, weekly adverts. "
|
835 |
"much more easy. You can set one or many schedules for adverts."
|
836 |
msgstr ""
|
837 |
|
838 |
+
#: dashboard/adrotatepro.php:88
|
839 |
msgid "Avoid adblockers"
|
840 |
msgstr ""
|
841 |
|
842 |
+
#: dashboard/adrotatepro.php:91
|
843 |
msgid ""
|
844 |
"Try and avoid adblockers so you adverts get the exposure you want them to "
|
845 |
"have. AdRotate Pro offers some advanced tools to deceive adblockers so your "
|
847 |
"adverts smartly so these features reach their full potential!"
|
848 |
msgstr ""
|
849 |
|
850 |
+
#: dashboard/adrotatepro.php:95
|
851 |
msgid "Stay up-to-date with notifications"
|
852 |
msgstr ""
|
853 |
|
854 |
+
#: dashboard/adrotatepro.php:98
|
855 |
msgid ""
|
856 |
"Stay in touch with Email notifications. Have AdRotate send you an alert when "
|
857 |
"adverts expire or need your attention. Additionally, you can have AdRotate "
|
860 |
"miss an expiration date again."
|
861 |
msgstr ""
|
862 |
|
863 |
+
#: dashboard/adrotatepro.php:102 dashboard/adrotatepro.php:114
|
864 |
+
#: dashboard/info.php:110 dashboard/info.php:122
|
865 |
msgid "Buy AdRotate Professional"
|
866 |
msgstr "Kup AdRotate Pro"
|
867 |
|
868 |
+
#: dashboard/adrotatepro.php:106 dashboard/info.php:114
|
869 |
msgid "Single License"
|
870 |
msgstr ""
|
871 |
|
872 |
+
#: dashboard/adrotatepro.php:106 dashboard/info.php:114
|
873 |
msgid "For one WordPress installation."
|
874 |
msgstr "dla jednej instalcji Wordpressa"
|
875 |
|
876 |
+
#: dashboard/adrotatepro.php:107 dashboard/adrotatepro.php:119
|
877 |
+
#: dashboard/info.php:115 dashboard/info.php:127
|
878 |
msgid "Duo License"
|
879 |
msgstr "Podwójna licencja"
|
880 |
|
881 |
+
#: dashboard/adrotatepro.php:107 dashboard/info.php:115
|
882 |
msgid "For two WordPress installations."
|
883 |
msgstr "dla dwóch instalcji Wordpressa"
|
884 |
|
885 |
+
#: dashboard/adrotatepro.php:108 dashboard/adrotatepro.php:120
|
886 |
+
#: dashboard/info.php:116 dashboard/info.php:128
|
887 |
msgid "Multi License"
|
888 |
msgstr "Multi licencja"
|
889 |
|
890 |
+
#: dashboard/adrotatepro.php:108 dashboard/info.php:116
|
891 |
msgid " For up to five WordPress installations."
|
892 |
msgstr "dla 5 instalacji Wordpessa."
|
893 |
|
894 |
+
#: dashboard/adrotatepro.php:109 dashboard/adrotatepro.php:121
|
895 |
+
#: dashboard/info.php:117 dashboard/info.php:129
|
896 |
msgid "Developer License"
|
897 |
msgstr "Licencja Programisty"
|
898 |
|
899 |
+
#: dashboard/adrotatepro.php:109 dashboard/info.php:117
|
900 |
msgid "Unlimited WordPress installations and/or networks."
|
901 |
msgstr ""
|
902 |
|
903 |
+
#: dashboard/adrotatepro.php:110 dashboard/adrotatepro.php:123
|
904 |
+
#: dashboard/info.php:118 dashboard/info.php:131
|
905 |
msgid "Compare licenses"
|
906 |
msgstr "Porównaj licencje."
|
907 |
|
908 |
+
#: dashboard/adrotatepro.php:110 dashboard/info.php:118
|
909 |
msgid "Not sure which license is for you? Compare them..."
|
910 |
msgstr "Nie wiesz jaka licencja jest dla Ciebie? Porównaj je..."
|
911 |
|
912 |
+
#: dashboard/adrotatepro.php:110 dashboard/info.php:118
|
913 |
msgid "All Licenses"
|
914 |
msgstr "Wszystkie licencje"
|
915 |
|
916 |
+
#: dashboard/adrotatepro.php:118 dashboard/info.php:126
|
917 |
msgid "Lifetime License"
|
918 |
msgstr ""
|
919 |
|
920 |
+
#: dashboard/adrotatepro.php:118 dashboard/info.php:126
|
921 |
msgid "Single installation."
|
922 |
msgstr ""
|
923 |
|
924 |
+
#: dashboard/adrotatepro.php:119 dashboard/info.php:127
|
925 |
msgid "Up to 2 installations."
|
926 |
msgstr ""
|
927 |
|
928 |
+
#: dashboard/adrotatepro.php:120 dashboard/info.php:128
|
929 |
msgid "Up to 10 installations."
|
930 |
msgstr ""
|
931 |
|
932 |
+
#: dashboard/adrotatepro.php:121 dashboard/info.php:129
|
933 |
msgid "Up to 25 installations or multisite networks."
|
934 |
msgstr ""
|
935 |
|
936 |
+
#: dashboard/adrotatepro.php:122 dashboard/info.php:130
|
937 |
msgid ""
|
938 |
"Subscriptions get 1 year access to updates, email support & AdRotate Geo."
|
939 |
msgstr ""
|
940 |
|
941 |
+
#: dashboard/adrotatepro.php:123 dashboard/info.php:131
|
942 |
msgid "Not sure which license is for you?"
|
943 |
msgstr ""
|
944 |
|
945 |
+
#: dashboard/adrotatepro.php:123 dashboard/info.php:131
|
946 |
msgid "Compare Licenses"
|
947 |
msgstr ""
|
948 |
|
979 |
msgstr "Wesprzyj AdRotate"
|
980 |
|
981 |
#: dashboard/info.php:55
|
982 |
+
msgid ""
|
983 |
+
"Your donation helps to improve AdRotate. Consider writing a review if you "
|
984 |
+
"like AdRotate. Also follow my Facebook page and twitter. Thank you!"
|
|
|
|
|
985 |
msgstr ""
|
986 |
|
987 |
+
#: dashboard/info.php:81
|
988 |
msgid "AdRotate News and Developer Blog"
|
989 |
msgstr "AdRotere Wiadomości i Blog "
|
990 |
|
991 |
+
#: dashboard/info.php:103
|
992 |
msgid "Get more features with AdRotate Pro"
|
993 |
msgstr "Więcej ustawień z AdRotate Pro"
|
994 |
|
995 |
+
#: dashboard/info.php:106
|
996 |
msgid ""
|
997 |
"Benefit from extra features to reinforce your income with advertising "
|
998 |
"campaigns. Make the most of your website with the powerful tools AdRotate "
|
1002 |
"Skorzystaj z potężnych narzędzi AdRotate PRO zyskaj więcej dzięki dodatkowym "
|
1003 |
"funkcjom."
|
1004 |
|
1005 |
+
#: dashboard/info.php:106
|
1006 |
msgid "Want to know more about"
|
1007 |
msgstr ""
|
1008 |
|
1009 |
+
#: dashboard/info.php:106
|
1010 |
msgid "Visit the"
|
1011 |
msgstr "Odwiedź"
|
1012 |
|
1013 |
+
#: dashboard/info.php:106
|
1014 |
msgid "website"
|
1015 |
msgstr "strone internetową"
|
1016 |
|
1019 |
msgstr "Wyłączone reklamy"
|
1020 |
|
1021 |
#: dashboard/publisher/adverts-disabled.php:21
|
1022 |
+
#: dashboard/publisher/adverts-edit.php:176
|
1023 |
msgid "Activate"
|
1024 |
msgstr "Aktywuj"
|
1025 |
|
1036 |
msgstr "Start / Koniec"
|
1037 |
|
1038 |
#: dashboard/publisher/adverts-disabled.php:37
|
1039 |
+
#: dashboard/publisher/adverts-edit.php:116
|
1040 |
#: dashboard/publisher/adverts-error.php:41
|
1041 |
#: dashboard/publisher/adverts-main.php:41
|
1042 |
msgid "Title"
|
1140 |
msgid "This ad has been disabled and does not rotate on your site!"
|
1141 |
msgstr "Reklama został wyłączona i nie jest wyświetlana na stronie!"
|
1142 |
|
1143 |
+
#: dashboard/publisher/adverts-edit.php:108
|
1144 |
msgid "New Advert"
|
1145 |
msgstr "Nowa reklama"
|
1146 |
|
1147 |
+
#: dashboard/publisher/adverts-edit.php:110
|
1148 |
msgid "Edit Advert"
|
1149 |
msgstr "Edytuj reklamę"
|
1150 |
|
1151 |
+
#: dashboard/publisher/adverts-edit.php:122
|
1152 |
msgid "AdCode"
|
1153 |
msgstr ""
|
1154 |
|
1155 |
+
#: dashboard/publisher/adverts-edit.php:127
|
1156 |
msgid "Basic Examples:"
|
1157 |
msgstr "Proste przykłady:"
|
1158 |
|
1159 |
+
#: dashboard/publisher/adverts-edit.php:134
|
1160 |
msgid "Useful tags"
|
1161 |
msgstr ""
|
1162 |
|
1163 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1164 |
msgid "Insert the advert ID Number."
|
1165 |
msgstr ""
|
1166 |
|
1167 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1168 |
msgid "Required when selecting a image below."
|
1169 |
msgstr ""
|
1170 |
|
1171 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1172 |
msgid "Insert the advert name."
|
1173 |
msgstr ""
|
1174 |
|
1175 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1176 |
msgid "Insert a random seed. Useful for DFP/DoubleClick type adverts."
|
1177 |
msgstr ""
|
1178 |
|
1179 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1180 |
msgid "Add inside the <a> tag to open advert in a new window."
|
1181 |
msgstr ""
|
1182 |
|
1183 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1184 |
msgid "Add inside the <a> tag to tell crawlers to ignore this link"
|
1185 |
msgstr ""
|
1186 |
|
1187 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1188 |
msgid ""
|
1189 |
"Place the cursor in your AdCode where you want to add any of these tags and "
|
1190 |
"click to add it."
|
1191 |
msgstr ""
|
1192 |
|
1193 |
+
#: dashboard/publisher/adverts-edit.php:141
|
1194 |
msgid "Preview"
|
1195 |
msgstr "Podgląd"
|
1196 |
|
1197 |
+
#: dashboard/publisher/adverts-edit.php:144
|
1198 |
msgid ""
|
1199 |
"Note: While this preview is an accurate one, it might look different then it "
|
1200 |
"does on the website."
|
1202 |
"Uwaga: Podczas podglądu reklama może wygląać inaczej, to nie na stronie "
|
1203 |
"internetowej."
|
1204 |
|
1205 |
+
#: dashboard/publisher/adverts-edit.php:145
|
1206 |
msgid ""
|
1207 |
"This is because of CSS differences. Your themes CSS file is not active here!"
|
1208 |
msgstr ""
|
1209 |
"To wynika z różnic w Kaskadowych arkuszach stylu CSS. Twój szablon nie "
|
1210 |
"działa w tym pliku!."
|
1211 |
|
1212 |
+
#: dashboard/publisher/adverts-edit.php:150
|
1213 |
msgid "Banner asset"
|
1214 |
msgstr ""
|
1215 |
|
1216 |
+
#: dashboard/publisher/adverts-edit.php:153
|
1217 |
msgid "WordPress media:"
|
1218 |
msgstr ""
|
1219 |
|
1220 |
+
#: dashboard/publisher/adverts-edit.php:153
|
1221 |
msgid "Select Banner"
|
1222 |
msgstr "Wybierz baner:"
|
1223 |
|
1224 |
+
#: dashboard/publisher/adverts-edit.php:155
|
1225 |
msgid "- OR -"
|
1226 |
msgstr "--albo-"
|
1227 |
|
1228 |
+
#: dashboard/publisher/adverts-edit.php:157
|
1229 |
msgid "Banner folder:"
|
1230 |
msgstr "Folder banerów:"
|
1231 |
|
1232 |
+
#: dashboard/publisher/adverts-edit.php:158
|
1233 |
msgid "No image selected"
|
1234 |
msgstr "Nie wybrano żadnego obrazu"
|
1235 |
|
1236 |
+
#: dashboard/publisher/adverts-edit.php:162
|
1237 |
msgid "Use %image% in the adcode instead of the file path."
|
1238 |
msgstr ""
|
1239 |
|
1240 |
+
#: dashboard/publisher/adverts-edit.php:162
|
1241 |
msgid ""
|
1242 |
"Use either the text field or the dropdown. If the textfield has content that "
|
1243 |
"field has priority."
|
1245 |
"Skorzystaj z pola tekstowego lub listy rozwijanej. Jeśli pole tekstowe "
|
1246 |
"zawiera treści, te pole ma pierwszeństwo."
|
1247 |
|
1248 |
+
#: dashboard/publisher/adverts-edit.php:167
|
1249 |
#: dashboard/settings/statistics.php:12
|
1250 |
msgid "Statistics"
|
1251 |
msgstr "Statystyki"
|
1252 |
|
1253 |
+
#: dashboard/publisher/adverts-edit.php:169
|
1254 |
msgid "Enable click and impression tracking for this advert."
|
1255 |
msgstr ""
|
1256 |
|
1257 |
+
#: dashboard/publisher/adverts-edit.php:170
|
1258 |
msgid ""
|
1259 |
"Note: Clicktracking does not work for Javascript adverts such as those "
|
1260 |
"provided by Google AdSense/DFP/DoubleClick. HTML5/Flash adverts are not "
|
1261 |
"always supported."
|
1262 |
msgstr ""
|
1263 |
|
1264 |
+
#: dashboard/publisher/adverts-edit.php:180
|
1265 |
msgid "Yes, this ad will be used"
|
1266 |
msgstr "Uruchom ta reklamę"
|
1267 |
|
1268 |
+
#: dashboard/publisher/adverts-edit.php:181
|
1269 |
msgid "No, do not show this ad anywhere"
|
1270 |
msgstr "Niepokazuj tej reklamy."
|
1271 |
|
1272 |
+
#: dashboard/publisher/adverts-edit.php:188
|
1273 |
#: dashboard/publisher/adverts-main.php:114
|
1274 |
#: dashboard/publisher/groups-edit.php:75
|
1275 |
#: dashboard/publisher/groups-main.php:89
|
1277 |
msgid "Get more features with AdRotate Pro."
|
1278 |
msgstr "Więcej ustawień z AdRotate Pro"
|
1279 |
|
1280 |
+
#: dashboard/publisher/adverts-edit.php:191
|
1281 |
+
#: dashboard/publisher/adverts-edit.php:291
|
1282 |
+
#: dashboard/publisher/adverts-edit.php:386
|
1283 |
+
#: dashboard/publisher/adverts-edit.php:427
|
1284 |
+
msgid "Save Advert"
|
1285 |
+
msgstr "Zapisz reklamę"
|
1286 |
+
|
1287 |
#: dashboard/publisher/adverts-edit.php:192
|
1288 |
#: dashboard/publisher/adverts-edit.php:292
|
1289 |
#: dashboard/publisher/adverts-edit.php:387
|
1290 |
#: dashboard/publisher/adverts-edit.php:428
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1291 |
#: dashboard/publisher/groups-edit.php:154
|
1292 |
#: dashboard/publisher/groups-edit.php:301
|
1293 |
#: dashboard/publisher/groups-edit.php:393
|
1294 |
msgid "Cancel"
|
1295 |
msgstr "Anuluj"
|
1296 |
|
1297 |
+
#: dashboard/publisher/adverts-edit.php:195
|
1298 |
+
#: dashboard/publisher/adverts-edit.php:369
|
1299 |
#: dashboard/publisher/groups-edit.php:136
|
1300 |
#: dashboard/publisher/groups-edit.php:283
|
1301 |
msgid "Usage"
|
1302 |
msgstr "Użycie"
|
1303 |
|
1304 |
+
#: dashboard/publisher/adverts-edit.php:199
|
1305 |
+
#: dashboard/publisher/adverts-edit.php:373
|
1306 |
#: dashboard/publisher/groups-edit.php:140
|
1307 |
#: dashboard/publisher/groups-edit.php:287
|
1308 |
msgid "Widget"
|
1309 |
msgstr ""
|
1310 |
|
1311 |
+
#: dashboard/publisher/adverts-edit.php:200
|
1312 |
+
#: dashboard/publisher/adverts-edit.php:374
|
1313 |
msgid ""
|
1314 |
"Drag the AdRotate widget to the sidebar you want it in, select \"Single Ad\" "
|
1315 |
"and enter ID"
|
1316 |
msgstr ""
|
1317 |
|
1318 |
+
#: dashboard/publisher/adverts-edit.php:203
|
1319 |
+
#: dashboard/publisher/adverts-edit.php:377
|
1320 |
#: dashboard/publisher/groups-edit.php:144
|
1321 |
#: dashboard/publisher/groups-edit.php:291
|
1322 |
msgid "In a post or page"
|
1323 |
msgstr ""
|
1324 |
|
1325 |
+
#: dashboard/publisher/adverts-edit.php:205
|
1326 |
+
#: dashboard/publisher/adverts-edit.php:379
|
1327 |
#: dashboard/publisher/groups-edit.php:146
|
1328 |
#: dashboard/publisher/groups-edit.php:293
|
1329 |
msgid "Directly in a theme"
|
1330 |
msgstr ""
|
1331 |
|
1332 |
+
#: dashboard/publisher/adverts-edit.php:211
|
1333 |
msgid "Schedule your advert"
|
1334 |
msgstr ""
|
1335 |
|
1336 |
+
#: dashboard/publisher/adverts-edit.php:215
|
1337 |
msgid "Start date (day/month/year)"
|
1338 |
msgstr ""
|
1339 |
|
1340 |
+
#: dashboard/publisher/adverts-edit.php:236
|
1341 |
msgid "End date (day/month/year)"
|
1342 |
msgstr ""
|
1343 |
|
1344 |
+
#: dashboard/publisher/adverts-edit.php:259
|
1345 |
msgid "Start time (hh:mm)"
|
1346 |
msgstr ""
|
1347 |
|
1348 |
+
#: dashboard/publisher/adverts-edit.php:266
|
1349 |
msgid "End time (hh:mm)"
|
1350 |
msgstr ""
|
1351 |
|
1352 |
+
#: dashboard/publisher/adverts-edit.php:276
|
1353 |
msgid "Maximum Clicks"
|
1354 |
msgstr ""
|
1355 |
|
1356 |
+
#: dashboard/publisher/adverts-edit.php:277
|
1357 |
+
#: dashboard/publisher/adverts-edit.php:279
|
1358 |
msgid "Leave empty or 0 to skip this."
|
1359 |
msgstr "Pozostaw puste albo wpisz 0 ."
|
1360 |
|
1361 |
+
#: dashboard/publisher/adverts-edit.php:278
|
1362 |
msgid "Maximum Impressions"
|
1363 |
msgstr ""
|
1364 |
|
1365 |
+
#: dashboard/publisher/adverts-edit.php:283
|
1366 |
msgid "Important"
|
1367 |
msgstr ""
|
1368 |
|
1369 |
+
#: dashboard/publisher/adverts-edit.php:284
|
1370 |
msgid ""
|
1371 |
"Note: Time uses a 24 hour clock. When you are used to the AM/PM system keep "
|
1372 |
"this in mind: If the start or end time is after lunch, add 12 hours. 2PM is "
|
1373 |
"14:00 hours. 6AM is 6:00 hours."
|
1374 |
msgstr ""
|
1375 |
|
1376 |
+
#: dashboard/publisher/adverts-edit.php:288
|
1377 |
msgid ""
|
1378 |
"Create multiple and more advanced schedules for each advert with AdRotate "
|
1379 |
"Pro."
|
1380 |
msgstr ""
|
1381 |
|
1382 |
+
#: dashboard/publisher/adverts-edit.php:288
|
1383 |
+
#: dashboard/publisher/adverts-edit.php:323
|
1384 |
+
#: dashboard/publisher/adverts-edit.php:367
|
1385 |
#: dashboard/publisher/groups-edit.php:200
|
1386 |
#, fuzzy
|
1387 |
msgid "Upgrade today"
|
1388 |
msgstr "Dziś"
|
1389 |
|
1390 |
+
#: dashboard/publisher/adverts-edit.php:295
|
1391 |
#: dashboard/publisher/groups-edit.php:157
|
1392 |
msgid "Advanced"
|
1393 |
msgstr "Zaawansowane"
|
1394 |
|
1395 |
+
#: dashboard/publisher/adverts-edit.php:296
|
1396 |
msgid "Everything below is optional."
|
1397 |
msgstr "Wszystkie opcje poniżej są opcjonalne."
|
1398 |
|
1399 |
+
#: dashboard/publisher/adverts-edit.php:300
|
1400 |
msgid "Mobile"
|
1401 |
msgstr ""
|
1402 |
|
1403 |
+
#: dashboard/publisher/adverts-edit.php:302
|
1404 |
msgid "Show on;"
|
1405 |
msgstr ""
|
1406 |
|
1407 |
+
#: dashboard/publisher/adverts-edit.php:302
|
1408 |
msgid "Computers"
|
1409 |
msgstr ""
|
1410 |
|
1411 |
+
#: dashboard/publisher/adverts-edit.php:302
|
1412 |
msgid "Smartphones"
|
1413 |
msgstr ""
|
1414 |
|
1415 |
+
#: dashboard/publisher/adverts-edit.php:302
|
1416 |
msgid "Tablets."
|
1417 |
msgstr ""
|
1418 |
|
1419 |
+
#: dashboard/publisher/adverts-edit.php:303
|
1420 |
msgid "Also enable mobile support in the group this advert goes in."
|
1421 |
msgstr ""
|
1422 |
|
1423 |
+
#: dashboard/publisher/adverts-edit.php:307
|
1424 |
msgid "Responsive"
|
1425 |
msgstr ""
|
1426 |
|
1427 |
+
#: dashboard/publisher/adverts-edit.php:309
|
1428 |
msgid "Enable responsive support for this advert."
|
1429 |
msgstr "Włącz responsywny wygląd dla tej reklamy."
|
1430 |
|
1431 |
+
#: dashboard/publisher/adverts-edit.php:310
|
1432 |
msgid ""
|
1433 |
"Upload your images to the banner folder and make sure the filename is in the "
|
1434 |
"following format; \"imagename.full.ext\"."
|
1435 |
msgstr ""
|
1436 |
|
1437 |
+
#: dashboard/publisher/adverts-edit.php:312
|
1438 |
#: dashboard/publisher/adverts-report.php:58
|
1439 |
#: dashboard/publisher/groups-report.php:64
|
1440 |
msgid "Note:"
|
1441 |
msgstr "Notatka:"
|
1442 |
|
1443 |
+
#: dashboard/publisher/adverts-edit.php:312
|
1444 |
msgid ""
|
1445 |
"This feature will not be developed any further. Consider switching to the "
|
1446 |
"Mobile feature in AdRotate Pro as seen above!"
|
1447 |
msgstr ""
|
1448 |
|
1449 |
+
#: dashboard/publisher/adverts-edit.php:316
|
1450 |
#: dashboard/publisher/groups-edit.php:194
|
1451 |
msgid "Sortorder"
|
1452 |
msgstr ""
|
1453 |
|
1454 |
+
#: dashboard/publisher/adverts-edit.php:318
|
1455 |
#: dashboard/publisher/groups-edit.php:196
|
1456 |
msgid "For administrative purposes set a sortorder."
|
1457 |
msgstr "Dla celów administracyjnych ustaw sortowanie."
|
1458 |
|
1459 |
+
#: dashboard/publisher/adverts-edit.php:318
|
1460 |
msgid "Leave empty or 0 to skip this. Will default to ad id."
|
1461 |
msgstr ""
|
1462 |
"Pozostaw puste albo wpisz 0 by pominąć te ustawienia. Domyślnie ID reklamy."
|
1463 |
|
1464 |
+
#: dashboard/publisher/adverts-edit.php:323
|
1465 |
msgid ""
|
1466 |
"With AdRotate Pro you can easily select which devices the advert should show "
|
1467 |
"on!"
|
1468 |
msgstr ""
|
1469 |
|
1470 |
+
#: dashboard/publisher/adverts-edit.php:325
|
1471 |
msgid "Geo Targeting in AdRotate Pro"
|
1472 |
msgstr ""
|
1473 |
|
1474 |
+
#: dashboard/publisher/adverts-edit.php:326
|
1475 |
msgid ""
|
1476 |
"Assign the advert to a group and enable that group to use Geo Targeting."
|
1477 |
msgstr ""
|
1478 |
|
1479 |
+
#: dashboard/publisher/adverts-edit.php:330
|
1480 |
msgid "Cities/States"
|
1481 |
msgstr ""
|
1482 |
|
1483 |
+
#: dashboard/publisher/adverts-edit.php:333
|
1484 |
msgid ""
|
1485 |
"A comma separated list of cities (or the Metro ID) and/or states (Also the "
|
1486 |
"states ISO codes are supported)"
|
1487 |
msgstr ""
|
1488 |
|
1489 |
+
#: dashboard/publisher/adverts-edit.php:333
|
1490 |
msgid ""
|
1491 |
"AdRotate does not check the validity of names so make sure you spell them "
|
1492 |
"correctly!"
|
1493 |
msgstr ""
|
1494 |
|
1495 |
+
#: dashboard/publisher/adverts-edit.php:337
|
1496 |
msgid "Countries"
|
1497 |
msgstr ""
|
1498 |
|
1499 |
+
#: dashboard/publisher/adverts-edit.php:362
|
1500 |
msgid "Select the countries you want the adverts to show in."
|
1501 |
msgstr "Wybierz kraj w którym chcesz wyświetlać reklamy."
|
1502 |
|
1503 |
+
#: dashboard/publisher/adverts-edit.php:362
|
1504 |
msgid "Cities take priority and will be filtered first."
|
1505 |
msgstr "Miasta mają pierwszeństwo i będą filtrowane jaki pierwsze."
|
1506 |
|
1507 |
+
#: dashboard/publisher/adverts-edit.php:367
|
1508 |
msgid "Target your audience with Geo Targeting in AdRotate Pro"
|
1509 |
msgstr ""
|
1510 |
|
1511 |
+
#: dashboard/publisher/adverts-edit.php:391
|
1512 |
msgid "Select Groups"
|
1513 |
msgstr "Wybierz grupy"
|
1514 |
|
1515 |
+
#: dashboard/publisher/adverts-edit.php:396
|
1516 |
msgid "ID - Name"
|
1517 |
msgstr "ID - Nazwa"
|
1518 |
|
1519 |
+
#: dashboard/publisher/adverts-edit.php:406
|
1520 |
#: dashboard/publisher/groups-main.php:60
|
1521 |
#: dashboard/settings/geotargeting.php:39
|
1522 |
msgid "Default"
|
1523 |
msgstr "Domyślny"
|
1524 |
|
1525 |
+
#: dashboard/publisher/adverts-edit.php:407
|
1526 |
#: dashboard/publisher/groups-main.php:61
|
1527 |
msgid "Dynamic"
|
1528 |
msgstr "Dynamiczny"
|
1529 |
|
1530 |
+
#: dashboard/publisher/adverts-edit.php:407
|
1531 |
#: dashboard/publisher/groups-main.php:61
|
1532 |
msgid "second rotation"
|
1533 |
msgstr "drugi obrót"
|
1534 |
|
1535 |
+
#: dashboard/publisher/adverts-edit.php:408
|
1536 |
#: dashboard/publisher/groups-main.php:62
|
1537 |
msgid "Block"
|
1538 |
msgstr "Blok"
|
1539 |
|
1540 |
+
#: dashboard/publisher/adverts-edit.php:408
|
1541 |
#: dashboard/publisher/groups-main.php:62
|
1542 |
msgid "grid"
|
1543 |
msgstr "siatka"
|
1544 |
|
1545 |
+
#: dashboard/publisher/adverts-edit.php:409
|
1546 |
#: dashboard/publisher/groups-edit.php:202
|
1547 |
#: dashboard/publisher/groups-main.php:63
|
1548 |
msgid "Post Injection"
|
1549 |
msgstr "Umieszczanie we wpisach"
|
1550 |
|
1551 |
+
#: dashboard/publisher/adverts-edit.php:410
|
1552 |
msgid "Geolocation"
|
1553 |
msgstr "Geolokalizacja"
|
1554 |
|
1555 |
+
#: dashboard/publisher/adverts-edit.php:416
|
1556 |
#: dashboard/publisher/groups-edit.php:61
|
1557 |
#: dashboard/publisher/groups-main.php:70
|
1558 |
msgid "Mode"
|
2071 |
msgstr ""
|
2072 |
|
2073 |
#: dashboard/settings/general.php:16
|
2074 |
+
msgid "Shortcode in widgets"
|
2075 |
msgstr ""
|
2076 |
|
2077 |
#: dashboard/settings/general.php:17
|
2078 |
msgid ""
|
2079 |
+
"Enable this option to if your theme does not support shortcodes in the "
|
2080 |
+
"WordPress text widget."
|
2081 |
msgstr ""
|
2082 |
|
2083 |
#: dashboard/settings/general.php:20
|
2084 |
+
msgid "Disable live preview"
|
2085 |
msgstr ""
|
2086 |
|
2087 |
#: dashboard/settings/general.php:21
|
2088 |
msgid ""
|
2089 |
+
"Enable this option if you have faulty adverts that overflow their designated "
|
2090 |
+
"area while creating/editing adverts."
|
2091 |
msgstr ""
|
2092 |
|
2093 |
#: dashboard/settings/general.php:24
|
2094 |
+
msgid "Disable dynamic mode"
|
2095 |
+
msgstr ""
|
2096 |
|
2097 |
#: dashboard/settings/general.php:25
|
2098 |
msgid ""
|
2099 |
+
"Enable this option to disable dynamic mode in groups for mobile devices if "
|
2100 |
+
"you notice skipping or jumpy content."
|
2101 |
msgstr ""
|
2102 |
|
2103 |
#: dashboard/settings/general.php:28
|
2104 |
+
msgid "Load jQuery"
|
2105 |
+
msgstr "Załąduj jQuery"
|
2106 |
|
2107 |
#: dashboard/settings/general.php:29
|
2108 |
msgid ""
|
2109 |
+
"Enable this option if your theme does not load jQuery. jQuery is required "
|
2110 |
+
"for dynamic groups, statistics and some other features."
|
2111 |
msgstr ""
|
2112 |
|
2113 |
#: dashboard/settings/general.php:32
|
2114 |
+
msgid "Load scripts in footer?"
|
2115 |
+
msgstr ""
|
2116 |
+
|
2117 |
+
#: dashboard/settings/general.php:33
|
2118 |
+
msgid ""
|
2119 |
+
"Enable this option if you want to load all AdRotate Javascripts in the "
|
2120 |
+
"footer of your site."
|
2121 |
+
msgstr ""
|
2122 |
+
|
2123 |
+
#: dashboard/settings/general.php:36
|
2124 |
msgid "Adblock disguise"
|
2125 |
msgstr ""
|
2126 |
|
2127 |
+
#: dashboard/settings/general.php:38
|
2128 |
msgid "Leave empty to disable. Use only lowercaps letters. For example:"
|
2129 |
msgstr ""
|
2130 |
|
2131 |
+
#: dashboard/settings/general.php:39
|
2132 |
msgid ""
|
2133 |
"Try and avoid adblock plugins in most modern browsers when using shortcodes."
|
2134 |
msgstr ""
|
2135 |
|
2136 |
+
#: dashboard/settings/general.php:39
|
2137 |
msgid ""
|
2138 |
"To also apply this feature to widgets, use a text widget with a shortcode "
|
2139 |
"instead of the AdRotate widget."
|
2140 |
msgstr ""
|
2141 |
|
2142 |
+
#: dashboard/settings/general.php:39
|
2143 |
msgid ""
|
2144 |
"Avoid the use of obvious keywords or filenames in your adverts or this "
|
2145 |
"feature will have little effect!"
|
2146 |
msgstr ""
|
2147 |
|
2148 |
+
#: dashboard/settings/general.php:44
|
2149 |
msgid "Banner Folder"
|
2150 |
msgstr "Folder banerów"
|
2151 |
|
2152 |
+
#: dashboard/settings/general.php:45
|
2153 |
msgid "Set a location where your banner images will be stored."
|
2154 |
msgstr "Wskaż lokalizację gdzie przechowywane będą obrazy reklam."
|
2155 |
|
2156 |
+
#: dashboard/settings/general.php:48
|
2157 |
msgid "Location"
|
2158 |
msgstr "Lokalizacja"
|
2159 |
|
2160 |
+
#: dashboard/settings/general.php:50
|
2161 |
msgid "(Default: wp-content/banners/)."
|
2162 |
msgstr "(Domyślnie: wp-content/banners/)."
|
2163 |
|
2164 |
+
#: dashboard/settings/general.php:51
|
2165 |
msgid ""
|
2166 |
"To try and trick ad blockers you could set the folder to something crazy "
|
2167 |
"like:"
|
2169 |
"Jeśli chcesz możeszspróbować trochę oszukać programy blokujące reklamy. "
|
2170 |
"Wsytarczy żę podasz jakąś nietypową nazwę folderu np. taką :"
|
2171 |
|
2172 |
+
#: dashboard/settings/general.php:52
|
2173 |
msgid ""
|
2174 |
"This folder will not be automatically created if it doesn't exist. AdRotate "
|
2175 |
"will show errors when the folder is missing."
|
2177 |
"Ten folder nie zostanie automatycznie utworzony jeśli nie istnieje. AdRotate "
|
2178 |
"wyświetli błędy jeśli nie odnajdzie katalogu."
|
2179 |
|
2180 |
+
#: dashboard/settings/general.php:57
|
2181 |
msgid "Bot filter"
|
2182 |
msgstr "Filtr Botów Internetowych"
|
2183 |
|
2184 |
+
#: dashboard/settings/general.php:58
|
2185 |
msgid "The bot filter is used for the AdRotate stats tracker."
|
2186 |
msgstr ""
|
2187 |
|
2188 |
+
#: dashboard/settings/general.php:61
|
2189 |
msgid "User-Agent Filter"
|
2190 |
msgstr "Filtr Agentów"
|
2191 |
|
2192 |
+
#: dashboard/settings/general.php:64
|
2193 |
msgid ""
|
2194 |
"A comma separated list of keywords. Filter out bots/crawlers/user-agents."
|
2195 |
msgstr ""
|
2196 |
|
2197 |
+
#: dashboard/settings/general.php:65
|
2198 |
msgid ""
|
2199 |
"Keep in mind that this might give false positives. The word 'fire' also "
|
2200 |
"matches 'firefox', but not vice-versa. So be careful!"
|
2201 |
msgstr ""
|
2202 |
|
2203 |
+
#: dashboard/settings/general.php:66
|
2204 |
msgid ""
|
2205 |
"Only words with alphanumeric characters and [ - _ ] are allowed. All other "
|
2206 |
"characters are stripped out."
|
2207 |
msgstr ""
|
2208 |
|
2209 |
+
#: dashboard/settings/general.php:67
|
2210 |
msgid ""
|
2211 |
"Additionally to the list specified here, empty User-Agents are blocked as "
|
2212 |
"well."
|
2213 |
msgstr "Dodatkowo do listy podanej tutaj, puści agenci są blokowani."
|
2214 |
|
2215 |
+
#: dashboard/settings/general.php:67
|
2216 |
msgid "Learn more about"
|
2217 |
msgstr "Dowiedź się więcej o"
|
2218 |
|
2219 |
+
#: dashboard/settings/general.php:67
|
2220 |
msgid "user-agents"
|
2221 |
msgstr "Agenci przeglądarek"
|
2222 |
|
2884 |
msgstr ""
|
2885 |
"Ta liczba nie moze być pusta, ujemna lub przekraczać 86400 (24 godziny)."
|
2886 |
|
2887 |
+
#, fuzzy
|
2888 |
+
#~ msgid "AdRotate Page"
|
2889 |
+
#~ msgstr "AdRotate Pro"
|
2890 |
+
|
2891 |
#~ msgid ""
|
2892 |
#~ "Upload your images to the banner folder and make sure the filename is in "
|
2893 |
#~ "the following format; \"imagename.full.ext\". A full set of sized images "
|
language/adrotate-sr_RS.mo
CHANGED
Binary file
|
language/adrotate-sr_RS.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: 2015-
|
6 |
-
"PO-Revision-Date: 2015-
|
7 |
"Last-Translator: Arnan de Gans <info@ajdg.net>\n"
|
8 |
"Language-Team: Andrijana Nikolic <andrijanan@webhostinggeeks.com>\n"
|
9 |
"Language: sr_RS\n"
|
@@ -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 "O ne! Nešto nije kako treba!"
|
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,51 +132,51 @@ msgstr ""
|
|
132 |
"kliknuli. Verifikuj ak je url korišćen kao validan ili login via vašeg "
|
133 |
"pretraživača."
|
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 "Ako ste primili url koji želite da posetite via email, prevaeni ste!"
|
140 |
|
141 |
-
#: adrotate-output.php:
|
142 |
msgid "Contact support if the issue persists:"
|
143 |
msgstr "Kontaktirajte podršku ako se problem nastavi:"
|
144 |
|
145 |
-
#: adrotate-output.php:
|
146 |
#, fuzzy
|
147 |
msgid ""
|
148 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
149 |
"restrictions or does not exist!"
|
150 |
msgstr "Nema vremena da se stvari urade ? Hajde da napravimo raspored !"
|
151 |
|
152 |
-
#: adrotate-output.php:
|
153 |
#, fuzzy
|
154 |
msgid ""
|
155 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
156 |
"restrictions!"
|
157 |
msgstr "Nema vremena da se stvari urade ? Hajde da napravimo raspored !"
|
158 |
|
159 |
-
#: adrotate-output.php:
|
160 |
msgid ""
|
161 |
"Either there are no banners, they are disabled or none qualified for this "
|
162 |
"location!"
|
163 |
msgstr "Ili nema banera, onemogućeni su ili nije kvalifikovan za ovu lokaciju!"
|
164 |
|
165 |
-
#: adrotate-output.php:
|
166 |
msgid "Error, no Ad ID set! Check your syntax!"
|
167 |
msgstr "Error, nema Ad ID seta! Proverite vašu syntax!"
|
168 |
|
169 |
-
#: adrotate-output.php:
|
170 |
#, fuzzy
|
171 |
msgid "Error, no group ID set! Check your syntax!"
|
172 |
msgstr "Error, nema Ad ID seta! Proverite vašu syntax!"
|
173 |
|
174 |
-
#: adrotate-output.php:
|
175 |
#, fuzzy
|
176 |
msgid "Error, group does not exist! Check your syntax!"
|
177 |
msgstr "Error, nema Ad ID seta! Proverite vašu syntax!"
|
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,235 +184,234 @@ msgstr ""
|
|
184 |
"Error se prikazao locirajući bazupodataka tabele za AdRotate. Molim vas "
|
185 |
"deaktivirajte i reaktivirajte AdRotate sa plugin stranice!!"
|
186 |
|
187 |
-
#: adrotate-output.php:
|
188 |
msgid "If this does not solve the issue please seek support at"
|
189 |
msgstr "Ako ne reši problem potražite podršku na"
|
190 |
|
191 |
-
#: adrotate-output.php:
|
192 |
msgid "An unknown error occured."
|
193 |
msgstr "Nepoznati error se ukazao."
|
194 |
|
195 |
-
#: adrotate-output.php:
|
196 |
msgid "active ad(s) expired."
|
197 |
msgstr "aktivni ad-ovi su istekli."
|
198 |
|
199 |
-
#: adrotate-output.php:
|
200 |
msgid "Take action now"
|
201 |
msgstr "Reagujte odmah"
|
202 |
|
203 |
-
#: adrotate-output.php:
|
204 |
msgid "active ad(s) are about to expire."
|
205 |
msgstr "aktivni ad-ovi će uskoro da isteknu."
|
206 |
|
207 |
-
#: adrotate-output.php:
|
208 |
msgid "Check it out"
|
209 |
msgstr "Pogledajte ovde"
|
210 |
|
211 |
-
#: adrotate-output.php:
|
212 |
msgid "active ad(s) with configuration errors."
|
213 |
msgstr "aktivni ad-ovi sa konfiguracionim greškama."
|
214 |
|
215 |
-
#: adrotate-output.php:
|
216 |
msgid "Solve this"
|
217 |
msgstr "Reši ovo"
|
218 |
|
219 |
-
#: adrotate-output.php:
|
220 |
msgid "ad(s) expired."
|
221 |
msgstr "ad-ovi su istekli."
|
222 |
|
223 |
-
#: adrotate-output.php:
|
224 |
msgid "ad(s) are about to expire."
|
225 |
msgstr "ad-ovi će uskoro da isteknu."
|
226 |
|
227 |
-
#: adrotate-output.php:
|
228 |
msgid "ad(s) with configuration errors."
|
229 |
msgstr "ad-ovi sa konfiguracionim greškama."
|
230 |
|
231 |
-
#: adrotate-output.php:
|
232 |
msgid "Fix this as soon as possible"
|
233 |
msgstr "Popravi ovo što pre je moguće"
|
234 |
|
235 |
-
#: adrotate-output.php:
|
236 |
-
#: dashboard/adrotatepro.php:
|
237 |
-
#: dashboard/adrotatepro.php:
|
238 |
-
#: dashboard/adrotatepro.php:
|
239 |
-
#: dashboard/adrotatepro.php:
|
240 |
-
#: dashboard/info.php:
|
241 |
-
#: dashboard/info.php:
|
242 |
#: dashboard/settings/geotargeting.php:26
|
243 |
#, fuzzy
|
244 |
msgid "Buy now"
|
245 |
msgstr "Kupite odmah"
|
246 |
|
247 |
-
#: adrotate-output.php:
|
248 |
msgid ""
|
249 |
"You've been using <strong>AdRotate</strong> for a while now. Why not upgrade "
|
250 |
"to the <strong>PRO</strong> version"
|
251 |
msgstr ""
|
252 |
|
253 |
-
#: adrotate-output.php:
|
254 |
#, php-format
|
255 |
msgid ""
|
256 |
"Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
|
257 |
msgstr ""
|
258 |
|
259 |
-
#: adrotate-output.php:
|
260 |
msgid "Thank you for your purchase!"
|
261 |
msgstr ""
|
262 |
|
263 |
-
#: adrotate-output.php:
|
264 |
msgid ""
|
265 |
"Welcome, and thanks for using AdRotate. Everything related to AdRotate is in "
|
266 |
"this menu. Check out the"
|
267 |
msgstr ""
|
268 |
|
269 |
-
#: adrotate-output.php:
|
270 |
msgid "manuals"
|
271 |
msgstr "priručnici"
|
272 |
|
273 |
-
#: adrotate-output.php:
|
274 |
msgid "and"
|
275 |
msgstr ""
|
276 |
|
277 |
-
#: adrotate-output.php:
|
278 |
msgid "forums"
|
279 |
msgstr ""
|
280 |
|
281 |
-
#: adrotate-output.php:
|
282 |
#, fuzzy
|
283 |
msgid "Useful Links"
|
284 |
msgstr "Korisni linkovi"
|
285 |
|
286 |
-
#: adrotate-output.php:
|
287 |
msgid "Useful links to learn more about AdRotate"
|
288 |
msgstr ""
|
289 |
|
290 |
-
#: adrotate-output.php:
|
291 |
-
|
292 |
-
|
293 |
-
msgstr "AdRotate Pro"
|
294 |
|
295 |
-
#: adrotate-output.php:
|
296 |
#, fuzzy
|
297 |
msgid "Getting Started With AdRotate"
|
298 |
msgstr "Nabvite jos karakteristika! AdRotate Pro."
|
299 |
|
300 |
-
#: adrotate-output.php:
|
301 |
#, fuzzy
|
302 |
msgid "AdRotate manuals"
|
303 |
msgstr "AdRotate informacije"
|
304 |
|
305 |
-
#: adrotate-output.php:
|
306 |
#, fuzzy
|
307 |
msgid "AdRotate Support Forum"
|
308 |
msgstr "AdRotate prodavnica"
|
309 |
|
310 |
-
#: adrotate-output.php:
|
311 |
#, fuzzy
|
312 |
msgid "Help AdRotate Grow"
|
313 |
msgstr "Zaglavili ste se sa AdRotate ? Ja ću vam pomoći !"
|
314 |
|
315 |
-
#: adrotate-output.php:
|
316 |
msgid "Brought to you by"
|
317 |
msgstr "Za tebe od"
|
318 |
|
319 |
-
#: adrotate-output.php:
|
320 |
msgid ""
|
321 |
"A lot of users only think to review AdRotate when something goes wrong while "
|
322 |
"thousands of people use AdRotate satisfactory. Don't let this go unnoticed."
|
323 |
msgstr ""
|
324 |
|
325 |
-
#: adrotate-output.php:
|
326 |
msgid "If you find AdRotate useful please leave your honest"
|
327 |
msgstr ""
|
328 |
|
329 |
-
#: adrotate-output.php:
|
330 |
msgid "rating"
|
331 |
msgstr ""
|
332 |
|
333 |
-
#: adrotate-output.php:
|
334 |
#, fuzzy
|
335 |
msgid "review"
|
336 |
msgstr "Dajte ocenu i komentar"
|
337 |
|
338 |
-
#: adrotate-output.php:
|
339 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
340 |
msgstr ""
|
341 |
|
342 |
-
#: adrotate-output.php:
|
343 |
msgid "Available in AdRotate Pro"
|
344 |
msgstr "Dostupno u AdRotate Pro"
|
345 |
|
346 |
-
#: adrotate-output.php:
|
347 |
#, fuzzy
|
348 |
msgid "More information..."
|
349 |
msgstr "Saznajte više"
|
350 |
|
351 |
-
#: adrotate-output.php:
|
352 |
msgid "This feature is available in AdRotate Pro"
|
353 |
msgstr "Ova karakteristika je dostupna na AdRotate Pro"
|
354 |
|
355 |
-
#: adrotate-output.php:
|
356 |
msgid "Learn more"
|
357 |
msgstr "Saznajte više"
|
358 |
|
359 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
360 |
-
#: dashboard/publisher/adverts-edit.php:
|
361 |
msgid "January"
|
362 |
msgstr "Januar"
|
363 |
|
364 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
365 |
-
#: dashboard/publisher/adverts-edit.php:
|
366 |
msgid "February"
|
367 |
msgstr "Februar"
|
368 |
|
369 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
370 |
-
#: dashboard/publisher/adverts-edit.php:
|
371 |
msgid "March"
|
372 |
msgstr "Mart"
|
373 |
|
374 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
375 |
-
#: dashboard/publisher/adverts-edit.php:
|
376 |
msgid "April"
|
377 |
msgstr "April"
|
378 |
|
379 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
380 |
-
#: dashboard/publisher/adverts-edit.php:
|
381 |
msgid "May"
|
382 |
msgstr "Maj"
|
383 |
|
384 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
385 |
-
#: dashboard/publisher/adverts-edit.php:
|
386 |
msgid "June"
|
387 |
msgstr "Jun"
|
388 |
|
389 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
390 |
-
#: dashboard/publisher/adverts-edit.php:
|
391 |
msgid "July"
|
392 |
msgstr "Jul"
|
393 |
|
394 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
395 |
-
#: dashboard/publisher/adverts-edit.php:
|
396 |
msgid "August"
|
397 |
msgstr "Avgust"
|
398 |
|
399 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
400 |
-
#: dashboard/publisher/adverts-edit.php:
|
401 |
msgid "September"
|
402 |
msgstr "Septembar"
|
403 |
|
404 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
405 |
-
#: dashboard/publisher/adverts-edit.php:
|
406 |
msgid "October"
|
407 |
msgstr "Oktobar"
|
408 |
|
409 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
410 |
-
#: dashboard/publisher/adverts-edit.php:
|
411 |
msgid "November"
|
412 |
msgstr "Novembar"
|
413 |
|
414 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
415 |
-
#: dashboard/publisher/adverts-edit.php:
|
416 |
msgid "December"
|
417 |
msgstr "Decembar"
|
418 |
|
@@ -546,7 +545,7 @@ msgid ""
|
|
546 |
"AdRotate Pro."
|
547 |
msgstr "Ova karakteristika je dostupna na AdRotate Pro"
|
548 |
|
549 |
-
#: adrotate.php:409 adrotate.php:496 dashboard/publisher/adverts-edit.php:
|
550 |
#: dashboard/publisher/adverts-main.php:114
|
551 |
#: dashboard/publisher/groups-edit.php:75
|
552 |
#: dashboard/publisher/groups-main.php:89
|
@@ -586,7 +585,7 @@ msgstr "Početno vreme (hh:mm):"
|
|
586 |
msgid "End"
|
587 |
msgstr "Završno vreme (hh:mm):"
|
588 |
|
589 |
-
#: adrotate.php:428 dashboard/publisher/adverts-edit.php:
|
590 |
#: dashboard/publisher/groups-main.php:34
|
591 |
msgid "Ads"
|
592 |
msgstr "Oglasi"
|
@@ -684,7 +683,7 @@ msgid ""
|
|
684 |
"\"imagename.full.ext\". A full set of sized images is strongly recommended."
|
685 |
msgstr ""
|
686 |
|
687 |
-
#: adrotate.php:503 dashboard/publisher/adverts-edit.php:
|
688 |
msgid ""
|
689 |
"For smaller size images use \".320\", \".480\", \".768\" or \".1024\" in the "
|
690 |
"filename instead of \".full\" for the various viewports."
|
@@ -798,21 +797,22 @@ msgid ""
|
|
798 |
"forum. Get a solution (usually) within a day."
|
799 |
msgstr ""
|
800 |
|
801 |
-
#: dashboard/adrotatepro.php:48 dashboard/info.php:
|
802 |
msgid "AdRotate is brought to you by"
|
803 |
msgstr "AdRotate vam je omogućio"
|
804 |
|
805 |
-
#: dashboard/adrotatepro.php:52 dashboard/info.php:
|
806 |
msgid ""
|
807 |
-
"Premium plugins for WordPress and WooCommerce!
|
808 |
-
"
|
|
|
809 |
msgstr ""
|
810 |
|
811 |
-
#: dashboard/adrotatepro.php:
|
812 |
msgid "Schedule all campaigns with ease"
|
813 |
msgstr ""
|
814 |
|
815 |
-
#: dashboard/adrotatepro.php:
|
816 |
msgid ""
|
817 |
"Schedule your adverts and set up advertising campaigns based on dates you or "
|
818 |
"your advertisers specify without hassle. Seasonal adverts, weekly adverts. "
|
@@ -820,11 +820,11 @@ msgid ""
|
|
820 |
"much more easy. You can set one or many schedules for adverts."
|
821 |
msgstr ""
|
822 |
|
823 |
-
#: dashboard/adrotatepro.php:
|
824 |
msgid "Avoid adblockers"
|
825 |
msgstr ""
|
826 |
|
827 |
-
#: dashboard/adrotatepro.php:
|
828 |
msgid ""
|
829 |
"Try and avoid adblockers so you adverts get the exposure you want them to "
|
830 |
"have. AdRotate Pro offers some advanced tools to deceive adblockers so your "
|
@@ -832,11 +832,11 @@ msgid ""
|
|
832 |
"adverts smartly so these features reach their full potential!"
|
833 |
msgstr ""
|
834 |
|
835 |
-
#: dashboard/adrotatepro.php:
|
836 |
msgid "Stay up-to-date with notifications"
|
837 |
msgstr ""
|
838 |
|
839 |
-
#: dashboard/adrotatepro.php:
|
840 |
msgid ""
|
841 |
"Stay in touch with Email notifications. Have AdRotate send you an alert when "
|
842 |
"adverts expire or need your attention. Additionally, you can have AdRotate "
|
@@ -845,95 +845,95 @@ msgid ""
|
|
845 |
"miss an expiration date again."
|
846 |
msgstr ""
|
847 |
|
848 |
-
#: dashboard/adrotatepro.php:
|
849 |
-
#: dashboard/info.php:
|
850 |
#, fuzzy
|
851 |
msgid "Buy AdRotate Professional"
|
852 |
msgstr "Kupite odmah"
|
853 |
|
854 |
-
#: dashboard/adrotatepro.php:
|
855 |
msgid "Single License"
|
856 |
msgstr ""
|
857 |
|
858 |
-
#: dashboard/adrotatepro.php:
|
859 |
#, fuzzy
|
860 |
msgid "For one WordPress installation."
|
861 |
msgstr "Instalacije"
|
862 |
|
863 |
-
#: dashboard/adrotatepro.php:
|
864 |
-
#: dashboard/info.php:
|
865 |
msgid "Duo License"
|
866 |
msgstr ""
|
867 |
|
868 |
-
#: dashboard/adrotatepro.php:
|
869 |
#, fuzzy
|
870 |
msgid "For two WordPress installations."
|
871 |
msgstr "Instalacije"
|
872 |
|
873 |
-
#: dashboard/adrotatepro.php:
|
874 |
-
#: dashboard/info.php:
|
875 |
msgid "Multi License"
|
876 |
msgstr ""
|
877 |
|
878 |
-
#: dashboard/adrotatepro.php:
|
879 |
#, fuzzy
|
880 |
msgid " For up to five WordPress installations."
|
881 |
msgstr "Instalacije"
|
882 |
|
883 |
-
#: dashboard/adrotatepro.php:
|
884 |
-
#: dashboard/info.php:
|
885 |
#, fuzzy
|
886 |
msgid "Developer License"
|
887 |
msgstr "Debug za programera"
|
888 |
|
889 |
-
#: dashboard/adrotatepro.php:
|
890 |
msgid "Unlimited WordPress installations and/or networks."
|
891 |
msgstr ""
|
892 |
|
893 |
-
#: dashboard/adrotatepro.php:
|
894 |
-
#: dashboard/info.php:
|
895 |
msgid "Compare licenses"
|
896 |
msgstr ""
|
897 |
|
898 |
-
#: dashboard/adrotatepro.php:
|
899 |
msgid "Not sure which license is for you? Compare them..."
|
900 |
msgstr ""
|
901 |
|
902 |
-
#: dashboard/adrotatepro.php:
|
903 |
#, fuzzy
|
904 |
msgid "All Licenses"
|
905 |
msgstr "Ponovo ocenite sve oglase"
|
906 |
|
907 |
-
#: dashboard/adrotatepro.php:
|
908 |
msgid "Lifetime License"
|
909 |
msgstr ""
|
910 |
|
911 |
-
#: dashboard/adrotatepro.php:
|
912 |
msgid "Single installation."
|
913 |
msgstr ""
|
914 |
|
915 |
-
#: dashboard/adrotatepro.php:
|
916 |
msgid "Up to 2 installations."
|
917 |
msgstr ""
|
918 |
|
919 |
-
#: dashboard/adrotatepro.php:
|
920 |
msgid "Up to 10 installations."
|
921 |
msgstr ""
|
922 |
|
923 |
-
#: dashboard/adrotatepro.php:
|
924 |
msgid "Up to 25 installations or multisite networks."
|
925 |
msgstr ""
|
926 |
|
927 |
-
#: dashboard/adrotatepro.php:
|
928 |
msgid ""
|
929 |
"Subscriptions get 1 year access to updates, email support & AdRotate Geo."
|
930 |
msgstr ""
|
931 |
|
932 |
-
#: dashboard/adrotatepro.php:
|
933 |
msgid "Not sure which license is for you?"
|
934 |
msgstr ""
|
935 |
|
936 |
-
#: dashboard/adrotatepro.php:
|
937 |
msgid "Compare Licenses"
|
938 |
msgstr ""
|
939 |
|
@@ -970,38 +970,36 @@ msgid "Support AdRotate"
|
|
970 |
msgstr "AdRotate podrška"
|
971 |
|
972 |
#: dashboard/info.php:55
|
973 |
-
msgid "
|
974 |
-
|
975 |
-
|
976 |
-
#: dashboard/info.php:55
|
977 |
-
msgid "Can't donate money? Consider writing a review instead. Thank you!"
|
978 |
msgstr ""
|
979 |
|
980 |
-
#: dashboard/info.php:
|
981 |
msgid "AdRotate News and Developer Blog"
|
982 |
msgstr "AdRotate novosti i blog za programere"
|
983 |
|
984 |
-
#: dashboard/info.php:
|
985 |
#, fuzzy
|
986 |
msgid "Get more features with AdRotate Pro"
|
987 |
msgstr "Nabvite jos karakteristika! AdRotate Pro."
|
988 |
|
989 |
-
#: dashboard/info.php:
|
990 |
msgid ""
|
991 |
"Benefit from extra features to reinforce your income with advertising "
|
992 |
"campaigns. Make the most of your website with the powerful tools AdRotate "
|
993 |
"Pro offers on top of the trusted features included in the free version."
|
994 |
msgstr ""
|
995 |
|
996 |
-
#: dashboard/info.php:
|
997 |
msgid "Want to know more about"
|
998 |
msgstr ""
|
999 |
|
1000 |
-
#: dashboard/info.php:
|
1001 |
msgid "Visit the"
|
1002 |
msgstr "Posetite"
|
1003 |
|
1004 |
-
#: dashboard/info.php:
|
1005 |
msgid "website"
|
1006 |
msgstr "websajt"
|
1007 |
|
@@ -1010,7 +1008,7 @@ msgid "Disabled Ads"
|
|
1010 |
msgstr "Onemogući odgovore"
|
1011 |
|
1012 |
#: dashboard/publisher/adverts-disabled.php:21
|
1013 |
-
#: dashboard/publisher/adverts-edit.php:
|
1014 |
msgid "Activate"
|
1015 |
msgstr "Aktiviraj"
|
1016 |
|
@@ -1031,7 +1029,7 @@ msgstr ""
|
|
1031 |
"2pm je 14:00 sati . 6 prepodne je 6:00 sati ."
|
1032 |
|
1033 |
#: dashboard/publisher/adverts-disabled.php:37
|
1034 |
-
#: dashboard/publisher/adverts-edit.php:
|
1035 |
#: dashboard/publisher/adverts-error.php:41
|
1036 |
#: dashboard/publisher/adverts-main.php:41
|
1037 |
msgid "Title"
|
@@ -1136,65 +1134,65 @@ msgstr "Ovaj oglas će isteći za manje od 7 dana !"
|
|
1136 |
msgid "This ad has been disabled and does not rotate on your site!"
|
1137 |
msgstr "Ovaj oglas je onemogućen i ne rotira na vašem sajtu !"
|
1138 |
|
1139 |
-
#: dashboard/publisher/adverts-edit.php:
|
1140 |
#, fuzzy
|
1141 |
msgid "New Advert"
|
1142 |
msgstr ""
|
1143 |
"Ubacite novu reklamu u ovom intervalu , bez ponovnog učitavanja stranice."
|
1144 |
"Default: 6."
|
1145 |
|
1146 |
-
#: dashboard/publisher/adverts-edit.php:
|
1147 |
#, fuzzy
|
1148 |
msgid "Edit Advert"
|
1149 |
msgstr "Edituj"
|
1150 |
|
1151 |
-
#: dashboard/publisher/adverts-edit.php:
|
1152 |
msgid "AdCode"
|
1153 |
msgstr ""
|
1154 |
|
1155 |
-
#: dashboard/publisher/adverts-edit.php:
|
1156 |
msgid "Basic Examples:"
|
1157 |
msgstr "Osnovni Primeri :"
|
1158 |
|
1159 |
-
#: dashboard/publisher/adverts-edit.php:
|
1160 |
msgid "Useful tags"
|
1161 |
msgstr ""
|
1162 |
|
1163 |
-
#: dashboard/publisher/adverts-edit.php:
|
1164 |
msgid "Insert the advert ID Number."
|
1165 |
msgstr ""
|
1166 |
|
1167 |
-
#: dashboard/publisher/adverts-edit.php:
|
1168 |
msgid "Required when selecting a image below."
|
1169 |
msgstr ""
|
1170 |
|
1171 |
-
#: dashboard/publisher/adverts-edit.php:
|
1172 |
msgid "Insert the advert name."
|
1173 |
msgstr ""
|
1174 |
|
1175 |
-
#: dashboard/publisher/adverts-edit.php:
|
1176 |
msgid "Insert a random seed. Useful for DFP/DoubleClick type adverts."
|
1177 |
msgstr ""
|
1178 |
|
1179 |
-
#: dashboard/publisher/adverts-edit.php:
|
1180 |
msgid "Add inside the <a> tag to open advert in a new window."
|
1181 |
msgstr ""
|
1182 |
|
1183 |
-
#: dashboard/publisher/adverts-edit.php:
|
1184 |
msgid "Add inside the <a> tag to tell crawlers to ignore this link"
|
1185 |
msgstr ""
|
1186 |
|
1187 |
-
#: dashboard/publisher/adverts-edit.php:
|
1188 |
msgid ""
|
1189 |
"Place the cursor in your AdCode where you want to add any of these tags and "
|
1190 |
"click to add it."
|
1191 |
msgstr ""
|
1192 |
|
1193 |
-
#: dashboard/publisher/adverts-edit.php:
|
1194 |
msgid "Preview"
|
1195 |
msgstr "Pregled"
|
1196 |
|
1197 |
-
#: dashboard/publisher/adverts-edit.php:
|
1198 |
msgid ""
|
1199 |
"Note: While this preview is an accurate one, it might look different then it "
|
1200 |
"does on the website."
|
@@ -1202,41 +1200,41 @@ msgstr ""
|
|
1202 |
"Napomena : Iako je ovaj pregled jejedan tačan , to bi moglo da izgleda "
|
1203 |
"drugačije onda to čini na sajtu ."
|
1204 |
|
1205 |
-
#: dashboard/publisher/adverts-edit.php:
|
1206 |
msgid ""
|
1207 |
"This is because of CSS differences. Your themes CSS file is not active here!"
|
1208 |
msgstr "To je zbog CSS razlika . Vaš teme CSS fajl nije aktivan ovde !"
|
1209 |
|
1210 |
-
#: dashboard/publisher/adverts-edit.php:
|
1211 |
msgid "Banner asset"
|
1212 |
msgstr ""
|
1213 |
|
1214 |
-
#: dashboard/publisher/adverts-edit.php:
|
1215 |
msgid "WordPress media:"
|
1216 |
msgstr ""
|
1217 |
|
1218 |
-
#: dashboard/publisher/adverts-edit.php:
|
1219 |
#, fuzzy
|
1220 |
msgid "Select Banner"
|
1221 |
msgstr "Baner Folder"
|
1222 |
|
1223 |
-
#: dashboard/publisher/adverts-edit.php:
|
1224 |
msgid "- OR -"
|
1225 |
msgstr "- ILI -"
|
1226 |
|
1227 |
-
#: dashboard/publisher/adverts-edit.php:
|
1228 |
msgid "Banner folder:"
|
1229 |
msgstr "Folder banera:"
|
1230 |
|
1231 |
-
#: dashboard/publisher/adverts-edit.php:
|
1232 |
msgid "No image selected"
|
1233 |
msgstr "Nijedna slika nije izabrana"
|
1234 |
|
1235 |
-
#: dashboard/publisher/adverts-edit.php:
|
1236 |
msgid "Use %image% in the adcode instead of the file path."
|
1237 |
msgstr ""
|
1238 |
|
1239 |
-
#: dashboard/publisher/adverts-edit.php:
|
1240 |
msgid ""
|
1241 |
"Use either the text field or the dropdown. If the textfield has content that "
|
1242 |
"field has priority."
|
@@ -1244,31 +1242,31 @@ msgstr ""
|
|
1244 |
"Koristite ili polje za tekst ili dropdown. Ako polje teksta ima sadržaj koji "
|
1245 |
"polje ima prioritet ."
|
1246 |
|
1247 |
-
#: dashboard/publisher/adverts-edit.php:
|
1248 |
#: dashboard/settings/statistics.php:12
|
1249 |
msgid "Statistics"
|
1250 |
msgstr "Statistike"
|
1251 |
|
1252 |
-
#: dashboard/publisher/adverts-edit.php:
|
1253 |
msgid "Enable click and impression tracking for this advert."
|
1254 |
msgstr ""
|
1255 |
|
1256 |
-
#: dashboard/publisher/adverts-edit.php:
|
1257 |
msgid ""
|
1258 |
"Note: Clicktracking does not work for Javascript adverts such as those "
|
1259 |
"provided by Google AdSense/DFP/DoubleClick. HTML5/Flash adverts are not "
|
1260 |
"always supported."
|
1261 |
msgstr ""
|
1262 |
|
1263 |
-
#: dashboard/publisher/adverts-edit.php:
|
1264 |
msgid "Yes, this ad will be used"
|
1265 |
msgstr "Da , ovaj oglas će se koristiti"
|
1266 |
|
1267 |
-
#: dashboard/publisher/adverts-edit.php:
|
1268 |
msgid "No, do not show this ad anywhere"
|
1269 |
msgstr "Ne , ne pokazuju nigde ovaj oglas"
|
1270 |
|
1271 |
-
#: dashboard/publisher/adverts-edit.php:
|
1272 |
#: dashboard/publisher/adverts-main.php:114
|
1273 |
#: dashboard/publisher/groups-edit.php:75
|
1274 |
#: dashboard/publisher/groups-main.php:89
|
@@ -1276,293 +1274,293 @@ msgstr "Ne , ne pokazuju nigde ovaj oglas"
|
|
1276 |
msgid "Get more features with AdRotate Pro."
|
1277 |
msgstr "Nabvite jos karakteristika! AdRotate Pro."
|
1278 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1279 |
#: dashboard/publisher/adverts-edit.php:192
|
1280 |
#: dashboard/publisher/adverts-edit.php:292
|
1281 |
#: dashboard/publisher/adverts-edit.php:387
|
1282 |
#: dashboard/publisher/adverts-edit.php:428
|
1283 |
-
msgid "Save Advert"
|
1284 |
-
msgstr "Sačuvaj oglas"
|
1285 |
-
|
1286 |
-
#: dashboard/publisher/adverts-edit.php:193
|
1287 |
-
#: dashboard/publisher/adverts-edit.php:293
|
1288 |
-
#: dashboard/publisher/adverts-edit.php:388
|
1289 |
-
#: dashboard/publisher/adverts-edit.php:429
|
1290 |
#: dashboard/publisher/groups-edit.php:154
|
1291 |
#: dashboard/publisher/groups-edit.php:301
|
1292 |
#: dashboard/publisher/groups-edit.php:393
|
1293 |
msgid "Cancel"
|
1294 |
msgstr "Ukini"
|
1295 |
|
1296 |
-
#: dashboard/publisher/adverts-edit.php:
|
1297 |
-
#: dashboard/publisher/adverts-edit.php:
|
1298 |
#: dashboard/publisher/groups-edit.php:136
|
1299 |
#: dashboard/publisher/groups-edit.php:283
|
1300 |
msgid "Usage"
|
1301 |
msgstr "upotreba"
|
1302 |
|
1303 |
-
#: dashboard/publisher/adverts-edit.php:
|
1304 |
-
#: dashboard/publisher/adverts-edit.php:
|
1305 |
#: dashboard/publisher/groups-edit.php:140
|
1306 |
#: dashboard/publisher/groups-edit.php:287
|
1307 |
msgid "Widget"
|
1308 |
msgstr ""
|
1309 |
|
1310 |
-
#: dashboard/publisher/adverts-edit.php:
|
1311 |
-
#: dashboard/publisher/adverts-edit.php:
|
1312 |
msgid ""
|
1313 |
"Drag the AdRotate widget to the sidebar you want it in, select \"Single Ad\" "
|
1314 |
"and enter ID"
|
1315 |
msgstr ""
|
1316 |
|
1317 |
-
#: dashboard/publisher/adverts-edit.php:
|
1318 |
-
#: dashboard/publisher/adverts-edit.php:
|
1319 |
#: dashboard/publisher/groups-edit.php:144
|
1320 |
#: dashboard/publisher/groups-edit.php:291
|
1321 |
msgid "In a post or page"
|
1322 |
msgstr ""
|
1323 |
|
1324 |
-
#: dashboard/publisher/adverts-edit.php:
|
1325 |
-
#: dashboard/publisher/adverts-edit.php:
|
1326 |
#: dashboard/publisher/groups-edit.php:146
|
1327 |
#: dashboard/publisher/groups-edit.php:293
|
1328 |
msgid "Directly in a theme"
|
1329 |
msgstr ""
|
1330 |
|
1331 |
-
#: dashboard/publisher/adverts-edit.php:
|
1332 |
msgid "Schedule your advert"
|
1333 |
msgstr ""
|
1334 |
|
1335 |
-
#: dashboard/publisher/adverts-edit.php:
|
1336 |
msgid "Start date (day/month/year)"
|
1337 |
msgstr ""
|
1338 |
|
1339 |
-
#: dashboard/publisher/adverts-edit.php:
|
1340 |
msgid "End date (day/month/year)"
|
1341 |
msgstr ""
|
1342 |
|
1343 |
-
#: dashboard/publisher/adverts-edit.php:
|
1344 |
msgid "Start time (hh:mm)"
|
1345 |
msgstr ""
|
1346 |
|
1347 |
-
#: dashboard/publisher/adverts-edit.php:
|
1348 |
msgid "End time (hh:mm)"
|
1349 |
msgstr ""
|
1350 |
|
1351 |
-
#: dashboard/publisher/adverts-edit.php:
|
1352 |
msgid "Maximum Clicks"
|
1353 |
msgstr ""
|
1354 |
|
1355 |
-
#: dashboard/publisher/adverts-edit.php:
|
1356 |
-
#: dashboard/publisher/adverts-edit.php:
|
1357 |
msgid "Leave empty or 0 to skip this."
|
1358 |
msgstr "Ostavite prazno ili 0 da preskoči ovo."
|
1359 |
|
1360 |
-
#: dashboard/publisher/adverts-edit.php:
|
1361 |
msgid "Maximum Impressions"
|
1362 |
msgstr ""
|
1363 |
|
1364 |
-
#: dashboard/publisher/adverts-edit.php:
|
1365 |
msgid "Important"
|
1366 |
msgstr ""
|
1367 |
|
1368 |
-
#: dashboard/publisher/adverts-edit.php:
|
1369 |
msgid ""
|
1370 |
"Note: Time uses a 24 hour clock. When you are used to the AM/PM system keep "
|
1371 |
"this in mind: If the start or end time is after lunch, add 12 hours. 2PM is "
|
1372 |
"14:00 hours. 6AM is 6:00 hours."
|
1373 |
msgstr ""
|
1374 |
|
1375 |
-
#: dashboard/publisher/adverts-edit.php:
|
1376 |
msgid ""
|
1377 |
"Create multiple and more advanced schedules for each advert with AdRotate "
|
1378 |
"Pro."
|
1379 |
msgstr ""
|
1380 |
|
1381 |
-
#: dashboard/publisher/adverts-edit.php:
|
1382 |
-
#: dashboard/publisher/adverts-edit.php:
|
1383 |
-
#: dashboard/publisher/adverts-edit.php:
|
1384 |
#: dashboard/publisher/groups-edit.php:200
|
1385 |
#, fuzzy
|
1386 |
msgid "Upgrade today"
|
1387 |
msgstr "Danas"
|
1388 |
|
1389 |
-
#: dashboard/publisher/adverts-edit.php:
|
1390 |
#: dashboard/publisher/groups-edit.php:157
|
1391 |
msgid "Advanced"
|
1392 |
msgstr ""
|
1393 |
|
1394 |
-
#: dashboard/publisher/adverts-edit.php:
|
1395 |
#, fuzzy
|
1396 |
msgid "Everything below is optional."
|
1397 |
msgstr "Naslov (opcionalno):"
|
1398 |
|
1399 |
-
#: dashboard/publisher/adverts-edit.php:
|
1400 |
msgid "Mobile"
|
1401 |
msgstr ""
|
1402 |
|
1403 |
-
#: dashboard/publisher/adverts-edit.php:
|
1404 |
msgid "Show on;"
|
1405 |
msgstr ""
|
1406 |
|
1407 |
-
#: dashboard/publisher/adverts-edit.php:
|
1408 |
msgid "Computers"
|
1409 |
msgstr ""
|
1410 |
|
1411 |
-
#: dashboard/publisher/adverts-edit.php:
|
1412 |
msgid "Smartphones"
|
1413 |
msgstr ""
|
1414 |
|
1415 |
-
#: dashboard/publisher/adverts-edit.php:
|
1416 |
msgid "Tablets."
|
1417 |
msgstr ""
|
1418 |
|
1419 |
-
#: dashboard/publisher/adverts-edit.php:
|
1420 |
msgid "Also enable mobile support in the group this advert goes in."
|
1421 |
msgstr ""
|
1422 |
|
1423 |
-
#: dashboard/publisher/adverts-edit.php:
|
1424 |
msgid "Responsive"
|
1425 |
msgstr ""
|
1426 |
|
1427 |
-
#: dashboard/publisher/adverts-edit.php:
|
1428 |
#, fuzzy
|
1429 |
msgid "Enable responsive support for this advert."
|
1430 |
msgstr "Oglasi"
|
1431 |
|
1432 |
-
#: dashboard/publisher/adverts-edit.php:
|
1433 |
msgid ""
|
1434 |
"Upload your images to the banner folder and make sure the filename is in the "
|
1435 |
"following format; \"imagename.full.ext\"."
|
1436 |
msgstr ""
|
1437 |
|
1438 |
-
#: dashboard/publisher/adverts-edit.php:
|
1439 |
#: dashboard/publisher/adverts-report.php:58
|
1440 |
#: dashboard/publisher/groups-report.php:64
|
1441 |
msgid "Note:"
|
1442 |
msgstr "Beleška:"
|
1443 |
|
1444 |
-
#: dashboard/publisher/adverts-edit.php:
|
1445 |
msgid ""
|
1446 |
"This feature will not be developed any further. Consider switching to the "
|
1447 |
"Mobile feature in AdRotate Pro as seen above!"
|
1448 |
msgstr ""
|
1449 |
|
1450 |
-
#: dashboard/publisher/adverts-edit.php:
|
1451 |
#: dashboard/publisher/groups-edit.php:194
|
1452 |
msgid "Sortorder"
|
1453 |
msgstr ""
|
1454 |
|
1455 |
-
#: dashboard/publisher/adverts-edit.php:
|
1456 |
#: dashboard/publisher/groups-edit.php:196
|
1457 |
msgid "For administrative purposes set a sortorder."
|
1458 |
msgstr "Za administrativne svrhe postavili sortorder ."
|
1459 |
|
1460 |
-
#: dashboard/publisher/adverts-edit.php:
|
1461 |
msgid "Leave empty or 0 to skip this. Will default to ad id."
|
1462 |
msgstr "Ostavite prazno ili 0 da preskočite ovo . Će podrazumevano ID oglasa ."
|
1463 |
|
1464 |
-
#: dashboard/publisher/adverts-edit.php:
|
1465 |
msgid ""
|
1466 |
"With AdRotate Pro you can easily select which devices the advert should show "
|
1467 |
"on!"
|
1468 |
msgstr ""
|
1469 |
|
1470 |
-
#: dashboard/publisher/adverts-edit.php:
|
1471 |
msgid "Geo Targeting in AdRotate Pro"
|
1472 |
msgstr ""
|
1473 |
|
1474 |
-
#: dashboard/publisher/adverts-edit.php:
|
1475 |
msgid ""
|
1476 |
"Assign the advert to a group and enable that group to use Geo Targeting."
|
1477 |
msgstr ""
|
1478 |
|
1479 |
-
#: dashboard/publisher/adverts-edit.php:
|
1480 |
msgid "Cities/States"
|
1481 |
msgstr ""
|
1482 |
|
1483 |
-
#: dashboard/publisher/adverts-edit.php:
|
1484 |
msgid ""
|
1485 |
"A comma separated list of cities (or the Metro ID) and/or states (Also the "
|
1486 |
"states ISO codes are supported)"
|
1487 |
msgstr ""
|
1488 |
|
1489 |
-
#: dashboard/publisher/adverts-edit.php:
|
1490 |
msgid ""
|
1491 |
"AdRotate does not check the validity of names so make sure you spell them "
|
1492 |
"correctly!"
|
1493 |
msgstr ""
|
1494 |
|
1495 |
-
#: dashboard/publisher/adverts-edit.php:
|
1496 |
msgid "Countries"
|
1497 |
msgstr ""
|
1498 |
|
1499 |
-
#: dashboard/publisher/adverts-edit.php:
|
1500 |
#, fuzzy
|
1501 |
msgid "Select the countries you want the adverts to show in."
|
1502 |
msgstr "Kliknite na poruke kategorije koje želite da se prikažu oglasi."
|
1503 |
|
1504 |
-
#: dashboard/publisher/adverts-edit.php:
|
1505 |
msgid "Cities take priority and will be filtered first."
|
1506 |
msgstr ""
|
1507 |
|
1508 |
-
#: dashboard/publisher/adverts-edit.php:
|
1509 |
msgid "Target your audience with Geo Targeting in AdRotate Pro"
|
1510 |
msgstr ""
|
1511 |
|
1512 |
-
#: dashboard/publisher/adverts-edit.php:
|
1513 |
msgid "Select Groups"
|
1514 |
msgstr "Izbor grupe"
|
1515 |
|
1516 |
-
#: dashboard/publisher/adverts-edit.php:
|
1517 |
#, fuzzy
|
1518 |
msgid "ID - Name"
|
1519 |
msgstr "Ime"
|
1520 |
|
1521 |
-
#: dashboard/publisher/adverts-edit.php:
|
1522 |
#: dashboard/publisher/groups-main.php:60
|
1523 |
#: dashboard/settings/geotargeting.php:39
|
1524 |
#, fuzzy
|
1525 |
msgid "Default"
|
1526 |
msgstr "Default - Prikazati po jedan oglas"
|
1527 |
|
1528 |
-
#: dashboard/publisher/adverts-edit.php:
|
1529 |
#: dashboard/publisher/groups-main.php:61
|
1530 |
#, fuzzy
|
1531 |
msgid "Dynamic"
|
1532 |
msgstr "Dinamični mod-Prikaži drugačiji oglas svakih par sekundi"
|
1533 |
|
1534 |
-
#: dashboard/publisher/adverts-edit.php:
|
1535 |
#: dashboard/publisher/groups-main.php:61
|
1536 |
#, fuzzy
|
1537 |
msgid "second rotation"
|
1538 |
msgstr "Ili nema banera, onemogućeni su ili nije kvalifikovan za ovu lokaciju!"
|
1539 |
|
1540 |
-
#: dashboard/publisher/adverts-edit.php:
|
1541 |
#: dashboard/publisher/groups-main.php:62
|
1542 |
#, fuzzy
|
1543 |
msgid "Block"
|
1544 |
msgstr "Menadžmet blokiranih"
|
1545 |
|
1546 |
-
#: dashboard/publisher/adverts-edit.php:
|
1547 |
#: dashboard/publisher/groups-main.php:62
|
1548 |
#, fuzzy
|
1549 |
msgid "grid"
|
1550 |
msgstr ""
|
1551 |
"Napravite mrežu za oglase. Popunjavanje 2 i 2 čini 2x2 mrežu. (Default: 2/2)"
|
1552 |
|
1553 |
-
#: dashboard/publisher/adverts-edit.php:
|
1554 |
#: dashboard/publisher/groups-edit.php:202
|
1555 |
#: dashboard/publisher/groups-main.php:63
|
1556 |
#, fuzzy
|
1557 |
msgid "Post Injection"
|
1558 |
msgstr "U post ili stranicu:"
|
1559 |
|
1560 |
-
#: dashboard/publisher/adverts-edit.php:
|
1561 |
#, fuzzy
|
1562 |
msgid "Geolocation"
|
1563 |
msgstr "GeoLocation"
|
1564 |
|
1565 |
-
#: dashboard/publisher/adverts-edit.php:
|
1566 |
#: dashboard/publisher/groups-edit.php:61
|
1567 |
#: dashboard/publisher/groups-main.php:70
|
1568 |
msgid "Mode"
|
@@ -2092,97 +2090,107 @@ msgid "Some options are only available in AdRotate Pro!"
|
|
2092 |
msgstr ""
|
2093 |
|
2094 |
#: dashboard/settings/general.php:16
|
2095 |
-
msgid "
|
2096 |
msgstr ""
|
2097 |
|
2098 |
#: dashboard/settings/general.php:17
|
2099 |
msgid ""
|
2100 |
-
"Enable if your theme does not support shortcodes in the
|
2101 |
-
"widget."
|
2102 |
msgstr ""
|
2103 |
|
2104 |
#: dashboard/settings/general.php:20
|
2105 |
-
msgid "
|
2106 |
msgstr ""
|
2107 |
|
2108 |
#: dashboard/settings/general.php:21
|
2109 |
msgid ""
|
2110 |
-
"
|
2111 |
-
"
|
2112 |
msgstr ""
|
2113 |
|
2114 |
#: dashboard/settings/general.php:24
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2115 |
#, fuzzy
|
2116 |
msgid "Load jQuery"
|
2117 |
msgstr ""
|
2118 |
"Ubacite novu reklamu u ovom intervalu , bez ponovnog učitavanja stranice."
|
2119 |
"Default: 6."
|
2120 |
|
2121 |
-
#: dashboard/settings/general.php:
|
2122 |
msgid ""
|
2123 |
-
"Enable if your theme does not load jQuery. jQuery is required
|
2124 |
-
"groups, statistics and some other features."
|
2125 |
msgstr ""
|
2126 |
|
2127 |
-
#: dashboard/settings/general.php:
|
2128 |
msgid "Load scripts in footer?"
|
2129 |
msgstr ""
|
2130 |
|
2131 |
-
#: dashboard/settings/general.php:
|
2132 |
msgid ""
|
2133 |
-
"Enable if you want to load all AdRotate Javascripts in the
|
2134 |
-
"site."
|
2135 |
msgstr ""
|
2136 |
|
2137 |
-
#: dashboard/settings/general.php:
|
2138 |
msgid "Adblock disguise"
|
2139 |
msgstr ""
|
2140 |
|
2141 |
-
#: dashboard/settings/general.php:
|
2142 |
msgid "Leave empty to disable. Use only lowercaps letters. For example:"
|
2143 |
msgstr ""
|
2144 |
|
2145 |
-
#: dashboard/settings/general.php:
|
2146 |
msgid ""
|
2147 |
"Try and avoid adblock plugins in most modern browsers when using shortcodes."
|
2148 |
msgstr ""
|
2149 |
|
2150 |
-
#: dashboard/settings/general.php:
|
2151 |
msgid ""
|
2152 |
"To also apply this feature to widgets, use a text widget with a shortcode "
|
2153 |
"instead of the AdRotate widget."
|
2154 |
msgstr ""
|
2155 |
|
2156 |
-
#: dashboard/settings/general.php:
|
2157 |
msgid ""
|
2158 |
"Avoid the use of obvious keywords or filenames in your adverts or this "
|
2159 |
"feature will have little effect!"
|
2160 |
msgstr ""
|
2161 |
|
2162 |
-
#: dashboard/settings/general.php:
|
2163 |
msgid "Banner Folder"
|
2164 |
msgstr "Baner Folder"
|
2165 |
|
2166 |
-
#: dashboard/settings/general.php:
|
2167 |
#, fuzzy
|
2168 |
msgid "Set a location where your banner images will be stored."
|
2169 |
msgstr ""
|
2170 |
"Odredite lokaciju gde će se Vaš baner slike smestiti .(Default: /wp-content/"
|
2171 |
"banners/)."
|
2172 |
|
2173 |
-
#: dashboard/settings/general.php:
|
2174 |
#, fuzzy
|
2175 |
msgid "Location"
|
2176 |
msgstr "Ili nema banera, onemogućeni su ili nije kvalifikovan za ovu lokaciju!"
|
2177 |
|
2178 |
-
#: dashboard/settings/general.php:
|
2179 |
#, fuzzy
|
2180 |
msgid "(Default: wp-content/banners/)."
|
2181 |
msgstr ""
|
2182 |
"Odredite lokaciju gde će se Vaš baner slike smestiti .(Default: /wp-content/"
|
2183 |
"banners/)."
|
2184 |
|
2185 |
-
#: dashboard/settings/general.php:
|
2186 |
msgid ""
|
2187 |
"To try and trick ad blockers you could set the folder to something crazy "
|
2188 |
"like:"
|
@@ -2190,7 +2198,7 @@ msgstr ""
|
|
2190 |
"Da biste probali i prevarili blokatore oglasa možete da odredite folder u "
|
2191 |
"nešto ludo kao što su :"
|
2192 |
|
2193 |
-
#: dashboard/settings/general.php:
|
2194 |
msgid ""
|
2195 |
"This folder will not be automatically created if it doesn't exist. AdRotate "
|
2196 |
"will show errors when the folder is missing."
|
@@ -2198,37 +2206,37 @@ msgstr ""
|
|
2198 |
"Ovaj folder neće biti kreirani automatski ako se ona ne postoji . AdRotate "
|
2199 |
"će pokazati greške kada folder nedostaje ."
|
2200 |
|
2201 |
-
#: dashboard/settings/general.php:
|
2202 |
#, fuzzy
|
2203 |
msgid "Bot filter"
|
2204 |
msgstr "User- agent filter"
|
2205 |
|
2206 |
-
#: dashboard/settings/general.php:
|
2207 |
msgid "The bot filter is used for the AdRotate stats tracker."
|
2208 |
msgstr ""
|
2209 |
|
2210 |
-
#: dashboard/settings/general.php:
|
2211 |
msgid "User-Agent Filter"
|
2212 |
msgstr "User- agent filter"
|
2213 |
|
2214 |
-
#: dashboard/settings/general.php:
|
2215 |
msgid ""
|
2216 |
"A comma separated list of keywords. Filter out bots/crawlers/user-agents."
|
2217 |
msgstr ""
|
2218 |
|
2219 |
-
#: dashboard/settings/general.php:
|
2220 |
msgid ""
|
2221 |
"Keep in mind that this might give false positives. The word 'fire' also "
|
2222 |
"matches 'firefox', but not vice-versa. So be careful!"
|
2223 |
msgstr ""
|
2224 |
|
2225 |
-
#: dashboard/settings/general.php:
|
2226 |
msgid ""
|
2227 |
"Only words with alphanumeric characters and [ - _ ] are allowed. All other "
|
2228 |
"characters are stripped out."
|
2229 |
msgstr ""
|
2230 |
|
2231 |
-
#: dashboard/settings/general.php:
|
2232 |
msgid ""
|
2233 |
"Additionally to the list specified here, empty User-Agents are blocked as "
|
2234 |
"well."
|
@@ -2236,11 +2244,11 @@ msgstr ""
|
|
2236 |
"Pored toga na spisku ovde , prazne korisnički agenti su blokirani , kao "
|
2237 |
"dobro."
|
2238 |
|
2239 |
-
#: dashboard/settings/general.php:
|
2240 |
msgid "Learn more about"
|
2241 |
msgstr "Saznajte više o"
|
2242 |
|
2243 |
-
#: dashboard/settings/general.php:
|
2244 |
msgid "user-agents"
|
2245 |
msgstr "korisnici-agenti"
|
2246 |
|
@@ -2924,6 +2932,10 @@ msgid ""
|
|
2924 |
msgstr ""
|
2925 |
"Ovaj broj ne može da bude prazan , negativan ili veći od 3600 ( 1 sat ) ."
|
2926 |
|
|
|
|
|
|
|
|
|
2927 |
#~ msgid "Find out more"
|
2928 |
#~ msgstr "Saznajte više"
|
2929 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: AdRotate\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-12-05 00:43+0800\n"
|
6 |
+
"PO-Revision-Date: 2015-12-05 00:44+0800\n"
|
7 |
"Last-Translator: Arnan de Gans <info@ajdg.net>\n"
|
8 |
"Language-Team: Andrijana Nikolic <andrijanan@webhostinggeeks.com>\n"
|
9 |
"Language: sr_RS\n"
|
115 |
msgid "Unexpected error"
|
116 |
msgstr ""
|
117 |
|
118 |
+
#: adrotate-manage-publisher.php:709
|
119 |
msgid "AdRotate Advertiser"
|
120 |
msgstr ""
|
121 |
|
122 |
+
#: adrotate-output.php:637
|
123 |
msgid "Oh no! Something went wrong!"
|
124 |
msgstr "O ne! Nešto nije kako treba!"
|
125 |
|
126 |
+
#: adrotate-output.php:638
|
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 |
"kliknuli. Verifikuj ak je url korišćen kao validan ili login via vašeg "
|
133 |
"pretraživača."
|
134 |
|
135 |
+
#: adrotate-output.php:639
|
136 |
msgid ""
|
137 |
"If you have received the url you want to visit via email, you are being "
|
138 |
"tricked!"
|
139 |
msgstr "Ako ste primili url koji želite da posetite via email, prevaeni ste!"
|
140 |
|
141 |
+
#: adrotate-output.php:640
|
142 |
msgid "Contact support if the issue persists:"
|
143 |
msgstr "Kontaktirajte podršku ako se problem nastavi:"
|
144 |
|
145 |
+
#: adrotate-output.php:658
|
146 |
#, fuzzy
|
147 |
msgid ""
|
148 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
149 |
"restrictions or does not exist!"
|
150 |
msgstr "Nema vremena da se stvari urade ? Hajde da napravimo raspored !"
|
151 |
|
152 |
+
#: adrotate-output.php:660
|
153 |
#, fuzzy
|
154 |
msgid ""
|
155 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
156 |
"restrictions!"
|
157 |
msgstr "Nema vremena da se stvari urade ? Hajde da napravimo raspored !"
|
158 |
|
159 |
+
#: adrotate-output.php:667 adrotate-output.php:669
|
160 |
msgid ""
|
161 |
"Either there are no banners, they are disabled or none qualified for this "
|
162 |
"location!"
|
163 |
msgstr "Ili nema banera, onemogućeni su ili nije kvalifikovan za ovu lokaciju!"
|
164 |
|
165 |
+
#: adrotate-output.php:675
|
166 |
msgid "Error, no Ad ID set! Check your syntax!"
|
167 |
msgstr "Error, nema Ad ID seta! Proverite vašu syntax!"
|
168 |
|
169 |
+
#: adrotate-output.php:681
|
170 |
#, fuzzy
|
171 |
msgid "Error, no group ID set! Check your syntax!"
|
172 |
msgstr "Error, nema Ad ID seta! Proverite vašu syntax!"
|
173 |
|
174 |
+
#: adrotate-output.php:686
|
175 |
#, fuzzy
|
176 |
msgid "Error, group does not exist! Check your syntax!"
|
177 |
msgstr "Error, nema Ad ID seta! Proverite vašu syntax!"
|
178 |
|
179 |
+
#: adrotate-output.php:692
|
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 |
"Error se prikazao locirajući bazupodataka tabele za AdRotate. Molim vas "
|
185 |
"deaktivirajte i reaktivirajte AdRotate sa plugin stranice!!"
|
186 |
|
187 |
+
#: adrotate-output.php:692
|
188 |
msgid "If this does not solve the issue please seek support at"
|
189 |
msgstr "Ako ne reši problem potražite podršku na"
|
190 |
|
191 |
+
#: adrotate-output.php:698
|
192 |
msgid "An unknown error occured."
|
193 |
msgstr "Nepoznati error se ukazao."
|
194 |
|
195 |
+
#: adrotate-output.php:723
|
196 |
msgid "active ad(s) expired."
|
197 |
msgstr "aktivni ad-ovi su istekli."
|
198 |
|
199 |
+
#: adrotate-output.php:723
|
200 |
msgid "Take action now"
|
201 |
msgstr "Reagujte odmah"
|
202 |
|
203 |
+
#: adrotate-output.php:725
|
204 |
msgid "active ad(s) are about to expire."
|
205 |
msgstr "aktivni ad-ovi će uskoro da isteknu."
|
206 |
|
207 |
+
#: adrotate-output.php:725
|
208 |
msgid "Check it out"
|
209 |
msgstr "Pogledajte ovde"
|
210 |
|
211 |
+
#: adrotate-output.php:727
|
212 |
msgid "active ad(s) with configuration errors."
|
213 |
msgstr "aktivni ad-ovi sa konfiguracionim greškama."
|
214 |
|
215 |
+
#: adrotate-output.php:727
|
216 |
msgid "Solve this"
|
217 |
msgstr "Reši ovo"
|
218 |
|
219 |
+
#: adrotate-output.php:729
|
220 |
msgid "ad(s) expired."
|
221 |
msgstr "ad-ovi su istekli."
|
222 |
|
223 |
+
#: adrotate-output.php:729
|
224 |
msgid "ad(s) are about to expire."
|
225 |
msgstr "ad-ovi će uskoro da isteknu."
|
226 |
|
227 |
+
#: adrotate-output.php:729
|
228 |
msgid "ad(s) with configuration errors."
|
229 |
msgstr "ad-ovi sa konfiguracionim greškama."
|
230 |
|
231 |
+
#: adrotate-output.php:729
|
232 |
msgid "Fix this as soon as possible"
|
233 |
msgstr "Popravi ovo što pre je moguće"
|
234 |
|
235 |
+
#: adrotate-output.php:741 dashboard/adrotatepro.php:106
|
236 |
+
#: dashboard/adrotatepro.php:107 dashboard/adrotatepro.php:108
|
237 |
+
#: dashboard/adrotatepro.php:109 dashboard/adrotatepro.php:118
|
238 |
+
#: dashboard/adrotatepro.php:119 dashboard/adrotatepro.php:120
|
239 |
+
#: dashboard/adrotatepro.php:121 dashboard/info.php:114 dashboard/info.php:115
|
240 |
+
#: dashboard/info.php:116 dashboard/info.php:117 dashboard/info.php:126
|
241 |
+
#: dashboard/info.php:127 dashboard/info.php:128 dashboard/info.php:129
|
242 |
#: dashboard/settings/geotargeting.php:26
|
243 |
#, fuzzy
|
244 |
msgid "Buy now"
|
245 |
msgstr "Kupite odmah"
|
246 |
|
247 |
+
#: adrotate-output.php:742
|
248 |
msgid ""
|
249 |
"You've been using <strong>AdRotate</strong> for a while now. Why not upgrade "
|
250 |
"to the <strong>PRO</strong> version"
|
251 |
msgstr ""
|
252 |
|
253 |
+
#: adrotate-output.php:742
|
254 |
#, php-format
|
255 |
msgid ""
|
256 |
"Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
|
257 |
msgstr ""
|
258 |
|
259 |
+
#: adrotate-output.php:742
|
260 |
msgid "Thank you for your purchase!"
|
261 |
msgstr ""
|
262 |
|
263 |
+
#: adrotate-output.php:786
|
264 |
msgid ""
|
265 |
"Welcome, and thanks for using AdRotate. Everything related to AdRotate is in "
|
266 |
"this menu. Check out the"
|
267 |
msgstr ""
|
268 |
|
269 |
+
#: adrotate-output.php:786
|
270 |
msgid "manuals"
|
271 |
msgstr "priručnici"
|
272 |
|
273 |
+
#: adrotate-output.php:786 adrotate-output.php:859
|
274 |
msgid "and"
|
275 |
msgstr ""
|
276 |
|
277 |
+
#: adrotate-output.php:786
|
278 |
msgid "forums"
|
279 |
msgstr ""
|
280 |
|
281 |
+
#: adrotate-output.php:819
|
282 |
#, fuzzy
|
283 |
msgid "Useful Links"
|
284 |
msgstr "Korisni linkovi"
|
285 |
|
286 |
+
#: adrotate-output.php:820
|
287 |
msgid "Useful links to learn more about AdRotate"
|
288 |
msgstr ""
|
289 |
|
290 |
+
#: adrotate-output.php:822
|
291 |
+
msgid "AdRotate website"
|
292 |
+
msgstr ""
|
|
|
293 |
|
294 |
+
#: adrotate-output.php:823
|
295 |
#, fuzzy
|
296 |
msgid "Getting Started With AdRotate"
|
297 |
msgstr "Nabvite jos karakteristika! AdRotate Pro."
|
298 |
|
299 |
+
#: adrotate-output.php:824
|
300 |
#, fuzzy
|
301 |
msgid "AdRotate manuals"
|
302 |
msgstr "AdRotate informacije"
|
303 |
|
304 |
+
#: adrotate-output.php:825
|
305 |
#, fuzzy
|
306 |
msgid "AdRotate Support Forum"
|
307 |
msgstr "AdRotate prodavnica"
|
308 |
|
309 |
+
#: adrotate-output.php:851
|
310 |
#, fuzzy
|
311 |
msgid "Help AdRotate Grow"
|
312 |
msgstr "Zaglavili ste se sa AdRotate ? Ja ću vam pomoći !"
|
313 |
|
314 |
+
#: adrotate-output.php:852
|
315 |
msgid "Brought to you by"
|
316 |
msgstr "Za tebe od"
|
317 |
|
318 |
+
#: adrotate-output.php:859
|
319 |
msgid ""
|
320 |
"A lot of users only think to review AdRotate when something goes wrong while "
|
321 |
"thousands of people use AdRotate satisfactory. Don't let this go unnoticed."
|
322 |
msgstr ""
|
323 |
|
324 |
+
#: adrotate-output.php:859
|
325 |
msgid "If you find AdRotate useful please leave your honest"
|
326 |
msgstr ""
|
327 |
|
328 |
+
#: adrotate-output.php:859
|
329 |
msgid "rating"
|
330 |
msgstr ""
|
331 |
|
332 |
+
#: adrotate-output.php:859
|
333 |
#, fuzzy
|
334 |
msgid "review"
|
335 |
msgstr "Dajte ocenu i komentar"
|
336 |
|
337 |
+
#: adrotate-output.php:859
|
338 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
339 |
msgstr ""
|
340 |
|
341 |
+
#: adrotate-output.php:891
|
342 |
msgid "Available in AdRotate Pro"
|
343 |
msgstr "Dostupno u AdRotate Pro"
|
344 |
|
345 |
+
#: adrotate-output.php:891
|
346 |
#, fuzzy
|
347 |
msgid "More information..."
|
348 |
msgstr "Saznajte više"
|
349 |
|
350 |
+
#: adrotate-output.php:892
|
351 |
msgid "This feature is available in AdRotate Pro"
|
352 |
msgstr "Ova karakteristika je dostupna na AdRotate Pro"
|
353 |
|
354 |
+
#: adrotate-output.php:892
|
355 |
msgid "Learn more"
|
356 |
msgstr "Saznajte više"
|
357 |
|
358 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:220
|
359 |
+
#: dashboard/publisher/adverts-edit.php:241
|
360 |
msgid "January"
|
361 |
msgstr "Januar"
|
362 |
|
363 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:221
|
364 |
+
#: dashboard/publisher/adverts-edit.php:242
|
365 |
msgid "February"
|
366 |
msgstr "Februar"
|
367 |
|
368 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:222
|
369 |
+
#: dashboard/publisher/adverts-edit.php:243
|
370 |
msgid "March"
|
371 |
msgstr "Mart"
|
372 |
|
373 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:223
|
374 |
+
#: dashboard/publisher/adverts-edit.php:244
|
375 |
msgid "April"
|
376 |
msgstr "April"
|
377 |
|
378 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:224
|
379 |
+
#: dashboard/publisher/adverts-edit.php:245
|
380 |
msgid "May"
|
381 |
msgstr "Maj"
|
382 |
|
383 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:225
|
384 |
+
#: dashboard/publisher/adverts-edit.php:246
|
385 |
msgid "June"
|
386 |
msgstr "Jun"
|
387 |
|
388 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:226
|
389 |
+
#: dashboard/publisher/adverts-edit.php:247
|
390 |
msgid "July"
|
391 |
msgstr "Jul"
|
392 |
|
393 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:227
|
394 |
+
#: dashboard/publisher/adverts-edit.php:248
|
395 |
msgid "August"
|
396 |
msgstr "Avgust"
|
397 |
|
398 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:228
|
399 |
+
#: dashboard/publisher/adverts-edit.php:249
|
400 |
msgid "September"
|
401 |
msgstr "Septembar"
|
402 |
|
403 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:229
|
404 |
+
#: dashboard/publisher/adverts-edit.php:250
|
405 |
msgid "October"
|
406 |
msgstr "Oktobar"
|
407 |
|
408 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:230
|
409 |
+
#: dashboard/publisher/adverts-edit.php:251
|
410 |
msgid "November"
|
411 |
msgstr "Novembar"
|
412 |
|
413 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:231
|
414 |
+
#: dashboard/publisher/adverts-edit.php:252
|
415 |
msgid "December"
|
416 |
msgstr "Decembar"
|
417 |
|
545 |
"AdRotate Pro."
|
546 |
msgstr "Ova karakteristika je dostupna na AdRotate Pro"
|
547 |
|
548 |
+
#: adrotate.php:409 adrotate.php:496 dashboard/publisher/adverts-edit.php:188
|
549 |
#: dashboard/publisher/adverts-main.php:114
|
550 |
#: dashboard/publisher/groups-edit.php:75
|
551 |
#: dashboard/publisher/groups-main.php:89
|
585 |
msgid "End"
|
586 |
msgstr "Završno vreme (hh:mm):"
|
587 |
|
588 |
+
#: adrotate.php:428 dashboard/publisher/adverts-edit.php:397
|
589 |
#: dashboard/publisher/groups-main.php:34
|
590 |
msgid "Ads"
|
591 |
msgstr "Oglasi"
|
683 |
"\"imagename.full.ext\". A full set of sized images is strongly recommended."
|
684 |
msgstr ""
|
685 |
|
686 |
+
#: adrotate.php:503 dashboard/publisher/adverts-edit.php:311
|
687 |
msgid ""
|
688 |
"For smaller size images use \".320\", \".480\", \".768\" or \".1024\" in the "
|
689 |
"filename instead of \".full\" for the various viewports."
|
797 |
"forum. Get a solution (usually) within a day."
|
798 |
msgstr ""
|
799 |
|
800 |
+
#: dashboard/adrotatepro.php:48 dashboard/info.php:136
|
801 |
msgid "AdRotate is brought to you by"
|
802 |
msgstr "AdRotate vam je omogućio"
|
803 |
|
804 |
+
#: dashboard/adrotatepro.php:52 dashboard/info.php:140
|
805 |
msgid ""
|
806 |
+
"Premium plugins, support and services for WordPress and WooCommerce! I am a "
|
807 |
+
"digital nomad in the Philippines. Click on my name to find out more about me "
|
808 |
+
"and what I am doing. Thanks for your support and for using my plugins!"
|
809 |
msgstr ""
|
810 |
|
811 |
+
#: dashboard/adrotatepro.php:81
|
812 |
msgid "Schedule all campaigns with ease"
|
813 |
msgstr ""
|
814 |
|
815 |
+
#: dashboard/adrotatepro.php:84
|
816 |
msgid ""
|
817 |
"Schedule your adverts and set up advertising campaigns based on dates you or "
|
818 |
"your advertisers specify without hassle. Seasonal adverts, weekly adverts. "
|
820 |
"much more easy. You can set one or many schedules for adverts."
|
821 |
msgstr ""
|
822 |
|
823 |
+
#: dashboard/adrotatepro.php:88
|
824 |
msgid "Avoid adblockers"
|
825 |
msgstr ""
|
826 |
|
827 |
+
#: dashboard/adrotatepro.php:91
|
828 |
msgid ""
|
829 |
"Try and avoid adblockers so you adverts get the exposure you want them to "
|
830 |
"have. AdRotate Pro offers some advanced tools to deceive adblockers so your "
|
832 |
"adverts smartly so these features reach their full potential!"
|
833 |
msgstr ""
|
834 |
|
835 |
+
#: dashboard/adrotatepro.php:95
|
836 |
msgid "Stay up-to-date with notifications"
|
837 |
msgstr ""
|
838 |
|
839 |
+
#: dashboard/adrotatepro.php:98
|
840 |
msgid ""
|
841 |
"Stay in touch with Email notifications. Have AdRotate send you an alert when "
|
842 |
"adverts expire or need your attention. Additionally, you can have AdRotate "
|
845 |
"miss an expiration date again."
|
846 |
msgstr ""
|
847 |
|
848 |
+
#: dashboard/adrotatepro.php:102 dashboard/adrotatepro.php:114
|
849 |
+
#: dashboard/info.php:110 dashboard/info.php:122
|
850 |
#, fuzzy
|
851 |
msgid "Buy AdRotate Professional"
|
852 |
msgstr "Kupite odmah"
|
853 |
|
854 |
+
#: dashboard/adrotatepro.php:106 dashboard/info.php:114
|
855 |
msgid "Single License"
|
856 |
msgstr ""
|
857 |
|
858 |
+
#: dashboard/adrotatepro.php:106 dashboard/info.php:114
|
859 |
#, fuzzy
|
860 |
msgid "For one WordPress installation."
|
861 |
msgstr "Instalacije"
|
862 |
|
863 |
+
#: dashboard/adrotatepro.php:107 dashboard/adrotatepro.php:119
|
864 |
+
#: dashboard/info.php:115 dashboard/info.php:127
|
865 |
msgid "Duo License"
|
866 |
msgstr ""
|
867 |
|
868 |
+
#: dashboard/adrotatepro.php:107 dashboard/info.php:115
|
869 |
#, fuzzy
|
870 |
msgid "For two WordPress installations."
|
871 |
msgstr "Instalacije"
|
872 |
|
873 |
+
#: dashboard/adrotatepro.php:108 dashboard/adrotatepro.php:120
|
874 |
+
#: dashboard/info.php:116 dashboard/info.php:128
|
875 |
msgid "Multi License"
|
876 |
msgstr ""
|
877 |
|
878 |
+
#: dashboard/adrotatepro.php:108 dashboard/info.php:116
|
879 |
#, fuzzy
|
880 |
msgid " For up to five WordPress installations."
|
881 |
msgstr "Instalacije"
|
882 |
|
883 |
+
#: dashboard/adrotatepro.php:109 dashboard/adrotatepro.php:121
|
884 |
+
#: dashboard/info.php:117 dashboard/info.php:129
|
885 |
#, fuzzy
|
886 |
msgid "Developer License"
|
887 |
msgstr "Debug za programera"
|
888 |
|
889 |
+
#: dashboard/adrotatepro.php:109 dashboard/info.php:117
|
890 |
msgid "Unlimited WordPress installations and/or networks."
|
891 |
msgstr ""
|
892 |
|
893 |
+
#: dashboard/adrotatepro.php:110 dashboard/adrotatepro.php:123
|
894 |
+
#: dashboard/info.php:118 dashboard/info.php:131
|
895 |
msgid "Compare licenses"
|
896 |
msgstr ""
|
897 |
|
898 |
+
#: dashboard/adrotatepro.php:110 dashboard/info.php:118
|
899 |
msgid "Not sure which license is for you? Compare them..."
|
900 |
msgstr ""
|
901 |
|
902 |
+
#: dashboard/adrotatepro.php:110 dashboard/info.php:118
|
903 |
#, fuzzy
|
904 |
msgid "All Licenses"
|
905 |
msgstr "Ponovo ocenite sve oglase"
|
906 |
|
907 |
+
#: dashboard/adrotatepro.php:118 dashboard/info.php:126
|
908 |
msgid "Lifetime License"
|
909 |
msgstr ""
|
910 |
|
911 |
+
#: dashboard/adrotatepro.php:118 dashboard/info.php:126
|
912 |
msgid "Single installation."
|
913 |
msgstr ""
|
914 |
|
915 |
+
#: dashboard/adrotatepro.php:119 dashboard/info.php:127
|
916 |
msgid "Up to 2 installations."
|
917 |
msgstr ""
|
918 |
|
919 |
+
#: dashboard/adrotatepro.php:120 dashboard/info.php:128
|
920 |
msgid "Up to 10 installations."
|
921 |
msgstr ""
|
922 |
|
923 |
+
#: dashboard/adrotatepro.php:121 dashboard/info.php:129
|
924 |
msgid "Up to 25 installations or multisite networks."
|
925 |
msgstr ""
|
926 |
|
927 |
+
#: dashboard/adrotatepro.php:122 dashboard/info.php:130
|
928 |
msgid ""
|
929 |
"Subscriptions get 1 year access to updates, email support & AdRotate Geo."
|
930 |
msgstr ""
|
931 |
|
932 |
+
#: dashboard/adrotatepro.php:123 dashboard/info.php:131
|
933 |
msgid "Not sure which license is for you?"
|
934 |
msgstr ""
|
935 |
|
936 |
+
#: dashboard/adrotatepro.php:123 dashboard/info.php:131
|
937 |
msgid "Compare Licenses"
|
938 |
msgstr ""
|
939 |
|
970 |
msgstr "AdRotate podrška"
|
971 |
|
972 |
#: dashboard/info.php:55
|
973 |
+
msgid ""
|
974 |
+
"Your donation helps to improve AdRotate. Consider writing a review if you "
|
975 |
+
"like AdRotate. Also follow my Facebook page and twitter. Thank you!"
|
|
|
|
|
976 |
msgstr ""
|
977 |
|
978 |
+
#: dashboard/info.php:81
|
979 |
msgid "AdRotate News and Developer Blog"
|
980 |
msgstr "AdRotate novosti i blog za programere"
|
981 |
|
982 |
+
#: dashboard/info.php:103
|
983 |
#, fuzzy
|
984 |
msgid "Get more features with AdRotate Pro"
|
985 |
msgstr "Nabvite jos karakteristika! AdRotate Pro."
|
986 |
|
987 |
+
#: dashboard/info.php:106
|
988 |
msgid ""
|
989 |
"Benefit from extra features to reinforce your income with advertising "
|
990 |
"campaigns. Make the most of your website with the powerful tools AdRotate "
|
991 |
"Pro offers on top of the trusted features included in the free version."
|
992 |
msgstr ""
|
993 |
|
994 |
+
#: dashboard/info.php:106
|
995 |
msgid "Want to know more about"
|
996 |
msgstr ""
|
997 |
|
998 |
+
#: dashboard/info.php:106
|
999 |
msgid "Visit the"
|
1000 |
msgstr "Posetite"
|
1001 |
|
1002 |
+
#: dashboard/info.php:106
|
1003 |
msgid "website"
|
1004 |
msgstr "websajt"
|
1005 |
|
1008 |
msgstr "Onemogući odgovore"
|
1009 |
|
1010 |
#: dashboard/publisher/adverts-disabled.php:21
|
1011 |
+
#: dashboard/publisher/adverts-edit.php:176
|
1012 |
msgid "Activate"
|
1013 |
msgstr "Aktiviraj"
|
1014 |
|
1029 |
"2pm je 14:00 sati . 6 prepodne je 6:00 sati ."
|
1030 |
|
1031 |
#: dashboard/publisher/adverts-disabled.php:37
|
1032 |
+
#: dashboard/publisher/adverts-edit.php:116
|
1033 |
#: dashboard/publisher/adverts-error.php:41
|
1034 |
#: dashboard/publisher/adverts-main.php:41
|
1035 |
msgid "Title"
|
1134 |
msgid "This ad has been disabled and does not rotate on your site!"
|
1135 |
msgstr "Ovaj oglas je onemogućen i ne rotira na vašem sajtu !"
|
1136 |
|
1137 |
+
#: dashboard/publisher/adverts-edit.php:108
|
1138 |
#, fuzzy
|
1139 |
msgid "New Advert"
|
1140 |
msgstr ""
|
1141 |
"Ubacite novu reklamu u ovom intervalu , bez ponovnog učitavanja stranice."
|
1142 |
"Default: 6."
|
1143 |
|
1144 |
+
#: dashboard/publisher/adverts-edit.php:110
|
1145 |
#, fuzzy
|
1146 |
msgid "Edit Advert"
|
1147 |
msgstr "Edituj"
|
1148 |
|
1149 |
+
#: dashboard/publisher/adverts-edit.php:122
|
1150 |
msgid "AdCode"
|
1151 |
msgstr ""
|
1152 |
|
1153 |
+
#: dashboard/publisher/adverts-edit.php:127
|
1154 |
msgid "Basic Examples:"
|
1155 |
msgstr "Osnovni Primeri :"
|
1156 |
|
1157 |
+
#: dashboard/publisher/adverts-edit.php:134
|
1158 |
msgid "Useful tags"
|
1159 |
msgstr ""
|
1160 |
|
1161 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1162 |
msgid "Insert the advert ID Number."
|
1163 |
msgstr ""
|
1164 |
|
1165 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1166 |
msgid "Required when selecting a image below."
|
1167 |
msgstr ""
|
1168 |
|
1169 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1170 |
msgid "Insert the advert name."
|
1171 |
msgstr ""
|
1172 |
|
1173 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1174 |
msgid "Insert a random seed. Useful for DFP/DoubleClick type adverts."
|
1175 |
msgstr ""
|
1176 |
|
1177 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1178 |
msgid "Add inside the <a> tag to open advert in a new window."
|
1179 |
msgstr ""
|
1180 |
|
1181 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1182 |
msgid "Add inside the <a> tag to tell crawlers to ignore this link"
|
1183 |
msgstr ""
|
1184 |
|
1185 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1186 |
msgid ""
|
1187 |
"Place the cursor in your AdCode where you want to add any of these tags and "
|
1188 |
"click to add it."
|
1189 |
msgstr ""
|
1190 |
|
1191 |
+
#: dashboard/publisher/adverts-edit.php:141
|
1192 |
msgid "Preview"
|
1193 |
msgstr "Pregled"
|
1194 |
|
1195 |
+
#: dashboard/publisher/adverts-edit.php:144
|
1196 |
msgid ""
|
1197 |
"Note: While this preview is an accurate one, it might look different then it "
|
1198 |
"does on the website."
|
1200 |
"Napomena : Iako je ovaj pregled jejedan tačan , to bi moglo da izgleda "
|
1201 |
"drugačije onda to čini na sajtu ."
|
1202 |
|
1203 |
+
#: dashboard/publisher/adverts-edit.php:145
|
1204 |
msgid ""
|
1205 |
"This is because of CSS differences. Your themes CSS file is not active here!"
|
1206 |
msgstr "To je zbog CSS razlika . Vaš teme CSS fajl nije aktivan ovde !"
|
1207 |
|
1208 |
+
#: dashboard/publisher/adverts-edit.php:150
|
1209 |
msgid "Banner asset"
|
1210 |
msgstr ""
|
1211 |
|
1212 |
+
#: dashboard/publisher/adverts-edit.php:153
|
1213 |
msgid "WordPress media:"
|
1214 |
msgstr ""
|
1215 |
|
1216 |
+
#: dashboard/publisher/adverts-edit.php:153
|
1217 |
#, fuzzy
|
1218 |
msgid "Select Banner"
|
1219 |
msgstr "Baner Folder"
|
1220 |
|
1221 |
+
#: dashboard/publisher/adverts-edit.php:155
|
1222 |
msgid "- OR -"
|
1223 |
msgstr "- ILI -"
|
1224 |
|
1225 |
+
#: dashboard/publisher/adverts-edit.php:157
|
1226 |
msgid "Banner folder:"
|
1227 |
msgstr "Folder banera:"
|
1228 |
|
1229 |
+
#: dashboard/publisher/adverts-edit.php:158
|
1230 |
msgid "No image selected"
|
1231 |
msgstr "Nijedna slika nije izabrana"
|
1232 |
|
1233 |
+
#: dashboard/publisher/adverts-edit.php:162
|
1234 |
msgid "Use %image% in the adcode instead of the file path."
|
1235 |
msgstr ""
|
1236 |
|
1237 |
+
#: dashboard/publisher/adverts-edit.php:162
|
1238 |
msgid ""
|
1239 |
"Use either the text field or the dropdown. If the textfield has content that "
|
1240 |
"field has priority."
|
1242 |
"Koristite ili polje za tekst ili dropdown. Ako polje teksta ima sadržaj koji "
|
1243 |
"polje ima prioritet ."
|
1244 |
|
1245 |
+
#: dashboard/publisher/adverts-edit.php:167
|
1246 |
#: dashboard/settings/statistics.php:12
|
1247 |
msgid "Statistics"
|
1248 |
msgstr "Statistike"
|
1249 |
|
1250 |
+
#: dashboard/publisher/adverts-edit.php:169
|
1251 |
msgid "Enable click and impression tracking for this advert."
|
1252 |
msgstr ""
|
1253 |
|
1254 |
+
#: dashboard/publisher/adverts-edit.php:170
|
1255 |
msgid ""
|
1256 |
"Note: Clicktracking does not work for Javascript adverts such as those "
|
1257 |
"provided by Google AdSense/DFP/DoubleClick. HTML5/Flash adverts are not "
|
1258 |
"always supported."
|
1259 |
msgstr ""
|
1260 |
|
1261 |
+
#: dashboard/publisher/adverts-edit.php:180
|
1262 |
msgid "Yes, this ad will be used"
|
1263 |
msgstr "Da , ovaj oglas će se koristiti"
|
1264 |
|
1265 |
+
#: dashboard/publisher/adverts-edit.php:181
|
1266 |
msgid "No, do not show this ad anywhere"
|
1267 |
msgstr "Ne , ne pokazuju nigde ovaj oglas"
|
1268 |
|
1269 |
+
#: dashboard/publisher/adverts-edit.php:188
|
1270 |
#: dashboard/publisher/adverts-main.php:114
|
1271 |
#: dashboard/publisher/groups-edit.php:75
|
1272 |
#: dashboard/publisher/groups-main.php:89
|
1274 |
msgid "Get more features with AdRotate Pro."
|
1275 |
msgstr "Nabvite jos karakteristika! AdRotate Pro."
|
1276 |
|
1277 |
+
#: dashboard/publisher/adverts-edit.php:191
|
1278 |
+
#: dashboard/publisher/adverts-edit.php:291
|
1279 |
+
#: dashboard/publisher/adverts-edit.php:386
|
1280 |
+
#: dashboard/publisher/adverts-edit.php:427
|
1281 |
+
msgid "Save Advert"
|
1282 |
+
msgstr "Sačuvaj oglas"
|
1283 |
+
|
1284 |
#: dashboard/publisher/adverts-edit.php:192
|
1285 |
#: dashboard/publisher/adverts-edit.php:292
|
1286 |
#: dashboard/publisher/adverts-edit.php:387
|
1287 |
#: dashboard/publisher/adverts-edit.php:428
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1288 |
#: dashboard/publisher/groups-edit.php:154
|
1289 |
#: dashboard/publisher/groups-edit.php:301
|
1290 |
#: dashboard/publisher/groups-edit.php:393
|
1291 |
msgid "Cancel"
|
1292 |
msgstr "Ukini"
|
1293 |
|
1294 |
+
#: dashboard/publisher/adverts-edit.php:195
|
1295 |
+
#: dashboard/publisher/adverts-edit.php:369
|
1296 |
#: dashboard/publisher/groups-edit.php:136
|
1297 |
#: dashboard/publisher/groups-edit.php:283
|
1298 |
msgid "Usage"
|
1299 |
msgstr "upotreba"
|
1300 |
|
1301 |
+
#: dashboard/publisher/adverts-edit.php:199
|
1302 |
+
#: dashboard/publisher/adverts-edit.php:373
|
1303 |
#: dashboard/publisher/groups-edit.php:140
|
1304 |
#: dashboard/publisher/groups-edit.php:287
|
1305 |
msgid "Widget"
|
1306 |
msgstr ""
|
1307 |
|
1308 |
+
#: dashboard/publisher/adverts-edit.php:200
|
1309 |
+
#: dashboard/publisher/adverts-edit.php:374
|
1310 |
msgid ""
|
1311 |
"Drag the AdRotate widget to the sidebar you want it in, select \"Single Ad\" "
|
1312 |
"and enter ID"
|
1313 |
msgstr ""
|
1314 |
|
1315 |
+
#: dashboard/publisher/adverts-edit.php:203
|
1316 |
+
#: dashboard/publisher/adverts-edit.php:377
|
1317 |
#: dashboard/publisher/groups-edit.php:144
|
1318 |
#: dashboard/publisher/groups-edit.php:291
|
1319 |
msgid "In a post or page"
|
1320 |
msgstr ""
|
1321 |
|
1322 |
+
#: dashboard/publisher/adverts-edit.php:205
|
1323 |
+
#: dashboard/publisher/adverts-edit.php:379
|
1324 |
#: dashboard/publisher/groups-edit.php:146
|
1325 |
#: dashboard/publisher/groups-edit.php:293
|
1326 |
msgid "Directly in a theme"
|
1327 |
msgstr ""
|
1328 |
|
1329 |
+
#: dashboard/publisher/adverts-edit.php:211
|
1330 |
msgid "Schedule your advert"
|
1331 |
msgstr ""
|
1332 |
|
1333 |
+
#: dashboard/publisher/adverts-edit.php:215
|
1334 |
msgid "Start date (day/month/year)"
|
1335 |
msgstr ""
|
1336 |
|
1337 |
+
#: dashboard/publisher/adverts-edit.php:236
|
1338 |
msgid "End date (day/month/year)"
|
1339 |
msgstr ""
|
1340 |
|
1341 |
+
#: dashboard/publisher/adverts-edit.php:259
|
1342 |
msgid "Start time (hh:mm)"
|
1343 |
msgstr ""
|
1344 |
|
1345 |
+
#: dashboard/publisher/adverts-edit.php:266
|
1346 |
msgid "End time (hh:mm)"
|
1347 |
msgstr ""
|
1348 |
|
1349 |
+
#: dashboard/publisher/adverts-edit.php:276
|
1350 |
msgid "Maximum Clicks"
|
1351 |
msgstr ""
|
1352 |
|
1353 |
+
#: dashboard/publisher/adverts-edit.php:277
|
1354 |
+
#: dashboard/publisher/adverts-edit.php:279
|
1355 |
msgid "Leave empty or 0 to skip this."
|
1356 |
msgstr "Ostavite prazno ili 0 da preskoči ovo."
|
1357 |
|
1358 |
+
#: dashboard/publisher/adverts-edit.php:278
|
1359 |
msgid "Maximum Impressions"
|
1360 |
msgstr ""
|
1361 |
|
1362 |
+
#: dashboard/publisher/adverts-edit.php:283
|
1363 |
msgid "Important"
|
1364 |
msgstr ""
|
1365 |
|
1366 |
+
#: dashboard/publisher/adverts-edit.php:284
|
1367 |
msgid ""
|
1368 |
"Note: Time uses a 24 hour clock. When you are used to the AM/PM system keep "
|
1369 |
"this in mind: If the start or end time is after lunch, add 12 hours. 2PM is "
|
1370 |
"14:00 hours. 6AM is 6:00 hours."
|
1371 |
msgstr ""
|
1372 |
|
1373 |
+
#: dashboard/publisher/adverts-edit.php:288
|
1374 |
msgid ""
|
1375 |
"Create multiple and more advanced schedules for each advert with AdRotate "
|
1376 |
"Pro."
|
1377 |
msgstr ""
|
1378 |
|
1379 |
+
#: dashboard/publisher/adverts-edit.php:288
|
1380 |
+
#: dashboard/publisher/adverts-edit.php:323
|
1381 |
+
#: dashboard/publisher/adverts-edit.php:367
|
1382 |
#: dashboard/publisher/groups-edit.php:200
|
1383 |
#, fuzzy
|
1384 |
msgid "Upgrade today"
|
1385 |
msgstr "Danas"
|
1386 |
|
1387 |
+
#: dashboard/publisher/adverts-edit.php:295
|
1388 |
#: dashboard/publisher/groups-edit.php:157
|
1389 |
msgid "Advanced"
|
1390 |
msgstr ""
|
1391 |
|
1392 |
+
#: dashboard/publisher/adverts-edit.php:296
|
1393 |
#, fuzzy
|
1394 |
msgid "Everything below is optional."
|
1395 |
msgstr "Naslov (opcionalno):"
|
1396 |
|
1397 |
+
#: dashboard/publisher/adverts-edit.php:300
|
1398 |
msgid "Mobile"
|
1399 |
msgstr ""
|
1400 |
|
1401 |
+
#: dashboard/publisher/adverts-edit.php:302
|
1402 |
msgid "Show on;"
|
1403 |
msgstr ""
|
1404 |
|
1405 |
+
#: dashboard/publisher/adverts-edit.php:302
|
1406 |
msgid "Computers"
|
1407 |
msgstr ""
|
1408 |
|
1409 |
+
#: dashboard/publisher/adverts-edit.php:302
|
1410 |
msgid "Smartphones"
|
1411 |
msgstr ""
|
1412 |
|
1413 |
+
#: dashboard/publisher/adverts-edit.php:302
|
1414 |
msgid "Tablets."
|
1415 |
msgstr ""
|
1416 |
|
1417 |
+
#: dashboard/publisher/adverts-edit.php:303
|
1418 |
msgid "Also enable mobile support in the group this advert goes in."
|
1419 |
msgstr ""
|
1420 |
|
1421 |
+
#: dashboard/publisher/adverts-edit.php:307
|
1422 |
msgid "Responsive"
|
1423 |
msgstr ""
|
1424 |
|
1425 |
+
#: dashboard/publisher/adverts-edit.php:309
|
1426 |
#, fuzzy
|
1427 |
msgid "Enable responsive support for this advert."
|
1428 |
msgstr "Oglasi"
|
1429 |
|
1430 |
+
#: dashboard/publisher/adverts-edit.php:310
|
1431 |
msgid ""
|
1432 |
"Upload your images to the banner folder and make sure the filename is in the "
|
1433 |
"following format; \"imagename.full.ext\"."
|
1434 |
msgstr ""
|
1435 |
|
1436 |
+
#: dashboard/publisher/adverts-edit.php:312
|
1437 |
#: dashboard/publisher/adverts-report.php:58
|
1438 |
#: dashboard/publisher/groups-report.php:64
|
1439 |
msgid "Note:"
|
1440 |
msgstr "Beleška:"
|
1441 |
|
1442 |
+
#: dashboard/publisher/adverts-edit.php:312
|
1443 |
msgid ""
|
1444 |
"This feature will not be developed any further. Consider switching to the "
|
1445 |
"Mobile feature in AdRotate Pro as seen above!"
|
1446 |
msgstr ""
|
1447 |
|
1448 |
+
#: dashboard/publisher/adverts-edit.php:316
|
1449 |
#: dashboard/publisher/groups-edit.php:194
|
1450 |
msgid "Sortorder"
|
1451 |
msgstr ""
|
1452 |
|
1453 |
+
#: dashboard/publisher/adverts-edit.php:318
|
1454 |
#: dashboard/publisher/groups-edit.php:196
|
1455 |
msgid "For administrative purposes set a sortorder."
|
1456 |
msgstr "Za administrativne svrhe postavili sortorder ."
|
1457 |
|
1458 |
+
#: dashboard/publisher/adverts-edit.php:318
|
1459 |
msgid "Leave empty or 0 to skip this. Will default to ad id."
|
1460 |
msgstr "Ostavite prazno ili 0 da preskočite ovo . Će podrazumevano ID oglasa ."
|
1461 |
|
1462 |
+
#: dashboard/publisher/adverts-edit.php:323
|
1463 |
msgid ""
|
1464 |
"With AdRotate Pro you can easily select which devices the advert should show "
|
1465 |
"on!"
|
1466 |
msgstr ""
|
1467 |
|
1468 |
+
#: dashboard/publisher/adverts-edit.php:325
|
1469 |
msgid "Geo Targeting in AdRotate Pro"
|
1470 |
msgstr ""
|
1471 |
|
1472 |
+
#: dashboard/publisher/adverts-edit.php:326
|
1473 |
msgid ""
|
1474 |
"Assign the advert to a group and enable that group to use Geo Targeting."
|
1475 |
msgstr ""
|
1476 |
|
1477 |
+
#: dashboard/publisher/adverts-edit.php:330
|
1478 |
msgid "Cities/States"
|
1479 |
msgstr ""
|
1480 |
|
1481 |
+
#: dashboard/publisher/adverts-edit.php:333
|
1482 |
msgid ""
|
1483 |
"A comma separated list of cities (or the Metro ID) and/or states (Also the "
|
1484 |
"states ISO codes are supported)"
|
1485 |
msgstr ""
|
1486 |
|
1487 |
+
#: dashboard/publisher/adverts-edit.php:333
|
1488 |
msgid ""
|
1489 |
"AdRotate does not check the validity of names so make sure you spell them "
|
1490 |
"correctly!"
|
1491 |
msgstr ""
|
1492 |
|
1493 |
+
#: dashboard/publisher/adverts-edit.php:337
|
1494 |
msgid "Countries"
|
1495 |
msgstr ""
|
1496 |
|
1497 |
+
#: dashboard/publisher/adverts-edit.php:362
|
1498 |
#, fuzzy
|
1499 |
msgid "Select the countries you want the adverts to show in."
|
1500 |
msgstr "Kliknite na poruke kategorije koje želite da se prikažu oglasi."
|
1501 |
|
1502 |
+
#: dashboard/publisher/adverts-edit.php:362
|
1503 |
msgid "Cities take priority and will be filtered first."
|
1504 |
msgstr ""
|
1505 |
|
1506 |
+
#: dashboard/publisher/adverts-edit.php:367
|
1507 |
msgid "Target your audience with Geo Targeting in AdRotate Pro"
|
1508 |
msgstr ""
|
1509 |
|
1510 |
+
#: dashboard/publisher/adverts-edit.php:391
|
1511 |
msgid "Select Groups"
|
1512 |
msgstr "Izbor grupe"
|
1513 |
|
1514 |
+
#: dashboard/publisher/adverts-edit.php:396
|
1515 |
#, fuzzy
|
1516 |
msgid "ID - Name"
|
1517 |
msgstr "Ime"
|
1518 |
|
1519 |
+
#: dashboard/publisher/adverts-edit.php:406
|
1520 |
#: dashboard/publisher/groups-main.php:60
|
1521 |
#: dashboard/settings/geotargeting.php:39
|
1522 |
#, fuzzy
|
1523 |
msgid "Default"
|
1524 |
msgstr "Default - Prikazati po jedan oglas"
|
1525 |
|
1526 |
+
#: dashboard/publisher/adverts-edit.php:407
|
1527 |
#: dashboard/publisher/groups-main.php:61
|
1528 |
#, fuzzy
|
1529 |
msgid "Dynamic"
|
1530 |
msgstr "Dinamični mod-Prikaži drugačiji oglas svakih par sekundi"
|
1531 |
|
1532 |
+
#: dashboard/publisher/adverts-edit.php:407
|
1533 |
#: dashboard/publisher/groups-main.php:61
|
1534 |
#, fuzzy
|
1535 |
msgid "second rotation"
|
1536 |
msgstr "Ili nema banera, onemogućeni su ili nije kvalifikovan za ovu lokaciju!"
|
1537 |
|
1538 |
+
#: dashboard/publisher/adverts-edit.php:408
|
1539 |
#: dashboard/publisher/groups-main.php:62
|
1540 |
#, fuzzy
|
1541 |
msgid "Block"
|
1542 |
msgstr "Menadžmet blokiranih"
|
1543 |
|
1544 |
+
#: dashboard/publisher/adverts-edit.php:408
|
1545 |
#: dashboard/publisher/groups-main.php:62
|
1546 |
#, fuzzy
|
1547 |
msgid "grid"
|
1548 |
msgstr ""
|
1549 |
"Napravite mrežu za oglase. Popunjavanje 2 i 2 čini 2x2 mrežu. (Default: 2/2)"
|
1550 |
|
1551 |
+
#: dashboard/publisher/adverts-edit.php:409
|
1552 |
#: dashboard/publisher/groups-edit.php:202
|
1553 |
#: dashboard/publisher/groups-main.php:63
|
1554 |
#, fuzzy
|
1555 |
msgid "Post Injection"
|
1556 |
msgstr "U post ili stranicu:"
|
1557 |
|
1558 |
+
#: dashboard/publisher/adverts-edit.php:410
|
1559 |
#, fuzzy
|
1560 |
msgid "Geolocation"
|
1561 |
msgstr "GeoLocation"
|
1562 |
|
1563 |
+
#: dashboard/publisher/adverts-edit.php:416
|
1564 |
#: dashboard/publisher/groups-edit.php:61
|
1565 |
#: dashboard/publisher/groups-main.php:70
|
1566 |
msgid "Mode"
|
2090 |
msgstr ""
|
2091 |
|
2092 |
#: dashboard/settings/general.php:16
|
2093 |
+
msgid "Shortcode in widgets"
|
2094 |
msgstr ""
|
2095 |
|
2096 |
#: dashboard/settings/general.php:17
|
2097 |
msgid ""
|
2098 |
+
"Enable this option to if your theme does not support shortcodes in the "
|
2099 |
+
"WordPress text widget."
|
2100 |
msgstr ""
|
2101 |
|
2102 |
#: dashboard/settings/general.php:20
|
2103 |
+
msgid "Disable live preview"
|
2104 |
msgstr ""
|
2105 |
|
2106 |
#: dashboard/settings/general.php:21
|
2107 |
msgid ""
|
2108 |
+
"Enable this option if you have faulty adverts that overflow their designated "
|
2109 |
+
"area while creating/editing adverts."
|
2110 |
msgstr ""
|
2111 |
|
2112 |
#: dashboard/settings/general.php:24
|
2113 |
+
msgid "Disable dynamic mode"
|
2114 |
+
msgstr ""
|
2115 |
+
|
2116 |
+
#: dashboard/settings/general.php:25
|
2117 |
+
msgid ""
|
2118 |
+
"Enable this option to disable dynamic mode in groups for mobile devices if "
|
2119 |
+
"you notice skipping or jumpy content."
|
2120 |
+
msgstr ""
|
2121 |
+
|
2122 |
+
#: dashboard/settings/general.php:28
|
2123 |
#, fuzzy
|
2124 |
msgid "Load jQuery"
|
2125 |
msgstr ""
|
2126 |
"Ubacite novu reklamu u ovom intervalu , bez ponovnog učitavanja stranice."
|
2127 |
"Default: 6."
|
2128 |
|
2129 |
+
#: dashboard/settings/general.php:29
|
2130 |
msgid ""
|
2131 |
+
"Enable this option if your theme does not load jQuery. jQuery is required "
|
2132 |
+
"for dynamic groups, statistics and some other features."
|
2133 |
msgstr ""
|
2134 |
|
2135 |
+
#: dashboard/settings/general.php:32
|
2136 |
msgid "Load scripts in footer?"
|
2137 |
msgstr ""
|
2138 |
|
2139 |
+
#: dashboard/settings/general.php:33
|
2140 |
msgid ""
|
2141 |
+
"Enable this option if you want to load all AdRotate Javascripts in the "
|
2142 |
+
"footer of your site."
|
2143 |
msgstr ""
|
2144 |
|
2145 |
+
#: dashboard/settings/general.php:36
|
2146 |
msgid "Adblock disguise"
|
2147 |
msgstr ""
|
2148 |
|
2149 |
+
#: dashboard/settings/general.php:38
|
2150 |
msgid "Leave empty to disable. Use only lowercaps letters. For example:"
|
2151 |
msgstr ""
|
2152 |
|
2153 |
+
#: dashboard/settings/general.php:39
|
2154 |
msgid ""
|
2155 |
"Try and avoid adblock plugins in most modern browsers when using shortcodes."
|
2156 |
msgstr ""
|
2157 |
|
2158 |
+
#: dashboard/settings/general.php:39
|
2159 |
msgid ""
|
2160 |
"To also apply this feature to widgets, use a text widget with a shortcode "
|
2161 |
"instead of the AdRotate widget."
|
2162 |
msgstr ""
|
2163 |
|
2164 |
+
#: dashboard/settings/general.php:39
|
2165 |
msgid ""
|
2166 |
"Avoid the use of obvious keywords or filenames in your adverts or this "
|
2167 |
"feature will have little effect!"
|
2168 |
msgstr ""
|
2169 |
|
2170 |
+
#: dashboard/settings/general.php:44
|
2171 |
msgid "Banner Folder"
|
2172 |
msgstr "Baner Folder"
|
2173 |
|
2174 |
+
#: dashboard/settings/general.php:45
|
2175 |
#, fuzzy
|
2176 |
msgid "Set a location where your banner images will be stored."
|
2177 |
msgstr ""
|
2178 |
"Odredite lokaciju gde će se Vaš baner slike smestiti .(Default: /wp-content/"
|
2179 |
"banners/)."
|
2180 |
|
2181 |
+
#: dashboard/settings/general.php:48
|
2182 |
#, fuzzy
|
2183 |
msgid "Location"
|
2184 |
msgstr "Ili nema banera, onemogućeni su ili nije kvalifikovan za ovu lokaciju!"
|
2185 |
|
2186 |
+
#: dashboard/settings/general.php:50
|
2187 |
#, fuzzy
|
2188 |
msgid "(Default: wp-content/banners/)."
|
2189 |
msgstr ""
|
2190 |
"Odredite lokaciju gde će se Vaš baner slike smestiti .(Default: /wp-content/"
|
2191 |
"banners/)."
|
2192 |
|
2193 |
+
#: dashboard/settings/general.php:51
|
2194 |
msgid ""
|
2195 |
"To try and trick ad blockers you could set the folder to something crazy "
|
2196 |
"like:"
|
2198 |
"Da biste probali i prevarili blokatore oglasa možete da odredite folder u "
|
2199 |
"nešto ludo kao što su :"
|
2200 |
|
2201 |
+
#: dashboard/settings/general.php:52
|
2202 |
msgid ""
|
2203 |
"This folder will not be automatically created if it doesn't exist. AdRotate "
|
2204 |
"will show errors when the folder is missing."
|
2206 |
"Ovaj folder neće biti kreirani automatski ako se ona ne postoji . AdRotate "
|
2207 |
"će pokazati greške kada folder nedostaje ."
|
2208 |
|
2209 |
+
#: dashboard/settings/general.php:57
|
2210 |
#, fuzzy
|
2211 |
msgid "Bot filter"
|
2212 |
msgstr "User- agent filter"
|
2213 |
|
2214 |
+
#: dashboard/settings/general.php:58
|
2215 |
msgid "The bot filter is used for the AdRotate stats tracker."
|
2216 |
msgstr ""
|
2217 |
|
2218 |
+
#: dashboard/settings/general.php:61
|
2219 |
msgid "User-Agent Filter"
|
2220 |
msgstr "User- agent filter"
|
2221 |
|
2222 |
+
#: dashboard/settings/general.php:64
|
2223 |
msgid ""
|
2224 |
"A comma separated list of keywords. Filter out bots/crawlers/user-agents."
|
2225 |
msgstr ""
|
2226 |
|
2227 |
+
#: dashboard/settings/general.php:65
|
2228 |
msgid ""
|
2229 |
"Keep in mind that this might give false positives. The word 'fire' also "
|
2230 |
"matches 'firefox', but not vice-versa. So be careful!"
|
2231 |
msgstr ""
|
2232 |
|
2233 |
+
#: dashboard/settings/general.php:66
|
2234 |
msgid ""
|
2235 |
"Only words with alphanumeric characters and [ - _ ] are allowed. All other "
|
2236 |
"characters are stripped out."
|
2237 |
msgstr ""
|
2238 |
|
2239 |
+
#: dashboard/settings/general.php:67
|
2240 |
msgid ""
|
2241 |
"Additionally to the list specified here, empty User-Agents are blocked as "
|
2242 |
"well."
|
2244 |
"Pored toga na spisku ovde , prazne korisnički agenti su blokirani , kao "
|
2245 |
"dobro."
|
2246 |
|
2247 |
+
#: dashboard/settings/general.php:67
|
2248 |
msgid "Learn more about"
|
2249 |
msgstr "Saznajte više o"
|
2250 |
|
2251 |
+
#: dashboard/settings/general.php:67
|
2252 |
msgid "user-agents"
|
2253 |
msgstr "korisnici-agenti"
|
2254 |
|
2932 |
msgstr ""
|
2933 |
"Ovaj broj ne može da bude prazan , negativan ili veći od 3600 ( 1 sat ) ."
|
2934 |
|
2935 |
+
#, fuzzy
|
2936 |
+
#~ msgid "AdRotate Page"
|
2937 |
+
#~ msgstr "AdRotate Pro"
|
2938 |
+
|
2939 |
#~ msgid "Find out more"
|
2940 |
#~ msgstr "Saznajte više"
|
2941 |
|
language/adrotate-sv_SV.mo
CHANGED
Binary file
|
language/adrotate-sv_SV.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: 2015-
|
6 |
-
"PO-Revision-Date: 2015-
|
7 |
"Last-Translator: Arnan de Gans <info@ajdg.net>\n"
|
8 |
"Language-Team: Arnan de Gans from AJdG Solutions <info@adrotateplugin.com>\n"
|
9 |
"Language: sv_SE\n"
|
@@ -116,15 +116,15 @@ msgstr ""
|
|
116 |
msgid "Unexpected error"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: adrotate-manage-publisher.php:
|
120 |
msgid "AdRotate Advertiser"
|
121 |
msgstr ""
|
122 |
|
123 |
-
#: adrotate-output.php:
|
124 |
msgid "Oh no! Something went wrong!"
|
125 |
msgstr "Åh nej! Något gick fel!"
|
126 |
|
127 |
-
#: adrotate-output.php:
|
128 |
msgid ""
|
129 |
"WordPress was unable to verify the authenticity of the url you have clicked. "
|
130 |
"Verify if the url used is valid or log in via your browser."
|
@@ -133,18 +133,18 @@ msgstr ""
|
|
133 |
"klickat. Kontrollera att webbadressen som används är giltigt eller logga in "
|
134 |
"via webbläsaren."
|
135 |
|
136 |
-
#: adrotate-output.php:
|
137 |
msgid ""
|
138 |
"If you have received the url you want to visit via email, you are being "
|
139 |
"tricked!"
|
140 |
msgstr ""
|
141 |
"Om du har fått webbadressen du vill besöka via e-post, är du bli lurad!"
|
142 |
|
143 |
-
#: adrotate-output.php:
|
144 |
msgid "Contact support if the issue persists:"
|
145 |
msgstr "Kontakta support om problemet kvarstår:"
|
146 |
|
147 |
-
#: adrotate-output.php:
|
148 |
msgid ""
|
149 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
150 |
"restrictions or does not exist!"
|
@@ -152,7 +152,7 @@ msgstr ""
|
|
152 |
"Fel, Annonsen är inte tillgänglig just nu på grund av schema / "
|
153 |
"geolokalisering restriktioner eller finns inte!"
|
154 |
|
155 |
-
#: adrotate-output.php:
|
156 |
msgid ""
|
157 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
158 |
"restrictions!"
|
@@ -160,7 +160,7 @@ msgstr ""
|
|
160 |
"Fel, Annonsen är inte tillgänglig just nu på grund av schema / "
|
161 |
"geolokalisering begränsningar!"
|
162 |
|
163 |
-
#: adrotate-output.php:
|
164 |
msgid ""
|
165 |
"Either there are no banners, they are disabled or none qualified for this "
|
166 |
"location!"
|
@@ -168,19 +168,19 @@ msgstr ""
|
|
168 |
"Antingen finns det inga banderoller, de har inaktiverats eller inga "
|
169 |
"kvalificerade för den här platsen!"
|
170 |
|
171 |
-
#: adrotate-output.php:
|
172 |
msgid "Error, no Ad ID set! Check your syntax!"
|
173 |
msgstr "Fel, ingen annons ID set! Kontrollera din syntax!"
|
174 |
|
175 |
-
#: adrotate-output.php:
|
176 |
msgid "Error, no group ID set! Check your syntax!"
|
177 |
msgstr "Fel, ingen grupp-ID satt! Kontrollera din syntax!"
|
178 |
|
179 |
-
#: adrotate-output.php:
|
180 |
msgid "Error, group does not exist! Check your syntax!"
|
181 |
msgstr "Fel, gruppen existerar inte! Kontrollera din syntax!"
|
182 |
|
183 |
-
#: adrotate-output.php:
|
184 |
msgid ""
|
185 |
"There was an error locating the database tables for AdRotate. Please "
|
186 |
"deactivate and re-activate AdRotate from the plugin page!!"
|
@@ -188,236 +188,235 @@ msgstr ""
|
|
188 |
"Det uppstod ett fel lokalisera databastabeller för AdRotate. Vänligen "
|
189 |
"avaktivera och återaktivera AdRotate från plugin sidan!"
|
190 |
|
191 |
-
#: adrotate-output.php:
|
192 |
msgid "If this does not solve the issue please seek support at"
|
193 |
msgstr "Om detta inte löser problemet vänligen söka stöd hos"
|
194 |
|
195 |
-
#: adrotate-output.php:
|
196 |
msgid "An unknown error occured."
|
197 |
msgstr "Ett okänt fel uppstod."
|
198 |
|
199 |
-
#: adrotate-output.php:
|
200 |
msgid "active ad(s) expired."
|
201 |
msgstr "aktiv annons (er) gått ut."
|
202 |
|
203 |
-
#: adrotate-output.php:
|
204 |
msgid "Take action now"
|
205 |
msgstr "Agera nu"
|
206 |
|
207 |
-
#: adrotate-output.php:
|
208 |
msgid "active ad(s) are about to expire."
|
209 |
msgstr "aktiv annons(er) är på väg att löpa ut."
|
210 |
|
211 |
-
#: adrotate-output.php:
|
212 |
msgid "Check it out"
|
213 |
msgstr "Kolla in det"
|
214 |
|
215 |
-
#: adrotate-output.php:
|
216 |
msgid "active ad(s) with configuration errors."
|
217 |
msgstr "aktiv annons(er) med konfigurationsfel."
|
218 |
|
219 |
-
#: adrotate-output.php:
|
220 |
msgid "Solve this"
|
221 |
msgstr "Lös det här"
|
222 |
|
223 |
-
#: adrotate-output.php:
|
224 |
msgid "ad(s) expired."
|
225 |
msgstr "annons(er) gått ut."
|
226 |
|
227 |
-
#: adrotate-output.php:
|
228 |
msgid "ad(s) are about to expire."
|
229 |
msgstr "annons(er) är på väg att löpa ut."
|
230 |
|
231 |
-
#: adrotate-output.php:
|
232 |
msgid "ad(s) with configuration errors."
|
233 |
msgstr "annons (er) med konfigurationsfel."
|
234 |
|
235 |
-
#: adrotate-output.php:
|
236 |
msgid "Fix this as soon as possible"
|
237 |
msgstr "Lös det här så fort som möjligt"
|
238 |
|
239 |
-
#: adrotate-output.php:
|
240 |
-
#: dashboard/adrotatepro.php:
|
241 |
-
#: dashboard/adrotatepro.php:
|
242 |
-
#: dashboard/adrotatepro.php:
|
243 |
-
#: dashboard/adrotatepro.php:
|
244 |
-
#: dashboard/info.php:
|
245 |
-
#: dashboard/info.php:
|
246 |
#: dashboard/settings/geotargeting.php:26
|
247 |
#, fuzzy
|
248 |
msgid "Buy now"
|
249 |
msgstr "Köp nu"
|
250 |
|
251 |
-
#: adrotate-output.php:
|
252 |
msgid ""
|
253 |
"You've been using <strong>AdRotate</strong> for a while now. Why not upgrade "
|
254 |
"to the <strong>PRO</strong> version"
|
255 |
msgstr ""
|
256 |
|
257 |
-
#: adrotate-output.php:
|
258 |
#, php-format
|
259 |
msgid ""
|
260 |
"Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
|
261 |
msgstr ""
|
262 |
|
263 |
-
#: adrotate-output.php:
|
264 |
msgid "Thank you for your purchase!"
|
265 |
msgstr ""
|
266 |
|
267 |
-
#: adrotate-output.php:
|
268 |
msgid ""
|
269 |
"Welcome, and thanks for using AdRotate. Everything related to AdRotate is in "
|
270 |
"this menu. Check out the"
|
271 |
msgstr ""
|
272 |
|
273 |
-
#: adrotate-output.php:
|
274 |
msgid "manuals"
|
275 |
msgstr "manual"
|
276 |
|
277 |
-
#: adrotate-output.php:
|
278 |
msgid "and"
|
279 |
msgstr ""
|
280 |
|
281 |
-
#: adrotate-output.php:
|
282 |
msgid "forums"
|
283 |
msgstr ""
|
284 |
|
285 |
-
#: adrotate-output.php:
|
286 |
#, fuzzy
|
287 |
msgid "Useful Links"
|
288 |
msgstr "Nyttiga länkar"
|
289 |
|
290 |
-
#: adrotate-output.php:
|
291 |
msgid "Useful links to learn more about AdRotate"
|
292 |
msgstr ""
|
293 |
|
294 |
-
#: adrotate-output.php:
|
295 |
-
|
296 |
-
|
297 |
-
msgstr "AdRotate Pro"
|
298 |
|
299 |
-
#: adrotate-output.php:
|
300 |
#, fuzzy
|
301 |
msgid "Getting Started With AdRotate"
|
302 |
msgstr "Få fler funktioner! Skaffa AdRotate Pro."
|
303 |
|
304 |
-
#: adrotate-output.php:
|
305 |
#, fuzzy
|
306 |
msgid "AdRotate manuals"
|
307 |
msgstr "AdRotate Information"
|
308 |
|
309 |
-
#: adrotate-output.php:
|
310 |
#, fuzzy
|
311 |
msgid "AdRotate Support Forum"
|
312 |
msgstr "AdRotate butik"
|
313 |
|
314 |
-
#: adrotate-output.php:
|
315 |
#, fuzzy
|
316 |
msgid "Help AdRotate Grow"
|
317 |
msgstr "Fastnat med AdRotate? Jag hjälper!"
|
318 |
|
319 |
-
#: adrotate-output.php:
|
320 |
msgid "Brought to you by"
|
321 |
msgstr "Presenteras av"
|
322 |
|
323 |
-
#: adrotate-output.php:
|
324 |
msgid ""
|
325 |
"A lot of users only think to review AdRotate when something goes wrong while "
|
326 |
"thousands of people use AdRotate satisfactory. Don't let this go unnoticed."
|
327 |
msgstr ""
|
328 |
|
329 |
-
#: adrotate-output.php:
|
330 |
msgid "If you find AdRotate useful please leave your honest"
|
331 |
msgstr ""
|
332 |
|
333 |
-
#: adrotate-output.php:
|
334 |
msgid "rating"
|
335 |
msgstr ""
|
336 |
|
337 |
-
#: adrotate-output.php:
|
338 |
#, fuzzy
|
339 |
msgid "review"
|
340 |
msgstr "Betygsätt och omdöme"
|
341 |
|
342 |
-
#: adrotate-output.php:
|
343 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
344 |
msgstr ""
|
345 |
|
346 |
-
#: adrotate-output.php:
|
347 |
msgid "Available in AdRotate Pro"
|
348 |
msgstr "Tillgänglig i AdRotate Pro"
|
349 |
|
350 |
-
#: adrotate-output.php:
|
351 |
#, fuzzy
|
352 |
msgid "More information..."
|
353 |
msgstr "Mer info"
|
354 |
|
355 |
-
#: adrotate-output.php:
|
356 |
msgid "This feature is available in AdRotate Pro"
|
357 |
msgstr "Den här funktionen är tillgänglig i AdRotate Pro"
|
358 |
|
359 |
-
#: adrotate-output.php:
|
360 |
#, fuzzy
|
361 |
msgid "Learn more"
|
362 |
msgstr "Läs mer om"
|
363 |
|
364 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
365 |
-
#: dashboard/publisher/adverts-edit.php:
|
366 |
msgid "January"
|
367 |
msgstr "Januari"
|
368 |
|
369 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
370 |
-
#: dashboard/publisher/adverts-edit.php:
|
371 |
msgid "February"
|
372 |
msgstr "Februari"
|
373 |
|
374 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
375 |
-
#: dashboard/publisher/adverts-edit.php:
|
376 |
msgid "March"
|
377 |
msgstr "Mars"
|
378 |
|
379 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
380 |
-
#: dashboard/publisher/adverts-edit.php:
|
381 |
msgid "April"
|
382 |
msgstr "April"
|
383 |
|
384 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
385 |
-
#: dashboard/publisher/adverts-edit.php:
|
386 |
msgid "May"
|
387 |
msgstr "Maj"
|
388 |
|
389 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
390 |
-
#: dashboard/publisher/adverts-edit.php:
|
391 |
msgid "June"
|
392 |
msgstr "Juni"
|
393 |
|
394 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
395 |
-
#: dashboard/publisher/adverts-edit.php:
|
396 |
msgid "July"
|
397 |
msgstr "Juli"
|
398 |
|
399 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
400 |
-
#: dashboard/publisher/adverts-edit.php:
|
401 |
msgid "August"
|
402 |
msgstr "Augusti"
|
403 |
|
404 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
405 |
-
#: dashboard/publisher/adverts-edit.php:
|
406 |
msgid "September"
|
407 |
msgstr "September"
|
408 |
|
409 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
410 |
-
#: dashboard/publisher/adverts-edit.php:
|
411 |
msgid "October"
|
412 |
msgstr "Oktober"
|
413 |
|
414 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
415 |
-
#: dashboard/publisher/adverts-edit.php:
|
416 |
msgid "November"
|
417 |
msgstr "November"
|
418 |
|
419 |
-
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:
|
420 |
-
#: dashboard/publisher/adverts-edit.php:
|
421 |
msgid "December"
|
422 |
msgstr "December"
|
423 |
|
@@ -550,7 +549,7 @@ msgid ""
|
|
550 |
"AdRotate Pro."
|
551 |
msgstr "Den här funktionen är tillgänglig i AdRotate Pro"
|
552 |
|
553 |
-
#: adrotate.php:409 adrotate.php:496 dashboard/publisher/adverts-edit.php:
|
554 |
#: dashboard/publisher/adverts-main.php:114
|
555 |
#: dashboard/publisher/groups-edit.php:75
|
556 |
#: dashboard/publisher/groups-main.php:89
|
@@ -590,7 +589,7 @@ msgstr "Starttid (hh: mm):"
|
|
590 |
msgid "End"
|
591 |
msgstr "Avsluta tid (hh: mm):"
|
592 |
|
593 |
-
#: adrotate.php:428 dashboard/publisher/adverts-edit.php:
|
594 |
#: dashboard/publisher/groups-main.php:34
|
595 |
msgid "Ads"
|
596 |
msgstr "Annonser"
|
@@ -687,7 +686,7 @@ msgid ""
|
|
687 |
"\"imagename.full.ext\". A full set of sized images is strongly recommended."
|
688 |
msgstr ""
|
689 |
|
690 |
-
#: adrotate.php:503 dashboard/publisher/adverts-edit.php:
|
691 |
msgid ""
|
692 |
"For smaller size images use \".320\", \".480\", \".768\" or \".1024\" in the "
|
693 |
"filename instead of \".full\" for the various viewports."
|
@@ -801,21 +800,22 @@ msgid ""
|
|
801 |
"forum. Get a solution (usually) within a day."
|
802 |
msgstr ""
|
803 |
|
804 |
-
#: dashboard/adrotatepro.php:48 dashboard/info.php:
|
805 |
msgid "AdRotate is brought to you by"
|
806 |
msgstr "AdRotate kommer till dig genom"
|
807 |
|
808 |
-
#: dashboard/adrotatepro.php:52 dashboard/info.php:
|
809 |
msgid ""
|
810 |
-
"Premium plugins for WordPress and WooCommerce!
|
811 |
-
"
|
|
|
812 |
msgstr ""
|
813 |
|
814 |
-
#: dashboard/adrotatepro.php:
|
815 |
msgid "Schedule all campaigns with ease"
|
816 |
msgstr ""
|
817 |
|
818 |
-
#: dashboard/adrotatepro.php:
|
819 |
msgid ""
|
820 |
"Schedule your adverts and set up advertising campaigns based on dates you or "
|
821 |
"your advertisers specify without hassle. Seasonal adverts, weekly adverts. "
|
@@ -823,11 +823,11 @@ msgid ""
|
|
823 |
"much more easy. You can set one or many schedules for adverts."
|
824 |
msgstr ""
|
825 |
|
826 |
-
#: dashboard/adrotatepro.php:
|
827 |
msgid "Avoid adblockers"
|
828 |
msgstr ""
|
829 |
|
830 |
-
#: dashboard/adrotatepro.php:
|
831 |
msgid ""
|
832 |
"Try and avoid adblockers so you adverts get the exposure you want them to "
|
833 |
"have. AdRotate Pro offers some advanced tools to deceive adblockers so your "
|
@@ -835,11 +835,11 @@ msgid ""
|
|
835 |
"adverts smartly so these features reach their full potential!"
|
836 |
msgstr ""
|
837 |
|
838 |
-
#: dashboard/adrotatepro.php:
|
839 |
msgid "Stay up-to-date with notifications"
|
840 |
msgstr ""
|
841 |
|
842 |
-
#: dashboard/adrotatepro.php:
|
843 |
msgid ""
|
844 |
"Stay in touch with Email notifications. Have AdRotate send you an alert when "
|
845 |
"adverts expire or need your attention. Additionally, you can have AdRotate "
|
@@ -848,96 +848,96 @@ msgid ""
|
|
848 |
"miss an expiration date again."
|
849 |
msgstr ""
|
850 |
|
851 |
-
#: dashboard/adrotatepro.php:
|
852 |
-
#: dashboard/info.php:
|
853 |
#, fuzzy
|
854 |
msgid "Buy AdRotate Professional"
|
855 |
msgstr "Köp nu"
|
856 |
|
857 |
-
#: dashboard/adrotatepro.php:
|
858 |
msgid "Single License"
|
859 |
msgstr ""
|
860 |
|
861 |
-
#: dashboard/adrotatepro.php:
|
862 |
#, fuzzy
|
863 |
msgid "For one WordPress installation."
|
864 |
msgstr "Installation"
|
865 |
|
866 |
-
#: dashboard/adrotatepro.php:
|
867 |
-
#: dashboard/info.php:
|
868 |
#, fuzzy
|
869 |
msgid "Duo License"
|
870 |
msgstr "AdRotate Licens"
|
871 |
|
872 |
-
#: dashboard/adrotatepro.php:
|
873 |
#, fuzzy
|
874 |
msgid "For two WordPress installations."
|
875 |
msgstr "Installation"
|
876 |
|
877 |
-
#: dashboard/adrotatepro.php:
|
878 |
-
#: dashboard/info.php:
|
879 |
#, fuzzy
|
880 |
msgid "Multi License"
|
881 |
msgstr "AdRotate Licens"
|
882 |
|
883 |
-
#: dashboard/adrotatepro.php:
|
884 |
#, fuzzy
|
885 |
msgid " For up to five WordPress installations."
|
886 |
msgstr "Installation"
|
887 |
|
888 |
-
#: dashboard/adrotatepro.php:
|
889 |
-
#: dashboard/info.php:
|
890 |
#, fuzzy
|
891 |
msgid "Developer License"
|
892 |
msgstr "Utvecklar Debug"
|
893 |
|
894 |
-
#: dashboard/adrotatepro.php:
|
895 |
msgid "Unlimited WordPress installations and/or networks."
|
896 |
msgstr ""
|
897 |
|
898 |
-
#: dashboard/adrotatepro.php:
|
899 |
-
#: dashboard/info.php:
|
900 |
msgid "Compare licenses"
|
901 |
msgstr ""
|
902 |
|
903 |
-
#: dashboard/adrotatepro.php:
|
904 |
msgid "Not sure which license is for you? Compare them..."
|
905 |
msgstr ""
|
906 |
|
907 |
-
#: dashboard/adrotatepro.php:
|
908 |
msgid "All Licenses"
|
909 |
msgstr ""
|
910 |
|
911 |
-
#: dashboard/adrotatepro.php:
|
912 |
msgid "Lifetime License"
|
913 |
msgstr ""
|
914 |
|
915 |
-
#: dashboard/adrotatepro.php:
|
916 |
msgid "Single installation."
|
917 |
msgstr ""
|
918 |
|
919 |
-
#: dashboard/adrotatepro.php:
|
920 |
msgid "Up to 2 installations."
|
921 |
msgstr ""
|
922 |
|
923 |
-
#: dashboard/adrotatepro.php:
|
924 |
msgid "Up to 10 installations."
|
925 |
msgstr ""
|
926 |
|
927 |
-
#: dashboard/adrotatepro.php:
|
928 |
msgid "Up to 25 installations or multisite networks."
|
929 |
msgstr ""
|
930 |
|
931 |
-
#: dashboard/adrotatepro.php:
|
932 |
msgid ""
|
933 |
"Subscriptions get 1 year access to updates, email support & AdRotate Geo."
|
934 |
msgstr ""
|
935 |
|
936 |
-
#: dashboard/adrotatepro.php:
|
937 |
msgid "Not sure which license is for you?"
|
938 |
msgstr ""
|
939 |
|
940 |
-
#: dashboard/adrotatepro.php:
|
941 |
msgid "Compare Licenses"
|
942 |
msgstr ""
|
943 |
|
@@ -974,38 +974,36 @@ msgid "Support AdRotate"
|
|
974 |
msgstr "Support AdRotate"
|
975 |
|
976 |
#: dashboard/info.php:55
|
977 |
-
msgid "
|
978 |
-
|
979 |
-
|
980 |
-
#: dashboard/info.php:55
|
981 |
-
msgid "Can't donate money? Consider writing a review instead. Thank you!"
|
982 |
msgstr ""
|
983 |
|
984 |
-
#: dashboard/info.php:
|
985 |
msgid "AdRotate News and Developer Blog"
|
986 |
msgstr "AdRotate Nyheter och Utvecklar Blog"
|
987 |
|
988 |
-
#: dashboard/info.php:
|
989 |
#, fuzzy
|
990 |
msgid "Get more features with AdRotate Pro"
|
991 |
msgstr "Få fler funktioner! Skaffa AdRotate Pro."
|
992 |
|
993 |
-
#: dashboard/info.php:
|
994 |
msgid ""
|
995 |
"Benefit from extra features to reinforce your income with advertising "
|
996 |
"campaigns. Make the most of your website with the powerful tools AdRotate "
|
997 |
"Pro offers on top of the trusted features included in the free version."
|
998 |
msgstr ""
|
999 |
|
1000 |
-
#: dashboard/info.php:
|
1001 |
msgid "Want to know more about"
|
1002 |
msgstr ""
|
1003 |
|
1004 |
-
#: dashboard/info.php:
|
1005 |
msgid "Visit the"
|
1006 |
msgstr "Besök"
|
1007 |
|
1008 |
-
#: dashboard/info.php:
|
1009 |
msgid "website"
|
1010 |
msgstr "hemsida"
|
1011 |
|
@@ -1014,7 +1012,7 @@ msgid "Disabled Ads"
|
|
1014 |
msgstr "Inaktivera annonser"
|
1015 |
|
1016 |
#: dashboard/publisher/adverts-disabled.php:21
|
1017 |
-
#: dashboard/publisher/adverts-edit.php:
|
1018 |
msgid "Activate"
|
1019 |
msgstr "Aktivera"
|
1020 |
|
@@ -1035,7 +1033,7 @@ msgstr ""
|
|
1035 |
"timmar. 14:00 är 14:00. 06:00 är 6:00 timmar."
|
1036 |
|
1037 |
#: dashboard/publisher/adverts-disabled.php:37
|
1038 |
-
#: dashboard/publisher/adverts-edit.php:
|
1039 |
#: dashboard/publisher/adverts-error.php:41
|
1040 |
#: dashboard/publisher/adverts-main.php:41
|
1041 |
msgid "Title"
|
@@ -1140,61 +1138,61 @@ msgstr "Annonsen går ut om mindre än 7 dagar!"
|
|
1140 |
msgid "This ad has been disabled and does not rotate on your site!"
|
1141 |
msgstr "Den här annonsen har inaktiverats och inte roterar på din webbplats!"
|
1142 |
|
1143 |
-
#: dashboard/publisher/adverts-edit.php:
|
1144 |
msgid "New Advert"
|
1145 |
msgstr "Ny annons"
|
1146 |
|
1147 |
-
#: dashboard/publisher/adverts-edit.php:
|
1148 |
msgid "Edit Advert"
|
1149 |
msgstr "Redigera annons"
|
1150 |
|
1151 |
-
#: dashboard/publisher/adverts-edit.php:
|
1152 |
msgid "AdCode"
|
1153 |
msgstr ""
|
1154 |
|
1155 |
-
#: dashboard/publisher/adverts-edit.php:
|
1156 |
msgid "Basic Examples:"
|
1157 |
msgstr "Grundläggande Exempel:"
|
1158 |
|
1159 |
-
#: dashboard/publisher/adverts-edit.php:
|
1160 |
msgid "Useful tags"
|
1161 |
msgstr ""
|
1162 |
|
1163 |
-
#: dashboard/publisher/adverts-edit.php:
|
1164 |
msgid "Insert the advert ID Number."
|
1165 |
msgstr ""
|
1166 |
|
1167 |
-
#: dashboard/publisher/adverts-edit.php:
|
1168 |
msgid "Required when selecting a image below."
|
1169 |
msgstr ""
|
1170 |
|
1171 |
-
#: dashboard/publisher/adverts-edit.php:
|
1172 |
msgid "Insert the advert name."
|
1173 |
msgstr ""
|
1174 |
|
1175 |
-
#: dashboard/publisher/adverts-edit.php:
|
1176 |
msgid "Insert a random seed. Useful for DFP/DoubleClick type adverts."
|
1177 |
msgstr ""
|
1178 |
|
1179 |
-
#: dashboard/publisher/adverts-edit.php:
|
1180 |
msgid "Add inside the <a> tag to open advert in a new window."
|
1181 |
msgstr ""
|
1182 |
|
1183 |
-
#: dashboard/publisher/adverts-edit.php:
|
1184 |
msgid "Add inside the <a> tag to tell crawlers to ignore this link"
|
1185 |
msgstr ""
|
1186 |
|
1187 |
-
#: dashboard/publisher/adverts-edit.php:
|
1188 |
msgid ""
|
1189 |
"Place the cursor in your AdCode where you want to add any of these tags and "
|
1190 |
"click to add it."
|
1191 |
msgstr ""
|
1192 |
|
1193 |
-
#: dashboard/publisher/adverts-edit.php:
|
1194 |
msgid "Preview"
|
1195 |
msgstr "Förhandsgranska"
|
1196 |
|
1197 |
-
#: dashboard/publisher/adverts-edit.php:
|
1198 |
msgid ""
|
1199 |
"Note: While this preview is an accurate one, it might look different then it "
|
1200 |
"does on the website."
|
@@ -1202,41 +1200,41 @@ msgstr ""
|
|
1202 |
"OBS: Även förhandsvisningen är en riktig en, kan det se annorlunda ut då den "
|
1203 |
"gör på webbplatsen."
|
1204 |
|
1205 |
-
#: dashboard/publisher/adverts-edit.php:
|
1206 |
msgid ""
|
1207 |
"This is because of CSS differences. Your themes CSS file is not active here!"
|
1208 |
msgstr ""
|
1209 |
"Detta är på grund av CSS skillnader. Ditt teman CSS-fil är inte aktiv här!"
|
1210 |
|
1211 |
-
#: dashboard/publisher/adverts-edit.php:
|
1212 |
msgid "Banner asset"
|
1213 |
msgstr ""
|
1214 |
|
1215 |
-
#: dashboard/publisher/adverts-edit.php:
|
1216 |
msgid "WordPress media:"
|
1217 |
msgstr ""
|
1218 |
|
1219 |
-
#: dashboard/publisher/adverts-edit.php:
|
1220 |
msgid "Select Banner"
|
1221 |
msgstr "Välj Banner"
|
1222 |
|
1223 |
-
#: dashboard/publisher/adverts-edit.php:
|
1224 |
msgid "- OR -"
|
1225 |
msgstr "- ELLER -"
|
1226 |
|
1227 |
-
#: dashboard/publisher/adverts-edit.php:
|
1228 |
msgid "Banner folder:"
|
1229 |
msgstr "Banner folder:"
|
1230 |
|
1231 |
-
#: dashboard/publisher/adverts-edit.php:
|
1232 |
msgid "No image selected"
|
1233 |
msgstr "Ingen bild vald"
|
1234 |
|
1235 |
-
#: dashboard/publisher/adverts-edit.php:
|
1236 |
msgid "Use %image% in the adcode instead of the file path."
|
1237 |
msgstr ""
|
1238 |
|
1239 |
-
#: dashboard/publisher/adverts-edit.php:
|
1240 |
msgid ""
|
1241 |
"Use either the text field or the dropdown. If the textfield has content that "
|
1242 |
"field has priority."
|
@@ -1244,31 +1242,31 @@ msgstr ""
|
|
1244 |
"Använd antingen textfältet eller listrutan. Om textfältet har innehåll som "
|
1245 |
"området har företräde."
|
1246 |
|
1247 |
-
#: dashboard/publisher/adverts-edit.php:
|
1248 |
#: dashboard/settings/statistics.php:12
|
1249 |
msgid "Statistics"
|
1250 |
msgstr "Statistik"
|
1251 |
|
1252 |
-
#: dashboard/publisher/adverts-edit.php:
|
1253 |
msgid "Enable click and impression tracking for this advert."
|
1254 |
msgstr ""
|
1255 |
|
1256 |
-
#: dashboard/publisher/adverts-edit.php:
|
1257 |
msgid ""
|
1258 |
"Note: Clicktracking does not work for Javascript adverts such as those "
|
1259 |
"provided by Google AdSense/DFP/DoubleClick. HTML5/Flash adverts are not "
|
1260 |
"always supported."
|
1261 |
msgstr ""
|
1262 |
|
1263 |
-
#: dashboard/publisher/adverts-edit.php:
|
1264 |
msgid "Yes, this ad will be used"
|
1265 |
msgstr "Ja, kommer denna annons att användas"
|
1266 |
|
1267 |
-
#: dashboard/publisher/adverts-edit.php:
|
1268 |
msgid "No, do not show this ad anywhere"
|
1269 |
msgstr "Nej, inte visa denna annons någonstans"
|
1270 |
|
1271 |
-
#: dashboard/publisher/adverts-edit.php:
|
1272 |
#: dashboard/publisher/adverts-main.php:114
|
1273 |
#: dashboard/publisher/groups-edit.php:75
|
1274 |
#: dashboard/publisher/groups-main.php:89
|
@@ -1276,217 +1274,217 @@ msgstr "Nej, inte visa denna annons någonstans"
|
|
1276 |
msgid "Get more features with AdRotate Pro."
|
1277 |
msgstr "Få fler funktioner! Skaffa AdRotate Pro."
|
1278 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1279 |
#: dashboard/publisher/adverts-edit.php:192
|
1280 |
#: dashboard/publisher/adverts-edit.php:292
|
1281 |
#: dashboard/publisher/adverts-edit.php:387
|
1282 |
#: dashboard/publisher/adverts-edit.php:428
|
1283 |
-
msgid "Save Advert"
|
1284 |
-
msgstr "Spara annons"
|
1285 |
-
|
1286 |
-
#: dashboard/publisher/adverts-edit.php:193
|
1287 |
-
#: dashboard/publisher/adverts-edit.php:293
|
1288 |
-
#: dashboard/publisher/adverts-edit.php:388
|
1289 |
-
#: dashboard/publisher/adverts-edit.php:429
|
1290 |
#: dashboard/publisher/groups-edit.php:154
|
1291 |
#: dashboard/publisher/groups-edit.php:301
|
1292 |
#: dashboard/publisher/groups-edit.php:393
|
1293 |
msgid "Cancel"
|
1294 |
msgstr "Avbryt"
|
1295 |
|
1296 |
-
#: dashboard/publisher/adverts-edit.php:
|
1297 |
-
#: dashboard/publisher/adverts-edit.php:
|
1298 |
#: dashboard/publisher/groups-edit.php:136
|
1299 |
#: dashboard/publisher/groups-edit.php:283
|
1300 |
msgid "Usage"
|
1301 |
msgstr "Användning"
|
1302 |
|
1303 |
-
#: dashboard/publisher/adverts-edit.php:
|
1304 |
-
#: dashboard/publisher/adverts-edit.php:
|
1305 |
#: dashboard/publisher/groups-edit.php:140
|
1306 |
#: dashboard/publisher/groups-edit.php:287
|
1307 |
msgid "Widget"
|
1308 |
msgstr ""
|
1309 |
|
1310 |
-
#: dashboard/publisher/adverts-edit.php:
|
1311 |
-
#: dashboard/publisher/adverts-edit.php:
|
1312 |
msgid ""
|
1313 |
"Drag the AdRotate widget to the sidebar you want it in, select \"Single Ad\" "
|
1314 |
"and enter ID"
|
1315 |
msgstr ""
|
1316 |
|
1317 |
-
#: dashboard/publisher/adverts-edit.php:
|
1318 |
-
#: dashboard/publisher/adverts-edit.php:
|
1319 |
#: dashboard/publisher/groups-edit.php:144
|
1320 |
#: dashboard/publisher/groups-edit.php:291
|
1321 |
msgid "In a post or page"
|
1322 |
msgstr ""
|
1323 |
|
1324 |
-
#: dashboard/publisher/adverts-edit.php:
|
1325 |
-
#: dashboard/publisher/adverts-edit.php:
|
1326 |
#: dashboard/publisher/groups-edit.php:146
|
1327 |
#: dashboard/publisher/groups-edit.php:293
|
1328 |
msgid "Directly in a theme"
|
1329 |
msgstr ""
|
1330 |
|
1331 |
-
#: dashboard/publisher/adverts-edit.php:
|
1332 |
msgid "Schedule your advert"
|
1333 |
msgstr ""
|
1334 |
|
1335 |
-
#: dashboard/publisher/adverts-edit.php:
|
1336 |
msgid "Start date (day/month/year)"
|
1337 |
msgstr ""
|
1338 |
|
1339 |
-
#: dashboard/publisher/adverts-edit.php:
|
1340 |
msgid "End date (day/month/year)"
|
1341 |
msgstr ""
|
1342 |
|
1343 |
-
#: dashboard/publisher/adverts-edit.php:
|
1344 |
msgid "Start time (hh:mm)"
|
1345 |
msgstr ""
|
1346 |
|
1347 |
-
#: dashboard/publisher/adverts-edit.php:
|
1348 |
msgid "End time (hh:mm)"
|
1349 |
msgstr ""
|
1350 |
|
1351 |
-
#: dashboard/publisher/adverts-edit.php:
|
1352 |
msgid "Maximum Clicks"
|
1353 |
msgstr ""
|
1354 |
|
1355 |
-
#: dashboard/publisher/adverts-edit.php:
|
1356 |
-
#: dashboard/publisher/adverts-edit.php:
|
1357 |
msgid "Leave empty or 0 to skip this."
|
1358 |
msgstr "Lämna tomt eller 0 för att hoppa över detta."
|
1359 |
|
1360 |
-
#: dashboard/publisher/adverts-edit.php:
|
1361 |
msgid "Maximum Impressions"
|
1362 |
msgstr ""
|
1363 |
|
1364 |
-
#: dashboard/publisher/adverts-edit.php:
|
1365 |
msgid "Important"
|
1366 |
msgstr ""
|
1367 |
|
1368 |
-
#: dashboard/publisher/adverts-edit.php:
|
1369 |
msgid ""
|
1370 |
"Note: Time uses a 24 hour clock. When you are used to the AM/PM system keep "
|
1371 |
"this in mind: If the start or end time is after lunch, add 12 hours. 2PM is "
|
1372 |
"14:00 hours. 6AM is 6:00 hours."
|
1373 |
msgstr ""
|
1374 |
|
1375 |
-
#: dashboard/publisher/adverts-edit.php:
|
1376 |
msgid ""
|
1377 |
"Create multiple and more advanced schedules for each advert with AdRotate "
|
1378 |
"Pro."
|
1379 |
msgstr ""
|
1380 |
|
1381 |
-
#: dashboard/publisher/adverts-edit.php:
|
1382 |
-
#: dashboard/publisher/adverts-edit.php:
|
1383 |
-
#: dashboard/publisher/adverts-edit.php:
|
1384 |
#: dashboard/publisher/groups-edit.php:200
|
1385 |
#, fuzzy
|
1386 |
msgid "Upgrade today"
|
1387 |
msgstr "i dag"
|
1388 |
|
1389 |
-
#: dashboard/publisher/adverts-edit.php:
|
1390 |
#: dashboard/publisher/groups-edit.php:157
|
1391 |
msgid "Advanced"
|
1392 |
msgstr "Utökad"
|
1393 |
|
1394 |
-
#: dashboard/publisher/adverts-edit.php:
|
1395 |
msgid "Everything below is optional."
|
1396 |
msgstr "Allt nedan är frivillig."
|
1397 |
|
1398 |
-
#: dashboard/publisher/adverts-edit.php:
|
1399 |
msgid "Mobile"
|
1400 |
msgstr ""
|
1401 |
|
1402 |
-
#: dashboard/publisher/adverts-edit.php:
|
1403 |
msgid "Show on;"
|
1404 |
msgstr ""
|
1405 |
|
1406 |
-
#: dashboard/publisher/adverts-edit.php:
|
1407 |
msgid "Computers"
|
1408 |
msgstr ""
|
1409 |
|
1410 |
-
#: dashboard/publisher/adverts-edit.php:
|
1411 |
msgid "Smartphones"
|
1412 |
msgstr ""
|
1413 |
|
1414 |
-
#: dashboard/publisher/adverts-edit.php:
|
1415 |
msgid "Tablets."
|
1416 |
msgstr ""
|
1417 |
|
1418 |
-
#: dashboard/publisher/adverts-edit.php:
|
1419 |
msgid "Also enable mobile support in the group this advert goes in."
|
1420 |
msgstr ""
|
1421 |
|
1422 |
-
#: dashboard/publisher/adverts-edit.php:
|
1423 |
msgid "Responsive"
|
1424 |
msgstr ""
|
1425 |
|
1426 |
-
#: dashboard/publisher/adverts-edit.php:
|
1427 |
#, fuzzy
|
1428 |
msgid "Enable responsive support for this advert."
|
1429 |
msgstr "Aktivera klickspårning för denna annons."
|
1430 |
|
1431 |
-
#: dashboard/publisher/adverts-edit.php:
|
1432 |
msgid ""
|
1433 |
"Upload your images to the banner folder and make sure the filename is in the "
|
1434 |
"following format; \"imagename.full.ext\"."
|
1435 |
msgstr ""
|
1436 |
|
1437 |
-
#: dashboard/publisher/adverts-edit.php:
|
1438 |
#: dashboard/publisher/adverts-report.php:58
|
1439 |
#: dashboard/publisher/groups-report.php:64
|
1440 |
msgid "Note:"
|
1441 |
msgstr "Notera:"
|
1442 |
|
1443 |
-
#: dashboard/publisher/adverts-edit.php:
|
1444 |
msgid ""
|
1445 |
"This feature will not be developed any further. Consider switching to the "
|
1446 |
"Mobile feature in AdRotate Pro as seen above!"
|
1447 |
msgstr ""
|
1448 |
|
1449 |
-
#: dashboard/publisher/adverts-edit.php:
|
1450 |
#: dashboard/publisher/groups-edit.php:194
|
1451 |
msgid "Sortorder"
|
1452 |
msgstr ""
|
1453 |
|
1454 |
-
#: dashboard/publisher/adverts-edit.php:
|
1455 |
#: dashboard/publisher/groups-edit.php:196
|
1456 |
msgid "For administrative purposes set a sortorder."
|
1457 |
msgstr "För administrativa ändamål sätt en sortorder."
|
1458 |
|
1459 |
-
#: dashboard/publisher/adverts-edit.php:
|
1460 |
msgid "Leave empty or 0 to skip this. Will default to ad id."
|
1461 |
msgstr ""
|
1462 |
"Lämna tomt eller 0 för att hoppa över detta. Går automatiskt till annons-ID."
|
1463 |
|
1464 |
-
#: dashboard/publisher/adverts-edit.php:
|
1465 |
msgid ""
|
1466 |
"With AdRotate Pro you can easily select which devices the advert should show "
|
1467 |
"on!"
|
1468 |
msgstr ""
|
1469 |
|
1470 |
-
#: dashboard/publisher/adverts-edit.php:
|
1471 |
msgid "Geo Targeting in AdRotate Pro"
|
1472 |
msgstr ""
|
1473 |
|
1474 |
-
#: dashboard/publisher/adverts-edit.php:
|
1475 |
msgid ""
|
1476 |
"Assign the advert to a group and enable that group to use Geo Targeting."
|
1477 |
msgstr ""
|
1478 |
|
1479 |
-
#: dashboard/publisher/adverts-edit.php:
|
1480 |
msgid "Cities/States"
|
1481 |
msgstr ""
|
1482 |
|
1483 |
-
#: dashboard/publisher/adverts-edit.php:
|
1484 |
msgid ""
|
1485 |
"A comma separated list of cities (or the Metro ID) and/or states (Also the "
|
1486 |
"states ISO codes are supported)"
|
1487 |
msgstr ""
|
1488 |
|
1489 |
-
#: dashboard/publisher/adverts-edit.php:
|
1490 |
#, fuzzy
|
1491 |
msgid ""
|
1492 |
"AdRotate does not check the validity of names so make sure you spell them "
|
@@ -1495,55 +1493,55 @@ msgstr ""
|
|
1495 |
"AdRotate kan inte kontrollera giltigheten av namn så se till att stava dem "
|
1496 |
"rätt!"
|
1497 |
|
1498 |
-
#: dashboard/publisher/adverts-edit.php:
|
1499 |
msgid "Countries"
|
1500 |
msgstr ""
|
1501 |
|
1502 |
-
#: dashboard/publisher/adverts-edit.php:
|
1503 |
#, fuzzy
|
1504 |
msgid "Select the countries you want the adverts to show in."
|
1505 |
msgstr "Välj de länder som du vill att annonser för att visa i."
|
1506 |
|
1507 |
-
#: dashboard/publisher/adverts-edit.php:
|
1508 |
#, fuzzy
|
1509 |
msgid "Cities take priority and will be filtered first."
|
1510 |
msgstr "Städer prioriteras och kommer att filtreras först."
|
1511 |
|
1512 |
-
#: dashboard/publisher/adverts-edit.php:
|
1513 |
msgid "Target your audience with Geo Targeting in AdRotate Pro"
|
1514 |
msgstr ""
|
1515 |
|
1516 |
-
#: dashboard/publisher/adverts-edit.php:
|
1517 |
msgid "Select Groups"
|
1518 |
msgstr "Välj Grupper"
|
1519 |
|
1520 |
-
#: dashboard/publisher/adverts-edit.php:
|
1521 |
msgid "ID - Name"
|
1522 |
msgstr "ID - Namn"
|
1523 |
|
1524 |
-
#: dashboard/publisher/adverts-edit.php:
|
1525 |
#: dashboard/publisher/groups-main.php:60
|
1526 |
#: dashboard/settings/geotargeting.php:39
|
1527 |
msgid "Default"
|
1528 |
msgstr "Default"
|
1529 |
|
1530 |
-
#: dashboard/publisher/adverts-edit.php:
|
1531 |
#: dashboard/publisher/groups-main.php:61
|
1532 |
msgid "Dynamic"
|
1533 |
msgstr "Dynamic"
|
1534 |
|
1535 |
-
#: dashboard/publisher/adverts-edit.php:
|
1536 |
#: dashboard/publisher/groups-main.php:61
|
1537 |
#, fuzzy
|
1538 |
msgid "second rotation"
|
1539 |
msgstr "Geo Location"
|
1540 |
|
1541 |
-
#: dashboard/publisher/adverts-edit.php:
|
1542 |
#: dashboard/publisher/groups-main.php:62
|
1543 |
msgid "Block"
|
1544 |
msgstr "Block"
|
1545 |
|
1546 |
-
#: dashboard/publisher/adverts-edit.php:
|
1547 |
#: dashboard/publisher/groups-main.php:62
|
1548 |
#, fuzzy
|
1549 |
msgid "grid"
|
@@ -1551,17 +1549,17 @@ msgstr ""
|
|
1551 |
"Gör ett rutnät för dina annonser. Fylla i 2 och 2 gör ett 2x2 rutnät. "
|
1552 |
"(Standard: 2/2)"
|
1553 |
|
1554 |
-
#: dashboard/publisher/adverts-edit.php:
|
1555 |
#: dashboard/publisher/groups-edit.php:202
|
1556 |
#: dashboard/publisher/groups-main.php:63
|
1557 |
msgid "Post Injection"
|
1558 |
msgstr "Post injektion"
|
1559 |
|
1560 |
-
#: dashboard/publisher/adverts-edit.php:
|
1561 |
msgid "Geolocation"
|
1562 |
msgstr "Geolocation"
|
1563 |
|
1564 |
-
#: dashboard/publisher/adverts-edit.php:
|
1565 |
#: dashboard/publisher/groups-edit.php:61
|
1566 |
#: dashboard/publisher/groups-main.php:70
|
1567 |
msgid "Mode"
|
@@ -2080,97 +2078,107 @@ msgid "Some options are only available in AdRotate Pro!"
|
|
2080 |
msgstr ""
|
2081 |
|
2082 |
#: dashboard/settings/general.php:16
|
2083 |
-
msgid "
|
2084 |
msgstr ""
|
2085 |
|
2086 |
#: dashboard/settings/general.php:17
|
2087 |
msgid ""
|
2088 |
-
"Enable if your theme does not support shortcodes in the
|
2089 |
-
"widget."
|
2090 |
msgstr ""
|
2091 |
|
2092 |
#: dashboard/settings/general.php:20
|
2093 |
-
msgid "
|
2094 |
msgstr ""
|
2095 |
|
2096 |
#: dashboard/settings/general.php:21
|
2097 |
msgid ""
|
2098 |
-
"
|
2099 |
-
"
|
2100 |
msgstr ""
|
2101 |
|
2102 |
#: dashboard/settings/general.php:24
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2103 |
#, fuzzy
|
2104 |
msgid "Load jQuery"
|
2105 |
msgstr ""
|
2106 |
"Den jQuery Showoff Library (0.1.2 +) krävs för dynamiska grupper. Inaktivera "
|
2107 |
"om andra plugins eller teman redan läsa här."
|
2108 |
|
2109 |
-
#: dashboard/settings/general.php:
|
2110 |
msgid ""
|
2111 |
-
"Enable if your theme does not load jQuery. jQuery is required
|
2112 |
-
"groups, statistics and some other features."
|
2113 |
msgstr ""
|
2114 |
|
2115 |
-
#: dashboard/settings/general.php:
|
2116 |
msgid "Load scripts in footer?"
|
2117 |
msgstr ""
|
2118 |
|
2119 |
-
#: dashboard/settings/general.php:
|
2120 |
msgid ""
|
2121 |
-
"Enable if you want to load all AdRotate Javascripts in the
|
2122 |
-
"site."
|
2123 |
msgstr ""
|
2124 |
|
2125 |
-
#: dashboard/settings/general.php:
|
2126 |
msgid "Adblock disguise"
|
2127 |
msgstr ""
|
2128 |
|
2129 |
-
#: dashboard/settings/general.php:
|
2130 |
msgid "Leave empty to disable. Use only lowercaps letters. For example:"
|
2131 |
msgstr ""
|
2132 |
|
2133 |
-
#: dashboard/settings/general.php:
|
2134 |
msgid ""
|
2135 |
"Try and avoid adblock plugins in most modern browsers when using shortcodes."
|
2136 |
msgstr ""
|
2137 |
|
2138 |
-
#: dashboard/settings/general.php:
|
2139 |
msgid ""
|
2140 |
"To also apply this feature to widgets, use a text widget with a shortcode "
|
2141 |
"instead of the AdRotate widget."
|
2142 |
msgstr ""
|
2143 |
|
2144 |
-
#: dashboard/settings/general.php:
|
2145 |
msgid ""
|
2146 |
"Avoid the use of obvious keywords or filenames in your adverts or this "
|
2147 |
"feature will have little effect!"
|
2148 |
msgstr ""
|
2149 |
|
2150 |
-
#: dashboard/settings/general.php:
|
2151 |
msgid "Banner Folder"
|
2152 |
msgstr "Banner Folder"
|
2153 |
|
2154 |
-
#: dashboard/settings/general.php:
|
2155 |
#, fuzzy
|
2156 |
msgid "Set a location where your banner images will be stored."
|
2157 |
msgstr ""
|
2158 |
"Ange en plats där din banner bilder lagras. (Standard: / wp-content/"
|
2159 |
"banners /)."
|
2160 |
|
2161 |
-
#: dashboard/settings/general.php:
|
2162 |
#, fuzzy
|
2163 |
msgid "Location"
|
2164 |
msgstr "Geo Location"
|
2165 |
|
2166 |
-
#: dashboard/settings/general.php:
|
2167 |
#, fuzzy
|
2168 |
msgid "(Default: wp-content/banners/)."
|
2169 |
msgstr ""
|
2170 |
"Ange en plats där din banner bilder lagras. (Standard: / wp-content/"
|
2171 |
"banners /)."
|
2172 |
|
2173 |
-
#: dashboard/settings/general.php:
|
2174 |
msgid ""
|
2175 |
"To try and trick ad blockers you could set the folder to something crazy "
|
2176 |
"like:"
|
@@ -2178,7 +2186,7 @@ msgstr ""
|
|
2178 |
"Att försöka lura annons blockerare som du kan ställa in mappen till något "
|
2179 |
"galet som:"
|
2180 |
|
2181 |
-
#: dashboard/settings/general.php:
|
2182 |
msgid ""
|
2183 |
"This folder will not be automatically created if it doesn't exist. AdRotate "
|
2184 |
"will show errors when the folder is missing."
|
@@ -2186,48 +2194,48 @@ msgstr ""
|
|
2186 |
"Denna mapp kommer inte automatiskt att skapas om den inte existerar. "
|
2187 |
"AdRotate visar fel när mappen saknas."
|
2188 |
|
2189 |
-
#: dashboard/settings/general.php:
|
2190 |
#, fuzzy
|
2191 |
msgid "Bot filter"
|
2192 |
msgstr "User-Agent Filter"
|
2193 |
|
2194 |
-
#: dashboard/settings/general.php:
|
2195 |
msgid "The bot filter is used for the AdRotate stats tracker."
|
2196 |
msgstr ""
|
2197 |
|
2198 |
-
#: dashboard/settings/general.php:
|
2199 |
msgid "User-Agent Filter"
|
2200 |
msgstr "User-Agent Filter"
|
2201 |
|
2202 |
-
#: dashboard/settings/general.php:
|
2203 |
msgid ""
|
2204 |
"A comma separated list of keywords. Filter out bots/crawlers/user-agents."
|
2205 |
msgstr ""
|
2206 |
|
2207 |
-
#: dashboard/settings/general.php:
|
2208 |
msgid ""
|
2209 |
"Keep in mind that this might give false positives. The word 'fire' also "
|
2210 |
"matches 'firefox', but not vice-versa. So be careful!"
|
2211 |
msgstr ""
|
2212 |
|
2213 |
-
#: dashboard/settings/general.php:
|
2214 |
msgid ""
|
2215 |
"Only words with alphanumeric characters and [ - _ ] are allowed. All other "
|
2216 |
"characters are stripped out."
|
2217 |
msgstr ""
|
2218 |
|
2219 |
-
#: dashboard/settings/general.php:
|
2220 |
msgid ""
|
2221 |
"Additionally to the list specified here, empty User-Agents are blocked as "
|
2222 |
"well."
|
2223 |
msgstr ""
|
2224 |
"Ytterligare till listan anges här, tomma user-agents blockerades också."
|
2225 |
|
2226 |
-
#: dashboard/settings/general.php:
|
2227 |
msgid "Learn more about"
|
2228 |
msgstr "Läs mer om"
|
2229 |
|
2230 |
-
#: dashboard/settings/general.php:
|
2231 |
msgid "user-agents"
|
2232 |
msgstr "user-agents"
|
2233 |
|
@@ -2900,6 +2908,10 @@ msgid ""
|
|
2900 |
msgstr ""
|
2901 |
"Detta nummer kan inte vara tom, negativa eller överstiga 3600 (1 timme)."
|
2902 |
|
|
|
|
|
|
|
|
|
2903 |
#~ msgid "Find out more"
|
2904 |
#~ msgstr "Läs mer"
|
2905 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: AdRotate\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-12-05 00:43+0800\n"
|
6 |
+
"PO-Revision-Date: 2015-12-05 00:43+0800\n"
|
7 |
"Last-Translator: Arnan de Gans <info@ajdg.net>\n"
|
8 |
"Language-Team: Arnan de Gans from AJdG Solutions <info@adrotateplugin.com>\n"
|
9 |
"Language: sv_SE\n"
|
116 |
msgid "Unexpected error"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: adrotate-manage-publisher.php:709
|
120 |
msgid "AdRotate Advertiser"
|
121 |
msgstr ""
|
122 |
|
123 |
+
#: adrotate-output.php:637
|
124 |
msgid "Oh no! Something went wrong!"
|
125 |
msgstr "Åh nej! Något gick fel!"
|
126 |
|
127 |
+
#: adrotate-output.php:638
|
128 |
msgid ""
|
129 |
"WordPress was unable to verify the authenticity of the url you have clicked. "
|
130 |
"Verify if the url used is valid or log in via your browser."
|
133 |
"klickat. Kontrollera att webbadressen som används är giltigt eller logga in "
|
134 |
"via webbläsaren."
|
135 |
|
136 |
+
#: adrotate-output.php:639
|
137 |
msgid ""
|
138 |
"If you have received the url you want to visit via email, you are being "
|
139 |
"tricked!"
|
140 |
msgstr ""
|
141 |
"Om du har fått webbadressen du vill besöka via e-post, är du bli lurad!"
|
142 |
|
143 |
+
#: adrotate-output.php:640
|
144 |
msgid "Contact support if the issue persists:"
|
145 |
msgstr "Kontakta support om problemet kvarstår:"
|
146 |
|
147 |
+
#: adrotate-output.php:658
|
148 |
msgid ""
|
149 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
150 |
"restrictions or does not exist!"
|
152 |
"Fel, Annonsen är inte tillgänglig just nu på grund av schema / "
|
153 |
"geolokalisering restriktioner eller finns inte!"
|
154 |
|
155 |
+
#: adrotate-output.php:660
|
156 |
msgid ""
|
157 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
158 |
"restrictions!"
|
160 |
"Fel, Annonsen är inte tillgänglig just nu på grund av schema / "
|
161 |
"geolokalisering begränsningar!"
|
162 |
|
163 |
+
#: adrotate-output.php:667 adrotate-output.php:669
|
164 |
msgid ""
|
165 |
"Either there are no banners, they are disabled or none qualified for this "
|
166 |
"location!"
|
168 |
"Antingen finns det inga banderoller, de har inaktiverats eller inga "
|
169 |
"kvalificerade för den här platsen!"
|
170 |
|
171 |
+
#: adrotate-output.php:675
|
172 |
msgid "Error, no Ad ID set! Check your syntax!"
|
173 |
msgstr "Fel, ingen annons ID set! Kontrollera din syntax!"
|
174 |
|
175 |
+
#: adrotate-output.php:681
|
176 |
msgid "Error, no group ID set! Check your syntax!"
|
177 |
msgstr "Fel, ingen grupp-ID satt! Kontrollera din syntax!"
|
178 |
|
179 |
+
#: adrotate-output.php:686
|
180 |
msgid "Error, group does not exist! Check your syntax!"
|
181 |
msgstr "Fel, gruppen existerar inte! Kontrollera din syntax!"
|
182 |
|
183 |
+
#: adrotate-output.php:692
|
184 |
msgid ""
|
185 |
"There was an error locating the database tables for AdRotate. Please "
|
186 |
"deactivate and re-activate AdRotate from the plugin page!!"
|
188 |
"Det uppstod ett fel lokalisera databastabeller för AdRotate. Vänligen "
|
189 |
"avaktivera och återaktivera AdRotate från plugin sidan!"
|
190 |
|
191 |
+
#: adrotate-output.php:692
|
192 |
msgid "If this does not solve the issue please seek support at"
|
193 |
msgstr "Om detta inte löser problemet vänligen söka stöd hos"
|
194 |
|
195 |
+
#: adrotate-output.php:698
|
196 |
msgid "An unknown error occured."
|
197 |
msgstr "Ett okänt fel uppstod."
|
198 |
|
199 |
+
#: adrotate-output.php:723
|
200 |
msgid "active ad(s) expired."
|
201 |
msgstr "aktiv annons (er) gått ut."
|
202 |
|
203 |
+
#: adrotate-output.php:723
|
204 |
msgid "Take action now"
|
205 |
msgstr "Agera nu"
|
206 |
|
207 |
+
#: adrotate-output.php:725
|
208 |
msgid "active ad(s) are about to expire."
|
209 |
msgstr "aktiv annons(er) är på väg att löpa ut."
|
210 |
|
211 |
+
#: adrotate-output.php:725
|
212 |
msgid "Check it out"
|
213 |
msgstr "Kolla in det"
|
214 |
|
215 |
+
#: adrotate-output.php:727
|
216 |
msgid "active ad(s) with configuration errors."
|
217 |
msgstr "aktiv annons(er) med konfigurationsfel."
|
218 |
|
219 |
+
#: adrotate-output.php:727
|
220 |
msgid "Solve this"
|
221 |
msgstr "Lös det här"
|
222 |
|
223 |
+
#: adrotate-output.php:729
|
224 |
msgid "ad(s) expired."
|
225 |
msgstr "annons(er) gått ut."
|
226 |
|
227 |
+
#: adrotate-output.php:729
|
228 |
msgid "ad(s) are about to expire."
|
229 |
msgstr "annons(er) är på väg att löpa ut."
|
230 |
|
231 |
+
#: adrotate-output.php:729
|
232 |
msgid "ad(s) with configuration errors."
|
233 |
msgstr "annons (er) med konfigurationsfel."
|
234 |
|
235 |
+
#: adrotate-output.php:729
|
236 |
msgid "Fix this as soon as possible"
|
237 |
msgstr "Lös det här så fort som möjligt"
|
238 |
|
239 |
+
#: adrotate-output.php:741 dashboard/adrotatepro.php:106
|
240 |
+
#: dashboard/adrotatepro.php:107 dashboard/adrotatepro.php:108
|
241 |
+
#: dashboard/adrotatepro.php:109 dashboard/adrotatepro.php:118
|
242 |
+
#: dashboard/adrotatepro.php:119 dashboard/adrotatepro.php:120
|
243 |
+
#: dashboard/adrotatepro.php:121 dashboard/info.php:114 dashboard/info.php:115
|
244 |
+
#: dashboard/info.php:116 dashboard/info.php:117 dashboard/info.php:126
|
245 |
+
#: dashboard/info.php:127 dashboard/info.php:128 dashboard/info.php:129
|
246 |
#: dashboard/settings/geotargeting.php:26
|
247 |
#, fuzzy
|
248 |
msgid "Buy now"
|
249 |
msgstr "Köp nu"
|
250 |
|
251 |
+
#: adrotate-output.php:742
|
252 |
msgid ""
|
253 |
"You've been using <strong>AdRotate</strong> for a while now. Why not upgrade "
|
254 |
"to the <strong>PRO</strong> version"
|
255 |
msgstr ""
|
256 |
|
257 |
+
#: adrotate-output.php:742
|
258 |
#, php-format
|
259 |
msgid ""
|
260 |
"Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
|
261 |
msgstr ""
|
262 |
|
263 |
+
#: adrotate-output.php:742
|
264 |
msgid "Thank you for your purchase!"
|
265 |
msgstr ""
|
266 |
|
267 |
+
#: adrotate-output.php:786
|
268 |
msgid ""
|
269 |
"Welcome, and thanks for using AdRotate. Everything related to AdRotate is in "
|
270 |
"this menu. Check out the"
|
271 |
msgstr ""
|
272 |
|
273 |
+
#: adrotate-output.php:786
|
274 |
msgid "manuals"
|
275 |
msgstr "manual"
|
276 |
|
277 |
+
#: adrotate-output.php:786 adrotate-output.php:859
|
278 |
msgid "and"
|
279 |
msgstr ""
|
280 |
|
281 |
+
#: adrotate-output.php:786
|
282 |
msgid "forums"
|
283 |
msgstr ""
|
284 |
|
285 |
+
#: adrotate-output.php:819
|
286 |
#, fuzzy
|
287 |
msgid "Useful Links"
|
288 |
msgstr "Nyttiga länkar"
|
289 |
|
290 |
+
#: adrotate-output.php:820
|
291 |
msgid "Useful links to learn more about AdRotate"
|
292 |
msgstr ""
|
293 |
|
294 |
+
#: adrotate-output.php:822
|
295 |
+
msgid "AdRotate website"
|
296 |
+
msgstr ""
|
|
|
297 |
|
298 |
+
#: adrotate-output.php:823
|
299 |
#, fuzzy
|
300 |
msgid "Getting Started With AdRotate"
|
301 |
msgstr "Få fler funktioner! Skaffa AdRotate Pro."
|
302 |
|
303 |
+
#: adrotate-output.php:824
|
304 |
#, fuzzy
|
305 |
msgid "AdRotate manuals"
|
306 |
msgstr "AdRotate Information"
|
307 |
|
308 |
+
#: adrotate-output.php:825
|
309 |
#, fuzzy
|
310 |
msgid "AdRotate Support Forum"
|
311 |
msgstr "AdRotate butik"
|
312 |
|
313 |
+
#: adrotate-output.php:851
|
314 |
#, fuzzy
|
315 |
msgid "Help AdRotate Grow"
|
316 |
msgstr "Fastnat med AdRotate? Jag hjälper!"
|
317 |
|
318 |
+
#: adrotate-output.php:852
|
319 |
msgid "Brought to you by"
|
320 |
msgstr "Presenteras av"
|
321 |
|
322 |
+
#: adrotate-output.php:859
|
323 |
msgid ""
|
324 |
"A lot of users only think to review AdRotate when something goes wrong while "
|
325 |
"thousands of people use AdRotate satisfactory. Don't let this go unnoticed."
|
326 |
msgstr ""
|
327 |
|
328 |
+
#: adrotate-output.php:859
|
329 |
msgid "If you find AdRotate useful please leave your honest"
|
330 |
msgstr ""
|
331 |
|
332 |
+
#: adrotate-output.php:859
|
333 |
msgid "rating"
|
334 |
msgstr ""
|
335 |
|
336 |
+
#: adrotate-output.php:859
|
337 |
#, fuzzy
|
338 |
msgid "review"
|
339 |
msgstr "Betygsätt och omdöme"
|
340 |
|
341 |
+
#: adrotate-output.php:859
|
342 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
343 |
msgstr ""
|
344 |
|
345 |
+
#: adrotate-output.php:891
|
346 |
msgid "Available in AdRotate Pro"
|
347 |
msgstr "Tillgänglig i AdRotate Pro"
|
348 |
|
349 |
+
#: adrotate-output.php:891
|
350 |
#, fuzzy
|
351 |
msgid "More information..."
|
352 |
msgstr "Mer info"
|
353 |
|
354 |
+
#: adrotate-output.php:892
|
355 |
msgid "This feature is available in AdRotate Pro"
|
356 |
msgstr "Den här funktionen är tillgänglig i AdRotate Pro"
|
357 |
|
358 |
+
#: adrotate-output.php:892
|
359 |
#, fuzzy
|
360 |
msgid "Learn more"
|
361 |
msgstr "Läs mer om"
|
362 |
|
363 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:220
|
364 |
+
#: dashboard/publisher/adverts-edit.php:241
|
365 |
msgid "January"
|
366 |
msgstr "Januari"
|
367 |
|
368 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:221
|
369 |
+
#: dashboard/publisher/adverts-edit.php:242
|
370 |
msgid "February"
|
371 |
msgstr "Februari"
|
372 |
|
373 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:222
|
374 |
+
#: dashboard/publisher/adverts-edit.php:243
|
375 |
msgid "March"
|
376 |
msgstr "Mars"
|
377 |
|
378 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:223
|
379 |
+
#: dashboard/publisher/adverts-edit.php:244
|
380 |
msgid "April"
|
381 |
msgstr "April"
|
382 |
|
383 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:224
|
384 |
+
#: dashboard/publisher/adverts-edit.php:245
|
385 |
msgid "May"
|
386 |
msgstr "Maj"
|
387 |
|
388 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:225
|
389 |
+
#: dashboard/publisher/adverts-edit.php:246
|
390 |
msgid "June"
|
391 |
msgstr "Juni"
|
392 |
|
393 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:226
|
394 |
+
#: dashboard/publisher/adverts-edit.php:247
|
395 |
msgid "July"
|
396 |
msgstr "Juli"
|
397 |
|
398 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:227
|
399 |
+
#: dashboard/publisher/adverts-edit.php:248
|
400 |
msgid "August"
|
401 |
msgstr "Augusti"
|
402 |
|
403 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:228
|
404 |
+
#: dashboard/publisher/adverts-edit.php:249
|
405 |
msgid "September"
|
406 |
msgstr "September"
|
407 |
|
408 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:229
|
409 |
+
#: dashboard/publisher/adverts-edit.php:250
|
410 |
msgid "October"
|
411 |
msgstr "Oktober"
|
412 |
|
413 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:230
|
414 |
+
#: dashboard/publisher/adverts-edit.php:251
|
415 |
msgid "November"
|
416 |
msgstr "November"
|
417 |
|
418 |
+
#: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:231
|
419 |
+
#: dashboard/publisher/adverts-edit.php:252
|
420 |
msgid "December"
|
421 |
msgstr "December"
|
422 |
|
549 |
"AdRotate Pro."
|
550 |
msgstr "Den här funktionen är tillgänglig i AdRotate Pro"
|
551 |
|
552 |
+
#: adrotate.php:409 adrotate.php:496 dashboard/publisher/adverts-edit.php:188
|
553 |
#: dashboard/publisher/adverts-main.php:114
|
554 |
#: dashboard/publisher/groups-edit.php:75
|
555 |
#: dashboard/publisher/groups-main.php:89
|
589 |
msgid "End"
|
590 |
msgstr "Avsluta tid (hh: mm):"
|
591 |
|
592 |
+
#: adrotate.php:428 dashboard/publisher/adverts-edit.php:397
|
593 |
#: dashboard/publisher/groups-main.php:34
|
594 |
msgid "Ads"
|
595 |
msgstr "Annonser"
|
686 |
"\"imagename.full.ext\". A full set of sized images is strongly recommended."
|
687 |
msgstr ""
|
688 |
|
689 |
+
#: adrotate.php:503 dashboard/publisher/adverts-edit.php:311
|
690 |
msgid ""
|
691 |
"For smaller size images use \".320\", \".480\", \".768\" or \".1024\" in the "
|
692 |
"filename instead of \".full\" for the various viewports."
|
800 |
"forum. Get a solution (usually) within a day."
|
801 |
msgstr ""
|
802 |
|
803 |
+
#: dashboard/adrotatepro.php:48 dashboard/info.php:136
|
804 |
msgid "AdRotate is brought to you by"
|
805 |
msgstr "AdRotate kommer till dig genom"
|
806 |
|
807 |
+
#: dashboard/adrotatepro.php:52 dashboard/info.php:140
|
808 |
msgid ""
|
809 |
+
"Premium plugins, support and services for WordPress and WooCommerce! I am a "
|
810 |
+
"digital nomad in the Philippines. Click on my name to find out more about me "
|
811 |
+
"and what I am doing. Thanks for your support and for using my plugins!"
|
812 |
msgstr ""
|
813 |
|
814 |
+
#: dashboard/adrotatepro.php:81
|
815 |
msgid "Schedule all campaigns with ease"
|
816 |
msgstr ""
|
817 |
|
818 |
+
#: dashboard/adrotatepro.php:84
|
819 |
msgid ""
|
820 |
"Schedule your adverts and set up advertising campaigns based on dates you or "
|
821 |
"your advertisers specify without hassle. Seasonal adverts, weekly adverts. "
|
823 |
"much more easy. You can set one or many schedules for adverts."
|
824 |
msgstr ""
|
825 |
|
826 |
+
#: dashboard/adrotatepro.php:88
|
827 |
msgid "Avoid adblockers"
|
828 |
msgstr ""
|
829 |
|
830 |
+
#: dashboard/adrotatepro.php:91
|
831 |
msgid ""
|
832 |
"Try and avoid adblockers so you adverts get the exposure you want them to "
|
833 |
"have. AdRotate Pro offers some advanced tools to deceive adblockers so your "
|
835 |
"adverts smartly so these features reach their full potential!"
|
836 |
msgstr ""
|
837 |
|
838 |
+
#: dashboard/adrotatepro.php:95
|
839 |
msgid "Stay up-to-date with notifications"
|
840 |
msgstr ""
|
841 |
|
842 |
+
#: dashboard/adrotatepro.php:98
|
843 |
msgid ""
|
844 |
"Stay in touch with Email notifications. Have AdRotate send you an alert when "
|
845 |
"adverts expire or need your attention. Additionally, you can have AdRotate "
|
848 |
"miss an expiration date again."
|
849 |
msgstr ""
|
850 |
|
851 |
+
#: dashboard/adrotatepro.php:102 dashboard/adrotatepro.php:114
|
852 |
+
#: dashboard/info.php:110 dashboard/info.php:122
|
853 |
#, fuzzy
|
854 |
msgid "Buy AdRotate Professional"
|
855 |
msgstr "Köp nu"
|
856 |
|
857 |
+
#: dashboard/adrotatepro.php:106 dashboard/info.php:114
|
858 |
msgid "Single License"
|
859 |
msgstr ""
|
860 |
|
861 |
+
#: dashboard/adrotatepro.php:106 dashboard/info.php:114
|
862 |
#, fuzzy
|
863 |
msgid "For one WordPress installation."
|
864 |
msgstr "Installation"
|
865 |
|
866 |
+
#: dashboard/adrotatepro.php:107 dashboard/adrotatepro.php:119
|
867 |
+
#: dashboard/info.php:115 dashboard/info.php:127
|
868 |
#, fuzzy
|
869 |
msgid "Duo License"
|
870 |
msgstr "AdRotate Licens"
|
871 |
|
872 |
+
#: dashboard/adrotatepro.php:107 dashboard/info.php:115
|
873 |
#, fuzzy
|
874 |
msgid "For two WordPress installations."
|
875 |
msgstr "Installation"
|
876 |
|
877 |
+
#: dashboard/adrotatepro.php:108 dashboard/adrotatepro.php:120
|
878 |
+
#: dashboard/info.php:116 dashboard/info.php:128
|
879 |
#, fuzzy
|
880 |
msgid "Multi License"
|
881 |
msgstr "AdRotate Licens"
|
882 |
|
883 |
+
#: dashboard/adrotatepro.php:108 dashboard/info.php:116
|
884 |
#, fuzzy
|
885 |
msgid " For up to five WordPress installations."
|
886 |
msgstr "Installation"
|
887 |
|
888 |
+
#: dashboard/adrotatepro.php:109 dashboard/adrotatepro.php:121
|
889 |
+
#: dashboard/info.php:117 dashboard/info.php:129
|
890 |
#, fuzzy
|
891 |
msgid "Developer License"
|
892 |
msgstr "Utvecklar Debug"
|
893 |
|
894 |
+
#: dashboard/adrotatepro.php:109 dashboard/info.php:117
|
895 |
msgid "Unlimited WordPress installations and/or networks."
|
896 |
msgstr ""
|
897 |
|
898 |
+
#: dashboard/adrotatepro.php:110 dashboard/adrotatepro.php:123
|
899 |
+
#: dashboard/info.php:118 dashboard/info.php:131
|
900 |
msgid "Compare licenses"
|
901 |
msgstr ""
|
902 |
|
903 |
+
#: dashboard/adrotatepro.php:110 dashboard/info.php:118
|
904 |
msgid "Not sure which license is for you? Compare them..."
|
905 |
msgstr ""
|
906 |
|
907 |
+
#: dashboard/adrotatepro.php:110 dashboard/info.php:118
|
908 |
msgid "All Licenses"
|
909 |
msgstr ""
|
910 |
|
911 |
+
#: dashboard/adrotatepro.php:118 dashboard/info.php:126
|
912 |
msgid "Lifetime License"
|
913 |
msgstr ""
|
914 |
|
915 |
+
#: dashboard/adrotatepro.php:118 dashboard/info.php:126
|
916 |
msgid "Single installation."
|
917 |
msgstr ""
|
918 |
|
919 |
+
#: dashboard/adrotatepro.php:119 dashboard/info.php:127
|
920 |
msgid "Up to 2 installations."
|
921 |
msgstr ""
|
922 |
|
923 |
+
#: dashboard/adrotatepro.php:120 dashboard/info.php:128
|
924 |
msgid "Up to 10 installations."
|
925 |
msgstr ""
|
926 |
|
927 |
+
#: dashboard/adrotatepro.php:121 dashboard/info.php:129
|
928 |
msgid "Up to 25 installations or multisite networks."
|
929 |
msgstr ""
|
930 |
|
931 |
+
#: dashboard/adrotatepro.php:122 dashboard/info.php:130
|
932 |
msgid ""
|
933 |
"Subscriptions get 1 year access to updates, email support & AdRotate Geo."
|
934 |
msgstr ""
|
935 |
|
936 |
+
#: dashboard/adrotatepro.php:123 dashboard/info.php:131
|
937 |
msgid "Not sure which license is for you?"
|
938 |
msgstr ""
|
939 |
|
940 |
+
#: dashboard/adrotatepro.php:123 dashboard/info.php:131
|
941 |
msgid "Compare Licenses"
|
942 |
msgstr ""
|
943 |
|
974 |
msgstr "Support AdRotate"
|
975 |
|
976 |
#: dashboard/info.php:55
|
977 |
+
msgid ""
|
978 |
+
"Your donation helps to improve AdRotate. Consider writing a review if you "
|
979 |
+
"like AdRotate. Also follow my Facebook page and twitter. Thank you!"
|
|
|
|
|
980 |
msgstr ""
|
981 |
|
982 |
+
#: dashboard/info.php:81
|
983 |
msgid "AdRotate News and Developer Blog"
|
984 |
msgstr "AdRotate Nyheter och Utvecklar Blog"
|
985 |
|
986 |
+
#: dashboard/info.php:103
|
987 |
#, fuzzy
|
988 |
msgid "Get more features with AdRotate Pro"
|
989 |
msgstr "Få fler funktioner! Skaffa AdRotate Pro."
|
990 |
|
991 |
+
#: dashboard/info.php:106
|
992 |
msgid ""
|
993 |
"Benefit from extra features to reinforce your income with advertising "
|
994 |
"campaigns. Make the most of your website with the powerful tools AdRotate "
|
995 |
"Pro offers on top of the trusted features included in the free version."
|
996 |
msgstr ""
|
997 |
|
998 |
+
#: dashboard/info.php:106
|
999 |
msgid "Want to know more about"
|
1000 |
msgstr ""
|
1001 |
|
1002 |
+
#: dashboard/info.php:106
|
1003 |
msgid "Visit the"
|
1004 |
msgstr "Besök"
|
1005 |
|
1006 |
+
#: dashboard/info.php:106
|
1007 |
msgid "website"
|
1008 |
msgstr "hemsida"
|
1009 |
|
1012 |
msgstr "Inaktivera annonser"
|
1013 |
|
1014 |
#: dashboard/publisher/adverts-disabled.php:21
|
1015 |
+
#: dashboard/publisher/adverts-edit.php:176
|
1016 |
msgid "Activate"
|
1017 |
msgstr "Aktivera"
|
1018 |
|
1033 |
"timmar. 14:00 är 14:00. 06:00 är 6:00 timmar."
|
1034 |
|
1035 |
#: dashboard/publisher/adverts-disabled.php:37
|
1036 |
+
#: dashboard/publisher/adverts-edit.php:116
|
1037 |
#: dashboard/publisher/adverts-error.php:41
|
1038 |
#: dashboard/publisher/adverts-main.php:41
|
1039 |
msgid "Title"
|
1138 |
msgid "This ad has been disabled and does not rotate on your site!"
|
1139 |
msgstr "Den här annonsen har inaktiverats och inte roterar på din webbplats!"
|
1140 |
|
1141 |
+
#: dashboard/publisher/adverts-edit.php:108
|
1142 |
msgid "New Advert"
|
1143 |
msgstr "Ny annons"
|
1144 |
|
1145 |
+
#: dashboard/publisher/adverts-edit.php:110
|
1146 |
msgid "Edit Advert"
|
1147 |
msgstr "Redigera annons"
|
1148 |
|
1149 |
+
#: dashboard/publisher/adverts-edit.php:122
|
1150 |
msgid "AdCode"
|
1151 |
msgstr ""
|
1152 |
|
1153 |
+
#: dashboard/publisher/adverts-edit.php:127
|
1154 |
msgid "Basic Examples:"
|
1155 |
msgstr "Grundläggande Exempel:"
|
1156 |
|
1157 |
+
#: dashboard/publisher/adverts-edit.php:134
|
1158 |
msgid "Useful tags"
|
1159 |
msgstr ""
|
1160 |
|
1161 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1162 |
msgid "Insert the advert ID Number."
|
1163 |
msgstr ""
|
1164 |
|
1165 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1166 |
msgid "Required when selecting a image below."
|
1167 |
msgstr ""
|
1168 |
|
1169 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1170 |
msgid "Insert the advert name."
|
1171 |
msgstr ""
|
1172 |
|
1173 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1174 |
msgid "Insert a random seed. Useful for DFP/DoubleClick type adverts."
|
1175 |
msgstr ""
|
1176 |
|
1177 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1178 |
msgid "Add inside the <a> tag to open advert in a new window."
|
1179 |
msgstr ""
|
1180 |
|
1181 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1182 |
msgid "Add inside the <a> tag to tell crawlers to ignore this link"
|
1183 |
msgstr ""
|
1184 |
|
1185 |
+
#: dashboard/publisher/adverts-edit.php:136
|
1186 |
msgid ""
|
1187 |
"Place the cursor in your AdCode where you want to add any of these tags and "
|
1188 |
"click to add it."
|
1189 |
msgstr ""
|
1190 |
|
1191 |
+
#: dashboard/publisher/adverts-edit.php:141
|
1192 |
msgid "Preview"
|
1193 |
msgstr "Förhandsgranska"
|
1194 |
|
1195 |
+
#: dashboard/publisher/adverts-edit.php:144
|
1196 |
msgid ""
|
1197 |
"Note: While this preview is an accurate one, it might look different then it "
|
1198 |
"does on the website."
|
1200 |
"OBS: Även förhandsvisningen är en riktig en, kan det se annorlunda ut då den "
|
1201 |
"gör på webbplatsen."
|
1202 |
|
1203 |
+
#: dashboard/publisher/adverts-edit.php:145
|
1204 |
msgid ""
|
1205 |
"This is because of CSS differences. Your themes CSS file is not active here!"
|
1206 |
msgstr ""
|
1207 |
"Detta är på grund av CSS skillnader. Ditt teman CSS-fil är inte aktiv här!"
|
1208 |
|
1209 |
+
#: dashboard/publisher/adverts-edit.php:150
|
1210 |
msgid "Banner asset"
|
1211 |
msgstr ""
|
1212 |
|
1213 |
+
#: dashboard/publisher/adverts-edit.php:153
|
1214 |
msgid "WordPress media:"
|
1215 |
msgstr ""
|
1216 |
|
1217 |
+
#: dashboard/publisher/adverts-edit.php:153
|
1218 |
msgid "Select Banner"
|
1219 |
msgstr "Välj Banner"
|
1220 |
|
1221 |
+
#: dashboard/publisher/adverts-edit.php:155
|
1222 |
msgid "- OR -"
|
1223 |
msgstr "- ELLER -"
|
1224 |
|
1225 |
+
#: dashboard/publisher/adverts-edit.php:157
|
1226 |
msgid "Banner folder:"
|
1227 |
msgstr "Banner folder:"
|
1228 |
|
1229 |
+
#: dashboard/publisher/adverts-edit.php:158
|
1230 |
msgid "No image selected"
|
1231 |
msgstr "Ingen bild vald"
|
1232 |
|
1233 |
+
#: dashboard/publisher/adverts-edit.php:162
|
1234 |
msgid "Use %image% in the adcode instead of the file path."
|
1235 |
msgstr ""
|
1236 |
|
1237 |
+
#: dashboard/publisher/adverts-edit.php:162
|
1238 |
msgid ""
|
1239 |
"Use either the text field or the dropdown. If the textfield has content that "
|
1240 |
"field has priority."
|
1242 |
"Använd antingen textfältet eller listrutan. Om textfältet har innehåll som "
|
1243 |
"området har företräde."
|
1244 |
|
1245 |
+
#: dashboard/publisher/adverts-edit.php:167
|
1246 |
#: dashboard/settings/statistics.php:12
|
1247 |
msgid "Statistics"
|
1248 |
msgstr "Statistik"
|
1249 |
|
1250 |
+
#: dashboard/publisher/adverts-edit.php:169
|
1251 |
msgid "Enable click and impression tracking for this advert."
|
1252 |
msgstr ""
|
1253 |
|
1254 |
+
#: dashboard/publisher/adverts-edit.php:170
|
1255 |
msgid ""
|
1256 |
"Note: Clicktracking does not work for Javascript adverts such as those "
|
1257 |
"provided by Google AdSense/DFP/DoubleClick. HTML5/Flash adverts are not "
|
1258 |
"always supported."
|
1259 |
msgstr ""
|
1260 |
|
1261 |
+
#: dashboard/publisher/adverts-edit.php:180
|
1262 |
msgid "Yes, this ad will be used"
|
1263 |
msgstr "Ja, kommer denna annons att användas"
|
1264 |
|
1265 |
+
#: dashboard/publisher/adverts-edit.php:181
|
1266 |
msgid "No, do not show this ad anywhere"
|
1267 |
msgstr "Nej, inte visa denna annons någonstans"
|
1268 |
|
1269 |
+
#: dashboard/publisher/adverts-edit.php:188
|
1270 |
#: dashboard/publisher/adverts-main.php:114
|
1271 |
#: dashboard/publisher/groups-edit.php:75
|
1272 |
#: dashboard/publisher/groups-main.php:89
|
1274 |
msgid "Get more features with AdRotate Pro."
|
1275 |
msgstr "Få fler funktioner! Skaffa AdRotate Pro."
|
1276 |
|
1277 |
+
#: dashboard/publisher/adverts-edit.php:191
|
1278 |
+
#: dashboard/publisher/adverts-edit.php:291
|
1279 |
+
#: dashboard/publisher/adverts-edit.php:386
|
1280 |
+
#: dashboard/publisher/adverts-edit.php:427
|
1281 |
+
msgid "Save Advert"
|
1282 |
+
msgstr "Spara annons"
|
1283 |
+
|
1284 |
#: dashboard/publisher/adverts-edit.php:192
|
1285 |
#: dashboard/publisher/adverts-edit.php:292
|
1286 |
#: dashboard/publisher/adverts-edit.php:387
|
1287 |
#: dashboard/publisher/adverts-edit.php:428
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1288 |
#: dashboard/publisher/groups-edit.php:154
|
1289 |
#: dashboard/publisher/groups-edit.php:301
|
1290 |
#: dashboard/publisher/groups-edit.php:393
|
1291 |
msgid "Cancel"
|
1292 |
msgstr "Avbryt"
|
1293 |
|
1294 |
+
#: dashboard/publisher/adverts-edit.php:195
|
1295 |
+
#: dashboard/publisher/adverts-edit.php:369
|
1296 |
#: dashboard/publisher/groups-edit.php:136
|
1297 |
#: dashboard/publisher/groups-edit.php:283
|
1298 |
msgid "Usage"
|
1299 |
msgstr "Användning"
|
1300 |
|
1301 |
+
#: dashboard/publisher/adverts-edit.php:199
|
1302 |
+
#: dashboard/publisher/adverts-edit.php:373
|
1303 |
#: dashboard/publisher/groups-edit.php:140
|
1304 |
#: dashboard/publisher/groups-edit.php:287
|
1305 |
msgid "Widget"
|
1306 |
msgstr ""
|
1307 |
|
1308 |
+
#: dashboard/publisher/adverts-edit.php:200
|
1309 |
+
#: dashboard/publisher/adverts-edit.php:374
|
1310 |
msgid ""
|
1311 |
"Drag the AdRotate widget to the sidebar you want it in, select \"Single Ad\" "
|
1312 |
"and enter ID"
|
1313 |
msgstr ""
|
1314 |
|
1315 |
+
#: dashboard/publisher/adverts-edit.php:203
|
1316 |
+
#: dashboard/publisher/adverts-edit.php:377
|
1317 |
#: dashboard/publisher/groups-edit.php:144
|
1318 |
#: dashboard/publisher/groups-edit.php:291
|
1319 |
msgid "In a post or page"
|
1320 |
msgstr ""
|
1321 |
|
1322 |
+
#: dashboard/publisher/adverts-edit.php:205
|
1323 |
+
#: dashboard/publisher/adverts-edit.php:379
|
1324 |
#: dashboard/publisher/groups-edit.php:146
|
1325 |
#: dashboard/publisher/groups-edit.php:293
|
1326 |
msgid "Directly in a theme"
|
1327 |
msgstr ""
|
1328 |
|
1329 |
+
#: dashboard/publisher/adverts-edit.php:211
|
1330 |
msgid "Schedule your advert"
|
1331 |
msgstr ""
|
1332 |
|
1333 |
+
#: dashboard/publisher/adverts-edit.php:215
|
1334 |
msgid "Start date (day/month/year)"
|
1335 |
msgstr ""
|
1336 |
|
1337 |
+
#: dashboard/publisher/adverts-edit.php:236
|
1338 |
msgid "End date (day/month/year)"
|
1339 |
msgstr ""
|
1340 |
|
1341 |
+
#: dashboard/publisher/adverts-edit.php:259
|
1342 |
msgid "Start time (hh:mm)"
|
1343 |
msgstr ""
|
1344 |
|
1345 |
+
#: dashboard/publisher/adverts-edit.php:266
|
1346 |
msgid "End time (hh:mm)"
|
1347 |
msgstr ""
|
1348 |
|
1349 |
+
#: dashboard/publisher/adverts-edit.php:276
|
1350 |
msgid "Maximum Clicks"
|
1351 |
msgstr ""
|
1352 |
|
1353 |
+
#: dashboard/publisher/adverts-edit.php:277
|
1354 |
+
#: dashboard/publisher/adverts-edit.php:279
|
1355 |
msgid "Leave empty or 0 to skip this."
|
1356 |
msgstr "Lämna tomt eller 0 för att hoppa över detta."
|
1357 |
|
1358 |
+
#: dashboard/publisher/adverts-edit.php:278
|
1359 |
msgid "Maximum Impressions"
|
1360 |
msgstr ""
|
1361 |
|
1362 |
+
#: dashboard/publisher/adverts-edit.php:283
|
1363 |
msgid "Important"
|
1364 |
msgstr ""
|
1365 |
|
1366 |
+
#: dashboard/publisher/adverts-edit.php:284
|
1367 |
msgid ""
|
1368 |
"Note: Time uses a 24 hour clock. When you are used to the AM/PM system keep "
|
1369 |
"this in mind: If the start or end time is after lunch, add 12 hours. 2PM is "
|
1370 |
"14:00 hours. 6AM is 6:00 hours."
|
1371 |
msgstr ""
|
1372 |
|
1373 |
+
#: dashboard/publisher/adverts-edit.php:288
|
1374 |
msgid ""
|
1375 |
"Create multiple and more advanced schedules for each advert with AdRotate "
|
1376 |
"Pro."
|
1377 |
msgstr ""
|
1378 |
|
1379 |
+
#: dashboard/publisher/adverts-edit.php:288
|
1380 |
+
#: dashboard/publisher/adverts-edit.php:323
|
1381 |
+
#: dashboard/publisher/adverts-edit.php:367
|
1382 |
#: dashboard/publisher/groups-edit.php:200
|
1383 |
#, fuzzy
|
1384 |
msgid "Upgrade today"
|
1385 |
msgstr "i dag"
|
1386 |
|
1387 |
+
#: dashboard/publisher/adverts-edit.php:295
|
1388 |
#: dashboard/publisher/groups-edit.php:157
|
1389 |
msgid "Advanced"
|
1390 |
msgstr "Utökad"
|
1391 |
|
1392 |
+
#: dashboard/publisher/adverts-edit.php:296
|
1393 |
msgid "Everything below is optional."
|
1394 |
msgstr "Allt nedan är frivillig."
|
1395 |
|
1396 |
+
#: dashboard/publisher/adverts-edit.php:300
|
1397 |
msgid "Mobile"
|
1398 |
msgstr ""
|
1399 |
|
1400 |
+
#: dashboard/publisher/adverts-edit.php:302
|
1401 |
msgid "Show on;"
|
1402 |
msgstr ""
|
1403 |
|
1404 |
+
#: dashboard/publisher/adverts-edit.php:302
|
1405 |
msgid "Computers"
|
1406 |
msgstr ""
|
1407 |
|
1408 |
+
#: dashboard/publisher/adverts-edit.php:302
|
1409 |
msgid "Smartphones"
|
1410 |
msgstr ""
|
1411 |
|
1412 |
+
#: dashboard/publisher/adverts-edit.php:302
|
1413 |
msgid "Tablets."
|
1414 |
msgstr ""
|
1415 |
|
1416 |
+
#: dashboard/publisher/adverts-edit.php:303
|
1417 |
msgid "Also enable mobile support in the group this advert goes in."
|
1418 |
msgstr ""
|
1419 |
|
1420 |
+
#: dashboard/publisher/adverts-edit.php:307
|
1421 |
msgid "Responsive"
|
1422 |
msgstr ""
|
1423 |
|
1424 |
+
#: dashboard/publisher/adverts-edit.php:309
|
1425 |
#, fuzzy
|
1426 |
msgid "Enable responsive support for this advert."
|
1427 |
msgstr "Aktivera klickspårning för denna annons."
|
1428 |
|
1429 |
+
#: dashboard/publisher/adverts-edit.php:310
|
1430 |
msgid ""
|
1431 |
"Upload your images to the banner folder and make sure the filename is in the "
|
1432 |
"following format; \"imagename.full.ext\"."
|
1433 |
msgstr ""
|
1434 |
|
1435 |
+
#: dashboard/publisher/adverts-edit.php:312
|
1436 |
#: dashboard/publisher/adverts-report.php:58
|
1437 |
#: dashboard/publisher/groups-report.php:64
|
1438 |
msgid "Note:"
|
1439 |
msgstr "Notera:"
|
1440 |
|
1441 |
+
#: dashboard/publisher/adverts-edit.php:312
|
1442 |
msgid ""
|
1443 |
"This feature will not be developed any further. Consider switching to the "
|
1444 |
"Mobile feature in AdRotate Pro as seen above!"
|
1445 |
msgstr ""
|
1446 |
|
1447 |
+
#: dashboard/publisher/adverts-edit.php:316
|
1448 |
#: dashboard/publisher/groups-edit.php:194
|
1449 |
msgid "Sortorder"
|
1450 |
msgstr ""
|
1451 |
|
1452 |
+
#: dashboard/publisher/adverts-edit.php:318
|
1453 |
#: dashboard/publisher/groups-edit.php:196
|
1454 |
msgid "For administrative purposes set a sortorder."
|
1455 |
msgstr "För administrativa ändamål sätt en sortorder."
|
1456 |
|
1457 |
+
#: dashboard/publisher/adverts-edit.php:318
|
1458 |
msgid "Leave empty or 0 to skip this. Will default to ad id."
|
1459 |
msgstr ""
|
1460 |
"Lämna tomt eller 0 för att hoppa över detta. Går automatiskt till annons-ID."
|
1461 |
|
1462 |
+
#: dashboard/publisher/adverts-edit.php:323
|
1463 |
msgid ""
|
1464 |
"With AdRotate Pro you can easily select which devices the advert should show "
|
1465 |
"on!"
|
1466 |
msgstr ""
|
1467 |
|
1468 |
+
#: dashboard/publisher/adverts-edit.php:325
|
1469 |
msgid "Geo Targeting in AdRotate Pro"
|
1470 |
msgstr ""
|
1471 |
|
1472 |
+
#: dashboard/publisher/adverts-edit.php:326
|
1473 |
msgid ""
|
1474 |
"Assign the advert to a group and enable that group to use Geo Targeting."
|
1475 |
msgstr ""
|
1476 |
|
1477 |
+
#: dashboard/publisher/adverts-edit.php:330
|
1478 |
msgid "Cities/States"
|
1479 |
msgstr ""
|
1480 |
|
1481 |
+
#: dashboard/publisher/adverts-edit.php:333
|
1482 |
msgid ""
|
1483 |
"A comma separated list of cities (or the Metro ID) and/or states (Also the "
|
1484 |
"states ISO codes are supported)"
|
1485 |
msgstr ""
|
1486 |
|
1487 |
+
#: dashboard/publisher/adverts-edit.php:333
|
1488 |
#, fuzzy
|
1489 |
msgid ""
|
1490 |
"AdRotate does not check the validity of names so make sure you spell them "
|
1493 |
"AdRotate kan inte kontrollera giltigheten av namn så se till att stava dem "
|
1494 |
"rätt!"
|
1495 |
|
1496 |
+
#: dashboard/publisher/adverts-edit.php:337
|
1497 |
msgid "Countries"
|
1498 |
msgstr ""
|
1499 |
|
1500 |
+
#: dashboard/publisher/adverts-edit.php:362
|
1501 |
#, fuzzy
|
1502 |
msgid "Select the countries you want the adverts to show in."
|
1503 |
msgstr "Välj de länder som du vill att annonser för att visa i."
|
1504 |
|
1505 |
+
#: dashboard/publisher/adverts-edit.php:362
|
1506 |
#, fuzzy
|
1507 |
msgid "Cities take priority and will be filtered first."
|
1508 |
msgstr "Städer prioriteras och kommer att filtreras först."
|
1509 |
|
1510 |
+
#: dashboard/publisher/adverts-edit.php:367
|
1511 |
msgid "Target your audience with Geo Targeting in AdRotate Pro"
|
1512 |
msgstr ""
|
1513 |
|
1514 |
+
#: dashboard/publisher/adverts-edit.php:391
|
1515 |
msgid "Select Groups"
|
1516 |
msgstr "Välj Grupper"
|
1517 |
|
1518 |
+
#: dashboard/publisher/adverts-edit.php:396
|
1519 |
msgid "ID - Name"
|
1520 |
msgstr "ID - Namn"
|
1521 |
|
1522 |
+
#: dashboard/publisher/adverts-edit.php:406
|
1523 |
#: dashboard/publisher/groups-main.php:60
|
1524 |
#: dashboard/settings/geotargeting.php:39
|
1525 |
msgid "Default"
|
1526 |
msgstr "Default"
|
1527 |
|
1528 |
+
#: dashboard/publisher/adverts-edit.php:407
|
1529 |
#: dashboard/publisher/groups-main.php:61
|
1530 |
msgid "Dynamic"
|
1531 |
msgstr "Dynamic"
|
1532 |
|
1533 |
+
#: dashboard/publisher/adverts-edit.php:407
|
1534 |
#: dashboard/publisher/groups-main.php:61
|
1535 |
#, fuzzy
|
1536 |
msgid "second rotation"
|
1537 |
msgstr "Geo Location"
|
1538 |
|
1539 |
+
#: dashboard/publisher/adverts-edit.php:408
|
1540 |
#: dashboard/publisher/groups-main.php:62
|
1541 |
msgid "Block"
|
1542 |
msgstr "Block"
|
1543 |
|
1544 |
+
#: dashboard/publisher/adverts-edit.php:408
|
1545 |
#: dashboard/publisher/groups-main.php:62
|
1546 |
#, fuzzy
|
1547 |
msgid "grid"
|
1549 |
"Gör ett rutnät för dina annonser. Fylla i 2 och 2 gör ett 2x2 rutnät. "
|
1550 |
"(Standard: 2/2)"
|
1551 |
|
1552 |
+
#: dashboard/publisher/adverts-edit.php:409
|
1553 |
#: dashboard/publisher/groups-edit.php:202
|
1554 |
#: dashboard/publisher/groups-main.php:63
|
1555 |
msgid "Post Injection"
|
1556 |
msgstr "Post injektion"
|
1557 |
|
1558 |
+
#: dashboard/publisher/adverts-edit.php:410
|
1559 |
msgid "Geolocation"
|
1560 |
msgstr "Geolocation"
|
1561 |
|
1562 |
+
#: dashboard/publisher/adverts-edit.php:416
|
1563 |
#: dashboard/publisher/groups-edit.php:61
|
1564 |
#: dashboard/publisher/groups-main.php:70
|
1565 |
msgid "Mode"
|
2078 |
msgstr ""
|
2079 |
|
2080 |
#: dashboard/settings/general.php:16
|
2081 |
+
msgid "Shortcode in widgets"
|
2082 |
msgstr ""
|
2083 |
|
2084 |
#: dashboard/settings/general.php:17
|
2085 |
msgid ""
|
2086 |
+
"Enable this option to if your theme does not support shortcodes in the "
|
2087 |
+
"WordPress text widget."
|
2088 |
msgstr ""
|
2089 |
|
2090 |
#: dashboard/settings/general.php:20
|
2091 |
+
msgid "Disable live preview"
|
2092 |
msgstr ""
|
2093 |
|
2094 |
#: dashboard/settings/general.php:21
|
2095 |
msgid ""
|
2096 |
+
"Enable this option if you have faulty adverts that overflow their designated "
|
2097 |
+
"area while creating/editing adverts."
|
2098 |
msgstr ""
|
2099 |
|
2100 |
#: dashboard/settings/general.php:24
|
2101 |
+
msgid "Disable dynamic mode"
|
2102 |
+
msgstr ""
|
2103 |
+
|
2104 |
+
#: dashboard/settings/general.php:25
|
2105 |
+
msgid ""
|
2106 |
+
"Enable this option to disable dynamic mode in groups for mobile devices if "
|
2107 |
+
"you notice skipping or jumpy content."
|
2108 |
+
msgstr ""
|
2109 |
+
|
2110 |
+
#: dashboard/settings/general.php:28
|
2111 |
#, fuzzy
|
2112 |
msgid "Load jQuery"
|
2113 |
msgstr ""
|
2114 |
"Den jQuery Showoff Library (0.1.2 +) krävs för dynamiska grupper. Inaktivera "
|
2115 |
"om andra plugins eller teman redan läsa här."
|
2116 |
|
2117 |
+
#: dashboard/settings/general.php:29
|
2118 |
msgid ""
|
2119 |
+
"Enable this option if your theme does not load jQuery. jQuery is required "
|
2120 |
+
"for dynamic groups, statistics and some other features."
|
2121 |
msgstr ""
|
2122 |
|
2123 |
+
#: dashboard/settings/general.php:32
|
2124 |
msgid "Load scripts in footer?"
|
2125 |
msgstr ""
|
2126 |
|
2127 |
+
#: dashboard/settings/general.php:33
|
2128 |
msgid ""
|
2129 |
+
"Enable this option if you want to load all AdRotate Javascripts in the "
|
2130 |
+
"footer of your site."
|
2131 |
msgstr ""
|
2132 |
|
2133 |
+
#: dashboard/settings/general.php:36
|
2134 |
msgid "Adblock disguise"
|
2135 |
msgstr ""
|
2136 |
|
2137 |
+
#: dashboard/settings/general.php:38
|
2138 |
msgid "Leave empty to disable. Use only lowercaps letters. For example:"
|
2139 |
msgstr ""
|
2140 |
|
2141 |
+
#: dashboard/settings/general.php:39
|
2142 |
msgid ""
|
2143 |
"Try and avoid adblock plugins in most modern browsers when using shortcodes."
|
2144 |
msgstr ""
|
2145 |
|
2146 |
+
#: dashboard/settings/general.php:39
|
2147 |
msgid ""
|
2148 |
"To also apply this feature to widgets, use a text widget with a shortcode "
|
2149 |
"instead of the AdRotate widget."
|
2150 |
msgstr ""
|
2151 |
|
2152 |
+
#: dashboard/settings/general.php:39
|
2153 |
msgid ""
|
2154 |
"Avoid the use of obvious keywords or filenames in your adverts or this "
|
2155 |
"feature will have little effect!"
|
2156 |
msgstr ""
|
2157 |
|
2158 |
+
#: dashboard/settings/general.php:44
|
2159 |
msgid "Banner Folder"
|
2160 |
msgstr "Banner Folder"
|
2161 |
|
2162 |
+
#: dashboard/settings/general.php:45
|
2163 |
#, fuzzy
|
2164 |
msgid "Set a location where your banner images will be stored."
|
2165 |
msgstr ""
|
2166 |
"Ange en plats där din banner bilder lagras. (Standard: / wp-content/"
|
2167 |
"banners /)."
|
2168 |
|
2169 |
+
#: dashboard/settings/general.php:48
|
2170 |
#, fuzzy
|
2171 |
msgid "Location"
|
2172 |
msgstr "Geo Location"
|
2173 |
|
2174 |
+
#: dashboard/settings/general.php:50
|
2175 |
#, fuzzy
|
2176 |
msgid "(Default: wp-content/banners/)."
|
2177 |
msgstr ""
|
2178 |
"Ange en plats där din banner bilder lagras. (Standard: / wp-content/"
|
2179 |
"banners /)."
|
2180 |
|
2181 |
+
#: dashboard/settings/general.php:51
|
2182 |
msgid ""
|
2183 |
"To try and trick ad blockers you could set the folder to something crazy "
|
2184 |
"like:"
|
2186 |
"Att försöka lura annons blockerare som du kan ställa in mappen till något "
|
2187 |
"galet som:"
|
2188 |
|
2189 |
+
#: dashboard/settings/general.php:52
|
2190 |
msgid ""
|
2191 |
"This folder will not be automatically created if it doesn't exist. AdRotate "
|
2192 |
"will show errors when the folder is missing."
|
2194 |
"Denna mapp kommer inte automatiskt att skapas om den inte existerar. "
|
2195 |
"AdRotate visar fel när mappen saknas."
|
2196 |
|
2197 |
+
#: dashboard/settings/general.php:57
|
2198 |
#, fuzzy
|
2199 |
msgid "Bot filter"
|
2200 |
msgstr "User-Agent Filter"
|
2201 |
|
2202 |
+
#: dashboard/settings/general.php:58
|
2203 |
msgid "The bot filter is used for the AdRotate stats tracker."
|
2204 |
msgstr ""
|
2205 |
|
2206 |
+
#: dashboard/settings/general.php:61
|
2207 |
msgid "User-Agent Filter"
|
2208 |
msgstr "User-Agent Filter"
|
2209 |
|
2210 |
+
#: dashboard/settings/general.php:64
|
2211 |
msgid ""
|
2212 |
"A comma separated list of keywords. Filter out bots/crawlers/user-agents."
|
2213 |
msgstr ""
|
2214 |
|
2215 |
+
#: dashboard/settings/general.php:65
|
2216 |
msgid ""
|
2217 |
"Keep in mind that this might give false positives. The word 'fire' also "
|
2218 |
"matches 'firefox', but not vice-versa. So be careful!"
|
2219 |
msgstr ""
|
2220 |
|
2221 |
+
#: dashboard/settings/general.php:66
|
2222 |
msgid ""
|
2223 |
"Only words with alphanumeric characters and [ - _ ] are allowed. All other "
|
2224 |
"characters are stripped out."
|
2225 |
msgstr ""
|
2226 |
|
2227 |
+
#: dashboard/settings/general.php:67
|
2228 |
msgid ""
|
2229 |
"Additionally to the list specified here, empty User-Agents are blocked as "
|
2230 |
"well."
|
2231 |
msgstr ""
|
2232 |
"Ytterligare till listan anges här, tomma user-agents blockerades också."
|
2233 |
|
2234 |
+
#: dashboard/settings/general.php:67
|
2235 |
msgid "Learn more about"
|
2236 |
msgstr "Läs mer om"
|
2237 |
|
2238 |
+
#: dashboard/settings/general.php:67
|
2239 |
msgid "user-agents"
|
2240 |
msgstr "user-agents"
|
2241 |
|
2908 |
msgstr ""
|
2909 |
"Detta nummer kan inte vara tom, negativa eller överstiga 3600 (1 timme)."
|
2910 |
|
2911 |
+
#, fuzzy
|
2912 |
+
#~ msgid "AdRotate Page"
|
2913 |
+
#~ msgstr "AdRotate Pro"
|
2914 |
+
|
2915 |
#~ msgid "Find out more"
|
2916 |
#~ msgstr "Läs mer"
|
2917 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://meandmymac.net/donate/?pk_campaign=adrotatefree-readme
|
|
4 |
Tags: ads, banner, commercial, admin, advertise, adrotator, plugin, random, rotator, ad, advertising, advertisement, block, blocks, advertiser, publisher, adsense, geo, geolocation, geotarget, chitika, clickbank, broadstreet, banner manager,advert manager, campaign manager, export, import, telize, maxmind, referrer, email, menu, statistics, stats, report, advert, adverts, popular, best, great, 2014, geoselect, geobytes, schedules, schedule, monetize, header, widget, javascript, jquery, tracking, clicks, impressions, rotate, zone, zones, sidebar, footer, content, posts, pages, 2015
|
5 |
Requires at least: 3.8
|
6 |
Tested up to: 4.4
|
7 |
-
Stable tag: 3.14
|
8 |
License: GPLv3
|
9 |
|
10 |
The popular choice for monetizing your website with adverts while keeping things simple. Start making money today!
|
@@ -91,21 +91,16 @@ You can also post your questions on the [forum](https://ajdg.solutions/forums/?p
|
|
91 |
|
92 |
Be a Pro and go Pro. With [AdRotate Pro](https://ajdg.solutions/products/adrotate-for-wordpress/?pk_campaign=adrotatefree-readme)!
|
93 |
|
94 |
-
= 3.14 FREE =
|
95 |
-
* [
|
96 |
-
* [
|
97 |
-
* [
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
* [
|
103 |
-
* [
|
104 |
-
* [new] Optionally let advertisers use the Mobile adverts option
|
105 |
-
* [new] Basic sortable columns for most dashboard tables
|
106 |
-
* [fix] Region selection not working for advertisers
|
107 |
-
* [change] Responsive feature is now deprecated
|
108 |
-
* [i18n] Updated translation files
|
109 |
|
110 |
All recent changes are available on the [AdRotate website](https://ajdg.solutions/products/adrotate-for-wordpress/development/?pk_campaign=adrotatefree-readme).
|
111 |
|
@@ -113,12 +108,10 @@ NOTE: Unsolicited offers, parnterships, job offers, promotional emails or produc
|
|
113 |
|
114 |
== Upgrade Notice ==
|
115 |
|
116 |
-
= 3.14 =
|
117 |
-
* [
|
118 |
-
* [
|
119 |
-
* [
|
120 |
-
* [change] Responsive feature is now deprecated
|
121 |
-
* [i18n] Updated translation files
|
122 |
|
123 |
All recent changes are available on the [AdRotate website](https://ajdg.solutions/products/adrotate-for-wordpress/development/?pk_campaign=adrotatefree-readme).
|
124 |
|
4 |
Tags: ads, banner, commercial, admin, advertise, adrotator, plugin, random, rotator, ad, advertising, advertisement, block, blocks, advertiser, publisher, adsense, geo, geolocation, geotarget, chitika, clickbank, broadstreet, banner manager,advert manager, campaign manager, export, import, telize, maxmind, referrer, email, menu, statistics, stats, report, advert, adverts, popular, best, great, 2014, geoselect, geobytes, schedules, schedule, monetize, header, widget, javascript, jquery, tracking, clicks, impressions, rotate, zone, zones, sidebar, footer, content, posts, pages, 2015
|
5 |
Requires at least: 3.8
|
6 |
Tested up to: 4.4
|
7 |
+
Stable tag: 3.14.1
|
8 |
License: GPLv3
|
9 |
|
10 |
The popular choice for monetizing your website with adverts while keeping things simple. Start making money today!
|
91 |
|
92 |
Be a Pro and go Pro. With [AdRotate Pro](https://ajdg.solutions/products/adrotate-for-wordpress/?pk_campaign=adrotatefree-readme)!
|
93 |
|
94 |
+
= 3.14.1 FREE =
|
95 |
+
* [change] Few dashboard updates, better wording and such
|
96 |
+
* [change] Removed obsolete 'link' column from database
|
97 |
+
* [i18n] Updated translation strings
|
98 |
+
|
99 |
+
= 3.18.2 PRO =
|
100 |
+
* [change] Tweaks to Geo Targeting settings
|
101 |
+
* [change] Dashboard tweaks
|
102 |
+
* [fix] Telize/GeoBytes not redirecting to AdRotate Geo properly
|
103 |
+
* [i18n] Updated translation strings
|
|
|
|
|
|
|
|
|
|
|
104 |
|
105 |
All recent changes are available on the [AdRotate website](https://ajdg.solutions/products/adrotate-for-wordpress/development/?pk_campaign=adrotatefree-readme).
|
106 |
|
108 |
|
109 |
== Upgrade Notice ==
|
110 |
|
111 |
+
= 3.14.1 FREE =
|
112 |
+
* [change] Few dashboard updates, better wording and such
|
113 |
+
* [change] Removed obsolete 'link' column from database
|
114 |
+
* [i18n] Updated translation strings
|
|
|
|
|
115 |
|
116 |
All recent changes are available on the [AdRotate website](https://ajdg.solutions/products/adrotate-for-wordpress/development/?pk_campaign=adrotatefree-readme).
|
117 |
|