Version Description
FREE = * [fix] Advert stats in 'Adverts' not showing correctly * [fix] 'Stats' link from adverts requiring attention * [fix] 'Stats' link from disabled adverts * [fix] Cleanup code more accurate and efficient * [i18n] Updated language files
Download this release
Release Info
Developer | adegans |
Plugin | AdRotate Banner Manager |
Version | 4.6.1 |
Comparing to | |
See all releases |
Code changes from version 4.6 to 4.6.1
- adrotate-manage-publisher.php +1 -1
- adrotate-output.php +13 -6
- adrotate-setup.php +16 -9
- adrotate-statistics.php +2 -7
- adrotate.php +7 -24
- dashboard/info.php +15 -1
- dashboard/publisher/adverts-disabled.php +1 -1
- dashboard/publisher/adverts-error.php +1 -1
- language/adrotate-bg_BG.mo +0 -0
- language/adrotate-bg_BG.po +699 -278
- language/adrotate-el.mo +0 -0
- language/adrotate-el.po +679 -263
- language/adrotate-en_US.mo +0 -0
- language/adrotate-en_US.po +609 -241
- language/adrotate-es_ES.mo +0 -0
- language/adrotate-es_ES.po +687 -292
- language/adrotate-fr_FR.mo +0 -0
- language/adrotate-fr_FR.po +671 -236
- language/adrotate-id_ID.mo +0 -0
- language/adrotate-id_ID.po +702 -261
- language/adrotate-ja.mo +0 -0
- language/adrotate-ja.po +675 -278
- language/adrotate-pl_PL.mo +0 -0
- language/adrotate-pl_PL.po +677 -253
- language/adrotate-sr_RS.mo +0 -0
- language/adrotate-sr_RS.po +679 -265
- language/adrotate-sv_SV.mo +0 -0
- language/adrotate-sv_SV.po +680 -267
- readme.txt +14 -5
adrotate-manage-publisher.php
CHANGED
@@ -562,7 +562,7 @@ function adrotate_delete($id, $what) {
|
|
562 |
if($id > 0) {
|
563 |
if($what == 'banner') {
|
564 |
$schedule_id = $wpdb->get_row($wpdb->prepare("SELECT `schedule` FROM `{$wpdb->prefix}adrotate_linkmeta` WHERE `ad` = %d AND `group` = '0' AND `user` = '0' AND `schedule` != '0';", $id));
|
565 |
-
$wpdb->query($wpdb->prepare("DELETE FROM `{$wpdb->prefix}
|
566 |
$wpdb->query($wpdb->prepare("DELETE FROM `{$wpdb->prefix}adrotate` WHERE `id` = %d;", $id));
|
567 |
$wpdb->query($wpdb->prepare("DELETE FROM `{$wpdb->prefix}adrotate_linkmeta` WHERE `ad` = %d;", $id));
|
568 |
$wpdb->query($wpdb->prepare("DELETE FROM `{$wpdb->prefix}adrotate_stats` WHERE `ad` = %d;", $id));
|
562 |
if($id > 0) {
|
563 |
if($what == 'banner') {
|
564 |
$schedule_id = $wpdb->get_row($wpdb->prepare("SELECT `schedule` FROM `{$wpdb->prefix}adrotate_linkmeta` WHERE `ad` = %d AND `group` = '0' AND `user` = '0' AND `schedule` != '0';", $id));
|
565 |
+
$wpdb->query($wpdb->prepare("DELETE FROM `{$wpdb->prefix}adrotate_schedule` WHERE `id` = %d;", $schedule_id));
|
566 |
$wpdb->query($wpdb->prepare("DELETE FROM `{$wpdb->prefix}adrotate` WHERE `id` = %d;", $id));
|
567 |
$wpdb->query($wpdb->prepare("DELETE FROM `{$wpdb->prefix}adrotate_linkmeta` WHERE `ad` = %d;", $id));
|
568 |
$wpdb->query($wpdb->prepare("DELETE FROM `{$wpdb->prefix}adrotate_stats` WHERE `ad` = %d;", $id));
|
adrotate-output.php
CHANGED
@@ -806,17 +806,24 @@ function adrotate_credits() {
|
|
806 |
|
807 |
echo '<thead>';
|
808 |
echo '<tr valign="top">';
|
809 |
-
echo ' <th
|
810 |
-
echo ' <th width="
|
811 |
echo '</tr>';
|
812 |
echo '</thead>';
|
813 |
|
814 |
echo '<tbody>';
|
815 |
echo '<tr>';
|
816 |
-
echo '<td><
|
817 |
-
|
818 |
-
|
819 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
820 |
echo '</tr>';
|
821 |
echo '</tbody>';
|
822 |
|
806 |
|
807 |
echo '<thead>';
|
808 |
echo '<tr valign="top">';
|
809 |
+
echo ' <th>'.__('Support AdRotate', 'adrotate').'</th>';
|
810 |
+
echo ' <th width="25%">'.__('Follow me on Facebook', 'adrotate').'</th>';
|
811 |
echo '</tr>';
|
812 |
echo '</thead>';
|
813 |
|
814 |
echo '<tbody>';
|
815 |
echo '<tr>';
|
816 |
+
echo '<td><a href="https://ajdg.solutions/products/adrotate-for-wordpress/?utm_campaign=adrotate-page&utm_medium=credits&utm_source=adrotate-free" title="AdRotate plugin for WordPress"><img src="'.plugins_url('/images/logo-60x60.png', __FILE__).'" alt="AdRotate logo" width="60" height="60" align="left" style="padding:0 5px 0 0;" /></a>'.__("Many users only think to review AdRotate when something goes wrong while thousands of people happily use AdRotate.", 'adrotate').' <strong>'. __("If you find AdRotate useful please leave your", 'adrotate').' <a href="https://wordpress.org/support/view/plugin-reviews/adrotate?rate=5#postform" target="_blank">'.__('rating','adrotate').'</a> '.__('and','adrotate').' <a href="https://wordpress.org/support/view/plugin-reviews/adrotate" target="_blank">'.__('review','adrotate').'</a> '.__('on WordPress.org to help AdRotate grow!', 'adrotate').'</strong></td>';
|
817 |
+
|
818 |
+
echo '<td><div id="fb-root"></div>
|
819 |
+
<script>(function(d, s, id) {
|
820 |
+
var js, fjs = d.getElementsByTagName(s)[0];
|
821 |
+
if (d.getElementById(id)) return;
|
822 |
+
js = d.createElement(s); js.id = id;
|
823 |
+
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.10&appId=1534701246592586";
|
824 |
+
fjs.parentNode.insertBefore(js, fjs);
|
825 |
+
}(document, \'script\', \'facebook-jssdk\'));</script>';
|
826 |
+
echo '<center><div class="fb-page" data-href="https://www.facebook.com/Arnandegans/" data-width="250" data-height="70" data-small-header="true" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="false"></div></center></td>';
|
827 |
echo '</tr>';
|
828 |
echo '</tbody>';
|
829 |
|
adrotate-setup.php
CHANGED
@@ -1216,29 +1216,36 @@ function adrotate_cleanup_database() {
|
|
1216 |
$wpdb->query("DELETE FROM `{$wpdb->prefix}adrotate_tracker` WHERE `timer` < $yesterday;");
|
1217 |
|
1218 |
// Delete empty ads, groups and schedules
|
1219 |
-
$wpdb->query("DELETE FROM `{$wpdb->prefix}adrotate` WHERE `type` = 'empty' OR `type` = 'a_empty';");
|
1220 |
$wpdb->query("DELETE FROM `{$wpdb->prefix}adrotate_groups` WHERE `name` = '';");
|
1221 |
$wpdb->query("DELETE FROM `{$wpdb->prefix}adrotate_schedule` WHERE `name` = '';");
|
1222 |
$wpdb->query("DELETE FROM `{$wpdb->prefix}adrotate_transactions` WHERE `reference` = '';");
|
1223 |
|
1224 |
-
// Clean up meta data
|
1225 |
$ads = $wpdb->get_results("SELECT `id` FROM `{$wpdb->prefix}adrotate` ORDER BY `id`;");
|
1226 |
-
$metas = $wpdb->get_results("SELECT `id`, `ad` FROM `{$wpdb->prefix}adrotate_linkmeta`
|
1227 |
|
1228 |
-
$adverts = $linkmeta = array();
|
1229 |
foreach($ads as $ad) {
|
1230 |
$adverts[$ad->id] = $ad->id;
|
1231 |
}
|
1232 |
foreach($metas as $meta) {
|
1233 |
$linkmeta[$meta->id] = $meta->ad;
|
|
|
1234 |
}
|
1235 |
|
1236 |
-
$
|
1237 |
-
|
1238 |
-
|
1239 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
1240 |
}
|
1241 |
-
unset($ads, $metas, $adverts, $linkmeta, $
|
1242 |
|
1243 |
// Clean up stray linkmeta
|
1244 |
$wpdb->query("DELETE FROM `{$wpdb->prefix}adrotate_linkmeta` WHERE `ad` = 0 OR `ad` = '';");
|
1216 |
$wpdb->query("DELETE FROM `{$wpdb->prefix}adrotate_tracker` WHERE `timer` < $yesterday;");
|
1217 |
|
1218 |
// Delete empty ads, groups and schedules
|
1219 |
+
$wpdb->query("DELETE FROM `{$wpdb->prefix}adrotate` WHERE `type` = 'empty' OR `type` = 'a_empty' OR `type` = 'generator';");
|
1220 |
$wpdb->query("DELETE FROM `{$wpdb->prefix}adrotate_groups` WHERE `name` = '';");
|
1221 |
$wpdb->query("DELETE FROM `{$wpdb->prefix}adrotate_schedule` WHERE `name` = '';");
|
1222 |
$wpdb->query("DELETE FROM `{$wpdb->prefix}adrotate_transactions` WHERE `reference` = '';");
|
1223 |
|
1224 |
+
// Clean up meta data and schedules
|
1225 |
$ads = $wpdb->get_results("SELECT `id` FROM `{$wpdb->prefix}adrotate` ORDER BY `id`;");
|
1226 |
+
$metas = $wpdb->get_results("SELECT `id`, `ad`, `schedule` FROM `{$wpdb->prefix}adrotate_linkmeta` ORDER BY `id`;");
|
1227 |
|
1228 |
+
$adverts = $linkmeta = $schedules = array();
|
1229 |
foreach($ads as $ad) {
|
1230 |
$adverts[$ad->id] = $ad->id;
|
1231 |
}
|
1232 |
foreach($metas as $meta) {
|
1233 |
$linkmeta[$meta->id] = $meta->ad;
|
1234 |
+
if($meta->schedule > 0) $schedules[$meta->id] = $meta->schedule;
|
1235 |
}
|
1236 |
|
1237 |
+
$delete_meta = array_diff($linkmeta, $adverts);
|
1238 |
+
$delete_schedule = array_diff($schedules, $adverts);
|
1239 |
+
|
1240 |
+
foreach($delete_meta as $meta => $advert) {
|
1241 |
+
$wpdb->query("DELETE FROM `{$wpdb->prefix}adrotate_linkmeta` WHERE `id` = {$meta};");
|
1242 |
+
unset($delete_meta[$meta], $meta, $advert);
|
1243 |
+
}
|
1244 |
+
foreach($delete_schedule as $meta => $schedule) {
|
1245 |
+
$wpdb->query("DELETE FROM `{$wpdb->prefix}adrotate_schedule` WHERE `id` = {$schedule};");
|
1246 |
+
unset($delete_schedule[$meta], $meta, $schedule);
|
1247 |
}
|
1248 |
+
unset($ads, $metas, $adverts, $linkmeta, $delete_meta, $delete_schedule);
|
1249 |
|
1250 |
// Clean up stray linkmeta
|
1251 |
$wpdb->query("DELETE FROM `{$wpdb->prefix}adrotate_linkmeta` WHERE `ad` = 0 OR `ad` = '';");
|
adrotate-statistics.php
CHANGED
@@ -92,7 +92,7 @@ function adrotate_draw_graph($id = 0, $labels = 0, $clicks = 0, $impressions = 0
|
|
92 |
Purpose: Generate latest number of clicks and impressions
|
93 |
Since: 3.8
|
94 |
-------------------------------------------------------------*/
|
95 |
-
function adrotate_stats($ad, $
|
96 |
global $wpdb;
|
97 |
|
98 |
if($when > 0 AND is_numeric($when) AND $until > 0 AND is_numeric($until)) { // date range
|
@@ -104,11 +104,6 @@ function adrotate_stats($ad, $archive = false, $when = 0, $until = 0) {
|
|
104 |
$whenquery = "";
|
105 |
}
|
106 |
|
107 |
-
$table = 'adrotate_stats';
|
108 |
-
if($archive) {
|
109 |
-
$table = 'adrotate_stats_archive';
|
110 |
-
}
|
111 |
-
|
112 |
$ad_query = '';
|
113 |
if(is_array($ad)) {
|
114 |
$ad_query .= '(';
|
@@ -124,7 +119,7 @@ function adrotate_stats($ad, $archive = false, $when = 0, $until = 0) {
|
|
124 |
$cachekey = "adrotate_stats_".md5($ad_query.$whenquery);
|
125 |
$stats = wp_cache_get($cachekey);
|
126 |
if(false === $stats) {
|
127 |
-
$stats = $wpdb->get_row("SELECT SUM(`clicks`) as `clicks`, SUM(`impressions`) as `impressions` FROM `{$wpdb->prefix}
|
128 |
wp_cache_set($cachekey, $stats, '', 300);
|
129 |
}
|
130 |
unset($cachekey);
|
92 |
Purpose: Generate latest number of clicks and impressions
|
93 |
Since: 3.8
|
94 |
-------------------------------------------------------------*/
|
95 |
+
function adrotate_stats($ad, $when = 0, $until = 0) {
|
96 |
global $wpdb;
|
97 |
|
98 |
if($when > 0 AND is_numeric($when) AND $until > 0 AND is_numeric($until)) { // date range
|
104 |
$whenquery = "";
|
105 |
}
|
106 |
|
|
|
|
|
|
|
|
|
|
|
107 |
$ad_query = '';
|
108 |
if(is_array($ad)) {
|
109 |
$ad_query .= '(';
|
119 |
$cachekey = "adrotate_stats_".md5($ad_query.$whenquery);
|
120 |
$stats = wp_cache_get($cachekey);
|
121 |
if(false === $stats) {
|
122 |
+
$stats = $wpdb->get_row("SELECT SUM(`clicks`) as `clicks`, SUM(`impressions`) as `impressions` FROM `{$wpdb->prefix}adrotate_stats` WHERE {$ad_query}{$whenquery};", ARRAY_A);
|
123 |
wp_cache_set($cachekey, $stats, '', 300);
|
124 |
}
|
125 |
unset($cachekey);
|
adrotate.php
CHANGED
@@ -7,7 +7,7 @@ Author URI: http://ajdg.solutions/?utm_campaign=homepage&utm_medium=plugin-info&
|
|
7 |
Description: Monetise your website with adverts while keeping things simple. Start making money today!
|
8 |
Text Domain: adrotate
|
9 |
Domain Path: /languages/
|
10 |
-
Version: 4.6
|
11 |
License: GPLv3
|
12 |
*/
|
13 |
|
@@ -22,7 +22,7 @@ License: GPLv3
|
|
22 |
------------------------------------------------------------------------------------ */
|
23 |
|
24 |
/*--- AdRotate values ---------------------------------------*/
|
25 |
-
define("ADROTATE_DISPLAY", '4.6');
|
26 |
define("ADROTATE_VERSION", 391);
|
27 |
define("ADROTATE_DB_VERSION", 64);
|
28 |
$plugin_folder = plugin_dir_path(__FILE__);
|
@@ -269,8 +269,6 @@ function adrotate_manage() {
|
|
269 |
include("dashboard/publisher/adverts-edit.php");
|
270 |
} else if($view == "generator") {
|
271 |
include("dashboard/publisher/adverts-generator.php");
|
272 |
-
} else if($view == "report") {
|
273 |
-
include("dashboard/publisher/adverts-report.php");
|
274 |
}
|
275 |
?>
|
276 |
<br class="clear" />
|
@@ -318,31 +316,16 @@ function adrotate_manage_group() {
|
|
318 |
<div class="alignleft actions">
|
319 |
<a class="row-title" href="<?php echo admin_url('/admin.php?page=adrotate-groups&view=manage');?>"><?php _e('Manage', 'adrotate'); ?></a> |
|
320 |
<a class="row-title" href="<?php echo admin_url('/admin.php?page=adrotate-groups&view=addnew');?>"><?php _e('Add New', 'adrotate'); ?></a>
|
321 |
-
<?php if($group_edit_id AND $adrotate_config['stats'] == 1) { ?>
|
322 |
-
| <a class="row-title" href="<?php echo admin_url('/admin.php?page=adrotate-groups&view=report&group='.$group_edit_id);?>"><?php _e('Report', 'adrotate'); ?></a>
|
323 |
-
<?php } ?>
|
324 |
</div>
|
325 |
</div>
|
326 |
|
327 |
-
|
328 |
-
|
329 |
-
<?php
|
330 |
include("dashboard/publisher/groups-main.php");
|
331 |
-
|
332 |
-
|
333 |
-
<?php } else if($view == "addnew" OR $view == "edit") { ?>
|
334 |
-
|
335 |
-
<?php
|
336 |
include("dashboard/publisher/groups-edit.php");
|
337 |
-
|
338 |
-
|
339 |
-
<?php } else if($view == "report") { ?>
|
340 |
-
|
341 |
-
<?php
|
342 |
-
include("dashboard/publisher/groups-report.php");
|
343 |
-
?>
|
344 |
-
|
345 |
-
<?php } ?>
|
346 |
<br class="clear" />
|
347 |
|
348 |
<?php adrotate_credits(); ?>
|
7 |
Description: Monetise your website with adverts while keeping things simple. Start making money today!
|
8 |
Text Domain: adrotate
|
9 |
Domain Path: /languages/
|
10 |
+
Version: 4.6.1
|
11 |
License: GPLv3
|
12 |
*/
|
13 |
|
22 |
------------------------------------------------------------------------------------ */
|
23 |
|
24 |
/*--- AdRotate values ---------------------------------------*/
|
25 |
+
define("ADROTATE_DISPLAY", '4.6.1');
|
26 |
define("ADROTATE_VERSION", 391);
|
27 |
define("ADROTATE_DB_VERSION", 64);
|
28 |
$plugin_folder = plugin_dir_path(__FILE__);
|
269 |
include("dashboard/publisher/adverts-edit.php");
|
270 |
} else if($view == "generator") {
|
271 |
include("dashboard/publisher/adverts-generator.php");
|
|
|
|
|
272 |
}
|
273 |
?>
|
274 |
<br class="clear" />
|
316 |
<div class="alignleft actions">
|
317 |
<a class="row-title" href="<?php echo admin_url('/admin.php?page=adrotate-groups&view=manage');?>"><?php _e('Manage', 'adrotate'); ?></a> |
|
318 |
<a class="row-title" href="<?php echo admin_url('/admin.php?page=adrotate-groups&view=addnew');?>"><?php _e('Add New', 'adrotate'); ?></a>
|
|
|
|
|
|
|
319 |
</div>
|
320 |
</div>
|
321 |
|
322 |
+
<?php
|
323 |
+
if ($view == "" OR $view == "manage") {
|
|
|
324 |
include("dashboard/publisher/groups-main.php");
|
325 |
+
} else if($view == "addnew" OR $view == "edit") {
|
|
|
|
|
|
|
|
|
326 |
include("dashboard/publisher/groups-edit.php");
|
327 |
+
}
|
328 |
+
?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
329 |
<br class="clear" />
|
330 |
|
331 |
<?php adrotate_credits(); ?>
|
dashboard/info.php
CHANGED
@@ -59,7 +59,21 @@ $partner = mt_rand(1,3);
|
|
59 |
<h3><?php _e('Arnan de Gans News & Updates', 'adrotate'); ?></h3>
|
60 |
<div class="postbox-ajdg">
|
61 |
<div class="inside">
|
62 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
63 |
<?php wp_widget_rss_output(array(
|
64 |
'url' => array('http://www.arnan.me/feed/', 'http://ajdg.solutions/feed/'),
|
65 |
'items' => 4,
|
59 |
<h3><?php _e('Arnan de Gans News & Updates', 'adrotate'); ?></h3>
|
60 |
<div class="postbox-ajdg">
|
61 |
<div class="inside">
|
62 |
+
<script>(function(d, s, id) {
|
63 |
+
var js, fjs = d.getElementsByTagName(s)[0];
|
64 |
+
if (d.getElementById(id)) return;
|
65 |
+
js = d.createElement(s); js.id = id;
|
66 |
+
js.src = "https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.5";
|
67 |
+
fjs.parentNode.insertBefore(js, fjs);
|
68 |
+
}(document, 'script', 'facebook-jssdk'));
|
69 |
+
</script>
|
70 |
+
<p><center><div class="fb-page"
|
71 |
+
data-href="https://www.facebook.com/Arnandegans"
|
72 |
+
data-width="490"
|
73 |
+
data-adapt-container-width="true"
|
74 |
+
data-hide-cover="false"
|
75 |
+
data-show-facepile="false">
|
76 |
+
</div></center></p>
|
77 |
<?php wp_widget_rss_output(array(
|
78 |
'url' => array('http://www.arnan.me/feed/', 'http://ajdg.solutions/feed/'),
|
79 |
'items' => 4,
|
dashboard/publisher/adverts-disabled.php
CHANGED
@@ -66,7 +66,7 @@
|
|
66 |
<th class="check-column"><input type="checkbox" name="disabledbannercheck[]" value="<?php echo $banner['id']; ?>" /></th>
|
67 |
<td><center><?php echo $banner['id'];?></center></td>
|
68 |
<td><?php echo date_i18n("F d, Y", $banner['firstactive']);?><br /><span style="color: <?php echo adrotate_prepare_color($banner['lastactive']);?>;"><?php echo date_i18n("F d, Y", $banner['lastactive']);?></span></td>
|
69 |
-
<td><strong><a class="row-title" href="<?php echo admin_url('/admin.php?page=adrotate-ads&view=edit&ad='.$banner['id']);?>" title="<?php _e('Edit', 'adrotate'); ?>"><?php echo stripslashes(html_entity_decode($banner['title']));?></a></strong> - <a href="<?php echo admin_url('/admin.php?page=adrotate-
|
70 |
<td><center><?php echo $stats['impressions']; ?></center></td>
|
71 |
<?php if($banner['tracker'] == "Y") { ?>
|
72 |
<td><center><?php echo $stats['clicks']; ?></center></td>
|
66 |
<th class="check-column"><input type="checkbox" name="disabledbannercheck[]" value="<?php echo $banner['id']; ?>" /></th>
|
67 |
<td><center><?php echo $banner['id'];?></center></td>
|
68 |
<td><?php echo date_i18n("F d, Y", $banner['firstactive']);?><br /><span style="color: <?php echo adrotate_prepare_color($banner['lastactive']);?>;"><?php echo date_i18n("F d, Y", $banner['lastactive']);?></span></td>
|
69 |
+
<td><strong><a class="row-title" href="<?php echo admin_url('/admin.php?page=adrotate-ads&view=edit&ad='.$banner['id']);?>" title="<?php _e('Edit', 'adrotate'); ?>"><?php echo stripslashes(html_entity_decode($banner['title']));?></a></strong> - <a href="<?php echo admin_url('/admin.php?page=adrotate-statistics&view=advert&id='.$banner['id']);?>" title="<?php _e('Stats', 'adrotate'); ?>"><?php _e('Stats', 'adrotate'); ?></a><span style="color:#999;"><?php if(strlen($grouplist) > 0) echo '<br /><span style="font-weight:bold;">'.__('Groups:', 'adrotate').'</span> '.$grouplist; ?></td>
|
70 |
<td><center><?php echo $stats['impressions']; ?></center></td>
|
71 |
<?php if($banner['tracker'] == "Y") { ?>
|
72 |
<td><center><?php echo $stats['clicks']; ?></center></td>
|
dashboard/publisher/adverts-error.php
CHANGED
@@ -60,7 +60,7 @@
|
|
60 |
<tr id='adrotateindex' class='<?php echo $class; ?>'>
|
61 |
<th class="check-column"><input type="checkbox" name="errorbannercheck[]" value="<?php echo $banner['id']; ?>" /></th>
|
62 |
<td><center><?php echo $banner['id'];?></center></td>
|
63 |
-
<td><strong><a class="row-title" href="<?php echo admin_url("/admin.php?page=adrotate-ads&view=edit&ad=".$banner['id']);?>" title="<?php _e('Edit', 'adrotate'); ?>"><?php echo stripslashes(html_entity_decode($banner['title']));?></a></strong> <?php if($adrotate_config['stats'] == 1 AND $banner['type'] != 'error') { ?>- <a href="<?php echo admin_url('/admin.php?page=adrotate-
|
64 |
<td><?php echo date_i18n("F d, Y", $banner['firstactive']);?><br /><span style="color: <?php echo adrotate_prepare_color($banner['lastactive']);?>;"><?php echo date_i18n("F d, Y", $banner['lastactive']);?></span></td>
|
65 |
</tr>
|
66 |
<?php } ?>
|
60 |
<tr id='adrotateindex' class='<?php echo $class; ?>'>
|
61 |
<th class="check-column"><input type="checkbox" name="errorbannercheck[]" value="<?php echo $banner['id']; ?>" /></th>
|
62 |
<td><center><?php echo $banner['id'];?></center></td>
|
63 |
+
<td><strong><a class="row-title" href="<?php echo admin_url("/admin.php?page=adrotate-ads&view=edit&ad=".$banner['id']);?>" title="<?php _e('Edit', 'adrotate'); ?>"><?php echo stripslashes(html_entity_decode($banner['title']));?></a></strong> <?php if($adrotate_config['stats'] == 1 AND $banner['type'] != 'error') { ?>- <a href="<?php echo admin_url('/admin.php?page=adrotate-statistics&view=advert&id='.$banner['id']);?>" title="<?php _e('Stats', 'adrotate'); ?>"><?php _e('Stats', 'adrotate'); ?></a><?php } ?><span style="color:#999;"><?php if(strlen($grouplist) > 0) echo '<br /><span style="font-weight:bold;">'.__('Groups:', 'adrotate').'</span> '.$grouplist; ?></span></td>
|
64 |
<td><?php echo date_i18n("F d, Y", $banner['firstactive']);?><br /><span style="color: <?php echo adrotate_prepare_color($banner['lastactive']);?>;"><?php echo date_i18n("F d, Y", $banner['lastactive']);?></span></td>
|
65 |
</tr>
|
66 |
<?php } ?>
|
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: 2017-
|
6 |
-
"PO-Revision-Date: 2017-
|
7 |
"Last-Translator: Arnan de Gans <info@ajdg.net>\n"
|
8 |
"Language-Team: Nedko Ivanov <cocacoli4ko@gmail.com>\n"
|
9 |
"Language: bg_BG\n"
|
@@ -17,107 +17,113 @@ msgstr ""
|
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
-
#: adrotate-functions.php:
|
21 |
msgid "No files found"
|
22 |
msgstr "Няма намерени файлове"
|
23 |
|
24 |
-
#: adrotate-functions.php:
|
25 |
msgid "Folder not found or not accessible"
|
26 |
msgstr "Папката не е намерена или не е достъпна"
|
27 |
|
28 |
-
#: adrotate-functions.php:
|
29 |
msgid "Ad saved"
|
30 |
msgstr ""
|
31 |
|
32 |
-
#: adrotate-functions.php:
|
33 |
msgid "Group saved"
|
34 |
msgstr ""
|
35 |
|
36 |
-
#: adrotate-functions.php:
|
37 |
msgid "Ad(s) deleted"
|
38 |
msgstr "Успешно изтриване"
|
39 |
|
40 |
-
#: adrotate-functions.php:
|
41 |
msgid "Group deleted"
|
42 |
msgstr "Групата е изтрита"
|
43 |
|
44 |
-
#: adrotate-functions.php:
|
45 |
msgid "Ad(s) statistics reset"
|
46 |
msgstr "Статистиката е нулирана"
|
47 |
|
48 |
-
#: adrotate-functions.php:
|
49 |
msgid "Ad(s) renewed"
|
50 |
msgstr "Успешно подновяване"
|
51 |
|
52 |
-
#: adrotate-functions.php:
|
53 |
msgid "Ad(s) deactivated"
|
54 |
msgstr "Успешно деактивиране"
|
55 |
|
56 |
-
#: adrotate-functions.php:
|
57 |
msgid "Ad(s) activated"
|
58 |
msgstr "Успешно активиране"
|
59 |
|
60 |
-
#: adrotate-functions.php:
|
61 |
msgid "Group including it's Ads deleted"
|
62 |
msgstr "Групата и съдържащите се в нея реклами са изтрити"
|
63 |
|
64 |
-
#: adrotate-functions.php:
|
65 |
msgid "Export created"
|
66 |
msgstr "Експорта е завършен"
|
67 |
|
68 |
-
#: adrotate-functions.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
msgid "Settings saved"
|
70 |
msgstr "Настройките са запазени"
|
71 |
|
72 |
-
#: adrotate-functions.php:
|
73 |
msgid "Database optimized"
|
74 |
msgstr "Базата данни е оптимизирана"
|
75 |
|
76 |
-
#: adrotate-functions.php:
|
77 |
msgid "Database repaired"
|
78 |
msgstr "Базата данни е поправена"
|
79 |
|
80 |
-
#: adrotate-functions.php:
|
81 |
msgid "Ads evaluated and statuses have been corrected where required"
|
82 |
msgstr "Рекламите са оценени и статусите им са обновени, където е необходимо"
|
83 |
|
84 |
-
#: adrotate-functions.php:
|
85 |
#, fuzzy
|
86 |
#| msgid "Clean-up Database"
|
87 |
msgid "Cleanup complete"
|
88 |
msgstr "Почистване на базата данни"
|
89 |
|
90 |
-
#: adrotate-functions.php:
|
91 |
msgid "Action prohibited"
|
92 |
msgstr "Забранено действие"
|
93 |
|
94 |
-
#: adrotate-functions.php:
|
95 |
msgid ""
|
96 |
"The ad was saved but has an issue which might prevent it from working "
|
97 |
"properly. Review the colored ad."
|
98 |
msgstr ""
|
99 |
|
100 |
-
#: adrotate-functions.php:
|
101 |
msgid "No data found in selected time period"
|
102 |
msgstr "Не е намерена информация за избрания период"
|
103 |
|
104 |
-
#: adrotate-functions.php:
|
105 |
msgid "Database can only be optimized or cleaned once every hour"
|
106 |
msgstr "Базата данни може да бъде почиствана или оптимизирана веднъж на час"
|
107 |
|
108 |
-
#: adrotate-functions.php:
|
109 |
msgid "Form can not be (partially) empty!"
|
110 |
msgstr ""
|
111 |
|
112 |
-
#: adrotate-functions.php:
|
113 |
msgid "No ads found."
|
114 |
msgstr ""
|
115 |
|
116 |
-
#: adrotate-functions.php:
|
117 |
msgid "Unexpected error"
|
118 |
msgstr ""
|
119 |
|
120 |
-
#: adrotate-manage-publisher.php:
|
121 |
msgid "AdRotate Advertiser"
|
122 |
msgstr ""
|
123 |
|
@@ -214,200 +220,214 @@ msgstr ""
|
|
214 |
msgid "Your AdRotate Banner folder is not writable or does not exist."
|
215 |
msgstr ""
|
216 |
|
217 |
-
#: adrotate-output.php:
|
218 |
#: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:89
|
219 |
#: dashboard/adrotatepro.php:90 dashboard/adrotatepro.php:99
|
220 |
#: dashboard/adrotatepro.php:100 dashboard/adrotatepro.php:101
|
221 |
-
#: dashboard/adrotatepro.php:102 dashboard/info.php:
|
222 |
-
#: dashboard/info.php:
|
223 |
-
#: dashboard/info.php:
|
224 |
#: dashboard/settings/geotargeting.php:35
|
225 |
msgid "Buy now"
|
226 |
msgstr "Купи сега"
|
227 |
|
228 |
-
#: adrotate-output.php:
|
|
|
|
|
|
|
|
|
229 |
msgid ""
|
230 |
-
"
|
231 |
-
"
|
232 |
msgstr ""
|
233 |
"Използвате <strong>AdRotate</strong> от известно време. Защо не надградите "
|
234 |
"до <strong>PRO</strong> версията"
|
235 |
|
236 |
-
#: adrotate-output.php:
|
237 |
#, php-format
|
238 |
msgid ""
|
239 |
"Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
|
240 |
msgstr ""
|
241 |
|
242 |
-
#: adrotate-output.php:
|
243 |
-
|
244 |
-
|
|
|
|
|
245 |
|
246 |
-
#: adrotate-output.php:
|
247 |
msgid ""
|
248 |
"Thank you for choosing AdRotate. Everything related to AdRotate is in this "
|
249 |
"menu. If you need help getting started take a look at the"
|
250 |
msgstr ""
|
251 |
|
252 |
-
#: adrotate-output.php:
|
253 |
msgid "manuals"
|
254 |
msgstr "ръководства"
|
255 |
|
256 |
-
#: adrotate-output.php:
|
257 |
msgid "and"
|
258 |
msgstr "и"
|
259 |
|
260 |
-
#: adrotate-output.php:
|
261 |
msgid "forums"
|
262 |
msgstr ""
|
263 |
|
264 |
-
#: adrotate-output.php:
|
265 |
msgid "Useful Links"
|
266 |
msgstr "Полезни връзки"
|
267 |
|
268 |
-
#: adrotate-output.php:
|
269 |
msgid "Useful links to learn more about AdRotate"
|
270 |
msgstr "Полезни връзки, за да получите повече информация за AdRotate"
|
271 |
|
272 |
-
#: adrotate-output.php:
|
273 |
msgid "AdRotate website"
|
274 |
msgstr ""
|
275 |
|
276 |
-
#: adrotate-output.php:
|
277 |
msgid "Getting Started With AdRotate"
|
278 |
msgstr "Започнете от нулата с AdRotate Pro"
|
279 |
|
280 |
-
#: adrotate-output.php:
|
281 |
msgid "AdRotate manuals"
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: adrotate-output.php:
|
285 |
msgid "AdRotate Support Forum"
|
286 |
msgstr "Форум за поддръжка на AdRotate"
|
287 |
|
288 |
-
#: adrotate-output.php:
|
289 |
msgid "Support AdRotate"
|
290 |
msgstr "Подкрепете AdRotate"
|
291 |
|
292 |
-
#: adrotate-output.php:
|
293 |
msgid "Check out my website"
|
294 |
msgstr ""
|
295 |
|
296 |
-
#: adrotate-output.php:
|
297 |
msgid ""
|
298 |
"Many users only think to review AdRotate when something goes wrong while "
|
299 |
"thousands of people happily use AdRotate."
|
300 |
msgstr ""
|
301 |
|
302 |
-
#: adrotate-output.php:
|
303 |
msgid "If you find AdRotate useful please leave your"
|
304 |
msgstr ""
|
305 |
|
306 |
-
#: adrotate-output.php:
|
307 |
msgid "rating"
|
308 |
msgstr "оценка"
|
309 |
|
310 |
-
#: adrotate-output.php:
|
311 |
msgid "review"
|
312 |
msgstr "мнение"
|
313 |
|
314 |
-
#: adrotate-output.php:
|
315 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
316 |
msgstr "на WordPress.org, за да се развива AdRotate"
|
317 |
|
318 |
-
#: adrotate-output.php:
|
319 |
#: dashboard/settings/notifications.php:80
|
320 |
msgid "Available in AdRotate Pro"
|
321 |
msgstr "Налично в AdRotate Pro"
|
322 |
|
323 |
-
#: adrotate-output.php:
|
324 |
msgid "More information..."
|
325 |
msgstr "Повече информация..."
|
326 |
|
327 |
-
#: adrotate-output.php:
|
328 |
msgid "This feature is available in AdRotate Pro"
|
329 |
msgstr "Тази функционалност е налична в AdRotate Pro"
|
330 |
|
331 |
-
#: adrotate-output.php:
|
332 |
msgid "Learn more"
|
333 |
msgstr "Повече информация"
|
334 |
|
335 |
-
#: adrotate-statistics.php:
|
336 |
#: dashboard/publisher/adverts-edit.php:241
|
337 |
msgid "January"
|
338 |
msgstr "Януари"
|
339 |
|
340 |
-
#: adrotate-statistics.php:
|
341 |
#: dashboard/publisher/adverts-edit.php:242
|
342 |
msgid "February"
|
343 |
msgstr "Февруари"
|
344 |
|
345 |
-
#: adrotate-statistics.php:
|
346 |
#: dashboard/publisher/adverts-edit.php:243
|
347 |
msgid "March"
|
348 |
msgstr "Март"
|
349 |
|
350 |
-
#: adrotate-statistics.php:
|
351 |
#: dashboard/publisher/adverts-edit.php:244
|
352 |
msgid "April"
|
353 |
msgstr "Април"
|
354 |
|
355 |
-
#: adrotate-statistics.php:
|
356 |
#: dashboard/publisher/adverts-edit.php:245
|
357 |
msgid "May"
|
358 |
msgstr "Май"
|
359 |
|
360 |
-
#: adrotate-statistics.php:
|
361 |
#: dashboard/publisher/adverts-edit.php:246
|
362 |
msgid "June"
|
363 |
msgstr "Юни"
|
364 |
|
365 |
-
#: adrotate-statistics.php:
|
366 |
#: dashboard/publisher/adverts-edit.php:247
|
367 |
msgid "July"
|
368 |
msgstr "Юли"
|
369 |
|
370 |
-
#: adrotate-statistics.php:
|
371 |
#: dashboard/publisher/adverts-edit.php:248
|
372 |
msgid "August"
|
373 |
msgstr "Август"
|
374 |
|
375 |
-
#: adrotate-statistics.php:
|
376 |
#: dashboard/publisher/adverts-edit.php:249
|
377 |
msgid "September"
|
378 |
msgstr "Септември"
|
379 |
|
380 |
-
#: adrotate-statistics.php:
|
381 |
#: dashboard/publisher/adverts-edit.php:250
|
382 |
msgid "October"
|
383 |
msgstr "Октомври"
|
384 |
|
385 |
-
#: adrotate-statistics.php:
|
386 |
#: dashboard/publisher/adverts-edit.php:251
|
387 |
msgid "November"
|
388 |
msgstr "Ноември"
|
389 |
|
390 |
-
#: adrotate-statistics.php:
|
391 |
#: dashboard/publisher/adverts-edit.php:252
|
392 |
msgid "December"
|
393 |
msgstr "Декември"
|
394 |
|
395 |
-
#: adrotate-statistics.php:
|
396 |
msgid "Previous"
|
397 |
msgstr "Предишен"
|
398 |
|
399 |
-
#: adrotate-statistics.php:
|
|
|
|
|
400 |
msgid "This month"
|
401 |
msgstr "Този месец"
|
402 |
|
403 |
-
#: adrotate-statistics.php:
|
404 |
msgid "Next"
|
405 |
msgstr "Следващ"
|
406 |
|
407 |
-
#: adrotate-statistics.php:
|
408 |
msgid "No data to show!"
|
409 |
msgstr "Няма информация!"
|
410 |
|
|
|
|
|
|
|
|
|
|
|
|
|
411 |
#: adrotate-widget.php:116
|
412 |
msgid "Title (optional):"
|
413 |
msgstr "Заглавие (не е задължително):"
|
@@ -459,6 +479,8 @@ msgstr "AdRotate Pro"
|
|
459 |
#: adrotate.php:105 dashboard/info.php:40
|
460 |
#: dashboard/publisher/adverts-edit.php:458
|
461 |
#: dashboard/publisher/groups-main.php:34
|
|
|
|
|
462 |
msgid "Adverts"
|
463 |
msgstr "Реклами"
|
464 |
|
@@ -466,78 +488,126 @@ msgstr "Реклами"
|
|
466 |
msgid "Groups"
|
467 |
msgstr "Групи"
|
468 |
|
469 |
-
#: adrotate.php:107
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
470 |
msgid "Settings"
|
471 |
msgstr "Настройки"
|
472 |
|
473 |
-
#: adrotate.php:
|
474 |
msgid "AdRotate Info"
|
475 |
msgstr "AdRotate Info"
|
476 |
|
477 |
-
#: adrotate.php:
|
478 |
msgid "AdRotate Professional"
|
479 |
msgstr "AdRotate Professional"
|
480 |
|
481 |
-
#: adrotate.php:
|
482 |
msgid "Advert Management"
|
483 |
msgstr ""
|
484 |
|
485 |
-
#: adrotate.php:
|
486 |
msgid "Manage"
|
487 |
msgstr "Управление"
|
488 |
|
489 |
-
#: adrotate.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
490 |
msgid "Add New"
|
491 |
msgstr "Добавяне"
|
492 |
|
493 |
-
#: adrotate.php:
|
494 |
msgid "Group Management"
|
495 |
msgstr "Управление на групи"
|
496 |
|
497 |
-
#: adrotate.php:
|
498 |
-
msgid "
|
499 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
500 |
|
501 |
-
#: adrotate.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
502 |
msgid "AdRotate Settings"
|
503 |
msgstr "AdRotate Настройки"
|
504 |
|
505 |
-
#: adrotate.php:
|
506 |
#, fuzzy
|
507 |
#| msgid "General Info"
|
508 |
msgid "General"
|
509 |
msgstr "Обща информация"
|
510 |
|
511 |
-
#: adrotate.php:
|
512 |
msgid "Notifications"
|
513 |
msgstr "Известия"
|
514 |
|
515 |
-
#: adrotate.php:
|
516 |
#: dashboard/publisher/adverts-error.php:63
|
517 |
#: dashboard/publisher/adverts-main.php:81
|
518 |
#: dashboard/publisher/groups-main.php:70
|
519 |
msgid "Stats"
|
520 |
msgstr "Статистики"
|
521 |
|
522 |
-
#: adrotate.php:
|
523 |
#: dashboard/publisher/groups-edit.php:180
|
524 |
#: dashboard/settings/advertisers.php:38
|
525 |
msgid "Geo Targeting"
|
526 |
msgstr "Таргетиране спрямо местоположението"
|
527 |
|
528 |
-
#: adrotate.php:
|
529 |
msgid "Advertisers"
|
530 |
msgstr "Рекламодатели"
|
531 |
|
532 |
-
#: adrotate.php:
|
533 |
msgid "Roles"
|
534 |
msgstr ""
|
535 |
|
536 |
-
#: adrotate.php:
|
537 |
msgid "Misc"
|
538 |
msgstr ""
|
539 |
|
540 |
-
#: adrotate.php:
|
541 |
msgid "Maintenance"
|
542 |
msgstr "Поддръжка"
|
543 |
|
@@ -642,88 +712,88 @@ msgid ""
|
|
642 |
msgstr ""
|
643 |
|
644 |
#: dashboard/adrotatepro.php:83 dashboard/adrotatepro.php:95
|
645 |
-
#: dashboard/info.php:
|
646 |
msgid "Buy AdRotate Professional"
|
647 |
msgstr "Купете AdRotate Professional"
|
648 |
|
649 |
-
#: dashboard/adrotatepro.php:87 dashboard/info.php:
|
650 |
msgid "Single License"
|
651 |
msgstr ""
|
652 |
|
653 |
-
#: dashboard/adrotatepro.php:87 dashboard/info.php:
|
654 |
msgid "One WordPress installation."
|
655 |
msgstr ""
|
656 |
|
657 |
#: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:100
|
658 |
-
#: dashboard/info.php:
|
659 |
msgid "Duo License"
|
660 |
msgstr "Duo лиценз"
|
661 |
|
662 |
-
#: dashboard/adrotatepro.php:88 dashboard/info.php:
|
663 |
msgid "Two WordPress installations."
|
664 |
msgstr ""
|
665 |
|
666 |
#: dashboard/adrotatepro.php:89 dashboard/adrotatepro.php:101
|
667 |
-
#: dashboard/info.php:
|
668 |
msgid "Multi License"
|
669 |
msgstr "Multi лиценз"
|
670 |
|
671 |
-
#: dashboard/adrotatepro.php:89 dashboard/info.php:
|
672 |
msgid "Up to five WordPress installations."
|
673 |
msgstr ""
|
674 |
|
675 |
#: dashboard/adrotatepro.php:90 dashboard/adrotatepro.php:102
|
676 |
-
#: dashboard/info.php:
|
677 |
msgid "Developer License"
|
678 |
msgstr "Developer лиценз"
|
679 |
|
680 |
-
#: dashboard/adrotatepro.php:90 dashboard/info.php:
|
681 |
msgid "Unlimited WordPress installations and/or networks."
|
682 |
msgstr ""
|
683 |
|
684 |
#: dashboard/adrotatepro.php:91 dashboard/adrotatepro.php:104
|
685 |
-
#: dashboard/info.php:
|
686 |
msgid "Compare licenses"
|
687 |
msgstr "Сравнение на лицензи"
|
688 |
|
689 |
-
#: dashboard/adrotatepro.php:91 dashboard/info.php:
|
690 |
msgid "Not sure which license is for you? Compare them..."
|
691 |
msgstr "Не сте сигурни кой лиценз ви е необходим? Сравнете ги..."
|
692 |
|
693 |
-
#: dashboard/adrotatepro.php:91 dashboard/info.php:
|
694 |
msgid "All Licenses"
|
695 |
msgstr "Всички лицензи"
|
696 |
|
697 |
-
#: dashboard/adrotatepro.php:99 dashboard/info.php:
|
698 |
msgid "Lifetime License"
|
699 |
msgstr ""
|
700 |
|
701 |
-
#: dashboard/adrotatepro.php:99 dashboard/info.php:
|
702 |
msgid "Single installation."
|
703 |
msgstr ""
|
704 |
|
705 |
-
#: dashboard/adrotatepro.php:100 dashboard/info.php:
|
706 |
msgid "Up to 2 installations."
|
707 |
msgstr ""
|
708 |
|
709 |
-
#: dashboard/adrotatepro.php:101 dashboard/info.php:
|
710 |
msgid "Up to 10 installations."
|
711 |
msgstr ""
|
712 |
|
713 |
-
#: dashboard/adrotatepro.php:102 dashboard/info.php:
|
714 |
msgid "Up to 25 installations or multisite networks."
|
715 |
msgstr ""
|
716 |
|
717 |
-
#: dashboard/adrotatepro.php:103 dashboard/info.php:
|
718 |
msgid ""
|
719 |
"Subscriptions get 1 year access to updates, email support & AdRotate Geo."
|
720 |
msgstr ""
|
721 |
|
722 |
-
#: dashboard/adrotatepro.php:104 dashboard/info.php:
|
723 |
msgid "Not sure which license is for you?"
|
724 |
msgstr ""
|
725 |
|
726 |
-
#: dashboard/adrotatepro.php:104 dashboard/info.php:
|
727 |
msgid "Compare Licenses"
|
728 |
msgstr ""
|
729 |
|
@@ -753,11 +823,11 @@ msgid ""
|
|
753 |
"for updates about me and my plugins. Thank you!"
|
754 |
msgstr ""
|
755 |
|
756 |
-
#: dashboard/info.php:
|
757 |
msgid "Arnan de Gans News & Updates"
|
758 |
msgstr ""
|
759 |
|
760 |
-
#: dashboard/info.php:
|
761 |
msgid "Join the Media.net advertising network"
|
762 |
msgstr ""
|
763 |
|
@@ -769,6 +839,7 @@ msgstr ""
|
|
769 |
#: dashboard/publisher/adverts-error.php:19
|
770 |
#: dashboard/publisher/adverts-main.php:20
|
771 |
#: dashboard/publisher/groups-main.php:20
|
|
|
772 |
msgid "Bulk Actions"
|
773 |
msgstr "Масови действия"
|
774 |
|
@@ -779,7 +850,7 @@ msgstr "Активиране"
|
|
779 |
|
780 |
#: dashboard/publisher/adverts-disabled.php:22
|
781 |
#: dashboard/publisher/adverts-error.php:21
|
782 |
-
#: dashboard/publisher/adverts-main.php:22
|
783 |
msgid "Delete"
|
784 |
msgstr "Изтриване"
|
785 |
|
@@ -793,6 +864,7 @@ msgstr "Нулиране на статистиката"
|
|
793 |
#: dashboard/publisher/adverts-error.php:29
|
794 |
#: dashboard/publisher/adverts-main.php:30
|
795 |
#: dashboard/publisher/groups-main.php:24
|
|
|
796 |
msgid "Go"
|
797 |
msgstr "Напред"
|
798 |
|
@@ -800,12 +872,14 @@ msgstr "Напред"
|
|
800 |
#: dashboard/publisher/adverts-error.php:39
|
801 |
#: dashboard/publisher/adverts-main.php:39
|
802 |
#: dashboard/publisher/groups-main.php:32
|
|
|
803 |
msgid "ID"
|
804 |
msgstr "ID"
|
805 |
|
806 |
#: dashboard/publisher/adverts-disabled.php:36
|
807 |
#: dashboard/publisher/adverts-error.php:41
|
808 |
#: dashboard/publisher/adverts-main.php:40
|
|
|
809 |
msgid "Start / End"
|
810 |
msgstr "Начало / Край"
|
811 |
|
@@ -813,7 +887,8 @@ msgstr "Начало / Край"
|
|
813 |
#: dashboard/publisher/adverts-error.php:40
|
814 |
#: dashboard/publisher/adverts-main.php:41
|
815 |
#: dashboard/publisher/groups-edit.php:51
|
816 |
-
#: dashboard/publisher/groups-main.php:33
|
|
|
817 |
msgid "Name"
|
818 |
msgstr "Име"
|
819 |
|
@@ -826,21 +901,41 @@ msgstr "Показана"
|
|
826 |
|
827 |
#: dashboard/publisher/adverts-disabled.php:40
|
828 |
#: dashboard/publisher/adverts-main.php:45
|
829 |
-
#: dashboard/publisher/adverts-report.php:36
|
830 |
-
#: dashboard/publisher/adverts-report.php:57
|
831 |
#: dashboard/publisher/groups-edit.php:334
|
832 |
#: dashboard/publisher/groups-main.php:38
|
833 |
-
#: dashboard/publisher/
|
834 |
-
#: dashboard/publisher/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
835 |
msgid "Clicks"
|
836 |
msgstr "Кликове"
|
837 |
|
838 |
#: dashboard/publisher/adverts-disabled.php:41
|
839 |
#: dashboard/publisher/adverts-main.php:47
|
840 |
-
#: dashboard/publisher/
|
841 |
-
#: dashboard/publisher/
|
842 |
-
#: dashboard/publisher/
|
843 |
-
#: dashboard/publisher/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
844 |
msgid "CTR"
|
845 |
msgstr "CTR"
|
846 |
|
@@ -935,7 +1030,7 @@ msgid "Basic Examples:"
|
|
935 |
msgstr "Основни примери:"
|
936 |
|
937 |
#: dashboard/publisher/adverts-edit.php:129
|
938 |
-
msgid "Get
|
939 |
msgstr ""
|
940 |
|
941 |
#: dashboard/publisher/adverts-edit.php:134
|
@@ -991,6 +1086,7 @@ msgstr ""
|
|
991 |
"Това се дължи на разлики в CSS. CSS файла на вашата тема не е активен тук!"
|
992 |
|
993 |
#: dashboard/publisher/adverts-edit.php:150
|
|
|
994 |
msgid "Banner asset"
|
995 |
msgstr ""
|
996 |
|
@@ -1003,6 +1099,7 @@ msgid "Select Banner"
|
|
1003 |
msgstr "Избор на банер"
|
1004 |
|
1005 |
#: dashboard/publisher/adverts-edit.php:155
|
|
|
1006 |
msgid "- OR -"
|
1007 |
msgstr "- ИЛИ -"
|
1008 |
|
@@ -1026,11 +1123,6 @@ msgstr ""
|
|
1026 |
"Използвайте падащото меню или текстовото поле. Ако текстовото поле е "
|
1027 |
"попълнено, то ще бъде с преоритет."
|
1028 |
|
1029 |
-
#: dashboard/publisher/adverts-edit.php:167
|
1030 |
-
#: dashboard/settings/statistics.php:17
|
1031 |
-
msgid "Statistics"
|
1032 |
-
msgstr "Статистики"
|
1033 |
-
|
1034 |
#: dashboard/publisher/adverts-edit.php:169
|
1035 |
msgid "Enable click and impression tracking for this advert."
|
1036 |
msgstr ""
|
@@ -1058,11 +1150,21 @@ msgid "Get more features with AdRotate Pro."
|
|
1058 |
msgstr "Получете по-голяма функционалност с AdRotate Pro."
|
1059 |
|
1060 |
#: dashboard/publisher/adverts-edit.php:188
|
|
|
|
|
|
|
1061 |
#: dashboard/publisher/adverts-main.php:105
|
1062 |
#: dashboard/publisher/groups-edit.php:71
|
1063 |
-
#: dashboard/publisher/groups-
|
1064 |
-
|
1065 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1066 |
|
1067 |
#: dashboard/publisher/adverts-edit.php:191
|
1068 |
#: dashboard/publisher/adverts-edit.php:291
|
@@ -1075,6 +1177,7 @@ msgstr "Запиши рекламата"
|
|
1075 |
#: dashboard/publisher/adverts-edit.php:292
|
1076 |
#: dashboard/publisher/adverts-edit.php:448
|
1077 |
#: dashboard/publisher/adverts-edit.php:489
|
|
|
1078 |
#: dashboard/publisher/groups-edit.php:150
|
1079 |
#: dashboard/publisher/groups-edit.php:299
|
1080 |
#: dashboard/publisher/groups-edit.php:391
|
@@ -1168,13 +1271,6 @@ msgid ""
|
|
1168 |
"Pro."
|
1169 |
msgstr ""
|
1170 |
|
1171 |
-
#: dashboard/publisher/adverts-edit.php:288
|
1172 |
-
#: dashboard/publisher/adverts-edit.php:357
|
1173 |
-
#: dashboard/publisher/adverts-edit.php:428
|
1174 |
-
#: dashboard/publisher/groups-edit.php:191
|
1175 |
-
msgid "Upgrade today"
|
1176 |
-
msgstr "Надградете днес"
|
1177 |
-
|
1178 |
#: dashboard/publisher/adverts-edit.php:295
|
1179 |
#: dashboard/publisher/groups-edit.php:153
|
1180 |
msgid "Advanced"
|
@@ -1380,6 +1476,210 @@ msgstr "Изтича скоро."
|
|
1380 |
msgid "Expired"
|
1381 |
msgstr "Изтекло"
|
1382 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1383 |
#: dashboard/publisher/adverts-main.php:12
|
1384 |
msgid "Active Adverts"
|
1385 |
msgstr ""
|
@@ -1394,6 +1694,8 @@ msgstr "Експорт в XML"
|
|
1394 |
#: dashboard/publisher/adverts-main.php:46
|
1395 |
#: dashboard/publisher/groups-main.php:37
|
1396 |
#: dashboard/publisher/groups-main.php:39
|
|
|
|
|
1397 |
msgid "Today"
|
1398 |
msgstr "Днес"
|
1399 |
|
@@ -1401,48 +1703,6 @@ msgstr "Днес"
|
|
1401 |
msgid "No adverts created yet!"
|
1402 |
msgstr ""
|
1403 |
|
1404 |
-
#: dashboard/publisher/adverts-report.php:30
|
1405 |
-
msgid "Statistics for advert"
|
1406 |
-
msgstr "Статистика за реклами"
|
1407 |
-
|
1408 |
-
#: dashboard/publisher/adverts-report.php:35
|
1409 |
-
#: dashboard/publisher/adverts-report.php:56
|
1410 |
-
#: dashboard/publisher/groups-report.php:36
|
1411 |
-
#: dashboard/publisher/groups-report.php:57
|
1412 |
-
msgid "Impressions"
|
1413 |
-
msgstr "Импресии"
|
1414 |
-
|
1415 |
-
#: dashboard/publisher/adverts-report.php:37
|
1416 |
-
#: dashboard/publisher/groups-report.php:38
|
1417 |
-
msgid "Impressions today"
|
1418 |
-
msgstr "Импресии днес"
|
1419 |
-
|
1420 |
-
#: dashboard/publisher/adverts-report.php:38
|
1421 |
-
#: dashboard/publisher/groups-report.php:39
|
1422 |
-
msgid "Clicks today"
|
1423 |
-
msgstr "Кликове днес"
|
1424 |
-
|
1425 |
-
#: dashboard/publisher/adverts-report.php:45
|
1426 |
-
#: dashboard/publisher/groups-report.php:46
|
1427 |
-
msgid "Monthly overview of clicks and impressions"
|
1428 |
-
msgstr "Месечен преглед на кликовете и импресиите"
|
1429 |
-
|
1430 |
-
#: dashboard/publisher/adverts-report.php:64
|
1431 |
-
#: dashboard/publisher/groups-report.php:65
|
1432 |
-
#: dashboard/settings/notifications.php:60
|
1433 |
-
#: dashboard/settings/notifications.php:90
|
1434 |
-
msgid "Note:"
|
1435 |
-
msgstr "Забележка:"
|
1436 |
-
|
1437 |
-
#: dashboard/publisher/adverts-report.php:64
|
1438 |
-
#: dashboard/publisher/groups-report.php:65
|
1439 |
-
msgid ""
|
1440 |
-
"All statistics are indicative. They do not nessesarily reflect results "
|
1441 |
-
"counted by other parties."
|
1442 |
-
msgstr ""
|
1443 |
-
"Статистиката е показателна. Възможно е резултатите от нея да не съвпадат с "
|
1444 |
-
"резултатите от преброяване на трети страни."
|
1445 |
-
|
1446 |
#: dashboard/publisher/groups-edit.php:43
|
1447 |
msgid "New Group"
|
1448 |
msgstr "Нова група"
|
@@ -1499,10 +1759,6 @@ msgstr "Блоков режим"
|
|
1499 |
msgid "Larger blocks will degrade your sites performance! Default: 2/2."
|
1500 |
msgstr ""
|
1501 |
|
1502 |
-
#: dashboard/publisher/groups-edit.php:95
|
1503 |
-
msgid "Advert size"
|
1504 |
-
msgstr ""
|
1505 |
-
|
1506 |
#: dashboard/publisher/groups-edit.php:97
|
1507 |
msgid "pixel(s) wide"
|
1508 |
msgstr "пиксела ширитина"
|
@@ -1740,10 +1996,12 @@ msgid "Configuration errors."
|
|
1740 |
msgstr "Грешки при конфигурирането."
|
1741 |
|
1742 |
#: dashboard/publisher/groups-edit.php:385
|
|
|
1743 |
msgid "Expires soon."
|
1744 |
msgstr "Изтича скоро."
|
1745 |
|
1746 |
#: dashboard/publisher/groups-edit.php:386
|
|
|
1747 |
msgid "Has expired."
|
1748 |
msgstr "Изтекла."
|
1749 |
|
@@ -1776,10 +2034,250 @@ msgstr "ОК, за да продължите, ОТКАЗ за стоп."
|
|
1776 |
msgid "No groups created!"
|
1777 |
msgstr "Няма създадени групи!"
|
1778 |
|
1779 |
-
#: dashboard/publisher/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1780 |
msgid "Statistics for group"
|
1781 |
msgstr "Статистика за групи"
|
1782 |
|
|
|
|
|
|
|
|
|
1783 |
#: dashboard/settings/advertisers.php:16
|
1784 |
msgid "Advertisers - Available in AdRotate Pro"
|
1785 |
msgstr ""
|
@@ -2786,6 +3284,18 @@ msgstr ""
|
|
2786 |
"Полето не може да остава празно, да съдържа стойност под 60 или над 86400 "
|
2787 |
"(24 часа)."
|
2788 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2789 |
#~ msgid "Empty database records removed"
|
2790 |
#~ msgstr "Празните записи в базата данни са премахнати"
|
2791 |
|
@@ -2823,9 +3333,6 @@ msgstr ""
|
|
2823 |
#~ msgid "If you find AdRotate useful please leave your honest"
|
2824 |
#~ msgstr "Ако намирате AdRotate за полезен, моля оставете честна"
|
2825 |
|
2826 |
-
#~ msgid "Manage Schedules"
|
2827 |
-
#~ msgstr "Управление на графици"
|
2828 |
-
|
2829 |
#~ msgid "Manage Media"
|
2830 |
#~ msgstr "Управление на Медия"
|
2831 |
|
@@ -2848,12 +3355,6 @@ msgstr ""
|
|
2848 |
#~ msgid "Ads"
|
2849 |
#~ msgstr "Реклами"
|
2850 |
|
2851 |
-
#~ msgid "Max Impressions"
|
2852 |
-
#~ msgstr "Максимум импресии"
|
2853 |
-
|
2854 |
-
#~ msgid "Max Clicks"
|
2855 |
-
#~ msgstr "Максимум кликове"
|
2856 |
-
|
2857 |
#~ msgid "No schedules created yet!"
|
2858 |
#~ msgstr "Все още няма създадени графици!"
|
2859 |
|
@@ -2869,19 +3370,6 @@ msgstr ""
|
|
2869 |
#~ msgid "Media uploading and management is available in AdRotate Pro."
|
2870 |
#~ msgstr "Управлението и качването на медия са налични в AdRotate Pro."
|
2871 |
|
2872 |
-
#~ msgid "Maximum size is 512Kb."
|
2873 |
-
#~ msgstr "Максималния размер е 512Kb."
|
2874 |
-
|
2875 |
-
#~ msgid "Important:"
|
2876 |
-
#~ msgstr "Важно:"
|
2877 |
-
|
2878 |
-
#~ msgid ""
|
2879 |
-
#~ "Make sure your file has no spaces or special characters in the name. "
|
2880 |
-
#~ "Replace spaces with a - or _."
|
2881 |
-
#~ msgstr ""
|
2882 |
-
#~ "Уверете се, че файла няма интервали и специални знаци в името си. "
|
2883 |
-
#~ "Заместете интервалите с - или _."
|
2884 |
-
|
2885 |
#~ msgid ""
|
2886 |
#~ "For responsive adverts make sure the filename is in the following format; "
|
2887 |
#~ "\"imagename.full.ext\". A full set of sized images is strongly "
|
@@ -2906,16 +3394,6 @@ msgstr ""
|
|
2906 |
#~ "image.full.jpg, image.320.jpg и image.768.jpg ще се използват от една и "
|
2907 |
#~ "съща реклама в различни резолюции на екрана."
|
2908 |
|
2909 |
-
#~ msgid "Actions"
|
2910 |
-
#~ msgstr "Действия"
|
2911 |
-
|
2912 |
-
#~ msgid ""
|
2913 |
-
#~ "Make sure the banner images are not in use by adverts when you delete "
|
2914 |
-
#~ "them!"
|
2915 |
-
#~ msgstr ""
|
2916 |
-
#~ "Уверете се, че картинките за банери не се използват от реклами, преди да "
|
2917 |
-
#~ "ги изтриете!"
|
2918 |
-
|
2919 |
#~ msgid "Manage your banner folder from here with AdRotate Pro."
|
2920 |
#~ msgstr "Можете да управлявате папката с банери от тук с AdRotate Pro."
|
2921 |
|
@@ -2996,9 +3474,6 @@ msgstr ""
|
|
2996 |
#~ "Кой да получава email съобщения от рекламодатели. Максимум 2 адреса, "
|
2997 |
#~ "разделени със запетая. Полето не може да бъде празно!"
|
2998 |
|
2999 |
-
#~ msgid "Get more features with AdRotate Pro"
|
3000 |
-
#~ msgstr "Получете по-голяма функционалност с AdRotate Pro"
|
3001 |
-
|
3002 |
#~ msgid ""
|
3003 |
#~ "Benefit from extra features to reinforce your income with advertising "
|
3004 |
#~ "campaigns. Make the most of your website with the powerful tools AdRotate "
|
@@ -3011,9 +3486,6 @@ msgstr ""
|
|
3011 |
#~ msgid "Visit the"
|
3012 |
#~ msgstr "Посетете"
|
3013 |
|
3014 |
-
#~ msgid "website"
|
3015 |
-
#~ msgstr "уебсайт"
|
3016 |
-
|
3017 |
#~ msgid "AdRotate News and Developer Blog"
|
3018 |
#~ msgstr "AdRotate блог за новини и разработка"
|
3019 |
|
@@ -3100,13 +3572,6 @@ msgstr ""
|
|
3100 |
#~ msgid "Block Mode - Show a block of ads"
|
3101 |
#~ msgstr "Блоков режим - показва се блок от реклами"
|
3102 |
|
3103 |
-
#~ msgid ""
|
3104 |
-
#~ "Define the maximum size of the ads in pixels. Size can be 'auto' (Not "
|
3105 |
-
#~ "recommended). Default: 125/125."
|
3106 |
-
#~ msgstr ""
|
3107 |
-
#~ "Задайте максималния размер на рекламите в пиксели. Размера не може да е "
|
3108 |
-
#~ "'auto' (Не е препоръчително). По подразбиране: 125/125."
|
3109 |
-
|
3110 |
#~ msgid "No ads created!"
|
3111 |
#~ msgstr "Няма създадени реклами!"
|
3112 |
|
@@ -3136,9 +3601,6 @@ msgstr ""
|
|
3136 |
#~ msgid "Find out more"
|
3137 |
#~ msgstr "Научете повече"
|
3138 |
|
3139 |
-
#~ msgid "Follow"
|
3140 |
-
#~ msgstr "Последвай"
|
3141 |
-
|
3142 |
#~ msgid "Barely visible"
|
3143 |
#~ msgstr "Почти видимо"
|
3144 |
|
@@ -3157,9 +3619,6 @@ msgstr ""
|
|
3157 |
#~ msgid "Impressions timer"
|
3158 |
#~ msgstr "Таймер за импресии"
|
3159 |
|
3160 |
-
#~ msgid "Clicks timer"
|
3161 |
-
#~ msgstr "Таймер за кликове"
|
3162 |
-
|
3163 |
#~ msgid "Learn More"
|
3164 |
#~ msgstr "Научете повече"
|
3165 |
|
@@ -3168,9 +3627,6 @@ msgstr ""
|
|
3168 |
#~ "Вземете повече опции за дори по-добро управление на вашите рекламни "
|
3169 |
#~ "кампании."
|
3170 |
|
3171 |
-
#~ msgid "Thank you for your consideration!"
|
3172 |
-
#~ msgstr "Благодарим Ви, че го обмислихте!"
|
3173 |
-
|
3174 |
#~ msgid ""
|
3175 |
#~ "Your one stop for Webdevelopment, consultancy and anything WordPress! "
|
3176 |
#~ "Find out more about what I can do for you!"
|
@@ -3194,25 +3650,6 @@ msgstr ""
|
|
3194 |
#~ msgid "Group updated"
|
3195 |
#~ msgstr "Групата е обновена"
|
3196 |
|
3197 |
-
#~ msgid ""
|
3198 |
-
#~ "Upload images to the AdRotate Pro banners folder from here. This is "
|
3199 |
-
#~ "especially useful if you use responsive adverts with multiple images."
|
3200 |
-
#~ msgstr ""
|
3201 |
-
#~ "Качете картинки в папката за банери на AdRotate Pro от тук. Това е "
|
3202 |
-
#~ "особено полезно, ако използвате responsive реклами с няколко картинки."
|
3203 |
-
|
3204 |
-
#~ msgid "Upload new banner image"
|
3205 |
-
#~ msgstr "Качване на нова картинка на банера"
|
3206 |
-
|
3207 |
-
#~ msgid "Accepted files are:"
|
3208 |
-
#~ msgstr "Приемат се следните файлове:"
|
3209 |
-
|
3210 |
-
#~ msgid "Upload image"
|
3211 |
-
#~ msgstr "Качването на картинка"
|
3212 |
-
|
3213 |
-
#~ msgid "Available banner images in"
|
3214 |
-
#~ msgstr "Налични картинки за банери в"
|
3215 |
-
|
3216 |
#~ msgid "Access Rights"
|
3217 |
#~ msgstr "Права на достъп"
|
3218 |
|
@@ -3647,9 +4084,6 @@ msgstr ""
|
|
3647 |
#~ "image.full.jpg, image.320.jpg и image.768.jpg ще се използват от една и "
|
3648 |
#~ "съща реклама в различни резолюции на екрана. Изисква jQuery."
|
3649 |
|
3650 |
-
#~ msgid "Media:"
|
3651 |
-
#~ msgstr "Медия:"
|
3652 |
-
|
3653 |
#~ msgid ""
|
3654 |
#~ "With AdRotate Pro you can also set a weight to give adverts more or less "
|
3655 |
#~ "attention."
|
@@ -3671,9 +4105,6 @@ msgstr ""
|
|
3671 |
#~ "Насочете рекламите си към правилната аудитория с услугата за "
|
3672 |
#~ "местоположение в AdRotate Pro"
|
3673 |
|
3674 |
-
#~ msgid "Schedule"
|
3675 |
-
#~ msgstr "График"
|
3676 |
-
|
3677 |
#~ msgid "From when to when is the advert visible?"
|
3678 |
#~ msgstr "От кога до кога да бъде видима тази обява?"
|
3679 |
|
@@ -3797,12 +4228,6 @@ msgstr ""
|
|
3797 |
#~ msgid "Updated"
|
3798 |
#~ msgstr "Обновен"
|
3799 |
|
3800 |
-
#~ msgid "Show from"
|
3801 |
-
#~ msgstr "Покажи от"
|
3802 |
-
|
3803 |
-
#~ msgid "Show until"
|
3804 |
-
#~ msgstr "Покажи до"
|
3805 |
-
|
3806 |
#~ msgid "AdRotate Server Settings"
|
3807 |
#~ msgstr "Настройки на сървъра на AdRotate"
|
3808 |
|
@@ -3932,10 +4357,6 @@ msgstr ""
|
|
3932 |
#~ msgid "Buy"
|
3933 |
#~ msgstr "Купи"
|
3934 |
|
3935 |
-
#, fuzzy
|
3936 |
-
#~ msgid "Used"
|
3937 |
-
#~ msgstr "Използвани"
|
3938 |
-
|
3939 |
#, fuzzy
|
3940 |
#~ msgid "Schedules not in use by this advert are hidden."
|
3941 |
#~ msgstr "Графици, които не се използват от тази реклама са скрити."
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: AdRotate\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2017-08-19 13:54+0800\n"
|
6 |
+
"PO-Revision-Date: 2017-08-19 13:54+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"
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
+
#: adrotate-functions.php:716
|
21 |
msgid "No files found"
|
22 |
msgstr "Няма намерени файлове"
|
23 |
|
24 |
+
#: adrotate-functions.php:719
|
25 |
msgid "Folder not found or not accessible"
|
26 |
msgstr "Папката не е намерена или не е достъпна"
|
27 |
|
28 |
+
#: adrotate-functions.php:804
|
29 |
msgid "Ad saved"
|
30 |
msgstr ""
|
31 |
|
32 |
+
#: adrotate-functions.php:808
|
33 |
msgid "Group saved"
|
34 |
msgstr ""
|
35 |
|
36 |
+
#: adrotate-functions.php:812
|
37 |
msgid "Ad(s) deleted"
|
38 |
msgstr "Успешно изтриване"
|
39 |
|
40 |
+
#: adrotate-functions.php:816
|
41 |
msgid "Group deleted"
|
42 |
msgstr "Групата е изтрита"
|
43 |
|
44 |
+
#: adrotate-functions.php:820
|
45 |
msgid "Ad(s) statistics reset"
|
46 |
msgstr "Статистиката е нулирана"
|
47 |
|
48 |
+
#: adrotate-functions.php:824
|
49 |
msgid "Ad(s) renewed"
|
50 |
msgstr "Успешно подновяване"
|
51 |
|
52 |
+
#: adrotate-functions.php:828
|
53 |
msgid "Ad(s) deactivated"
|
54 |
msgstr "Успешно деактивиране"
|
55 |
|
56 |
+
#: adrotate-functions.php:832
|
57 |
msgid "Ad(s) activated"
|
58 |
msgstr "Успешно активиране"
|
59 |
|
60 |
+
#: adrotate-functions.php:836
|
61 |
msgid "Group including it's Ads deleted"
|
62 |
msgstr "Групата и съдържащите се в нея реклами са изтрити"
|
63 |
|
64 |
+
#: adrotate-functions.php:840
|
65 |
msgid "Export created"
|
66 |
msgstr "Експорта е завършен"
|
67 |
|
68 |
+
#: adrotate-functions.php:844
|
69 |
+
msgid ""
|
70 |
+
"Advert HTML generated and placed in the AdCode field. Configure your advert "
|
71 |
+
"below."
|
72 |
+
msgstr ""
|
73 |
+
|
74 |
+
#: adrotate-functions.php:849
|
75 |
msgid "Settings saved"
|
76 |
msgstr "Настройките са запазени"
|
77 |
|
78 |
+
#: adrotate-functions.php:853
|
79 |
msgid "Database optimized"
|
80 |
msgstr "Базата данни е оптимизирана"
|
81 |
|
82 |
+
#: adrotate-functions.php:857
|
83 |
msgid "Database repaired"
|
84 |
msgstr "Базата данни е поправена"
|
85 |
|
86 |
+
#: adrotate-functions.php:861
|
87 |
msgid "Ads evaluated and statuses have been corrected where required"
|
88 |
msgstr "Рекламите са оценени и статусите им са обновени, където е необходимо"
|
89 |
|
90 |
+
#: adrotate-functions.php:865
|
91 |
#, fuzzy
|
92 |
#| msgid "Clean-up Database"
|
93 |
msgid "Cleanup complete"
|
94 |
msgstr "Почистване на базата данни"
|
95 |
|
96 |
+
#: adrotate-functions.php:870
|
97 |
msgid "Action prohibited"
|
98 |
msgstr "Забранено действие"
|
99 |
|
100 |
+
#: adrotate-functions.php:874
|
101 |
msgid ""
|
102 |
"The ad was saved but has an issue which might prevent it from working "
|
103 |
"properly. Review the colored ad."
|
104 |
msgstr ""
|
105 |
|
106 |
+
#: adrotate-functions.php:878
|
107 |
msgid "No data found in selected time period"
|
108 |
msgstr "Не е намерена информация за избрания период"
|
109 |
|
110 |
+
#: adrotate-functions.php:882
|
111 |
msgid "Database can only be optimized or cleaned once every hour"
|
112 |
msgstr "Базата данни може да бъде почиствана или оптимизирана веднъж на час"
|
113 |
|
114 |
+
#: adrotate-functions.php:886
|
115 |
msgid "Form can not be (partially) empty!"
|
116 |
msgstr ""
|
117 |
|
118 |
+
#: adrotate-functions.php:890
|
119 |
msgid "No ads found."
|
120 |
msgstr ""
|
121 |
|
122 |
+
#: adrotate-functions.php:894
|
123 |
msgid "Unexpected error"
|
124 |
msgstr ""
|
125 |
|
126 |
+
#: adrotate-manage-publisher.php:798
|
127 |
msgid "AdRotate Advertiser"
|
128 |
msgstr ""
|
129 |
|
220 |
msgid "Your AdRotate Banner folder is not writable or does not exist."
|
221 |
msgstr ""
|
222 |
|
223 |
+
#: adrotate-output.php:685 dashboard/adrotatepro.php:87
|
224 |
#: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:89
|
225 |
#: dashboard/adrotatepro.php:90 dashboard/adrotatepro.php:99
|
226 |
#: dashboard/adrotatepro.php:100 dashboard/adrotatepro.php:101
|
227 |
+
#: dashboard/adrotatepro.php:102 dashboard/info.php:83 dashboard/info.php:84
|
228 |
+
#: dashboard/info.php:85 dashboard/info.php:86 dashboard/info.php:90
|
229 |
+
#: dashboard/info.php:91 dashboard/info.php:92 dashboard/info.php:93
|
230 |
#: dashboard/settings/geotargeting.php:35
|
231 |
msgid "Buy now"
|
232 |
msgstr "Купи сега"
|
233 |
|
234 |
+
#: adrotate-output.php:686
|
235 |
+
#, fuzzy
|
236 |
+
#| msgid ""
|
237 |
+
#| "You've been using <strong>AdRotate</strong> for a while now. Why not "
|
238 |
+
#| "upgrade to the <strong>PRO</strong> version"
|
239 |
msgid ""
|
240 |
+
"If you like <strong>AdRotate</strong>, please consider upgrading to the "
|
241 |
+
"<strong>PRO</strong> version and get more features."
|
242 |
msgstr ""
|
243 |
"Използвате <strong>AdRotate</strong> от известно време. Защо не надградите "
|
244 |
"до <strong>PRO</strong> версията"
|
245 |
|
246 |
+
#: adrotate-output.php:686
|
247 |
#, php-format
|
248 |
msgid ""
|
249 |
"Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
|
250 |
msgstr ""
|
251 |
|
252 |
+
#: adrotate-output.php:686
|
253 |
+
#, fuzzy
|
254 |
+
#| msgid "Thank you for your consideration!"
|
255 |
+
msgid "Thank you for your support!"
|
256 |
+
msgstr "Благодарим Ви, че го обмислихте!"
|
257 |
|
258 |
+
#: adrotate-output.php:747
|
259 |
msgid ""
|
260 |
"Thank you for choosing AdRotate. Everything related to AdRotate is in this "
|
261 |
"menu. If you need help getting started take a look at the"
|
262 |
msgstr ""
|
263 |
|
264 |
+
#: adrotate-output.php:747
|
265 |
msgid "manuals"
|
266 |
msgstr "ръководства"
|
267 |
|
268 |
+
#: adrotate-output.php:747 adrotate-output.php:817
|
269 |
msgid "and"
|
270 |
msgstr "и"
|
271 |
|
272 |
+
#: adrotate-output.php:747
|
273 |
msgid "forums"
|
274 |
msgstr ""
|
275 |
|
276 |
+
#: adrotate-output.php:780
|
277 |
msgid "Useful Links"
|
278 |
msgstr "Полезни връзки"
|
279 |
|
280 |
+
#: adrotate-output.php:781
|
281 |
msgid "Useful links to learn more about AdRotate"
|
282 |
msgstr "Полезни връзки, за да получите повече информация за AdRotate"
|
283 |
|
284 |
+
#: adrotate-output.php:783
|
285 |
msgid "AdRotate website"
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: adrotate-output.php:784
|
289 |
msgid "Getting Started With AdRotate"
|
290 |
msgstr "Започнете от нулата с AdRotate Pro"
|
291 |
|
292 |
+
#: adrotate-output.php:785
|
293 |
msgid "AdRotate manuals"
|
294 |
msgstr ""
|
295 |
|
296 |
+
#: adrotate-output.php:786
|
297 |
msgid "AdRotate Support Forum"
|
298 |
msgstr "Форум за поддръжка на AdRotate"
|
299 |
|
300 |
+
#: adrotate-output.php:809 dashboard/info.php:49
|
301 |
msgid "Support AdRotate"
|
302 |
msgstr "Подкрепете AdRotate"
|
303 |
|
304 |
+
#: adrotate-output.php:810
|
305 |
msgid "Check out my website"
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: adrotate-output.php:817
|
309 |
msgid ""
|
310 |
"Many users only think to review AdRotate when something goes wrong while "
|
311 |
"thousands of people happily use AdRotate."
|
312 |
msgstr ""
|
313 |
|
314 |
+
#: adrotate-output.php:817
|
315 |
msgid "If you find AdRotate useful please leave your"
|
316 |
msgstr ""
|
317 |
|
318 |
+
#: adrotate-output.php:817
|
319 |
msgid "rating"
|
320 |
msgstr "оценка"
|
321 |
|
322 |
+
#: adrotate-output.php:817
|
323 |
msgid "review"
|
324 |
msgstr "мнение"
|
325 |
|
326 |
+
#: adrotate-output.php:817
|
327 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
328 |
msgstr "на WordPress.org, за да се развива AdRotate"
|
329 |
|
330 |
+
#: adrotate-output.php:843 dashboard/settings/notifications.php:50
|
331 |
#: dashboard/settings/notifications.php:80
|
332 |
msgid "Available in AdRotate Pro"
|
333 |
msgstr "Налично в AdRotate Pro"
|
334 |
|
335 |
+
#: adrotate-output.php:843
|
336 |
msgid "More information..."
|
337 |
msgstr "Повече информация..."
|
338 |
|
339 |
+
#: adrotate-output.php:844
|
340 |
msgid "This feature is available in AdRotate Pro"
|
341 |
msgstr "Тази функционалност е налична в AdRotate Pro"
|
342 |
|
343 |
+
#: adrotate-output.php:844
|
344 |
msgid "Learn more"
|
345 |
msgstr "Повече информация"
|
346 |
|
347 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:220
|
348 |
#: dashboard/publisher/adverts-edit.php:241
|
349 |
msgid "January"
|
350 |
msgstr "Януари"
|
351 |
|
352 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:221
|
353 |
#: dashboard/publisher/adverts-edit.php:242
|
354 |
msgid "February"
|
355 |
msgstr "Февруари"
|
356 |
|
357 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:222
|
358 |
#: dashboard/publisher/adverts-edit.php:243
|
359 |
msgid "March"
|
360 |
msgstr "Март"
|
361 |
|
362 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:223
|
363 |
#: dashboard/publisher/adverts-edit.php:244
|
364 |
msgid "April"
|
365 |
msgstr "Април"
|
366 |
|
367 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:224
|
368 |
#: dashboard/publisher/adverts-edit.php:245
|
369 |
msgid "May"
|
370 |
msgstr "Май"
|
371 |
|
372 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:225
|
373 |
#: dashboard/publisher/adverts-edit.php:246
|
374 |
msgid "June"
|
375 |
msgstr "Юни"
|
376 |
|
377 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:226
|
378 |
#: dashboard/publisher/adverts-edit.php:247
|
379 |
msgid "July"
|
380 |
msgstr "Юли"
|
381 |
|
382 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:227
|
383 |
#: dashboard/publisher/adverts-edit.php:248
|
384 |
msgid "August"
|
385 |
msgstr "Август"
|
386 |
|
387 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:228
|
388 |
#: dashboard/publisher/adverts-edit.php:249
|
389 |
msgid "September"
|
390 |
msgstr "Септември"
|
391 |
|
392 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:229
|
393 |
#: dashboard/publisher/adverts-edit.php:250
|
394 |
msgid "October"
|
395 |
msgstr "Октомври"
|
396 |
|
397 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:230
|
398 |
#: dashboard/publisher/adverts-edit.php:251
|
399 |
msgid "November"
|
400 |
msgstr "Ноември"
|
401 |
|
402 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:231
|
403 |
#: dashboard/publisher/adverts-edit.php:252
|
404 |
msgid "December"
|
405 |
msgstr "Декември"
|
406 |
|
407 |
+
#: adrotate-statistics.php:169
|
408 |
msgid "Previous"
|
409 |
msgstr "Предишен"
|
410 |
|
411 |
+
#: adrotate-statistics.php:171 dashboard/publisher/statistics-advert.php:67
|
412 |
+
#: dashboard/publisher/statistics-group.php:73
|
413 |
+
#: dashboard/publisher/statistics-main.php:37
|
414 |
msgid "This month"
|
415 |
msgstr "Този месец"
|
416 |
|
417 |
+
#: adrotate-statistics.php:172
|
418 |
msgid "Next"
|
419 |
msgstr "Следващ"
|
420 |
|
421 |
+
#: adrotate-statistics.php:267
|
422 |
msgid "No data to show!"
|
423 |
msgstr "Няма информация!"
|
424 |
|
425 |
+
#: adrotate-statistics.php:344 adrotate-statistics.php:345
|
426 |
+
#, fuzzy
|
427 |
+
#| msgid "No files found"
|
428 |
+
msgid "Not found"
|
429 |
+
msgstr "Няма намерени файлове"
|
430 |
+
|
431 |
#: adrotate-widget.php:116
|
432 |
msgid "Title (optional):"
|
433 |
msgstr "Заглавие (не е задължително):"
|
479 |
#: adrotate.php:105 dashboard/info.php:40
|
480 |
#: dashboard/publisher/adverts-edit.php:458
|
481 |
#: dashboard/publisher/groups-main.php:34
|
482 |
+
#: dashboard/publisher/schedules-main.php:34
|
483 |
+
#: dashboard/publisher/statistics-main.php:24
|
484 |
msgid "Adverts"
|
485 |
msgstr "Реклами"
|
486 |
|
488 |
msgid "Groups"
|
489 |
msgstr "Групи"
|
490 |
|
491 |
+
#: adrotate.php:107 adrotate.php:348
|
492 |
+
#, fuzzy
|
493 |
+
#| msgid "Schedule"
|
494 |
+
msgid "Schedules"
|
495 |
+
msgstr "График"
|
496 |
+
|
497 |
+
#: adrotate.php:108 adrotate.php:388 dashboard/publisher/adverts-edit.php:167
|
498 |
+
#: dashboard/publisher/statistics-main.php:12
|
499 |
+
#: dashboard/settings/statistics.php:17
|
500 |
+
msgid "Statistics"
|
501 |
+
msgstr "Статистики"
|
502 |
+
|
503 |
+
#: adrotate.php:109
|
504 |
+
#, fuzzy
|
505 |
+
#| msgid "Media:"
|
506 |
+
msgid "Media"
|
507 |
+
msgstr "Медия:"
|
508 |
+
|
509 |
+
#: adrotate.php:110
|
510 |
msgid "Settings"
|
511 |
msgstr "Настройки"
|
512 |
|
513 |
+
#: adrotate.php:131
|
514 |
msgid "AdRotate Info"
|
515 |
msgstr "AdRotate Info"
|
516 |
|
517 |
+
#: adrotate.php:149
|
518 |
msgid "AdRotate Professional"
|
519 |
msgstr "AdRotate Professional"
|
520 |
|
521 |
+
#: adrotate.php:189
|
522 |
msgid "Advert Management"
|
523 |
msgstr ""
|
524 |
|
525 |
+
#: adrotate.php:249 adrotate.php:317
|
526 |
msgid "Manage"
|
527 |
msgstr "Управление"
|
528 |
|
529 |
+
#: adrotate.php:250
|
530 |
+
#, fuzzy
|
531 |
+
#| msgid "General Info"
|
532 |
+
msgid "Generator"
|
533 |
+
msgstr "Обща информация"
|
534 |
+
|
535 |
+
#: adrotate.php:251 adrotate.php:318
|
536 |
msgid "Add New"
|
537 |
msgstr "Добавяне"
|
538 |
|
539 |
+
#: adrotate.php:311
|
540 |
msgid "Group Management"
|
541 |
msgstr "Управление на групи"
|
542 |
|
543 |
+
#: adrotate.php:442
|
544 |
+
msgid "Media and Assets"
|
545 |
+
msgstr ""
|
546 |
+
|
547 |
+
#: adrotate.php:446
|
548 |
+
#, fuzzy
|
549 |
+
#| msgid ""
|
550 |
+
#| "Upload images to the AdRotate Pro banners folder from here. This is "
|
551 |
+
#| "especially useful if you use responsive adverts with multiple images."
|
552 |
+
msgid ""
|
553 |
+
"Upload images to the AdRotate Pro banners folder from here. This is useful "
|
554 |
+
"if you have HTML5 adverts containing multiple files."
|
555 |
+
msgstr ""
|
556 |
+
"Качете картинки в папката за банери на AdRotate Pro от тук. Това е особено "
|
557 |
+
"полезно, ако използвате responsive реклами с няколко картинки."
|
558 |
+
|
559 |
+
#: adrotate.php:446 dashboard/publisher/schedules-main.php:13
|
560 |
+
#, fuzzy
|
561 |
+
#| msgid "Get more features with AdRotate Pro"
|
562 |
+
msgid "Get more features"
|
563 |
+
msgstr "Получете по-голяма функционалност с AdRotate Pro"
|
564 |
|
565 |
+
#: adrotate.php:446 dashboard/publisher/schedules-main.php:13
|
566 |
+
#, fuzzy
|
567 |
+
#| msgid "AdRotate Pro"
|
568 |
+
msgid "Get AdRotate Pro"
|
569 |
+
msgstr "AdRotate Pro"
|
570 |
+
|
571 |
+
#: adrotate.php:474
|
572 |
msgid "AdRotate Settings"
|
573 |
msgstr "AdRotate Настройки"
|
574 |
|
575 |
+
#: adrotate.php:479 dashboard/publisher/statistics-main.php:17
|
576 |
#, fuzzy
|
577 |
#| msgid "General Info"
|
578 |
msgid "General"
|
579 |
msgstr "Обща информация"
|
580 |
|
581 |
+
#: adrotate.php:480 dashboard/settings/notifications.php:18
|
582 |
msgid "Notifications"
|
583 |
msgstr "Известия"
|
584 |
|
585 |
+
#: adrotate.php:481 dashboard/publisher/adverts-disabled.php:69
|
586 |
#: dashboard/publisher/adverts-error.php:63
|
587 |
#: dashboard/publisher/adverts-main.php:81
|
588 |
#: dashboard/publisher/groups-main.php:70
|
589 |
msgid "Stats"
|
590 |
msgstr "Статистики"
|
591 |
|
592 |
+
#: adrotate.php:482 dashboard/publisher/adverts-edit.php:359
|
593 |
#: dashboard/publisher/groups-edit.php:180
|
594 |
#: dashboard/settings/advertisers.php:38
|
595 |
msgid "Geo Targeting"
|
596 |
msgstr "Таргетиране спрямо местоположението"
|
597 |
|
598 |
+
#: adrotate.php:483 dashboard/settings/notifications.php:72
|
599 |
msgid "Advertisers"
|
600 |
msgstr "Рекламодатели"
|
601 |
|
602 |
+
#: adrotate.php:484 dashboard/settings/roles.php:17
|
603 |
msgid "Roles"
|
604 |
msgstr ""
|
605 |
|
606 |
+
#: adrotate.php:485
|
607 |
msgid "Misc"
|
608 |
msgstr ""
|
609 |
|
610 |
+
#: adrotate.php:486 dashboard/settings/maintenance.php:16
|
611 |
msgid "Maintenance"
|
612 |
msgstr "Поддръжка"
|
613 |
|
712 |
msgstr ""
|
713 |
|
714 |
#: dashboard/adrotatepro.php:83 dashboard/adrotatepro.php:95
|
715 |
+
#: dashboard/info.php:79
|
716 |
msgid "Buy AdRotate Professional"
|
717 |
msgstr "Купете AdRotate Professional"
|
718 |
|
719 |
+
#: dashboard/adrotatepro.php:87 dashboard/info.php:83
|
720 |
msgid "Single License"
|
721 |
msgstr ""
|
722 |
|
723 |
+
#: dashboard/adrotatepro.php:87 dashboard/info.php:83
|
724 |
msgid "One WordPress installation."
|
725 |
msgstr ""
|
726 |
|
727 |
#: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:100
|
728 |
+
#: dashboard/info.php:84 dashboard/info.php:91
|
729 |
msgid "Duo License"
|
730 |
msgstr "Duo лиценз"
|
731 |
|
732 |
+
#: dashboard/adrotatepro.php:88 dashboard/info.php:84
|
733 |
msgid "Two WordPress installations."
|
734 |
msgstr ""
|
735 |
|
736 |
#: dashboard/adrotatepro.php:89 dashboard/adrotatepro.php:101
|
737 |
+
#: dashboard/info.php:85 dashboard/info.php:92
|
738 |
msgid "Multi License"
|
739 |
msgstr "Multi лиценз"
|
740 |
|
741 |
+
#: dashboard/adrotatepro.php:89 dashboard/info.php:85
|
742 |
msgid "Up to five WordPress installations."
|
743 |
msgstr ""
|
744 |
|
745 |
#: dashboard/adrotatepro.php:90 dashboard/adrotatepro.php:102
|
746 |
+
#: dashboard/info.php:86 dashboard/info.php:93
|
747 |
msgid "Developer License"
|
748 |
msgstr "Developer лиценз"
|
749 |
|
750 |
+
#: dashboard/adrotatepro.php:90 dashboard/info.php:86
|
751 |
msgid "Unlimited WordPress installations and/or networks."
|
752 |
msgstr ""
|
753 |
|
754 |
#: dashboard/adrotatepro.php:91 dashboard/adrotatepro.php:104
|
755 |
+
#: dashboard/info.php:87 dashboard/info.php:95
|
756 |
msgid "Compare licenses"
|
757 |
msgstr "Сравнение на лицензи"
|
758 |
|
759 |
+
#: dashboard/adrotatepro.php:91 dashboard/info.php:87
|
760 |
msgid "Not sure which license is for you? Compare them..."
|
761 |
msgstr "Не сте сигурни кой лиценз ви е необходим? Сравнете ги..."
|
762 |
|
763 |
+
#: dashboard/adrotatepro.php:91 dashboard/info.php:87
|
764 |
msgid "All Licenses"
|
765 |
msgstr "Всички лицензи"
|
766 |
|
767 |
+
#: dashboard/adrotatepro.php:99 dashboard/info.php:90
|
768 |
msgid "Lifetime License"
|
769 |
msgstr ""
|
770 |
|
771 |
+
#: dashboard/adrotatepro.php:99 dashboard/info.php:90
|
772 |
msgid "Single installation."
|
773 |
msgstr ""
|
774 |
|
775 |
+
#: dashboard/adrotatepro.php:100 dashboard/info.php:91
|
776 |
msgid "Up to 2 installations."
|
777 |
msgstr ""
|
778 |
|
779 |
+
#: dashboard/adrotatepro.php:101 dashboard/info.php:92
|
780 |
msgid "Up to 10 installations."
|
781 |
msgstr ""
|
782 |
|
783 |
+
#: dashboard/adrotatepro.php:102 dashboard/info.php:93
|
784 |
msgid "Up to 25 installations or multisite networks."
|
785 |
msgstr ""
|
786 |
|
787 |
+
#: dashboard/adrotatepro.php:103 dashboard/info.php:94
|
788 |
msgid ""
|
789 |
"Subscriptions get 1 year access to updates, email support & AdRotate Geo."
|
790 |
msgstr ""
|
791 |
|
792 |
+
#: dashboard/adrotatepro.php:104 dashboard/info.php:95
|
793 |
msgid "Not sure which license is for you?"
|
794 |
msgstr ""
|
795 |
|
796 |
+
#: dashboard/adrotatepro.php:104 dashboard/info.php:95
|
797 |
msgid "Compare Licenses"
|
798 |
msgstr ""
|
799 |
|
823 |
"for updates about me and my plugins. Thank you!"
|
824 |
msgstr ""
|
825 |
|
826 |
+
#: dashboard/info.php:59
|
827 |
msgid "Arnan de Gans News & Updates"
|
828 |
msgstr ""
|
829 |
|
830 |
+
#: dashboard/info.php:100
|
831 |
msgid "Join the Media.net advertising network"
|
832 |
msgstr ""
|
833 |
|
839 |
#: dashboard/publisher/adverts-error.php:19
|
840 |
#: dashboard/publisher/adverts-main.php:20
|
841 |
#: dashboard/publisher/groups-main.php:20
|
842 |
+
#: dashboard/publisher/schedules-main.php:21
|
843 |
msgid "Bulk Actions"
|
844 |
msgstr "Масови действия"
|
845 |
|
850 |
|
851 |
#: dashboard/publisher/adverts-disabled.php:22
|
852 |
#: dashboard/publisher/adverts-error.php:21
|
853 |
+
#: dashboard/publisher/adverts-main.php:22 dashboard/publisher/media.php:60
|
854 |
msgid "Delete"
|
855 |
msgstr "Изтриване"
|
856 |
|
864 |
#: dashboard/publisher/adverts-error.php:29
|
865 |
#: dashboard/publisher/adverts-main.php:30
|
866 |
#: dashboard/publisher/groups-main.php:24
|
867 |
+
#: dashboard/publisher/schedules-main.php:22
|
868 |
msgid "Go"
|
869 |
msgstr "Напред"
|
870 |
|
872 |
#: dashboard/publisher/adverts-error.php:39
|
873 |
#: dashboard/publisher/adverts-main.php:39
|
874 |
#: dashboard/publisher/groups-main.php:32
|
875 |
+
#: dashboard/publisher/schedules-main.php:31
|
876 |
msgid "ID"
|
877 |
msgstr "ID"
|
878 |
|
879 |
#: dashboard/publisher/adverts-disabled.php:36
|
880 |
#: dashboard/publisher/adverts-error.php:41
|
881 |
#: dashboard/publisher/adverts-main.php:40
|
882 |
+
#: dashboard/publisher/schedules-main.php:32
|
883 |
msgid "Start / End"
|
884 |
msgstr "Начало / Край"
|
885 |
|
887 |
#: dashboard/publisher/adverts-error.php:40
|
888 |
#: dashboard/publisher/adverts-main.php:41
|
889 |
#: dashboard/publisher/groups-edit.php:51
|
890 |
+
#: dashboard/publisher/groups-main.php:33 dashboard/publisher/media.php:30
|
891 |
+
#: dashboard/publisher/schedules-main.php:33
|
892 |
msgid "Name"
|
893 |
msgstr "Име"
|
894 |
|
901 |
|
902 |
#: dashboard/publisher/adverts-disabled.php:40
|
903 |
#: dashboard/publisher/adverts-main.php:45
|
|
|
|
|
904 |
#: dashboard/publisher/groups-edit.php:334
|
905 |
#: dashboard/publisher/groups-main.php:38
|
906 |
+
#: dashboard/publisher/statistics-advert.php:53
|
907 |
+
#: dashboard/publisher/statistics-advert.php:59
|
908 |
+
#: dashboard/publisher/statistics-advert.php:73
|
909 |
+
#: dashboard/publisher/statistics-advert.php:79
|
910 |
+
#: dashboard/publisher/statistics-advert.php:100
|
911 |
+
#: dashboard/publisher/statistics-group.php:59
|
912 |
+
#: dashboard/publisher/statistics-group.php:65
|
913 |
+
#: dashboard/publisher/statistics-group.php:79
|
914 |
+
#: dashboard/publisher/statistics-group.php:85
|
915 |
+
#: dashboard/publisher/statistics-group.php:104
|
916 |
+
#: dashboard/publisher/statistics-main.php:29
|
917 |
+
#: dashboard/publisher/statistics-main.php:43
|
918 |
+
#: dashboard/publisher/statistics-main.php:47
|
919 |
+
#: dashboard/publisher/statistics-main.php:65
|
920 |
msgid "Clicks"
|
921 |
msgstr "Кликове"
|
922 |
|
923 |
#: dashboard/publisher/adverts-disabled.php:41
|
924 |
#: dashboard/publisher/adverts-main.php:47
|
925 |
+
#: dashboard/publisher/statistics-advert.php:54
|
926 |
+
#: dashboard/publisher/statistics-advert.php:60
|
927 |
+
#: dashboard/publisher/statistics-advert.php:74
|
928 |
+
#: dashboard/publisher/statistics-advert.php:80
|
929 |
+
#: dashboard/publisher/statistics-advert.php:101
|
930 |
+
#: dashboard/publisher/statistics-group.php:60
|
931 |
+
#: dashboard/publisher/statistics-group.php:66
|
932 |
+
#: dashboard/publisher/statistics-group.php:80
|
933 |
+
#: dashboard/publisher/statistics-group.php:86
|
934 |
+
#: dashboard/publisher/statistics-group.php:105
|
935 |
+
#: dashboard/publisher/statistics-main.php:30
|
936 |
+
#: dashboard/publisher/statistics-main.php:44
|
937 |
+
#: dashboard/publisher/statistics-main.php:48
|
938 |
+
#: dashboard/publisher/statistics-main.php:66
|
939 |
msgid "CTR"
|
940 |
msgstr "CTR"
|
941 |
|
1030 |
msgstr "Основни примери:"
|
1031 |
|
1032 |
#: dashboard/publisher/adverts-edit.php:129
|
1033 |
+
msgid "Get adverts from Media.net"
|
1034 |
msgstr ""
|
1035 |
|
1036 |
#: dashboard/publisher/adverts-edit.php:134
|
1086 |
"Това се дължи на разлики в CSS. CSS файла на вашата тема не е активен тук!"
|
1087 |
|
1088 |
#: dashboard/publisher/adverts-edit.php:150
|
1089 |
+
#: dashboard/publisher/adverts-generator.php:46
|
1090 |
msgid "Banner asset"
|
1091 |
msgstr ""
|
1092 |
|
1099 |
msgstr "Избор на банер"
|
1100 |
|
1101 |
#: dashboard/publisher/adverts-edit.php:155
|
1102 |
+
#: dashboard/publisher/adverts-generator.php:53
|
1103 |
msgid "- OR -"
|
1104 |
msgstr "- ИЛИ -"
|
1105 |
|
1123 |
"Използвайте падащото меню или текстовото поле. Ако текстовото поле е "
|
1124 |
"попълнено, то ще бъде с преоритет."
|
1125 |
|
|
|
|
|
|
|
|
|
|
|
1126 |
#: dashboard/publisher/adverts-edit.php:169
|
1127 |
msgid "Enable click and impression tracking for this advert."
|
1128 |
msgstr ""
|
1150 |
msgstr "Получете по-голяма функционалност с AdRotate Pro."
|
1151 |
|
1152 |
#: dashboard/publisher/adverts-edit.php:188
|
1153 |
+
#: dashboard/publisher/adverts-edit.php:288
|
1154 |
+
#: dashboard/publisher/adverts-edit.php:357
|
1155 |
+
#: dashboard/publisher/adverts-edit.php:428
|
1156 |
#: dashboard/publisher/adverts-main.php:105
|
1157 |
#: dashboard/publisher/groups-edit.php:71
|
1158 |
+
#: dashboard/publisher/groups-edit.php:191
|
1159 |
+
#: dashboard/publisher/groups-main.php:89 dashboard/publisher/media.php:73
|
1160 |
+
#: dashboard/publisher/schedules-main.php:89
|
1161 |
+
#: dashboard/publisher/statistics-advert.php:140
|
1162 |
+
#: dashboard/publisher/statistics-group.php:112
|
1163 |
+
#: dashboard/publisher/statistics-main.php:73
|
1164 |
+
#, fuzzy
|
1165 |
+
#| msgid "Upgrade today"
|
1166 |
+
msgid "Upgrade now"
|
1167 |
+
msgstr "Надградете днес"
|
1168 |
|
1169 |
#: dashboard/publisher/adverts-edit.php:191
|
1170 |
#: dashboard/publisher/adverts-edit.php:291
|
1177 |
#: dashboard/publisher/adverts-edit.php:292
|
1178 |
#: dashboard/publisher/adverts-edit.php:448
|
1179 |
#: dashboard/publisher/adverts-edit.php:489
|
1180 |
+
#: dashboard/publisher/adverts-generator.php:129
|
1181 |
#: dashboard/publisher/groups-edit.php:150
|
1182 |
#: dashboard/publisher/groups-edit.php:299
|
1183 |
#: dashboard/publisher/groups-edit.php:391
|
1271 |
"Pro."
|
1272 |
msgstr ""
|
1273 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1274 |
#: dashboard/publisher/adverts-edit.php:295
|
1275 |
#: dashboard/publisher/groups-edit.php:153
|
1276 |
msgid "Advanced"
|
1476 |
msgid "Expired"
|
1477 |
msgstr "Изтекло"
|
1478 |
|
1479 |
+
#: dashboard/publisher/adverts-generator.php:35
|
1480 |
+
msgid "Generate Advert Code"
|
1481 |
+
msgstr ""
|
1482 |
+
|
1483 |
+
#: dashboard/publisher/adverts-generator.php:36
|
1484 |
+
msgid ""
|
1485 |
+
"Use the Generator if you have received a target url, banner image and/or "
|
1486 |
+
"some separate files with a description on how to use those. The AdRotate "
|
1487 |
+
"Generator will take your bits and pieces and try to generate a working "
|
1488 |
+
"adcode from it."
|
1489 |
+
msgstr ""
|
1490 |
+
|
1491 |
+
#: dashboard/publisher/adverts-generator.php:38
|
1492 |
+
msgid ""
|
1493 |
+
"If you have a complete and working ad code / ad tag you do not use the "
|
1494 |
+
"Generator. You can simply paste that code in the AdCode field when creating "
|
1495 |
+
"your advert. For example as provided by Media.net or Google AdSense among "
|
1496 |
+
"others."
|
1497 |
+
msgstr ""
|
1498 |
+
|
1499 |
+
#: dashboard/publisher/adverts-generator.php:40
|
1500 |
+
#, fuzzy
|
1501 |
+
#| msgid "Statistics for advert"
|
1502 |
+
msgid "Basic advert"
|
1503 |
+
msgstr "Статистика за реклами"
|
1504 |
+
|
1505 |
+
#: dashboard/publisher/adverts-generator.php:41
|
1506 |
+
msgid ""
|
1507 |
+
"This is a regular advert consisting of an image and a link, made up from "
|
1508 |
+
"HTML code."
|
1509 |
+
msgstr ""
|
1510 |
+
|
1511 |
+
#: dashboard/publisher/adverts-generator.php:50
|
1512 |
+
#: dashboard/publisher/adverts-generator.php:99
|
1513 |
+
#, fuzzy
|
1514 |
+
#| msgid "No image selected"
|
1515 |
+
msgid "No file selected"
|
1516 |
+
msgstr "Не е избрана картинка"
|
1517 |
+
|
1518 |
+
#: dashboard/publisher/adverts-generator.php:52
|
1519 |
+
#: dashboard/publisher/adverts-generator.php:101
|
1520 |
+
msgid "Is your file not listed? Upload it via the AdRotate Media Manager."
|
1521 |
+
msgstr ""
|
1522 |
+
|
1523 |
+
#: dashboard/publisher/adverts-generator.php:54
|
1524 |
+
msgid "Visible text if this is a text link banner."
|
1525 |
+
msgstr ""
|
1526 |
+
|
1527 |
+
#: dashboard/publisher/adverts-generator.php:54
|
1528 |
+
#, fuzzy
|
1529 |
+
#| msgid ""
|
1530 |
+
#| "Use either the text field or the dropdown. If the textfield has content "
|
1531 |
+
#| "that field has priority."
|
1532 |
+
msgid ""
|
1533 |
+
"Use either the dropdown or the text field. If the dropdown is used, that "
|
1534 |
+
"field has priority."
|
1535 |
+
msgstr ""
|
1536 |
+
"Използвайте падащото меню или текстовото поле. Ако текстовото поле е "
|
1537 |
+
"попълнено, то ще бъде с преоритет."
|
1538 |
+
|
1539 |
+
#: dashboard/publisher/adverts-generator.php:59
|
1540 |
+
#, fuzzy
|
1541 |
+
#| msgid "website"
|
1542 |
+
msgid "Target website"
|
1543 |
+
msgstr "уебсайт"
|
1544 |
+
|
1545 |
+
#: dashboard/publisher/adverts-generator.php:61
|
1546 |
+
msgid "Where does the person clicking the advert go?"
|
1547 |
+
msgstr ""
|
1548 |
+
|
1549 |
+
#: dashboard/publisher/adverts-generator.php:65
|
1550 |
+
#, fuzzy
|
1551 |
+
#| msgid "Geo Targeting"
|
1552 |
+
msgid "Target window"
|
1553 |
+
msgstr "Таргетиране спрямо местоположението"
|
1554 |
+
|
1555 |
+
#: dashboard/publisher/adverts-generator.php:67
|
1556 |
+
#: dashboard/publisher/adverts-generator.php:73
|
1557 |
+
#: dashboard/publisher/adverts-generator.php:119
|
1558 |
+
#, fuzzy
|
1559 |
+
#| msgid "Available in AdRotate Pro"
|
1560 |
+
msgid "Available in AdRotate Pro."
|
1561 |
+
msgstr "Налично в AdRotate Pro"
|
1562 |
+
|
1563 |
+
#: dashboard/publisher/adverts-generator.php:67
|
1564 |
+
msgid "Open the target website in a new window?"
|
1565 |
+
msgstr ""
|
1566 |
+
|
1567 |
+
#: dashboard/publisher/adverts-generator.php:71
|
1568 |
+
#, fuzzy
|
1569 |
+
#| msgid "Follow"
|
1570 |
+
msgid "NoFollow"
|
1571 |
+
msgstr "Последвай"
|
1572 |
+
|
1573 |
+
#: dashboard/publisher/adverts-generator.php:73
|
1574 |
+
msgid "Tell crawlers and search engines not to follow the target website url?"
|
1575 |
+
msgstr ""
|
1576 |
+
|
1577 |
+
#: dashboard/publisher/adverts-generator.php:77
|
1578 |
+
#: dashboard/publisher/adverts-generator.php:106
|
1579 |
+
#: dashboard/publisher/groups-edit.php:95
|
1580 |
+
msgid "Advert size"
|
1581 |
+
msgstr ""
|
1582 |
+
|
1583 |
+
#: dashboard/publisher/adverts-generator.php:79
|
1584 |
+
#: dashboard/publisher/adverts-generator.php:108
|
1585 |
+
#, fuzzy
|
1586 |
+
#| msgid "pixel(s) wide"
|
1587 |
+
msgid "px wide"
|
1588 |
+
msgstr "пиксела ширитина"
|
1589 |
+
|
1590 |
+
#: dashboard/publisher/adverts-generator.php:80
|
1591 |
+
#: dashboard/publisher/adverts-generator.php:109
|
1592 |
+
#, fuzzy
|
1593 |
+
#| msgid "pixel(s) high."
|
1594 |
+
msgid "px high."
|
1595 |
+
msgstr "пиксела височина."
|
1596 |
+
|
1597 |
+
#: dashboard/publisher/adverts-generator.php:81
|
1598 |
+
#: dashboard/publisher/adverts-generator.php:110
|
1599 |
+
#, fuzzy
|
1600 |
+
#| msgid ""
|
1601 |
+
#| "Define the maximum size of the ads in pixels. Size can be 'auto' (Not "
|
1602 |
+
#| "recommended). Default: 125/125."
|
1603 |
+
msgid "Define the maximum size of the adverts in pixels."
|
1604 |
+
msgstr ""
|
1605 |
+
"Задайте максималния размер на рекламите в пиксели. Размера не може да е "
|
1606 |
+
"'auto' (Не е препоръчително). По подразбиране: 125/125."
|
1607 |
+
|
1608 |
+
#: dashboard/publisher/adverts-generator.php:81
|
1609 |
+
#: dashboard/publisher/adverts-generator.php:119
|
1610 |
+
#, fuzzy
|
1611 |
+
#| msgid "Title (optional):"
|
1612 |
+
msgid "(Optional)"
|
1613 |
+
msgstr "Заглавие (не е задължително):"
|
1614 |
+
|
1615 |
+
#: dashboard/publisher/adverts-generator.php:88
|
1616 |
+
msgid "HTML5 or Flash Advert"
|
1617 |
+
msgstr ""
|
1618 |
+
|
1619 |
+
#: dashboard/publisher/adverts-generator.php:89
|
1620 |
+
msgid ""
|
1621 |
+
"These are more advanced adverts, using a Flash file or HTML5 files. Try to "
|
1622 |
+
"avoid Flash. HTML5 is the new and better standard."
|
1623 |
+
msgstr ""
|
1624 |
+
|
1625 |
+
#: dashboard/publisher/adverts-generator.php:90
|
1626 |
+
msgid ""
|
1627 |
+
"If your HTML5 advert consists of multiple files, upload all files using the "
|
1628 |
+
"AdRotate Media Manager and select the HTML file here."
|
1629 |
+
msgstr ""
|
1630 |
+
|
1631 |
+
#: dashboard/publisher/adverts-generator.php:95
|
1632 |
+
msgid "HTML/Flash file"
|
1633 |
+
msgstr ""
|
1634 |
+
|
1635 |
+
#: dashboard/publisher/adverts-generator.php:114
|
1636 |
+
msgid "Flash clickTAG"
|
1637 |
+
msgstr ""
|
1638 |
+
|
1639 |
+
#: dashboard/publisher/adverts-generator.php:117
|
1640 |
+
msgid "Parameter"
|
1641 |
+
msgstr ""
|
1642 |
+
|
1643 |
+
#: dashboard/publisher/adverts-generator.php:118
|
1644 |
+
msgid "No clickTAG"
|
1645 |
+
msgstr ""
|
1646 |
+
|
1647 |
+
#: dashboard/publisher/adverts-generator.php:119
|
1648 |
+
msgid "URL"
|
1649 |
+
msgstr ""
|
1650 |
+
|
1651 |
+
#: dashboard/publisher/adverts-generator.php:119
|
1652 |
+
msgid ""
|
1653 |
+
"This option is ignored for HTML5 adverts. All choices do the exact same, but "
|
1654 |
+
"some developers write the parameter differently."
|
1655 |
+
msgstr ""
|
1656 |
+
|
1657 |
+
#: dashboard/publisher/adverts-generator.php:128
|
1658 |
+
msgid "Generate and Configure Advert"
|
1659 |
+
msgstr ""
|
1660 |
+
|
1661 |
+
#: dashboard/publisher/adverts-generator.php:129
|
1662 |
+
msgid "Always test your adverts before activating them."
|
1663 |
+
msgstr ""
|
1664 |
+
|
1665 |
+
#: dashboard/publisher/adverts-generator.php:132
|
1666 |
+
msgid "NOTE:"
|
1667 |
+
msgstr ""
|
1668 |
+
|
1669 |
+
#: dashboard/publisher/adverts-generator.php:132
|
1670 |
+
msgid ""
|
1671 |
+
"While the Code Generator has been tested and works, code generation, as "
|
1672 |
+
"always, is a interpretation of user input. If you provide the correct bits "
|
1673 |
+
"and pieces, a working advert may be generated. If you leave fields empty or "
|
1674 |
+
"insert the wrong info you probably end up with a broken advert."
|
1675 |
+
msgstr ""
|
1676 |
+
|
1677 |
+
#: dashboard/publisher/adverts-generator.php:132
|
1678 |
+
msgid ""
|
1679 |
+
"Based on your input and experiences later iterations of the Code Generator "
|
1680 |
+
"will be better and more feature rich."
|
1681 |
+
msgstr ""
|
1682 |
+
|
1683 |
#: dashboard/publisher/adverts-main.php:12
|
1684 |
msgid "Active Adverts"
|
1685 |
msgstr ""
|
1694 |
#: dashboard/publisher/adverts-main.php:46
|
1695 |
#: dashboard/publisher/groups-main.php:37
|
1696 |
#: dashboard/publisher/groups-main.php:39
|
1697 |
+
#: dashboard/publisher/statistics-advert.php:45
|
1698 |
+
#: dashboard/publisher/statistics-group.php:51
|
1699 |
msgid "Today"
|
1700 |
msgstr "Днес"
|
1701 |
|
1703 |
msgid "No adverts created yet!"
|
1704 |
msgstr ""
|
1705 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1706 |
#: dashboard/publisher/groups-edit.php:43
|
1707 |
msgid "New Group"
|
1708 |
msgstr "Нова група"
|
1759 |
msgid "Larger blocks will degrade your sites performance! Default: 2/2."
|
1760 |
msgstr ""
|
1761 |
|
|
|
|
|
|
|
|
|
1762 |
#: dashboard/publisher/groups-edit.php:97
|
1763 |
msgid "pixel(s) wide"
|
1764 |
msgstr "пиксела ширитина"
|
1996 |
msgstr "Грешки при конфигурирането."
|
1997 |
|
1998 |
#: dashboard/publisher/groups-edit.php:385
|
1999 |
+
#: dashboard/publisher/schedules-main.php:87
|
2000 |
msgid "Expires soon."
|
2001 |
msgstr "Изтича скоро."
|
2002 |
|
2003 |
#: dashboard/publisher/groups-edit.php:386
|
2004 |
+
#: dashboard/publisher/schedules-main.php:88
|
2005 |
msgid "Has expired."
|
2006 |
msgstr "Изтекла."
|
2007 |
|
2034 |
msgid "No groups created!"
|
2035 |
msgstr "Няма създадени групи!"
|
2036 |
|
2037 |
+
#: dashboard/publisher/media.php:17
|
2038 |
+
#, fuzzy
|
2039 |
+
#| msgid "Upload new banner image"
|
2040 |
+
msgid "Upload new file"
|
2041 |
+
msgstr "Качване на нова картинка на банера"
|
2042 |
+
|
2043 |
+
#: dashboard/publisher/media.php:18
|
2044 |
+
#, fuzzy
|
2045 |
+
#| msgid "Accepted files are:"
|
2046 |
+
msgid "Accepted files:"
|
2047 |
+
msgstr "Приемат се следните файлове:"
|
2048 |
+
|
2049 |
+
#: dashboard/publisher/media.php:18
|
2050 |
+
#, fuzzy
|
2051 |
+
#| msgid "Maximum size is 512Kb."
|
2052 |
+
msgid "Maximum size is 512Kb per file."
|
2053 |
+
msgstr "Максималния размер е 512Kb."
|
2054 |
+
|
2055 |
+
#: dashboard/publisher/media.php:18
|
2056 |
+
msgid "Important:"
|
2057 |
+
msgstr "Важно:"
|
2058 |
+
|
2059 |
+
#: dashboard/publisher/media.php:18
|
2060 |
+
msgid ""
|
2061 |
+
"Make sure your file has no spaces or special characters in the name. Replace "
|
2062 |
+
"spaces with a - or _."
|
2063 |
+
msgstr ""
|
2064 |
+
"Уверете се, че файла няма интервали и специални знаци в името си. Заместете "
|
2065 |
+
"интервалите с - или _."
|
2066 |
+
|
2067 |
+
#: dashboard/publisher/media.php:18
|
2068 |
+
msgid ""
|
2069 |
+
"If you remove spaces from filenames for HTML5 adverts also edit the html "
|
2070 |
+
"file so it knows about the changed name. For example for the javascript file."
|
2071 |
+
msgstr ""
|
2072 |
+
|
2073 |
+
#: dashboard/publisher/media.php:21
|
2074 |
+
#, fuzzy
|
2075 |
+
#| msgid "Upload image"
|
2076 |
+
msgid "Upload file"
|
2077 |
+
msgstr "Качването на картинка"
|
2078 |
+
|
2079 |
+
#: dashboard/publisher/media.php:21
|
2080 |
+
msgid "Click only once per file!"
|
2081 |
+
msgstr ""
|
2082 |
+
|
2083 |
+
#: dashboard/publisher/media.php:25
|
2084 |
+
#, fuzzy
|
2085 |
+
#| msgid "Available banner images in"
|
2086 |
+
msgid "Available files in"
|
2087 |
+
msgstr "Налични картинки за банери в"
|
2088 |
+
|
2089 |
+
#: dashboard/publisher/media.php:31
|
2090 |
+
msgid "Actions"
|
2091 |
+
msgstr "Действия"
|
2092 |
+
|
2093 |
+
#: dashboard/publisher/media.php:65
|
2094 |
+
#, fuzzy
|
2095 |
+
#| msgid "No files found"
|
2096 |
+
msgid "No files found!"
|
2097 |
+
msgstr "Няма намерени файлове"
|
2098 |
+
|
2099 |
+
#: dashboard/publisher/media.php:72
|
2100 |
+
msgid ""
|
2101 |
+
"Make sure the banner images are not in use by adverts when you delete them!"
|
2102 |
+
msgstr ""
|
2103 |
+
"Уверете се, че картинките за банери не се използват от реклами, преди да ги "
|
2104 |
+
"изтриете!"
|
2105 |
+
|
2106 |
+
#: dashboard/publisher/media.php:73 dashboard/publisher/schedules-main.php:89
|
2107 |
+
#: dashboard/publisher/statistics-advert.php:140
|
2108 |
+
#: dashboard/publisher/statistics-group.php:112
|
2109 |
+
#: dashboard/publisher/statistics-main.php:73
|
2110 |
+
msgid "Get more features with AdRotate Pro"
|
2111 |
+
msgstr "Получете по-голяма функционалност с AdRotate Pro"
|
2112 |
+
|
2113 |
+
#: dashboard/publisher/schedules-main.php:12
|
2114 |
+
msgid "Manage Schedules"
|
2115 |
+
msgstr "Управление на графици"
|
2116 |
+
|
2117 |
+
#: dashboard/publisher/schedules-main.php:13
|
2118 |
+
msgid ""
|
2119 |
+
"In AdRotate Pro you can schedule adverts for multiple periods of time. One "
|
2120 |
+
"schedule can be assigned to many adverts allowing you to manage multi advert "
|
2121 |
+
"campaigns easily. Schedules can be active on certain days of the week or on "
|
2122 |
+
"certain hours of the day."
|
2123 |
+
msgstr ""
|
2124 |
+
|
2125 |
+
#: dashboard/publisher/schedules-main.php:36
|
2126 |
+
#, fuzzy
|
2127 |
+
#| msgid "Shown"
|
2128 |
+
msgid "Max Shown"
|
2129 |
+
msgstr "Показана"
|
2130 |
+
|
2131 |
+
#: dashboard/publisher/schedules-main.php:37
|
2132 |
+
#: dashboard/publisher/statistics-advert.php:114
|
2133 |
+
msgid "Max Clicks"
|
2134 |
+
msgstr "Максимум кликове"
|
2135 |
+
|
2136 |
+
#: dashboard/publisher/schedules-main.php:70
|
2137 |
+
msgid "Mon:"
|
2138 |
+
msgstr ""
|
2139 |
+
|
2140 |
+
#: dashboard/publisher/schedules-main.php:70
|
2141 |
+
msgid "Tue:"
|
2142 |
+
msgstr ""
|
2143 |
+
|
2144 |
+
#: dashboard/publisher/schedules-main.php:70
|
2145 |
+
msgid "Wed:"
|
2146 |
+
msgstr ""
|
2147 |
+
|
2148 |
+
#: dashboard/publisher/schedules-main.php:70
|
2149 |
+
msgid "Thu:"
|
2150 |
+
msgstr ""
|
2151 |
+
|
2152 |
+
#: dashboard/publisher/schedules-main.php:70
|
2153 |
+
msgid "Fri:"
|
2154 |
+
msgstr ""
|
2155 |
+
|
2156 |
+
#: dashboard/publisher/schedules-main.php:70
|
2157 |
+
msgid "Sat:"
|
2158 |
+
msgstr ""
|
2159 |
+
|
2160 |
+
#: dashboard/publisher/schedules-main.php:70
|
2161 |
+
msgid "Sun:"
|
2162 |
+
msgstr ""
|
2163 |
+
|
2164 |
+
#: dashboard/publisher/schedules-main.php:70
|
2165 |
+
msgid "Between:"
|
2166 |
+
msgstr ""
|
2167 |
+
|
2168 |
+
#: dashboard/publisher/schedules-main.php:70
|
2169 |
+
#, fuzzy
|
2170 |
+
#| msgid "Impressions"
|
2171 |
+
msgid "Impression spread:"
|
2172 |
+
msgstr "Импресии"
|
2173 |
+
|
2174 |
+
#: dashboard/publisher/schedules-main.php:70
|
2175 |
+
#, fuzzy
|
2176 |
+
#| msgid "Delete"
|
2177 |
+
msgid "Auto Delete:"
|
2178 |
+
msgstr "Изтриване"
|
2179 |
+
|
2180 |
+
#: dashboard/publisher/schedules-main.php:81
|
2181 |
+
msgid "Nothing here!"
|
2182 |
+
msgstr ""
|
2183 |
+
|
2184 |
+
#: dashboard/publisher/statistics-advert.php:40
|
2185 |
+
msgid "Statistics for advert"
|
2186 |
+
msgstr "Статистика за реклами"
|
2187 |
+
|
2188 |
+
#: dashboard/publisher/statistics-advert.php:47
|
2189 |
+
#: dashboard/publisher/statistics-group.php:53
|
2190 |
+
#: dashboard/publisher/statistics-main.php:19
|
2191 |
+
#, fuzzy
|
2192 |
+
#| msgid "Clicks timer"
|
2193 |
+
msgid "All time"
|
2194 |
+
msgstr "Таймер за кликове"
|
2195 |
+
|
2196 |
+
#: dashboard/publisher/statistics-advert.php:52
|
2197 |
+
#: dashboard/publisher/statistics-advert.php:58
|
2198 |
+
#: dashboard/publisher/statistics-advert.php:72
|
2199 |
+
#: dashboard/publisher/statistics-advert.php:78
|
2200 |
+
#: dashboard/publisher/statistics-advert.php:99
|
2201 |
+
#: dashboard/publisher/statistics-group.php:58
|
2202 |
+
#: dashboard/publisher/statistics-group.php:64
|
2203 |
+
#: dashboard/publisher/statistics-group.php:78
|
2204 |
+
#: dashboard/publisher/statistics-group.php:84
|
2205 |
+
#: dashboard/publisher/statistics-group.php:103
|
2206 |
+
#: dashboard/publisher/statistics-main.php:28
|
2207 |
+
#: dashboard/publisher/statistics-main.php:42
|
2208 |
+
#: dashboard/publisher/statistics-main.php:46
|
2209 |
+
#: dashboard/publisher/statistics-main.php:64
|
2210 |
+
msgid "Impressions"
|
2211 |
+
msgstr "Импресии"
|
2212 |
+
|
2213 |
+
#: dashboard/publisher/statistics-advert.php:65
|
2214 |
+
#: dashboard/publisher/statistics-group.php:71
|
2215 |
+
#: dashboard/publisher/statistics-main.php:35
|
2216 |
+
#, fuzzy
|
2217 |
+
#| msgid "This month"
|
2218 |
+
msgid "Last month"
|
2219 |
+
msgstr "Този месец"
|
2220 |
+
|
2221 |
+
#: dashboard/publisher/statistics-advert.php:86
|
2222 |
+
#: dashboard/publisher/statistics-group.php:92
|
2223 |
+
#: dashboard/publisher/statistics-main.php:53
|
2224 |
+
msgid "Monthly overview of clicks and impressions"
|
2225 |
+
msgstr "Месечен преглед на кликовете и импресиите"
|
2226 |
+
|
2227 |
+
#: dashboard/publisher/statistics-advert.php:108
|
2228 |
+
#, fuzzy
|
2229 |
+
#| msgid "Monthly overview of clicks and impressions"
|
2230 |
+
msgid "Periodic overview of clicks and impressions"
|
2231 |
+
msgstr "Месечен преглед на кликовете и импресиите"
|
2232 |
+
|
2233 |
+
#: dashboard/publisher/statistics-advert.php:112
|
2234 |
+
#, fuzzy
|
2235 |
+
#| msgid "Show from"
|
2236 |
+
msgid "Shown from"
|
2237 |
+
msgstr "Покажи от"
|
2238 |
+
|
2239 |
+
#: dashboard/publisher/statistics-advert.php:113
|
2240 |
+
#, fuzzy
|
2241 |
+
#| msgid "Show until"
|
2242 |
+
msgid "Shown until"
|
2243 |
+
msgstr "Покажи до"
|
2244 |
+
|
2245 |
+
#: dashboard/publisher/statistics-advert.php:114
|
2246 |
+
#: dashboard/publisher/statistics-advert.php:115
|
2247 |
+
#, fuzzy
|
2248 |
+
msgid "Used"
|
2249 |
+
msgstr "Използвани"
|
2250 |
+
|
2251 |
+
#: dashboard/publisher/statistics-advert.php:115
|
2252 |
+
msgid "Max Impressions"
|
2253 |
+
msgstr "Максимум импресии"
|
2254 |
+
|
2255 |
+
#: dashboard/publisher/statistics-advert.php:141
|
2256 |
+
#: dashboard/publisher/statistics-group.php:113
|
2257 |
+
#: dashboard/publisher/statistics-main.php:74
|
2258 |
+
#: dashboard/settings/notifications.php:60
|
2259 |
+
#: dashboard/settings/notifications.php:90
|
2260 |
+
msgid "Note:"
|
2261 |
+
msgstr "Забележка:"
|
2262 |
+
|
2263 |
+
#: dashboard/publisher/statistics-advert.php:141
|
2264 |
+
#: dashboard/publisher/statistics-group.php:113
|
2265 |
+
#: dashboard/publisher/statistics-main.php:74
|
2266 |
+
msgid ""
|
2267 |
+
"All statistics are indicative. They do not nessesarily reflect results "
|
2268 |
+
"counted by other parties."
|
2269 |
+
msgstr ""
|
2270 |
+
"Статистиката е показателна. Възможно е резултатите от нея да не съвпадат с "
|
2271 |
+
"резултатите от преброяване на трети страни."
|
2272 |
+
|
2273 |
+
#: dashboard/publisher/statistics-group.php:46
|
2274 |
msgid "Statistics for group"
|
2275 |
msgstr "Статистика за групи"
|
2276 |
|
2277 |
+
#: dashboard/publisher/statistics-main.php:26
|
2278 |
+
msgid "Adverts counting stats"
|
2279 |
+
msgstr ""
|
2280 |
+
|
2281 |
#: dashboard/settings/advertisers.php:16
|
2282 |
msgid "Advertisers - Available in AdRotate Pro"
|
2283 |
msgstr ""
|
3284 |
"Полето не може да остава празно, да съдържа стойност под 60 или над 86400 "
|
3285 |
"(24 часа)."
|
3286 |
|
3287 |
+
#~ msgid "Report"
|
3288 |
+
#~ msgstr "Доклад"
|
3289 |
+
|
3290 |
+
#~ msgid "More information"
|
3291 |
+
#~ msgstr "Повече информация"
|
3292 |
+
|
3293 |
+
#~ msgid "Impressions today"
|
3294 |
+
#~ msgstr "Импресии днес"
|
3295 |
+
|
3296 |
+
#~ msgid "Clicks today"
|
3297 |
+
#~ msgstr "Кликове днес"
|
3298 |
+
|
3299 |
#~ msgid "Empty database records removed"
|
3300 |
#~ msgstr "Празните записи в базата данни са премахнати"
|
3301 |
|
3333 |
#~ msgid "If you find AdRotate useful please leave your honest"
|
3334 |
#~ msgstr "Ако намирате AdRotate за полезен, моля оставете честна"
|
3335 |
|
|
|
|
|
|
|
3336 |
#~ msgid "Manage Media"
|
3337 |
#~ msgstr "Управление на Медия"
|
3338 |
|
3355 |
#~ msgid "Ads"
|
3356 |
#~ msgstr "Реклами"
|
3357 |
|
|
|
|
|
|
|
|
|
|
|
|
|
3358 |
#~ msgid "No schedules created yet!"
|
3359 |
#~ msgstr "Все още няма създадени графици!"
|
3360 |
|
3370 |
#~ msgid "Media uploading and management is available in AdRotate Pro."
|
3371 |
#~ msgstr "Управлението и качването на медия са налични в AdRotate Pro."
|
3372 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3373 |
#~ msgid ""
|
3374 |
#~ "For responsive adverts make sure the filename is in the following format; "
|
3375 |
#~ "\"imagename.full.ext\". A full set of sized images is strongly "
|
3394 |
#~ "image.full.jpg, image.320.jpg и image.768.jpg ще се използват от една и "
|
3395 |
#~ "съща реклама в различни резолюции на екрана."
|
3396 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3397 |
#~ msgid "Manage your banner folder from here with AdRotate Pro."
|
3398 |
#~ msgstr "Можете да управлявате папката с банери от тук с AdRotate Pro."
|
3399 |
|
3474 |
#~ "Кой да получава email съобщения от рекламодатели. Максимум 2 адреса, "
|
3475 |
#~ "разделени със запетая. Полето не може да бъде празно!"
|
3476 |
|
|
|
|
|
|
|
3477 |
#~ msgid ""
|
3478 |
#~ "Benefit from extra features to reinforce your income with advertising "
|
3479 |
#~ "campaigns. Make the most of your website with the powerful tools AdRotate "
|
3486 |
#~ msgid "Visit the"
|
3487 |
#~ msgstr "Посетете"
|
3488 |
|
|
|
|
|
|
|
3489 |
#~ msgid "AdRotate News and Developer Blog"
|
3490 |
#~ msgstr "AdRotate блог за новини и разработка"
|
3491 |
|
3572 |
#~ msgid "Block Mode - Show a block of ads"
|
3573 |
#~ msgstr "Блоков режим - показва се блок от реклами"
|
3574 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3575 |
#~ msgid "No ads created!"
|
3576 |
#~ msgstr "Няма създадени реклами!"
|
3577 |
|
3601 |
#~ msgid "Find out more"
|
3602 |
#~ msgstr "Научете повече"
|
3603 |
|
|
|
|
|
|
|
3604 |
#~ msgid "Barely visible"
|
3605 |
#~ msgstr "Почти видимо"
|
3606 |
|
3619 |
#~ msgid "Impressions timer"
|
3620 |
#~ msgstr "Таймер за импресии"
|
3621 |
|
|
|
|
|
|
|
3622 |
#~ msgid "Learn More"
|
3623 |
#~ msgstr "Научете повече"
|
3624 |
|
3627 |
#~ "Вземете повече опции за дори по-добро управление на вашите рекламни "
|
3628 |
#~ "кампании."
|
3629 |
|
|
|
|
|
|
|
3630 |
#~ msgid ""
|
3631 |
#~ "Your one stop for Webdevelopment, consultancy and anything WordPress! "
|
3632 |
#~ "Find out more about what I can do for you!"
|
3650 |
#~ msgid "Group updated"
|
3651 |
#~ msgstr "Групата е обновена"
|
3652 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3653 |
#~ msgid "Access Rights"
|
3654 |
#~ msgstr "Права на достъп"
|
3655 |
|
4084 |
#~ "image.full.jpg, image.320.jpg и image.768.jpg ще се използват от една и "
|
4085 |
#~ "съща реклама в различни резолюции на екрана. Изисква jQuery."
|
4086 |
|
|
|
|
|
|
|
4087 |
#~ msgid ""
|
4088 |
#~ "With AdRotate Pro you can also set a weight to give adverts more or less "
|
4089 |
#~ "attention."
|
4105 |
#~ "Насочете рекламите си към правилната аудитория с услугата за "
|
4106 |
#~ "местоположение в AdRotate Pro"
|
4107 |
|
|
|
|
|
|
|
4108 |
#~ msgid "From when to when is the advert visible?"
|
4109 |
#~ msgstr "От кога до кога да бъде видима тази обява?"
|
4110 |
|
4228 |
#~ msgid "Updated"
|
4229 |
#~ msgstr "Обновен"
|
4230 |
|
|
|
|
|
|
|
|
|
|
|
|
|
4231 |
#~ msgid "AdRotate Server Settings"
|
4232 |
#~ msgstr "Настройки на сървъра на AdRotate"
|
4233 |
|
4357 |
#~ msgid "Buy"
|
4358 |
#~ msgstr "Купи"
|
4359 |
|
|
|
|
|
|
|
|
|
4360 |
#, fuzzy
|
4361 |
#~ msgid "Schedules not in use by this advert are hidden."
|
4362 |
#~ msgstr "Графици, които не се използват от тази реклама са скрити."
|
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: 2017-
|
6 |
-
"PO-Revision-Date: 2017-
|
7 |
"Last-Translator: Arnan de Gans <info@ajdg.net>\n"
|
8 |
"Language-Team: Ioannis Valiantzas & Alex Katsaros from NetGlobe "
|
9 |
"<info@netglobe.eu>\n"
|
@@ -18,112 +18,118 @@ msgstr ""
|
|
18 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
-
#: adrotate-functions.php:
|
22 |
msgid "No files found"
|
23 |
msgstr "Δεν βρέθηκαν αρχεία"
|
24 |
|
25 |
-
#: adrotate-functions.php:
|
26 |
msgid "Folder not found or not accessible"
|
27 |
msgstr "Δεν βρέθηκε ή δεν είναι προσπελάσιμος ο φάκελος"
|
28 |
|
29 |
-
#: adrotate-functions.php:
|
30 |
msgid "Ad saved"
|
31 |
msgstr ""
|
32 |
|
33 |
-
#: adrotate-functions.php:
|
34 |
msgid "Group saved"
|
35 |
msgstr ""
|
36 |
|
37 |
-
#: adrotate-functions.php:
|
38 |
msgid "Ad(s) deleted"
|
39 |
msgstr "Η(Οι) διαφήμιση(εις) διαγράφηκε(αν)"
|
40 |
|
41 |
-
#: adrotate-functions.php:
|
42 |
msgid "Group deleted"
|
43 |
msgstr "Η Ομάδα διαγράφηκε"
|
44 |
|
45 |
-
#: adrotate-functions.php:
|
46 |
msgid "Ad(s) statistics reset"
|
47 |
msgstr "Οι στατιστικές διαφήμισης επανήλθαν"
|
48 |
|
49 |
-
#: adrotate-functions.php:
|
50 |
msgid "Ad(s) renewed"
|
51 |
msgstr "Η(Οι) διαφήμιση(εις) ανανεώθηκε(αν)"
|
52 |
|
53 |
-
#: adrotate-functions.php:
|
54 |
msgid "Ad(s) deactivated"
|
55 |
msgstr "Η(Οι) διαφήμιση(εις) απενεργοποιήθηκε(αν)"
|
56 |
|
57 |
-
#: adrotate-functions.php:
|
58 |
msgid "Ad(s) activated"
|
59 |
msgstr "Η(Οι) διαφήμιση(εις) ενεργοποιήθηκε(αν)"
|
60 |
|
61 |
-
#: adrotate-functions.php:
|
62 |
msgid "Group including it's Ads deleted"
|
63 |
msgstr "Η Ομάδα διαγράφηκε μαζί με τις διαφημίσεις της"
|
64 |
|
65 |
-
#: adrotate-functions.php:
|
66 |
#, fuzzy
|
67 |
msgid "Export created"
|
68 |
msgstr "Επιλογές εξαγωγής"
|
69 |
|
70 |
-
#: adrotate-functions.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
msgid "Settings saved"
|
72 |
msgstr "Οι ρυθμίσεις αποθηκεύτηκαν"
|
73 |
|
74 |
-
#: adrotate-functions.php:
|
75 |
msgid "Database optimized"
|
76 |
msgstr "Η βάση δεδομένων βελτιστοποιήθηκε"
|
77 |
|
78 |
-
#: adrotate-functions.php:
|
79 |
msgid "Database repaired"
|
80 |
msgstr "Η βάση δεδομένων επιδιορθώθηκε"
|
81 |
|
82 |
-
#: adrotate-functions.php:
|
83 |
msgid "Ads evaluated and statuses have been corrected where required"
|
84 |
msgstr ""
|
85 |
"Οι διαφημίσεις αξιολογήθηκαν και οι καταστάσεις επιδιορθώθηκαν όπου "
|
86 |
"χρειάστηκε"
|
87 |
|
88 |
-
#: adrotate-functions.php:
|
89 |
#, fuzzy
|
90 |
#| msgid "Clean-up Database"
|
91 |
msgid "Cleanup complete"
|
92 |
msgstr "Εκκαθάριση Βάσης Δεδομένων"
|
93 |
|
94 |
-
#: adrotate-functions.php:
|
95 |
msgid "Action prohibited"
|
96 |
msgstr "Η ενέργεια απαγορεύεται"
|
97 |
|
98 |
-
#: adrotate-functions.php:
|
99 |
msgid ""
|
100 |
"The ad was saved but has an issue which might prevent it from working "
|
101 |
"properly. Review the colored ad."
|
102 |
msgstr ""
|
103 |
|
104 |
-
#: adrotate-functions.php:
|
105 |
msgid "No data found in selected time period"
|
106 |
msgstr "Δεν βρέθηκαν δεδομένα για την επιλεγμένη περίοδο"
|
107 |
|
108 |
-
#: adrotate-functions.php:
|
109 |
msgid "Database can only be optimized or cleaned once every hour"
|
110 |
msgstr ""
|
111 |
"Η βάση δεδομένων μπορεί να βελτιστοποιηθεί ή να καθαριστεί μόνο μία φορά ανά "
|
112 |
"ώρα"
|
113 |
|
114 |
-
#: adrotate-functions.php:
|
115 |
msgid "Form can not be (partially) empty!"
|
116 |
msgstr ""
|
117 |
|
118 |
-
#: adrotate-functions.php:
|
119 |
msgid "No ads found."
|
120 |
msgstr ""
|
121 |
|
122 |
-
#: adrotate-functions.php:
|
123 |
msgid "Unexpected error"
|
124 |
msgstr ""
|
125 |
|
126 |
-
#: adrotate-manage-publisher.php:
|
127 |
msgid "AdRotate Advertiser"
|
128 |
msgstr ""
|
129 |
|
@@ -226,206 +232,215 @@ msgstr ""
|
|
226 |
msgid "Your AdRotate Banner folder is not writable or does not exist."
|
227 |
msgstr ""
|
228 |
|
229 |
-
#: adrotate-output.php:
|
230 |
#: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:89
|
231 |
#: dashboard/adrotatepro.php:90 dashboard/adrotatepro.php:99
|
232 |
#: dashboard/adrotatepro.php:100 dashboard/adrotatepro.php:101
|
233 |
-
#: dashboard/adrotatepro.php:102 dashboard/info.php:
|
234 |
-
#: dashboard/info.php:
|
235 |
-
#: dashboard/info.php:
|
236 |
#: dashboard/settings/geotargeting.php:35
|
237 |
#, fuzzy
|
238 |
msgid "Buy now"
|
239 |
msgstr "Λάβετε μέτρα τώρα"
|
240 |
|
241 |
-
#: adrotate-output.php:
|
242 |
msgid ""
|
243 |
-
"
|
244 |
-
"
|
245 |
msgstr ""
|
246 |
|
247 |
-
#: adrotate-output.php:
|
248 |
#, php-format
|
249 |
msgid ""
|
250 |
"Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
|
251 |
msgstr ""
|
252 |
|
253 |
-
#: adrotate-output.php:
|
254 |
-
|
255 |
-
|
|
|
256 |
|
257 |
-
#: adrotate-output.php:
|
258 |
msgid ""
|
259 |
"Thank you for choosing AdRotate. Everything related to AdRotate is in this "
|
260 |
"menu. If you need help getting started take a look at the"
|
261 |
msgstr ""
|
262 |
|
263 |
-
#: adrotate-output.php:
|
264 |
msgid "manuals"
|
265 |
msgstr "εγχειρίδια"
|
266 |
|
267 |
-
#: adrotate-output.php:
|
268 |
msgid "and"
|
269 |
msgstr ""
|
270 |
|
271 |
-
#: adrotate-output.php:
|
272 |
msgid "forums"
|
273 |
msgstr ""
|
274 |
|
275 |
-
#: adrotate-output.php:
|
276 |
#, fuzzy
|
277 |
msgid "Useful Links"
|
278 |
msgstr "Χρήσιμοι σύνδεσμοι"
|
279 |
|
280 |
-
#: adrotate-output.php:
|
281 |
msgid "Useful links to learn more about AdRotate"
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: adrotate-output.php:
|
285 |
msgid "AdRotate website"
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: adrotate-output.php:
|
289 |
#, fuzzy
|
290 |
msgid "Getting Started With AdRotate"
|
291 |
msgstr "Για περισσότερες δυνατότητες αποκτήστε το AdRotate Pro."
|
292 |
|
293 |
-
#: adrotate-output.php:
|
294 |
#, fuzzy
|
295 |
msgid "AdRotate manuals"
|
296 |
msgstr "Πληροφορίες του AdRotate"
|
297 |
|
298 |
-
#: adrotate-output.php:
|
299 |
#, fuzzy
|
300 |
msgid "AdRotate Support Forum"
|
301 |
msgstr "Κατάστημα του AdRotate"
|
302 |
|
303 |
-
#: adrotate-output.php:
|
304 |
msgid "Support AdRotate"
|
305 |
msgstr "Υποστηρίξτε το AdRotate"
|
306 |
|
307 |
-
#: adrotate-output.php:
|
308 |
msgid "Check out my website"
|
309 |
msgstr ""
|
310 |
|
311 |
-
#: adrotate-output.php:
|
312 |
msgid ""
|
313 |
"Many users only think to review AdRotate when something goes wrong while "
|
314 |
"thousands of people happily use AdRotate."
|
315 |
msgstr ""
|
316 |
|
317 |
-
#: adrotate-output.php:
|
318 |
msgid "If you find AdRotate useful please leave your"
|
319 |
msgstr ""
|
320 |
|
321 |
-
#: adrotate-output.php:
|
322 |
msgid "rating"
|
323 |
msgstr ""
|
324 |
|
325 |
-
#: adrotate-output.php:
|
326 |
#, fuzzy
|
327 |
msgid "review"
|
328 |
msgstr "Αξιολογήστε και σχολιάστε"
|
329 |
|
330 |
-
#: adrotate-output.php:
|
331 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
332 |
msgstr ""
|
333 |
|
334 |
-
#: adrotate-output.php:
|
335 |
#: dashboard/settings/notifications.php:80
|
336 |
msgid "Available in AdRotate Pro"
|
337 |
msgstr "Διαθέσιμο στο AdRotate Pro"
|
338 |
|
339 |
-
#: adrotate-output.php:
|
340 |
#, fuzzy
|
341 |
msgid "More information..."
|
342 |
msgstr "Περισσότερες πληροφορίες"
|
343 |
|
344 |
-
#: adrotate-output.php:
|
345 |
msgid "This feature is available in AdRotate Pro"
|
346 |
msgstr "Αυτό το χαρακτηριστικό είναι διαθέσιμο στο AdRotate Pro"
|
347 |
|
348 |
-
#: adrotate-output.php:
|
349 |
#, fuzzy
|
350 |
msgid "Learn more"
|
351 |
msgstr "Μάθετε περισσότερα σχετικά"
|
352 |
|
353 |
-
#: adrotate-statistics.php:
|
354 |
#: dashboard/publisher/adverts-edit.php:241
|
355 |
msgid "January"
|
356 |
msgstr "Ιανουάριος"
|
357 |
|
358 |
-
#: adrotate-statistics.php:
|
359 |
#: dashboard/publisher/adverts-edit.php:242
|
360 |
msgid "February"
|
361 |
msgstr "Φεβρουάριος"
|
362 |
|
363 |
-
#: adrotate-statistics.php:
|
364 |
#: dashboard/publisher/adverts-edit.php:243
|
365 |
msgid "March"
|
366 |
msgstr "Μάρτιος"
|
367 |
|
368 |
-
#: adrotate-statistics.php:
|
369 |
#: dashboard/publisher/adverts-edit.php:244
|
370 |
msgid "April"
|
371 |
msgstr "Απρίλιος"
|
372 |
|
373 |
-
#: adrotate-statistics.php:
|
374 |
#: dashboard/publisher/adverts-edit.php:245
|
375 |
msgid "May"
|
376 |
msgstr "Μάιος"
|
377 |
|
378 |
-
#: adrotate-statistics.php:
|
379 |
#: dashboard/publisher/adverts-edit.php:246
|
380 |
msgid "June"
|
381 |
msgstr "Ιούνιος"
|
382 |
|
383 |
-
#: adrotate-statistics.php:
|
384 |
#: dashboard/publisher/adverts-edit.php:247
|
385 |
msgid "July"
|
386 |
msgstr "Ιούλιος"
|
387 |
|
388 |
-
#: adrotate-statistics.php:
|
389 |
#: dashboard/publisher/adverts-edit.php:248
|
390 |
msgid "August"
|
391 |
msgstr "Αύγουστος"
|
392 |
|
393 |
-
#: adrotate-statistics.php:
|
394 |
#: dashboard/publisher/adverts-edit.php:249
|
395 |
msgid "September"
|
396 |
msgstr "Σεπτέμβριος"
|
397 |
|
398 |
-
#: adrotate-statistics.php:
|
399 |
#: dashboard/publisher/adverts-edit.php:250
|
400 |
msgid "October"
|
401 |
msgstr "Οκτώβριος"
|
402 |
|
403 |
-
#: adrotate-statistics.php:
|
404 |
#: dashboard/publisher/adverts-edit.php:251
|
405 |
msgid "November"
|
406 |
msgstr "Νοέμβριος"
|
407 |
|
408 |
-
#: adrotate-statistics.php:
|
409 |
#: dashboard/publisher/adverts-edit.php:252
|
410 |
msgid "December"
|
411 |
msgstr "Δεκέμβριος"
|
412 |
|
413 |
-
#: adrotate-statistics.php:
|
414 |
msgid "Previous"
|
415 |
msgstr "Προηγούμενο"
|
416 |
|
417 |
-
#: adrotate-statistics.php:
|
|
|
|
|
418 |
msgid "This month"
|
419 |
msgstr "Αυτό το μήνα"
|
420 |
|
421 |
-
#: adrotate-statistics.php:
|
422 |
msgid "Next"
|
423 |
msgstr "Επόμενο"
|
424 |
|
425 |
-
#: adrotate-statistics.php:
|
426 |
msgid "No data to show!"
|
427 |
msgstr "Δεν υπάρχουν δεδομένα."
|
428 |
|
|
|
|
|
|
|
|
|
|
|
|
|
429 |
#: adrotate-widget.php:116
|
430 |
msgid "Title (optional):"
|
431 |
msgstr "Τίτλος (προαιρετικό):"
|
@@ -479,6 +494,8 @@ msgstr "AdRotate Pro"
|
|
479 |
#: adrotate.php:105 dashboard/info.php:40
|
480 |
#: dashboard/publisher/adverts-edit.php:458
|
481 |
#: dashboard/publisher/groups-main.php:34
|
|
|
|
|
482 |
msgid "Adverts"
|
483 |
msgstr "Διαφημίσεις"
|
484 |
|
@@ -486,79 +503,120 @@ msgstr "Διαφημίσεις"
|
|
486 |
msgid "Groups"
|
487 |
msgstr "Ομάδες"
|
488 |
|
489 |
-
#: adrotate.php:107
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
490 |
msgid "Settings"
|
491 |
msgstr "Ρυθμίσεις"
|
492 |
|
493 |
-
#: adrotate.php:
|
494 |
msgid "AdRotate Info"
|
495 |
msgstr "Πληροφορίες του AdRotate"
|
496 |
|
497 |
-
#: adrotate.php:
|
498 |
#, fuzzy
|
499 |
msgid "AdRotate Professional"
|
500 |
msgstr "AdRotate Pro"
|
501 |
|
502 |
-
#: adrotate.php:
|
503 |
msgid "Advert Management"
|
504 |
msgstr ""
|
505 |
|
506 |
-
#: adrotate.php:
|
507 |
msgid "Manage"
|
508 |
msgstr "Διαχείριση"
|
509 |
|
510 |
-
#: adrotate.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
511 |
msgid "Add New"
|
512 |
msgstr "Προσθήκη Νέας"
|
513 |
|
514 |
-
#: adrotate.php:
|
515 |
msgid "Group Management"
|
516 |
msgstr "Διαχείριση Ομάδας"
|
517 |
|
518 |
-
#: adrotate.php:
|
519 |
-
msgid "
|
520 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
521 |
|
522 |
-
#: adrotate.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
523 |
msgid "AdRotate Settings"
|
524 |
msgstr "Ρυθμίσεις AdRotate"
|
525 |
|
526 |
-
#: adrotate.php:
|
527 |
#, fuzzy
|
528 |
#| msgid "General Info"
|
529 |
msgid "General"
|
530 |
msgstr "Γενικές Πληροφορίες"
|
531 |
|
532 |
-
#: adrotate.php:
|
533 |
msgid "Notifications"
|
534 |
msgstr "Ειδοποιήσεις"
|
535 |
|
536 |
-
#: adrotate.php:
|
537 |
#: dashboard/publisher/adverts-error.php:63
|
538 |
#: dashboard/publisher/adverts-main.php:81
|
539 |
#: dashboard/publisher/groups-main.php:70
|
540 |
msgid "Stats"
|
541 |
msgstr "Στατιστικά"
|
542 |
|
543 |
-
#: adrotate.php:
|
544 |
#: dashboard/publisher/groups-edit.php:180
|
545 |
#: dashboard/settings/advertisers.php:38
|
546 |
msgid "Geo Targeting"
|
547 |
msgstr "Γεωγραφική Στόχευση"
|
548 |
|
549 |
-
#: adrotate.php:
|
550 |
msgid "Advertisers"
|
551 |
msgstr "Διαφημιζόμενοι"
|
552 |
|
553 |
-
#: adrotate.php:
|
554 |
msgid "Roles"
|
555 |
msgstr ""
|
556 |
|
557 |
-
#: adrotate.php:
|
558 |
msgid "Misc"
|
559 |
msgstr ""
|
560 |
|
561 |
-
#: adrotate.php:
|
562 |
msgid "Maintenance"
|
563 |
msgstr "Συντήρηση"
|
564 |
|
@@ -660,90 +718,90 @@ msgid ""
|
|
660 |
msgstr ""
|
661 |
|
662 |
#: dashboard/adrotatepro.php:83 dashboard/adrotatepro.php:95
|
663 |
-
#: dashboard/info.php:
|
664 |
#, fuzzy
|
665 |
msgid "Buy AdRotate Professional"
|
666 |
msgstr "AdRotate Pro"
|
667 |
|
668 |
-
#: dashboard/adrotatepro.php:87 dashboard/info.php:
|
669 |
msgid "Single License"
|
670 |
msgstr ""
|
671 |
|
672 |
-
#: dashboard/adrotatepro.php:87 dashboard/info.php:
|
673 |
msgid "One WordPress installation."
|
674 |
msgstr ""
|
675 |
|
676 |
#: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:100
|
677 |
-
#: dashboard/info.php:
|
678 |
msgid "Duo License"
|
679 |
msgstr ""
|
680 |
|
681 |
-
#: dashboard/adrotatepro.php:88 dashboard/info.php:
|
682 |
msgid "Two WordPress installations."
|
683 |
msgstr ""
|
684 |
|
685 |
#: dashboard/adrotatepro.php:89 dashboard/adrotatepro.php:101
|
686 |
-
#: dashboard/info.php:
|
687 |
msgid "Multi License"
|
688 |
msgstr ""
|
689 |
|
690 |
-
#: dashboard/adrotatepro.php:89 dashboard/info.php:
|
691 |
msgid "Up to five WordPress installations."
|
692 |
msgstr ""
|
693 |
|
694 |
#: dashboard/adrotatepro.php:90 dashboard/adrotatepro.php:102
|
695 |
-
#: dashboard/info.php:
|
696 |
#, fuzzy
|
697 |
msgid "Developer License"
|
698 |
msgstr "Αποσφαλμάτωση Προγραμματιστή"
|
699 |
|
700 |
-
#: dashboard/adrotatepro.php:90 dashboard/info.php:
|
701 |
msgid "Unlimited WordPress installations and/or networks."
|
702 |
msgstr ""
|
703 |
|
704 |
#: dashboard/adrotatepro.php:91 dashboard/adrotatepro.php:104
|
705 |
-
#: dashboard/info.php:
|
706 |
msgid "Compare licenses"
|
707 |
msgstr ""
|
708 |
|
709 |
-
#: dashboard/adrotatepro.php:91 dashboard/info.php:
|
710 |
msgid "Not sure which license is for you? Compare them..."
|
711 |
msgstr ""
|
712 |
|
713 |
-
#: dashboard/adrotatepro.php:91 dashboard/info.php:
|
714 |
msgid "All Licenses"
|
715 |
msgstr ""
|
716 |
|
717 |
-
#: dashboard/adrotatepro.php:99 dashboard/info.php:
|
718 |
msgid "Lifetime License"
|
719 |
msgstr ""
|
720 |
|
721 |
-
#: dashboard/adrotatepro.php:99 dashboard/info.php:
|
722 |
msgid "Single installation."
|
723 |
msgstr ""
|
724 |
|
725 |
-
#: dashboard/adrotatepro.php:100 dashboard/info.php:
|
726 |
msgid "Up to 2 installations."
|
727 |
msgstr ""
|
728 |
|
729 |
-
#: dashboard/adrotatepro.php:101 dashboard/info.php:
|
730 |
msgid "Up to 10 installations."
|
731 |
msgstr ""
|
732 |
|
733 |
-
#: dashboard/adrotatepro.php:102 dashboard/info.php:
|
734 |
msgid "Up to 25 installations or multisite networks."
|
735 |
msgstr ""
|
736 |
|
737 |
-
#: dashboard/adrotatepro.php:103 dashboard/info.php:
|
738 |
msgid ""
|
739 |
"Subscriptions get 1 year access to updates, email support & AdRotate Geo."
|
740 |
msgstr ""
|
741 |
|
742 |
-
#: dashboard/adrotatepro.php:104 dashboard/info.php:
|
743 |
msgid "Not sure which license is for you?"
|
744 |
msgstr ""
|
745 |
|
746 |
-
#: dashboard/adrotatepro.php:104 dashboard/info.php:
|
747 |
msgid "Compare Licenses"
|
748 |
msgstr ""
|
749 |
|
@@ -773,11 +831,11 @@ msgid ""
|
|
773 |
"for updates about me and my plugins. Thank you!"
|
774 |
msgstr ""
|
775 |
|
776 |
-
#: dashboard/info.php:
|
777 |
msgid "Arnan de Gans News & Updates"
|
778 |
msgstr ""
|
779 |
|
780 |
-
#: dashboard/info.php:
|
781 |
msgid "Join the Media.net advertising network"
|
782 |
msgstr ""
|
783 |
|
@@ -789,6 +847,7 @@ msgstr ""
|
|
789 |
#: dashboard/publisher/adverts-error.php:19
|
790 |
#: dashboard/publisher/adverts-main.php:20
|
791 |
#: dashboard/publisher/groups-main.php:20
|
|
|
792 |
msgid "Bulk Actions"
|
793 |
msgstr "Μαζικές Ενέργειες"
|
794 |
|
@@ -799,7 +858,7 @@ msgstr "Ενεργοποίηση"
|
|
799 |
|
800 |
#: dashboard/publisher/adverts-disabled.php:22
|
801 |
#: dashboard/publisher/adverts-error.php:21
|
802 |
-
#: dashboard/publisher/adverts-main.php:22
|
803 |
msgid "Delete"
|
804 |
msgstr "Διαγραφή"
|
805 |
|
@@ -813,6 +872,7 @@ msgstr "Επαναφορά Στατιστικών"
|
|
813 |
#: dashboard/publisher/adverts-error.php:29
|
814 |
#: dashboard/publisher/adverts-main.php:30
|
815 |
#: dashboard/publisher/groups-main.php:24
|
|
|
816 |
msgid "Go"
|
817 |
msgstr "Go"
|
818 |
|
@@ -820,12 +880,14 @@ msgstr "Go"
|
|
820 |
#: dashboard/publisher/adverts-error.php:39
|
821 |
#: dashboard/publisher/adverts-main.php:39
|
822 |
#: dashboard/publisher/groups-main.php:32
|
|
|
823 |
msgid "ID"
|
824 |
msgstr "Κωδ."
|
825 |
|
826 |
#: dashboard/publisher/adverts-disabled.php:36
|
827 |
#: dashboard/publisher/adverts-error.php:41
|
828 |
#: dashboard/publisher/adverts-main.php:40
|
|
|
829 |
#, fuzzy
|
830 |
msgid "Start / End"
|
831 |
msgstr ""
|
@@ -838,7 +900,8 @@ msgstr ""
|
|
838 |
#: dashboard/publisher/adverts-error.php:40
|
839 |
#: dashboard/publisher/adverts-main.php:41
|
840 |
#: dashboard/publisher/groups-edit.php:51
|
841 |
-
#: dashboard/publisher/groups-main.php:33
|
|
|
842 |
msgid "Name"
|
843 |
msgstr "Όνομα"
|
844 |
|
@@ -851,21 +914,41 @@ msgstr "Εμφανίζονται"
|
|
851 |
|
852 |
#: dashboard/publisher/adverts-disabled.php:40
|
853 |
#: dashboard/publisher/adverts-main.php:45
|
854 |
-
#: dashboard/publisher/adverts-report.php:36
|
855 |
-
#: dashboard/publisher/adverts-report.php:57
|
856 |
#: dashboard/publisher/groups-edit.php:334
|
857 |
#: dashboard/publisher/groups-main.php:38
|
858 |
-
#: dashboard/publisher/
|
859 |
-
#: dashboard/publisher/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
860 |
msgid "Clicks"
|
861 |
msgstr "Clicks"
|
862 |
|
863 |
#: dashboard/publisher/adverts-disabled.php:41
|
864 |
#: dashboard/publisher/adverts-main.php:47
|
865 |
-
#: dashboard/publisher/
|
866 |
-
#: dashboard/publisher/
|
867 |
-
#: dashboard/publisher/
|
868 |
-
#: dashboard/publisher/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
869 |
msgid "CTR"
|
870 |
msgstr "CTR"
|
871 |
|
@@ -964,7 +1047,7 @@ msgid "Basic Examples:"
|
|
964 |
msgstr "Βασικά παραδείγματα:"
|
965 |
|
966 |
#: dashboard/publisher/adverts-edit.php:129
|
967 |
-
msgid "Get
|
968 |
msgstr ""
|
969 |
|
970 |
#: dashboard/publisher/adverts-edit.php:134
|
@@ -1020,6 +1103,7 @@ msgstr ""
|
|
1020 |
"Αυτό είναι λόγω των διαφορών CSS. Το αρχείο θεμάτων CSS δεν είναι ενεργό εδώ!"
|
1021 |
|
1022 |
#: dashboard/publisher/adverts-edit.php:150
|
|
|
1023 |
msgid "Banner asset"
|
1024 |
msgstr ""
|
1025 |
|
@@ -1032,6 +1116,7 @@ msgid "Select Banner"
|
|
1032 |
msgstr "Επιλέξτε Banner"
|
1033 |
|
1034 |
#: dashboard/publisher/adverts-edit.php:155
|
|
|
1035 |
msgid "- OR -"
|
1036 |
msgstr "- Ή -"
|
1037 |
|
@@ -1055,11 +1140,6 @@ msgstr ""
|
|
1055 |
"Χρησιμοποιήστε είτε το πεδίο κειμένου είτε το μενού επιλογών. Αν το πεδίο "
|
1056 |
"κειμένου έχει περιεχόμενο αυτό το πεδίο έχει προτεραιότητα."
|
1057 |
|
1058 |
-
#: dashboard/publisher/adverts-edit.php:167
|
1059 |
-
#: dashboard/settings/statistics.php:17
|
1060 |
-
msgid "Statistics"
|
1061 |
-
msgstr "Στατιστικά"
|
1062 |
-
|
1063 |
#: dashboard/publisher/adverts-edit.php:169
|
1064 |
msgid "Enable click and impression tracking for this advert."
|
1065 |
msgstr ""
|
@@ -1088,12 +1168,20 @@ msgid "Get more features with AdRotate Pro."
|
|
1088 |
msgstr "Για περισσότερες δυνατότητες αποκτήστε το AdRotate Pro."
|
1089 |
|
1090 |
#: dashboard/publisher/adverts-edit.php:188
|
|
|
|
|
|
|
1091 |
#: dashboard/publisher/adverts-main.php:105
|
1092 |
#: dashboard/publisher/groups-edit.php:71
|
1093 |
-
#: dashboard/publisher/groups-
|
|
|
|
|
|
|
|
|
|
|
1094 |
#, fuzzy
|
1095 |
-
msgid "
|
1096 |
-
msgstr "
|
1097 |
|
1098 |
#: dashboard/publisher/adverts-edit.php:191
|
1099 |
#: dashboard/publisher/adverts-edit.php:291
|
@@ -1106,6 +1194,7 @@ msgstr "Αποθήκευση Διαφήμισης"
|
|
1106 |
#: dashboard/publisher/adverts-edit.php:292
|
1107 |
#: dashboard/publisher/adverts-edit.php:448
|
1108 |
#: dashboard/publisher/adverts-edit.php:489
|
|
|
1109 |
#: dashboard/publisher/groups-edit.php:150
|
1110 |
#: dashboard/publisher/groups-edit.php:299
|
1111 |
#: dashboard/publisher/groups-edit.php:391
|
@@ -1199,14 +1288,6 @@ msgid ""
|
|
1199 |
"Pro."
|
1200 |
msgstr ""
|
1201 |
|
1202 |
-
#: dashboard/publisher/adverts-edit.php:288
|
1203 |
-
#: dashboard/publisher/adverts-edit.php:357
|
1204 |
-
#: dashboard/publisher/adverts-edit.php:428
|
1205 |
-
#: dashboard/publisher/groups-edit.php:191
|
1206 |
-
#, fuzzy
|
1207 |
-
msgid "Upgrade today"
|
1208 |
-
msgstr "Σήμερα"
|
1209 |
-
|
1210 |
#: dashboard/publisher/adverts-edit.php:295
|
1211 |
#: dashboard/publisher/groups-edit.php:153
|
1212 |
msgid "Advanced"
|
@@ -1414,6 +1495,210 @@ msgstr "Λήγει σύντομα."
|
|
1414 |
msgid "Expired"
|
1415 |
msgstr "Έληξε"
|
1416 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1417 |
#: dashboard/publisher/adverts-main.php:12
|
1418 |
msgid "Active Adverts"
|
1419 |
msgstr ""
|
@@ -1427,6 +1712,8 @@ msgstr "Επιλογές εξαγωγής"
|
|
1427 |
#: dashboard/publisher/adverts-main.php:46
|
1428 |
#: dashboard/publisher/groups-main.php:37
|
1429 |
#: dashboard/publisher/groups-main.php:39
|
|
|
|
|
1430 |
msgid "Today"
|
1431 |
msgstr "Σήμερα"
|
1432 |
|
@@ -1434,48 +1721,6 @@ msgstr "Σήμερα"
|
|
1434 |
msgid "No adverts created yet!"
|
1435 |
msgstr ""
|
1436 |
|
1437 |
-
#: dashboard/publisher/adverts-report.php:30
|
1438 |
-
msgid "Statistics for advert"
|
1439 |
-
msgstr "Στατιστικά στοιχεία για τη διαφήμιση"
|
1440 |
-
|
1441 |
-
#: dashboard/publisher/adverts-report.php:35
|
1442 |
-
#: dashboard/publisher/adverts-report.php:56
|
1443 |
-
#: dashboard/publisher/groups-report.php:36
|
1444 |
-
#: dashboard/publisher/groups-report.php:57
|
1445 |
-
msgid "Impressions"
|
1446 |
-
msgstr "Εμφανίσεις"
|
1447 |
-
|
1448 |
-
#: dashboard/publisher/adverts-report.php:37
|
1449 |
-
#: dashboard/publisher/groups-report.php:38
|
1450 |
-
msgid "Impressions today"
|
1451 |
-
msgstr "Εμφανίσεις σήμερα"
|
1452 |
-
|
1453 |
-
#: dashboard/publisher/adverts-report.php:38
|
1454 |
-
#: dashboard/publisher/groups-report.php:39
|
1455 |
-
msgid "Clicks today"
|
1456 |
-
msgstr "Clicks σήμερα"
|
1457 |
-
|
1458 |
-
#: dashboard/publisher/adverts-report.php:45
|
1459 |
-
#: dashboard/publisher/groups-report.php:46
|
1460 |
-
msgid "Monthly overview of clicks and impressions"
|
1461 |
-
msgstr "Μηνιαία επισκόπηση των κλικ και των εμφανίσεων"
|
1462 |
-
|
1463 |
-
#: dashboard/publisher/adverts-report.php:64
|
1464 |
-
#: dashboard/publisher/groups-report.php:65
|
1465 |
-
#: dashboard/settings/notifications.php:60
|
1466 |
-
#: dashboard/settings/notifications.php:90
|
1467 |
-
msgid "Note:"
|
1468 |
-
msgstr "Σημείωση:"
|
1469 |
-
|
1470 |
-
#: dashboard/publisher/adverts-report.php:64
|
1471 |
-
#: dashboard/publisher/groups-report.php:65
|
1472 |
-
msgid ""
|
1473 |
-
"All statistics are indicative. They do not nessesarily reflect results "
|
1474 |
-
"counted by other parties."
|
1475 |
-
msgstr ""
|
1476 |
-
"Όλα τα στατιστικά στοιχεία είναι ενδεικτικά. Δεν αντιπροσωπεύουν απαραίτητα "
|
1477 |
-
"αποτελέσματα που υπολογίζονται από άλλα μέρη."
|
1478 |
-
|
1479 |
#: dashboard/publisher/groups-edit.php:43
|
1480 |
msgid "New Group"
|
1481 |
msgstr "Νέα Ομάδα"
|
@@ -1534,10 +1779,6 @@ msgstr "Λειτουργία Πεδίου"
|
|
1534 |
msgid "Larger blocks will degrade your sites performance! Default: 2/2."
|
1535 |
msgstr ""
|
1536 |
|
1537 |
-
#: dashboard/publisher/groups-edit.php:95
|
1538 |
-
msgid "Advert size"
|
1539 |
-
msgstr ""
|
1540 |
-
|
1541 |
#: dashboard/publisher/groups-edit.php:97
|
1542 |
msgid "pixel(s) wide"
|
1543 |
msgstr "πλάτος εικονοστοιχείου (ων) "
|
@@ -1789,10 +2030,12 @@ msgid "Configuration errors."
|
|
1789 |
msgstr "Σφάλματα Διαμόρφωσης."
|
1790 |
|
1791 |
#: dashboard/publisher/groups-edit.php:385
|
|
|
1792 |
msgid "Expires soon."
|
1793 |
msgstr "Λήγει σύντομα."
|
1794 |
|
1795 |
#: dashboard/publisher/groups-edit.php:386
|
|
|
1796 |
msgid "Has expired."
|
1797 |
msgstr "Έχει λήξει."
|
1798 |
|
@@ -1825,10 +2068,243 @@ msgstr "ΟΚ για να συνεχίσετε, ΑΚΥΡΩΣΗ για να στα
|
|
1825 |
msgid "No groups created!"
|
1826 |
msgstr "Δεν έχουν δημιουργηθεί ομάδες!"
|
1827 |
|
1828 |
-
#: dashboard/publisher/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1829 |
msgid "Statistics for group"
|
1830 |
msgstr "Στατιστικά για την ομάδα"
|
1831 |
|
|
|
|
|
|
|
|
|
1832 |
#: dashboard/settings/advertisers.php:16
|
1833 |
msgid "Advertisers - Available in AdRotate Pro"
|
1834 |
msgstr ""
|
@@ -2845,6 +3321,19 @@ msgstr ""
|
|
2845 |
"Αυτός ο αριθμός δεν μπορεί να είναι κενός, αρνητικός ή να ξεπερνά το 3600 (1 "
|
2846 |
"ώρα)."
|
2847 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2848 |
#~ msgid "Empty database records removed"
|
2849 |
#~ msgstr "Τα κενά πεδία της βάσης δεδομένων απομακρύνθηκαν"
|
2850 |
|
@@ -2862,10 +3351,6 @@ msgstr ""
|
|
2862 |
#~ msgid "Help AdRotate Grow"
|
2863 |
#~ msgstr "Κολήσατε με το AdRotate; Θα βοηθήσω!"
|
2864 |
|
2865 |
-
#, fuzzy
|
2866 |
-
#~ msgid "Manage Schedules"
|
2867 |
-
#~ msgstr "Διαχείριση"
|
2868 |
-
|
2869 |
#, fuzzy
|
2870 |
#~ msgid "Manage Media"
|
2871 |
#~ msgstr "Media:"
|
@@ -2891,12 +3376,6 @@ msgstr ""
|
|
2891 |
#~ msgid "Ads"
|
2892 |
#~ msgstr "Διαφημίσεις"
|
2893 |
|
2894 |
-
#~ msgid "Max Impressions"
|
2895 |
-
#~ msgstr "Max Impressions"
|
2896 |
-
|
2897 |
-
#~ msgid "Max Clicks"
|
2898 |
-
#~ msgstr "Max Clicks"
|
2899 |
-
|
2900 |
#, fuzzy
|
2901 |
#~ msgid "No schedules created yet!"
|
2902 |
#~ msgstr "Κανένα πεδίο δεν έχει δημιουργηθεί ακόμα!"
|
@@ -2917,10 +3396,6 @@ msgstr ""
|
|
2917 |
#~ msgid "Media uploading and management is available in AdRotate Pro."
|
2918 |
#~ msgstr "Αυτό το χαρακτηριστικό είναι διαθέσιμο στο AdRotate Pro"
|
2919 |
|
2920 |
-
#, fuzzy
|
2921 |
-
#~ msgid "Actions"
|
2922 |
-
#~ msgstr "Μαζικές Ενέργειες"
|
2923 |
-
|
2924 |
#, fuzzy
|
2925 |
#~ msgid "Manage your banner folder from here with AdRotate Pro."
|
2926 |
#~ msgstr "Για περισσότερες δυνατότητες αποκτήστε το AdRotate Pro."
|
@@ -3004,16 +3479,9 @@ msgstr ""
|
|
3004 |
#~ "Μέγιστο 2 διευθύνσεων. Διαχωρισμός με κόματα. Αυτό το πεδίο δεν μπορεί να "
|
3005 |
#~ "είναι κενό!"
|
3006 |
|
3007 |
-
#, fuzzy
|
3008 |
-
#~ msgid "Get more features with AdRotate Pro"
|
3009 |
-
#~ msgstr "Για περισσότερες δυνατότητες αποκτήστε το AdRotate Pro."
|
3010 |
-
|
3011 |
#~ msgid "Visit the"
|
3012 |
#~ msgstr "Επισκεφθείτε το"
|
3013 |
|
3014 |
-
#~ msgid "website"
|
3015 |
-
#~ msgstr "ιστοσελίδα"
|
3016 |
-
|
3017 |
#~ msgid "AdRotate News and Developer Blog"
|
3018 |
#~ msgstr "Νέα και Προγραμματιστικό Ιστολόγιο του AdRotate"
|
3019 |
|
@@ -3131,18 +3599,10 @@ msgstr ""
|
|
3131 |
#~ msgid "Impressions timer"
|
3132 |
#~ msgstr "Χρονομετρητής εμφανίσεων"
|
3133 |
|
3134 |
-
#, fuzzy
|
3135 |
-
#~ msgid "Clicks timer"
|
3136 |
-
#~ msgstr "Χρονομετρητής εμφανίσεων"
|
3137 |
-
|
3138 |
#, fuzzy
|
3139 |
#~ msgid "Learn More"
|
3140 |
#~ msgstr "Μάθετε περισσότερα σχετικά"
|
3141 |
|
3142 |
-
#, fuzzy
|
3143 |
-
#~ msgid "Thank you for your consideration!"
|
3144 |
-
#~ msgstr "Πήρατε αντίγραφο ασφαλείας της βάσης δεδομένων;"
|
3145 |
-
|
3146 |
#~ msgid ""
|
3147 |
#~ "Your one stop for Webdevelopment, consultancy and anything WordPress! "
|
3148 |
#~ "Find out more about what I can do for you!"
|
@@ -3167,18 +3627,6 @@ msgstr ""
|
|
3167 |
#~ msgid "Group updated"
|
3168 |
#~ msgstr "Η Ομάδα ανανεώθηκε"
|
3169 |
|
3170 |
-
#, fuzzy
|
3171 |
-
#~ msgid "Upload new banner image"
|
3172 |
-
#~ msgstr "Εικόνα Banner:"
|
3173 |
-
|
3174 |
-
#, fuzzy
|
3175 |
-
#~ msgid "Accepted files are:"
|
3176 |
-
#~ msgstr "Χρησιμοποιήστε %image% στον κώδικα. Αποδεκτά αρχεία είναι:"
|
3177 |
-
|
3178 |
-
#, fuzzy
|
3179 |
-
#~ msgid "Upload image"
|
3180 |
-
#~ msgstr "Εικόνα Banner:"
|
3181 |
-
|
3182 |
#~ msgid "Access Rights"
|
3183 |
#~ msgstr "Δικαιώματα Πρόσβασης"
|
3184 |
|
@@ -3481,9 +3929,6 @@ msgstr ""
|
|
3481 |
#~ "Το πεδίο διεύθυνσης URL δεν είναι πλέον απαραίτητο. Τοποθετώντας το URL "
|
3482 |
#~ "στο adcode σας και τη δυνατότητα παρακολούθησης κλικ είναι αρκετό."
|
3483 |
|
3484 |
-
#~ msgid "Media:"
|
3485 |
-
#~ msgstr "Media:"
|
3486 |
-
|
3487 |
#, fuzzy
|
3488 |
#~ msgid "Geo Location in AdRotate Pro"
|
3489 |
#~ msgstr "Γεωγραφική Τοποθεσία"
|
@@ -3499,9 +3944,6 @@ msgstr ""
|
|
3499 |
#~ msgid "Target your audience with Geo Location in AdRotate Pro"
|
3500 |
#~ msgstr "Για περισσότερες δυνατότητες αποκτήστε το AdRotate Pro."
|
3501 |
|
3502 |
-
#~ msgid "Schedule"
|
3503 |
-
#~ msgstr "Πρόγραμμα"
|
3504 |
-
|
3505 |
#~ msgid "From when to when is the advert visible?"
|
3506 |
#~ msgstr "Από πότε έως πότε είναι ορατή η διαφήμιση;"
|
3507 |
|
@@ -3581,12 +4023,6 @@ msgstr ""
|
|
3581 |
#~ msgid "Updated"
|
3582 |
#~ msgstr "Η διαφήμιση ανανεώθηκε"
|
3583 |
|
3584 |
-
#~ msgid "Show from"
|
3585 |
-
#~ msgstr "Προβολή από"
|
3586 |
-
|
3587 |
-
#~ msgid "Show until"
|
3588 |
-
#~ msgstr "Προβολή μέχρι"
|
3589 |
-
|
3590 |
#, fuzzy
|
3591 |
#~ msgid "AdRotate Server Settings"
|
3592 |
#~ msgstr "Ρυθμίσεις AdRotate"
|
@@ -3658,10 +4094,6 @@ msgstr ""
|
|
3658 |
#~ msgid "Buy"
|
3659 |
#~ msgstr "Αγοράστε τώρα"
|
3660 |
|
3661 |
-
#, fuzzy
|
3662 |
-
#~ msgid "Used"
|
3663 |
-
#~ msgstr "Αυτή η διαφήμιση χρησιμοποιείται"
|
3664 |
-
|
3665 |
#~ msgid "Check out the"
|
3666 |
#~ msgstr "Δείτε τα"
|
3667 |
|
@@ -3822,9 +4254,6 @@ msgstr ""
|
|
3822 |
#~ msgid "Moderate"
|
3823 |
#~ msgstr "Ελέγξτε"
|
3824 |
|
3825 |
-
#~ msgid "Moderate Adverts"
|
3826 |
-
#~ msgstr "Ελέγξτε τις Διαφημίσεις"
|
3827 |
-
|
3828 |
#~ msgid "Global Reports"
|
3829 |
#~ msgstr "Συνολικές Αναφορές"
|
3830 |
|
@@ -3840,9 +4269,6 @@ msgstr ""
|
|
3840 |
#~ msgid "Advertiser"
|
3841 |
#~ msgstr "Διαφημιζόμενος"
|
3842 |
|
3843 |
-
#~ msgid "Options"
|
3844 |
-
#~ msgstr "Επιλογές"
|
3845 |
-
|
3846 |
#~ msgid ""
|
3847 |
#~ "Couple adverts to advertisers and allow them to create and upload their "
|
3848 |
#~ "own advertisements for you to moderate and approve or reject!"
|
@@ -3943,9 +4369,6 @@ msgstr ""
|
|
3943 |
#~ msgid "Track visitors"
|
3944 |
#~ msgstr "Παρακολουθήστε τις κινήσεις των επισκεπτών"
|
3945 |
|
3946 |
-
#~ msgid "GeoTargeting"
|
3947 |
-
#~ msgstr "Γεω-Στόχευση"
|
3948 |
-
|
3949 |
#~ msgid "Include jQuery ShowOff"
|
3950 |
#~ msgstr "Να περιληφθεί η jQuery ShowOff"
|
3951 |
|
@@ -4042,13 +4465,6 @@ msgstr ""
|
|
4042 |
#~ msgid "Width and Height"
|
4043 |
#~ msgstr "Πλάτος και Ύψος"
|
4044 |
|
4045 |
-
#~ msgid ""
|
4046 |
-
#~ "Define the maximum size of the ads in pixels. Height can be "
|
4047 |
-
#~ "'auto' (Default: 125/125)"
|
4048 |
-
#~ msgstr ""
|
4049 |
-
#~ "Καθορίστε το μέγιστο μέγεθος των διαφημίσεων σε εικονοστοιχεία.Το ύψος "
|
4050 |
-
#~ "μπορεί να είναι «αυτόματο» (Προεπιλογή: 125/125)"
|
4051 |
-
|
4052 |
#~ msgid "pixel(s) margin"
|
4053 |
#~ msgstr "περιθώριο εικονοστοιχείου(ων)"
|
4054 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: AdRotate\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2017-08-19 13:54+0800\n"
|
6 |
+
"PO-Revision-Date: 2017-08-19 13:54+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"
|
18 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
+
#: adrotate-functions.php:716
|
22 |
msgid "No files found"
|
23 |
msgstr "Δεν βρέθηκαν αρχεία"
|
24 |
|
25 |
+
#: adrotate-functions.php:719
|
26 |
msgid "Folder not found or not accessible"
|
27 |
msgstr "Δεν βρέθηκε ή δεν είναι προσπελάσιμος ο φάκελος"
|
28 |
|
29 |
+
#: adrotate-functions.php:804
|
30 |
msgid "Ad saved"
|
31 |
msgstr ""
|
32 |
|
33 |
+
#: adrotate-functions.php:808
|
34 |
msgid "Group saved"
|
35 |
msgstr ""
|
36 |
|
37 |
+
#: adrotate-functions.php:812
|
38 |
msgid "Ad(s) deleted"
|
39 |
msgstr "Η(Οι) διαφήμιση(εις) διαγράφηκε(αν)"
|
40 |
|
41 |
+
#: adrotate-functions.php:816
|
42 |
msgid "Group deleted"
|
43 |
msgstr "Η Ομάδα διαγράφηκε"
|
44 |
|
45 |
+
#: adrotate-functions.php:820
|
46 |
msgid "Ad(s) statistics reset"
|
47 |
msgstr "Οι στατιστικές διαφήμισης επανήλθαν"
|
48 |
|
49 |
+
#: adrotate-functions.php:824
|
50 |
msgid "Ad(s) renewed"
|
51 |
msgstr "Η(Οι) διαφήμιση(εις) ανανεώθηκε(αν)"
|
52 |
|
53 |
+
#: adrotate-functions.php:828
|
54 |
msgid "Ad(s) deactivated"
|
55 |
msgstr "Η(Οι) διαφήμιση(εις) απενεργοποιήθηκε(αν)"
|
56 |
|
57 |
+
#: adrotate-functions.php:832
|
58 |
msgid "Ad(s) activated"
|
59 |
msgstr "Η(Οι) διαφήμιση(εις) ενεργοποιήθηκε(αν)"
|
60 |
|
61 |
+
#: adrotate-functions.php:836
|
62 |
msgid "Group including it's Ads deleted"
|
63 |
msgstr "Η Ομάδα διαγράφηκε μαζί με τις διαφημίσεις της"
|
64 |
|
65 |
+
#: adrotate-functions.php:840
|
66 |
#, fuzzy
|
67 |
msgid "Export created"
|
68 |
msgstr "Επιλογές εξαγωγής"
|
69 |
|
70 |
+
#: adrotate-functions.php:844
|
71 |
+
msgid ""
|
72 |
+
"Advert HTML generated and placed in the AdCode field. Configure your advert "
|
73 |
+
"below."
|
74 |
+
msgstr ""
|
75 |
+
|
76 |
+
#: adrotate-functions.php:849
|
77 |
msgid "Settings saved"
|
78 |
msgstr "Οι ρυθμίσεις αποθηκεύτηκαν"
|
79 |
|
80 |
+
#: adrotate-functions.php:853
|
81 |
msgid "Database optimized"
|
82 |
msgstr "Η βάση δεδομένων βελτιστοποιήθηκε"
|
83 |
|
84 |
+
#: adrotate-functions.php:857
|
85 |
msgid "Database repaired"
|
86 |
msgstr "Η βάση δεδομένων επιδιορθώθηκε"
|
87 |
|
88 |
+
#: adrotate-functions.php:861
|
89 |
msgid "Ads evaluated and statuses have been corrected where required"
|
90 |
msgstr ""
|
91 |
"Οι διαφημίσεις αξιολογήθηκαν και οι καταστάσεις επιδιορθώθηκαν όπου "
|
92 |
"χρειάστηκε"
|
93 |
|
94 |
+
#: adrotate-functions.php:865
|
95 |
#, fuzzy
|
96 |
#| msgid "Clean-up Database"
|
97 |
msgid "Cleanup complete"
|
98 |
msgstr "Εκκαθάριση Βάσης Δεδομένων"
|
99 |
|
100 |
+
#: adrotate-functions.php:870
|
101 |
msgid "Action prohibited"
|
102 |
msgstr "Η ενέργεια απαγορεύεται"
|
103 |
|
104 |
+
#: adrotate-functions.php:874
|
105 |
msgid ""
|
106 |
"The ad was saved but has an issue which might prevent it from working "
|
107 |
"properly. Review the colored ad."
|
108 |
msgstr ""
|
109 |
|
110 |
+
#: adrotate-functions.php:878
|
111 |
msgid "No data found in selected time period"
|
112 |
msgstr "Δεν βρέθηκαν δεδομένα για την επιλεγμένη περίοδο"
|
113 |
|
114 |
+
#: adrotate-functions.php:882
|
115 |
msgid "Database can only be optimized or cleaned once every hour"
|
116 |
msgstr ""
|
117 |
"Η βάση δεδομένων μπορεί να βελτιστοποιηθεί ή να καθαριστεί μόνο μία φορά ανά "
|
118 |
"ώρα"
|
119 |
|
120 |
+
#: adrotate-functions.php:886
|
121 |
msgid "Form can not be (partially) empty!"
|
122 |
msgstr ""
|
123 |
|
124 |
+
#: adrotate-functions.php:890
|
125 |
msgid "No ads found."
|
126 |
msgstr ""
|
127 |
|
128 |
+
#: adrotate-functions.php:894
|
129 |
msgid "Unexpected error"
|
130 |
msgstr ""
|
131 |
|
132 |
+
#: adrotate-manage-publisher.php:798
|
133 |
msgid "AdRotate Advertiser"
|
134 |
msgstr ""
|
135 |
|
232 |
msgid "Your AdRotate Banner folder is not writable or does not exist."
|
233 |
msgstr ""
|
234 |
|
235 |
+
#: adrotate-output.php:685 dashboard/adrotatepro.php:87
|
236 |
#: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:89
|
237 |
#: dashboard/adrotatepro.php:90 dashboard/adrotatepro.php:99
|
238 |
#: dashboard/adrotatepro.php:100 dashboard/adrotatepro.php:101
|
239 |
+
#: dashboard/adrotatepro.php:102 dashboard/info.php:83 dashboard/info.php:84
|
240 |
+
#: dashboard/info.php:85 dashboard/info.php:86 dashboard/info.php:90
|
241 |
+
#: dashboard/info.php:91 dashboard/info.php:92 dashboard/info.php:93
|
242 |
#: dashboard/settings/geotargeting.php:35
|
243 |
#, fuzzy
|
244 |
msgid "Buy now"
|
245 |
msgstr "Λάβετε μέτρα τώρα"
|
246 |
|
247 |
+
#: adrotate-output.php:686
|
248 |
msgid ""
|
249 |
+
"If you like <strong>AdRotate</strong>, please consider upgrading to the "
|
250 |
+
"<strong>PRO</strong> version and get more features."
|
251 |
msgstr ""
|
252 |
|
253 |
+
#: adrotate-output.php:686
|
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:686
|
260 |
+
#, fuzzy
|
261 |
+
msgid "Thank you for your support!"
|
262 |
+
msgstr "Πήρατε αντίγραφο ασφαλείας της βάσης δεδομένων;"
|
263 |
|
264 |
+
#: adrotate-output.php:747
|
265 |
msgid ""
|
266 |
"Thank you for choosing AdRotate. Everything related to AdRotate is in this "
|
267 |
"menu. If you need help getting started take a look at the"
|
268 |
msgstr ""
|
269 |
|
270 |
+
#: adrotate-output.php:747
|
271 |
msgid "manuals"
|
272 |
msgstr "εγχειρίδια"
|
273 |
|
274 |
+
#: adrotate-output.php:747 adrotate-output.php:817
|
275 |
msgid "and"
|
276 |
msgstr ""
|
277 |
|
278 |
+
#: adrotate-output.php:747
|
279 |
msgid "forums"
|
280 |
msgstr ""
|
281 |
|
282 |
+
#: adrotate-output.php:780
|
283 |
#, fuzzy
|
284 |
msgid "Useful Links"
|
285 |
msgstr "Χρήσιμοι σύνδεσμοι"
|
286 |
|
287 |
+
#: adrotate-output.php:781
|
288 |
msgid "Useful links to learn more about AdRotate"
|
289 |
msgstr ""
|
290 |
|
291 |
+
#: adrotate-output.php:783
|
292 |
msgid "AdRotate website"
|
293 |
msgstr ""
|
294 |
|
295 |
+
#: adrotate-output.php:784
|
296 |
#, fuzzy
|
297 |
msgid "Getting Started With AdRotate"
|
298 |
msgstr "Για περισσότερες δυνατότητες αποκτήστε το AdRotate Pro."
|
299 |
|
300 |
+
#: adrotate-output.php:785
|
301 |
#, fuzzy
|
302 |
msgid "AdRotate manuals"
|
303 |
msgstr "Πληροφορίες του AdRotate"
|
304 |
|
305 |
+
#: adrotate-output.php:786
|
306 |
#, fuzzy
|
307 |
msgid "AdRotate Support Forum"
|
308 |
msgstr "Κατάστημα του AdRotate"
|
309 |
|
310 |
+
#: adrotate-output.php:809 dashboard/info.php:49
|
311 |
msgid "Support AdRotate"
|
312 |
msgstr "Υποστηρίξτε το AdRotate"
|
313 |
|
314 |
+
#: adrotate-output.php:810
|
315 |
msgid "Check out my website"
|
316 |
msgstr ""
|
317 |
|
318 |
+
#: adrotate-output.php:817
|
319 |
msgid ""
|
320 |
"Many users only think to review AdRotate when something goes wrong while "
|
321 |
"thousands of people happily use AdRotate."
|
322 |
msgstr ""
|
323 |
|
324 |
+
#: adrotate-output.php:817
|
325 |
msgid "If you find AdRotate useful please leave your"
|
326 |
msgstr ""
|
327 |
|
328 |
+
#: adrotate-output.php:817
|
329 |
msgid "rating"
|
330 |
msgstr ""
|
331 |
|
332 |
+
#: adrotate-output.php:817
|
333 |
#, fuzzy
|
334 |
msgid "review"
|
335 |
msgstr "Αξιολογήστε και σχολιάστε"
|
336 |
|
337 |
+
#: adrotate-output.php:817
|
338 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
339 |
msgstr ""
|
340 |
|
341 |
+
#: adrotate-output.php:843 dashboard/settings/notifications.php:50
|
342 |
#: dashboard/settings/notifications.php:80
|
343 |
msgid "Available in AdRotate Pro"
|
344 |
msgstr "Διαθέσιμο στο AdRotate Pro"
|
345 |
|
346 |
+
#: adrotate-output.php:843
|
347 |
#, fuzzy
|
348 |
msgid "More information..."
|
349 |
msgstr "Περισσότερες πληροφορίες"
|
350 |
|
351 |
+
#: adrotate-output.php:844
|
352 |
msgid "This feature is available in AdRotate Pro"
|
353 |
msgstr "Αυτό το χαρακτηριστικό είναι διαθέσιμο στο AdRotate Pro"
|
354 |
|
355 |
+
#: adrotate-output.php:844
|
356 |
#, fuzzy
|
357 |
msgid "Learn more"
|
358 |
msgstr "Μάθετε περισσότερα σχετικά"
|
359 |
|
360 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:220
|
361 |
#: dashboard/publisher/adverts-edit.php:241
|
362 |
msgid "January"
|
363 |
msgstr "Ιανουάριος"
|
364 |
|
365 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:221
|
366 |
#: dashboard/publisher/adverts-edit.php:242
|
367 |
msgid "February"
|
368 |
msgstr "Φεβρουάριος"
|
369 |
|
370 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:222
|
371 |
#: dashboard/publisher/adverts-edit.php:243
|
372 |
msgid "March"
|
373 |
msgstr "Μάρτιος"
|
374 |
|
375 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:223
|
376 |
#: dashboard/publisher/adverts-edit.php:244
|
377 |
msgid "April"
|
378 |
msgstr "Απρίλιος"
|
379 |
|
380 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:224
|
381 |
#: dashboard/publisher/adverts-edit.php:245
|
382 |
msgid "May"
|
383 |
msgstr "Μάιος"
|
384 |
|
385 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:225
|
386 |
#: dashboard/publisher/adverts-edit.php:246
|
387 |
msgid "June"
|
388 |
msgstr "Ιούνιος"
|
389 |
|
390 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:226
|
391 |
#: dashboard/publisher/adverts-edit.php:247
|
392 |
msgid "July"
|
393 |
msgstr "Ιούλιος"
|
394 |
|
395 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:227
|
396 |
#: dashboard/publisher/adverts-edit.php:248
|
397 |
msgid "August"
|
398 |
msgstr "Αύγουστος"
|
399 |
|
400 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:228
|
401 |
#: dashboard/publisher/adverts-edit.php:249
|
402 |
msgid "September"
|
403 |
msgstr "Σεπτέμβριος"
|
404 |
|
405 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:229
|
406 |
#: dashboard/publisher/adverts-edit.php:250
|
407 |
msgid "October"
|
408 |
msgstr "Οκτώβριος"
|
409 |
|
410 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:230
|
411 |
#: dashboard/publisher/adverts-edit.php:251
|
412 |
msgid "November"
|
413 |
msgstr "Νοέμβριος"
|
414 |
|
415 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:231
|
416 |
#: dashboard/publisher/adverts-edit.php:252
|
417 |
msgid "December"
|
418 |
msgstr "Δεκέμβριος"
|
419 |
|
420 |
+
#: adrotate-statistics.php:169
|
421 |
msgid "Previous"
|
422 |
msgstr "Προηγούμενο"
|
423 |
|
424 |
+
#: adrotate-statistics.php:171 dashboard/publisher/statistics-advert.php:67
|
425 |
+
#: dashboard/publisher/statistics-group.php:73
|
426 |
+
#: dashboard/publisher/statistics-main.php:37
|
427 |
msgid "This month"
|
428 |
msgstr "Αυτό το μήνα"
|
429 |
|
430 |
+
#: adrotate-statistics.php:172
|
431 |
msgid "Next"
|
432 |
msgstr "Επόμενο"
|
433 |
|
434 |
+
#: adrotate-statistics.php:267
|
435 |
msgid "No data to show!"
|
436 |
msgstr "Δεν υπάρχουν δεδομένα."
|
437 |
|
438 |
+
#: adrotate-statistics.php:344 adrotate-statistics.php:345
|
439 |
+
#, fuzzy
|
440 |
+
#| msgid "No files found"
|
441 |
+
msgid "Not found"
|
442 |
+
msgstr "Δεν βρέθηκαν αρχεία"
|
443 |
+
|
444 |
#: adrotate-widget.php:116
|
445 |
msgid "Title (optional):"
|
446 |
msgstr "Τίτλος (προαιρετικό):"
|
494 |
#: adrotate.php:105 dashboard/info.php:40
|
495 |
#: dashboard/publisher/adverts-edit.php:458
|
496 |
#: dashboard/publisher/groups-main.php:34
|
497 |
+
#: dashboard/publisher/schedules-main.php:34
|
498 |
+
#: dashboard/publisher/statistics-main.php:24
|
499 |
msgid "Adverts"
|
500 |
msgstr "Διαφημίσεις"
|
501 |
|
503 |
msgid "Groups"
|
504 |
msgstr "Ομάδες"
|
505 |
|
506 |
+
#: adrotate.php:107 adrotate.php:348
|
507 |
+
#, fuzzy
|
508 |
+
#| msgid "Schedule"
|
509 |
+
msgid "Schedules"
|
510 |
+
msgstr "Πρόγραμμα"
|
511 |
+
|
512 |
+
#: adrotate.php:108 adrotate.php:388 dashboard/publisher/adverts-edit.php:167
|
513 |
+
#: dashboard/publisher/statistics-main.php:12
|
514 |
+
#: dashboard/settings/statistics.php:17
|
515 |
+
msgid "Statistics"
|
516 |
+
msgstr "Στατιστικά"
|
517 |
+
|
518 |
+
#: adrotate.php:109
|
519 |
+
#, fuzzy
|
520 |
+
#| msgid "Media:"
|
521 |
+
msgid "Media"
|
522 |
+
msgstr "Media:"
|
523 |
+
|
524 |
+
#: adrotate.php:110
|
525 |
msgid "Settings"
|
526 |
msgstr "Ρυθμίσεις"
|
527 |
|
528 |
+
#: adrotate.php:131
|
529 |
msgid "AdRotate Info"
|
530 |
msgstr "Πληροφορίες του AdRotate"
|
531 |
|
532 |
+
#: adrotate.php:149
|
533 |
#, fuzzy
|
534 |
msgid "AdRotate Professional"
|
535 |
msgstr "AdRotate Pro"
|
536 |
|
537 |
+
#: adrotate.php:189
|
538 |
msgid "Advert Management"
|
539 |
msgstr ""
|
540 |
|
541 |
+
#: adrotate.php:249 adrotate.php:317
|
542 |
msgid "Manage"
|
543 |
msgstr "Διαχείριση"
|
544 |
|
545 |
+
#: adrotate.php:250
|
546 |
+
#, fuzzy
|
547 |
+
#| msgid "General Info"
|
548 |
+
msgid "Generator"
|
549 |
+
msgstr "Γενικές Πληροφορίες"
|
550 |
+
|
551 |
+
#: adrotate.php:251 adrotate.php:318
|
552 |
msgid "Add New"
|
553 |
msgstr "Προσθήκη Νέας"
|
554 |
|
555 |
+
#: adrotate.php:311
|
556 |
msgid "Group Management"
|
557 |
msgstr "Διαχείριση Ομάδας"
|
558 |
|
559 |
+
#: adrotate.php:442
|
560 |
+
msgid "Media and Assets"
|
561 |
+
msgstr ""
|
562 |
+
|
563 |
+
#: adrotate.php:446
|
564 |
+
msgid ""
|
565 |
+
"Upload images to the AdRotate Pro banners folder from here. This is useful "
|
566 |
+
"if you have HTML5 adverts containing multiple files."
|
567 |
+
msgstr ""
|
568 |
+
|
569 |
+
#: adrotate.php:446 dashboard/publisher/schedules-main.php:13
|
570 |
+
#, fuzzy
|
571 |
+
msgid "Get more features"
|
572 |
+
msgstr "Για περισσότερες δυνατότητες αποκτήστε το AdRotate Pro."
|
573 |
|
574 |
+
#: adrotate.php:446 dashboard/publisher/schedules-main.php:13
|
575 |
+
#, fuzzy
|
576 |
+
#| msgid "AdRotate Pro"
|
577 |
+
msgid "Get AdRotate Pro"
|
578 |
+
msgstr "AdRotate Pro"
|
579 |
+
|
580 |
+
#: adrotate.php:474
|
581 |
msgid "AdRotate Settings"
|
582 |
msgstr "Ρυθμίσεις AdRotate"
|
583 |
|
584 |
+
#: adrotate.php:479 dashboard/publisher/statistics-main.php:17
|
585 |
#, fuzzy
|
586 |
#| msgid "General Info"
|
587 |
msgid "General"
|
588 |
msgstr "Γενικές Πληροφορίες"
|
589 |
|
590 |
+
#: adrotate.php:480 dashboard/settings/notifications.php:18
|
591 |
msgid "Notifications"
|
592 |
msgstr "Ειδοποιήσεις"
|
593 |
|
594 |
+
#: adrotate.php:481 dashboard/publisher/adverts-disabled.php:69
|
595 |
#: dashboard/publisher/adverts-error.php:63
|
596 |
#: dashboard/publisher/adverts-main.php:81
|
597 |
#: dashboard/publisher/groups-main.php:70
|
598 |
msgid "Stats"
|
599 |
msgstr "Στατιστικά"
|
600 |
|
601 |
+
#: adrotate.php:482 dashboard/publisher/adverts-edit.php:359
|
602 |
#: dashboard/publisher/groups-edit.php:180
|
603 |
#: dashboard/settings/advertisers.php:38
|
604 |
msgid "Geo Targeting"
|
605 |
msgstr "Γεωγραφική Στόχευση"
|
606 |
|
607 |
+
#: adrotate.php:483 dashboard/settings/notifications.php:72
|
608 |
msgid "Advertisers"
|
609 |
msgstr "Διαφημιζόμενοι"
|
610 |
|
611 |
+
#: adrotate.php:484 dashboard/settings/roles.php:17
|
612 |
msgid "Roles"
|
613 |
msgstr ""
|
614 |
|
615 |
+
#: adrotate.php:485
|
616 |
msgid "Misc"
|
617 |
msgstr ""
|
618 |
|
619 |
+
#: adrotate.php:486 dashboard/settings/maintenance.php:16
|
620 |
msgid "Maintenance"
|
621 |
msgstr "Συντήρηση"
|
622 |
|
718 |
msgstr ""
|
719 |
|
720 |
#: dashboard/adrotatepro.php:83 dashboard/adrotatepro.php:95
|
721 |
+
#: dashboard/info.php:79
|
722 |
#, fuzzy
|
723 |
msgid "Buy AdRotate Professional"
|
724 |
msgstr "AdRotate Pro"
|
725 |
|
726 |
+
#: dashboard/adrotatepro.php:87 dashboard/info.php:83
|
727 |
msgid "Single License"
|
728 |
msgstr ""
|
729 |
|
730 |
+
#: dashboard/adrotatepro.php:87 dashboard/info.php:83
|
731 |
msgid "One WordPress installation."
|
732 |
msgstr ""
|
733 |
|
734 |
#: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:100
|
735 |
+
#: dashboard/info.php:84 dashboard/info.php:91
|
736 |
msgid "Duo License"
|
737 |
msgstr ""
|
738 |
|
739 |
+
#: dashboard/adrotatepro.php:88 dashboard/info.php:84
|
740 |
msgid "Two WordPress installations."
|
741 |
msgstr ""
|
742 |
|
743 |
#: dashboard/adrotatepro.php:89 dashboard/adrotatepro.php:101
|
744 |
+
#: dashboard/info.php:85 dashboard/info.php:92
|
745 |
msgid "Multi License"
|
746 |
msgstr ""
|
747 |
|
748 |
+
#: dashboard/adrotatepro.php:89 dashboard/info.php:85
|
749 |
msgid "Up to five WordPress installations."
|
750 |
msgstr ""
|
751 |
|
752 |
#: dashboard/adrotatepro.php:90 dashboard/adrotatepro.php:102
|
753 |
+
#: dashboard/info.php:86 dashboard/info.php:93
|
754 |
#, fuzzy
|
755 |
msgid "Developer License"
|
756 |
msgstr "Αποσφαλμάτωση Προγραμματιστή"
|
757 |
|
758 |
+
#: dashboard/adrotatepro.php:90 dashboard/info.php:86
|
759 |
msgid "Unlimited WordPress installations and/or networks."
|
760 |
msgstr ""
|
761 |
|
762 |
#: dashboard/adrotatepro.php:91 dashboard/adrotatepro.php:104
|
763 |
+
#: dashboard/info.php:87 dashboard/info.php:95
|
764 |
msgid "Compare licenses"
|
765 |
msgstr ""
|
766 |
|
767 |
+
#: dashboard/adrotatepro.php:91 dashboard/info.php:87
|
768 |
msgid "Not sure which license is for you? Compare them..."
|
769 |
msgstr ""
|
770 |
|
771 |
+
#: dashboard/adrotatepro.php:91 dashboard/info.php:87
|
772 |
msgid "All Licenses"
|
773 |
msgstr ""
|
774 |
|
775 |
+
#: dashboard/adrotatepro.php:99 dashboard/info.php:90
|
776 |
msgid "Lifetime License"
|
777 |
msgstr ""
|
778 |
|
779 |
+
#: dashboard/adrotatepro.php:99 dashboard/info.php:90
|
780 |
msgid "Single installation."
|
781 |
msgstr ""
|
782 |
|
783 |
+
#: dashboard/adrotatepro.php:100 dashboard/info.php:91
|
784 |
msgid "Up to 2 installations."
|
785 |
msgstr ""
|
786 |
|
787 |
+
#: dashboard/adrotatepro.php:101 dashboard/info.php:92
|
788 |
msgid "Up to 10 installations."
|
789 |
msgstr ""
|
790 |
|
791 |
+
#: dashboard/adrotatepro.php:102 dashboard/info.php:93
|
792 |
msgid "Up to 25 installations or multisite networks."
|
793 |
msgstr ""
|
794 |
|
795 |
+
#: dashboard/adrotatepro.php:103 dashboard/info.php:94
|
796 |
msgid ""
|
797 |
"Subscriptions get 1 year access to updates, email support & AdRotate Geo."
|
798 |
msgstr ""
|
799 |
|
800 |
+
#: dashboard/adrotatepro.php:104 dashboard/info.php:95
|
801 |
msgid "Not sure which license is for you?"
|
802 |
msgstr ""
|
803 |
|
804 |
+
#: dashboard/adrotatepro.php:104 dashboard/info.php:95
|
805 |
msgid "Compare Licenses"
|
806 |
msgstr ""
|
807 |
|
831 |
"for updates about me and my plugins. Thank you!"
|
832 |
msgstr ""
|
833 |
|
834 |
+
#: dashboard/info.php:59
|
835 |
msgid "Arnan de Gans News & Updates"
|
836 |
msgstr ""
|
837 |
|
838 |
+
#: dashboard/info.php:100
|
839 |
msgid "Join the Media.net advertising network"
|
840 |
msgstr ""
|
841 |
|
847 |
#: dashboard/publisher/adverts-error.php:19
|
848 |
#: dashboard/publisher/adverts-main.php:20
|
849 |
#: dashboard/publisher/groups-main.php:20
|
850 |
+
#: dashboard/publisher/schedules-main.php:21
|
851 |
msgid "Bulk Actions"
|
852 |
msgstr "Μαζικές Ενέργειες"
|
853 |
|
858 |
|
859 |
#: dashboard/publisher/adverts-disabled.php:22
|
860 |
#: dashboard/publisher/adverts-error.php:21
|
861 |
+
#: dashboard/publisher/adverts-main.php:22 dashboard/publisher/media.php:60
|
862 |
msgid "Delete"
|
863 |
msgstr "Διαγραφή"
|
864 |
|
872 |
#: dashboard/publisher/adverts-error.php:29
|
873 |
#: dashboard/publisher/adverts-main.php:30
|
874 |
#: dashboard/publisher/groups-main.php:24
|
875 |
+
#: dashboard/publisher/schedules-main.php:22
|
876 |
msgid "Go"
|
877 |
msgstr "Go"
|
878 |
|
880 |
#: dashboard/publisher/adverts-error.php:39
|
881 |
#: dashboard/publisher/adverts-main.php:39
|
882 |
#: dashboard/publisher/groups-main.php:32
|
883 |
+
#: dashboard/publisher/schedules-main.php:31
|
884 |
msgid "ID"
|
885 |
msgstr "Κωδ."
|
886 |
|
887 |
#: dashboard/publisher/adverts-disabled.php:36
|
888 |
#: dashboard/publisher/adverts-error.php:41
|
889 |
#: dashboard/publisher/adverts-main.php:40
|
890 |
+
#: dashboard/publisher/schedules-main.php:32
|
891 |
#, fuzzy
|
892 |
msgid "Start / End"
|
893 |
msgstr ""
|
900 |
#: dashboard/publisher/adverts-error.php:40
|
901 |
#: dashboard/publisher/adverts-main.php:41
|
902 |
#: dashboard/publisher/groups-edit.php:51
|
903 |
+
#: dashboard/publisher/groups-main.php:33 dashboard/publisher/media.php:30
|
904 |
+
#: dashboard/publisher/schedules-main.php:33
|
905 |
msgid "Name"
|
906 |
msgstr "Όνομα"
|
907 |
|
914 |
|
915 |
#: dashboard/publisher/adverts-disabled.php:40
|
916 |
#: dashboard/publisher/adverts-main.php:45
|
|
|
|
|
917 |
#: dashboard/publisher/groups-edit.php:334
|
918 |
#: dashboard/publisher/groups-main.php:38
|
919 |
+
#: dashboard/publisher/statistics-advert.php:53
|
920 |
+
#: dashboard/publisher/statistics-advert.php:59
|
921 |
+
#: dashboard/publisher/statistics-advert.php:73
|
922 |
+
#: dashboard/publisher/statistics-advert.php:79
|
923 |
+
#: dashboard/publisher/statistics-advert.php:100
|
924 |
+
#: dashboard/publisher/statistics-group.php:59
|
925 |
+
#: dashboard/publisher/statistics-group.php:65
|
926 |
+
#: dashboard/publisher/statistics-group.php:79
|
927 |
+
#: dashboard/publisher/statistics-group.php:85
|
928 |
+
#: dashboard/publisher/statistics-group.php:104
|
929 |
+
#: dashboard/publisher/statistics-main.php:29
|
930 |
+
#: dashboard/publisher/statistics-main.php:43
|
931 |
+
#: dashboard/publisher/statistics-main.php:47
|
932 |
+
#: dashboard/publisher/statistics-main.php:65
|
933 |
msgid "Clicks"
|
934 |
msgstr "Clicks"
|
935 |
|
936 |
#: dashboard/publisher/adverts-disabled.php:41
|
937 |
#: dashboard/publisher/adverts-main.php:47
|
938 |
+
#: dashboard/publisher/statistics-advert.php:54
|
939 |
+
#: dashboard/publisher/statistics-advert.php:60
|
940 |
+
#: dashboard/publisher/statistics-advert.php:74
|
941 |
+
#: dashboard/publisher/statistics-advert.php:80
|
942 |
+
#: dashboard/publisher/statistics-advert.php:101
|
943 |
+
#: dashboard/publisher/statistics-group.php:60
|
944 |
+
#: dashboard/publisher/statistics-group.php:66
|
945 |
+
#: dashboard/publisher/statistics-group.php:80
|
946 |
+
#: dashboard/publisher/statistics-group.php:86
|
947 |
+
#: dashboard/publisher/statistics-group.php:105
|
948 |
+
#: dashboard/publisher/statistics-main.php:30
|
949 |
+
#: dashboard/publisher/statistics-main.php:44
|
950 |
+
#: dashboard/publisher/statistics-main.php:48
|
951 |
+
#: dashboard/publisher/statistics-main.php:66
|
952 |
msgid "CTR"
|
953 |
msgstr "CTR"
|
954 |
|
1047 |
msgstr "Βασικά παραδείγματα:"
|
1048 |
|
1049 |
#: dashboard/publisher/adverts-edit.php:129
|
1050 |
+
msgid "Get adverts from Media.net"
|
1051 |
msgstr ""
|
1052 |
|
1053 |
#: dashboard/publisher/adverts-edit.php:134
|
1103 |
"Αυτό είναι λόγω των διαφορών CSS. Το αρχείο θεμάτων CSS δεν είναι ενεργό εδώ!"
|
1104 |
|
1105 |
#: dashboard/publisher/adverts-edit.php:150
|
1106 |
+
#: dashboard/publisher/adverts-generator.php:46
|
1107 |
msgid "Banner asset"
|
1108 |
msgstr ""
|
1109 |
|
1116 |
msgstr "Επιλέξτε Banner"
|
1117 |
|
1118 |
#: dashboard/publisher/adverts-edit.php:155
|
1119 |
+
#: dashboard/publisher/adverts-generator.php:53
|
1120 |
msgid "- OR -"
|
1121 |
msgstr "- Ή -"
|
1122 |
|
1140 |
"Χρησιμοποιήστε είτε το πεδίο κειμένου είτε το μενού επιλογών. Αν το πεδίο "
|
1141 |
"κειμένου έχει περιεχόμενο αυτό το πεδίο έχει προτεραιότητα."
|
1142 |
|
|
|
|
|
|
|
|
|
|
|
1143 |
#: dashboard/publisher/adverts-edit.php:169
|
1144 |
msgid "Enable click and impression tracking for this advert."
|
1145 |
msgstr ""
|
1168 |
msgstr "Για περισσότερες δυνατότητες αποκτήστε το AdRotate Pro."
|
1169 |
|
1170 |
#: dashboard/publisher/adverts-edit.php:188
|
1171 |
+
#: dashboard/publisher/adverts-edit.php:288
|
1172 |
+
#: dashboard/publisher/adverts-edit.php:357
|
1173 |
+
#: dashboard/publisher/adverts-edit.php:428
|
1174 |
#: dashboard/publisher/adverts-main.php:105
|
1175 |
#: dashboard/publisher/groups-edit.php:71
|
1176 |
+
#: dashboard/publisher/groups-edit.php:191
|
1177 |
+
#: dashboard/publisher/groups-main.php:89 dashboard/publisher/media.php:73
|
1178 |
+
#: dashboard/publisher/schedules-main.php:89
|
1179 |
+
#: dashboard/publisher/statistics-advert.php:140
|
1180 |
+
#: dashboard/publisher/statistics-group.php:112
|
1181 |
+
#: dashboard/publisher/statistics-main.php:73
|
1182 |
#, fuzzy
|
1183 |
+
msgid "Upgrade now"
|
1184 |
+
msgstr "Σήμερα"
|
1185 |
|
1186 |
#: dashboard/publisher/adverts-edit.php:191
|
1187 |
#: dashboard/publisher/adverts-edit.php:291
|
1194 |
#: dashboard/publisher/adverts-edit.php:292
|
1195 |
#: dashboard/publisher/adverts-edit.php:448
|
1196 |
#: dashboard/publisher/adverts-edit.php:489
|
1197 |
+
#: dashboard/publisher/adverts-generator.php:129
|
1198 |
#: dashboard/publisher/groups-edit.php:150
|
1199 |
#: dashboard/publisher/groups-edit.php:299
|
1200 |
#: dashboard/publisher/groups-edit.php:391
|
1288 |
"Pro."
|
1289 |
msgstr ""
|
1290 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1291 |
#: dashboard/publisher/adverts-edit.php:295
|
1292 |
#: dashboard/publisher/groups-edit.php:153
|
1293 |
msgid "Advanced"
|
1495 |
msgid "Expired"
|
1496 |
msgstr "Έληξε"
|
1497 |
|
1498 |
+
#: dashboard/publisher/adverts-generator.php:35
|
1499 |
+
#, fuzzy
|
1500 |
+
#| msgid "Moderate Adverts"
|
1501 |
+
msgid "Generate Advert Code"
|
1502 |
+
msgstr "Ελέγξτε τις Διαφημίσεις"
|
1503 |
+
|
1504 |
+
#: dashboard/publisher/adverts-generator.php:36
|
1505 |
+
msgid ""
|
1506 |
+
"Use the Generator if you have received a target url, banner image and/or "
|
1507 |
+
"some separate files with a description on how to use those. The AdRotate "
|
1508 |
+
"Generator will take your bits and pieces and try to generate a working "
|
1509 |
+
"adcode from it."
|
1510 |
+
msgstr ""
|
1511 |
+
|
1512 |
+
#: dashboard/publisher/adverts-generator.php:38
|
1513 |
+
msgid ""
|
1514 |
+
"If you have a complete and working ad code / ad tag you do not use the "
|
1515 |
+
"Generator. You can simply paste that code in the AdCode field when creating "
|
1516 |
+
"your advert. For example as provided by Media.net or Google AdSense among "
|
1517 |
+
"others."
|
1518 |
+
msgstr ""
|
1519 |
+
|
1520 |
+
#: dashboard/publisher/adverts-generator.php:40
|
1521 |
+
#, fuzzy
|
1522 |
+
#| msgid "Statistics for advert"
|
1523 |
+
msgid "Basic advert"
|
1524 |
+
msgstr "Στατιστικά στοιχεία για τη διαφήμιση"
|
1525 |
+
|
1526 |
+
#: dashboard/publisher/adverts-generator.php:41
|
1527 |
+
msgid ""
|
1528 |
+
"This is a regular advert consisting of an image and a link, made up from "
|
1529 |
+
"HTML code."
|
1530 |
+
msgstr ""
|
1531 |
+
|
1532 |
+
#: dashboard/publisher/adverts-generator.php:50
|
1533 |
+
#: dashboard/publisher/adverts-generator.php:99
|
1534 |
+
#, fuzzy
|
1535 |
+
#| msgid "No image selected"
|
1536 |
+
msgid "No file selected"
|
1537 |
+
msgstr "Καμία επιλεγμένη εικόνα"
|
1538 |
+
|
1539 |
+
#: dashboard/publisher/adverts-generator.php:52
|
1540 |
+
#: dashboard/publisher/adverts-generator.php:101
|
1541 |
+
msgid "Is your file not listed? Upload it via the AdRotate Media Manager."
|
1542 |
+
msgstr ""
|
1543 |
+
|
1544 |
+
#: dashboard/publisher/adverts-generator.php:54
|
1545 |
+
msgid "Visible text if this is a text link banner."
|
1546 |
+
msgstr ""
|
1547 |
+
|
1548 |
+
#: dashboard/publisher/adverts-generator.php:54
|
1549 |
+
#, fuzzy
|
1550 |
+
#| msgid ""
|
1551 |
+
#| "Use either the text field or the dropdown. If the textfield has content "
|
1552 |
+
#| "that field has priority."
|
1553 |
+
msgid ""
|
1554 |
+
"Use either the dropdown or the text field. If the dropdown is used, that "
|
1555 |
+
"field has priority."
|
1556 |
+
msgstr ""
|
1557 |
+
"Χρησιμοποιήστε είτε το πεδίο κειμένου είτε το μενού επιλογών. Αν το πεδίο "
|
1558 |
+
"κειμένου έχει περιεχόμενο αυτό το πεδίο έχει προτεραιότητα."
|
1559 |
+
|
1560 |
+
#: dashboard/publisher/adverts-generator.php:59
|
1561 |
+
#, fuzzy
|
1562 |
+
#| msgid "website"
|
1563 |
+
msgid "Target website"
|
1564 |
+
msgstr "ιστοσελίδα"
|
1565 |
+
|
1566 |
+
#: dashboard/publisher/adverts-generator.php:61
|
1567 |
+
msgid "Where does the person clicking the advert go?"
|
1568 |
+
msgstr ""
|
1569 |
+
|
1570 |
+
#: dashboard/publisher/adverts-generator.php:65
|
1571 |
+
#, fuzzy
|
1572 |
+
#| msgid "GeoTargeting"
|
1573 |
+
msgid "Target window"
|
1574 |
+
msgstr "Γεω-Στόχευση"
|
1575 |
+
|
1576 |
+
#: dashboard/publisher/adverts-generator.php:67
|
1577 |
+
#: dashboard/publisher/adverts-generator.php:73
|
1578 |
+
#: dashboard/publisher/adverts-generator.php:119
|
1579 |
+
#, fuzzy
|
1580 |
+
#| msgid "Available in AdRotate Pro"
|
1581 |
+
msgid "Available in AdRotate Pro."
|
1582 |
+
msgstr "Διαθέσιμο στο AdRotate Pro"
|
1583 |
+
|
1584 |
+
#: dashboard/publisher/adverts-generator.php:67
|
1585 |
+
msgid "Open the target website in a new window?"
|
1586 |
+
msgstr ""
|
1587 |
+
|
1588 |
+
#: dashboard/publisher/adverts-generator.php:71
|
1589 |
+
msgid "NoFollow"
|
1590 |
+
msgstr ""
|
1591 |
+
|
1592 |
+
#: dashboard/publisher/adverts-generator.php:73
|
1593 |
+
msgid "Tell crawlers and search engines not to follow the target website url?"
|
1594 |
+
msgstr ""
|
1595 |
+
|
1596 |
+
#: dashboard/publisher/adverts-generator.php:77
|
1597 |
+
#: dashboard/publisher/adverts-generator.php:106
|
1598 |
+
#: dashboard/publisher/groups-edit.php:95
|
1599 |
+
msgid "Advert size"
|
1600 |
+
msgstr ""
|
1601 |
+
|
1602 |
+
#: dashboard/publisher/adverts-generator.php:79
|
1603 |
+
#: dashboard/publisher/adverts-generator.php:108
|
1604 |
+
#, fuzzy
|
1605 |
+
#| msgid "pixel(s) wide"
|
1606 |
+
msgid "px wide"
|
1607 |
+
msgstr "πλάτος εικονοστοιχείου (ων) "
|
1608 |
+
|
1609 |
+
#: dashboard/publisher/adverts-generator.php:80
|
1610 |
+
#: dashboard/publisher/adverts-generator.php:109
|
1611 |
+
#, fuzzy
|
1612 |
+
#| msgid "pixel(s) high."
|
1613 |
+
msgid "px high."
|
1614 |
+
msgstr "ύψος εικονοστοιχείου(ων)."
|
1615 |
+
|
1616 |
+
#: dashboard/publisher/adverts-generator.php:81
|
1617 |
+
#: dashboard/publisher/adverts-generator.php:110
|
1618 |
+
#, fuzzy
|
1619 |
+
#| msgid ""
|
1620 |
+
#| "Define the maximum size of the ads in pixels. Height can be "
|
1621 |
+
#| "'auto' (Default: 125/125)"
|
1622 |
+
msgid "Define the maximum size of the adverts in pixels."
|
1623 |
+
msgstr ""
|
1624 |
+
"Καθορίστε το μέγιστο μέγεθος των διαφημίσεων σε εικονοστοιχεία.Το ύψος "
|
1625 |
+
"μπορεί να είναι «αυτόματο» (Προεπιλογή: 125/125)"
|
1626 |
+
|
1627 |
+
#: dashboard/publisher/adverts-generator.php:81
|
1628 |
+
#: dashboard/publisher/adverts-generator.php:119
|
1629 |
+
#, fuzzy
|
1630 |
+
#| msgid "Options"
|
1631 |
+
msgid "(Optional)"
|
1632 |
+
msgstr "Επιλογές"
|
1633 |
+
|
1634 |
+
#: dashboard/publisher/adverts-generator.php:88
|
1635 |
+
msgid "HTML5 or Flash Advert"
|
1636 |
+
msgstr ""
|
1637 |
+
|
1638 |
+
#: dashboard/publisher/adverts-generator.php:89
|
1639 |
+
msgid ""
|
1640 |
+
"These are more advanced adverts, using a Flash file or HTML5 files. Try to "
|
1641 |
+
"avoid Flash. HTML5 is the new and better standard."
|
1642 |
+
msgstr ""
|
1643 |
+
|
1644 |
+
#: dashboard/publisher/adverts-generator.php:90
|
1645 |
+
msgid ""
|
1646 |
+
"If your HTML5 advert consists of multiple files, upload all files using the "
|
1647 |
+
"AdRotate Media Manager and select the HTML file here."
|
1648 |
+
msgstr ""
|
1649 |
+
|
1650 |
+
#: dashboard/publisher/adverts-generator.php:95
|
1651 |
+
msgid "HTML/Flash file"
|
1652 |
+
msgstr ""
|
1653 |
+
|
1654 |
+
#: dashboard/publisher/adverts-generator.php:114
|
1655 |
+
msgid "Flash clickTAG"
|
1656 |
+
msgstr ""
|
1657 |
+
|
1658 |
+
#: dashboard/publisher/adverts-generator.php:117
|
1659 |
+
msgid "Parameter"
|
1660 |
+
msgstr ""
|
1661 |
+
|
1662 |
+
#: dashboard/publisher/adverts-generator.php:118
|
1663 |
+
msgid "No clickTAG"
|
1664 |
+
msgstr ""
|
1665 |
+
|
1666 |
+
#: dashboard/publisher/adverts-generator.php:119
|
1667 |
+
msgid "URL"
|
1668 |
+
msgstr ""
|
1669 |
+
|
1670 |
+
#: dashboard/publisher/adverts-generator.php:119
|
1671 |
+
msgid ""
|
1672 |
+
"This option is ignored for HTML5 adverts. All choices do the exact same, but "
|
1673 |
+
"some developers write the parameter differently."
|
1674 |
+
msgstr ""
|
1675 |
+
|
1676 |
+
#: dashboard/publisher/adverts-generator.php:128
|
1677 |
+
msgid "Generate and Configure Advert"
|
1678 |
+
msgstr ""
|
1679 |
+
|
1680 |
+
#: dashboard/publisher/adverts-generator.php:129
|
1681 |
+
msgid "Always test your adverts before activating them."
|
1682 |
+
msgstr ""
|
1683 |
+
|
1684 |
+
#: dashboard/publisher/adverts-generator.php:132
|
1685 |
+
msgid "NOTE:"
|
1686 |
+
msgstr ""
|
1687 |
+
|
1688 |
+
#: dashboard/publisher/adverts-generator.php:132
|
1689 |
+
msgid ""
|
1690 |
+
"While the Code Generator has been tested and works, code generation, as "
|
1691 |
+
"always, is a interpretation of user input. If you provide the correct bits "
|
1692 |
+
"and pieces, a working advert may be generated. If you leave fields empty or "
|
1693 |
+
"insert the wrong info you probably end up with a broken advert."
|
1694 |
+
msgstr ""
|
1695 |
+
|
1696 |
+
#: dashboard/publisher/adverts-generator.php:132
|
1697 |
+
msgid ""
|
1698 |
+
"Based on your input and experiences later iterations of the Code Generator "
|
1699 |
+
"will be better and more feature rich."
|
1700 |
+
msgstr ""
|
1701 |
+
|
1702 |
#: dashboard/publisher/adverts-main.php:12
|
1703 |
msgid "Active Adverts"
|
1704 |
msgstr ""
|
1712 |
#: dashboard/publisher/adverts-main.php:46
|
1713 |
#: dashboard/publisher/groups-main.php:37
|
1714 |
#: dashboard/publisher/groups-main.php:39
|
1715 |
+
#: dashboard/publisher/statistics-advert.php:45
|
1716 |
+
#: dashboard/publisher/statistics-group.php:51
|
1717 |
msgid "Today"
|
1718 |
msgstr "Σήμερα"
|
1719 |
|
1721 |
msgid "No adverts created yet!"
|
1722 |
msgstr ""
|
1723 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1724 |
#: dashboard/publisher/groups-edit.php:43
|
1725 |
msgid "New Group"
|
1726 |
msgstr "Νέα Ομάδα"
|
1779 |
msgid "Larger blocks will degrade your sites performance! Default: 2/2."
|
1780 |
msgstr ""
|
1781 |
|
|
|
|
|
|
|
|
|
1782 |
#: dashboard/publisher/groups-edit.php:97
|
1783 |
msgid "pixel(s) wide"
|
1784 |
msgstr "πλάτος εικονοστοιχείου (ων) "
|
2030 |
msgstr "Σφάλματα Διαμόρφωσης."
|
2031 |
|
2032 |
#: dashboard/publisher/groups-edit.php:385
|
2033 |
+
#: dashboard/publisher/schedules-main.php:87
|
2034 |
msgid "Expires soon."
|
2035 |
msgstr "Λήγει σύντομα."
|
2036 |
|
2037 |
#: dashboard/publisher/groups-edit.php:386
|
2038 |
+
#: dashboard/publisher/schedules-main.php:88
|
2039 |
msgid "Has expired."
|
2040 |
msgstr "Έχει λήξει."
|
2041 |
|
2068 |
msgid "No groups created!"
|
2069 |
msgstr "Δεν έχουν δημιουργηθεί ομάδες!"
|
2070 |
|
2071 |
+
#: dashboard/publisher/media.php:17
|
2072 |
+
#, fuzzy
|
2073 |
+
msgid "Upload new file"
|
2074 |
+
msgstr "Εικόνα Banner:"
|
2075 |
+
|
2076 |
+
#: dashboard/publisher/media.php:18
|
2077 |
+
#, fuzzy
|
2078 |
+
msgid "Accepted files:"
|
2079 |
+
msgstr "Χρησιμοποιήστε %image% στον κώδικα. Αποδεκτά αρχεία είναι:"
|
2080 |
+
|
2081 |
+
#: dashboard/publisher/media.php:18
|
2082 |
+
msgid "Maximum size is 512Kb per file."
|
2083 |
+
msgstr ""
|
2084 |
+
|
2085 |
+
#: dashboard/publisher/media.php:18
|
2086 |
+
msgid "Important:"
|
2087 |
+
msgstr ""
|
2088 |
+
|
2089 |
+
#: dashboard/publisher/media.php:18
|
2090 |
+
msgid ""
|
2091 |
+
"Make sure your file has no spaces or special characters in the name. Replace "
|
2092 |
+
"spaces with a - or _."
|
2093 |
+
msgstr ""
|
2094 |
+
|
2095 |
+
#: dashboard/publisher/media.php:18
|
2096 |
+
msgid ""
|
2097 |
+
"If you remove spaces from filenames for HTML5 adverts also edit the html "
|
2098 |
+
"file so it knows about the changed name. For example for the javascript file."
|
2099 |
+
msgstr ""
|
2100 |
+
|
2101 |
+
#: dashboard/publisher/media.php:21
|
2102 |
+
#, fuzzy
|
2103 |
+
msgid "Upload file"
|
2104 |
+
msgstr "Εικόνα Banner:"
|
2105 |
+
|
2106 |
+
#: dashboard/publisher/media.php:21
|
2107 |
+
msgid "Click only once per file!"
|
2108 |
+
msgstr ""
|
2109 |
+
|
2110 |
+
#: dashboard/publisher/media.php:25
|
2111 |
+
#, fuzzy
|
2112 |
+
#| msgid "Available in AdRotate Pro"
|
2113 |
+
msgid "Available files in"
|
2114 |
+
msgstr "Διαθέσιμο στο AdRotate Pro"
|
2115 |
+
|
2116 |
+
#: dashboard/publisher/media.php:31
|
2117 |
+
#, fuzzy
|
2118 |
+
msgid "Actions"
|
2119 |
+
msgstr "Μαζικές Ενέργειες"
|
2120 |
+
|
2121 |
+
#: dashboard/publisher/media.php:65
|
2122 |
+
#, fuzzy
|
2123 |
+
#| msgid "No files found"
|
2124 |
+
msgid "No files found!"
|
2125 |
+
msgstr "Δεν βρέθηκαν αρχεία"
|
2126 |
+
|
2127 |
+
#: dashboard/publisher/media.php:72
|
2128 |
+
msgid ""
|
2129 |
+
"Make sure the banner images are not in use by adverts when you delete them!"
|
2130 |
+
msgstr ""
|
2131 |
+
|
2132 |
+
#: dashboard/publisher/media.php:73 dashboard/publisher/schedules-main.php:89
|
2133 |
+
#: dashboard/publisher/statistics-advert.php:140
|
2134 |
+
#: dashboard/publisher/statistics-group.php:112
|
2135 |
+
#: dashboard/publisher/statistics-main.php:73
|
2136 |
+
#, fuzzy
|
2137 |
+
msgid "Get more features with AdRotate Pro"
|
2138 |
+
msgstr "Για περισσότερες δυνατότητες αποκτήστε το AdRotate Pro."
|
2139 |
+
|
2140 |
+
#: dashboard/publisher/schedules-main.php:12
|
2141 |
+
#, fuzzy
|
2142 |
+
msgid "Manage Schedules"
|
2143 |
+
msgstr "Διαχείριση"
|
2144 |
+
|
2145 |
+
#: dashboard/publisher/schedules-main.php:13
|
2146 |
+
msgid ""
|
2147 |
+
"In AdRotate Pro you can schedule adverts for multiple periods of time. One "
|
2148 |
+
"schedule can be assigned to many adverts allowing you to manage multi advert "
|
2149 |
+
"campaigns easily. Schedules can be active on certain days of the week or on "
|
2150 |
+
"certain hours of the day."
|
2151 |
+
msgstr ""
|
2152 |
+
|
2153 |
+
#: dashboard/publisher/schedules-main.php:36
|
2154 |
+
#, fuzzy
|
2155 |
+
#| msgid "Shown"
|
2156 |
+
msgid "Max Shown"
|
2157 |
+
msgstr "Εμφανίζονται"
|
2158 |
+
|
2159 |
+
#: dashboard/publisher/schedules-main.php:37
|
2160 |
+
#: dashboard/publisher/statistics-advert.php:114
|
2161 |
+
msgid "Max Clicks"
|
2162 |
+
msgstr "Max Clicks"
|
2163 |
+
|
2164 |
+
#: dashboard/publisher/schedules-main.php:70
|
2165 |
+
msgid "Mon:"
|
2166 |
+
msgstr ""
|
2167 |
+
|
2168 |
+
#: dashboard/publisher/schedules-main.php:70
|
2169 |
+
msgid "Tue:"
|
2170 |
+
msgstr ""
|
2171 |
+
|
2172 |
+
#: dashboard/publisher/schedules-main.php:70
|
2173 |
+
msgid "Wed:"
|
2174 |
+
msgstr ""
|
2175 |
+
|
2176 |
+
#: dashboard/publisher/schedules-main.php:70
|
2177 |
+
msgid "Thu:"
|
2178 |
+
msgstr ""
|
2179 |
+
|
2180 |
+
#: dashboard/publisher/schedules-main.php:70
|
2181 |
+
msgid "Fri:"
|
2182 |
+
msgstr ""
|
2183 |
+
|
2184 |
+
#: dashboard/publisher/schedules-main.php:70
|
2185 |
+
msgid "Sat:"
|
2186 |
+
msgstr ""
|
2187 |
+
|
2188 |
+
#: dashboard/publisher/schedules-main.php:70
|
2189 |
+
msgid "Sun:"
|
2190 |
+
msgstr ""
|
2191 |
+
|
2192 |
+
#: dashboard/publisher/schedules-main.php:70
|
2193 |
+
msgid "Between:"
|
2194 |
+
msgstr ""
|
2195 |
+
|
2196 |
+
#: dashboard/publisher/schedules-main.php:70
|
2197 |
+
#, fuzzy
|
2198 |
+
#| msgid "Impressions"
|
2199 |
+
msgid "Impression spread:"
|
2200 |
+
msgstr "Εμφανίσεις"
|
2201 |
+
|
2202 |
+
#: dashboard/publisher/schedules-main.php:70
|
2203 |
+
#, fuzzy
|
2204 |
+
#| msgid "Delete"
|
2205 |
+
msgid "Auto Delete:"
|
2206 |
+
msgstr "Διαγραφή"
|
2207 |
+
|
2208 |
+
#: dashboard/publisher/schedules-main.php:81
|
2209 |
+
msgid "Nothing here!"
|
2210 |
+
msgstr ""
|
2211 |
+
|
2212 |
+
#: dashboard/publisher/statistics-advert.php:40
|
2213 |
+
msgid "Statistics for advert"
|
2214 |
+
msgstr "Στατιστικά στοιχεία για τη διαφήμιση"
|
2215 |
+
|
2216 |
+
#: dashboard/publisher/statistics-advert.php:47
|
2217 |
+
#: dashboard/publisher/statistics-group.php:53
|
2218 |
+
#: dashboard/publisher/statistics-main.php:19
|
2219 |
+
#, fuzzy
|
2220 |
+
msgid "All time"
|
2221 |
+
msgstr "Χρονομετρητής εμφανίσεων"
|
2222 |
+
|
2223 |
+
#: dashboard/publisher/statistics-advert.php:52
|
2224 |
+
#: dashboard/publisher/statistics-advert.php:58
|
2225 |
+
#: dashboard/publisher/statistics-advert.php:72
|
2226 |
+
#: dashboard/publisher/statistics-advert.php:78
|
2227 |
+
#: dashboard/publisher/statistics-advert.php:99
|
2228 |
+
#: dashboard/publisher/statistics-group.php:58
|
2229 |
+
#: dashboard/publisher/statistics-group.php:64
|
2230 |
+
#: dashboard/publisher/statistics-group.php:78
|
2231 |
+
#: dashboard/publisher/statistics-group.php:84
|
2232 |
+
#: dashboard/publisher/statistics-group.php:103
|
2233 |
+
#: dashboard/publisher/statistics-main.php:28
|
2234 |
+
#: dashboard/publisher/statistics-main.php:42
|
2235 |
+
#: dashboard/publisher/statistics-main.php:46
|
2236 |
+
#: dashboard/publisher/statistics-main.php:64
|
2237 |
+
msgid "Impressions"
|
2238 |
+
msgstr "Εμφανίσεις"
|
2239 |
+
|
2240 |
+
#: dashboard/publisher/statistics-advert.php:65
|
2241 |
+
#: dashboard/publisher/statistics-group.php:71
|
2242 |
+
#: dashboard/publisher/statistics-main.php:35
|
2243 |
+
#, fuzzy
|
2244 |
+
#| msgid "This month"
|
2245 |
+
msgid "Last month"
|
2246 |
+
msgstr "Αυτό το μήνα"
|
2247 |
+
|
2248 |
+
#: dashboard/publisher/statistics-advert.php:86
|
2249 |
+
#: dashboard/publisher/statistics-group.php:92
|
2250 |
+
#: dashboard/publisher/statistics-main.php:53
|
2251 |
+
msgid "Monthly overview of clicks and impressions"
|
2252 |
+
msgstr "Μηνιαία επισκόπηση των κλικ και των εμφανίσεων"
|
2253 |
+
|
2254 |
+
#: dashboard/publisher/statistics-advert.php:108
|
2255 |
+
#, fuzzy
|
2256 |
+
#| msgid "Monthly overview of clicks and impressions"
|
2257 |
+
msgid "Periodic overview of clicks and impressions"
|
2258 |
+
msgstr "Μηνιαία επισκόπηση των κλικ και των εμφανίσεων"
|
2259 |
+
|
2260 |
+
#: dashboard/publisher/statistics-advert.php:112
|
2261 |
+
#, fuzzy
|
2262 |
+
#| msgid "Show from"
|
2263 |
+
msgid "Shown from"
|
2264 |
+
msgstr "Προβολή από"
|
2265 |
+
|
2266 |
+
#: dashboard/publisher/statistics-advert.php:113
|
2267 |
+
#, fuzzy
|
2268 |
+
#| msgid "Show until"
|
2269 |
+
msgid "Shown until"
|
2270 |
+
msgstr "Προβολή μέχρι"
|
2271 |
+
|
2272 |
+
#: dashboard/publisher/statistics-advert.php:114
|
2273 |
+
#: dashboard/publisher/statistics-advert.php:115
|
2274 |
+
#, fuzzy
|
2275 |
+
msgid "Used"
|
2276 |
+
msgstr "Αυτή η διαφήμιση χρησιμοποιείται"
|
2277 |
+
|
2278 |
+
#: dashboard/publisher/statistics-advert.php:115
|
2279 |
+
msgid "Max Impressions"
|
2280 |
+
msgstr "Max Impressions"
|
2281 |
+
|
2282 |
+
#: dashboard/publisher/statistics-advert.php:141
|
2283 |
+
#: dashboard/publisher/statistics-group.php:113
|
2284 |
+
#: dashboard/publisher/statistics-main.php:74
|
2285 |
+
#: dashboard/settings/notifications.php:60
|
2286 |
+
#: dashboard/settings/notifications.php:90
|
2287 |
+
msgid "Note:"
|
2288 |
+
msgstr "Σημείωση:"
|
2289 |
+
|
2290 |
+
#: dashboard/publisher/statistics-advert.php:141
|
2291 |
+
#: dashboard/publisher/statistics-group.php:113
|
2292 |
+
#: dashboard/publisher/statistics-main.php:74
|
2293 |
+
msgid ""
|
2294 |
+
"All statistics are indicative. They do not nessesarily reflect results "
|
2295 |
+
"counted by other parties."
|
2296 |
+
msgstr ""
|
2297 |
+
"Όλα τα στατιστικά στοιχεία είναι ενδεικτικά. Δεν αντιπροσωπεύουν απαραίτητα "
|
2298 |
+
"αποτελέσματα που υπολογίζονται από άλλα μέρη."
|
2299 |
+
|
2300 |
+
#: dashboard/publisher/statistics-group.php:46
|
2301 |
msgid "Statistics for group"
|
2302 |
msgstr "Στατιστικά για την ομάδα"
|
2303 |
|
2304 |
+
#: dashboard/publisher/statistics-main.php:26
|
2305 |
+
msgid "Adverts counting stats"
|
2306 |
+
msgstr ""
|
2307 |
+
|
2308 |
#: dashboard/settings/advertisers.php:16
|
2309 |
msgid "Advertisers - Available in AdRotate Pro"
|
2310 |
msgstr ""
|
3321 |
"Αυτός ο αριθμός δεν μπορεί να είναι κενός, αρνητικός ή να ξεπερνά το 3600 (1 "
|
3322 |
"ώρα)."
|
3323 |
|
3324 |
+
#~ msgid "Report"
|
3325 |
+
#~ msgstr "Αναφορά"
|
3326 |
+
|
3327 |
+
#, fuzzy
|
3328 |
+
#~ msgid "More information"
|
3329 |
+
#~ msgstr "Περισσότερες πληροφορίες"
|
3330 |
+
|
3331 |
+
#~ msgid "Impressions today"
|
3332 |
+
#~ msgstr "Εμφανίσεις σήμερα"
|
3333 |
+
|
3334 |
+
#~ msgid "Clicks today"
|
3335 |
+
#~ msgstr "Clicks σήμερα"
|
3336 |
+
|
3337 |
#~ msgid "Empty database records removed"
|
3338 |
#~ msgstr "Τα κενά πεδία της βάσης δεδομένων απομακρύνθηκαν"
|
3339 |
|
3351 |
#~ msgid "Help AdRotate Grow"
|
3352 |
#~ msgstr "Κολήσατε με το AdRotate; Θα βοηθήσω!"
|
3353 |
|
|
|
|
|
|
|
|
|
3354 |
#, fuzzy
|
3355 |
#~ msgid "Manage Media"
|
3356 |
#~ msgstr "Media:"
|
3376 |
#~ msgid "Ads"
|
3377 |
#~ msgstr "Διαφημίσεις"
|
3378 |
|
|
|
|
|
|
|
|
|
|
|
|
|
3379 |
#, fuzzy
|
3380 |
#~ msgid "No schedules created yet!"
|
3381 |
#~ msgstr "Κανένα πεδίο δεν έχει δημιουργηθεί ακόμα!"
|
3396 |
#~ msgid "Media uploading and management is available in AdRotate Pro."
|
3397 |
#~ msgstr "Αυτό το χαρακτηριστικό είναι διαθέσιμο στο AdRotate Pro"
|
3398 |
|
|
|
|
|
|
|
|
|
3399 |
#, fuzzy
|
3400 |
#~ msgid "Manage your banner folder from here with AdRotate Pro."
|
3401 |
#~ msgstr "Για περισσότερες δυνατότητες αποκτήστε το AdRotate Pro."
|
3479 |
#~ "Μέγιστο 2 διευθύνσεων. Διαχωρισμός με κόματα. Αυτό το πεδίο δεν μπορεί να "
|
3480 |
#~ "είναι κενό!"
|
3481 |
|
|
|
|
|
|
|
|
|
3482 |
#~ msgid "Visit the"
|
3483 |
#~ msgstr "Επισκεφθείτε το"
|
3484 |
|
|
|
|
|
|
|
3485 |
#~ msgid "AdRotate News and Developer Blog"
|
3486 |
#~ msgstr "Νέα και Προγραμματιστικό Ιστολόγιο του AdRotate"
|
3487 |
|
3599 |
#~ msgid "Impressions timer"
|
3600 |
#~ msgstr "Χρονομετρητής εμφανίσεων"
|
3601 |
|
|
|
|
|
|
|
|
|
3602 |
#, fuzzy
|
3603 |
#~ msgid "Learn More"
|
3604 |
#~ msgstr "Μάθετε περισσότερα σχετικά"
|
3605 |
|
|
|
|
|
|
|
|
|
3606 |
#~ msgid ""
|
3607 |
#~ "Your one stop for Webdevelopment, consultancy and anything WordPress! "
|
3608 |
#~ "Find out more about what I can do for you!"
|
3627 |
#~ msgid "Group updated"
|
3628 |
#~ msgstr "Η Ομάδα ανανεώθηκε"
|
3629 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3630 |
#~ msgid "Access Rights"
|
3631 |
#~ msgstr "Δικαιώματα Πρόσβασης"
|
3632 |
|
3929 |
#~ "Το πεδίο διεύθυνσης URL δεν είναι πλέον απαραίτητο. Τοποθετώντας το URL "
|
3930 |
#~ "στο adcode σας και τη δυνατότητα παρακολούθησης κλικ είναι αρκετό."
|
3931 |
|
|
|
|
|
|
|
3932 |
#, fuzzy
|
3933 |
#~ msgid "Geo Location in AdRotate Pro"
|
3934 |
#~ msgstr "Γεωγραφική Τοποθεσία"
|
3944 |
#~ msgid "Target your audience with Geo Location in AdRotate Pro"
|
3945 |
#~ msgstr "Για περισσότερες δυνατότητες αποκτήστε το AdRotate Pro."
|
3946 |
|
|
|
|
|
|
|
3947 |
#~ msgid "From when to when is the advert visible?"
|
3948 |
#~ msgstr "Από πότε έως πότε είναι ορατή η διαφήμιση;"
|
3949 |
|
4023 |
#~ msgid "Updated"
|
4024 |
#~ msgstr "Η διαφήμιση ανανεώθηκε"
|
4025 |
|
|
|
|
|
|
|
|
|
|
|
|
|
4026 |
#, fuzzy
|
4027 |
#~ msgid "AdRotate Server Settings"
|
4028 |
#~ msgstr "Ρυθμίσεις AdRotate"
|
4094 |
#~ msgid "Buy"
|
4095 |
#~ msgstr "Αγοράστε τώρα"
|
4096 |
|
|
|
|
|
|
|
|
|
4097 |
#~ msgid "Check out the"
|
4098 |
#~ msgstr "Δείτε τα"
|
4099 |
|
4254 |
#~ msgid "Moderate"
|
4255 |
#~ msgstr "Ελέγξτε"
|
4256 |
|
|
|
|
|
|
|
4257 |
#~ msgid "Global Reports"
|
4258 |
#~ msgstr "Συνολικές Αναφορές"
|
4259 |
|
4269 |
#~ msgid "Advertiser"
|
4270 |
#~ msgstr "Διαφημιζόμενος"
|
4271 |
|
|
|
|
|
|
|
4272 |
#~ msgid ""
|
4273 |
#~ "Couple adverts to advertisers and allow them to create and upload their "
|
4274 |
#~ "own advertisements for you to moderate and approve or reject!"
|
4369 |
#~ msgid "Track visitors"
|
4370 |
#~ msgstr "Παρακολουθήστε τις κινήσεις των επισκεπτών"
|
4371 |
|
|
|
|
|
|
|
4372 |
#~ msgid "Include jQuery ShowOff"
|
4373 |
#~ msgstr "Να περιληφθεί η jQuery ShowOff"
|
4374 |
|
4465 |
#~ msgid "Width and Height"
|
4466 |
#~ msgstr "Πλάτος και Ύψος"
|
4467 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4468 |
#~ msgid "pixel(s) margin"
|
4469 |
#~ msgstr "περιθώριο εικονοστοιχείου(ων)"
|
4470 |
|
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: 2017-
|
6 |
-
"PO-Revision-Date: 2017-
|
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"
|
@@ -17,105 +17,111 @@ msgstr ""
|
|
17 |
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
-
#: adrotate-functions.php:
|
21 |
msgid "No files found"
|
22 |
msgstr ""
|
23 |
|
24 |
-
#: adrotate-functions.php:
|
25 |
msgid "Folder not found or not accessible"
|
26 |
msgstr ""
|
27 |
|
28 |
-
#: adrotate-functions.php:
|
29 |
msgid "Ad saved"
|
30 |
msgstr ""
|
31 |
|
32 |
-
#: adrotate-functions.php:
|
33 |
msgid "Group saved"
|
34 |
msgstr ""
|
35 |
|
36 |
-
#: adrotate-functions.php:
|
37 |
msgid "Ad(s) deleted"
|
38 |
msgstr ""
|
39 |
|
40 |
-
#: adrotate-functions.php:
|
41 |
msgid "Group deleted"
|
42 |
msgstr ""
|
43 |
|
44 |
-
#: adrotate-functions.php:
|
45 |
msgid "Ad(s) statistics reset"
|
46 |
msgstr ""
|
47 |
|
48 |
-
#: adrotate-functions.php:
|
49 |
msgid "Ad(s) renewed"
|
50 |
msgstr ""
|
51 |
|
52 |
-
#: adrotate-functions.php:
|
53 |
msgid "Ad(s) deactivated"
|
54 |
msgstr ""
|
55 |
|
56 |
-
#: adrotate-functions.php:
|
57 |
msgid "Ad(s) activated"
|
58 |
msgstr ""
|
59 |
|
60 |
-
#: adrotate-functions.php:
|
61 |
msgid "Group including it's Ads deleted"
|
62 |
msgstr ""
|
63 |
|
64 |
-
#: adrotate-functions.php:
|
65 |
msgid "Export created"
|
66 |
msgstr ""
|
67 |
|
68 |
-
#: adrotate-functions.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
msgid "Settings saved"
|
70 |
msgstr ""
|
71 |
|
72 |
-
#: adrotate-functions.php:
|
73 |
msgid "Database optimized"
|
74 |
msgstr ""
|
75 |
|
76 |
-
#: adrotate-functions.php:
|
77 |
msgid "Database repaired"
|
78 |
msgstr ""
|
79 |
|
80 |
-
#: adrotate-functions.php:
|
81 |
msgid "Ads evaluated and statuses have been corrected where required"
|
82 |
msgstr ""
|
83 |
|
84 |
-
#: adrotate-functions.php:
|
85 |
msgid "Cleanup complete"
|
86 |
msgstr ""
|
87 |
|
88 |
-
#: adrotate-functions.php:
|
89 |
msgid "Action prohibited"
|
90 |
msgstr ""
|
91 |
|
92 |
-
#: adrotate-functions.php:
|
93 |
msgid ""
|
94 |
"The ad was saved but has an issue which might prevent it from working "
|
95 |
"properly. Review the colored ad."
|
96 |
msgstr ""
|
97 |
|
98 |
-
#: adrotate-functions.php:
|
99 |
msgid "No data found in selected time period"
|
100 |
msgstr ""
|
101 |
|
102 |
-
#: adrotate-functions.php:
|
103 |
msgid "Database can only be optimized or cleaned once every hour"
|
104 |
msgstr ""
|
105 |
|
106 |
-
#: adrotate-functions.php:
|
107 |
msgid "Form can not be (partially) empty!"
|
108 |
msgstr ""
|
109 |
|
110 |
-
#: adrotate-functions.php:
|
111 |
msgid "No ads found."
|
112 |
msgstr ""
|
113 |
|
114 |
-
#: adrotate-functions.php:
|
115 |
msgid "Unexpected error"
|
116 |
msgstr ""
|
117 |
|
118 |
-
#: adrotate-manage-publisher.php:
|
119 |
msgid "AdRotate Advertiser"
|
120 |
msgstr ""
|
121 |
|
@@ -203,198 +209,205 @@ msgstr ""
|
|
203 |
msgid "Your AdRotate Banner folder is not writable or does not exist."
|
204 |
msgstr ""
|
205 |
|
206 |
-
#: adrotate-output.php:
|
207 |
#: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:89
|
208 |
#: dashboard/adrotatepro.php:90 dashboard/adrotatepro.php:99
|
209 |
#: dashboard/adrotatepro.php:100 dashboard/adrotatepro.php:101
|
210 |
-
#: dashboard/adrotatepro.php:102 dashboard/info.php:
|
211 |
-
#: dashboard/info.php:
|
212 |
-
#: dashboard/info.php:
|
213 |
#: dashboard/settings/geotargeting.php:35
|
214 |
msgid "Buy now"
|
215 |
msgstr ""
|
216 |
|
217 |
-
#: adrotate-output.php:
|
218 |
msgid ""
|
219 |
-
"
|
220 |
-
"
|
221 |
msgstr ""
|
222 |
|
223 |
-
#: adrotate-output.php:
|
224 |
#, php-format
|
225 |
msgid ""
|
226 |
"Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
|
227 |
msgstr ""
|
228 |
|
229 |
-
#: adrotate-output.php:
|
230 |
-
|
231 |
-
|
|
|
232 |
|
233 |
-
#: adrotate-output.php:
|
234 |
msgid ""
|
235 |
"Thank you for choosing AdRotate. Everything related to AdRotate is in this "
|
236 |
"menu. If you need help getting started take a look at the"
|
237 |
msgstr ""
|
238 |
|
239 |
-
#: adrotate-output.php:
|
240 |
msgid "manuals"
|
241 |
msgstr ""
|
242 |
|
243 |
-
#: adrotate-output.php:
|
244 |
msgid "and"
|
245 |
msgstr ""
|
246 |
|
247 |
-
#: adrotate-output.php:
|
248 |
msgid "forums"
|
249 |
msgstr ""
|
250 |
|
251 |
-
#: adrotate-output.php:
|
252 |
msgid "Useful Links"
|
253 |
msgstr ""
|
254 |
|
255 |
-
#: adrotate-output.php:
|
256 |
msgid "Useful links to learn more about AdRotate"
|
257 |
msgstr ""
|
258 |
|
259 |
-
#: adrotate-output.php:
|
260 |
msgid "AdRotate website"
|
261 |
msgstr ""
|
262 |
|
263 |
-
#: adrotate-output.php:
|
264 |
msgid "Getting Started With AdRotate"
|
265 |
msgstr ""
|
266 |
|
267 |
-
#: adrotate-output.php:
|
268 |
msgid "AdRotate manuals"
|
269 |
msgstr ""
|
270 |
|
271 |
-
#: adrotate-output.php:
|
272 |
msgid "AdRotate Support Forum"
|
273 |
msgstr ""
|
274 |
|
275 |
-
#: adrotate-output.php:
|
276 |
msgid "Support AdRotate"
|
277 |
msgstr ""
|
278 |
|
279 |
-
#: adrotate-output.php:
|
280 |
msgid "Check out my website"
|
281 |
msgstr ""
|
282 |
|
283 |
-
#: adrotate-output.php:
|
284 |
msgid ""
|
285 |
"Many users only think to review AdRotate when something goes wrong while "
|
286 |
"thousands of people happily use AdRotate."
|
287 |
msgstr ""
|
288 |
|
289 |
-
#: adrotate-output.php:
|
290 |
msgid "If you find AdRotate useful please leave your"
|
291 |
msgstr ""
|
292 |
|
293 |
-
#: adrotate-output.php:
|
294 |
msgid "rating"
|
295 |
msgstr ""
|
296 |
|
297 |
-
#: adrotate-output.php:
|
298 |
msgid "review"
|
299 |
msgstr ""
|
300 |
|
301 |
-
#: adrotate-output.php:
|
302 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
303 |
msgstr ""
|
304 |
|
305 |
-
#: adrotate-output.php:
|
306 |
#: dashboard/settings/notifications.php:80
|
307 |
msgid "Available in AdRotate Pro"
|
308 |
msgstr ""
|
309 |
|
310 |
-
#: adrotate-output.php:
|
311 |
msgid "More information..."
|
312 |
msgstr ""
|
313 |
|
314 |
-
#: adrotate-output.php:
|
315 |
msgid "This feature is available in AdRotate Pro"
|
316 |
msgstr ""
|
317 |
|
318 |
-
#: adrotate-output.php:
|
319 |
msgid "Learn more"
|
320 |
msgstr ""
|
321 |
|
322 |
-
#: adrotate-statistics.php:
|
323 |
#: dashboard/publisher/adverts-edit.php:241
|
324 |
msgid "January"
|
325 |
msgstr ""
|
326 |
|
327 |
-
#: adrotate-statistics.php:
|
328 |
#: dashboard/publisher/adverts-edit.php:242
|
329 |
msgid "February"
|
330 |
msgstr ""
|
331 |
|
332 |
-
#: adrotate-statistics.php:
|
333 |
#: dashboard/publisher/adverts-edit.php:243
|
334 |
msgid "March"
|
335 |
msgstr ""
|
336 |
|
337 |
-
#: adrotate-statistics.php:
|
338 |
#: dashboard/publisher/adverts-edit.php:244
|
339 |
msgid "April"
|
340 |
msgstr ""
|
341 |
|
342 |
-
#: adrotate-statistics.php:
|
343 |
#: dashboard/publisher/adverts-edit.php:245
|
344 |
msgid "May"
|
345 |
msgstr ""
|
346 |
|
347 |
-
#: adrotate-statistics.php:
|
348 |
#: dashboard/publisher/adverts-edit.php:246
|
349 |
msgid "June"
|
350 |
msgstr ""
|
351 |
|
352 |
-
#: adrotate-statistics.php:
|
353 |
#: dashboard/publisher/adverts-edit.php:247
|
354 |
msgid "July"
|
355 |
msgstr ""
|
356 |
|
357 |
-
#: adrotate-statistics.php:
|
358 |
#: dashboard/publisher/adverts-edit.php:248
|
359 |
msgid "August"
|
360 |
msgstr ""
|
361 |
|
362 |
-
#: adrotate-statistics.php:
|
363 |
#: dashboard/publisher/adverts-edit.php:249
|
364 |
msgid "September"
|
365 |
msgstr ""
|
366 |
|
367 |
-
#: adrotate-statistics.php:
|
368 |
#: dashboard/publisher/adverts-edit.php:250
|
369 |
msgid "October"
|
370 |
msgstr ""
|
371 |
|
372 |
-
#: adrotate-statistics.php:
|
373 |
#: dashboard/publisher/adverts-edit.php:251
|
374 |
msgid "November"
|
375 |
msgstr ""
|
376 |
|
377 |
-
#: adrotate-statistics.php:
|
378 |
#: dashboard/publisher/adverts-edit.php:252
|
379 |
msgid "December"
|
380 |
msgstr ""
|
381 |
|
382 |
-
#: adrotate-statistics.php:
|
383 |
msgid "Previous"
|
384 |
msgstr ""
|
385 |
|
386 |
-
#: adrotate-statistics.php:
|
|
|
|
|
387 |
msgid "This month"
|
388 |
msgstr ""
|
389 |
|
390 |
-
#: adrotate-statistics.php:
|
391 |
msgid "Next"
|
392 |
msgstr ""
|
393 |
|
394 |
-
#: adrotate-statistics.php:
|
395 |
msgid "No data to show!"
|
396 |
msgstr ""
|
397 |
|
|
|
|
|
|
|
|
|
398 |
#: adrotate-widget.php:116
|
399 |
msgid "Title (optional):"
|
400 |
msgstr ""
|
@@ -446,6 +459,8 @@ msgstr ""
|
|
446 |
#: adrotate.php:105 dashboard/info.php:40
|
447 |
#: dashboard/publisher/adverts-edit.php:458
|
448 |
#: dashboard/publisher/groups-main.php:34
|
|
|
|
|
449 |
msgid "Adverts"
|
450 |
msgstr ""
|
451 |
|
@@ -453,76 +468,112 @@ msgstr ""
|
|
453 |
msgid "Groups"
|
454 |
msgstr ""
|
455 |
|
456 |
-
#: adrotate.php:107
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
457 |
msgid "Settings"
|
458 |
msgstr ""
|
459 |
|
460 |
-
#: adrotate.php:
|
461 |
msgid "AdRotate Info"
|
462 |
msgstr ""
|
463 |
|
464 |
-
#: adrotate.php:
|
465 |
msgid "AdRotate Professional"
|
466 |
msgstr ""
|
467 |
|
468 |
-
#: adrotate.php:
|
469 |
msgid "Advert Management"
|
470 |
msgstr ""
|
471 |
|
472 |
-
#: adrotate.php:
|
473 |
msgid "Manage"
|
474 |
msgstr ""
|
475 |
|
476 |
-
#: adrotate.php:
|
|
|
|
|
|
|
|
|
477 |
msgid "Add New"
|
478 |
msgstr ""
|
479 |
|
480 |
-
#: adrotate.php:
|
481 |
msgid "Group Management"
|
482 |
msgstr ""
|
483 |
|
484 |
-
#: adrotate.php:
|
485 |
-
msgid "
|
486 |
msgstr ""
|
487 |
|
488 |
-
#: adrotate.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
489 |
msgid "AdRotate Settings"
|
490 |
msgstr ""
|
491 |
|
492 |
-
#: adrotate.php:
|
493 |
msgid "General"
|
494 |
msgstr ""
|
495 |
|
496 |
-
#: adrotate.php:
|
497 |
msgid "Notifications"
|
498 |
msgstr ""
|
499 |
|
500 |
-
#: adrotate.php:
|
501 |
#: dashboard/publisher/adverts-error.php:63
|
502 |
#: dashboard/publisher/adverts-main.php:81
|
503 |
#: dashboard/publisher/groups-main.php:70
|
504 |
msgid "Stats"
|
505 |
msgstr ""
|
506 |
|
507 |
-
#: adrotate.php:
|
508 |
#: dashboard/publisher/groups-edit.php:180
|
509 |
#: dashboard/settings/advertisers.php:38
|
510 |
msgid "Geo Targeting"
|
511 |
msgstr ""
|
512 |
|
513 |
-
#: adrotate.php:
|
514 |
msgid "Advertisers"
|
515 |
msgstr ""
|
516 |
|
517 |
-
#: adrotate.php:
|
518 |
msgid "Roles"
|
519 |
msgstr ""
|
520 |
|
521 |
-
#: adrotate.php:
|
522 |
msgid "Misc"
|
523 |
msgstr ""
|
524 |
|
525 |
-
#: adrotate.php:
|
526 |
msgid "Maintenance"
|
527 |
msgstr ""
|
528 |
|
@@ -623,88 +674,88 @@ msgid ""
|
|
623 |
msgstr ""
|
624 |
|
625 |
#: dashboard/adrotatepro.php:83 dashboard/adrotatepro.php:95
|
626 |
-
#: dashboard/info.php:
|
627 |
msgid "Buy AdRotate Professional"
|
628 |
msgstr ""
|
629 |
|
630 |
-
#: dashboard/adrotatepro.php:87 dashboard/info.php:
|
631 |
msgid "Single License"
|
632 |
msgstr ""
|
633 |
|
634 |
-
#: dashboard/adrotatepro.php:87 dashboard/info.php:
|
635 |
msgid "One WordPress installation."
|
636 |
msgstr ""
|
637 |
|
638 |
#: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:100
|
639 |
-
#: dashboard/info.php:
|
640 |
msgid "Duo License"
|
641 |
msgstr ""
|
642 |
|
643 |
-
#: dashboard/adrotatepro.php:88 dashboard/info.php:
|
644 |
msgid "Two WordPress installations."
|
645 |
msgstr ""
|
646 |
|
647 |
#: dashboard/adrotatepro.php:89 dashboard/adrotatepro.php:101
|
648 |
-
#: dashboard/info.php:
|
649 |
msgid "Multi License"
|
650 |
msgstr ""
|
651 |
|
652 |
-
#: dashboard/adrotatepro.php:89 dashboard/info.php:
|
653 |
msgid "Up to five WordPress installations."
|
654 |
msgstr ""
|
655 |
|
656 |
#: dashboard/adrotatepro.php:90 dashboard/adrotatepro.php:102
|
657 |
-
#: dashboard/info.php:
|
658 |
msgid "Developer License"
|
659 |
msgstr ""
|
660 |
|
661 |
-
#: dashboard/adrotatepro.php:90 dashboard/info.php:
|
662 |
msgid "Unlimited WordPress installations and/or networks."
|
663 |
msgstr ""
|
664 |
|
665 |
#: dashboard/adrotatepro.php:91 dashboard/adrotatepro.php:104
|
666 |
-
#: dashboard/info.php:
|
667 |
msgid "Compare licenses"
|
668 |
msgstr ""
|
669 |
|
670 |
-
#: dashboard/adrotatepro.php:91 dashboard/info.php:
|
671 |
msgid "Not sure which license is for you? Compare them..."
|
672 |
msgstr ""
|
673 |
|
674 |
-
#: dashboard/adrotatepro.php:91 dashboard/info.php:
|
675 |
msgid "All Licenses"
|
676 |
msgstr ""
|
677 |
|
678 |
-
#: dashboard/adrotatepro.php:99 dashboard/info.php:
|
679 |
msgid "Lifetime License"
|
680 |
msgstr ""
|
681 |
|
682 |
-
#: dashboard/adrotatepro.php:99 dashboard/info.php:
|
683 |
msgid "Single installation."
|
684 |
msgstr ""
|
685 |
|
686 |
-
#: dashboard/adrotatepro.php:100 dashboard/info.php:
|
687 |
msgid "Up to 2 installations."
|
688 |
msgstr ""
|
689 |
|
690 |
-
#: dashboard/adrotatepro.php:101 dashboard/info.php:
|
691 |
msgid "Up to 10 installations."
|
692 |
msgstr ""
|
693 |
|
694 |
-
#: dashboard/adrotatepro.php:102 dashboard/info.php:
|
695 |
msgid "Up to 25 installations or multisite networks."
|
696 |
msgstr ""
|
697 |
|
698 |
-
#: dashboard/adrotatepro.php:103 dashboard/info.php:
|
699 |
msgid ""
|
700 |
"Subscriptions get 1 year access to updates, email support & AdRotate Geo."
|
701 |
msgstr ""
|
702 |
|
703 |
-
#: dashboard/adrotatepro.php:104 dashboard/info.php:
|
704 |
msgid "Not sure which license is for you?"
|
705 |
msgstr ""
|
706 |
|
707 |
-
#: dashboard/adrotatepro.php:104 dashboard/info.php:
|
708 |
msgid "Compare Licenses"
|
709 |
msgstr ""
|
710 |
|
@@ -734,11 +785,11 @@ msgid ""
|
|
734 |
"for updates about me and my plugins. Thank you!"
|
735 |
msgstr ""
|
736 |
|
737 |
-
#: dashboard/info.php:
|
738 |
msgid "Arnan de Gans News & Updates"
|
739 |
msgstr ""
|
740 |
|
741 |
-
#: dashboard/info.php:
|
742 |
msgid "Join the Media.net advertising network"
|
743 |
msgstr ""
|
744 |
|
@@ -750,6 +801,7 @@ msgstr ""
|
|
750 |
#: dashboard/publisher/adverts-error.php:19
|
751 |
#: dashboard/publisher/adverts-main.php:20
|
752 |
#: dashboard/publisher/groups-main.php:20
|
|
|
753 |
msgid "Bulk Actions"
|
754 |
msgstr ""
|
755 |
|
@@ -760,7 +812,7 @@ msgstr ""
|
|
760 |
|
761 |
#: dashboard/publisher/adverts-disabled.php:22
|
762 |
#: dashboard/publisher/adverts-error.php:21
|
763 |
-
#: dashboard/publisher/adverts-main.php:22
|
764 |
msgid "Delete"
|
765 |
msgstr ""
|
766 |
|
@@ -774,6 +826,7 @@ msgstr ""
|
|
774 |
#: dashboard/publisher/adverts-error.php:29
|
775 |
#: dashboard/publisher/adverts-main.php:30
|
776 |
#: dashboard/publisher/groups-main.php:24
|
|
|
777 |
msgid "Go"
|
778 |
msgstr ""
|
779 |
|
@@ -781,12 +834,14 @@ msgstr ""
|
|
781 |
#: dashboard/publisher/adverts-error.php:39
|
782 |
#: dashboard/publisher/adverts-main.php:39
|
783 |
#: dashboard/publisher/groups-main.php:32
|
|
|
784 |
msgid "ID"
|
785 |
msgstr ""
|
786 |
|
787 |
#: dashboard/publisher/adverts-disabled.php:36
|
788 |
#: dashboard/publisher/adverts-error.php:41
|
789 |
#: dashboard/publisher/adverts-main.php:40
|
|
|
790 |
msgid "Start / End"
|
791 |
msgstr ""
|
792 |
|
@@ -794,7 +849,8 @@ msgstr ""
|
|
794 |
#: dashboard/publisher/adverts-error.php:40
|
795 |
#: dashboard/publisher/adverts-main.php:41
|
796 |
#: dashboard/publisher/groups-edit.php:51
|
797 |
-
#: dashboard/publisher/groups-main.php:33
|
|
|
798 |
msgid "Name"
|
799 |
msgstr ""
|
800 |
|
@@ -807,21 +863,41 @@ msgstr ""
|
|
807 |
|
808 |
#: dashboard/publisher/adverts-disabled.php:40
|
809 |
#: dashboard/publisher/adverts-main.php:45
|
810 |
-
#: dashboard/publisher/adverts-report.php:36
|
811 |
-
#: dashboard/publisher/adverts-report.php:57
|
812 |
#: dashboard/publisher/groups-edit.php:334
|
813 |
#: dashboard/publisher/groups-main.php:38
|
814 |
-
#: dashboard/publisher/
|
815 |
-
#: dashboard/publisher/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
816 |
msgid "Clicks"
|
817 |
msgstr ""
|
818 |
|
819 |
#: dashboard/publisher/adverts-disabled.php:41
|
820 |
#: dashboard/publisher/adverts-main.php:47
|
821 |
-
#: dashboard/publisher/
|
822 |
-
#: dashboard/publisher/
|
823 |
-
#: dashboard/publisher/
|
824 |
-
#: dashboard/publisher/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
825 |
msgid "CTR"
|
826 |
msgstr ""
|
827 |
|
@@ -914,7 +990,7 @@ msgid "Basic Examples:"
|
|
914 |
msgstr ""
|
915 |
|
916 |
#: dashboard/publisher/adverts-edit.php:129
|
917 |
-
msgid "Get
|
918 |
msgstr ""
|
919 |
|
920 |
#: dashboard/publisher/adverts-edit.php:134
|
@@ -967,6 +1043,7 @@ msgid ""
|
|
967 |
msgstr ""
|
968 |
|
969 |
#: dashboard/publisher/adverts-edit.php:150
|
|
|
970 |
msgid "Banner asset"
|
971 |
msgstr ""
|
972 |
|
@@ -979,6 +1056,7 @@ msgid "Select Banner"
|
|
979 |
msgstr ""
|
980 |
|
981 |
#: dashboard/publisher/adverts-edit.php:155
|
|
|
982 |
msgid "- OR -"
|
983 |
msgstr ""
|
984 |
|
@@ -1000,11 +1078,6 @@ msgid ""
|
|
1000 |
"field has priority."
|
1001 |
msgstr ""
|
1002 |
|
1003 |
-
#: dashboard/publisher/adverts-edit.php:167
|
1004 |
-
#: dashboard/settings/statistics.php:17
|
1005 |
-
msgid "Statistics"
|
1006 |
-
msgstr ""
|
1007 |
-
|
1008 |
#: dashboard/publisher/adverts-edit.php:169
|
1009 |
msgid "Enable click and impression tracking for this advert."
|
1010 |
msgstr ""
|
@@ -1032,10 +1105,18 @@ msgid "Get more features with AdRotate Pro."
|
|
1032 |
msgstr ""
|
1033 |
|
1034 |
#: dashboard/publisher/adverts-edit.php:188
|
|
|
|
|
|
|
1035 |
#: dashboard/publisher/adverts-main.php:105
|
1036 |
#: dashboard/publisher/groups-edit.php:71
|
1037 |
-
#: dashboard/publisher/groups-
|
1038 |
-
|
|
|
|
|
|
|
|
|
|
|
1039 |
msgstr ""
|
1040 |
|
1041 |
#: dashboard/publisher/adverts-edit.php:191
|
@@ -1049,6 +1130,7 @@ msgstr ""
|
|
1049 |
#: dashboard/publisher/adverts-edit.php:292
|
1050 |
#: dashboard/publisher/adverts-edit.php:448
|
1051 |
#: dashboard/publisher/adverts-edit.php:489
|
|
|
1052 |
#: dashboard/publisher/groups-edit.php:150
|
1053 |
#: dashboard/publisher/groups-edit.php:299
|
1054 |
#: dashboard/publisher/groups-edit.php:391
|
@@ -1142,13 +1224,6 @@ msgid ""
|
|
1142 |
"Pro."
|
1143 |
msgstr ""
|
1144 |
|
1145 |
-
#: dashboard/publisher/adverts-edit.php:288
|
1146 |
-
#: dashboard/publisher/adverts-edit.php:357
|
1147 |
-
#: dashboard/publisher/adverts-edit.php:428
|
1148 |
-
#: dashboard/publisher/groups-edit.php:191
|
1149 |
-
msgid "Upgrade today"
|
1150 |
-
msgstr ""
|
1151 |
-
|
1152 |
#: dashboard/publisher/adverts-edit.php:295
|
1153 |
#: dashboard/publisher/groups-edit.php:153
|
1154 |
msgid "Advanced"
|
@@ -1349,63 +1424,202 @@ msgstr ""
|
|
1349 |
msgid "Expired"
|
1350 |
msgstr ""
|
1351 |
|
1352 |
-
#: dashboard/publisher/adverts-
|
1353 |
-
msgid "
|
1354 |
msgstr ""
|
1355 |
|
1356 |
-
#: dashboard/publisher/adverts-
|
1357 |
-
msgid "
|
|
|
|
|
|
|
|
|
1358 |
msgstr ""
|
1359 |
|
1360 |
-
#: dashboard/publisher/adverts-
|
1361 |
-
|
1362 |
-
|
1363 |
-
|
1364 |
-
|
|
|
1365 |
msgstr ""
|
1366 |
|
1367 |
-
#: dashboard/publisher/adverts-
|
1368 |
-
msgid "
|
1369 |
msgstr ""
|
1370 |
|
1371 |
-
#: dashboard/publisher/adverts-
|
1372 |
-
msgid "
|
|
|
|
|
1373 |
msgstr ""
|
1374 |
|
1375 |
-
#: dashboard/publisher/adverts-
|
1376 |
-
#: dashboard/publisher/adverts-
|
1377 |
-
|
1378 |
-
#: dashboard/publisher/groups-report.php:57
|
1379 |
-
msgid "Impressions"
|
1380 |
msgstr ""
|
1381 |
|
1382 |
-
#: dashboard/publisher/adverts-
|
1383 |
-
#: dashboard/publisher/
|
1384 |
-
msgid "
|
1385 |
msgstr ""
|
1386 |
|
1387 |
-
#: dashboard/publisher/adverts-
|
1388 |
-
|
1389 |
-
msgid "Clicks today"
|
1390 |
msgstr ""
|
1391 |
|
1392 |
-
#: dashboard/publisher/adverts-
|
1393 |
-
|
1394 |
-
|
|
|
1395 |
msgstr ""
|
1396 |
|
1397 |
-
#: dashboard/publisher/adverts-
|
1398 |
-
|
1399 |
-
|
1400 |
-
|
1401 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1402 |
msgstr ""
|
1403 |
|
1404 |
-
#: dashboard/publisher/adverts-
|
1405 |
-
#: dashboard/publisher/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1406 |
msgid ""
|
1407 |
-
"
|
1408 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1409 |
msgstr ""
|
1410 |
|
1411 |
#: dashboard/publisher/groups-edit.php:43
|
@@ -1461,10 +1675,6 @@ msgstr ""
|
|
1461 |
msgid "Larger blocks will degrade your sites performance! Default: 2/2."
|
1462 |
msgstr ""
|
1463 |
|
1464 |
-
#: dashboard/publisher/groups-edit.php:95
|
1465 |
-
msgid "Advert size"
|
1466 |
-
msgstr ""
|
1467 |
-
|
1468 |
#: dashboard/publisher/groups-edit.php:97
|
1469 |
msgid "pixel(s) wide"
|
1470 |
msgstr ""
|
@@ -1700,10 +1910,12 @@ msgid "Configuration errors."
|
|
1700 |
msgstr ""
|
1701 |
|
1702 |
#: dashboard/publisher/groups-edit.php:385
|
|
|
1703 |
msgid "Expires soon."
|
1704 |
msgstr ""
|
1705 |
|
1706 |
#: dashboard/publisher/groups-edit.php:386
|
|
|
1707 |
msgid "Has expired."
|
1708 |
msgstr ""
|
1709 |
|
@@ -1736,10 +1948,226 @@ msgstr ""
|
|
1736 |
msgid "No groups created!"
|
1737 |
msgstr ""
|
1738 |
|
1739 |
-
#: dashboard/publisher/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1740 |
msgid "Statistics for group"
|
1741 |
msgstr ""
|
1742 |
|
|
|
|
|
|
|
|
|
1743 |
#: dashboard/settings/advertisers.php:16
|
1744 |
msgid "Advertisers - Available in AdRotate Pro"
|
1745 |
msgstr ""
|
@@ -2716,10 +3144,6 @@ msgstr ""
|
|
2716 |
#~ msgid "Find out more"
|
2717 |
#~ msgstr "En savoir plus"
|
2718 |
|
2719 |
-
#, fuzzy
|
2720 |
-
#~ msgid "Follow"
|
2721 |
-
#~ msgstr "Suivre"
|
2722 |
-
|
2723 |
#, fuzzy
|
2724 |
#~ msgid "Barely visible"
|
2725 |
#~ msgstr "Visible jusqu'à"
|
@@ -2740,18 +3164,10 @@ msgstr ""
|
|
2740 |
#~ msgid "Impressions timer"
|
2741 |
#~ msgstr "Minuterie de impressions"
|
2742 |
|
2743 |
-
#, fuzzy
|
2744 |
-
#~ msgid "Clicks timer"
|
2745 |
-
#~ msgstr "Interval de clicks"
|
2746 |
-
|
2747 |
#, fuzzy
|
2748 |
#~ msgid "Learn More"
|
2749 |
#~ msgstr "En savoir plus"
|
2750 |
|
2751 |
-
#, fuzzy
|
2752 |
-
#~ msgid "Thank you for your consideration!"
|
2753 |
-
#~ msgstr "Avez-vous fait une sauvegarde de votre base de données?"
|
2754 |
-
|
2755 |
#, fuzzy
|
2756 |
#~ msgid ""
|
2757 |
#~ "Your one stop for Webdevelopment, consultancy and anything WordPress! "
|
@@ -2782,18 +3198,6 @@ msgstr ""
|
|
2782 |
#~ msgid "Group updated"
|
2783 |
#~ msgstr "Groupe mis à jour"
|
2784 |
|
2785 |
-
#, fuzzy
|
2786 |
-
#~ msgid "Upload new banner image"
|
2787 |
-
#~ msgstr "Image :"
|
2788 |
-
|
2789 |
-
#, fuzzy
|
2790 |
-
#~ msgid "Accepted files are:"
|
2791 |
-
#~ msgstr "Utilisez %image% dans le code. Les fichiers acceptés sont :"
|
2792 |
-
|
2793 |
-
#, fuzzy
|
2794 |
-
#~ msgid "Upload image"
|
2795 |
-
#~ msgstr "Image :"
|
2796 |
-
|
2797 |
#, fuzzy
|
2798 |
#~ msgid "Access Rights"
|
2799 |
#~ msgstr "Droits d'Accès"
|
@@ -3115,14 +3519,6 @@ msgstr ""
|
|
3115 |
#~ msgid "End time (hh:mm):"
|
3116 |
#~ msgstr "Fin (hh:mm) :"
|
3117 |
|
3118 |
-
#, fuzzy
|
3119 |
-
#~ msgid "Maximum Clicks:"
|
3120 |
-
#~ msgstr "Nombre de clicks max :"
|
3121 |
-
|
3122 |
-
#, fuzzy
|
3123 |
-
#~ msgid "Maximum Impressions:"
|
3124 |
-
#~ msgstr "Nombre max de vues :"
|
3125 |
-
|
3126 |
#, fuzzy
|
3127 |
#~ msgid ""
|
3128 |
#~ "Time uses a 24 hour clock. When you're used to the AM/PM system keep this "
|
@@ -3286,10 +3682,6 @@ msgstr ""
|
|
3286 |
#~ "publicité pour différentes tailles d'écran si le site est fluide. "
|
3287 |
#~ "Nécessite jQuery."
|
3288 |
|
3289 |
-
#, fuzzy
|
3290 |
-
#~ msgid "Media:"
|
3291 |
-
#~ msgstr "Médias :"
|
3292 |
-
|
3293 |
#, fuzzy
|
3294 |
#~ msgid ""
|
3295 |
#~ "With AdRotate Pro you can also set a weight to give adverts more or less "
|
@@ -3298,10 +3690,6 @@ msgstr ""
|
|
3298 |
#~ "Avec AdRotate Pro, vous pouvez aussi mettre un poids pour donner à vos "
|
3299 |
#~ "publicités plus ou moins d'importance."
|
3300 |
|
3301 |
-
#, fuzzy
|
3302 |
-
#~ msgid "Geo Location in AdRotate Pro"
|
3303 |
-
#~ msgstr "Ciblez votre audience avec la géolocation dans AdRotate Pro"
|
3304 |
-
|
3305 |
#, fuzzy
|
3306 |
#~ msgid "Target your audience with Geo Location in AdRotate Pro"
|
3307 |
#~ msgstr "Ciblez votre audience avec la géolocation dans AdRotate Pro"
|
@@ -3319,10 +3707,6 @@ msgstr ""
|
|
3319 |
#~ msgid "From / Until"
|
3320 |
#~ msgstr "Visible jusqu'à"
|
3321 |
|
3322 |
-
#, fuzzy
|
3323 |
-
#~ msgid "impressions per day"
|
3324 |
-
#~ msgstr "Vues"
|
3325 |
-
|
3326 |
#, fuzzy
|
3327 |
#~ msgid "In use by this advert."
|
3328 |
#~ msgstr "Nouvelle pub"
|
@@ -3437,14 +3821,6 @@ msgstr ""
|
|
3437 |
#~ msgid "Updated"
|
3438 |
#~ msgstr "Mis à jour"
|
3439 |
|
3440 |
-
#, fuzzy
|
3441 |
-
#~ msgid "Show from"
|
3442 |
-
#~ msgstr "Montrer de "
|
3443 |
-
|
3444 |
-
#, fuzzy
|
3445 |
-
#~ msgid "Show until"
|
3446 |
-
#~ msgstr "Montrer jusqu'à"
|
3447 |
-
|
3448 |
#, fuzzy
|
3449 |
#~ msgid "AdRotate Server Settings"
|
3450 |
#~ msgstr "Paramètres du serveur AdRotate"
|
@@ -3527,10 +3903,6 @@ msgstr ""
|
|
3527 |
#~ msgid "Unlink from server"
|
3528 |
#~ msgstr "Dissocier du serveur"
|
3529 |
|
3530 |
-
#, fuzzy
|
3531 |
-
#~ msgid "AdRotate Website"
|
3532 |
-
#~ msgstr "Magasin AdRotate"
|
3533 |
-
|
3534 |
#, fuzzy
|
3535 |
#~ msgid "Block of Ads (Obsolete)"
|
3536 |
#~ msgstr "Bloc de publicité (obsolète)"
|
@@ -3555,10 +3927,6 @@ msgstr ""
|
|
3555 |
#~ "Requis pour le suivi des clics par jQuery. Quand cette option est "
|
3556 |
#~ "désactivée, AdRotate utilise le suivi par redirection."
|
3557 |
|
3558 |
-
#, fuzzy
|
3559 |
-
#~ msgid "Get more features! Get AdRotate Pro."
|
3560 |
-
#~ msgstr "Besoin de plus de fonctionalités? Achetez AdRotate Pro. "
|
3561 |
-
|
3562 |
#, fuzzy
|
3563 |
#~ msgid "More info"
|
3564 |
#~ msgstr "Plus d'infos"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: AdRotate\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2017-08-19 13:54+0800\n"
|
6 |
+
"PO-Revision-Date: 2017-08-19 13:54+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"
|
17 |
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
+
#: adrotate-functions.php:716
|
21 |
msgid "No files found"
|
22 |
msgstr ""
|
23 |
|
24 |
+
#: adrotate-functions.php:719
|
25 |
msgid "Folder not found or not accessible"
|
26 |
msgstr ""
|
27 |
|
28 |
+
#: adrotate-functions.php:804
|
29 |
msgid "Ad saved"
|
30 |
msgstr ""
|
31 |
|
32 |
+
#: adrotate-functions.php:808
|
33 |
msgid "Group saved"
|
34 |
msgstr ""
|
35 |
|
36 |
+
#: adrotate-functions.php:812
|
37 |
msgid "Ad(s) deleted"
|
38 |
msgstr ""
|
39 |
|
40 |
+
#: adrotate-functions.php:816
|
41 |
msgid "Group deleted"
|
42 |
msgstr ""
|
43 |
|
44 |
+
#: adrotate-functions.php:820
|
45 |
msgid "Ad(s) statistics reset"
|
46 |
msgstr ""
|
47 |
|
48 |
+
#: adrotate-functions.php:824
|
49 |
msgid "Ad(s) renewed"
|
50 |
msgstr ""
|
51 |
|
52 |
+
#: adrotate-functions.php:828
|
53 |
msgid "Ad(s) deactivated"
|
54 |
msgstr ""
|
55 |
|
56 |
+
#: adrotate-functions.php:832
|
57 |
msgid "Ad(s) activated"
|
58 |
msgstr ""
|
59 |
|
60 |
+
#: adrotate-functions.php:836
|
61 |
msgid "Group including it's Ads deleted"
|
62 |
msgstr ""
|
63 |
|
64 |
+
#: adrotate-functions.php:840
|
65 |
msgid "Export created"
|
66 |
msgstr ""
|
67 |
|
68 |
+
#: adrotate-functions.php:844
|
69 |
+
msgid ""
|
70 |
+
"Advert HTML generated and placed in the AdCode field. Configure your advert "
|
71 |
+
"below."
|
72 |
+
msgstr ""
|
73 |
+
|
74 |
+
#: adrotate-functions.php:849
|
75 |
msgid "Settings saved"
|
76 |
msgstr ""
|
77 |
|
78 |
+
#: adrotate-functions.php:853
|
79 |
msgid "Database optimized"
|
80 |
msgstr ""
|
81 |
|
82 |
+
#: adrotate-functions.php:857
|
83 |
msgid "Database repaired"
|
84 |
msgstr ""
|
85 |
|
86 |
+
#: adrotate-functions.php:861
|
87 |
msgid "Ads evaluated and statuses have been corrected where required"
|
88 |
msgstr ""
|
89 |
|
90 |
+
#: adrotate-functions.php:865
|
91 |
msgid "Cleanup complete"
|
92 |
msgstr ""
|
93 |
|
94 |
+
#: adrotate-functions.php:870
|
95 |
msgid "Action prohibited"
|
96 |
msgstr ""
|
97 |
|
98 |
+
#: adrotate-functions.php:874
|
99 |
msgid ""
|
100 |
"The ad was saved but has an issue which might prevent it from working "
|
101 |
"properly. Review the colored ad."
|
102 |
msgstr ""
|
103 |
|
104 |
+
#: adrotate-functions.php:878
|
105 |
msgid "No data found in selected time period"
|
106 |
msgstr ""
|
107 |
|
108 |
+
#: adrotate-functions.php:882
|
109 |
msgid "Database can only be optimized or cleaned once every hour"
|
110 |
msgstr ""
|
111 |
|
112 |
+
#: adrotate-functions.php:886
|
113 |
msgid "Form can not be (partially) empty!"
|
114 |
msgstr ""
|
115 |
|
116 |
+
#: adrotate-functions.php:890
|
117 |
msgid "No ads found."
|
118 |
msgstr ""
|
119 |
|
120 |
+
#: adrotate-functions.php:894
|
121 |
msgid "Unexpected error"
|
122 |
msgstr ""
|
123 |
|
124 |
+
#: adrotate-manage-publisher.php:798
|
125 |
msgid "AdRotate Advertiser"
|
126 |
msgstr ""
|
127 |
|
209 |
msgid "Your AdRotate Banner folder is not writable or does not exist."
|
210 |
msgstr ""
|
211 |
|
212 |
+
#: adrotate-output.php:685 dashboard/adrotatepro.php:87
|
213 |
#: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:89
|
214 |
#: dashboard/adrotatepro.php:90 dashboard/adrotatepro.php:99
|
215 |
#: dashboard/adrotatepro.php:100 dashboard/adrotatepro.php:101
|
216 |
+
#: dashboard/adrotatepro.php:102 dashboard/info.php:83 dashboard/info.php:84
|
217 |
+
#: dashboard/info.php:85 dashboard/info.php:86 dashboard/info.php:90
|
218 |
+
#: dashboard/info.php:91 dashboard/info.php:92 dashboard/info.php:93
|
219 |
#: dashboard/settings/geotargeting.php:35
|
220 |
msgid "Buy now"
|
221 |
msgstr ""
|
222 |
|
223 |
+
#: adrotate-output.php:686
|
224 |
msgid ""
|
225 |
+
"If you like <strong>AdRotate</strong>, please consider upgrading to the "
|
226 |
+
"<strong>PRO</strong> version and get more features."
|
227 |
msgstr ""
|
228 |
|
229 |
+
#: adrotate-output.php:686
|
230 |
#, php-format
|
231 |
msgid ""
|
232 |
"Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
|
233 |
msgstr ""
|
234 |
|
235 |
+
#: adrotate-output.php:686
|
236 |
+
#, fuzzy
|
237 |
+
msgid "Thank you for your support!"
|
238 |
+
msgstr "Avez-vous fait une sauvegarde de votre base de données?"
|
239 |
|
240 |
+
#: adrotate-output.php:747
|
241 |
msgid ""
|
242 |
"Thank you for choosing AdRotate. Everything related to AdRotate is in this "
|
243 |
"menu. If you need help getting started take a look at the"
|
244 |
msgstr ""
|
245 |
|
246 |
+
#: adrotate-output.php:747
|
247 |
msgid "manuals"
|
248 |
msgstr ""
|
249 |
|
250 |
+
#: adrotate-output.php:747 adrotate-output.php:817
|
251 |
msgid "and"
|
252 |
msgstr ""
|
253 |
|
254 |
+
#: adrotate-output.php:747
|
255 |
msgid "forums"
|
256 |
msgstr ""
|
257 |
|
258 |
+
#: adrotate-output.php:780
|
259 |
msgid "Useful Links"
|
260 |
msgstr ""
|
261 |
|
262 |
+
#: adrotate-output.php:781
|
263 |
msgid "Useful links to learn more about AdRotate"
|
264 |
msgstr ""
|
265 |
|
266 |
+
#: adrotate-output.php:783
|
267 |
msgid "AdRotate website"
|
268 |
msgstr ""
|
269 |
|
270 |
+
#: adrotate-output.php:784
|
271 |
msgid "Getting Started With AdRotate"
|
272 |
msgstr ""
|
273 |
|
274 |
+
#: adrotate-output.php:785
|
275 |
msgid "AdRotate manuals"
|
276 |
msgstr ""
|
277 |
|
278 |
+
#: adrotate-output.php:786
|
279 |
msgid "AdRotate Support Forum"
|
280 |
msgstr ""
|
281 |
|
282 |
+
#: adrotate-output.php:809 dashboard/info.php:49
|
283 |
msgid "Support AdRotate"
|
284 |
msgstr ""
|
285 |
|
286 |
+
#: adrotate-output.php:810
|
287 |
msgid "Check out my website"
|
288 |
msgstr ""
|
289 |
|
290 |
+
#: adrotate-output.php:817
|
291 |
msgid ""
|
292 |
"Many users only think to review AdRotate when something goes wrong while "
|
293 |
"thousands of people happily use AdRotate."
|
294 |
msgstr ""
|
295 |
|
296 |
+
#: adrotate-output.php:817
|
297 |
msgid "If you find AdRotate useful please leave your"
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: adrotate-output.php:817
|
301 |
msgid "rating"
|
302 |
msgstr ""
|
303 |
|
304 |
+
#: adrotate-output.php:817
|
305 |
msgid "review"
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: adrotate-output.php:817
|
309 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
310 |
msgstr ""
|
311 |
|
312 |
+
#: adrotate-output.php:843 dashboard/settings/notifications.php:50
|
313 |
#: dashboard/settings/notifications.php:80
|
314 |
msgid "Available in AdRotate Pro"
|
315 |
msgstr ""
|
316 |
|
317 |
+
#: adrotate-output.php:843
|
318 |
msgid "More information..."
|
319 |
msgstr ""
|
320 |
|
321 |
+
#: adrotate-output.php:844
|
322 |
msgid "This feature is available in AdRotate Pro"
|
323 |
msgstr ""
|
324 |
|
325 |
+
#: adrotate-output.php:844
|
326 |
msgid "Learn more"
|
327 |
msgstr ""
|
328 |
|
329 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:220
|
330 |
#: dashboard/publisher/adverts-edit.php:241
|
331 |
msgid "January"
|
332 |
msgstr ""
|
333 |
|
334 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:221
|
335 |
#: dashboard/publisher/adverts-edit.php:242
|
336 |
msgid "February"
|
337 |
msgstr ""
|
338 |
|
339 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:222
|
340 |
#: dashboard/publisher/adverts-edit.php:243
|
341 |
msgid "March"
|
342 |
msgstr ""
|
343 |
|
344 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:223
|
345 |
#: dashboard/publisher/adverts-edit.php:244
|
346 |
msgid "April"
|
347 |
msgstr ""
|
348 |
|
349 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:224
|
350 |
#: dashboard/publisher/adverts-edit.php:245
|
351 |
msgid "May"
|
352 |
msgstr ""
|
353 |
|
354 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:225
|
355 |
#: dashboard/publisher/adverts-edit.php:246
|
356 |
msgid "June"
|
357 |
msgstr ""
|
358 |
|
359 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:226
|
360 |
#: dashboard/publisher/adverts-edit.php:247
|
361 |
msgid "July"
|
362 |
msgstr ""
|
363 |
|
364 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:227
|
365 |
#: dashboard/publisher/adverts-edit.php:248
|
366 |
msgid "August"
|
367 |
msgstr ""
|
368 |
|
369 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:228
|
370 |
#: dashboard/publisher/adverts-edit.php:249
|
371 |
msgid "September"
|
372 |
msgstr ""
|
373 |
|
374 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:229
|
375 |
#: dashboard/publisher/adverts-edit.php:250
|
376 |
msgid "October"
|
377 |
msgstr ""
|
378 |
|
379 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:230
|
380 |
#: dashboard/publisher/adverts-edit.php:251
|
381 |
msgid "November"
|
382 |
msgstr ""
|
383 |
|
384 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:231
|
385 |
#: dashboard/publisher/adverts-edit.php:252
|
386 |
msgid "December"
|
387 |
msgstr ""
|
388 |
|
389 |
+
#: adrotate-statistics.php:169
|
390 |
msgid "Previous"
|
391 |
msgstr ""
|
392 |
|
393 |
+
#: adrotate-statistics.php:171 dashboard/publisher/statistics-advert.php:67
|
394 |
+
#: dashboard/publisher/statistics-group.php:73
|
395 |
+
#: dashboard/publisher/statistics-main.php:37
|
396 |
msgid "This month"
|
397 |
msgstr ""
|
398 |
|
399 |
+
#: adrotate-statistics.php:172
|
400 |
msgid "Next"
|
401 |
msgstr ""
|
402 |
|
403 |
+
#: adrotate-statistics.php:267
|
404 |
msgid "No data to show!"
|
405 |
msgstr ""
|
406 |
|
407 |
+
#: adrotate-statistics.php:344 adrotate-statistics.php:345
|
408 |
+
msgid "Not found"
|
409 |
+
msgstr ""
|
410 |
+
|
411 |
#: adrotate-widget.php:116
|
412 |
msgid "Title (optional):"
|
413 |
msgstr ""
|
459 |
#: adrotate.php:105 dashboard/info.php:40
|
460 |
#: dashboard/publisher/adverts-edit.php:458
|
461 |
#: dashboard/publisher/groups-main.php:34
|
462 |
+
#: dashboard/publisher/schedules-main.php:34
|
463 |
+
#: dashboard/publisher/statistics-main.php:24
|
464 |
msgid "Adverts"
|
465 |
msgstr ""
|
466 |
|
468 |
msgid "Groups"
|
469 |
msgstr ""
|
470 |
|
471 |
+
#: adrotate.php:107 adrotate.php:348
|
472 |
+
#, fuzzy
|
473 |
+
msgid "Schedules"
|
474 |
+
msgstr "Planning"
|
475 |
+
|
476 |
+
#: adrotate.php:108 adrotate.php:388 dashboard/publisher/adverts-edit.php:167
|
477 |
+
#: dashboard/publisher/statistics-main.php:12
|
478 |
+
#: dashboard/settings/statistics.php:17
|
479 |
+
msgid "Statistics"
|
480 |
+
msgstr ""
|
481 |
+
|
482 |
+
#: adrotate.php:109
|
483 |
+
#, fuzzy
|
484 |
+
msgid "Media"
|
485 |
+
msgstr "Médias :"
|
486 |
+
|
487 |
+
#: adrotate.php:110
|
488 |
msgid "Settings"
|
489 |
msgstr ""
|
490 |
|
491 |
+
#: adrotate.php:131
|
492 |
msgid "AdRotate Info"
|
493 |
msgstr ""
|
494 |
|
495 |
+
#: adrotate.php:149
|
496 |
msgid "AdRotate Professional"
|
497 |
msgstr ""
|
498 |
|
499 |
+
#: adrotate.php:189
|
500 |
msgid "Advert Management"
|
501 |
msgstr ""
|
502 |
|
503 |
+
#: adrotate.php:249 adrotate.php:317
|
504 |
msgid "Manage"
|
505 |
msgstr ""
|
506 |
|
507 |
+
#: adrotate.php:250
|
508 |
+
msgid "Generator"
|
509 |
+
msgstr ""
|
510 |
+
|
511 |
+
#: adrotate.php:251 adrotate.php:318
|
512 |
msgid "Add New"
|
513 |
msgstr ""
|
514 |
|
515 |
+
#: adrotate.php:311
|
516 |
msgid "Group Management"
|
517 |
msgstr ""
|
518 |
|
519 |
+
#: adrotate.php:442
|
520 |
+
msgid "Media and Assets"
|
521 |
msgstr ""
|
522 |
|
523 |
+
#: adrotate.php:446
|
524 |
+
msgid ""
|
525 |
+
"Upload images to the AdRotate Pro banners folder from here. This is useful "
|
526 |
+
"if you have HTML5 adverts containing multiple files."
|
527 |
+
msgstr ""
|
528 |
+
|
529 |
+
#: adrotate.php:446 dashboard/publisher/schedules-main.php:13
|
530 |
+
#, fuzzy
|
531 |
+
msgid "Get more features"
|
532 |
+
msgstr "Besoin de plus de fonctionalités? Achetez AdRotate Pro. "
|
533 |
+
|
534 |
+
#: adrotate.php:446 dashboard/publisher/schedules-main.php:13
|
535 |
+
#, fuzzy
|
536 |
+
msgid "Get AdRotate Pro"
|
537 |
+
msgstr "Ciblez votre audience avec la géolocation dans AdRotate Pro"
|
538 |
+
|
539 |
+
#: adrotate.php:474
|
540 |
msgid "AdRotate Settings"
|
541 |
msgstr ""
|
542 |
|
543 |
+
#: adrotate.php:479 dashboard/publisher/statistics-main.php:17
|
544 |
msgid "General"
|
545 |
msgstr ""
|
546 |
|
547 |
+
#: adrotate.php:480 dashboard/settings/notifications.php:18
|
548 |
msgid "Notifications"
|
549 |
msgstr ""
|
550 |
|
551 |
+
#: adrotate.php:481 dashboard/publisher/adverts-disabled.php:69
|
552 |
#: dashboard/publisher/adverts-error.php:63
|
553 |
#: dashboard/publisher/adverts-main.php:81
|
554 |
#: dashboard/publisher/groups-main.php:70
|
555 |
msgid "Stats"
|
556 |
msgstr ""
|
557 |
|
558 |
+
#: adrotate.php:482 dashboard/publisher/adverts-edit.php:359
|
559 |
#: dashboard/publisher/groups-edit.php:180
|
560 |
#: dashboard/settings/advertisers.php:38
|
561 |
msgid "Geo Targeting"
|
562 |
msgstr ""
|
563 |
|
564 |
+
#: adrotate.php:483 dashboard/settings/notifications.php:72
|
565 |
msgid "Advertisers"
|
566 |
msgstr ""
|
567 |
|
568 |
+
#: adrotate.php:484 dashboard/settings/roles.php:17
|
569 |
msgid "Roles"
|
570 |
msgstr ""
|
571 |
|
572 |
+
#: adrotate.php:485
|
573 |
msgid "Misc"
|
574 |
msgstr ""
|
575 |
|
576 |
+
#: adrotate.php:486 dashboard/settings/maintenance.php:16
|
577 |
msgid "Maintenance"
|
578 |
msgstr ""
|
579 |
|
674 |
msgstr ""
|
675 |
|
676 |
#: dashboard/adrotatepro.php:83 dashboard/adrotatepro.php:95
|
677 |
+
#: dashboard/info.php:79
|
678 |
msgid "Buy AdRotate Professional"
|
679 |
msgstr ""
|
680 |
|
681 |
+
#: dashboard/adrotatepro.php:87 dashboard/info.php:83
|
682 |
msgid "Single License"
|
683 |
msgstr ""
|
684 |
|
685 |
+
#: dashboard/adrotatepro.php:87 dashboard/info.php:83
|
686 |
msgid "One WordPress installation."
|
687 |
msgstr ""
|
688 |
|
689 |
#: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:100
|
690 |
+
#: dashboard/info.php:84 dashboard/info.php:91
|
691 |
msgid "Duo License"
|
692 |
msgstr ""
|
693 |
|
694 |
+
#: dashboard/adrotatepro.php:88 dashboard/info.php:84
|
695 |
msgid "Two WordPress installations."
|
696 |
msgstr ""
|
697 |
|
698 |
#: dashboard/adrotatepro.php:89 dashboard/adrotatepro.php:101
|
699 |
+
#: dashboard/info.php:85 dashboard/info.php:92
|
700 |
msgid "Multi License"
|
701 |
msgstr ""
|
702 |
|
703 |
+
#: dashboard/adrotatepro.php:89 dashboard/info.php:85
|
704 |
msgid "Up to five WordPress installations."
|
705 |
msgstr ""
|
706 |
|
707 |
#: dashboard/adrotatepro.php:90 dashboard/adrotatepro.php:102
|
708 |
+
#: dashboard/info.php:86 dashboard/info.php:93
|
709 |
msgid "Developer License"
|
710 |
msgstr ""
|
711 |
|
712 |
+
#: dashboard/adrotatepro.php:90 dashboard/info.php:86
|
713 |
msgid "Unlimited WordPress installations and/or networks."
|
714 |
msgstr ""
|
715 |
|
716 |
#: dashboard/adrotatepro.php:91 dashboard/adrotatepro.php:104
|
717 |
+
#: dashboard/info.php:87 dashboard/info.php:95
|
718 |
msgid "Compare licenses"
|
719 |
msgstr ""
|
720 |
|
721 |
+
#: dashboard/adrotatepro.php:91 dashboard/info.php:87
|
722 |
msgid "Not sure which license is for you? Compare them..."
|
723 |
msgstr ""
|
724 |
|
725 |
+
#: dashboard/adrotatepro.php:91 dashboard/info.php:87
|
726 |
msgid "All Licenses"
|
727 |
msgstr ""
|
728 |
|
729 |
+
#: dashboard/adrotatepro.php:99 dashboard/info.php:90
|
730 |
msgid "Lifetime License"
|
731 |
msgstr ""
|
732 |
|
733 |
+
#: dashboard/adrotatepro.php:99 dashboard/info.php:90
|
734 |
msgid "Single installation."
|
735 |
msgstr ""
|
736 |
|
737 |
+
#: dashboard/adrotatepro.php:100 dashboard/info.php:91
|
738 |
msgid "Up to 2 installations."
|
739 |
msgstr ""
|
740 |
|
741 |
+
#: dashboard/adrotatepro.php:101 dashboard/info.php:92
|
742 |
msgid "Up to 10 installations."
|
743 |
msgstr ""
|
744 |
|
745 |
+
#: dashboard/adrotatepro.php:102 dashboard/info.php:93
|
746 |
msgid "Up to 25 installations or multisite networks."
|
747 |
msgstr ""
|
748 |
|
749 |
+
#: dashboard/adrotatepro.php:103 dashboard/info.php:94
|
750 |
msgid ""
|
751 |
"Subscriptions get 1 year access to updates, email support & AdRotate Geo."
|
752 |
msgstr ""
|
753 |
|
754 |
+
#: dashboard/adrotatepro.php:104 dashboard/info.php:95
|
755 |
msgid "Not sure which license is for you?"
|
756 |
msgstr ""
|
757 |
|
758 |
+
#: dashboard/adrotatepro.php:104 dashboard/info.php:95
|
759 |
msgid "Compare Licenses"
|
760 |
msgstr ""
|
761 |
|
785 |
"for updates about me and my plugins. Thank you!"
|
786 |
msgstr ""
|
787 |
|
788 |
+
#: dashboard/info.php:59
|
789 |
msgid "Arnan de Gans News & Updates"
|
790 |
msgstr ""
|
791 |
|
792 |
+
#: dashboard/info.php:100
|
793 |
msgid "Join the Media.net advertising network"
|
794 |
msgstr ""
|
795 |
|
801 |
#: dashboard/publisher/adverts-error.php:19
|
802 |
#: dashboard/publisher/adverts-main.php:20
|
803 |
#: dashboard/publisher/groups-main.php:20
|
804 |
+
#: dashboard/publisher/schedules-main.php:21
|
805 |
msgid "Bulk Actions"
|
806 |
msgstr ""
|
807 |
|
812 |
|
813 |
#: dashboard/publisher/adverts-disabled.php:22
|
814 |
#: dashboard/publisher/adverts-error.php:21
|
815 |
+
#: dashboard/publisher/adverts-main.php:22 dashboard/publisher/media.php:60
|
816 |
msgid "Delete"
|
817 |
msgstr ""
|
818 |
|
826 |
#: dashboard/publisher/adverts-error.php:29
|
827 |
#: dashboard/publisher/adverts-main.php:30
|
828 |
#: dashboard/publisher/groups-main.php:24
|
829 |
+
#: dashboard/publisher/schedules-main.php:22
|
830 |
msgid "Go"
|
831 |
msgstr ""
|
832 |
|
834 |
#: dashboard/publisher/adverts-error.php:39
|
835 |
#: dashboard/publisher/adverts-main.php:39
|
836 |
#: dashboard/publisher/groups-main.php:32
|
837 |
+
#: dashboard/publisher/schedules-main.php:31
|
838 |
msgid "ID"
|
839 |
msgstr ""
|
840 |
|
841 |
#: dashboard/publisher/adverts-disabled.php:36
|
842 |
#: dashboard/publisher/adverts-error.php:41
|
843 |
#: dashboard/publisher/adverts-main.php:40
|
844 |
+
#: dashboard/publisher/schedules-main.php:32
|
845 |
msgid "Start / End"
|
846 |
msgstr ""
|
847 |
|
849 |
#: dashboard/publisher/adverts-error.php:40
|
850 |
#: dashboard/publisher/adverts-main.php:41
|
851 |
#: dashboard/publisher/groups-edit.php:51
|
852 |
+
#: dashboard/publisher/groups-main.php:33 dashboard/publisher/media.php:30
|
853 |
+
#: dashboard/publisher/schedules-main.php:33
|
854 |
msgid "Name"
|
855 |
msgstr ""
|
856 |
|
863 |
|
864 |
#: dashboard/publisher/adverts-disabled.php:40
|
865 |
#: dashboard/publisher/adverts-main.php:45
|
|
|
|
|
866 |
#: dashboard/publisher/groups-edit.php:334
|
867 |
#: dashboard/publisher/groups-main.php:38
|
868 |
+
#: dashboard/publisher/statistics-advert.php:53
|
869 |
+
#: dashboard/publisher/statistics-advert.php:59
|
870 |
+
#: dashboard/publisher/statistics-advert.php:73
|
871 |
+
#: dashboard/publisher/statistics-advert.php:79
|
872 |
+
#: dashboard/publisher/statistics-advert.php:100
|
873 |
+
#: dashboard/publisher/statistics-group.php:59
|
874 |
+
#: dashboard/publisher/statistics-group.php:65
|
875 |
+
#: dashboard/publisher/statistics-group.php:79
|
876 |
+
#: dashboard/publisher/statistics-group.php:85
|
877 |
+
#: dashboard/publisher/statistics-group.php:104
|
878 |
+
#: dashboard/publisher/statistics-main.php:29
|
879 |
+
#: dashboard/publisher/statistics-main.php:43
|
880 |
+
#: dashboard/publisher/statistics-main.php:47
|
881 |
+
#: dashboard/publisher/statistics-main.php:65
|
882 |
msgid "Clicks"
|
883 |
msgstr ""
|
884 |
|
885 |
#: dashboard/publisher/adverts-disabled.php:41
|
886 |
#: dashboard/publisher/adverts-main.php:47
|
887 |
+
#: dashboard/publisher/statistics-advert.php:54
|
888 |
+
#: dashboard/publisher/statistics-advert.php:60
|
889 |
+
#: dashboard/publisher/statistics-advert.php:74
|
890 |
+
#: dashboard/publisher/statistics-advert.php:80
|
891 |
+
#: dashboard/publisher/statistics-advert.php:101
|
892 |
+
#: dashboard/publisher/statistics-group.php:60
|
893 |
+
#: dashboard/publisher/statistics-group.php:66
|
894 |
+
#: dashboard/publisher/statistics-group.php:80
|
895 |
+
#: dashboard/publisher/statistics-group.php:86
|
896 |
+
#: dashboard/publisher/statistics-group.php:105
|
897 |
+
#: dashboard/publisher/statistics-main.php:30
|
898 |
+
#: dashboard/publisher/statistics-main.php:44
|
899 |
+
#: dashboard/publisher/statistics-main.php:48
|
900 |
+
#: dashboard/publisher/statistics-main.php:66
|
901 |
msgid "CTR"
|
902 |
msgstr ""
|
903 |
|
990 |
msgstr ""
|
991 |
|
992 |
#: dashboard/publisher/adverts-edit.php:129
|
993 |
+
msgid "Get adverts from Media.net"
|
994 |
msgstr ""
|
995 |
|
996 |
#: dashboard/publisher/adverts-edit.php:134
|
1043 |
msgstr ""
|
1044 |
|
1045 |
#: dashboard/publisher/adverts-edit.php:150
|
1046 |
+
#: dashboard/publisher/adverts-generator.php:46
|
1047 |
msgid "Banner asset"
|
1048 |
msgstr ""
|
1049 |
|
1056 |
msgstr ""
|
1057 |
|
1058 |
#: dashboard/publisher/adverts-edit.php:155
|
1059 |
+
#: dashboard/publisher/adverts-generator.php:53
|
1060 |
msgid "- OR -"
|
1061 |
msgstr ""
|
1062 |
|
1078 |
"field has priority."
|
1079 |
msgstr ""
|
1080 |
|
|
|
|
|
|
|
|
|
|
|
1081 |
#: dashboard/publisher/adverts-edit.php:169
|
1082 |
msgid "Enable click and impression tracking for this advert."
|
1083 |
msgstr ""
|
1105 |
msgstr ""
|
1106 |
|
1107 |
#: dashboard/publisher/adverts-edit.php:188
|
1108 |
+
#: dashboard/publisher/adverts-edit.php:288
|
1109 |
+
#: dashboard/publisher/adverts-edit.php:357
|
1110 |
+
#: dashboard/publisher/adverts-edit.php:428
|
1111 |
#: dashboard/publisher/adverts-main.php:105
|
1112 |
#: dashboard/publisher/groups-edit.php:71
|
1113 |
+
#: dashboard/publisher/groups-edit.php:191
|
1114 |
+
#: dashboard/publisher/groups-main.php:89 dashboard/publisher/media.php:73
|
1115 |
+
#: dashboard/publisher/schedules-main.php:89
|
1116 |
+
#: dashboard/publisher/statistics-advert.php:140
|
1117 |
+
#: dashboard/publisher/statistics-group.php:112
|
1118 |
+
#: dashboard/publisher/statistics-main.php:73
|
1119 |
+
msgid "Upgrade now"
|
1120 |
msgstr ""
|
1121 |
|
1122 |
#: dashboard/publisher/adverts-edit.php:191
|
1130 |
#: dashboard/publisher/adverts-edit.php:292
|
1131 |
#: dashboard/publisher/adverts-edit.php:448
|
1132 |
#: dashboard/publisher/adverts-edit.php:489
|
1133 |
+
#: dashboard/publisher/adverts-generator.php:129
|
1134 |
#: dashboard/publisher/groups-edit.php:150
|
1135 |
#: dashboard/publisher/groups-edit.php:299
|
1136 |
#: dashboard/publisher/groups-edit.php:391
|
1224 |
"Pro."
|
1225 |
msgstr ""
|
1226 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1227 |
#: dashboard/publisher/adverts-edit.php:295
|
1228 |
#: dashboard/publisher/groups-edit.php:153
|
1229 |
msgid "Advanced"
|
1424 |
msgid "Expired"
|
1425 |
msgstr ""
|
1426 |
|
1427 |
+
#: dashboard/publisher/adverts-generator.php:35
|
1428 |
+
msgid "Generate Advert Code"
|
1429 |
msgstr ""
|
1430 |
|
1431 |
+
#: dashboard/publisher/adverts-generator.php:36
|
1432 |
+
msgid ""
|
1433 |
+
"Use the Generator if you have received a target url, banner image and/or "
|
1434 |
+
"some separate files with a description on how to use those. The AdRotate "
|
1435 |
+
"Generator will take your bits and pieces and try to generate a working "
|
1436 |
+
"adcode from it."
|
1437 |
msgstr ""
|
1438 |
|
1439 |
+
#: dashboard/publisher/adverts-generator.php:38
|
1440 |
+
msgid ""
|
1441 |
+
"If you have a complete and working ad code / ad tag you do not use the "
|
1442 |
+
"Generator. You can simply paste that code in the AdCode field when creating "
|
1443 |
+
"your advert. For example as provided by Media.net or Google AdSense among "
|
1444 |
+
"others."
|
1445 |
msgstr ""
|
1446 |
|
1447 |
+
#: dashboard/publisher/adverts-generator.php:40
|
1448 |
+
msgid "Basic advert"
|
1449 |
msgstr ""
|
1450 |
|
1451 |
+
#: dashboard/publisher/adverts-generator.php:41
|
1452 |
+
msgid ""
|
1453 |
+
"This is a regular advert consisting of an image and a link, made up from "
|
1454 |
+
"HTML code."
|
1455 |
msgstr ""
|
1456 |
|
1457 |
+
#: dashboard/publisher/adverts-generator.php:50
|
1458 |
+
#: dashboard/publisher/adverts-generator.php:99
|
1459 |
+
msgid "No file selected"
|
|
|
|
|
1460 |
msgstr ""
|
1461 |
|
1462 |
+
#: dashboard/publisher/adverts-generator.php:52
|
1463 |
+
#: dashboard/publisher/adverts-generator.php:101
|
1464 |
+
msgid "Is your file not listed? Upload it via the AdRotate Media Manager."
|
1465 |
msgstr ""
|
1466 |
|
1467 |
+
#: dashboard/publisher/adverts-generator.php:54
|
1468 |
+
msgid "Visible text if this is a text link banner."
|
|
|
1469 |
msgstr ""
|
1470 |
|
1471 |
+
#: dashboard/publisher/adverts-generator.php:54
|
1472 |
+
msgid ""
|
1473 |
+
"Use either the dropdown or the text field. If the dropdown is used, that "
|
1474 |
+
"field has priority."
|
1475 |
msgstr ""
|
1476 |
|
1477 |
+
#: dashboard/publisher/adverts-generator.php:59
|
1478 |
+
#, fuzzy
|
1479 |
+
msgid "Target website"
|
1480 |
+
msgstr "Magasin AdRotate"
|
1481 |
+
|
1482 |
+
#: dashboard/publisher/adverts-generator.php:61
|
1483 |
+
msgid "Where does the person clicking the advert go?"
|
1484 |
+
msgstr ""
|
1485 |
+
|
1486 |
+
#: dashboard/publisher/adverts-generator.php:65
|
1487 |
+
msgid "Target window"
|
1488 |
+
msgstr ""
|
1489 |
+
|
1490 |
+
#: dashboard/publisher/adverts-generator.php:67
|
1491 |
+
#: dashboard/publisher/adverts-generator.php:73
|
1492 |
+
#: dashboard/publisher/adverts-generator.php:119
|
1493 |
+
#, fuzzy
|
1494 |
+
msgid "Available in AdRotate Pro."
|
1495 |
+
msgstr "Ciblez votre audience avec la géolocation dans AdRotate Pro"
|
1496 |
+
|
1497 |
+
#: dashboard/publisher/adverts-generator.php:67
|
1498 |
+
msgid "Open the target website in a new window?"
|
1499 |
+
msgstr ""
|
1500 |
+
|
1501 |
+
#: dashboard/publisher/adverts-generator.php:71
|
1502 |
+
#, fuzzy
|
1503 |
+
msgid "NoFollow"
|
1504 |
+
msgstr "Suivre"
|
1505 |
+
|
1506 |
+
#: dashboard/publisher/adverts-generator.php:73
|
1507 |
+
msgid "Tell crawlers and search engines not to follow the target website url?"
|
1508 |
+
msgstr ""
|
1509 |
+
|
1510 |
+
#: dashboard/publisher/adverts-generator.php:77
|
1511 |
+
#: dashboard/publisher/adverts-generator.php:106
|
1512 |
+
#: dashboard/publisher/groups-edit.php:95
|
1513 |
+
msgid "Advert size"
|
1514 |
+
msgstr ""
|
1515 |
+
|
1516 |
+
#: dashboard/publisher/adverts-generator.php:79
|
1517 |
+
#: dashboard/publisher/adverts-generator.php:108
|
1518 |
+
msgid "px wide"
|
1519 |
msgstr ""
|
1520 |
|
1521 |
+
#: dashboard/publisher/adverts-generator.php:80
|
1522 |
+
#: dashboard/publisher/adverts-generator.php:109
|
1523 |
+
msgid "px high."
|
1524 |
+
msgstr ""
|
1525 |
+
|
1526 |
+
#: dashboard/publisher/adverts-generator.php:81
|
1527 |
+
#: dashboard/publisher/adverts-generator.php:110
|
1528 |
+
msgid "Define the maximum size of the adverts in pixels."
|
1529 |
+
msgstr ""
|
1530 |
+
|
1531 |
+
#: dashboard/publisher/adverts-generator.php:81
|
1532 |
+
#: dashboard/publisher/adverts-generator.php:119
|
1533 |
+
msgid "(Optional)"
|
1534 |
+
msgstr ""
|
1535 |
+
|
1536 |
+
#: dashboard/publisher/adverts-generator.php:88
|
1537 |
+
msgid "HTML5 or Flash Advert"
|
1538 |
+
msgstr ""
|
1539 |
+
|
1540 |
+
#: dashboard/publisher/adverts-generator.php:89
|
1541 |
msgid ""
|
1542 |
+
"These are more advanced adverts, using a Flash file or HTML5 files. Try to "
|
1543 |
+
"avoid Flash. HTML5 is the new and better standard."
|
1544 |
+
msgstr ""
|
1545 |
+
|
1546 |
+
#: dashboard/publisher/adverts-generator.php:90
|
1547 |
+
msgid ""
|
1548 |
+
"If your HTML5 advert consists of multiple files, upload all files using the "
|
1549 |
+
"AdRotate Media Manager and select the HTML file here."
|
1550 |
+
msgstr ""
|
1551 |
+
|
1552 |
+
#: dashboard/publisher/adverts-generator.php:95
|
1553 |
+
msgid "HTML/Flash file"
|
1554 |
+
msgstr ""
|
1555 |
+
|
1556 |
+
#: dashboard/publisher/adverts-generator.php:114
|
1557 |
+
msgid "Flash clickTAG"
|
1558 |
+
msgstr ""
|
1559 |
+
|
1560 |
+
#: dashboard/publisher/adverts-generator.php:117
|
1561 |
+
msgid "Parameter"
|
1562 |
+
msgstr ""
|
1563 |
+
|
1564 |
+
#: dashboard/publisher/adverts-generator.php:118
|
1565 |
+
msgid "No clickTAG"
|
1566 |
+
msgstr ""
|
1567 |
+
|
1568 |
+
#: dashboard/publisher/adverts-generator.php:119
|
1569 |
+
msgid "URL"
|
1570 |
+
msgstr ""
|
1571 |
+
|
1572 |
+
#: dashboard/publisher/adverts-generator.php:119
|
1573 |
+
msgid ""
|
1574 |
+
"This option is ignored for HTML5 adverts. All choices do the exact same, but "
|
1575 |
+
"some developers write the parameter differently."
|
1576 |
+
msgstr ""
|
1577 |
+
|
1578 |
+
#: dashboard/publisher/adverts-generator.php:128
|
1579 |
+
msgid "Generate and Configure Advert"
|
1580 |
+
msgstr ""
|
1581 |
+
|
1582 |
+
#: dashboard/publisher/adverts-generator.php:129
|
1583 |
+
msgid "Always test your adverts before activating them."
|
1584 |
+
msgstr ""
|
1585 |
+
|
1586 |
+
#: dashboard/publisher/adverts-generator.php:132
|
1587 |
+
msgid "NOTE:"
|
1588 |
+
msgstr ""
|
1589 |
+
|
1590 |
+
#: dashboard/publisher/adverts-generator.php:132
|
1591 |
+
msgid ""
|
1592 |
+
"While the Code Generator has been tested and works, code generation, as "
|
1593 |
+
"always, is a interpretation of user input. If you provide the correct bits "
|
1594 |
+
"and pieces, a working advert may be generated. If you leave fields empty or "
|
1595 |
+
"insert the wrong info you probably end up with a broken advert."
|
1596 |
+
msgstr ""
|
1597 |
+
|
1598 |
+
#: dashboard/publisher/adverts-generator.php:132
|
1599 |
+
msgid ""
|
1600 |
+
"Based on your input and experiences later iterations of the Code Generator "
|
1601 |
+
"will be better and more feature rich."
|
1602 |
+
msgstr ""
|
1603 |
+
|
1604 |
+
#: dashboard/publisher/adverts-main.php:12
|
1605 |
+
msgid "Active Adverts"
|
1606 |
+
msgstr ""
|
1607 |
+
|
1608 |
+
#: dashboard/publisher/adverts-main.php:24
|
1609 |
+
msgid "Export to CSV"
|
1610 |
+
msgstr ""
|
1611 |
+
|
1612 |
+
#: dashboard/publisher/adverts-main.php:44
|
1613 |
+
#: dashboard/publisher/adverts-main.php:46
|
1614 |
+
#: dashboard/publisher/groups-main.php:37
|
1615 |
+
#: dashboard/publisher/groups-main.php:39
|
1616 |
+
#: dashboard/publisher/statistics-advert.php:45
|
1617 |
+
#: dashboard/publisher/statistics-group.php:51
|
1618 |
+
msgid "Today"
|
1619 |
+
msgstr ""
|
1620 |
+
|
1621 |
+
#: dashboard/publisher/adverts-main.php:100
|
1622 |
+
msgid "No adverts created yet!"
|
1623 |
msgstr ""
|
1624 |
|
1625 |
#: dashboard/publisher/groups-edit.php:43
|
1675 |
msgid "Larger blocks will degrade your sites performance! Default: 2/2."
|
1676 |
msgstr ""
|
1677 |
|
|
|
|
|
|
|
|
|
1678 |
#: dashboard/publisher/groups-edit.php:97
|
1679 |
msgid "pixel(s) wide"
|
1680 |
msgstr ""
|
1910 |
msgstr ""
|
1911 |
|
1912 |
#: dashboard/publisher/groups-edit.php:385
|
1913 |
+
#: dashboard/publisher/schedules-main.php:87
|
1914 |
msgid "Expires soon."
|
1915 |
msgstr ""
|
1916 |
|
1917 |
#: dashboard/publisher/groups-edit.php:386
|
1918 |
+
#: dashboard/publisher/schedules-main.php:88
|
1919 |
msgid "Has expired."
|
1920 |
msgstr ""
|
1921 |
|
1948 |
msgid "No groups created!"
|
1949 |
msgstr ""
|
1950 |
|
1951 |
+
#: dashboard/publisher/media.php:17
|
1952 |
+
#, fuzzy
|
1953 |
+
msgid "Upload new file"
|
1954 |
+
msgstr "Image :"
|
1955 |
+
|
1956 |
+
#: dashboard/publisher/media.php:18
|
1957 |
+
#, fuzzy
|
1958 |
+
msgid "Accepted files:"
|
1959 |
+
msgstr "Utilisez %image% dans le code. Les fichiers acceptés sont :"
|
1960 |
+
|
1961 |
+
#: dashboard/publisher/media.php:18
|
1962 |
+
msgid "Maximum size is 512Kb per file."
|
1963 |
+
msgstr ""
|
1964 |
+
|
1965 |
+
#: dashboard/publisher/media.php:18
|
1966 |
+
msgid "Important:"
|
1967 |
+
msgstr ""
|
1968 |
+
|
1969 |
+
#: dashboard/publisher/media.php:18
|
1970 |
+
msgid ""
|
1971 |
+
"Make sure your file has no spaces or special characters in the name. Replace "
|
1972 |
+
"spaces with a - or _."
|
1973 |
+
msgstr ""
|
1974 |
+
|
1975 |
+
#: dashboard/publisher/media.php:18
|
1976 |
+
msgid ""
|
1977 |
+
"If you remove spaces from filenames for HTML5 adverts also edit the html "
|
1978 |
+
"file so it knows about the changed name. For example for the javascript file."
|
1979 |
+
msgstr ""
|
1980 |
+
|
1981 |
+
#: dashboard/publisher/media.php:21
|
1982 |
+
#, fuzzy
|
1983 |
+
msgid "Upload file"
|
1984 |
+
msgstr "Image :"
|
1985 |
+
|
1986 |
+
#: dashboard/publisher/media.php:21
|
1987 |
+
msgid "Click only once per file!"
|
1988 |
+
msgstr ""
|
1989 |
+
|
1990 |
+
#: dashboard/publisher/media.php:25
|
1991 |
+
msgid "Available files in"
|
1992 |
+
msgstr ""
|
1993 |
+
|
1994 |
+
#: dashboard/publisher/media.php:31
|
1995 |
+
msgid "Actions"
|
1996 |
+
msgstr ""
|
1997 |
+
|
1998 |
+
#: dashboard/publisher/media.php:65
|
1999 |
+
msgid "No files found!"
|
2000 |
+
msgstr ""
|
2001 |
+
|
2002 |
+
#: dashboard/publisher/media.php:72
|
2003 |
+
msgid ""
|
2004 |
+
"Make sure the banner images are not in use by adverts when you delete them!"
|
2005 |
+
msgstr ""
|
2006 |
+
|
2007 |
+
#: dashboard/publisher/media.php:73 dashboard/publisher/schedules-main.php:89
|
2008 |
+
#: dashboard/publisher/statistics-advert.php:140
|
2009 |
+
#: dashboard/publisher/statistics-group.php:112
|
2010 |
+
#: dashboard/publisher/statistics-main.php:73
|
2011 |
+
#, fuzzy
|
2012 |
+
msgid "Get more features with AdRotate Pro"
|
2013 |
+
msgstr "Besoin de plus de fonctionalités? Achetez AdRotate Pro. "
|
2014 |
+
|
2015 |
+
#: dashboard/publisher/schedules-main.php:12
|
2016 |
+
msgid "Manage Schedules"
|
2017 |
+
msgstr ""
|
2018 |
+
|
2019 |
+
#: dashboard/publisher/schedules-main.php:13
|
2020 |
+
msgid ""
|
2021 |
+
"In AdRotate Pro you can schedule adverts for multiple periods of time. One "
|
2022 |
+
"schedule can be assigned to many adverts allowing you to manage multi advert "
|
2023 |
+
"campaigns easily. Schedules can be active on certain days of the week or on "
|
2024 |
+
"certain hours of the day."
|
2025 |
+
msgstr ""
|
2026 |
+
|
2027 |
+
#: dashboard/publisher/schedules-main.php:36
|
2028 |
+
msgid "Max Shown"
|
2029 |
+
msgstr ""
|
2030 |
+
|
2031 |
+
#: dashboard/publisher/schedules-main.php:37
|
2032 |
+
#: dashboard/publisher/statistics-advert.php:114
|
2033 |
+
#, fuzzy
|
2034 |
+
msgid "Max Clicks"
|
2035 |
+
msgstr "Nombre de clicks max :"
|
2036 |
+
|
2037 |
+
#: dashboard/publisher/schedules-main.php:70
|
2038 |
+
msgid "Mon:"
|
2039 |
+
msgstr ""
|
2040 |
+
|
2041 |
+
#: dashboard/publisher/schedules-main.php:70
|
2042 |
+
msgid "Tue:"
|
2043 |
+
msgstr ""
|
2044 |
+
|
2045 |
+
#: dashboard/publisher/schedules-main.php:70
|
2046 |
+
msgid "Wed:"
|
2047 |
+
msgstr ""
|
2048 |
+
|
2049 |
+
#: dashboard/publisher/schedules-main.php:70
|
2050 |
+
msgid "Thu:"
|
2051 |
+
msgstr ""
|
2052 |
+
|
2053 |
+
#: dashboard/publisher/schedules-main.php:70
|
2054 |
+
msgid "Fri:"
|
2055 |
+
msgstr ""
|
2056 |
+
|
2057 |
+
#: dashboard/publisher/schedules-main.php:70
|
2058 |
+
msgid "Sat:"
|
2059 |
+
msgstr ""
|
2060 |
+
|
2061 |
+
#: dashboard/publisher/schedules-main.php:70
|
2062 |
+
msgid "Sun:"
|
2063 |
+
msgstr ""
|
2064 |
+
|
2065 |
+
#: dashboard/publisher/schedules-main.php:70
|
2066 |
+
msgid "Between:"
|
2067 |
+
msgstr ""
|
2068 |
+
|
2069 |
+
#: dashboard/publisher/schedules-main.php:70
|
2070 |
+
#, fuzzy
|
2071 |
+
msgid "Impression spread:"
|
2072 |
+
msgstr "Vues"
|
2073 |
+
|
2074 |
+
#: dashboard/publisher/schedules-main.php:70
|
2075 |
+
msgid "Auto Delete:"
|
2076 |
+
msgstr ""
|
2077 |
+
|
2078 |
+
#: dashboard/publisher/schedules-main.php:81
|
2079 |
+
msgid "Nothing here!"
|
2080 |
+
msgstr ""
|
2081 |
+
|
2082 |
+
#: dashboard/publisher/statistics-advert.php:40
|
2083 |
+
msgid "Statistics for advert"
|
2084 |
+
msgstr ""
|
2085 |
+
|
2086 |
+
#: dashboard/publisher/statistics-advert.php:47
|
2087 |
+
#: dashboard/publisher/statistics-group.php:53
|
2088 |
+
#: dashboard/publisher/statistics-main.php:19
|
2089 |
+
#, fuzzy
|
2090 |
+
msgid "All time"
|
2091 |
+
msgstr "Interval de clicks"
|
2092 |
+
|
2093 |
+
#: dashboard/publisher/statistics-advert.php:52
|
2094 |
+
#: dashboard/publisher/statistics-advert.php:58
|
2095 |
+
#: dashboard/publisher/statistics-advert.php:72
|
2096 |
+
#: dashboard/publisher/statistics-advert.php:78
|
2097 |
+
#: dashboard/publisher/statistics-advert.php:99
|
2098 |
+
#: dashboard/publisher/statistics-group.php:58
|
2099 |
+
#: dashboard/publisher/statistics-group.php:64
|
2100 |
+
#: dashboard/publisher/statistics-group.php:78
|
2101 |
+
#: dashboard/publisher/statistics-group.php:84
|
2102 |
+
#: dashboard/publisher/statistics-group.php:103
|
2103 |
+
#: dashboard/publisher/statistics-main.php:28
|
2104 |
+
#: dashboard/publisher/statistics-main.php:42
|
2105 |
+
#: dashboard/publisher/statistics-main.php:46
|
2106 |
+
#: dashboard/publisher/statistics-main.php:64
|
2107 |
+
msgid "Impressions"
|
2108 |
+
msgstr ""
|
2109 |
+
|
2110 |
+
#: dashboard/publisher/statistics-advert.php:65
|
2111 |
+
#: dashboard/publisher/statistics-group.php:71
|
2112 |
+
#: dashboard/publisher/statistics-main.php:35
|
2113 |
+
msgid "Last month"
|
2114 |
+
msgstr ""
|
2115 |
+
|
2116 |
+
#: dashboard/publisher/statistics-advert.php:86
|
2117 |
+
#: dashboard/publisher/statistics-group.php:92
|
2118 |
+
#: dashboard/publisher/statistics-main.php:53
|
2119 |
+
msgid "Monthly overview of clicks and impressions"
|
2120 |
+
msgstr ""
|
2121 |
+
|
2122 |
+
#: dashboard/publisher/statistics-advert.php:108
|
2123 |
+
#, fuzzy
|
2124 |
+
msgid "Periodic overview of clicks and impressions"
|
2125 |
+
msgstr "Suivi des clicks et des impressions."
|
2126 |
+
|
2127 |
+
#: dashboard/publisher/statistics-advert.php:112
|
2128 |
+
#, fuzzy
|
2129 |
+
msgid "Shown from"
|
2130 |
+
msgstr "Montrer de "
|
2131 |
+
|
2132 |
+
#: dashboard/publisher/statistics-advert.php:113
|
2133 |
+
#, fuzzy
|
2134 |
+
msgid "Shown until"
|
2135 |
+
msgstr "Montrer jusqu'à"
|
2136 |
+
|
2137 |
+
#: dashboard/publisher/statistics-advert.php:114
|
2138 |
+
#: dashboard/publisher/statistics-advert.php:115
|
2139 |
+
msgid "Used"
|
2140 |
+
msgstr ""
|
2141 |
+
|
2142 |
+
#: dashboard/publisher/statistics-advert.php:115
|
2143 |
+
#, fuzzy
|
2144 |
+
msgid "Max Impressions"
|
2145 |
+
msgstr "Nombre max de vues :"
|
2146 |
+
|
2147 |
+
#: dashboard/publisher/statistics-advert.php:141
|
2148 |
+
#: dashboard/publisher/statistics-group.php:113
|
2149 |
+
#: dashboard/publisher/statistics-main.php:74
|
2150 |
+
#: dashboard/settings/notifications.php:60
|
2151 |
+
#: dashboard/settings/notifications.php:90
|
2152 |
+
msgid "Note:"
|
2153 |
+
msgstr ""
|
2154 |
+
|
2155 |
+
#: dashboard/publisher/statistics-advert.php:141
|
2156 |
+
#: dashboard/publisher/statistics-group.php:113
|
2157 |
+
#: dashboard/publisher/statistics-main.php:74
|
2158 |
+
msgid ""
|
2159 |
+
"All statistics are indicative. They do not nessesarily reflect results "
|
2160 |
+
"counted by other parties."
|
2161 |
+
msgstr ""
|
2162 |
+
|
2163 |
+
#: dashboard/publisher/statistics-group.php:46
|
2164 |
msgid "Statistics for group"
|
2165 |
msgstr ""
|
2166 |
|
2167 |
+
#: dashboard/publisher/statistics-main.php:26
|
2168 |
+
msgid "Adverts counting stats"
|
2169 |
+
msgstr ""
|
2170 |
+
|
2171 |
#: dashboard/settings/advertisers.php:16
|
2172 |
msgid "Advertisers - Available in AdRotate Pro"
|
2173 |
msgstr ""
|
3144 |
#~ msgid "Find out more"
|
3145 |
#~ msgstr "En savoir plus"
|
3146 |
|
|
|
|
|
|
|
|
|
3147 |
#, fuzzy
|
3148 |
#~ msgid "Barely visible"
|
3149 |
#~ msgstr "Visible jusqu'à"
|
3164 |
#~ msgid "Impressions timer"
|
3165 |
#~ msgstr "Minuterie de impressions"
|
3166 |
|
|
|
|
|
|
|
|
|
3167 |
#, fuzzy
|
3168 |
#~ msgid "Learn More"
|
3169 |
#~ msgstr "En savoir plus"
|
3170 |
|
|
|
|
|
|
|
|
|
3171 |
#, fuzzy
|
3172 |
#~ msgid ""
|
3173 |
#~ "Your one stop for Webdevelopment, consultancy and anything WordPress! "
|
3198 |
#~ msgid "Group updated"
|
3199 |
#~ msgstr "Groupe mis à jour"
|
3200 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3201 |
#, fuzzy
|
3202 |
#~ msgid "Access Rights"
|
3203 |
#~ msgstr "Droits d'Accès"
|
3519 |
#~ msgid "End time (hh:mm):"
|
3520 |
#~ msgstr "Fin (hh:mm) :"
|
3521 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3522 |
#, fuzzy
|
3523 |
#~ msgid ""
|
3524 |
#~ "Time uses a 24 hour clock. When you're used to the AM/PM system keep this "
|
3682 |
#~ "publicité pour différentes tailles d'écran si le site est fluide. "
|
3683 |
#~ "Nécessite jQuery."
|
3684 |
|
|
|
|
|
|
|
|
|
3685 |
#, fuzzy
|
3686 |
#~ msgid ""
|
3687 |
#~ "With AdRotate Pro you can also set a weight to give adverts more or less "
|
3690 |
#~ "Avec AdRotate Pro, vous pouvez aussi mettre un poids pour donner à vos "
|
3691 |
#~ "publicités plus ou moins d'importance."
|
3692 |
|
|
|
|
|
|
|
|
|
3693 |
#, fuzzy
|
3694 |
#~ msgid "Target your audience with Geo Location in AdRotate Pro"
|
3695 |
#~ msgstr "Ciblez votre audience avec la géolocation dans AdRotate Pro"
|
3707 |
#~ msgid "From / Until"
|
3708 |
#~ msgstr "Visible jusqu'à"
|
3709 |
|
|
|
|
|
|
|
|
|
3710 |
#, fuzzy
|
3711 |
#~ msgid "In use by this advert."
|
3712 |
#~ msgstr "Nouvelle pub"
|
3821 |
#~ msgid "Updated"
|
3822 |
#~ msgstr "Mis à jour"
|
3823 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3824 |
#, fuzzy
|
3825 |
#~ msgid "AdRotate Server Settings"
|
3826 |
#~ msgstr "Paramètres du serveur AdRotate"
|
3903 |
#~ msgid "Unlink from server"
|
3904 |
#~ msgstr "Dissocier du serveur"
|
3905 |
|
|
|
|
|
|
|
|
|
3906 |
#, fuzzy
|
3907 |
#~ msgid "Block of Ads (Obsolete)"
|
3908 |
#~ msgstr "Bloc de publicité (obsolète)"
|
3927 |
#~ "Requis pour le suivi des clics par jQuery. Quand cette option est "
|
3928 |
#~ "désactivée, AdRotate utilise le suivi par redirection."
|
3929 |
|
|
|
|
|
|
|
|
|
3930 |
#, fuzzy
|
3931 |
#~ msgid "More info"
|
3932 |
#~ msgstr "Plus d'infos"
|
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: 2017-
|
6 |
-
"PO-Revision-Date: 2017-
|
7 |
"Last-Translator: Arnan de Gans <info@ajdg.net>\n"
|
8 |
"Language-Team: Juanjo Navarro <cmsweb@juanjoresa.es>\n"
|
9 |
"Language: es_ES\n"
|
@@ -17,108 +17,114 @@ msgstr ""
|
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
-
#: adrotate-functions.php:
|
21 |
msgid "No files found"
|
22 |
msgstr "No se han encontrado contenidos"
|
23 |
|
24 |
-
#: adrotate-functions.php:
|
25 |
msgid "Folder not found or not accessible"
|
26 |
msgstr "La carpeta no se encuentra o no es accesible"
|
27 |
|
28 |
-
#: adrotate-functions.php:
|
29 |
msgid "Ad saved"
|
30 |
msgstr ""
|
31 |
|
32 |
-
#: adrotate-functions.php:
|
33 |
msgid "Group saved"
|
34 |
msgstr ""
|
35 |
|
36 |
-
#: adrotate-functions.php:
|
37 |
msgid "Ad(s) deleted"
|
38 |
msgstr "Anuncio(s) eliminado"
|
39 |
|
40 |
-
#: adrotate-functions.php:
|
41 |
msgid "Group deleted"
|
42 |
msgstr "Grupo borrado"
|
43 |
|
44 |
-
#: adrotate-functions.php:
|
45 |
msgid "Ad(s) statistics reset"
|
46 |
msgstr "Estadisticas del Anuncio(s) restablecidas"
|
47 |
|
48 |
-
#: adrotate-functions.php:
|
49 |
msgid "Ad(s) renewed"
|
50 |
msgstr "Anuncio(s) renovado"
|
51 |
|
52 |
-
#: adrotate-functions.php:
|
53 |
msgid "Ad(s) deactivated"
|
54 |
msgstr "Anuncio(s) desactivado"
|
55 |
|
56 |
-
#: adrotate-functions.php:
|
57 |
msgid "Ad(s) activated"
|
58 |
msgstr "Anuncio(s) activado"
|
59 |
|
60 |
-
#: adrotate-functions.php:
|
61 |
msgid "Group including it's Ads deleted"
|
62 |
msgstr "Grupo incluyendo sus anuncios eliminados"
|
63 |
|
64 |
-
#: adrotate-functions.php:
|
65 |
#, fuzzy
|
66 |
msgid "Export created"
|
67 |
msgstr "Exportación Creada"
|
68 |
|
69 |
-
#: adrotate-functions.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
70 |
msgid "Settings saved"
|
71 |
msgstr "Ajustes guardados"
|
72 |
|
73 |
-
#: adrotate-functions.php:
|
74 |
msgid "Database optimized"
|
75 |
msgstr "Base de Datos optimizada"
|
76 |
|
77 |
-
#: adrotate-functions.php:
|
78 |
msgid "Database repaired"
|
79 |
msgstr "Base de Datos reparada"
|
80 |
|
81 |
-
#: adrotate-functions.php:
|
82 |
msgid "Ads evaluated and statuses have been corrected where required"
|
83 |
msgstr "Los anuncios evaluados y los estados se corregiran cuando se requiera"
|
84 |
|
85 |
-
#: adrotate-functions.php:
|
86 |
#, fuzzy
|
87 |
#| msgid "Clean-up Database"
|
88 |
msgid "Cleanup complete"
|
89 |
msgstr "Limpieza de la Base de Datos"
|
90 |
|
91 |
-
#: adrotate-functions.php:
|
92 |
msgid "Action prohibited"
|
93 |
msgstr "Acción prohibida"
|
94 |
|
95 |
-
#: adrotate-functions.php:
|
96 |
msgid ""
|
97 |
"The ad was saved but has an issue which might prevent it from working "
|
98 |
"properly. Review the colored ad."
|
99 |
msgstr ""
|
100 |
|
101 |
-
#: adrotate-functions.php:
|
102 |
msgid "No data found in selected time period"
|
103 |
msgstr "No se han encontrado datos en el período de tiempo seleccionado"
|
104 |
|
105 |
-
#: adrotate-functions.php:
|
106 |
msgid "Database can only be optimized or cleaned once every hour"
|
107 |
msgstr "La Base de datos sólo se puede optimizar o limpiar una vez cada hora"
|
108 |
|
109 |
-
#: adrotate-functions.php:
|
110 |
msgid "Form can not be (partially) empty!"
|
111 |
msgstr ""
|
112 |
|
113 |
-
#: adrotate-functions.php:
|
114 |
msgid "No ads found."
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: adrotate-functions.php:
|
118 |
msgid "Unexpected error"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: adrotate-manage-publisher.php:
|
122 |
msgid "AdRotate Advertiser"
|
123 |
msgstr ""
|
124 |
|
@@ -218,204 +224,213 @@ msgstr ""
|
|
218 |
msgid "Your AdRotate Banner folder is not writable or does not exist."
|
219 |
msgstr ""
|
220 |
|
221 |
-
#: adrotate-output.php:
|
222 |
#: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:89
|
223 |
#: dashboard/adrotatepro.php:90 dashboard/adrotatepro.php:99
|
224 |
#: dashboard/adrotatepro.php:100 dashboard/adrotatepro.php:101
|
225 |
-
#: dashboard/adrotatepro.php:102 dashboard/info.php:
|
226 |
-
#: dashboard/info.php:
|
227 |
-
#: dashboard/info.php:
|
228 |
#: dashboard/settings/geotargeting.php:35
|
229 |
#, fuzzy
|
230 |
msgid "Buy now"
|
231 |
msgstr "Comprar"
|
232 |
|
233 |
-
#: adrotate-output.php:
|
234 |
msgid ""
|
235 |
-
"
|
236 |
-
"
|
237 |
msgstr ""
|
238 |
|
239 |
-
#: adrotate-output.php:
|
240 |
#, php-format
|
241 |
msgid ""
|
242 |
"Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
|
243 |
msgstr ""
|
244 |
|
245 |
-
#: adrotate-output.php:
|
246 |
-
|
247 |
-
|
|
|
248 |
|
249 |
-
#: adrotate-output.php:
|
250 |
msgid ""
|
251 |
"Thank you for choosing AdRotate. Everything related to AdRotate is in this "
|
252 |
"menu. If you need help getting started take a look at the"
|
253 |
msgstr ""
|
254 |
|
255 |
-
#: adrotate-output.php:
|
256 |
msgid "manuals"
|
257 |
msgstr "manuales"
|
258 |
|
259 |
-
#: adrotate-output.php:
|
260 |
msgid "and"
|
261 |
msgstr ""
|
262 |
|
263 |
-
#: adrotate-output.php:
|
264 |
msgid "forums"
|
265 |
msgstr ""
|
266 |
|
267 |
-
#: adrotate-output.php:
|
268 |
#, fuzzy
|
269 |
msgid "Useful Links"
|
270 |
msgstr "Enlaces de interés"
|
271 |
|
272 |
-
#: adrotate-output.php:
|
273 |
msgid "Useful links to learn more about AdRotate"
|
274 |
msgstr ""
|
275 |
|
276 |
-
#: adrotate-output.php:
|
277 |
msgid "AdRotate website"
|
278 |
msgstr ""
|
279 |
|
280 |
-
#: adrotate-output.php:
|
281 |
#, fuzzy
|
282 |
msgid "Getting Started With AdRotate"
|
283 |
msgstr "Obtenga más funciones con AdRotate Pro"
|
284 |
|
285 |
-
#: adrotate-output.php:
|
286 |
#, fuzzy
|
287 |
msgid "AdRotate manuals"
|
288 |
msgstr "Información de AdRotate"
|
289 |
|
290 |
-
#: adrotate-output.php:
|
291 |
#, fuzzy
|
292 |
msgid "AdRotate Support Forum"
|
293 |
msgstr "Tienda AdRotate"
|
294 |
|
295 |
-
#: adrotate-output.php:
|
296 |
msgid "Support AdRotate"
|
297 |
msgstr "Apoye a AdRotate"
|
298 |
|
299 |
-
#: adrotate-output.php:
|
300 |
msgid "Check out my website"
|
301 |
msgstr ""
|
302 |
|
303 |
-
#: adrotate-output.php:
|
304 |
msgid ""
|
305 |
"Many users only think to review AdRotate when something goes wrong while "
|
306 |
"thousands of people happily use AdRotate."
|
307 |
msgstr ""
|
308 |
|
309 |
-
#: adrotate-output.php:
|
310 |
msgid "If you find AdRotate useful please leave your"
|
311 |
msgstr ""
|
312 |
|
313 |
-
#: adrotate-output.php:
|
314 |
msgid "rating"
|
315 |
msgstr ""
|
316 |
|
317 |
-
#: adrotate-output.php:
|
318 |
#, fuzzy
|
319 |
msgid "review"
|
320 |
msgstr "Revise el anuncio aquí:"
|
321 |
|
322 |
-
#: adrotate-output.php:
|
323 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
324 |
msgstr ""
|
325 |
|
326 |
-
#: adrotate-output.php:
|
327 |
#: dashboard/settings/notifications.php:80
|
328 |
msgid "Available in AdRotate Pro"
|
329 |
msgstr "Disponible en AdRotate Pro"
|
330 |
|
331 |
-
#: adrotate-output.php:
|
332 |
msgid "More information..."
|
333 |
msgstr "Más información..."
|
334 |
|
335 |
-
#: adrotate-output.php:
|
336 |
msgid "This feature is available in AdRotate Pro"
|
337 |
msgstr "Esta función está disponible en AdRotate Pro"
|
338 |
|
339 |
-
#: adrotate-output.php:
|
340 |
msgid "Learn more"
|
341 |
msgstr "Aprender más"
|
342 |
|
343 |
-
#: adrotate-statistics.php:
|
344 |
#: dashboard/publisher/adverts-edit.php:241
|
345 |
msgid "January"
|
346 |
msgstr "Enero"
|
347 |
|
348 |
-
#: adrotate-statistics.php:
|
349 |
#: dashboard/publisher/adverts-edit.php:242
|
350 |
msgid "February"
|
351 |
msgstr "Febrero"
|
352 |
|
353 |
-
#: adrotate-statistics.php:
|
354 |
#: dashboard/publisher/adverts-edit.php:243
|
355 |
msgid "March"
|
356 |
msgstr "Marzo"
|
357 |
|
358 |
-
#: adrotate-statistics.php:
|
359 |
#: dashboard/publisher/adverts-edit.php:244
|
360 |
msgid "April"
|
361 |
msgstr "Abril"
|
362 |
|
363 |
-
#: adrotate-statistics.php:
|
364 |
#: dashboard/publisher/adverts-edit.php:245
|
365 |
msgid "May"
|
366 |
msgstr "Mayo"
|
367 |
|
368 |
-
#: adrotate-statistics.php:
|
369 |
#: dashboard/publisher/adverts-edit.php:246
|
370 |
msgid "June"
|
371 |
msgstr "Junio"
|
372 |
|
373 |
-
#: adrotate-statistics.php:
|
374 |
#: dashboard/publisher/adverts-edit.php:247
|
375 |
msgid "July"
|
376 |
msgstr "Julio"
|
377 |
|
378 |
-
#: adrotate-statistics.php:
|
379 |
#: dashboard/publisher/adverts-edit.php:248
|
380 |
msgid "August"
|
381 |
msgstr "Agosto"
|
382 |
|
383 |
-
#: adrotate-statistics.php:
|
384 |
#: dashboard/publisher/adverts-edit.php:249
|
385 |
msgid "September"
|
386 |
msgstr "Septiembre"
|
387 |
|
388 |
-
#: adrotate-statistics.php:
|
389 |
#: dashboard/publisher/adverts-edit.php:250
|
390 |
msgid "October"
|
391 |
msgstr "Octubre"
|
392 |
|
393 |
-
#: adrotate-statistics.php:
|
394 |
#: dashboard/publisher/adverts-edit.php:251
|
395 |
msgid "November"
|
396 |
msgstr "Noviembre"
|
397 |
|
398 |
-
#: adrotate-statistics.php:
|
399 |
#: dashboard/publisher/adverts-edit.php:252
|
400 |
msgid "December"
|
401 |
msgstr "Diciembre"
|
402 |
|
403 |
-
#: adrotate-statistics.php:
|
404 |
msgid "Previous"
|
405 |
msgstr "Anterior"
|
406 |
|
407 |
-
#: adrotate-statistics.php:
|
|
|
|
|
408 |
msgid "This month"
|
409 |
msgstr "Este més"
|
410 |
|
411 |
-
#: adrotate-statistics.php:
|
412 |
msgid "Next"
|
413 |
msgstr "Siguiente"
|
414 |
|
415 |
-
#: adrotate-statistics.php:
|
416 |
msgid "No data to show!"
|
417 |
msgstr "No hay datos para mostrar!"
|
418 |
|
|
|
|
|
|
|
|
|
|
|
|
|
419 |
#: adrotate-widget.php:116
|
420 |
msgid "Title (optional):"
|
421 |
msgstr "Título (opcional):"
|
@@ -468,6 +483,8 @@ msgstr "AdRotate Pro"
|
|
468 |
#: adrotate.php:105 dashboard/info.php:40
|
469 |
#: dashboard/publisher/adverts-edit.php:458
|
470 |
#: dashboard/publisher/groups-main.php:34
|
|
|
|
|
471 |
msgid "Adverts"
|
472 |
msgstr "Anuncios"
|
473 |
|
@@ -475,78 +492,123 @@ msgstr "Anuncios"
|
|
475 |
msgid "Groups"
|
476 |
msgstr "Grupos"
|
477 |
|
478 |
-
#: adrotate.php:107
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
479 |
msgid "Settings"
|
480 |
msgstr "Ajustes"
|
481 |
|
482 |
-
#: adrotate.php:
|
483 |
msgid "AdRotate Info"
|
484 |
msgstr "Información de AdRotate"
|
485 |
|
486 |
-
#: adrotate.php:
|
487 |
msgid "AdRotate Professional"
|
488 |
msgstr "AdRotate Profesional"
|
489 |
|
490 |
-
#: adrotate.php:
|
491 |
msgid "Advert Management"
|
492 |
msgstr ""
|
493 |
|
494 |
-
#: adrotate.php:
|
495 |
msgid "Manage"
|
496 |
msgstr "Gestionar"
|
497 |
|
498 |
-
#: adrotate.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
499 |
msgid "Add New"
|
500 |
msgstr "Añadir Nuevo"
|
501 |
|
502 |
-
#: adrotate.php:
|
503 |
msgid "Group Management"
|
504 |
msgstr "Administración de Grupos"
|
505 |
|
506 |
-
#: adrotate.php:
|
507 |
-
msgid "
|
508 |
-
msgstr "
|
509 |
|
510 |
-
#: adrotate.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
511 |
msgid "AdRotate Settings"
|
512 |
msgstr "Ajustes AdRotate"
|
513 |
|
514 |
-
#: adrotate.php:
|
515 |
#, fuzzy
|
516 |
#| msgid "General Info"
|
517 |
msgid "General"
|
518 |
msgstr "Información General"
|
519 |
|
520 |
-
#: adrotate.php:
|
521 |
msgid "Notifications"
|
522 |
msgstr "Notificaciones"
|
523 |
|
524 |
-
#: adrotate.php:
|
525 |
#: dashboard/publisher/adverts-error.php:63
|
526 |
#: dashboard/publisher/adverts-main.php:81
|
527 |
#: dashboard/publisher/groups-main.php:70
|
528 |
msgid "Stats"
|
529 |
msgstr "Estadísticas"
|
530 |
|
531 |
-
#: adrotate.php:
|
532 |
#: dashboard/publisher/groups-edit.php:180
|
533 |
#: dashboard/settings/advertisers.php:38
|
534 |
msgid "Geo Targeting"
|
535 |
msgstr "Geo Targeting"
|
536 |
|
537 |
-
#: adrotate.php:
|
538 |
msgid "Advertisers"
|
539 |
msgstr "Anunciantes"
|
540 |
|
541 |
-
#: adrotate.php:
|
542 |
msgid "Roles"
|
543 |
msgstr ""
|
544 |
|
545 |
-
#: adrotate.php:
|
546 |
msgid "Misc"
|
547 |
msgstr ""
|
548 |
|
549 |
-
#: adrotate.php:
|
550 |
msgid "Maintenance"
|
551 |
msgstr "Mantenimiento"
|
552 |
|
@@ -651,88 +713,88 @@ msgid ""
|
|
651 |
msgstr ""
|
652 |
|
653 |
#: dashboard/adrotatepro.php:83 dashboard/adrotatepro.php:95
|
654 |
-
#: dashboard/info.php:
|
655 |
msgid "Buy AdRotate Professional"
|
656 |
msgstr "Comprar AdRotate Profesional"
|
657 |
|
658 |
-
#: dashboard/adrotatepro.php:87 dashboard/info.php:
|
659 |
msgid "Single License"
|
660 |
msgstr ""
|
661 |
|
662 |
-
#: dashboard/adrotatepro.php:87 dashboard/info.php:
|
663 |
msgid "One WordPress installation."
|
664 |
msgstr ""
|
665 |
|
666 |
#: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:100
|
667 |
-
#: dashboard/info.php:
|
668 |
msgid "Duo License"
|
669 |
msgstr "Duo Licencia"
|
670 |
|
671 |
-
#: dashboard/adrotatepro.php:88 dashboard/info.php:
|
672 |
msgid "Two WordPress installations."
|
673 |
msgstr ""
|
674 |
|
675 |
#: dashboard/adrotatepro.php:89 dashboard/adrotatepro.php:101
|
676 |
-
#: dashboard/info.php:
|
677 |
msgid "Multi License"
|
678 |
msgstr "Multi Licencia"
|
679 |
|
680 |
-
#: dashboard/adrotatepro.php:89 dashboard/info.php:
|
681 |
msgid "Up to five WordPress installations."
|
682 |
msgstr ""
|
683 |
|
684 |
#: dashboard/adrotatepro.php:90 dashboard/adrotatepro.php:102
|
685 |
-
#: dashboard/info.php:
|
686 |
msgid "Developer License"
|
687 |
msgstr "Developer Licencia"
|
688 |
|
689 |
-
#: dashboard/adrotatepro.php:90 dashboard/info.php:
|
690 |
msgid "Unlimited WordPress installations and/or networks."
|
691 |
msgstr ""
|
692 |
|
693 |
#: dashboard/adrotatepro.php:91 dashboard/adrotatepro.php:104
|
694 |
-
#: dashboard/info.php:
|
695 |
msgid "Compare licenses"
|
696 |
msgstr "Comparar licencias"
|
697 |
|
698 |
-
#: dashboard/adrotatepro.php:91 dashboard/info.php:
|
699 |
msgid "Not sure which license is for you? Compare them..."
|
700 |
msgstr "No está seguro de que licencia es para usted? Comparelas..."
|
701 |
|
702 |
-
#: dashboard/adrotatepro.php:91 dashboard/info.php:
|
703 |
msgid "All Licenses"
|
704 |
msgstr "Todas las licencias"
|
705 |
|
706 |
-
#: dashboard/adrotatepro.php:99 dashboard/info.php:
|
707 |
msgid "Lifetime License"
|
708 |
msgstr ""
|
709 |
|
710 |
-
#: dashboard/adrotatepro.php:99 dashboard/info.php:
|
711 |
msgid "Single installation."
|
712 |
msgstr ""
|
713 |
|
714 |
-
#: dashboard/adrotatepro.php:100 dashboard/info.php:
|
715 |
msgid "Up to 2 installations."
|
716 |
msgstr ""
|
717 |
|
718 |
-
#: dashboard/adrotatepro.php:101 dashboard/info.php:
|
719 |
msgid "Up to 10 installations."
|
720 |
msgstr ""
|
721 |
|
722 |
-
#: dashboard/adrotatepro.php:102 dashboard/info.php:
|
723 |
msgid "Up to 25 installations or multisite networks."
|
724 |
msgstr ""
|
725 |
|
726 |
-
#: dashboard/adrotatepro.php:103 dashboard/info.php:
|
727 |
msgid ""
|
728 |
"Subscriptions get 1 year access to updates, email support & AdRotate Geo."
|
729 |
msgstr ""
|
730 |
|
731 |
-
#: dashboard/adrotatepro.php:104 dashboard/info.php:
|
732 |
msgid "Not sure which license is for you?"
|
733 |
msgstr ""
|
734 |
|
735 |
-
#: dashboard/adrotatepro.php:104 dashboard/info.php:
|
736 |
msgid "Compare Licenses"
|
737 |
msgstr ""
|
738 |
|
@@ -762,11 +824,11 @@ msgid ""
|
|
762 |
"for updates about me and my plugins. Thank you!"
|
763 |
msgstr ""
|
764 |
|
765 |
-
#: dashboard/info.php:
|
766 |
msgid "Arnan de Gans News & Updates"
|
767 |
msgstr ""
|
768 |
|
769 |
-
#: dashboard/info.php:
|
770 |
msgid "Join the Media.net advertising network"
|
771 |
msgstr ""
|
772 |
|
@@ -778,6 +840,7 @@ msgstr ""
|
|
778 |
#: dashboard/publisher/adverts-error.php:19
|
779 |
#: dashboard/publisher/adverts-main.php:20
|
780 |
#: dashboard/publisher/groups-main.php:20
|
|
|
781 |
msgid "Bulk Actions"
|
782 |
msgstr "Acciones en Lote"
|
783 |
|
@@ -788,7 +851,7 @@ msgstr "Activar"
|
|
788 |
|
789 |
#: dashboard/publisher/adverts-disabled.php:22
|
790 |
#: dashboard/publisher/adverts-error.php:21
|
791 |
-
#: dashboard/publisher/adverts-main.php:22
|
792 |
msgid "Delete"
|
793 |
msgstr "Borrar"
|
794 |
|
@@ -802,6 +865,7 @@ msgstr "Resetear Estadísticas"
|
|
802 |
#: dashboard/publisher/adverts-error.php:29
|
803 |
#: dashboard/publisher/adverts-main.php:30
|
804 |
#: dashboard/publisher/groups-main.php:24
|
|
|
805 |
msgid "Go"
|
806 |
msgstr "Aplicar"
|
807 |
|
@@ -809,12 +873,14 @@ msgstr "Aplicar"
|
|
809 |
#: dashboard/publisher/adverts-error.php:39
|
810 |
#: dashboard/publisher/adverts-main.php:39
|
811 |
#: dashboard/publisher/groups-main.php:32
|
|
|
812 |
msgid "ID"
|
813 |
msgstr "ID"
|
814 |
|
815 |
#: dashboard/publisher/adverts-disabled.php:36
|
816 |
#: dashboard/publisher/adverts-error.php:41
|
817 |
#: dashboard/publisher/adverts-main.php:40
|
|
|
818 |
msgid "Start / End"
|
819 |
msgstr "Inio / Final"
|
820 |
|
@@ -822,7 +888,8 @@ msgstr "Inio / Final"
|
|
822 |
#: dashboard/publisher/adverts-error.php:40
|
823 |
#: dashboard/publisher/adverts-main.php:41
|
824 |
#: dashboard/publisher/groups-edit.php:51
|
825 |
-
#: dashboard/publisher/groups-main.php:33
|
|
|
826 |
msgid "Name"
|
827 |
msgstr "Nombre"
|
828 |
|
@@ -835,21 +902,41 @@ msgstr "Mostrado"
|
|
835 |
|
836 |
#: dashboard/publisher/adverts-disabled.php:40
|
837 |
#: dashboard/publisher/adverts-main.php:45
|
838 |
-
#: dashboard/publisher/adverts-report.php:36
|
839 |
-
#: dashboard/publisher/adverts-report.php:57
|
840 |
#: dashboard/publisher/groups-edit.php:334
|
841 |
#: dashboard/publisher/groups-main.php:38
|
842 |
-
#: dashboard/publisher/
|
843 |
-
#: dashboard/publisher/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
844 |
msgid "Clicks"
|
845 |
msgstr "Clics"
|
846 |
|
847 |
#: dashboard/publisher/adverts-disabled.php:41
|
848 |
#: dashboard/publisher/adverts-main.php:47
|
849 |
-
#: dashboard/publisher/
|
850 |
-
#: dashboard/publisher/
|
851 |
-
#: dashboard/publisher/
|
852 |
-
#: dashboard/publisher/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
853 |
msgid "CTR"
|
854 |
msgstr "CTR"
|
855 |
|
@@ -945,7 +1032,7 @@ msgid "Basic Examples:"
|
|
945 |
msgstr "Ejemplos Básicos:"
|
946 |
|
947 |
#: dashboard/publisher/adverts-edit.php:129
|
948 |
-
msgid "Get
|
949 |
msgstr ""
|
950 |
|
951 |
#: dashboard/publisher/adverts-edit.php:134
|
@@ -1002,6 +1089,7 @@ msgstr ""
|
|
1002 |
"activo el archivo CSS de las plantillas (themes)!"
|
1003 |
|
1004 |
#: dashboard/publisher/adverts-edit.php:150
|
|
|
1005 |
msgid "Banner asset"
|
1006 |
msgstr ""
|
1007 |
|
@@ -1014,6 +1102,7 @@ msgid "Select Banner"
|
|
1014 |
msgstr "Seleccionar Banner"
|
1015 |
|
1016 |
#: dashboard/publisher/adverts-edit.php:155
|
|
|
1017 |
msgid "- OR -"
|
1018 |
msgstr "- O -"
|
1019 |
|
@@ -1037,11 +1126,6 @@ msgstr ""
|
|
1037 |
"Use el campo de texto o en el menú desplegable. Si el campo de texto tiene "
|
1038 |
"un contenido, ese campo tiene prioridad."
|
1039 |
|
1040 |
-
#: dashboard/publisher/adverts-edit.php:167
|
1041 |
-
#: dashboard/settings/statistics.php:17
|
1042 |
-
msgid "Statistics"
|
1043 |
-
msgstr "Estadísticas"
|
1044 |
-
|
1045 |
#: dashboard/publisher/adverts-edit.php:169
|
1046 |
msgid "Enable click and impression tracking for this advert."
|
1047 |
msgstr ""
|
@@ -1070,12 +1154,20 @@ msgid "Get more features with AdRotate Pro."
|
|
1070 |
msgstr "Obtenga más funciones con AdRotate Pro"
|
1071 |
|
1072 |
#: dashboard/publisher/adverts-edit.php:188
|
|
|
|
|
|
|
1073 |
#: dashboard/publisher/adverts-main.php:105
|
1074 |
#: dashboard/publisher/groups-edit.php:71
|
1075 |
-
#: dashboard/publisher/groups-
|
|
|
|
|
|
|
|
|
|
|
1076 |
#, fuzzy
|
1077 |
-
msgid "
|
1078 |
-
msgstr "
|
1079 |
|
1080 |
#: dashboard/publisher/adverts-edit.php:191
|
1081 |
#: dashboard/publisher/adverts-edit.php:291
|
@@ -1088,6 +1180,7 @@ msgstr "Guardar Anuncio"
|
|
1088 |
#: dashboard/publisher/adverts-edit.php:292
|
1089 |
#: dashboard/publisher/adverts-edit.php:448
|
1090 |
#: dashboard/publisher/adverts-edit.php:489
|
|
|
1091 |
#: dashboard/publisher/groups-edit.php:150
|
1092 |
#: dashboard/publisher/groups-edit.php:299
|
1093 |
#: dashboard/publisher/groups-edit.php:391
|
@@ -1181,14 +1274,6 @@ msgid ""
|
|
1181 |
"Pro."
|
1182 |
msgstr ""
|
1183 |
|
1184 |
-
#: dashboard/publisher/adverts-edit.php:288
|
1185 |
-
#: dashboard/publisher/adverts-edit.php:357
|
1186 |
-
#: dashboard/publisher/adverts-edit.php:428
|
1187 |
-
#: dashboard/publisher/groups-edit.php:191
|
1188 |
-
#, fuzzy
|
1189 |
-
msgid "Upgrade today"
|
1190 |
-
msgstr "Hoy"
|
1191 |
-
|
1192 |
#: dashboard/publisher/adverts-edit.php:295
|
1193 |
#: dashboard/publisher/groups-edit.php:153
|
1194 |
msgid "Advanced"
|
@@ -1395,6 +1480,207 @@ msgstr "Caduca pronto."
|
|
1395 |
msgid "Expired"
|
1396 |
msgstr "Caducado"
|
1397 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1398 |
#: dashboard/publisher/adverts-main.php:12
|
1399 |
msgid "Active Adverts"
|
1400 |
msgstr ""
|
@@ -1408,6 +1694,8 @@ msgstr "Exportar"
|
|
1408 |
#: dashboard/publisher/adverts-main.php:46
|
1409 |
#: dashboard/publisher/groups-main.php:37
|
1410 |
#: dashboard/publisher/groups-main.php:39
|
|
|
|
|
1411 |
msgid "Today"
|
1412 |
msgstr "Hoy"
|
1413 |
|
@@ -1415,48 +1703,6 @@ msgstr "Hoy"
|
|
1415 |
msgid "No adverts created yet!"
|
1416 |
msgstr ""
|
1417 |
|
1418 |
-
#: dashboard/publisher/adverts-report.php:30
|
1419 |
-
msgid "Statistics for advert"
|
1420 |
-
msgstr "Estadísticas del anuncio"
|
1421 |
-
|
1422 |
-
#: dashboard/publisher/adverts-report.php:35
|
1423 |
-
#: dashboard/publisher/adverts-report.php:56
|
1424 |
-
#: dashboard/publisher/groups-report.php:36
|
1425 |
-
#: dashboard/publisher/groups-report.php:57
|
1426 |
-
msgid "Impressions"
|
1427 |
-
msgstr "Impresiones"
|
1428 |
-
|
1429 |
-
#: dashboard/publisher/adverts-report.php:37
|
1430 |
-
#: dashboard/publisher/groups-report.php:38
|
1431 |
-
msgid "Impressions today"
|
1432 |
-
msgstr "Impresiones hoy"
|
1433 |
-
|
1434 |
-
#: dashboard/publisher/adverts-report.php:38
|
1435 |
-
#: dashboard/publisher/groups-report.php:39
|
1436 |
-
msgid "Clicks today"
|
1437 |
-
msgstr "Clics hoy"
|
1438 |
-
|
1439 |
-
#: dashboard/publisher/adverts-report.php:45
|
1440 |
-
#: dashboard/publisher/groups-report.php:46
|
1441 |
-
msgid "Monthly overview of clicks and impressions"
|
1442 |
-
msgstr "Resumen mensual de clics e impresiones"
|
1443 |
-
|
1444 |
-
#: dashboard/publisher/adverts-report.php:64
|
1445 |
-
#: dashboard/publisher/groups-report.php:65
|
1446 |
-
#: dashboard/settings/notifications.php:60
|
1447 |
-
#: dashboard/settings/notifications.php:90
|
1448 |
-
msgid "Note:"
|
1449 |
-
msgstr "Nota:"
|
1450 |
-
|
1451 |
-
#: dashboard/publisher/adverts-report.php:64
|
1452 |
-
#: dashboard/publisher/groups-report.php:65
|
1453 |
-
msgid ""
|
1454 |
-
"All statistics are indicative. They do not nessesarily reflect results "
|
1455 |
-
"counted by other parties."
|
1456 |
-
msgstr ""
|
1457 |
-
"Todas las estadísticas son indicativas. No reflejan necesariamente los "
|
1458 |
-
"resultados contabilizados por otras partes."
|
1459 |
-
|
1460 |
#: dashboard/publisher/groups-edit.php:43
|
1461 |
msgid "New Group"
|
1462 |
msgstr "Nuevo Grupo"
|
@@ -1514,10 +1760,6 @@ msgstr "Modo Block"
|
|
1514 |
msgid "Larger blocks will degrade your sites performance! Default: 2/2."
|
1515 |
msgstr ""
|
1516 |
|
1517 |
-
#: dashboard/publisher/groups-edit.php:95
|
1518 |
-
msgid "Advert size"
|
1519 |
-
msgstr ""
|
1520 |
-
|
1521 |
#: dashboard/publisher/groups-edit.php:97
|
1522 |
msgid "pixel(s) wide"
|
1523 |
msgstr "ancho pixel(s)"
|
@@ -1759,10 +2001,12 @@ msgid "Configuration errors."
|
|
1759 |
msgstr "Errores de configuración."
|
1760 |
|
1761 |
#: dashboard/publisher/groups-edit.php:385
|
|
|
1762 |
msgid "Expires soon."
|
1763 |
msgstr "Caduca pronto."
|
1764 |
|
1765 |
#: dashboard/publisher/groups-edit.php:386
|
|
|
1766 |
msgid "Has expired."
|
1767 |
msgstr "Ha expirado."
|
1768 |
|
@@ -1795,10 +2039,250 @@ msgstr "OK para continuar, CANCELAR para detenerlo."
|
|
1795 |
msgid "No groups created!"
|
1796 |
msgstr "No hay grupos creados!"
|
1797 |
|
1798 |
-
#: dashboard/publisher/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1799 |
msgid "Statistics for group"
|
1800 |
msgstr "Estadisticas por Grupo"
|
1801 |
|
|
|
|
|
|
|
|
|
1802 |
#: dashboard/settings/advertisers.php:16
|
1803 |
msgid "Advertisers - Available in AdRotate Pro"
|
1804 |
msgstr ""
|
@@ -2813,6 +3297,19 @@ msgid ""
|
|
2813 |
msgstr ""
|
2814 |
"Este número no puede estar vacío, ser negativo o exceder de 86400 (24 horas)."
|
2815 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2816 |
#~ msgid "Empty database records removed"
|
2817 |
#~ msgstr "Se han eliminado los registros vacios de la base de datos"
|
2818 |
|
@@ -2839,10 +3336,6 @@ msgstr ""
|
|
2839 |
#~ msgid "Help AdRotate Grow"
|
2840 |
#~ msgstr "Atascado con AdRotate? Yo te ayudaré!"
|
2841 |
|
2842 |
-
#, fuzzy
|
2843 |
-
#~ msgid "Manage Schedules"
|
2844 |
-
#~ msgstr "Gestionar Programas"
|
2845 |
-
|
2846 |
#, fuzzy
|
2847 |
#~ msgid "Manage Media"
|
2848 |
#~ msgstr "Gestionar Medios"
|
@@ -2862,12 +3355,6 @@ msgstr ""
|
|
2862 |
#~ msgid "Ads"
|
2863 |
#~ msgstr "Anuncios"
|
2864 |
|
2865 |
-
#~ msgid "Max Impressions"
|
2866 |
-
#~ msgstr "Número máximo de Impresiones"
|
2867 |
-
|
2868 |
-
#~ msgid "Max Clicks"
|
2869 |
-
#~ msgstr "Número máximo de Clics"
|
2870 |
-
|
2871 |
#, fuzzy
|
2872 |
#~ msgid "No schedules created yet!"
|
2873 |
#~ msgstr "Todavia no se han creado programas!"
|
@@ -2888,22 +3375,6 @@ msgstr ""
|
|
2888 |
#~ msgid "Media uploading and management is available in AdRotate Pro."
|
2889 |
#~ msgstr "Esta función está disponible en AdRotate Pro"
|
2890 |
|
2891 |
-
#, fuzzy
|
2892 |
-
#~ msgid "Maximum size is 512Kb."
|
2893 |
-
#~ msgstr "El tamaño máximo es 512Kb."
|
2894 |
-
|
2895 |
-
#, fuzzy
|
2896 |
-
#~ msgid "Important:"
|
2897 |
-
#~ msgstr "Importante:"
|
2898 |
-
|
2899 |
-
#, fuzzy
|
2900 |
-
#~ msgid ""
|
2901 |
-
#~ "Make sure your file has no spaces or special characters in the name. "
|
2902 |
-
#~ "Replace spaces with a - or _."
|
2903 |
-
#~ msgstr ""
|
2904 |
-
#~ "Asegúrese de que en el nombre de su archivo no contiene espacios ni "
|
2905 |
-
#~ "caracteres especiales. Reemplace los espacios con un - o _."
|
2906 |
-
|
2907 |
#, fuzzy
|
2908 |
#~ msgid ""
|
2909 |
#~ "For responsive adverts make sure the filename is in the following format; "
|
@@ -2930,18 +3401,6 @@ msgstr ""
|
|
2930 |
#~ "image.full.jpg, image.320.jpg e image.768.jpg sirven el mismo anuncio "
|
2931 |
#~ "para distintas ventanas gráficas. Se necesita jQuery."
|
2932 |
|
2933 |
-
#, fuzzy
|
2934 |
-
#~ msgid "Actions"
|
2935 |
-
#~ msgstr "Acciones"
|
2936 |
-
|
2937 |
-
#, fuzzy
|
2938 |
-
#~ msgid ""
|
2939 |
-
#~ "Make sure the banner images are not in use by adverts when you delete "
|
2940 |
-
#~ "them!"
|
2941 |
-
#~ msgstr ""
|
2942 |
-
#~ "¡Asegúrese de que las imágenes de banner no se están utilizando en los "
|
2943 |
-
#~ "anuncios cuando las elimine!"
|
2944 |
-
|
2945 |
#, fuzzy
|
2946 |
#~ msgid "Manage your banner folder from here with AdRotate Pro."
|
2947 |
#~ msgstr "Obtenga más funciones con AdRotate Pro"
|
@@ -3024,9 +3483,6 @@ msgstr ""
|
|
3024 |
#~ "¿Quién recibe correo electrónico de los anunciantes. Un máximo de 2 "
|
3025 |
#~ "direcciones separadas por comas. Este campo no puede estar vacío!"
|
3026 |
|
3027 |
-
#~ msgid "Get more features with AdRotate Pro"
|
3028 |
-
#~ msgstr "Obtenga más funciones con AdRotate Pro"
|
3029 |
-
|
3030 |
#~ msgid ""
|
3031 |
#~ "Benefit from extra features to reinforce your income with advertising "
|
3032 |
#~ "campaigns. Make the most of your website with the powerful tools AdRotate "
|
@@ -3040,9 +3496,6 @@ msgstr ""
|
|
3040 |
#~ msgid "Visit the"
|
3041 |
#~ msgstr "Visite la"
|
3042 |
|
3043 |
-
#~ msgid "website"
|
3044 |
-
#~ msgstr "página web"
|
3045 |
-
|
3046 |
#~ msgid "AdRotate News and Developer Blog"
|
3047 |
#~ msgstr "Noticias y Blog del Desarrollador de AdRotate "
|
3048 |
|
@@ -3124,14 +3577,6 @@ msgstr ""
|
|
3124 |
#~ msgid "Block Mode - Show a block of ads"
|
3125 |
#~ msgstr "Modo Block - Mostrar un bloque de anuncios"
|
3126 |
|
3127 |
-
#, fuzzy
|
3128 |
-
#~ msgid ""
|
3129 |
-
#~ "Define the maximum size of the ads in pixels. Size can be 'auto' (Not "
|
3130 |
-
#~ "recommended). Default: 125/125."
|
3131 |
-
#~ msgstr ""
|
3132 |
-
#~ "Definir el tamaño máximo de los anuncios en píxeles menos el del margen. "
|
3133 |
-
#~ "El tamaño puede ser 'auto' (No recomendado). Predeterminado: 125/125."
|
3134 |
-
|
3135 |
#~ msgid "No ads created!"
|
3136 |
#~ msgstr "No hay anuncios creados!"
|
3137 |
|
@@ -3163,9 +3608,6 @@ msgstr ""
|
|
3163 |
#~ msgid "Find out more"
|
3164 |
#~ msgstr "Para saber más"
|
3165 |
|
3166 |
-
#~ msgid "Follow"
|
3167 |
-
#~ msgstr "Continuar"
|
3168 |
-
|
3169 |
#~ msgid "Barely visible"
|
3170 |
#~ msgstr "Apenas visible"
|
3171 |
|
@@ -3184,17 +3626,10 @@ msgstr ""
|
|
3184 |
#~ msgid "Impressions timer"
|
3185 |
#~ msgstr "Temporizador de Impresiones"
|
3186 |
|
3187 |
-
#~ msgid "Clicks timer"
|
3188 |
-
#~ msgstr "Temporizador de Clics"
|
3189 |
-
|
3190 |
#, fuzzy
|
3191 |
#~ msgid "Learn More"
|
3192 |
#~ msgstr "Aprender más"
|
3193 |
|
3194 |
-
#, fuzzy
|
3195 |
-
#~ msgid "Thank you for your consideration!"
|
3196 |
-
#~ msgstr "Esta notificación se le envía desde su página web"
|
3197 |
-
|
3198 |
#~ msgid ""
|
3199 |
#~ "Your one stop for Webdevelopment, consultancy and anything WordPress! "
|
3200 |
#~ "Find out more about what I can do for you!"
|
@@ -3218,30 +3653,6 @@ msgstr ""
|
|
3218 |
#~ msgid "Group updated"
|
3219 |
#~ msgstr "Grupo actualizado"
|
3220 |
|
3221 |
-
#, fuzzy
|
3222 |
-
#~ msgid ""
|
3223 |
-
#~ "Upload images to the AdRotate Pro banners folder from here. This is "
|
3224 |
-
#~ "especially useful if you use responsive adverts with multiple images."
|
3225 |
-
#~ msgstr ""
|
3226 |
-
#~ "Cargar las imágenes en la carpeta de banners de AdRotate Pro desde aquí. "
|
3227 |
-
#~ "Esto es especialmente útil si utiliza publicidad con múltiples imágenes."
|
3228 |
-
|
3229 |
-
#, fuzzy
|
3230 |
-
#~ msgid "Upload new banner image"
|
3231 |
-
#~ msgstr "Cargar una nueva Imagen de Banner"
|
3232 |
-
|
3233 |
-
#, fuzzy
|
3234 |
-
#~ msgid "Accepted files are:"
|
3235 |
-
#~ msgstr "Los archivos aceptados son:"
|
3236 |
-
|
3237 |
-
#, fuzzy
|
3238 |
-
#~ msgid "Upload image"
|
3239 |
-
#~ msgstr "Subir imagen"
|
3240 |
-
|
3241 |
-
#, fuzzy
|
3242 |
-
#~ msgid "Available banner images in"
|
3243 |
-
#~ msgstr "Los banners estan disponibles en"
|
3244 |
-
|
3245 |
#~ msgid "Access Rights"
|
3246 |
#~ msgstr "Permisos de acceso"
|
3247 |
|
@@ -3667,9 +4078,6 @@ msgstr ""
|
|
3667 |
#~ "image.full.jpg, image.320.jpg e image.768.jpg sirven el mismo anuncio "
|
3668 |
#~ "para distintas ventanas gráficas. Se necesita jQuery."
|
3669 |
|
3670 |
-
#~ msgid "Media:"
|
3671 |
-
#~ msgstr "Media:"
|
3672 |
-
|
3673 |
#, fuzzy
|
3674 |
#~ msgid "Geo Location in AdRotate Pro"
|
3675 |
#~ msgstr "Geo Localización"
|
@@ -3685,9 +4093,6 @@ msgstr ""
|
|
3685 |
#~ msgid "Target your audience with Geo Location in AdRotate Pro"
|
3686 |
#~ msgstr "Obtenga más funciones con AdRotate Pro"
|
3687 |
|
3688 |
-
#~ msgid "Schedule"
|
3689 |
-
#~ msgstr "Calendario"
|
3690 |
-
|
3691 |
#~ msgid "From when to when is the advert visible?"
|
3692 |
#~ msgstr "De cuando a cuando es visible el anuncio?"
|
3693 |
|
@@ -3805,12 +4210,6 @@ msgstr ""
|
|
3805 |
#~ msgid "Updated"
|
3806 |
#~ msgstr "Actualizar"
|
3807 |
|
3808 |
-
#~ msgid "Show from"
|
3809 |
-
#~ msgstr "Mostrar desde"
|
3810 |
-
|
3811 |
-
#~ msgid "Show until"
|
3812 |
-
#~ msgstr "Mostrar hasta"
|
3813 |
-
|
3814 |
#~ msgid "AdRotate Server Settings"
|
3815 |
#~ msgstr "Ajustes Servidor AdRotate"
|
3816 |
|
@@ -3949,10 +4348,6 @@ msgstr ""
|
|
3949 |
#~ msgid "Buy"
|
3950 |
#~ msgstr "Comprar"
|
3951 |
|
3952 |
-
#, fuzzy
|
3953 |
-
#~ msgid "Used"
|
3954 |
-
#~ msgstr "Utilizado"
|
3955 |
-
|
3956 |
#, fuzzy
|
3957 |
#~ msgid "Schedules not in use by this advert are hidden."
|
3958 |
#~ msgstr "Los horarios no están en uso en este anuncio están ocultos."
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: AdRotate v 3.10.6\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2017-08-19 13:54+0800\n"
|
6 |
+
"PO-Revision-Date: 2017-08-19 13:54+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"
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
+
#: adrotate-functions.php:716
|
21 |
msgid "No files found"
|
22 |
msgstr "No se han encontrado contenidos"
|
23 |
|
24 |
+
#: adrotate-functions.php:719
|
25 |
msgid "Folder not found or not accessible"
|
26 |
msgstr "La carpeta no se encuentra o no es accesible"
|
27 |
|
28 |
+
#: adrotate-functions.php:804
|
29 |
msgid "Ad saved"
|
30 |
msgstr ""
|
31 |
|
32 |
+
#: adrotate-functions.php:808
|
33 |
msgid "Group saved"
|
34 |
msgstr ""
|
35 |
|
36 |
+
#: adrotate-functions.php:812
|
37 |
msgid "Ad(s) deleted"
|
38 |
msgstr "Anuncio(s) eliminado"
|
39 |
|
40 |
+
#: adrotate-functions.php:816
|
41 |
msgid "Group deleted"
|
42 |
msgstr "Grupo borrado"
|
43 |
|
44 |
+
#: adrotate-functions.php:820
|
45 |
msgid "Ad(s) statistics reset"
|
46 |
msgstr "Estadisticas del Anuncio(s) restablecidas"
|
47 |
|
48 |
+
#: adrotate-functions.php:824
|
49 |
msgid "Ad(s) renewed"
|
50 |
msgstr "Anuncio(s) renovado"
|
51 |
|
52 |
+
#: adrotate-functions.php:828
|
53 |
msgid "Ad(s) deactivated"
|
54 |
msgstr "Anuncio(s) desactivado"
|
55 |
|
56 |
+
#: adrotate-functions.php:832
|
57 |
msgid "Ad(s) activated"
|
58 |
msgstr "Anuncio(s) activado"
|
59 |
|
60 |
+
#: adrotate-functions.php:836
|
61 |
msgid "Group including it's Ads deleted"
|
62 |
msgstr "Grupo incluyendo sus anuncios eliminados"
|
63 |
|
64 |
+
#: adrotate-functions.php:840
|
65 |
#, fuzzy
|
66 |
msgid "Export created"
|
67 |
msgstr "Exportación Creada"
|
68 |
|
69 |
+
#: adrotate-functions.php:844
|
70 |
+
msgid ""
|
71 |
+
"Advert HTML generated and placed in the AdCode field. Configure your advert "
|
72 |
+
"below."
|
73 |
+
msgstr ""
|
74 |
+
|
75 |
+
#: adrotate-functions.php:849
|
76 |
msgid "Settings saved"
|
77 |
msgstr "Ajustes guardados"
|
78 |
|
79 |
+
#: adrotate-functions.php:853
|
80 |
msgid "Database optimized"
|
81 |
msgstr "Base de Datos optimizada"
|
82 |
|
83 |
+
#: adrotate-functions.php:857
|
84 |
msgid "Database repaired"
|
85 |
msgstr "Base de Datos reparada"
|
86 |
|
87 |
+
#: adrotate-functions.php:861
|
88 |
msgid "Ads evaluated and statuses have been corrected where required"
|
89 |
msgstr "Los anuncios evaluados y los estados se corregiran cuando se requiera"
|
90 |
|
91 |
+
#: adrotate-functions.php:865
|
92 |
#, fuzzy
|
93 |
#| msgid "Clean-up Database"
|
94 |
msgid "Cleanup complete"
|
95 |
msgstr "Limpieza de la Base de Datos"
|
96 |
|
97 |
+
#: adrotate-functions.php:870
|
98 |
msgid "Action prohibited"
|
99 |
msgstr "Acción prohibida"
|
100 |
|
101 |
+
#: adrotate-functions.php:874
|
102 |
msgid ""
|
103 |
"The ad was saved but has an issue which might prevent it from working "
|
104 |
"properly. Review the colored ad."
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: adrotate-functions.php:878
|
108 |
msgid "No data found in selected time period"
|
109 |
msgstr "No se han encontrado datos en el período de tiempo seleccionado"
|
110 |
|
111 |
+
#: adrotate-functions.php:882
|
112 |
msgid "Database can only be optimized or cleaned once every hour"
|
113 |
msgstr "La Base de datos sólo se puede optimizar o limpiar una vez cada hora"
|
114 |
|
115 |
+
#: adrotate-functions.php:886
|
116 |
msgid "Form can not be (partially) empty!"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: adrotate-functions.php:890
|
120 |
msgid "No ads found."
|
121 |
msgstr ""
|
122 |
|
123 |
+
#: adrotate-functions.php:894
|
124 |
msgid "Unexpected error"
|
125 |
msgstr ""
|
126 |
|
127 |
+
#: adrotate-manage-publisher.php:798
|
128 |
msgid "AdRotate Advertiser"
|
129 |
msgstr ""
|
130 |
|
224 |
msgid "Your AdRotate Banner folder is not writable or does not exist."
|
225 |
msgstr ""
|
226 |
|
227 |
+
#: adrotate-output.php:685 dashboard/adrotatepro.php:87
|
228 |
#: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:89
|
229 |
#: dashboard/adrotatepro.php:90 dashboard/adrotatepro.php:99
|
230 |
#: dashboard/adrotatepro.php:100 dashboard/adrotatepro.php:101
|
231 |
+
#: dashboard/adrotatepro.php:102 dashboard/info.php:83 dashboard/info.php:84
|
232 |
+
#: dashboard/info.php:85 dashboard/info.php:86 dashboard/info.php:90
|
233 |
+
#: dashboard/info.php:91 dashboard/info.php:92 dashboard/info.php:93
|
234 |
#: dashboard/settings/geotargeting.php:35
|
235 |
#, fuzzy
|
236 |
msgid "Buy now"
|
237 |
msgstr "Comprar"
|
238 |
|
239 |
+
#: adrotate-output.php:686
|
240 |
msgid ""
|
241 |
+
"If you like <strong>AdRotate</strong>, please consider upgrading to the "
|
242 |
+
"<strong>PRO</strong> version and get more features."
|
243 |
msgstr ""
|
244 |
|
245 |
+
#: adrotate-output.php:686
|
246 |
#, php-format
|
247 |
msgid ""
|
248 |
"Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
|
249 |
msgstr ""
|
250 |
|
251 |
+
#: adrotate-output.php:686
|
252 |
+
#, fuzzy
|
253 |
+
msgid "Thank you for your support!"
|
254 |
+
msgstr "Esta notificación se le envía desde su página web"
|
255 |
|
256 |
+
#: adrotate-output.php:747
|
257 |
msgid ""
|
258 |
"Thank you for choosing AdRotate. Everything related to AdRotate is in this "
|
259 |
"menu. If you need help getting started take a look at the"
|
260 |
msgstr ""
|
261 |
|
262 |
+
#: adrotate-output.php:747
|
263 |
msgid "manuals"
|
264 |
msgstr "manuales"
|
265 |
|
266 |
+
#: adrotate-output.php:747 adrotate-output.php:817
|
267 |
msgid "and"
|
268 |
msgstr ""
|
269 |
|
270 |
+
#: adrotate-output.php:747
|
271 |
msgid "forums"
|
272 |
msgstr ""
|
273 |
|
274 |
+
#: adrotate-output.php:780
|
275 |
#, fuzzy
|
276 |
msgid "Useful Links"
|
277 |
msgstr "Enlaces de interés"
|
278 |
|
279 |
+
#: adrotate-output.php:781
|
280 |
msgid "Useful links to learn more about AdRotate"
|
281 |
msgstr ""
|
282 |
|
283 |
+
#: adrotate-output.php:783
|
284 |
msgid "AdRotate website"
|
285 |
msgstr ""
|
286 |
|
287 |
+
#: adrotate-output.php:784
|
288 |
#, fuzzy
|
289 |
msgid "Getting Started With AdRotate"
|
290 |
msgstr "Obtenga más funciones con AdRotate Pro"
|
291 |
|
292 |
+
#: adrotate-output.php:785
|
293 |
#, fuzzy
|
294 |
msgid "AdRotate manuals"
|
295 |
msgstr "Información de AdRotate"
|
296 |
|
297 |
+
#: adrotate-output.php:786
|
298 |
#, fuzzy
|
299 |
msgid "AdRotate Support Forum"
|
300 |
msgstr "Tienda AdRotate"
|
301 |
|
302 |
+
#: adrotate-output.php:809 dashboard/info.php:49
|
303 |
msgid "Support AdRotate"
|
304 |
msgstr "Apoye a AdRotate"
|
305 |
|
306 |
+
#: adrotate-output.php:810
|
307 |
msgid "Check out my website"
|
308 |
msgstr ""
|
309 |
|
310 |
+
#: adrotate-output.php:817
|
311 |
msgid ""
|
312 |
"Many users only think to review AdRotate when something goes wrong while "
|
313 |
"thousands of people happily use AdRotate."
|
314 |
msgstr ""
|
315 |
|
316 |
+
#: adrotate-output.php:817
|
317 |
msgid "If you find AdRotate useful please leave your"
|
318 |
msgstr ""
|
319 |
|
320 |
+
#: adrotate-output.php:817
|
321 |
msgid "rating"
|
322 |
msgstr ""
|
323 |
|
324 |
+
#: adrotate-output.php:817
|
325 |
#, fuzzy
|
326 |
msgid "review"
|
327 |
msgstr "Revise el anuncio aquí:"
|
328 |
|
329 |
+
#: adrotate-output.php:817
|
330 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
331 |
msgstr ""
|
332 |
|
333 |
+
#: adrotate-output.php:843 dashboard/settings/notifications.php:50
|
334 |
#: dashboard/settings/notifications.php:80
|
335 |
msgid "Available in AdRotate Pro"
|
336 |
msgstr "Disponible en AdRotate Pro"
|
337 |
|
338 |
+
#: adrotate-output.php:843
|
339 |
msgid "More information..."
|
340 |
msgstr "Más información..."
|
341 |
|
342 |
+
#: adrotate-output.php:844
|
343 |
msgid "This feature is available in AdRotate Pro"
|
344 |
msgstr "Esta función está disponible en AdRotate Pro"
|
345 |
|
346 |
+
#: adrotate-output.php:844
|
347 |
msgid "Learn more"
|
348 |
msgstr "Aprender más"
|
349 |
|
350 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:220
|
351 |
#: dashboard/publisher/adverts-edit.php:241
|
352 |
msgid "January"
|
353 |
msgstr "Enero"
|
354 |
|
355 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:221
|
356 |
#: dashboard/publisher/adverts-edit.php:242
|
357 |
msgid "February"
|
358 |
msgstr "Febrero"
|
359 |
|
360 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:222
|
361 |
#: dashboard/publisher/adverts-edit.php:243
|
362 |
msgid "March"
|
363 |
msgstr "Marzo"
|
364 |
|
365 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:223
|
366 |
#: dashboard/publisher/adverts-edit.php:244
|
367 |
msgid "April"
|
368 |
msgstr "Abril"
|
369 |
|
370 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:224
|
371 |
#: dashboard/publisher/adverts-edit.php:245
|
372 |
msgid "May"
|
373 |
msgstr "Mayo"
|
374 |
|
375 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:225
|
376 |
#: dashboard/publisher/adverts-edit.php:246
|
377 |
msgid "June"
|
378 |
msgstr "Junio"
|
379 |
|
380 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:226
|
381 |
#: dashboard/publisher/adverts-edit.php:247
|
382 |
msgid "July"
|
383 |
msgstr "Julio"
|
384 |
|
385 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:227
|
386 |
#: dashboard/publisher/adverts-edit.php:248
|
387 |
msgid "August"
|
388 |
msgstr "Agosto"
|
389 |
|
390 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:228
|
391 |
#: dashboard/publisher/adverts-edit.php:249
|
392 |
msgid "September"
|
393 |
msgstr "Septiembre"
|
394 |
|
395 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:229
|
396 |
#: dashboard/publisher/adverts-edit.php:250
|
397 |
msgid "October"
|
398 |
msgstr "Octubre"
|
399 |
|
400 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:230
|
401 |
#: dashboard/publisher/adverts-edit.php:251
|
402 |
msgid "November"
|
403 |
msgstr "Noviembre"
|
404 |
|
405 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:231
|
406 |
#: dashboard/publisher/adverts-edit.php:252
|
407 |
msgid "December"
|
408 |
msgstr "Diciembre"
|
409 |
|
410 |
+
#: adrotate-statistics.php:169
|
411 |
msgid "Previous"
|
412 |
msgstr "Anterior"
|
413 |
|
414 |
+
#: adrotate-statistics.php:171 dashboard/publisher/statistics-advert.php:67
|
415 |
+
#: dashboard/publisher/statistics-group.php:73
|
416 |
+
#: dashboard/publisher/statistics-main.php:37
|
417 |
msgid "This month"
|
418 |
msgstr "Este més"
|
419 |
|
420 |
+
#: adrotate-statistics.php:172
|
421 |
msgid "Next"
|
422 |
msgstr "Siguiente"
|
423 |
|
424 |
+
#: adrotate-statistics.php:267
|
425 |
msgid "No data to show!"
|
426 |
msgstr "No hay datos para mostrar!"
|
427 |
|
428 |
+
#: adrotate-statistics.php:344 adrotate-statistics.php:345
|
429 |
+
#, fuzzy
|
430 |
+
#| msgid "No files found"
|
431 |
+
msgid "Not found"
|
432 |
+
msgstr "No se han encontrado contenidos"
|
433 |
+
|
434 |
#: adrotate-widget.php:116
|
435 |
msgid "Title (optional):"
|
436 |
msgstr "Título (opcional):"
|
483 |
#: adrotate.php:105 dashboard/info.php:40
|
484 |
#: dashboard/publisher/adverts-edit.php:458
|
485 |
#: dashboard/publisher/groups-main.php:34
|
486 |
+
#: dashboard/publisher/schedules-main.php:34
|
487 |
+
#: dashboard/publisher/statistics-main.php:24
|
488 |
msgid "Adverts"
|
489 |
msgstr "Anuncios"
|
490 |
|
492 |
msgid "Groups"
|
493 |
msgstr "Grupos"
|
494 |
|
495 |
+
#: adrotate.php:107 adrotate.php:348
|
496 |
+
#, fuzzy
|
497 |
+
#| msgid "Schedule"
|
498 |
+
msgid "Schedules"
|
499 |
+
msgstr "Calendario"
|
500 |
+
|
501 |
+
#: adrotate.php:108 adrotate.php:388 dashboard/publisher/adverts-edit.php:167
|
502 |
+
#: dashboard/publisher/statistics-main.php:12
|
503 |
+
#: dashboard/settings/statistics.php:17
|
504 |
+
msgid "Statistics"
|
505 |
+
msgstr "Estadísticas"
|
506 |
+
|
507 |
+
#: adrotate.php:109
|
508 |
+
#, fuzzy
|
509 |
+
#| msgid "Media:"
|
510 |
+
msgid "Media"
|
511 |
+
msgstr "Media:"
|
512 |
+
|
513 |
+
#: adrotate.php:110
|
514 |
msgid "Settings"
|
515 |
msgstr "Ajustes"
|
516 |
|
517 |
+
#: adrotate.php:131
|
518 |
msgid "AdRotate Info"
|
519 |
msgstr "Información de AdRotate"
|
520 |
|
521 |
+
#: adrotate.php:149
|
522 |
msgid "AdRotate Professional"
|
523 |
msgstr "AdRotate Profesional"
|
524 |
|
525 |
+
#: adrotate.php:189
|
526 |
msgid "Advert Management"
|
527 |
msgstr ""
|
528 |
|
529 |
+
#: adrotate.php:249 adrotate.php:317
|
530 |
msgid "Manage"
|
531 |
msgstr "Gestionar"
|
532 |
|
533 |
+
#: adrotate.php:250
|
534 |
+
#, fuzzy
|
535 |
+
#| msgid "General Info"
|
536 |
+
msgid "Generator"
|
537 |
+
msgstr "Información General"
|
538 |
+
|
539 |
+
#: adrotate.php:251 adrotate.php:318
|
540 |
msgid "Add New"
|
541 |
msgstr "Añadir Nuevo"
|
542 |
|
543 |
+
#: adrotate.php:311
|
544 |
msgid "Group Management"
|
545 |
msgstr "Administración de Grupos"
|
546 |
|
547 |
+
#: adrotate.php:442
|
548 |
+
msgid "Media and Assets"
|
549 |
+
msgstr ""
|
550 |
|
551 |
+
#: adrotate.php:446
|
552 |
+
#, fuzzy
|
553 |
+
msgid ""
|
554 |
+
"Upload images to the AdRotate Pro banners folder from here. This is useful "
|
555 |
+
"if you have HTML5 adverts containing multiple files."
|
556 |
+
msgstr ""
|
557 |
+
"Cargar las imágenes en la carpeta de banners de AdRotate Pro desde aquí. "
|
558 |
+
"Esto es especialmente útil si utiliza publicidad con múltiples imágenes."
|
559 |
+
|
560 |
+
#: adrotate.php:446 dashboard/publisher/schedules-main.php:13
|
561 |
+
#, fuzzy
|
562 |
+
#| msgid "Get more features with AdRotate Pro"
|
563 |
+
msgid "Get more features"
|
564 |
+
msgstr "Obtenga más funciones con AdRotate Pro"
|
565 |
+
|
566 |
+
#: adrotate.php:446 dashboard/publisher/schedules-main.php:13
|
567 |
+
#, fuzzy
|
568 |
+
#| msgid "AdRotate Pro"
|
569 |
+
msgid "Get AdRotate Pro"
|
570 |
+
msgstr "AdRotate Pro"
|
571 |
+
|
572 |
+
#: adrotate.php:474
|
573 |
msgid "AdRotate Settings"
|
574 |
msgstr "Ajustes AdRotate"
|
575 |
|
576 |
+
#: adrotate.php:479 dashboard/publisher/statistics-main.php:17
|
577 |
#, fuzzy
|
578 |
#| msgid "General Info"
|
579 |
msgid "General"
|
580 |
msgstr "Información General"
|
581 |
|
582 |
+
#: adrotate.php:480 dashboard/settings/notifications.php:18
|
583 |
msgid "Notifications"
|
584 |
msgstr "Notificaciones"
|
585 |
|
586 |
+
#: adrotate.php:481 dashboard/publisher/adverts-disabled.php:69
|
587 |
#: dashboard/publisher/adverts-error.php:63
|
588 |
#: dashboard/publisher/adverts-main.php:81
|
589 |
#: dashboard/publisher/groups-main.php:70
|
590 |
msgid "Stats"
|
591 |
msgstr "Estadísticas"
|
592 |
|
593 |
+
#: adrotate.php:482 dashboard/publisher/adverts-edit.php:359
|
594 |
#: dashboard/publisher/groups-edit.php:180
|
595 |
#: dashboard/settings/advertisers.php:38
|
596 |
msgid "Geo Targeting"
|
597 |
msgstr "Geo Targeting"
|
598 |
|
599 |
+
#: adrotate.php:483 dashboard/settings/notifications.php:72
|
600 |
msgid "Advertisers"
|
601 |
msgstr "Anunciantes"
|
602 |
|
603 |
+
#: adrotate.php:484 dashboard/settings/roles.php:17
|
604 |
msgid "Roles"
|
605 |
msgstr ""
|
606 |
|
607 |
+
#: adrotate.php:485
|
608 |
msgid "Misc"
|
609 |
msgstr ""
|
610 |
|
611 |
+
#: adrotate.php:486 dashboard/settings/maintenance.php:16
|
612 |
msgid "Maintenance"
|
613 |
msgstr "Mantenimiento"
|
614 |
|
713 |
msgstr ""
|
714 |
|
715 |
#: dashboard/adrotatepro.php:83 dashboard/adrotatepro.php:95
|
716 |
+
#: dashboard/info.php:79
|
717 |
msgid "Buy AdRotate Professional"
|
718 |
msgstr "Comprar AdRotate Profesional"
|
719 |
|
720 |
+
#: dashboard/adrotatepro.php:87 dashboard/info.php:83
|
721 |
msgid "Single License"
|
722 |
msgstr ""
|
723 |
|
724 |
+
#: dashboard/adrotatepro.php:87 dashboard/info.php:83
|
725 |
msgid "One WordPress installation."
|
726 |
msgstr ""
|
727 |
|
728 |
#: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:100
|
729 |
+
#: dashboard/info.php:84 dashboard/info.php:91
|
730 |
msgid "Duo License"
|
731 |
msgstr "Duo Licencia"
|
732 |
|
733 |
+
#: dashboard/adrotatepro.php:88 dashboard/info.php:84
|
734 |
msgid "Two WordPress installations."
|
735 |
msgstr ""
|
736 |
|
737 |
#: dashboard/adrotatepro.php:89 dashboard/adrotatepro.php:101
|
738 |
+
#: dashboard/info.php:85 dashboard/info.php:92
|
739 |
msgid "Multi License"
|
740 |
msgstr "Multi Licencia"
|
741 |
|
742 |
+
#: dashboard/adrotatepro.php:89 dashboard/info.php:85
|
743 |
msgid "Up to five WordPress installations."
|
744 |
msgstr ""
|
745 |
|
746 |
#: dashboard/adrotatepro.php:90 dashboard/adrotatepro.php:102
|
747 |
+
#: dashboard/info.php:86 dashboard/info.php:93
|
748 |
msgid "Developer License"
|
749 |
msgstr "Developer Licencia"
|
750 |
|
751 |
+
#: dashboard/adrotatepro.php:90 dashboard/info.php:86
|
752 |
msgid "Unlimited WordPress installations and/or networks."
|
753 |
msgstr ""
|
754 |
|
755 |
#: dashboard/adrotatepro.php:91 dashboard/adrotatepro.php:104
|
756 |
+
#: dashboard/info.php:87 dashboard/info.php:95
|
757 |
msgid "Compare licenses"
|
758 |
msgstr "Comparar licencias"
|
759 |
|
760 |
+
#: dashboard/adrotatepro.php:91 dashboard/info.php:87
|
761 |
msgid "Not sure which license is for you? Compare them..."
|
762 |
msgstr "No está seguro de que licencia es para usted? Comparelas..."
|
763 |
|
764 |
+
#: dashboard/adrotatepro.php:91 dashboard/info.php:87
|
765 |
msgid "All Licenses"
|
766 |
msgstr "Todas las licencias"
|
767 |
|
768 |
+
#: dashboard/adrotatepro.php:99 dashboard/info.php:90
|
769 |
msgid "Lifetime License"
|
770 |
msgstr ""
|
771 |
|
772 |
+
#: dashboard/adrotatepro.php:99 dashboard/info.php:90
|
773 |
msgid "Single installation."
|
774 |
msgstr ""
|
775 |
|
776 |
+
#: dashboard/adrotatepro.php:100 dashboard/info.php:91
|
777 |
msgid "Up to 2 installations."
|
778 |
msgstr ""
|
779 |
|
780 |
+
#: dashboard/adrotatepro.php:101 dashboard/info.php:92
|
781 |
msgid "Up to 10 installations."
|
782 |
msgstr ""
|
783 |
|
784 |
+
#: dashboard/adrotatepro.php:102 dashboard/info.php:93
|
785 |
msgid "Up to 25 installations or multisite networks."
|
786 |
msgstr ""
|
787 |
|
788 |
+
#: dashboard/adrotatepro.php:103 dashboard/info.php:94
|
789 |
msgid ""
|
790 |
"Subscriptions get 1 year access to updates, email support & AdRotate Geo."
|
791 |
msgstr ""
|
792 |
|
793 |
+
#: dashboard/adrotatepro.php:104 dashboard/info.php:95
|
794 |
msgid "Not sure which license is for you?"
|
795 |
msgstr ""
|
796 |
|
797 |
+
#: dashboard/adrotatepro.php:104 dashboard/info.php:95
|
798 |
msgid "Compare Licenses"
|
799 |
msgstr ""
|
800 |
|
824 |
"for updates about me and my plugins. Thank you!"
|
825 |
msgstr ""
|
826 |
|
827 |
+
#: dashboard/info.php:59
|
828 |
msgid "Arnan de Gans News & Updates"
|
829 |
msgstr ""
|
830 |
|
831 |
+
#: dashboard/info.php:100
|
832 |
msgid "Join the Media.net advertising network"
|
833 |
msgstr ""
|
834 |
|
840 |
#: dashboard/publisher/adverts-error.php:19
|
841 |
#: dashboard/publisher/adverts-main.php:20
|
842 |
#: dashboard/publisher/groups-main.php:20
|
843 |
+
#: dashboard/publisher/schedules-main.php:21
|
844 |
msgid "Bulk Actions"
|
845 |
msgstr "Acciones en Lote"
|
846 |
|
851 |
|
852 |
#: dashboard/publisher/adverts-disabled.php:22
|
853 |
#: dashboard/publisher/adverts-error.php:21
|
854 |
+
#: dashboard/publisher/adverts-main.php:22 dashboard/publisher/media.php:60
|
855 |
msgid "Delete"
|
856 |
msgstr "Borrar"
|
857 |
|
865 |
#: dashboard/publisher/adverts-error.php:29
|
866 |
#: dashboard/publisher/adverts-main.php:30
|
867 |
#: dashboard/publisher/groups-main.php:24
|
868 |
+
#: dashboard/publisher/schedules-main.php:22
|
869 |
msgid "Go"
|
870 |
msgstr "Aplicar"
|
871 |
|
873 |
#: dashboard/publisher/adverts-error.php:39
|
874 |
#: dashboard/publisher/adverts-main.php:39
|
875 |
#: dashboard/publisher/groups-main.php:32
|
876 |
+
#: dashboard/publisher/schedules-main.php:31
|
877 |
msgid "ID"
|
878 |
msgstr "ID"
|
879 |
|
880 |
#: dashboard/publisher/adverts-disabled.php:36
|
881 |
#: dashboard/publisher/adverts-error.php:41
|
882 |
#: dashboard/publisher/adverts-main.php:40
|
883 |
+
#: dashboard/publisher/schedules-main.php:32
|
884 |
msgid "Start / End"
|
885 |
msgstr "Inio / Final"
|
886 |
|
888 |
#: dashboard/publisher/adverts-error.php:40
|
889 |
#: dashboard/publisher/adverts-main.php:41
|
890 |
#: dashboard/publisher/groups-edit.php:51
|
891 |
+
#: dashboard/publisher/groups-main.php:33 dashboard/publisher/media.php:30
|
892 |
+
#: dashboard/publisher/schedules-main.php:33
|
893 |
msgid "Name"
|
894 |
msgstr "Nombre"
|
895 |
|
902 |
|
903 |
#: dashboard/publisher/adverts-disabled.php:40
|
904 |
#: dashboard/publisher/adverts-main.php:45
|
|
|
|
|
905 |
#: dashboard/publisher/groups-edit.php:334
|
906 |
#: dashboard/publisher/groups-main.php:38
|
907 |
+
#: dashboard/publisher/statistics-advert.php:53
|
908 |
+
#: dashboard/publisher/statistics-advert.php:59
|
909 |
+
#: dashboard/publisher/statistics-advert.php:73
|
910 |
+
#: dashboard/publisher/statistics-advert.php:79
|
911 |
+
#: dashboard/publisher/statistics-advert.php:100
|
912 |
+
#: dashboard/publisher/statistics-group.php:59
|
913 |
+
#: dashboard/publisher/statistics-group.php:65
|
914 |
+
#: dashboard/publisher/statistics-group.php:79
|
915 |
+
#: dashboard/publisher/statistics-group.php:85
|
916 |
+
#: dashboard/publisher/statistics-group.php:104
|
917 |
+
#: dashboard/publisher/statistics-main.php:29
|
918 |
+
#: dashboard/publisher/statistics-main.php:43
|
919 |
+
#: dashboard/publisher/statistics-main.php:47
|
920 |
+
#: dashboard/publisher/statistics-main.php:65
|
921 |
msgid "Clicks"
|
922 |
msgstr "Clics"
|
923 |
|
924 |
#: dashboard/publisher/adverts-disabled.php:41
|
925 |
#: dashboard/publisher/adverts-main.php:47
|
926 |
+
#: dashboard/publisher/statistics-advert.php:54
|
927 |
+
#: dashboard/publisher/statistics-advert.php:60
|
928 |
+
#: dashboard/publisher/statistics-advert.php:74
|
929 |
+
#: dashboard/publisher/statistics-advert.php:80
|
930 |
+
#: dashboard/publisher/statistics-advert.php:101
|
931 |
+
#: dashboard/publisher/statistics-group.php:60
|
932 |
+
#: dashboard/publisher/statistics-group.php:66
|
933 |
+
#: dashboard/publisher/statistics-group.php:80
|
934 |
+
#: dashboard/publisher/statistics-group.php:86
|
935 |
+
#: dashboard/publisher/statistics-group.php:105
|
936 |
+
#: dashboard/publisher/statistics-main.php:30
|
937 |
+
#: dashboard/publisher/statistics-main.php:44
|
938 |
+
#: dashboard/publisher/statistics-main.php:48
|
939 |
+
#: dashboard/publisher/statistics-main.php:66
|
940 |
msgid "CTR"
|
941 |
msgstr "CTR"
|
942 |
|
1032 |
msgstr "Ejemplos Básicos:"
|
1033 |
|
1034 |
#: dashboard/publisher/adverts-edit.php:129
|
1035 |
+
msgid "Get adverts from Media.net"
|
1036 |
msgstr ""
|
1037 |
|
1038 |
#: dashboard/publisher/adverts-edit.php:134
|
1089 |
"activo el archivo CSS de las plantillas (themes)!"
|
1090 |
|
1091 |
#: dashboard/publisher/adverts-edit.php:150
|
1092 |
+
#: dashboard/publisher/adverts-generator.php:46
|
1093 |
msgid "Banner asset"
|
1094 |
msgstr ""
|
1095 |
|
1102 |
msgstr "Seleccionar Banner"
|
1103 |
|
1104 |
#: dashboard/publisher/adverts-edit.php:155
|
1105 |
+
#: dashboard/publisher/adverts-generator.php:53
|
1106 |
msgid "- OR -"
|
1107 |
msgstr "- O -"
|
1108 |
|
1126 |
"Use el campo de texto o en el menú desplegable. Si el campo de texto tiene "
|
1127 |
"un contenido, ese campo tiene prioridad."
|
1128 |
|
|
|
|
|
|
|
|
|
|
|
1129 |
#: dashboard/publisher/adverts-edit.php:169
|
1130 |
msgid "Enable click and impression tracking for this advert."
|
1131 |
msgstr ""
|
1154 |
msgstr "Obtenga más funciones con AdRotate Pro"
|
1155 |
|
1156 |
#: dashboard/publisher/adverts-edit.php:188
|
1157 |
+
#: dashboard/publisher/adverts-edit.php:288
|
1158 |
+
#: dashboard/publisher/adverts-edit.php:357
|
1159 |
+
#: dashboard/publisher/adverts-edit.php:428
|
1160 |
#: dashboard/publisher/adverts-main.php:105
|
1161 |
#: dashboard/publisher/groups-edit.php:71
|
1162 |
+
#: dashboard/publisher/groups-edit.php:191
|
1163 |
+
#: dashboard/publisher/groups-main.php:89 dashboard/publisher/media.php:73
|
1164 |
+
#: dashboard/publisher/schedules-main.php:89
|
1165 |
+
#: dashboard/publisher/statistics-advert.php:140
|
1166 |
+
#: dashboard/publisher/statistics-group.php:112
|
1167 |
+
#: dashboard/publisher/statistics-main.php:73
|
1168 |
#, fuzzy
|
1169 |
+
msgid "Upgrade now"
|
1170 |
+
msgstr "Hoy"
|
1171 |
|
1172 |
#: dashboard/publisher/adverts-edit.php:191
|
1173 |
#: dashboard/publisher/adverts-edit.php:291
|
1180 |
#: dashboard/publisher/adverts-edit.php:292
|
1181 |
#: dashboard/publisher/adverts-edit.php:448
|
1182 |
#: dashboard/publisher/adverts-edit.php:489
|
1183 |
+
#: dashboard/publisher/adverts-generator.php:129
|
1184 |
#: dashboard/publisher/groups-edit.php:150
|
1185 |
#: dashboard/publisher/groups-edit.php:299
|
1186 |
#: dashboard/publisher/groups-edit.php:391
|
1274 |
"Pro."
|
1275 |
msgstr ""
|
1276 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1277 |
#: dashboard/publisher/adverts-edit.php:295
|
1278 |
#: dashboard/publisher/groups-edit.php:153
|
1279 |
msgid "Advanced"
|
1480 |
msgid "Expired"
|
1481 |
msgstr "Caducado"
|
1482 |
|
1483 |
+
#: dashboard/publisher/adverts-generator.php:35
|
1484 |
+
msgid "Generate Advert Code"
|
1485 |
+
msgstr ""
|
1486 |
+
|
1487 |
+
#: dashboard/publisher/adverts-generator.php:36
|
1488 |
+
msgid ""
|
1489 |
+
"Use the Generator if you have received a target url, banner image and/or "
|
1490 |
+
"some separate files with a description on how to use those. The AdRotate "
|
1491 |
+
"Generator will take your bits and pieces and try to generate a working "
|
1492 |
+
"adcode from it."
|
1493 |
+
msgstr ""
|
1494 |
+
|
1495 |
+
#: dashboard/publisher/adverts-generator.php:38
|
1496 |
+
msgid ""
|
1497 |
+
"If you have a complete and working ad code / ad tag you do not use the "
|
1498 |
+
"Generator. You can simply paste that code in the AdCode field when creating "
|
1499 |
+
"your advert. For example as provided by Media.net or Google AdSense among "
|
1500 |
+
"others."
|
1501 |
+
msgstr ""
|
1502 |
+
|
1503 |
+
#: dashboard/publisher/adverts-generator.php:40
|
1504 |
+
#, fuzzy
|
1505 |
+
#| msgid "Statistics for advert"
|
1506 |
+
msgid "Basic advert"
|
1507 |
+
msgstr "Estadísticas del anuncio"
|
1508 |
+
|
1509 |
+
#: dashboard/publisher/adverts-generator.php:41
|
1510 |
+
msgid ""
|
1511 |
+
"This is a regular advert consisting of an image and a link, made up from "
|
1512 |
+
"HTML code."
|
1513 |
+
msgstr ""
|
1514 |
+
|
1515 |
+
#: dashboard/publisher/adverts-generator.php:50
|
1516 |
+
#: dashboard/publisher/adverts-generator.php:99
|
1517 |
+
#, fuzzy
|
1518 |
+
#| msgid "No image selected"
|
1519 |
+
msgid "No file selected"
|
1520 |
+
msgstr "Ninguna imagen seleccionada"
|
1521 |
+
|
1522 |
+
#: dashboard/publisher/adverts-generator.php:52
|
1523 |
+
#: dashboard/publisher/adverts-generator.php:101
|
1524 |
+
msgid "Is your file not listed? Upload it via the AdRotate Media Manager."
|
1525 |
+
msgstr ""
|
1526 |
+
|
1527 |
+
#: dashboard/publisher/adverts-generator.php:54
|
1528 |
+
msgid "Visible text if this is a text link banner."
|
1529 |
+
msgstr ""
|
1530 |
+
|
1531 |
+
#: dashboard/publisher/adverts-generator.php:54
|
1532 |
+
#, fuzzy
|
1533 |
+
#| msgid ""
|
1534 |
+
#| "Use either the text field or the dropdown. If the textfield has content "
|
1535 |
+
#| "that field has priority."
|
1536 |
+
msgid ""
|
1537 |
+
"Use either the dropdown or the text field. If the dropdown is used, that "
|
1538 |
+
"field has priority."
|
1539 |
+
msgstr ""
|
1540 |
+
"Use el campo de texto o en el menú desplegable. Si el campo de texto tiene "
|
1541 |
+
"un contenido, ese campo tiene prioridad."
|
1542 |
+
|
1543 |
+
#: dashboard/publisher/adverts-generator.php:59
|
1544 |
+
#, fuzzy
|
1545 |
+
#| msgid "website"
|
1546 |
+
msgid "Target website"
|
1547 |
+
msgstr "página web"
|
1548 |
+
|
1549 |
+
#: dashboard/publisher/adverts-generator.php:61
|
1550 |
+
msgid "Where does the person clicking the advert go?"
|
1551 |
+
msgstr ""
|
1552 |
+
|
1553 |
+
#: dashboard/publisher/adverts-generator.php:65
|
1554 |
+
#, fuzzy
|
1555 |
+
#| msgid "Geo Targeting"
|
1556 |
+
msgid "Target window"
|
1557 |
+
msgstr "Geo Targeting"
|
1558 |
+
|
1559 |
+
#: dashboard/publisher/adverts-generator.php:67
|
1560 |
+
#: dashboard/publisher/adverts-generator.php:73
|
1561 |
+
#: dashboard/publisher/adverts-generator.php:119
|
1562 |
+
#, fuzzy
|
1563 |
+
#| msgid "Available in AdRotate Pro"
|
1564 |
+
msgid "Available in AdRotate Pro."
|
1565 |
+
msgstr "Disponible en AdRotate Pro"
|
1566 |
+
|
1567 |
+
#: dashboard/publisher/adverts-generator.php:67
|
1568 |
+
msgid "Open the target website in a new window?"
|
1569 |
+
msgstr ""
|
1570 |
+
|
1571 |
+
#: dashboard/publisher/adverts-generator.php:71
|
1572 |
+
#, fuzzy
|
1573 |
+
#| msgid "Follow"
|
1574 |
+
msgid "NoFollow"
|
1575 |
+
msgstr "Continuar"
|
1576 |
+
|
1577 |
+
#: dashboard/publisher/adverts-generator.php:73
|
1578 |
+
msgid "Tell crawlers and search engines not to follow the target website url?"
|
1579 |
+
msgstr ""
|
1580 |
+
|
1581 |
+
#: dashboard/publisher/adverts-generator.php:77
|
1582 |
+
#: dashboard/publisher/adverts-generator.php:106
|
1583 |
+
#: dashboard/publisher/groups-edit.php:95
|
1584 |
+
msgid "Advert size"
|
1585 |
+
msgstr ""
|
1586 |
+
|
1587 |
+
#: dashboard/publisher/adverts-generator.php:79
|
1588 |
+
#: dashboard/publisher/adverts-generator.php:108
|
1589 |
+
#, fuzzy
|
1590 |
+
#| msgid "pixel(s) wide"
|
1591 |
+
msgid "px wide"
|
1592 |
+
msgstr "ancho pixel(s)"
|
1593 |
+
|
1594 |
+
#: dashboard/publisher/adverts-generator.php:80
|
1595 |
+
#: dashboard/publisher/adverts-generator.php:109
|
1596 |
+
#, fuzzy
|
1597 |
+
#| msgid "pixel(s) high."
|
1598 |
+
msgid "px high."
|
1599 |
+
msgstr "alto pixel(s)"
|
1600 |
+
|
1601 |
+
#: dashboard/publisher/adverts-generator.php:81
|
1602 |
+
#: dashboard/publisher/adverts-generator.php:110
|
1603 |
+
#, fuzzy
|
1604 |
+
msgid "Define the maximum size of the adverts in pixels."
|
1605 |
+
msgstr ""
|
1606 |
+
"Definir el tamaño máximo de los anuncios en píxeles menos el del margen. El "
|
1607 |
+
"tamaño puede ser 'auto' (No recomendado). Predeterminado: 125/125."
|
1608 |
+
|
1609 |
+
#: dashboard/publisher/adverts-generator.php:81
|
1610 |
+
#: dashboard/publisher/adverts-generator.php:119
|
1611 |
+
#, fuzzy
|
1612 |
+
#| msgid "Title (optional):"
|
1613 |
+
msgid "(Optional)"
|
1614 |
+
msgstr "Título (opcional):"
|
1615 |
+
|
1616 |
+
#: dashboard/publisher/adverts-generator.php:88
|
1617 |
+
msgid "HTML5 or Flash Advert"
|
1618 |
+
msgstr ""
|
1619 |
+
|
1620 |
+
#: dashboard/publisher/adverts-generator.php:89
|
1621 |
+
msgid ""
|
1622 |
+
"These are more advanced adverts, using a Flash file or HTML5 files. Try to "
|
1623 |
+
"avoid Flash. HTML5 is the new and better standard."
|
1624 |
+
msgstr ""
|
1625 |
+
|
1626 |
+
#: dashboard/publisher/adverts-generator.php:90
|
1627 |
+
msgid ""
|
1628 |
+
"If your HTML5 advert consists of multiple files, upload all files using the "
|
1629 |
+
"AdRotate Media Manager and select the HTML file here."
|
1630 |
+
msgstr ""
|
1631 |
+
|
1632 |
+
#: dashboard/publisher/adverts-generator.php:95
|
1633 |
+
msgid "HTML/Flash file"
|
1634 |
+
msgstr ""
|
1635 |
+
|
1636 |
+
#: dashboard/publisher/adverts-generator.php:114
|
1637 |
+
msgid "Flash clickTAG"
|
1638 |
+
msgstr ""
|
1639 |
+
|
1640 |
+
#: dashboard/publisher/adverts-generator.php:117
|
1641 |
+
msgid "Parameter"
|
1642 |
+
msgstr ""
|
1643 |
+
|
1644 |
+
#: dashboard/publisher/adverts-generator.php:118
|
1645 |
+
msgid "No clickTAG"
|
1646 |
+
msgstr ""
|
1647 |
+
|
1648 |
+
#: dashboard/publisher/adverts-generator.php:119
|
1649 |
+
msgid "URL"
|
1650 |
+
msgstr ""
|
1651 |
+
|
1652 |
+
#: dashboard/publisher/adverts-generator.php:119
|
1653 |
+
msgid ""
|
1654 |
+
"This option is ignored for HTML5 adverts. All choices do the exact same, but "
|
1655 |
+
"some developers write the parameter differently."
|
1656 |
+
msgstr ""
|
1657 |
+
|
1658 |
+
#: dashboard/publisher/adverts-generator.php:128
|
1659 |
+
msgid "Generate and Configure Advert"
|
1660 |
+
msgstr ""
|
1661 |
+
|
1662 |
+
#: dashboard/publisher/adverts-generator.php:129
|
1663 |
+
msgid "Always test your adverts before activating them."
|
1664 |
+
msgstr ""
|
1665 |
+
|
1666 |
+
#: dashboard/publisher/adverts-generator.php:132
|
1667 |
+
msgid "NOTE:"
|
1668 |
+
msgstr ""
|
1669 |
+
|
1670 |
+
#: dashboard/publisher/adverts-generator.php:132
|
1671 |
+
msgid ""
|
1672 |
+
"While the Code Generator has been tested and works, code generation, as "
|
1673 |
+
"always, is a interpretation of user input. If you provide the correct bits "
|
1674 |
+
"and pieces, a working advert may be generated. If you leave fields empty or "
|
1675 |
+
"insert the wrong info you probably end up with a broken advert."
|
1676 |
+
msgstr ""
|
1677 |
+
|
1678 |
+
#: dashboard/publisher/adverts-generator.php:132
|
1679 |
+
msgid ""
|
1680 |
+
"Based on your input and experiences later iterations of the Code Generator "
|
1681 |
+
"will be better and more feature rich."
|
1682 |
+
msgstr ""
|
1683 |
+
|
1684 |
#: dashboard/publisher/adverts-main.php:12
|
1685 |
msgid "Active Adverts"
|
1686 |
msgstr ""
|
1694 |
#: dashboard/publisher/adverts-main.php:46
|
1695 |
#: dashboard/publisher/groups-main.php:37
|
1696 |
#: dashboard/publisher/groups-main.php:39
|
1697 |
+
#: dashboard/publisher/statistics-advert.php:45
|
1698 |
+
#: dashboard/publisher/statistics-group.php:51
|
1699 |
msgid "Today"
|
1700 |
msgstr "Hoy"
|
1701 |
|
1703 |
msgid "No adverts created yet!"
|
1704 |
msgstr ""
|
1705 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1706 |
#: dashboard/publisher/groups-edit.php:43
|
1707 |
msgid "New Group"
|
1708 |
msgstr "Nuevo Grupo"
|
1760 |
msgid "Larger blocks will degrade your sites performance! Default: 2/2."
|
1761 |
msgstr ""
|
1762 |
|
|
|
|
|
|
|
|
|
1763 |
#: dashboard/publisher/groups-edit.php:97
|
1764 |
msgid "pixel(s) wide"
|
1765 |
msgstr "ancho pixel(s)"
|
2001 |
msgstr "Errores de configuración."
|
2002 |
|
2003 |
#: dashboard/publisher/groups-edit.php:385
|
2004 |
+
#: dashboard/publisher/schedules-main.php:87
|
2005 |
msgid "Expires soon."
|
2006 |
msgstr "Caduca pronto."
|
2007 |
|
2008 |
#: dashboard/publisher/groups-edit.php:386
|
2009 |
+
#: dashboard/publisher/schedules-main.php:88
|
2010 |
msgid "Has expired."
|
2011 |
msgstr "Ha expirado."
|
2012 |
|
2039 |
msgid "No groups created!"
|
2040 |
msgstr "No hay grupos creados!"
|
2041 |
|
2042 |
+
#: dashboard/publisher/media.php:17
|
2043 |
+
#, fuzzy
|
2044 |
+
msgid "Upload new file"
|
2045 |
+
msgstr "Cargar una nueva Imagen de Banner"
|
2046 |
+
|
2047 |
+
#: dashboard/publisher/media.php:18
|
2048 |
+
#, fuzzy
|
2049 |
+
msgid "Accepted files:"
|
2050 |
+
msgstr "Los archivos aceptados son:"
|
2051 |
+
|
2052 |
+
#: dashboard/publisher/media.php:18
|
2053 |
+
#, fuzzy
|
2054 |
+
msgid "Maximum size is 512Kb per file."
|
2055 |
+
msgstr "El tamaño máximo es 512Kb."
|
2056 |
+
|
2057 |
+
#: dashboard/publisher/media.php:18
|
2058 |
+
#, fuzzy
|
2059 |
+
msgid "Important:"
|
2060 |
+
msgstr "Importante:"
|
2061 |
+
|
2062 |
+
#: dashboard/publisher/media.php:18
|
2063 |
+
#, fuzzy
|
2064 |
+
msgid ""
|
2065 |
+
"Make sure your file has no spaces or special characters in the name. Replace "
|
2066 |
+
"spaces with a - or _."
|
2067 |
+
msgstr ""
|
2068 |
+
"Asegúrese de que en el nombre de su archivo no contiene espacios ni "
|
2069 |
+
"caracteres especiales. Reemplace los espacios con un - o _."
|
2070 |
+
|
2071 |
+
#: dashboard/publisher/media.php:18
|
2072 |
+
msgid ""
|
2073 |
+
"If you remove spaces from filenames for HTML5 adverts also edit the html "
|
2074 |
+
"file so it knows about the changed name. For example for the javascript file."
|
2075 |
+
msgstr ""
|
2076 |
+
|
2077 |
+
#: dashboard/publisher/media.php:21
|
2078 |
+
#, fuzzy
|
2079 |
+
msgid "Upload file"
|
2080 |
+
msgstr "Subir imagen"
|
2081 |
+
|
2082 |
+
#: dashboard/publisher/media.php:21
|
2083 |
+
msgid "Click only once per file!"
|
2084 |
+
msgstr ""
|
2085 |
+
|
2086 |
+
#: dashboard/publisher/media.php:25
|
2087 |
+
#, fuzzy
|
2088 |
+
msgid "Available files in"
|
2089 |
+
msgstr "Los banners estan disponibles en"
|
2090 |
+
|
2091 |
+
#: dashboard/publisher/media.php:31
|
2092 |
+
#, fuzzy
|
2093 |
+
msgid "Actions"
|
2094 |
+
msgstr "Acciones"
|
2095 |
+
|
2096 |
+
#: dashboard/publisher/media.php:65
|
2097 |
+
#, fuzzy
|
2098 |
+
#| msgid "No files found"
|
2099 |
+
msgid "No files found!"
|
2100 |
+
msgstr "No se han encontrado contenidos"
|
2101 |
+
|
2102 |
+
#: dashboard/publisher/media.php:72
|
2103 |
+
#, fuzzy
|
2104 |
+
msgid ""
|
2105 |
+
"Make sure the banner images are not in use by adverts when you delete them!"
|
2106 |
+
msgstr ""
|
2107 |
+
"¡Asegúrese de que las imágenes de banner no se están utilizando en los "
|
2108 |
+
"anuncios cuando las elimine!"
|
2109 |
+
|
2110 |
+
#: dashboard/publisher/media.php:73 dashboard/publisher/schedules-main.php:89
|
2111 |
+
#: dashboard/publisher/statistics-advert.php:140
|
2112 |
+
#: dashboard/publisher/statistics-group.php:112
|
2113 |
+
#: dashboard/publisher/statistics-main.php:73
|
2114 |
+
msgid "Get more features with AdRotate Pro"
|
2115 |
+
msgstr "Obtenga más funciones con AdRotate Pro"
|
2116 |
+
|
2117 |
+
#: dashboard/publisher/schedules-main.php:12
|
2118 |
+
#, fuzzy
|
2119 |
+
msgid "Manage Schedules"
|
2120 |
+
msgstr "Gestionar Programas"
|
2121 |
+
|
2122 |
+
#: dashboard/publisher/schedules-main.php:13
|
2123 |
+
msgid ""
|
2124 |
+
"In AdRotate Pro you can schedule adverts for multiple periods of time. One "
|
2125 |
+
"schedule can be assigned to many adverts allowing you to manage multi advert "
|
2126 |
+
"campaigns easily. Schedules can be active on certain days of the week or on "
|
2127 |
+
"certain hours of the day."
|
2128 |
+
msgstr ""
|
2129 |
+
|
2130 |
+
#: dashboard/publisher/schedules-main.php:36
|
2131 |
+
#, fuzzy
|
2132 |
+
#| msgid "Shown"
|
2133 |
+
msgid "Max Shown"
|
2134 |
+
msgstr "Mostrado"
|
2135 |
+
|
2136 |
+
#: dashboard/publisher/schedules-main.php:37
|
2137 |
+
#: dashboard/publisher/statistics-advert.php:114
|
2138 |
+
msgid "Max Clicks"
|
2139 |
+
msgstr "Número máximo de Clics"
|
2140 |
+
|
2141 |
+
#: dashboard/publisher/schedules-main.php:70
|
2142 |
+
msgid "Mon:"
|
2143 |
+
msgstr ""
|
2144 |
+
|
2145 |
+
#: dashboard/publisher/schedules-main.php:70
|
2146 |
+
msgid "Tue:"
|
2147 |
+
msgstr ""
|
2148 |
+
|
2149 |
+
#: dashboard/publisher/schedules-main.php:70
|
2150 |
+
msgid "Wed:"
|
2151 |
+
msgstr ""
|
2152 |
+
|
2153 |
+
#: dashboard/publisher/schedules-main.php:70
|
2154 |
+
msgid "Thu:"
|
2155 |
+
msgstr ""
|
2156 |
+
|
2157 |
+
#: dashboard/publisher/schedules-main.php:70
|
2158 |
+
msgid "Fri:"
|
2159 |
+
msgstr ""
|
2160 |
+
|
2161 |
+
#: dashboard/publisher/schedules-main.php:70
|
2162 |
+
msgid "Sat:"
|
2163 |
+
msgstr ""
|
2164 |
+
|
2165 |
+
#: dashboard/publisher/schedules-main.php:70
|
2166 |
+
msgid "Sun:"
|
2167 |
+
msgstr ""
|
2168 |
+
|
2169 |
+
#: dashboard/publisher/schedules-main.php:70
|
2170 |
+
msgid "Between:"
|
2171 |
+
msgstr ""
|
2172 |
+
|
2173 |
+
#: dashboard/publisher/schedules-main.php:70
|
2174 |
+
#, fuzzy
|
2175 |
+
#| msgid "Impressions"
|
2176 |
+
msgid "Impression spread:"
|
2177 |
+
msgstr "Impresiones"
|
2178 |
+
|
2179 |
+
#: dashboard/publisher/schedules-main.php:70
|
2180 |
+
#, fuzzy
|
2181 |
+
#| msgid "Delete"
|
2182 |
+
msgid "Auto Delete:"
|
2183 |
+
msgstr "Borrar"
|
2184 |
+
|
2185 |
+
#: dashboard/publisher/schedules-main.php:81
|
2186 |
+
msgid "Nothing here!"
|
2187 |
+
msgstr ""
|
2188 |
+
|
2189 |
+
#: dashboard/publisher/statistics-advert.php:40
|
2190 |
+
msgid "Statistics for advert"
|
2191 |
+
msgstr "Estadísticas del anuncio"
|
2192 |
+
|
2193 |
+
#: dashboard/publisher/statistics-advert.php:47
|
2194 |
+
#: dashboard/publisher/statistics-group.php:53
|
2195 |
+
#: dashboard/publisher/statistics-main.php:19
|
2196 |
+
#, fuzzy
|
2197 |
+
#| msgid "Clicks timer"
|
2198 |
+
msgid "All time"
|
2199 |
+
msgstr "Temporizador de Clics"
|
2200 |
+
|
2201 |
+
#: dashboard/publisher/statistics-advert.php:52
|
2202 |
+
#: dashboard/publisher/statistics-advert.php:58
|
2203 |
+
#: dashboard/publisher/statistics-advert.php:72
|
2204 |
+
#: dashboard/publisher/statistics-advert.php:78
|
2205 |
+
#: dashboard/publisher/statistics-advert.php:99
|
2206 |
+
#: dashboard/publisher/statistics-group.php:58
|
2207 |
+
#: dashboard/publisher/statistics-group.php:64
|
2208 |
+
#: dashboard/publisher/statistics-group.php:78
|
2209 |
+
#: dashboard/publisher/statistics-group.php:84
|
2210 |
+
#: dashboard/publisher/statistics-group.php:103
|
2211 |
+
#: dashboard/publisher/statistics-main.php:28
|
2212 |
+
#: dashboard/publisher/statistics-main.php:42
|
2213 |
+
#: dashboard/publisher/statistics-main.php:46
|
2214 |
+
#: dashboard/publisher/statistics-main.php:64
|
2215 |
+
msgid "Impressions"
|
2216 |
+
msgstr "Impresiones"
|
2217 |
+
|
2218 |
+
#: dashboard/publisher/statistics-advert.php:65
|
2219 |
+
#: dashboard/publisher/statistics-group.php:71
|
2220 |
+
#: dashboard/publisher/statistics-main.php:35
|
2221 |
+
#, fuzzy
|
2222 |
+
#| msgid "This month"
|
2223 |
+
msgid "Last month"
|
2224 |
+
msgstr "Este més"
|
2225 |
+
|
2226 |
+
#: dashboard/publisher/statistics-advert.php:86
|
2227 |
+
#: dashboard/publisher/statistics-group.php:92
|
2228 |
+
#: dashboard/publisher/statistics-main.php:53
|
2229 |
+
msgid "Monthly overview of clicks and impressions"
|
2230 |
+
msgstr "Resumen mensual de clics e impresiones"
|
2231 |
+
|
2232 |
+
#: dashboard/publisher/statistics-advert.php:108
|
2233 |
+
#, fuzzy
|
2234 |
+
#| msgid "Monthly overview of clicks and impressions"
|
2235 |
+
msgid "Periodic overview of clicks and impressions"
|
2236 |
+
msgstr "Resumen mensual de clics e impresiones"
|
2237 |
+
|
2238 |
+
#: dashboard/publisher/statistics-advert.php:112
|
2239 |
+
#, fuzzy
|
2240 |
+
#| msgid "Show from"
|
2241 |
+
msgid "Shown from"
|
2242 |
+
msgstr "Mostrar desde"
|
2243 |
+
|
2244 |
+
#: dashboard/publisher/statistics-advert.php:113
|
2245 |
+
#, fuzzy
|
2246 |
+
#| msgid "Show until"
|
2247 |
+
msgid "Shown until"
|
2248 |
+
msgstr "Mostrar hasta"
|
2249 |
+
|
2250 |
+
#: dashboard/publisher/statistics-advert.php:114
|
2251 |
+
#: dashboard/publisher/statistics-advert.php:115
|
2252 |
+
#, fuzzy
|
2253 |
+
msgid "Used"
|
2254 |
+
msgstr "Utilizado"
|
2255 |
+
|
2256 |
+
#: dashboard/publisher/statistics-advert.php:115
|
2257 |
+
msgid "Max Impressions"
|
2258 |
+
msgstr "Número máximo de Impresiones"
|
2259 |
+
|
2260 |
+
#: dashboard/publisher/statistics-advert.php:141
|
2261 |
+
#: dashboard/publisher/statistics-group.php:113
|
2262 |
+
#: dashboard/publisher/statistics-main.php:74
|
2263 |
+
#: dashboard/settings/notifications.php:60
|
2264 |
+
#: dashboard/settings/notifications.php:90
|
2265 |
+
msgid "Note:"
|
2266 |
+
msgstr "Nota:"
|
2267 |
+
|
2268 |
+
#: dashboard/publisher/statistics-advert.php:141
|
2269 |
+
#: dashboard/publisher/statistics-group.php:113
|
2270 |
+
#: dashboard/publisher/statistics-main.php:74
|
2271 |
+
msgid ""
|
2272 |
+
"All statistics are indicative. They do not nessesarily reflect results "
|
2273 |
+
"counted by other parties."
|
2274 |
+
msgstr ""
|
2275 |
+
"Todas las estadísticas son indicativas. No reflejan necesariamente los "
|
2276 |
+
"resultados contabilizados por otras partes."
|
2277 |
+
|
2278 |
+
#: dashboard/publisher/statistics-group.php:46
|
2279 |
msgid "Statistics for group"
|
2280 |
msgstr "Estadisticas por Grupo"
|
2281 |
|
2282 |
+
#: dashboard/publisher/statistics-main.php:26
|
2283 |
+
msgid "Adverts counting stats"
|
2284 |
+
msgstr ""
|
2285 |
+
|
2286 |
#: dashboard/settings/advertisers.php:16
|
2287 |
msgid "Advertisers - Available in AdRotate Pro"
|
2288 |
msgstr ""
|
3297 |
msgstr ""
|
3298 |
"Este número no puede estar vacío, ser negativo o exceder de 86400 (24 horas)."
|
3299 |
|
3300 |
+
#~ msgid "Report"
|
3301 |
+
#~ msgstr "Informe"
|
3302 |
+
|
3303 |
+
#, fuzzy
|
3304 |
+
#~ msgid "More information"
|
3305 |
+
#~ msgstr "Más información..."
|
3306 |
+
|
3307 |
+
#~ msgid "Impressions today"
|
3308 |
+
#~ msgstr "Impresiones hoy"
|
3309 |
+
|
3310 |
+
#~ msgid "Clicks today"
|
3311 |
+
#~ msgstr "Clics hoy"
|
3312 |
+
|
3313 |
#~ msgid "Empty database records removed"
|
3314 |
#~ msgstr "Se han eliminado los registros vacios de la base de datos"
|
3315 |
|
3336 |
#~ msgid "Help AdRotate Grow"
|
3337 |
#~ msgstr "Atascado con AdRotate? Yo te ayudaré!"
|
3338 |
|
|
|
|
|
|
|
|
|
3339 |
#, fuzzy
|
3340 |
#~ msgid "Manage Media"
|
3341 |
#~ msgstr "Gestionar Medios"
|
3355 |
#~ msgid "Ads"
|
3356 |
#~ msgstr "Anuncios"
|
3357 |
|
|
|
|
|
|
|
|
|
|
|
|
|
3358 |
#, fuzzy
|
3359 |
#~ msgid "No schedules created yet!"
|
3360 |
#~ msgstr "Todavia no se han creado programas!"
|
3375 |
#~ msgid "Media uploading and management is available in AdRotate Pro."
|
3376 |
#~ msgstr "Esta función está disponible en AdRotate Pro"
|
3377 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3378 |
#, fuzzy
|
3379 |
#~ msgid ""
|
3380 |
#~ "For responsive adverts make sure the filename is in the following format; "
|
3401 |
#~ "image.full.jpg, image.320.jpg e image.768.jpg sirven el mismo anuncio "
|
3402 |
#~ "para distintas ventanas gráficas. Se necesita jQuery."
|
3403 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3404 |
#, fuzzy
|
3405 |
#~ msgid "Manage your banner folder from here with AdRotate Pro."
|
3406 |
#~ msgstr "Obtenga más funciones con AdRotate Pro"
|
3483 |
#~ "¿Quién recibe correo electrónico de los anunciantes. Un máximo de 2 "
|
3484 |
#~ "direcciones separadas por comas. Este campo no puede estar vacío!"
|
3485 |
|
|
|
|
|
|
|
3486 |
#~ msgid ""
|
3487 |
#~ "Benefit from extra features to reinforce your income with advertising "
|
3488 |
#~ "campaigns. Make the most of your website with the powerful tools AdRotate "
|
3496 |
#~ msgid "Visit the"
|
3497 |
#~ msgstr "Visite la"
|
3498 |
|
|
|
|
|
|
|
3499 |
#~ msgid "AdRotate News and Developer Blog"
|
3500 |
#~ msgstr "Noticias y Blog del Desarrollador de AdRotate "
|
3501 |
|
3577 |
#~ msgid "Block Mode - Show a block of ads"
|
3578 |
#~ msgstr "Modo Block - Mostrar un bloque de anuncios"
|
3579 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3580 |
#~ msgid "No ads created!"
|
3581 |
#~ msgstr "No hay anuncios creados!"
|
3582 |
|
3608 |
#~ msgid "Find out more"
|
3609 |
#~ msgstr "Para saber más"
|
3610 |
|
|
|
|
|
|
|
3611 |
#~ msgid "Barely visible"
|
3612 |
#~ msgstr "Apenas visible"
|
3613 |
|
3626 |
#~ msgid "Impressions timer"
|
3627 |
#~ msgstr "Temporizador de Impresiones"
|
3628 |
|
|
|
|
|
|
|
3629 |
#, fuzzy
|
3630 |
#~ msgid "Learn More"
|
3631 |
#~ msgstr "Aprender más"
|
3632 |
|
|
|
|
|
|
|
|
|
3633 |
#~ msgid ""
|
3634 |
#~ "Your one stop for Webdevelopment, consultancy and anything WordPress! "
|
3635 |
#~ "Find out more about what I can do for you!"
|
3653 |
#~ msgid "Group updated"
|
3654 |
#~ msgstr "Grupo actualizado"
|
3655 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3656 |
#~ msgid "Access Rights"
|
3657 |
#~ msgstr "Permisos de acceso"
|
3658 |
|
4078 |
#~ "image.full.jpg, image.320.jpg e image.768.jpg sirven el mismo anuncio "
|
4079 |
#~ "para distintas ventanas gráficas. Se necesita jQuery."
|
4080 |
|
|
|
|
|
|
|
4081 |
#, fuzzy
|
4082 |
#~ msgid "Geo Location in AdRotate Pro"
|
4083 |
#~ msgstr "Geo Localización"
|
4093 |
#~ msgid "Target your audience with Geo Location in AdRotate Pro"
|
4094 |
#~ msgstr "Obtenga más funciones con AdRotate Pro"
|
4095 |
|
|
|
|
|
|
|
4096 |
#~ msgid "From when to when is the advert visible?"
|
4097 |
#~ msgstr "De cuando a cuando es visible el anuncio?"
|
4098 |
|
4210 |
#~ msgid "Updated"
|
4211 |
#~ msgstr "Actualizar"
|
4212 |
|
|
|
|
|
|
|
|
|
|
|
|
|
4213 |
#~ msgid "AdRotate Server Settings"
|
4214 |
#~ msgstr "Ajustes Servidor AdRotate"
|
4215 |
|
4348 |
#~ msgid "Buy"
|
4349 |
#~ msgstr "Comprar"
|
4350 |
|
|
|
|
|
|
|
|
|
4351 |
#, fuzzy
|
4352 |
#~ msgid "Schedules not in use by this advert are hidden."
|
4353 |
#~ msgstr "Los horarios no están en uso en este anuncio están ocultos."
|
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: 2017-
|
6 |
-
"PO-Revision-Date: 2017-
|
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"
|
@@ -17,110 +17,116 @@ msgstr ""
|
|
17 |
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
-
#: adrotate-functions.php:
|
21 |
msgid "No files found"
|
22 |
msgstr "Aucun fichier n'a été trouvé"
|
23 |
|
24 |
-
#: adrotate-functions.php:
|
25 |
msgid "Folder not found or not accessible"
|
26 |
msgstr "Le dossier n'a pas été trouvé ou n'est pas accessible"
|
27 |
|
28 |
-
#: adrotate-functions.php:
|
29 |
msgid "Ad saved"
|
30 |
msgstr ""
|
31 |
|
32 |
-
#: adrotate-functions.php:
|
33 |
msgid "Group saved"
|
34 |
msgstr ""
|
35 |
|
36 |
-
#: adrotate-functions.php:
|
37 |
msgid "Ad(s) deleted"
|
38 |
msgstr "Publicité(s) supprimée(s)"
|
39 |
|
40 |
-
#: adrotate-functions.php:
|
41 |
msgid "Group deleted"
|
42 |
msgstr "Groupe supprimé"
|
43 |
|
44 |
-
#: adrotate-functions.php:
|
45 |
msgid "Ad(s) statistics reset"
|
46 |
msgstr "Statistiques de la publicité/des publicités ont été mises à zéro"
|
47 |
|
48 |
-
#: adrotate-functions.php:
|
49 |
msgid "Ad(s) renewed"
|
50 |
msgstr "publicité(s) renouvellée(s)"
|
51 |
|
52 |
-
#: adrotate-functions.php:
|
53 |
msgid "Ad(s) deactivated"
|
54 |
msgstr "Publicité(s) désactivée(s)"
|
55 |
|
56 |
-
#: adrotate-functions.php:
|
57 |
msgid "Ad(s) activated"
|
58 |
msgstr "Publicité(s) activée(s)"
|
59 |
|
60 |
-
#: adrotate-functions.php:
|
61 |
msgid "Group including it's Ads deleted"
|
62 |
msgstr "Le gruop ainsi que ses publicités ont été supprimés"
|
63 |
|
64 |
-
#: adrotate-functions.php:
|
65 |
#, fuzzy
|
66 |
msgid "Export created"
|
67 |
msgstr "Publicité créée"
|
68 |
|
69 |
-
#: adrotate-functions.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
70 |
msgid "Settings saved"
|
71 |
msgstr "Paramètres sauvegardés"
|
72 |
|
73 |
-
#: adrotate-functions.php:
|
74 |
msgid "Database optimized"
|
75 |
msgstr "Base de données optimisée"
|
76 |
|
77 |
-
#: adrotate-functions.php:
|
78 |
msgid "Database repaired"
|
79 |
msgstr "Base de données réparée"
|
80 |
|
81 |
-
#: adrotate-functions.php:
|
82 |
msgid "Ads evaluated and statuses have been corrected where required"
|
83 |
msgstr ""
|
84 |
"Publicités évalués et les statuts ont été corrigées si c'était nécessaire"
|
85 |
|
86 |
-
#: adrotate-functions.php:
|
87 |
#, fuzzy
|
88 |
#| msgid "Clean-up Database"
|
89 |
msgid "Cleanup complete"
|
90 |
msgstr "Nettoyer la base de données"
|
91 |
|
92 |
-
#: adrotate-functions.php:
|
93 |
msgid "Action prohibited"
|
94 |
msgstr "Action interdite"
|
95 |
|
96 |
-
#: adrotate-functions.php:
|
97 |
msgid ""
|
98 |
"The ad was saved but has an issue which might prevent it from working "
|
99 |
"properly. Review the colored ad."
|
100 |
msgstr ""
|
101 |
|
102 |
-
#: adrotate-functions.php:
|
103 |
msgid "No data found in selected time period"
|
104 |
msgstr "Aucune donnée n'a été trouvée dans la période sélectionnée"
|
105 |
|
106 |
-
#: adrotate-functions.php:
|
107 |
msgid "Database can only be optimized or cleaned once every hour"
|
108 |
msgstr ""
|
109 |
"La base de données peut être optimisée ou nettoyée une fois toutes les heures"
|
110 |
|
111 |
-
#: adrotate-functions.php:
|
112 |
msgid "Form can not be (partially) empty!"
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: adrotate-functions.php:
|
116 |
msgid "No ads found."
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: adrotate-functions.php:
|
120 |
msgid "Unexpected error"
|
121 |
msgstr ""
|
122 |
|
123 |
-
#: adrotate-manage-publisher.php:
|
124 |
msgid "AdRotate Advertiser"
|
125 |
msgstr ""
|
126 |
|
@@ -222,199 +228,207 @@ msgstr ""
|
|
222 |
msgid "Your AdRotate Banner folder is not writable or does not exist."
|
223 |
msgstr ""
|
224 |
|
225 |
-
#: adrotate-output.php:
|
226 |
#: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:89
|
227 |
#: dashboard/adrotatepro.php:90 dashboard/adrotatepro.php:99
|
228 |
#: dashboard/adrotatepro.php:100 dashboard/adrotatepro.php:101
|
229 |
-
#: dashboard/adrotatepro.php:102 dashboard/info.php:
|
230 |
-
#: dashboard/info.php:
|
231 |
-
#: dashboard/info.php:
|
232 |
#: dashboard/settings/geotargeting.php:35
|
233 |
msgid "Buy now"
|
234 |
msgstr ""
|
235 |
|
236 |
-
#: adrotate-output.php:
|
237 |
msgid ""
|
238 |
-
"
|
239 |
-
"
|
240 |
msgstr ""
|
241 |
|
242 |
-
#: adrotate-output.php:
|
243 |
#, php-format
|
244 |
msgid ""
|
245 |
"Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
|
246 |
msgstr ""
|
247 |
|
248 |
-
#: adrotate-output.php:
|
249 |
-
msgid "Thank you for your
|
250 |
msgstr ""
|
251 |
|
252 |
-
#: adrotate-output.php:
|
253 |
msgid ""
|
254 |
"Thank you for choosing AdRotate. Everything related to AdRotate is in this "
|
255 |
"menu. If you need help getting started take a look at the"
|
256 |
msgstr ""
|
257 |
|
258 |
-
#: adrotate-output.php:
|
259 |
msgid "manuals"
|
260 |
msgstr "manuels"
|
261 |
|
262 |
-
#: adrotate-output.php:
|
263 |
msgid "and"
|
264 |
msgstr ""
|
265 |
|
266 |
-
#: adrotate-output.php:
|
267 |
msgid "forums"
|
268 |
msgstr ""
|
269 |
|
270 |
-
#: adrotate-output.php:
|
271 |
msgid "Useful Links"
|
272 |
msgstr ""
|
273 |
|
274 |
-
#: adrotate-output.php:
|
275 |
msgid "Useful links to learn more about AdRotate"
|
276 |
msgstr ""
|
277 |
|
278 |
-
#: adrotate-output.php:
|
279 |
msgid "AdRotate website"
|
280 |
msgstr ""
|
281 |
|
282 |
-
#: adrotate-output.php:
|
283 |
msgid "Getting Started With AdRotate"
|
284 |
msgstr ""
|
285 |
|
286 |
-
#: adrotate-output.php:
|
287 |
msgid "AdRotate manuals"
|
288 |
msgstr ""
|
289 |
|
290 |
-
#: adrotate-output.php:
|
291 |
msgid "AdRotate Support Forum"
|
292 |
msgstr ""
|
293 |
|
294 |
-
#: adrotate-output.php:
|
295 |
msgid "Support AdRotate"
|
296 |
msgstr "Soutenez AdRotate"
|
297 |
|
298 |
-
#: adrotate-output.php:
|
299 |
msgid "Check out my website"
|
300 |
msgstr ""
|
301 |
|
302 |
-
#: adrotate-output.php:
|
303 |
msgid ""
|
304 |
"Many users only think to review AdRotate when something goes wrong while "
|
305 |
"thousands of people happily use AdRotate."
|
306 |
msgstr ""
|
307 |
|
308 |
-
#: adrotate-output.php:
|
309 |
msgid "If you find AdRotate useful please leave your"
|
310 |
msgstr ""
|
311 |
|
312 |
-
#: adrotate-output.php:
|
313 |
msgid "rating"
|
314 |
msgstr ""
|
315 |
|
316 |
-
#: adrotate-output.php:
|
317 |
#, fuzzy
|
318 |
msgid "review"
|
319 |
msgstr "En avant-première"
|
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 |
#: dashboard/settings/notifications.php:80
|
327 |
msgid "Available in AdRotate Pro"
|
328 |
msgstr "Disponible dans Adrotate Pro"
|
329 |
|
330 |
-
#: adrotate-output.php:
|
331 |
msgid "More information..."
|
332 |
msgstr "Plus d'informations..."
|
333 |
|
334 |
-
#: adrotate-output.php:
|
335 |
msgid "This feature is available in AdRotate Pro"
|
336 |
msgstr "Cette fonctionalité est disponible dans AdRotate Pro"
|
337 |
|
338 |
-
#: adrotate-output.php:
|
339 |
msgid "Learn more"
|
340 |
msgstr "En savoir plus"
|
341 |
|
342 |
-
#: adrotate-statistics.php:
|
343 |
#: dashboard/publisher/adverts-edit.php:241
|
344 |
msgid "January"
|
345 |
msgstr "Janvier"
|
346 |
|
347 |
-
#: adrotate-statistics.php:
|
348 |
#: dashboard/publisher/adverts-edit.php:242
|
349 |
msgid "February"
|
350 |
msgstr "Février"
|
351 |
|
352 |
-
#: adrotate-statistics.php:
|
353 |
#: dashboard/publisher/adverts-edit.php:243
|
354 |
msgid "March"
|
355 |
msgstr "Mars"
|
356 |
|
357 |
-
#: adrotate-statistics.php:
|
358 |
#: dashboard/publisher/adverts-edit.php:244
|
359 |
msgid "April"
|
360 |
msgstr "Avril"
|
361 |
|
362 |
-
#: adrotate-statistics.php:
|
363 |
#: dashboard/publisher/adverts-edit.php:245
|
364 |
msgid "May"
|
365 |
msgstr "Mai"
|
366 |
|
367 |
-
#: adrotate-statistics.php:
|
368 |
#: dashboard/publisher/adverts-edit.php:246
|
369 |
msgid "June"
|
370 |
msgstr "Juin"
|
371 |
|
372 |
-
#: adrotate-statistics.php:
|
373 |
#: dashboard/publisher/adverts-edit.php:247
|
374 |
msgid "July"
|
375 |
msgstr "Juillet"
|
376 |
|
377 |
-
#: adrotate-statistics.php:
|
378 |
#: dashboard/publisher/adverts-edit.php:248
|
379 |
msgid "August"
|
380 |
msgstr "Août"
|
381 |
|
382 |
-
#: adrotate-statistics.php:
|
383 |
#: dashboard/publisher/adverts-edit.php:249
|
384 |
msgid "September"
|
385 |
msgstr "Septembre"
|
386 |
|
387 |
-
#: adrotate-statistics.php:
|
388 |
#: dashboard/publisher/adverts-edit.php:250
|
389 |
msgid "October"
|
390 |
msgstr "Octobre"
|
391 |
|
392 |
-
#: adrotate-statistics.php:
|
393 |
#: dashboard/publisher/adverts-edit.php:251
|
394 |
msgid "November"
|
395 |
msgstr "Novembre"
|
396 |
|
397 |
-
#: adrotate-statistics.php:
|
398 |
#: dashboard/publisher/adverts-edit.php:252
|
399 |
msgid "December"
|
400 |
msgstr "Décembre"
|
401 |
|
402 |
-
#: adrotate-statistics.php:
|
403 |
msgid "Previous"
|
404 |
msgstr "Précédent"
|
405 |
|
406 |
-
#: adrotate-statistics.php:
|
|
|
|
|
407 |
msgid "This month"
|
408 |
msgstr "Ce mois-ci"
|
409 |
|
410 |
-
#: adrotate-statistics.php:
|
411 |
msgid "Next"
|
412 |
msgstr "Prochain"
|
413 |
|
414 |
-
#: adrotate-statistics.php:
|
415 |
msgid "No data to show!"
|
416 |
msgstr "Aucune donnée à montrer!"
|
417 |
|
|
|
|
|
|
|
|
|
|
|
|
|
418 |
#: adrotate-widget.php:116
|
419 |
msgid "Title (optional):"
|
420 |
msgstr "Titre (optionel) :"
|
@@ -468,6 +482,8 @@ msgstr "AdRotate Pro"
|
|
468 |
#: adrotate.php:105 dashboard/info.php:40
|
469 |
#: dashboard/publisher/adverts-edit.php:458
|
470 |
#: dashboard/publisher/groups-main.php:34
|
|
|
|
|
471 |
msgid "Adverts"
|
472 |
msgstr "Publicités"
|
473 |
|
@@ -475,78 +491,120 @@ msgstr "Publicités"
|
|
475 |
msgid "Groups"
|
476 |
msgstr "Groupes"
|
477 |
|
478 |
-
#: adrotate.php:107
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
479 |
msgid "Settings"
|
480 |
msgstr "Paramètres"
|
481 |
|
482 |
-
#: adrotate.php:
|
483 |
msgid "AdRotate Info"
|
484 |
msgstr "Informations sur Adrotate"
|
485 |
|
486 |
-
#: adrotate.php:
|
487 |
msgid "AdRotate Professional"
|
488 |
msgstr "AdRotate professionel"
|
489 |
|
490 |
-
#: adrotate.php:
|
491 |
msgid "Advert Management"
|
492 |
msgstr ""
|
493 |
|
494 |
-
#: adrotate.php:
|
495 |
msgid "Manage"
|
496 |
msgstr "Gérer"
|
497 |
|
498 |
-
#: adrotate.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
499 |
msgid "Add New"
|
500 |
msgstr "Ajouter"
|
501 |
|
502 |
-
#: adrotate.php:
|
503 |
msgid "Group Management"
|
504 |
msgstr "Gérer les groupes"
|
505 |
|
506 |
-
#: adrotate.php:
|
507 |
-
msgid "
|
508 |
-
msgstr "
|
509 |
|
510 |
-
#: adrotate.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
511 |
msgid "AdRotate Settings"
|
512 |
msgstr "Paramètres de AdRotate"
|
513 |
|
514 |
-
#: adrotate.php:
|
515 |
#, fuzzy
|
516 |
#| msgid "General Info"
|
517 |
msgid "General"
|
518 |
msgstr "Informations générales"
|
519 |
|
520 |
-
#: adrotate.php:
|
521 |
msgid "Notifications"
|
522 |
msgstr ""
|
523 |
|
524 |
-
#: adrotate.php:
|
525 |
#: dashboard/publisher/adverts-error.php:63
|
526 |
#: dashboard/publisher/adverts-main.php:81
|
527 |
#: dashboard/publisher/groups-main.php:70
|
528 |
msgid "Stats"
|
529 |
msgstr "Statistiques"
|
530 |
|
531 |
-
#: adrotate.php:
|
532 |
#: dashboard/publisher/groups-edit.php:180
|
533 |
#: dashboard/settings/advertisers.php:38
|
534 |
msgid "Geo Targeting"
|
535 |
msgstr ""
|
536 |
|
537 |
-
#: adrotate.php:
|
538 |
msgid "Advertisers"
|
539 |
msgstr ""
|
540 |
|
541 |
-
#: adrotate.php:
|
542 |
msgid "Roles"
|
543 |
msgstr ""
|
544 |
|
545 |
-
#: adrotate.php:
|
546 |
msgid "Misc"
|
547 |
msgstr ""
|
548 |
|
549 |
-
#: adrotate.php:
|
550 |
msgid "Maintenance"
|
551 |
msgstr "Maintenance"
|
552 |
|
@@ -652,89 +710,89 @@ msgid ""
|
|
652 |
msgstr ""
|
653 |
|
654 |
#: dashboard/adrotatepro.php:83 dashboard/adrotatepro.php:95
|
655 |
-
#: dashboard/info.php:
|
656 |
msgid "Buy AdRotate Professional"
|
657 |
msgstr "Achetez AdRotate Professionel"
|
658 |
|
659 |
-
#: dashboard/adrotatepro.php:87 dashboard/info.php:
|
660 |
msgid "Single License"
|
661 |
msgstr ""
|
662 |
|
663 |
-
#: dashboard/adrotatepro.php:87 dashboard/info.php:
|
664 |
msgid "One WordPress installation."
|
665 |
msgstr ""
|
666 |
|
667 |
#: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:100
|
668 |
-
#: dashboard/info.php:
|
669 |
msgid "Duo License"
|
670 |
msgstr "Licence Duo"
|
671 |
|
672 |
-
#: dashboard/adrotatepro.php:88 dashboard/info.php:
|
673 |
msgid "Two WordPress installations."
|
674 |
msgstr ""
|
675 |
|
676 |
#: dashboard/adrotatepro.php:89 dashboard/adrotatepro.php:101
|
677 |
-
#: dashboard/info.php:
|
678 |
msgid "Multi License"
|
679 |
msgstr "Licence Multiple"
|
680 |
|
681 |
-
#: dashboard/adrotatepro.php:89 dashboard/info.php:
|
682 |
msgid "Up to five WordPress installations."
|
683 |
msgstr ""
|
684 |
|
685 |
#: dashboard/adrotatepro.php:90 dashboard/adrotatepro.php:102
|
686 |
-
#: dashboard/info.php:
|
687 |
msgid "Developer License"
|
688 |
msgstr "Licence de Developpeur"
|
689 |
|
690 |
-
#: dashboard/adrotatepro.php:90 dashboard/info.php:
|
691 |
msgid "Unlimited WordPress installations and/or networks."
|
692 |
msgstr ""
|
693 |
|
694 |
#: dashboard/adrotatepro.php:91 dashboard/adrotatepro.php:104
|
695 |
-
#: dashboard/info.php:
|
696 |
msgid "Compare licenses"
|
697 |
msgstr "Comparer les licences"
|
698 |
|
699 |
-
#: dashboard/adrotatepro.php:91 dashboard/info.php:
|
700 |
msgid "Not sure which license is for you? Compare them..."
|
701 |
msgstr ""
|
702 |
"Comparez les licences pour savoir laquelle est celle dont vous avez besoin..."
|
703 |
|
704 |
-
#: dashboard/adrotatepro.php:91 dashboard/info.php:
|
705 |
msgid "All Licenses"
|
706 |
msgstr "Toutes les licences"
|
707 |
|
708 |
-
#: dashboard/adrotatepro.php:99 dashboard/info.php:
|
709 |
msgid "Lifetime License"
|
710 |
msgstr ""
|
711 |
|
712 |
-
#: dashboard/adrotatepro.php:99 dashboard/info.php:
|
713 |
msgid "Single installation."
|
714 |
msgstr ""
|
715 |
|
716 |
-
#: dashboard/adrotatepro.php:100 dashboard/info.php:
|
717 |
msgid "Up to 2 installations."
|
718 |
msgstr ""
|
719 |
|
720 |
-
#: dashboard/adrotatepro.php:101 dashboard/info.php:
|
721 |
msgid "Up to 10 installations."
|
722 |
msgstr ""
|
723 |
|
724 |
-
#: dashboard/adrotatepro.php:102 dashboard/info.php:
|
725 |
msgid "Up to 25 installations or multisite networks."
|
726 |
msgstr ""
|
727 |
|
728 |
-
#: dashboard/adrotatepro.php:103 dashboard/info.php:
|
729 |
msgid ""
|
730 |
"Subscriptions get 1 year access to updates, email support & AdRotate Geo."
|
731 |
msgstr ""
|
732 |
|
733 |
-
#: dashboard/adrotatepro.php:104 dashboard/info.php:
|
734 |
msgid "Not sure which license is for you?"
|
735 |
msgstr ""
|
736 |
|
737 |
-
#: dashboard/adrotatepro.php:104 dashboard/info.php:
|
738 |
msgid "Compare Licenses"
|
739 |
msgstr ""
|
740 |
|
@@ -764,11 +822,11 @@ msgid ""
|
|
764 |
"for updates about me and my plugins. Thank you!"
|
765 |
msgstr ""
|
766 |
|
767 |
-
#: dashboard/info.php:
|
768 |
msgid "Arnan de Gans News & Updates"
|
769 |
msgstr ""
|
770 |
|
771 |
-
#: dashboard/info.php:
|
772 |
msgid "Join the Media.net advertising network"
|
773 |
msgstr ""
|
774 |
|
@@ -780,6 +838,7 @@ msgstr ""
|
|
780 |
#: dashboard/publisher/adverts-error.php:19
|
781 |
#: dashboard/publisher/adverts-main.php:20
|
782 |
#: dashboard/publisher/groups-main.php:20
|
|
|
783 |
msgid "Bulk Actions"
|
784 |
msgstr "Actions en vrac"
|
785 |
|
@@ -790,7 +849,7 @@ msgstr "Activer"
|
|
790 |
|
791 |
#: dashboard/publisher/adverts-disabled.php:22
|
792 |
#: dashboard/publisher/adverts-error.php:21
|
793 |
-
#: dashboard/publisher/adverts-main.php:22
|
794 |
msgid "Delete"
|
795 |
msgstr "Effacer"
|
796 |
|
@@ -804,6 +863,7 @@ msgstr "Mettre à zéro les statistiques"
|
|
804 |
#: dashboard/publisher/adverts-error.php:29
|
805 |
#: dashboard/publisher/adverts-main.php:30
|
806 |
#: dashboard/publisher/groups-main.php:24
|
|
|
807 |
msgid "Go"
|
808 |
msgstr "Aller"
|
809 |
|
@@ -811,12 +871,14 @@ msgstr "Aller"
|
|
811 |
#: dashboard/publisher/adverts-error.php:39
|
812 |
#: dashboard/publisher/adverts-main.php:39
|
813 |
#: dashboard/publisher/groups-main.php:32
|
|
|
814 |
msgid "ID"
|
815 |
msgstr "ID"
|
816 |
|
817 |
#: dashboard/publisher/adverts-disabled.php:36
|
818 |
#: dashboard/publisher/adverts-error.php:41
|
819 |
#: dashboard/publisher/adverts-main.php:40
|
|
|
820 |
msgid "Start / End"
|
821 |
msgstr "Début / Fin"
|
822 |
|
@@ -824,7 +886,8 @@ msgstr "Début / Fin"
|
|
824 |
#: dashboard/publisher/adverts-error.php:40
|
825 |
#: dashboard/publisher/adverts-main.php:41
|
826 |
#: dashboard/publisher/groups-edit.php:51
|
827 |
-
#: dashboard/publisher/groups-main.php:33
|
|
|
828 |
msgid "Name"
|
829 |
msgstr "Nom"
|
830 |
|
@@ -837,21 +900,41 @@ msgstr "Montré"
|
|
837 |
|
838 |
#: dashboard/publisher/adverts-disabled.php:40
|
839 |
#: dashboard/publisher/adverts-main.php:45
|
840 |
-
#: dashboard/publisher/adverts-report.php:36
|
841 |
-
#: dashboard/publisher/adverts-report.php:57
|
842 |
#: dashboard/publisher/groups-edit.php:334
|
843 |
#: dashboard/publisher/groups-main.php:38
|
844 |
-
#: dashboard/publisher/
|
845 |
-
#: dashboard/publisher/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
846 |
msgid "Clicks"
|
847 |
msgstr "Clicks"
|
848 |
|
849 |
#: dashboard/publisher/adverts-disabled.php:41
|
850 |
#: dashboard/publisher/adverts-main.php:47
|
851 |
-
#: dashboard/publisher/
|
852 |
-
#: dashboard/publisher/
|
853 |
-
#: dashboard/publisher/
|
854 |
-
#: dashboard/publisher/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
855 |
msgid "CTR"
|
856 |
msgstr "CTR"
|
857 |
|
@@ -948,7 +1031,7 @@ msgid "Basic Examples:"
|
|
948 |
msgstr "Exemples de base :"
|
949 |
|
950 |
#: dashboard/publisher/adverts-edit.php:129
|
951 |
-
msgid "Get
|
952 |
msgstr ""
|
953 |
|
954 |
#: dashboard/publisher/adverts-edit.php:134
|
@@ -1005,6 +1088,7 @@ msgstr ""
|
|
1005 |
"pas actif ici!"
|
1006 |
|
1007 |
#: dashboard/publisher/adverts-edit.php:150
|
|
|
1008 |
msgid "Banner asset"
|
1009 |
msgstr ""
|
1010 |
|
@@ -1017,6 +1101,7 @@ msgid "Select Banner"
|
|
1017 |
msgstr "Choisir l'image"
|
1018 |
|
1019 |
#: dashboard/publisher/adverts-edit.php:155
|
|
|
1020 |
msgid "- OR -"
|
1021 |
msgstr "- OU -"
|
1022 |
|
@@ -1040,11 +1125,6 @@ msgstr ""
|
|
1040 |
"Utilisez la zone de texte ou la liste déroulante. Si le champ de texte a une "
|
1041 |
"valeur, ce champ a la priorité."
|
1042 |
|
1043 |
-
#: dashboard/publisher/adverts-edit.php:167
|
1044 |
-
#: dashboard/settings/statistics.php:17
|
1045 |
-
msgid "Statistics"
|
1046 |
-
msgstr "Statistiques"
|
1047 |
-
|
1048 |
#: dashboard/publisher/adverts-edit.php:169
|
1049 |
msgid "Enable click and impression tracking for this advert."
|
1050 |
msgstr ""
|
@@ -1072,11 +1152,21 @@ msgid "Get more features with AdRotate Pro."
|
|
1072 |
msgstr "Obtenez plus de fonctionalités avec AdRotate Pro."
|
1073 |
|
1074 |
#: dashboard/publisher/adverts-edit.php:188
|
|
|
|
|
|
|
1075 |
#: dashboard/publisher/adverts-main.php:105
|
1076 |
#: dashboard/publisher/groups-edit.php:71
|
1077 |
-
#: dashboard/publisher/groups-
|
1078 |
-
|
1079 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1080 |
|
1081 |
#: dashboard/publisher/adverts-edit.php:191
|
1082 |
#: dashboard/publisher/adverts-edit.php:291
|
@@ -1089,6 +1179,7 @@ msgstr "Sauvegarder la pub"
|
|
1089 |
#: dashboard/publisher/adverts-edit.php:292
|
1090 |
#: dashboard/publisher/adverts-edit.php:448
|
1091 |
#: dashboard/publisher/adverts-edit.php:489
|
|
|
1092 |
#: dashboard/publisher/groups-edit.php:150
|
1093 |
#: dashboard/publisher/groups-edit.php:299
|
1094 |
#: dashboard/publisher/groups-edit.php:391
|
@@ -1182,13 +1273,6 @@ msgid ""
|
|
1182 |
"Pro."
|
1183 |
msgstr ""
|
1184 |
|
1185 |
-
#: dashboard/publisher/adverts-edit.php:288
|
1186 |
-
#: dashboard/publisher/adverts-edit.php:357
|
1187 |
-
#: dashboard/publisher/adverts-edit.php:428
|
1188 |
-
#: dashboard/publisher/groups-edit.php:191
|
1189 |
-
msgid "Upgrade today"
|
1190 |
-
msgstr "Mettre à jour aujourd'hui"
|
1191 |
-
|
1192 |
#: dashboard/publisher/adverts-edit.php:295
|
1193 |
#: dashboard/publisher/groups-edit.php:153
|
1194 |
msgid "Advanced"
|
@@ -1392,6 +1476,202 @@ msgstr "Expire bientôt."
|
|
1392 |
msgid "Expired"
|
1393 |
msgstr "Expiré"
|
1394 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1395 |
#: dashboard/publisher/adverts-main.php:12
|
1396 |
msgid "Active Adverts"
|
1397 |
msgstr ""
|
@@ -1404,6 +1684,8 @@ msgstr ""
|
|
1404 |
#: dashboard/publisher/adverts-main.php:46
|
1405 |
#: dashboard/publisher/groups-main.php:37
|
1406 |
#: dashboard/publisher/groups-main.php:39
|
|
|
|
|
1407 |
msgid "Today"
|
1408 |
msgstr "Aujourd'hui"
|
1409 |
|
@@ -1411,48 +1693,6 @@ msgstr "Aujourd'hui"
|
|
1411 |
msgid "No adverts created yet!"
|
1412 |
msgstr ""
|
1413 |
|
1414 |
-
#: dashboard/publisher/adverts-report.php:30
|
1415 |
-
msgid "Statistics for advert"
|
1416 |
-
msgstr "Statistiques pour la pub"
|
1417 |
-
|
1418 |
-
#: dashboard/publisher/adverts-report.php:35
|
1419 |
-
#: dashboard/publisher/adverts-report.php:56
|
1420 |
-
#: dashboard/publisher/groups-report.php:36
|
1421 |
-
#: dashboard/publisher/groups-report.php:57
|
1422 |
-
msgid "Impressions"
|
1423 |
-
msgstr "Vues"
|
1424 |
-
|
1425 |
-
#: dashboard/publisher/adverts-report.php:37
|
1426 |
-
#: dashboard/publisher/groups-report.php:38
|
1427 |
-
msgid "Impressions today"
|
1428 |
-
msgstr "Vues aujourd'hui"
|
1429 |
-
|
1430 |
-
#: dashboard/publisher/adverts-report.php:38
|
1431 |
-
#: dashboard/publisher/groups-report.php:39
|
1432 |
-
msgid "Clicks today"
|
1433 |
-
msgstr "Clicks aujourd'hui"
|
1434 |
-
|
1435 |
-
#: dashboard/publisher/adverts-report.php:45
|
1436 |
-
#: dashboard/publisher/groups-report.php:46
|
1437 |
-
msgid "Monthly overview of clicks and impressions"
|
1438 |
-
msgstr "Synthèse mensuelle de clics et d'impressions"
|
1439 |
-
|
1440 |
-
#: dashboard/publisher/adverts-report.php:64
|
1441 |
-
#: dashboard/publisher/groups-report.php:65
|
1442 |
-
#: dashboard/settings/notifications.php:60
|
1443 |
-
#: dashboard/settings/notifications.php:90
|
1444 |
-
msgid "Note:"
|
1445 |
-
msgstr "Note :"
|
1446 |
-
|
1447 |
-
#: dashboard/publisher/adverts-report.php:64
|
1448 |
-
#: dashboard/publisher/groups-report.php:65
|
1449 |
-
msgid ""
|
1450 |
-
"All statistics are indicative. They do not nessesarily reflect results "
|
1451 |
-
"counted by other parties."
|
1452 |
-
msgstr ""
|
1453 |
-
"Toutes les statistiques sont indicatives. Elles ne reflètent pas "
|
1454 |
-
"nécessairement les résultats comptés par d'autres partis."
|
1455 |
-
|
1456 |
#: dashboard/publisher/groups-edit.php:43
|
1457 |
msgid "New Group"
|
1458 |
msgstr "Nouveau Groupe"
|
@@ -1509,10 +1749,6 @@ msgstr "Mode en Bloc"
|
|
1509 |
msgid "Larger blocks will degrade your sites performance! Default: 2/2."
|
1510 |
msgstr ""
|
1511 |
|
1512 |
-
#: dashboard/publisher/groups-edit.php:95
|
1513 |
-
msgid "Advert size"
|
1514 |
-
msgstr ""
|
1515 |
-
|
1516 |
#: dashboard/publisher/groups-edit.php:97
|
1517 |
msgid "pixel(s) wide"
|
1518 |
msgstr "largeur en pixels"
|
@@ -1752,10 +1988,12 @@ msgid "Configuration errors."
|
|
1752 |
msgstr "Erreurs de configuration."
|
1753 |
|
1754 |
#: dashboard/publisher/groups-edit.php:385
|
|
|
1755 |
msgid "Expires soon."
|
1756 |
msgstr "Expire bientôt."
|
1757 |
|
1758 |
#: dashboard/publisher/groups-edit.php:386
|
|
|
1759 |
msgid "Has expired."
|
1760 |
msgstr "A expiré."
|
1761 |
|
@@ -1788,10 +2026,243 @@ msgstr "Pour continuer, cliquez Ok, autrement, cliquez sur Annuler."
|
|
1788 |
msgid "No groups created!"
|
1789 |
msgstr "Aucun groupe n'a été créé!"
|
1790 |
|
1791 |
-
#: dashboard/publisher/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1792 |
msgid "Statistics for group"
|
1793 |
msgstr "Statistiques pour le groupe"
|
1794 |
|
|
|
|
|
|
|
|
|
1795 |
#: dashboard/settings/advertisers.php:16
|
1796 |
msgid "Advertisers - Available in AdRotate Pro"
|
1797 |
msgstr ""
|
@@ -2782,6 +3253,18 @@ msgid ""
|
|
2782 |
"This number may not be empty, be lower than 60 or exceed 86400 (24 hours)."
|
2783 |
msgstr ""
|
2784 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2785 |
#~ msgid "Empty database records removed"
|
2786 |
#~ msgstr "Les registres vides de la base de données ont été supprimés"
|
2787 |
|
@@ -2805,10 +3288,6 @@ msgstr ""
|
|
2805 |
#~ msgid "Help AdRotate Grow"
|
2806 |
#~ msgstr "AdRotate Pro"
|
2807 |
|
2808 |
-
#, fuzzy
|
2809 |
-
#~ msgid "Manage Schedules"
|
2810 |
-
#~ msgstr "Gérer les pubs"
|
2811 |
-
|
2812 |
#, fuzzy
|
2813 |
#~ msgid "Manage Media"
|
2814 |
#~ msgstr "Gérer les pubs"
|
@@ -2830,14 +3309,6 @@ msgstr ""
|
|
2830 |
#~ msgid "Ads"
|
2831 |
#~ msgstr "Pubs"
|
2832 |
|
2833 |
-
#, fuzzy
|
2834 |
-
#~ msgid "Max Impressions"
|
2835 |
-
#~ msgstr "Nombre max de vues :"
|
2836 |
-
|
2837 |
-
#, fuzzy
|
2838 |
-
#~ msgid "Max Clicks"
|
2839 |
-
#~ msgstr "Nombre de clicks max :"
|
2840 |
-
|
2841 |
#, fuzzy
|
2842 |
#~ msgid "No schedules created yet!"
|
2843 |
#~ msgstr "Aucune pub n'a encore été créé!"
|
@@ -2886,10 +3357,6 @@ msgstr ""
|
|
2886 |
#~ "publicité pour différentes tailles d'écran si le site est fluide. "
|
2887 |
#~ "Nécessite jQuery."
|
2888 |
|
2889 |
-
#, fuzzy
|
2890 |
-
#~ msgid "Actions"
|
2891 |
-
#~ msgstr "Actions en vrac"
|
2892 |
-
|
2893 |
#, fuzzy
|
2894 |
#~ msgid "Manage your banner folder from here with AdRotate Pro."
|
2895 |
#~ msgstr "Obtenez plus de fonctionalités avec AdRotate Pro."
|
@@ -2945,9 +3412,6 @@ msgstr ""
|
|
2945 |
#~ msgid "Previous database version:"
|
2946 |
#~ msgstr "Version antérieure de la base de données :"
|
2947 |
|
2948 |
-
#~ msgid "Get more features with AdRotate Pro"
|
2949 |
-
#~ msgstr "Obtenez plus de fonctionalités avec AdRotate Pro"
|
2950 |
-
|
2951 |
#~ msgid ""
|
2952 |
#~ "Benefit from extra features to reinforce your income with advertising "
|
2953 |
#~ "campaigns. Make the most of your website with the powerful tools AdRotate "
|
@@ -2961,9 +3425,6 @@ msgstr ""
|
|
2961 |
#~ msgid "Visit the"
|
2962 |
#~ msgstr "Visitez le"
|
2963 |
|
2964 |
-
#~ msgid "website"
|
2965 |
-
#~ msgstr "site"
|
2966 |
-
|
2967 |
#~ msgid "AdRotate News and Developer Blog"
|
2968 |
#~ msgstr "Actus AdRotate et blog du développeur"
|
2969 |
|
@@ -3060,9 +3521,6 @@ msgstr ""
|
|
3060 |
#~ msgid "Find out more"
|
3061 |
#~ msgstr "En savoir plus"
|
3062 |
|
3063 |
-
#~ msgid "Follow"
|
3064 |
-
#~ msgstr "Suivre"
|
3065 |
-
|
3066 |
#~ msgid "Ads in group"
|
3067 |
#~ msgstr "Pubs dans le groupe"
|
3068 |
|
@@ -3072,9 +3530,6 @@ msgstr ""
|
|
3072 |
#~ msgid "Impressions timer"
|
3073 |
#~ msgstr "Minuterie de impressions"
|
3074 |
|
3075 |
-
#~ msgid "Clicks timer"
|
3076 |
-
#~ msgstr "Interval de clicks"
|
3077 |
-
|
3078 |
#, fuzzy
|
3079 |
#~ msgid "Learn More"
|
3080 |
#~ msgstr "En savoir plus"
|
@@ -3104,14 +3559,6 @@ msgstr ""
|
|
3104 |
#~ msgid "Group updated"
|
3105 |
#~ msgstr "Groupe mis à jour"
|
3106 |
|
3107 |
-
#, fuzzy
|
3108 |
-
#~ msgid "Upload new banner image"
|
3109 |
-
#~ msgstr "Image :"
|
3110 |
-
|
3111 |
-
#, fuzzy
|
3112 |
-
#~ msgid "Accepted files are:"
|
3113 |
-
#~ msgstr "Utilisez %image% dans le code. Les fichiers acceptés sont :"
|
3114 |
-
|
3115 |
#~ msgid "Access Rights"
|
3116 |
#~ msgstr "Droits d'Accès"
|
3117 |
|
@@ -3536,9 +3983,6 @@ msgstr ""
|
|
3536 |
#~ "publicité pour différentes tailles d'écran si le site est fluide. "
|
3537 |
#~ "Nécessite jQuery."
|
3538 |
|
3539 |
-
#~ msgid "Media:"
|
3540 |
-
#~ msgstr "Médias :"
|
3541 |
-
|
3542 |
#~ msgid ""
|
3543 |
#~ "With AdRotate Pro you can also set a weight to give adverts more or less "
|
3544 |
#~ "attention."
|
@@ -3553,9 +3997,6 @@ msgstr ""
|
|
3553 |
#~ msgid "Target your audience with Geo Location in AdRotate Pro"
|
3554 |
#~ msgstr "Ciblez votre audience avec la géolocation dans AdRotate Pro"
|
3555 |
|
3556 |
-
#~ msgid "Schedule"
|
3557 |
-
#~ msgstr "Planning"
|
3558 |
-
|
3559 |
#~ msgid "From when to when is the advert visible?"
|
3560 |
#~ msgstr ""
|
3561 |
#~ "Quel est l'interval de dates pendant lequel la publicité est visible?"
|
@@ -3737,12 +4178,6 @@ msgstr ""
|
|
3737 |
#~ msgid "Updated"
|
3738 |
#~ msgstr "Mis à jour"
|
3739 |
|
3740 |
-
#~ msgid "Show from"
|
3741 |
-
#~ msgstr "Montrer de "
|
3742 |
-
|
3743 |
-
#~ msgid "Show until"
|
3744 |
-
#~ msgstr "Montrer jusqu'à"
|
3745 |
-
|
3746 |
#~ msgid "AdRotate Server Settings"
|
3747 |
#~ msgstr "Paramètres du serveur AdRotate"
|
3748 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: AdRotate 3.10.8\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2017-08-19 13:54+0800\n"
|
6 |
+
"PO-Revision-Date: 2017-08-19 13:54+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"
|
17 |
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
+
#: adrotate-functions.php:716
|
21 |
msgid "No files found"
|
22 |
msgstr "Aucun fichier n'a été trouvé"
|
23 |
|
24 |
+
#: adrotate-functions.php:719
|
25 |
msgid "Folder not found or not accessible"
|
26 |
msgstr "Le dossier n'a pas été trouvé ou n'est pas accessible"
|
27 |
|
28 |
+
#: adrotate-functions.php:804
|
29 |
msgid "Ad saved"
|
30 |
msgstr ""
|
31 |
|
32 |
+
#: adrotate-functions.php:808
|
33 |
msgid "Group saved"
|
34 |
msgstr ""
|
35 |
|
36 |
+
#: adrotate-functions.php:812
|
37 |
msgid "Ad(s) deleted"
|
38 |
msgstr "Publicité(s) supprimée(s)"
|
39 |
|
40 |
+
#: adrotate-functions.php:816
|
41 |
msgid "Group deleted"
|
42 |
msgstr "Groupe supprimé"
|
43 |
|
44 |
+
#: adrotate-functions.php:820
|
45 |
msgid "Ad(s) statistics reset"
|
46 |
msgstr "Statistiques de la publicité/des publicités ont été mises à zéro"
|
47 |
|
48 |
+
#: adrotate-functions.php:824
|
49 |
msgid "Ad(s) renewed"
|
50 |
msgstr "publicité(s) renouvellée(s)"
|
51 |
|
52 |
+
#: adrotate-functions.php:828
|
53 |
msgid "Ad(s) deactivated"
|
54 |
msgstr "Publicité(s) désactivée(s)"
|
55 |
|
56 |
+
#: adrotate-functions.php:832
|
57 |
msgid "Ad(s) activated"
|
58 |
msgstr "Publicité(s) activée(s)"
|
59 |
|
60 |
+
#: adrotate-functions.php:836
|
61 |
msgid "Group including it's Ads deleted"
|
62 |
msgstr "Le gruop ainsi que ses publicités ont été supprimés"
|
63 |
|
64 |
+
#: adrotate-functions.php:840
|
65 |
#, fuzzy
|
66 |
msgid "Export created"
|
67 |
msgstr "Publicité créée"
|
68 |
|
69 |
+
#: adrotate-functions.php:844
|
70 |
+
msgid ""
|
71 |
+
"Advert HTML generated and placed in the AdCode field. Configure your advert "
|
72 |
+
"below."
|
73 |
+
msgstr ""
|
74 |
+
|
75 |
+
#: adrotate-functions.php:849
|
76 |
msgid "Settings saved"
|
77 |
msgstr "Paramètres sauvegardés"
|
78 |
|
79 |
+
#: adrotate-functions.php:853
|
80 |
msgid "Database optimized"
|
81 |
msgstr "Base de données optimisée"
|
82 |
|
83 |
+
#: adrotate-functions.php:857
|
84 |
msgid "Database repaired"
|
85 |
msgstr "Base de données réparée"
|
86 |
|
87 |
+
#: adrotate-functions.php:861
|
88 |
msgid "Ads evaluated and statuses have been corrected where required"
|
89 |
msgstr ""
|
90 |
"Publicités évalués et les statuts ont été corrigées si c'était nécessaire"
|
91 |
|
92 |
+
#: adrotate-functions.php:865
|
93 |
#, fuzzy
|
94 |
#| msgid "Clean-up Database"
|
95 |
msgid "Cleanup complete"
|
96 |
msgstr "Nettoyer la base de données"
|
97 |
|
98 |
+
#: adrotate-functions.php:870
|
99 |
msgid "Action prohibited"
|
100 |
msgstr "Action interdite"
|
101 |
|
102 |
+
#: adrotate-functions.php:874
|
103 |
msgid ""
|
104 |
"The ad was saved but has an issue which might prevent it from working "
|
105 |
"properly. Review the colored ad."
|
106 |
msgstr ""
|
107 |
|
108 |
+
#: adrotate-functions.php:878
|
109 |
msgid "No data found in selected time period"
|
110 |
msgstr "Aucune donnée n'a été trouvée dans la période sélectionnée"
|
111 |
|
112 |
+
#: adrotate-functions.php:882
|
113 |
msgid "Database can only be optimized or cleaned once every hour"
|
114 |
msgstr ""
|
115 |
"La base de données peut être optimisée ou nettoyée une fois toutes les heures"
|
116 |
|
117 |
+
#: adrotate-functions.php:886
|
118 |
msgid "Form can not be (partially) empty!"
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: adrotate-functions.php:890
|
122 |
msgid "No ads found."
|
123 |
msgstr ""
|
124 |
|
125 |
+
#: adrotate-functions.php:894
|
126 |
msgid "Unexpected error"
|
127 |
msgstr ""
|
128 |
|
129 |
+
#: adrotate-manage-publisher.php:798
|
130 |
msgid "AdRotate Advertiser"
|
131 |
msgstr ""
|
132 |
|
228 |
msgid "Your AdRotate Banner folder is not writable or does not exist."
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: adrotate-output.php:685 dashboard/adrotatepro.php:87
|
232 |
#: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:89
|
233 |
#: dashboard/adrotatepro.php:90 dashboard/adrotatepro.php:99
|
234 |
#: dashboard/adrotatepro.php:100 dashboard/adrotatepro.php:101
|
235 |
+
#: dashboard/adrotatepro.php:102 dashboard/info.php:83 dashboard/info.php:84
|
236 |
+
#: dashboard/info.php:85 dashboard/info.php:86 dashboard/info.php:90
|
237 |
+
#: dashboard/info.php:91 dashboard/info.php:92 dashboard/info.php:93
|
238 |
#: dashboard/settings/geotargeting.php:35
|
239 |
msgid "Buy now"
|
240 |
msgstr ""
|
241 |
|
242 |
+
#: adrotate-output.php:686
|
243 |
msgid ""
|
244 |
+
"If you like <strong>AdRotate</strong>, please consider upgrading to the "
|
245 |
+
"<strong>PRO</strong> version and get more features."
|
246 |
msgstr ""
|
247 |
|
248 |
+
#: adrotate-output.php:686
|
249 |
#, php-format
|
250 |
msgid ""
|
251 |
"Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
|
252 |
msgstr ""
|
253 |
|
254 |
+
#: adrotate-output.php:686
|
255 |
+
msgid "Thank you for your support!"
|
256 |
msgstr ""
|
257 |
|
258 |
+
#: adrotate-output.php:747
|
259 |
msgid ""
|
260 |
"Thank you for choosing AdRotate. Everything related to AdRotate is in this "
|
261 |
"menu. If you need help getting started take a look at the"
|
262 |
msgstr ""
|
263 |
|
264 |
+
#: adrotate-output.php:747
|
265 |
msgid "manuals"
|
266 |
msgstr "manuels"
|
267 |
|
268 |
+
#: adrotate-output.php:747 adrotate-output.php:817
|
269 |
msgid "and"
|
270 |
msgstr ""
|
271 |
|
272 |
+
#: adrotate-output.php:747
|
273 |
msgid "forums"
|
274 |
msgstr ""
|
275 |
|
276 |
+
#: adrotate-output.php:780
|
277 |
msgid "Useful Links"
|
278 |
msgstr ""
|
279 |
|
280 |
+
#: adrotate-output.php:781
|
281 |
msgid "Useful links to learn more about AdRotate"
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: adrotate-output.php:783
|
285 |
msgid "AdRotate website"
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: adrotate-output.php:784
|
289 |
msgid "Getting Started With AdRotate"
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: adrotate-output.php:785
|
293 |
msgid "AdRotate manuals"
|
294 |
msgstr ""
|
295 |
|
296 |
+
#: adrotate-output.php:786
|
297 |
msgid "AdRotate Support Forum"
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: adrotate-output.php:809 dashboard/info.php:49
|
301 |
msgid "Support AdRotate"
|
302 |
msgstr "Soutenez AdRotate"
|
303 |
|
304 |
+
#: adrotate-output.php:810
|
305 |
msgid "Check out my website"
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: adrotate-output.php:817
|
309 |
msgid ""
|
310 |
"Many users only think to review AdRotate when something goes wrong while "
|
311 |
"thousands of people happily use AdRotate."
|
312 |
msgstr ""
|
313 |
|
314 |
+
#: adrotate-output.php:817
|
315 |
msgid "If you find AdRotate useful please leave your"
|
316 |
msgstr ""
|
317 |
|
318 |
+
#: adrotate-output.php:817
|
319 |
msgid "rating"
|
320 |
msgstr ""
|
321 |
|
322 |
+
#: adrotate-output.php:817
|
323 |
#, fuzzy
|
324 |
msgid "review"
|
325 |
msgstr "En avant-première"
|
326 |
|
327 |
+
#: adrotate-output.php:817
|
328 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
329 |
msgstr ""
|
330 |
|
331 |
+
#: adrotate-output.php:843 dashboard/settings/notifications.php:50
|
332 |
#: dashboard/settings/notifications.php:80
|
333 |
msgid "Available in AdRotate Pro"
|
334 |
msgstr "Disponible dans Adrotate Pro"
|
335 |
|
336 |
+
#: adrotate-output.php:843
|
337 |
msgid "More information..."
|
338 |
msgstr "Plus d'informations..."
|
339 |
|
340 |
+
#: adrotate-output.php:844
|
341 |
msgid "This feature is available in AdRotate Pro"
|
342 |
msgstr "Cette fonctionalité est disponible dans AdRotate Pro"
|
343 |
|
344 |
+
#: adrotate-output.php:844
|
345 |
msgid "Learn more"
|
346 |
msgstr "En savoir plus"
|
347 |
|
348 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:220
|
349 |
#: dashboard/publisher/adverts-edit.php:241
|
350 |
msgid "January"
|
351 |
msgstr "Janvier"
|
352 |
|
353 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:221
|
354 |
#: dashboard/publisher/adverts-edit.php:242
|
355 |
msgid "February"
|
356 |
msgstr "Février"
|
357 |
|
358 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:222
|
359 |
#: dashboard/publisher/adverts-edit.php:243
|
360 |
msgid "March"
|
361 |
msgstr "Mars"
|
362 |
|
363 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:223
|
364 |
#: dashboard/publisher/adverts-edit.php:244
|
365 |
msgid "April"
|
366 |
msgstr "Avril"
|
367 |
|
368 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:224
|
369 |
#: dashboard/publisher/adverts-edit.php:245
|
370 |
msgid "May"
|
371 |
msgstr "Mai"
|
372 |
|
373 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:225
|
374 |
#: dashboard/publisher/adverts-edit.php:246
|
375 |
msgid "June"
|
376 |
msgstr "Juin"
|
377 |
|
378 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:226
|
379 |
#: dashboard/publisher/adverts-edit.php:247
|
380 |
msgid "July"
|
381 |
msgstr "Juillet"
|
382 |
|
383 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:227
|
384 |
#: dashboard/publisher/adverts-edit.php:248
|
385 |
msgid "August"
|
386 |
msgstr "Août"
|
387 |
|
388 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:228
|
389 |
#: dashboard/publisher/adverts-edit.php:249
|
390 |
msgid "September"
|
391 |
msgstr "Septembre"
|
392 |
|
393 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:229
|
394 |
#: dashboard/publisher/adverts-edit.php:250
|
395 |
msgid "October"
|
396 |
msgstr "Octobre"
|
397 |
|
398 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:230
|
399 |
#: dashboard/publisher/adverts-edit.php:251
|
400 |
msgid "November"
|
401 |
msgstr "Novembre"
|
402 |
|
403 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:231
|
404 |
#: dashboard/publisher/adverts-edit.php:252
|
405 |
msgid "December"
|
406 |
msgstr "Décembre"
|
407 |
|
408 |
+
#: adrotate-statistics.php:169
|
409 |
msgid "Previous"
|
410 |
msgstr "Précédent"
|
411 |
|
412 |
+
#: adrotate-statistics.php:171 dashboard/publisher/statistics-advert.php:67
|
413 |
+
#: dashboard/publisher/statistics-group.php:73
|
414 |
+
#: dashboard/publisher/statistics-main.php:37
|
415 |
msgid "This month"
|
416 |
msgstr "Ce mois-ci"
|
417 |
|
418 |
+
#: adrotate-statistics.php:172
|
419 |
msgid "Next"
|
420 |
msgstr "Prochain"
|
421 |
|
422 |
+
#: adrotate-statistics.php:267
|
423 |
msgid "No data to show!"
|
424 |
msgstr "Aucune donnée à montrer!"
|
425 |
|
426 |
+
#: adrotate-statistics.php:344 adrotate-statistics.php:345
|
427 |
+
#, fuzzy
|
428 |
+
#| msgid "No files found"
|
429 |
+
msgid "Not found"
|
430 |
+
msgstr "Aucun fichier n'a été trouvé"
|
431 |
+
|
432 |
#: adrotate-widget.php:116
|
433 |
msgid "Title (optional):"
|
434 |
msgstr "Titre (optionel) :"
|
482 |
#: adrotate.php:105 dashboard/info.php:40
|
483 |
#: dashboard/publisher/adverts-edit.php:458
|
484 |
#: dashboard/publisher/groups-main.php:34
|
485 |
+
#: dashboard/publisher/schedules-main.php:34
|
486 |
+
#: dashboard/publisher/statistics-main.php:24
|
487 |
msgid "Adverts"
|
488 |
msgstr "Publicités"
|
489 |
|
491 |
msgid "Groups"
|
492 |
msgstr "Groupes"
|
493 |
|
494 |
+
#: adrotate.php:107 adrotate.php:348
|
495 |
+
#, fuzzy
|
496 |
+
#| msgid "Schedule"
|
497 |
+
msgid "Schedules"
|
498 |
+
msgstr "Planning"
|
499 |
+
|
500 |
+
#: adrotate.php:108 adrotate.php:388 dashboard/publisher/adverts-edit.php:167
|
501 |
+
#: dashboard/publisher/statistics-main.php:12
|
502 |
+
#: dashboard/settings/statistics.php:17
|
503 |
+
msgid "Statistics"
|
504 |
+
msgstr "Statistiques"
|
505 |
+
|
506 |
+
#: adrotate.php:109
|
507 |
+
#, fuzzy
|
508 |
+
#| msgid "Media:"
|
509 |
+
msgid "Media"
|
510 |
+
msgstr "Médias :"
|
511 |
+
|
512 |
+
#: adrotate.php:110
|
513 |
msgid "Settings"
|
514 |
msgstr "Paramètres"
|
515 |
|
516 |
+
#: adrotate.php:131
|
517 |
msgid "AdRotate Info"
|
518 |
msgstr "Informations sur Adrotate"
|
519 |
|
520 |
+
#: adrotate.php:149
|
521 |
msgid "AdRotate Professional"
|
522 |
msgstr "AdRotate professionel"
|
523 |
|
524 |
+
#: adrotate.php:189
|
525 |
msgid "Advert Management"
|
526 |
msgstr ""
|
527 |
|
528 |
+
#: adrotate.php:249 adrotate.php:317
|
529 |
msgid "Manage"
|
530 |
msgstr "Gérer"
|
531 |
|
532 |
+
#: adrotate.php:250
|
533 |
+
#, fuzzy
|
534 |
+
#| msgid "General Info"
|
535 |
+
msgid "Generator"
|
536 |
+
msgstr "Informations générales"
|
537 |
+
|
538 |
+
#: adrotate.php:251 adrotate.php:318
|
539 |
msgid "Add New"
|
540 |
msgstr "Ajouter"
|
541 |
|
542 |
+
#: adrotate.php:311
|
543 |
msgid "Group Management"
|
544 |
msgstr "Gérer les groupes"
|
545 |
|
546 |
+
#: adrotate.php:442
|
547 |
+
msgid "Media and Assets"
|
548 |
+
msgstr ""
|
549 |
|
550 |
+
#: adrotate.php:446
|
551 |
+
msgid ""
|
552 |
+
"Upload images to the AdRotate Pro banners folder from here. This is useful "
|
553 |
+
"if you have HTML5 adverts containing multiple files."
|
554 |
+
msgstr ""
|
555 |
+
|
556 |
+
#: adrotate.php:446 dashboard/publisher/schedules-main.php:13
|
557 |
+
#, fuzzy
|
558 |
+
#| msgid "Get more features with AdRotate Pro"
|
559 |
+
msgid "Get more features"
|
560 |
+
msgstr "Obtenez plus de fonctionalités avec AdRotate Pro"
|
561 |
+
|
562 |
+
#: adrotate.php:446 dashboard/publisher/schedules-main.php:13
|
563 |
+
#, fuzzy
|
564 |
+
#| msgid "AdRotate Pro"
|
565 |
+
msgid "Get AdRotate Pro"
|
566 |
+
msgstr "AdRotate Pro"
|
567 |
+
|
568 |
+
#: adrotate.php:474
|
569 |
msgid "AdRotate Settings"
|
570 |
msgstr "Paramètres de AdRotate"
|
571 |
|
572 |
+
#: adrotate.php:479 dashboard/publisher/statistics-main.php:17
|
573 |
#, fuzzy
|
574 |
#| msgid "General Info"
|
575 |
msgid "General"
|
576 |
msgstr "Informations générales"
|
577 |
|
578 |
+
#: adrotate.php:480 dashboard/settings/notifications.php:18
|
579 |
msgid "Notifications"
|
580 |
msgstr ""
|
581 |
|
582 |
+
#: adrotate.php:481 dashboard/publisher/adverts-disabled.php:69
|
583 |
#: dashboard/publisher/adverts-error.php:63
|
584 |
#: dashboard/publisher/adverts-main.php:81
|
585 |
#: dashboard/publisher/groups-main.php:70
|
586 |
msgid "Stats"
|
587 |
msgstr "Statistiques"
|
588 |
|
589 |
+
#: adrotate.php:482 dashboard/publisher/adverts-edit.php:359
|
590 |
#: dashboard/publisher/groups-edit.php:180
|
591 |
#: dashboard/settings/advertisers.php:38
|
592 |
msgid "Geo Targeting"
|
593 |
msgstr ""
|
594 |
|
595 |
+
#: adrotate.php:483 dashboard/settings/notifications.php:72
|
596 |
msgid "Advertisers"
|
597 |
msgstr ""
|
598 |
|
599 |
+
#: adrotate.php:484 dashboard/settings/roles.php:17
|
600 |
msgid "Roles"
|
601 |
msgstr ""
|
602 |
|
603 |
+
#: adrotate.php:485
|
604 |
msgid "Misc"
|
605 |
msgstr ""
|
606 |
|
607 |
+
#: adrotate.php:486 dashboard/settings/maintenance.php:16
|
608 |
msgid "Maintenance"
|
609 |
msgstr "Maintenance"
|
610 |
|
710 |
msgstr ""
|
711 |
|
712 |
#: dashboard/adrotatepro.php:83 dashboard/adrotatepro.php:95
|
713 |
+
#: dashboard/info.php:79
|
714 |
msgid "Buy AdRotate Professional"
|
715 |
msgstr "Achetez AdRotate Professionel"
|
716 |
|
717 |
+
#: dashboard/adrotatepro.php:87 dashboard/info.php:83
|
718 |
msgid "Single License"
|
719 |
msgstr ""
|
720 |
|
721 |
+
#: dashboard/adrotatepro.php:87 dashboard/info.php:83
|
722 |
msgid "One WordPress installation."
|
723 |
msgstr ""
|
724 |
|
725 |
#: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:100
|
726 |
+
#: dashboard/info.php:84 dashboard/info.php:91
|
727 |
msgid "Duo License"
|
728 |
msgstr "Licence Duo"
|
729 |
|
730 |
+
#: dashboard/adrotatepro.php:88 dashboard/info.php:84
|
731 |
msgid "Two WordPress installations."
|
732 |
msgstr ""
|
733 |
|
734 |
#: dashboard/adrotatepro.php:89 dashboard/adrotatepro.php:101
|
735 |
+
#: dashboard/info.php:85 dashboard/info.php:92
|
736 |
msgid "Multi License"
|
737 |
msgstr "Licence Multiple"
|
738 |
|
739 |
+
#: dashboard/adrotatepro.php:89 dashboard/info.php:85
|
740 |
msgid "Up to five WordPress installations."
|
741 |
msgstr ""
|
742 |
|
743 |
#: dashboard/adrotatepro.php:90 dashboard/adrotatepro.php:102
|
744 |
+
#: dashboard/info.php:86 dashboard/info.php:93
|
745 |
msgid "Developer License"
|
746 |
msgstr "Licence de Developpeur"
|
747 |
|
748 |
+
#: dashboard/adrotatepro.php:90 dashboard/info.php:86
|
749 |
msgid "Unlimited WordPress installations and/or networks."
|
750 |
msgstr ""
|
751 |
|
752 |
#: dashboard/adrotatepro.php:91 dashboard/adrotatepro.php:104
|
753 |
+
#: dashboard/info.php:87 dashboard/info.php:95
|
754 |
msgid "Compare licenses"
|
755 |
msgstr "Comparer les licences"
|
756 |
|
757 |
+
#: dashboard/adrotatepro.php:91 dashboard/info.php:87
|
758 |
msgid "Not sure which license is for you? Compare them..."
|
759 |
msgstr ""
|
760 |
"Comparez les licences pour savoir laquelle est celle dont vous avez besoin..."
|
761 |
|
762 |
+
#: dashboard/adrotatepro.php:91 dashboard/info.php:87
|
763 |
msgid "All Licenses"
|
764 |
msgstr "Toutes les licences"
|
765 |
|
766 |
+
#: dashboard/adrotatepro.php:99 dashboard/info.php:90
|
767 |
msgid "Lifetime License"
|
768 |
msgstr ""
|
769 |
|
770 |
+
#: dashboard/adrotatepro.php:99 dashboard/info.php:90
|
771 |
msgid "Single installation."
|
772 |
msgstr ""
|
773 |
|
774 |
+
#: dashboard/adrotatepro.php:100 dashboard/info.php:91
|
775 |
msgid "Up to 2 installations."
|
776 |
msgstr ""
|
777 |
|
778 |
+
#: dashboard/adrotatepro.php:101 dashboard/info.php:92
|
779 |
msgid "Up to 10 installations."
|
780 |
msgstr ""
|
781 |
|
782 |
+
#: dashboard/adrotatepro.php:102 dashboard/info.php:93
|
783 |
msgid "Up to 25 installations or multisite networks."
|
784 |
msgstr ""
|
785 |
|
786 |
+
#: dashboard/adrotatepro.php:103 dashboard/info.php:94
|
787 |
msgid ""
|
788 |
"Subscriptions get 1 year access to updates, email support & AdRotate Geo."
|
789 |
msgstr ""
|
790 |
|
791 |
+
#: dashboard/adrotatepro.php:104 dashboard/info.php:95
|
792 |
msgid "Not sure which license is for you?"
|
793 |
msgstr ""
|
794 |
|
795 |
+
#: dashboard/adrotatepro.php:104 dashboard/info.php:95
|
796 |
msgid "Compare Licenses"
|
797 |
msgstr ""
|
798 |
|
822 |
"for updates about me and my plugins. Thank you!"
|
823 |
msgstr ""
|
824 |
|
825 |
+
#: dashboard/info.php:59
|
826 |
msgid "Arnan de Gans News & Updates"
|
827 |
msgstr ""
|
828 |
|
829 |
+
#: dashboard/info.php:100
|
830 |
msgid "Join the Media.net advertising network"
|
831 |
msgstr ""
|
832 |
|
838 |
#: dashboard/publisher/adverts-error.php:19
|
839 |
#: dashboard/publisher/adverts-main.php:20
|
840 |
#: dashboard/publisher/groups-main.php:20
|
841 |
+
#: dashboard/publisher/schedules-main.php:21
|
842 |
msgid "Bulk Actions"
|
843 |
msgstr "Actions en vrac"
|
844 |
|
849 |
|
850 |
#: dashboard/publisher/adverts-disabled.php:22
|
851 |
#: dashboard/publisher/adverts-error.php:21
|
852 |
+
#: dashboard/publisher/adverts-main.php:22 dashboard/publisher/media.php:60
|
853 |
msgid "Delete"
|
854 |
msgstr "Effacer"
|
855 |
|
863 |
#: dashboard/publisher/adverts-error.php:29
|
864 |
#: dashboard/publisher/adverts-main.php:30
|
865 |
#: dashboard/publisher/groups-main.php:24
|
866 |
+
#: dashboard/publisher/schedules-main.php:22
|
867 |
msgid "Go"
|
868 |
msgstr "Aller"
|
869 |
|
871 |
#: dashboard/publisher/adverts-error.php:39
|
872 |
#: dashboard/publisher/adverts-main.php:39
|
873 |
#: dashboard/publisher/groups-main.php:32
|
874 |
+
#: dashboard/publisher/schedules-main.php:31
|
875 |
msgid "ID"
|
876 |
msgstr "ID"
|
877 |
|
878 |
#: dashboard/publisher/adverts-disabled.php:36
|
879 |
#: dashboard/publisher/adverts-error.php:41
|
880 |
#: dashboard/publisher/adverts-main.php:40
|
881 |
+
#: dashboard/publisher/schedules-main.php:32
|
882 |
msgid "Start / End"
|
883 |
msgstr "Début / Fin"
|
884 |
|
886 |
#: dashboard/publisher/adverts-error.php:40
|
887 |
#: dashboard/publisher/adverts-main.php:41
|
888 |
#: dashboard/publisher/groups-edit.php:51
|
889 |
+
#: dashboard/publisher/groups-main.php:33 dashboard/publisher/media.php:30
|
890 |
+
#: dashboard/publisher/schedules-main.php:33
|
891 |
msgid "Name"
|
892 |
msgstr "Nom"
|
893 |
|
900 |
|
901 |
#: dashboard/publisher/adverts-disabled.php:40
|
902 |
#: dashboard/publisher/adverts-main.php:45
|
|
|
|
|
903 |
#: dashboard/publisher/groups-edit.php:334
|
904 |
#: dashboard/publisher/groups-main.php:38
|
905 |
+
#: dashboard/publisher/statistics-advert.php:53
|
906 |
+
#: dashboard/publisher/statistics-advert.php:59
|
907 |
+
#: dashboard/publisher/statistics-advert.php:73
|
908 |
+
#: dashboard/publisher/statistics-advert.php:79
|
909 |
+
#: dashboard/publisher/statistics-advert.php:100
|
910 |
+
#: dashboard/publisher/statistics-group.php:59
|
911 |
+
#: dashboard/publisher/statistics-group.php:65
|
912 |
+
#: dashboard/publisher/statistics-group.php:79
|
913 |
+
#: dashboard/publisher/statistics-group.php:85
|
914 |
+
#: dashboard/publisher/statistics-group.php:104
|
915 |
+
#: dashboard/publisher/statistics-main.php:29
|
916 |
+
#: dashboard/publisher/statistics-main.php:43
|
917 |
+
#: dashboard/publisher/statistics-main.php:47
|
918 |
+
#: dashboard/publisher/statistics-main.php:65
|
919 |
msgid "Clicks"
|
920 |
msgstr "Clicks"
|
921 |
|
922 |
#: dashboard/publisher/adverts-disabled.php:41
|
923 |
#: dashboard/publisher/adverts-main.php:47
|
924 |
+
#: dashboard/publisher/statistics-advert.php:54
|
925 |
+
#: dashboard/publisher/statistics-advert.php:60
|
926 |
+
#: dashboard/publisher/statistics-advert.php:74
|
927 |
+
#: dashboard/publisher/statistics-advert.php:80
|
928 |
+
#: dashboard/publisher/statistics-advert.php:101
|
929 |
+
#: dashboard/publisher/statistics-group.php:60
|
930 |
+
#: dashboard/publisher/statistics-group.php:66
|
931 |
+
#: dashboard/publisher/statistics-group.php:80
|
932 |
+
#: dashboard/publisher/statistics-group.php:86
|
933 |
+
#: dashboard/publisher/statistics-group.php:105
|
934 |
+
#: dashboard/publisher/statistics-main.php:30
|
935 |
+
#: dashboard/publisher/statistics-main.php:44
|
936 |
+
#: dashboard/publisher/statistics-main.php:48
|
937 |
+
#: dashboard/publisher/statistics-main.php:66
|
938 |
msgid "CTR"
|
939 |
msgstr "CTR"
|
940 |
|
1031 |
msgstr "Exemples de base :"
|
1032 |
|
1033 |
#: dashboard/publisher/adverts-edit.php:129
|
1034 |
+
msgid "Get adverts from Media.net"
|
1035 |
msgstr ""
|
1036 |
|
1037 |
#: dashboard/publisher/adverts-edit.php:134
|
1088 |
"pas actif ici!"
|
1089 |
|
1090 |
#: dashboard/publisher/adverts-edit.php:150
|
1091 |
+
#: dashboard/publisher/adverts-generator.php:46
|
1092 |
msgid "Banner asset"
|
1093 |
msgstr ""
|
1094 |
|
1101 |
msgstr "Choisir l'image"
|
1102 |
|
1103 |
#: dashboard/publisher/adverts-edit.php:155
|
1104 |
+
#: dashboard/publisher/adverts-generator.php:53
|
1105 |
msgid "- OR -"
|
1106 |
msgstr "- OU -"
|
1107 |
|
1125 |
"Utilisez la zone de texte ou la liste déroulante. Si le champ de texte a une "
|
1126 |
"valeur, ce champ a la priorité."
|
1127 |
|
|
|
|
|
|
|
|
|
|
|
1128 |
#: dashboard/publisher/adverts-edit.php:169
|
1129 |
msgid "Enable click and impression tracking for this advert."
|
1130 |
msgstr ""
|
1152 |
msgstr "Obtenez plus de fonctionalités avec AdRotate Pro."
|
1153 |
|
1154 |
#: dashboard/publisher/adverts-edit.php:188
|
1155 |
+
#: dashboard/publisher/adverts-edit.php:288
|
1156 |
+
#: dashboard/publisher/adverts-edit.php:357
|
1157 |
+
#: dashboard/publisher/adverts-edit.php:428
|
1158 |
#: dashboard/publisher/adverts-main.php:105
|
1159 |
#: dashboard/publisher/groups-edit.php:71
|
1160 |
+
#: dashboard/publisher/groups-edit.php:191
|
1161 |
+
#: dashboard/publisher/groups-main.php:89 dashboard/publisher/media.php:73
|
1162 |
+
#: dashboard/publisher/schedules-main.php:89
|
1163 |
+
#: dashboard/publisher/statistics-advert.php:140
|
1164 |
+
#: dashboard/publisher/statistics-group.php:112
|
1165 |
+
#: dashboard/publisher/statistics-main.php:73
|
1166 |
+
#, fuzzy
|
1167 |
+
#| msgid "Upgrade today"
|
1168 |
+
msgid "Upgrade now"
|
1169 |
+
msgstr "Mettre à jour aujourd'hui"
|
1170 |
|
1171 |
#: dashboard/publisher/adverts-edit.php:191
|
1172 |
#: dashboard/publisher/adverts-edit.php:291
|
1179 |
#: dashboard/publisher/adverts-edit.php:292
|
1180 |
#: dashboard/publisher/adverts-edit.php:448
|
1181 |
#: dashboard/publisher/adverts-edit.php:489
|
1182 |
+
#: dashboard/publisher/adverts-generator.php:129
|
1183 |
#: dashboard/publisher/groups-edit.php:150
|
1184 |
#: dashboard/publisher/groups-edit.php:299
|
1185 |
#: dashboard/publisher/groups-edit.php:391
|
1273 |
"Pro."
|
1274 |
msgstr ""
|
1275 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1276 |
#: dashboard/publisher/adverts-edit.php:295
|
1277 |
#: dashboard/publisher/groups-edit.php:153
|
1278 |
msgid "Advanced"
|
1476 |
msgid "Expired"
|
1477 |
msgstr "Expiré"
|
1478 |
|
1479 |
+
#: dashboard/publisher/adverts-generator.php:35
|
1480 |
+
msgid "Generate Advert Code"
|
1481 |
+
msgstr ""
|
1482 |
+
|
1483 |
+
#: dashboard/publisher/adverts-generator.php:36
|
1484 |
+
msgid ""
|
1485 |
+
"Use the Generator if you have received a target url, banner image and/or "
|
1486 |
+
"some separate files with a description on how to use those. The AdRotate "
|
1487 |
+
"Generator will take your bits and pieces and try to generate a working "
|
1488 |
+
"adcode from it."
|
1489 |
+
msgstr ""
|
1490 |
+
|
1491 |
+
#: dashboard/publisher/adverts-generator.php:38
|
1492 |
+
msgid ""
|
1493 |
+
"If you have a complete and working ad code / ad tag you do not use the "
|
1494 |
+
"Generator. You can simply paste that code in the AdCode field when creating "
|
1495 |
+
"your advert. For example as provided by Media.net or Google AdSense among "
|
1496 |
+
"others."
|
1497 |
+
msgstr ""
|
1498 |
+
|
1499 |
+
#: dashboard/publisher/adverts-generator.php:40
|
1500 |
+
#, fuzzy
|
1501 |
+
#| msgid "Statistics for advert"
|
1502 |
+
msgid "Basic advert"
|
1503 |
+
msgstr "Statistiques pour la pub"
|
1504 |
+
|
1505 |
+
#: dashboard/publisher/adverts-generator.php:41
|
1506 |
+
msgid ""
|
1507 |
+
"This is a regular advert consisting of an image and a link, made up from "
|
1508 |
+
"HTML code."
|
1509 |
+
msgstr ""
|
1510 |
+
|
1511 |
+
#: dashboard/publisher/adverts-generator.php:50
|
1512 |
+
#: dashboard/publisher/adverts-generator.php:99
|
1513 |
+
#, fuzzy
|
1514 |
+
#| msgid "No image selected"
|
1515 |
+
msgid "No file selected"
|
1516 |
+
msgstr "Aucune image sélectionnée"
|
1517 |
+
|
1518 |
+
#: dashboard/publisher/adverts-generator.php:52
|
1519 |
+
#: dashboard/publisher/adverts-generator.php:101
|
1520 |
+
msgid "Is your file not listed? Upload it via the AdRotate Media Manager."
|
1521 |
+
msgstr ""
|
1522 |
+
|
1523 |
+
#: dashboard/publisher/adverts-generator.php:54
|
1524 |
+
msgid "Visible text if this is a text link banner."
|
1525 |
+
msgstr ""
|
1526 |
+
|
1527 |
+
#: dashboard/publisher/adverts-generator.php:54
|
1528 |
+
#, fuzzy
|
1529 |
+
#| msgid ""
|
1530 |
+
#| "Use either the text field or the dropdown. If the textfield has content "
|
1531 |
+
#| "that field has priority."
|
1532 |
+
msgid ""
|
1533 |
+
"Use either the dropdown or the text field. If the dropdown is used, that "
|
1534 |
+
"field has priority."
|
1535 |
+
msgstr ""
|
1536 |
+
"Utilisez la zone de texte ou la liste déroulante. Si le champ de texte a une "
|
1537 |
+
"valeur, ce champ a la priorité."
|
1538 |
+
|
1539 |
+
#: dashboard/publisher/adverts-generator.php:59
|
1540 |
+
#, fuzzy
|
1541 |
+
#| msgid "website"
|
1542 |
+
msgid "Target website"
|
1543 |
+
msgstr "site"
|
1544 |
+
|
1545 |
+
#: dashboard/publisher/adverts-generator.php:61
|
1546 |
+
msgid "Where does the person clicking the advert go?"
|
1547 |
+
msgstr ""
|
1548 |
+
|
1549 |
+
#: dashboard/publisher/adverts-generator.php:65
|
1550 |
+
msgid "Target window"
|
1551 |
+
msgstr ""
|
1552 |
+
|
1553 |
+
#: dashboard/publisher/adverts-generator.php:67
|
1554 |
+
#: dashboard/publisher/adverts-generator.php:73
|
1555 |
+
#: dashboard/publisher/adverts-generator.php:119
|
1556 |
+
#, fuzzy
|
1557 |
+
#| msgid "Available in AdRotate Pro"
|
1558 |
+
msgid "Available in AdRotate Pro."
|
1559 |
+
msgstr "Disponible dans Adrotate Pro"
|
1560 |
+
|
1561 |
+
#: dashboard/publisher/adverts-generator.php:67
|
1562 |
+
msgid "Open the target website in a new window?"
|
1563 |
+
msgstr ""
|
1564 |
+
|
1565 |
+
#: dashboard/publisher/adverts-generator.php:71
|
1566 |
+
#, fuzzy
|
1567 |
+
#| msgid "Follow"
|
1568 |
+
msgid "NoFollow"
|
1569 |
+
msgstr "Suivre"
|
1570 |
+
|
1571 |
+
#: dashboard/publisher/adverts-generator.php:73
|
1572 |
+
msgid "Tell crawlers and search engines not to follow the target website url?"
|
1573 |
+
msgstr ""
|
1574 |
+
|
1575 |
+
#: dashboard/publisher/adverts-generator.php:77
|
1576 |
+
#: dashboard/publisher/adverts-generator.php:106
|
1577 |
+
#: dashboard/publisher/groups-edit.php:95
|
1578 |
+
msgid "Advert size"
|
1579 |
+
msgstr ""
|
1580 |
+
|
1581 |
+
#: dashboard/publisher/adverts-generator.php:79
|
1582 |
+
#: dashboard/publisher/adverts-generator.php:108
|
1583 |
+
#, fuzzy
|
1584 |
+
#| msgid "pixel(s) wide"
|
1585 |
+
msgid "px wide"
|
1586 |
+
msgstr "largeur en pixels"
|
1587 |
+
|
1588 |
+
#: dashboard/publisher/adverts-generator.php:80
|
1589 |
+
#: dashboard/publisher/adverts-generator.php:109
|
1590 |
+
#, fuzzy
|
1591 |
+
#| msgid "pixel(s) high."
|
1592 |
+
msgid "px high."
|
1593 |
+
msgstr "hauteur en pixels"
|
1594 |
+
|
1595 |
+
#: dashboard/publisher/adverts-generator.php:81
|
1596 |
+
#: dashboard/publisher/adverts-generator.php:110
|
1597 |
+
msgid "Define the maximum size of the adverts in pixels."
|
1598 |
+
msgstr ""
|
1599 |
+
|
1600 |
+
#: dashboard/publisher/adverts-generator.php:81
|
1601 |
+
#: dashboard/publisher/adverts-generator.php:119
|
1602 |
+
#, fuzzy
|
1603 |
+
#| msgid "Title (optional):"
|
1604 |
+
msgid "(Optional)"
|
1605 |
+
msgstr "Titre (optionel) :"
|
1606 |
+
|
1607 |
+
#: dashboard/publisher/adverts-generator.php:88
|
1608 |
+
msgid "HTML5 or Flash Advert"
|
1609 |
+
msgstr ""
|
1610 |
+
|
1611 |
+
#: dashboard/publisher/adverts-generator.php:89
|
1612 |
+
msgid ""
|
1613 |
+
"These are more advanced adverts, using a Flash file or HTML5 files. Try to "
|
1614 |
+
"avoid Flash. HTML5 is the new and better standard."
|
1615 |
+
msgstr ""
|
1616 |
+
|
1617 |
+
#: dashboard/publisher/adverts-generator.php:90
|
1618 |
+
msgid ""
|
1619 |
+
"If your HTML5 advert consists of multiple files, upload all files using the "
|
1620 |
+
"AdRotate Media Manager and select the HTML file here."
|
1621 |
+
msgstr ""
|
1622 |
+
|
1623 |
+
#: dashboard/publisher/adverts-generator.php:95
|
1624 |
+
msgid "HTML/Flash file"
|
1625 |
+
msgstr ""
|
1626 |
+
|
1627 |
+
#: dashboard/publisher/adverts-generator.php:114
|
1628 |
+
msgid "Flash clickTAG"
|
1629 |
+
msgstr ""
|
1630 |
+
|
1631 |
+
#: dashboard/publisher/adverts-generator.php:117
|
1632 |
+
msgid "Parameter"
|
1633 |
+
msgstr ""
|
1634 |
+
|
1635 |
+
#: dashboard/publisher/adverts-generator.php:118
|
1636 |
+
msgid "No clickTAG"
|
1637 |
+
msgstr ""
|
1638 |
+
|
1639 |
+
#: dashboard/publisher/adverts-generator.php:119
|
1640 |
+
msgid "URL"
|
1641 |
+
msgstr ""
|
1642 |
+
|
1643 |
+
#: dashboard/publisher/adverts-generator.php:119
|
1644 |
+
msgid ""
|
1645 |
+
"This option is ignored for HTML5 adverts. All choices do the exact same, but "
|
1646 |
+
"some developers write the parameter differently."
|
1647 |
+
msgstr ""
|
1648 |
+
|
1649 |
+
#: dashboard/publisher/adverts-generator.php:128
|
1650 |
+
msgid "Generate and Configure Advert"
|
1651 |
+
msgstr ""
|
1652 |
+
|
1653 |
+
#: dashboard/publisher/adverts-generator.php:129
|
1654 |
+
msgid "Always test your adverts before activating them."
|
1655 |
+
msgstr ""
|
1656 |
+
|
1657 |
+
#: dashboard/publisher/adverts-generator.php:132
|
1658 |
+
msgid "NOTE:"
|
1659 |
+
msgstr ""
|
1660 |
+
|
1661 |
+
#: dashboard/publisher/adverts-generator.php:132
|
1662 |
+
msgid ""
|
1663 |
+
"While the Code Generator has been tested and works, code generation, as "
|
1664 |
+
"always, is a interpretation of user input. If you provide the correct bits "
|
1665 |
+
"and pieces, a working advert may be generated. If you leave fields empty or "
|
1666 |
+
"insert the wrong info you probably end up with a broken advert."
|
1667 |
+
msgstr ""
|
1668 |
+
|
1669 |
+
#: dashboard/publisher/adverts-generator.php:132
|
1670 |
+
msgid ""
|
1671 |
+
"Based on your input and experiences later iterations of the Code Generator "
|
1672 |
+
"will be better and more feature rich."
|
1673 |
+
msgstr ""
|
1674 |
+
|
1675 |
#: dashboard/publisher/adverts-main.php:12
|
1676 |
msgid "Active Adverts"
|
1677 |
msgstr ""
|
1684 |
#: dashboard/publisher/adverts-main.php:46
|
1685 |
#: dashboard/publisher/groups-main.php:37
|
1686 |
#: dashboard/publisher/groups-main.php:39
|
1687 |
+
#: dashboard/publisher/statistics-advert.php:45
|
1688 |
+
#: dashboard/publisher/statistics-group.php:51
|
1689 |
msgid "Today"
|
1690 |
msgstr "Aujourd'hui"
|
1691 |
|
1693 |
msgid "No adverts created yet!"
|
1694 |
msgstr ""
|
1695 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1696 |
#: dashboard/publisher/groups-edit.php:43
|
1697 |
msgid "New Group"
|
1698 |
msgstr "Nouveau Groupe"
|
1749 |
msgid "Larger blocks will degrade your sites performance! Default: 2/2."
|
1750 |
msgstr ""
|
1751 |
|
|
|
|
|
|
|
|
|
1752 |
#: dashboard/publisher/groups-edit.php:97
|
1753 |
msgid "pixel(s) wide"
|
1754 |
msgstr "largeur en pixels"
|
1988 |
msgstr "Erreurs de configuration."
|
1989 |
|
1990 |
#: dashboard/publisher/groups-edit.php:385
|
1991 |
+
#: dashboard/publisher/schedules-main.php:87
|
1992 |
msgid "Expires soon."
|
1993 |
msgstr "Expire bientôt."
|
1994 |
|
1995 |
#: dashboard/publisher/groups-edit.php:386
|
1996 |
+
#: dashboard/publisher/schedules-main.php:88
|
1997 |
msgid "Has expired."
|
1998 |
msgstr "A expiré."
|
1999 |
|
2026 |
msgid "No groups created!"
|
2027 |
msgstr "Aucun groupe n'a été créé!"
|
2028 |
|
2029 |
+
#: dashboard/publisher/media.php:17
|
2030 |
+
#, fuzzy
|
2031 |
+
msgid "Upload new file"
|
2032 |
+
msgstr "Image :"
|
2033 |
+
|
2034 |
+
#: dashboard/publisher/media.php:18
|
2035 |
+
#, fuzzy
|
2036 |
+
msgid "Accepted files:"
|
2037 |
+
msgstr "Utilisez %image% dans le code. Les fichiers acceptés sont :"
|
2038 |
+
|
2039 |
+
#: dashboard/publisher/media.php:18
|
2040 |
+
msgid "Maximum size is 512Kb per file."
|
2041 |
+
msgstr ""
|
2042 |
+
|
2043 |
+
#: dashboard/publisher/media.php:18
|
2044 |
+
msgid "Important:"
|
2045 |
+
msgstr ""
|
2046 |
+
|
2047 |
+
#: dashboard/publisher/media.php:18
|
2048 |
+
msgid ""
|
2049 |
+
"Make sure your file has no spaces or special characters in the name. Replace "
|
2050 |
+
"spaces with a - or _."
|
2051 |
+
msgstr ""
|
2052 |
+
|
2053 |
+
#: dashboard/publisher/media.php:18
|
2054 |
+
msgid ""
|
2055 |
+
"If you remove spaces from filenames for HTML5 adverts also edit the html "
|
2056 |
+
"file so it knows about the changed name. For example for the javascript file."
|
2057 |
+
msgstr ""
|
2058 |
+
|
2059 |
+
#: dashboard/publisher/media.php:21
|
2060 |
+
msgid "Upload file"
|
2061 |
+
msgstr ""
|
2062 |
+
|
2063 |
+
#: dashboard/publisher/media.php:21
|
2064 |
+
msgid "Click only once per file!"
|
2065 |
+
msgstr ""
|
2066 |
+
|
2067 |
+
#: dashboard/publisher/media.php:25
|
2068 |
+
#, fuzzy
|
2069 |
+
#| msgid "Available in AdRotate Pro"
|
2070 |
+
msgid "Available files in"
|
2071 |
+
msgstr "Disponible dans Adrotate Pro"
|
2072 |
+
|
2073 |
+
#: dashboard/publisher/media.php:31
|
2074 |
+
#, fuzzy
|
2075 |
+
msgid "Actions"
|
2076 |
+
msgstr "Actions en vrac"
|
2077 |
+
|
2078 |
+
#: dashboard/publisher/media.php:65
|
2079 |
+
#, fuzzy
|
2080 |
+
#| msgid "No files found"
|
2081 |
+
msgid "No files found!"
|
2082 |
+
msgstr "Aucun fichier n'a été trouvé"
|
2083 |
+
|
2084 |
+
#: dashboard/publisher/media.php:72
|
2085 |
+
msgid ""
|
2086 |
+
"Make sure the banner images are not in use by adverts when you delete them!"
|
2087 |
+
msgstr ""
|
2088 |
+
|
2089 |
+
#: dashboard/publisher/media.php:73 dashboard/publisher/schedules-main.php:89
|
2090 |
+
#: dashboard/publisher/statistics-advert.php:140
|
2091 |
+
#: dashboard/publisher/statistics-group.php:112
|
2092 |
+
#: dashboard/publisher/statistics-main.php:73
|
2093 |
+
msgid "Get more features with AdRotate Pro"
|
2094 |
+
msgstr "Obtenez plus de fonctionalités avec AdRotate Pro"
|
2095 |
+
|
2096 |
+
#: dashboard/publisher/schedules-main.php:12
|
2097 |
+
#, fuzzy
|
2098 |
+
msgid "Manage Schedules"
|
2099 |
+
msgstr "Gérer les pubs"
|
2100 |
+
|
2101 |
+
#: dashboard/publisher/schedules-main.php:13
|
2102 |
+
msgid ""
|
2103 |
+
"In AdRotate Pro you can schedule adverts for multiple periods of time. One "
|
2104 |
+
"schedule can be assigned to many adverts allowing you to manage multi advert "
|
2105 |
+
"campaigns easily. Schedules can be active on certain days of the week or on "
|
2106 |
+
"certain hours of the day."
|
2107 |
+
msgstr ""
|
2108 |
+
|
2109 |
+
#: dashboard/publisher/schedules-main.php:36
|
2110 |
+
#, fuzzy
|
2111 |
+
#| msgid "Shown"
|
2112 |
+
msgid "Max Shown"
|
2113 |
+
msgstr "Montré"
|
2114 |
+
|
2115 |
+
#: dashboard/publisher/schedules-main.php:37
|
2116 |
+
#: dashboard/publisher/statistics-advert.php:114
|
2117 |
+
#, fuzzy
|
2118 |
+
msgid "Max Clicks"
|
2119 |
+
msgstr "Nombre de clicks max :"
|
2120 |
+
|
2121 |
+
#: dashboard/publisher/schedules-main.php:70
|
2122 |
+
msgid "Mon:"
|
2123 |
+
msgstr ""
|
2124 |
+
|
2125 |
+
#: dashboard/publisher/schedules-main.php:70
|
2126 |
+
msgid "Tue:"
|
2127 |
+
msgstr ""
|
2128 |
+
|
2129 |
+
#: dashboard/publisher/schedules-main.php:70
|
2130 |
+
msgid "Wed:"
|
2131 |
+
msgstr ""
|
2132 |
+
|
2133 |
+
#: dashboard/publisher/schedules-main.php:70
|
2134 |
+
msgid "Thu:"
|
2135 |
+
msgstr ""
|
2136 |
+
|
2137 |
+
#: dashboard/publisher/schedules-main.php:70
|
2138 |
+
msgid "Fri:"
|
2139 |
+
msgstr ""
|
2140 |
+
|
2141 |
+
#: dashboard/publisher/schedules-main.php:70
|
2142 |
+
msgid "Sat:"
|
2143 |
+
msgstr ""
|
2144 |
+
|
2145 |
+
#: dashboard/publisher/schedules-main.php:70
|
2146 |
+
msgid "Sun:"
|
2147 |
+
msgstr ""
|
2148 |
+
|
2149 |
+
#: dashboard/publisher/schedules-main.php:70
|
2150 |
+
msgid "Between:"
|
2151 |
+
msgstr ""
|
2152 |
+
|
2153 |
+
#: dashboard/publisher/schedules-main.php:70
|
2154 |
+
#, fuzzy
|
2155 |
+
#| msgid "Impressions"
|
2156 |
+
msgid "Impression spread:"
|
2157 |
+
msgstr "Vues"
|
2158 |
+
|
2159 |
+
#: dashboard/publisher/schedules-main.php:70
|
2160 |
+
#, fuzzy
|
2161 |
+
#| msgid "Delete"
|
2162 |
+
msgid "Auto Delete:"
|
2163 |
+
msgstr "Effacer"
|
2164 |
+
|
2165 |
+
#: dashboard/publisher/schedules-main.php:81
|
2166 |
+
msgid "Nothing here!"
|
2167 |
+
msgstr ""
|
2168 |
+
|
2169 |
+
#: dashboard/publisher/statistics-advert.php:40
|
2170 |
+
msgid "Statistics for advert"
|
2171 |
+
msgstr "Statistiques pour la pub"
|
2172 |
+
|
2173 |
+
#: dashboard/publisher/statistics-advert.php:47
|
2174 |
+
#: dashboard/publisher/statistics-group.php:53
|
2175 |
+
#: dashboard/publisher/statistics-main.php:19
|
2176 |
+
#, fuzzy
|
2177 |
+
#| msgid "Clicks timer"
|
2178 |
+
msgid "All time"
|
2179 |
+
msgstr "Interval de clicks"
|
2180 |
+
|
2181 |
+
#: dashboard/publisher/statistics-advert.php:52
|
2182 |
+
#: dashboard/publisher/statistics-advert.php:58
|
2183 |
+
#: dashboard/publisher/statistics-advert.php:72
|
2184 |
+
#: dashboard/publisher/statistics-advert.php:78
|
2185 |
+
#: dashboard/publisher/statistics-advert.php:99
|
2186 |
+
#: dashboard/publisher/statistics-group.php:58
|
2187 |
+
#: dashboard/publisher/statistics-group.php:64
|
2188 |
+
#: dashboard/publisher/statistics-group.php:78
|
2189 |
+
#: dashboard/publisher/statistics-group.php:84
|
2190 |
+
#: dashboard/publisher/statistics-group.php:103
|
2191 |
+
#: dashboard/publisher/statistics-main.php:28
|
2192 |
+
#: dashboard/publisher/statistics-main.php:42
|
2193 |
+
#: dashboard/publisher/statistics-main.php:46
|
2194 |
+
#: dashboard/publisher/statistics-main.php:64
|
2195 |
+
msgid "Impressions"
|
2196 |
+
msgstr "Vues"
|
2197 |
+
|
2198 |
+
#: dashboard/publisher/statistics-advert.php:65
|
2199 |
+
#: dashboard/publisher/statistics-group.php:71
|
2200 |
+
#: dashboard/publisher/statistics-main.php:35
|
2201 |
+
#, fuzzy
|
2202 |
+
#| msgid "This month"
|
2203 |
+
msgid "Last month"
|
2204 |
+
msgstr "Ce mois-ci"
|
2205 |
+
|
2206 |
+
#: dashboard/publisher/statistics-advert.php:86
|
2207 |
+
#: dashboard/publisher/statistics-group.php:92
|
2208 |
+
#: dashboard/publisher/statistics-main.php:53
|
2209 |
+
msgid "Monthly overview of clicks and impressions"
|
2210 |
+
msgstr "Synthèse mensuelle de clics et d'impressions"
|
2211 |
+
|
2212 |
+
#: dashboard/publisher/statistics-advert.php:108
|
2213 |
+
#, fuzzy
|
2214 |
+
#| msgid "Monthly overview of clicks and impressions"
|
2215 |
+
msgid "Periodic overview of clicks and impressions"
|
2216 |
+
msgstr "Synthèse mensuelle de clics et d'impressions"
|
2217 |
+
|
2218 |
+
#: dashboard/publisher/statistics-advert.php:112
|
2219 |
+
#, fuzzy
|
2220 |
+
#| msgid "Show from"
|
2221 |
+
msgid "Shown from"
|
2222 |
+
msgstr "Montrer de "
|
2223 |
+
|
2224 |
+
#: dashboard/publisher/statistics-advert.php:113
|
2225 |
+
#, fuzzy
|
2226 |
+
#| msgid "Show until"
|
2227 |
+
msgid "Shown until"
|
2228 |
+
msgstr "Montrer jusqu'à"
|
2229 |
+
|
2230 |
+
#: dashboard/publisher/statistics-advert.php:114
|
2231 |
+
#: dashboard/publisher/statistics-advert.php:115
|
2232 |
+
msgid "Used"
|
2233 |
+
msgstr ""
|
2234 |
+
|
2235 |
+
#: dashboard/publisher/statistics-advert.php:115
|
2236 |
+
#, fuzzy
|
2237 |
+
msgid "Max Impressions"
|
2238 |
+
msgstr "Nombre max de vues :"
|
2239 |
+
|
2240 |
+
#: dashboard/publisher/statistics-advert.php:141
|
2241 |
+
#: dashboard/publisher/statistics-group.php:113
|
2242 |
+
#: dashboard/publisher/statistics-main.php:74
|
2243 |
+
#: dashboard/settings/notifications.php:60
|
2244 |
+
#: dashboard/settings/notifications.php:90
|
2245 |
+
msgid "Note:"
|
2246 |
+
msgstr "Note :"
|
2247 |
+
|
2248 |
+
#: dashboard/publisher/statistics-advert.php:141
|
2249 |
+
#: dashboard/publisher/statistics-group.php:113
|
2250 |
+
#: dashboard/publisher/statistics-main.php:74
|
2251 |
+
msgid ""
|
2252 |
+
"All statistics are indicative. They do not nessesarily reflect results "
|
2253 |
+
"counted by other parties."
|
2254 |
+
msgstr ""
|
2255 |
+
"Toutes les statistiques sont indicatives. Elles ne reflètent pas "
|
2256 |
+
"nécessairement les résultats comptés par d'autres partis."
|
2257 |
+
|
2258 |
+
#: dashboard/publisher/statistics-group.php:46
|
2259 |
msgid "Statistics for group"
|
2260 |
msgstr "Statistiques pour le groupe"
|
2261 |
|
2262 |
+
#: dashboard/publisher/statistics-main.php:26
|
2263 |
+
msgid "Adverts counting stats"
|
2264 |
+
msgstr ""
|
2265 |
+
|
2266 |
#: dashboard/settings/advertisers.php:16
|
2267 |
msgid "Advertisers - Available in AdRotate Pro"
|
2268 |
msgstr ""
|
3253 |
"This number may not be empty, be lower than 60 or exceed 86400 (24 hours)."
|
3254 |
msgstr ""
|
3255 |
|
3256 |
+
#~ msgid "Report"
|
3257 |
+
#~ msgstr "Rapport"
|
3258 |
+
|
3259 |
+
#~ msgid "More information"
|
3260 |
+
#~ msgstr "Plus d'information"
|
3261 |
+
|
3262 |
+
#~ msgid "Impressions today"
|
3263 |
+
#~ msgstr "Vues aujourd'hui"
|
3264 |
+
|
3265 |
+
#~ msgid "Clicks today"
|
3266 |
+
#~ msgstr "Clicks aujourd'hui"
|
3267 |
+
|
3268 |
#~ msgid "Empty database records removed"
|
3269 |
#~ msgstr "Les registres vides de la base de données ont été supprimés"
|
3270 |
|
3288 |
#~ msgid "Help AdRotate Grow"
|
3289 |
#~ msgstr "AdRotate Pro"
|
3290 |
|
|
|
|
|
|
|
|
|
3291 |
#, fuzzy
|
3292 |
#~ msgid "Manage Media"
|
3293 |
#~ msgstr "Gérer les pubs"
|
3309 |
#~ msgid "Ads"
|
3310 |
#~ msgstr "Pubs"
|
3311 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3312 |
#, fuzzy
|
3313 |
#~ msgid "No schedules created yet!"
|
3314 |
#~ msgstr "Aucune pub n'a encore été créé!"
|
3357 |
#~ "publicité pour différentes tailles d'écran si le site est fluide. "
|
3358 |
#~ "Nécessite jQuery."
|
3359 |
|
|
|
|
|
|
|
|
|
3360 |
#, fuzzy
|
3361 |
#~ msgid "Manage your banner folder from here with AdRotate Pro."
|
3362 |
#~ msgstr "Obtenez plus de fonctionalités avec AdRotate Pro."
|
3412 |
#~ msgid "Previous database version:"
|
3413 |
#~ msgstr "Version antérieure de la base de données :"
|
3414 |
|
|
|
|
|
|
|
3415 |
#~ msgid ""
|
3416 |
#~ "Benefit from extra features to reinforce your income with advertising "
|
3417 |
#~ "campaigns. Make the most of your website with the powerful tools AdRotate "
|
3425 |
#~ msgid "Visit the"
|
3426 |
#~ msgstr "Visitez le"
|
3427 |
|
|
|
|
|
|
|
3428 |
#~ msgid "AdRotate News and Developer Blog"
|
3429 |
#~ msgstr "Actus AdRotate et blog du développeur"
|
3430 |
|
3521 |
#~ msgid "Find out more"
|
3522 |
#~ msgstr "En savoir plus"
|
3523 |
|
|
|
|
|
|
|
3524 |
#~ msgid "Ads in group"
|
3525 |
#~ msgstr "Pubs dans le groupe"
|
3526 |
|
3530 |
#~ msgid "Impressions timer"
|
3531 |
#~ msgstr "Minuterie de impressions"
|
3532 |
|
|
|
|
|
|
|
3533 |
#, fuzzy
|
3534 |
#~ msgid "Learn More"
|
3535 |
#~ msgstr "En savoir plus"
|
3559 |
#~ msgid "Group updated"
|
3560 |
#~ msgstr "Groupe mis à jour"
|
3561 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3562 |
#~ msgid "Access Rights"
|
3563 |
#~ msgstr "Droits d'Accès"
|
3564 |
|
3983 |
#~ "publicité pour différentes tailles d'écran si le site est fluide. "
|
3984 |
#~ "Nécessite jQuery."
|
3985 |
|
|
|
|
|
|
|
3986 |
#~ msgid ""
|
3987 |
#~ "With AdRotate Pro you can also set a weight to give adverts more or less "
|
3988 |
#~ "attention."
|
3997 |
#~ msgid "Target your audience with Geo Location in AdRotate Pro"
|
3998 |
#~ msgstr "Ciblez votre audience avec la géolocation dans AdRotate Pro"
|
3999 |
|
|
|
|
|
|
|
4000 |
#~ msgid "From when to when is the advert visible?"
|
4001 |
#~ msgstr ""
|
4002 |
#~ "Quel est l'interval de dates pendant lequel la publicité est visible?"
|
4178 |
#~ msgid "Updated"
|
4179 |
#~ msgstr "Mis à jour"
|
4180 |
|
|
|
|
|
|
|
|
|
|
|
|
|
4181 |
#~ msgid "AdRotate Server Settings"
|
4182 |
#~ msgstr "Paramètres du serveur AdRotate"
|
4183 |
|
language/adrotate-id_ID.mo
CHANGED
Binary file
|
language/adrotate-id_ID.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: 2017-
|
6 |
-
"PO-Revision-Date: 2017-
|
7 |
"Last-Translator: Jordan Silaen <jordan.silaen@chameleonjohn.com>\n"
|
8 |
"Language-Team: ChameleonJohn.com <jordan.silaen@chameleonjohn.com>\n"
|
9 |
"Language: id_ID\n"
|
@@ -17,81 +17,87 @@ msgstr ""
|
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
-
#: adrotate-functions.php:
|
21 |
msgid "No files found"
|
22 |
msgstr "Tidak ada file yang ditemukan"
|
23 |
|
24 |
-
#: adrotate-functions.php:
|
25 |
msgid "Folder not found or not accessible"
|
26 |
msgstr "Folder tidak ditemukan atau tidak dapat diakses"
|
27 |
|
28 |
-
#: adrotate-functions.php:
|
29 |
msgid "Ad saved"
|
30 |
msgstr "iklan tersimpan"
|
31 |
|
32 |
-
#: adrotate-functions.php:
|
33 |
msgid "Group saved"
|
34 |
msgstr "kelompok disimpan"
|
35 |
|
36 |
-
#: adrotate-functions.php:
|
37 |
msgid "Ad(s) deleted"
|
38 |
msgstr "Iklan (s) dihapus"
|
39 |
|
40 |
-
#: adrotate-functions.php:
|
41 |
msgid "Group deleted"
|
42 |
msgstr "kelompok dihapus"
|
43 |
|
44 |
-
#: adrotate-functions.php:
|
45 |
msgid "Ad(s) statistics reset"
|
46 |
msgstr "Iklan (s) statistik ulang"
|
47 |
|
48 |
-
#: adrotate-functions.php:
|
49 |
msgid "Ad(s) renewed"
|
50 |
msgstr "Iklan (s) baru"
|
51 |
|
52 |
-
#: adrotate-functions.php:
|
53 |
msgid "Ad(s) deactivated"
|
54 |
msgstr "Iklan (s) dinonaktifkan"
|
55 |
|
56 |
-
#: adrotate-functions.php:
|
57 |
msgid "Ad(s) activated"
|
58 |
msgstr "Iklan (s) diaktifkan"
|
59 |
|
60 |
-
#: adrotate-functions.php:
|
61 |
msgid "Group including it's Ads deleted"
|
62 |
msgstr "Kelompok termasuk itu iklan dihapus"
|
63 |
|
64 |
-
#: adrotate-functions.php:
|
65 |
msgid "Export created"
|
66 |
msgstr "ekspor dibuat"
|
67 |
|
68 |
-
#: adrotate-functions.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
msgid "Settings saved"
|
70 |
msgstr "pengaturan disimpan"
|
71 |
|
72 |
-
#: adrotate-functions.php:
|
73 |
msgid "Database optimized"
|
74 |
msgstr "database dioptimalkan"
|
75 |
|
76 |
-
#: adrotate-functions.php:
|
77 |
msgid "Database repaired"
|
78 |
msgstr "database diperbaiki"
|
79 |
|
80 |
-
#: adrotate-functions.php:
|
81 |
msgid "Ads evaluated and statuses have been corrected where required"
|
82 |
msgstr "Iklan dievaluasi dan status telah diperbaiki di mana diperlukan"
|
83 |
|
84 |
-
#: adrotate-functions.php:
|
85 |
#, fuzzy
|
86 |
#| msgid "Clean-up Database"
|
87 |
msgid "Cleanup complete"
|
88 |
msgstr "Clean-up database"
|
89 |
|
90 |
-
#: adrotate-functions.php:
|
91 |
msgid "Action prohibited"
|
92 |
msgstr "aksi dilarang"
|
93 |
|
94 |
-
#: adrotate-functions.php:
|
95 |
msgid ""
|
96 |
"The ad was saved but has an issue which might prevent it from working "
|
97 |
"properly. Review the colored ad."
|
@@ -99,27 +105,27 @@ msgstr ""
|
|
99 |
"iklan itu disimpan tapi memiliki masalah yang mungkin mencegah dari bekerja "
|
100 |
"dengan baik. Tinjau iklan berwarna."
|
101 |
|
102 |
-
#: adrotate-functions.php:
|
103 |
msgid "No data found in selected time period"
|
104 |
msgstr "Tidak ada data pada periode waktu yang dipilih"
|
105 |
|
106 |
-
#: adrotate-functions.php:
|
107 |
msgid "Database can only be optimized or cleaned once every hour"
|
108 |
msgstr "Database hanya dapat dioptimalkan atau dibersihkan sekali setiap jam"
|
109 |
|
110 |
-
#: adrotate-functions.php:
|
111 |
msgid "Form can not be (partially) empty!"
|
112 |
msgstr "Form tidak bisa (sebagian) kosong!"
|
113 |
|
114 |
-
#: adrotate-functions.php:
|
115 |
msgid "No ads found."
|
116 |
msgstr "Tidak ada iklan yang ditemukan."
|
117 |
|
118 |
-
#: adrotate-functions.php:
|
119 |
msgid "Unexpected error"
|
120 |
msgstr "Kesalahan tak terduga"
|
121 |
|
122 |
-
#: adrotate-manage-publisher.php:
|
123 |
msgid "AdRotate Advertiser"
|
124 |
msgstr "AdRotate Pengiklan"
|
125 |
|
@@ -224,26 +230,30 @@ msgstr ""
|
|
224 |
msgid "Your AdRotate Banner folder is not writable or does not exist."
|
225 |
msgstr "Anda folder AdRotate Banner tidak dapat ditulis atau tidak ada."
|
226 |
|
227 |
-
#: adrotate-output.php:
|
228 |
#: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:89
|
229 |
#: dashboard/adrotatepro.php:90 dashboard/adrotatepro.php:99
|
230 |
#: dashboard/adrotatepro.php:100 dashboard/adrotatepro.php:101
|
231 |
-
#: dashboard/adrotatepro.php:102 dashboard/info.php:
|
232 |
-
#: dashboard/info.php:
|
233 |
-
#: dashboard/info.php:
|
234 |
#: dashboard/settings/geotargeting.php:35
|
235 |
msgid "Buy now"
|
236 |
msgstr "Beli sekarang"
|
237 |
|
238 |
-
#: adrotate-output.php:
|
|
|
|
|
|
|
|
|
239 |
msgid ""
|
240 |
-
"
|
241 |
-
"
|
242 |
msgstr ""
|
243 |
"Anda telah menggunakan <strong> AdRotate </ strong> untuk sementara waktu "
|
244 |
"sekarang. Mengapa tidak meng-upgrade ke <strong> PRO </ strong> versi"
|
245 |
|
246 |
-
#: adrotate-output.php:
|
247 |
#, php-format
|
248 |
msgid ""
|
249 |
"Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
|
@@ -251,11 +261,13 @@ msgstr ""
|
|
251 |
"Gunakan kode diskon <b> getadrotatepro </ b> untuk 10% off pada setiap "
|
252 |
"lisensi AdRotate!"
|
253 |
|
254 |
-
#: adrotate-output.php:
|
255 |
-
|
|
|
|
|
256 |
msgstr "Terima kasih atas pembelian Anda!"
|
257 |
|
258 |
-
#: adrotate-output.php:
|
259 |
msgid ""
|
260 |
"Thank you for choosing AdRotate. Everything related to AdRotate is in this "
|
261 |
"menu. If you need help getting started take a look at the"
|
@@ -263,51 +275,51 @@ msgstr ""
|
|
263 |
"Terima kasih telah memilih AdRotate. Semuanya terkait dengan AdRotate dalam "
|
264 |
"menu ini. Jika Anda memerlukan bantuan mendapatkan mulai melihat pada"
|
265 |
|
266 |
-
#: adrotate-output.php:
|
267 |
msgid "manuals"
|
268 |
msgstr "manual"
|
269 |
|
270 |
-
#: adrotate-output.php:
|
271 |
msgid "and"
|
272 |
msgstr "dan"
|
273 |
|
274 |
-
#: adrotate-output.php:
|
275 |
msgid "forums"
|
276 |
msgstr "forum"
|
277 |
|
278 |
-
#: adrotate-output.php:
|
279 |
msgid "Useful Links"
|
280 |
msgstr "Link berguna"
|
281 |
|
282 |
-
#: adrotate-output.php:
|
283 |
msgid "Useful links to learn more about AdRotate"
|
284 |
msgstr "link yang berguna untuk mempelajari lebih lanjut tentang AdRotate"
|
285 |
|
286 |
-
#: adrotate-output.php:
|
287 |
msgid "AdRotate website"
|
288 |
msgstr "situs AdRotate"
|
289 |
|
290 |
-
#: adrotate-output.php:
|
291 |
msgid "Getting Started With AdRotate"
|
292 |
msgstr "Memulai Dengan AdRotate"
|
293 |
|
294 |
-
#: adrotate-output.php:
|
295 |
msgid "AdRotate manuals"
|
296 |
msgstr "manual AdRotate"
|
297 |
|
298 |
-
#: adrotate-output.php:
|
299 |
msgid "AdRotate Support Forum"
|
300 |
msgstr "Forum Dukungan AdRotate"
|
301 |
|
302 |
-
#: adrotate-output.php:
|
303 |
msgid "Support AdRotate"
|
304 |
msgstr "Dukungan AdRotate"
|
305 |
|
306 |
-
#: adrotate-output.php:
|
307 |
msgid "Check out my website"
|
308 |
msgstr "Memeriksa website saya"
|
309 |
|
310 |
-
#: adrotate-output.php:
|
311 |
msgid ""
|
312 |
"Many users only think to review AdRotate when something goes wrong while "
|
313 |
"thousands of people happily use AdRotate."
|
@@ -316,116 +328,124 @@ msgstr ""
|
|
316 |
"berjalan salah sementara ribuan orang dengan senang hati menggunakan "
|
317 |
"AdRotate."
|
318 |
|
319 |
-
#: adrotate-output.php:
|
320 |
msgid "If you find AdRotate useful please leave your"
|
321 |
msgstr "Jika Anda menemukan AdRotate berguna silakan tinggalkan Anda"
|
322 |
|
323 |
-
#: adrotate-output.php:
|
324 |
msgid "rating"
|
325 |
msgstr "penilaian"
|
326 |
|
327 |
-
#: adrotate-output.php:
|
328 |
msgid "review"
|
329 |
msgstr "ulasan"
|
330 |
|
331 |
-
#: adrotate-output.php:
|
332 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
333 |
msgstr ""
|
334 |
"di WordPress.org untuk membantu AdRotate tumbuh dengan cara yang positif"
|
335 |
|
336 |
-
#: adrotate-output.php:
|
337 |
#: dashboard/settings/notifications.php:80
|
338 |
msgid "Available in AdRotate Pro"
|
339 |
msgstr "Tersedia dalam AdRotate Pro"
|
340 |
|
341 |
-
#: adrotate-output.php:
|
342 |
msgid "More information..."
|
343 |
msgstr "Informasi lebih lanjut ..."
|
344 |
|
345 |
-
#: adrotate-output.php:
|
346 |
msgid "This feature is available in AdRotate Pro"
|
347 |
msgstr "Fitur ini tersedia dalam AdRotate Pro"
|
348 |
|
349 |
-
#: adrotate-output.php:
|
350 |
msgid "Learn more"
|
351 |
msgstr "Belajarlah lagi"
|
352 |
|
353 |
-
#: adrotate-statistics.php:
|
354 |
#: dashboard/publisher/adverts-edit.php:241
|
355 |
msgid "January"
|
356 |
msgstr "Januari"
|
357 |
|
358 |
-
#: adrotate-statistics.php:
|
359 |
#: dashboard/publisher/adverts-edit.php:242
|
360 |
msgid "February"
|
361 |
msgstr "Februari"
|
362 |
|
363 |
-
#: adrotate-statistics.php:
|
364 |
#: dashboard/publisher/adverts-edit.php:243
|
365 |
msgid "March"
|
366 |
msgstr "Maret"
|
367 |
|
368 |
-
#: adrotate-statistics.php:
|
369 |
#: dashboard/publisher/adverts-edit.php:244
|
370 |
msgid "April"
|
371 |
msgstr "April"
|
372 |
|
373 |
-
#: adrotate-statistics.php:
|
374 |
#: dashboard/publisher/adverts-edit.php:245
|
375 |
msgid "May"
|
376 |
msgstr "Mungkin"
|
377 |
|
378 |
-
#: adrotate-statistics.php:
|
379 |
#: dashboard/publisher/adverts-edit.php:246
|
380 |
msgid "June"
|
381 |
msgstr "Juni"
|
382 |
|
383 |
-
#: adrotate-statistics.php:
|
384 |
#: dashboard/publisher/adverts-edit.php:247
|
385 |
msgid "July"
|
386 |
msgstr "Juli"
|
387 |
|
388 |
-
#: adrotate-statistics.php:
|
389 |
#: dashboard/publisher/adverts-edit.php:248
|
390 |
msgid "August"
|
391 |
msgstr "Agustus"
|
392 |
|
393 |
-
#: adrotate-statistics.php:
|
394 |
#: dashboard/publisher/adverts-edit.php:249
|
395 |
msgid "September"
|
396 |
msgstr "September"
|
397 |
|
398 |
-
#: adrotate-statistics.php:
|
399 |
#: dashboard/publisher/adverts-edit.php:250
|
400 |
msgid "October"
|
401 |
msgstr "Oktober"
|
402 |
|
403 |
-
#: adrotate-statistics.php:
|
404 |
#: dashboard/publisher/adverts-edit.php:251
|
405 |
msgid "November"
|
406 |
msgstr "November"
|
407 |
|
408 |
-
#: adrotate-statistics.php:
|
409 |
#: dashboard/publisher/adverts-edit.php:252
|
410 |
msgid "December"
|
411 |
msgstr "Desember"
|
412 |
|
413 |
-
#: adrotate-statistics.php:
|
414 |
msgid "Previous"
|
415 |
msgstr "Sebelumnya"
|
416 |
|
417 |
-
#: adrotate-statistics.php:
|
|
|
|
|
418 |
msgid "This month"
|
419 |
msgstr "Bulan ini"
|
420 |
|
421 |
-
#: adrotate-statistics.php:
|
422 |
msgid "Next"
|
423 |
msgstr "Berikutnya"
|
424 |
|
425 |
-
#: adrotate-statistics.php:
|
426 |
msgid "No data to show!"
|
427 |
msgstr "Tidak ada data untuk menunjukkan!"
|
428 |
|
|
|
|
|
|
|
|
|
|
|
|
|
429 |
#: adrotate-widget.php:116
|
430 |
msgid "Title (optional):"
|
431 |
msgstr "Judul (opsional):"
|
@@ -479,6 +499,8 @@ msgstr "AdRotate Pro"
|
|
479 |
#: adrotate.php:105 dashboard/info.php:40
|
480 |
#: dashboard/publisher/adverts-edit.php:458
|
481 |
#: dashboard/publisher/groups-main.php:34
|
|
|
|
|
482 |
msgid "Adverts"
|
483 |
msgstr "iklan"
|
484 |
|
@@ -486,78 +508,126 @@ msgstr "iklan"
|
|
486 |
msgid "Groups"
|
487 |
msgstr "Grup"
|
488 |
|
489 |
-
#: adrotate.php:107
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
490 |
msgid "Settings"
|
491 |
msgstr "pengaturan"
|
492 |
|
493 |
-
#: adrotate.php:
|
494 |
msgid "AdRotate Info"
|
495 |
msgstr "Info AdRotate"
|
496 |
|
497 |
-
#: adrotate.php:
|
498 |
msgid "AdRotate Professional"
|
499 |
msgstr "AdRotate profesional"
|
500 |
|
501 |
-
#: adrotate.php:
|
502 |
msgid "Advert Management"
|
503 |
msgstr "Manajemen iklan"
|
504 |
|
505 |
-
#: adrotate.php:
|
506 |
msgid "Manage"
|
507 |
msgstr "Mengelola"
|
508 |
|
509 |
-
#: adrotate.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
510 |
msgid "Add New"
|
511 |
msgstr "Tambah baru"
|
512 |
|
513 |
-
#: adrotate.php:
|
514 |
msgid "Group Management"
|
515 |
msgstr "Manajemen grup"
|
516 |
|
517 |
-
#: adrotate.php:
|
518 |
-
msgid "
|
519 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
520 |
|
521 |
-
#: adrotate.php:
|
522 |
msgid "AdRotate Settings"
|
523 |
msgstr "Pengaturan AdRotate"
|
524 |
|
525 |
-
#: adrotate.php:
|
526 |
#, fuzzy
|
527 |
#| msgid "General Info"
|
528 |
msgid "General"
|
529 |
msgstr "Informasi Umum"
|
530 |
|
531 |
-
#: adrotate.php:
|
532 |
msgid "Notifications"
|
533 |
msgstr "pemberitahuan"
|
534 |
|
535 |
-
#: adrotate.php:
|
536 |
#: dashboard/publisher/adverts-error.php:63
|
537 |
#: dashboard/publisher/adverts-main.php:81
|
538 |
#: dashboard/publisher/groups-main.php:70
|
539 |
msgid "Stats"
|
540 |
msgstr "Statistik"
|
541 |
|
542 |
-
#: adrotate.php:
|
543 |
#: dashboard/publisher/groups-edit.php:180
|
544 |
#: dashboard/settings/advertisers.php:38
|
545 |
msgid "Geo Targeting"
|
546 |
msgstr "Geo Penargetan"
|
547 |
|
548 |
-
#: adrotate.php:
|
549 |
msgid "Advertisers"
|
550 |
msgstr "pengiklan"
|
551 |
|
552 |
-
#: adrotate.php:
|
553 |
msgid "Roles"
|
554 |
msgstr "peran"
|
555 |
|
556 |
-
#: adrotate.php:
|
557 |
msgid "Misc"
|
558 |
msgstr ""
|
559 |
|
560 |
-
#: adrotate.php:
|
561 |
msgid "Maintenance"
|
562 |
msgstr "Pemeliharaan"
|
563 |
|
@@ -692,90 +762,90 @@ msgstr ""
|
|
692 |
"lagi."
|
693 |
|
694 |
#: dashboard/adrotatepro.php:83 dashboard/adrotatepro.php:95
|
695 |
-
#: dashboard/info.php:
|
696 |
msgid "Buy AdRotate Professional"
|
697 |
msgstr "Beli AdRotate profesional"
|
698 |
|
699 |
-
#: dashboard/adrotatepro.php:87 dashboard/info.php:
|
700 |
msgid "Single License"
|
701 |
msgstr "Lisensi tunggal"
|
702 |
|
703 |
-
#: dashboard/adrotatepro.php:87 dashboard/info.php:
|
704 |
msgid "One WordPress installation."
|
705 |
msgstr "Satu instalasi WordPress."
|
706 |
|
707 |
#: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:100
|
708 |
-
#: dashboard/info.php:
|
709 |
msgid "Duo License"
|
710 |
msgstr "Duo Lisensi"
|
711 |
|
712 |
-
#: dashboard/adrotatepro.php:88 dashboard/info.php:
|
713 |
msgid "Two WordPress installations."
|
714 |
msgstr "Dua instalasi WordPress."
|
715 |
|
716 |
#: dashboard/adrotatepro.php:89 dashboard/adrotatepro.php:101
|
717 |
-
#: dashboard/info.php:
|
718 |
msgid "Multi License"
|
719 |
msgstr "multi License"
|
720 |
|
721 |
-
#: dashboard/adrotatepro.php:89 dashboard/info.php:
|
722 |
msgid "Up to five WordPress installations."
|
723 |
msgstr "Sampai dengan lima instalasi WordPress."
|
724 |
|
725 |
#: dashboard/adrotatepro.php:90 dashboard/adrotatepro.php:102
|
726 |
-
#: dashboard/info.php:
|
727 |
msgid "Developer License"
|
728 |
msgstr "Lisensi developer"
|
729 |
|
730 |
-
#: dashboard/adrotatepro.php:90 dashboard/info.php:
|
731 |
msgid "Unlimited WordPress installations and/or networks."
|
732 |
msgstr "instalasi WordPress terbatas dan / atau jaringan."
|
733 |
|
734 |
#: dashboard/adrotatepro.php:91 dashboard/adrotatepro.php:104
|
735 |
-
#: dashboard/info.php:
|
736 |
msgid "Compare licenses"
|
737 |
msgstr "bandingkan lisensi"
|
738 |
|
739 |
-
#: dashboard/adrotatepro.php:91 dashboard/info.php:
|
740 |
msgid "Not sure which license is for you? Compare them..."
|
741 |
msgstr "Tidak yakin yang lisensi adalah untuk Anda? Membandingkan mereka..."
|
742 |
|
743 |
-
#: dashboard/adrotatepro.php:91 dashboard/info.php:
|
744 |
msgid "All Licenses"
|
745 |
msgstr "semua Lisensi"
|
746 |
|
747 |
-
#: dashboard/adrotatepro.php:99 dashboard/info.php:
|
748 |
msgid "Lifetime License"
|
749 |
msgstr "Lifetime License"
|
750 |
|
751 |
-
#: dashboard/adrotatepro.php:99 dashboard/info.php:
|
752 |
msgid "Single installation."
|
753 |
msgstr "instalasi tunggal."
|
754 |
|
755 |
-
#: dashboard/adrotatepro.php:100 dashboard/info.php:
|
756 |
msgid "Up to 2 installations."
|
757 |
msgstr "Sampai dengan 2 instalasi."
|
758 |
|
759 |
-
#: dashboard/adrotatepro.php:101 dashboard/info.php:
|
760 |
msgid "Up to 10 installations."
|
761 |
msgstr "Sampai dengan 10 instalasi."
|
762 |
|
763 |
-
#: dashboard/adrotatepro.php:102 dashboard/info.php:
|
764 |
msgid "Up to 25 installations or multisite networks."
|
765 |
msgstr "Sampai dengan 25 instalasi atau jaringan multisite."
|
766 |
|
767 |
-
#: dashboard/adrotatepro.php:103 dashboard/info.php:
|
768 |
msgid ""
|
769 |
"Subscriptions get 1 year access to updates, email support & AdRotate Geo."
|
770 |
msgstr ""
|
771 |
"Langganan mendapatkan akses 1 tahun untuk update, dukungan email & AdRotate "
|
772 |
"Geo."
|
773 |
|
774 |
-
#: dashboard/adrotatepro.php:104 dashboard/info.php:
|
775 |
msgid "Not sure which license is for you?"
|
776 |
msgstr "Tidak yakin yang lisensi adalah untuk Anda?"
|
777 |
|
778 |
-
#: dashboard/adrotatepro.php:104 dashboard/info.php:
|
779 |
msgid "Compare Licenses"
|
780 |
msgstr "bandingkan Lisensi"
|
781 |
|
@@ -807,11 +877,11 @@ msgstr ""
|
|
807 |
"Pertimbangkan menulis review jika Anda suka AdRotate. Juga ikuti halaman "
|
808 |
"Facebook saya untuk update tentang saya dan plugin saya. Terima kasih!"
|
809 |
|
810 |
-
#: dashboard/info.php:
|
811 |
msgid "Arnan de Gans News & Updates"
|
812 |
msgstr ""
|
813 |
|
814 |
-
#: dashboard/info.php:
|
815 |
msgid "Join the Media.net advertising network"
|
816 |
msgstr ""
|
817 |
|
@@ -823,6 +893,7 @@ msgstr "Iklan dinonaktifkan"
|
|
823 |
#: dashboard/publisher/adverts-error.php:19
|
824 |
#: dashboard/publisher/adverts-main.php:20
|
825 |
#: dashboard/publisher/groups-main.php:20
|
|
|
826 |
msgid "Bulk Actions"
|
827 |
msgstr "Aksi besar"
|
828 |
|
@@ -833,7 +904,7 @@ msgstr "Mengaktifkan"
|
|
833 |
|
834 |
#: dashboard/publisher/adverts-disabled.php:22
|
835 |
#: dashboard/publisher/adverts-error.php:21
|
836 |
-
#: dashboard/publisher/adverts-main.php:22
|
837 |
msgid "Delete"
|
838 |
msgstr "Menghapus"
|
839 |
|
@@ -847,6 +918,7 @@ msgstr "ulang statistik"
|
|
847 |
#: dashboard/publisher/adverts-error.php:29
|
848 |
#: dashboard/publisher/adverts-main.php:30
|
849 |
#: dashboard/publisher/groups-main.php:24
|
|
|
850 |
msgid "Go"
|
851 |
msgstr "Pergi"
|
852 |
|
@@ -854,12 +926,14 @@ msgstr "Pergi"
|
|
854 |
#: dashboard/publisher/adverts-error.php:39
|
855 |
#: dashboard/publisher/adverts-main.php:39
|
856 |
#: dashboard/publisher/groups-main.php:32
|
|
|
857 |
msgid "ID"
|
858 |
msgstr "ID"
|
859 |
|
860 |
#: dashboard/publisher/adverts-disabled.php:36
|
861 |
#: dashboard/publisher/adverts-error.php:41
|
862 |
#: dashboard/publisher/adverts-main.php:40
|
|
|
863 |
msgid "Start / End"
|
864 |
msgstr "Mulai / Akhir"
|
865 |
|
@@ -867,7 +941,8 @@ msgstr "Mulai / Akhir"
|
|
867 |
#: dashboard/publisher/adverts-error.php:40
|
868 |
#: dashboard/publisher/adverts-main.php:41
|
869 |
#: dashboard/publisher/groups-edit.php:51
|
870 |
-
#: dashboard/publisher/groups-main.php:33
|
|
|
871 |
msgid "Name"
|
872 |
msgstr "Nama"
|
873 |
|
@@ -880,21 +955,41 @@ msgstr "Tampil"
|
|
880 |
|
881 |
#: dashboard/publisher/adverts-disabled.php:40
|
882 |
#: dashboard/publisher/adverts-main.php:45
|
883 |
-
#: dashboard/publisher/adverts-report.php:36
|
884 |
-
#: dashboard/publisher/adverts-report.php:57
|
885 |
#: dashboard/publisher/groups-edit.php:334
|
886 |
#: dashboard/publisher/groups-main.php:38
|
887 |
-
#: dashboard/publisher/
|
888 |
-
#: dashboard/publisher/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
889 |
msgid "Clicks"
|
890 |
msgstr "klik"
|
891 |
|
892 |
#: dashboard/publisher/adverts-disabled.php:41
|
893 |
#: dashboard/publisher/adverts-main.php:47
|
894 |
-
#: dashboard/publisher/
|
895 |
-
#: dashboard/publisher/
|
896 |
-
#: dashboard/publisher/
|
897 |
-
#: dashboard/publisher/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
898 |
msgid "CTR"
|
899 |
msgstr "CTR"
|
900 |
|
@@ -996,7 +1091,7 @@ msgid "Basic Examples:"
|
|
996 |
msgstr "Contoh dasar:"
|
997 |
|
998 |
#: dashboard/publisher/adverts-edit.php:129
|
999 |
-
msgid "Get
|
1000 |
msgstr ""
|
1001 |
|
1002 |
#: dashboard/publisher/adverts-edit.php:134
|
@@ -1056,6 +1151,7 @@ msgstr ""
|
|
1056 |
"Hal ini karena perbedaan CSS. Anda berkas tema CSS tidak aktif di sini!"
|
1057 |
|
1058 |
#: dashboard/publisher/adverts-edit.php:150
|
|
|
1059 |
msgid "Banner asset"
|
1060 |
msgstr "aset Banner"
|
1061 |
|
@@ -1068,6 +1164,7 @@ msgid "Select Banner"
|
|
1068 |
msgstr "Pilih Banner"
|
1069 |
|
1070 |
#: dashboard/publisher/adverts-edit.php:155
|
|
|
1071 |
msgid "- OR -"
|
1072 |
msgstr "- ATAU -"
|
1073 |
|
@@ -1091,11 +1188,6 @@ msgstr ""
|
|
1091 |
"Gunakan baik bidang teks atau dropdown. Jika textfield memiliki konten "
|
1092 |
"bidang yang memiliki prioritas."
|
1093 |
|
1094 |
-
#: dashboard/publisher/adverts-edit.php:167
|
1095 |
-
#: dashboard/settings/statistics.php:17
|
1096 |
-
msgid "Statistics"
|
1097 |
-
msgstr "statistika"
|
1098 |
-
|
1099 |
#: dashboard/publisher/adverts-edit.php:169
|
1100 |
msgid "Enable click and impression tracking for this advert."
|
1101 |
msgstr "Aktifkan klik dan pelacakan kesan untuk iklan ini."
|
@@ -1126,11 +1218,21 @@ msgid "Get more features with AdRotate Pro."
|
|
1126 |
msgstr "Dapatkan lebih banyak fitur dengan AdRotate Pro."
|
1127 |
|
1128 |
#: dashboard/publisher/adverts-edit.php:188
|
|
|
|
|
|
|
1129 |
#: dashboard/publisher/adverts-main.php:105
|
1130 |
#: dashboard/publisher/groups-edit.php:71
|
1131 |
-
#: dashboard/publisher/groups-
|
1132 |
-
|
1133 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1134 |
|
1135 |
#: dashboard/publisher/adverts-edit.php:191
|
1136 |
#: dashboard/publisher/adverts-edit.php:291
|
@@ -1143,6 +1245,7 @@ msgstr "Simpan Advert"
|
|
1143 |
#: dashboard/publisher/adverts-edit.php:292
|
1144 |
#: dashboard/publisher/adverts-edit.php:448
|
1145 |
#: dashboard/publisher/adverts-edit.php:489
|
|
|
1146 |
#: dashboard/publisher/groups-edit.php:150
|
1147 |
#: dashboard/publisher/groups-edit.php:299
|
1148 |
#: dashboard/publisher/groups-edit.php:391
|
@@ -1242,13 +1345,6 @@ msgid ""
|
|
1242 |
msgstr ""
|
1243 |
"Buat beberapa dan lebih maju jadwal untuk setiap iklan dengan AdRotate Pro."
|
1244 |
|
1245 |
-
#: dashboard/publisher/adverts-edit.php:288
|
1246 |
-
#: dashboard/publisher/adverts-edit.php:357
|
1247 |
-
#: dashboard/publisher/adverts-edit.php:428
|
1248 |
-
#: dashboard/publisher/groups-edit.php:191
|
1249 |
-
msgid "Upgrade today"
|
1250 |
-
msgstr "meng-upgrade hari ini"
|
1251 |
-
|
1252 |
#: dashboard/publisher/adverts-edit.php:295
|
1253 |
#: dashboard/publisher/groups-edit.php:153
|
1254 |
msgid "Advanced"
|
@@ -1456,6 +1552,214 @@ msgstr ""
|
|
1456 |
msgid "Expired"
|
1457 |
msgstr "berakhir"
|
1458 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1459 |
#: dashboard/publisher/adverts-main.php:12
|
1460 |
msgid "Active Adverts"
|
1461 |
msgstr "Iklan aktif"
|
@@ -1470,6 +1774,8 @@ msgstr "Ekspor ke XML"
|
|
1470 |
#: dashboard/publisher/adverts-main.php:46
|
1471 |
#: dashboard/publisher/groups-main.php:37
|
1472 |
#: dashboard/publisher/groups-main.php:39
|
|
|
|
|
1473 |
msgid "Today"
|
1474 |
msgstr "Hari ini"
|
1475 |
|
@@ -1477,48 +1783,6 @@ msgstr "Hari ini"
|
|
1477 |
msgid "No adverts created yet!"
|
1478 |
msgstr "Tidak ada iklan dibuat belum!"
|
1479 |
|
1480 |
-
#: dashboard/publisher/adverts-report.php:30
|
1481 |
-
msgid "Statistics for advert"
|
1482 |
-
msgstr "Statistik untuk iklan"
|
1483 |
-
|
1484 |
-
#: dashboard/publisher/adverts-report.php:35
|
1485 |
-
#: dashboard/publisher/adverts-report.php:56
|
1486 |
-
#: dashboard/publisher/groups-report.php:36
|
1487 |
-
#: dashboard/publisher/groups-report.php:57
|
1488 |
-
msgid "Impressions"
|
1489 |
-
msgstr "tayangan"
|
1490 |
-
|
1491 |
-
#: dashboard/publisher/adverts-report.php:37
|
1492 |
-
#: dashboard/publisher/groups-report.php:38
|
1493 |
-
msgid "Impressions today"
|
1494 |
-
msgstr "tayangan hari ini"
|
1495 |
-
|
1496 |
-
#: dashboard/publisher/adverts-report.php:38
|
1497 |
-
#: dashboard/publisher/groups-report.php:39
|
1498 |
-
msgid "Clicks today"
|
1499 |
-
msgstr "klik hari ini"
|
1500 |
-
|
1501 |
-
#: dashboard/publisher/adverts-report.php:45
|
1502 |
-
#: dashboard/publisher/groups-report.php:46
|
1503 |
-
msgid "Monthly overview of clicks and impressions"
|
1504 |
-
msgstr "gambaran bulanan klik dan tayangan"
|
1505 |
-
|
1506 |
-
#: dashboard/publisher/adverts-report.php:64
|
1507 |
-
#: dashboard/publisher/groups-report.php:65
|
1508 |
-
#: dashboard/settings/notifications.php:60
|
1509 |
-
#: dashboard/settings/notifications.php:90
|
1510 |
-
msgid "Note:"
|
1511 |
-
msgstr "catatan:"
|
1512 |
-
|
1513 |
-
#: dashboard/publisher/adverts-report.php:64
|
1514 |
-
#: dashboard/publisher/groups-report.php:65
|
1515 |
-
msgid ""
|
1516 |
-
"All statistics are indicative. They do not nessesarily reflect results "
|
1517 |
-
"counted by other parties."
|
1518 |
-
msgstr ""
|
1519 |
-
"Semua statistik adalah indikasi. Mereka tidak nessesarily mencerminkan hasil "
|
1520 |
-
"dihitung oleh pihak lain."
|
1521 |
-
|
1522 |
#: dashboard/publisher/groups-edit.php:43
|
1523 |
msgid "New Group"
|
1524 |
msgstr "Grup baru"
|
@@ -1575,10 +1839,6 @@ msgid "Larger blocks will degrade your sites performance! Default: 2/2."
|
|
1575 |
msgstr ""
|
1576 |
"blok yang lebih besar akan menurunkan kinerja situs Anda! Default: 2/2."
|
1577 |
|
1578 |
-
#: dashboard/publisher/groups-edit.php:95
|
1579 |
-
msgid "Advert size"
|
1580 |
-
msgstr "ukuran iklan"
|
1581 |
-
|
1582 |
#: dashboard/publisher/groups-edit.php:97
|
1583 |
msgid "pixel(s) wide"
|
1584 |
msgstr "pixel (s) wide"
|
@@ -1827,10 +2087,12 @@ msgid "Configuration errors."
|
|
1827 |
msgstr "kesalahan konfigurasi."
|
1828 |
|
1829 |
#: dashboard/publisher/groups-edit.php:385
|
|
|
1830 |
msgid "Expires soon."
|
1831 |
msgstr "Segera berakhir."
|
1832 |
|
1833 |
#: dashboard/publisher/groups-edit.php:386
|
|
|
1834 |
msgid "Has expired."
|
1835 |
msgstr "Telah kadaluwarsa."
|
1836 |
|
@@ -1863,10 +2125,250 @@ msgstr "OK untuk melanjutkan, BATAL untuk berhenti."
|
|
1863 |
msgid "No groups created!"
|
1864 |
msgstr "Tidak ada kelompok dibuat!"
|
1865 |
|
1866 |
-
#: dashboard/publisher/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1867 |
msgid "Statistics for group"
|
1868 |
msgstr "Statistik untuk kelompok"
|
1869 |
|
|
|
|
|
|
|
|
|
1870 |
#: dashboard/settings/advertisers.php:16
|
1871 |
msgid "Advertisers - Available in AdRotate Pro"
|
1872 |
msgstr "Pengiklan - Tersedia dalam AdRotate Pro"
|
@@ -2972,6 +3474,18 @@ msgstr ""
|
|
2972 |
"Jumlah ini mungkin tidak kosong, lebih rendah dari 60 atau melebihi 86.400 "
|
2973 |
"(24 jam)."
|
2974 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2975 |
#~ msgid "Empty database records removed"
|
2976 |
#~ msgstr "catatan database kosong dihapus"
|
2977 |
|
@@ -3065,9 +3579,6 @@ msgstr ""
|
|
3065 |
#~ msgid "If you find AdRotate useful please leave your honest"
|
3066 |
#~ msgstr "Ако намирате AdRotate за полезен, моля оставете честна"
|
3067 |
|
3068 |
-
#~ msgid "Manage Schedules"
|
3069 |
-
#~ msgstr "Управление на графици"
|
3070 |
-
|
3071 |
#~ msgid "Manage Media"
|
3072 |
#~ msgstr "Управление на Медия"
|
3073 |
|
@@ -3090,12 +3601,6 @@ msgstr ""
|
|
3090 |
#~ msgid "Ads"
|
3091 |
#~ msgstr "Реклами"
|
3092 |
|
3093 |
-
#~ msgid "Max Impressions"
|
3094 |
-
#~ msgstr "Максимум импресии"
|
3095 |
-
|
3096 |
-
#~ msgid "Max Clicks"
|
3097 |
-
#~ msgstr "Максимум кликове"
|
3098 |
-
|
3099 |
#~ msgid "No schedules created yet!"
|
3100 |
#~ msgstr "Все още няма създадени графици!"
|
3101 |
|
@@ -3111,19 +3616,6 @@ msgstr ""
|
|
3111 |
#~ msgid "Media uploading and management is available in AdRotate Pro."
|
3112 |
#~ msgstr "Управлението и качването на медия са налични в AdRotate Pro."
|
3113 |
|
3114 |
-
#~ msgid "Maximum size is 512Kb."
|
3115 |
-
#~ msgstr "Максималния размер е 512Kb."
|
3116 |
-
|
3117 |
-
#~ msgid "Important:"
|
3118 |
-
#~ msgstr "Важно:"
|
3119 |
-
|
3120 |
-
#~ msgid ""
|
3121 |
-
#~ "Make sure your file has no spaces or special characters in the name. "
|
3122 |
-
#~ "Replace spaces with a - or _."
|
3123 |
-
#~ msgstr ""
|
3124 |
-
#~ "Уверете се, че файла няма интервали и специални знаци в името си. "
|
3125 |
-
#~ "Заместете интервалите с - или _."
|
3126 |
-
|
3127 |
#~ msgid ""
|
3128 |
#~ "For responsive adverts make sure the filename is in the following format; "
|
3129 |
#~ "\"imagename.full.ext\". A full set of sized images is strongly "
|
@@ -3148,16 +3640,6 @@ msgstr ""
|
|
3148 |
#~ "image.full.jpg, image.320.jpg и image.768.jpg ще се използват от една и "
|
3149 |
#~ "съща реклама в различни резолюции на екрана."
|
3150 |
|
3151 |
-
#~ msgid "Actions"
|
3152 |
-
#~ msgstr "Действия"
|
3153 |
-
|
3154 |
-
#~ msgid ""
|
3155 |
-
#~ "Make sure the banner images are not in use by adverts when you delete "
|
3156 |
-
#~ "them!"
|
3157 |
-
#~ msgstr ""
|
3158 |
-
#~ "Уверете се, че картинките за банери не се използват от реклами, преди да "
|
3159 |
-
#~ "ги изтриете!"
|
3160 |
-
|
3161 |
#~ msgid "Manage your banner folder from here with AdRotate Pro."
|
3162 |
#~ msgstr "Можете да управлявате папката с банери от тук с AdRotate Pro."
|
3163 |
|
@@ -3242,9 +3724,6 @@ msgstr ""
|
|
3242 |
#~ "Кой да получава email съобщения от рекламодатели. Максимум 2 адреса, "
|
3243 |
#~ "разделени със запетая. Полето не може да бъде празно!"
|
3244 |
|
3245 |
-
#~ msgid "Get more features with AdRotate Pro"
|
3246 |
-
#~ msgstr "Получете по-голяма функционалност с AdRotate Pro"
|
3247 |
-
|
3248 |
#~ msgid ""
|
3249 |
#~ "Benefit from extra features to reinforce your income with advertising "
|
3250 |
#~ "campaigns. Make the most of your website with the powerful tools AdRotate "
|
@@ -3382,9 +3861,6 @@ msgstr ""
|
|
3382 |
#~ msgid "Find out more"
|
3383 |
#~ msgstr "Научете повече"
|
3384 |
|
3385 |
-
#~ msgid "Follow"
|
3386 |
-
#~ msgstr "Последвай"
|
3387 |
-
|
3388 |
#~ msgid "Barely visible"
|
3389 |
#~ msgstr "Почти видимо"
|
3390 |
|
@@ -3443,25 +3919,6 @@ msgstr ""
|
|
3443 |
#~ msgid "Group updated"
|
3444 |
#~ msgstr "Групата е обновена"
|
3445 |
|
3446 |
-
#~ msgid ""
|
3447 |
-
#~ "Upload images to the AdRotate Pro banners folder from here. This is "
|
3448 |
-
#~ "especially useful if you use responsive adverts with multiple images."
|
3449 |
-
#~ msgstr ""
|
3450 |
-
#~ "Качете картинки в папката за банери на AdRotate Pro от тук. Това е "
|
3451 |
-
#~ "особено полезно, ако използвате responsive реклами с няколко картинки."
|
3452 |
-
|
3453 |
-
#~ msgid "Upload new banner image"
|
3454 |
-
#~ msgstr "Качване на нова картинка на банера"
|
3455 |
-
|
3456 |
-
#~ msgid "Accepted files are:"
|
3457 |
-
#~ msgstr "Приемат се следните файлове:"
|
3458 |
-
|
3459 |
-
#~ msgid "Upload image"
|
3460 |
-
#~ msgstr "Качването на картинка"
|
3461 |
-
|
3462 |
-
#~ msgid "Available banner images in"
|
3463 |
-
#~ msgstr "Налични картинки за банери в"
|
3464 |
-
|
3465 |
#~ msgid "Access Rights"
|
3466 |
#~ msgstr "Права на достъп"
|
3467 |
|
@@ -3899,9 +4356,6 @@ msgstr ""
|
|
3899 |
#~ "image.full.jpg, image.320.jpg и image.768.jpg ще се използват от една и "
|
3900 |
#~ "съща реклама в различни резолюции на екрана. Изисква jQuery."
|
3901 |
|
3902 |
-
#~ msgid "Media:"
|
3903 |
-
#~ msgstr "Медия:"
|
3904 |
-
|
3905 |
#~ msgid ""
|
3906 |
#~ "With AdRotate Pro you can also set a weight to give adverts more or less "
|
3907 |
#~ "attention."
|
@@ -3923,9 +4377,6 @@ msgstr ""
|
|
3923 |
#~ "Насочете рекламите си към правилната аудитория с услугата за "
|
3924 |
#~ "местоположение в AdRotate Pro"
|
3925 |
|
3926 |
-
#~ msgid "Schedule"
|
3927 |
-
#~ msgstr "График"
|
3928 |
-
|
3929 |
#~ msgid "From when to when is the advert visible?"
|
3930 |
#~ msgstr "От кога до кога да бъде видима тази обява?"
|
3931 |
|
@@ -4049,12 +4500,6 @@ msgstr ""
|
|
4049 |
#~ msgid "Updated"
|
4050 |
#~ msgstr "Обновен"
|
4051 |
|
4052 |
-
#~ msgid "Show from"
|
4053 |
-
#~ msgstr "Покажи от"
|
4054 |
-
|
4055 |
-
#~ msgid "Show until"
|
4056 |
-
#~ msgstr "Покажи до"
|
4057 |
-
|
4058 |
#~ msgid "AdRotate Server Settings"
|
4059 |
#~ msgstr "Настройки на сървъра на AdRotate"
|
4060 |
|
@@ -4184,10 +4629,6 @@ msgstr ""
|
|
4184 |
#~ msgid "Buy"
|
4185 |
#~ msgstr "Купи"
|
4186 |
|
4187 |
-
#, fuzzy
|
4188 |
-
#~ msgid "Used"
|
4189 |
-
#~ msgstr "Използвани"
|
4190 |
-
|
4191 |
#, fuzzy
|
4192 |
#~ msgid "Schedules not in use by this advert are hidden."
|
4193 |
#~ msgstr "Графици, които не се използват от тази реклама са скрити."
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: AdRotate\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2017-08-19 13:54+0800\n"
|
6 |
+
"PO-Revision-Date: 2017-08-19 13:54+0800\n"
|
7 |
"Last-Translator: Jordan Silaen <jordan.silaen@chameleonjohn.com>\n"
|
8 |
"Language-Team: ChameleonJohn.com <jordan.silaen@chameleonjohn.com>\n"
|
9 |
"Language: id_ID\n"
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
+
#: adrotate-functions.php:716
|
21 |
msgid "No files found"
|
22 |
msgstr "Tidak ada file yang ditemukan"
|
23 |
|
24 |
+
#: adrotate-functions.php:719
|
25 |
msgid "Folder not found or not accessible"
|
26 |
msgstr "Folder tidak ditemukan atau tidak dapat diakses"
|
27 |
|
28 |
+
#: adrotate-functions.php:804
|
29 |
msgid "Ad saved"
|
30 |
msgstr "iklan tersimpan"
|
31 |
|
32 |
+
#: adrotate-functions.php:808
|
33 |
msgid "Group saved"
|
34 |
msgstr "kelompok disimpan"
|
35 |
|
36 |
+
#: adrotate-functions.php:812
|
37 |
msgid "Ad(s) deleted"
|
38 |
msgstr "Iklan (s) dihapus"
|
39 |
|
40 |
+
#: adrotate-functions.php:816
|
41 |
msgid "Group deleted"
|
42 |
msgstr "kelompok dihapus"
|
43 |
|
44 |
+
#: adrotate-functions.php:820
|
45 |
msgid "Ad(s) statistics reset"
|
46 |
msgstr "Iklan (s) statistik ulang"
|
47 |
|
48 |
+
#: adrotate-functions.php:824
|
49 |
msgid "Ad(s) renewed"
|
50 |
msgstr "Iklan (s) baru"
|
51 |
|
52 |
+
#: adrotate-functions.php:828
|
53 |
msgid "Ad(s) deactivated"
|
54 |
msgstr "Iklan (s) dinonaktifkan"
|
55 |
|
56 |
+
#: adrotate-functions.php:832
|
57 |
msgid "Ad(s) activated"
|
58 |
msgstr "Iklan (s) diaktifkan"
|
59 |
|
60 |
+
#: adrotate-functions.php:836
|
61 |
msgid "Group including it's Ads deleted"
|
62 |
msgstr "Kelompok termasuk itu iklan dihapus"
|
63 |
|
64 |
+
#: adrotate-functions.php:840
|
65 |
msgid "Export created"
|
66 |
msgstr "ekspor dibuat"
|
67 |
|
68 |
+
#: adrotate-functions.php:844
|
69 |
+
msgid ""
|
70 |
+
"Advert HTML generated and placed in the AdCode field. Configure your advert "
|
71 |
+
"below."
|
72 |
+
msgstr ""
|
73 |
+
|
74 |
+
#: adrotate-functions.php:849
|
75 |
msgid "Settings saved"
|
76 |
msgstr "pengaturan disimpan"
|
77 |
|
78 |
+
#: adrotate-functions.php:853
|
79 |
msgid "Database optimized"
|
80 |
msgstr "database dioptimalkan"
|
81 |
|
82 |
+
#: adrotate-functions.php:857
|
83 |
msgid "Database repaired"
|
84 |
msgstr "database diperbaiki"
|
85 |
|
86 |
+
#: adrotate-functions.php:861
|
87 |
msgid "Ads evaluated and statuses have been corrected where required"
|
88 |
msgstr "Iklan dievaluasi dan status telah diperbaiki di mana diperlukan"
|
89 |
|
90 |
+
#: adrotate-functions.php:865
|
91 |
#, fuzzy
|
92 |
#| msgid "Clean-up Database"
|
93 |
msgid "Cleanup complete"
|
94 |
msgstr "Clean-up database"
|
95 |
|
96 |
+
#: adrotate-functions.php:870
|
97 |
msgid "Action prohibited"
|
98 |
msgstr "aksi dilarang"
|
99 |
|
100 |
+
#: adrotate-functions.php:874
|
101 |
msgid ""
|
102 |
"The ad was saved but has an issue which might prevent it from working "
|
103 |
"properly. Review the colored ad."
|
105 |
"iklan itu disimpan tapi memiliki masalah yang mungkin mencegah dari bekerja "
|
106 |
"dengan baik. Tinjau iklan berwarna."
|
107 |
|
108 |
+
#: adrotate-functions.php:878
|
109 |
msgid "No data found in selected time period"
|
110 |
msgstr "Tidak ada data pada periode waktu yang dipilih"
|
111 |
|
112 |
+
#: adrotate-functions.php:882
|
113 |
msgid "Database can only be optimized or cleaned once every hour"
|
114 |
msgstr "Database hanya dapat dioptimalkan atau dibersihkan sekali setiap jam"
|
115 |
|
116 |
+
#: adrotate-functions.php:886
|
117 |
msgid "Form can not be (partially) empty!"
|
118 |
msgstr "Form tidak bisa (sebagian) kosong!"
|
119 |
|
120 |
+
#: adrotate-functions.php:890
|
121 |
msgid "No ads found."
|
122 |
msgstr "Tidak ada iklan yang ditemukan."
|
123 |
|
124 |
+
#: adrotate-functions.php:894
|
125 |
msgid "Unexpected error"
|
126 |
msgstr "Kesalahan tak terduga"
|
127 |
|
128 |
+
#: adrotate-manage-publisher.php:798
|
129 |
msgid "AdRotate Advertiser"
|
130 |
msgstr "AdRotate Pengiklan"
|
131 |
|
230 |
msgid "Your AdRotate Banner folder is not writable or does not exist."
|
231 |
msgstr "Anda folder AdRotate Banner tidak dapat ditulis atau tidak ada."
|
232 |
|
233 |
+
#: adrotate-output.php:685 dashboard/adrotatepro.php:87
|
234 |
#: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:89
|
235 |
#: dashboard/adrotatepro.php:90 dashboard/adrotatepro.php:99
|
236 |
#: dashboard/adrotatepro.php:100 dashboard/adrotatepro.php:101
|
237 |
+
#: dashboard/adrotatepro.php:102 dashboard/info.php:83 dashboard/info.php:84
|
238 |
+
#: dashboard/info.php:85 dashboard/info.php:86 dashboard/info.php:90
|
239 |
+
#: dashboard/info.php:91 dashboard/info.php:92 dashboard/info.php:93
|
240 |
#: dashboard/settings/geotargeting.php:35
|
241 |
msgid "Buy now"
|
242 |
msgstr "Beli sekarang"
|
243 |
|
244 |
+
#: adrotate-output.php:686
|
245 |
+
#, fuzzy
|
246 |
+
#| msgid ""
|
247 |
+
#| "You've been using <strong>AdRotate</strong> for a while now. Why not "
|
248 |
+
#| "upgrade to the <strong>PRO</strong> version"
|
249 |
msgid ""
|
250 |
+
"If you like <strong>AdRotate</strong>, please consider upgrading to the "
|
251 |
+
"<strong>PRO</strong> version and get more features."
|
252 |
msgstr ""
|
253 |
"Anda telah menggunakan <strong> AdRotate </ strong> untuk sementara waktu "
|
254 |
"sekarang. Mengapa tidak meng-upgrade ke <strong> PRO </ strong> versi"
|
255 |
|
256 |
+
#: adrotate-output.php:686
|
257 |
#, php-format
|
258 |
msgid ""
|
259 |
"Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
|
261 |
"Gunakan kode diskon <b> getadrotatepro </ b> untuk 10% off pada setiap "
|
262 |
"lisensi AdRotate!"
|
263 |
|
264 |
+
#: adrotate-output.php:686
|
265 |
+
#, fuzzy
|
266 |
+
#| msgid "Thank you for your purchase!"
|
267 |
+
msgid "Thank you for your support!"
|
268 |
msgstr "Terima kasih atas pembelian Anda!"
|
269 |
|
270 |
+
#: adrotate-output.php:747
|
271 |
msgid ""
|
272 |
"Thank you for choosing AdRotate. Everything related to AdRotate is in this "
|
273 |
"menu. If you need help getting started take a look at the"
|
275 |
"Terima kasih telah memilih AdRotate. Semuanya terkait dengan AdRotate dalam "
|
276 |
"menu ini. Jika Anda memerlukan bantuan mendapatkan mulai melihat pada"
|
277 |
|
278 |
+
#: adrotate-output.php:747
|
279 |
msgid "manuals"
|
280 |
msgstr "manual"
|
281 |
|
282 |
+
#: adrotate-output.php:747 adrotate-output.php:817
|
283 |
msgid "and"
|
284 |
msgstr "dan"
|
285 |
|
286 |
+
#: adrotate-output.php:747
|
287 |
msgid "forums"
|
288 |
msgstr "forum"
|
289 |
|
290 |
+
#: adrotate-output.php:780
|
291 |
msgid "Useful Links"
|
292 |
msgstr "Link berguna"
|
293 |
|
294 |
+
#: adrotate-output.php:781
|
295 |
msgid "Useful links to learn more about AdRotate"
|
296 |
msgstr "link yang berguna untuk mempelajari lebih lanjut tentang AdRotate"
|
297 |
|
298 |
+
#: adrotate-output.php:783
|
299 |
msgid "AdRotate website"
|
300 |
msgstr "situs AdRotate"
|
301 |
|
302 |
+
#: adrotate-output.php:784
|
303 |
msgid "Getting Started With AdRotate"
|
304 |
msgstr "Memulai Dengan AdRotate"
|
305 |
|
306 |
+
#: adrotate-output.php:785
|
307 |
msgid "AdRotate manuals"
|
308 |
msgstr "manual AdRotate"
|
309 |
|
310 |
+
#: adrotate-output.php:786
|
311 |
msgid "AdRotate Support Forum"
|
312 |
msgstr "Forum Dukungan AdRotate"
|
313 |
|
314 |
+
#: adrotate-output.php:809 dashboard/info.php:49
|
315 |
msgid "Support AdRotate"
|
316 |
msgstr "Dukungan AdRotate"
|
317 |
|
318 |
+
#: adrotate-output.php:810
|
319 |
msgid "Check out my website"
|
320 |
msgstr "Memeriksa website saya"
|
321 |
|
322 |
+
#: adrotate-output.php:817
|
323 |
msgid ""
|
324 |
"Many users only think to review AdRotate when something goes wrong while "
|
325 |
"thousands of people happily use AdRotate."
|
328 |
"berjalan salah sementara ribuan orang dengan senang hati menggunakan "
|
329 |
"AdRotate."
|
330 |
|
331 |
+
#: adrotate-output.php:817
|
332 |
msgid "If you find AdRotate useful please leave your"
|
333 |
msgstr "Jika Anda menemukan AdRotate berguna silakan tinggalkan Anda"
|
334 |
|
335 |
+
#: adrotate-output.php:817
|
336 |
msgid "rating"
|
337 |
msgstr "penilaian"
|
338 |
|
339 |
+
#: adrotate-output.php:817
|
340 |
msgid "review"
|
341 |
msgstr "ulasan"
|
342 |
|
343 |
+
#: adrotate-output.php:817
|
344 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
345 |
msgstr ""
|
346 |
"di WordPress.org untuk membantu AdRotate tumbuh dengan cara yang positif"
|
347 |
|
348 |
+
#: adrotate-output.php:843 dashboard/settings/notifications.php:50
|
349 |
#: dashboard/settings/notifications.php:80
|
350 |
msgid "Available in AdRotate Pro"
|
351 |
msgstr "Tersedia dalam AdRotate Pro"
|
352 |
|
353 |
+
#: adrotate-output.php:843
|
354 |
msgid "More information..."
|
355 |
msgstr "Informasi lebih lanjut ..."
|
356 |
|
357 |
+
#: adrotate-output.php:844
|
358 |
msgid "This feature is available in AdRotate Pro"
|
359 |
msgstr "Fitur ini tersedia dalam AdRotate Pro"
|
360 |
|
361 |
+
#: adrotate-output.php:844
|
362 |
msgid "Learn more"
|
363 |
msgstr "Belajarlah lagi"
|
364 |
|
365 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:220
|
366 |
#: dashboard/publisher/adverts-edit.php:241
|
367 |
msgid "January"
|
368 |
msgstr "Januari"
|
369 |
|
370 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:221
|
371 |
#: dashboard/publisher/adverts-edit.php:242
|
372 |
msgid "February"
|
373 |
msgstr "Februari"
|
374 |
|
375 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:222
|
376 |
#: dashboard/publisher/adverts-edit.php:243
|
377 |
msgid "March"
|
378 |
msgstr "Maret"
|
379 |
|
380 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:223
|
381 |
#: dashboard/publisher/adverts-edit.php:244
|
382 |
msgid "April"
|
383 |
msgstr "April"
|
384 |
|
385 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:224
|
386 |
#: dashboard/publisher/adverts-edit.php:245
|
387 |
msgid "May"
|
388 |
msgstr "Mungkin"
|
389 |
|
390 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:225
|
391 |
#: dashboard/publisher/adverts-edit.php:246
|
392 |
msgid "June"
|
393 |
msgstr "Juni"
|
394 |
|
395 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:226
|
396 |
#: dashboard/publisher/adverts-edit.php:247
|
397 |
msgid "July"
|
398 |
msgstr "Juli"
|
399 |
|
400 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:227
|
401 |
#: dashboard/publisher/adverts-edit.php:248
|
402 |
msgid "August"
|
403 |
msgstr "Agustus"
|
404 |
|
405 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:228
|
406 |
#: dashboard/publisher/adverts-edit.php:249
|
407 |
msgid "September"
|
408 |
msgstr "September"
|
409 |
|
410 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:229
|
411 |
#: dashboard/publisher/adverts-edit.php:250
|
412 |
msgid "October"
|
413 |
msgstr "Oktober"
|
414 |
|
415 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:230
|
416 |
#: dashboard/publisher/adverts-edit.php:251
|
417 |
msgid "November"
|
418 |
msgstr "November"
|
419 |
|
420 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:231
|
421 |
#: dashboard/publisher/adverts-edit.php:252
|
422 |
msgid "December"
|
423 |
msgstr "Desember"
|
424 |
|
425 |
+
#: adrotate-statistics.php:169
|
426 |
msgid "Previous"
|
427 |
msgstr "Sebelumnya"
|
428 |
|
429 |
+
#: adrotate-statistics.php:171 dashboard/publisher/statistics-advert.php:67
|
430 |
+
#: dashboard/publisher/statistics-group.php:73
|
431 |
+
#: dashboard/publisher/statistics-main.php:37
|
432 |
msgid "This month"
|
433 |
msgstr "Bulan ini"
|
434 |
|
435 |
+
#: adrotate-statistics.php:172
|
436 |
msgid "Next"
|
437 |
msgstr "Berikutnya"
|
438 |
|
439 |
+
#: adrotate-statistics.php:267
|
440 |
msgid "No data to show!"
|
441 |
msgstr "Tidak ada data untuk menunjukkan!"
|
442 |
|
443 |
+
#: adrotate-statistics.php:344 adrotate-statistics.php:345
|
444 |
+
#, fuzzy
|
445 |
+
#| msgid "No ads found."
|
446 |
+
msgid "Not found"
|
447 |
+
msgstr "Tidak ada iklan yang ditemukan."
|
448 |
+
|
449 |
#: adrotate-widget.php:116
|
450 |
msgid "Title (optional):"
|
451 |
msgstr "Judul (opsional):"
|
499 |
#: adrotate.php:105 dashboard/info.php:40
|
500 |
#: dashboard/publisher/adverts-edit.php:458
|
501 |
#: dashboard/publisher/groups-main.php:34
|
502 |
+
#: dashboard/publisher/schedules-main.php:34
|
503 |
+
#: dashboard/publisher/statistics-main.php:24
|
504 |
msgid "Adverts"
|
505 |
msgstr "iklan"
|
506 |
|
508 |
msgid "Groups"
|
509 |
msgstr "Grup"
|
510 |
|
511 |
+
#: adrotate.php:107 adrotate.php:348
|
512 |
+
#, fuzzy
|
513 |
+
#| msgid "Schedule"
|
514 |
+
msgid "Schedules"
|
515 |
+
msgstr "График"
|
516 |
+
|
517 |
+
#: adrotate.php:108 adrotate.php:388 dashboard/publisher/adverts-edit.php:167
|
518 |
+
#: dashboard/publisher/statistics-main.php:12
|
519 |
+
#: dashboard/settings/statistics.php:17
|
520 |
+
msgid "Statistics"
|
521 |
+
msgstr "statistika"
|
522 |
+
|
523 |
+
#: adrotate.php:109
|
524 |
+
#, fuzzy
|
525 |
+
#| msgid "Media:"
|
526 |
+
msgid "Media"
|
527 |
+
msgstr "Медия:"
|
528 |
+
|
529 |
+
#: adrotate.php:110
|
530 |
msgid "Settings"
|
531 |
msgstr "pengaturan"
|
532 |
|
533 |
+
#: adrotate.php:131
|
534 |
msgid "AdRotate Info"
|
535 |
msgstr "Info AdRotate"
|
536 |
|
537 |
+
#: adrotate.php:149
|
538 |
msgid "AdRotate Professional"
|
539 |
msgstr "AdRotate profesional"
|
540 |
|
541 |
+
#: adrotate.php:189
|
542 |
msgid "Advert Management"
|
543 |
msgstr "Manajemen iklan"
|
544 |
|
545 |
+
#: adrotate.php:249 adrotate.php:317
|
546 |
msgid "Manage"
|
547 |
msgstr "Mengelola"
|
548 |
|
549 |
+
#: adrotate.php:250
|
550 |
+
#, fuzzy
|
551 |
+
#| msgid "General Info"
|
552 |
+
msgid "Generator"
|
553 |
+
msgstr "Informasi Umum"
|
554 |
+
|
555 |
+
#: adrotate.php:251 adrotate.php:318
|
556 |
msgid "Add New"
|
557 |
msgstr "Tambah baru"
|
558 |
|
559 |
+
#: adrotate.php:311
|
560 |
msgid "Group Management"
|
561 |
msgstr "Manajemen grup"
|
562 |
|
563 |
+
#: adrotate.php:442
|
564 |
+
msgid "Media and Assets"
|
565 |
+
msgstr ""
|
566 |
+
|
567 |
+
#: adrotate.php:446
|
568 |
+
#, fuzzy
|
569 |
+
#| msgid ""
|
570 |
+
#| "Upload images to the AdRotate Pro banners folder from here. This is "
|
571 |
+
#| "especially useful if you use responsive adverts with multiple images."
|
572 |
+
msgid ""
|
573 |
+
"Upload images to the AdRotate Pro banners folder from here. This is useful "
|
574 |
+
"if you have HTML5 adverts containing multiple files."
|
575 |
+
msgstr ""
|
576 |
+
"Качете картинки в папката за банери на AdRotate Pro от тук. Това е особено "
|
577 |
+
"полезно, ако използвате responsive реклами с няколко картинки."
|
578 |
+
|
579 |
+
#: adrotate.php:446 dashboard/publisher/schedules-main.php:13
|
580 |
+
#, fuzzy
|
581 |
+
#| msgid "Get more features with AdRotate Pro"
|
582 |
+
msgid "Get more features"
|
583 |
+
msgstr "Получете по-голяма функционалност с AdRotate Pro"
|
584 |
+
|
585 |
+
#: adrotate.php:446 dashboard/publisher/schedules-main.php:13
|
586 |
+
#, fuzzy
|
587 |
+
#| msgid "AdRotate Pro"
|
588 |
+
msgid "Get AdRotate Pro"
|
589 |
+
msgstr "AdRotate Pro"
|
590 |
|
591 |
+
#: adrotate.php:474
|
592 |
msgid "AdRotate Settings"
|
593 |
msgstr "Pengaturan AdRotate"
|
594 |
|
595 |
+
#: adrotate.php:479 dashboard/publisher/statistics-main.php:17
|
596 |
#, fuzzy
|
597 |
#| msgid "General Info"
|
598 |
msgid "General"
|
599 |
msgstr "Informasi Umum"
|
600 |
|
601 |
+
#: adrotate.php:480 dashboard/settings/notifications.php:18
|
602 |
msgid "Notifications"
|
603 |
msgstr "pemberitahuan"
|
604 |
|
605 |
+
#: adrotate.php:481 dashboard/publisher/adverts-disabled.php:69
|
606 |
#: dashboard/publisher/adverts-error.php:63
|
607 |
#: dashboard/publisher/adverts-main.php:81
|
608 |
#: dashboard/publisher/groups-main.php:70
|
609 |
msgid "Stats"
|
610 |
msgstr "Statistik"
|
611 |
|
612 |
+
#: adrotate.php:482 dashboard/publisher/adverts-edit.php:359
|
613 |
#: dashboard/publisher/groups-edit.php:180
|
614 |
#: dashboard/settings/advertisers.php:38
|
615 |
msgid "Geo Targeting"
|
616 |
msgstr "Geo Penargetan"
|
617 |
|
618 |
+
#: adrotate.php:483 dashboard/settings/notifications.php:72
|
619 |
msgid "Advertisers"
|
620 |
msgstr "pengiklan"
|
621 |
|
622 |
+
#: adrotate.php:484 dashboard/settings/roles.php:17
|
623 |
msgid "Roles"
|
624 |
msgstr "peran"
|
625 |
|
626 |
+
#: adrotate.php:485
|
627 |
msgid "Misc"
|
628 |
msgstr ""
|
629 |
|
630 |
+
#: adrotate.php:486 dashboard/settings/maintenance.php:16
|
631 |
msgid "Maintenance"
|
632 |
msgstr "Pemeliharaan"
|
633 |
|
762 |
"lagi."
|
763 |
|
764 |
#: dashboard/adrotatepro.php:83 dashboard/adrotatepro.php:95
|
765 |
+
#: dashboard/info.php:79
|
766 |
msgid "Buy AdRotate Professional"
|
767 |
msgstr "Beli AdRotate profesional"
|
768 |
|
769 |
+
#: dashboard/adrotatepro.php:87 dashboard/info.php:83
|
770 |
msgid "Single License"
|
771 |
msgstr "Lisensi tunggal"
|
772 |
|
773 |
+
#: dashboard/adrotatepro.php:87 dashboard/info.php:83
|
774 |
msgid "One WordPress installation."
|
775 |
msgstr "Satu instalasi WordPress."
|
776 |
|
777 |
#: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:100
|
778 |
+
#: dashboard/info.php:84 dashboard/info.php:91
|
779 |
msgid "Duo License"
|
780 |
msgstr "Duo Lisensi"
|
781 |
|
782 |
+
#: dashboard/adrotatepro.php:88 dashboard/info.php:84
|
783 |
msgid "Two WordPress installations."
|
784 |
msgstr "Dua instalasi WordPress."
|
785 |
|
786 |
#: dashboard/adrotatepro.php:89 dashboard/adrotatepro.php:101
|
787 |
+
#: dashboard/info.php:85 dashboard/info.php:92
|
788 |
msgid "Multi License"
|
789 |
msgstr "multi License"
|
790 |
|
791 |
+
#: dashboard/adrotatepro.php:89 dashboard/info.php:85
|
792 |
msgid "Up to five WordPress installations."
|
793 |
msgstr "Sampai dengan lima instalasi WordPress."
|
794 |
|
795 |
#: dashboard/adrotatepro.php:90 dashboard/adrotatepro.php:102
|
796 |
+
#: dashboard/info.php:86 dashboard/info.php:93
|
797 |
msgid "Developer License"
|
798 |
msgstr "Lisensi developer"
|
799 |
|
800 |
+
#: dashboard/adrotatepro.php:90 dashboard/info.php:86
|
801 |
msgid "Unlimited WordPress installations and/or networks."
|
802 |
msgstr "instalasi WordPress terbatas dan / atau jaringan."
|
803 |
|
804 |
#: dashboard/adrotatepro.php:91 dashboard/adrotatepro.php:104
|
805 |
+
#: dashboard/info.php:87 dashboard/info.php:95
|
806 |
msgid "Compare licenses"
|
807 |
msgstr "bandingkan lisensi"
|
808 |
|
809 |
+
#: dashboard/adrotatepro.php:91 dashboard/info.php:87
|
810 |
msgid "Not sure which license is for you? Compare them..."
|
811 |
msgstr "Tidak yakin yang lisensi adalah untuk Anda? Membandingkan mereka..."
|
812 |
|
813 |
+
#: dashboard/adrotatepro.php:91 dashboard/info.php:87
|
814 |
msgid "All Licenses"
|
815 |
msgstr "semua Lisensi"
|
816 |
|
817 |
+
#: dashboard/adrotatepro.php:99 dashboard/info.php:90
|
818 |
msgid "Lifetime License"
|
819 |
msgstr "Lifetime License"
|
820 |
|
821 |
+
#: dashboard/adrotatepro.php:99 dashboard/info.php:90
|
822 |
msgid "Single installation."
|
823 |
msgstr "instalasi tunggal."
|
824 |
|
825 |
+
#: dashboard/adrotatepro.php:100 dashboard/info.php:91
|
826 |
msgid "Up to 2 installations."
|
827 |
msgstr "Sampai dengan 2 instalasi."
|
828 |
|
829 |
+
#: dashboard/adrotatepro.php:101 dashboard/info.php:92
|
830 |
msgid "Up to 10 installations."
|
831 |
msgstr "Sampai dengan 10 instalasi."
|
832 |
|
833 |
+
#: dashboard/adrotatepro.php:102 dashboard/info.php:93
|
834 |
msgid "Up to 25 installations or multisite networks."
|
835 |
msgstr "Sampai dengan 25 instalasi atau jaringan multisite."
|
836 |
|
837 |
+
#: dashboard/adrotatepro.php:103 dashboard/info.php:94
|
838 |
msgid ""
|
839 |
"Subscriptions get 1 year access to updates, email support & AdRotate Geo."
|
840 |
msgstr ""
|
841 |
"Langganan mendapatkan akses 1 tahun untuk update, dukungan email & AdRotate "
|
842 |
"Geo."
|
843 |
|
844 |
+
#: dashboard/adrotatepro.php:104 dashboard/info.php:95
|
845 |
msgid "Not sure which license is for you?"
|
846 |
msgstr "Tidak yakin yang lisensi adalah untuk Anda?"
|
847 |
|
848 |
+
#: dashboard/adrotatepro.php:104 dashboard/info.php:95
|
849 |
msgid "Compare Licenses"
|
850 |
msgstr "bandingkan Lisensi"
|
851 |
|
877 |
"Pertimbangkan menulis review jika Anda suka AdRotate. Juga ikuti halaman "
|
878 |
"Facebook saya untuk update tentang saya dan plugin saya. Terima kasih!"
|
879 |
|
880 |
+
#: dashboard/info.php:59
|
881 |
msgid "Arnan de Gans News & Updates"
|
882 |
msgstr ""
|
883 |
|
884 |
+
#: dashboard/info.php:100
|
885 |
msgid "Join the Media.net advertising network"
|
886 |
msgstr ""
|
887 |
|
893 |
#: dashboard/publisher/adverts-error.php:19
|
894 |
#: dashboard/publisher/adverts-main.php:20
|
895 |
#: dashboard/publisher/groups-main.php:20
|
896 |
+
#: dashboard/publisher/schedules-main.php:21
|
897 |
msgid "Bulk Actions"
|
898 |
msgstr "Aksi besar"
|
899 |
|
904 |
|
905 |
#: dashboard/publisher/adverts-disabled.php:22
|
906 |
#: dashboard/publisher/adverts-error.php:21
|
907 |
+
#: dashboard/publisher/adverts-main.php:22 dashboard/publisher/media.php:60
|
908 |
msgid "Delete"
|
909 |
msgstr "Menghapus"
|
910 |
|
918 |
#: dashboard/publisher/adverts-error.php:29
|
919 |
#: dashboard/publisher/adverts-main.php:30
|
920 |
#: dashboard/publisher/groups-main.php:24
|
921 |
+
#: dashboard/publisher/schedules-main.php:22
|
922 |
msgid "Go"
|
923 |
msgstr "Pergi"
|
924 |
|
926 |
#: dashboard/publisher/adverts-error.php:39
|
927 |
#: dashboard/publisher/adverts-main.php:39
|
928 |
#: dashboard/publisher/groups-main.php:32
|
929 |
+
#: dashboard/publisher/schedules-main.php:31
|
930 |
msgid "ID"
|
931 |
msgstr "ID"
|
932 |
|
933 |
#: dashboard/publisher/adverts-disabled.php:36
|
934 |
#: dashboard/publisher/adverts-error.php:41
|
935 |
#: dashboard/publisher/adverts-main.php:40
|
936 |
+
#: dashboard/publisher/schedules-main.php:32
|
937 |
msgid "Start / End"
|
938 |
msgstr "Mulai / Akhir"
|
939 |
|
941 |
#: dashboard/publisher/adverts-error.php:40
|
942 |
#: dashboard/publisher/adverts-main.php:41
|
943 |
#: dashboard/publisher/groups-edit.php:51
|
944 |
+
#: dashboard/publisher/groups-main.php:33 dashboard/publisher/media.php:30
|
945 |
+
#: dashboard/publisher/schedules-main.php:33
|
946 |
msgid "Name"
|
947 |
msgstr "Nama"
|
948 |
|
955 |
|
956 |
#: dashboard/publisher/adverts-disabled.php:40
|
957 |
#: dashboard/publisher/adverts-main.php:45
|
|
|
|
|
958 |
#: dashboard/publisher/groups-edit.php:334
|
959 |
#: dashboard/publisher/groups-main.php:38
|
960 |
+
#: dashboard/publisher/statistics-advert.php:53
|
961 |
+
#: dashboard/publisher/statistics-advert.php:59
|
962 |
+
#: dashboard/publisher/statistics-advert.php:73
|
963 |
+
#: dashboard/publisher/statistics-advert.php:79
|
964 |
+
#: dashboard/publisher/statistics-advert.php:100
|
965 |
+
#: dashboard/publisher/statistics-group.php:59
|
966 |
+
#: dashboard/publisher/statistics-group.php:65
|
967 |
+
#: dashboard/publisher/statistics-group.php:79
|
968 |
+
#: dashboard/publisher/statistics-group.php:85
|
969 |
+
#: dashboard/publisher/statistics-group.php:104
|
970 |
+
#: dashboard/publisher/statistics-main.php:29
|
971 |
+
#: dashboard/publisher/statistics-main.php:43
|
972 |
+
#: dashboard/publisher/statistics-main.php:47
|
973 |
+
#: dashboard/publisher/statistics-main.php:65
|
974 |
msgid "Clicks"
|
975 |
msgstr "klik"
|
976 |
|
977 |
#: dashboard/publisher/adverts-disabled.php:41
|
978 |
#: dashboard/publisher/adverts-main.php:47
|
979 |
+
#: dashboard/publisher/statistics-advert.php:54
|
980 |
+
#: dashboard/publisher/statistics-advert.php:60
|
981 |
+
#: dashboard/publisher/statistics-advert.php:74
|
982 |
+
#: dashboard/publisher/statistics-advert.php:80
|
983 |
+
#: dashboard/publisher/statistics-advert.php:101
|
984 |
+
#: dashboard/publisher/statistics-group.php:60
|
985 |
+
#: dashboard/publisher/statistics-group.php:66
|
986 |
+
#: dashboard/publisher/statistics-group.php:80
|
987 |
+
#: dashboard/publisher/statistics-group.php:86
|
988 |
+
#: dashboard/publisher/statistics-group.php:105
|
989 |
+
#: dashboard/publisher/statistics-main.php:30
|
990 |
+
#: dashboard/publisher/statistics-main.php:44
|
991 |
+
#: dashboard/publisher/statistics-main.php:48
|
992 |
+
#: dashboard/publisher/statistics-main.php:66
|
993 |
msgid "CTR"
|
994 |
msgstr "CTR"
|
995 |
|
1091 |
msgstr "Contoh dasar:"
|
1092 |
|
1093 |
#: dashboard/publisher/adverts-edit.php:129
|
1094 |
+
msgid "Get adverts from Media.net"
|
1095 |
msgstr ""
|
1096 |
|
1097 |
#: dashboard/publisher/adverts-edit.php:134
|
1151 |
"Hal ini karena perbedaan CSS. Anda berkas tema CSS tidak aktif di sini!"
|
1152 |
|
1153 |
#: dashboard/publisher/adverts-edit.php:150
|
1154 |
+
#: dashboard/publisher/adverts-generator.php:46
|
1155 |
msgid "Banner asset"
|
1156 |
msgstr "aset Banner"
|
1157 |
|
1164 |
msgstr "Pilih Banner"
|
1165 |
|
1166 |
#: dashboard/publisher/adverts-edit.php:155
|
1167 |
+
#: dashboard/publisher/adverts-generator.php:53
|
1168 |
msgid "- OR -"
|
1169 |
msgstr "- ATAU -"
|
1170 |
|
1188 |
"Gunakan baik bidang teks atau dropdown. Jika textfield memiliki konten "
|
1189 |
"bidang yang memiliki prioritas."
|
1190 |
|
|
|
|
|
|
|
|
|
|
|
1191 |
#: dashboard/publisher/adverts-edit.php:169
|
1192 |
msgid "Enable click and impression tracking for this advert."
|
1193 |
msgstr "Aktifkan klik dan pelacakan kesan untuk iklan ini."
|
1218 |
msgstr "Dapatkan lebih banyak fitur dengan AdRotate Pro."
|
1219 |
|
1220 |
#: dashboard/publisher/adverts-edit.php:188
|
1221 |
+
#: dashboard/publisher/adverts-edit.php:288
|
1222 |
+
#: dashboard/publisher/adverts-edit.php:357
|
1223 |
+
#: dashboard/publisher/adverts-edit.php:428
|
1224 |
#: dashboard/publisher/adverts-main.php:105
|
1225 |
#: dashboard/publisher/groups-edit.php:71
|
1226 |
+
#: dashboard/publisher/groups-edit.php:191
|
1227 |
+
#: dashboard/publisher/groups-main.php:89 dashboard/publisher/media.php:73
|
1228 |
+
#: dashboard/publisher/schedules-main.php:89
|
1229 |
+
#: dashboard/publisher/statistics-advert.php:140
|
1230 |
+
#: dashboard/publisher/statistics-group.php:112
|
1231 |
+
#: dashboard/publisher/statistics-main.php:73
|
1232 |
+
#, fuzzy
|
1233 |
+
#| msgid "Upgrade today"
|
1234 |
+
msgid "Upgrade now"
|
1235 |
+
msgstr "meng-upgrade hari ini"
|
1236 |
|
1237 |
#: dashboard/publisher/adverts-edit.php:191
|
1238 |
#: dashboard/publisher/adverts-edit.php:291
|
1245 |
#: dashboard/publisher/adverts-edit.php:292
|
1246 |
#: dashboard/publisher/adverts-edit.php:448
|
1247 |
#: dashboard/publisher/adverts-edit.php:489
|
1248 |
+
#: dashboard/publisher/adverts-generator.php:129
|
1249 |
#: dashboard/publisher/groups-edit.php:150
|
1250 |
#: dashboard/publisher/groups-edit.php:299
|
1251 |
#: dashboard/publisher/groups-edit.php:391
|
1345 |
msgstr ""
|
1346 |
"Buat beberapa dan lebih maju jadwal untuk setiap iklan dengan AdRotate Pro."
|
1347 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1348 |
#: dashboard/publisher/adverts-edit.php:295
|
1349 |
#: dashboard/publisher/groups-edit.php:153
|
1350 |
msgid "Advanced"
|
1552 |
msgid "Expired"
|
1553 |
msgstr "berakhir"
|
1554 |
|
1555 |
+
#: dashboard/publisher/adverts-generator.php:35
|
1556 |
+
#, fuzzy
|
1557 |
+
#| msgid "Insert the advert name."
|
1558 |
+
msgid "Generate Advert Code"
|
1559 |
+
msgstr "Masukkan nama iklan."
|
1560 |
+
|
1561 |
+
#: dashboard/publisher/adverts-generator.php:36
|
1562 |
+
msgid ""
|
1563 |
+
"Use the Generator if you have received a target url, banner image and/or "
|
1564 |
+
"some separate files with a description on how to use those. The AdRotate "
|
1565 |
+
"Generator will take your bits and pieces and try to generate a working "
|
1566 |
+
"adcode from it."
|
1567 |
+
msgstr ""
|
1568 |
+
|
1569 |
+
#: dashboard/publisher/adverts-generator.php:38
|
1570 |
+
msgid ""
|
1571 |
+
"If you have a complete and working ad code / ad tag you do not use the "
|
1572 |
+
"Generator. You can simply paste that code in the AdCode field when creating "
|
1573 |
+
"your advert. For example as provided by Media.net or Google AdSense among "
|
1574 |
+
"others."
|
1575 |
+
msgstr ""
|
1576 |
+
|
1577 |
+
#: dashboard/publisher/adverts-generator.php:40
|
1578 |
+
#, fuzzy
|
1579 |
+
#| msgid "Statistics for advert"
|
1580 |
+
msgid "Basic advert"
|
1581 |
+
msgstr "Statistik untuk iklan"
|
1582 |
+
|
1583 |
+
#: dashboard/publisher/adverts-generator.php:41
|
1584 |
+
msgid ""
|
1585 |
+
"This is a regular advert consisting of an image and a link, made up from "
|
1586 |
+
"HTML code."
|
1587 |
+
msgstr ""
|
1588 |
+
|
1589 |
+
#: dashboard/publisher/adverts-generator.php:50
|
1590 |
+
#: dashboard/publisher/adverts-generator.php:99
|
1591 |
+
#, fuzzy
|
1592 |
+
#| msgid "No image selected"
|
1593 |
+
msgid "No file selected"
|
1594 |
+
msgstr "Tidak ada gambar yang dipilih"
|
1595 |
+
|
1596 |
+
#: dashboard/publisher/adverts-generator.php:52
|
1597 |
+
#: dashboard/publisher/adverts-generator.php:101
|
1598 |
+
msgid "Is your file not listed? Upload it via the AdRotate Media Manager."
|
1599 |
+
msgstr ""
|
1600 |
+
|
1601 |
+
#: dashboard/publisher/adverts-generator.php:54
|
1602 |
+
msgid "Visible text if this is a text link banner."
|
1603 |
+
msgstr ""
|
1604 |
+
|
1605 |
+
#: dashboard/publisher/adverts-generator.php:54
|
1606 |
+
#, fuzzy
|
1607 |
+
#| msgid ""
|
1608 |
+
#| "Use either the text field or the dropdown. If the textfield has content "
|
1609 |
+
#| "that field has priority."
|
1610 |
+
msgid ""
|
1611 |
+
"Use either the dropdown or the text field. If the dropdown is used, that "
|
1612 |
+
"field has priority."
|
1613 |
+
msgstr ""
|
1614 |
+
"Gunakan baik bidang teks atau dropdown. Jika textfield memiliki konten "
|
1615 |
+
"bidang yang memiliki prioritas."
|
1616 |
+
|
1617 |
+
#: dashboard/publisher/adverts-generator.php:59
|
1618 |
+
#, fuzzy
|
1619 |
+
#| msgid "AdRotate website"
|
1620 |
+
msgid "Target website"
|
1621 |
+
msgstr "situs AdRotate"
|
1622 |
+
|
1623 |
+
#: dashboard/publisher/adverts-generator.php:61
|
1624 |
+
msgid "Where does the person clicking the advert go?"
|
1625 |
+
msgstr ""
|
1626 |
+
|
1627 |
+
#: dashboard/publisher/adverts-generator.php:65
|
1628 |
+
#, fuzzy
|
1629 |
+
#| msgid "Geo Targeting"
|
1630 |
+
msgid "Target window"
|
1631 |
+
msgstr "Geo Penargetan"
|
1632 |
+
|
1633 |
+
#: dashboard/publisher/adverts-generator.php:67
|
1634 |
+
#: dashboard/publisher/adverts-generator.php:73
|
1635 |
+
#: dashboard/publisher/adverts-generator.php:119
|
1636 |
+
#, fuzzy
|
1637 |
+
#| msgid "Available in AdRotate Pro"
|
1638 |
+
msgid "Available in AdRotate Pro."
|
1639 |
+
msgstr "Tersedia dalam AdRotate Pro"
|
1640 |
+
|
1641 |
+
#: dashboard/publisher/adverts-generator.php:67
|
1642 |
+
#, fuzzy
|
1643 |
+
#| msgid "Add inside the <a> tag to open advert in a new window."
|
1644 |
+
msgid "Open the target website in a new window?"
|
1645 |
+
msgstr "Menambahkan dalam tag <a> untuk membuka iklan di jendela baru."
|
1646 |
+
|
1647 |
+
#: dashboard/publisher/adverts-generator.php:71
|
1648 |
+
#, fuzzy
|
1649 |
+
#| msgid "Follow"
|
1650 |
+
msgid "NoFollow"
|
1651 |
+
msgstr "Последвай"
|
1652 |
+
|
1653 |
+
#: dashboard/publisher/adverts-generator.php:73
|
1654 |
+
msgid "Tell crawlers and search engines not to follow the target website url?"
|
1655 |
+
msgstr ""
|
1656 |
+
|
1657 |
+
#: dashboard/publisher/adverts-generator.php:77
|
1658 |
+
#: dashboard/publisher/adverts-generator.php:106
|
1659 |
+
#: dashboard/publisher/groups-edit.php:95
|
1660 |
+
msgid "Advert size"
|
1661 |
+
msgstr "ukuran iklan"
|
1662 |
+
|
1663 |
+
#: dashboard/publisher/adverts-generator.php:79
|
1664 |
+
#: dashboard/publisher/adverts-generator.php:108
|
1665 |
+
#, fuzzy
|
1666 |
+
#| msgid "pixel(s) wide"
|
1667 |
+
msgid "px wide"
|
1668 |
+
msgstr "pixel (s) wide"
|
1669 |
+
|
1670 |
+
#: dashboard/publisher/adverts-generator.php:80
|
1671 |
+
#: dashboard/publisher/adverts-generator.php:109
|
1672 |
+
#, fuzzy
|
1673 |
+
#| msgid "pixel(s) high."
|
1674 |
+
msgid "px high."
|
1675 |
+
msgstr "pixel (s) yang tinggi."
|
1676 |
+
|
1677 |
+
#: dashboard/publisher/adverts-generator.php:81
|
1678 |
+
#: dashboard/publisher/adverts-generator.php:110
|
1679 |
+
#, fuzzy
|
1680 |
+
#| msgid ""
|
1681 |
+
#| "Define the maximum size of the adverts in pixels. Size can be 'auto' (Not "
|
1682 |
+
#| "recommended). Default: 125/125."
|
1683 |
+
msgid "Define the maximum size of the adverts in pixels."
|
1684 |
+
msgstr ""
|
1685 |
+
"Menentukan ukuran maksimum dari iklan dalam piksel. Ukuran bisa "
|
1686 |
+
"'auto' (Tidak direkomendasikan). Default: 125/125."
|
1687 |
+
|
1688 |
+
#: dashboard/publisher/adverts-generator.php:81
|
1689 |
+
#: dashboard/publisher/adverts-generator.php:119
|
1690 |
+
#, fuzzy
|
1691 |
+
#| msgid "Title (optional):"
|
1692 |
+
msgid "(Optional)"
|
1693 |
+
msgstr "Judul (opsional):"
|
1694 |
+
|
1695 |
+
#: dashboard/publisher/adverts-generator.php:88
|
1696 |
+
msgid "HTML5 or Flash Advert"
|
1697 |
+
msgstr ""
|
1698 |
+
|
1699 |
+
#: dashboard/publisher/adverts-generator.php:89
|
1700 |
+
msgid ""
|
1701 |
+
"These are more advanced adverts, using a Flash file or HTML5 files. Try to "
|
1702 |
+
"avoid Flash. HTML5 is the new and better standard."
|
1703 |
+
msgstr ""
|
1704 |
+
|
1705 |
+
#: dashboard/publisher/adverts-generator.php:90
|
1706 |
+
msgid ""
|
1707 |
+
"If your HTML5 advert consists of multiple files, upload all files using the "
|
1708 |
+
"AdRotate Media Manager and select the HTML file here."
|
1709 |
+
msgstr ""
|
1710 |
+
|
1711 |
+
#: dashboard/publisher/adverts-generator.php:95
|
1712 |
+
msgid "HTML/Flash file"
|
1713 |
+
msgstr ""
|
1714 |
+
|
1715 |
+
#: dashboard/publisher/adverts-generator.php:114
|
1716 |
+
msgid "Flash clickTAG"
|
1717 |
+
msgstr ""
|
1718 |
+
|
1719 |
+
#: dashboard/publisher/adverts-generator.php:117
|
1720 |
+
msgid "Parameter"
|
1721 |
+
msgstr ""
|
1722 |
+
|
1723 |
+
#: dashboard/publisher/adverts-generator.php:118
|
1724 |
+
msgid "No clickTAG"
|
1725 |
+
msgstr ""
|
1726 |
+
|
1727 |
+
#: dashboard/publisher/adverts-generator.php:119
|
1728 |
+
msgid "URL"
|
1729 |
+
msgstr ""
|
1730 |
+
|
1731 |
+
#: dashboard/publisher/adverts-generator.php:119
|
1732 |
+
msgid ""
|
1733 |
+
"This option is ignored for HTML5 adverts. All choices do the exact same, but "
|
1734 |
+
"some developers write the parameter differently."
|
1735 |
+
msgstr ""
|
1736 |
+
|
1737 |
+
#: dashboard/publisher/adverts-generator.php:128
|
1738 |
+
msgid "Generate and Configure Advert"
|
1739 |
+
msgstr ""
|
1740 |
+
|
1741 |
+
#: dashboard/publisher/adverts-generator.php:129
|
1742 |
+
msgid "Always test your adverts before activating them."
|
1743 |
+
msgstr ""
|
1744 |
+
|
1745 |
+
#: dashboard/publisher/adverts-generator.php:132
|
1746 |
+
msgid "NOTE:"
|
1747 |
+
msgstr ""
|
1748 |
+
|
1749 |
+
#: dashboard/publisher/adverts-generator.php:132
|
1750 |
+
msgid ""
|
1751 |
+
"While the Code Generator has been tested and works, code generation, as "
|
1752 |
+
"always, is a interpretation of user input. If you provide the correct bits "
|
1753 |
+
"and pieces, a working advert may be generated. If you leave fields empty or "
|
1754 |
+
"insert the wrong info you probably end up with a broken advert."
|
1755 |
+
msgstr ""
|
1756 |
+
|
1757 |
+
#: dashboard/publisher/adverts-generator.php:132
|
1758 |
+
msgid ""
|
1759 |
+
"Based on your input and experiences later iterations of the Code Generator "
|
1760 |
+
"will be better and more feature rich."
|
1761 |
+
msgstr ""
|
1762 |
+
|
1763 |
#: dashboard/publisher/adverts-main.php:12
|
1764 |
msgid "Active Adverts"
|
1765 |
msgstr "Iklan aktif"
|
1774 |
#: dashboard/publisher/adverts-main.php:46
|
1775 |
#: dashboard/publisher/groups-main.php:37
|
1776 |
#: dashboard/publisher/groups-main.php:39
|
1777 |
+
#: dashboard/publisher/statistics-advert.php:45
|
1778 |
+
#: dashboard/publisher/statistics-group.php:51
|
1779 |
msgid "Today"
|
1780 |
msgstr "Hari ini"
|
1781 |
|
1783 |
msgid "No adverts created yet!"
|
1784 |
msgstr "Tidak ada iklan dibuat belum!"
|
1785 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1786 |
#: dashboard/publisher/groups-edit.php:43
|
1787 |
msgid "New Group"
|
1788 |
msgstr "Grup baru"
|
1839 |
msgstr ""
|
1840 |
"blok yang lebih besar akan menurunkan kinerja situs Anda! Default: 2/2."
|
1841 |
|
|
|
|
|
|
|
|
|
1842 |
#: dashboard/publisher/groups-edit.php:97
|
1843 |
msgid "pixel(s) wide"
|
1844 |
msgstr "pixel (s) wide"
|
2087 |
msgstr "kesalahan konfigurasi."
|
2088 |
|
2089 |
#: dashboard/publisher/groups-edit.php:385
|
2090 |
+
#: dashboard/publisher/schedules-main.php:87
|
2091 |
msgid "Expires soon."
|
2092 |
msgstr "Segera berakhir."
|
2093 |
|
2094 |
#: dashboard/publisher/groups-edit.php:386
|
2095 |
+
#: dashboard/publisher/schedules-main.php:88
|
2096 |
msgid "Has expired."
|
2097 |
msgstr "Telah kadaluwarsa."
|
2098 |
|
2125 |
msgid "No groups created!"
|
2126 |
msgstr "Tidak ada kelompok dibuat!"
|
2127 |
|
2128 |
+
#: dashboard/publisher/media.php:17
|
2129 |
+
#, fuzzy
|
2130 |
+
#| msgid "Upload new banner image"
|
2131 |
+
msgid "Upload new file"
|
2132 |
+
msgstr "Качване на нова картинка на банера"
|
2133 |
+
|
2134 |
+
#: dashboard/publisher/media.php:18
|
2135 |
+
#, fuzzy
|
2136 |
+
#| msgid "Accepted files are:"
|
2137 |
+
msgid "Accepted files:"
|
2138 |
+
msgstr "Приемат се следните файлове:"
|
2139 |
+
|
2140 |
+
#: dashboard/publisher/media.php:18
|
2141 |
+
#, fuzzy
|
2142 |
+
#| msgid "Maximum size is 512Kb."
|
2143 |
+
msgid "Maximum size is 512Kb per file."
|
2144 |
+
msgstr "Максималния размер е 512Kb."
|
2145 |
+
|
2146 |
+
#: dashboard/publisher/media.php:18
|
2147 |
+
msgid "Important:"
|
2148 |
+
msgstr "Важно:"
|
2149 |
+
|
2150 |
+
#: dashboard/publisher/media.php:18
|
2151 |
+
msgid ""
|
2152 |
+
"Make sure your file has no spaces or special characters in the name. Replace "
|
2153 |
+
"spaces with a - or _."
|
2154 |
+
msgstr ""
|
2155 |
+
"Уверете се, че файла няма интервали и специални знаци в името си. Заместете "
|
2156 |
+
"интервалите с - или _."
|
2157 |
+
|
2158 |
+
#: dashboard/publisher/media.php:18
|
2159 |
+
msgid ""
|
2160 |
+
"If you remove spaces from filenames for HTML5 adverts also edit the html "
|
2161 |
+
"file so it knows about the changed name. For example for the javascript file."
|
2162 |
+
msgstr ""
|
2163 |
+
|
2164 |
+
#: dashboard/publisher/media.php:21
|
2165 |
+
#, fuzzy
|
2166 |
+
#| msgid "Upload image"
|
2167 |
+
msgid "Upload file"
|
2168 |
+
msgstr "Качването на картинка"
|
2169 |
+
|
2170 |
+
#: dashboard/publisher/media.php:21
|
2171 |
+
msgid "Click only once per file!"
|
2172 |
+
msgstr ""
|
2173 |
+
|
2174 |
+
#: dashboard/publisher/media.php:25
|
2175 |
+
#, fuzzy
|
2176 |
+
#| msgid "Available banner images in"
|
2177 |
+
msgid "Available files in"
|
2178 |
+
msgstr "Налични картинки за банери в"
|
2179 |
+
|
2180 |
+
#: dashboard/publisher/media.php:31
|
2181 |
+
msgid "Actions"
|
2182 |
+
msgstr "Действия"
|
2183 |
+
|
2184 |
+
#: dashboard/publisher/media.php:65
|
2185 |
+
#, fuzzy
|
2186 |
+
#| msgid "No files found"
|
2187 |
+
msgid "No files found!"
|
2188 |
+
msgstr "Tidak ada file yang ditemukan"
|
2189 |
+
|
2190 |
+
#: dashboard/publisher/media.php:72
|
2191 |
+
msgid ""
|
2192 |
+
"Make sure the banner images are not in use by adverts when you delete them!"
|
2193 |
+
msgstr ""
|
2194 |
+
"Уверете се, че картинките за банери не се използват от реклами, преди да ги "
|
2195 |
+
"изтриете!"
|
2196 |
+
|
2197 |
+
#: dashboard/publisher/media.php:73 dashboard/publisher/schedules-main.php:89
|
2198 |
+
#: dashboard/publisher/statistics-advert.php:140
|
2199 |
+
#: dashboard/publisher/statistics-group.php:112
|
2200 |
+
#: dashboard/publisher/statistics-main.php:73
|
2201 |
+
msgid "Get more features with AdRotate Pro"
|
2202 |
+
msgstr "Получете по-голяма функционалност с AdRotate Pro"
|
2203 |
+
|
2204 |
+
#: dashboard/publisher/schedules-main.php:12
|
2205 |
+
msgid "Manage Schedules"
|
2206 |
+
msgstr "Управление на графици"
|
2207 |
+
|
2208 |
+
#: dashboard/publisher/schedules-main.php:13
|
2209 |
+
msgid ""
|
2210 |
+
"In AdRotate Pro you can schedule adverts for multiple periods of time. One "
|
2211 |
+
"schedule can be assigned to many adverts allowing you to manage multi advert "
|
2212 |
+
"campaigns easily. Schedules can be active on certain days of the week or on "
|
2213 |
+
"certain hours of the day."
|
2214 |
+
msgstr ""
|
2215 |
+
|
2216 |
+
#: dashboard/publisher/schedules-main.php:36
|
2217 |
+
#, fuzzy
|
2218 |
+
#| msgid "Shown"
|
2219 |
+
msgid "Max Shown"
|
2220 |
+
msgstr "Tampil"
|
2221 |
+
|
2222 |
+
#: dashboard/publisher/schedules-main.php:37
|
2223 |
+
#: dashboard/publisher/statistics-advert.php:114
|
2224 |
+
msgid "Max Clicks"
|
2225 |
+
msgstr "Максимум кликове"
|
2226 |
+
|
2227 |
+
#: dashboard/publisher/schedules-main.php:70
|
2228 |
+
msgid "Mon:"
|
2229 |
+
msgstr ""
|
2230 |
+
|
2231 |
+
#: dashboard/publisher/schedules-main.php:70
|
2232 |
+
msgid "Tue:"
|
2233 |
+
msgstr ""
|
2234 |
+
|
2235 |
+
#: dashboard/publisher/schedules-main.php:70
|
2236 |
+
msgid "Wed:"
|
2237 |
+
msgstr ""
|
2238 |
+
|
2239 |
+
#: dashboard/publisher/schedules-main.php:70
|
2240 |
+
msgid "Thu:"
|
2241 |
+
msgstr ""
|
2242 |
+
|
2243 |
+
#: dashboard/publisher/schedules-main.php:70
|
2244 |
+
msgid "Fri:"
|
2245 |
+
msgstr ""
|
2246 |
+
|
2247 |
+
#: dashboard/publisher/schedules-main.php:70
|
2248 |
+
msgid "Sat:"
|
2249 |
+
msgstr ""
|
2250 |
+
|
2251 |
+
#: dashboard/publisher/schedules-main.php:70
|
2252 |
+
msgid "Sun:"
|
2253 |
+
msgstr ""
|
2254 |
+
|
2255 |
+
#: dashboard/publisher/schedules-main.php:70
|
2256 |
+
msgid "Between:"
|
2257 |
+
msgstr ""
|
2258 |
+
|
2259 |
+
#: dashboard/publisher/schedules-main.php:70
|
2260 |
+
#, fuzzy
|
2261 |
+
#| msgid "Impressions"
|
2262 |
+
msgid "Impression spread:"
|
2263 |
+
msgstr "tayangan"
|
2264 |
+
|
2265 |
+
#: dashboard/publisher/schedules-main.php:70
|
2266 |
+
#, fuzzy
|
2267 |
+
#| msgid "Delete"
|
2268 |
+
msgid "Auto Delete:"
|
2269 |
+
msgstr "Menghapus"
|
2270 |
+
|
2271 |
+
#: dashboard/publisher/schedules-main.php:81
|
2272 |
+
msgid "Nothing here!"
|
2273 |
+
msgstr ""
|
2274 |
+
|
2275 |
+
#: dashboard/publisher/statistics-advert.php:40
|
2276 |
+
msgid "Statistics for advert"
|
2277 |
+
msgstr "Statistik untuk iklan"
|
2278 |
+
|
2279 |
+
#: dashboard/publisher/statistics-advert.php:47
|
2280 |
+
#: dashboard/publisher/statistics-group.php:53
|
2281 |
+
#: dashboard/publisher/statistics-main.php:19
|
2282 |
+
#, fuzzy
|
2283 |
+
#| msgid "Click timer"
|
2284 |
+
msgid "All time"
|
2285 |
+
msgstr "klik Timer"
|
2286 |
+
|
2287 |
+
#: dashboard/publisher/statistics-advert.php:52
|
2288 |
+
#: dashboard/publisher/statistics-advert.php:58
|
2289 |
+
#: dashboard/publisher/statistics-advert.php:72
|
2290 |
+
#: dashboard/publisher/statistics-advert.php:78
|
2291 |
+
#: dashboard/publisher/statistics-advert.php:99
|
2292 |
+
#: dashboard/publisher/statistics-group.php:58
|
2293 |
+
#: dashboard/publisher/statistics-group.php:64
|
2294 |
+
#: dashboard/publisher/statistics-group.php:78
|
2295 |
+
#: dashboard/publisher/statistics-group.php:84
|
2296 |
+
#: dashboard/publisher/statistics-group.php:103
|
2297 |
+
#: dashboard/publisher/statistics-main.php:28
|
2298 |
+
#: dashboard/publisher/statistics-main.php:42
|
2299 |
+
#: dashboard/publisher/statistics-main.php:46
|
2300 |
+
#: dashboard/publisher/statistics-main.php:64
|
2301 |
+
msgid "Impressions"
|
2302 |
+
msgstr "tayangan"
|
2303 |
+
|
2304 |
+
#: dashboard/publisher/statistics-advert.php:65
|
2305 |
+
#: dashboard/publisher/statistics-group.php:71
|
2306 |
+
#: dashboard/publisher/statistics-main.php:35
|
2307 |
+
#, fuzzy
|
2308 |
+
#| msgid "This month"
|
2309 |
+
msgid "Last month"
|
2310 |
+
msgstr "Bulan ini"
|
2311 |
+
|
2312 |
+
#: dashboard/publisher/statistics-advert.php:86
|
2313 |
+
#: dashboard/publisher/statistics-group.php:92
|
2314 |
+
#: dashboard/publisher/statistics-main.php:53
|
2315 |
+
msgid "Monthly overview of clicks and impressions"
|
2316 |
+
msgstr "gambaran bulanan klik dan tayangan"
|
2317 |
+
|
2318 |
+
#: dashboard/publisher/statistics-advert.php:108
|
2319 |
+
#, fuzzy
|
2320 |
+
#| msgid "Monthly overview of clicks and impressions"
|
2321 |
+
msgid "Periodic overview of clicks and impressions"
|
2322 |
+
msgstr "gambaran bulanan klik dan tayangan"
|
2323 |
+
|
2324 |
+
#: dashboard/publisher/statistics-advert.php:112
|
2325 |
+
#, fuzzy
|
2326 |
+
#| msgid "Show from"
|
2327 |
+
msgid "Shown from"
|
2328 |
+
msgstr "Покажи от"
|
2329 |
+
|
2330 |
+
#: dashboard/publisher/statistics-advert.php:113
|
2331 |
+
#, fuzzy
|
2332 |
+
#| msgid "Show until"
|
2333 |
+
msgid "Shown until"
|
2334 |
+
msgstr "Покажи до"
|
2335 |
+
|
2336 |
+
#: dashboard/publisher/statistics-advert.php:114
|
2337 |
+
#: dashboard/publisher/statistics-advert.php:115
|
2338 |
+
#, fuzzy
|
2339 |
+
msgid "Used"
|
2340 |
+
msgstr "Използвани"
|
2341 |
+
|
2342 |
+
#: dashboard/publisher/statistics-advert.php:115
|
2343 |
+
msgid "Max Impressions"
|
2344 |
+
msgstr "Максимум импресии"
|
2345 |
+
|
2346 |
+
#: dashboard/publisher/statistics-advert.php:141
|
2347 |
+
#: dashboard/publisher/statistics-group.php:113
|
2348 |
+
#: dashboard/publisher/statistics-main.php:74
|
2349 |
+
#: dashboard/settings/notifications.php:60
|
2350 |
+
#: dashboard/settings/notifications.php:90
|
2351 |
+
msgid "Note:"
|
2352 |
+
msgstr "catatan:"
|
2353 |
+
|
2354 |
+
#: dashboard/publisher/statistics-advert.php:141
|
2355 |
+
#: dashboard/publisher/statistics-group.php:113
|
2356 |
+
#: dashboard/publisher/statistics-main.php:74
|
2357 |
+
msgid ""
|
2358 |
+
"All statistics are indicative. They do not nessesarily reflect results "
|
2359 |
+
"counted by other parties."
|
2360 |
+
msgstr ""
|
2361 |
+
"Semua statistik adalah indikasi. Mereka tidak nessesarily mencerminkan hasil "
|
2362 |
+
"dihitung oleh pihak lain."
|
2363 |
+
|
2364 |
+
#: dashboard/publisher/statistics-group.php:46
|
2365 |
msgid "Statistics for group"
|
2366 |
msgstr "Statistik untuk kelompok"
|
2367 |
|
2368 |
+
#: dashboard/publisher/statistics-main.php:26
|
2369 |
+
msgid "Adverts counting stats"
|
2370 |
+
msgstr ""
|
2371 |
+
|
2372 |
#: dashboard/settings/advertisers.php:16
|
2373 |
msgid "Advertisers - Available in AdRotate Pro"
|
2374 |
msgstr "Pengiklan - Tersedia dalam AdRotate Pro"
|
3474 |
"Jumlah ini mungkin tidak kosong, lebih rendah dari 60 atau melebihi 86.400 "
|
3475 |
"(24 jam)."
|
3476 |
|
3477 |
+
#~ msgid "Report"
|
3478 |
+
#~ msgstr "Melaporkan"
|
3479 |
+
|
3480 |
+
#~ msgid "More information"
|
3481 |
+
#~ msgstr "informasi lebih lanjut"
|
3482 |
+
|
3483 |
+
#~ msgid "Impressions today"
|
3484 |
+
#~ msgstr "tayangan hari ini"
|
3485 |
+
|
3486 |
+
#~ msgid "Clicks today"
|
3487 |
+
#~ msgstr "klik hari ini"
|
3488 |
+
|
3489 |
#~ msgid "Empty database records removed"
|
3490 |
#~ msgstr "catatan database kosong dihapus"
|
3491 |
|
3579 |
#~ msgid "If you find AdRotate useful please leave your honest"
|
3580 |
#~ msgstr "Ако намирате AdRotate за полезен, моля оставете честна"
|
3581 |
|
|
|
|
|
|
|
3582 |
#~ msgid "Manage Media"
|
3583 |
#~ msgstr "Управление на Медия"
|
3584 |
|
3601 |
#~ msgid "Ads"
|
3602 |
#~ msgstr "Реклами"
|
3603 |
|
|
|
|
|
|
|
|
|
|
|
|
|
3604 |
#~ msgid "No schedules created yet!"
|
3605 |
#~ msgstr "Все още няма създадени графици!"
|
3606 |
|
3616 |
#~ msgid "Media uploading and management is available in AdRotate Pro."
|
3617 |
#~ msgstr "Управлението и качването на медия са налични в AdRotate Pro."
|
3618 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3619 |
#~ msgid ""
|
3620 |
#~ "For responsive adverts make sure the filename is in the following format; "
|
3621 |
#~ "\"imagename.full.ext\". A full set of sized images is strongly "
|
3640 |
#~ "image.full.jpg, image.320.jpg и image.768.jpg ще се използват от една и "
|
3641 |
#~ "съща реклама в различни резолюции на екрана."
|
3642 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3643 |
#~ msgid "Manage your banner folder from here with AdRotate Pro."
|
3644 |
#~ msgstr "Можете да управлявате папката с банери от тук с AdRotate Pro."
|
3645 |
|
3724 |
#~ "Кой да получава email съобщения от рекламодатели. Максимум 2 адреса, "
|
3725 |
#~ "разделени със запетая. Полето не може да бъде празно!"
|
3726 |
|
|
|
|
|
|
|
3727 |
#~ msgid ""
|
3728 |
#~ "Benefit from extra features to reinforce your income with advertising "
|
3729 |
#~ "campaigns. Make the most of your website with the powerful tools AdRotate "
|
3861 |
#~ msgid "Find out more"
|
3862 |
#~ msgstr "Научете повече"
|
3863 |
|
|
|
|
|
|
|
3864 |
#~ msgid "Barely visible"
|
3865 |
#~ msgstr "Почти видимо"
|
3866 |
|
3919 |
#~ msgid "Group updated"
|
3920 |
#~ msgstr "Групата е обновена"
|
3921 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3922 |
#~ msgid "Access Rights"
|
3923 |
#~ msgstr "Права на достъп"
|
3924 |
|
4356 |
#~ "image.full.jpg, image.320.jpg и image.768.jpg ще се използват от една и "
|
4357 |
#~ "съща реклама в различни резолюции на екрана. Изисква jQuery."
|
4358 |
|
|
|
|
|
|
|
4359 |
#~ msgid ""
|
4360 |
#~ "With AdRotate Pro you can also set a weight to give adverts more or less "
|
4361 |
#~ "attention."
|
4377 |
#~ "Насочете рекламите си към правилната аудитория с услугата за "
|
4378 |
#~ "местоположение в AdRotate Pro"
|
4379 |
|
|
|
|
|
|
|
4380 |
#~ msgid "From when to when is the advert visible?"
|
4381 |
#~ msgstr "От кога до кога да бъде видима тази обява?"
|
4382 |
|
4500 |
#~ msgid "Updated"
|
4501 |
#~ msgstr "Обновен"
|
4502 |
|
|
|
|
|
|
|
|
|
|
|
|
|
4503 |
#~ msgid "AdRotate Server Settings"
|
4504 |
#~ msgstr "Настройки на сървъра на AdRotate"
|
4505 |
|
4629 |
#~ msgid "Buy"
|
4630 |
#~ msgstr "Купи"
|
4631 |
|
|
|
|
|
|
|
|
|
4632 |
#, fuzzy
|
4633 |
#~ msgid "Schedules not in use by this advert are hidden."
|
4634 |
#~ msgstr "Графици, които не се използват от тази реклама са скрити."
|
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: 2017-
|
6 |
-
"PO-Revision-Date: 2017-
|
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"
|
@@ -16,109 +16,115 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 2.0.1\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: adrotate-functions.php:
|
20 |
msgid "No files found"
|
21 |
msgstr "ファイルが見つかりません。"
|
22 |
|
23 |
-
#: adrotate-functions.php:
|
24 |
msgid "Folder not found or not accessible"
|
25 |
msgstr "フォルダーが存在しないかアクセス出来ません。"
|
26 |
|
27 |
-
#: adrotate-functions.php:
|
28 |
msgid "Ad saved"
|
29 |
msgstr ""
|
30 |
|
31 |
-
#: adrotate-functions.php:
|
32 |
msgid "Group saved"
|
33 |
msgstr ""
|
34 |
|
35 |
-
#: adrotate-functions.php:
|
36 |
msgid "Ad(s) deleted"
|
37 |
msgstr "広告削除"
|
38 |
|
39 |
-
#: adrotate-functions.php:
|
40 |
msgid "Group deleted"
|
41 |
msgstr "グループの削除"
|
42 |
|
43 |
-
#: adrotate-functions.php:
|
44 |
msgid "Ad(s) statistics reset"
|
45 |
msgstr "広告の統計情報初期化"
|
46 |
|
47 |
-
#: adrotate-functions.php:
|
48 |
msgid "Ad(s) renewed"
|
49 |
msgstr "広告の更新"
|
50 |
|
51 |
-
#: adrotate-functions.php:
|
52 |
msgid "Ad(s) deactivated"
|
53 |
msgstr "広告の利用停止"
|
54 |
|
55 |
-
#: adrotate-functions.php:
|
56 |
msgid "Ad(s) activated"
|
57 |
msgstr "広告の利用可能化"
|
58 |
|
59 |
-
#: adrotate-functions.php:
|
60 |
msgid "Group including it's Ads deleted"
|
61 |
msgstr "削除された広告がグループに含まれています。"
|
62 |
|
63 |
-
#: adrotate-functions.php:
|
64 |
#, fuzzy
|
65 |
msgid "Export created"
|
66 |
msgstr "エクスポートオプション"
|
67 |
|
68 |
-
#: adrotate-functions.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
msgid "Settings saved"
|
70 |
msgstr "設定を保存します。"
|
71 |
|
72 |
-
#: adrotate-functions.php:
|
73 |
msgid "Database optimized"
|
74 |
msgstr "データベースの最適化"
|
75 |
|
76 |
-
#: adrotate-functions.php:
|
77 |
msgid "Database repaired"
|
78 |
msgstr "データベースの修復"
|
79 |
|
80 |
-
#: adrotate-functions.php:
|
81 |
#, fuzzy
|
82 |
msgid "Ads evaluated and statuses have been corrected where required"
|
83 |
msgstr "広告"
|
84 |
|
85 |
-
#: adrotate-functions.php:
|
86 |
#, fuzzy
|
87 |
#| msgid "Clean-up Database"
|
88 |
msgid "Cleanup complete"
|
89 |
msgstr "データベースのクリーンアップ"
|
90 |
|
91 |
-
#: adrotate-functions.php:
|
92 |
msgid "Action prohibited"
|
93 |
msgstr "今の操作は禁止されました。"
|
94 |
|
95 |
-
#: adrotate-functions.php:
|
96 |
msgid ""
|
97 |
"The ad was saved but has an issue which might prevent it from working "
|
98 |
"properly. Review the colored ad."
|
99 |
msgstr ""
|
100 |
|
101 |
-
#: adrotate-functions.php:
|
102 |
msgid "No data found in selected time period"
|
103 |
msgstr "選ばれた期間が見つかりません。"
|
104 |
|
105 |
-
#: adrotate-functions.php:
|
106 |
msgid "Database can only be optimized or cleaned once every hour"
|
107 |
msgstr "データベースは、1時間ごとに最適化または洗浄することができます。"
|
108 |
|
109 |
-
#: adrotate-functions.php:
|
110 |
msgid "Form can not be (partially) empty!"
|
111 |
msgstr ""
|
112 |
|
113 |
-
#: adrotate-functions.php:
|
114 |
msgid "No ads found."
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: adrotate-functions.php:
|
118 |
msgid "Unexpected error"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: adrotate-manage-publisher.php:
|
122 |
msgid "AdRotate Advertiser"
|
123 |
msgstr ""
|
124 |
|
@@ -227,213 +233,222 @@ msgstr ""
|
|
227 |
msgid "Your AdRotate Banner folder is not writable or does not exist."
|
228 |
msgstr ""
|
229 |
|
230 |
-
#: adrotate-output.php:
|
231 |
#: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:89
|
232 |
#: dashboard/adrotatepro.php:90 dashboard/adrotatepro.php:99
|
233 |
#: dashboard/adrotatepro.php:100 dashboard/adrotatepro.php:101
|
234 |
-
#: dashboard/adrotatepro.php:102 dashboard/info.php:
|
235 |
-
#: dashboard/info.php:
|
236 |
-
#: dashboard/info.php:
|
237 |
#: dashboard/settings/geotargeting.php:35
|
238 |
#, fuzzy
|
239 |
msgid "Buy now"
|
240 |
msgstr "継続する場合は対応して下さい。"
|
241 |
|
242 |
-
#: adrotate-output.php:
|
243 |
msgid ""
|
244 |
-
"
|
245 |
-
"
|
246 |
msgstr ""
|
247 |
|
248 |
-
#: adrotate-output.php:
|
249 |
#, php-format
|
250 |
msgid ""
|
251 |
"Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
|
252 |
msgstr ""
|
253 |
|
254 |
-
#: adrotate-output.php:
|
255 |
-
|
256 |
-
|
|
|
257 |
|
258 |
-
#: adrotate-output.php:
|
259 |
msgid ""
|
260 |
"Thank you for choosing AdRotate. Everything related to AdRotate is in this "
|
261 |
"menu. If you need help getting started take a look at the"
|
262 |
msgstr ""
|
263 |
|
264 |
-
#: adrotate-output.php:
|
265 |
msgid "manuals"
|
266 |
msgstr "マニュアル(英語サイト)"
|
267 |
|
268 |
-
#: adrotate-output.php:
|
269 |
msgid "and"
|
270 |
msgstr ""
|
271 |
|
272 |
-
#: adrotate-output.php:
|
273 |
#, fuzzy
|
274 |
msgid "forums"
|
275 |
msgstr "フォーラム"
|
276 |
|
277 |
-
#: adrotate-output.php:
|
278 |
#, fuzzy
|
279 |
msgid "Useful Links"
|
280 |
msgstr "役に立つ情報"
|
281 |
|
282 |
-
#: adrotate-output.php:
|
283 |
msgid "Useful links to learn more about AdRotate"
|
284 |
msgstr ""
|
285 |
|
286 |
-
#: adrotate-output.php:
|
287 |
msgid "AdRotate website"
|
288 |
msgstr ""
|
289 |
|
290 |
-
#: adrotate-output.php:
|
291 |
#, fuzzy
|
292 |
msgid "Getting Started With AdRotate"
|
293 |
msgstr ""
|
294 |
"通常のユーザーはAdRotateやその統計を必要としません。その為、購読ユーザーなど"
|
295 |
"にはAdRotateのダッシュボード等を見せる必要がありませんので、活用して下さい。"
|
296 |
|
297 |
-
#: adrotate-output.php:
|
298 |
#, fuzzy
|
299 |
msgid "AdRotate manuals"
|
300 |
msgstr "AdRotate Blog"
|
301 |
|
302 |
-
#: adrotate-output.php:
|
303 |
#, fuzzy
|
304 |
msgid "AdRotate Support Forum"
|
305 |
msgstr "AdRotate Blog"
|
306 |
|
307 |
-
#: adrotate-output.php:
|
308 |
#, fuzzy
|
309 |
msgid "Support AdRotate"
|
310 |
msgstr "AdRotate Blog"
|
311 |
|
312 |
-
#: adrotate-output.php:
|
313 |
msgid "Check out my website"
|
314 |
msgstr ""
|
315 |
|
316 |
-
#: adrotate-output.php:
|
317 |
msgid ""
|
318 |
"Many users only think to review AdRotate when something goes wrong while "
|
319 |
"thousands of people happily use AdRotate."
|
320 |
msgstr ""
|
321 |
|
322 |
-
#: adrotate-output.php:
|
323 |
msgid "If you find AdRotate useful please leave your"
|
324 |
msgstr ""
|
325 |
|
326 |
-
#: adrotate-output.php:
|
327 |
msgid "rating"
|
328 |
msgstr ""
|
329 |
|
330 |
-
#: adrotate-output.php:
|
331 |
#, fuzzy
|
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 ""
|
338 |
|
339 |
-
#: adrotate-output.php:
|
340 |
#: dashboard/settings/notifications.php:80
|
341 |
#, fuzzy
|
342 |
msgid "Available in AdRotate Pro"
|
343 |
msgstr "AdRotate Blog"
|
344 |
|
345 |
-
#: adrotate-output.php:
|
346 |
#, fuzzy
|
347 |
msgid "More information..."
|
348 |
msgstr "ユーザーえー助演について知りたい方はこちらから。"
|
349 |
|
350 |
-
#: adrotate-output.php:
|
351 |
#, fuzzy
|
352 |
msgid "This feature is available in AdRotate Pro"
|
353 |
msgstr "この機能は使いません。"
|
354 |
|
355 |
-
#: adrotate-output.php:
|
356 |
#, fuzzy
|
357 |
msgid "Learn more"
|
358 |
msgstr "ユーザーえー助演について知りたい方はこちらから。"
|
359 |
|
360 |
-
#: adrotate-statistics.php:
|
361 |
#: dashboard/publisher/adverts-edit.php:241
|
362 |
msgid "January"
|
363 |
msgstr "1月"
|
364 |
|
365 |
-
#: adrotate-statistics.php:
|
366 |
#: dashboard/publisher/adverts-edit.php:242
|
367 |
msgid "February"
|
368 |
msgstr "2月"
|
369 |
|
370 |
-
#: adrotate-statistics.php:
|
371 |
#: dashboard/publisher/adverts-edit.php:243
|
372 |
msgid "March"
|
373 |
msgstr "3月"
|
374 |
|
375 |
-
#: adrotate-statistics.php:
|
376 |
#: dashboard/publisher/adverts-edit.php:244
|
377 |
msgid "April"
|
378 |
msgstr "4月"
|
379 |
|
380 |
-
#: adrotate-statistics.php:
|
381 |
#: dashboard/publisher/adverts-edit.php:245
|
382 |
msgid "May"
|
383 |
msgstr "5月"
|
384 |
|
385 |
-
#: adrotate-statistics.php:
|
386 |
#: dashboard/publisher/adverts-edit.php:246
|
387 |
msgid "June"
|
388 |
msgstr "6月"
|
389 |
|
390 |
-
#: adrotate-statistics.php:
|
391 |
#: dashboard/publisher/adverts-edit.php:247
|
392 |
msgid "July"
|
393 |
msgstr "7月"
|
394 |
|
395 |
-
#: adrotate-statistics.php:
|
396 |
#: dashboard/publisher/adverts-edit.php:248
|
397 |
msgid "August"
|
398 |
msgstr "8月"
|
399 |
|
400 |
-
#: adrotate-statistics.php:
|
401 |
#: dashboard/publisher/adverts-edit.php:249
|
402 |
msgid "September"
|
403 |
msgstr "9月"
|
404 |
|
405 |
-
#: adrotate-statistics.php:
|
406 |
#: dashboard/publisher/adverts-edit.php:250
|
407 |
msgid "October"
|
408 |
msgstr "10月"
|
409 |
|
410 |
-
#: adrotate-statistics.php:
|
411 |
#: dashboard/publisher/adverts-edit.php:251
|
412 |
msgid "November"
|
413 |
msgstr "11月"
|
414 |
|
415 |
-
#: adrotate-statistics.php:
|
416 |
#: dashboard/publisher/adverts-edit.php:252
|
417 |
msgid "December"
|
418 |
msgstr "12月"
|
419 |
|
420 |
-
#: adrotate-statistics.php:
|
421 |
#, fuzzy
|
422 |
msgid "Previous"
|
423 |
msgstr "プレビュー"
|
424 |
|
425 |
-
#: adrotate-statistics.php:
|
|
|
|
|
426 |
msgid "This month"
|
427 |
msgstr ""
|
428 |
|
429 |
-
#: adrotate-statistics.php:
|
430 |
msgid "Next"
|
431 |
msgstr ""
|
432 |
|
433 |
-
#: adrotate-statistics.php:
|
434 |
msgid "No data to show!"
|
435 |
msgstr "表示できるデータがありません。"
|
436 |
|
|
|
|
|
|
|
|
|
|
|
|
|
437 |
#: adrotate-widget.php:116
|
438 |
msgid "Title (optional):"
|
439 |
msgstr "タイトル(オプション):"
|
@@ -490,6 +505,8 @@ msgstr "AdRotate Blog"
|
|
490 |
#: adrotate.php:105 dashboard/info.php:40
|
491 |
#: dashboard/publisher/adverts-edit.php:458
|
492 |
#: dashboard/publisher/groups-main.php:34
|
|
|
|
|
493 |
#, fuzzy
|
494 |
msgid "Adverts"
|
495 |
msgstr "新しい広告の承認"
|
@@ -498,54 +515,96 @@ msgstr "新しい広告の承認"
|
|
498 |
msgid "Groups"
|
499 |
msgstr "グループ"
|
500 |
|
501 |
-
#: adrotate.php:107
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
502 |
msgid "Settings"
|
503 |
msgstr "設定"
|
504 |
|
505 |
-
#: adrotate.php:
|
506 |
#, fuzzy
|
507 |
msgid "AdRotate Info"
|
508 |
msgstr "AdRotate Blog"
|
509 |
|
510 |
-
#: adrotate.php:
|
511 |
#, fuzzy
|
512 |
msgid "AdRotate Professional"
|
513 |
msgstr "AdRotate Blog"
|
514 |
|
515 |
-
#: adrotate.php:
|
516 |
msgid "Advert Management"
|
517 |
msgstr ""
|
518 |
|
519 |
-
#: adrotate.php:
|
520 |
msgid "Manage"
|
521 |
msgstr "管理"
|
522 |
|
523 |
-
#: adrotate.php:
|
|
|
|
|
|
|
|
|
|
|
524 |
msgid "Add New"
|
525 |
msgstr "新規追加"
|
526 |
|
527 |
-
#: adrotate.php:
|
528 |
msgid "Group Management"
|
529 |
msgstr "グループの管理"
|
530 |
|
531 |
-
#: adrotate.php:
|
532 |
-
msgid "
|
533 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
534 |
|
535 |
-
#: adrotate.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
536 |
msgid "AdRotate Settings"
|
537 |
msgstr "AdRotate 設定"
|
538 |
|
539 |
-
#: adrotate.php:
|
540 |
#, fuzzy
|
541 |
msgid "General"
|
542 |
msgstr "一般設定"
|
543 |
|
544 |
-
#: adrotate.php:
|
545 |
msgid "Notifications"
|
546 |
msgstr "通知先"
|
547 |
|
548 |
-
#: adrotate.php:
|
549 |
#: dashboard/publisher/adverts-error.php:63
|
550 |
#: dashboard/publisher/adverts-main.php:81
|
551 |
#: dashboard/publisher/groups-main.php:70
|
@@ -553,26 +612,26 @@ msgstr "通知先"
|
|
553 |
msgid "Stats"
|
554 |
msgstr "統計リセット"
|
555 |
|
556 |
-
#: adrotate.php:
|
557 |
#: dashboard/publisher/groups-edit.php:180
|
558 |
#: dashboard/settings/advertisers.php:38
|
559 |
msgid "Geo Targeting"
|
560 |
msgstr ""
|
561 |
|
562 |
-
#: adrotate.php:
|
563 |
#, fuzzy
|
564 |
msgid "Advertisers"
|
565 |
msgstr "広告主から提出された広告を承認する権限"
|
566 |
|
567 |
-
#: adrotate.php:
|
568 |
msgid "Roles"
|
569 |
msgstr ""
|
570 |
|
571 |
-
#: adrotate.php:
|
572 |
msgid "Misc"
|
573 |
msgstr ""
|
574 |
|
575 |
-
#: adrotate.php:
|
576 |
msgid "Maintenance"
|
577 |
msgstr "メンテナンス"
|
578 |
|
@@ -675,91 +734,91 @@ msgid ""
|
|
675 |
msgstr ""
|
676 |
|
677 |
#: dashboard/adrotatepro.php:83 dashboard/adrotatepro.php:95
|
678 |
-
#: dashboard/info.php:
|
679 |
#, fuzzy
|
680 |
msgid "Buy AdRotate Professional"
|
681 |
msgstr "AdRotate Blog"
|
682 |
|
683 |
-
#: dashboard/adrotatepro.php:87 dashboard/info.php:
|
684 |
msgid "Single License"
|
685 |
msgstr ""
|
686 |
|
687 |
-
#: dashboard/adrotatepro.php:87 dashboard/info.php:
|
688 |
msgid "One WordPress installation."
|
689 |
msgstr ""
|
690 |
|
691 |
#: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:100
|
692 |
-
#: dashboard/info.php:
|
693 |
msgid "Duo License"
|
694 |
msgstr ""
|
695 |
|
696 |
-
#: dashboard/adrotatepro.php:88 dashboard/info.php:
|
697 |
msgid "Two WordPress installations."
|
698 |
msgstr ""
|
699 |
|
700 |
#: dashboard/adrotatepro.php:89 dashboard/adrotatepro.php:101
|
701 |
-
#: dashboard/info.php:
|
702 |
msgid "Multi License"
|
703 |
msgstr ""
|
704 |
|
705 |
-
#: dashboard/adrotatepro.php:89 dashboard/info.php:
|
706 |
msgid "Up to five WordPress installations."
|
707 |
msgstr ""
|
708 |
|
709 |
#: dashboard/adrotatepro.php:90 dashboard/adrotatepro.php:102
|
710 |
-
#: dashboard/info.php:
|
711 |
#, fuzzy
|
712 |
msgid "Developer License"
|
713 |
msgstr "開発者向けデバッグ"
|
714 |
|
715 |
-
#: dashboard/adrotatepro.php:90 dashboard/info.php:
|
716 |
msgid "Unlimited WordPress installations and/or networks."
|
717 |
msgstr ""
|
718 |
|
719 |
#: dashboard/adrotatepro.php:91 dashboard/adrotatepro.php:104
|
720 |
-
#: dashboard/info.php:
|
721 |
msgid "Compare licenses"
|
722 |
msgstr ""
|
723 |
|
724 |
-
#: dashboard/adrotatepro.php:91 dashboard/info.php:
|
725 |
msgid "Not sure which license is for you? Compare them..."
|
726 |
msgstr ""
|
727 |
|
728 |
-
#: dashboard/adrotatepro.php:91 dashboard/info.php:
|
729 |
#, fuzzy
|
730 |
msgid "All Licenses"
|
731 |
msgstr "すべての広告の再評価"
|
732 |
|
733 |
-
#: dashboard/adrotatepro.php:99 dashboard/info.php:
|
734 |
msgid "Lifetime License"
|
735 |
msgstr ""
|
736 |
|
737 |
-
#: dashboard/adrotatepro.php:99 dashboard/info.php:
|
738 |
msgid "Single installation."
|
739 |
msgstr ""
|
740 |
|
741 |
-
#: dashboard/adrotatepro.php:100 dashboard/info.php:
|
742 |
msgid "Up to 2 installations."
|
743 |
msgstr ""
|
744 |
|
745 |
-
#: dashboard/adrotatepro.php:101 dashboard/info.php:
|
746 |
msgid "Up to 10 installations."
|
747 |
msgstr ""
|
748 |
|
749 |
-
#: dashboard/adrotatepro.php:102 dashboard/info.php:
|
750 |
msgid "Up to 25 installations or multisite networks."
|
751 |
msgstr ""
|
752 |
|
753 |
-
#: dashboard/adrotatepro.php:103 dashboard/info.php:
|
754 |
msgid ""
|
755 |
"Subscriptions get 1 year access to updates, email support & AdRotate Geo."
|
756 |
msgstr ""
|
757 |
|
758 |
-
#: dashboard/adrotatepro.php:104 dashboard/info.php:
|
759 |
msgid "Not sure which license is for you?"
|
760 |
msgstr ""
|
761 |
|
762 |
-
#: dashboard/adrotatepro.php:104 dashboard/info.php:
|
763 |
msgid "Compare Licenses"
|
764 |
msgstr ""
|
765 |
|
@@ -797,11 +856,11 @@ msgid ""
|
|
797 |
"for updates about me and my plugins. Thank you!"
|
798 |
msgstr ""
|
799 |
|
800 |
-
#: dashboard/info.php:
|
801 |
msgid "Arnan de Gans News & Updates"
|
802 |
msgstr ""
|
803 |
|
804 |
-
#: dashboard/info.php:
|
805 |
msgid "Join the Media.net advertising network"
|
806 |
msgstr ""
|
807 |
|
@@ -813,6 +872,7 @@ msgstr ""
|
|
813 |
#: dashboard/publisher/adverts-error.php:19
|
814 |
#: dashboard/publisher/adverts-main.php:20
|
815 |
#: dashboard/publisher/groups-main.php:20
|
|
|
816 |
msgid "Bulk Actions"
|
817 |
msgstr "一括操作"
|
818 |
|
@@ -823,7 +883,7 @@ msgstr "利用可能"
|
|
823 |
|
824 |
#: dashboard/publisher/adverts-disabled.php:22
|
825 |
#: dashboard/publisher/adverts-error.php:21
|
826 |
-
#: dashboard/publisher/adverts-main.php:22
|
827 |
msgid "Delete"
|
828 |
msgstr "削除"
|
829 |
|
@@ -837,6 +897,7 @@ msgstr "統計リセット"
|
|
837 |
#: dashboard/publisher/adverts-error.php:29
|
838 |
#: dashboard/publisher/adverts-main.php:30
|
839 |
#: dashboard/publisher/groups-main.php:24
|
|
|
840 |
msgid "Go"
|
841 |
msgstr "実行"
|
842 |
|
@@ -844,6 +905,7 @@ msgstr "実行"
|
|
844 |
#: dashboard/publisher/adverts-error.php:39
|
845 |
#: dashboard/publisher/adverts-main.php:39
|
846 |
#: dashboard/publisher/groups-main.php:32
|
|
|
847 |
#, fuzzy
|
848 |
msgid "ID"
|
849 |
msgstr "広告ブロック - ブロックIDを使ってください。"
|
@@ -851,6 +913,7 @@ msgstr "広告ブロック - ブロックIDを使ってください。"
|
|
851 |
#: dashboard/publisher/adverts-disabled.php:36
|
852 |
#: dashboard/publisher/adverts-error.php:41
|
853 |
#: dashboard/publisher/adverts-main.php:40
|
|
|
854 |
msgid "Start / End"
|
855 |
msgstr ""
|
856 |
|
@@ -858,7 +921,8 @@ msgstr ""
|
|
858 |
#: dashboard/publisher/adverts-error.php:40
|
859 |
#: dashboard/publisher/adverts-main.php:41
|
860 |
#: dashboard/publisher/groups-edit.php:51
|
861 |
-
#: dashboard/publisher/groups-main.php:33
|
|
|
862 |
msgid "Name"
|
863 |
msgstr "名前"
|
864 |
|
@@ -872,21 +936,41 @@ msgstr "この広告は期限切れで現在サイトに表示されていませ
|
|
872 |
|
873 |
#: dashboard/publisher/adverts-disabled.php:40
|
874 |
#: dashboard/publisher/adverts-main.php:45
|
875 |
-
#: dashboard/publisher/adverts-report.php:36
|
876 |
-
#: dashboard/publisher/adverts-report.php:57
|
877 |
#: dashboard/publisher/groups-edit.php:334
|
878 |
#: dashboard/publisher/groups-main.php:38
|
879 |
-
#: dashboard/publisher/
|
880 |
-
#: dashboard/publisher/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
881 |
msgid "Clicks"
|
882 |
msgstr "クリック"
|
883 |
|
884 |
#: dashboard/publisher/adverts-disabled.php:41
|
885 |
#: dashboard/publisher/adverts-main.php:47
|
886 |
-
#: dashboard/publisher/
|
887 |
-
#: dashboard/publisher/
|
888 |
-
#: dashboard/publisher/
|
889 |
-
#: dashboard/publisher/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
890 |
msgid "CTR"
|
891 |
msgstr ""
|
892 |
|
@@ -984,7 +1068,7 @@ msgid "Basic Examples:"
|
|
984 |
msgstr "設定例:"
|
985 |
|
986 |
#: dashboard/publisher/adverts-edit.php:129
|
987 |
-
msgid "Get
|
988 |
msgstr ""
|
989 |
|
990 |
#: dashboard/publisher/adverts-edit.php:134
|
@@ -1041,6 +1125,7 @@ msgstr ""
|
|
1041 |
"ている場合は実ページでご確認下さい。"
|
1042 |
|
1043 |
#: dashboard/publisher/adverts-edit.php:150
|
|
|
1044 |
msgid "Banner asset"
|
1045 |
msgstr ""
|
1046 |
|
@@ -1054,6 +1139,7 @@ msgid "Select Banner"
|
|
1054 |
msgstr "バナー画像"
|
1055 |
|
1056 |
#: dashboard/publisher/adverts-edit.php:155
|
|
|
1057 |
msgid "- OR -"
|
1058 |
msgstr "- もしくは -"
|
1059 |
|
@@ -1077,11 +1163,6 @@ msgstr ""
|
|
1077 |
"上記の画像リンクかドロップダウンかを利用します。画像リンクが入力されている場"
|
1078 |
"合はそちらが優先されます。"
|
1079 |
|
1080 |
-
#: dashboard/publisher/adverts-edit.php:167
|
1081 |
-
#: dashboard/settings/statistics.php:17
|
1082 |
-
msgid "Statistics"
|
1083 |
-
msgstr "統計"
|
1084 |
-
|
1085 |
#: dashboard/publisher/adverts-edit.php:169
|
1086 |
msgid "Enable click and impression tracking for this advert."
|
1087 |
msgstr ""
|
@@ -1113,12 +1194,20 @@ msgstr ""
|
|
1113 |
"にはAdRotateのダッシュボード等を見せる必要がありませんので、活用して下さい。"
|
1114 |
|
1115 |
#: dashboard/publisher/adverts-edit.php:188
|
|
|
|
|
|
|
1116 |
#: dashboard/publisher/adverts-main.php:105
|
1117 |
#: dashboard/publisher/groups-edit.php:71
|
1118 |
-
#: dashboard/publisher/groups-
|
|
|
|
|
|
|
|
|
|
|
1119 |
#, fuzzy
|
1120 |
-
msgid "
|
1121 |
-
msgstr "
|
1122 |
|
1123 |
#: dashboard/publisher/adverts-edit.php:191
|
1124 |
#: dashboard/publisher/adverts-edit.php:291
|
@@ -1132,6 +1221,7 @@ msgstr "保存"
|
|
1132 |
#: dashboard/publisher/adverts-edit.php:292
|
1133 |
#: dashboard/publisher/adverts-edit.php:448
|
1134 |
#: dashboard/publisher/adverts-edit.php:489
|
|
|
1135 |
#: dashboard/publisher/groups-edit.php:150
|
1136 |
#: dashboard/publisher/groups-edit.php:299
|
1137 |
#: dashboard/publisher/groups-edit.php:391
|
@@ -1225,14 +1315,6 @@ msgid ""
|
|
1225 |
"Pro."
|
1226 |
msgstr ""
|
1227 |
|
1228 |
-
#: dashboard/publisher/adverts-edit.php:288
|
1229 |
-
#: dashboard/publisher/adverts-edit.php:357
|
1230 |
-
#: dashboard/publisher/adverts-edit.php:428
|
1231 |
-
#: dashboard/publisher/groups-edit.php:191
|
1232 |
-
#, fuzzy
|
1233 |
-
msgid "Upgrade today"
|
1234 |
-
msgstr "本日"
|
1235 |
-
|
1236 |
#: dashboard/publisher/adverts-edit.php:295
|
1237 |
#: dashboard/publisher/groups-edit.php:153
|
1238 |
#, fuzzy
|
@@ -1445,6 +1527,202 @@ msgstr "これは出来る限り早く修正して下さい。"
|
|
1445 |
msgid "Expired"
|
1446 |
msgstr "個の広告が期限切れです。"
|
1447 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1448 |
#: dashboard/publisher/adverts-main.php:12
|
1449 |
msgid "Active Adverts"
|
1450 |
msgstr ""
|
@@ -1458,6 +1736,8 @@ msgstr "エクスポートオプション"
|
|
1458 |
#: dashboard/publisher/adverts-main.php:46
|
1459 |
#: dashboard/publisher/groups-main.php:37
|
1460 |
#: dashboard/publisher/groups-main.php:39
|
|
|
|
|
1461 |
msgid "Today"
|
1462 |
msgstr "本日"
|
1463 |
|
@@ -1465,50 +1745,6 @@ msgstr "本日"
|
|
1465 |
msgid "No adverts created yet!"
|
1466 |
msgstr ""
|
1467 |
|
1468 |
-
#: dashboard/publisher/adverts-report.php:30
|
1469 |
-
#, fuzzy
|
1470 |
-
msgid "Statistics for advert"
|
1471 |
-
msgstr "統計 "
|
1472 |
-
|
1473 |
-
#: dashboard/publisher/adverts-report.php:35
|
1474 |
-
#: dashboard/publisher/adverts-report.php:56
|
1475 |
-
#: dashboard/publisher/groups-report.php:36
|
1476 |
-
#: dashboard/publisher/groups-report.php:57
|
1477 |
-
msgid "Impressions"
|
1478 |
-
msgstr "表示数"
|
1479 |
-
|
1480 |
-
#: dashboard/publisher/adverts-report.php:37
|
1481 |
-
#: dashboard/publisher/groups-report.php:38
|
1482 |
-
msgid "Impressions today"
|
1483 |
-
msgstr "今日の表示数"
|
1484 |
-
|
1485 |
-
#: dashboard/publisher/adverts-report.php:38
|
1486 |
-
#: dashboard/publisher/groups-report.php:39
|
1487 |
-
msgid "Clicks today"
|
1488 |
-
msgstr "今日のクリック数"
|
1489 |
-
|
1490 |
-
#: dashboard/publisher/adverts-report.php:45
|
1491 |
-
#: dashboard/publisher/groups-report.php:46
|
1492 |
-
#, fuzzy
|
1493 |
-
msgid "Monthly overview of clicks and impressions"
|
1494 |
-
msgstr "クリック"
|
1495 |
-
|
1496 |
-
#: dashboard/publisher/adverts-report.php:64
|
1497 |
-
#: dashboard/publisher/groups-report.php:65
|
1498 |
-
#: dashboard/settings/notifications.php:60
|
1499 |
-
#: dashboard/settings/notifications.php:90
|
1500 |
-
msgid "Note:"
|
1501 |
-
msgstr "注意:"
|
1502 |
-
|
1503 |
-
#: dashboard/publisher/adverts-report.php:64
|
1504 |
-
#: dashboard/publisher/groups-report.php:65
|
1505 |
-
msgid ""
|
1506 |
-
"All statistics are indicative. They do not nessesarily reflect results "
|
1507 |
-
"counted by other parties."
|
1508 |
-
msgstr ""
|
1509 |
-
"すべての統計結果を表示しております。他の方法による数値結果を必ずしも反映する"
|
1510 |
-
"ものではありません。"
|
1511 |
-
|
1512 |
#: dashboard/publisher/groups-edit.php:43
|
1513 |
#, fuzzy
|
1514 |
msgid "New Group"
|
@@ -1571,10 +1807,6 @@ msgstr "ブロック管理"
|
|
1571 |
msgid "Larger blocks will degrade your sites performance! Default: 2/2."
|
1572 |
msgstr ""
|
1573 |
|
1574 |
-
#: dashboard/publisher/groups-edit.php:95
|
1575 |
-
msgid "Advert size"
|
1576 |
-
msgstr ""
|
1577 |
-
|
1578 |
#: dashboard/publisher/groups-edit.php:97
|
1579 |
msgid "pixel(s) wide"
|
1580 |
msgstr "ピクセル(幅)"
|
@@ -1827,11 +2059,13 @@ msgid "Configuration errors."
|
|
1827 |
msgstr "個の広告が設定エラーになっています。"
|
1828 |
|
1829 |
#: dashboard/publisher/groups-edit.php:385
|
|
|
1830 |
#, fuzzy
|
1831 |
msgid "Expires soon."
|
1832 |
msgstr "これは出来る限り早く修正して下さい。"
|
1833 |
|
1834 |
#: dashboard/publisher/groups-edit.php:386
|
|
|
1835 |
#, fuzzy
|
1836 |
msgid "Has expired."
|
1837 |
msgstr "個の広告が期限切れです。"
|
@@ -1865,11 +2099,247 @@ msgstr "よろしければ、OKを、止める場合はCANCELを押して下さ
|
|
1865 |
msgid "No groups created!"
|
1866 |
msgstr "グループがまだ作られていません。"
|
1867 |
|
1868 |
-
#: dashboard/publisher/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1869 |
#, fuzzy
|
1870 |
msgid "Statistics for group"
|
1871 |
msgstr "統計 "
|
1872 |
|
|
|
|
|
|
|
|
|
1873 |
#: dashboard/settings/advertisers.php:16
|
1874 |
msgid "Advertisers - Available in AdRotate Pro"
|
1875 |
msgstr ""
|
@@ -2885,6 +3355,19 @@ msgid ""
|
|
2885 |
"This number may not be empty, be lower than 60 or exceed 86400 (24 hours)."
|
2886 |
msgstr "この数字は、0やマイナスや3600以上ではいけません。"
|
2887 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2888 |
#~ msgid "Empty database records removed"
|
2889 |
#~ msgstr "空のデータベースは削除されました。"
|
2890 |
|
@@ -2902,10 +3385,6 @@ msgstr "この数字は、0やマイナスや3600以上ではいけません。"
|
|
2902 |
#~ msgid "Help AdRotate Grow"
|
2903 |
#~ msgstr "AdRotate Blog"
|
2904 |
|
2905 |
-
#, fuzzy
|
2906 |
-
#~ msgid "Manage Schedules"
|
2907 |
-
#~ msgstr "管理"
|
2908 |
-
|
2909 |
#, fuzzy
|
2910 |
#~ msgid "Manage Media"
|
2911 |
#~ msgstr "画像リンク先URL:"
|
@@ -2923,14 +3402,6 @@ msgstr "この数字は、0やマイナスや3600以上ではいけません。"
|
|
2923 |
#~ msgid "Ads"
|
2924 |
#~ msgstr "広告"
|
2925 |
|
2926 |
-
#, fuzzy
|
2927 |
-
#~ msgid "Max Impressions"
|
2928 |
-
#~ msgstr "表示数"
|
2929 |
-
|
2930 |
-
#, fuzzy
|
2931 |
-
#~ msgid "Max Clicks"
|
2932 |
-
#~ msgstr "クリック"
|
2933 |
-
|
2934 |
#, fuzzy
|
2935 |
#~ msgid "No schedules created yet!"
|
2936 |
#~ msgstr "まだブロックが作られていません。"
|
@@ -2954,10 +3425,6 @@ msgstr "この数字は、0やマイナスや3600以上ではいけません。"
|
|
2954 |
#~ msgid "Media uploading and management is available in AdRotate Pro."
|
2955 |
#~ msgstr "この機能は使いません。"
|
2956 |
|
2957 |
-
#, fuzzy
|
2958 |
-
#~ msgid "Actions"
|
2959 |
-
#~ msgstr "一括操作"
|
2960 |
-
|
2961 |
#, fuzzy
|
2962 |
#~ msgid "Manage your banner folder from here with AdRotate Pro."
|
2963 |
#~ msgstr ""
|
@@ -3049,13 +3516,6 @@ msgstr "この数字は、0やマイナスや3600以上ではいけません。"
|
|
3049 |
#~ "最大2個のメールアドレスがコンマ区切りで登録できます。ここは空欄では利用で"
|
3050 |
#~ "きません。"
|
3051 |
|
3052 |
-
#, fuzzy
|
3053 |
-
#~ msgid "Get more features with AdRotate Pro"
|
3054 |
-
#~ msgstr ""
|
3055 |
-
#~ "通常のユーザーはAdRotateやその統計を必要としません。その為、購読ユーザーな"
|
3056 |
-
#~ "どにはAdRotateのダッシュボード等を見せる必要がありませんので、活用して下さ"
|
3057 |
-
#~ "い。"
|
3058 |
-
|
3059 |
#, fuzzy
|
3060 |
#~ msgid "Visit the"
|
3061 |
#~ msgstr ""
|
@@ -3063,10 +3523,6 @@ msgstr "この数字は、0やマイナスや3600以上ではいけません。"
|
|
3063 |
#~ "や手間のカスタマイズが必要など詳細にご対応致します。詳細はWEBサイトにお越"
|
3064 |
#~ "しください。英語ですが。"
|
3065 |
|
3066 |
-
#, fuzzy
|
3067 |
-
#~ msgid "website"
|
3068 |
-
#~ msgstr "開発者のWEBサイトは以下です。"
|
3069 |
-
|
3070 |
#, fuzzy
|
3071 |
#~ msgid "AdRotate News and Developer Blog"
|
3072 |
#~ msgstr "AdRotate Blog"
|
@@ -3186,18 +3642,10 @@ msgstr "この数字は、0やマイナスや3600以上ではいけません。"
|
|
3186 |
#~ msgid "Impressions timer"
|
3187 |
#~ msgstr "表示時間"
|
3188 |
|
3189 |
-
#, fuzzy
|
3190 |
-
#~ msgid "Clicks timer"
|
3191 |
-
#~ msgstr "表示時間"
|
3192 |
-
|
3193 |
#, fuzzy
|
3194 |
#~ msgid "Learn More"
|
3195 |
#~ msgstr "ユーザーえー助演について知りたい方はこちらから。"
|
3196 |
|
3197 |
-
#, fuzzy
|
3198 |
-
#~ msgid "Thank you for your consideration!"
|
3199 |
-
#~ msgstr "データベースのバックアップを取りましたか?"
|
3200 |
-
|
3201 |
#, fuzzy
|
3202 |
#~ msgid ""
|
3203 |
#~ "Your one stop for Webdevelopment, consultancy and anything WordPress! "
|
@@ -3223,24 +3671,6 @@ msgstr "この数字は、0やマイナスや3600以上ではいけません。"
|
|
3223 |
#~ msgid "Group updated"
|
3224 |
#~ msgstr "グループの更新"
|
3225 |
|
3226 |
-
#, fuzzy
|
3227 |
-
#~ msgid "Upload new banner image"
|
3228 |
-
#~ msgstr "バナー画像"
|
3229 |
-
|
3230 |
-
#, fuzzy
|
3231 |
-
#~ msgid "Accepted files are:"
|
3232 |
-
#~ msgstr ""
|
3233 |
-
#~ "%image%を利用する場合は設定して下さい。利用可能はファイル形式は次のとおり"
|
3234 |
-
#~ "です。"
|
3235 |
-
|
3236 |
-
#, fuzzy
|
3237 |
-
#~ msgid "Upload image"
|
3238 |
-
#~ msgstr "バナー画像"
|
3239 |
-
|
3240 |
-
#, fuzzy
|
3241 |
-
#~ msgid "Available banner images in"
|
3242 |
-
#~ msgstr "バナー画像"
|
3243 |
-
|
3244 |
#~ msgid "Access Rights"
|
3245 |
#~ msgstr "アクセス権限"
|
3246 |
|
@@ -3528,9 +3958,6 @@ msgstr "この数字は、0やマイナスや3600以上ではいけません。"
|
|
3528 |
#~ "adcode (above) instead of %link%."
|
3529 |
#~ msgstr "広告コード[AdCode](タグ含む):"
|
3530 |
|
3531 |
-
#~ msgid "Media:"
|
3532 |
-
#~ msgstr "画像リンク先URL:"
|
3533 |
-
|
3534 |
#, fuzzy
|
3535 |
#~ msgid "Geo Location in AdRotate Pro"
|
3536 |
#~ msgstr "AdRotate Blog"
|
@@ -3548,12 +3975,6 @@ msgstr "この数字は、0やマイナスや3600以上ではいけません。"
|
|
3548 |
#~ "どにはAdRotateのダッシュボード等を見せる必要がありませんので、活用して下さ"
|
3549 |
#~ "い。"
|
3550 |
|
3551 |
-
#, fuzzy
|
3552 |
-
#~ msgid "Schedule"
|
3553 |
-
#~ msgstr ""
|
3554 |
-
#~ "最大のクリック数と表示回数が設定されたスケジュールのみで測定されています。"
|
3555 |
-
#~ "それぞれのスケジュールで上限を設定できます!"
|
3556 |
-
|
3557 |
#, fuzzy
|
3558 |
#~ msgid "From when to when is the advert visible?"
|
3559 |
#~ msgstr ""
|
@@ -3656,12 +4077,6 @@ msgstr "この数字は、0やマイナスや3600以上ではいけません。"
|
|
3656 |
#~ msgid "Updated"
|
3657 |
#~ msgstr "ブロック更新"
|
3658 |
|
3659 |
-
#~ msgid "Show from"
|
3660 |
-
#~ msgstr "掲載開始"
|
3661 |
-
|
3662 |
-
#~ msgid "Show until"
|
3663 |
-
#~ msgstr "掲載終了"
|
3664 |
-
|
3665 |
#, fuzzy
|
3666 |
#~ msgid "AdRotate Server Settings"
|
3667 |
#~ msgstr "AdRotate 設定"
|
@@ -3737,10 +4152,6 @@ msgstr "この数字は、0やマイナスや3600以上ではいけません。"
|
|
3737 |
#~ msgid "Buy"
|
3738 |
#~ msgstr "継続する場合は対応して下さい。"
|
3739 |
|
3740 |
-
#, fuzzy
|
3741 |
-
#~ msgid "Used"
|
3742 |
-
#~ msgstr "この広告を掲載されるように設定する"
|
3743 |
-
|
3744 |
#~ msgid "Check out the"
|
3745 |
#~ msgstr "以下のURLをチェック下さい。"
|
3746 |
|
@@ -3944,10 +4355,6 @@ msgstr "この数字は、0やマイナスや3600以上ではいけません。"
|
|
3944 |
#~ msgid "Moderate"
|
3945 |
#~ msgstr "新しい広告の承認"
|
3946 |
|
3947 |
-
#, fuzzy
|
3948 |
-
#~ msgid "Moderate Adverts"
|
3949 |
-
#~ msgstr "新しい広告の承認"
|
3950 |
-
|
3951 |
#~ msgid "Global Reports"
|
3952 |
#~ msgstr "全般レポート"
|
3953 |
|
@@ -3966,10 +4373,6 @@ msgstr "この数字は、0やマイナスや3600以上ではいけません。"
|
|
3966 |
#~ msgid "Advertiser"
|
3967 |
#~ msgstr "広告主"
|
3968 |
|
3969 |
-
#, fuzzy
|
3970 |
-
#~ msgid "Options"
|
3971 |
-
#~ msgstr "オプション:"
|
3972 |
-
|
3973 |
#, fuzzy
|
3974 |
#~ msgid ""
|
3975 |
#~ "Couple adverts to advertisers and allow them to create and upload their "
|
@@ -4153,12 +4556,6 @@ msgstr "この数字は、0やマイナスや3600以上ではいけません。"
|
|
4153 |
#~ msgid "Width and Height"
|
4154 |
#~ msgstr "幅と高さ"
|
4155 |
|
4156 |
-
#~ msgid ""
|
4157 |
-
#~ "Define the maximum size of the ads in pixels. Height can be "
|
4158 |
-
#~ "'auto' (Default: 125/125)"
|
4159 |
-
#~ msgstr ""
|
4160 |
-
#~ "ピクセル単位で広告の最大サイズを定義します。高さは 'auto'を指定できます。"
|
4161 |
-
|
4162 |
#~ msgid "pixel(s) margin"
|
4163 |
#~ msgstr "ピクセル(margin)"
|
4164 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: AdRotate\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2017-08-19 13:54+0800\n"
|
6 |
+
"PO-Revision-Date: 2017-08-19 13:54+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"
|
16 |
"X-Generator: Poedit 2.0.1\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: adrotate-functions.php:716
|
20 |
msgid "No files found"
|
21 |
msgstr "ファイルが見つかりません。"
|
22 |
|
23 |
+
#: adrotate-functions.php:719
|
24 |
msgid "Folder not found or not accessible"
|
25 |
msgstr "フォルダーが存在しないかアクセス出来ません。"
|
26 |
|
27 |
+
#: adrotate-functions.php:804
|
28 |
msgid "Ad saved"
|
29 |
msgstr ""
|
30 |
|
31 |
+
#: adrotate-functions.php:808
|
32 |
msgid "Group saved"
|
33 |
msgstr ""
|
34 |
|
35 |
+
#: adrotate-functions.php:812
|
36 |
msgid "Ad(s) deleted"
|
37 |
msgstr "広告削除"
|
38 |
|
39 |
+
#: adrotate-functions.php:816
|
40 |
msgid "Group deleted"
|
41 |
msgstr "グループの削除"
|
42 |
|
43 |
+
#: adrotate-functions.php:820
|
44 |
msgid "Ad(s) statistics reset"
|
45 |
msgstr "広告の統計情報初期化"
|
46 |
|
47 |
+
#: adrotate-functions.php:824
|
48 |
msgid "Ad(s) renewed"
|
49 |
msgstr "広告の更新"
|
50 |
|
51 |
+
#: adrotate-functions.php:828
|
52 |
msgid "Ad(s) deactivated"
|
53 |
msgstr "広告の利用停止"
|
54 |
|
55 |
+
#: adrotate-functions.php:832
|
56 |
msgid "Ad(s) activated"
|
57 |
msgstr "広告の利用可能化"
|
58 |
|
59 |
+
#: adrotate-functions.php:836
|
60 |
msgid "Group including it's Ads deleted"
|
61 |
msgstr "削除された広告がグループに含まれています。"
|
62 |
|
63 |
+
#: adrotate-functions.php:840
|
64 |
#, fuzzy
|
65 |
msgid "Export created"
|
66 |
msgstr "エクスポートオプション"
|
67 |
|
68 |
+
#: adrotate-functions.php:844
|
69 |
+
msgid ""
|
70 |
+
"Advert HTML generated and placed in the AdCode field. Configure your advert "
|
71 |
+
"below."
|
72 |
+
msgstr ""
|
73 |
+
|
74 |
+
#: adrotate-functions.php:849
|
75 |
msgid "Settings saved"
|
76 |
msgstr "設定を保存します。"
|
77 |
|
78 |
+
#: adrotate-functions.php:853
|
79 |
msgid "Database optimized"
|
80 |
msgstr "データベースの最適化"
|
81 |
|
82 |
+
#: adrotate-functions.php:857
|
83 |
msgid "Database repaired"
|
84 |
msgstr "データベースの修復"
|
85 |
|
86 |
+
#: adrotate-functions.php:861
|
87 |
#, fuzzy
|
88 |
msgid "Ads evaluated and statuses have been corrected where required"
|
89 |
msgstr "広告"
|
90 |
|
91 |
+
#: adrotate-functions.php:865
|
92 |
#, fuzzy
|
93 |
#| msgid "Clean-up Database"
|
94 |
msgid "Cleanup complete"
|
95 |
msgstr "データベースのクリーンアップ"
|
96 |
|
97 |
+
#: adrotate-functions.php:870
|
98 |
msgid "Action prohibited"
|
99 |
msgstr "今の操作は禁止されました。"
|
100 |
|
101 |
+
#: adrotate-functions.php:874
|
102 |
msgid ""
|
103 |
"The ad was saved but has an issue which might prevent it from working "
|
104 |
"properly. Review the colored ad."
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: adrotate-functions.php:878
|
108 |
msgid "No data found in selected time period"
|
109 |
msgstr "選ばれた期間が見つかりません。"
|
110 |
|
111 |
+
#: adrotate-functions.php:882
|
112 |
msgid "Database can only be optimized or cleaned once every hour"
|
113 |
msgstr "データベースは、1時間ごとに最適化または洗浄することができます。"
|
114 |
|
115 |
+
#: adrotate-functions.php:886
|
116 |
msgid "Form can not be (partially) empty!"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: adrotate-functions.php:890
|
120 |
msgid "No ads found."
|
121 |
msgstr ""
|
122 |
|
123 |
+
#: adrotate-functions.php:894
|
124 |
msgid "Unexpected error"
|
125 |
msgstr ""
|
126 |
|
127 |
+
#: adrotate-manage-publisher.php:798
|
128 |
msgid "AdRotate Advertiser"
|
129 |
msgstr ""
|
130 |
|
233 |
msgid "Your AdRotate Banner folder is not writable or does not exist."
|
234 |
msgstr ""
|
235 |
|
236 |
+
#: adrotate-output.php:685 dashboard/adrotatepro.php:87
|
237 |
#: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:89
|
238 |
#: dashboard/adrotatepro.php:90 dashboard/adrotatepro.php:99
|
239 |
#: dashboard/adrotatepro.php:100 dashboard/adrotatepro.php:101
|
240 |
+
#: dashboard/adrotatepro.php:102 dashboard/info.php:83 dashboard/info.php:84
|
241 |
+
#: dashboard/info.php:85 dashboard/info.php:86 dashboard/info.php:90
|
242 |
+
#: dashboard/info.php:91 dashboard/info.php:92 dashboard/info.php:93
|
243 |
#: dashboard/settings/geotargeting.php:35
|
244 |
#, fuzzy
|
245 |
msgid "Buy now"
|
246 |
msgstr "継続する場合は対応して下さい。"
|
247 |
|
248 |
+
#: adrotate-output.php:686
|
249 |
msgid ""
|
250 |
+
"If you like <strong>AdRotate</strong>, please consider upgrading to the "
|
251 |
+
"<strong>PRO</strong> version and get more features."
|
252 |
msgstr ""
|
253 |
|
254 |
+
#: adrotate-output.php:686
|
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:686
|
261 |
+
#, fuzzy
|
262 |
+
msgid "Thank you for your support!"
|
263 |
+
msgstr "データベースのバックアップを取りましたか?"
|
264 |
|
265 |
+
#: adrotate-output.php:747
|
266 |
msgid ""
|
267 |
"Thank you for choosing AdRotate. Everything related to AdRotate is in this "
|
268 |
"menu. If you need help getting started take a look at the"
|
269 |
msgstr ""
|
270 |
|
271 |
+
#: adrotate-output.php:747
|
272 |
msgid "manuals"
|
273 |
msgstr "マニュアル(英語サイト)"
|
274 |
|
275 |
+
#: adrotate-output.php:747 adrotate-output.php:817
|
276 |
msgid "and"
|
277 |
msgstr ""
|
278 |
|
279 |
+
#: adrotate-output.php:747
|
280 |
#, fuzzy
|
281 |
msgid "forums"
|
282 |
msgstr "フォーラム"
|
283 |
|
284 |
+
#: adrotate-output.php:780
|
285 |
#, fuzzy
|
286 |
msgid "Useful Links"
|
287 |
msgstr "役に立つ情報"
|
288 |
|
289 |
+
#: adrotate-output.php:781
|
290 |
msgid "Useful links to learn more about AdRotate"
|
291 |
msgstr ""
|
292 |
|
293 |
+
#: adrotate-output.php:783
|
294 |
msgid "AdRotate website"
|
295 |
msgstr ""
|
296 |
|
297 |
+
#: adrotate-output.php:784
|
298 |
#, fuzzy
|
299 |
msgid "Getting Started With AdRotate"
|
300 |
msgstr ""
|
301 |
"通常のユーザーはAdRotateやその統計を必要としません。その為、購読ユーザーなど"
|
302 |
"にはAdRotateのダッシュボード等を見せる必要がありませんので、活用して下さい。"
|
303 |
|
304 |
+
#: adrotate-output.php:785
|
305 |
#, fuzzy
|
306 |
msgid "AdRotate manuals"
|
307 |
msgstr "AdRotate Blog"
|
308 |
|
309 |
+
#: adrotate-output.php:786
|
310 |
#, fuzzy
|
311 |
msgid "AdRotate Support Forum"
|
312 |
msgstr "AdRotate Blog"
|
313 |
|
314 |
+
#: adrotate-output.php:809 dashboard/info.php:49
|
315 |
#, fuzzy
|
316 |
msgid "Support AdRotate"
|
317 |
msgstr "AdRotate Blog"
|
318 |
|
319 |
+
#: adrotate-output.php:810
|
320 |
msgid "Check out my website"
|
321 |
msgstr ""
|
322 |
|
323 |
+
#: adrotate-output.php:817
|
324 |
msgid ""
|
325 |
"Many users only think to review AdRotate when something goes wrong while "
|
326 |
"thousands of people happily use AdRotate."
|
327 |
msgstr ""
|
328 |
|
329 |
+
#: adrotate-output.php:817
|
330 |
msgid "If you find AdRotate useful please leave your"
|
331 |
msgstr ""
|
332 |
|
333 |
+
#: adrotate-output.php:817
|
334 |
msgid "rating"
|
335 |
msgstr ""
|
336 |
|
337 |
+
#: adrotate-output.php:817
|
338 |
#, fuzzy
|
339 |
msgid "review"
|
340 |
msgstr "全般レポートを見れる権限"
|
341 |
|
342 |
+
#: adrotate-output.php:817
|
343 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
344 |
msgstr ""
|
345 |
|
346 |
+
#: adrotate-output.php:843 dashboard/settings/notifications.php:50
|
347 |
#: dashboard/settings/notifications.php:80
|
348 |
#, fuzzy
|
349 |
msgid "Available in AdRotate Pro"
|
350 |
msgstr "AdRotate Blog"
|
351 |
|
352 |
+
#: adrotate-output.php:843
|
353 |
#, fuzzy
|
354 |
msgid "More information..."
|
355 |
msgstr "ユーザーえー助演について知りたい方はこちらから。"
|
356 |
|
357 |
+
#: adrotate-output.php:844
|
358 |
#, fuzzy
|
359 |
msgid "This feature is available in AdRotate Pro"
|
360 |
msgstr "この機能は使いません。"
|
361 |
|
362 |
+
#: adrotate-output.php:844
|
363 |
#, fuzzy
|
364 |
msgid "Learn more"
|
365 |
msgstr "ユーザーえー助演について知りたい方はこちらから。"
|
366 |
|
367 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:220
|
368 |
#: dashboard/publisher/adverts-edit.php:241
|
369 |
msgid "January"
|
370 |
msgstr "1月"
|
371 |
|
372 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:221
|
373 |
#: dashboard/publisher/adverts-edit.php:242
|
374 |
msgid "February"
|
375 |
msgstr "2月"
|
376 |
|
377 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:222
|
378 |
#: dashboard/publisher/adverts-edit.php:243
|
379 |
msgid "March"
|
380 |
msgstr "3月"
|
381 |
|
382 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:223
|
383 |
#: dashboard/publisher/adverts-edit.php:244
|
384 |
msgid "April"
|
385 |
msgstr "4月"
|
386 |
|
387 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:224
|
388 |
#: dashboard/publisher/adverts-edit.php:245
|
389 |
msgid "May"
|
390 |
msgstr "5月"
|
391 |
|
392 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:225
|
393 |
#: dashboard/publisher/adverts-edit.php:246
|
394 |
msgid "June"
|
395 |
msgstr "6月"
|
396 |
|
397 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:226
|
398 |
#: dashboard/publisher/adverts-edit.php:247
|
399 |
msgid "July"
|
400 |
msgstr "7月"
|
401 |
|
402 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:227
|
403 |
#: dashboard/publisher/adverts-edit.php:248
|
404 |
msgid "August"
|
405 |
msgstr "8月"
|
406 |
|
407 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:228
|
408 |
#: dashboard/publisher/adverts-edit.php:249
|
409 |
msgid "September"
|
410 |
msgstr "9月"
|
411 |
|
412 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:229
|
413 |
#: dashboard/publisher/adverts-edit.php:250
|
414 |
msgid "October"
|
415 |
msgstr "10月"
|
416 |
|
417 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:230
|
418 |
#: dashboard/publisher/adverts-edit.php:251
|
419 |
msgid "November"
|
420 |
msgstr "11月"
|
421 |
|
422 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:231
|
423 |
#: dashboard/publisher/adverts-edit.php:252
|
424 |
msgid "December"
|
425 |
msgstr "12月"
|
426 |
|
427 |
+
#: adrotate-statistics.php:169
|
428 |
#, fuzzy
|
429 |
msgid "Previous"
|
430 |
msgstr "プレビュー"
|
431 |
|
432 |
+
#: adrotate-statistics.php:171 dashboard/publisher/statistics-advert.php:67
|
433 |
+
#: dashboard/publisher/statistics-group.php:73
|
434 |
+
#: dashboard/publisher/statistics-main.php:37
|
435 |
msgid "This month"
|
436 |
msgstr ""
|
437 |
|
438 |
+
#: adrotate-statistics.php:172
|
439 |
msgid "Next"
|
440 |
msgstr ""
|
441 |
|
442 |
+
#: adrotate-statistics.php:267
|
443 |
msgid "No data to show!"
|
444 |
msgstr "表示できるデータがありません。"
|
445 |
|
446 |
+
#: adrotate-statistics.php:344 adrotate-statistics.php:345
|
447 |
+
#, fuzzy
|
448 |
+
#| msgid "No files found"
|
449 |
+
msgid "Not found"
|
450 |
+
msgstr "ファイルが見つかりません。"
|
451 |
+
|
452 |
#: adrotate-widget.php:116
|
453 |
msgid "Title (optional):"
|
454 |
msgstr "タイトル(オプション):"
|
505 |
#: adrotate.php:105 dashboard/info.php:40
|
506 |
#: dashboard/publisher/adverts-edit.php:458
|
507 |
#: dashboard/publisher/groups-main.php:34
|
508 |
+
#: dashboard/publisher/schedules-main.php:34
|
509 |
+
#: dashboard/publisher/statistics-main.php:24
|
510 |
#, fuzzy
|
511 |
msgid "Adverts"
|
512 |
msgstr "新しい広告の承認"
|
515 |
msgid "Groups"
|
516 |
msgstr "グループ"
|
517 |
|
518 |
+
#: adrotate.php:107 adrotate.php:348
|
519 |
+
#, fuzzy
|
520 |
+
msgid "Schedules"
|
521 |
+
msgstr ""
|
522 |
+
"最大のクリック数と表示回数が設定されたスケジュールのみで測定されています。そ"
|
523 |
+
"れぞれのスケジュールで上限を設定できます!"
|
524 |
+
|
525 |
+
#: adrotate.php:108 adrotate.php:388 dashboard/publisher/adverts-edit.php:167
|
526 |
+
#: dashboard/publisher/statistics-main.php:12
|
527 |
+
#: dashboard/settings/statistics.php:17
|
528 |
+
msgid "Statistics"
|
529 |
+
msgstr "統計"
|
530 |
+
|
531 |
+
#: adrotate.php:109
|
532 |
+
#, fuzzy
|
533 |
+
#| msgid "Media:"
|
534 |
+
msgid "Media"
|
535 |
+
msgstr "画像リンク先URL:"
|
536 |
+
|
537 |
+
#: adrotate.php:110
|
538 |
msgid "Settings"
|
539 |
msgstr "設定"
|
540 |
|
541 |
+
#: adrotate.php:131
|
542 |
#, fuzzy
|
543 |
msgid "AdRotate Info"
|
544 |
msgstr "AdRotate Blog"
|
545 |
|
546 |
+
#: adrotate.php:149
|
547 |
#, fuzzy
|
548 |
msgid "AdRotate Professional"
|
549 |
msgstr "AdRotate Blog"
|
550 |
|
551 |
+
#: adrotate.php:189
|
552 |
msgid "Advert Management"
|
553 |
msgstr ""
|
554 |
|
555 |
+
#: adrotate.php:249 adrotate.php:317
|
556 |
msgid "Manage"
|
557 |
msgstr "管理"
|
558 |
|
559 |
+
#: adrotate.php:250
|
560 |
+
#, fuzzy
|
561 |
+
msgid "Generator"
|
562 |
+
msgstr "一般設定"
|
563 |
+
|
564 |
+
#: adrotate.php:251 adrotate.php:318
|
565 |
msgid "Add New"
|
566 |
msgstr "新規追加"
|
567 |
|
568 |
+
#: adrotate.php:311
|
569 |
msgid "Group Management"
|
570 |
msgstr "グループの管理"
|
571 |
|
572 |
+
#: adrotate.php:442
|
573 |
+
msgid "Media and Assets"
|
574 |
+
msgstr ""
|
575 |
+
|
576 |
+
#: adrotate.php:446
|
577 |
+
msgid ""
|
578 |
+
"Upload images to the AdRotate Pro banners folder from here. This is useful "
|
579 |
+
"if you have HTML5 adverts containing multiple files."
|
580 |
+
msgstr ""
|
581 |
|
582 |
+
#: adrotate.php:446 dashboard/publisher/schedules-main.php:13
|
583 |
+
#, fuzzy
|
584 |
+
msgid "Get more features"
|
585 |
+
msgstr ""
|
586 |
+
"通常のユーザーはAdRotateやその統計を必要としません。その為、購読ユーザーなど"
|
587 |
+
"にはAdRotateのダッシュボード等を見せる必要がありませんので、活用して下さい。"
|
588 |
+
|
589 |
+
#: adrotate.php:446 dashboard/publisher/schedules-main.php:13
|
590 |
+
#, fuzzy
|
591 |
+
msgid "Get AdRotate Pro"
|
592 |
+
msgstr "AdRotate Blog"
|
593 |
+
|
594 |
+
#: adrotate.php:474
|
595 |
msgid "AdRotate Settings"
|
596 |
msgstr "AdRotate 設定"
|
597 |
|
598 |
+
#: adrotate.php:479 dashboard/publisher/statistics-main.php:17
|
599 |
#, fuzzy
|
600 |
msgid "General"
|
601 |
msgstr "一般設定"
|
602 |
|
603 |
+
#: adrotate.php:480 dashboard/settings/notifications.php:18
|
604 |
msgid "Notifications"
|
605 |
msgstr "通知先"
|
606 |
|
607 |
+
#: adrotate.php:481 dashboard/publisher/adverts-disabled.php:69
|
608 |
#: dashboard/publisher/adverts-error.php:63
|
609 |
#: dashboard/publisher/adverts-main.php:81
|
610 |
#: dashboard/publisher/groups-main.php:70
|
612 |
msgid "Stats"
|
613 |
msgstr "統計リセット"
|
614 |
|
615 |
+
#: adrotate.php:482 dashboard/publisher/adverts-edit.php:359
|
616 |
#: dashboard/publisher/groups-edit.php:180
|
617 |
#: dashboard/settings/advertisers.php:38
|
618 |
msgid "Geo Targeting"
|
619 |
msgstr ""
|
620 |
|
621 |
+
#: adrotate.php:483 dashboard/settings/notifications.php:72
|
622 |
#, fuzzy
|
623 |
msgid "Advertisers"
|
624 |
msgstr "広告主から提出された広告を承認する権限"
|
625 |
|
626 |
+
#: adrotate.php:484 dashboard/settings/roles.php:17
|
627 |
msgid "Roles"
|
628 |
msgstr ""
|
629 |
|
630 |
+
#: adrotate.php:485
|
631 |
msgid "Misc"
|
632 |
msgstr ""
|
633 |
|
634 |
+
#: adrotate.php:486 dashboard/settings/maintenance.php:16
|
635 |
msgid "Maintenance"
|
636 |
msgstr "メンテナンス"
|
637 |
|
734 |
msgstr ""
|
735 |
|
736 |
#: dashboard/adrotatepro.php:83 dashboard/adrotatepro.php:95
|
737 |
+
#: dashboard/info.php:79
|
738 |
#, fuzzy
|
739 |
msgid "Buy AdRotate Professional"
|
740 |
msgstr "AdRotate Blog"
|
741 |
|
742 |
+
#: dashboard/adrotatepro.php:87 dashboard/info.php:83
|
743 |
msgid "Single License"
|
744 |
msgstr ""
|
745 |
|
746 |
+
#: dashboard/adrotatepro.php:87 dashboard/info.php:83
|
747 |
msgid "One WordPress installation."
|
748 |
msgstr ""
|
749 |
|
750 |
#: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:100
|
751 |
+
#: dashboard/info.php:84 dashboard/info.php:91
|
752 |
msgid "Duo License"
|
753 |
msgstr ""
|
754 |
|
755 |
+
#: dashboard/adrotatepro.php:88 dashboard/info.php:84
|
756 |
msgid "Two WordPress installations."
|
757 |
msgstr ""
|
758 |
|
759 |
#: dashboard/adrotatepro.php:89 dashboard/adrotatepro.php:101
|
760 |
+
#: dashboard/info.php:85 dashboard/info.php:92
|
761 |
msgid "Multi License"
|
762 |
msgstr ""
|
763 |
|
764 |
+
#: dashboard/adrotatepro.php:89 dashboard/info.php:85
|
765 |
msgid "Up to five WordPress installations."
|
766 |
msgstr ""
|
767 |
|
768 |
#: dashboard/adrotatepro.php:90 dashboard/adrotatepro.php:102
|
769 |
+
#: dashboard/info.php:86 dashboard/info.php:93
|
770 |
#, fuzzy
|
771 |
msgid "Developer License"
|
772 |
msgstr "開発者向けデバッグ"
|
773 |
|
774 |
+
#: dashboard/adrotatepro.php:90 dashboard/info.php:86
|
775 |
msgid "Unlimited WordPress installations and/or networks."
|
776 |
msgstr ""
|
777 |
|
778 |
#: dashboard/adrotatepro.php:91 dashboard/adrotatepro.php:104
|
779 |
+
#: dashboard/info.php:87 dashboard/info.php:95
|
780 |
msgid "Compare licenses"
|
781 |
msgstr ""
|
782 |
|
783 |
+
#: dashboard/adrotatepro.php:91 dashboard/info.php:87
|
784 |
msgid "Not sure which license is for you? Compare them..."
|
785 |
msgstr ""
|
786 |
|
787 |
+
#: dashboard/adrotatepro.php:91 dashboard/info.php:87
|
788 |
#, fuzzy
|
789 |
msgid "All Licenses"
|
790 |
msgstr "すべての広告の再評価"
|
791 |
|
792 |
+
#: dashboard/adrotatepro.php:99 dashboard/info.php:90
|
793 |
msgid "Lifetime License"
|
794 |
msgstr ""
|
795 |
|
796 |
+
#: dashboard/adrotatepro.php:99 dashboard/info.php:90
|
797 |
msgid "Single installation."
|
798 |
msgstr ""
|
799 |
|
800 |
+
#: dashboard/adrotatepro.php:100 dashboard/info.php:91
|
801 |
msgid "Up to 2 installations."
|
802 |
msgstr ""
|
803 |
|
804 |
+
#: dashboard/adrotatepro.php:101 dashboard/info.php:92
|
805 |
msgid "Up to 10 installations."
|
806 |
msgstr ""
|
807 |
|
808 |
+
#: dashboard/adrotatepro.php:102 dashboard/info.php:93
|
809 |
msgid "Up to 25 installations or multisite networks."
|
810 |
msgstr ""
|
811 |
|
812 |
+
#: dashboard/adrotatepro.php:103 dashboard/info.php:94
|
813 |
msgid ""
|
814 |
"Subscriptions get 1 year access to updates, email support & AdRotate Geo."
|
815 |
msgstr ""
|
816 |
|
817 |
+
#: dashboard/adrotatepro.php:104 dashboard/info.php:95
|
818 |
msgid "Not sure which license is for you?"
|
819 |
msgstr ""
|
820 |
|
821 |
+
#: dashboard/adrotatepro.php:104 dashboard/info.php:95
|
822 |
msgid "Compare Licenses"
|
823 |
msgstr ""
|
824 |
|
856 |
"for updates about me and my plugins. Thank you!"
|
857 |
msgstr ""
|
858 |
|
859 |
+
#: dashboard/info.php:59
|
860 |
msgid "Arnan de Gans News & Updates"
|
861 |
msgstr ""
|
862 |
|
863 |
+
#: dashboard/info.php:100
|
864 |
msgid "Join the Media.net advertising network"
|
865 |
msgstr ""
|
866 |
|
872 |
#: dashboard/publisher/adverts-error.php:19
|
873 |
#: dashboard/publisher/adverts-main.php:20
|
874 |
#: dashboard/publisher/groups-main.php:20
|
875 |
+
#: dashboard/publisher/schedules-main.php:21
|
876 |
msgid "Bulk Actions"
|
877 |
msgstr "一括操作"
|
878 |
|
883 |
|
884 |
#: dashboard/publisher/adverts-disabled.php:22
|
885 |
#: dashboard/publisher/adverts-error.php:21
|
886 |
+
#: dashboard/publisher/adverts-main.php:22 dashboard/publisher/media.php:60
|
887 |
msgid "Delete"
|
888 |
msgstr "削除"
|
889 |
|
897 |
#: dashboard/publisher/adverts-error.php:29
|
898 |
#: dashboard/publisher/adverts-main.php:30
|
899 |
#: dashboard/publisher/groups-main.php:24
|
900 |
+
#: dashboard/publisher/schedules-main.php:22
|
901 |
msgid "Go"
|
902 |
msgstr "実行"
|
903 |
|
905 |
#: dashboard/publisher/adverts-error.php:39
|
906 |
#: dashboard/publisher/adverts-main.php:39
|
907 |
#: dashboard/publisher/groups-main.php:32
|
908 |
+
#: dashboard/publisher/schedules-main.php:31
|
909 |
#, fuzzy
|
910 |
msgid "ID"
|
911 |
msgstr "広告ブロック - ブロックIDを使ってください。"
|
913 |
#: dashboard/publisher/adverts-disabled.php:36
|
914 |
#: dashboard/publisher/adverts-error.php:41
|
915 |
#: dashboard/publisher/adverts-main.php:40
|
916 |
+
#: dashboard/publisher/schedules-main.php:32
|
917 |
msgid "Start / End"
|
918 |
msgstr ""
|
919 |
|
921 |
#: dashboard/publisher/adverts-error.php:40
|
922 |
#: dashboard/publisher/adverts-main.php:41
|
923 |
#: dashboard/publisher/groups-edit.php:51
|
924 |
+
#: dashboard/publisher/groups-main.php:33 dashboard/publisher/media.php:30
|
925 |
+
#: dashboard/publisher/schedules-main.php:33
|
926 |
msgid "Name"
|
927 |
msgstr "名前"
|
928 |
|
936 |
|
937 |
#: dashboard/publisher/adverts-disabled.php:40
|
938 |
#: dashboard/publisher/adverts-main.php:45
|
|
|
|
|
939 |
#: dashboard/publisher/groups-edit.php:334
|
940 |
#: dashboard/publisher/groups-main.php:38
|
941 |
+
#: dashboard/publisher/statistics-advert.php:53
|
942 |
+
#: dashboard/publisher/statistics-advert.php:59
|
943 |
+
#: dashboard/publisher/statistics-advert.php:73
|
944 |
+
#: dashboard/publisher/statistics-advert.php:79
|
945 |
+
#: dashboard/publisher/statistics-advert.php:100
|
946 |
+
#: dashboard/publisher/statistics-group.php:59
|
947 |
+
#: dashboard/publisher/statistics-group.php:65
|
948 |
+
#: dashboard/publisher/statistics-group.php:79
|
949 |
+
#: dashboard/publisher/statistics-group.php:85
|
950 |
+
#: dashboard/publisher/statistics-group.php:104
|
951 |
+
#: dashboard/publisher/statistics-main.php:29
|
952 |
+
#: dashboard/publisher/statistics-main.php:43
|
953 |
+
#: dashboard/publisher/statistics-main.php:47
|
954 |
+
#: dashboard/publisher/statistics-main.php:65
|
955 |
msgid "Clicks"
|
956 |
msgstr "クリック"
|
957 |
|
958 |
#: dashboard/publisher/adverts-disabled.php:41
|
959 |
#: dashboard/publisher/adverts-main.php:47
|
960 |
+
#: dashboard/publisher/statistics-advert.php:54
|
961 |
+
#: dashboard/publisher/statistics-advert.php:60
|
962 |
+
#: dashboard/publisher/statistics-advert.php:74
|
963 |
+
#: dashboard/publisher/statistics-advert.php:80
|
964 |
+
#: dashboard/publisher/statistics-advert.php:101
|
965 |
+
#: dashboard/publisher/statistics-group.php:60
|
966 |
+
#: dashboard/publisher/statistics-group.php:66
|
967 |
+
#: dashboard/publisher/statistics-group.php:80
|
968 |
+
#: dashboard/publisher/statistics-group.php:86
|
969 |
+
#: dashboard/publisher/statistics-group.php:105
|
970 |
+
#: dashboard/publisher/statistics-main.php:30
|
971 |
+
#: dashboard/publisher/statistics-main.php:44
|
972 |
+
#: dashboard/publisher/statistics-main.php:48
|
973 |
+
#: dashboard/publisher/statistics-main.php:66
|
974 |
msgid "CTR"
|
975 |
msgstr ""
|
976 |
|
1068 |
msgstr "設定例:"
|
1069 |
|
1070 |
#: dashboard/publisher/adverts-edit.php:129
|
1071 |
+
msgid "Get adverts from Media.net"
|
1072 |
msgstr ""
|
1073 |
|
1074 |
#: dashboard/publisher/adverts-edit.php:134
|
1125 |
"ている場合は実ページでご確認下さい。"
|
1126 |
|
1127 |
#: dashboard/publisher/adverts-edit.php:150
|
1128 |
+
#: dashboard/publisher/adverts-generator.php:46
|
1129 |
msgid "Banner asset"
|
1130 |
msgstr ""
|
1131 |
|
1139 |
msgstr "バナー画像"
|
1140 |
|
1141 |
#: dashboard/publisher/adverts-edit.php:155
|
1142 |
+
#: dashboard/publisher/adverts-generator.php:53
|
1143 |
msgid "- OR -"
|
1144 |
msgstr "- もしくは -"
|
1145 |
|
1163 |
"上記の画像リンクかドロップダウンかを利用します。画像リンクが入力されている場"
|
1164 |
"合はそちらが優先されます。"
|
1165 |
|
|
|
|
|
|
|
|
|
|
|
1166 |
#: dashboard/publisher/adverts-edit.php:169
|
1167 |
msgid "Enable click and impression tracking for this advert."
|
1168 |
msgstr ""
|
1194 |
"にはAdRotateのダッシュボード等を見せる必要がありませんので、活用して下さい。"
|
1195 |
|
1196 |
#: dashboard/publisher/adverts-edit.php:188
|
1197 |
+
#: dashboard/publisher/adverts-edit.php:288
|
1198 |
+
#: dashboard/publisher/adverts-edit.php:357
|
1199 |
+
#: dashboard/publisher/adverts-edit.php:428
|
1200 |
#: dashboard/publisher/adverts-main.php:105
|
1201 |
#: dashboard/publisher/groups-edit.php:71
|
1202 |
+
#: dashboard/publisher/groups-edit.php:191
|
1203 |
+
#: dashboard/publisher/groups-main.php:89 dashboard/publisher/media.php:73
|
1204 |
+
#: dashboard/publisher/schedules-main.php:89
|
1205 |
+
#: dashboard/publisher/statistics-advert.php:140
|
1206 |
+
#: dashboard/publisher/statistics-group.php:112
|
1207 |
+
#: dashboard/publisher/statistics-main.php:73
|
1208 |
#, fuzzy
|
1209 |
+
msgid "Upgrade now"
|
1210 |
+
msgstr "本日"
|
1211 |
|
1212 |
#: dashboard/publisher/adverts-edit.php:191
|
1213 |
#: dashboard/publisher/adverts-edit.php:291
|
1221 |
#: dashboard/publisher/adverts-edit.php:292
|
1222 |
#: dashboard/publisher/adverts-edit.php:448
|
1223 |
#: dashboard/publisher/adverts-edit.php:489
|
1224 |
+
#: dashboard/publisher/adverts-generator.php:129
|
1225 |
#: dashboard/publisher/groups-edit.php:150
|
1226 |
#: dashboard/publisher/groups-edit.php:299
|
1227 |
#: dashboard/publisher/groups-edit.php:391
|
1315 |
"Pro."
|
1316 |
msgstr ""
|
1317 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1318 |
#: dashboard/publisher/adverts-edit.php:295
|
1319 |
#: dashboard/publisher/groups-edit.php:153
|
1320 |
#, fuzzy
|
1527 |
msgid "Expired"
|
1528 |
msgstr "個の広告が期限切れです。"
|
1529 |
|
1530 |
+
#: dashboard/publisher/adverts-generator.php:35
|
1531 |
+
#, fuzzy
|
1532 |
+
msgid "Generate Advert Code"
|
1533 |
+
msgstr "新しい広告の承認"
|
1534 |
+
|
1535 |
+
#: dashboard/publisher/adverts-generator.php:36
|
1536 |
+
msgid ""
|
1537 |
+
"Use the Generator if you have received a target url, banner image and/or "
|
1538 |
+
"some separate files with a description on how to use those. The AdRotate "
|
1539 |
+
"Generator will take your bits and pieces and try to generate a working "
|
1540 |
+
"adcode from it."
|
1541 |
+
msgstr ""
|
1542 |
+
|
1543 |
+
#: dashboard/publisher/adverts-generator.php:38
|
1544 |
+
msgid ""
|
1545 |
+
"If you have a complete and working ad code / ad tag you do not use the "
|
1546 |
+
"Generator. You can simply paste that code in the AdCode field when creating "
|
1547 |
+
"your advert. For example as provided by Media.net or Google AdSense among "
|
1548 |
+
"others."
|
1549 |
+
msgstr ""
|
1550 |
+
|
1551 |
+
#: dashboard/publisher/adverts-generator.php:40
|
1552 |
+
#, fuzzy
|
1553 |
+
msgid "Basic advert"
|
1554 |
+
msgstr "統計 "
|
1555 |
+
|
1556 |
+
#: dashboard/publisher/adverts-generator.php:41
|
1557 |
+
msgid ""
|
1558 |
+
"This is a regular advert consisting of an image and a link, made up from "
|
1559 |
+
"HTML code."
|
1560 |
+
msgstr ""
|
1561 |
+
|
1562 |
+
#: dashboard/publisher/adverts-generator.php:50
|
1563 |
+
#: dashboard/publisher/adverts-generator.php:99
|
1564 |
+
#, fuzzy
|
1565 |
+
#| msgid "No image selected"
|
1566 |
+
msgid "No file selected"
|
1567 |
+
msgstr "画像は設定されていません。"
|
1568 |
+
|
1569 |
+
#: dashboard/publisher/adverts-generator.php:52
|
1570 |
+
#: dashboard/publisher/adverts-generator.php:101
|
1571 |
+
msgid "Is your file not listed? Upload it via the AdRotate Media Manager."
|
1572 |
+
msgstr ""
|
1573 |
+
|
1574 |
+
#: dashboard/publisher/adverts-generator.php:54
|
1575 |
+
msgid "Visible text if this is a text link banner."
|
1576 |
+
msgstr ""
|
1577 |
+
|
1578 |
+
#: dashboard/publisher/adverts-generator.php:54
|
1579 |
+
#, fuzzy
|
1580 |
+
#| msgid ""
|
1581 |
+
#| "Use either the text field or the dropdown. If the textfield has content "
|
1582 |
+
#| "that field has priority."
|
1583 |
+
msgid ""
|
1584 |
+
"Use either the dropdown or the text field. If the dropdown is used, that "
|
1585 |
+
"field has priority."
|
1586 |
+
msgstr ""
|
1587 |
+
"上記の画像リンクかドロップダウンかを利用します。画像リンクが入力されている場"
|
1588 |
+
"合はそちらが優先されます。"
|
1589 |
+
|
1590 |
+
#: dashboard/publisher/adverts-generator.php:59
|
1591 |
+
#, fuzzy
|
1592 |
+
msgid "Target website"
|
1593 |
+
msgstr "開発者のWEBサイトは以下です。"
|
1594 |
+
|
1595 |
+
#: dashboard/publisher/adverts-generator.php:61
|
1596 |
+
msgid "Where does the person clicking the advert go?"
|
1597 |
+
msgstr ""
|
1598 |
+
|
1599 |
+
#: dashboard/publisher/adverts-generator.php:65
|
1600 |
+
msgid "Target window"
|
1601 |
+
msgstr ""
|
1602 |
+
|
1603 |
+
#: dashboard/publisher/adverts-generator.php:67
|
1604 |
+
#: dashboard/publisher/adverts-generator.php:73
|
1605 |
+
#: dashboard/publisher/adverts-generator.php:119
|
1606 |
+
#, fuzzy
|
1607 |
+
msgid "Available in AdRotate Pro."
|
1608 |
+
msgstr "AdRotate Blog"
|
1609 |
+
|
1610 |
+
#: dashboard/publisher/adverts-generator.php:67
|
1611 |
+
msgid "Open the target website in a new window?"
|
1612 |
+
msgstr ""
|
1613 |
+
|
1614 |
+
#: dashboard/publisher/adverts-generator.php:71
|
1615 |
+
msgid "NoFollow"
|
1616 |
+
msgstr ""
|
1617 |
+
|
1618 |
+
#: dashboard/publisher/adverts-generator.php:73
|
1619 |
+
msgid "Tell crawlers and search engines not to follow the target website url?"
|
1620 |
+
msgstr ""
|
1621 |
+
|
1622 |
+
#: dashboard/publisher/adverts-generator.php:77
|
1623 |
+
#: dashboard/publisher/adverts-generator.php:106
|
1624 |
+
#: dashboard/publisher/groups-edit.php:95
|
1625 |
+
msgid "Advert size"
|
1626 |
+
msgstr ""
|
1627 |
+
|
1628 |
+
#: dashboard/publisher/adverts-generator.php:79
|
1629 |
+
#: dashboard/publisher/adverts-generator.php:108
|
1630 |
+
#, fuzzy
|
1631 |
+
#| msgid "pixel(s) wide"
|
1632 |
+
msgid "px wide"
|
1633 |
+
msgstr "ピクセル(幅)"
|
1634 |
+
|
1635 |
+
#: dashboard/publisher/adverts-generator.php:80
|
1636 |
+
#: dashboard/publisher/adverts-generator.php:109
|
1637 |
+
#, fuzzy
|
1638 |
+
#| msgid "pixel(s) high."
|
1639 |
+
msgid "px high."
|
1640 |
+
msgstr "ピクセル(高さ)"
|
1641 |
+
|
1642 |
+
#: dashboard/publisher/adverts-generator.php:81
|
1643 |
+
#: dashboard/publisher/adverts-generator.php:110
|
1644 |
+
#, fuzzy
|
1645 |
+
#| msgid ""
|
1646 |
+
#| "Define the maximum size of the ads in pixels. Height can be "
|
1647 |
+
#| "'auto' (Default: 125/125)"
|
1648 |
+
msgid "Define the maximum size of the adverts in pixels."
|
1649 |
+
msgstr ""
|
1650 |
+
"ピクセル単位で広告の最大サイズを定義します。高さは 'auto'を指定できます。"
|
1651 |
+
|
1652 |
+
#: dashboard/publisher/adverts-generator.php:81
|
1653 |
+
#: dashboard/publisher/adverts-generator.php:119
|
1654 |
+
#, fuzzy
|
1655 |
+
msgid "(Optional)"
|
1656 |
+
msgstr "オプション:"
|
1657 |
+
|
1658 |
+
#: dashboard/publisher/adverts-generator.php:88
|
1659 |
+
msgid "HTML5 or Flash Advert"
|
1660 |
+
msgstr ""
|
1661 |
+
|
1662 |
+
#: dashboard/publisher/adverts-generator.php:89
|
1663 |
+
msgid ""
|
1664 |
+
"These are more advanced adverts, using a Flash file or HTML5 files. Try to "
|
1665 |
+
"avoid Flash. HTML5 is the new and better standard."
|
1666 |
+
msgstr ""
|
1667 |
+
|
1668 |
+
#: dashboard/publisher/adverts-generator.php:90
|
1669 |
+
msgid ""
|
1670 |
+
"If your HTML5 advert consists of multiple files, upload all files using the "
|
1671 |
+
"AdRotate Media Manager and select the HTML file here."
|
1672 |
+
msgstr ""
|
1673 |
+
|
1674 |
+
#: dashboard/publisher/adverts-generator.php:95
|
1675 |
+
msgid "HTML/Flash file"
|
1676 |
+
msgstr ""
|
1677 |
+
|
1678 |
+
#: dashboard/publisher/adverts-generator.php:114
|
1679 |
+
msgid "Flash clickTAG"
|
1680 |
+
msgstr ""
|
1681 |
+
|
1682 |
+
#: dashboard/publisher/adverts-generator.php:117
|
1683 |
+
msgid "Parameter"
|
1684 |
+
msgstr ""
|
1685 |
+
|
1686 |
+
#: dashboard/publisher/adverts-generator.php:118
|
1687 |
+
msgid "No clickTAG"
|
1688 |
+
msgstr ""
|
1689 |
+
|
1690 |
+
#: dashboard/publisher/adverts-generator.php:119
|
1691 |
+
msgid "URL"
|
1692 |
+
msgstr ""
|
1693 |
+
|
1694 |
+
#: dashboard/publisher/adverts-generator.php:119
|
1695 |
+
msgid ""
|
1696 |
+
"This option is ignored for HTML5 adverts. All choices do the exact same, but "
|
1697 |
+
"some developers write the parameter differently."
|
1698 |
+
msgstr ""
|
1699 |
+
|
1700 |
+
#: dashboard/publisher/adverts-generator.php:128
|
1701 |
+
msgid "Generate and Configure Advert"
|
1702 |
+
msgstr ""
|
1703 |
+
|
1704 |
+
#: dashboard/publisher/adverts-generator.php:129
|
1705 |
+
msgid "Always test your adverts before activating them."
|
1706 |
+
msgstr ""
|
1707 |
+
|
1708 |
+
#: dashboard/publisher/adverts-generator.php:132
|
1709 |
+
msgid "NOTE:"
|
1710 |
+
msgstr ""
|
1711 |
+
|
1712 |
+
#: dashboard/publisher/adverts-generator.php:132
|
1713 |
+
msgid ""
|
1714 |
+
"While the Code Generator has been tested and works, code generation, as "
|
1715 |
+
"always, is a interpretation of user input. If you provide the correct bits "
|
1716 |
+
"and pieces, a working advert may be generated. If you leave fields empty or "
|
1717 |
+
"insert the wrong info you probably end up with a broken advert."
|
1718 |
+
msgstr ""
|
1719 |
+
|
1720 |
+
#: dashboard/publisher/adverts-generator.php:132
|
1721 |
+
msgid ""
|
1722 |
+
"Based on your input and experiences later iterations of the Code Generator "
|
1723 |
+
"will be better and more feature rich."
|
1724 |
+
msgstr ""
|
1725 |
+
|
1726 |
#: dashboard/publisher/adverts-main.php:12
|
1727 |
msgid "Active Adverts"
|
1728 |
msgstr ""
|
1736 |
#: dashboard/publisher/adverts-main.php:46
|
1737 |
#: dashboard/publisher/groups-main.php:37
|
1738 |
#: dashboard/publisher/groups-main.php:39
|
1739 |
+
#: dashboard/publisher/statistics-advert.php:45
|
1740 |
+
#: dashboard/publisher/statistics-group.php:51
|
1741 |
msgid "Today"
|
1742 |
msgstr "本日"
|
1743 |
|
1745 |
msgid "No adverts created yet!"
|
1746 |
msgstr ""
|
1747 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1748 |
#: dashboard/publisher/groups-edit.php:43
|
1749 |
#, fuzzy
|
1750 |
msgid "New Group"
|
1807 |
msgid "Larger blocks will degrade your sites performance! Default: 2/2."
|
1808 |
msgstr ""
|
1809 |
|
|
|
|
|
|
|
|
|
1810 |
#: dashboard/publisher/groups-edit.php:97
|
1811 |
msgid "pixel(s) wide"
|
1812 |
msgstr "ピクセル(幅)"
|
2059 |
msgstr "個の広告が設定エラーになっています。"
|
2060 |
|
2061 |
#: dashboard/publisher/groups-edit.php:385
|
2062 |
+
#: dashboard/publisher/schedules-main.php:87
|
2063 |
#, fuzzy
|
2064 |
msgid "Expires soon."
|
2065 |
msgstr "これは出来る限り早く修正して下さい。"
|
2066 |
|
2067 |
#: dashboard/publisher/groups-edit.php:386
|
2068 |
+
#: dashboard/publisher/schedules-main.php:88
|
2069 |
#, fuzzy
|
2070 |
msgid "Has expired."
|
2071 |
msgstr "個の広告が期限切れです。"
|
2099 |
msgid "No groups created!"
|
2100 |
msgstr "グループがまだ作られていません。"
|
2101 |
|
2102 |
+
#: dashboard/publisher/media.php:17
|
2103 |
+
#, fuzzy
|
2104 |
+
msgid "Upload new file"
|
2105 |
+
msgstr "バナー画像"
|
2106 |
+
|
2107 |
+
#: dashboard/publisher/media.php:18
|
2108 |
+
#, fuzzy
|
2109 |
+
msgid "Accepted files:"
|
2110 |
+
msgstr ""
|
2111 |
+
"%image%を利用する場合は設定して下さい。利用可能はファイル形式は次のとおりで"
|
2112 |
+
"す。"
|
2113 |
+
|
2114 |
+
#: dashboard/publisher/media.php:18
|
2115 |
+
msgid "Maximum size is 512Kb per file."
|
2116 |
+
msgstr ""
|
2117 |
+
|
2118 |
+
#: dashboard/publisher/media.php:18
|
2119 |
+
msgid "Important:"
|
2120 |
+
msgstr ""
|
2121 |
+
|
2122 |
+
#: dashboard/publisher/media.php:18
|
2123 |
+
msgid ""
|
2124 |
+
"Make sure your file has no spaces or special characters in the name. Replace "
|
2125 |
+
"spaces with a - or _."
|
2126 |
+
msgstr ""
|
2127 |
+
|
2128 |
+
#: dashboard/publisher/media.php:18
|
2129 |
+
msgid ""
|
2130 |
+
"If you remove spaces from filenames for HTML5 adverts also edit the html "
|
2131 |
+
"file so it knows about the changed name. For example for the javascript file."
|
2132 |
+
msgstr ""
|
2133 |
+
|
2134 |
+
#: dashboard/publisher/media.php:21
|
2135 |
+
#, fuzzy
|
2136 |
+
msgid "Upload file"
|
2137 |
+
msgstr "バナー画像"
|
2138 |
+
|
2139 |
+
#: dashboard/publisher/media.php:21
|
2140 |
+
msgid "Click only once per file!"
|
2141 |
+
msgstr ""
|
2142 |
+
|
2143 |
+
#: dashboard/publisher/media.php:25
|
2144 |
+
#, fuzzy
|
2145 |
+
msgid "Available files in"
|
2146 |
+
msgstr "バナー画像"
|
2147 |
+
|
2148 |
+
#: dashboard/publisher/media.php:31
|
2149 |
+
#, fuzzy
|
2150 |
+
msgid "Actions"
|
2151 |
+
msgstr "一括操作"
|
2152 |
+
|
2153 |
+
#: dashboard/publisher/media.php:65
|
2154 |
+
#, fuzzy
|
2155 |
+
#| msgid "No files found"
|
2156 |
+
msgid "No files found!"
|
2157 |
+
msgstr "ファイルが見つかりません。"
|
2158 |
+
|
2159 |
+
#: dashboard/publisher/media.php:72
|
2160 |
+
msgid ""
|
2161 |
+
"Make sure the banner images are not in use by adverts when you delete them!"
|
2162 |
+
msgstr ""
|
2163 |
+
|
2164 |
+
#: dashboard/publisher/media.php:73 dashboard/publisher/schedules-main.php:89
|
2165 |
+
#: dashboard/publisher/statistics-advert.php:140
|
2166 |
+
#: dashboard/publisher/statistics-group.php:112
|
2167 |
+
#: dashboard/publisher/statistics-main.php:73
|
2168 |
+
#, fuzzy
|
2169 |
+
msgid "Get more features with AdRotate Pro"
|
2170 |
+
msgstr ""
|
2171 |
+
"通常のユーザーはAdRotateやその統計を必要としません。その為、購読ユーザーなど"
|
2172 |
+
"にはAdRotateのダッシュボード等を見せる必要がありませんので、活用して下さい。"
|
2173 |
+
|
2174 |
+
#: dashboard/publisher/schedules-main.php:12
|
2175 |
+
#, fuzzy
|
2176 |
+
msgid "Manage Schedules"
|
2177 |
+
msgstr "管理"
|
2178 |
+
|
2179 |
+
#: dashboard/publisher/schedules-main.php:13
|
2180 |
+
msgid ""
|
2181 |
+
"In AdRotate Pro you can schedule adverts for multiple periods of time. One "
|
2182 |
+
"schedule can be assigned to many adverts allowing you to manage multi advert "
|
2183 |
+
"campaigns easily. Schedules can be active on certain days of the week or on "
|
2184 |
+
"certain hours of the day."
|
2185 |
+
msgstr ""
|
2186 |
+
|
2187 |
+
#: dashboard/publisher/schedules-main.php:36
|
2188 |
+
#, fuzzy
|
2189 |
+
msgid "Max Shown"
|
2190 |
+
msgstr "この広告は期限切れで現在サイトに表示されていません。"
|
2191 |
+
|
2192 |
+
#: dashboard/publisher/schedules-main.php:37
|
2193 |
+
#: dashboard/publisher/statistics-advert.php:114
|
2194 |
+
#, fuzzy
|
2195 |
+
msgid "Max Clicks"
|
2196 |
+
msgstr "クリック"
|
2197 |
+
|
2198 |
+
#: dashboard/publisher/schedules-main.php:70
|
2199 |
+
msgid "Mon:"
|
2200 |
+
msgstr ""
|
2201 |
+
|
2202 |
+
#: dashboard/publisher/schedules-main.php:70
|
2203 |
+
msgid "Tue:"
|
2204 |
+
msgstr ""
|
2205 |
+
|
2206 |
+
#: dashboard/publisher/schedules-main.php:70
|
2207 |
+
msgid "Wed:"
|
2208 |
+
msgstr ""
|
2209 |
+
|
2210 |
+
#: dashboard/publisher/schedules-main.php:70
|
2211 |
+
msgid "Thu:"
|
2212 |
+
msgstr ""
|
2213 |
+
|
2214 |
+
#: dashboard/publisher/schedules-main.php:70
|
2215 |
+
msgid "Fri:"
|
2216 |
+
msgstr ""
|
2217 |
+
|
2218 |
+
#: dashboard/publisher/schedules-main.php:70
|
2219 |
+
msgid "Sat:"
|
2220 |
+
msgstr ""
|
2221 |
+
|
2222 |
+
#: dashboard/publisher/schedules-main.php:70
|
2223 |
+
msgid "Sun:"
|
2224 |
+
msgstr ""
|
2225 |
+
|
2226 |
+
#: dashboard/publisher/schedules-main.php:70
|
2227 |
+
msgid "Between:"
|
2228 |
+
msgstr ""
|
2229 |
+
|
2230 |
+
#: dashboard/publisher/schedules-main.php:70
|
2231 |
+
#, fuzzy
|
2232 |
+
#| msgid "Impressions"
|
2233 |
+
msgid "Impression spread:"
|
2234 |
+
msgstr "表示数"
|
2235 |
+
|
2236 |
+
#: dashboard/publisher/schedules-main.php:70
|
2237 |
+
#, fuzzy
|
2238 |
+
#| msgid "Delete"
|
2239 |
+
msgid "Auto Delete:"
|
2240 |
+
msgstr "削除"
|
2241 |
+
|
2242 |
+
#: dashboard/publisher/schedules-main.php:81
|
2243 |
+
msgid "Nothing here!"
|
2244 |
+
msgstr ""
|
2245 |
+
|
2246 |
+
#: dashboard/publisher/statistics-advert.php:40
|
2247 |
+
#, fuzzy
|
2248 |
+
msgid "Statistics for advert"
|
2249 |
+
msgstr "統計 "
|
2250 |
+
|
2251 |
+
#: dashboard/publisher/statistics-advert.php:47
|
2252 |
+
#: dashboard/publisher/statistics-group.php:53
|
2253 |
+
#: dashboard/publisher/statistics-main.php:19
|
2254 |
+
#, fuzzy
|
2255 |
+
msgid "All time"
|
2256 |
+
msgstr "表示時間"
|
2257 |
+
|
2258 |
+
#: dashboard/publisher/statistics-advert.php:52
|
2259 |
+
#: dashboard/publisher/statistics-advert.php:58
|
2260 |
+
#: dashboard/publisher/statistics-advert.php:72
|
2261 |
+
#: dashboard/publisher/statistics-advert.php:78
|
2262 |
+
#: dashboard/publisher/statistics-advert.php:99
|
2263 |
+
#: dashboard/publisher/statistics-group.php:58
|
2264 |
+
#: dashboard/publisher/statistics-group.php:64
|
2265 |
+
#: dashboard/publisher/statistics-group.php:78
|
2266 |
+
#: dashboard/publisher/statistics-group.php:84
|
2267 |
+
#: dashboard/publisher/statistics-group.php:103
|
2268 |
+
#: dashboard/publisher/statistics-main.php:28
|
2269 |
+
#: dashboard/publisher/statistics-main.php:42
|
2270 |
+
#: dashboard/publisher/statistics-main.php:46
|
2271 |
+
#: dashboard/publisher/statistics-main.php:64
|
2272 |
+
msgid "Impressions"
|
2273 |
+
msgstr "表示数"
|
2274 |
+
|
2275 |
+
#: dashboard/publisher/statistics-advert.php:65
|
2276 |
+
#: dashboard/publisher/statistics-group.php:71
|
2277 |
+
#: dashboard/publisher/statistics-main.php:35
|
2278 |
+
msgid "Last month"
|
2279 |
+
msgstr ""
|
2280 |
+
|
2281 |
+
#: dashboard/publisher/statistics-advert.php:86
|
2282 |
+
#: dashboard/publisher/statistics-group.php:92
|
2283 |
+
#: dashboard/publisher/statistics-main.php:53
|
2284 |
+
#, fuzzy
|
2285 |
+
msgid "Monthly overview of clicks and impressions"
|
2286 |
+
msgstr "クリック"
|
2287 |
+
|
2288 |
+
#: dashboard/publisher/statistics-advert.php:108
|
2289 |
+
#, fuzzy
|
2290 |
+
msgid "Periodic overview of clicks and impressions"
|
2291 |
+
msgstr "クリック"
|
2292 |
+
|
2293 |
+
#: dashboard/publisher/statistics-advert.php:112
|
2294 |
+
#, fuzzy
|
2295 |
+
#| msgid "Show from"
|
2296 |
+
msgid "Shown from"
|
2297 |
+
msgstr "掲載開始"
|
2298 |
+
|
2299 |
+
#: dashboard/publisher/statistics-advert.php:113
|
2300 |
+
#, fuzzy
|
2301 |
+
#| msgid "Show until"
|
2302 |
+
msgid "Shown until"
|
2303 |
+
msgstr "掲載終了"
|
2304 |
+
|
2305 |
+
#: dashboard/publisher/statistics-advert.php:114
|
2306 |
+
#: dashboard/publisher/statistics-advert.php:115
|
2307 |
+
#, fuzzy
|
2308 |
+
msgid "Used"
|
2309 |
+
msgstr "この広告を掲載されるように設定する"
|
2310 |
+
|
2311 |
+
#: dashboard/publisher/statistics-advert.php:115
|
2312 |
+
#, fuzzy
|
2313 |
+
msgid "Max Impressions"
|
2314 |
+
msgstr "表示数"
|
2315 |
+
|
2316 |
+
#: dashboard/publisher/statistics-advert.php:141
|
2317 |
+
#: dashboard/publisher/statistics-group.php:113
|
2318 |
+
#: dashboard/publisher/statistics-main.php:74
|
2319 |
+
#: dashboard/settings/notifications.php:60
|
2320 |
+
#: dashboard/settings/notifications.php:90
|
2321 |
+
msgid "Note:"
|
2322 |
+
msgstr "注意:"
|
2323 |
+
|
2324 |
+
#: dashboard/publisher/statistics-advert.php:141
|
2325 |
+
#: dashboard/publisher/statistics-group.php:113
|
2326 |
+
#: dashboard/publisher/statistics-main.php:74
|
2327 |
+
msgid ""
|
2328 |
+
"All statistics are indicative. They do not nessesarily reflect results "
|
2329 |
+
"counted by other parties."
|
2330 |
+
msgstr ""
|
2331 |
+
"すべての統計結果を表示しております。他の方法による数値結果を必ずしも反映する"
|
2332 |
+
"ものではありません。"
|
2333 |
+
|
2334 |
+
#: dashboard/publisher/statistics-group.php:46
|
2335 |
#, fuzzy
|
2336 |
msgid "Statistics for group"
|
2337 |
msgstr "統計 "
|
2338 |
|
2339 |
+
#: dashboard/publisher/statistics-main.php:26
|
2340 |
+
msgid "Adverts counting stats"
|
2341 |
+
msgstr ""
|
2342 |
+
|
2343 |
#: dashboard/settings/advertisers.php:16
|
2344 |
msgid "Advertisers - Available in AdRotate Pro"
|
2345 |
msgstr ""
|
3355 |
"This number may not be empty, be lower than 60 or exceed 86400 (24 hours)."
|
3356 |
msgstr "この数字は、0やマイナスや3600以上ではいけません。"
|
3357 |
|
3358 |
+
#~ msgid "Report"
|
3359 |
+
#~ msgstr "レポート"
|
3360 |
+
|
3361 |
+
#, fuzzy
|
3362 |
+
#~ msgid "More information"
|
3363 |
+
#~ msgstr "ユーザーえー助演について知りたい方はこちらから。"
|
3364 |
+
|
3365 |
+
#~ msgid "Impressions today"
|
3366 |
+
#~ msgstr "今日の表示数"
|
3367 |
+
|
3368 |
+
#~ msgid "Clicks today"
|
3369 |
+
#~ msgstr "今日のクリック数"
|
3370 |
+
|
3371 |
#~ msgid "Empty database records removed"
|
3372 |
#~ msgstr "空のデータベースは削除されました。"
|
3373 |
|
3385 |
#~ msgid "Help AdRotate Grow"
|
3386 |
#~ msgstr "AdRotate Blog"
|
3387 |
|
|
|
|
|
|
|
|
|
3388 |
#, fuzzy
|
3389 |
#~ msgid "Manage Media"
|
3390 |
#~ msgstr "画像リンク先URL:"
|
3402 |
#~ msgid "Ads"
|
3403 |
#~ msgstr "広告"
|
3404 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3405 |
#, fuzzy
|
3406 |
#~ msgid "No schedules created yet!"
|
3407 |
#~ msgstr "まだブロックが作られていません。"
|
3425 |
#~ msgid "Media uploading and management is available in AdRotate Pro."
|
3426 |
#~ msgstr "この機能は使いません。"
|
3427 |
|
|
|
|
|
|
|
|
|
3428 |
#, fuzzy
|
3429 |
#~ msgid "Manage your banner folder from here with AdRotate Pro."
|
3430 |
#~ msgstr ""
|
3516 |
#~ "最大2個のメールアドレスがコンマ区切りで登録できます。ここは空欄では利用で"
|
3517 |
#~ "きません。"
|
3518 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3519 |
#, fuzzy
|
3520 |
#~ msgid "Visit the"
|
3521 |
#~ msgstr ""
|
3523 |
#~ "や手間のカスタマイズが必要など詳細にご対応致します。詳細はWEBサイトにお越"
|
3524 |
#~ "しください。英語ですが。"
|
3525 |
|
|
|
|
|
|
|
|
|
3526 |
#, fuzzy
|
3527 |
#~ msgid "AdRotate News and Developer Blog"
|
3528 |
#~ msgstr "AdRotate Blog"
|
3642 |
#~ msgid "Impressions timer"
|
3643 |
#~ msgstr "表示時間"
|
3644 |
|
|
|
|
|
|
|
|
|
3645 |
#, fuzzy
|
3646 |
#~ msgid "Learn More"
|
3647 |
#~ msgstr "ユーザーえー助演について知りたい方はこちらから。"
|
3648 |
|
|
|
|
|
|
|
|
|
3649 |
#, fuzzy
|
3650 |
#~ msgid ""
|
3651 |
#~ "Your one stop for Webdevelopment, consultancy and anything WordPress! "
|
3671 |
#~ msgid "Group updated"
|
3672 |
#~ msgstr "グループの更新"
|
3673 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3674 |
#~ msgid "Access Rights"
|
3675 |
#~ msgstr "アクセス権限"
|
3676 |
|
3958 |
#~ "adcode (above) instead of %link%."
|
3959 |
#~ msgstr "広告コード[AdCode](タグ含む):"
|
3960 |
|
|
|
|
|
|
|
3961 |
#, fuzzy
|
3962 |
#~ msgid "Geo Location in AdRotate Pro"
|
3963 |
#~ msgstr "AdRotate Blog"
|
3975 |
#~ "どにはAdRotateのダッシュボード等を見せる必要がありませんので、活用して下さ"
|
3976 |
#~ "い。"
|
3977 |
|
|
|
|
|
|
|
|
|
|
|
|
|
3978 |
#, fuzzy
|
3979 |
#~ msgid "From when to when is the advert visible?"
|
3980 |
#~ msgstr ""
|
4077 |
#~ msgid "Updated"
|
4078 |
#~ msgstr "ブロック更新"
|
4079 |
|
|
|
|
|
|
|
|
|
|
|
|
|
4080 |
#, fuzzy
|
4081 |
#~ msgid "AdRotate Server Settings"
|
4082 |
#~ msgstr "AdRotate 設定"
|
4152 |
#~ msgid "Buy"
|
4153 |
#~ msgstr "継続する場合は対応して下さい。"
|
4154 |
|
|
|
|
|
|
|
|
|
4155 |
#~ msgid "Check out the"
|
4156 |
#~ msgstr "以下のURLをチェック下さい。"
|
4157 |
|
4355 |
#~ msgid "Moderate"
|
4356 |
#~ msgstr "新しい広告の承認"
|
4357 |
|
|
|
|
|
|
|
|
|
4358 |
#~ msgid "Global Reports"
|
4359 |
#~ msgstr "全般レポート"
|
4360 |
|
4373 |
#~ msgid "Advertiser"
|
4374 |
#~ msgstr "広告主"
|
4375 |
|
|
|
|
|
|
|
|
|
4376 |
#, fuzzy
|
4377 |
#~ msgid ""
|
4378 |
#~ "Couple adverts to advertisers and allow them to create and upload their "
|
4556 |
#~ msgid "Width and Height"
|
4557 |
#~ msgstr "幅と高さ"
|
4558 |
|
|
|
|
|
|
|
|
|
|
|
|
|
4559 |
#~ msgid "pixel(s) margin"
|
4560 |
#~ msgstr "ピクセル(margin)"
|
4561 |
|
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: 2017-
|
6 |
-
"PO-Revision-Date: 2017-
|
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"
|
@@ -20,108 +20,114 @@ msgstr ""
|
|
20 |
"|| n%100>=20) ? 1 : 2);\n"
|
21 |
"X-Poedit-SearchPath-0: .\n"
|
22 |
|
23 |
-
#: adrotate-functions.php:
|
24 |
msgid "No files found"
|
25 |
msgstr "Nie odnaleziono pliku"
|
26 |
|
27 |
-
#: adrotate-functions.php:
|
28 |
msgid "Folder not found or not accessible"
|
29 |
msgstr "Nie odnaleziono folderu albo jest on nie dostępny"
|
30 |
|
31 |
-
#: adrotate-functions.php:
|
32 |
msgid "Ad saved"
|
33 |
msgstr ""
|
34 |
|
35 |
-
#: adrotate-functions.php:
|
36 |
msgid "Group saved"
|
37 |
msgstr ""
|
38 |
|
39 |
-
#: adrotate-functions.php:
|
40 |
msgid "Ad(s) deleted"
|
41 |
msgstr "Reklama usunięta"
|
42 |
|
43 |
-
#: adrotate-functions.php:
|
44 |
msgid "Group deleted"
|
45 |
msgstr "Grupa usunięta"
|
46 |
|
47 |
-
#: adrotate-functions.php:
|
48 |
msgid "Ad(s) statistics reset"
|
49 |
msgstr "Resetuj statystyki reklamy"
|
50 |
|
51 |
-
#: adrotate-functions.php:
|
52 |
msgid "Ad(s) renewed"
|
53 |
msgstr "Odnów reklamę"
|
54 |
|
55 |
-
#: adrotate-functions.php:
|
56 |
msgid "Ad(s) deactivated"
|
57 |
msgstr "Reklama wyłączona"
|
58 |
|
59 |
-
#: adrotate-functions.php:
|
60 |
msgid "Ad(s) activated"
|
61 |
msgstr "Reklama włączona"
|
62 |
|
63 |
-
#: adrotate-functions.php:
|
64 |
msgid "Group including it's Ads deleted"
|
65 |
msgstr "Grupa wraz z reklamami usunięta"
|
66 |
|
67 |
-
#: adrotate-functions.php:
|
68 |
#, fuzzy
|
69 |
msgid "Export created"
|
70 |
msgstr "Reklama utworzona"
|
71 |
|
72 |
-
#: adrotate-functions.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
73 |
msgid "Settings saved"
|
74 |
msgstr "Ustawienia zapisane"
|
75 |
|
76 |
-
#: adrotate-functions.php:
|
77 |
msgid "Database optimized"
|
78 |
msgstr "Baza danych zoptymalizowana"
|
79 |
|
80 |
-
#: adrotate-functions.php:
|
81 |
msgid "Database repaired"
|
82 |
msgstr "Baza danych naprawiona"
|
83 |
|
84 |
-
#: adrotate-functions.php:
|
85 |
msgid "Ads evaluated and statuses have been corrected where required"
|
86 |
msgstr "Oceny i statusy reklam zostały poprawione tam gdzie było to wymagane."
|
87 |
|
88 |
-
#: adrotate-functions.php:
|
89 |
#, fuzzy
|
90 |
#| msgid "Clean-up Database"
|
91 |
msgid "Cleanup complete"
|
92 |
msgstr "Wyczyść bazę danych"
|
93 |
|
94 |
-
#: adrotate-functions.php:
|
95 |
msgid "Action prohibited"
|
96 |
msgstr "Czynność zabroniona."
|
97 |
|
98 |
-
#: adrotate-functions.php:
|
99 |
msgid ""
|
100 |
"The ad was saved but has an issue which might prevent it from working "
|
101 |
"properly. Review the colored ad."
|
102 |
msgstr ""
|
103 |
|
104 |
-
#: adrotate-functions.php:
|
105 |
msgid "No data found in selected time period"
|
106 |
msgstr "Nie znaleziono żadnych wyników dla podanego przedziału czasowego."
|
107 |
|
108 |
-
#: adrotate-functions.php:
|
109 |
msgid "Database can only be optimized or cleaned once every hour"
|
110 |
msgstr "Bazadanych może być optymalizowana i czyszczona jedynie raz na godzinę"
|
111 |
|
112 |
-
#: adrotate-functions.php:
|
113 |
msgid "Form can not be (partially) empty!"
|
114 |
msgstr ""
|
115 |
|
116 |
-
#: adrotate-functions.php:
|
117 |
msgid "No ads found."
|
118 |
msgstr ""
|
119 |
|
120 |
-
#: adrotate-functions.php:
|
121 |
msgid "Unexpected error"
|
122 |
msgstr ""
|
123 |
|
124 |
-
#: adrotate-manage-publisher.php:
|
125 |
msgid "AdRotate Advertiser"
|
126 |
msgstr ""
|
127 |
|
@@ -253,212 +259,221 @@ msgstr[0] ""
|
|
253 |
msgstr[1] ""
|
254 |
msgstr[2] ""
|
255 |
|
256 |
-
#: adrotate-output.php:
|
257 |
#: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:89
|
258 |
#: dashboard/adrotatepro.php:90 dashboard/adrotatepro.php:99
|
259 |
#: dashboard/adrotatepro.php:100 dashboard/adrotatepro.php:101
|
260 |
-
#: dashboard/adrotatepro.php:102 dashboard/info.php:
|
261 |
-
#: dashboard/info.php:
|
262 |
-
#: dashboard/info.php:
|
263 |
#: dashboard/settings/geotargeting.php:35
|
264 |
#, fuzzy
|
265 |
msgid "Buy now"
|
266 |
msgstr "Kup"
|
267 |
|
268 |
-
#: adrotate-output.php:
|
269 |
msgid ""
|
270 |
-
"
|
271 |
-
"
|
272 |
msgstr ""
|
273 |
|
274 |
-
#: adrotate-output.php:
|
275 |
#, php-format
|
276 |
msgid ""
|
277 |
"Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
|
278 |
msgstr ""
|
279 |
|
280 |
-
#: adrotate-output.php:
|
281 |
-
|
282 |
-
|
|
|
283 |
|
284 |
-
#: adrotate-output.php:
|
285 |
msgid "one plugin"
|
286 |
msgid_plural "several plugins"
|
287 |
msgstr[0] ""
|
288 |
msgstr[1] ""
|
289 |
msgstr[2] ""
|
290 |
|
291 |
-
#: adrotate-output.php:
|
292 |
msgid ""
|
293 |
"Thank you for choosing AdRotate. Everything related to AdRotate is in this "
|
294 |
"menu. If you need help getting started take a look at the"
|
295 |
msgstr ""
|
296 |
|
297 |
-
#: adrotate-output.php:
|
298 |
msgid "manuals"
|
299 |
msgstr "instrukcje"
|
300 |
|
301 |
-
#: adrotate-output.php:
|
302 |
msgid "and"
|
303 |
msgstr ""
|
304 |
|
305 |
-
#: adrotate-output.php:
|
306 |
msgid "forums"
|
307 |
msgstr ""
|
308 |
|
309 |
-
#: adrotate-output.php:
|
310 |
#, fuzzy
|
311 |
msgid "Useful Links"
|
312 |
msgstr "Użyteczne odnośniki."
|
313 |
|
314 |
-
#: adrotate-output.php:
|
315 |
msgid "Useful links to learn more about AdRotate"
|
316 |
msgstr ""
|
317 |
|
318 |
-
#: adrotate-output.php:
|
319 |
msgid "AdRotate website"
|
320 |
msgstr ""
|
321 |
|
322 |
-
#: adrotate-output.php:
|
323 |
#, fuzzy
|
324 |
msgid "Getting Started With AdRotate"
|
325 |
msgstr "Więcej ustawień z AdRotate Pro"
|
326 |
|
327 |
-
#: adrotate-output.php:
|
328 |
#, fuzzy
|
329 |
msgid "AdRotate manuals"
|
330 |
msgstr "Informacja AdRotate "
|
331 |
|
332 |
-
#: adrotate-output.php:
|
333 |
#, fuzzy
|
334 |
msgid "AdRotate Support Forum"
|
335 |
msgstr "Sklep AdRotate"
|
336 |
|
337 |
-
#: adrotate-output.php:
|
338 |
msgid "Support AdRotate"
|
339 |
msgstr "Wesprzyj AdRotate"
|
340 |
|
341 |
-
#: adrotate-output.php:
|
342 |
msgid "Check out my website"
|
343 |
msgstr ""
|
344 |
|
345 |
-
#: adrotate-output.php:
|
346 |
msgid ""
|
347 |
"Many users only think to review AdRotate when something goes wrong while "
|
348 |
"thousands of people happily use AdRotate."
|
349 |
msgstr ""
|
350 |
|
351 |
-
#: adrotate-output.php:
|
352 |
msgid "If you find AdRotate useful please leave your"
|
353 |
msgstr ""
|
354 |
|
355 |
-
#: adrotate-output.php:
|
356 |
msgid "rating"
|
357 |
msgstr ""
|
358 |
|
359 |
-
#: adrotate-output.php:
|
360 |
#, fuzzy
|
361 |
msgid "review"
|
362 |
msgstr ""
|
363 |
"Przeglądaj zapisanych reklamodawców. Widoczne jedynie dla reklamodawców."
|
364 |
|
365 |
-
#: adrotate-output.php:
|
366 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
367 |
msgstr ""
|
368 |
|
369 |
-
#: adrotate-output.php:
|
370 |
#: dashboard/settings/notifications.php:80
|
371 |
msgid "Available in AdRotate Pro"
|
372 |
msgstr "Dostępne w wersji AdRotate Pro"
|
373 |
|
374 |
-
#: adrotate-output.php:
|
375 |
msgid "More information..."
|
376 |
msgstr "Więcej informacji"
|
377 |
|
378 |
-
#: adrotate-output.php:
|
379 |
msgid "This feature is available in AdRotate Pro"
|
380 |
msgstr "Ta opcja jest dostępna w wersji AdRotate Pro"
|
381 |
|
382 |
-
#: adrotate-output.php:
|
383 |
msgid "Learn more"
|
384 |
msgstr "Dowiedź się więcej"
|
385 |
|
386 |
-
#: adrotate-statistics.php:
|
387 |
#: dashboard/publisher/adverts-edit.php:241
|
388 |
msgid "January"
|
389 |
msgstr "Styczeń "
|
390 |
|
391 |
-
#: adrotate-statistics.php:
|
392 |
#: dashboard/publisher/adverts-edit.php:242
|
393 |
msgid "February"
|
394 |
msgstr "Luty"
|
395 |
|
396 |
-
#: adrotate-statistics.php:
|
397 |
#: dashboard/publisher/adverts-edit.php:243
|
398 |
msgid "March"
|
399 |
msgstr "Marzec"
|
400 |
|
401 |
-
#: adrotate-statistics.php:
|
402 |
#: dashboard/publisher/adverts-edit.php:244
|
403 |
msgid "April"
|
404 |
msgstr "Kwiecień"
|
405 |
|
406 |
-
#: adrotate-statistics.php:
|
407 |
#: dashboard/publisher/adverts-edit.php:245
|
408 |
msgid "May"
|
409 |
msgstr "Maj"
|
410 |
|
411 |
-
#: adrotate-statistics.php:
|
412 |
#: dashboard/publisher/adverts-edit.php:246
|
413 |
msgid "June"
|
414 |
msgstr "Czerwiec"
|
415 |
|
416 |
-
#: adrotate-statistics.php:
|
417 |
#: dashboard/publisher/adverts-edit.php:247
|
418 |
msgid "July"
|
419 |
msgstr "Lipiec"
|
420 |
|
421 |
-
#: adrotate-statistics.php:
|
422 |
#: dashboard/publisher/adverts-edit.php:248
|
423 |
msgid "August"
|
424 |
msgstr "Sierpień"
|
425 |
|
426 |
-
#: adrotate-statistics.php:
|
427 |
#: dashboard/publisher/adverts-edit.php:249
|
428 |
msgid "September"
|
429 |
msgstr "Wrzesień"
|
430 |
|
431 |
-
#: adrotate-statistics.php:
|
432 |
#: dashboard/publisher/adverts-edit.php:250
|
433 |
msgid "October"
|
434 |
msgstr "Pażdziernik"
|
435 |
|
436 |
-
#: adrotate-statistics.php:
|
437 |
#: dashboard/publisher/adverts-edit.php:251
|
438 |
msgid "November"
|
439 |
msgstr "Listopad"
|
440 |
|
441 |
-
#: adrotate-statistics.php:
|
442 |
#: dashboard/publisher/adverts-edit.php:252
|
443 |
msgid "December"
|
444 |
msgstr "Grudzień"
|
445 |
|
446 |
-
#: adrotate-statistics.php:
|
447 |
msgid "Previous"
|
448 |
msgstr "Poprzedni"
|
449 |
|
450 |
-
#: adrotate-statistics.php:
|
|
|
|
|
451 |
msgid "This month"
|
452 |
msgstr "Obecny miesiąc"
|
453 |
|
454 |
-
#: adrotate-statistics.php:
|
455 |
msgid "Next"
|
456 |
msgstr "Następny"
|
457 |
|
458 |
-
#: adrotate-statistics.php:
|
459 |
msgid "No data to show!"
|
460 |
msgstr "Brak danych !"
|
461 |
|
|
|
|
|
|
|
|
|
|
|
|
|
462 |
#: adrotate-widget.php:116
|
463 |
msgid "Title (optional):"
|
464 |
msgstr "Tytuł (opcjonalnie):"
|
@@ -510,6 +525,8 @@ msgstr "AdRotate Pro"
|
|
510 |
#: adrotate.php:105 dashboard/info.php:40
|
511 |
#: dashboard/publisher/adverts-edit.php:458
|
512 |
#: dashboard/publisher/groups-main.php:34
|
|
|
|
|
513 |
msgid "Adverts"
|
514 |
msgstr "Reklamy"
|
515 |
|
@@ -517,78 +534,120 @@ msgstr "Reklamy"
|
|
517 |
msgid "Groups"
|
518 |
msgstr "Grupy"
|
519 |
|
520 |
-
#: adrotate.php:107
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
521 |
msgid "Settings"
|
522 |
msgstr "Ustawienia"
|
523 |
|
524 |
-
#: adrotate.php:
|
525 |
msgid "AdRotate Info"
|
526 |
msgstr "Informacja AdRotate "
|
527 |
|
528 |
-
#: adrotate.php:
|
529 |
msgid "AdRotate Professional"
|
530 |
msgstr "AdRotate Professional"
|
531 |
|
532 |
-
#: adrotate.php:
|
533 |
msgid "Advert Management"
|
534 |
msgstr ""
|
535 |
|
536 |
-
#: adrotate.php:
|
537 |
msgid "Manage"
|
538 |
msgstr "Zarządzaj"
|
539 |
|
540 |
-
#: adrotate.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
541 |
msgid "Add New"
|
542 |
msgstr "Dodaj nową"
|
543 |
|
544 |
-
#: adrotate.php:
|
545 |
msgid "Group Management"
|
546 |
msgstr "Zarządzanie grupą reklam"
|
547 |
|
548 |
-
#: adrotate.php:
|
549 |
-
msgid "
|
550 |
-
msgstr "
|
551 |
|
552 |
-
#: adrotate.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
553 |
msgid "AdRotate Settings"
|
554 |
msgstr "Ustawienia AdRotate"
|
555 |
|
556 |
-
#: adrotate.php:
|
557 |
#, fuzzy
|
558 |
#| msgid "General Info"
|
559 |
msgid "General"
|
560 |
msgstr "Informacje główne"
|
561 |
|
562 |
-
#: adrotate.php:
|
563 |
msgid "Notifications"
|
564 |
msgstr "Powiadomienie"
|
565 |
|
566 |
-
#: adrotate.php:
|
567 |
#: dashboard/publisher/adverts-error.php:63
|
568 |
#: dashboard/publisher/adverts-main.php:81
|
569 |
#: dashboard/publisher/groups-main.php:70
|
570 |
msgid "Stats"
|
571 |
msgstr "Statystyki"
|
572 |
|
573 |
-
#: adrotate.php:
|
574 |
#: dashboard/publisher/groups-edit.php:180
|
575 |
#: dashboard/settings/advertisers.php:38
|
576 |
msgid "Geo Targeting"
|
577 |
msgstr "Geo Targeting"
|
578 |
|
579 |
-
#: adrotate.php:
|
580 |
msgid "Advertisers"
|
581 |
msgstr "Reklamodawcy"
|
582 |
|
583 |
-
#: adrotate.php:
|
584 |
msgid "Roles"
|
585 |
msgstr ""
|
586 |
|
587 |
-
#: adrotate.php:
|
588 |
msgid "Misc"
|
589 |
msgstr ""
|
590 |
|
591 |
-
#: adrotate.php:
|
592 |
msgid "Maintenance"
|
593 |
msgstr "Ostrzeżenie"
|
594 |
|
@@ -694,88 +753,88 @@ msgid ""
|
|
694 |
msgstr ""
|
695 |
|
696 |
#: dashboard/adrotatepro.php:83 dashboard/adrotatepro.php:95
|
697 |
-
#: dashboard/info.php:
|
698 |
msgid "Buy AdRotate Professional"
|
699 |
msgstr "Kup AdRotate Pro"
|
700 |
|
701 |
-
#: dashboard/adrotatepro.php:87 dashboard/info.php:
|
702 |
msgid "Single License"
|
703 |
msgstr ""
|
704 |
|
705 |
-
#: dashboard/adrotatepro.php:87 dashboard/info.php:
|
706 |
msgid "One WordPress installation."
|
707 |
msgstr ""
|
708 |
|
709 |
#: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:100
|
710 |
-
#: dashboard/info.php:
|
711 |
msgid "Duo License"
|
712 |
msgstr "Podwójna licencja"
|
713 |
|
714 |
-
#: dashboard/adrotatepro.php:88 dashboard/info.php:
|
715 |
msgid "Two WordPress installations."
|
716 |
msgstr ""
|
717 |
|
718 |
#: dashboard/adrotatepro.php:89 dashboard/adrotatepro.php:101
|
719 |
-
#: dashboard/info.php:
|
720 |
msgid "Multi License"
|
721 |
msgstr "Multi licencja"
|
722 |
|
723 |
-
#: dashboard/adrotatepro.php:89 dashboard/info.php:
|
724 |
msgid "Up to five WordPress installations."
|
725 |
msgstr ""
|
726 |
|
727 |
#: dashboard/adrotatepro.php:90 dashboard/adrotatepro.php:102
|
728 |
-
#: dashboard/info.php:
|
729 |
msgid "Developer License"
|
730 |
msgstr "Licencja Programisty"
|
731 |
|
732 |
-
#: dashboard/adrotatepro.php:90 dashboard/info.php:
|
733 |
msgid "Unlimited WordPress installations and/or networks."
|
734 |
msgstr ""
|
735 |
|
736 |
#: dashboard/adrotatepro.php:91 dashboard/adrotatepro.php:104
|
737 |
-
#: dashboard/info.php:
|
738 |
msgid "Compare licenses"
|
739 |
msgstr "Porównaj licencje."
|
740 |
|
741 |
-
#: dashboard/adrotatepro.php:91 dashboard/info.php:
|
742 |
msgid "Not sure which license is for you? Compare them..."
|
743 |
msgstr "Nie wiesz jaka licencja jest dla Ciebie? Porównaj je..."
|
744 |
|
745 |
-
#: dashboard/adrotatepro.php:91 dashboard/info.php:
|
746 |
msgid "All Licenses"
|
747 |
msgstr "Wszystkie licencje"
|
748 |
|
749 |
-
#: dashboard/adrotatepro.php:99 dashboard/info.php:
|
750 |
msgid "Lifetime License"
|
751 |
msgstr ""
|
752 |
|
753 |
-
#: dashboard/adrotatepro.php:99 dashboard/info.php:
|
754 |
msgid "Single installation."
|
755 |
msgstr ""
|
756 |
|
757 |
-
#: dashboard/adrotatepro.php:100 dashboard/info.php:
|
758 |
msgid "Up to 2 installations."
|
759 |
msgstr ""
|
760 |
|
761 |
-
#: dashboard/adrotatepro.php:101 dashboard/info.php:
|
762 |
msgid "Up to 10 installations."
|
763 |
msgstr ""
|
764 |
|
765 |
-
#: dashboard/adrotatepro.php:102 dashboard/info.php:
|
766 |
msgid "Up to 25 installations or multisite networks."
|
767 |
msgstr ""
|
768 |
|
769 |
-
#: dashboard/adrotatepro.php:103 dashboard/info.php:
|
770 |
msgid ""
|
771 |
"Subscriptions get 1 year access to updates, email support & AdRotate Geo."
|
772 |
msgstr ""
|
773 |
|
774 |
-
#: dashboard/adrotatepro.php:104 dashboard/info.php:
|
775 |
msgid "Not sure which license is for you?"
|
776 |
msgstr ""
|
777 |
|
778 |
-
#: dashboard/adrotatepro.php:104 dashboard/info.php:
|
779 |
msgid "Compare Licenses"
|
780 |
msgstr ""
|
781 |
|
@@ -805,11 +864,11 @@ msgid ""
|
|
805 |
"for updates about me and my plugins. Thank you!"
|
806 |
msgstr ""
|
807 |
|
808 |
-
#: dashboard/info.php:
|
809 |
msgid "Arnan de Gans News & Updates"
|
810 |
msgstr ""
|
811 |
|
812 |
-
#: dashboard/info.php:
|
813 |
msgid "Join the Media.net advertising network"
|
814 |
msgstr ""
|
815 |
|
@@ -821,6 +880,7 @@ msgstr ""
|
|
821 |
#: dashboard/publisher/adverts-error.php:19
|
822 |
#: dashboard/publisher/adverts-main.php:20
|
823 |
#: dashboard/publisher/groups-main.php:20
|
|
|
824 |
msgid "Bulk Actions"
|
825 |
msgstr "Działania masowe"
|
826 |
|
@@ -831,7 +891,7 @@ msgstr "Aktywuj"
|
|
831 |
|
832 |
#: dashboard/publisher/adverts-disabled.php:22
|
833 |
#: dashboard/publisher/adverts-error.php:21
|
834 |
-
#: dashboard/publisher/adverts-main.php:22
|
835 |
msgid "Delete"
|
836 |
msgstr "Usuń"
|
837 |
|
@@ -845,6 +905,7 @@ msgstr "Resetuj statystyki"
|
|
845 |
#: dashboard/publisher/adverts-error.php:29
|
846 |
#: dashboard/publisher/adverts-main.php:30
|
847 |
#: dashboard/publisher/groups-main.php:24
|
|
|
848 |
msgid "Go"
|
849 |
msgstr "Idź"
|
850 |
|
@@ -852,12 +913,14 @@ msgstr "Idź"
|
|
852 |
#: dashboard/publisher/adverts-error.php:39
|
853 |
#: dashboard/publisher/adverts-main.php:39
|
854 |
#: dashboard/publisher/groups-main.php:32
|
|
|
855 |
msgid "ID"
|
856 |
msgstr "ID"
|
857 |
|
858 |
#: dashboard/publisher/adverts-disabled.php:36
|
859 |
#: dashboard/publisher/adverts-error.php:41
|
860 |
#: dashboard/publisher/adverts-main.php:40
|
|
|
861 |
msgid "Start / End"
|
862 |
msgstr "Start / Koniec"
|
863 |
|
@@ -865,7 +928,8 @@ msgstr "Start / Koniec"
|
|
865 |
#: dashboard/publisher/adverts-error.php:40
|
866 |
#: dashboard/publisher/adverts-main.php:41
|
867 |
#: dashboard/publisher/groups-edit.php:51
|
868 |
-
#: dashboard/publisher/groups-main.php:33
|
|
|
869 |
msgid "Name"
|
870 |
msgstr "Nazwa"
|
871 |
|
@@ -878,21 +942,41 @@ msgstr "Wyświetlane"
|
|
878 |
|
879 |
#: dashboard/publisher/adverts-disabled.php:40
|
880 |
#: dashboard/publisher/adverts-main.php:45
|
881 |
-
#: dashboard/publisher/adverts-report.php:36
|
882 |
-
#: dashboard/publisher/adverts-report.php:57
|
883 |
#: dashboard/publisher/groups-edit.php:334
|
884 |
#: dashboard/publisher/groups-main.php:38
|
885 |
-
#: dashboard/publisher/
|
886 |
-
#: dashboard/publisher/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
887 |
msgid "Clicks"
|
888 |
msgstr "Kliknięcia"
|
889 |
|
890 |
#: dashboard/publisher/adverts-disabled.php:41
|
891 |
#: dashboard/publisher/adverts-main.php:47
|
892 |
-
#: dashboard/publisher/
|
893 |
-
#: dashboard/publisher/
|
894 |
-
#: dashboard/publisher/
|
895 |
-
#: dashboard/publisher/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
896 |
msgid "CTR"
|
897 |
msgstr "CTR"
|
898 |
|
@@ -988,7 +1072,7 @@ msgid "Basic Examples:"
|
|
988 |
msgstr "Proste przykłady:"
|
989 |
|
990 |
#: dashboard/publisher/adverts-edit.php:129
|
991 |
-
msgid "Get
|
992 |
msgstr ""
|
993 |
|
994 |
#: dashboard/publisher/adverts-edit.php:134
|
@@ -1045,6 +1129,7 @@ msgstr ""
|
|
1045 |
"działa w tym pliku!."
|
1046 |
|
1047 |
#: dashboard/publisher/adverts-edit.php:150
|
|
|
1048 |
msgid "Banner asset"
|
1049 |
msgstr ""
|
1050 |
|
@@ -1057,6 +1142,7 @@ msgid "Select Banner"
|
|
1057 |
msgstr "Wybierz baner:"
|
1058 |
|
1059 |
#: dashboard/publisher/adverts-edit.php:155
|
|
|
1060 |
msgid "- OR -"
|
1061 |
msgstr "--albo-"
|
1062 |
|
@@ -1080,11 +1166,6 @@ msgstr ""
|
|
1080 |
"Skorzystaj z pola tekstowego lub listy rozwijanej. Jeśli pole tekstowe "
|
1081 |
"zawiera treści, te pole ma pierwszeństwo."
|
1082 |
|
1083 |
-
#: dashboard/publisher/adverts-edit.php:167
|
1084 |
-
#: dashboard/settings/statistics.php:17
|
1085 |
-
msgid "Statistics"
|
1086 |
-
msgstr "Statystyki"
|
1087 |
-
|
1088 |
#: dashboard/publisher/adverts-edit.php:169
|
1089 |
msgid "Enable click and impression tracking for this advert."
|
1090 |
msgstr ""
|
@@ -1113,12 +1194,20 @@ msgid "Get more features with AdRotate Pro."
|
|
1113 |
msgstr "Więcej ustawień z AdRotate Pro"
|
1114 |
|
1115 |
#: dashboard/publisher/adverts-edit.php:188
|
|
|
|
|
|
|
1116 |
#: dashboard/publisher/adverts-main.php:105
|
1117 |
#: dashboard/publisher/groups-edit.php:71
|
1118 |
-
#: dashboard/publisher/groups-
|
|
|
|
|
|
|
|
|
|
|
1119 |
#, fuzzy
|
1120 |
-
msgid "
|
1121 |
-
msgstr "
|
1122 |
|
1123 |
#: dashboard/publisher/adverts-edit.php:191
|
1124 |
#: dashboard/publisher/adverts-edit.php:291
|
@@ -1131,6 +1220,7 @@ msgstr "Zapisz reklamę"
|
|
1131 |
#: dashboard/publisher/adverts-edit.php:292
|
1132 |
#: dashboard/publisher/adverts-edit.php:448
|
1133 |
#: dashboard/publisher/adverts-edit.php:489
|
|
|
1134 |
#: dashboard/publisher/groups-edit.php:150
|
1135 |
#: dashboard/publisher/groups-edit.php:299
|
1136 |
#: dashboard/publisher/groups-edit.php:391
|
@@ -1224,14 +1314,6 @@ msgid ""
|
|
1224 |
"Pro."
|
1225 |
msgstr ""
|
1226 |
|
1227 |
-
#: dashboard/publisher/adverts-edit.php:288
|
1228 |
-
#: dashboard/publisher/adverts-edit.php:357
|
1229 |
-
#: dashboard/publisher/adverts-edit.php:428
|
1230 |
-
#: dashboard/publisher/groups-edit.php:191
|
1231 |
-
#, fuzzy
|
1232 |
-
msgid "Upgrade today"
|
1233 |
-
msgstr "Dziś"
|
1234 |
-
|
1235 |
#: dashboard/publisher/adverts-edit.php:295
|
1236 |
#: dashboard/publisher/groups-edit.php:153
|
1237 |
msgid "Advanced"
|
@@ -1435,6 +1517,207 @@ msgstr "Wygasa wkrótce."
|
|
1435 |
msgid "Expired"
|
1436 |
msgstr "Wygasa"
|
1437 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1438 |
#: dashboard/publisher/adverts-main.php:12
|
1439 |
msgid "Active Adverts"
|
1440 |
msgstr ""
|
@@ -1448,6 +1731,8 @@ msgstr "Eksportuj ustawienia"
|
|
1448 |
#: dashboard/publisher/adverts-main.php:46
|
1449 |
#: dashboard/publisher/groups-main.php:37
|
1450 |
#: dashboard/publisher/groups-main.php:39
|
|
|
|
|
1451 |
msgid "Today"
|
1452 |
msgstr "Dziś"
|
1453 |
|
@@ -1455,48 +1740,6 @@ msgstr "Dziś"
|
|
1455 |
msgid "No adverts created yet!"
|
1456 |
msgstr ""
|
1457 |
|
1458 |
-
#: dashboard/publisher/adverts-report.php:30
|
1459 |
-
msgid "Statistics for advert"
|
1460 |
-
msgstr "Statystyki dla reklamy"
|
1461 |
-
|
1462 |
-
#: dashboard/publisher/adverts-report.php:35
|
1463 |
-
#: dashboard/publisher/adverts-report.php:56
|
1464 |
-
#: dashboard/publisher/groups-report.php:36
|
1465 |
-
#: dashboard/publisher/groups-report.php:57
|
1466 |
-
msgid "Impressions"
|
1467 |
-
msgstr "Wyświetlenia"
|
1468 |
-
|
1469 |
-
#: dashboard/publisher/adverts-report.php:37
|
1470 |
-
#: dashboard/publisher/groups-report.php:38
|
1471 |
-
msgid "Impressions today"
|
1472 |
-
msgstr "Dzisiejsze wyświetlenia"
|
1473 |
-
|
1474 |
-
#: dashboard/publisher/adverts-report.php:38
|
1475 |
-
#: dashboard/publisher/groups-report.php:39
|
1476 |
-
msgid "Clicks today"
|
1477 |
-
msgstr "Dzisiejsze kliknięcia "
|
1478 |
-
|
1479 |
-
#: dashboard/publisher/adverts-report.php:45
|
1480 |
-
#: dashboard/publisher/groups-report.php:46
|
1481 |
-
msgid "Monthly overview of clicks and impressions"
|
1482 |
-
msgstr "Miesięczne zestawienie kliknięć i wyświetleń"
|
1483 |
-
|
1484 |
-
#: dashboard/publisher/adverts-report.php:64
|
1485 |
-
#: dashboard/publisher/groups-report.php:65
|
1486 |
-
#: dashboard/settings/notifications.php:60
|
1487 |
-
#: dashboard/settings/notifications.php:90
|
1488 |
-
msgid "Note:"
|
1489 |
-
msgstr "Notatka:"
|
1490 |
-
|
1491 |
-
#: dashboard/publisher/adverts-report.php:64
|
1492 |
-
#: dashboard/publisher/groups-report.php:65
|
1493 |
-
msgid ""
|
1494 |
-
"All statistics are indicative. They do not nessesarily reflect results "
|
1495 |
-
"counted by other parties."
|
1496 |
-
msgstr ""
|
1497 |
-
"Wszystkie statystyki są orientacyjne. Mogą dokładnie nie odzwierciedlać "
|
1498 |
-
"wyników wyliczonych przez inne strony."
|
1499 |
-
|
1500 |
#: dashboard/publisher/groups-edit.php:43
|
1501 |
msgid "New Group"
|
1502 |
msgstr "Nowa grupa"
|
@@ -1554,10 +1797,6 @@ msgstr "Tryb Bloku"
|
|
1554 |
msgid "Larger blocks will degrade your sites performance! Default: 2/2."
|
1555 |
msgstr ""
|
1556 |
|
1557 |
-
#: dashboard/publisher/groups-edit.php:95
|
1558 |
-
msgid "Advert size"
|
1559 |
-
msgstr ""
|
1560 |
-
|
1561 |
#: dashboard/publisher/groups-edit.php:97
|
1562 |
msgid "pixel(s) wide"
|
1563 |
msgstr "szerokość w pikselach"
|
@@ -1802,10 +2041,12 @@ msgid "Configuration errors."
|
|
1802 |
msgstr "Błedy konfiguracji."
|
1803 |
|
1804 |
#: dashboard/publisher/groups-edit.php:385
|
|
|
1805 |
msgid "Expires soon."
|
1806 |
msgstr "Wygasa wkrótce."
|
1807 |
|
1808 |
#: dashboard/publisher/groups-edit.php:386
|
|
|
1809 |
msgid "Has expired."
|
1810 |
msgstr "Wygasła."
|
1811 |
|
@@ -1838,10 +2079,242 @@ msgstr "Naciśnij OK by kontynuować, Anuluj by zatrzymać."
|
|
1838 |
msgid "No groups created!"
|
1839 |
msgstr "Nie utworzono grupy!"
|
1840 |
|
1841 |
-
#: dashboard/publisher/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1842 |
msgid "Statistics for group"
|
1843 |
msgstr "Statystyki dla grupy"
|
1844 |
|
|
|
|
|
|
|
|
|
1845 |
#: dashboard/settings/advertisers.php:16
|
1846 |
msgid "Advertisers - Available in AdRotate Pro"
|
1847 |
msgstr ""
|
@@ -2859,6 +3332,19 @@ msgid ""
|
|
2859 |
msgstr ""
|
2860 |
"Ta liczba nie moze być pusta, ujemna lub przekraczać 86400 (24 godziny)."
|
2861 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2862 |
#~ msgid "Empty database records removed"
|
2863 |
#~ msgstr "Usunięto puste rekordy bazy danych"
|
2864 |
|
@@ -2885,10 +3371,6 @@ msgstr ""
|
|
2885 |
#~ msgid "Help AdRotate Grow"
|
2886 |
#~ msgstr "Nie wiesz co zrobić z AdRotate? Ja ci pomogę!"
|
2887 |
|
2888 |
-
#, fuzzy
|
2889 |
-
#~ msgid "Manage Schedules"
|
2890 |
-
#~ msgstr "Zarządzaj"
|
2891 |
-
|
2892 |
#, fuzzy
|
2893 |
#~ msgid "Manage Media"
|
2894 |
#~ msgstr "Media:"
|
@@ -2908,12 +3390,6 @@ msgstr ""
|
|
2908 |
#~ msgid "Ads"
|
2909 |
#~ msgstr "Reklamy"
|
2910 |
|
2911 |
-
#~ msgid "Max Impressions"
|
2912 |
-
#~ msgstr "Maksymalna liczba wyświetleń"
|
2913 |
-
|
2914 |
-
#~ msgid "Max Clicks"
|
2915 |
-
#~ msgstr "Maksymalna liczna kliknięć"
|
2916 |
-
|
2917 |
#, fuzzy
|
2918 |
#~ msgid "No schedules created yet!"
|
2919 |
#~ msgstr "Nie utworzono jeszcze żadnych reklam!"
|
@@ -2959,10 +3435,6 @@ msgstr ""
|
|
2959 |
#~ "image.full.jpg, image.320.jpg i image.768.jpg obsłuży ten sam ogłoszenie "
|
2960 |
#~ "w różnych widokach. Wymaga jQuery."
|
2961 |
|
2962 |
-
#, fuzzy
|
2963 |
-
#~ msgid "Actions"
|
2964 |
-
#~ msgstr "Działania masowe"
|
2965 |
-
|
2966 |
#, fuzzy
|
2967 |
#~ msgid "Manage your banner folder from here with AdRotate Pro."
|
2968 |
#~ msgstr "Więcej ustawień z AdRotate Pro"
|
@@ -3045,9 +3517,6 @@ msgstr ""
|
|
3045 |
#~ "Kto otrzymuje maile od reklamodawców. Maksymalnie 2 adresy odzielone "
|
3046 |
#~ "średnikiem. Te pole nie możę być puste!."
|
3047 |
|
3048 |
-
#~ msgid "Get more features with AdRotate Pro"
|
3049 |
-
#~ msgstr "Więcej ustawień z AdRotate Pro"
|
3050 |
-
|
3051 |
#~ msgid ""
|
3052 |
#~ "Benefit from extra features to reinforce your income with advertising "
|
3053 |
#~ "campaigns. Make the most of your website with the powerful tools AdRotate "
|
@@ -3060,9 +3529,6 @@ msgstr ""
|
|
3060 |
#~ msgid "Visit the"
|
3061 |
#~ msgstr "Odwiedź"
|
3062 |
|
3063 |
-
#~ msgid "website"
|
3064 |
-
#~ msgstr "strone internetową"
|
3065 |
-
|
3066 |
#~ msgid "AdRotate News and Developer Blog"
|
3067 |
#~ msgstr "AdRotere Wiadomości i Blog "
|
3068 |
|
@@ -3132,14 +3598,6 @@ msgstr ""
|
|
3132 |
#~ msgid "Block Mode - Show a block of ads"
|
3133 |
#~ msgstr "Trym bloku - pokazuj reklamy w bloku"
|
3134 |
|
3135 |
-
#, fuzzy
|
3136 |
-
#~ msgid ""
|
3137 |
-
#~ "Define the maximum size of the ads in pixels. Size can be 'auto' (Not "
|
3138 |
-
#~ "recommended). Default: 125/125."
|
3139 |
-
#~ msgstr ""
|
3140 |
-
#~ "Ustal maksymalny rozmiar reklam w pikselach po uwzględnieniu marginesu. "
|
3141 |
-
#~ "Rozmiar może być ustawiony na 'auto' (Nie zalecane). Domyślnie: 125/125."
|
3142 |
-
|
3143 |
#~ msgid "No ads created!"
|
3144 |
#~ msgstr "Nie utworzono reklam!"
|
3145 |
|
@@ -3171,9 +3629,6 @@ msgstr ""
|
|
3171 |
#~ msgid "Find out more"
|
3172 |
#~ msgstr "Dowiedź się więcej"
|
3173 |
|
3174 |
-
#~ msgid "Follow"
|
3175 |
-
#~ msgstr "Obserwuj"
|
3176 |
-
|
3177 |
#~ msgid "Barely visible"
|
3178 |
#~ msgstr "Ledwno widoczne"
|
3179 |
|
@@ -3192,17 +3647,10 @@ msgstr ""
|
|
3192 |
#~ msgid "Impressions timer"
|
3193 |
#~ msgstr "Licznik wyświetleń"
|
3194 |
|
3195 |
-
#~ msgid "Clicks timer"
|
3196 |
-
#~ msgstr "Licznik kliknięć"
|
3197 |
-
|
3198 |
#, fuzzy
|
3199 |
#~ msgid "Learn More"
|
3200 |
#~ msgstr "Dowiedź się więcej"
|
3201 |
|
3202 |
-
#, fuzzy
|
3203 |
-
#~ msgid "Thank you for your consideration!"
|
3204 |
-
#~ msgstr "Czy wykonałeś kopie zapasową swojej bazy?"
|
3205 |
-
|
3206 |
#~ msgid ""
|
3207 |
#~ "Your one stop for Webdevelopment, consultancy and anything WordPress! "
|
3208 |
#~ "Find out more about what I can do for you!"
|
@@ -3227,18 +3675,6 @@ msgstr ""
|
|
3227 |
#~ msgid "Group updated"
|
3228 |
#~ msgstr "Grupa zaktualizowana"
|
3229 |
|
3230 |
-
#, fuzzy
|
3231 |
-
#~ msgid "Upload new banner image"
|
3232 |
-
#~ msgstr "Obraz banera:"
|
3233 |
-
|
3234 |
-
#, fuzzy
|
3235 |
-
#~ msgid "Accepted files are:"
|
3236 |
-
#~ msgstr "Użyj znacznika %image% w kodzie . Akceptowane pliki:"
|
3237 |
-
|
3238 |
-
#, fuzzy
|
3239 |
-
#~ msgid "Upload image"
|
3240 |
-
#~ msgstr "Obraz banera:"
|
3241 |
-
|
3242 |
#~ msgid "Access Rights"
|
3243 |
#~ msgstr "Prawa dostępu"
|
3244 |
|
@@ -3647,9 +4083,6 @@ msgstr ""
|
|
3647 |
#~ "image.full.jpg, image.320.jpg i image.768.jpg obsłuży ten sam ogłoszenie "
|
3648 |
#~ "w różnych widokach. Wymaga jQuery."
|
3649 |
|
3650 |
-
#~ msgid "Media:"
|
3651 |
-
#~ msgstr "Media:"
|
3652 |
-
|
3653 |
#, fuzzy
|
3654 |
#~ msgid "Geo Location in AdRotate Pro"
|
3655 |
#~ msgstr "AdRotate Pro"
|
@@ -3665,9 +4098,6 @@ msgstr ""
|
|
3665 |
#~ msgid "Target your audience with Geo Location in AdRotate Pro"
|
3666 |
#~ msgstr "Więcej ustawień z AdRotate Pro"
|
3667 |
|
3668 |
-
#~ msgid "Schedule"
|
3669 |
-
#~ msgstr "Harmonogram"
|
3670 |
-
|
3671 |
#~ msgid "From when to when is the advert visible?"
|
3672 |
#~ msgstr "Od kiedy do kiedy ma być widoczna reklama?"
|
3673 |
|
@@ -3767,12 +4197,6 @@ msgstr ""
|
|
3767 |
#~ msgid "Updated"
|
3768 |
#~ msgstr "Zaktualizowane"
|
3769 |
|
3770 |
-
#~ msgid "Show from"
|
3771 |
-
#~ msgstr "Pokazuj od"
|
3772 |
-
|
3773 |
-
#~ msgid "Show until"
|
3774 |
-
#~ msgstr "Pokazuj do"
|
3775 |
-
|
3776 |
#~ msgid "AdRotate Server Settings"
|
3777 |
#~ msgstr "Ustawienia Serwera AdRotate "
|
3778 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: AdRotate\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2017-08-19 13:53+0800\n"
|
6 |
+
"PO-Revision-Date: 2017-08-19 13:53+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"
|
20 |
"|| n%100>=20) ? 1 : 2);\n"
|
21 |
"X-Poedit-SearchPath-0: .\n"
|
22 |
|
23 |
+
#: adrotate-functions.php:716
|
24 |
msgid "No files found"
|
25 |
msgstr "Nie odnaleziono pliku"
|
26 |
|
27 |
+
#: adrotate-functions.php:719
|
28 |
msgid "Folder not found or not accessible"
|
29 |
msgstr "Nie odnaleziono folderu albo jest on nie dostępny"
|
30 |
|
31 |
+
#: adrotate-functions.php:804
|
32 |
msgid "Ad saved"
|
33 |
msgstr ""
|
34 |
|
35 |
+
#: adrotate-functions.php:808
|
36 |
msgid "Group saved"
|
37 |
msgstr ""
|
38 |
|
39 |
+
#: adrotate-functions.php:812
|
40 |
msgid "Ad(s) deleted"
|
41 |
msgstr "Reklama usunięta"
|
42 |
|
43 |
+
#: adrotate-functions.php:816
|
44 |
msgid "Group deleted"
|
45 |
msgstr "Grupa usunięta"
|
46 |
|
47 |
+
#: adrotate-functions.php:820
|
48 |
msgid "Ad(s) statistics reset"
|
49 |
msgstr "Resetuj statystyki reklamy"
|
50 |
|
51 |
+
#: adrotate-functions.php:824
|
52 |
msgid "Ad(s) renewed"
|
53 |
msgstr "Odnów reklamę"
|
54 |
|
55 |
+
#: adrotate-functions.php:828
|
56 |
msgid "Ad(s) deactivated"
|
57 |
msgstr "Reklama wyłączona"
|
58 |
|
59 |
+
#: adrotate-functions.php:832
|
60 |
msgid "Ad(s) activated"
|
61 |
msgstr "Reklama włączona"
|
62 |
|
63 |
+
#: adrotate-functions.php:836
|
64 |
msgid "Group including it's Ads deleted"
|
65 |
msgstr "Grupa wraz z reklamami usunięta"
|
66 |
|
67 |
+
#: adrotate-functions.php:840
|
68 |
#, fuzzy
|
69 |
msgid "Export created"
|
70 |
msgstr "Reklama utworzona"
|
71 |
|
72 |
+
#: adrotate-functions.php:844
|
73 |
+
msgid ""
|
74 |
+
"Advert HTML generated and placed in the AdCode field. Configure your advert "
|
75 |
+
"below."
|
76 |
+
msgstr ""
|
77 |
+
|
78 |
+
#: adrotate-functions.php:849
|
79 |
msgid "Settings saved"
|
80 |
msgstr "Ustawienia zapisane"
|
81 |
|
82 |
+
#: adrotate-functions.php:853
|
83 |
msgid "Database optimized"
|
84 |
msgstr "Baza danych zoptymalizowana"
|
85 |
|
86 |
+
#: adrotate-functions.php:857
|
87 |
msgid "Database repaired"
|
88 |
msgstr "Baza danych naprawiona"
|
89 |
|
90 |
+
#: adrotate-functions.php:861
|
91 |
msgid "Ads evaluated and statuses have been corrected where required"
|
92 |
msgstr "Oceny i statusy reklam zostały poprawione tam gdzie było to wymagane."
|
93 |
|
94 |
+
#: adrotate-functions.php:865
|
95 |
#, fuzzy
|
96 |
#| msgid "Clean-up Database"
|
97 |
msgid "Cleanup complete"
|
98 |
msgstr "Wyczyść bazę danych"
|
99 |
|
100 |
+
#: adrotate-functions.php:870
|
101 |
msgid "Action prohibited"
|
102 |
msgstr "Czynność zabroniona."
|
103 |
|
104 |
+
#: adrotate-functions.php:874
|
105 |
msgid ""
|
106 |
"The ad was saved but has an issue which might prevent it from working "
|
107 |
"properly. Review the colored ad."
|
108 |
msgstr ""
|
109 |
|
110 |
+
#: adrotate-functions.php:878
|
111 |
msgid "No data found in selected time period"
|
112 |
msgstr "Nie znaleziono żadnych wyników dla podanego przedziału czasowego."
|
113 |
|
114 |
+
#: adrotate-functions.php:882
|
115 |
msgid "Database can only be optimized or cleaned once every hour"
|
116 |
msgstr "Bazadanych może być optymalizowana i czyszczona jedynie raz na godzinę"
|
117 |
|
118 |
+
#: adrotate-functions.php:886
|
119 |
msgid "Form can not be (partially) empty!"
|
120 |
msgstr ""
|
121 |
|
122 |
+
#: adrotate-functions.php:890
|
123 |
msgid "No ads found."
|
124 |
msgstr ""
|
125 |
|
126 |
+
#: adrotate-functions.php:894
|
127 |
msgid "Unexpected error"
|
128 |
msgstr ""
|
129 |
|
130 |
+
#: adrotate-manage-publisher.php:798
|
131 |
msgid "AdRotate Advertiser"
|
132 |
msgstr ""
|
133 |
|
259 |
msgstr[1] ""
|
260 |
msgstr[2] ""
|
261 |
|
262 |
+
#: adrotate-output.php:685 dashboard/adrotatepro.php:87
|
263 |
#: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:89
|
264 |
#: dashboard/adrotatepro.php:90 dashboard/adrotatepro.php:99
|
265 |
#: dashboard/adrotatepro.php:100 dashboard/adrotatepro.php:101
|
266 |
+
#: dashboard/adrotatepro.php:102 dashboard/info.php:83 dashboard/info.php:84
|
267 |
+
#: dashboard/info.php:85 dashboard/info.php:86 dashboard/info.php:90
|
268 |
+
#: dashboard/info.php:91 dashboard/info.php:92 dashboard/info.php:93
|
269 |
#: dashboard/settings/geotargeting.php:35
|
270 |
#, fuzzy
|
271 |
msgid "Buy now"
|
272 |
msgstr "Kup"
|
273 |
|
274 |
+
#: adrotate-output.php:686
|
275 |
msgid ""
|
276 |
+
"If you like <strong>AdRotate</strong>, please consider upgrading to the "
|
277 |
+
"<strong>PRO</strong> version and get more features."
|
278 |
msgstr ""
|
279 |
|
280 |
+
#: adrotate-output.php:686
|
281 |
#, php-format
|
282 |
msgid ""
|
283 |
"Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
|
284 |
msgstr ""
|
285 |
|
286 |
+
#: adrotate-output.php:686
|
287 |
+
#, fuzzy
|
288 |
+
msgid "Thank you for your support!"
|
289 |
+
msgstr "Czy wykonałeś kopie zapasową swojej bazy?"
|
290 |
|
291 |
+
#: adrotate-output.php:710
|
292 |
msgid "one plugin"
|
293 |
msgid_plural "several plugins"
|
294 |
msgstr[0] ""
|
295 |
msgstr[1] ""
|
296 |
msgstr[2] ""
|
297 |
|
298 |
+
#: adrotate-output.php:747
|
299 |
msgid ""
|
300 |
"Thank you for choosing AdRotate. Everything related to AdRotate is in this "
|
301 |
"menu. If you need help getting started take a look at the"
|
302 |
msgstr ""
|
303 |
|
304 |
+
#: adrotate-output.php:747
|
305 |
msgid "manuals"
|
306 |
msgstr "instrukcje"
|
307 |
|
308 |
+
#: adrotate-output.php:747 adrotate-output.php:817
|
309 |
msgid "and"
|
310 |
msgstr ""
|
311 |
|
312 |
+
#: adrotate-output.php:747
|
313 |
msgid "forums"
|
314 |
msgstr ""
|
315 |
|
316 |
+
#: adrotate-output.php:780
|
317 |
#, fuzzy
|
318 |
msgid "Useful Links"
|
319 |
msgstr "Użyteczne odnośniki."
|
320 |
|
321 |
+
#: adrotate-output.php:781
|
322 |
msgid "Useful links to learn more about AdRotate"
|
323 |
msgstr ""
|
324 |
|
325 |
+
#: adrotate-output.php:783
|
326 |
msgid "AdRotate website"
|
327 |
msgstr ""
|
328 |
|
329 |
+
#: adrotate-output.php:784
|
330 |
#, fuzzy
|
331 |
msgid "Getting Started With AdRotate"
|
332 |
msgstr "Więcej ustawień z AdRotate Pro"
|
333 |
|
334 |
+
#: adrotate-output.php:785
|
335 |
#, fuzzy
|
336 |
msgid "AdRotate manuals"
|
337 |
msgstr "Informacja AdRotate "
|
338 |
|
339 |
+
#: adrotate-output.php:786
|
340 |
#, fuzzy
|
341 |
msgid "AdRotate Support Forum"
|
342 |
msgstr "Sklep AdRotate"
|
343 |
|
344 |
+
#: adrotate-output.php:809 dashboard/info.php:49
|
345 |
msgid "Support AdRotate"
|
346 |
msgstr "Wesprzyj AdRotate"
|
347 |
|
348 |
+
#: adrotate-output.php:810
|
349 |
msgid "Check out my website"
|
350 |
msgstr ""
|
351 |
|
352 |
+
#: adrotate-output.php:817
|
353 |
msgid ""
|
354 |
"Many users only think to review AdRotate when something goes wrong while "
|
355 |
"thousands of people happily use AdRotate."
|
356 |
msgstr ""
|
357 |
|
358 |
+
#: adrotate-output.php:817
|
359 |
msgid "If you find AdRotate useful please leave your"
|
360 |
msgstr ""
|
361 |
|
362 |
+
#: adrotate-output.php:817
|
363 |
msgid "rating"
|
364 |
msgstr ""
|
365 |
|
366 |
+
#: adrotate-output.php:817
|
367 |
#, fuzzy
|
368 |
msgid "review"
|
369 |
msgstr ""
|
370 |
"Przeglądaj zapisanych reklamodawców. Widoczne jedynie dla reklamodawców."
|
371 |
|
372 |
+
#: adrotate-output.php:817
|
373 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
374 |
msgstr ""
|
375 |
|
376 |
+
#: adrotate-output.php:843 dashboard/settings/notifications.php:50
|
377 |
#: dashboard/settings/notifications.php:80
|
378 |
msgid "Available in AdRotate Pro"
|
379 |
msgstr "Dostępne w wersji AdRotate Pro"
|
380 |
|
381 |
+
#: adrotate-output.php:843
|
382 |
msgid "More information..."
|
383 |
msgstr "Więcej informacji"
|
384 |
|
385 |
+
#: adrotate-output.php:844
|
386 |
msgid "This feature is available in AdRotate Pro"
|
387 |
msgstr "Ta opcja jest dostępna w wersji AdRotate Pro"
|
388 |
|
389 |
+
#: adrotate-output.php:844
|
390 |
msgid "Learn more"
|
391 |
msgstr "Dowiedź się więcej"
|
392 |
|
393 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:220
|
394 |
#: dashboard/publisher/adverts-edit.php:241
|
395 |
msgid "January"
|
396 |
msgstr "Styczeń "
|
397 |
|
398 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:221
|
399 |
#: dashboard/publisher/adverts-edit.php:242
|
400 |
msgid "February"
|
401 |
msgstr "Luty"
|
402 |
|
403 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:222
|
404 |
#: dashboard/publisher/adverts-edit.php:243
|
405 |
msgid "March"
|
406 |
msgstr "Marzec"
|
407 |
|
408 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:223
|
409 |
#: dashboard/publisher/adverts-edit.php:244
|
410 |
msgid "April"
|
411 |
msgstr "Kwiecień"
|
412 |
|
413 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:224
|
414 |
#: dashboard/publisher/adverts-edit.php:245
|
415 |
msgid "May"
|
416 |
msgstr "Maj"
|
417 |
|
418 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:225
|
419 |
#: dashboard/publisher/adverts-edit.php:246
|
420 |
msgid "June"
|
421 |
msgstr "Czerwiec"
|
422 |
|
423 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:226
|
424 |
#: dashboard/publisher/adverts-edit.php:247
|
425 |
msgid "July"
|
426 |
msgstr "Lipiec"
|
427 |
|
428 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:227
|
429 |
#: dashboard/publisher/adverts-edit.php:248
|
430 |
msgid "August"
|
431 |
msgstr "Sierpień"
|
432 |
|
433 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:228
|
434 |
#: dashboard/publisher/adverts-edit.php:249
|
435 |
msgid "September"
|
436 |
msgstr "Wrzesień"
|
437 |
|
438 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:229
|
439 |
#: dashboard/publisher/adverts-edit.php:250
|
440 |
msgid "October"
|
441 |
msgstr "Pażdziernik"
|
442 |
|
443 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:230
|
444 |
#: dashboard/publisher/adverts-edit.php:251
|
445 |
msgid "November"
|
446 |
msgstr "Listopad"
|
447 |
|
448 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:231
|
449 |
#: dashboard/publisher/adverts-edit.php:252
|
450 |
msgid "December"
|
451 |
msgstr "Grudzień"
|
452 |
|
453 |
+
#: adrotate-statistics.php:169
|
454 |
msgid "Previous"
|
455 |
msgstr "Poprzedni"
|
456 |
|
457 |
+
#: adrotate-statistics.php:171 dashboard/publisher/statistics-advert.php:67
|
458 |
+
#: dashboard/publisher/statistics-group.php:73
|
459 |
+
#: dashboard/publisher/statistics-main.php:37
|
460 |
msgid "This month"
|
461 |
msgstr "Obecny miesiąc"
|
462 |
|
463 |
+
#: adrotate-statistics.php:172
|
464 |
msgid "Next"
|
465 |
msgstr "Następny"
|
466 |
|
467 |
+
#: adrotate-statistics.php:267
|
468 |
msgid "No data to show!"
|
469 |
msgstr "Brak danych !"
|
470 |
|
471 |
+
#: adrotate-statistics.php:344 adrotate-statistics.php:345
|
472 |
+
#, fuzzy
|
473 |
+
#| msgid "No files found"
|
474 |
+
msgid "Not found"
|
475 |
+
msgstr "Nie odnaleziono pliku"
|
476 |
+
|
477 |
#: adrotate-widget.php:116
|
478 |
msgid "Title (optional):"
|
479 |
msgstr "Tytuł (opcjonalnie):"
|
525 |
#: adrotate.php:105 dashboard/info.php:40
|
526 |
#: dashboard/publisher/adverts-edit.php:458
|
527 |
#: dashboard/publisher/groups-main.php:34
|
528 |
+
#: dashboard/publisher/schedules-main.php:34
|
529 |
+
#: dashboard/publisher/statistics-main.php:24
|
530 |
msgid "Adverts"
|
531 |
msgstr "Reklamy"
|
532 |
|
534 |
msgid "Groups"
|
535 |
msgstr "Grupy"
|
536 |
|
537 |
+
#: adrotate.php:107 adrotate.php:348
|
538 |
+
#, fuzzy
|
539 |
+
#| msgid "Schedule"
|
540 |
+
msgid "Schedules"
|
541 |
+
msgstr "Harmonogram"
|
542 |
+
|
543 |
+
#: adrotate.php:108 adrotate.php:388 dashboard/publisher/adverts-edit.php:167
|
544 |
+
#: dashboard/publisher/statistics-main.php:12
|
545 |
+
#: dashboard/settings/statistics.php:17
|
546 |
+
msgid "Statistics"
|
547 |
+
msgstr "Statystyki"
|
548 |
+
|
549 |
+
#: adrotate.php:109
|
550 |
+
#, fuzzy
|
551 |
+
#| msgid "Media:"
|
552 |
+
msgid "Media"
|
553 |
+
msgstr "Media:"
|
554 |
+
|
555 |
+
#: adrotate.php:110
|
556 |
msgid "Settings"
|
557 |
msgstr "Ustawienia"
|
558 |
|
559 |
+
#: adrotate.php:131
|
560 |
msgid "AdRotate Info"
|
561 |
msgstr "Informacja AdRotate "
|
562 |
|
563 |
+
#: adrotate.php:149
|
564 |
msgid "AdRotate Professional"
|
565 |
msgstr "AdRotate Professional"
|
566 |
|
567 |
+
#: adrotate.php:189
|
568 |
msgid "Advert Management"
|
569 |
msgstr ""
|
570 |
|
571 |
+
#: adrotate.php:249 adrotate.php:317
|
572 |
msgid "Manage"
|
573 |
msgstr "Zarządzaj"
|
574 |
|
575 |
+
#: adrotate.php:250
|
576 |
+
#, fuzzy
|
577 |
+
#| msgid "General Info"
|
578 |
+
msgid "Generator"
|
579 |
+
msgstr "Informacje główne"
|
580 |
+
|
581 |
+
#: adrotate.php:251 adrotate.php:318
|
582 |
msgid "Add New"
|
583 |
msgstr "Dodaj nową"
|
584 |
|
585 |
+
#: adrotate.php:311
|
586 |
msgid "Group Management"
|
587 |
msgstr "Zarządzanie grupą reklam"
|
588 |
|
589 |
+
#: adrotate.php:442
|
590 |
+
msgid "Media and Assets"
|
591 |
+
msgstr ""
|
592 |
|
593 |
+
#: adrotate.php:446
|
594 |
+
msgid ""
|
595 |
+
"Upload images to the AdRotate Pro banners folder from here. This is useful "
|
596 |
+
"if you have HTML5 adverts containing multiple files."
|
597 |
+
msgstr ""
|
598 |
+
|
599 |
+
#: adrotate.php:446 dashboard/publisher/schedules-main.php:13
|
600 |
+
#, fuzzy
|
601 |
+
#| msgid "Get more features with AdRotate Pro"
|
602 |
+
msgid "Get more features"
|
603 |
+
msgstr "Więcej ustawień z AdRotate Pro"
|
604 |
+
|
605 |
+
#: adrotate.php:446 dashboard/publisher/schedules-main.php:13
|
606 |
+
#, fuzzy
|
607 |
+
#| msgid "AdRotate Pro"
|
608 |
+
msgid "Get AdRotate Pro"
|
609 |
+
msgstr "AdRotate Pro"
|
610 |
+
|
611 |
+
#: adrotate.php:474
|
612 |
msgid "AdRotate Settings"
|
613 |
msgstr "Ustawienia AdRotate"
|
614 |
|
615 |
+
#: adrotate.php:479 dashboard/publisher/statistics-main.php:17
|
616 |
#, fuzzy
|
617 |
#| msgid "General Info"
|
618 |
msgid "General"
|
619 |
msgstr "Informacje główne"
|
620 |
|
621 |
+
#: adrotate.php:480 dashboard/settings/notifications.php:18
|
622 |
msgid "Notifications"
|
623 |
msgstr "Powiadomienie"
|
624 |
|
625 |
+
#: adrotate.php:481 dashboard/publisher/adverts-disabled.php:69
|
626 |
#: dashboard/publisher/adverts-error.php:63
|
627 |
#: dashboard/publisher/adverts-main.php:81
|
628 |
#: dashboard/publisher/groups-main.php:70
|
629 |
msgid "Stats"
|
630 |
msgstr "Statystyki"
|
631 |
|
632 |
+
#: adrotate.php:482 dashboard/publisher/adverts-edit.php:359
|
633 |
#: dashboard/publisher/groups-edit.php:180
|
634 |
#: dashboard/settings/advertisers.php:38
|
635 |
msgid "Geo Targeting"
|
636 |
msgstr "Geo Targeting"
|
637 |
|
638 |
+
#: adrotate.php:483 dashboard/settings/notifications.php:72
|
639 |
msgid "Advertisers"
|
640 |
msgstr "Reklamodawcy"
|
641 |
|
642 |
+
#: adrotate.php:484 dashboard/settings/roles.php:17
|
643 |
msgid "Roles"
|
644 |
msgstr ""
|
645 |
|
646 |
+
#: adrotate.php:485
|
647 |
msgid "Misc"
|
648 |
msgstr ""
|
649 |
|
650 |
+
#: adrotate.php:486 dashboard/settings/maintenance.php:16
|
651 |
msgid "Maintenance"
|
652 |
msgstr "Ostrzeżenie"
|
653 |
|
753 |
msgstr ""
|
754 |
|
755 |
#: dashboard/adrotatepro.php:83 dashboard/adrotatepro.php:95
|
756 |
+
#: dashboard/info.php:79
|
757 |
msgid "Buy AdRotate Professional"
|
758 |
msgstr "Kup AdRotate Pro"
|
759 |
|
760 |
+
#: dashboard/adrotatepro.php:87 dashboard/info.php:83
|
761 |
msgid "Single License"
|
762 |
msgstr ""
|
763 |
|
764 |
+
#: dashboard/adrotatepro.php:87 dashboard/info.php:83
|
765 |
msgid "One WordPress installation."
|
766 |
msgstr ""
|
767 |
|
768 |
#: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:100
|
769 |
+
#: dashboard/info.php:84 dashboard/info.php:91
|
770 |
msgid "Duo License"
|
771 |
msgstr "Podwójna licencja"
|
772 |
|
773 |
+
#: dashboard/adrotatepro.php:88 dashboard/info.php:84
|
774 |
msgid "Two WordPress installations."
|
775 |
msgstr ""
|
776 |
|
777 |
#: dashboard/adrotatepro.php:89 dashboard/adrotatepro.php:101
|
778 |
+
#: dashboard/info.php:85 dashboard/info.php:92
|
779 |
msgid "Multi License"
|
780 |
msgstr "Multi licencja"
|
781 |
|
782 |
+
#: dashboard/adrotatepro.php:89 dashboard/info.php:85
|
783 |
msgid "Up to five WordPress installations."
|
784 |
msgstr ""
|
785 |
|
786 |
#: dashboard/adrotatepro.php:90 dashboard/adrotatepro.php:102
|
787 |
+
#: dashboard/info.php:86 dashboard/info.php:93
|
788 |
msgid "Developer License"
|
789 |
msgstr "Licencja Programisty"
|
790 |
|
791 |
+
#: dashboard/adrotatepro.php:90 dashboard/info.php:86
|
792 |
msgid "Unlimited WordPress installations and/or networks."
|
793 |
msgstr ""
|
794 |
|
795 |
#: dashboard/adrotatepro.php:91 dashboard/adrotatepro.php:104
|
796 |
+
#: dashboard/info.php:87 dashboard/info.php:95
|
797 |
msgid "Compare licenses"
|
798 |
msgstr "Porównaj licencje."
|
799 |
|
800 |
+
#: dashboard/adrotatepro.php:91 dashboard/info.php:87
|
801 |
msgid "Not sure which license is for you? Compare them..."
|
802 |
msgstr "Nie wiesz jaka licencja jest dla Ciebie? Porównaj je..."
|
803 |
|
804 |
+
#: dashboard/adrotatepro.php:91 dashboard/info.php:87
|
805 |
msgid "All Licenses"
|
806 |
msgstr "Wszystkie licencje"
|
807 |
|
808 |
+
#: dashboard/adrotatepro.php:99 dashboard/info.php:90
|
809 |
msgid "Lifetime License"
|
810 |
msgstr ""
|
811 |
|
812 |
+
#: dashboard/adrotatepro.php:99 dashboard/info.php:90
|
813 |
msgid "Single installation."
|
814 |
msgstr ""
|
815 |
|
816 |
+
#: dashboard/adrotatepro.php:100 dashboard/info.php:91
|
817 |
msgid "Up to 2 installations."
|
818 |
msgstr ""
|
819 |
|
820 |
+
#: dashboard/adrotatepro.php:101 dashboard/info.php:92
|
821 |
msgid "Up to 10 installations."
|
822 |
msgstr ""
|
823 |
|
824 |
+
#: dashboard/adrotatepro.php:102 dashboard/info.php:93
|
825 |
msgid "Up to 25 installations or multisite networks."
|
826 |
msgstr ""
|
827 |
|
828 |
+
#: dashboard/adrotatepro.php:103 dashboard/info.php:94
|
829 |
msgid ""
|
830 |
"Subscriptions get 1 year access to updates, email support & AdRotate Geo."
|
831 |
msgstr ""
|
832 |
|
833 |
+
#: dashboard/adrotatepro.php:104 dashboard/info.php:95
|
834 |
msgid "Not sure which license is for you?"
|
835 |
msgstr ""
|
836 |
|
837 |
+
#: dashboard/adrotatepro.php:104 dashboard/info.php:95
|
838 |
msgid "Compare Licenses"
|
839 |
msgstr ""
|
840 |
|
864 |
"for updates about me and my plugins. Thank you!"
|
865 |
msgstr ""
|
866 |
|
867 |
+
#: dashboard/info.php:59
|
868 |
msgid "Arnan de Gans News & Updates"
|
869 |
msgstr ""
|
870 |
|
871 |
+
#: dashboard/info.php:100
|
872 |
msgid "Join the Media.net advertising network"
|
873 |
msgstr ""
|
874 |
|
880 |
#: dashboard/publisher/adverts-error.php:19
|
881 |
#: dashboard/publisher/adverts-main.php:20
|
882 |
#: dashboard/publisher/groups-main.php:20
|
883 |
+
#: dashboard/publisher/schedules-main.php:21
|
884 |
msgid "Bulk Actions"
|
885 |
msgstr "Działania masowe"
|
886 |
|
891 |
|
892 |
#: dashboard/publisher/adverts-disabled.php:22
|
893 |
#: dashboard/publisher/adverts-error.php:21
|
894 |
+
#: dashboard/publisher/adverts-main.php:22 dashboard/publisher/media.php:60
|
895 |
msgid "Delete"
|
896 |
msgstr "Usuń"
|
897 |
|
905 |
#: dashboard/publisher/adverts-error.php:29
|
906 |
#: dashboard/publisher/adverts-main.php:30
|
907 |
#: dashboard/publisher/groups-main.php:24
|
908 |
+
#: dashboard/publisher/schedules-main.php:22
|
909 |
msgid "Go"
|
910 |
msgstr "Idź"
|
911 |
|
913 |
#: dashboard/publisher/adverts-error.php:39
|
914 |
#: dashboard/publisher/adverts-main.php:39
|
915 |
#: dashboard/publisher/groups-main.php:32
|
916 |
+
#: dashboard/publisher/schedules-main.php:31
|
917 |
msgid "ID"
|
918 |
msgstr "ID"
|
919 |
|
920 |
#: dashboard/publisher/adverts-disabled.php:36
|
921 |
#: dashboard/publisher/adverts-error.php:41
|
922 |
#: dashboard/publisher/adverts-main.php:40
|
923 |
+
#: dashboard/publisher/schedules-main.php:32
|
924 |
msgid "Start / End"
|
925 |
msgstr "Start / Koniec"
|
926 |
|
928 |
#: dashboard/publisher/adverts-error.php:40
|
929 |
#: dashboard/publisher/adverts-main.php:41
|
930 |
#: dashboard/publisher/groups-edit.php:51
|
931 |
+
#: dashboard/publisher/groups-main.php:33 dashboard/publisher/media.php:30
|
932 |
+
#: dashboard/publisher/schedules-main.php:33
|
933 |
msgid "Name"
|
934 |
msgstr "Nazwa"
|
935 |
|
942 |
|
943 |
#: dashboard/publisher/adverts-disabled.php:40
|
944 |
#: dashboard/publisher/adverts-main.php:45
|
|
|
|
|
945 |
#: dashboard/publisher/groups-edit.php:334
|
946 |
#: dashboard/publisher/groups-main.php:38
|
947 |
+
#: dashboard/publisher/statistics-advert.php:53
|
948 |
+
#: dashboard/publisher/statistics-advert.php:59
|
949 |
+
#: dashboard/publisher/statistics-advert.php:73
|
950 |
+
#: dashboard/publisher/statistics-advert.php:79
|
951 |
+
#: dashboard/publisher/statistics-advert.php:100
|
952 |
+
#: dashboard/publisher/statistics-group.php:59
|
953 |
+
#: dashboard/publisher/statistics-group.php:65
|
954 |
+
#: dashboard/publisher/statistics-group.php:79
|
955 |
+
#: dashboard/publisher/statistics-group.php:85
|
956 |
+
#: dashboard/publisher/statistics-group.php:104
|
957 |
+
#: dashboard/publisher/statistics-main.php:29
|
958 |
+
#: dashboard/publisher/statistics-main.php:43
|
959 |
+
#: dashboard/publisher/statistics-main.php:47
|
960 |
+
#: dashboard/publisher/statistics-main.php:65
|
961 |
msgid "Clicks"
|
962 |
msgstr "Kliknięcia"
|
963 |
|
964 |
#: dashboard/publisher/adverts-disabled.php:41
|
965 |
#: dashboard/publisher/adverts-main.php:47
|
966 |
+
#: dashboard/publisher/statistics-advert.php:54
|
967 |
+
#: dashboard/publisher/statistics-advert.php:60
|
968 |
+
#: dashboard/publisher/statistics-advert.php:74
|
969 |
+
#: dashboard/publisher/statistics-advert.php:80
|
970 |
+
#: dashboard/publisher/statistics-advert.php:101
|
971 |
+
#: dashboard/publisher/statistics-group.php:60
|
972 |
+
#: dashboard/publisher/statistics-group.php:66
|
973 |
+
#: dashboard/publisher/statistics-group.php:80
|
974 |
+
#: dashboard/publisher/statistics-group.php:86
|
975 |
+
#: dashboard/publisher/statistics-group.php:105
|
976 |
+
#: dashboard/publisher/statistics-main.php:30
|
977 |
+
#: dashboard/publisher/statistics-main.php:44
|
978 |
+
#: dashboard/publisher/statistics-main.php:48
|
979 |
+
#: dashboard/publisher/statistics-main.php:66
|
980 |
msgid "CTR"
|
981 |
msgstr "CTR"
|
982 |
|
1072 |
msgstr "Proste przykłady:"
|
1073 |
|
1074 |
#: dashboard/publisher/adverts-edit.php:129
|
1075 |
+
msgid "Get adverts from Media.net"
|
1076 |
msgstr ""
|
1077 |
|
1078 |
#: dashboard/publisher/adverts-edit.php:134
|
1129 |
"działa w tym pliku!."
|
1130 |
|
1131 |
#: dashboard/publisher/adverts-edit.php:150
|
1132 |
+
#: dashboard/publisher/adverts-generator.php:46
|
1133 |
msgid "Banner asset"
|
1134 |
msgstr ""
|
1135 |
|
1142 |
msgstr "Wybierz baner:"
|
1143 |
|
1144 |
#: dashboard/publisher/adverts-edit.php:155
|
1145 |
+
#: dashboard/publisher/adverts-generator.php:53
|
1146 |
msgid "- OR -"
|
1147 |
msgstr "--albo-"
|
1148 |
|
1166 |
"Skorzystaj z pola tekstowego lub listy rozwijanej. Jeśli pole tekstowe "
|
1167 |
"zawiera treści, te pole ma pierwszeństwo."
|
1168 |
|
|
|
|
|
|
|
|
|
|
|
1169 |
#: dashboard/publisher/adverts-edit.php:169
|
1170 |
msgid "Enable click and impression tracking for this advert."
|
1171 |
msgstr ""
|
1194 |
msgstr "Więcej ustawień z AdRotate Pro"
|
1195 |
|
1196 |
#: dashboard/publisher/adverts-edit.php:188
|
1197 |
+
#: dashboard/publisher/adverts-edit.php:288
|
1198 |
+
#: dashboard/publisher/adverts-edit.php:357
|
1199 |
+
#: dashboard/publisher/adverts-edit.php:428
|
1200 |
#: dashboard/publisher/adverts-main.php:105
|
1201 |
#: dashboard/publisher/groups-edit.php:71
|
1202 |
+
#: dashboard/publisher/groups-edit.php:191
|
1203 |
+
#: dashboard/publisher/groups-main.php:89 dashboard/publisher/media.php:73
|
1204 |
+
#: dashboard/publisher/schedules-main.php:89
|
1205 |
+
#: dashboard/publisher/statistics-advert.php:140
|
1206 |
+
#: dashboard/publisher/statistics-group.php:112
|
1207 |
+
#: dashboard/publisher/statistics-main.php:73
|
1208 |
#, fuzzy
|
1209 |
+
msgid "Upgrade now"
|
1210 |
+
msgstr "Dziś"
|
1211 |
|
1212 |
#: dashboard/publisher/adverts-edit.php:191
|
1213 |
#: dashboard/publisher/adverts-edit.php:291
|
1220 |
#: dashboard/publisher/adverts-edit.php:292
|
1221 |
#: dashboard/publisher/adverts-edit.php:448
|
1222 |
#: dashboard/publisher/adverts-edit.php:489
|
1223 |
+
#: dashboard/publisher/adverts-generator.php:129
|
1224 |
#: dashboard/publisher/groups-edit.php:150
|
1225 |
#: dashboard/publisher/groups-edit.php:299
|
1226 |
#: dashboard/publisher/groups-edit.php:391
|
1314 |
"Pro."
|
1315 |
msgstr ""
|
1316 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1317 |
#: dashboard/publisher/adverts-edit.php:295
|
1318 |
#: dashboard/publisher/groups-edit.php:153
|
1319 |
msgid "Advanced"
|
1517 |
msgid "Expired"
|
1518 |
msgstr "Wygasa"
|
1519 |
|
1520 |
+
#: dashboard/publisher/adverts-generator.php:35
|
1521 |
+
msgid "Generate Advert Code"
|
1522 |
+
msgstr ""
|
1523 |
+
|
1524 |
+
#: dashboard/publisher/adverts-generator.php:36
|
1525 |
+
msgid ""
|
1526 |
+
"Use the Generator if you have received a target url, banner image and/or "
|
1527 |
+
"some separate files with a description on how to use those. The AdRotate "
|
1528 |
+
"Generator will take your bits and pieces and try to generate a working "
|
1529 |
+
"adcode from it."
|
1530 |
+
msgstr ""
|
1531 |
+
|
1532 |
+
#: dashboard/publisher/adverts-generator.php:38
|
1533 |
+
msgid ""
|
1534 |
+
"If you have a complete and working ad code / ad tag you do not use the "
|
1535 |
+
"Generator. You can simply paste that code in the AdCode field when creating "
|
1536 |
+
"your advert. For example as provided by Media.net or Google AdSense among "
|
1537 |
+
"others."
|
1538 |
+
msgstr ""
|
1539 |
+
|
1540 |
+
#: dashboard/publisher/adverts-generator.php:40
|
1541 |
+
#, fuzzy
|
1542 |
+
#| msgid "Statistics for advert"
|
1543 |
+
msgid "Basic advert"
|
1544 |
+
msgstr "Statystyki dla reklamy"
|
1545 |
+
|
1546 |
+
#: dashboard/publisher/adverts-generator.php:41
|
1547 |
+
msgid ""
|
1548 |
+
"This is a regular advert consisting of an image and a link, made up from "
|
1549 |
+
"HTML code."
|
1550 |
+
msgstr ""
|
1551 |
+
|
1552 |
+
#: dashboard/publisher/adverts-generator.php:50
|
1553 |
+
#: dashboard/publisher/adverts-generator.php:99
|
1554 |
+
#, fuzzy
|
1555 |
+
#| msgid "No image selected"
|
1556 |
+
msgid "No file selected"
|
1557 |
+
msgstr "Nie wybrano żadnego obrazu"
|
1558 |
+
|
1559 |
+
#: dashboard/publisher/adverts-generator.php:52
|
1560 |
+
#: dashboard/publisher/adverts-generator.php:101
|
1561 |
+
msgid "Is your file not listed? Upload it via the AdRotate Media Manager."
|
1562 |
+
msgstr ""
|
1563 |
+
|
1564 |
+
#: dashboard/publisher/adverts-generator.php:54
|
1565 |
+
msgid "Visible text if this is a text link banner."
|
1566 |
+
msgstr ""
|
1567 |
+
|
1568 |
+
#: dashboard/publisher/adverts-generator.php:54
|
1569 |
+
#, fuzzy
|
1570 |
+
#| msgid ""
|
1571 |
+
#| "Use either the text field or the dropdown. If the textfield has content "
|
1572 |
+
#| "that field has priority."
|
1573 |
+
msgid ""
|
1574 |
+
"Use either the dropdown or the text field. If the dropdown is used, that "
|
1575 |
+
"field has priority."
|
1576 |
+
msgstr ""
|
1577 |
+
"Skorzystaj z pola tekstowego lub listy rozwijanej. Jeśli pole tekstowe "
|
1578 |
+
"zawiera treści, te pole ma pierwszeństwo."
|
1579 |
+
|
1580 |
+
#: dashboard/publisher/adverts-generator.php:59
|
1581 |
+
#, fuzzy
|
1582 |
+
#| msgid "website"
|
1583 |
+
msgid "Target website"
|
1584 |
+
msgstr "strone internetową"
|
1585 |
+
|
1586 |
+
#: dashboard/publisher/adverts-generator.php:61
|
1587 |
+
msgid "Where does the person clicking the advert go?"
|
1588 |
+
msgstr ""
|
1589 |
+
|
1590 |
+
#: dashboard/publisher/adverts-generator.php:65
|
1591 |
+
#, fuzzy
|
1592 |
+
#| msgid "Geo Targeting"
|
1593 |
+
msgid "Target window"
|
1594 |
+
msgstr "Geo Targeting"
|
1595 |
+
|
1596 |
+
#: dashboard/publisher/adverts-generator.php:67
|
1597 |
+
#: dashboard/publisher/adverts-generator.php:73
|
1598 |
+
#: dashboard/publisher/adverts-generator.php:119
|
1599 |
+
#, fuzzy
|
1600 |
+
#| msgid "Available in AdRotate Pro"
|
1601 |
+
msgid "Available in AdRotate Pro."
|
1602 |
+
msgstr "Dostępne w wersji AdRotate Pro"
|
1603 |
+
|
1604 |
+
#: dashboard/publisher/adverts-generator.php:67
|
1605 |
+
msgid "Open the target website in a new window?"
|
1606 |
+
msgstr ""
|
1607 |
+
|
1608 |
+
#: dashboard/publisher/adverts-generator.php:71
|
1609 |
+
#, fuzzy
|
1610 |
+
#| msgid "Follow"
|
1611 |
+
msgid "NoFollow"
|
1612 |
+
msgstr "Obserwuj"
|
1613 |
+
|
1614 |
+
#: dashboard/publisher/adverts-generator.php:73
|
1615 |
+
msgid "Tell crawlers and search engines not to follow the target website url?"
|
1616 |
+
msgstr ""
|
1617 |
+
|
1618 |
+
#: dashboard/publisher/adverts-generator.php:77
|
1619 |
+
#: dashboard/publisher/adverts-generator.php:106
|
1620 |
+
#: dashboard/publisher/groups-edit.php:95
|
1621 |
+
msgid "Advert size"
|
1622 |
+
msgstr ""
|
1623 |
+
|
1624 |
+
#: dashboard/publisher/adverts-generator.php:79
|
1625 |
+
#: dashboard/publisher/adverts-generator.php:108
|
1626 |
+
#, fuzzy
|
1627 |
+
#| msgid "pixel(s) wide"
|
1628 |
+
msgid "px wide"
|
1629 |
+
msgstr "szerokość w pikselach"
|
1630 |
+
|
1631 |
+
#: dashboard/publisher/adverts-generator.php:80
|
1632 |
+
#: dashboard/publisher/adverts-generator.php:109
|
1633 |
+
#, fuzzy
|
1634 |
+
#| msgid "pixel(s) high."
|
1635 |
+
msgid "px high."
|
1636 |
+
msgstr "wysokość w pikselach"
|
1637 |
+
|
1638 |
+
#: dashboard/publisher/adverts-generator.php:81
|
1639 |
+
#: dashboard/publisher/adverts-generator.php:110
|
1640 |
+
#, fuzzy
|
1641 |
+
msgid "Define the maximum size of the adverts in pixels."
|
1642 |
+
msgstr ""
|
1643 |
+
"Ustal maksymalny rozmiar reklam w pikselach po uwzględnieniu marginesu. "
|
1644 |
+
"Rozmiar może być ustawiony na 'auto' (Nie zalecane). Domyślnie: 125/125."
|
1645 |
+
|
1646 |
+
#: dashboard/publisher/adverts-generator.php:81
|
1647 |
+
#: dashboard/publisher/adverts-generator.php:119
|
1648 |
+
#, fuzzy
|
1649 |
+
#| msgid "Title (optional):"
|
1650 |
+
msgid "(Optional)"
|
1651 |
+
msgstr "Tytuł (opcjonalnie):"
|
1652 |
+
|
1653 |
+
#: dashboard/publisher/adverts-generator.php:88
|
1654 |
+
msgid "HTML5 or Flash Advert"
|
1655 |
+
msgstr ""
|
1656 |
+
|
1657 |
+
#: dashboard/publisher/adverts-generator.php:89
|
1658 |
+
msgid ""
|
1659 |
+
"These are more advanced adverts, using a Flash file or HTML5 files. Try to "
|
1660 |
+
"avoid Flash. HTML5 is the new and better standard."
|
1661 |
+
msgstr ""
|
1662 |
+
|
1663 |
+
#: dashboard/publisher/adverts-generator.php:90
|
1664 |
+
msgid ""
|
1665 |
+
"If your HTML5 advert consists of multiple files, upload all files using the "
|
1666 |
+
"AdRotate Media Manager and select the HTML file here."
|
1667 |
+
msgstr ""
|
1668 |
+
|
1669 |
+
#: dashboard/publisher/adverts-generator.php:95
|
1670 |
+
msgid "HTML/Flash file"
|
1671 |
+
msgstr ""
|
1672 |
+
|
1673 |
+
#: dashboard/publisher/adverts-generator.php:114
|
1674 |
+
msgid "Flash clickTAG"
|
1675 |
+
msgstr ""
|
1676 |
+
|
1677 |
+
#: dashboard/publisher/adverts-generator.php:117
|
1678 |
+
msgid "Parameter"
|
1679 |
+
msgstr ""
|
1680 |
+
|
1681 |
+
#: dashboard/publisher/adverts-generator.php:118
|
1682 |
+
msgid "No clickTAG"
|
1683 |
+
msgstr ""
|
1684 |
+
|
1685 |
+
#: dashboard/publisher/adverts-generator.php:119
|
1686 |
+
msgid "URL"
|
1687 |
+
msgstr ""
|
1688 |
+
|
1689 |
+
#: dashboard/publisher/adverts-generator.php:119
|
1690 |
+
msgid ""
|
1691 |
+
"This option is ignored for HTML5 adverts. All choices do the exact same, but "
|
1692 |
+
"some developers write the parameter differently."
|
1693 |
+
msgstr ""
|
1694 |
+
|
1695 |
+
#: dashboard/publisher/adverts-generator.php:128
|
1696 |
+
msgid "Generate and Configure Advert"
|
1697 |
+
msgstr ""
|
1698 |
+
|
1699 |
+
#: dashboard/publisher/adverts-generator.php:129
|
1700 |
+
msgid "Always test your adverts before activating them."
|
1701 |
+
msgstr ""
|
1702 |
+
|
1703 |
+
#: dashboard/publisher/adverts-generator.php:132
|
1704 |
+
msgid "NOTE:"
|
1705 |
+
msgstr ""
|
1706 |
+
|
1707 |
+
#: dashboard/publisher/adverts-generator.php:132
|
1708 |
+
msgid ""
|
1709 |
+
"While the Code Generator has been tested and works, code generation, as "
|
1710 |
+
"always, is a interpretation of user input. If you provide the correct bits "
|
1711 |
+
"and pieces, a working advert may be generated. If you leave fields empty or "
|
1712 |
+
"insert the wrong info you probably end up with a broken advert."
|
1713 |
+
msgstr ""
|
1714 |
+
|
1715 |
+
#: dashboard/publisher/adverts-generator.php:132
|
1716 |
+
msgid ""
|
1717 |
+
"Based on your input and experiences later iterations of the Code Generator "
|
1718 |
+
"will be better and more feature rich."
|
1719 |
+
msgstr ""
|
1720 |
+
|
1721 |
#: dashboard/publisher/adverts-main.php:12
|
1722 |
msgid "Active Adverts"
|
1723 |
msgstr ""
|
1731 |
#: dashboard/publisher/adverts-main.php:46
|
1732 |
#: dashboard/publisher/groups-main.php:37
|
1733 |
#: dashboard/publisher/groups-main.php:39
|
1734 |
+
#: dashboard/publisher/statistics-advert.php:45
|
1735 |
+
#: dashboard/publisher/statistics-group.php:51
|
1736 |
msgid "Today"
|
1737 |
msgstr "Dziś"
|
1738 |
|
1740 |
msgid "No adverts created yet!"
|
1741 |
msgstr ""
|
1742 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1743 |
#: dashboard/publisher/groups-edit.php:43
|
1744 |
msgid "New Group"
|
1745 |
msgstr "Nowa grupa"
|
1797 |
msgid "Larger blocks will degrade your sites performance! Default: 2/2."
|
1798 |
msgstr ""
|
1799 |
|
|
|
|
|
|
|
|
|
1800 |
#: dashboard/publisher/groups-edit.php:97
|
1801 |
msgid "pixel(s) wide"
|
1802 |
msgstr "szerokość w pikselach"
|
2041 |
msgstr "Błedy konfiguracji."
|
2042 |
|
2043 |
#: dashboard/publisher/groups-edit.php:385
|
2044 |
+
#: dashboard/publisher/schedules-main.php:87
|
2045 |
msgid "Expires soon."
|
2046 |
msgstr "Wygasa wkrótce."
|
2047 |
|
2048 |
#: dashboard/publisher/groups-edit.php:386
|
2049 |
+
#: dashboard/publisher/schedules-main.php:88
|
2050 |
msgid "Has expired."
|
2051 |
msgstr "Wygasła."
|
2052 |
|
2079 |
msgid "No groups created!"
|
2080 |
msgstr "Nie utworzono grupy!"
|
2081 |
|
2082 |
+
#: dashboard/publisher/media.php:17
|
2083 |
+
#, fuzzy
|
2084 |
+
msgid "Upload new file"
|
2085 |
+
msgstr "Obraz banera:"
|
2086 |
+
|
2087 |
+
#: dashboard/publisher/media.php:18
|
2088 |
+
#, fuzzy
|
2089 |
+
msgid "Accepted files:"
|
2090 |
+
msgstr "Użyj znacznika %image% w kodzie . Akceptowane pliki:"
|
2091 |
+
|
2092 |
+
#: dashboard/publisher/media.php:18
|
2093 |
+
msgid "Maximum size is 512Kb per file."
|
2094 |
+
msgstr ""
|
2095 |
+
|
2096 |
+
#: dashboard/publisher/media.php:18
|
2097 |
+
msgid "Important:"
|
2098 |
+
msgstr ""
|
2099 |
+
|
2100 |
+
#: dashboard/publisher/media.php:18
|
2101 |
+
msgid ""
|
2102 |
+
"Make sure your file has no spaces or special characters in the name. Replace "
|
2103 |
+
"spaces with a - or _."
|
2104 |
+
msgstr ""
|
2105 |
+
|
2106 |
+
#: dashboard/publisher/media.php:18
|
2107 |
+
msgid ""
|
2108 |
+
"If you remove spaces from filenames for HTML5 adverts also edit the html "
|
2109 |
+
"file so it knows about the changed name. For example for the javascript file."
|
2110 |
+
msgstr ""
|
2111 |
+
|
2112 |
+
#: dashboard/publisher/media.php:21
|
2113 |
+
#, fuzzy
|
2114 |
+
msgid "Upload file"
|
2115 |
+
msgstr "Obraz banera:"
|
2116 |
+
|
2117 |
+
#: dashboard/publisher/media.php:21
|
2118 |
+
msgid "Click only once per file!"
|
2119 |
+
msgstr ""
|
2120 |
+
|
2121 |
+
#: dashboard/publisher/media.php:25
|
2122 |
+
#, fuzzy
|
2123 |
+
#| msgid "Available in AdRotate Pro"
|
2124 |
+
msgid "Available files in"
|
2125 |
+
msgstr "Dostępne w wersji AdRotate Pro"
|
2126 |
+
|
2127 |
+
#: dashboard/publisher/media.php:31
|
2128 |
+
#, fuzzy
|
2129 |
+
msgid "Actions"
|
2130 |
+
msgstr "Działania masowe"
|
2131 |
+
|
2132 |
+
#: dashboard/publisher/media.php:65
|
2133 |
+
#, fuzzy
|
2134 |
+
#| msgid "No files found"
|
2135 |
+
msgid "No files found!"
|
2136 |
+
msgstr "Nie odnaleziono pliku"
|
2137 |
+
|
2138 |
+
#: dashboard/publisher/media.php:72
|
2139 |
+
msgid ""
|
2140 |
+
"Make sure the banner images are not in use by adverts when you delete them!"
|
2141 |
+
msgstr ""
|
2142 |
+
|
2143 |
+
#: dashboard/publisher/media.php:73 dashboard/publisher/schedules-main.php:89
|
2144 |
+
#: dashboard/publisher/statistics-advert.php:140
|
2145 |
+
#: dashboard/publisher/statistics-group.php:112
|
2146 |
+
#: dashboard/publisher/statistics-main.php:73
|
2147 |
+
msgid "Get more features with AdRotate Pro"
|
2148 |
+
msgstr "Więcej ustawień z AdRotate Pro"
|
2149 |
+
|
2150 |
+
#: dashboard/publisher/schedules-main.php:12
|
2151 |
+
#, fuzzy
|
2152 |
+
msgid "Manage Schedules"
|
2153 |
+
msgstr "Zarządzaj"
|
2154 |
+
|
2155 |
+
#: dashboard/publisher/schedules-main.php:13
|
2156 |
+
msgid ""
|
2157 |
+
"In AdRotate Pro you can schedule adverts for multiple periods of time. One "
|
2158 |
+
"schedule can be assigned to many adverts allowing you to manage multi advert "
|
2159 |
+
"campaigns easily. Schedules can be active on certain days of the week or on "
|
2160 |
+
"certain hours of the day."
|
2161 |
+
msgstr ""
|
2162 |
+
|
2163 |
+
#: dashboard/publisher/schedules-main.php:36
|
2164 |
+
#, fuzzy
|
2165 |
+
#| msgid "Shown"
|
2166 |
+
msgid "Max Shown"
|
2167 |
+
msgstr "Wyświetlane"
|
2168 |
+
|
2169 |
+
#: dashboard/publisher/schedules-main.php:37
|
2170 |
+
#: dashboard/publisher/statistics-advert.php:114
|
2171 |
+
msgid "Max Clicks"
|
2172 |
+
msgstr "Maksymalna liczna kliknięć"
|
2173 |
+
|
2174 |
+
#: dashboard/publisher/schedules-main.php:70
|
2175 |
+
msgid "Mon:"
|
2176 |
+
msgstr ""
|
2177 |
+
|
2178 |
+
#: dashboard/publisher/schedules-main.php:70
|
2179 |
+
msgid "Tue:"
|
2180 |
+
msgstr ""
|
2181 |
+
|
2182 |
+
#: dashboard/publisher/schedules-main.php:70
|
2183 |
+
msgid "Wed:"
|
2184 |
+
msgstr ""
|
2185 |
+
|
2186 |
+
#: dashboard/publisher/schedules-main.php:70
|
2187 |
+
msgid "Thu:"
|
2188 |
+
msgstr ""
|
2189 |
+
|
2190 |
+
#: dashboard/publisher/schedules-main.php:70
|
2191 |
+
msgid "Fri:"
|
2192 |
+
msgstr ""
|
2193 |
+
|
2194 |
+
#: dashboard/publisher/schedules-main.php:70
|
2195 |
+
msgid "Sat:"
|
2196 |
+
msgstr ""
|
2197 |
+
|
2198 |
+
#: dashboard/publisher/schedules-main.php:70
|
2199 |
+
msgid "Sun:"
|
2200 |
+
msgstr ""
|
2201 |
+
|
2202 |
+
#: dashboard/publisher/schedules-main.php:70
|
2203 |
+
msgid "Between:"
|
2204 |
+
msgstr ""
|
2205 |
+
|
2206 |
+
#: dashboard/publisher/schedules-main.php:70
|
2207 |
+
#, fuzzy
|
2208 |
+
#| msgid "Impressions"
|
2209 |
+
msgid "Impression spread:"
|
2210 |
+
msgstr "Wyświetlenia"
|
2211 |
+
|
2212 |
+
#: dashboard/publisher/schedules-main.php:70
|
2213 |
+
#, fuzzy
|
2214 |
+
#| msgid "Delete"
|
2215 |
+
msgid "Auto Delete:"
|
2216 |
+
msgstr "Usuń"
|
2217 |
+
|
2218 |
+
#: dashboard/publisher/schedules-main.php:81
|
2219 |
+
msgid "Nothing here!"
|
2220 |
+
msgstr ""
|
2221 |
+
|
2222 |
+
#: dashboard/publisher/statistics-advert.php:40
|
2223 |
+
msgid "Statistics for advert"
|
2224 |
+
msgstr "Statystyki dla reklamy"
|
2225 |
+
|
2226 |
+
#: dashboard/publisher/statistics-advert.php:47
|
2227 |
+
#: dashboard/publisher/statistics-group.php:53
|
2228 |
+
#: dashboard/publisher/statistics-main.php:19
|
2229 |
+
#, fuzzy
|
2230 |
+
#| msgid "Clicks timer"
|
2231 |
+
msgid "All time"
|
2232 |
+
msgstr "Licznik kliknięć"
|
2233 |
+
|
2234 |
+
#: dashboard/publisher/statistics-advert.php:52
|
2235 |
+
#: dashboard/publisher/statistics-advert.php:58
|
2236 |
+
#: dashboard/publisher/statistics-advert.php:72
|
2237 |
+
#: dashboard/publisher/statistics-advert.php:78
|
2238 |
+
#: dashboard/publisher/statistics-advert.php:99
|
2239 |
+
#: dashboard/publisher/statistics-group.php:58
|
2240 |
+
#: dashboard/publisher/statistics-group.php:64
|
2241 |
+
#: dashboard/publisher/statistics-group.php:78
|
2242 |
+
#: dashboard/publisher/statistics-group.php:84
|
2243 |
+
#: dashboard/publisher/statistics-group.php:103
|
2244 |
+
#: dashboard/publisher/statistics-main.php:28
|
2245 |
+
#: dashboard/publisher/statistics-main.php:42
|
2246 |
+
#: dashboard/publisher/statistics-main.php:46
|
2247 |
+
#: dashboard/publisher/statistics-main.php:64
|
2248 |
+
msgid "Impressions"
|
2249 |
+
msgstr "Wyświetlenia"
|
2250 |
+
|
2251 |
+
#: dashboard/publisher/statistics-advert.php:65
|
2252 |
+
#: dashboard/publisher/statistics-group.php:71
|
2253 |
+
#: dashboard/publisher/statistics-main.php:35
|
2254 |
+
#, fuzzy
|
2255 |
+
#| msgid "This month"
|
2256 |
+
msgid "Last month"
|
2257 |
+
msgstr "Obecny miesiąc"
|
2258 |
+
|
2259 |
+
#: dashboard/publisher/statistics-advert.php:86
|
2260 |
+
#: dashboard/publisher/statistics-group.php:92
|
2261 |
+
#: dashboard/publisher/statistics-main.php:53
|
2262 |
+
msgid "Monthly overview of clicks and impressions"
|
2263 |
+
msgstr "Miesięczne zestawienie kliknięć i wyświetleń"
|
2264 |
+
|
2265 |
+
#: dashboard/publisher/statistics-advert.php:108
|
2266 |
+
#, fuzzy
|
2267 |
+
#| msgid "Monthly overview of clicks and impressions"
|
2268 |
+
msgid "Periodic overview of clicks and impressions"
|
2269 |
+
msgstr "Miesięczne zestawienie kliknięć i wyświetleń"
|
2270 |
+
|
2271 |
+
#: dashboard/publisher/statistics-advert.php:112
|
2272 |
+
#, fuzzy
|
2273 |
+
#| msgid "Show from"
|
2274 |
+
msgid "Shown from"
|
2275 |
+
msgstr "Pokazuj od"
|
2276 |
+
|
2277 |
+
#: dashboard/publisher/statistics-advert.php:113
|
2278 |
+
#, fuzzy
|
2279 |
+
#| msgid "Show until"
|
2280 |
+
msgid "Shown until"
|
2281 |
+
msgstr "Pokazuj do"
|
2282 |
+
|
2283 |
+
#: dashboard/publisher/statistics-advert.php:114
|
2284 |
+
#: dashboard/publisher/statistics-advert.php:115
|
2285 |
+
msgid "Used"
|
2286 |
+
msgstr ""
|
2287 |
+
|
2288 |
+
#: dashboard/publisher/statistics-advert.php:115
|
2289 |
+
msgid "Max Impressions"
|
2290 |
+
msgstr "Maksymalna liczba wyświetleń"
|
2291 |
+
|
2292 |
+
#: dashboard/publisher/statistics-advert.php:141
|
2293 |
+
#: dashboard/publisher/statistics-group.php:113
|
2294 |
+
#: dashboard/publisher/statistics-main.php:74
|
2295 |
+
#: dashboard/settings/notifications.php:60
|
2296 |
+
#: dashboard/settings/notifications.php:90
|
2297 |
+
msgid "Note:"
|
2298 |
+
msgstr "Notatka:"
|
2299 |
+
|
2300 |
+
#: dashboard/publisher/statistics-advert.php:141
|
2301 |
+
#: dashboard/publisher/statistics-group.php:113
|
2302 |
+
#: dashboard/publisher/statistics-main.php:74
|
2303 |
+
msgid ""
|
2304 |
+
"All statistics are indicative. They do not nessesarily reflect results "
|
2305 |
+
"counted by other parties."
|
2306 |
+
msgstr ""
|
2307 |
+
"Wszystkie statystyki są orientacyjne. Mogą dokładnie nie odzwierciedlać "
|
2308 |
+
"wyników wyliczonych przez inne strony."
|
2309 |
+
|
2310 |
+
#: dashboard/publisher/statistics-group.php:46
|
2311 |
msgid "Statistics for group"
|
2312 |
msgstr "Statystyki dla grupy"
|
2313 |
|
2314 |
+
#: dashboard/publisher/statistics-main.php:26
|
2315 |
+
msgid "Adverts counting stats"
|
2316 |
+
msgstr ""
|
2317 |
+
|
2318 |
#: dashboard/settings/advertisers.php:16
|
2319 |
msgid "Advertisers - Available in AdRotate Pro"
|
2320 |
msgstr ""
|
3332 |
msgstr ""
|
3333 |
"Ta liczba nie moze być pusta, ujemna lub przekraczać 86400 (24 godziny)."
|
3334 |
|
3335 |
+
#~ msgid "Report"
|
3336 |
+
#~ msgstr "Raport"
|
3337 |
+
|
3338 |
+
#, fuzzy
|
3339 |
+
#~ msgid "More information"
|
3340 |
+
#~ msgstr "Więcej informacji"
|
3341 |
+
|
3342 |
+
#~ msgid "Impressions today"
|
3343 |
+
#~ msgstr "Dzisiejsze wyświetlenia"
|
3344 |
+
|
3345 |
+
#~ msgid "Clicks today"
|
3346 |
+
#~ msgstr "Dzisiejsze kliknięcia "
|
3347 |
+
|
3348 |
#~ msgid "Empty database records removed"
|
3349 |
#~ msgstr "Usunięto puste rekordy bazy danych"
|
3350 |
|
3371 |
#~ msgid "Help AdRotate Grow"
|
3372 |
#~ msgstr "Nie wiesz co zrobić z AdRotate? Ja ci pomogę!"
|
3373 |
|
|
|
|
|
|
|
|
|
3374 |
#, fuzzy
|
3375 |
#~ msgid "Manage Media"
|
3376 |
#~ msgstr "Media:"
|
3390 |
#~ msgid "Ads"
|
3391 |
#~ msgstr "Reklamy"
|
3392 |
|
|
|
|
|
|
|
|
|
|
|
|
|
3393 |
#, fuzzy
|
3394 |
#~ msgid "No schedules created yet!"
|
3395 |
#~ msgstr "Nie utworzono jeszcze żadnych reklam!"
|
3435 |
#~ "image.full.jpg, image.320.jpg i image.768.jpg obsłuży ten sam ogłoszenie "
|
3436 |
#~ "w różnych widokach. Wymaga jQuery."
|
3437 |
|
|
|
|
|
|
|
|
|
3438 |
#, fuzzy
|
3439 |
#~ msgid "Manage your banner folder from here with AdRotate Pro."
|
3440 |
#~ msgstr "Więcej ustawień z AdRotate Pro"
|
3517 |
#~ "Kto otrzymuje maile od reklamodawców. Maksymalnie 2 adresy odzielone "
|
3518 |
#~ "średnikiem. Te pole nie możę być puste!."
|
3519 |
|
|
|
|
|
|
|
3520 |
#~ msgid ""
|
3521 |
#~ "Benefit from extra features to reinforce your income with advertising "
|
3522 |
#~ "campaigns. Make the most of your website with the powerful tools AdRotate "
|
3529 |
#~ msgid "Visit the"
|
3530 |
#~ msgstr "Odwiedź"
|
3531 |
|
|
|
|
|
|
|
3532 |
#~ msgid "AdRotate News and Developer Blog"
|
3533 |
#~ msgstr "AdRotere Wiadomości i Blog "
|
3534 |
|
3598 |
#~ msgid "Block Mode - Show a block of ads"
|
3599 |
#~ msgstr "Trym bloku - pokazuj reklamy w bloku"
|
3600 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3601 |
#~ msgid "No ads created!"
|
3602 |
#~ msgstr "Nie utworzono reklam!"
|
3603 |
|
3629 |
#~ msgid "Find out more"
|
3630 |
#~ msgstr "Dowiedź się więcej"
|
3631 |
|
|
|
|
|
|
|
3632 |
#~ msgid "Barely visible"
|
3633 |
#~ msgstr "Ledwno widoczne"
|
3634 |
|
3647 |
#~ msgid "Impressions timer"
|
3648 |
#~ msgstr "Licznik wyświetleń"
|
3649 |
|
|
|
|
|
|
|
3650 |
#, fuzzy
|
3651 |
#~ msgid "Learn More"
|
3652 |
#~ msgstr "Dowiedź się więcej"
|
3653 |
|
|
|
|
|
|
|
|
|
3654 |
#~ msgid ""
|
3655 |
#~ "Your one stop for Webdevelopment, consultancy and anything WordPress! "
|
3656 |
#~ "Find out more about what I can do for you!"
|
3675 |
#~ msgid "Group updated"
|
3676 |
#~ msgstr "Grupa zaktualizowana"
|
3677 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3678 |
#~ msgid "Access Rights"
|
3679 |
#~ msgstr "Prawa dostępu"
|
3680 |
|
4083 |
#~ "image.full.jpg, image.320.jpg i image.768.jpg obsłuży ten sam ogłoszenie "
|
4084 |
#~ "w różnych widokach. Wymaga jQuery."
|
4085 |
|
|
|
|
|
|
|
4086 |
#, fuzzy
|
4087 |
#~ msgid "Geo Location in AdRotate Pro"
|
4088 |
#~ msgstr "AdRotate Pro"
|
4098 |
#~ msgid "Target your audience with Geo Location in AdRotate Pro"
|
4099 |
#~ msgstr "Więcej ustawień z AdRotate Pro"
|
4100 |
|
|
|
|
|
|
|
4101 |
#~ msgid "From when to when is the advert visible?"
|
4102 |
#~ msgstr "Od kiedy do kiedy ma być widoczna reklama?"
|
4103 |
|
4197 |
#~ msgid "Updated"
|
4198 |
#~ msgstr "Zaktualizowane"
|
4199 |
|
|
|
|
|
|
|
|
|
|
|
|
|
4200 |
#~ msgid "AdRotate Server Settings"
|
4201 |
#~ msgstr "Ustawienia Serwera AdRotate "
|
4202 |
|
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: 2017-
|
6 |
-
"PO-Revision-Date: 2017-
|
7 |
"Last-Translator: Arnan de Gans <info@ajdg.net>\n"
|
8 |
"Language-Team: Andrijana Nikolic <andrijanan@webhostinggeeks.com>\n"
|
9 |
"Language: sr_RS\n"
|
@@ -16,108 +16,114 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 2.0.1\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: adrotate-functions.php:
|
20 |
msgid "No files found"
|
21 |
msgstr "Nijedan fajl nije pronadjen"
|
22 |
|
23 |
-
#: adrotate-functions.php:
|
24 |
msgid "Folder not found or not accessible"
|
25 |
msgstr "Folder nije pronadjen ili nije prihvatljiv"
|
26 |
|
27 |
-
#: adrotate-functions.php:
|
28 |
msgid "Ad saved"
|
29 |
msgstr ""
|
30 |
|
31 |
-
#: adrotate-functions.php:
|
32 |
msgid "Group saved"
|
33 |
msgstr ""
|
34 |
|
35 |
-
#: adrotate-functions.php:
|
36 |
msgid "Ad(s) deleted"
|
37 |
msgstr "Izbrisani oglasu"
|
38 |
|
39 |
-
#: adrotate-functions.php:
|
40 |
msgid "Group deleted"
|
41 |
msgstr "Izbrisana grupa"
|
42 |
|
43 |
-
#: adrotate-functions.php:
|
44 |
msgid "Ad(s) statistics reset"
|
45 |
msgstr "Statistički resestovani oglasi"
|
46 |
|
47 |
-
#: adrotate-functions.php:
|
48 |
msgid "Ad(s) renewed"
|
49 |
msgstr "Ponovo obnovljeni oglasi"
|
50 |
|
51 |
-
#: adrotate-functions.php:
|
52 |
msgid "Ad(s) deactivated"
|
53 |
msgstr "Deaktivirani oglasi"
|
54 |
|
55 |
-
#: adrotate-functions.php:
|
56 |
msgid "Ad(s) activated"
|
57 |
msgstr "Aktivirani oglasi"
|
58 |
|
59 |
-
#: adrotate-functions.php:
|
60 |
msgid "Group including it's Ads deleted"
|
61 |
msgstr "Grupa koja podrazumeva obrisane oglase"
|
62 |
|
63 |
-
#: adrotate-functions.php:
|
64 |
#, fuzzy
|
65 |
msgid "Export created"
|
66 |
msgstr "Izlazne opcije za"
|
67 |
|
68 |
-
#: adrotate-functions.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
msgid "Settings saved"
|
70 |
msgstr "Postavke sačuvane"
|
71 |
|
72 |
-
#: adrotate-functions.php:
|
73 |
msgid "Database optimized"
|
74 |
msgstr "Baza podataka optimizirana"
|
75 |
|
76 |
-
#: adrotate-functions.php:
|
77 |
msgid "Database repaired"
|
78 |
msgstr "Baza podataka popravljena"
|
79 |
|
80 |
-
#: adrotate-functions.php:
|
81 |
msgid "Ads evaluated and statuses have been corrected where required"
|
82 |
msgstr "Oglasi procenjuju i statusi su ispravljene kada je to potrebno"
|
83 |
|
84 |
-
#: adrotate-functions.php:
|
85 |
#, fuzzy
|
86 |
#| msgid "Clean-up Database"
|
87 |
msgid "Cleanup complete"
|
88 |
msgstr "Čišćenje baze"
|
89 |
|
90 |
-
#: adrotate-functions.php:
|
91 |
msgid "Action prohibited"
|
92 |
msgstr "Zabranjeno delo"
|
93 |
|
94 |
-
#: adrotate-functions.php:
|
95 |
msgid ""
|
96 |
"The ad was saved but has an issue which might prevent it from working "
|
97 |
"properly. Review the colored ad."
|
98 |
msgstr ""
|
99 |
|
100 |
-
#: adrotate-functions.php:
|
101 |
msgid "No data found in selected time period"
|
102 |
msgstr "Nijedan podatak nije nadjen u odredjenom vremenskom periodu"
|
103 |
|
104 |
-
#: adrotate-functions.php:
|
105 |
msgid "Database can only be optimized or cleaned once every hour"
|
106 |
msgstr "Baza podataka može biti optimizovana ili čiste jednom svaki sat"
|
107 |
|
108 |
-
#: adrotate-functions.php:
|
109 |
msgid "Form can not be (partially) empty!"
|
110 |
msgstr ""
|
111 |
|
112 |
-
#: adrotate-functions.php:
|
113 |
msgid "No ads found."
|
114 |
msgstr ""
|
115 |
|
116 |
-
#: adrotate-functions.php:
|
117 |
msgid "Unexpected error"
|
118 |
msgstr ""
|
119 |
|
120 |
-
#: adrotate-manage-publisher.php:
|
121 |
msgid "AdRotate Advertiser"
|
122 |
msgstr ""
|
123 |
|
@@ -214,205 +220,213 @@ msgstr ""
|
|
214 |
msgid "Your AdRotate Banner folder is not writable or does not exist."
|
215 |
msgstr ""
|
216 |
|
217 |
-
#: adrotate-output.php:
|
218 |
#: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:89
|
219 |
#: dashboard/adrotatepro.php:90 dashboard/adrotatepro.php:99
|
220 |
#: dashboard/adrotatepro.php:100 dashboard/adrotatepro.php:101
|
221 |
-
#: dashboard/adrotatepro.php:102 dashboard/info.php:
|
222 |
-
#: dashboard/info.php:
|
223 |
-
#: dashboard/info.php:
|
224 |
#: dashboard/settings/geotargeting.php:35
|
225 |
#, fuzzy
|
226 |
msgid "Buy now"
|
227 |
msgstr "Kupite odmah"
|
228 |
|
229 |
-
#: adrotate-output.php:
|
230 |
msgid ""
|
231 |
-
"
|
232 |
-
"
|
233 |
msgstr ""
|
234 |
|
235 |
-
#: adrotate-output.php:
|
236 |
#, php-format
|
237 |
msgid ""
|
238 |
"Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
|
239 |
msgstr ""
|
240 |
|
241 |
-
#: adrotate-output.php:
|
242 |
-
msgid "Thank you for your
|
243 |
msgstr ""
|
244 |
|
245 |
-
#: adrotate-output.php:
|
246 |
msgid ""
|
247 |
"Thank you for choosing AdRotate. Everything related to AdRotate is in this "
|
248 |
"menu. If you need help getting started take a look at the"
|
249 |
msgstr ""
|
250 |
|
251 |
-
#: adrotate-output.php:
|
252 |
msgid "manuals"
|
253 |
msgstr "priručnici"
|
254 |
|
255 |
-
#: adrotate-output.php:
|
256 |
msgid "and"
|
257 |
msgstr ""
|
258 |
|
259 |
-
#: adrotate-output.php:
|
260 |
msgid "forums"
|
261 |
msgstr ""
|
262 |
|
263 |
-
#: adrotate-output.php:
|
264 |
#, fuzzy
|
265 |
msgid "Useful Links"
|
266 |
msgstr "Korisni linkovi"
|
267 |
|
268 |
-
#: adrotate-output.php:
|
269 |
msgid "Useful links to learn more about AdRotate"
|
270 |
msgstr ""
|
271 |
|
272 |
-
#: adrotate-output.php:
|
273 |
msgid "AdRotate website"
|
274 |
msgstr ""
|
275 |
|
276 |
-
#: adrotate-output.php:
|
277 |
#, fuzzy
|
278 |
msgid "Getting Started With AdRotate"
|
279 |
msgstr "Nabvite jos karakteristika! AdRotate Pro."
|
280 |
|
281 |
-
#: adrotate-output.php:
|
282 |
#, fuzzy
|
283 |
msgid "AdRotate manuals"
|
284 |
msgstr "AdRotate informacije"
|
285 |
|
286 |
-
#: adrotate-output.php:
|
287 |
#, fuzzy
|
288 |
msgid "AdRotate Support Forum"
|
289 |
msgstr "AdRotate prodavnica"
|
290 |
|
291 |
-
#: adrotate-output.php:
|
292 |
msgid "Support AdRotate"
|
293 |
msgstr "AdRotate podrška"
|
294 |
|
295 |
-
#: adrotate-output.php:
|
296 |
msgid "Check out my website"
|
297 |
msgstr ""
|
298 |
|
299 |
-
#: adrotate-output.php:
|
300 |
msgid ""
|
301 |
"Many users only think to review AdRotate when something goes wrong while "
|
302 |
"thousands of people happily use AdRotate."
|
303 |
msgstr ""
|
304 |
|
305 |
-
#: adrotate-output.php:
|
306 |
msgid "If you find AdRotate useful please leave your"
|
307 |
msgstr ""
|
308 |
|
309 |
-
#: adrotate-output.php:
|
310 |
msgid "rating"
|
311 |
msgstr ""
|
312 |
|
313 |
-
#: adrotate-output.php:
|
314 |
#, fuzzy
|
315 |
msgid "review"
|
316 |
msgstr "Dajte ocenu i komentar"
|
317 |
|
318 |
-
#: adrotate-output.php:
|
319 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
320 |
msgstr ""
|
321 |
|
322 |
-
#: adrotate-output.php:
|
323 |
#: dashboard/settings/notifications.php:80
|
324 |
msgid "Available in AdRotate Pro"
|
325 |
msgstr "Dostupno u AdRotate Pro"
|
326 |
|
327 |
-
#: adrotate-output.php:
|
328 |
#, fuzzy
|
329 |
msgid "More information..."
|
330 |
msgstr "Saznajte više"
|
331 |
|
332 |
-
#: adrotate-output.php:
|
333 |
msgid "This feature is available in AdRotate Pro"
|
334 |
msgstr "Ova karakteristika je dostupna na AdRotate Pro"
|
335 |
|
336 |
-
#: adrotate-output.php:
|
337 |
msgid "Learn more"
|
338 |
msgstr "Saznajte više"
|
339 |
|
340 |
-
#: adrotate-statistics.php:
|
341 |
#: dashboard/publisher/adverts-edit.php:241
|
342 |
msgid "January"
|
343 |
msgstr "Januar"
|
344 |
|
345 |
-
#: adrotate-statistics.php:
|
346 |
#: dashboard/publisher/adverts-edit.php:242
|
347 |
msgid "February"
|
348 |
msgstr "Februar"
|
349 |
|
350 |
-
#: adrotate-statistics.php:
|
351 |
#: dashboard/publisher/adverts-edit.php:243
|
352 |
msgid "March"
|
353 |
msgstr "Mart"
|
354 |
|
355 |
-
#: adrotate-statistics.php:
|
356 |
#: dashboard/publisher/adverts-edit.php:244
|
357 |
msgid "April"
|
358 |
msgstr "April"
|
359 |
|
360 |
-
#: adrotate-statistics.php:
|
361 |
#: dashboard/publisher/adverts-edit.php:245
|
362 |
msgid "May"
|
363 |
msgstr "Maj"
|
364 |
|
365 |
-
#: adrotate-statistics.php:
|
366 |
#: dashboard/publisher/adverts-edit.php:246
|
367 |
msgid "June"
|
368 |
msgstr "Jun"
|
369 |
|
370 |
-
#: adrotate-statistics.php:
|
371 |
#: dashboard/publisher/adverts-edit.php:247
|
372 |
msgid "July"
|
373 |
msgstr "Jul"
|
374 |
|
375 |
-
#: adrotate-statistics.php:
|
376 |
#: dashboard/publisher/adverts-edit.php:248
|
377 |
msgid "August"
|
378 |
msgstr "Avgust"
|
379 |
|
380 |
-
#: adrotate-statistics.php:
|
381 |
#: dashboard/publisher/adverts-edit.php:249
|
382 |
msgid "September"
|
383 |
msgstr "Septembar"
|
384 |
|
385 |
-
#: adrotate-statistics.php:
|
386 |
#: dashboard/publisher/adverts-edit.php:250
|
387 |
msgid "October"
|
388 |
msgstr "Oktobar"
|
389 |
|
390 |
-
#: adrotate-statistics.php:
|
391 |
#: dashboard/publisher/adverts-edit.php:251
|
392 |
msgid "November"
|
393 |
msgstr "Novembar"
|
394 |
|
395 |
-
#: adrotate-statistics.php:
|
396 |
#: dashboard/publisher/adverts-edit.php:252
|
397 |
msgid "December"
|
398 |
msgstr "Decembar"
|
399 |
|
400 |
-
#: adrotate-statistics.php:
|
401 |
msgid "Previous"
|
402 |
msgstr "Prethodno"
|
403 |
|
404 |
-
#: adrotate-statistics.php:
|
|
|
|
|
405 |
msgid "This month"
|
406 |
msgstr "Ovaj mesec"
|
407 |
|
408 |
-
#: adrotate-statistics.php:
|
409 |
msgid "Next"
|
410 |
msgstr "Sledeći"
|
411 |
|
412 |
-
#: adrotate-statistics.php:
|
413 |
msgid "No data to show!"
|
414 |
msgstr "Nema podataka za prikaz!"
|
415 |
|
|
|
|
|
|
|
|
|
|
|
|
|
416 |
#: adrotate-widget.php:116
|
417 |
msgid "Title (optional):"
|
418 |
msgstr "Naslov (opcionalno):"
|
@@ -466,6 +480,8 @@ msgstr "AdRotate Pro"
|
|
466 |
#: adrotate.php:105 dashboard/info.php:40
|
467 |
#: dashboard/publisher/adverts-edit.php:458
|
468 |
#: dashboard/publisher/groups-main.php:34
|
|
|
|
|
469 |
msgid "Adverts"
|
470 |
msgstr "Oglasi"
|
471 |
|
@@ -473,80 +489,120 @@ msgstr "Oglasi"
|
|
473 |
msgid "Groups"
|
474 |
msgstr "Grupe"
|
475 |
|
476 |
-
#: adrotate.php:107
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
477 |
msgid "Settings"
|
478 |
msgstr "Postavke"
|
479 |
|
480 |
-
#: adrotate.php:
|
481 |
msgid "AdRotate Info"
|
482 |
msgstr "AdRotate informacije"
|
483 |
|
484 |
-
#: adrotate.php:
|
485 |
#, fuzzy
|
486 |
msgid "AdRotate Professional"
|
487 |
msgstr "AdRotate promocije"
|
488 |
|
489 |
-
#: adrotate.php:
|
490 |
msgid "Advert Management"
|
491 |
msgstr ""
|
492 |
|
493 |
-
#: adrotate.php:
|
494 |
msgid "Manage"
|
495 |
msgstr "Upravljati"
|
496 |
|
497 |
-
#: adrotate.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
498 |
msgid "Add New"
|
499 |
msgstr "Dodati novi"
|
500 |
|
501 |
-
#: adrotate.php:
|
502 |
msgid "Group Management"
|
503 |
msgstr "Menadžment grupe"
|
504 |
|
505 |
-
#: adrotate.php:
|
506 |
-
msgid "
|
507 |
-
msgstr "
|
508 |
|
509 |
-
#: adrotate.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
510 |
msgid "AdRotate Settings"
|
511 |
msgstr "AdRotate postavke"
|
512 |
|
513 |
-
#: adrotate.php:
|
514 |
#, fuzzy
|
515 |
#| msgid "General Info"
|
516 |
msgid "General"
|
517 |
msgstr "Opšte informacije"
|
518 |
|
519 |
-
#: adrotate.php:
|
520 |
msgid "Notifications"
|
521 |
msgstr "Notifikacije"
|
522 |
|
523 |
-
#: adrotate.php:
|
524 |
#: dashboard/publisher/adverts-error.php:63
|
525 |
#: dashboard/publisher/adverts-main.php:81
|
526 |
#: dashboard/publisher/groups-main.php:70
|
527 |
msgid "Stats"
|
528 |
msgstr "Statistika"
|
529 |
|
530 |
-
#: adrotate.php:
|
531 |
#: dashboard/publisher/groups-edit.php:180
|
532 |
#: dashboard/settings/advertisers.php:38
|
533 |
#, fuzzy
|
534 |
msgid "Geo Targeting"
|
535 |
msgstr "GeoTargeting"
|
536 |
|
537 |
-
#: adrotate.php:
|
538 |
msgid "Advertisers"
|
539 |
msgstr "Oglašivači"
|
540 |
|
541 |
-
#: adrotate.php:
|
542 |
msgid "Roles"
|
543 |
msgstr ""
|
544 |
|
545 |
-
#: adrotate.php:
|
546 |
msgid "Misc"
|
547 |
msgstr ""
|
548 |
|
549 |
-
#: adrotate.php:
|
550 |
msgid "Maintenance"
|
551 |
msgstr "Održavanje"
|
552 |
|
@@ -648,91 +704,91 @@ msgid ""
|
|
648 |
msgstr ""
|
649 |
|
650 |
#: dashboard/adrotatepro.php:83 dashboard/adrotatepro.php:95
|
651 |
-
#: dashboard/info.php:
|
652 |
#, fuzzy
|
653 |
msgid "Buy AdRotate Professional"
|
654 |
msgstr "Kupite odmah"
|
655 |
|
656 |
-
#: dashboard/adrotatepro.php:87 dashboard/info.php:
|
657 |
msgid "Single License"
|
658 |
msgstr ""
|
659 |
|
660 |
-
#: dashboard/adrotatepro.php:87 dashboard/info.php:
|
661 |
msgid "One WordPress installation."
|
662 |
msgstr ""
|
663 |
|
664 |
#: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:100
|
665 |
-
#: dashboard/info.php:
|
666 |
msgid "Duo License"
|
667 |
msgstr ""
|
668 |
|
669 |
-
#: dashboard/adrotatepro.php:88 dashboard/info.php:
|
670 |
msgid "Two WordPress installations."
|
671 |
msgstr ""
|
672 |
|
673 |
#: dashboard/adrotatepro.php:89 dashboard/adrotatepro.php:101
|
674 |
-
#: dashboard/info.php:
|
675 |
msgid "Multi License"
|
676 |
msgstr ""
|
677 |
|
678 |
-
#: dashboard/adrotatepro.php:89 dashboard/info.php:
|
679 |
msgid "Up to five WordPress installations."
|
680 |
msgstr ""
|
681 |
|
682 |
#: dashboard/adrotatepro.php:90 dashboard/adrotatepro.php:102
|
683 |
-
#: dashboard/info.php:
|
684 |
#, fuzzy
|
685 |
msgid "Developer License"
|
686 |
msgstr "Debug za programera"
|
687 |
|
688 |
-
#: dashboard/adrotatepro.php:90 dashboard/info.php:
|
689 |
msgid "Unlimited WordPress installations and/or networks."
|
690 |
msgstr ""
|
691 |
|
692 |
#: dashboard/adrotatepro.php:91 dashboard/adrotatepro.php:104
|
693 |
-
#: dashboard/info.php:
|
694 |
msgid "Compare licenses"
|
695 |
msgstr ""
|
696 |
|
697 |
-
#: dashboard/adrotatepro.php:91 dashboard/info.php:
|
698 |
msgid "Not sure which license is for you? Compare them..."
|
699 |
msgstr ""
|
700 |
|
701 |
-
#: dashboard/adrotatepro.php:91 dashboard/info.php:
|
702 |
#, fuzzy
|
703 |
msgid "All Licenses"
|
704 |
msgstr "Ponovo ocenite sve oglase"
|
705 |
|
706 |
-
#: dashboard/adrotatepro.php:99 dashboard/info.php:
|
707 |
msgid "Lifetime License"
|
708 |
msgstr ""
|
709 |
|
710 |
-
#: dashboard/adrotatepro.php:99 dashboard/info.php:
|
711 |
msgid "Single installation."
|
712 |
msgstr ""
|
713 |
|
714 |
-
#: dashboard/adrotatepro.php:100 dashboard/info.php:
|
715 |
msgid "Up to 2 installations."
|
716 |
msgstr ""
|
717 |
|
718 |
-
#: dashboard/adrotatepro.php:101 dashboard/info.php:
|
719 |
msgid "Up to 10 installations."
|
720 |
msgstr ""
|
721 |
|
722 |
-
#: dashboard/adrotatepro.php:102 dashboard/info.php:
|
723 |
msgid "Up to 25 installations or multisite networks."
|
724 |
msgstr ""
|
725 |
|
726 |
-
#: dashboard/adrotatepro.php:103 dashboard/info.php:
|
727 |
msgid ""
|
728 |
"Subscriptions get 1 year access to updates, email support & AdRotate Geo."
|
729 |
msgstr ""
|
730 |
|
731 |
-
#: dashboard/adrotatepro.php:104 dashboard/info.php:
|
732 |
msgid "Not sure which license is for you?"
|
733 |
msgstr ""
|
734 |
|
735 |
-
#: dashboard/adrotatepro.php:104 dashboard/info.php:
|
736 |
msgid "Compare Licenses"
|
737 |
msgstr ""
|
738 |
|
@@ -762,11 +818,11 @@ msgid ""
|
|
762 |
"for updates about me and my plugins. Thank you!"
|
763 |
msgstr ""
|
764 |
|
765 |
-
#: dashboard/info.php:
|
766 |
msgid "Arnan de Gans News & Updates"
|
767 |
msgstr ""
|
768 |
|
769 |
-
#: dashboard/info.php:
|
770 |
msgid "Join the Media.net advertising network"
|
771 |
msgstr ""
|
772 |
|
@@ -778,6 +834,7 @@ msgstr ""
|
|
778 |
#: dashboard/publisher/adverts-error.php:19
|
779 |
#: dashboard/publisher/adverts-main.php:20
|
780 |
#: dashboard/publisher/groups-main.php:20
|
|
|
781 |
msgid "Bulk Actions"
|
782 |
msgstr "Delo bulk-ovanja"
|
783 |
|
@@ -788,7 +845,7 @@ msgstr "Aktiviraj"
|
|
788 |
|
789 |
#: dashboard/publisher/adverts-disabled.php:22
|
790 |
#: dashboard/publisher/adverts-error.php:21
|
791 |
-
#: dashboard/publisher/adverts-main.php:22
|
792 |
msgid "Delete"
|
793 |
msgstr "Obrisati"
|
794 |
|
@@ -802,6 +859,7 @@ msgstr "Resetuj statistiku"
|
|
802 |
#: dashboard/publisher/adverts-error.php:29
|
803 |
#: dashboard/publisher/adverts-main.php:30
|
804 |
#: dashboard/publisher/groups-main.php:24
|
|
|
805 |
msgid "Go"
|
806 |
msgstr "Kreni"
|
807 |
|
@@ -809,12 +867,14 @@ msgstr "Kreni"
|
|
809 |
#: dashboard/publisher/adverts-error.php:39
|
810 |
#: dashboard/publisher/adverts-main.php:39
|
811 |
#: dashboard/publisher/groups-main.php:32
|
|
|
812 |
msgid "ID"
|
813 |
msgstr "ID"
|
814 |
|
815 |
#: dashboard/publisher/adverts-disabled.php:36
|
816 |
#: dashboard/publisher/adverts-error.php:41
|
817 |
#: dashboard/publisher/adverts-main.php:40
|
|
|
818 |
#, fuzzy
|
819 |
msgid "Start / End"
|
820 |
msgstr ""
|
@@ -826,7 +886,8 @@ msgstr ""
|
|
826 |
#: dashboard/publisher/adverts-error.php:40
|
827 |
#: dashboard/publisher/adverts-main.php:41
|
828 |
#: dashboard/publisher/groups-edit.php:51
|
829 |
-
#: dashboard/publisher/groups-main.php:33
|
|
|
830 |
msgid "Name"
|
831 |
msgstr "Ime"
|
832 |
|
@@ -840,21 +901,41 @@ msgstr "Ovaj oglas je istekao i trenutno se ne prikazuje na sajtu!"
|
|
840 |
|
841 |
#: dashboard/publisher/adverts-disabled.php:40
|
842 |
#: dashboard/publisher/adverts-main.php:45
|
843 |
-
#: dashboard/publisher/adverts-report.php:36
|
844 |
-
#: dashboard/publisher/adverts-report.php:57
|
845 |
#: dashboard/publisher/groups-edit.php:334
|
846 |
#: dashboard/publisher/groups-main.php:38
|
847 |
-
#: dashboard/publisher/
|
848 |
-
#: dashboard/publisher/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
849 |
msgid "Clicks"
|
850 |
msgstr "Klikovi"
|
851 |
|
852 |
#: dashboard/publisher/adverts-disabled.php:41
|
853 |
#: dashboard/publisher/adverts-main.php:47
|
854 |
-
#: dashboard/publisher/
|
855 |
-
#: dashboard/publisher/
|
856 |
-
#: dashboard/publisher/
|
857 |
-
#: dashboard/publisher/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
858 |
msgid "CTR"
|
859 |
msgstr "CTR"
|
860 |
|
@@ -954,7 +1035,7 @@ msgid "Basic Examples:"
|
|
954 |
msgstr "Osnovni Primeri :"
|
955 |
|
956 |
#: dashboard/publisher/adverts-edit.php:129
|
957 |
-
msgid "Get
|
958 |
msgstr ""
|
959 |
|
960 |
#: dashboard/publisher/adverts-edit.php:134
|
@@ -1009,6 +1090,7 @@ msgid ""
|
|
1009 |
msgstr "To je zbog CSS razlika . Vaš teme CSS fajl nije aktivan ovde !"
|
1010 |
|
1011 |
#: dashboard/publisher/adverts-edit.php:150
|
|
|
1012 |
msgid "Banner asset"
|
1013 |
msgstr ""
|
1014 |
|
@@ -1022,6 +1104,7 @@ msgid "Select Banner"
|
|
1022 |
msgstr "Baner Folder"
|
1023 |
|
1024 |
#: dashboard/publisher/adverts-edit.php:155
|
|
|
1025 |
msgid "- OR -"
|
1026 |
msgstr "- ILI -"
|
1027 |
|
@@ -1045,11 +1128,6 @@ msgstr ""
|
|
1045 |
"Koristite ili polje za tekst ili dropdown. Ako polje teksta ima sadržaj koji "
|
1046 |
"polje ima prioritet ."
|
1047 |
|
1048 |
-
#: dashboard/publisher/adverts-edit.php:167
|
1049 |
-
#: dashboard/settings/statistics.php:17
|
1050 |
-
msgid "Statistics"
|
1051 |
-
msgstr "Statistike"
|
1052 |
-
|
1053 |
#: dashboard/publisher/adverts-edit.php:169
|
1054 |
msgid "Enable click and impression tracking for this advert."
|
1055 |
msgstr ""
|
@@ -1078,12 +1156,20 @@ msgid "Get more features with AdRotate Pro."
|
|
1078 |
msgstr "Nabvite jos karakteristika! AdRotate Pro."
|
1079 |
|
1080 |
#: dashboard/publisher/adverts-edit.php:188
|
|
|
|
|
|
|
1081 |
#: dashboard/publisher/adverts-main.php:105
|
1082 |
#: dashboard/publisher/groups-edit.php:71
|
1083 |
-
#: dashboard/publisher/groups-
|
|
|
|
|
|
|
|
|
|
|
1084 |
#, fuzzy
|
1085 |
-
msgid "
|
1086 |
-
msgstr "
|
1087 |
|
1088 |
#: dashboard/publisher/adverts-edit.php:191
|
1089 |
#: dashboard/publisher/adverts-edit.php:291
|
@@ -1096,6 +1182,7 @@ msgstr "Sačuvaj oglas"
|
|
1096 |
#: dashboard/publisher/adverts-edit.php:292
|
1097 |
#: dashboard/publisher/adverts-edit.php:448
|
1098 |
#: dashboard/publisher/adverts-edit.php:489
|
|
|
1099 |
#: dashboard/publisher/groups-edit.php:150
|
1100 |
#: dashboard/publisher/groups-edit.php:299
|
1101 |
#: dashboard/publisher/groups-edit.php:391
|
@@ -1189,14 +1276,6 @@ msgid ""
|
|
1189 |
"Pro."
|
1190 |
msgstr ""
|
1191 |
|
1192 |
-
#: dashboard/publisher/adverts-edit.php:288
|
1193 |
-
#: dashboard/publisher/adverts-edit.php:357
|
1194 |
-
#: dashboard/publisher/adverts-edit.php:428
|
1195 |
-
#: dashboard/publisher/groups-edit.php:191
|
1196 |
-
#, fuzzy
|
1197 |
-
msgid "Upgrade today"
|
1198 |
-
msgstr "Danas"
|
1199 |
-
|
1200 |
#: dashboard/publisher/adverts-edit.php:295
|
1201 |
#: dashboard/publisher/groups-edit.php:153
|
1202 |
msgid "Advanced"
|
@@ -1412,6 +1491,209 @@ msgstr "Ističe uskoro."
|
|
1412 |
msgid "Expired"
|
1413 |
msgstr "Isteklo je."
|
1414 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1415 |
#: dashboard/publisher/adverts-main.php:12
|
1416 |
msgid "Active Adverts"
|
1417 |
msgstr ""
|
@@ -1425,6 +1707,8 @@ msgstr "Izlazne opcije za"
|
|
1425 |
#: dashboard/publisher/adverts-main.php:46
|
1426 |
#: dashboard/publisher/groups-main.php:37
|
1427 |
#: dashboard/publisher/groups-main.php:39
|
|
|
|
|
1428 |
msgid "Today"
|
1429 |
msgstr "Danas"
|
1430 |
|
@@ -1432,49 +1716,6 @@ msgstr "Danas"
|
|
1432 |
msgid "No adverts created yet!"
|
1433 |
msgstr ""
|
1434 |
|
1435 |
-
#: dashboard/publisher/adverts-report.php:30
|
1436 |
-
#, fuzzy
|
1437 |
-
msgid "Statistics for advert"
|
1438 |
-
msgstr "Sttistike za"
|
1439 |
-
|
1440 |
-
#: dashboard/publisher/adverts-report.php:35
|
1441 |
-
#: dashboard/publisher/adverts-report.php:56
|
1442 |
-
#: dashboard/publisher/groups-report.php:36
|
1443 |
-
#: dashboard/publisher/groups-report.php:57
|
1444 |
-
msgid "Impressions"
|
1445 |
-
msgstr "Utisci"
|
1446 |
-
|
1447 |
-
#: dashboard/publisher/adverts-report.php:37
|
1448 |
-
#: dashboard/publisher/groups-report.php:38
|
1449 |
-
msgid "Impressions today"
|
1450 |
-
msgstr "Današnji utisci"
|
1451 |
-
|
1452 |
-
#: dashboard/publisher/adverts-report.php:38
|
1453 |
-
#: dashboard/publisher/groups-report.php:39
|
1454 |
-
msgid "Clicks today"
|
1455 |
-
msgstr "Klik danas"
|
1456 |
-
|
1457 |
-
#: dashboard/publisher/adverts-report.php:45
|
1458 |
-
#: dashboard/publisher/groups-report.php:46
|
1459 |
-
msgid "Monthly overview of clicks and impressions"
|
1460 |
-
msgstr "Mesečni pregled klikova i utisaka"
|
1461 |
-
|
1462 |
-
#: dashboard/publisher/adverts-report.php:64
|
1463 |
-
#: dashboard/publisher/groups-report.php:65
|
1464 |
-
#: dashboard/settings/notifications.php:60
|
1465 |
-
#: dashboard/settings/notifications.php:90
|
1466 |
-
msgid "Note:"
|
1467 |
-
msgstr "Beleška:"
|
1468 |
-
|
1469 |
-
#: dashboard/publisher/adverts-report.php:64
|
1470 |
-
#: dashboard/publisher/groups-report.php:65
|
1471 |
-
msgid ""
|
1472 |
-
"All statistics are indicative. They do not nessesarily reflect results "
|
1473 |
-
"counted by other parties."
|
1474 |
-
msgstr ""
|
1475 |
-
"Svi statistički podaci su indikativni . Oni nužno ne odražavaju rezultate "
|
1476 |
-
"obračunate od drugih stranaka ."
|
1477 |
-
|
1478 |
#: dashboard/publisher/groups-edit.php:43
|
1479 |
#, fuzzy
|
1480 |
msgid "New Group"
|
@@ -1533,10 +1774,6 @@ msgstr "Blok mod - Prikaži blokove oglasa"
|
|
1533 |
msgid "Larger blocks will degrade your sites performance! Default: 2/2."
|
1534 |
msgstr ""
|
1535 |
|
1536 |
-
#: dashboard/publisher/groups-edit.php:95
|
1537 |
-
msgid "Advert size"
|
1538 |
-
msgstr ""
|
1539 |
-
|
1540 |
#: dashboard/publisher/groups-edit.php:97
|
1541 |
msgid "pixel(s) wide"
|
1542 |
msgstr "širina piksela"
|
@@ -1790,10 +2027,12 @@ msgid "Configuration errors."
|
|
1790 |
msgstr "Konfiguracione greške."
|
1791 |
|
1792 |
#: dashboard/publisher/groups-edit.php:385
|
|
|
1793 |
msgid "Expires soon."
|
1794 |
msgstr "Ističe uskoro."
|
1795 |
|
1796 |
#: dashboard/publisher/groups-edit.php:386
|
|
|
1797 |
msgid "Has expired."
|
1798 |
msgstr "Isteklo je."
|
1799 |
|
@@ -1826,11 +2065,248 @@ msgstr "OK da biste nastavili , CANCEL da se zaustavi ."
|
|
1826 |
msgid "No groups created!"
|
1827 |
msgstr "Grupa nije napravljena!"
|
1828 |
|
1829 |
-
#: dashboard/publisher/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1830 |
#, fuzzy
|
1831 |
msgid "Statistics for group"
|
1832 |
msgstr "Sttistike za"
|
1833 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1834 |
#: dashboard/settings/advertisers.php:16
|
1835 |
msgid "Advertisers - Available in AdRotate Pro"
|
1836 |
msgstr ""
|
@@ -2855,6 +3331,19 @@ msgid ""
|
|
2855 |
msgstr ""
|
2856 |
"Ovaj broj ne može da bude prazan , negativan ili veći od 3600 ( 1 sat ) ."
|
2857 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2858 |
#~ msgid "Empty database records removed"
|
2859 |
#~ msgstr "Prazni zapisi baze podataka uklanjaju"
|
2860 |
|
@@ -2885,10 +3374,6 @@ msgstr ""
|
|
2885 |
#~ msgid "Help AdRotate Grow"
|
2886 |
#~ msgstr "Zaglavili ste se sa AdRotate ? Ja ću vam pomoći !"
|
2887 |
|
2888 |
-
#, fuzzy
|
2889 |
-
#~ msgid "Manage Schedules"
|
2890 |
-
#~ msgstr "Upravljati"
|
2891 |
-
|
2892 |
#, fuzzy
|
2893 |
#~ msgid "Manage Media"
|
2894 |
#~ msgstr "Media:"
|
@@ -2914,14 +3399,6 @@ msgstr ""
|
|
2914 |
#~ msgid "Ads"
|
2915 |
#~ msgstr "Oglasi"
|
2916 |
|
2917 |
-
#, fuzzy
|
2918 |
-
#~ msgid "Max Impressions"
|
2919 |
-
#~ msgstr "Utisci"
|
2920 |
-
|
2921 |
-
#, fuzzy
|
2922 |
-
#~ msgid "Max Clicks"
|
2923 |
-
#~ msgstr "Klikovi"
|
2924 |
-
|
2925 |
#, fuzzy
|
2926 |
#~ msgid "No schedules created yet!"
|
2927 |
#~ msgstr "Nijedan blok nije stvoren još uvek!"
|
@@ -2942,10 +3419,6 @@ msgstr ""
|
|
2942 |
#~ msgid "Media uploading and management is available in AdRotate Pro."
|
2943 |
#~ msgstr "Ova karakteristika je dostupna na AdRotate Pro"
|
2944 |
|
2945 |
-
#, fuzzy
|
2946 |
-
#~ msgid "Actions"
|
2947 |
-
#~ msgstr "Delo bulk-ovanja"
|
2948 |
-
|
2949 |
#, fuzzy
|
2950 |
#~ msgid "Manage your banner folder from here with AdRotate Pro."
|
2951 |
#~ msgstr "Nabvite jos karakteristika! AdRotate Pro."
|
@@ -3026,16 +3499,9 @@ msgstr ""
|
|
3026 |
#~ msgstr ""
|
3027 |
#~ "Maksimalno 2 adrese. Odvojenu zarezima. Ovo polje ne može biti prazno !"
|
3028 |
|
3029 |
-
#, fuzzy
|
3030 |
-
#~ msgid "Get more features with AdRotate Pro"
|
3031 |
-
#~ msgstr "Nabvite jos karakteristika! AdRotate Pro."
|
3032 |
-
|
3033 |
#~ msgid "Visit the"
|
3034 |
#~ msgstr "Posetite"
|
3035 |
|
3036 |
-
#~ msgid "website"
|
3037 |
-
#~ msgstr "websajt"
|
3038 |
-
|
3039 |
#~ msgid "AdRotate News and Developer Blog"
|
3040 |
#~ msgstr "AdRotate novosti i blog za programere"
|
3041 |
|
@@ -3160,10 +3626,6 @@ msgstr ""
|
|
3160 |
#~ msgid "Impressions timer"
|
3161 |
#~ msgstr "Utisci tajmer"
|
3162 |
|
3163 |
-
#, fuzzy
|
3164 |
-
#~ msgid "Clicks timer"
|
3165 |
-
#~ msgstr "Utisci tajmer"
|
3166 |
-
|
3167 |
#, fuzzy
|
3168 |
#~ msgid "Learn More"
|
3169 |
#~ msgstr "Saznajte više"
|
@@ -3194,18 +3656,6 @@ msgstr ""
|
|
3194 |
#~ msgid "Group updated"
|
3195 |
#~ msgstr "Updateovana grupa"
|
3196 |
|
3197 |
-
#, fuzzy
|
3198 |
-
#~ msgid "Upload new banner image"
|
3199 |
-
#~ msgstr "Slika banera:"
|
3200 |
-
|
3201 |
-
#, fuzzy
|
3202 |
-
#~ msgid "Accepted files are:"
|
3203 |
-
#~ msgstr "Koristi %image% u kodu. Prihvatljivi fajlovi su:"
|
3204 |
-
|
3205 |
-
#, fuzzy
|
3206 |
-
#~ msgid "Upload image"
|
3207 |
-
#~ msgstr "Slika banera:"
|
3208 |
-
|
3209 |
#~ msgid "Access Rights"
|
3210 |
#~ msgstr "Prava pristupa"
|
3211 |
|
@@ -3528,9 +3978,6 @@ msgstr ""
|
|
3528 |
#~ "ste kliknuli. Verifikuj ak je url korišćen kao validan ili login via "
|
3529 |
#~ "vašeg pretraživača."
|
3530 |
|
3531 |
-
#~ msgid "Media:"
|
3532 |
-
#~ msgstr "Media:"
|
3533 |
-
|
3534 |
#, fuzzy
|
3535 |
#~ msgid "Geo Location in AdRotate Pro"
|
3536 |
#~ msgstr "AdRotate Pro"
|
@@ -3545,10 +3992,6 @@ msgstr ""
|
|
3545 |
#~ msgid "Target your audience with Geo Location in AdRotate Pro"
|
3546 |
#~ msgstr "Targetirajte gradove i zemlje sa GeoLocation."
|
3547 |
|
3548 |
-
#, fuzzy
|
3549 |
-
#~ msgid "Schedule"
|
3550 |
-
#~ msgstr "Nema vremena da se stvari urade ? Hajde da napravimo raspored !"
|
3551 |
-
|
3552 |
#, fuzzy
|
3553 |
#~ msgid "From when to when is the advert visible?"
|
3554 |
#~ msgstr "Nema efekta ako se klik i utisak praćenja onemogući ."
|
@@ -3643,12 +4086,6 @@ msgstr ""
|
|
3643 |
#~ msgid "Updated"
|
3644 |
#~ msgstr "Update-ovanje blokiranja"
|
3645 |
|
3646 |
-
#~ msgid "Show from"
|
3647 |
-
#~ msgstr "Prikazati iz"
|
3648 |
-
|
3649 |
-
#~ msgid "Show until"
|
3650 |
-
#~ msgstr "Prikazati do"
|
3651 |
-
|
3652 |
#, fuzzy
|
3653 |
#~ msgid "AdRotate Server Settings"
|
3654 |
#~ msgstr "AdRotate postavke"
|
@@ -3715,10 +4152,6 @@ msgstr ""
|
|
3715 |
#~ msgid "Buy"
|
3716 |
#~ msgstr "Kupite odmah"
|
3717 |
|
3718 |
-
#, fuzzy
|
3719 |
-
#~ msgid "Used"
|
3720 |
-
#~ msgstr "Da , ovaj oglas će se koristiti"
|
3721 |
-
|
3722 |
#~ msgid "Check out the"
|
3723 |
#~ msgstr "Pogledajte"
|
3724 |
|
@@ -3909,9 +4342,6 @@ msgstr ""
|
|
3909 |
#~ msgid "Moderate"
|
3910 |
#~ msgstr "Ograničite"
|
3911 |
|
3912 |
-
#~ msgid "Moderate Adverts"
|
3913 |
-
#~ msgstr "Ograničite oglase"
|
3914 |
-
|
3915 |
#~ msgid "Global Reports"
|
3916 |
#~ msgstr "Globalni izveštaji"
|
3917 |
|
@@ -3927,9 +4357,6 @@ msgstr ""
|
|
3927 |
#~ msgid "Advertiser"
|
3928 |
#~ msgstr "Oglašivač"
|
3929 |
|
3930 |
-
#~ msgid "Options"
|
3931 |
-
#~ msgstr "Opcije"
|
3932 |
-
|
3933 |
#~ msgid ""
|
3934 |
#~ "Couple adverts to advertisers and allow them to create and upload their "
|
3935 |
#~ "own advertisements for you to moderate and approve or reject!"
|
@@ -4109,13 +4536,6 @@ msgstr ""
|
|
4109 |
#~ msgid "Width and Height"
|
4110 |
#~ msgstr "Širina i visina"
|
4111 |
|
4112 |
-
#~ msgid ""
|
4113 |
-
#~ "Define the maximum size of the ads in pixels. Height can be "
|
4114 |
-
#~ "'auto' (Default: 125/125)"
|
4115 |
-
#~ msgstr ""
|
4116 |
-
#~ "Definisati maksimalnu veličinu oglasa u pikselima. Visina može biti "
|
4117 |
-
#~ "'auto' (Default: 125/125)"
|
4118 |
-
|
4119 |
#~ msgid "pixel(s) margin"
|
4120 |
#~ msgstr "margina piksela"
|
4121 |
|
@@ -4159,9 +4579,6 @@ msgstr ""
|
|
4159 |
#~ msgid "Track visitors"
|
4160 |
#~ msgstr "Pratite posetioce"
|
4161 |
|
4162 |
-
#~ msgid "GeoTargeting"
|
4163 |
-
#~ msgstr "GeoTargeting"
|
4164 |
-
|
4165 |
#~ msgid "You are about to remove empty records from the AdRotate database."
|
4166 |
#~ msgstr "Spremate se da uklonite prazne zapise iz baze podataka AdRotate ."
|
4167 |
|
@@ -4349,9 +4766,6 @@ msgstr ""
|
|
4349 |
#~ msgid "This groups performance"
|
4350 |
#~ msgstr "Performans ove grupe"
|
4351 |
|
4352 |
-
#~ msgid "Advertise using Broadstreet Ads"
|
4353 |
-
#~ msgstr "Reklame koristeći Broadstreet oglase"
|
4354 |
-
|
4355 |
#~ msgid "You do not have permission to do this."
|
4356 |
#~ msgstr "Vi nemate dozvolu da to uradite."
|
4357 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: AdRotate\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2017-08-19 13:53+0800\n"
|
6 |
+
"PO-Revision-Date: 2017-08-19 13:53+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"
|
16 |
"X-Generator: Poedit 2.0.1\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: adrotate-functions.php:716
|
20 |
msgid "No files found"
|
21 |
msgstr "Nijedan fajl nije pronadjen"
|
22 |
|
23 |
+
#: adrotate-functions.php:719
|
24 |
msgid "Folder not found or not accessible"
|
25 |
msgstr "Folder nije pronadjen ili nije prihvatljiv"
|
26 |
|
27 |
+
#: adrotate-functions.php:804
|
28 |
msgid "Ad saved"
|
29 |
msgstr ""
|
30 |
|
31 |
+
#: adrotate-functions.php:808
|
32 |
msgid "Group saved"
|
33 |
msgstr ""
|
34 |
|
35 |
+
#: adrotate-functions.php:812
|
36 |
msgid "Ad(s) deleted"
|
37 |
msgstr "Izbrisani oglasu"
|
38 |
|
39 |
+
#: adrotate-functions.php:816
|
40 |
msgid "Group deleted"
|
41 |
msgstr "Izbrisana grupa"
|
42 |
|
43 |
+
#: adrotate-functions.php:820
|
44 |
msgid "Ad(s) statistics reset"
|
45 |
msgstr "Statistički resestovani oglasi"
|
46 |
|
47 |
+
#: adrotate-functions.php:824
|
48 |
msgid "Ad(s) renewed"
|
49 |
msgstr "Ponovo obnovljeni oglasi"
|
50 |
|
51 |
+
#: adrotate-functions.php:828
|
52 |
msgid "Ad(s) deactivated"
|
53 |
msgstr "Deaktivirani oglasi"
|
54 |
|
55 |
+
#: adrotate-functions.php:832
|
56 |
msgid "Ad(s) activated"
|
57 |
msgstr "Aktivirani oglasi"
|
58 |
|
59 |
+
#: adrotate-functions.php:836
|
60 |
msgid "Group including it's Ads deleted"
|
61 |
msgstr "Grupa koja podrazumeva obrisane oglase"
|
62 |
|
63 |
+
#: adrotate-functions.php:840
|
64 |
#, fuzzy
|
65 |
msgid "Export created"
|
66 |
msgstr "Izlazne opcije za"
|
67 |
|
68 |
+
#: adrotate-functions.php:844
|
69 |
+
msgid ""
|
70 |
+
"Advert HTML generated and placed in the AdCode field. Configure your advert "
|
71 |
+
"below."
|
72 |
+
msgstr ""
|
73 |
+
|
74 |
+
#: adrotate-functions.php:849
|
75 |
msgid "Settings saved"
|
76 |
msgstr "Postavke sačuvane"
|
77 |
|
78 |
+
#: adrotate-functions.php:853
|
79 |
msgid "Database optimized"
|
80 |
msgstr "Baza podataka optimizirana"
|
81 |
|
82 |
+
#: adrotate-functions.php:857
|
83 |
msgid "Database repaired"
|
84 |
msgstr "Baza podataka popravljena"
|
85 |
|
86 |
+
#: adrotate-functions.php:861
|
87 |
msgid "Ads evaluated and statuses have been corrected where required"
|
88 |
msgstr "Oglasi procenjuju i statusi su ispravljene kada je to potrebno"
|
89 |
|
90 |
+
#: adrotate-functions.php:865
|
91 |
#, fuzzy
|
92 |
#| msgid "Clean-up Database"
|
93 |
msgid "Cleanup complete"
|
94 |
msgstr "Čišćenje baze"
|
95 |
|
96 |
+
#: adrotate-functions.php:870
|
97 |
msgid "Action prohibited"
|
98 |
msgstr "Zabranjeno delo"
|
99 |
|
100 |
+
#: adrotate-functions.php:874
|
101 |
msgid ""
|
102 |
"The ad was saved but has an issue which might prevent it from working "
|
103 |
"properly. Review the colored ad."
|
104 |
msgstr ""
|
105 |
|
106 |
+
#: adrotate-functions.php:878
|
107 |
msgid "No data found in selected time period"
|
108 |
msgstr "Nijedan podatak nije nadjen u odredjenom vremenskom periodu"
|
109 |
|
110 |
+
#: adrotate-functions.php:882
|
111 |
msgid "Database can only be optimized or cleaned once every hour"
|
112 |
msgstr "Baza podataka može biti optimizovana ili čiste jednom svaki sat"
|
113 |
|
114 |
+
#: adrotate-functions.php:886
|
115 |
msgid "Form can not be (partially) empty!"
|
116 |
msgstr ""
|
117 |
|
118 |
+
#: adrotate-functions.php:890
|
119 |
msgid "No ads found."
|
120 |
msgstr ""
|
121 |
|
122 |
+
#: adrotate-functions.php:894
|
123 |
msgid "Unexpected error"
|
124 |
msgstr ""
|
125 |
|
126 |
+
#: adrotate-manage-publisher.php:798
|
127 |
msgid "AdRotate Advertiser"
|
128 |
msgstr ""
|
129 |
|
220 |
msgid "Your AdRotate Banner folder is not writable or does not exist."
|
221 |
msgstr ""
|
222 |
|
223 |
+
#: adrotate-output.php:685 dashboard/adrotatepro.php:87
|
224 |
#: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:89
|
225 |
#: dashboard/adrotatepro.php:90 dashboard/adrotatepro.php:99
|
226 |
#: dashboard/adrotatepro.php:100 dashboard/adrotatepro.php:101
|
227 |
+
#: dashboard/adrotatepro.php:102 dashboard/info.php:83 dashboard/info.php:84
|
228 |
+
#: dashboard/info.php:85 dashboard/info.php:86 dashboard/info.php:90
|
229 |
+
#: dashboard/info.php:91 dashboard/info.php:92 dashboard/info.php:93
|
230 |
#: dashboard/settings/geotargeting.php:35
|
231 |
#, fuzzy
|
232 |
msgid "Buy now"
|
233 |
msgstr "Kupite odmah"
|
234 |
|
235 |
+
#: adrotate-output.php:686
|
236 |
msgid ""
|
237 |
+
"If you like <strong>AdRotate</strong>, please consider upgrading to the "
|
238 |
+
"<strong>PRO</strong> version and get more features."
|
239 |
msgstr ""
|
240 |
|
241 |
+
#: adrotate-output.php:686
|
242 |
#, php-format
|
243 |
msgid ""
|
244 |
"Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
|
245 |
msgstr ""
|
246 |
|
247 |
+
#: adrotate-output.php:686
|
248 |
+
msgid "Thank you for your support!"
|
249 |
msgstr ""
|
250 |
|
251 |
+
#: adrotate-output.php:747
|
252 |
msgid ""
|
253 |
"Thank you for choosing AdRotate. Everything related to AdRotate is in this "
|
254 |
"menu. If you need help getting started take a look at the"
|
255 |
msgstr ""
|
256 |
|
257 |
+
#: adrotate-output.php:747
|
258 |
msgid "manuals"
|
259 |
msgstr "priručnici"
|
260 |
|
261 |
+
#: adrotate-output.php:747 adrotate-output.php:817
|
262 |
msgid "and"
|
263 |
msgstr ""
|
264 |
|
265 |
+
#: adrotate-output.php:747
|
266 |
msgid "forums"
|
267 |
msgstr ""
|
268 |
|
269 |
+
#: adrotate-output.php:780
|
270 |
#, fuzzy
|
271 |
msgid "Useful Links"
|
272 |
msgstr "Korisni linkovi"
|
273 |
|
274 |
+
#: adrotate-output.php:781
|
275 |
msgid "Useful links to learn more about AdRotate"
|
276 |
msgstr ""
|
277 |
|
278 |
+
#: adrotate-output.php:783
|
279 |
msgid "AdRotate website"
|
280 |
msgstr ""
|
281 |
|
282 |
+
#: adrotate-output.php:784
|
283 |
#, fuzzy
|
284 |
msgid "Getting Started With AdRotate"
|
285 |
msgstr "Nabvite jos karakteristika! AdRotate Pro."
|
286 |
|
287 |
+
#: adrotate-output.php:785
|
288 |
#, fuzzy
|
289 |
msgid "AdRotate manuals"
|
290 |
msgstr "AdRotate informacije"
|
291 |
|
292 |
+
#: adrotate-output.php:786
|
293 |
#, fuzzy
|
294 |
msgid "AdRotate Support Forum"
|
295 |
msgstr "AdRotate prodavnica"
|
296 |
|
297 |
+
#: adrotate-output.php:809 dashboard/info.php:49
|
298 |
msgid "Support AdRotate"
|
299 |
msgstr "AdRotate podrška"
|
300 |
|
301 |
+
#: adrotate-output.php:810
|
302 |
msgid "Check out my website"
|
303 |
msgstr ""
|
304 |
|
305 |
+
#: adrotate-output.php:817
|
306 |
msgid ""
|
307 |
"Many users only think to review AdRotate when something goes wrong while "
|
308 |
"thousands of people happily use AdRotate."
|
309 |
msgstr ""
|
310 |
|
311 |
+
#: adrotate-output.php:817
|
312 |
msgid "If you find AdRotate useful please leave your"
|
313 |
msgstr ""
|
314 |
|
315 |
+
#: adrotate-output.php:817
|
316 |
msgid "rating"
|
317 |
msgstr ""
|
318 |
|
319 |
+
#: adrotate-output.php:817
|
320 |
#, fuzzy
|
321 |
msgid "review"
|
322 |
msgstr "Dajte ocenu i komentar"
|
323 |
|
324 |
+
#: adrotate-output.php:817
|
325 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
326 |
msgstr ""
|
327 |
|
328 |
+
#: adrotate-output.php:843 dashboard/settings/notifications.php:50
|
329 |
#: dashboard/settings/notifications.php:80
|
330 |
msgid "Available in AdRotate Pro"
|
331 |
msgstr "Dostupno u AdRotate Pro"
|
332 |
|
333 |
+
#: adrotate-output.php:843
|
334 |
#, fuzzy
|
335 |
msgid "More information..."
|
336 |
msgstr "Saznajte više"
|
337 |
|
338 |
+
#: adrotate-output.php:844
|
339 |
msgid "This feature is available in AdRotate Pro"
|
340 |
msgstr "Ova karakteristika je dostupna na AdRotate Pro"
|
341 |
|
342 |
+
#: adrotate-output.php:844
|
343 |
msgid "Learn more"
|
344 |
msgstr "Saznajte više"
|
345 |
|
346 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:220
|
347 |
#: dashboard/publisher/adverts-edit.php:241
|
348 |
msgid "January"
|
349 |
msgstr "Januar"
|
350 |
|
351 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:221
|
352 |
#: dashboard/publisher/adverts-edit.php:242
|
353 |
msgid "February"
|
354 |
msgstr "Februar"
|
355 |
|
356 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:222
|
357 |
#: dashboard/publisher/adverts-edit.php:243
|
358 |
msgid "March"
|
359 |
msgstr "Mart"
|
360 |
|
361 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:223
|
362 |
#: dashboard/publisher/adverts-edit.php:244
|
363 |
msgid "April"
|
364 |
msgstr "April"
|
365 |
|
366 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:224
|
367 |
#: dashboard/publisher/adverts-edit.php:245
|
368 |
msgid "May"
|
369 |
msgstr "Maj"
|
370 |
|
371 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:225
|
372 |
#: dashboard/publisher/adverts-edit.php:246
|
373 |
msgid "June"
|
374 |
msgstr "Jun"
|
375 |
|
376 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:226
|
377 |
#: dashboard/publisher/adverts-edit.php:247
|
378 |
msgid "July"
|
379 |
msgstr "Jul"
|
380 |
|
381 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:227
|
382 |
#: dashboard/publisher/adverts-edit.php:248
|
383 |
msgid "August"
|
384 |
msgstr "Avgust"
|
385 |
|
386 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:228
|
387 |
#: dashboard/publisher/adverts-edit.php:249
|
388 |
msgid "September"
|
389 |
msgstr "Septembar"
|
390 |
|
391 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:229
|
392 |
#: dashboard/publisher/adverts-edit.php:250
|
393 |
msgid "October"
|
394 |
msgstr "Oktobar"
|
395 |
|
396 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:230
|
397 |
#: dashboard/publisher/adverts-edit.php:251
|
398 |
msgid "November"
|
399 |
msgstr "Novembar"
|
400 |
|
401 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:231
|
402 |
#: dashboard/publisher/adverts-edit.php:252
|
403 |
msgid "December"
|
404 |
msgstr "Decembar"
|
405 |
|
406 |
+
#: adrotate-statistics.php:169
|
407 |
msgid "Previous"
|
408 |
msgstr "Prethodno"
|
409 |
|
410 |
+
#: adrotate-statistics.php:171 dashboard/publisher/statistics-advert.php:67
|
411 |
+
#: dashboard/publisher/statistics-group.php:73
|
412 |
+
#: dashboard/publisher/statistics-main.php:37
|
413 |
msgid "This month"
|
414 |
msgstr "Ovaj mesec"
|
415 |
|
416 |
+
#: adrotate-statistics.php:172
|
417 |
msgid "Next"
|
418 |
msgstr "Sledeći"
|
419 |
|
420 |
+
#: adrotate-statistics.php:267
|
421 |
msgid "No data to show!"
|
422 |
msgstr "Nema podataka za prikaz!"
|
423 |
|
424 |
+
#: adrotate-statistics.php:344 adrotate-statistics.php:345
|
425 |
+
#, fuzzy
|
426 |
+
#| msgid "No files found"
|
427 |
+
msgid "Not found"
|
428 |
+
msgstr "Nijedan fajl nije pronadjen"
|
429 |
+
|
430 |
#: adrotate-widget.php:116
|
431 |
msgid "Title (optional):"
|
432 |
msgstr "Naslov (opcionalno):"
|
480 |
#: adrotate.php:105 dashboard/info.php:40
|
481 |
#: dashboard/publisher/adverts-edit.php:458
|
482 |
#: dashboard/publisher/groups-main.php:34
|
483 |
+
#: dashboard/publisher/schedules-main.php:34
|
484 |
+
#: dashboard/publisher/statistics-main.php:24
|
485 |
msgid "Adverts"
|
486 |
msgstr "Oglasi"
|
487 |
|
489 |
msgid "Groups"
|
490 |
msgstr "Grupe"
|
491 |
|
492 |
+
#: adrotate.php:107 adrotate.php:348
|
493 |
+
#, fuzzy
|
494 |
+
msgid "Schedules"
|
495 |
+
msgstr "Nema vremena da se stvari urade ? Hajde da napravimo raspored !"
|
496 |
+
|
497 |
+
#: adrotate.php:108 adrotate.php:388 dashboard/publisher/adverts-edit.php:167
|
498 |
+
#: dashboard/publisher/statistics-main.php:12
|
499 |
+
#: dashboard/settings/statistics.php:17
|
500 |
+
msgid "Statistics"
|
501 |
+
msgstr "Statistike"
|
502 |
+
|
503 |
+
#: adrotate.php:109
|
504 |
+
#, fuzzy
|
505 |
+
#| msgid "Media:"
|
506 |
+
msgid "Media"
|
507 |
+
msgstr "Media:"
|
508 |
+
|
509 |
+
#: adrotate.php:110
|
510 |
msgid "Settings"
|
511 |
msgstr "Postavke"
|
512 |
|
513 |
+
#: adrotate.php:131
|
514 |
msgid "AdRotate Info"
|
515 |
msgstr "AdRotate informacije"
|
516 |
|
517 |
+
#: adrotate.php:149
|
518 |
#, fuzzy
|
519 |
msgid "AdRotate Professional"
|
520 |
msgstr "AdRotate promocije"
|
521 |
|
522 |
+
#: adrotate.php:189
|
523 |
msgid "Advert Management"
|
524 |
msgstr ""
|
525 |
|
526 |
+
#: adrotate.php:249 adrotate.php:317
|
527 |
msgid "Manage"
|
528 |
msgstr "Upravljati"
|
529 |
|
530 |
+
#: adrotate.php:250
|
531 |
+
#, fuzzy
|
532 |
+
#| msgid "General Info"
|
533 |
+
msgid "Generator"
|
534 |
+
msgstr "Opšte informacije"
|
535 |
+
|
536 |
+
#: adrotate.php:251 adrotate.php:318
|
537 |
msgid "Add New"
|
538 |
msgstr "Dodati novi"
|
539 |
|
540 |
+
#: adrotate.php:311
|
541 |
msgid "Group Management"
|
542 |
msgstr "Menadžment grupe"
|
543 |
|
544 |
+
#: adrotate.php:442
|
545 |
+
msgid "Media and Assets"
|
546 |
+
msgstr ""
|
547 |
|
548 |
+
#: adrotate.php:446
|
549 |
+
msgid ""
|
550 |
+
"Upload images to the AdRotate Pro banners folder from here. This is useful "
|
551 |
+
"if you have HTML5 adverts containing multiple files."
|
552 |
+
msgstr ""
|
553 |
+
|
554 |
+
#: adrotate.php:446 dashboard/publisher/schedules-main.php:13
|
555 |
+
#, fuzzy
|
556 |
+
msgid "Get more features"
|
557 |
+
msgstr "Nabvite jos karakteristika! AdRotate Pro."
|
558 |
+
|
559 |
+
#: adrotate.php:446 dashboard/publisher/schedules-main.php:13
|
560 |
+
#, fuzzy
|
561 |
+
#| msgid "AdRotate Pro"
|
562 |
+
msgid "Get AdRotate Pro"
|
563 |
+
msgstr "AdRotate Pro"
|
564 |
+
|
565 |
+
#: adrotate.php:474
|
566 |
msgid "AdRotate Settings"
|
567 |
msgstr "AdRotate postavke"
|
568 |
|
569 |
+
#: adrotate.php:479 dashboard/publisher/statistics-main.php:17
|
570 |
#, fuzzy
|
571 |
#| msgid "General Info"
|
572 |
msgid "General"
|
573 |
msgstr "Opšte informacije"
|
574 |
|
575 |
+
#: adrotate.php:480 dashboard/settings/notifications.php:18
|
576 |
msgid "Notifications"
|
577 |
msgstr "Notifikacije"
|
578 |
|
579 |
+
#: adrotate.php:481 dashboard/publisher/adverts-disabled.php:69
|
580 |
#: dashboard/publisher/adverts-error.php:63
|
581 |
#: dashboard/publisher/adverts-main.php:81
|
582 |
#: dashboard/publisher/groups-main.php:70
|
583 |
msgid "Stats"
|
584 |
msgstr "Statistika"
|
585 |
|
586 |
+
#: adrotate.php:482 dashboard/publisher/adverts-edit.php:359
|
587 |
#: dashboard/publisher/groups-edit.php:180
|
588 |
#: dashboard/settings/advertisers.php:38
|
589 |
#, fuzzy
|
590 |
msgid "Geo Targeting"
|
591 |
msgstr "GeoTargeting"
|
592 |
|
593 |
+
#: adrotate.php:483 dashboard/settings/notifications.php:72
|
594 |
msgid "Advertisers"
|
595 |
msgstr "Oglašivači"
|
596 |
|
597 |
+
#: adrotate.php:484 dashboard/settings/roles.php:17
|
598 |
msgid "Roles"
|
599 |
msgstr ""
|
600 |
|
601 |
+
#: adrotate.php:485
|
602 |
msgid "Misc"
|
603 |
msgstr ""
|
604 |
|
605 |
+
#: adrotate.php:486 dashboard/settings/maintenance.php:16
|
606 |
msgid "Maintenance"
|
607 |
msgstr "Održavanje"
|
608 |
|
704 |
msgstr ""
|
705 |
|
706 |
#: dashboard/adrotatepro.php:83 dashboard/adrotatepro.php:95
|
707 |
+
#: dashboard/info.php:79
|
708 |
#, fuzzy
|
709 |
msgid "Buy AdRotate Professional"
|
710 |
msgstr "Kupite odmah"
|
711 |
|
712 |
+
#: dashboard/adrotatepro.php:87 dashboard/info.php:83
|
713 |
msgid "Single License"
|
714 |
msgstr ""
|
715 |
|
716 |
+
#: dashboard/adrotatepro.php:87 dashboard/info.php:83
|
717 |
msgid "One WordPress installation."
|
718 |
msgstr ""
|
719 |
|
720 |
#: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:100
|
721 |
+
#: dashboard/info.php:84 dashboard/info.php:91
|
722 |
msgid "Duo License"
|
723 |
msgstr ""
|
724 |
|
725 |
+
#: dashboard/adrotatepro.php:88 dashboard/info.php:84
|
726 |
msgid "Two WordPress installations."
|
727 |
msgstr ""
|
728 |
|
729 |
#: dashboard/adrotatepro.php:89 dashboard/adrotatepro.php:101
|
730 |
+
#: dashboard/info.php:85 dashboard/info.php:92
|
731 |
msgid "Multi License"
|
732 |
msgstr ""
|
733 |
|
734 |
+
#: dashboard/adrotatepro.php:89 dashboard/info.php:85
|
735 |
msgid "Up to five WordPress installations."
|
736 |
msgstr ""
|
737 |
|
738 |
#: dashboard/adrotatepro.php:90 dashboard/adrotatepro.php:102
|
739 |
+
#: dashboard/info.php:86 dashboard/info.php:93
|
740 |
#, fuzzy
|
741 |
msgid "Developer License"
|
742 |
msgstr "Debug za programera"
|
743 |
|
744 |
+
#: dashboard/adrotatepro.php:90 dashboard/info.php:86
|
745 |
msgid "Unlimited WordPress installations and/or networks."
|
746 |
msgstr ""
|
747 |
|
748 |
#: dashboard/adrotatepro.php:91 dashboard/adrotatepro.php:104
|
749 |
+
#: dashboard/info.php:87 dashboard/info.php:95
|
750 |
msgid "Compare licenses"
|
751 |
msgstr ""
|
752 |
|
753 |
+
#: dashboard/adrotatepro.php:91 dashboard/info.php:87
|
754 |
msgid "Not sure which license is for you? Compare them..."
|
755 |
msgstr ""
|
756 |
|
757 |
+
#: dashboard/adrotatepro.php:91 dashboard/info.php:87
|
758 |
#, fuzzy
|
759 |
msgid "All Licenses"
|
760 |
msgstr "Ponovo ocenite sve oglase"
|
761 |
|
762 |
+
#: dashboard/adrotatepro.php:99 dashboard/info.php:90
|
763 |
msgid "Lifetime License"
|
764 |
msgstr ""
|
765 |
|
766 |
+
#: dashboard/adrotatepro.php:99 dashboard/info.php:90
|
767 |
msgid "Single installation."
|
768 |
msgstr ""
|
769 |
|
770 |
+
#: dashboard/adrotatepro.php:100 dashboard/info.php:91
|
771 |
msgid "Up to 2 installations."
|
772 |
msgstr ""
|
773 |
|
774 |
+
#: dashboard/adrotatepro.php:101 dashboard/info.php:92
|
775 |
msgid "Up to 10 installations."
|
776 |
msgstr ""
|
777 |
|
778 |
+
#: dashboard/adrotatepro.php:102 dashboard/info.php:93
|
779 |
msgid "Up to 25 installations or multisite networks."
|
780 |
msgstr ""
|
781 |
|
782 |
+
#: dashboard/adrotatepro.php:103 dashboard/info.php:94
|
783 |
msgid ""
|
784 |
"Subscriptions get 1 year access to updates, email support & AdRotate Geo."
|
785 |
msgstr ""
|
786 |
|
787 |
+
#: dashboard/adrotatepro.php:104 dashboard/info.php:95
|
788 |
msgid "Not sure which license is for you?"
|
789 |
msgstr ""
|
790 |
|
791 |
+
#: dashboard/adrotatepro.php:104 dashboard/info.php:95
|
792 |
msgid "Compare Licenses"
|
793 |
msgstr ""
|
794 |
|
818 |
"for updates about me and my plugins. Thank you!"
|
819 |
msgstr ""
|
820 |
|
821 |
+
#: dashboard/info.php:59
|
822 |
msgid "Arnan de Gans News & Updates"
|
823 |
msgstr ""
|
824 |
|
825 |
+
#: dashboard/info.php:100
|
826 |
msgid "Join the Media.net advertising network"
|
827 |
msgstr ""
|
828 |
|
834 |
#: dashboard/publisher/adverts-error.php:19
|
835 |
#: dashboard/publisher/adverts-main.php:20
|
836 |
#: dashboard/publisher/groups-main.php:20
|
837 |
+
#: dashboard/publisher/schedules-main.php:21
|
838 |
msgid "Bulk Actions"
|
839 |
msgstr "Delo bulk-ovanja"
|
840 |
|
845 |
|
846 |
#: dashboard/publisher/adverts-disabled.php:22
|
847 |
#: dashboard/publisher/adverts-error.php:21
|
848 |
+
#: dashboard/publisher/adverts-main.php:22 dashboard/publisher/media.php:60
|
849 |
msgid "Delete"
|
850 |
msgstr "Obrisati"
|
851 |
|
859 |
#: dashboard/publisher/adverts-error.php:29
|
860 |
#: dashboard/publisher/adverts-main.php:30
|
861 |
#: dashboard/publisher/groups-main.php:24
|
862 |
+
#: dashboard/publisher/schedules-main.php:22
|
863 |
msgid "Go"
|
864 |
msgstr "Kreni"
|
865 |
|
867 |
#: dashboard/publisher/adverts-error.php:39
|
868 |
#: dashboard/publisher/adverts-main.php:39
|
869 |
#: dashboard/publisher/groups-main.php:32
|
870 |
+
#: dashboard/publisher/schedules-main.php:31
|
871 |
msgid "ID"
|
872 |
msgstr "ID"
|
873 |
|
874 |
#: dashboard/publisher/adverts-disabled.php:36
|
875 |
#: dashboard/publisher/adverts-error.php:41
|
876 |
#: dashboard/publisher/adverts-main.php:40
|
877 |
+
#: dashboard/publisher/schedules-main.php:32
|
878 |
#, fuzzy
|
879 |
msgid "Start / End"
|
880 |
msgstr ""
|
886 |
#: dashboard/publisher/adverts-error.php:40
|
887 |
#: dashboard/publisher/adverts-main.php:41
|
888 |
#: dashboard/publisher/groups-edit.php:51
|
889 |
+
#: dashboard/publisher/groups-main.php:33 dashboard/publisher/media.php:30
|
890 |
+
#: dashboard/publisher/schedules-main.php:33
|
891 |
msgid "Name"
|
892 |
msgstr "Ime"
|
893 |
|
901 |
|
902 |
#: dashboard/publisher/adverts-disabled.php:40
|
903 |
#: dashboard/publisher/adverts-main.php:45
|
|
|
|
|
904 |
#: dashboard/publisher/groups-edit.php:334
|
905 |
#: dashboard/publisher/groups-main.php:38
|
906 |
+
#: dashboard/publisher/statistics-advert.php:53
|
907 |
+
#: dashboard/publisher/statistics-advert.php:59
|
908 |
+
#: dashboard/publisher/statistics-advert.php:73
|
909 |
+
#: dashboard/publisher/statistics-advert.php:79
|
910 |
+
#: dashboard/publisher/statistics-advert.php:100
|
911 |
+
#: dashboard/publisher/statistics-group.php:59
|
912 |
+
#: dashboard/publisher/statistics-group.php:65
|
913 |
+
#: dashboard/publisher/statistics-group.php:79
|
914 |
+
#: dashboard/publisher/statistics-group.php:85
|
915 |
+
#: dashboard/publisher/statistics-group.php:104
|
916 |
+
#: dashboard/publisher/statistics-main.php:29
|
917 |
+
#: dashboard/publisher/statistics-main.php:43
|
918 |
+
#: dashboard/publisher/statistics-main.php:47
|
919 |
+
#: dashboard/publisher/statistics-main.php:65
|
920 |
msgid "Clicks"
|
921 |
msgstr "Klikovi"
|
922 |
|
923 |
#: dashboard/publisher/adverts-disabled.php:41
|
924 |
#: dashboard/publisher/adverts-main.php:47
|
925 |
+
#: dashboard/publisher/statistics-advert.php:54
|
926 |
+
#: dashboard/publisher/statistics-advert.php:60
|
927 |
+
#: dashboard/publisher/statistics-advert.php:74
|
928 |
+
#: dashboard/publisher/statistics-advert.php:80
|
929 |
+
#: dashboard/publisher/statistics-advert.php:101
|
930 |
+
#: dashboard/publisher/statistics-group.php:60
|
931 |
+
#: dashboard/publisher/statistics-group.php:66
|
932 |
+
#: dashboard/publisher/statistics-group.php:80
|
933 |
+
#: dashboard/publisher/statistics-group.php:86
|
934 |
+
#: dashboard/publisher/statistics-group.php:105
|
935 |
+
#: dashboard/publisher/statistics-main.php:30
|
936 |
+
#: dashboard/publisher/statistics-main.php:44
|
937 |
+
#: dashboard/publisher/statistics-main.php:48
|
938 |
+
#: dashboard/publisher/statistics-main.php:66
|
939 |
msgid "CTR"
|
940 |
msgstr "CTR"
|
941 |
|
1035 |
msgstr "Osnovni Primeri :"
|
1036 |
|
1037 |
#: dashboard/publisher/adverts-edit.php:129
|
1038 |
+
msgid "Get adverts from Media.net"
|
1039 |
msgstr ""
|
1040 |
|
1041 |
#: dashboard/publisher/adverts-edit.php:134
|
1090 |
msgstr "To je zbog CSS razlika . Vaš teme CSS fajl nije aktivan ovde !"
|
1091 |
|
1092 |
#: dashboard/publisher/adverts-edit.php:150
|
1093 |
+
#: dashboard/publisher/adverts-generator.php:46
|
1094 |
msgid "Banner asset"
|
1095 |
msgstr ""
|
1096 |
|
1104 |
msgstr "Baner Folder"
|
1105 |
|
1106 |
#: dashboard/publisher/adverts-edit.php:155
|
1107 |
+
#: dashboard/publisher/adverts-generator.php:53
|
1108 |
msgid "- OR -"
|
1109 |
msgstr "- ILI -"
|
1110 |
|
1128 |
"Koristite ili polje za tekst ili dropdown. Ako polje teksta ima sadržaj koji "
|
1129 |
"polje ima prioritet ."
|
1130 |
|
|
|
|
|
|
|
|
|
|
|
1131 |
#: dashboard/publisher/adverts-edit.php:169
|
1132 |
msgid "Enable click and impression tracking for this advert."
|
1133 |
msgstr ""
|
1156 |
msgstr "Nabvite jos karakteristika! AdRotate Pro."
|
1157 |
|
1158 |
#: dashboard/publisher/adverts-edit.php:188
|
1159 |
+
#: dashboard/publisher/adverts-edit.php:288
|
1160 |
+
#: dashboard/publisher/adverts-edit.php:357
|
1161 |
+
#: dashboard/publisher/adverts-edit.php:428
|
1162 |
#: dashboard/publisher/adverts-main.php:105
|
1163 |
#: dashboard/publisher/groups-edit.php:71
|
1164 |
+
#: dashboard/publisher/groups-edit.php:191
|
1165 |
+
#: dashboard/publisher/groups-main.php:89 dashboard/publisher/media.php:73
|
1166 |
+
#: dashboard/publisher/schedules-main.php:89
|
1167 |
+
#: dashboard/publisher/statistics-advert.php:140
|
1168 |
+
#: dashboard/publisher/statistics-group.php:112
|
1169 |
+
#: dashboard/publisher/statistics-main.php:73
|
1170 |
#, fuzzy
|
1171 |
+
msgid "Upgrade now"
|
1172 |
+
msgstr "Danas"
|
1173 |
|
1174 |
#: dashboard/publisher/adverts-edit.php:191
|
1175 |
#: dashboard/publisher/adverts-edit.php:291
|
1182 |
#: dashboard/publisher/adverts-edit.php:292
|
1183 |
#: dashboard/publisher/adverts-edit.php:448
|
1184 |
#: dashboard/publisher/adverts-edit.php:489
|
1185 |
+
#: dashboard/publisher/adverts-generator.php:129
|
1186 |
#: dashboard/publisher/groups-edit.php:150
|
1187 |
#: dashboard/publisher/groups-edit.php:299
|
1188 |
#: dashboard/publisher/groups-edit.php:391
|
1276 |
"Pro."
|
1277 |
msgstr ""
|
1278 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1279 |
#: dashboard/publisher/adverts-edit.php:295
|
1280 |
#: dashboard/publisher/groups-edit.php:153
|
1281 |
msgid "Advanced"
|
1491 |
msgid "Expired"
|
1492 |
msgstr "Isteklo je."
|
1493 |
|
1494 |
+
#: dashboard/publisher/adverts-generator.php:35
|
1495 |
+
#, fuzzy
|
1496 |
+
#| msgid "Moderate Adverts"
|
1497 |
+
msgid "Generate Advert Code"
|
1498 |
+
msgstr "Ograničite oglase"
|
1499 |
+
|
1500 |
+
#: dashboard/publisher/adverts-generator.php:36
|
1501 |
+
msgid ""
|
1502 |
+
"Use the Generator if you have received a target url, banner image and/or "
|
1503 |
+
"some separate files with a description on how to use those. The AdRotate "
|
1504 |
+
"Generator will take your bits and pieces and try to generate a working "
|
1505 |
+
"adcode from it."
|
1506 |
+
msgstr ""
|
1507 |
+
|
1508 |
+
#: dashboard/publisher/adverts-generator.php:38
|
1509 |
+
msgid ""
|
1510 |
+
"If you have a complete and working ad code / ad tag you do not use the "
|
1511 |
+
"Generator. You can simply paste that code in the AdCode field when creating "
|
1512 |
+
"your advert. For example as provided by Media.net or Google AdSense among "
|
1513 |
+
"others."
|
1514 |
+
msgstr ""
|
1515 |
+
|
1516 |
+
#: dashboard/publisher/adverts-generator.php:40
|
1517 |
+
#, fuzzy
|
1518 |
+
msgid "Basic advert"
|
1519 |
+
msgstr "Sttistike za"
|
1520 |
+
|
1521 |
+
#: dashboard/publisher/adverts-generator.php:41
|
1522 |
+
msgid ""
|
1523 |
+
"This is a regular advert consisting of an image and a link, made up from "
|
1524 |
+
"HTML code."
|
1525 |
+
msgstr ""
|
1526 |
+
|
1527 |
+
#: dashboard/publisher/adverts-generator.php:50
|
1528 |
+
#: dashboard/publisher/adverts-generator.php:99
|
1529 |
+
#, fuzzy
|
1530 |
+
#| msgid "No image selected"
|
1531 |
+
msgid "No file selected"
|
1532 |
+
msgstr "Nijedna slika nije izabrana"
|
1533 |
+
|
1534 |
+
#: dashboard/publisher/adverts-generator.php:52
|
1535 |
+
#: dashboard/publisher/adverts-generator.php:101
|
1536 |
+
msgid "Is your file not listed? Upload it via the AdRotate Media Manager."
|
1537 |
+
msgstr ""
|
1538 |
+
|
1539 |
+
#: dashboard/publisher/adverts-generator.php:54
|
1540 |
+
msgid "Visible text if this is a text link banner."
|
1541 |
+
msgstr ""
|
1542 |
+
|
1543 |
+
#: dashboard/publisher/adverts-generator.php:54
|
1544 |
+
#, fuzzy
|
1545 |
+
#| msgid ""
|
1546 |
+
#| "Use either the text field or the dropdown. If the textfield has content "
|
1547 |
+
#| "that field has priority."
|
1548 |
+
msgid ""
|
1549 |
+
"Use either the dropdown or the text field. If the dropdown is used, that "
|
1550 |
+
"field has priority."
|
1551 |
+
msgstr ""
|
1552 |
+
"Koristite ili polje za tekst ili dropdown. Ako polje teksta ima sadržaj koji "
|
1553 |
+
"polje ima prioritet ."
|
1554 |
+
|
1555 |
+
#: dashboard/publisher/adverts-generator.php:59
|
1556 |
+
#, fuzzy
|
1557 |
+
#| msgid "website"
|
1558 |
+
msgid "Target website"
|
1559 |
+
msgstr "websajt"
|
1560 |
+
|
1561 |
+
#: dashboard/publisher/adverts-generator.php:61
|
1562 |
+
msgid "Where does the person clicking the advert go?"
|
1563 |
+
msgstr ""
|
1564 |
+
|
1565 |
+
#: dashboard/publisher/adverts-generator.php:65
|
1566 |
+
#, fuzzy
|
1567 |
+
#| msgid "GeoTargeting"
|
1568 |
+
msgid "Target window"
|
1569 |
+
msgstr "GeoTargeting"
|
1570 |
+
|
1571 |
+
#: dashboard/publisher/adverts-generator.php:67
|
1572 |
+
#: dashboard/publisher/adverts-generator.php:73
|
1573 |
+
#: dashboard/publisher/adverts-generator.php:119
|
1574 |
+
#, fuzzy
|
1575 |
+
#| msgid "Available in AdRotate Pro"
|
1576 |
+
msgid "Available in AdRotate Pro."
|
1577 |
+
msgstr "Dostupno u AdRotate Pro"
|
1578 |
+
|
1579 |
+
#: dashboard/publisher/adverts-generator.php:67
|
1580 |
+
msgid "Open the target website in a new window?"
|
1581 |
+
msgstr ""
|
1582 |
+
|
1583 |
+
#: dashboard/publisher/adverts-generator.php:71
|
1584 |
+
msgid "NoFollow"
|
1585 |
+
msgstr ""
|
1586 |
+
|
1587 |
+
#: dashboard/publisher/adverts-generator.php:73
|
1588 |
+
msgid "Tell crawlers and search engines not to follow the target website url?"
|
1589 |
+
msgstr ""
|
1590 |
+
|
1591 |
+
#: dashboard/publisher/adverts-generator.php:77
|
1592 |
+
#: dashboard/publisher/adverts-generator.php:106
|
1593 |
+
#: dashboard/publisher/groups-edit.php:95
|
1594 |
+
msgid "Advert size"
|
1595 |
+
msgstr ""
|
1596 |
+
|
1597 |
+
#: dashboard/publisher/adverts-generator.php:79
|
1598 |
+
#: dashboard/publisher/adverts-generator.php:108
|
1599 |
+
#, fuzzy
|
1600 |
+
#| msgid "pixel(s) wide"
|
1601 |
+
msgid "px wide"
|
1602 |
+
msgstr "širina piksela"
|
1603 |
+
|
1604 |
+
#: dashboard/publisher/adverts-generator.php:80
|
1605 |
+
#: dashboard/publisher/adverts-generator.php:109
|
1606 |
+
#, fuzzy
|
1607 |
+
#| msgid "pixel(s) high."
|
1608 |
+
msgid "px high."
|
1609 |
+
msgstr "visina piksela"
|
1610 |
+
|
1611 |
+
#: dashboard/publisher/adverts-generator.php:81
|
1612 |
+
#: dashboard/publisher/adverts-generator.php:110
|
1613 |
+
#, fuzzy
|
1614 |
+
#| msgid ""
|
1615 |
+
#| "Define the maximum size of the ads in pixels. Height can be "
|
1616 |
+
#| "'auto' (Default: 125/125)"
|
1617 |
+
msgid "Define the maximum size of the adverts in pixels."
|
1618 |
+
msgstr ""
|
1619 |
+
"Definisati maksimalnu veličinu oglasa u pikselima. Visina može biti "
|
1620 |
+
"'auto' (Default: 125/125)"
|
1621 |
+
|
1622 |
+
#: dashboard/publisher/adverts-generator.php:81
|
1623 |
+
#: dashboard/publisher/adverts-generator.php:119
|
1624 |
+
#, fuzzy
|
1625 |
+
#| msgid "Options"
|
1626 |
+
msgid "(Optional)"
|
1627 |
+
msgstr "Opcije"
|
1628 |
+
|
1629 |
+
#: dashboard/publisher/adverts-generator.php:88
|
1630 |
+
msgid "HTML5 or Flash Advert"
|
1631 |
+
msgstr ""
|
1632 |
+
|
1633 |
+
#: dashboard/publisher/adverts-generator.php:89
|
1634 |
+
msgid ""
|
1635 |
+
"These are more advanced adverts, using a Flash file or HTML5 files. Try to "
|
1636 |
+
"avoid Flash. HTML5 is the new and better standard."
|
1637 |
+
msgstr ""
|
1638 |
+
|
1639 |
+
#: dashboard/publisher/adverts-generator.php:90
|
1640 |
+
msgid ""
|
1641 |
+
"If your HTML5 advert consists of multiple files, upload all files using the "
|
1642 |
+
"AdRotate Media Manager and select the HTML file here."
|
1643 |
+
msgstr ""
|
1644 |
+
|
1645 |
+
#: dashboard/publisher/adverts-generator.php:95
|
1646 |
+
msgid "HTML/Flash file"
|
1647 |
+
msgstr ""
|
1648 |
+
|
1649 |
+
#: dashboard/publisher/adverts-generator.php:114
|
1650 |
+
msgid "Flash clickTAG"
|
1651 |
+
msgstr ""
|
1652 |
+
|
1653 |
+
#: dashboard/publisher/adverts-generator.php:117
|
1654 |
+
msgid "Parameter"
|
1655 |
+
msgstr ""
|
1656 |
+
|
1657 |
+
#: dashboard/publisher/adverts-generator.php:118
|
1658 |
+
msgid "No clickTAG"
|
1659 |
+
msgstr ""
|
1660 |
+
|
1661 |
+
#: dashboard/publisher/adverts-generator.php:119
|
1662 |
+
msgid "URL"
|
1663 |
+
msgstr ""
|
1664 |
+
|
1665 |
+
#: dashboard/publisher/adverts-generator.php:119
|
1666 |
+
msgid ""
|
1667 |
+
"This option is ignored for HTML5 adverts. All choices do the exact same, but "
|
1668 |
+
"some developers write the parameter differently."
|
1669 |
+
msgstr ""
|
1670 |
+
|
1671 |
+
#: dashboard/publisher/adverts-generator.php:128
|
1672 |
+
msgid "Generate and Configure Advert"
|
1673 |
+
msgstr ""
|
1674 |
+
|
1675 |
+
#: dashboard/publisher/adverts-generator.php:129
|
1676 |
+
msgid "Always test your adverts before activating them."
|
1677 |
+
msgstr ""
|
1678 |
+
|
1679 |
+
#: dashboard/publisher/adverts-generator.php:132
|
1680 |
+
msgid "NOTE:"
|
1681 |
+
msgstr ""
|
1682 |
+
|
1683 |
+
#: dashboard/publisher/adverts-generator.php:132
|
1684 |
+
msgid ""
|
1685 |
+
"While the Code Generator has been tested and works, code generation, as "
|
1686 |
+
"always, is a interpretation of user input. If you provide the correct bits "
|
1687 |
+
"and pieces, a working advert may be generated. If you leave fields empty or "
|
1688 |
+
"insert the wrong info you probably end up with a broken advert."
|
1689 |
+
msgstr ""
|
1690 |
+
|
1691 |
+
#: dashboard/publisher/adverts-generator.php:132
|
1692 |
+
msgid ""
|
1693 |
+
"Based on your input and experiences later iterations of the Code Generator "
|
1694 |
+
"will be better and more feature rich."
|
1695 |
+
msgstr ""
|
1696 |
+
|
1697 |
#: dashboard/publisher/adverts-main.php:12
|
1698 |
msgid "Active Adverts"
|
1699 |
msgstr ""
|
1707 |
#: dashboard/publisher/adverts-main.php:46
|
1708 |
#: dashboard/publisher/groups-main.php:37
|
1709 |
#: dashboard/publisher/groups-main.php:39
|
1710 |
+
#: dashboard/publisher/statistics-advert.php:45
|
1711 |
+
#: dashboard/publisher/statistics-group.php:51
|
1712 |
msgid "Today"
|
1713 |
msgstr "Danas"
|
1714 |
|
1716 |
msgid "No adverts created yet!"
|
1717 |
msgstr ""
|
1718 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1719 |
#: dashboard/publisher/groups-edit.php:43
|
1720 |
#, fuzzy
|
1721 |
msgid "New Group"
|
1774 |
msgid "Larger blocks will degrade your sites performance! Default: 2/2."
|
1775 |
msgstr ""
|
1776 |
|
|
|
|
|
|
|
|
|
1777 |
#: dashboard/publisher/groups-edit.php:97
|
1778 |
msgid "pixel(s) wide"
|
1779 |
msgstr "širina piksela"
|
2027 |
msgstr "Konfiguracione greške."
|
2028 |
|
2029 |
#: dashboard/publisher/groups-edit.php:385
|
2030 |
+
#: dashboard/publisher/schedules-main.php:87
|
2031 |
msgid "Expires soon."
|
2032 |
msgstr "Ističe uskoro."
|
2033 |
|
2034 |
#: dashboard/publisher/groups-edit.php:386
|
2035 |
+
#: dashboard/publisher/schedules-main.php:88
|
2036 |
msgid "Has expired."
|
2037 |
msgstr "Isteklo je."
|
2038 |
|
2065 |
msgid "No groups created!"
|
2066 |
msgstr "Grupa nije napravljena!"
|
2067 |
|
2068 |
+
#: dashboard/publisher/media.php:17
|
2069 |
+
#, fuzzy
|
2070 |
+
msgid "Upload new file"
|
2071 |
+
msgstr "Slika banera:"
|
2072 |
+
|
2073 |
+
#: dashboard/publisher/media.php:18
|
2074 |
+
#, fuzzy
|
2075 |
+
msgid "Accepted files:"
|
2076 |
+
msgstr "Koristi %image% u kodu. Prihvatljivi fajlovi su:"
|
2077 |
+
|
2078 |
+
#: dashboard/publisher/media.php:18
|
2079 |
+
msgid "Maximum size is 512Kb per file."
|
2080 |
+
msgstr ""
|
2081 |
+
|
2082 |
+
#: dashboard/publisher/media.php:18
|
2083 |
+
msgid "Important:"
|
2084 |
+
msgstr ""
|
2085 |
+
|
2086 |
+
#: dashboard/publisher/media.php:18
|
2087 |
+
msgid ""
|
2088 |
+
"Make sure your file has no spaces or special characters in the name. Replace "
|
2089 |
+
"spaces with a - or _."
|
2090 |
+
msgstr ""
|
2091 |
+
|
2092 |
+
#: dashboard/publisher/media.php:18
|
2093 |
+
msgid ""
|
2094 |
+
"If you remove spaces from filenames for HTML5 adverts also edit the html "
|
2095 |
+
"file so it knows about the changed name. For example for the javascript file."
|
2096 |
+
msgstr ""
|
2097 |
+
|
2098 |
+
#: dashboard/publisher/media.php:21
|
2099 |
+
#, fuzzy
|
2100 |
+
msgid "Upload file"
|
2101 |
+
msgstr "Slika banera:"
|
2102 |
+
|
2103 |
+
#: dashboard/publisher/media.php:21
|
2104 |
+
msgid "Click only once per file!"
|
2105 |
+
msgstr ""
|
2106 |
+
|
2107 |
+
#: dashboard/publisher/media.php:25
|
2108 |
+
#, fuzzy
|
2109 |
+
#| msgid "Available in AdRotate Pro"
|
2110 |
+
msgid "Available files in"
|
2111 |
+
msgstr "Dostupno u AdRotate Pro"
|
2112 |
+
|
2113 |
+
#: dashboard/publisher/media.php:31
|
2114 |
+
#, fuzzy
|
2115 |
+
msgid "Actions"
|
2116 |
+
msgstr "Delo bulk-ovanja"
|
2117 |
+
|
2118 |
+
#: dashboard/publisher/media.php:65
|
2119 |
+
#, fuzzy
|
2120 |
+
#| msgid "No files found"
|
2121 |
+
msgid "No files found!"
|
2122 |
+
msgstr "Nijedan fajl nije pronadjen"
|
2123 |
+
|
2124 |
+
#: dashboard/publisher/media.php:72
|
2125 |
+
msgid ""
|
2126 |
+
"Make sure the banner images are not in use by adverts when you delete them!"
|
2127 |
+
msgstr ""
|
2128 |
+
|
2129 |
+
#: dashboard/publisher/media.php:73 dashboard/publisher/schedules-main.php:89
|
2130 |
+
#: dashboard/publisher/statistics-advert.php:140
|
2131 |
+
#: dashboard/publisher/statistics-group.php:112
|
2132 |
+
#: dashboard/publisher/statistics-main.php:73
|
2133 |
+
#, fuzzy
|
2134 |
+
msgid "Get more features with AdRotate Pro"
|
2135 |
+
msgstr "Nabvite jos karakteristika! AdRotate Pro."
|
2136 |
+
|
2137 |
+
#: dashboard/publisher/schedules-main.php:12
|
2138 |
+
#, fuzzy
|
2139 |
+
msgid "Manage Schedules"
|
2140 |
+
msgstr "Upravljati"
|
2141 |
+
|
2142 |
+
#: dashboard/publisher/schedules-main.php:13
|
2143 |
+
msgid ""
|
2144 |
+
"In AdRotate Pro you can schedule adverts for multiple periods of time. One "
|
2145 |
+
"schedule can be assigned to many adverts allowing you to manage multi advert "
|
2146 |
+
"campaigns easily. Schedules can be active on certain days of the week or on "
|
2147 |
+
"certain hours of the day."
|
2148 |
+
msgstr ""
|
2149 |
+
|
2150 |
+
#: dashboard/publisher/schedules-main.php:36
|
2151 |
+
#, fuzzy
|
2152 |
+
msgid "Max Shown"
|
2153 |
+
msgstr "Ovaj oglas je istekao i trenutno se ne prikazuje na sajtu!"
|
2154 |
+
|
2155 |
+
#: dashboard/publisher/schedules-main.php:37
|
2156 |
+
#: dashboard/publisher/statistics-advert.php:114
|
2157 |
+
#, fuzzy
|
2158 |
+
msgid "Max Clicks"
|
2159 |
+
msgstr "Klikovi"
|
2160 |
+
|
2161 |
+
#: dashboard/publisher/schedules-main.php:70
|
2162 |
+
msgid "Mon:"
|
2163 |
+
msgstr ""
|
2164 |
+
|
2165 |
+
#: dashboard/publisher/schedules-main.php:70
|
2166 |
+
msgid "Tue:"
|
2167 |
+
msgstr ""
|
2168 |
+
|
2169 |
+
#: dashboard/publisher/schedules-main.php:70
|
2170 |
+
msgid "Wed:"
|
2171 |
+
msgstr ""
|
2172 |
+
|
2173 |
+
#: dashboard/publisher/schedules-main.php:70
|
2174 |
+
msgid "Thu:"
|
2175 |
+
msgstr ""
|
2176 |
+
|
2177 |
+
#: dashboard/publisher/schedules-main.php:70
|
2178 |
+
msgid "Fri:"
|
2179 |
+
msgstr ""
|
2180 |
+
|
2181 |
+
#: dashboard/publisher/schedules-main.php:70
|
2182 |
+
msgid "Sat:"
|
2183 |
+
msgstr ""
|
2184 |
+
|
2185 |
+
#: dashboard/publisher/schedules-main.php:70
|
2186 |
+
msgid "Sun:"
|
2187 |
+
msgstr ""
|
2188 |
+
|
2189 |
+
#: dashboard/publisher/schedules-main.php:70
|
2190 |
+
msgid "Between:"
|
2191 |
+
msgstr ""
|
2192 |
+
|
2193 |
+
#: dashboard/publisher/schedules-main.php:70
|
2194 |
+
#, fuzzy
|
2195 |
+
#| msgid "Impressions"
|
2196 |
+
msgid "Impression spread:"
|
2197 |
+
msgstr "Utisci"
|
2198 |
+
|
2199 |
+
#: dashboard/publisher/schedules-main.php:70
|
2200 |
+
#, fuzzy
|
2201 |
+
#| msgid "Delete"
|
2202 |
+
msgid "Auto Delete:"
|
2203 |
+
msgstr "Obrisati"
|
2204 |
+
|
2205 |
+
#: dashboard/publisher/schedules-main.php:81
|
2206 |
+
msgid "Nothing here!"
|
2207 |
+
msgstr ""
|
2208 |
+
|
2209 |
+
#: dashboard/publisher/statistics-advert.php:40
|
2210 |
+
#, fuzzy
|
2211 |
+
msgid "Statistics for advert"
|
2212 |
+
msgstr "Sttistike za"
|
2213 |
+
|
2214 |
+
#: dashboard/publisher/statistics-advert.php:47
|
2215 |
+
#: dashboard/publisher/statistics-group.php:53
|
2216 |
+
#: dashboard/publisher/statistics-main.php:19
|
2217 |
+
#, fuzzy
|
2218 |
+
msgid "All time"
|
2219 |
+
msgstr "Utisci tajmer"
|
2220 |
+
|
2221 |
+
#: dashboard/publisher/statistics-advert.php:52
|
2222 |
+
#: dashboard/publisher/statistics-advert.php:58
|
2223 |
+
#: dashboard/publisher/statistics-advert.php:72
|
2224 |
+
#: dashboard/publisher/statistics-advert.php:78
|
2225 |
+
#: dashboard/publisher/statistics-advert.php:99
|
2226 |
+
#: dashboard/publisher/statistics-group.php:58
|
2227 |
+
#: dashboard/publisher/statistics-group.php:64
|
2228 |
+
#: dashboard/publisher/statistics-group.php:78
|
2229 |
+
#: dashboard/publisher/statistics-group.php:84
|
2230 |
+
#: dashboard/publisher/statistics-group.php:103
|
2231 |
+
#: dashboard/publisher/statistics-main.php:28
|
2232 |
+
#: dashboard/publisher/statistics-main.php:42
|
2233 |
+
#: dashboard/publisher/statistics-main.php:46
|
2234 |
+
#: dashboard/publisher/statistics-main.php:64
|
2235 |
+
msgid "Impressions"
|
2236 |
+
msgstr "Utisci"
|
2237 |
+
|
2238 |
+
#: dashboard/publisher/statistics-advert.php:65
|
2239 |
+
#: dashboard/publisher/statistics-group.php:71
|
2240 |
+
#: dashboard/publisher/statistics-main.php:35
|
2241 |
+
#, fuzzy
|
2242 |
+
#| msgid "This month"
|
2243 |
+
msgid "Last month"
|
2244 |
+
msgstr "Ovaj mesec"
|
2245 |
+
|
2246 |
+
#: dashboard/publisher/statistics-advert.php:86
|
2247 |
+
#: dashboard/publisher/statistics-group.php:92
|
2248 |
+
#: dashboard/publisher/statistics-main.php:53
|
2249 |
+
msgid "Monthly overview of clicks and impressions"
|
2250 |
+
msgstr "Mesečni pregled klikova i utisaka"
|
2251 |
+
|
2252 |
+
#: dashboard/publisher/statistics-advert.php:108
|
2253 |
+
#, fuzzy
|
2254 |
+
#| msgid "Monthly overview of clicks and impressions"
|
2255 |
+
msgid "Periodic overview of clicks and impressions"
|
2256 |
+
msgstr "Mesečni pregled klikova i utisaka"
|
2257 |
+
|
2258 |
+
#: dashboard/publisher/statistics-advert.php:112
|
2259 |
+
#, fuzzy
|
2260 |
+
#| msgid "Show from"
|
2261 |
+
msgid "Shown from"
|
2262 |
+
msgstr "Prikazati iz"
|
2263 |
+
|
2264 |
+
#: dashboard/publisher/statistics-advert.php:113
|
2265 |
+
#, fuzzy
|
2266 |
+
#| msgid "Show until"
|
2267 |
+
msgid "Shown until"
|
2268 |
+
msgstr "Prikazati do"
|
2269 |
+
|
2270 |
+
#: dashboard/publisher/statistics-advert.php:114
|
2271 |
+
#: dashboard/publisher/statistics-advert.php:115
|
2272 |
+
#, fuzzy
|
2273 |
+
msgid "Used"
|
2274 |
+
msgstr "Da , ovaj oglas će se koristiti"
|
2275 |
+
|
2276 |
+
#: dashboard/publisher/statistics-advert.php:115
|
2277 |
+
#, fuzzy
|
2278 |
+
msgid "Max Impressions"
|
2279 |
+
msgstr "Utisci"
|
2280 |
+
|
2281 |
+
#: dashboard/publisher/statistics-advert.php:141
|
2282 |
+
#: dashboard/publisher/statistics-group.php:113
|
2283 |
+
#: dashboard/publisher/statistics-main.php:74
|
2284 |
+
#: dashboard/settings/notifications.php:60
|
2285 |
+
#: dashboard/settings/notifications.php:90
|
2286 |
+
msgid "Note:"
|
2287 |
+
msgstr "Beleška:"
|
2288 |
+
|
2289 |
+
#: dashboard/publisher/statistics-advert.php:141
|
2290 |
+
#: dashboard/publisher/statistics-group.php:113
|
2291 |
+
#: dashboard/publisher/statistics-main.php:74
|
2292 |
+
msgid ""
|
2293 |
+
"All statistics are indicative. They do not nessesarily reflect results "
|
2294 |
+
"counted by other parties."
|
2295 |
+
msgstr ""
|
2296 |
+
"Svi statistički podaci su indikativni . Oni nužno ne odražavaju rezultate "
|
2297 |
+
"obračunate od drugih stranaka ."
|
2298 |
+
|
2299 |
+
#: dashboard/publisher/statistics-group.php:46
|
2300 |
#, fuzzy
|
2301 |
msgid "Statistics for group"
|
2302 |
msgstr "Sttistike za"
|
2303 |
|
2304 |
+
#: dashboard/publisher/statistics-main.php:26
|
2305 |
+
#, fuzzy
|
2306 |
+
#| msgid "Advertise using Broadstreet Ads"
|
2307 |
+
msgid "Adverts counting stats"
|
2308 |
+
msgstr "Reklame koristeći Broadstreet oglase"
|
2309 |
+
|
2310 |
#: dashboard/settings/advertisers.php:16
|
2311 |
msgid "Advertisers - Available in AdRotate Pro"
|
2312 |
msgstr ""
|
3331 |
msgstr ""
|
3332 |
"Ovaj broj ne može da bude prazan , negativan ili veći od 3600 ( 1 sat ) ."
|
3333 |
|
3334 |
+
#~ msgid "Report"
|
3335 |
+
#~ msgstr "Izveštaj"
|
3336 |
+
|
3337 |
+
#, fuzzy
|
3338 |
+
#~ msgid "More information"
|
3339 |
+
#~ msgstr "Saznajte više"
|
3340 |
+
|
3341 |
+
#~ msgid "Impressions today"
|
3342 |
+
#~ msgstr "Današnji utisci"
|
3343 |
+
|
3344 |
+
#~ msgid "Clicks today"
|
3345 |
+
#~ msgstr "Klik danas"
|
3346 |
+
|
3347 |
#~ msgid "Empty database records removed"
|
3348 |
#~ msgstr "Prazni zapisi baze podataka uklanjaju"
|
3349 |
|
3374 |
#~ msgid "Help AdRotate Grow"
|
3375 |
#~ msgstr "Zaglavili ste se sa AdRotate ? Ja ću vam pomoći !"
|
3376 |
|
|
|
|
|
|
|
|
|
3377 |
#, fuzzy
|
3378 |
#~ msgid "Manage Media"
|
3379 |
#~ msgstr "Media:"
|
3399 |
#~ msgid "Ads"
|
3400 |
#~ msgstr "Oglasi"
|
3401 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3402 |
#, fuzzy
|
3403 |
#~ msgid "No schedules created yet!"
|
3404 |
#~ msgstr "Nijedan blok nije stvoren još uvek!"
|
3419 |
#~ msgid "Media uploading and management is available in AdRotate Pro."
|
3420 |
#~ msgstr "Ova karakteristika je dostupna na AdRotate Pro"
|
3421 |
|
|
|
|
|
|
|
|
|
3422 |
#, fuzzy
|
3423 |
#~ msgid "Manage your banner folder from here with AdRotate Pro."
|
3424 |
#~ msgstr "Nabvite jos karakteristika! AdRotate Pro."
|
3499 |
#~ msgstr ""
|
3500 |
#~ "Maksimalno 2 adrese. Odvojenu zarezima. Ovo polje ne može biti prazno !"
|
3501 |
|
|
|
|
|
|
|
|
|
3502 |
#~ msgid "Visit the"
|
3503 |
#~ msgstr "Posetite"
|
3504 |
|
|
|
|
|
|
|
3505 |
#~ msgid "AdRotate News and Developer Blog"
|
3506 |
#~ msgstr "AdRotate novosti i blog za programere"
|
3507 |
|
3626 |
#~ msgid "Impressions timer"
|
3627 |
#~ msgstr "Utisci tajmer"
|
3628 |
|
|
|
|
|
|
|
|
|
3629 |
#, fuzzy
|
3630 |
#~ msgid "Learn More"
|
3631 |
#~ msgstr "Saznajte više"
|
3656 |
#~ msgid "Group updated"
|
3657 |
#~ msgstr "Updateovana grupa"
|
3658 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3659 |
#~ msgid "Access Rights"
|
3660 |
#~ msgstr "Prava pristupa"
|
3661 |
|
3978 |
#~ "ste kliknuli. Verifikuj ak je url korišćen kao validan ili login via "
|
3979 |
#~ "vašeg pretraživača."
|
3980 |
|
|
|
|
|
|
|
3981 |
#, fuzzy
|
3982 |
#~ msgid "Geo Location in AdRotate Pro"
|
3983 |
#~ msgstr "AdRotate Pro"
|
3992 |
#~ msgid "Target your audience with Geo Location in AdRotate Pro"
|
3993 |
#~ msgstr "Targetirajte gradove i zemlje sa GeoLocation."
|
3994 |
|
|
|
|
|
|
|
|
|
3995 |
#, fuzzy
|
3996 |
#~ msgid "From when to when is the advert visible?"
|
3997 |
#~ msgstr "Nema efekta ako se klik i utisak praćenja onemogući ."
|
4086 |
#~ msgid "Updated"
|
4087 |
#~ msgstr "Update-ovanje blokiranja"
|
4088 |
|
|
|
|
|
|
|
|
|
|
|
|
|
4089 |
#, fuzzy
|
4090 |
#~ msgid "AdRotate Server Settings"
|
4091 |
#~ msgstr "AdRotate postavke"
|
4152 |
#~ msgid "Buy"
|
4153 |
#~ msgstr "Kupite odmah"
|
4154 |
|
|
|
|
|
|
|
|
|
4155 |
#~ msgid "Check out the"
|
4156 |
#~ msgstr "Pogledajte"
|
4157 |
|
4342 |
#~ msgid "Moderate"
|
4343 |
#~ msgstr "Ograničite"
|
4344 |
|
|
|
|
|
|
|
4345 |
#~ msgid "Global Reports"
|
4346 |
#~ msgstr "Globalni izveštaji"
|
4347 |
|
4357 |
#~ msgid "Advertiser"
|
4358 |
#~ msgstr "Oglašivač"
|
4359 |
|
|
|
|
|
|
|
4360 |
#~ msgid ""
|
4361 |
#~ "Couple adverts to advertisers and allow them to create and upload their "
|
4362 |
#~ "own advertisements for you to moderate and approve or reject!"
|
4536 |
#~ msgid "Width and Height"
|
4537 |
#~ msgstr "Širina i visina"
|
4538 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4539 |
#~ msgid "pixel(s) margin"
|
4540 |
#~ msgstr "margina piksela"
|
4541 |
|
4579 |
#~ msgid "Track visitors"
|
4580 |
#~ msgstr "Pratite posetioce"
|
4581 |
|
|
|
|
|
|
|
4582 |
#~ msgid "You are about to remove empty records from the AdRotate database."
|
4583 |
#~ msgstr "Spremate se da uklonite prazne zapise iz baze podataka AdRotate ."
|
4584 |
|
4766 |
#~ msgid "This groups performance"
|
4767 |
#~ msgstr "Performans ove grupe"
|
4768 |
|
|
|
|
|
|
|
4769 |
#~ msgid "You do not have permission to do this."
|
4770 |
#~ msgstr "Vi nemate dozvolu da to uradite."
|
4771 |
|
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: 2017-
|
6 |
-
"PO-Revision-Date: 2017-
|
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"
|
@@ -17,108 +17,114 @@ msgstr ""
|
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
-
#: adrotate-functions.php:
|
21 |
msgid "No files found"
|
22 |
msgstr "Inga filer hittades"
|
23 |
|
24 |
-
#: adrotate-functions.php:
|
25 |
msgid "Folder not found or not accessible"
|
26 |
msgstr "Folder inte hittas eller inte tillgänglig"
|
27 |
|
28 |
-
#: adrotate-functions.php:
|
29 |
msgid "Ad saved"
|
30 |
msgstr ""
|
31 |
|
32 |
-
#: adrotate-functions.php:
|
33 |
msgid "Group saved"
|
34 |
msgstr ""
|
35 |
|
36 |
-
#: adrotate-functions.php:
|
37 |
msgid "Ad(s) deleted"
|
38 |
msgstr "Annons(er) raderas"
|
39 |
|
40 |
-
#: adrotate-functions.php:
|
41 |
msgid "Group deleted"
|
42 |
msgstr "Grupp raderad"
|
43 |
|
44 |
-
#: adrotate-functions.php:
|
45 |
msgid "Ad(s) statistics reset"
|
46 |
msgstr "Annons(er) statistik återställning"
|
47 |
|
48 |
-
#: adrotate-functions.php:
|
49 |
msgid "Ad(s) renewed"
|
50 |
msgstr "Annons(er) förnyas"
|
51 |
|
52 |
-
#: adrotate-functions.php:
|
53 |
msgid "Ad(s) deactivated"
|
54 |
msgstr "Annons(er) avaktiveras"
|
55 |
|
56 |
-
#: adrotate-functions.php:
|
57 |
msgid "Ad(s) activated"
|
58 |
msgstr "Annons(er) aktiveras"
|
59 |
|
60 |
-
#: adrotate-functions.php:
|
61 |
msgid "Group including it's Ads deleted"
|
62 |
msgstr "Grupp inklusive dess annonser raderade"
|
63 |
|
64 |
-
#: adrotate-functions.php:
|
65 |
#, fuzzy
|
66 |
msgid "Export created"
|
67 |
msgstr "export skapad"
|
68 |
|
69 |
-
#: adrotate-functions.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
70 |
msgid "Settings saved"
|
71 |
msgstr "Inställningar sparas"
|
72 |
|
73 |
-
#: adrotate-functions.php:
|
74 |
msgid "Database optimized"
|
75 |
msgstr "Databas optimerad"
|
76 |
|
77 |
-
#: adrotate-functions.php:
|
78 |
msgid "Database repaired"
|
79 |
msgstr "Databas reparation"
|
80 |
|
81 |
-
#: adrotate-functions.php:
|
82 |
msgid "Ads evaluated and statuses have been corrected where required"
|
83 |
msgstr "annonser utvärderas och status har rättats till vid behov"
|
84 |
|
85 |
-
#: adrotate-functions.php:
|
86 |
#, fuzzy
|
87 |
#| msgid "Clean-up Database"
|
88 |
msgid "Cleanup complete"
|
89 |
msgstr "Städa upp Databas"
|
90 |
|
91 |
-
#: adrotate-functions.php:
|
92 |
msgid "Action prohibited"
|
93 |
msgstr "Åtgärden förbjuden"
|
94 |
|
95 |
-
#: adrotate-functions.php:
|
96 |
msgid ""
|
97 |
"The ad was saved but has an issue which might prevent it from working "
|
98 |
"properly. Review the colored ad."
|
99 |
msgstr ""
|
100 |
|
101 |
-
#: adrotate-functions.php:
|
102 |
msgid "No data found in selected time period"
|
103 |
msgstr "Inga data finns i vald tidsperiod"
|
104 |
|
105 |
-
#: adrotate-functions.php:
|
106 |
msgid "Database can only be optimized or cleaned once every hour"
|
107 |
msgstr "Databas kan endast optimeras eller rengöras en gång i timmen"
|
108 |
|
109 |
-
#: adrotate-functions.php:
|
110 |
msgid "Form can not be (partially) empty!"
|
111 |
msgstr ""
|
112 |
|
113 |
-
#: adrotate-functions.php:
|
114 |
msgid "No ads found."
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: adrotate-functions.php:
|
118 |
msgid "Unexpected error"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: adrotate-manage-publisher.php:
|
122 |
msgid "AdRotate Advertiser"
|
123 |
msgstr ""
|
124 |
|
@@ -218,206 +224,215 @@ msgstr ""
|
|
218 |
msgid "Your AdRotate Banner folder is not writable or does not exist."
|
219 |
msgstr ""
|
220 |
|
221 |
-
#: adrotate-output.php:
|
222 |
#: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:89
|
223 |
#: dashboard/adrotatepro.php:90 dashboard/adrotatepro.php:99
|
224 |
#: dashboard/adrotatepro.php:100 dashboard/adrotatepro.php:101
|
225 |
-
#: dashboard/adrotatepro.php:102 dashboard/info.php:
|
226 |
-
#: dashboard/info.php:
|
227 |
-
#: dashboard/info.php:
|
228 |
#: dashboard/settings/geotargeting.php:35
|
229 |
#, fuzzy
|
230 |
msgid "Buy now"
|
231 |
msgstr "Köp nu"
|
232 |
|
233 |
-
#: adrotate-output.php:
|
234 |
msgid ""
|
235 |
-
"
|
236 |
-
"
|
237 |
msgstr ""
|
238 |
|
239 |
-
#: adrotate-output.php:
|
240 |
#, php-format
|
241 |
msgid ""
|
242 |
"Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
|
243 |
msgstr ""
|
244 |
|
245 |
-
#: adrotate-output.php:
|
246 |
-
|
247 |
-
|
|
|
248 |
|
249 |
-
#: adrotate-output.php:
|
250 |
msgid ""
|
251 |
"Thank you for choosing AdRotate. Everything related to AdRotate is in this "
|
252 |
"menu. If you need help getting started take a look at the"
|
253 |
msgstr ""
|
254 |
|
255 |
-
#: adrotate-output.php:
|
256 |
msgid "manuals"
|
257 |
msgstr "manual"
|
258 |
|
259 |
-
#: adrotate-output.php:
|
260 |
msgid "and"
|
261 |
msgstr ""
|
262 |
|
263 |
-
#: adrotate-output.php:
|
264 |
msgid "forums"
|
265 |
msgstr ""
|
266 |
|
267 |
-
#: adrotate-output.php:
|
268 |
#, fuzzy
|
269 |
msgid "Useful Links"
|
270 |
msgstr "Nyttiga länkar"
|
271 |
|
272 |
-
#: adrotate-output.php:
|
273 |
msgid "Useful links to learn more about AdRotate"
|
274 |
msgstr ""
|
275 |
|
276 |
-
#: adrotate-output.php:
|
277 |
msgid "AdRotate website"
|
278 |
msgstr ""
|
279 |
|
280 |
-
#: adrotate-output.php:
|
281 |
#, fuzzy
|
282 |
msgid "Getting Started With AdRotate"
|
283 |
msgstr "Få fler funktioner! Skaffa AdRotate Pro."
|
284 |
|
285 |
-
#: adrotate-output.php:
|
286 |
#, fuzzy
|
287 |
msgid "AdRotate manuals"
|
288 |
msgstr "AdRotate Information"
|
289 |
|
290 |
-
#: adrotate-output.php:
|
291 |
#, fuzzy
|
292 |
msgid "AdRotate Support Forum"
|
293 |
msgstr "AdRotate butik"
|
294 |
|
295 |
-
#: adrotate-output.php:
|
296 |
msgid "Support AdRotate"
|
297 |
msgstr "Support AdRotate"
|
298 |
|
299 |
-
#: adrotate-output.php:
|
300 |
msgid "Check out my website"
|
301 |
msgstr ""
|
302 |
|
303 |
-
#: adrotate-output.php:
|
304 |
msgid ""
|
305 |
"Many users only think to review AdRotate when something goes wrong while "
|
306 |
"thousands of people happily use AdRotate."
|
307 |
msgstr ""
|
308 |
|
309 |
-
#: adrotate-output.php:
|
310 |
msgid "If you find AdRotate useful please leave your"
|
311 |
msgstr ""
|
312 |
|
313 |
-
#: adrotate-output.php:
|
314 |
msgid "rating"
|
315 |
msgstr ""
|
316 |
|
317 |
-
#: adrotate-output.php:
|
318 |
#, fuzzy
|
319 |
msgid "review"
|
320 |
msgstr "Betygsätt och omdöme"
|
321 |
|
322 |
-
#: adrotate-output.php:
|
323 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
324 |
msgstr ""
|
325 |
|
326 |
-
#: adrotate-output.php:
|
327 |
#: dashboard/settings/notifications.php:80
|
328 |
msgid "Available in AdRotate Pro"
|
329 |
msgstr "Tillgänglig i AdRotate Pro"
|
330 |
|
331 |
-
#: adrotate-output.php:
|
332 |
#, fuzzy
|
333 |
msgid "More information..."
|
334 |
msgstr "Mer info"
|
335 |
|
336 |
-
#: adrotate-output.php:
|
337 |
msgid "This feature is available in AdRotate Pro"
|
338 |
msgstr "Den här funktionen är tillgänglig i AdRotate Pro"
|
339 |
|
340 |
-
#: adrotate-output.php:
|
341 |
#, fuzzy
|
342 |
msgid "Learn more"
|
343 |
msgstr "Läs mer om"
|
344 |
|
345 |
-
#: adrotate-statistics.php:
|
346 |
#: dashboard/publisher/adverts-edit.php:241
|
347 |
msgid "January"
|
348 |
msgstr "Januari"
|
349 |
|
350 |
-
#: adrotate-statistics.php:
|
351 |
#: dashboard/publisher/adverts-edit.php:242
|
352 |
msgid "February"
|
353 |
msgstr "Februari"
|
354 |
|
355 |
-
#: adrotate-statistics.php:
|
356 |
#: dashboard/publisher/adverts-edit.php:243
|
357 |
msgid "March"
|
358 |
msgstr "Mars"
|
359 |
|
360 |
-
#: adrotate-statistics.php:
|
361 |
#: dashboard/publisher/adverts-edit.php:244
|
362 |
msgid "April"
|
363 |
msgstr "April"
|
364 |
|
365 |
-
#: adrotate-statistics.php:
|
366 |
#: dashboard/publisher/adverts-edit.php:245
|
367 |
msgid "May"
|
368 |
msgstr "Maj"
|
369 |
|
370 |
-
#: adrotate-statistics.php:
|
371 |
#: dashboard/publisher/adverts-edit.php:246
|
372 |
msgid "June"
|
373 |
msgstr "Juni"
|
374 |
|
375 |
-
#: adrotate-statistics.php:
|
376 |
#: dashboard/publisher/adverts-edit.php:247
|
377 |
msgid "July"
|
378 |
msgstr "Juli"
|
379 |
|
380 |
-
#: adrotate-statistics.php:
|
381 |
#: dashboard/publisher/adverts-edit.php:248
|
382 |
msgid "August"
|
383 |
msgstr "Augusti"
|
384 |
|
385 |
-
#: adrotate-statistics.php:
|
386 |
#: dashboard/publisher/adverts-edit.php:249
|
387 |
msgid "September"
|
388 |
msgstr "September"
|
389 |
|
390 |
-
#: adrotate-statistics.php:
|
391 |
#: dashboard/publisher/adverts-edit.php:250
|
392 |
msgid "October"
|
393 |
msgstr "Oktober"
|
394 |
|
395 |
-
#: adrotate-statistics.php:
|
396 |
#: dashboard/publisher/adverts-edit.php:251
|
397 |
msgid "November"
|
398 |
msgstr "November"
|
399 |
|
400 |
-
#: adrotate-statistics.php:
|
401 |
#: dashboard/publisher/adverts-edit.php:252
|
402 |
msgid "December"
|
403 |
msgstr "December"
|
404 |
|
405 |
-
#: adrotate-statistics.php:
|
406 |
msgid "Previous"
|
407 |
msgstr "Föregående"
|
408 |
|
409 |
-
#: adrotate-statistics.php:
|
|
|
|
|
410 |
msgid "This month"
|
411 |
msgstr "Den här månaden"
|
412 |
|
413 |
-
#: adrotate-statistics.php:
|
414 |
msgid "Next"
|
415 |
msgstr "Nästa"
|
416 |
|
417 |
-
#: adrotate-statistics.php:
|
418 |
msgid "No data to show!"
|
419 |
msgstr "Inga data att visa!"
|
420 |
|
|
|
|
|
|
|
|
|
|
|
|
|
421 |
#: adrotate-widget.php:116
|
422 |
msgid "Title (optional):"
|
423 |
msgstr "Titel (valfritt):"
|
@@ -470,6 +485,8 @@ msgstr "AdRotate Pro"
|
|
470 |
#: adrotate.php:105 dashboard/info.php:40
|
471 |
#: dashboard/publisher/adverts-edit.php:458
|
472 |
#: dashboard/publisher/groups-main.php:34
|
|
|
|
|
473 |
msgid "Adverts"
|
474 |
msgstr "Annonser"
|
475 |
|
@@ -477,79 +494,120 @@ msgstr "Annonser"
|
|
477 |
msgid "Groups"
|
478 |
msgstr "Grupper"
|
479 |
|
480 |
-
#: adrotate.php:107
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
481 |
msgid "Settings"
|
482 |
msgstr "Inställningar"
|
483 |
|
484 |
-
#: adrotate.php:
|
485 |
msgid "AdRotate Info"
|
486 |
msgstr "AdRotate Information"
|
487 |
|
488 |
-
#: adrotate.php:
|
489 |
#, fuzzy
|
490 |
msgid "AdRotate Professional"
|
491 |
msgstr "AdRotate"
|
492 |
|
493 |
-
#: adrotate.php:
|
494 |
msgid "Advert Management"
|
495 |
msgstr ""
|
496 |
|
497 |
-
#: adrotate.php:
|
498 |
msgid "Manage"
|
499 |
msgstr "Hantera"
|
500 |
|
501 |
-
#: adrotate.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
502 |
msgid "Add New"
|
503 |
msgstr "Lägg till ny"
|
504 |
|
505 |
-
#: adrotate.php:
|
506 |
msgid "Group Management"
|
507 |
msgstr "Grupp Hantering"
|
508 |
|
509 |
-
#: adrotate.php:
|
510 |
-
msgid "
|
511 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
512 |
|
513 |
-
#: adrotate.php:
|
514 |
msgid "AdRotate Settings"
|
515 |
msgstr "AdRotate Inställningar"
|
516 |
|
517 |
-
#: adrotate.php:
|
518 |
#, fuzzy
|
519 |
#| msgid "General Info"
|
520 |
msgid "General"
|
521 |
msgstr "Allmän info"
|
522 |
|
523 |
-
#: adrotate.php:
|
524 |
msgid "Notifications"
|
525 |
msgstr "Meddelanden"
|
526 |
|
527 |
-
#: adrotate.php:
|
528 |
#: dashboard/publisher/adverts-error.php:63
|
529 |
#: dashboard/publisher/adverts-main.php:81
|
530 |
#: dashboard/publisher/groups-main.php:70
|
531 |
msgid "Stats"
|
532 |
msgstr "Statistik"
|
533 |
|
534 |
-
#: adrotate.php:
|
535 |
#: dashboard/publisher/groups-edit.php:180
|
536 |
#: dashboard/settings/advertisers.php:38
|
537 |
msgid "Geo Targeting"
|
538 |
msgstr "Geo Targeting"
|
539 |
|
540 |
-
#: adrotate.php:
|
541 |
msgid "Advertisers"
|
542 |
msgstr "Annonsörer"
|
543 |
|
544 |
-
#: adrotate.php:
|
545 |
msgid "Roles"
|
546 |
msgstr ""
|
547 |
|
548 |
-
#: adrotate.php:
|
549 |
msgid "Misc"
|
550 |
msgstr ""
|
551 |
|
552 |
-
#: adrotate.php:
|
553 |
msgid "Maintenance"
|
554 |
msgstr "Underhåll"
|
555 |
|
@@ -651,92 +709,92 @@ msgid ""
|
|
651 |
msgstr ""
|
652 |
|
653 |
#: dashboard/adrotatepro.php:83 dashboard/adrotatepro.php:95
|
654 |
-
#: dashboard/info.php:
|
655 |
#, fuzzy
|
656 |
msgid "Buy AdRotate Professional"
|
657 |
msgstr "Köp nu"
|
658 |
|
659 |
-
#: dashboard/adrotatepro.php:87 dashboard/info.php:
|
660 |
msgid "Single License"
|
661 |
msgstr ""
|
662 |
|
663 |
-
#: dashboard/adrotatepro.php:87 dashboard/info.php:
|
664 |
msgid "One WordPress installation."
|
665 |
msgstr ""
|
666 |
|
667 |
#: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:100
|
668 |
-
#: dashboard/info.php:
|
669 |
#, fuzzy
|
670 |
msgid "Duo License"
|
671 |
msgstr "AdRotate Licens"
|
672 |
|
673 |
-
#: dashboard/adrotatepro.php:88 dashboard/info.php:
|
674 |
msgid "Two WordPress installations."
|
675 |
msgstr ""
|
676 |
|
677 |
#: dashboard/adrotatepro.php:89 dashboard/adrotatepro.php:101
|
678 |
-
#: dashboard/info.php:
|
679 |
#, fuzzy
|
680 |
msgid "Multi License"
|
681 |
msgstr "AdRotate Licens"
|
682 |
|
683 |
-
#: dashboard/adrotatepro.php:89 dashboard/info.php:
|
684 |
msgid "Up to five WordPress installations."
|
685 |
msgstr ""
|
686 |
|
687 |
#: dashboard/adrotatepro.php:90 dashboard/adrotatepro.php:102
|
688 |
-
#: dashboard/info.php:
|
689 |
#, fuzzy
|
690 |
msgid "Developer License"
|
691 |
msgstr "Utvecklar Debug"
|
692 |
|
693 |
-
#: dashboard/adrotatepro.php:90 dashboard/info.php:
|
694 |
msgid "Unlimited WordPress installations and/or networks."
|
695 |
msgstr ""
|
696 |
|
697 |
#: dashboard/adrotatepro.php:91 dashboard/adrotatepro.php:104
|
698 |
-
#: dashboard/info.php:
|
699 |
msgid "Compare licenses"
|
700 |
msgstr ""
|
701 |
|
702 |
-
#: dashboard/adrotatepro.php:91 dashboard/info.php:
|
703 |
msgid "Not sure which license is for you? Compare them..."
|
704 |
msgstr ""
|
705 |
|
706 |
-
#: dashboard/adrotatepro.php:91 dashboard/info.php:
|
707 |
msgid "All Licenses"
|
708 |
msgstr ""
|
709 |
|
710 |
-
#: dashboard/adrotatepro.php:99 dashboard/info.php:
|
711 |
msgid "Lifetime License"
|
712 |
msgstr ""
|
713 |
|
714 |
-
#: dashboard/adrotatepro.php:99 dashboard/info.php:
|
715 |
msgid "Single installation."
|
716 |
msgstr ""
|
717 |
|
718 |
-
#: dashboard/adrotatepro.php:100 dashboard/info.php:
|
719 |
msgid "Up to 2 installations."
|
720 |
msgstr ""
|
721 |
|
722 |
-
#: dashboard/adrotatepro.php:101 dashboard/info.php:
|
723 |
msgid "Up to 10 installations."
|
724 |
msgstr ""
|
725 |
|
726 |
-
#: dashboard/adrotatepro.php:102 dashboard/info.php:
|
727 |
msgid "Up to 25 installations or multisite networks."
|
728 |
msgstr ""
|
729 |
|
730 |
-
#: dashboard/adrotatepro.php:103 dashboard/info.php:
|
731 |
msgid ""
|
732 |
"Subscriptions get 1 year access to updates, email support & AdRotate Geo."
|
733 |
msgstr ""
|
734 |
|
735 |
-
#: dashboard/adrotatepro.php:104 dashboard/info.php:
|
736 |
msgid "Not sure which license is for you?"
|
737 |
msgstr ""
|
738 |
|
739 |
-
#: dashboard/adrotatepro.php:104 dashboard/info.php:
|
740 |
msgid "Compare Licenses"
|
741 |
msgstr ""
|
742 |
|
@@ -766,11 +824,11 @@ msgid ""
|
|
766 |
"for updates about me and my plugins. Thank you!"
|
767 |
msgstr ""
|
768 |
|
769 |
-
#: dashboard/info.php:
|
770 |
msgid "Arnan de Gans News & Updates"
|
771 |
msgstr ""
|
772 |
|
773 |
-
#: dashboard/info.php:
|
774 |
msgid "Join the Media.net advertising network"
|
775 |
msgstr ""
|
776 |
|
@@ -782,6 +840,7 @@ msgstr ""
|
|
782 |
#: dashboard/publisher/adverts-error.php:19
|
783 |
#: dashboard/publisher/adverts-main.php:20
|
784 |
#: dashboard/publisher/groups-main.php:20
|
|
|
785 |
msgid "Bulk Actions"
|
786 |
msgstr "Massåtgärder"
|
787 |
|
@@ -792,7 +851,7 @@ msgstr "Aktivera"
|
|
792 |
|
793 |
#: dashboard/publisher/adverts-disabled.php:22
|
794 |
#: dashboard/publisher/adverts-error.php:21
|
795 |
-
#: dashboard/publisher/adverts-main.php:22
|
796 |
msgid "Delete"
|
797 |
msgstr "Radera"
|
798 |
|
@@ -806,6 +865,7 @@ msgstr "Återställ statistik"
|
|
806 |
#: dashboard/publisher/adverts-error.php:29
|
807 |
#: dashboard/publisher/adverts-main.php:30
|
808 |
#: dashboard/publisher/groups-main.php:24
|
|
|
809 |
msgid "Go"
|
810 |
msgstr "Gå"
|
811 |
|
@@ -813,12 +873,14 @@ msgstr "Gå"
|
|
813 |
#: dashboard/publisher/adverts-error.php:39
|
814 |
#: dashboard/publisher/adverts-main.php:39
|
815 |
#: dashboard/publisher/groups-main.php:32
|
|
|
816 |
msgid "ID"
|
817 |
msgstr "ID"
|
818 |
|
819 |
#: dashboard/publisher/adverts-disabled.php:36
|
820 |
#: dashboard/publisher/adverts-error.php:41
|
821 |
#: dashboard/publisher/adverts-main.php:40
|
|
|
822 |
#, fuzzy
|
823 |
msgid "Start / End"
|
824 |
msgstr ""
|
@@ -830,7 +892,8 @@ msgstr ""
|
|
830 |
#: dashboard/publisher/adverts-error.php:40
|
831 |
#: dashboard/publisher/adverts-main.php:41
|
832 |
#: dashboard/publisher/groups-edit.php:51
|
833 |
-
#: dashboard/publisher/groups-main.php:33
|
|
|
834 |
msgid "Name"
|
835 |
msgstr "Namn"
|
836 |
|
@@ -843,21 +906,41 @@ msgstr "Visa"
|
|
843 |
|
844 |
#: dashboard/publisher/adverts-disabled.php:40
|
845 |
#: dashboard/publisher/adverts-main.php:45
|
846 |
-
#: dashboard/publisher/adverts-report.php:36
|
847 |
-
#: dashboard/publisher/adverts-report.php:57
|
848 |
#: dashboard/publisher/groups-edit.php:334
|
849 |
#: dashboard/publisher/groups-main.php:38
|
850 |
-
#: dashboard/publisher/
|
851 |
-
#: dashboard/publisher/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
852 |
msgid "Clicks"
|
853 |
msgstr "Klick"
|
854 |
|
855 |
#: dashboard/publisher/adverts-disabled.php:41
|
856 |
#: dashboard/publisher/adverts-main.php:47
|
857 |
-
#: dashboard/publisher/
|
858 |
-
#: dashboard/publisher/
|
859 |
-
#: dashboard/publisher/
|
860 |
-
#: dashboard/publisher/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
861 |
msgid "CTR"
|
862 |
msgstr "CTR"
|
863 |
|
@@ -954,7 +1037,7 @@ msgid "Basic Examples:"
|
|
954 |
msgstr "Grundläggande Exempel:"
|
955 |
|
956 |
#: dashboard/publisher/adverts-edit.php:129
|
957 |
-
msgid "Get
|
958 |
msgstr ""
|
959 |
|
960 |
#: dashboard/publisher/adverts-edit.php:134
|
@@ -1010,6 +1093,7 @@ msgstr ""
|
|
1010 |
"Detta är på grund av CSS skillnader. Ditt teman CSS-fil är inte aktiv här!"
|
1011 |
|
1012 |
#: dashboard/publisher/adverts-edit.php:150
|
|
|
1013 |
msgid "Banner asset"
|
1014 |
msgstr ""
|
1015 |
|
@@ -1022,6 +1106,7 @@ msgid "Select Banner"
|
|
1022 |
msgstr "Välj Banner"
|
1023 |
|
1024 |
#: dashboard/publisher/adverts-edit.php:155
|
|
|
1025 |
msgid "- OR -"
|
1026 |
msgstr "- ELLER -"
|
1027 |
|
@@ -1045,11 +1130,6 @@ msgstr ""
|
|
1045 |
"Använd antingen textfältet eller listrutan. Om textfältet har innehåll som "
|
1046 |
"området har företräde."
|
1047 |
|
1048 |
-
#: dashboard/publisher/adverts-edit.php:167
|
1049 |
-
#: dashboard/settings/statistics.php:17
|
1050 |
-
msgid "Statistics"
|
1051 |
-
msgstr "Statistik"
|
1052 |
-
|
1053 |
#: dashboard/publisher/adverts-edit.php:169
|
1054 |
msgid "Enable click and impression tracking for this advert."
|
1055 |
msgstr ""
|
@@ -1078,12 +1158,20 @@ msgid "Get more features with AdRotate Pro."
|
|
1078 |
msgstr "Få fler funktioner! Skaffa AdRotate Pro."
|
1079 |
|
1080 |
#: dashboard/publisher/adverts-edit.php:188
|
|
|
|
|
|
|
1081 |
#: dashboard/publisher/adverts-main.php:105
|
1082 |
#: dashboard/publisher/groups-edit.php:71
|
1083 |
-
#: dashboard/publisher/groups-
|
|
|
|
|
|
|
|
|
|
|
1084 |
#, fuzzy
|
1085 |
-
msgid "
|
1086 |
-
msgstr "
|
1087 |
|
1088 |
#: dashboard/publisher/adverts-edit.php:191
|
1089 |
#: dashboard/publisher/adverts-edit.php:291
|
@@ -1096,6 +1184,7 @@ msgstr "Spara annons"
|
|
1096 |
#: dashboard/publisher/adverts-edit.php:292
|
1097 |
#: dashboard/publisher/adverts-edit.php:448
|
1098 |
#: dashboard/publisher/adverts-edit.php:489
|
|
|
1099 |
#: dashboard/publisher/groups-edit.php:150
|
1100 |
#: dashboard/publisher/groups-edit.php:299
|
1101 |
#: dashboard/publisher/groups-edit.php:391
|
@@ -1189,14 +1278,6 @@ msgid ""
|
|
1189 |
"Pro."
|
1190 |
msgstr ""
|
1191 |
|
1192 |
-
#: dashboard/publisher/adverts-edit.php:288
|
1193 |
-
#: dashboard/publisher/adverts-edit.php:357
|
1194 |
-
#: dashboard/publisher/adverts-edit.php:428
|
1195 |
-
#: dashboard/publisher/groups-edit.php:191
|
1196 |
-
#, fuzzy
|
1197 |
-
msgid "Upgrade today"
|
1198 |
-
msgstr "i dag"
|
1199 |
-
|
1200 |
#: dashboard/publisher/adverts-edit.php:295
|
1201 |
#: dashboard/publisher/groups-edit.php:153
|
1202 |
msgid "Advanced"
|
@@ -1407,6 +1488,210 @@ msgstr "Utgår inom kort."
|
|
1407 |
msgid "Expired"
|
1408 |
msgstr "Utgånget"
|
1409 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1410 |
#: dashboard/publisher/adverts-main.php:12
|
1411 |
msgid "Active Adverts"
|
1412 |
msgstr ""
|
@@ -1420,6 +1705,8 @@ msgstr "Exportera"
|
|
1420 |
#: dashboard/publisher/adverts-main.php:46
|
1421 |
#: dashboard/publisher/groups-main.php:37
|
1422 |
#: dashboard/publisher/groups-main.php:39
|
|
|
|
|
1423 |
msgid "Today"
|
1424 |
msgstr "i dag"
|
1425 |
|
@@ -1427,48 +1714,6 @@ msgstr "i dag"
|
|
1427 |
msgid "No adverts created yet!"
|
1428 |
msgstr ""
|
1429 |
|
1430 |
-
#: dashboard/publisher/adverts-report.php:30
|
1431 |
-
msgid "Statistics for advert"
|
1432 |
-
msgstr "Statistik för annons"
|
1433 |
-
|
1434 |
-
#: dashboard/publisher/adverts-report.php:35
|
1435 |
-
#: dashboard/publisher/adverts-report.php:56
|
1436 |
-
#: dashboard/publisher/groups-report.php:36
|
1437 |
-
#: dashboard/publisher/groups-report.php:57
|
1438 |
-
msgid "Impressions"
|
1439 |
-
msgstr "Intryck"
|
1440 |
-
|
1441 |
-
#: dashboard/publisher/adverts-report.php:37
|
1442 |
-
#: dashboard/publisher/groups-report.php:38
|
1443 |
-
msgid "Impressions today"
|
1444 |
-
msgstr "Intryck idag"
|
1445 |
-
|
1446 |
-
#: dashboard/publisher/adverts-report.php:38
|
1447 |
-
#: dashboard/publisher/groups-report.php:39
|
1448 |
-
msgid "Clicks today"
|
1449 |
-
msgstr "Klick idag"
|
1450 |
-
|
1451 |
-
#: dashboard/publisher/adverts-report.php:45
|
1452 |
-
#: dashboard/publisher/groups-report.php:46
|
1453 |
-
msgid "Monthly overview of clicks and impressions"
|
1454 |
-
msgstr "Månads översikt av klick och visningar"
|
1455 |
-
|
1456 |
-
#: dashboard/publisher/adverts-report.php:64
|
1457 |
-
#: dashboard/publisher/groups-report.php:65
|
1458 |
-
#: dashboard/settings/notifications.php:60
|
1459 |
-
#: dashboard/settings/notifications.php:90
|
1460 |
-
msgid "Note:"
|
1461 |
-
msgstr "Notera:"
|
1462 |
-
|
1463 |
-
#: dashboard/publisher/adverts-report.php:64
|
1464 |
-
#: dashboard/publisher/groups-report.php:65
|
1465 |
-
msgid ""
|
1466 |
-
"All statistics are indicative. They do not nessesarily reflect results "
|
1467 |
-
"counted by other parties."
|
1468 |
-
msgstr ""
|
1469 |
-
"All statistik är vägledande. De återspeglar inte nödvändigtvis resultat "
|
1470 |
-
"räknas av andra parter."
|
1471 |
-
|
1472 |
#: dashboard/publisher/groups-edit.php:43
|
1473 |
msgid "New Group"
|
1474 |
msgstr "Ny grupp"
|
@@ -1525,10 +1770,6 @@ msgstr "Blockläge"
|
|
1525 |
msgid "Larger blocks will degrade your sites performance! Default: 2/2."
|
1526 |
msgstr ""
|
1527 |
|
1528 |
-
#: dashboard/publisher/groups-edit.php:95
|
1529 |
-
msgid "Advert size"
|
1530 |
-
msgstr ""
|
1531 |
-
|
1532 |
#: dashboard/publisher/groups-edit.php:97
|
1533 |
msgid "pixel(s) wide"
|
1534 |
msgstr "bildpunkt (er) bredd"
|
@@ -1775,10 +2016,12 @@ msgid "Configuration errors."
|
|
1775 |
msgstr "Konfigurations fel."
|
1776 |
|
1777 |
#: dashboard/publisher/groups-edit.php:385
|
|
|
1778 |
msgid "Expires soon."
|
1779 |
msgstr "Utgår inom kort."
|
1780 |
|
1781 |
#: dashboard/publisher/groups-edit.php:386
|
|
|
1782 |
msgid "Has expired."
|
1783 |
msgstr "Har gått ut."
|
1784 |
|
@@ -1811,10 +2054,244 @@ msgstr "OK för att fortsätta, CANCEL för att avbryta."
|
|
1811 |
msgid "No groups created!"
|
1812 |
msgstr "Inga grupper skapas!"
|
1813 |
|
1814 |
-
#: dashboard/publisher/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1815 |
msgid "Statistics for group"
|
1816 |
msgstr "Statistik för grupp"
|
1817 |
|
|
|
|
|
|
|
|
|
1818 |
#: dashboard/settings/advertisers.php:16
|
1819 |
msgid "Advertisers - Available in AdRotate Pro"
|
1820 |
msgstr ""
|
@@ -2838,6 +3315,19 @@ msgid ""
|
|
2838 |
msgstr ""
|
2839 |
"Detta nummer kan inte vara tom, negativa eller överstiga 3600 (1 timme)."
|
2840 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2841 |
#~ msgid "Empty database records removed"
|
2842 |
#~ msgstr "Tomma databasposter tas bort"
|
2843 |
|
@@ -2867,10 +3357,6 @@ msgstr ""
|
|
2867 |
#~ msgid "Help AdRotate Grow"
|
2868 |
#~ msgstr "Fastnat med AdRotate? Jag hjälper!"
|
2869 |
|
2870 |
-
#, fuzzy
|
2871 |
-
#~ msgid "Manage Schedules"
|
2872 |
-
#~ msgstr "Hantera"
|
2873 |
-
|
2874 |
#, fuzzy
|
2875 |
#~ msgid "Manage Media"
|
2876 |
#~ msgstr "Media:"
|
@@ -2896,12 +3382,6 @@ msgstr ""
|
|
2896 |
#~ msgid "Ads"
|
2897 |
#~ msgstr "Annonser"
|
2898 |
|
2899 |
-
#~ msgid "Max Impressions"
|
2900 |
-
#~ msgstr "Max Intryck"
|
2901 |
-
|
2902 |
-
#~ msgid "Max Clicks"
|
2903 |
-
#~ msgstr "Max Klick"
|
2904 |
-
|
2905 |
#, fuzzy
|
2906 |
#~ msgid "No schedules created yet!"
|
2907 |
#~ msgstr "Inga block har skapats än!"
|
@@ -2922,14 +3402,6 @@ msgstr ""
|
|
2922 |
#~ msgid "Media uploading and management is available in AdRotate Pro."
|
2923 |
#~ msgstr "Den här funktionen är tillgänglig i AdRotate Pro"
|
2924 |
|
2925 |
-
#, fuzzy
|
2926 |
-
#~ msgid "Maximum size is 512Kb."
|
2927 |
-
#~ msgstr "Maximal storlek är 512Kb."
|
2928 |
-
|
2929 |
-
#, fuzzy
|
2930 |
-
#~ msgid "Actions"
|
2931 |
-
#~ msgstr "Massåtgärder"
|
2932 |
-
|
2933 |
#, fuzzy
|
2934 |
#~ msgid "Manage your banner folder from here with AdRotate Pro."
|
2935 |
#~ msgstr "Få fler funktioner! Skaffa AdRotate Pro."
|
@@ -3015,16 +3487,9 @@ msgstr ""
|
|
3015 |
#~ "This field may not be empty!"
|
3016 |
#~ msgstr "Max 2 adresser. Kommaseparerad. Detta fält kan inte vara tomt!"
|
3017 |
|
3018 |
-
#, fuzzy
|
3019 |
-
#~ msgid "Get more features with AdRotate Pro"
|
3020 |
-
#~ msgstr "Få fler funktioner! Skaffa AdRotate Pro."
|
3021 |
-
|
3022 |
#~ msgid "Visit the"
|
3023 |
#~ msgstr "Besök"
|
3024 |
|
3025 |
-
#~ msgid "website"
|
3026 |
-
#~ msgstr "hemsida"
|
3027 |
-
|
3028 |
#~ msgid "AdRotate News and Developer Blog"
|
3029 |
#~ msgstr "AdRotate Nyheter och Utvecklar Blog"
|
3030 |
|
@@ -3143,18 +3608,10 @@ msgstr ""
|
|
3143 |
#~ msgid "Impressions timer"
|
3144 |
#~ msgstr "Intryck timer"
|
3145 |
|
3146 |
-
#, fuzzy
|
3147 |
-
#~ msgid "Clicks timer"
|
3148 |
-
#~ msgstr "Intryck timer"
|
3149 |
-
|
3150 |
#, fuzzy
|
3151 |
#~ msgid "Learn More"
|
3152 |
#~ msgstr "Läs mer om"
|
3153 |
|
3154 |
-
#, fuzzy
|
3155 |
-
#~ msgid "Thank you for your consideration!"
|
3156 |
-
#~ msgstr "Tack. Din licens är nu aktiv"
|
3157 |
-
|
3158 |
#~ msgid ""
|
3159 |
#~ "Your one stop for Webdevelopment, consultancy and anything WordPress! "
|
3160 |
#~ "Find out more about what I can do for you!"
|
@@ -3178,18 +3635,6 @@ msgstr ""
|
|
3178 |
#~ msgid "Group updated"
|
3179 |
#~ msgstr "Grupp uppdaterad"
|
3180 |
|
3181 |
-
#, fuzzy
|
3182 |
-
#~ msgid "Upload new banner image"
|
3183 |
-
#~ msgstr "Banner image:"
|
3184 |
-
|
3185 |
-
#, fuzzy
|
3186 |
-
#~ msgid "Accepted files are:"
|
3187 |
-
#~ msgstr "Godkända filer är:"
|
3188 |
-
|
3189 |
-
#, fuzzy
|
3190 |
-
#~ msgid "Upload image"
|
3191 |
-
#~ msgstr "Överföring ofullständig."
|
3192 |
-
|
3193 |
#~ msgid "Access Rights"
|
3194 |
#~ msgstr "Tillträde"
|
3195 |
|
@@ -3510,9 +3955,6 @@ msgstr ""
|
|
3510 |
#~ "Ange mål-URL här om du avsikt att använda den här annonsen i utskick "
|
3511 |
#~ "eller på avlägsna sidor."
|
3512 |
|
3513 |
-
#~ msgid "Media:"
|
3514 |
-
#~ msgstr "Media:"
|
3515 |
-
|
3516 |
#, fuzzy
|
3517 |
#~ msgid "Geo Location in AdRotate Pro"
|
3518 |
#~ msgstr "Geo Location"
|
@@ -3528,9 +3970,6 @@ msgstr ""
|
|
3528 |
#~ msgid "Target your audience with Geo Location in AdRotate Pro"
|
3529 |
#~ msgstr "Få fler funktioner! Skaffa AdRotate Pro."
|
3530 |
|
3531 |
-
#~ msgid "Schedule"
|
3532 |
-
#~ msgstr "Schema"
|
3533 |
-
|
3534 |
#~ msgid "From when to when is the advert visible?"
|
3535 |
#~ msgstr "Från när till när är annonsen syns?"
|
3536 |
|
@@ -3625,12 +4064,6 @@ msgstr ""
|
|
3625 |
#~ msgid "Updated"
|
3626 |
#~ msgstr "Block uppdateras"
|
3627 |
|
3628 |
-
#~ msgid "Show from"
|
3629 |
-
#~ msgstr "Visa från"
|
3630 |
-
|
3631 |
-
#~ msgid "Show until"
|
3632 |
-
#~ msgstr "Visa till"
|
3633 |
-
|
3634 |
#, fuzzy
|
3635 |
#~ msgid "AdRotate Server Settings"
|
3636 |
#~ msgstr "AdRotate Inställningar"
|
@@ -3710,10 +4143,6 @@ msgstr ""
|
|
3710 |
#~ msgid "Buy"
|
3711 |
#~ msgstr "Köp nu"
|
3712 |
|
3713 |
-
#, fuzzy
|
3714 |
-
#~ msgid "Used"
|
3715 |
-
#~ msgstr "Används"
|
3716 |
-
|
3717 |
#~ msgid "Check out the"
|
3718 |
#~ msgstr "Kolla in"
|
3719 |
|
@@ -3918,9 +4347,6 @@ msgstr ""
|
|
3918 |
#~ msgid "Moderate"
|
3919 |
#~ msgstr "Moderate"
|
3920 |
|
3921 |
-
#~ msgid "Moderate Adverts"
|
3922 |
-
#~ msgstr "Moderate Annonser"
|
3923 |
-
|
3924 |
#~ msgid "Global Reports"
|
3925 |
#~ msgstr "Globala Rapporter"
|
3926 |
|
@@ -3936,9 +4362,6 @@ msgstr ""
|
|
3936 |
#~ msgid "Advertiser"
|
3937 |
#~ msgstr "Annonsören"
|
3938 |
|
3939 |
-
#~ msgid "Options"
|
3940 |
-
#~ msgstr "Alternativ"
|
3941 |
-
|
3942 |
#~ msgid ""
|
3943 |
#~ "Couple adverts to advertisers and allow them to create and upload their "
|
3944 |
#~ "own advertisements for you to moderate and approve or reject!"
|
@@ -4123,13 +4546,6 @@ msgstr ""
|
|
4123 |
#~ msgid "Width and Height"
|
4124 |
#~ msgstr "Bredd och höjd"
|
4125 |
|
4126 |
-
#~ msgid ""
|
4127 |
-
#~ "Define the maximum size of the ads in pixels. Height can be "
|
4128 |
-
#~ "'auto' (Default: 125/125)"
|
4129 |
-
#~ msgstr ""
|
4130 |
-
#~ "Definiera den maximala storleken av de annonser i pixlar. Höjd kan vara "
|
4131 |
-
#~ "\"auto\" (Standard: 125/125)"
|
4132 |
-
|
4133 |
#~ msgid "pixel(s) margin"
|
4134 |
#~ msgstr "bildpunkt (er) marginal"
|
4135 |
|
@@ -4173,9 +4589,6 @@ msgstr ""
|
|
4173 |
#~ msgid "Track visitors"
|
4174 |
#~ msgstr "Spåra besökare"
|
4175 |
|
4176 |
-
#~ msgid "GeoTargeting"
|
4177 |
-
#~ msgstr "GeoTargeting"
|
4178 |
-
|
4179 |
#~ msgid "You are about to remove empty records from the AdRotate database."
|
4180 |
#~ msgstr "Du håller på att ta bort tomma poster från AdRotate databasen."
|
4181 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: AdRotate\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2017-08-19 13:53+0800\n"
|
6 |
+
"PO-Revision-Date: 2017-08-19 13:53+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"
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
+
#: adrotate-functions.php:716
|
21 |
msgid "No files found"
|
22 |
msgstr "Inga filer hittades"
|
23 |
|
24 |
+
#: adrotate-functions.php:719
|
25 |
msgid "Folder not found or not accessible"
|
26 |
msgstr "Folder inte hittas eller inte tillgänglig"
|
27 |
|
28 |
+
#: adrotate-functions.php:804
|
29 |
msgid "Ad saved"
|
30 |
msgstr ""
|
31 |
|
32 |
+
#: adrotate-functions.php:808
|
33 |
msgid "Group saved"
|
34 |
msgstr ""
|
35 |
|
36 |
+
#: adrotate-functions.php:812
|
37 |
msgid "Ad(s) deleted"
|
38 |
msgstr "Annons(er) raderas"
|
39 |
|
40 |
+
#: adrotate-functions.php:816
|
41 |
msgid "Group deleted"
|
42 |
msgstr "Grupp raderad"
|
43 |
|
44 |
+
#: adrotate-functions.php:820
|
45 |
msgid "Ad(s) statistics reset"
|
46 |
msgstr "Annons(er) statistik återställning"
|
47 |
|
48 |
+
#: adrotate-functions.php:824
|
49 |
msgid "Ad(s) renewed"
|
50 |
msgstr "Annons(er) förnyas"
|
51 |
|
52 |
+
#: adrotate-functions.php:828
|
53 |
msgid "Ad(s) deactivated"
|
54 |
msgstr "Annons(er) avaktiveras"
|
55 |
|
56 |
+
#: adrotate-functions.php:832
|
57 |
msgid "Ad(s) activated"
|
58 |
msgstr "Annons(er) aktiveras"
|
59 |
|
60 |
+
#: adrotate-functions.php:836
|
61 |
msgid "Group including it's Ads deleted"
|
62 |
msgstr "Grupp inklusive dess annonser raderade"
|
63 |
|
64 |
+
#: adrotate-functions.php:840
|
65 |
#, fuzzy
|
66 |
msgid "Export created"
|
67 |
msgstr "export skapad"
|
68 |
|
69 |
+
#: adrotate-functions.php:844
|
70 |
+
msgid ""
|
71 |
+
"Advert HTML generated and placed in the AdCode field. Configure your advert "
|
72 |
+
"below."
|
73 |
+
msgstr ""
|
74 |
+
|
75 |
+
#: adrotate-functions.php:849
|
76 |
msgid "Settings saved"
|
77 |
msgstr "Inställningar sparas"
|
78 |
|
79 |
+
#: adrotate-functions.php:853
|
80 |
msgid "Database optimized"
|
81 |
msgstr "Databas optimerad"
|
82 |
|
83 |
+
#: adrotate-functions.php:857
|
84 |
msgid "Database repaired"
|
85 |
msgstr "Databas reparation"
|
86 |
|
87 |
+
#: adrotate-functions.php:861
|
88 |
msgid "Ads evaluated and statuses have been corrected where required"
|
89 |
msgstr "annonser utvärderas och status har rättats till vid behov"
|
90 |
|
91 |
+
#: adrotate-functions.php:865
|
92 |
#, fuzzy
|
93 |
#| msgid "Clean-up Database"
|
94 |
msgid "Cleanup complete"
|
95 |
msgstr "Städa upp Databas"
|
96 |
|
97 |
+
#: adrotate-functions.php:870
|
98 |
msgid "Action prohibited"
|
99 |
msgstr "Åtgärden förbjuden"
|
100 |
|
101 |
+
#: adrotate-functions.php:874
|
102 |
msgid ""
|
103 |
"The ad was saved but has an issue which might prevent it from working "
|
104 |
"properly. Review the colored ad."
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: adrotate-functions.php:878
|
108 |
msgid "No data found in selected time period"
|
109 |
msgstr "Inga data finns i vald tidsperiod"
|
110 |
|
111 |
+
#: adrotate-functions.php:882
|
112 |
msgid "Database can only be optimized or cleaned once every hour"
|
113 |
msgstr "Databas kan endast optimeras eller rengöras en gång i timmen"
|
114 |
|
115 |
+
#: adrotate-functions.php:886
|
116 |
msgid "Form can not be (partially) empty!"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: adrotate-functions.php:890
|
120 |
msgid "No ads found."
|
121 |
msgstr ""
|
122 |
|
123 |
+
#: adrotate-functions.php:894
|
124 |
msgid "Unexpected error"
|
125 |
msgstr ""
|
126 |
|
127 |
+
#: adrotate-manage-publisher.php:798
|
128 |
msgid "AdRotate Advertiser"
|
129 |
msgstr ""
|
130 |
|
224 |
msgid "Your AdRotate Banner folder is not writable or does not exist."
|
225 |
msgstr ""
|
226 |
|
227 |
+
#: adrotate-output.php:685 dashboard/adrotatepro.php:87
|
228 |
#: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:89
|
229 |
#: dashboard/adrotatepro.php:90 dashboard/adrotatepro.php:99
|
230 |
#: dashboard/adrotatepro.php:100 dashboard/adrotatepro.php:101
|
231 |
+
#: dashboard/adrotatepro.php:102 dashboard/info.php:83 dashboard/info.php:84
|
232 |
+
#: dashboard/info.php:85 dashboard/info.php:86 dashboard/info.php:90
|
233 |
+
#: dashboard/info.php:91 dashboard/info.php:92 dashboard/info.php:93
|
234 |
#: dashboard/settings/geotargeting.php:35
|
235 |
#, fuzzy
|
236 |
msgid "Buy now"
|
237 |
msgstr "Köp nu"
|
238 |
|
239 |
+
#: adrotate-output.php:686
|
240 |
msgid ""
|
241 |
+
"If you like <strong>AdRotate</strong>, please consider upgrading to the "
|
242 |
+
"<strong>PRO</strong> version and get more features."
|
243 |
msgstr ""
|
244 |
|
245 |
+
#: adrotate-output.php:686
|
246 |
#, php-format
|
247 |
msgid ""
|
248 |
"Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
|
249 |
msgstr ""
|
250 |
|
251 |
+
#: adrotate-output.php:686
|
252 |
+
#, fuzzy
|
253 |
+
msgid "Thank you for your support!"
|
254 |
+
msgstr "Tack. Din licens är nu aktiv"
|
255 |
|
256 |
+
#: adrotate-output.php:747
|
257 |
msgid ""
|
258 |
"Thank you for choosing AdRotate. Everything related to AdRotate is in this "
|
259 |
"menu. If you need help getting started take a look at the"
|
260 |
msgstr ""
|
261 |
|
262 |
+
#: adrotate-output.php:747
|
263 |
msgid "manuals"
|
264 |
msgstr "manual"
|
265 |
|
266 |
+
#: adrotate-output.php:747 adrotate-output.php:817
|
267 |
msgid "and"
|
268 |
msgstr ""
|
269 |
|
270 |
+
#: adrotate-output.php:747
|
271 |
msgid "forums"
|
272 |
msgstr ""
|
273 |
|
274 |
+
#: adrotate-output.php:780
|
275 |
#, fuzzy
|
276 |
msgid "Useful Links"
|
277 |
msgstr "Nyttiga länkar"
|
278 |
|
279 |
+
#: adrotate-output.php:781
|
280 |
msgid "Useful links to learn more about AdRotate"
|
281 |
msgstr ""
|
282 |
|
283 |
+
#: adrotate-output.php:783
|
284 |
msgid "AdRotate website"
|
285 |
msgstr ""
|
286 |
|
287 |
+
#: adrotate-output.php:784
|
288 |
#, fuzzy
|
289 |
msgid "Getting Started With AdRotate"
|
290 |
msgstr "Få fler funktioner! Skaffa AdRotate Pro."
|
291 |
|
292 |
+
#: adrotate-output.php:785
|
293 |
#, fuzzy
|
294 |
msgid "AdRotate manuals"
|
295 |
msgstr "AdRotate Information"
|
296 |
|
297 |
+
#: adrotate-output.php:786
|
298 |
#, fuzzy
|
299 |
msgid "AdRotate Support Forum"
|
300 |
msgstr "AdRotate butik"
|
301 |
|
302 |
+
#: adrotate-output.php:809 dashboard/info.php:49
|
303 |
msgid "Support AdRotate"
|
304 |
msgstr "Support AdRotate"
|
305 |
|
306 |
+
#: adrotate-output.php:810
|
307 |
msgid "Check out my website"
|
308 |
msgstr ""
|
309 |
|
310 |
+
#: adrotate-output.php:817
|
311 |
msgid ""
|
312 |
"Many users only think to review AdRotate when something goes wrong while "
|
313 |
"thousands of people happily use AdRotate."
|
314 |
msgstr ""
|
315 |
|
316 |
+
#: adrotate-output.php:817
|
317 |
msgid "If you find AdRotate useful please leave your"
|
318 |
msgstr ""
|
319 |
|
320 |
+
#: adrotate-output.php:817
|
321 |
msgid "rating"
|
322 |
msgstr ""
|
323 |
|
324 |
+
#: adrotate-output.php:817
|
325 |
#, fuzzy
|
326 |
msgid "review"
|
327 |
msgstr "Betygsätt och omdöme"
|
328 |
|
329 |
+
#: adrotate-output.php:817
|
330 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
331 |
msgstr ""
|
332 |
|
333 |
+
#: adrotate-output.php:843 dashboard/settings/notifications.php:50
|
334 |
#: dashboard/settings/notifications.php:80
|
335 |
msgid "Available in AdRotate Pro"
|
336 |
msgstr "Tillgänglig i AdRotate Pro"
|
337 |
|
338 |
+
#: adrotate-output.php:843
|
339 |
#, fuzzy
|
340 |
msgid "More information..."
|
341 |
msgstr "Mer info"
|
342 |
|
343 |
+
#: adrotate-output.php:844
|
344 |
msgid "This feature is available in AdRotate Pro"
|
345 |
msgstr "Den här funktionen är tillgänglig i AdRotate Pro"
|
346 |
|
347 |
+
#: adrotate-output.php:844
|
348 |
#, fuzzy
|
349 |
msgid "Learn more"
|
350 |
msgstr "Läs mer om"
|
351 |
|
352 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:220
|
353 |
#: dashboard/publisher/adverts-edit.php:241
|
354 |
msgid "January"
|
355 |
msgstr "Januari"
|
356 |
|
357 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:221
|
358 |
#: dashboard/publisher/adverts-edit.php:242
|
359 |
msgid "February"
|
360 |
msgstr "Februari"
|
361 |
|
362 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:222
|
363 |
#: dashboard/publisher/adverts-edit.php:243
|
364 |
msgid "March"
|
365 |
msgstr "Mars"
|
366 |
|
367 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:223
|
368 |
#: dashboard/publisher/adverts-edit.php:244
|
369 |
msgid "April"
|
370 |
msgstr "April"
|
371 |
|
372 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:224
|
373 |
#: dashboard/publisher/adverts-edit.php:245
|
374 |
msgid "May"
|
375 |
msgstr "Maj"
|
376 |
|
377 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:225
|
378 |
#: dashboard/publisher/adverts-edit.php:246
|
379 |
msgid "June"
|
380 |
msgstr "Juni"
|
381 |
|
382 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:226
|
383 |
#: dashboard/publisher/adverts-edit.php:247
|
384 |
msgid "July"
|
385 |
msgstr "Juli"
|
386 |
|
387 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:227
|
388 |
#: dashboard/publisher/adverts-edit.php:248
|
389 |
msgid "August"
|
390 |
msgstr "Augusti"
|
391 |
|
392 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:228
|
393 |
#: dashboard/publisher/adverts-edit.php:249
|
394 |
msgid "September"
|
395 |
msgstr "September"
|
396 |
|
397 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:229
|
398 |
#: dashboard/publisher/adverts-edit.php:250
|
399 |
msgid "October"
|
400 |
msgstr "Oktober"
|
401 |
|
402 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:230
|
403 |
#: dashboard/publisher/adverts-edit.php:251
|
404 |
msgid "November"
|
405 |
msgstr "November"
|
406 |
|
407 |
+
#: adrotate-statistics.php:160 dashboard/publisher/adverts-edit.php:231
|
408 |
#: dashboard/publisher/adverts-edit.php:252
|
409 |
msgid "December"
|
410 |
msgstr "December"
|
411 |
|
412 |
+
#: adrotate-statistics.php:169
|
413 |
msgid "Previous"
|
414 |
msgstr "Föregående"
|
415 |
|
416 |
+
#: adrotate-statistics.php:171 dashboard/publisher/statistics-advert.php:67
|
417 |
+
#: dashboard/publisher/statistics-group.php:73
|
418 |
+
#: dashboard/publisher/statistics-main.php:37
|
419 |
msgid "This month"
|
420 |
msgstr "Den här månaden"
|
421 |
|
422 |
+
#: adrotate-statistics.php:172
|
423 |
msgid "Next"
|
424 |
msgstr "Nästa"
|
425 |
|
426 |
+
#: adrotate-statistics.php:267
|
427 |
msgid "No data to show!"
|
428 |
msgstr "Inga data att visa!"
|
429 |
|
430 |
+
#: adrotate-statistics.php:344 adrotate-statistics.php:345
|
431 |
+
#, fuzzy
|
432 |
+
#| msgid "No files found"
|
433 |
+
msgid "Not found"
|
434 |
+
msgstr "Inga filer hittades"
|
435 |
+
|
436 |
#: adrotate-widget.php:116
|
437 |
msgid "Title (optional):"
|
438 |
msgstr "Titel (valfritt):"
|
485 |
#: adrotate.php:105 dashboard/info.php:40
|
486 |
#: dashboard/publisher/adverts-edit.php:458
|
487 |
#: dashboard/publisher/groups-main.php:34
|
488 |
+
#: dashboard/publisher/schedules-main.php:34
|
489 |
+
#: dashboard/publisher/statistics-main.php:24
|
490 |
msgid "Adverts"
|
491 |
msgstr "Annonser"
|
492 |
|
494 |
msgid "Groups"
|
495 |
msgstr "Grupper"
|
496 |
|
497 |
+
#: adrotate.php:107 adrotate.php:348
|
498 |
+
#, fuzzy
|
499 |
+
#| msgid "Schedule"
|
500 |
+
msgid "Schedules"
|
501 |
+
msgstr "Schema"
|
502 |
+
|
503 |
+
#: adrotate.php:108 adrotate.php:388 dashboard/publisher/adverts-edit.php:167
|
504 |
+
#: dashboard/publisher/statistics-main.php:12
|
505 |
+
#: dashboard/settings/statistics.php:17
|
506 |
+
msgid "Statistics"
|
507 |
+
msgstr "Statistik"
|
508 |
+
|
509 |
+
#: adrotate.php:109
|
510 |
+
#, fuzzy
|
511 |
+
#| msgid "Media:"
|
512 |
+
msgid "Media"
|
513 |
+
msgstr "Media:"
|
514 |
+
|
515 |
+
#: adrotate.php:110
|
516 |
msgid "Settings"
|
517 |
msgstr "Inställningar"
|
518 |
|
519 |
+
#: adrotate.php:131
|
520 |
msgid "AdRotate Info"
|
521 |
msgstr "AdRotate Information"
|
522 |
|
523 |
+
#: adrotate.php:149
|
524 |
#, fuzzy
|
525 |
msgid "AdRotate Professional"
|
526 |
msgstr "AdRotate"
|
527 |
|
528 |
+
#: adrotate.php:189
|
529 |
msgid "Advert Management"
|
530 |
msgstr ""
|
531 |
|
532 |
+
#: adrotate.php:249 adrotate.php:317
|
533 |
msgid "Manage"
|
534 |
msgstr "Hantera"
|
535 |
|
536 |
+
#: adrotate.php:250
|
537 |
+
#, fuzzy
|
538 |
+
#| msgid "General Info"
|
539 |
+
msgid "Generator"
|
540 |
+
msgstr "Allmän info"
|
541 |
+
|
542 |
+
#: adrotate.php:251 adrotate.php:318
|
543 |
msgid "Add New"
|
544 |
msgstr "Lägg till ny"
|
545 |
|
546 |
+
#: adrotate.php:311
|
547 |
msgid "Group Management"
|
548 |
msgstr "Grupp Hantering"
|
549 |
|
550 |
+
#: adrotate.php:442
|
551 |
+
msgid "Media and Assets"
|
552 |
+
msgstr ""
|
553 |
+
|
554 |
+
#: adrotate.php:446
|
555 |
+
msgid ""
|
556 |
+
"Upload images to the AdRotate Pro banners folder from here. This is useful "
|
557 |
+
"if you have HTML5 adverts containing multiple files."
|
558 |
+
msgstr ""
|
559 |
+
|
560 |
+
#: adrotate.php:446 dashboard/publisher/schedules-main.php:13
|
561 |
+
#, fuzzy
|
562 |
+
msgid "Get more features"
|
563 |
+
msgstr "Få fler funktioner! Skaffa AdRotate Pro."
|
564 |
+
|
565 |
+
#: adrotate.php:446 dashboard/publisher/schedules-main.php:13
|
566 |
+
#, fuzzy
|
567 |
+
#| msgid "AdRotate Pro"
|
568 |
+
msgid "Get AdRotate Pro"
|
569 |
+
msgstr "AdRotate Pro"
|
570 |
|
571 |
+
#: adrotate.php:474
|
572 |
msgid "AdRotate Settings"
|
573 |
msgstr "AdRotate Inställningar"
|
574 |
|
575 |
+
#: adrotate.php:479 dashboard/publisher/statistics-main.php:17
|
576 |
#, fuzzy
|
577 |
#| msgid "General Info"
|
578 |
msgid "General"
|
579 |
msgstr "Allmän info"
|
580 |
|
581 |
+
#: adrotate.php:480 dashboard/settings/notifications.php:18
|
582 |
msgid "Notifications"
|
583 |
msgstr "Meddelanden"
|
584 |
|
585 |
+
#: adrotate.php:481 dashboard/publisher/adverts-disabled.php:69
|
586 |
#: dashboard/publisher/adverts-error.php:63
|
587 |
#: dashboard/publisher/adverts-main.php:81
|
588 |
#: dashboard/publisher/groups-main.php:70
|
589 |
msgid "Stats"
|
590 |
msgstr "Statistik"
|
591 |
|
592 |
+
#: adrotate.php:482 dashboard/publisher/adverts-edit.php:359
|
593 |
#: dashboard/publisher/groups-edit.php:180
|
594 |
#: dashboard/settings/advertisers.php:38
|
595 |
msgid "Geo Targeting"
|
596 |
msgstr "Geo Targeting"
|
597 |
|
598 |
+
#: adrotate.php:483 dashboard/settings/notifications.php:72
|
599 |
msgid "Advertisers"
|
600 |
msgstr "Annonsörer"
|
601 |
|
602 |
+
#: adrotate.php:484 dashboard/settings/roles.php:17
|
603 |
msgid "Roles"
|
604 |
msgstr ""
|
605 |
|
606 |
+
#: adrotate.php:485
|
607 |
msgid "Misc"
|
608 |
msgstr ""
|
609 |
|
610 |
+
#: adrotate.php:486 dashboard/settings/maintenance.php:16
|
611 |
msgid "Maintenance"
|
612 |
msgstr "Underhåll"
|
613 |
|
709 |
msgstr ""
|
710 |
|
711 |
#: dashboard/adrotatepro.php:83 dashboard/adrotatepro.php:95
|
712 |
+
#: dashboard/info.php:79
|
713 |
#, fuzzy
|
714 |
msgid "Buy AdRotate Professional"
|
715 |
msgstr "Köp nu"
|
716 |
|
717 |
+
#: dashboard/adrotatepro.php:87 dashboard/info.php:83
|
718 |
msgid "Single License"
|
719 |
msgstr ""
|
720 |
|
721 |
+
#: dashboard/adrotatepro.php:87 dashboard/info.php:83
|
722 |
msgid "One WordPress installation."
|
723 |
msgstr ""
|
724 |
|
725 |
#: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:100
|
726 |
+
#: dashboard/info.php:84 dashboard/info.php:91
|
727 |
#, fuzzy
|
728 |
msgid "Duo License"
|
729 |
msgstr "AdRotate Licens"
|
730 |
|
731 |
+
#: dashboard/adrotatepro.php:88 dashboard/info.php:84
|
732 |
msgid "Two WordPress installations."
|
733 |
msgstr ""
|
734 |
|
735 |
#: dashboard/adrotatepro.php:89 dashboard/adrotatepro.php:101
|
736 |
+
#: dashboard/info.php:85 dashboard/info.php:92
|
737 |
#, fuzzy
|
738 |
msgid "Multi License"
|
739 |
msgstr "AdRotate Licens"
|
740 |
|
741 |
+
#: dashboard/adrotatepro.php:89 dashboard/info.php:85
|
742 |
msgid "Up to five WordPress installations."
|
743 |
msgstr ""
|
744 |
|
745 |
#: dashboard/adrotatepro.php:90 dashboard/adrotatepro.php:102
|
746 |
+
#: dashboard/info.php:86 dashboard/info.php:93
|
747 |
#, fuzzy
|
748 |
msgid "Developer License"
|
749 |
msgstr "Utvecklar Debug"
|
750 |
|
751 |
+
#: dashboard/adrotatepro.php:90 dashboard/info.php:86
|
752 |
msgid "Unlimited WordPress installations and/or networks."
|
753 |
msgstr ""
|
754 |
|
755 |
#: dashboard/adrotatepro.php:91 dashboard/adrotatepro.php:104
|
756 |
+
#: dashboard/info.php:87 dashboard/info.php:95
|
757 |
msgid "Compare licenses"
|
758 |
msgstr ""
|
759 |
|
760 |
+
#: dashboard/adrotatepro.php:91 dashboard/info.php:87
|
761 |
msgid "Not sure which license is for you? Compare them..."
|
762 |
msgstr ""
|
763 |
|
764 |
+
#: dashboard/adrotatepro.php:91 dashboard/info.php:87
|
765 |
msgid "All Licenses"
|
766 |
msgstr ""
|
767 |
|
768 |
+
#: dashboard/adrotatepro.php:99 dashboard/info.php:90
|
769 |
msgid "Lifetime License"
|
770 |
msgstr ""
|
771 |
|
772 |
+
#: dashboard/adrotatepro.php:99 dashboard/info.php:90
|
773 |
msgid "Single installation."
|
774 |
msgstr ""
|
775 |
|
776 |
+
#: dashboard/adrotatepro.php:100 dashboard/info.php:91
|
777 |
msgid "Up to 2 installations."
|
778 |
msgstr ""
|
779 |
|
780 |
+
#: dashboard/adrotatepro.php:101 dashboard/info.php:92
|
781 |
msgid "Up to 10 installations."
|
782 |
msgstr ""
|
783 |
|
784 |
+
#: dashboard/adrotatepro.php:102 dashboard/info.php:93
|
785 |
msgid "Up to 25 installations or multisite networks."
|
786 |
msgstr ""
|
787 |
|
788 |
+
#: dashboard/adrotatepro.php:103 dashboard/info.php:94
|
789 |
msgid ""
|
790 |
"Subscriptions get 1 year access to updates, email support & AdRotate Geo."
|
791 |
msgstr ""
|
792 |
|
793 |
+
#: dashboard/adrotatepro.php:104 dashboard/info.php:95
|
794 |
msgid "Not sure which license is for you?"
|
795 |
msgstr ""
|
796 |
|
797 |
+
#: dashboard/adrotatepro.php:104 dashboard/info.php:95
|
798 |
msgid "Compare Licenses"
|
799 |
msgstr ""
|
800 |
|
824 |
"for updates about me and my plugins. Thank you!"
|
825 |
msgstr ""
|
826 |
|
827 |
+
#: dashboard/info.php:59
|
828 |
msgid "Arnan de Gans News & Updates"
|
829 |
msgstr ""
|
830 |
|
831 |
+
#: dashboard/info.php:100
|
832 |
msgid "Join the Media.net advertising network"
|
833 |
msgstr ""
|
834 |
|
840 |
#: dashboard/publisher/adverts-error.php:19
|
841 |
#: dashboard/publisher/adverts-main.php:20
|
842 |
#: dashboard/publisher/groups-main.php:20
|
843 |
+
#: dashboard/publisher/schedules-main.php:21
|
844 |
msgid "Bulk Actions"
|
845 |
msgstr "Massåtgärder"
|
846 |
|
851 |
|
852 |
#: dashboard/publisher/adverts-disabled.php:22
|
853 |
#: dashboard/publisher/adverts-error.php:21
|
854 |
+
#: dashboard/publisher/adverts-main.php:22 dashboard/publisher/media.php:60
|
855 |
msgid "Delete"
|
856 |
msgstr "Radera"
|
857 |
|
865 |
#: dashboard/publisher/adverts-error.php:29
|
866 |
#: dashboard/publisher/adverts-main.php:30
|
867 |
#: dashboard/publisher/groups-main.php:24
|
868 |
+
#: dashboard/publisher/schedules-main.php:22
|
869 |
msgid "Go"
|
870 |
msgstr "Gå"
|
871 |
|
873 |
#: dashboard/publisher/adverts-error.php:39
|
874 |
#: dashboard/publisher/adverts-main.php:39
|
875 |
#: dashboard/publisher/groups-main.php:32
|
876 |
+
#: dashboard/publisher/schedules-main.php:31
|
877 |
msgid "ID"
|
878 |
msgstr "ID"
|
879 |
|
880 |
#: dashboard/publisher/adverts-disabled.php:36
|
881 |
#: dashboard/publisher/adverts-error.php:41
|
882 |
#: dashboard/publisher/adverts-main.php:40
|
883 |
+
#: dashboard/publisher/schedules-main.php:32
|
884 |
#, fuzzy
|
885 |
msgid "Start / End"
|
886 |
msgstr ""
|
892 |
#: dashboard/publisher/adverts-error.php:40
|
893 |
#: dashboard/publisher/adverts-main.php:41
|
894 |
#: dashboard/publisher/groups-edit.php:51
|
895 |
+
#: dashboard/publisher/groups-main.php:33 dashboard/publisher/media.php:30
|
896 |
+
#: dashboard/publisher/schedules-main.php:33
|
897 |
msgid "Name"
|
898 |
msgstr "Namn"
|
899 |
|
906 |
|
907 |
#: dashboard/publisher/adverts-disabled.php:40
|
908 |
#: dashboard/publisher/adverts-main.php:45
|
|
|
|
|
909 |
#: dashboard/publisher/groups-edit.php:334
|
910 |
#: dashboard/publisher/groups-main.php:38
|
911 |
+
#: dashboard/publisher/statistics-advert.php:53
|
912 |
+
#: dashboard/publisher/statistics-advert.php:59
|
913 |
+
#: dashboard/publisher/statistics-advert.php:73
|
914 |
+
#: dashboard/publisher/statistics-advert.php:79
|
915 |
+
#: dashboard/publisher/statistics-advert.php:100
|
916 |
+
#: dashboard/publisher/statistics-group.php:59
|
917 |
+
#: dashboard/publisher/statistics-group.php:65
|
918 |
+
#: dashboard/publisher/statistics-group.php:79
|
919 |
+
#: dashboard/publisher/statistics-group.php:85
|
920 |
+
#: dashboard/publisher/statistics-group.php:104
|
921 |
+
#: dashboard/publisher/statistics-main.php:29
|
922 |
+
#: dashboard/publisher/statistics-main.php:43
|
923 |
+
#: dashboard/publisher/statistics-main.php:47
|
924 |
+
#: dashboard/publisher/statistics-main.php:65
|
925 |
msgid "Clicks"
|
926 |
msgstr "Klick"
|
927 |
|
928 |
#: dashboard/publisher/adverts-disabled.php:41
|
929 |
#: dashboard/publisher/adverts-main.php:47
|
930 |
+
#: dashboard/publisher/statistics-advert.php:54
|
931 |
+
#: dashboard/publisher/statistics-advert.php:60
|
932 |
+
#: dashboard/publisher/statistics-advert.php:74
|
933 |
+
#: dashboard/publisher/statistics-advert.php:80
|
934 |
+
#: dashboard/publisher/statistics-advert.php:101
|
935 |
+
#: dashboard/publisher/statistics-group.php:60
|
936 |
+
#: dashboard/publisher/statistics-group.php:66
|
937 |
+
#: dashboard/publisher/statistics-group.php:80
|
938 |
+
#: dashboard/publisher/statistics-group.php:86
|
939 |
+
#: dashboard/publisher/statistics-group.php:105
|
940 |
+
#: dashboard/publisher/statistics-main.php:30
|
941 |
+
#: dashboard/publisher/statistics-main.php:44
|
942 |
+
#: dashboard/publisher/statistics-main.php:48
|
943 |
+
#: dashboard/publisher/statistics-main.php:66
|
944 |
msgid "CTR"
|
945 |
msgstr "CTR"
|
946 |
|
1037 |
msgstr "Grundläggande Exempel:"
|
1038 |
|
1039 |
#: dashboard/publisher/adverts-edit.php:129
|
1040 |
+
msgid "Get adverts from Media.net"
|
1041 |
msgstr ""
|
1042 |
|
1043 |
#: dashboard/publisher/adverts-edit.php:134
|
1093 |
"Detta är på grund av CSS skillnader. Ditt teman CSS-fil är inte aktiv här!"
|
1094 |
|
1095 |
#: dashboard/publisher/adverts-edit.php:150
|
1096 |
+
#: dashboard/publisher/adverts-generator.php:46
|
1097 |
msgid "Banner asset"
|
1098 |
msgstr ""
|
1099 |
|
1106 |
msgstr "Välj Banner"
|
1107 |
|
1108 |
#: dashboard/publisher/adverts-edit.php:155
|
1109 |
+
#: dashboard/publisher/adverts-generator.php:53
|
1110 |
msgid "- OR -"
|
1111 |
msgstr "- ELLER -"
|
1112 |
|
1130 |
"Använd antingen textfältet eller listrutan. Om textfältet har innehåll som "
|
1131 |
"området har företräde."
|
1132 |
|
|
|
|
|
|
|
|
|
|
|
1133 |
#: dashboard/publisher/adverts-edit.php:169
|
1134 |
msgid "Enable click and impression tracking for this advert."
|
1135 |
msgstr ""
|
1158 |
msgstr "Få fler funktioner! Skaffa AdRotate Pro."
|
1159 |
|
1160 |
#: dashboard/publisher/adverts-edit.php:188
|
1161 |
+
#: dashboard/publisher/adverts-edit.php:288
|
1162 |
+
#: dashboard/publisher/adverts-edit.php:357
|
1163 |
+
#: dashboard/publisher/adverts-edit.php:428
|
1164 |
#: dashboard/publisher/adverts-main.php:105
|
1165 |
#: dashboard/publisher/groups-edit.php:71
|
1166 |
+
#: dashboard/publisher/groups-edit.php:191
|
1167 |
+
#: dashboard/publisher/groups-main.php:89 dashboard/publisher/media.php:73
|
1168 |
+
#: dashboard/publisher/schedules-main.php:89
|
1169 |
+
#: dashboard/publisher/statistics-advert.php:140
|
1170 |
+
#: dashboard/publisher/statistics-group.php:112
|
1171 |
+
#: dashboard/publisher/statistics-main.php:73
|
1172 |
#, fuzzy
|
1173 |
+
msgid "Upgrade now"
|
1174 |
+
msgstr "i dag"
|
1175 |
|
1176 |
#: dashboard/publisher/adverts-edit.php:191
|
1177 |
#: dashboard/publisher/adverts-edit.php:291
|
1184 |
#: dashboard/publisher/adverts-edit.php:292
|
1185 |
#: dashboard/publisher/adverts-edit.php:448
|
1186 |
#: dashboard/publisher/adverts-edit.php:489
|
1187 |
+
#: dashboard/publisher/adverts-generator.php:129
|
1188 |
#: dashboard/publisher/groups-edit.php:150
|
1189 |
#: dashboard/publisher/groups-edit.php:299
|
1190 |
#: dashboard/publisher/groups-edit.php:391
|
1278 |
"Pro."
|
1279 |
msgstr ""
|
1280 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1281 |
#: dashboard/publisher/adverts-edit.php:295
|
1282 |
#: dashboard/publisher/groups-edit.php:153
|
1283 |
msgid "Advanced"
|
1488 |
msgid "Expired"
|
1489 |
msgstr "Utgånget"
|
1490 |
|
1491 |
+
#: dashboard/publisher/adverts-generator.php:35
|
1492 |
+
#, fuzzy
|
1493 |
+
#| msgid "Moderate Adverts"
|
1494 |
+
msgid "Generate Advert Code"
|
1495 |
+
msgstr "Moderate Annonser"
|
1496 |
+
|
1497 |
+
#: dashboard/publisher/adverts-generator.php:36
|
1498 |
+
msgid ""
|
1499 |
+
"Use the Generator if you have received a target url, banner image and/or "
|
1500 |
+
"some separate files with a description on how to use those. The AdRotate "
|
1501 |
+
"Generator will take your bits and pieces and try to generate a working "
|
1502 |
+
"adcode from it."
|
1503 |
+
msgstr ""
|
1504 |
+
|
1505 |
+
#: dashboard/publisher/adverts-generator.php:38
|
1506 |
+
msgid ""
|
1507 |
+
"If you have a complete and working ad code / ad tag you do not use the "
|
1508 |
+
"Generator. You can simply paste that code in the AdCode field when creating "
|
1509 |
+
"your advert. For example as provided by Media.net or Google AdSense among "
|
1510 |
+
"others."
|
1511 |
+
msgstr ""
|
1512 |
+
|
1513 |
+
#: dashboard/publisher/adverts-generator.php:40
|
1514 |
+
#, fuzzy
|
1515 |
+
#| msgid "Statistics for advert"
|
1516 |
+
msgid "Basic advert"
|
1517 |
+
msgstr "Statistik för annons"
|
1518 |
+
|
1519 |
+
#: dashboard/publisher/adverts-generator.php:41
|
1520 |
+
msgid ""
|
1521 |
+
"This is a regular advert consisting of an image and a link, made up from "
|
1522 |
+
"HTML code."
|
1523 |
+
msgstr ""
|
1524 |
+
|
1525 |
+
#: dashboard/publisher/adverts-generator.php:50
|
1526 |
+
#: dashboard/publisher/adverts-generator.php:99
|
1527 |
+
#, fuzzy
|
1528 |
+
#| msgid "No image selected"
|
1529 |
+
msgid "No file selected"
|
1530 |
+
msgstr "Ingen bild vald"
|
1531 |
+
|
1532 |
+
#: dashboard/publisher/adverts-generator.php:52
|
1533 |
+
#: dashboard/publisher/adverts-generator.php:101
|
1534 |
+
msgid "Is your file not listed? Upload it via the AdRotate Media Manager."
|
1535 |
+
msgstr ""
|
1536 |
+
|
1537 |
+
#: dashboard/publisher/adverts-generator.php:54
|
1538 |
+
msgid "Visible text if this is a text link banner."
|
1539 |
+
msgstr ""
|
1540 |
+
|
1541 |
+
#: dashboard/publisher/adverts-generator.php:54
|
1542 |
+
#, fuzzy
|
1543 |
+
#| msgid ""
|
1544 |
+
#| "Use either the text field or the dropdown. If the textfield has content "
|
1545 |
+
#| "that field has priority."
|
1546 |
+
msgid ""
|
1547 |
+
"Use either the dropdown or the text field. If the dropdown is used, that "
|
1548 |
+
"field has priority."
|
1549 |
+
msgstr ""
|
1550 |
+
"Använd antingen textfältet eller listrutan. Om textfältet har innehåll som "
|
1551 |
+
"området har företräde."
|
1552 |
+
|
1553 |
+
#: dashboard/publisher/adverts-generator.php:59
|
1554 |
+
#, fuzzy
|
1555 |
+
#| msgid "website"
|
1556 |
+
msgid "Target website"
|
1557 |
+
msgstr "hemsida"
|
1558 |
+
|
1559 |
+
#: dashboard/publisher/adverts-generator.php:61
|
1560 |
+
msgid "Where does the person clicking the advert go?"
|
1561 |
+
msgstr ""
|
1562 |
+
|
1563 |
+
#: dashboard/publisher/adverts-generator.php:65
|
1564 |
+
#, fuzzy
|
1565 |
+
#| msgid "GeoTargeting"
|
1566 |
+
msgid "Target window"
|
1567 |
+
msgstr "GeoTargeting"
|
1568 |
+
|
1569 |
+
#: dashboard/publisher/adverts-generator.php:67
|
1570 |
+
#: dashboard/publisher/adverts-generator.php:73
|
1571 |
+
#: dashboard/publisher/adverts-generator.php:119
|
1572 |
+
#, fuzzy
|
1573 |
+
#| msgid "Available in AdRotate Pro"
|
1574 |
+
msgid "Available in AdRotate Pro."
|
1575 |
+
msgstr "Tillgänglig i AdRotate Pro"
|
1576 |
+
|
1577 |
+
#: dashboard/publisher/adverts-generator.php:67
|
1578 |
+
msgid "Open the target website in a new window?"
|
1579 |
+
msgstr ""
|
1580 |
+
|
1581 |
+
#: dashboard/publisher/adverts-generator.php:71
|
1582 |
+
msgid "NoFollow"
|
1583 |
+
msgstr ""
|
1584 |
+
|
1585 |
+
#: dashboard/publisher/adverts-generator.php:73
|
1586 |
+
msgid "Tell crawlers and search engines not to follow the target website url?"
|
1587 |
+
msgstr ""
|
1588 |
+
|
1589 |
+
#: dashboard/publisher/adverts-generator.php:77
|
1590 |
+
#: dashboard/publisher/adverts-generator.php:106
|
1591 |
+
#: dashboard/publisher/groups-edit.php:95
|
1592 |
+
msgid "Advert size"
|
1593 |
+
msgstr ""
|
1594 |
+
|
1595 |
+
#: dashboard/publisher/adverts-generator.php:79
|
1596 |
+
#: dashboard/publisher/adverts-generator.php:108
|
1597 |
+
#, fuzzy
|
1598 |
+
#| msgid "pixel(s) wide"
|
1599 |
+
msgid "px wide"
|
1600 |
+
msgstr "bildpunkt (er) bredd"
|
1601 |
+
|
1602 |
+
#: dashboard/publisher/adverts-generator.php:80
|
1603 |
+
#: dashboard/publisher/adverts-generator.php:109
|
1604 |
+
#, fuzzy
|
1605 |
+
#| msgid "pixel(s) high."
|
1606 |
+
msgid "px high."
|
1607 |
+
msgstr "bildpunkter (er) hög."
|
1608 |
+
|
1609 |
+
#: dashboard/publisher/adverts-generator.php:81
|
1610 |
+
#: dashboard/publisher/adverts-generator.php:110
|
1611 |
+
#, fuzzy
|
1612 |
+
#| msgid ""
|
1613 |
+
#| "Define the maximum size of the ads in pixels. Height can be "
|
1614 |
+
#| "'auto' (Default: 125/125)"
|
1615 |
+
msgid "Define the maximum size of the adverts in pixels."
|
1616 |
+
msgstr ""
|
1617 |
+
"Definiera den maximala storleken av de annonser i pixlar. Höjd kan vara "
|
1618 |
+
"\"auto\" (Standard: 125/125)"
|
1619 |
+
|
1620 |
+
#: dashboard/publisher/adverts-generator.php:81
|
1621 |
+
#: dashboard/publisher/adverts-generator.php:119
|
1622 |
+
#, fuzzy
|
1623 |
+
#| msgid "Options"
|
1624 |
+
msgid "(Optional)"
|
1625 |
+
msgstr "Alternativ"
|
1626 |
+
|
1627 |
+
#: dashboard/publisher/adverts-generator.php:88
|
1628 |
+
msgid "HTML5 or Flash Advert"
|
1629 |
+
msgstr ""
|
1630 |
+
|
1631 |
+
#: dashboard/publisher/adverts-generator.php:89
|
1632 |
+
msgid ""
|
1633 |
+
"These are more advanced adverts, using a Flash file or HTML5 files. Try to "
|
1634 |
+
"avoid Flash. HTML5 is the new and better standard."
|
1635 |
+
msgstr ""
|
1636 |
+
|
1637 |
+
#: dashboard/publisher/adverts-generator.php:90
|
1638 |
+
msgid ""
|
1639 |
+
"If your HTML5 advert consists of multiple files, upload all files using the "
|
1640 |
+
"AdRotate Media Manager and select the HTML file here."
|
1641 |
+
msgstr ""
|
1642 |
+
|
1643 |
+
#: dashboard/publisher/adverts-generator.php:95
|
1644 |
+
msgid "HTML/Flash file"
|
1645 |
+
msgstr ""
|
1646 |
+
|
1647 |
+
#: dashboard/publisher/adverts-generator.php:114
|
1648 |
+
msgid "Flash clickTAG"
|
1649 |
+
msgstr ""
|
1650 |
+
|
1651 |
+
#: dashboard/publisher/adverts-generator.php:117
|
1652 |
+
msgid "Parameter"
|
1653 |
+
msgstr ""
|
1654 |
+
|
1655 |
+
#: dashboard/publisher/adverts-generator.php:118
|
1656 |
+
msgid "No clickTAG"
|
1657 |
+
msgstr ""
|
1658 |
+
|
1659 |
+
#: dashboard/publisher/adverts-generator.php:119
|
1660 |
+
msgid "URL"
|
1661 |
+
msgstr ""
|
1662 |
+
|
1663 |
+
#: dashboard/publisher/adverts-generator.php:119
|
1664 |
+
msgid ""
|
1665 |
+
"This option is ignored for HTML5 adverts. All choices do the exact same, but "
|
1666 |
+
"some developers write the parameter differently."
|
1667 |
+
msgstr ""
|
1668 |
+
|
1669 |
+
#: dashboard/publisher/adverts-generator.php:128
|
1670 |
+
msgid "Generate and Configure Advert"
|
1671 |
+
msgstr ""
|
1672 |
+
|
1673 |
+
#: dashboard/publisher/adverts-generator.php:129
|
1674 |
+
msgid "Always test your adverts before activating them."
|
1675 |
+
msgstr ""
|
1676 |
+
|
1677 |
+
#: dashboard/publisher/adverts-generator.php:132
|
1678 |
+
msgid "NOTE:"
|
1679 |
+
msgstr ""
|
1680 |
+
|
1681 |
+
#: dashboard/publisher/adverts-generator.php:132
|
1682 |
+
msgid ""
|
1683 |
+
"While the Code Generator has been tested and works, code generation, as "
|
1684 |
+
"always, is a interpretation of user input. If you provide the correct bits "
|
1685 |
+
"and pieces, a working advert may be generated. If you leave fields empty or "
|
1686 |
+
"insert the wrong info you probably end up with a broken advert."
|
1687 |
+
msgstr ""
|
1688 |
+
|
1689 |
+
#: dashboard/publisher/adverts-generator.php:132
|
1690 |
+
msgid ""
|
1691 |
+
"Based on your input and experiences later iterations of the Code Generator "
|
1692 |
+
"will be better and more feature rich."
|
1693 |
+
msgstr ""
|
1694 |
+
|
1695 |
#: dashboard/publisher/adverts-main.php:12
|
1696 |
msgid "Active Adverts"
|
1697 |
msgstr ""
|
1705 |
#: dashboard/publisher/adverts-main.php:46
|
1706 |
#: dashboard/publisher/groups-main.php:37
|
1707 |
#: dashboard/publisher/groups-main.php:39
|
1708 |
+
#: dashboard/publisher/statistics-advert.php:45
|
1709 |
+
#: dashboard/publisher/statistics-group.php:51
|
1710 |
msgid "Today"
|
1711 |
msgstr "i dag"
|
1712 |
|
1714 |
msgid "No adverts created yet!"
|
1715 |
msgstr ""
|
1716 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1717 |
#: dashboard/publisher/groups-edit.php:43
|
1718 |
msgid "New Group"
|
1719 |
msgstr "Ny grupp"
|
1770 |
msgid "Larger blocks will degrade your sites performance! Default: 2/2."
|
1771 |
msgstr ""
|
1772 |
|
|
|
|
|
|
|
|
|
1773 |
#: dashboard/publisher/groups-edit.php:97
|
1774 |
msgid "pixel(s) wide"
|
1775 |
msgstr "bildpunkt (er) bredd"
|
2016 |
msgstr "Konfigurations fel."
|
2017 |
|
2018 |
#: dashboard/publisher/groups-edit.php:385
|
2019 |
+
#: dashboard/publisher/schedules-main.php:87
|
2020 |
msgid "Expires soon."
|
2021 |
msgstr "Utgår inom kort."
|
2022 |
|
2023 |
#: dashboard/publisher/groups-edit.php:386
|
2024 |
+
#: dashboard/publisher/schedules-main.php:88
|
2025 |
msgid "Has expired."
|
2026 |
msgstr "Har gått ut."
|
2027 |
|
2054 |
msgid "No groups created!"
|
2055 |
msgstr "Inga grupper skapas!"
|
2056 |
|
2057 |
+
#: dashboard/publisher/media.php:17
|
2058 |
+
#, fuzzy
|
2059 |
+
msgid "Upload new file"
|
2060 |
+
msgstr "Banner image:"
|
2061 |
+
|
2062 |
+
#: dashboard/publisher/media.php:18
|
2063 |
+
#, fuzzy
|
2064 |
+
msgid "Accepted files:"
|
2065 |
+
msgstr "Godkända filer är:"
|
2066 |
+
|
2067 |
+
#: dashboard/publisher/media.php:18
|
2068 |
+
#, fuzzy
|
2069 |
+
msgid "Maximum size is 512Kb per file."
|
2070 |
+
msgstr "Maximal storlek är 512Kb."
|
2071 |
+
|
2072 |
+
#: dashboard/publisher/media.php:18
|
2073 |
+
msgid "Important:"
|
2074 |
+
msgstr ""
|
2075 |
+
|
2076 |
+
#: dashboard/publisher/media.php:18
|
2077 |
+
msgid ""
|
2078 |
+
"Make sure your file has no spaces or special characters in the name. Replace "
|
2079 |
+
"spaces with a - or _."
|
2080 |
+
msgstr ""
|
2081 |
+
|
2082 |
+
#: dashboard/publisher/media.php:18
|
2083 |
+
msgid ""
|
2084 |
+
"If you remove spaces from filenames for HTML5 adverts also edit the html "
|
2085 |
+
"file so it knows about the changed name. For example for the javascript file."
|
2086 |
+
msgstr ""
|
2087 |
+
|
2088 |
+
#: dashboard/publisher/media.php:21
|
2089 |
+
#, fuzzy
|
2090 |
+
msgid "Upload file"
|
2091 |
+
msgstr "Överföring ofullständig."
|
2092 |
+
|
2093 |
+
#: dashboard/publisher/media.php:21
|
2094 |
+
msgid "Click only once per file!"
|
2095 |
+
msgstr ""
|
2096 |
+
|
2097 |
+
#: dashboard/publisher/media.php:25
|
2098 |
+
#, fuzzy
|
2099 |
+
#| msgid "Available in AdRotate Pro"
|
2100 |
+
msgid "Available files in"
|
2101 |
+
msgstr "Tillgänglig i AdRotate Pro"
|
2102 |
+
|
2103 |
+
#: dashboard/publisher/media.php:31
|
2104 |
+
#, fuzzy
|
2105 |
+
msgid "Actions"
|
2106 |
+
msgstr "Massåtgärder"
|
2107 |
+
|
2108 |
+
#: dashboard/publisher/media.php:65
|
2109 |
+
#, fuzzy
|
2110 |
+
#| msgid "No files found"
|
2111 |
+
msgid "No files found!"
|
2112 |
+
msgstr "Inga filer hittades"
|
2113 |
+
|
2114 |
+
#: dashboard/publisher/media.php:72
|
2115 |
+
msgid ""
|
2116 |
+
"Make sure the banner images are not in use by adverts when you delete them!"
|
2117 |
+
msgstr ""
|
2118 |
+
|
2119 |
+
#: dashboard/publisher/media.php:73 dashboard/publisher/schedules-main.php:89
|
2120 |
+
#: dashboard/publisher/statistics-advert.php:140
|
2121 |
+
#: dashboard/publisher/statistics-group.php:112
|
2122 |
+
#: dashboard/publisher/statistics-main.php:73
|
2123 |
+
#, fuzzy
|
2124 |
+
msgid "Get more features with AdRotate Pro"
|
2125 |
+
msgstr "Få fler funktioner! Skaffa AdRotate Pro."
|
2126 |
+
|
2127 |
+
#: dashboard/publisher/schedules-main.php:12
|
2128 |
+
#, fuzzy
|
2129 |
+
msgid "Manage Schedules"
|
2130 |
+
msgstr "Hantera"
|
2131 |
+
|
2132 |
+
#: dashboard/publisher/schedules-main.php:13
|
2133 |
+
msgid ""
|
2134 |
+
"In AdRotate Pro you can schedule adverts for multiple periods of time. One "
|
2135 |
+
"schedule can be assigned to many adverts allowing you to manage multi advert "
|
2136 |
+
"campaigns easily. Schedules can be active on certain days of the week or on "
|
2137 |
+
"certain hours of the day."
|
2138 |
+
msgstr ""
|
2139 |
+
|
2140 |
+
#: dashboard/publisher/schedules-main.php:36
|
2141 |
+
#, fuzzy
|
2142 |
+
#| msgid "Shown"
|
2143 |
+
msgid "Max Shown"
|
2144 |
+
msgstr "Visa"
|
2145 |
+
|
2146 |
+
#: dashboard/publisher/schedules-main.php:37
|
2147 |
+
#: dashboard/publisher/statistics-advert.php:114
|
2148 |
+
msgid "Max Clicks"
|
2149 |
+
msgstr "Max Klick"
|
2150 |
+
|
2151 |
+
#: dashboard/publisher/schedules-main.php:70
|
2152 |
+
msgid "Mon:"
|
2153 |
+
msgstr ""
|
2154 |
+
|
2155 |
+
#: dashboard/publisher/schedules-main.php:70
|
2156 |
+
msgid "Tue:"
|
2157 |
+
msgstr ""
|
2158 |
+
|
2159 |
+
#: dashboard/publisher/schedules-main.php:70
|
2160 |
+
msgid "Wed:"
|
2161 |
+
msgstr ""
|
2162 |
+
|
2163 |
+
#: dashboard/publisher/schedules-main.php:70
|
2164 |
+
msgid "Thu:"
|
2165 |
+
msgstr ""
|
2166 |
+
|
2167 |
+
#: dashboard/publisher/schedules-main.php:70
|
2168 |
+
msgid "Fri:"
|
2169 |
+
msgstr ""
|
2170 |
+
|
2171 |
+
#: dashboard/publisher/schedules-main.php:70
|
2172 |
+
msgid "Sat:"
|
2173 |
+
msgstr ""
|
2174 |
+
|
2175 |
+
#: dashboard/publisher/schedules-main.php:70
|
2176 |
+
msgid "Sun:"
|
2177 |
+
msgstr ""
|
2178 |
+
|
2179 |
+
#: dashboard/publisher/schedules-main.php:70
|
2180 |
+
msgid "Between:"
|
2181 |
+
msgstr ""
|
2182 |
+
|
2183 |
+
#: dashboard/publisher/schedules-main.php:70
|
2184 |
+
#, fuzzy
|
2185 |
+
#| msgid "Impressions"
|
2186 |
+
msgid "Impression spread:"
|
2187 |
+
msgstr "Intryck"
|
2188 |
+
|
2189 |
+
#: dashboard/publisher/schedules-main.php:70
|
2190 |
+
#, fuzzy
|
2191 |
+
#| msgid "Delete"
|
2192 |
+
msgid "Auto Delete:"
|
2193 |
+
msgstr "Radera"
|
2194 |
+
|
2195 |
+
#: dashboard/publisher/schedules-main.php:81
|
2196 |
+
msgid "Nothing here!"
|
2197 |
+
msgstr ""
|
2198 |
+
|
2199 |
+
#: dashboard/publisher/statistics-advert.php:40
|
2200 |
+
msgid "Statistics for advert"
|
2201 |
+
msgstr "Statistik för annons"
|
2202 |
+
|
2203 |
+
#: dashboard/publisher/statistics-advert.php:47
|
2204 |
+
#: dashboard/publisher/statistics-group.php:53
|
2205 |
+
#: dashboard/publisher/statistics-main.php:19
|
2206 |
+
#, fuzzy
|
2207 |
+
msgid "All time"
|
2208 |
+
msgstr "Intryck timer"
|
2209 |
+
|
2210 |
+
#: dashboard/publisher/statistics-advert.php:52
|
2211 |
+
#: dashboard/publisher/statistics-advert.php:58
|
2212 |
+
#: dashboard/publisher/statistics-advert.php:72
|
2213 |
+
#: dashboard/publisher/statistics-advert.php:78
|
2214 |
+
#: dashboard/publisher/statistics-advert.php:99
|
2215 |
+
#: dashboard/publisher/statistics-group.php:58
|
2216 |
+
#: dashboard/publisher/statistics-group.php:64
|
2217 |
+
#: dashboard/publisher/statistics-group.php:78
|
2218 |
+
#: dashboard/publisher/statistics-group.php:84
|
2219 |
+
#: dashboard/publisher/statistics-group.php:103
|
2220 |
+
#: dashboard/publisher/statistics-main.php:28
|
2221 |
+
#: dashboard/publisher/statistics-main.php:42
|
2222 |
+
#: dashboard/publisher/statistics-main.php:46
|
2223 |
+
#: dashboard/publisher/statistics-main.php:64
|
2224 |
+
msgid "Impressions"
|
2225 |
+
msgstr "Intryck"
|
2226 |
+
|
2227 |
+
#: dashboard/publisher/statistics-advert.php:65
|
2228 |
+
#: dashboard/publisher/statistics-group.php:71
|
2229 |
+
#: dashboard/publisher/statistics-main.php:35
|
2230 |
+
#, fuzzy
|
2231 |
+
#| msgid "This month"
|
2232 |
+
msgid "Last month"
|
2233 |
+
msgstr "Den här månaden"
|
2234 |
+
|
2235 |
+
#: dashboard/publisher/statistics-advert.php:86
|
2236 |
+
#: dashboard/publisher/statistics-group.php:92
|
2237 |
+
#: dashboard/publisher/statistics-main.php:53
|
2238 |
+
msgid "Monthly overview of clicks and impressions"
|
2239 |
+
msgstr "Månads översikt av klick och visningar"
|
2240 |
+
|
2241 |
+
#: dashboard/publisher/statistics-advert.php:108
|
2242 |
+
#, fuzzy
|
2243 |
+
#| msgid "Monthly overview of clicks and impressions"
|
2244 |
+
msgid "Periodic overview of clicks and impressions"
|
2245 |
+
msgstr "Månads översikt av klick och visningar"
|
2246 |
+
|
2247 |
+
#: dashboard/publisher/statistics-advert.php:112
|
2248 |
+
#, fuzzy
|
2249 |
+
#| msgid "Show from"
|
2250 |
+
msgid "Shown from"
|
2251 |
+
msgstr "Visa från"
|
2252 |
+
|
2253 |
+
#: dashboard/publisher/statistics-advert.php:113
|
2254 |
+
#, fuzzy
|
2255 |
+
#| msgid "Show until"
|
2256 |
+
msgid "Shown until"
|
2257 |
+
msgstr "Visa till"
|
2258 |
+
|
2259 |
+
#: dashboard/publisher/statistics-advert.php:114
|
2260 |
+
#: dashboard/publisher/statistics-advert.php:115
|
2261 |
+
#, fuzzy
|
2262 |
+
msgid "Used"
|
2263 |
+
msgstr "Används"
|
2264 |
+
|
2265 |
+
#: dashboard/publisher/statistics-advert.php:115
|
2266 |
+
msgid "Max Impressions"
|
2267 |
+
msgstr "Max Intryck"
|
2268 |
+
|
2269 |
+
#: dashboard/publisher/statistics-advert.php:141
|
2270 |
+
#: dashboard/publisher/statistics-group.php:113
|
2271 |
+
#: dashboard/publisher/statistics-main.php:74
|
2272 |
+
#: dashboard/settings/notifications.php:60
|
2273 |
+
#: dashboard/settings/notifications.php:90
|
2274 |
+
msgid "Note:"
|
2275 |
+
msgstr "Notera:"
|
2276 |
+
|
2277 |
+
#: dashboard/publisher/statistics-advert.php:141
|
2278 |
+
#: dashboard/publisher/statistics-group.php:113
|
2279 |
+
#: dashboard/publisher/statistics-main.php:74
|
2280 |
+
msgid ""
|
2281 |
+
"All statistics are indicative. They do not nessesarily reflect results "
|
2282 |
+
"counted by other parties."
|
2283 |
+
msgstr ""
|
2284 |
+
"All statistik är vägledande. De återspeglar inte nödvändigtvis resultat "
|
2285 |
+
"räknas av andra parter."
|
2286 |
+
|
2287 |
+
#: dashboard/publisher/statistics-group.php:46
|
2288 |
msgid "Statistics for group"
|
2289 |
msgstr "Statistik för grupp"
|
2290 |
|
2291 |
+
#: dashboard/publisher/statistics-main.php:26
|
2292 |
+
msgid "Adverts counting stats"
|
2293 |
+
msgstr ""
|
2294 |
+
|
2295 |
#: dashboard/settings/advertisers.php:16
|
2296 |
msgid "Advertisers - Available in AdRotate Pro"
|
2297 |
msgstr ""
|
3315 |
msgstr ""
|
3316 |
"Detta nummer kan inte vara tom, negativa eller överstiga 3600 (1 timme)."
|
3317 |
|
3318 |
+
#~ msgid "Report"
|
3319 |
+
#~ msgstr "Rapport"
|
3320 |
+
|
3321 |
+
#, fuzzy
|
3322 |
+
#~ msgid "More information"
|
3323 |
+
#~ msgstr "Mer info"
|
3324 |
+
|
3325 |
+
#~ msgid "Impressions today"
|
3326 |
+
#~ msgstr "Intryck idag"
|
3327 |
+
|
3328 |
+
#~ msgid "Clicks today"
|
3329 |
+
#~ msgstr "Klick idag"
|
3330 |
+
|
3331 |
#~ msgid "Empty database records removed"
|
3332 |
#~ msgstr "Tomma databasposter tas bort"
|
3333 |
|
3357 |
#~ msgid "Help AdRotate Grow"
|
3358 |
#~ msgstr "Fastnat med AdRotate? Jag hjälper!"
|
3359 |
|
|
|
|
|
|
|
|
|
3360 |
#, fuzzy
|
3361 |
#~ msgid "Manage Media"
|
3362 |
#~ msgstr "Media:"
|
3382 |
#~ msgid "Ads"
|
3383 |
#~ msgstr "Annonser"
|
3384 |
|
|
|
|
|
|
|
|
|
|
|
|
|
3385 |
#, fuzzy
|
3386 |
#~ msgid "No schedules created yet!"
|
3387 |
#~ msgstr "Inga block har skapats än!"
|
3402 |
#~ msgid "Media uploading and management is available in AdRotate Pro."
|
3403 |
#~ msgstr "Den här funktionen är tillgänglig i AdRotate Pro"
|
3404 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3405 |
#, fuzzy
|
3406 |
#~ msgid "Manage your banner folder from here with AdRotate Pro."
|
3407 |
#~ msgstr "Få fler funktioner! Skaffa AdRotate Pro."
|
3487 |
#~ "This field may not be empty!"
|
3488 |
#~ msgstr "Max 2 adresser. Kommaseparerad. Detta fält kan inte vara tomt!"
|
3489 |
|
|
|
|
|
|
|
|
|
3490 |
#~ msgid "Visit the"
|
3491 |
#~ msgstr "Besök"
|
3492 |
|
|
|
|
|
|
|
3493 |
#~ msgid "AdRotate News and Developer Blog"
|
3494 |
#~ msgstr "AdRotate Nyheter och Utvecklar Blog"
|
3495 |
|
3608 |
#~ msgid "Impressions timer"
|
3609 |
#~ msgstr "Intryck timer"
|
3610 |
|
|
|
|
|
|
|
|
|
3611 |
#, fuzzy
|
3612 |
#~ msgid "Learn More"
|
3613 |
#~ msgstr "Läs mer om"
|
3614 |
|
|
|
|
|
|
|
|
|
3615 |
#~ msgid ""
|
3616 |
#~ "Your one stop for Webdevelopment, consultancy and anything WordPress! "
|
3617 |
#~ "Find out more about what I can do for you!"
|
3635 |
#~ msgid "Group updated"
|
3636 |
#~ msgstr "Grupp uppdaterad"
|
3637 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3638 |
#~ msgid "Access Rights"
|
3639 |
#~ msgstr "Tillträde"
|
3640 |
|
3955 |
#~ "Ange mål-URL här om du avsikt att använda den här annonsen i utskick "
|
3956 |
#~ "eller på avlägsna sidor."
|
3957 |
|
|
|
|
|
|
|
3958 |
#, fuzzy
|
3959 |
#~ msgid "Geo Location in AdRotate Pro"
|
3960 |
#~ msgstr "Geo Location"
|
3970 |
#~ msgid "Target your audience with Geo Location in AdRotate Pro"
|
3971 |
#~ msgstr "Få fler funktioner! Skaffa AdRotate Pro."
|
3972 |
|
|
|
|
|
|
|
3973 |
#~ msgid "From when to when is the advert visible?"
|
3974 |
#~ msgstr "Från när till när är annonsen syns?"
|
3975 |
|
4064 |
#~ msgid "Updated"
|
4065 |
#~ msgstr "Block uppdateras"
|
4066 |
|
|
|
|
|
|
|
|
|
|
|
|
|
4067 |
#, fuzzy
|
4068 |
#~ msgid "AdRotate Server Settings"
|
4069 |
#~ msgstr "AdRotate Inställningar"
|
4143 |
#~ msgid "Buy"
|
4144 |
#~ msgstr "Köp nu"
|
4145 |
|
|
|
|
|
|
|
|
|
4146 |
#~ msgid "Check out the"
|
4147 |
#~ msgstr "Kolla in"
|
4148 |
|
4347 |
#~ msgid "Moderate"
|
4348 |
#~ msgstr "Moderate"
|
4349 |
|
|
|
|
|
|
|
4350 |
#~ msgid "Global Reports"
|
4351 |
#~ msgstr "Globala Rapporter"
|
4352 |
|
4362 |
#~ msgid "Advertiser"
|
4363 |
#~ msgstr "Annonsören"
|
4364 |
|
|
|
|
|
|
|
4365 |
#~ msgid ""
|
4366 |
#~ "Couple adverts to advertisers and allow them to create and upload their "
|
4367 |
#~ "own advertisements for you to moderate and approve or reject!"
|
4546 |
#~ msgid "Width and Height"
|
4547 |
#~ msgstr "Bredd och höjd"
|
4548 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4549 |
#~ msgid "pixel(s) margin"
|
4550 |
#~ msgstr "bildpunkt (er) marginal"
|
4551 |
|
4589 |
#~ msgid "Track visitors"
|
4590 |
#~ msgstr "Spåra besökare"
|
4591 |
|
|
|
|
|
|
|
4592 |
#~ msgid "You are about to remove empty records from the AdRotate database."
|
4593 |
#~ msgstr "Du håller på att ta bort tomma poster från AdRotate databasen."
|
4594 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.arnan.me/donate/?utm_campaign=donations&utm_medium=readm
|
|
4 |
Tags: ad, advert, adsense, advertising, doubleclick, responsive, ad rotator, ad manager, banner manager, advert manager, analytics, advertisement,
|
5 |
Requires at least: 3.8
|
6 |
Tested up to: 4.8
|
7 |
-
Stable tag: 4.6
|
8 |
License: GPLv3
|
9 |
|
10 |
Monetise your website with adverts while keeping things simple. Start making money today!
|
@@ -98,6 +98,14 @@ You can also post your questions on the [forum](https://ajdg.solutions/forums/?u
|
|
98 |
|
99 |
Be a Professional and go Pro. With [AdRotate Professional](https://ajdg.solutions/plugins/adrotate-for-wordpress/?utm_campaign=adrotate-page&utm_medium=readme&utm_source=adrotate-free)!
|
100 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
101 |
= 4.6 FREE =
|
102 |
* [new] Better stats display
|
103 |
* [fix] Improved PHP7 compatibility
|
@@ -114,10 +122,11 @@ All recent changes are available on the [AdRotate website](https://ajdg.solution
|
|
114 |
|
115 |
== Upgrade Notice ==
|
116 |
|
117 |
-
* [
|
118 |
-
* [fix]
|
119 |
-
* [fix]
|
120 |
-
* [
|
|
|
121 |
|
122 |
== Screenshots ==
|
123 |
|
4 |
Tags: ad, advert, adsense, advertising, doubleclick, responsive, ad rotator, ad manager, banner manager, advert manager, analytics, advertisement,
|
5 |
Requires at least: 3.8
|
6 |
Tested up to: 4.8
|
7 |
+
Stable tag: 4.6.1
|
8 |
License: GPLv3
|
9 |
|
10 |
Monetise your website with adverts while keeping things simple. Start making money today!
|
98 |
|
99 |
Be a Professional and go Pro. With [AdRotate Professional](https://ajdg.solutions/plugins/adrotate-for-wordpress/?utm_campaign=adrotate-page&utm_medium=readme&utm_source=adrotate-free)!
|
100 |
|
101 |
+
|
102 |
+
= 4.6.1 FREE =
|
103 |
+
* [fix] Advert stats in 'Adverts' not showing correctly
|
104 |
+
* [fix] 'Stats' link from adverts requiring attention
|
105 |
+
* [fix] 'Stats' link from disabled adverts
|
106 |
+
* [fix] Cleanup code more accurate and efficient
|
107 |
+
* [i18n] Updated language files
|
108 |
+
|
109 |
= 4.6 FREE =
|
110 |
* [new] Better stats display
|
111 |
* [fix] Improved PHP7 compatibility
|
122 |
|
123 |
== Upgrade Notice ==
|
124 |
|
125 |
+
* [fix] Advert stats in 'Adverts' not showing correctly
|
126 |
+
* [fix] 'Stats' link from adverts requiring attention
|
127 |
+
* [fix] 'Stats' link from disabled adverts
|
128 |
+
* [fix] Cleanup code more accurate and efficient
|
129 |
+
* [i18n] Updated language files
|
130 |
|
131 |
== Screenshots ==
|
132 |
|