Version Description
Enjoy this update with the latest tweaks and improvements for AdRotate for WordPress!
Download this release
Release Info
Developer | adegans |
Plugin | AdRotate Banner Manager |
Version | 5.8.19 |
Comparing to | |
See all releases |
Code changes from version 5.8.18 to 5.8.19
- adrotate-functions.php +13 -13
- adrotate-output.php +6 -6
- adrotate.php +5 -5
- dashboard/publisher/adverts-edit.php +21 -213
- dashboard/publisher/adverts-generator.php +1 -7
- dashboard/settings/general.php +12 -7
- language/adrotate-de_DE.mo +0 -0
- language/adrotate-de_DE.po +418 -466
- language/adrotate-fr_FR.mo +0 -0
- language/adrotate-fr_FR.po +415 -464
- language/adrotate-it_IT.mo +0 -0
- language/adrotate-it_IT.po +413 -461
- language/adrotate-nl_NL.mo +0 -0
- language/adrotate-nl_NL.po +413 -461
- language/adrotate-pl_PL.mo +0 -0
- language/adrotate-pl_PL.po +444 -554
- language/adrotate-pt_BR.mo +0 -0
- language/adrotate-pt_BR.po +337 -380
- language/adrotate.pot +205 -369
- readme.txt +11 -7
adrotate-functions.php
CHANGED
@@ -257,7 +257,7 @@ function adrotate_select_pages($savedpages, $count = 2, $child_of = 0, $parent =
|
|
257 |
/*-------------------------------------------------------------
|
258 |
Name: adrotate_prepare_evaluate_ads
|
259 |
|
260 |
-
Purpose: Initiate evaluations for errors and determine the
|
261 |
Receive: $return, $id
|
262 |
Return:
|
263 |
Since: 3.6.5
|
@@ -310,7 +310,7 @@ function adrotate_prepare_evaluate_ads($return = true) {
|
|
310 |
/*-------------------------------------------------------------
|
311 |
Name: adrotate_evaluate_ads
|
312 |
|
313 |
-
Purpose: Initiate automated evaluations for errors and determine the
|
314 |
Receive: -None-
|
315 |
Return: -None-
|
316 |
Since: 3.8.5.1
|
@@ -395,7 +395,7 @@ function adrotate_prepare_color($enddate) {
|
|
395 |
/*-------------------------------------------------------------
|
396 |
Name: adrotate_ad_is_in_groups
|
397 |
|
398 |
-
Purpose: Build list of groups the
|
399 |
Receive: $id
|
400 |
Return: $output
|
401 |
Since: 3.8
|
@@ -781,7 +781,7 @@ function adrotate_status($status, $args = null) {
|
|
781 |
switch($status) {
|
782 |
// Management messages
|
783 |
case '200' :
|
784 |
-
echo '<div id="message" class="updated"><p>'. __('
|
785 |
break;
|
786 |
|
787 |
case '201' :
|
@@ -809,23 +809,23 @@ function adrotate_status($status, $args = null) {
|
|
809 |
break;
|
810 |
|
811 |
case '208' :
|
812 |
-
echo '<div id="message" class="updated"><p>'. __('
|
813 |
break;
|
814 |
|
815 |
case '209' :
|
816 |
-
echo '<div id="message" class="updated"><p>'. __('
|
817 |
break;
|
818 |
|
819 |
case '210' :
|
820 |
-
echo '<div id="message" class="updated"><p>'. __('
|
821 |
break;
|
822 |
|
823 |
case '211' :
|
824 |
-
echo '<div id="message" class="updated"><p>'. __('
|
825 |
break;
|
826 |
|
827 |
case '213' :
|
828 |
-
echo '<div id="message" class="updated"><p>'. __('Group including it
|
829 |
break;
|
830 |
|
831 |
case '215' :
|
@@ -833,7 +833,7 @@ function adrotate_status($status, $args = null) {
|
|
833 |
break;
|
834 |
|
835 |
case '226' :
|
836 |
-
echo '<div id="message" class="updated"><p>'. __('Advert HTML generated and placed in the AdCode field. Configure your advert below. Do not forget to check all settings and schedule
|
837 |
break;
|
838 |
|
839 |
// Settings
|
@@ -850,7 +850,7 @@ function adrotate_status($status, $args = null) {
|
|
850 |
break;
|
851 |
|
852 |
case '405' :
|
853 |
-
echo '<div id="message" class="updated"><p>'. __('
|
854 |
break;
|
855 |
|
856 |
case '406' :
|
@@ -863,7 +863,7 @@ function adrotate_status($status, $args = null) {
|
|
863 |
break;
|
864 |
|
865 |
case '501' :
|
866 |
-
echo '<div id="message" class="error"><p>'. __('The
|
867 |
break;
|
868 |
|
869 |
case '503' :
|
@@ -879,7 +879,7 @@ function adrotate_status($status, $args = null) {
|
|
879 |
break;
|
880 |
|
881 |
case '509' :
|
882 |
-
echo '<div id="message" class="updated"><p>'. __('No
|
883 |
break;
|
884 |
|
885 |
case '513' :
|
257 |
/*-------------------------------------------------------------
|
258 |
Name: adrotate_prepare_evaluate_ads
|
259 |
|
260 |
+
Purpose: Initiate evaluations for errors and determine the advert status
|
261 |
Receive: $return, $id
|
262 |
Return:
|
263 |
Since: 3.6.5
|
310 |
/*-------------------------------------------------------------
|
311 |
Name: adrotate_evaluate_ads
|
312 |
|
313 |
+
Purpose: Initiate automated evaluations for errors and determine the advert status
|
314 |
Receive: -None-
|
315 |
Return: -None-
|
316 |
Since: 3.8.5.1
|
395 |
/*-------------------------------------------------------------
|
396 |
Name: adrotate_ad_is_in_groups
|
397 |
|
398 |
+
Purpose: Build list of groups the advert is in (overview)
|
399 |
Receive: $id
|
400 |
Return: $output
|
401 |
Since: 3.8
|
781 |
switch($status) {
|
782 |
// Management messages
|
783 |
case '200' :
|
784 |
+
echo '<div id="message" class="updated"><p>'. __('Advert saved', 'adrotate') .'</p></div>';
|
785 |
break;
|
786 |
|
787 |
case '201' :
|
809 |
break;
|
810 |
|
811 |
case '208' :
|
812 |
+
echo '<div id="message" class="updated"><p>'. __('Advert(s) statistics reset', 'adrotate') .'</p></div>';
|
813 |
break;
|
814 |
|
815 |
case '209' :
|
816 |
+
echo '<div id="message" class="updated"><p>'. __('Advert(s) renewed', 'adrotate') .'</p></div>';
|
817 |
break;
|
818 |
|
819 |
case '210' :
|
820 |
+
echo '<div id="message" class="updated"><p>'. __('Advert(s) deactivated', 'adrotate') .'</p></div>';
|
821 |
break;
|
822 |
|
823 |
case '211' :
|
824 |
+
echo '<div id="message" class="updated"><p>'. __('Advert(s) activated', 'adrotate') .'</p></div>';
|
825 |
break;
|
826 |
|
827 |
case '213' :
|
828 |
+
echo '<div id="message" class="updated"><p>'. __('Group including the Adverts in it deleted', 'adrotate') .'</p></div>';
|
829 |
break;
|
830 |
|
831 |
case '215' :
|
833 |
break;
|
834 |
|
835 |
case '226' :
|
836 |
+
echo '<div id="message" class="updated"><p>'. __('Advert HTML generated and placed in the AdCode field. Configure your advert below. Do not forget to check all settings and schedule the advert.', 'adrotate') .'</div>';
|
837 |
break;
|
838 |
|
839 |
// Settings
|
850 |
break;
|
851 |
|
852 |
case '405' :
|
853 |
+
echo '<div id="message" class="updated"><p>'. __('Adverts evaluated and statuses have been corrected where required', 'adrotate') .'</p></div>';
|
854 |
break;
|
855 |
|
856 |
case '406' :
|
863 |
break;
|
864 |
|
865 |
case '501' :
|
866 |
+
echo '<div id="message" class="error"><p>'. __('The advert was saved but has an issue which might prevent it from working properly. Review the colored advert.', 'adrotate') .'</p></div>';
|
867 |
break;
|
868 |
|
869 |
case '503' :
|
879 |
break;
|
880 |
|
881 |
case '509' :
|
882 |
+
echo '<div id="message" class="updated"><p>'. __('No adverts found.', 'adrotate') .'</p></div>';
|
883 |
break;
|
884 |
|
885 |
case '513' :
|
adrotate-output.php
CHANGED
@@ -365,7 +365,7 @@ function adrotate_inject_posts($post_content) {
|
|
365 |
|
366 |
/*-------------------------------------------------------------
|
367 |
Name: adrotate_preview
|
368 |
-
Purpose: Show preview of selected
|
369 |
Since: 3.0
|
370 |
-------------------------------------------------------------*/
|
371 |
function adrotate_preview($banner_id) {
|
@@ -559,7 +559,7 @@ function adrotate_error($action, $arg = null) {
|
|
559 |
switch($action) {
|
560 |
// Ads
|
561 |
case "ad_expired" :
|
562 |
-
$result = '<!-- '.__('Error,
|
563 |
return $result;
|
564 |
break;
|
565 |
|
@@ -569,7 +569,7 @@ function adrotate_error($action, $arg = null) {
|
|
569 |
break;
|
570 |
|
571 |
case "ad_no_id" :
|
572 |
-
$result = '<span style="font-weight: bold; color: #f00;">'.__('Error, no
|
573 |
return $result;
|
574 |
break;
|
575 |
|
@@ -846,9 +846,9 @@ function adrotate_credits() {
|
|
846 |
|
847 |
echo '<tbody>';
|
848 |
echo '<tr>';
|
849 |
-
echo '<td><a href="https://ajdg.solutions/forums/forum/adrotate-for-wordpress/?pk_campaign=adrotatefree&pk_keyword=credits" title="
|
850 |
-
echo '<td><img src="'.plugins_url('/images/icon-contact.png', __FILE__).'" alt="AdRotate Logo" width="60" height="60" align="left" style="padding:5px;"
|
851 |
-
echo '<td><a href="https://ajdg.solutions/cart/?add-to-cart=1124&pk_campaign=adrotatefree&pk_keyword=credits" title="
|
852 |
|
853 |
echo '</tr>';
|
854 |
echo '</tbody>';
|
365 |
|
366 |
/*-------------------------------------------------------------
|
367 |
Name: adrotate_preview
|
368 |
+
Purpose: Show preview of selected advert (Dashboard)
|
369 |
Since: 3.0
|
370 |
-------------------------------------------------------------*/
|
371 |
function adrotate_preview($banner_id) {
|
559 |
switch($action) {
|
560 |
// Ads
|
561 |
case "ad_expired" :
|
562 |
+
$result = '<!-- '.__('Error, Advert is not available at this time due to schedule/geolocation restrictions!', 'adrotate').' -->';
|
563 |
return $result;
|
564 |
break;
|
565 |
|
569 |
break;
|
570 |
|
571 |
case "ad_no_id" :
|
572 |
+
$result = '<span style="font-weight: bold; color: #f00;">'.__('Error, no Advert ID set! Check your syntax!', 'adrotate').'</span>';
|
573 |
return $result;
|
574 |
break;
|
575 |
|
846 |
|
847 |
echo '<tbody>';
|
848 |
echo '<tr>';
|
849 |
+
echo '<td><a href="https://ajdg.solutions/forums/forum/adrotate-for-wordpress/?pk_campaign=adrotatefree&pk_keyword=credits" title="Getting help with AdRotate"><img src="'.plugins_url('/images/icon-support.png', __FILE__).'" alt="AdRotate Logo" width="60" height="60" align="left" style="padding:5px;" /></a>If you need help, or have questions about AdRotate, the best and fastest way to get your answer is via the <a href="https://ajdg.solutions/forums/forum/adrotate-for-wordpress/?pk_campaign=adrotatefree&pk_keyword=credits" target="_blank"><strong>AdRotate support forum</strong></a> or by sending a <a href="https://t.me/arnandegans" target="_blank"><strong>message through Telegram</strong></a>. Usually I answer questions the same day, often with a solution in the first answer.</td>';
|
850 |
+
echo '<td><a href="https://wordpress.org/support/view/plugin-reviews/adrotate?rate=5#postform" title="Review AdRotate for WordPress"><img src="'.plugins_url('/images/icon-contact.png', __FILE__).'" alt="AdRotate Logo" width="60" height="60" align="left" style="padding:5px;" /></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> '.__('on WordPress.org to help AdRotate grow in a positive way', 'adrotate').'!</strong></td>';
|
851 |
+
echo '<td><a href="https://ajdg.solutions/cart/?add-to-cart=1124&pk_campaign=adrotatefree&pk_keyword=credits" title="Upgrade to AdRotate Pro"><img src="'.plugins_url('/images/logo-60x60.png', __FILE__).'" alt="AdRotate Pro for WordPress" width="60" height="60" align="left" style="padding:5px;" /></a>'.__('Get more advanced features such as Geo Targeting, scheduling and much more with AdRotate Pro.', 'adrotate').' '.__('Get access to premium support and free updates for one year!', 'adrotate').' <strong>So why wait? <a href="'.admin_url('admin.php?page=adrotate-pro').'" title="Get AdRotate Pro for WordPress">'.__('Upgrade today', 'adrotate').' »</a></strong></td>';
|
852 |
|
853 |
echo '</tr>';
|
854 |
echo '</tbody>';
|
adrotate.php
CHANGED
@@ -6,13 +6,13 @@ Author: Arnan de Gans
|
|
6 |
Author URI: http://www.arnan.me/?pk_campaign=adrotatefree&pk_keyword=plugin_info
|
7 |
Description: Monetize your website with adverts while keeping things simple. Start making money today!
|
8 |
Text Domain: adrotate
|
9 |
-
Version: 5.8.
|
10 |
License: GPLv3
|
11 |
*/
|
12 |
|
13 |
/* ------------------------------------------------------------------------------------
|
14 |
* COPYRIGHT AND TRADEMARK NOTICE
|
15 |
-
* Copyright 2008-
|
16 |
* ADROTATE is a registered trademark of Arnan de Gans.
|
17 |
|
18 |
* COPYRIGHT NOTICES AND ALL THE COMMENTS SHOULD REMAIN INTACT.
|
@@ -21,7 +21,7 @@ License: GPLv3
|
|
21 |
------------------------------------------------------------------------------------ */
|
22 |
|
23 |
/*--- AdRotate values ---------------------------------------*/
|
24 |
-
define("ADROTATE_DISPLAY", '5.8.
|
25 |
define("ADROTATE_VERSION", 399);
|
26 |
define("ADROTATE_DB_VERSION", 66);
|
27 |
$plugin_folder = plugin_dir_path(__FILE__);
|
@@ -254,8 +254,8 @@ function adrotate_manage() {
|
|
254 |
<div class="tablenav">
|
255 |
<div class="alignleft actions">
|
256 |
<a class="row-title" href="<?php echo admin_url('/admin.php?page=adrotate-ads');?>"><?php _e('Manage', 'adrotate'); ?></a>
|
257 |
-
| <a class="row-title" href="<?php echo admin_url('/admin.php?page=adrotate-ads&view=generator');?>"><?php _e('Generator', 'adrotate'); ?></a>
|
258 |
-
| <a class="row-title" href="<?php echo admin_url('/admin.php?page=adrotate-ads&view=addnew');?>"><?php _e('
|
259 |
</div>
|
260 |
</div>
|
261 |
|
6 |
Author URI: http://www.arnan.me/?pk_campaign=adrotatefree&pk_keyword=plugin_info
|
7 |
Description: Monetize your website with adverts while keeping things simple. Start making money today!
|
8 |
Text Domain: adrotate
|
9 |
+
Version: 5.8.19
|
10 |
License: GPLv3
|
11 |
*/
|
12 |
|
13 |
/* ------------------------------------------------------------------------------------
|
14 |
* COPYRIGHT AND TRADEMARK NOTICE
|
15 |
+
* Copyright 2008-2021 Arnan de Gans. All Rights Reserved.
|
16 |
* ADROTATE is a registered trademark of Arnan de Gans.
|
17 |
|
18 |
* COPYRIGHT NOTICES AND ALL THE COMMENTS SHOULD REMAIN INTACT.
|
21 |
------------------------------------------------------------------------------------ */
|
22 |
|
23 |
/*--- AdRotate values ---------------------------------------*/
|
24 |
+
define("ADROTATE_DISPLAY", '5.8.19');
|
25 |
define("ADROTATE_VERSION", 399);
|
26 |
define("ADROTATE_DB_VERSION", 66);
|
27 |
$plugin_folder = plugin_dir_path(__FILE__);
|
254 |
<div class="tablenav">
|
255 |
<div class="alignleft actions">
|
256 |
<a class="row-title" href="<?php echo admin_url('/admin.php?page=adrotate-ads');?>"><?php _e('Manage', 'adrotate'); ?></a>
|
257 |
+
| <a class="row-title" href="<?php echo admin_url('/admin.php?page=adrotate-ads&view=generator');?>"><?php _e('Advert Generator', 'adrotate'); ?></a>
|
258 |
+
| <a class="row-title" href="<?php echo admin_url('/admin.php?page=adrotate-ads&view=addnew');?>"><?php _e('New Advert', 'adrotate'); ?></a>
|
259 |
</div>
|
260 |
</div>
|
261 |
|
dashboard/publisher/adverts-edit.php
CHANGED
@@ -64,19 +64,19 @@ if($edit_banner) {
|
|
64 |
// Ad Notices
|
65 |
$adstate = adrotate_evaluate_ad($edit_banner->id);
|
66 |
if($edit_banner->type == 'error' AND $adstate == 'active')
|
67 |
-
echo '<div class="error"><p>'. __('AdRotate cannot find an error but the
|
68 |
|
69 |
if($adstate == 'expired')
|
70 |
-
echo '<div class="error"><p>'. __('This
|
71 |
|
72 |
if($adstate == '2days')
|
73 |
-
echo '<div class="updated"><p>'. __('The
|
74 |
|
75 |
if($adstate == '7days')
|
76 |
-
echo '<div class="updated"><p>'. __('This
|
77 |
|
78 |
if($edit_banner->type == 'disabled')
|
79 |
-
echo '<div class="updated"><p>'. __('This
|
80 |
}
|
81 |
}
|
82 |
|
@@ -189,28 +189,7 @@ if($edit_banner) {
|
|
189 |
</tr>
|
190 |
</tbody>
|
191 |
</table>
|
192 |
-
<center><?php _e('
|
193 |
-
|
194 |
-
<p class="submit">
|
195 |
-
<input tabindex="8" type="submit" name="adrotate_ad_submit" class="button-primary" value="<?php _e('Save Advert', 'adrotate'); ?>" />
|
196 |
-
<a href="admin.php?page=adrotate-ads&view=manage" class="button"><?php _e('Cancel', 'adrotate'); ?></a>
|
197 |
-
</p>
|
198 |
-
|
199 |
-
<h2><?php _e('Usage', 'adrotate'); ?></h2>
|
200 |
-
<table class="widefat" style="margin-top: .5em">
|
201 |
-
<tbody>
|
202 |
-
<tr>
|
203 |
-
<th width="15%"><?php _e('Widget', 'adrotate'); ?></th>
|
204 |
-
<td colspan="3"><?php _e('Drag the AdRotate widget to the sidebar where you want to place the advert and select the advert or the group the advert is in.', 'adrotate'); ?></td>
|
205 |
-
</tr>
|
206 |
-
<tr>
|
207 |
-
<th width="15%"><?php _e('In a post or page', 'adrotate'); ?></th>
|
208 |
-
<td width="35%">[adrotate banner="<?php echo $edit_banner->id; ?>"]</td>
|
209 |
-
<th width="15%"><?php _e('Directly in a theme', 'adrotate'); ?></th>
|
210 |
-
<td><?php echo adrotate_ad(<?php echo $edit_banner->id; ?>); ?></td>
|
211 |
-
</tr>
|
212 |
-
</tbody>
|
213 |
-
</table>
|
214 |
|
215 |
<h2><?php _e('Schedule your advert', 'adrotate'); ?></h2>
|
216 |
<p><em><?php _e('Time uses a 24 hour clock. When you\'re used to the AM/PM system keep this in mind: If the start or end time is after lunch, add 12 hours. 2PM is 14:00 hours. 6AM is 6:00 hours.', 'adrotate'); ?></em></p>
|
@@ -219,216 +198,45 @@ if($edit_banner) {
|
|
219 |
<tr>
|
220 |
<th width="15%"><?php _e('Start date', 'adrotate'); ?> (dd-mm-yyyy)</th>
|
221 |
<td width="35%">
|
222 |
-
<input tabindex="
|
223 |
</td>
|
224 |
<th width="15%"><?php _e('End date', 'adrotate'); ?> (dd-mm-yyyy)</th>
|
225 |
<td>
|
226 |
-
<input tabindex="
|
227 |
</td>
|
228 |
</tr>
|
229 |
<tr>
|
230 |
<th><?php _e('Start time', 'adrotate'); ?> (hh:mm)</th>
|
231 |
<td>
|
232 |
-
<input tabindex="
|
233 |
-
<input tabindex="
|
234 |
</td>
|
235 |
<th><?php _e('End time', 'adrotate'); ?> (hh:mm)</th>
|
236 |
<td>
|
237 |
-
<input tabindex="
|
238 |
-
<input tabindex="
|
239 |
</td>
|
240 |
</tr>
|
241 |
<?php if($adrotate_config['stats'] == 1) { ?>
|
242 |
<tr>
|
243 |
<th><?php _e('Maximum Clicks', 'adrotate'); ?></th>
|
244 |
-
<td><input tabindex="
|
245 |
<th><?php _e('Maximum Impressions', 'adrotate'); ?></th>
|
246 |
-
<td><input tabindex="
|
247 |
</tr>
|
248 |
<?php } ?>
|
249 |
</tbody>
|
250 |
</table>
|
251 |
-
<center><?php _e('
|
252 |
|
253 |
-
<
|
254 |
-
<input tabindex="21" type="submit" name="adrotate_ad_submit" class="button-primary" value="<?php _e('Save Advert', 'adrotate'); ?>" />
|
255 |
-
<a href="admin.php?page=adrotate-ads&view=manage" class="button"><?php _e('Cancel', 'adrotate'); ?></a>
|
256 |
-
</p>
|
257 |
-
|
258 |
-
<h2><?php _e('Advanced', 'adrotate'); ?></h2>
|
259 |
-
<p><em><?php _e('Available in AdRotate Pro!', 'adrotate'); ?></em></p>
|
260 |
-
<table class="widefat" style="margin-top: .5em">
|
261 |
-
|
262 |
-
<tbody>
|
263 |
-
<tr>
|
264 |
-
<th width="15%" valign="top"><?php _e('Show to everyone', 'adrotate'); ?></th>
|
265 |
-
<td colspan="5">
|
266 |
-
<input type="checkbox" name="adrotate_show_everyone" checked disabled /> <?php _e('Disable this option to hide the advert from logged-in visitors.', 'adrotate'); ?>
|
267 |
-
</td>
|
268 |
-
</tr>
|
269 |
-
<tr>
|
270 |
-
<th width="15%" valign="top"><?php _e('Weight', 'adrotate'); ?></th>
|
271 |
-
<td width="17%">
|
272 |
-
<center><input type="radio" disabled name="adrotate_weight" value="2" /><br /><?php _e('Few impressions', 'adrotate'); ?></center>
|
273 |
-
</td>
|
274 |
-
<td width="17%">
|
275 |
-
<center><input type="radio" disabled name="adrotate_weight" value="4" /><br /><?php _e('Less than average', 'adrotate'); ?></center>
|
276 |
-
</td>
|
277 |
-
<td width="17%">
|
278 |
-
<center><input type="radio" disabled name="adrotate_weight" value="6" checked="1" /><br /><?php _e('Normal impressions', 'adrotate'); ?></center>
|
279 |
-
</td>
|
280 |
-
<td width="17%">
|
281 |
-
<center><input type="radio" disabled name="adrotate_weight" value="8" /><br /><?php _e('More than average', 'adrotate'); ?></center>
|
282 |
-
</td>
|
283 |
-
<td>
|
284 |
-
<center><input type="radio" disabled name="adrotate_weight" value="10" /><br /><?php _e('Many impressions', 'adrotate'); ?></center>
|
285 |
-
</td>
|
286 |
-
</tr>
|
287 |
-
<tr>
|
288 |
-
<th width="15%" valign="top"><?php _e('Mobile', 'adrotate'); ?></th>
|
289 |
-
<td>
|
290 |
-
<center><input disabled type="checkbox" name="adrotate_desktop" checked="1" /><br /><?php _e('Desktops/Laptops', 'adrotate'); ?></center>
|
291 |
-
</td>
|
292 |
-
<td>
|
293 |
-
<center><input disabled type="checkbox" name="adrotate_mobile" checked="1" /><br /><?php _e('Smartphones', 'adrotate'); ?></center>
|
294 |
-
</td>
|
295 |
-
<td>
|
296 |
-
<center><input disabled type="checkbox" name="adrotate_tablet" checked="1" /><br /><?php _e('Tablets', 'adrotate'); ?></center>
|
297 |
-
</td>
|
298 |
-
<td colspan="2" rowspan="2">
|
299 |
-
<em><?php _e("Also enable 'Mobile Support' in the group this advert goes in or 'Device' and 'Operating System' are ignored!", 'adrotate'); ?><br /><?php _e("Operating system detection only detects iOS and Android, select 'Not Mobile/Other' for everything else.", 'adrotate'); ?></em>
|
300 |
-
</td>
|
301 |
-
</tr>
|
302 |
-
<tr>
|
303 |
-
<th width="15%" valign="top"><?php _e('Mobile OS', 'adrotate'); ?></th>
|
304 |
-
<td>
|
305 |
-
<center><input disabled type="checkbox" name="adrotate_ios" checked="1" /><br /><?php _e('iOS', 'adrotate'); ?></center>
|
306 |
-
</td>
|
307 |
-
<td>
|
308 |
-
<center><input disabled type="checkbox" name="adrotate_android" checked="1" /><br /><?php _e('Android', 'adrotate'); ?></center>
|
309 |
-
</td>
|
310 |
-
<td>
|
311 |
-
<center><input disabled type="checkbox" name="adrotate_other" checked="1" /><br /><?php _e('Not mobile/Others', 'adrotate'); ?></center>
|
312 |
-
</td>
|
313 |
-
</tr>
|
314 |
-
<tr>
|
315 |
-
<th valign="top"><?php _e('Auto-delete', 'adrotate'); ?></th>
|
316 |
-
<td colspan="5">
|
317 |
-
<input tabindex="31" type="checkbox" name="adrotate_autodelete" disabled /> <?php _e('Automatically delete the advert 1 day after it expires?', 'adrotate'); ?><br /><em><?php _e('This is useful for short running campaigns that do not require attention after they finish.', 'adrotate'); ?></em>
|
318 |
-
</td>
|
319 |
-
</tr>
|
320 |
-
</tbody>
|
321 |
-
</table>
|
322 |
-
<center><?php _e('With AdRotate Pro you can easily select which devices and mobile operating systems the advert should show on!', 'adrotate'); ?> <a href="admin.php?page=adrotate-pro"><?php _e('Upgrade now', 'adrotate'); ?></a>!</center>
|
323 |
-
|
324 |
-
<h2><?php _e('Geo Targeting', 'adrotate'); ?></h2>
|
325 |
-
<p><em><?php _e('Assign the advert to a group and enable that group to use Geo Targeting.', 'adrotate'); ?> <?php _e('Available in AdRotate Pro!', 'adrotate'); ?></em></p>
|
326 |
-
|
327 |
-
<div id="dashboard-widgets-wrap">
|
328 |
-
<div id="dashboard-widgets" class="metabox-holder">
|
329 |
-
<div id="left-column" class="ajdg-postbox-container">
|
330 |
-
|
331 |
-
<div class="ajdg-postbox">
|
332 |
-
<h2 class="ajdg-postbox-title"><?php _e('Enter cities or metro IDs (DMA)', 'adrotate'); ?></h2>
|
333 |
-
<div id="cities" class="ajdg-postbox-content">
|
334 |
-
<textarea tabindex="32" name="adrotate_geo_cities" class="geo-cities ajdg-fullwidth" cols="40" rows="6" disabled>Jakarta, Cancun, Los Angeles, Seattle</textarea><br />
|
335 |
-
<p><em><?php _e('A comma separated list of Cities or Metro IDs:', 'adrotate'); ?> Amsterdam, New York, Manila, Mexico City, Tokyo.<br /><?php _e('AdRotate does not check the validity of names and assumes the basic english name.', 'adrotate'); ?></em></p>
|
336 |
-
</div>
|
337 |
-
</div>
|
338 |
-
|
339 |
-
<div class="ajdg-postbox">
|
340 |
-
<h2 class="ajdg-postbox-title"><?php _e('Enter States or State ISO3166-2 codes', 'adrotate'); ?></h2>
|
341 |
-
<div id="cities" class="ajdg-postbox-content">
|
342 |
-
<label for="adrotate_geo_state_required"><input tabindex="33" type="checkbox" name="adrotate_geo_state_required" disabled /> <?php _e('The listed cities must be in these states?', 'adrotate'); ?></label><br />
|
343 |
-
<textarea tabindex="34" name="adrotate_geo_states" class="geo-states ajdg-fullwidth" cols="40" rows="2" disabled>New York, CA, Florida</textarea>
|
344 |
-
<p><em><?php _e('A comma separated list of states:', 'adrotate'); ?> Ohio, California, Noord Holland, Normandy.<br /><?php _e('AdRotate does not check the validity of names and assumes the basic english name.', 'adrotate'); ?></em></p>
|
345 |
-
</div>
|
346 |
-
</div>
|
347 |
-
|
348 |
-
</div>
|
349 |
-
<div id="right-column" class="ajdg-postbox-container">
|
350 |
-
|
351 |
-
<div class="ajdg-postbox">
|
352 |
-
<h2 class="ajdg-postbox-title"><?php _e('Select Countries and or Regions', 'adrotate'); ?></h2>
|
353 |
-
<div id="countries" class="ajdg-postbox-content">
|
354 |
-
<div class="adrotate-select ajdg-fullwidth">
|
355 |
-
<table width="100%">
|
356 |
-
<tbody>
|
357 |
-
<tr>
|
358 |
-
<td class="check-column" style="padding: 0px;"><input type="checkbox" name="adrotate_geo_countries[]" value="" disabled></td><td style="padding: 0px;">United States</td>
|
359 |
-
</tr>
|
360 |
-
<tr>
|
361 |
-
<td class="check-column" style="padding: 0px;"><input type="checkbox" name="adrotate_geo_countries[]" value="" disabled></td><td style="padding: 0px;">Australia</td>
|
362 |
-
</tr>
|
363 |
-
<tr>
|
364 |
-
<td class="check-column" style="padding: 0px;"><input type="checkbox" name="adrotate_geo_countries[]" value="" disabled></td><td style="padding: 0px;">Germany</td>
|
365 |
-
</tr>
|
366 |
-
<tr>
|
367 |
-
<td class="check-column" style="padding: 0px;"><input type="checkbox" name="adrotate_geo_countries[]" value="" disabled></td><td style="padding: 0px;">Brazil</td>
|
368 |
-
</tr>
|
369 |
-
<tr>
|
370 |
-
<td class="check-column" style="padding: 0px;"><input type="checkbox" name="adrotate_geo_countries[]" value="" disabled></td><td style="padding: 0px;">Japan</td>
|
371 |
-
</tr>
|
372 |
-
<tr>
|
373 |
-
<td class="check-column" style="padding: 0px;"><input type="checkbox" name="adrotate_geo_countries[]" value="" disabled></td><td style="padding: 0px;">Netherlands</td>
|
374 |
-
</tr>
|
375 |
-
<tr>
|
376 |
-
<td class="check-column" style="padding: 0px;"><input type="checkbox" name="adrotate_geo_countries[]" value="" disabled></td><td style="padding: 0px;">Mexico</td>
|
377 |
-
</tr>
|
378 |
-
<tr>
|
379 |
-
<td class="check-column" style="padding: 0px;"><input type="checkbox" name="adrotate_geo_countries[]" value="" disabled></td><td style="padding: 0px;">Canada</td>
|
380 |
-
</tr>
|
381 |
-
<tr>
|
382 |
-
<td class="check-column" style="padding: 0px;"><input type="checkbox" name="adrotate_geo_countries[]" value="" disabled></td><td style="padding: 0px;">South Africa</td>
|
383 |
-
</tr>
|
384 |
-
<tr>
|
385 |
-
<td class="check-column" style="padding: 0px;"><input type="checkbox" name="adrotate_geo_countries[]" value="" disabled></td><td style="padding: 0px;">Belize</td>
|
386 |
-
</tr>
|
387 |
-
<tr>
|
388 |
-
<td class="check-column" style="padding: 0px;"><input type="checkbox" name="adrotate_geo_countries[]" value="" disabled></td><td style="padding: 0px;">France</td>
|
389 |
-
</tr>
|
390 |
-
<tr>
|
391 |
-
<td class="check-column" style="padding: 0px;"><input type="checkbox" name="adrotate_geo_countries[]" value="" disabled></td><td style="padding: 0px;">Belgium</td>
|
392 |
-
</tr>
|
393 |
-
<tr>
|
394 |
-
<td class="check-column" style="padding: 0px;"><input type="checkbox" name="adrotate_geo_countries[]" value="" disabled></td><td style="padding: 0px;">Spain</td>
|
395 |
-
</tr>
|
396 |
-
<tr>
|
397 |
-
<td class="check-column" style="padding: 0px;"><input type="checkbox" name="adrotate_geo_countries[]" value="" disabled></td><td style="padding: 0px;">India</td>
|
398 |
-
</tr>
|
399 |
-
<tr>
|
400 |
-
<td class="check-column" style="padding: 0px;"><input type="checkbox" name="adrotate_geo_countries[]" value="" disabled></td><td style="padding: 0px;">Egypt</td>
|
401 |
-
</tr>
|
402 |
-
<tr>
|
403 |
-
<td class="check-column" style="padding: 0px;"><input type="checkbox" name="adrotate_geo_countries[]" value="" disabled></td><td style="padding: 0px;">Greece</td>
|
404 |
-
</tr>
|
405 |
-
<tr>
|
406 |
-
<td class="check-column" style="padding: 0px;"><input type="checkbox" name="adrotate_geo_countries[]" value="" disabled></td><td style="padding: 0px;">Italy</td>
|
407 |
-
</tr>
|
408 |
-
<tr>
|
409 |
-
<td class="check-column" style="padding: 0px;"><input type="checkbox" name="adrotate_geo_countries[]" value="" disabled></td><td style="padding: 0px;">Russia</td>
|
410 |
-
</tr>
|
411 |
-
</tbody>
|
412 |
-
</table>
|
413 |
-
</div>
|
414 |
-
</div>
|
415 |
-
</div>
|
416 |
-
|
417 |
-
</div>
|
418 |
-
</div>
|
419 |
-
</div>
|
420 |
-
|
421 |
-
<div class="clear"></div>
|
422 |
-
<center><?php _e('Target your audience with Geo Targeting in AdRotate Pro', 'adrotate'); ?>, <a href="admin.php?page=adrotate-pro"><?php _e('Upgrade now', 'adrotate'); ?></a>!</center>
|
423 |
-
|
424 |
-
<h3><?php _e('Usage', 'adrotate'); ?></h3>
|
425 |
<table class="widefat" style="margin-top: .5em">
|
426 |
<tbody>
|
427 |
-
|
428 |
<th width="15%"><?php _e('Widget', 'adrotate'); ?></th>
|
429 |
<td colspan="3"><?php _e('Drag the AdRotate widget to the sidebar where you want to place the advert and select the advert or the group the advert is in.', 'adrotate'); ?></td>
|
430 |
</tr>
|
431 |
-
|
432 |
<th width="15%"><?php _e('In a post or page', 'adrotate'); ?></th>
|
433 |
<td width="35%">[adrotate banner="<?php echo $edit_banner->id; ?>"]</td>
|
434 |
<th width="15%"><?php _e('Directly in a theme', 'adrotate'); ?></th>
|
@@ -438,7 +246,7 @@ if($edit_banner) {
|
|
438 |
</table>
|
439 |
|
440 |
<p class="submit">
|
441 |
-
<input tabindex="
|
442 |
<a href="admin.php?page=adrotate-ads&view=manage" class="button"><?php _e('Cancel', 'adrotate'); ?></a>
|
443 |
</p>
|
444 |
|
@@ -481,7 +289,7 @@ if($edit_banner) {
|
|
481 |
</table>
|
482 |
|
483 |
<p class="submit">
|
484 |
-
<input tabindex="
|
485 |
<a href="admin.php?page=adrotate-ads&view=manage" class="button"><?php _e('Cancel', 'adrotate'); ?></a>
|
486 |
</p>
|
487 |
<?php } ?>
|
@@ -493,7 +301,7 @@ if($edit_banner) {
|
|
493 |
<tbody>
|
494 |
<tr>
|
495 |
<th width="15%" valign="top"><?php _e('Advert hash', 'adrotate'); ?></th>
|
496 |
-
<td colspan="3"><textarea tabindex="
|
497 |
</tr>
|
498 |
</tbody>
|
499 |
</table>
|
64 |
// Ad Notices
|
65 |
$adstate = adrotate_evaluate_ad($edit_banner->id);
|
66 |
if($edit_banner->type == 'error' AND $adstate == 'active')
|
67 |
+
echo '<div class="error"><p>'. __('AdRotate cannot find an error but the advert is marked erroneous, try re-saving the ad!', 'adrotate').'</p></div>';
|
68 |
|
69 |
if($adstate == 'expired')
|
70 |
+
echo '<div class="error"><p>'. __('This advert is expired and currently not shown on your website!', 'adrotate').'</p></div>';
|
71 |
|
72 |
if($adstate == '2days')
|
73 |
+
echo '<div class="updated"><p>'. __('The advert will expire in less than 2 days!', 'adrotate').'</p></div>';
|
74 |
|
75 |
if($adstate == '7days')
|
76 |
+
echo '<div class="updated"><p>'. __('This advert will expire in less than 7 days!', 'adrotate').'</p></div>';
|
77 |
|
78 |
if($edit_banner->type == 'disabled')
|
79 |
+
echo '<div class="updated"><p>'. __('This advert has been disabled and does not rotate on your site!', 'adrotate').'</p></div>';
|
80 |
}
|
81 |
}
|
82 |
|
189 |
</tr>
|
190 |
</tbody>
|
191 |
</table>
|
192 |
+
<center><?php _e('Target your audience with Geo Targeting and easily select which devices and mobile operating systems the advert should show on with AdRotate Pro!', 'adrotate'); ?> <a href="admin.php?page=adrotate-pro"><?php _e('Upgrade now', 'adrotate'); ?></a>!</center>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
193 |
|
194 |
<h2><?php _e('Schedule your advert', 'adrotate'); ?></h2>
|
195 |
<p><em><?php _e('Time uses a 24 hour clock. When you\'re used to the AM/PM system keep this in mind: If the start or end time is after lunch, add 12 hours. 2PM is 14:00 hours. 6AM is 6:00 hours.', 'adrotate'); ?></em></p>
|
198 |
<tr>
|
199 |
<th width="15%"><?php _e('Start date', 'adrotate'); ?> (dd-mm-yyyy)</th>
|
200 |
<td width="35%">
|
201 |
+
<input tabindex="8" type="text" id="startdate_picker" name="adrotate_start_date" value="<?php echo $start_date; ?>" class="datepicker ajdg-inputfield" autocomplete="off" />
|
202 |
</td>
|
203 |
<th width="15%"><?php _e('End date', 'adrotate'); ?> (dd-mm-yyyy)</th>
|
204 |
<td>
|
205 |
+
<input tabindex="9" type="text" id="enddate_picker" name="adrotate_end_date" value="<?php echo $end_date; ?>" class="datepicker ajdg-inputfield" autocomplete="off" />
|
206 |
</td>
|
207 |
</tr>
|
208 |
<tr>
|
209 |
<th><?php _e('Start time', 'adrotate'); ?> (hh:mm)</th>
|
210 |
<td>
|
211 |
+
<input tabindex="10" name="adrotate_start_hour" class="ajdg-inputfield" type="text" size="2" maxlength="4" value="<?php echo $start_hour; ?>" autocomplete="off" /> :
|
212 |
+
<input tabindex="11" name="adrotate_start_minute" class="ajdg-inputfield" type="text" size="2" maxlength="4" value="<?php echo $start_minute; ?>" autocomplete="off" />
|
213 |
</td>
|
214 |
<th><?php _e('End time', 'adrotate'); ?> (hh:mm)</th>
|
215 |
<td>
|
216 |
+
<input tabindex="12" name="adrotate_end_hour" class="ajdg-inputfield" type="text" size="2" maxlength="4" value="<?php echo $end_hour; ?>" autocomplete="off" /> :
|
217 |
+
<input tabindex="13" name="adrotate_end_minute" class="ajdg-inputfield" type="text" size="2" maxlength="4" value="<?php echo $end_minute; ?>" autocomplete="off" />
|
218 |
</td>
|
219 |
</tr>
|
220 |
<?php if($adrotate_config['stats'] == 1) { ?>
|
221 |
<tr>
|
222 |
<th><?php _e('Maximum Clicks', 'adrotate'); ?></th>
|
223 |
+
<td><input tabindex="14" name="adrotate_maxclicks" type="text" size="5" class="ajdg-inputfield" autocomplete="off" value="<?php echo $schedule->maxclicks;?>" /> <em><?php _e('Leave empty or 0 to skip this.', 'adrotate'); ?></em></td>
|
224 |
<th><?php _e('Maximum Impressions', 'adrotate'); ?></th>
|
225 |
+
<td><input tabindex="15" name="adrotate_maxshown" type="text" size="5" class="ajdg-inputfield" autocomplete="off" value="<?php echo $schedule->maximpressions;?>" /> <em><?php _e('Leave empty or 0 to skip this.', 'adrotate'); ?></em></td>
|
226 |
</tr>
|
227 |
<?php } ?>
|
228 |
</tbody>
|
229 |
</table>
|
230 |
+
<center><?php _e('Plan ahead and create multiple and more advanced schedules for each advert with AdRotate Pro.', 'adrotate'); ?> <a href="admin.php?page=adrotate-pro"><?php _e('Upgrade now', 'adrotate'); ?></a>!</center>
|
231 |
|
232 |
+
<h2><?php _e('Usage', 'adrotate'); ?></h2>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
233 |
<table class="widefat" style="margin-top: .5em">
|
234 |
<tbody>
|
235 |
+
<tr>
|
236 |
<th width="15%"><?php _e('Widget', 'adrotate'); ?></th>
|
237 |
<td colspan="3"><?php _e('Drag the AdRotate widget to the sidebar where you want to place the advert and select the advert or the group the advert is in.', 'adrotate'); ?></td>
|
238 |
</tr>
|
239 |
+
<tr>
|
240 |
<th width="15%"><?php _e('In a post or page', 'adrotate'); ?></th>
|
241 |
<td width="35%">[adrotate banner="<?php echo $edit_banner->id; ?>"]</td>
|
242 |
<th width="15%"><?php _e('Directly in a theme', 'adrotate'); ?></th>
|
246 |
</table>
|
247 |
|
248 |
<p class="submit">
|
249 |
+
<input tabindex="16" type="submit" name="adrotate_ad_submit" class="button-primary" value="<?php _e('Save Advert', 'adrotate'); ?>" />
|
250 |
<a href="admin.php?page=adrotate-ads&view=manage" class="button"><?php _e('Cancel', 'adrotate'); ?></a>
|
251 |
</p>
|
252 |
|
289 |
</table>
|
290 |
|
291 |
<p class="submit">
|
292 |
+
<input tabindex="17" type="submit" name="adrotate_ad_submit" class="button-primary" value="<?php _e('Save Advert', 'adrotate'); ?>" />
|
293 |
<a href="admin.php?page=adrotate-ads&view=manage" class="button"><?php _e('Cancel', 'adrotate'); ?></a>
|
294 |
</p>
|
295 |
<?php } ?>
|
301 |
<tbody>
|
302 |
<tr>
|
303 |
<th width="15%" valign="top"><?php _e('Advert hash', 'adrotate'); ?></th>
|
304 |
+
<td colspan="3"><textarea tabindex="18" id="adrotate_portable" name="adrotate_portable" cols="70" rows="5" class="ajdg-fullwidth"><?php echo adrotate_portable_hash('export', $edit_banner); ?></textarea></td>
|
305 |
</tr>
|
306 |
</tbody>
|
307 |
</table>
|
dashboard/publisher/adverts-generator.php
CHANGED
@@ -34,12 +34,6 @@ if($edit_banner) {
|
|
34 |
<input type="hidden" name="adrotate_id" value="<?php echo $edit_banner->id;?>" />
|
35 |
|
36 |
<h2><?php _e('Generate Advert Code', 'adrotate'); ?></h2>
|
37 |
-
<p><?php _e('Use the Generator if you have received a target url, banner image and/or some separate files with a description on how to use those. The AdRotate Generator will take your bits and pieces and try to generate a working adcode from it.', 'adrotate'); ?></p>
|
38 |
-
<p><?php _e('If you have an advert hash from another AdRotate or AdRotate Professional setup you can enter it in the Portability field. This feature is a bit of an experiment, but the basic function works.', 'adrotate'); ?></p>
|
39 |
-
<p><?php _e('If you have a complete and working ad code / ad tag you do not use the Generator. You can simply paste that code in the AdCode field when creating your advert. For example as provided by Media.net or Google AdSense among others.', 'adrotate'); ?></p>
|
40 |
-
|
41 |
-
<h2><?php _e('Create your advert', 'adrotate'); ?></h2>
|
42 |
-
<em><?php _e('This is a regular advert consisting of an image and a link, made up from HTML code.', 'adrotate'); ?></em>
|
43 |
<table class="widefat" style="margin-top: .5em">
|
44 |
|
45 |
<thead>
|
@@ -154,7 +148,7 @@ if($edit_banner) {
|
|
154 |
<a href="admin.php?page=adrotate-ads&view=manage" class="button"><?php _e('Cancel', 'adrotate'); ?></a> <?php _e('Always test your adverts before activating them.', 'adrotate'); ?>
|
155 |
</p>
|
156 |
|
157 |
-
<p><em><strong><?php _e('
|
158 |
</form>
|
159 |
<?php
|
160 |
} else {
|
34 |
<input type="hidden" name="adrotate_id" value="<?php echo $edit_banner->id;?>" />
|
35 |
|
36 |
<h2><?php _e('Generate Advert Code', 'adrotate'); ?></h2>
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
<table class="widefat" style="margin-top: .5em">
|
38 |
|
39 |
<thead>
|
148 |
<a href="admin.php?page=adrotate-ads&view=manage" class="button"><?php _e('Cancel', 'adrotate'); ?></a> <?php _e('Always test your adverts before activating them.', 'adrotate'); ?>
|
149 |
</p>
|
150 |
|
151 |
+
<p><em><strong><?php _e('CAUTION:', 'adrotate'); ?></strong> <?php _e('While the Code Generator has been tested and works, code generation, as always, is a interpretation of user input. If you provide the correct bits and pieces, a working advert may be generated. If you leave fields empty or insert the wrong info you probably end up with a broken advert.', 'adrotate'); ?><br /><strong><?php _e('NOTE:', 'adrotate'); ?></strong> <?php _e('If you insert an Advert Hash, all other fields are ignored.', 'adrotate'); ?></em></p>
|
152 |
</form>
|
153 |
<?php
|
154 |
} else {
|
dashboard/settings/general.php
CHANGED
@@ -17,25 +17,30 @@
|
|
17 |
<h2><?php _e('General Settings', 'adrotate'); ?></h2>
|
18 |
<span class="description"><?php _e('General settings for AdRotate.', 'adrotate'); ?> <?php _e('Some options are only available in AdRotate Pro!', 'adrotate'); ?></span>
|
19 |
<table class="form-table">
|
|
|
|
|
|
|
|
|
|
|
20 |
<tr>
|
21 |
<th valign="top"><?php _e('Shortcode in widgets', 'adrotate'); ?></th>
|
22 |
-
<td><input type="checkbox" name="adrotate_textwidget_shortcodes" disabled /><?php _e('
|
23 |
</tr>
|
24 |
<tr>
|
25 |
-
<th valign="top"><?php _e('
|
26 |
-
<td><input type="checkbox" name="adrotate_live_preview" disabled checked /><?php _e('
|
27 |
</tr>
|
28 |
<tr>
|
29 |
-
<th valign="top"><?php _e('
|
30 |
-
<td><label for="adrotate_mobile_dynamic_mode"><input type="checkbox" name="adrotate_mobile_dynamic_mode" id="adrotate_mobile_dynamic_mode" <?php if($adrotate_config['mobile_dynamic_mode'] == 'Y') { ?>checked="checked" <?php } ?> /><?php _e('
|
31 |
</tr>
|
32 |
<tr>
|
33 |
<th valign="top"><?php _e('Load jQuery', 'adrotate'); ?></th>
|
34 |
-
<td><label for="adrotate_jquery"><input type="checkbox" name="adrotate_jquery" id="adrotate_jquery" <?php if($adrotate_config['jquery'] == 'Y') { ?>checked="checked" <?php } ?> /><?php _e('
|
35 |
</tr>
|
36 |
<tr>
|
37 |
<th valign="top"><?php _e('Load scripts in footer?', 'adrotate'); ?></th>
|
38 |
-
<td><label for="adrotate_jsfooter"><input type="checkbox" name="adrotate_jsfooter" id="adrotate_jsfooter" <?php if($adrotate_config['jsfooter'] == 'Y') { ?>checked="checked" <?php } ?> /><?php _e('
|
39 |
</tr>
|
40 |
<tr>
|
41 |
<th valign="top"><?php _e('Adblock disguise', 'adrotate'); ?></th>
|
17 |
<h2><?php _e('General Settings', 'adrotate'); ?></h2>
|
18 |
<span class="description"><?php _e('General settings for AdRotate.', 'adrotate'); ?> <?php _e('Some options are only available in AdRotate Pro!', 'adrotate'); ?></span>
|
19 |
<table class="form-table">
|
20 |
+
<tr>
|
21 |
+
<th valign="top"><?php _e('Duplicate adverts', 'adrotate'); ?></th>
|
22 |
+
<td><input type="checkbox" name="adrotate_duplicate_adverts_filter" id="adrotate_duplicate_adverts_filter" disabled /><?php _e('Try and prevent adverts in groups that are in Default or Block mode from showing multiple times on the same page load.', 'adrotate'); ?><br />
|
23 |
+
<span class="description"><?php _e('If you still notice double adverts from groups placed on a page, start with carefully looking at your setup to make sure you did not cause this yourself.', 'adrotate'); ?><br /><?php _e('On some servers $_SESSION is disabled.', 'adrotate'); ?> <?php _e('A plugin called "WP Session Manager" by Eric Mann may fix this. However, most people will not need this extra plugin!', 'adrotate'); ?></span></td>
|
24 |
+
</tr>
|
25 |
<tr>
|
26 |
<th valign="top"><?php _e('Shortcode in widgets', 'adrotate'); ?></th>
|
27 |
+
<td><input type="checkbox" name="adrotate_textwidget_shortcodes" disabled /><?php _e('Try and activate shortcodes in text widgets if your theme does not add support for it by itself. (This does not always work!)', 'adrotate'); ?></td>
|
28 |
</tr>
|
29 |
<tr>
|
30 |
+
<th valign="top"><?php _e('Advert live preview', 'adrotate'); ?></th>
|
31 |
+
<td><input type="checkbox" name="adrotate_live_preview" disabled checked /><?php _e('Disable live previews for adverts if you have faulty adverts that overflow their designated area while creating/editing adverts.', 'adrotate'); ?></td>
|
32 |
</tr>
|
33 |
<tr>
|
34 |
+
<th valign="top"><?php _e('Dynamic mode on mobile', 'adrotate'); ?></th>
|
35 |
+
<td><label for="adrotate_mobile_dynamic_mode"><input type="checkbox" name="adrotate_mobile_dynamic_mode" id="adrotate_mobile_dynamic_mode" <?php if($adrotate_config['mobile_dynamic_mode'] == 'Y') { ?>checked="checked" <?php } ?> /><?php _e('Disable dynamic mode in groups for mobile devices if you notice skipping or jumpy content.', 'adrotate'); ?></label></td>
|
36 |
</tr>
|
37 |
<tr>
|
38 |
<th valign="top"><?php _e('Load jQuery', 'adrotate'); ?></th>
|
39 |
+
<td><label for="adrotate_jquery"><input type="checkbox" name="adrotate_jquery" id="adrotate_jquery" <?php if($adrotate_config['jquery'] == 'Y') { ?>checked="checked" <?php } ?> /><?php _e('Load jQuery if your theme does not load it already. jQuery is required for dynamic groups, statistics and some other features.', 'adrotate'); ?></label></td>
|
40 |
</tr>
|
41 |
<tr>
|
42 |
<th valign="top"><?php _e('Load scripts in footer?', 'adrotate'); ?></th>
|
43 |
+
<td><label for="adrotate_jsfooter"><input type="checkbox" name="adrotate_jsfooter" id="adrotate_jsfooter" <?php if($adrotate_config['jsfooter'] == 'Y') { ?>checked="checked" <?php } ?> /><?php _e('Load all AdRotate Javascripts in the footer of your site.', 'adrotate'); ?></label></td>
|
44 |
</tr>
|
45 |
<tr>
|
46 |
<th valign="top"><?php _e('Adblock disguise', 'adrotate'); ?></th>
|
language/adrotate-de_DE.mo
CHANGED
Binary file
|
language/adrotate-de_DE.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: 2021-
|
6 |
-
"PO-Revision-Date: 2021-
|
7 |
"Last-Translator: Arnan de Gans <support@ajdg.solutions>\n"
|
8 |
"Language-Team: Arnan de Gans from AJdG Solutions <info@adrotateplugin.com>\n"
|
9 |
"Language: de\n"
|
@@ -13,12 +13,12 @@ msgstr ""
|
|
13 |
"X-Poedit-KeywordsList: __;_e;_\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
-
"X-Generator: Poedit 2.4.
|
17 |
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
#: adrotate-functions.php:784
|
21 |
-
msgid "
|
22 |
msgstr "Anzeige gespeichert"
|
23 |
|
24 |
#: adrotate-functions.php:788
|
@@ -50,24 +50,24 @@ msgstr ""
|
|
50 |
"Sie sicher, dass Ihre Berechtigungen in Ordnung sind."
|
51 |
|
52 |
#: adrotate-functions.php:812
|
53 |
-
msgid "
|
54 |
msgstr "Anzeige(n) Statistik-Reset"
|
55 |
|
56 |
#: adrotate-functions.php:816
|
57 |
-
msgid "
|
58 |
-
msgstr "Anzeige(
|
59 |
|
60 |
#: adrotate-functions.php:820
|
61 |
-
msgid "
|
62 |
-
msgstr "
|
63 |
|
64 |
#: adrotate-functions.php:824
|
65 |
-
msgid "
|
66 |
msgstr "Anzeige(n) aktiviert"
|
67 |
|
68 |
#: adrotate-functions.php:828
|
69 |
-
msgid "Group including it
|
70 |
-
msgstr "Gruppe
|
71 |
|
72 |
#: adrotate-functions.php:832
|
73 |
msgid "Export created"
|
@@ -76,11 +76,11 @@ msgstr "Export erstellt"
|
|
76 |
#: adrotate-functions.php:836
|
77 |
msgid ""
|
78 |
"Advert HTML generated and placed in the AdCode field. Configure your advert "
|
79 |
-
"below. Do not forget to check all settings and schedule
|
80 |
msgstr ""
|
81 |
"Anzeigen-HTML generiert und im AdCode-Feld platziert. Konfigurieren Sie Ihre "
|
82 |
-
"Anzeige unten. Vergessen Sie nicht, alle Einstellungen zu überprüfen und
|
83 |
-
"planen."
|
84 |
|
85 |
#: adrotate-functions.php:841
|
86 |
msgid "Settings saved"
|
@@ -95,7 +95,7 @@ msgid "Database repaired"
|
|
95 |
msgstr "Datenbank repariert"
|
96 |
|
97 |
#: adrotate-functions.php:853
|
98 |
-
msgid "
|
99 |
msgstr ""
|
100 |
"Anzeigen wurden überprüft und Zustände korrigiert, wo es erforderlich war"
|
101 |
|
@@ -109,8 +109,8 @@ msgstr "Aktion nicht zulässig"
|
|
109 |
|
110 |
#: adrotate-functions.php:866
|
111 |
msgid ""
|
112 |
-
"The
|
113 |
-
"properly. Review the colored
|
114 |
msgstr ""
|
115 |
"Die Anzeige wurde zwar gespeichert, aber hat ein Problem, so dass sie "
|
116 |
"möglicherweise nicht ordnungsgemäß funktionieren könnte. Überprüfen Sie die "
|
@@ -129,8 +129,8 @@ msgid "Form can not be (partially) empty!"
|
|
129 |
msgstr "Formular kann nicht (teilweise) leer sein!"
|
130 |
|
131 |
#: adrotate-functions.php:882
|
132 |
-
msgid "No
|
133 |
-
msgstr "
|
134 |
|
135 |
#: adrotate-functions.php:886
|
136 |
msgid ""
|
@@ -183,11 +183,11 @@ msgstr "Kontaktiere den Support, wenn das Problem weiterhin besteht:"
|
|
183 |
|
184 |
#: adrotate-output.php:562
|
185 |
msgid ""
|
186 |
-
"Error,
|
187 |
"restrictions!"
|
188 |
msgstr ""
|
189 |
-
"Fehler,
|
190 |
-
"
|
191 |
|
192 |
#: adrotate-output.php:567
|
193 |
msgid ""
|
@@ -198,8 +198,8 @@ msgstr ""
|
|
198 |
"nicht entsprechend eingestellt!"
|
199 |
|
200 |
#: adrotate-output.php:572
|
201 |
-
msgid "Error, no
|
202 |
-
msgstr "Fehler,
|
203 |
|
204 |
#: adrotate-output.php:578
|
205 |
msgid "Error, no group ID set! Check your syntax!"
|
@@ -393,9 +393,9 @@ msgid "Get access to premium support and free updates for one year!"
|
|
393 |
msgstr ""
|
394 |
"Erhalten Sie Zugang zu Premium-Support und kostenlosen Updates für ein Jahr!"
|
395 |
|
396 |
-
#: adrotate-output.php:851
|
397 |
-
msgid "
|
398 |
-
msgstr "
|
399 |
|
400 |
#: adrotate-statistics.php:155
|
401 |
msgid "January"
|
@@ -532,7 +532,7 @@ msgid "Manage Media"
|
|
532 |
msgstr "Medien verwalten"
|
533 |
|
534 |
#: adrotate.php:111 adrotate.php:522 dashboard/adrotatepro.php:98
|
535 |
-
#: dashboard/publisher/adverts-edit.php:
|
536 |
#: dashboard/publisher/statistics-main.php:23
|
537 |
#: dashboard/settings/statistics.php:17
|
538 |
msgid "Statistics"
|
@@ -559,10 +559,14 @@ msgid "Manage"
|
|
559 |
msgstr "Verwalten"
|
560 |
|
561 |
#: adrotate.php:257
|
562 |
-
msgid "Generator"
|
563 |
-
msgstr "
|
564 |
|
565 |
-
#: adrotate.php:258
|
|
|
|
|
|
|
|
|
566 |
msgid "Add New"
|
567 |
msgstr "Neu hinzufügen"
|
568 |
|
@@ -599,8 +603,7 @@ msgstr "Allgemein"
|
|
599 |
msgid "Notifications"
|
600 |
msgstr "Benachrichtigungen"
|
601 |
|
602 |
-
#: adrotate.php:523 dashboard/publisher/
|
603 |
-
#: dashboard/publisher/groups-edit.php:205
|
604 |
#: dashboard/settings/advertisers.php:38
|
605 |
msgid "Geo Targeting"
|
606 |
msgstr "Geo Targeting"
|
@@ -768,7 +771,7 @@ msgstr "Ihre Konfiguration"
|
|
768 |
msgid "Adverts that need you"
|
769 |
msgstr "Achten Sie auf folgende Anzeigen"
|
770 |
|
771 |
-
#: dashboard/info.php:34 dashboard/publisher/adverts-edit.php:
|
772 |
#: dashboard/publisher/groups-main.php:34
|
773 |
#: dashboard/publisher/schedules-main.php:34
|
774 |
#: dashboard/publisher/statistics-main.php:35
|
@@ -848,7 +851,7 @@ msgid "Bulk Actions"
|
|
848 |
msgstr "Bulk-Aktionen"
|
849 |
|
850 |
#: dashboard/publisher/adverts-disabled.php:21
|
851 |
-
#: dashboard/publisher/adverts-edit.php:
|
852 |
msgid "Activate"
|
853 |
msgstr "Aktivieren"
|
854 |
|
@@ -874,10 +877,10 @@ msgid "Go"
|
|
874 |
msgstr "Los"
|
875 |
|
876 |
#: dashboard/publisher/adverts-disabled.php:35
|
877 |
-
#: dashboard/publisher/adverts-edit.php:
|
878 |
#: dashboard/publisher/adverts-error.php:39
|
879 |
#: dashboard/publisher/adverts-main.php:39
|
880 |
-
#: dashboard/publisher/groups-edit.php:
|
881 |
#: dashboard/publisher/groups-main.php:32
|
882 |
#: dashboard/publisher/schedules-main.php:31
|
883 |
msgid "ID"
|
@@ -892,11 +895,11 @@ msgstr "Start / Ende"
|
|
892 |
|
893 |
#: dashboard/publisher/adverts-disabled.php:37
|
894 |
#: dashboard/publisher/adverts-edit.php:112
|
895 |
-
#: dashboard/publisher/adverts-edit.php:
|
896 |
#: dashboard/publisher/adverts-error.php:40
|
897 |
#: dashboard/publisher/adverts-main.php:41
|
898 |
#: dashboard/publisher/groups-edit.php:65
|
899 |
-
#: dashboard/publisher/groups-edit.php:
|
900 |
#: dashboard/publisher/groups-main.php:33 dashboard/publisher/media.php:48
|
901 |
#: dashboard/publisher/schedules-main.php:33
|
902 |
msgid "Name"
|
@@ -904,14 +907,14 @@ msgstr "Name"
|
|
904 |
|
905 |
#: dashboard/publisher/adverts-disabled.php:39
|
906 |
#: dashboard/publisher/adverts-main.php:43
|
907 |
-
#: dashboard/publisher/groups-edit.php:
|
908 |
#: dashboard/publisher/groups-main.php:36
|
909 |
msgid "Shown"
|
910 |
msgstr "Gezeigt"
|
911 |
|
912 |
#: dashboard/publisher/adverts-disabled.php:40
|
913 |
#: dashboard/publisher/adverts-main.php:45
|
914 |
-
#: dashboard/publisher/groups-edit.php:
|
915 |
#: dashboard/publisher/groups-main.php:38
|
916 |
#: dashboard/publisher/statistics-advert.php:52
|
917 |
#: dashboard/publisher/statistics-advert.php:58
|
@@ -999,35 +1002,31 @@ msgstr "Track ist aktiviert, aber es gibt keinen gültige Link/Tag im Adcode!"
|
|
999 |
|
1000 |
#: dashboard/publisher/adverts-edit.php:67
|
1001 |
msgid ""
|
1002 |
-
"AdRotate cannot find an error but the
|
1003 |
-
"the ad!"
|
1004 |
msgstr ""
|
1005 |
-
"AdRotate kann keinen Fehler finden,
|
1006 |
-
"
|
1007 |
|
1008 |
#: dashboard/publisher/adverts-edit.php:70
|
1009 |
-
msgid "This
|
1010 |
msgstr ""
|
1011 |
"Diese Anzeige ist abgelaufen und wird derzeit nicht auf Ihrer Website "
|
1012 |
"angezeigt!"
|
1013 |
|
1014 |
#: dashboard/publisher/adverts-edit.php:73
|
1015 |
-
msgid "The
|
1016 |
msgstr "Die Anzeige läuft in weniger als 2 Tagen ab!"
|
1017 |
|
1018 |
#: dashboard/publisher/adverts-edit.php:76
|
1019 |
-
msgid "This
|
1020 |
-
msgstr "Diese Anzeige läuft in weniger als 7 Tage!"
|
1021 |
|
1022 |
#: dashboard/publisher/adverts-edit.php:79
|
1023 |
-
msgid "This
|
1024 |
msgstr ""
|
1025 |
"Diese Anzeige wurde deaktiviert und rotiert nicht mehr auf Ihrer Website!"
|
1026 |
|
1027 |
-
#: dashboard/publisher/adverts-edit.php:104
|
1028 |
-
msgid "New Advert"
|
1029 |
-
msgstr "Neue Anzeige"
|
1030 |
-
|
1031 |
#: dashboard/publisher/adverts-edit.php:106
|
1032 |
msgid "Edit Advert"
|
1033 |
msgstr "Anzeige bearbeiten"
|
@@ -1109,31 +1108,31 @@ msgstr ""
|
|
1109 |
msgid "Banner asset"
|
1110 |
msgstr "Banner anzeigen"
|
1111 |
|
1112 |
-
#: dashboard/publisher/adverts-edit.php:
|
1113 |
msgid "WordPress media:"
|
1114 |
msgstr "WordPress-Medien:"
|
1115 |
|
1116 |
-
#: dashboard/publisher/adverts-edit.php:
|
1117 |
msgid "Select Banner"
|
1118 |
msgstr "Banner wählen"
|
1119 |
|
1120 |
-
#: dashboard/publisher/adverts-edit.php:
|
1121 |
msgid "- OR -"
|
1122 |
msgstr "ODER"
|
1123 |
|
1124 |
-
#: dashboard/publisher/adverts-edit.php:
|
1125 |
msgid "Banner folder:"
|
1126 |
msgstr "Banner-Ordner:"
|
1127 |
|
1128 |
-
#: dashboard/publisher/adverts-edit.php:
|
1129 |
msgid "No image selected"
|
1130 |
msgstr "Kein Bild ausgewählt"
|
1131 |
|
1132 |
-
#: dashboard/publisher/adverts-edit.php:
|
1133 |
msgid "Use %asset% in the adcode instead of the file path."
|
1134 |
msgstr "Verwenden Sie %asset% im Adcode statt des Dateipfades."
|
1135 |
|
1136 |
-
#: dashboard/publisher/adverts-edit.php:
|
1137 |
msgid ""
|
1138 |
"Use either the text field or the dropdown. If the textfield has content that "
|
1139 |
"field has priority."
|
@@ -1141,11 +1140,11 @@ msgstr ""
|
|
1141 |
"Verwenden Sie das Textfeld oder die Dropdown-Liste. Wenndas Textfeld "
|
1142 |
"gefüllt ist, hat das Feld Priorität."
|
1143 |
|
1144 |
-
#: dashboard/publisher/adverts-edit.php:
|
1145 |
msgid "Enable click and impression tracking for this advert."
|
1146 |
msgstr "Klick und eindrücke Verfolgung für diese Anzeige aktivieren."
|
1147 |
|
1148 |
-
#: dashboard/publisher/adverts-edit.php:
|
1149 |
msgid ""
|
1150 |
"Note: Clicktracking does not work for Javascript adverts such as those "
|
1151 |
"provided by Google AdSense/DFP/DoubleClick. HTML5/Flash adverts are not "
|
@@ -1155,89 +1154,37 @@ msgstr ""
|
|
1155 |
"beispielsweise von Google AdSense/DFP/DoubleClick. HTML5/Flash-Anzeigen "
|
1156 |
"werden nicht immer unterstützt."
|
1157 |
|
1158 |
-
#: dashboard/publisher/adverts-edit.php:
|
1159 |
msgid "Enabled, this ad will be visible"
|
1160 |
msgstr "Aktiviert, wird diese Anzeige sichtbar"
|
1161 |
|
1162 |
-
#: dashboard/publisher/adverts-edit.php:
|
1163 |
msgid "Disabled, do not show this advert anywhere"
|
1164 |
msgstr "Deaktiviert, zeigen Sie diese Anzeige nirgendwo an"
|
1165 |
|
1166 |
-
#: dashboard/publisher/adverts-edit.php:
|
1167 |
-
msgid "
|
1168 |
-
|
|
|
|
|
|
|
|
|
|
|
1169 |
|
1170 |
-
#: dashboard/publisher/adverts-edit.php:
|
1171 |
-
#: dashboard/publisher/adverts-edit.php:
|
1172 |
-
#: dashboard/publisher/
|
1173 |
-
#: dashboard/publisher/adverts-edit.php:443
|
1174 |
-
#: dashboard/publisher/groups-edit.php:228
|
1175 |
#: dashboard/publisher/statistics-advert.php:109
|
1176 |
#: dashboard/publisher/statistics-group.php:113
|
1177 |
#: dashboard/publisher/statistics-main.php:83
|
1178 |
msgid "Upgrade now"
|
1179 |
msgstr "Jetzt upgraden"
|
1180 |
|
1181 |
-
#: dashboard/publisher/adverts-edit.php:
|
1182 |
-
#: dashboard/publisher/adverts-edit.php:264
|
1183 |
-
#: dashboard/publisher/adverts-edit.php:462
|
1184 |
-
#: dashboard/publisher/adverts-edit.php:505
|
1185 |
-
msgid "Save Advert"
|
1186 |
-
msgstr "Anzeige speichern"
|
1187 |
-
|
1188 |
-
#: dashboard/publisher/adverts-edit.php:202
|
1189 |
-
#: dashboard/publisher/adverts-edit.php:265
|
1190 |
-
#: dashboard/publisher/adverts-edit.php:463
|
1191 |
-
#: dashboard/publisher/adverts-edit.php:506
|
1192 |
-
#: dashboard/publisher/adverts-generator.php:162
|
1193 |
-
#: dashboard/publisher/groups-edit.php:175
|
1194 |
-
#: dashboard/publisher/groups-edit.php:329
|
1195 |
-
#: dashboard/publisher/groups-edit.php:423
|
1196 |
-
msgid "Cancel"
|
1197 |
-
msgstr "Abbrechen"
|
1198 |
-
|
1199 |
-
#: dashboard/publisher/adverts-edit.php:205
|
1200 |
-
#: dashboard/publisher/adverts-edit.php:445
|
1201 |
-
#: dashboard/publisher/groups-edit.php:157
|
1202 |
-
#: dashboard/publisher/groups-edit.php:311
|
1203 |
-
msgid "Usage"
|
1204 |
-
msgstr "Verwendung"
|
1205 |
-
|
1206 |
-
#: dashboard/publisher/adverts-edit.php:209
|
1207 |
-
#: dashboard/publisher/adverts-edit.php:449
|
1208 |
-
#: dashboard/publisher/groups-edit.php:161
|
1209 |
-
#: dashboard/publisher/groups-edit.php:315
|
1210 |
-
msgid "Widget"
|
1211 |
-
msgstr "Widget"
|
1212 |
-
|
1213 |
-
#: dashboard/publisher/adverts-edit.php:210
|
1214 |
-
#: dashboard/publisher/adverts-edit.php:450
|
1215 |
-
msgid ""
|
1216 |
-
"Drag the AdRotate widget to the sidebar where you want to place the advert "
|
1217 |
-
"and select the advert or the group the advert is in."
|
1218 |
-
msgstr ""
|
1219 |
-
"Ziehen Sie das AdRotate Widget in die Seitenleiste, wo Sie Ihre Anzeige "
|
1220 |
-
"platzieren möchten und wählen Sie ein Anzeige oder eine Gruppe mit Anzeigen."
|
1221 |
-
|
1222 |
-
#: dashboard/publisher/adverts-edit.php:213
|
1223 |
-
#: dashboard/publisher/adverts-edit.php:453
|
1224 |
-
#: dashboard/publisher/groups-edit.php:165
|
1225 |
-
#: dashboard/publisher/groups-edit.php:319
|
1226 |
-
msgid "In a post or page"
|
1227 |
-
msgstr "In einem Beitrag oder eine Seite"
|
1228 |
-
|
1229 |
-
#: dashboard/publisher/adverts-edit.php:215
|
1230 |
-
#: dashboard/publisher/adverts-edit.php:455
|
1231 |
-
#: dashboard/publisher/groups-edit.php:167
|
1232 |
-
#: dashboard/publisher/groups-edit.php:321
|
1233 |
-
msgid "Directly in a theme"
|
1234 |
-
msgstr "Direkt im theme"
|
1235 |
-
|
1236 |
-
#: dashboard/publisher/adverts-edit.php:221
|
1237 |
msgid "Schedule your advert"
|
1238 |
msgstr "Planen Sie Ihre Anzeige"
|
1239 |
|
1240 |
-
#: dashboard/publisher/adverts-edit.php:
|
1241 |
msgid ""
|
1242 |
"Time uses a 24 hour clock. When you're used to the AM/PM system keep this in "
|
1243 |
"mind: If the start or end time is after lunch, add 12 hours. 2PM is 14:00 "
|
@@ -1248,256 +1195,141 @@ msgstr ""
|
|
1248 |
"ist, müssen 12 Stunden hinzugefügt werden. 2PM ist 14:00 Uhr. 6AM ist 06:00 "
|
1249 |
"Uhr."
|
1250 |
|
1251 |
-
#: dashboard/publisher/adverts-edit.php:
|
1252 |
msgid "Start date"
|
1253 |
msgstr "Startdatum"
|
1254 |
|
1255 |
-
#: dashboard/publisher/adverts-edit.php:
|
1256 |
msgid "End date"
|
1257 |
msgstr "Enddatum"
|
1258 |
|
1259 |
-
#: dashboard/publisher/adverts-edit.php:
|
1260 |
msgid "Start time"
|
1261 |
msgstr "Startzeit"
|
1262 |
|
1263 |
-
#: dashboard/publisher/adverts-edit.php:
|
1264 |
msgid "End time"
|
1265 |
msgstr "Endzeit"
|
1266 |
|
1267 |
-
#: dashboard/publisher/adverts-edit.php:
|
1268 |
msgid "Maximum Clicks"
|
1269 |
msgstr "Maximale Klicks"
|
1270 |
|
1271 |
-
#: dashboard/publisher/adverts-edit.php:
|
1272 |
-
#: dashboard/publisher/adverts-edit.php:
|
1273 |
msgid "Leave empty or 0 to skip this."
|
1274 |
msgstr "Leer lassen oder 0, um dies zu überspringen."
|
1275 |
|
1276 |
-
#: dashboard/publisher/adverts-edit.php:
|
1277 |
msgid "Maximum Impressions"
|
1278 |
msgstr "Maximale Impressionen"
|
1279 |
|
1280 |
-
#: dashboard/publisher/adverts-edit.php:
|
1281 |
-
msgid ""
|
1282 |
-
"Create multiple and more advanced schedules for each advert with AdRotate "
|
1283 |
-
"Pro."
|
1284 |
-
msgstr ""
|
1285 |
-
"Erstellen Sie mehrere und erweiterte Zeitpläne für jede Anzeige mit AdRotate "
|
1286 |
-
"Pro."
|
1287 |
-
|
1288 |
-
#: dashboard/publisher/adverts-edit.php:268
|
1289 |
-
#: dashboard/publisher/groups-edit.php:178 dashboard/settings/statistics.php:28
|
1290 |
-
msgid "Advanced"
|
1291 |
-
msgstr "Erweitert"
|
1292 |
-
|
1293 |
-
#: dashboard/publisher/adverts-edit.php:269
|
1294 |
-
#: dashboard/publisher/adverts-edit.php:346
|
1295 |
-
msgid "Available in AdRotate Pro!"
|
1296 |
-
msgstr "Verfügbar in AdRotate Pro!"
|
1297 |
-
|
1298 |
-
#: dashboard/publisher/adverts-edit.php:274
|
1299 |
-
msgid "Show to everyone"
|
1300 |
-
msgstr "Allen zeigen"
|
1301 |
-
|
1302 |
-
#: dashboard/publisher/adverts-edit.php:276
|
1303 |
-
msgid "Disable this option to hide the advert from logged-in visitors."
|
1304 |
-
msgstr ""
|
1305 |
-
"Deaktivieren Sie diese Option, um die Anzeige vor angemeldeten Besuchern "
|
1306 |
-
"auszublenden."
|
1307 |
-
|
1308 |
-
#: dashboard/publisher/adverts-edit.php:281
|
1309 |
-
#: dashboard/publisher/groups-edit.php:362
|
1310 |
-
msgid "Weight"
|
1311 |
-
msgstr "Gewicht"
|
1312 |
-
|
1313 |
-
#: dashboard/publisher/adverts-edit.php:284
|
1314 |
-
msgid "Few impressions"
|
1315 |
-
msgstr "Wenige Einblendungen"
|
1316 |
-
|
1317 |
-
#: dashboard/publisher/adverts-edit.php:289
|
1318 |
-
msgid "Less than average"
|
1319 |
-
msgstr "Weniger als der Durchschnitt"
|
1320 |
-
|
1321 |
-
#: dashboard/publisher/adverts-edit.php:294
|
1322 |
-
msgid "Normal impressions"
|
1323 |
-
msgstr "Normale Impressionen"
|
1324 |
-
|
1325 |
-
#: dashboard/publisher/adverts-edit.php:299
|
1326 |
-
msgid "More than average"
|
1327 |
-
msgstr "Mehr als der Durchschnitt"
|
1328 |
-
|
1329 |
-
#: dashboard/publisher/adverts-edit.php:304
|
1330 |
-
msgid "Many impressions"
|
1331 |
-
msgstr "Viele Einblendungen"
|
1332 |
-
|
1333 |
-
#: dashboard/publisher/adverts-edit.php:309
|
1334 |
-
msgid "Mobile"
|
1335 |
-
msgstr "Mobilgeräte"
|
1336 |
-
|
1337 |
-
#: dashboard/publisher/adverts-edit.php:311
|
1338 |
-
msgid "Desktops/Laptops"
|
1339 |
-
msgstr "Desktops/Laptops"
|
1340 |
-
|
1341 |
-
#: dashboard/publisher/adverts-edit.php:314
|
1342 |
-
msgid "Smartphones"
|
1343 |
-
msgstr "Smartphones"
|
1344 |
-
|
1345 |
-
#: dashboard/publisher/adverts-edit.php:317
|
1346 |
-
msgid "Tablets"
|
1347 |
-
msgstr "Tablets"
|
1348 |
-
|
1349 |
-
#: dashboard/publisher/adverts-edit.php:320
|
1350 |
-
msgid ""
|
1351 |
-
"Also enable 'Mobile Support' in the group this advert goes in or 'Device' "
|
1352 |
-
"and 'Operating System' are ignored!"
|
1353 |
-
msgstr ""
|
1354 |
-
"Aktivieren Sie auch 'Mobile Support' in der Gruppe, in die diese Anzeige "
|
1355 |
-
"geht oder 'Gerät' und 'Betriebssystem' werden ignoriert!"
|
1356 |
-
|
1357 |
-
#: dashboard/publisher/adverts-edit.php:320
|
1358 |
-
msgid ""
|
1359 |
-
"Operating system detection only detects iOS and Android, select 'Not Mobile/"
|
1360 |
-
"Other' for everything else."
|
1361 |
-
msgstr ""
|
1362 |
-
"Die Erkennung des Betriebssystems erkennt nur iOS und Android, wählen Sie "
|
1363 |
-
"für alles andere \"Nicht mobil/andere\"."
|
1364 |
-
|
1365 |
-
#: dashboard/publisher/adverts-edit.php:324
|
1366 |
-
msgid "Mobile OS"
|
1367 |
-
msgstr "Mobiles Betriebssystem"
|
1368 |
-
|
1369 |
-
#: dashboard/publisher/adverts-edit.php:326
|
1370 |
-
msgid "iOS"
|
1371 |
-
msgstr "iOS"
|
1372 |
-
|
1373 |
-
#: dashboard/publisher/adverts-edit.php:329
|
1374 |
-
msgid "Android"
|
1375 |
-
msgstr "Android"
|
1376 |
-
|
1377 |
-
#: dashboard/publisher/adverts-edit.php:332
|
1378 |
-
msgid "Not mobile/Others"
|
1379 |
-
msgstr "Nicht mobil/Andere"
|
1380 |
-
|
1381 |
-
#: dashboard/publisher/adverts-edit.php:336
|
1382 |
-
msgid "Auto-delete"
|
1383 |
-
msgstr "Auto-Löschen"
|
1384 |
-
|
1385 |
-
#: dashboard/publisher/adverts-edit.php:338
|
1386 |
-
msgid "Automatically delete the advert 1 day after it expires?"
|
1387 |
-
msgstr "Löschen Sie die Anzeige 1 Tag nach Ablauf automatisch?"
|
1388 |
-
|
1389 |
-
#: dashboard/publisher/adverts-edit.php:338
|
1390 |
-
msgid ""
|
1391 |
-
"This is useful for short running campaigns that do not require attention "
|
1392 |
-
"after they finish."
|
1393 |
-
msgstr ""
|
1394 |
-
"Dies ist nützlich für kurzlaufende Kampagnen, die nach dem Abschluss keine "
|
1395 |
-
"Aufmerksamkeit erfordern."
|
1396 |
-
|
1397 |
-
#: dashboard/publisher/adverts-edit.php:343
|
1398 |
-
msgid ""
|
1399 |
-
"With AdRotate Pro you can easily select which devices and mobile operating "
|
1400 |
-
"systems the advert should show on!"
|
1401 |
-
msgstr ""
|
1402 |
-
"Mit AdRotate Pro können Sie einfach auswählen, auf welchen Geräten die "
|
1403 |
-
"Anzeige angezeigt werden soll!"
|
1404 |
-
|
1405 |
-
#: dashboard/publisher/adverts-edit.php:346
|
1406 |
msgid ""
|
1407 |
-
"
|
|
|
1408 |
msgstr ""
|
1409 |
-
"
|
1410 |
-
"
|
1411 |
|
1412 |
-
#: dashboard/publisher/adverts-edit.php:
|
1413 |
-
|
1414 |
-
|
|
|
|
|
1415 |
|
1416 |
-
#: dashboard/publisher/adverts-edit.php:
|
1417 |
-
|
1418 |
-
|
|
|
|
|
1419 |
|
1420 |
-
#: dashboard/publisher/adverts-edit.php:
|
1421 |
-
#: dashboard/publisher/adverts-edit.php:365
|
1422 |
msgid ""
|
1423 |
-
"AdRotate
|
1424 |
-
"
|
1425 |
msgstr ""
|
1426 |
-
"AdRotate
|
1427 |
-
"
|
1428 |
-
|
1429 |
-
#: dashboard/publisher/adverts-edit.php:361
|
1430 |
-
msgid "Enter States or State ISO3166-2 codes"
|
1431 |
-
msgstr "Eingeben von Staaten oder Status-ISO3166-2-Codes"
|
1432 |
|
1433 |
-
#: dashboard/publisher/adverts-edit.php:
|
1434 |
-
|
1435 |
-
|
|
|
|
|
1436 |
|
1437 |
-
#: dashboard/publisher/adverts-edit.php:
|
1438 |
-
|
1439 |
-
|
|
|
|
|
1440 |
|
1441 |
-
#: dashboard/publisher/adverts-edit.php:
|
1442 |
-
|
1443 |
-
|
|
|
1444 |
|
1445 |
-
#: dashboard/publisher/adverts-edit.php:
|
1446 |
-
|
1447 |
-
|
|
|
|
|
|
|
|
|
|
|
1448 |
|
1449 |
-
#: dashboard/publisher/adverts-edit.php:
|
1450 |
msgid "Select Groups"
|
1451 |
msgstr "Gruppen auswählen"
|
1452 |
|
1453 |
-
#: dashboard/publisher/adverts-edit.php:
|
1454 |
#: dashboard/publisher/groups-main.php:60
|
1455 |
#: dashboard/settings/geotargeting.php:54 dashboard/settings/statistics.php:25
|
1456 |
msgid "Default"
|
1457 |
msgstr "Standard"
|
1458 |
|
1459 |
-
#: dashboard/publisher/adverts-edit.php:
|
1460 |
#: dashboard/publisher/groups-main.php:61
|
1461 |
msgid "Dynamic"
|
1462 |
msgstr "Dynamisch"
|
1463 |
|
1464 |
-
#: dashboard/publisher/adverts-edit.php:
|
1465 |
#: dashboard/publisher/groups-main.php:61
|
1466 |
msgid "second rotation"
|
1467 |
msgstr "Zweite rotation"
|
1468 |
|
1469 |
-
#: dashboard/publisher/adverts-edit.php:
|
1470 |
#: dashboard/publisher/groups-main.php:62
|
1471 |
msgid "Block"
|
1472 |
msgstr "Block"
|
1473 |
|
1474 |
-
#: dashboard/publisher/adverts-edit.php:
|
1475 |
#: dashboard/publisher/groups-main.php:62
|
1476 |
msgid "grid"
|
1477 |
msgstr "Raster"
|
1478 |
|
1479 |
-
#: dashboard/publisher/adverts-edit.php:
|
1480 |
-
#: dashboard/publisher/groups-edit.php:
|
1481 |
#: dashboard/publisher/groups-main.php:63
|
1482 |
msgid "Post Injection"
|
1483 |
msgstr "Post Injection"
|
1484 |
|
1485 |
-
#: dashboard/publisher/adverts-edit.php:
|
1486 |
msgid "Geolocation"
|
1487 |
msgstr "Geolokalisierung"
|
1488 |
|
1489 |
-
#: dashboard/publisher/adverts-edit.php:
|
1490 |
#: dashboard/publisher/groups-edit.php:74
|
1491 |
#: dashboard/publisher/groups-main.php:70
|
1492 |
msgid "Mode"
|
1493 |
msgstr "Modus"
|
1494 |
|
1495 |
-
#: dashboard/publisher/adverts-edit.php:
|
1496 |
-
#: dashboard/publisher/adverts-generator.php:
|
1497 |
msgid "Portability"
|
1498 |
msgstr "Portabilität"
|
1499 |
|
1500 |
-
#: dashboard/publisher/adverts-edit.php:
|
1501 |
msgid ""
|
1502 |
"This long code is your advert. It includes all settings from above except "
|
1503 |
"the schedule and group selection. You can import this hash into another "
|
@@ -1514,8 +1346,8 @@ msgstr ""
|
|
1514 |
"Sie können den Hash in das Feld \"Anzeigenhash\" im Anzeigengenerator eines "
|
1515 |
"anderen AdRotate-Setups einfügen."
|
1516 |
|
1517 |
-
#: dashboard/publisher/adverts-edit.php:
|
1518 |
-
#: dashboard/publisher/adverts-generator.php:
|
1519 |
msgid "Advert hash"
|
1520 |
msgstr "Advert Hash"
|
1521 |
|
@@ -1570,100 +1402,53 @@ msgstr "Abgelaufen"
|
|
1570 |
msgid "Generate Advert Code"
|
1571 |
msgstr "Generieren von Werbecode"
|
1572 |
|
1573 |
-
#: dashboard/publisher/adverts-generator.php:37
|
1574 |
-
msgid ""
|
1575 |
-
"Use the Generator if you have received a target url, banner image and/or "
|
1576 |
-
"some separate files with a description on how to use those. The AdRotate "
|
1577 |
-
"Generator will take your bits and pieces and try to generate a working "
|
1578 |
-
"adcode from it."
|
1579 |
-
msgstr ""
|
1580 |
-
"Verwenden Sie den Generator, wenn Sie eine Ziel-URL, ein Bannerbild und/oder "
|
1581 |
-
"einige separate Dateien mit einer Beschreibung der Verwendung dieser Dateien "
|
1582 |
-
"erhalten haben. Der AdRotate Generator wird Ihre Bits und Stücke nehmen und "
|
1583 |
-
"versuchen, einen funktionierenden Adcode daraus zu generieren."
|
1584 |
-
|
1585 |
-
#: dashboard/publisher/adverts-generator.php:38
|
1586 |
-
msgid ""
|
1587 |
-
"If you have an advert hash from another AdRotate or AdRotate Professional "
|
1588 |
-
"setup you can enter it in the Portability field. This feature is a bit of an "
|
1589 |
-
"experiment, but the basic function works."
|
1590 |
-
msgstr ""
|
1591 |
-
"Wenn Sie einen Werbehash aus einem anderen AdRotate- oder AdRotate "
|
1592 |
-
"Professional-Setup haben, können Sie ihn in das Feld Portabilität eingeben. "
|
1593 |
-
"Diese Funktion ist ein bisschen ein Experiment, aber die grundlegende "
|
1594 |
-
"Funktion funktioniert."
|
1595 |
-
|
1596 |
-
#: dashboard/publisher/adverts-generator.php:39
|
1597 |
-
msgid ""
|
1598 |
-
"If you have a complete and working ad code / ad tag you do not use the "
|
1599 |
-
"Generator. You can simply paste that code in the AdCode field when creating "
|
1600 |
-
"your advert. For example as provided by Media.net or Google AdSense among "
|
1601 |
-
"others."
|
1602 |
-
msgstr ""
|
1603 |
-
"Wenn Sie einen vollständigen und funktionierenden Anzeigencode / Anzeigentag "
|
1604 |
-
"haben, verwenden Sie den Generator nicht. Sie können diesen Code einfach in "
|
1605 |
-
"das AdCode-Feld einfügen, wenn Sie Ihre Anzeige erstellen. Zum Beispiel, wie "
|
1606 |
-
"von Media.net oder Google AdSense unter anderem zur Verfügung gestellt."
|
1607 |
-
|
1608 |
#: dashboard/publisher/adverts-generator.php:41
|
1609 |
-
msgid "Create your advert"
|
1610 |
-
msgstr "Erstellen Sie Ihre Anzeige"
|
1611 |
-
|
1612 |
-
#: dashboard/publisher/adverts-generator.php:42
|
1613 |
-
msgid ""
|
1614 |
-
"This is a regular advert consisting of an image and a link, made up from "
|
1615 |
-
"HTML code."
|
1616 |
-
msgstr ""
|
1617 |
-
"Dies ist eine reguläre Anzeige, die aus einem Bild und einem Link besteht, "
|
1618 |
-
"die aus HTML-Code bestehen."
|
1619 |
-
|
1620 |
-
#: dashboard/publisher/adverts-generator.php:47
|
1621 |
msgid "Required"
|
1622 |
msgstr "Erforderlich"
|
1623 |
|
1624 |
-
#: dashboard/publisher/adverts-generator.php:
|
1625 |
msgid "Banner image"
|
1626 |
msgstr "Banner-Bild"
|
1627 |
|
1628 |
-
#: dashboard/publisher/adverts-generator.php:
|
1629 |
msgid "Select advert image"
|
1630 |
msgstr "Anzeigenbild auswählen"
|
1631 |
|
1632 |
-
#: dashboard/publisher/adverts-generator.php:
|
1633 |
msgid "Is your file not listed? Upload it to the banners folder using (s)FTP."
|
1634 |
msgstr ""
|
1635 |
"Ist Ihre Datei nicht aufgeführt? Laden Sie es über den AdRotate Media "
|
1636 |
"Manager hoch."
|
1637 |
|
1638 |
-
#: dashboard/publisher/adverts-generator.php:
|
1639 |
msgid "Target website"
|
1640 |
msgstr "Ziel-Website"
|
1641 |
|
1642 |
-
#: dashboard/publisher/adverts-generator.php:
|
1643 |
msgid "Where does the person clicking the advert go?"
|
1644 |
msgstr "Wohin geht die Person, die auf die Anzeige klickt?"
|
1645 |
|
1646 |
-
#: dashboard/publisher/adverts-generator.php:
|
1647 |
msgid "Viewports"
|
1648 |
msgstr "Ansichtsfenster"
|
1649 |
|
1650 |
-
#: dashboard/publisher/adverts-generator.php:
|
1651 |
-
#: dashboard/publisher/groups-edit.php:
|
1652 |
#: dashboard/settings/notifications.php:48
|
1653 |
msgid "Available in AdRotate Pro"
|
1654 |
msgstr "Erhältlich in AdRotate Pro"
|
1655 |
|
1656 |
-
#: dashboard/publisher/adverts-generator.php:
|
1657 |
msgid "Smaller Devices"
|
1658 |
msgstr "Kleinere Geräte"
|
1659 |
|
1660 |
-
#: dashboard/publisher/adverts-generator.php:
|
1661 |
-
#: dashboard/publisher/adverts-generator.php:
|
1662 |
-
#: dashboard/publisher/adverts-generator.php:
|
1663 |
msgid "No file selected"
|
1664 |
msgstr "Keine Datei ausgewählt"
|
1665 |
|
1666 |
-
#: dashboard/publisher/adverts-generator.php:
|
1667 |
msgid ""
|
1668 |
"Smaller smartphones and tablets with a viewport of up to 480px wide (up-to "
|
1669 |
"1440px resolution)."
|
@@ -1671,11 +1456,11 @@ msgstr ""
|
|
1671 |
"Kleinere Smartphones und Tablets mit einem Ansichtsfenster von bis zu 480px "
|
1672 |
"Breit (bis zu 1440px Auflösung)."
|
1673 |
|
1674 |
-
#: dashboard/publisher/adverts-generator.php:
|
1675 |
msgid "Medium sized Devices"
|
1676 |
msgstr "Mittelgroße Geräte"
|
1677 |
|
1678 |
-
#: dashboard/publisher/adverts-generator.php:
|
1679 |
msgid ""
|
1680 |
"Larger smartphones or Small tablets with a viewport of up to 960px wide (up-"
|
1681 |
"to 1536px resolution)."
|
@@ -1683,11 +1468,11 @@ msgstr ""
|
|
1683 |
"Größere Smartphones oder kleine Tablets mit einem Ansichtsfenster von bis zu "
|
1684 |
"960px breit (bis zu 1536px Auflösung)."
|
1685 |
|
1686 |
-
#: dashboard/publisher/adverts-generator.php:
|
1687 |
msgid "Larger Devices"
|
1688 |
msgstr "Größere Geräte"
|
1689 |
|
1690 |
-
#: dashboard/publisher/adverts-generator.php:
|
1691 |
msgid ""
|
1692 |
"Small laptops and Larger tablets with a viewport of up to 1280px wide (up-to "
|
1693 |
"2048px resolution)."
|
@@ -1695,12 +1480,12 @@ msgstr ""
|
|
1695 |
"Kleine Laptops und größere Tablets mit einem Ansichtsfenster von bis zu "
|
1696 |
"1280px breit (bis zu 2048px Auflösung)."
|
1697 |
|
1698 |
-
#: dashboard/publisher/adverts-generator.php:
|
1699 |
#: dashboard/publisher/media.php:37
|
1700 |
msgid "Important:"
|
1701 |
msgstr "Wichtig:"
|
1702 |
|
1703 |
-
#: dashboard/publisher/adverts-generator.php:
|
1704 |
msgid ""
|
1705 |
"All sizes are optional, but it is highly recommended to use at least the "
|
1706 |
"small and medium size. Devices with viewports greater than 1280px will use "
|
@@ -1710,7 +1495,7 @@ msgstr ""
|
|
1710 |
"kleine und mittlere Größe zu verwenden. Geräte mit Ansichtsfenstern größer "
|
1711 |
"als 1280px verwenden das Banner in voller Größe."
|
1712 |
|
1713 |
-
#: dashboard/publisher/adverts-generator.php:
|
1714 |
msgid ""
|
1715 |
"Are your files not listed? Upload them via the AdRotate Media Manager. For "
|
1716 |
"your convenience, use easy to use filenames."
|
@@ -1718,38 +1503,38 @@ msgstr ""
|
|
1718 |
"Sind Ihre Dateien nicht aufgeführt? Laden Sie sie über den AdRotate Media "
|
1719 |
"Manager hoch. Verwenden Sie ganz einfach Dateinamen."
|
1720 |
|
1721 |
-
#: dashboard/publisher/adverts-generator.php:
|
1722 |
msgid "Optional"
|
1723 |
msgstr "Optional"
|
1724 |
|
1725 |
-
#: dashboard/publisher/adverts-generator.php:
|
1726 |
msgid "Target window"
|
1727 |
msgstr "Zielfenster"
|
1728 |
|
1729 |
-
#: dashboard/publisher/adverts-generator.php:
|
1730 |
msgid "Open the advert in a new window?"
|
1731 |
msgstr "Öffnen Sie die Anzeige in einem neuen Fenster?"
|
1732 |
|
1733 |
-
#: dashboard/publisher/adverts-generator.php:
|
1734 |
msgid "(Recommended)"
|
1735 |
msgstr "(Empfohlen)"
|
1736 |
|
1737 |
-
#: dashboard/publisher/adverts-generator.php:
|
1738 |
msgid "NoFollow"
|
1739 |
msgstr "Nofollow"
|
1740 |
|
1741 |
-
#: dashboard/publisher/adverts-generator.php:
|
1742 |
msgid "Tell crawlers and search engines not to follow the target website url?"
|
1743 |
msgstr ""
|
1744 |
"Sagen Sie Crawlern und Suchmaschinen, der URL der Zielwebsite nicht zu "
|
1745 |
"folgen?"
|
1746 |
|
1747 |
-
#: dashboard/publisher/adverts-generator.php:
|
1748 |
-
#: dashboard/publisher/adverts-generator.php:
|
1749 |
msgid "(Available in AdRotate Pro)"
|
1750 |
msgstr "(Verfügbar in AdRotate Pro)"
|
1751 |
|
1752 |
-
#: dashboard/publisher/adverts-generator.php:
|
1753 |
msgid ""
|
1754 |
"Letting bots (Such as Googlebot) index paid links may negatively affect your "
|
1755 |
"SEO and PageRank."
|
@@ -1757,16 +1542,16 @@ msgstr ""
|
|
1757 |
"Das Zulassen von Bots (wie Googlebot) zahlende Links kann sich negativ auf "
|
1758 |
"Ihre SEO und PageRank auswirken."
|
1759 |
|
1760 |
-
#: dashboard/publisher/adverts-generator.php:
|
1761 |
msgid "Alt and Title"
|
1762 |
msgstr "Alt und Titel"
|
1763 |
|
1764 |
-
#: dashboard/publisher/adverts-generator.php:
|
1765 |
msgid "Add an alt and title attribute based on the asset name?"
|
1766 |
msgstr ""
|
1767 |
"Fügen Sie ein Alt- und Titelattribut basierend auf dem Asset-Namen hinzu?"
|
1768 |
|
1769 |
-
#: dashboard/publisher/adverts-generator.php:
|
1770 |
msgid ""
|
1771 |
"Some bots/crawlers use them as a descriptive measure to see what the code is "
|
1772 |
"about."
|
@@ -1774,7 +1559,7 @@ msgstr ""
|
|
1774 |
"Einige Bots/Crawler verwenden sie als beschreibende Maßnahme, um zu sehen, "
|
1775 |
"worum es im Code geht."
|
1776 |
|
1777 |
-
#: dashboard/publisher/adverts-generator.php:
|
1778 |
msgid ""
|
1779 |
"To import a ready made advert, enter a advert hash from another AdRotate "
|
1780 |
"setup..."
|
@@ -1782,19 +1567,19 @@ msgstr ""
|
|
1782 |
"Um eine fertige Anzeige zu importieren, geben Sie einen Werbehash aus einem "
|
1783 |
"anderen AdRotate-Setup ein..."
|
1784 |
|
1785 |
-
#: dashboard/publisher/adverts-generator.php:
|
1786 |
msgid "Generate and Configure Advert"
|
1787 |
msgstr "Generieren und Konfigurieren von Werbung"
|
1788 |
|
1789 |
-
#: dashboard/publisher/adverts-generator.php:
|
1790 |
msgid "Always test your adverts before activating them."
|
1791 |
msgstr "Testen Sie Ihre Anzeigen immer, bevor Sie sie aktivieren."
|
1792 |
|
1793 |
-
#: dashboard/publisher/adverts-generator.php:
|
1794 |
-
msgid "
|
1795 |
msgstr "Vorsicht:"
|
1796 |
|
1797 |
-
#: dashboard/publisher/adverts-generator.php:
|
1798 |
msgid ""
|
1799 |
"While the Code Generator has been tested and works, code generation, as "
|
1800 |
"always, is a interpretation of user input. If you provide the correct bits "
|
@@ -1807,11 +1592,11 @@ msgstr ""
|
|
1807 |
"generiert werden. Wenn Sie Felder leer lassen oder die falsche Information "
|
1808 |
"einfügen, erhalten Sie wahrscheinlich eine defekte Anzeige."
|
1809 |
|
1810 |
-
#: dashboard/publisher/adverts-generator.php:
|
1811 |
msgid "NOTE:"
|
1812 |
msgstr "NOTIZ:"
|
1813 |
|
1814 |
-
#: dashboard/publisher/adverts-generator.php:
|
1815 |
msgid "If you insert an Advert Hash, all other fields are ignored."
|
1816 |
msgstr ""
|
1817 |
"Wenn Sie einen Anzeigenhash einfügen, werden alle anderen Felder ignoriert."
|
@@ -1960,16 +1745,12 @@ msgstr ""
|
|
1960 |
"Werbezyklus zu zählen."
|
1961 |
|
1962 |
#: dashboard/publisher/groups-edit.php:155
|
1963 |
-
#: dashboard/publisher/groups-edit.php:
|
1964 |
msgid "Get access to all features in AdRotate Pro."
|
1965 |
msgstr "Erhalten Sie Zugriff auf alle Funktionen in AdRotate Pro."
|
1966 |
|
1967 |
-
#: dashboard/publisher/groups-edit.php:155
|
1968 |
-
msgid "Upgrade today"
|
1969 |
-
msgstr "Noch heute Upgraden"
|
1970 |
-
|
1971 |
#: dashboard/publisher/groups-edit.php:162
|
1972 |
-
#: dashboard/publisher/groups-edit.php:
|
1973 |
msgid ""
|
1974 |
"Drag the AdRotate widget to the sidebar you want it in, select \"Group of "
|
1975 |
"Adverts\" and enter ID"
|
@@ -1978,11 +1759,15 @@ msgstr ""
|
|
1978 |
"\"Gruppe von Anzeigen\" und geben Sie die ID an"
|
1979 |
|
1980 |
#: dashboard/publisher/groups-edit.php:174
|
1981 |
-
#: dashboard/publisher/groups-edit.php:
|
1982 |
-
#: dashboard/publisher/groups-edit.php:
|
1983 |
msgid "Save Group"
|
1984 |
msgstr "Gruppe speichern"
|
1985 |
|
|
|
|
|
|
|
|
|
1986 |
#: dashboard/publisher/groups-edit.php:182
|
1987 |
msgid "Advert Margin"
|
1988 |
msgstr "Anzeigen-Rand"
|
@@ -2061,7 +1846,7 @@ msgstr ""
|
|
2061 |
msgid "Fallback Group"
|
2062 |
msgstr "Fallback-Gruppe"
|
2063 |
|
2064 |
-
#: dashboard/publisher/groups-edit.php:
|
2065 |
msgid ""
|
2066 |
"Select another group to fall back on when all adverts are expired, not in "
|
2067 |
"the visitors geographic area or are otherwise unavailable."
|
@@ -2069,133 +1854,137 @@ msgstr ""
|
|
2069 |
"Wählen Sie eine andere Gruppe, wenn alle Anzeigen abgelaufen sind, die nicht "
|
2070 |
"im geographischen Bereich des Besuchers oder anderweitig verfügbar sind."
|
2071 |
|
2072 |
-
#: dashboard/publisher/groups-edit.php:
|
2073 |
-
#: dashboard/publisher/groups-edit.php:
|
2074 |
#: dashboard/settings/geotargeting.php:24
|
2075 |
msgid "Disabled"
|
2076 |
msgstr "Deaktiviert"
|
2077 |
|
2078 |
-
#: dashboard/publisher/groups-edit.php:
|
2079 |
-
#: dashboard/publisher/groups-edit.php:
|
2080 |
msgid "Widget (Pro only)"
|
2081 |
msgstr "Widget (nur Pro)"
|
2082 |
|
2083 |
-
#: dashboard/publisher/groups-edit.php:
|
2084 |
-
#: dashboard/publisher/groups-edit.php:
|
2085 |
msgid "Before content"
|
2086 |
msgstr "Vor dem Inhalt"
|
2087 |
|
2088 |
-
#: dashboard/publisher/groups-edit.php:
|
2089 |
-
#: dashboard/publisher/groups-edit.php:
|
2090 |
msgid "After content"
|
2091 |
msgstr "Nach dem Inhalt"
|
2092 |
|
2093 |
-
#: dashboard/publisher/groups-edit.php:
|
2094 |
-
#: dashboard/publisher/groups-edit.php:
|
2095 |
msgid "Before and after content"
|
2096 |
msgstr "Vor und nach dem Inhalt"
|
2097 |
|
2098 |
-
#: dashboard/publisher/groups-edit.php:
|
2099 |
-
#: dashboard/publisher/groups-edit.php:
|
2100 |
msgid "Inside the content..."
|
2101 |
msgstr "Im Inhalt..."
|
2102 |
|
2103 |
-
#: dashboard/publisher/groups-edit.php:
|
2104 |
-
#: dashboard/publisher/groups-edit.php:
|
2105 |
msgid "after the middle paragraph"
|
2106 |
msgstr "nach dem mittleren Absatz"
|
2107 |
|
2108 |
-
#: dashboard/publisher/groups-edit.php:
|
2109 |
-
#: dashboard/publisher/groups-edit.php:
|
2110 |
msgid "after the 1st paragraph"
|
2111 |
msgstr "nach dem 1. Absatz"
|
2112 |
|
2113 |
-
#: dashboard/publisher/groups-edit.php:
|
2114 |
-
#: dashboard/publisher/groups-edit.php:
|
2115 |
msgid "after the 2nd paragraph"
|
2116 |
msgstr "nach dem 2. Absatz"
|
2117 |
|
2118 |
-
#: dashboard/publisher/groups-edit.php:
|
2119 |
-
#: dashboard/publisher/groups-edit.php:
|
2120 |
msgid "after the 3rd paragraph"
|
2121 |
msgstr "nach dem 3. Absatz"
|
2122 |
|
2123 |
-
#: dashboard/publisher/groups-edit.php:
|
2124 |
-
#: dashboard/publisher/groups-edit.php:
|
2125 |
msgid "after the 4th paragraph"
|
2126 |
msgstr "nach dem 4. Absatz"
|
2127 |
|
2128 |
-
#: dashboard/publisher/groups-edit.php:
|
2129 |
-
#: dashboard/publisher/groups-edit.php:
|
2130 |
msgid "after the 5th paragraph"
|
2131 |
msgstr "nach dem 5. Absatz"
|
2132 |
|
2133 |
-
#: dashboard/publisher/groups-edit.php:
|
2134 |
-
#: dashboard/publisher/groups-edit.php:
|
2135 |
msgid "after the 6th paragraph"
|
2136 |
msgstr "nach dem 6. Absatz"
|
2137 |
|
2138 |
-
#: dashboard/publisher/groups-edit.php:
|
2139 |
-
#: dashboard/publisher/groups-edit.php:
|
2140 |
msgid "after the 7th paragraph"
|
2141 |
msgstr "nach dem 7. Absatz"
|
2142 |
|
2143 |
-
#: dashboard/publisher/groups-edit.php:
|
2144 |
-
#: dashboard/publisher/groups-edit.php:
|
2145 |
msgid "after the 8th paragraph"
|
2146 |
msgstr "nach dem 8. Absatz"
|
2147 |
|
2148 |
-
#: dashboard/publisher/groups-edit.php:
|
2149 |
msgid "Page Injection"
|
2150 |
msgstr "Seiten-Injektion"
|
2151 |
|
2152 |
-
#: dashboard/publisher/groups-edit.php:
|
2153 |
msgid "Wrapper code"
|
2154 |
msgstr "Wrappercode"
|
2155 |
|
2156 |
-
#: dashboard/publisher/groups-edit.php:
|
2157 |
msgid "Wraps around each advert. HTML/JavaScript allowed, use with care!"
|
2158 |
msgstr "Wrapps um jede Anzeige. HTML/JavaScript ist zugelassen, aber Vorsicht!"
|
2159 |
|
2160 |
-
#: dashboard/publisher/groups-edit.php:
|
2161 |
msgid "Before advert"
|
2162 |
msgstr "Vor der Anzeige"
|
2163 |
|
2164 |
-
#: dashboard/publisher/groups-edit.php:
|
2165 |
-
#: dashboard/publisher/groups-edit.php:
|
2166 |
msgid "Example:"
|
2167 |
msgstr "Beispiel:"
|
2168 |
|
2169 |
-
#: dashboard/publisher/groups-edit.php:
|
2170 |
msgid "Options:"
|
2171 |
msgstr "Optionen:"
|
2172 |
|
2173 |
-
#: dashboard/publisher/groups-edit.php:
|
2174 |
msgid "After advert"
|
2175 |
msgstr "Nach der Anzeige"
|
2176 |
|
2177 |
-
#: dashboard/publisher/groups-edit.php:
|
2178 |
msgid "Select adverts"
|
2179 |
msgstr "Anzeigen auswählen"
|
2180 |
|
2181 |
-
#: dashboard/publisher/groups-edit.php:
|
2182 |
msgid "Visible until"
|
2183 |
msgstr "Sichtbar bis"
|
2184 |
|
2185 |
-
#: dashboard/publisher/groups-edit.php:
|
|
|
|
|
|
|
|
|
2186 |
msgid "No adverts created!"
|
2187 |
msgstr "Es wurden keine Anzeigen erstellt!"
|
2188 |
|
2189 |
-
#: dashboard/publisher/groups-edit.php:
|
2190 |
msgid "Configuration errors."
|
2191 |
msgstr "Konfigurationsfehler."
|
2192 |
|
2193 |
-
#: dashboard/publisher/groups-edit.php:
|
2194 |
#: dashboard/publisher/schedules-main.php:87
|
2195 |
msgid "Expires soon."
|
2196 |
msgstr "Läuft ab."
|
2197 |
|
2198 |
-
#: dashboard/publisher/groups-edit.php:
|
2199 |
#: dashboard/publisher/schedules-main.php:88
|
2200 |
msgid "Has expired."
|
2201 |
msgstr "Ist abgelaufen."
|
@@ -3493,6 +3282,184 @@ msgstr "Hilfe erhalten"
|
|
3493 |
msgid "Premium Support is available in AdRotate Pro!"
|
3494 |
msgstr "Diese Funktion ist verfügbar in AdRotate Pro!"
|
3495 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3496 |
#~ msgid "AdRotate Professional"
|
3497 |
#~ msgstr "AdRotate Professional"
|
3498 |
|
@@ -4790,21 +4757,6 @@ msgstr "Diese Funktion ist verfügbar in AdRotate Pro!"
|
|
4790 |
#~ "Diese Anzeige wurde abgelehnt. Bitte passen Sie die Anzeige so an, dass "
|
4791 |
#~ "Sie den Anforderungen entspricht!"
|
4792 |
|
4793 |
-
#~ msgid "This advert is expired and currently not shown on your website!"
|
4794 |
-
#~ msgstr ""
|
4795 |
-
#~ "Diese Anzeige ist abgelaufen und wird derzeit nicht auf Ihrer Website "
|
4796 |
-
#~ "angezeigt!"
|
4797 |
-
|
4798 |
-
#~ msgid "The advert will expire in less than 2 days!"
|
4799 |
-
#~ msgstr "Die Anzeige läuft in weniger als 2 Tagen ab!"
|
4800 |
-
|
4801 |
-
#~ msgid "This advert will expire in less than 7 days!"
|
4802 |
-
#~ msgstr "Diese Anzeige läuft in weniger als 7 Tage ab!"
|
4803 |
-
|
4804 |
-
#~ msgid "This advert has been disabled and does not rotate on your site!"
|
4805 |
-
#~ msgstr ""
|
4806 |
-
#~ "Diese Anzeige wurde deaktiviert und rotiert nicht mehr auf Ihrer Website!"
|
4807 |
-
|
4808 |
#~ msgid "This advert has been archived and can not be activated anymore!"
|
4809 |
#~ msgstr ""
|
4810 |
#~ "Diese Anzeige wurde archiviert und kann nicht mehr aktiviert werden!"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: AdRotate\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2021-05-19 12:25-0500\n"
|
6 |
+
"PO-Revision-Date: 2021-05-19 12:27-0500\n"
|
7 |
"Last-Translator: Arnan de Gans <support@ajdg.solutions>\n"
|
8 |
"Language-Team: Arnan de Gans from AJdG Solutions <info@adrotateplugin.com>\n"
|
9 |
"Language: de\n"
|
13 |
"X-Poedit-KeywordsList: __;_e;_\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
+
"X-Generator: Poedit 2.4.2\n"
|
17 |
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
#: adrotate-functions.php:784
|
21 |
+
msgid "Advert saved"
|
22 |
msgstr "Anzeige gespeichert"
|
23 |
|
24 |
#: adrotate-functions.php:788
|
50 |
"Sie sicher, dass Ihre Berechtigungen in Ordnung sind."
|
51 |
|
52 |
#: adrotate-functions.php:812
|
53 |
+
msgid "Advert(s) statistics reset"
|
54 |
msgstr "Anzeige(n) Statistik-Reset"
|
55 |
|
56 |
#: adrotate-functions.php:816
|
57 |
+
msgid "Advert(s) renewed"
|
58 |
+
msgstr "Anzeige(e) erneuert"
|
59 |
|
60 |
#: adrotate-functions.php:820
|
61 |
+
msgid "Advert(s) deactivated"
|
62 |
+
msgstr "Anzeigen deaktiviert"
|
63 |
|
64 |
#: adrotate-functions.php:824
|
65 |
+
msgid "Advert(s) activated"
|
66 |
msgstr "Anzeige(n) aktiviert"
|
67 |
|
68 |
#: adrotate-functions.php:828
|
69 |
+
msgid "Group including the Adverts in it deleted"
|
70 |
+
msgstr "Gruppe einschließlich der darin gelöschten Anzeigen"
|
71 |
|
72 |
#: adrotate-functions.php:832
|
73 |
msgid "Export created"
|
76 |
#: adrotate-functions.php:836
|
77 |
msgid ""
|
78 |
"Advert HTML generated and placed in the AdCode field. Configure your advert "
|
79 |
+
"below. Do not forget to check all settings and schedule the advert."
|
80 |
msgstr ""
|
81 |
"Anzeigen-HTML generiert und im AdCode-Feld platziert. Konfigurieren Sie Ihre "
|
82 |
+
"Anzeige unten. Vergessen Sie nicht, alle Einstellungen zu überprüfen und die "
|
83 |
+
"Anzeige zu planen."
|
84 |
|
85 |
#: adrotate-functions.php:841
|
86 |
msgid "Settings saved"
|
95 |
msgstr "Datenbank repariert"
|
96 |
|
97 |
#: adrotate-functions.php:853
|
98 |
+
msgid "Adverts evaluated and statuses have been corrected where required"
|
99 |
msgstr ""
|
100 |
"Anzeigen wurden überprüft und Zustände korrigiert, wo es erforderlich war"
|
101 |
|
109 |
|
110 |
#: adrotate-functions.php:866
|
111 |
msgid ""
|
112 |
+
"The advert was saved but has an issue which might prevent it from working "
|
113 |
+
"properly. Review the colored advert."
|
114 |
msgstr ""
|
115 |
"Die Anzeige wurde zwar gespeichert, aber hat ein Problem, so dass sie "
|
116 |
"möglicherweise nicht ordnungsgemäß funktionieren könnte. Überprüfen Sie die "
|
129 |
msgstr "Formular kann nicht (teilweise) leer sein!"
|
130 |
|
131 |
#: adrotate-functions.php:882
|
132 |
+
msgid "No adverts found."
|
133 |
+
msgstr "Keine Anzeigen gefunden."
|
134 |
|
135 |
#: adrotate-functions.php:886
|
136 |
msgid ""
|
183 |
|
184 |
#: adrotate-output.php:562
|
185 |
msgid ""
|
186 |
+
"Error, Advert is not available at this time due to schedule/geolocation "
|
187 |
"restrictions!"
|
188 |
msgstr ""
|
189 |
+
"Fehler, Anzeige ist derzeit aufgrund von Zeitplan-/Geolocation-"
|
190 |
+
"Einschränkungen nicht verfügbar!"
|
191 |
|
192 |
#: adrotate-output.php:567
|
193 |
msgid ""
|
198 |
"nicht entsprechend eingestellt!"
|
199 |
|
200 |
#: adrotate-output.php:572
|
201 |
+
msgid "Error, no Advert ID set! Check your syntax!"
|
202 |
+
msgstr "Fehler, kein Anzeigen-ID-Satz! Überprüfen Sie Ihre Syntax!"
|
203 |
|
204 |
#: adrotate-output.php:578
|
205 |
msgid "Error, no group ID set! Check your syntax!"
|
393 |
msgstr ""
|
394 |
"Erhalten Sie Zugang zu Premium-Support und kostenlosen Updates für ein Jahr!"
|
395 |
|
396 |
+
#: adrotate-output.php:851 dashboard/publisher/groups-edit.php:155
|
397 |
+
msgid "Upgrade today"
|
398 |
+
msgstr "Noch heute Upgraden"
|
399 |
|
400 |
#: adrotate-statistics.php:155
|
401 |
msgid "January"
|
532 |
msgstr "Medien verwalten"
|
533 |
|
534 |
#: adrotate.php:111 adrotate.php:522 dashboard/adrotatepro.php:98
|
535 |
+
#: dashboard/publisher/adverts-edit.php:174
|
536 |
#: dashboard/publisher/statistics-main.php:23
|
537 |
#: dashboard/settings/statistics.php:17
|
538 |
msgid "Statistics"
|
559 |
msgstr "Verwalten"
|
560 |
|
561 |
#: adrotate.php:257
|
562 |
+
msgid "Advert Generator"
|
563 |
+
msgstr "Anzeige generator"
|
564 |
|
565 |
+
#: adrotate.php:258 dashboard/publisher/adverts-edit.php:104
|
566 |
+
msgid "New Advert"
|
567 |
+
msgstr "Neue Anzeige"
|
568 |
+
|
569 |
+
#: adrotate.php:328
|
570 |
msgid "Add New"
|
571 |
msgstr "Neu hinzufügen"
|
572 |
|
603 |
msgid "Notifications"
|
604 |
msgstr "Benachrichtigungen"
|
605 |
|
606 |
+
#: adrotate.php:523 dashboard/publisher/groups-edit.php:205
|
|
|
607 |
#: dashboard/settings/advertisers.php:38
|
608 |
msgid "Geo Targeting"
|
609 |
msgstr "Geo Targeting"
|
771 |
msgid "Adverts that need you"
|
772 |
msgstr "Achten Sie auf folgende Anzeigen"
|
773 |
|
774 |
+
#: dashboard/info.php:34 dashboard/publisher/adverts-edit.php:261
|
775 |
#: dashboard/publisher/groups-main.php:34
|
776 |
#: dashboard/publisher/schedules-main.php:34
|
777 |
#: dashboard/publisher/statistics-main.php:35
|
851 |
msgstr "Bulk-Aktionen"
|
852 |
|
853 |
#: dashboard/publisher/adverts-disabled.php:21
|
854 |
+
#: dashboard/publisher/adverts-edit.php:182
|
855 |
msgid "Activate"
|
856 |
msgstr "Aktivieren"
|
857 |
|
877 |
msgstr "Los"
|
878 |
|
879 |
#: dashboard/publisher/adverts-disabled.php:35
|
880 |
+
#: dashboard/publisher/adverts-edit.php:259
|
881 |
#: dashboard/publisher/adverts-error.php:39
|
882 |
#: dashboard/publisher/adverts-main.php:39
|
883 |
+
#: dashboard/publisher/groups-edit.php:350
|
884 |
#: dashboard/publisher/groups-main.php:32
|
885 |
#: dashboard/publisher/schedules-main.php:31
|
886 |
msgid "ID"
|
895 |
|
896 |
#: dashboard/publisher/adverts-disabled.php:37
|
897 |
#: dashboard/publisher/adverts-edit.php:112
|
898 |
+
#: dashboard/publisher/adverts-edit.php:260
|
899 |
#: dashboard/publisher/adverts-error.php:40
|
900 |
#: dashboard/publisher/adverts-main.php:41
|
901 |
#: dashboard/publisher/groups-edit.php:65
|
902 |
+
#: dashboard/publisher/groups-edit.php:351
|
903 |
#: dashboard/publisher/groups-main.php:33 dashboard/publisher/media.php:48
|
904 |
#: dashboard/publisher/schedules-main.php:33
|
905 |
msgid "Name"
|
907 |
|
908 |
#: dashboard/publisher/adverts-disabled.php:39
|
909 |
#: dashboard/publisher/adverts-main.php:43
|
910 |
+
#: dashboard/publisher/groups-edit.php:355
|
911 |
#: dashboard/publisher/groups-main.php:36
|
912 |
msgid "Shown"
|
913 |
msgstr "Gezeigt"
|
914 |
|
915 |
#: dashboard/publisher/adverts-disabled.php:40
|
916 |
#: dashboard/publisher/adverts-main.php:45
|
917 |
+
#: dashboard/publisher/groups-edit.php:356
|
918 |
#: dashboard/publisher/groups-main.php:38
|
919 |
#: dashboard/publisher/statistics-advert.php:52
|
920 |
#: dashboard/publisher/statistics-advert.php:58
|
1002 |
|
1003 |
#: dashboard/publisher/adverts-edit.php:67
|
1004 |
msgid ""
|
1005 |
+
"AdRotate cannot find an error but the advert is marked erroneous, try re-"
|
1006 |
+
"saving the ad!"
|
1007 |
msgstr ""
|
1008 |
+
"AdRotate kann keinen Fehler finden, aber die Anzeige ist als fehlerhaft "
|
1009 |
+
"markiert, versuchen Sie, die Anzeige erneut zu speichern!"
|
1010 |
|
1011 |
#: dashboard/publisher/adverts-edit.php:70
|
1012 |
+
msgid "This advert is expired and currently not shown on your website!"
|
1013 |
msgstr ""
|
1014 |
"Diese Anzeige ist abgelaufen und wird derzeit nicht auf Ihrer Website "
|
1015 |
"angezeigt!"
|
1016 |
|
1017 |
#: dashboard/publisher/adverts-edit.php:73
|
1018 |
+
msgid "The advert will expire in less than 2 days!"
|
1019 |
msgstr "Die Anzeige läuft in weniger als 2 Tagen ab!"
|
1020 |
|
1021 |
#: dashboard/publisher/adverts-edit.php:76
|
1022 |
+
msgid "This advert will expire in less than 7 days!"
|
1023 |
+
msgstr "Diese Anzeige läuft in weniger als 7 Tage ab!"
|
1024 |
|
1025 |
#: dashboard/publisher/adverts-edit.php:79
|
1026 |
+
msgid "This advert has been disabled and does not rotate on your site!"
|
1027 |
msgstr ""
|
1028 |
"Diese Anzeige wurde deaktiviert und rotiert nicht mehr auf Ihrer Website!"
|
1029 |
|
|
|
|
|
|
|
|
|
1030 |
#: dashboard/publisher/adverts-edit.php:106
|
1031 |
msgid "Edit Advert"
|
1032 |
msgstr "Anzeige bearbeiten"
|
1108 |
msgid "Banner asset"
|
1109 |
msgstr "Banner anzeigen"
|
1110 |
|
1111 |
+
#: dashboard/publisher/adverts-edit.php:155
|
1112 |
msgid "WordPress media:"
|
1113 |
msgstr "WordPress-Medien:"
|
1114 |
|
1115 |
+
#: dashboard/publisher/adverts-edit.php:155
|
1116 |
msgid "Select Banner"
|
1117 |
msgstr "Banner wählen"
|
1118 |
|
1119 |
+
#: dashboard/publisher/adverts-edit.php:157
|
1120 |
msgid "- OR -"
|
1121 |
msgstr "ODER"
|
1122 |
|
1123 |
+
#: dashboard/publisher/adverts-edit.php:158
|
1124 |
msgid "Banner folder:"
|
1125 |
msgstr "Banner-Ordner:"
|
1126 |
|
1127 |
+
#: dashboard/publisher/adverts-edit.php:159
|
1128 |
msgid "No image selected"
|
1129 |
msgstr "Kein Bild ausgewählt"
|
1130 |
|
1131 |
+
#: dashboard/publisher/adverts-edit.php:169
|
1132 |
msgid "Use %asset% in the adcode instead of the file path."
|
1133 |
msgstr "Verwenden Sie %asset% im Adcode statt des Dateipfades."
|
1134 |
|
1135 |
+
#: dashboard/publisher/adverts-edit.php:169
|
1136 |
msgid ""
|
1137 |
"Use either the text field or the dropdown. If the textfield has content that "
|
1138 |
"field has priority."
|
1140 |
"Verwenden Sie das Textfeld oder die Dropdown-Liste. Wenndas Textfeld "
|
1141 |
"gefüllt ist, hat das Feld Priorität."
|
1142 |
|
1143 |
+
#: dashboard/publisher/adverts-edit.php:176
|
1144 |
msgid "Enable click and impression tracking for this advert."
|
1145 |
msgstr "Klick und eindrücke Verfolgung für diese Anzeige aktivieren."
|
1146 |
|
1147 |
+
#: dashboard/publisher/adverts-edit.php:177
|
1148 |
msgid ""
|
1149 |
"Note: Clicktracking does not work for Javascript adverts such as those "
|
1150 |
"provided by Google AdSense/DFP/DoubleClick. HTML5/Flash adverts are not "
|
1154 |
"beispielsweise von Google AdSense/DFP/DoubleClick. HTML5/Flash-Anzeigen "
|
1155 |
"werden nicht immer unterstützt."
|
1156 |
|
1157 |
+
#: dashboard/publisher/adverts-edit.php:185
|
1158 |
msgid "Enabled, this ad will be visible"
|
1159 |
msgstr "Aktiviert, wird diese Anzeige sichtbar"
|
1160 |
|
1161 |
+
#: dashboard/publisher/adverts-edit.php:186
|
1162 |
msgid "Disabled, do not show this advert anywhere"
|
1163 |
msgstr "Deaktiviert, zeigen Sie diese Anzeige nirgendwo an"
|
1164 |
|
1165 |
+
#: dashboard/publisher/adverts-edit.php:192
|
1166 |
+
msgid ""
|
1167 |
+
"Target your audience with Geo Targeting and easily select which devices and "
|
1168 |
+
"mobile operating systems the advert should show on with AdRotate Pro!"
|
1169 |
+
msgstr ""
|
1170 |
+
"Richten Sie Ihre Zielgruppe mit Geo Targeting an und wählen Sie ganz einfach "
|
1171 |
+
"aus, welche Geräte und mobilen Betriebssysteme die Anzeige mit AdRotate Pro "
|
1172 |
+
"anzeigen soll!"
|
1173 |
|
1174 |
+
#: dashboard/publisher/adverts-edit.php:192
|
1175 |
+
#: dashboard/publisher/adverts-edit.php:230
|
1176 |
+
#: dashboard/publisher/groups-edit.php:227
|
|
|
|
|
1177 |
#: dashboard/publisher/statistics-advert.php:109
|
1178 |
#: dashboard/publisher/statistics-group.php:113
|
1179 |
#: dashboard/publisher/statistics-main.php:83
|
1180 |
msgid "Upgrade now"
|
1181 |
msgstr "Jetzt upgraden"
|
1182 |
|
1183 |
+
#: dashboard/publisher/adverts-edit.php:194
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1184 |
msgid "Schedule your advert"
|
1185 |
msgstr "Planen Sie Ihre Anzeige"
|
1186 |
|
1187 |
+
#: dashboard/publisher/adverts-edit.php:195
|
1188 |
msgid ""
|
1189 |
"Time uses a 24 hour clock. When you're used to the AM/PM system keep this in "
|
1190 |
"mind: If the start or end time is after lunch, add 12 hours. 2PM is 14:00 "
|
1195 |
"ist, müssen 12 Stunden hinzugefügt werden. 2PM ist 14:00 Uhr. 6AM ist 06:00 "
|
1196 |
"Uhr."
|
1197 |
|
1198 |
+
#: dashboard/publisher/adverts-edit.php:199
|
1199 |
msgid "Start date"
|
1200 |
msgstr "Startdatum"
|
1201 |
|
1202 |
+
#: dashboard/publisher/adverts-edit.php:203
|
1203 |
msgid "End date"
|
1204 |
msgstr "Enddatum"
|
1205 |
|
1206 |
+
#: dashboard/publisher/adverts-edit.php:209
|
1207 |
msgid "Start time"
|
1208 |
msgstr "Startzeit"
|
1209 |
|
1210 |
+
#: dashboard/publisher/adverts-edit.php:214
|
1211 |
msgid "End time"
|
1212 |
msgstr "Endzeit"
|
1213 |
|
1214 |
+
#: dashboard/publisher/adverts-edit.php:222
|
1215 |
msgid "Maximum Clicks"
|
1216 |
msgstr "Maximale Klicks"
|
1217 |
|
1218 |
+
#: dashboard/publisher/adverts-edit.php:223
|
1219 |
+
#: dashboard/publisher/adverts-edit.php:225
|
1220 |
msgid "Leave empty or 0 to skip this."
|
1221 |
msgstr "Leer lassen oder 0, um dies zu überspringen."
|
1222 |
|
1223 |
+
#: dashboard/publisher/adverts-edit.php:224
|
1224 |
msgid "Maximum Impressions"
|
1225 |
msgstr "Maximale Impressionen"
|
1226 |
|
1227 |
+
#: dashboard/publisher/adverts-edit.php:230
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1228 |
msgid ""
|
1229 |
+
"Plan ahead and create multiple and more advanced schedules for each advert "
|
1230 |
+
"with AdRotate Pro."
|
1231 |
msgstr ""
|
1232 |
+
"Planen Sie im Voraus und erstellen Sie mehrere und erweiterte Zeitpläne für "
|
1233 |
+
"jede Anzeige mit AdRotate Pro."
|
1234 |
|
1235 |
+
#: dashboard/publisher/adverts-edit.php:232
|
1236 |
+
#: dashboard/publisher/groups-edit.php:157
|
1237 |
+
#: dashboard/publisher/groups-edit.php:302
|
1238 |
+
msgid "Usage"
|
1239 |
+
msgstr "Verwendung"
|
1240 |
|
1241 |
+
#: dashboard/publisher/adverts-edit.php:236
|
1242 |
+
#: dashboard/publisher/groups-edit.php:161
|
1243 |
+
#: dashboard/publisher/groups-edit.php:306
|
1244 |
+
msgid "Widget"
|
1245 |
+
msgstr "Widget"
|
1246 |
|
1247 |
+
#: dashboard/publisher/adverts-edit.php:237
|
|
|
1248 |
msgid ""
|
1249 |
+
"Drag the AdRotate widget to the sidebar where you want to place the advert "
|
1250 |
+
"and select the advert or the group the advert is in."
|
1251 |
msgstr ""
|
1252 |
+
"Ziehen Sie das AdRotate Widget in die Seitenleiste, wo Sie Ihre Anzeige "
|
1253 |
+
"platzieren möchten und wählen Sie ein Anzeige oder eine Gruppe mit Anzeigen."
|
|
|
|
|
|
|
|
|
1254 |
|
1255 |
+
#: dashboard/publisher/adverts-edit.php:240
|
1256 |
+
#: dashboard/publisher/groups-edit.php:165
|
1257 |
+
#: dashboard/publisher/groups-edit.php:310
|
1258 |
+
msgid "In a post or page"
|
1259 |
+
msgstr "In einem Beitrag oder eine Seite"
|
1260 |
|
1261 |
+
#: dashboard/publisher/adverts-edit.php:242
|
1262 |
+
#: dashboard/publisher/groups-edit.php:167
|
1263 |
+
#: dashboard/publisher/groups-edit.php:312
|
1264 |
+
msgid "Directly in a theme"
|
1265 |
+
msgstr "Direkt im theme"
|
1266 |
|
1267 |
+
#: dashboard/publisher/adverts-edit.php:249
|
1268 |
+
#: dashboard/publisher/adverts-edit.php:292
|
1269 |
+
msgid "Save Advert"
|
1270 |
+
msgstr "Anzeige speichern"
|
1271 |
|
1272 |
+
#: dashboard/publisher/adverts-edit.php:250
|
1273 |
+
#: dashboard/publisher/adverts-edit.php:293
|
1274 |
+
#: dashboard/publisher/adverts-generator.php:148
|
1275 |
+
#: dashboard/publisher/groups-edit.php:175
|
1276 |
+
#: dashboard/publisher/groups-edit.php:320
|
1277 |
+
#: dashboard/publisher/groups-edit.php:414
|
1278 |
+
msgid "Cancel"
|
1279 |
+
msgstr "Abbrechen"
|
1280 |
|
1281 |
+
#: dashboard/publisher/adverts-edit.php:254
|
1282 |
msgid "Select Groups"
|
1283 |
msgstr "Gruppen auswählen"
|
1284 |
|
1285 |
+
#: dashboard/publisher/adverts-edit.php:270
|
1286 |
#: dashboard/publisher/groups-main.php:60
|
1287 |
#: dashboard/settings/geotargeting.php:54 dashboard/settings/statistics.php:25
|
1288 |
msgid "Default"
|
1289 |
msgstr "Standard"
|
1290 |
|
1291 |
+
#: dashboard/publisher/adverts-edit.php:271
|
1292 |
#: dashboard/publisher/groups-main.php:61
|
1293 |
msgid "Dynamic"
|
1294 |
msgstr "Dynamisch"
|
1295 |
|
1296 |
+
#: dashboard/publisher/adverts-edit.php:271
|
1297 |
#: dashboard/publisher/groups-main.php:61
|
1298 |
msgid "second rotation"
|
1299 |
msgstr "Zweite rotation"
|
1300 |
|
1301 |
+
#: dashboard/publisher/adverts-edit.php:272
|
1302 |
#: dashboard/publisher/groups-main.php:62
|
1303 |
msgid "Block"
|
1304 |
msgstr "Block"
|
1305 |
|
1306 |
+
#: dashboard/publisher/adverts-edit.php:272
|
1307 |
#: dashboard/publisher/groups-main.php:62
|
1308 |
msgid "grid"
|
1309 |
msgstr "Raster"
|
1310 |
|
1311 |
+
#: dashboard/publisher/adverts-edit.php:273
|
1312 |
+
#: dashboard/publisher/groups-edit.php:234
|
1313 |
#: dashboard/publisher/groups-main.php:63
|
1314 |
msgid "Post Injection"
|
1315 |
msgstr "Post Injection"
|
1316 |
|
1317 |
+
#: dashboard/publisher/adverts-edit.php:274
|
1318 |
msgid "Geolocation"
|
1319 |
msgstr "Geolokalisierung"
|
1320 |
|
1321 |
+
#: dashboard/publisher/adverts-edit.php:281
|
1322 |
#: dashboard/publisher/groups-edit.php:74
|
1323 |
#: dashboard/publisher/groups-main.php:70
|
1324 |
msgid "Mode"
|
1325 |
msgstr "Modus"
|
1326 |
|
1327 |
+
#: dashboard/publisher/adverts-edit.php:298
|
1328 |
+
#: dashboard/publisher/adverts-generator.php:131
|
1329 |
msgid "Portability"
|
1330 |
msgstr "Portabilität"
|
1331 |
|
1332 |
+
#: dashboard/publisher/adverts-edit.php:299
|
1333 |
msgid ""
|
1334 |
"This long code is your advert. It includes all settings from above except "
|
1335 |
"the schedule and group selection. You can import this hash into another "
|
1346 |
"Sie können den Hash in das Feld \"Anzeigenhash\" im Anzeigengenerator eines "
|
1347 |
"anderen AdRotate-Setups einfügen."
|
1348 |
|
1349 |
+
#: dashboard/publisher/adverts-edit.php:303
|
1350 |
+
#: dashboard/publisher/adverts-generator.php:137
|
1351 |
msgid "Advert hash"
|
1352 |
msgstr "Advert Hash"
|
1353 |
|
1402 |
msgid "Generate Advert Code"
|
1403 |
msgstr "Generieren von Werbecode"
|
1404 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1405 |
#: dashboard/publisher/adverts-generator.php:41
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1406 |
msgid "Required"
|
1407 |
msgstr "Erforderlich"
|
1408 |
|
1409 |
+
#: dashboard/publisher/adverts-generator.php:47
|
1410 |
msgid "Banner image"
|
1411 |
msgstr "Banner-Bild"
|
1412 |
|
1413 |
+
#: dashboard/publisher/adverts-generator.php:50
|
1414 |
msgid "Select advert image"
|
1415 |
msgstr "Anzeigenbild auswählen"
|
1416 |
|
1417 |
+
#: dashboard/publisher/adverts-generator.php:56
|
1418 |
msgid "Is your file not listed? Upload it to the banners folder using (s)FTP."
|
1419 |
msgstr ""
|
1420 |
"Ist Ihre Datei nicht aufgeführt? Laden Sie es über den AdRotate Media "
|
1421 |
"Manager hoch."
|
1422 |
|
1423 |
+
#: dashboard/publisher/adverts-generator.php:60
|
1424 |
msgid "Target website"
|
1425 |
msgstr "Ziel-Website"
|
1426 |
|
1427 |
+
#: dashboard/publisher/adverts-generator.php:62
|
1428 |
msgid "Where does the person clicking the advert go?"
|
1429 |
msgstr "Wohin geht die Person, die auf die Anzeige klickt?"
|
1430 |
|
1431 |
+
#: dashboard/publisher/adverts-generator.php:69
|
1432 |
msgid "Viewports"
|
1433 |
msgstr "Ansichtsfenster"
|
1434 |
|
1435 |
+
#: dashboard/publisher/adverts-generator.php:69
|
1436 |
+
#: dashboard/publisher/groups-edit.php:218
|
1437 |
#: dashboard/settings/notifications.php:48
|
1438 |
msgid "Available in AdRotate Pro"
|
1439 |
msgstr "Erhältlich in AdRotate Pro"
|
1440 |
|
1441 |
+
#: dashboard/publisher/adverts-generator.php:75
|
1442 |
msgid "Smaller Devices"
|
1443 |
msgstr "Kleinere Geräte"
|
1444 |
|
1445 |
+
#: dashboard/publisher/adverts-generator.php:78
|
1446 |
+
#: dashboard/publisher/adverts-generator.php:86
|
1447 |
+
#: dashboard/publisher/adverts-generator.php:94
|
1448 |
msgid "No file selected"
|
1449 |
msgstr "Keine Datei ausgewählt"
|
1450 |
|
1451 |
+
#: dashboard/publisher/adverts-generator.php:79
|
1452 |
msgid ""
|
1453 |
"Smaller smartphones and tablets with a viewport of up to 480px wide (up-to "
|
1454 |
"1440px resolution)."
|
1456 |
"Kleinere Smartphones und Tablets mit einem Ansichtsfenster von bis zu 480px "
|
1457 |
"Breit (bis zu 1440px Auflösung)."
|
1458 |
|
1459 |
+
#: dashboard/publisher/adverts-generator.php:83
|
1460 |
msgid "Medium sized Devices"
|
1461 |
msgstr "Mittelgroße Geräte"
|
1462 |
|
1463 |
+
#: dashboard/publisher/adverts-generator.php:87
|
1464 |
msgid ""
|
1465 |
"Larger smartphones or Small tablets with a viewport of up to 960px wide (up-"
|
1466 |
"to 1536px resolution)."
|
1468 |
"Größere Smartphones oder kleine Tablets mit einem Ansichtsfenster von bis zu "
|
1469 |
"960px breit (bis zu 1536px Auflösung)."
|
1470 |
|
1471 |
+
#: dashboard/publisher/adverts-generator.php:91
|
1472 |
msgid "Larger Devices"
|
1473 |
msgstr "Größere Geräte"
|
1474 |
|
1475 |
+
#: dashboard/publisher/adverts-generator.php:95
|
1476 |
msgid ""
|
1477 |
"Small laptops and Larger tablets with a viewport of up to 1280px wide (up-to "
|
1478 |
"2048px resolution)."
|
1480 |
"Kleine Laptops und größere Tablets mit einem Ansichtsfenster von bis zu "
|
1481 |
"1280px breit (bis zu 2048px Auflösung)."
|
1482 |
|
1483 |
+
#: dashboard/publisher/adverts-generator.php:99
|
1484 |
#: dashboard/publisher/media.php:37
|
1485 |
msgid "Important:"
|
1486 |
msgstr "Wichtig:"
|
1487 |
|
1488 |
+
#: dashboard/publisher/adverts-generator.php:99
|
1489 |
msgid ""
|
1490 |
"All sizes are optional, but it is highly recommended to use at least the "
|
1491 |
"small and medium size. Devices with viewports greater than 1280px will use "
|
1495 |
"kleine und mittlere Größe zu verwenden. Geräte mit Ansichtsfenstern größer "
|
1496 |
"als 1280px verwenden das Banner in voller Größe."
|
1497 |
|
1498 |
+
#: dashboard/publisher/adverts-generator.php:99
|
1499 |
msgid ""
|
1500 |
"Are your files not listed? Upload them via the AdRotate Media Manager. For "
|
1501 |
"your convenience, use easy to use filenames."
|
1503 |
"Sind Ihre Dateien nicht aufgeführt? Laden Sie sie über den AdRotate Media "
|
1504 |
"Manager hoch. Verwenden Sie ganz einfach Dateinamen."
|
1505 |
|
1506 |
+
#: dashboard/publisher/adverts-generator.php:104
|
1507 |
msgid "Optional"
|
1508 |
msgstr "Optional"
|
1509 |
|
1510 |
+
#: dashboard/publisher/adverts-generator.php:110
|
1511 |
msgid "Target window"
|
1512 |
msgstr "Zielfenster"
|
1513 |
|
1514 |
+
#: dashboard/publisher/adverts-generator.php:112
|
1515 |
msgid "Open the advert in a new window?"
|
1516 |
msgstr "Öffnen Sie die Anzeige in einem neuen Fenster?"
|
1517 |
|
1518 |
+
#: dashboard/publisher/adverts-generator.php:112
|
1519 |
msgid "(Recommended)"
|
1520 |
msgstr "(Empfohlen)"
|
1521 |
|
1522 |
+
#: dashboard/publisher/adverts-generator.php:116
|
1523 |
msgid "NoFollow"
|
1524 |
msgstr "Nofollow"
|
1525 |
|
1526 |
+
#: dashboard/publisher/adverts-generator.php:118
|
1527 |
msgid "Tell crawlers and search engines not to follow the target website url?"
|
1528 |
msgstr ""
|
1529 |
"Sagen Sie Crawlern und Suchmaschinen, der URL der Zielwebsite nicht zu "
|
1530 |
"folgen?"
|
1531 |
|
1532 |
+
#: dashboard/publisher/adverts-generator.php:118
|
1533 |
+
#: dashboard/publisher/adverts-generator.php:124
|
1534 |
msgid "(Available in AdRotate Pro)"
|
1535 |
msgstr "(Verfügbar in AdRotate Pro)"
|
1536 |
|
1537 |
+
#: dashboard/publisher/adverts-generator.php:118
|
1538 |
msgid ""
|
1539 |
"Letting bots (Such as Googlebot) index paid links may negatively affect your "
|
1540 |
"SEO and PageRank."
|
1542 |
"Das Zulassen von Bots (wie Googlebot) zahlende Links kann sich negativ auf "
|
1543 |
"Ihre SEO und PageRank auswirken."
|
1544 |
|
1545 |
+
#: dashboard/publisher/adverts-generator.php:122
|
1546 |
msgid "Alt and Title"
|
1547 |
msgstr "Alt und Titel"
|
1548 |
|
1549 |
+
#: dashboard/publisher/adverts-generator.php:124
|
1550 |
msgid "Add an alt and title attribute based on the asset name?"
|
1551 |
msgstr ""
|
1552 |
"Fügen Sie ein Alt- und Titelattribut basierend auf dem Asset-Namen hinzu?"
|
1553 |
|
1554 |
+
#: dashboard/publisher/adverts-generator.php:124
|
1555 |
msgid ""
|
1556 |
"Some bots/crawlers use them as a descriptive measure to see what the code is "
|
1557 |
"about."
|
1559 |
"Einige Bots/Crawler verwenden sie als beschreibende Maßnahme, um zu sehen, "
|
1560 |
"worum es im Code geht."
|
1561 |
|
1562 |
+
#: dashboard/publisher/adverts-generator.php:139
|
1563 |
msgid ""
|
1564 |
"To import a ready made advert, enter a advert hash from another AdRotate "
|
1565 |
"setup..."
|
1567 |
"Um eine fertige Anzeige zu importieren, geben Sie einen Werbehash aus einem "
|
1568 |
"anderen AdRotate-Setup ein..."
|
1569 |
|
1570 |
+
#: dashboard/publisher/adverts-generator.php:147
|
1571 |
msgid "Generate and Configure Advert"
|
1572 |
msgstr "Generieren und Konfigurieren von Werbung"
|
1573 |
|
1574 |
+
#: dashboard/publisher/adverts-generator.php:148
|
1575 |
msgid "Always test your adverts before activating them."
|
1576 |
msgstr "Testen Sie Ihre Anzeigen immer, bevor Sie sie aktivieren."
|
1577 |
|
1578 |
+
#: dashboard/publisher/adverts-generator.php:151
|
1579 |
+
msgid "CAUTION:"
|
1580 |
msgstr "Vorsicht:"
|
1581 |
|
1582 |
+
#: dashboard/publisher/adverts-generator.php:151
|
1583 |
msgid ""
|
1584 |
"While the Code Generator has been tested and works, code generation, as "
|
1585 |
"always, is a interpretation of user input. If you provide the correct bits "
|
1592 |
"generiert werden. Wenn Sie Felder leer lassen oder die falsche Information "
|
1593 |
"einfügen, erhalten Sie wahrscheinlich eine defekte Anzeige."
|
1594 |
|
1595 |
+
#: dashboard/publisher/adverts-generator.php:151
|
1596 |
msgid "NOTE:"
|
1597 |
msgstr "NOTIZ:"
|
1598 |
|
1599 |
+
#: dashboard/publisher/adverts-generator.php:151
|
1600 |
msgid "If you insert an Advert Hash, all other fields are ignored."
|
1601 |
msgstr ""
|
1602 |
"Wenn Sie einen Anzeigenhash einfügen, werden alle anderen Felder ignoriert."
|
1745 |
"Werbezyklus zu zählen."
|
1746 |
|
1747 |
#: dashboard/publisher/groups-edit.php:155
|
1748 |
+
#: dashboard/publisher/groups-edit.php:227
|
1749 |
msgid "Get access to all features in AdRotate Pro."
|
1750 |
msgstr "Erhalten Sie Zugriff auf alle Funktionen in AdRotate Pro."
|
1751 |
|
|
|
|
|
|
|
|
|
1752 |
#: dashboard/publisher/groups-edit.php:162
|
1753 |
+
#: dashboard/publisher/groups-edit.php:307
|
1754 |
msgid ""
|
1755 |
"Drag the AdRotate widget to the sidebar you want it in, select \"Group of "
|
1756 |
"Adverts\" and enter ID"
|
1759 |
"\"Gruppe von Anzeigen\" und geben Sie die ID an"
|
1760 |
|
1761 |
#: dashboard/publisher/groups-edit.php:174
|
1762 |
+
#: dashboard/publisher/groups-edit.php:319
|
1763 |
+
#: dashboard/publisher/groups-edit.php:413
|
1764 |
msgid "Save Group"
|
1765 |
msgstr "Gruppe speichern"
|
1766 |
|
1767 |
+
#: dashboard/publisher/groups-edit.php:178 dashboard/settings/statistics.php:28
|
1768 |
+
msgid "Advanced"
|
1769 |
+
msgstr "Erweitert"
|
1770 |
+
|
1771 |
#: dashboard/publisher/groups-edit.php:182
|
1772 |
msgid "Advert Margin"
|
1773 |
msgstr "Anzeigen-Rand"
|
1846 |
msgid "Fallback Group"
|
1847 |
msgstr "Fallback-Gruppe"
|
1848 |
|
1849 |
+
#: dashboard/publisher/groups-edit.php:222
|
1850 |
msgid ""
|
1851 |
"Select another group to fall back on when all adverts are expired, not in "
|
1852 |
"the visitors geographic area or are otherwise unavailable."
|
1854 |
"Wählen Sie eine andere Gruppe, wenn alle Anzeigen abgelaufen sind, die nicht "
|
1855 |
"im geographischen Bereich des Besuchers oder anderweitig verfügbar sind."
|
1856 |
|
1857 |
+
#: dashboard/publisher/groups-edit.php:237
|
1858 |
+
#: dashboard/publisher/groups-edit.php:270
|
1859 |
#: dashboard/settings/geotargeting.php:24
|
1860 |
msgid "Disabled"
|
1861 |
msgstr "Deaktiviert"
|
1862 |
|
1863 |
+
#: dashboard/publisher/groups-edit.php:238
|
1864 |
+
#: dashboard/publisher/groups-edit.php:271
|
1865 |
msgid "Widget (Pro only)"
|
1866 |
msgstr "Widget (nur Pro)"
|
1867 |
|
1868 |
+
#: dashboard/publisher/groups-edit.php:239
|
1869 |
+
#: dashboard/publisher/groups-edit.php:272
|
1870 |
msgid "Before content"
|
1871 |
msgstr "Vor dem Inhalt"
|
1872 |
|
1873 |
+
#: dashboard/publisher/groups-edit.php:240
|
1874 |
+
#: dashboard/publisher/groups-edit.php:273
|
1875 |
msgid "After content"
|
1876 |
msgstr "Nach dem Inhalt"
|
1877 |
|
1878 |
+
#: dashboard/publisher/groups-edit.php:241
|
1879 |
+
#: dashboard/publisher/groups-edit.php:274
|
1880 |
msgid "Before and after content"
|
1881 |
msgstr "Vor und nach dem Inhalt"
|
1882 |
|
1883 |
+
#: dashboard/publisher/groups-edit.php:242
|
1884 |
+
#: dashboard/publisher/groups-edit.php:275
|
1885 |
msgid "Inside the content..."
|
1886 |
msgstr "Im Inhalt..."
|
1887 |
|
1888 |
+
#: dashboard/publisher/groups-edit.php:246
|
1889 |
+
#: dashboard/publisher/groups-edit.php:279
|
1890 |
msgid "after the middle paragraph"
|
1891 |
msgstr "nach dem mittleren Absatz"
|
1892 |
|
1893 |
+
#: dashboard/publisher/groups-edit.php:247
|
1894 |
+
#: dashboard/publisher/groups-edit.php:280
|
1895 |
msgid "after the 1st paragraph"
|
1896 |
msgstr "nach dem 1. Absatz"
|
1897 |
|
1898 |
+
#: dashboard/publisher/groups-edit.php:248
|
1899 |
+
#: dashboard/publisher/groups-edit.php:281
|
1900 |
msgid "after the 2nd paragraph"
|
1901 |
msgstr "nach dem 2. Absatz"
|
1902 |
|
1903 |
+
#: dashboard/publisher/groups-edit.php:249
|
1904 |
+
#: dashboard/publisher/groups-edit.php:282
|
1905 |
msgid "after the 3rd paragraph"
|
1906 |
msgstr "nach dem 3. Absatz"
|
1907 |
|
1908 |
+
#: dashboard/publisher/groups-edit.php:250
|
1909 |
+
#: dashboard/publisher/groups-edit.php:283
|
1910 |
msgid "after the 4th paragraph"
|
1911 |
msgstr "nach dem 4. Absatz"
|
1912 |
|
1913 |
+
#: dashboard/publisher/groups-edit.php:251
|
1914 |
+
#: dashboard/publisher/groups-edit.php:284
|
1915 |
msgid "after the 5th paragraph"
|
1916 |
msgstr "nach dem 5. Absatz"
|
1917 |
|
1918 |
+
#: dashboard/publisher/groups-edit.php:252
|
1919 |
+
#: dashboard/publisher/groups-edit.php:285
|
1920 |
msgid "after the 6th paragraph"
|
1921 |
msgstr "nach dem 6. Absatz"
|
1922 |
|
1923 |
+
#: dashboard/publisher/groups-edit.php:253
|
1924 |
+
#: dashboard/publisher/groups-edit.php:286
|
1925 |
msgid "after the 7th paragraph"
|
1926 |
msgstr "nach dem 7. Absatz"
|
1927 |
|
1928 |
+
#: dashboard/publisher/groups-edit.php:254
|
1929 |
+
#: dashboard/publisher/groups-edit.php:287
|
1930 |
msgid "after the 8th paragraph"
|
1931 |
msgstr "nach dem 8. Absatz"
|
1932 |
|
1933 |
+
#: dashboard/publisher/groups-edit.php:267
|
1934 |
msgid "Page Injection"
|
1935 |
msgstr "Seiten-Injektion"
|
1936 |
|
1937 |
+
#: dashboard/publisher/groups-edit.php:323
|
1938 |
msgid "Wrapper code"
|
1939 |
msgstr "Wrappercode"
|
1940 |
|
1941 |
+
#: dashboard/publisher/groups-edit.php:324
|
1942 |
msgid "Wraps around each advert. HTML/JavaScript allowed, use with care!"
|
1943 |
msgstr "Wrapps um jede Anzeige. HTML/JavaScript ist zugelassen, aber Vorsicht!"
|
1944 |
|
1945 |
+
#: dashboard/publisher/groups-edit.php:328
|
1946 |
msgid "Before advert"
|
1947 |
msgstr "Vor der Anzeige"
|
1948 |
|
1949 |
+
#: dashboard/publisher/groups-edit.php:331
|
1950 |
+
#: dashboard/publisher/groups-edit.php:339
|
1951 |
msgid "Example:"
|
1952 |
msgstr "Beispiel:"
|
1953 |
|
1954 |
+
#: dashboard/publisher/groups-edit.php:332
|
1955 |
msgid "Options:"
|
1956 |
msgstr "Optionen:"
|
1957 |
|
1958 |
+
#: dashboard/publisher/groups-edit.php:336
|
1959 |
msgid "After advert"
|
1960 |
msgstr "Nach der Anzeige"
|
1961 |
|
1962 |
+
#: dashboard/publisher/groups-edit.php:345
|
1963 |
msgid "Select adverts"
|
1964 |
msgstr "Anzeigen auswählen"
|
1965 |
|
1966 |
+
#: dashboard/publisher/groups-edit.php:352
|
1967 |
msgid "Visible until"
|
1968 |
msgstr "Sichtbar bis"
|
1969 |
|
1970 |
+
#: dashboard/publisher/groups-edit.php:353
|
1971 |
+
msgid "Weight"
|
1972 |
+
msgstr "Gewicht"
|
1973 |
+
|
1974 |
+
#: dashboard/publisher/groups-edit.php:400
|
1975 |
msgid "No adverts created!"
|
1976 |
msgstr "Es wurden keine Anzeigen erstellt!"
|
1977 |
|
1978 |
+
#: dashboard/publisher/groups-edit.php:407
|
1979 |
msgid "Configuration errors."
|
1980 |
msgstr "Konfigurationsfehler."
|
1981 |
|
1982 |
+
#: dashboard/publisher/groups-edit.php:408
|
1983 |
#: dashboard/publisher/schedules-main.php:87
|
1984 |
msgid "Expires soon."
|
1985 |
msgstr "Läuft ab."
|
1986 |
|
1987 |
+
#: dashboard/publisher/groups-edit.php:409
|
1988 |
#: dashboard/publisher/schedules-main.php:88
|
1989 |
msgid "Has expired."
|
1990 |
msgstr "Ist abgelaufen."
|
3282 |
msgid "Premium Support is available in AdRotate Pro!"
|
3283 |
msgstr "Diese Funktion ist verfügbar in AdRotate Pro!"
|
3284 |
|
3285 |
+
#~ msgid "Get started today"
|
3286 |
+
#~ msgstr "Starte heute"
|
3287 |
+
|
3288 |
+
#~ msgid "This ad is expired and currently not shown on your website!"
|
3289 |
+
#~ msgstr ""
|
3290 |
+
#~ "Diese Anzeige ist abgelaufen und wird derzeit nicht auf Ihrer Website "
|
3291 |
+
#~ "angezeigt!"
|
3292 |
+
|
3293 |
+
#~ msgid "The ad will expire in less than 2 days!"
|
3294 |
+
#~ msgstr "Die Anzeige läuft in weniger als 2 Tagen ab!"
|
3295 |
+
|
3296 |
+
#~ msgid "This ad will expire in less than 7 days!"
|
3297 |
+
#~ msgstr "Diese Anzeige läuft in weniger als 7 Tage!"
|
3298 |
+
|
3299 |
+
#~ msgid "This ad has been disabled and does not rotate on your site!"
|
3300 |
+
#~ msgstr ""
|
3301 |
+
#~ "Diese Anzeige wurde deaktiviert und rotiert nicht mehr auf Ihrer Website!"
|
3302 |
+
|
3303 |
+
#~ msgid "Get more features with AdRotate Pro."
|
3304 |
+
#~ msgstr "Holen Sie sich mehr Funktionen mit AdRotate Pro."
|
3305 |
+
|
3306 |
+
#~ msgid "Available in AdRotate Pro!"
|
3307 |
+
#~ msgstr "Verfügbar in AdRotate Pro!"
|
3308 |
+
|
3309 |
+
#~ msgid "Show to everyone"
|
3310 |
+
#~ msgstr "Allen zeigen"
|
3311 |
+
|
3312 |
+
#~ msgid "Disable this option to hide the advert from logged-in visitors."
|
3313 |
+
#~ msgstr ""
|
3314 |
+
#~ "Deaktivieren Sie diese Option, um die Anzeige vor angemeldeten Besuchern "
|
3315 |
+
#~ "auszublenden."
|
3316 |
+
|
3317 |
+
#~ msgid "Few impressions"
|
3318 |
+
#~ msgstr "Wenige Einblendungen"
|
3319 |
+
|
3320 |
+
#~ msgid "Less than average"
|
3321 |
+
#~ msgstr "Weniger als der Durchschnitt"
|
3322 |
+
|
3323 |
+
#~ msgid "Normal impressions"
|
3324 |
+
#~ msgstr "Normale Impressionen"
|
3325 |
+
|
3326 |
+
#~ msgid "More than average"
|
3327 |
+
#~ msgstr "Mehr als der Durchschnitt"
|
3328 |
+
|
3329 |
+
#~ msgid "Many impressions"
|
3330 |
+
#~ msgstr "Viele Einblendungen"
|
3331 |
+
|
3332 |
+
#~ msgid "Mobile"
|
3333 |
+
#~ msgstr "Mobilgeräte"
|
3334 |
+
|
3335 |
+
#~ msgid "Desktops/Laptops"
|
3336 |
+
#~ msgstr "Desktops/Laptops"
|
3337 |
+
|
3338 |
+
#~ msgid "Smartphones"
|
3339 |
+
#~ msgstr "Smartphones"
|
3340 |
+
|
3341 |
+
#~ msgid "Tablets"
|
3342 |
+
#~ msgstr "Tablets"
|
3343 |
+
|
3344 |
+
#~ msgid ""
|
3345 |
+
#~ "Also enable 'Mobile Support' in the group this advert goes in or 'Device' "
|
3346 |
+
#~ "and 'Operating System' are ignored!"
|
3347 |
+
#~ msgstr ""
|
3348 |
+
#~ "Aktivieren Sie auch 'Mobile Support' in der Gruppe, in die diese Anzeige "
|
3349 |
+
#~ "geht oder 'Gerät' und 'Betriebssystem' werden ignoriert!"
|
3350 |
+
|
3351 |
+
#~ msgid ""
|
3352 |
+
#~ "Operating system detection only detects iOS and Android, select 'Not "
|
3353 |
+
#~ "Mobile/Other' for everything else."
|
3354 |
+
#~ msgstr ""
|
3355 |
+
#~ "Die Erkennung des Betriebssystems erkennt nur iOS und Android, wählen Sie "
|
3356 |
+
#~ "für alles andere \"Nicht mobil/andere\"."
|
3357 |
+
|
3358 |
+
#~ msgid "Mobile OS"
|
3359 |
+
#~ msgstr "Mobiles Betriebssystem"
|
3360 |
+
|
3361 |
+
#~ msgid "iOS"
|
3362 |
+
#~ msgstr "iOS"
|
3363 |
+
|
3364 |
+
#~ msgid "Android"
|
3365 |
+
#~ msgstr "Android"
|
3366 |
+
|
3367 |
+
#~ msgid "Not mobile/Others"
|
3368 |
+
#~ msgstr "Nicht mobil/Andere"
|
3369 |
+
|
3370 |
+
#~ msgid "Auto-delete"
|
3371 |
+
#~ msgstr "Auto-Löschen"
|
3372 |
+
|
3373 |
+
#~ msgid "Automatically delete the advert 1 day after it expires?"
|
3374 |
+
#~ msgstr "Löschen Sie die Anzeige 1 Tag nach Ablauf automatisch?"
|
3375 |
+
|
3376 |
+
#~ msgid ""
|
3377 |
+
#~ "This is useful for short running campaigns that do not require attention "
|
3378 |
+
#~ "after they finish."
|
3379 |
+
#~ msgstr ""
|
3380 |
+
#~ "Dies ist nützlich für kurzlaufende Kampagnen, die nach dem Abschluss "
|
3381 |
+
#~ "keine Aufmerksamkeit erfordern."
|
3382 |
+
|
3383 |
+
#~ msgid ""
|
3384 |
+
#~ "Assign the advert to a group and enable that group to use Geo Targeting."
|
3385 |
+
#~ msgstr ""
|
3386 |
+
#~ "Weisen Sie die Anzeige einer Gruppe zu und aktivieren Sie bei dieser "
|
3387 |
+
#~ "Gruppe Geo-Targeting."
|
3388 |
+
|
3389 |
+
#~ msgid "Enter cities or metro IDs (DMA)"
|
3390 |
+
#~ msgstr "Eingeben von Städten oder Metro-IDs (DMA)"
|
3391 |
+
|
3392 |
+
#~ msgid "A comma separated list of Cities or Metro IDs:"
|
3393 |
+
#~ msgstr "Eine durch Kommas getrennte Liste von Städten oder Metro-IDs:"
|
3394 |
+
|
3395 |
+
#~ msgid ""
|
3396 |
+
#~ "AdRotate does not check the validity of names and assumes the basic "
|
3397 |
+
#~ "english name."
|
3398 |
+
#~ msgstr ""
|
3399 |
+
#~ "AdRotate überprüft nicht die Gültigkeit von Namen und übernimmt den "
|
3400 |
+
#~ "englischen Basisnamen."
|
3401 |
+
|
3402 |
+
#~ msgid "Enter States or State ISO3166-2 codes"
|
3403 |
+
#~ msgstr "Eingeben von Staaten oder Status-ISO3166-2-Codes"
|
3404 |
+
|
3405 |
+
#~ msgid "The listed cities must be in these states?"
|
3406 |
+
#~ msgstr "Die aufgeführten Städte müssen in diesen Staaten sein?"
|
3407 |
+
|
3408 |
+
#~ msgid "A comma separated list of states:"
|
3409 |
+
#~ msgstr "Eine durch Kommas getrennte Liste von Zuständen:"
|
3410 |
+
|
3411 |
+
#~ msgid "Select Countries and or Regions"
|
3412 |
+
#~ msgstr "Auswählen von Ländern und oder Regionen"
|
3413 |
+
|
3414 |
+
#~ msgid "Target your audience with Geo Targeting in AdRotate Pro"
|
3415 |
+
#~ msgstr "Ihre Zielgruppe mit Geo-Targeting in AdRotate Pro"
|
3416 |
+
|
3417 |
+
#~ msgid ""
|
3418 |
+
#~ "Use the Generator if you have received a target url, banner image and/or "
|
3419 |
+
#~ "some separate files with a description on how to use those. The AdRotate "
|
3420 |
+
#~ "Generator will take your bits and pieces and try to generate a working "
|
3421 |
+
#~ "adcode from it."
|
3422 |
+
#~ msgstr ""
|
3423 |
+
#~ "Verwenden Sie den Generator, wenn Sie eine Ziel-URL, ein Bannerbild und/"
|
3424 |
+
#~ "oder einige separate Dateien mit einer Beschreibung der Verwendung dieser "
|
3425 |
+
#~ "Dateien erhalten haben. Der AdRotate Generator wird Ihre Bits und Stücke "
|
3426 |
+
#~ "nehmen und versuchen, einen funktionierenden Adcode daraus zu generieren."
|
3427 |
+
|
3428 |
+
#~ msgid ""
|
3429 |
+
#~ "If you have an advert hash from another AdRotate or AdRotate Professional "
|
3430 |
+
#~ "setup you can enter it in the Portability field. This feature is a bit of "
|
3431 |
+
#~ "an experiment, but the basic function works."
|
3432 |
+
#~ msgstr ""
|
3433 |
+
#~ "Wenn Sie einen Werbehash aus einem anderen AdRotate- oder AdRotate "
|
3434 |
+
#~ "Professional-Setup haben, können Sie ihn in das Feld Portabilität "
|
3435 |
+
#~ "eingeben. Diese Funktion ist ein bisschen ein Experiment, aber die "
|
3436 |
+
#~ "grundlegende Funktion funktioniert."
|
3437 |
+
|
3438 |
+
#~ msgid ""
|
3439 |
+
#~ "If you have a complete and working ad code / ad tag you do not use the "
|
3440 |
+
#~ "Generator. You can simply paste that code in the AdCode field when "
|
3441 |
+
#~ "creating your advert. For example as provided by Media.net or Google "
|
3442 |
+
#~ "AdSense among others."
|
3443 |
+
#~ msgstr ""
|
3444 |
+
#~ "Wenn Sie einen vollständigen und funktionierenden Anzeigencode / "
|
3445 |
+
#~ "Anzeigentag haben, verwenden Sie den Generator nicht. Sie können diesen "
|
3446 |
+
#~ "Code einfach in das AdCode-Feld einfügen, wenn Sie Ihre Anzeige "
|
3447 |
+
#~ "erstellen. Zum Beispiel, wie von Media.net oder Google AdSense unter "
|
3448 |
+
#~ "anderem zur Verfügung gestellt."
|
3449 |
+
|
3450 |
+
#~ msgid "Create your advert"
|
3451 |
+
#~ msgstr "Erstellen Sie Ihre Anzeige"
|
3452 |
+
|
3453 |
+
#~ msgid ""
|
3454 |
+
#~ "This is a regular advert consisting of an image and a link, made up from "
|
3455 |
+
#~ "HTML code."
|
3456 |
+
#~ msgstr ""
|
3457 |
+
#~ "Dies ist eine reguläre Anzeige, die aus einem Bild und einem Link "
|
3458 |
+
#~ "besteht, die aus HTML-Code bestehen."
|
3459 |
+
|
3460 |
+
#~ msgid "Caution:"
|
3461 |
+
#~ msgstr "Vorsicht:"
|
3462 |
+
|
3463 |
#~ msgid "AdRotate Professional"
|
3464 |
#~ msgstr "AdRotate Professional"
|
3465 |
|
4757 |
#~ "Diese Anzeige wurde abgelehnt. Bitte passen Sie die Anzeige so an, dass "
|
4758 |
#~ "Sie den Anforderungen entspricht!"
|
4759 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4760 |
#~ msgid "This advert has been archived and can not be activated anymore!"
|
4761 |
#~ msgstr ""
|
4762 |
#~ "Diese Anzeige wurde archiviert und kann nicht mehr aktiviert werden!"
|
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\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2021-
|
6 |
-
"PO-Revision-Date: 2021-
|
7 |
"Last-Translator: Arnan de Gans <support@ajdg.solutions>\n"
|
8 |
"Language-Team: Arnan de Gans\n"
|
9 |
"Language: fr\n"
|
@@ -13,12 +13,12 @@ msgstr ""
|
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
-
"X-Generator: Poedit 2.4.
|
17 |
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
#: adrotate-functions.php:784
|
21 |
-
msgid "
|
22 |
msgstr "Annonce sauvée"
|
23 |
|
24 |
#: adrotate-functions.php:788
|
@@ -31,7 +31,7 @@ msgstr "Bannière image sauvegardée"
|
|
31 |
|
32 |
#: adrotate-functions.php:796
|
33 |
msgid "Ad(s) deleted"
|
34 |
-
msgstr "Annonce(s) supprimée
|
35 |
|
36 |
#: adrotate-functions.php:800
|
37 |
msgid "Group deleted"
|
@@ -39,7 +39,7 @@ msgstr "Groupe supprimé"
|
|
39 |
|
40 |
#: adrotate-functions.php:804
|
41 |
msgid "Asset(s) deleted"
|
42 |
-
msgstr "Actif(s) supprimé
|
43 |
|
44 |
#: adrotate-functions.php:808
|
45 |
msgid ""
|
@@ -50,24 +50,24 @@ msgstr ""
|
|
50 |
"Assurez-vous que vos autorisations sont en ordre."
|
51 |
|
52 |
#: adrotate-functions.php:812
|
53 |
-
msgid "
|
54 |
-
msgstr "
|
55 |
|
56 |
#: adrotate-functions.php:816
|
57 |
-
msgid "
|
58 |
-
msgstr "Annonce(s) renouvellée
|
59 |
|
60 |
#: adrotate-functions.php:820
|
61 |
-
msgid "
|
62 |
-
msgstr "Annonce(s) désactivée
|
63 |
|
64 |
#: adrotate-functions.php:824
|
65 |
-
msgid "
|
66 |
-
msgstr "Annonce(s) activée
|
67 |
|
68 |
#: adrotate-functions.php:828
|
69 |
-
msgid "Group including it
|
70 |
-
msgstr "
|
71 |
|
72 |
#: adrotate-functions.php:832
|
73 |
msgid "Export created"
|
@@ -76,7 +76,7 @@ msgstr "Export créé"
|
|
76 |
#: adrotate-functions.php:836
|
77 |
msgid ""
|
78 |
"Advert HTML generated and placed in the AdCode field. Configure your advert "
|
79 |
-
"below. Do not forget to check all settings and schedule
|
80 |
msgstr ""
|
81 |
"Annonce HTML générée et placée dans le champ AdCode. Configurez votre "
|
82 |
"annonce ci-dessous. N’oubliez pas de vérifier tous les paramètres et de les "
|
@@ -95,9 +95,8 @@ msgid "Database repaired"
|
|
95 |
msgstr "Base de données réparée"
|
96 |
|
97 |
#: adrotate-functions.php:853
|
98 |
-
msgid "
|
99 |
-
msgstr ""
|
100 |
-
"Annonces évalués et les statuts ont été corrigées si c'était nécessaire"
|
101 |
|
102 |
#: adrotate-functions.php:857
|
103 |
msgid "Cleanup complete"
|
@@ -109,11 +108,11 @@ msgstr "Action interdite"
|
|
109 |
|
110 |
#: adrotate-functions.php:866
|
111 |
msgid ""
|
112 |
-
"The
|
113 |
-
"properly. Review the colored
|
114 |
msgstr ""
|
115 |
-
"L
|
116 |
-
"correctement.
|
117 |
|
118 |
#: adrotate-functions.php:870
|
119 |
msgid "No data found in selected time period"
|
@@ -129,7 +128,7 @@ msgid "Form can not be (partially) empty!"
|
|
129 |
msgstr "Forme ne peut pas être (partiellement) vide !"
|
130 |
|
131 |
#: adrotate-functions.php:882
|
132 |
-
msgid "No
|
133 |
msgstr "Aucune annonce trouvée."
|
134 |
|
135 |
#: adrotate-functions.php:886
|
@@ -181,11 +180,11 @@ msgstr "Contactez le support si le soucis persiste :"
|
|
181 |
|
182 |
#: adrotate-output.php:562
|
183 |
msgid ""
|
184 |
-
"Error,
|
185 |
"restrictions!"
|
186 |
msgstr ""
|
187 |
-
"Erreur,
|
188 |
-
"
|
189 |
|
190 |
#: adrotate-output.php:567
|
191 |
msgid ""
|
@@ -196,8 +195,8 @@ msgstr ""
|
|
196 |
"cet endroit!"
|
197 |
|
198 |
#: adrotate-output.php:572
|
199 |
-
msgid "Error, no
|
200 |
-
msgstr "Erreur,
|
201 |
|
202 |
#: adrotate-output.php:578
|
203 |
msgid "Error, no group ID set! Check your syntax!"
|
@@ -394,9 +393,9 @@ msgid "Get access to premium support and free updates for one year!"
|
|
394 |
msgstr ""
|
395 |
"Accédez à un support premium et à des mises à jour gratuites pendant un an!"
|
396 |
|
397 |
-
#: adrotate-output.php:851
|
398 |
-
msgid "
|
399 |
-
msgstr "
|
400 |
|
401 |
#: adrotate-statistics.php:155
|
402 |
msgid "January"
|
@@ -535,7 +534,7 @@ msgid "Manage Media"
|
|
535 |
msgstr "Gérer les médias"
|
536 |
|
537 |
#: adrotate.php:111 adrotate.php:522 dashboard/adrotatepro.php:98
|
538 |
-
#: dashboard/publisher/adverts-edit.php:
|
539 |
#: dashboard/publisher/statistics-main.php:23
|
540 |
#: dashboard/settings/statistics.php:17
|
541 |
msgid "Statistics"
|
@@ -562,10 +561,14 @@ msgid "Manage"
|
|
562 |
msgstr "Gérer"
|
563 |
|
564 |
#: adrotate.php:257
|
565 |
-
msgid "Generator"
|
566 |
-
msgstr "Générateur"
|
567 |
|
568 |
-
#: adrotate.php:258
|
|
|
|
|
|
|
|
|
569 |
msgid "Add New"
|
570 |
msgstr "Ajouter"
|
571 |
|
@@ -602,8 +605,7 @@ msgstr "Général"
|
|
602 |
msgid "Notifications"
|
603 |
msgstr "Notifications"
|
604 |
|
605 |
-
#: adrotate.php:523 dashboard/publisher/
|
606 |
-
#: dashboard/publisher/groups-edit.php:205
|
607 |
#: dashboard/settings/advertisers.php:38
|
608 |
msgid "Geo Targeting"
|
609 |
msgstr "Ciblage géo"
|
@@ -773,7 +775,7 @@ msgstr "Votre configuration"
|
|
773 |
msgid "Adverts that need you"
|
774 |
msgstr "Annonces qui ont besoin de votre attention"
|
775 |
|
776 |
-
#: dashboard/info.php:34 dashboard/publisher/adverts-edit.php:
|
777 |
#: dashboard/publisher/groups-main.php:34
|
778 |
#: dashboard/publisher/schedules-main.php:34
|
779 |
#: dashboard/publisher/statistics-main.php:35
|
@@ -854,7 +856,7 @@ msgid "Bulk Actions"
|
|
854 |
msgstr "Actions en vrac"
|
855 |
|
856 |
#: dashboard/publisher/adverts-disabled.php:21
|
857 |
-
#: dashboard/publisher/adverts-edit.php:
|
858 |
msgid "Activate"
|
859 |
msgstr "Activer"
|
860 |
|
@@ -880,10 +882,10 @@ msgid "Go"
|
|
880 |
msgstr "Aller"
|
881 |
|
882 |
#: dashboard/publisher/adverts-disabled.php:35
|
883 |
-
#: dashboard/publisher/adverts-edit.php:
|
884 |
#: dashboard/publisher/adverts-error.php:39
|
885 |
#: dashboard/publisher/adverts-main.php:39
|
886 |
-
#: dashboard/publisher/groups-edit.php:
|
887 |
#: dashboard/publisher/groups-main.php:32
|
888 |
#: dashboard/publisher/schedules-main.php:31
|
889 |
msgid "ID"
|
@@ -898,11 +900,11 @@ msgstr "Début / Fin"
|
|
898 |
|
899 |
#: dashboard/publisher/adverts-disabled.php:37
|
900 |
#: dashboard/publisher/adverts-edit.php:112
|
901 |
-
#: dashboard/publisher/adverts-edit.php:
|
902 |
#: dashboard/publisher/adverts-error.php:40
|
903 |
#: dashboard/publisher/adverts-main.php:41
|
904 |
#: dashboard/publisher/groups-edit.php:65
|
905 |
-
#: dashboard/publisher/groups-edit.php:
|
906 |
#: dashboard/publisher/groups-main.php:33 dashboard/publisher/media.php:48
|
907 |
#: dashboard/publisher/schedules-main.php:33
|
908 |
msgid "Name"
|
@@ -910,14 +912,14 @@ msgstr "Nom"
|
|
910 |
|
911 |
#: dashboard/publisher/adverts-disabled.php:39
|
912 |
#: dashboard/publisher/adverts-main.php:43
|
913 |
-
#: dashboard/publisher/groups-edit.php:
|
914 |
#: dashboard/publisher/groups-main.php:36
|
915 |
msgid "Shown"
|
916 |
msgstr "Montré"
|
917 |
|
918 |
#: dashboard/publisher/adverts-disabled.php:40
|
919 |
#: dashboard/publisher/adverts-main.php:45
|
920 |
-
#: dashboard/publisher/groups-edit.php:
|
921 |
#: dashboard/publisher/groups-main.php:38
|
922 |
#: dashboard/publisher/statistics-advert.php:52
|
923 |
#: dashboard/publisher/statistics-advert.php:58
|
@@ -1007,32 +1009,29 @@ msgstr ""
|
|
1007 |
|
1008 |
#: dashboard/publisher/adverts-edit.php:67
|
1009 |
msgid ""
|
1010 |
-
"AdRotate cannot find an error but the
|
1011 |
-
"the ad!"
|
1012 |
msgstr ""
|
1013 |
-
"AdRotate ne peut pas trouver une erreur, mais l
|
1014 |
-
"essayez
|
1015 |
|
1016 |
#: dashboard/publisher/adverts-edit.php:70
|
1017 |
-
msgid "This
|
1018 |
msgstr ""
|
1019 |
-
"Cette
|
|
|
1020 |
|
1021 |
#: dashboard/publisher/adverts-edit.php:73
|
1022 |
-
msgid "The
|
1023 |
-
msgstr "
|
1024 |
|
1025 |
#: dashboard/publisher/adverts-edit.php:76
|
1026 |
-
msgid "This
|
1027 |
-
msgstr "Cette annonce
|
1028 |
|
1029 |
#: dashboard/publisher/adverts-edit.php:79
|
1030 |
-
msgid "This
|
1031 |
-
msgstr "Cette
|
1032 |
-
|
1033 |
-
#: dashboard/publisher/adverts-edit.php:104
|
1034 |
-
msgid "New Advert"
|
1035 |
-
msgstr "Nouvelle Annonce"
|
1036 |
|
1037 |
#: dashboard/publisher/adverts-edit.php:106
|
1038 |
msgid "Edit Advert"
|
@@ -1115,31 +1114,31 @@ msgstr ""
|
|
1115 |
msgid "Banner asset"
|
1116 |
msgstr "Atout de la bannière"
|
1117 |
|
1118 |
-
#: dashboard/publisher/adverts-edit.php:
|
1119 |
msgid "WordPress media:"
|
1120 |
msgstr "WordPress médias:"
|
1121 |
|
1122 |
-
#: dashboard/publisher/adverts-edit.php:
|
1123 |
msgid "Select Banner"
|
1124 |
msgstr "Choisir l'image"
|
1125 |
|
1126 |
-
#: dashboard/publisher/adverts-edit.php:
|
1127 |
msgid "- OR -"
|
1128 |
msgstr "- OU -"
|
1129 |
|
1130 |
-
#: dashboard/publisher/adverts-edit.php:
|
1131 |
msgid "Banner folder:"
|
1132 |
msgstr "Dossier Bannière:"
|
1133 |
|
1134 |
-
#: dashboard/publisher/adverts-edit.php:
|
1135 |
msgid "No image selected"
|
1136 |
msgstr "Aucune image sélectionnée"
|
1137 |
|
1138 |
-
#: dashboard/publisher/adverts-edit.php:
|
1139 |
msgid "Use %asset% in the adcode instead of the file path."
|
1140 |
msgstr "Utilisez % actif dans l’adcode au lieu du chemin de fichier."
|
1141 |
|
1142 |
-
#: dashboard/publisher/adverts-edit.php:
|
1143 |
msgid ""
|
1144 |
"Use either the text field or the dropdown. If the textfield has content that "
|
1145 |
"field has priority."
|
@@ -1147,11 +1146,11 @@ msgstr ""
|
|
1147 |
"Utilisez la zone de texte ou la liste déroulante. Si le champ de texte a une "
|
1148 |
"valeur, ce champ a la priorité."
|
1149 |
|
1150 |
-
#: dashboard/publisher/adverts-edit.php:
|
1151 |
msgid "Enable click and impression tracking for this advert."
|
1152 |
msgstr "Activez le suivi des clics et des impressions pour cette annonce."
|
1153 |
|
1154 |
-
#: dashboard/publisher/adverts-edit.php:
|
1155 |
msgid ""
|
1156 |
"Note: Clicktracking does not work for Javascript adverts such as those "
|
1157 |
"provided by Google AdSense/DFP/DoubleClick. HTML5/Flash adverts are not "
|
@@ -1161,89 +1160,37 @@ msgstr ""
|
|
1161 |
"tels que ceux fournis par Google AdSense/DFP/DoubleClick. HTML5/Flash "
|
1162 |
"annonces ne sont pas toujours pris en charge."
|
1163 |
|
1164 |
-
#: dashboard/publisher/adverts-edit.php:
|
1165 |
msgid "Enabled, this ad will be visible"
|
1166 |
msgstr "Activée, cette annonce sera visible"
|
1167 |
|
1168 |
-
#: dashboard/publisher/adverts-edit.php:
|
1169 |
msgid "Disabled, do not show this advert anywhere"
|
1170 |
msgstr "Non, cette annonce ne sera pas utilisée"
|
1171 |
|
1172 |
-
#: dashboard/publisher/adverts-edit.php:
|
1173 |
-
msgid "
|
1174 |
-
|
|
|
|
|
|
|
|
|
|
|
1175 |
|
1176 |
-
#: dashboard/publisher/adverts-edit.php:
|
1177 |
-
#: dashboard/publisher/adverts-edit.php:
|
1178 |
-
#: dashboard/publisher/
|
1179 |
-
#: dashboard/publisher/adverts-edit.php:443
|
1180 |
-
#: dashboard/publisher/groups-edit.php:228
|
1181 |
#: dashboard/publisher/statistics-advert.php:109
|
1182 |
#: dashboard/publisher/statistics-group.php:113
|
1183 |
#: dashboard/publisher/statistics-main.php:83
|
1184 |
msgid "Upgrade now"
|
1185 |
msgstr "Mettre à jour maintenant"
|
1186 |
|
1187 |
-
#: dashboard/publisher/adverts-edit.php:
|
1188 |
-
#: dashboard/publisher/adverts-edit.php:264
|
1189 |
-
#: dashboard/publisher/adverts-edit.php:462
|
1190 |
-
#: dashboard/publisher/adverts-edit.php:505
|
1191 |
-
msgid "Save Advert"
|
1192 |
-
msgstr "Sauvegarder l’annonce"
|
1193 |
-
|
1194 |
-
#: dashboard/publisher/adverts-edit.php:202
|
1195 |
-
#: dashboard/publisher/adverts-edit.php:265
|
1196 |
-
#: dashboard/publisher/adverts-edit.php:463
|
1197 |
-
#: dashboard/publisher/adverts-edit.php:506
|
1198 |
-
#: dashboard/publisher/adverts-generator.php:162
|
1199 |
-
#: dashboard/publisher/groups-edit.php:175
|
1200 |
-
#: dashboard/publisher/groups-edit.php:329
|
1201 |
-
#: dashboard/publisher/groups-edit.php:423
|
1202 |
-
msgid "Cancel"
|
1203 |
-
msgstr "Annuller"
|
1204 |
-
|
1205 |
-
#: dashboard/publisher/adverts-edit.php:205
|
1206 |
-
#: dashboard/publisher/adverts-edit.php:445
|
1207 |
-
#: dashboard/publisher/groups-edit.php:157
|
1208 |
-
#: dashboard/publisher/groups-edit.php:311
|
1209 |
-
msgid "Usage"
|
1210 |
-
msgstr "Usage"
|
1211 |
-
|
1212 |
-
#: dashboard/publisher/adverts-edit.php:209
|
1213 |
-
#: dashboard/publisher/adverts-edit.php:449
|
1214 |
-
#: dashboard/publisher/groups-edit.php:161
|
1215 |
-
#: dashboard/publisher/groups-edit.php:315
|
1216 |
-
msgid "Widget"
|
1217 |
-
msgstr "Widget"
|
1218 |
-
|
1219 |
-
#: dashboard/publisher/adverts-edit.php:210
|
1220 |
-
#: dashboard/publisher/adverts-edit.php:450
|
1221 |
-
msgid ""
|
1222 |
-
"Drag the AdRotate widget to the sidebar where you want to place the advert "
|
1223 |
-
"and select the advert or the group the advert is in."
|
1224 |
-
msgstr ""
|
1225 |
-
"Faites glisser le widget AdRotate à la barre latérale où vous voulez placer "
|
1226 |
-
"l’annonce, puis sélectionnez l’annonce ou le groupe l’annonce est en."
|
1227 |
-
|
1228 |
-
#: dashboard/publisher/adverts-edit.php:213
|
1229 |
-
#: dashboard/publisher/adverts-edit.php:453
|
1230 |
-
#: dashboard/publisher/groups-edit.php:165
|
1231 |
-
#: dashboard/publisher/groups-edit.php:319
|
1232 |
-
msgid "In a post or page"
|
1233 |
-
msgstr "Dans un message ou une page"
|
1234 |
-
|
1235 |
-
#: dashboard/publisher/adverts-edit.php:215
|
1236 |
-
#: dashboard/publisher/adverts-edit.php:455
|
1237 |
-
#: dashboard/publisher/groups-edit.php:167
|
1238 |
-
#: dashboard/publisher/groups-edit.php:321
|
1239 |
-
msgid "Directly in a theme"
|
1240 |
-
msgstr "Directement dans un thème"
|
1241 |
-
|
1242 |
-
#: dashboard/publisher/adverts-edit.php:221
|
1243 |
msgid "Schedule your advert"
|
1244 |
msgstr "Planifiez votre annonce"
|
1245 |
|
1246 |
-
#: dashboard/publisher/adverts-edit.php:
|
1247 |
msgid ""
|
1248 |
"Time uses a 24 hour clock. When you're used to the AM/PM system keep this in "
|
1249 |
"mind: If the start or end time is after lunch, add 12 hours. 2PM is 14:00 "
|
@@ -1254,254 +1201,141 @@ msgstr ""
|
|
1254 |
"après midi, ajoutez 12 heures (par exemple, 2PM est égal à 14:00 et 6AM est "
|
1255 |
"6:00)."
|
1256 |
|
1257 |
-
#: dashboard/publisher/adverts-edit.php:
|
1258 |
msgid "Start date"
|
1259 |
msgstr "Date de début"
|
1260 |
|
1261 |
-
#: dashboard/publisher/adverts-edit.php:
|
1262 |
msgid "End date"
|
1263 |
msgstr "Date de fin"
|
1264 |
|
1265 |
-
#: dashboard/publisher/adverts-edit.php:
|
1266 |
msgid "Start time"
|
1267 |
msgstr "Heure de début"
|
1268 |
|
1269 |
-
#: dashboard/publisher/adverts-edit.php:
|
1270 |
msgid "End time"
|
1271 |
msgstr "Heure de fin"
|
1272 |
|
1273 |
-
#: dashboard/publisher/adverts-edit.php:
|
1274 |
msgid "Maximum Clicks"
|
1275 |
msgstr "Clics maximum"
|
1276 |
|
1277 |
-
#: dashboard/publisher/adverts-edit.php:
|
1278 |
-
#: dashboard/publisher/adverts-edit.php:
|
1279 |
msgid "Leave empty or 0 to skip this."
|
1280 |
msgstr "Laissez le champs vide ou mettrez 0 pour l'ignorer."
|
1281 |
|
1282 |
-
#: dashboard/publisher/adverts-edit.php:
|
1283 |
msgid "Maximum Impressions"
|
1284 |
msgstr "Impressions maximales"
|
1285 |
|
1286 |
-
#: dashboard/publisher/adverts-edit.php:
|
1287 |
-
msgid ""
|
1288 |
-
"Create multiple and more advanced schedules for each advert with AdRotate "
|
1289 |
-
"Pro."
|
1290 |
-
msgstr ""
|
1291 |
-
"Créez des horaires multiples et plus avancés pour chaque annonce avec "
|
1292 |
-
"AdRotate Pro."
|
1293 |
-
|
1294 |
-
#: dashboard/publisher/adverts-edit.php:268
|
1295 |
-
#: dashboard/publisher/groups-edit.php:178 dashboard/settings/statistics.php:28
|
1296 |
-
msgid "Advanced"
|
1297 |
-
msgstr "Avancé"
|
1298 |
-
|
1299 |
-
#: dashboard/publisher/adverts-edit.php:269
|
1300 |
-
#: dashboard/publisher/adverts-edit.php:346
|
1301 |
-
msgid "Available in AdRotate Pro!"
|
1302 |
-
msgstr "Disponible dans Adrotate Pro!"
|
1303 |
-
|
1304 |
-
#: dashboard/publisher/adverts-edit.php:274
|
1305 |
-
msgid "Show to everyone"
|
1306 |
-
msgstr "Afficher à tout le monde"
|
1307 |
-
|
1308 |
-
#: dashboard/publisher/adverts-edit.php:276
|
1309 |
-
msgid "Disable this option to hide the advert from logged-in visitors."
|
1310 |
-
msgstr "Désactiver cette option pour cacher l’annonce des visiteurs connectés."
|
1311 |
-
|
1312 |
-
#: dashboard/publisher/adverts-edit.php:281
|
1313 |
-
#: dashboard/publisher/groups-edit.php:362
|
1314 |
-
msgid "Weight"
|
1315 |
-
msgstr "Importance"
|
1316 |
-
|
1317 |
-
#: dashboard/publisher/adverts-edit.php:284
|
1318 |
-
msgid "Few impressions"
|
1319 |
-
msgstr "Peu d’impressions"
|
1320 |
-
|
1321 |
-
#: dashboard/publisher/adverts-edit.php:289
|
1322 |
-
msgid "Less than average"
|
1323 |
-
msgstr "Less than average"
|
1324 |
-
|
1325 |
-
#: dashboard/publisher/adverts-edit.php:294
|
1326 |
-
msgid "Normal impressions"
|
1327 |
-
msgstr "Impressions normales"
|
1328 |
-
|
1329 |
-
#: dashboard/publisher/adverts-edit.php:299
|
1330 |
-
msgid "More than average"
|
1331 |
-
msgstr "More than average"
|
1332 |
-
|
1333 |
-
#: dashboard/publisher/adverts-edit.php:304
|
1334 |
-
msgid "Many impressions"
|
1335 |
-
msgstr "Impressions"
|
1336 |
-
|
1337 |
-
#: dashboard/publisher/adverts-edit.php:309
|
1338 |
-
msgid "Mobile"
|
1339 |
-
msgstr "Mobile"
|
1340 |
-
|
1341 |
-
#: dashboard/publisher/adverts-edit.php:311
|
1342 |
-
msgid "Desktops/Laptops"
|
1343 |
-
msgstr "Ordinateurs de bureau/ordinateurs portables"
|
1344 |
-
|
1345 |
-
#: dashboard/publisher/adverts-edit.php:314
|
1346 |
-
msgid "Smartphones"
|
1347 |
-
msgstr "Smartphone"
|
1348 |
-
|
1349 |
-
#: dashboard/publisher/adverts-edit.php:317
|
1350 |
-
msgid "Tablets"
|
1351 |
-
msgstr "Tablettes"
|
1352 |
-
|
1353 |
-
#: dashboard/publisher/adverts-edit.php:320
|
1354 |
-
msgid ""
|
1355 |
-
"Also enable 'Mobile Support' in the group this advert goes in or 'Device' "
|
1356 |
-
"and 'Operating System' are ignored!"
|
1357 |
-
msgstr ""
|
1358 |
-
"Activez également 'Support Mobile' dans le groupe cette annonce va dans ou "
|
1359 |
-
"'Device' et 'Système d’exploitation' sont ignorés!"
|
1360 |
-
|
1361 |
-
#: dashboard/publisher/adverts-edit.php:320
|
1362 |
-
msgid ""
|
1363 |
-
"Operating system detection only detects iOS and Android, select 'Not Mobile/"
|
1364 |
-
"Other' for everything else."
|
1365 |
-
msgstr ""
|
1366 |
-
"La détection du système d’exploitation ne détecte qu’iOS et Android, "
|
1367 |
-
"sélectionnez 'Not Mobile/Other' pour tout le reste."
|
1368 |
-
|
1369 |
-
#: dashboard/publisher/adverts-edit.php:324
|
1370 |
-
msgid "Mobile OS"
|
1371 |
-
msgstr "OS mobile"
|
1372 |
-
|
1373 |
-
#: dashboard/publisher/adverts-edit.php:326
|
1374 |
-
msgid "iOS"
|
1375 |
-
msgstr "iOS"
|
1376 |
-
|
1377 |
-
#: dashboard/publisher/adverts-edit.php:329
|
1378 |
-
msgid "Android"
|
1379 |
-
msgstr "Android"
|
1380 |
-
|
1381 |
-
#: dashboard/publisher/adverts-edit.php:332
|
1382 |
-
msgid "Not mobile/Others"
|
1383 |
-
msgstr "Pas mobile/Autres"
|
1384 |
-
|
1385 |
-
#: dashboard/publisher/adverts-edit.php:336
|
1386 |
-
msgid "Auto-delete"
|
1387 |
-
msgstr "Suppression automatique"
|
1388 |
-
|
1389 |
-
#: dashboard/publisher/adverts-edit.php:338
|
1390 |
-
msgid "Automatically delete the advert 1 day after it expires?"
|
1391 |
-
msgstr "Supprimer automatiquement l’annonce 1 jour après son expiration?"
|
1392 |
-
|
1393 |
-
#: dashboard/publisher/adverts-edit.php:338
|
1394 |
-
msgid ""
|
1395 |
-
"This is useful for short running campaigns that do not require attention "
|
1396 |
-
"after they finish."
|
1397 |
-
msgstr ""
|
1398 |
-
"Ceci est utile pour les campagnes de courte durée qui ne nécessitent pas "
|
1399 |
-
"d’attention après leur fin."
|
1400 |
-
|
1401 |
-
#: dashboard/publisher/adverts-edit.php:343
|
1402 |
-
msgid ""
|
1403 |
-
"With AdRotate Pro you can easily select which devices and mobile operating "
|
1404 |
-
"systems the advert should show on!"
|
1405 |
-
msgstr ""
|
1406 |
-
"Avec AdRotate Pro, vous pouvez facilement sélectionner les appareils et les "
|
1407 |
-
"systèmes d’exploitation mobiles sur lesquels l’annonce doit être exposée !"
|
1408 |
-
|
1409 |
-
#: dashboard/publisher/adverts-edit.php:346
|
1410 |
msgid ""
|
1411 |
-
"
|
|
|
1412 |
msgstr ""
|
1413 |
-
"
|
1414 |
-
"
|
1415 |
|
1416 |
-
#: dashboard/publisher/adverts-edit.php:
|
1417 |
-
|
1418 |
-
|
|
|
|
|
1419 |
|
1420 |
-
#: dashboard/publisher/adverts-edit.php:
|
1421 |
-
|
1422 |
-
|
|
|
|
|
1423 |
|
1424 |
-
#: dashboard/publisher/adverts-edit.php:
|
1425 |
-
#: dashboard/publisher/adverts-edit.php:365
|
1426 |
msgid ""
|
1427 |
-
"AdRotate
|
1428 |
-
"
|
1429 |
msgstr ""
|
1430 |
-
"
|
1431 |
-
"
|
1432 |
-
|
1433 |
-
#: dashboard/publisher/adverts-edit.php:361
|
1434 |
-
msgid "Enter States or State ISO3166-2 codes"
|
1435 |
-
msgstr "Entrez États ou États ISO3166-2 codes"
|
1436 |
|
1437 |
-
#: dashboard/publisher/adverts-edit.php:
|
1438 |
-
|
1439 |
-
|
|
|
|
|
1440 |
|
1441 |
-
#: dashboard/publisher/adverts-edit.php:
|
1442 |
-
|
1443 |
-
|
|
|
|
|
1444 |
|
1445 |
-
#: dashboard/publisher/adverts-edit.php:
|
1446 |
-
|
1447 |
-
|
|
|
1448 |
|
1449 |
-
#: dashboard/publisher/adverts-edit.php:
|
1450 |
-
|
1451 |
-
|
|
|
|
|
|
|
|
|
|
|
1452 |
|
1453 |
-
#: dashboard/publisher/adverts-edit.php:
|
1454 |
msgid "Select Groups"
|
1455 |
msgstr "Choisir groupes"
|
1456 |
|
1457 |
-
#: dashboard/publisher/adverts-edit.php:
|
1458 |
#: dashboard/publisher/groups-main.php:60
|
1459 |
#: dashboard/settings/geotargeting.php:54 dashboard/settings/statistics.php:25
|
1460 |
msgid "Default"
|
1461 |
msgstr "Par défaut"
|
1462 |
|
1463 |
-
#: dashboard/publisher/adverts-edit.php:
|
1464 |
#: dashboard/publisher/groups-main.php:61
|
1465 |
msgid "Dynamic"
|
1466 |
msgstr "Dynamique"
|
1467 |
|
1468 |
-
#: dashboard/publisher/adverts-edit.php:
|
1469 |
#: dashboard/publisher/groups-main.php:61
|
1470 |
msgid "second rotation"
|
1471 |
msgstr "deuxième rotation"
|
1472 |
|
1473 |
-
#: dashboard/publisher/adverts-edit.php:
|
1474 |
#: dashboard/publisher/groups-main.php:62
|
1475 |
msgid "Block"
|
1476 |
msgstr "Bloc"
|
1477 |
|
1478 |
-
#: dashboard/publisher/adverts-edit.php:
|
1479 |
#: dashboard/publisher/groups-main.php:62
|
1480 |
msgid "grid"
|
1481 |
msgstr "grille"
|
1482 |
|
1483 |
-
#: dashboard/publisher/adverts-edit.php:
|
1484 |
-
#: dashboard/publisher/groups-edit.php:
|
1485 |
#: dashboard/publisher/groups-main.php:63
|
1486 |
msgid "Post Injection"
|
1487 |
msgstr "Injection dans l'article"
|
1488 |
|
1489 |
-
#: dashboard/publisher/adverts-edit.php:
|
1490 |
msgid "Geolocation"
|
1491 |
msgstr "Géolocalisation"
|
1492 |
|
1493 |
-
#: dashboard/publisher/adverts-edit.php:
|
1494 |
#: dashboard/publisher/groups-edit.php:74
|
1495 |
#: dashboard/publisher/groups-main.php:70
|
1496 |
msgid "Mode"
|
1497 |
msgstr "Mode"
|
1498 |
|
1499 |
-
#: dashboard/publisher/adverts-edit.php:
|
1500 |
-
#: dashboard/publisher/adverts-generator.php:
|
1501 |
msgid "Portability"
|
1502 |
msgstr "Portabilité"
|
1503 |
|
1504 |
-
#: dashboard/publisher/adverts-edit.php:
|
1505 |
msgid ""
|
1506 |
"This long code is your advert. It includes all settings from above except "
|
1507 |
"the schedule and group selection. You can import this hash into another "
|
@@ -1518,8 +1352,8 @@ msgstr ""
|
|
1518 |
"le tout. Vous pouvez coller le hachage dans le champ 'Advert Hash' dans le "
|
1519 |
"générateur d’annonces d’une autre configuration AdRotate."
|
1520 |
|
1521 |
-
#: dashboard/publisher/adverts-edit.php:
|
1522 |
-
#: dashboard/publisher/adverts-generator.php:
|
1523 |
msgid "Advert hash"
|
1524 |
msgstr "Annonce hachage"
|
1525 |
|
@@ -1574,100 +1408,53 @@ msgstr "Expiré"
|
|
1574 |
msgid "Generate Advert Code"
|
1575 |
msgstr "Générer du code d’annonce"
|
1576 |
|
1577 |
-
#: dashboard/publisher/adverts-generator.php:37
|
1578 |
-
msgid ""
|
1579 |
-
"Use the Generator if you have received a target url, banner image and/or "
|
1580 |
-
"some separate files with a description on how to use those. The AdRotate "
|
1581 |
-
"Generator will take your bits and pieces and try to generate a working "
|
1582 |
-
"adcode from it."
|
1583 |
-
msgstr ""
|
1584 |
-
"Utilisez le générateur si vous avez reçu une url cible, une image de "
|
1585 |
-
"bannière et/ou certains fichiers distincts avec une description sur la façon "
|
1586 |
-
"de les utiliser. Le générateur AdRotate prendra vos morceaux et essayera de "
|
1587 |
-
"générer un code d’annonce de travail à partir de lui."
|
1588 |
-
|
1589 |
-
#: dashboard/publisher/adverts-generator.php:38
|
1590 |
-
msgid ""
|
1591 |
-
"If you have an advert hash from another AdRotate or AdRotate Professional "
|
1592 |
-
"setup you can enter it in the Portability field. This feature is a bit of an "
|
1593 |
-
"experiment, but the basic function works."
|
1594 |
-
msgstr ""
|
1595 |
-
"Si vous avez un hachage publicitaire d’une autre configuration AdRotate ou "
|
1596 |
-
"AdRotate Professional, vous pouvez l’entrer dans le champ De la Portability. "
|
1597 |
-
"Cette fonctionnalité est un peu une expérience, mais la fonction de base "
|
1598 |
-
"fonctionne."
|
1599 |
-
|
1600 |
-
#: dashboard/publisher/adverts-generator.php:39
|
1601 |
-
msgid ""
|
1602 |
-
"If you have a complete and working ad code / ad tag you do not use the "
|
1603 |
-
"Generator. You can simply paste that code in the AdCode field when creating "
|
1604 |
-
"your advert. For example as provided by Media.net or Google AdSense among "
|
1605 |
-
"others."
|
1606 |
-
msgstr ""
|
1607 |
-
"Si vous avez un code d’annonce complet et fonctionnant / ad tag vous "
|
1608 |
-
"n’utilisez pas le générateur. Vous pouvez simplement coller ce code dans le "
|
1609 |
-
"champ AdCode lors de la création de votre annonce. Par exemple, tel que "
|
1610 |
-
"fourni par Media.net ou Google AdSense entre autres."
|
1611 |
-
|
1612 |
#: dashboard/publisher/adverts-generator.php:41
|
1613 |
-
msgid "Create your advert"
|
1614 |
-
msgstr "Créez votre annonce"
|
1615 |
-
|
1616 |
-
#: dashboard/publisher/adverts-generator.php:42
|
1617 |
-
msgid ""
|
1618 |
-
"This is a regular advert consisting of an image and a link, made up from "
|
1619 |
-
"HTML code."
|
1620 |
-
msgstr ""
|
1621 |
-
"Il s’agit d’une annonce régulière composée d’une image et d’un lien, composé "
|
1622 |
-
"de code HTML."
|
1623 |
-
|
1624 |
-
#: dashboard/publisher/adverts-generator.php:47
|
1625 |
msgid "Required"
|
1626 |
msgstr "Requis"
|
1627 |
|
1628 |
-
#: dashboard/publisher/adverts-generator.php:
|
1629 |
msgid "Banner image"
|
1630 |
msgstr "Bannière image"
|
1631 |
|
1632 |
-
#: dashboard/publisher/adverts-generator.php:
|
1633 |
msgid "Select advert image"
|
1634 |
msgstr "Sélectionnez l’image de annonce"
|
1635 |
|
1636 |
-
#: dashboard/publisher/adverts-generator.php:
|
1637 |
msgid "Is your file not listed? Upload it to the banners folder using (s)FTP."
|
1638 |
msgstr ""
|
1639 |
"Votre fichier n’est-il pas répertorié ? Téléchargez-le sur le dossier des "
|
1640 |
"bannières à l’aide de (s)FTP."
|
1641 |
|
1642 |
-
#: dashboard/publisher/adverts-generator.php:
|
1643 |
msgid "Target website"
|
1644 |
msgstr "Site Web cible"
|
1645 |
|
1646 |
-
#: dashboard/publisher/adverts-generator.php:
|
1647 |
msgid "Where does the person clicking the advert go?"
|
1648 |
msgstr "Où va la personne en cliquant sur l’annonce ?"
|
1649 |
|
1650 |
-
#: dashboard/publisher/adverts-generator.php:
|
1651 |
msgid "Viewports"
|
1652 |
msgstr "Fenêtres"
|
1653 |
|
1654 |
-
#: dashboard/publisher/adverts-generator.php:
|
1655 |
-
#: dashboard/publisher/groups-edit.php:
|
1656 |
#: dashboard/settings/notifications.php:48
|
1657 |
msgid "Available in AdRotate Pro"
|
1658 |
msgstr "Disponible dans Adrotate Pro"
|
1659 |
|
1660 |
-
#: dashboard/publisher/adverts-generator.php:
|
1661 |
msgid "Smaller Devices"
|
1662 |
msgstr "Appareils plus petits"
|
1663 |
|
1664 |
-
#: dashboard/publisher/adverts-generator.php:
|
1665 |
-
#: dashboard/publisher/adverts-generator.php:
|
1666 |
-
#: dashboard/publisher/adverts-generator.php:
|
1667 |
msgid "No file selected"
|
1668 |
msgstr "Aucun fichier sélectionné"
|
1669 |
|
1670 |
-
#: dashboard/publisher/adverts-generator.php:
|
1671 |
msgid ""
|
1672 |
"Smaller smartphones and tablets with a viewport of up to 480px wide (up-to "
|
1673 |
"1440px resolution)."
|
@@ -1675,11 +1462,11 @@ msgstr ""
|
|
1675 |
"Petits smartphones et tablettes avec un viewport allant jusqu’à 480px de "
|
1676 |
"large (jusqu’à 1440px résolution)."
|
1677 |
|
1678 |
-
#: dashboard/publisher/adverts-generator.php:
|
1679 |
msgid "Medium sized Devices"
|
1680 |
msgstr "Appareils de taille moyenne"
|
1681 |
|
1682 |
-
#: dashboard/publisher/adverts-generator.php:
|
1683 |
msgid ""
|
1684 |
"Larger smartphones or Small tablets with a viewport of up to 960px wide (up-"
|
1685 |
"to 1536px resolution)."
|
@@ -1687,11 +1474,11 @@ msgstr ""
|
|
1687 |
"Smartphones plus grands ou petites tablettes avec un support allant jusqu’à "
|
1688 |
"960px de large (jusqu’à 1536px résolution)."
|
1689 |
|
1690 |
-
#: dashboard/publisher/adverts-generator.php:
|
1691 |
msgid "Larger Devices"
|
1692 |
msgstr "Appareils plus grands"
|
1693 |
|
1694 |
-
#: dashboard/publisher/adverts-generator.php:
|
1695 |
msgid ""
|
1696 |
"Small laptops and Larger tablets with a viewport of up to 1280px wide (up-to "
|
1697 |
"2048px resolution)."
|
@@ -1699,12 +1486,12 @@ msgstr ""
|
|
1699 |
"Petits ordinateurs portables et tablettes plus grandes avec un support "
|
1700 |
"allant jusqu’à 1280px de large (jusqu’à 2048px résolution)."
|
1701 |
|
1702 |
-
#: dashboard/publisher/adverts-generator.php:
|
1703 |
#: dashboard/publisher/media.php:37
|
1704 |
msgid "Important:"
|
1705 |
msgstr "Important :"
|
1706 |
|
1707 |
-
#: dashboard/publisher/adverts-generator.php:
|
1708 |
msgid ""
|
1709 |
"All sizes are optional, but it is highly recommended to use at least the "
|
1710 |
"small and medium size. Devices with viewports greater than 1280px will use "
|
@@ -1714,7 +1501,7 @@ msgstr ""
|
|
1714 |
"d’utiliser au moins les petites et moyennes tailles. Les appareils avec des "
|
1715 |
"ports de vue supérieurs à 1280px utiliseront la bannière pleine grandeur."
|
1716 |
|
1717 |
-
#: dashboard/publisher/adverts-generator.php:
|
1718 |
msgid ""
|
1719 |
"Are your files not listed? Upload them via the AdRotate Media Manager. For "
|
1720 |
"your convenience, use easy to use filenames."
|
@@ -1723,38 +1510,38 @@ msgstr ""
|
|
1723 |
"responsable des médias AdRotate. Pour votre commodité, utilisez facilement "
|
1724 |
"les noms de fichiers."
|
1725 |
|
1726 |
-
#: dashboard/publisher/adverts-generator.php:
|
1727 |
msgid "Optional"
|
1728 |
msgstr "Optionnel"
|
1729 |
|
1730 |
-
#: dashboard/publisher/adverts-generator.php:
|
1731 |
msgid "Target window"
|
1732 |
msgstr "Fenêtre cible"
|
1733 |
|
1734 |
-
#: dashboard/publisher/adverts-generator.php:
|
1735 |
msgid "Open the advert in a new window?"
|
1736 |
msgstr "Ouvrez l’annonce dans une nouvelle fenêtre?"
|
1737 |
|
1738 |
-
#: dashboard/publisher/adverts-generator.php:
|
1739 |
msgid "(Recommended)"
|
1740 |
msgstr "(Recommandé)"
|
1741 |
|
1742 |
-
#: dashboard/publisher/adverts-generator.php:
|
1743 |
msgid "NoFollow"
|
1744 |
msgstr "NoFollow"
|
1745 |
|
1746 |
-
#: dashboard/publisher/adverts-generator.php:
|
1747 |
msgid "Tell crawlers and search engines not to follow the target website url?"
|
1748 |
msgstr ""
|
1749 |
"Dire aux chenilles et aux moteurs de recherche de ne pas suivre l’URL du "
|
1750 |
"site Web cible?"
|
1751 |
|
1752 |
-
#: dashboard/publisher/adverts-generator.php:
|
1753 |
-
#: dashboard/publisher/adverts-generator.php:
|
1754 |
msgid "(Available in AdRotate Pro)"
|
1755 |
msgstr "Disponible dans Adrotate Pro"
|
1756 |
|
1757 |
-
#: dashboard/publisher/adverts-generator.php:
|
1758 |
msgid ""
|
1759 |
"Letting bots (Such as Googlebot) index paid links may negatively affect your "
|
1760 |
"SEO and PageRank."
|
@@ -1762,15 +1549,15 @@ msgstr ""
|
|
1762 |
"Louer des bots (tels que Googlebot) index liens payés peuvent affecter "
|
1763 |
"négativement votre référencement et PageRank."
|
1764 |
|
1765 |
-
#: dashboard/publisher/adverts-generator.php:
|
1766 |
msgid "Alt and Title"
|
1767 |
msgstr "Alt et Titre"
|
1768 |
|
1769 |
-
#: dashboard/publisher/adverts-generator.php:
|
1770 |
msgid "Add an alt and title attribute based on the asset name?"
|
1771 |
msgstr "Ajouter un alt et un attribut de titre basé sur le nom de l’actif ?"
|
1772 |
|
1773 |
-
#: dashboard/publisher/adverts-generator.php:
|
1774 |
msgid ""
|
1775 |
"Some bots/crawlers use them as a descriptive measure to see what the code is "
|
1776 |
"about."
|
@@ -1778,7 +1565,7 @@ msgstr ""
|
|
1778 |
"Certains bots / crawlers les utiliser comme une mesure descriptive pour voir "
|
1779 |
"ce que le code est d’environ."
|
1780 |
|
1781 |
-
#: dashboard/publisher/adverts-generator.php:
|
1782 |
msgid ""
|
1783 |
"To import a ready made advert, enter a advert hash from another AdRotate "
|
1784 |
"setup..."
|
@@ -1786,19 +1573,19 @@ msgstr ""
|
|
1786 |
"Pour importer une publicité prête à l’emploi, entrez un hachage publicitaire "
|
1787 |
"d’une autre configuration AdRotate..."
|
1788 |
|
1789 |
-
#: dashboard/publisher/adverts-generator.php:
|
1790 |
msgid "Generate and Configure Advert"
|
1791 |
msgstr "Générer et configurer l’annonce"
|
1792 |
|
1793 |
-
#: dashboard/publisher/adverts-generator.php:
|
1794 |
msgid "Always test your adverts before activating them."
|
1795 |
msgstr "Testez toujours vos annonces avant de les activer."
|
1796 |
|
1797 |
-
#: dashboard/publisher/adverts-generator.php:
|
1798 |
-
msgid "
|
1799 |
msgstr "Attention :"
|
1800 |
|
1801 |
-
#: dashboard/publisher/adverts-generator.php:
|
1802 |
msgid ""
|
1803 |
"While the Code Generator has been tested and works, code generation, as "
|
1804 |
"always, is a interpretation of user input. If you provide the correct bits "
|
@@ -1811,11 +1598,11 @@ msgstr ""
|
|
1811 |
"générée. Si vous laissez les champs vides ou insérez les mauvaises "
|
1812 |
"informations, vous vous retrouvez probablement avec une annonce cassée."
|
1813 |
|
1814 |
-
#: dashboard/publisher/adverts-generator.php:
|
1815 |
msgid "NOTE:"
|
1816 |
msgstr "NOTE:"
|
1817 |
|
1818 |
-
#: dashboard/publisher/adverts-generator.php:
|
1819 |
msgid "If you insert an Advert Hash, all other fields are ignored."
|
1820 |
msgstr ""
|
1821 |
"Si vous insérez un haschich d’annonce, tous les autres champs sont ignorés."
|
@@ -1965,16 +1752,12 @@ msgstr ""
|
|
1965 |
"cycle de annonces."
|
1966 |
|
1967 |
#: dashboard/publisher/groups-edit.php:155
|
1968 |
-
#: dashboard/publisher/groups-edit.php:
|
1969 |
msgid "Get access to all features in AdRotate Pro."
|
1970 |
msgstr "Accédez à toutes les fonctionnalités d’AdRotate Pro."
|
1971 |
|
1972 |
-
#: dashboard/publisher/groups-edit.php:155
|
1973 |
-
msgid "Upgrade today"
|
1974 |
-
msgstr "Mettez à niveau dès aujourd'hui"
|
1975 |
-
|
1976 |
#: dashboard/publisher/groups-edit.php:162
|
1977 |
-
#: dashboard/publisher/groups-edit.php:
|
1978 |
msgid ""
|
1979 |
"Drag the AdRotate widget to the sidebar you want it in, select \"Group of "
|
1980 |
"Adverts\" and enter ID"
|
@@ -1983,11 +1766,15 @@ msgstr ""
|
|
1983 |
"souhaitez, sélectionnez « Groupe d’annonces » et saisissez l’ID"
|
1984 |
|
1985 |
#: dashboard/publisher/groups-edit.php:174
|
1986 |
-
#: dashboard/publisher/groups-edit.php:
|
1987 |
-
#: dashboard/publisher/groups-edit.php:
|
1988 |
msgid "Save Group"
|
1989 |
msgstr "Sauvegarder groupe"
|
1990 |
|
|
|
|
|
|
|
|
|
1991 |
#: dashboard/publisher/groups-edit.php:182
|
1992 |
msgid "Advert Margin"
|
1993 |
msgstr "Marges autour de la pub"
|
@@ -2066,7 +1853,7 @@ msgstr "N’oubliez pas de mettre au moins une annonce mobile dans ce groupe."
|
|
2066 |
msgid "Fallback Group"
|
2067 |
msgstr "Groupe de secours"
|
2068 |
|
2069 |
-
#: dashboard/publisher/groups-edit.php:
|
2070 |
msgid ""
|
2071 |
"Select another group to fall back on when all adverts are expired, not in "
|
2072 |
"the visitors geographic area or are otherwise unavailable."
|
@@ -2075,135 +1862,139 @@ msgstr ""
|
|
2075 |
"expirés, pas dans la zone géographique de visiteurs ou sont autrement "
|
2076 |
"indisponibles."
|
2077 |
|
2078 |
-
#: dashboard/publisher/groups-edit.php:
|
2079 |
-
#: dashboard/publisher/groups-edit.php:
|
2080 |
#: dashboard/settings/geotargeting.php:24
|
2081 |
msgid "Disabled"
|
2082 |
msgstr "Désactivé"
|
2083 |
|
2084 |
-
#: dashboard/publisher/groups-edit.php:
|
2085 |
-
#: dashboard/publisher/groups-edit.php:
|
2086 |
msgid "Widget (Pro only)"
|
2087 |
msgstr "Widget (Pro seulement)"
|
2088 |
|
2089 |
-
#: dashboard/publisher/groups-edit.php:
|
2090 |
-
#: dashboard/publisher/groups-edit.php:
|
2091 |
msgid "Before content"
|
2092 |
msgstr "Avant le contenu"
|
2093 |
|
2094 |
-
#: dashboard/publisher/groups-edit.php:
|
2095 |
-
#: dashboard/publisher/groups-edit.php:
|
2096 |
msgid "After content"
|
2097 |
msgstr "Après le contenu"
|
2098 |
|
2099 |
-
#: dashboard/publisher/groups-edit.php:
|
2100 |
-
#: dashboard/publisher/groups-edit.php:
|
2101 |
msgid "Before and after content"
|
2102 |
msgstr "Avant et après le contenu"
|
2103 |
|
2104 |
-
#: dashboard/publisher/groups-edit.php:
|
2105 |
-
#: dashboard/publisher/groups-edit.php:
|
2106 |
msgid "Inside the content..."
|
2107 |
msgstr "À l’intérieur du contenu..."
|
2108 |
|
2109 |
-
#: dashboard/publisher/groups-edit.php:
|
2110 |
-
#: dashboard/publisher/groups-edit.php:
|
2111 |
msgid "after the middle paragraph"
|
2112 |
msgstr "après le paragraphe du milieu"
|
2113 |
|
2114 |
-
#: dashboard/publisher/groups-edit.php:
|
2115 |
-
#: dashboard/publisher/groups-edit.php:
|
2116 |
msgid "after the 1st paragraph"
|
2117 |
msgstr "après l’alinéa 1er"
|
2118 |
|
2119 |
-
#: dashboard/publisher/groups-edit.php:
|
2120 |
-
#: dashboard/publisher/groups-edit.php:
|
2121 |
msgid "after the 2nd paragraph"
|
2122 |
msgstr "après le 2e paragraphe"
|
2123 |
|
2124 |
-
#: dashboard/publisher/groups-edit.php:
|
2125 |
-
#: dashboard/publisher/groups-edit.php:
|
2126 |
msgid "after the 3rd paragraph"
|
2127 |
msgstr "après le 3e paragraphe"
|
2128 |
|
2129 |
-
#: dashboard/publisher/groups-edit.php:
|
2130 |
-
#: dashboard/publisher/groups-edit.php:
|
2131 |
msgid "after the 4th paragraph"
|
2132 |
msgstr "après le 4e paragraphe"
|
2133 |
|
2134 |
-
#: dashboard/publisher/groups-edit.php:
|
2135 |
-
#: dashboard/publisher/groups-edit.php:
|
2136 |
msgid "after the 5th paragraph"
|
2137 |
msgstr "après le 5e paragraphe"
|
2138 |
|
2139 |
-
#: dashboard/publisher/groups-edit.php:
|
2140 |
-
#: dashboard/publisher/groups-edit.php:
|
2141 |
msgid "after the 6th paragraph"
|
2142 |
msgstr "après le 6e paragraphe"
|
2143 |
|
2144 |
-
#: dashboard/publisher/groups-edit.php:
|
2145 |
-
#: dashboard/publisher/groups-edit.php:
|
2146 |
msgid "after the 7th paragraph"
|
2147 |
msgstr "après le 7e paragraphe"
|
2148 |
|
2149 |
-
#: dashboard/publisher/groups-edit.php:
|
2150 |
-
#: dashboard/publisher/groups-edit.php:
|
2151 |
msgid "after the 8th paragraph"
|
2152 |
msgstr "après le 8e paragraphe"
|
2153 |
|
2154 |
-
#: dashboard/publisher/groups-edit.php:
|
2155 |
msgid "Page Injection"
|
2156 |
msgstr "Page Injection"
|
2157 |
|
2158 |
-
#: dashboard/publisher/groups-edit.php:
|
2159 |
msgid "Wrapper code"
|
2160 |
msgstr "Code enveloppant"
|
2161 |
|
2162 |
-
#: dashboard/publisher/groups-edit.php:
|
2163 |
msgid "Wraps around each advert. HTML/JavaScript allowed, use with care!"
|
2164 |
msgstr ""
|
2165 |
"Enveloppe autour de chaque annonce. HTML/JavaScript autorisé, utiliser avec "
|
2166 |
"soin!"
|
2167 |
|
2168 |
-
#: dashboard/publisher/groups-edit.php:
|
2169 |
msgid "Before advert"
|
2170 |
msgstr "Avant l’annonce"
|
2171 |
|
2172 |
-
#: dashboard/publisher/groups-edit.php:
|
2173 |
-
#: dashboard/publisher/groups-edit.php:
|
2174 |
msgid "Example:"
|
2175 |
msgstr "Exemple :"
|
2176 |
|
2177 |
-
#: dashboard/publisher/groups-edit.php:
|
2178 |
msgid "Options:"
|
2179 |
msgstr "Options :"
|
2180 |
|
2181 |
-
#: dashboard/publisher/groups-edit.php:
|
2182 |
msgid "After advert"
|
2183 |
msgstr "Après l’annonce"
|
2184 |
|
2185 |
-
#: dashboard/publisher/groups-edit.php:
|
2186 |
msgid "Select adverts"
|
2187 |
msgstr "Sélectionnez les annonces"
|
2188 |
|
2189 |
-
#: dashboard/publisher/groups-edit.php:
|
2190 |
msgid "Visible until"
|
2191 |
msgstr "Visible jusqu'à"
|
2192 |
|
2193 |
-
#: dashboard/publisher/groups-edit.php:
|
|
|
|
|
|
|
|
|
2194 |
msgid "No adverts created!"
|
2195 |
msgstr "Aucune annonces créés !"
|
2196 |
|
2197 |
-
#: dashboard/publisher/groups-edit.php:
|
2198 |
msgid "Configuration errors."
|
2199 |
msgstr "Erreurs de configuration."
|
2200 |
|
2201 |
-
#: dashboard/publisher/groups-edit.php:
|
2202 |
#: dashboard/publisher/schedules-main.php:87
|
2203 |
msgid "Expires soon."
|
2204 |
msgstr "Expire bientôt."
|
2205 |
|
2206 |
-
#: dashboard/publisher/groups-edit.php:
|
2207 |
#: dashboard/publisher/schedules-main.php:88
|
2208 |
msgid "Has expired."
|
2209 |
msgstr "A expiré."
|
@@ -3500,6 +3291,173 @@ msgstr "Aide"
|
|
3500 |
msgid "Premium Support is available in AdRotate Pro!"
|
3501 |
msgstr "Premium Support est disponible dans AdRotate Pro!"
|
3502 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3503 |
#~ msgid "AdRotate Professional"
|
3504 |
#~ msgstr "AdRotate professionel"
|
3505 |
|
@@ -4813,13 +4771,6 @@ msgstr "Premium Support est disponible dans AdRotate Pro!"
|
|
4813 |
#~ "Cette annonce a été rejetée par le personnel. S’il vous plaît ajuster "
|
4814 |
#~ "l’annonce pour se conformer aux exigences!"
|
4815 |
|
4816 |
-
#, fuzzy
|
4817 |
-
#~ msgid "The advert will expire in less than 2 days!"
|
4818 |
-
#~ msgstr "L’annonce expirera dans moins de 2 jours!"
|
4819 |
-
|
4820 |
-
#~ msgid "This advert will expire in less than 7 days!"
|
4821 |
-
#~ msgstr "Cette annonce expire dans moins de 7 jours !"
|
4822 |
-
|
4823 |
#~ msgid "This advert has been archived and can not be activated anymore!"
|
4824 |
#~ msgstr "Cette annonce a été archivée et ne peut pas être activée en plus !"
|
4825 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: AdRotate\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2021-05-19 12:23-0500\n"
|
6 |
+
"PO-Revision-Date: 2021-05-19 12:25-0500\n"
|
7 |
"Last-Translator: Arnan de Gans <support@ajdg.solutions>\n"
|
8 |
"Language-Team: Arnan de Gans\n"
|
9 |
"Language: fr\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
+
"X-Generator: Poedit 2.4.2\n"
|
17 |
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
#: adrotate-functions.php:784
|
21 |
+
msgid "Advert saved"
|
22 |
msgstr "Annonce sauvée"
|
23 |
|
24 |
#: adrotate-functions.php:788
|
31 |
|
32 |
#: adrotate-functions.php:796
|
33 |
msgid "Ad(s) deleted"
|
34 |
+
msgstr "Annonce(s) supprimée"
|
35 |
|
36 |
#: adrotate-functions.php:800
|
37 |
msgid "Group deleted"
|
39 |
|
40 |
#: adrotate-functions.php:804
|
41 |
msgid "Asset(s) deleted"
|
42 |
+
msgstr "Actif(s) supprimé"
|
43 |
|
44 |
#: adrotate-functions.php:808
|
45 |
msgid ""
|
50 |
"Assurez-vous que vos autorisations sont en ordre."
|
51 |
|
52 |
#: adrotate-functions.php:812
|
53 |
+
msgid "Advert(s) statistics reset"
|
54 |
+
msgstr "Réinitialisation des statistiques publicitaires"
|
55 |
|
56 |
#: adrotate-functions.php:816
|
57 |
+
msgid "Advert(s) renewed"
|
58 |
+
msgstr "Annonce(s) renouvellée"
|
59 |
|
60 |
#: adrotate-functions.php:820
|
61 |
+
msgid "Advert(s) deactivated"
|
62 |
+
msgstr "Annonce(s) désactivée"
|
63 |
|
64 |
#: adrotate-functions.php:824
|
65 |
+
msgid "Advert(s) activated"
|
66 |
+
msgstr "Annonce(s) activée"
|
67 |
|
68 |
#: adrotate-functions.php:828
|
69 |
+
msgid "Group including the Adverts in it deleted"
|
70 |
+
msgstr "Groupe y compris les annonces en elle supprimé"
|
71 |
|
72 |
#: adrotate-functions.php:832
|
73 |
msgid "Export created"
|
76 |
#: adrotate-functions.php:836
|
77 |
msgid ""
|
78 |
"Advert HTML generated and placed in the AdCode field. Configure your advert "
|
79 |
+
"below. Do not forget to check all settings and schedule the advert."
|
80 |
msgstr ""
|
81 |
"Annonce HTML générée et placée dans le champ AdCode. Configurez votre "
|
82 |
"annonce ci-dessous. N’oubliez pas de vérifier tous les paramètres et de les "
|
95 |
msgstr "Base de données réparée"
|
96 |
|
97 |
#: adrotate-functions.php:853
|
98 |
+
msgid "Adverts evaluated and statuses have been corrected where required"
|
99 |
+
msgstr "Annonces évaluées et statuts corrigés au besoin"
|
|
|
100 |
|
101 |
#: adrotate-functions.php:857
|
102 |
msgid "Cleanup complete"
|
108 |
|
109 |
#: adrotate-functions.php:866
|
110 |
msgid ""
|
111 |
+
"The advert was saved but has an issue which might prevent it from working "
|
112 |
+
"properly. Review the colored advert."
|
113 |
msgstr ""
|
114 |
+
"L’annonce a été enregistrée, mais a un problème qui pourrait l’empêcher de "
|
115 |
+
"fonctionner correctement. Passez en revue l’annonce colorée."
|
116 |
|
117 |
#: adrotate-functions.php:870
|
118 |
msgid "No data found in selected time period"
|
128 |
msgstr "Forme ne peut pas être (partiellement) vide !"
|
129 |
|
130 |
#: adrotate-functions.php:882
|
131 |
+
msgid "No adverts found."
|
132 |
msgstr "Aucune annonce trouvée."
|
133 |
|
134 |
#: adrotate-functions.php:886
|
180 |
|
181 |
#: adrotate-output.php:562
|
182 |
msgid ""
|
183 |
+
"Error, Advert is not available at this time due to schedule/geolocation "
|
184 |
"restrictions!"
|
185 |
msgstr ""
|
186 |
+
"Erreur, Annonce n’est pas disponible pour le moment en raison de "
|
187 |
+
"restrictions de calendrier / géolocalisation!"
|
188 |
|
189 |
#: adrotate-output.php:567
|
190 |
msgid ""
|
195 |
"cet endroit!"
|
196 |
|
197 |
#: adrotate-output.php:572
|
198 |
+
msgid "Error, no Advert ID set! Check your syntax!"
|
199 |
+
msgstr "Erreur, pas de jeu d’identité publicitaire! Vérifiez votre syntaxe!"
|
200 |
|
201 |
#: adrotate-output.php:578
|
202 |
msgid "Error, no group ID set! Check your syntax!"
|
393 |
msgstr ""
|
394 |
"Accédez à un support premium et à des mises à jour gratuites pendant un an!"
|
395 |
|
396 |
+
#: adrotate-output.php:851 dashboard/publisher/groups-edit.php:155
|
397 |
+
msgid "Upgrade today"
|
398 |
+
msgstr "Mettez à niveau dès aujourd'hui"
|
399 |
|
400 |
#: adrotate-statistics.php:155
|
401 |
msgid "January"
|
534 |
msgstr "Gérer les médias"
|
535 |
|
536 |
#: adrotate.php:111 adrotate.php:522 dashboard/adrotatepro.php:98
|
537 |
+
#: dashboard/publisher/adverts-edit.php:174
|
538 |
#: dashboard/publisher/statistics-main.php:23
|
539 |
#: dashboard/settings/statistics.php:17
|
540 |
msgid "Statistics"
|
561 |
msgstr "Gérer"
|
562 |
|
563 |
#: adrotate.php:257
|
564 |
+
msgid "Advert Generator"
|
565 |
+
msgstr "Générateur d’annonces"
|
566 |
|
567 |
+
#: adrotate.php:258 dashboard/publisher/adverts-edit.php:104
|
568 |
+
msgid "New Advert"
|
569 |
+
msgstr "Nouvelle Annonce"
|
570 |
+
|
571 |
+
#: adrotate.php:328
|
572 |
msgid "Add New"
|
573 |
msgstr "Ajouter"
|
574 |
|
605 |
msgid "Notifications"
|
606 |
msgstr "Notifications"
|
607 |
|
608 |
+
#: adrotate.php:523 dashboard/publisher/groups-edit.php:205
|
|
|
609 |
#: dashboard/settings/advertisers.php:38
|
610 |
msgid "Geo Targeting"
|
611 |
msgstr "Ciblage géo"
|
775 |
msgid "Adverts that need you"
|
776 |
msgstr "Annonces qui ont besoin de votre attention"
|
777 |
|
778 |
+
#: dashboard/info.php:34 dashboard/publisher/adverts-edit.php:261
|
779 |
#: dashboard/publisher/groups-main.php:34
|
780 |
#: dashboard/publisher/schedules-main.php:34
|
781 |
#: dashboard/publisher/statistics-main.php:35
|
856 |
msgstr "Actions en vrac"
|
857 |
|
858 |
#: dashboard/publisher/adverts-disabled.php:21
|
859 |
+
#: dashboard/publisher/adverts-edit.php:182
|
860 |
msgid "Activate"
|
861 |
msgstr "Activer"
|
862 |
|
882 |
msgstr "Aller"
|
883 |
|
884 |
#: dashboard/publisher/adverts-disabled.php:35
|
885 |
+
#: dashboard/publisher/adverts-edit.php:259
|
886 |
#: dashboard/publisher/adverts-error.php:39
|
887 |
#: dashboard/publisher/adverts-main.php:39
|
888 |
+
#: dashboard/publisher/groups-edit.php:350
|
889 |
#: dashboard/publisher/groups-main.php:32
|
890 |
#: dashboard/publisher/schedules-main.php:31
|
891 |
msgid "ID"
|
900 |
|
901 |
#: dashboard/publisher/adverts-disabled.php:37
|
902 |
#: dashboard/publisher/adverts-edit.php:112
|
903 |
+
#: dashboard/publisher/adverts-edit.php:260
|
904 |
#: dashboard/publisher/adverts-error.php:40
|
905 |
#: dashboard/publisher/adverts-main.php:41
|
906 |
#: dashboard/publisher/groups-edit.php:65
|
907 |
+
#: dashboard/publisher/groups-edit.php:351
|
908 |
#: dashboard/publisher/groups-main.php:33 dashboard/publisher/media.php:48
|
909 |
#: dashboard/publisher/schedules-main.php:33
|
910 |
msgid "Name"
|
912 |
|
913 |
#: dashboard/publisher/adverts-disabled.php:39
|
914 |
#: dashboard/publisher/adverts-main.php:43
|
915 |
+
#: dashboard/publisher/groups-edit.php:355
|
916 |
#: dashboard/publisher/groups-main.php:36
|
917 |
msgid "Shown"
|
918 |
msgstr "Montré"
|
919 |
|
920 |
#: dashboard/publisher/adverts-disabled.php:40
|
921 |
#: dashboard/publisher/adverts-main.php:45
|
922 |
+
#: dashboard/publisher/groups-edit.php:356
|
923 |
#: dashboard/publisher/groups-main.php:38
|
924 |
#: dashboard/publisher/statistics-advert.php:52
|
925 |
#: dashboard/publisher/statistics-advert.php:58
|
1009 |
|
1010 |
#: dashboard/publisher/adverts-edit.php:67
|
1011 |
msgid ""
|
1012 |
+
"AdRotate cannot find an error but the advert is marked erroneous, try re-"
|
1013 |
+
"saving the ad!"
|
1014 |
msgstr ""
|
1015 |
+
"AdRotate ne peut pas trouver une erreur, mais l’annonce est marquée erronée, "
|
1016 |
+
"essayez de sauver à nouveau l’annonce!"
|
1017 |
|
1018 |
#: dashboard/publisher/adverts-edit.php:70
|
1019 |
+
msgid "This advert is expired and currently not shown on your website!"
|
1020 |
msgstr ""
|
1021 |
+
"Cette annonce est expirée et ne pas actuellement affichée sur votre site "
|
1022 |
+
"Internet !"
|
1023 |
|
1024 |
#: dashboard/publisher/adverts-edit.php:73
|
1025 |
+
msgid "The advert will expire in less than 2 days!"
|
1026 |
+
msgstr "L’annonce expirera dans moins de 2 jours!"
|
1027 |
|
1028 |
#: dashboard/publisher/adverts-edit.php:76
|
1029 |
+
msgid "This advert will expire in less than 7 days!"
|
1030 |
+
msgstr "Cette annonce expire dans moins de 7 jours !"
|
1031 |
|
1032 |
#: dashboard/publisher/adverts-edit.php:79
|
1033 |
+
msgid "This advert has been disabled and does not rotate on your site!"
|
1034 |
+
msgstr "Cette annonce à été désactivée et ne tourne plus sur votre site!"
|
|
|
|
|
|
|
|
|
1035 |
|
1036 |
#: dashboard/publisher/adverts-edit.php:106
|
1037 |
msgid "Edit Advert"
|
1114 |
msgid "Banner asset"
|
1115 |
msgstr "Atout de la bannière"
|
1116 |
|
1117 |
+
#: dashboard/publisher/adverts-edit.php:155
|
1118 |
msgid "WordPress media:"
|
1119 |
msgstr "WordPress médias:"
|
1120 |
|
1121 |
+
#: dashboard/publisher/adverts-edit.php:155
|
1122 |
msgid "Select Banner"
|
1123 |
msgstr "Choisir l'image"
|
1124 |
|
1125 |
+
#: dashboard/publisher/adverts-edit.php:157
|
1126 |
msgid "- OR -"
|
1127 |
msgstr "- OU -"
|
1128 |
|
1129 |
+
#: dashboard/publisher/adverts-edit.php:158
|
1130 |
msgid "Banner folder:"
|
1131 |
msgstr "Dossier Bannière:"
|
1132 |
|
1133 |
+
#: dashboard/publisher/adverts-edit.php:159
|
1134 |
msgid "No image selected"
|
1135 |
msgstr "Aucune image sélectionnée"
|
1136 |
|
1137 |
+
#: dashboard/publisher/adverts-edit.php:169
|
1138 |
msgid "Use %asset% in the adcode instead of the file path."
|
1139 |
msgstr "Utilisez % actif dans l’adcode au lieu du chemin de fichier."
|
1140 |
|
1141 |
+
#: dashboard/publisher/adverts-edit.php:169
|
1142 |
msgid ""
|
1143 |
"Use either the text field or the dropdown. If the textfield has content that "
|
1144 |
"field has priority."
|
1146 |
"Utilisez la zone de texte ou la liste déroulante. Si le champ de texte a une "
|
1147 |
"valeur, ce champ a la priorité."
|
1148 |
|
1149 |
+
#: dashboard/publisher/adverts-edit.php:176
|
1150 |
msgid "Enable click and impression tracking for this advert."
|
1151 |
msgstr "Activez le suivi des clics et des impressions pour cette annonce."
|
1152 |
|
1153 |
+
#: dashboard/publisher/adverts-edit.php:177
|
1154 |
msgid ""
|
1155 |
"Note: Clicktracking does not work for Javascript adverts such as those "
|
1156 |
"provided by Google AdSense/DFP/DoubleClick. HTML5/Flash adverts are not "
|
1160 |
"tels que ceux fournis par Google AdSense/DFP/DoubleClick. HTML5/Flash "
|
1161 |
"annonces ne sont pas toujours pris en charge."
|
1162 |
|
1163 |
+
#: dashboard/publisher/adverts-edit.php:185
|
1164 |
msgid "Enabled, this ad will be visible"
|
1165 |
msgstr "Activée, cette annonce sera visible"
|
1166 |
|
1167 |
+
#: dashboard/publisher/adverts-edit.php:186
|
1168 |
msgid "Disabled, do not show this advert anywhere"
|
1169 |
msgstr "Non, cette annonce ne sera pas utilisée"
|
1170 |
|
1171 |
+
#: dashboard/publisher/adverts-edit.php:192
|
1172 |
+
msgid ""
|
1173 |
+
"Target your audience with Geo Targeting and easily select which devices and "
|
1174 |
+
"mobile operating systems the advert should show on with AdRotate Pro!"
|
1175 |
+
msgstr ""
|
1176 |
+
"Ciblez votre public avec Geo Targeting et sélectionnez facilement les "
|
1177 |
+
"appareils et les systèmes d’exploitation mobiles que l’annonce devrait "
|
1178 |
+
"afficher avec AdRotate Pro !"
|
1179 |
|
1180 |
+
#: dashboard/publisher/adverts-edit.php:192
|
1181 |
+
#: dashboard/publisher/adverts-edit.php:230
|
1182 |
+
#: dashboard/publisher/groups-edit.php:227
|
|
|
|
|
1183 |
#: dashboard/publisher/statistics-advert.php:109
|
1184 |
#: dashboard/publisher/statistics-group.php:113
|
1185 |
#: dashboard/publisher/statistics-main.php:83
|
1186 |
msgid "Upgrade now"
|
1187 |
msgstr "Mettre à jour maintenant"
|
1188 |
|
1189 |
+
#: dashboard/publisher/adverts-edit.php:194
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1190 |
msgid "Schedule your advert"
|
1191 |
msgstr "Planifiez votre annonce"
|
1192 |
|
1193 |
+
#: dashboard/publisher/adverts-edit.php:195
|
1194 |
msgid ""
|
1195 |
"Time uses a 24 hour clock. When you're used to the AM/PM system keep this in "
|
1196 |
"mind: If the start or end time is after lunch, add 12 hours. 2PM is 14:00 "
|
1201 |
"après midi, ajoutez 12 heures (par exemple, 2PM est égal à 14:00 et 6AM est "
|
1202 |
"6:00)."
|
1203 |
|
1204 |
+
#: dashboard/publisher/adverts-edit.php:199
|
1205 |
msgid "Start date"
|
1206 |
msgstr "Date de début"
|
1207 |
|
1208 |
+
#: dashboard/publisher/adverts-edit.php:203
|
1209 |
msgid "End date"
|
1210 |
msgstr "Date de fin"
|
1211 |
|
1212 |
+
#: dashboard/publisher/adverts-edit.php:209
|
1213 |
msgid "Start time"
|
1214 |
msgstr "Heure de début"
|
1215 |
|
1216 |
+
#: dashboard/publisher/adverts-edit.php:214
|
1217 |
msgid "End time"
|
1218 |
msgstr "Heure de fin"
|
1219 |
|
1220 |
+
#: dashboard/publisher/adverts-edit.php:222
|
1221 |
msgid "Maximum Clicks"
|
1222 |
msgstr "Clics maximum"
|
1223 |
|
1224 |
+
#: dashboard/publisher/adverts-edit.php:223
|
1225 |
+
#: dashboard/publisher/adverts-edit.php:225
|
1226 |
msgid "Leave empty or 0 to skip this."
|
1227 |
msgstr "Laissez le champs vide ou mettrez 0 pour l'ignorer."
|
1228 |
|
1229 |
+
#: dashboard/publisher/adverts-edit.php:224
|
1230 |
msgid "Maximum Impressions"
|
1231 |
msgstr "Impressions maximales"
|
1232 |
|
1233 |
+
#: dashboard/publisher/adverts-edit.php:230
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1234 |
msgid ""
|
1235 |
+
"Plan ahead and create multiple and more advanced schedules for each advert "
|
1236 |
+
"with AdRotate Pro."
|
1237 |
msgstr ""
|
1238 |
+
"Planifiez à l’avance et créez des horaires multiples et plus avancés pour "
|
1239 |
+
"chaque publicité avec AdRotate Pro."
|
1240 |
|
1241 |
+
#: dashboard/publisher/adverts-edit.php:232
|
1242 |
+
#: dashboard/publisher/groups-edit.php:157
|
1243 |
+
#: dashboard/publisher/groups-edit.php:302
|
1244 |
+
msgid "Usage"
|
1245 |
+
msgstr "Usage"
|
1246 |
|
1247 |
+
#: dashboard/publisher/adverts-edit.php:236
|
1248 |
+
#: dashboard/publisher/groups-edit.php:161
|
1249 |
+
#: dashboard/publisher/groups-edit.php:306
|
1250 |
+
msgid "Widget"
|
1251 |
+
msgstr "Widget"
|
1252 |
|
1253 |
+
#: dashboard/publisher/adverts-edit.php:237
|
|
|
1254 |
msgid ""
|
1255 |
+
"Drag the AdRotate widget to the sidebar where you want to place the advert "
|
1256 |
+
"and select the advert or the group the advert is in."
|
1257 |
msgstr ""
|
1258 |
+
"Faites glisser le widget AdRotate à la barre latérale où vous voulez placer "
|
1259 |
+
"l’annonce, puis sélectionnez l’annonce ou le groupe l’annonce est en."
|
|
|
|
|
|
|
|
|
1260 |
|
1261 |
+
#: dashboard/publisher/adverts-edit.php:240
|
1262 |
+
#: dashboard/publisher/groups-edit.php:165
|
1263 |
+
#: dashboard/publisher/groups-edit.php:310
|
1264 |
+
msgid "In a post or page"
|
1265 |
+
msgstr "Dans un message ou une page"
|
1266 |
|
1267 |
+
#: dashboard/publisher/adverts-edit.php:242
|
1268 |
+
#: dashboard/publisher/groups-edit.php:167
|
1269 |
+
#: dashboard/publisher/groups-edit.php:312
|
1270 |
+
msgid "Directly in a theme"
|
1271 |
+
msgstr "Directement dans un thème"
|
1272 |
|
1273 |
+
#: dashboard/publisher/adverts-edit.php:249
|
1274 |
+
#: dashboard/publisher/adverts-edit.php:292
|
1275 |
+
msgid "Save Advert"
|
1276 |
+
msgstr "Sauvegarder l’annonce"
|
1277 |
|
1278 |
+
#: dashboard/publisher/adverts-edit.php:250
|
1279 |
+
#: dashboard/publisher/adverts-edit.php:293
|
1280 |
+
#: dashboard/publisher/adverts-generator.php:148
|
1281 |
+
#: dashboard/publisher/groups-edit.php:175
|
1282 |
+
#: dashboard/publisher/groups-edit.php:320
|
1283 |
+
#: dashboard/publisher/groups-edit.php:414
|
1284 |
+
msgid "Cancel"
|
1285 |
+
msgstr "Annuller"
|
1286 |
|
1287 |
+
#: dashboard/publisher/adverts-edit.php:254
|
1288 |
msgid "Select Groups"
|
1289 |
msgstr "Choisir groupes"
|
1290 |
|
1291 |
+
#: dashboard/publisher/adverts-edit.php:270
|
1292 |
#: dashboard/publisher/groups-main.php:60
|
1293 |
#: dashboard/settings/geotargeting.php:54 dashboard/settings/statistics.php:25
|
1294 |
msgid "Default"
|
1295 |
msgstr "Par défaut"
|
1296 |
|
1297 |
+
#: dashboard/publisher/adverts-edit.php:271
|
1298 |
#: dashboard/publisher/groups-main.php:61
|
1299 |
msgid "Dynamic"
|
1300 |
msgstr "Dynamique"
|
1301 |
|
1302 |
+
#: dashboard/publisher/adverts-edit.php:271
|
1303 |
#: dashboard/publisher/groups-main.php:61
|
1304 |
msgid "second rotation"
|
1305 |
msgstr "deuxième rotation"
|
1306 |
|
1307 |
+
#: dashboard/publisher/adverts-edit.php:272
|
1308 |
#: dashboard/publisher/groups-main.php:62
|
1309 |
msgid "Block"
|
1310 |
msgstr "Bloc"
|
1311 |
|
1312 |
+
#: dashboard/publisher/adverts-edit.php:272
|
1313 |
#: dashboard/publisher/groups-main.php:62
|
1314 |
msgid "grid"
|
1315 |
msgstr "grille"
|
1316 |
|
1317 |
+
#: dashboard/publisher/adverts-edit.php:273
|
1318 |
+
#: dashboard/publisher/groups-edit.php:234
|
1319 |
#: dashboard/publisher/groups-main.php:63
|
1320 |
msgid "Post Injection"
|
1321 |
msgstr "Injection dans l'article"
|
1322 |
|
1323 |
+
#: dashboard/publisher/adverts-edit.php:274
|
1324 |
msgid "Geolocation"
|
1325 |
msgstr "Géolocalisation"
|
1326 |
|
1327 |
+
#: dashboard/publisher/adverts-edit.php:281
|
1328 |
#: dashboard/publisher/groups-edit.php:74
|
1329 |
#: dashboard/publisher/groups-main.php:70
|
1330 |
msgid "Mode"
|
1331 |
msgstr "Mode"
|
1332 |
|
1333 |
+
#: dashboard/publisher/adverts-edit.php:298
|
1334 |
+
#: dashboard/publisher/adverts-generator.php:131
|
1335 |
msgid "Portability"
|
1336 |
msgstr "Portabilité"
|
1337 |
|
1338 |
+
#: dashboard/publisher/adverts-edit.php:299
|
1339 |
msgid ""
|
1340 |
"This long code is your advert. It includes all settings from above except "
|
1341 |
"the schedule and group selection. You can import this hash into another "
|
1352 |
"le tout. Vous pouvez coller le hachage dans le champ 'Advert Hash' dans le "
|
1353 |
"générateur d’annonces d’une autre configuration AdRotate."
|
1354 |
|
1355 |
+
#: dashboard/publisher/adverts-edit.php:303
|
1356 |
+
#: dashboard/publisher/adverts-generator.php:137
|
1357 |
msgid "Advert hash"
|
1358 |
msgstr "Annonce hachage"
|
1359 |
|
1408 |
msgid "Generate Advert Code"
|
1409 |
msgstr "Générer du code d’annonce"
|
1410 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1411 |
#: dashboard/publisher/adverts-generator.php:41
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1412 |
msgid "Required"
|
1413 |
msgstr "Requis"
|
1414 |
|
1415 |
+
#: dashboard/publisher/adverts-generator.php:47
|
1416 |
msgid "Banner image"
|
1417 |
msgstr "Bannière image"
|
1418 |
|
1419 |
+
#: dashboard/publisher/adverts-generator.php:50
|
1420 |
msgid "Select advert image"
|
1421 |
msgstr "Sélectionnez l’image de annonce"
|
1422 |
|
1423 |
+
#: dashboard/publisher/adverts-generator.php:56
|
1424 |
msgid "Is your file not listed? Upload it to the banners folder using (s)FTP."
|
1425 |
msgstr ""
|
1426 |
"Votre fichier n’est-il pas répertorié ? Téléchargez-le sur le dossier des "
|
1427 |
"bannières à l’aide de (s)FTP."
|
1428 |
|
1429 |
+
#: dashboard/publisher/adverts-generator.php:60
|
1430 |
msgid "Target website"
|
1431 |
msgstr "Site Web cible"
|
1432 |
|
1433 |
+
#: dashboard/publisher/adverts-generator.php:62
|
1434 |
msgid "Where does the person clicking the advert go?"
|
1435 |
msgstr "Où va la personne en cliquant sur l’annonce ?"
|
1436 |
|
1437 |
+
#: dashboard/publisher/adverts-generator.php:69
|
1438 |
msgid "Viewports"
|
1439 |
msgstr "Fenêtres"
|
1440 |
|
1441 |
+
#: dashboard/publisher/adverts-generator.php:69
|
1442 |
+
#: dashboard/publisher/groups-edit.php:218
|
1443 |
#: dashboard/settings/notifications.php:48
|
1444 |
msgid "Available in AdRotate Pro"
|
1445 |
msgstr "Disponible dans Adrotate Pro"
|
1446 |
|
1447 |
+
#: dashboard/publisher/adverts-generator.php:75
|
1448 |
msgid "Smaller Devices"
|
1449 |
msgstr "Appareils plus petits"
|
1450 |
|
1451 |
+
#: dashboard/publisher/adverts-generator.php:78
|
1452 |
+
#: dashboard/publisher/adverts-generator.php:86
|
1453 |
+
#: dashboard/publisher/adverts-generator.php:94
|
1454 |
msgid "No file selected"
|
1455 |
msgstr "Aucun fichier sélectionné"
|
1456 |
|
1457 |
+
#: dashboard/publisher/adverts-generator.php:79
|
1458 |
msgid ""
|
1459 |
"Smaller smartphones and tablets with a viewport of up to 480px wide (up-to "
|
1460 |
"1440px resolution)."
|
1462 |
"Petits smartphones et tablettes avec un viewport allant jusqu’à 480px de "
|
1463 |
"large (jusqu’à 1440px résolution)."
|
1464 |
|
1465 |
+
#: dashboard/publisher/adverts-generator.php:83
|
1466 |
msgid "Medium sized Devices"
|
1467 |
msgstr "Appareils de taille moyenne"
|
1468 |
|
1469 |
+
#: dashboard/publisher/adverts-generator.php:87
|
1470 |
msgid ""
|
1471 |
"Larger smartphones or Small tablets with a viewport of up to 960px wide (up-"
|
1472 |
"to 1536px resolution)."
|
1474 |
"Smartphones plus grands ou petites tablettes avec un support allant jusqu’à "
|
1475 |
"960px de large (jusqu’à 1536px résolution)."
|
1476 |
|
1477 |
+
#: dashboard/publisher/adverts-generator.php:91
|
1478 |
msgid "Larger Devices"
|
1479 |
msgstr "Appareils plus grands"
|
1480 |
|
1481 |
+
#: dashboard/publisher/adverts-generator.php:95
|
1482 |
msgid ""
|
1483 |
"Small laptops and Larger tablets with a viewport of up to 1280px wide (up-to "
|
1484 |
"2048px resolution)."
|
1486 |
"Petits ordinateurs portables et tablettes plus grandes avec un support "
|
1487 |
"allant jusqu’à 1280px de large (jusqu’à 2048px résolution)."
|
1488 |
|
1489 |
+
#: dashboard/publisher/adverts-generator.php:99
|
1490 |
#: dashboard/publisher/media.php:37
|
1491 |
msgid "Important:"
|
1492 |
msgstr "Important :"
|
1493 |
|
1494 |
+
#: dashboard/publisher/adverts-generator.php:99
|
1495 |
msgid ""
|
1496 |
"All sizes are optional, but it is highly recommended to use at least the "
|
1497 |
"small and medium size. Devices with viewports greater than 1280px will use "
|
1501 |
"d’utiliser au moins les petites et moyennes tailles. Les appareils avec des "
|
1502 |
"ports de vue supérieurs à 1280px utiliseront la bannière pleine grandeur."
|
1503 |
|
1504 |
+
#: dashboard/publisher/adverts-generator.php:99
|
1505 |
msgid ""
|
1506 |
"Are your files not listed? Upload them via the AdRotate Media Manager. For "
|
1507 |
"your convenience, use easy to use filenames."
|
1510 |
"responsable des médias AdRotate. Pour votre commodité, utilisez facilement "
|
1511 |
"les noms de fichiers."
|
1512 |
|
1513 |
+
#: dashboard/publisher/adverts-generator.php:104
|
1514 |
msgid "Optional"
|
1515 |
msgstr "Optionnel"
|
1516 |
|
1517 |
+
#: dashboard/publisher/adverts-generator.php:110
|
1518 |
msgid "Target window"
|
1519 |
msgstr "Fenêtre cible"
|
1520 |
|
1521 |
+
#: dashboard/publisher/adverts-generator.php:112
|
1522 |
msgid "Open the advert in a new window?"
|
1523 |
msgstr "Ouvrez l’annonce dans une nouvelle fenêtre?"
|
1524 |
|
1525 |
+
#: dashboard/publisher/adverts-generator.php:112
|
1526 |
msgid "(Recommended)"
|
1527 |
msgstr "(Recommandé)"
|
1528 |
|
1529 |
+
#: dashboard/publisher/adverts-generator.php:116
|
1530 |
msgid "NoFollow"
|
1531 |
msgstr "NoFollow"
|
1532 |
|
1533 |
+
#: dashboard/publisher/adverts-generator.php:118
|
1534 |
msgid "Tell crawlers and search engines not to follow the target website url?"
|
1535 |
msgstr ""
|
1536 |
"Dire aux chenilles et aux moteurs de recherche de ne pas suivre l’URL du "
|
1537 |
"site Web cible?"
|
1538 |
|
1539 |
+
#: dashboard/publisher/adverts-generator.php:118
|
1540 |
+
#: dashboard/publisher/adverts-generator.php:124
|
1541 |
msgid "(Available in AdRotate Pro)"
|
1542 |
msgstr "Disponible dans Adrotate Pro"
|
1543 |
|
1544 |
+
#: dashboard/publisher/adverts-generator.php:118
|
1545 |
msgid ""
|
1546 |
"Letting bots (Such as Googlebot) index paid links may negatively affect your "
|
1547 |
"SEO and PageRank."
|
1549 |
"Louer des bots (tels que Googlebot) index liens payés peuvent affecter "
|
1550 |
"négativement votre référencement et PageRank."
|
1551 |
|
1552 |
+
#: dashboard/publisher/adverts-generator.php:122
|
1553 |
msgid "Alt and Title"
|
1554 |
msgstr "Alt et Titre"
|
1555 |
|
1556 |
+
#: dashboard/publisher/adverts-generator.php:124
|
1557 |
msgid "Add an alt and title attribute based on the asset name?"
|
1558 |
msgstr "Ajouter un alt et un attribut de titre basé sur le nom de l’actif ?"
|
1559 |
|
1560 |
+
#: dashboard/publisher/adverts-generator.php:124
|
1561 |
msgid ""
|
1562 |
"Some bots/crawlers use them as a descriptive measure to see what the code is "
|
1563 |
"about."
|
1565 |
"Certains bots / crawlers les utiliser comme une mesure descriptive pour voir "
|
1566 |
"ce que le code est d’environ."
|
1567 |
|
1568 |
+
#: dashboard/publisher/adverts-generator.php:139
|
1569 |
msgid ""
|
1570 |
"To import a ready made advert, enter a advert hash from another AdRotate "
|
1571 |
"setup..."
|
1573 |
"Pour importer une publicité prête à l’emploi, entrez un hachage publicitaire "
|
1574 |
"d’une autre configuration AdRotate..."
|
1575 |
|
1576 |
+
#: dashboard/publisher/adverts-generator.php:147
|
1577 |
msgid "Generate and Configure Advert"
|
1578 |
msgstr "Générer et configurer l’annonce"
|
1579 |
|
1580 |
+
#: dashboard/publisher/adverts-generator.php:148
|
1581 |
msgid "Always test your adverts before activating them."
|
1582 |
msgstr "Testez toujours vos annonces avant de les activer."
|
1583 |
|
1584 |
+
#: dashboard/publisher/adverts-generator.php:151
|
1585 |
+
msgid "CAUTION:"
|
1586 |
msgstr "Attention :"
|
1587 |
|
1588 |
+
#: dashboard/publisher/adverts-generator.php:151
|
1589 |
msgid ""
|
1590 |
"While the Code Generator has been tested and works, code generation, as "
|
1591 |
"always, is a interpretation of user input. If you provide the correct bits "
|
1598 |
"générée. Si vous laissez les champs vides ou insérez les mauvaises "
|
1599 |
"informations, vous vous retrouvez probablement avec une annonce cassée."
|
1600 |
|
1601 |
+
#: dashboard/publisher/adverts-generator.php:151
|
1602 |
msgid "NOTE:"
|
1603 |
msgstr "NOTE:"
|
1604 |
|
1605 |
+
#: dashboard/publisher/adverts-generator.php:151
|
1606 |
msgid "If you insert an Advert Hash, all other fields are ignored."
|
1607 |
msgstr ""
|
1608 |
"Si vous insérez un haschich d’annonce, tous les autres champs sont ignorés."
|
1752 |
"cycle de annonces."
|
1753 |
|
1754 |
#: dashboard/publisher/groups-edit.php:155
|
1755 |
+
#: dashboard/publisher/groups-edit.php:227
|
1756 |
msgid "Get access to all features in AdRotate Pro."
|
1757 |
msgstr "Accédez à toutes les fonctionnalités d’AdRotate Pro."
|
1758 |
|
|
|
|
|
|
|
|
|
1759 |
#: dashboard/publisher/groups-edit.php:162
|
1760 |
+
#: dashboard/publisher/groups-edit.php:307
|
1761 |
msgid ""
|
1762 |
"Drag the AdRotate widget to the sidebar you want it in, select \"Group of "
|
1763 |
"Adverts\" and enter ID"
|
1766 |
"souhaitez, sélectionnez « Groupe d’annonces » et saisissez l’ID"
|
1767 |
|
1768 |
#: dashboard/publisher/groups-edit.php:174
|
1769 |
+
#: dashboard/publisher/groups-edit.php:319
|
1770 |
+
#: dashboard/publisher/groups-edit.php:413
|
1771 |
msgid "Save Group"
|
1772 |
msgstr "Sauvegarder groupe"
|
1773 |
|
1774 |
+
#: dashboard/publisher/groups-edit.php:178 dashboard/settings/statistics.php:28
|
1775 |
+
msgid "Advanced"
|
1776 |
+
msgstr "Avancé"
|
1777 |
+
|
1778 |
#: dashboard/publisher/groups-edit.php:182
|
1779 |
msgid "Advert Margin"
|
1780 |
msgstr "Marges autour de la pub"
|
1853 |
msgid "Fallback Group"
|
1854 |
msgstr "Groupe de secours"
|
1855 |
|
1856 |
+
#: dashboard/publisher/groups-edit.php:222
|
1857 |
msgid ""
|
1858 |
"Select another group to fall back on when all adverts are expired, not in "
|
1859 |
"the visitors geographic area or are otherwise unavailable."
|
1862 |
"expirés, pas dans la zone géographique de visiteurs ou sont autrement "
|
1863 |
"indisponibles."
|
1864 |
|
1865 |
+
#: dashboard/publisher/groups-edit.php:237
|
1866 |
+
#: dashboard/publisher/groups-edit.php:270
|
1867 |
#: dashboard/settings/geotargeting.php:24
|
1868 |
msgid "Disabled"
|
1869 |
msgstr "Désactivé"
|
1870 |
|
1871 |
+
#: dashboard/publisher/groups-edit.php:238
|
1872 |
+
#: dashboard/publisher/groups-edit.php:271
|
1873 |
msgid "Widget (Pro only)"
|
1874 |
msgstr "Widget (Pro seulement)"
|
1875 |
|
1876 |
+
#: dashboard/publisher/groups-edit.php:239
|
1877 |
+
#: dashboard/publisher/groups-edit.php:272
|
1878 |
msgid "Before content"
|
1879 |
msgstr "Avant le contenu"
|
1880 |
|
1881 |
+
#: dashboard/publisher/groups-edit.php:240
|
1882 |
+
#: dashboard/publisher/groups-edit.php:273
|
1883 |
msgid "After content"
|
1884 |
msgstr "Après le contenu"
|
1885 |
|
1886 |
+
#: dashboard/publisher/groups-edit.php:241
|
1887 |
+
#: dashboard/publisher/groups-edit.php:274
|
1888 |
msgid "Before and after content"
|
1889 |
msgstr "Avant et après le contenu"
|
1890 |
|
1891 |
+
#: dashboard/publisher/groups-edit.php:242
|
1892 |
+
#: dashboard/publisher/groups-edit.php:275
|
1893 |
msgid "Inside the content..."
|
1894 |
msgstr "À l’intérieur du contenu..."
|
1895 |
|
1896 |
+
#: dashboard/publisher/groups-edit.php:246
|
1897 |
+
#: dashboard/publisher/groups-edit.php:279
|
1898 |
msgid "after the middle paragraph"
|
1899 |
msgstr "après le paragraphe du milieu"
|
1900 |
|
1901 |
+
#: dashboard/publisher/groups-edit.php:247
|
1902 |
+
#: dashboard/publisher/groups-edit.php:280
|
1903 |
msgid "after the 1st paragraph"
|
1904 |
msgstr "après l’alinéa 1er"
|
1905 |
|
1906 |
+
#: dashboard/publisher/groups-edit.php:248
|
1907 |
+
#: dashboard/publisher/groups-edit.php:281
|
1908 |
msgid "after the 2nd paragraph"
|
1909 |
msgstr "après le 2e paragraphe"
|
1910 |
|
1911 |
+
#: dashboard/publisher/groups-edit.php:249
|
1912 |
+
#: dashboard/publisher/groups-edit.php:282
|
1913 |
msgid "after the 3rd paragraph"
|
1914 |
msgstr "après le 3e paragraphe"
|
1915 |
|
1916 |
+
#: dashboard/publisher/groups-edit.php:250
|
1917 |
+
#: dashboard/publisher/groups-edit.php:283
|
1918 |
msgid "after the 4th paragraph"
|
1919 |
msgstr "après le 4e paragraphe"
|
1920 |
|
1921 |
+
#: dashboard/publisher/groups-edit.php:251
|
1922 |
+
#: dashboard/publisher/groups-edit.php:284
|
1923 |
msgid "after the 5th paragraph"
|
1924 |
msgstr "après le 5e paragraphe"
|
1925 |
|
1926 |
+
#: dashboard/publisher/groups-edit.php:252
|
1927 |
+
#: dashboard/publisher/groups-edit.php:285
|
1928 |
msgid "after the 6th paragraph"
|
1929 |
msgstr "après le 6e paragraphe"
|
1930 |
|
1931 |
+
#: dashboard/publisher/groups-edit.php:253
|
1932 |
+
#: dashboard/publisher/groups-edit.php:286
|
1933 |
msgid "after the 7th paragraph"
|
1934 |
msgstr "après le 7e paragraphe"
|
1935 |
|
1936 |
+
#: dashboard/publisher/groups-edit.php:254
|
1937 |
+
#: dashboard/publisher/groups-edit.php:287
|
1938 |
msgid "after the 8th paragraph"
|
1939 |
msgstr "après le 8e paragraphe"
|
1940 |
|
1941 |
+
#: dashboard/publisher/groups-edit.php:267
|
1942 |
msgid "Page Injection"
|
1943 |
msgstr "Page Injection"
|
1944 |
|
1945 |
+
#: dashboard/publisher/groups-edit.php:323
|
1946 |
msgid "Wrapper code"
|
1947 |
msgstr "Code enveloppant"
|
1948 |
|
1949 |
+
#: dashboard/publisher/groups-edit.php:324
|
1950 |
msgid "Wraps around each advert. HTML/JavaScript allowed, use with care!"
|
1951 |
msgstr ""
|
1952 |
"Enveloppe autour de chaque annonce. HTML/JavaScript autorisé, utiliser avec "
|
1953 |
"soin!"
|
1954 |
|
1955 |
+
#: dashboard/publisher/groups-edit.php:328
|
1956 |
msgid "Before advert"
|
1957 |
msgstr "Avant l’annonce"
|
1958 |
|
1959 |
+
#: dashboard/publisher/groups-edit.php:331
|
1960 |
+
#: dashboard/publisher/groups-edit.php:339
|
1961 |
msgid "Example:"
|
1962 |
msgstr "Exemple :"
|
1963 |
|
1964 |
+
#: dashboard/publisher/groups-edit.php:332
|
1965 |
msgid "Options:"
|
1966 |
msgstr "Options :"
|
1967 |
|
1968 |
+
#: dashboard/publisher/groups-edit.php:336
|
1969 |
msgid "After advert"
|
1970 |
msgstr "Après l’annonce"
|
1971 |
|
1972 |
+
#: dashboard/publisher/groups-edit.php:345
|
1973 |
msgid "Select adverts"
|
1974 |
msgstr "Sélectionnez les annonces"
|
1975 |
|
1976 |
+
#: dashboard/publisher/groups-edit.php:352
|
1977 |
msgid "Visible until"
|
1978 |
msgstr "Visible jusqu'à"
|
1979 |
|
1980 |
+
#: dashboard/publisher/groups-edit.php:353
|
1981 |
+
msgid "Weight"
|
1982 |
+
msgstr "Importance"
|
1983 |
+
|
1984 |
+
#: dashboard/publisher/groups-edit.php:400
|
1985 |
msgid "No adverts created!"
|
1986 |
msgstr "Aucune annonces créés !"
|
1987 |
|
1988 |
+
#: dashboard/publisher/groups-edit.php:407
|
1989 |
msgid "Configuration errors."
|
1990 |
msgstr "Erreurs de configuration."
|
1991 |
|
1992 |
+
#: dashboard/publisher/groups-edit.php:408
|
1993 |
#: dashboard/publisher/schedules-main.php:87
|
1994 |
msgid "Expires soon."
|
1995 |
msgstr "Expire bientôt."
|
1996 |
|
1997 |
+
#: dashboard/publisher/groups-edit.php:409
|
1998 |
#: dashboard/publisher/schedules-main.php:88
|
1999 |
msgid "Has expired."
|
2000 |
msgstr "A expiré."
|
3291 |
msgid "Premium Support is available in AdRotate Pro!"
|
3292 |
msgstr "Premium Support est disponible dans AdRotate Pro!"
|
3293 |
|
3294 |
+
#~ msgid "Get started today"
|
3295 |
+
#~ msgstr "Commencez dès aujourd'hui"
|
3296 |
+
|
3297 |
+
#~ msgid "The ad will expire in less than 2 days!"
|
3298 |
+
#~ msgstr "Cette annonces va expirer dans moins de 2 jours!"
|
3299 |
+
|
3300 |
+
#~ msgid "This ad will expire in less than 7 days!"
|
3301 |
+
#~ msgstr "Cette annonce va expirer dans moins de 7 jours!"
|
3302 |
+
|
3303 |
+
#~ msgid "Get more features with AdRotate Pro."
|
3304 |
+
#~ msgstr "Obtenez plus de fonctionalités avec AdRotate Pro."
|
3305 |
+
|
3306 |
+
#~ msgid "Available in AdRotate Pro!"
|
3307 |
+
#~ msgstr "Disponible dans Adrotate Pro!"
|
3308 |
+
|
3309 |
+
#~ msgid "Show to everyone"
|
3310 |
+
#~ msgstr "Afficher à tout le monde"
|
3311 |
+
|
3312 |
+
#~ msgid "Disable this option to hide the advert from logged-in visitors."
|
3313 |
+
#~ msgstr ""
|
3314 |
+
#~ "Désactiver cette option pour cacher l’annonce des visiteurs connectés."
|
3315 |
+
|
3316 |
+
#~ msgid "Few impressions"
|
3317 |
+
#~ msgstr "Peu d’impressions"
|
3318 |
+
|
3319 |
+
#~ msgid "Less than average"
|
3320 |
+
#~ msgstr "Less than average"
|
3321 |
+
|
3322 |
+
#~ msgid "Normal impressions"
|
3323 |
+
#~ msgstr "Impressions normales"
|
3324 |
+
|
3325 |
+
#~ msgid "More than average"
|
3326 |
+
#~ msgstr "More than average"
|
3327 |
+
|
3328 |
+
#~ msgid "Many impressions"
|
3329 |
+
#~ msgstr "Impressions"
|
3330 |
+
|
3331 |
+
#~ msgid "Mobile"
|
3332 |
+
#~ msgstr "Mobile"
|
3333 |
+
|
3334 |
+
#~ msgid "Desktops/Laptops"
|
3335 |
+
#~ msgstr "Ordinateurs de bureau/ordinateurs portables"
|
3336 |
+
|
3337 |
+
#~ msgid "Smartphones"
|
3338 |
+
#~ msgstr "Smartphone"
|
3339 |
+
|
3340 |
+
#~ msgid "Tablets"
|
3341 |
+
#~ msgstr "Tablettes"
|
3342 |
+
|
3343 |
+
#~ msgid ""
|
3344 |
+
#~ "Also enable 'Mobile Support' in the group this advert goes in or 'Device' "
|
3345 |
+
#~ "and 'Operating System' are ignored!"
|
3346 |
+
#~ msgstr ""
|
3347 |
+
#~ "Activez également 'Support Mobile' dans le groupe cette annonce va dans "
|
3348 |
+
#~ "ou 'Device' et 'Système d’exploitation' sont ignorés!"
|
3349 |
+
|
3350 |
+
#~ msgid ""
|
3351 |
+
#~ "Operating system detection only detects iOS and Android, select 'Not "
|
3352 |
+
#~ "Mobile/Other' for everything else."
|
3353 |
+
#~ msgstr ""
|
3354 |
+
#~ "La détection du système d’exploitation ne détecte qu’iOS et Android, "
|
3355 |
+
#~ "sélectionnez 'Not Mobile/Other' pour tout le reste."
|
3356 |
+
|
3357 |
+
#~ msgid "Mobile OS"
|
3358 |
+
#~ msgstr "OS mobile"
|
3359 |
+
|
3360 |
+
#~ msgid "iOS"
|
3361 |
+
#~ msgstr "iOS"
|
3362 |
+
|
3363 |
+
#~ msgid "Android"
|
3364 |
+
#~ msgstr "Android"
|
3365 |
+
|
3366 |
+
#~ msgid "Not mobile/Others"
|
3367 |
+
#~ msgstr "Pas mobile/Autres"
|
3368 |
+
|
3369 |
+
#~ msgid "Auto-delete"
|
3370 |
+
#~ msgstr "Suppression automatique"
|
3371 |
+
|
3372 |
+
#~ msgid "Automatically delete the advert 1 day after it expires?"
|
3373 |
+
#~ msgstr "Supprimer automatiquement l’annonce 1 jour après son expiration?"
|
3374 |
+
|
3375 |
+
#~ msgid ""
|
3376 |
+
#~ "This is useful for short running campaigns that do not require attention "
|
3377 |
+
#~ "after they finish."
|
3378 |
+
#~ msgstr ""
|
3379 |
+
#~ "Ceci est utile pour les campagnes de courte durée qui ne nécessitent pas "
|
3380 |
+
#~ "d’attention après leur fin."
|
3381 |
+
|
3382 |
+
#~ msgid ""
|
3383 |
+
#~ "Assign the advert to a group and enable that group to use Geo Targeting."
|
3384 |
+
#~ msgstr ""
|
3385 |
+
#~ "Attribuez l’annonce à un groupe et activez ce groupe pour utiliser Geo "
|
3386 |
+
#~ "Targeting."
|
3387 |
+
|
3388 |
+
#~ msgid "Enter cities or metro IDs (DMA)"
|
3389 |
+
#~ msgstr "Entrez dans les villes ou les ID de métro (DMA)"
|
3390 |
+
|
3391 |
+
#~ msgid "A comma separated list of Cities or Metro IDs:"
|
3392 |
+
#~ msgstr "Une liste de virgules séparées des villes ou des metro ID:"
|
3393 |
+
|
3394 |
+
#~ msgid ""
|
3395 |
+
#~ "AdRotate does not check the validity of names and assumes the basic "
|
3396 |
+
#~ "english name."
|
3397 |
+
#~ msgstr ""
|
3398 |
+
#~ "AdRotate ne vérifie pas la validité des noms et assume le nom anglais de "
|
3399 |
+
#~ "base."
|
3400 |
+
|
3401 |
+
#~ msgid "Enter States or State ISO3166-2 codes"
|
3402 |
+
#~ msgstr "Entrez États ou États ISO3166-2 codes"
|
3403 |
+
|
3404 |
+
#~ msgid "The listed cities must be in these states?"
|
3405 |
+
#~ msgstr "Les villes classées doivent être dans ces états?"
|
3406 |
+
|
3407 |
+
#~ msgid "A comma separated list of states:"
|
3408 |
+
#~ msgstr "Une liste séparée de virgule des états :"
|
3409 |
+
|
3410 |
+
#~ msgid "Select Countries and or Regions"
|
3411 |
+
#~ msgstr "Sélectionner les pays et les régions"
|
3412 |
+
|
3413 |
+
#~ msgid "Target your audience with Geo Targeting in AdRotate Pro"
|
3414 |
+
#~ msgstr "Ciblez votre audience avec Geo Targeting in AdRotate Pro"
|
3415 |
+
|
3416 |
+
#~ msgid ""
|
3417 |
+
#~ "Use the Generator if you have received a target url, banner image and/or "
|
3418 |
+
#~ "some separate files with a description on how to use those. The AdRotate "
|
3419 |
+
#~ "Generator will take your bits and pieces and try to generate a working "
|
3420 |
+
#~ "adcode from it."
|
3421 |
+
#~ msgstr ""
|
3422 |
+
#~ "Utilisez le générateur si vous avez reçu une url cible, une image de "
|
3423 |
+
#~ "bannière et/ou certains fichiers distincts avec une description sur la "
|
3424 |
+
#~ "façon de les utiliser. Le générateur AdRotate prendra vos morceaux et "
|
3425 |
+
#~ "essayera de générer un code d’annonce de travail à partir de lui."
|
3426 |
+
|
3427 |
+
#~ msgid ""
|
3428 |
+
#~ "If you have an advert hash from another AdRotate or AdRotate Professional "
|
3429 |
+
#~ "setup you can enter it in the Portability field. This feature is a bit of "
|
3430 |
+
#~ "an experiment, but the basic function works."
|
3431 |
+
#~ msgstr ""
|
3432 |
+
#~ "Si vous avez un hachage publicitaire d’une autre configuration AdRotate "
|
3433 |
+
#~ "ou AdRotate Professional, vous pouvez l’entrer dans le champ De la "
|
3434 |
+
#~ "Portability. Cette fonctionnalité est un peu une expérience, mais la "
|
3435 |
+
#~ "fonction de base fonctionne."
|
3436 |
+
|
3437 |
+
#~ msgid ""
|
3438 |
+
#~ "If you have a complete and working ad code / ad tag you do not use the "
|
3439 |
+
#~ "Generator. You can simply paste that code in the AdCode field when "
|
3440 |
+
#~ "creating your advert. For example as provided by Media.net or Google "
|
3441 |
+
#~ "AdSense among others."
|
3442 |
+
#~ msgstr ""
|
3443 |
+
#~ "Si vous avez un code d’annonce complet et fonctionnant / ad tag vous "
|
3444 |
+
#~ "n’utilisez pas le générateur. Vous pouvez simplement coller ce code dans "
|
3445 |
+
#~ "le champ AdCode lors de la création de votre annonce. Par exemple, tel "
|
3446 |
+
#~ "que fourni par Media.net ou Google AdSense entre autres."
|
3447 |
+
|
3448 |
+
#~ msgid "Create your advert"
|
3449 |
+
#~ msgstr "Créez votre annonce"
|
3450 |
+
|
3451 |
+
#~ msgid ""
|
3452 |
+
#~ "This is a regular advert consisting of an image and a link, made up from "
|
3453 |
+
#~ "HTML code."
|
3454 |
+
#~ msgstr ""
|
3455 |
+
#~ "Il s’agit d’une annonce régulière composée d’une image et d’un lien, "
|
3456 |
+
#~ "composé de code HTML."
|
3457 |
+
|
3458 |
+
#~ msgid "Caution:"
|
3459 |
+
#~ msgstr "Attention :"
|
3460 |
+
|
3461 |
#~ msgid "AdRotate Professional"
|
3462 |
#~ msgstr "AdRotate professionel"
|
3463 |
|
4771 |
#~ "Cette annonce a été rejetée par le personnel. S’il vous plaît ajuster "
|
4772 |
#~ "l’annonce pour se conformer aux exigences!"
|
4773 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4774 |
#~ msgid "This advert has been archived and can not be activated anymore!"
|
4775 |
#~ msgstr "Cette annonce a été archivée et ne peut pas être activée en plus !"
|
4776 |
|
language/adrotate-it_IT.mo
CHANGED
Binary file
|
language/adrotate-it_IT.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: 2021-
|
6 |
-
"PO-Revision-Date: 2021-
|
7 |
"Last-Translator: Arnan de Gans <support@ajdg.solutions>\n"
|
8 |
"Language-Team: Arnan de Gans\n"
|
9 |
"Language: it\n"
|
@@ -13,12 +13,12 @@ msgstr ""
|
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
-
"X-Generator: Poedit 2.4.
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
#: adrotate-functions.php:784
|
21 |
-
msgid "
|
22 |
msgstr "Annuncio salvato"
|
23 |
|
24 |
#: adrotate-functions.php:788
|
@@ -50,24 +50,24 @@ msgstr ""
|
|
50 |
"cartella. Assicurati che le tue autorizzazioni siano in ordine."
|
51 |
|
52 |
#: adrotate-functions.php:812
|
53 |
-
msgid "
|
54 |
msgstr "Reimpostazione delle statistiche degli annunci"
|
55 |
|
56 |
#: adrotate-functions.php:816
|
57 |
-
msgid "
|
58 |
msgstr "Annunci rinnovati"
|
59 |
|
60 |
#: adrotate-functions.php:820
|
61 |
-
msgid "
|
62 |
msgstr "Annunci disattivati"
|
63 |
|
64 |
#: adrotate-functions.php:824
|
65 |
-
msgid "
|
66 |
msgstr "Annunci attivati"
|
67 |
|
68 |
#: adrotate-functions.php:828
|
69 |
-
msgid "Group including it
|
70 |
-
msgstr "Gruppo che include
|
71 |
|
72 |
#: adrotate-functions.php:832
|
73 |
msgid "Export created"
|
@@ -76,11 +76,11 @@ msgstr "Esportazione creata"
|
|
76 |
#: adrotate-functions.php:836
|
77 |
msgid ""
|
78 |
"Advert HTML generated and placed in the AdCode field. Configure your advert "
|
79 |
-
"below. Do not forget to check all settings and schedule
|
80 |
msgstr ""
|
81 |
-
"
|
82 |
-
"
|
83 |
-
"
|
84 |
|
85 |
#: adrotate-functions.php:841
|
86 |
msgid "Settings saved"
|
@@ -95,8 +95,8 @@ msgid "Database repaired"
|
|
95 |
msgstr "Database riparato"
|
96 |
|
97 |
#: adrotate-functions.php:853
|
98 |
-
msgid "
|
99 |
-
msgstr "
|
100 |
|
101 |
#: adrotate-functions.php:857
|
102 |
msgid "Cleanup complete"
|
@@ -108,11 +108,11 @@ msgstr "Azione vietata"
|
|
108 |
|
109 |
#: adrotate-functions.php:866
|
110 |
msgid ""
|
111 |
-
"The
|
112 |
-
"properly. Review the colored
|
113 |
msgstr ""
|
114 |
-
"L'annuncio è stato salvato ma
|
115 |
-
"
|
116 |
|
117 |
#: adrotate-functions.php:870
|
118 |
msgid "No data found in selected time period"
|
@@ -127,8 +127,8 @@ msgid "Form can not be (partially) empty!"
|
|
127 |
msgstr "Modulo non può essere (parzialmente) vuoto!"
|
128 |
|
129 |
#: adrotate-functions.php:882
|
130 |
-
msgid "No
|
131 |
-
msgstr "
|
132 |
|
133 |
#: adrotate-functions.php:886
|
134 |
msgid ""
|
@@ -179,11 +179,11 @@ msgstr "Contattare il supporto tecnico se il problema persiste:"
|
|
179 |
|
180 |
#: adrotate-output.php:562
|
181 |
msgid ""
|
182 |
-
"Error,
|
183 |
"restrictions!"
|
184 |
msgstr ""
|
185 |
-
"Errore,
|
186 |
-
"pianificazione/geolocalizzazione!"
|
187 |
|
188 |
#: adrotate-output.php:567
|
189 |
msgid ""
|
@@ -194,7 +194,7 @@ msgstr ""
|
|
194 |
"posizione!"
|
195 |
|
196 |
#: adrotate-output.php:572
|
197 |
-
msgid "Error, no
|
198 |
msgstr "Errore, nessun ID annuncio impostato! Controlla la tua sintassi!"
|
199 |
|
200 |
#: adrotate-output.php:578
|
@@ -329,7 +329,7 @@ msgid ""
|
|
329 |
"menu. If you need help getting started take a look at the"
|
330 |
msgstr ""
|
331 |
"Grazie per avere scelto AdRotate. Tutto ciò che concerne AdRotate si trova "
|
332 |
-
"in questo menù. Se hai bisogno di aiuto per cominciare da
|
333 |
|
334 |
#: adrotate-output.php:761
|
335 |
msgid "manuals"
|
@@ -389,9 +389,9 @@ msgstr ""
|
|
389 |
"Ottieni l'accesso al supporto premium e agli aggiornamenti gratuiti per un "
|
390 |
"anno!"
|
391 |
|
392 |
-
#: adrotate-output.php:851
|
393 |
-
msgid "
|
394 |
-
msgstr "
|
395 |
|
396 |
#: adrotate-statistics.php:155
|
397 |
msgid "January"
|
@@ -528,7 +528,7 @@ msgid "Manage Media"
|
|
528 |
msgstr "Gestisci Media"
|
529 |
|
530 |
#: adrotate.php:111 adrotate.php:522 dashboard/adrotatepro.php:98
|
531 |
-
#: dashboard/publisher/adverts-edit.php:
|
532 |
#: dashboard/publisher/statistics-main.php:23
|
533 |
#: dashboard/settings/statistics.php:17
|
534 |
msgid "Statistics"
|
@@ -555,10 +555,14 @@ msgid "Manage"
|
|
555 |
msgstr "Gestisci"
|
556 |
|
557 |
#: adrotate.php:257
|
558 |
-
msgid "Generator"
|
559 |
-
msgstr "Generatore"
|
560 |
|
561 |
-
#: adrotate.php:258
|
|
|
|
|
|
|
|
|
562 |
msgid "Add New"
|
563 |
msgstr "Aggiungi Nuovo"
|
564 |
|
@@ -594,8 +598,7 @@ msgstr "Generale"
|
|
594 |
msgid "Notifications"
|
595 |
msgstr "Notifiche"
|
596 |
|
597 |
-
#: adrotate.php:523 dashboard/publisher/
|
598 |
-
#: dashboard/publisher/groups-edit.php:205
|
599 |
#: dashboard/settings/advertisers.php:38
|
600 |
msgid "Geo Targeting"
|
601 |
msgstr "Geo Targeting"
|
@@ -764,7 +767,7 @@ msgstr "La tua configurazione"
|
|
764 |
msgid "Adverts that need you"
|
765 |
msgstr "Inserzioni che hanno bisogno di te"
|
766 |
|
767 |
-
#: dashboard/info.php:34 dashboard/publisher/adverts-edit.php:
|
768 |
#: dashboard/publisher/groups-main.php:34
|
769 |
#: dashboard/publisher/schedules-main.php:34
|
770 |
#: dashboard/publisher/statistics-main.php:35
|
@@ -845,7 +848,7 @@ msgid "Bulk Actions"
|
|
845 |
msgstr "Azioni in blocco"
|
846 |
|
847 |
#: dashboard/publisher/adverts-disabled.php:21
|
848 |
-
#: dashboard/publisher/adverts-edit.php:
|
849 |
msgid "Activate"
|
850 |
msgstr "Attiva"
|
851 |
|
@@ -871,10 +874,10 @@ msgid "Go"
|
|
871 |
msgstr "Vai"
|
872 |
|
873 |
#: dashboard/publisher/adverts-disabled.php:35
|
874 |
-
#: dashboard/publisher/adverts-edit.php:
|
875 |
#: dashboard/publisher/adverts-error.php:39
|
876 |
#: dashboard/publisher/adverts-main.php:39
|
877 |
-
#: dashboard/publisher/groups-edit.php:
|
878 |
#: dashboard/publisher/groups-main.php:32
|
879 |
#: dashboard/publisher/schedules-main.php:31
|
880 |
msgid "ID"
|
@@ -889,11 +892,11 @@ msgstr "Inizio / Fine"
|
|
889 |
|
890 |
#: dashboard/publisher/adverts-disabled.php:37
|
891 |
#: dashboard/publisher/adverts-edit.php:112
|
892 |
-
#: dashboard/publisher/adverts-edit.php:
|
893 |
#: dashboard/publisher/adverts-error.php:40
|
894 |
#: dashboard/publisher/adverts-main.php:41
|
895 |
#: dashboard/publisher/groups-edit.php:65
|
896 |
-
#: dashboard/publisher/groups-edit.php:
|
897 |
#: dashboard/publisher/groups-main.php:33 dashboard/publisher/media.php:48
|
898 |
#: dashboard/publisher/schedules-main.php:33
|
899 |
msgid "Name"
|
@@ -901,14 +904,14 @@ msgstr "Nome"
|
|
901 |
|
902 |
#: dashboard/publisher/adverts-disabled.php:39
|
903 |
#: dashboard/publisher/adverts-main.php:43
|
904 |
-
#: dashboard/publisher/groups-edit.php:
|
905 |
#: dashboard/publisher/groups-main.php:36
|
906 |
msgid "Shown"
|
907 |
msgstr "Visibile"
|
908 |
|
909 |
#: dashboard/publisher/adverts-disabled.php:40
|
910 |
#: dashboard/publisher/adverts-main.php:45
|
911 |
-
#: dashboard/publisher/groups-edit.php:
|
912 |
#: dashboard/publisher/groups-main.php:38
|
913 |
#: dashboard/publisher/statistics-advert.php:52
|
914 |
#: dashboard/publisher/statistics-advert.php:58
|
@@ -998,32 +1001,29 @@ msgstr ""
|
|
998 |
|
999 |
#: dashboard/publisher/adverts-edit.php:67
|
1000 |
msgid ""
|
1001 |
-
"AdRotate cannot find an error but the
|
1002 |
-
"the ad!"
|
1003 |
msgstr ""
|
1004 |
-
"AdRotate non riesce a trovare un errore
|
1005 |
-
"errato, prova a salvare
|
1006 |
|
1007 |
#: dashboard/publisher/adverts-edit.php:70
|
1008 |
-
msgid "This
|
1009 |
msgstr ""
|
1010 |
-
"
|
|
|
1011 |
|
1012 |
#: dashboard/publisher/adverts-edit.php:73
|
1013 |
-
msgid "The
|
1014 |
-
msgstr "L'
|
1015 |
|
1016 |
#: dashboard/publisher/adverts-edit.php:76
|
1017 |
-
msgid "This
|
1018 |
-
msgstr "
|
1019 |
|
1020 |
#: dashboard/publisher/adverts-edit.php:79
|
1021 |
-
msgid "This
|
1022 |
-
msgstr "
|
1023 |
-
|
1024 |
-
#: dashboard/publisher/adverts-edit.php:104
|
1025 |
-
msgid "New Advert"
|
1026 |
-
msgstr "Nuova inserzione"
|
1027 |
|
1028 |
#: dashboard/publisher/adverts-edit.php:106
|
1029 |
msgid "Edit Advert"
|
@@ -1105,31 +1105,31 @@ msgstr ""
|
|
1105 |
msgid "Banner asset"
|
1106 |
msgstr "Elemento Banner"
|
1107 |
|
1108 |
-
#: dashboard/publisher/adverts-edit.php:
|
1109 |
msgid "WordPress media:"
|
1110 |
msgstr "WordPress media:"
|
1111 |
|
1112 |
-
#: dashboard/publisher/adverts-edit.php:
|
1113 |
msgid "Select Banner"
|
1114 |
msgstr "Selezionare il Banner"
|
1115 |
|
1116 |
-
#: dashboard/publisher/adverts-edit.php:
|
1117 |
msgid "- OR -"
|
1118 |
msgstr "- O -"
|
1119 |
|
1120 |
-
#: dashboard/publisher/adverts-edit.php:
|
1121 |
msgid "Banner folder:"
|
1122 |
msgstr "Cartella Banner:"
|
1123 |
|
1124 |
-
#: dashboard/publisher/adverts-edit.php:
|
1125 |
msgid "No image selected"
|
1126 |
msgstr "Nessuna immagine selezionata"
|
1127 |
|
1128 |
-
#: dashboard/publisher/adverts-edit.php:
|
1129 |
msgid "Use %asset% in the adcode instead of the file path."
|
1130 |
msgstr "Utilizza %asset% nell'AdCode invece del percorso al file."
|
1131 |
|
1132 |
-
#: dashboard/publisher/adverts-edit.php:
|
1133 |
msgid ""
|
1134 |
"Use either the text field or the dropdown. If the textfield has content that "
|
1135 |
"field has priority."
|
@@ -1137,11 +1137,11 @@ msgstr ""
|
|
1137 |
"Utilizzare il campo di testo o l'elenco a discesa. Se il campo di testo ha "
|
1138 |
"contenuto, il campo ha la priorità."
|
1139 |
|
1140 |
-
#: dashboard/publisher/adverts-edit.php:
|
1141 |
msgid "Enable click and impression tracking for this advert."
|
1142 |
msgstr "Abilita il tracciamento di click e impressioni per questo annuncio."
|
1143 |
|
1144 |
-
#: dashboard/publisher/adverts-edit.php:
|
1145 |
msgid ""
|
1146 |
"Note: Clicktracking does not work for Javascript adverts such as those "
|
1147 |
"provided by Google AdSense/DFP/DoubleClick. HTML5/Flash adverts are not "
|
@@ -1151,89 +1151,37 @@ msgstr ""
|
|
1151 |
"fornite da Google AdSense/DFP/DoubleClick. Gli annunci HTML5/Flash non sono "
|
1152 |
"sempre supportati."
|
1153 |
|
1154 |
-
#: dashboard/publisher/adverts-edit.php:
|
1155 |
msgid "Enabled, this ad will be visible"
|
1156 |
msgstr "Abilitato, questo annuncio sarà visibile"
|
1157 |
|
1158 |
-
#: dashboard/publisher/adverts-edit.php:
|
1159 |
msgid "Disabled, do not show this advert anywhere"
|
1160 |
msgstr "Disabilitato, non mostrare questo annuncio da nessuna parte"
|
1161 |
|
1162 |
-
#: dashboard/publisher/adverts-edit.php:
|
1163 |
-
msgid "
|
1164 |
-
|
|
|
|
|
|
|
|
|
|
|
1165 |
|
1166 |
-
#: dashboard/publisher/adverts-edit.php:
|
1167 |
-
#: dashboard/publisher/adverts-edit.php:
|
1168 |
-
#: dashboard/publisher/
|
1169 |
-
#: dashboard/publisher/adverts-edit.php:443
|
1170 |
-
#: dashboard/publisher/groups-edit.php:228
|
1171 |
#: dashboard/publisher/statistics-advert.php:109
|
1172 |
#: dashboard/publisher/statistics-group.php:113
|
1173 |
#: dashboard/publisher/statistics-main.php:83
|
1174 |
msgid "Upgrade now"
|
1175 |
msgstr "Aggiorna adesso"
|
1176 |
|
1177 |
-
#: dashboard/publisher/adverts-edit.php:
|
1178 |
-
#: dashboard/publisher/adverts-edit.php:264
|
1179 |
-
#: dashboard/publisher/adverts-edit.php:462
|
1180 |
-
#: dashboard/publisher/adverts-edit.php:505
|
1181 |
-
msgid "Save Advert"
|
1182 |
-
msgstr "Salva inserzione"
|
1183 |
-
|
1184 |
-
#: dashboard/publisher/adverts-edit.php:202
|
1185 |
-
#: dashboard/publisher/adverts-edit.php:265
|
1186 |
-
#: dashboard/publisher/adverts-edit.php:463
|
1187 |
-
#: dashboard/publisher/adverts-edit.php:506
|
1188 |
-
#: dashboard/publisher/adverts-generator.php:162
|
1189 |
-
#: dashboard/publisher/groups-edit.php:175
|
1190 |
-
#: dashboard/publisher/groups-edit.php:329
|
1191 |
-
#: dashboard/publisher/groups-edit.php:423
|
1192 |
-
msgid "Cancel"
|
1193 |
-
msgstr "Annulla"
|
1194 |
-
|
1195 |
-
#: dashboard/publisher/adverts-edit.php:205
|
1196 |
-
#: dashboard/publisher/adverts-edit.php:445
|
1197 |
-
#: dashboard/publisher/groups-edit.php:157
|
1198 |
-
#: dashboard/publisher/groups-edit.php:311
|
1199 |
-
msgid "Usage"
|
1200 |
-
msgstr "Utilizzo"
|
1201 |
-
|
1202 |
-
#: dashboard/publisher/adverts-edit.php:209
|
1203 |
-
#: dashboard/publisher/adverts-edit.php:449
|
1204 |
-
#: dashboard/publisher/groups-edit.php:161
|
1205 |
-
#: dashboard/publisher/groups-edit.php:315
|
1206 |
-
msgid "Widget"
|
1207 |
-
msgstr "Widget"
|
1208 |
-
|
1209 |
-
#: dashboard/publisher/adverts-edit.php:210
|
1210 |
-
#: dashboard/publisher/adverts-edit.php:450
|
1211 |
-
msgid ""
|
1212 |
-
"Drag the AdRotate widget to the sidebar where you want to place the advert "
|
1213 |
-
"and select the advert or the group the advert is in."
|
1214 |
-
msgstr ""
|
1215 |
-
"Trascina il widget AdRotate nella sidebar in cui vuoi mettere l'inserzione e "
|
1216 |
-
"seleziona questa o il gruppo in cui l'inserzione si trova."
|
1217 |
-
|
1218 |
-
#: dashboard/publisher/adverts-edit.php:213
|
1219 |
-
#: dashboard/publisher/adverts-edit.php:453
|
1220 |
-
#: dashboard/publisher/groups-edit.php:165
|
1221 |
-
#: dashboard/publisher/groups-edit.php:319
|
1222 |
-
msgid "In a post or page"
|
1223 |
-
msgstr "In un post o in una pagina"
|
1224 |
-
|
1225 |
-
#: dashboard/publisher/adverts-edit.php:215
|
1226 |
-
#: dashboard/publisher/adverts-edit.php:455
|
1227 |
-
#: dashboard/publisher/groups-edit.php:167
|
1228 |
-
#: dashboard/publisher/groups-edit.php:321
|
1229 |
-
msgid "Directly in a theme"
|
1230 |
-
msgstr "Direttamente in un tema"
|
1231 |
-
|
1232 |
-
#: dashboard/publisher/adverts-edit.php:221
|
1233 |
msgid "Schedule your advert"
|
1234 |
msgstr "Pianifica la tua inserzione"
|
1235 |
|
1236 |
-
#: dashboard/publisher/adverts-edit.php:
|
1237 |
msgid ""
|
1238 |
"Time uses a 24 hour clock. When you're used to the AM/PM system keep this in "
|
1239 |
"mind: If the start or end time is after lunch, add 12 hours. 2PM is 14:00 "
|
@@ -1243,256 +1191,141 @@ msgstr ""
|
|
1243 |
"tienilo a mente: se l'ora di inizio o di fine è dopo pranzo, aggiungi 12 "
|
1244 |
"ore. 2PM è 14:00 ore. 6AM è 6:00 ore."
|
1245 |
|
1246 |
-
#: dashboard/publisher/adverts-edit.php:
|
1247 |
msgid "Start date"
|
1248 |
msgstr "Data di inizio"
|
1249 |
|
1250 |
-
#: dashboard/publisher/adverts-edit.php:
|
1251 |
msgid "End date"
|
1252 |
msgstr "Data fine"
|
1253 |
|
1254 |
-
#: dashboard/publisher/adverts-edit.php:
|
1255 |
msgid "Start time"
|
1256 |
msgstr "Ora di inizio"
|
1257 |
|
1258 |
-
#: dashboard/publisher/adverts-edit.php:
|
1259 |
msgid "End time"
|
1260 |
msgstr "Ora fine"
|
1261 |
|
1262 |
-
#: dashboard/publisher/adverts-edit.php:
|
1263 |
msgid "Maximum Clicks"
|
1264 |
msgstr "Numero massimo di clic"
|
1265 |
|
1266 |
-
#: dashboard/publisher/adverts-edit.php:
|
1267 |
-
#: dashboard/publisher/adverts-edit.php:
|
1268 |
msgid "Leave empty or 0 to skip this."
|
1269 |
msgstr "Lasciare vuoto o 0 per ignorare questa opzione."
|
1270 |
|
1271 |
-
#: dashboard/publisher/adverts-edit.php:
|
1272 |
msgid "Maximum Impressions"
|
1273 |
msgstr "Numero massimo di impressioni"
|
1274 |
|
1275 |
-
#: dashboard/publisher/adverts-edit.php:
|
1276 |
msgid ""
|
1277 |
-
"
|
1278 |
-
"Pro."
|
1279 |
msgstr ""
|
1280 |
"Crea pianificazioni multiple e più avanzate per ogni inserzione con AdRotate "
|
1281 |
"Pro."
|
1282 |
|
1283 |
-
#: dashboard/publisher/adverts-edit.php:
|
1284 |
-
#: dashboard/publisher/groups-edit.php:
|
1285 |
-
|
1286 |
-
|
1287 |
-
|
1288 |
-
#: dashboard/publisher/adverts-edit.php:269
|
1289 |
-
#: dashboard/publisher/adverts-edit.php:346
|
1290 |
-
msgid "Available in AdRotate Pro!"
|
1291 |
-
msgstr "Disponibile in AdRotate Pro!"
|
1292 |
-
|
1293 |
-
#: dashboard/publisher/adverts-edit.php:274
|
1294 |
-
msgid "Show to everyone"
|
1295 |
-
msgstr "Mostra a tutti"
|
1296 |
-
|
1297 |
-
#: dashboard/publisher/adverts-edit.php:276
|
1298 |
-
msgid "Disable this option to hide the advert from logged-in visitors."
|
1299 |
-
msgstr ""
|
1300 |
-
"Disattiva questa opzione per nascondere l'inserzione ai visitatori che hanno "
|
1301 |
-
"effettuato l'accesso."
|
1302 |
-
|
1303 |
-
#: dashboard/publisher/adverts-edit.php:281
|
1304 |
-
#: dashboard/publisher/groups-edit.php:362
|
1305 |
-
msgid "Weight"
|
1306 |
-
msgstr "Peso"
|
1307 |
-
|
1308 |
-
#: dashboard/publisher/adverts-edit.php:284
|
1309 |
-
msgid "Few impressions"
|
1310 |
-
msgstr "Poche impressioni"
|
1311 |
-
|
1312 |
-
#: dashboard/publisher/adverts-edit.php:289
|
1313 |
-
msgid "Less than average"
|
1314 |
-
msgstr "Meno della media"
|
1315 |
-
|
1316 |
-
#: dashboard/publisher/adverts-edit.php:294
|
1317 |
-
msgid "Normal impressions"
|
1318 |
-
msgstr "Impressioni normali"
|
1319 |
-
|
1320 |
-
#: dashboard/publisher/adverts-edit.php:299
|
1321 |
-
msgid "More than average"
|
1322 |
-
msgstr "Più della media"
|
1323 |
-
|
1324 |
-
#: dashboard/publisher/adverts-edit.php:304
|
1325 |
-
msgid "Many impressions"
|
1326 |
-
msgstr "Molte impressioni"
|
1327 |
-
|
1328 |
-
#: dashboard/publisher/adverts-edit.php:309
|
1329 |
-
msgid "Mobile"
|
1330 |
-
msgstr "Cellulare"
|
1331 |
-
|
1332 |
-
#: dashboard/publisher/adverts-edit.php:311
|
1333 |
-
msgid "Desktops/Laptops"
|
1334 |
-
msgstr "Desktops/Laptops"
|
1335 |
-
|
1336 |
-
#: dashboard/publisher/adverts-edit.php:314
|
1337 |
-
msgid "Smartphones"
|
1338 |
-
msgstr "Smartphones"
|
1339 |
-
|
1340 |
-
#: dashboard/publisher/adverts-edit.php:317
|
1341 |
-
msgid "Tablets"
|
1342 |
-
msgstr "Tablet"
|
1343 |
-
|
1344 |
-
#: dashboard/publisher/adverts-edit.php:320
|
1345 |
-
msgid ""
|
1346 |
-
"Also enable 'Mobile Support' in the group this advert goes in or 'Device' "
|
1347 |
-
"and 'Operating System' are ignored!"
|
1348 |
-
msgstr ""
|
1349 |
-
"Abilita anche il supporto per i dispositivi mobili nel gruppo in cui va "
|
1350 |
-
"questa inserzione oppure 'Dispositivo' e 'Sistema Operativo' verranno "
|
1351 |
-
"ignorati!"
|
1352 |
-
|
1353 |
-
#: dashboard/publisher/adverts-edit.php:320
|
1354 |
-
msgid ""
|
1355 |
-
"Operating system detection only detects iOS and Android, select 'Not Mobile/"
|
1356 |
-
"Other' for everything else."
|
1357 |
-
msgstr ""
|
1358 |
-
"L'individuazione dei sistemi operativi individua solo iOS e Android, "
|
1359 |
-
"seleziona 'Non Mobili/Altri' per tutto il resto."
|
1360 |
-
|
1361 |
-
#: dashboard/publisher/adverts-edit.php:324
|
1362 |
-
msgid "Mobile OS"
|
1363 |
-
msgstr "Sistema operativo mobile"
|
1364 |
-
|
1365 |
-
#: dashboard/publisher/adverts-edit.php:326
|
1366 |
-
msgid "iOS"
|
1367 |
-
msgstr "iOS"
|
1368 |
-
|
1369 |
-
#: dashboard/publisher/adverts-edit.php:329
|
1370 |
-
msgid "Android"
|
1371 |
-
msgstr "Android"
|
1372 |
-
|
1373 |
-
#: dashboard/publisher/adverts-edit.php:332
|
1374 |
-
msgid "Not mobile/Others"
|
1375 |
-
msgstr "Non mobili/Altri"
|
1376 |
-
|
1377 |
-
#: dashboard/publisher/adverts-edit.php:336
|
1378 |
-
msgid "Auto-delete"
|
1379 |
-
msgstr "Auto-eliminazione"
|
1380 |
-
|
1381 |
-
#: dashboard/publisher/adverts-edit.php:338
|
1382 |
-
msgid "Automatically delete the advert 1 day after it expires?"
|
1383 |
-
msgstr "Eliminare automaticamente l'inserzione 1 giorno dopo la scadenza?"
|
1384 |
-
|
1385 |
-
#: dashboard/publisher/adverts-edit.php:338
|
1386 |
-
msgid ""
|
1387 |
-
"This is useful for short running campaigns that do not require attention "
|
1388 |
-
"after they finish."
|
1389 |
-
msgstr ""
|
1390 |
-
"Ciò è utile per le campagne a breve esecuzione che non richiedono attenzione "
|
1391 |
-
"al termine."
|
1392 |
-
|
1393 |
-
#: dashboard/publisher/adverts-edit.php:343
|
1394 |
-
msgid ""
|
1395 |
-
"With AdRotate Pro you can easily select which devices and mobile operating "
|
1396 |
-
"systems the advert should show on!"
|
1397 |
-
msgstr ""
|
1398 |
-
"Con AdRotate Pro puoi facilmente selezionare su quali dispositivi e sistemi "
|
1399 |
-
"operativi mobili l'annuncio dovrebbe essere mostrato!"
|
1400 |
-
|
1401 |
-
#: dashboard/publisher/adverts-edit.php:346
|
1402 |
-
msgid ""
|
1403 |
-
"Assign the advert to a group and enable that group to use Geo Targeting."
|
1404 |
-
msgstr ""
|
1405 |
-
"Assegna l'annuncio a un gruppo e abilita quel gruppo a utilizzare il Geo "
|
1406 |
-
"Targeting."
|
1407 |
-
|
1408 |
-
#: dashboard/publisher/adverts-edit.php:353
|
1409 |
-
msgid "Enter cities or metro IDs (DMA)"
|
1410 |
-
msgstr "Immettere città o metro-ID (DMA)"
|
1411 |
|
1412 |
-
#: dashboard/publisher/adverts-edit.php:
|
1413 |
-
|
1414 |
-
|
|
|
|
|
1415 |
|
1416 |
-
#: dashboard/publisher/adverts-edit.php:
|
1417 |
-
#: dashboard/publisher/adverts-edit.php:365
|
1418 |
msgid ""
|
1419 |
-
"AdRotate
|
1420 |
-
"
|
1421 |
msgstr ""
|
1422 |
-
"
|
1423 |
-
|
1424 |
-
#: dashboard/publisher/adverts-edit.php:361
|
1425 |
-
msgid "Enter States or State ISO3166-2 codes"
|
1426 |
-
msgstr "Immettere gli stati o i codici ISO3166-2 di stato"
|
1427 |
|
1428 |
-
#: dashboard/publisher/adverts-edit.php:
|
1429 |
-
|
1430 |
-
|
|
|
|
|
1431 |
|
1432 |
-
#: dashboard/publisher/adverts-edit.php:
|
1433 |
-
|
1434 |
-
|
|
|
|
|
1435 |
|
1436 |
-
#: dashboard/publisher/adverts-edit.php:
|
1437 |
-
|
1438 |
-
|
|
|
1439 |
|
1440 |
-
#: dashboard/publisher/adverts-edit.php:
|
1441 |
-
|
1442 |
-
|
|
|
|
|
|
|
|
|
|
|
1443 |
|
1444 |
-
#: dashboard/publisher/adverts-edit.php:
|
1445 |
msgid "Select Groups"
|
1446 |
msgstr "Seleziona gruppi"
|
1447 |
|
1448 |
-
#: dashboard/publisher/adverts-edit.php:
|
1449 |
#: dashboard/publisher/groups-main.php:60
|
1450 |
#: dashboard/settings/geotargeting.php:54 dashboard/settings/statistics.php:25
|
1451 |
msgid "Default"
|
1452 |
msgstr "Predefinito"
|
1453 |
|
1454 |
-
#: dashboard/publisher/adverts-edit.php:
|
1455 |
#: dashboard/publisher/groups-main.php:61
|
1456 |
msgid "Dynamic"
|
1457 |
msgstr "Dinamico"
|
1458 |
|
1459 |
-
#: dashboard/publisher/adverts-edit.php:
|
1460 |
#: dashboard/publisher/groups-main.php:61
|
1461 |
msgid "second rotation"
|
1462 |
msgstr "seconda rotazione"
|
1463 |
|
1464 |
-
#: dashboard/publisher/adverts-edit.php:
|
1465 |
#: dashboard/publisher/groups-main.php:62
|
1466 |
msgid "Block"
|
1467 |
msgstr "Blocco"
|
1468 |
|
1469 |
-
#: dashboard/publisher/adverts-edit.php:
|
1470 |
#: dashboard/publisher/groups-main.php:62
|
1471 |
msgid "grid"
|
1472 |
msgstr "griglia"
|
1473 |
|
1474 |
-
#: dashboard/publisher/adverts-edit.php:
|
1475 |
-
#: dashboard/publisher/groups-edit.php:
|
1476 |
#: dashboard/publisher/groups-main.php:63
|
1477 |
msgid "Post Injection"
|
1478 |
msgstr "Post iniezione"
|
1479 |
|
1480 |
-
#: dashboard/publisher/adverts-edit.php:
|
1481 |
msgid "Geolocation"
|
1482 |
msgstr "Geolocalizzazione"
|
1483 |
|
1484 |
-
#: dashboard/publisher/adverts-edit.php:
|
1485 |
#: dashboard/publisher/groups-edit.php:74
|
1486 |
#: dashboard/publisher/groups-main.php:70
|
1487 |
msgid "Mode"
|
1488 |
msgstr "Modalità"
|
1489 |
|
1490 |
-
#: dashboard/publisher/adverts-edit.php:
|
1491 |
-
#: dashboard/publisher/adverts-generator.php:
|
1492 |
msgid "Portability"
|
1493 |
msgstr "Portabilità"
|
1494 |
|
1495 |
-
#: dashboard/publisher/adverts-edit.php:
|
1496 |
msgid ""
|
1497 |
"This long code is your advert. It includes all settings from above except "
|
1498 |
"the schedule and group selection. You can import this hash into another "
|
@@ -1509,8 +1342,8 @@ msgstr ""
|
|
1509 |
"l'intera cosa. Puoi incollare l'hash nel campo 'Hash annuncio' nel "
|
1510 |
"generatore di annunci di un'altra configurazione AdRotate."
|
1511 |
|
1512 |
-
#: dashboard/publisher/adverts-edit.php:
|
1513 |
-
#: dashboard/publisher/adverts-generator.php:
|
1514 |
msgid "Advert hash"
|
1515 |
msgstr "Hash dell'annuncio"
|
1516 |
|
@@ -1565,99 +1398,53 @@ msgstr "Scaduto"
|
|
1565 |
msgid "Generate Advert Code"
|
1566 |
msgstr "Genera codice annuncio"
|
1567 |
|
1568 |
-
#: dashboard/publisher/adverts-generator.php:37
|
1569 |
-
msgid ""
|
1570 |
-
"Use the Generator if you have received a target url, banner image and/or "
|
1571 |
-
"some separate files with a description on how to use those. The AdRotate "
|
1572 |
-
"Generator will take your bits and pieces and try to generate a working "
|
1573 |
-
"adcode from it."
|
1574 |
-
msgstr ""
|
1575 |
-
"Utilizzare il generatore se avete ricevuto un URL di destinazione, immagine "
|
1576 |
-
"banner e /o alcuni file separati con una descrizione su come utilizzarli. Il "
|
1577 |
-
"generatore AdRotate prenderà i tuoi pezzi e cercherà di generare un codice "
|
1578 |
-
"di codice funzionante da esso."
|
1579 |
-
|
1580 |
-
#: dashboard/publisher/adverts-generator.php:38
|
1581 |
-
msgid ""
|
1582 |
-
"If you have an advert hash from another AdRotate or AdRotate Professional "
|
1583 |
-
"setup you can enter it in the Portability field. This feature is a bit of an "
|
1584 |
-
"experiment, but the basic function works."
|
1585 |
-
msgstr ""
|
1586 |
-
"Se hai un hash pubblicitario di un'altra configurazione AdRotate o AdRotate "
|
1587 |
-
"Professional, puoi inserirlo nel campo Portabilità. Questa funzionalità è un "
|
1588 |
-
"po 'un esperimento, ma la funzione di base funziona."
|
1589 |
-
|
1590 |
-
#: dashboard/publisher/adverts-generator.php:39
|
1591 |
-
msgid ""
|
1592 |
-
"If you have a complete and working ad code / ad tag you do not use the "
|
1593 |
-
"Generator. You can simply paste that code in the AdCode field when creating "
|
1594 |
-
"your advert. For example as provided by Media.net or Google AdSense among "
|
1595 |
-
"others."
|
1596 |
-
msgstr ""
|
1597 |
-
"Se disponi di un codice annuncio/tag annuncio completo e funzionante, non "
|
1598 |
-
"utilizzi il Generatore. Puoi semplicemente incollare il codice nel campo "
|
1599 |
-
"AdCode quando crei la tua inserzione. Ad esempio, come fornito da Media.net "
|
1600 |
-
"o Google AdSense tra gli altri."
|
1601 |
-
|
1602 |
#: dashboard/publisher/adverts-generator.php:41
|
1603 |
-
msgid "Create your advert"
|
1604 |
-
msgstr "Crea la tua inserzione"
|
1605 |
-
|
1606 |
-
#: dashboard/publisher/adverts-generator.php:42
|
1607 |
-
msgid ""
|
1608 |
-
"This is a regular advert consisting of an image and a link, made up from "
|
1609 |
-
"HTML code."
|
1610 |
-
msgstr ""
|
1611 |
-
"Si tratta di un annuncio regolare costituito da un'immagine e un link, "
|
1612 |
-
"costituito da codice HTML."
|
1613 |
-
|
1614 |
-
#: dashboard/publisher/adverts-generator.php:47
|
1615 |
msgid "Required"
|
1616 |
msgstr "Richiesto"
|
1617 |
|
1618 |
-
#: dashboard/publisher/adverts-generator.php:
|
1619 |
msgid "Banner image"
|
1620 |
msgstr "Immagine banner"
|
1621 |
|
1622 |
-
#: dashboard/publisher/adverts-generator.php:
|
1623 |
msgid "Select advert image"
|
1624 |
msgstr "Seleziona immagine inserzione"
|
1625 |
|
1626 |
-
#: dashboard/publisher/adverts-generator.php:
|
1627 |
msgid "Is your file not listed? Upload it to the banners folder using (s)FTP."
|
1628 |
msgstr ""
|
1629 |
"Il file non è presente nell'elenco? Caricarlo nella cartella banner "
|
1630 |
"utilizzando (s)FTP."
|
1631 |
|
1632 |
-
#: dashboard/publisher/adverts-generator.php:
|
1633 |
msgid "Target website"
|
1634 |
msgstr "Sito web di destinazione"
|
1635 |
|
1636 |
-
#: dashboard/publisher/adverts-generator.php:
|
1637 |
msgid "Where does the person clicking the advert go?"
|
1638 |
msgstr "Dove va la persona che fa clic sull'inserzione?"
|
1639 |
|
1640 |
-
#: dashboard/publisher/adverts-generator.php:
|
1641 |
msgid "Viewports"
|
1642 |
msgstr "Larghezze di schermo"
|
1643 |
|
1644 |
-
#: dashboard/publisher/adverts-generator.php:
|
1645 |
-
#: dashboard/publisher/groups-edit.php:
|
1646 |
#: dashboard/settings/notifications.php:48
|
1647 |
msgid "Available in AdRotate Pro"
|
1648 |
msgstr "Disponibile in AdRotate Pro"
|
1649 |
|
1650 |
-
#: dashboard/publisher/adverts-generator.php:
|
1651 |
msgid "Smaller Devices"
|
1652 |
msgstr "Dispositivi Piccoli"
|
1653 |
|
1654 |
-
#: dashboard/publisher/adverts-generator.php:
|
1655 |
-
#: dashboard/publisher/adverts-generator.php:
|
1656 |
-
#: dashboard/publisher/adverts-generator.php:
|
1657 |
msgid "No file selected"
|
1658 |
msgstr "Nessun file selezionato"
|
1659 |
|
1660 |
-
#: dashboard/publisher/adverts-generator.php:
|
1661 |
msgid ""
|
1662 |
"Smaller smartphones and tablets with a viewport of up to 480px wide (up-to "
|
1663 |
"1440px resolution)."
|
@@ -1665,11 +1452,11 @@ msgstr ""
|
|
1665 |
"Smartphone e tablet più piccoli con una larghezza massima di 480 pixel "
|
1666 |
"(risoluzione fino a 1440 pixel)."
|
1667 |
|
1668 |
-
#: dashboard/publisher/adverts-generator.php:
|
1669 |
msgid "Medium sized Devices"
|
1670 |
msgstr "Dispositivi di media dimensione"
|
1671 |
|
1672 |
-
#: dashboard/publisher/adverts-generator.php:
|
1673 |
msgid ""
|
1674 |
"Larger smartphones or Small tablets with a viewport of up to 960px wide (up-"
|
1675 |
"to 1536px resolution)."
|
@@ -1677,11 +1464,11 @@ msgstr ""
|
|
1677 |
"Smartphone più grandi o tablet di piccole dimensioni con una larghezza "
|
1678 |
"massima di 960 pixel (risoluzione fino a 1536 pixel)."
|
1679 |
|
1680 |
-
#: dashboard/publisher/adverts-generator.php:
|
1681 |
msgid "Larger Devices"
|
1682 |
msgstr "Dispositivi Grandi"
|
1683 |
|
1684 |
-
#: dashboard/publisher/adverts-generator.php:
|
1685 |
msgid ""
|
1686 |
"Small laptops and Larger tablets with a viewport of up to 1280px wide (up-to "
|
1687 |
"2048px resolution)."
|
@@ -1689,12 +1476,12 @@ msgstr ""
|
|
1689 |
"Piccoli laptop e tablet più grandi con una larghezza massima di 1280 pixel "
|
1690 |
"(risoluzione fino a 2048 pixel)."
|
1691 |
|
1692 |
-
#: dashboard/publisher/adverts-generator.php:
|
1693 |
#: dashboard/publisher/media.php:37
|
1694 |
msgid "Important:"
|
1695 |
msgstr "Importante:"
|
1696 |
|
1697 |
-
#: dashboard/publisher/adverts-generator.php:
|
1698 |
msgid ""
|
1699 |
"All sizes are optional, but it is highly recommended to use at least the "
|
1700 |
"small and medium size. Devices with viewports greater than 1280px will use "
|
@@ -1704,7 +1491,7 @@ msgstr ""
|
|
1704 |
"almeno dimensioni piccole e medie. I dispositivi con larghezza massima "
|
1705 |
"superiore a 1280 px utilizzeranno il banner di dimensioni complete."
|
1706 |
|
1707 |
-
#: dashboard/publisher/adverts-generator.php:
|
1708 |
msgid ""
|
1709 |
"Are your files not listed? Upload them via the AdRotate Media Manager. For "
|
1710 |
"your convenience, use easy to use filenames."
|
@@ -1712,38 +1499,38 @@ msgstr ""
|
|
1712 |
"I tuoi file non sono elencati? Caricali tramite il Media Manager di "
|
1713 |
"AdRotate. Per tua comodità, utilizza nomi di file facili."
|
1714 |
|
1715 |
-
#: dashboard/publisher/adverts-generator.php:
|
1716 |
msgid "Optional"
|
1717 |
msgstr "Opzionale"
|
1718 |
|
1719 |
-
#: dashboard/publisher/adverts-generator.php:
|
1720 |
msgid "Target window"
|
1721 |
msgstr "Finestra di destinazione"
|
1722 |
|
1723 |
-
#: dashboard/publisher/adverts-generator.php:
|
1724 |
msgid "Open the advert in a new window?"
|
1725 |
msgstr "Vuoi aprire il sito in un'altra finestra?"
|
1726 |
|
1727 |
-
#: dashboard/publisher/adverts-generator.php:
|
1728 |
msgid "(Recommended)"
|
1729 |
msgstr "(Raccomandato)"
|
1730 |
|
1731 |
-
#: dashboard/publisher/adverts-generator.php:
|
1732 |
msgid "NoFollow"
|
1733 |
msgstr "NoFollow"
|
1734 |
|
1735 |
-
#: dashboard/publisher/adverts-generator.php:
|
1736 |
msgid "Tell crawlers and search engines not to follow the target website url?"
|
1737 |
msgstr ""
|
1738 |
"Dire ai crawler e ai motori di ricerca di non seguire l'URL del sito Web di "
|
1739 |
"destinazione?"
|
1740 |
|
1741 |
-
#: dashboard/publisher/adverts-generator.php:
|
1742 |
-
#: dashboard/publisher/adverts-generator.php:
|
1743 |
msgid "(Available in AdRotate Pro)"
|
1744 |
msgstr "(Disponibile in AdRotate Pro)"
|
1745 |
|
1746 |
-
#: dashboard/publisher/adverts-generator.php:
|
1747 |
msgid ""
|
1748 |
"Letting bots (Such as Googlebot) index paid links may negatively affect your "
|
1749 |
"SEO and PageRank."
|
@@ -1751,15 +1538,15 @@ msgstr ""
|
|
1751 |
"Consentire ai bot (ad esempio Googlebot) di indicizzare link a pagamento può "
|
1752 |
"influire negativamente sul SEO e PageRank."
|
1753 |
|
1754 |
-
#: dashboard/publisher/adverts-generator.php:
|
1755 |
msgid "Alt and Title"
|
1756 |
msgstr "Alt e Titolo"
|
1757 |
|
1758 |
-
#: dashboard/publisher/adverts-generator.php:
|
1759 |
msgid "Add an alt and title attribute based on the asset name?"
|
1760 |
msgstr "Aggiungere un attributo alt e title in base al nome della risorsa?"
|
1761 |
|
1762 |
-
#: dashboard/publisher/adverts-generator.php:
|
1763 |
msgid ""
|
1764 |
"Some bots/crawlers use them as a descriptive measure to see what the code is "
|
1765 |
"about."
|
@@ -1767,7 +1554,7 @@ msgstr ""
|
|
1767 |
"Alcuni bot/crawler li usano come misura descrittiva per vedere di cosa "
|
1768 |
"tratta il codice."
|
1769 |
|
1770 |
-
#: dashboard/publisher/adverts-generator.php:
|
1771 |
msgid ""
|
1772 |
"To import a ready made advert, enter a advert hash from another AdRotate "
|
1773 |
"setup..."
|
@@ -1775,19 +1562,19 @@ msgstr ""
|
|
1775 |
"Per importare un'inserzione già pronta, inserisci un hash pubblicitario da "
|
1776 |
"un'altra configurazione di AdRotate..."
|
1777 |
|
1778 |
-
#: dashboard/publisher/adverts-generator.php:
|
1779 |
msgid "Generate and Configure Advert"
|
1780 |
msgstr "Genera e configura inserzione"
|
1781 |
|
1782 |
-
#: dashboard/publisher/adverts-generator.php:
|
1783 |
msgid "Always test your adverts before activating them."
|
1784 |
msgstr "Prova sempre le tue inserzioni prima di attivarle."
|
1785 |
|
1786 |
-
#: dashboard/publisher/adverts-generator.php:
|
1787 |
-
msgid "
|
1788 |
msgstr "Attenzione:"
|
1789 |
|
1790 |
-
#: dashboard/publisher/adverts-generator.php:
|
1791 |
msgid ""
|
1792 |
"While the Code Generator has been tested and works, code generation, as "
|
1793 |
"always, is a interpretation of user input. If you provide the correct bits "
|
@@ -1800,11 +1587,11 @@ msgstr ""
|
|
1800 |
"funzionante. Se lasci vuoti i campi o inserisci le informazioni errate, "
|
1801 |
"probabilmente avrai un annuncio danneggiato."
|
1802 |
|
1803 |
-
#: dashboard/publisher/adverts-generator.php:
|
1804 |
msgid "NOTE:"
|
1805 |
msgstr "NOTA:"
|
1806 |
|
1807 |
-
#: dashboard/publisher/adverts-generator.php:
|
1808 |
msgid "If you insert an Advert Hash, all other fields are ignored."
|
1809 |
msgstr ""
|
1810 |
"Se si inserisce un hash dell'annuncio, tutti gli altri campi vengono "
|
@@ -1959,16 +1746,12 @@ msgstr ""
|
|
1959 |
"ciclo di inserzioni."
|
1960 |
|
1961 |
#: dashboard/publisher/groups-edit.php:155
|
1962 |
-
#: dashboard/publisher/groups-edit.php:
|
1963 |
msgid "Get access to all features in AdRotate Pro."
|
1964 |
msgstr "Accedi a tutte le funzioni di AdRotate Pro."
|
1965 |
|
1966 |
-
#: dashboard/publisher/groups-edit.php:155
|
1967 |
-
msgid "Upgrade today"
|
1968 |
-
msgstr "Aggiorna oggi stesso"
|
1969 |
-
|
1970 |
#: dashboard/publisher/groups-edit.php:162
|
1971 |
-
#: dashboard/publisher/groups-edit.php:
|
1972 |
msgid ""
|
1973 |
"Drag the AdRotate widget to the sidebar you want it in, select \"Group of "
|
1974 |
"Adverts\" and enter ID"
|
@@ -1977,11 +1760,15 @@ msgstr ""
|
|
1977 |
"\"Gruppo di Inserzioni\" e immetti l'ID"
|
1978 |
|
1979 |
#: dashboard/publisher/groups-edit.php:174
|
1980 |
-
#: dashboard/publisher/groups-edit.php:
|
1981 |
-
#: dashboard/publisher/groups-edit.php:
|
1982 |
msgid "Save Group"
|
1983 |
msgstr "Salva gruppo"
|
1984 |
|
|
|
|
|
|
|
|
|
1985 |
#: dashboard/publisher/groups-edit.php:182
|
1986 |
msgid "Advert Margin"
|
1987 |
msgstr "Margine dell'inserzione"
|
@@ -2059,7 +1846,7 @@ msgstr "Non dimenticare di mettere almeno un annuncio mobile in questo gruppo."
|
|
2059 |
msgid "Fallback Group"
|
2060 |
msgstr "Fallback Group"
|
2061 |
|
2062 |
-
#: dashboard/publisher/groups-edit.php:
|
2063 |
msgid ""
|
2064 |
"Select another group to fall back on when all adverts are expired, not in "
|
2065 |
"the visitors geographic area or are otherwise unavailable."
|
@@ -2067,134 +1854,138 @@ msgstr ""
|
|
2067 |
"Seleziona un altro gruppo su cui ripiegare quando tutte le inserzioni sono "
|
2068 |
"scadute, non nell'area geografica dei visitatori o non sono disponibili."
|
2069 |
|
2070 |
-
#: dashboard/publisher/groups-edit.php:
|
2071 |
-
#: dashboard/publisher/groups-edit.php:
|
2072 |
#: dashboard/settings/geotargeting.php:24
|
2073 |
msgid "Disabled"
|
2074 |
msgstr "Disabilitato"
|
2075 |
|
2076 |
-
#: dashboard/publisher/groups-edit.php:
|
2077 |
-
#: dashboard/publisher/groups-edit.php:
|
2078 |
msgid "Widget (Pro only)"
|
2079 |
msgstr "Widget (solo Pro)"
|
2080 |
|
2081 |
-
#: dashboard/publisher/groups-edit.php:
|
2082 |
-
#: dashboard/publisher/groups-edit.php:
|
2083 |
msgid "Before content"
|
2084 |
msgstr "Prima del contenuto"
|
2085 |
|
2086 |
-
#: dashboard/publisher/groups-edit.php:
|
2087 |
-
#: dashboard/publisher/groups-edit.php:
|
2088 |
msgid "After content"
|
2089 |
msgstr "Dopo il contenuto"
|
2090 |
|
2091 |
-
#: dashboard/publisher/groups-edit.php:
|
2092 |
-
#: dashboard/publisher/groups-edit.php:
|
2093 |
msgid "Before and after content"
|
2094 |
msgstr "Contenuto prima e dopo"
|
2095 |
|
2096 |
-
#: dashboard/publisher/groups-edit.php:
|
2097 |
-
#: dashboard/publisher/groups-edit.php:
|
2098 |
msgid "Inside the content..."
|
2099 |
msgstr "All'interno del contenuto..."
|
2100 |
|
2101 |
-
#: dashboard/publisher/groups-edit.php:
|
2102 |
-
#: dashboard/publisher/groups-edit.php:
|
2103 |
msgid "after the middle paragraph"
|
2104 |
msgstr "dopo il paragrafo centrale"
|
2105 |
|
2106 |
-
#: dashboard/publisher/groups-edit.php:
|
2107 |
-
#: dashboard/publisher/groups-edit.php:
|
2108 |
msgid "after the 1st paragraph"
|
2109 |
msgstr "dopo il primo paragrafo"
|
2110 |
|
2111 |
-
#: dashboard/publisher/groups-edit.php:
|
2112 |
-
#: dashboard/publisher/groups-edit.php:
|
2113 |
msgid "after the 2nd paragraph"
|
2114 |
msgstr "dopo il secondo paragrafo"
|
2115 |
|
2116 |
-
#: dashboard/publisher/groups-edit.php:
|
2117 |
-
#: dashboard/publisher/groups-edit.php:
|
2118 |
msgid "after the 3rd paragraph"
|
2119 |
msgstr "dopo il terzo paragrafo"
|
2120 |
|
2121 |
-
#: dashboard/publisher/groups-edit.php:
|
2122 |
-
#: dashboard/publisher/groups-edit.php:
|
2123 |
msgid "after the 4th paragraph"
|
2124 |
msgstr "dopo il quarto paragrafo"
|
2125 |
|
2126 |
-
#: dashboard/publisher/groups-edit.php:
|
2127 |
-
#: dashboard/publisher/groups-edit.php:
|
2128 |
msgid "after the 5th paragraph"
|
2129 |
msgstr "dopo il quinto paragrafo"
|
2130 |
|
2131 |
-
#: dashboard/publisher/groups-edit.php:
|
2132 |
-
#: dashboard/publisher/groups-edit.php:
|
2133 |
msgid "after the 6th paragraph"
|
2134 |
msgstr "dopo il sesto paragrafo"
|
2135 |
|
2136 |
-
#: dashboard/publisher/groups-edit.php:
|
2137 |
-
#: dashboard/publisher/groups-edit.php:
|
2138 |
msgid "after the 7th paragraph"
|
2139 |
msgstr "dopo il settimo paragrafo"
|
2140 |
|
2141 |
-
#: dashboard/publisher/groups-edit.php:
|
2142 |
-
#: dashboard/publisher/groups-edit.php:
|
2143 |
msgid "after the 8th paragraph"
|
2144 |
msgstr "dopo l'ottavo paragrafo"
|
2145 |
|
2146 |
-
#: dashboard/publisher/groups-edit.php:
|
2147 |
msgid "Page Injection"
|
2148 |
msgstr "Inserimento di pagine"
|
2149 |
|
2150 |
-
#: dashboard/publisher/groups-edit.php:
|
2151 |
msgid "Wrapper code"
|
2152 |
msgstr "Codice wrapper"
|
2153 |
|
2154 |
-
#: dashboard/publisher/groups-edit.php:
|
2155 |
msgid "Wraps around each advert. HTML/JavaScript allowed, use with care!"
|
2156 |
msgstr ""
|
2157 |
"Avvolge ogni inserzione. HTML/JavaScript consentito, utilizzare con cura!"
|
2158 |
|
2159 |
-
#: dashboard/publisher/groups-edit.php:
|
2160 |
msgid "Before advert"
|
2161 |
msgstr "Before advert"
|
2162 |
|
2163 |
-
#: dashboard/publisher/groups-edit.php:
|
2164 |
-
#: dashboard/publisher/groups-edit.php:
|
2165 |
msgid "Example:"
|
2166 |
msgstr "Esempio:"
|
2167 |
|
2168 |
-
#: dashboard/publisher/groups-edit.php:
|
2169 |
msgid "Options:"
|
2170 |
msgstr "Opzioni:"
|
2171 |
|
2172 |
-
#: dashboard/publisher/groups-edit.php:
|
2173 |
msgid "After advert"
|
2174 |
msgstr "After advert"
|
2175 |
|
2176 |
-
#: dashboard/publisher/groups-edit.php:
|
2177 |
msgid "Select adverts"
|
2178 |
msgstr "Seleziona le inserzioni"
|
2179 |
|
2180 |
-
#: dashboard/publisher/groups-edit.php:
|
2181 |
msgid "Visible until"
|
2182 |
msgstr "Visibile fino a"
|
2183 |
|
2184 |
-
#: dashboard/publisher/groups-edit.php:
|
|
|
|
|
|
|
|
|
2185 |
msgid "No adverts created!"
|
2186 |
msgstr "Non sono state create inserzioni!"
|
2187 |
|
2188 |
-
#: dashboard/publisher/groups-edit.php:
|
2189 |
msgid "Configuration errors."
|
2190 |
msgstr "Errori di configurazione."
|
2191 |
|
2192 |
-
#: dashboard/publisher/groups-edit.php:
|
2193 |
#: dashboard/publisher/schedules-main.php:87
|
2194 |
msgid "Expires soon."
|
2195 |
msgstr "Scadrà presto."
|
2196 |
|
2197 |
-
#: dashboard/publisher/groups-edit.php:
|
2198 |
#: dashboard/publisher/schedules-main.php:88
|
2199 |
msgid "Has expired."
|
2200 |
msgstr "È scaduto."
|
@@ -3484,6 +3275,175 @@ msgstr "Chiedi Supporto"
|
|
3484 |
msgid "Premium Support is available in AdRotate Pro!"
|
3485 |
msgstr "Premium Support è disponibile in AdRotate Pro!"
|
3486 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3487 |
#~ msgid "AdRotate Professional"
|
3488 |
#~ msgstr "AdRotate Professional"
|
3489 |
|
@@ -4852,14 +4812,6 @@ msgstr "Premium Support è disponibile in AdRotate Pro!"
|
|
4852 |
#~ "Questa inserzione è stata respinta dal personale. Si prega di regolare "
|
4853 |
#~ "l'annuncio per conformarsi ai requisiti!"
|
4854 |
|
4855 |
-
#, fuzzy
|
4856 |
-
#~ msgid "The advert will expire in less than 2 days!"
|
4857 |
-
#~ msgstr "L'inserzione scadrà tra meno di 2 giorni!"
|
4858 |
-
|
4859 |
-
#, fuzzy
|
4860 |
-
#~ msgid "This advert will expire in less than 7 days!"
|
4861 |
-
#~ msgstr "Questa inserzione scadrà tra meno di 7 giorni!"
|
4862 |
-
|
4863 |
#, fuzzy
|
4864 |
#~ msgid "This advert has been archived and can not be activated anymore!"
|
4865 |
#~ msgstr "Questo annuncio è stato archiviato e non può essere attivato più!"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: AdRotate\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2021-05-19 12:22-0500\n"
|
6 |
+
"PO-Revision-Date: 2021-05-19 12:23-0500\n"
|
7 |
"Last-Translator: Arnan de Gans <support@ajdg.solutions>\n"
|
8 |
"Language-Team: Arnan de Gans\n"
|
9 |
"Language: it\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
+
"X-Generator: Poedit 2.4.2\n"
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
#: adrotate-functions.php:784
|
21 |
+
msgid "Advert saved"
|
22 |
msgstr "Annuncio salvato"
|
23 |
|
24 |
#: adrotate-functions.php:788
|
50 |
"cartella. Assicurati che le tue autorizzazioni siano in ordine."
|
51 |
|
52 |
#: adrotate-functions.php:812
|
53 |
+
msgid "Advert(s) statistics reset"
|
54 |
msgstr "Reimpostazione delle statistiche degli annunci"
|
55 |
|
56 |
#: adrotate-functions.php:816
|
57 |
+
msgid "Advert(s) renewed"
|
58 |
msgstr "Annunci rinnovati"
|
59 |
|
60 |
#: adrotate-functions.php:820
|
61 |
+
msgid "Advert(s) deactivated"
|
62 |
msgstr "Annunci disattivati"
|
63 |
|
64 |
#: adrotate-functions.php:824
|
65 |
+
msgid "Advert(s) activated"
|
66 |
msgstr "Annunci attivati"
|
67 |
|
68 |
#: adrotate-functions.php:828
|
69 |
+
msgid "Group including the Adverts in it deleted"
|
70 |
+
msgstr "Gruppo che include le inserzioni in esso eliminate"
|
71 |
|
72 |
#: adrotate-functions.php:832
|
73 |
msgid "Export created"
|
76 |
#: adrotate-functions.php:836
|
77 |
msgid ""
|
78 |
"Advert HTML generated and placed in the AdCode field. Configure your advert "
|
79 |
+
"below. Do not forget to check all settings and schedule the advert."
|
80 |
msgstr ""
|
81 |
+
"Annuncio HTML generato e inserito nel campo AdCode. Configura la tua "
|
82 |
+
"inserzione qui sotto. Non dimenticare di controllare tutte le impostazioni e "
|
83 |
+
"pianificare l'annuncio."
|
84 |
|
85 |
#: adrotate-functions.php:841
|
86 |
msgid "Settings saved"
|
95 |
msgstr "Database riparato"
|
96 |
|
97 |
#: adrotate-functions.php:853
|
98 |
+
msgid "Adverts evaluated and statuses have been corrected where required"
|
99 |
+
msgstr "Le inserzioni valutate e gli stati sono stati corretti ove richiesto"
|
100 |
|
101 |
#: adrotate-functions.php:857
|
102 |
msgid "Cleanup complete"
|
108 |
|
109 |
#: adrotate-functions.php:866
|
110 |
msgid ""
|
111 |
+
"The advert was saved but has an issue which might prevent it from working "
|
112 |
+
"properly. Review the colored advert."
|
113 |
msgstr ""
|
114 |
+
"L'annuncio è stato salvato ma ha un problema che potrebbe impedirgli di "
|
115 |
+
"funzionare correttamente. Rivedi la pubblicità colorata."
|
116 |
|
117 |
#: adrotate-functions.php:870
|
118 |
msgid "No data found in selected time period"
|
127 |
msgstr "Modulo non può essere (parzialmente) vuoto!"
|
128 |
|
129 |
#: adrotate-functions.php:882
|
130 |
+
msgid "No adverts found."
|
131 |
+
msgstr "Nessuna pubblicità trovata."
|
132 |
|
133 |
#: adrotate-functions.php:886
|
134 |
msgid ""
|
179 |
|
180 |
#: adrotate-output.php:562
|
181 |
msgid ""
|
182 |
+
"Error, Advert is not available at this time due to schedule/geolocation "
|
183 |
"restrictions!"
|
184 |
msgstr ""
|
185 |
+
"Errore, Advert al momento non è disponibile a causa di restrizioni di "
|
186 |
+
"pianificazione / geolocalizzazione!"
|
187 |
|
188 |
#: adrotate-output.php:567
|
189 |
msgid ""
|
194 |
"posizione!"
|
195 |
|
196 |
#: adrotate-output.php:572
|
197 |
+
msgid "Error, no Advert ID set! Check your syntax!"
|
198 |
msgstr "Errore, nessun ID annuncio impostato! Controlla la tua sintassi!"
|
199 |
|
200 |
#: adrotate-output.php:578
|
329 |
"menu. If you need help getting started take a look at the"
|
330 |
msgstr ""
|
331 |
"Grazie per avere scelto AdRotate. Tutto ciò che concerne AdRotate si trova "
|
332 |
+
"in questo menù. Se hai bisogno di aiuto per cominciare da uno sguardo a"
|
333 |
|
334 |
#: adrotate-output.php:761
|
335 |
msgid "manuals"
|
389 |
"Ottieni l'accesso al supporto premium e agli aggiornamenti gratuiti per un "
|
390 |
"anno!"
|
391 |
|
392 |
+
#: adrotate-output.php:851 dashboard/publisher/groups-edit.php:155
|
393 |
+
msgid "Upgrade today"
|
394 |
+
msgstr "Aggiorna oggi stesso"
|
395 |
|
396 |
#: adrotate-statistics.php:155
|
397 |
msgid "January"
|
528 |
msgstr "Gestisci Media"
|
529 |
|
530 |
#: adrotate.php:111 adrotate.php:522 dashboard/adrotatepro.php:98
|
531 |
+
#: dashboard/publisher/adverts-edit.php:174
|
532 |
#: dashboard/publisher/statistics-main.php:23
|
533 |
#: dashboard/settings/statistics.php:17
|
534 |
msgid "Statistics"
|
555 |
msgstr "Gestisci"
|
556 |
|
557 |
#: adrotate.php:257
|
558 |
+
msgid "Advert Generator"
|
559 |
+
msgstr "Generatore pubblicitario"
|
560 |
|
561 |
+
#: adrotate.php:258 dashboard/publisher/adverts-edit.php:104
|
562 |
+
msgid "New Advert"
|
563 |
+
msgstr "Nuova inserzione"
|
564 |
+
|
565 |
+
#: adrotate.php:328
|
566 |
msgid "Add New"
|
567 |
msgstr "Aggiungi Nuovo"
|
568 |
|
598 |
msgid "Notifications"
|
599 |
msgstr "Notifiche"
|
600 |
|
601 |
+
#: adrotate.php:523 dashboard/publisher/groups-edit.php:205
|
|
|
602 |
#: dashboard/settings/advertisers.php:38
|
603 |
msgid "Geo Targeting"
|
604 |
msgstr "Geo Targeting"
|
767 |
msgid "Adverts that need you"
|
768 |
msgstr "Inserzioni che hanno bisogno di te"
|
769 |
|
770 |
+
#: dashboard/info.php:34 dashboard/publisher/adverts-edit.php:261
|
771 |
#: dashboard/publisher/groups-main.php:34
|
772 |
#: dashboard/publisher/schedules-main.php:34
|
773 |
#: dashboard/publisher/statistics-main.php:35
|
848 |
msgstr "Azioni in blocco"
|
849 |
|
850 |
#: dashboard/publisher/adverts-disabled.php:21
|
851 |
+
#: dashboard/publisher/adverts-edit.php:182
|
852 |
msgid "Activate"
|
853 |
msgstr "Attiva"
|
854 |
|
874 |
msgstr "Vai"
|
875 |
|
876 |
#: dashboard/publisher/adverts-disabled.php:35
|
877 |
+
#: dashboard/publisher/adverts-edit.php:259
|
878 |
#: dashboard/publisher/adverts-error.php:39
|
879 |
#: dashboard/publisher/adverts-main.php:39
|
880 |
+
#: dashboard/publisher/groups-edit.php:350
|
881 |
#: dashboard/publisher/groups-main.php:32
|
882 |
#: dashboard/publisher/schedules-main.php:31
|
883 |
msgid "ID"
|
892 |
|
893 |
#: dashboard/publisher/adverts-disabled.php:37
|
894 |
#: dashboard/publisher/adverts-edit.php:112
|
895 |
+
#: dashboard/publisher/adverts-edit.php:260
|
896 |
#: dashboard/publisher/adverts-error.php:40
|
897 |
#: dashboard/publisher/adverts-main.php:41
|
898 |
#: dashboard/publisher/groups-edit.php:65
|
899 |
+
#: dashboard/publisher/groups-edit.php:351
|
900 |
#: dashboard/publisher/groups-main.php:33 dashboard/publisher/media.php:48
|
901 |
#: dashboard/publisher/schedules-main.php:33
|
902 |
msgid "Name"
|
904 |
|
905 |
#: dashboard/publisher/adverts-disabled.php:39
|
906 |
#: dashboard/publisher/adverts-main.php:43
|
907 |
+
#: dashboard/publisher/groups-edit.php:355
|
908 |
#: dashboard/publisher/groups-main.php:36
|
909 |
msgid "Shown"
|
910 |
msgstr "Visibile"
|
911 |
|
912 |
#: dashboard/publisher/adverts-disabled.php:40
|
913 |
#: dashboard/publisher/adverts-main.php:45
|
914 |
+
#: dashboard/publisher/groups-edit.php:356
|
915 |
#: dashboard/publisher/groups-main.php:38
|
916 |
#: dashboard/publisher/statistics-advert.php:52
|
917 |
#: dashboard/publisher/statistics-advert.php:58
|
1001 |
|
1002 |
#: dashboard/publisher/adverts-edit.php:67
|
1003 |
msgid ""
|
1004 |
+
"AdRotate cannot find an error but the advert is marked erroneous, try re-"
|
1005 |
+
"saving the ad!"
|
1006 |
msgstr ""
|
1007 |
+
"AdRotate non riesce a trovare un errore ma l'annuncio è contrassegnato come "
|
1008 |
+
"errato, prova a salvare di nuovo l'annuncio!"
|
1009 |
|
1010 |
#: dashboard/publisher/adverts-edit.php:70
|
1011 |
+
msgid "This advert is expired and currently not shown on your website!"
|
1012 |
msgstr ""
|
1013 |
+
"Questa inserzione è scaduta e attualmente non viene mostrata sul tuo sito "
|
1014 |
+
"web!"
|
1015 |
|
1016 |
#: dashboard/publisher/adverts-edit.php:73
|
1017 |
+
msgid "The advert will expire in less than 2 days!"
|
1018 |
+
msgstr "L'inserzione scadrà tra meno di 2 giorni!"
|
1019 |
|
1020 |
#: dashboard/publisher/adverts-edit.php:76
|
1021 |
+
msgid "This advert will expire in less than 7 days!"
|
1022 |
+
msgstr "Questa inserzione scadrà tra meno di 7 giorni!"
|
1023 |
|
1024 |
#: dashboard/publisher/adverts-edit.php:79
|
1025 |
+
msgid "This advert has been disabled and does not rotate on your site!"
|
1026 |
+
msgstr "Questa inserzione è stata disabilitata e non ruota sul tuo sito!"
|
|
|
|
|
|
|
|
|
1027 |
|
1028 |
#: dashboard/publisher/adverts-edit.php:106
|
1029 |
msgid "Edit Advert"
|
1105 |
msgid "Banner asset"
|
1106 |
msgstr "Elemento Banner"
|
1107 |
|
1108 |
+
#: dashboard/publisher/adverts-edit.php:155
|
1109 |
msgid "WordPress media:"
|
1110 |
msgstr "WordPress media:"
|
1111 |
|
1112 |
+
#: dashboard/publisher/adverts-edit.php:155
|
1113 |
msgid "Select Banner"
|
1114 |
msgstr "Selezionare il Banner"
|
1115 |
|
1116 |
+
#: dashboard/publisher/adverts-edit.php:157
|
1117 |
msgid "- OR -"
|
1118 |
msgstr "- O -"
|
1119 |
|
1120 |
+
#: dashboard/publisher/adverts-edit.php:158
|
1121 |
msgid "Banner folder:"
|
1122 |
msgstr "Cartella Banner:"
|
1123 |
|
1124 |
+
#: dashboard/publisher/adverts-edit.php:159
|
1125 |
msgid "No image selected"
|
1126 |
msgstr "Nessuna immagine selezionata"
|
1127 |
|
1128 |
+
#: dashboard/publisher/adverts-edit.php:169
|
1129 |
msgid "Use %asset% in the adcode instead of the file path."
|
1130 |
msgstr "Utilizza %asset% nell'AdCode invece del percorso al file."
|
1131 |
|
1132 |
+
#: dashboard/publisher/adverts-edit.php:169
|
1133 |
msgid ""
|
1134 |
"Use either the text field or the dropdown. If the textfield has content that "
|
1135 |
"field has priority."
|
1137 |
"Utilizzare il campo di testo o l'elenco a discesa. Se il campo di testo ha "
|
1138 |
"contenuto, il campo ha la priorità."
|
1139 |
|
1140 |
+
#: dashboard/publisher/adverts-edit.php:176
|
1141 |
msgid "Enable click and impression tracking for this advert."
|
1142 |
msgstr "Abilita il tracciamento di click e impressioni per questo annuncio."
|
1143 |
|
1144 |
+
#: dashboard/publisher/adverts-edit.php:177
|
1145 |
msgid ""
|
1146 |
"Note: Clicktracking does not work for Javascript adverts such as those "
|
1147 |
"provided by Google AdSense/DFP/DoubleClick. HTML5/Flash adverts are not "
|
1151 |
"fornite da Google AdSense/DFP/DoubleClick. Gli annunci HTML5/Flash non sono "
|
1152 |
"sempre supportati."
|
1153 |
|
1154 |
+
#: dashboard/publisher/adverts-edit.php:185
|
1155 |
msgid "Enabled, this ad will be visible"
|
1156 |
msgstr "Abilitato, questo annuncio sarà visibile"
|
1157 |
|
1158 |
+
#: dashboard/publisher/adverts-edit.php:186
|
1159 |
msgid "Disabled, do not show this advert anywhere"
|
1160 |
msgstr "Disabilitato, non mostrare questo annuncio da nessuna parte"
|
1161 |
|
1162 |
+
#: dashboard/publisher/adverts-edit.php:192
|
1163 |
+
msgid ""
|
1164 |
+
"Target your audience with Geo Targeting and easily select which devices and "
|
1165 |
+
"mobile operating systems the advert should show on with AdRotate Pro!"
|
1166 |
+
msgstr ""
|
1167 |
+
"Indirizza il tuo pubblico con Geo Targeting e seleziona facilmente quali "
|
1168 |
+
"dispositivi e sistemi operativi mobili l'annuncio dovrebbe mostrare con "
|
1169 |
+
"AdRotate Pro!"
|
1170 |
|
1171 |
+
#: dashboard/publisher/adverts-edit.php:192
|
1172 |
+
#: dashboard/publisher/adverts-edit.php:230
|
1173 |
+
#: dashboard/publisher/groups-edit.php:227
|
|
|
|
|
1174 |
#: dashboard/publisher/statistics-advert.php:109
|
1175 |
#: dashboard/publisher/statistics-group.php:113
|
1176 |
#: dashboard/publisher/statistics-main.php:83
|
1177 |
msgid "Upgrade now"
|
1178 |
msgstr "Aggiorna adesso"
|
1179 |
|
1180 |
+
#: dashboard/publisher/adverts-edit.php:194
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1181 |
msgid "Schedule your advert"
|
1182 |
msgstr "Pianifica la tua inserzione"
|
1183 |
|
1184 |
+
#: dashboard/publisher/adverts-edit.php:195
|
1185 |
msgid ""
|
1186 |
"Time uses a 24 hour clock. When you're used to the AM/PM system keep this in "
|
1187 |
"mind: If the start or end time is after lunch, add 12 hours. 2PM is 14:00 "
|
1191 |
"tienilo a mente: se l'ora di inizio o di fine è dopo pranzo, aggiungi 12 "
|
1192 |
"ore. 2PM è 14:00 ore. 6AM è 6:00 ore."
|
1193 |
|
1194 |
+
#: dashboard/publisher/adverts-edit.php:199
|
1195 |
msgid "Start date"
|
1196 |
msgstr "Data di inizio"
|
1197 |
|
1198 |
+
#: dashboard/publisher/adverts-edit.php:203
|
1199 |
msgid "End date"
|
1200 |
msgstr "Data fine"
|
1201 |
|
1202 |
+
#: dashboard/publisher/adverts-edit.php:209
|
1203 |
msgid "Start time"
|
1204 |
msgstr "Ora di inizio"
|
1205 |
|
1206 |
+
#: dashboard/publisher/adverts-edit.php:214
|
1207 |
msgid "End time"
|
1208 |
msgstr "Ora fine"
|
1209 |
|
1210 |
+
#: dashboard/publisher/adverts-edit.php:222
|
1211 |
msgid "Maximum Clicks"
|
1212 |
msgstr "Numero massimo di clic"
|
1213 |
|
1214 |
+
#: dashboard/publisher/adverts-edit.php:223
|
1215 |
+
#: dashboard/publisher/adverts-edit.php:225
|
1216 |
msgid "Leave empty or 0 to skip this."
|
1217 |
msgstr "Lasciare vuoto o 0 per ignorare questa opzione."
|
1218 |
|
1219 |
+
#: dashboard/publisher/adverts-edit.php:224
|
1220 |
msgid "Maximum Impressions"
|
1221 |
msgstr "Numero massimo di impressioni"
|
1222 |
|
1223 |
+
#: dashboard/publisher/adverts-edit.php:230
|
1224 |
msgid ""
|
1225 |
+
"Plan ahead and create multiple and more advanced schedules for each advert "
|
1226 |
+
"with AdRotate Pro."
|
1227 |
msgstr ""
|
1228 |
"Crea pianificazioni multiple e più avanzate per ogni inserzione con AdRotate "
|
1229 |
"Pro."
|
1230 |
|
1231 |
+
#: dashboard/publisher/adverts-edit.php:232
|
1232 |
+
#: dashboard/publisher/groups-edit.php:157
|
1233 |
+
#: dashboard/publisher/groups-edit.php:302
|
1234 |
+
msgid "Usage"
|
1235 |
+
msgstr "Utilizzo"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1236 |
|
1237 |
+
#: dashboard/publisher/adverts-edit.php:236
|
1238 |
+
#: dashboard/publisher/groups-edit.php:161
|
1239 |
+
#: dashboard/publisher/groups-edit.php:306
|
1240 |
+
msgid "Widget"
|
1241 |
+
msgstr "Widget"
|
1242 |
|
1243 |
+
#: dashboard/publisher/adverts-edit.php:237
|
|
|
1244 |
msgid ""
|
1245 |
+
"Drag the AdRotate widget to the sidebar where you want to place the advert "
|
1246 |
+
"and select the advert or the group the advert is in."
|
1247 |
msgstr ""
|
1248 |
+
"Trascina il widget AdRotate nella sidebar in cui vuoi mettere l'inserzione e "
|
1249 |
+
"seleziona questa o il gruppo in cui l'inserzione si trova."
|
|
|
|
|
|
|
1250 |
|
1251 |
+
#: dashboard/publisher/adverts-edit.php:240
|
1252 |
+
#: dashboard/publisher/groups-edit.php:165
|
1253 |
+
#: dashboard/publisher/groups-edit.php:310
|
1254 |
+
msgid "In a post or page"
|
1255 |
+
msgstr "In un post o in una pagina"
|
1256 |
|
1257 |
+
#: dashboard/publisher/adverts-edit.php:242
|
1258 |
+
#: dashboard/publisher/groups-edit.php:167
|
1259 |
+
#: dashboard/publisher/groups-edit.php:312
|
1260 |
+
msgid "Directly in a theme"
|
1261 |
+
msgstr "Direttamente in un tema"
|
1262 |
|
1263 |
+
#: dashboard/publisher/adverts-edit.php:249
|
1264 |
+
#: dashboard/publisher/adverts-edit.php:292
|
1265 |
+
msgid "Save Advert"
|
1266 |
+
msgstr "Salva inserzione"
|
1267 |
|
1268 |
+
#: dashboard/publisher/adverts-edit.php:250
|
1269 |
+
#: dashboard/publisher/adverts-edit.php:293
|
1270 |
+
#: dashboard/publisher/adverts-generator.php:148
|
1271 |
+
#: dashboard/publisher/groups-edit.php:175
|
1272 |
+
#: dashboard/publisher/groups-edit.php:320
|
1273 |
+
#: dashboard/publisher/groups-edit.php:414
|
1274 |
+
msgid "Cancel"
|
1275 |
+
msgstr "Annulla"
|
1276 |
|
1277 |
+
#: dashboard/publisher/adverts-edit.php:254
|
1278 |
msgid "Select Groups"
|
1279 |
msgstr "Seleziona gruppi"
|
1280 |
|
1281 |
+
#: dashboard/publisher/adverts-edit.php:270
|
1282 |
#: dashboard/publisher/groups-main.php:60
|
1283 |
#: dashboard/settings/geotargeting.php:54 dashboard/settings/statistics.php:25
|
1284 |
msgid "Default"
|
1285 |
msgstr "Predefinito"
|
1286 |
|
1287 |
+
#: dashboard/publisher/adverts-edit.php:271
|
1288 |
#: dashboard/publisher/groups-main.php:61
|
1289 |
msgid "Dynamic"
|
1290 |
msgstr "Dinamico"
|
1291 |
|
1292 |
+
#: dashboard/publisher/adverts-edit.php:271
|
1293 |
#: dashboard/publisher/groups-main.php:61
|
1294 |
msgid "second rotation"
|
1295 |
msgstr "seconda rotazione"
|
1296 |
|
1297 |
+
#: dashboard/publisher/adverts-edit.php:272
|
1298 |
#: dashboard/publisher/groups-main.php:62
|
1299 |
msgid "Block"
|
1300 |
msgstr "Blocco"
|
1301 |
|
1302 |
+
#: dashboard/publisher/adverts-edit.php:272
|
1303 |
#: dashboard/publisher/groups-main.php:62
|
1304 |
msgid "grid"
|
1305 |
msgstr "griglia"
|
1306 |
|
1307 |
+
#: dashboard/publisher/adverts-edit.php:273
|
1308 |
+
#: dashboard/publisher/groups-edit.php:234
|
1309 |
#: dashboard/publisher/groups-main.php:63
|
1310 |
msgid "Post Injection"
|
1311 |
msgstr "Post iniezione"
|
1312 |
|
1313 |
+
#: dashboard/publisher/adverts-edit.php:274
|
1314 |
msgid "Geolocation"
|
1315 |
msgstr "Geolocalizzazione"
|
1316 |
|
1317 |
+
#: dashboard/publisher/adverts-edit.php:281
|
1318 |
#: dashboard/publisher/groups-edit.php:74
|
1319 |
#: dashboard/publisher/groups-main.php:70
|
1320 |
msgid "Mode"
|
1321 |
msgstr "Modalità"
|
1322 |
|
1323 |
+
#: dashboard/publisher/adverts-edit.php:298
|
1324 |
+
#: dashboard/publisher/adverts-generator.php:131
|
1325 |
msgid "Portability"
|
1326 |
msgstr "Portabilità"
|
1327 |
|
1328 |
+
#: dashboard/publisher/adverts-edit.php:299
|
1329 |
msgid ""
|
1330 |
"This long code is your advert. It includes all settings from above except "
|
1331 |
"the schedule and group selection. You can import this hash into another "
|
1342 |
"l'intera cosa. Puoi incollare l'hash nel campo 'Hash annuncio' nel "
|
1343 |
"generatore di annunci di un'altra configurazione AdRotate."
|
1344 |
|
1345 |
+
#: dashboard/publisher/adverts-edit.php:303
|
1346 |
+
#: dashboard/publisher/adverts-generator.php:137
|
1347 |
msgid "Advert hash"
|
1348 |
msgstr "Hash dell'annuncio"
|
1349 |
|
1398 |
msgid "Generate Advert Code"
|
1399 |
msgstr "Genera codice annuncio"
|
1400 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1401 |
#: dashboard/publisher/adverts-generator.php:41
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1402 |
msgid "Required"
|
1403 |
msgstr "Richiesto"
|
1404 |
|
1405 |
+
#: dashboard/publisher/adverts-generator.php:47
|
1406 |
msgid "Banner image"
|
1407 |
msgstr "Immagine banner"
|
1408 |
|
1409 |
+
#: dashboard/publisher/adverts-generator.php:50
|
1410 |
msgid "Select advert image"
|
1411 |
msgstr "Seleziona immagine inserzione"
|
1412 |
|
1413 |
+
#: dashboard/publisher/adverts-generator.php:56
|
1414 |
msgid "Is your file not listed? Upload it to the banners folder using (s)FTP."
|
1415 |
msgstr ""
|
1416 |
"Il file non è presente nell'elenco? Caricarlo nella cartella banner "
|
1417 |
"utilizzando (s)FTP."
|
1418 |
|
1419 |
+
#: dashboard/publisher/adverts-generator.php:60
|
1420 |
msgid "Target website"
|
1421 |
msgstr "Sito web di destinazione"
|
1422 |
|
1423 |
+
#: dashboard/publisher/adverts-generator.php:62
|
1424 |
msgid "Where does the person clicking the advert go?"
|
1425 |
msgstr "Dove va la persona che fa clic sull'inserzione?"
|
1426 |
|
1427 |
+
#: dashboard/publisher/adverts-generator.php:69
|
1428 |
msgid "Viewports"
|
1429 |
msgstr "Larghezze di schermo"
|
1430 |
|
1431 |
+
#: dashboard/publisher/adverts-generator.php:69
|
1432 |
+
#: dashboard/publisher/groups-edit.php:218
|
1433 |
#: dashboard/settings/notifications.php:48
|
1434 |
msgid "Available in AdRotate Pro"
|
1435 |
msgstr "Disponibile in AdRotate Pro"
|
1436 |
|
1437 |
+
#: dashboard/publisher/adverts-generator.php:75
|
1438 |
msgid "Smaller Devices"
|
1439 |
msgstr "Dispositivi Piccoli"
|
1440 |
|
1441 |
+
#: dashboard/publisher/adverts-generator.php:78
|
1442 |
+
#: dashboard/publisher/adverts-generator.php:86
|
1443 |
+
#: dashboard/publisher/adverts-generator.php:94
|
1444 |
msgid "No file selected"
|
1445 |
msgstr "Nessun file selezionato"
|
1446 |
|
1447 |
+
#: dashboard/publisher/adverts-generator.php:79
|
1448 |
msgid ""
|
1449 |
"Smaller smartphones and tablets with a viewport of up to 480px wide (up-to "
|
1450 |
"1440px resolution)."
|
1452 |
"Smartphone e tablet più piccoli con una larghezza massima di 480 pixel "
|
1453 |
"(risoluzione fino a 1440 pixel)."
|
1454 |
|
1455 |
+
#: dashboard/publisher/adverts-generator.php:83
|
1456 |
msgid "Medium sized Devices"
|
1457 |
msgstr "Dispositivi di media dimensione"
|
1458 |
|
1459 |
+
#: dashboard/publisher/adverts-generator.php:87
|
1460 |
msgid ""
|
1461 |
"Larger smartphones or Small tablets with a viewport of up to 960px wide (up-"
|
1462 |
"to 1536px resolution)."
|
1464 |
"Smartphone più grandi o tablet di piccole dimensioni con una larghezza "
|
1465 |
"massima di 960 pixel (risoluzione fino a 1536 pixel)."
|
1466 |
|
1467 |
+
#: dashboard/publisher/adverts-generator.php:91
|
1468 |
msgid "Larger Devices"
|
1469 |
msgstr "Dispositivi Grandi"
|
1470 |
|
1471 |
+
#: dashboard/publisher/adverts-generator.php:95
|
1472 |
msgid ""
|
1473 |
"Small laptops and Larger tablets with a viewport of up to 1280px wide (up-to "
|
1474 |
"2048px resolution)."
|
1476 |
"Piccoli laptop e tablet più grandi con una larghezza massima di 1280 pixel "
|
1477 |
"(risoluzione fino a 2048 pixel)."
|
1478 |
|
1479 |
+
#: dashboard/publisher/adverts-generator.php:99
|
1480 |
#: dashboard/publisher/media.php:37
|
1481 |
msgid "Important:"
|
1482 |
msgstr "Importante:"
|
1483 |
|
1484 |
+
#: dashboard/publisher/adverts-generator.php:99
|
1485 |
msgid ""
|
1486 |
"All sizes are optional, but it is highly recommended to use at least the "
|
1487 |
"small and medium size. Devices with viewports greater than 1280px will use "
|
1491 |
"almeno dimensioni piccole e medie. I dispositivi con larghezza massima "
|
1492 |
"superiore a 1280 px utilizzeranno il banner di dimensioni complete."
|
1493 |
|
1494 |
+
#: dashboard/publisher/adverts-generator.php:99
|
1495 |
msgid ""
|
1496 |
"Are your files not listed? Upload them via the AdRotate Media Manager. For "
|
1497 |
"your convenience, use easy to use filenames."
|
1499 |
"I tuoi file non sono elencati? Caricali tramite il Media Manager di "
|
1500 |
"AdRotate. Per tua comodità, utilizza nomi di file facili."
|
1501 |
|
1502 |
+
#: dashboard/publisher/adverts-generator.php:104
|
1503 |
msgid "Optional"
|
1504 |
msgstr "Opzionale"
|
1505 |
|
1506 |
+
#: dashboard/publisher/adverts-generator.php:110
|
1507 |
msgid "Target window"
|
1508 |
msgstr "Finestra di destinazione"
|
1509 |
|
1510 |
+
#: dashboard/publisher/adverts-generator.php:112
|
1511 |
msgid "Open the advert in a new window?"
|
1512 |
msgstr "Vuoi aprire il sito in un'altra finestra?"
|
1513 |
|
1514 |
+
#: dashboard/publisher/adverts-generator.php:112
|
1515 |
msgid "(Recommended)"
|
1516 |
msgstr "(Raccomandato)"
|
1517 |
|
1518 |
+
#: dashboard/publisher/adverts-generator.php:116
|
1519 |
msgid "NoFollow"
|
1520 |
msgstr "NoFollow"
|
1521 |
|
1522 |
+
#: dashboard/publisher/adverts-generator.php:118
|
1523 |
msgid "Tell crawlers and search engines not to follow the target website url?"
|
1524 |
msgstr ""
|
1525 |
"Dire ai crawler e ai motori di ricerca di non seguire l'URL del sito Web di "
|
1526 |
"destinazione?"
|
1527 |
|
1528 |
+
#: dashboard/publisher/adverts-generator.php:118
|
1529 |
+
#: dashboard/publisher/adverts-generator.php:124
|
1530 |
msgid "(Available in AdRotate Pro)"
|
1531 |
msgstr "(Disponibile in AdRotate Pro)"
|
1532 |
|
1533 |
+
#: dashboard/publisher/adverts-generator.php:118
|
1534 |
msgid ""
|
1535 |
"Letting bots (Such as Googlebot) index paid links may negatively affect your "
|
1536 |
"SEO and PageRank."
|
1538 |
"Consentire ai bot (ad esempio Googlebot) di indicizzare link a pagamento può "
|
1539 |
"influire negativamente sul SEO e PageRank."
|
1540 |
|
1541 |
+
#: dashboard/publisher/adverts-generator.php:122
|
1542 |
msgid "Alt and Title"
|
1543 |
msgstr "Alt e Titolo"
|
1544 |
|
1545 |
+
#: dashboard/publisher/adverts-generator.php:124
|
1546 |
msgid "Add an alt and title attribute based on the asset name?"
|
1547 |
msgstr "Aggiungere un attributo alt e title in base al nome della risorsa?"
|
1548 |
|
1549 |
+
#: dashboard/publisher/adverts-generator.php:124
|
1550 |
msgid ""
|
1551 |
"Some bots/crawlers use them as a descriptive measure to see what the code is "
|
1552 |
"about."
|
1554 |
"Alcuni bot/crawler li usano come misura descrittiva per vedere di cosa "
|
1555 |
"tratta il codice."
|
1556 |
|
1557 |
+
#: dashboard/publisher/adverts-generator.php:139
|
1558 |
msgid ""
|
1559 |
"To import a ready made advert, enter a advert hash from another AdRotate "
|
1560 |
"setup..."
|
1562 |
"Per importare un'inserzione già pronta, inserisci un hash pubblicitario da "
|
1563 |
"un'altra configurazione di AdRotate..."
|
1564 |
|
1565 |
+
#: dashboard/publisher/adverts-generator.php:147
|
1566 |
msgid "Generate and Configure Advert"
|
1567 |
msgstr "Genera e configura inserzione"
|
1568 |
|
1569 |
+
#: dashboard/publisher/adverts-generator.php:148
|
1570 |
msgid "Always test your adverts before activating them."
|
1571 |
msgstr "Prova sempre le tue inserzioni prima di attivarle."
|
1572 |
|
1573 |
+
#: dashboard/publisher/adverts-generator.php:151
|
1574 |
+
msgid "CAUTION:"
|
1575 |
msgstr "Attenzione:"
|
1576 |
|
1577 |
+
#: dashboard/publisher/adverts-generator.php:151
|
1578 |
msgid ""
|
1579 |
"While the Code Generator has been tested and works, code generation, as "
|
1580 |
"always, is a interpretation of user input. If you provide the correct bits "
|
1587 |
"funzionante. Se lasci vuoti i campi o inserisci le informazioni errate, "
|
1588 |
"probabilmente avrai un annuncio danneggiato."
|
1589 |
|
1590 |
+
#: dashboard/publisher/adverts-generator.php:151
|
1591 |
msgid "NOTE:"
|
1592 |
msgstr "NOTA:"
|
1593 |
|
1594 |
+
#: dashboard/publisher/adverts-generator.php:151
|
1595 |
msgid "If you insert an Advert Hash, all other fields are ignored."
|
1596 |
msgstr ""
|
1597 |
"Se si inserisce un hash dell'annuncio, tutti gli altri campi vengono "
|
1746 |
"ciclo di inserzioni."
|
1747 |
|
1748 |
#: dashboard/publisher/groups-edit.php:155
|
1749 |
+
#: dashboard/publisher/groups-edit.php:227
|
1750 |
msgid "Get access to all features in AdRotate Pro."
|
1751 |
msgstr "Accedi a tutte le funzioni di AdRotate Pro."
|
1752 |
|
|
|
|
|
|
|
|
|
1753 |
#: dashboard/publisher/groups-edit.php:162
|
1754 |
+
#: dashboard/publisher/groups-edit.php:307
|
1755 |
msgid ""
|
1756 |
"Drag the AdRotate widget to the sidebar you want it in, select \"Group of "
|
1757 |
"Adverts\" and enter ID"
|
1760 |
"\"Gruppo di Inserzioni\" e immetti l'ID"
|
1761 |
|
1762 |
#: dashboard/publisher/groups-edit.php:174
|
1763 |
+
#: dashboard/publisher/groups-edit.php:319
|
1764 |
+
#: dashboard/publisher/groups-edit.php:413
|
1765 |
msgid "Save Group"
|
1766 |
msgstr "Salva gruppo"
|
1767 |
|
1768 |
+
#: dashboard/publisher/groups-edit.php:178 dashboard/settings/statistics.php:28
|
1769 |
+
msgid "Advanced"
|
1770 |
+
msgstr "Avanzate"
|
1771 |
+
|
1772 |
#: dashboard/publisher/groups-edit.php:182
|
1773 |
msgid "Advert Margin"
|
1774 |
msgstr "Margine dell'inserzione"
|
1846 |
msgid "Fallback Group"
|
1847 |
msgstr "Fallback Group"
|
1848 |
|
1849 |
+
#: dashboard/publisher/groups-edit.php:222
|
1850 |
msgid ""
|
1851 |
"Select another group to fall back on when all adverts are expired, not in "
|
1852 |
"the visitors geographic area or are otherwise unavailable."
|
1854 |
"Seleziona un altro gruppo su cui ripiegare quando tutte le inserzioni sono "
|
1855 |
"scadute, non nell'area geografica dei visitatori o non sono disponibili."
|
1856 |
|
1857 |
+
#: dashboard/publisher/groups-edit.php:237
|
1858 |
+
#: dashboard/publisher/groups-edit.php:270
|
1859 |
#: dashboard/settings/geotargeting.php:24
|
1860 |
msgid "Disabled"
|
1861 |
msgstr "Disabilitato"
|
1862 |
|
1863 |
+
#: dashboard/publisher/groups-edit.php:238
|
1864 |
+
#: dashboard/publisher/groups-edit.php:271
|
1865 |
msgid "Widget (Pro only)"
|
1866 |
msgstr "Widget (solo Pro)"
|
1867 |
|
1868 |
+
#: dashboard/publisher/groups-edit.php:239
|
1869 |
+
#: dashboard/publisher/groups-edit.php:272
|
1870 |
msgid "Before content"
|
1871 |
msgstr "Prima del contenuto"
|
1872 |
|
1873 |
+
#: dashboard/publisher/groups-edit.php:240
|
1874 |
+
#: dashboard/publisher/groups-edit.php:273
|
1875 |
msgid "After content"
|
1876 |
msgstr "Dopo il contenuto"
|
1877 |
|
1878 |
+
#: dashboard/publisher/groups-edit.php:241
|
1879 |
+
#: dashboard/publisher/groups-edit.php:274
|
1880 |
msgid "Before and after content"
|
1881 |
msgstr "Contenuto prima e dopo"
|
1882 |
|
1883 |
+
#: dashboard/publisher/groups-edit.php:242
|
1884 |
+
#: dashboard/publisher/groups-edit.php:275
|
1885 |
msgid "Inside the content..."
|
1886 |
msgstr "All'interno del contenuto..."
|
1887 |
|
1888 |
+
#: dashboard/publisher/groups-edit.php:246
|
1889 |
+
#: dashboard/publisher/groups-edit.php:279
|
1890 |
msgid "after the middle paragraph"
|
1891 |
msgstr "dopo il paragrafo centrale"
|
1892 |
|
1893 |
+
#: dashboard/publisher/groups-edit.php:247
|
1894 |
+
#: dashboard/publisher/groups-edit.php:280
|
1895 |
msgid "after the 1st paragraph"
|
1896 |
msgstr "dopo il primo paragrafo"
|
1897 |
|
1898 |
+
#: dashboard/publisher/groups-edit.php:248
|
1899 |
+
#: dashboard/publisher/groups-edit.php:281
|
1900 |
msgid "after the 2nd paragraph"
|
1901 |
msgstr "dopo il secondo paragrafo"
|
1902 |
|
1903 |
+
#: dashboard/publisher/groups-edit.php:249
|
1904 |
+
#: dashboard/publisher/groups-edit.php:282
|
1905 |
msgid "after the 3rd paragraph"
|
1906 |
msgstr "dopo il terzo paragrafo"
|
1907 |
|
1908 |
+
#: dashboard/publisher/groups-edit.php:250
|
1909 |
+
#: dashboard/publisher/groups-edit.php:283
|
1910 |
msgid "after the 4th paragraph"
|
1911 |
msgstr "dopo il quarto paragrafo"
|
1912 |
|
1913 |
+
#: dashboard/publisher/groups-edit.php:251
|
1914 |
+
#: dashboard/publisher/groups-edit.php:284
|
1915 |
msgid "after the 5th paragraph"
|
1916 |
msgstr "dopo il quinto paragrafo"
|
1917 |
|
1918 |
+
#: dashboard/publisher/groups-edit.php:252
|
1919 |
+
#: dashboard/publisher/groups-edit.php:285
|
1920 |
msgid "after the 6th paragraph"
|
1921 |
msgstr "dopo il sesto paragrafo"
|
1922 |
|
1923 |
+
#: dashboard/publisher/groups-edit.php:253
|
1924 |
+
#: dashboard/publisher/groups-edit.php:286
|
1925 |
msgid "after the 7th paragraph"
|
1926 |
msgstr "dopo il settimo paragrafo"
|
1927 |
|
1928 |
+
#: dashboard/publisher/groups-edit.php:254
|
1929 |
+
#: dashboard/publisher/groups-edit.php:287
|
1930 |
msgid "after the 8th paragraph"
|
1931 |
msgstr "dopo l'ottavo paragrafo"
|
1932 |
|
1933 |
+
#: dashboard/publisher/groups-edit.php:267
|
1934 |
msgid "Page Injection"
|
1935 |
msgstr "Inserimento di pagine"
|
1936 |
|
1937 |
+
#: dashboard/publisher/groups-edit.php:323
|
1938 |
msgid "Wrapper code"
|
1939 |
msgstr "Codice wrapper"
|
1940 |
|
1941 |
+
#: dashboard/publisher/groups-edit.php:324
|
1942 |
msgid "Wraps around each advert. HTML/JavaScript allowed, use with care!"
|
1943 |
msgstr ""
|
1944 |
"Avvolge ogni inserzione. HTML/JavaScript consentito, utilizzare con cura!"
|
1945 |
|
1946 |
+
#: dashboard/publisher/groups-edit.php:328
|
1947 |
msgid "Before advert"
|
1948 |
msgstr "Before advert"
|
1949 |
|
1950 |
+
#: dashboard/publisher/groups-edit.php:331
|
1951 |
+
#: dashboard/publisher/groups-edit.php:339
|
1952 |
msgid "Example:"
|
1953 |
msgstr "Esempio:"
|
1954 |
|
1955 |
+
#: dashboard/publisher/groups-edit.php:332
|
1956 |
msgid "Options:"
|
1957 |
msgstr "Opzioni:"
|
1958 |
|
1959 |
+
#: dashboard/publisher/groups-edit.php:336
|
1960 |
msgid "After advert"
|
1961 |
msgstr "After advert"
|
1962 |
|
1963 |
+
#: dashboard/publisher/groups-edit.php:345
|
1964 |
msgid "Select adverts"
|
1965 |
msgstr "Seleziona le inserzioni"
|
1966 |
|
1967 |
+
#: dashboard/publisher/groups-edit.php:352
|
1968 |
msgid "Visible until"
|
1969 |
msgstr "Visibile fino a"
|
1970 |
|
1971 |
+
#: dashboard/publisher/groups-edit.php:353
|
1972 |
+
msgid "Weight"
|
1973 |
+
msgstr "Peso"
|
1974 |
+
|
1975 |
+
#: dashboard/publisher/groups-edit.php:400
|
1976 |
msgid "No adverts created!"
|
1977 |
msgstr "Non sono state create inserzioni!"
|
1978 |
|
1979 |
+
#: dashboard/publisher/groups-edit.php:407
|
1980 |
msgid "Configuration errors."
|
1981 |
msgstr "Errori di configurazione."
|
1982 |
|
1983 |
+
#: dashboard/publisher/groups-edit.php:408
|
1984 |
#: dashboard/publisher/schedules-main.php:87
|
1985 |
msgid "Expires soon."
|
1986 |
msgstr "Scadrà presto."
|
1987 |
|
1988 |
+
#: dashboard/publisher/groups-edit.php:409
|
1989 |
#: dashboard/publisher/schedules-main.php:88
|
1990 |
msgid "Has expired."
|
1991 |
msgstr "È scaduto."
|
3275 |
msgid "Premium Support is available in AdRotate Pro!"
|
3276 |
msgstr "Premium Support è disponibile in AdRotate Pro!"
|
3277 |
|
3278 |
+
#~ msgid "Get started today"
|
3279 |
+
#~ msgstr "Iniziate oggi stesso"
|
3280 |
+
|
3281 |
+
#~ msgid "The ad will expire in less than 2 days!"
|
3282 |
+
#~ msgstr "L'annuncio scadrà tra meno di 2 giorni!"
|
3283 |
+
|
3284 |
+
#~ msgid "This ad will expire in less than 7 days!"
|
3285 |
+
#~ msgstr "Questo annuncio scadrà tra meno di 7 giorni!"
|
3286 |
+
|
3287 |
+
#~ msgid "Get more features with AdRotate Pro."
|
3288 |
+
#~ msgstr "Ottieni più funzionalità con AdRotate Pro."
|
3289 |
+
|
3290 |
+
#~ msgid "Available in AdRotate Pro!"
|
3291 |
+
#~ msgstr "Disponibile in AdRotate Pro!"
|
3292 |
+
|
3293 |
+
#~ msgid "Show to everyone"
|
3294 |
+
#~ msgstr "Mostra a tutti"
|
3295 |
+
|
3296 |
+
#~ msgid "Disable this option to hide the advert from logged-in visitors."
|
3297 |
+
#~ msgstr ""
|
3298 |
+
#~ "Disattiva questa opzione per nascondere l'inserzione ai visitatori che "
|
3299 |
+
#~ "hanno effettuato l'accesso."
|
3300 |
+
|
3301 |
+
#~ msgid "Few impressions"
|
3302 |
+
#~ msgstr "Poche impressioni"
|
3303 |
+
|
3304 |
+
#~ msgid "Less than average"
|
3305 |
+
#~ msgstr "Meno della media"
|
3306 |
+
|
3307 |
+
#~ msgid "Normal impressions"
|
3308 |
+
#~ msgstr "Impressioni normali"
|
3309 |
+
|
3310 |
+
#~ msgid "More than average"
|
3311 |
+
#~ msgstr "Più della media"
|
3312 |
+
|
3313 |
+
#~ msgid "Many impressions"
|
3314 |
+
#~ msgstr "Molte impressioni"
|
3315 |
+
|
3316 |
+
#~ msgid "Mobile"
|
3317 |
+
#~ msgstr "Cellulare"
|
3318 |
+
|
3319 |
+
#~ msgid "Desktops/Laptops"
|
3320 |
+
#~ msgstr "Desktops/Laptops"
|
3321 |
+
|
3322 |
+
#~ msgid "Smartphones"
|
3323 |
+
#~ msgstr "Smartphones"
|
3324 |
+
|
3325 |
+
#~ msgid "Tablets"
|
3326 |
+
#~ msgstr "Tablet"
|
3327 |
+
|
3328 |
+
#~ msgid ""
|
3329 |
+
#~ "Also enable 'Mobile Support' in the group this advert goes in or 'Device' "
|
3330 |
+
#~ "and 'Operating System' are ignored!"
|
3331 |
+
#~ msgstr ""
|
3332 |
+
#~ "Abilita anche il supporto per i dispositivi mobili nel gruppo in cui va "
|
3333 |
+
#~ "questa inserzione oppure 'Dispositivo' e 'Sistema Operativo' verranno "
|
3334 |
+
#~ "ignorati!"
|
3335 |
+
|
3336 |
+
#~ msgid ""
|
3337 |
+
#~ "Operating system detection only detects iOS and Android, select 'Not "
|
3338 |
+
#~ "Mobile/Other' for everything else."
|
3339 |
+
#~ msgstr ""
|
3340 |
+
#~ "L'individuazione dei sistemi operativi individua solo iOS e Android, "
|
3341 |
+
#~ "seleziona 'Non Mobili/Altri' per tutto il resto."
|
3342 |
+
|
3343 |
+
#~ msgid "Mobile OS"
|
3344 |
+
#~ msgstr "Sistema operativo mobile"
|
3345 |
+
|
3346 |
+
#~ msgid "iOS"
|
3347 |
+
#~ msgstr "iOS"
|
3348 |
+
|
3349 |
+
#~ msgid "Android"
|
3350 |
+
#~ msgstr "Android"
|
3351 |
+
|
3352 |
+
#~ msgid "Not mobile/Others"
|
3353 |
+
#~ msgstr "Non mobili/Altri"
|
3354 |
+
|
3355 |
+
#~ msgid "Auto-delete"
|
3356 |
+
#~ msgstr "Auto-eliminazione"
|
3357 |
+
|
3358 |
+
#~ msgid "Automatically delete the advert 1 day after it expires?"
|
3359 |
+
#~ msgstr "Eliminare automaticamente l'inserzione 1 giorno dopo la scadenza?"
|
3360 |
+
|
3361 |
+
#~ msgid ""
|
3362 |
+
#~ "This is useful for short running campaigns that do not require attention "
|
3363 |
+
#~ "after they finish."
|
3364 |
+
#~ msgstr ""
|
3365 |
+
#~ "Ciò è utile per le campagne a breve esecuzione che non richiedono "
|
3366 |
+
#~ "attenzione al termine."
|
3367 |
+
|
3368 |
+
#~ msgid ""
|
3369 |
+
#~ "Assign the advert to a group and enable that group to use Geo Targeting."
|
3370 |
+
#~ msgstr ""
|
3371 |
+
#~ "Assegna l'annuncio a un gruppo e abilita quel gruppo a utilizzare il Geo "
|
3372 |
+
#~ "Targeting."
|
3373 |
+
|
3374 |
+
#~ msgid "Enter cities or metro IDs (DMA)"
|
3375 |
+
#~ msgstr "Immettere città o metro-ID (DMA)"
|
3376 |
+
|
3377 |
+
#~ msgid "A comma separated list of Cities or Metro IDs:"
|
3378 |
+
#~ msgstr "Un elenco separato da virgole di città o indirizzi di lavoro metro:"
|
3379 |
+
|
3380 |
+
#~ msgid ""
|
3381 |
+
#~ "AdRotate does not check the validity of names and assumes the basic "
|
3382 |
+
#~ "english name."
|
3383 |
+
#~ msgstr ""
|
3384 |
+
#~ "AdRotate non controlla la validità dei nomi e assume il nome inglese di "
|
3385 |
+
#~ "base."
|
3386 |
+
|
3387 |
+
#~ msgid "Enter States or State ISO3166-2 codes"
|
3388 |
+
#~ msgstr "Immettere gli stati o i codici ISO3166-2 di stato"
|
3389 |
+
|
3390 |
+
#~ msgid "The listed cities must be in these states?"
|
3391 |
+
#~ msgstr "Le città elencate devono trovarsi in questi stati?"
|
3392 |
+
|
3393 |
+
#~ msgid "A comma separated list of states:"
|
3394 |
+
#~ msgstr "Un elenco di stati separati da virgole:"
|
3395 |
+
|
3396 |
+
#~ msgid "Select Countries and or Regions"
|
3397 |
+
#~ msgstr "Seleziona Paesi e Regioni"
|
3398 |
+
|
3399 |
+
#~ msgid "Target your audience with Geo Targeting in AdRotate Pro"
|
3400 |
+
#~ msgstr ""
|
3401 |
+
#~ "Scegli come target il tuo pubblico con Geo Targeting in AdRotate Pro"
|
3402 |
+
|
3403 |
+
#~ msgid ""
|
3404 |
+
#~ "Use the Generator if you have received a target url, banner image and/or "
|
3405 |
+
#~ "some separate files with a description on how to use those. The AdRotate "
|
3406 |
+
#~ "Generator will take your bits and pieces and try to generate a working "
|
3407 |
+
#~ "adcode from it."
|
3408 |
+
#~ msgstr ""
|
3409 |
+
#~ "Utilizzare il generatore se avete ricevuto un URL di destinazione, "
|
3410 |
+
#~ "immagine banner e /o alcuni file separati con una descrizione su come "
|
3411 |
+
#~ "utilizzarli. Il generatore AdRotate prenderà i tuoi pezzi e cercherà di "
|
3412 |
+
#~ "generare un codice di codice funzionante da esso."
|
3413 |
+
|
3414 |
+
#~ msgid ""
|
3415 |
+
#~ "If you have an advert hash from another AdRotate or AdRotate Professional "
|
3416 |
+
#~ "setup you can enter it in the Portability field. This feature is a bit of "
|
3417 |
+
#~ "an experiment, but the basic function works."
|
3418 |
+
#~ msgstr ""
|
3419 |
+
#~ "Se hai un hash pubblicitario di un'altra configurazione AdRotate o "
|
3420 |
+
#~ "AdRotate Professional, puoi inserirlo nel campo Portabilità. Questa "
|
3421 |
+
#~ "funzionalità è un po 'un esperimento, ma la funzione di base funziona."
|
3422 |
+
|
3423 |
+
#~ msgid ""
|
3424 |
+
#~ "If you have a complete and working ad code / ad tag you do not use the "
|
3425 |
+
#~ "Generator. You can simply paste that code in the AdCode field when "
|
3426 |
+
#~ "creating your advert. For example as provided by Media.net or Google "
|
3427 |
+
#~ "AdSense among others."
|
3428 |
+
#~ msgstr ""
|
3429 |
+
#~ "Se disponi di un codice annuncio/tag annuncio completo e funzionante, non "
|
3430 |
+
#~ "utilizzi il Generatore. Puoi semplicemente incollare il codice nel campo "
|
3431 |
+
#~ "AdCode quando crei la tua inserzione. Ad esempio, come fornito da Media."
|
3432 |
+
#~ "net o Google AdSense tra gli altri."
|
3433 |
+
|
3434 |
+
#~ msgid "Create your advert"
|
3435 |
+
#~ msgstr "Crea la tua inserzione"
|
3436 |
+
|
3437 |
+
#~ msgid ""
|
3438 |
+
#~ "This is a regular advert consisting of an image and a link, made up from "
|
3439 |
+
#~ "HTML code."
|
3440 |
+
#~ msgstr ""
|
3441 |
+
#~ "Si tratta di un annuncio regolare costituito da un'immagine e un link, "
|
3442 |
+
#~ "costituito da codice HTML."
|
3443 |
+
|
3444 |
+
#~ msgid "Caution:"
|
3445 |
+
#~ msgstr "Attenzione:"
|
3446 |
+
|
3447 |
#~ msgid "AdRotate Professional"
|
3448 |
#~ msgstr "AdRotate Professional"
|
3449 |
|
4812 |
#~ "Questa inserzione è stata respinta dal personale. Si prega di regolare "
|
4813 |
#~ "l'annuncio per conformarsi ai requisiti!"
|
4814 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4815 |
#, fuzzy
|
4816 |
#~ msgid "This advert has been archived and can not be activated anymore!"
|
4817 |
#~ msgstr "Questo annuncio è stato archiviato e non può essere attivato più!"
|
language/adrotate-nl_NL.mo
CHANGED
Binary file
|
language/adrotate-nl_NL.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: 2021-
|
6 |
-
"PO-Revision-Date: 2021-
|
7 |
"Last-Translator: Arnan de Gans <support@ajdg.solutions>\n"
|
8 |
"Language-Team: Arnan de Gans\n"
|
9 |
"Language: nl\n"
|
@@ -13,12 +13,12 @@ msgstr ""
|
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
-
"X-Generator: Poedit 2.4.
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
#: adrotate-functions.php:784
|
21 |
-
msgid "
|
22 |
msgstr "Advertentie opgeslagen"
|
23 |
|
24 |
#: adrotate-functions.php:788
|
@@ -50,23 +50,23 @@ msgstr ""
|
|
50 |
"ervoor dat de permissies in orde zijn."
|
51 |
|
52 |
#: adrotate-functions.php:812
|
53 |
-
msgid "
|
54 |
-
msgstr "Advertentie(s)
|
55 |
|
56 |
#: adrotate-functions.php:816
|
57 |
-
msgid "
|
58 |
msgstr "Advertentie(s) vernieuwd"
|
59 |
|
60 |
#: adrotate-functions.php:820
|
61 |
-
msgid "
|
62 |
-
msgstr "Advertentie(s)
|
63 |
|
64 |
#: adrotate-functions.php:824
|
65 |
-
msgid "
|
66 |
-
msgstr "Advertentie(s)
|
67 |
|
68 |
#: adrotate-functions.php:828
|
69 |
-
msgid "Group including it
|
70 |
msgstr "Groep inclusief advertenties verwijderd"
|
71 |
|
72 |
#: adrotate-functions.php:832
|
@@ -76,11 +76,11 @@ msgstr "Export gemaakt"
|
|
76 |
#: adrotate-functions.php:836
|
77 |
msgid ""
|
78 |
"Advert HTML generated and placed in the AdCode field. Configure your advert "
|
79 |
-
"below. Do not forget to check all settings and schedule
|
80 |
msgstr ""
|
81 |
-
"Advertentie-HTML gegenereerd en geplaatst in het veld AdCode. Configureer "
|
82 |
-
"hieronder
|
83 |
-
"
|
84 |
|
85 |
#: adrotate-functions.php:841
|
86 |
msgid "Settings saved"
|
@@ -95,8 +95,8 @@ msgid "Database repaired"
|
|
95 |
msgstr "Database is hersteld"
|
96 |
|
97 |
#: adrotate-functions.php:853
|
98 |
-
msgid "
|
99 |
-
msgstr "
|
100 |
|
101 |
#: adrotate-functions.php:857
|
102 |
msgid "Cleanup complete"
|
@@ -108,11 +108,11 @@ msgstr "Actie niet toegestaan"
|
|
108 |
|
109 |
#: adrotate-functions.php:866
|
110 |
msgid ""
|
111 |
-
"The
|
112 |
-
"properly. Review the colored
|
113 |
msgstr ""
|
114 |
-
"De advertentie is opgeslagen, maar heeft een probleem waardoor
|
115 |
-
"niet goed werkt. Bekijk de
|
116 |
|
117 |
#: adrotate-functions.php:870
|
118 |
msgid "No data found in selected time period"
|
@@ -128,7 +128,7 @@ msgid "Form can not be (partially) empty!"
|
|
128 |
msgstr "Formulier kan niet (gedeeltelijk) leeg zijn!"
|
129 |
|
130 |
#: adrotate-functions.php:882
|
131 |
-
msgid "No
|
132 |
msgstr "Geen advertenties gevonden."
|
133 |
|
134 |
#: adrotate-functions.php:886
|
@@ -183,7 +183,7 @@ msgstr "Neem contact op met de helpdesk als het probleem zich blijft voordoen:"
|
|
183 |
|
184 |
#: adrotate-output.php:562
|
185 |
msgid ""
|
186 |
-
"Error,
|
187 |
"restrictions!"
|
188 |
msgstr ""
|
189 |
"Fout, Ad is op dit moment niet beschikbaar vanwege schema/geolocatie "
|
@@ -198,7 +198,7 @@ msgstr ""
|
|
198 |
"advertenties beschikbaar voor deze locatie!"
|
199 |
|
200 |
#: adrotate-output.php:572
|
201 |
-
msgid "Error, no
|
202 |
msgstr "Fout, geen Ad-ID ingesteld! Controleer de code!"
|
203 |
|
204 |
#: adrotate-output.php:578
|
@@ -395,9 +395,9 @@ msgid "Get access to premium support and free updates for one year!"
|
|
395 |
msgstr ""
|
396 |
"Krijg toegang tot premium ondersteuning en gratis updates voor een jaar!"
|
397 |
|
398 |
-
#: adrotate-output.php:851
|
399 |
-
msgid "
|
400 |
-
msgstr "
|
401 |
|
402 |
#: adrotate-statistics.php:155
|
403 |
msgid "January"
|
@@ -536,7 +536,7 @@ msgid "Manage Media"
|
|
536 |
msgstr "Beheer Media"
|
537 |
|
538 |
#: adrotate.php:111 adrotate.php:522 dashboard/adrotatepro.php:98
|
539 |
-
#: dashboard/publisher/adverts-edit.php:
|
540 |
#: dashboard/publisher/statistics-main.php:23
|
541 |
#: dashboard/settings/statistics.php:17
|
542 |
msgid "Statistics"
|
@@ -563,10 +563,14 @@ msgid "Manage"
|
|
563 |
msgstr "Beheren"
|
564 |
|
565 |
#: adrotate.php:257
|
566 |
-
msgid "Generator"
|
567 |
-
msgstr "
|
568 |
|
569 |
-
#: adrotate.php:258
|
|
|
|
|
|
|
|
|
570 |
msgid "Add New"
|
571 |
msgstr "Nieuw"
|
572 |
|
@@ -602,8 +606,7 @@ msgstr "Algemeen"
|
|
602 |
msgid "Notifications"
|
603 |
msgstr "Meldingen"
|
604 |
|
605 |
-
#: adrotate.php:523 dashboard/publisher/
|
606 |
-
#: dashboard/publisher/groups-edit.php:205
|
607 |
#: dashboard/settings/advertisers.php:38
|
608 |
msgid "Geo Targeting"
|
609 |
msgstr "Geo-targeting"
|
@@ -769,7 +772,7 @@ msgstr "Jouw installatie"
|
|
769 |
msgid "Adverts that need you"
|
770 |
msgstr "Controleer advertenties"
|
771 |
|
772 |
-
#: dashboard/info.php:34 dashboard/publisher/adverts-edit.php:
|
773 |
#: dashboard/publisher/groups-main.php:34
|
774 |
#: dashboard/publisher/schedules-main.php:34
|
775 |
#: dashboard/publisher/statistics-main.php:35
|
@@ -849,7 +852,7 @@ msgid "Bulk Actions"
|
|
849 |
msgstr "Bulk acties"
|
850 |
|
851 |
#: dashboard/publisher/adverts-disabled.php:21
|
852 |
-
#: dashboard/publisher/adverts-edit.php:
|
853 |
msgid "Activate"
|
854 |
msgstr "Activeren"
|
855 |
|
@@ -875,10 +878,10 @@ msgid "Go"
|
|
875 |
msgstr "Ga"
|
876 |
|
877 |
#: dashboard/publisher/adverts-disabled.php:35
|
878 |
-
#: dashboard/publisher/adverts-edit.php:
|
879 |
#: dashboard/publisher/adverts-error.php:39
|
880 |
#: dashboard/publisher/adverts-main.php:39
|
881 |
-
#: dashboard/publisher/groups-edit.php:
|
882 |
#: dashboard/publisher/groups-main.php:32
|
883 |
#: dashboard/publisher/schedules-main.php:31
|
884 |
msgid "ID"
|
@@ -893,11 +896,11 @@ msgstr "Begin/einde"
|
|
893 |
|
894 |
#: dashboard/publisher/adverts-disabled.php:37
|
895 |
#: dashboard/publisher/adverts-edit.php:112
|
896 |
-
#: dashboard/publisher/adverts-edit.php:
|
897 |
#: dashboard/publisher/adverts-error.php:40
|
898 |
#: dashboard/publisher/adverts-main.php:41
|
899 |
#: dashboard/publisher/groups-edit.php:65
|
900 |
-
#: dashboard/publisher/groups-edit.php:
|
901 |
#: dashboard/publisher/groups-main.php:33 dashboard/publisher/media.php:48
|
902 |
#: dashboard/publisher/schedules-main.php:33
|
903 |
msgid "Name"
|
@@ -905,14 +908,14 @@ msgstr "Naam"
|
|
905 |
|
906 |
#: dashboard/publisher/adverts-disabled.php:39
|
907 |
#: dashboard/publisher/adverts-main.php:43
|
908 |
-
#: dashboard/publisher/groups-edit.php:
|
909 |
#: dashboard/publisher/groups-main.php:36
|
910 |
msgid "Shown"
|
911 |
msgstr "Getoonde"
|
912 |
|
913 |
#: dashboard/publisher/adverts-disabled.php:40
|
914 |
#: dashboard/publisher/adverts-main.php:45
|
915 |
-
#: dashboard/publisher/groups-edit.php:
|
916 |
#: dashboard/publisher/groups-main.php:38
|
917 |
#: dashboard/publisher/statistics-advert.php:52
|
918 |
#: dashboard/publisher/statistics-advert.php:58
|
@@ -1002,32 +1005,28 @@ msgstr ""
|
|
1002 |
|
1003 |
#: dashboard/publisher/adverts-edit.php:67
|
1004 |
msgid ""
|
1005 |
-
"AdRotate cannot find an error but the
|
1006 |
-
"the ad!"
|
1007 |
msgstr ""
|
1008 |
-
"AdRotate kan geen fout vinden, maar de advertentie is
|
1009 |
-
"
|
1010 |
|
1011 |
#: dashboard/publisher/adverts-edit.php:70
|
1012 |
-
msgid "This
|
1013 |
msgstr ""
|
1014 |
-
"Deze advertentie is verlopen en momenteel niet weergegeven op
|
1015 |
|
1016 |
#: dashboard/publisher/adverts-edit.php:73
|
1017 |
-
msgid "The
|
1018 |
-
msgstr "De advertentie
|
1019 |
|
1020 |
#: dashboard/publisher/adverts-edit.php:76
|
1021 |
-
msgid "This
|
1022 |
-
msgstr "Deze advertentie
|
1023 |
|
1024 |
#: dashboard/publisher/adverts-edit.php:79
|
1025 |
-
msgid "This
|
1026 |
-
msgstr "Deze advertentie is uitgeschakeld en niet zichtbaar op
|
1027 |
-
|
1028 |
-
#: dashboard/publisher/adverts-edit.php:104
|
1029 |
-
msgid "New Advert"
|
1030 |
-
msgstr "Nieuwe advertentie"
|
1031 |
|
1032 |
#: dashboard/publisher/adverts-edit.php:106
|
1033 |
msgid "Edit Advert"
|
@@ -1109,31 +1108,31 @@ msgstr ""
|
|
1109 |
msgid "Banner asset"
|
1110 |
msgstr "Banner Asset"
|
1111 |
|
1112 |
-
#: dashboard/publisher/adverts-edit.php:
|
1113 |
msgid "WordPress media:"
|
1114 |
msgstr "WordPress media:"
|
1115 |
|
1116 |
-
#: dashboard/publisher/adverts-edit.php:
|
1117 |
msgid "Select Banner"
|
1118 |
msgstr "Selecteer banner"
|
1119 |
|
1120 |
-
#: dashboard/publisher/adverts-edit.php:
|
1121 |
msgid "- OR -"
|
1122 |
msgstr "- Of -"
|
1123 |
|
1124 |
-
#: dashboard/publisher/adverts-edit.php:
|
1125 |
msgid "Banner folder:"
|
1126 |
msgstr "Banner map:"
|
1127 |
|
1128 |
-
#: dashboard/publisher/adverts-edit.php:
|
1129 |
msgid "No image selected"
|
1130 |
msgstr "Geen afbeelding geselecteerd"
|
1131 |
|
1132 |
-
#: dashboard/publisher/adverts-edit.php:
|
1133 |
msgid "Use %asset% in the adcode instead of the file path."
|
1134 |
msgstr "Gebruik %asset% in de adcode in plaats van het bestandspad."
|
1135 |
|
1136 |
-
#: dashboard/publisher/adverts-edit.php:
|
1137 |
msgid ""
|
1138 |
"Use either the text field or the dropdown. If the textfield has content that "
|
1139 |
"field has priority."
|
@@ -1141,12 +1140,12 @@ msgstr ""
|
|
1141 |
"Gebruik het tekstveld of de vervolgkeuzelijst. Als het tekstveld inhoud "
|
1142 |
"heeft, heeft dat veld prioriteit."
|
1143 |
|
1144 |
-
#: dashboard/publisher/adverts-edit.php:
|
1145 |
msgid "Enable click and impression tracking for this advert."
|
1146 |
msgstr ""
|
1147 |
"Schakel het bijhouden van klikken en vertoningen in voor deze advertentie."
|
1148 |
|
1149 |
-
#: dashboard/publisher/adverts-edit.php:
|
1150 |
msgid ""
|
1151 |
"Note: Clicktracking does not work for Javascript adverts such as those "
|
1152 |
"provided by Google AdSense/DFP/DoubleClick. HTML5/Flash adverts are not "
|
@@ -1156,90 +1155,37 @@ msgstr ""
|
|
1156 |
"van Google AdSense/DFP/DoubleClick. HTML5/Flash-advertenties worden niet "
|
1157 |
"altijd ondersteund."
|
1158 |
|
1159 |
-
#: dashboard/publisher/adverts-edit.php:
|
1160 |
msgid "Enabled, this ad will be visible"
|
1161 |
msgstr "Actief, deze advertentie wordt getoond"
|
1162 |
|
1163 |
-
#: dashboard/publisher/adverts-edit.php:
|
1164 |
msgid "Disabled, do not show this advert anywhere"
|
1165 |
msgstr "Inactief, laat deze advertentie nergens zien"
|
1166 |
|
1167 |
-
#: dashboard/publisher/adverts-edit.php:
|
1168 |
-
msgid "
|
1169 |
-
|
|
|
|
|
|
|
|
|
|
|
1170 |
|
1171 |
-
#: dashboard/publisher/adverts-edit.php:
|
1172 |
-
#: dashboard/publisher/adverts-edit.php:
|
1173 |
-
#: dashboard/publisher/
|
1174 |
-
#: dashboard/publisher/adverts-edit.php:443
|
1175 |
-
#: dashboard/publisher/groups-edit.php:228
|
1176 |
#: dashboard/publisher/statistics-advert.php:109
|
1177 |
#: dashboard/publisher/statistics-group.php:113
|
1178 |
#: dashboard/publisher/statistics-main.php:83
|
1179 |
msgid "Upgrade now"
|
1180 |
msgstr "Nu bijwerken"
|
1181 |
|
1182 |
-
#: dashboard/publisher/adverts-edit.php:
|
1183 |
-
#: dashboard/publisher/adverts-edit.php:264
|
1184 |
-
#: dashboard/publisher/adverts-edit.php:462
|
1185 |
-
#: dashboard/publisher/adverts-edit.php:505
|
1186 |
-
msgid "Save Advert"
|
1187 |
-
msgstr "Advertentie opslaan"
|
1188 |
-
|
1189 |
-
#: dashboard/publisher/adverts-edit.php:202
|
1190 |
-
#: dashboard/publisher/adverts-edit.php:265
|
1191 |
-
#: dashboard/publisher/adverts-edit.php:463
|
1192 |
-
#: dashboard/publisher/adverts-edit.php:506
|
1193 |
-
#: dashboard/publisher/adverts-generator.php:162
|
1194 |
-
#: dashboard/publisher/groups-edit.php:175
|
1195 |
-
#: dashboard/publisher/groups-edit.php:329
|
1196 |
-
#: dashboard/publisher/groups-edit.php:423
|
1197 |
-
msgid "Cancel"
|
1198 |
-
msgstr "Annuleren"
|
1199 |
-
|
1200 |
-
#: dashboard/publisher/adverts-edit.php:205
|
1201 |
-
#: dashboard/publisher/adverts-edit.php:445
|
1202 |
-
#: dashboard/publisher/groups-edit.php:157
|
1203 |
-
#: dashboard/publisher/groups-edit.php:311
|
1204 |
-
msgid "Usage"
|
1205 |
-
msgstr "Gebruik"
|
1206 |
-
|
1207 |
-
#: dashboard/publisher/adverts-edit.php:209
|
1208 |
-
#: dashboard/publisher/adverts-edit.php:449
|
1209 |
-
#: dashboard/publisher/groups-edit.php:161
|
1210 |
-
#: dashboard/publisher/groups-edit.php:315
|
1211 |
-
msgid "Widget"
|
1212 |
-
msgstr "Widget"
|
1213 |
-
|
1214 |
-
#: dashboard/publisher/adverts-edit.php:210
|
1215 |
-
#: dashboard/publisher/adverts-edit.php:450
|
1216 |
-
msgid ""
|
1217 |
-
"Drag the AdRotate widget to the sidebar where you want to place the advert "
|
1218 |
-
"and select the advert or the group the advert is in."
|
1219 |
-
msgstr ""
|
1220 |
-
"In het dashboard Uiterlijk > Widgets. Sleep het object AdRotate naar de "
|
1221 |
-
"zijbalk waar u de advertentie wilt plaatsen en selecteer de advertentie of "
|
1222 |
-
"de groep waarin de advertentie zich bevindt."
|
1223 |
-
|
1224 |
-
#: dashboard/publisher/adverts-edit.php:213
|
1225 |
-
#: dashboard/publisher/adverts-edit.php:453
|
1226 |
-
#: dashboard/publisher/groups-edit.php:165
|
1227 |
-
#: dashboard/publisher/groups-edit.php:319
|
1228 |
-
msgid "In a post or page"
|
1229 |
-
msgstr "In een bericht of pagina"
|
1230 |
-
|
1231 |
-
#: dashboard/publisher/adverts-edit.php:215
|
1232 |
-
#: dashboard/publisher/adverts-edit.php:455
|
1233 |
-
#: dashboard/publisher/groups-edit.php:167
|
1234 |
-
#: dashboard/publisher/groups-edit.php:321
|
1235 |
-
msgid "Directly in a theme"
|
1236 |
-
msgstr "Direct in een thema"
|
1237 |
-
|
1238 |
-
#: dashboard/publisher/adverts-edit.php:221
|
1239 |
msgid "Schedule your advert"
|
1240 |
msgstr "Plan jouw advertentie"
|
1241 |
|
1242 |
-
#: dashboard/publisher/adverts-edit.php:
|
1243 |
msgid ""
|
1244 |
"Time uses a 24 hour clock. When you're used to the AM/PM system keep this in "
|
1245 |
"mind: If the start or end time is after lunch, add 12 hours. 2PM is 14:00 "
|
@@ -1249,257 +1195,142 @@ msgstr ""
|
|
1249 |
"systeem, houdt u dit in gedachten: Als de begin- of eindtijd na de lunch is, "
|
1250 |
"voegt u 12 uur toe. 14.00 uur is 14:00 uur. 6am is 6:00 uur."
|
1251 |
|
1252 |
-
#: dashboard/publisher/adverts-edit.php:
|
1253 |
msgid "Start date"
|
1254 |
msgstr "Startdatum"
|
1255 |
|
1256 |
-
#: dashboard/publisher/adverts-edit.php:
|
1257 |
msgid "End date"
|
1258 |
msgstr "Einddatum"
|
1259 |
|
1260 |
-
#: dashboard/publisher/adverts-edit.php:
|
1261 |
msgid "Start time"
|
1262 |
msgstr "Starttijd"
|
1263 |
|
1264 |
-
#: dashboard/publisher/adverts-edit.php:
|
1265 |
msgid "End time"
|
1266 |
msgstr "Eindtijd"
|
1267 |
|
1268 |
-
#: dashboard/publisher/adverts-edit.php:
|
1269 |
msgid "Maximum Clicks"
|
1270 |
msgstr "Maximale klikken"
|
1271 |
|
1272 |
-
#: dashboard/publisher/adverts-edit.php:
|
1273 |
-
#: dashboard/publisher/adverts-edit.php:
|
1274 |
msgid "Leave empty or 0 to skip this."
|
1275 |
msgstr "Laat leeg of 0 om dit over te slaan."
|
1276 |
|
1277 |
-
#: dashboard/publisher/adverts-edit.php:
|
1278 |
msgid "Maximum Impressions"
|
1279 |
msgstr "Maximale vertoningen"
|
1280 |
|
1281 |
-
#: dashboard/publisher/adverts-edit.php:
|
1282 |
-
msgid ""
|
1283 |
-
"Create multiple and more advanced schedules for each advert with AdRotate "
|
1284 |
-
"Pro."
|
1285 |
-
msgstr ""
|
1286 |
-
"Maak meerdere en meer geavanceerde schema's voor elke advertentie met "
|
1287 |
-
"AdRotate Pro."
|
1288 |
-
|
1289 |
-
#: dashboard/publisher/adverts-edit.php:268
|
1290 |
-
#: dashboard/publisher/groups-edit.php:178 dashboard/settings/statistics.php:28
|
1291 |
-
msgid "Advanced"
|
1292 |
-
msgstr "Geavanceerd"
|
1293 |
-
|
1294 |
-
#: dashboard/publisher/adverts-edit.php:269
|
1295 |
-
#: dashboard/publisher/adverts-edit.php:346
|
1296 |
-
msgid "Available in AdRotate Pro!"
|
1297 |
-
msgstr "Beschikbaar in AdRotate Pro!"
|
1298 |
-
|
1299 |
-
#: dashboard/publisher/adverts-edit.php:274
|
1300 |
-
msgid "Show to everyone"
|
1301 |
-
msgstr "Aan iedereen weergeven"
|
1302 |
-
|
1303 |
-
#: dashboard/publisher/adverts-edit.php:276
|
1304 |
-
msgid "Disable this option to hide the advert from logged-in visitors."
|
1305 |
-
msgstr ""
|
1306 |
-
"Schakel deze optie uit om de advertentie te verbergen voor ingelogde "
|
1307 |
-
"bezoekers."
|
1308 |
-
|
1309 |
-
#: dashboard/publisher/adverts-edit.php:281
|
1310 |
-
#: dashboard/publisher/groups-edit.php:362
|
1311 |
-
msgid "Weight"
|
1312 |
-
msgstr "Gewicht"
|
1313 |
-
|
1314 |
-
#: dashboard/publisher/adverts-edit.php:284
|
1315 |
-
msgid "Few impressions"
|
1316 |
-
msgstr "Weinig vertoningen"
|
1317 |
-
|
1318 |
-
#: dashboard/publisher/adverts-edit.php:289
|
1319 |
-
msgid "Less than average"
|
1320 |
-
msgstr "Minder dan gemiddeld"
|
1321 |
-
|
1322 |
-
#: dashboard/publisher/adverts-edit.php:294
|
1323 |
-
msgid "Normal impressions"
|
1324 |
-
msgstr "Normale vertoningen"
|
1325 |
-
|
1326 |
-
#: dashboard/publisher/adverts-edit.php:299
|
1327 |
-
msgid "More than average"
|
1328 |
-
msgstr "Meer dan gemiddeld"
|
1329 |
-
|
1330 |
-
#: dashboard/publisher/adverts-edit.php:304
|
1331 |
-
msgid "Many impressions"
|
1332 |
-
msgstr "Veel vertoningen"
|
1333 |
-
|
1334 |
-
#: dashboard/publisher/adverts-edit.php:309
|
1335 |
-
msgid "Mobile"
|
1336 |
-
msgstr "Mobiel"
|
1337 |
-
|
1338 |
-
#: dashboard/publisher/adverts-edit.php:311
|
1339 |
-
msgid "Desktops/Laptops"
|
1340 |
-
msgstr "Desktops/laptops"
|
1341 |
-
|
1342 |
-
#: dashboard/publisher/adverts-edit.php:314
|
1343 |
-
msgid "Smartphones"
|
1344 |
-
msgstr "Smartphones"
|
1345 |
-
|
1346 |
-
#: dashboard/publisher/adverts-edit.php:317
|
1347 |
-
msgid "Tablets"
|
1348 |
-
msgstr "Tabletten"
|
1349 |
-
|
1350 |
-
#: dashboard/publisher/adverts-edit.php:320
|
1351 |
-
msgid ""
|
1352 |
-
"Also enable 'Mobile Support' in the group this advert goes in or 'Device' "
|
1353 |
-
"and 'Operating System' are ignored!"
|
1354 |
-
msgstr ""
|
1355 |
-
"Ook inschakelen 'Mobiele ondersteuning' in de groep deze advertentie gaat in "
|
1356 |
-
"of 'Apparaat' en 'Besturingssysteem' worden genegeerd!"
|
1357 |
-
|
1358 |
-
#: dashboard/publisher/adverts-edit.php:320
|
1359 |
-
msgid ""
|
1360 |
-
"Operating system detection only detects iOS and Android, select 'Not Mobile/"
|
1361 |
-
"Other' for everything else."
|
1362 |
-
msgstr ""
|
1363 |
-
"Besturingssysteemdetectie detecteert alleen iOS en Android, selecteer 'Niet "
|
1364 |
-
"mobiel/ander' voor al het andere."
|
1365 |
-
|
1366 |
-
#: dashboard/publisher/adverts-edit.php:324
|
1367 |
-
msgid "Mobile OS"
|
1368 |
-
msgstr "Mobiel besturingssysteem"
|
1369 |
-
|
1370 |
-
#: dashboard/publisher/adverts-edit.php:326
|
1371 |
-
msgid "iOS"
|
1372 |
-
msgstr "iOS"
|
1373 |
-
|
1374 |
-
#: dashboard/publisher/adverts-edit.php:329
|
1375 |
-
msgid "Android"
|
1376 |
-
msgstr "Android"
|
1377 |
-
|
1378 |
-
#: dashboard/publisher/adverts-edit.php:332
|
1379 |
-
msgid "Not mobile/Others"
|
1380 |
-
msgstr "Niet mobiel/Anderen"
|
1381 |
-
|
1382 |
-
#: dashboard/publisher/adverts-edit.php:336
|
1383 |
-
msgid "Auto-delete"
|
1384 |
-
msgstr "Automatisch verwijderen"
|
1385 |
-
|
1386 |
-
#: dashboard/publisher/adverts-edit.php:338
|
1387 |
-
msgid "Automatically delete the advert 1 day after it expires?"
|
1388 |
-
msgstr ""
|
1389 |
-
"Automatisch verwijderen van de advertentie 1 dag nadat deze is verlopen?"
|
1390 |
-
|
1391 |
-
#: dashboard/publisher/adverts-edit.php:338
|
1392 |
-
msgid ""
|
1393 |
-
"This is useful for short running campaigns that do not require attention "
|
1394 |
-
"after they finish."
|
1395 |
-
msgstr ""
|
1396 |
-
"Dit is handig voor kortlopende campagnes die geen aandacht nodig hebben "
|
1397 |
-
"nadat ze zijn voltooid."
|
1398 |
-
|
1399 |
-
#: dashboard/publisher/adverts-edit.php:343
|
1400 |
-
msgid ""
|
1401 |
-
"With AdRotate Pro you can easily select which devices and mobile operating "
|
1402 |
-
"systems the advert should show on!"
|
1403 |
-
msgstr ""
|
1404 |
-
"Met AdRotate Pro kun je eenvoudig selecteren op welke apparaten en mobiele "
|
1405 |
-
"besturingssystemen de advertentie moet worden weergegeven!"
|
1406 |
-
|
1407 |
-
#: dashboard/publisher/adverts-edit.php:346
|
1408 |
msgid ""
|
1409 |
-
"
|
|
|
1410 |
msgstr ""
|
1411 |
-
"
|
1412 |
-
"
|
1413 |
|
1414 |
-
#: dashboard/publisher/adverts-edit.php:
|
1415 |
-
|
1416 |
-
|
|
|
|
|
1417 |
|
1418 |
-
#: dashboard/publisher/adverts-edit.php:
|
1419 |
-
|
1420 |
-
|
|
|
|
|
1421 |
|
1422 |
-
#: dashboard/publisher/adverts-edit.php:
|
1423 |
-
#: dashboard/publisher/adverts-edit.php:365
|
1424 |
msgid ""
|
1425 |
-
"AdRotate
|
1426 |
-
"
|
1427 |
msgstr ""
|
1428 |
-
"
|
1429 |
-
"
|
1430 |
-
|
1431 |
-
#: dashboard/publisher/adverts-edit.php:361
|
1432 |
-
msgid "Enter States or State ISO3166-2 codes"
|
1433 |
-
msgstr "Vul Staten of ISO3166-2 codes van staten in"
|
1434 |
|
1435 |
-
#: dashboard/publisher/adverts-edit.php:
|
1436 |
-
|
1437 |
-
|
|
|
|
|
1438 |
|
1439 |
-
#: dashboard/publisher/adverts-edit.php:
|
1440 |
-
|
1441 |
-
|
|
|
|
|
1442 |
|
1443 |
-
#: dashboard/publisher/adverts-edit.php:
|
1444 |
-
|
1445 |
-
|
|
|
1446 |
|
1447 |
-
#: dashboard/publisher/adverts-edit.php:
|
1448 |
-
|
1449 |
-
|
|
|
|
|
|
|
|
|
|
|
1450 |
|
1451 |
-
#: dashboard/publisher/adverts-edit.php:
|
1452 |
msgid "Select Groups"
|
1453 |
msgstr "Groepen selecteren"
|
1454 |
|
1455 |
-
#: dashboard/publisher/adverts-edit.php:
|
1456 |
#: dashboard/publisher/groups-main.php:60
|
1457 |
#: dashboard/settings/geotargeting.php:54 dashboard/settings/statistics.php:25
|
1458 |
msgid "Default"
|
1459 |
msgstr "Standaard"
|
1460 |
|
1461 |
-
#: dashboard/publisher/adverts-edit.php:
|
1462 |
#: dashboard/publisher/groups-main.php:61
|
1463 |
msgid "Dynamic"
|
1464 |
msgstr "Dynamisch"
|
1465 |
|
1466 |
-
#: dashboard/publisher/adverts-edit.php:
|
1467 |
#: dashboard/publisher/groups-main.php:61
|
1468 |
msgid "second rotation"
|
1469 |
msgstr "tweede rotatie"
|
1470 |
|
1471 |
-
#: dashboard/publisher/adverts-edit.php:
|
1472 |
#: dashboard/publisher/groups-main.php:62
|
1473 |
msgid "Block"
|
1474 |
msgstr "Blok"
|
1475 |
|
1476 |
-
#: dashboard/publisher/adverts-edit.php:
|
1477 |
#: dashboard/publisher/groups-main.php:62
|
1478 |
msgid "grid"
|
1479 |
msgstr "rooster"
|
1480 |
|
1481 |
-
#: dashboard/publisher/adverts-edit.php:
|
1482 |
-
#: dashboard/publisher/groups-edit.php:
|
1483 |
#: dashboard/publisher/groups-main.php:63
|
1484 |
msgid "Post Injection"
|
1485 |
msgstr "Na injectie"
|
1486 |
|
1487 |
-
#: dashboard/publisher/adverts-edit.php:
|
1488 |
msgid "Geolocation"
|
1489 |
msgstr "Geolocatie"
|
1490 |
|
1491 |
-
#: dashboard/publisher/adverts-edit.php:
|
1492 |
#: dashboard/publisher/groups-edit.php:74
|
1493 |
#: dashboard/publisher/groups-main.php:70
|
1494 |
msgid "Mode"
|
1495 |
msgstr "Modus"
|
1496 |
|
1497 |
-
#: dashboard/publisher/adverts-edit.php:
|
1498 |
-
#: dashboard/publisher/adverts-generator.php:
|
1499 |
msgid "Portability"
|
1500 |
msgstr "Mobiliteit"
|
1501 |
|
1502 |
-
#: dashboard/publisher/adverts-edit.php:
|
1503 |
msgid ""
|
1504 |
"This long code is your advert. It includes all settings from above except "
|
1505 |
"the schedule and group selection. You can import this hash into another "
|
@@ -1516,8 +1347,8 @@ msgstr ""
|
|
1516 |
"kunt de hash in het veld ‘Advert Hash', plakken in de advertentie generator "
|
1517 |
"van een andere installatie van AdRotate."
|
1518 |
|
1519 |
-
#: dashboard/publisher/adverts-edit.php:
|
1520 |
-
#: dashboard/publisher/adverts-generator.php:
|
1521 |
msgid "Advert hash"
|
1522 |
msgstr "Advertentie hash"
|
1523 |
|
@@ -1572,98 +1403,52 @@ msgstr "Verlopen"
|
|
1572 |
msgid "Generate Advert Code"
|
1573 |
msgstr "Advertentiecode genereren"
|
1574 |
|
1575 |
-
#: dashboard/publisher/adverts-generator.php:37
|
1576 |
-
msgid ""
|
1577 |
-
"Use the Generator if you have received a target url, banner image and/or "
|
1578 |
-
"some separate files with a description on how to use those. The AdRotate "
|
1579 |
-
"Generator will take your bits and pieces and try to generate a working "
|
1580 |
-
"adcode from it."
|
1581 |
-
msgstr ""
|
1582 |
-
"Gebruik de generator als je een url, banner afbeelding en/of een aantal "
|
1583 |
-
"afzonderlijke bestanden hebt ontvangen met een beschrijving over hoe je deze "
|
1584 |
-
"kunt gebruiken. De AdRotate Generator neemt de stukjes en beetjes en "
|
1585 |
-
"probeert er een werkende adcode van te genereren."
|
1586 |
-
|
1587 |
-
#: dashboard/publisher/adverts-generator.php:38
|
1588 |
-
msgid ""
|
1589 |
-
"If you have an advert hash from another AdRotate or AdRotate Professional "
|
1590 |
-
"setup you can enter it in the Portability field. This feature is a bit of an "
|
1591 |
-
"experiment, but the basic function works."
|
1592 |
-
msgstr ""
|
1593 |
-
"Als je een advertentie hash hebt van een andere installatie van AdRotate of "
|
1594 |
-
"AdRotate Professional hebt kun je deze invoeren in het advertentie hash "
|
1595 |
-
"veld. Deze functie is een beetje een experiment, maar de basisfunctie werkt."
|
1596 |
-
|
1597 |
-
#: dashboard/publisher/adverts-generator.php:39
|
1598 |
-
msgid ""
|
1599 |
-
"If you have a complete and working ad code / ad tag you do not use the "
|
1600 |
-
"Generator. You can simply paste that code in the AdCode field when creating "
|
1601 |
-
"your advert. For example as provided by Media.net or Google AdSense among "
|
1602 |
-
"others."
|
1603 |
-
msgstr ""
|
1604 |
-
"Als je een volledige en werkende advertentiecode / advertentietag hebt, "
|
1605 |
-
"gebruik je de Generator niet. Die code kun je eenvoudig plakken in het veld "
|
1606 |
-
"AdCode bij het maken van jouw advertentie. Bijvoorbeeld zoals voorzien door "
|
1607 |
-
"Media.net of Google AdSense onder anderen."
|
1608 |
-
|
1609 |
#: dashboard/publisher/adverts-generator.php:41
|
1610 |
-
msgid "Create your advert"
|
1611 |
-
msgstr "Advertentie maken"
|
1612 |
-
|
1613 |
-
#: dashboard/publisher/adverts-generator.php:42
|
1614 |
-
msgid ""
|
1615 |
-
"This is a regular advert consisting of an image and a link, made up from "
|
1616 |
-
"HTML code."
|
1617 |
-
msgstr ""
|
1618 |
-
"Dit is een gewone advertentie bestaande uit een afbeelding en een link, "
|
1619 |
-
"samengesteld uit HTML-code."
|
1620 |
-
|
1621 |
-
#: dashboard/publisher/adverts-generator.php:47
|
1622 |
msgid "Required"
|
1623 |
msgstr "Verplicht"
|
1624 |
|
1625 |
-
#: dashboard/publisher/adverts-generator.php:
|
1626 |
msgid "Banner image"
|
1627 |
msgstr "Banner afbeelding"
|
1628 |
|
1629 |
-
#: dashboard/publisher/adverts-generator.php:
|
1630 |
msgid "Select advert image"
|
1631 |
msgstr "Afbeelding van de advertentie selecteren"
|
1632 |
|
1633 |
-
#: dashboard/publisher/adverts-generator.php:
|
1634 |
msgid "Is your file not listed? Upload it to the banners folder using (s)FTP."
|
1635 |
msgstr ""
|
1636 |
"Staat jouw bestand er niet bij? Upload het naar de banners map met (s)FTP."
|
1637 |
|
1638 |
-
#: dashboard/publisher/adverts-generator.php:
|
1639 |
msgid "Target website"
|
1640 |
msgstr "Doelwebsite"
|
1641 |
|
1642 |
-
#: dashboard/publisher/adverts-generator.php:
|
1643 |
msgid "Where does the person clicking the advert go?"
|
1644 |
msgstr "Waar gaat de persoon die op de advertentie klikt naartoe?"
|
1645 |
|
1646 |
-
#: dashboard/publisher/adverts-generator.php:
|
1647 |
msgid "Viewports"
|
1648 |
msgstr "Poorten bekijken"
|
1649 |
|
1650 |
-
#: dashboard/publisher/adverts-generator.php:
|
1651 |
-
#: dashboard/publisher/groups-edit.php:
|
1652 |
#: dashboard/settings/notifications.php:48
|
1653 |
msgid "Available in AdRotate Pro"
|
1654 |
msgstr "Beschikbaar in AdRotate Pro"
|
1655 |
|
1656 |
-
#: dashboard/publisher/adverts-generator.php:
|
1657 |
msgid "Smaller Devices"
|
1658 |
msgstr "Kleinere apparaten"
|
1659 |
|
1660 |
-
#: dashboard/publisher/adverts-generator.php:
|
1661 |
-
#: dashboard/publisher/adverts-generator.php:
|
1662 |
-
#: dashboard/publisher/adverts-generator.php:
|
1663 |
msgid "No file selected"
|
1664 |
msgstr "Geen bestand geselecteerd"
|
1665 |
|
1666 |
-
#: dashboard/publisher/adverts-generator.php:
|
1667 |
msgid ""
|
1668 |
"Smaller smartphones and tablets with a viewport of up to 480px wide (up-to "
|
1669 |
"1440px resolution)."
|
@@ -1671,11 +1456,11 @@ msgstr ""
|
|
1671 |
"Kleinere smartphones en tablets met een viewport van maximaal 480px breed "
|
1672 |
"(up-to-1440px resolutie)."
|
1673 |
|
1674 |
-
#: dashboard/publisher/adverts-generator.php:
|
1675 |
msgid "Medium sized Devices"
|
1676 |
msgstr "Middelgrote apparaten"
|
1677 |
|
1678 |
-
#: dashboard/publisher/adverts-generator.php:
|
1679 |
msgid ""
|
1680 |
"Larger smartphones or Small tablets with a viewport of up to 960px wide (up-"
|
1681 |
"to 1536px resolution)."
|
@@ -1683,11 +1468,11 @@ msgstr ""
|
|
1683 |
"Grotere smartphones of kleine tablets met een viewport van maximaal 960px "
|
1684 |
"breed (tot 1536px resolutie)."
|
1685 |
|
1686 |
-
#: dashboard/publisher/adverts-generator.php:
|
1687 |
msgid "Larger Devices"
|
1688 |
msgstr "Grotere apparaten"
|
1689 |
|
1690 |
-
#: dashboard/publisher/adverts-generator.php:
|
1691 |
msgid ""
|
1692 |
"Small laptops and Larger tablets with a viewport of up to 1280px wide (up-to "
|
1693 |
"2048px resolution)."
|
@@ -1695,12 +1480,12 @@ msgstr ""
|
|
1695 |
"Kleine laptops en grotere tablets met een viewport van maximaal 1280px breed "
|
1696 |
"(up-to-2048px resolutie)."
|
1697 |
|
1698 |
-
#: dashboard/publisher/adverts-generator.php:
|
1699 |
#: dashboard/publisher/media.php:37
|
1700 |
msgid "Important:"
|
1701 |
msgstr "Let op:"
|
1702 |
|
1703 |
-
#: dashboard/publisher/adverts-generator.php:
|
1704 |
msgid ""
|
1705 |
"All sizes are optional, but it is highly recommended to use at least the "
|
1706 |
"small and medium size. Devices with viewports greater than 1280px will use "
|
@@ -1710,7 +1495,7 @@ msgstr ""
|
|
1710 |
"kleine en middelgrote te gebruiken. Apparaten met viewports groter dan "
|
1711 |
"1280px gebruiken de volledige banner."
|
1712 |
|
1713 |
-
#: dashboard/publisher/adverts-generator.php:
|
1714 |
msgid ""
|
1715 |
"Are your files not listed? Upload them via the AdRotate Media Manager. For "
|
1716 |
"your convenience, use easy to use filenames."
|
@@ -1718,36 +1503,36 @@ msgstr ""
|
|
1718 |
"Staat je bestand niet in de lijst? Upload ze via de AdRotate Media Manager. "
|
1719 |
"Gebruik voor het gemak eenvoudige bestandsnamen."
|
1720 |
|
1721 |
-
#: dashboard/publisher/adverts-generator.php:
|
1722 |
msgid "Optional"
|
1723 |
msgstr "Optioneel"
|
1724 |
|
1725 |
-
#: dashboard/publisher/adverts-generator.php:
|
1726 |
msgid "Target window"
|
1727 |
msgstr "Doelvenster"
|
1728 |
|
1729 |
-
#: dashboard/publisher/adverts-generator.php:
|
1730 |
msgid "Open the advert in a new window?"
|
1731 |
msgstr "De advertentie openen in een nieuw venster?"
|
1732 |
|
1733 |
-
#: dashboard/publisher/adverts-generator.php:
|
1734 |
msgid "(Recommended)"
|
1735 |
msgstr "(Aanbevolen)"
|
1736 |
|
1737 |
-
#: dashboard/publisher/adverts-generator.php:
|
1738 |
msgid "NoFollow"
|
1739 |
msgstr "Nofollow"
|
1740 |
|
1741 |
-
#: dashboard/publisher/adverts-generator.php:
|
1742 |
msgid "Tell crawlers and search engines not to follow the target website url?"
|
1743 |
msgstr "Vertel crawlers en zoekmachines niet om de doel website url te volgen?"
|
1744 |
|
1745 |
-
#: dashboard/publisher/adverts-generator.php:
|
1746 |
-
#: dashboard/publisher/adverts-generator.php:
|
1747 |
msgid "(Available in AdRotate Pro)"
|
1748 |
msgstr "(Beschikbaar in AdRotate Pro)"
|
1749 |
|
1750 |
-
#: dashboard/publisher/adverts-generator.php:
|
1751 |
msgid ""
|
1752 |
"Letting bots (Such as Googlebot) index paid links may negatively affect your "
|
1753 |
"SEO and PageRank."
|
@@ -1755,16 +1540,16 @@ msgstr ""
|
|
1755 |
"Het laten indexeren van betaalde links kan een negatieve invloed hebben op "
|
1756 |
"jouw SEO en PageRank."
|
1757 |
|
1758 |
-
#: dashboard/publisher/adverts-generator.php:
|
1759 |
msgid "Alt and Title"
|
1760 |
msgstr "Alt en titel"
|
1761 |
|
1762 |
-
#: dashboard/publisher/adverts-generator.php:
|
1763 |
msgid "Add an alt and title attribute based on the asset name?"
|
1764 |
msgstr ""
|
1765 |
"Een alt- en titelkenmerk toevoegen op basis van de naam van het actief?"
|
1766 |
|
1767 |
-
#: dashboard/publisher/adverts-generator.php:
|
1768 |
msgid ""
|
1769 |
"Some bots/crawlers use them as a descriptive measure to see what the code is "
|
1770 |
"about."
|
@@ -1772,7 +1557,7 @@ msgstr ""
|
|
1772 |
"Sommige bots / crawlers gebruiken ze als een beschrijvende maatregel om te "
|
1773 |
"zien waar de code over gaat."
|
1774 |
|
1775 |
-
#: dashboard/publisher/adverts-generator.php:
|
1776 |
msgid ""
|
1777 |
"To import a ready made advert, enter a advert hash from another AdRotate "
|
1778 |
"setup..."
|
@@ -1780,19 +1565,19 @@ msgstr ""
|
|
1780 |
"Als je een kant-en-klare advertentie wilt importeren, voert dan een "
|
1781 |
"advertentie hash in van een andere installatie van AdRotate..."
|
1782 |
|
1783 |
-
#: dashboard/publisher/adverts-generator.php:
|
1784 |
msgid "Generate and Configure Advert"
|
1785 |
msgstr "Advertentie genereren en configureren"
|
1786 |
|
1787 |
-
#: dashboard/publisher/adverts-generator.php:
|
1788 |
msgid "Always test your adverts before activating them."
|
1789 |
msgstr "Test je advertenties altijd voordat je ze activeert."
|
1790 |
|
1791 |
-
#: dashboard/publisher/adverts-generator.php:
|
1792 |
-
msgid "
|
1793 |
msgstr "Waarschuwing:"
|
1794 |
|
1795 |
-
#: dashboard/publisher/adverts-generator.php:
|
1796 |
msgid ""
|
1797 |
"While the Code Generator has been tested and works, code generation, as "
|
1798 |
"always, is a interpretation of user input. If you provide the correct bits "
|
@@ -1805,11 +1590,11 @@ msgstr ""
|
|
1805 |
"velden leeg laat staan of de verkeerde informatie invoegt, komt u "
|
1806 |
"waarschijnlijk met een kapotte advertentie terecht."
|
1807 |
|
1808 |
-
#: dashboard/publisher/adverts-generator.php:
|
1809 |
msgid "NOTE:"
|
1810 |
msgstr "OPMERKING:"
|
1811 |
|
1812 |
-
#: dashboard/publisher/adverts-generator.php:
|
1813 |
msgid "If you insert an Advert Hash, all other fields are ignored."
|
1814 |
msgstr ""
|
1815 |
"Als je een advertentie hash invuld, worden alle andere velden genegeerd."
|
@@ -1961,16 +1746,12 @@ msgstr ""
|
|
1961 |
"advertenties te tellen."
|
1962 |
|
1963 |
#: dashboard/publisher/groups-edit.php:155
|
1964 |
-
#: dashboard/publisher/groups-edit.php:
|
1965 |
msgid "Get access to all features in AdRotate Pro."
|
1966 |
msgstr "Krijg toegang tot alle functies in AdRotate Pro."
|
1967 |
|
1968 |
-
#: dashboard/publisher/groups-edit.php:155
|
1969 |
-
msgid "Upgrade today"
|
1970 |
-
msgstr "Upgrade vandaag"
|
1971 |
-
|
1972 |
#: dashboard/publisher/groups-edit.php:162
|
1973 |
-
#: dashboard/publisher/groups-edit.php:
|
1974 |
msgid ""
|
1975 |
"Drag the AdRotate widget to the sidebar you want it in, select \"Group of "
|
1976 |
"Adverts\" and enter ID"
|
@@ -1979,11 +1760,15 @@ msgstr ""
|
|
1979 |
"selecteer de “Advertentie groep\" en voer een ID in"
|
1980 |
|
1981 |
#: dashboard/publisher/groups-edit.php:174
|
1982 |
-
#: dashboard/publisher/groups-edit.php:
|
1983 |
-
#: dashboard/publisher/groups-edit.php:
|
1984 |
msgid "Save Group"
|
1985 |
msgstr "Groep opslaan"
|
1986 |
|
|
|
|
|
|
|
|
|
1987 |
#: dashboard/publisher/groups-edit.php:182
|
1988 |
msgid "Advert Margin"
|
1989 |
msgstr "Advertentiemarge"
|
@@ -2060,7 +1845,7 @@ msgstr ""
|
|
2060 |
msgid "Fallback Group"
|
2061 |
msgstr "Fallback-groep"
|
2062 |
|
2063 |
-
#: dashboard/publisher/groups-edit.php:
|
2064 |
msgid ""
|
2065 |
"Select another group to fall back on when all adverts are expired, not in "
|
2066 |
"the visitors geographic area or are otherwise unavailable."
|
@@ -2069,134 +1854,138 @@ msgstr ""
|
|
2069 |
"advertenties zijn verlopen, niet in het geografische gebied van bezoekers of "
|
2070 |
"anderszins niet beschikbaar zijn."
|
2071 |
|
2072 |
-
#: dashboard/publisher/groups-edit.php:
|
2073 |
-
#: dashboard/publisher/groups-edit.php:
|
2074 |
#: dashboard/settings/geotargeting.php:24
|
2075 |
msgid "Disabled"
|
2076 |
msgstr "Uitgeschakeld"
|
2077 |
|
2078 |
-
#: dashboard/publisher/groups-edit.php:
|
2079 |
-
#: dashboard/publisher/groups-edit.php:
|
2080 |
msgid "Widget (Pro only)"
|
2081 |
msgstr "Widget (alleen Pro)"
|
2082 |
|
2083 |
-
#: dashboard/publisher/groups-edit.php:
|
2084 |
-
#: dashboard/publisher/groups-edit.php:
|
2085 |
msgid "Before content"
|
2086 |
msgstr "Voor de inhoud"
|
2087 |
|
2088 |
-
#: dashboard/publisher/groups-edit.php:
|
2089 |
-
#: dashboard/publisher/groups-edit.php:
|
2090 |
msgid "After content"
|
2091 |
msgstr "Na inhoud (content)"
|
2092 |
|
2093 |
-
#: dashboard/publisher/groups-edit.php:
|
2094 |
-
#: dashboard/publisher/groups-edit.php:
|
2095 |
msgid "Before and after content"
|
2096 |
msgstr "Voor en na de inhoud"
|
2097 |
|
2098 |
-
#: dashboard/publisher/groups-edit.php:
|
2099 |
-
#: dashboard/publisher/groups-edit.php:
|
2100 |
msgid "Inside the content..."
|
2101 |
msgstr "Binnen de inhoud..."
|
2102 |
|
2103 |
-
#: dashboard/publisher/groups-edit.php:
|
2104 |
-
#: dashboard/publisher/groups-edit.php:
|
2105 |
msgid "after the middle paragraph"
|
2106 |
msgstr "na de middelste alinea"
|
2107 |
|
2108 |
-
#: dashboard/publisher/groups-edit.php:
|
2109 |
-
#: dashboard/publisher/groups-edit.php:
|
2110 |
msgid "after the 1st paragraph"
|
2111 |
msgstr "na de 1e alinea"
|
2112 |
|
2113 |
-
#: dashboard/publisher/groups-edit.php:
|
2114 |
-
#: dashboard/publisher/groups-edit.php:
|
2115 |
msgid "after the 2nd paragraph"
|
2116 |
msgstr "na de 2e alinea"
|
2117 |
|
2118 |
-
#: dashboard/publisher/groups-edit.php:
|
2119 |
-
#: dashboard/publisher/groups-edit.php:
|
2120 |
msgid "after the 3rd paragraph"
|
2121 |
msgstr "na de 3e alinea"
|
2122 |
|
2123 |
-
#: dashboard/publisher/groups-edit.php:
|
2124 |
-
#: dashboard/publisher/groups-edit.php:
|
2125 |
msgid "after the 4th paragraph"
|
2126 |
msgstr "na de 4e alinea"
|
2127 |
|
2128 |
-
#: dashboard/publisher/groups-edit.php:
|
2129 |
-
#: dashboard/publisher/groups-edit.php:
|
2130 |
msgid "after the 5th paragraph"
|
2131 |
msgstr "na de 5e alinea"
|
2132 |
|
2133 |
-
#: dashboard/publisher/groups-edit.php:
|
2134 |
-
#: dashboard/publisher/groups-edit.php:
|
2135 |
msgid "after the 6th paragraph"
|
2136 |
msgstr "na de 6e alinea"
|
2137 |
|
2138 |
-
#: dashboard/publisher/groups-edit.php:
|
2139 |
-
#: dashboard/publisher/groups-edit.php:
|
2140 |
msgid "after the 7th paragraph"
|
2141 |
msgstr "na de 7e alinea"
|
2142 |
|
2143 |
-
#: dashboard/publisher/groups-edit.php:
|
2144 |
-
#: dashboard/publisher/groups-edit.php:
|
2145 |
msgid "after the 8th paragraph"
|
2146 |
msgstr "na de 8e alinea"
|
2147 |
|
2148 |
-
#: dashboard/publisher/groups-edit.php:
|
2149 |
msgid "Page Injection"
|
2150 |
msgstr "Pagina-injectie"
|
2151 |
|
2152 |
-
#: dashboard/publisher/groups-edit.php:
|
2153 |
msgid "Wrapper code"
|
2154 |
msgstr "Wrapper-code"
|
2155 |
|
2156 |
-
#: dashboard/publisher/groups-edit.php:
|
2157 |
msgid "Wraps around each advert. HTML/JavaScript allowed, use with care!"
|
2158 |
msgstr ""
|
2159 |
"Wraps rond elke advertentie. HTML/JavaScript toegestaan, gebruik met zorg!"
|
2160 |
|
2161 |
-
#: dashboard/publisher/groups-edit.php:
|
2162 |
msgid "Before advert"
|
2163 |
msgstr "Voor de advertentie"
|
2164 |
|
2165 |
-
#: dashboard/publisher/groups-edit.php:
|
2166 |
-
#: dashboard/publisher/groups-edit.php:
|
2167 |
msgid "Example:"
|
2168 |
msgstr "Voorbeeld:"
|
2169 |
|
2170 |
-
#: dashboard/publisher/groups-edit.php:
|
2171 |
msgid "Options:"
|
2172 |
msgstr "Opties:"
|
2173 |
|
2174 |
-
#: dashboard/publisher/groups-edit.php:
|
2175 |
msgid "After advert"
|
2176 |
msgstr "Na advertentie"
|
2177 |
|
2178 |
-
#: dashboard/publisher/groups-edit.php:
|
2179 |
msgid "Select adverts"
|
2180 |
msgstr "Advertenties selecteren"
|
2181 |
|
2182 |
-
#: dashboard/publisher/groups-edit.php:
|
2183 |
msgid "Visible until"
|
2184 |
msgstr "Zichtbaar tot"
|
2185 |
|
2186 |
-
#: dashboard/publisher/groups-edit.php:
|
|
|
|
|
|
|
|
|
2187 |
msgid "No adverts created!"
|
2188 |
msgstr "Geen advertenties gemaakt!"
|
2189 |
|
2190 |
-
#: dashboard/publisher/groups-edit.php:
|
2191 |
msgid "Configuration errors."
|
2192 |
msgstr "Configuratiefouten."
|
2193 |
|
2194 |
-
#: dashboard/publisher/groups-edit.php:
|
2195 |
#: dashboard/publisher/schedules-main.php:87
|
2196 |
msgid "Expires soon."
|
2197 |
msgstr "Verloopt binnenkort."
|
2198 |
|
2199 |
-
#: dashboard/publisher/groups-edit.php:
|
2200 |
#: dashboard/publisher/schedules-main.php:88
|
2201 |
msgid "Has expired."
|
2202 |
msgstr "Is verlopen."
|
@@ -3476,6 +3265,175 @@ msgstr "Hulp vragen"
|
|
3476 |
msgid "Premium Support is available in AdRotate Pro!"
|
3477 |
msgstr "Premium Support is beschikbaar in AdRotate Pro!"
|
3478 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3479 |
#~ msgid "AdRotate Professional"
|
3480 |
#~ msgstr "AdRotate Professional"
|
3481 |
|
@@ -4718,12 +4676,6 @@ msgstr "Premium Support is beschikbaar in AdRotate Pro!"
|
|
4718 |
#~ "Deze advertentie is afgewezen door het personeel. Pas de advertentie aan "
|
4719 |
#~ "om aan de eisen te voldoen!"
|
4720 |
|
4721 |
-
#~ msgid "The advert will expire in less than 2 days!"
|
4722 |
-
#~ msgstr "De advertentie vervalt binnen 2 dagen!"
|
4723 |
-
|
4724 |
-
#~ msgid "This advert will expire in less than 7 days!"
|
4725 |
-
#~ msgstr "Deze advertentie vervalt in minder dan 7 dagen!"
|
4726 |
-
|
4727 |
#~ msgid "This advert has been archived and can not be activated anymore!"
|
4728 |
#~ msgstr ""
|
4729 |
#~ "Deze advertentie is gearchiveerd en kan niet meer geactiveerd worden!"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: AdRotate\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2021-05-19 12:19-0500\n"
|
6 |
+
"PO-Revision-Date: 2021-05-19 12:22-0500\n"
|
7 |
"Last-Translator: Arnan de Gans <support@ajdg.solutions>\n"
|
8 |
"Language-Team: Arnan de Gans\n"
|
9 |
"Language: nl\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
+
"X-Generator: Poedit 2.4.2\n"
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
#: adrotate-functions.php:784
|
21 |
+
msgid "Advert saved"
|
22 |
msgstr "Advertentie opgeslagen"
|
23 |
|
24 |
#: adrotate-functions.php:788
|
50 |
"ervoor dat de permissies in orde zijn."
|
51 |
|
52 |
#: adrotate-functions.php:812
|
53 |
+
msgid "Advert(s) statistics reset"
|
54 |
+
msgstr "Advertentie(s) statistieken gereset"
|
55 |
|
56 |
#: adrotate-functions.php:816
|
57 |
+
msgid "Advert(s) renewed"
|
58 |
msgstr "Advertentie(s) vernieuwd"
|
59 |
|
60 |
#: adrotate-functions.php:820
|
61 |
+
msgid "Advert(s) deactivated"
|
62 |
+
msgstr "Advertentie(s) gedeactiveerd"
|
63 |
|
64 |
#: adrotate-functions.php:824
|
65 |
+
msgid "Advert(s) activated"
|
66 |
+
msgstr "Advertentie(s) geactiveerd"
|
67 |
|
68 |
#: adrotate-functions.php:828
|
69 |
+
msgid "Group including the Adverts in it deleted"
|
70 |
msgstr "Groep inclusief advertenties verwijderd"
|
71 |
|
72 |
#: adrotate-functions.php:832
|
76 |
#: adrotate-functions.php:836
|
77 |
msgid ""
|
78 |
"Advert HTML generated and placed in the AdCode field. Configure your advert "
|
79 |
+
"below. Do not forget to check all settings and schedule the advert."
|
80 |
msgstr ""
|
81 |
+
"Advertentie-HTML gegenereerd en geplaatst in het veld AdCode. Configureer uw "
|
82 |
+
"advertentie hieronder. Vergeet niet om alle instellingen te controleren en "
|
83 |
+
"de advertentie te plannen."
|
84 |
|
85 |
#: adrotate-functions.php:841
|
86 |
msgid "Settings saved"
|
95 |
msgstr "Database is hersteld"
|
96 |
|
97 |
#: adrotate-functions.php:853
|
98 |
+
msgid "Adverts evaluated and statuses have been corrected where required"
|
99 |
+
msgstr "Advertenties geëvalueerd en statussen zijn waar nodig gecorrigeerd"
|
100 |
|
101 |
#: adrotate-functions.php:857
|
102 |
msgid "Cleanup complete"
|
108 |
|
109 |
#: adrotate-functions.php:866
|
110 |
msgid ""
|
111 |
+
"The advert was saved but has an issue which might prevent it from working "
|
112 |
+
"properly. Review the colored advert."
|
113 |
msgstr ""
|
114 |
+
"De advertentie is opgeslagen, maar heeft een probleem waardoor het mogelijk "
|
115 |
+
"niet goed werkt. Bekijk de gekleurde advertentie."
|
116 |
|
117 |
#: adrotate-functions.php:870
|
118 |
msgid "No data found in selected time period"
|
128 |
msgstr "Formulier kan niet (gedeeltelijk) leeg zijn!"
|
129 |
|
130 |
#: adrotate-functions.php:882
|
131 |
+
msgid "No adverts found."
|
132 |
msgstr "Geen advertenties gevonden."
|
133 |
|
134 |
#: adrotate-functions.php:886
|
183 |
|
184 |
#: adrotate-output.php:562
|
185 |
msgid ""
|
186 |
+
"Error, Advert is not available at this time due to schedule/geolocation "
|
187 |
"restrictions!"
|
188 |
msgstr ""
|
189 |
"Fout, Ad is op dit moment niet beschikbaar vanwege schema/geolocatie "
|
198 |
"advertenties beschikbaar voor deze locatie!"
|
199 |
|
200 |
#: adrotate-output.php:572
|
201 |
+
msgid "Error, no Advert ID set! Check your syntax!"
|
202 |
msgstr "Fout, geen Ad-ID ingesteld! Controleer de code!"
|
203 |
|
204 |
#: adrotate-output.php:578
|
395 |
msgstr ""
|
396 |
"Krijg toegang tot premium ondersteuning en gratis updates voor een jaar!"
|
397 |
|
398 |
+
#: adrotate-output.php:851 dashboard/publisher/groups-edit.php:155
|
399 |
+
msgid "Upgrade today"
|
400 |
+
msgstr "Upgrade vandaag"
|
401 |
|
402 |
#: adrotate-statistics.php:155
|
403 |
msgid "January"
|
536 |
msgstr "Beheer Media"
|
537 |
|
538 |
#: adrotate.php:111 adrotate.php:522 dashboard/adrotatepro.php:98
|
539 |
+
#: dashboard/publisher/adverts-edit.php:174
|
540 |
#: dashboard/publisher/statistics-main.php:23
|
541 |
#: dashboard/settings/statistics.php:17
|
542 |
msgid "Statistics"
|
563 |
msgstr "Beheren"
|
564 |
|
565 |
#: adrotate.php:257
|
566 |
+
msgid "Advert Generator"
|
567 |
+
msgstr "Advertentie Generator"
|
568 |
|
569 |
+
#: adrotate.php:258 dashboard/publisher/adverts-edit.php:104
|
570 |
+
msgid "New Advert"
|
571 |
+
msgstr "Nieuwe advertentie"
|
572 |
+
|
573 |
+
#: adrotate.php:328
|
574 |
msgid "Add New"
|
575 |
msgstr "Nieuw"
|
576 |
|
606 |
msgid "Notifications"
|
607 |
msgstr "Meldingen"
|
608 |
|
609 |
+
#: adrotate.php:523 dashboard/publisher/groups-edit.php:205
|
|
|
610 |
#: dashboard/settings/advertisers.php:38
|
611 |
msgid "Geo Targeting"
|
612 |
msgstr "Geo-targeting"
|
772 |
msgid "Adverts that need you"
|
773 |
msgstr "Controleer advertenties"
|
774 |
|
775 |
+
#: dashboard/info.php:34 dashboard/publisher/adverts-edit.php:261
|
776 |
#: dashboard/publisher/groups-main.php:34
|
777 |
#: dashboard/publisher/schedules-main.php:34
|
778 |
#: dashboard/publisher/statistics-main.php:35
|
852 |
msgstr "Bulk acties"
|
853 |
|
854 |
#: dashboard/publisher/adverts-disabled.php:21
|
855 |
+
#: dashboard/publisher/adverts-edit.php:182
|
856 |
msgid "Activate"
|
857 |
msgstr "Activeren"
|
858 |
|
878 |
msgstr "Ga"
|
879 |
|
880 |
#: dashboard/publisher/adverts-disabled.php:35
|
881 |
+
#: dashboard/publisher/adverts-edit.php:259
|
882 |
#: dashboard/publisher/adverts-error.php:39
|
883 |
#: dashboard/publisher/adverts-main.php:39
|
884 |
+
#: dashboard/publisher/groups-edit.php:350
|
885 |
#: dashboard/publisher/groups-main.php:32
|
886 |
#: dashboard/publisher/schedules-main.php:31
|
887 |
msgid "ID"
|
896 |
|
897 |
#: dashboard/publisher/adverts-disabled.php:37
|
898 |
#: dashboard/publisher/adverts-edit.php:112
|
899 |
+
#: dashboard/publisher/adverts-edit.php:260
|
900 |
#: dashboard/publisher/adverts-error.php:40
|
901 |
#: dashboard/publisher/adverts-main.php:41
|
902 |
#: dashboard/publisher/groups-edit.php:65
|
903 |
+
#: dashboard/publisher/groups-edit.php:351
|
904 |
#: dashboard/publisher/groups-main.php:33 dashboard/publisher/media.php:48
|
905 |
#: dashboard/publisher/schedules-main.php:33
|
906 |
msgid "Name"
|
908 |
|
909 |
#: dashboard/publisher/adverts-disabled.php:39
|
910 |
#: dashboard/publisher/adverts-main.php:43
|
911 |
+
#: dashboard/publisher/groups-edit.php:355
|
912 |
#: dashboard/publisher/groups-main.php:36
|
913 |
msgid "Shown"
|
914 |
msgstr "Getoonde"
|
915 |
|
916 |
#: dashboard/publisher/adverts-disabled.php:40
|
917 |
#: dashboard/publisher/adverts-main.php:45
|
918 |
+
#: dashboard/publisher/groups-edit.php:356
|
919 |
#: dashboard/publisher/groups-main.php:38
|
920 |
#: dashboard/publisher/statistics-advert.php:52
|
921 |
#: dashboard/publisher/statistics-advert.php:58
|
1005 |
|
1006 |
#: dashboard/publisher/adverts-edit.php:67
|
1007 |
msgid ""
|
1008 |
+
"AdRotate cannot find an error but the advert is marked erroneous, try re-"
|
1009 |
+
"saving the ad!"
|
1010 |
msgstr ""
|
1011 |
+
"AdRotate kan geen fout vinden, maar de advertentie is onjuist gemarkeerd, "
|
1012 |
+
"probeer de advertentie opnieuw op te slaan!"
|
1013 |
|
1014 |
#: dashboard/publisher/adverts-edit.php:70
|
1015 |
+
msgid "This advert is expired and currently not shown on your website!"
|
1016 |
msgstr ""
|
1017 |
+
"Deze advertentie is verlopen en momenteel niet weergegeven op uw website!"
|
1018 |
|
1019 |
#: dashboard/publisher/adverts-edit.php:73
|
1020 |
+
msgid "The advert will expire in less than 2 days!"
|
1021 |
+
msgstr "De advertentie vervalt binnen 2 dagen!"
|
1022 |
|
1023 |
#: dashboard/publisher/adverts-edit.php:76
|
1024 |
+
msgid "This advert will expire in less than 7 days!"
|
1025 |
+
msgstr "Deze advertentie vervalt in minder dan 7 dagen!"
|
1026 |
|
1027 |
#: dashboard/publisher/adverts-edit.php:79
|
1028 |
+
msgid "This advert has been disabled and does not rotate on your site!"
|
1029 |
+
msgstr "Deze advertentie is uitgeschakeld en is niet zichtbaar op de site!"
|
|
|
|
|
|
|
|
|
1030 |
|
1031 |
#: dashboard/publisher/adverts-edit.php:106
|
1032 |
msgid "Edit Advert"
|
1108 |
msgid "Banner asset"
|
1109 |
msgstr "Banner Asset"
|
1110 |
|
1111 |
+
#: dashboard/publisher/adverts-edit.php:155
|
1112 |
msgid "WordPress media:"
|
1113 |
msgstr "WordPress media:"
|
1114 |
|
1115 |
+
#: dashboard/publisher/adverts-edit.php:155
|
1116 |
msgid "Select Banner"
|
1117 |
msgstr "Selecteer banner"
|
1118 |
|
1119 |
+
#: dashboard/publisher/adverts-edit.php:157
|
1120 |
msgid "- OR -"
|
1121 |
msgstr "- Of -"
|
1122 |
|
1123 |
+
#: dashboard/publisher/adverts-edit.php:158
|
1124 |
msgid "Banner folder:"
|
1125 |
msgstr "Banner map:"
|
1126 |
|
1127 |
+
#: dashboard/publisher/adverts-edit.php:159
|
1128 |
msgid "No image selected"
|
1129 |
msgstr "Geen afbeelding geselecteerd"
|
1130 |
|
1131 |
+
#: dashboard/publisher/adverts-edit.php:169
|
1132 |
msgid "Use %asset% in the adcode instead of the file path."
|
1133 |
msgstr "Gebruik %asset% in de adcode in plaats van het bestandspad."
|
1134 |
|
1135 |
+
#: dashboard/publisher/adverts-edit.php:169
|
1136 |
msgid ""
|
1137 |
"Use either the text field or the dropdown. If the textfield has content that "
|
1138 |
"field has priority."
|
1140 |
"Gebruik het tekstveld of de vervolgkeuzelijst. Als het tekstveld inhoud "
|
1141 |
"heeft, heeft dat veld prioriteit."
|
1142 |
|
1143 |
+
#: dashboard/publisher/adverts-edit.php:176
|
1144 |
msgid "Enable click and impression tracking for this advert."
|
1145 |
msgstr ""
|
1146 |
"Schakel het bijhouden van klikken en vertoningen in voor deze advertentie."
|
1147 |
|
1148 |
+
#: dashboard/publisher/adverts-edit.php:177
|
1149 |
msgid ""
|
1150 |
"Note: Clicktracking does not work for Javascript adverts such as those "
|
1151 |
"provided by Google AdSense/DFP/DoubleClick. HTML5/Flash adverts are not "
|
1155 |
"van Google AdSense/DFP/DoubleClick. HTML5/Flash-advertenties worden niet "
|
1156 |
"altijd ondersteund."
|
1157 |
|
1158 |
+
#: dashboard/publisher/adverts-edit.php:185
|
1159 |
msgid "Enabled, this ad will be visible"
|
1160 |
msgstr "Actief, deze advertentie wordt getoond"
|
1161 |
|
1162 |
+
#: dashboard/publisher/adverts-edit.php:186
|
1163 |
msgid "Disabled, do not show this advert anywhere"
|
1164 |
msgstr "Inactief, laat deze advertentie nergens zien"
|
1165 |
|
1166 |
+
#: dashboard/publisher/adverts-edit.php:192
|
1167 |
+
msgid ""
|
1168 |
+
"Target your audience with Geo Targeting and easily select which devices and "
|
1169 |
+
"mobile operating systems the advert should show on with AdRotate Pro!"
|
1170 |
+
msgstr ""
|
1171 |
+
"Target uw doelgroep met Geo Targeting en selecteer eenvoudig op welke "
|
1172 |
+
"apparaten en mobiele besturingssystemen de advertentie moet worden "
|
1173 |
+
"weergegeven met AdRotate Pro!"
|
1174 |
|
1175 |
+
#: dashboard/publisher/adverts-edit.php:192
|
1176 |
+
#: dashboard/publisher/adverts-edit.php:230
|
1177 |
+
#: dashboard/publisher/groups-edit.php:227
|
|
|
|
|
1178 |
#: dashboard/publisher/statistics-advert.php:109
|
1179 |
#: dashboard/publisher/statistics-group.php:113
|
1180 |
#: dashboard/publisher/statistics-main.php:83
|
1181 |
msgid "Upgrade now"
|
1182 |
msgstr "Nu bijwerken"
|
1183 |
|
1184 |
+
#: dashboard/publisher/adverts-edit.php:194
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1185 |
msgid "Schedule your advert"
|
1186 |
msgstr "Plan jouw advertentie"
|
1187 |
|
1188 |
+
#: dashboard/publisher/adverts-edit.php:195
|
1189 |
msgid ""
|
1190 |
"Time uses a 24 hour clock. When you're used to the AM/PM system keep this in "
|
1191 |
"mind: If the start or end time is after lunch, add 12 hours. 2PM is 14:00 "
|
1195 |
"systeem, houdt u dit in gedachten: Als de begin- of eindtijd na de lunch is, "
|
1196 |
"voegt u 12 uur toe. 14.00 uur is 14:00 uur. 6am is 6:00 uur."
|
1197 |
|
1198 |
+
#: dashboard/publisher/adverts-edit.php:199
|
1199 |
msgid "Start date"
|
1200 |
msgstr "Startdatum"
|
1201 |
|
1202 |
+
#: dashboard/publisher/adverts-edit.php:203
|
1203 |
msgid "End date"
|
1204 |
msgstr "Einddatum"
|
1205 |
|
1206 |
+
#: dashboard/publisher/adverts-edit.php:209
|
1207 |
msgid "Start time"
|
1208 |
msgstr "Starttijd"
|
1209 |
|
1210 |
+
#: dashboard/publisher/adverts-edit.php:214
|
1211 |
msgid "End time"
|
1212 |
msgstr "Eindtijd"
|
1213 |
|
1214 |
+
#: dashboard/publisher/adverts-edit.php:222
|
1215 |
msgid "Maximum Clicks"
|
1216 |
msgstr "Maximale klikken"
|
1217 |
|
1218 |
+
#: dashboard/publisher/adverts-edit.php:223
|
1219 |
+
#: dashboard/publisher/adverts-edit.php:225
|
1220 |
msgid "Leave empty or 0 to skip this."
|
1221 |
msgstr "Laat leeg of 0 om dit over te slaan."
|
1222 |
|
1223 |
+
#: dashboard/publisher/adverts-edit.php:224
|
1224 |
msgid "Maximum Impressions"
|
1225 |
msgstr "Maximale vertoningen"
|
1226 |
|
1227 |
+
#: dashboard/publisher/adverts-edit.php:230
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1228 |
msgid ""
|
1229 |
+
"Plan ahead and create multiple and more advanced schedules for each advert "
|
1230 |
+
"with AdRotate Pro."
|
1231 |
msgstr ""
|
1232 |
+
"Plan vooruit en maak meerdere en geavanceerdere schema's voor elke "
|
1233 |
+
"advertentie met AdRotate Pro."
|
1234 |
|
1235 |
+
#: dashboard/publisher/adverts-edit.php:232
|
1236 |
+
#: dashboard/publisher/groups-edit.php:157
|
1237 |
+
#: dashboard/publisher/groups-edit.php:302
|
1238 |
+
msgid "Usage"
|
1239 |
+
msgstr "Gebruik"
|
1240 |
|
1241 |
+
#: dashboard/publisher/adverts-edit.php:236
|
1242 |
+
#: dashboard/publisher/groups-edit.php:161
|
1243 |
+
#: dashboard/publisher/groups-edit.php:306
|
1244 |
+
msgid "Widget"
|
1245 |
+
msgstr "Widget"
|
1246 |
|
1247 |
+
#: dashboard/publisher/adverts-edit.php:237
|
|
|
1248 |
msgid ""
|
1249 |
+
"Drag the AdRotate widget to the sidebar where you want to place the advert "
|
1250 |
+
"and select the advert or the group the advert is in."
|
1251 |
msgstr ""
|
1252 |
+
"In het dashboard Uiterlijk > Widgets. Sleep het object AdRotate naar de "
|
1253 |
+
"zijbalk waar u de advertentie wilt plaatsen en selecteer de advertentie of "
|
1254 |
+
"de groep waarin de advertentie zich bevindt."
|
|
|
|
|
|
|
1255 |
|
1256 |
+
#: dashboard/publisher/adverts-edit.php:240
|
1257 |
+
#: dashboard/publisher/groups-edit.php:165
|
1258 |
+
#: dashboard/publisher/groups-edit.php:310
|
1259 |
+
msgid "In a post or page"
|
1260 |
+
msgstr "In een bericht of pagina"
|
1261 |
|
1262 |
+
#: dashboard/publisher/adverts-edit.php:242
|
1263 |
+
#: dashboard/publisher/groups-edit.php:167
|
1264 |
+
#: dashboard/publisher/groups-edit.php:312
|
1265 |
+
msgid "Directly in a theme"
|
1266 |
+
msgstr "Direct in een thema"
|
1267 |
|
1268 |
+
#: dashboard/publisher/adverts-edit.php:249
|
1269 |
+
#: dashboard/publisher/adverts-edit.php:292
|
1270 |
+
msgid "Save Advert"
|
1271 |
+
msgstr "Advertentie opslaan"
|
1272 |
|
1273 |
+
#: dashboard/publisher/adverts-edit.php:250
|
1274 |
+
#: dashboard/publisher/adverts-edit.php:293
|
1275 |
+
#: dashboard/publisher/adverts-generator.php:148
|
1276 |
+
#: dashboard/publisher/groups-edit.php:175
|
1277 |
+
#: dashboard/publisher/groups-edit.php:320
|
1278 |
+
#: dashboard/publisher/groups-edit.php:414
|
1279 |
+
msgid "Cancel"
|
1280 |
+
msgstr "Annuleren"
|
1281 |
|
1282 |
+
#: dashboard/publisher/adverts-edit.php:254
|
1283 |
msgid "Select Groups"
|
1284 |
msgstr "Groepen selecteren"
|
1285 |
|
1286 |
+
#: dashboard/publisher/adverts-edit.php:270
|
1287 |
#: dashboard/publisher/groups-main.php:60
|
1288 |
#: dashboard/settings/geotargeting.php:54 dashboard/settings/statistics.php:25
|
1289 |
msgid "Default"
|
1290 |
msgstr "Standaard"
|
1291 |
|
1292 |
+
#: dashboard/publisher/adverts-edit.php:271
|
1293 |
#: dashboard/publisher/groups-main.php:61
|
1294 |
msgid "Dynamic"
|
1295 |
msgstr "Dynamisch"
|
1296 |
|
1297 |
+
#: dashboard/publisher/adverts-edit.php:271
|
1298 |
#: dashboard/publisher/groups-main.php:61
|
1299 |
msgid "second rotation"
|
1300 |
msgstr "tweede rotatie"
|
1301 |
|
1302 |
+
#: dashboard/publisher/adverts-edit.php:272
|
1303 |
#: dashboard/publisher/groups-main.php:62
|
1304 |
msgid "Block"
|
1305 |
msgstr "Blok"
|
1306 |
|
1307 |
+
#: dashboard/publisher/adverts-edit.php:272
|
1308 |
#: dashboard/publisher/groups-main.php:62
|
1309 |
msgid "grid"
|
1310 |
msgstr "rooster"
|
1311 |
|
1312 |
+
#: dashboard/publisher/adverts-edit.php:273
|
1313 |
+
#: dashboard/publisher/groups-edit.php:234
|
1314 |
#: dashboard/publisher/groups-main.php:63
|
1315 |
msgid "Post Injection"
|
1316 |
msgstr "Na injectie"
|
1317 |
|
1318 |
+
#: dashboard/publisher/adverts-edit.php:274
|
1319 |
msgid "Geolocation"
|
1320 |
msgstr "Geolocatie"
|
1321 |
|
1322 |
+
#: dashboard/publisher/adverts-edit.php:281
|
1323 |
#: dashboard/publisher/groups-edit.php:74
|
1324 |
#: dashboard/publisher/groups-main.php:70
|
1325 |
msgid "Mode"
|
1326 |
msgstr "Modus"
|
1327 |
|
1328 |
+
#: dashboard/publisher/adverts-edit.php:298
|
1329 |
+
#: dashboard/publisher/adverts-generator.php:131
|
1330 |
msgid "Portability"
|
1331 |
msgstr "Mobiliteit"
|
1332 |
|
1333 |
+
#: dashboard/publisher/adverts-edit.php:299
|
1334 |
msgid ""
|
1335 |
"This long code is your advert. It includes all settings from above except "
|
1336 |
"the schedule and group selection. You can import this hash into another "
|
1347 |
"kunt de hash in het veld ‘Advert Hash', plakken in de advertentie generator "
|
1348 |
"van een andere installatie van AdRotate."
|
1349 |
|
1350 |
+
#: dashboard/publisher/adverts-edit.php:303
|
1351 |
+
#: dashboard/publisher/adverts-generator.php:137
|
1352 |
msgid "Advert hash"
|
1353 |
msgstr "Advertentie hash"
|
1354 |
|
1403 |
msgid "Generate Advert Code"
|
1404 |
msgstr "Advertentiecode genereren"
|
1405 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1406 |
#: dashboard/publisher/adverts-generator.php:41
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1407 |
msgid "Required"
|
1408 |
msgstr "Verplicht"
|
1409 |
|
1410 |
+
#: dashboard/publisher/adverts-generator.php:47
|
1411 |
msgid "Banner image"
|
1412 |
msgstr "Banner afbeelding"
|
1413 |
|
1414 |
+
#: dashboard/publisher/adverts-generator.php:50
|
1415 |
msgid "Select advert image"
|
1416 |
msgstr "Afbeelding van de advertentie selecteren"
|
1417 |
|
1418 |
+
#: dashboard/publisher/adverts-generator.php:56
|
1419 |
msgid "Is your file not listed? Upload it to the banners folder using (s)FTP."
|
1420 |
msgstr ""
|
1421 |
"Staat jouw bestand er niet bij? Upload het naar de banners map met (s)FTP."
|
1422 |
|
1423 |
+
#: dashboard/publisher/adverts-generator.php:60
|
1424 |
msgid "Target website"
|
1425 |
msgstr "Doelwebsite"
|
1426 |
|
1427 |
+
#: dashboard/publisher/adverts-generator.php:62
|
1428 |
msgid "Where does the person clicking the advert go?"
|
1429 |
msgstr "Waar gaat de persoon die op de advertentie klikt naartoe?"
|
1430 |
|
1431 |
+
#: dashboard/publisher/adverts-generator.php:69
|
1432 |
msgid "Viewports"
|
1433 |
msgstr "Poorten bekijken"
|
1434 |
|
1435 |
+
#: dashboard/publisher/adverts-generator.php:69
|
1436 |
+
#: dashboard/publisher/groups-edit.php:218
|
1437 |
#: dashboard/settings/notifications.php:48
|
1438 |
msgid "Available in AdRotate Pro"
|
1439 |
msgstr "Beschikbaar in AdRotate Pro"
|
1440 |
|
1441 |
+
#: dashboard/publisher/adverts-generator.php:75
|
1442 |
msgid "Smaller Devices"
|
1443 |
msgstr "Kleinere apparaten"
|
1444 |
|
1445 |
+
#: dashboard/publisher/adverts-generator.php:78
|
1446 |
+
#: dashboard/publisher/adverts-generator.php:86
|
1447 |
+
#: dashboard/publisher/adverts-generator.php:94
|
1448 |
msgid "No file selected"
|
1449 |
msgstr "Geen bestand geselecteerd"
|
1450 |
|
1451 |
+
#: dashboard/publisher/adverts-generator.php:79
|
1452 |
msgid ""
|
1453 |
"Smaller smartphones and tablets with a viewport of up to 480px wide (up-to "
|
1454 |
"1440px resolution)."
|
1456 |
"Kleinere smartphones en tablets met een viewport van maximaal 480px breed "
|
1457 |
"(up-to-1440px resolutie)."
|
1458 |
|
1459 |
+
#: dashboard/publisher/adverts-generator.php:83
|
1460 |
msgid "Medium sized Devices"
|
1461 |
msgstr "Middelgrote apparaten"
|
1462 |
|
1463 |
+
#: dashboard/publisher/adverts-generator.php:87
|
1464 |
msgid ""
|
1465 |
"Larger smartphones or Small tablets with a viewport of up to 960px wide (up-"
|
1466 |
"to 1536px resolution)."
|
1468 |
"Grotere smartphones of kleine tablets met een viewport van maximaal 960px "
|
1469 |
"breed (tot 1536px resolutie)."
|
1470 |
|
1471 |
+
#: dashboard/publisher/adverts-generator.php:91
|
1472 |
msgid "Larger Devices"
|
1473 |
msgstr "Grotere apparaten"
|
1474 |
|
1475 |
+
#: dashboard/publisher/adverts-generator.php:95
|
1476 |
msgid ""
|
1477 |
"Small laptops and Larger tablets with a viewport of up to 1280px wide (up-to "
|
1478 |
"2048px resolution)."
|
1480 |
"Kleine laptops en grotere tablets met een viewport van maximaal 1280px breed "
|
1481 |
"(up-to-2048px resolutie)."
|
1482 |
|
1483 |
+
#: dashboard/publisher/adverts-generator.php:99
|
1484 |
#: dashboard/publisher/media.php:37
|
1485 |
msgid "Important:"
|
1486 |
msgstr "Let op:"
|
1487 |
|
1488 |
+
#: dashboard/publisher/adverts-generator.php:99
|
1489 |
msgid ""
|
1490 |
"All sizes are optional, but it is highly recommended to use at least the "
|
1491 |
"small and medium size. Devices with viewports greater than 1280px will use "
|
1495 |
"kleine en middelgrote te gebruiken. Apparaten met viewports groter dan "
|
1496 |
"1280px gebruiken de volledige banner."
|
1497 |
|
1498 |
+
#: dashboard/publisher/adverts-generator.php:99
|
1499 |
msgid ""
|
1500 |
"Are your files not listed? Upload them via the AdRotate Media Manager. For "
|
1501 |
"your convenience, use easy to use filenames."
|
1503 |
"Staat je bestand niet in de lijst? Upload ze via de AdRotate Media Manager. "
|
1504 |
"Gebruik voor het gemak eenvoudige bestandsnamen."
|
1505 |
|
1506 |
+
#: dashboard/publisher/adverts-generator.php:104
|
1507 |
msgid "Optional"
|
1508 |
msgstr "Optioneel"
|
1509 |
|
1510 |
+
#: dashboard/publisher/adverts-generator.php:110
|
1511 |
msgid "Target window"
|
1512 |
msgstr "Doelvenster"
|
1513 |
|
1514 |
+
#: dashboard/publisher/adverts-generator.php:112
|
1515 |
msgid "Open the advert in a new window?"
|
1516 |
msgstr "De advertentie openen in een nieuw venster?"
|
1517 |
|
1518 |
+
#: dashboard/publisher/adverts-generator.php:112
|
1519 |
msgid "(Recommended)"
|
1520 |
msgstr "(Aanbevolen)"
|
1521 |
|
1522 |
+
#: dashboard/publisher/adverts-generator.php:116
|
1523 |
msgid "NoFollow"
|
1524 |
msgstr "Nofollow"
|
1525 |
|
1526 |
+
#: dashboard/publisher/adverts-generator.php:118
|
1527 |
msgid "Tell crawlers and search engines not to follow the target website url?"
|
1528 |
msgstr "Vertel crawlers en zoekmachines niet om de doel website url te volgen?"
|
1529 |
|
1530 |
+
#: dashboard/publisher/adverts-generator.php:118
|
1531 |
+
#: dashboard/publisher/adverts-generator.php:124
|
1532 |
msgid "(Available in AdRotate Pro)"
|
1533 |
msgstr "(Beschikbaar in AdRotate Pro)"
|
1534 |
|
1535 |
+
#: dashboard/publisher/adverts-generator.php:118
|
1536 |
msgid ""
|
1537 |
"Letting bots (Such as Googlebot) index paid links may negatively affect your "
|
1538 |
"SEO and PageRank."
|
1540 |
"Het laten indexeren van betaalde links kan een negatieve invloed hebben op "
|
1541 |
"jouw SEO en PageRank."
|
1542 |
|
1543 |
+
#: dashboard/publisher/adverts-generator.php:122
|
1544 |
msgid "Alt and Title"
|
1545 |
msgstr "Alt en titel"
|
1546 |
|
1547 |
+
#: dashboard/publisher/adverts-generator.php:124
|
1548 |
msgid "Add an alt and title attribute based on the asset name?"
|
1549 |
msgstr ""
|
1550 |
"Een alt- en titelkenmerk toevoegen op basis van de naam van het actief?"
|
1551 |
|
1552 |
+
#: dashboard/publisher/adverts-generator.php:124
|
1553 |
msgid ""
|
1554 |
"Some bots/crawlers use them as a descriptive measure to see what the code is "
|
1555 |
"about."
|
1557 |
"Sommige bots / crawlers gebruiken ze als een beschrijvende maatregel om te "
|
1558 |
"zien waar de code over gaat."
|
1559 |
|
1560 |
+
#: dashboard/publisher/adverts-generator.php:139
|
1561 |
msgid ""
|
1562 |
"To import a ready made advert, enter a advert hash from another AdRotate "
|
1563 |
"setup..."
|
1565 |
"Als je een kant-en-klare advertentie wilt importeren, voert dan een "
|
1566 |
"advertentie hash in van een andere installatie van AdRotate..."
|
1567 |
|
1568 |
+
#: dashboard/publisher/adverts-generator.php:147
|
1569 |
msgid "Generate and Configure Advert"
|
1570 |
msgstr "Advertentie genereren en configureren"
|
1571 |
|
1572 |
+
#: dashboard/publisher/adverts-generator.php:148
|
1573 |
msgid "Always test your adverts before activating them."
|
1574 |
msgstr "Test je advertenties altijd voordat je ze activeert."
|
1575 |
|
1576 |
+
#: dashboard/publisher/adverts-generator.php:151
|
1577 |
+
msgid "CAUTION:"
|
1578 |
msgstr "Waarschuwing:"
|
1579 |
|
1580 |
+
#: dashboard/publisher/adverts-generator.php:151
|
1581 |
msgid ""
|
1582 |
"While the Code Generator has been tested and works, code generation, as "
|
1583 |
"always, is a interpretation of user input. If you provide the correct bits "
|
1590 |
"velden leeg laat staan of de verkeerde informatie invoegt, komt u "
|
1591 |
"waarschijnlijk met een kapotte advertentie terecht."
|
1592 |
|
1593 |
+
#: dashboard/publisher/adverts-generator.php:151
|
1594 |
msgid "NOTE:"
|
1595 |
msgstr "OPMERKING:"
|
1596 |
|
1597 |
+
#: dashboard/publisher/adverts-generator.php:151
|
1598 |
msgid "If you insert an Advert Hash, all other fields are ignored."
|
1599 |
msgstr ""
|
1600 |
"Als je een advertentie hash invuld, worden alle andere velden genegeerd."
|
1746 |
"advertenties te tellen."
|
1747 |
|
1748 |
#: dashboard/publisher/groups-edit.php:155
|
1749 |
+
#: dashboard/publisher/groups-edit.php:227
|
1750 |
msgid "Get access to all features in AdRotate Pro."
|
1751 |
msgstr "Krijg toegang tot alle functies in AdRotate Pro."
|
1752 |
|
|
|
|
|
|
|
|
|
1753 |
#: dashboard/publisher/groups-edit.php:162
|
1754 |
+
#: dashboard/publisher/groups-edit.php:307
|
1755 |
msgid ""
|
1756 |
"Drag the AdRotate widget to the sidebar you want it in, select \"Group of "
|
1757 |
"Adverts\" and enter ID"
|
1760 |
"selecteer de “Advertentie groep\" en voer een ID in"
|
1761 |
|
1762 |
#: dashboard/publisher/groups-edit.php:174
|
1763 |
+
#: dashboard/publisher/groups-edit.php:319
|
1764 |
+
#: dashboard/publisher/groups-edit.php:413
|
1765 |
msgid "Save Group"
|
1766 |
msgstr "Groep opslaan"
|
1767 |
|
1768 |
+
#: dashboard/publisher/groups-edit.php:178 dashboard/settings/statistics.php:28
|
1769 |
+
msgid "Advanced"
|
1770 |
+
msgstr "Geavanceerd"
|
1771 |
+
|
1772 |
#: dashboard/publisher/groups-edit.php:182
|
1773 |
msgid "Advert Margin"
|
1774 |
msgstr "Advertentiemarge"
|
1845 |
msgid "Fallback Group"
|
1846 |
msgstr "Fallback-groep"
|
1847 |
|
1848 |
+
#: dashboard/publisher/groups-edit.php:222
|
1849 |
msgid ""
|
1850 |
"Select another group to fall back on when all adverts are expired, not in "
|
1851 |
"the visitors geographic area or are otherwise unavailable."
|
1854 |
"advertenties zijn verlopen, niet in het geografische gebied van bezoekers of "
|
1855 |
"anderszins niet beschikbaar zijn."
|
1856 |
|
1857 |
+
#: dashboard/publisher/groups-edit.php:237
|
1858 |
+
#: dashboard/publisher/groups-edit.php:270
|
1859 |
#: dashboard/settings/geotargeting.php:24
|
1860 |
msgid "Disabled"
|
1861 |
msgstr "Uitgeschakeld"
|
1862 |
|
1863 |
+
#: dashboard/publisher/groups-edit.php:238
|
1864 |
+
#: dashboard/publisher/groups-edit.php:271
|
1865 |
msgid "Widget (Pro only)"
|
1866 |
msgstr "Widget (alleen Pro)"
|
1867 |
|
1868 |
+
#: dashboard/publisher/groups-edit.php:239
|
1869 |
+
#: dashboard/publisher/groups-edit.php:272
|
1870 |
msgid "Before content"
|
1871 |
msgstr "Voor de inhoud"
|
1872 |
|
1873 |
+
#: dashboard/publisher/groups-edit.php:240
|
1874 |
+
#: dashboard/publisher/groups-edit.php:273
|
1875 |
msgid "After content"
|
1876 |
msgstr "Na inhoud (content)"
|
1877 |
|
1878 |
+
#: dashboard/publisher/groups-edit.php:241
|
1879 |
+
#: dashboard/publisher/groups-edit.php:274
|
1880 |
msgid "Before and after content"
|
1881 |
msgstr "Voor en na de inhoud"
|
1882 |
|
1883 |
+
#: dashboard/publisher/groups-edit.php:242
|
1884 |
+
#: dashboard/publisher/groups-edit.php:275
|
1885 |
msgid "Inside the content..."
|
1886 |
msgstr "Binnen de inhoud..."
|
1887 |
|
1888 |
+
#: dashboard/publisher/groups-edit.php:246
|
1889 |
+
#: dashboard/publisher/groups-edit.php:279
|
1890 |
msgid "after the middle paragraph"
|
1891 |
msgstr "na de middelste alinea"
|
1892 |
|
1893 |
+
#: dashboard/publisher/groups-edit.php:247
|
1894 |
+
#: dashboard/publisher/groups-edit.php:280
|
1895 |
msgid "after the 1st paragraph"
|
1896 |
msgstr "na de 1e alinea"
|
1897 |
|
1898 |
+
#: dashboard/publisher/groups-edit.php:248
|
1899 |
+
#: dashboard/publisher/groups-edit.php:281
|
1900 |
msgid "after the 2nd paragraph"
|
1901 |
msgstr "na de 2e alinea"
|
1902 |
|
1903 |
+
#: dashboard/publisher/groups-edit.php:249
|
1904 |
+
#: dashboard/publisher/groups-edit.php:282
|
1905 |
msgid "after the 3rd paragraph"
|
1906 |
msgstr "na de 3e alinea"
|
1907 |
|
1908 |
+
#: dashboard/publisher/groups-edit.php:250
|
1909 |
+
#: dashboard/publisher/groups-edit.php:283
|
1910 |
msgid "after the 4th paragraph"
|
1911 |
msgstr "na de 4e alinea"
|
1912 |
|
1913 |
+
#: dashboard/publisher/groups-edit.php:251
|
1914 |
+
#: dashboard/publisher/groups-edit.php:284
|
1915 |
msgid "after the 5th paragraph"
|
1916 |
msgstr "na de 5e alinea"
|
1917 |
|
1918 |
+
#: dashboard/publisher/groups-edit.php:252
|
1919 |
+
#: dashboard/publisher/groups-edit.php:285
|
1920 |
msgid "after the 6th paragraph"
|
1921 |
msgstr "na de 6e alinea"
|
1922 |
|
1923 |
+
#: dashboard/publisher/groups-edit.php:253
|
1924 |
+
#: dashboard/publisher/groups-edit.php:286
|
1925 |
msgid "after the 7th paragraph"
|
1926 |
msgstr "na de 7e alinea"
|
1927 |
|
1928 |
+
#: dashboard/publisher/groups-edit.php:254
|
1929 |
+
#: dashboard/publisher/groups-edit.php:287
|
1930 |
msgid "after the 8th paragraph"
|
1931 |
msgstr "na de 8e alinea"
|
1932 |
|
1933 |
+
#: dashboard/publisher/groups-edit.php:267
|
1934 |
msgid "Page Injection"
|
1935 |
msgstr "Pagina-injectie"
|
1936 |
|
1937 |
+
#: dashboard/publisher/groups-edit.php:323
|
1938 |
msgid "Wrapper code"
|
1939 |
msgstr "Wrapper-code"
|
1940 |
|
1941 |
+
#: dashboard/publisher/groups-edit.php:324
|
1942 |
msgid "Wraps around each advert. HTML/JavaScript allowed, use with care!"
|
1943 |
msgstr ""
|
1944 |
"Wraps rond elke advertentie. HTML/JavaScript toegestaan, gebruik met zorg!"
|
1945 |
|
1946 |
+
#: dashboard/publisher/groups-edit.php:328
|
1947 |
msgid "Before advert"
|
1948 |
msgstr "Voor de advertentie"
|
1949 |
|
1950 |
+
#: dashboard/publisher/groups-edit.php:331
|
1951 |
+
#: dashboard/publisher/groups-edit.php:339
|
1952 |
msgid "Example:"
|
1953 |
msgstr "Voorbeeld:"
|
1954 |
|
1955 |
+
#: dashboard/publisher/groups-edit.php:332
|
1956 |
msgid "Options:"
|
1957 |
msgstr "Opties:"
|
1958 |
|
1959 |
+
#: dashboard/publisher/groups-edit.php:336
|
1960 |
msgid "After advert"
|
1961 |
msgstr "Na advertentie"
|
1962 |
|
1963 |
+
#: dashboard/publisher/groups-edit.php:345
|
1964 |
msgid "Select adverts"
|
1965 |
msgstr "Advertenties selecteren"
|
1966 |
|
1967 |
+
#: dashboard/publisher/groups-edit.php:352
|
1968 |
msgid "Visible until"
|
1969 |
msgstr "Zichtbaar tot"
|
1970 |
|
1971 |
+
#: dashboard/publisher/groups-edit.php:353
|
1972 |
+
msgid "Weight"
|
1973 |
+
msgstr "Gewicht"
|
1974 |
+
|
1975 |
+
#: dashboard/publisher/groups-edit.php:400
|
1976 |
msgid "No adverts created!"
|
1977 |
msgstr "Geen advertenties gemaakt!"
|
1978 |
|
1979 |
+
#: dashboard/publisher/groups-edit.php:407
|
1980 |
msgid "Configuration errors."
|
1981 |
msgstr "Configuratiefouten."
|
1982 |
|
1983 |
+
#: dashboard/publisher/groups-edit.php:408
|
1984 |
#: dashboard/publisher/schedules-main.php:87
|
1985 |
msgid "Expires soon."
|
1986 |
msgstr "Verloopt binnenkort."
|
1987 |
|
1988 |
+
#: dashboard/publisher/groups-edit.php:409
|
1989 |
#: dashboard/publisher/schedules-main.php:88
|
1990 |
msgid "Has expired."
|
1991 |
msgstr "Is verlopen."
|
3265 |
msgid "Premium Support is available in AdRotate Pro!"
|
3266 |
msgstr "Premium Support is beschikbaar in AdRotate Pro!"
|
3267 |
|
3268 |
+
#~ msgid "Get started today"
|
3269 |
+
#~ msgstr "Begin vandaag nog"
|
3270 |
+
|
3271 |
+
#~ msgid "The ad will expire in less than 2 days!"
|
3272 |
+
#~ msgstr "De advertentie loopt af in minder dan 2 dagen!"
|
3273 |
+
|
3274 |
+
#~ msgid "This ad will expire in less than 7 days!"
|
3275 |
+
#~ msgstr "Deze advertentie loopt af in minder dan 7 dagen!"
|
3276 |
+
|
3277 |
+
#~ msgid "Get more features with AdRotate Pro."
|
3278 |
+
#~ msgstr "Beschik over meer functies met AdRotate Pro."
|
3279 |
+
|
3280 |
+
#~ msgid "Available in AdRotate Pro!"
|
3281 |
+
#~ msgstr "Beschikbaar in AdRotate Pro!"
|
3282 |
+
|
3283 |
+
#~ msgid "Show to everyone"
|
3284 |
+
#~ msgstr "Aan iedereen weergeven"
|
3285 |
+
|
3286 |
+
#~ msgid "Disable this option to hide the advert from logged-in visitors."
|
3287 |
+
#~ msgstr ""
|
3288 |
+
#~ "Schakel deze optie uit om de advertentie te verbergen voor ingelogde "
|
3289 |
+
#~ "bezoekers."
|
3290 |
+
|
3291 |
+
#~ msgid "Few impressions"
|
3292 |
+
#~ msgstr "Weinig vertoningen"
|
3293 |
+
|
3294 |
+
#~ msgid "Less than average"
|
3295 |
+
#~ msgstr "Minder dan gemiddeld"
|
3296 |
+
|
3297 |
+
#~ msgid "Normal impressions"
|
3298 |
+
#~ msgstr "Normale vertoningen"
|
3299 |
+
|
3300 |
+
#~ msgid "More than average"
|
3301 |
+
#~ msgstr "Meer dan gemiddeld"
|
3302 |
+
|
3303 |
+
#~ msgid "Many impressions"
|
3304 |
+
#~ msgstr "Veel vertoningen"
|
3305 |
+
|
3306 |
+
#~ msgid "Mobile"
|
3307 |
+
#~ msgstr "Mobiel"
|
3308 |
+
|
3309 |
+
#~ msgid "Desktops/Laptops"
|
3310 |
+
#~ msgstr "Desktops/laptops"
|
3311 |
+
|
3312 |
+
#~ msgid "Smartphones"
|
3313 |
+
#~ msgstr "Smartphones"
|
3314 |
+
|
3315 |
+
#~ msgid "Tablets"
|
3316 |
+
#~ msgstr "Tabletten"
|
3317 |
+
|
3318 |
+
#~ msgid ""
|
3319 |
+
#~ "Also enable 'Mobile Support' in the group this advert goes in or 'Device' "
|
3320 |
+
#~ "and 'Operating System' are ignored!"
|
3321 |
+
#~ msgstr ""
|
3322 |
+
#~ "Ook inschakelen 'Mobiele ondersteuning' in de groep deze advertentie gaat "
|
3323 |
+
#~ "in of 'Apparaat' en 'Besturingssysteem' worden genegeerd!"
|
3324 |
+
|
3325 |
+
#~ msgid ""
|
3326 |
+
#~ "Operating system detection only detects iOS and Android, select 'Not "
|
3327 |
+
#~ "Mobile/Other' for everything else."
|
3328 |
+
#~ msgstr ""
|
3329 |
+
#~ "Besturingssysteemdetectie detecteert alleen iOS en Android, selecteer "
|
3330 |
+
#~ "'Niet mobiel/ander' voor al het andere."
|
3331 |
+
|
3332 |
+
#~ msgid "Mobile OS"
|
3333 |
+
#~ msgstr "Mobiel besturingssysteem"
|
3334 |
+
|
3335 |
+
#~ msgid "iOS"
|
3336 |
+
#~ msgstr "iOS"
|
3337 |
+
|
3338 |
+
#~ msgid "Android"
|
3339 |
+
#~ msgstr "Android"
|
3340 |
+
|
3341 |
+
#~ msgid "Not mobile/Others"
|
3342 |
+
#~ msgstr "Niet mobiel/Anderen"
|
3343 |
+
|
3344 |
+
#~ msgid "Auto-delete"
|
3345 |
+
#~ msgstr "Automatisch verwijderen"
|
3346 |
+
|
3347 |
+
#~ msgid "Automatically delete the advert 1 day after it expires?"
|
3348 |
+
#~ msgstr ""
|
3349 |
+
#~ "Automatisch verwijderen van de advertentie 1 dag nadat deze is verlopen?"
|
3350 |
+
|
3351 |
+
#~ msgid ""
|
3352 |
+
#~ "This is useful for short running campaigns that do not require attention "
|
3353 |
+
#~ "after they finish."
|
3354 |
+
#~ msgstr ""
|
3355 |
+
#~ "Dit is handig voor kortlopende campagnes die geen aandacht nodig hebben "
|
3356 |
+
#~ "nadat ze zijn voltooid."
|
3357 |
+
|
3358 |
+
#~ msgid ""
|
3359 |
+
#~ "Assign the advert to a group and enable that group to use Geo Targeting."
|
3360 |
+
#~ msgstr ""
|
3361 |
+
#~ "Wijs de advertentie toe aan een groep en stel die groep in staat "
|
3362 |
+
#~ "geotargeting te gebruiken."
|
3363 |
+
|
3364 |
+
#~ msgid "Enter cities or metro IDs (DMA)"
|
3365 |
+
#~ msgstr "Vul steden of metro-IDen in"
|
3366 |
+
|
3367 |
+
#~ msgid "A comma separated list of Cities or Metro IDs:"
|
3368 |
+
#~ msgstr "Een door komma's gescheiden lijst steden of metro IDs:"
|
3369 |
+
|
3370 |
+
#~ msgid ""
|
3371 |
+
#~ "AdRotate does not check the validity of names and assumes the basic "
|
3372 |
+
#~ "english name."
|
3373 |
+
#~ msgstr ""
|
3374 |
+
#~ "AdRotate controleert de geldigheid van namen niet gaat uit van de "
|
3375 |
+
#~ "standaard engelse spelling."
|
3376 |
+
|
3377 |
+
#~ msgid "Enter States or State ISO3166-2 codes"
|
3378 |
+
#~ msgstr "Vul Staten of ISO3166-2 codes van staten in"
|
3379 |
+
|
3380 |
+
#~ msgid "The listed cities must be in these states?"
|
3381 |
+
#~ msgstr "Moeten de steden moeten in deze staten liggen?"
|
3382 |
+
|
3383 |
+
#~ msgid "A comma separated list of states:"
|
3384 |
+
#~ msgstr "Een door komma's gescheiden lijst met staten:"
|
3385 |
+
|
3386 |
+
#~ msgid "Select Countries and or Regions"
|
3387 |
+
#~ msgstr "Selecteer landen en/of regio's"
|
3388 |
+
|
3389 |
+
#~ msgid "Target your audience with Geo Targeting in AdRotate Pro"
|
3390 |
+
#~ msgstr "Target je doelgroep met Geo Targeting in AdRotate Pro"
|
3391 |
+
|
3392 |
+
#~ msgid ""
|
3393 |
+
#~ "Use the Generator if you have received a target url, banner image and/or "
|
3394 |
+
#~ "some separate files with a description on how to use those. The AdRotate "
|
3395 |
+
#~ "Generator will take your bits and pieces and try to generate a working "
|
3396 |
+
#~ "adcode from it."
|
3397 |
+
#~ msgstr ""
|
3398 |
+
#~ "Gebruik de generator als je een url, banner afbeelding en/of een aantal "
|
3399 |
+
#~ "afzonderlijke bestanden hebt ontvangen met een beschrijving over hoe je "
|
3400 |
+
#~ "deze kunt gebruiken. De AdRotate Generator neemt de stukjes en beetjes en "
|
3401 |
+
#~ "probeert er een werkende adcode van te genereren."
|
3402 |
+
|
3403 |
+
#~ msgid ""
|
3404 |
+
#~ "If you have an advert hash from another AdRotate or AdRotate Professional "
|
3405 |
+
#~ "setup you can enter it in the Portability field. This feature is a bit of "
|
3406 |
+
#~ "an experiment, but the basic function works."
|
3407 |
+
#~ msgstr ""
|
3408 |
+
#~ "Als je een advertentie hash hebt van een andere installatie van AdRotate "
|
3409 |
+
#~ "of AdRotate Professional hebt kun je deze invoeren in het advertentie "
|
3410 |
+
#~ "hash veld. Deze functie is een beetje een experiment, maar de "
|
3411 |
+
#~ "basisfunctie werkt."
|
3412 |
+
|
3413 |
+
#~ msgid ""
|
3414 |
+
#~ "If you have a complete and working ad code / ad tag you do not use the "
|
3415 |
+
#~ "Generator. You can simply paste that code in the AdCode field when "
|
3416 |
+
#~ "creating your advert. For example as provided by Media.net or Google "
|
3417 |
+
#~ "AdSense among others."
|
3418 |
+
#~ msgstr ""
|
3419 |
+
#~ "Als je een volledige en werkende advertentiecode / advertentietag hebt, "
|
3420 |
+
#~ "gebruik je de Generator niet. Die code kun je eenvoudig plakken in het "
|
3421 |
+
#~ "veld AdCode bij het maken van jouw advertentie. Bijvoorbeeld zoals "
|
3422 |
+
#~ "voorzien door Media.net of Google AdSense onder anderen."
|
3423 |
+
|
3424 |
+
#~ msgid "Create your advert"
|
3425 |
+
#~ msgstr "Advertentie maken"
|
3426 |
+
|
3427 |
+
#~ msgid ""
|
3428 |
+
#~ "This is a regular advert consisting of an image and a link, made up from "
|
3429 |
+
#~ "HTML code."
|
3430 |
+
#~ msgstr ""
|
3431 |
+
#~ "Dit is een gewone advertentie bestaande uit een afbeelding en een link, "
|
3432 |
+
#~ "samengesteld uit HTML-code."
|
3433 |
+
|
3434 |
+
#~ msgid "Caution:"
|
3435 |
+
#~ msgstr "Waarschuwing:"
|
3436 |
+
|
3437 |
#~ msgid "AdRotate Professional"
|
3438 |
#~ msgstr "AdRotate Professional"
|
3439 |
|
4676 |
#~ "Deze advertentie is afgewezen door het personeel. Pas de advertentie aan "
|
4677 |
#~ "om aan de eisen te voldoen!"
|
4678 |
|
|
|
|
|
|
|
|
|
|
|
|
|
4679 |
#~ msgid "This advert has been archived and can not be activated anymore!"
|
4680 |
#~ msgstr ""
|
4681 |
#~ "Deze advertentie is gearchiveerd en kan niet meer geactiveerd worden!"
|
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: 2021-
|
6 |
-
"PO-Revision-Date: 2021-
|
7 |
"Last-Translator: Arnan de Gans <support@ajdg.solutions>\n"
|
8 |
"Language-Team: Michal Rudolf <michal@rudolf.waw.pl>\n"
|
9 |
"Language: pl_PL\n"
|
@@ -15,7 +15,7 @@ msgstr ""
|
|
15 |
"_nx_noop:4c,1,2\n"
|
16 |
"X-Poedit-Basepath: ..\n"
|
17 |
"X-Poedit-SourceCharset: UTF-8\n"
|
18 |
-
"X-Generator: Poedit 2.4.
|
19 |
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
|
20 |
"|| n%100>=20) ? 1 : 2);\n"
|
21 |
"X-Language: pl_PL\n"
|
@@ -23,8 +23,8 @@ msgstr ""
|
|
23 |
"X-Poedit-SearchPath-0: .\n"
|
24 |
|
25 |
#: adrotate-functions.php:784
|
26 |
-
msgid "
|
27 |
-
msgstr "
|
28 |
|
29 |
#: adrotate-functions.php:788
|
30 |
msgid "Group saved"
|
@@ -54,40 +54,37 @@ msgstr ""
|
|
54 |
"Usuwanie pliku lub folderu nie powiodło się. Proszę sprawdzić uprawnienia."
|
55 |
|
56 |
#: adrotate-functions.php:812
|
57 |
-
msgid "
|
58 |
-
msgstr "
|
59 |
|
60 |
#: adrotate-functions.php:816
|
61 |
-
msgid "
|
62 |
msgstr "Reklamy odnowione"
|
63 |
|
64 |
#: adrotate-functions.php:820
|
65 |
-
msgid "
|
66 |
-
msgstr "Reklamy
|
67 |
|
68 |
#: adrotate-functions.php:824
|
69 |
-
msgid "
|
70 |
-
msgstr "Reklamy
|
71 |
|
72 |
#: adrotate-functions.php:828
|
73 |
-
msgid "Group including it
|
74 |
-
msgstr "Grupa
|
75 |
|
76 |
#: adrotate-functions.php:832
|
77 |
msgid "Export created"
|
78 |
msgstr "Eksport utworzony"
|
79 |
|
80 |
#: adrotate-functions.php:836
|
81 |
-
#, fuzzy
|
82 |
-
#| msgid ""
|
83 |
-
#| "Advert HTML generated and placed in the AdCode field. Configure your "
|
84 |
-
#| "advert below."
|
85 |
msgid ""
|
86 |
"Advert HTML generated and placed in the AdCode field. Configure your advert "
|
87 |
-
"below. Do not forget to check all settings and schedule
|
88 |
msgstr ""
|
89 |
-
"
|
90 |
-
"
|
|
|
91 |
|
92 |
#: adrotate-functions.php:841
|
93 |
msgid "Settings saved"
|
@@ -102,8 +99,9 @@ msgid "Database repaired"
|
|
102 |
msgstr "Baza danych naprawiona"
|
103 |
|
104 |
#: adrotate-functions.php:853
|
105 |
-
msgid "
|
106 |
-
msgstr "
|
|
|
107 |
|
108 |
#: adrotate-functions.php:857
|
109 |
msgid "Cleanup complete"
|
@@ -115,11 +113,11 @@ msgstr "Czynność zabroniona"
|
|
115 |
|
116 |
#: adrotate-functions.php:866
|
117 |
msgid ""
|
118 |
-
"The
|
119 |
-
"properly. Review the colored
|
120 |
msgstr ""
|
121 |
-
"
|
122 |
-
"działanie. Przejrzyj
|
123 |
|
124 |
#: adrotate-functions.php:870
|
125 |
msgid "No data found in selected time period"
|
@@ -134,11 +132,10 @@ msgid "Form can not be (partially) empty!"
|
|
134 |
msgstr "Formularz nie może być (częściowo) pusty!"
|
135 |
|
136 |
#: adrotate-functions.php:882
|
137 |
-
msgid "No
|
138 |
-
msgstr "Nie znaleziono
|
139 |
|
140 |
#: adrotate-functions.php:886
|
141 |
-
#, fuzzy
|
142 |
msgid ""
|
143 |
"The advert hash is not usable or is missing required data. Please copy the "
|
144 |
"hash correctly and try again."
|
@@ -147,7 +144,6 @@ msgstr ""
|
|
147 |
"Skopiuj skrót poprawnie i spróbuj ponownie."
|
148 |
|
149 |
#: adrotate-functions.php:890
|
150 |
-
#, fuzzy
|
151 |
msgid ""
|
152 |
"The advert hash can not be used on the same site as it originated from or is "
|
153 |
"not a valid hash for importing."
|
@@ -188,16 +184,12 @@ msgid "Contact support if the issue persists:"
|
|
188 |
msgstr "Skontaktuj się z pomocą techniczną, jeśli problem się powtórzy:"
|
189 |
|
190 |
#: adrotate-output.php:562
|
191 |
-
#, fuzzy
|
192 |
-
#| msgid ""
|
193 |
-
#| "Error, Ad (%s) is not available at this time due to schedule/budgeting/"
|
194 |
-
#| "geolocation/mobile restrictions!"
|
195 |
msgid ""
|
196 |
-
"Error,
|
197 |
"restrictions!"
|
198 |
msgstr ""
|
199 |
-
"Błąd,
|
200 |
-
"
|
201 |
|
202 |
#: adrotate-output.php:567
|
203 |
msgid ""
|
@@ -206,8 +198,8 @@ msgid ""
|
|
206 |
msgstr "Brak banerów, są wyłączone lub brak ich tej lokalizacji!"
|
207 |
|
208 |
#: adrotate-output.php:572
|
209 |
-
msgid "Error, no
|
210 |
-
msgstr "Błąd,
|
211 |
|
212 |
#: adrotate-output.php:578
|
213 |
msgid "Error, no group ID set! Check your syntax!"
|
@@ -325,21 +317,14 @@ msgid "Set up your banner folder"
|
|
325 |
msgstr "Ustaw folder banerów"
|
326 |
|
327 |
#: adrotate-output.php:656
|
328 |
-
#, fuzzy
|
329 |
-
#| msgid ""
|
330 |
-
#| "You still have the free version of AdRotate installed. This is not "
|
331 |
-
#| "nessesary. Please check out the upgrade manual for instructions on how to "
|
332 |
-
#| "fix this."
|
333 |
msgid ""
|
334 |
"You have AdRotate Professional installed. Please switch to AdRotate Pro! You "
|
335 |
"can delete this plugin after AdRotate Pro is activated."
|
336 |
msgstr ""
|
337 |
-
"
|
338 |
-
"
|
339 |
-
"naprawić."
|
340 |
|
341 |
#: adrotate-output.php:656
|
342 |
-
#, fuzzy
|
343 |
msgid "Switch plugins"
|
344 |
msgstr "Przełączanie wtyczek"
|
345 |
|
@@ -369,10 +354,6 @@ msgid "your attention:"
|
|
369 |
msgstr "twoją uwagę:"
|
370 |
|
371 |
#: adrotate-output.php:761
|
372 |
-
#, fuzzy
|
373 |
-
#| msgid ""
|
374 |
-
#| "Thanks for choosing AdRotate Professional. Everything related to AdRotate "
|
375 |
-
#| "is in this menu. If you need help getting started take a look at the"
|
376 |
msgid ""
|
377 |
"Thank you for choosing AdRotate. Everything related to AdRotate is in this "
|
378 |
"menu. If you need help getting started take a look at the"
|
@@ -394,26 +375,17 @@ msgstr "forum"
|
|
394 |
|
395 |
#: adrotate-output.php:841
|
396 |
msgid "Need help fast? Or do you have a question?"
|
397 |
-
msgstr ""
|
398 |
|
399 |
#: adrotate-output.php:842
|
400 |
-
#, fuzzy
|
401 |
-
#| msgid "Update AdRotate Pro"
|
402 |
msgid "Help AdRotate Grow"
|
403 |
msgstr "Pomóż AdRotate rosnąć"
|
404 |
|
405 |
#: adrotate-output.php:843
|
406 |
-
#, fuzzy
|
407 |
-
#| msgid "Favorite feature in AdRotate Professional?"
|
408 |
msgid "More features with AdRotate Pro"
|
409 |
-
msgstr "Więcej
|
410 |
|
411 |
#: adrotate-output.php:850
|
412 |
-
#, fuzzy
|
413 |
-
#| msgid ""
|
414 |
-
#| "A lot of users only think to review AdRotate when something goes wrong "
|
415 |
-
#| "while thousands of people use AdRotate satisfactory. Don't let this go "
|
416 |
-
#| "unnoticed."
|
417 |
msgid ""
|
418 |
"Many users only think to review AdRotate when something goes wrong while "
|
419 |
"thousands of people happily use AdRotate."
|
@@ -422,8 +394,6 @@ msgstr ""
|
|
422 |
"pójdzie nie tak, podczas gdy tysiące ludzi chętnie korzystają z AdRotate."
|
423 |
|
424 |
#: adrotate-output.php:850
|
425 |
-
#, fuzzy
|
426 |
-
#| msgid "If you find AdRotate useful please leave your honest"
|
427 |
msgid "If you find AdRotate useful please leave your"
|
428 |
msgstr "Jeśli uważasz, że AdRotate jest przydatne proszę zostaw swoją"
|
429 |
|
@@ -432,30 +402,25 @@ msgid "rating"
|
|
432 |
msgstr "ocenę"
|
433 |
|
434 |
#: adrotate-output.php:850
|
435 |
-
#, fuzzy
|
436 |
-
#| msgid "on WordPress.org to help AdRotate grow in a positive way"
|
437 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
438 |
msgstr "w Wodpress.org aby pomóc AdRotate rosnąć w pozytywny sposób"
|
439 |
|
440 |
#: adrotate-output.php:851
|
441 |
-
#, fuzzy
|
442 |
msgid ""
|
443 |
"Get more advanced features such as Geo Targeting, scheduling and much more "
|
444 |
"with AdRotate Pro."
|
445 |
msgstr ""
|
446 |
-
"
|
447 |
-
"
|
448 |
|
449 |
#: adrotate-output.php:851
|
450 |
-
#, fuzzy
|
451 |
msgid "Get access to premium support and free updates for one year!"
|
452 |
-
msgstr "
|
|
|
453 |
|
454 |
-
#: adrotate-output.php:851
|
455 |
-
|
456 |
-
|
457 |
-
msgid "Get started today"
|
458 |
-
msgstr "Rozpocznij już dziś"
|
459 |
|
460 |
#: adrotate-statistics.php:155
|
461 |
msgid "January"
|
@@ -549,14 +514,10 @@ msgid "Type:"
|
|
549 |
msgstr "Typ:"
|
550 |
|
551 |
#: adrotate-widget.php:148
|
552 |
-
#, fuzzy
|
553 |
-
#| msgid "Advertiser / Advert"
|
554 |
msgid "Advert - Use Advert ID"
|
555 |
msgstr "Reklama - użyj ID reklamy"
|
556 |
|
557 |
#: adrotate-widget.php:149
|
558 |
-
#, fuzzy
|
559 |
-
#| msgid "Group of Ads - Use group ID"
|
560 |
msgid "Group - Use group ID"
|
561 |
msgstr "Grupa - użyj ID grupy"
|
562 |
|
@@ -565,8 +526,6 @@ msgid "Choose what you want to use this widget for"
|
|
565 |
msgstr "Wybierz przeznaczenie tego widżetu"
|
566 |
|
567 |
#: adrotate-widget.php:155
|
568 |
-
#, fuzzy
|
569 |
-
#| msgid "ID"
|
570 |
msgid "ID:"
|
571 |
msgstr "ID:"
|
572 |
|
@@ -579,10 +538,8 @@ msgid "General Info"
|
|
579 |
msgstr "Informacje ogólne"
|
580 |
|
581 |
#: adrotate.php:106
|
582 |
-
#, fuzzy
|
583 |
-
#| msgid "Update AdRotate Pro"
|
584 |
msgid "Get AdRotate Pro"
|
585 |
-
msgstr "
|
586 |
|
587 |
#: adrotate.php:107 adrotate.php:196
|
588 |
msgid "Manage Adverts"
|
@@ -601,15 +558,13 @@ msgid "Manage Media"
|
|
601 |
msgstr "Zarządzaj mediami"
|
602 |
|
603 |
#: adrotate.php:111 adrotate.php:522 dashboard/adrotatepro.php:98
|
604 |
-
#: dashboard/publisher/adverts-edit.php:
|
605 |
#: dashboard/publisher/statistics-main.php:23
|
606 |
#: dashboard/settings/statistics.php:17
|
607 |
msgid "Statistics"
|
608 |
msgstr "Statystyka"
|
609 |
|
610 |
#: adrotate.php:112
|
611 |
-
#, fuzzy
|
612 |
-
#| msgid "Supports:"
|
613 |
msgid "Support"
|
614 |
msgstr "Wsparcie"
|
615 |
|
@@ -622,34 +577,30 @@ msgid "AdRotate Info"
|
|
622 |
msgstr "Informacja AdRotate"
|
623 |
|
624 |
#: adrotate.php:152
|
625 |
-
#, fuzzy
|
626 |
-
#| msgid "AdRotate Professional"
|
627 |
msgid "Get AdRotate Professional"
|
628 |
-
msgstr "AdRotate Professional"
|
629 |
|
630 |
#: adrotate.php:256 adrotate.php:327
|
631 |
msgid "Manage"
|
632 |
msgstr "Zarządzaj"
|
633 |
|
634 |
#: adrotate.php:257
|
635 |
-
msgid "Generator"
|
636 |
-
msgstr "Generator"
|
|
|
|
|
|
|
|
|
637 |
|
638 |
-
#: adrotate.php:
|
639 |
msgid "Add New"
|
640 |
msgstr "Dodaj nową"
|
641 |
|
642 |
#: adrotate.php:395
|
643 |
-
#, fuzzy
|
644 |
-
#| msgid "Media and Assets"
|
645 |
msgid "Manage Media and Assets"
|
646 |
-
msgstr "
|
647 |
|
648 |
#: adrotate.php:399
|
649 |
-
#, fuzzy
|
650 |
-
#| msgid ""
|
651 |
-
#| "Upload images and assets to the AdRotate Professional banners folder from "
|
652 |
-
#| "here. This is useful if you have HTML5 adverts containing multiple files."
|
653 |
msgid ""
|
654 |
"Upload images to the AdRotate Pro banners folder from here. This is useful "
|
655 |
"if you have HTML5 adverts containing multiple files."
|
@@ -658,20 +609,14 @@ msgstr ""
|
|
658 |
"jeśli masz reklamy HTML5, zawierające wiele plików."
|
659 |
|
660 |
#: adrotate.php:441
|
661 |
-
#, fuzzy
|
662 |
-
#| msgid "Statistics"
|
663 |
msgid "Advert Statistics"
|
664 |
-
msgstr "
|
665 |
|
666 |
#: adrotate.php:484
|
667 |
-
#, fuzzy
|
668 |
-
#| msgid "[AdRotate] CSV Report!"
|
669 |
msgid "AdRotate Support"
|
670 |
-
msgstr "
|
671 |
|
672 |
#: adrotate.php:515
|
673 |
-
#, fuzzy
|
674 |
-
#| msgid "AdRotate version"
|
675 |
msgid "AdRotate Settings"
|
676 |
msgstr "Ustawienia AdRotate"
|
677 |
|
@@ -683,8 +628,7 @@ msgstr "Ogólne"
|
|
683 |
msgid "Notifications"
|
684 |
msgstr "Powiadomienia"
|
685 |
|
686 |
-
#: adrotate.php:523 dashboard/publisher/
|
687 |
-
#: dashboard/publisher/groups-edit.php:205
|
688 |
#: dashboard/settings/advertisers.php:38
|
689 |
msgid "Geo Targeting"
|
690 |
msgstr "Geolokalizacja"
|
@@ -706,13 +650,10 @@ msgid "Maintenance"
|
|
706 |
msgstr "Obsługa"
|
707 |
|
708 |
#: dashboard/adrotatepro.php:47
|
709 |
-
#, fuzzy
|
710 |
-
#| msgid "Mobile adverts"
|
711 |
msgid "Mobile campaigns"
|
712 |
msgstr "Kampanie mobilne"
|
713 |
|
714 |
#: dashboard/adrotatepro.php:50
|
715 |
-
#, fuzzy
|
716 |
msgid ""
|
717 |
"Target mobile users with ease and show the right adverts to smartphones, "
|
718 |
"tablets and computers. Mix and match as you please and offer adverts that "
|
@@ -727,12 +668,10 @@ msgstr ""
|
|
727 |
"kilkoma łatwymi w użyciu opcjami, które pojawiają się tam, gdzie chcesz!"
|
728 |
|
729 |
#: dashboard/adrotatepro.php:55
|
730 |
-
#, fuzzy
|
731 |
msgid "Schedule all campaigns with ease"
|
732 |
msgstr "Zaplanuj z łatwością wszystkie kampanie reklamowe"
|
733 |
|
734 |
#: dashboard/adrotatepro.php:58
|
735 |
-
#, fuzzy
|
736 |
msgid ""
|
737 |
"Schedule your adverts and set up advertising campaigns based on dates you or "
|
738 |
"your advertisers specify without hassle. Seasonal adverts, weekly adverts, "
|
@@ -872,7 +811,7 @@ msgstr "Twoje ustawienia"
|
|
872 |
msgid "Adverts that need you"
|
873 |
msgstr "Reklamy wymagające uwagi"
|
874 |
|
875 |
-
#: dashboard/info.php:34 dashboard/publisher/adverts-edit.php:
|
876 |
#: dashboard/publisher/groups-main.php:34
|
877 |
#: dashboard/publisher/schedules-main.php:34
|
878 |
#: dashboard/publisher/statistics-main.php:35
|
@@ -964,7 +903,7 @@ msgid "Bulk Actions"
|
|
964 |
msgstr "Masowe działania"
|
965 |
|
966 |
#: dashboard/publisher/adverts-disabled.php:21
|
967 |
-
#: dashboard/publisher/adverts-edit.php:
|
968 |
msgid "Activate"
|
969 |
msgstr "Aktywuj"
|
970 |
|
@@ -990,10 +929,10 @@ msgid "Go"
|
|
990 |
msgstr "Idź"
|
991 |
|
992 |
#: dashboard/publisher/adverts-disabled.php:35
|
993 |
-
#: dashboard/publisher/adverts-edit.php:
|
994 |
#: dashboard/publisher/adverts-error.php:39
|
995 |
#: dashboard/publisher/adverts-main.php:39
|
996 |
-
#: dashboard/publisher/groups-edit.php:
|
997 |
#: dashboard/publisher/groups-main.php:32
|
998 |
#: dashboard/publisher/schedules-main.php:31
|
999 |
msgid "ID"
|
@@ -1008,11 +947,11 @@ msgstr "Początek/koniec"
|
|
1008 |
|
1009 |
#: dashboard/publisher/adverts-disabled.php:37
|
1010 |
#: dashboard/publisher/adverts-edit.php:112
|
1011 |
-
#: dashboard/publisher/adverts-edit.php:
|
1012 |
#: dashboard/publisher/adverts-error.php:40
|
1013 |
#: dashboard/publisher/adverts-main.php:41
|
1014 |
#: dashboard/publisher/groups-edit.php:65
|
1015 |
-
#: dashboard/publisher/groups-edit.php:
|
1016 |
#: dashboard/publisher/groups-main.php:33 dashboard/publisher/media.php:48
|
1017 |
#: dashboard/publisher/schedules-main.php:33
|
1018 |
msgid "Name"
|
@@ -1020,14 +959,14 @@ msgstr "Nazwa"
|
|
1020 |
|
1021 |
#: dashboard/publisher/adverts-disabled.php:39
|
1022 |
#: dashboard/publisher/adverts-main.php:43
|
1023 |
-
#: dashboard/publisher/groups-edit.php:
|
1024 |
#: dashboard/publisher/groups-main.php:36
|
1025 |
msgid "Shown"
|
1026 |
msgstr "Wyświetlane"
|
1027 |
|
1028 |
#: dashboard/publisher/adverts-disabled.php:40
|
1029 |
#: dashboard/publisher/adverts-main.php:45
|
1030 |
-
#: dashboard/publisher/groups-edit.php:
|
1031 |
#: dashboard/publisher/groups-main.php:38
|
1032 |
#: dashboard/publisher/statistics-advert.php:52
|
1033 |
#: dashboard/publisher/statistics-advert.php:58
|
@@ -1129,8 +1068,8 @@ msgstr ""
|
|
1129 |
#| "AdRotate can not find an error but the ad is marked erroneous, try re-"
|
1130 |
#| "saving the ad!"
|
1131 |
msgid ""
|
1132 |
-
"AdRotate cannot find an error but the
|
1133 |
-
"the ad!"
|
1134 |
msgstr ""
|
1135 |
"AdRotate nie może znaleść błedu ale reklama jest oznaczona jako zawierajaca "
|
1136 |
"błędy. Sprobuj zapisać ją ponownie!"
|
@@ -1138,27 +1077,23 @@ msgstr ""
|
|
1138 |
#: dashboard/publisher/adverts-edit.php:70
|
1139 |
#, fuzzy
|
1140 |
#| msgid "This advert is expired and currently not shown on your website!"
|
1141 |
-
msgid "This
|
1142 |
msgstr "Ta reklama wygasła i obecnie nie jest wyświetlana na stronie!"
|
1143 |
|
1144 |
#: dashboard/publisher/adverts-edit.php:73
|
1145 |
-
msgid "The
|
1146 |
msgstr "Ta reklama wygaśnie w ciągu 2 dni!"
|
1147 |
|
1148 |
#: dashboard/publisher/adverts-edit.php:76
|
1149 |
-
msgid "This
|
1150 |
-
msgstr "Ta reklama wygaśnie w ciągu 7
|
1151 |
|
1152 |
#: dashboard/publisher/adverts-edit.php:79
|
1153 |
#, fuzzy
|
1154 |
#| msgid "This advert has been disabled and does not rotate on your site!"
|
1155 |
-
msgid "This
|
1156 |
msgstr "Reklama został wyłączona i nie jest wyświetlana na stronie!"
|
1157 |
|
1158 |
-
#: dashboard/publisher/adverts-edit.php:104
|
1159 |
-
msgid "New Advert"
|
1160 |
-
msgstr "Nowa reklama"
|
1161 |
-
|
1162 |
#: dashboard/publisher/adverts-edit.php:106
|
1163 |
msgid "Edit Advert"
|
1164 |
msgstr "Edytuj reklamę"
|
@@ -1234,37 +1169,37 @@ msgstr ""
|
|
1234 |
msgid "Banner asset"
|
1235 |
msgstr "Baner"
|
1236 |
|
1237 |
-
#: dashboard/publisher/adverts-edit.php:
|
1238 |
#, fuzzy
|
1239 |
#| msgid "WordPress media"
|
1240 |
msgid "WordPress media:"
|
1241 |
msgstr "Media WordPress:"
|
1242 |
|
1243 |
-
#: dashboard/publisher/adverts-edit.php:
|
1244 |
msgid "Select Banner"
|
1245 |
msgstr "Wybierz baner"
|
1246 |
|
1247 |
-
#: dashboard/publisher/adverts-edit.php:
|
1248 |
msgid "- OR -"
|
1249 |
msgstr "- oraz -"
|
1250 |
|
1251 |
-
#: dashboard/publisher/adverts-edit.php:
|
1252 |
#, fuzzy
|
1253 |
#| msgid "Banner folder"
|
1254 |
msgid "Banner folder:"
|
1255 |
msgstr "Folder banerów:"
|
1256 |
|
1257 |
-
#: dashboard/publisher/adverts-edit.php:
|
1258 |
#, fuzzy
|
1259 |
#| msgid "No file selected"
|
1260 |
msgid "No image selected"
|
1261 |
msgstr "Nie wybrano żadnego obrazu"
|
1262 |
|
1263 |
-
#: dashboard/publisher/adverts-edit.php:
|
1264 |
msgid "Use %asset% in the adcode instead of the file path."
|
1265 |
msgstr "Użyj %asset% w kodzie reklamy zamiast ścieżki do pliku."
|
1266 |
|
1267 |
-
#: dashboard/publisher/adverts-edit.php:
|
1268 |
#, fuzzy
|
1269 |
#| msgid ""
|
1270 |
#| "Use either the text field or the dropdown. If the textfield has content, "
|
@@ -1276,11 +1211,11 @@ msgstr ""
|
|
1276 |
"Skorzystaj z pola tekstowego lub listy rozwijanej. Jeśli pole tekstowe "
|
1277 |
"zawiera treści, te pole ma pierwszeństwo."
|
1278 |
|
1279 |
-
#: dashboard/publisher/adverts-edit.php:
|
1280 |
msgid "Enable click and impression tracking for this advert."
|
1281 |
msgstr "Włącz zliczanie kliknięć i wyświetleń dla tej reklamy."
|
1282 |
|
1283 |
-
#: dashboard/publisher/adverts-edit.php:
|
1284 |
msgid ""
|
1285 |
"Note: Clicktracking does not work for Javascript adverts such as those "
|
1286 |
"provided by Google AdSense/DFP/DoubleClick. HTML5/Flash adverts are not "
|
@@ -1290,29 +1225,30 @@ msgstr ""
|
|
1290 |
"Google AdSense/DFP/DoubleClick. Reklamy HTML5/Flash czasem też nie są "
|
1291 |
"obsługiwane."
|
1292 |
|
1293 |
-
#: dashboard/publisher/adverts-edit.php:
|
1294 |
#, fuzzy
|
1295 |
#| msgid "Enabled, this advert will be visible"
|
1296 |
msgid "Enabled, this ad will be visible"
|
1297 |
msgstr "Włączona, ta reklama będzie widoczna"
|
1298 |
|
1299 |
-
#: dashboard/publisher/adverts-edit.php:
|
1300 |
#, fuzzy
|
1301 |
#| msgid "Disabled, do not show this advert anywhere"
|
1302 |
msgid "Disabled, do not show this advert anywhere"
|
1303 |
msgstr "Wyłączona, nie pokazuj jej więcej"
|
1304 |
|
1305 |
-
#: dashboard/publisher/adverts-edit.php:
|
1306 |
#, fuzzy
|
1307 |
-
|
1308 |
-
|
1309 |
-
|
1310 |
-
|
1311 |
-
|
1312 |
-
|
1313 |
-
|
1314 |
-
#: dashboard/publisher/adverts-edit.php:
|
1315 |
-
#: dashboard/publisher/
|
|
|
1316 |
#: dashboard/publisher/statistics-advert.php:109
|
1317 |
#: dashboard/publisher/statistics-group.php:113
|
1318 |
#: dashboard/publisher/statistics-main.php:83
|
@@ -1321,345 +1257,162 @@ msgstr "Zdobądź więcej funkcji z AdRotate Pro."
|
|
1321 |
msgid "Upgrade now"
|
1322 |
msgstr "Uaktualnij teraz"
|
1323 |
|
1324 |
-
#: dashboard/publisher/adverts-edit.php:
|
1325 |
-
#: dashboard/publisher/adverts-edit.php:264
|
1326 |
-
#: dashboard/publisher/adverts-edit.php:462
|
1327 |
-
#: dashboard/publisher/adverts-edit.php:505
|
1328 |
-
msgid "Save Advert"
|
1329 |
-
msgstr "Zapisz reklamę"
|
1330 |
-
|
1331 |
-
#: dashboard/publisher/adverts-edit.php:202
|
1332 |
-
#: dashboard/publisher/adverts-edit.php:265
|
1333 |
-
#: dashboard/publisher/adverts-edit.php:463
|
1334 |
-
#: dashboard/publisher/adverts-edit.php:506
|
1335 |
-
#: dashboard/publisher/adverts-generator.php:162
|
1336 |
-
#: dashboard/publisher/groups-edit.php:175
|
1337 |
-
#: dashboard/publisher/groups-edit.php:329
|
1338 |
-
#: dashboard/publisher/groups-edit.php:423
|
1339 |
-
msgid "Cancel"
|
1340 |
-
msgstr "Anuluj"
|
1341 |
-
|
1342 |
-
#: dashboard/publisher/adverts-edit.php:205
|
1343 |
-
#: dashboard/publisher/adverts-edit.php:445
|
1344 |
-
#: dashboard/publisher/groups-edit.php:157
|
1345 |
-
#: dashboard/publisher/groups-edit.php:311
|
1346 |
-
msgid "Usage"
|
1347 |
-
msgstr "Użycie"
|
1348 |
-
|
1349 |
-
#: dashboard/publisher/adverts-edit.php:209
|
1350 |
-
#: dashboard/publisher/adverts-edit.php:449
|
1351 |
-
#: dashboard/publisher/groups-edit.php:161
|
1352 |
-
#: dashboard/publisher/groups-edit.php:315
|
1353 |
-
msgid "Widget"
|
1354 |
-
msgstr "Widżet"
|
1355 |
-
|
1356 |
-
#: dashboard/publisher/adverts-edit.php:210
|
1357 |
-
#: dashboard/publisher/adverts-edit.php:450
|
1358 |
-
#, fuzzy
|
1359 |
-
#| msgid ""
|
1360 |
-
#| "In the Appearance > Widgets dashboard. Drag the AdRotate widget to the "
|
1361 |
-
#| "sidebar where you want to place the advert and select the advert or the "
|
1362 |
-
#| "group the advert is in."
|
1363 |
-
msgid ""
|
1364 |
-
"Drag the AdRotate widget to the sidebar where you want to place the advert "
|
1365 |
-
"and select the advert or the group the advert is in."
|
1366 |
-
msgstr ""
|
1367 |
-
"Przeciągnij widget AdRotate do panelu bocznego, gdzie chcesz umieścić "
|
1368 |
-
"reklamę i wybierz w nim reklamę lub grupę reklam."
|
1369 |
-
|
1370 |
-
#: dashboard/publisher/adverts-edit.php:213
|
1371 |
-
#: dashboard/publisher/adverts-edit.php:453
|
1372 |
-
#: dashboard/publisher/groups-edit.php:165
|
1373 |
-
#: dashboard/publisher/groups-edit.php:319
|
1374 |
-
msgid "In a post or page"
|
1375 |
-
msgstr "We wpisie lub stronie"
|
1376 |
-
|
1377 |
-
#: dashboard/publisher/adverts-edit.php:215
|
1378 |
-
#: dashboard/publisher/adverts-edit.php:455
|
1379 |
-
#: dashboard/publisher/groups-edit.php:167
|
1380 |
-
#: dashboard/publisher/groups-edit.php:321
|
1381 |
-
msgid "Directly in a theme"
|
1382 |
-
msgstr "Bezpośrednio w motywie"
|
1383 |
-
|
1384 |
-
#: dashboard/publisher/adverts-edit.php:221
|
1385 |
#, fuzzy
|
1386 |
#| msgid "Create your advert"
|
1387 |
msgid "Schedule your advert"
|
1388 |
msgstr "Harmonogram reklamy"
|
1389 |
|
1390 |
-
#: dashboard/publisher/adverts-edit.php:
|
1391 |
msgid ""
|
1392 |
"Time uses a 24 hour clock. When you're used to the AM/PM system keep this in "
|
1393 |
"mind: If the start or end time is after lunch, add 12 hours. 2PM is 14:00 "
|
1394 |
"hours. 6AM is 6:00 hours."
|
1395 |
msgstr "Zegar używa formatu 24 godzinnego."
|
1396 |
|
1397 |
-
#: dashboard/publisher/adverts-edit.php:
|
1398 |
msgid "Start date"
|
1399 |
msgstr "Data rozpoczęcia"
|
1400 |
|
1401 |
-
#: dashboard/publisher/adverts-edit.php:
|
1402 |
msgid "End date"
|
1403 |
msgstr "Data zakończenia"
|
1404 |
|
1405 |
-
#: dashboard/publisher/adverts-edit.php:
|
1406 |
msgid "Start time"
|
1407 |
msgstr "Czas rozpoczęcia"
|
1408 |
|
1409 |
-
#: dashboard/publisher/adverts-edit.php:
|
1410 |
msgid "End time"
|
1411 |
msgstr "Czas zakończenia"
|
1412 |
|
1413 |
-
#: dashboard/publisher/adverts-edit.php:
|
1414 |
msgid "Maximum Clicks"
|
1415 |
msgstr "Maksymalna liczba kliknięć"
|
1416 |
|
1417 |
-
#: dashboard/publisher/adverts-edit.php:
|
1418 |
-
#: dashboard/publisher/adverts-edit.php:
|
1419 |
msgid "Leave empty or 0 to skip this."
|
1420 |
msgstr "Pozostaw puste lub wpisz 0, żeby pominąć."
|
1421 |
|
1422 |
-
#: dashboard/publisher/adverts-edit.php:
|
1423 |
msgid "Maximum Impressions"
|
1424 |
msgstr "Maksymalna liczba wyświetleń"
|
1425 |
|
1426 |
-
#: dashboard/publisher/adverts-edit.php:
|
1427 |
#, fuzzy
|
1428 |
msgid ""
|
1429 |
-
"
|
1430 |
-
"Pro."
|
1431 |
msgstr ""
|
1432 |
"Twórz wiele i bardziej zaawansowane harmonogramy dla każdej reklamy za "
|
1433 |
"pomocą AdRotate Pro."
|
1434 |
|
1435 |
-
#: dashboard/publisher/adverts-edit.php:
|
1436 |
-
#: dashboard/publisher/groups-edit.php:
|
1437 |
-
|
1438 |
-
|
1439 |
-
|
1440 |
-
#: dashboard/publisher/adverts-edit.php:269
|
1441 |
-
#: dashboard/publisher/adverts-edit.php:346
|
1442 |
-
#, fuzzy
|
1443 |
-
#| msgid "Update AdRotate Pro"
|
1444 |
-
msgid "Available in AdRotate Pro!"
|
1445 |
-
msgstr "Dostępne w AdRotate Pro!"
|
1446 |
-
|
1447 |
-
#: dashboard/publisher/adverts-edit.php:274
|
1448 |
-
msgid "Show to everyone"
|
1449 |
-
msgstr "Pokaż wszystkim"
|
1450 |
-
|
1451 |
-
#: dashboard/publisher/adverts-edit.php:276
|
1452 |
-
msgid "Disable this option to hide the advert from logged-in visitors."
|
1453 |
-
msgstr "Wyłącz tę opcję, by ukryć reklamę dla zalogowanych gości."
|
1454 |
-
|
1455 |
-
#: dashboard/publisher/adverts-edit.php:281
|
1456 |
-
#: dashboard/publisher/groups-edit.php:362
|
1457 |
-
msgid "Weight"
|
1458 |
-
msgstr "Waga"
|
1459 |
-
|
1460 |
-
#: dashboard/publisher/adverts-edit.php:284
|
1461 |
-
msgid "Few impressions"
|
1462 |
-
msgstr "Mało wyświetleń"
|
1463 |
-
|
1464 |
-
#: dashboard/publisher/adverts-edit.php:289
|
1465 |
-
msgid "Less than average"
|
1466 |
-
msgstr "Poiniżej średniej"
|
1467 |
-
|
1468 |
-
#: dashboard/publisher/adverts-edit.php:294
|
1469 |
-
msgid "Normal impressions"
|
1470 |
-
msgstr "Zwykła liczba wyświetleń"
|
1471 |
-
|
1472 |
-
#: dashboard/publisher/adverts-edit.php:299
|
1473 |
-
msgid "More than average"
|
1474 |
-
msgstr "Powyżej średniej"
|
1475 |
-
|
1476 |
-
#: dashboard/publisher/adverts-edit.php:304
|
1477 |
-
msgid "Many impressions"
|
1478 |
-
msgstr "Wiele wyświetleń"
|
1479 |
-
|
1480 |
-
#: dashboard/publisher/adverts-edit.php:309
|
1481 |
-
msgid "Mobile"
|
1482 |
-
msgstr "Mobilna"
|
1483 |
-
|
1484 |
-
#: dashboard/publisher/adverts-edit.php:311
|
1485 |
-
msgid "Desktops/Laptops"
|
1486 |
-
msgstr "Desktopy/Laptopy"
|
1487 |
-
|
1488 |
-
#: dashboard/publisher/adverts-edit.php:314
|
1489 |
-
msgid "Smartphones"
|
1490 |
-
msgstr "Smartfony"
|
1491 |
-
|
1492 |
-
#: dashboard/publisher/adverts-edit.php:317
|
1493 |
-
msgid "Tablets"
|
1494 |
-
msgstr "Tablety"
|
1495 |
-
|
1496 |
-
#: dashboard/publisher/adverts-edit.php:320
|
1497 |
-
msgid ""
|
1498 |
-
"Also enable 'Mobile Support' in the group this advert goes in or 'Device' "
|
1499 |
-
"and 'Operating System' are ignored!"
|
1500 |
-
msgstr ""
|
1501 |
-
"Włącz także obsługę urządzeń mobilnych w grupie, albo ustawienia urządzeń i "
|
1502 |
-
"systemów operacyjnych zostaną zignorowane!"
|
1503 |
-
|
1504 |
-
#: dashboard/publisher/adverts-edit.php:320
|
1505 |
-
msgid ""
|
1506 |
-
"Operating system detection only detects iOS and Android, select 'Not Mobile/"
|
1507 |
-
"Other' for everything else."
|
1508 |
-
msgstr ""
|
1509 |
-
"Opcja System operacyjny wykrywa jedynie iOS i Android. Wybierz Inne dla "
|
1510 |
-
"pozostałych."
|
1511 |
-
|
1512 |
-
#: dashboard/publisher/adverts-edit.php:324
|
1513 |
-
msgid "Mobile OS"
|
1514 |
-
msgstr "Mobilny SO"
|
1515 |
-
|
1516 |
-
#: dashboard/publisher/adverts-edit.php:326
|
1517 |
-
msgid "iOS"
|
1518 |
-
msgstr "iOS"
|
1519 |
-
|
1520 |
-
#: dashboard/publisher/adverts-edit.php:329
|
1521 |
-
msgid "Android"
|
1522 |
-
msgstr "Android"
|
1523 |
-
|
1524 |
-
#: dashboard/publisher/adverts-edit.php:332
|
1525 |
-
msgid "Not mobile/Others"
|
1526 |
-
msgstr "Inne"
|
1527 |
-
|
1528 |
-
#: dashboard/publisher/adverts-edit.php:336
|
1529 |
-
msgid "Auto-delete"
|
1530 |
-
msgstr "Usuń automatycznie"
|
1531 |
-
|
1532 |
-
#: dashboard/publisher/adverts-edit.php:338
|
1533 |
-
msgid "Automatically delete the advert 1 day after it expires?"
|
1534 |
-
msgstr "Automatycznie usuwać reklamę następnego dnia po wygaśnięciu?"
|
1535 |
-
|
1536 |
-
#: dashboard/publisher/adverts-edit.php:338
|
1537 |
-
msgid ""
|
1538 |
-
"This is useful for short running campaigns that do not require attention "
|
1539 |
-
"after they finish."
|
1540 |
-
msgstr ""
|
1541 |
-
"Jest to przydatne dla krótkich kampanii, które nie wymagają uwagi po "
|
1542 |
-
"zakończeniu."
|
1543 |
-
|
1544 |
-
#: dashboard/publisher/adverts-edit.php:343
|
1545 |
-
#, fuzzy
|
1546 |
-
msgid ""
|
1547 |
-
"With AdRotate Pro you can easily select which devices and mobile operating "
|
1548 |
-
"systems the advert should show on!"
|
1549 |
-
msgstr ""
|
1550 |
-
"Z AdRotate Pro można łatwo wybrać urządzenia i mobilne systemy operacyjne, "
|
1551 |
-
"na których pokaże się reklama!"
|
1552 |
-
|
1553 |
-
#: dashboard/publisher/adverts-edit.php:346
|
1554 |
-
msgid ""
|
1555 |
-
"Assign the advert to a group and enable that group to use Geo Targeting."
|
1556 |
-
msgstr "Przypisz reklamę do grupy i włącz tę grupę, by użyć geolokalizacji."
|
1557 |
-
|
1558 |
-
#: dashboard/publisher/adverts-edit.php:353
|
1559 |
-
#, fuzzy
|
1560 |
-
#| msgid "Enter cities, metro IDs, States or State ISO codes"
|
1561 |
-
msgid "Enter cities or metro IDs (DMA)"
|
1562 |
-
msgstr "Wprowadź miasta lub metro ID (DMA)"
|
1563 |
|
1564 |
-
#: dashboard/publisher/adverts-edit.php:
|
1565 |
-
|
1566 |
-
|
1567 |
-
msgid "
|
1568 |
-
msgstr "
|
1569 |
|
1570 |
-
#: dashboard/publisher/adverts-edit.php:
|
1571 |
-
#: dashboard/publisher/adverts-edit.php:365
|
1572 |
#, fuzzy
|
1573 |
#| msgid ""
|
1574 |
-
#| "
|
1575 |
-
#| "
|
|
|
1576 |
msgid ""
|
1577 |
-
"AdRotate
|
1578 |
-
"
|
1579 |
msgstr ""
|
1580 |
-
"
|
1581 |
-
"
|
1582 |
-
|
1583 |
-
#: dashboard/publisher/adverts-edit.php:361
|
1584 |
-
#, fuzzy
|
1585 |
-
#| msgid "Enter cities, metro IDs, States or State ISO codes"
|
1586 |
-
msgid "Enter States or State ISO3166-2 codes"
|
1587 |
-
msgstr "Wprowadź kody stany lub stan ISO3166-2"
|
1588 |
|
1589 |
-
#: dashboard/publisher/adverts-edit.php:
|
1590 |
-
|
1591 |
-
|
1592 |
-
|
|
|
1593 |
|
1594 |
-
#: dashboard/publisher/adverts-edit.php:
|
1595 |
-
|
1596 |
-
|
1597 |
-
msgid "
|
1598 |
-
msgstr "
|
1599 |
|
1600 |
-
#: dashboard/publisher/adverts-edit.php:
|
1601 |
-
|
1602 |
-
|
|
|
1603 |
|
1604 |
-
#: dashboard/publisher/adverts-edit.php:
|
1605 |
-
|
1606 |
-
|
1607 |
-
|
|
|
|
|
|
|
|
|
1608 |
|
1609 |
-
#: dashboard/publisher/adverts-edit.php:
|
1610 |
msgid "Select Groups"
|
1611 |
msgstr "Wybierz grupy"
|
1612 |
|
1613 |
-
#: dashboard/publisher/adverts-edit.php:
|
1614 |
#: dashboard/publisher/groups-main.php:60
|
1615 |
#: dashboard/settings/geotargeting.php:54 dashboard/settings/statistics.php:25
|
1616 |
msgid "Default"
|
1617 |
msgstr "Domyślny"
|
1618 |
|
1619 |
-
#: dashboard/publisher/adverts-edit.php:
|
1620 |
#: dashboard/publisher/groups-main.php:61
|
1621 |
msgid "Dynamic"
|
1622 |
msgstr "Dynamiczny"
|
1623 |
|
1624 |
-
#: dashboard/publisher/adverts-edit.php:
|
1625 |
#: dashboard/publisher/groups-main.php:61
|
1626 |
msgid "second rotation"
|
1627 |
msgstr "drugi wybór"
|
1628 |
|
1629 |
-
#: dashboard/publisher/adverts-edit.php:
|
1630 |
#: dashboard/publisher/groups-main.php:62
|
1631 |
msgid "Block"
|
1632 |
msgstr "Blok"
|
1633 |
|
1634 |
-
#: dashboard/publisher/adverts-edit.php:
|
1635 |
#: dashboard/publisher/groups-main.php:62
|
1636 |
msgid "grid"
|
1637 |
msgstr "siatka"
|
1638 |
|
1639 |
-
#: dashboard/publisher/adverts-edit.php:
|
1640 |
-
#: dashboard/publisher/groups-edit.php:
|
1641 |
#: dashboard/publisher/groups-main.php:63
|
1642 |
msgid "Post Injection"
|
1643 |
msgstr "Umieszczanie we wpisach"
|
1644 |
|
1645 |
-
#: dashboard/publisher/adverts-edit.php:
|
1646 |
msgid "Geolocation"
|
1647 |
msgstr "Geolokalizacja"
|
1648 |
|
1649 |
-
#: dashboard/publisher/adverts-edit.php:
|
1650 |
#: dashboard/publisher/groups-edit.php:74
|
1651 |
#: dashboard/publisher/groups-main.php:70
|
1652 |
msgid "Mode"
|
1653 |
msgstr "Tryb"
|
1654 |
|
1655 |
-
#: dashboard/publisher/adverts-edit.php:
|
1656 |
-
#: dashboard/publisher/adverts-generator.php:
|
1657 |
#, fuzzy
|
1658 |
#| msgid "Scalability:"
|
1659 |
msgid "Portability"
|
1660 |
msgstr "Przenoszenie"
|
1661 |
|
1662 |
-
#: dashboard/publisher/adverts-edit.php:
|
1663 |
#, fuzzy
|
1664 |
msgid ""
|
1665 |
"This long code is your advert. It includes all settings from above except "
|
@@ -1676,8 +1429,8 @@ msgstr ""
|
|
1676 |
"polu, aby wybrać całość. Skrót można wkleić do pola \"Skrót reklamy\" w "
|
1677 |
"generatorze reklam innej konfiguracji AdRotate."
|
1678 |
|
1679 |
-
#: dashboard/publisher/adverts-edit.php:
|
1680 |
-
#: dashboard/publisher/adverts-generator.php:
|
1681 |
#, fuzzy
|
1682 |
#| msgid "Adverts"
|
1683 |
msgid "Advert hash"
|
@@ -1734,131 +1487,89 @@ msgstr "Wygasa"
|
|
1734 |
msgid "Generate Advert Code"
|
1735 |
msgstr "Wygeneruj kod reklamy"
|
1736 |
|
1737 |
-
#: dashboard/publisher/adverts-generator.php:37
|
1738 |
-
msgid ""
|
1739 |
-
"Use the Generator if you have received a target url, banner image and/or "
|
1740 |
-
"some separate files with a description on how to use those. The AdRotate "
|
1741 |
-
"Generator will take your bits and pieces and try to generate a working "
|
1742 |
-
"adcode from it."
|
1743 |
-
msgstr ""
|
1744 |
-
"Użyj generatora, jeśli otrzymałeś URL docelowy, obrazek reklamy i/lub "
|
1745 |
-
"dodatkowe pliki z opisem, jak ich użyć. Generator AdRotate spróbuje "
|
1746 |
-
"wygenerować z nich działający kod reklamy."
|
1747 |
-
|
1748 |
-
#: dashboard/publisher/adverts-generator.php:38
|
1749 |
-
#, fuzzy
|
1750 |
-
msgid ""
|
1751 |
-
"If you have an advert hash from another AdRotate or AdRotate Professional "
|
1752 |
-
"setup you can enter it in the Portability field. This feature is a bit of an "
|
1753 |
-
"experiment, but the basic function works."
|
1754 |
-
msgstr ""
|
1755 |
-
"Jeśli masz skrót reklamy z innej konfiguracji AdRotate lub AdRotate "
|
1756 |
-
"Professional, możesz wprowadzić ją w polu Przenośność. Ta funkcja jest "
|
1757 |
-
"trochę eksperymentem, ale podstawowa funkcja działa."
|
1758 |
-
|
1759 |
-
#: dashboard/publisher/adverts-generator.php:39
|
1760 |
-
msgid ""
|
1761 |
-
"If you have a complete and working ad code / ad tag you do not use the "
|
1762 |
-
"Generator. You can simply paste that code in the AdCode field when creating "
|
1763 |
-
"your advert. For example as provided by Media.net or Google AdSense among "
|
1764 |
-
"others."
|
1765 |
-
msgstr ""
|
1766 |
-
"Jeśli masz kompletną reklamę, nie używaj generatora. Po prostu wklej reklamę "
|
1767 |
-
"w polu AdCode. Dotyczy to np. reklam z Media.net czy Google Adsense."
|
1768 |
-
|
1769 |
#: dashboard/publisher/adverts-generator.php:41
|
1770 |
-
msgid "Create your advert"
|
1771 |
-
msgstr "Utwórz własną reklamę"
|
1772 |
-
|
1773 |
-
#: dashboard/publisher/adverts-generator.php:42
|
1774 |
-
msgid ""
|
1775 |
-
"This is a regular advert consisting of an image and a link, made up from "
|
1776 |
-
"HTML code."
|
1777 |
-
msgstr "To jest zwykła reklama złożona z obrazka i odnośnika, napisana w HTML."
|
1778 |
-
|
1779 |
-
#: dashboard/publisher/adverts-generator.php:47
|
1780 |
msgid "Required"
|
1781 |
msgstr "Wymagane"
|
1782 |
|
1783 |
-
#: dashboard/publisher/adverts-generator.php:
|
1784 |
msgid "Banner image"
|
1785 |
msgstr "Obrazek banera"
|
1786 |
|
1787 |
-
#: dashboard/publisher/adverts-generator.php:
|
1788 |
msgid "Select advert image"
|
1789 |
msgstr "Wybierz obrazek reklamy"
|
1790 |
|
1791 |
-
#: dashboard/publisher/adverts-generator.php:
|
1792 |
#, fuzzy
|
1793 |
#| msgid "Is your file not listed? Upload it via the AdRotate Media Manager."
|
1794 |
msgid "Is your file not listed? Upload it to the banners folder using (s)FTP."
|
1795 |
msgstr "Brak Twojego pliku? Wyślij go przez menedżer mediów AdRotate."
|
1796 |
|
1797 |
-
#: dashboard/publisher/adverts-generator.php:
|
1798 |
msgid "Target website"
|
1799 |
msgstr "Strona docelowa"
|
1800 |
|
1801 |
-
#: dashboard/publisher/adverts-generator.php:
|
1802 |
msgid "Where does the person clicking the advert go?"
|
1803 |
msgstr "Gdzie powinno przenosić kliknięcie na reklamę?"
|
1804 |
|
1805 |
-
#: dashboard/publisher/adverts-generator.php:
|
1806 |
msgid "Viewports"
|
1807 |
msgstr "Wielkość ekranu"
|
1808 |
|
1809 |
-
#: dashboard/publisher/adverts-generator.php:
|
1810 |
-
#: dashboard/publisher/groups-edit.php:
|
1811 |
#: dashboard/settings/notifications.php:48
|
1812 |
#, fuzzy
|
1813 |
#| msgid "Update AdRotate Pro"
|
1814 |
msgid "Available in AdRotate Pro"
|
1815 |
msgstr "Dostępne w wersji AdRotate Pro"
|
1816 |
|
1817 |
-
#: dashboard/publisher/adverts-generator.php:
|
1818 |
msgid "Smaller Devices"
|
1819 |
msgstr "Mniejsze urządzenia"
|
1820 |
|
1821 |
-
#: dashboard/publisher/adverts-generator.php:
|
1822 |
-
#: dashboard/publisher/adverts-generator.php:
|
1823 |
-
#: dashboard/publisher/adverts-generator.php:
|
1824 |
msgid "No file selected"
|
1825 |
msgstr "Nie wybrano pliku"
|
1826 |
|
1827 |
-
#: dashboard/publisher/adverts-generator.php:
|
1828 |
msgid ""
|
1829 |
"Smaller smartphones and tablets with a viewport of up to 480px wide (up-to "
|
1830 |
"1440px resolution)."
|
1831 |
msgstr ""
|
1832 |
"Mniejsze smartfony i tablety z ekranem do 480px (rozdzielczość do 1440px)."
|
1833 |
|
1834 |
-
#: dashboard/publisher/adverts-generator.php:
|
1835 |
msgid "Medium sized Devices"
|
1836 |
msgstr "Średnie urządzenia"
|
1837 |
|
1838 |
-
#: dashboard/publisher/adverts-generator.php:
|
1839 |
msgid ""
|
1840 |
"Larger smartphones or Small tablets with a viewport of up to 960px wide (up-"
|
1841 |
"to 1536px resolution)."
|
1842 |
msgstr ""
|
1843 |
"Większe smartfony i małe tablety z ekranem do 960px (rozdzielczość do 1536px)"
|
1844 |
|
1845 |
-
#: dashboard/publisher/adverts-generator.php:
|
1846 |
msgid "Larger Devices"
|
1847 |
msgstr "Większe urządzenia"
|
1848 |
|
1849 |
-
#: dashboard/publisher/adverts-generator.php:
|
1850 |
msgid ""
|
1851 |
"Small laptops and Larger tablets with a viewport of up to 1280px wide (up-to "
|
1852 |
"2048px resolution)."
|
1853 |
msgstr ""
|
1854 |
"Małe laptopy i większe tablety z ekranem do 1280px (rozdzielczość do 2048px)."
|
1855 |
|
1856 |
-
#: dashboard/publisher/adverts-generator.php:
|
1857 |
#: dashboard/publisher/media.php:37
|
1858 |
msgid "Important:"
|
1859 |
msgstr "Ważne:"
|
1860 |
|
1861 |
-
#: dashboard/publisher/adverts-generator.php:
|
1862 |
msgid ""
|
1863 |
"All sizes are optional, but it is highly recommended to use at least the "
|
1864 |
"small and medium size. Devices with viewports greater than 1280px will use "
|
@@ -1868,7 +1579,7 @@ msgstr ""
|
|
1868 |
"średniego rozmiaru. Urządzenia z ekranem powyżej 1280px będą używać pełnego "
|
1869 |
"banera."
|
1870 |
|
1871 |
-
#: dashboard/publisher/adverts-generator.php:
|
1872 |
msgid ""
|
1873 |
"Are your files not listed? Upload them via the AdRotate Media Manager. For "
|
1874 |
"your convenience, use easy to use filenames."
|
@@ -1876,38 +1587,38 @@ msgstr ""
|
|
1876 |
"Brak Twoich plików? Wyślij je za pomocą menedżera mediów AdRotate. Dla "
|
1877 |
"wygody, użyj czytelnych nazw plików."
|
1878 |
|
1879 |
-
#: dashboard/publisher/adverts-generator.php:
|
1880 |
msgid "Optional"
|
1881 |
msgstr "Opcjonalne"
|
1882 |
|
1883 |
-
#: dashboard/publisher/adverts-generator.php:
|
1884 |
msgid "Target window"
|
1885 |
msgstr "Okno docelowe"
|
1886 |
|
1887 |
-
#: dashboard/publisher/adverts-generator.php:
|
1888 |
msgid "Open the advert in a new window?"
|
1889 |
msgstr "Otworzyć reklamę w nowym oknie?"
|
1890 |
|
1891 |
-
#: dashboard/publisher/adverts-generator.php:
|
1892 |
msgid "(Recommended)"
|
1893 |
msgstr "(Zalecane)"
|
1894 |
|
1895 |
-
#: dashboard/publisher/adverts-generator.php:
|
1896 |
msgid "NoFollow"
|
1897 |
msgstr "NoFollow"
|
1898 |
|
1899 |
-
#: dashboard/publisher/adverts-generator.php:
|
1900 |
msgid "Tell crawlers and search engines not to follow the target website url?"
|
1901 |
msgstr "Powiedzieć botom i wyszukiwarką, by nie przeszukiwały docelowego URL?"
|
1902 |
|
1903 |
-
#: dashboard/publisher/adverts-generator.php:
|
1904 |
-
#: dashboard/publisher/adverts-generator.php:
|
1905 |
#, fuzzy
|
1906 |
#| msgid "Update AdRotate Pro"
|
1907 |
msgid "(Available in AdRotate Pro)"
|
1908 |
msgstr "Dostępne w wersji AdRotate Pro"
|
1909 |
|
1910 |
-
#: dashboard/publisher/adverts-generator.php:
|
1911 |
msgid ""
|
1912 |
"Letting bots (Such as Googlebot) index paid links may negatively affect your "
|
1913 |
"SEO and PageRank."
|
@@ -1915,21 +1626,21 @@ msgstr ""
|
|
1915 |
"Przeszukiwanie płatnych reklam może negatywnie działać na Twoje SEO i "
|
1916 |
"PageRank."
|
1917 |
|
1918 |
-
#: dashboard/publisher/adverts-generator.php:
|
1919 |
msgid "Alt and Title"
|
1920 |
msgstr "Alt i tytuł"
|
1921 |
|
1922 |
-
#: dashboard/publisher/adverts-generator.php:
|
1923 |
msgid "Add an alt and title attribute based on the asset name?"
|
1924 |
msgstr "Dodaj atrybuty Alt i Title na podstawie nazwy zasobu?"
|
1925 |
|
1926 |
-
#: dashboard/publisher/adverts-generator.php:
|
1927 |
msgid ""
|
1928 |
"Some bots/crawlers use them as a descriptive measure to see what the code is "
|
1929 |
"about."
|
1930 |
msgstr "Niektóre boty/wyszukiwarki używają ich jako opisu kodu."
|
1931 |
|
1932 |
-
#: dashboard/publisher/adverts-generator.php:
|
1933 |
#, fuzzy
|
1934 |
msgid ""
|
1935 |
"To import a ready made advert, enter a advert hash from another AdRotate "
|
@@ -1938,19 +1649,19 @@ msgstr ""
|
|
1938 |
"Aby zaimportować gotową reklamę, wprowadź skrót reklamy z innej konfiguracji "
|
1939 |
"AdRotate..."
|
1940 |
|
1941 |
-
#: dashboard/publisher/adverts-generator.php:
|
1942 |
msgid "Generate and Configure Advert"
|
1943 |
msgstr "Generuj i konfiguruj reklamę"
|
1944 |
|
1945 |
-
#: dashboard/publisher/adverts-generator.php:
|
1946 |
msgid "Always test your adverts before activating them."
|
1947 |
msgstr "Zawsze testuj reklamy przed ich włączeniem."
|
1948 |
|
1949 |
-
#: dashboard/publisher/adverts-generator.php:
|
1950 |
-
msgid "
|
1951 |
msgstr "Uwaga:"
|
1952 |
|
1953 |
-
#: dashboard/publisher/adverts-generator.php:
|
1954 |
msgid ""
|
1955 |
"While the Code Generator has been tested and works, code generation, as "
|
1956 |
"always, is a interpretation of user input. If you provide the correct bits "
|
@@ -1961,11 +1672,11 @@ msgstr ""
|
|
1961 |
"interpretacja danych użytkownika. Jeśli pozostawisz jakieś pola puste lub "
|
1962 |
"wstawisz błędne informacje, reklama może być nieprawidłowa."
|
1963 |
|
1964 |
-
#: dashboard/publisher/adverts-generator.php:
|
1965 |
msgid "NOTE:"
|
1966 |
msgstr "Uwaga:"
|
1967 |
|
1968 |
-
#: dashboard/publisher/adverts-generator.php:
|
1969 |
#, fuzzy
|
1970 |
msgid "If you insert an Advert Hash, all other fields are ignored."
|
1971 |
msgstr ""
|
@@ -2134,20 +1845,14 @@ msgid ""
|
|
2134 |
msgstr "Wyłącz tę opcję, by liczyć tylko pierwszą odsłonę w cyklu."
|
2135 |
|
2136 |
#: dashboard/publisher/groups-edit.php:155
|
2137 |
-
#: dashboard/publisher/groups-edit.php:
|
2138 |
#, fuzzy
|
2139 |
#| msgid "Favorite feature in AdRotate Professional?"
|
2140 |
msgid "Get access to all features in AdRotate Pro."
|
2141 |
msgstr "Ulubiona funkcja w AdRotate Professional?"
|
2142 |
|
2143 |
-
#: dashboard/publisher/groups-edit.php:155
|
2144 |
-
#, fuzzy
|
2145 |
-
#| msgid "Impressions today"
|
2146 |
-
msgid "Upgrade today"
|
2147 |
-
msgstr "Dzisiejsze odsłony"
|
2148 |
-
|
2149 |
#: dashboard/publisher/groups-edit.php:162
|
2150 |
-
#: dashboard/publisher/groups-edit.php:
|
2151 |
#, fuzzy
|
2152 |
#| msgid ""
|
2153 |
#| "Drag the AdRotate widget to the sidebar where you want to place the group "
|
@@ -2160,11 +1865,15 @@ msgstr ""
|
|
2160 |
"wybierz \"Grupy reklam\" i wprowadź identyfikator"
|
2161 |
|
2162 |
#: dashboard/publisher/groups-edit.php:174
|
2163 |
-
#: dashboard/publisher/groups-edit.php:
|
2164 |
-
#: dashboard/publisher/groups-edit.php:
|
2165 |
msgid "Save Group"
|
2166 |
msgstr "Zapisz grupę"
|
2167 |
|
|
|
|
|
|
|
|
|
2168 |
#: dashboard/publisher/groups-edit.php:182
|
2169 |
msgid "Advert Margin"
|
2170 |
msgstr "Margines reklamy"
|
@@ -2252,7 +1961,7 @@ msgstr ""
|
|
2252 |
msgid "Fallback Group"
|
2253 |
msgstr "Zapasowa grupa"
|
2254 |
|
2255 |
-
#: dashboard/publisher/groups-edit.php:
|
2256 |
msgid ""
|
2257 |
"Select another group to fall back on when all adverts are expired, not in "
|
2258 |
"the visitors geographic area or are otherwise unavailable."
|
@@ -2260,136 +1969,140 @@ msgstr ""
|
|
2260 |
"Wybierz zapasową grupę, gdyby wszystkie reklamy wygasły bądź nie pasowały do "
|
2261 |
"regionu odwiedzających."
|
2262 |
|
2263 |
-
#: dashboard/publisher/groups-edit.php:
|
2264 |
-
#: dashboard/publisher/groups-edit.php:
|
2265 |
#: dashboard/settings/geotargeting.php:24
|
2266 |
msgid "Disabled"
|
2267 |
msgstr "Wyłączone"
|
2268 |
|
2269 |
-
#: dashboard/publisher/groups-edit.php:
|
2270 |
-
#: dashboard/publisher/groups-edit.php:
|
2271 |
#, fuzzy
|
2272 |
msgid "Widget (Pro only)"
|
2273 |
msgstr "Widżet (tylko Pro)"
|
2274 |
|
2275 |
-
#: dashboard/publisher/groups-edit.php:
|
2276 |
-
#: dashboard/publisher/groups-edit.php:
|
2277 |
msgid "Before content"
|
2278 |
msgstr "Przed treścią"
|
2279 |
|
2280 |
-
#: dashboard/publisher/groups-edit.php:
|
2281 |
-
#: dashboard/publisher/groups-edit.php:
|
2282 |
msgid "After content"
|
2283 |
msgstr "Po treści"
|
2284 |
|
2285 |
-
#: dashboard/publisher/groups-edit.php:
|
2286 |
-
#: dashboard/publisher/groups-edit.php:
|
2287 |
msgid "Before and after content"
|
2288 |
msgstr "Przed i po treści"
|
2289 |
|
2290 |
-
#: dashboard/publisher/groups-edit.php:
|
2291 |
-
#: dashboard/publisher/groups-edit.php:
|
2292 |
msgid "Inside the content..."
|
2293 |
msgstr "Wewnętrz treści..."
|
2294 |
|
2295 |
-
#: dashboard/publisher/groups-edit.php:
|
2296 |
-
#: dashboard/publisher/groups-edit.php:
|
2297 |
msgid "after the middle paragraph"
|
2298 |
msgstr "po środkowym akapicie"
|
2299 |
|
2300 |
-
#: dashboard/publisher/groups-edit.php:
|
2301 |
-
#: dashboard/publisher/groups-edit.php:
|
2302 |
msgid "after the 1st paragraph"
|
2303 |
msgstr "po pierwszym akapicie"
|
2304 |
|
2305 |
-
#: dashboard/publisher/groups-edit.php:
|
2306 |
-
#: dashboard/publisher/groups-edit.php:
|
2307 |
msgid "after the 2nd paragraph"
|
2308 |
msgstr "po drugim akapicie"
|
2309 |
|
2310 |
-
#: dashboard/publisher/groups-edit.php:
|
2311 |
-
#: dashboard/publisher/groups-edit.php:
|
2312 |
msgid "after the 3rd paragraph"
|
2313 |
msgstr "po trzecim akapicie"
|
2314 |
|
2315 |
-
#: dashboard/publisher/groups-edit.php:
|
2316 |
-
#: dashboard/publisher/groups-edit.php:
|
2317 |
msgid "after the 4th paragraph"
|
2318 |
msgstr "po czwartym akapicie"
|
2319 |
|
2320 |
-
#: dashboard/publisher/groups-edit.php:
|
2321 |
-
#: dashboard/publisher/groups-edit.php:
|
2322 |
msgid "after the 5th paragraph"
|
2323 |
msgstr "po piątym akapicie"
|
2324 |
|
2325 |
-
#: dashboard/publisher/groups-edit.php:
|
2326 |
-
#: dashboard/publisher/groups-edit.php:
|
2327 |
msgid "after the 6th paragraph"
|
2328 |
msgstr "po szóstym akapicie"
|
2329 |
|
2330 |
-
#: dashboard/publisher/groups-edit.php:
|
2331 |
-
#: dashboard/publisher/groups-edit.php:
|
2332 |
msgid "after the 7th paragraph"
|
2333 |
msgstr "po siódmym akapicie"
|
2334 |
|
2335 |
-
#: dashboard/publisher/groups-edit.php:
|
2336 |
-
#: dashboard/publisher/groups-edit.php:
|
2337 |
msgid "after the 8th paragraph"
|
2338 |
msgstr "po ósmym akapicie"
|
2339 |
|
2340 |
-
#: dashboard/publisher/groups-edit.php:
|
2341 |
msgid "Page Injection"
|
2342 |
msgstr "Wstawianie stron"
|
2343 |
|
2344 |
-
#: dashboard/publisher/groups-edit.php:
|
2345 |
msgid "Wrapper code"
|
2346 |
msgstr "Kod wrappera"
|
2347 |
|
2348 |
-
#: dashboard/publisher/groups-edit.php:
|
2349 |
msgid "Wraps around each advert. HTML/JavaScript allowed, use with care!"
|
2350 |
msgstr "Wstawia kod HTML/JavaScript wokół każdej reklamy. Ostrożnie!"
|
2351 |
|
2352 |
-
#: dashboard/publisher/groups-edit.php:
|
2353 |
msgid "Before advert"
|
2354 |
msgstr "Przed reklamą"
|
2355 |
|
2356 |
-
#: dashboard/publisher/groups-edit.php:
|
2357 |
-
#: dashboard/publisher/groups-edit.php:
|
2358 |
msgid "Example:"
|
2359 |
msgstr "Przykład:"
|
2360 |
|
2361 |
-
#: dashboard/publisher/groups-edit.php:
|
2362 |
msgid "Options:"
|
2363 |
msgstr "Opcje:"
|
2364 |
|
2365 |
-
#: dashboard/publisher/groups-edit.php:
|
2366 |
msgid "After advert"
|
2367 |
msgstr "Po reklamie"
|
2368 |
|
2369 |
-
#: dashboard/publisher/groups-edit.php:
|
2370 |
msgid "Select adverts"
|
2371 |
msgstr "Wybierz reklamy"
|
2372 |
|
2373 |
-
#: dashboard/publisher/groups-edit.php:
|
2374 |
msgid "Visible until"
|
2375 |
msgstr "Widoczne do"
|
2376 |
|
2377 |
-
#: dashboard/publisher/groups-edit.php:
|
|
|
|
|
|
|
|
|
2378 |
msgid "No adverts created!"
|
2379 |
msgstr "Nie utworzono reklam!"
|
2380 |
|
2381 |
-
#: dashboard/publisher/groups-edit.php:
|
2382 |
#, fuzzy
|
2383 |
#| msgid "Configuration errors"
|
2384 |
msgid "Configuration errors."
|
2385 |
msgstr "Błedy konfiguracji."
|
2386 |
|
2387 |
-
#: dashboard/publisher/groups-edit.php:
|
2388 |
#: dashboard/publisher/schedules-main.php:87
|
2389 |
msgid "Expires soon."
|
2390 |
msgstr "Wygasa wkrótce."
|
2391 |
|
2392 |
-
#: dashboard/publisher/groups-edit.php:
|
2393 |
#: dashboard/publisher/schedules-main.php:88
|
2394 |
msgid "Has expired."
|
2395 |
msgstr "Wygasła."
|
@@ -3230,17 +2943,19 @@ msgstr "jedna wtyczka"
|
|
3230 |
|
3231 |
#: dashboard/settings/maintenance.php:80
|
3232 |
msgid "Disable 3rd party plugins"
|
3233 |
-
msgstr ""
|
3234 |
|
3235 |
#: dashboard/settings/maintenance.php:82
|
3236 |
msgid "One or more unsupported 3rd party plugins detected."
|
3237 |
-
msgstr ""
|
3238 |
|
3239 |
#: dashboard/settings/maintenance.php:84
|
3240 |
msgid ""
|
3241 |
"These are plugins that alter functions of AdRotate or highjack parts of the "
|
3242 |
"dashboard which may affect security and/or stability."
|
3243 |
msgstr ""
|
|
|
|
|
3244 |
|
3245 |
#: dashboard/settings/maintenance.php:89
|
3246 |
msgid "Internal Versions"
|
@@ -3758,6 +3473,187 @@ msgstr "Uzyskaj pomoc"
|
|
3758 |
msgid "Premium Support is available in AdRotate Pro!"
|
3759 |
msgstr "Wsparcie premium jest dostępne w AdRotate Pro!"
|
3760 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3761 |
#~ msgid "AdRotate Professional"
|
3762 |
#~ msgstr "AdRotate Professional"
|
3763 |
|
@@ -4967,12 +4863,6 @@ msgstr "Wsparcie premium jest dostępne w AdRotate Pro!"
|
|
4967 |
#~ "Ta reklama została odrzucona przez obsługę. Proszę dostosować reklamę do "
|
4968 |
#~ "wymagań!"
|
4969 |
|
4970 |
-
#~ msgid "The advert will expire in less than 2 days!"
|
4971 |
-
#~ msgstr "Ta reklama wygaśnie w ciągu 2 dni!"
|
4972 |
-
|
4973 |
-
#~ msgid "This advert will expire in less than 7 days!"
|
4974 |
-
#~ msgstr "Ta reklama wygaśnie w ciągu 7 dnii!"
|
4975 |
-
|
4976 |
#~ msgid "This advert has been archived and can not be activated anymore!"
|
4977 |
#~ msgstr "Ta reklama została zarchiwizowana i nie może być uaktywniona!"
|
4978 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: AdRotate\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2021-05-19 12:16-0500\n"
|
6 |
+
"PO-Revision-Date: 2021-05-19 12:19-0500\n"
|
7 |
"Last-Translator: Arnan de Gans <support@ajdg.solutions>\n"
|
8 |
"Language-Team: Michal Rudolf <michal@rudolf.waw.pl>\n"
|
9 |
"Language: pl_PL\n"
|
15 |
"_nx_noop:4c,1,2\n"
|
16 |
"X-Poedit-Basepath: ..\n"
|
17 |
"X-Poedit-SourceCharset: UTF-8\n"
|
18 |
+
"X-Generator: Poedit 2.4.2\n"
|
19 |
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
|
20 |
"|| n%100>=20) ? 1 : 2);\n"
|
21 |
"X-Language: pl_PL\n"
|
23 |
"X-Poedit-SearchPath-0: .\n"
|
24 |
|
25 |
#: adrotate-functions.php:784
|
26 |
+
msgid "Advert saved"
|
27 |
+
msgstr "Zapisana reklama"
|
28 |
|
29 |
#: adrotate-functions.php:788
|
30 |
msgid "Group saved"
|
54 |
"Usuwanie pliku lub folderu nie powiodło się. Proszę sprawdzić uprawnienia."
|
55 |
|
56 |
#: adrotate-functions.php:812
|
57 |
+
msgid "Advert(s) statistics reset"
|
58 |
+
msgstr "Resetowanie statystyk reklam"
|
59 |
|
60 |
#: adrotate-functions.php:816
|
61 |
+
msgid "Advert(s) renewed"
|
62 |
msgstr "Reklamy odnowione"
|
63 |
|
64 |
#: adrotate-functions.php:820
|
65 |
+
msgid "Advert(s) deactivated"
|
66 |
+
msgstr "Reklamy dezaktywowane"
|
67 |
|
68 |
#: adrotate-functions.php:824
|
69 |
+
msgid "Advert(s) activated"
|
70 |
+
msgstr "Reklamy aktywowane"
|
71 |
|
72 |
#: adrotate-functions.php:828
|
73 |
+
msgid "Group including the Adverts in it deleted"
|
74 |
+
msgstr "Grupa, w tym usunięte w niej reklamy"
|
75 |
|
76 |
#: adrotate-functions.php:832
|
77 |
msgid "Export created"
|
78 |
msgstr "Eksport utworzony"
|
79 |
|
80 |
#: adrotate-functions.php:836
|
|
|
|
|
|
|
|
|
81 |
msgid ""
|
82 |
"Advert HTML generated and placed in the AdCode field. Configure your advert "
|
83 |
+
"below. Do not forget to check all settings and schedule the advert."
|
84 |
msgstr ""
|
85 |
+
"Kod HTML reklamy wygenerowany i umieszczony w polu AdCode. Skonfiguruj "
|
86 |
+
"ogłoszenie poniżej. Nie zapomnij sprawdzić wszystkich ustawień i zaplanować "
|
87 |
+
"ogłoszenie."
|
88 |
|
89 |
#: adrotate-functions.php:841
|
90 |
msgid "Settings saved"
|
99 |
msgstr "Baza danych naprawiona"
|
100 |
|
101 |
#: adrotate-functions.php:853
|
102 |
+
msgid "Adverts evaluated and statuses have been corrected where required"
|
103 |
+
msgstr ""
|
104 |
+
"Ocenione reklamy i statusy zostały poprawione tam, gdzie jest to wymagane"
|
105 |
|
106 |
#: adrotate-functions.php:857
|
107 |
msgid "Cleanup complete"
|
113 |
|
114 |
#: adrotate-functions.php:866
|
115 |
msgid ""
|
116 |
+
"The advert was saved but has an issue which might prevent it from working "
|
117 |
+
"properly. Review the colored advert."
|
118 |
msgstr ""
|
119 |
+
"Ogłoszenie zostało zapisane, ale ma problem, który może uniemożliwić jej "
|
120 |
+
"prawidłowe działanie. Przejrzyj kolorową reklamę."
|
121 |
|
122 |
#: adrotate-functions.php:870
|
123 |
msgid "No data found in selected time period"
|
132 |
msgstr "Formularz nie może być (częściowo) pusty!"
|
133 |
|
134 |
#: adrotate-functions.php:882
|
135 |
+
msgid "No adverts found."
|
136 |
+
msgstr "Nie znaleziono ogłoszeń."
|
137 |
|
138 |
#: adrotate-functions.php:886
|
|
|
139 |
msgid ""
|
140 |
"The advert hash is not usable or is missing required data. Please copy the "
|
141 |
"hash correctly and try again."
|
144 |
"Skopiuj skrót poprawnie i spróbuj ponownie."
|
145 |
|
146 |
#: adrotate-functions.php:890
|
|
|
147 |
msgid ""
|
148 |
"The advert hash can not be used on the same site as it originated from or is "
|
149 |
"not a valid hash for importing."
|
184 |
msgstr "Skontaktuj się z pomocą techniczną, jeśli problem się powtórzy:"
|
185 |
|
186 |
#: adrotate-output.php:562
|
|
|
|
|
|
|
|
|
187 |
msgid ""
|
188 |
+
"Error, Advert is not available at this time due to schedule/geolocation "
|
189 |
"restrictions!"
|
190 |
msgstr ""
|
191 |
+
"Błąd, ogłoszenie nie jest obecnie dostępne z powodu ograniczeń harmonogramu/"
|
192 |
+
"geolokalizacji!"
|
193 |
|
194 |
#: adrotate-output.php:567
|
195 |
msgid ""
|
198 |
msgstr "Brak banerów, są wyłączone lub brak ich tej lokalizacji!"
|
199 |
|
200 |
#: adrotate-output.php:572
|
201 |
+
msgid "Error, no Advert ID set! Check your syntax!"
|
202 |
+
msgstr "Błąd, brak ustawionego identyfikatora reklamy! Sprawdź składnię!"
|
203 |
|
204 |
#: adrotate-output.php:578
|
205 |
msgid "Error, no group ID set! Check your syntax!"
|
317 |
msgstr "Ustaw folder banerów"
|
318 |
|
319 |
#: adrotate-output.php:656
|
|
|
|
|
|
|
|
|
|
|
320 |
msgid ""
|
321 |
"You have AdRotate Professional installed. Please switch to AdRotate Pro! You "
|
322 |
"can delete this plugin after AdRotate Pro is activated."
|
323 |
msgstr ""
|
324 |
+
"Masz zainstalowany AdRotate Professional. Proszę przełączyć się na AdRotate "
|
325 |
+
"Pro! Możesz usunąć tę wtyczkę po aktywacji AdRotate Pro."
|
|
|
326 |
|
327 |
#: adrotate-output.php:656
|
|
|
328 |
msgid "Switch plugins"
|
329 |
msgstr "Przełączanie wtyczek"
|
330 |
|
354 |
msgstr "twoją uwagę:"
|
355 |
|
356 |
#: adrotate-output.php:761
|
|
|
|
|
|
|
|
|
357 |
msgid ""
|
358 |
"Thank you for choosing AdRotate. Everything related to AdRotate is in this "
|
359 |
"menu. If you need help getting started take a look at the"
|
375 |
|
376 |
#: adrotate-output.php:841
|
377 |
msgid "Need help fast? Or do you have a question?"
|
378 |
+
msgstr "Potrzebujesz szybkiej pomocy? A może masz pytanie?"
|
379 |
|
380 |
#: adrotate-output.php:842
|
|
|
|
|
381 |
msgid "Help AdRotate Grow"
|
382 |
msgstr "Pomóż AdRotate rosnąć"
|
383 |
|
384 |
#: adrotate-output.php:843
|
|
|
|
|
385 |
msgid "More features with AdRotate Pro"
|
386 |
+
msgstr "Więcej funkcji z AdRotate Pro"
|
387 |
|
388 |
#: adrotate-output.php:850
|
|
|
|
|
|
|
|
|
|
|
389 |
msgid ""
|
390 |
"Many users only think to review AdRotate when something goes wrong while "
|
391 |
"thousands of people happily use AdRotate."
|
394 |
"pójdzie nie tak, podczas gdy tysiące ludzi chętnie korzystają z AdRotate."
|
395 |
|
396 |
#: adrotate-output.php:850
|
|
|
|
|
397 |
msgid "If you find AdRotate useful please leave your"
|
398 |
msgstr "Jeśli uważasz, że AdRotate jest przydatne proszę zostaw swoją"
|
399 |
|
402 |
msgstr "ocenę"
|
403 |
|
404 |
#: adrotate-output.php:850
|
|
|
|
|
405 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
406 |
msgstr "w Wodpress.org aby pomóc AdRotate rosnąć w pozytywny sposób"
|
407 |
|
408 |
#: adrotate-output.php:851
|
|
|
409 |
msgid ""
|
410 |
"Get more advanced features such as Geo Targeting, scheduling and much more "
|
411 |
"with AdRotate Pro."
|
412 |
msgstr ""
|
413 |
+
"Uzyskaj bardziej zaawansowane funkcje, takie jak kierowanie geograficzne, "
|
414 |
+
"planowanie i wiele więcej dzięki AdRotate Pro."
|
415 |
|
416 |
#: adrotate-output.php:851
|
|
|
417 |
msgid "Get access to premium support and free updates for one year!"
|
418 |
+
msgstr ""
|
419 |
+
"Uzyskaj dostęp do wsparcia premium i bezpłatnych aktualizacji przez rok!"
|
420 |
|
421 |
+
#: adrotate-output.php:851 dashboard/publisher/groups-edit.php:155
|
422 |
+
msgid "Upgrade today"
|
423 |
+
msgstr "Uaktualnij już dziś"
|
|
|
|
|
424 |
|
425 |
#: adrotate-statistics.php:155
|
426 |
msgid "January"
|
514 |
msgstr "Typ:"
|
515 |
|
516 |
#: adrotate-widget.php:148
|
|
|
|
|
517 |
msgid "Advert - Use Advert ID"
|
518 |
msgstr "Reklama - użyj ID reklamy"
|
519 |
|
520 |
#: adrotate-widget.php:149
|
|
|
|
|
521 |
msgid "Group - Use group ID"
|
522 |
msgstr "Grupa - użyj ID grupy"
|
523 |
|
526 |
msgstr "Wybierz przeznaczenie tego widżetu"
|
527 |
|
528 |
#: adrotate-widget.php:155
|
|
|
|
|
529 |
msgid "ID:"
|
530 |
msgstr "ID:"
|
531 |
|
538 |
msgstr "Informacje ogólne"
|
539 |
|
540 |
#: adrotate.php:106
|
|
|
|
|
541 |
msgid "Get AdRotate Pro"
|
542 |
+
msgstr "Pobierz AdRotate Pro"
|
543 |
|
544 |
#: adrotate.php:107 adrotate.php:196
|
545 |
msgid "Manage Adverts"
|
558 |
msgstr "Zarządzaj mediami"
|
559 |
|
560 |
#: adrotate.php:111 adrotate.php:522 dashboard/adrotatepro.php:98
|
561 |
+
#: dashboard/publisher/adverts-edit.php:174
|
562 |
#: dashboard/publisher/statistics-main.php:23
|
563 |
#: dashboard/settings/statistics.php:17
|
564 |
msgid "Statistics"
|
565 |
msgstr "Statystyka"
|
566 |
|
567 |
#: adrotate.php:112
|
|
|
|
|
568 |
msgid "Support"
|
569 |
msgstr "Wsparcie"
|
570 |
|
577 |
msgstr "Informacja AdRotate"
|
578 |
|
579 |
#: adrotate.php:152
|
|
|
|
|
580 |
msgid "Get AdRotate Professional"
|
581 |
+
msgstr "Uzyskaj AdRotate Professional"
|
582 |
|
583 |
#: adrotate.php:256 adrotate.php:327
|
584 |
msgid "Manage"
|
585 |
msgstr "Zarządzaj"
|
586 |
|
587 |
#: adrotate.php:257
|
588 |
+
msgid "Advert Generator"
|
589 |
+
msgstr "Generator reklam"
|
590 |
+
|
591 |
+
#: adrotate.php:258 dashboard/publisher/adverts-edit.php:104
|
592 |
+
msgid "New Advert"
|
593 |
+
msgstr "Nowa reklama"
|
594 |
|
595 |
+
#: adrotate.php:328
|
596 |
msgid "Add New"
|
597 |
msgstr "Dodaj nową"
|
598 |
|
599 |
#: adrotate.php:395
|
|
|
|
|
600 |
msgid "Manage Media and Assets"
|
601 |
+
msgstr "Zarządzanie multimediami i zasobami"
|
602 |
|
603 |
#: adrotate.php:399
|
|
|
|
|
|
|
|
|
604 |
msgid ""
|
605 |
"Upload images to the AdRotate Pro banners folder from here. This is useful "
|
606 |
"if you have HTML5 adverts containing multiple files."
|
609 |
"jeśli masz reklamy HTML5, zawierające wiele plików."
|
610 |
|
611 |
#: adrotate.php:441
|
|
|
|
|
612 |
msgid "Advert Statistics"
|
613 |
+
msgstr "Statystyki reklam"
|
614 |
|
615 |
#: adrotate.php:484
|
|
|
|
|
616 |
msgid "AdRotate Support"
|
617 |
+
msgstr "Pomoc techniczna adrotate"
|
618 |
|
619 |
#: adrotate.php:515
|
|
|
|
|
620 |
msgid "AdRotate Settings"
|
621 |
msgstr "Ustawienia AdRotate"
|
622 |
|
628 |
msgid "Notifications"
|
629 |
msgstr "Powiadomienia"
|
630 |
|
631 |
+
#: adrotate.php:523 dashboard/publisher/groups-edit.php:205
|
|
|
632 |
#: dashboard/settings/advertisers.php:38
|
633 |
msgid "Geo Targeting"
|
634 |
msgstr "Geolokalizacja"
|
650 |
msgstr "Obsługa"
|
651 |
|
652 |
#: dashboard/adrotatepro.php:47
|
|
|
|
|
653 |
msgid "Mobile campaigns"
|
654 |
msgstr "Kampanie mobilne"
|
655 |
|
656 |
#: dashboard/adrotatepro.php:50
|
|
|
657 |
msgid ""
|
658 |
"Target mobile users with ease and show the right adverts to smartphones, "
|
659 |
"tablets and computers. Mix and match as you please and offer adverts that "
|
668 |
"kilkoma łatwymi w użyciu opcjami, które pojawiają się tam, gdzie chcesz!"
|
669 |
|
670 |
#: dashboard/adrotatepro.php:55
|
|
|
671 |
msgid "Schedule all campaigns with ease"
|
672 |
msgstr "Zaplanuj z łatwością wszystkie kampanie reklamowe"
|
673 |
|
674 |
#: dashboard/adrotatepro.php:58
|
|
|
675 |
msgid ""
|
676 |
"Schedule your adverts and set up advertising campaigns based on dates you or "
|
677 |
"your advertisers specify without hassle. Seasonal adverts, weekly adverts, "
|
811 |
msgid "Adverts that need you"
|
812 |
msgstr "Reklamy wymagające uwagi"
|
813 |
|
814 |
+
#: dashboard/info.php:34 dashboard/publisher/adverts-edit.php:261
|
815 |
#: dashboard/publisher/groups-main.php:34
|
816 |
#: dashboard/publisher/schedules-main.php:34
|
817 |
#: dashboard/publisher/statistics-main.php:35
|
903 |
msgstr "Masowe działania"
|
904 |
|
905 |
#: dashboard/publisher/adverts-disabled.php:21
|
906 |
+
#: dashboard/publisher/adverts-edit.php:182
|
907 |
msgid "Activate"
|
908 |
msgstr "Aktywuj"
|
909 |
|
929 |
msgstr "Idź"
|
930 |
|
931 |
#: dashboard/publisher/adverts-disabled.php:35
|
932 |
+
#: dashboard/publisher/adverts-edit.php:259
|
933 |
#: dashboard/publisher/adverts-error.php:39
|
934 |
#: dashboard/publisher/adverts-main.php:39
|
935 |
+
#: dashboard/publisher/groups-edit.php:350
|
936 |
#: dashboard/publisher/groups-main.php:32
|
937 |
#: dashboard/publisher/schedules-main.php:31
|
938 |
msgid "ID"
|
947 |
|
948 |
#: dashboard/publisher/adverts-disabled.php:37
|
949 |
#: dashboard/publisher/adverts-edit.php:112
|
950 |
+
#: dashboard/publisher/adverts-edit.php:260
|
951 |
#: dashboard/publisher/adverts-error.php:40
|
952 |
#: dashboard/publisher/adverts-main.php:41
|
953 |
#: dashboard/publisher/groups-edit.php:65
|
954 |
+
#: dashboard/publisher/groups-edit.php:351
|
955 |
#: dashboard/publisher/groups-main.php:33 dashboard/publisher/media.php:48
|
956 |
#: dashboard/publisher/schedules-main.php:33
|
957 |
msgid "Name"
|
959 |
|
960 |
#: dashboard/publisher/adverts-disabled.php:39
|
961 |
#: dashboard/publisher/adverts-main.php:43
|
962 |
+
#: dashboard/publisher/groups-edit.php:355
|
963 |
#: dashboard/publisher/groups-main.php:36
|
964 |
msgid "Shown"
|
965 |
msgstr "Wyświetlane"
|
966 |
|
967 |
#: dashboard/publisher/adverts-disabled.php:40
|
968 |
#: dashboard/publisher/adverts-main.php:45
|
969 |
+
#: dashboard/publisher/groups-edit.php:356
|
970 |
#: dashboard/publisher/groups-main.php:38
|
971 |
#: dashboard/publisher/statistics-advert.php:52
|
972 |
#: dashboard/publisher/statistics-advert.php:58
|
1068 |
#| "AdRotate can not find an error but the ad is marked erroneous, try re-"
|
1069 |
#| "saving the ad!"
|
1070 |
msgid ""
|
1071 |
+
"AdRotate cannot find an error but the advert is marked erroneous, try re-"
|
1072 |
+
"saving the ad!"
|
1073 |
msgstr ""
|
1074 |
"AdRotate nie może znaleść błedu ale reklama jest oznaczona jako zawierajaca "
|
1075 |
"błędy. Sprobuj zapisać ją ponownie!"
|
1077 |
#: dashboard/publisher/adverts-edit.php:70
|
1078 |
#, fuzzy
|
1079 |
#| msgid "This advert is expired and currently not shown on your website!"
|
1080 |
+
msgid "This advert is expired and currently not shown on your website!"
|
1081 |
msgstr "Ta reklama wygasła i obecnie nie jest wyświetlana na stronie!"
|
1082 |
|
1083 |
#: dashboard/publisher/adverts-edit.php:73
|
1084 |
+
msgid "The advert will expire in less than 2 days!"
|
1085 |
msgstr "Ta reklama wygaśnie w ciągu 2 dni!"
|
1086 |
|
1087 |
#: dashboard/publisher/adverts-edit.php:76
|
1088 |
+
msgid "This advert will expire in less than 7 days!"
|
1089 |
+
msgstr "Ta reklama wygaśnie w ciągu 7 dnii!"
|
1090 |
|
1091 |
#: dashboard/publisher/adverts-edit.php:79
|
1092 |
#, fuzzy
|
1093 |
#| msgid "This advert has been disabled and does not rotate on your site!"
|
1094 |
+
msgid "This advert has been disabled and does not rotate on your site!"
|
1095 |
msgstr "Reklama został wyłączona i nie jest wyświetlana na stronie!"
|
1096 |
|
|
|
|
|
|
|
|
|
1097 |
#: dashboard/publisher/adverts-edit.php:106
|
1098 |
msgid "Edit Advert"
|
1099 |
msgstr "Edytuj reklamę"
|
1169 |
msgid "Banner asset"
|
1170 |
msgstr "Baner"
|
1171 |
|
1172 |
+
#: dashboard/publisher/adverts-edit.php:155
|
1173 |
#, fuzzy
|
1174 |
#| msgid "WordPress media"
|
1175 |
msgid "WordPress media:"
|
1176 |
msgstr "Media WordPress:"
|
1177 |
|
1178 |
+
#: dashboard/publisher/adverts-edit.php:155
|
1179 |
msgid "Select Banner"
|
1180 |
msgstr "Wybierz baner"
|
1181 |
|
1182 |
+
#: dashboard/publisher/adverts-edit.php:157
|
1183 |
msgid "- OR -"
|
1184 |
msgstr "- oraz -"
|
1185 |
|
1186 |
+
#: dashboard/publisher/adverts-edit.php:158
|
1187 |
#, fuzzy
|
1188 |
#| msgid "Banner folder"
|
1189 |
msgid "Banner folder:"
|
1190 |
msgstr "Folder banerów:"
|
1191 |
|
1192 |
+
#: dashboard/publisher/adverts-edit.php:159
|
1193 |
#, fuzzy
|
1194 |
#| msgid "No file selected"
|
1195 |
msgid "No image selected"
|
1196 |
msgstr "Nie wybrano żadnego obrazu"
|
1197 |
|
1198 |
+
#: dashboard/publisher/adverts-edit.php:169
|
1199 |
msgid "Use %asset% in the adcode instead of the file path."
|
1200 |
msgstr "Użyj %asset% w kodzie reklamy zamiast ścieżki do pliku."
|
1201 |
|
1202 |
+
#: dashboard/publisher/adverts-edit.php:169
|
1203 |
#, fuzzy
|
1204 |
#| msgid ""
|
1205 |
#| "Use either the text field or the dropdown. If the textfield has content, "
|
1211 |
"Skorzystaj z pola tekstowego lub listy rozwijanej. Jeśli pole tekstowe "
|
1212 |
"zawiera treści, te pole ma pierwszeństwo."
|
1213 |
|
1214 |
+
#: dashboard/publisher/adverts-edit.php:176
|
1215 |
msgid "Enable click and impression tracking for this advert."
|
1216 |
msgstr "Włącz zliczanie kliknięć i wyświetleń dla tej reklamy."
|
1217 |
|
1218 |
+
#: dashboard/publisher/adverts-edit.php:177
|
1219 |
msgid ""
|
1220 |
"Note: Clicktracking does not work for Javascript adverts such as those "
|
1221 |
"provided by Google AdSense/DFP/DoubleClick. HTML5/Flash adverts are not "
|
1225 |
"Google AdSense/DFP/DoubleClick. Reklamy HTML5/Flash czasem też nie są "
|
1226 |
"obsługiwane."
|
1227 |
|
1228 |
+
#: dashboard/publisher/adverts-edit.php:185
|
1229 |
#, fuzzy
|
1230 |
#| msgid "Enabled, this advert will be visible"
|
1231 |
msgid "Enabled, this ad will be visible"
|
1232 |
msgstr "Włączona, ta reklama będzie widoczna"
|
1233 |
|
1234 |
+
#: dashboard/publisher/adverts-edit.php:186
|
1235 |
#, fuzzy
|
1236 |
#| msgid "Disabled, do not show this advert anywhere"
|
1237 |
msgid "Disabled, do not show this advert anywhere"
|
1238 |
msgstr "Wyłączona, nie pokazuj jej więcej"
|
1239 |
|
1240 |
+
#: dashboard/publisher/adverts-edit.php:192
|
1241 |
#, fuzzy
|
1242 |
+
msgid ""
|
1243 |
+
"Target your audience with Geo Targeting and easily select which devices and "
|
1244 |
+
"mobile operating systems the advert should show on with AdRotate Pro!"
|
1245 |
+
msgstr ""
|
1246 |
+
"Z AdRotate Pro można łatwo wybrać urządzenia i mobilne systemy operacyjne, "
|
1247 |
+
"na których pokaże się reklama!"
|
1248 |
+
|
1249 |
+
#: dashboard/publisher/adverts-edit.php:192
|
1250 |
+
#: dashboard/publisher/adverts-edit.php:230
|
1251 |
+
#: dashboard/publisher/groups-edit.php:227
|
1252 |
#: dashboard/publisher/statistics-advert.php:109
|
1253 |
#: dashboard/publisher/statistics-group.php:113
|
1254 |
#: dashboard/publisher/statistics-main.php:83
|
1257 |
msgid "Upgrade now"
|
1258 |
msgstr "Uaktualnij teraz"
|
1259 |
|
1260 |
+
#: dashboard/publisher/adverts-edit.php:194
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1261 |
#, fuzzy
|
1262 |
#| msgid "Create your advert"
|
1263 |
msgid "Schedule your advert"
|
1264 |
msgstr "Harmonogram reklamy"
|
1265 |
|
1266 |
+
#: dashboard/publisher/adverts-edit.php:195
|
1267 |
msgid ""
|
1268 |
"Time uses a 24 hour clock. When you're used to the AM/PM system keep this in "
|
1269 |
"mind: If the start or end time is after lunch, add 12 hours. 2PM is 14:00 "
|
1270 |
"hours. 6AM is 6:00 hours."
|
1271 |
msgstr "Zegar używa formatu 24 godzinnego."
|
1272 |
|
1273 |
+
#: dashboard/publisher/adverts-edit.php:199
|
1274 |
msgid "Start date"
|
1275 |
msgstr "Data rozpoczęcia"
|
1276 |
|
1277 |
+
#: dashboard/publisher/adverts-edit.php:203
|
1278 |
msgid "End date"
|
1279 |
msgstr "Data zakończenia"
|
1280 |
|
1281 |
+
#: dashboard/publisher/adverts-edit.php:209
|
1282 |
msgid "Start time"
|
1283 |
msgstr "Czas rozpoczęcia"
|
1284 |
|
1285 |
+
#: dashboard/publisher/adverts-edit.php:214
|
1286 |
msgid "End time"
|
1287 |
msgstr "Czas zakończenia"
|
1288 |
|
1289 |
+
#: dashboard/publisher/adverts-edit.php:222
|
1290 |
msgid "Maximum Clicks"
|
1291 |
msgstr "Maksymalna liczba kliknięć"
|
1292 |
|
1293 |
+
#: dashboard/publisher/adverts-edit.php:223
|
1294 |
+
#: dashboard/publisher/adverts-edit.php:225
|
1295 |
msgid "Leave empty or 0 to skip this."
|
1296 |
msgstr "Pozostaw puste lub wpisz 0, żeby pominąć."
|
1297 |
|
1298 |
+
#: dashboard/publisher/adverts-edit.php:224
|
1299 |
msgid "Maximum Impressions"
|
1300 |
msgstr "Maksymalna liczba wyświetleń"
|
1301 |
|
1302 |
+
#: dashboard/publisher/adverts-edit.php:230
|
1303 |
#, fuzzy
|
1304 |
msgid ""
|
1305 |
+
"Plan ahead and create multiple and more advanced schedules for each advert "
|
1306 |
+
"with AdRotate Pro."
|
1307 |
msgstr ""
|
1308 |
"Twórz wiele i bardziej zaawansowane harmonogramy dla każdej reklamy za "
|
1309 |
"pomocą AdRotate Pro."
|
1310 |
|
1311 |
+
#: dashboard/publisher/adverts-edit.php:232
|
1312 |
+
#: dashboard/publisher/groups-edit.php:157
|
1313 |
+
#: dashboard/publisher/groups-edit.php:302
|
1314 |
+
msgid "Usage"
|
1315 |
+
msgstr "Użycie"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1316 |
|
1317 |
+
#: dashboard/publisher/adverts-edit.php:236
|
1318 |
+
#: dashboard/publisher/groups-edit.php:161
|
1319 |
+
#: dashboard/publisher/groups-edit.php:306
|
1320 |
+
msgid "Widget"
|
1321 |
+
msgstr "Widżet"
|
1322 |
|
1323 |
+
#: dashboard/publisher/adverts-edit.php:237
|
|
|
1324 |
#, fuzzy
|
1325 |
#| msgid ""
|
1326 |
+
#| "In the Appearance > Widgets dashboard. Drag the AdRotate widget to the "
|
1327 |
+
#| "sidebar where you want to place the advert and select the advert or the "
|
1328 |
+
#| "group the advert is in."
|
1329 |
msgid ""
|
1330 |
+
"Drag the AdRotate widget to the sidebar where you want to place the advert "
|
1331 |
+
"and select the advert or the group the advert is in."
|
1332 |
msgstr ""
|
1333 |
+
"Przeciągnij widget AdRotate do panelu bocznego, gdzie chcesz umieścić "
|
1334 |
+
"reklamę i wybierz w nim reklamę lub grupę reklam."
|
|
|
|
|
|
|
|
|
|
|
|
|
1335 |
|
1336 |
+
#: dashboard/publisher/adverts-edit.php:240
|
1337 |
+
#: dashboard/publisher/groups-edit.php:165
|
1338 |
+
#: dashboard/publisher/groups-edit.php:310
|
1339 |
+
msgid "In a post or page"
|
1340 |
+
msgstr "We wpisie lub stronie"
|
1341 |
|
1342 |
+
#: dashboard/publisher/adverts-edit.php:242
|
1343 |
+
#: dashboard/publisher/groups-edit.php:167
|
1344 |
+
#: dashboard/publisher/groups-edit.php:312
|
1345 |
+
msgid "Directly in a theme"
|
1346 |
+
msgstr "Bezpośrednio w motywie"
|
1347 |
|
1348 |
+
#: dashboard/publisher/adverts-edit.php:249
|
1349 |
+
#: dashboard/publisher/adverts-edit.php:292
|
1350 |
+
msgid "Save Advert"
|
1351 |
+
msgstr "Zapisz reklamę"
|
1352 |
|
1353 |
+
#: dashboard/publisher/adverts-edit.php:250
|
1354 |
+
#: dashboard/publisher/adverts-edit.php:293
|
1355 |
+
#: dashboard/publisher/adverts-generator.php:148
|
1356 |
+
#: dashboard/publisher/groups-edit.php:175
|
1357 |
+
#: dashboard/publisher/groups-edit.php:320
|
1358 |
+
#: dashboard/publisher/groups-edit.php:414
|
1359 |
+
msgid "Cancel"
|
1360 |
+
msgstr "Anuluj"
|
1361 |
|
1362 |
+
#: dashboard/publisher/adverts-edit.php:254
|
1363 |
msgid "Select Groups"
|
1364 |
msgstr "Wybierz grupy"
|
1365 |
|
1366 |
+
#: dashboard/publisher/adverts-edit.php:270
|
1367 |
#: dashboard/publisher/groups-main.php:60
|
1368 |
#: dashboard/settings/geotargeting.php:54 dashboard/settings/statistics.php:25
|
1369 |
msgid "Default"
|
1370 |
msgstr "Domyślny"
|
1371 |
|
1372 |
+
#: dashboard/publisher/adverts-edit.php:271
|
1373 |
#: dashboard/publisher/groups-main.php:61
|
1374 |
msgid "Dynamic"
|
1375 |
msgstr "Dynamiczny"
|
1376 |
|
1377 |
+
#: dashboard/publisher/adverts-edit.php:271
|
1378 |
#: dashboard/publisher/groups-main.php:61
|
1379 |
msgid "second rotation"
|
1380 |
msgstr "drugi wybór"
|
1381 |
|
1382 |
+
#: dashboard/publisher/adverts-edit.php:272
|
1383 |
#: dashboard/publisher/groups-main.php:62
|
1384 |
msgid "Block"
|
1385 |
msgstr "Blok"
|
1386 |
|
1387 |
+
#: dashboard/publisher/adverts-edit.php:272
|
1388 |
#: dashboard/publisher/groups-main.php:62
|
1389 |
msgid "grid"
|
1390 |
msgstr "siatka"
|
1391 |
|
1392 |
+
#: dashboard/publisher/adverts-edit.php:273
|
1393 |
+
#: dashboard/publisher/groups-edit.php:234
|
1394 |
#: dashboard/publisher/groups-main.php:63
|
1395 |
msgid "Post Injection"
|
1396 |
msgstr "Umieszczanie we wpisach"
|
1397 |
|
1398 |
+
#: dashboard/publisher/adverts-edit.php:274
|
1399 |
msgid "Geolocation"
|
1400 |
msgstr "Geolokalizacja"
|
1401 |
|
1402 |
+
#: dashboard/publisher/adverts-edit.php:281
|
1403 |
#: dashboard/publisher/groups-edit.php:74
|
1404 |
#: dashboard/publisher/groups-main.php:70
|
1405 |
msgid "Mode"
|
1406 |
msgstr "Tryb"
|
1407 |
|
1408 |
+
#: dashboard/publisher/adverts-edit.php:298
|
1409 |
+
#: dashboard/publisher/adverts-generator.php:131
|
1410 |
#, fuzzy
|
1411 |
#| msgid "Scalability:"
|
1412 |
msgid "Portability"
|
1413 |
msgstr "Przenoszenie"
|
1414 |
|
1415 |
+
#: dashboard/publisher/adverts-edit.php:299
|
1416 |
#, fuzzy
|
1417 |
msgid ""
|
1418 |
"This long code is your advert. It includes all settings from above except "
|
1429 |
"polu, aby wybrać całość. Skrót można wkleić do pola \"Skrót reklamy\" w "
|
1430 |
"generatorze reklam innej konfiguracji AdRotate."
|
1431 |
|
1432 |
+
#: dashboard/publisher/adverts-edit.php:303
|
1433 |
+
#: dashboard/publisher/adverts-generator.php:137
|
1434 |
#, fuzzy
|
1435 |
#| msgid "Adverts"
|
1436 |
msgid "Advert hash"
|
1487 |
msgid "Generate Advert Code"
|
1488 |
msgstr "Wygeneruj kod reklamy"
|
1489 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1490 |
#: dashboard/publisher/adverts-generator.php:41
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1491 |
msgid "Required"
|
1492 |
msgstr "Wymagane"
|
1493 |
|
1494 |
+
#: dashboard/publisher/adverts-generator.php:47
|
1495 |
msgid "Banner image"
|
1496 |
msgstr "Obrazek banera"
|
1497 |
|
1498 |
+
#: dashboard/publisher/adverts-generator.php:50
|
1499 |
msgid "Select advert image"
|
1500 |
msgstr "Wybierz obrazek reklamy"
|
1501 |
|
1502 |
+
#: dashboard/publisher/adverts-generator.php:56
|
1503 |
#, fuzzy
|
1504 |
#| msgid "Is your file not listed? Upload it via the AdRotate Media Manager."
|
1505 |
msgid "Is your file not listed? Upload it to the banners folder using (s)FTP."
|
1506 |
msgstr "Brak Twojego pliku? Wyślij go przez menedżer mediów AdRotate."
|
1507 |
|
1508 |
+
#: dashboard/publisher/adverts-generator.php:60
|
1509 |
msgid "Target website"
|
1510 |
msgstr "Strona docelowa"
|
1511 |
|
1512 |
+
#: dashboard/publisher/adverts-generator.php:62
|
1513 |
msgid "Where does the person clicking the advert go?"
|
1514 |
msgstr "Gdzie powinno przenosić kliknięcie na reklamę?"
|
1515 |
|
1516 |
+
#: dashboard/publisher/adverts-generator.php:69
|
1517 |
msgid "Viewports"
|
1518 |
msgstr "Wielkość ekranu"
|
1519 |
|
1520 |
+
#: dashboard/publisher/adverts-generator.php:69
|
1521 |
+
#: dashboard/publisher/groups-edit.php:218
|
1522 |
#: dashboard/settings/notifications.php:48
|
1523 |
#, fuzzy
|
1524 |
#| msgid "Update AdRotate Pro"
|
1525 |
msgid "Available in AdRotate Pro"
|
1526 |
msgstr "Dostępne w wersji AdRotate Pro"
|
1527 |
|
1528 |
+
#: dashboard/publisher/adverts-generator.php:75
|
1529 |
msgid "Smaller Devices"
|
1530 |
msgstr "Mniejsze urządzenia"
|
1531 |
|
1532 |
+
#: dashboard/publisher/adverts-generator.php:78
|
1533 |
+
#: dashboard/publisher/adverts-generator.php:86
|
1534 |
+
#: dashboard/publisher/adverts-generator.php:94
|
1535 |
msgid "No file selected"
|
1536 |
msgstr "Nie wybrano pliku"
|
1537 |
|
1538 |
+
#: dashboard/publisher/adverts-generator.php:79
|
1539 |
msgid ""
|
1540 |
"Smaller smartphones and tablets with a viewport of up to 480px wide (up-to "
|
1541 |
"1440px resolution)."
|
1542 |
msgstr ""
|
1543 |
"Mniejsze smartfony i tablety z ekranem do 480px (rozdzielczość do 1440px)."
|
1544 |
|
1545 |
+
#: dashboard/publisher/adverts-generator.php:83
|
1546 |
msgid "Medium sized Devices"
|
1547 |
msgstr "Średnie urządzenia"
|
1548 |
|
1549 |
+
#: dashboard/publisher/adverts-generator.php:87
|
1550 |
msgid ""
|
1551 |
"Larger smartphones or Small tablets with a viewport of up to 960px wide (up-"
|
1552 |
"to 1536px resolution)."
|
1553 |
msgstr ""
|
1554 |
"Większe smartfony i małe tablety z ekranem do 960px (rozdzielczość do 1536px)"
|
1555 |
|
1556 |
+
#: dashboard/publisher/adverts-generator.php:91
|
1557 |
msgid "Larger Devices"
|
1558 |
msgstr "Większe urządzenia"
|
1559 |
|
1560 |
+
#: dashboard/publisher/adverts-generator.php:95
|
1561 |
msgid ""
|
1562 |
"Small laptops and Larger tablets with a viewport of up to 1280px wide (up-to "
|
1563 |
"2048px resolution)."
|
1564 |
msgstr ""
|
1565 |
"Małe laptopy i większe tablety z ekranem do 1280px (rozdzielczość do 2048px)."
|
1566 |
|
1567 |
+
#: dashboard/publisher/adverts-generator.php:99
|
1568 |
#: dashboard/publisher/media.php:37
|
1569 |
msgid "Important:"
|
1570 |
msgstr "Ważne:"
|
1571 |
|
1572 |
+
#: dashboard/publisher/adverts-generator.php:99
|
1573 |
msgid ""
|
1574 |
"All sizes are optional, but it is highly recommended to use at least the "
|
1575 |
"small and medium size. Devices with viewports greater than 1280px will use "
|
1579 |
"średniego rozmiaru. Urządzenia z ekranem powyżej 1280px będą używać pełnego "
|
1580 |
"banera."
|
1581 |
|
1582 |
+
#: dashboard/publisher/adverts-generator.php:99
|
1583 |
msgid ""
|
1584 |
"Are your files not listed? Upload them via the AdRotate Media Manager. For "
|
1585 |
"your convenience, use easy to use filenames."
|
1587 |
"Brak Twoich plików? Wyślij je za pomocą menedżera mediów AdRotate. Dla "
|
1588 |
"wygody, użyj czytelnych nazw plików."
|
1589 |
|
1590 |
+
#: dashboard/publisher/adverts-generator.php:104
|
1591 |
msgid "Optional"
|
1592 |
msgstr "Opcjonalne"
|
1593 |
|
1594 |
+
#: dashboard/publisher/adverts-generator.php:110
|
1595 |
msgid "Target window"
|
1596 |
msgstr "Okno docelowe"
|
1597 |
|
1598 |
+
#: dashboard/publisher/adverts-generator.php:112
|
1599 |
msgid "Open the advert in a new window?"
|
1600 |
msgstr "Otworzyć reklamę w nowym oknie?"
|
1601 |
|
1602 |
+
#: dashboard/publisher/adverts-generator.php:112
|
1603 |
msgid "(Recommended)"
|
1604 |
msgstr "(Zalecane)"
|
1605 |
|
1606 |
+
#: dashboard/publisher/adverts-generator.php:116
|
1607 |
msgid "NoFollow"
|
1608 |
msgstr "NoFollow"
|
1609 |
|
1610 |
+
#: dashboard/publisher/adverts-generator.php:118
|
1611 |
msgid "Tell crawlers and search engines not to follow the target website url?"
|
1612 |
msgstr "Powiedzieć botom i wyszukiwarką, by nie przeszukiwały docelowego URL?"
|
1613 |
|
1614 |
+
#: dashboard/publisher/adverts-generator.php:118
|
1615 |
+
#: dashboard/publisher/adverts-generator.php:124
|
1616 |
#, fuzzy
|
1617 |
#| msgid "Update AdRotate Pro"
|
1618 |
msgid "(Available in AdRotate Pro)"
|
1619 |
msgstr "Dostępne w wersji AdRotate Pro"
|
1620 |
|
1621 |
+
#: dashboard/publisher/adverts-generator.php:118
|
1622 |
msgid ""
|
1623 |
"Letting bots (Such as Googlebot) index paid links may negatively affect your "
|
1624 |
"SEO and PageRank."
|
1626 |
"Przeszukiwanie płatnych reklam może negatywnie działać na Twoje SEO i "
|
1627 |
"PageRank."
|
1628 |
|
1629 |
+
#: dashboard/publisher/adverts-generator.php:122
|
1630 |
msgid "Alt and Title"
|
1631 |
msgstr "Alt i tytuł"
|
1632 |
|
1633 |
+
#: dashboard/publisher/adverts-generator.php:124
|
1634 |
msgid "Add an alt and title attribute based on the asset name?"
|
1635 |
msgstr "Dodaj atrybuty Alt i Title na podstawie nazwy zasobu?"
|
1636 |
|
1637 |
+
#: dashboard/publisher/adverts-generator.php:124
|
1638 |
msgid ""
|
1639 |
"Some bots/crawlers use them as a descriptive measure to see what the code is "
|
1640 |
"about."
|
1641 |
msgstr "Niektóre boty/wyszukiwarki używają ich jako opisu kodu."
|
1642 |
|
1643 |
+
#: dashboard/publisher/adverts-generator.php:139
|
1644 |
#, fuzzy
|
1645 |
msgid ""
|
1646 |
"To import a ready made advert, enter a advert hash from another AdRotate "
|
1649 |
"Aby zaimportować gotową reklamę, wprowadź skrót reklamy z innej konfiguracji "
|
1650 |
"AdRotate..."
|
1651 |
|
1652 |
+
#: dashboard/publisher/adverts-generator.php:147
|
1653 |
msgid "Generate and Configure Advert"
|
1654 |
msgstr "Generuj i konfiguruj reklamę"
|
1655 |
|
1656 |
+
#: dashboard/publisher/adverts-generator.php:148
|
1657 |
msgid "Always test your adverts before activating them."
|
1658 |
msgstr "Zawsze testuj reklamy przed ich włączeniem."
|
1659 |
|
1660 |
+
#: dashboard/publisher/adverts-generator.php:151
|
1661 |
+
msgid "CAUTION:"
|
1662 |
msgstr "Uwaga:"
|
1663 |
|
1664 |
+
#: dashboard/publisher/adverts-generator.php:151
|
1665 |
msgid ""
|
1666 |
"While the Code Generator has been tested and works, code generation, as "
|
1667 |
"always, is a interpretation of user input. If you provide the correct bits "
|
1672 |
"interpretacja danych użytkownika. Jeśli pozostawisz jakieś pola puste lub "
|
1673 |
"wstawisz błędne informacje, reklama może być nieprawidłowa."
|
1674 |
|
1675 |
+
#: dashboard/publisher/adverts-generator.php:151
|
1676 |
msgid "NOTE:"
|
1677 |
msgstr "Uwaga:"
|
1678 |
|
1679 |
+
#: dashboard/publisher/adverts-generator.php:151
|
1680 |
#, fuzzy
|
1681 |
msgid "If you insert an Advert Hash, all other fields are ignored."
|
1682 |
msgstr ""
|
1845 |
msgstr "Wyłącz tę opcję, by liczyć tylko pierwszą odsłonę w cyklu."
|
1846 |
|
1847 |
#: dashboard/publisher/groups-edit.php:155
|
1848 |
+
#: dashboard/publisher/groups-edit.php:227
|
1849 |
#, fuzzy
|
1850 |
#| msgid "Favorite feature in AdRotate Professional?"
|
1851 |
msgid "Get access to all features in AdRotate Pro."
|
1852 |
msgstr "Ulubiona funkcja w AdRotate Professional?"
|
1853 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1854 |
#: dashboard/publisher/groups-edit.php:162
|
1855 |
+
#: dashboard/publisher/groups-edit.php:307
|
1856 |
#, fuzzy
|
1857 |
#| msgid ""
|
1858 |
#| "Drag the AdRotate widget to the sidebar where you want to place the group "
|
1865 |
"wybierz \"Grupy reklam\" i wprowadź identyfikator"
|
1866 |
|
1867 |
#: dashboard/publisher/groups-edit.php:174
|
1868 |
+
#: dashboard/publisher/groups-edit.php:319
|
1869 |
+
#: dashboard/publisher/groups-edit.php:413
|
1870 |
msgid "Save Group"
|
1871 |
msgstr "Zapisz grupę"
|
1872 |
|
1873 |
+
#: dashboard/publisher/groups-edit.php:178 dashboard/settings/statistics.php:28
|
1874 |
+
msgid "Advanced"
|
1875 |
+
msgstr "Zaawansowane"
|
1876 |
+
|
1877 |
#: dashboard/publisher/groups-edit.php:182
|
1878 |
msgid "Advert Margin"
|
1879 |
msgstr "Margines reklamy"
|
1961 |
msgid "Fallback Group"
|
1962 |
msgstr "Zapasowa grupa"
|
1963 |
|
1964 |
+
#: dashboard/publisher/groups-edit.php:222
|
1965 |
msgid ""
|
1966 |
"Select another group to fall back on when all adverts are expired, not in "
|
1967 |
"the visitors geographic area or are otherwise unavailable."
|
1969 |
"Wybierz zapasową grupę, gdyby wszystkie reklamy wygasły bądź nie pasowały do "
|
1970 |
"regionu odwiedzających."
|
1971 |
|
1972 |
+
#: dashboard/publisher/groups-edit.php:237
|
1973 |
+
#: dashboard/publisher/groups-edit.php:270
|
1974 |
#: dashboard/settings/geotargeting.php:24
|
1975 |
msgid "Disabled"
|
1976 |
msgstr "Wyłączone"
|
1977 |
|
1978 |
+
#: dashboard/publisher/groups-edit.php:238
|
1979 |
+
#: dashboard/publisher/groups-edit.php:271
|
1980 |
#, fuzzy
|
1981 |
msgid "Widget (Pro only)"
|
1982 |
msgstr "Widżet (tylko Pro)"
|
1983 |
|
1984 |
+
#: dashboard/publisher/groups-edit.php:239
|
1985 |
+
#: dashboard/publisher/groups-edit.php:272
|
1986 |
msgid "Before content"
|
1987 |
msgstr "Przed treścią"
|
1988 |
|
1989 |
+
#: dashboard/publisher/groups-edit.php:240
|
1990 |
+
#: dashboard/publisher/groups-edit.php:273
|
1991 |
msgid "After content"
|
1992 |
msgstr "Po treści"
|
1993 |
|
1994 |
+
#: dashboard/publisher/groups-edit.php:241
|
1995 |
+
#: dashboard/publisher/groups-edit.php:274
|
1996 |
msgid "Before and after content"
|
1997 |
msgstr "Przed i po treści"
|
1998 |
|
1999 |
+
#: dashboard/publisher/groups-edit.php:242
|
2000 |
+
#: dashboard/publisher/groups-edit.php:275
|
2001 |
msgid "Inside the content..."
|
2002 |
msgstr "Wewnętrz treści..."
|
2003 |
|
2004 |
+
#: dashboard/publisher/groups-edit.php:246
|
2005 |
+
#: dashboard/publisher/groups-edit.php:279
|
2006 |
msgid "after the middle paragraph"
|
2007 |
msgstr "po środkowym akapicie"
|
2008 |
|
2009 |
+
#: dashboard/publisher/groups-edit.php:247
|
2010 |
+
#: dashboard/publisher/groups-edit.php:280
|
2011 |
msgid "after the 1st paragraph"
|
2012 |
msgstr "po pierwszym akapicie"
|
2013 |
|
2014 |
+
#: dashboard/publisher/groups-edit.php:248
|
2015 |
+
#: dashboard/publisher/groups-edit.php:281
|
2016 |
msgid "after the 2nd paragraph"
|
2017 |
msgstr "po drugim akapicie"
|
2018 |
|
2019 |
+
#: dashboard/publisher/groups-edit.php:249
|
2020 |
+
#: dashboard/publisher/groups-edit.php:282
|
2021 |
msgid "after the 3rd paragraph"
|
2022 |
msgstr "po trzecim akapicie"
|
2023 |
|
2024 |
+
#: dashboard/publisher/groups-edit.php:250
|
2025 |
+
#: dashboard/publisher/groups-edit.php:283
|
2026 |
msgid "after the 4th paragraph"
|
2027 |
msgstr "po czwartym akapicie"
|
2028 |
|
2029 |
+
#: dashboard/publisher/groups-edit.php:251
|
2030 |
+
#: dashboard/publisher/groups-edit.php:284
|
2031 |
msgid "after the 5th paragraph"
|
2032 |
msgstr "po piątym akapicie"
|
2033 |
|
2034 |
+
#: dashboard/publisher/groups-edit.php:252
|
2035 |
+
#: dashboard/publisher/groups-edit.php:285
|
2036 |
msgid "after the 6th paragraph"
|
2037 |
msgstr "po szóstym akapicie"
|
2038 |
|
2039 |
+
#: dashboard/publisher/groups-edit.php:253
|
2040 |
+
#: dashboard/publisher/groups-edit.php:286
|
2041 |
msgid "after the 7th paragraph"
|
2042 |
msgstr "po siódmym akapicie"
|
2043 |
|
2044 |
+
#: dashboard/publisher/groups-edit.php:254
|
2045 |
+
#: dashboard/publisher/groups-edit.php:287
|
2046 |
msgid "after the 8th paragraph"
|
2047 |
msgstr "po ósmym akapicie"
|
2048 |
|
2049 |
+
#: dashboard/publisher/groups-edit.php:267
|
2050 |
msgid "Page Injection"
|
2051 |
msgstr "Wstawianie stron"
|
2052 |
|
2053 |
+
#: dashboard/publisher/groups-edit.php:323
|
2054 |
msgid "Wrapper code"
|
2055 |
msgstr "Kod wrappera"
|
2056 |
|
2057 |
+
#: dashboard/publisher/groups-edit.php:324
|
2058 |
msgid "Wraps around each advert. HTML/JavaScript allowed, use with care!"
|
2059 |
msgstr "Wstawia kod HTML/JavaScript wokół każdej reklamy. Ostrożnie!"
|
2060 |
|
2061 |
+
#: dashboard/publisher/groups-edit.php:328
|
2062 |
msgid "Before advert"
|
2063 |
msgstr "Przed reklamą"
|
2064 |
|
2065 |
+
#: dashboard/publisher/groups-edit.php:331
|
2066 |
+
#: dashboard/publisher/groups-edit.php:339
|
2067 |
msgid "Example:"
|
2068 |
msgstr "Przykład:"
|
2069 |
|
2070 |
+
#: dashboard/publisher/groups-edit.php:332
|
2071 |
msgid "Options:"
|
2072 |
msgstr "Opcje:"
|
2073 |
|
2074 |
+
#: dashboard/publisher/groups-edit.php:336
|
2075 |
msgid "After advert"
|
2076 |
msgstr "Po reklamie"
|
2077 |
|
2078 |
+
#: dashboard/publisher/groups-edit.php:345
|
2079 |
msgid "Select adverts"
|
2080 |
msgstr "Wybierz reklamy"
|
2081 |
|
2082 |
+
#: dashboard/publisher/groups-edit.php:352
|
2083 |
msgid "Visible until"
|
2084 |
msgstr "Widoczne do"
|
2085 |
|
2086 |
+
#: dashboard/publisher/groups-edit.php:353
|
2087 |
+
msgid "Weight"
|
2088 |
+
msgstr "Waga"
|
2089 |
+
|
2090 |
+
#: dashboard/publisher/groups-edit.php:400
|
2091 |
msgid "No adverts created!"
|
2092 |
msgstr "Nie utworzono reklam!"
|
2093 |
|
2094 |
+
#: dashboard/publisher/groups-edit.php:407
|
2095 |
#, fuzzy
|
2096 |
#| msgid "Configuration errors"
|
2097 |
msgid "Configuration errors."
|
2098 |
msgstr "Błedy konfiguracji."
|
2099 |
|
2100 |
+
#: dashboard/publisher/groups-edit.php:408
|
2101 |
#: dashboard/publisher/schedules-main.php:87
|
2102 |
msgid "Expires soon."
|
2103 |
msgstr "Wygasa wkrótce."
|
2104 |
|
2105 |
+
#: dashboard/publisher/groups-edit.php:409
|
2106 |
#: dashboard/publisher/schedules-main.php:88
|
2107 |
msgid "Has expired."
|
2108 |
msgstr "Wygasła."
|
2943 |
|
2944 |
#: dashboard/settings/maintenance.php:80
|
2945 |
msgid "Disable 3rd party plugins"
|
2946 |
+
msgstr "Wyłącz wtyczki innych firm"
|
2947 |
|
2948 |
#: dashboard/settings/maintenance.php:82
|
2949 |
msgid "One or more unsupported 3rd party plugins detected."
|
2950 |
+
msgstr "Wykryto co najmniej jedną nieobsługiconą wtyczkę innych firm."
|
2951 |
|
2952 |
#: dashboard/settings/maintenance.php:84
|
2953 |
msgid ""
|
2954 |
"These are plugins that alter functions of AdRotate or highjack parts of the "
|
2955 |
"dashboard which may affect security and/or stability."
|
2956 |
msgstr ""
|
2957 |
+
"Są to wtyczki, które zmieniają funkcje AdRotate lub highjack części deski "
|
2958 |
+
"rozdzielczej, które mogą mieć wpływ na bezpieczeństwo i / lub stabilność."
|
2959 |
|
2960 |
#: dashboard/settings/maintenance.php:89
|
2961 |
msgid "Internal Versions"
|
3473 |
msgid "Premium Support is available in AdRotate Pro!"
|
3474 |
msgstr "Wsparcie premium jest dostępne w AdRotate Pro!"
|
3475 |
|
3476 |
+
#, fuzzy
|
3477 |
+
#~| msgid "Getting Started With AdRotate"
|
3478 |
+
#~ msgid "Get started today"
|
3479 |
+
#~ msgstr "Rozpocznij już dziś"
|
3480 |
+
|
3481 |
+
#~ msgid "The ad will expire in less than 2 days!"
|
3482 |
+
#~ msgstr "Ta reklama wygaśnie w ciągu 2 dni!"
|
3483 |
+
|
3484 |
+
#~ msgid "This ad will expire in less than 7 days!"
|
3485 |
+
#~ msgstr "Ta reklama wygaśnie w ciągu 7 dni!"
|
3486 |
+
|
3487 |
+
#, fuzzy
|
3488 |
+
#~| msgid "Favorite feature in AdRotate Professional?"
|
3489 |
+
#~ msgid "Get more features with AdRotate Pro."
|
3490 |
+
#~ msgstr "Zdobądź więcej funkcji z AdRotate Pro."
|
3491 |
+
|
3492 |
+
#, fuzzy
|
3493 |
+
#~| msgid "Update AdRotate Pro"
|
3494 |
+
#~ msgid "Available in AdRotate Pro!"
|
3495 |
+
#~ msgstr "Dostępne w AdRotate Pro!"
|
3496 |
+
|
3497 |
+
#~ msgid "Show to everyone"
|
3498 |
+
#~ msgstr "Pokaż wszystkim"
|
3499 |
+
|
3500 |
+
#~ msgid "Disable this option to hide the advert from logged-in visitors."
|
3501 |
+
#~ msgstr "Wyłącz tę opcję, by ukryć reklamę dla zalogowanych gości."
|
3502 |
+
|
3503 |
+
#~ msgid "Few impressions"
|
3504 |
+
#~ msgstr "Mało wyświetleń"
|
3505 |
+
|
3506 |
+
#~ msgid "Less than average"
|
3507 |
+
#~ msgstr "Poiniżej średniej"
|
3508 |
+
|
3509 |
+
#~ msgid "Normal impressions"
|
3510 |
+
#~ msgstr "Zwykła liczba wyświetleń"
|
3511 |
+
|
3512 |
+
#~ msgid "More than average"
|
3513 |
+
#~ msgstr "Powyżej średniej"
|
3514 |
+
|
3515 |
+
#~ msgid "Many impressions"
|
3516 |
+
#~ msgstr "Wiele wyświetleń"
|
3517 |
+
|
3518 |
+
#~ msgid "Mobile"
|
3519 |
+
#~ msgstr "Mobilna"
|
3520 |
+
|
3521 |
+
#~ msgid "Desktops/Laptops"
|
3522 |
+
#~ msgstr "Desktopy/Laptopy"
|
3523 |
+
|
3524 |
+
#~ msgid "Smartphones"
|
3525 |
+
#~ msgstr "Smartfony"
|
3526 |
+
|
3527 |
+
#~ msgid "Tablets"
|
3528 |
+
#~ msgstr "Tablety"
|
3529 |
+
|
3530 |
+
#~ msgid ""
|
3531 |
+
#~ "Also enable 'Mobile Support' in the group this advert goes in or 'Device' "
|
3532 |
+
#~ "and 'Operating System' are ignored!"
|
3533 |
+
#~ msgstr ""
|
3534 |
+
#~ "Włącz także obsługę urządzeń mobilnych w grupie, albo ustawienia urządzeń "
|
3535 |
+
#~ "i systemów operacyjnych zostaną zignorowane!"
|
3536 |
+
|
3537 |
+
#~ msgid ""
|
3538 |
+
#~ "Operating system detection only detects iOS and Android, select 'Not "
|
3539 |
+
#~ "Mobile/Other' for everything else."
|
3540 |
+
#~ msgstr ""
|
3541 |
+
#~ "Opcja System operacyjny wykrywa jedynie iOS i Android. Wybierz Inne dla "
|
3542 |
+
#~ "pozostałych."
|
3543 |
+
|
3544 |
+
#~ msgid "Mobile OS"
|
3545 |
+
#~ msgstr "Mobilny SO"
|
3546 |
+
|
3547 |
+
#~ msgid "iOS"
|
3548 |
+
#~ msgstr "iOS"
|
3549 |
+
|
3550 |
+
#~ msgid "Android"
|
3551 |
+
#~ msgstr "Android"
|
3552 |
+
|
3553 |
+
#~ msgid "Not mobile/Others"
|
3554 |
+
#~ msgstr "Inne"
|
3555 |
+
|
3556 |
+
#~ msgid "Auto-delete"
|
3557 |
+
#~ msgstr "Usuń automatycznie"
|
3558 |
+
|
3559 |
+
#~ msgid "Automatically delete the advert 1 day after it expires?"
|
3560 |
+
#~ msgstr "Automatycznie usuwać reklamę następnego dnia po wygaśnięciu?"
|
3561 |
+
|
3562 |
+
#~ msgid ""
|
3563 |
+
#~ "This is useful for short running campaigns that do not require attention "
|
3564 |
+
#~ "after they finish."
|
3565 |
+
#~ msgstr ""
|
3566 |
+
#~ "Jest to przydatne dla krótkich kampanii, które nie wymagają uwagi po "
|
3567 |
+
#~ "zakończeniu."
|
3568 |
+
|
3569 |
+
#~ msgid ""
|
3570 |
+
#~ "Assign the advert to a group and enable that group to use Geo Targeting."
|
3571 |
+
#~ msgstr "Przypisz reklamę do grupy i włącz tę grupę, by użyć geolokalizacji."
|
3572 |
+
|
3573 |
+
#, fuzzy
|
3574 |
+
#~| msgid "Enter cities, metro IDs, States or State ISO codes"
|
3575 |
+
#~ msgid "Enter cities or metro IDs (DMA)"
|
3576 |
+
#~ msgstr "Wprowadź miasta lub metro ID (DMA)"
|
3577 |
+
|
3578 |
+
#, fuzzy
|
3579 |
+
#~| msgid "A comma separated list of items:"
|
3580 |
+
#~ msgid "A comma separated list of Cities or Metro IDs:"
|
3581 |
+
#~ msgstr "Lista miast lub identyfikatorów metro oddzielonych przecinkami:"
|
3582 |
+
|
3583 |
+
#, fuzzy
|
3584 |
+
#~| msgid ""
|
3585 |
+
#~| "AdRotate does not check the validity of names so make sure you spell "
|
3586 |
+
#~| "them correctly!"
|
3587 |
+
#~ msgid ""
|
3588 |
+
#~ "AdRotate does not check the validity of names and assumes the basic "
|
3589 |
+
#~ "english name."
|
3590 |
+
#~ msgstr ""
|
3591 |
+
#~ "AdRotate nie sprawdza ważności nazw i przyjmuje podstawową nazwę w języku "
|
3592 |
+
#~ "angielskim."
|
3593 |
+
|
3594 |
+
#, fuzzy
|
3595 |
+
#~| msgid "Enter cities, metro IDs, States or State ISO codes"
|
3596 |
+
#~ msgid "Enter States or State ISO3166-2 codes"
|
3597 |
+
#~ msgstr "Wprowadź kody stany lub stan ISO3166-2"
|
3598 |
+
|
3599 |
+
#, fuzzy
|
3600 |
+
#~ msgid "The listed cities must be in these states?"
|
3601 |
+
#~ msgstr "Wymienione miasta muszą być w tych stanach?"
|
3602 |
+
|
3603 |
+
#, fuzzy
|
3604 |
+
#~| msgid "A comma separated list of items:"
|
3605 |
+
#~ msgid "A comma separated list of states:"
|
3606 |
+
#~ msgstr "Oddzielona przecinkiem lista stanów:"
|
3607 |
+
|
3608 |
+
#~ msgid "Select Countries and or Regions"
|
3609 |
+
#~ msgstr "Wybierz kraje i/lub regiony"
|
3610 |
+
|
3611 |
+
#, fuzzy
|
3612 |
+
#~ msgid "Target your audience with Geo Targeting in AdRotate Pro"
|
3613 |
+
#~ msgstr "Kieruj reklamy do odbiorców z geotargetowaniem w AdRotate Pro"
|
3614 |
+
|
3615 |
+
#~ msgid ""
|
3616 |
+
#~ "Use the Generator if you have received a target url, banner image and/or "
|
3617 |
+
#~ "some separate files with a description on how to use those. The AdRotate "
|
3618 |
+
#~ "Generator will take your bits and pieces and try to generate a working "
|
3619 |
+
#~ "adcode from it."
|
3620 |
+
#~ msgstr ""
|
3621 |
+
#~ "Użyj generatora, jeśli otrzymałeś URL docelowy, obrazek reklamy i/lub "
|
3622 |
+
#~ "dodatkowe pliki z opisem, jak ich użyć. Generator AdRotate spróbuje "
|
3623 |
+
#~ "wygenerować z nich działający kod reklamy."
|
3624 |
+
|
3625 |
+
#, fuzzy
|
3626 |
+
#~ msgid ""
|
3627 |
+
#~ "If you have an advert hash from another AdRotate or AdRotate Professional "
|
3628 |
+
#~ "setup you can enter it in the Portability field. This feature is a bit of "
|
3629 |
+
#~ "an experiment, but the basic function works."
|
3630 |
+
#~ msgstr ""
|
3631 |
+
#~ "Jeśli masz skrót reklamy z innej konfiguracji AdRotate lub AdRotate "
|
3632 |
+
#~ "Professional, możesz wprowadzić ją w polu Przenośność. Ta funkcja jest "
|
3633 |
+
#~ "trochę eksperymentem, ale podstawowa funkcja działa."
|
3634 |
+
|
3635 |
+
#~ msgid ""
|
3636 |
+
#~ "If you have a complete and working ad code / ad tag you do not use the "
|
3637 |
+
#~ "Generator. You can simply paste that code in the AdCode field when "
|
3638 |
+
#~ "creating your advert. For example as provided by Media.net or Google "
|
3639 |
+
#~ "AdSense among others."
|
3640 |
+
#~ msgstr ""
|
3641 |
+
#~ "Jeśli masz kompletną reklamę, nie używaj generatora. Po prostu wklej "
|
3642 |
+
#~ "reklamę w polu AdCode. Dotyczy to np. reklam z Media.net czy Google "
|
3643 |
+
#~ "Adsense."
|
3644 |
+
|
3645 |
+
#~ msgid "Create your advert"
|
3646 |
+
#~ msgstr "Utwórz własną reklamę"
|
3647 |
+
|
3648 |
+
#~ msgid ""
|
3649 |
+
#~ "This is a regular advert consisting of an image and a link, made up from "
|
3650 |
+
#~ "HTML code."
|
3651 |
+
#~ msgstr ""
|
3652 |
+
#~ "To jest zwykła reklama złożona z obrazka i odnośnika, napisana w HTML."
|
3653 |
+
|
3654 |
+
#~ msgid "Caution:"
|
3655 |
+
#~ msgstr "Uwaga:"
|
3656 |
+
|
3657 |
#~ msgid "AdRotate Professional"
|
3658 |
#~ msgstr "AdRotate Professional"
|
3659 |
|
4863 |
#~ "Ta reklama została odrzucona przez obsługę. Proszę dostosować reklamę do "
|
4864 |
#~ "wymagań!"
|
4865 |
|
|
|
|
|
|
|
|
|
|
|
|
|
4866 |
#~ msgid "This advert has been archived and can not be activated anymore!"
|
4867 |
#~ msgstr "Ta reklama została zarchiwizowana i nie może być uaktywniona!"
|
4868 |
|
language/adrotate-pt_BR.mo
CHANGED
Binary file
|
language/adrotate-pt_BR.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: 2021-
|
6 |
-
"PO-Revision-Date: 2021-
|
7 |
"Last-Translator: Arnan de Gans <support@ajdg.solutions>\n"
|
8 |
"Language-Team: Português do Brasil\n"
|
9 |
"Language: pt_BR\n"
|
@@ -19,8 +19,8 @@ msgstr ""
|
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
#: adrotate-functions.php:784
|
22 |
-
msgid "
|
23 |
-
msgstr "
|
24 |
|
25 |
#: adrotate-functions.php:788
|
26 |
msgid "Group saved"
|
@@ -51,23 +51,23 @@ msgstr ""
|
|
51 |
"que as permissões estão em ordem."
|
52 |
|
53 |
#: adrotate-functions.php:812
|
54 |
-
msgid "
|
55 |
msgstr "Anúncio(s) estatísticas de reposição"
|
56 |
|
57 |
#: adrotate-functions.php:816
|
58 |
-
msgid "
|
59 |
-
msgstr "
|
60 |
|
61 |
#: adrotate-functions.php:820
|
62 |
-
msgid "
|
63 |
-
msgstr "
|
64 |
|
65 |
#: adrotate-functions.php:824
|
66 |
-
msgid "
|
67 |
msgstr "Anúncio(s) ativado"
|
68 |
|
69 |
#: adrotate-functions.php:828
|
70 |
-
msgid "Group including it
|
71 |
msgstr "Grupo de inclusão de Anúncios do excluído"
|
72 |
|
73 |
#: adrotate-functions.php:832
|
@@ -77,7 +77,7 @@ msgstr "Exportação criado"
|
|
77 |
#: adrotate-functions.php:836
|
78 |
msgid ""
|
79 |
"Advert HTML generated and placed in the AdCode field. Configure your advert "
|
80 |
-
"below. Do not forget to check all settings and schedule
|
81 |
msgstr ""
|
82 |
"Anúncio HTML gerado e colocado na AdCode campo. Configurar o seu anúncio "
|
83 |
"abaixo. Não se esqueça de verificar todas as configurações e agendá-lo."
|
@@ -95,8 +95,8 @@ msgid "Database repaired"
|
|
95 |
msgstr "Banco de dados reparado"
|
96 |
|
97 |
#: adrotate-functions.php:853
|
98 |
-
msgid "
|
99 |
-
msgstr "
|
100 |
|
101 |
#: adrotate-functions.php:857
|
102 |
msgid "Cleanup complete"
|
@@ -108,11 +108,11 @@ msgstr "Ação proibida"
|
|
108 |
|
109 |
#: adrotate-functions.php:866
|
110 |
msgid ""
|
111 |
-
"The
|
112 |
-
"properly. Review the colored
|
113 |
msgstr ""
|
114 |
-
"O anúncio foi salvo, mas tem um problema que pode
|
115 |
-
"
|
116 |
|
117 |
#: adrotate-functions.php:870
|
118 |
msgid "No data found in selected time period"
|
@@ -127,8 +127,8 @@ msgid "Form can not be (partially) empty!"
|
|
127 |
msgstr "O formulário não pode ser (parcialmente) vazio!"
|
128 |
|
129 |
#: adrotate-functions.php:882
|
130 |
-
msgid "No
|
131 |
-
msgstr "
|
132 |
|
133 |
#: adrotate-functions.php:886
|
134 |
msgid ""
|
@@ -180,11 +180,11 @@ msgstr "Contato com o suporte se o problema persistir:"
|
|
180 |
|
181 |
#: adrotate-output.php:562
|
182 |
msgid ""
|
183 |
-
"Error,
|
184 |
"restrictions!"
|
185 |
msgstr ""
|
186 |
-
"Erro, o Anúncio não está disponível
|
187 |
-
"geolocalização
|
188 |
|
189 |
#: adrotate-output.php:567
|
190 |
msgid ""
|
@@ -194,8 +194,8 @@ msgstr ""
|
|
194 |
"Há banners, eles são deficientes ou nenhum qualificado para este local!"
|
195 |
|
196 |
#: adrotate-output.php:572
|
197 |
-
msgid "Error, no
|
198 |
-
msgstr "Erro,
|
199 |
|
200 |
#: adrotate-output.php:578
|
201 |
msgid "Error, no group ID set! Check your syntax!"
|
@@ -386,9 +386,9 @@ msgstr ""
|
|
386 |
msgid "Get access to premium support and free updates for one year!"
|
387 |
msgstr "Obtenha acesso premium suporte e atualizações gratuitas por um ano!"
|
388 |
|
389 |
-
#: adrotate-output.php:851
|
390 |
-
msgid "
|
391 |
-
msgstr "
|
392 |
|
393 |
#: adrotate-statistics.php:155
|
394 |
msgid "January"
|
@@ -552,10 +552,14 @@ msgid "Manage"
|
|
552 |
msgstr "Gerenciar"
|
553 |
|
554 |
#: adrotate.php:257
|
555 |
-
msgid "Generator"
|
556 |
-
msgstr "Gerador de"
|
557 |
|
558 |
-
#: adrotate.php:258
|
|
|
|
|
|
|
|
|
559 |
msgid "Add New"
|
560 |
msgstr "Adicionar Novo"
|
561 |
|
@@ -591,8 +595,7 @@ msgstr "Geral"
|
|
591 |
msgid "Notifications"
|
592 |
msgstr "Notificações"
|
593 |
|
594 |
-
#: adrotate.php:523 dashboard/publisher/
|
595 |
-
#: dashboard/publisher/groups-edit.php:205
|
596 |
#: dashboard/settings/advertisers.php:38
|
597 |
msgid "Geo Targeting"
|
598 |
msgstr "Geo Targeting"
|
@@ -759,7 +762,7 @@ msgstr "O programa de configuração"
|
|
759 |
msgid "Adverts that need you"
|
760 |
msgstr "Anúncios que precisam de você"
|
761 |
|
762 |
-
#: dashboard/info.php:34 dashboard/publisher/adverts-edit.php:
|
763 |
#: dashboard/publisher/groups-main.php:34
|
764 |
#: dashboard/publisher/schedules-main.php:34
|
765 |
#: dashboard/publisher/statistics-main.php:35
|
@@ -865,7 +868,7 @@ msgid "Go"
|
|
865 |
msgstr "Ir"
|
866 |
|
867 |
#: dashboard/publisher/adverts-disabled.php:35
|
868 |
-
#: dashboard/publisher/adverts-edit.php:
|
869 |
#: dashboard/publisher/adverts-error.php:39
|
870 |
#: dashboard/publisher/adverts-main.php:39
|
871 |
#: dashboard/publisher/groups-edit.php:350
|
@@ -883,7 +886,7 @@ msgstr "Início / Fim"
|
|
883 |
|
884 |
#: dashboard/publisher/adverts-disabled.php:37
|
885 |
#: dashboard/publisher/adverts-edit.php:112
|
886 |
-
#: dashboard/publisher/adverts-edit.php:
|
887 |
#: dashboard/publisher/adverts-error.php:40
|
888 |
#: dashboard/publisher/adverts-main.php:41
|
889 |
#: dashboard/publisher/groups-edit.php:65
|
@@ -992,31 +995,27 @@ msgstr ""
|
|
992 |
|
993 |
#: dashboard/publisher/adverts-edit.php:67
|
994 |
msgid ""
|
995 |
-
"AdRotate cannot find an error but the
|
996 |
-
"the ad!"
|
997 |
msgstr ""
|
998 |
-
"AdRotate não
|
999 |
-
"
|
1000 |
|
1001 |
#: dashboard/publisher/adverts-edit.php:70
|
1002 |
-
msgid "This
|
1003 |
-
msgstr "Este anúncio
|
1004 |
|
1005 |
#: dashboard/publisher/adverts-edit.php:73
|
1006 |
-
msgid "The
|
1007 |
-
msgstr "O anúncio
|
1008 |
|
1009 |
#: dashboard/publisher/adverts-edit.php:76
|
1010 |
-
msgid "This
|
1011 |
-
msgstr "Este anúncio
|
1012 |
|
1013 |
#: dashboard/publisher/adverts-edit.php:79
|
1014 |
-
msgid "This
|
1015 |
-
msgstr "Este anúncio foi desativado e não
|
1016 |
-
|
1017 |
-
#: dashboard/publisher/adverts-edit.php:104
|
1018 |
-
msgid "New Advert"
|
1019 |
-
msgstr "Novo Anúncio"
|
1020 |
|
1021 |
#: dashboard/publisher/adverts-edit.php:106
|
1022 |
msgid "Edit Advert"
|
@@ -1151,13 +1150,16 @@ msgid "Disabled, do not show this advert anywhere"
|
|
1151 |
msgstr "Deficientes, não mostrar este classificado em qualquer lugar"
|
1152 |
|
1153 |
#: dashboard/publisher/adverts-edit.php:192
|
1154 |
-
msgid "
|
1155 |
-
|
|
|
|
|
|
|
|
|
|
|
1156 |
|
1157 |
#: dashboard/publisher/adverts-edit.php:192
|
1158 |
-
#: dashboard/publisher/adverts-edit.php:
|
1159 |
-
#: dashboard/publisher/adverts-edit.php:322
|
1160 |
-
#: dashboard/publisher/adverts-edit.php:422
|
1161 |
#: dashboard/publisher/groups-edit.php:227
|
1162 |
#: dashboard/publisher/statistics-advert.php:109
|
1163 |
#: dashboard/publisher/statistics-group.php:113
|
@@ -1165,66 +1167,11 @@ msgstr "Obter mais recursos com AdRotate Pro."
|
|
1165 |
msgid "Upgrade now"
|
1166 |
msgstr "Atualizar agora"
|
1167 |
|
1168 |
-
#: dashboard/publisher/adverts-edit.php:
|
1169 |
-
#: dashboard/publisher/adverts-edit.php:254
|
1170 |
-
#: dashboard/publisher/adverts-edit.php:441
|
1171 |
-
#: dashboard/publisher/adverts-edit.php:484
|
1172 |
-
msgid "Save Advert"
|
1173 |
-
msgstr "Salvar Anúncio"
|
1174 |
-
|
1175 |
-
#: dashboard/publisher/adverts-edit.php:196
|
1176 |
-
#: dashboard/publisher/adverts-edit.php:255
|
1177 |
-
#: dashboard/publisher/adverts-edit.php:442
|
1178 |
-
#: dashboard/publisher/adverts-edit.php:485
|
1179 |
-
#: dashboard/publisher/adverts-generator.php:154
|
1180 |
-
#: dashboard/publisher/groups-edit.php:175
|
1181 |
-
#: dashboard/publisher/groups-edit.php:320
|
1182 |
-
#: dashboard/publisher/groups-edit.php:414
|
1183 |
-
msgid "Cancel"
|
1184 |
-
msgstr "Cancelar"
|
1185 |
-
|
1186 |
-
#: dashboard/publisher/adverts-edit.php:199
|
1187 |
-
#: dashboard/publisher/adverts-edit.php:424
|
1188 |
-
#: dashboard/publisher/groups-edit.php:157
|
1189 |
-
#: dashboard/publisher/groups-edit.php:302
|
1190 |
-
msgid "Usage"
|
1191 |
-
msgstr "Utilização"
|
1192 |
-
|
1193 |
-
#: dashboard/publisher/adverts-edit.php:203
|
1194 |
-
#: dashboard/publisher/adverts-edit.php:428
|
1195 |
-
#: dashboard/publisher/groups-edit.php:161
|
1196 |
-
#: dashboard/publisher/groups-edit.php:306
|
1197 |
-
msgid "Widget"
|
1198 |
-
msgstr "Widget"
|
1199 |
-
|
1200 |
-
#: dashboard/publisher/adverts-edit.php:204
|
1201 |
-
#: dashboard/publisher/adverts-edit.php:429
|
1202 |
-
msgid ""
|
1203 |
-
"Drag the AdRotate widget to the sidebar where you want to place the advert "
|
1204 |
-
"and select the advert or the group the advert is in."
|
1205 |
-
msgstr ""
|
1206 |
-
"Arraste o AdRotate widget para a barra lateral onde você deseja colocar o "
|
1207 |
-
"anúncio e selecione anúncio, ou o grupo a que o anúncio se encontra."
|
1208 |
-
|
1209 |
-
#: dashboard/publisher/adverts-edit.php:207
|
1210 |
-
#: dashboard/publisher/adverts-edit.php:432
|
1211 |
-
#: dashboard/publisher/groups-edit.php:165
|
1212 |
-
#: dashboard/publisher/groups-edit.php:310
|
1213 |
-
msgid "In a post or page"
|
1214 |
-
msgstr "Em um post ou página"
|
1215 |
-
|
1216 |
-
#: dashboard/publisher/adverts-edit.php:209
|
1217 |
-
#: dashboard/publisher/adverts-edit.php:434
|
1218 |
-
#: dashboard/publisher/groups-edit.php:167
|
1219 |
-
#: dashboard/publisher/groups-edit.php:312
|
1220 |
-
msgid "Directly in a theme"
|
1221 |
-
msgstr "Diretamente em um tema"
|
1222 |
-
|
1223 |
-
#: dashboard/publisher/adverts-edit.php:215
|
1224 |
msgid "Schedule your advert"
|
1225 |
msgstr "Agende o seu anúncio"
|
1226 |
|
1227 |
-
#: dashboard/publisher/adverts-edit.php:
|
1228 |
msgid ""
|
1229 |
"Time uses a 24 hour clock. When you're used to the AM/PM system keep this in "
|
1230 |
"mind: If the start or end time is after lunch, add 12 hours. 2PM is 14:00 "
|
@@ -1234,255 +1181,141 @@ msgstr ""
|
|
1234 |
"sistema, tenha isso em mente: Se o início ou fim do horário é após o almoço, "
|
1235 |
"adicione 12 horas. 2PM é de 14:00 horas. 6 horas da manhã de 6:00 horas."
|
1236 |
|
1237 |
-
#: dashboard/publisher/adverts-edit.php:
|
1238 |
msgid "Start date"
|
1239 |
msgstr "Data de início"
|
1240 |
|
1241 |
-
#: dashboard/publisher/adverts-edit.php:
|
1242 |
msgid "End date"
|
1243 |
msgstr "Data final"
|
1244 |
|
1245 |
-
#: dashboard/publisher/adverts-edit.php:
|
1246 |
msgid "Start time"
|
1247 |
msgstr "Hora de início"
|
1248 |
|
1249 |
-
#: dashboard/publisher/adverts-edit.php:
|
1250 |
msgid "End time"
|
1251 |
msgstr "Fim do horário de"
|
1252 |
|
1253 |
-
#: dashboard/publisher/adverts-edit.php:
|
1254 |
msgid "Maximum Clicks"
|
1255 |
msgstr "O Máximo De Cliques"
|
1256 |
|
1257 |
-
#: dashboard/publisher/adverts-edit.php:
|
1258 |
-
#: dashboard/publisher/adverts-edit.php:
|
1259 |
msgid "Leave empty or 0 to skip this."
|
1260 |
msgstr "Deixar em branco ou 0 para ignorar isso."
|
1261 |
|
1262 |
-
#: dashboard/publisher/adverts-edit.php:
|
1263 |
msgid "Maximum Impressions"
|
1264 |
msgstr "O Máximo De Impressões"
|
1265 |
|
1266 |
-
#: dashboard/publisher/adverts-edit.php:
|
1267 |
-
msgid ""
|
1268 |
-
"Create multiple and more advanced schedules for each advert with AdRotate "
|
1269 |
-
"Pro."
|
1270 |
-
msgstr ""
|
1271 |
-
"Criar várias e as mais avançadas horários para cada anúncio com AdRotate Pro."
|
1272 |
-
|
1273 |
-
#: dashboard/publisher/adverts-edit.php:258
|
1274 |
-
#: dashboard/publisher/groups-edit.php:178 dashboard/settings/statistics.php:28
|
1275 |
-
msgid "Advanced"
|
1276 |
-
msgstr "Avançado"
|
1277 |
-
|
1278 |
-
#: dashboard/publisher/adverts-edit.php:259
|
1279 |
-
#: dashboard/publisher/adverts-edit.php:325
|
1280 |
-
msgid "Available in AdRotate Pro!"
|
1281 |
-
msgstr "Disponível em AdRotate Pro!"
|
1282 |
-
|
1283 |
-
#: dashboard/publisher/adverts-edit.php:264
|
1284 |
-
msgid "Show to everyone"
|
1285 |
-
msgstr "Mostre para todos"
|
1286 |
-
|
1287 |
-
#: dashboard/publisher/adverts-edit.php:266
|
1288 |
-
msgid "Disable this option to hide the advert from logged-in visitors."
|
1289 |
-
msgstr ""
|
1290 |
-
"Desative essa opção para ocultar o anúncio de conectado no número de "
|
1291 |
-
"visitantes."
|
1292 |
-
|
1293 |
-
#: dashboard/publisher/adverts-edit.php:270
|
1294 |
-
#: dashboard/publisher/groups-edit.php:353
|
1295 |
-
msgid "Weight"
|
1296 |
-
msgstr "Peso"
|
1297 |
-
|
1298 |
-
#: dashboard/publisher/adverts-edit.php:272
|
1299 |
-
msgid "Few impressions"
|
1300 |
-
msgstr "Algumas impressões"
|
1301 |
-
|
1302 |
-
#: dashboard/publisher/adverts-edit.php:275
|
1303 |
-
msgid "Less than average"
|
1304 |
-
msgstr "Menos do que a média"
|
1305 |
-
|
1306 |
-
#: dashboard/publisher/adverts-edit.php:278
|
1307 |
-
msgid "Normal impressions"
|
1308 |
-
msgstr "Normal impressões"
|
1309 |
-
|
1310 |
-
#: dashboard/publisher/adverts-edit.php:281
|
1311 |
-
msgid "More than average"
|
1312 |
-
msgstr "Mais do que a média"
|
1313 |
-
|
1314 |
-
#: dashboard/publisher/adverts-edit.php:284
|
1315 |
-
msgid "Many impressions"
|
1316 |
-
msgstr "Muitas impressões"
|
1317 |
-
|
1318 |
-
#: dashboard/publisher/adverts-edit.php:288
|
1319 |
-
msgid "Mobile"
|
1320 |
-
msgstr "Móveis"
|
1321 |
-
|
1322 |
-
#: dashboard/publisher/adverts-edit.php:290
|
1323 |
-
msgid "Desktops/Laptops"
|
1324 |
-
msgstr "Desktops/Notebooks"
|
1325 |
-
|
1326 |
-
#: dashboard/publisher/adverts-edit.php:293
|
1327 |
-
msgid "Smartphones"
|
1328 |
-
msgstr "Smartphones"
|
1329 |
-
|
1330 |
-
#: dashboard/publisher/adverts-edit.php:296
|
1331 |
-
msgid "Tablets"
|
1332 |
-
msgstr "Comprimidos"
|
1333 |
-
|
1334 |
-
#: dashboard/publisher/adverts-edit.php:299
|
1335 |
-
msgid ""
|
1336 |
-
"Also enable 'Mobile Support' in the group this advert goes in or 'Device' "
|
1337 |
-
"and 'Operating System' are ignored!"
|
1338 |
-
msgstr ""
|
1339 |
-
"Também ativar a opção 'Suporte Móvel\" no grupo classificado este vai ou "
|
1340 |
-
"'Dispositivo' e 'Sistema Operacional' são ignorados!"
|
1341 |
-
|
1342 |
-
#: dashboard/publisher/adverts-edit.php:299
|
1343 |
-
msgid ""
|
1344 |
-
"Operating system detection only detects iOS and Android, select 'Not Mobile/"
|
1345 |
-
"Other' for everything else."
|
1346 |
-
msgstr ""
|
1347 |
-
"Detecção de sistema operacional detecta apenas o iOS e o Android, selecione "
|
1348 |
-
"a opção \"Não Móvel/Outros' para tudo o resto."
|
1349 |
-
|
1350 |
-
#: dashboard/publisher/adverts-edit.php:303
|
1351 |
-
msgid "Mobile OS"
|
1352 |
-
msgstr "Sistema operacional móvel"
|
1353 |
-
|
1354 |
-
#: dashboard/publisher/adverts-edit.php:305
|
1355 |
-
msgid "iOS"
|
1356 |
-
msgstr "iOS"
|
1357 |
-
|
1358 |
-
#: dashboard/publisher/adverts-edit.php:308
|
1359 |
-
msgid "Android"
|
1360 |
-
msgstr "Android"
|
1361 |
-
|
1362 |
-
#: dashboard/publisher/adverts-edit.php:311
|
1363 |
-
msgid "Not mobile/Others"
|
1364 |
-
msgstr "Não móvel/Outros"
|
1365 |
-
|
1366 |
-
#: dashboard/publisher/adverts-edit.php:315
|
1367 |
-
msgid "Auto-delete"
|
1368 |
-
msgstr "Auto-excluir"
|
1369 |
-
|
1370 |
-
#: dashboard/publisher/adverts-edit.php:317
|
1371 |
-
msgid "Automatically delete the advert 1 day after it expires?"
|
1372 |
-
msgstr "Excluir automaticamente o anúncio 1 dia após expirar?"
|
1373 |
-
|
1374 |
-
#: dashboard/publisher/adverts-edit.php:317
|
1375 |
-
msgid ""
|
1376 |
-
"This is useful for short running campaigns that do not require attention "
|
1377 |
-
"after they finish."
|
1378 |
-
msgstr ""
|
1379 |
-
"Isso é útil para breve a execução de campanhas que não necessitam de atenção "
|
1380 |
-
"depois que terminar."
|
1381 |
-
|
1382 |
-
#: dashboard/publisher/adverts-edit.php:322
|
1383 |
-
msgid ""
|
1384 |
-
"With AdRotate Pro you can easily select which devices and mobile operating "
|
1385 |
-
"systems the advert should show on!"
|
1386 |
-
msgstr ""
|
1387 |
-
"Com AdRotate Pro, você pode facilmente selecionar quais dispositivos e "
|
1388 |
-
"sistemas operacionais móveis, o anúncio deve mostrar-nos!"
|
1389 |
-
|
1390 |
-
#: dashboard/publisher/adverts-edit.php:325
|
1391 |
msgid ""
|
1392 |
-
"
|
|
|
1393 |
msgstr ""
|
1394 |
-
"
|
1395 |
-
"
|
1396 |
|
1397 |
-
#: dashboard/publisher/adverts-edit.php:
|
1398 |
-
|
1399 |
-
|
|
|
|
|
1400 |
|
1401 |
-
#: dashboard/publisher/adverts-edit.php:
|
1402 |
-
|
1403 |
-
|
|
|
|
|
1404 |
|
1405 |
-
#: dashboard/publisher/adverts-edit.php:
|
1406 |
-
#: dashboard/publisher/adverts-edit.php:344
|
1407 |
msgid ""
|
1408 |
-
"AdRotate
|
1409 |
-
"
|
1410 |
msgstr ""
|
1411 |
-
"AdRotate
|
1412 |
-
"
|
1413 |
-
|
1414 |
-
#: dashboard/publisher/adverts-edit.php:340
|
1415 |
-
msgid "Enter States or State ISO3166-2 codes"
|
1416 |
-
msgstr "Digite Estados ou do Estado ISO3166-2 códigos"
|
1417 |
|
1418 |
-
#: dashboard/publisher/adverts-edit.php:
|
1419 |
-
|
1420 |
-
|
|
|
|
|
1421 |
|
1422 |
-
#: dashboard/publisher/adverts-edit.php:
|
1423 |
-
|
1424 |
-
|
|
|
|
|
1425 |
|
1426 |
-
#: dashboard/publisher/adverts-edit.php:
|
1427 |
-
|
1428 |
-
|
|
|
1429 |
|
1430 |
-
#: dashboard/publisher/adverts-edit.php:
|
1431 |
-
|
1432 |
-
|
|
|
|
|
|
|
|
|
|
|
1433 |
|
1434 |
-
#: dashboard/publisher/adverts-edit.php:
|
1435 |
msgid "Select Groups"
|
1436 |
msgstr "Selecione Os Grupos De"
|
1437 |
|
1438 |
-
#: dashboard/publisher/adverts-edit.php:
|
1439 |
#: dashboard/publisher/groups-main.php:60
|
1440 |
#: dashboard/settings/geotargeting.php:54 dashboard/settings/statistics.php:25
|
1441 |
msgid "Default"
|
1442 |
msgstr "Padrão"
|
1443 |
|
1444 |
-
#: dashboard/publisher/adverts-edit.php:
|
1445 |
#: dashboard/publisher/groups-main.php:61
|
1446 |
msgid "Dynamic"
|
1447 |
msgstr "Dinâmica"
|
1448 |
|
1449 |
-
#: dashboard/publisher/adverts-edit.php:
|
1450 |
#: dashboard/publisher/groups-main.php:61
|
1451 |
msgid "second rotation"
|
1452 |
msgstr "segunda rotação"
|
1453 |
|
1454 |
-
#: dashboard/publisher/adverts-edit.php:
|
1455 |
#: dashboard/publisher/groups-main.php:62
|
1456 |
msgid "Block"
|
1457 |
msgstr "Bloco"
|
1458 |
|
1459 |
-
#: dashboard/publisher/adverts-edit.php:
|
1460 |
#: dashboard/publisher/groups-main.php:62
|
1461 |
msgid "grid"
|
1462 |
msgstr "grade"
|
1463 |
|
1464 |
-
#: dashboard/publisher/adverts-edit.php:
|
1465 |
#: dashboard/publisher/groups-edit.php:234
|
1466 |
#: dashboard/publisher/groups-main.php:63
|
1467 |
msgid "Post Injection"
|
1468 |
msgstr "Após A Injeção"
|
1469 |
|
1470 |
-
#: dashboard/publisher/adverts-edit.php:
|
1471 |
msgid "Geolocation"
|
1472 |
msgstr "Localização geográfica"
|
1473 |
|
1474 |
-
#: dashboard/publisher/adverts-edit.php:
|
1475 |
#: dashboard/publisher/groups-edit.php:74
|
1476 |
#: dashboard/publisher/groups-main.php:70
|
1477 |
msgid "Mode"
|
1478 |
msgstr "Modo de"
|
1479 |
|
1480 |
-
#: dashboard/publisher/adverts-edit.php:
|
1481 |
-
#: dashboard/publisher/adverts-generator.php:
|
1482 |
msgid "Portability"
|
1483 |
msgstr "Portabilidade"
|
1484 |
|
1485 |
-
#: dashboard/publisher/adverts-edit.php:
|
1486 |
msgid ""
|
1487 |
"This long code is your advert. It includes all settings from above except "
|
1488 |
"the schedule and group selection. You can import this hash into another "
|
@@ -1499,8 +1332,8 @@ msgstr ""
|
|
1499 |
"para o 'Anúncio de Hash' campo no Anúncio Gerador de outro AdRotate o "
|
1500 |
"programa de configuração."
|
1501 |
|
1502 |
-
#: dashboard/publisher/adverts-edit.php:
|
1503 |
-
#: dashboard/publisher/adverts-generator.php:
|
1504 |
msgid "Advert hash"
|
1505 |
msgstr "Anúncio de hash"
|
1506 |
|
@@ -1555,99 +1388,53 @@ msgstr "Expirou"
|
|
1555 |
msgid "Generate Advert Code"
|
1556 |
msgstr "Gerar Código De Anúncio"
|
1557 |
|
1558 |
-
#: dashboard/publisher/adverts-generator.php:37
|
1559 |
-
msgid ""
|
1560 |
-
"Use the Generator if you have received a target url, banner image and/or "
|
1561 |
-
"some separate files with a description on how to use those. The AdRotate "
|
1562 |
-
"Generator will take your bits and pieces and try to generate a working "
|
1563 |
-
"adcode from it."
|
1564 |
-
msgstr ""
|
1565 |
-
"Usar o Gerador, se você tiver recebido um url de destino, a imagem da "
|
1566 |
-
"bandeira e/ou alguns arquivos separados, com uma descrição sobre como usá-"
|
1567 |
-
"las. O AdRotate um Gerador de levar seus pedaços e tentar gerar um adcode a "
|
1568 |
-
"partir dele."
|
1569 |
-
|
1570 |
-
#: dashboard/publisher/adverts-generator.php:38
|
1571 |
-
msgid ""
|
1572 |
-
"If you have an advert hash from another AdRotate or AdRotate Professional "
|
1573 |
-
"setup you can enter it in the Portability field. This feature is a bit of an "
|
1574 |
-
"experiment, but the basic function works."
|
1575 |
-
msgstr ""
|
1576 |
-
"Se você tem um anúncio a um hash a partir de outro AdRotate ou AdRotate "
|
1577 |
-
"Profissional de configuração você pode entrar na Portabilidade de campo. "
|
1578 |
-
"Esse recurso é um pouco de um experimento, mas a função básica funciona."
|
1579 |
-
|
1580 |
-
#: dashboard/publisher/adverts-generator.php:39
|
1581 |
-
msgid ""
|
1582 |
-
"If you have a complete and working ad code / ad tag you do not use the "
|
1583 |
-
"Generator. You can simply paste that code in the AdCode field when creating "
|
1584 |
-
"your advert. For example as provided by Media.net or Google AdSense among "
|
1585 |
-
"others."
|
1586 |
-
msgstr ""
|
1587 |
-
"Se você tem um completo e de trabalho código do anúncio / tag de anúncio que "
|
1588 |
-
"você não use o Gerador. Você pode simplesmente colar o código no AdCode "
|
1589 |
-
"campo ao criar seu anúncio. Por exemplo, como previsto Media.net ou Google "
|
1590 |
-
"AdSense, entre outros."
|
1591 |
-
|
1592 |
#: dashboard/publisher/adverts-generator.php:41
|
1593 |
-
msgid "Create your advert"
|
1594 |
-
msgstr "Criar o seu anúncio"
|
1595 |
-
|
1596 |
-
#: dashboard/publisher/adverts-generator.php:42
|
1597 |
-
msgid ""
|
1598 |
-
"This is a regular advert consisting of an image and a link, made up from "
|
1599 |
-
"HTML code."
|
1600 |
-
msgstr ""
|
1601 |
-
"Este é um regular anúncio, que consiste em uma imagem e um link, feita a "
|
1602 |
-
"partir do código HTML."
|
1603 |
-
|
1604 |
-
#: dashboard/publisher/adverts-generator.php:47
|
1605 |
msgid "Required"
|
1606 |
msgstr "Necessário"
|
1607 |
|
1608 |
-
#: dashboard/publisher/adverts-generator.php:
|
1609 |
msgid "Banner image"
|
1610 |
msgstr "Imagem do Banner"
|
1611 |
|
1612 |
-
#: dashboard/publisher/adverts-generator.php:
|
1613 |
msgid "Select advert image"
|
1614 |
msgstr "Selecione anúncio de imagem"
|
1615 |
|
1616 |
-
#: dashboard/publisher/adverts-generator.php:
|
1617 |
msgid "Is your file not listed? Upload it to the banners folder using (s)FTP."
|
1618 |
msgstr ""
|
1619 |
"É o seu arquivo não estiver listado? Faça o Upload para a banners pasta "
|
1620 |
"usando o (s)FTP."
|
1621 |
|
1622 |
-
#: dashboard/publisher/adverts-generator.php:
|
1623 |
msgid "Target website"
|
1624 |
msgstr "Site de destino"
|
1625 |
|
1626 |
-
#: dashboard/publisher/adverts-generator.php:
|
1627 |
msgid "Where does the person clicking the advert go?"
|
1628 |
msgstr "Onde é que a pessoa clicando no anúncio de ir?"
|
1629 |
|
1630 |
-
#: dashboard/publisher/adverts-generator.php:
|
1631 |
msgid "Viewports"
|
1632 |
msgstr "Viewports"
|
1633 |
|
1634 |
-
#: dashboard/publisher/adverts-generator.php:
|
1635 |
#: dashboard/publisher/groups-edit.php:218
|
1636 |
#: dashboard/settings/notifications.php:48
|
1637 |
msgid "Available in AdRotate Pro"
|
1638 |
msgstr "Disponível em AdRotate Pro"
|
1639 |
|
1640 |
-
#: dashboard/publisher/adverts-generator.php:
|
1641 |
msgid "Smaller Devices"
|
1642 |
msgstr "Dispositivos Menores"
|
1643 |
|
1644 |
-
#: dashboard/publisher/adverts-generator.php:
|
1645 |
-
#: dashboard/publisher/adverts-generator.php:
|
1646 |
-
#: dashboard/publisher/adverts-generator.php:
|
1647 |
msgid "No file selected"
|
1648 |
msgstr "Nenhum arquivo selecionado"
|
1649 |
|
1650 |
-
#: dashboard/publisher/adverts-generator.php:
|
1651 |
msgid ""
|
1652 |
"Smaller smartphones and tablets with a viewport of up to 480px wide (up-to "
|
1653 |
"1440px resolution)."
|
@@ -1655,11 +1442,11 @@ msgstr ""
|
|
1655 |
"Menor smartphones e tablets com um visor de até 480 pixels de largura (até-"
|
1656 |
"para 1440px resolução)."
|
1657 |
|
1658 |
-
#: dashboard/publisher/adverts-generator.php:
|
1659 |
msgid "Medium sized Devices"
|
1660 |
msgstr "Médias Dispositivos"
|
1661 |
|
1662 |
-
#: dashboard/publisher/adverts-generator.php:
|
1663 |
msgid ""
|
1664 |
"Larger smartphones or Small tablets with a viewport of up to 960px wide (up-"
|
1665 |
"to 1536px resolution)."
|
@@ -1667,11 +1454,11 @@ msgstr ""
|
|
1667 |
"Maior smartphones ou Pequenos comprimidos com um visor de até 960px de "
|
1668 |
"largura (até-para 1536px resolução)."
|
1669 |
|
1670 |
-
#: dashboard/publisher/adverts-generator.php:
|
1671 |
msgid "Larger Devices"
|
1672 |
msgstr "Dispositivos Maiores"
|
1673 |
|
1674 |
-
#: dashboard/publisher/adverts-generator.php:
|
1675 |
msgid ""
|
1676 |
"Small laptops and Larger tablets with a viewport of up to 1280px wide (up-to "
|
1677 |
"2048px resolution)."
|
@@ -1679,12 +1466,12 @@ msgstr ""
|
|
1679 |
"Laptops pequenos e Grandes comprimidos com um visor de até 1280px de largura "
|
1680 |
"(até-para 2048px resolução)."
|
1681 |
|
1682 |
-
#: dashboard/publisher/adverts-generator.php:
|
1683 |
#: dashboard/publisher/media.php:37
|
1684 |
msgid "Important:"
|
1685 |
msgstr "Importante:"
|
1686 |
|
1687 |
-
#: dashboard/publisher/adverts-generator.php:
|
1688 |
msgid ""
|
1689 |
"All sizes are optional, but it is highly recommended to use at least the "
|
1690 |
"small and medium size. Devices with viewports greater than 1280px will use "
|
@@ -1694,7 +1481,7 @@ msgstr ""
|
|
1694 |
"menos os de pequeno e médio porte. Aparelhos com visores maiores do que "
|
1695 |
"1280px irá utilizar o total do tamanho de banner."
|
1696 |
|
1697 |
-
#: dashboard/publisher/adverts-generator.php:
|
1698 |
msgid ""
|
1699 |
"Are your files not listed? Upload them via the AdRotate Media Manager. For "
|
1700 |
"your convenience, use easy to use filenames."
|
@@ -1702,38 +1489,38 @@ msgstr ""
|
|
1702 |
"São os seus ficheiros não está listado? Enviá-los via o AdRotate Media "
|
1703 |
"Manager. Para sua conveniência, o uso fácil de usar nomes de arquivos."
|
1704 |
|
1705 |
-
#: dashboard/publisher/adverts-generator.php:
|
1706 |
msgid "Optional"
|
1707 |
msgstr "Opcional"
|
1708 |
|
1709 |
-
#: dashboard/publisher/adverts-generator.php:
|
1710 |
msgid "Target window"
|
1711 |
msgstr "Janela de destino"
|
1712 |
|
1713 |
-
#: dashboard/publisher/adverts-generator.php:
|
1714 |
msgid "Open the advert in a new window?"
|
1715 |
msgstr "Abra o anúncio em uma nova janela?"
|
1716 |
|
1717 |
-
#: dashboard/publisher/adverts-generator.php:
|
1718 |
msgid "(Recommended)"
|
1719 |
msgstr "(Recomendado)"
|
1720 |
|
1721 |
-
#: dashboard/publisher/adverts-generator.php:
|
1722 |
msgid "NoFollow"
|
1723 |
msgstr "\"NoFollow\""
|
1724 |
|
1725 |
-
#: dashboard/publisher/adverts-generator.php:
|
1726 |
msgid "Tell crawlers and search engines not to follow the target website url?"
|
1727 |
msgstr ""
|
1728 |
"Dizer que os rastreadores e os motores de busca não seguir o destino do url "
|
1729 |
"do web site?"
|
1730 |
|
|
|
1731 |
#: dashboard/publisher/adverts-generator.php:124
|
1732 |
-
#: dashboard/publisher/adverts-generator.php:130
|
1733 |
msgid "(Available in AdRotate Pro)"
|
1734 |
msgstr "(Disponível em AdRotate Pro)"
|
1735 |
|
1736 |
-
#: dashboard/publisher/adverts-generator.php:
|
1737 |
msgid ""
|
1738 |
"Letting bots (Such as Googlebot) index paid links may negatively affect your "
|
1739 |
"SEO and PageRank."
|
@@ -1741,15 +1528,15 @@ msgstr ""
|
|
1741 |
"Deixar de bots (como o Googlebot) índice de links pagos, pode afetar "
|
1742 |
"negativamente seu SEO e PageRank."
|
1743 |
|
1744 |
-
#: dashboard/publisher/adverts-generator.php:
|
1745 |
msgid "Alt and Title"
|
1746 |
msgstr "Alt e Title"
|
1747 |
|
1748 |
-
#: dashboard/publisher/adverts-generator.php:
|
1749 |
msgid "Add an alt and title attribute based on the asset name?"
|
1750 |
msgstr "Adicionar um alt e title atributo com base no nome do ativo?"
|
1751 |
|
1752 |
-
#: dashboard/publisher/adverts-generator.php:
|
1753 |
msgid ""
|
1754 |
"Some bots/crawlers use them as a descriptive measure to see what the code is "
|
1755 |
"about."
|
@@ -1757,7 +1544,7 @@ msgstr ""
|
|
1757 |
"Alguns bots/rastreadores de usá-los como uma medida descritiva para ver o "
|
1758 |
"que o código faz."
|
1759 |
|
1760 |
-
#: dashboard/publisher/adverts-generator.php:
|
1761 |
msgid ""
|
1762 |
"To import a ready made advert, enter a advert hash from another AdRotate "
|
1763 |
"setup..."
|
@@ -1765,19 +1552,19 @@ msgstr ""
|
|
1765 |
"Para importar um prontos anúncio, inserir um anúncio hash do outro AdRotate "
|
1766 |
"instalação..."
|
1767 |
|
1768 |
-
#: dashboard/publisher/adverts-generator.php:
|
1769 |
msgid "Generate and Configure Advert"
|
1770 |
msgstr "Gerar e Configurar Anúncio"
|
1771 |
|
1772 |
-
#: dashboard/publisher/adverts-generator.php:
|
1773 |
msgid "Always test your adverts before activating them."
|
1774 |
msgstr "Sempre teste seus anúncios antes de ativá-los."
|
1775 |
|
1776 |
-
#: dashboard/publisher/adverts-generator.php:
|
1777 |
-
msgid "
|
1778 |
msgstr "Atenção:"
|
1779 |
|
1780 |
-
#: dashboard/publisher/adverts-generator.php:
|
1781 |
msgid ""
|
1782 |
"While the Code Generator has been tested and works, code generation, as "
|
1783 |
"always, is a interpretation of user input. If you provide the correct bits "
|
@@ -1790,11 +1577,11 @@ msgstr ""
|
|
1790 |
"ou inserir informações erradas você provavelmente acabar com um partido "
|
1791 |
"anúncio."
|
1792 |
|
1793 |
-
#: dashboard/publisher/adverts-generator.php:
|
1794 |
msgid "NOTE:"
|
1795 |
msgstr "NOTA:"
|
1796 |
|
1797 |
-
#: dashboard/publisher/adverts-generator.php:
|
1798 |
msgid "If you insert an Advert Hash, all other fields are ignored."
|
1799 |
msgstr ""
|
1800 |
"Se você inserir um Anúncio de Hash, todos os outros campos são ignorados."
|
@@ -1948,10 +1735,6 @@ msgstr ""
|
|
1948 |
msgid "Get access to all features in AdRotate Pro."
|
1949 |
msgstr "Obter acesso a todos os recursos AdRotate Pro."
|
1950 |
|
1951 |
-
#: dashboard/publisher/groups-edit.php:155
|
1952 |
-
msgid "Upgrade today"
|
1953 |
-
msgstr "A atualização de hoje"
|
1954 |
-
|
1955 |
#: dashboard/publisher/groups-edit.php:162
|
1956 |
#: dashboard/publisher/groups-edit.php:307
|
1957 |
msgid ""
|
@@ -1967,6 +1750,10 @@ msgstr ""
|
|
1967 |
msgid "Save Group"
|
1968 |
msgstr "Salvar Grupo"
|
1969 |
|
|
|
|
|
|
|
|
|
1970 |
#: dashboard/publisher/groups-edit.php:182
|
1971 |
msgid "Advert Margin"
|
1972 |
msgstr "Anúncio Margem"
|
@@ -2163,6 +1950,10 @@ msgstr "Selecione publicidade"
|
|
2163 |
msgid "Visible until"
|
2164 |
msgstr "Visível até"
|
2165 |
|
|
|
|
|
|
|
|
|
2166 |
#: dashboard/publisher/groups-edit.php:400
|
2167 |
msgid "No adverts created!"
|
2168 |
msgstr "Nenhuma publicidade criada!"
|
@@ -2646,6 +2437,8 @@ msgid ""
|
|
2646 |
"Only words with alphanumeric characters and [ - _ ] are allowed. All other "
|
2647 |
"characters are stripped out."
|
2648 |
msgstr ""
|
|
|
|
|
2649 |
|
2650 |
#: dashboard/settings/general.php:72
|
2651 |
msgid ""
|
@@ -3096,6 +2889,8 @@ msgid ""
|
|
3096 |
"Caching support only works for [shortcodes] and the AdRotate Widget. If you "
|
3097 |
"use a PHP Snippet you need to wrap your PHP in the exclusion code yourself."
|
3098 |
msgstr ""
|
|
|
|
|
3099 |
|
3100 |
#: dashboard/settings/notifications.php:19
|
3101 |
msgid "Set up who gets notifications if ads need your attention."
|
@@ -3451,3 +3246,165 @@ msgstr "Obter Ajuda"
|
|
3451 |
#: dashboard/support.php:98
|
3452 |
msgid "Premium Support is available in AdRotate Pro!"
|
3453 |
msgstr "Premium Suporte está disponível em AdRotate Pro!"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: AdRotate\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2021-05-19 12:13-0500\n"
|
6 |
+
"PO-Revision-Date: 2021-05-19 12:16-0500\n"
|
7 |
"Last-Translator: Arnan de Gans <support@ajdg.solutions>\n"
|
8 |
"Language-Team: Português do Brasil\n"
|
9 |
"Language: pt_BR\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
#: adrotate-functions.php:784
|
22 |
+
msgid "Advert saved"
|
23 |
+
msgstr "Anúncio salvo"
|
24 |
|
25 |
#: adrotate-functions.php:788
|
26 |
msgid "Group saved"
|
51 |
"que as permissões estão em ordem."
|
52 |
|
53 |
#: adrotate-functions.php:812
|
54 |
+
msgid "Advert(s) statistics reset"
|
55 |
msgstr "Anúncio(s) estatísticas de reposição"
|
56 |
|
57 |
#: adrotate-functions.php:816
|
58 |
+
msgid "Advert(s) renewed"
|
59 |
+
msgstr "Anúncios(s) renovados"
|
60 |
|
61 |
#: adrotate-functions.php:820
|
62 |
+
msgid "Advert(s) deactivated"
|
63 |
+
msgstr "Anúncios desativados"
|
64 |
|
65 |
#: adrotate-functions.php:824
|
66 |
+
msgid "Advert(s) activated"
|
67 |
msgstr "Anúncio(s) ativado"
|
68 |
|
69 |
#: adrotate-functions.php:828
|
70 |
+
msgid "Group including the Adverts in it deleted"
|
71 |
msgstr "Grupo de inclusão de Anúncios do excluído"
|
72 |
|
73 |
#: adrotate-functions.php:832
|
77 |
#: adrotate-functions.php:836
|
78 |
msgid ""
|
79 |
"Advert HTML generated and placed in the AdCode field. Configure your advert "
|
80 |
+
"below. Do not forget to check all settings and schedule the advert."
|
81 |
msgstr ""
|
82 |
"Anúncio HTML gerado e colocado na AdCode campo. Configurar o seu anúncio "
|
83 |
"abaixo. Não se esqueça de verificar todas as configurações e agendá-lo."
|
95 |
msgstr "Banco de dados reparado"
|
96 |
|
97 |
#: adrotate-functions.php:853
|
98 |
+
msgid "Adverts evaluated and statuses have been corrected where required"
|
99 |
+
msgstr "Anúncios avaliados e status foram corrigidos quando necessário"
|
100 |
|
101 |
#: adrotate-functions.php:857
|
102 |
msgid "Cleanup complete"
|
108 |
|
109 |
#: adrotate-functions.php:866
|
110 |
msgid ""
|
111 |
+
"The advert was saved but has an issue which might prevent it from working "
|
112 |
+
"properly. Review the colored advert."
|
113 |
msgstr ""
|
114 |
+
"O anúncio foi salvo, mas tem um problema que pode impedi-lo de funcionar "
|
115 |
+
"corretamente. Reveja o anúncio colorido."
|
116 |
|
117 |
#: adrotate-functions.php:870
|
118 |
msgid "No data found in selected time period"
|
127 |
msgstr "O formulário não pode ser (parcialmente) vazio!"
|
128 |
|
129 |
#: adrotate-functions.php:882
|
130 |
+
msgid "No adverts found."
|
131 |
+
msgstr "Não foram encontrados anúncios."
|
132 |
|
133 |
#: adrotate-functions.php:886
|
134 |
msgid ""
|
180 |
|
181 |
#: adrotate-output.php:562
|
182 |
msgid ""
|
183 |
+
"Error, Advert is not available at this time due to schedule/geolocation "
|
184 |
"restrictions!"
|
185 |
msgstr ""
|
186 |
+
"Erro, o Anúncio não está disponível neste momento devido às restrições de "
|
187 |
+
"agendamento/geolocalização!"
|
188 |
|
189 |
#: adrotate-output.php:567
|
190 |
msgid ""
|
194 |
"Há banners, eles são deficientes ou nenhum qualificado para este local!"
|
195 |
|
196 |
#: adrotate-output.php:572
|
197 |
+
msgid "Error, no Advert ID set! Check your syntax!"
|
198 |
+
msgstr "Erro, sem conjunto de anúncios! Verifique sua sintaxe!"
|
199 |
|
200 |
#: adrotate-output.php:578
|
201 |
msgid "Error, no group ID set! Check your syntax!"
|
386 |
msgid "Get access to premium support and free updates for one year!"
|
387 |
msgstr "Obtenha acesso premium suporte e atualizações gratuitas por um ano!"
|
388 |
|
389 |
+
#: adrotate-output.php:851 dashboard/publisher/groups-edit.php:155
|
390 |
+
msgid "Upgrade today"
|
391 |
+
msgstr "A atualização de hoje"
|
392 |
|
393 |
#: adrotate-statistics.php:155
|
394 |
msgid "January"
|
552 |
msgstr "Gerenciar"
|
553 |
|
554 |
#: adrotate.php:257
|
555 |
+
msgid "Advert Generator"
|
556 |
+
msgstr "Gerador de anúncios"
|
557 |
|
558 |
+
#: adrotate.php:258 dashboard/publisher/adverts-edit.php:104
|
559 |
+
msgid "New Advert"
|
560 |
+
msgstr "Novo Anúncio"
|
561 |
+
|
562 |
+
#: adrotate.php:328
|
563 |
msgid "Add New"
|
564 |
msgstr "Adicionar Novo"
|
565 |
|
595 |
msgid "Notifications"
|
596 |
msgstr "Notificações"
|
597 |
|
598 |
+
#: adrotate.php:523 dashboard/publisher/groups-edit.php:205
|
|
|
599 |
#: dashboard/settings/advertisers.php:38
|
600 |
msgid "Geo Targeting"
|
601 |
msgstr "Geo Targeting"
|
762 |
msgid "Adverts that need you"
|
763 |
msgstr "Anúncios que precisam de você"
|
764 |
|
765 |
+
#: dashboard/info.php:34 dashboard/publisher/adverts-edit.php:261
|
766 |
#: dashboard/publisher/groups-main.php:34
|
767 |
#: dashboard/publisher/schedules-main.php:34
|
768 |
#: dashboard/publisher/statistics-main.php:35
|
868 |
msgstr "Ir"
|
869 |
|
870 |
#: dashboard/publisher/adverts-disabled.php:35
|
871 |
+
#: dashboard/publisher/adverts-edit.php:259
|
872 |
#: dashboard/publisher/adverts-error.php:39
|
873 |
#: dashboard/publisher/adverts-main.php:39
|
874 |
#: dashboard/publisher/groups-edit.php:350
|
886 |
|
887 |
#: dashboard/publisher/adverts-disabled.php:37
|
888 |
#: dashboard/publisher/adverts-edit.php:112
|
889 |
+
#: dashboard/publisher/adverts-edit.php:260
|
890 |
#: dashboard/publisher/adverts-error.php:40
|
891 |
#: dashboard/publisher/adverts-main.php:41
|
892 |
#: dashboard/publisher/groups-edit.php:65
|
995 |
|
996 |
#: dashboard/publisher/adverts-edit.php:67
|
997 |
msgid ""
|
998 |
+
"AdRotate cannot find an error but the advert is marked erroneous, try re-"
|
999 |
+
"saving the ad!"
|
1000 |
msgstr ""
|
1001 |
+
"O AdRotate não pode encontrar um erro, mas o anúncio está marcado "
|
1002 |
+
"erroneamente, tente re-salvar o anúncio!"
|
1003 |
|
1004 |
#: dashboard/publisher/adverts-edit.php:70
|
1005 |
+
msgid "This advert is expired and currently not shown on your website!"
|
1006 |
+
msgstr "Este anúncio expirou e atualmente não é mostrado no seu site!"
|
1007 |
|
1008 |
#: dashboard/publisher/adverts-edit.php:73
|
1009 |
+
msgid "The advert will expire in less than 2 days!"
|
1010 |
+
msgstr "O anúncio expirará em menos de 2 dias!"
|
1011 |
|
1012 |
#: dashboard/publisher/adverts-edit.php:76
|
1013 |
+
msgid "This advert will expire in less than 7 days!"
|
1014 |
+
msgstr "Este anúncio expirará em menos de 7 dias!"
|
1015 |
|
1016 |
#: dashboard/publisher/adverts-edit.php:79
|
1017 |
+
msgid "This advert has been disabled and does not rotate on your site!"
|
1018 |
+
msgstr "Este anúncio foi desativado e não gira em seu site!"
|
|
|
|
|
|
|
|
|
1019 |
|
1020 |
#: dashboard/publisher/adverts-edit.php:106
|
1021 |
msgid "Edit Advert"
|
1150 |
msgstr "Deficientes, não mostrar este classificado em qualquer lugar"
|
1151 |
|
1152 |
#: dashboard/publisher/adverts-edit.php:192
|
1153 |
+
msgid ""
|
1154 |
+
"Target your audience with Geo Targeting and easily select which devices and "
|
1155 |
+
"mobile operating systems the advert should show on with AdRotate Pro!"
|
1156 |
+
msgstr ""
|
1157 |
+
"Segmente seu público com Geo Targeting e selecione facilmente quais "
|
1158 |
+
"dispositivos e sistemas operacionais móveis o anúncio deve mostrar com o "
|
1159 |
+
"AdRotate Pro!"
|
1160 |
|
1161 |
#: dashboard/publisher/adverts-edit.php:192
|
1162 |
+
#: dashboard/publisher/adverts-edit.php:230
|
|
|
|
|
1163 |
#: dashboard/publisher/groups-edit.php:227
|
1164 |
#: dashboard/publisher/statistics-advert.php:109
|
1165 |
#: dashboard/publisher/statistics-group.php:113
|
1167 |
msgid "Upgrade now"
|
1168 |
msgstr "Atualizar agora"
|
1169 |
|
1170 |
+
#: dashboard/publisher/adverts-edit.php:194
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1171 |
msgid "Schedule your advert"
|
1172 |
msgstr "Agende o seu anúncio"
|
1173 |
|
1174 |
+
#: dashboard/publisher/adverts-edit.php:195
|
1175 |
msgid ""
|
1176 |
"Time uses a 24 hour clock. When you're used to the AM/PM system keep this in "
|
1177 |
"mind: If the start or end time is after lunch, add 12 hours. 2PM is 14:00 "
|
1181 |
"sistema, tenha isso em mente: Se o início ou fim do horário é após o almoço, "
|
1182 |
"adicione 12 horas. 2PM é de 14:00 horas. 6 horas da manhã de 6:00 horas."
|
1183 |
|
1184 |
+
#: dashboard/publisher/adverts-edit.php:199
|
1185 |
msgid "Start date"
|
1186 |
msgstr "Data de início"
|
1187 |
|
1188 |
+
#: dashboard/publisher/adverts-edit.php:203
|
1189 |
msgid "End date"
|
1190 |
msgstr "Data final"
|
1191 |
|
1192 |
+
#: dashboard/publisher/adverts-edit.php:209
|
1193 |
msgid "Start time"
|
1194 |
msgstr "Hora de início"
|
1195 |
|
1196 |
+
#: dashboard/publisher/adverts-edit.php:214
|
1197 |
msgid "End time"
|
1198 |
msgstr "Fim do horário de"
|
1199 |
|
1200 |
+
#: dashboard/publisher/adverts-edit.php:222
|
1201 |
msgid "Maximum Clicks"
|
1202 |
msgstr "O Máximo De Cliques"
|
1203 |
|
1204 |
+
#: dashboard/publisher/adverts-edit.php:223
|
1205 |
+
#: dashboard/publisher/adverts-edit.php:225
|
1206 |
msgid "Leave empty or 0 to skip this."
|
1207 |
msgstr "Deixar em branco ou 0 para ignorar isso."
|
1208 |
|
1209 |
+
#: dashboard/publisher/adverts-edit.php:224
|
1210 |
msgid "Maximum Impressions"
|
1211 |
msgstr "O Máximo De Impressões"
|
1212 |
|
1213 |
+
#: dashboard/publisher/adverts-edit.php:230
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1214 |
msgid ""
|
1215 |
+
"Plan ahead and create multiple and more advanced schedules for each advert "
|
1216 |
+
"with AdRotate Pro."
|
1217 |
msgstr ""
|
1218 |
+
"Planeje com antecedência e crie horários múltiplos e mais avançados para "
|
1219 |
+
"cada anúncio com o AdRotate Pro."
|
1220 |
|
1221 |
+
#: dashboard/publisher/adverts-edit.php:232
|
1222 |
+
#: dashboard/publisher/groups-edit.php:157
|
1223 |
+
#: dashboard/publisher/groups-edit.php:302
|
1224 |
+
msgid "Usage"
|
1225 |
+
msgstr "Utilização"
|
1226 |
|
1227 |
+
#: dashboard/publisher/adverts-edit.php:236
|
1228 |
+
#: dashboard/publisher/groups-edit.php:161
|
1229 |
+
#: dashboard/publisher/groups-edit.php:306
|
1230 |
+
msgid "Widget"
|
1231 |
+
msgstr "Widget"
|
1232 |
|
1233 |
+
#: dashboard/publisher/adverts-edit.php:237
|
|
|
1234 |
msgid ""
|
1235 |
+
"Drag the AdRotate widget to the sidebar where you want to place the advert "
|
1236 |
+
"and select the advert or the group the advert is in."
|
1237 |
msgstr ""
|
1238 |
+
"Arraste o AdRotate widget para a barra lateral onde você deseja colocar o "
|
1239 |
+
"anúncio e selecione anúncio, ou o grupo a que o anúncio se encontra."
|
|
|
|
|
|
|
|
|
1240 |
|
1241 |
+
#: dashboard/publisher/adverts-edit.php:240
|
1242 |
+
#: dashboard/publisher/groups-edit.php:165
|
1243 |
+
#: dashboard/publisher/groups-edit.php:310
|
1244 |
+
msgid "In a post or page"
|
1245 |
+
msgstr "Em um post ou página"
|
1246 |
|
1247 |
+
#: dashboard/publisher/adverts-edit.php:242
|
1248 |
+
#: dashboard/publisher/groups-edit.php:167
|
1249 |
+
#: dashboard/publisher/groups-edit.php:312
|
1250 |
+
msgid "Directly in a theme"
|
1251 |
+
msgstr "Diretamente em um tema"
|
1252 |
|
1253 |
+
#: dashboard/publisher/adverts-edit.php:249
|
1254 |
+
#: dashboard/publisher/adverts-edit.php:292
|
1255 |
+
msgid "Save Advert"
|
1256 |
+
msgstr "Salvar Anúncio"
|
1257 |
|
1258 |
+
#: dashboard/publisher/adverts-edit.php:250
|
1259 |
+
#: dashboard/publisher/adverts-edit.php:293
|
1260 |
+
#: dashboard/publisher/adverts-generator.php:148
|
1261 |
+
#: dashboard/publisher/groups-edit.php:175
|
1262 |
+
#: dashboard/publisher/groups-edit.php:320
|
1263 |
+
#: dashboard/publisher/groups-edit.php:414
|
1264 |
+
msgid "Cancel"
|
1265 |
+
msgstr "Cancelar"
|
1266 |
|
1267 |
+
#: dashboard/publisher/adverts-edit.php:254
|
1268 |
msgid "Select Groups"
|
1269 |
msgstr "Selecione Os Grupos De"
|
1270 |
|
1271 |
+
#: dashboard/publisher/adverts-edit.php:270
|
1272 |
#: dashboard/publisher/groups-main.php:60
|
1273 |
#: dashboard/settings/geotargeting.php:54 dashboard/settings/statistics.php:25
|
1274 |
msgid "Default"
|
1275 |
msgstr "Padrão"
|
1276 |
|
1277 |
+
#: dashboard/publisher/adverts-edit.php:271
|
1278 |
#: dashboard/publisher/groups-main.php:61
|
1279 |
msgid "Dynamic"
|
1280 |
msgstr "Dinâmica"
|
1281 |
|
1282 |
+
#: dashboard/publisher/adverts-edit.php:271
|
1283 |
#: dashboard/publisher/groups-main.php:61
|
1284 |
msgid "second rotation"
|
1285 |
msgstr "segunda rotação"
|
1286 |
|
1287 |
+
#: dashboard/publisher/adverts-edit.php:272
|
1288 |
#: dashboard/publisher/groups-main.php:62
|
1289 |
msgid "Block"
|
1290 |
msgstr "Bloco"
|
1291 |
|
1292 |
+
#: dashboard/publisher/adverts-edit.php:272
|
1293 |
#: dashboard/publisher/groups-main.php:62
|
1294 |
msgid "grid"
|
1295 |
msgstr "grade"
|
1296 |
|
1297 |
+
#: dashboard/publisher/adverts-edit.php:273
|
1298 |
#: dashboard/publisher/groups-edit.php:234
|
1299 |
#: dashboard/publisher/groups-main.php:63
|
1300 |
msgid "Post Injection"
|
1301 |
msgstr "Após A Injeção"
|
1302 |
|
1303 |
+
#: dashboard/publisher/adverts-edit.php:274
|
1304 |
msgid "Geolocation"
|
1305 |
msgstr "Localização geográfica"
|
1306 |
|
1307 |
+
#: dashboard/publisher/adverts-edit.php:281
|
1308 |
#: dashboard/publisher/groups-edit.php:74
|
1309 |
#: dashboard/publisher/groups-main.php:70
|
1310 |
msgid "Mode"
|
1311 |
msgstr "Modo de"
|
1312 |
|
1313 |
+
#: dashboard/publisher/adverts-edit.php:298
|
1314 |
+
#: dashboard/publisher/adverts-generator.php:131
|
1315 |
msgid "Portability"
|
1316 |
msgstr "Portabilidade"
|
1317 |
|
1318 |
+
#: dashboard/publisher/adverts-edit.php:299
|
1319 |
msgid ""
|
1320 |
"This long code is your advert. It includes all settings from above except "
|
1321 |
"the schedule and group selection. You can import this hash into another "
|
1332 |
"para o 'Anúncio de Hash' campo no Anúncio Gerador de outro AdRotate o "
|
1333 |
"programa de configuração."
|
1334 |
|
1335 |
+
#: dashboard/publisher/adverts-edit.php:303
|
1336 |
+
#: dashboard/publisher/adverts-generator.php:137
|
1337 |
msgid "Advert hash"
|
1338 |
msgstr "Anúncio de hash"
|
1339 |
|
1388 |
msgid "Generate Advert Code"
|
1389 |
msgstr "Gerar Código De Anúncio"
|
1390 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1391 |
#: dashboard/publisher/adverts-generator.php:41
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1392 |
msgid "Required"
|
1393 |
msgstr "Necessário"
|
1394 |
|
1395 |
+
#: dashboard/publisher/adverts-generator.php:47
|
1396 |
msgid "Banner image"
|
1397 |
msgstr "Imagem do Banner"
|
1398 |
|
1399 |
+
#: dashboard/publisher/adverts-generator.php:50
|
1400 |
msgid "Select advert image"
|
1401 |
msgstr "Selecione anúncio de imagem"
|
1402 |
|
1403 |
+
#: dashboard/publisher/adverts-generator.php:56
|
1404 |
msgid "Is your file not listed? Upload it to the banners folder using (s)FTP."
|
1405 |
msgstr ""
|
1406 |
"É o seu arquivo não estiver listado? Faça o Upload para a banners pasta "
|
1407 |
"usando o (s)FTP."
|
1408 |
|
1409 |
+
#: dashboard/publisher/adverts-generator.php:60
|
1410 |
msgid "Target website"
|
1411 |
msgstr "Site de destino"
|
1412 |
|
1413 |
+
#: dashboard/publisher/adverts-generator.php:62
|
1414 |
msgid "Where does the person clicking the advert go?"
|
1415 |
msgstr "Onde é que a pessoa clicando no anúncio de ir?"
|
1416 |
|
1417 |
+
#: dashboard/publisher/adverts-generator.php:69
|
1418 |
msgid "Viewports"
|
1419 |
msgstr "Viewports"
|
1420 |
|
1421 |
+
#: dashboard/publisher/adverts-generator.php:69
|
1422 |
#: dashboard/publisher/groups-edit.php:218
|
1423 |
#: dashboard/settings/notifications.php:48
|
1424 |
msgid "Available in AdRotate Pro"
|
1425 |
msgstr "Disponível em AdRotate Pro"
|
1426 |
|
1427 |
+
#: dashboard/publisher/adverts-generator.php:75
|
1428 |
msgid "Smaller Devices"
|
1429 |
msgstr "Dispositivos Menores"
|
1430 |
|
1431 |
+
#: dashboard/publisher/adverts-generator.php:78
|
1432 |
+
#: dashboard/publisher/adverts-generator.php:86
|
1433 |
+
#: dashboard/publisher/adverts-generator.php:94
|
1434 |
msgid "No file selected"
|
1435 |
msgstr "Nenhum arquivo selecionado"
|
1436 |
|
1437 |
+
#: dashboard/publisher/adverts-generator.php:79
|
1438 |
msgid ""
|
1439 |
"Smaller smartphones and tablets with a viewport of up to 480px wide (up-to "
|
1440 |
"1440px resolution)."
|
1442 |
"Menor smartphones e tablets com um visor de até 480 pixels de largura (até-"
|
1443 |
"para 1440px resolução)."
|
1444 |
|
1445 |
+
#: dashboard/publisher/adverts-generator.php:83
|
1446 |
msgid "Medium sized Devices"
|
1447 |
msgstr "Médias Dispositivos"
|
1448 |
|
1449 |
+
#: dashboard/publisher/adverts-generator.php:87
|
1450 |
msgid ""
|
1451 |
"Larger smartphones or Small tablets with a viewport of up to 960px wide (up-"
|
1452 |
"to 1536px resolution)."
|
1454 |
"Maior smartphones ou Pequenos comprimidos com um visor de até 960px de "
|
1455 |
"largura (até-para 1536px resolução)."
|
1456 |
|
1457 |
+
#: dashboard/publisher/adverts-generator.php:91
|
1458 |
msgid "Larger Devices"
|
1459 |
msgstr "Dispositivos Maiores"
|
1460 |
|
1461 |
+
#: dashboard/publisher/adverts-generator.php:95
|
1462 |
msgid ""
|
1463 |
"Small laptops and Larger tablets with a viewport of up to 1280px wide (up-to "
|
1464 |
"2048px resolution)."
|
1466 |
"Laptops pequenos e Grandes comprimidos com um visor de até 1280px de largura "
|
1467 |
"(até-para 2048px resolução)."
|
1468 |
|
1469 |
+
#: dashboard/publisher/adverts-generator.php:99
|
1470 |
#: dashboard/publisher/media.php:37
|
1471 |
msgid "Important:"
|
1472 |
msgstr "Importante:"
|
1473 |
|
1474 |
+
#: dashboard/publisher/adverts-generator.php:99
|
1475 |
msgid ""
|
1476 |
"All sizes are optional, but it is highly recommended to use at least the "
|
1477 |
"small and medium size. Devices with viewports greater than 1280px will use "
|
1481 |
"menos os de pequeno e médio porte. Aparelhos com visores maiores do que "
|
1482 |
"1280px irá utilizar o total do tamanho de banner."
|
1483 |
|
1484 |
+
#: dashboard/publisher/adverts-generator.php:99
|
1485 |
msgid ""
|
1486 |
"Are your files not listed? Upload them via the AdRotate Media Manager. For "
|
1487 |
"your convenience, use easy to use filenames."
|
1489 |
"São os seus ficheiros não está listado? Enviá-los via o AdRotate Media "
|
1490 |
"Manager. Para sua conveniência, o uso fácil de usar nomes de arquivos."
|
1491 |
|
1492 |
+
#: dashboard/publisher/adverts-generator.php:104
|
1493 |
msgid "Optional"
|
1494 |
msgstr "Opcional"
|
1495 |
|
1496 |
+
#: dashboard/publisher/adverts-generator.php:110
|
1497 |
msgid "Target window"
|
1498 |
msgstr "Janela de destino"
|
1499 |
|
1500 |
+
#: dashboard/publisher/adverts-generator.php:112
|
1501 |
msgid "Open the advert in a new window?"
|
1502 |
msgstr "Abra o anúncio em uma nova janela?"
|
1503 |
|
1504 |
+
#: dashboard/publisher/adverts-generator.php:112
|
1505 |
msgid "(Recommended)"
|
1506 |
msgstr "(Recomendado)"
|
1507 |
|
1508 |
+
#: dashboard/publisher/adverts-generator.php:116
|
1509 |
msgid "NoFollow"
|
1510 |
msgstr "\"NoFollow\""
|
1511 |
|
1512 |
+
#: dashboard/publisher/adverts-generator.php:118
|
1513 |
msgid "Tell crawlers and search engines not to follow the target website url?"
|
1514 |
msgstr ""
|
1515 |
"Dizer que os rastreadores e os motores de busca não seguir o destino do url "
|
1516 |
"do web site?"
|
1517 |
|
1518 |
+
#: dashboard/publisher/adverts-generator.php:118
|
1519 |
#: dashboard/publisher/adverts-generator.php:124
|
|
|
1520 |
msgid "(Available in AdRotate Pro)"
|
1521 |
msgstr "(Disponível em AdRotate Pro)"
|
1522 |
|
1523 |
+
#: dashboard/publisher/adverts-generator.php:118
|
1524 |
msgid ""
|
1525 |
"Letting bots (Such as Googlebot) index paid links may negatively affect your "
|
1526 |
"SEO and PageRank."
|
1528 |
"Deixar de bots (como o Googlebot) índice de links pagos, pode afetar "
|
1529 |
"negativamente seu SEO e PageRank."
|
1530 |
|
1531 |
+
#: dashboard/publisher/adverts-generator.php:122
|
1532 |
msgid "Alt and Title"
|
1533 |
msgstr "Alt e Title"
|
1534 |
|
1535 |
+
#: dashboard/publisher/adverts-generator.php:124
|
1536 |
msgid "Add an alt and title attribute based on the asset name?"
|
1537 |
msgstr "Adicionar um alt e title atributo com base no nome do ativo?"
|
1538 |
|
1539 |
+
#: dashboard/publisher/adverts-generator.php:124
|
1540 |
msgid ""
|
1541 |
"Some bots/crawlers use them as a descriptive measure to see what the code is "
|
1542 |
"about."
|
1544 |
"Alguns bots/rastreadores de usá-los como uma medida descritiva para ver o "
|
1545 |
"que o código faz."
|
1546 |
|
1547 |
+
#: dashboard/publisher/adverts-generator.php:139
|
1548 |
msgid ""
|
1549 |
"To import a ready made advert, enter a advert hash from another AdRotate "
|
1550 |
"setup..."
|
1552 |
"Para importar um prontos anúncio, inserir um anúncio hash do outro AdRotate "
|
1553 |
"instalação..."
|
1554 |
|
1555 |
+
#: dashboard/publisher/adverts-generator.php:147
|
1556 |
msgid "Generate and Configure Advert"
|
1557 |
msgstr "Gerar e Configurar Anúncio"
|
1558 |
|
1559 |
+
#: dashboard/publisher/adverts-generator.php:148
|
1560 |
msgid "Always test your adverts before activating them."
|
1561 |
msgstr "Sempre teste seus anúncios antes de ativá-los."
|
1562 |
|
1563 |
+
#: dashboard/publisher/adverts-generator.php:151
|
1564 |
+
msgid "CAUTION:"
|
1565 |
msgstr "Atenção:"
|
1566 |
|
1567 |
+
#: dashboard/publisher/adverts-generator.php:151
|
1568 |
msgid ""
|
1569 |
"While the Code Generator has been tested and works, code generation, as "
|
1570 |
"always, is a interpretation of user input. If you provide the correct bits "
|
1577 |
"ou inserir informações erradas você provavelmente acabar com um partido "
|
1578 |
"anúncio."
|
1579 |
|
1580 |
+
#: dashboard/publisher/adverts-generator.php:151
|
1581 |
msgid "NOTE:"
|
1582 |
msgstr "NOTA:"
|
1583 |
|
1584 |
+
#: dashboard/publisher/adverts-generator.php:151
|
1585 |
msgid "If you insert an Advert Hash, all other fields are ignored."
|
1586 |
msgstr ""
|
1587 |
"Se você inserir um Anúncio de Hash, todos os outros campos são ignorados."
|
1735 |
msgid "Get access to all features in AdRotate Pro."
|
1736 |
msgstr "Obter acesso a todos os recursos AdRotate Pro."
|
1737 |
|
|
|
|
|
|
|
|
|
1738 |
#: dashboard/publisher/groups-edit.php:162
|
1739 |
#: dashboard/publisher/groups-edit.php:307
|
1740 |
msgid ""
|
1750 |
msgid "Save Group"
|
1751 |
msgstr "Salvar Grupo"
|
1752 |
|
1753 |
+
#: dashboard/publisher/groups-edit.php:178 dashboard/settings/statistics.php:28
|
1754 |
+
msgid "Advanced"
|
1755 |
+
msgstr "Avançado"
|
1756 |
+
|
1757 |
#: dashboard/publisher/groups-edit.php:182
|
1758 |
msgid "Advert Margin"
|
1759 |
msgstr "Anúncio Margem"
|
1950 |
msgid "Visible until"
|
1951 |
msgstr "Visível até"
|
1952 |
|
1953 |
+
#: dashboard/publisher/groups-edit.php:353
|
1954 |
+
msgid "Weight"
|
1955 |
+
msgstr "Peso"
|
1956 |
+
|
1957 |
#: dashboard/publisher/groups-edit.php:400
|
1958 |
msgid "No adverts created!"
|
1959 |
msgstr "Nenhuma publicidade criada!"
|
2437 |
"Only words with alphanumeric characters and [ - _ ] are allowed. All other "
|
2438 |
"characters are stripped out."
|
2439 |
msgstr ""
|
2440 |
+
"Somente palavras com caracteres alfanuméricos e [-_] são permitidas. Todos "
|
2441 |
+
"os outros personagens são retirados."
|
2442 |
|
2443 |
#: dashboard/settings/general.php:72
|
2444 |
msgid ""
|
2889 |
"Caching support only works for [shortcodes] and the AdRotate Widget. If you "
|
2890 |
"use a PHP Snippet you need to wrap your PHP in the exclusion code yourself."
|
2891 |
msgstr ""
|
2892 |
+
"Suporte a cache só funciona para [Shortcodes] e o widget AdRotate. Se você "
|
2893 |
+
"usar um trecho PHP você precisa quebrar seu PHP no código de exclusão."
|
2894 |
|
2895 |
#: dashboard/settings/notifications.php:19
|
2896 |
msgid "Set up who gets notifications if ads need your attention."
|
3246 |
#: dashboard/support.php:98
|
3247 |
msgid "Premium Support is available in AdRotate Pro!"
|
3248 |
msgstr "Premium Suporte está disponível em AdRotate Pro!"
|
3249 |
+
|
3250 |
+
#~ msgid "Get started today"
|
3251 |
+
#~ msgstr "Comece hoje"
|
3252 |
+
|
3253 |
+
#~ msgid "Get more features with AdRotate Pro."
|
3254 |
+
#~ msgstr "Obter mais recursos com AdRotate Pro."
|
3255 |
+
|
3256 |
+
#~ msgid "Available in AdRotate Pro!"
|
3257 |
+
#~ msgstr "Disponível em AdRotate Pro!"
|
3258 |
+
|
3259 |
+
#~ msgid "Show to everyone"
|
3260 |
+
#~ msgstr "Mostre para todos"
|
3261 |
+
|
3262 |
+
#~ msgid "Disable this option to hide the advert from logged-in visitors."
|
3263 |
+
#~ msgstr ""
|
3264 |
+
#~ "Desative essa opção para ocultar o anúncio de conectado no número de "
|
3265 |
+
#~ "visitantes."
|
3266 |
+
|
3267 |
+
#~ msgid "Few impressions"
|
3268 |
+
#~ msgstr "Algumas impressões"
|
3269 |
+
|
3270 |
+
#~ msgid "Less than average"
|
3271 |
+
#~ msgstr "Menos do que a média"
|
3272 |
+
|
3273 |
+
#~ msgid "Normal impressions"
|
3274 |
+
#~ msgstr "Normal impressões"
|
3275 |
+
|
3276 |
+
#~ msgid "More than average"
|
3277 |
+
#~ msgstr "Mais do que a média"
|
3278 |
+
|
3279 |
+
#~ msgid "Many impressions"
|
3280 |
+
#~ msgstr "Muitas impressões"
|
3281 |
+
|
3282 |
+
#~ msgid "Mobile"
|
3283 |
+
#~ msgstr "Móveis"
|
3284 |
+
|
3285 |
+
#~ msgid "Desktops/Laptops"
|
3286 |
+
#~ msgstr "Desktops/Notebooks"
|
3287 |
+
|
3288 |
+
#~ msgid "Smartphones"
|
3289 |
+
#~ msgstr "Smartphones"
|
3290 |
+
|
3291 |
+
#~ msgid "Tablets"
|
3292 |
+
#~ msgstr "Comprimidos"
|
3293 |
+
|
3294 |
+
#~ msgid ""
|
3295 |
+
#~ "Also enable 'Mobile Support' in the group this advert goes in or 'Device' "
|
3296 |
+
#~ "and 'Operating System' are ignored!"
|
3297 |
+
#~ msgstr ""
|
3298 |
+
#~ "Também ativar a opção 'Suporte Móvel\" no grupo classificado este vai ou "
|
3299 |
+
#~ "'Dispositivo' e 'Sistema Operacional' são ignorados!"
|
3300 |
+
|
3301 |
+
#~ msgid ""
|
3302 |
+
#~ "Operating system detection only detects iOS and Android, select 'Not "
|
3303 |
+
#~ "Mobile/Other' for everything else."
|
3304 |
+
#~ msgstr ""
|
3305 |
+
#~ "Detecção de sistema operacional detecta apenas o iOS e o Android, "
|
3306 |
+
#~ "selecione a opção \"Não Móvel/Outros' para tudo o resto."
|
3307 |
+
|
3308 |
+
#~ msgid "Mobile OS"
|
3309 |
+
#~ msgstr "Sistema operacional móvel"
|
3310 |
+
|
3311 |
+
#~ msgid "iOS"
|
3312 |
+
#~ msgstr "iOS"
|
3313 |
+
|
3314 |
+
#~ msgid "Android"
|
3315 |
+
#~ msgstr "Android"
|
3316 |
+
|
3317 |
+
#~ msgid "Not mobile/Others"
|
3318 |
+
#~ msgstr "Não móvel/Outros"
|
3319 |
+
|
3320 |
+
#~ msgid "Auto-delete"
|
3321 |
+
#~ msgstr "Auto-excluir"
|
3322 |
+
|
3323 |
+
#~ msgid "Automatically delete the advert 1 day after it expires?"
|
3324 |
+
#~ msgstr "Excluir automaticamente o anúncio 1 dia após expirar?"
|
3325 |
+
|
3326 |
+
#~ msgid ""
|
3327 |
+
#~ "This is useful for short running campaigns that do not require attention "
|
3328 |
+
#~ "after they finish."
|
3329 |
+
#~ msgstr ""
|
3330 |
+
#~ "Isso é útil para breve a execução de campanhas que não necessitam de "
|
3331 |
+
#~ "atenção depois que terminar."
|
3332 |
+
|
3333 |
+
#~ msgid ""
|
3334 |
+
#~ "Assign the advert to a group and enable that group to use Geo Targeting."
|
3335 |
+
#~ msgstr ""
|
3336 |
+
#~ "Atribuir o anúncio a um grupo e permitir que o grupo a utilizar Geo "
|
3337 |
+
#~ "Targeting."
|
3338 |
+
|
3339 |
+
#~ msgid "Enter cities or metro IDs (DMA)"
|
3340 |
+
#~ msgstr "Digite as cidades de metro ou IDs (DMA)"
|
3341 |
+
|
3342 |
+
#~ msgid "A comma separated list of Cities or Metro IDs:"
|
3343 |
+
#~ msgstr ""
|
3344 |
+
#~ "Uma lista separada por vírgulas de Cidades ou de Metro Identificações:"
|
3345 |
+
|
3346 |
+
#~ msgid ""
|
3347 |
+
#~ "AdRotate does not check the validity of names and assumes the basic "
|
3348 |
+
#~ "english name."
|
3349 |
+
#~ msgstr ""
|
3350 |
+
#~ "AdRotate não verifica a validade dos nomes e assume o básico de inglês de "
|
3351 |
+
#~ "nome."
|
3352 |
+
|
3353 |
+
#~ msgid "Enter States or State ISO3166-2 codes"
|
3354 |
+
#~ msgstr "Digite Estados ou do Estado ISO3166-2 códigos"
|
3355 |
+
|
3356 |
+
#~ msgid "The listed cities must be in these states?"
|
3357 |
+
#~ msgstr "Cidades listadas devem ser nestes estados?"
|
3358 |
+
|
3359 |
+
#~ msgid "A comma separated list of states:"
|
3360 |
+
#~ msgstr "Uma lista separada por vírgula dos estados:"
|
3361 |
+
|
3362 |
+
#~ msgid "Select Countries and or Regions"
|
3363 |
+
#~ msgstr "Selecione Países e ou Regiões"
|
3364 |
+
|
3365 |
+
#~ msgid "Target your audience with Geo Targeting in AdRotate Pro"
|
3366 |
+
#~ msgstr "Seu público-alvo, com o Geo Targeting em AdRotate Pro"
|
3367 |
+
|
3368 |
+
#~ msgid ""
|
3369 |
+
#~ "Use the Generator if you have received a target url, banner image and/or "
|
3370 |
+
#~ "some separate files with a description on how to use those. The AdRotate "
|
3371 |
+
#~ "Generator will take your bits and pieces and try to generate a working "
|
3372 |
+
#~ "adcode from it."
|
3373 |
+
#~ msgstr ""
|
3374 |
+
#~ "Usar o Gerador, se você tiver recebido um url de destino, a imagem da "
|
3375 |
+
#~ "bandeira e/ou alguns arquivos separados, com uma descrição sobre como usá-"
|
3376 |
+
#~ "las. O AdRotate um Gerador de levar seus pedaços e tentar gerar um adcode "
|
3377 |
+
#~ "a partir dele."
|
3378 |
+
|
3379 |
+
#~ msgid ""
|
3380 |
+
#~ "If you have an advert hash from another AdRotate or AdRotate Professional "
|
3381 |
+
#~ "setup you can enter it in the Portability field. This feature is a bit of "
|
3382 |
+
#~ "an experiment, but the basic function works."
|
3383 |
+
#~ msgstr ""
|
3384 |
+
#~ "Se você tem um anúncio a um hash a partir de outro AdRotate ou AdRotate "
|
3385 |
+
#~ "Profissional de configuração você pode entrar na Portabilidade de campo. "
|
3386 |
+
#~ "Esse recurso é um pouco de um experimento, mas a função básica funciona."
|
3387 |
+
|
3388 |
+
#~ msgid ""
|
3389 |
+
#~ "If you have a complete and working ad code / ad tag you do not use the "
|
3390 |
+
#~ "Generator. You can simply paste that code in the AdCode field when "
|
3391 |
+
#~ "creating your advert. For example as provided by Media.net or Google "
|
3392 |
+
#~ "AdSense among others."
|
3393 |
+
#~ msgstr ""
|
3394 |
+
#~ "Se você tem um completo e de trabalho código do anúncio / tag de anúncio "
|
3395 |
+
#~ "que você não use o Gerador. Você pode simplesmente colar o código no "
|
3396 |
+
#~ "AdCode campo ao criar seu anúncio. Por exemplo, como previsto Media.net "
|
3397 |
+
#~ "ou Google AdSense, entre outros."
|
3398 |
+
|
3399 |
+
#~ msgid "Create your advert"
|
3400 |
+
#~ msgstr "Criar o seu anúncio"
|
3401 |
+
|
3402 |
+
#~ msgid ""
|
3403 |
+
#~ "This is a regular advert consisting of an image and a link, made up from "
|
3404 |
+
#~ "HTML code."
|
3405 |
+
#~ msgstr ""
|
3406 |
+
#~ "Este é um regular anúncio, que consiste em uma imagem e um link, feita a "
|
3407 |
+
#~ "partir do código HTML."
|
3408 |
+
|
3409 |
+
#~ msgid "Caution:"
|
3410 |
+
#~ msgstr "Atenção:"
|
language/adrotate.pot
CHANGED
@@ -2,14 +2,14 @@
|
|
2 |
msgid ""
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: AdRotate\n"
|
5 |
-
"POT-Creation-Date: 2021-
|
6 |
"PO-Revision-Date: 2019-09-20 12:05-0500\n"
|
7 |
"Last-Translator: Arnan de Gans <support@ajdg.solutions>\n"
|
8 |
"Language-Team: Arnan de Gans\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Generator: Poedit 2.4.
|
13 |
"X-Poedit-Basepath: ..\n"
|
14 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
15 |
"Language: en\n"
|
@@ -18,7 +18,7 @@ msgstr ""
|
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
#: adrotate-functions.php:784
|
21 |
-
msgid "
|
22 |
msgstr ""
|
23 |
|
24 |
#: adrotate-functions.php:788
|
@@ -46,23 +46,23 @@ msgid "Something went wrong deleting the file or folder. Make sure your permissi
|
|
46 |
msgstr ""
|
47 |
|
48 |
#: adrotate-functions.php:812
|
49 |
-
msgid "
|
50 |
msgstr ""
|
51 |
|
52 |
#: adrotate-functions.php:816
|
53 |
-
msgid "
|
54 |
msgstr ""
|
55 |
|
56 |
#: adrotate-functions.php:820
|
57 |
-
msgid "
|
58 |
msgstr ""
|
59 |
|
60 |
#: adrotate-functions.php:824
|
61 |
-
msgid "
|
62 |
msgstr ""
|
63 |
|
64 |
#: adrotate-functions.php:828
|
65 |
-
msgid "Group including it
|
66 |
msgstr ""
|
67 |
|
68 |
#: adrotate-functions.php:832
|
@@ -70,7 +70,7 @@ msgid "Export created"
|
|
70 |
msgstr ""
|
71 |
|
72 |
#: adrotate-functions.php:836
|
73 |
-
msgid "Advert HTML generated and placed in the AdCode field. Configure your advert below. Do not forget to check all settings and schedule
|
74 |
msgstr ""
|
75 |
|
76 |
#: adrotate-functions.php:841
|
@@ -86,7 +86,7 @@ msgid "Database repaired"
|
|
86 |
msgstr ""
|
87 |
|
88 |
#: adrotate-functions.php:853
|
89 |
-
msgid "
|
90 |
msgstr ""
|
91 |
|
92 |
#: adrotate-functions.php:857
|
@@ -98,7 +98,7 @@ msgid "Action prohibited"
|
|
98 |
msgstr ""
|
99 |
|
100 |
#: adrotate-functions.php:866
|
101 |
-
msgid "The
|
102 |
msgstr ""
|
103 |
|
104 |
#: adrotate-functions.php:870
|
@@ -114,7 +114,7 @@ msgid "Form can not be (partially) empty!"
|
|
114 |
msgstr ""
|
115 |
|
116 |
#: adrotate-functions.php:882
|
117 |
-
msgid "No
|
118 |
msgstr ""
|
119 |
|
120 |
#: adrotate-functions.php:886
|
@@ -150,7 +150,7 @@ msgid "Contact support if the issue persists:"
|
|
150 |
msgstr ""
|
151 |
|
152 |
#: adrotate-output.php:562
|
153 |
-
msgid "Error,
|
154 |
msgstr ""
|
155 |
|
156 |
#: adrotate-output.php:567
|
@@ -158,7 +158,7 @@ msgid "Either there are no banners, they are disabled or none qualified for this
|
|
158 |
msgstr ""
|
159 |
|
160 |
#: adrotate-output.php:572
|
161 |
-
msgid "Error, no
|
162 |
msgstr ""
|
163 |
|
164 |
#: adrotate-output.php:578
|
@@ -306,8 +306,8 @@ msgstr ""
|
|
306 |
msgid "Get access to premium support and free updates for one year!"
|
307 |
msgstr ""
|
308 |
|
309 |
-
#: adrotate-output.php:851
|
310 |
-
msgid "
|
311 |
msgstr ""
|
312 |
|
313 |
#: adrotate-statistics.php:155
|
@@ -445,7 +445,7 @@ msgid "Manage Media"
|
|
445 |
msgstr ""
|
446 |
|
447 |
#: adrotate.php:111 adrotate.php:522 dashboard/adrotatepro.php:98
|
448 |
-
#: dashboard/publisher/adverts-edit.php:
|
449 |
#: dashboard/publisher/statistics-main.php:23
|
450 |
#: dashboard/settings/statistics.php:17
|
451 |
msgid "Statistics"
|
@@ -472,10 +472,14 @@ msgid "Manage"
|
|
472 |
msgstr ""
|
473 |
|
474 |
#: adrotate.php:257
|
475 |
-
msgid "Generator"
|
476 |
msgstr ""
|
477 |
|
478 |
-
#: adrotate.php:258
|
|
|
|
|
|
|
|
|
479 |
msgid "Add New"
|
480 |
msgstr ""
|
481 |
|
@@ -507,8 +511,7 @@ msgstr ""
|
|
507 |
msgid "Notifications"
|
508 |
msgstr ""
|
509 |
|
510 |
-
#: adrotate.php:523 dashboard/publisher/
|
511 |
-
#: dashboard/publisher/groups-edit.php:205
|
512 |
#: dashboard/settings/advertisers.php:38
|
513 |
msgid "Geo Targeting"
|
514 |
msgstr ""
|
@@ -601,7 +604,7 @@ msgstr ""
|
|
601 |
msgid "Adverts that need you"
|
602 |
msgstr ""
|
603 |
|
604 |
-
#: dashboard/info.php:34 dashboard/publisher/adverts-edit.php:
|
605 |
#: dashboard/publisher/groups-main.php:34
|
606 |
#: dashboard/publisher/schedules-main.php:34
|
607 |
#: dashboard/publisher/statistics-main.php:35
|
@@ -674,7 +677,7 @@ msgid "Bulk Actions"
|
|
674 |
msgstr ""
|
675 |
|
676 |
#: dashboard/publisher/adverts-disabled.php:21
|
677 |
-
#: dashboard/publisher/adverts-edit.php:
|
678 |
msgid "Activate"
|
679 |
msgstr ""
|
680 |
|
@@ -700,10 +703,10 @@ msgid "Go"
|
|
700 |
msgstr ""
|
701 |
|
702 |
#: dashboard/publisher/adverts-disabled.php:35
|
703 |
-
#: dashboard/publisher/adverts-edit.php:
|
704 |
#: dashboard/publisher/adverts-error.php:39
|
705 |
#: dashboard/publisher/adverts-main.php:39
|
706 |
-
#: dashboard/publisher/groups-edit.php:
|
707 |
#: dashboard/publisher/groups-main.php:32
|
708 |
#: dashboard/publisher/schedules-main.php:31
|
709 |
msgid "ID"
|
@@ -718,11 +721,11 @@ msgstr ""
|
|
718 |
|
719 |
#: dashboard/publisher/adverts-disabled.php:37
|
720 |
#: dashboard/publisher/adverts-edit.php:112
|
721 |
-
#: dashboard/publisher/adverts-edit.php:
|
722 |
#: dashboard/publisher/adverts-error.php:40
|
723 |
#: dashboard/publisher/adverts-main.php:41
|
724 |
#: dashboard/publisher/groups-edit.php:65
|
725 |
-
#: dashboard/publisher/groups-edit.php:
|
726 |
#: dashboard/publisher/groups-main.php:33 dashboard/publisher/media.php:48
|
727 |
#: dashboard/publisher/schedules-main.php:33
|
728 |
msgid "Name"
|
@@ -730,14 +733,14 @@ msgstr ""
|
|
730 |
|
731 |
#: dashboard/publisher/adverts-disabled.php:39
|
732 |
#: dashboard/publisher/adverts-main.php:43
|
733 |
-
#: dashboard/publisher/groups-edit.php:
|
734 |
#: dashboard/publisher/groups-main.php:36
|
735 |
msgid "Shown"
|
736 |
msgstr ""
|
737 |
|
738 |
#: dashboard/publisher/adverts-disabled.php:40
|
739 |
#: dashboard/publisher/adverts-main.php:45
|
740 |
-
#: dashboard/publisher/groups-edit.php:
|
741 |
#: dashboard/publisher/groups-main.php:38
|
742 |
#: dashboard/publisher/statistics-advert.php:52
|
743 |
#: dashboard/publisher/statistics-advert.php:58
|
@@ -816,27 +819,23 @@ msgid "Tracking is enabled but no valid link/tag was found in the adcode!"
|
|
816 |
msgstr ""
|
817 |
|
818 |
#: dashboard/publisher/adverts-edit.php:67
|
819 |
-
msgid "AdRotate cannot find an error but the
|
820 |
msgstr ""
|
821 |
|
822 |
#: dashboard/publisher/adverts-edit.php:70
|
823 |
-
msgid "This
|
824 |
msgstr ""
|
825 |
|
826 |
#: dashboard/publisher/adverts-edit.php:73
|
827 |
-
msgid "The
|
828 |
msgstr ""
|
829 |
|
830 |
#: dashboard/publisher/adverts-edit.php:76
|
831 |
-
msgid "This
|
832 |
msgstr ""
|
833 |
|
834 |
#: dashboard/publisher/adverts-edit.php:79
|
835 |
-
msgid "This
|
836 |
-
msgstr ""
|
837 |
-
|
838 |
-
#: dashboard/publisher/adverts-edit.php:104
|
839 |
-
msgid "New Advert"
|
840 |
msgstr ""
|
841 |
|
842 |
#: dashboard/publisher/adverts-edit.php:106
|
@@ -903,350 +902,203 @@ msgstr ""
|
|
903 |
msgid "Banner asset"
|
904 |
msgstr ""
|
905 |
|
906 |
-
#: dashboard/publisher/adverts-edit.php:
|
907 |
msgid "WordPress media:"
|
908 |
msgstr ""
|
909 |
|
910 |
-
#: dashboard/publisher/adverts-edit.php:
|
911 |
msgid "Select Banner"
|
912 |
msgstr ""
|
913 |
|
914 |
-
#: dashboard/publisher/adverts-edit.php:
|
915 |
msgid "- OR -"
|
916 |
msgstr ""
|
917 |
|
918 |
-
#: dashboard/publisher/adverts-edit.php:
|
919 |
msgid "Banner folder:"
|
920 |
msgstr ""
|
921 |
|
922 |
-
#: dashboard/publisher/adverts-edit.php:
|
923 |
msgid "No image selected"
|
924 |
msgstr ""
|
925 |
|
926 |
-
#: dashboard/publisher/adverts-edit.php:
|
927 |
msgid "Use %asset% in the adcode instead of the file path."
|
928 |
msgstr ""
|
929 |
|
930 |
-
#: dashboard/publisher/adverts-edit.php:
|
931 |
msgid "Use either the text field or the dropdown. If the textfield has content that field has priority."
|
932 |
msgstr ""
|
933 |
|
934 |
-
#: dashboard/publisher/adverts-edit.php:
|
935 |
msgid "Enable click and impression tracking for this advert."
|
936 |
msgstr ""
|
937 |
|
938 |
-
#: dashboard/publisher/adverts-edit.php:
|
939 |
msgid "Note: Clicktracking does not work for Javascript adverts such as those provided by Google AdSense/DFP/DoubleClick. HTML5/Flash adverts are not always supported."
|
940 |
msgstr ""
|
941 |
|
942 |
-
#: dashboard/publisher/adverts-edit.php:
|
943 |
msgid "Enabled, this ad will be visible"
|
944 |
msgstr ""
|
945 |
|
946 |
-
#: dashboard/publisher/adverts-edit.php:
|
947 |
msgid "Disabled, do not show this advert anywhere"
|
948 |
msgstr ""
|
949 |
|
950 |
-
#: dashboard/publisher/adverts-edit.php:
|
951 |
-
msgid "
|
952 |
msgstr ""
|
953 |
|
954 |
-
#: dashboard/publisher/adverts-edit.php:
|
955 |
-
#: dashboard/publisher/adverts-edit.php:
|
956 |
-
#: dashboard/publisher/
|
957 |
-
#: dashboard/publisher/adverts-edit.php:443
|
958 |
-
#: dashboard/publisher/groups-edit.php:228
|
959 |
#: dashboard/publisher/statistics-advert.php:109
|
960 |
#: dashboard/publisher/statistics-group.php:113
|
961 |
#: dashboard/publisher/statistics-main.php:83
|
962 |
msgid "Upgrade now"
|
963 |
msgstr ""
|
964 |
|
965 |
-
#: dashboard/publisher/adverts-edit.php:
|
966 |
-
#: dashboard/publisher/adverts-edit.php:264
|
967 |
-
#: dashboard/publisher/adverts-edit.php:462
|
968 |
-
#: dashboard/publisher/adverts-edit.php:505
|
969 |
-
msgid "Save Advert"
|
970 |
-
msgstr ""
|
971 |
-
|
972 |
-
#: dashboard/publisher/adverts-edit.php:202
|
973 |
-
#: dashboard/publisher/adverts-edit.php:265
|
974 |
-
#: dashboard/publisher/adverts-edit.php:463
|
975 |
-
#: dashboard/publisher/adverts-edit.php:506
|
976 |
-
#: dashboard/publisher/adverts-generator.php:162
|
977 |
-
#: dashboard/publisher/groups-edit.php:175
|
978 |
-
#: dashboard/publisher/groups-edit.php:329
|
979 |
-
#: dashboard/publisher/groups-edit.php:423
|
980 |
-
msgid "Cancel"
|
981 |
-
msgstr ""
|
982 |
-
|
983 |
-
#: dashboard/publisher/adverts-edit.php:205
|
984 |
-
#: dashboard/publisher/adverts-edit.php:445
|
985 |
-
#: dashboard/publisher/groups-edit.php:157
|
986 |
-
#: dashboard/publisher/groups-edit.php:311
|
987 |
-
msgid "Usage"
|
988 |
-
msgstr ""
|
989 |
-
|
990 |
-
#: dashboard/publisher/adverts-edit.php:209
|
991 |
-
#: dashboard/publisher/adverts-edit.php:449
|
992 |
-
#: dashboard/publisher/groups-edit.php:161
|
993 |
-
#: dashboard/publisher/groups-edit.php:315
|
994 |
-
msgid "Widget"
|
995 |
-
msgstr ""
|
996 |
-
|
997 |
-
#: dashboard/publisher/adverts-edit.php:210
|
998 |
-
#: dashboard/publisher/adverts-edit.php:450
|
999 |
-
msgid "Drag the AdRotate widget to the sidebar where you want to place the advert and select the advert or the group the advert is in."
|
1000 |
-
msgstr ""
|
1001 |
-
|
1002 |
-
#: dashboard/publisher/adverts-edit.php:213
|
1003 |
-
#: dashboard/publisher/adverts-edit.php:453
|
1004 |
-
#: dashboard/publisher/groups-edit.php:165
|
1005 |
-
#: dashboard/publisher/groups-edit.php:319
|
1006 |
-
msgid "In a post or page"
|
1007 |
-
msgstr ""
|
1008 |
-
|
1009 |
-
#: dashboard/publisher/adverts-edit.php:215
|
1010 |
-
#: dashboard/publisher/adverts-edit.php:455
|
1011 |
-
#: dashboard/publisher/groups-edit.php:167
|
1012 |
-
#: dashboard/publisher/groups-edit.php:321
|
1013 |
-
msgid "Directly in a theme"
|
1014 |
-
msgstr ""
|
1015 |
-
|
1016 |
-
#: dashboard/publisher/adverts-edit.php:221
|
1017 |
msgid "Schedule your advert"
|
1018 |
msgstr ""
|
1019 |
|
1020 |
-
#: dashboard/publisher/adverts-edit.php:
|
1021 |
msgid "Time uses a 24 hour clock. When you're used to the AM/PM system keep this in mind: If the start or end time is after lunch, add 12 hours. 2PM is 14:00 hours. 6AM is 6:00 hours."
|
1022 |
msgstr ""
|
1023 |
|
1024 |
-
#: dashboard/publisher/adverts-edit.php:
|
1025 |
msgid "Start date"
|
1026 |
msgstr ""
|
1027 |
|
1028 |
-
#: dashboard/publisher/adverts-edit.php:
|
1029 |
msgid "End date"
|
1030 |
msgstr ""
|
1031 |
|
1032 |
-
#: dashboard/publisher/adverts-edit.php:
|
1033 |
msgid "Start time"
|
1034 |
msgstr ""
|
1035 |
|
1036 |
-
#: dashboard/publisher/adverts-edit.php:
|
1037 |
msgid "End time"
|
1038 |
msgstr ""
|
1039 |
|
1040 |
-
#: dashboard/publisher/adverts-edit.php:
|
1041 |
msgid "Maximum Clicks"
|
1042 |
msgstr ""
|
1043 |
|
1044 |
-
#: dashboard/publisher/adverts-edit.php:
|
1045 |
-
#: dashboard/publisher/adverts-edit.php:
|
1046 |
msgid "Leave empty or 0 to skip this."
|
1047 |
msgstr ""
|
1048 |
|
1049 |
-
#: dashboard/publisher/adverts-edit.php:
|
1050 |
msgid "Maximum Impressions"
|
1051 |
msgstr ""
|
1052 |
|
1053 |
-
#: dashboard/publisher/adverts-edit.php:
|
1054 |
-
msgid "
|
1055 |
-
msgstr ""
|
1056 |
-
|
1057 |
-
#: dashboard/publisher/adverts-edit.php:268
|
1058 |
-
#: dashboard/publisher/groups-edit.php:178 dashboard/settings/statistics.php:28
|
1059 |
-
msgid "Advanced"
|
1060 |
-
msgstr ""
|
1061 |
-
|
1062 |
-
#: dashboard/publisher/adverts-edit.php:269
|
1063 |
-
#: dashboard/publisher/adverts-edit.php:346
|
1064 |
-
msgid "Available in AdRotate Pro!"
|
1065 |
-
msgstr ""
|
1066 |
-
|
1067 |
-
#: dashboard/publisher/adverts-edit.php:274
|
1068 |
-
msgid "Show to everyone"
|
1069 |
-
msgstr ""
|
1070 |
-
|
1071 |
-
#: dashboard/publisher/adverts-edit.php:276
|
1072 |
-
msgid "Disable this option to hide the advert from logged-in visitors."
|
1073 |
-
msgstr ""
|
1074 |
-
|
1075 |
-
#: dashboard/publisher/adverts-edit.php:281
|
1076 |
-
#: dashboard/publisher/groups-edit.php:362
|
1077 |
-
msgid "Weight"
|
1078 |
-
msgstr ""
|
1079 |
-
|
1080 |
-
#: dashboard/publisher/adverts-edit.php:284
|
1081 |
-
msgid "Few impressions"
|
1082 |
-
msgstr ""
|
1083 |
-
|
1084 |
-
#: dashboard/publisher/adverts-edit.php:289
|
1085 |
-
msgid "Less than average"
|
1086 |
-
msgstr ""
|
1087 |
-
|
1088 |
-
#: dashboard/publisher/adverts-edit.php:294
|
1089 |
-
msgid "Normal impressions"
|
1090 |
-
msgstr ""
|
1091 |
-
|
1092 |
-
#: dashboard/publisher/adverts-edit.php:299
|
1093 |
-
msgid "More than average"
|
1094 |
-
msgstr ""
|
1095 |
-
|
1096 |
-
#: dashboard/publisher/adverts-edit.php:304
|
1097 |
-
msgid "Many impressions"
|
1098 |
-
msgstr ""
|
1099 |
-
|
1100 |
-
#: dashboard/publisher/adverts-edit.php:309
|
1101 |
-
msgid "Mobile"
|
1102 |
-
msgstr ""
|
1103 |
-
|
1104 |
-
#: dashboard/publisher/adverts-edit.php:311
|
1105 |
-
msgid "Desktops/Laptops"
|
1106 |
-
msgstr ""
|
1107 |
-
|
1108 |
-
#: dashboard/publisher/adverts-edit.php:314
|
1109 |
-
msgid "Smartphones"
|
1110 |
-
msgstr ""
|
1111 |
-
|
1112 |
-
#: dashboard/publisher/adverts-edit.php:317
|
1113 |
-
msgid "Tablets"
|
1114 |
-
msgstr ""
|
1115 |
-
|
1116 |
-
#: dashboard/publisher/adverts-edit.php:320
|
1117 |
-
msgid "Also enable 'Mobile Support' in the group this advert goes in or 'Device' and 'Operating System' are ignored!"
|
1118 |
-
msgstr ""
|
1119 |
-
|
1120 |
-
#: dashboard/publisher/adverts-edit.php:320
|
1121 |
-
msgid "Operating system detection only detects iOS and Android, select 'Not Mobile/Other' for everything else."
|
1122 |
-
msgstr ""
|
1123 |
-
|
1124 |
-
#: dashboard/publisher/adverts-edit.php:324
|
1125 |
-
msgid "Mobile OS"
|
1126 |
-
msgstr ""
|
1127 |
-
|
1128 |
-
#: dashboard/publisher/adverts-edit.php:326
|
1129 |
-
msgid "iOS"
|
1130 |
-
msgstr ""
|
1131 |
-
|
1132 |
-
#: dashboard/publisher/adverts-edit.php:329
|
1133 |
-
msgid "Android"
|
1134 |
-
msgstr ""
|
1135 |
-
|
1136 |
-
#: dashboard/publisher/adverts-edit.php:332
|
1137 |
-
msgid "Not mobile/Others"
|
1138 |
-
msgstr ""
|
1139 |
-
|
1140 |
-
#: dashboard/publisher/adverts-edit.php:336
|
1141 |
-
msgid "Auto-delete"
|
1142 |
-
msgstr ""
|
1143 |
-
|
1144 |
-
#: dashboard/publisher/adverts-edit.php:338
|
1145 |
-
msgid "Automatically delete the advert 1 day after it expires?"
|
1146 |
-
msgstr ""
|
1147 |
-
|
1148 |
-
#: dashboard/publisher/adverts-edit.php:338
|
1149 |
-
msgid "This is useful for short running campaigns that do not require attention after they finish."
|
1150 |
-
msgstr ""
|
1151 |
-
|
1152 |
-
#: dashboard/publisher/adverts-edit.php:343
|
1153 |
-
msgid "With AdRotate Pro you can easily select which devices and mobile operating systems the advert should show on!"
|
1154 |
-
msgstr ""
|
1155 |
-
|
1156 |
-
#: dashboard/publisher/adverts-edit.php:346
|
1157 |
-
msgid "Assign the advert to a group and enable that group to use Geo Targeting."
|
1158 |
-
msgstr ""
|
1159 |
-
|
1160 |
-
#: dashboard/publisher/adverts-edit.php:353
|
1161 |
-
msgid "Enter cities or metro IDs (DMA)"
|
1162 |
msgstr ""
|
1163 |
|
1164 |
-
#: dashboard/publisher/adverts-edit.php:
|
1165 |
-
|
|
|
|
|
1166 |
msgstr ""
|
1167 |
|
1168 |
-
#: dashboard/publisher/adverts-edit.php:
|
1169 |
-
#: dashboard/publisher/
|
1170 |
-
|
|
|
1171 |
msgstr ""
|
1172 |
|
1173 |
-
#: dashboard/publisher/adverts-edit.php:
|
1174 |
-
msgid "
|
1175 |
msgstr ""
|
1176 |
|
1177 |
-
#: dashboard/publisher/adverts-edit.php:
|
1178 |
-
|
|
|
|
|
1179 |
msgstr ""
|
1180 |
|
1181 |
-
#: dashboard/publisher/adverts-edit.php:
|
1182 |
-
|
|
|
|
|
1183 |
msgstr ""
|
1184 |
|
1185 |
-
#: dashboard/publisher/adverts-edit.php:
|
1186 |
-
|
|
|
1187 |
msgstr ""
|
1188 |
|
1189 |
-
#: dashboard/publisher/adverts-edit.php:
|
1190 |
-
|
|
|
|
|
|
|
|
|
|
|
1191 |
msgstr ""
|
1192 |
|
1193 |
-
#: dashboard/publisher/adverts-edit.php:
|
1194 |
msgid "Select Groups"
|
1195 |
msgstr ""
|
1196 |
|
1197 |
-
#: dashboard/publisher/adverts-edit.php:
|
1198 |
#: dashboard/publisher/groups-main.php:60
|
1199 |
#: dashboard/settings/geotargeting.php:54 dashboard/settings/statistics.php:25
|
1200 |
msgid "Default"
|
1201 |
msgstr ""
|
1202 |
|
1203 |
-
#: dashboard/publisher/adverts-edit.php:
|
1204 |
#: dashboard/publisher/groups-main.php:61
|
1205 |
msgid "Dynamic"
|
1206 |
msgstr ""
|
1207 |
|
1208 |
-
#: dashboard/publisher/adverts-edit.php:
|
1209 |
#: dashboard/publisher/groups-main.php:61
|
1210 |
msgid "second rotation"
|
1211 |
msgstr ""
|
1212 |
|
1213 |
-
#: dashboard/publisher/adverts-edit.php:
|
1214 |
#: dashboard/publisher/groups-main.php:62
|
1215 |
msgid "Block"
|
1216 |
msgstr ""
|
1217 |
|
1218 |
-
#: dashboard/publisher/adverts-edit.php:
|
1219 |
#: dashboard/publisher/groups-main.php:62
|
1220 |
msgid "grid"
|
1221 |
msgstr ""
|
1222 |
|
1223 |
-
#: dashboard/publisher/adverts-edit.php:
|
1224 |
-
#: dashboard/publisher/groups-edit.php:
|
1225 |
#: dashboard/publisher/groups-main.php:63
|
1226 |
msgid "Post Injection"
|
1227 |
msgstr ""
|
1228 |
|
1229 |
-
#: dashboard/publisher/adverts-edit.php:
|
1230 |
msgid "Geolocation"
|
1231 |
msgstr ""
|
1232 |
|
1233 |
-
#: dashboard/publisher/adverts-edit.php:
|
1234 |
#: dashboard/publisher/groups-edit.php:74
|
1235 |
#: dashboard/publisher/groups-main.php:70
|
1236 |
msgid "Mode"
|
1237 |
msgstr ""
|
1238 |
|
1239 |
-
#: dashboard/publisher/adverts-edit.php:
|
1240 |
-
#: dashboard/publisher/adverts-generator.php:
|
1241 |
msgid "Portability"
|
1242 |
msgstr ""
|
1243 |
|
1244 |
-
#: dashboard/publisher/adverts-edit.php:
|
1245 |
msgid "This long code is your advert. It includes all settings from above except the schedule and group selection. You can import this hash into another setup of AdRotate or AdRotate Professional. Do not alter the hash or the advert will not work. In most browsers you can tripleclick in the field to select the whole thing. You can paste the hash into the 'Advert Hash' field in the Advert Generator of another AdRotate setup."
|
1246 |
msgstr ""
|
1247 |
|
1248 |
-
#: dashboard/publisher/adverts-edit.php:
|
1249 |
-
#: dashboard/publisher/adverts-generator.php:
|
1250 |
msgid "Advert hash"
|
1251 |
msgstr ""
|
1252 |
|
@@ -1301,173 +1153,153 @@ msgstr ""
|
|
1301 |
msgid "Generate Advert Code"
|
1302 |
msgstr ""
|
1303 |
|
1304 |
-
#: dashboard/publisher/adverts-generator.php:37
|
1305 |
-
msgid "Use the Generator if you have received a target url, banner image and/or some separate files with a description on how to use those. The AdRotate Generator will take your bits and pieces and try to generate a working adcode from it."
|
1306 |
-
msgstr ""
|
1307 |
-
|
1308 |
-
#: dashboard/publisher/adverts-generator.php:38
|
1309 |
-
msgid "If you have an advert hash from another AdRotate or AdRotate Professional setup you can enter it in the Portability field. This feature is a bit of an experiment, but the basic function works."
|
1310 |
-
msgstr ""
|
1311 |
-
|
1312 |
-
#: dashboard/publisher/adverts-generator.php:39
|
1313 |
-
msgid "If you have a complete and working ad code / ad tag you do not use the Generator. You can simply paste that code in the AdCode field when creating your advert. For example as provided by Media.net or Google AdSense among others."
|
1314 |
-
msgstr ""
|
1315 |
-
|
1316 |
#: dashboard/publisher/adverts-generator.php:41
|
1317 |
-
msgid "Create your advert"
|
1318 |
-
msgstr ""
|
1319 |
-
|
1320 |
-
#: dashboard/publisher/adverts-generator.php:42
|
1321 |
-
msgid "This is a regular advert consisting of an image and a link, made up from HTML code."
|
1322 |
-
msgstr ""
|
1323 |
-
|
1324 |
-
#: dashboard/publisher/adverts-generator.php:47
|
1325 |
msgid "Required"
|
1326 |
msgstr ""
|
1327 |
|
1328 |
-
#: dashboard/publisher/adverts-generator.php:
|
1329 |
msgid "Banner image"
|
1330 |
msgstr ""
|
1331 |
|
1332 |
-
#: dashboard/publisher/adverts-generator.php:
|
1333 |
msgid "Select advert image"
|
1334 |
msgstr ""
|
1335 |
|
1336 |
-
#: dashboard/publisher/adverts-generator.php:
|
1337 |
msgid "Is your file not listed? Upload it to the banners folder using (s)FTP."
|
1338 |
msgstr ""
|
1339 |
|
1340 |
-
#: dashboard/publisher/adverts-generator.php:
|
1341 |
msgid "Target website"
|
1342 |
msgstr ""
|
1343 |
|
1344 |
-
#: dashboard/publisher/adverts-generator.php:
|
1345 |
msgid "Where does the person clicking the advert go?"
|
1346 |
msgstr ""
|
1347 |
|
1348 |
-
#: dashboard/publisher/adverts-generator.php:
|
1349 |
msgid "Viewports"
|
1350 |
msgstr ""
|
1351 |
|
1352 |
-
#: dashboard/publisher/adverts-generator.php:
|
1353 |
-
#: dashboard/publisher/groups-edit.php:
|
1354 |
#: dashboard/settings/notifications.php:48
|
1355 |
msgid "Available in AdRotate Pro"
|
1356 |
msgstr ""
|
1357 |
|
1358 |
-
#: dashboard/publisher/adverts-generator.php:
|
1359 |
msgid "Smaller Devices"
|
1360 |
msgstr ""
|
1361 |
|
1362 |
-
#: dashboard/publisher/adverts-generator.php:
|
1363 |
-
#: dashboard/publisher/adverts-generator.php:
|
1364 |
-
#: dashboard/publisher/adverts-generator.php:
|
1365 |
msgid "No file selected"
|
1366 |
msgstr ""
|
1367 |
|
1368 |
-
#: dashboard/publisher/adverts-generator.php:
|
1369 |
msgid "Smaller smartphones and tablets with a viewport of up to 480px wide (up-to 1440px resolution)."
|
1370 |
msgstr ""
|
1371 |
|
1372 |
-
#: dashboard/publisher/adverts-generator.php:
|
1373 |
msgid "Medium sized Devices"
|
1374 |
msgstr ""
|
1375 |
|
1376 |
-
#: dashboard/publisher/adverts-generator.php:
|
1377 |
msgid "Larger smartphones or Small tablets with a viewport of up to 960px wide (up-to 1536px resolution)."
|
1378 |
msgstr ""
|
1379 |
|
1380 |
-
#: dashboard/publisher/adverts-generator.php:
|
1381 |
msgid "Larger Devices"
|
1382 |
msgstr ""
|
1383 |
|
1384 |
-
#: dashboard/publisher/adverts-generator.php:
|
1385 |
msgid "Small laptops and Larger tablets with a viewport of up to 1280px wide (up-to 2048px resolution)."
|
1386 |
msgstr ""
|
1387 |
|
1388 |
-
#: dashboard/publisher/adverts-generator.php:
|
1389 |
#: dashboard/publisher/media.php:37
|
1390 |
msgid "Important:"
|
1391 |
msgstr ""
|
1392 |
|
1393 |
-
#: dashboard/publisher/adverts-generator.php:
|
1394 |
msgid "All sizes are optional, but it is highly recommended to use at least the small and medium size. Devices with viewports greater than 1280px will use the full sized banner."
|
1395 |
msgstr ""
|
1396 |
|
1397 |
-
#: dashboard/publisher/adverts-generator.php:
|
1398 |
msgid "Are your files not listed? Upload them via the AdRotate Media Manager. For your convenience, use easy to use filenames."
|
1399 |
msgstr ""
|
1400 |
|
1401 |
-
#: dashboard/publisher/adverts-generator.php:
|
1402 |
msgid "Optional"
|
1403 |
msgstr ""
|
1404 |
|
1405 |
-
#: dashboard/publisher/adverts-generator.php:
|
1406 |
msgid "Target window"
|
1407 |
msgstr ""
|
1408 |
|
1409 |
-
#: dashboard/publisher/adverts-generator.php:
|
1410 |
msgid "Open the advert in a new window?"
|
1411 |
msgstr ""
|
1412 |
|
1413 |
-
#: dashboard/publisher/adverts-generator.php:
|
1414 |
msgid "(Recommended)"
|
1415 |
msgstr ""
|
1416 |
|
1417 |
-
#: dashboard/publisher/adverts-generator.php:
|
1418 |
msgid "NoFollow"
|
1419 |
msgstr ""
|
1420 |
|
1421 |
-
#: dashboard/publisher/adverts-generator.php:
|
1422 |
msgid "Tell crawlers and search engines not to follow the target website url?"
|
1423 |
msgstr ""
|
1424 |
|
1425 |
-
#: dashboard/publisher/adverts-generator.php:
|
1426 |
-
#: dashboard/publisher/adverts-generator.php:
|
1427 |
msgid "(Available in AdRotate Pro)"
|
1428 |
msgstr ""
|
1429 |
|
1430 |
-
#: dashboard/publisher/adverts-generator.php:
|
1431 |
msgid "Letting bots (Such as Googlebot) index paid links may negatively affect your SEO and PageRank."
|
1432 |
msgstr ""
|
1433 |
|
1434 |
-
#: dashboard/publisher/adverts-generator.php:
|
1435 |
msgid "Alt and Title"
|
1436 |
msgstr ""
|
1437 |
|
1438 |
-
#: dashboard/publisher/adverts-generator.php:
|
1439 |
msgid "Add an alt and title attribute based on the asset name?"
|
1440 |
msgstr ""
|
1441 |
|
1442 |
-
#: dashboard/publisher/adverts-generator.php:
|
1443 |
msgid "Some bots/crawlers use them as a descriptive measure to see what the code is about."
|
1444 |
msgstr ""
|
1445 |
|
1446 |
-
#: dashboard/publisher/adverts-generator.php:
|
1447 |
msgid "To import a ready made advert, enter a advert hash from another AdRotate setup..."
|
1448 |
msgstr ""
|
1449 |
|
1450 |
-
#: dashboard/publisher/adverts-generator.php:
|
1451 |
msgid "Generate and Configure Advert"
|
1452 |
msgstr ""
|
1453 |
|
1454 |
-
#: dashboard/publisher/adverts-generator.php:
|
1455 |
msgid "Always test your adverts before activating them."
|
1456 |
msgstr ""
|
1457 |
|
1458 |
-
#: dashboard/publisher/adverts-generator.php:
|
1459 |
-
msgid "
|
1460 |
msgstr ""
|
1461 |
|
1462 |
-
#: dashboard/publisher/adverts-generator.php:
|
1463 |
msgid "While the Code Generator has been tested and works, code generation, as always, is a interpretation of user input. If you provide the correct bits and pieces, a working advert may be generated. If you leave fields empty or insert the wrong info you probably end up with a broken advert."
|
1464 |
msgstr ""
|
1465 |
|
1466 |
-
#: dashboard/publisher/adverts-generator.php:
|
1467 |
msgid "NOTE:"
|
1468 |
msgstr ""
|
1469 |
|
1470 |
-
#: dashboard/publisher/adverts-generator.php:
|
1471 |
msgid "If you insert an Advert Hash, all other fields are ignored."
|
1472 |
msgstr ""
|
1473 |
|
@@ -1598,25 +1430,25 @@ msgid "Uncheck this option to only count impressions for the first cycle of adve
|
|
1598 |
msgstr ""
|
1599 |
|
1600 |
#: dashboard/publisher/groups-edit.php:155
|
1601 |
-
#: dashboard/publisher/groups-edit.php:
|
1602 |
msgid "Get access to all features in AdRotate Pro."
|
1603 |
msgstr ""
|
1604 |
|
1605 |
-
#: dashboard/publisher/groups-edit.php:155
|
1606 |
-
msgid "Upgrade today"
|
1607 |
-
msgstr ""
|
1608 |
-
|
1609 |
#: dashboard/publisher/groups-edit.php:162
|
1610 |
-
#: dashboard/publisher/groups-edit.php:
|
1611 |
msgid "Drag the AdRotate widget to the sidebar you want it in, select \"Group of Adverts\" and enter ID"
|
1612 |
msgstr ""
|
1613 |
|
1614 |
#: dashboard/publisher/groups-edit.php:174
|
1615 |
-
#: dashboard/publisher/groups-edit.php:
|
1616 |
-
#: dashboard/publisher/groups-edit.php:
|
1617 |
msgid "Save Group"
|
1618 |
msgstr ""
|
1619 |
|
|
|
|
|
|
|
|
|
1620 |
#: dashboard/publisher/groups-edit.php:182
|
1621 |
msgid "Advert Margin"
|
1622 |
msgstr ""
|
@@ -1685,137 +1517,141 @@ msgstr ""
|
|
1685 |
msgid "Fallback Group"
|
1686 |
msgstr ""
|
1687 |
|
1688 |
-
#: dashboard/publisher/groups-edit.php:
|
1689 |
msgid "Select another group to fall back on when all adverts are expired, not in the visitors geographic area or are otherwise unavailable."
|
1690 |
msgstr ""
|
1691 |
|
1692 |
-
#: dashboard/publisher/groups-edit.php:
|
1693 |
-
#: dashboard/publisher/groups-edit.php:
|
1694 |
#: dashboard/settings/geotargeting.php:24
|
1695 |
msgid "Disabled"
|
1696 |
msgstr ""
|
1697 |
|
1698 |
-
#: dashboard/publisher/groups-edit.php:
|
1699 |
-
#: dashboard/publisher/groups-edit.php:
|
1700 |
msgid "Widget (Pro only)"
|
1701 |
msgstr ""
|
1702 |
|
1703 |
-
#: dashboard/publisher/groups-edit.php:
|
1704 |
-
#: dashboard/publisher/groups-edit.php:
|
1705 |
msgid "Before content"
|
1706 |
msgstr ""
|
1707 |
|
1708 |
-
#: dashboard/publisher/groups-edit.php:
|
1709 |
-
#: dashboard/publisher/groups-edit.php:
|
1710 |
msgid "After content"
|
1711 |
msgstr ""
|
1712 |
|
1713 |
-
#: dashboard/publisher/groups-edit.php:
|
1714 |
-
#: dashboard/publisher/groups-edit.php:
|
1715 |
msgid "Before and after content"
|
1716 |
msgstr ""
|
1717 |
|
1718 |
-
#: dashboard/publisher/groups-edit.php:
|
1719 |
-
#: dashboard/publisher/groups-edit.php:
|
1720 |
msgid "Inside the content..."
|
1721 |
msgstr ""
|
1722 |
|
1723 |
-
#: dashboard/publisher/groups-edit.php:
|
1724 |
-
#: dashboard/publisher/groups-edit.php:
|
1725 |
msgid "after the middle paragraph"
|
1726 |
msgstr ""
|
1727 |
|
1728 |
-
#: dashboard/publisher/groups-edit.php:
|
1729 |
-
#: dashboard/publisher/groups-edit.php:
|
1730 |
msgid "after the 1st paragraph"
|
1731 |
msgstr ""
|
1732 |
|
1733 |
-
#: dashboard/publisher/groups-edit.php:
|
1734 |
-
#: dashboard/publisher/groups-edit.php:
|
1735 |
msgid "after the 2nd paragraph"
|
1736 |
msgstr ""
|
1737 |
|
1738 |
-
#: dashboard/publisher/groups-edit.php:
|
1739 |
-
#: dashboard/publisher/groups-edit.php:
|
1740 |
msgid "after the 3rd paragraph"
|
1741 |
msgstr ""
|
1742 |
|
1743 |
-
#: dashboard/publisher/groups-edit.php:
|
1744 |
-
#: dashboard/publisher/groups-edit.php:
|
1745 |
msgid "after the 4th paragraph"
|
1746 |
msgstr ""
|
1747 |
|
1748 |
-
#: dashboard/publisher/groups-edit.php:
|
1749 |
-
#: dashboard/publisher/groups-edit.php:
|
1750 |
msgid "after the 5th paragraph"
|
1751 |
msgstr ""
|
1752 |
|
1753 |
-
#: dashboard/publisher/groups-edit.php:
|
1754 |
-
#: dashboard/publisher/groups-edit.php:
|
1755 |
msgid "after the 6th paragraph"
|
1756 |
msgstr ""
|
1757 |
|
1758 |
-
#: dashboard/publisher/groups-edit.php:
|
1759 |
-
#: dashboard/publisher/groups-edit.php:
|
1760 |
msgid "after the 7th paragraph"
|
1761 |
msgstr ""
|
1762 |
|
1763 |
-
#: dashboard/publisher/groups-edit.php:
|
1764 |
-
#: dashboard/publisher/groups-edit.php:
|
1765 |
msgid "after the 8th paragraph"
|
1766 |
msgstr ""
|
1767 |
|
1768 |
-
#: dashboard/publisher/groups-edit.php:
|
1769 |
msgid "Page Injection"
|
1770 |
msgstr ""
|
1771 |
|
1772 |
-
#: dashboard/publisher/groups-edit.php:
|
1773 |
msgid "Wrapper code"
|
1774 |
msgstr ""
|
1775 |
|
1776 |
-
#: dashboard/publisher/groups-edit.php:
|
1777 |
msgid "Wraps around each advert. HTML/JavaScript allowed, use with care!"
|
1778 |
msgstr ""
|
1779 |
|
1780 |
-
#: dashboard/publisher/groups-edit.php:
|
1781 |
msgid "Before advert"
|
1782 |
msgstr ""
|
1783 |
|
1784 |
-
#: dashboard/publisher/groups-edit.php:
|
1785 |
-
#: dashboard/publisher/groups-edit.php:
|
1786 |
msgid "Example:"
|
1787 |
msgstr ""
|
1788 |
|
1789 |
-
#: dashboard/publisher/groups-edit.php:
|
1790 |
msgid "Options:"
|
1791 |
msgstr ""
|
1792 |
|
1793 |
-
#: dashboard/publisher/groups-edit.php:
|
1794 |
msgid "After advert"
|
1795 |
msgstr ""
|
1796 |
|
1797 |
-
#: dashboard/publisher/groups-edit.php:
|
1798 |
msgid "Select adverts"
|
1799 |
msgstr ""
|
1800 |
|
1801 |
-
#: dashboard/publisher/groups-edit.php:
|
1802 |
msgid "Visible until"
|
1803 |
msgstr ""
|
1804 |
|
1805 |
-
#: dashboard/publisher/groups-edit.php:
|
|
|
|
|
|
|
|
|
1806 |
msgid "No adverts created!"
|
1807 |
msgstr ""
|
1808 |
|
1809 |
-
#: dashboard/publisher/groups-edit.php:
|
1810 |
msgid "Configuration errors."
|
1811 |
msgstr ""
|
1812 |
|
1813 |
-
#: dashboard/publisher/groups-edit.php:
|
1814 |
#: dashboard/publisher/schedules-main.php:87
|
1815 |
msgid "Expires soon."
|
1816 |
msgstr ""
|
1817 |
|
1818 |
-
#: dashboard/publisher/groups-edit.php:
|
1819 |
#: dashboard/publisher/schedules-main.php:88
|
1820 |
msgid "Has expired."
|
1821 |
msgstr ""
|
2 |
msgid ""
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: AdRotate\n"
|
5 |
+
"POT-Creation-Date: 2021-05-19 12:13-0500\n"
|
6 |
"PO-Revision-Date: 2019-09-20 12:05-0500\n"
|
7 |
"Last-Translator: Arnan de Gans <support@ajdg.solutions>\n"
|
8 |
"Language-Team: Arnan de Gans\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Generator: Poedit 2.4.2\n"
|
13 |
"X-Poedit-Basepath: ..\n"
|
14 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
15 |
"Language: en\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
#: adrotate-functions.php:784
|
21 |
+
msgid "Advert saved"
|
22 |
msgstr ""
|
23 |
|
24 |
#: adrotate-functions.php:788
|
46 |
msgstr ""
|
47 |
|
48 |
#: adrotate-functions.php:812
|
49 |
+
msgid "Advert(s) statistics reset"
|
50 |
msgstr ""
|
51 |
|
52 |
#: adrotate-functions.php:816
|
53 |
+
msgid "Advert(s) renewed"
|
54 |
msgstr ""
|
55 |
|
56 |
#: adrotate-functions.php:820
|
57 |
+
msgid "Advert(s) deactivated"
|
58 |
msgstr ""
|
59 |
|
60 |
#: adrotate-functions.php:824
|
61 |
+
msgid "Advert(s) activated"
|
62 |
msgstr ""
|
63 |
|
64 |
#: adrotate-functions.php:828
|
65 |
+
msgid "Group including the Adverts in it deleted"
|
66 |
msgstr ""
|
67 |
|
68 |
#: adrotate-functions.php:832
|
70 |
msgstr ""
|
71 |
|
72 |
#: adrotate-functions.php:836
|
73 |
+
msgid "Advert HTML generated and placed in the AdCode field. Configure your advert below. Do not forget to check all settings and schedule the advert."
|
74 |
msgstr ""
|
75 |
|
76 |
#: adrotate-functions.php:841
|
86 |
msgstr ""
|
87 |
|
88 |
#: adrotate-functions.php:853
|
89 |
+
msgid "Adverts evaluated and statuses have been corrected where required"
|
90 |
msgstr ""
|
91 |
|
92 |
#: adrotate-functions.php:857
|
98 |
msgstr ""
|
99 |
|
100 |
#: adrotate-functions.php:866
|
101 |
+
msgid "The advert was saved but has an issue which might prevent it from working properly. Review the colored advert."
|
102 |
msgstr ""
|
103 |
|
104 |
#: adrotate-functions.php:870
|
114 |
msgstr ""
|
115 |
|
116 |
#: adrotate-functions.php:882
|
117 |
+
msgid "No adverts found."
|
118 |
msgstr ""
|
119 |
|
120 |
#: adrotate-functions.php:886
|
150 |
msgstr ""
|
151 |
|
152 |
#: adrotate-output.php:562
|
153 |
+
msgid "Error, Advert is not available at this time due to schedule/geolocation restrictions!"
|
154 |
msgstr ""
|
155 |
|
156 |
#: adrotate-output.php:567
|
158 |
msgstr ""
|
159 |
|
160 |
#: adrotate-output.php:572
|
161 |
+
msgid "Error, no Advert ID set! Check your syntax!"
|
162 |
msgstr ""
|
163 |
|
164 |
#: adrotate-output.php:578
|
306 |
msgid "Get access to premium support and free updates for one year!"
|
307 |
msgstr ""
|
308 |
|
309 |
+
#: adrotate-output.php:851 dashboard/publisher/groups-edit.php:155
|
310 |
+
msgid "Upgrade today"
|
311 |
msgstr ""
|
312 |
|
313 |
#: adrotate-statistics.php:155
|
445 |
msgstr ""
|
446 |
|
447 |
#: adrotate.php:111 adrotate.php:522 dashboard/adrotatepro.php:98
|
448 |
+
#: dashboard/publisher/adverts-edit.php:174
|
449 |
#: dashboard/publisher/statistics-main.php:23
|
450 |
#: dashboard/settings/statistics.php:17
|
451 |
msgid "Statistics"
|
472 |
msgstr ""
|
473 |
|
474 |
#: adrotate.php:257
|
475 |
+
msgid "Advert Generator"
|
476 |
msgstr ""
|
477 |
|
478 |
+
#: adrotate.php:258 dashboard/publisher/adverts-edit.php:104
|
479 |
+
msgid "New Advert"
|
480 |
+
msgstr ""
|
481 |
+
|
482 |
+
#: adrotate.php:328
|
483 |
msgid "Add New"
|
484 |
msgstr ""
|
485 |
|
511 |
msgid "Notifications"
|
512 |
msgstr ""
|
513 |
|
514 |
+
#: adrotate.php:523 dashboard/publisher/groups-edit.php:205
|
|
|
515 |
#: dashboard/settings/advertisers.php:38
|
516 |
msgid "Geo Targeting"
|
517 |
msgstr ""
|
604 |
msgid "Adverts that need you"
|
605 |
msgstr ""
|
606 |
|
607 |
+
#: dashboard/info.php:34 dashboard/publisher/adverts-edit.php:261
|
608 |
#: dashboard/publisher/groups-main.php:34
|
609 |
#: dashboard/publisher/schedules-main.php:34
|
610 |
#: dashboard/publisher/statistics-main.php:35
|
677 |
msgstr ""
|
678 |
|
679 |
#: dashboard/publisher/adverts-disabled.php:21
|
680 |
+
#: dashboard/publisher/adverts-edit.php:182
|
681 |
msgid "Activate"
|
682 |
msgstr ""
|
683 |
|
703 |
msgstr ""
|
704 |
|
705 |
#: dashboard/publisher/adverts-disabled.php:35
|
706 |
+
#: dashboard/publisher/adverts-edit.php:259
|
707 |
#: dashboard/publisher/adverts-error.php:39
|
708 |
#: dashboard/publisher/adverts-main.php:39
|
709 |
+
#: dashboard/publisher/groups-edit.php:350
|
710 |
#: dashboard/publisher/groups-main.php:32
|
711 |
#: dashboard/publisher/schedules-main.php:31
|
712 |
msgid "ID"
|
721 |
|
722 |
#: dashboard/publisher/adverts-disabled.php:37
|
723 |
#: dashboard/publisher/adverts-edit.php:112
|
724 |
+
#: dashboard/publisher/adverts-edit.php:260
|
725 |
#: dashboard/publisher/adverts-error.php:40
|
726 |
#: dashboard/publisher/adverts-main.php:41
|
727 |
#: dashboard/publisher/groups-edit.php:65
|
728 |
+
#: dashboard/publisher/groups-edit.php:351
|
729 |
#: dashboard/publisher/groups-main.php:33 dashboard/publisher/media.php:48
|
730 |
#: dashboard/publisher/schedules-main.php:33
|
731 |
msgid "Name"
|
733 |
|
734 |
#: dashboard/publisher/adverts-disabled.php:39
|
735 |
#: dashboard/publisher/adverts-main.php:43
|
736 |
+
#: dashboard/publisher/groups-edit.php:355
|
737 |
#: dashboard/publisher/groups-main.php:36
|
738 |
msgid "Shown"
|
739 |
msgstr ""
|
740 |
|
741 |
#: dashboard/publisher/adverts-disabled.php:40
|
742 |
#: dashboard/publisher/adverts-main.php:45
|
743 |
+
#: dashboard/publisher/groups-edit.php:356
|
744 |
#: dashboard/publisher/groups-main.php:38
|
745 |
#: dashboard/publisher/statistics-advert.php:52
|
746 |
#: dashboard/publisher/statistics-advert.php:58
|
819 |
msgstr ""
|
820 |
|
821 |
#: dashboard/publisher/adverts-edit.php:67
|
822 |
+
msgid "AdRotate cannot find an error but the advert is marked erroneous, try re-saving the ad!"
|
823 |
msgstr ""
|
824 |
|
825 |
#: dashboard/publisher/adverts-edit.php:70
|
826 |
+
msgid "This advert is expired and currently not shown on your website!"
|
827 |
msgstr ""
|
828 |
|
829 |
#: dashboard/publisher/adverts-edit.php:73
|
830 |
+
msgid "The advert will expire in less than 2 days!"
|
831 |
msgstr ""
|
832 |
|
833 |
#: dashboard/publisher/adverts-edit.php:76
|
834 |
+
msgid "This advert will expire in less than 7 days!"
|
835 |
msgstr ""
|
836 |
|
837 |
#: dashboard/publisher/adverts-edit.php:79
|
838 |
+
msgid "This advert has been disabled and does not rotate on your site!"
|
|
|
|
|
|
|
|
|
839 |
msgstr ""
|
840 |
|
841 |
#: dashboard/publisher/adverts-edit.php:106
|
902 |
msgid "Banner asset"
|
903 |
msgstr ""
|
904 |
|
905 |
+
#: dashboard/publisher/adverts-edit.php:155
|
906 |
msgid "WordPress media:"
|
907 |
msgstr ""
|
908 |
|
909 |
+
#: dashboard/publisher/adverts-edit.php:155
|
910 |
msgid "Select Banner"
|
911 |
msgstr ""
|
912 |
|
913 |
+
#: dashboard/publisher/adverts-edit.php:157
|
914 |
msgid "- OR -"
|
915 |
msgstr ""
|
916 |
|
917 |
+
#: dashboard/publisher/adverts-edit.php:158
|
918 |
msgid "Banner folder:"
|
919 |
msgstr ""
|
920 |
|
921 |
+
#: dashboard/publisher/adverts-edit.php:159
|
922 |
msgid "No image selected"
|
923 |
msgstr ""
|
924 |
|
925 |
+
#: dashboard/publisher/adverts-edit.php:169
|
926 |
msgid "Use %asset% in the adcode instead of the file path."
|
927 |
msgstr ""
|
928 |
|
929 |
+
#: dashboard/publisher/adverts-edit.php:169
|
930 |
msgid "Use either the text field or the dropdown. If the textfield has content that field has priority."
|
931 |
msgstr ""
|
932 |
|
933 |
+
#: dashboard/publisher/adverts-edit.php:176
|
934 |
msgid "Enable click and impression tracking for this advert."
|
935 |
msgstr ""
|
936 |
|
937 |
+
#: dashboard/publisher/adverts-edit.php:177
|
938 |
msgid "Note: Clicktracking does not work for Javascript adverts such as those provided by Google AdSense/DFP/DoubleClick. HTML5/Flash adverts are not always supported."
|
939 |
msgstr ""
|
940 |
|
941 |
+
#: dashboard/publisher/adverts-edit.php:185
|
942 |
msgid "Enabled, this ad will be visible"
|
943 |
msgstr ""
|
944 |
|
945 |
+
#: dashboard/publisher/adverts-edit.php:186
|
946 |
msgid "Disabled, do not show this advert anywhere"
|
947 |
msgstr ""
|
948 |
|
949 |
+
#: dashboard/publisher/adverts-edit.php:192
|
950 |
+
msgid "Target your audience with Geo Targeting and easily select which devices and mobile operating systems the advert should show on with AdRotate Pro!"
|
951 |
msgstr ""
|
952 |
|
953 |
+
#: dashboard/publisher/adverts-edit.php:192
|
954 |
+
#: dashboard/publisher/adverts-edit.php:230
|
955 |
+
#: dashboard/publisher/groups-edit.php:227
|
|
|
|
|
956 |
#: dashboard/publisher/statistics-advert.php:109
|
957 |
#: dashboard/publisher/statistics-group.php:113
|
958 |
#: dashboard/publisher/statistics-main.php:83
|
959 |
msgid "Upgrade now"
|
960 |
msgstr ""
|
961 |
|
962 |
+
#: dashboard/publisher/adverts-edit.php:194
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
963 |
msgid "Schedule your advert"
|
964 |
msgstr ""
|
965 |
|
966 |
+
#: dashboard/publisher/adverts-edit.php:195
|
967 |
msgid "Time uses a 24 hour clock. When you're used to the AM/PM system keep this in mind: If the start or end time is after lunch, add 12 hours. 2PM is 14:00 hours. 6AM is 6:00 hours."
|
968 |
msgstr ""
|
969 |
|
970 |
+
#: dashboard/publisher/adverts-edit.php:199
|
971 |
msgid "Start date"
|
972 |
msgstr ""
|
973 |
|
974 |
+
#: dashboard/publisher/adverts-edit.php:203
|
975 |
msgid "End date"
|
976 |
msgstr ""
|
977 |
|
978 |
+
#: dashboard/publisher/adverts-edit.php:209
|
979 |
msgid "Start time"
|
980 |
msgstr ""
|
981 |
|
982 |
+
#: dashboard/publisher/adverts-edit.php:214
|
983 |
msgid "End time"
|
984 |
msgstr ""
|
985 |
|
986 |
+
#: dashboard/publisher/adverts-edit.php:222
|
987 |
msgid "Maximum Clicks"
|
988 |
msgstr ""
|
989 |
|
990 |
+
#: dashboard/publisher/adverts-edit.php:223
|
991 |
+
#: dashboard/publisher/adverts-edit.php:225
|
992 |
msgid "Leave empty or 0 to skip this."
|
993 |
msgstr ""
|
994 |
|
995 |
+
#: dashboard/publisher/adverts-edit.php:224
|
996 |
msgid "Maximum Impressions"
|
997 |
msgstr ""
|
998 |
|
999 |
+
#: dashboard/publisher/adverts-edit.php:230
|
1000 |
+
msgid "Plan ahead and create multiple and more advanced schedules for each advert with AdRotate Pro."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1001 |
msgstr ""
|
1002 |
|
1003 |
+
#: dashboard/publisher/adverts-edit.php:232
|
1004 |
+
#: dashboard/publisher/groups-edit.php:157
|
1005 |
+
#: dashboard/publisher/groups-edit.php:302
|
1006 |
+
msgid "Usage"
|
1007 |
msgstr ""
|
1008 |
|
1009 |
+
#: dashboard/publisher/adverts-edit.php:236
|
1010 |
+
#: dashboard/publisher/groups-edit.php:161
|
1011 |
+
#: dashboard/publisher/groups-edit.php:306
|
1012 |
+
msgid "Widget"
|
1013 |
msgstr ""
|
1014 |
|
1015 |
+
#: dashboard/publisher/adverts-edit.php:237
|
1016 |
+
msgid "Drag the AdRotate widget to the sidebar where you want to place the advert and select the advert or the group the advert is in."
|
1017 |
msgstr ""
|
1018 |
|
1019 |
+
#: dashboard/publisher/adverts-edit.php:240
|
1020 |
+
#: dashboard/publisher/groups-edit.php:165
|
1021 |
+
#: dashboard/publisher/groups-edit.php:310
|
1022 |
+
msgid "In a post or page"
|
1023 |
msgstr ""
|
1024 |
|
1025 |
+
#: dashboard/publisher/adverts-edit.php:242
|
1026 |
+
#: dashboard/publisher/groups-edit.php:167
|
1027 |
+
#: dashboard/publisher/groups-edit.php:312
|
1028 |
+
msgid "Directly in a theme"
|
1029 |
msgstr ""
|
1030 |
|
1031 |
+
#: dashboard/publisher/adverts-edit.php:249
|
1032 |
+
#: dashboard/publisher/adverts-edit.php:292
|
1033 |
+
msgid "Save Advert"
|
1034 |
msgstr ""
|
1035 |
|
1036 |
+
#: dashboard/publisher/adverts-edit.php:250
|
1037 |
+
#: dashboard/publisher/adverts-edit.php:293
|
1038 |
+
#: dashboard/publisher/adverts-generator.php:148
|
1039 |
+
#: dashboard/publisher/groups-edit.php:175
|
1040 |
+
#: dashboard/publisher/groups-edit.php:320
|
1041 |
+
#: dashboard/publisher/groups-edit.php:414
|
1042 |
+
msgid "Cancel"
|
1043 |
msgstr ""
|
1044 |
|
1045 |
+
#: dashboard/publisher/adverts-edit.php:254
|
1046 |
msgid "Select Groups"
|
1047 |
msgstr ""
|
1048 |
|
1049 |
+
#: dashboard/publisher/adverts-edit.php:270
|
1050 |
#: dashboard/publisher/groups-main.php:60
|
1051 |
#: dashboard/settings/geotargeting.php:54 dashboard/settings/statistics.php:25
|
1052 |
msgid "Default"
|
1053 |
msgstr ""
|
1054 |
|
1055 |
+
#: dashboard/publisher/adverts-edit.php:271
|
1056 |
#: dashboard/publisher/groups-main.php:61
|
1057 |
msgid "Dynamic"
|
1058 |
msgstr ""
|
1059 |
|
1060 |
+
#: dashboard/publisher/adverts-edit.php:271
|
1061 |
#: dashboard/publisher/groups-main.php:61
|
1062 |
msgid "second rotation"
|
1063 |
msgstr ""
|
1064 |
|
1065 |
+
#: dashboard/publisher/adverts-edit.php:272
|
1066 |
#: dashboard/publisher/groups-main.php:62
|
1067 |
msgid "Block"
|
1068 |
msgstr ""
|
1069 |
|
1070 |
+
#: dashboard/publisher/adverts-edit.php:272
|
1071 |
#: dashboard/publisher/groups-main.php:62
|
1072 |
msgid "grid"
|
1073 |
msgstr ""
|
1074 |
|
1075 |
+
#: dashboard/publisher/adverts-edit.php:273
|
1076 |
+
#: dashboard/publisher/groups-edit.php:234
|
1077 |
#: dashboard/publisher/groups-main.php:63
|
1078 |
msgid "Post Injection"
|
1079 |
msgstr ""
|
1080 |
|
1081 |
+
#: dashboard/publisher/adverts-edit.php:274
|
1082 |
msgid "Geolocation"
|
1083 |
msgstr ""
|
1084 |
|
1085 |
+
#: dashboard/publisher/adverts-edit.php:281
|
1086 |
#: dashboard/publisher/groups-edit.php:74
|
1087 |
#: dashboard/publisher/groups-main.php:70
|
1088 |
msgid "Mode"
|
1089 |
msgstr ""
|
1090 |
|
1091 |
+
#: dashboard/publisher/adverts-edit.php:298
|
1092 |
+
#: dashboard/publisher/adverts-generator.php:131
|
1093 |
msgid "Portability"
|
1094 |
msgstr ""
|
1095 |
|
1096 |
+
#: dashboard/publisher/adverts-edit.php:299
|
1097 |
msgid "This long code is your advert. It includes all settings from above except the schedule and group selection. You can import this hash into another setup of AdRotate or AdRotate Professional. Do not alter the hash or the advert will not work. In most browsers you can tripleclick in the field to select the whole thing. You can paste the hash into the 'Advert Hash' field in the Advert Generator of another AdRotate setup."
|
1098 |
msgstr ""
|
1099 |
|
1100 |
+
#: dashboard/publisher/adverts-edit.php:303
|
1101 |
+
#: dashboard/publisher/adverts-generator.php:137
|
1102 |
msgid "Advert hash"
|
1103 |
msgstr ""
|
1104 |
|
1153 |
msgid "Generate Advert Code"
|
1154 |
msgstr ""
|
1155 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1156 |
#: dashboard/publisher/adverts-generator.php:41
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1157 |
msgid "Required"
|
1158 |
msgstr ""
|
1159 |
|
1160 |
+
#: dashboard/publisher/adverts-generator.php:47
|
1161 |
msgid "Banner image"
|
1162 |
msgstr ""
|
1163 |
|
1164 |
+
#: dashboard/publisher/adverts-generator.php:50
|
1165 |
msgid "Select advert image"
|
1166 |
msgstr ""
|
1167 |
|
1168 |
+
#: dashboard/publisher/adverts-generator.php:56
|
1169 |
msgid "Is your file not listed? Upload it to the banners folder using (s)FTP."
|
1170 |
msgstr ""
|
1171 |
|
1172 |
+
#: dashboard/publisher/adverts-generator.php:60
|
1173 |
msgid "Target website"
|
1174 |
msgstr ""
|
1175 |
|
1176 |
+
#: dashboard/publisher/adverts-generator.php:62
|
1177 |
msgid "Where does the person clicking the advert go?"
|
1178 |
msgstr ""
|
1179 |
|
1180 |
+
#: dashboard/publisher/adverts-generator.php:69
|
1181 |
msgid "Viewports"
|
1182 |
msgstr ""
|
1183 |
|
1184 |
+
#: dashboard/publisher/adverts-generator.php:69
|
1185 |
+
#: dashboard/publisher/groups-edit.php:218
|
1186 |
#: dashboard/settings/notifications.php:48
|
1187 |
msgid "Available in AdRotate Pro"
|
1188 |
msgstr ""
|
1189 |
|
1190 |
+
#: dashboard/publisher/adverts-generator.php:75
|
1191 |
msgid "Smaller Devices"
|
1192 |
msgstr ""
|
1193 |
|
1194 |
+
#: dashboard/publisher/adverts-generator.php:78
|
1195 |
+
#: dashboard/publisher/adverts-generator.php:86
|
1196 |
+
#: dashboard/publisher/adverts-generator.php:94
|
1197 |
msgid "No file selected"
|
1198 |
msgstr ""
|
1199 |
|
1200 |
+
#: dashboard/publisher/adverts-generator.php:79
|
1201 |
msgid "Smaller smartphones and tablets with a viewport of up to 480px wide (up-to 1440px resolution)."
|
1202 |
msgstr ""
|
1203 |
|
1204 |
+
#: dashboard/publisher/adverts-generator.php:83
|
1205 |
msgid "Medium sized Devices"
|
1206 |
msgstr ""
|
1207 |
|
1208 |
+
#: dashboard/publisher/adverts-generator.php:87
|
1209 |
msgid "Larger smartphones or Small tablets with a viewport of up to 960px wide (up-to 1536px resolution)."
|
1210 |
msgstr ""
|
1211 |
|
1212 |
+
#: dashboard/publisher/adverts-generator.php:91
|
1213 |
msgid "Larger Devices"
|
1214 |
msgstr ""
|
1215 |
|
1216 |
+
#: dashboard/publisher/adverts-generator.php:95
|
1217 |
msgid "Small laptops and Larger tablets with a viewport of up to 1280px wide (up-to 2048px resolution)."
|
1218 |
msgstr ""
|
1219 |
|
1220 |
+
#: dashboard/publisher/adverts-generator.php:99
|
1221 |
#: dashboard/publisher/media.php:37
|
1222 |
msgid "Important:"
|
1223 |
msgstr ""
|
1224 |
|
1225 |
+
#: dashboard/publisher/adverts-generator.php:99
|
1226 |
msgid "All sizes are optional, but it is highly recommended to use at least the small and medium size. Devices with viewports greater than 1280px will use the full sized banner."
|
1227 |
msgstr ""
|
1228 |
|
1229 |
+
#: dashboard/publisher/adverts-generator.php:99
|
1230 |
msgid "Are your files not listed? Upload them via the AdRotate Media Manager. For your convenience, use easy to use filenames."
|
1231 |
msgstr ""
|
1232 |
|
1233 |
+
#: dashboard/publisher/adverts-generator.php:104
|
1234 |
msgid "Optional"
|
1235 |
msgstr ""
|
1236 |
|
1237 |
+
#: dashboard/publisher/adverts-generator.php:110
|
1238 |
msgid "Target window"
|
1239 |
msgstr ""
|
1240 |
|
1241 |
+
#: dashboard/publisher/adverts-generator.php:112
|
1242 |
msgid "Open the advert in a new window?"
|
1243 |
msgstr ""
|
1244 |
|
1245 |
+
#: dashboard/publisher/adverts-generator.php:112
|
1246 |
msgid "(Recommended)"
|
1247 |
msgstr ""
|
1248 |
|
1249 |
+
#: dashboard/publisher/adverts-generator.php:116
|
1250 |
msgid "NoFollow"
|
1251 |
msgstr ""
|
1252 |
|
1253 |
+
#: dashboard/publisher/adverts-generator.php:118
|
1254 |
msgid "Tell crawlers and search engines not to follow the target website url?"
|
1255 |
msgstr ""
|
1256 |
|
1257 |
+
#: dashboard/publisher/adverts-generator.php:118
|
1258 |
+
#: dashboard/publisher/adverts-generator.php:124
|
1259 |
msgid "(Available in AdRotate Pro)"
|
1260 |
msgstr ""
|
1261 |
|
1262 |
+
#: dashboard/publisher/adverts-generator.php:118
|
1263 |
msgid "Letting bots (Such as Googlebot) index paid links may negatively affect your SEO and PageRank."
|
1264 |
msgstr ""
|
1265 |
|
1266 |
+
#: dashboard/publisher/adverts-generator.php:122
|
1267 |
msgid "Alt and Title"
|
1268 |
msgstr ""
|
1269 |
|
1270 |
+
#: dashboard/publisher/adverts-generator.php:124
|
1271 |
msgid "Add an alt and title attribute based on the asset name?"
|
1272 |
msgstr ""
|
1273 |
|
1274 |
+
#: dashboard/publisher/adverts-generator.php:124
|
1275 |
msgid "Some bots/crawlers use them as a descriptive measure to see what the code is about."
|
1276 |
msgstr ""
|
1277 |
|
1278 |
+
#: dashboard/publisher/adverts-generator.php:139
|
1279 |
msgid "To import a ready made advert, enter a advert hash from another AdRotate setup..."
|
1280 |
msgstr ""
|
1281 |
|
1282 |
+
#: dashboard/publisher/adverts-generator.php:147
|
1283 |
msgid "Generate and Configure Advert"
|
1284 |
msgstr ""
|
1285 |
|
1286 |
+
#: dashboard/publisher/adverts-generator.php:148
|
1287 |
msgid "Always test your adverts before activating them."
|
1288 |
msgstr ""
|
1289 |
|
1290 |
+
#: dashboard/publisher/adverts-generator.php:151
|
1291 |
+
msgid "CAUTION:"
|
1292 |
msgstr ""
|
1293 |
|
1294 |
+
#: dashboard/publisher/adverts-generator.php:151
|
1295 |
msgid "While the Code Generator has been tested and works, code generation, as always, is a interpretation of user input. If you provide the correct bits and pieces, a working advert may be generated. If you leave fields empty or insert the wrong info you probably end up with a broken advert."
|
1296 |
msgstr ""
|
1297 |
|
1298 |
+
#: dashboard/publisher/adverts-generator.php:151
|
1299 |
msgid "NOTE:"
|
1300 |
msgstr ""
|
1301 |
|
1302 |
+
#: dashboard/publisher/adverts-generator.php:151
|
1303 |
msgid "If you insert an Advert Hash, all other fields are ignored."
|
1304 |
msgstr ""
|
1305 |
|
1430 |
msgstr ""
|
1431 |
|
1432 |
#: dashboard/publisher/groups-edit.php:155
|
1433 |
+
#: dashboard/publisher/groups-edit.php:227
|
1434 |
msgid "Get access to all features in AdRotate Pro."
|
1435 |
msgstr ""
|
1436 |
|
|
|
|
|
|
|
|
|
1437 |
#: dashboard/publisher/groups-edit.php:162
|
1438 |
+
#: dashboard/publisher/groups-edit.php:307
|
1439 |
msgid "Drag the AdRotate widget to the sidebar you want it in, select \"Group of Adverts\" and enter ID"
|
1440 |
msgstr ""
|
1441 |
|
1442 |
#: dashboard/publisher/groups-edit.php:174
|
1443 |
+
#: dashboard/publisher/groups-edit.php:319
|
1444 |
+
#: dashboard/publisher/groups-edit.php:413
|
1445 |
msgid "Save Group"
|
1446 |
msgstr ""
|
1447 |
|
1448 |
+
#: dashboard/publisher/groups-edit.php:178 dashboard/settings/statistics.php:28
|
1449 |
+
msgid "Advanced"
|
1450 |
+
msgstr ""
|
1451 |
+
|
1452 |
#: dashboard/publisher/groups-edit.php:182
|
1453 |
msgid "Advert Margin"
|
1454 |
msgstr ""
|
1517 |
msgid "Fallback Group"
|
1518 |
msgstr ""
|
1519 |
|
1520 |
+
#: dashboard/publisher/groups-edit.php:222
|
1521 |
msgid "Select another group to fall back on when all adverts are expired, not in the visitors geographic area or are otherwise unavailable."
|
1522 |
msgstr ""
|
1523 |
|
1524 |
+
#: dashboard/publisher/groups-edit.php:237
|
1525 |
+
#: dashboard/publisher/groups-edit.php:270
|
1526 |
#: dashboard/settings/geotargeting.php:24
|
1527 |
msgid "Disabled"
|
1528 |
msgstr ""
|
1529 |
|
1530 |
+
#: dashboard/publisher/groups-edit.php:238
|
1531 |
+
#: dashboard/publisher/groups-edit.php:271
|
1532 |
msgid "Widget (Pro only)"
|
1533 |
msgstr ""
|
1534 |
|
1535 |
+
#: dashboard/publisher/groups-edit.php:239
|
1536 |
+
#: dashboard/publisher/groups-edit.php:272
|
1537 |
msgid "Before content"
|
1538 |
msgstr ""
|
1539 |
|
1540 |
+
#: dashboard/publisher/groups-edit.php:240
|
1541 |
+
#: dashboard/publisher/groups-edit.php:273
|
1542 |
msgid "After content"
|
1543 |
msgstr ""
|
1544 |
|
1545 |
+
#: dashboard/publisher/groups-edit.php:241
|
1546 |
+
#: dashboard/publisher/groups-edit.php:274
|
1547 |
msgid "Before and after content"
|
1548 |
msgstr ""
|
1549 |
|
1550 |
+
#: dashboard/publisher/groups-edit.php:242
|
1551 |
+
#: dashboard/publisher/groups-edit.php:275
|
1552 |
msgid "Inside the content..."
|
1553 |
msgstr ""
|
1554 |
|
1555 |
+
#: dashboard/publisher/groups-edit.php:246
|
1556 |
+
#: dashboard/publisher/groups-edit.php:279
|
1557 |
msgid "after the middle paragraph"
|
1558 |
msgstr ""
|
1559 |
|
1560 |
+
#: dashboard/publisher/groups-edit.php:247
|
1561 |
+
#: dashboard/publisher/groups-edit.php:280
|
1562 |
msgid "after the 1st paragraph"
|
1563 |
msgstr ""
|
1564 |
|
1565 |
+
#: dashboard/publisher/groups-edit.php:248
|
1566 |
+
#: dashboard/publisher/groups-edit.php:281
|
1567 |
msgid "after the 2nd paragraph"
|
1568 |
msgstr ""
|
1569 |
|
1570 |
+
#: dashboard/publisher/groups-edit.php:249
|
1571 |
+
#: dashboard/publisher/groups-edit.php:282
|
1572 |
msgid "after the 3rd paragraph"
|
1573 |
msgstr ""
|
1574 |
|
1575 |
+
#: dashboard/publisher/groups-edit.php:250
|
1576 |
+
#: dashboard/publisher/groups-edit.php:283
|
1577 |
msgid "after the 4th paragraph"
|
1578 |
msgstr ""
|
1579 |
|
1580 |
+
#: dashboard/publisher/groups-edit.php:251
|
1581 |
+
#: dashboard/publisher/groups-edit.php:284
|
1582 |
msgid "after the 5th paragraph"
|
1583 |
msgstr ""
|
1584 |
|
1585 |
+
#: dashboard/publisher/groups-edit.php:252
|
1586 |
+
#: dashboard/publisher/groups-edit.php:285
|
1587 |
msgid "after the 6th paragraph"
|
1588 |
msgstr ""
|
1589 |
|
1590 |
+
#: dashboard/publisher/groups-edit.php:253
|
1591 |
+
#: dashboard/publisher/groups-edit.php:286
|
1592 |
msgid "after the 7th paragraph"
|
1593 |
msgstr ""
|
1594 |
|
1595 |
+
#: dashboard/publisher/groups-edit.php:254
|
1596 |
+
#: dashboard/publisher/groups-edit.php:287
|
1597 |
msgid "after the 8th paragraph"
|
1598 |
msgstr ""
|
1599 |
|
1600 |
+
#: dashboard/publisher/groups-edit.php:267
|
1601 |
msgid "Page Injection"
|
1602 |
msgstr ""
|
1603 |
|
1604 |
+
#: dashboard/publisher/groups-edit.php:323
|
1605 |
msgid "Wrapper code"
|
1606 |
msgstr ""
|
1607 |
|
1608 |
+
#: dashboard/publisher/groups-edit.php:324
|
1609 |
msgid "Wraps around each advert. HTML/JavaScript allowed, use with care!"
|
1610 |
msgstr ""
|
1611 |
|
1612 |
+
#: dashboard/publisher/groups-edit.php:328
|
1613 |
msgid "Before advert"
|
1614 |
msgstr ""
|
1615 |
|
1616 |
+
#: dashboard/publisher/groups-edit.php:331
|
1617 |
+
#: dashboard/publisher/groups-edit.php:339
|
1618 |
msgid "Example:"
|
1619 |
msgstr ""
|
1620 |
|
1621 |
+
#: dashboard/publisher/groups-edit.php:332
|
1622 |
msgid "Options:"
|
1623 |
msgstr ""
|
1624 |
|
1625 |
+
#: dashboard/publisher/groups-edit.php:336
|
1626 |
msgid "After advert"
|
1627 |
msgstr ""
|
1628 |
|
1629 |
+
#: dashboard/publisher/groups-edit.php:345
|
1630 |
msgid "Select adverts"
|
1631 |
msgstr ""
|
1632 |
|
1633 |
+
#: dashboard/publisher/groups-edit.php:352
|
1634 |
msgid "Visible until"
|
1635 |
msgstr ""
|
1636 |
|
1637 |
+
#: dashboard/publisher/groups-edit.php:353
|
1638 |
+
msgid "Weight"
|
1639 |
+
msgstr ""
|
1640 |
+
|
1641 |
+
#: dashboard/publisher/groups-edit.php:400
|
1642 |
msgid "No adverts created!"
|
1643 |
msgstr ""
|
1644 |
|
1645 |
+
#: dashboard/publisher/groups-edit.php:407
|
1646 |
msgid "Configuration errors."
|
1647 |
msgstr ""
|
1648 |
|
1649 |
+
#: dashboard/publisher/groups-edit.php:408
|
1650 |
#: dashboard/publisher/schedules-main.php:87
|
1651 |
msgid "Expires soon."
|
1652 |
msgstr ""
|
1653 |
|
1654 |
+
#: dashboard/publisher/groups-edit.php:409
|
1655 |
#: dashboard/publisher/schedules-main.php:88
|
1656 |
msgid "Has expired."
|
1657 |
msgstr ""
|
readme.txt
CHANGED
@@ -4,8 +4,8 @@ Donate link: https://ajdg.solutions/go/donate/adrotatefree
|
|
4 |
Tags: adverts, ads, banners, advert manager, ad manager, banner manager, monetise, revenue, place banners, google, adsense, dfp, doubleclick, amazon, affiliate, referral
|
5 |
Requires at least: 5.0
|
6 |
Requires PHP: 5.6
|
7 |
-
Tested up to: 5.7.
|
8 |
-
Stable tag: 5.8.
|
9 |
License: GPLv3
|
10 |
|
11 |
AdRotate is the only advert manager you'll ever need. Manage all your adverts and campaigns with ease. From any ad publisher. Manage your ads.txt, widgets and use the many powerful features to run successful campaigns.
|
@@ -64,6 +64,15 @@ For more detailed instructions check out the [installation steps](https://ajdg.s
|
|
64 |
|
65 |
For the full changelog check out the [development page](https://ajdg.solutions/support/adrotate-development/?pk_campaign=adrotatefree&pk_keyword=readme).
|
66 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
= AdRotate 5.8.18 =
|
68 |
* [i18n] Added Portuguese translation (pt_BR)
|
69 |
|
@@ -71,11 +80,6 @@ For the full changelog check out the [development page](https://ajdg.solutions/s
|
|
71 |
* [fix] Labels for all checkboxes
|
72 |
* [update] HTML dashboard code cleanup
|
73 |
|
74 |
-
= AdRotate 5.8.16 =
|
75 |
-
* [change] Dashboard tweaks
|
76 |
-
* [i18n] Updated Dutch, French, German and Italian translation texts
|
77 |
-
* [i18n] Updated Polish translation strings
|
78 |
-
|
79 |
= AdRotate Professional 5.8.13 =
|
80 |
* [fix] Disabled AMP group option
|
81 |
* [new] Assets now list generated reports
|
4 |
Tags: adverts, ads, banners, advert manager, ad manager, banner manager, monetise, revenue, place banners, google, adsense, dfp, doubleclick, amazon, affiliate, referral
|
5 |
Requires at least: 5.0
|
6 |
Requires PHP: 5.6
|
7 |
+
Tested up to: 5.7.2
|
8 |
+
Stable tag: 5.8.19
|
9 |
License: GPLv3
|
10 |
|
11 |
AdRotate is the only advert manager you'll ever need. Manage all your adverts and campaigns with ease. From any ad publisher. Manage your ads.txt, widgets and use the many powerful features to run successful campaigns.
|
64 |
|
65 |
For the full changelog check out the [development page](https://ajdg.solutions/support/adrotate-development/?pk_campaign=adrotatefree&pk_keyword=readme).
|
66 |
|
67 |
+
= AdRotate 5.8.19 =
|
68 |
+
* [i18n] Improved Italian translation (Thanks Davide)
|
69 |
+
* [i18n] Improved Dutch translation
|
70 |
+
* [i18n] All translations updated using auto-translate
|
71 |
+
* [change] More consistent use of the word advert vs ad
|
72 |
+
* [change] Simplified settings text in General Settings
|
73 |
+
* [change] Cleaner dashboard when creating adverts
|
74 |
+
* [fix] Tabindex on dashboards now in the right order
|
75 |
+
|
76 |
= AdRotate 5.8.18 =
|
77 |
* [i18n] Added Portuguese translation (pt_BR)
|
78 |
|
80 |
* [fix] Labels for all checkboxes
|
81 |
* [update] HTML dashboard code cleanup
|
82 |
|
|
|
|
|
|
|
|
|
|
|
83 |
= AdRotate Professional 5.8.13 =
|
84 |
* [fix] Disabled AMP group option
|
85 |
* [new] Assets now list generated reports
|