Version Description
Enjoy this latest 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.6 |
Comparing to | |
See all releases |
Code changes from version 5.8.5 to 5.8.6
- adrotate-functions.php +109 -0
- adrotate-manage-publisher.php +120 -9
- adrotate-output.php +14 -10
- adrotate.php +7 -5
- dashboard/adrotatepro.php +29 -29
- dashboard/info.php +35 -64
- dashboard/publisher/media.php +38 -15
- dashboard/settings/notifications.php +0 -7
- images/offers/inmotionhosting-vps.jpg +0 -0
- images/offers/namecheap-ssl.jpg +0 -0
- language/adrotate-de_DE.mo +0 -0
- language/adrotate-de_DE.po +237 -229
- language/adrotate-fr_FR.mo +0 -0
- language/adrotate-fr_FR.po +235 -232
- language/adrotate-it_IT.mo +0 -0
- language/adrotate-it_IT.po +237 -234
- language/adrotate-nl_NL.mo +0 -0
- language/adrotate-nl_NL.po +233 -225
- language/adrotate-pl_PL.mo +0 -0
- language/adrotate-pl_PL.po +230 -231
- language/adrotate.pot +169 -181
- readme.txt +27 -29
adrotate-functions.php
CHANGED
@@ -466,6 +466,20 @@ function adrotate_apply_jetpack_photon($image) {
|
|
466 |
}
|
467 |
}
|
468 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
469 |
/*-------------------------------------------------------------
|
470 |
Name: adrotate_get_sorted_roles
|
471 |
Purpose: Returns all roles and capabilities, sorted by user level. Lowest to highest.
|
@@ -654,6 +668,89 @@ function adrotate_subfolder_contents($asset_folder, $level = 1) {
|
|
654 |
return $index;
|
655 |
}
|
656 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
657 |
/*-------------------------------------------------------------
|
658 |
Name: adrotate_return
|
659 |
Purpose: Internal redirects
|
@@ -697,6 +794,10 @@ function adrotate_status($status, $args = null) {
|
|
697 |
echo '<div id="message" class="updated"><p>'. __('Group saved', 'adrotate') .'</p></div>';
|
698 |
break;
|
699 |
|
|
|
|
|
|
|
|
|
700 |
case '203' :
|
701 |
echo '<div id="message" class="updated"><p>'. __('Ad(s) deleted', 'adrotate') .'</p></div>';
|
702 |
break;
|
@@ -705,6 +806,14 @@ function adrotate_status($status, $args = null) {
|
|
705 |
echo '<div id="message" class="updated"><p>'. __('Group deleted', 'adrotate') .'</p></div>';
|
706 |
break;
|
707 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
708 |
case '208' :
|
709 |
echo '<div id="message" class="updated"><p>'. __('Ad(s) statistics reset', 'adrotate') .'</p></div>';
|
710 |
break;
|
466 |
}
|
467 |
}
|
468 |
|
469 |
+
/*-------------------------------------------------------------
|
470 |
+
Name: adrotate_sanitize_file_name
|
471 |
+
Purpose: Clean up file names of files that are being uploaded.
|
472 |
+
Since: 3.11.3
|
473 |
+
-------------------------------------------------------------*/
|
474 |
+
function adrotate_sanitize_file_name($filename) {
|
475 |
+
$filename_raw = $filename;
|
476 |
+
$special_chars = array("?", "[", "]", "/", "\\", "=", "<", ">", ":", ";", ",", "'", "\"", "&", "$", "#", "*", "(", ")", "|", "~", "`", "!", "{", "}");
|
477 |
+
$filename = str_replace($special_chars, '', $filename);
|
478 |
+
$filename = preg_replace('/[\s-]+/', '-', $filename);
|
479 |
+
$filename = strtolower(trim($filename, '.-_'));
|
480 |
+
return $filename;
|
481 |
+
}
|
482 |
+
|
483 |
/*-------------------------------------------------------------
|
484 |
Name: adrotate_get_sorted_roles
|
485 |
Purpose: Returns all roles and capabilities, sorted by user level. Lowest to highest.
|
668 |
return $index;
|
669 |
}
|
670 |
|
671 |
+
/*-------------------------------------------------------------
|
672 |
+
Name: adrotate_mediapage_folder_contents
|
673 |
+
Purpose: List sub-folder contents for media manager
|
674 |
+
Since: 4.9
|
675 |
+
-------------------------------------------------------------*/
|
676 |
+
function adrotate_mediapage_folder_contents($asset_folder, $level = 1) {
|
677 |
+
$index = $assets = array();
|
678 |
+
|
679 |
+
// Read Banner folder
|
680 |
+
if($handle = opendir($asset_folder)) {
|
681 |
+
while(false !== ($file = readdir($handle))) {
|
682 |
+
if($file != "." AND $file != ".." AND $file != "index.php" AND $file != ".DS_Store") {
|
683 |
+
$assets[] = $file;
|
684 |
+
}
|
685 |
+
}
|
686 |
+
closedir($handle);
|
687 |
+
|
688 |
+
if(count($assets) > 0) {
|
689 |
+
$new_level = $level + 1;
|
690 |
+
$extensions = array('jpg', 'jpeg', 'gif', 'png', 'svg', 'swf', 'flv', 'html', 'htm', 'js');
|
691 |
+
|
692 |
+
foreach($assets as $key => $asset) {
|
693 |
+
$fileinfo = pathinfo($asset);
|
694 |
+
unset($fileinfo['dirname']);
|
695 |
+
if(is_dir($asset_folder.'/'.$asset)) { // Read subfolder
|
696 |
+
if($level <= 2) { // Not to deep
|
697 |
+
$fileinfo['contents'] = adrotate_mediapage_folder_contents($asset_folder.'/'.$asset, $new_level);
|
698 |
+
$index[] = $fileinfo;
|
699 |
+
}
|
700 |
+
} else { // It's a file
|
701 |
+
if(in_array($fileinfo['extension'], $extensions)) {
|
702 |
+
$index[] = $fileinfo;
|
703 |
+
}
|
704 |
+
}
|
705 |
+
unset($fileinfo);
|
706 |
+
}
|
707 |
+
unset($level, $new_level);
|
708 |
+
}
|
709 |
+
}
|
710 |
+
|
711 |
+
return $index;
|
712 |
+
}
|
713 |
+
|
714 |
+
/*-------------------------------------------------------------
|
715 |
+
Name: adrotate_unlink
|
716 |
+
|
717 |
+
Purpose: Delete a file or folder from the banners folder
|
718 |
+
Receive: $file
|
719 |
+
Return: boolean
|
720 |
+
Since: 4.9
|
721 |
+
-------------------------------------------------------------*/
|
722 |
+
function adrotate_unlink($asset) {
|
723 |
+
global $adrotate_config;
|
724 |
+
|
725 |
+
$access_type = get_filesystem_method();
|
726 |
+
if($access_type === 'direct') {
|
727 |
+
$credentials = request_filesystem_credentials(site_url().'/wp-admin/', '', false, false, array());
|
728 |
+
|
729 |
+
if(!WP_Filesystem($credentials)) {
|
730 |
+
return false;
|
731 |
+
}
|
732 |
+
|
733 |
+
global $wp_filesystem;
|
734 |
+
|
735 |
+
$path = WP_CONTENT_DIR."/".$adrotate_config['banner_folder']."/".$asset;
|
736 |
+
if(!is_dir($path)) { // It's a file
|
737 |
+
if(unlink($path)) {
|
738 |
+
return true;
|
739 |
+
} else {
|
740 |
+
return false;
|
741 |
+
}
|
742 |
+
} else { // It's a folder
|
743 |
+
if($wp_filesystem->rmdir($path, true)) {
|
744 |
+
return true;
|
745 |
+
} else {
|
746 |
+
return false;
|
747 |
+
}
|
748 |
+
}
|
749 |
+
} else {
|
750 |
+
return false;
|
751 |
+
}
|
752 |
+
}
|
753 |
+
|
754 |
/*-------------------------------------------------------------
|
755 |
Name: adrotate_return
|
756 |
Purpose: Internal redirects
|
794 |
echo '<div id="message" class="updated"><p>'. __('Group saved', 'adrotate') .'</p></div>';
|
795 |
break;
|
796 |
|
797 |
+
case '202' :
|
798 |
+
echo '<div id="message" class="updated"><p>'. __('Banner image saved', 'adrotate') .'</p></div>';
|
799 |
+
break;
|
800 |
+
|
801 |
case '203' :
|
802 |
echo '<div id="message" class="updated"><p>'. __('Ad(s) deleted', 'adrotate') .'</p></div>';
|
803 |
break;
|
806 |
echo '<div id="message" class="updated"><p>'. __('Group deleted', 'adrotate') .'</p></div>';
|
807 |
break;
|
808 |
|
809 |
+
case '206' :
|
810 |
+
echo '<div id="message" class="updated"><p>'. __('Asset(s) deleted', 'adrotate') .'</p></div>';
|
811 |
+
break;
|
812 |
+
|
813 |
+
case '207' :
|
814 |
+
echo '<div id="message" class="updated"><p>'. __('Something went wrong deleting the file or folder. Make sure your permissions are in order.', 'adrotate') .'</p></div>';
|
815 |
+
break;
|
816 |
+
|
817 |
case '208' :
|
818 |
echo '<div id="message" class="updated"><p>'. __('Ad(s) statistics reset', 'adrotate') .'</p></div>';
|
819 |
break;
|
adrotate-manage-publisher.php
CHANGED
@@ -421,6 +421,126 @@ function adrotate_insert_group() {
|
|
421 |
}
|
422 |
}
|
423 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
424 |
/*-------------------------------------------------------------
|
425 |
Name: adrotate_request_action
|
426 |
Purpose: Prepare action for banner or group from database
|
@@ -694,21 +814,12 @@ function adrotate_options_submit() {
|
|
694 |
|
695 |
// Turn options off. Available in AdRotate Pro only
|
696 |
$notifications['notification_email'] = 'N';
|
697 |
-
$notifications['notification_push'] = 'N';
|
698 |
$notifications['notification_email_publisher'] = array(get_option('admin_email'));
|
699 |
-
$notifications['notification_email_advertiser'] = array(get_option('admin_email'));
|
700 |
$notifications['notification_mail_geo'] = 'N';
|
701 |
$notifications['notification_mail_status'] = 'N';
|
702 |
$notifications['notification_mail_queue'] = 'N';
|
703 |
$notifications['notification_mail_approved'] = 'N';
|
704 |
$notifications['notification_mail_rejected'] = 'N';
|
705 |
-
$notifications['notification_push_user'] = '';
|
706 |
-
$notifications['notification_push_api'] = '';
|
707 |
-
$notifications['notification_push_geo'] = 'N';
|
708 |
-
$notifications['notification_push_status'] = 'N';
|
709 |
-
$notifications['notification_push_queue'] = 'N';
|
710 |
-
$notifications['notification_push_approved'] = 'N';
|
711 |
-
$notifications['notification_push_rejected'] = 'N';
|
712 |
|
713 |
update_option('adrotate_notifications', $notifications);
|
714 |
}
|
421 |
}
|
422 |
}
|
423 |
|
424 |
+
|
425 |
+
/*-------------------------------------------------------------
|
426 |
+
Name: adrotate_insert_media
|
427 |
+
Purpose: Prepare input form on saving new or updated banners
|
428 |
+
Since: 0.1
|
429 |
+
-------------------------------------------------------------*/
|
430 |
+
function adrotate_insert_media() {
|
431 |
+
global $wpdb, $adrotate_config;
|
432 |
+
|
433 |
+
if(wp_verify_nonce($_POST['adrotate_nonce'], 'adrotate_save_media')) {
|
434 |
+
if(current_user_can('adrotate_ad_manage')) {
|
435 |
+
|
436 |
+
if($_FILES["adrotate_image"]["size"] > 0 AND $_FILES["adrotate_image"]["size"] <= 512000) {
|
437 |
+
$allowedExts = array("jpg", "jpeg", "gif", "png", "html", "js", "svg", "zip");
|
438 |
+
$filename = adrotate_sanitize_file_name($_FILES["adrotate_image"]["name"]);
|
439 |
+
$extension = explode(".", $filename);
|
440 |
+
$extension = end($extension);
|
441 |
+
$location = esc_attr($_POST['adrotate_image_location']);
|
442 |
+
$image_path = WP_CONTENT_DIR."/".$location."/";
|
443 |
+
|
444 |
+
if(
|
445 |
+
(
|
446 |
+
//Images
|
447 |
+
$_FILES["adrotate_image"]["type"] == "image/gif"
|
448 |
+
OR $_FILES["adrotate_image"]["type"] == "image/jpeg"
|
449 |
+
OR $_FILES["adrotate_image"]["type"] == "image/pjpeg"
|
450 |
+
OR $_FILES["adrotate_image"]["type"] == "image/jpg"
|
451 |
+
OR $_FILES["adrotate_image"]["type"] == "image/png"
|
452 |
+
OR $_FILES["adrotate_image"]["type"] == "image/svg+xml"
|
453 |
+
|
454 |
+
// HTML5 Assets
|
455 |
+
OR $_FILES["adrotate_image"]["type"] == "text/html"
|
456 |
+
OR $_FILES["adrotate_image"]["type"] == "application/x-javascript"
|
457 |
+
OR $_FILES["adrotate_image"]["type"] == "application/javascript"
|
458 |
+
OR $_FILES["adrotate_image"]["type"] == "text/javascript"
|
459 |
+
|
460 |
+
// Zip files
|
461 |
+
OR $_FILES["adrotate_image"]["type"] == "application/zip"
|
462 |
+
)
|
463 |
+
AND in_array($extension, $allowedExts)
|
464 |
+
) {
|
465 |
+
if ($_FILES["adrotate_image"]["error"] > 0) {
|
466 |
+
if($_FILES["adrotate_image"]["error"] == 1 OR $_FILES["adrotate_image"]["error"] == 2) $errorcode = 511;
|
467 |
+
else if($_FILES["adrotate_image"]["error"] == 3) $errorcode = 506;
|
468 |
+
else if($_FILES["adrotate_image"]["error"] == 4) $errorcode = 506;
|
469 |
+
else if($_FILES["adrotate_image"]["error"] == 6 OR $_FILES["adrotate_image"]["error"] == 7) $errorcode = 506;
|
470 |
+
else $errorcode = '';
|
471 |
+
adrotate_return('adrotate-media', $errorcode); // Other error
|
472 |
+
} else {
|
473 |
+
if(!move_uploaded_file($_FILES["adrotate_image"]["tmp_name"], $image_path.$filename)) {
|
474 |
+
adrotate_return('adrotate-media', 506); // Upload error
|
475 |
+
}
|
476 |
+
|
477 |
+
if($_FILES["adrotate_image"]["type"] == "application/zip" AND $extension == "zip") {
|
478 |
+
require_once(ABSPATH .'/wp-admin/includes/file.php');
|
479 |
+
|
480 |
+
$creds = request_filesystem_credentials(wp_nonce_url('admin.php?page=adrotate-media'), '', false, $image_path, null);
|
481 |
+
if(!WP_Filesystem($creds)) {
|
482 |
+
request_filesystem_credentials(wp_nonce_url('admin.php?page=adrotate-media'), '', true, $image_path, null);
|
483 |
+
|
484 |
+
$unzipfile = unzip_file($image_path.$filename, $image_path);
|
485 |
+
if(is_wp_error($unzipfile)) {
|
486 |
+
adrotate_return('adrotate-media', 512); // Can not unzip file
|
487 |
+
}
|
488 |
+
}
|
489 |
+
|
490 |
+
// Delete the uploaded zip
|
491 |
+
adrotate_unlink($filename);
|
492 |
+
}
|
493 |
+
|
494 |
+
adrotate_return('adrotate-media', 202); // Success
|
495 |
+
}
|
496 |
+
} else {
|
497 |
+
adrotate_return('adrotate-media', 510); // Filetype
|
498 |
+
}
|
499 |
+
} else {
|
500 |
+
adrotate_return('adrotate-media', 511); // Size
|
501 |
+
}
|
502 |
+
} else {
|
503 |
+
adrotate_return('adrotate-media', 500); // No access/permission
|
504 |
+
}
|
505 |
+
} else {
|
506 |
+
adrotate_nonce_error();
|
507 |
+
exit;
|
508 |
+
}
|
509 |
+
}
|
510 |
+
|
511 |
+
/*-------------------------------------------------------------
|
512 |
+
Name: adrotate_insert_folder
|
513 |
+
Purpose: Create a folder
|
514 |
+
Since: 5.8.6
|
515 |
+
-------------------------------------------------------------*/
|
516 |
+
function adrotate_insert_folder() {
|
517 |
+
global $adrotate_config;
|
518 |
+
|
519 |
+
if(wp_verify_nonce($_POST['adrotate_nonce'], 'adrotate_save_media')) {
|
520 |
+
if(current_user_can('adrotate_ad_manage')) {
|
521 |
+
|
522 |
+
$folder = (isset($_POST['adrotate_folder'])) ? esc_attr(strip_tags(trim($_POST['adrotate_folder']))) : '';
|
523 |
+
|
524 |
+
if(strlen($folder) > 0 and strlen($folder) <= 100) {
|
525 |
+
$folder = adrotate_sanitize_file_name($folder);
|
526 |
+
|
527 |
+
if(wp_mkdir_p(WP_CONTENT_DIR."/".$adrotate_config['banner_folder']."/".$folder)) {
|
528 |
+
adrotate_return('adrotate-media', 223); // Success
|
529 |
+
} else {
|
530 |
+
adrotate_return('adrotate-media', 516); // error
|
531 |
+
}
|
532 |
+
} else {
|
533 |
+
adrotate_return('adrotate-media', 515); // name length
|
534 |
+
}
|
535 |
+
} else {
|
536 |
+
adrotate_return('adrotate-media', 500); // No access/permission
|
537 |
+
}
|
538 |
+
} else {
|
539 |
+
adrotate_nonce_error();
|
540 |
+
exit;
|
541 |
+
}
|
542 |
+
}
|
543 |
+
|
544 |
/*-------------------------------------------------------------
|
545 |
Name: adrotate_request_action
|
546 |
Purpose: Prepare action for banner or group from database
|
814 |
|
815 |
// Turn options off. Available in AdRotate Pro only
|
816 |
$notifications['notification_email'] = 'N';
|
|
|
817 |
$notifications['notification_email_publisher'] = array(get_option('admin_email'));
|
|
|
818 |
$notifications['notification_mail_geo'] = 'N';
|
819 |
$notifications['notification_mail_status'] = 'N';
|
820 |
$notifications['notification_mail_queue'] = 'N';
|
821 |
$notifications['notification_mail_approved'] = 'N';
|
822 |
$notifications['notification_mail_rejected'] = 'N';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
823 |
|
824 |
update_option('adrotate_notifications', $notifications);
|
825 |
}
|
adrotate-output.php
CHANGED
@@ -14,12 +14,14 @@
|
|
14 |
Purpose: Show requested ad
|
15 |
Since: 3.0
|
16 |
-------------------------------------------------------------*/
|
17 |
-
function adrotate_ad($banner_id, $
|
18 |
global $wpdb, $adrotate_config;
|
19 |
|
20 |
$output = '';
|
21 |
|
22 |
if($banner_id) {
|
|
|
|
|
23 |
$banner = $wpdb->get_row($wpdb->prepare("SELECT `id`, `title`, `bannercode`, `tracker`, `image` FROM `{$wpdb->prefix}adrotate` WHERE `id` = %d AND (`type` = 'active' OR `type` = '2days' OR `type` = '7days');", $banner_id));
|
24 |
|
25 |
if($banner) {
|
@@ -32,9 +34,9 @@ function adrotate_ad($banner_id, $individual = true, $group = null, $site = 0) {
|
|
32 |
if($selected) {
|
33 |
$image = str_replace('%folder%', $adrotate_config['banner_folder'], $banner->image);
|
34 |
|
35 |
-
|
36 |
$output .= adrotate_ad_output($banner->id, 0, $banner->title, $banner->bannercode, $banner->tracker, $image);
|
37 |
-
|
38 |
|
39 |
if($adrotate_config['stats'] == 1) {
|
40 |
adrotate_count_impression($banner->id, 0, 0);
|
@@ -55,11 +57,13 @@ function adrotate_ad($banner_id, $individual = true, $group = null, $site = 0) {
|
|
55 |
Purpose: Fetch ads in specified group(s) and show a random ad
|
56 |
Since: 3.0
|
57 |
-------------------------------------------------------------*/
|
58 |
-
function adrotate_group($group_ids, $
|
59 |
global $wpdb, $adrotate_config;
|
60 |
|
61 |
$output = $group_select = '';
|
62 |
if($group_ids) {
|
|
|
|
|
63 |
$now = adrotate_now();
|
64 |
|
65 |
$group_array = (preg_match('/,/is', $group_ids)) ? explode(",", $group_ids) : array($group_ids);
|
@@ -201,18 +205,18 @@ function adrotate_group($group_ids, $fallback = 0, $weight = 0, $site = 0) {
|
|
201 |
function adrotate_shortcode($atts, $content = null) {
|
202 |
global $adrotate_config;
|
203 |
|
204 |
-
$banner_id = $
|
205 |
-
|
206 |
-
if(!empty($atts['group'])) $group_ids = trim($atts['group'], "\r\t ");
|
207 |
if(!empty($atts['fallback'])) $fallback = 0; // Not supported in free version
|
208 |
if(!empty($atts['weight'])) $weight = 0; // Not supported in free version
|
209 |
if(!empty($atts['site'])) $site = 0; // Not supported in free version
|
|
|
210 |
|
211 |
$output = '';
|
212 |
if($adrotate_config['w3caching'] == "Y") {
|
213 |
$output .= '<!-- mfunc '.W3TC_DYNAMIC_SECURITY.' -->';
|
214 |
if($banner_id > 0 AND ($group_ids == 0 OR $group_ids > 0)) { // Show one Ad
|
215 |
-
$output .= 'echo adrotate_ad('.$banner_id.'
|
216 |
}
|
217 |
if($banner_id == 0 AND $group_ids > 0) { // Show group
|
218 |
$output .= 'echo adrotate_group('.$group_ids.');';
|
@@ -224,7 +228,7 @@ function adrotate_shortcode($atts, $content = null) {
|
|
224 |
|
225 |
$output .= '<!--[borlabs cache start: '.$borlabsphrase.']--> ';
|
226 |
if($banner_id > 0 AND ($group_ids == 0 OR $group_ids > 0)) { // Show one Ad
|
227 |
-
$output .= 'echo adrotate_ad('.$banner_id.'
|
228 |
}
|
229 |
if($banner_id == 0 AND $group_ids > 0) { // Show group
|
230 |
$output .= 'echo adrotate_group('.$group_ids.');';
|
@@ -235,7 +239,7 @@ function adrotate_shortcode($atts, $content = null) {
|
|
235 |
}
|
236 |
} else {
|
237 |
if($banner_id > 0 AND ($group_ids == 0 OR $group_ids > 0)) { // Show one Ad
|
238 |
-
$output .= adrotate_ad($banner_id
|
239 |
}
|
240 |
|
241 |
if($banner_id == 0 AND $group_ids > 0) { // Show group
|
14 |
Purpose: Show requested ad
|
15 |
Since: 3.0
|
16 |
-------------------------------------------------------------*/
|
17 |
+
function adrotate_ad($banner_id, $opt = null) {
|
18 |
global $wpdb, $adrotate_config;
|
19 |
|
20 |
$output = '';
|
21 |
|
22 |
if($banner_id) {
|
23 |
+
$options = wp_parse_args($opt, array());
|
24 |
+
|
25 |
$banner = $wpdb->get_row($wpdb->prepare("SELECT `id`, `title`, `bannercode`, `tracker`, `image` FROM `{$wpdb->prefix}adrotate` WHERE `id` = %d AND (`type` = 'active' OR `type` = '2days' OR `type` = '7days');", $banner_id));
|
26 |
|
27 |
if($banner) {
|
34 |
if($selected) {
|
35 |
$image = str_replace('%folder%', $adrotate_config['banner_folder'], $banner->image);
|
36 |
|
37 |
+
$output .= '<div class="a-single a-'.$banner->id.'">';
|
38 |
$output .= adrotate_ad_output($banner->id, 0, $banner->title, $banner->bannercode, $banner->tracker, $image);
|
39 |
+
$output .= '</div>';
|
40 |
|
41 |
if($adrotate_config['stats'] == 1) {
|
42 |
adrotate_count_impression($banner->id, 0, 0);
|
57 |
Purpose: Fetch ads in specified group(s) and show a random ad
|
58 |
Since: 3.0
|
59 |
-------------------------------------------------------------*/
|
60 |
+
function adrotate_group($group_ids, $opt = null) {
|
61 |
global $wpdb, $adrotate_config;
|
62 |
|
63 |
$output = $group_select = '';
|
64 |
if($group_ids) {
|
65 |
+
$options = wp_parse_args($opt, array());
|
66 |
+
|
67 |
$now = adrotate_now();
|
68 |
|
69 |
$group_array = (preg_match('/,/is', $group_ids)) ? explode(",", $group_ids) : array($group_ids);
|
205 |
function adrotate_shortcode($atts, $content = null) {
|
206 |
global $adrotate_config;
|
207 |
|
208 |
+
$banner_id = (!empty($atts['banner'])) ? trim($atts['banner'], "\r\t ") : 0;
|
209 |
+
$group_ids = (!empty($atts['group'])) ? trim($atts['group'], "\r\t ") : 0;
|
|
|
210 |
if(!empty($atts['fallback'])) $fallback = 0; // Not supported in free version
|
211 |
if(!empty($atts['weight'])) $weight = 0; // Not supported in free version
|
212 |
if(!empty($atts['site'])) $site = 0; // Not supported in free version
|
213 |
+
if(!empty($atts['wrapper'])) $wrapper = 0; // Not supported in free version
|
214 |
|
215 |
$output = '';
|
216 |
if($adrotate_config['w3caching'] == "Y") {
|
217 |
$output .= '<!-- mfunc '.W3TC_DYNAMIC_SECURITY.' -->';
|
218 |
if($banner_id > 0 AND ($group_ids == 0 OR $group_ids > 0)) { // Show one Ad
|
219 |
+
$output .= 'echo adrotate_ad('.$banner_id.');';
|
220 |
}
|
221 |
if($banner_id == 0 AND $group_ids > 0) { // Show group
|
222 |
$output .= 'echo adrotate_group('.$group_ids.');';
|
228 |
|
229 |
$output .= '<!--[borlabs cache start: '.$borlabsphrase.']--> ';
|
230 |
if($banner_id > 0 AND ($group_ids == 0 OR $group_ids > 0)) { // Show one Ad
|
231 |
+
$output .= 'echo adrotate_ad('.$banner_id.');';
|
232 |
}
|
233 |
if($banner_id == 0 AND $group_ids > 0) { // Show group
|
234 |
$output .= 'echo adrotate_group('.$group_ids.');';
|
239 |
}
|
240 |
} else {
|
241 |
if($banner_id > 0 AND ($group_ids == 0 OR $group_ids > 0)) { // Show one Ad
|
242 |
+
$output .= adrotate_ad($banner_id);
|
243 |
}
|
244 |
|
245 |
if($banner_id == 0 AND $group_ids > 0) { // Show group
|
adrotate.php
CHANGED
@@ -6,7 +6,7 @@ Author: Arnan de Gans
|
|
6 |
Author URI: https://www.arnan.me/?pk_campaign=adrotatefree&pk_keyword=plugin_info
|
7 |
Description: Monetise 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 |
|
@@ -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__);
|
@@ -32,7 +32,7 @@ include_once($plugin_folder.'/adrotate-setup.php');
|
|
32 |
include_once($plugin_folder.'/adrotate-manage-publisher.php');
|
33 |
include_once($plugin_folder.'/adrotate-functions.php');
|
34 |
include_once($plugin_folder.'/adrotate-statistics.php');
|
35 |
-
|
36 |
include_once($plugin_folder.'/adrotate-output.php');
|
37 |
include_once($plugin_folder.'/adrotate-widget.php');
|
38 |
/*-----------------------------------------------------------*/
|
@@ -83,6 +83,8 @@ if(is_admin()) {
|
|
83 |
if(isset($_POST['adrotate_generate_submit'])) add_action('init', 'adrotate_generate_input');
|
84 |
if(isset($_POST['adrotate_ad_submit'])) add_action('init', 'adrotate_insert_input');
|
85 |
if(isset($_POST['adrotate_group_submit'])) add_action('init', 'adrotate_insert_group');
|
|
|
|
|
86 |
if(isset($_POST['adrotate_action_submit'])) add_action('init', 'adrotate_request_action');
|
87 |
if(isset($_POST['adrotate_disabled_action_submit'])) add_action('init', 'adrotate_request_action');
|
88 |
if(isset($_POST['adrotate_error_action_submit'])) add_action('init', 'adrotate_request_action');
|
@@ -101,7 +103,7 @@ function adrotate_dashboard() {
|
|
101 |
|
102 |
add_menu_page('AdRotate', 'AdRotate', 'adrotate_ad_manage', 'adrotate', 'adrotate_info', plugins_url('/images/icon-menu.png', __FILE__), '25.8');
|
103 |
$adrotate_page = add_submenu_page('adrotate', 'AdRotate · '.__('General Info', 'adrotate'), __('General Info', 'adrotate'), 'adrotate_ad_manage', 'adrotate', 'adrotate_info');
|
104 |
-
$adrotate_pro = add_submenu_page('adrotate', 'AdRotate · '.__('AdRotate Pro', 'adrotate'), __('AdRotate Pro', 'adrotate'), 'adrotate_ad_manage', 'adrotate-pro', 'adrotate_pro');
|
105 |
$adrotate_adverts = add_submenu_page('adrotate', 'AdRotate · '.__('Manage Adverts', 'adrotate'), __('Manage Adverts', 'adrotate'), 'adrotate_ad_manage', 'adrotate-ads', 'adrotate_manage');
|
106 |
$adrotate_groups = add_submenu_page('adrotate', 'AdRotate · '.__('Manage Groups', 'adrotate'), __('Manage Groups', 'adrotate'), 'adrotate_group_manage', 'adrotate-groups', 'adrotate_manage_group');
|
107 |
$adrotate_schedules = add_submenu_page('adrotate', 'AdRotate · '.__('Manage Schedules', 'adrotate'), __('Manage Schedules', 'adrotate'), 'adrotate_ad_manage', 'adrotate-schedules', 'adrotate_manage_schedules');
|
@@ -443,7 +445,7 @@ function adrotate_manage_media() {
|
|
443 |
|
444 |
<?php if($status > 0) adrotate_status($status); ?>
|
445 |
|
446 |
-
<p><?php _e('Upload images to the AdRotate Pro banners folder from here. This is useful if you have HTML5 adverts containing multiple files.', 'adrotate');
|
447 |
|
448 |
<?php
|
449 |
include("dashboard/publisher/media.php");
|
6 |
Author URI: https://www.arnan.me/?pk_campaign=adrotatefree&pk_keyword=plugin_info
|
7 |
Description: Monetise your website with adverts while keeping things simple. Start making money today!
|
8 |
Text Domain: adrotate
|
9 |
+
Version: 5.8.6
|
10 |
License: GPLv3
|
11 |
*/
|
12 |
|
21 |
------------------------------------------------------------------------------------ */
|
22 |
|
23 |
/*--- AdRotate values ---------------------------------------*/
|
24 |
+
define("ADROTATE_DISPLAY", '5.8.6');
|
25 |
define("ADROTATE_VERSION", 399);
|
26 |
define("ADROTATE_DB_VERSION", 66);
|
27 |
$plugin_folder = plugin_dir_path(__FILE__);
|
32 |
include_once($plugin_folder.'/adrotate-manage-publisher.php');
|
33 |
include_once($plugin_folder.'/adrotate-functions.php');
|
34 |
include_once($plugin_folder.'/adrotate-statistics.php');
|
35 |
+
include_once($plugin_folder.'/adrotate-portability.php');
|
36 |
include_once($plugin_folder.'/adrotate-output.php');
|
37 |
include_once($plugin_folder.'/adrotate-widget.php');
|
38 |
/*-----------------------------------------------------------*/
|
83 |
if(isset($_POST['adrotate_generate_submit'])) add_action('init', 'adrotate_generate_input');
|
84 |
if(isset($_POST['adrotate_ad_submit'])) add_action('init', 'adrotate_insert_input');
|
85 |
if(isset($_POST['adrotate_group_submit'])) add_action('init', 'adrotate_insert_group');
|
86 |
+
if(isset($_POST['adrotate_media_submit'])) add_action('init', 'adrotate_insert_media');
|
87 |
+
if(isset($_POST['adrotate_folder_submit'])) add_action('init', 'adrotate_insert_folder');
|
88 |
if(isset($_POST['adrotate_action_submit'])) add_action('init', 'adrotate_request_action');
|
89 |
if(isset($_POST['adrotate_disabled_action_submit'])) add_action('init', 'adrotate_request_action');
|
90 |
if(isset($_POST['adrotate_error_action_submit'])) add_action('init', 'adrotate_request_action');
|
103 |
|
104 |
add_menu_page('AdRotate', 'AdRotate', 'adrotate_ad_manage', 'adrotate', 'adrotate_info', plugins_url('/images/icon-menu.png', __FILE__), '25.8');
|
105 |
$adrotate_page = add_submenu_page('adrotate', 'AdRotate · '.__('General Info', 'adrotate'), __('General Info', 'adrotate'), 'adrotate_ad_manage', 'adrotate', 'adrotate_info');
|
106 |
+
$adrotate_pro = add_submenu_page('adrotate', 'AdRotate · '.__('Get AdRotate Pro', 'adrotate'), __('Get AdRotate Pro', 'adrotate'), 'adrotate_ad_manage', 'adrotate-pro', 'adrotate_pro');
|
107 |
$adrotate_adverts = add_submenu_page('adrotate', 'AdRotate · '.__('Manage Adverts', 'adrotate'), __('Manage Adverts', 'adrotate'), 'adrotate_ad_manage', 'adrotate-ads', 'adrotate_manage');
|
108 |
$adrotate_groups = add_submenu_page('adrotate', 'AdRotate · '.__('Manage Groups', 'adrotate'), __('Manage Groups', 'adrotate'), 'adrotate_group_manage', 'adrotate-groups', 'adrotate_manage_group');
|
109 |
$adrotate_schedules = add_submenu_page('adrotate', 'AdRotate · '.__('Manage Schedules', 'adrotate'), __('Manage Schedules', 'adrotate'), 'adrotate_ad_manage', 'adrotate-schedules', 'adrotate_manage_schedules');
|
445 |
|
446 |
<?php if($status > 0) adrotate_status($status); ?>
|
447 |
|
448 |
+
<p><?php _e('Upload images to the AdRotate Pro banners folder from here. This is useful if you have HTML5 adverts containing multiple files.', 'adrotate'); ?></p>
|
449 |
|
450 |
<?php
|
451 |
include("dashboard/publisher/media.php");
|
dashboard/adrotatepro.php
CHANGED
@@ -11,6 +11,35 @@
|
|
11 |
?>
|
12 |
|
13 |
<div id="dashboard-widgets-wrap">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
<div id="dashboard-widgets" class="metabox-holder">
|
15 |
<div id="left-column" class="ajdg-postbox-container">
|
16 |
|
@@ -84,35 +113,6 @@
|
|
84 |
</div>
|
85 |
</div>
|
86 |
|
87 |
-
<div class="clear"></div>
|
88 |
-
|
89 |
-
<div style="text-align: center; margin-top: 30px;">
|
90 |
-
<div class="ajdg-sales-widget" style="display: inline-block; margin-right:20px; width: 230px;">
|
91 |
-
<a href="https://ajdg.solutions/product/adrotate-pro-single/?pk_campaign=adrotatefree&pk_keyword=adrotatepro_page" target="_blank"><div class="header"><img src="<?php echo plugins_url("/images/pro/single.jpg", dirname(__FILE__)); ?>" alt="WordPress Maintenance & Updates" width="228" height="120"></div></a>
|
92 |
-
<a href="https://ajdg.solutions/product/adrotate-pro-single/?pk_campaign=adrotatefree&pk_keyword=adrotatepro_page" target="_blank"><div class="title">AdRotate Professional</div></a>
|
93 |
-
<div class="sub_title">Use on 1 website<br /><a href="https://ajdg.solutions/product/adrotate-pro-single/?pk_campaign=adrotatefree&pk_keyword=adrotatepro_page" target="_blank">More information</a></div>
|
94 |
-
<div class="cta"><a role="button" class="cta_button" href="https://ajdg.solutions/?add-to-cart=1124&pk_campaign=adrotatefree&pk_keyword=adrotatepro_page" target="_blank">Buy now for € 39</a></div>
|
95 |
-
</div>
|
96 |
-
<div class="ajdg-sales-widget" style="display: inline-block; margin-right:20px; width: 230px;">
|
97 |
-
<a href="https://ajdg.solutions/product/adrotate-pro-duo/?pk_campaign=adrotatefree&pk_keyword=adrotatepro_page" target="_blank"><div class="header"><img src="<?php echo plugins_url("/images/pro/duo.jpg", dirname(__FILE__)); ?>" alt="WordPress Maintenance & Updates" width="228" height="120"></div></a>
|
98 |
-
<a href="https://ajdg.solutions/product/adrotate-pro-duo/?pk_campaign=adrotatefree&pk_keyword=adrotatepro_page" target="_blank"><div class="title">AdRotate Professional</div></a>
|
99 |
-
<div class="sub_title">Use on 2 websites<br /><a href="https://ajdg.solutions/product/adrotate-pro-duo/?pk_campaign=adrotatefree&pk_keyword=adrotatepro_page" target="_blank">More information</a></div>
|
100 |
-
<div class="cta"><a role="button" class="cta_button" href="https://ajdg.solutions/?add-to-cart=1126&pk_campaign=adrotatefree&pk_keyword=adrotatepro_page" target="_blank">Buy now for € 49</a></div>
|
101 |
-
</div>
|
102 |
-
<div class="ajdg-sales-widget" style="display: inline-block; margin-right:20px; width: 230px;">
|
103 |
-
<a href="https://ajdg.solutions/product/adrotate-pro-multi/?pk_campaign=adrotatefree&pk_keyword=adrotatepro_page" target="_blank"><div class="header"><img src="<?php echo plugins_url("/images/pro/multi.jpg", dirname(__FILE__)); ?>" alt="WordPress Maintenance & Updates" width="228" height="120"></div></a>
|
104 |
-
<a href="https://ajdg.solutions/product/adrotate-pro-multi/?pk_campaign=adrotatefree&pk_keyword=adrotatepro_page" target="_blank"><div class="title">AdRotate Professional</div></a>
|
105 |
-
<div class="sub_title">Use on up-to 5 websites<br /><a href="https://ajdg.solutions/product/adrotate-pro-multi/?pk_campaign=adrotatefree&pk_keyword=adrotatepro_page" target="_blank">More information</a></div>
|
106 |
-
<div class="cta"><a role="button" class="cta_button" href="https://ajdg.solutions/?add-to-cart=1128&pk_campaign=adrotatefree&pk_keyword=adrotatepro_page" target="_blank">Buy now for € 99</a></div>
|
107 |
-
</div>
|
108 |
-
<div class="ajdg-sales-widget" style="display: inline-block; margin-right:20px; width: 230px;">
|
109 |
-
<a href="https://ajdg.solutions/product/adrotate-pro-developer/?pk_campaign=adrotatefree&pk_keyword=adrotatepro_page" target="_blank"><div class="header"><img src="<?php echo plugins_url("/images/pro/developer.jpg", dirname(__FILE__)); ?>" alt="WordPress Maintenance & Updates" width="228" height="120"></div></a>
|
110 |
-
<a href="https://ajdg.solutions/product/adrotate-pro-developer/?pk_campaign=adrotatefree&pk_keyword=adrotatepro_page" target="_blank"><div class="title">AdRotate Professional</div></a>
|
111 |
-
<div class="sub_title">Use on up-to 100 websites<br /><a href="https://ajdg.solutions/product/adrotate-pro-developer/?pk_campaign=adrotatefree&pk_keyword=adrotatepro_page" target="_blank">More information</a></div>
|
112 |
-
<div class="cta"><a role="button" class="cta_button" href="https://ajdg.solutions/?add-to-cart=1130&pk_campaign=adrotatefree&pk_keyword=adrotatepro_page" target="_blank">Buy now for € 199</a></div>
|
113 |
-
</div>
|
114 |
-
</div>
|
115 |
-
|
116 |
</div>
|
117 |
|
118 |
<div class="clear"></div>
|
11 |
?>
|
12 |
|
13 |
<div id="dashboard-widgets-wrap">
|
14 |
+
<div style="text-align: center; margin-top: 30px;">
|
15 |
+
<div class="ajdg-sales-widget" style="display: inline-block; margin-right:20px; width: 230px;">
|
16 |
+
<a href="https://ajdg.solutions/product/adrotate-pro-single/?pk_campaign=adrotatefree&pk_keyword=adrotatepro_page" target="_blank"><div class="header"><img src="<?php echo plugins_url("/images/pro/single.jpg", dirname(__FILE__)); ?>" alt="WordPress Maintenance & Updates" width="228" height="120"></div></a>
|
17 |
+
<a href="https://ajdg.solutions/product/adrotate-pro-single/?pk_campaign=adrotatefree&pk_keyword=adrotatepro_page" target="_blank"><div class="title">AdRotate Professional</div></a>
|
18 |
+
<div class="sub_title">Use on 1 website<br /><a href="https://ajdg.solutions/product/adrotate-pro-single/?pk_campaign=adrotatefree&pk_keyword=adrotatepro_page" target="_blank">More information</a></div>
|
19 |
+
<div class="cta"><a role="button" class="cta_button" href="https://ajdg.solutions/?add-to-cart=1124&pk_campaign=adrotatefree&pk_keyword=adrotatepro_page" target="_blank">Buy now for € 39</a></div>
|
20 |
+
</div>
|
21 |
+
<div class="ajdg-sales-widget" style="display: inline-block; margin-right:20px; width: 230px;">
|
22 |
+
<a href="https://ajdg.solutions/product/adrotate-pro-duo/?pk_campaign=adrotatefree&pk_keyword=adrotatepro_page" target="_blank"><div class="header"><img src="<?php echo plugins_url("/images/pro/duo.jpg", dirname(__FILE__)); ?>" alt="WordPress Maintenance & Updates" width="228" height="120"></div></a>
|
23 |
+
<a href="https://ajdg.solutions/product/adrotate-pro-duo/?pk_campaign=adrotatefree&pk_keyword=adrotatepro_page" target="_blank"><div class="title">AdRotate Professional</div></a>
|
24 |
+
<div class="sub_title">Use on 2 websites<br /><a href="https://ajdg.solutions/product/adrotate-pro-duo/?pk_campaign=adrotatefree&pk_keyword=adrotatepro_page" target="_blank">More information</a></div>
|
25 |
+
<div class="cta"><a role="button" class="cta_button" href="https://ajdg.solutions/?add-to-cart=1126&pk_campaign=adrotatefree&pk_keyword=adrotatepro_page" target="_blank">Buy now for € 49</a></div>
|
26 |
+
</div>
|
27 |
+
<div class="ajdg-sales-widget" style="display: inline-block; margin-right:20px; width: 230px;">
|
28 |
+
<a href="https://ajdg.solutions/product/adrotate-pro-multi/?pk_campaign=adrotatefree&pk_keyword=adrotatepro_page" target="_blank"><div class="header"><img src="<?php echo plugins_url("/images/pro/multi.jpg", dirname(__FILE__)); ?>" alt="WordPress Maintenance & Updates" width="228" height="120"></div></a>
|
29 |
+
<a href="https://ajdg.solutions/product/adrotate-pro-multi/?pk_campaign=adrotatefree&pk_keyword=adrotatepro_page" target="_blank"><div class="title">AdRotate Professional</div></a>
|
30 |
+
<div class="sub_title">Use on up-to 5 websites<br /><a href="https://ajdg.solutions/product/adrotate-pro-multi/?pk_campaign=adrotatefree&pk_keyword=adrotatepro_page" target="_blank">More information</a></div>
|
31 |
+
<div class="cta"><a role="button" class="cta_button" href="https://ajdg.solutions/?add-to-cart=1128&pk_campaign=adrotatefree&pk_keyword=adrotatepro_page" target="_blank">Buy now for € 99</a></div>
|
32 |
+
</div>
|
33 |
+
<div class="ajdg-sales-widget" style="display: inline-block; margin-right:20px; width: 230px;">
|
34 |
+
<a href="https://ajdg.solutions/product/adrotate-pro-developer/?pk_campaign=adrotatefree&pk_keyword=adrotatepro_page" target="_blank"><div class="header"><img src="<?php echo plugins_url("/images/pro/developer.jpg", dirname(__FILE__)); ?>" alt="WordPress Maintenance & Updates" width="228" height="120"></div></a>
|
35 |
+
<a href="https://ajdg.solutions/product/adrotate-pro-developer/?pk_campaign=adrotatefree&pk_keyword=adrotatepro_page" target="_blank"><div class="title">AdRotate Professional</div></a>
|
36 |
+
<div class="sub_title">Use on up-to 100 websites<br /><a href="https://ajdg.solutions/product/adrotate-pro-developer/?pk_campaign=adrotatefree&pk_keyword=adrotatepro_page" target="_blank">More information</a></div>
|
37 |
+
<div class="cta"><a role="button" class="cta_button" href="https://ajdg.solutions/?add-to-cart=1130&pk_campaign=adrotatefree&pk_keyword=adrotatepro_page" target="_blank">Buy now for € 199</a></div>
|
38 |
+
</div>
|
39 |
+
</div>
|
40 |
+
|
41 |
+
<div class="clear"></div>
|
42 |
+
|
43 |
<div id="dashboard-widgets" class="metabox-holder">
|
44 |
<div id="left-column" class="ajdg-postbox-container">
|
45 |
|
113 |
</div>
|
114 |
</div>
|
115 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
116 |
</div>
|
117 |
|
118 |
<div class="clear"></div>
|
dashboard/info.php
CHANGED
@@ -44,14 +44,45 @@ $data = get_option("adrotate_advert_status");
|
|
44 |
</div>
|
45 |
|
46 |
<div class="ajdg-postbox">
|
47 |
-
<h2 class="ajdg-postbox-title">
|
48 |
<div id="services" class="ajdg-postbox-content">
|
49 |
-
<p><strong>Your help is important</strong></p>
|
50 |
<p>Consider writing a review, sharing AdRotate in Social media or making a donation if you like the plugin or if you find it useful. Writing a review and sharing AdRotate on social media costs you nothing but doing so is super helpful as promotion which helps to ensure future development. Thank you for your consideration and support!</p>
|
51 |
|
52 |
<p><a href="https://twitter.com/intent/tweet?hashtags=wordpress%2Cplugin%2Cadvertising&related=arnandegans%2Cwordpress&text=I%20am%20using%20AdRotate%20for%20@WordPress.%20Check%20it%20out.&url=https%3A%2F%2Fwordpress.org/plugins/adrotate/" target="_blank" class="button-primary goosebox"><i class="icn-t"></i>Post Tweet</a> <a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwordpress.org%2Fplugins%2Fadrotate%2F&src=adrotate" target="_blank" class="button-primary goosebox"><i class="icn-fb"></i>Share on Facebook</a> <a class="button-primary" href="https://ajdg.solutions/go/donate/adrotatefree" target="_blank">Donate via Paypal</a> <a class="button" target="_blank" href="https://wordpress.org/support/plugin/adrotate/reviews/?rate=5#new-post">Write review on WordPress.org</a></p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
|
54 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
<p>Check out these and more services in more details on my website. I also make more plugins. If you like AdRotate - Maybe you like some of those as well. Take a look at the <a href="https://ajdg.solutions/plugins/?pk_campaign=adrotatefree&pk_keyword=info_page" target="_blank">plugins</a> and overall <a href="https://ajdg.solutions/pricing/?pk_campaign=adrotatefree&pk_keyword=info_page" target="_blank">pricing</a> page for more.</p>
|
56 |
<table width="100%">
|
57 |
<tr>
|
@@ -87,67 +118,7 @@ $data = get_option("adrotate_advert_status");
|
|
87 |
</td>
|
88 |
</tr>
|
89 |
</table>
|
90 |
-
|
91 |
-
</div>
|
92 |
-
|
93 |
-
</div>
|
94 |
-
<div id="right-column" class="ajdg-postbox-container">
|
95 |
-
|
96 |
-
<div class="ajdg-postbox">
|
97 |
-
<h2 class="ajdg-postbox-title">News & Updates</h2>
|
98 |
-
<div id="news" class="ajdg-postbox-content">
|
99 |
-
<?php wp_widget_rss_output(array(
|
100 |
-
'url' => 'http://ajdg.solutions/feed/',
|
101 |
-
'items' => 4,
|
102 |
-
'show_summary' => 1,
|
103 |
-
'show_author' => 0,
|
104 |
-
'show_date' => 1)
|
105 |
-
); ?>
|
106 |
-
</div>
|
107 |
-
</div>
|
108 |
-
|
109 |
-
<div class="ajdg-postbox">
|
110 |
-
<h2 class="ajdg-postbox-title"><?php _e('Buy AdRotate Professional', 'adrotate'); ?></h2>
|
111 |
-
<div id="get-pro" class="ajdg-postbox-content">
|
112 |
-
<p><a href="https://ajdg.solutions/plugins/adrotate-for-wordpress/?pk_campaign=adrotatefree&pk_keyword=info_page&pk_content=buy_pro" target="_blank"><img src="<?php echo plugins_url('/images/logo-60x60.png', dirname(__FILE__)); ?>" class="alignleft pro-image" /></a><?php _e('AdRotate Professional has a lot more functions for even better advertising management. Check out the feature comparison tab on any of the product pages to see what AdRotate Pro has to offer for you!', 'adrotate'); ?></p>
|
113 |
-
<a href="https://ajdg.solutions/plugins/adrotate-for-wordpress/?pk_campaign=adrotatefree&pk_keyword=info_page&pk_content=buy_pro"><img src="<?php echo plugins_url('/images/adrotate-product.png', dirname(__FILE__)); ?>" alt="adrotate-product" width="150" height="150" align="right" style="padding: 0 0 10px 10px;" /></a>
|
114 |
-
<p><a href="https://ajdg.solutions/product/adrotate-pro-single/?pk_campaign=adrotatefree&pk_keyword=info_page&pk_content=single" target="_blank"><strong><?php _e('Single License', 'adrotate'); ?> (€ 39.00)</strong></a><br /><em><?php _e('Use on ONE WordPress installation.', 'adrotate'); ?> <a href="https://ajdg.solutions/?add-to-cart=1124&pk_campaign=adrotatefree&pk_keyword=info_page&pk_content=single" target="_blank"><?php _e('Buy now', 'adrotate'); ?> »</a></em></p>
|
115 |
-
<p><a href="https://ajdg.solutions/product/adrotate-pro-duo/?pk_campaign=adrotatefree&pk_keyword=info_page&pk_content=duo" target="_blank"><strong><?php _e('Duo License', 'adrotate'); ?> (€ 49.00)</strong></a><br /><em><?php _e('Use on TWO WordPress installations.', 'adrotate'); ?> <a href="https://ajdg.solutions/?add-to-cart=1126&pk_campaign=adrotatefree&pk_keyword=info_page&pk_content=duo" target="_blank"><?php _e('Buy now', 'adrotate'); ?> »</a></em></p>
|
116 |
-
<p><a href="https://ajdg.solutions/product/adrotate-pro-multi/?pk_campaign=adrotatefree&pk_keyword=info_page&pk_content=multi" target="_blank"><strong><?php _e('Multi License', 'adrotate'); ?> (€ 99.00)</strong></a><br /><em><?php _e('Use on up to FIVE WordPress installations.', 'adrotate'); ?> <a href="https://ajdg.solutions/?add-to-cart=1128&pk_campaign=adrotatefree&pk_keyword=info_page&pk_content=multi" target="_blank"><?php _e('Buy now', 'adrotate'); ?> »</a></em></p>
|
117 |
-
<p><a href="https://ajdg.solutions/product/adrotate-pro-developer/?pk_campaign=adrotatefree&pk_keyword=info_page&pk_content=developer" target="_blank"><strong><?php _e('Developer License', 'adrotate'); ?> (€ 199.00)</strong></a><br /><em><?php _e('Use on up to a HUNDRED WordPress installations and/or networks.', 'adrotate'); ?> <a href="https://ajdg.solutions/?add-to-cart=1130&pk_campaign=adrotatefree&pk_keyword=info_page&pk_content=developer" target="_blank"><?php _e('Buy now', 'adrotate'); ?> »</a></em></p>
|
118 |
-
</div>
|
119 |
-
</div>
|
120 |
-
|
121 |
-
</div>
|
122 |
-
</div>
|
123 |
-
</div>
|
124 |
-
|
125 |
-
<div class="clear"></div>
|
126 |
-
|
127 |
-
<hr>
|
128 |
-
<h1><?php _e('Advertising Partners & Affiliates', 'adrotate'); ?></h1>
|
129 |
-
<em><?php _e('A selection of quality advertiser networks and useful products. If you need adverts or just want more or more diverse adverts. Check out these great options!', 'adrotate'); ?><br /><?php _e('Check out these and other preferred products or providers on my', 'adrotate'); ?> <a rel="nofollow" href="https://ajdg.solutions/recommended-products/?pk_campaign=adrotatefree&pk_keyword=info_page"><?php _e('recommended products page', 'adrotate'); ?></a>.</em>
|
130 |
-
|
131 |
-
<div id="dashboard-widgets-wrap">
|
132 |
-
<div id="dashboard-widgets" class="metabox-holder">
|
133 |
-
<div id="left-column" class="ajdg-postbox-container">
|
134 |
-
|
135 |
-
<div class="ajdg-postbox">
|
136 |
-
<h2 class="ajdg-postbox-title">Give your websites a speed boost with a VPS from Inmotion Hosting</h2>
|
137 |
-
<div id="namecheap" class="ajdg-postbox-content">
|
138 |
-
<p>A VPS is a great step up from regular hosting and it gives you a lot more room to grow your website. Whether you host many websites to save money or put your bigger wedsites on it, Inmotion Hosting is up to the task. Get more control and speed with a VPS from Inmotion Hosting. I've been using their VPS servers for several years now and have no complaints!</p>
|
139 |
-
<p><center><a rel="nofollow" href="https://ajdg.solutions/go/imh-vps"><img src="<?php echo plugins_url("/images/offers/inmotionhosting-vps.jpg", dirname(__FILE__)); ?>" width="440" alt="inmotionhosting.com"></a></center></p>
|
140 |
-
</div>
|
141 |
-
</div>
|
142 |
-
|
143 |
-
</div>
|
144 |
-
<div id="right-column" class="ajdg-postbox-container">
|
145 |
-
|
146 |
-
<div class="ajdg-postbox">
|
147 |
-
<h2 class="ajdg-postbox-title">Get a SSL Certificate from Namecheap</h2>
|
148 |
-
<div id="namecheap" class="ajdg-postbox-content">
|
149 |
-
<p>With the increasing risks on the internet it's smart to keep the trust of your visitors by installing a SSL certificate on your website. Show them that you care about their privacy with a good and solid certificate. NameCheap has plenty of affordable options for all kinds of protection. I've been a satisfied customer of NameCheap for many years.</p>
|
150 |
-
<p><center><a rel="nofollow" href="https://ajdg.solutions/go/namecheap/"><img src="<?php echo plugins_url("/images/offers/namecheap-ssl.jpg", dirname(__FILE__)); ?>" width="440" alt="Namecheap.com"></a></center></p>
|
151 |
</div>
|
152 |
</div>
|
153 |
|
44 |
</div>
|
45 |
|
46 |
<div class="ajdg-postbox">
|
47 |
+
<h2 class="ajdg-postbox-title">Your help is important</h2>
|
48 |
<div id="services" class="ajdg-postbox-content">
|
|
|
49 |
<p>Consider writing a review, sharing AdRotate in Social media or making a donation if you like the plugin or if you find it useful. Writing a review and sharing AdRotate on social media costs you nothing but doing so is super helpful as promotion which helps to ensure future development. Thank you for your consideration and support!</p>
|
50 |
|
51 |
<p><a href="https://twitter.com/intent/tweet?hashtags=wordpress%2Cplugin%2Cadvertising&related=arnandegans%2Cwordpress&text=I%20am%20using%20AdRotate%20for%20@WordPress.%20Check%20it%20out.&url=https%3A%2F%2Fwordpress.org/plugins/adrotate/" target="_blank" class="button-primary goosebox"><i class="icn-t"></i>Post Tweet</a> <a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwordpress.org%2Fplugins%2Fadrotate%2F&src=adrotate" target="_blank" class="button-primary goosebox"><i class="icn-fb"></i>Share on Facebook</a> <a class="button-primary" href="https://ajdg.solutions/go/donate/adrotatefree" target="_blank">Donate via Paypal</a> <a class="button" target="_blank" href="https://wordpress.org/support/plugin/adrotate/reviews/?rate=5#new-post">Write review on WordPress.org</a></p>
|
52 |
+
</div>
|
53 |
+
</div>
|
54 |
+
|
55 |
+
<div class="ajdg-postbox">
|
56 |
+
<h2 class="ajdg-postbox-title">News & Updates</h2>
|
57 |
+
<div id="news" class="ajdg-postbox-content">
|
58 |
+
<?php wp_widget_rss_output(array(
|
59 |
+
'url' => 'http://ajdg.solutions/feed/',
|
60 |
+
'items' => 4,
|
61 |
+
'show_summary' => 1,
|
62 |
+
'show_author' => 0,
|
63 |
+
'show_date' => 1)
|
64 |
+
); ?>
|
65 |
+
</div>
|
66 |
+
</div>
|
67 |
|
68 |
+
</div>
|
69 |
+
<div id="right-column" class="ajdg-postbox-container">
|
70 |
+
|
71 |
+
<div class="ajdg-postbox">
|
72 |
+
<h2 class="ajdg-postbox-title">Get more features</h2>
|
73 |
+
<div id="get-pro" class="ajdg-postbox-content">
|
74 |
+
<p><a href="https://ajdg.solutions/plugins/adrotate-for-wordpress/?pk_campaign=adrotatefree&pk_keyword=info_page&pk_content=buy_pro" target="_blank"><img src="<?php echo plugins_url('/images/logo-60x60.png', dirname(__FILE__)); ?>" class="alignleft pro-image" /></a><?php _e('AdRotate Professional has a lot more functions for even better advertising management. Check out the feature comparison tab on any of the product pages to see what AdRotate Pro has to offer for you!', 'adrotate'); ?></p>
|
75 |
+
<a href="https://ajdg.solutions/plugins/adrotate-for-wordpress/?pk_campaign=adrotatefree&pk_keyword=info_page&pk_content=buy_pro"><img src="<?php echo plugins_url('/images/adrotate-product.png', dirname(__FILE__)); ?>" alt="adrotate-product" width="150" height="150" align="right" style="padding: 0 0 10px 10px;" /></a>
|
76 |
+
<p><a href="https://ajdg.solutions/product/adrotate-pro-single/?pk_campaign=adrotatefree&pk_keyword=info_page&pk_content=single" target="_blank"><strong><?php _e('Single License', 'adrotate'); ?> (€ 39.00)</strong></a><br /><em><?php _e('Use on ONE WordPress installation.', 'adrotate'); ?> <a href="https://ajdg.solutions/?add-to-cart=1124&pk_campaign=adrotatefree&pk_keyword=info_page&pk_content=single" target="_blank"><?php _e('Buy now', 'adrotate'); ?> »</a></em></p>
|
77 |
+
<p><a href="https://ajdg.solutions/product/adrotate-pro-duo/?pk_campaign=adrotatefree&pk_keyword=info_page&pk_content=duo" target="_blank"><strong><?php _e('Duo License', 'adrotate'); ?> (€ 49.00)</strong></a><br /><em><?php _e('Use on TWO WordPress installations.', 'adrotate'); ?> <a href="https://ajdg.solutions/?add-to-cart=1126&pk_campaign=adrotatefree&pk_keyword=info_page&pk_content=duo" target="_blank"><?php _e('Buy now', 'adrotate'); ?> »</a></em></p>
|
78 |
+
<p><a href="https://ajdg.solutions/product/adrotate-pro-multi/?pk_campaign=adrotatefree&pk_keyword=info_page&pk_content=multi" target="_blank"><strong><?php _e('Multi License', 'adrotate'); ?> (€ 99.00)</strong></a><br /><em><?php _e('Use on up to FIVE WordPress installations.', 'adrotate'); ?> <a href="https://ajdg.solutions/?add-to-cart=1128&pk_campaign=adrotatefree&pk_keyword=info_page&pk_content=multi" target="_blank"><?php _e('Buy now', 'adrotate'); ?> »</a></em></p>
|
79 |
+
<p><a href="https://ajdg.solutions/product/adrotate-pro-developer/?pk_campaign=adrotatefree&pk_keyword=info_page&pk_content=developer" target="_blank"><strong><?php _e('Developer License', 'adrotate'); ?> (€ 199.00)</strong></a><br /><em><?php _e('Use on up to a HUNDRED WordPress installations and/or networks.', 'adrotate'); ?> <a href="https://ajdg.solutions/?add-to-cart=1130&pk_campaign=adrotatefree&pk_keyword=info_page&pk_content=developer" target="_blank"><?php _e('Buy now', 'adrotate'); ?> »</a></em></p>
|
80 |
+
</div>
|
81 |
+
</div>
|
82 |
+
|
83 |
+
<div class="ajdg-postbox">
|
84 |
+
<h2 class="ajdg-postbox-title">Other plugins and services by Arnan</h2>
|
85 |
+
<div id="empty" class="ajdg-postbox-content">
|
86 |
<p>Check out these and more services in more details on my website. I also make more plugins. If you like AdRotate - Maybe you like some of those as well. Take a look at the <a href="https://ajdg.solutions/plugins/?pk_campaign=adrotatefree&pk_keyword=info_page" target="_blank">plugins</a> and overall <a href="https://ajdg.solutions/pricing/?pk_campaign=adrotatefree&pk_keyword=info_page" target="_blank">pricing</a> page for more.</p>
|
87 |
<table width="100%">
|
88 |
<tr>
|
118 |
</td>
|
119 |
</tr>
|
120 |
</table>
|
121 |
+
<p>If you're in need of adverts, faster hosting, SSL certificates or similar services, check out the <a rel="nofollow" href="https://ajdg.solutions/recommended-products/?pk_campaign=adrotatefree&pk_keyword=info_page">recommended products page</a> for some great offers.</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
122 |
</div>
|
123 |
</div>
|
124 |
|
dashboard/publisher/media.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/* ------------------------------------------------------------------------------------
|
3 |
* COPYRIGHT AND TRADEMARK NOTICE
|
4 |
-
* Copyright 2008-
|
5 |
* ADROTATE is a registered trademark of Arnan de Gans.
|
6 |
|
7 |
* COPYRIGHT NOTICES AND ALL THE COMMENTS SHOULD REMAIN INTACT.
|
@@ -10,17 +10,35 @@
|
|
10 |
------------------------------------------------------------------------------------ */
|
11 |
?>
|
12 |
|
|
|
|
|
13 |
<form method="post" action="admin.php?page=adrotate-media" enctype="multipart/form-data">
|
14 |
<?php wp_nonce_field('adrotate_save_media','adrotate_nonce'); ?>
|
15 |
<input type="hidden" name="MAX_FILE_SIZE" value="512000" />
|
16 |
|
17 |
<h2><?php _e('Upload new file', 'adrotate'); ?></h2>
|
18 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
|
20 |
<p class="submit">
|
21 |
-
<input tabindex="2" type="submit" name="adrotate_media_submit" class="button-primary" value="<?php _e('Upload file', 'adrotate'); ?>"
|
22 |
</p>
|
23 |
-
</form>
|
24 |
|
25 |
<h2><?php _e('Available files in', 'adrotate'); ?> '<?php echo '/'.$adrotate_config['banner_folder']; ?>'</h2>
|
26 |
<table class="widefat" style="margin-top: .5em">
|
@@ -28,47 +46,52 @@
|
|
28 |
<thead>
|
29 |
<tr>
|
30 |
<th><?php _e('Name', 'adrotate'); ?></th>
|
31 |
-
<th width="12%"><center><?php _e('Actions', 'adrotate'); ?></center></th>
|
32 |
</tr>
|
33 |
</thead>
|
34 |
|
35 |
<tbody>
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
<?php
|
37 |
-
$assets = adrotate_subfolder_contents(WP_CONTENT_DIR."/".$adrotate_config['banner_folder']);
|
38 |
-
|
39 |
if(count($assets) > 0) {
|
40 |
$class = '';
|
41 |
foreach($assets as $asset) {
|
42 |
$class = ($class != 'alternate') ? 'alternate' : '';
|
43 |
-
|
44 |
echo "<tr class=\"$class\">";
|
45 |
echo "<td>";
|
46 |
echo $asset['basename'];
|
47 |
-
|
|
|
48 |
echo "<small>";
|
49 |
foreach($asset['contents'] as $level_one) {
|
50 |
echo "<br />— ".$level_one['basename'];
|
|
|
51 |
if(array_key_exists("contents", $level_one)) {
|
52 |
foreach($level_one['contents'] as $level_two) {
|
53 |
echo "<br />—— ".$level_two['basename'];
|
|
|
54 |
}
|
55 |
}
|
56 |
}
|
57 |
echo "</small>";
|
58 |
}
|
59 |
echo "</td>";
|
60 |
-
echo "<td><center><strong>".__('Delete', 'adrotate')."</strong></center></td>";
|
61 |
echo "</tr>";
|
62 |
}
|
63 |
} else {
|
64 |
echo "<tr class=\"alternate\">";
|
65 |
-
echo "<td
|
66 |
echo "</tr>";
|
67 |
}
|
68 |
?>
|
69 |
</tbody>
|
70 |
</table>
|
71 |
-
|
72 |
-
|
73 |
-
<?php _e(
|
74 |
-
</center></p>
|
1 |
<?php
|
2 |
/* ------------------------------------------------------------------------------------
|
3 |
* COPYRIGHT AND TRADEMARK NOTICE
|
4 |
+
* Copyright 2008-2019 Arnan de Gans. All Rights Reserved.
|
5 |
* ADROTATE is a registered trademark of Arnan de Gans.
|
6 |
|
7 |
* COPYRIGHT NOTICES AND ALL THE COMMENTS SHOULD REMAIN INTACT.
|
10 |
------------------------------------------------------------------------------------ */
|
11 |
?>
|
12 |
|
13 |
+
<?php $assets = adrotate_mediapage_folder_contents(WP_CONTENT_DIR."/".$adrotate_config['banner_folder']); ?>
|
14 |
+
|
15 |
<form method="post" action="admin.php?page=adrotate-media" enctype="multipart/form-data">
|
16 |
<?php wp_nonce_field('adrotate_save_media','adrotate_nonce'); ?>
|
17 |
<input type="hidden" name="MAX_FILE_SIZE" value="512000" />
|
18 |
|
19 |
<h2><?php _e('Upload new file', 'adrotate'); ?></h2>
|
20 |
+
<select tabindex="5" id="adrotate_image_location" name="adrotate_image_location" style="min-width: 200px;">
|
21 |
+
<option value="<?php echo $adrotate_config['banner_folder']; ?>"><?php echo $adrotate_config['banner_folder']; ?></option>
|
22 |
+
<?php
|
23 |
+
if(count($assets) > 0) {
|
24 |
+
foreach($assets as $asset) {
|
25 |
+
if(array_key_exists("contents", $asset)) {
|
26 |
+
echo '<option value="'.$adrotate_config['banner_folder'].'/'.$asset['basename'].'">— '.$asset['basename'].'</option>';
|
27 |
+
foreach($asset['contents'] as $level_one) {
|
28 |
+
if(array_key_exists("contents", $level_one)) {
|
29 |
+
echo '<option value="'.$adrotate_config['banner_folder'].'/'.$asset['basename'].'/'.$level_one['basename'].'">— — '.$level_one['basename'].'</option>';
|
30 |
+
}
|
31 |
+
}
|
32 |
+
}
|
33 |
+
}
|
34 |
+
}
|
35 |
+
?>
|
36 |
+
</select>
|
37 |
+
<label for="adrotate_image"><input tabindex="1" type="file" name="adrotate_image" /><br /><em><strong><?php _e('Accepted files:', 'adrotate'); ?></strong> jpg, jpeg, gif, png, svg, html, js and zip. <?php _e('Maximum size is 512Kb per file.', 'adrotate'); ?></em><br /><em><strong><?php _e('Important:', 'adrotate'); ?></strong> <?php _e('Make sure your file has no spaces or special characters in the name. Replace spaces with a - or _.', 'adrotate'); ?><br /><?php _e('Zip files are automatically extracted in the location where they are uploaded and the original zip file will be deleted once extracted.', 'adrotate'); ?><br /><?php _e('You can create top-level folders below. Folder names can between 1 and 100 characters long. Any special characters are stripped out.', 'adrotate'); ?></em></label>
|
38 |
|
39 |
<p class="submit">
|
40 |
+
<input tabindex="2" type="submit" name="adrotate_media_submit" class="button-primary" value="<?php _e('Upload file', 'adrotate'); ?>" /> <em><?php _e('Click only once per file!', 'adrotate'); ?></em>
|
41 |
</p>
|
|
|
42 |
|
43 |
<h2><?php _e('Available files in', 'adrotate'); ?> '<?php echo '/'.$adrotate_config['banner_folder']; ?>'</h2>
|
44 |
<table class="widefat" style="margin-top: .5em">
|
46 |
<thead>
|
47 |
<tr>
|
48 |
<th><?php _e('Name', 'adrotate'); ?></th>
|
|
|
49 |
</tr>
|
50 |
</thead>
|
51 |
|
52 |
<tbody>
|
53 |
+
<tr>
|
54 |
+
<td>
|
55 |
+
<input tabindex="3" id="adrotate_folder" name="adrotate_folder" type="text" size="20" class="ajdg-inputfield" value="" autocomplete="off" /> <input tabindex="4" type="submit" name="adrotate_folder_submit" class="button-secondary" value="<?php _e('Create folder', 'adrotate-pro'); ?>" />
|
56 |
+
</td>
|
57 |
+
</tr>
|
58 |
+
|
59 |
<?php
|
|
|
|
|
60 |
if(count($assets) > 0) {
|
61 |
$class = '';
|
62 |
foreach($assets as $asset) {
|
63 |
$class = ($class != 'alternate') ? 'alternate' : '';
|
64 |
+
|
65 |
echo "<tr class=\"$class\">";
|
66 |
echo "<td>";
|
67 |
echo $asset['basename'];
|
68 |
+
echo "<span style=\"float:right;\"><a href=\"".admin_url('/admin.php?page=adrotate-media&file='.$asset['basename'])."&_wpnonce=".wp_create_nonce('adrotate_delete_media_'.$asset['basename'])."\" title=\"".__('Delete', 'adrotate')."\">".__('Delete', 'adrotate')."</a></span>";
|
69 |
+
if(array_key_exists("contents", $asset)) {
|
70 |
echo "<small>";
|
71 |
foreach($asset['contents'] as $level_one) {
|
72 |
echo "<br />— ".$level_one['basename'];
|
73 |
+
echo "<span style=\"float:right;\"><a href=\"".admin_url('/admin.php?page=adrotate-media&file='.$asset['basename'].'/'.$level_one['basename'])."&_wpnonce=".wp_create_nonce('adrotate_delete_media_'.$asset['basename'].'/'.$level_one['basename'])."\" title=\"".__('Delete', 'adrotate')."\">".__('Delete', 'adrotate')."</a></span>";
|
74 |
if(array_key_exists("contents", $level_one)) {
|
75 |
foreach($level_one['contents'] as $level_two) {
|
76 |
echo "<br />—— ".$level_two['basename'];
|
77 |
+
echo "<span style=\"float:right;\"><a href=\"".admin_url('/admin.php?page=adrotate-media&file='.$asset['basename'].'/'.$level_one['basename'].'/'.$level_two['basename'])."&_wpnonce=".wp_create_nonce('adrotate_delete_media_'.$asset['basename'].'/'.$level_one['basename'].'/'.$level_two['basename'])."\" title=\"".__('Delete', 'adrotate')."\">".__('Delete', 'adrotate')."</a></span>";
|
78 |
}
|
79 |
}
|
80 |
}
|
81 |
echo "</small>";
|
82 |
}
|
83 |
echo "</td>";
|
|
|
84 |
echo "</tr>";
|
85 |
}
|
86 |
} else {
|
87 |
echo "<tr class=\"alternate\">";
|
88 |
+
echo "<td><em>".__('No files found!', 'adrotate')."</em></td>";
|
89 |
echo "</tr>";
|
90 |
}
|
91 |
?>
|
92 |
</tbody>
|
93 |
</table>
|
94 |
+
</form>
|
95 |
+
<p><center><small>
|
96 |
+
<?php _e("Make sure the banner images are not in use by adverts when you delete them!", "adrotate-pro"); ?> <?php _e("Deleting a folder deletes everything inside that folder as well!", "adrotate-pro"); ?>
|
97 |
+
</small></center></p>
|
dashboard/settings/notifications.php
CHANGED
@@ -66,13 +66,6 @@
|
|
66 |
<span class="description"><?php _e('Messages are sent once every 24 hours. Maximum of 5 addresses. Comma separated. This field may not be empty!', 'adrotate'); ?></span>
|
67 |
</td>
|
68 |
</tr>
|
69 |
-
<tr>
|
70 |
-
<th valign="top"><?php _e('Advertisers', 'adrotate'); ?></th>
|
71 |
-
<td>
|
72 |
-
<textarea name="adrotate_notification_email_advertiser" cols="50" rows="2" disabled="1"><?php echo get_option('admin_email'); ?></textarea><br />
|
73 |
-
<span class="description"><?php _e('Who gets email from advertisers. Maximum of 5 addresses. Comma separated. This field may not be empty!', 'adrotate'); ?></span>
|
74 |
-
</td>
|
75 |
-
</tr>
|
76 |
</table>
|
77 |
|
78 |
<p class="submit">
|
66 |
<span class="description"><?php _e('Messages are sent once every 24 hours. Maximum of 5 addresses. Comma separated. This field may not be empty!', 'adrotate'); ?></span>
|
67 |
</td>
|
68 |
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
</table>
|
70 |
|
71 |
<p class="submit">
|
images/offers/inmotionhosting-vps.jpg
DELETED
Binary file
|
images/offers/namecheap-ssl.jpg
DELETED
Binary file
|
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: 2020-
|
6 |
-
"PO-Revision-Date: 2020-
|
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"
|
@@ -17,47 +17,63 @@ msgstr ""
|
|
17 |
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
-
#: adrotate-functions.php:
|
21 |
msgid "Ad saved"
|
22 |
msgstr "Anzeige gespeichert"
|
23 |
|
24 |
-
#: adrotate-functions.php:
|
25 |
msgid "Group saved"
|
26 |
msgstr "Gruppe gespeichert"
|
27 |
|
28 |
-
#: adrotate-functions.php:
|
|
|
|
|
|
|
|
|
29 |
msgid "Ad(s) deleted"
|
30 |
msgstr "Anzeige (n) gelöscht"
|
31 |
|
32 |
-
#: adrotate-functions.php:
|
33 |
msgid "Group deleted"
|
34 |
msgstr "Gruppe gelöscht"
|
35 |
|
36 |
-
#: adrotate-functions.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
msgid "Ad(s) statistics reset"
|
38 |
msgstr "Anzeige(n) Statistik-Reset"
|
39 |
|
40 |
-
#: adrotate-functions.php:
|
41 |
msgid "Ad(s) renewed"
|
42 |
msgstr "Anzeige(n) erneuert"
|
43 |
|
44 |
-
#: adrotate-functions.php:
|
45 |
msgid "Ad(s) deactivated"
|
46 |
msgstr "Anzeige(n) deaktiviert"
|
47 |
|
48 |
-
#: adrotate-functions.php:
|
49 |
msgid "Ad(s) activated"
|
50 |
msgstr "Anzeige(n) aktiviert"
|
51 |
|
52 |
-
#: adrotate-functions.php:
|
53 |
msgid "Group including it's Ads deleted"
|
54 |
msgstr "Gruppe mitsamt der Anzeigen gelöscht"
|
55 |
|
56 |
-
#: adrotate-functions.php:
|
57 |
msgid "Export created"
|
58 |
msgstr "Export erstellt"
|
59 |
|
60 |
-
#: adrotate-functions.php:
|
61 |
msgid ""
|
62 |
"Advert HTML generated and placed in the AdCode field. Configure your advert "
|
63 |
"below. Do not forget to check all settings and schedule it."
|
@@ -66,32 +82,32 @@ msgstr ""
|
|
66 |
"Anzeige unten. Vergessen Sie nicht, alle Einstellungen zu überprüfen und zu "
|
67 |
"planen."
|
68 |
|
69 |
-
#: adrotate-functions.php:
|
70 |
msgid "Settings saved"
|
71 |
msgstr "Einstellungen gespeichert"
|
72 |
|
73 |
-
#: adrotate-functions.php:
|
74 |
msgid "Database optimized"
|
75 |
msgstr "Datenbank optimiert"
|
76 |
|
77 |
-
#: adrotate-functions.php:
|
78 |
msgid "Database repaired"
|
79 |
msgstr "Datenbank repariert"
|
80 |
|
81 |
-
#: adrotate-functions.php:
|
82 |
msgid "Ads evaluated and statuses have been corrected where required"
|
83 |
msgstr ""
|
84 |
"Anzeigen wurden überprüft und Zustände korrigiert, wo es erforderlich war"
|
85 |
|
86 |
-
#: adrotate-functions.php:
|
87 |
msgid "Cleanup complete"
|
88 |
msgstr "Bereinigung abgeschlossen"
|
89 |
|
90 |
-
#: adrotate-functions.php:
|
91 |
msgid "Action prohibited"
|
92 |
msgstr "Aktion nicht zulässig"
|
93 |
|
94 |
-
#: adrotate-functions.php:
|
95 |
msgid ""
|
96 |
"The ad was saved but has an issue which might prevent it from working "
|
97 |
"properly. Review the colored ad."
|
@@ -100,23 +116,23 @@ msgstr ""
|
|
100 |
"möglicherweise nicht ordnungsgemäß funktionieren könnte. Überprüfen Sie die "
|
101 |
"farbige Anzeige."
|
102 |
|
103 |
-
#: adrotate-functions.php:
|
104 |
msgid "No data found in selected time period"
|
105 |
msgstr "Keine Daten im ausgewählten Zeitraum gefunden"
|
106 |
|
107 |
-
#: adrotate-functions.php:
|
108 |
msgid "Database can only be optimized or cleaned once every hour"
|
109 |
msgstr "Datenbank kann nur einmal pro Stunde optimiert oder gereinigt werden"
|
110 |
|
111 |
-
#: adrotate-functions.php:
|
112 |
msgid "Form can not be (partially) empty!"
|
113 |
msgstr "Formular kann nicht (teilweise) leer sein!"
|
114 |
|
115 |
-
#: adrotate-functions.php:
|
116 |
msgid "No ads found."
|
117 |
msgstr "Es wurden keine Anzeigen gefunden."
|
118 |
|
119 |
-
#: adrotate-functions.php:
|
120 |
msgid ""
|
121 |
"The advert hash is not usable or is missing required data. Please copy the "
|
122 |
"hash correctly and try again."
|
@@ -124,7 +140,7 @@ msgstr ""
|
|
124 |
"Der Anzeigenhash ist nicht verwendbar oder enthält keine erforderlichen "
|
125 |
"Daten. Kopieren Sie den Hash richtig, und versuchen Sie es erneut."
|
126 |
|
127 |
-
#: adrotate-functions.php:
|
128 |
msgid ""
|
129 |
"The advert hash can not be used on the same site as it originated from or is "
|
130 |
"not a valid hash for importing."
|
@@ -132,19 +148,19 @@ msgstr ""
|
|
132 |
"Der Anzeigenhash kann nicht auf derselben Website verwendet werden, von der "
|
133 |
"er stammt, oder es handelt sich nicht um einen gültigen Hash für den Import."
|
134 |
|
135 |
-
#: adrotate-functions.php:
|
136 |
msgid "Unexpected error"
|
137 |
msgstr "Unerwarteter Fehler"
|
138 |
|
139 |
-
#: adrotate-manage-publisher.php:
|
140 |
msgid "AdRotate Advertiser"
|
141 |
msgstr "AdRotate Advertiser"
|
142 |
|
143 |
-
#: adrotate-output.php:
|
144 |
msgid "Oh no! Something went wrong!"
|
145 |
msgstr "Oha! Da ist etwas schief gelaufen!"
|
146 |
|
147 |
-
#: adrotate-output.php:
|
148 |
msgid ""
|
149 |
"WordPress was unable to verify the authenticity of the url you have clicked. "
|
150 |
"Verify if the url used is valid or log in via your browser."
|
@@ -153,7 +169,7 @@ msgstr ""
|
|
153 |
"haben, zu prüfen. Überprüfen Sie, ob die verwendete Url gültig ist oder "
|
154 |
"loggen Sie sich über Ihren Browser ein."
|
155 |
|
156 |
-
#: adrotate-output.php:
|
157 |
msgid ""
|
158 |
"If you have received the url you want to visit via email, you are being "
|
159 |
"tricked!"
|
@@ -161,11 +177,11 @@ msgstr ""
|
|
161 |
"Wenn Sie eine URL per E-Mail erhalten, die Sie besuchen sollen, dann werden "
|
162 |
"Sie betrogen!"
|
163 |
|
164 |
-
#: adrotate-output.php:
|
165 |
msgid "Contact support if the issue persists:"
|
166 |
msgstr "Kontaktiere den Support, wenn das Problem weiterhin besteht:"
|
167 |
|
168 |
-
#: adrotate-output.php:
|
169 |
msgid ""
|
170 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
171 |
"restrictions!"
|
@@ -173,7 +189,7 @@ msgstr ""
|
|
173 |
"Fehler, die Anzeige steht zu diesem Zeitpunkt nicht zur Verfügung aufgrund "
|
174 |
"der Zeitplan / Geolocation Einschränkungen!"
|
175 |
|
176 |
-
#: adrotate-output.php:
|
177 |
msgid ""
|
178 |
"Either there are no banners, they are disabled or none qualified for this "
|
179 |
"location!"
|
@@ -181,19 +197,19 @@ msgstr ""
|
|
181 |
"Entweder gibt es keine banner, oder die banner sind deaktiviert oder hier "
|
182 |
"nicht entsprechend eingestellt!"
|
183 |
|
184 |
-
#: adrotate-output.php:
|
185 |
msgid "Error, no Ad ID set! Check your syntax!"
|
186 |
msgstr "Fehler, keine Ad-ID gesetzt! Überprüfen Sie Ihre Syntax!"
|
187 |
|
188 |
-
#: adrotate-output.php:
|
189 |
msgid "Error, no group ID set! Check your syntax!"
|
190 |
msgstr "Fehler, keine Gruppen-ID gesetzt! Überprüfen Sie Ihre Syntax!"
|
191 |
|
192 |
-
#: adrotate-output.php:
|
193 |
msgid "Error, group does not exist! Check your syntax!"
|
194 |
msgstr "Fehler, Gruppe existiert nicht! Überprüfen Sie Ihre Syntax!"
|
195 |
|
196 |
-
#: adrotate-output.php:
|
197 |
msgid ""
|
198 |
"There was an error locating the database tables for AdRotate. Please "
|
199 |
"deactivate and re-activate AdRotate from the plugin page!!"
|
@@ -201,11 +217,11 @@ msgstr ""
|
|
201 |
"Es ist ein Fehler in den Datenbanktabellen für AdRotate aufgetreten. Bitte "
|
202 |
"deaktivieren und reaktivieren Sie AdRotate aus der Plugin-Seite!!"
|
203 |
|
204 |
-
#: adrotate-output.php:
|
205 |
msgid "If this does not solve the issue please seek support at"
|
206 |
msgstr "Wenn dies das Problem nicht löst, bitte suchen Sie Unterstützung auf"
|
207 |
|
208 |
-
#: adrotate-output.php:
|
209 |
msgid ""
|
210 |
"There was an error loading the page. Please try again by reloading the page "
|
211 |
"via the menu on the left."
|
@@ -213,20 +229,20 @@ msgstr ""
|
|
213 |
"Beim Laden der Seite ist ein Fehler aufgetreten. Bitte versuchen Sie es "
|
214 |
"erneut, indem Sie die Seite über das Menü auf der linken Seite neu laden."
|
215 |
|
216 |
-
#: adrotate-output.php:
|
217 |
msgid "If the issue persists please seek help at"
|
218 |
msgstr "Wenn das Problem weiterhin besteht, wenden Sie sich bitte an"
|
219 |
|
220 |
-
#: adrotate-output.php:
|
221 |
msgid "An unknown error occured."
|
222 |
msgstr "Ein unbekannter Fehler ist aufgetreten."
|
223 |
|
224 |
-
#: adrotate-output.php:
|
225 |
#: dashboard/settings/maintenance.php:20
|
226 |
msgid "Check adverts"
|
227 |
msgstr "Anzeigen überprüfen"
|
228 |
|
229 |
-
#: adrotate-output.php:
|
230 |
msgid ""
|
231 |
"You have enabled caching support but W3 Total Cache is not active on your "
|
232 |
"site!"
|
@@ -234,11 +250,11 @@ msgstr ""
|
|
234 |
"Sie haben die Caching-Unterstützung aktiviert, aber W3 Total Cache ist auf "
|
235 |
"Ihrer Website nicht aktiv!"
|
236 |
|
237 |
-
#: adrotate-output.php:
|
238 |
msgid "Disable W3 Total Cache Support"
|
239 |
msgstr "Deaktivieren von W3 Total Cache Support"
|
240 |
|
241 |
-
#: adrotate-output.php:
|
242 |
msgid ""
|
243 |
"You have enable caching support but the W3TC_DYNAMIC_SECURITY definition is "
|
244 |
"not set."
|
@@ -246,42 +262,42 @@ msgstr ""
|
|
246 |
"Sie haben Unterstützung Zwischenspeicherung aktiviert, aber die "
|
247 |
"W3TC_DYNAMIC_SECURITY Definition ist nicht festgelegt."
|
248 |
|
249 |
-
#: adrotate-output.php:
|
250 |
msgid "How to configure W3 Total Cache"
|
251 |
msgstr "Konfigurieren von W3 Total Cache"
|
252 |
|
253 |
-
#: adrotate-output.php:
|
254 |
msgid ""
|
255 |
"You have enable caching support but Borlabs Cache is not active on your site!"
|
256 |
msgstr ""
|
257 |
"Sie haben Caching-Unterstützung aktiviert, aber Borlabs Cache ist auf Ihrer "
|
258 |
"Website nicht aktiv!"
|
259 |
|
260 |
-
#: adrotate-output.php:
|
261 |
msgid "Disable Borlabs Cache Support"
|
262 |
msgstr "Deaktivieren der Borlabs-Cache-Unterstützung"
|
263 |
|
264 |
-
#: adrotate-output.php:
|
265 |
msgid ""
|
266 |
"You have enabled Borlabs Cache support but Fragment caching is not enabled!"
|
267 |
msgstr ""
|
268 |
"Sie haben die Borlabs Cache-Unterstützung aktiviert, aber die "
|
269 |
"Fragmentzwischenspeicherung ist nicht aktiviert!"
|
270 |
|
271 |
-
#: adrotate-output.php:
|
272 |
msgid "Enable Fragment Caching"
|
273 |
msgstr "Aktivieren der Fragmentzwischenspeicherung"
|
274 |
|
275 |
-
#: adrotate-output.php:
|
276 |
msgid "Your AdRotate Banner folder is not writable or does not exist."
|
277 |
msgstr ""
|
278 |
"Ihre AdRotate Banner-Ordner ist nicht beschreibbar ist oder nicht vorhanden."
|
279 |
|
280 |
-
#: adrotate-output.php:
|
281 |
msgid "Set up your banner folder"
|
282 |
msgstr "Einrichten des Bannerordners"
|
283 |
|
284 |
-
#: adrotate-output.php:
|
285 |
msgid ""
|
286 |
"You have AdRotate Professional installed. Please switch to AdRotate Pro! You "
|
287 |
"can delete this plugin after AdRotate Pro is activated."
|
@@ -289,11 +305,11 @@ msgstr ""
|
|
289 |
"Sie haben AdRotate Professional installiert. Bitte wechseln Sie zu AdRotate "
|
290 |
"Pro! Sie können dieses Plugin löschen, nachdem AdRotate Pro aktiviert wurde."
|
291 |
|
292 |
-
#: adrotate-output.php:
|
293 |
msgid "Switch plugins"
|
294 |
msgstr "Wechseln von Plugins"
|
295 |
|
296 |
-
#: adrotate-output.php:
|
297 |
msgid ""
|
298 |
"Something is wrong with your installation of AdRotate. Either the plugin is "
|
299 |
"installed twice or your current installation has the wrong folder name. "
|
@@ -303,44 +319,44 @@ msgstr ""
|
|
303 |
"Plugin zweimal installiert oder Ihre aktuelle Installation hat den falschen "
|
304 |
"Ordnernamen. Bitte installieren Sie das Plugin richtig!"
|
305 |
|
306 |
-
#: adrotate-output.php:
|
307 |
msgid "Installation instructions"
|
308 |
msgstr "Installationsanweisungen"
|
309 |
|
310 |
-
#: adrotate-output.php:
|
311 |
msgid "your attention:"
|
312 |
msgstr "Ihre Aufmerksamkeit:"
|
313 |
|
314 |
-
#: adrotate-output.php:
|
315 |
msgid ""
|
316 |
-
"Thank you for choosing AdRotate
|
317 |
-
"
|
318 |
msgstr ""
|
319 |
-
"Vielen Dank, dass Sie sich für AdRotate
|
320 |
-
"
|
321 |
-
"
|
322 |
|
323 |
-
#: adrotate-output.php:
|
324 |
msgid "manuals"
|
325 |
msgstr "Handbücher"
|
326 |
|
327 |
-
#: adrotate-output.php:
|
328 |
msgid "and"
|
329 |
msgstr "und"
|
330 |
|
331 |
-
#: adrotate-output.php:
|
332 |
msgid "forums"
|
333 |
msgstr "Forum"
|
334 |
|
335 |
-
#: adrotate-output.php:
|
336 |
msgid "Help AdRotate Grow"
|
337 |
msgstr "Hilf mit, damit AdRotate sich weiter entwickelt"
|
338 |
|
339 |
-
#: adrotate-output.php:
|
340 |
msgid "AdRotate Professional"
|
341 |
msgstr "AdRotate Professional"
|
342 |
|
343 |
-
#: adrotate-output.php:
|
344 |
msgid ""
|
345 |
"Many users only think to review AdRotate when something goes wrong while "
|
346 |
"thousands of people happily use AdRotate."
|
@@ -348,23 +364,23 @@ msgstr ""
|
|
348 |
"Viele Anwender denken nur dann darüber nach AdRotate zu bewerten, wenn etwas "
|
349 |
"schief geht, während Tausende andere AdRotate zufrieden verwenden."
|
350 |
|
351 |
-
#: adrotate-output.php:
|
352 |
msgid "If you find AdRotate useful please leave your"
|
353 |
msgstr "Wenn Sie AdRotate nützlich finden, verlassen Sie bitte Ihre"
|
354 |
|
355 |
-
#: adrotate-output.php:
|
356 |
msgid "rating"
|
357 |
msgstr "Bewertung"
|
358 |
|
359 |
-
#: adrotate-output.php:
|
360 |
msgid "review"
|
361 |
msgstr "Rezension hinzufügen"
|
362 |
|
363 |
-
#: adrotate-output.php:
|
364 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
365 |
msgstr "auf WordPress.org, damit AdRotate sich weiter positiv entwickelt"
|
366 |
|
367 |
-
#: adrotate-output.php:
|
368 |
msgid ""
|
369 |
"Get more advanced features like Geo Targeting, scheduling and much more with "
|
370 |
"AdRotate Pro."
|
@@ -372,11 +388,11 @@ msgstr ""
|
|
372 |
"Mit AdRotate Pro erhalten Sie erweiterte Funktionen wie Geo Targeting, "
|
373 |
"Zeitplanung und vieles mehr."
|
374 |
|
375 |
-
#: adrotate-output.php:
|
376 |
msgid "Includes premium support and free updates for one year!"
|
377 |
msgstr "Beinhaltet Premium-Support und kostenlose Updates für ein Jahr!"
|
378 |
|
379 |
-
#: adrotate-output.php:
|
380 |
msgid "Get started today"
|
381 |
msgstr "Starte heute"
|
382 |
|
@@ -490,78 +506,78 @@ msgstr "ID:"
|
|
490 |
msgid "Fill in the ID of the type you want to display!"
|
491 |
msgstr "Geben Sie die ID des Typs an, den Sie anzeigen möchten!"
|
492 |
|
493 |
-
#: adrotate.php:
|
494 |
msgid "General Info"
|
495 |
msgstr "Allgemeine Info"
|
496 |
|
497 |
-
#: adrotate.php:
|
498 |
-
msgid "AdRotate Pro"
|
499 |
msgstr "AdRotate Pro"
|
500 |
|
501 |
-
#: adrotate.php:
|
502 |
msgid "Manage Adverts"
|
503 |
msgstr "Anzeigen verwalten"
|
504 |
|
505 |
-
#: adrotate.php:
|
506 |
msgid "Manage Groups"
|
507 |
msgstr "Gruppen verwalten"
|
508 |
|
509 |
-
#: adrotate.php:
|
510 |
msgid "Manage Schedules"
|
511 |
msgstr "Zeiträume verwalten"
|
512 |
|
513 |
-
#: adrotate.php:
|
514 |
-
#: dashboard/adrotatepro.php:
|
515 |
#: dashboard/publisher/statistics-main.php:23
|
516 |
#: dashboard/settings/statistics.php:17
|
517 |
msgid "Statistics"
|
518 |
msgstr "Auswertungen"
|
519 |
|
520 |
-
#: adrotate.php:
|
521 |
msgid "Manage Media"
|
522 |
msgstr "Medien verwalten"
|
523 |
|
524 |
-
#: adrotate.php:
|
525 |
msgid "Support"
|
526 |
msgstr "Support"
|
527 |
|
528 |
-
#: adrotate.php:
|
529 |
msgid "Settings"
|
530 |
msgstr "Einstellungen"
|
531 |
|
532 |
-
#: adrotate.php:
|
533 |
msgid "AdRotate Info"
|
534 |
msgstr "AdRotate Info"
|
535 |
|
536 |
-
#: adrotate.php:
|
537 |
msgid "Advert Management"
|
538 |
msgstr "Anzeige-Management"
|
539 |
|
540 |
-
#: adrotate.php:
|
541 |
msgid "Manage"
|
542 |
msgstr "Verwalten"
|
543 |
|
544 |
-
#: adrotate.php:
|
545 |
msgid "Generator"
|
546 |
msgstr "QR-Code-Generator (für Ihre vCard)"
|
547 |
|
548 |
-
#: adrotate.php:
|
549 |
msgid "Add New"
|
550 |
msgstr "Neu hinzufügen"
|
551 |
|
552 |
-
#: adrotate.php:
|
553 |
msgid "Group Management"
|
554 |
msgstr "Gruppen-Verwaltung"
|
555 |
|
556 |
-
#: adrotate.php:
|
557 |
msgid "Schedules"
|
558 |
msgstr "Zeitpläne"
|
559 |
|
560 |
-
#: adrotate.php:
|
561 |
msgid "Media and Assets"
|
562 |
msgstr "Medien und Assets"
|
563 |
|
564 |
-
#: adrotate.php:
|
565 |
msgid ""
|
566 |
"Upload images to the AdRotate Pro banners folder from here. This is useful "
|
567 |
"if you have HTML5 adverts containing multiple files."
|
@@ -570,53 +586,45 @@ msgstr ""
|
|
570 |
"Bannerordner hoch. Dies ist nützlich, wenn Sie HTML5-Anzeigen haben, die "
|
571 |
"mehrere Dateien enthalten."
|
572 |
|
573 |
-
#: adrotate.php:
|
574 |
-
msgid "Get more features"
|
575 |
-
msgstr "Holen Sie sich mehr Funktionen"
|
576 |
-
|
577 |
-
#: adrotate.php:434
|
578 |
-
msgid "Get AdRotate Pro"
|
579 |
-
msgstr "AdRotate Pro"
|
580 |
-
|
581 |
-
#: adrotate.php:498
|
582 |
msgid "AdRotate Settings"
|
583 |
msgstr "AdRotate Einstellungen"
|
584 |
|
585 |
-
#: adrotate.php:
|
586 |
msgid "General"
|
587 |
msgstr "Allgemein"
|
588 |
|
589 |
-
#: adrotate.php:
|
590 |
msgid "Notifications"
|
591 |
msgstr "Benachrichtigungen"
|
592 |
|
593 |
-
#: adrotate.php:
|
594 |
#: dashboard/publisher/groups-edit.php:205
|
595 |
#: dashboard/settings/advertisers.php:38
|
596 |
msgid "Geo Targeting"
|
597 |
msgstr "Geo Targeting"
|
598 |
|
599 |
-
#: adrotate.php:
|
600 |
msgid "Advertisers"
|
601 |
msgstr "Inserenten"
|
602 |
|
603 |
-
#: adrotate.php:
|
604 |
msgid "Access Roles"
|
605 |
msgstr "Zugriffsrollen"
|
606 |
|
607 |
-
#: adrotate.php:
|
608 |
msgid "Miscellaneous"
|
609 |
msgstr "Sonstiges"
|
610 |
|
611 |
-
#: adrotate.php:
|
612 |
msgid "Maintenance"
|
613 |
msgstr "Wartung"
|
614 |
|
615 |
-
#: dashboard/adrotatepro.php:
|
616 |
msgid "Mobile campaigns"
|
617 |
msgstr "Mobile Kampagnen"
|
618 |
|
619 |
-
#: dashboard/adrotatepro.php:
|
620 |
msgid ""
|
621 |
"Target mobile users with ease and show the right adverts to smartphones, "
|
622 |
"tablets and computers. Mix and match as you please and offer adverts that "
|
@@ -630,11 +638,11 @@ msgstr ""
|
|
630 |
"leicht so viele Mobilanzeigen, wie Sie wollen, und nutzen Sie einfach alle "
|
631 |
"Möglichkeiten, um Anzeigen dort zu zeigen, wo Sie das wollen!"
|
632 |
|
633 |
-
#: dashboard/adrotatepro.php:
|
634 |
msgid "Schedule all campaigns with ease"
|
635 |
msgstr "Planen Sie alle Kampagnen mit Leichtigkeit"
|
636 |
|
637 |
-
#: dashboard/adrotatepro.php:
|
638 |
msgid ""
|
639 |
"Schedule your adverts and set up advertising campaigns based on dates you or "
|
640 |
"your advertisers specify without hassle. Seasonal adverts, weekly adverts, "
|
@@ -648,11 +656,11 @@ msgstr ""
|
|
648 |
"Ihre Einnahmequelle viel leichter planen. Sie können einen oder mehrere "
|
649 |
"Zeitpläne für Werbung festlegen."
|
650 |
|
651 |
-
#: dashboard/adrotatepro.php:
|
652 |
msgid "Satisfy your advertisers"
|
653 |
msgstr "Stellen Sie Ihre Werbekunden zufrieden"
|
654 |
|
655 |
-
#: dashboard/adrotatepro.php:
|
656 |
msgid ""
|
657 |
"Set up advertisers and let them log in to their statistics or even create "
|
658 |
"their own adverts. Created adverts go into a moderation queue for your staff "
|
@@ -665,11 +673,11 @@ msgstr ""
|
|
665 |
"zunächst von Ihnen überprüft werden können. Inserenten haben Zugang zu ihrem "
|
666 |
"eigenen kleinen Dashboard, wo sie die Leistung ihrer Anzeigen sehen können."
|
667 |
|
668 |
-
#: dashboard/adrotatepro.php:
|
669 |
msgid "Get Fast Support almost all year round"
|
670 |
msgstr "Premium Support fast ganzjährig erhalten"
|
671 |
|
672 |
-
#: dashboard/adrotatepro.php:
|
673 |
msgid ""
|
674 |
"When you activate your AdRotate Pro license you can use the more personal "
|
675 |
"email support. No more queueing up in the forums. AdRotate support takes "
|
@@ -682,11 +690,11 @@ msgstr ""
|
|
682 |
"häufiger als das Forum aktualisiert. Erhalten Sie eine Lösung "
|
683 |
"(normalerweise) innerhalb eines Tages."
|
684 |
|
685 |
-
#: dashboard/adrotatepro.php:
|
686 |
msgid "Localize your ad campaigns with Geo Targeting"
|
687 |
msgstr "Lokalisieren Sie Ihre Kampagnen mit Geo-Targeting"
|
688 |
|
689 |
-
#: dashboard/adrotatepro.php:
|
690 |
msgid ""
|
691 |
"Go nationwide or global with localized adverts for your various audiences. "
|
692 |
"Set up adverts for countries and cities and sell impressions per general "
|
@@ -699,11 +707,11 @@ msgstr ""
|
|
699 |
"MaxMind GeoIP2: Präzision, Teilte oder AdRotate Geo. AdRotate Geo ist ein "
|
700 |
"exklusiver Geo-Suchdienst für AdRotate Pro Benutzer."
|
701 |
|
702 |
-
#: dashboard/adrotatepro.php:
|
703 |
msgid "Avoid adblockers"
|
704 |
msgstr "Vermeide Adblocker"
|
705 |
|
706 |
-
#: dashboard/adrotatepro.php:
|
707 |
msgid ""
|
708 |
"Try and avoid adblockers so your adverts get the exposure you want them to "
|
709 |
"have. AdRotate Pro offers some advanced tools to deceive adblockers so your "
|
@@ -717,7 +725,7 @@ msgstr ""
|
|
717 |
"dass Ihre Anzeigen intelligent erstellt werden, so dass diese Features ihr "
|
718 |
"volles Potenzial erreichen!"
|
719 |
|
720 |
-
#: dashboard/adrotatepro.php:
|
721 |
msgid ""
|
722 |
"Get statistics in AdRotate Pro. Similar to the free version you can track "
|
723 |
"stats in AdRotate itself and use all kinds of extra scheduling options. Or "
|
@@ -730,11 +738,11 @@ msgstr ""
|
|
730 |
"Google Analytics verfolgen und auf diese Weise detailliertere Informationen "
|
731 |
"zu Ihren Besuchern anzeigen."
|
732 |
|
733 |
-
#: dashboard/adrotatepro.php:
|
734 |
msgid "Stay up-to-date with notifications"
|
735 |
msgstr "Benachrichtigungen, um auf dem Laufenden zu bleiben"
|
736 |
|
737 |
-
#: dashboard/adrotatepro.php:
|
738 |
msgid ""
|
739 |
"Stay in touch with Email notifications. Have AdRotate send you an alert when "
|
740 |
"adverts expire or need your attention. Get notified when adverts expire, "
|
@@ -779,11 +787,7 @@ msgstr "Gruppen"
|
|
779 |
msgid "Have errors"
|
780 |
msgstr "Fehler enthalten"
|
781 |
|
782 |
-
#: dashboard/info.php:
|
783 |
-
msgid "Buy AdRotate Professional"
|
784 |
-
msgstr "AdRotate Professional kaufen"
|
785 |
-
|
786 |
-
#: dashboard/info.php:111
|
787 |
msgid ""
|
788 |
"AdRotate Professional has a lot more functions for even better advertising "
|
789 |
"management. Check out the feature comparison tab on any of the product pages "
|
@@ -794,67 +798,43 @@ msgstr ""
|
|
794 |
"einer der Produktseiten an, um zu sehen, was AdRotate Pro für Sie zu bieten "
|
795 |
"hat!"
|
796 |
|
797 |
-
#: dashboard/info.php:
|
798 |
msgid "Single License"
|
799 |
msgstr "Einzellizenz"
|
800 |
|
801 |
-
#: dashboard/info.php:
|
802 |
msgid "Use on ONE WordPress installation."
|
803 |
msgstr "Für eine Wordpress-Installation."
|
804 |
|
805 |
-
#: dashboard/info.php:
|
806 |
-
#: dashboard/info.php:
|
807 |
msgid "Buy now"
|
808 |
msgstr "Jetzt kaufen"
|
809 |
|
810 |
-
#: dashboard/info.php:
|
811 |
msgid "Duo License"
|
812 |
msgstr "Duo Lizenz"
|
813 |
|
814 |
-
#: dashboard/info.php:
|
815 |
msgid "Use on TWO WordPress installations."
|
816 |
msgstr "Für eine Wordpress-Installation."
|
817 |
|
818 |
-
#: dashboard/info.php:
|
819 |
msgid "Multi License"
|
820 |
msgstr "Multi-Lizenz"
|
821 |
|
822 |
-
#: dashboard/info.php:
|
823 |
msgid "Use on up to FIVE WordPress installations."
|
824 |
msgstr "Für bis zu fünf Wordpress-Installationen."
|
825 |
|
826 |
-
#: dashboard/info.php:
|
827 |
msgid "Developer License"
|
828 |
msgstr "Entwickler-Lizenz"
|
829 |
|
830 |
-
#: dashboard/info.php:
|
831 |
msgid "Use on up to a HUNDRED WordPress installations and/or networks."
|
832 |
msgstr "Für bis zu fünf Wordpress-Installationen."
|
833 |
|
834 |
-
#: dashboard/info.php:127
|
835 |
-
msgid "Advertising Partners & Affiliates"
|
836 |
-
msgstr "Werbepartner und Partner"
|
837 |
-
|
838 |
-
#: dashboard/info.php:128
|
839 |
-
msgid ""
|
840 |
-
"A selection of quality advertiser networks and useful products. If you need "
|
841 |
-
"adverts or just want more or more diverse adverts. Check out these great "
|
842 |
-
"options!"
|
843 |
-
msgstr ""
|
844 |
-
"Eine Auswahl hochwertiger Werbenetzwerke und nützlicher Produkte. Wenn Sie "
|
845 |
-
"Anzeigen benötigen oder einfach mehr oder mehr verschiedene Anzeigen "
|
846 |
-
"wünschen. Schauen Sie sich diese großartigen Optionen an!"
|
847 |
-
|
848 |
-
#: dashboard/info.php:128
|
849 |
-
msgid "Check out these and other preferred products or providers on my"
|
850 |
-
msgstr ""
|
851 |
-
"Schauen Sie sich diese und andere bevorzugte Produkte oder Anbieter auf "
|
852 |
-
"meinem"
|
853 |
-
|
854 |
-
#: dashboard/info.php:128
|
855 |
-
msgid "recommended products page"
|
856 |
-
msgstr "Seite empfohlene Produkte"
|
857 |
-
|
858 |
#: dashboard/publisher/adverts-disabled.php:15
|
859 |
msgid "Disabled Adverts"
|
860 |
msgstr "Deaktivierte Anzeigen"
|
@@ -874,7 +854,8 @@ msgstr "Aktivieren"
|
|
874 |
|
875 |
#: dashboard/publisher/adverts-disabled.php:22
|
876 |
#: dashboard/publisher/adverts-error.php:21
|
877 |
-
#: dashboard/publisher/adverts-main.php:22 dashboard/publisher/media.php:
|
|
|
878 |
msgid "Delete"
|
879 |
msgstr "Löschen"
|
880 |
|
@@ -916,7 +897,7 @@ msgstr "Start / Ende"
|
|
916 |
#: dashboard/publisher/adverts-main.php:41
|
917 |
#: dashboard/publisher/groups-edit.php:65
|
918 |
#: dashboard/publisher/groups-edit.php:360
|
919 |
-
#: dashboard/publisher/groups-main.php:33 dashboard/publisher/media.php:
|
920 |
#: dashboard/publisher/schedules-main.php:33
|
921 |
msgid "Name"
|
922 |
msgstr "Name"
|
@@ -1194,7 +1175,7 @@ msgstr "Holen Sie sich mehr Funktionen mit AdRotate Pro."
|
|
1194 |
#: dashboard/publisher/adverts-edit.php:261
|
1195 |
#: dashboard/publisher/adverts-edit.php:343
|
1196 |
#: dashboard/publisher/adverts-edit.php:443
|
1197 |
-
#: dashboard/publisher/groups-edit.php:228
|
1198 |
#: dashboard/publisher/statistics-advert.php:109
|
1199 |
#: dashboard/publisher/statistics-group.php:113
|
1200 |
#: dashboard/publisher/statistics-main.php:83
|
@@ -1720,7 +1701,7 @@ msgstr ""
|
|
1720 |
"1280px breit (bis zu 2048px Auflösung)."
|
1721 |
|
1722 |
#: dashboard/publisher/adverts-generator.php:113
|
1723 |
-
#: dashboard/publisher/media.php:
|
1724 |
msgid "Important:"
|
1725 |
msgstr "Wichtig:"
|
1726 |
|
@@ -2249,19 +2230,19 @@ msgstr "OK um fortzufahren, CANCEL, um zu stoppen."
|
|
2249 |
msgid "No groups created!"
|
2250 |
msgstr "Keine Gruppen erstellt!"
|
2251 |
|
2252 |
-
#: dashboard/publisher/media.php:
|
2253 |
msgid "Upload new file"
|
2254 |
msgstr "Neue Datei hochladen"
|
2255 |
|
2256 |
-
#: dashboard/publisher/media.php:
|
2257 |
msgid "Accepted files:"
|
2258 |
msgstr "Akzeptierte Dateiformate:"
|
2259 |
|
2260 |
-
#: dashboard/publisher/media.php:
|
2261 |
msgid "Maximum size is 512Kb per file."
|
2262 |
msgstr "Die maximale Größe beträgt 512 KB pro Datei."
|
2263 |
|
2264 |
-
#: dashboard/publisher/media.php:
|
2265 |
msgid ""
|
2266 |
"Make sure your file has no spaces or special characters in the name. Replace "
|
2267 |
"spaces with a - or _."
|
@@ -2269,48 +2250,54 @@ msgstr ""
|
|
2269 |
"Stellen Sie sicher, dass die Datei keine Leer- oder Sonderzeichen im Namen "
|
2270 |
"hat. Ersetzen Sie diese mit ein - oder _."
|
2271 |
|
2272 |
-
#: dashboard/publisher/media.php:
|
2273 |
msgid ""
|
2274 |
-
"
|
2275 |
-
"
|
2276 |
msgstr ""
|
2277 |
-
"
|
2278 |
-
"
|
2279 |
-
"
|
2280 |
|
2281 |
-
#: dashboard/publisher/media.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2282 |
msgid "Upload file"
|
2283 |
msgstr "Datei hochladen"
|
2284 |
|
2285 |
-
#: dashboard/publisher/media.php:
|
2286 |
msgid "Click only once per file!"
|
2287 |
msgstr "Klicken Sie nur einmal pro Datei!"
|
2288 |
|
2289 |
-
#: dashboard/publisher/media.php:
|
2290 |
msgid "Available files in"
|
2291 |
msgstr "Verfügbar Dateien in"
|
2292 |
|
2293 |
-
#: dashboard/publisher/media.php:
|
2294 |
-
msgid "
|
2295 |
-
msgstr "
|
2296 |
|
2297 |
-
#: dashboard/publisher/media.php:
|
2298 |
msgid "No files found!"
|
2299 |
msgstr "Es wurden keine Dateien gefunden!"
|
2300 |
|
2301 |
-
#: dashboard/publisher/media.php:
|
2302 |
msgid ""
|
2303 |
"Make sure the banner images are not in use by adverts when you delete them!"
|
2304 |
msgstr ""
|
2305 |
"Stellen Sie sicher, dass die Bannerbilder von Anzeigen nicht aktiv sind, "
|
2306 |
"wenn Sie diese löschen!"
|
2307 |
|
2308 |
-
#: dashboard/publisher/media.php:
|
2309 |
-
|
2310 |
-
|
2311 |
-
|
2312 |
-
msgid "Get more features with AdRotate Pro"
|
2313 |
-
msgstr "Holen Sie sich mehr Funktionen mit AdRotate Pro"
|
2314 |
|
2315 |
#: dashboard/publisher/schedules-main.php:13
|
2316 |
msgid ""
|
@@ -2436,6 +2423,12 @@ msgstr ""
|
|
2436 |
"Alle Statistiken sind Richtwerte. Sie haben nicht unbedingt Auswirkungen auf "
|
2437 |
"andere Bereiche."
|
2438 |
|
|
|
|
|
|
|
|
|
|
|
|
|
2439 |
#: dashboard/publisher/statistics-group.php:46
|
2440 |
msgid "Statistics for group"
|
2441 |
msgstr "Statistiken für Gruppe"
|
@@ -2506,7 +2499,7 @@ msgstr ""
|
|
2506 |
|
2507 |
#: dashboard/settings/advertisers.php:53 dashboard/settings/general.php:78
|
2508 |
#: dashboard/settings/maintenance.php:97 dashboard/settings/misc.php:47
|
2509 |
-
#: dashboard/settings/notifications.php:
|
2510 |
#: dashboard/settings/statistics.php:83
|
2511 |
msgid "Update Options"
|
2512 |
msgstr "Einstellungen aktualisieren"
|
@@ -3250,14 +3243,6 @@ msgstr ""
|
|
3250 |
"Nachrichten werden alle 24 Stunden gesendet. Maximal 5 Adressen. Komma "
|
3251 |
"getrennt. Dieses Feld darf nicht leer sein!"
|
3252 |
|
3253 |
-
#: dashboard/settings/notifications.php:73
|
3254 |
-
msgid ""
|
3255 |
-
"Who gets email from advertisers. Maximum of 5 addresses. Comma separated. "
|
3256 |
-
"This field may not be empty!"
|
3257 |
-
msgstr ""
|
3258 |
-
"Wer bekommt E-Mail von Inserenten. Bis zu 5 Adressen. Durch Komma getrennt. "
|
3259 |
-
"Dieses Feld darf nicht leer sein!"
|
3260 |
-
|
3261 |
#: dashboard/settings/roles.php:18
|
3262 |
msgid "Who has access to what?"
|
3263 |
msgstr "Wer hat Zugang zu was?"
|
@@ -3502,6 +3487,54 @@ msgstr "Hilfe erhalten"
|
|
3502 |
msgid "Premium Support is available in AdRotate Pro!"
|
3503 |
msgstr "Diese Funktion ist verfügbar in AdRotate Pro!"
|
3504 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3505 |
#~ msgid "Join the Media.net advertising network"
|
3506 |
#~ msgstr "Treten Sie dem Media.net-Werbenetzwerk bei"
|
3507 |
|
@@ -3694,22 +3727,9 @@ msgstr "Diese Funktion ist verfügbar in AdRotate Pro!"
|
|
3694 |
#~ msgid "Review the ad here:"
|
3695 |
#~ msgstr "Überprüfen Sie die Anzeige hier:"
|
3696 |
|
3697 |
-
#~ msgid "Banner image saved"
|
3698 |
-
#~ msgstr "Banner-Bild gespeichert"
|
3699 |
-
|
3700 |
#~ msgid "Advertiser updated"
|
3701 |
#~ msgstr "Inserent aktualisiert"
|
3702 |
|
3703 |
-
#~ msgid "Asset(s) deleted"
|
3704 |
-
#~ msgstr "Assets gelöscht"
|
3705 |
-
|
3706 |
-
#~ msgid ""
|
3707 |
-
#~ "Something went wrong deleting the file or folder. Make sure your "
|
3708 |
-
#~ "permissions are in order."
|
3709 |
-
#~ msgstr ""
|
3710 |
-
#~ "Beim Löschen der Datei oder des Ordners ist etwas schief gelaufen. "
|
3711 |
-
#~ "Stellen Sie sicher, dass Ihre Berechtigungen in Ordnung sind."
|
3712 |
-
|
3713 |
#~ msgid "Email(s) with reports successfully sent"
|
3714 |
#~ msgstr "E-Mail(s) mit Berichten wurde erfolgreich versandt"
|
3715 |
|
@@ -4915,18 +4935,6 @@ msgstr "Diese Funktion ist verfügbar in AdRotate Pro!"
|
|
4915 |
#~ msgid "Group"
|
4916 |
#~ msgstr "Gruppe"
|
4917 |
|
4918 |
-
#~ msgid ""
|
4919 |
-
#~ "Zip files are automatically extracted in the location where they are "
|
4920 |
-
#~ "uploaded and the original zip file will be deleted once extracted."
|
4921 |
-
#~ msgstr ""
|
4922 |
-
#~ "Zip-Dateien werden automatisch an dem Speicherort extrahiert, an dem sie "
|
4923 |
-
#~ "hochgeladen werden, und die ursprüngliche ZIP-Datei wird nach dem "
|
4924 |
-
#~ "Extrahieren gelöscht."
|
4925 |
-
|
4926 |
-
#~ msgid "Deleting a folder deletes everything inside that folder as well!"
|
4927 |
-
#~ msgstr ""
|
4928 |
-
#~ "Durch das Löschen eines Ordners wird auch alles in diesem Ordner gelöscht!"
|
4929 |
-
|
4930 |
#~ msgid "New Schedule"
|
4931 |
#~ msgstr "Neuer Zeitplan"
|
4932 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: AdRotate\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2020-07-08 16:42-0500\n"
|
6 |
+
"PO-Revision-Date: 2020-07-08 16:43-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"
|
17 |
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
+
#: adrotate-functions.php:790
|
21 |
msgid "Ad saved"
|
22 |
msgstr "Anzeige gespeichert"
|
23 |
|
24 |
+
#: adrotate-functions.php:794
|
25 |
msgid "Group saved"
|
26 |
msgstr "Gruppe gespeichert"
|
27 |
|
28 |
+
#: adrotate-functions.php:798
|
29 |
+
msgid "Banner image saved"
|
30 |
+
msgstr "Banner-Bild gespeichert"
|
31 |
+
|
32 |
+
#: adrotate-functions.php:802
|
33 |
msgid "Ad(s) deleted"
|
34 |
msgstr "Anzeige (n) gelöscht"
|
35 |
|
36 |
+
#: adrotate-functions.php:806
|
37 |
msgid "Group deleted"
|
38 |
msgstr "Gruppe gelöscht"
|
39 |
|
40 |
+
#: adrotate-functions.php:810
|
41 |
+
msgid "Asset(s) deleted"
|
42 |
+
msgstr "Assets gelöscht"
|
43 |
+
|
44 |
+
#: adrotate-functions.php:814
|
45 |
+
msgid ""
|
46 |
+
"Something went wrong deleting the file or folder. Make sure your permissions "
|
47 |
+
"are in order."
|
48 |
+
msgstr ""
|
49 |
+
"Beim Löschen der Datei oder des Ordners ist etwas schief gelaufen. Stellen "
|
50 |
+
"Sie sicher, dass Ihre Berechtigungen in Ordnung sind."
|
51 |
+
|
52 |
+
#: adrotate-functions.php:818
|
53 |
msgid "Ad(s) statistics reset"
|
54 |
msgstr "Anzeige(n) Statistik-Reset"
|
55 |
|
56 |
+
#: adrotate-functions.php:822
|
57 |
msgid "Ad(s) renewed"
|
58 |
msgstr "Anzeige(n) erneuert"
|
59 |
|
60 |
+
#: adrotate-functions.php:826
|
61 |
msgid "Ad(s) deactivated"
|
62 |
msgstr "Anzeige(n) deaktiviert"
|
63 |
|
64 |
+
#: adrotate-functions.php:830
|
65 |
msgid "Ad(s) activated"
|
66 |
msgstr "Anzeige(n) aktiviert"
|
67 |
|
68 |
+
#: adrotate-functions.php:834
|
69 |
msgid "Group including it's Ads deleted"
|
70 |
msgstr "Gruppe mitsamt der Anzeigen gelöscht"
|
71 |
|
72 |
+
#: adrotate-functions.php:838
|
73 |
msgid "Export created"
|
74 |
msgstr "Export erstellt"
|
75 |
|
76 |
+
#: adrotate-functions.php:842
|
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 it."
|
82 |
"Anzeige unten. Vergessen Sie nicht, alle Einstellungen zu überprüfen und zu "
|
83 |
"planen."
|
84 |
|
85 |
+
#: adrotate-functions.php:847
|
86 |
msgid "Settings saved"
|
87 |
msgstr "Einstellungen gespeichert"
|
88 |
|
89 |
+
#: adrotate-functions.php:851
|
90 |
msgid "Database optimized"
|
91 |
msgstr "Datenbank optimiert"
|
92 |
|
93 |
+
#: adrotate-functions.php:855
|
94 |
msgid "Database repaired"
|
95 |
msgstr "Datenbank repariert"
|
96 |
|
97 |
+
#: adrotate-functions.php:859
|
98 |
msgid "Ads evaluated and statuses have been corrected where required"
|
99 |
msgstr ""
|
100 |
"Anzeigen wurden überprüft und Zustände korrigiert, wo es erforderlich war"
|
101 |
|
102 |
+
#: adrotate-functions.php:863
|
103 |
msgid "Cleanup complete"
|
104 |
msgstr "Bereinigung abgeschlossen"
|
105 |
|
106 |
+
#: adrotate-functions.php:868
|
107 |
msgid "Action prohibited"
|
108 |
msgstr "Aktion nicht zulässig"
|
109 |
|
110 |
+
#: adrotate-functions.php:872
|
111 |
msgid ""
|
112 |
"The ad was saved but has an issue which might prevent it from working "
|
113 |
"properly. Review the colored ad."
|
116 |
"möglicherweise nicht ordnungsgemäß funktionieren könnte. Überprüfen Sie die "
|
117 |
"farbige Anzeige."
|
118 |
|
119 |
+
#: adrotate-functions.php:876
|
120 |
msgid "No data found in selected time period"
|
121 |
msgstr "Keine Daten im ausgewählten Zeitraum gefunden"
|
122 |
|
123 |
+
#: adrotate-functions.php:880
|
124 |
msgid "Database can only be optimized or cleaned once every hour"
|
125 |
msgstr "Datenbank kann nur einmal pro Stunde optimiert oder gereinigt werden"
|
126 |
|
127 |
+
#: adrotate-functions.php:884
|
128 |
msgid "Form can not be (partially) empty!"
|
129 |
msgstr "Formular kann nicht (teilweise) leer sein!"
|
130 |
|
131 |
+
#: adrotate-functions.php:888
|
132 |
msgid "No ads found."
|
133 |
msgstr "Es wurden keine Anzeigen gefunden."
|
134 |
|
135 |
+
#: adrotate-functions.php:892
|
136 |
msgid ""
|
137 |
"The advert hash is not usable or is missing required data. Please copy the "
|
138 |
"hash correctly and try again."
|
140 |
"Der Anzeigenhash ist nicht verwendbar oder enthält keine erforderlichen "
|
141 |
"Daten. Kopieren Sie den Hash richtig, und versuchen Sie es erneut."
|
142 |
|
143 |
+
#: adrotate-functions.php:896
|
144 |
msgid ""
|
145 |
"The advert hash can not be used on the same site as it originated from or is "
|
146 |
"not a valid hash for importing."
|
148 |
"Der Anzeigenhash kann nicht auf derselben Website verwendet werden, von der "
|
149 |
"er stammt, oder es handelt sich nicht um einen gültigen Hash für den Import."
|
150 |
|
151 |
+
#: adrotate-functions.php:900
|
152 |
msgid "Unexpected error"
|
153 |
msgstr "Unerwarteter Fehler"
|
154 |
|
155 |
+
#: adrotate-manage-publisher.php:893
|
156 |
msgid "AdRotate Advertiser"
|
157 |
msgstr "AdRotate Advertiser"
|
158 |
|
159 |
+
#: adrotate-output.php:547
|
160 |
msgid "Oh no! Something went wrong!"
|
161 |
msgstr "Oha! Da ist etwas schief gelaufen!"
|
162 |
|
163 |
+
#: adrotate-output.php:548
|
164 |
msgid ""
|
165 |
"WordPress was unable to verify the authenticity of the url you have clicked. "
|
166 |
"Verify if the url used is valid or log in via your browser."
|
169 |
"haben, zu prüfen. Überprüfen Sie, ob die verwendete Url gültig ist oder "
|
170 |
"loggen Sie sich über Ihren Browser ein."
|
171 |
|
172 |
+
#: adrotate-output.php:549
|
173 |
msgid ""
|
174 |
"If you have received the url you want to visit via email, you are being "
|
175 |
"tricked!"
|
177 |
"Wenn Sie eine URL per E-Mail erhalten, die Sie besuchen sollen, dann werden "
|
178 |
"Sie betrogen!"
|
179 |
|
180 |
+
#: adrotate-output.php:550
|
181 |
msgid "Contact support if the issue persists:"
|
182 |
msgstr "Kontaktiere den Support, wenn das Problem weiterhin besteht:"
|
183 |
|
184 |
+
#: adrotate-output.php:562
|
185 |
msgid ""
|
186 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
187 |
"restrictions!"
|
189 |
"Fehler, die Anzeige steht zu diesem Zeitpunkt nicht zur Verfügung aufgrund "
|
190 |
"der Zeitplan / Geolocation Einschränkungen!"
|
191 |
|
192 |
+
#: adrotate-output.php:567
|
193 |
msgid ""
|
194 |
"Either there are no banners, they are disabled or none qualified for this "
|
195 |
"location!"
|
197 |
"Entweder gibt es keine banner, oder die banner sind deaktiviert oder hier "
|
198 |
"nicht entsprechend eingestellt!"
|
199 |
|
200 |
+
#: adrotate-output.php:572
|
201 |
msgid "Error, no Ad ID set! Check your syntax!"
|
202 |
msgstr "Fehler, keine Ad-ID gesetzt! Überprüfen Sie Ihre Syntax!"
|
203 |
|
204 |
+
#: adrotate-output.php:578
|
205 |
msgid "Error, no group ID set! Check your syntax!"
|
206 |
msgstr "Fehler, keine Gruppen-ID gesetzt! Überprüfen Sie Ihre Syntax!"
|
207 |
|
208 |
+
#: adrotate-output.php:583
|
209 |
msgid "Error, group does not exist! Check your syntax!"
|
210 |
msgstr "Fehler, Gruppe existiert nicht! Überprüfen Sie Ihre Syntax!"
|
211 |
|
212 |
+
#: adrotate-output.php:589
|
213 |
msgid ""
|
214 |
"There was an error locating the database tables for AdRotate. Please "
|
215 |
"deactivate and re-activate AdRotate from the plugin page!!"
|
217 |
"Es ist ein Fehler in den Datenbanktabellen für AdRotate aufgetreten. Bitte "
|
218 |
"deaktivieren und reaktivieren Sie AdRotate aus der Plugin-Seite!!"
|
219 |
|
220 |
+
#: adrotate-output.php:589
|
221 |
msgid "If this does not solve the issue please seek support at"
|
222 |
msgstr "Wenn dies das Problem nicht löst, bitte suchen Sie Unterstützung auf"
|
223 |
|
224 |
+
#: adrotate-output.php:595
|
225 |
msgid ""
|
226 |
"There was an error loading the page. Please try again by reloading the page "
|
227 |
"via the menu on the left."
|
229 |
"Beim Laden der Seite ist ein Fehler aufgetreten. Bitte versuchen Sie es "
|
230 |
"erneut, indem Sie die Seite über das Menü auf der linken Seite neu laden."
|
231 |
|
232 |
+
#: adrotate-output.php:595
|
233 |
msgid "If the issue persists please seek help at"
|
234 |
msgstr "Wenn das Problem weiterhin besteht, wenden Sie sich bitte an"
|
235 |
|
236 |
+
#: adrotate-output.php:601
|
237 |
msgid "An unknown error occured."
|
238 |
msgstr "Ein unbekannter Fehler ist aufgetreten."
|
239 |
|
240 |
+
#: adrotate-output.php:621 adrotate-output.php:624 adrotate-output.php:628
|
241 |
#: dashboard/settings/maintenance.php:20
|
242 |
msgid "Check adverts"
|
243 |
msgstr "Anzeigen überprüfen"
|
244 |
|
245 |
+
#: adrotate-output.php:633
|
246 |
msgid ""
|
247 |
"You have enabled caching support but W3 Total Cache is not active on your "
|
248 |
"site!"
|
250 |
"Sie haben die Caching-Unterstützung aktiviert, aber W3 Total Cache ist auf "
|
251 |
"Ihrer Website nicht aktiv!"
|
252 |
|
253 |
+
#: adrotate-output.php:633
|
254 |
msgid "Disable W3 Total Cache Support"
|
255 |
msgstr "Deaktivieren von W3 Total Cache Support"
|
256 |
|
257 |
+
#: adrotate-output.php:636
|
258 |
msgid ""
|
259 |
"You have enable caching support but the W3TC_DYNAMIC_SECURITY definition is "
|
260 |
"not set."
|
262 |
"Sie haben Unterstützung Zwischenspeicherung aktiviert, aber die "
|
263 |
"W3TC_DYNAMIC_SECURITY Definition ist nicht festgelegt."
|
264 |
|
265 |
+
#: adrotate-output.php:636
|
266 |
msgid "How to configure W3 Total Cache"
|
267 |
msgstr "Konfigurieren von W3 Total Cache"
|
268 |
|
269 |
+
#: adrotate-output.php:640
|
270 |
msgid ""
|
271 |
"You have enable caching support but Borlabs Cache is not active on your site!"
|
272 |
msgstr ""
|
273 |
"Sie haben Caching-Unterstützung aktiviert, aber Borlabs Cache ist auf Ihrer "
|
274 |
"Website nicht aktiv!"
|
275 |
|
276 |
+
#: adrotate-output.php:640
|
277 |
msgid "Disable Borlabs Cache Support"
|
278 |
msgstr "Deaktivieren der Borlabs-Cache-Unterstützung"
|
279 |
|
280 |
+
#: adrotate-output.php:646
|
281 |
msgid ""
|
282 |
"You have enabled Borlabs Cache support but Fragment caching is not enabled!"
|
283 |
msgstr ""
|
284 |
"Sie haben die Borlabs Cache-Unterstützung aktiviert, aber die "
|
285 |
"Fragmentzwischenspeicherung ist nicht aktiviert!"
|
286 |
|
287 |
+
#: adrotate-output.php:646
|
288 |
msgid "Enable Fragment Caching"
|
289 |
msgstr "Aktivieren der Fragmentzwischenspeicherung"
|
290 |
|
291 |
+
#: adrotate-output.php:653
|
292 |
msgid "Your AdRotate Banner folder is not writable or does not exist."
|
293 |
msgstr ""
|
294 |
"Ihre AdRotate Banner-Ordner ist nicht beschreibbar ist oder nicht vorhanden."
|
295 |
|
296 |
+
#: adrotate-output.php:653
|
297 |
msgid "Set up your banner folder"
|
298 |
msgstr "Einrichten des Bannerordners"
|
299 |
|
300 |
+
#: adrotate-output.php:656
|
301 |
msgid ""
|
302 |
"You have AdRotate Professional installed. Please switch to AdRotate Pro! You "
|
303 |
"can delete this plugin after AdRotate Pro is activated."
|
305 |
"Sie haben AdRotate Professional installiert. Bitte wechseln Sie zu AdRotate "
|
306 |
"Pro! Sie können dieses Plugin löschen, nachdem AdRotate Pro aktiviert wurde."
|
307 |
|
308 |
+
#: adrotate-output.php:656
|
309 |
msgid "Switch plugins"
|
310 |
msgstr "Wechseln von Plugins"
|
311 |
|
312 |
+
#: adrotate-output.php:659
|
313 |
msgid ""
|
314 |
"Something is wrong with your installation of AdRotate. Either the plugin is "
|
315 |
"installed twice or your current installation has the wrong folder name. "
|
319 |
"Plugin zweimal installiert oder Ihre aktuelle Installation hat den falschen "
|
320 |
"Ordnernamen. Bitte installieren Sie das Plugin richtig!"
|
321 |
|
322 |
+
#: adrotate-output.php:659
|
323 |
msgid "Installation instructions"
|
324 |
msgstr "Installationsanweisungen"
|
325 |
|
326 |
+
#: adrotate-output.php:730
|
327 |
msgid "your attention:"
|
328 |
msgstr "Ihre Aufmerksamkeit:"
|
329 |
|
330 |
+
#: adrotate-output.php:761
|
331 |
msgid ""
|
332 |
+
"Thank you for choosing AdRotate. Everything related to AdRotate is in this "
|
333 |
+
"menu. If you need help getting started take a look at the"
|
334 |
msgstr ""
|
335 |
+
"Vielen Dank, dass Sie sich für AdRotate entschieden haben. Alles, was mit "
|
336 |
+
"AdRotate zu tun hat, befindet sich in diesem Menü. Wenn Sie Hilfe bei den "
|
337 |
+
"ersten"
|
338 |
|
339 |
+
#: adrotate-output.php:761
|
340 |
msgid "manuals"
|
341 |
msgstr "Handbücher"
|
342 |
|
343 |
+
#: adrotate-output.php:761 adrotate-output.php:845
|
344 |
msgid "and"
|
345 |
msgstr "und"
|
346 |
|
347 |
+
#: adrotate-output.php:761
|
348 |
msgid "forums"
|
349 |
msgstr "Forum"
|
350 |
|
351 |
+
#: adrotate-output.php:837
|
352 |
msgid "Help AdRotate Grow"
|
353 |
msgstr "Hilf mit, damit AdRotate sich weiter entwickelt"
|
354 |
|
355 |
+
#: adrotate-output.php:838 adrotate.php:152
|
356 |
msgid "AdRotate Professional"
|
357 |
msgstr "AdRotate Professional"
|
358 |
|
359 |
+
#: adrotate-output.php:845
|
360 |
msgid ""
|
361 |
"Many users only think to review AdRotate when something goes wrong while "
|
362 |
"thousands of people happily use AdRotate."
|
364 |
"Viele Anwender denken nur dann darüber nach AdRotate zu bewerten, wenn etwas "
|
365 |
"schief geht, während Tausende andere AdRotate zufrieden verwenden."
|
366 |
|
367 |
+
#: adrotate-output.php:845
|
368 |
msgid "If you find AdRotate useful please leave your"
|
369 |
msgstr "Wenn Sie AdRotate nützlich finden, verlassen Sie bitte Ihre"
|
370 |
|
371 |
+
#: adrotate-output.php:845
|
372 |
msgid "rating"
|
373 |
msgstr "Bewertung"
|
374 |
|
375 |
+
#: adrotate-output.php:845
|
376 |
msgid "review"
|
377 |
msgstr "Rezension hinzufügen"
|
378 |
|
379 |
+
#: adrotate-output.php:845
|
380 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
381 |
msgstr "auf WordPress.org, damit AdRotate sich weiter positiv entwickelt"
|
382 |
|
383 |
+
#: adrotate-output.php:846
|
384 |
msgid ""
|
385 |
"Get more advanced features like Geo Targeting, scheduling and much more with "
|
386 |
"AdRotate Pro."
|
388 |
"Mit AdRotate Pro erhalten Sie erweiterte Funktionen wie Geo Targeting, "
|
389 |
"Zeitplanung und vieles mehr."
|
390 |
|
391 |
+
#: adrotate-output.php:846
|
392 |
msgid "Includes premium support and free updates for one year!"
|
393 |
msgstr "Beinhaltet Premium-Support und kostenlose Updates für ein Jahr!"
|
394 |
|
395 |
+
#: adrotate-output.php:846
|
396 |
msgid "Get started today"
|
397 |
msgstr "Starte heute"
|
398 |
|
506 |
msgid "Fill in the ID of the type you want to display!"
|
507 |
msgstr "Geben Sie die ID des Typs an, den Sie anzeigen möchten!"
|
508 |
|
509 |
+
#: adrotate.php:105
|
510 |
msgid "General Info"
|
511 |
msgstr "Allgemeine Info"
|
512 |
|
513 |
+
#: adrotate.php:106
|
514 |
+
msgid "Get AdRotate Pro"
|
515 |
msgstr "AdRotate Pro"
|
516 |
|
517 |
+
#: adrotate.php:107
|
518 |
msgid "Manage Adverts"
|
519 |
msgstr "Anzeigen verwalten"
|
520 |
|
521 |
+
#: adrotate.php:108 dashboard/publisher/groups-main.php:12
|
522 |
msgid "Manage Groups"
|
523 |
msgstr "Gruppen verwalten"
|
524 |
|
525 |
+
#: adrotate.php:109 dashboard/publisher/schedules-main.php:12
|
526 |
msgid "Manage Schedules"
|
527 |
msgstr "Zeiträume verwalten"
|
528 |
|
529 |
+
#: adrotate.php:110 adrotate.php:400 adrotate.php:521
|
530 |
+
#: dashboard/adrotatepro.php:98 dashboard/publisher/adverts-edit.php:177
|
531 |
#: dashboard/publisher/statistics-main.php:23
|
532 |
#: dashboard/settings/statistics.php:17
|
533 |
msgid "Statistics"
|
534 |
msgstr "Auswertungen"
|
535 |
|
536 |
+
#: adrotate.php:111
|
537 |
msgid "Manage Media"
|
538 |
msgstr "Medien verwalten"
|
539 |
|
540 |
+
#: adrotate.php:112 adrotate.php:484
|
541 |
msgid "Support"
|
542 |
msgstr "Support"
|
543 |
|
544 |
+
#: adrotate.php:113
|
545 |
msgid "Settings"
|
546 |
msgstr "Einstellungen"
|
547 |
|
548 |
+
#: adrotate.php:134
|
549 |
msgid "AdRotate Info"
|
550 |
msgstr "AdRotate Info"
|
551 |
|
552 |
+
#: adrotate.php:196
|
553 |
msgid "Advert Management"
|
554 |
msgstr "Anzeige-Management"
|
555 |
|
556 |
+
#: adrotate.php:256 adrotate.php:327
|
557 |
msgid "Manage"
|
558 |
msgstr "Verwalten"
|
559 |
|
560 |
+
#: adrotate.php:257
|
561 |
msgid "Generator"
|
562 |
msgstr "QR-Code-Generator (für Ihre vCard)"
|
563 |
|
564 |
+
#: adrotate.php:258 adrotate.php:328
|
565 |
msgid "Add New"
|
566 |
msgstr "Neu hinzufügen"
|
567 |
|
568 |
+
#: adrotate.php:321
|
569 |
msgid "Group Management"
|
570 |
msgstr "Gruppen-Verwaltung"
|
571 |
|
572 |
+
#: adrotate.php:358
|
573 |
msgid "Schedules"
|
574 |
msgstr "Zeitpläne"
|
575 |
|
576 |
+
#: adrotate.php:444
|
577 |
msgid "Media and Assets"
|
578 |
msgstr "Medien und Assets"
|
579 |
|
580 |
+
#: adrotate.php:448
|
581 |
msgid ""
|
582 |
"Upload images to the AdRotate Pro banners folder from here. This is useful "
|
583 |
"if you have HTML5 adverts containing multiple files."
|
586 |
"Bannerordner hoch. Dies ist nützlich, wenn Sie HTML5-Anzeigen haben, die "
|
587 |
"mehrere Dateien enthalten."
|
588 |
|
589 |
+
#: adrotate.php:514
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
590 |
msgid "AdRotate Settings"
|
591 |
msgstr "AdRotate Einstellungen"
|
592 |
|
593 |
+
#: adrotate.php:519 dashboard/publisher/statistics-main.php:28
|
594 |
msgid "General"
|
595 |
msgstr "Allgemein"
|
596 |
|
597 |
+
#: adrotate.php:520 dashboard/settings/notifications.php:18
|
598 |
msgid "Notifications"
|
599 |
msgstr "Benachrichtigungen"
|
600 |
|
601 |
+
#: adrotate.php:522 dashboard/publisher/adverts-edit.php:345
|
602 |
#: dashboard/publisher/groups-edit.php:205
|
603 |
#: dashboard/settings/advertisers.php:38
|
604 |
msgid "Geo Targeting"
|
605 |
msgstr "Geo Targeting"
|
606 |
|
607 |
+
#: adrotate.php:523
|
608 |
msgid "Advertisers"
|
609 |
msgstr "Inserenten"
|
610 |
|
611 |
+
#: adrotate.php:524 dashboard/settings/roles.php:17
|
612 |
msgid "Access Roles"
|
613 |
msgstr "Zugriffsrollen"
|
614 |
|
615 |
+
#: adrotate.php:525 dashboard/settings/misc.php:16
|
616 |
msgid "Miscellaneous"
|
617 |
msgstr "Sonstiges"
|
618 |
|
619 |
+
#: adrotate.php:526 dashboard/settings/maintenance.php:16
|
620 |
msgid "Maintenance"
|
621 |
msgstr "Wartung"
|
622 |
|
623 |
+
#: dashboard/adrotatepro.php:47
|
624 |
msgid "Mobile campaigns"
|
625 |
msgstr "Mobile Kampagnen"
|
626 |
|
627 |
+
#: dashboard/adrotatepro.php:50
|
628 |
msgid ""
|
629 |
"Target mobile users with ease and show the right adverts to smartphones, "
|
630 |
"tablets and computers. Mix and match as you please and offer adverts that "
|
638 |
"leicht so viele Mobilanzeigen, wie Sie wollen, und nutzen Sie einfach alle "
|
639 |
"Möglichkeiten, um Anzeigen dort zu zeigen, wo Sie das wollen!"
|
640 |
|
641 |
+
#: dashboard/adrotatepro.php:55
|
642 |
msgid "Schedule all campaigns with ease"
|
643 |
msgstr "Planen Sie alle Kampagnen mit Leichtigkeit"
|
644 |
|
645 |
+
#: dashboard/adrotatepro.php:58
|
646 |
msgid ""
|
647 |
"Schedule your adverts and set up advertising campaigns based on dates you or "
|
648 |
"your advertisers specify without hassle. Seasonal adverts, weekly adverts, "
|
656 |
"Ihre Einnahmequelle viel leichter planen. Sie können einen oder mehrere "
|
657 |
"Zeitpläne für Werbung festlegen."
|
658 |
|
659 |
+
#: dashboard/adrotatepro.php:63
|
660 |
msgid "Satisfy your advertisers"
|
661 |
msgstr "Stellen Sie Ihre Werbekunden zufrieden"
|
662 |
|
663 |
+
#: dashboard/adrotatepro.php:66
|
664 |
msgid ""
|
665 |
"Set up advertisers and let them log in to their statistics or even create "
|
666 |
"their own adverts. Created adverts go into a moderation queue for your staff "
|
673 |
"zunächst von Ihnen überprüft werden können. Inserenten haben Zugang zu ihrem "
|
674 |
"eigenen kleinen Dashboard, wo sie die Leistung ihrer Anzeigen sehen können."
|
675 |
|
676 |
+
#: dashboard/adrotatepro.php:71
|
677 |
msgid "Get Fast Support almost all year round"
|
678 |
msgstr "Premium Support fast ganzjährig erhalten"
|
679 |
|
680 |
+
#: dashboard/adrotatepro.php:74
|
681 |
msgid ""
|
682 |
"When you activate your AdRotate Pro license you can use the more personal "
|
683 |
"email support. No more queueing up in the forums. AdRotate support takes "
|
690 |
"häufiger als das Forum aktualisiert. Erhalten Sie eine Lösung "
|
691 |
"(normalerweise) innerhalb eines Tages."
|
692 |
|
693 |
+
#: dashboard/adrotatepro.php:82
|
694 |
msgid "Localize your ad campaigns with Geo Targeting"
|
695 |
msgstr "Lokalisieren Sie Ihre Kampagnen mit Geo-Targeting"
|
696 |
|
697 |
+
#: dashboard/adrotatepro.php:85
|
698 |
msgid ""
|
699 |
"Go nationwide or global with localized adverts for your various audiences. "
|
700 |
"Set up adverts for countries and cities and sell impressions per general "
|
707 |
"MaxMind GeoIP2: Präzision, Teilte oder AdRotate Geo. AdRotate Geo ist ein "
|
708 |
"exklusiver Geo-Suchdienst für AdRotate Pro Benutzer."
|
709 |
|
710 |
+
#: dashboard/adrotatepro.php:90
|
711 |
msgid "Avoid adblockers"
|
712 |
msgstr "Vermeide Adblocker"
|
713 |
|
714 |
+
#: dashboard/adrotatepro.php:93
|
715 |
msgid ""
|
716 |
"Try and avoid adblockers so your adverts get the exposure you want them to "
|
717 |
"have. AdRotate Pro offers some advanced tools to deceive adblockers so your "
|
725 |
"dass Ihre Anzeigen intelligent erstellt werden, so dass diese Features ihr "
|
726 |
"volles Potenzial erreichen!"
|
727 |
|
728 |
+
#: dashboard/adrotatepro.php:101
|
729 |
msgid ""
|
730 |
"Get statistics in AdRotate Pro. Similar to the free version you can track "
|
731 |
"stats in AdRotate itself and use all kinds of extra scheduling options. Or "
|
738 |
"Google Analytics verfolgen und auf diese Weise detailliertere Informationen "
|
739 |
"zu Ihren Besuchern anzeigen."
|
740 |
|
741 |
+
#: dashboard/adrotatepro.php:106
|
742 |
msgid "Stay up-to-date with notifications"
|
743 |
msgstr "Benachrichtigungen, um auf dem Laufenden zu bleiben"
|
744 |
|
745 |
+
#: dashboard/adrotatepro.php:109
|
746 |
msgid ""
|
747 |
"Stay in touch with Email notifications. Have AdRotate send you an alert when "
|
748 |
"adverts expire or need your attention. Get notified when adverts expire, "
|
787 |
msgid "Have errors"
|
788 |
msgstr "Fehler enthalten"
|
789 |
|
790 |
+
#: dashboard/info.php:74
|
|
|
|
|
|
|
|
|
791 |
msgid ""
|
792 |
"AdRotate Professional has a lot more functions for even better advertising "
|
793 |
"management. Check out the feature comparison tab on any of the product pages "
|
798 |
"einer der Produktseiten an, um zu sehen, was AdRotate Pro für Sie zu bieten "
|
799 |
"hat!"
|
800 |
|
801 |
+
#: dashboard/info.php:76
|
802 |
msgid "Single License"
|
803 |
msgstr "Einzellizenz"
|
804 |
|
805 |
+
#: dashboard/info.php:76
|
806 |
msgid "Use on ONE WordPress installation."
|
807 |
msgstr "Für eine Wordpress-Installation."
|
808 |
|
809 |
+
#: dashboard/info.php:76 dashboard/info.php:77 dashboard/info.php:78
|
810 |
+
#: dashboard/info.php:79
|
811 |
msgid "Buy now"
|
812 |
msgstr "Jetzt kaufen"
|
813 |
|
814 |
+
#: dashboard/info.php:77
|
815 |
msgid "Duo License"
|
816 |
msgstr "Duo Lizenz"
|
817 |
|
818 |
+
#: dashboard/info.php:77
|
819 |
msgid "Use on TWO WordPress installations."
|
820 |
msgstr "Für eine Wordpress-Installation."
|
821 |
|
822 |
+
#: dashboard/info.php:78
|
823 |
msgid "Multi License"
|
824 |
msgstr "Multi-Lizenz"
|
825 |
|
826 |
+
#: dashboard/info.php:78
|
827 |
msgid "Use on up to FIVE WordPress installations."
|
828 |
msgstr "Für bis zu fünf Wordpress-Installationen."
|
829 |
|
830 |
+
#: dashboard/info.php:79
|
831 |
msgid "Developer License"
|
832 |
msgstr "Entwickler-Lizenz"
|
833 |
|
834 |
+
#: dashboard/info.php:79
|
835 |
msgid "Use on up to a HUNDRED WordPress installations and/or networks."
|
836 |
msgstr "Für bis zu fünf Wordpress-Installationen."
|
837 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
838 |
#: dashboard/publisher/adverts-disabled.php:15
|
839 |
msgid "Disabled Adverts"
|
840 |
msgstr "Deaktivierte Anzeigen"
|
854 |
|
855 |
#: dashboard/publisher/adverts-disabled.php:22
|
856 |
#: dashboard/publisher/adverts-error.php:21
|
857 |
+
#: dashboard/publisher/adverts-main.php:22 dashboard/publisher/media.php:68
|
858 |
+
#: dashboard/publisher/media.php:73 dashboard/publisher/media.php:77
|
859 |
msgid "Delete"
|
860 |
msgstr "Löschen"
|
861 |
|
897 |
#: dashboard/publisher/adverts-main.php:41
|
898 |
#: dashboard/publisher/groups-edit.php:65
|
899 |
#: dashboard/publisher/groups-edit.php:360
|
900 |
+
#: dashboard/publisher/groups-main.php:33 dashboard/publisher/media.php:48
|
901 |
#: dashboard/publisher/schedules-main.php:33
|
902 |
msgid "Name"
|
903 |
msgstr "Name"
|
1175 |
#: dashboard/publisher/adverts-edit.php:261
|
1176 |
#: dashboard/publisher/adverts-edit.php:343
|
1177 |
#: dashboard/publisher/adverts-edit.php:443
|
1178 |
+
#: dashboard/publisher/groups-edit.php:228
|
1179 |
#: dashboard/publisher/statistics-advert.php:109
|
1180 |
#: dashboard/publisher/statistics-group.php:113
|
1181 |
#: dashboard/publisher/statistics-main.php:83
|
1701 |
"1280px breit (bis zu 2048px Auflösung)."
|
1702 |
|
1703 |
#: dashboard/publisher/adverts-generator.php:113
|
1704 |
+
#: dashboard/publisher/media.php:37
|
1705 |
msgid "Important:"
|
1706 |
msgstr "Wichtig:"
|
1707 |
|
2230 |
msgid "No groups created!"
|
2231 |
msgstr "Keine Gruppen erstellt!"
|
2232 |
|
2233 |
+
#: dashboard/publisher/media.php:19
|
2234 |
msgid "Upload new file"
|
2235 |
msgstr "Neue Datei hochladen"
|
2236 |
|
2237 |
+
#: dashboard/publisher/media.php:37
|
2238 |
msgid "Accepted files:"
|
2239 |
msgstr "Akzeptierte Dateiformate:"
|
2240 |
|
2241 |
+
#: dashboard/publisher/media.php:37
|
2242 |
msgid "Maximum size is 512Kb per file."
|
2243 |
msgstr "Die maximale Größe beträgt 512 KB pro Datei."
|
2244 |
|
2245 |
+
#: dashboard/publisher/media.php:37
|
2246 |
msgid ""
|
2247 |
"Make sure your file has no spaces or special characters in the name. Replace "
|
2248 |
"spaces with a - or _."
|
2250 |
"Stellen Sie sicher, dass die Datei keine Leer- oder Sonderzeichen im Namen "
|
2251 |
"hat. Ersetzen Sie diese mit ein - oder _."
|
2252 |
|
2253 |
+
#: dashboard/publisher/media.php:37
|
2254 |
msgid ""
|
2255 |
+
"Zip files are automatically extracted in the location where they are "
|
2256 |
+
"uploaded and the original zip file will be deleted once extracted."
|
2257 |
msgstr ""
|
2258 |
+
"Zip-Dateien werden automatisch an dem Speicherort extrahiert, an dem sie "
|
2259 |
+
"hochgeladen werden, und die ursprüngliche ZIP-Datei wird nach dem "
|
2260 |
+
"Extrahieren gelöscht."
|
2261 |
|
2262 |
+
#: dashboard/publisher/media.php:37
|
2263 |
+
msgid ""
|
2264 |
+
"You can create top-level folders below. Folder names can between 1 and 100 "
|
2265 |
+
"characters long. Any special characters are stripped out."
|
2266 |
+
msgstr ""
|
2267 |
+
"Sie können unten Ordner der obersten Ebene erstellen. Ordnernamen können "
|
2268 |
+
"zwischen 1 und 100 Zeichen lang sein. Alle Sonderzeichen werden ausgezogen."
|
2269 |
+
|
2270 |
+
#: dashboard/publisher/media.php:40
|
2271 |
msgid "Upload file"
|
2272 |
msgstr "Datei hochladen"
|
2273 |
|
2274 |
+
#: dashboard/publisher/media.php:40
|
2275 |
msgid "Click only once per file!"
|
2276 |
msgstr "Klicken Sie nur einmal pro Datei!"
|
2277 |
|
2278 |
+
#: dashboard/publisher/media.php:43
|
2279 |
msgid "Available files in"
|
2280 |
msgstr "Verfügbar Dateien in"
|
2281 |
|
2282 |
+
#: dashboard/publisher/media.php:55
|
2283 |
+
msgid "Create folder"
|
2284 |
+
msgstr "Ordner erstellen"
|
2285 |
|
2286 |
+
#: dashboard/publisher/media.php:88
|
2287 |
msgid "No files found!"
|
2288 |
msgstr "Es wurden keine Dateien gefunden!"
|
2289 |
|
2290 |
+
#: dashboard/publisher/media.php:96
|
2291 |
msgid ""
|
2292 |
"Make sure the banner images are not in use by adverts when you delete them!"
|
2293 |
msgstr ""
|
2294 |
"Stellen Sie sicher, dass die Bannerbilder von Anzeigen nicht aktiv sind, "
|
2295 |
"wenn Sie diese löschen!"
|
2296 |
|
2297 |
+
#: dashboard/publisher/media.php:96
|
2298 |
+
msgid "Deleting a folder deletes everything inside that folder as well!"
|
2299 |
+
msgstr ""
|
2300 |
+
"Durch das Löschen eines Ordners wird auch alles in diesem Ordner gelöscht!"
|
|
|
|
|
2301 |
|
2302 |
#: dashboard/publisher/schedules-main.php:13
|
2303 |
msgid ""
|
2423 |
"Alle Statistiken sind Richtwerte. Sie haben nicht unbedingt Auswirkungen auf "
|
2424 |
"andere Bereiche."
|
2425 |
|
2426 |
+
#: dashboard/publisher/statistics-advert.php:109
|
2427 |
+
#: dashboard/publisher/statistics-group.php:113
|
2428 |
+
#: dashboard/publisher/statistics-main.php:83
|
2429 |
+
msgid "Get more features with AdRotate Pro"
|
2430 |
+
msgstr "Holen Sie sich mehr Funktionen mit AdRotate Pro"
|
2431 |
+
|
2432 |
#: dashboard/publisher/statistics-group.php:46
|
2433 |
msgid "Statistics for group"
|
2434 |
msgstr "Statistiken für Gruppe"
|
2499 |
|
2500 |
#: dashboard/settings/advertisers.php:53 dashboard/settings/general.php:78
|
2501 |
#: dashboard/settings/maintenance.php:97 dashboard/settings/misc.php:47
|
2502 |
+
#: dashboard/settings/notifications.php:72 dashboard/settings/roles.php:55
|
2503 |
#: dashboard/settings/statistics.php:83
|
2504 |
msgid "Update Options"
|
2505 |
msgstr "Einstellungen aktualisieren"
|
3243 |
"Nachrichten werden alle 24 Stunden gesendet. Maximal 5 Adressen. Komma "
|
3244 |
"getrennt. Dieses Feld darf nicht leer sein!"
|
3245 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3246 |
#: dashboard/settings/roles.php:18
|
3247 |
msgid "Who has access to what?"
|
3248 |
msgstr "Wer hat Zugang zu was?"
|
3487 |
msgid "Premium Support is available in AdRotate Pro!"
|
3488 |
msgstr "Diese Funktion ist verfügbar in AdRotate Pro!"
|
3489 |
|
3490 |
+
#~ msgid "AdRotate Pro"
|
3491 |
+
#~ msgstr "AdRotate Pro"
|
3492 |
+
|
3493 |
+
#~ msgid "Get more features"
|
3494 |
+
#~ msgstr "Holen Sie sich mehr Funktionen"
|
3495 |
+
|
3496 |
+
#~ msgid "Buy AdRotate Professional"
|
3497 |
+
#~ msgstr "AdRotate Professional kaufen"
|
3498 |
+
|
3499 |
+
#~ msgid "Advertising Partners & Affiliates"
|
3500 |
+
#~ msgstr "Werbepartner und Partner"
|
3501 |
+
|
3502 |
+
#~ msgid ""
|
3503 |
+
#~ "A selection of quality advertiser networks and useful products. If you "
|
3504 |
+
#~ "need adverts or just want more or more diverse adverts. Check out these "
|
3505 |
+
#~ "great options!"
|
3506 |
+
#~ msgstr ""
|
3507 |
+
#~ "Eine Auswahl hochwertiger Werbenetzwerke und nützlicher Produkte. Wenn "
|
3508 |
+
#~ "Sie Anzeigen benötigen oder einfach mehr oder mehr verschiedene Anzeigen "
|
3509 |
+
#~ "wünschen. Schauen Sie sich diese großartigen Optionen an!"
|
3510 |
+
|
3511 |
+
#~ msgid "Check out these and other preferred products or providers on my"
|
3512 |
+
#~ msgstr ""
|
3513 |
+
#~ "Schauen Sie sich diese und andere bevorzugte Produkte oder Anbieter auf "
|
3514 |
+
#~ "meinem"
|
3515 |
+
|
3516 |
+
#~ msgid "recommended products page"
|
3517 |
+
#~ msgstr "Seite empfohlene Produkte"
|
3518 |
+
|
3519 |
+
#~ msgid ""
|
3520 |
+
#~ "If you remove spaces from filenames for HTML5 adverts also edit the html "
|
3521 |
+
#~ "file so it knows about the changed name. For example for the javascript "
|
3522 |
+
#~ "file."
|
3523 |
+
#~ msgstr ""
|
3524 |
+
#~ "Wenn Sie Leerzeichen aus Dateinamen für HTML5 Werbung entfernen, sollten "
|
3525 |
+
#~ "Sie auch die html-Datei bearbeiten, so dass der geänderte Namen bekannt "
|
3526 |
+
#~ "ist. Zum Beispiel für die Javascript-Datei."
|
3527 |
+
|
3528 |
+
#~ msgid "Actions"
|
3529 |
+
#~ msgstr "Aktionen"
|
3530 |
+
|
3531 |
+
#~ msgid ""
|
3532 |
+
#~ "Who gets email from advertisers. Maximum of 5 addresses. Comma separated. "
|
3533 |
+
#~ "This field may not be empty!"
|
3534 |
+
#~ msgstr ""
|
3535 |
+
#~ "Wer bekommt E-Mail von Inserenten. Bis zu 5 Adressen. Durch Komma "
|
3536 |
+
#~ "getrennt. Dieses Feld darf nicht leer sein!"
|
3537 |
+
|
3538 |
#~ msgid "Join the Media.net advertising network"
|
3539 |
#~ msgstr "Treten Sie dem Media.net-Werbenetzwerk bei"
|
3540 |
|
3727 |
#~ msgid "Review the ad here:"
|
3728 |
#~ msgstr "Überprüfen Sie die Anzeige hier:"
|
3729 |
|
|
|
|
|
|
|
3730 |
#~ msgid "Advertiser updated"
|
3731 |
#~ msgstr "Inserent aktualisiert"
|
3732 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3733 |
#~ msgid "Email(s) with reports successfully sent"
|
3734 |
#~ msgstr "E-Mail(s) mit Berichten wurde erfolgreich versandt"
|
3735 |
|
4935 |
#~ msgid "Group"
|
4936 |
#~ msgstr "Gruppe"
|
4937 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4938 |
#~ msgid "New Schedule"
|
4939 |
#~ msgstr "Neuer Zeitplan"
|
4940 |
|
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 Professional\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2020-
|
6 |
-
"PO-Revision-Date: 2020-
|
7 |
"Last-Translator: Arnan de Gans <support@ajdg.solutions>\n"
|
8 |
"Language-Team: Arnan de Gans\n"
|
9 |
"Language: fr\n"
|
@@ -17,47 +17,63 @@ msgstr ""
|
|
17 |
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
-
#: adrotate-functions.php:
|
21 |
msgid "Ad saved"
|
22 |
msgstr "Annonce sauvée"
|
23 |
|
24 |
-
#: adrotate-functions.php:
|
25 |
msgid "Group saved"
|
26 |
msgstr "Groupe enregistré"
|
27 |
|
28 |
-
#: adrotate-functions.php:
|
|
|
|
|
|
|
|
|
29 |
msgid "Ad(s) deleted"
|
30 |
msgstr "Annonce(s) supprimée(s)"
|
31 |
|
32 |
-
#: adrotate-functions.php:
|
33 |
msgid "Group deleted"
|
34 |
msgstr "Groupe supprimé"
|
35 |
|
36 |
-
#: adrotate-functions.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
msgid "Ad(s) statistics reset"
|
38 |
msgstr "Statistiques de l’annonce ont été mises à zéro"
|
39 |
|
40 |
-
#: adrotate-functions.php:
|
41 |
msgid "Ad(s) renewed"
|
42 |
msgstr "Annonce(s) renouvellée(s)"
|
43 |
|
44 |
-
#: adrotate-functions.php:
|
45 |
msgid "Ad(s) deactivated"
|
46 |
msgstr "Annonce(s) désactivée(s)"
|
47 |
|
48 |
-
#: adrotate-functions.php:
|
49 |
msgid "Ad(s) activated"
|
50 |
msgstr "Annonce(s) activée(s)"
|
51 |
|
52 |
-
#: adrotate-functions.php:
|
53 |
msgid "Group including it's Ads deleted"
|
54 |
msgstr "Le gruop ainsi que ses annonces ont été supprimés"
|
55 |
|
56 |
-
#: adrotate-functions.php:
|
57 |
msgid "Export created"
|
58 |
msgstr "Export créé"
|
59 |
|
60 |
-
#: adrotate-functions.php:
|
61 |
msgid ""
|
62 |
"Advert HTML generated and placed in the AdCode field. Configure your advert "
|
63 |
"below. Do not forget to check all settings and schedule it."
|
@@ -66,32 +82,32 @@ msgstr ""
|
|
66 |
"annonce ci-dessous. N’oubliez pas de vérifier tous les paramètres et de les "
|
67 |
"planifier."
|
68 |
|
69 |
-
#: adrotate-functions.php:
|
70 |
msgid "Settings saved"
|
71 |
msgstr "Paramètres sauvegardés"
|
72 |
|
73 |
-
#: adrotate-functions.php:
|
74 |
msgid "Database optimized"
|
75 |
msgstr "Base de données optimisée"
|
76 |
|
77 |
-
#: adrotate-functions.php:
|
78 |
msgid "Database repaired"
|
79 |
msgstr "Base de données réparée"
|
80 |
|
81 |
-
#: adrotate-functions.php:
|
82 |
msgid "Ads evaluated and statuses have been corrected where required"
|
83 |
msgstr ""
|
84 |
"Annonces évalués et les statuts ont été corrigées si c'était nécessaire"
|
85 |
|
86 |
-
#: adrotate-functions.php:
|
87 |
msgid "Cleanup complete"
|
88 |
msgstr "Nettoyage complet"
|
89 |
|
90 |
-
#: adrotate-functions.php:
|
91 |
msgid "Action prohibited"
|
92 |
msgstr "Action interdite"
|
93 |
|
94 |
-
#: adrotate-functions.php:
|
95 |
msgid ""
|
96 |
"The ad was saved but has an issue which might prevent it from working "
|
97 |
"properly. Review the colored ad."
|
@@ -99,24 +115,24 @@ msgstr ""
|
|
99 |
"L'annonce a été sauvé, mais a un problème pourrait l'empêcher de fonctionner "
|
100 |
"correctement. Revoir l'annonce colorée."
|
101 |
|
102 |
-
#: adrotate-functions.php:
|
103 |
msgid "No data found in selected time period"
|
104 |
msgstr "Aucune donnée n'a été trouvée dans la période sélectionnée"
|
105 |
|
106 |
-
#: adrotate-functions.php:
|
107 |
msgid "Database can only be optimized or cleaned once every hour"
|
108 |
msgstr ""
|
109 |
"La base de données peut être optimisée ou nettoyée une fois toutes les heures"
|
110 |
|
111 |
-
#: adrotate-functions.php:
|
112 |
msgid "Form can not be (partially) empty!"
|
113 |
msgstr "Forme ne peut pas être (partiellement) vide !"
|
114 |
|
115 |
-
#: adrotate-functions.php:
|
116 |
msgid "No ads found."
|
117 |
msgstr "Aucune annonce trouvée."
|
118 |
|
119 |
-
#: adrotate-functions.php:
|
120 |
msgid ""
|
121 |
"The advert hash is not usable or is missing required data. Please copy the "
|
122 |
"hash correctly and try again."
|
@@ -124,7 +140,7 @@ msgstr ""
|
|
124 |
"Le hachage de l’annonce n’est pas utilisable ou manque les données requises. "
|
125 |
"S’il vous plaît copier le hachage correctement et essayer à nouveau."
|
126 |
|
127 |
-
#: adrotate-functions.php:
|
128 |
msgid ""
|
129 |
"The advert hash can not be used on the same site as it originated from or is "
|
130 |
"not a valid hash for importing."
|
@@ -132,19 +148,19 @@ msgstr ""
|
|
132 |
"Le hachage de l’annonce ne peut pas être utilisé sur le même site qu’il "
|
133 |
"provient ou n’est pas un hachage valide pour l’importation."
|
134 |
|
135 |
-
#: adrotate-functions.php:
|
136 |
msgid "Unexpected error"
|
137 |
msgstr "Erreur inattendue"
|
138 |
|
139 |
-
#: adrotate-manage-publisher.php:
|
140 |
msgid "AdRotate Advertiser"
|
141 |
msgstr "AdRotate annonceur"
|
142 |
|
143 |
-
#: adrotate-output.php:
|
144 |
msgid "Oh no! Something went wrong!"
|
145 |
msgstr "Oh no! Un problème est survenu!"
|
146 |
|
147 |
-
#: adrotate-output.php:
|
148 |
msgid ""
|
149 |
"WordPress was unable to verify the authenticity of the url you have clicked. "
|
150 |
"Verify if the url used is valid or log in via your browser."
|
@@ -153,17 +169,17 @@ msgstr ""
|
|
153 |
"Veuillez vérifier que le lien utilisé est bien valide, ou connectez-vous via "
|
154 |
"votre navigateur."
|
155 |
|
156 |
-
#: adrotate-output.php:
|
157 |
msgid ""
|
158 |
"If you have received the url you want to visit via email, you are being "
|
159 |
"tricked!"
|
160 |
msgstr "Si vous avez reçu ce lien par email, vous avez été dupés!"
|
161 |
|
162 |
-
#: adrotate-output.php:
|
163 |
msgid "Contact support if the issue persists:"
|
164 |
msgstr "Contactez le support si le soucis persiste :"
|
165 |
|
166 |
-
#: adrotate-output.php:
|
167 |
msgid ""
|
168 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
169 |
"restrictions!"
|
@@ -171,7 +187,7 @@ msgstr ""
|
|
171 |
"Erreur, la pub n'est pas disponible en ce moment en raison de restrictions "
|
172 |
"horaires/géographiques!"
|
173 |
|
174 |
-
#: adrotate-output.php:
|
175 |
msgid ""
|
176 |
"Either there are no banners, they are disabled or none qualified for this "
|
177 |
"location!"
|
@@ -179,19 +195,19 @@ msgstr ""
|
|
179 |
"Soit il n'y a pas de bannières, ils sont desactivées ou pas qualifiées pour "
|
180 |
"cet endroit!"
|
181 |
|
182 |
-
#: adrotate-output.php:
|
183 |
msgid "Error, no Ad ID set! Check your syntax!"
|
184 |
msgstr "Erreur, aucun identifiant de pub n'a été mis! Vérifiez votre syntaxe!"
|
185 |
|
186 |
-
#: adrotate-output.php:
|
187 |
msgid "Error, no group ID set! Check your syntax!"
|
188 |
msgstr "Erreur: aucun ID de groupe n'est mis en place! Vérifiez votre syntaxe!"
|
189 |
|
190 |
-
#: adrotate-output.php:
|
191 |
msgid "Error, group does not exist! Check your syntax!"
|
192 |
msgstr "Erreur, le groupe n'existe pas! Vérifiez votre syntaxe!"
|
193 |
|
194 |
-
#: adrotate-output.php:
|
195 |
msgid ""
|
196 |
"There was an error locating the database tables for AdRotate. Please "
|
197 |
"deactivate and re-activate AdRotate from the plugin page!!"
|
@@ -199,13 +215,13 @@ msgstr ""
|
|
199 |
"AdRotate ne peut pas trouver la table de la base de données dont elle a "
|
200 |
"besoin. Veuillez désactiver et ré-activer AdRotate de la page des extensions!"
|
201 |
|
202 |
-
#: adrotate-output.php:
|
203 |
msgid "If this does not solve the issue please seek support at"
|
204 |
msgstr ""
|
205 |
"Si les instructions ne résoudent pas le soucis, veuillez contacter le "
|
206 |
"support à"
|
207 |
|
208 |
-
#: adrotate-output.php:
|
209 |
msgid ""
|
210 |
"There was an error loading the page. Please try again by reloading the page "
|
211 |
"via the menu on the left."
|
@@ -213,20 +229,20 @@ msgstr ""
|
|
213 |
"Il y a eu une erreur de chargement de la page. S’il vous plaît essayer à "
|
214 |
"nouveau en rechargeant la page via le menu sur la gauche."
|
215 |
|
216 |
-
#: adrotate-output.php:
|
217 |
msgid "If the issue persists please seek help at"
|
218 |
msgstr "Si le problème persiste, veuillez demander de l’aide"
|
219 |
|
220 |
-
#: adrotate-output.php:
|
221 |
msgid "An unknown error occured."
|
222 |
msgstr "Une erreur inconnue s'est produite."
|
223 |
|
224 |
-
#: adrotate-output.php:
|
225 |
#: dashboard/settings/maintenance.php:20
|
226 |
msgid "Check adverts"
|
227 |
msgstr "Vérifier les annonces"
|
228 |
|
229 |
-
#: adrotate-output.php:
|
230 |
msgid ""
|
231 |
"You have enabled caching support but W3 Total Cache is not active on your "
|
232 |
"site!"
|
@@ -234,11 +250,11 @@ msgstr ""
|
|
234 |
"Vous avez activé la prise en charge mise en cache, mais W3 Total Cache n’est "
|
235 |
"pas actif sur votre site !"
|
236 |
|
237 |
-
#: adrotate-output.php:
|
238 |
msgid "Disable W3 Total Cache Support"
|
239 |
msgstr "Désactiver W3 Total Cache Support"
|
240 |
|
241 |
-
#: adrotate-output.php:
|
242 |
msgid ""
|
243 |
"You have enable caching support but the W3TC_DYNAMIC_SECURITY definition is "
|
244 |
"not set."
|
@@ -246,43 +262,43 @@ msgstr ""
|
|
246 |
"Vous avez activer le support de mise en cache, mais la définition "
|
247 |
"W3TC_DYNAMIC_SECURITY n’est pas définie."
|
248 |
|
249 |
-
#: adrotate-output.php:
|
250 |
msgid "How to configure W3 Total Cache"
|
251 |
msgstr "Comment configurer W3 Total Cache"
|
252 |
|
253 |
-
#: adrotate-output.php:
|
254 |
msgid ""
|
255 |
"You have enable caching support but Borlabs Cache is not active on your site!"
|
256 |
msgstr ""
|
257 |
"Vous avez permis de mettre en cache le support mais Borlabs Cache n’est pas "
|
258 |
"actif sur votre site !"
|
259 |
|
260 |
-
#: adrotate-output.php:
|
261 |
msgid "Disable Borlabs Cache Support"
|
262 |
msgstr "Désactiver borlabs Cache Support"
|
263 |
|
264 |
-
#: adrotate-output.php:
|
265 |
msgid ""
|
266 |
"You have enabled Borlabs Cache support but Fragment caching is not enabled!"
|
267 |
msgstr ""
|
268 |
"Vous avez activé le support Borlabs Cache mais la mise en cache Fragment "
|
269 |
"n’est pas activée !"
|
270 |
|
271 |
-
#: adrotate-output.php:
|
272 |
msgid "Enable Fragment Caching"
|
273 |
msgstr "Permettre aux annonceurs"
|
274 |
|
275 |
-
#: adrotate-output.php:
|
276 |
msgid "Your AdRotate Banner folder is not writable or does not exist."
|
277 |
msgstr ""
|
278 |
"Votre dossier AdRotate bannière n’est pas accessible en écriture ou n’existe "
|
279 |
"pas."
|
280 |
|
281 |
-
#: adrotate-output.php:
|
282 |
msgid "Set up your banner folder"
|
283 |
msgstr "Configurez votre dossier de bannière"
|
284 |
|
285 |
-
#: adrotate-output.php:
|
286 |
msgid ""
|
287 |
"You have AdRotate Professional installed. Please switch to AdRotate Pro! You "
|
288 |
"can delete this plugin after AdRotate Pro is activated."
|
@@ -290,11 +306,11 @@ msgstr ""
|
|
290 |
"Vous avez installé AdRotate Professional. S’il vous plaît passer à AdRotate "
|
291 |
"Pro! Vous pouvez supprimer ce plugin après L’activation d’AdRotate Pro."
|
292 |
|
293 |
-
#: adrotate-output.php:
|
294 |
msgid "Switch plugins"
|
295 |
msgstr "Switch plugins"
|
296 |
|
297 |
-
#: adrotate-output.php:
|
298 |
msgid ""
|
299 |
"Something is wrong with your installation of AdRotate. Either the plugin is "
|
300 |
"installed twice or your current installation has the wrong folder name. "
|
@@ -304,44 +320,43 @@ msgstr ""
|
|
304 |
"est installé deux fois, soit votre installation actuelle a le mauvais nom de "
|
305 |
"dossier. S’il vous plaît installer le plugin correctement!"
|
306 |
|
307 |
-
#: adrotate-output.php:
|
308 |
msgid "Installation instructions"
|
309 |
msgstr "Instructions d’installation"
|
310 |
|
311 |
-
#: adrotate-output.php:
|
312 |
msgid "your attention:"
|
313 |
msgstr "votre attention:"
|
314 |
|
315 |
-
#: adrotate-output.php:
|
316 |
msgid ""
|
317 |
-
"Thank you for choosing AdRotate
|
318 |
-
"
|
319 |
msgstr ""
|
320 |
-
"Merci d’avoir choisi AdRotate
|
321 |
-
"
|
322 |
-
"d’œil à la"
|
323 |
|
324 |
-
#: adrotate-output.php:
|
325 |
msgid "manuals"
|
326 |
msgstr "manuels"
|
327 |
|
328 |
-
#: adrotate-output.php:
|
329 |
msgid "and"
|
330 |
msgstr "et"
|
331 |
|
332 |
-
#: adrotate-output.php:
|
333 |
msgid "forums"
|
334 |
msgstr "forums"
|
335 |
|
336 |
-
#: adrotate-output.php:
|
337 |
msgid "Help AdRotate Grow"
|
338 |
msgstr "AdRotate Pro"
|
339 |
|
340 |
-
#: adrotate-output.php:
|
341 |
msgid "AdRotate Professional"
|
342 |
msgstr "AdRotate professionel"
|
343 |
|
344 |
-
#: adrotate-output.php:
|
345 |
msgid ""
|
346 |
"Many users only think to review AdRotate when something goes wrong while "
|
347 |
"thousands of people happily use AdRotate."
|
@@ -350,23 +365,23 @@ msgstr ""
|
|
350 |
"chose va mal tandis que des milliers de personnes utilisent heureusement "
|
351 |
"AdRotate."
|
352 |
|
353 |
-
#: adrotate-output.php:
|
354 |
msgid "If you find AdRotate useful please leave your"
|
355 |
msgstr "Si vous trouvez AdRotate utile s’il vous plaît laissez votre"
|
356 |
|
357 |
-
#: adrotate-output.php:
|
358 |
msgid "rating"
|
359 |
msgstr "évaluation"
|
360 |
|
361 |
-
#: adrotate-output.php:
|
362 |
msgid "review"
|
363 |
msgstr "avis"
|
364 |
|
365 |
-
#: adrotate-output.php:
|
366 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
367 |
msgstr "sur WordPress.org pour aider AdRotate à s'améliorer"
|
368 |
|
369 |
-
#: adrotate-output.php:
|
370 |
msgid ""
|
371 |
"Get more advanced features like Geo Targeting, scheduling and much more with "
|
372 |
"AdRotate Pro."
|
@@ -374,11 +389,11 @@ msgstr ""
|
|
374 |
"Obtenez des fonctionnalités plus avancées comme Geo Targeting, la "
|
375 |
"planification et bien plus encore avec AdRotate Pro."
|
376 |
|
377 |
-
#: adrotate-output.php:
|
378 |
msgid "Includes premium support and free updates for one year!"
|
379 |
msgstr "Inclut le support premium et les mises à jour gratuites pendant un an!"
|
380 |
|
381 |
-
#: adrotate-output.php:
|
382 |
msgid "Get started today"
|
383 |
msgstr "Commencez dès aujourd'hui"
|
384 |
|
@@ -494,78 +509,78 @@ msgstr "ID :"
|
|
494 |
msgid "Fill in the ID of the type you want to display!"
|
495 |
msgstr "Insérez l'identifiant du type que vous voulez afficher!"
|
496 |
|
497 |
-
#: adrotate.php:
|
498 |
msgid "General Info"
|
499 |
msgstr "Informations générales"
|
500 |
|
501 |
-
#: adrotate.php:
|
502 |
-
msgid "AdRotate Pro"
|
503 |
-
msgstr "AdRotate Pro"
|
504 |
|
505 |
-
#: adrotate.php:
|
506 |
msgid "Manage Adverts"
|
507 |
msgstr "Gérer Annonces"
|
508 |
|
509 |
-
#: adrotate.php:
|
510 |
msgid "Manage Groups"
|
511 |
msgstr "Gérer les groupes"
|
512 |
|
513 |
-
#: adrotate.php:
|
514 |
msgid "Manage Schedules"
|
515 |
msgstr "Gérer les horaires"
|
516 |
|
517 |
-
#: adrotate.php:
|
518 |
-
#: dashboard/adrotatepro.php:
|
519 |
#: dashboard/publisher/statistics-main.php:23
|
520 |
#: dashboard/settings/statistics.php:17
|
521 |
msgid "Statistics"
|
522 |
msgstr "Statistiques"
|
523 |
|
524 |
-
#: adrotate.php:
|
525 |
msgid "Manage Media"
|
526 |
msgstr "Gérer les médias"
|
527 |
|
528 |
-
#: adrotate.php:
|
529 |
msgid "Support"
|
530 |
msgstr "Support"
|
531 |
|
532 |
-
#: adrotate.php:
|
533 |
msgid "Settings"
|
534 |
msgstr "Paramètres"
|
535 |
|
536 |
-
#: adrotate.php:
|
537 |
msgid "AdRotate Info"
|
538 |
msgstr "Informations sur Adrotate"
|
539 |
|
540 |
-
#: adrotate.php:
|
541 |
msgid "Advert Management"
|
542 |
msgstr "Gestion de l’annonce"
|
543 |
|
544 |
-
#: adrotate.php:
|
545 |
msgid "Manage"
|
546 |
msgstr "Gérer"
|
547 |
|
548 |
-
#: adrotate.php:
|
549 |
msgid "Generator"
|
550 |
msgstr "Générateur"
|
551 |
|
552 |
-
#: adrotate.php:
|
553 |
msgid "Add New"
|
554 |
msgstr "Ajouter"
|
555 |
|
556 |
-
#: adrotate.php:
|
557 |
msgid "Group Management"
|
558 |
msgstr "Gérer les groupes"
|
559 |
|
560 |
-
#: adrotate.php:
|
561 |
msgid "Schedules"
|
562 |
msgstr "Planifications"
|
563 |
|
564 |
-
#: adrotate.php:
|
565 |
msgid "Media and Assets"
|
566 |
msgstr "Médias et actifs"
|
567 |
|
568 |
-
#: adrotate.php:
|
569 |
msgid ""
|
570 |
"Upload images to the AdRotate Pro banners folder from here. This is useful "
|
571 |
"if you have HTML5 adverts containing multiple files."
|
@@ -574,53 +589,45 @@ msgstr ""
|
|
574 |
"d’ici. Ceci est utile si vous avez des annonces HTML5 contenant plusieurs "
|
575 |
"fichiers."
|
576 |
|
577 |
-
#: adrotate.php:
|
578 |
-
msgid "Get more features"
|
579 |
-
msgstr "Obtenez plus de fonctionnalités"
|
580 |
-
|
581 |
-
#: adrotate.php:434
|
582 |
-
msgid "Get AdRotate Pro"
|
583 |
-
msgstr "Obtenez AdRotate Pro"
|
584 |
-
|
585 |
-
#: adrotate.php:498
|
586 |
msgid "AdRotate Settings"
|
587 |
msgstr "Paramètres de AdRotate"
|
588 |
|
589 |
-
#: adrotate.php:
|
590 |
msgid "General"
|
591 |
msgstr "Général"
|
592 |
|
593 |
-
#: adrotate.php:
|
594 |
msgid "Notifications"
|
595 |
msgstr "Notifications"
|
596 |
|
597 |
-
#: adrotate.php:
|
598 |
#: dashboard/publisher/groups-edit.php:205
|
599 |
#: dashboard/settings/advertisers.php:38
|
600 |
msgid "Geo Targeting"
|
601 |
msgstr "Ciblage géo"
|
602 |
|
603 |
-
#: adrotate.php:
|
604 |
msgid "Advertisers"
|
605 |
msgstr "Annonceurs"
|
606 |
|
607 |
-
#: adrotate.php:
|
608 |
msgid "Access Roles"
|
609 |
msgstr "Niveaux d’accès"
|
610 |
|
611 |
-
#: adrotate.php:
|
612 |
msgid "Miscellaneous"
|
613 |
msgstr "Divers"
|
614 |
|
615 |
-
#: adrotate.php:
|
616 |
msgid "Maintenance"
|
617 |
msgstr "Maintenance"
|
618 |
|
619 |
-
#: dashboard/adrotatepro.php:
|
620 |
msgid "Mobile campaigns"
|
621 |
msgstr "Campagnes mobiles"
|
622 |
|
623 |
-
#: dashboard/adrotatepro.php:
|
624 |
msgid ""
|
625 |
"Target mobile users with ease and show the right adverts to smartphones, "
|
626 |
"tablets and computers. Mix and match as you please and offer adverts that "
|
@@ -635,11 +642,11 @@ msgstr ""
|
|
635 |
"effort et avec quelques options faciles à utiliser, ils apparaissent où vous "
|
636 |
"voulez qu’ils!"
|
637 |
|
638 |
-
#: dashboard/adrotatepro.php:
|
639 |
msgid "Schedule all campaigns with ease"
|
640 |
msgstr "Planifier toutes vos campagnes en toute simplicité"
|
641 |
|
642 |
-
#: dashboard/adrotatepro.php:
|
643 |
msgid ""
|
644 |
"Schedule your adverts and set up advertising campaigns based on dates you or "
|
645 |
"your advertisers specify without hassle. Seasonal adverts, weekly adverts, "
|
@@ -654,11 +661,11 @@ msgstr ""
|
|
654 |
"revenus très flexible. Vous pouvez définir un ou plusieurs horaires pour les "
|
655 |
"annonces."
|
656 |
|
657 |
-
#: dashboard/adrotatepro.php:
|
658 |
msgid "Satisfy your advertisers"
|
659 |
msgstr "Comblez vos annonceurs"
|
660 |
|
661 |
-
#: dashboard/adrotatepro.php:
|
662 |
msgid ""
|
663 |
"Set up advertisers and let them log in to their statistics or even create "
|
664 |
"their own adverts. Created adverts go into a moderation queue for your staff "
|
@@ -671,11 +678,11 @@ msgstr ""
|
|
671 |
"votre personel. Les annonceurs ont accès à leur propre petit tableau de bord "
|
672 |
"où ils peuvent voir les performances de leur annonces."
|
673 |
|
674 |
-
#: dashboard/adrotatepro.php:
|
675 |
msgid "Get Fast Support almost all year round"
|
676 |
msgstr "Obtenez un soutien rapide presque toute l’année"
|
677 |
|
678 |
-
#: dashboard/adrotatepro.php:
|
679 |
msgid ""
|
680 |
"When you activate your AdRotate Pro license you can use the more personal "
|
681 |
"email support. No more queueing up in the forums. AdRotate support takes "
|
@@ -688,11 +695,11 @@ msgstr ""
|
|
688 |
"une ou deux fois par jour. Obtenez une solution (généralement) dans les deux "
|
689 |
"jours ouvrables."
|
690 |
|
691 |
-
#: dashboard/adrotatepro.php:
|
692 |
msgid "Localize your ad campaigns with Geo Targeting"
|
693 |
msgstr "Localiser vos campagnes annonces avec le ciblage géographique"
|
694 |
|
695 |
-
#: dashboard/adrotatepro.php:
|
696 |
msgid ""
|
697 |
"Go nationwide or global with localized adverts for your various audiences. "
|
698 |
"Set up adverts for countries and cities and sell impressions per general "
|
@@ -705,11 +712,11 @@ msgstr ""
|
|
705 |
"GeoIP2: Precision ou AdRotate Geo. AdRotate Geo est un service exclusif de "
|
706 |
"recherche géo pour les utilisateurs d’AdRotate Pro."
|
707 |
|
708 |
-
#: dashboard/adrotatepro.php:
|
709 |
msgid "Avoid adblockers"
|
710 |
msgstr "Évitez les adblockers"
|
711 |
|
712 |
-
#: dashboard/adrotatepro.php:
|
713 |
msgid ""
|
714 |
"Try and avoid adblockers so your adverts get the exposure you want them to "
|
715 |
"have. AdRotate Pro offers some advanced tools to deceive adblockers so your "
|
@@ -723,7 +730,7 @@ msgstr ""
|
|
723 |
"annonces intelligemment afin que ces fonctionnalités atteignent leur plein "
|
724 |
"potentiel!"
|
725 |
|
726 |
-
#: dashboard/adrotatepro.php:
|
727 |
msgid ""
|
728 |
"Get statistics in AdRotate Pro. Similar to the free version you can track "
|
729 |
"stats in AdRotate itself and use all kinds of extra scheduling options. Or "
|
@@ -736,11 +743,11 @@ msgstr ""
|
|
736 |
"suivre les statistiques dans Google Analytics et voir des informations plus "
|
737 |
"détaillées qui se rapportent à vos visiteurs de cette façon."
|
738 |
|
739 |
-
#: dashboard/adrotatepro.php:
|
740 |
msgid "Stay up-to-date with notifications"
|
741 |
msgstr "Restez à jour avec les notifications"
|
742 |
|
743 |
-
#: dashboard/adrotatepro.php:
|
744 |
msgid ""
|
745 |
"Stay in touch with Email notifications. Have AdRotate send you an alert when "
|
746 |
"adverts expire or need your attention. Get notified when adverts expire, "
|
@@ -784,11 +791,7 @@ msgstr "Groupes"
|
|
784 |
msgid "Have errors"
|
785 |
msgstr "Il y a des erreurs"
|
786 |
|
787 |
-
#: dashboard/info.php:
|
788 |
-
msgid "Buy AdRotate Professional"
|
789 |
-
msgstr "Achetez AdRotate Professionel"
|
790 |
-
|
791 |
-
#: dashboard/info.php:111
|
792 |
msgid ""
|
793 |
"AdRotate Professional has a lot more functions for even better advertising "
|
794 |
"management. Check out the feature comparison tab on any of the product pages "
|
@@ -799,66 +802,44 @@ msgstr ""
|
|
799 |
"sur l’une des pages de produits pour voir ce qu’AdRotate Pro a à offrir pour "
|
800 |
"vous!"
|
801 |
|
802 |
-
#: dashboard/info.php:
|
803 |
msgid "Single License"
|
804 |
msgstr "Licence unique"
|
805 |
|
806 |
-
#: dashboard/info.php:
|
807 |
msgid "Use on ONE WordPress installation."
|
808 |
msgstr "Utilisation sur l’installation ONE WordPress."
|
809 |
|
810 |
-
#: dashboard/info.php:
|
811 |
-
#: dashboard/info.php:
|
812 |
msgid "Buy now"
|
813 |
msgstr "Acheter maintenant"
|
814 |
|
815 |
-
#: dashboard/info.php:
|
816 |
msgid "Duo License"
|
817 |
msgstr "Licence Duo"
|
818 |
|
819 |
-
#: dashboard/info.php:
|
820 |
msgid "Use on TWO WordPress installations."
|
821 |
msgstr "Utilisation sur DEUX installations WordPress."
|
822 |
|
823 |
-
#: dashboard/info.php:
|
824 |
msgid "Multi License"
|
825 |
msgstr "Licence Multiple"
|
826 |
|
827 |
-
#: dashboard/info.php:
|
828 |
msgid "Use on up to FIVE WordPress installations."
|
829 |
msgstr "Utiliser sur jusqu’à CINQ installations WordPress."
|
830 |
|
831 |
-
#: dashboard/info.php:
|
832 |
msgid "Developer License"
|
833 |
msgstr "Licence de Developpeur"
|
834 |
|
835 |
-
#: dashboard/info.php:
|
836 |
msgid "Use on up to a HUNDRED WordPress installations and/or networks."
|
837 |
msgstr ""
|
838 |
"Utiliser sur jusqu’à une installation et/ou réseaux WORDPress de HUNDRED."
|
839 |
|
840 |
-
#: dashboard/info.php:127
|
841 |
-
msgid "Advertising Partners & Affiliates"
|
842 |
-
msgstr "Partenaires annonces et affiliés"
|
843 |
-
|
844 |
-
#: dashboard/info.php:128
|
845 |
-
msgid ""
|
846 |
-
"A selection of quality advertiser networks and useful products. If you need "
|
847 |
-
"adverts or just want more or more diverse adverts. Check out these great "
|
848 |
-
"options!"
|
849 |
-
msgstr ""
|
850 |
-
"Une sélection de réseaux d’annonceurs de qualité et de produits utiles. Si "
|
851 |
-
"vous avez besoin de annonces ou tout simplement voulez des annonces plus ou "
|
852 |
-
"plus diversifiées. Découvrez ces excellentes options!"
|
853 |
-
|
854 |
-
#: dashboard/info.php:128
|
855 |
-
msgid "Check out these and other preferred products or providers on my"
|
856 |
-
msgstr "Découvrez ces produits ou fournisseurs préférés sur mon"
|
857 |
-
|
858 |
-
#: dashboard/info.php:128
|
859 |
-
msgid "recommended products page"
|
860 |
-
msgstr "page de produits recommandés"
|
861 |
-
|
862 |
#: dashboard/publisher/adverts-disabled.php:15
|
863 |
msgid "Disabled Adverts"
|
864 |
msgstr "Annonce désactivée"
|
@@ -878,7 +859,8 @@ msgstr "Activer"
|
|
878 |
|
879 |
#: dashboard/publisher/adverts-disabled.php:22
|
880 |
#: dashboard/publisher/adverts-error.php:21
|
881 |
-
#: dashboard/publisher/adverts-main.php:22 dashboard/publisher/media.php:
|
|
|
882 |
msgid "Delete"
|
883 |
msgstr "Effacer"
|
884 |
|
@@ -920,7 +902,7 @@ msgstr "Début / Fin"
|
|
920 |
#: dashboard/publisher/adverts-main.php:41
|
921 |
#: dashboard/publisher/groups-edit.php:65
|
922 |
#: dashboard/publisher/groups-edit.php:360
|
923 |
-
#: dashboard/publisher/groups-main.php:33 dashboard/publisher/media.php:
|
924 |
#: dashboard/publisher/schedules-main.php:33
|
925 |
msgid "Name"
|
926 |
msgstr "Nom"
|
@@ -1198,7 +1180,7 @@ msgstr "Obtenez plus de fonctionalités avec AdRotate Pro."
|
|
1198 |
#: dashboard/publisher/adverts-edit.php:261
|
1199 |
#: dashboard/publisher/adverts-edit.php:343
|
1200 |
#: dashboard/publisher/adverts-edit.php:443
|
1201 |
-
#: dashboard/publisher/groups-edit.php:228
|
1202 |
#: dashboard/publisher/statistics-advert.php:109
|
1203 |
#: dashboard/publisher/statistics-group.php:113
|
1204 |
#: dashboard/publisher/statistics-main.php:83
|
@@ -1722,7 +1704,7 @@ msgstr ""
|
|
1722 |
"allant jusqu’à 1280px de large (jusqu’à 2048px résolution)."
|
1723 |
|
1724 |
#: dashboard/publisher/adverts-generator.php:113
|
1725 |
-
#: dashboard/publisher/media.php:
|
1726 |
msgid "Important:"
|
1727 |
msgstr "Important :"
|
1728 |
|
@@ -2255,19 +2237,19 @@ msgstr "Pour continuer, cliquez Ok, autrement, cliquez sur Annuler."
|
|
2255 |
msgid "No groups created!"
|
2256 |
msgstr "Aucun groupe n'a été créé!"
|
2257 |
|
2258 |
-
#: dashboard/publisher/media.php:
|
2259 |
msgid "Upload new file"
|
2260 |
msgstr "Déposer un nouveau fichier"
|
2261 |
|
2262 |
-
#: dashboard/publisher/media.php:
|
2263 |
msgid "Accepted files:"
|
2264 |
msgstr "Fichiers acceptés :"
|
2265 |
|
2266 |
-
#: dashboard/publisher/media.php:
|
2267 |
msgid "Maximum size is 512Kb per file."
|
2268 |
msgstr "La taille maximale est de 512 Ko par fichier."
|
2269 |
|
2270 |
-
#: dashboard/publisher/media.php:
|
2271 |
msgid ""
|
2272 |
"Make sure your file has no spaces or special characters in the name. Replace "
|
2273 |
"spaces with a - or _."
|
@@ -2275,48 +2257,54 @@ msgstr ""
|
|
2275 |
"Assurez-vous que votre fichier a sans espaces ou des caractères spéciaux "
|
2276 |
"dans le nom. Remplacez les espaces avec un - ou _."
|
2277 |
|
2278 |
-
#: dashboard/publisher/media.php:
|
2279 |
msgid ""
|
2280 |
-
"
|
2281 |
-
"
|
2282 |
msgstr ""
|
2283 |
-
"
|
2284 |
-
"
|
2285 |
-
"exemple pour le fichier javascript."
|
2286 |
|
2287 |
-
#: dashboard/publisher/media.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2288 |
msgid "Upload file"
|
2289 |
msgstr "Télécharger le fichier"
|
2290 |
|
2291 |
-
#: dashboard/publisher/media.php:
|
2292 |
msgid "Click only once per file!"
|
2293 |
msgstr "Cliquez une seule fois par fichier !"
|
2294 |
|
2295 |
-
#: dashboard/publisher/media.php:
|
2296 |
msgid "Available files in"
|
2297 |
msgstr "Fichiers disponibles dans"
|
2298 |
|
2299 |
-
#: dashboard/publisher/media.php:
|
2300 |
-
msgid "
|
2301 |
-
msgstr "
|
2302 |
|
2303 |
-
#: dashboard/publisher/media.php:
|
2304 |
msgid "No files found!"
|
2305 |
msgstr "Aucun fichier trouvé!"
|
2306 |
|
2307 |
-
#: dashboard/publisher/media.php:
|
2308 |
msgid ""
|
2309 |
"Make sure the banner images are not in use by adverts when you delete them!"
|
2310 |
msgstr ""
|
2311 |
"Assurez-vous que les images de la bannière ne sont pas utilisés par les "
|
2312 |
"annonces lorsque vous les supprimez !"
|
2313 |
|
2314 |
-
#: dashboard/publisher/media.php:
|
2315 |
-
|
2316 |
-
|
2317 |
-
|
2318 |
-
msgid "Get more features with AdRotate Pro"
|
2319 |
-
msgstr "Obtenez plus de fonctionalités avec AdRotate Pro"
|
2320 |
|
2321 |
#: dashboard/publisher/schedules-main.php:13
|
2322 |
msgid ""
|
@@ -2443,6 +2431,12 @@ msgstr ""
|
|
2443 |
"Toutes les statistiques sont indicatives. Elles ne reflètent pas "
|
2444 |
"nécessairement les résultats comptés par d'autres partis."
|
2445 |
|
|
|
|
|
|
|
|
|
|
|
|
|
2446 |
#: dashboard/publisher/statistics-group.php:46
|
2447 |
msgid "Statistics for group"
|
2448 |
msgstr "Statistiques pour le groupe"
|
@@ -2512,7 +2506,7 @@ msgstr ""
|
|
2512 |
|
2513 |
#: dashboard/settings/advertisers.php:53 dashboard/settings/general.php:78
|
2514 |
#: dashboard/settings/maintenance.php:97 dashboard/settings/misc.php:47
|
2515 |
-
#: dashboard/settings/notifications.php:
|
2516 |
#: dashboard/settings/statistics.php:83
|
2517 |
msgid "Update Options"
|
2518 |
msgstr "Mettre à jour les options"
|
@@ -3258,14 +3252,6 @@ msgstr ""
|
|
3258 |
"Les messages sont envoyés une fois toutes les 24 heures. Maximum de 5 "
|
3259 |
"adresses. La virgule s’est séparée. Ce champ n’est peut-être pas vide !"
|
3260 |
|
3261 |
-
#: dashboard/settings/notifications.php:73
|
3262 |
-
msgid ""
|
3263 |
-
"Who gets email from advertisers. Maximum of 5 addresses. Comma separated. "
|
3264 |
-
"This field may not be empty!"
|
3265 |
-
msgstr ""
|
3266 |
-
"Qui reçoit le courrier électronique auprès des annonceurs. Maximum de 5 "
|
3267 |
-
"adresses. Séparés par des virgules. Ce champ ne peut pas être vide !"
|
3268 |
-
|
3269 |
#: dashboard/settings/roles.php:18
|
3270 |
msgid "Who has access to what?"
|
3271 |
msgstr "Qui a accès à quoi?"
|
@@ -3507,6 +3493,52 @@ msgstr "Aide"
|
|
3507 |
msgid "Premium Support is available in AdRotate Pro!"
|
3508 |
msgstr "Premium Support est disponible dans AdRotate Pro!"
|
3509 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3510 |
#~ msgid "Join the Media.net advertising network"
|
3511 |
#~ msgstr "Joignez-vous au réseau annonces Media.net"
|
3512 |
|
@@ -3692,24 +3724,9 @@ msgstr "Premium Support est disponible dans AdRotate Pro!"
|
|
3692 |
#~ msgid "Review the ad here:"
|
3693 |
#~ msgstr "Vérifiez l’annonce ici :"
|
3694 |
|
3695 |
-
#~ msgid "Banner image saved"
|
3696 |
-
#~ msgstr "Bannière image sauvegardée"
|
3697 |
-
|
3698 |
#~ msgid "Advertiser updated"
|
3699 |
#~ msgstr "Annonceur mis à jour"
|
3700 |
|
3701 |
-
#, fuzzy
|
3702 |
-
#~ msgid "Asset(s) deleted"
|
3703 |
-
#~ msgstr "Actif (s) supprimé"
|
3704 |
-
|
3705 |
-
#, fuzzy
|
3706 |
-
#~ msgid ""
|
3707 |
-
#~ "Something went wrong deleting the file or folder. Make sure your "
|
3708 |
-
#~ "permissions are in order."
|
3709 |
-
#~ msgstr ""
|
3710 |
-
#~ "Quelque chose s’est mal passé en supprimant le fichier ou le dossier. "
|
3711 |
-
#~ "Assurez-vous que vos autorisations sont en ordre."
|
3712 |
-
|
3713 |
#~ msgid "Email(s) with reports successfully sent"
|
3714 |
#~ msgstr "Email(s) avec les rapports envoyés avec succès"
|
3715 |
|
@@ -4942,20 +4959,6 @@ msgstr "Premium Support est disponible dans AdRotate Pro!"
|
|
4942 |
#~ msgid "Group"
|
4943 |
#~ msgstr "Groupe"
|
4944 |
|
4945 |
-
#, fuzzy
|
4946 |
-
#~ msgid ""
|
4947 |
-
#~ "Zip files are automatically extracted in the location where they are "
|
4948 |
-
#~ "uploaded and the original zip file will be deleted once extracted."
|
4949 |
-
#~ msgstr ""
|
4950 |
-
#~ "Les fichiers Zip sont automatiquement extraits à l’endroit où ils sont "
|
4951 |
-
#~ "téléchargés et le fichier zip d’origine sera supprimé une fois extrait."
|
4952 |
-
|
4953 |
-
#, fuzzy
|
4954 |
-
#~ msgid "Deleting a folder deletes everything inside that folder as well!"
|
4955 |
-
#~ msgstr ""
|
4956 |
-
#~ "La suppression d’un dossier supprime tout à l’intérieur de ce dossier "
|
4957 |
-
#~ "ainsi!"
|
4958 |
-
|
4959 |
#~ msgid "New Schedule"
|
4960 |
#~ msgstr "Nouveau Programme"
|
4961 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: AdRotate Professional\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2020-07-08 16:42-0500\n"
|
6 |
+
"PO-Revision-Date: 2020-07-08 16:42-0500\n"
|
7 |
"Last-Translator: Arnan de Gans <support@ajdg.solutions>\n"
|
8 |
"Language-Team: Arnan de Gans\n"
|
9 |
"Language: fr\n"
|
17 |
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
+
#: adrotate-functions.php:790
|
21 |
msgid "Ad saved"
|
22 |
msgstr "Annonce sauvée"
|
23 |
|
24 |
+
#: adrotate-functions.php:794
|
25 |
msgid "Group saved"
|
26 |
msgstr "Groupe enregistré"
|
27 |
|
28 |
+
#: adrotate-functions.php:798
|
29 |
+
msgid "Banner image saved"
|
30 |
+
msgstr "Bannière image sauvegardée"
|
31 |
+
|
32 |
+
#: adrotate-functions.php:802
|
33 |
msgid "Ad(s) deleted"
|
34 |
msgstr "Annonce(s) supprimée(s)"
|
35 |
|
36 |
+
#: adrotate-functions.php:806
|
37 |
msgid "Group deleted"
|
38 |
msgstr "Groupe supprimé"
|
39 |
|
40 |
+
#: adrotate-functions.php:810
|
41 |
+
msgid "Asset(s) deleted"
|
42 |
+
msgstr "Actif(s) supprimé(s)"
|
43 |
+
|
44 |
+
#: adrotate-functions.php:814
|
45 |
+
msgid ""
|
46 |
+
"Something went wrong deleting the file or folder. Make sure your permissions "
|
47 |
+
"are in order."
|
48 |
+
msgstr ""
|
49 |
+
"Quelque chose s’est mal passé en supprimant le fichier ou le dossier. "
|
50 |
+
"Assurez-vous que vos autorisations sont en ordre."
|
51 |
+
|
52 |
+
#: adrotate-functions.php:818
|
53 |
msgid "Ad(s) statistics reset"
|
54 |
msgstr "Statistiques de l’annonce ont été mises à zéro"
|
55 |
|
56 |
+
#: adrotate-functions.php:822
|
57 |
msgid "Ad(s) renewed"
|
58 |
msgstr "Annonce(s) renouvellée(s)"
|
59 |
|
60 |
+
#: adrotate-functions.php:826
|
61 |
msgid "Ad(s) deactivated"
|
62 |
msgstr "Annonce(s) désactivée(s)"
|
63 |
|
64 |
+
#: adrotate-functions.php:830
|
65 |
msgid "Ad(s) activated"
|
66 |
msgstr "Annonce(s) activée(s)"
|
67 |
|
68 |
+
#: adrotate-functions.php:834
|
69 |
msgid "Group including it's Ads deleted"
|
70 |
msgstr "Le gruop ainsi que ses annonces ont été supprimés"
|
71 |
|
72 |
+
#: adrotate-functions.php:838
|
73 |
msgid "Export created"
|
74 |
msgstr "Export créé"
|
75 |
|
76 |
+
#: adrotate-functions.php:842
|
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 it."
|
82 |
"annonce ci-dessous. N’oubliez pas de vérifier tous les paramètres et de les "
|
83 |
"planifier."
|
84 |
|
85 |
+
#: adrotate-functions.php:847
|
86 |
msgid "Settings saved"
|
87 |
msgstr "Paramètres sauvegardés"
|
88 |
|
89 |
+
#: adrotate-functions.php:851
|
90 |
msgid "Database optimized"
|
91 |
msgstr "Base de données optimisée"
|
92 |
|
93 |
+
#: adrotate-functions.php:855
|
94 |
msgid "Database repaired"
|
95 |
msgstr "Base de données réparée"
|
96 |
|
97 |
+
#: adrotate-functions.php:859
|
98 |
msgid "Ads evaluated and statuses have been corrected where required"
|
99 |
msgstr ""
|
100 |
"Annonces évalués et les statuts ont été corrigées si c'était nécessaire"
|
101 |
|
102 |
+
#: adrotate-functions.php:863
|
103 |
msgid "Cleanup complete"
|
104 |
msgstr "Nettoyage complet"
|
105 |
|
106 |
+
#: adrotate-functions.php:868
|
107 |
msgid "Action prohibited"
|
108 |
msgstr "Action interdite"
|
109 |
|
110 |
+
#: adrotate-functions.php:872
|
111 |
msgid ""
|
112 |
"The ad was saved but has an issue which might prevent it from working "
|
113 |
"properly. Review the colored ad."
|
115 |
"L'annonce a été sauvé, mais a un problème pourrait l'empêcher de fonctionner "
|
116 |
"correctement. Revoir l'annonce colorée."
|
117 |
|
118 |
+
#: adrotate-functions.php:876
|
119 |
msgid "No data found in selected time period"
|
120 |
msgstr "Aucune donnée n'a été trouvée dans la période sélectionnée"
|
121 |
|
122 |
+
#: adrotate-functions.php:880
|
123 |
msgid "Database can only be optimized or cleaned once every hour"
|
124 |
msgstr ""
|
125 |
"La base de données peut être optimisée ou nettoyée une fois toutes les heures"
|
126 |
|
127 |
+
#: adrotate-functions.php:884
|
128 |
msgid "Form can not be (partially) empty!"
|
129 |
msgstr "Forme ne peut pas être (partiellement) vide !"
|
130 |
|
131 |
+
#: adrotate-functions.php:888
|
132 |
msgid "No ads found."
|
133 |
msgstr "Aucune annonce trouvée."
|
134 |
|
135 |
+
#: adrotate-functions.php:892
|
136 |
msgid ""
|
137 |
"The advert hash is not usable or is missing required data. Please copy the "
|
138 |
"hash correctly and try again."
|
140 |
"Le hachage de l’annonce n’est pas utilisable ou manque les données requises. "
|
141 |
"S’il vous plaît copier le hachage correctement et essayer à nouveau."
|
142 |
|
143 |
+
#: adrotate-functions.php:896
|
144 |
msgid ""
|
145 |
"The advert hash can not be used on the same site as it originated from or is "
|
146 |
"not a valid hash for importing."
|
148 |
"Le hachage de l’annonce ne peut pas être utilisé sur le même site qu’il "
|
149 |
"provient ou n’est pas un hachage valide pour l’importation."
|
150 |
|
151 |
+
#: adrotate-functions.php:900
|
152 |
msgid "Unexpected error"
|
153 |
msgstr "Erreur inattendue"
|
154 |
|
155 |
+
#: adrotate-manage-publisher.php:893
|
156 |
msgid "AdRotate Advertiser"
|
157 |
msgstr "AdRotate annonceur"
|
158 |
|
159 |
+
#: adrotate-output.php:547
|
160 |
msgid "Oh no! Something went wrong!"
|
161 |
msgstr "Oh no! Un problème est survenu!"
|
162 |
|
163 |
+
#: adrotate-output.php:548
|
164 |
msgid ""
|
165 |
"WordPress was unable to verify the authenticity of the url you have clicked. "
|
166 |
"Verify if the url used is valid or log in via your browser."
|
169 |
"Veuillez vérifier que le lien utilisé est bien valide, ou connectez-vous via "
|
170 |
"votre navigateur."
|
171 |
|
172 |
+
#: adrotate-output.php:549
|
173 |
msgid ""
|
174 |
"If you have received the url you want to visit via email, you are being "
|
175 |
"tricked!"
|
176 |
msgstr "Si vous avez reçu ce lien par email, vous avez été dupés!"
|
177 |
|
178 |
+
#: adrotate-output.php:550
|
179 |
msgid "Contact support if the issue persists:"
|
180 |
msgstr "Contactez le support si le soucis persiste :"
|
181 |
|
182 |
+
#: adrotate-output.php:562
|
183 |
msgid ""
|
184 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
185 |
"restrictions!"
|
187 |
"Erreur, la pub n'est pas disponible en ce moment en raison de restrictions "
|
188 |
"horaires/géographiques!"
|
189 |
|
190 |
+
#: adrotate-output.php:567
|
191 |
msgid ""
|
192 |
"Either there are no banners, they are disabled or none qualified for this "
|
193 |
"location!"
|
195 |
"Soit il n'y a pas de bannières, ils sont desactivées ou pas qualifiées pour "
|
196 |
"cet endroit!"
|
197 |
|
198 |
+
#: adrotate-output.php:572
|
199 |
msgid "Error, no Ad ID set! Check your syntax!"
|
200 |
msgstr "Erreur, aucun identifiant de pub n'a été mis! Vérifiez votre syntaxe!"
|
201 |
|
202 |
+
#: adrotate-output.php:578
|
203 |
msgid "Error, no group ID set! Check your syntax!"
|
204 |
msgstr "Erreur: aucun ID de groupe n'est mis en place! Vérifiez votre syntaxe!"
|
205 |
|
206 |
+
#: adrotate-output.php:583
|
207 |
msgid "Error, group does not exist! Check your syntax!"
|
208 |
msgstr "Erreur, le groupe n'existe pas! Vérifiez votre syntaxe!"
|
209 |
|
210 |
+
#: adrotate-output.php:589
|
211 |
msgid ""
|
212 |
"There was an error locating the database tables for AdRotate. Please "
|
213 |
"deactivate and re-activate AdRotate from the plugin page!!"
|
215 |
"AdRotate ne peut pas trouver la table de la base de données dont elle a "
|
216 |
"besoin. Veuillez désactiver et ré-activer AdRotate de la page des extensions!"
|
217 |
|
218 |
+
#: adrotate-output.php:589
|
219 |
msgid "If this does not solve the issue please seek support at"
|
220 |
msgstr ""
|
221 |
"Si les instructions ne résoudent pas le soucis, veuillez contacter le "
|
222 |
"support à"
|
223 |
|
224 |
+
#: adrotate-output.php:595
|
225 |
msgid ""
|
226 |
"There was an error loading the page. Please try again by reloading the page "
|
227 |
"via the menu on the left."
|
229 |
"Il y a eu une erreur de chargement de la page. S’il vous plaît essayer à "
|
230 |
"nouveau en rechargeant la page via le menu sur la gauche."
|
231 |
|
232 |
+
#: adrotate-output.php:595
|
233 |
msgid "If the issue persists please seek help at"
|
234 |
msgstr "Si le problème persiste, veuillez demander de l’aide"
|
235 |
|
236 |
+
#: adrotate-output.php:601
|
237 |
msgid "An unknown error occured."
|
238 |
msgstr "Une erreur inconnue s'est produite."
|
239 |
|
240 |
+
#: adrotate-output.php:621 adrotate-output.php:624 adrotate-output.php:628
|
241 |
#: dashboard/settings/maintenance.php:20
|
242 |
msgid "Check adverts"
|
243 |
msgstr "Vérifier les annonces"
|
244 |
|
245 |
+
#: adrotate-output.php:633
|
246 |
msgid ""
|
247 |
"You have enabled caching support but W3 Total Cache is not active on your "
|
248 |
"site!"
|
250 |
"Vous avez activé la prise en charge mise en cache, mais W3 Total Cache n’est "
|
251 |
"pas actif sur votre site !"
|
252 |
|
253 |
+
#: adrotate-output.php:633
|
254 |
msgid "Disable W3 Total Cache Support"
|
255 |
msgstr "Désactiver W3 Total Cache Support"
|
256 |
|
257 |
+
#: adrotate-output.php:636
|
258 |
msgid ""
|
259 |
"You have enable caching support but the W3TC_DYNAMIC_SECURITY definition is "
|
260 |
"not set."
|
262 |
"Vous avez activer le support de mise en cache, mais la définition "
|
263 |
"W3TC_DYNAMIC_SECURITY n’est pas définie."
|
264 |
|
265 |
+
#: adrotate-output.php:636
|
266 |
msgid "How to configure W3 Total Cache"
|
267 |
msgstr "Comment configurer W3 Total Cache"
|
268 |
|
269 |
+
#: adrotate-output.php:640
|
270 |
msgid ""
|
271 |
"You have enable caching support but Borlabs Cache is not active on your site!"
|
272 |
msgstr ""
|
273 |
"Vous avez permis de mettre en cache le support mais Borlabs Cache n’est pas "
|
274 |
"actif sur votre site !"
|
275 |
|
276 |
+
#: adrotate-output.php:640
|
277 |
msgid "Disable Borlabs Cache Support"
|
278 |
msgstr "Désactiver borlabs Cache Support"
|
279 |
|
280 |
+
#: adrotate-output.php:646
|
281 |
msgid ""
|
282 |
"You have enabled Borlabs Cache support but Fragment caching is not enabled!"
|
283 |
msgstr ""
|
284 |
"Vous avez activé le support Borlabs Cache mais la mise en cache Fragment "
|
285 |
"n’est pas activée !"
|
286 |
|
287 |
+
#: adrotate-output.php:646
|
288 |
msgid "Enable Fragment Caching"
|
289 |
msgstr "Permettre aux annonceurs"
|
290 |
|
291 |
+
#: adrotate-output.php:653
|
292 |
msgid "Your AdRotate Banner folder is not writable or does not exist."
|
293 |
msgstr ""
|
294 |
"Votre dossier AdRotate bannière n’est pas accessible en écriture ou n’existe "
|
295 |
"pas."
|
296 |
|
297 |
+
#: adrotate-output.php:653
|
298 |
msgid "Set up your banner folder"
|
299 |
msgstr "Configurez votre dossier de bannière"
|
300 |
|
301 |
+
#: adrotate-output.php:656
|
302 |
msgid ""
|
303 |
"You have AdRotate Professional installed. Please switch to AdRotate Pro! You "
|
304 |
"can delete this plugin after AdRotate Pro is activated."
|
306 |
"Vous avez installé AdRotate Professional. S’il vous plaît passer à AdRotate "
|
307 |
"Pro! Vous pouvez supprimer ce plugin après L’activation d’AdRotate Pro."
|
308 |
|
309 |
+
#: adrotate-output.php:656
|
310 |
msgid "Switch plugins"
|
311 |
msgstr "Switch plugins"
|
312 |
|
313 |
+
#: adrotate-output.php:659
|
314 |
msgid ""
|
315 |
"Something is wrong with your installation of AdRotate. Either the plugin is "
|
316 |
"installed twice or your current installation has the wrong folder name. "
|
320 |
"est installé deux fois, soit votre installation actuelle a le mauvais nom de "
|
321 |
"dossier. S’il vous plaît installer le plugin correctement!"
|
322 |
|
323 |
+
#: adrotate-output.php:659
|
324 |
msgid "Installation instructions"
|
325 |
msgstr "Instructions d’installation"
|
326 |
|
327 |
+
#: adrotate-output.php:730
|
328 |
msgid "your attention:"
|
329 |
msgstr "votre attention:"
|
330 |
|
331 |
+
#: adrotate-output.php:761
|
332 |
msgid ""
|
333 |
+
"Thank you for choosing AdRotate. Everything related to AdRotate is in this "
|
334 |
+
"menu. If you need help getting started take a look at the"
|
335 |
msgstr ""
|
336 |
+
"Merci d’avoir choisi AdRotate. Tout ce qui concerne AdRotate est dans ce "
|
337 |
+
"menu. Si vous avez besoin d’aide pour commencer, jetez un coup d’œil à la"
|
|
|
338 |
|
339 |
+
#: adrotate-output.php:761
|
340 |
msgid "manuals"
|
341 |
msgstr "manuels"
|
342 |
|
343 |
+
#: adrotate-output.php:761 adrotate-output.php:845
|
344 |
msgid "and"
|
345 |
msgstr "et"
|
346 |
|
347 |
+
#: adrotate-output.php:761
|
348 |
msgid "forums"
|
349 |
msgstr "forums"
|
350 |
|
351 |
+
#: adrotate-output.php:837
|
352 |
msgid "Help AdRotate Grow"
|
353 |
msgstr "AdRotate Pro"
|
354 |
|
355 |
+
#: adrotate-output.php:838 adrotate.php:152
|
356 |
msgid "AdRotate Professional"
|
357 |
msgstr "AdRotate professionel"
|
358 |
|
359 |
+
#: adrotate-output.php:845
|
360 |
msgid ""
|
361 |
"Many users only think to review AdRotate when something goes wrong while "
|
362 |
"thousands of people happily use AdRotate."
|
365 |
"chose va mal tandis que des milliers de personnes utilisent heureusement "
|
366 |
"AdRotate."
|
367 |
|
368 |
+
#: adrotate-output.php:845
|
369 |
msgid "If you find AdRotate useful please leave your"
|
370 |
msgstr "Si vous trouvez AdRotate utile s’il vous plaît laissez votre"
|
371 |
|
372 |
+
#: adrotate-output.php:845
|
373 |
msgid "rating"
|
374 |
msgstr "évaluation"
|
375 |
|
376 |
+
#: adrotate-output.php:845
|
377 |
msgid "review"
|
378 |
msgstr "avis"
|
379 |
|
380 |
+
#: adrotate-output.php:845
|
381 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
382 |
msgstr "sur WordPress.org pour aider AdRotate à s'améliorer"
|
383 |
|
384 |
+
#: adrotate-output.php:846
|
385 |
msgid ""
|
386 |
"Get more advanced features like Geo Targeting, scheduling and much more with "
|
387 |
"AdRotate Pro."
|
389 |
"Obtenez des fonctionnalités plus avancées comme Geo Targeting, la "
|
390 |
"planification et bien plus encore avec AdRotate Pro."
|
391 |
|
392 |
+
#: adrotate-output.php:846
|
393 |
msgid "Includes premium support and free updates for one year!"
|
394 |
msgstr "Inclut le support premium et les mises à jour gratuites pendant un an!"
|
395 |
|
396 |
+
#: adrotate-output.php:846
|
397 |
msgid "Get started today"
|
398 |
msgstr "Commencez dès aujourd'hui"
|
399 |
|
509 |
msgid "Fill in the ID of the type you want to display!"
|
510 |
msgstr "Insérez l'identifiant du type que vous voulez afficher!"
|
511 |
|
512 |
+
#: adrotate.php:105
|
513 |
msgid "General Info"
|
514 |
msgstr "Informations générales"
|
515 |
|
516 |
+
#: adrotate.php:106
|
517 |
+
msgid "Get AdRotate Pro"
|
518 |
+
msgstr "Obtenez AdRotate Pro"
|
519 |
|
520 |
+
#: adrotate.php:107
|
521 |
msgid "Manage Adverts"
|
522 |
msgstr "Gérer Annonces"
|
523 |
|
524 |
+
#: adrotate.php:108 dashboard/publisher/groups-main.php:12
|
525 |
msgid "Manage Groups"
|
526 |
msgstr "Gérer les groupes"
|
527 |
|
528 |
+
#: adrotate.php:109 dashboard/publisher/schedules-main.php:12
|
529 |
msgid "Manage Schedules"
|
530 |
msgstr "Gérer les horaires"
|
531 |
|
532 |
+
#: adrotate.php:110 adrotate.php:400 adrotate.php:521
|
533 |
+
#: dashboard/adrotatepro.php:98 dashboard/publisher/adverts-edit.php:177
|
534 |
#: dashboard/publisher/statistics-main.php:23
|
535 |
#: dashboard/settings/statistics.php:17
|
536 |
msgid "Statistics"
|
537 |
msgstr "Statistiques"
|
538 |
|
539 |
+
#: adrotate.php:111
|
540 |
msgid "Manage Media"
|
541 |
msgstr "Gérer les médias"
|
542 |
|
543 |
+
#: adrotate.php:112 adrotate.php:484
|
544 |
msgid "Support"
|
545 |
msgstr "Support"
|
546 |
|
547 |
+
#: adrotate.php:113
|
548 |
msgid "Settings"
|
549 |
msgstr "Paramètres"
|
550 |
|
551 |
+
#: adrotate.php:134
|
552 |
msgid "AdRotate Info"
|
553 |
msgstr "Informations sur Adrotate"
|
554 |
|
555 |
+
#: adrotate.php:196
|
556 |
msgid "Advert Management"
|
557 |
msgstr "Gestion de l’annonce"
|
558 |
|
559 |
+
#: adrotate.php:256 adrotate.php:327
|
560 |
msgid "Manage"
|
561 |
msgstr "Gérer"
|
562 |
|
563 |
+
#: adrotate.php:257
|
564 |
msgid "Generator"
|
565 |
msgstr "Générateur"
|
566 |
|
567 |
+
#: adrotate.php:258 adrotate.php:328
|
568 |
msgid "Add New"
|
569 |
msgstr "Ajouter"
|
570 |
|
571 |
+
#: adrotate.php:321
|
572 |
msgid "Group Management"
|
573 |
msgstr "Gérer les groupes"
|
574 |
|
575 |
+
#: adrotate.php:358
|
576 |
msgid "Schedules"
|
577 |
msgstr "Planifications"
|
578 |
|
579 |
+
#: adrotate.php:444
|
580 |
msgid "Media and Assets"
|
581 |
msgstr "Médias et actifs"
|
582 |
|
583 |
+
#: adrotate.php:448
|
584 |
msgid ""
|
585 |
"Upload images to the AdRotate Pro banners folder from here. This is useful "
|
586 |
"if you have HTML5 adverts containing multiple files."
|
589 |
"d’ici. Ceci est utile si vous avez des annonces HTML5 contenant plusieurs "
|
590 |
"fichiers."
|
591 |
|
592 |
+
#: adrotate.php:514
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
593 |
msgid "AdRotate Settings"
|
594 |
msgstr "Paramètres de AdRotate"
|
595 |
|
596 |
+
#: adrotate.php:519 dashboard/publisher/statistics-main.php:28
|
597 |
msgid "General"
|
598 |
msgstr "Général"
|
599 |
|
600 |
+
#: adrotate.php:520 dashboard/settings/notifications.php:18
|
601 |
msgid "Notifications"
|
602 |
msgstr "Notifications"
|
603 |
|
604 |
+
#: adrotate.php:522 dashboard/publisher/adverts-edit.php:345
|
605 |
#: dashboard/publisher/groups-edit.php:205
|
606 |
#: dashboard/settings/advertisers.php:38
|
607 |
msgid "Geo Targeting"
|
608 |
msgstr "Ciblage géo"
|
609 |
|
610 |
+
#: adrotate.php:523
|
611 |
msgid "Advertisers"
|
612 |
msgstr "Annonceurs"
|
613 |
|
614 |
+
#: adrotate.php:524 dashboard/settings/roles.php:17
|
615 |
msgid "Access Roles"
|
616 |
msgstr "Niveaux d’accès"
|
617 |
|
618 |
+
#: adrotate.php:525 dashboard/settings/misc.php:16
|
619 |
msgid "Miscellaneous"
|
620 |
msgstr "Divers"
|
621 |
|
622 |
+
#: adrotate.php:526 dashboard/settings/maintenance.php:16
|
623 |
msgid "Maintenance"
|
624 |
msgstr "Maintenance"
|
625 |
|
626 |
+
#: dashboard/adrotatepro.php:47
|
627 |
msgid "Mobile campaigns"
|
628 |
msgstr "Campagnes mobiles"
|
629 |
|
630 |
+
#: dashboard/adrotatepro.php:50
|
631 |
msgid ""
|
632 |
"Target mobile users with ease and show the right adverts to smartphones, "
|
633 |
"tablets and computers. Mix and match as you please and offer adverts that "
|
642 |
"effort et avec quelques options faciles à utiliser, ils apparaissent où vous "
|
643 |
"voulez qu’ils!"
|
644 |
|
645 |
+
#: dashboard/adrotatepro.php:55
|
646 |
msgid "Schedule all campaigns with ease"
|
647 |
msgstr "Planifier toutes vos campagnes en toute simplicité"
|
648 |
|
649 |
+
#: dashboard/adrotatepro.php:58
|
650 |
msgid ""
|
651 |
"Schedule your adverts and set up advertising campaigns based on dates you or "
|
652 |
"your advertisers specify without hassle. Seasonal adverts, weekly adverts, "
|
661 |
"revenus très flexible. Vous pouvez définir un ou plusieurs horaires pour les "
|
662 |
"annonces."
|
663 |
|
664 |
+
#: dashboard/adrotatepro.php:63
|
665 |
msgid "Satisfy your advertisers"
|
666 |
msgstr "Comblez vos annonceurs"
|
667 |
|
668 |
+
#: dashboard/adrotatepro.php:66
|
669 |
msgid ""
|
670 |
"Set up advertisers and let them log in to their statistics or even create "
|
671 |
"their own adverts. Created adverts go into a moderation queue for your staff "
|
678 |
"votre personel. Les annonceurs ont accès à leur propre petit tableau de bord "
|
679 |
"où ils peuvent voir les performances de leur annonces."
|
680 |
|
681 |
+
#: dashboard/adrotatepro.php:71
|
682 |
msgid "Get Fast Support almost all year round"
|
683 |
msgstr "Obtenez un soutien rapide presque toute l’année"
|
684 |
|
685 |
+
#: dashboard/adrotatepro.php:74
|
686 |
msgid ""
|
687 |
"When you activate your AdRotate Pro license you can use the more personal "
|
688 |
"email support. No more queueing up in the forums. AdRotate support takes "
|
695 |
"une ou deux fois par jour. Obtenez une solution (généralement) dans les deux "
|
696 |
"jours ouvrables."
|
697 |
|
698 |
+
#: dashboard/adrotatepro.php:82
|
699 |
msgid "Localize your ad campaigns with Geo Targeting"
|
700 |
msgstr "Localiser vos campagnes annonces avec le ciblage géographique"
|
701 |
|
702 |
+
#: dashboard/adrotatepro.php:85
|
703 |
msgid ""
|
704 |
"Go nationwide or global with localized adverts for your various audiences. "
|
705 |
"Set up adverts for countries and cities and sell impressions per general "
|
712 |
"GeoIP2: Precision ou AdRotate Geo. AdRotate Geo est un service exclusif de "
|
713 |
"recherche géo pour les utilisateurs d’AdRotate Pro."
|
714 |
|
715 |
+
#: dashboard/adrotatepro.php:90
|
716 |
msgid "Avoid adblockers"
|
717 |
msgstr "Évitez les adblockers"
|
718 |
|
719 |
+
#: dashboard/adrotatepro.php:93
|
720 |
msgid ""
|
721 |
"Try and avoid adblockers so your adverts get the exposure you want them to "
|
722 |
"have. AdRotate Pro offers some advanced tools to deceive adblockers so your "
|
730 |
"annonces intelligemment afin que ces fonctionnalités atteignent leur plein "
|
731 |
"potentiel!"
|
732 |
|
733 |
+
#: dashboard/adrotatepro.php:101
|
734 |
msgid ""
|
735 |
"Get statistics in AdRotate Pro. Similar to the free version you can track "
|
736 |
"stats in AdRotate itself and use all kinds of extra scheduling options. Or "
|
743 |
"suivre les statistiques dans Google Analytics et voir des informations plus "
|
744 |
"détaillées qui se rapportent à vos visiteurs de cette façon."
|
745 |
|
746 |
+
#: dashboard/adrotatepro.php:106
|
747 |
msgid "Stay up-to-date with notifications"
|
748 |
msgstr "Restez à jour avec les notifications"
|
749 |
|
750 |
+
#: dashboard/adrotatepro.php:109
|
751 |
msgid ""
|
752 |
"Stay in touch with Email notifications. Have AdRotate send you an alert when "
|
753 |
"adverts expire or need your attention. Get notified when adverts expire, "
|
791 |
msgid "Have errors"
|
792 |
msgstr "Il y a des erreurs"
|
793 |
|
794 |
+
#: dashboard/info.php:74
|
|
|
|
|
|
|
|
|
795 |
msgid ""
|
796 |
"AdRotate Professional has a lot more functions for even better advertising "
|
797 |
"management. Check out the feature comparison tab on any of the product pages "
|
802 |
"sur l’une des pages de produits pour voir ce qu’AdRotate Pro a à offrir pour "
|
803 |
"vous!"
|
804 |
|
805 |
+
#: dashboard/info.php:76
|
806 |
msgid "Single License"
|
807 |
msgstr "Licence unique"
|
808 |
|
809 |
+
#: dashboard/info.php:76
|
810 |
msgid "Use on ONE WordPress installation."
|
811 |
msgstr "Utilisation sur l’installation ONE WordPress."
|
812 |
|
813 |
+
#: dashboard/info.php:76 dashboard/info.php:77 dashboard/info.php:78
|
814 |
+
#: dashboard/info.php:79
|
815 |
msgid "Buy now"
|
816 |
msgstr "Acheter maintenant"
|
817 |
|
818 |
+
#: dashboard/info.php:77
|
819 |
msgid "Duo License"
|
820 |
msgstr "Licence Duo"
|
821 |
|
822 |
+
#: dashboard/info.php:77
|
823 |
msgid "Use on TWO WordPress installations."
|
824 |
msgstr "Utilisation sur DEUX installations WordPress."
|
825 |
|
826 |
+
#: dashboard/info.php:78
|
827 |
msgid "Multi License"
|
828 |
msgstr "Licence Multiple"
|
829 |
|
830 |
+
#: dashboard/info.php:78
|
831 |
msgid "Use on up to FIVE WordPress installations."
|
832 |
msgstr "Utiliser sur jusqu’à CINQ installations WordPress."
|
833 |
|
834 |
+
#: dashboard/info.php:79
|
835 |
msgid "Developer License"
|
836 |
msgstr "Licence de Developpeur"
|
837 |
|
838 |
+
#: dashboard/info.php:79
|
839 |
msgid "Use on up to a HUNDRED WordPress installations and/or networks."
|
840 |
msgstr ""
|
841 |
"Utiliser sur jusqu’à une installation et/ou réseaux WORDPress de HUNDRED."
|
842 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
843 |
#: dashboard/publisher/adverts-disabled.php:15
|
844 |
msgid "Disabled Adverts"
|
845 |
msgstr "Annonce désactivée"
|
859 |
|
860 |
#: dashboard/publisher/adverts-disabled.php:22
|
861 |
#: dashboard/publisher/adverts-error.php:21
|
862 |
+
#: dashboard/publisher/adverts-main.php:22 dashboard/publisher/media.php:68
|
863 |
+
#: dashboard/publisher/media.php:73 dashboard/publisher/media.php:77
|
864 |
msgid "Delete"
|
865 |
msgstr "Effacer"
|
866 |
|
902 |
#: dashboard/publisher/adverts-main.php:41
|
903 |
#: dashboard/publisher/groups-edit.php:65
|
904 |
#: dashboard/publisher/groups-edit.php:360
|
905 |
+
#: dashboard/publisher/groups-main.php:33 dashboard/publisher/media.php:48
|
906 |
#: dashboard/publisher/schedules-main.php:33
|
907 |
msgid "Name"
|
908 |
msgstr "Nom"
|
1180 |
#: dashboard/publisher/adverts-edit.php:261
|
1181 |
#: dashboard/publisher/adverts-edit.php:343
|
1182 |
#: dashboard/publisher/adverts-edit.php:443
|
1183 |
+
#: dashboard/publisher/groups-edit.php:228
|
1184 |
#: dashboard/publisher/statistics-advert.php:109
|
1185 |
#: dashboard/publisher/statistics-group.php:113
|
1186 |
#: dashboard/publisher/statistics-main.php:83
|
1704 |
"allant jusqu’à 1280px de large (jusqu’à 2048px résolution)."
|
1705 |
|
1706 |
#: dashboard/publisher/adverts-generator.php:113
|
1707 |
+
#: dashboard/publisher/media.php:37
|
1708 |
msgid "Important:"
|
1709 |
msgstr "Important :"
|
1710 |
|
2237 |
msgid "No groups created!"
|
2238 |
msgstr "Aucun groupe n'a été créé!"
|
2239 |
|
2240 |
+
#: dashboard/publisher/media.php:19
|
2241 |
msgid "Upload new file"
|
2242 |
msgstr "Déposer un nouveau fichier"
|
2243 |
|
2244 |
+
#: dashboard/publisher/media.php:37
|
2245 |
msgid "Accepted files:"
|
2246 |
msgstr "Fichiers acceptés :"
|
2247 |
|
2248 |
+
#: dashboard/publisher/media.php:37
|
2249 |
msgid "Maximum size is 512Kb per file."
|
2250 |
msgstr "La taille maximale est de 512 Ko par fichier."
|
2251 |
|
2252 |
+
#: dashboard/publisher/media.php:37
|
2253 |
msgid ""
|
2254 |
"Make sure your file has no spaces or special characters in the name. Replace "
|
2255 |
"spaces with a - or _."
|
2257 |
"Assurez-vous que votre fichier a sans espaces ou des caractères spéciaux "
|
2258 |
"dans le nom. Remplacez les espaces avec un - ou _."
|
2259 |
|
2260 |
+
#: dashboard/publisher/media.php:37
|
2261 |
msgid ""
|
2262 |
+
"Zip files are automatically extracted in the location where they are "
|
2263 |
+
"uploaded and the original zip file will be deleted once extracted."
|
2264 |
msgstr ""
|
2265 |
+
"Les fichiers Zip sont automatiquement extraits à l’endroit où ils sont "
|
2266 |
+
"téléchargés et le fichier zip d’origine sera supprimé une fois extrait."
|
|
|
2267 |
|
2268 |
+
#: dashboard/publisher/media.php:37
|
2269 |
+
msgid ""
|
2270 |
+
"You can create top-level folders below. Folder names can between 1 and 100 "
|
2271 |
+
"characters long. Any special characters are stripped out."
|
2272 |
+
msgstr ""
|
2273 |
+
"Vous pouvez créer des dossiers de niveau supérieur ci-dessous. Les noms de "
|
2274 |
+
"dossiers peuvent faire entre 1 et 100 caractères. Tous les caractères "
|
2275 |
+
"spéciaux sont dépouillés."
|
2276 |
+
|
2277 |
+
#: dashboard/publisher/media.php:40
|
2278 |
msgid "Upload file"
|
2279 |
msgstr "Télécharger le fichier"
|
2280 |
|
2281 |
+
#: dashboard/publisher/media.php:40
|
2282 |
msgid "Click only once per file!"
|
2283 |
msgstr "Cliquez une seule fois par fichier !"
|
2284 |
|
2285 |
+
#: dashboard/publisher/media.php:43
|
2286 |
msgid "Available files in"
|
2287 |
msgstr "Fichiers disponibles dans"
|
2288 |
|
2289 |
+
#: dashboard/publisher/media.php:55
|
2290 |
+
msgid "Create folder"
|
2291 |
+
msgstr "Créer un dossier"
|
2292 |
|
2293 |
+
#: dashboard/publisher/media.php:88
|
2294 |
msgid "No files found!"
|
2295 |
msgstr "Aucun fichier trouvé!"
|
2296 |
|
2297 |
+
#: dashboard/publisher/media.php:96
|
2298 |
msgid ""
|
2299 |
"Make sure the banner images are not in use by adverts when you delete them!"
|
2300 |
msgstr ""
|
2301 |
"Assurez-vous que les images de la bannière ne sont pas utilisés par les "
|
2302 |
"annonces lorsque vous les supprimez !"
|
2303 |
|
2304 |
+
#: dashboard/publisher/media.php:96
|
2305 |
+
msgid "Deleting a folder deletes everything inside that folder as well!"
|
2306 |
+
msgstr ""
|
2307 |
+
"La suppression d’un dossier supprime tout à l’intérieur de ce dossier ainsi!"
|
|
|
|
|
2308 |
|
2309 |
#: dashboard/publisher/schedules-main.php:13
|
2310 |
msgid ""
|
2431 |
"Toutes les statistiques sont indicatives. Elles ne reflètent pas "
|
2432 |
"nécessairement les résultats comptés par d'autres partis."
|
2433 |
|
2434 |
+
#: dashboard/publisher/statistics-advert.php:109
|
2435 |
+
#: dashboard/publisher/statistics-group.php:113
|
2436 |
+
#: dashboard/publisher/statistics-main.php:83
|
2437 |
+
msgid "Get more features with AdRotate Pro"
|
2438 |
+
msgstr "Obtenez plus de fonctionalités avec AdRotate Pro"
|
2439 |
+
|
2440 |
#: dashboard/publisher/statistics-group.php:46
|
2441 |
msgid "Statistics for group"
|
2442 |
msgstr "Statistiques pour le groupe"
|
2506 |
|
2507 |
#: dashboard/settings/advertisers.php:53 dashboard/settings/general.php:78
|
2508 |
#: dashboard/settings/maintenance.php:97 dashboard/settings/misc.php:47
|
2509 |
+
#: dashboard/settings/notifications.php:72 dashboard/settings/roles.php:55
|
2510 |
#: dashboard/settings/statistics.php:83
|
2511 |
msgid "Update Options"
|
2512 |
msgstr "Mettre à jour les options"
|
3252 |
"Les messages sont envoyés une fois toutes les 24 heures. Maximum de 5 "
|
3253 |
"adresses. La virgule s’est séparée. Ce champ n’est peut-être pas vide !"
|
3254 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3255 |
#: dashboard/settings/roles.php:18
|
3256 |
msgid "Who has access to what?"
|
3257 |
msgstr "Qui a accès à quoi?"
|
3493 |
msgid "Premium Support is available in AdRotate Pro!"
|
3494 |
msgstr "Premium Support est disponible dans AdRotate Pro!"
|
3495 |
|
3496 |
+
#~ msgid "AdRotate Pro"
|
3497 |
+
#~ msgstr "AdRotate Pro"
|
3498 |
+
|
3499 |
+
#~ msgid "Get more features"
|
3500 |
+
#~ msgstr "Obtenez plus de fonctionnalités"
|
3501 |
+
|
3502 |
+
#~ msgid "Buy AdRotate Professional"
|
3503 |
+
#~ msgstr "Achetez AdRotate Professionel"
|
3504 |
+
|
3505 |
+
#~ msgid "Advertising Partners & Affiliates"
|
3506 |
+
#~ msgstr "Partenaires annonces et affiliés"
|
3507 |
+
|
3508 |
+
#~ msgid ""
|
3509 |
+
#~ "A selection of quality advertiser networks and useful products. If you "
|
3510 |
+
#~ "need adverts or just want more or more diverse adverts. Check out these "
|
3511 |
+
#~ "great options!"
|
3512 |
+
#~ msgstr ""
|
3513 |
+
#~ "Une sélection de réseaux d’annonceurs de qualité et de produits utiles. "
|
3514 |
+
#~ "Si vous avez besoin de annonces ou tout simplement voulez des annonces "
|
3515 |
+
#~ "plus ou plus diversifiées. Découvrez ces excellentes options!"
|
3516 |
+
|
3517 |
+
#~ msgid "Check out these and other preferred products or providers on my"
|
3518 |
+
#~ msgstr "Découvrez ces produits ou fournisseurs préférés sur mon"
|
3519 |
+
|
3520 |
+
#~ msgid "recommended products page"
|
3521 |
+
#~ msgstr "page de produits recommandés"
|
3522 |
+
|
3523 |
+
#~ msgid ""
|
3524 |
+
#~ "If you remove spaces from filenames for HTML5 adverts also edit the html "
|
3525 |
+
#~ "file so it knows about the changed name. For example for the javascript "
|
3526 |
+
#~ "file."
|
3527 |
+
#~ msgstr ""
|
3528 |
+
#~ "Si vous supprimez des espaces des noms de fichiers pour les annonces "
|
3529 |
+
#~ "HTML5, modifiez également le fichier html afin qu’il sache sur le nom "
|
3530 |
+
#~ "changé. Par exemple pour le fichier javascript."
|
3531 |
+
|
3532 |
+
#~ msgid "Actions"
|
3533 |
+
#~ msgstr "Actions"
|
3534 |
+
|
3535 |
+
#~ msgid ""
|
3536 |
+
#~ "Who gets email from advertisers. Maximum of 5 addresses. Comma separated. "
|
3537 |
+
#~ "This field may not be empty!"
|
3538 |
+
#~ msgstr ""
|
3539 |
+
#~ "Qui reçoit le courrier électronique auprès des annonceurs. Maximum de 5 "
|
3540 |
+
#~ "adresses. Séparés par des virgules. Ce champ ne peut pas être vide !"
|
3541 |
+
|
3542 |
#~ msgid "Join the Media.net advertising network"
|
3543 |
#~ msgstr "Joignez-vous au réseau annonces Media.net"
|
3544 |
|
3724 |
#~ msgid "Review the ad here:"
|
3725 |
#~ msgstr "Vérifiez l’annonce ici :"
|
3726 |
|
|
|
|
|
|
|
3727 |
#~ msgid "Advertiser updated"
|
3728 |
#~ msgstr "Annonceur mis à jour"
|
3729 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3730 |
#~ msgid "Email(s) with reports successfully sent"
|
3731 |
#~ msgstr "Email(s) avec les rapports envoyés avec succès"
|
3732 |
|
4959 |
#~ msgid "Group"
|
4960 |
#~ msgstr "Groupe"
|
4961 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4962 |
#~ msgid "New Schedule"
|
4963 |
#~ msgstr "Nouveau Programme"
|
4964 |
|
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 Professional\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2020-
|
6 |
-
"PO-Revision-Date: 2020-
|
7 |
"Last-Translator: Arnan de Gans <support@ajdg.solutions>\n"
|
8 |
"Language-Team: Arnan de Gans\n"
|
9 |
"Language: it\n"
|
@@ -17,47 +17,63 @@ msgstr ""
|
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
-
#: adrotate-functions.php:
|
21 |
msgid "Ad saved"
|
22 |
msgstr "Annuncio salvato"
|
23 |
|
24 |
-
#: adrotate-functions.php:
|
25 |
msgid "Group saved"
|
26 |
msgstr "Gruppo salvato"
|
27 |
|
28 |
-
#: adrotate-functions.php:
|
|
|
|
|
|
|
|
|
29 |
msgid "Ad(s) deleted"
|
30 |
msgstr "Annunci eliminati"
|
31 |
|
32 |
-
#: adrotate-functions.php:
|
33 |
msgid "Group deleted"
|
34 |
msgstr "Gruppo eliminato"
|
35 |
|
36 |
-
#: adrotate-functions.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
msgid "Ad(s) statistics reset"
|
38 |
msgstr "Reimpostazione delle statistiche degli annunci"
|
39 |
|
40 |
-
#: adrotate-functions.php:
|
41 |
msgid "Ad(s) renewed"
|
42 |
msgstr "Annunci rinnovati"
|
43 |
|
44 |
-
#: adrotate-functions.php:
|
45 |
msgid "Ad(s) deactivated"
|
46 |
msgstr "Annunci disattivati"
|
47 |
|
48 |
-
#: adrotate-functions.php:
|
49 |
msgid "Ad(s) activated"
|
50 |
msgstr "Annunci attivati"
|
51 |
|
52 |
-
#: adrotate-functions.php:
|
53 |
msgid "Group including it's Ads deleted"
|
54 |
msgstr "Gruppo che include gli annunci eliminati"
|
55 |
|
56 |
-
#: adrotate-functions.php:
|
57 |
msgid "Export created"
|
58 |
msgstr "Esportazione creata"
|
59 |
|
60 |
-
#: adrotate-functions.php:
|
61 |
msgid ""
|
62 |
"Advert HTML generated and placed in the AdCode field. Configure your advert "
|
63 |
"below. Do not forget to check all settings and schedule it."
|
@@ -66,31 +82,31 @@ msgstr ""
|
|
66 |
"Configura la tua inserzione qui sotto. Non dimenticare di controllare tutte "
|
67 |
"le impostazioni e pianificarlo."
|
68 |
|
69 |
-
#: adrotate-functions.php:
|
70 |
msgid "Settings saved"
|
71 |
msgstr "Impostazioni salvate"
|
72 |
|
73 |
-
#: adrotate-functions.php:
|
74 |
msgid "Database optimized"
|
75 |
msgstr "Database ottimizzato"
|
76 |
|
77 |
-
#: adrotate-functions.php:
|
78 |
msgid "Database repaired"
|
79 |
msgstr "Database riparato"
|
80 |
|
81 |
-
#: adrotate-functions.php:
|
82 |
msgid "Ads evaluated and statuses have been corrected where required"
|
83 |
msgstr "Gli annunci valutati e gli stati sono stati corretti ove necessario"
|
84 |
|
85 |
-
#: adrotate-functions.php:
|
86 |
msgid "Cleanup complete"
|
87 |
msgstr "Pulitura completata"
|
88 |
|
89 |
-
#: adrotate-functions.php:
|
90 |
msgid "Action prohibited"
|
91 |
msgstr "Azione vietata"
|
92 |
|
93 |
-
#: adrotate-functions.php:
|
94 |
msgid ""
|
95 |
"The ad was saved but has an issue which might prevent it from working "
|
96 |
"properly. Review the colored ad."
|
@@ -98,23 +114,23 @@ msgstr ""
|
|
98 |
"L'annuncio è stato salvato ma presenta un problema che potrebbe impedirne il "
|
99 |
"corretto funzionamento. Esamina l'annuncio colorato."
|
100 |
|
101 |
-
#: adrotate-functions.php:
|
102 |
msgid "No data found in selected time period"
|
103 |
msgstr "Nessun dato trovato nel periodo di tempo selezionato"
|
104 |
|
105 |
-
#: adrotate-functions.php:
|
106 |
msgid "Database can only be optimized or cleaned once every hour"
|
107 |
msgstr "Il database può essere ottimizzato o pulito solo una volta ogni ora"
|
108 |
|
109 |
-
#: adrotate-functions.php:
|
110 |
msgid "Form can not be (partially) empty!"
|
111 |
msgstr "Modulo non può essere (parzialmente) vuoto!"
|
112 |
|
113 |
-
#: adrotate-functions.php:
|
114 |
msgid "No ads found."
|
115 |
msgstr "Nessun annuncio trovato."
|
116 |
|
117 |
-
#: adrotate-functions.php:
|
118 |
msgid ""
|
119 |
"The advert hash is not usable or is missing required data. Please copy the "
|
120 |
"hash correctly and try again."
|
@@ -122,7 +138,7 @@ msgstr ""
|
|
122 |
"È stato abilitato il supporto della cache di Borlabs, ma la memorizzazione "
|
123 |
"nella cache dei frammenti non è abilitata."
|
124 |
|
125 |
-
#: adrotate-functions.php:
|
126 |
msgid ""
|
127 |
"The advert hash can not be used on the same site as it originated from or is "
|
128 |
"not a valid hash for importing."
|
@@ -130,19 +146,19 @@ msgstr ""
|
|
130 |
"L'hash dell'annuncio non può essere utilizzato sullo stesso sito da cui ha "
|
131 |
"avuto origine o non è un hash valido per l'importazione."
|
132 |
|
133 |
-
#: adrotate-functions.php:
|
134 |
msgid "Unexpected error"
|
135 |
msgstr "Errore inatteso"
|
136 |
|
137 |
-
#: adrotate-manage-publisher.php:
|
138 |
msgid "AdRotate Advertiser"
|
139 |
msgstr "Inserzionista AdRotate"
|
140 |
|
141 |
-
#: adrotate-output.php:
|
142 |
msgid "Oh no! Something went wrong!"
|
143 |
msgstr "Oh no! Qualcosa è andato storto!"
|
144 |
|
145 |
-
#: adrotate-output.php:
|
146 |
msgid ""
|
147 |
"WordPress was unable to verify the authenticity of the url you have clicked. "
|
148 |
"Verify if the url used is valid or log in via your browser."
|
@@ -151,17 +167,17 @@ msgstr ""
|
|
151 |
"hai fatto clic. Verifica se l'URL utilizzato è valido o accedi tramite il "
|
152 |
"tuo browser."
|
153 |
|
154 |
-
#: adrotate-output.php:
|
155 |
msgid ""
|
156 |
"If you have received the url you want to visit via email, you are being "
|
157 |
"tricked!"
|
158 |
msgstr "Se hai ricevuto l'URL che vuoi visitare via e-mail, vieni ingannato!"
|
159 |
|
160 |
-
#: adrotate-output.php:
|
161 |
msgid "Contact support if the issue persists:"
|
162 |
msgstr "Contattare il supporto tecnico se il problema persiste:"
|
163 |
|
164 |
-
#: adrotate-output.php:
|
165 |
msgid ""
|
166 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
167 |
"restrictions!"
|
@@ -169,7 +185,7 @@ msgstr ""
|
|
169 |
"Errore, L'annuncio non è al momento disponibile a causa di restrizioni di "
|
170 |
"pianificazione/geolocalizzazione!"
|
171 |
|
172 |
-
#: adrotate-output.php:
|
173 |
msgid ""
|
174 |
"Either there are no banners, they are disabled or none qualified for this "
|
175 |
"location!"
|
@@ -177,19 +193,19 @@ msgstr ""
|
|
177 |
"O non ci sono banner, sono disabilitati o nessuno qualificato per questa "
|
178 |
"posizione!"
|
179 |
|
180 |
-
#: adrotate-output.php:
|
181 |
msgid "Error, no Ad ID set! Check your syntax!"
|
182 |
msgstr "Errore, nessun ID annuncio impostato! Controlla la tua sintassi!"
|
183 |
|
184 |
-
#: adrotate-output.php:
|
185 |
msgid "Error, no group ID set! Check your syntax!"
|
186 |
msgstr "Errore, nessun ID gruppo impostato! Controlla la tua sintassi!"
|
187 |
|
188 |
-
#: adrotate-output.php:
|
189 |
msgid "Error, group does not exist! Check your syntax!"
|
190 |
msgstr "Errore, il gruppo non esiste! Controlla la tua sintassi!"
|
191 |
|
192 |
-
#: adrotate-output.php:
|
193 |
msgid ""
|
194 |
"There was an error locating the database tables for AdRotate. Please "
|
195 |
"deactivate and re-activate AdRotate from the plugin page!!"
|
@@ -198,11 +214,11 @@ msgstr ""
|
|
198 |
"per AdRotate. Si prega di disattivare e riattivare AdRotate dalla pagina del "
|
199 |
"plugin !!"
|
200 |
|
201 |
-
#: adrotate-output.php:
|
202 |
msgid "If this does not solve the issue please seek support at"
|
203 |
msgstr "Se il problema persiste, rivolgersi a"
|
204 |
|
205 |
-
#: adrotate-output.php:
|
206 |
msgid ""
|
207 |
"There was an error loading the page. Please try again by reloading the page "
|
208 |
"via the menu on the left."
|
@@ -210,20 +226,20 @@ msgstr ""
|
|
210 |
"C'è stato un errore nel caricamento della pagina. Si prega di provare "
|
211 |
"nuovamente ricaricando la pagina tramite il menù a sinistra."
|
212 |
|
213 |
-
#: adrotate-output.php:
|
214 |
msgid "If the issue persists please seek help at"
|
215 |
msgstr "Se questo problema persiste, si prega di cercare aiuto a"
|
216 |
|
217 |
-
#: adrotate-output.php:
|
218 |
msgid "An unknown error occured."
|
219 |
msgstr "Si è verificato un errore sconosciuto."
|
220 |
|
221 |
-
#: adrotate-output.php:
|
222 |
#: dashboard/settings/maintenance.php:20
|
223 |
msgid "Check adverts"
|
224 |
msgstr "Controllo inserzioni"
|
225 |
|
226 |
-
#: adrotate-output.php:
|
227 |
msgid ""
|
228 |
"You have enabled caching support but W3 Total Cache is not active on your "
|
229 |
"site!"
|
@@ -231,11 +247,11 @@ msgstr ""
|
|
231 |
"Hai abilitato il supporto della memorizzazione nella cache, ma W3 Total "
|
232 |
"Cache non è attiva sul tuo sito!"
|
233 |
|
234 |
-
#: adrotate-output.php:
|
235 |
msgid "Disable W3 Total Cache Support"
|
236 |
msgstr "Disabilitare il supporto della W3 Total Cache"
|
237 |
|
238 |
-
#: adrotate-output.php:
|
239 |
msgid ""
|
240 |
"You have enable caching support but the W3TC_DYNAMIC_SECURITY definition is "
|
241 |
"not set."
|
@@ -243,41 +259,41 @@ msgstr ""
|
|
243 |
"Hai abilitato il supporto caching ma la definizione W3TC_DYNAMIC_SECURITY "
|
244 |
"non è impostata."
|
245 |
|
246 |
-
#: adrotate-output.php:
|
247 |
msgid "How to configure W3 Total Cache"
|
248 |
msgstr "Come configurare la W3 Total Cache"
|
249 |
|
250 |
-
#: adrotate-output.php:
|
251 |
msgid ""
|
252 |
"You have enable caching support but Borlabs Cache is not active on your site!"
|
253 |
msgstr ""
|
254 |
"Hai attivato il supporto della memorizzazione nella cache, ma Borlabs Cache "
|
255 |
"non è attivo sul tuo sito!"
|
256 |
|
257 |
-
#: adrotate-output.php:
|
258 |
msgid "Disable Borlabs Cache Support"
|
259 |
msgstr "Disabilitare il supporto della Borlabs Cache"
|
260 |
|
261 |
-
#: adrotate-output.php:
|
262 |
msgid ""
|
263 |
"You have enabled Borlabs Cache support but Fragment caching is not enabled!"
|
264 |
msgstr ""
|
265 |
"È stato abilitato il supporto della cache di Borlabs, ma la memorizzazione "
|
266 |
"nella cache dei frammenti non è abilitata!"
|
267 |
|
268 |
-
#: adrotate-output.php:
|
269 |
msgid "Enable Fragment Caching"
|
270 |
msgstr "Abilitare la Fragment Caching"
|
271 |
|
272 |
-
#: adrotate-output.php:
|
273 |
msgid "Your AdRotate Banner folder is not writable or does not exist."
|
274 |
msgstr "La tua cartella AdRotate Banner non è scrivibile o non esiste."
|
275 |
|
276 |
-
#: adrotate-output.php:
|
277 |
msgid "Set up your banner folder"
|
278 |
msgstr "Configurare la banner folder"
|
279 |
|
280 |
-
#: adrotate-output.php:
|
281 |
msgid ""
|
282 |
"You have AdRotate Professional installed. Please switch to AdRotate Pro! You "
|
283 |
"can delete this plugin after AdRotate Pro is activated."
|
@@ -285,11 +301,11 @@ msgstr ""
|
|
285 |
"AdRotate Professional è installato. Si prega di passare ad AdRotate Pro! "
|
286 |
"Puoi eliminare questo plugin dopo l'attivazione di AdRotate Pro."
|
287 |
|
288 |
-
#: adrotate-output.php:
|
289 |
msgid "Switch plugins"
|
290 |
msgstr "Passare da un plug-in all'altro"
|
291 |
|
292 |
-
#: adrotate-output.php:
|
293 |
msgid ""
|
294 |
"Something is wrong with your installation of AdRotate. Either the plugin is "
|
295 |
"installed twice or your current installation has the wrong folder name. "
|
@@ -299,44 +315,43 @@ msgstr ""
|
|
299 |
"installato due volte o l'installazione corrente ha il nome della cartella "
|
300 |
"errata. Si prega di installare il plugin correttamente!"
|
301 |
|
302 |
-
#: adrotate-output.php:
|
303 |
msgid "Installation instructions"
|
304 |
msgstr "Istruzioni per l'installazione"
|
305 |
|
306 |
-
#: adrotate-output.php:
|
307 |
msgid "your attention:"
|
308 |
msgstr "la vostra attenzione:"
|
309 |
|
310 |
-
#: adrotate-output.php:
|
311 |
msgid ""
|
312 |
-
"Thank you for choosing AdRotate
|
313 |
-
"
|
314 |
msgstr ""
|
315 |
-
"Grazie per
|
316 |
-
"
|
317 |
-
"un'occhiata al"
|
318 |
|
319 |
-
#: adrotate-output.php:
|
320 |
msgid "manuals"
|
321 |
msgstr "manuali"
|
322 |
|
323 |
-
#: adrotate-output.php:
|
324 |
msgid "and"
|
325 |
msgstr "e"
|
326 |
|
327 |
-
#: adrotate-output.php:
|
328 |
msgid "forums"
|
329 |
msgstr "forum"
|
330 |
|
331 |
-
#: adrotate-output.php:
|
332 |
msgid "Help AdRotate Grow"
|
333 |
msgstr "Aiuta AdRotate a crescere"
|
334 |
|
335 |
-
#: adrotate-output.php:
|
336 |
msgid "AdRotate Professional"
|
337 |
msgstr "AdRotate Professional"
|
338 |
|
339 |
-
#: adrotate-output.php:
|
340 |
msgid ""
|
341 |
"Many users only think to review AdRotate when something goes wrong while "
|
342 |
"thousands of people happily use AdRotate."
|
@@ -344,23 +359,23 @@ msgstr ""
|
|
344 |
"Molti utenti pensano solo di rivedere AdRotate quando qualcosa va storto, "
|
345 |
"mentre migliaia di persone usano felicemente AdRotate."
|
346 |
|
347 |
-
#: adrotate-output.php:
|
348 |
msgid "If you find AdRotate useful please leave your"
|
349 |
msgstr "Se ritieni utile AdRotate, lascia il tuo"
|
350 |
|
351 |
-
#: adrotate-output.php:
|
352 |
msgid "rating"
|
353 |
msgstr "valutazione"
|
354 |
|
355 |
-
#: adrotate-output.php:
|
356 |
msgid "review"
|
357 |
msgstr "recensione"
|
358 |
|
359 |
-
#: adrotate-output.php:
|
360 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
361 |
msgstr "su WordPress.org per aiutare AdRotate a crescere in modo positivo"
|
362 |
|
363 |
-
#: adrotate-output.php:
|
364 |
msgid ""
|
365 |
"Get more advanced features like Geo Targeting, scheduling and much more with "
|
366 |
"AdRotate Pro."
|
@@ -368,11 +383,11 @@ msgstr ""
|
|
368 |
"Ottieni funzionalità più avanzate come Geo Targeting, pianificazione e molto "
|
369 |
"altro con AdRotate Pro."
|
370 |
|
371 |
-
#: adrotate-output.php:
|
372 |
msgid "Includes premium support and free updates for one year!"
|
373 |
msgstr "Include supporto premium e aggiornamenti gratuiti per un anno!"
|
374 |
|
375 |
-
#: adrotate-output.php:
|
376 |
msgid "Get started today"
|
377 |
msgstr "Iniziate oggi stesso"
|
378 |
|
@@ -486,78 +501,78 @@ msgstr "ID:"
|
|
486 |
msgid "Fill in the ID of the type you want to display!"
|
487 |
msgstr "Inserire l'ID del tipo che si desidera visualizzare!"
|
488 |
|
489 |
-
#: adrotate.php:
|
490 |
msgid "General Info"
|
491 |
msgstr "Informazioni generali"
|
492 |
|
493 |
-
#: adrotate.php:
|
494 |
-
msgid "AdRotate Pro"
|
495 |
-
msgstr "AdRotate Pro"
|
496 |
|
497 |
-
#: adrotate.php:
|
498 |
msgid "Manage Adverts"
|
499 |
msgstr "Gestisci Inserzioni"
|
500 |
|
501 |
-
#: adrotate.php:
|
502 |
msgid "Manage Groups"
|
503 |
msgstr "Gestisci Gruppi"
|
504 |
|
505 |
-
#: adrotate.php:
|
506 |
msgid "Manage Schedules"
|
507 |
msgstr "Gestisci pianificazioni"
|
508 |
|
509 |
-
#: adrotate.php:
|
510 |
-
#: dashboard/adrotatepro.php:
|
511 |
#: dashboard/publisher/statistics-main.php:23
|
512 |
#: dashboard/settings/statistics.php:17
|
513 |
msgid "Statistics"
|
514 |
msgstr "Statistiche"
|
515 |
|
516 |
-
#: adrotate.php:
|
517 |
msgid "Manage Media"
|
518 |
msgstr "Gestisci Media"
|
519 |
|
520 |
-
#: adrotate.php:
|
521 |
msgid "Support"
|
522 |
msgstr "Supporto"
|
523 |
|
524 |
-
#: adrotate.php:
|
525 |
msgid "Settings"
|
526 |
msgstr "Impostazioni"
|
527 |
|
528 |
-
#: adrotate.php:
|
529 |
msgid "AdRotate Info"
|
530 |
msgstr "Informazioni AdRotate"
|
531 |
|
532 |
-
#: adrotate.php:
|
533 |
msgid "Advert Management"
|
534 |
msgstr "Gestione Inserzioni"
|
535 |
|
536 |
-
#: adrotate.php:
|
537 |
msgid "Manage"
|
538 |
msgstr "Gestisci"
|
539 |
|
540 |
-
#: adrotate.php:
|
541 |
msgid "Generator"
|
542 |
msgstr "Generatore"
|
543 |
|
544 |
-
#: adrotate.php:
|
545 |
msgid "Add New"
|
546 |
msgstr "Aggiungi Nuovo"
|
547 |
|
548 |
-
#: adrotate.php:
|
549 |
msgid "Group Management"
|
550 |
msgstr "Gruppo eliminato"
|
551 |
|
552 |
-
#: adrotate.php:
|
553 |
msgid "Schedules"
|
554 |
msgstr "Pianificazioni"
|
555 |
|
556 |
-
#: adrotate.php:
|
557 |
msgid "Media and Assets"
|
558 |
msgstr "Media e risorse"
|
559 |
|
560 |
-
#: adrotate.php:
|
561 |
msgid ""
|
562 |
"Upload images to the AdRotate Pro banners folder from here. This is useful "
|
563 |
"if you have HTML5 adverts containing multiple files."
|
@@ -565,53 +580,45 @@ msgstr ""
|
|
565 |
"Carica le immagini nella cartella dei banner AdRotate Pro da qui. Ciò è "
|
566 |
"utile se si dispone di annunci HTML5 contenenti più file."
|
567 |
|
568 |
-
#: adrotate.php:
|
569 |
-
msgid "Get more features"
|
570 |
-
msgstr "Ottenga più caratteristiche"
|
571 |
-
|
572 |
-
#: adrotate.php:434
|
573 |
-
msgid "Get AdRotate Pro"
|
574 |
-
msgstr "Ottieni AdRotate Pro"
|
575 |
-
|
576 |
-
#: adrotate.php:498
|
577 |
msgid "AdRotate Settings"
|
578 |
msgstr "Impostazioni AdRotate"
|
579 |
|
580 |
-
#: adrotate.php:
|
581 |
msgid "General"
|
582 |
msgstr "Generale"
|
583 |
|
584 |
-
#: adrotate.php:
|
585 |
msgid "Notifications"
|
586 |
msgstr "Notifiche"
|
587 |
|
588 |
-
#: adrotate.php:
|
589 |
#: dashboard/publisher/groups-edit.php:205
|
590 |
#: dashboard/settings/advertisers.php:38
|
591 |
msgid "Geo Targeting"
|
592 |
msgstr "Geo Targeting"
|
593 |
|
594 |
-
#: adrotate.php:
|
595 |
msgid "Advertisers"
|
596 |
msgstr "Inserzionisti"
|
597 |
|
598 |
-
#: adrotate.php:
|
599 |
msgid "Access Roles"
|
600 |
msgstr "Ruoli di accesso"
|
601 |
|
602 |
-
#: adrotate.php:
|
603 |
msgid "Miscellaneous"
|
604 |
msgstr "Varie"
|
605 |
|
606 |
-
#: adrotate.php:
|
607 |
msgid "Maintenance"
|
608 |
msgstr "Manutenzione"
|
609 |
|
610 |
-
#: dashboard/adrotatepro.php:
|
611 |
msgid "Mobile campaigns"
|
612 |
msgstr "Campagne per dispositivi mobili"
|
613 |
|
614 |
-
#: dashboard/adrotatepro.php:
|
615 |
msgid ""
|
616 |
"Target mobile users with ease and show the right adverts to smartphones, "
|
617 |
"tablets and computers. Mix and match as you please and offer adverts that "
|
@@ -625,11 +632,11 @@ msgstr ""
|
|
625 |
"mobile. Crea tutte le inserzioni per dispositivi mobili che vuoi senza "
|
626 |
"sforzo e con alcune opzioni facili da usare vengono nel modo desiderato!"
|
627 |
|
628 |
-
#: dashboard/adrotatepro.php:
|
629 |
msgid "Schedule all campaigns with ease"
|
630 |
msgstr "Pianifica tutte le campagne con facilità"
|
631 |
|
632 |
-
#: dashboard/adrotatepro.php:
|
633 |
msgid ""
|
634 |
"Schedule your adverts and set up advertising campaigns based on dates you or "
|
635 |
"your advertisers specify without hassle. Seasonal adverts, weekly adverts, "
|
@@ -644,11 +651,11 @@ msgstr ""
|
|
644 |
"entrate molto flessibile. Puoi impostare una o più pianificazioni per le "
|
645 |
"inserzioni."
|
646 |
|
647 |
-
#: dashboard/adrotatepro.php:
|
648 |
msgid "Satisfy your advertisers"
|
649 |
msgstr "Soddisfa i tuoi inserzionisti"
|
650 |
|
651 |
-
#: dashboard/adrotatepro.php:
|
652 |
msgid ""
|
653 |
"Set up advertisers and let them log in to their statistics or even create "
|
654 |
"their own adverts. Created adverts go into a moderation queue for your staff "
|
@@ -661,11 +668,11 @@ msgstr ""
|
|
661 |
"Gli inserzionisti hanno accesso alla loro piccola dashboard dove possono "
|
662 |
"vedere il rendimento delle loro inserzioni."
|
663 |
|
664 |
-
#: dashboard/adrotatepro.php:
|
665 |
msgid "Get Fast Support almost all year round"
|
666 |
msgstr "Ottieni supporto veloce quasi tutto l'anno"
|
667 |
|
668 |
-
#: dashboard/adrotatepro.php:
|
669 |
msgid ""
|
670 |
"When you activate your AdRotate Pro license you can use the more personal "
|
671 |
"email support. No more queueing up in the forums. AdRotate support takes "
|
@@ -677,11 +684,11 @@ msgstr ""
|
|
677 |
"sui forum e viene controllato una o due volte al giorno. Ottieni una "
|
678 |
"soluzione (in genere) entro due giorni lavorativi."
|
679 |
|
680 |
-
#: dashboard/adrotatepro.php:
|
681 |
msgid "Localize your ad campaigns with Geo Targeting"
|
682 |
msgstr "Localizza le tue campagne pubblicitarie con Targeting geografico"
|
683 |
|
684 |
-
#: dashboard/adrotatepro.php:
|
685 |
msgid ""
|
686 |
"Go nationwide or global with localized adverts for your various audiences. "
|
687 |
"Set up adverts for countries and cities and sell impressions per general "
|
@@ -694,11 +701,11 @@ msgstr ""
|
|
694 |
"Precision o AdRotate Geo. AdRotate Geo è un servizio di ricerca esclusivo "
|
695 |
"riservato agli utenti di AdRotate Pro."
|
696 |
|
697 |
-
#: dashboard/adrotatepro.php:
|
698 |
msgid "Avoid adblockers"
|
699 |
msgstr "Evita i blocchi della pubblicità"
|
700 |
|
701 |
-
#: dashboard/adrotatepro.php:
|
702 |
msgid ""
|
703 |
"Try and avoid adblockers so your adverts get the exposure you want them to "
|
704 |
"have. AdRotate Pro offers some advanced tools to deceive adblockers so your "
|
@@ -712,7 +719,7 @@ msgstr ""
|
|
712 |
"intelligente in modo che queste funzionalità raggiungano il loro pieno "
|
713 |
"potenziale!"
|
714 |
|
715 |
-
#: dashboard/adrotatepro.php:
|
716 |
msgid ""
|
717 |
"Get statistics in AdRotate Pro. Similar to the free version you can track "
|
718 |
"stats in AdRotate itself and use all kinds of extra scheduling options. Or "
|
@@ -725,11 +732,11 @@ msgstr ""
|
|
725 |
"statistiche in Google Analytics e visualizzare informazioni più approfondite "
|
726 |
"relative ai tuoi visitatori in questo modo."
|
727 |
|
728 |
-
#: dashboard/adrotatepro.php:
|
729 |
msgid "Stay up-to-date with notifications"
|
730 |
msgstr "Rimani aggiornato con le notifiche"
|
731 |
|
732 |
-
#: dashboard/adrotatepro.php:
|
733 |
msgid ""
|
734 |
"Stay in touch with Email notifications. Have AdRotate send you an alert when "
|
735 |
"adverts expire or need your attention. Get notified when adverts expire, "
|
@@ -773,11 +780,7 @@ msgstr "Gruppi"
|
|
773 |
msgid "Have errors"
|
774 |
msgstr "Errori"
|
775 |
|
776 |
-
#: dashboard/info.php:
|
777 |
-
msgid "Buy AdRotate Professional"
|
778 |
-
msgstr "Acquista AdRotate Professional"
|
779 |
-
|
780 |
-
#: dashboard/info.php:111
|
781 |
msgid ""
|
782 |
"AdRotate Professional has a lot more functions for even better advertising "
|
783 |
"management. Check out the feature comparison tab on any of the product pages "
|
@@ -788,67 +791,44 @@ msgstr ""
|
|
788 |
"una qualsiasi delle pagine dei prodotti per vedere cosa AdRotate Pro ha da "
|
789 |
"offrire per te!"
|
790 |
|
791 |
-
#: dashboard/info.php:
|
792 |
msgid "Single License"
|
793 |
msgstr "Licenza singola"
|
794 |
|
795 |
-
#: dashboard/info.php:
|
796 |
msgid "Use on ONE WordPress installation."
|
797 |
msgstr "Utilizzare su un'installazione WordPress."
|
798 |
|
799 |
-
#: dashboard/info.php:
|
800 |
-
#: dashboard/info.php:
|
801 |
msgid "Buy now"
|
802 |
msgstr "Acquista ora"
|
803 |
|
804 |
-
#: dashboard/info.php:
|
805 |
msgid "Duo License"
|
806 |
msgstr "Licenza Duo"
|
807 |
|
808 |
-
#: dashboard/info.php:
|
809 |
msgid "Use on TWO WordPress installations."
|
810 |
msgstr "Utilizzare su due installazioni WordPress."
|
811 |
|
812 |
-
#: dashboard/info.php:
|
813 |
msgid "Multi License"
|
814 |
msgstr "Licenza multipla"
|
815 |
|
816 |
-
#: dashboard/info.php:
|
817 |
msgid "Use on up to FIVE WordPress installations."
|
818 |
msgstr "Utilizzare su un massimo di cinque installazioni WordPress."
|
819 |
|
820 |
-
#: dashboard/info.php:
|
821 |
msgid "Developer License"
|
822 |
msgstr "Licenza Developer"
|
823 |
|
824 |
-
#: dashboard/info.php:
|
825 |
msgid "Use on up to a HUNDRED WordPress installations and/or networks."
|
826 |
msgstr ""
|
827 |
"Utilizzare su un massimo di un HUNDRED WordPress installazioni e/o reti."
|
828 |
|
829 |
-
#: dashboard/info.php:127
|
830 |
-
msgid "Advertising Partners & Affiliates"
|
831 |
-
msgstr "Pubblicità Partner & Affiliati"
|
832 |
-
|
833 |
-
#: dashboard/info.php:128
|
834 |
-
msgid ""
|
835 |
-
"A selection of quality advertiser networks and useful products. If you need "
|
836 |
-
"adverts or just want more or more diverse adverts. Check out these great "
|
837 |
-
"options!"
|
838 |
-
msgstr ""
|
839 |
-
"Una selezione di reti di inserzionisti di qualità e prodotti utili. Se hai "
|
840 |
-
"bisogno di pubblicità o vuoi solo più pubblicità o pubblicità diverse. Dai "
|
841 |
-
"un'occhiata a queste fantastiche opzioni!"
|
842 |
-
|
843 |
-
#: dashboard/info.php:128
|
844 |
-
msgid "Check out these and other preferred products or providers on my"
|
845 |
-
msgstr ""
|
846 |
-
"Dai un'occhiata a questi e ad altri prodotti o fornitori preferiti sul mio"
|
847 |
-
|
848 |
-
#: dashboard/info.php:128
|
849 |
-
msgid "recommended products page"
|
850 |
-
msgstr "pagina dei prodotti consigliati"
|
851 |
-
|
852 |
#: dashboard/publisher/adverts-disabled.php:15
|
853 |
msgid "Disabled Adverts"
|
854 |
msgstr "Inserzioni Disabilitate"
|
@@ -868,7 +848,8 @@ msgstr "Attiva"
|
|
868 |
|
869 |
#: dashboard/publisher/adverts-disabled.php:22
|
870 |
#: dashboard/publisher/adverts-error.php:21
|
871 |
-
#: dashboard/publisher/adverts-main.php:22 dashboard/publisher/media.php:
|
|
|
872 |
msgid "Delete"
|
873 |
msgstr "Elimina"
|
874 |
|
@@ -910,7 +891,7 @@ msgstr "Inizio / Fine"
|
|
910 |
#: dashboard/publisher/adverts-main.php:41
|
911 |
#: dashboard/publisher/groups-edit.php:65
|
912 |
#: dashboard/publisher/groups-edit.php:360
|
913 |
-
#: dashboard/publisher/groups-main.php:33 dashboard/publisher/media.php:
|
914 |
#: dashboard/publisher/schedules-main.php:33
|
915 |
msgid "Name"
|
916 |
msgstr "Nome"
|
@@ -1187,7 +1168,7 @@ msgstr "Ottieni più funzionalità con AdRotate Pro."
|
|
1187 |
#: dashboard/publisher/adverts-edit.php:261
|
1188 |
#: dashboard/publisher/adverts-edit.php:343
|
1189 |
#: dashboard/publisher/adverts-edit.php:443
|
1190 |
-
#: dashboard/publisher/groups-edit.php:228
|
1191 |
#: dashboard/publisher/statistics-advert.php:109
|
1192 |
#: dashboard/publisher/statistics-group.php:113
|
1193 |
#: dashboard/publisher/statistics-main.php:83
|
@@ -1711,7 +1692,7 @@ msgstr ""
|
|
1711 |
"(risoluzione fino a 2048 pixel)."
|
1712 |
|
1713 |
#: dashboard/publisher/adverts-generator.php:113
|
1714 |
-
#: dashboard/publisher/media.php:
|
1715 |
msgid "Important:"
|
1716 |
msgstr "Importante:"
|
1717 |
|
@@ -2245,19 +2226,19 @@ msgstr "OK per continuare, CANCEL per interrompere."
|
|
2245 |
msgid "No groups created!"
|
2246 |
msgstr "Nessun gruppo creato!"
|
2247 |
|
2248 |
-
#: dashboard/publisher/media.php:
|
2249 |
msgid "Upload new file"
|
2250 |
msgstr "Carica nuovo file"
|
2251 |
|
2252 |
-
#: dashboard/publisher/media.php:
|
2253 |
msgid "Accepted files:"
|
2254 |
msgstr "Dile accettati:"
|
2255 |
|
2256 |
-
#: dashboard/publisher/media.php:
|
2257 |
msgid "Maximum size is 512Kb per file."
|
2258 |
msgstr "La dimensione massima è 512 Kb per file."
|
2259 |
|
2260 |
-
#: dashboard/publisher/media.php:
|
2261 |
msgid ""
|
2262 |
"Make sure your file has no spaces or special characters in the name. Replace "
|
2263 |
"spaces with a - or _."
|
@@ -2265,48 +2246,55 @@ msgstr ""
|
|
2265 |
"Assicurati che il file non contracchi spazi o caratteri speciali nel nome. "
|
2266 |
"Sostituire gli spazi con a - o _."
|
2267 |
|
2268 |
-
#: dashboard/publisher/media.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2269 |
msgid ""
|
2270 |
-
"
|
2271 |
-
"
|
2272 |
msgstr ""
|
2273 |
-
"
|
2274 |
-
"
|
2275 |
-
"
|
2276 |
|
2277 |
-
#: dashboard/publisher/media.php:
|
2278 |
msgid "Upload file"
|
2279 |
msgstr "Carica file"
|
2280 |
|
2281 |
-
#: dashboard/publisher/media.php:
|
2282 |
msgid "Click only once per file!"
|
2283 |
msgstr "Fare clic una sola volta per file!"
|
2284 |
|
2285 |
-
#: dashboard/publisher/media.php:
|
2286 |
msgid "Available files in"
|
2287 |
msgstr "File disponibili in"
|
2288 |
|
2289 |
-
#: dashboard/publisher/media.php:
|
2290 |
-
msgid "
|
2291 |
-
msgstr "
|
2292 |
|
2293 |
-
#: dashboard/publisher/media.php:
|
2294 |
msgid "No files found!"
|
2295 |
msgstr "Nessun file trovato!"
|
2296 |
|
2297 |
-
#: dashboard/publisher/media.php:
|
2298 |
msgid ""
|
2299 |
"Make sure the banner images are not in use by adverts when you delete them!"
|
2300 |
msgstr ""
|
2301 |
"Assicurati che le immagini del banner non siano in uso dalle inserzioni "
|
2302 |
"quando le elimini!"
|
2303 |
|
2304 |
-
#: dashboard/publisher/media.php:
|
2305 |
-
|
2306 |
-
|
2307 |
-
|
2308 |
-
|
2309 |
-
msgstr "Ottieni più funzionalità con AdRotate Pro"
|
2310 |
|
2311 |
#: dashboard/publisher/schedules-main.php:13
|
2312 |
msgid ""
|
@@ -2433,6 +2421,12 @@ msgstr ""
|
|
2433 |
"Tutte le statistiche sono indicative. Essi non riflettono i risultati "
|
2434 |
"conteggiati da altre parti."
|
2435 |
|
|
|
|
|
|
|
|
|
|
|
|
|
2436 |
#: dashboard/publisher/statistics-group.php:46
|
2437 |
msgid "Statistics for group"
|
2438 |
msgstr "Statistiche per il gruppo"
|
@@ -2504,7 +2498,7 @@ msgstr ""
|
|
2504 |
|
2505 |
#: dashboard/settings/advertisers.php:53 dashboard/settings/general.php:78
|
2506 |
#: dashboard/settings/maintenance.php:97 dashboard/settings/misc.php:47
|
2507 |
-
#: dashboard/settings/notifications.php:
|
2508 |
#: dashboard/settings/statistics.php:83
|
2509 |
msgid "Update Options"
|
2510 |
msgstr "Aggiorna Opzioni"
|
@@ -3239,14 +3233,6 @@ msgstr ""
|
|
3239 |
"I messaggi vengono inviati una volta ogni 24 ore a un massimo di 5 indirizzi "
|
3240 |
"separati da una virgola. Questo campo non può essere vuoto!"
|
3241 |
|
3242 |
-
#: dashboard/settings/notifications.php:73
|
3243 |
-
msgid ""
|
3244 |
-
"Who gets email from advertisers. Maximum of 5 addresses. Comma separated. "
|
3245 |
-
"This field may not be empty!"
|
3246 |
-
msgstr ""
|
3247 |
-
"Chi riceve email da parte degli inserzionisti. Massimo di 5 indirizzi "
|
3248 |
-
"separati da una virgola. Questo campo non può essere vuoto!"
|
3249 |
-
|
3250 |
#: dashboard/settings/roles.php:18
|
3251 |
msgid "Who has access to what?"
|
3252 |
msgstr "Chi ha accesso a cosa?"
|
@@ -3491,6 +3477,53 @@ msgstr "Chiedi Supporto"
|
|
3491 |
msgid "Premium Support is available in AdRotate Pro!"
|
3492 |
msgstr "Premium Support è disponibile in AdRotate Pro!"
|
3493 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3494 |
#~ msgid "Join the Media.net advertising network"
|
3495 |
#~ msgstr "Entra a far parte della rete pubblicitaria Media.net"
|
3496 |
|
@@ -3679,25 +3712,10 @@ msgstr "Premium Support è disponibile in AdRotate Pro!"
|
|
3679 |
#~ msgid "Review the ad here:"
|
3680 |
#~ msgstr "Rivedi qui l'inserzione:"
|
3681 |
|
3682 |
-
#~ msgid "Banner image saved"
|
3683 |
-
#~ msgstr "Immagine banner salvata"
|
3684 |
-
|
3685 |
#, fuzzy
|
3686 |
#~ msgid "Advertiser updated"
|
3687 |
#~ msgstr "Inserzionista aggiornato"
|
3688 |
|
3689 |
-
#, fuzzy
|
3690 |
-
#~ msgid "Asset(s) deleted"
|
3691 |
-
#~ msgstr "Asset eliminati"
|
3692 |
-
|
3693 |
-
#, fuzzy
|
3694 |
-
#~ msgid ""
|
3695 |
-
#~ "Something went wrong deleting the file or folder. Make sure your "
|
3696 |
-
#~ "permissions are in order."
|
3697 |
-
#~ msgstr ""
|
3698 |
-
#~ "Si è verificato un problema durante l'eliminazione del file o della "
|
3699 |
-
#~ "cartella. Assicurati che le tue autorizzazioni siano in ordine."
|
3700 |
-
|
3701 |
#~ msgid "Email(s) with reports successfully sent"
|
3702 |
#~ msgstr "Email con report inviate con successo"
|
3703 |
|
@@ -4989,21 +5007,6 @@ msgstr "Premium Support è disponibile in AdRotate Pro!"
|
|
4989 |
#~ msgid "Group"
|
4990 |
#~ msgstr "Gruppo"
|
4991 |
|
4992 |
-
#, fuzzy
|
4993 |
-
#~ msgid ""
|
4994 |
-
#~ "Zip files are automatically extracted in the location where they are "
|
4995 |
-
#~ "uploaded and the original zip file will be deleted once extracted."
|
4996 |
-
#~ msgstr ""
|
4997 |
-
#~ "I file zip vengono estratti automaticamente nella posizione in cui "
|
4998 |
-
#~ "vengono caricati e il file zip originale verrà eliminato una volta "
|
4999 |
-
#~ "estratto."
|
5000 |
-
|
5001 |
-
#, fuzzy
|
5002 |
-
#~ msgid "Deleting a folder deletes everything inside that folder as well!"
|
5003 |
-
#~ msgstr ""
|
5004 |
-
#~ "L'eliminazione di una cartella comporta anche l'eliminazione di tutto ciò "
|
5005 |
-
#~ "che si è verificato all'interno di tale cartella!"
|
5006 |
-
|
5007 |
#~ msgid "New Schedule"
|
5008 |
#~ msgstr "Nuovo schedulazione"
|
5009 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: AdRotate Professional\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2020-07-08 16:41-0500\n"
|
6 |
+
"PO-Revision-Date: 2020-07-08 16:42-0500\n"
|
7 |
"Last-Translator: Arnan de Gans <support@ajdg.solutions>\n"
|
8 |
"Language-Team: Arnan de Gans\n"
|
9 |
"Language: it\n"
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
+
#: adrotate-functions.php:790
|
21 |
msgid "Ad saved"
|
22 |
msgstr "Annuncio salvato"
|
23 |
|
24 |
+
#: adrotate-functions.php:794
|
25 |
msgid "Group saved"
|
26 |
msgstr "Gruppo salvato"
|
27 |
|
28 |
+
#: adrotate-functions.php:798
|
29 |
+
msgid "Banner image saved"
|
30 |
+
msgstr "Immagine banner salvata"
|
31 |
+
|
32 |
+
#: adrotate-functions.php:802
|
33 |
msgid "Ad(s) deleted"
|
34 |
msgstr "Annunci eliminati"
|
35 |
|
36 |
+
#: adrotate-functions.php:806
|
37 |
msgid "Group deleted"
|
38 |
msgstr "Gruppo eliminato"
|
39 |
|
40 |
+
#: adrotate-functions.php:810
|
41 |
+
msgid "Asset(s) deleted"
|
42 |
+
msgstr "Asset eliminati"
|
43 |
+
|
44 |
+
#: adrotate-functions.php:814
|
45 |
+
msgid ""
|
46 |
+
"Something went wrong deleting the file or folder. Make sure your permissions "
|
47 |
+
"are in order."
|
48 |
+
msgstr ""
|
49 |
+
"Si è verificato un problema durante l'eliminazione del file o della "
|
50 |
+
"cartella. Assicurati che le tue autorizzazioni siano in ordine."
|
51 |
+
|
52 |
+
#: adrotate-functions.php:818
|
53 |
msgid "Ad(s) statistics reset"
|
54 |
msgstr "Reimpostazione delle statistiche degli annunci"
|
55 |
|
56 |
+
#: adrotate-functions.php:822
|
57 |
msgid "Ad(s) renewed"
|
58 |
msgstr "Annunci rinnovati"
|
59 |
|
60 |
+
#: adrotate-functions.php:826
|
61 |
msgid "Ad(s) deactivated"
|
62 |
msgstr "Annunci disattivati"
|
63 |
|
64 |
+
#: adrotate-functions.php:830
|
65 |
msgid "Ad(s) activated"
|
66 |
msgstr "Annunci attivati"
|
67 |
|
68 |
+
#: adrotate-functions.php:834
|
69 |
msgid "Group including it's Ads deleted"
|
70 |
msgstr "Gruppo che include gli annunci eliminati"
|
71 |
|
72 |
+
#: adrotate-functions.php:838
|
73 |
msgid "Export created"
|
74 |
msgstr "Esportazione creata"
|
75 |
|
76 |
+
#: adrotate-functions.php:842
|
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 it."
|
82 |
"Configura la tua inserzione qui sotto. Non dimenticare di controllare tutte "
|
83 |
"le impostazioni e pianificarlo."
|
84 |
|
85 |
+
#: adrotate-functions.php:847
|
86 |
msgid "Settings saved"
|
87 |
msgstr "Impostazioni salvate"
|
88 |
|
89 |
+
#: adrotate-functions.php:851
|
90 |
msgid "Database optimized"
|
91 |
msgstr "Database ottimizzato"
|
92 |
|
93 |
+
#: adrotate-functions.php:855
|
94 |
msgid "Database repaired"
|
95 |
msgstr "Database riparato"
|
96 |
|
97 |
+
#: adrotate-functions.php:859
|
98 |
msgid "Ads evaluated and statuses have been corrected where required"
|
99 |
msgstr "Gli annunci valutati e gli stati sono stati corretti ove necessario"
|
100 |
|
101 |
+
#: adrotate-functions.php:863
|
102 |
msgid "Cleanup complete"
|
103 |
msgstr "Pulitura completata"
|
104 |
|
105 |
+
#: adrotate-functions.php:868
|
106 |
msgid "Action prohibited"
|
107 |
msgstr "Azione vietata"
|
108 |
|
109 |
+
#: adrotate-functions.php:872
|
110 |
msgid ""
|
111 |
"The ad was saved but has an issue which might prevent it from working "
|
112 |
"properly. Review the colored ad."
|
114 |
"L'annuncio è stato salvato ma presenta un problema che potrebbe impedirne il "
|
115 |
"corretto funzionamento. Esamina l'annuncio colorato."
|
116 |
|
117 |
+
#: adrotate-functions.php:876
|
118 |
msgid "No data found in selected time period"
|
119 |
msgstr "Nessun dato trovato nel periodo di tempo selezionato"
|
120 |
|
121 |
+
#: adrotate-functions.php:880
|
122 |
msgid "Database can only be optimized or cleaned once every hour"
|
123 |
msgstr "Il database può essere ottimizzato o pulito solo una volta ogni ora"
|
124 |
|
125 |
+
#: adrotate-functions.php:884
|
126 |
msgid "Form can not be (partially) empty!"
|
127 |
msgstr "Modulo non può essere (parzialmente) vuoto!"
|
128 |
|
129 |
+
#: adrotate-functions.php:888
|
130 |
msgid "No ads found."
|
131 |
msgstr "Nessun annuncio trovato."
|
132 |
|
133 |
+
#: adrotate-functions.php:892
|
134 |
msgid ""
|
135 |
"The advert hash is not usable or is missing required data. Please copy the "
|
136 |
"hash correctly and try again."
|
138 |
"È stato abilitato il supporto della cache di Borlabs, ma la memorizzazione "
|
139 |
"nella cache dei frammenti non è abilitata."
|
140 |
|
141 |
+
#: adrotate-functions.php:896
|
142 |
msgid ""
|
143 |
"The advert hash can not be used on the same site as it originated from or is "
|
144 |
"not a valid hash for importing."
|
146 |
"L'hash dell'annuncio non può essere utilizzato sullo stesso sito da cui ha "
|
147 |
"avuto origine o non è un hash valido per l'importazione."
|
148 |
|
149 |
+
#: adrotate-functions.php:900
|
150 |
msgid "Unexpected error"
|
151 |
msgstr "Errore inatteso"
|
152 |
|
153 |
+
#: adrotate-manage-publisher.php:893
|
154 |
msgid "AdRotate Advertiser"
|
155 |
msgstr "Inserzionista AdRotate"
|
156 |
|
157 |
+
#: adrotate-output.php:547
|
158 |
msgid "Oh no! Something went wrong!"
|
159 |
msgstr "Oh no! Qualcosa è andato storto!"
|
160 |
|
161 |
+
#: adrotate-output.php:548
|
162 |
msgid ""
|
163 |
"WordPress was unable to verify the authenticity of the url you have clicked. "
|
164 |
"Verify if the url used is valid or log in via your browser."
|
167 |
"hai fatto clic. Verifica se l'URL utilizzato è valido o accedi tramite il "
|
168 |
"tuo browser."
|
169 |
|
170 |
+
#: adrotate-output.php:549
|
171 |
msgid ""
|
172 |
"If you have received the url you want to visit via email, you are being "
|
173 |
"tricked!"
|
174 |
msgstr "Se hai ricevuto l'URL che vuoi visitare via e-mail, vieni ingannato!"
|
175 |
|
176 |
+
#: adrotate-output.php:550
|
177 |
msgid "Contact support if the issue persists:"
|
178 |
msgstr "Contattare il supporto tecnico se il problema persiste:"
|
179 |
|
180 |
+
#: adrotate-output.php:562
|
181 |
msgid ""
|
182 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
183 |
"restrictions!"
|
185 |
"Errore, L'annuncio non è al momento disponibile a causa di restrizioni di "
|
186 |
"pianificazione/geolocalizzazione!"
|
187 |
|
188 |
+
#: adrotate-output.php:567
|
189 |
msgid ""
|
190 |
"Either there are no banners, they are disabled or none qualified for this "
|
191 |
"location!"
|
193 |
"O non ci sono banner, sono disabilitati o nessuno qualificato per questa "
|
194 |
"posizione!"
|
195 |
|
196 |
+
#: adrotate-output.php:572
|
197 |
msgid "Error, no Ad ID set! Check your syntax!"
|
198 |
msgstr "Errore, nessun ID annuncio impostato! Controlla la tua sintassi!"
|
199 |
|
200 |
+
#: adrotate-output.php:578
|
201 |
msgid "Error, no group ID set! Check your syntax!"
|
202 |
msgstr "Errore, nessun ID gruppo impostato! Controlla la tua sintassi!"
|
203 |
|
204 |
+
#: adrotate-output.php:583
|
205 |
msgid "Error, group does not exist! Check your syntax!"
|
206 |
msgstr "Errore, il gruppo non esiste! Controlla la tua sintassi!"
|
207 |
|
208 |
+
#: adrotate-output.php:589
|
209 |
msgid ""
|
210 |
"There was an error locating the database tables for AdRotate. Please "
|
211 |
"deactivate and re-activate AdRotate from the plugin page!!"
|
214 |
"per AdRotate. Si prega di disattivare e riattivare AdRotate dalla pagina del "
|
215 |
"plugin !!"
|
216 |
|
217 |
+
#: adrotate-output.php:589
|
218 |
msgid "If this does not solve the issue please seek support at"
|
219 |
msgstr "Se il problema persiste, rivolgersi a"
|
220 |
|
221 |
+
#: adrotate-output.php:595
|
222 |
msgid ""
|
223 |
"There was an error loading the page. Please try again by reloading the page "
|
224 |
"via the menu on the left."
|
226 |
"C'è stato un errore nel caricamento della pagina. Si prega di provare "
|
227 |
"nuovamente ricaricando la pagina tramite il menù a sinistra."
|
228 |
|
229 |
+
#: adrotate-output.php:595
|
230 |
msgid "If the issue persists please seek help at"
|
231 |
msgstr "Se questo problema persiste, si prega di cercare aiuto a"
|
232 |
|
233 |
+
#: adrotate-output.php:601
|
234 |
msgid "An unknown error occured."
|
235 |
msgstr "Si è verificato un errore sconosciuto."
|
236 |
|
237 |
+
#: adrotate-output.php:621 adrotate-output.php:624 adrotate-output.php:628
|
238 |
#: dashboard/settings/maintenance.php:20
|
239 |
msgid "Check adverts"
|
240 |
msgstr "Controllo inserzioni"
|
241 |
|
242 |
+
#: adrotate-output.php:633
|
243 |
msgid ""
|
244 |
"You have enabled caching support but W3 Total Cache is not active on your "
|
245 |
"site!"
|
247 |
"Hai abilitato il supporto della memorizzazione nella cache, ma W3 Total "
|
248 |
"Cache non è attiva sul tuo sito!"
|
249 |
|
250 |
+
#: adrotate-output.php:633
|
251 |
msgid "Disable W3 Total Cache Support"
|
252 |
msgstr "Disabilitare il supporto della W3 Total Cache"
|
253 |
|
254 |
+
#: adrotate-output.php:636
|
255 |
msgid ""
|
256 |
"You have enable caching support but the W3TC_DYNAMIC_SECURITY definition is "
|
257 |
"not set."
|
259 |
"Hai abilitato il supporto caching ma la definizione W3TC_DYNAMIC_SECURITY "
|
260 |
"non è impostata."
|
261 |
|
262 |
+
#: adrotate-output.php:636
|
263 |
msgid "How to configure W3 Total Cache"
|
264 |
msgstr "Come configurare la W3 Total Cache"
|
265 |
|
266 |
+
#: adrotate-output.php:640
|
267 |
msgid ""
|
268 |
"You have enable caching support but Borlabs Cache is not active on your site!"
|
269 |
msgstr ""
|
270 |
"Hai attivato il supporto della memorizzazione nella cache, ma Borlabs Cache "
|
271 |
"non è attivo sul tuo sito!"
|
272 |
|
273 |
+
#: adrotate-output.php:640
|
274 |
msgid "Disable Borlabs Cache Support"
|
275 |
msgstr "Disabilitare il supporto della Borlabs Cache"
|
276 |
|
277 |
+
#: adrotate-output.php:646
|
278 |
msgid ""
|
279 |
"You have enabled Borlabs Cache support but Fragment caching is not enabled!"
|
280 |
msgstr ""
|
281 |
"È stato abilitato il supporto della cache di Borlabs, ma la memorizzazione "
|
282 |
"nella cache dei frammenti non è abilitata!"
|
283 |
|
284 |
+
#: adrotate-output.php:646
|
285 |
msgid "Enable Fragment Caching"
|
286 |
msgstr "Abilitare la Fragment Caching"
|
287 |
|
288 |
+
#: adrotate-output.php:653
|
289 |
msgid "Your AdRotate Banner folder is not writable or does not exist."
|
290 |
msgstr "La tua cartella AdRotate Banner non è scrivibile o non esiste."
|
291 |
|
292 |
+
#: adrotate-output.php:653
|
293 |
msgid "Set up your banner folder"
|
294 |
msgstr "Configurare la banner folder"
|
295 |
|
296 |
+
#: adrotate-output.php:656
|
297 |
msgid ""
|
298 |
"You have AdRotate Professional installed. Please switch to AdRotate Pro! You "
|
299 |
"can delete this plugin after AdRotate Pro is activated."
|
301 |
"AdRotate Professional è installato. Si prega di passare ad AdRotate Pro! "
|
302 |
"Puoi eliminare questo plugin dopo l'attivazione di AdRotate Pro."
|
303 |
|
304 |
+
#: adrotate-output.php:656
|
305 |
msgid "Switch plugins"
|
306 |
msgstr "Passare da un plug-in all'altro"
|
307 |
|
308 |
+
#: adrotate-output.php:659
|
309 |
msgid ""
|
310 |
"Something is wrong with your installation of AdRotate. Either the plugin is "
|
311 |
"installed twice or your current installation has the wrong folder name. "
|
315 |
"installato due volte o l'installazione corrente ha il nome della cartella "
|
316 |
"errata. Si prega di installare il plugin correttamente!"
|
317 |
|
318 |
+
#: adrotate-output.php:659
|
319 |
msgid "Installation instructions"
|
320 |
msgstr "Istruzioni per l'installazione"
|
321 |
|
322 |
+
#: adrotate-output.php:730
|
323 |
msgid "your attention:"
|
324 |
msgstr "la vostra attenzione:"
|
325 |
|
326 |
+
#: adrotate-output.php:761
|
327 |
msgid ""
|
328 |
+
"Thank you for choosing AdRotate. Everything related to AdRotate is in this "
|
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' un'occhiata a"
|
|
|
333 |
|
334 |
+
#: adrotate-output.php:761
|
335 |
msgid "manuals"
|
336 |
msgstr "manuali"
|
337 |
|
338 |
+
#: adrotate-output.php:761 adrotate-output.php:845
|
339 |
msgid "and"
|
340 |
msgstr "e"
|
341 |
|
342 |
+
#: adrotate-output.php:761
|
343 |
msgid "forums"
|
344 |
msgstr "forum"
|
345 |
|
346 |
+
#: adrotate-output.php:837
|
347 |
msgid "Help AdRotate Grow"
|
348 |
msgstr "Aiuta AdRotate a crescere"
|
349 |
|
350 |
+
#: adrotate-output.php:838 adrotate.php:152
|
351 |
msgid "AdRotate Professional"
|
352 |
msgstr "AdRotate Professional"
|
353 |
|
354 |
+
#: adrotate-output.php:845
|
355 |
msgid ""
|
356 |
"Many users only think to review AdRotate when something goes wrong while "
|
357 |
"thousands of people happily use AdRotate."
|
359 |
"Molti utenti pensano solo di rivedere AdRotate quando qualcosa va storto, "
|
360 |
"mentre migliaia di persone usano felicemente AdRotate."
|
361 |
|
362 |
+
#: adrotate-output.php:845
|
363 |
msgid "If you find AdRotate useful please leave your"
|
364 |
msgstr "Se ritieni utile AdRotate, lascia il tuo"
|
365 |
|
366 |
+
#: adrotate-output.php:845
|
367 |
msgid "rating"
|
368 |
msgstr "valutazione"
|
369 |
|
370 |
+
#: adrotate-output.php:845
|
371 |
msgid "review"
|
372 |
msgstr "recensione"
|
373 |
|
374 |
+
#: adrotate-output.php:845
|
375 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
376 |
msgstr "su WordPress.org per aiutare AdRotate a crescere in modo positivo"
|
377 |
|
378 |
+
#: adrotate-output.php:846
|
379 |
msgid ""
|
380 |
"Get more advanced features like Geo Targeting, scheduling and much more with "
|
381 |
"AdRotate Pro."
|
383 |
"Ottieni funzionalità più avanzate come Geo Targeting, pianificazione e molto "
|
384 |
"altro con AdRotate Pro."
|
385 |
|
386 |
+
#: adrotate-output.php:846
|
387 |
msgid "Includes premium support and free updates for one year!"
|
388 |
msgstr "Include supporto premium e aggiornamenti gratuiti per un anno!"
|
389 |
|
390 |
+
#: adrotate-output.php:846
|
391 |
msgid "Get started today"
|
392 |
msgstr "Iniziate oggi stesso"
|
393 |
|
501 |
msgid "Fill in the ID of the type you want to display!"
|
502 |
msgstr "Inserire l'ID del tipo che si desidera visualizzare!"
|
503 |
|
504 |
+
#: adrotate.php:105
|
505 |
msgid "General Info"
|
506 |
msgstr "Informazioni generali"
|
507 |
|
508 |
+
#: adrotate.php:106
|
509 |
+
msgid "Get AdRotate Pro"
|
510 |
+
msgstr "Ottieni AdRotate Pro"
|
511 |
|
512 |
+
#: adrotate.php:107
|
513 |
msgid "Manage Adverts"
|
514 |
msgstr "Gestisci Inserzioni"
|
515 |
|
516 |
+
#: adrotate.php:108 dashboard/publisher/groups-main.php:12
|
517 |
msgid "Manage Groups"
|
518 |
msgstr "Gestisci Gruppi"
|
519 |
|
520 |
+
#: adrotate.php:109 dashboard/publisher/schedules-main.php:12
|
521 |
msgid "Manage Schedules"
|
522 |
msgstr "Gestisci pianificazioni"
|
523 |
|
524 |
+
#: adrotate.php:110 adrotate.php:400 adrotate.php:521
|
525 |
+
#: dashboard/adrotatepro.php:98 dashboard/publisher/adverts-edit.php:177
|
526 |
#: dashboard/publisher/statistics-main.php:23
|
527 |
#: dashboard/settings/statistics.php:17
|
528 |
msgid "Statistics"
|
529 |
msgstr "Statistiche"
|
530 |
|
531 |
+
#: adrotate.php:111
|
532 |
msgid "Manage Media"
|
533 |
msgstr "Gestisci Media"
|
534 |
|
535 |
+
#: adrotate.php:112 adrotate.php:484
|
536 |
msgid "Support"
|
537 |
msgstr "Supporto"
|
538 |
|
539 |
+
#: adrotate.php:113
|
540 |
msgid "Settings"
|
541 |
msgstr "Impostazioni"
|
542 |
|
543 |
+
#: adrotate.php:134
|
544 |
msgid "AdRotate Info"
|
545 |
msgstr "Informazioni AdRotate"
|
546 |
|
547 |
+
#: adrotate.php:196
|
548 |
msgid "Advert Management"
|
549 |
msgstr "Gestione Inserzioni"
|
550 |
|
551 |
+
#: adrotate.php:256 adrotate.php:327
|
552 |
msgid "Manage"
|
553 |
msgstr "Gestisci"
|
554 |
|
555 |
+
#: adrotate.php:257
|
556 |
msgid "Generator"
|
557 |
msgstr "Generatore"
|
558 |
|
559 |
+
#: adrotate.php:258 adrotate.php:328
|
560 |
msgid "Add New"
|
561 |
msgstr "Aggiungi Nuovo"
|
562 |
|
563 |
+
#: adrotate.php:321
|
564 |
msgid "Group Management"
|
565 |
msgstr "Gruppo eliminato"
|
566 |
|
567 |
+
#: adrotate.php:358
|
568 |
msgid "Schedules"
|
569 |
msgstr "Pianificazioni"
|
570 |
|
571 |
+
#: adrotate.php:444
|
572 |
msgid "Media and Assets"
|
573 |
msgstr "Media e risorse"
|
574 |
|
575 |
+
#: adrotate.php:448
|
576 |
msgid ""
|
577 |
"Upload images to the AdRotate Pro banners folder from here. This is useful "
|
578 |
"if you have HTML5 adverts containing multiple files."
|
580 |
"Carica le immagini nella cartella dei banner AdRotate Pro da qui. Ciò è "
|
581 |
"utile se si dispone di annunci HTML5 contenenti più file."
|
582 |
|
583 |
+
#: adrotate.php:514
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
584 |
msgid "AdRotate Settings"
|
585 |
msgstr "Impostazioni AdRotate"
|
586 |
|
587 |
+
#: adrotate.php:519 dashboard/publisher/statistics-main.php:28
|
588 |
msgid "General"
|
589 |
msgstr "Generale"
|
590 |
|
591 |
+
#: adrotate.php:520 dashboard/settings/notifications.php:18
|
592 |
msgid "Notifications"
|
593 |
msgstr "Notifiche"
|
594 |
|
595 |
+
#: adrotate.php:522 dashboard/publisher/adverts-edit.php:345
|
596 |
#: dashboard/publisher/groups-edit.php:205
|
597 |
#: dashboard/settings/advertisers.php:38
|
598 |
msgid "Geo Targeting"
|
599 |
msgstr "Geo Targeting"
|
600 |
|
601 |
+
#: adrotate.php:523
|
602 |
msgid "Advertisers"
|
603 |
msgstr "Inserzionisti"
|
604 |
|
605 |
+
#: adrotate.php:524 dashboard/settings/roles.php:17
|
606 |
msgid "Access Roles"
|
607 |
msgstr "Ruoli di accesso"
|
608 |
|
609 |
+
#: adrotate.php:525 dashboard/settings/misc.php:16
|
610 |
msgid "Miscellaneous"
|
611 |
msgstr "Varie"
|
612 |
|
613 |
+
#: adrotate.php:526 dashboard/settings/maintenance.php:16
|
614 |
msgid "Maintenance"
|
615 |
msgstr "Manutenzione"
|
616 |
|
617 |
+
#: dashboard/adrotatepro.php:47
|
618 |
msgid "Mobile campaigns"
|
619 |
msgstr "Campagne per dispositivi mobili"
|
620 |
|
621 |
+
#: dashboard/adrotatepro.php:50
|
622 |
msgid ""
|
623 |
"Target mobile users with ease and show the right adverts to smartphones, "
|
624 |
"tablets and computers. Mix and match as you please and offer adverts that "
|
632 |
"mobile. Crea tutte le inserzioni per dispositivi mobili che vuoi senza "
|
633 |
"sforzo e con alcune opzioni facili da usare vengono nel modo desiderato!"
|
634 |
|
635 |
+
#: dashboard/adrotatepro.php:55
|
636 |
msgid "Schedule all campaigns with ease"
|
637 |
msgstr "Pianifica tutte le campagne con facilità"
|
638 |
|
639 |
+
#: dashboard/adrotatepro.php:58
|
640 |
msgid ""
|
641 |
"Schedule your adverts and set up advertising campaigns based on dates you or "
|
642 |
"your advertisers specify without hassle. Seasonal adverts, weekly adverts, "
|
651 |
"entrate molto flessibile. Puoi impostare una o più pianificazioni per le "
|
652 |
"inserzioni."
|
653 |
|
654 |
+
#: dashboard/adrotatepro.php:63
|
655 |
msgid "Satisfy your advertisers"
|
656 |
msgstr "Soddisfa i tuoi inserzionisti"
|
657 |
|
658 |
+
#: dashboard/adrotatepro.php:66
|
659 |
msgid ""
|
660 |
"Set up advertisers and let them log in to their statistics or even create "
|
661 |
"their own adverts. Created adverts go into a moderation queue for your staff "
|
668 |
"Gli inserzionisti hanno accesso alla loro piccola dashboard dove possono "
|
669 |
"vedere il rendimento delle loro inserzioni."
|
670 |
|
671 |
+
#: dashboard/adrotatepro.php:71
|
672 |
msgid "Get Fast Support almost all year round"
|
673 |
msgstr "Ottieni supporto veloce quasi tutto l'anno"
|
674 |
|
675 |
+
#: dashboard/adrotatepro.php:74
|
676 |
msgid ""
|
677 |
"When you activate your AdRotate Pro license you can use the more personal "
|
678 |
"email support. No more queueing up in the forums. AdRotate support takes "
|
684 |
"sui forum e viene controllato una o due volte al giorno. Ottieni una "
|
685 |
"soluzione (in genere) entro due giorni lavorativi."
|
686 |
|
687 |
+
#: dashboard/adrotatepro.php:82
|
688 |
msgid "Localize your ad campaigns with Geo Targeting"
|
689 |
msgstr "Localizza le tue campagne pubblicitarie con Targeting geografico"
|
690 |
|
691 |
+
#: dashboard/adrotatepro.php:85
|
692 |
msgid ""
|
693 |
"Go nationwide or global with localized adverts for your various audiences. "
|
694 |
"Set up adverts for countries and cities and sell impressions per general "
|
701 |
"Precision o AdRotate Geo. AdRotate Geo è un servizio di ricerca esclusivo "
|
702 |
"riservato agli utenti di AdRotate Pro."
|
703 |
|
704 |
+
#: dashboard/adrotatepro.php:90
|
705 |
msgid "Avoid adblockers"
|
706 |
msgstr "Evita i blocchi della pubblicità"
|
707 |
|
708 |
+
#: dashboard/adrotatepro.php:93
|
709 |
msgid ""
|
710 |
"Try and avoid adblockers so your adverts get the exposure you want them to "
|
711 |
"have. AdRotate Pro offers some advanced tools to deceive adblockers so your "
|
719 |
"intelligente in modo che queste funzionalità raggiungano il loro pieno "
|
720 |
"potenziale!"
|
721 |
|
722 |
+
#: dashboard/adrotatepro.php:101
|
723 |
msgid ""
|
724 |
"Get statistics in AdRotate Pro. Similar to the free version you can track "
|
725 |
"stats in AdRotate itself and use all kinds of extra scheduling options. Or "
|
732 |
"statistiche in Google Analytics e visualizzare informazioni più approfondite "
|
733 |
"relative ai tuoi visitatori in questo modo."
|
734 |
|
735 |
+
#: dashboard/adrotatepro.php:106
|
736 |
msgid "Stay up-to-date with notifications"
|
737 |
msgstr "Rimani aggiornato con le notifiche"
|
738 |
|
739 |
+
#: dashboard/adrotatepro.php:109
|
740 |
msgid ""
|
741 |
"Stay in touch with Email notifications. Have AdRotate send you an alert when "
|
742 |
"adverts expire or need your attention. Get notified when adverts expire, "
|
780 |
msgid "Have errors"
|
781 |
msgstr "Errori"
|
782 |
|
783 |
+
#: dashboard/info.php:74
|
|
|
|
|
|
|
|
|
784 |
msgid ""
|
785 |
"AdRotate Professional has a lot more functions for even better advertising "
|
786 |
"management. Check out the feature comparison tab on any of the product pages "
|
791 |
"una qualsiasi delle pagine dei prodotti per vedere cosa AdRotate Pro ha da "
|
792 |
"offrire per te!"
|
793 |
|
794 |
+
#: dashboard/info.php:76
|
795 |
msgid "Single License"
|
796 |
msgstr "Licenza singola"
|
797 |
|
798 |
+
#: dashboard/info.php:76
|
799 |
msgid "Use on ONE WordPress installation."
|
800 |
msgstr "Utilizzare su un'installazione WordPress."
|
801 |
|
802 |
+
#: dashboard/info.php:76 dashboard/info.php:77 dashboard/info.php:78
|
803 |
+
#: dashboard/info.php:79
|
804 |
msgid "Buy now"
|
805 |
msgstr "Acquista ora"
|
806 |
|
807 |
+
#: dashboard/info.php:77
|
808 |
msgid "Duo License"
|
809 |
msgstr "Licenza Duo"
|
810 |
|
811 |
+
#: dashboard/info.php:77
|
812 |
msgid "Use on TWO WordPress installations."
|
813 |
msgstr "Utilizzare su due installazioni WordPress."
|
814 |
|
815 |
+
#: dashboard/info.php:78
|
816 |
msgid "Multi License"
|
817 |
msgstr "Licenza multipla"
|
818 |
|
819 |
+
#: dashboard/info.php:78
|
820 |
msgid "Use on up to FIVE WordPress installations."
|
821 |
msgstr "Utilizzare su un massimo di cinque installazioni WordPress."
|
822 |
|
823 |
+
#: dashboard/info.php:79
|
824 |
msgid "Developer License"
|
825 |
msgstr "Licenza Developer"
|
826 |
|
827 |
+
#: dashboard/info.php:79
|
828 |
msgid "Use on up to a HUNDRED WordPress installations and/or networks."
|
829 |
msgstr ""
|
830 |
"Utilizzare su un massimo di un HUNDRED WordPress installazioni e/o reti."
|
831 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
832 |
#: dashboard/publisher/adverts-disabled.php:15
|
833 |
msgid "Disabled Adverts"
|
834 |
msgstr "Inserzioni Disabilitate"
|
848 |
|
849 |
#: dashboard/publisher/adverts-disabled.php:22
|
850 |
#: dashboard/publisher/adverts-error.php:21
|
851 |
+
#: dashboard/publisher/adverts-main.php:22 dashboard/publisher/media.php:68
|
852 |
+
#: dashboard/publisher/media.php:73 dashboard/publisher/media.php:77
|
853 |
msgid "Delete"
|
854 |
msgstr "Elimina"
|
855 |
|
891 |
#: dashboard/publisher/adverts-main.php:41
|
892 |
#: dashboard/publisher/groups-edit.php:65
|
893 |
#: dashboard/publisher/groups-edit.php:360
|
894 |
+
#: dashboard/publisher/groups-main.php:33 dashboard/publisher/media.php:48
|
895 |
#: dashboard/publisher/schedules-main.php:33
|
896 |
msgid "Name"
|
897 |
msgstr "Nome"
|
1168 |
#: dashboard/publisher/adverts-edit.php:261
|
1169 |
#: dashboard/publisher/adverts-edit.php:343
|
1170 |
#: dashboard/publisher/adverts-edit.php:443
|
1171 |
+
#: dashboard/publisher/groups-edit.php:228
|
1172 |
#: dashboard/publisher/statistics-advert.php:109
|
1173 |
#: dashboard/publisher/statistics-group.php:113
|
1174 |
#: dashboard/publisher/statistics-main.php:83
|
1692 |
"(risoluzione fino a 2048 pixel)."
|
1693 |
|
1694 |
#: dashboard/publisher/adverts-generator.php:113
|
1695 |
+
#: dashboard/publisher/media.php:37
|
1696 |
msgid "Important:"
|
1697 |
msgstr "Importante:"
|
1698 |
|
2226 |
msgid "No groups created!"
|
2227 |
msgstr "Nessun gruppo creato!"
|
2228 |
|
2229 |
+
#: dashboard/publisher/media.php:19
|
2230 |
msgid "Upload new file"
|
2231 |
msgstr "Carica nuovo file"
|
2232 |
|
2233 |
+
#: dashboard/publisher/media.php:37
|
2234 |
msgid "Accepted files:"
|
2235 |
msgstr "Dile accettati:"
|
2236 |
|
2237 |
+
#: dashboard/publisher/media.php:37
|
2238 |
msgid "Maximum size is 512Kb per file."
|
2239 |
msgstr "La dimensione massima è 512 Kb per file."
|
2240 |
|
2241 |
+
#: dashboard/publisher/media.php:37
|
2242 |
msgid ""
|
2243 |
"Make sure your file has no spaces or special characters in the name. Replace "
|
2244 |
"spaces with a - or _."
|
2246 |
"Assicurati che il file non contracchi spazi o caratteri speciali nel nome. "
|
2247 |
"Sostituire gli spazi con a - o _."
|
2248 |
|
2249 |
+
#: dashboard/publisher/media.php:37
|
2250 |
+
msgid ""
|
2251 |
+
"Zip files are automatically extracted in the location where they are "
|
2252 |
+
"uploaded and the original zip file will be deleted once extracted."
|
2253 |
+
msgstr ""
|
2254 |
+
"I file zip vengono estratti automaticamente nella posizione in cui vengono "
|
2255 |
+
"caricati e il file zip originale verrà eliminato una volta estratto."
|
2256 |
+
|
2257 |
+
#: dashboard/publisher/media.php:37
|
2258 |
msgid ""
|
2259 |
+
"You can create top-level folders below. Folder names can between 1 and 100 "
|
2260 |
+
"characters long. Any special characters are stripped out."
|
2261 |
msgstr ""
|
2262 |
+
"È possibile creare cartelle di primo livello di seguito. I nomi delle "
|
2263 |
+
"cartelle possono avere una lunghezza compresa tra 1 e 100 caratteri. Tutti i "
|
2264 |
+
"caratteri speciali vengono rimossi."
|
2265 |
|
2266 |
+
#: dashboard/publisher/media.php:40
|
2267 |
msgid "Upload file"
|
2268 |
msgstr "Carica file"
|
2269 |
|
2270 |
+
#: dashboard/publisher/media.php:40
|
2271 |
msgid "Click only once per file!"
|
2272 |
msgstr "Fare clic una sola volta per file!"
|
2273 |
|
2274 |
+
#: dashboard/publisher/media.php:43
|
2275 |
msgid "Available files in"
|
2276 |
msgstr "File disponibili in"
|
2277 |
|
2278 |
+
#: dashboard/publisher/media.php:55
|
2279 |
+
msgid "Create folder"
|
2280 |
+
msgstr "Crea cartella"
|
2281 |
|
2282 |
+
#: dashboard/publisher/media.php:88
|
2283 |
msgid "No files found!"
|
2284 |
msgstr "Nessun file trovato!"
|
2285 |
|
2286 |
+
#: dashboard/publisher/media.php:96
|
2287 |
msgid ""
|
2288 |
"Make sure the banner images are not in use by adverts when you delete them!"
|
2289 |
msgstr ""
|
2290 |
"Assicurati che le immagini del banner non siano in uso dalle inserzioni "
|
2291 |
"quando le elimini!"
|
2292 |
|
2293 |
+
#: dashboard/publisher/media.php:96
|
2294 |
+
msgid "Deleting a folder deletes everything inside that folder as well!"
|
2295 |
+
msgstr ""
|
2296 |
+
"L'eliminazione di una cartella comporta anche l'eliminazione di tutto ciò "
|
2297 |
+
"che si è verificato all'interno di tale cartella!"
|
|
|
2298 |
|
2299 |
#: dashboard/publisher/schedules-main.php:13
|
2300 |
msgid ""
|
2421 |
"Tutte le statistiche sono indicative. Essi non riflettono i risultati "
|
2422 |
"conteggiati da altre parti."
|
2423 |
|
2424 |
+
#: dashboard/publisher/statistics-advert.php:109
|
2425 |
+
#: dashboard/publisher/statistics-group.php:113
|
2426 |
+
#: dashboard/publisher/statistics-main.php:83
|
2427 |
+
msgid "Get more features with AdRotate Pro"
|
2428 |
+
msgstr "Ottieni più funzionalità con AdRotate Pro"
|
2429 |
+
|
2430 |
#: dashboard/publisher/statistics-group.php:46
|
2431 |
msgid "Statistics for group"
|
2432 |
msgstr "Statistiche per il gruppo"
|
2498 |
|
2499 |
#: dashboard/settings/advertisers.php:53 dashboard/settings/general.php:78
|
2500 |
#: dashboard/settings/maintenance.php:97 dashboard/settings/misc.php:47
|
2501 |
+
#: dashboard/settings/notifications.php:72 dashboard/settings/roles.php:55
|
2502 |
#: dashboard/settings/statistics.php:83
|
2503 |
msgid "Update Options"
|
2504 |
msgstr "Aggiorna Opzioni"
|
3233 |
"I messaggi vengono inviati una volta ogni 24 ore a un massimo di 5 indirizzi "
|
3234 |
"separati da una virgola. Questo campo non può essere vuoto!"
|
3235 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3236 |
#: dashboard/settings/roles.php:18
|
3237 |
msgid "Who has access to what?"
|
3238 |
msgstr "Chi ha accesso a cosa?"
|
3477 |
msgid "Premium Support is available in AdRotate Pro!"
|
3478 |
msgstr "Premium Support è disponibile in AdRotate Pro!"
|
3479 |
|
3480 |
+
#~ msgid "AdRotate Pro"
|
3481 |
+
#~ msgstr "AdRotate Pro"
|
3482 |
+
|
3483 |
+
#~ msgid "Get more features"
|
3484 |
+
#~ msgstr "Ottenga più caratteristiche"
|
3485 |
+
|
3486 |
+
#~ msgid "Buy AdRotate Professional"
|
3487 |
+
#~ msgstr "Acquista AdRotate Professional"
|
3488 |
+
|
3489 |
+
#~ msgid "Advertising Partners & Affiliates"
|
3490 |
+
#~ msgstr "Pubblicità Partner & Affiliati"
|
3491 |
+
|
3492 |
+
#~ msgid ""
|
3493 |
+
#~ "A selection of quality advertiser networks and useful products. If you "
|
3494 |
+
#~ "need adverts or just want more or more diverse adverts. Check out these "
|
3495 |
+
#~ "great options!"
|
3496 |
+
#~ msgstr ""
|
3497 |
+
#~ "Una selezione di reti di inserzionisti di qualità e prodotti utili. Se "
|
3498 |
+
#~ "hai bisogno di pubblicità o vuoi solo più pubblicità o pubblicità "
|
3499 |
+
#~ "diverse. Dai un'occhiata a queste fantastiche opzioni!"
|
3500 |
+
|
3501 |
+
#~ msgid "Check out these and other preferred products or providers on my"
|
3502 |
+
#~ msgstr ""
|
3503 |
+
#~ "Dai un'occhiata a questi e ad altri prodotti o fornitori preferiti sul mio"
|
3504 |
+
|
3505 |
+
#~ msgid "recommended products page"
|
3506 |
+
#~ msgstr "pagina dei prodotti consigliati"
|
3507 |
+
|
3508 |
+
#~ msgid ""
|
3509 |
+
#~ "If you remove spaces from filenames for HTML5 adverts also edit the html "
|
3510 |
+
#~ "file so it knows about the changed name. For example for the javascript "
|
3511 |
+
#~ "file."
|
3512 |
+
#~ msgstr ""
|
3513 |
+
#~ "Se rimuovi spazi dai nomi dei file per le inserzioni HTML5, modifica "
|
3514 |
+
#~ "anche il file html in modo che conosca il nome modificato. Ad esempio per "
|
3515 |
+
#~ "il file javascript."
|
3516 |
+
|
3517 |
+
#~ msgid "Actions"
|
3518 |
+
#~ msgstr "Azioni"
|
3519 |
+
|
3520 |
+
#~ msgid ""
|
3521 |
+
#~ "Who gets email from advertisers. Maximum of 5 addresses. Comma separated. "
|
3522 |
+
#~ "This field may not be empty!"
|
3523 |
+
#~ msgstr ""
|
3524 |
+
#~ "Chi riceve email da parte degli inserzionisti. Massimo di 5 indirizzi "
|
3525 |
+
#~ "separati da una virgola. Questo campo non può essere vuoto!"
|
3526 |
+
|
3527 |
#~ msgid "Join the Media.net advertising network"
|
3528 |
#~ msgstr "Entra a far parte della rete pubblicitaria Media.net"
|
3529 |
|
3712 |
#~ msgid "Review the ad here:"
|
3713 |
#~ msgstr "Rivedi qui l'inserzione:"
|
3714 |
|
|
|
|
|
|
|
3715 |
#, fuzzy
|
3716 |
#~ msgid "Advertiser updated"
|
3717 |
#~ msgstr "Inserzionista aggiornato"
|
3718 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3719 |
#~ msgid "Email(s) with reports successfully sent"
|
3720 |
#~ msgstr "Email con report inviate con successo"
|
3721 |
|
5007 |
#~ msgid "Group"
|
5008 |
#~ msgstr "Gruppo"
|
5009 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5010 |
#~ msgid "New Schedule"
|
5011 |
#~ msgstr "Nuovo schedulazione"
|
5012 |
|
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 Professional\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2020-
|
6 |
-
"PO-Revision-Date: 2020-
|
7 |
"Last-Translator: Arnan de Gans <support@ajdg.solutions>\n"
|
8 |
"Language-Team: Arnan de Gans\n"
|
9 |
"Language: nl\n"
|
@@ -17,47 +17,63 @@ msgstr ""
|
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
-
#: adrotate-functions.php:
|
21 |
msgid "Ad saved"
|
22 |
msgstr "Advertentie opgeslagen"
|
23 |
|
24 |
-
#: adrotate-functions.php:
|
25 |
msgid "Group saved"
|
26 |
msgstr "Groep bewaard"
|
27 |
|
28 |
-
#: adrotate-functions.php:
|
|
|
|
|
|
|
|
|
29 |
msgid "Ad(s) deleted"
|
30 |
msgstr "Advertentie(s) verwijderd"
|
31 |
|
32 |
-
#: adrotate-functions.php:
|
33 |
msgid "Group deleted"
|
34 |
msgstr "Groep verwijderd"
|
35 |
|
36 |
-
#: adrotate-functions.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
msgid "Ad(s) statistics reset"
|
38 |
msgstr "Advertentie(s) Statistieken resetten"
|
39 |
|
40 |
-
#: adrotate-functions.php:
|
41 |
msgid "Ad(s) renewed"
|
42 |
msgstr "Advertentie(s) vernieuwd"
|
43 |
|
44 |
-
#: adrotate-functions.php:
|
45 |
msgid "Ad(s) deactivated"
|
46 |
msgstr "Advertentie(s) verwijderd"
|
47 |
|
48 |
-
#: adrotate-functions.php:
|
49 |
msgid "Ad(s) activated"
|
50 |
msgstr "Advertentie(s) aangezet"
|
51 |
|
52 |
-
#: adrotate-functions.php:
|
53 |
msgid "Group including it's Ads deleted"
|
54 |
msgstr "Groep inclusief advertenties verwijderd"
|
55 |
|
56 |
-
#: adrotate-functions.php:
|
57 |
msgid "Export created"
|
58 |
msgstr "Export gemaakt"
|
59 |
|
60 |
-
#: adrotate-functions.php:
|
61 |
msgid ""
|
62 |
"Advert HTML generated and placed in the AdCode field. Configure your advert "
|
63 |
"below. Do not forget to check all settings and schedule it."
|
@@ -66,31 +82,31 @@ msgstr ""
|
|
66 |
"hieronder uw advertentie. Vergeet niet om alle instellingen te controleren "
|
67 |
"en de advertentie in te plannen."
|
68 |
|
69 |
-
#: adrotate-functions.php:
|
70 |
msgid "Settings saved"
|
71 |
msgstr "Instellingen opgeslagen"
|
72 |
|
73 |
-
#: adrotate-functions.php:
|
74 |
msgid "Database optimized"
|
75 |
msgstr "Database geoptimaliseerd"
|
76 |
|
77 |
-
#: adrotate-functions.php:
|
78 |
msgid "Database repaired"
|
79 |
msgstr "Database is hersteld"
|
80 |
|
81 |
-
#: adrotate-functions.php:
|
82 |
msgid "Ads evaluated and statuses have been corrected where required"
|
83 |
msgstr "Geëvalueerde advertenties en statussen zijn waar nodig gecorrigeerd"
|
84 |
|
85 |
-
#: adrotate-functions.php:
|
86 |
msgid "Cleanup complete"
|
87 |
msgstr "Opschonen voltooid"
|
88 |
|
89 |
-
#: adrotate-functions.php:
|
90 |
msgid "Action prohibited"
|
91 |
msgstr "Actie verboden"
|
92 |
|
93 |
-
#: adrotate-functions.php:
|
94 |
msgid ""
|
95 |
"The ad was saved but has an issue which might prevent it from working "
|
96 |
"properly. Review the colored ad."
|
@@ -98,24 +114,24 @@ msgstr ""
|
|
98 |
"De advertentie is opgeslagen, maar heeft een probleem waardoor deze mogelijk "
|
99 |
"niet goed werkt. Bekijk de gemarkeerde advertentie."
|
100 |
|
101 |
-
#: adrotate-functions.php:
|
102 |
msgid "No data found in selected time period"
|
103 |
msgstr "Geen gegevens gevonden in geselecteerde tijdsperiode"
|
104 |
|
105 |
-
#: adrotate-functions.php:
|
106 |
msgid "Database can only be optimized or cleaned once every hour"
|
107 |
msgstr ""
|
108 |
"Database kan slechts eenmaal per uur worden geoptimaliseerd of opgeschoond"
|
109 |
|
110 |
-
#: adrotate-functions.php:
|
111 |
msgid "Form can not be (partially) empty!"
|
112 |
msgstr "Formulier kan niet (gedeeltelijk) leeg zijn!"
|
113 |
|
114 |
-
#: adrotate-functions.php:
|
115 |
msgid "No ads found."
|
116 |
msgstr "Geen advertenties gevonden."
|
117 |
|
118 |
-
#: adrotate-functions.php:
|
119 |
msgid ""
|
120 |
"The advert hash is not usable or is missing required data. Please copy the "
|
121 |
"hash correctly and try again."
|
@@ -123,7 +139,7 @@ msgstr ""
|
|
123 |
"De advert hash is niet bruikbaar of mist vereiste informatie. Probeer het "
|
124 |
"opnieuw met een nieuwe hash."
|
125 |
|
126 |
-
#: adrotate-functions.php:
|
127 |
msgid ""
|
128 |
"The advert hash can not be used on the same site as it originated from or is "
|
129 |
"not a valid hash for importing."
|
@@ -132,19 +148,19 @@ msgstr ""
|
|
132 |
"gegenereerd is of de hash is niet een geldige hash voor het importeren van "
|
133 |
"een advertentie."
|
134 |
|
135 |
-
#: adrotate-functions.php:
|
136 |
msgid "Unexpected error"
|
137 |
msgstr "Onverwachte fout"
|
138 |
|
139 |
-
#: adrotate-manage-publisher.php:
|
140 |
msgid "AdRotate Advertiser"
|
141 |
msgstr "AdRotate Adverteerder"
|
142 |
|
143 |
-
#: adrotate-output.php:
|
144 |
msgid "Oh no! Something went wrong!"
|
145 |
msgstr "Oh nee! Er ging iets mis!"
|
146 |
|
147 |
-
#: adrotate-output.php:
|
148 |
msgid ""
|
149 |
"WordPress was unable to verify the authenticity of the url you have clicked. "
|
150 |
"Verify if the url used is valid or log in via your browser."
|
@@ -153,18 +169,18 @@ msgstr ""
|
|
153 |
"controleren. Controleer of de gebruikte URL geldig is of log in via je "
|
154 |
"browser."
|
155 |
|
156 |
-
#: adrotate-output.php:
|
157 |
msgid ""
|
158 |
"If you have received the url you want to visit via email, you are being "
|
159 |
"tricked!"
|
160 |
msgstr ""
|
161 |
"Als je de URL die je wilt laden hebt ontvangen via email, wordt je bedrogen!"
|
162 |
|
163 |
-
#: adrotate-output.php:
|
164 |
msgid "Contact support if the issue persists:"
|
165 |
msgstr "Neem contact op met de helpdesk als het probleem zich blijft voordoen:"
|
166 |
|
167 |
-
#: adrotate-output.php:
|
168 |
msgid ""
|
169 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
170 |
"restrictions!"
|
@@ -172,7 +188,7 @@ msgstr ""
|
|
172 |
"Fout, Ad is op dit moment niet beschikbaar vanwege schema/"
|
173 |
"geolocatiebeperkingen!"
|
174 |
|
175 |
-
#: adrotate-output.php:
|
176 |
msgid ""
|
177 |
"Either there are no banners, they are disabled or none qualified for this "
|
178 |
"location!"
|
@@ -180,19 +196,19 @@ msgstr ""
|
|
180 |
"Ofwel zijn er geen banners, ze zijn uitgeschakeld of geen beschikbaar voor "
|
181 |
"deze locatie!"
|
182 |
|
183 |
-
#: adrotate-output.php:
|
184 |
msgid "Error, no Ad ID set! Check your syntax!"
|
185 |
msgstr "Fout, geen Ad-ID ingesteld! Controleer de syntax!"
|
186 |
|
187 |
-
#: adrotate-output.php:
|
188 |
msgid "Error, no group ID set! Check your syntax!"
|
189 |
msgstr "Fout, geen groeps-ID ingesteld! Controleer de syntax!"
|
190 |
|
191 |
-
#: adrotate-output.php:
|
192 |
msgid "Error, group does not exist! Check your syntax!"
|
193 |
msgstr "Fout, groep bestaat niet! Controleer de syntax!"
|
194 |
|
195 |
-
#: adrotate-output.php:
|
196 |
msgid ""
|
197 |
"There was an error locating the database tables for AdRotate. Please "
|
198 |
"deactivate and re-activate AdRotate from the plugin page!!"
|
@@ -201,12 +217,12 @@ msgstr ""
|
|
201 |
"AdRotate. Dit is meestal op te lossen door AdRotate te deactiveren en "
|
202 |
"opnieuw activeren!!"
|
203 |
|
204 |
-
#: adrotate-output.php:
|
205 |
msgid "If this does not solve the issue please seek support at"
|
206 |
msgstr ""
|
207 |
"Als dit het probleem niet oplost, neem dan contact op met de helpdesk via"
|
208 |
|
209 |
-
#: adrotate-output.php:
|
210 |
msgid ""
|
211 |
"There was an error loading the page. Please try again by reloading the page "
|
212 |
"via the menu on the left."
|
@@ -214,20 +230,20 @@ msgstr ""
|
|
214 |
"Er is een fout opgetreden bij het laden van de pagina. Probeer het opnieuw "
|
215 |
"door de pagina te herladen via het menu aan de linkerkant."
|
216 |
|
217 |
-
#: adrotate-output.php:
|
218 |
msgid "If the issue persists please seek help at"
|
219 |
msgstr "Als het probleem aanhoudt, zoek dan hulp via"
|
220 |
|
221 |
-
#: adrotate-output.php:
|
222 |
msgid "An unknown error occured."
|
223 |
msgstr "Er is een onbekende fout opgetreden."
|
224 |
|
225 |
-
#: adrotate-output.php:
|
226 |
#: dashboard/settings/maintenance.php:20
|
227 |
msgid "Check adverts"
|
228 |
msgstr "Controleer advertenties"
|
229 |
|
230 |
-
#: adrotate-output.php:
|
231 |
msgid ""
|
232 |
"You have enabled caching support but W3 Total Cache is not active on your "
|
233 |
"site!"
|
@@ -235,11 +251,11 @@ msgstr ""
|
|
235 |
"Je hebt ondersteuning voor caching ingeschakeld, maar W3 Total Cache is niet "
|
236 |
"actief op de site!"
|
237 |
|
238 |
-
#: adrotate-output.php:
|
239 |
msgid "Disable W3 Total Cache Support"
|
240 |
msgstr "Schakel W3 Total Cache support uit"
|
241 |
|
242 |
-
#: adrotate-output.php:
|
243 |
msgid ""
|
244 |
"You have enable caching support but the W3TC_DYNAMIC_SECURITY definition is "
|
245 |
"not set."
|
@@ -247,42 +263,42 @@ msgstr ""
|
|
247 |
"Je hebt ondersteuning voor caching ingeschakelt, maar de definitie "
|
248 |
"W3TC_DYNAMIC_SECURITY is niet ingesteld."
|
249 |
|
250 |
-
#: adrotate-output.php:
|
251 |
msgid "How to configure W3 Total Cache"
|
252 |
msgstr "W3 Total Cache configureren"
|
253 |
|
254 |
-
#: adrotate-output.php:
|
255 |
msgid ""
|
256 |
"You have enable caching support but Borlabs Cache is not active on your site!"
|
257 |
msgstr ""
|
258 |
"Je hebt ondersteuning voor caching ingeschakeld, maar Borlabs Cache is niet "
|
259 |
"actief op de site!"
|
260 |
|
261 |
-
#: adrotate-output.php:
|
262 |
msgid "Disable Borlabs Cache Support"
|
263 |
msgstr "Ondersteuning voor Borlabs cache uitschakelen"
|
264 |
|
265 |
-
#: adrotate-output.php:
|
266 |
msgid ""
|
267 |
"You have enabled Borlabs Cache support but Fragment caching is not enabled!"
|
268 |
msgstr ""
|
269 |
"Je hebt de ondersteuning voor Borlabs cache ingeschakeld, maar "
|
270 |
"Fragmentcaching is niet ingeschakeld!"
|
271 |
|
272 |
-
#: adrotate-output.php:
|
273 |
msgid "Enable Fragment Caching"
|
274 |
msgstr "Fragmentcaching inschakelen"
|
275 |
|
276 |
-
#: adrotate-output.php:
|
277 |
msgid "Your AdRotate Banner folder is not writable or does not exist."
|
278 |
msgstr ""
|
279 |
"De map voor de banner van AdRotate is niet beschrijfbaar of bestaat niet."
|
280 |
|
281 |
-
#: adrotate-output.php:
|
282 |
msgid "Set up your banner folder"
|
283 |
msgstr "De banner map instellen"
|
284 |
|
285 |
-
#: adrotate-output.php:
|
286 |
msgid ""
|
287 |
"You have AdRotate Professional installed. Please switch to AdRotate Pro! You "
|
288 |
"can delete this plugin after AdRotate Pro is activated."
|
@@ -290,11 +306,11 @@ msgstr ""
|
|
290 |
"Je hebt AdRotate Professional geïnstalleerd. Stap over naar AdRotate Pro! Je "
|
291 |
"kunt deze plug-in verwijderen nadat AdRotate Pro is geactiveerd."
|
292 |
|
293 |
-
#: adrotate-output.php:
|
294 |
msgid "Switch plugins"
|
295 |
msgstr "Stap over"
|
296 |
|
297 |
-
#: adrotate-output.php:
|
298 |
msgid ""
|
299 |
"Something is wrong with your installation of AdRotate. Either the plugin is "
|
300 |
"installed twice or your current installation has the wrong folder name. "
|
@@ -304,44 +320,44 @@ msgstr ""
|
|
304 |
"geïnstalleerd of uw huidige installatie heeft de verkeerde map naam. "
|
305 |
"Installeer de plugin goed!"
|
306 |
|
307 |
-
#: adrotate-output.php:
|
308 |
msgid "Installation instructions"
|
309 |
msgstr "Installatie-instructies"
|
310 |
|
311 |
-
#: adrotate-output.php:
|
312 |
msgid "your attention:"
|
313 |
msgstr "uw aandacht:"
|
314 |
|
315 |
-
#: adrotate-output.php:
|
316 |
msgid ""
|
317 |
-
"Thank you for choosing AdRotate
|
318 |
-
"
|
319 |
msgstr ""
|
320 |
"Bedankt voor het kiezen van AdRotate Banner Manager. Alles wat met AdRotate "
|
321 |
-
"te maken heeft,
|
322 |
"gaan, kijk dan eens naar de"
|
323 |
|
324 |
-
#: adrotate-output.php:
|
325 |
msgid "manuals"
|
326 |
msgstr "handleidingen"
|
327 |
|
328 |
-
#: adrotate-output.php:
|
329 |
msgid "and"
|
330 |
msgstr "en"
|
331 |
|
332 |
-
#: adrotate-output.php:
|
333 |
msgid "forums"
|
334 |
msgstr "forums"
|
335 |
|
336 |
-
#: adrotate-output.php:
|
337 |
msgid "Help AdRotate Grow"
|
338 |
msgstr "Help AdRotate groeien"
|
339 |
|
340 |
-
#: adrotate-output.php:
|
341 |
msgid "AdRotate Professional"
|
342 |
msgstr "AdRotate Professional"
|
343 |
|
344 |
-
#: adrotate-output.php:
|
345 |
msgid ""
|
346 |
"Many users only think to review AdRotate when something goes wrong while "
|
347 |
"thousands of people happily use AdRotate."
|
@@ -349,23 +365,23 @@ msgstr ""
|
|
349 |
"Veel gebruikers denken alleen om AdRotate te bekijken wanneer er iets "
|
350 |
"misgaat terwijl duizenden mensen Graag AdRotate gebruiken."
|
351 |
|
352 |
-
#: adrotate-output.php:
|
353 |
msgid "If you find AdRotate useful please leave your"
|
354 |
msgstr "Als u AdRotate nuttig vindt, laat je"
|
355 |
|
356 |
-
#: adrotate-output.php:
|
357 |
msgid "rating"
|
358 |
msgstr "waardering"
|
359 |
|
360 |
-
#: adrotate-output.php:
|
361 |
msgid "review"
|
362 |
msgstr "beoordeling"
|
363 |
|
364 |
-
#: adrotate-output.php:
|
365 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
366 |
msgstr "op WordPress.org om AdRotate te helpen groeien op een positieve manier"
|
367 |
|
368 |
-
#: adrotate-output.php:
|
369 |
msgid ""
|
370 |
"Get more advanced features like Geo Targeting, scheduling and much more with "
|
371 |
"AdRotate Pro."
|
@@ -373,11 +389,11 @@ msgstr ""
|
|
373 |
"Krijg meer geavanceerde functies zoals Geo Targeting, planning en nog veel "
|
374 |
"meer met AdRotate Pro."
|
375 |
|
376 |
-
#: adrotate-output.php:
|
377 |
msgid "Includes premium support and free updates for one year!"
|
378 |
msgstr "Inclusief premium ondersteuning en gratis updates voor een jaar!"
|
379 |
|
380 |
-
#: adrotate-output.php:
|
381 |
msgid "Get started today"
|
382 |
msgstr "Begin vandaag nog"
|
383 |
|
@@ -493,78 +509,78 @@ msgstr "ID:"
|
|
493 |
msgid "Fill in the ID of the type you want to display!"
|
494 |
msgstr "Vul het ID in van het type dat je wilt weergeven!"
|
495 |
|
496 |
-
#: adrotate.php:
|
497 |
msgid "General Info"
|
498 |
msgstr "Algemene info"
|
499 |
|
500 |
-
#: adrotate.php:
|
501 |
-
msgid "AdRotate Pro"
|
502 |
-
msgstr "AdRotate Pro"
|
503 |
|
504 |
-
#: adrotate.php:
|
505 |
msgid "Manage Adverts"
|
506 |
msgstr "Advertenties beheren"
|
507 |
|
508 |
-
#: adrotate.php:
|
509 |
msgid "Manage Groups"
|
510 |
msgstr "Beheer Groepen"
|
511 |
|
512 |
-
#: adrotate.php:
|
513 |
msgid "Manage Schedules"
|
514 |
msgstr "Schema's beheren"
|
515 |
|
516 |
-
#: adrotate.php:
|
517 |
-
#: dashboard/adrotatepro.php:
|
518 |
#: dashboard/publisher/statistics-main.php:23
|
519 |
#: dashboard/settings/statistics.php:17
|
520 |
msgid "Statistics"
|
521 |
msgstr "Statistieken"
|
522 |
|
523 |
-
#: adrotate.php:
|
524 |
msgid "Manage Media"
|
525 |
msgstr "Beheer Media"
|
526 |
|
527 |
-
#: adrotate.php:
|
528 |
msgid "Support"
|
529 |
msgstr "Ondersteuning"
|
530 |
|
531 |
-
#: adrotate.php:
|
532 |
msgid "Settings"
|
533 |
msgstr "Instellingen"
|
534 |
|
535 |
-
#: adrotate.php:
|
536 |
msgid "AdRotate Info"
|
537 |
msgstr "AdRotate Info"
|
538 |
|
539 |
-
#: adrotate.php:
|
540 |
msgid "Advert Management"
|
541 |
msgstr "Advertentiemanagement"
|
542 |
|
543 |
-
#: adrotate.php:
|
544 |
msgid "Manage"
|
545 |
msgstr "Beheren"
|
546 |
|
547 |
-
#: adrotate.php:
|
548 |
msgid "Generator"
|
549 |
msgstr "Genereren"
|
550 |
|
551 |
-
#: adrotate.php:
|
552 |
msgid "Add New"
|
553 |
msgstr "Nieuw"
|
554 |
|
555 |
-
#: adrotate.php:
|
556 |
msgid "Group Management"
|
557 |
msgstr "Groepsmanagement"
|
558 |
|
559 |
-
#: adrotate.php:
|
560 |
msgid "Schedules"
|
561 |
msgstr "Schema’s"
|
562 |
|
563 |
-
#: adrotate.php:
|
564 |
msgid "Media and Assets"
|
565 |
msgstr "Media en assets"
|
566 |
|
567 |
-
#: adrotate.php:
|
568 |
msgid ""
|
569 |
"Upload images to the AdRotate Pro banners folder from here. This is useful "
|
570 |
"if you have HTML5 adverts containing multiple files."
|
@@ -572,53 +588,45 @@ msgstr ""
|
|
572 |
"Upload afbeeldingen naar de map AdRotate Pro banners vanaf hier. Dit is "
|
573 |
"handig als je HTML5-advertenties met meerdere bestanden hebt."
|
574 |
|
575 |
-
#: adrotate.php:
|
576 |
-
msgid "Get more features"
|
577 |
-
msgstr "Krijg meer functies"
|
578 |
-
|
579 |
-
#: adrotate.php:434
|
580 |
-
msgid "Get AdRotate Pro"
|
581 |
-
msgstr "Koop AdRotate Pro"
|
582 |
-
|
583 |
-
#: adrotate.php:498
|
584 |
msgid "AdRotate Settings"
|
585 |
msgstr "AdRotate-instellingen"
|
586 |
|
587 |
-
#: adrotate.php:
|
588 |
msgid "General"
|
589 |
msgstr "Algemeen"
|
590 |
|
591 |
-
#: adrotate.php:
|
592 |
msgid "Notifications"
|
593 |
msgstr "Meldingen"
|
594 |
|
595 |
-
#: adrotate.php:
|
596 |
#: dashboard/publisher/groups-edit.php:205
|
597 |
#: dashboard/settings/advertisers.php:38
|
598 |
msgid "Geo Targeting"
|
599 |
msgstr "Geo-targeting"
|
600 |
|
601 |
-
#: adrotate.php:
|
602 |
msgid "Advertisers"
|
603 |
msgstr "Adverteerders"
|
604 |
|
605 |
-
#: adrotate.php:
|
606 |
msgid "Access Roles"
|
607 |
msgstr "Rollen"
|
608 |
|
609 |
-
#: adrotate.php:
|
610 |
msgid "Miscellaneous"
|
611 |
msgstr "Diversen"
|
612 |
|
613 |
-
#: adrotate.php:
|
614 |
msgid "Maintenance"
|
615 |
msgstr "Onderhoud"
|
616 |
|
617 |
-
#: dashboard/adrotatepro.php:
|
618 |
msgid "Mobile campaigns"
|
619 |
msgstr "Mobiele campagnes"
|
620 |
|
621 |
-
#: dashboard/adrotatepro.php:
|
622 |
msgid ""
|
623 |
"Target mobile users with ease and show the right adverts to smartphones, "
|
624 |
"tablets and computers. Mix and match as you please and offer adverts that "
|
@@ -633,11 +641,11 @@ msgstr ""
|
|
633 |
"moeite en met een paar gebruiksvriendelijke opties worden ze weergegeven "
|
634 |
"waar je ze wilt!"
|
635 |
|
636 |
-
#: dashboard/adrotatepro.php:
|
637 |
msgid "Schedule all campaigns with ease"
|
638 |
msgstr "Plan alle campagnes met gemak"
|
639 |
|
640 |
-
#: dashboard/adrotatepro.php:
|
641 |
msgid ""
|
642 |
"Schedule your adverts and set up advertising campaigns based on dates you or "
|
643 |
"your advertisers specify without hassle. Seasonal adverts, weekly adverts, "
|
@@ -651,11 +659,11 @@ msgstr ""
|
|
651 |
"plant het. Dit maakt het plannen van uw inkomstenstroom zeer flexibel. U een "
|
652 |
"of meer schema's voor advertenties instellen."
|
653 |
|
654 |
-
#: dashboard/adrotatepro.php:
|
655 |
msgid "Satisfy your advertisers"
|
656 |
msgstr "Stel uw adverteerders tevreden"
|
657 |
|
658 |
-
#: dashboard/adrotatepro.php:
|
659 |
msgid ""
|
660 |
"Set up advertisers and let them log in to their statistics or even create "
|
661 |
"their own adverts. Created adverts go into a moderation queue for your staff "
|
@@ -668,11 +676,11 @@ msgstr ""
|
|
668 |
"toegang tot hun eigen dashboardje waar ze hun advertentieprestaties kunnen "
|
669 |
"zien."
|
670 |
|
671 |
-
#: dashboard/adrotatepro.php:
|
672 |
msgid "Get Fast Support almost all year round"
|
673 |
msgstr "Krijg bijna het hele jaar door snelle ondersteuning"
|
674 |
|
675 |
-
#: dashboard/adrotatepro.php:
|
676 |
msgid ""
|
677 |
"When you activate your AdRotate Pro license you can use the more personal "
|
678 |
"email support. No more queueing up in the forums. AdRotate support takes "
|
@@ -684,11 +692,11 @@ msgstr ""
|
|
684 |
"ondersteuning heeft voorrang op de forums en wordt een of twee keer per dag "
|
685 |
"gecontroleerd. Krijg (meestal) binnen twee werkdagen een oplossing."
|
686 |
|
687 |
-
#: dashboard/adrotatepro.php:
|
688 |
msgid "Localize your ad campaigns with Geo Targeting"
|
689 |
msgstr "Uw advertentiecampagnes lokaliseren met Geo Targeting"
|
690 |
|
691 |
-
#: dashboard/adrotatepro.php:
|
692 |
msgid ""
|
693 |
"Go nationwide or global with localized adverts for your various audiences. "
|
694 |
"Set up adverts for countries and cities and sell impressions per general "
|
@@ -701,11 +709,11 @@ msgstr ""
|
|
701 |
"GeoIP2: Precision or AdRotate Geo. AdRotate Geo is een exclusieve Geo Lookup-"
|
702 |
"service voor AdRotate Pro-gebruikers."
|
703 |
|
704 |
-
#: dashboard/adrotatepro.php:
|
705 |
msgid "Avoid adblockers"
|
706 |
msgstr "Vermijd adblockers"
|
707 |
|
708 |
-
#: dashboard/adrotatepro.php:
|
709 |
msgid ""
|
710 |
"Try and avoid adblockers so your adverts get the exposure you want them to "
|
711 |
"have. AdRotate Pro offers some advanced tools to deceive adblockers so your "
|
@@ -718,7 +726,7 @@ msgstr ""
|
|
718 |
"snel worden verwijderd. Zorg er natuurlijk voor dat je je advertenties slim "
|
719 |
"maakt, zodat deze functies hun volledige potentieel bereiken!"
|
720 |
|
721 |
-
#: dashboard/adrotatepro.php:
|
722 |
msgid ""
|
723 |
"Get statistics in AdRotate Pro. Similar to the free version you can track "
|
724 |
"stats in AdRotate itself and use all kinds of extra scheduling options. Or "
|
@@ -730,11 +738,11 @@ msgstr ""
|
|
730 |
"ook statistieken bijhouden in Google Analytics en meer diepgaande informatie "
|
731 |
"zien die op die manier betrekking heeft op uw bezoekers."
|
732 |
|
733 |
-
#: dashboard/adrotatepro.php:
|
734 |
msgid "Stay up-to-date with notifications"
|
735 |
msgstr "Meldingen instellen"
|
736 |
|
737 |
-
#: dashboard/adrotatepro.php:
|
738 |
msgid ""
|
739 |
"Stay in touch with Email notifications. Have AdRotate send you an alert when "
|
740 |
"adverts expire or need your attention. Get notified when adverts expire, "
|
@@ -778,11 +786,7 @@ msgstr "Groepen"
|
|
778 |
msgid "Have errors"
|
779 |
msgstr "Fouten hebben"
|
780 |
|
781 |
-
#: dashboard/info.php:
|
782 |
-
msgid "Buy AdRotate Professional"
|
783 |
-
msgstr "Koop AdRotate Professional"
|
784 |
-
|
785 |
-
#: dashboard/info.php:111
|
786 |
msgid ""
|
787 |
"AdRotate Professional has a lot more functions for even better advertising "
|
788 |
"management. Check out the feature comparison tab on any of the product pages "
|
@@ -793,65 +797,43 @@ msgstr ""
|
|
793 |
"een van de productpagina's om te zien wat AdRotate Pro voor u te bieden "
|
794 |
"heeft!"
|
795 |
|
796 |
-
#: dashboard/info.php:
|
797 |
msgid "Single License"
|
798 |
msgstr "Enkele licentie"
|
799 |
|
800 |
-
#: dashboard/info.php:
|
801 |
msgid "Use on ONE WordPress installation."
|
802 |
msgstr "Gebruik op één WordPress-installatie."
|
803 |
|
804 |
-
#: dashboard/info.php:
|
805 |
-
#: dashboard/info.php:
|
806 |
msgid "Buy now"
|
807 |
msgstr "Koop nu"
|
808 |
|
809 |
-
#: dashboard/info.php:
|
810 |
msgid "Duo License"
|
811 |
msgstr "Duo Licentie"
|
812 |
|
813 |
-
#: dashboard/info.php:
|
814 |
msgid "Use on TWO WordPress installations."
|
815 |
msgstr "Gebruik op twee WordPress-installaties."
|
816 |
|
817 |
-
#: dashboard/info.php:
|
818 |
msgid "Multi License"
|
819 |
msgstr "Multi Licentie"
|
820 |
|
821 |
-
#: dashboard/info.php:
|
822 |
msgid "Use on up to FIVE WordPress installations."
|
823 |
msgstr "Gebruik maximaal vijf WordPress-installaties."
|
824 |
|
825 |
-
#: dashboard/info.php:
|
826 |
msgid "Developer License"
|
827 |
msgstr "Ontwikkelaarslicentie"
|
828 |
|
829 |
-
#: dashboard/info.php:
|
830 |
msgid "Use on up to a HUNDRED WordPress installations and/or networks."
|
831 |
msgstr "Gebruik op maximaal honderd WordPress-installaties en/of -netwerken."
|
832 |
|
833 |
-
#: dashboard/info.php:127
|
834 |
-
msgid "Advertising Partners & Affiliates"
|
835 |
-
msgstr "Advertentie Partners & Affiliates"
|
836 |
-
|
837 |
-
#: dashboard/info.php:128
|
838 |
-
msgid ""
|
839 |
-
"A selection of quality advertiser networks and useful products. If you need "
|
840 |
-
"adverts or just want more or more diverse adverts. Check out these great "
|
841 |
-
"options!"
|
842 |
-
msgstr ""
|
843 |
-
"Een selectie van hoogwaardige adverteerdersnetwerken en nuttige producten. "
|
844 |
-
"Als je advertenties nodig hebt of gewoon meer of meer diverse advertenties "
|
845 |
-
"wilt. Bekijk deze geweldige opties!"
|
846 |
-
|
847 |
-
#: dashboard/info.php:128
|
848 |
-
msgid "Check out these and other preferred products or providers on my"
|
849 |
-
msgstr "Bekijk deze en andere aanbevolen producten en diensten op mijn"
|
850 |
-
|
851 |
-
#: dashboard/info.php:128
|
852 |
-
msgid "recommended products page"
|
853 |
-
msgstr "aanbevolen producten pagina"
|
854 |
-
|
855 |
#: dashboard/publisher/adverts-disabled.php:15
|
856 |
msgid "Disabled Adverts"
|
857 |
msgstr "Advertenties voor uitgeschakelden"
|
@@ -871,7 +853,8 @@ msgstr "Activeren"
|
|
871 |
|
872 |
#: dashboard/publisher/adverts-disabled.php:22
|
873 |
#: dashboard/publisher/adverts-error.php:21
|
874 |
-
#: dashboard/publisher/adverts-main.php:22 dashboard/publisher/media.php:
|
|
|
875 |
msgid "Delete"
|
876 |
msgstr "Verwijderen"
|
877 |
|
@@ -913,7 +896,7 @@ msgstr "Begin/einde"
|
|
913 |
#: dashboard/publisher/adverts-main.php:41
|
914 |
#: dashboard/publisher/groups-edit.php:65
|
915 |
#: dashboard/publisher/groups-edit.php:360
|
916 |
-
#: dashboard/publisher/groups-main.php:33 dashboard/publisher/media.php:
|
917 |
#: dashboard/publisher/schedules-main.php:33
|
918 |
msgid "Name"
|
919 |
msgstr "Naam"
|
@@ -1191,7 +1174,7 @@ msgstr "Beschik over meer functies met AdRotate Pro."
|
|
1191 |
#: dashboard/publisher/adverts-edit.php:261
|
1192 |
#: dashboard/publisher/adverts-edit.php:343
|
1193 |
#: dashboard/publisher/adverts-edit.php:443
|
1194 |
-
#: dashboard/publisher/groups-edit.php:228
|
1195 |
#: dashboard/publisher/statistics-advert.php:109
|
1196 |
#: dashboard/publisher/statistics-group.php:113
|
1197 |
#: dashboard/publisher/statistics-main.php:83
|
@@ -1716,7 +1699,7 @@ msgstr ""
|
|
1716 |
"(up-to-2048px resolutie)."
|
1717 |
|
1718 |
#: dashboard/publisher/adverts-generator.php:113
|
1719 |
-
#: dashboard/publisher/media.php:
|
1720 |
msgid "Important:"
|
1721 |
msgstr "Let op:"
|
1722 |
|
@@ -2245,19 +2228,19 @@ msgstr "OK om door te gaan, annuleren om te stoppen."
|
|
2245 |
msgid "No groups created!"
|
2246 |
msgstr "Groepen aangemaakt!"
|
2247 |
|
2248 |
-
#: dashboard/publisher/media.php:
|
2249 |
msgid "Upload new file"
|
2250 |
msgstr "Upload nieuw bestand"
|
2251 |
|
2252 |
-
#: dashboard/publisher/media.php:
|
2253 |
msgid "Accepted files:"
|
2254 |
msgstr "Geaccepteerde bestanden zijn:"
|
2255 |
|
2256 |
-
#: dashboard/publisher/media.php:
|
2257 |
msgid "Maximum size is 512Kb per file."
|
2258 |
msgstr "Maximale grootte is 512Kb per bestand."
|
2259 |
|
2260 |
-
#: dashboard/publisher/media.php:
|
2261 |
msgid ""
|
2262 |
"Make sure your file has no spaces or special characters in the name. Replace "
|
2263 |
"spaces with a - or _."
|
@@ -2265,48 +2248,53 @@ msgstr ""
|
|
2265 |
"Zorg ervoor dat uw bestand geen spaties of speciale tekens in de naam heeft. "
|
2266 |
"Spaties vervangen door een - of _."
|
2267 |
|
2268 |
-
#: dashboard/publisher/media.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2269 |
msgid ""
|
2270 |
-
"
|
2271 |
-
"
|
2272 |
msgstr ""
|
2273 |
-
"
|
2274 |
-
"
|
2275 |
-
"Bijvoorbeeld voor het javascript bestand."
|
2276 |
|
2277 |
-
#: dashboard/publisher/media.php:
|
2278 |
msgid "Upload file"
|
2279 |
msgstr "Bestand uploaden"
|
2280 |
|
2281 |
-
#: dashboard/publisher/media.php:
|
2282 |
msgid "Click only once per file!"
|
2283 |
msgstr "Klik slechts één keer per bestand!"
|
2284 |
|
2285 |
-
#: dashboard/publisher/media.php:
|
2286 |
msgid "Available files in"
|
2287 |
msgstr "Beschikbare bestanden in"
|
2288 |
|
2289 |
-
#: dashboard/publisher/media.php:
|
2290 |
-
msgid "
|
2291 |
-
msgstr "
|
2292 |
|
2293 |
-
#: dashboard/publisher/media.php:
|
2294 |
msgid "No files found!"
|
2295 |
msgstr "Geen bestanden gevonden!"
|
2296 |
|
2297 |
-
#: dashboard/publisher/media.php:
|
2298 |
msgid ""
|
2299 |
"Make sure the banner images are not in use by adverts when you delete them!"
|
2300 |
msgstr ""
|
2301 |
"Zorg ervoor dat de bannerafbeeldingen niet worden gebruikt door advertenties "
|
2302 |
"wanneer u ze verwijdert!"
|
2303 |
|
2304 |
-
#: dashboard/publisher/media.php:
|
2305 |
-
|
2306 |
-
|
2307 |
-
#: dashboard/publisher/statistics-main.php:83
|
2308 |
-
msgid "Get more features with AdRotate Pro"
|
2309 |
-
msgstr "Beschik over meer functies met AdRotate Pro"
|
2310 |
|
2311 |
#: dashboard/publisher/schedules-main.php:13
|
2312 |
msgid ""
|
@@ -2432,6 +2420,12 @@ msgstr ""
|
|
2432 |
"Alle statistieken zijn indicatief. Ze komen niet perse overeen met de "
|
2433 |
"resultaten die door andere partijen zijn geteld."
|
2434 |
|
|
|
|
|
|
|
|
|
|
|
|
|
2435 |
#: dashboard/publisher/statistics-group.php:46
|
2436 |
msgid "Statistics for group"
|
2437 |
msgstr "Statistieken voor groep"
|
@@ -2504,7 +2498,7 @@ msgstr ""
|
|
2504 |
|
2505 |
#: dashboard/settings/advertisers.php:53 dashboard/settings/general.php:78
|
2506 |
#: dashboard/settings/maintenance.php:97 dashboard/settings/misc.php:47
|
2507 |
-
#: dashboard/settings/notifications.php:
|
2508 |
#: dashboard/settings/statistics.php:83
|
2509 |
msgid "Update Options"
|
2510 |
msgstr "Update opties"
|
@@ -3235,14 +3229,6 @@ msgstr ""
|
|
3235 |
"Berichten worden eens per 24 uur verzonden. Maximaal 5 adressen. Komma "
|
3236 |
"gescheiden. Dit veld is misschien niet leeg!"
|
3237 |
|
3238 |
-
#: dashboard/settings/notifications.php:73
|
3239 |
-
msgid ""
|
3240 |
-
"Who gets email from advertisers. Maximum of 5 addresses. Comma separated. "
|
3241 |
-
"This field may not be empty!"
|
3242 |
-
msgstr ""
|
3243 |
-
"Wie krijgt e-mail van adverteerders. Maximaal 5 adressen. Komma gescheiden. "
|
3244 |
-
"Dit veld is misschien niet leeg!"
|
3245 |
-
|
3246 |
#: dashboard/settings/roles.php:18
|
3247 |
msgid "Who has access to what?"
|
3248 |
msgstr "Wie heeft toegang tot wat?"
|
@@ -3485,6 +3471,52 @@ msgstr "Hulp vragen"
|
|
3485 |
msgid "Premium Support is available in AdRotate Pro!"
|
3486 |
msgstr "Premium Support is beschikbaar in AdRotate Pro!"
|
3487 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3488 |
#~ msgid "Join the Media.net advertising network"
|
3489 |
#~ msgstr "Word lid van het Media.net advertentienetwerk"
|
3490 |
|
@@ -3678,22 +3710,9 @@ msgstr "Premium Support is beschikbaar in AdRotate Pro!"
|
|
3678 |
#~ msgid "Review the ad here:"
|
3679 |
#~ msgstr "Bekijk de advertentie hier:"
|
3680 |
|
3681 |
-
#~ msgid "Banner image saved"
|
3682 |
-
#~ msgstr "Advertentie afbeelding opgeslagen"
|
3683 |
-
|
3684 |
#~ msgid "Advertiser updated"
|
3685 |
#~ msgstr "Adverteerder bijgewerkt"
|
3686 |
|
3687 |
-
#~ msgid "Asset(s) deleted"
|
3688 |
-
#~ msgstr "Asset(s) verwijderd"
|
3689 |
-
|
3690 |
-
#~ msgid ""
|
3691 |
-
#~ "Something went wrong deleting the file or folder. Make sure your "
|
3692 |
-
#~ "permissions are in order."
|
3693 |
-
#~ msgstr ""
|
3694 |
-
#~ "Er is iets mis gegaan met het verwijderen van het bestand of de map. Zorg "
|
3695 |
-
#~ "ervoor dat ja permissies in orde zijn."
|
3696 |
-
|
3697 |
#~ msgid "Email(s) with reports successfully sent"
|
3698 |
#~ msgstr "E-mail(s) succesvol verzonden"
|
3699 |
|
@@ -4826,17 +4845,6 @@ msgstr "Premium Support is beschikbaar in AdRotate Pro!"
|
|
4826 |
#~ msgid "Group"
|
4827 |
#~ msgstr "Groep"
|
4828 |
|
4829 |
-
#~ msgid ""
|
4830 |
-
#~ "Zip files are automatically extracted in the location where they are "
|
4831 |
-
#~ "uploaded and the original zip file will be deleted once extracted."
|
4832 |
-
#~ msgstr ""
|
4833 |
-
#~ "Zip-bestanden worden automatisch geëxtraheerd op de locatie waar ze "
|
4834 |
-
#~ "worden geüpload en het oorspronkelijke zip-bestand wordt verwijderd zodra "
|
4835 |
-
#~ "ze zijn geëxtraheerd."
|
4836 |
-
|
4837 |
-
#~ msgid "Deleting a folder deletes everything inside that folder as well!"
|
4838 |
-
#~ msgstr "Als u een map verwijdert, wordt ook alles in die map verwijderd!"
|
4839 |
-
|
4840 |
#~ msgid "New Schedule"
|
4841 |
#~ msgstr "Nieuw schema"
|
4842 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: AdRotate Professional\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2020-07-08 16:40-0500\n"
|
6 |
+
"PO-Revision-Date: 2020-07-08 16:41-0500\n"
|
7 |
"Last-Translator: Arnan de Gans <support@ajdg.solutions>\n"
|
8 |
"Language-Team: Arnan de Gans\n"
|
9 |
"Language: nl\n"
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
+
#: adrotate-functions.php:790
|
21 |
msgid "Ad saved"
|
22 |
msgstr "Advertentie opgeslagen"
|
23 |
|
24 |
+
#: adrotate-functions.php:794
|
25 |
msgid "Group saved"
|
26 |
msgstr "Groep bewaard"
|
27 |
|
28 |
+
#: adrotate-functions.php:798
|
29 |
+
msgid "Banner image saved"
|
30 |
+
msgstr "Advertentie afbeelding opgeslagen"
|
31 |
+
|
32 |
+
#: adrotate-functions.php:802
|
33 |
msgid "Ad(s) deleted"
|
34 |
msgstr "Advertentie(s) verwijderd"
|
35 |
|
36 |
+
#: adrotate-functions.php:806
|
37 |
msgid "Group deleted"
|
38 |
msgstr "Groep verwijderd"
|
39 |
|
40 |
+
#: adrotate-functions.php:810
|
41 |
+
msgid "Asset(s) deleted"
|
42 |
+
msgstr "Asset(s) verwijderd"
|
43 |
+
|
44 |
+
#: adrotate-functions.php:814
|
45 |
+
msgid ""
|
46 |
+
"Something went wrong deleting the file or folder. Make sure your permissions "
|
47 |
+
"are in order."
|
48 |
+
msgstr ""
|
49 |
+
"Er is iets mis gegaan met het verwijderen van het bestand of de map. Zorg "
|
50 |
+
"ervoor dat ja permissies in orde zijn."
|
51 |
+
|
52 |
+
#: adrotate-functions.php:818
|
53 |
msgid "Ad(s) statistics reset"
|
54 |
msgstr "Advertentie(s) Statistieken resetten"
|
55 |
|
56 |
+
#: adrotate-functions.php:822
|
57 |
msgid "Ad(s) renewed"
|
58 |
msgstr "Advertentie(s) vernieuwd"
|
59 |
|
60 |
+
#: adrotate-functions.php:826
|
61 |
msgid "Ad(s) deactivated"
|
62 |
msgstr "Advertentie(s) verwijderd"
|
63 |
|
64 |
+
#: adrotate-functions.php:830
|
65 |
msgid "Ad(s) activated"
|
66 |
msgstr "Advertentie(s) aangezet"
|
67 |
|
68 |
+
#: adrotate-functions.php:834
|
69 |
msgid "Group including it's Ads deleted"
|
70 |
msgstr "Groep inclusief advertenties verwijderd"
|
71 |
|
72 |
+
#: adrotate-functions.php:838
|
73 |
msgid "Export created"
|
74 |
msgstr "Export gemaakt"
|
75 |
|
76 |
+
#: adrotate-functions.php:842
|
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 it."
|
82 |
"hieronder uw advertentie. Vergeet niet om alle instellingen te controleren "
|
83 |
"en de advertentie in te plannen."
|
84 |
|
85 |
+
#: adrotate-functions.php:847
|
86 |
msgid "Settings saved"
|
87 |
msgstr "Instellingen opgeslagen"
|
88 |
|
89 |
+
#: adrotate-functions.php:851
|
90 |
msgid "Database optimized"
|
91 |
msgstr "Database geoptimaliseerd"
|
92 |
|
93 |
+
#: adrotate-functions.php:855
|
94 |
msgid "Database repaired"
|
95 |
msgstr "Database is hersteld"
|
96 |
|
97 |
+
#: adrotate-functions.php:859
|
98 |
msgid "Ads evaluated and statuses have been corrected where required"
|
99 |
msgstr "Geëvalueerde advertenties en statussen zijn waar nodig gecorrigeerd"
|
100 |
|
101 |
+
#: adrotate-functions.php:863
|
102 |
msgid "Cleanup complete"
|
103 |
msgstr "Opschonen voltooid"
|
104 |
|
105 |
+
#: adrotate-functions.php:868
|
106 |
msgid "Action prohibited"
|
107 |
msgstr "Actie verboden"
|
108 |
|
109 |
+
#: adrotate-functions.php:872
|
110 |
msgid ""
|
111 |
"The ad was saved but has an issue which might prevent it from working "
|
112 |
"properly. Review the colored ad."
|
114 |
"De advertentie is opgeslagen, maar heeft een probleem waardoor deze mogelijk "
|
115 |
"niet goed werkt. Bekijk de gemarkeerde advertentie."
|
116 |
|
117 |
+
#: adrotate-functions.php:876
|
118 |
msgid "No data found in selected time period"
|
119 |
msgstr "Geen gegevens gevonden in geselecteerde tijdsperiode"
|
120 |
|
121 |
+
#: adrotate-functions.php:880
|
122 |
msgid "Database can only be optimized or cleaned once every hour"
|
123 |
msgstr ""
|
124 |
"Database kan slechts eenmaal per uur worden geoptimaliseerd of opgeschoond"
|
125 |
|
126 |
+
#: adrotate-functions.php:884
|
127 |
msgid "Form can not be (partially) empty!"
|
128 |
msgstr "Formulier kan niet (gedeeltelijk) leeg zijn!"
|
129 |
|
130 |
+
#: adrotate-functions.php:888
|
131 |
msgid "No ads found."
|
132 |
msgstr "Geen advertenties gevonden."
|
133 |
|
134 |
+
#: adrotate-functions.php:892
|
135 |
msgid ""
|
136 |
"The advert hash is not usable or is missing required data. Please copy the "
|
137 |
"hash correctly and try again."
|
139 |
"De advert hash is niet bruikbaar of mist vereiste informatie. Probeer het "
|
140 |
"opnieuw met een nieuwe hash."
|
141 |
|
142 |
+
#: adrotate-functions.php:896
|
143 |
msgid ""
|
144 |
"The advert hash can not be used on the same site as it originated from or is "
|
145 |
"not a valid hash for importing."
|
148 |
"gegenereerd is of de hash is niet een geldige hash voor het importeren van "
|
149 |
"een advertentie."
|
150 |
|
151 |
+
#: adrotate-functions.php:900
|
152 |
msgid "Unexpected error"
|
153 |
msgstr "Onverwachte fout"
|
154 |
|
155 |
+
#: adrotate-manage-publisher.php:893
|
156 |
msgid "AdRotate Advertiser"
|
157 |
msgstr "AdRotate Adverteerder"
|
158 |
|
159 |
+
#: adrotate-output.php:547
|
160 |
msgid "Oh no! Something went wrong!"
|
161 |
msgstr "Oh nee! Er ging iets mis!"
|
162 |
|
163 |
+
#: adrotate-output.php:548
|
164 |
msgid ""
|
165 |
"WordPress was unable to verify the authenticity of the url you have clicked. "
|
166 |
"Verify if the url used is valid or log in via your browser."
|
169 |
"controleren. Controleer of de gebruikte URL geldig is of log in via je "
|
170 |
"browser."
|
171 |
|
172 |
+
#: adrotate-output.php:549
|
173 |
msgid ""
|
174 |
"If you have received the url you want to visit via email, you are being "
|
175 |
"tricked!"
|
176 |
msgstr ""
|
177 |
"Als je de URL die je wilt laden hebt ontvangen via email, wordt je bedrogen!"
|
178 |
|
179 |
+
#: adrotate-output.php:550
|
180 |
msgid "Contact support if the issue persists:"
|
181 |
msgstr "Neem contact op met de helpdesk als het probleem zich blijft voordoen:"
|
182 |
|
183 |
+
#: adrotate-output.php:562
|
184 |
msgid ""
|
185 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
186 |
"restrictions!"
|
188 |
"Fout, Ad is op dit moment niet beschikbaar vanwege schema/"
|
189 |
"geolocatiebeperkingen!"
|
190 |
|
191 |
+
#: adrotate-output.php:567
|
192 |
msgid ""
|
193 |
"Either there are no banners, they are disabled or none qualified for this "
|
194 |
"location!"
|
196 |
"Ofwel zijn er geen banners, ze zijn uitgeschakeld of geen beschikbaar voor "
|
197 |
"deze locatie!"
|
198 |
|
199 |
+
#: adrotate-output.php:572
|
200 |
msgid "Error, no Ad ID set! Check your syntax!"
|
201 |
msgstr "Fout, geen Ad-ID ingesteld! Controleer de syntax!"
|
202 |
|
203 |
+
#: adrotate-output.php:578
|
204 |
msgid "Error, no group ID set! Check your syntax!"
|
205 |
msgstr "Fout, geen groeps-ID ingesteld! Controleer de syntax!"
|
206 |
|
207 |
+
#: adrotate-output.php:583
|
208 |
msgid "Error, group does not exist! Check your syntax!"
|
209 |
msgstr "Fout, groep bestaat niet! Controleer de syntax!"
|
210 |
|
211 |
+
#: adrotate-output.php:589
|
212 |
msgid ""
|
213 |
"There was an error locating the database tables for AdRotate. Please "
|
214 |
"deactivate and re-activate AdRotate from the plugin page!!"
|
217 |
"AdRotate. Dit is meestal op te lossen door AdRotate te deactiveren en "
|
218 |
"opnieuw activeren!!"
|
219 |
|
220 |
+
#: adrotate-output.php:589
|
221 |
msgid "If this does not solve the issue please seek support at"
|
222 |
msgstr ""
|
223 |
"Als dit het probleem niet oplost, neem dan contact op met de helpdesk via"
|
224 |
|
225 |
+
#: adrotate-output.php:595
|
226 |
msgid ""
|
227 |
"There was an error loading the page. Please try again by reloading the page "
|
228 |
"via the menu on the left."
|
230 |
"Er is een fout opgetreden bij het laden van de pagina. Probeer het opnieuw "
|
231 |
"door de pagina te herladen via het menu aan de linkerkant."
|
232 |
|
233 |
+
#: adrotate-output.php:595
|
234 |
msgid "If the issue persists please seek help at"
|
235 |
msgstr "Als het probleem aanhoudt, zoek dan hulp via"
|
236 |
|
237 |
+
#: adrotate-output.php:601
|
238 |
msgid "An unknown error occured."
|
239 |
msgstr "Er is een onbekende fout opgetreden."
|
240 |
|
241 |
+
#: adrotate-output.php:621 adrotate-output.php:624 adrotate-output.php:628
|
242 |
#: dashboard/settings/maintenance.php:20
|
243 |
msgid "Check adverts"
|
244 |
msgstr "Controleer advertenties"
|
245 |
|
246 |
+
#: adrotate-output.php:633
|
247 |
msgid ""
|
248 |
"You have enabled caching support but W3 Total Cache is not active on your "
|
249 |
"site!"
|
251 |
"Je hebt ondersteuning voor caching ingeschakeld, maar W3 Total Cache is niet "
|
252 |
"actief op de site!"
|
253 |
|
254 |
+
#: adrotate-output.php:633
|
255 |
msgid "Disable W3 Total Cache Support"
|
256 |
msgstr "Schakel W3 Total Cache support uit"
|
257 |
|
258 |
+
#: adrotate-output.php:636
|
259 |
msgid ""
|
260 |
"You have enable caching support but the W3TC_DYNAMIC_SECURITY definition is "
|
261 |
"not set."
|
263 |
"Je hebt ondersteuning voor caching ingeschakelt, maar de definitie "
|
264 |
"W3TC_DYNAMIC_SECURITY is niet ingesteld."
|
265 |
|
266 |
+
#: adrotate-output.php:636
|
267 |
msgid "How to configure W3 Total Cache"
|
268 |
msgstr "W3 Total Cache configureren"
|
269 |
|
270 |
+
#: adrotate-output.php:640
|
271 |
msgid ""
|
272 |
"You have enable caching support but Borlabs Cache is not active on your site!"
|
273 |
msgstr ""
|
274 |
"Je hebt ondersteuning voor caching ingeschakeld, maar Borlabs Cache is niet "
|
275 |
"actief op de site!"
|
276 |
|
277 |
+
#: adrotate-output.php:640
|
278 |
msgid "Disable Borlabs Cache Support"
|
279 |
msgstr "Ondersteuning voor Borlabs cache uitschakelen"
|
280 |
|
281 |
+
#: adrotate-output.php:646
|
282 |
msgid ""
|
283 |
"You have enabled Borlabs Cache support but Fragment caching is not enabled!"
|
284 |
msgstr ""
|
285 |
"Je hebt de ondersteuning voor Borlabs cache ingeschakeld, maar "
|
286 |
"Fragmentcaching is niet ingeschakeld!"
|
287 |
|
288 |
+
#: adrotate-output.php:646
|
289 |
msgid "Enable Fragment Caching"
|
290 |
msgstr "Fragmentcaching inschakelen"
|
291 |
|
292 |
+
#: adrotate-output.php:653
|
293 |
msgid "Your AdRotate Banner folder is not writable or does not exist."
|
294 |
msgstr ""
|
295 |
"De map voor de banner van AdRotate is niet beschrijfbaar of bestaat niet."
|
296 |
|
297 |
+
#: adrotate-output.php:653
|
298 |
msgid "Set up your banner folder"
|
299 |
msgstr "De banner map instellen"
|
300 |
|
301 |
+
#: adrotate-output.php:656
|
302 |
msgid ""
|
303 |
"You have AdRotate Professional installed. Please switch to AdRotate Pro! You "
|
304 |
"can delete this plugin after AdRotate Pro is activated."
|
306 |
"Je hebt AdRotate Professional geïnstalleerd. Stap over naar AdRotate Pro! Je "
|
307 |
"kunt deze plug-in verwijderen nadat AdRotate Pro is geactiveerd."
|
308 |
|
309 |
+
#: adrotate-output.php:656
|
310 |
msgid "Switch plugins"
|
311 |
msgstr "Stap over"
|
312 |
|
313 |
+
#: adrotate-output.php:659
|
314 |
msgid ""
|
315 |
"Something is wrong with your installation of AdRotate. Either the plugin is "
|
316 |
"installed twice or your current installation has the wrong folder name. "
|
320 |
"geïnstalleerd of uw huidige installatie heeft de verkeerde map naam. "
|
321 |
"Installeer de plugin goed!"
|
322 |
|
323 |
+
#: adrotate-output.php:659
|
324 |
msgid "Installation instructions"
|
325 |
msgstr "Installatie-instructies"
|
326 |
|
327 |
+
#: adrotate-output.php:730
|
328 |
msgid "your attention:"
|
329 |
msgstr "uw aandacht:"
|
330 |
|
331 |
+
#: adrotate-output.php:761
|
332 |
msgid ""
|
333 |
+
"Thank you for choosing AdRotate. Everything related to AdRotate is in this "
|
334 |
+
"menu. If you need help getting started take a look at the"
|
335 |
msgstr ""
|
336 |
"Bedankt voor het kiezen van AdRotate Banner Manager. Alles wat met AdRotate "
|
337 |
+
"te maken heeft, zit in dit menu. Als je hulp nodig hebt om aan de slag te "
|
338 |
"gaan, kijk dan eens naar de"
|
339 |
|
340 |
+
#: adrotate-output.php:761
|
341 |
msgid "manuals"
|
342 |
msgstr "handleidingen"
|
343 |
|
344 |
+
#: adrotate-output.php:761 adrotate-output.php:845
|
345 |
msgid "and"
|
346 |
msgstr "en"
|
347 |
|
348 |
+
#: adrotate-output.php:761
|
349 |
msgid "forums"
|
350 |
msgstr "forums"
|
351 |
|
352 |
+
#: adrotate-output.php:837
|
353 |
msgid "Help AdRotate Grow"
|
354 |
msgstr "Help AdRotate groeien"
|
355 |
|
356 |
+
#: adrotate-output.php:838 adrotate.php:152
|
357 |
msgid "AdRotate Professional"
|
358 |
msgstr "AdRotate Professional"
|
359 |
|
360 |
+
#: adrotate-output.php:845
|
361 |
msgid ""
|
362 |
"Many users only think to review AdRotate when something goes wrong while "
|
363 |
"thousands of people happily use AdRotate."
|
365 |
"Veel gebruikers denken alleen om AdRotate te bekijken wanneer er iets "
|
366 |
"misgaat terwijl duizenden mensen Graag AdRotate gebruiken."
|
367 |
|
368 |
+
#: adrotate-output.php:845
|
369 |
msgid "If you find AdRotate useful please leave your"
|
370 |
msgstr "Als u AdRotate nuttig vindt, laat je"
|
371 |
|
372 |
+
#: adrotate-output.php:845
|
373 |
msgid "rating"
|
374 |
msgstr "waardering"
|
375 |
|
376 |
+
#: adrotate-output.php:845
|
377 |
msgid "review"
|
378 |
msgstr "beoordeling"
|
379 |
|
380 |
+
#: adrotate-output.php:845
|
381 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
382 |
msgstr "op WordPress.org om AdRotate te helpen groeien op een positieve manier"
|
383 |
|
384 |
+
#: adrotate-output.php:846
|
385 |
msgid ""
|
386 |
"Get more advanced features like Geo Targeting, scheduling and much more with "
|
387 |
"AdRotate Pro."
|
389 |
"Krijg meer geavanceerde functies zoals Geo Targeting, planning en nog veel "
|
390 |
"meer met AdRotate Pro."
|
391 |
|
392 |
+
#: adrotate-output.php:846
|
393 |
msgid "Includes premium support and free updates for one year!"
|
394 |
msgstr "Inclusief premium ondersteuning en gratis updates voor een jaar!"
|
395 |
|
396 |
+
#: adrotate-output.php:846
|
397 |
msgid "Get started today"
|
398 |
msgstr "Begin vandaag nog"
|
399 |
|
509 |
msgid "Fill in the ID of the type you want to display!"
|
510 |
msgstr "Vul het ID in van het type dat je wilt weergeven!"
|
511 |
|
512 |
+
#: adrotate.php:105
|
513 |
msgid "General Info"
|
514 |
msgstr "Algemene info"
|
515 |
|
516 |
+
#: adrotate.php:106
|
517 |
+
msgid "Get AdRotate Pro"
|
518 |
+
msgstr "Koop AdRotate Pro"
|
519 |
|
520 |
+
#: adrotate.php:107
|
521 |
msgid "Manage Adverts"
|
522 |
msgstr "Advertenties beheren"
|
523 |
|
524 |
+
#: adrotate.php:108 dashboard/publisher/groups-main.php:12
|
525 |
msgid "Manage Groups"
|
526 |
msgstr "Beheer Groepen"
|
527 |
|
528 |
+
#: adrotate.php:109 dashboard/publisher/schedules-main.php:12
|
529 |
msgid "Manage Schedules"
|
530 |
msgstr "Schema's beheren"
|
531 |
|
532 |
+
#: adrotate.php:110 adrotate.php:400 adrotate.php:521
|
533 |
+
#: dashboard/adrotatepro.php:98 dashboard/publisher/adverts-edit.php:177
|
534 |
#: dashboard/publisher/statistics-main.php:23
|
535 |
#: dashboard/settings/statistics.php:17
|
536 |
msgid "Statistics"
|
537 |
msgstr "Statistieken"
|
538 |
|
539 |
+
#: adrotate.php:111
|
540 |
msgid "Manage Media"
|
541 |
msgstr "Beheer Media"
|
542 |
|
543 |
+
#: adrotate.php:112 adrotate.php:484
|
544 |
msgid "Support"
|
545 |
msgstr "Ondersteuning"
|
546 |
|
547 |
+
#: adrotate.php:113
|
548 |
msgid "Settings"
|
549 |
msgstr "Instellingen"
|
550 |
|
551 |
+
#: adrotate.php:134
|
552 |
msgid "AdRotate Info"
|
553 |
msgstr "AdRotate Info"
|
554 |
|
555 |
+
#: adrotate.php:196
|
556 |
msgid "Advert Management"
|
557 |
msgstr "Advertentiemanagement"
|
558 |
|
559 |
+
#: adrotate.php:256 adrotate.php:327
|
560 |
msgid "Manage"
|
561 |
msgstr "Beheren"
|
562 |
|
563 |
+
#: adrotate.php:257
|
564 |
msgid "Generator"
|
565 |
msgstr "Genereren"
|
566 |
|
567 |
+
#: adrotate.php:258 adrotate.php:328
|
568 |
msgid "Add New"
|
569 |
msgstr "Nieuw"
|
570 |
|
571 |
+
#: adrotate.php:321
|
572 |
msgid "Group Management"
|
573 |
msgstr "Groepsmanagement"
|
574 |
|
575 |
+
#: adrotate.php:358
|
576 |
msgid "Schedules"
|
577 |
msgstr "Schema’s"
|
578 |
|
579 |
+
#: adrotate.php:444
|
580 |
msgid "Media and Assets"
|
581 |
msgstr "Media en assets"
|
582 |
|
583 |
+
#: adrotate.php:448
|
584 |
msgid ""
|
585 |
"Upload images to the AdRotate Pro banners folder from here. This is useful "
|
586 |
"if you have HTML5 adverts containing multiple files."
|
588 |
"Upload afbeeldingen naar de map AdRotate Pro banners vanaf hier. Dit is "
|
589 |
"handig als je HTML5-advertenties met meerdere bestanden hebt."
|
590 |
|
591 |
+
#: adrotate.php:514
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
592 |
msgid "AdRotate Settings"
|
593 |
msgstr "AdRotate-instellingen"
|
594 |
|
595 |
+
#: adrotate.php:519 dashboard/publisher/statistics-main.php:28
|
596 |
msgid "General"
|
597 |
msgstr "Algemeen"
|
598 |
|
599 |
+
#: adrotate.php:520 dashboard/settings/notifications.php:18
|
600 |
msgid "Notifications"
|
601 |
msgstr "Meldingen"
|
602 |
|
603 |
+
#: adrotate.php:522 dashboard/publisher/adverts-edit.php:345
|
604 |
#: dashboard/publisher/groups-edit.php:205
|
605 |
#: dashboard/settings/advertisers.php:38
|
606 |
msgid "Geo Targeting"
|
607 |
msgstr "Geo-targeting"
|
608 |
|
609 |
+
#: adrotate.php:523
|
610 |
msgid "Advertisers"
|
611 |
msgstr "Adverteerders"
|
612 |
|
613 |
+
#: adrotate.php:524 dashboard/settings/roles.php:17
|
614 |
msgid "Access Roles"
|
615 |
msgstr "Rollen"
|
616 |
|
617 |
+
#: adrotate.php:525 dashboard/settings/misc.php:16
|
618 |
msgid "Miscellaneous"
|
619 |
msgstr "Diversen"
|
620 |
|
621 |
+
#: adrotate.php:526 dashboard/settings/maintenance.php:16
|
622 |
msgid "Maintenance"
|
623 |
msgstr "Onderhoud"
|
624 |
|
625 |
+
#: dashboard/adrotatepro.php:47
|
626 |
msgid "Mobile campaigns"
|
627 |
msgstr "Mobiele campagnes"
|
628 |
|
629 |
+
#: dashboard/adrotatepro.php:50
|
630 |
msgid ""
|
631 |
"Target mobile users with ease and show the right adverts to smartphones, "
|
632 |
"tablets and computers. Mix and match as you please and offer adverts that "
|
641 |
"moeite en met een paar gebruiksvriendelijke opties worden ze weergegeven "
|
642 |
"waar je ze wilt!"
|
643 |
|
644 |
+
#: dashboard/adrotatepro.php:55
|
645 |
msgid "Schedule all campaigns with ease"
|
646 |
msgstr "Plan alle campagnes met gemak"
|
647 |
|
648 |
+
#: dashboard/adrotatepro.php:58
|
649 |
msgid ""
|
650 |
"Schedule your adverts and set up advertising campaigns based on dates you or "
|
651 |
"your advertisers specify without hassle. Seasonal adverts, weekly adverts, "
|
659 |
"plant het. Dit maakt het plannen van uw inkomstenstroom zeer flexibel. U een "
|
660 |
"of meer schema's voor advertenties instellen."
|
661 |
|
662 |
+
#: dashboard/adrotatepro.php:63
|
663 |
msgid "Satisfy your advertisers"
|
664 |
msgstr "Stel uw adverteerders tevreden"
|
665 |
|
666 |
+
#: dashboard/adrotatepro.php:66
|
667 |
msgid ""
|
668 |
"Set up advertisers and let them log in to their statistics or even create "
|
669 |
"their own adverts. Created adverts go into a moderation queue for your staff "
|
676 |
"toegang tot hun eigen dashboardje waar ze hun advertentieprestaties kunnen "
|
677 |
"zien."
|
678 |
|
679 |
+
#: dashboard/adrotatepro.php:71
|
680 |
msgid "Get Fast Support almost all year round"
|
681 |
msgstr "Krijg bijna het hele jaar door snelle ondersteuning"
|
682 |
|
683 |
+
#: dashboard/adrotatepro.php:74
|
684 |
msgid ""
|
685 |
"When you activate your AdRotate Pro license you can use the more personal "
|
686 |
"email support. No more queueing up in the forums. AdRotate support takes "
|
692 |
"ondersteuning heeft voorrang op de forums en wordt een of twee keer per dag "
|
693 |
"gecontroleerd. Krijg (meestal) binnen twee werkdagen een oplossing."
|
694 |
|
695 |
+
#: dashboard/adrotatepro.php:82
|
696 |
msgid "Localize your ad campaigns with Geo Targeting"
|
697 |
msgstr "Uw advertentiecampagnes lokaliseren met Geo Targeting"
|
698 |
|
699 |
+
#: dashboard/adrotatepro.php:85
|
700 |
msgid ""
|
701 |
"Go nationwide or global with localized adverts for your various audiences. "
|
702 |
"Set up adverts for countries and cities and sell impressions per general "
|
709 |
"GeoIP2: Precision or AdRotate Geo. AdRotate Geo is een exclusieve Geo Lookup-"
|
710 |
"service voor AdRotate Pro-gebruikers."
|
711 |
|
712 |
+
#: dashboard/adrotatepro.php:90
|
713 |
msgid "Avoid adblockers"
|
714 |
msgstr "Vermijd adblockers"
|
715 |
|
716 |
+
#: dashboard/adrotatepro.php:93
|
717 |
msgid ""
|
718 |
"Try and avoid adblockers so your adverts get the exposure you want them to "
|
719 |
"have. AdRotate Pro offers some advanced tools to deceive adblockers so your "
|
726 |
"snel worden verwijderd. Zorg er natuurlijk voor dat je je advertenties slim "
|
727 |
"maakt, zodat deze functies hun volledige potentieel bereiken!"
|
728 |
|
729 |
+
#: dashboard/adrotatepro.php:101
|
730 |
msgid ""
|
731 |
"Get statistics in AdRotate Pro. Similar to the free version you can track "
|
732 |
"stats in AdRotate itself and use all kinds of extra scheduling options. Or "
|
738 |
"ook statistieken bijhouden in Google Analytics en meer diepgaande informatie "
|
739 |
"zien die op die manier betrekking heeft op uw bezoekers."
|
740 |
|
741 |
+
#: dashboard/adrotatepro.php:106
|
742 |
msgid "Stay up-to-date with notifications"
|
743 |
msgstr "Meldingen instellen"
|
744 |
|
745 |
+
#: dashboard/adrotatepro.php:109
|
746 |
msgid ""
|
747 |
"Stay in touch with Email notifications. Have AdRotate send you an alert when "
|
748 |
"adverts expire or need your attention. Get notified when adverts expire, "
|
786 |
msgid "Have errors"
|
787 |
msgstr "Fouten hebben"
|
788 |
|
789 |
+
#: dashboard/info.php:74
|
|
|
|
|
|
|
|
|
790 |
msgid ""
|
791 |
"AdRotate Professional has a lot more functions for even better advertising "
|
792 |
"management. Check out the feature comparison tab on any of the product pages "
|
797 |
"een van de productpagina's om te zien wat AdRotate Pro voor u te bieden "
|
798 |
"heeft!"
|
799 |
|
800 |
+
#: dashboard/info.php:76
|
801 |
msgid "Single License"
|
802 |
msgstr "Enkele licentie"
|
803 |
|
804 |
+
#: dashboard/info.php:76
|
805 |
msgid "Use on ONE WordPress installation."
|
806 |
msgstr "Gebruik op één WordPress-installatie."
|
807 |
|
808 |
+
#: dashboard/info.php:76 dashboard/info.php:77 dashboard/info.php:78
|
809 |
+
#: dashboard/info.php:79
|
810 |
msgid "Buy now"
|
811 |
msgstr "Koop nu"
|
812 |
|
813 |
+
#: dashboard/info.php:77
|
814 |
msgid "Duo License"
|
815 |
msgstr "Duo Licentie"
|
816 |
|
817 |
+
#: dashboard/info.php:77
|
818 |
msgid "Use on TWO WordPress installations."
|
819 |
msgstr "Gebruik op twee WordPress-installaties."
|
820 |
|
821 |
+
#: dashboard/info.php:78
|
822 |
msgid "Multi License"
|
823 |
msgstr "Multi Licentie"
|
824 |
|
825 |
+
#: dashboard/info.php:78
|
826 |
msgid "Use on up to FIVE WordPress installations."
|
827 |
msgstr "Gebruik maximaal vijf WordPress-installaties."
|
828 |
|
829 |
+
#: dashboard/info.php:79
|
830 |
msgid "Developer License"
|
831 |
msgstr "Ontwikkelaarslicentie"
|
832 |
|
833 |
+
#: dashboard/info.php:79
|
834 |
msgid "Use on up to a HUNDRED WordPress installations and/or networks."
|
835 |
msgstr "Gebruik op maximaal honderd WordPress-installaties en/of -netwerken."
|
836 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
837 |
#: dashboard/publisher/adverts-disabled.php:15
|
838 |
msgid "Disabled Adverts"
|
839 |
msgstr "Advertenties voor uitgeschakelden"
|
853 |
|
854 |
#: dashboard/publisher/adverts-disabled.php:22
|
855 |
#: dashboard/publisher/adverts-error.php:21
|
856 |
+
#: dashboard/publisher/adverts-main.php:22 dashboard/publisher/media.php:68
|
857 |
+
#: dashboard/publisher/media.php:73 dashboard/publisher/media.php:77
|
858 |
msgid "Delete"
|
859 |
msgstr "Verwijderen"
|
860 |
|
896 |
#: dashboard/publisher/adverts-main.php:41
|
897 |
#: dashboard/publisher/groups-edit.php:65
|
898 |
#: dashboard/publisher/groups-edit.php:360
|
899 |
+
#: dashboard/publisher/groups-main.php:33 dashboard/publisher/media.php:48
|
900 |
#: dashboard/publisher/schedules-main.php:33
|
901 |
msgid "Name"
|
902 |
msgstr "Naam"
|
1174 |
#: dashboard/publisher/adverts-edit.php:261
|
1175 |
#: dashboard/publisher/adverts-edit.php:343
|
1176 |
#: dashboard/publisher/adverts-edit.php:443
|
1177 |
+
#: dashboard/publisher/groups-edit.php:228
|
1178 |
#: dashboard/publisher/statistics-advert.php:109
|
1179 |
#: dashboard/publisher/statistics-group.php:113
|
1180 |
#: dashboard/publisher/statistics-main.php:83
|
1699 |
"(up-to-2048px resolutie)."
|
1700 |
|
1701 |
#: dashboard/publisher/adverts-generator.php:113
|
1702 |
+
#: dashboard/publisher/media.php:37
|
1703 |
msgid "Important:"
|
1704 |
msgstr "Let op:"
|
1705 |
|
2228 |
msgid "No groups created!"
|
2229 |
msgstr "Groepen aangemaakt!"
|
2230 |
|
2231 |
+
#: dashboard/publisher/media.php:19
|
2232 |
msgid "Upload new file"
|
2233 |
msgstr "Upload nieuw bestand"
|
2234 |
|
2235 |
+
#: dashboard/publisher/media.php:37
|
2236 |
msgid "Accepted files:"
|
2237 |
msgstr "Geaccepteerde bestanden zijn:"
|
2238 |
|
2239 |
+
#: dashboard/publisher/media.php:37
|
2240 |
msgid "Maximum size is 512Kb per file."
|
2241 |
msgstr "Maximale grootte is 512Kb per bestand."
|
2242 |
|
2243 |
+
#: dashboard/publisher/media.php:37
|
2244 |
msgid ""
|
2245 |
"Make sure your file has no spaces or special characters in the name. Replace "
|
2246 |
"spaces with a - or _."
|
2248 |
"Zorg ervoor dat uw bestand geen spaties of speciale tekens in de naam heeft. "
|
2249 |
"Spaties vervangen door een - of _."
|
2250 |
|
2251 |
+
#: dashboard/publisher/media.php:37
|
2252 |
+
msgid ""
|
2253 |
+
"Zip files are automatically extracted in the location where they are "
|
2254 |
+
"uploaded and the original zip file will be deleted once extracted."
|
2255 |
+
msgstr ""
|
2256 |
+
"Zip-bestanden worden automatisch geëxtraheerd op de locatie waar ze worden "
|
2257 |
+
"geüpload en het oorspronkelijke zip-bestand wordt verwijderd zodra ze zijn "
|
2258 |
+
"geëxtraheerd."
|
2259 |
+
|
2260 |
+
#: dashboard/publisher/media.php:37
|
2261 |
msgid ""
|
2262 |
+
"You can create top-level folders below. Folder names can between 1 and 100 "
|
2263 |
+
"characters long. Any special characters are stripped out."
|
2264 |
msgstr ""
|
2265 |
+
"Hieronder kun je mappen op het top-niveau maken. Mapnamen kunnen tussen de 1 "
|
2266 |
+
"en 100 tekens lang zijn. Alle speciale karakters worden verwijderd."
|
|
|
2267 |
|
2268 |
+
#: dashboard/publisher/media.php:40
|
2269 |
msgid "Upload file"
|
2270 |
msgstr "Bestand uploaden"
|
2271 |
|
2272 |
+
#: dashboard/publisher/media.php:40
|
2273 |
msgid "Click only once per file!"
|
2274 |
msgstr "Klik slechts één keer per bestand!"
|
2275 |
|
2276 |
+
#: dashboard/publisher/media.php:43
|
2277 |
msgid "Available files in"
|
2278 |
msgstr "Beschikbare bestanden in"
|
2279 |
|
2280 |
+
#: dashboard/publisher/media.php:55
|
2281 |
+
msgid "Create folder"
|
2282 |
+
msgstr "Maak map"
|
2283 |
|
2284 |
+
#: dashboard/publisher/media.php:88
|
2285 |
msgid "No files found!"
|
2286 |
msgstr "Geen bestanden gevonden!"
|
2287 |
|
2288 |
+
#: dashboard/publisher/media.php:96
|
2289 |
msgid ""
|
2290 |
"Make sure the banner images are not in use by adverts when you delete them!"
|
2291 |
msgstr ""
|
2292 |
"Zorg ervoor dat de bannerafbeeldingen niet worden gebruikt door advertenties "
|
2293 |
"wanneer u ze verwijdert!"
|
2294 |
|
2295 |
+
#: dashboard/publisher/media.php:96
|
2296 |
+
msgid "Deleting a folder deletes everything inside that folder as well!"
|
2297 |
+
msgstr "Als u een map verwijdert, wordt ook alles in die map verwijderd!"
|
|
|
|
|
|
|
2298 |
|
2299 |
#: dashboard/publisher/schedules-main.php:13
|
2300 |
msgid ""
|
2420 |
"Alle statistieken zijn indicatief. Ze komen niet perse overeen met de "
|
2421 |
"resultaten die door andere partijen zijn geteld."
|
2422 |
|
2423 |
+
#: dashboard/publisher/statistics-advert.php:109
|
2424 |
+
#: dashboard/publisher/statistics-group.php:113
|
2425 |
+
#: dashboard/publisher/statistics-main.php:83
|
2426 |
+
msgid "Get more features with AdRotate Pro"
|
2427 |
+
msgstr "Beschik over meer functies met AdRotate Pro"
|
2428 |
+
|
2429 |
#: dashboard/publisher/statistics-group.php:46
|
2430 |
msgid "Statistics for group"
|
2431 |
msgstr "Statistieken voor groep"
|
2498 |
|
2499 |
#: dashboard/settings/advertisers.php:53 dashboard/settings/general.php:78
|
2500 |
#: dashboard/settings/maintenance.php:97 dashboard/settings/misc.php:47
|
2501 |
+
#: dashboard/settings/notifications.php:72 dashboard/settings/roles.php:55
|
2502 |
#: dashboard/settings/statistics.php:83
|
2503 |
msgid "Update Options"
|
2504 |
msgstr "Update opties"
|
3229 |
"Berichten worden eens per 24 uur verzonden. Maximaal 5 adressen. Komma "
|
3230 |
"gescheiden. Dit veld is misschien niet leeg!"
|
3231 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3232 |
#: dashboard/settings/roles.php:18
|
3233 |
msgid "Who has access to what?"
|
3234 |
msgstr "Wie heeft toegang tot wat?"
|
3471 |
msgid "Premium Support is available in AdRotate Pro!"
|
3472 |
msgstr "Premium Support is beschikbaar in AdRotate Pro!"
|
3473 |
|
3474 |
+
#~ msgid "AdRotate Pro"
|
3475 |
+
#~ msgstr "AdRotate Pro"
|
3476 |
+
|
3477 |
+
#~ msgid "Get more features"
|
3478 |
+
#~ msgstr "Krijg meer functies"
|
3479 |
+
|
3480 |
+
#~ msgid "Buy AdRotate Professional"
|
3481 |
+
#~ msgstr "Koop AdRotate Professional"
|
3482 |
+
|
3483 |
+
#~ msgid "Advertising Partners & Affiliates"
|
3484 |
+
#~ msgstr "Advertentie Partners & Affiliates"
|
3485 |
+
|
3486 |
+
#~ msgid ""
|
3487 |
+
#~ "A selection of quality advertiser networks and useful products. If you "
|
3488 |
+
#~ "need adverts or just want more or more diverse adverts. Check out these "
|
3489 |
+
#~ "great options!"
|
3490 |
+
#~ msgstr ""
|
3491 |
+
#~ "Een selectie van hoogwaardige adverteerdersnetwerken en nuttige "
|
3492 |
+
#~ "producten. Als je advertenties nodig hebt of gewoon meer of meer diverse "
|
3493 |
+
#~ "advertenties wilt. Bekijk deze geweldige opties!"
|
3494 |
+
|
3495 |
+
#~ msgid "Check out these and other preferred products or providers on my"
|
3496 |
+
#~ msgstr "Bekijk deze en andere aanbevolen producten en diensten op mijn"
|
3497 |
+
|
3498 |
+
#~ msgid "recommended products page"
|
3499 |
+
#~ msgstr "aanbevolen producten pagina"
|
3500 |
+
|
3501 |
+
#~ msgid ""
|
3502 |
+
#~ "If you remove spaces from filenames for HTML5 adverts also edit the html "
|
3503 |
+
#~ "file so it knows about the changed name. For example for the javascript "
|
3504 |
+
#~ "file."
|
3505 |
+
#~ msgstr ""
|
3506 |
+
#~ "Als je spaties uit bestandsnamen voor HTML5-advertenties verwijdert, "
|
3507 |
+
#~ "bewerkt dan ook het html-bestand, zodat deze de gewijzigde naam gebruikt. "
|
3508 |
+
#~ "Bijvoorbeeld voor het javascript bestand."
|
3509 |
+
|
3510 |
+
#~ msgid "Actions"
|
3511 |
+
#~ msgstr "Acties"
|
3512 |
+
|
3513 |
+
#~ msgid ""
|
3514 |
+
#~ "Who gets email from advertisers. Maximum of 5 addresses. Comma separated. "
|
3515 |
+
#~ "This field may not be empty!"
|
3516 |
+
#~ msgstr ""
|
3517 |
+
#~ "Wie krijgt e-mail van adverteerders. Maximaal 5 adressen. Komma "
|
3518 |
+
#~ "gescheiden. Dit veld is misschien niet leeg!"
|
3519 |
+
|
3520 |
#~ msgid "Join the Media.net advertising network"
|
3521 |
#~ msgstr "Word lid van het Media.net advertentienetwerk"
|
3522 |
|
3710 |
#~ msgid "Review the ad here:"
|
3711 |
#~ msgstr "Bekijk de advertentie hier:"
|
3712 |
|
|
|
|
|
|
|
3713 |
#~ msgid "Advertiser updated"
|
3714 |
#~ msgstr "Adverteerder bijgewerkt"
|
3715 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3716 |
#~ msgid "Email(s) with reports successfully sent"
|
3717 |
#~ msgstr "E-mail(s) succesvol verzonden"
|
3718 |
|
4845 |
#~ msgid "Group"
|
4846 |
#~ msgstr "Groep"
|
4847 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4848 |
#~ msgid "New Schedule"
|
4849 |
#~ msgstr "Nieuw schema"
|
4850 |
|
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: 2020-
|
6 |
-
"PO-Revision-Date: 2020-
|
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"
|
@@ -22,47 +22,62 @@ msgstr ""
|
|
22 |
"X-Source-Language: C\n"
|
23 |
"X-Poedit-SearchPath-0: .\n"
|
24 |
|
25 |
-
#: adrotate-functions.php:
|
26 |
msgid "Ad saved"
|
27 |
msgstr "Reklama zapisana"
|
28 |
|
29 |
-
#: adrotate-functions.php:
|
30 |
msgid "Group saved"
|
31 |
msgstr "Grupa zapisana"
|
32 |
|
33 |
-
#: adrotate-functions.php:
|
|
|
|
|
|
|
|
|
34 |
msgid "Ad(s) deleted"
|
35 |
msgstr "Reklamy usunięte"
|
36 |
|
37 |
-
#: adrotate-functions.php:
|
38 |
msgid "Group deleted"
|
39 |
msgstr "Grupa usunięta"
|
40 |
|
41 |
-
#: adrotate-functions.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
msgid "Ad(s) statistics reset"
|
43 |
msgstr "Statystyka reklam została zresetowana"
|
44 |
|
45 |
-
#: adrotate-functions.php:
|
46 |
msgid "Ad(s) renewed"
|
47 |
msgstr "Reklamy odnowione"
|
48 |
|
49 |
-
#: adrotate-functions.php:
|
50 |
msgid "Ad(s) deactivated"
|
51 |
msgstr "Reklamy wyłączone"
|
52 |
|
53 |
-
#: adrotate-functions.php:
|
54 |
msgid "Ad(s) activated"
|
55 |
msgstr "Reklamy włączone"
|
56 |
|
57 |
-
#: adrotate-functions.php:
|
58 |
msgid "Group including it's Ads deleted"
|
59 |
msgstr "Grupa wraz z reklamami usunięta"
|
60 |
|
61 |
-
#: adrotate-functions.php:
|
62 |
msgid "Export created"
|
63 |
msgstr "Eksport utworzony"
|
64 |
|
65 |
-
#: adrotate-functions.php:
|
66 |
#, fuzzy
|
67 |
#| msgid ""
|
68 |
#| "Advert HTML generated and placed in the AdCode field. Configure your "
|
@@ -74,31 +89,31 @@ msgstr ""
|
|
74 |
"Wygenerowano reklamę HTML i umieszczono ją w polu AdCode. Proszę "
|
75 |
"skonfigurować reklamę poniżej."
|
76 |
|
77 |
-
#: adrotate-functions.php:
|
78 |
msgid "Settings saved"
|
79 |
msgstr "Ustawienia zapisane"
|
80 |
|
81 |
-
#: adrotate-functions.php:
|
82 |
msgid "Database optimized"
|
83 |
msgstr "Baza danych zoptymalizowana"
|
84 |
|
85 |
-
#: adrotate-functions.php:
|
86 |
msgid "Database repaired"
|
87 |
msgstr "Baza danych naprawiona"
|
88 |
|
89 |
-
#: adrotate-functions.php:
|
90 |
msgid "Ads evaluated and statuses have been corrected where required"
|
91 |
msgstr "Reklamy zostały ocenione, a ich stan w razie potrzeby poprawiony"
|
92 |
|
93 |
-
#: adrotate-functions.php:
|
94 |
msgid "Cleanup complete"
|
95 |
msgstr "Czyszczenie zakończone"
|
96 |
|
97 |
-
#: adrotate-functions.php:
|
98 |
msgid "Action prohibited"
|
99 |
msgstr "Czynność zabroniona"
|
100 |
|
101 |
-
#: adrotate-functions.php:
|
102 |
msgid ""
|
103 |
"The ad was saved but has an issue which might prevent it from working "
|
104 |
"properly. Review the colored ad."
|
@@ -106,47 +121,47 @@ msgstr ""
|
|
106 |
"Reklama została zapisana, ale ma błędy, które mogą uniemożliwić jej poprawna "
|
107 |
"działanie. Przejrzyj wyróżnioną reklamę."
|
108 |
|
109 |
-
#: adrotate-functions.php:
|
110 |
msgid "No data found in selected time period"
|
111 |
msgstr "Brak danych dla podanego przedziału czasowego"
|
112 |
|
113 |
-
#: adrotate-functions.php:
|
114 |
msgid "Database can only be optimized or cleaned once every hour"
|
115 |
msgstr "Bazę danych może optymalizować lub czyścić raz na godzinę"
|
116 |
|
117 |
-
#: adrotate-functions.php:
|
118 |
msgid "Form can not be (partially) empty!"
|
119 |
msgstr "Formularz nie może być (częściowo) pusty!"
|
120 |
|
121 |
-
#: adrotate-functions.php:
|
122 |
msgid "No ads found."
|
123 |
msgstr "Nie znaleziono reklam."
|
124 |
|
125 |
-
#: adrotate-functions.php:
|
126 |
msgid ""
|
127 |
"The advert hash is not usable or is missing required data. Please copy the "
|
128 |
"hash correctly and try again."
|
129 |
msgstr ""
|
130 |
|
131 |
-
#: adrotate-functions.php:
|
132 |
msgid ""
|
133 |
"The advert hash can not be used on the same site as it originated from or is "
|
134 |
"not a valid hash for importing."
|
135 |
msgstr ""
|
136 |
|
137 |
-
#: adrotate-functions.php:
|
138 |
msgid "Unexpected error"
|
139 |
msgstr "Nieoczekiwany błąd"
|
140 |
|
141 |
-
#: adrotate-manage-publisher.php:
|
142 |
msgid "AdRotate Advertiser"
|
143 |
msgstr "Reklamodawca AdRotate"
|
144 |
|
145 |
-
#: adrotate-output.php:
|
146 |
msgid "Oh no! Something went wrong!"
|
147 |
msgstr "Uwaga! Coś poszło nie tak!"
|
148 |
|
149 |
-
#: adrotate-output.php:
|
150 |
msgid ""
|
151 |
"WordPress was unable to verify the authenticity of the url you have clicked. "
|
152 |
"Verify if the url used is valid or log in via your browser."
|
@@ -154,7 +169,7 @@ msgstr ""
|
|
154 |
"Wordpress nie mógł sprawdzić poprawności klikniętego odnośnika. Sprawdź, czy "
|
155 |
"odnośnik jest prawidłowy lub zaloguj się w przeglądarce."
|
156 |
|
157 |
-
#: adrotate-output.php:
|
158 |
msgid ""
|
159 |
"If you have received the url you want to visit via email, you are being "
|
160 |
"tricked!"
|
@@ -162,11 +177,11 @@ msgstr ""
|
|
162 |
"Jeśli otrzymałeś e-mail z odnośnikiem, który chciałeś odwiedzić, zostałeś "
|
163 |
"oszukany!"
|
164 |
|
165 |
-
#: adrotate-output.php:
|
166 |
msgid "Contact support if the issue persists:"
|
167 |
msgstr "Skontaktuj się z pomocą techniczną, jeśli problem się powtórzy:"
|
168 |
|
169 |
-
#: adrotate-output.php:
|
170 |
#, fuzzy
|
171 |
#| msgid ""
|
172 |
#| "Error, Ad (%s) is not available at this time due to schedule/budgeting/"
|
@@ -178,25 +193,25 @@ msgstr ""
|
|
178 |
"Błąd, reklama (%s) nie jest obecnie dostępna z powodu ograniczeń "
|
179 |
"harmonogramu/budżetowania/geolokalizacji/urządzeń mobilnych!"
|
180 |
|
181 |
-
#: adrotate-output.php:
|
182 |
msgid ""
|
183 |
"Either there are no banners, they are disabled or none qualified for this "
|
184 |
"location!"
|
185 |
msgstr "Brak banerów, są wyłączone lub brak ich tej lokalizacji!"
|
186 |
|
187 |
-
#: adrotate-output.php:
|
188 |
msgid "Error, no Ad ID set! Check your syntax!"
|
189 |
msgstr "Błąd, nie wybrano żadnego ID reklamy! Sprawdź składnię!"
|
190 |
|
191 |
-
#: adrotate-output.php:
|
192 |
msgid "Error, no group ID set! Check your syntax!"
|
193 |
msgstr "Błąd, nie wybrano żadnego ID grupy! Sprawdź składnię!"
|
194 |
|
195 |
-
#: adrotate-output.php:
|
196 |
msgid "Error, group does not exist! Check your syntax!"
|
197 |
msgstr "Błąd, grupa nie istnieje! Sprawdź składnię!"
|
198 |
|
199 |
-
#: adrotate-output.php:
|
200 |
msgid ""
|
201 |
"There was an error locating the database tables for AdRotate. Please "
|
202 |
"deactivate and re-activate AdRotate from the plugin page!!"
|
@@ -204,11 +219,11 @@ msgstr ""
|
|
204 |
"Wystąpił błąd dostępu do tabel AdRotate w bazie danych. Wyłącz, a potem "
|
205 |
"włącz AdRote w panelu wtyczek!"
|
206 |
|
207 |
-
#: adrotate-output.php:
|
208 |
msgid "If this does not solve the issue please seek support at"
|
209 |
msgstr "Jeśli to nie pomoże, prosimy proszę szukać pomocy pod adresem"
|
210 |
|
211 |
-
#: adrotate-output.php:
|
212 |
msgid ""
|
213 |
"There was an error loading the page. Please try again by reloading the page "
|
214 |
"via the menu on the left."
|
@@ -216,15 +231,15 @@ msgstr ""
|
|
216 |
"Problem podczas wczytywania strony. Proszę odświeżyć stronę za pomocą menu "
|
217 |
"po lewej."
|
218 |
|
219 |
-
#: adrotate-output.php:
|
220 |
msgid "If the issue persists please seek help at"
|
221 |
msgstr "Jeśli to nie pomoże, prosimy proszę szukać pomocy pod adresem"
|
222 |
|
223 |
-
#: adrotate-output.php:
|
224 |
msgid "An unknown error occured."
|
225 |
msgstr "Wystąpił nieznany błąd."
|
226 |
|
227 |
-
#: adrotate-output.php:
|
228 |
#, php-format
|
229 |
msgid "One advert is expired."
|
230 |
msgid_plural "%1$s adverts expired!"
|
@@ -232,12 +247,12 @@ msgstr[0] "%1$s reklama wygasła."
|
|
232 |
msgstr[1] "%1$s reklamy wygasły!"
|
233 |
msgstr[2] "%1$s reklam wygasło!"
|
234 |
|
235 |
-
#: adrotate-output.php:
|
236 |
#: dashboard/settings/maintenance.php:20
|
237 |
msgid "Check adverts"
|
238 |
msgstr "Sprawdź reklamy"
|
239 |
|
240 |
-
#: adrotate-output.php:
|
241 |
#, php-format
|
242 |
msgid "One advert expires soon."
|
243 |
msgid_plural "%1$s adverts are almost expiring!"
|
@@ -245,7 +260,7 @@ msgstr[0] "%1$s reklama wkrótce wygaśnie."
|
|
245 |
msgstr[1] "%1$s reklamy wkrótce wygasną!"
|
246 |
msgstr[2] "%1$s reklam wkrótce wygaśnie!"
|
247 |
|
248 |
-
#: adrotate-output.php:
|
249 |
#, php-format
|
250 |
msgid "One advert with configuration errors."
|
251 |
msgid_plural "%1$s adverts have configuration errors!"
|
@@ -253,57 +268,57 @@ msgstr[0] "%1s reklama z błędami konfiguracji."
|
|
253 |
msgstr[1] "%1s reklam z błędami konfiguracji!"
|
254 |
msgstr[2] "%1s reklam z błędami konfiguracji!"
|
255 |
|
256 |
-
#: adrotate-output.php:
|
257 |
msgid ""
|
258 |
"You have enabled caching support but W3 Total Cache is not active on your "
|
259 |
"site!"
|
260 |
msgstr "Włączyłeś obsługę cache, ale W3 Total Cache nie jest włączone!"
|
261 |
|
262 |
-
#: adrotate-output.php:
|
263 |
msgid "Disable W3 Total Cache Support"
|
264 |
msgstr "Wyłącz wsparcie dla W3 Total Cache"
|
265 |
|
266 |
-
#: adrotate-output.php:
|
267 |
msgid ""
|
268 |
"You have enable caching support but the W3TC_DYNAMIC_SECURITY definition is "
|
269 |
"not set."
|
270 |
msgstr ""
|
271 |
"Włączyłeś obsługę cache, ale nie ustawiono definicji W3TC_DYNAMIC_SECURITY."
|
272 |
|
273 |
-
#: adrotate-output.php:
|
274 |
msgid "How to configure W3 Total Cache"
|
275 |
msgstr "Jak skonfigurować W3 Total Cache"
|
276 |
|
277 |
-
#: adrotate-output.php:
|
278 |
msgid ""
|
279 |
"You have enable caching support but Borlabs Cache is not active on your site!"
|
280 |
msgstr ""
|
281 |
"Włączyłeś obsługę cache, ale Borlabs Cache nie jest włączone w Twojej "
|
282 |
"witrynie!"
|
283 |
|
284 |
-
#: adrotate-output.php:
|
285 |
msgid "Disable Borlabs Cache Support"
|
286 |
msgstr "Wyłącz obsługę Borlabs Cache"
|
287 |
|
288 |
-
#: adrotate-output.php:
|
289 |
msgid ""
|
290 |
"You have enabled Borlabs Cache support but Fragment caching is not enabled!"
|
291 |
msgstr ""
|
292 |
"Włączyłeś obsługę Borlabs Cache, ale Fragment caching nie jest włączony!"
|
293 |
|
294 |
-
#: adrotate-output.php:
|
295 |
msgid "Enable Fragment Caching"
|
296 |
msgstr "Włącz Fragment Caching"
|
297 |
|
298 |
-
#: adrotate-output.php:
|
299 |
msgid "Your AdRotate Banner folder is not writable or does not exist."
|
300 |
msgstr "Folder banerów AdRotate jest chroniony przed zapisem lub nie istnieje."
|
301 |
|
302 |
-
#: adrotate-output.php:
|
303 |
msgid "Set up your banner folder"
|
304 |
msgstr "Ustaw folder banerów"
|
305 |
|
306 |
-
#: adrotate-output.php:
|
307 |
#, fuzzy
|
308 |
#| msgid ""
|
309 |
#| "You still have the free version of AdRotate installed. This is not "
|
@@ -317,11 +332,11 @@ msgstr ""
|
|
317 |
"Zapoznaj się z instrukcją uaktualnienia, aby uzyskać instrukcje, jak to "
|
318 |
"naprawić."
|
319 |
|
320 |
-
#: adrotate-output.php:
|
321 |
msgid "Switch plugins"
|
322 |
msgstr ""
|
323 |
|
324 |
-
#: adrotate-output.php:
|
325 |
msgid ""
|
326 |
"Something is wrong with your installation of AdRotate. Either the plugin is "
|
327 |
"installed twice or your current installation has the wrong folder name. "
|
@@ -331,56 +346,56 @@ msgstr ""
|
|
331 |
"razy lub bieżąca instalacja ma niewłaściwą nazwę folderu. Proszę "
|
332 |
"zainstalować wtyczkę poprawnie!"
|
333 |
|
334 |
-
#: adrotate-output.php:
|
335 |
msgid "Installation instructions"
|
336 |
msgstr "Instrukcje montażowe"
|
337 |
|
338 |
-
#: adrotate-output.php:
|
339 |
msgid "one issue that requires"
|
340 |
msgid_plural "several issues that require"
|
341 |
msgstr[0] "jeden problem wymagający"
|
342 |
msgstr[1] "kilka problemów wymagających"
|
343 |
msgstr[2] "wiele problemów wymagających"
|
344 |
|
345 |
-
#: adrotate-output.php:
|
346 |
msgid "your attention:"
|
347 |
msgstr "twoją uwagę:"
|
348 |
|
349 |
-
#: adrotate-output.php:
|
350 |
#, fuzzy
|
351 |
#| msgid ""
|
352 |
#| "Thanks for choosing AdRotate Professional. Everything related to AdRotate "
|
353 |
#| "is in this menu. If you need help getting started take a look at the"
|
354 |
msgid ""
|
355 |
-
"Thank you for choosing AdRotate
|
356 |
-
"
|
357 |
msgstr ""
|
358 |
"Dziękujemy za wybranie AdRotate Professional. Wszystko związane z AdRotate "
|
359 |
"jest w tym menu. Jeśli potrzebujesz pomocy przy rozpoczęciu"
|
360 |
|
361 |
-
#: adrotate-output.php:
|
362 |
msgid "manuals"
|
363 |
msgstr "podręczników"
|
364 |
|
365 |
-
#: adrotate-output.php:
|
366 |
msgid "and"
|
367 |
msgstr "i"
|
368 |
|
369 |
-
#: adrotate-output.php:
|
370 |
msgid "forums"
|
371 |
msgstr "forum"
|
372 |
|
373 |
-
#: adrotate-output.php:
|
374 |
#, fuzzy
|
375 |
#| msgid "Update AdRotate Pro"
|
376 |
msgid "Help AdRotate Grow"
|
377 |
msgstr "Aktualizuj AdRotate Pro"
|
378 |
|
379 |
-
#: adrotate-output.php:
|
380 |
msgid "AdRotate Professional"
|
381 |
msgstr "AdRotate Professional"
|
382 |
|
383 |
-
#: adrotate-output.php:
|
384 |
#, fuzzy
|
385 |
#| msgid ""
|
386 |
#| "A lot of users only think to review AdRotate when something goes wrong "
|
@@ -393,38 +408,38 @@ msgstr ""
|
|
393 |
"Wielu użytkowników ocenia AdRotate tylko wtedy, gdy coś pójdzie nie tak, "
|
394 |
"chociaż tysiące ludzi jest zadowolonych z AdRotate. Nie zrób tego samego."
|
395 |
|
396 |
-
#: adrotate-output.php:
|
397 |
#, fuzzy
|
398 |
#| msgid "If you find AdRotate useful please leave your honest"
|
399 |
msgid "If you find AdRotate useful please leave your"
|
400 |
msgstr "Jeśli AdRotate jest użyteczne, zostaw uczciwą"
|
401 |
|
402 |
-
#: adrotate-output.php:
|
403 |
msgid "rating"
|
404 |
msgstr "ocenę"
|
405 |
|
406 |
-
#: adrotate-output.php:
|
407 |
msgid "review"
|
408 |
msgstr "recenzję"
|
409 |
|
410 |
-
#: adrotate-output.php:
|
411 |
#, fuzzy
|
412 |
#| msgid "on WordPress.org to help AdRotate grow in a positive way"
|
413 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
414 |
msgstr ""
|
415 |
"na stronie WordPress.org, żeby pomóc AdRotate rozwijać w pozytywny sposób"
|
416 |
|
417 |
-
#: adrotate-output.php:
|
418 |
msgid ""
|
419 |
"Get more advanced features like Geo Targeting, scheduling and much more with "
|
420 |
"AdRotate Pro."
|
421 |
msgstr ""
|
422 |
|
423 |
-
#: adrotate-output.php:
|
424 |
msgid "Includes premium support and free updates for one year!"
|
425 |
msgstr ""
|
426 |
|
427 |
-
#: adrotate-output.php:
|
428 |
#, fuzzy
|
429 |
#| msgid "Getting Started With AdRotate"
|
430 |
msgid "Get started today"
|
@@ -547,86 +562,86 @@ msgstr "ID"
|
|
547 |
msgid "Fill in the ID of the type you want to display!"
|
548 |
msgstr "Podaj identyfikator typu, który chcesz wyświetlić!"
|
549 |
|
550 |
-
#: adrotate.php:
|
551 |
msgid "General Info"
|
552 |
msgstr "Informacje ogólne"
|
553 |
|
554 |
-
#: adrotate.php:
|
555 |
#, fuzzy
|
556 |
-
#| msgid "AdRotate
|
557 |
-
msgid "AdRotate Pro"
|
558 |
-
msgstr "
|
559 |
|
560 |
-
#: adrotate.php:
|
561 |
msgid "Manage Adverts"
|
562 |
msgstr "Zarządzaj reklamami"
|
563 |
|
564 |
-
#: adrotate.php:
|
565 |
msgid "Manage Groups"
|
566 |
msgstr "Zarządzaj grupami"
|
567 |
|
568 |
-
#: adrotate.php:
|
569 |
msgid "Manage Schedules"
|
570 |
msgstr "Zarządzaj harmonogramami"
|
571 |
|
572 |
-
#: adrotate.php:
|
573 |
-
#: dashboard/adrotatepro.php:
|
574 |
#: dashboard/publisher/statistics-main.php:23
|
575 |
#: dashboard/settings/statistics.php:17
|
576 |
msgid "Statistics"
|
577 |
msgstr "Statystyka"
|
578 |
|
579 |
-
#: adrotate.php:
|
580 |
msgid "Manage Media"
|
581 |
msgstr "Zarządzaj mediami"
|
582 |
|
583 |
-
#: adrotate.php:
|
584 |
#, fuzzy
|
585 |
#| msgid "Supports:"
|
586 |
msgid "Support"
|
587 |
msgstr "Wspiera:"
|
588 |
|
589 |
-
#: adrotate.php:
|
590 |
msgid "Settings"
|
591 |
msgstr "Ustawienia"
|
592 |
|
593 |
-
#: adrotate.php:
|
594 |
msgid "AdRotate Info"
|
595 |
msgstr "Informacja AdRotate"
|
596 |
|
597 |
-
#: adrotate.php:
|
598 |
#, fuzzy
|
599 |
#| msgid "Advert Margin"
|
600 |
msgid "Advert Management"
|
601 |
msgstr "Margines reklamy"
|
602 |
|
603 |
-
#: adrotate.php:
|
604 |
msgid "Manage"
|
605 |
msgstr "Zarządzaj"
|
606 |
|
607 |
-
#: adrotate.php:
|
608 |
msgid "Generator"
|
609 |
msgstr "Generator"
|
610 |
|
611 |
-
#: adrotate.php:
|
612 |
msgid "Add New"
|
613 |
msgstr "Dodaj nową"
|
614 |
|
615 |
-
#: adrotate.php:
|
616 |
#, fuzzy
|
617 |
#| msgid "Group deleted"
|
618 |
msgid "Group Management"
|
619 |
msgstr "Grupa usunięta"
|
620 |
|
621 |
-
#: adrotate.php:
|
622 |
msgid "Schedules"
|
623 |
msgstr "Harmonogramy"
|
624 |
|
625 |
-
#: adrotate.php:
|
626 |
msgid "Media and Assets"
|
627 |
msgstr "Media i reklamy"
|
628 |
|
629 |
-
#: adrotate.php:
|
630 |
#, fuzzy
|
631 |
#| msgid ""
|
632 |
#| "Upload images and assets to the AdRotate Professional banners folder from "
|
@@ -638,59 +653,49 @@ msgstr ""
|
|
638 |
"Prześlij obrazy i zasoby do folderu banerów AdRotate Professional. Jest to "
|
639 |
"przydatne, jeśli masz reklamy HTML5 zawierające wiele plików."
|
640 |
|
641 |
-
#: adrotate.php:
|
642 |
-
msgid "Get more features"
|
643 |
-
msgstr ""
|
644 |
-
|
645 |
-
#: adrotate.php:434
|
646 |
-
#, fuzzy
|
647 |
-
#| msgid "Update AdRotate Pro"
|
648 |
-
msgid "Get AdRotate Pro"
|
649 |
-
msgstr "Aktualizuj AdRotate Pro"
|
650 |
-
|
651 |
-
#: adrotate.php:498
|
652 |
#, fuzzy
|
653 |
#| msgid "AdRotate version"
|
654 |
msgid "AdRotate Settings"
|
655 |
msgstr "Wersja AdRotate"
|
656 |
|
657 |
-
#: adrotate.php:
|
658 |
msgid "General"
|
659 |
msgstr "Ogólne"
|
660 |
|
661 |
-
#: adrotate.php:
|
662 |
msgid "Notifications"
|
663 |
msgstr "Powiadomienia"
|
664 |
|
665 |
-
#: adrotate.php:
|
666 |
#: dashboard/publisher/groups-edit.php:205
|
667 |
#: dashboard/settings/advertisers.php:38
|
668 |
msgid "Geo Targeting"
|
669 |
msgstr "Geolokalizacja"
|
670 |
|
671 |
-
#: adrotate.php:
|
672 |
msgid "Advertisers"
|
673 |
msgstr "Reklamodawcy"
|
674 |
|
675 |
-
#: adrotate.php:
|
676 |
msgid "Access Roles"
|
677 |
msgstr "Rola programu Access"
|
678 |
|
679 |
-
#: adrotate.php:
|
680 |
msgid "Miscellaneous"
|
681 |
msgstr "Różne"
|
682 |
|
683 |
-
#: adrotate.php:
|
684 |
msgid "Maintenance"
|
685 |
msgstr "Obsługa"
|
686 |
|
687 |
-
#: dashboard/adrotatepro.php:
|
688 |
#, fuzzy
|
689 |
#| msgid "Mobile adverts"
|
690 |
msgid "Mobile campaigns"
|
691 |
msgstr "Reklamy mobilne"
|
692 |
|
693 |
-
#: dashboard/adrotatepro.php:
|
694 |
msgid ""
|
695 |
"Target mobile users with ease and show the right adverts to smartphones, "
|
696 |
"tablets and computers. Mix and match as you please and offer adverts that "
|
@@ -699,11 +704,11 @@ msgid ""
|
|
699 |
"where you want them to!"
|
700 |
msgstr ""
|
701 |
|
702 |
-
#: dashboard/adrotatepro.php:
|
703 |
msgid "Schedule all campaigns with ease"
|
704 |
msgstr ""
|
705 |
|
706 |
-
#: dashboard/adrotatepro.php:
|
707 |
msgid ""
|
708 |
"Schedule your adverts and set up advertising campaigns based on dates you or "
|
709 |
"your advertisers specify without hassle. Seasonal adverts, weekly adverts, "
|
@@ -712,13 +717,13 @@ msgid ""
|
|
712 |
"schedules for adverts."
|
713 |
msgstr ""
|
714 |
|
715 |
-
#: dashboard/adrotatepro.php:
|
716 |
#, fuzzy
|
717 |
#| msgid "Contact your Advertiser"
|
718 |
msgid "Satisfy your advertisers"
|
719 |
msgstr "Skontaktuj się z reklamodawcą"
|
720 |
|
721 |
-
#: dashboard/adrotatepro.php:
|
722 |
msgid ""
|
723 |
"Set up advertisers and let them log in to their statistics or even create "
|
724 |
"their own adverts. Created adverts go into a moderation queue for your staff "
|
@@ -726,11 +731,11 @@ msgid ""
|
|
726 |
"can see their adverts performance."
|
727 |
msgstr ""
|
728 |
|
729 |
-
#: dashboard/adrotatepro.php:
|
730 |
msgid "Get Fast Support almost all year round"
|
731 |
msgstr ""
|
732 |
|
733 |
-
#: dashboard/adrotatepro.php:
|
734 |
#, fuzzy
|
735 |
#| msgid ""
|
736 |
#| "When you activate your AdRotate Professional license you can use fast "
|
@@ -746,11 +751,11 @@ msgstr ""
|
|
746 |
"obsługi poczty e-mail. Koniec z kolejkami na forach. Obsługa poczty e-mail "
|
747 |
"jest priorytetem dla forów i jest sprawdzana prawie każdego dnia roboczego."
|
748 |
|
749 |
-
#: dashboard/adrotatepro.php:
|
750 |
msgid "Localize your ad campaigns with Geo Targeting"
|
751 |
msgstr ""
|
752 |
|
753 |
-
#: dashboard/adrotatepro.php:
|
754 |
msgid ""
|
755 |
"Go nationwide or global with localized adverts for your various audiences. "
|
756 |
"Set up adverts for countries and cities and sell impressions per general "
|
@@ -758,13 +763,13 @@ msgid ""
|
|
758 |
"AdRotate Geo is an exclusive Geo Lookup service for AdRotate Pro users."
|
759 |
msgstr ""
|
760 |
|
761 |
-
#: dashboard/adrotatepro.php:
|
762 |
#, fuzzy
|
763 |
#| msgid "Ad blockers"
|
764 |
msgid "Avoid adblockers"
|
765 |
msgstr "Adblocki"
|
766 |
|
767 |
-
#: dashboard/adrotatepro.php:
|
768 |
msgid ""
|
769 |
"Try and avoid adblockers so your adverts get the exposure you want them to "
|
770 |
"have. AdRotate Pro offers some advanced tools to deceive adblockers so your "
|
@@ -772,7 +777,7 @@ msgid ""
|
|
772 |
"adverts smartly so these features reach their full potential!"
|
773 |
msgstr ""
|
774 |
|
775 |
-
#: dashboard/adrotatepro.php:
|
776 |
msgid ""
|
777 |
"Get statistics in AdRotate Pro. Similar to the free version you can track "
|
778 |
"stats in AdRotate itself and use all kinds of extra scheduling options. Or "
|
@@ -780,13 +785,13 @@ msgid ""
|
|
780 |
"which relates to your visitors that way."
|
781 |
msgstr ""
|
782 |
|
783 |
-
#: dashboard/adrotatepro.php:
|
784 |
#, fuzzy
|
785 |
#| msgid "Set up notifications"
|
786 |
msgid "Stay up-to-date with notifications"
|
787 |
msgstr "Konfiguruj powiadomienia"
|
788 |
|
789 |
-
#: dashboard/adrotatepro.php:
|
790 |
msgid ""
|
791 |
"Stay in touch with Email notifications. Have AdRotate send you an alert when "
|
792 |
"adverts expire or need your attention. Get notified when adverts expire, "
|
@@ -825,85 +830,58 @@ msgstr "Grupy"
|
|
825 |
msgid "Have errors"
|
826 |
msgstr "Z błędami"
|
827 |
|
828 |
-
#: dashboard/info.php:
|
829 |
-
#, fuzzy
|
830 |
-
#| msgid "AdRotate Professional"
|
831 |
-
msgid "Buy AdRotate Professional"
|
832 |
-
msgstr "AdRotate Professional"
|
833 |
-
|
834 |
-
#: dashboard/info.php:111
|
835 |
msgid ""
|
836 |
"AdRotate Professional has a lot more functions for even better advertising "
|
837 |
"management. Check out the feature comparison tab on any of the product pages "
|
838 |
"to see what AdRotate Pro has to offer for you!"
|
839 |
msgstr ""
|
840 |
|
841 |
-
#: dashboard/info.php:
|
842 |
#, fuzzy
|
843 |
#| msgid "Hide License"
|
844 |
msgid "Single License"
|
845 |
msgstr "Ukryj licencję"
|
846 |
|
847 |
-
#: dashboard/info.php:
|
848 |
msgid "Use on ONE WordPress installation."
|
849 |
msgstr ""
|
850 |
|
851 |
-
#: dashboard/info.php:
|
852 |
-
#: dashboard/info.php:
|
853 |
msgid "Buy now"
|
854 |
msgstr "Kup teraz"
|
855 |
|
856 |
-
#: dashboard/info.php:
|
857 |
#, fuzzy
|
858 |
#| msgid "License"
|
859 |
msgid "Duo License"
|
860 |
msgstr "Licencja"
|
861 |
|
862 |
-
#: dashboard/info.php:
|
863 |
msgid "Use on TWO WordPress installations."
|
864 |
msgstr ""
|
865 |
|
866 |
-
#: dashboard/info.php:
|
867 |
#, fuzzy
|
868 |
#| msgid "Hide License"
|
869 |
msgid "Multi License"
|
870 |
msgstr "Ukryj licencję"
|
871 |
|
872 |
-
#: dashboard/info.php:
|
873 |
msgid "Use on up to FIVE WordPress installations."
|
874 |
msgstr ""
|
875 |
|
876 |
-
#: dashboard/info.php:
|
877 |
#, fuzzy
|
878 |
#| msgid "Developer Debug"
|
879 |
msgid "Developer License"
|
880 |
msgstr "Debugger programisty"
|
881 |
|
882 |
-
#: dashboard/info.php:
|
883 |
msgid "Use on up to a HUNDRED WordPress installations and/or networks."
|
884 |
msgstr ""
|
885 |
|
886 |
-
#: dashboard/info.php:127
|
887 |
-
msgid "Advertising Partners & Affiliates"
|
888 |
-
msgstr "Partnerzy reklamowi"
|
889 |
-
|
890 |
-
#: dashboard/info.php:128
|
891 |
-
msgid ""
|
892 |
-
"A selection of quality advertiser networks and useful products. If you need "
|
893 |
-
"adverts or just want more or more diverse adverts. Check out these great "
|
894 |
-
"options!"
|
895 |
-
msgstr ""
|
896 |
-
"Lista polecanych sieci reklamodawców i usług. Jeśli potrzebujesz "
|
897 |
-
"zróżnicowanych reklam, sprawdź te opcje!"
|
898 |
-
|
899 |
-
#: dashboard/info.php:128
|
900 |
-
msgid "Check out these and other preferred products or providers on my"
|
901 |
-
msgstr ""
|
902 |
-
|
903 |
-
#: dashboard/info.php:128
|
904 |
-
msgid "recommended products page"
|
905 |
-
msgstr ""
|
906 |
-
|
907 |
#: dashboard/publisher/adverts-disabled.php:15
|
908 |
msgid "Disabled Adverts"
|
909 |
msgstr "Wyłączone reklamy"
|
@@ -923,7 +901,8 @@ msgstr "Aktywuj"
|
|
923 |
|
924 |
#: dashboard/publisher/adverts-disabled.php:22
|
925 |
#: dashboard/publisher/adverts-error.php:21
|
926 |
-
#: dashboard/publisher/adverts-main.php:22 dashboard/publisher/media.php:
|
|
|
927 |
msgid "Delete"
|
928 |
msgstr "Usuń"
|
929 |
|
@@ -965,7 +944,7 @@ msgstr "Początek/koniec"
|
|
965 |
#: dashboard/publisher/adverts-main.php:41
|
966 |
#: dashboard/publisher/groups-edit.php:65
|
967 |
#: dashboard/publisher/groups-edit.php:360
|
968 |
-
#: dashboard/publisher/groups-main.php:33 dashboard/publisher/media.php:
|
969 |
#: dashboard/publisher/schedules-main.php:33
|
970 |
msgid "Name"
|
971 |
msgstr "Nazwa"
|
@@ -1260,7 +1239,7 @@ msgstr "Ulubiona funkcja w AdRotate Professional?"
|
|
1260 |
#: dashboard/publisher/adverts-edit.php:261
|
1261 |
#: dashboard/publisher/adverts-edit.php:343
|
1262 |
#: dashboard/publisher/adverts-edit.php:443
|
1263 |
-
#: dashboard/publisher/groups-edit.php:228
|
1264 |
#: dashboard/publisher/statistics-advert.php:109
|
1265 |
#: dashboard/publisher/statistics-group.php:113
|
1266 |
#: dashboard/publisher/statistics-main.php:83
|
@@ -1782,7 +1761,7 @@ msgstr ""
|
|
1782 |
"Małe laptopy i większe tablety z ekranem do 1280px (rozdzielczość do 2048px)."
|
1783 |
|
1784 |
#: dashboard/publisher/adverts-generator.php:113
|
1785 |
-
#: dashboard/publisher/media.php:
|
1786 |
msgid "Important:"
|
1787 |
msgstr "Ważne:"
|
1788 |
|
@@ -2337,19 +2316,19 @@ msgstr "Naciśnij OK, by kontynuować, Anuluj by zatrzymać."
|
|
2337 |
msgid "No groups created!"
|
2338 |
msgstr "Nie utworzono reklam!"
|
2339 |
|
2340 |
-
#: dashboard/publisher/media.php:
|
2341 |
msgid "Upload new file"
|
2342 |
msgstr "Prześlij nowy plik"
|
2343 |
|
2344 |
-
#: dashboard/publisher/media.php:
|
2345 |
msgid "Accepted files:"
|
2346 |
msgstr "Akceptowane formaty:"
|
2347 |
|
2348 |
-
#: dashboard/publisher/media.php:
|
2349 |
msgid "Maximum size is 512Kb per file."
|
2350 |
msgstr "Maksymalny rozmiar pliku to 512KB."
|
2351 |
|
2352 |
-
#: dashboard/publisher/media.php:
|
2353 |
msgid ""
|
2354 |
"Make sure your file has no spaces or special characters in the name. Replace "
|
2355 |
"spaces with a - or _."
|
@@ -2357,49 +2336,52 @@ msgstr ""
|
|
2357 |
"Upewnij się, że w nazwie pliku nie ma spacji ani znaków specjalnych. Zastąp "
|
2358 |
"spacje przez - lub _."
|
2359 |
|
2360 |
-
#: dashboard/publisher/media.php:
|
2361 |
msgid ""
|
2362 |
-
"
|
2363 |
-
"
|
2364 |
msgstr ""
|
2365 |
-
"
|
2366 |
-
"
|
2367 |
|
2368 |
-
#: dashboard/publisher/media.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
2369 |
msgid "Upload file"
|
2370 |
msgstr "Wyślij plik"
|
2371 |
|
2372 |
-
#: dashboard/publisher/media.php:
|
2373 |
msgid "Click only once per file!"
|
2374 |
msgstr "Kliknij tylko raz na plik!"
|
2375 |
|
2376 |
-
#: dashboard/publisher/media.php:
|
2377 |
msgid "Available files in"
|
2378 |
msgstr "Dostępne pliki"
|
2379 |
|
2380 |
-
#: dashboard/publisher/media.php:
|
2381 |
-
|
2382 |
-
|
|
|
|
|
2383 |
|
2384 |
-
#: dashboard/publisher/media.php:
|
2385 |
msgid "No files found!"
|
2386 |
msgstr "Nie odnaleziono plików!"
|
2387 |
|
2388 |
-
#: dashboard/publisher/media.php:
|
2389 |
msgid ""
|
2390 |
"Make sure the banner images are not in use by adverts when you delete them!"
|
2391 |
msgstr ""
|
2392 |
"Upewnij się, że obrazy banerów nie są używane przez reklamy, zanim je "
|
2393 |
"usuniesz!"
|
2394 |
|
2395 |
-
#: dashboard/publisher/media.php:
|
2396 |
-
|
2397 |
-
|
2398 |
-
#: dashboard/publisher/statistics-main.php:83
|
2399 |
-
#, fuzzy
|
2400 |
-
#| msgid "Favorite feature in AdRotate Professional?"
|
2401 |
-
msgid "Get more features with AdRotate Pro"
|
2402 |
-
msgstr "Ulubiona funkcja w AdRotate Professional?"
|
2403 |
|
2404 |
#: dashboard/publisher/schedules-main.php:13
|
2405 |
msgid ""
|
@@ -2521,6 +2503,14 @@ msgstr ""
|
|
2521 |
"Wszystkie statystyki są orientacyjne. Nie muszą odpowiadać wynikom "
|
2522 |
"wyliczonym przez innych."
|
2523 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2524 |
#: dashboard/publisher/statistics-group.php:46
|
2525 |
msgid "Statistics for group"
|
2526 |
msgstr "Statystyka dla grupy"
|
@@ -2591,7 +2581,7 @@ msgstr ""
|
|
2591 |
|
2592 |
#: dashboard/settings/advertisers.php:53 dashboard/settings/general.php:78
|
2593 |
#: dashboard/settings/maintenance.php:97 dashboard/settings/misc.php:47
|
2594 |
-
#: dashboard/settings/notifications.php:
|
2595 |
#: dashboard/settings/statistics.php:83
|
2596 |
msgid "Update Options"
|
2597 |
msgstr "Zapisz opcje"
|
@@ -3372,14 +3362,6 @@ msgstr ""
|
|
3372 |
"Wiadomości są wysyłane co 24 godziny. Maksymalnie 5 adresów. Oddzielone "
|
3373 |
"przecinkami. To pole nie może być puste!"
|
3374 |
|
3375 |
-
#: dashboard/settings/notifications.php:73
|
3376 |
-
msgid ""
|
3377 |
-
"Who gets email from advertisers. Maximum of 5 addresses. Comma separated. "
|
3378 |
-
"This field may not be empty!"
|
3379 |
-
msgstr ""
|
3380 |
-
"Kto dostaje e-mail od reklamodawców. Maksymalnie 5 adresów. Oddzielone "
|
3381 |
-
"przecinkami. To pole nie może być puste!"
|
3382 |
-
|
3383 |
#: dashboard/settings/roles.php:18
|
3384 |
msgid "Who has access to what?"
|
3385 |
msgstr ""
|
@@ -3631,6 +3613,45 @@ msgstr "Uzyskaj pomoc"
|
|
3631 |
msgid "Premium Support is available in AdRotate Pro!"
|
3632 |
msgstr ""
|
3633 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3634 |
#~ msgid "Join the Media.net advertising network"
|
3635 |
#~ msgstr "Dołącz do sieci reklamowej Media.net"
|
3636 |
|
@@ -3834,21 +3855,9 @@ msgstr ""
|
|
3834 |
#~ msgid "Review the ad here:"
|
3835 |
#~ msgstr "Oceń reklamę:"
|
3836 |
|
3837 |
-
#~ msgid "Banner image saved"
|
3838 |
-
#~ msgstr "Zapisano obrazek banera"
|
3839 |
-
|
3840 |
#~ msgid "Advertiser updated"
|
3841 |
#~ msgstr "Reklamodawca zapisany"
|
3842 |
|
3843 |
-
#~ msgid "Asset(s) deleted"
|
3844 |
-
#~ msgstr "Zasoby usunięte"
|
3845 |
-
|
3846 |
-
#~ msgid ""
|
3847 |
-
#~ "Something went wrong deleting the file or folder. Make sure your "
|
3848 |
-
#~ "permissions are in order."
|
3849 |
-
#~ msgstr ""
|
3850 |
-
#~ "Usuwanie pliku lub folderu nie powiodło się. Proszę sprawdzić uprawnienia."
|
3851 |
-
|
3852 |
#~ msgid "Email(s) with reports successfully sent"
|
3853 |
#~ msgstr "E-mail z raportem został wysłany"
|
3854 |
|
@@ -4928,16 +4937,6 @@ msgstr ""
|
|
4928 |
#~ msgid "Group"
|
4929 |
#~ msgstr "Grupa"
|
4930 |
|
4931 |
-
#~ msgid ""
|
4932 |
-
#~ "Zip files are automatically extracted in the location where they are "
|
4933 |
-
#~ "uploaded and the original zip file will be deleted once extracted."
|
4934 |
-
#~ msgstr ""
|
4935 |
-
#~ "Pliki zip są automatycznie wyodrębniane w miejscu, w którym są "
|
4936 |
-
#~ "przesyłane, a oryginalny plik zip zostanie usunięty po wyodrębnieniu."
|
4937 |
-
|
4938 |
-
#~ msgid "Deleting a folder deletes everything inside that folder as well!"
|
4939 |
-
#~ msgstr "Usunięcie folderu usunie także wszystkie pliki w folderze!"
|
4940 |
-
|
4941 |
#~ msgid "New Schedule"
|
4942 |
#~ msgstr "Nowy harmonogram"
|
4943 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: AdRotate\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2020-07-08 16:40-0500\n"
|
6 |
+
"PO-Revision-Date: 2020-07-08 16:40-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"
|
22 |
"X-Source-Language: C\n"
|
23 |
"X-Poedit-SearchPath-0: .\n"
|
24 |
|
25 |
+
#: adrotate-functions.php:790
|
26 |
msgid "Ad saved"
|
27 |
msgstr "Reklama zapisana"
|
28 |
|
29 |
+
#: adrotate-functions.php:794
|
30 |
msgid "Group saved"
|
31 |
msgstr "Grupa zapisana"
|
32 |
|
33 |
+
#: adrotate-functions.php:798
|
34 |
+
msgid "Banner image saved"
|
35 |
+
msgstr "Zapisano obrazek banera"
|
36 |
+
|
37 |
+
#: adrotate-functions.php:802
|
38 |
msgid "Ad(s) deleted"
|
39 |
msgstr "Reklamy usunięte"
|
40 |
|
41 |
+
#: adrotate-functions.php:806
|
42 |
msgid "Group deleted"
|
43 |
msgstr "Grupa usunięta"
|
44 |
|
45 |
+
#: adrotate-functions.php:810
|
46 |
+
msgid "Asset(s) deleted"
|
47 |
+
msgstr "Zasoby usunięte"
|
48 |
+
|
49 |
+
#: adrotate-functions.php:814
|
50 |
+
msgid ""
|
51 |
+
"Something went wrong deleting the file or folder. Make sure your permissions "
|
52 |
+
"are in order."
|
53 |
+
msgstr ""
|
54 |
+
"Usuwanie pliku lub folderu nie powiodło się. Proszę sprawdzić uprawnienia."
|
55 |
+
|
56 |
+
#: adrotate-functions.php:818
|
57 |
msgid "Ad(s) statistics reset"
|
58 |
msgstr "Statystyka reklam została zresetowana"
|
59 |
|
60 |
+
#: adrotate-functions.php:822
|
61 |
msgid "Ad(s) renewed"
|
62 |
msgstr "Reklamy odnowione"
|
63 |
|
64 |
+
#: adrotate-functions.php:826
|
65 |
msgid "Ad(s) deactivated"
|
66 |
msgstr "Reklamy wyłączone"
|
67 |
|
68 |
+
#: adrotate-functions.php:830
|
69 |
msgid "Ad(s) activated"
|
70 |
msgstr "Reklamy włączone"
|
71 |
|
72 |
+
#: adrotate-functions.php:834
|
73 |
msgid "Group including it's Ads deleted"
|
74 |
msgstr "Grupa wraz z reklamami usunięta"
|
75 |
|
76 |
+
#: adrotate-functions.php:838
|
77 |
msgid "Export created"
|
78 |
msgstr "Eksport utworzony"
|
79 |
|
80 |
+
#: adrotate-functions.php:842
|
81 |
#, fuzzy
|
82 |
#| msgid ""
|
83 |
#| "Advert HTML generated and placed in the AdCode field. Configure your "
|
89 |
"Wygenerowano reklamę HTML i umieszczono ją w polu AdCode. Proszę "
|
90 |
"skonfigurować reklamę poniżej."
|
91 |
|
92 |
+
#: adrotate-functions.php:847
|
93 |
msgid "Settings saved"
|
94 |
msgstr "Ustawienia zapisane"
|
95 |
|
96 |
+
#: adrotate-functions.php:851
|
97 |
msgid "Database optimized"
|
98 |
msgstr "Baza danych zoptymalizowana"
|
99 |
|
100 |
+
#: adrotate-functions.php:855
|
101 |
msgid "Database repaired"
|
102 |
msgstr "Baza danych naprawiona"
|
103 |
|
104 |
+
#: adrotate-functions.php:859
|
105 |
msgid "Ads evaluated and statuses have been corrected where required"
|
106 |
msgstr "Reklamy zostały ocenione, a ich stan w razie potrzeby poprawiony"
|
107 |
|
108 |
+
#: adrotate-functions.php:863
|
109 |
msgid "Cleanup complete"
|
110 |
msgstr "Czyszczenie zakończone"
|
111 |
|
112 |
+
#: adrotate-functions.php:868
|
113 |
msgid "Action prohibited"
|
114 |
msgstr "Czynność zabroniona"
|
115 |
|
116 |
+
#: adrotate-functions.php:872
|
117 |
msgid ""
|
118 |
"The ad was saved but has an issue which might prevent it from working "
|
119 |
"properly. Review the colored ad."
|
121 |
"Reklama została zapisana, ale ma błędy, które mogą uniemożliwić jej poprawna "
|
122 |
"działanie. Przejrzyj wyróżnioną reklamę."
|
123 |
|
124 |
+
#: adrotate-functions.php:876
|
125 |
msgid "No data found in selected time period"
|
126 |
msgstr "Brak danych dla podanego przedziału czasowego"
|
127 |
|
128 |
+
#: adrotate-functions.php:880
|
129 |
msgid "Database can only be optimized or cleaned once every hour"
|
130 |
msgstr "Bazę danych może optymalizować lub czyścić raz na godzinę"
|
131 |
|
132 |
+
#: adrotate-functions.php:884
|
133 |
msgid "Form can not be (partially) empty!"
|
134 |
msgstr "Formularz nie może być (częściowo) pusty!"
|
135 |
|
136 |
+
#: adrotate-functions.php:888
|
137 |
msgid "No ads found."
|
138 |
msgstr "Nie znaleziono reklam."
|
139 |
|
140 |
+
#: adrotate-functions.php:892
|
141 |
msgid ""
|
142 |
"The advert hash is not usable or is missing required data. Please copy the "
|
143 |
"hash correctly and try again."
|
144 |
msgstr ""
|
145 |
|
146 |
+
#: adrotate-functions.php:896
|
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."
|
150 |
msgstr ""
|
151 |
|
152 |
+
#: adrotate-functions.php:900
|
153 |
msgid "Unexpected error"
|
154 |
msgstr "Nieoczekiwany błąd"
|
155 |
|
156 |
+
#: adrotate-manage-publisher.php:893
|
157 |
msgid "AdRotate Advertiser"
|
158 |
msgstr "Reklamodawca AdRotate"
|
159 |
|
160 |
+
#: adrotate-output.php:547
|
161 |
msgid "Oh no! Something went wrong!"
|
162 |
msgstr "Uwaga! Coś poszło nie tak!"
|
163 |
|
164 |
+
#: adrotate-output.php:548
|
165 |
msgid ""
|
166 |
"WordPress was unable to verify the authenticity of the url you have clicked. "
|
167 |
"Verify if the url used is valid or log in via your browser."
|
169 |
"Wordpress nie mógł sprawdzić poprawności klikniętego odnośnika. Sprawdź, czy "
|
170 |
"odnośnik jest prawidłowy lub zaloguj się w przeglądarce."
|
171 |
|
172 |
+
#: adrotate-output.php:549
|
173 |
msgid ""
|
174 |
"If you have received the url you want to visit via email, you are being "
|
175 |
"tricked!"
|
177 |
"Jeśli otrzymałeś e-mail z odnośnikiem, który chciałeś odwiedzić, zostałeś "
|
178 |
"oszukany!"
|
179 |
|
180 |
+
#: adrotate-output.php:550
|
181 |
msgid "Contact support if the issue persists:"
|
182 |
msgstr "Skontaktuj się z pomocą techniczną, jeśli problem się powtórzy:"
|
183 |
|
184 |
+
#: adrotate-output.php:562
|
185 |
#, fuzzy
|
186 |
#| msgid ""
|
187 |
#| "Error, Ad (%s) is not available at this time due to schedule/budgeting/"
|
193 |
"Błąd, reklama (%s) nie jest obecnie dostępna z powodu ograniczeń "
|
194 |
"harmonogramu/budżetowania/geolokalizacji/urządzeń mobilnych!"
|
195 |
|
196 |
+
#: adrotate-output.php:567
|
197 |
msgid ""
|
198 |
"Either there are no banners, they are disabled or none qualified for this "
|
199 |
"location!"
|
200 |
msgstr "Brak banerów, są wyłączone lub brak ich tej lokalizacji!"
|
201 |
|
202 |
+
#: adrotate-output.php:572
|
203 |
msgid "Error, no Ad ID set! Check your syntax!"
|
204 |
msgstr "Błąd, nie wybrano żadnego ID reklamy! Sprawdź składnię!"
|
205 |
|
206 |
+
#: adrotate-output.php:578
|
207 |
msgid "Error, no group ID set! Check your syntax!"
|
208 |
msgstr "Błąd, nie wybrano żadnego ID grupy! Sprawdź składnię!"
|
209 |
|
210 |
+
#: adrotate-output.php:583
|
211 |
msgid "Error, group does not exist! Check your syntax!"
|
212 |
msgstr "Błąd, grupa nie istnieje! Sprawdź składnię!"
|
213 |
|
214 |
+
#: adrotate-output.php:589
|
215 |
msgid ""
|
216 |
"There was an error locating the database tables for AdRotate. Please "
|
217 |
"deactivate and re-activate AdRotate from the plugin page!!"
|
219 |
"Wystąpił błąd dostępu do tabel AdRotate w bazie danych. Wyłącz, a potem "
|
220 |
"włącz AdRote w panelu wtyczek!"
|
221 |
|
222 |
+
#: adrotate-output.php:589
|
223 |
msgid "If this does not solve the issue please seek support at"
|
224 |
msgstr "Jeśli to nie pomoże, prosimy proszę szukać pomocy pod adresem"
|
225 |
|
226 |
+
#: adrotate-output.php:595
|
227 |
msgid ""
|
228 |
"There was an error loading the page. Please try again by reloading the page "
|
229 |
"via the menu on the left."
|
231 |
"Problem podczas wczytywania strony. Proszę odświeżyć stronę za pomocą menu "
|
232 |
"po lewej."
|
233 |
|
234 |
+
#: adrotate-output.php:595
|
235 |
msgid "If the issue persists please seek help at"
|
236 |
msgstr "Jeśli to nie pomoże, prosimy proszę szukać pomocy pod adresem"
|
237 |
|
238 |
+
#: adrotate-output.php:601
|
239 |
msgid "An unknown error occured."
|
240 |
msgstr "Wystąpił nieznany błąd."
|
241 |
|
242 |
+
#: adrotate-output.php:621
|
243 |
#, php-format
|
244 |
msgid "One advert is expired."
|
245 |
msgid_plural "%1$s adverts expired!"
|
247 |
msgstr[1] "%1$s reklamy wygasły!"
|
248 |
msgstr[2] "%1$s reklam wygasło!"
|
249 |
|
250 |
+
#: adrotate-output.php:621 adrotate-output.php:624 adrotate-output.php:628
|
251 |
#: dashboard/settings/maintenance.php:20
|
252 |
msgid "Check adverts"
|
253 |
msgstr "Sprawdź reklamy"
|
254 |
|
255 |
+
#: adrotate-output.php:624
|
256 |
#, php-format
|
257 |
msgid "One advert expires soon."
|
258 |
msgid_plural "%1$s adverts are almost expiring!"
|
260 |
msgstr[1] "%1$s reklamy wkrótce wygasną!"
|
261 |
msgstr[2] "%1$s reklam wkrótce wygaśnie!"
|
262 |
|
263 |
+
#: adrotate-output.php:628
|
264 |
#, php-format
|
265 |
msgid "One advert with configuration errors."
|
266 |
msgid_plural "%1$s adverts have configuration errors!"
|
268 |
msgstr[1] "%1s reklam z błędami konfiguracji!"
|
269 |
msgstr[2] "%1s reklam z błędami konfiguracji!"
|
270 |
|
271 |
+
#: adrotate-output.php:633
|
272 |
msgid ""
|
273 |
"You have enabled caching support but W3 Total Cache is not active on your "
|
274 |
"site!"
|
275 |
msgstr "Włączyłeś obsługę cache, ale W3 Total Cache nie jest włączone!"
|
276 |
|
277 |
+
#: adrotate-output.php:633
|
278 |
msgid "Disable W3 Total Cache Support"
|
279 |
msgstr "Wyłącz wsparcie dla W3 Total Cache"
|
280 |
|
281 |
+
#: adrotate-output.php:636
|
282 |
msgid ""
|
283 |
"You have enable caching support but the W3TC_DYNAMIC_SECURITY definition is "
|
284 |
"not set."
|
285 |
msgstr ""
|
286 |
"Włączyłeś obsługę cache, ale nie ustawiono definicji W3TC_DYNAMIC_SECURITY."
|
287 |
|
288 |
+
#: adrotate-output.php:636
|
289 |
msgid "How to configure W3 Total Cache"
|
290 |
msgstr "Jak skonfigurować W3 Total Cache"
|
291 |
|
292 |
+
#: adrotate-output.php:640
|
293 |
msgid ""
|
294 |
"You have enable caching support but Borlabs Cache is not active on your site!"
|
295 |
msgstr ""
|
296 |
"Włączyłeś obsługę cache, ale Borlabs Cache nie jest włączone w Twojej "
|
297 |
"witrynie!"
|
298 |
|
299 |
+
#: adrotate-output.php:640
|
300 |
msgid "Disable Borlabs Cache Support"
|
301 |
msgstr "Wyłącz obsługę Borlabs Cache"
|
302 |
|
303 |
+
#: adrotate-output.php:646
|
304 |
msgid ""
|
305 |
"You have enabled Borlabs Cache support but Fragment caching is not enabled!"
|
306 |
msgstr ""
|
307 |
"Włączyłeś obsługę Borlabs Cache, ale Fragment caching nie jest włączony!"
|
308 |
|
309 |
+
#: adrotate-output.php:646
|
310 |
msgid "Enable Fragment Caching"
|
311 |
msgstr "Włącz Fragment Caching"
|
312 |
|
313 |
+
#: adrotate-output.php:653
|
314 |
msgid "Your AdRotate Banner folder is not writable or does not exist."
|
315 |
msgstr "Folder banerów AdRotate jest chroniony przed zapisem lub nie istnieje."
|
316 |
|
317 |
+
#: adrotate-output.php:653
|
318 |
msgid "Set up your banner folder"
|
319 |
msgstr "Ustaw folder banerów"
|
320 |
|
321 |
+
#: adrotate-output.php:656
|
322 |
#, fuzzy
|
323 |
#| msgid ""
|
324 |
#| "You still have the free version of AdRotate installed. This is not "
|
332 |
"Zapoznaj się z instrukcją uaktualnienia, aby uzyskać instrukcje, jak to "
|
333 |
"naprawić."
|
334 |
|
335 |
+
#: adrotate-output.php:656
|
336 |
msgid "Switch plugins"
|
337 |
msgstr ""
|
338 |
|
339 |
+
#: adrotate-output.php:659
|
340 |
msgid ""
|
341 |
"Something is wrong with your installation of AdRotate. Either the plugin is "
|
342 |
"installed twice or your current installation has the wrong folder name. "
|
346 |
"razy lub bieżąca instalacja ma niewłaściwą nazwę folderu. Proszę "
|
347 |
"zainstalować wtyczkę poprawnie!"
|
348 |
|
349 |
+
#: adrotate-output.php:659
|
350 |
msgid "Installation instructions"
|
351 |
msgstr "Instrukcje montażowe"
|
352 |
|
353 |
+
#: adrotate-output.php:730
|
354 |
msgid "one issue that requires"
|
355 |
msgid_plural "several issues that require"
|
356 |
msgstr[0] "jeden problem wymagający"
|
357 |
msgstr[1] "kilka problemów wymagających"
|
358 |
msgstr[2] "wiele problemów wymagających"
|
359 |
|
360 |
+
#: adrotate-output.php:730
|
361 |
msgid "your attention:"
|
362 |
msgstr "twoją uwagę:"
|
363 |
|
364 |
+
#: adrotate-output.php:761
|
365 |
#, fuzzy
|
366 |
#| msgid ""
|
367 |
#| "Thanks for choosing AdRotate Professional. Everything related to AdRotate "
|
368 |
#| "is in this menu. If you need help getting started take a look at the"
|
369 |
msgid ""
|
370 |
+
"Thank you for choosing AdRotate. Everything related to AdRotate is in this "
|
371 |
+
"menu. If you need help getting started take a look at the"
|
372 |
msgstr ""
|
373 |
"Dziękujemy za wybranie AdRotate Professional. Wszystko związane z AdRotate "
|
374 |
"jest w tym menu. Jeśli potrzebujesz pomocy przy rozpoczęciu"
|
375 |
|
376 |
+
#: adrotate-output.php:761
|
377 |
msgid "manuals"
|
378 |
msgstr "podręczników"
|
379 |
|
380 |
+
#: adrotate-output.php:761 adrotate-output.php:845
|
381 |
msgid "and"
|
382 |
msgstr "i"
|
383 |
|
384 |
+
#: adrotate-output.php:761
|
385 |
msgid "forums"
|
386 |
msgstr "forum"
|
387 |
|
388 |
+
#: adrotate-output.php:837
|
389 |
#, fuzzy
|
390 |
#| msgid "Update AdRotate Pro"
|
391 |
msgid "Help AdRotate Grow"
|
392 |
msgstr "Aktualizuj AdRotate Pro"
|
393 |
|
394 |
+
#: adrotate-output.php:838 adrotate.php:152
|
395 |
msgid "AdRotate Professional"
|
396 |
msgstr "AdRotate Professional"
|
397 |
|
398 |
+
#: adrotate-output.php:845
|
399 |
#, fuzzy
|
400 |
#| msgid ""
|
401 |
#| "A lot of users only think to review AdRotate when something goes wrong "
|
408 |
"Wielu użytkowników ocenia AdRotate tylko wtedy, gdy coś pójdzie nie tak, "
|
409 |
"chociaż tysiące ludzi jest zadowolonych z AdRotate. Nie zrób tego samego."
|
410 |
|
411 |
+
#: adrotate-output.php:845
|
412 |
#, fuzzy
|
413 |
#| msgid "If you find AdRotate useful please leave your honest"
|
414 |
msgid "If you find AdRotate useful please leave your"
|
415 |
msgstr "Jeśli AdRotate jest użyteczne, zostaw uczciwą"
|
416 |
|
417 |
+
#: adrotate-output.php:845
|
418 |
msgid "rating"
|
419 |
msgstr "ocenę"
|
420 |
|
421 |
+
#: adrotate-output.php:845
|
422 |
msgid "review"
|
423 |
msgstr "recenzję"
|
424 |
|
425 |
+
#: adrotate-output.php:845
|
426 |
#, fuzzy
|
427 |
#| msgid "on WordPress.org to help AdRotate grow in a positive way"
|
428 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
429 |
msgstr ""
|
430 |
"na stronie WordPress.org, żeby pomóc AdRotate rozwijać w pozytywny sposób"
|
431 |
|
432 |
+
#: adrotate-output.php:846
|
433 |
msgid ""
|
434 |
"Get more advanced features like Geo Targeting, scheduling and much more with "
|
435 |
"AdRotate Pro."
|
436 |
msgstr ""
|
437 |
|
438 |
+
#: adrotate-output.php:846
|
439 |
msgid "Includes premium support and free updates for one year!"
|
440 |
msgstr ""
|
441 |
|
442 |
+
#: adrotate-output.php:846
|
443 |
#, fuzzy
|
444 |
#| msgid "Getting Started With AdRotate"
|
445 |
msgid "Get started today"
|
562 |
msgid "Fill in the ID of the type you want to display!"
|
563 |
msgstr "Podaj identyfikator typu, który chcesz wyświetlić!"
|
564 |
|
565 |
+
#: adrotate.php:105
|
566 |
msgid "General Info"
|
567 |
msgstr "Informacje ogólne"
|
568 |
|
569 |
+
#: adrotate.php:106
|
570 |
#, fuzzy
|
571 |
+
#| msgid "Update AdRotate Pro"
|
572 |
+
msgid "Get AdRotate Pro"
|
573 |
+
msgstr "Aktualizuj AdRotate Pro"
|
574 |
|
575 |
+
#: adrotate.php:107
|
576 |
msgid "Manage Adverts"
|
577 |
msgstr "Zarządzaj reklamami"
|
578 |
|
579 |
+
#: adrotate.php:108 dashboard/publisher/groups-main.php:12
|
580 |
msgid "Manage Groups"
|
581 |
msgstr "Zarządzaj grupami"
|
582 |
|
583 |
+
#: adrotate.php:109 dashboard/publisher/schedules-main.php:12
|
584 |
msgid "Manage Schedules"
|
585 |
msgstr "Zarządzaj harmonogramami"
|
586 |
|
587 |
+
#: adrotate.php:110 adrotate.php:400 adrotate.php:521
|
588 |
+
#: dashboard/adrotatepro.php:98 dashboard/publisher/adverts-edit.php:177
|
589 |
#: dashboard/publisher/statistics-main.php:23
|
590 |
#: dashboard/settings/statistics.php:17
|
591 |
msgid "Statistics"
|
592 |
msgstr "Statystyka"
|
593 |
|
594 |
+
#: adrotate.php:111
|
595 |
msgid "Manage Media"
|
596 |
msgstr "Zarządzaj mediami"
|
597 |
|
598 |
+
#: adrotate.php:112 adrotate.php:484
|
599 |
#, fuzzy
|
600 |
#| msgid "Supports:"
|
601 |
msgid "Support"
|
602 |
msgstr "Wspiera:"
|
603 |
|
604 |
+
#: adrotate.php:113
|
605 |
msgid "Settings"
|
606 |
msgstr "Ustawienia"
|
607 |
|
608 |
+
#: adrotate.php:134
|
609 |
msgid "AdRotate Info"
|
610 |
msgstr "Informacja AdRotate"
|
611 |
|
612 |
+
#: adrotate.php:196
|
613 |
#, fuzzy
|
614 |
#| msgid "Advert Margin"
|
615 |
msgid "Advert Management"
|
616 |
msgstr "Margines reklamy"
|
617 |
|
618 |
+
#: adrotate.php:256 adrotate.php:327
|
619 |
msgid "Manage"
|
620 |
msgstr "Zarządzaj"
|
621 |
|
622 |
+
#: adrotate.php:257
|
623 |
msgid "Generator"
|
624 |
msgstr "Generator"
|
625 |
|
626 |
+
#: adrotate.php:258 adrotate.php:328
|
627 |
msgid "Add New"
|
628 |
msgstr "Dodaj nową"
|
629 |
|
630 |
+
#: adrotate.php:321
|
631 |
#, fuzzy
|
632 |
#| msgid "Group deleted"
|
633 |
msgid "Group Management"
|
634 |
msgstr "Grupa usunięta"
|
635 |
|
636 |
+
#: adrotate.php:358
|
637 |
msgid "Schedules"
|
638 |
msgstr "Harmonogramy"
|
639 |
|
640 |
+
#: adrotate.php:444
|
641 |
msgid "Media and Assets"
|
642 |
msgstr "Media i reklamy"
|
643 |
|
644 |
+
#: adrotate.php:448
|
645 |
#, fuzzy
|
646 |
#| msgid ""
|
647 |
#| "Upload images and assets to the AdRotate Professional banners folder from "
|
653 |
"Prześlij obrazy i zasoby do folderu banerów AdRotate Professional. Jest to "
|
654 |
"przydatne, jeśli masz reklamy HTML5 zawierające wiele plików."
|
655 |
|
656 |
+
#: adrotate.php:514
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
657 |
#, fuzzy
|
658 |
#| msgid "AdRotate version"
|
659 |
msgid "AdRotate Settings"
|
660 |
msgstr "Wersja AdRotate"
|
661 |
|
662 |
+
#: adrotate.php:519 dashboard/publisher/statistics-main.php:28
|
663 |
msgid "General"
|
664 |
msgstr "Ogólne"
|
665 |
|
666 |
+
#: adrotate.php:520 dashboard/settings/notifications.php:18
|
667 |
msgid "Notifications"
|
668 |
msgstr "Powiadomienia"
|
669 |
|
670 |
+
#: adrotate.php:522 dashboard/publisher/adverts-edit.php:345
|
671 |
#: dashboard/publisher/groups-edit.php:205
|
672 |
#: dashboard/settings/advertisers.php:38
|
673 |
msgid "Geo Targeting"
|
674 |
msgstr "Geolokalizacja"
|
675 |
|
676 |
+
#: adrotate.php:523
|
677 |
msgid "Advertisers"
|
678 |
msgstr "Reklamodawcy"
|
679 |
|
680 |
+
#: adrotate.php:524 dashboard/settings/roles.php:17
|
681 |
msgid "Access Roles"
|
682 |
msgstr "Rola programu Access"
|
683 |
|
684 |
+
#: adrotate.php:525 dashboard/settings/misc.php:16
|
685 |
msgid "Miscellaneous"
|
686 |
msgstr "Różne"
|
687 |
|
688 |
+
#: adrotate.php:526 dashboard/settings/maintenance.php:16
|
689 |
msgid "Maintenance"
|
690 |
msgstr "Obsługa"
|
691 |
|
692 |
+
#: dashboard/adrotatepro.php:47
|
693 |
#, fuzzy
|
694 |
#| msgid "Mobile adverts"
|
695 |
msgid "Mobile campaigns"
|
696 |
msgstr "Reklamy mobilne"
|
697 |
|
698 |
+
#: dashboard/adrotatepro.php:50
|
699 |
msgid ""
|
700 |
"Target mobile users with ease and show the right adverts to smartphones, "
|
701 |
"tablets and computers. Mix and match as you please and offer adverts that "
|
704 |
"where you want them to!"
|
705 |
msgstr ""
|
706 |
|
707 |
+
#: dashboard/adrotatepro.php:55
|
708 |
msgid "Schedule all campaigns with ease"
|
709 |
msgstr ""
|
710 |
|
711 |
+
#: dashboard/adrotatepro.php:58
|
712 |
msgid ""
|
713 |
"Schedule your adverts and set up advertising campaigns based on dates you or "
|
714 |
"your advertisers specify without hassle. Seasonal adverts, weekly adverts, "
|
717 |
"schedules for adverts."
|
718 |
msgstr ""
|
719 |
|
720 |
+
#: dashboard/adrotatepro.php:63
|
721 |
#, fuzzy
|
722 |
#| msgid "Contact your Advertiser"
|
723 |
msgid "Satisfy your advertisers"
|
724 |
msgstr "Skontaktuj się z reklamodawcą"
|
725 |
|
726 |
+
#: dashboard/adrotatepro.php:66
|
727 |
msgid ""
|
728 |
"Set up advertisers and let them log in to their statistics or even create "
|
729 |
"their own adverts. Created adverts go into a moderation queue for your staff "
|
731 |
"can see their adverts performance."
|
732 |
msgstr ""
|
733 |
|
734 |
+
#: dashboard/adrotatepro.php:71
|
735 |
msgid "Get Fast Support almost all year round"
|
736 |
msgstr ""
|
737 |
|
738 |
+
#: dashboard/adrotatepro.php:74
|
739 |
#, fuzzy
|
740 |
#| msgid ""
|
741 |
#| "When you activate your AdRotate Professional license you can use fast "
|
751 |
"obsługi poczty e-mail. Koniec z kolejkami na forach. Obsługa poczty e-mail "
|
752 |
"jest priorytetem dla forów i jest sprawdzana prawie każdego dnia roboczego."
|
753 |
|
754 |
+
#: dashboard/adrotatepro.php:82
|
755 |
msgid "Localize your ad campaigns with Geo Targeting"
|
756 |
msgstr ""
|
757 |
|
758 |
+
#: dashboard/adrotatepro.php:85
|
759 |
msgid ""
|
760 |
"Go nationwide or global with localized adverts for your various audiences. "
|
761 |
"Set up adverts for countries and cities and sell impressions per general "
|
763 |
"AdRotate Geo is an exclusive Geo Lookup service for AdRotate Pro users."
|
764 |
msgstr ""
|
765 |
|
766 |
+
#: dashboard/adrotatepro.php:90
|
767 |
#, fuzzy
|
768 |
#| msgid "Ad blockers"
|
769 |
msgid "Avoid adblockers"
|
770 |
msgstr "Adblocki"
|
771 |
|
772 |
+
#: dashboard/adrotatepro.php:93
|
773 |
msgid ""
|
774 |
"Try and avoid adblockers so your adverts get the exposure you want them to "
|
775 |
"have. AdRotate Pro offers some advanced tools to deceive adblockers so your "
|
777 |
"adverts smartly so these features reach their full potential!"
|
778 |
msgstr ""
|
779 |
|
780 |
+
#: dashboard/adrotatepro.php:101
|
781 |
msgid ""
|
782 |
"Get statistics in AdRotate Pro. Similar to the free version you can track "
|
783 |
"stats in AdRotate itself and use all kinds of extra scheduling options. Or "
|
785 |
"which relates to your visitors that way."
|
786 |
msgstr ""
|
787 |
|
788 |
+
#: dashboard/adrotatepro.php:106
|
789 |
#, fuzzy
|
790 |
#| msgid "Set up notifications"
|
791 |
msgid "Stay up-to-date with notifications"
|
792 |
msgstr "Konfiguruj powiadomienia"
|
793 |
|
794 |
+
#: dashboard/adrotatepro.php:109
|
795 |
msgid ""
|
796 |
"Stay in touch with Email notifications. Have AdRotate send you an alert when "
|
797 |
"adverts expire or need your attention. Get notified when adverts expire, "
|
830 |
msgid "Have errors"
|
831 |
msgstr "Z błędami"
|
832 |
|
833 |
+
#: dashboard/info.php:74
|
|
|
|
|
|
|
|
|
|
|
|
|
834 |
msgid ""
|
835 |
"AdRotate Professional has a lot more functions for even better advertising "
|
836 |
"management. Check out the feature comparison tab on any of the product pages "
|
837 |
"to see what AdRotate Pro has to offer for you!"
|
838 |
msgstr ""
|
839 |
|
840 |
+
#: dashboard/info.php:76
|
841 |
#, fuzzy
|
842 |
#| msgid "Hide License"
|
843 |
msgid "Single License"
|
844 |
msgstr "Ukryj licencję"
|
845 |
|
846 |
+
#: dashboard/info.php:76
|
847 |
msgid "Use on ONE WordPress installation."
|
848 |
msgstr ""
|
849 |
|
850 |
+
#: dashboard/info.php:76 dashboard/info.php:77 dashboard/info.php:78
|
851 |
+
#: dashboard/info.php:79
|
852 |
msgid "Buy now"
|
853 |
msgstr "Kup teraz"
|
854 |
|
855 |
+
#: dashboard/info.php:77
|
856 |
#, fuzzy
|
857 |
#| msgid "License"
|
858 |
msgid "Duo License"
|
859 |
msgstr "Licencja"
|
860 |
|
861 |
+
#: dashboard/info.php:77
|
862 |
msgid "Use on TWO WordPress installations."
|
863 |
msgstr ""
|
864 |
|
865 |
+
#: dashboard/info.php:78
|
866 |
#, fuzzy
|
867 |
#| msgid "Hide License"
|
868 |
msgid "Multi License"
|
869 |
msgstr "Ukryj licencję"
|
870 |
|
871 |
+
#: dashboard/info.php:78
|
872 |
msgid "Use on up to FIVE WordPress installations."
|
873 |
msgstr ""
|
874 |
|
875 |
+
#: dashboard/info.php:79
|
876 |
#, fuzzy
|
877 |
#| msgid "Developer Debug"
|
878 |
msgid "Developer License"
|
879 |
msgstr "Debugger programisty"
|
880 |
|
881 |
+
#: dashboard/info.php:79
|
882 |
msgid "Use on up to a HUNDRED WordPress installations and/or networks."
|
883 |
msgstr ""
|
884 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
885 |
#: dashboard/publisher/adverts-disabled.php:15
|
886 |
msgid "Disabled Adverts"
|
887 |
msgstr "Wyłączone reklamy"
|
901 |
|
902 |
#: dashboard/publisher/adverts-disabled.php:22
|
903 |
#: dashboard/publisher/adverts-error.php:21
|
904 |
+
#: dashboard/publisher/adverts-main.php:22 dashboard/publisher/media.php:68
|
905 |
+
#: dashboard/publisher/media.php:73 dashboard/publisher/media.php:77
|
906 |
msgid "Delete"
|
907 |
msgstr "Usuń"
|
908 |
|
944 |
#: dashboard/publisher/adverts-main.php:41
|
945 |
#: dashboard/publisher/groups-edit.php:65
|
946 |
#: dashboard/publisher/groups-edit.php:360
|
947 |
+
#: dashboard/publisher/groups-main.php:33 dashboard/publisher/media.php:48
|
948 |
#: dashboard/publisher/schedules-main.php:33
|
949 |
msgid "Name"
|
950 |
msgstr "Nazwa"
|
1239 |
#: dashboard/publisher/adverts-edit.php:261
|
1240 |
#: dashboard/publisher/adverts-edit.php:343
|
1241 |
#: dashboard/publisher/adverts-edit.php:443
|
1242 |
+
#: dashboard/publisher/groups-edit.php:228
|
1243 |
#: dashboard/publisher/statistics-advert.php:109
|
1244 |
#: dashboard/publisher/statistics-group.php:113
|
1245 |
#: dashboard/publisher/statistics-main.php:83
|
1761 |
"Małe laptopy i większe tablety z ekranem do 1280px (rozdzielczość do 2048px)."
|
1762 |
|
1763 |
#: dashboard/publisher/adverts-generator.php:113
|
1764 |
+
#: dashboard/publisher/media.php:37
|
1765 |
msgid "Important:"
|
1766 |
msgstr "Ważne:"
|
1767 |
|
2316 |
msgid "No groups created!"
|
2317 |
msgstr "Nie utworzono reklam!"
|
2318 |
|
2319 |
+
#: dashboard/publisher/media.php:19
|
2320 |
msgid "Upload new file"
|
2321 |
msgstr "Prześlij nowy plik"
|
2322 |
|
2323 |
+
#: dashboard/publisher/media.php:37
|
2324 |
msgid "Accepted files:"
|
2325 |
msgstr "Akceptowane formaty:"
|
2326 |
|
2327 |
+
#: dashboard/publisher/media.php:37
|
2328 |
msgid "Maximum size is 512Kb per file."
|
2329 |
msgstr "Maksymalny rozmiar pliku to 512KB."
|
2330 |
|
2331 |
+
#: dashboard/publisher/media.php:37
|
2332 |
msgid ""
|
2333 |
"Make sure your file has no spaces or special characters in the name. Replace "
|
2334 |
"spaces with a - or _."
|
2336 |
"Upewnij się, że w nazwie pliku nie ma spacji ani znaków specjalnych. Zastąp "
|
2337 |
"spacje przez - lub _."
|
2338 |
|
2339 |
+
#: dashboard/publisher/media.php:37
|
2340 |
msgid ""
|
2341 |
+
"Zip files are automatically extracted in the location where they are "
|
2342 |
+
"uploaded and the original zip file will be deleted once extracted."
|
2343 |
msgstr ""
|
2344 |
+
"Pliki zip są automatycznie wyodrębniane w miejscu, w którym są przesyłane, a "
|
2345 |
+
"oryginalny plik zip zostanie usunięty po wyodrębnieniu."
|
2346 |
|
2347 |
+
#: dashboard/publisher/media.php:37
|
2348 |
+
msgid ""
|
2349 |
+
"You can create top-level folders below. Folder names can between 1 and 100 "
|
2350 |
+
"characters long. Any special characters are stripped out."
|
2351 |
+
msgstr ""
|
2352 |
+
|
2353 |
+
#: dashboard/publisher/media.php:40
|
2354 |
msgid "Upload file"
|
2355 |
msgstr "Wyślij plik"
|
2356 |
|
2357 |
+
#: dashboard/publisher/media.php:40
|
2358 |
msgid "Click only once per file!"
|
2359 |
msgstr "Kliknij tylko raz na plik!"
|
2360 |
|
2361 |
+
#: dashboard/publisher/media.php:43
|
2362 |
msgid "Available files in"
|
2363 |
msgstr "Dostępne pliki"
|
2364 |
|
2365 |
+
#: dashboard/publisher/media.php:55
|
2366 |
+
#, fuzzy
|
2367 |
+
#| msgid "Create your advert"
|
2368 |
+
msgid "Create folder"
|
2369 |
+
msgstr "Utwórz własną reklamę"
|
2370 |
|
2371 |
+
#: dashboard/publisher/media.php:88
|
2372 |
msgid "No files found!"
|
2373 |
msgstr "Nie odnaleziono plików!"
|
2374 |
|
2375 |
+
#: dashboard/publisher/media.php:96
|
2376 |
msgid ""
|
2377 |
"Make sure the banner images are not in use by adverts when you delete them!"
|
2378 |
msgstr ""
|
2379 |
"Upewnij się, że obrazy banerów nie są używane przez reklamy, zanim je "
|
2380 |
"usuniesz!"
|
2381 |
|
2382 |
+
#: dashboard/publisher/media.php:96
|
2383 |
+
msgid "Deleting a folder deletes everything inside that folder as well!"
|
2384 |
+
msgstr "Usunięcie folderu usunie także wszystkie pliki w folderze!"
|
|
|
|
|
|
|
|
|
|
|
2385 |
|
2386 |
#: dashboard/publisher/schedules-main.php:13
|
2387 |
msgid ""
|
2503 |
"Wszystkie statystyki są orientacyjne. Nie muszą odpowiadać wynikom "
|
2504 |
"wyliczonym przez innych."
|
2505 |
|
2506 |
+
#: dashboard/publisher/statistics-advert.php:109
|
2507 |
+
#: dashboard/publisher/statistics-group.php:113
|
2508 |
+
#: dashboard/publisher/statistics-main.php:83
|
2509 |
+
#, fuzzy
|
2510 |
+
#| msgid "Favorite feature in AdRotate Professional?"
|
2511 |
+
msgid "Get more features with AdRotate Pro"
|
2512 |
+
msgstr "Ulubiona funkcja w AdRotate Professional?"
|
2513 |
+
|
2514 |
#: dashboard/publisher/statistics-group.php:46
|
2515 |
msgid "Statistics for group"
|
2516 |
msgstr "Statystyka dla grupy"
|
2581 |
|
2582 |
#: dashboard/settings/advertisers.php:53 dashboard/settings/general.php:78
|
2583 |
#: dashboard/settings/maintenance.php:97 dashboard/settings/misc.php:47
|
2584 |
+
#: dashboard/settings/notifications.php:72 dashboard/settings/roles.php:55
|
2585 |
#: dashboard/settings/statistics.php:83
|
2586 |
msgid "Update Options"
|
2587 |
msgstr "Zapisz opcje"
|
3362 |
"Wiadomości są wysyłane co 24 godziny. Maksymalnie 5 adresów. Oddzielone "
|
3363 |
"przecinkami. To pole nie może być puste!"
|
3364 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3365 |
#: dashboard/settings/roles.php:18
|
3366 |
msgid "Who has access to what?"
|
3367 |
msgstr ""
|
3613 |
msgid "Premium Support is available in AdRotate Pro!"
|
3614 |
msgstr ""
|
3615 |
|
3616 |
+
#, fuzzy
|
3617 |
+
#~| msgid "AdRotate Info"
|
3618 |
+
#~ msgid "AdRotate Pro"
|
3619 |
+
#~ msgstr "Informacja AdRotate"
|
3620 |
+
|
3621 |
+
#, fuzzy
|
3622 |
+
#~| msgid "AdRotate Professional"
|
3623 |
+
#~ msgid "Buy AdRotate Professional"
|
3624 |
+
#~ msgstr "AdRotate Professional"
|
3625 |
+
|
3626 |
+
#~ msgid "Advertising Partners & Affiliates"
|
3627 |
+
#~ msgstr "Partnerzy reklamowi"
|
3628 |
+
|
3629 |
+
#~ msgid ""
|
3630 |
+
#~ "A selection of quality advertiser networks and useful products. If you "
|
3631 |
+
#~ "need adverts or just want more or more diverse adverts. Check out these "
|
3632 |
+
#~ "great options!"
|
3633 |
+
#~ msgstr ""
|
3634 |
+
#~ "Lista polecanych sieci reklamodawców i usług. Jeśli potrzebujesz "
|
3635 |
+
#~ "zróżnicowanych reklam, sprawdź te opcje!"
|
3636 |
+
|
3637 |
+
#~ msgid ""
|
3638 |
+
#~ "If you remove spaces from filenames for HTML5 adverts also edit the html "
|
3639 |
+
#~ "file so it knows about the changed name. For example for the javascript "
|
3640 |
+
#~ "file."
|
3641 |
+
#~ msgstr ""
|
3642 |
+
#~ "Jeśli usuniesz spacje z nazw plików reklam HTML5, zmień także plik HTML, "
|
3643 |
+
#~ "żeby odwoływał się do zmienionej nazwy."
|
3644 |
+
|
3645 |
+
#~ msgid "Actions"
|
3646 |
+
#~ msgstr "Działania"
|
3647 |
+
|
3648 |
+
#~ msgid ""
|
3649 |
+
#~ "Who gets email from advertisers. Maximum of 5 addresses. Comma separated. "
|
3650 |
+
#~ "This field may not be empty!"
|
3651 |
+
#~ msgstr ""
|
3652 |
+
#~ "Kto dostaje e-mail od reklamodawców. Maksymalnie 5 adresów. Oddzielone "
|
3653 |
+
#~ "przecinkami. To pole nie może być puste!"
|
3654 |
+
|
3655 |
#~ msgid "Join the Media.net advertising network"
|
3656 |
#~ msgstr "Dołącz do sieci reklamowej Media.net"
|
3657 |
|
3855 |
#~ msgid "Review the ad here:"
|
3856 |
#~ msgstr "Oceń reklamę:"
|
3857 |
|
|
|
|
|
|
|
3858 |
#~ msgid "Advertiser updated"
|
3859 |
#~ msgstr "Reklamodawca zapisany"
|
3860 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3861 |
#~ msgid "Email(s) with reports successfully sent"
|
3862 |
#~ msgstr "E-mail z raportem został wysłany"
|
3863 |
|
4937 |
#~ msgid "Group"
|
4938 |
#~ msgstr "Grupa"
|
4939 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4940 |
#~ msgid "New Schedule"
|
4941 |
#~ msgstr "Nowy harmonogram"
|
4942 |
|
language/adrotate.pot
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
msgid ""
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: AdRotate\n"
|
5 |
-
"POT-Creation-Date: 2020-
|
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"
|
@@ -17,284 +17,296 @@ msgstr ""
|
|
17 |
"X-Poedit-KeywordsList: __;_e\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
-
#: adrotate-functions.php:
|
21 |
msgid "Ad saved"
|
22 |
msgstr ""
|
23 |
|
24 |
-
#: adrotate-functions.php:
|
25 |
msgid "Group saved"
|
26 |
msgstr ""
|
27 |
|
28 |
-
#: adrotate-functions.php:
|
|
|
|
|
|
|
|
|
29 |
msgid "Ad(s) deleted"
|
30 |
msgstr ""
|
31 |
|
32 |
-
#: adrotate-functions.php:
|
33 |
msgid "Group deleted"
|
34 |
msgstr ""
|
35 |
|
36 |
-
#: adrotate-functions.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
msgid "Ad(s) statistics reset"
|
38 |
msgstr ""
|
39 |
|
40 |
-
#: adrotate-functions.php:
|
41 |
msgid "Ad(s) renewed"
|
42 |
msgstr ""
|
43 |
|
44 |
-
#: adrotate-functions.php:
|
45 |
msgid "Ad(s) deactivated"
|
46 |
msgstr ""
|
47 |
|
48 |
-
#: adrotate-functions.php:
|
49 |
msgid "Ad(s) activated"
|
50 |
msgstr ""
|
51 |
|
52 |
-
#: adrotate-functions.php:
|
53 |
msgid "Group including it's Ads deleted"
|
54 |
msgstr ""
|
55 |
|
56 |
-
#: adrotate-functions.php:
|
57 |
msgid "Export created"
|
58 |
msgstr ""
|
59 |
|
60 |
-
#: adrotate-functions.php:
|
61 |
msgid "Advert HTML generated and placed in the AdCode field. Configure your advert below. Do not forget to check all settings and schedule it."
|
62 |
msgstr ""
|
63 |
|
64 |
-
#: adrotate-functions.php:
|
65 |
msgid "Settings saved"
|
66 |
msgstr ""
|
67 |
|
68 |
-
#: adrotate-functions.php:
|
69 |
msgid "Database optimized"
|
70 |
msgstr ""
|
71 |
|
72 |
-
#: adrotate-functions.php:
|
73 |
msgid "Database repaired"
|
74 |
msgstr ""
|
75 |
|
76 |
-
#: adrotate-functions.php:
|
77 |
msgid "Ads evaluated and statuses have been corrected where required"
|
78 |
msgstr ""
|
79 |
|
80 |
-
#: adrotate-functions.php:
|
81 |
msgid "Cleanup complete"
|
82 |
msgstr ""
|
83 |
|
84 |
-
#: adrotate-functions.php:
|
85 |
msgid "Action prohibited"
|
86 |
msgstr ""
|
87 |
|
88 |
-
#: adrotate-functions.php:
|
89 |
msgid "The ad was saved but has an issue which might prevent it from working properly. Review the colored ad."
|
90 |
msgstr ""
|
91 |
|
92 |
-
#: adrotate-functions.php:
|
93 |
msgid "No data found in selected time period"
|
94 |
msgstr ""
|
95 |
|
96 |
-
#: adrotate-functions.php:
|
97 |
msgid "Database can only be optimized or cleaned once every hour"
|
98 |
msgstr ""
|
99 |
|
100 |
-
#: adrotate-functions.php:
|
101 |
msgid "Form can not be (partially) empty!"
|
102 |
msgstr ""
|
103 |
|
104 |
-
#: adrotate-functions.php:
|
105 |
msgid "No ads found."
|
106 |
msgstr ""
|
107 |
|
108 |
-
#: adrotate-functions.php:
|
109 |
msgid "The advert hash is not usable or is missing required data. Please copy the hash correctly and try again."
|
110 |
msgstr ""
|
111 |
|
112 |
-
#: adrotate-functions.php:
|
113 |
msgid "The advert hash can not be used on the same site as it originated from or is not a valid hash for importing."
|
114 |
msgstr ""
|
115 |
|
116 |
-
#: adrotate-functions.php:
|
117 |
msgid "Unexpected error"
|
118 |
msgstr ""
|
119 |
|
120 |
-
#: adrotate-manage-publisher.php:
|
121 |
msgid "AdRotate Advertiser"
|
122 |
msgstr ""
|
123 |
|
124 |
-
#: adrotate-output.php:
|
125 |
msgid "Oh no! Something went wrong!"
|
126 |
msgstr ""
|
127 |
|
128 |
-
#: adrotate-output.php:
|
129 |
msgid "WordPress was unable to verify the authenticity of the url you have clicked. Verify if the url used is valid or log in via your browser."
|
130 |
msgstr ""
|
131 |
|
132 |
-
#: adrotate-output.php:
|
133 |
msgid "If you have received the url you want to visit via email, you are being tricked!"
|
134 |
msgstr ""
|
135 |
|
136 |
-
#: adrotate-output.php:
|
137 |
msgid "Contact support if the issue persists:"
|
138 |
msgstr ""
|
139 |
|
140 |
-
#: adrotate-output.php:
|
141 |
msgid "Error, Ad is not available at this time due to schedule/geolocation restrictions!"
|
142 |
msgstr ""
|
143 |
|
144 |
-
#: adrotate-output.php:
|
145 |
msgid "Either there are no banners, they are disabled or none qualified for this location!"
|
146 |
msgstr ""
|
147 |
|
148 |
-
#: adrotate-output.php:
|
149 |
msgid "Error, no Ad ID set! Check your syntax!"
|
150 |
msgstr ""
|
151 |
|
152 |
-
#: adrotate-output.php:
|
153 |
msgid "Error, no group ID set! Check your syntax!"
|
154 |
msgstr ""
|
155 |
|
156 |
-
#: adrotate-output.php:
|
157 |
msgid "Error, group does not exist! Check your syntax!"
|
158 |
msgstr ""
|
159 |
|
160 |
-
#: adrotate-output.php:
|
161 |
msgid "There was an error locating the database tables for AdRotate. Please deactivate and re-activate AdRotate from the plugin page!!"
|
162 |
msgstr ""
|
163 |
|
164 |
-
#: adrotate-output.php:
|
165 |
msgid "If this does not solve the issue please seek support at"
|
166 |
msgstr ""
|
167 |
|
168 |
-
#: adrotate-output.php:
|
169 |
msgid "There was an error loading the page. Please try again by reloading the page via the menu on the left."
|
170 |
msgstr ""
|
171 |
|
172 |
-
#: adrotate-output.php:
|
173 |
msgid "If the issue persists please seek help at"
|
174 |
msgstr ""
|
175 |
|
176 |
-
#: adrotate-output.php:
|
177 |
msgid "An unknown error occured."
|
178 |
msgstr ""
|
179 |
|
180 |
-
#: adrotate-output.php:
|
181 |
#: dashboard/settings/maintenance.php:20
|
182 |
msgid "Check adverts"
|
183 |
msgstr ""
|
184 |
|
185 |
-
#: adrotate-output.php:
|
186 |
msgid "You have enabled caching support but W3 Total Cache is not active on your site!"
|
187 |
msgstr ""
|
188 |
|
189 |
-
#: adrotate-output.php:
|
190 |
msgid "Disable W3 Total Cache Support"
|
191 |
msgstr ""
|
192 |
|
193 |
-
#: adrotate-output.php:
|
194 |
msgid "You have enable caching support but the W3TC_DYNAMIC_SECURITY definition is not set."
|
195 |
msgstr ""
|
196 |
|
197 |
-
#: adrotate-output.php:
|
198 |
msgid "How to configure W3 Total Cache"
|
199 |
msgstr ""
|
200 |
|
201 |
-
#: adrotate-output.php:
|
202 |
msgid "You have enable caching support but Borlabs Cache is not active on your site!"
|
203 |
msgstr ""
|
204 |
|
205 |
-
#: adrotate-output.php:
|
206 |
msgid "Disable Borlabs Cache Support"
|
207 |
msgstr ""
|
208 |
|
209 |
-
#: adrotate-output.php:
|
210 |
msgid "You have enabled Borlabs Cache support but Fragment caching is not enabled!"
|
211 |
msgstr ""
|
212 |
|
213 |
-
#: adrotate-output.php:
|
214 |
msgid "Enable Fragment Caching"
|
215 |
msgstr ""
|
216 |
|
217 |
-
#: adrotate-output.php:
|
218 |
msgid "Your AdRotate Banner folder is not writable or does not exist."
|
219 |
msgstr ""
|
220 |
|
221 |
-
#: adrotate-output.php:
|
222 |
msgid "Set up your banner folder"
|
223 |
msgstr ""
|
224 |
|
225 |
-
#: adrotate-output.php:
|
226 |
msgid "You have AdRotate Professional installed. Please switch to AdRotate Pro! You can delete this plugin after AdRotate Pro is activated."
|
227 |
msgstr ""
|
228 |
|
229 |
-
#: adrotate-output.php:
|
230 |
msgid "Switch plugins"
|
231 |
msgstr ""
|
232 |
|
233 |
-
#: adrotate-output.php:
|
234 |
msgid "Something is wrong with your installation of AdRotate. Either the plugin is installed twice or your current installation has the wrong folder name. Please install the plugin properly!"
|
235 |
msgstr ""
|
236 |
|
237 |
-
#: adrotate-output.php:
|
238 |
msgid "Installation instructions"
|
239 |
msgstr ""
|
240 |
|
241 |
-
#: adrotate-output.php:
|
242 |
msgid "your attention:"
|
243 |
msgstr ""
|
244 |
|
245 |
-
#: adrotate-output.php:
|
246 |
-
msgid "Thank you for choosing AdRotate
|
247 |
msgstr ""
|
248 |
|
249 |
-
#: adrotate-output.php:
|
250 |
msgid "manuals"
|
251 |
msgstr ""
|
252 |
|
253 |
-
#: adrotate-output.php:
|
254 |
msgid "and"
|
255 |
msgstr ""
|
256 |
|
257 |
-
#: adrotate-output.php:
|
258 |
msgid "forums"
|
259 |
msgstr ""
|
260 |
|
261 |
-
#: adrotate-output.php:
|
262 |
msgid "Help AdRotate Grow"
|
263 |
msgstr ""
|
264 |
|
265 |
-
#: adrotate-output.php:
|
266 |
msgid "AdRotate Professional"
|
267 |
msgstr ""
|
268 |
|
269 |
-
#: adrotate-output.php:
|
270 |
msgid "Many users only think to review AdRotate when something goes wrong while thousands of people happily use AdRotate."
|
271 |
msgstr ""
|
272 |
|
273 |
-
#: adrotate-output.php:
|
274 |
msgid "If you find AdRotate useful please leave your"
|
275 |
msgstr ""
|
276 |
|
277 |
-
#: adrotate-output.php:
|
278 |
msgid "rating"
|
279 |
msgstr ""
|
280 |
|
281 |
-
#: adrotate-output.php:
|
282 |
msgid "review"
|
283 |
msgstr ""
|
284 |
|
285 |
-
#: adrotate-output.php:
|
286 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
287 |
msgstr ""
|
288 |
|
289 |
-
#: adrotate-output.php:
|
290 |
msgid "Get more advanced features like Geo Targeting, scheduling and much more with AdRotate Pro."
|
291 |
msgstr ""
|
292 |
|
293 |
-
#: adrotate-output.php:
|
294 |
msgid "Includes premium support and free updates for one year!"
|
295 |
msgstr ""
|
296 |
|
297 |
-
#: adrotate-output.php:
|
298 |
msgid "Get started today"
|
299 |
msgstr ""
|
300 |
|
@@ -408,180 +420,172 @@ msgstr ""
|
|
408 |
msgid "Fill in the ID of the type you want to display!"
|
409 |
msgstr ""
|
410 |
|
411 |
-
#: adrotate.php:
|
412 |
msgid "General Info"
|
413 |
msgstr ""
|
414 |
|
415 |
-
#: adrotate.php:
|
416 |
-
msgid "AdRotate Pro"
|
417 |
msgstr ""
|
418 |
|
419 |
-
#: adrotate.php:
|
420 |
msgid "Manage Adverts"
|
421 |
msgstr ""
|
422 |
|
423 |
-
#: adrotate.php:
|
424 |
msgid "Manage Groups"
|
425 |
msgstr ""
|
426 |
|
427 |
-
#: adrotate.php:
|
428 |
msgid "Manage Schedules"
|
429 |
msgstr ""
|
430 |
|
431 |
-
#: adrotate.php:
|
432 |
-
#: dashboard/adrotatepro.php:
|
433 |
#: dashboard/publisher/statistics-main.php:23
|
434 |
#: dashboard/settings/statistics.php:17
|
435 |
msgid "Statistics"
|
436 |
msgstr ""
|
437 |
|
438 |
-
#: adrotate.php:
|
439 |
msgid "Manage Media"
|
440 |
msgstr ""
|
441 |
|
442 |
-
#: adrotate.php:
|
443 |
msgid "Support"
|
444 |
msgstr ""
|
445 |
|
446 |
-
#: adrotate.php:
|
447 |
msgid "Settings"
|
448 |
msgstr ""
|
449 |
|
450 |
-
#: adrotate.php:
|
451 |
msgid "AdRotate Info"
|
452 |
msgstr ""
|
453 |
|
454 |
-
#: adrotate.php:
|
455 |
msgid "Advert Management"
|
456 |
msgstr ""
|
457 |
|
458 |
-
#: adrotate.php:
|
459 |
msgid "Manage"
|
460 |
msgstr ""
|
461 |
|
462 |
-
#: adrotate.php:
|
463 |
msgid "Generator"
|
464 |
msgstr ""
|
465 |
|
466 |
-
#: adrotate.php:
|
467 |
msgid "Add New"
|
468 |
msgstr ""
|
469 |
|
470 |
-
#: adrotate.php:
|
471 |
msgid "Group Management"
|
472 |
msgstr ""
|
473 |
|
474 |
-
#: adrotate.php:
|
475 |
msgid "Schedules"
|
476 |
msgstr ""
|
477 |
|
478 |
-
#: adrotate.php:
|
479 |
msgid "Media and Assets"
|
480 |
msgstr ""
|
481 |
|
482 |
-
#: adrotate.php:
|
483 |
msgid "Upload images to the AdRotate Pro banners folder from here. This is useful if you have HTML5 adverts containing multiple files."
|
484 |
msgstr ""
|
485 |
|
486 |
-
#: adrotate.php:
|
487 |
-
msgid "Get more features"
|
488 |
-
msgstr ""
|
489 |
-
|
490 |
-
#: adrotate.php:434
|
491 |
-
msgid "Get AdRotate Pro"
|
492 |
-
msgstr ""
|
493 |
-
|
494 |
-
#: adrotate.php:498
|
495 |
msgid "AdRotate Settings"
|
496 |
msgstr ""
|
497 |
|
498 |
-
#: adrotate.php:
|
499 |
msgid "General"
|
500 |
msgstr ""
|
501 |
|
502 |
-
#: adrotate.php:
|
503 |
msgid "Notifications"
|
504 |
msgstr ""
|
505 |
|
506 |
-
#: adrotate.php:
|
507 |
#: dashboard/publisher/groups-edit.php:205
|
508 |
#: dashboard/settings/advertisers.php:38
|
509 |
msgid "Geo Targeting"
|
510 |
msgstr ""
|
511 |
|
512 |
-
#: adrotate.php:
|
513 |
msgid "Advertisers"
|
514 |
msgstr ""
|
515 |
|
516 |
-
#: adrotate.php:
|
517 |
msgid "Access Roles"
|
518 |
msgstr ""
|
519 |
|
520 |
-
#: adrotate.php:
|
521 |
msgid "Miscellaneous"
|
522 |
msgstr ""
|
523 |
|
524 |
-
#: adrotate.php:
|
525 |
msgid "Maintenance"
|
526 |
msgstr ""
|
527 |
|
528 |
-
#: dashboard/adrotatepro.php:
|
529 |
msgid "Mobile campaigns"
|
530 |
msgstr ""
|
531 |
|
532 |
-
#: dashboard/adrotatepro.php:
|
533 |
msgid "Target mobile users with ease and show the right adverts to smartphones, tablets and computers. Mix and match as you please and offer adverts that suit the device or mobile operating system. Create as many mobile adverts as you want without effort and with a few easy to use options they show up where you want them to!"
|
534 |
msgstr ""
|
535 |
|
536 |
-
#: dashboard/adrotatepro.php:
|
537 |
msgid "Schedule all campaigns with ease"
|
538 |
msgstr ""
|
539 |
|
540 |
-
#: dashboard/adrotatepro.php:
|
541 |
msgid "Schedule your adverts and set up advertising campaigns based on dates you or your advertisers specify without hassle. Seasonal adverts, weekly adverts, specific days in the week. You name it, AdRotate schedules it. This makes planning your revenue stream very flexible. You can set one or many schedules for adverts."
|
542 |
msgstr ""
|
543 |
|
544 |
-
#: dashboard/adrotatepro.php:
|
545 |
msgid "Satisfy your advertisers"
|
546 |
msgstr ""
|
547 |
|
548 |
-
#: dashboard/adrotatepro.php:
|
549 |
msgid "Set up advertisers and let them log in to their statistics or even create their own adverts. Created adverts go into a moderation queue for your staff to review. Advertisers have access to their own little dashboard where they can see their adverts performance."
|
550 |
msgstr ""
|
551 |
|
552 |
-
#: dashboard/adrotatepro.php:
|
553 |
msgid "Get Fast Support almost all year round"
|
554 |
msgstr ""
|
555 |
|
556 |
-
#: dashboard/adrotatepro.php:
|
557 |
msgid "When you activate your AdRotate Pro license you can use the more personal email support. No more queueing up in the forums. AdRotate support takes priority over the forums and is checked once or twice a day. Get a solution (usually) within two business days."
|
558 |
msgstr ""
|
559 |
|
560 |
-
#: dashboard/adrotatepro.php:
|
561 |
msgid "Localize your ad campaigns with Geo Targeting"
|
562 |
msgstr ""
|
563 |
|
564 |
-
#: dashboard/adrotatepro.php:
|
565 |
msgid "Go nationwide or global with localized adverts for your various audiences. Set up adverts for countries and cities and sell impressions per general area. Connect your site to MaxMind GeoIP2: Precision or AdRotate Geo. AdRotate Geo is an exclusive Geo Lookup service for AdRotate Pro users."
|
566 |
msgstr ""
|
567 |
|
568 |
-
#: dashboard/adrotatepro.php:
|
569 |
msgid "Avoid adblockers"
|
570 |
msgstr ""
|
571 |
|
572 |
-
#: dashboard/adrotatepro.php:
|
573 |
msgid "Try and avoid adblockers so your adverts get the exposure you want them to have. AdRotate Pro offers some advanced tools to deceive adblockers so your adverts are less likely to be removed. Of-course make sure you create your adverts smartly so these features reach their full potential!"
|
574 |
msgstr ""
|
575 |
|
576 |
-
#: dashboard/adrotatepro.php:
|
577 |
msgid "Get statistics in AdRotate Pro. Similar to the free version you can track stats in AdRotate itself and use all kinds of extra scheduling options. Or you can track stats in Google Analytics and see more in-depth information which relates to your visitors that way."
|
578 |
msgstr ""
|
579 |
|
580 |
-
#: dashboard/adrotatepro.php:
|
581 |
msgid "Stay up-to-date with notifications"
|
582 |
msgstr ""
|
583 |
|
584 |
-
#: dashboard/adrotatepro.php:
|
585 |
msgid "Stay in touch with Email notifications. Have AdRotate send you an alert when adverts expire or need your attention. Get notified when adverts expire, have errors or when advertisers create new adverts. Select up to three email addresses to be notified. Never miss an expiration date again."
|
586 |
msgstr ""
|
587 |
|
@@ -616,67 +620,47 @@ msgstr ""
|
|
616 |
msgid "Have errors"
|
617 |
msgstr ""
|
618 |
|
619 |
-
#: dashboard/info.php:
|
620 |
-
msgid "Buy AdRotate Professional"
|
621 |
-
msgstr ""
|
622 |
-
|
623 |
-
#: dashboard/info.php:111
|
624 |
msgid "AdRotate Professional has a lot more functions for even better advertising management. Check out the feature comparison tab on any of the product pages to see what AdRotate Pro has to offer for you!"
|
625 |
msgstr ""
|
626 |
|
627 |
-
#: dashboard/info.php:
|
628 |
msgid "Single License"
|
629 |
msgstr ""
|
630 |
|
631 |
-
#: dashboard/info.php:
|
632 |
msgid "Use on ONE WordPress installation."
|
633 |
msgstr ""
|
634 |
|
635 |
-
#: dashboard/info.php:
|
636 |
-
#: dashboard/info.php:
|
637 |
msgid "Buy now"
|
638 |
msgstr ""
|
639 |
|
640 |
-
#: dashboard/info.php:
|
641 |
msgid "Duo License"
|
642 |
msgstr ""
|
643 |
|
644 |
-
#: dashboard/info.php:
|
645 |
msgid "Use on TWO WordPress installations."
|
646 |
msgstr ""
|
647 |
|
648 |
-
#: dashboard/info.php:
|
649 |
msgid "Multi License"
|
650 |
msgstr ""
|
651 |
|
652 |
-
#: dashboard/info.php:
|
653 |
msgid "Use on up to FIVE WordPress installations."
|
654 |
msgstr ""
|
655 |
|
656 |
-
#: dashboard/info.php:
|
657 |
msgid "Developer License"
|
658 |
msgstr ""
|
659 |
|
660 |
-
#: dashboard/info.php:
|
661 |
msgid "Use on up to a HUNDRED WordPress installations and/or networks."
|
662 |
msgstr ""
|
663 |
|
664 |
-
#: dashboard/info.php:127
|
665 |
-
msgid "Advertising Partners & Affiliates"
|
666 |
-
msgstr ""
|
667 |
-
|
668 |
-
#: dashboard/info.php:128
|
669 |
-
msgid "A selection of quality advertiser networks and useful products. If you need adverts or just want more or more diverse adverts. Check out these great options!"
|
670 |
-
msgstr ""
|
671 |
-
|
672 |
-
#: dashboard/info.php:128
|
673 |
-
msgid "Check out these and other preferred products or providers on my"
|
674 |
-
msgstr ""
|
675 |
-
|
676 |
-
#: dashboard/info.php:128
|
677 |
-
msgid "recommended products page"
|
678 |
-
msgstr ""
|
679 |
-
|
680 |
#: dashboard/publisher/adverts-disabled.php:15
|
681 |
msgid "Disabled Adverts"
|
682 |
msgstr ""
|
@@ -696,7 +680,8 @@ msgstr ""
|
|
696 |
|
697 |
#: dashboard/publisher/adverts-disabled.php:22
|
698 |
#: dashboard/publisher/adverts-error.php:21
|
699 |
-
#: dashboard/publisher/adverts-main.php:22 dashboard/publisher/media.php:
|
|
|
700 |
msgid "Delete"
|
701 |
msgstr ""
|
702 |
|
@@ -738,7 +723,7 @@ msgstr ""
|
|
738 |
#: dashboard/publisher/adverts-main.php:41
|
739 |
#: dashboard/publisher/groups-edit.php:65
|
740 |
#: dashboard/publisher/groups-edit.php:360
|
741 |
-
#: dashboard/publisher/groups-main.php:33 dashboard/publisher/media.php:
|
742 |
#: dashboard/publisher/schedules-main.php:33
|
743 |
msgid "Name"
|
744 |
msgstr ""
|
@@ -970,7 +955,7 @@ msgstr ""
|
|
970 |
#: dashboard/publisher/adverts-edit.php:261
|
971 |
#: dashboard/publisher/adverts-edit.php:343
|
972 |
#: dashboard/publisher/adverts-edit.php:443
|
973 |
-
#: dashboard/publisher/groups-edit.php:228
|
974 |
#: dashboard/publisher/statistics-advert.php:109
|
975 |
#: dashboard/publisher/statistics-group.php:113
|
976 |
#: dashboard/publisher/statistics-main.php:83
|
@@ -1402,7 +1387,7 @@ msgid "Small laptops and Larger tablets with a viewport of up to 1280px wide (up
|
|
1402 |
msgstr ""
|
1403 |
|
1404 |
#: dashboard/publisher/adverts-generator.php:113
|
1405 |
-
#: dashboard/publisher/media.php:
|
1406 |
msgid "Important:"
|
1407 |
msgstr ""
|
1408 |
|
@@ -1861,55 +1846,56 @@ msgstr ""
|
|
1861 |
msgid "No groups created!"
|
1862 |
msgstr ""
|
1863 |
|
1864 |
-
#: dashboard/publisher/media.php:
|
1865 |
msgid "Upload new file"
|
1866 |
msgstr ""
|
1867 |
|
1868 |
-
#: dashboard/publisher/media.php:
|
1869 |
msgid "Accepted files:"
|
1870 |
msgstr ""
|
1871 |
|
1872 |
-
#: dashboard/publisher/media.php:
|
1873 |
msgid "Maximum size is 512Kb per file."
|
1874 |
msgstr ""
|
1875 |
|
1876 |
-
#: dashboard/publisher/media.php:
|
1877 |
msgid "Make sure your file has no spaces or special characters in the name. Replace spaces with a - or _."
|
1878 |
msgstr ""
|
1879 |
|
1880 |
-
#: dashboard/publisher/media.php:
|
1881 |
-
msgid "
|
1882 |
msgstr ""
|
1883 |
|
1884 |
-
#: dashboard/publisher/media.php:
|
|
|
|
|
|
|
|
|
1885 |
msgid "Upload file"
|
1886 |
msgstr ""
|
1887 |
|
1888 |
-
#: dashboard/publisher/media.php:
|
1889 |
msgid "Click only once per file!"
|
1890 |
msgstr ""
|
1891 |
|
1892 |
-
#: dashboard/publisher/media.php:
|
1893 |
msgid "Available files in"
|
1894 |
msgstr ""
|
1895 |
|
1896 |
-
#: dashboard/publisher/media.php:
|
1897 |
-
msgid "
|
1898 |
msgstr ""
|
1899 |
|
1900 |
-
#: dashboard/publisher/media.php:
|
1901 |
msgid "No files found!"
|
1902 |
msgstr ""
|
1903 |
|
1904 |
-
#: dashboard/publisher/media.php:
|
1905 |
msgid "Make sure the banner images are not in use by adverts when you delete them!"
|
1906 |
msgstr ""
|
1907 |
|
1908 |
-
#: dashboard/publisher/media.php:
|
1909 |
-
|
1910 |
-
#: dashboard/publisher/statistics-group.php:113
|
1911 |
-
#: dashboard/publisher/statistics-main.php:83
|
1912 |
-
msgid "Get more features with AdRotate Pro"
|
1913 |
msgstr ""
|
1914 |
|
1915 |
#: dashboard/publisher/schedules-main.php:13
|
@@ -2024,6 +2010,12 @@ msgstr ""
|
|
2024 |
msgid "All statistics are indicative. They do not nessesarily reflect results counted by other parties."
|
2025 |
msgstr ""
|
2026 |
|
|
|
|
|
|
|
|
|
|
|
|
|
2027 |
#: dashboard/publisher/statistics-group.php:46
|
2028 |
msgid "Statistics for group"
|
2029 |
msgstr ""
|
@@ -2082,7 +2074,7 @@ msgstr ""
|
|
2082 |
|
2083 |
#: dashboard/settings/advertisers.php:53 dashboard/settings/general.php:78
|
2084 |
#: dashboard/settings/maintenance.php:97 dashboard/settings/misc.php:47
|
2085 |
-
#: dashboard/settings/notifications.php:
|
2086 |
#: dashboard/settings/statistics.php:83
|
2087 |
msgid "Update Options"
|
2088 |
msgstr ""
|
@@ -2637,10 +2629,6 @@ msgstr ""
|
|
2637 |
msgid "Messages are sent once every 24 hours. Maximum of 5 addresses. Comma separated. This field may not be empty!"
|
2638 |
msgstr ""
|
2639 |
|
2640 |
-
#: dashboard/settings/notifications.php:73
|
2641 |
-
msgid "Who gets email from advertisers. Maximum of 5 addresses. Comma separated. This field may not be empty!"
|
2642 |
-
msgstr ""
|
2643 |
-
|
2644 |
#: dashboard/settings/roles.php:18
|
2645 |
msgid "Who has access to what?"
|
2646 |
msgstr ""
|
2 |
msgid ""
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: AdRotate\n"
|
5 |
+
"POT-Creation-Date: 2020-07-08 16:40-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"
|
17 |
"X-Poedit-KeywordsList: __;_e\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
+
#: adrotate-functions.php:790
|
21 |
msgid "Ad saved"
|
22 |
msgstr ""
|
23 |
|
24 |
+
#: adrotate-functions.php:794
|
25 |
msgid "Group saved"
|
26 |
msgstr ""
|
27 |
|
28 |
+
#: adrotate-functions.php:798
|
29 |
+
msgid "Banner image saved"
|
30 |
+
msgstr ""
|
31 |
+
|
32 |
+
#: adrotate-functions.php:802
|
33 |
msgid "Ad(s) deleted"
|
34 |
msgstr ""
|
35 |
|
36 |
+
#: adrotate-functions.php:806
|
37 |
msgid "Group deleted"
|
38 |
msgstr ""
|
39 |
|
40 |
+
#: adrotate-functions.php:810
|
41 |
+
msgid "Asset(s) deleted"
|
42 |
+
msgstr ""
|
43 |
+
|
44 |
+
#: adrotate-functions.php:814
|
45 |
+
msgid "Something went wrong deleting the file or folder. Make sure your permissions are in order."
|
46 |
+
msgstr ""
|
47 |
+
|
48 |
+
#: adrotate-functions.php:818
|
49 |
msgid "Ad(s) statistics reset"
|
50 |
msgstr ""
|
51 |
|
52 |
+
#: adrotate-functions.php:822
|
53 |
msgid "Ad(s) renewed"
|
54 |
msgstr ""
|
55 |
|
56 |
+
#: adrotate-functions.php:826
|
57 |
msgid "Ad(s) deactivated"
|
58 |
msgstr ""
|
59 |
|
60 |
+
#: adrotate-functions.php:830
|
61 |
msgid "Ad(s) activated"
|
62 |
msgstr ""
|
63 |
|
64 |
+
#: adrotate-functions.php:834
|
65 |
msgid "Group including it's Ads deleted"
|
66 |
msgstr ""
|
67 |
|
68 |
+
#: adrotate-functions.php:838
|
69 |
msgid "Export created"
|
70 |
msgstr ""
|
71 |
|
72 |
+
#: adrotate-functions.php:842
|
73 |
msgid "Advert HTML generated and placed in the AdCode field. Configure your advert below. Do not forget to check all settings and schedule it."
|
74 |
msgstr ""
|
75 |
|
76 |
+
#: adrotate-functions.php:847
|
77 |
msgid "Settings saved"
|
78 |
msgstr ""
|
79 |
|
80 |
+
#: adrotate-functions.php:851
|
81 |
msgid "Database optimized"
|
82 |
msgstr ""
|
83 |
|
84 |
+
#: adrotate-functions.php:855
|
85 |
msgid "Database repaired"
|
86 |
msgstr ""
|
87 |
|
88 |
+
#: adrotate-functions.php:859
|
89 |
msgid "Ads evaluated and statuses have been corrected where required"
|
90 |
msgstr ""
|
91 |
|
92 |
+
#: adrotate-functions.php:863
|
93 |
msgid "Cleanup complete"
|
94 |
msgstr ""
|
95 |
|
96 |
+
#: adrotate-functions.php:868
|
97 |
msgid "Action prohibited"
|
98 |
msgstr ""
|
99 |
|
100 |
+
#: adrotate-functions.php:872
|
101 |
msgid "The ad was saved but has an issue which might prevent it from working properly. Review the colored ad."
|
102 |
msgstr ""
|
103 |
|
104 |
+
#: adrotate-functions.php:876
|
105 |
msgid "No data found in selected time period"
|
106 |
msgstr ""
|
107 |
|
108 |
+
#: adrotate-functions.php:880
|
109 |
msgid "Database can only be optimized or cleaned once every hour"
|
110 |
msgstr ""
|
111 |
|
112 |
+
#: adrotate-functions.php:884
|
113 |
msgid "Form can not be (partially) empty!"
|
114 |
msgstr ""
|
115 |
|
116 |
+
#: adrotate-functions.php:888
|
117 |
msgid "No ads found."
|
118 |
msgstr ""
|
119 |
|
120 |
+
#: adrotate-functions.php:892
|
121 |
msgid "The advert hash is not usable or is missing required data. Please copy the hash correctly and try again."
|
122 |
msgstr ""
|
123 |
|
124 |
+
#: adrotate-functions.php:896
|
125 |
msgid "The advert hash can not be used on the same site as it originated from or is not a valid hash for importing."
|
126 |
msgstr ""
|
127 |
|
128 |
+
#: adrotate-functions.php:900
|
129 |
msgid "Unexpected error"
|
130 |
msgstr ""
|
131 |
|
132 |
+
#: adrotate-manage-publisher.php:893
|
133 |
msgid "AdRotate Advertiser"
|
134 |
msgstr ""
|
135 |
|
136 |
+
#: adrotate-output.php:547
|
137 |
msgid "Oh no! Something went wrong!"
|
138 |
msgstr ""
|
139 |
|
140 |
+
#: adrotate-output.php:548
|
141 |
msgid "WordPress was unable to verify the authenticity of the url you have clicked. Verify if the url used is valid or log in via your browser."
|
142 |
msgstr ""
|
143 |
|
144 |
+
#: adrotate-output.php:549
|
145 |
msgid "If you have received the url you want to visit via email, you are being tricked!"
|
146 |
msgstr ""
|
147 |
|
148 |
+
#: adrotate-output.php:550
|
149 |
msgid "Contact support if the issue persists:"
|
150 |
msgstr ""
|
151 |
|
152 |
+
#: adrotate-output.php:562
|
153 |
msgid "Error, Ad is not available at this time due to schedule/geolocation restrictions!"
|
154 |
msgstr ""
|
155 |
|
156 |
+
#: adrotate-output.php:567
|
157 |
msgid "Either there are no banners, they are disabled or none qualified for this location!"
|
158 |
msgstr ""
|
159 |
|
160 |
+
#: adrotate-output.php:572
|
161 |
msgid "Error, no Ad ID set! Check your syntax!"
|
162 |
msgstr ""
|
163 |
|
164 |
+
#: adrotate-output.php:578
|
165 |
msgid "Error, no group ID set! Check your syntax!"
|
166 |
msgstr ""
|
167 |
|
168 |
+
#: adrotate-output.php:583
|
169 |
msgid "Error, group does not exist! Check your syntax!"
|
170 |
msgstr ""
|
171 |
|
172 |
+
#: adrotate-output.php:589
|
173 |
msgid "There was an error locating the database tables for AdRotate. Please deactivate and re-activate AdRotate from the plugin page!!"
|
174 |
msgstr ""
|
175 |
|
176 |
+
#: adrotate-output.php:589
|
177 |
msgid "If this does not solve the issue please seek support at"
|
178 |
msgstr ""
|
179 |
|
180 |
+
#: adrotate-output.php:595
|
181 |
msgid "There was an error loading the page. Please try again by reloading the page via the menu on the left."
|
182 |
msgstr ""
|
183 |
|
184 |
+
#: adrotate-output.php:595
|
185 |
msgid "If the issue persists please seek help at"
|
186 |
msgstr ""
|
187 |
|
188 |
+
#: adrotate-output.php:601
|
189 |
msgid "An unknown error occured."
|
190 |
msgstr ""
|
191 |
|
192 |
+
#: adrotate-output.php:621 adrotate-output.php:624 adrotate-output.php:628
|
193 |
#: dashboard/settings/maintenance.php:20
|
194 |
msgid "Check adverts"
|
195 |
msgstr ""
|
196 |
|
197 |
+
#: adrotate-output.php:633
|
198 |
msgid "You have enabled caching support but W3 Total Cache is not active on your site!"
|
199 |
msgstr ""
|
200 |
|
201 |
+
#: adrotate-output.php:633
|
202 |
msgid "Disable W3 Total Cache Support"
|
203 |
msgstr ""
|
204 |
|
205 |
+
#: adrotate-output.php:636
|
206 |
msgid "You have enable caching support but the W3TC_DYNAMIC_SECURITY definition is not set."
|
207 |
msgstr ""
|
208 |
|
209 |
+
#: adrotate-output.php:636
|
210 |
msgid "How to configure W3 Total Cache"
|
211 |
msgstr ""
|
212 |
|
213 |
+
#: adrotate-output.php:640
|
214 |
msgid "You have enable caching support but Borlabs Cache is not active on your site!"
|
215 |
msgstr ""
|
216 |
|
217 |
+
#: adrotate-output.php:640
|
218 |
msgid "Disable Borlabs Cache Support"
|
219 |
msgstr ""
|
220 |
|
221 |
+
#: adrotate-output.php:646
|
222 |
msgid "You have enabled Borlabs Cache support but Fragment caching is not enabled!"
|
223 |
msgstr ""
|
224 |
|
225 |
+
#: adrotate-output.php:646
|
226 |
msgid "Enable Fragment Caching"
|
227 |
msgstr ""
|
228 |
|
229 |
+
#: adrotate-output.php:653
|
230 |
msgid "Your AdRotate Banner folder is not writable or does not exist."
|
231 |
msgstr ""
|
232 |
|
233 |
+
#: adrotate-output.php:653
|
234 |
msgid "Set up your banner folder"
|
235 |
msgstr ""
|
236 |
|
237 |
+
#: adrotate-output.php:656
|
238 |
msgid "You have AdRotate Professional installed. Please switch to AdRotate Pro! You can delete this plugin after AdRotate Pro is activated."
|
239 |
msgstr ""
|
240 |
|
241 |
+
#: adrotate-output.php:656
|
242 |
msgid "Switch plugins"
|
243 |
msgstr ""
|
244 |
|
245 |
+
#: adrotate-output.php:659
|
246 |
msgid "Something is wrong with your installation of AdRotate. Either the plugin is installed twice or your current installation has the wrong folder name. Please install the plugin properly!"
|
247 |
msgstr ""
|
248 |
|
249 |
+
#: adrotate-output.php:659
|
250 |
msgid "Installation instructions"
|
251 |
msgstr ""
|
252 |
|
253 |
+
#: adrotate-output.php:730
|
254 |
msgid "your attention:"
|
255 |
msgstr ""
|
256 |
|
257 |
+
#: adrotate-output.php:761
|
258 |
+
msgid "Thank you for choosing AdRotate. Everything related to AdRotate is in this menu. If you need help getting started take a look at the"
|
259 |
msgstr ""
|
260 |
|
261 |
+
#: adrotate-output.php:761
|
262 |
msgid "manuals"
|
263 |
msgstr ""
|
264 |
|
265 |
+
#: adrotate-output.php:761 adrotate-output.php:845
|
266 |
msgid "and"
|
267 |
msgstr ""
|
268 |
|
269 |
+
#: adrotate-output.php:761
|
270 |
msgid "forums"
|
271 |
msgstr ""
|
272 |
|
273 |
+
#: adrotate-output.php:837
|
274 |
msgid "Help AdRotate Grow"
|
275 |
msgstr ""
|
276 |
|
277 |
+
#: adrotate-output.php:838 adrotate.php:152
|
278 |
msgid "AdRotate Professional"
|
279 |
msgstr ""
|
280 |
|
281 |
+
#: adrotate-output.php:845
|
282 |
msgid "Many users only think to review AdRotate when something goes wrong while thousands of people happily use AdRotate."
|
283 |
msgstr ""
|
284 |
|
285 |
+
#: adrotate-output.php:845
|
286 |
msgid "If you find AdRotate useful please leave your"
|
287 |
msgstr ""
|
288 |
|
289 |
+
#: adrotate-output.php:845
|
290 |
msgid "rating"
|
291 |
msgstr ""
|
292 |
|
293 |
+
#: adrotate-output.php:845
|
294 |
msgid "review"
|
295 |
msgstr ""
|
296 |
|
297 |
+
#: adrotate-output.php:845
|
298 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
299 |
msgstr ""
|
300 |
|
301 |
+
#: adrotate-output.php:846
|
302 |
msgid "Get more advanced features like Geo Targeting, scheduling and much more with AdRotate Pro."
|
303 |
msgstr ""
|
304 |
|
305 |
+
#: adrotate-output.php:846
|
306 |
msgid "Includes premium support and free updates for one year!"
|
307 |
msgstr ""
|
308 |
|
309 |
+
#: adrotate-output.php:846
|
310 |
msgid "Get started today"
|
311 |
msgstr ""
|
312 |
|
420 |
msgid "Fill in the ID of the type you want to display!"
|
421 |
msgstr ""
|
422 |
|
423 |
+
#: adrotate.php:105
|
424 |
msgid "General Info"
|
425 |
msgstr ""
|
426 |
|
427 |
+
#: adrotate.php:106
|
428 |
+
msgid "Get AdRotate Pro"
|
429 |
msgstr ""
|
430 |
|
431 |
+
#: adrotate.php:107
|
432 |
msgid "Manage Adverts"
|
433 |
msgstr ""
|
434 |
|
435 |
+
#: adrotate.php:108 dashboard/publisher/groups-main.php:12
|
436 |
msgid "Manage Groups"
|
437 |
msgstr ""
|
438 |
|
439 |
+
#: adrotate.php:109 dashboard/publisher/schedules-main.php:12
|
440 |
msgid "Manage Schedules"
|
441 |
msgstr ""
|
442 |
|
443 |
+
#: adrotate.php:110 adrotate.php:400 adrotate.php:521
|
444 |
+
#: dashboard/adrotatepro.php:98 dashboard/publisher/adverts-edit.php:177
|
445 |
#: dashboard/publisher/statistics-main.php:23
|
446 |
#: dashboard/settings/statistics.php:17
|
447 |
msgid "Statistics"
|
448 |
msgstr ""
|
449 |
|
450 |
+
#: adrotate.php:111
|
451 |
msgid "Manage Media"
|
452 |
msgstr ""
|
453 |
|
454 |
+
#: adrotate.php:112 adrotate.php:484
|
455 |
msgid "Support"
|
456 |
msgstr ""
|
457 |
|
458 |
+
#: adrotate.php:113
|
459 |
msgid "Settings"
|
460 |
msgstr ""
|
461 |
|
462 |
+
#: adrotate.php:134
|
463 |
msgid "AdRotate Info"
|
464 |
msgstr ""
|
465 |
|
466 |
+
#: adrotate.php:196
|
467 |
msgid "Advert Management"
|
468 |
msgstr ""
|
469 |
|
470 |
+
#: adrotate.php:256 adrotate.php:327
|
471 |
msgid "Manage"
|
472 |
msgstr ""
|
473 |
|
474 |
+
#: adrotate.php:257
|
475 |
msgid "Generator"
|
476 |
msgstr ""
|
477 |
|
478 |
+
#: adrotate.php:258 adrotate.php:328
|
479 |
msgid "Add New"
|
480 |
msgstr ""
|
481 |
|
482 |
+
#: adrotate.php:321
|
483 |
msgid "Group Management"
|
484 |
msgstr ""
|
485 |
|
486 |
+
#: adrotate.php:358
|
487 |
msgid "Schedules"
|
488 |
msgstr ""
|
489 |
|
490 |
+
#: adrotate.php:444
|
491 |
msgid "Media and Assets"
|
492 |
msgstr ""
|
493 |
|
494 |
+
#: adrotate.php:448
|
495 |
msgid "Upload images to the AdRotate Pro banners folder from here. This is useful if you have HTML5 adverts containing multiple files."
|
496 |
msgstr ""
|
497 |
|
498 |
+
#: adrotate.php:514
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
499 |
msgid "AdRotate Settings"
|
500 |
msgstr ""
|
501 |
|
502 |
+
#: adrotate.php:519 dashboard/publisher/statistics-main.php:28
|
503 |
msgid "General"
|
504 |
msgstr ""
|
505 |
|
506 |
+
#: adrotate.php:520 dashboard/settings/notifications.php:18
|
507 |
msgid "Notifications"
|
508 |
msgstr ""
|
509 |
|
510 |
+
#: adrotate.php:522 dashboard/publisher/adverts-edit.php:345
|
511 |
#: dashboard/publisher/groups-edit.php:205
|
512 |
#: dashboard/settings/advertisers.php:38
|
513 |
msgid "Geo Targeting"
|
514 |
msgstr ""
|
515 |
|
516 |
+
#: adrotate.php:523
|
517 |
msgid "Advertisers"
|
518 |
msgstr ""
|
519 |
|
520 |
+
#: adrotate.php:524 dashboard/settings/roles.php:17
|
521 |
msgid "Access Roles"
|
522 |
msgstr ""
|
523 |
|
524 |
+
#: adrotate.php:525 dashboard/settings/misc.php:16
|
525 |
msgid "Miscellaneous"
|
526 |
msgstr ""
|
527 |
|
528 |
+
#: adrotate.php:526 dashboard/settings/maintenance.php:16
|
529 |
msgid "Maintenance"
|
530 |
msgstr ""
|
531 |
|
532 |
+
#: dashboard/adrotatepro.php:47
|
533 |
msgid "Mobile campaigns"
|
534 |
msgstr ""
|
535 |
|
536 |
+
#: dashboard/adrotatepro.php:50
|
537 |
msgid "Target mobile users with ease and show the right adverts to smartphones, tablets and computers. Mix and match as you please and offer adverts that suit the device or mobile operating system. Create as many mobile adverts as you want without effort and with a few easy to use options they show up where you want them to!"
|
538 |
msgstr ""
|
539 |
|
540 |
+
#: dashboard/adrotatepro.php:55
|
541 |
msgid "Schedule all campaigns with ease"
|
542 |
msgstr ""
|
543 |
|
544 |
+
#: dashboard/adrotatepro.php:58
|
545 |
msgid "Schedule your adverts and set up advertising campaigns based on dates you or your advertisers specify without hassle. Seasonal adverts, weekly adverts, specific days in the week. You name it, AdRotate schedules it. This makes planning your revenue stream very flexible. You can set one or many schedules for adverts."
|
546 |
msgstr ""
|
547 |
|
548 |
+
#: dashboard/adrotatepro.php:63
|
549 |
msgid "Satisfy your advertisers"
|
550 |
msgstr ""
|
551 |
|
552 |
+
#: dashboard/adrotatepro.php:66
|
553 |
msgid "Set up advertisers and let them log in to their statistics or even create their own adverts. Created adverts go into a moderation queue for your staff to review. Advertisers have access to their own little dashboard where they can see their adverts performance."
|
554 |
msgstr ""
|
555 |
|
556 |
+
#: dashboard/adrotatepro.php:71
|
557 |
msgid "Get Fast Support almost all year round"
|
558 |
msgstr ""
|
559 |
|
560 |
+
#: dashboard/adrotatepro.php:74
|
561 |
msgid "When you activate your AdRotate Pro license you can use the more personal email support. No more queueing up in the forums. AdRotate support takes priority over the forums and is checked once or twice a day. Get a solution (usually) within two business days."
|
562 |
msgstr ""
|
563 |
|
564 |
+
#: dashboard/adrotatepro.php:82
|
565 |
msgid "Localize your ad campaigns with Geo Targeting"
|
566 |
msgstr ""
|
567 |
|
568 |
+
#: dashboard/adrotatepro.php:85
|
569 |
msgid "Go nationwide or global with localized adverts for your various audiences. Set up adverts for countries and cities and sell impressions per general area. Connect your site to MaxMind GeoIP2: Precision or AdRotate Geo. AdRotate Geo is an exclusive Geo Lookup service for AdRotate Pro users."
|
570 |
msgstr ""
|
571 |
|
572 |
+
#: dashboard/adrotatepro.php:90
|
573 |
msgid "Avoid adblockers"
|
574 |
msgstr ""
|
575 |
|
576 |
+
#: dashboard/adrotatepro.php:93
|
577 |
msgid "Try and avoid adblockers so your adverts get the exposure you want them to have. AdRotate Pro offers some advanced tools to deceive adblockers so your adverts are less likely to be removed. Of-course make sure you create your adverts smartly so these features reach their full potential!"
|
578 |
msgstr ""
|
579 |
|
580 |
+
#: dashboard/adrotatepro.php:101
|
581 |
msgid "Get statistics in AdRotate Pro. Similar to the free version you can track stats in AdRotate itself and use all kinds of extra scheduling options. Or you can track stats in Google Analytics and see more in-depth information which relates to your visitors that way."
|
582 |
msgstr ""
|
583 |
|
584 |
+
#: dashboard/adrotatepro.php:106
|
585 |
msgid "Stay up-to-date with notifications"
|
586 |
msgstr ""
|
587 |
|
588 |
+
#: dashboard/adrotatepro.php:109
|
589 |
msgid "Stay in touch with Email notifications. Have AdRotate send you an alert when adverts expire or need your attention. Get notified when adverts expire, have errors or when advertisers create new adverts. Select up to three email addresses to be notified. Never miss an expiration date again."
|
590 |
msgstr ""
|
591 |
|
620 |
msgid "Have errors"
|
621 |
msgstr ""
|
622 |
|
623 |
+
#: dashboard/info.php:74
|
|
|
|
|
|
|
|
|
624 |
msgid "AdRotate Professional has a lot more functions for even better advertising management. Check out the feature comparison tab on any of the product pages to see what AdRotate Pro has to offer for you!"
|
625 |
msgstr ""
|
626 |
|
627 |
+
#: dashboard/info.php:76
|
628 |
msgid "Single License"
|
629 |
msgstr ""
|
630 |
|
631 |
+
#: dashboard/info.php:76
|
632 |
msgid "Use on ONE WordPress installation."
|
633 |
msgstr ""
|
634 |
|
635 |
+
#: dashboard/info.php:76 dashboard/info.php:77 dashboard/info.php:78
|
636 |
+
#: dashboard/info.php:79
|
637 |
msgid "Buy now"
|
638 |
msgstr ""
|
639 |
|
640 |
+
#: dashboard/info.php:77
|
641 |
msgid "Duo License"
|
642 |
msgstr ""
|
643 |
|
644 |
+
#: dashboard/info.php:77
|
645 |
msgid "Use on TWO WordPress installations."
|
646 |
msgstr ""
|
647 |
|
648 |
+
#: dashboard/info.php:78
|
649 |
msgid "Multi License"
|
650 |
msgstr ""
|
651 |
|
652 |
+
#: dashboard/info.php:78
|
653 |
msgid "Use on up to FIVE WordPress installations."
|
654 |
msgstr ""
|
655 |
|
656 |
+
#: dashboard/info.php:79
|
657 |
msgid "Developer License"
|
658 |
msgstr ""
|
659 |
|
660 |
+
#: dashboard/info.php:79
|
661 |
msgid "Use on up to a HUNDRED WordPress installations and/or networks."
|
662 |
msgstr ""
|
663 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
664 |
#: dashboard/publisher/adverts-disabled.php:15
|
665 |
msgid "Disabled Adverts"
|
666 |
msgstr ""
|
680 |
|
681 |
#: dashboard/publisher/adverts-disabled.php:22
|
682 |
#: dashboard/publisher/adverts-error.php:21
|
683 |
+
#: dashboard/publisher/adverts-main.php:22 dashboard/publisher/media.php:68
|
684 |
+
#: dashboard/publisher/media.php:73 dashboard/publisher/media.php:77
|
685 |
msgid "Delete"
|
686 |
msgstr ""
|
687 |
|
723 |
#: dashboard/publisher/adverts-main.php:41
|
724 |
#: dashboard/publisher/groups-edit.php:65
|
725 |
#: dashboard/publisher/groups-edit.php:360
|
726 |
+
#: dashboard/publisher/groups-main.php:33 dashboard/publisher/media.php:48
|
727 |
#: dashboard/publisher/schedules-main.php:33
|
728 |
msgid "Name"
|
729 |
msgstr ""
|
955 |
#: dashboard/publisher/adverts-edit.php:261
|
956 |
#: dashboard/publisher/adverts-edit.php:343
|
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
|
1387 |
msgstr ""
|
1388 |
|
1389 |
#: dashboard/publisher/adverts-generator.php:113
|
1390 |
+
#: dashboard/publisher/media.php:37
|
1391 |
msgid "Important:"
|
1392 |
msgstr ""
|
1393 |
|
1846 |
msgid "No groups created!"
|
1847 |
msgstr ""
|
1848 |
|
1849 |
+
#: dashboard/publisher/media.php:19
|
1850 |
msgid "Upload new file"
|
1851 |
msgstr ""
|
1852 |
|
1853 |
+
#: dashboard/publisher/media.php:37
|
1854 |
msgid "Accepted files:"
|
1855 |
msgstr ""
|
1856 |
|
1857 |
+
#: dashboard/publisher/media.php:37
|
1858 |
msgid "Maximum size is 512Kb per file."
|
1859 |
msgstr ""
|
1860 |
|
1861 |
+
#: dashboard/publisher/media.php:37
|
1862 |
msgid "Make sure your file has no spaces or special characters in the name. Replace spaces with a - or _."
|
1863 |
msgstr ""
|
1864 |
|
1865 |
+
#: dashboard/publisher/media.php:37
|
1866 |
+
msgid "Zip files are automatically extracted in the location where they are uploaded and the original zip file will be deleted once extracted."
|
1867 |
msgstr ""
|
1868 |
|
1869 |
+
#: dashboard/publisher/media.php:37
|
1870 |
+
msgid "You can create top-level folders below. Folder names can between 1 and 100 characters long. Any special characters are stripped out."
|
1871 |
+
msgstr ""
|
1872 |
+
|
1873 |
+
#: dashboard/publisher/media.php:40
|
1874 |
msgid "Upload file"
|
1875 |
msgstr ""
|
1876 |
|
1877 |
+
#: dashboard/publisher/media.php:40
|
1878 |
msgid "Click only once per file!"
|
1879 |
msgstr ""
|
1880 |
|
1881 |
+
#: dashboard/publisher/media.php:43
|
1882 |
msgid "Available files in"
|
1883 |
msgstr ""
|
1884 |
|
1885 |
+
#: dashboard/publisher/media.php:55
|
1886 |
+
msgid "Create folder"
|
1887 |
msgstr ""
|
1888 |
|
1889 |
+
#: dashboard/publisher/media.php:88
|
1890 |
msgid "No files found!"
|
1891 |
msgstr ""
|
1892 |
|
1893 |
+
#: dashboard/publisher/media.php:96
|
1894 |
msgid "Make sure the banner images are not in use by adverts when you delete them!"
|
1895 |
msgstr ""
|
1896 |
|
1897 |
+
#: dashboard/publisher/media.php:96
|
1898 |
+
msgid "Deleting a folder deletes everything inside that folder as well!"
|
|
|
|
|
|
|
1899 |
msgstr ""
|
1900 |
|
1901 |
#: dashboard/publisher/schedules-main.php:13
|
2010 |
msgid "All statistics are indicative. They do not nessesarily reflect results counted by other parties."
|
2011 |
msgstr ""
|
2012 |
|
2013 |
+
#: dashboard/publisher/statistics-advert.php:109
|
2014 |
+
#: dashboard/publisher/statistics-group.php:113
|
2015 |
+
#: dashboard/publisher/statistics-main.php:83
|
2016 |
+
msgid "Get more features with AdRotate Pro"
|
2017 |
+
msgstr ""
|
2018 |
+
|
2019 |
#: dashboard/publisher/statistics-group.php:46
|
2020 |
msgid "Statistics for group"
|
2021 |
msgstr ""
|
2074 |
|
2075 |
#: dashboard/settings/advertisers.php:53 dashboard/settings/general.php:78
|
2076 |
#: dashboard/settings/maintenance.php:97 dashboard/settings/misc.php:47
|
2077 |
+
#: dashboard/settings/notifications.php:72 dashboard/settings/roles.php:55
|
2078 |
#: dashboard/settings/statistics.php:83
|
2079 |
msgid "Update Options"
|
2080 |
msgstr ""
|
2629 |
msgid "Messages are sent once every 24 hours. Maximum of 5 addresses. Comma separated. This field may not be empty!"
|
2630 |
msgstr ""
|
2631 |
|
|
|
|
|
|
|
|
|
2632 |
#: dashboard/settings/roles.php:18
|
2633 |
msgid "Who has access to what?"
|
2634 |
msgstr ""
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Tags: adverts, ads, banners, advert manager, ad manager, banner manager, monetis
|
|
5 |
Requires at least: 4.6
|
6 |
Requires PHP: 5.6
|
7 |
Tested up to: 5.4.2
|
8 |
-
Stable tag: 5.8.
|
9 |
License: GPLv3
|
10 |
|
11 |
AdRotate is the only advert manager you'll ever need for WordPress.
|
@@ -61,38 +61,36 @@ For more detailed instructions check out the [installation steps](https://ajdg.s
|
|
61 |
|
62 |
For the full changelog check out the [development page](https://ajdg.solutions/support/adrotate-development/?pk_campaign=adrotatefree&pk_keyword=readme).
|
63 |
|
64 |
-
= AdRotate 5.8.
|
65 |
-
* [
|
66 |
-
* [
|
67 |
-
|
68 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
* [fix] Possible SQL injection vulnerability for certain urls
|
70 |
-
|
71 |
-
|
72 |
-
* [
|
73 |
-
* [
|
74 |
-
* [
|
|
|
|
|
|
|
75 |
|
76 |
Be a Pro and get [AdRotate Professional](https://ajdg.solutions/product-category/adrotate-pro/?pk_campaign=adrotatefree&pk_keyword=readme)!
|
77 |
|
78 |
-
= AdRotate Professional 5.8.3 =
|
79 |
-
* [new] Configuration notifications when editing groups
|
80 |
-
* [new] Configuration notifications when editing schedules
|
81 |
-
* [new] Set schedule to auto-delete when creating an advert
|
82 |
-
* [new] Added ipstack status notifications
|
83 |
-
* [new] Portable adverts
|
84 |
-
* [fix] Better handling for errors when the update check fails
|
85 |
-
* [change] Better 'onboarding' for new users
|
86 |
-
* [change] Tweaks to notification banner for upgrading users
|
87 |
-
* [change] Tweaks to AdRotate Geo notifications
|
88 |
-
* [change] Dashboard tweaks
|
89 |
-
* [i18n] Updated Dutch, French, German, Italian and Spanish
|
90 |
-
* [api] Provide basic update info for inactive licenses
|
91 |
-
|
92 |
-
= AdRotate Professional 5.8.2 =
|
93 |
-
* Improved WordPress 5.4.1 compatibility
|
94 |
-
* [i18n] Updated french translation
|
95 |
-
|
96 |
== Upgrade Notice ==
|
97 |
|
98 |
Enjoy this latest update with the latest tweaks and improvements for AdRotate for WordPress!
|
5 |
Requires at least: 4.6
|
6 |
Requires PHP: 5.6
|
7 |
Tested up to: 5.4.2
|
8 |
+
Stable tag: 5.8.6
|
9 |
License: GPLv3
|
10 |
|
11 |
AdRotate is the only advert manager you'll ever need for WordPress.
|
61 |
|
62 |
For the full changelog check out the [development page](https://ajdg.solutions/support/adrotate-development/?pk_campaign=adrotatefree&pk_keyword=readme).
|
63 |
|
64 |
+
= AdRotate 5.8.6 =
|
65 |
+
* [CAUTION] PHP snippet syntax has changed, check manual!
|
66 |
+
* [new] Added/Unlocked AdRotate Media Manager
|
67 |
+
* [new] Create folders from the Media Manager
|
68 |
+
* [change] Redesigned Info dashboard
|
69 |
+
* [change] Removed affiliate offers
|
70 |
+
* [change] Re-arranged AdRotate Pro page
|
71 |
+
|
72 |
+
= AdRotate Professional 5.8.4 =
|
73 |
+
* [CAUTION] PHP snippet syntax has changed, check manual!
|
74 |
+
* [new] License validity available in your Dashboard
|
75 |
+
* [new] Remove wrapper code from advert for inline use with PHP
|
76 |
+
* [new] Remove wrapper code from advert for inline use with Shortcode
|
77 |
+
* [new] Create folders from the Media Manager
|
78 |
+
* [change] Geo Lookup requests for may now take up to 5 seconds
|
79 |
+
* [fix] Faulty ; in the group CSS output for margins
|
80 |
+
* [fix] Plugin updates not always showing without an active license
|
81 |
+
* [fix] Check for update when activating license
|
82 |
* [fix] Possible SQL injection vulnerability for certain urls
|
83 |
+
* [fix] Improved MySQL 8 compatibility
|
84 |
+
* [fix] Improved error handling for AdRotate Geo
|
85 |
+
* [fix] Advertisers no longer create empty ads when adding new adverts
|
86 |
+
* [api] Updated license (de)activation routine
|
87 |
+
* [api] Smaller data size for update checks and Geotargeting (faster)
|
88 |
+
* [api] Requests may now take up to 5 seconds (up from 2 seconds)
|
89 |
+
* [api] Clearer status message for invalid and expired licenses
|
90 |
+
* [api] More accurate latency calculation
|
91 |
|
92 |
Be a Pro and get [AdRotate Professional](https://ajdg.solutions/product-category/adrotate-pro/?pk_campaign=adrotatefree&pk_keyword=readme)!
|
93 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
94 |
== Upgrade Notice ==
|
95 |
|
96 |
Enjoy this latest update with the latest tweaks and improvements for AdRotate for WordPress!
|