Version Description
- added "Taxonomy" Display Condition
- display arrow if an Ad Health message is a link
- removed "jQuery not in Header" warning after we fixed all known issues
- renamed and updated add-on updater class to use SSL only
- updated pt_BR translation
- added Japanese translation
- replaced "Cheatin' uh?" message with something useful if user role does not have required permissions
- prevent output of Adsense ads on AMP pages if they are not converted to AMP-format with Responsive add-on
Download this release
Release Info
Developer | webzunft |
Plugin | Advanced Ads |
Version | 1.8.4 |
Comparing to | |
See all releases |
Code changes from version 1.8.3 to 1.8.4
- admin/assets/css/admin.css +13 -1
- admin/class-advanced-ads-admin.php +22 -7
- admin/includes/class-ad-type.php +20 -20
- admin/includes/class-licenses.php +1 -1
- admin/includes/class-menu.php +20 -14
- admin/includes/class-notices.php +2 -0
- admin/includes/class-overview-widgets.php +297 -196
- admin/includes/class-settings.php +29 -0
- admin/views/ad-list-no-ads.php +1 -1
- admin/views/overview-addons-line.php +9 -0
- admin/views/overview-widget.php +8 -0
- admin/views/overview.php +4 -29
- admin/views/placements.php +2 -0
- admin/views/setting-target.php +3 -0
- advanced-ads.php +2 -2
- classes/EDD_SL_Plugin_Updater.php +21 -7
- classes/ad_group.php +1 -1
- classes/ad_type_content.php +5 -5
- classes/ad_type_dummy.php +4 -1
- classes/ad_type_image.php +4 -2
- classes/display-conditions.php +126 -36
- classes/frontend_checks.php +12 -9
- composer.lock +8 -5
- languages/advanced-ads-ja.mo +0 -0
- languages/advanced-ads-ja.po +3800 -0
- languages/advanced-ads-pt_BR.mo +0 -0
- languages/advanced-ads-pt_BR.po +3441 -3342
- modules/gadsense/includes/class-ad-type-adsense.php +3 -0
- readme.txt +13 -2
- vendor/autoload_52.php +1 -1
- vendor/composer/autoload_classmap.php +88 -1
- vendor/composer/autoload_real_52.php +3 -3
- vendor/composer/autoload_static.php +1 -1
- vendor/composer/installed.json +9 -6
- vendor/composer/installers/.travis.yml +15 -4
- vendor/composer/installers/CHANGELOG.md +12 -3
- vendor/composer/installers/README.md +4 -0
- vendor/composer/installers/_config.yml +1 -0
- vendor/composer/installers/composer.json +3 -0
- vendor/composer/installers/src/Composer/Installers/EzPlatformInstaller.php +10 -0
- vendor/composer/installers/src/Composer/Installers/Installer.php +4 -0
- vendor/composer/installers/src/Composer/Installers/LanManagementSystemInstaller.php +27 -0
- vendor/composer/installers/src/Composer/Installers/LavaLiteInstaller.php +1 -1
- vendor/composer/installers/src/Composer/Installers/OsclassInstaller.php +14 -0
- vendor/composer/installers/src/Composer/Installers/UserFrostingInstaller.php +9 -0
- vendor/composer/installers/tests/Composer/Installers/Test/InstallerTest.php +25 -1
admin/assets/css/admin.css
CHANGED
@@ -13,6 +13,18 @@
|
|
13 |
/* .toplevel_page_advanced-ads #dashboard-widgets .postbox-container .postbox + .postbox { margin-left: 1%; } */
|
14 |
.toplevel_page_advanced-ads #dashboard-widgets .postbox-container .postbox ul.list { list-style: inside; }
|
15 |
.toplevel_page_advanced-ads .metabox-holder .postbox-container .empty-container { display: none; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
|
17 |
/**
|
18 |
* AD OVERVIEW PAGE
|
@@ -357,7 +369,7 @@ tr:hover .on-hover { display: block; }
|
|
357 |
#advanced-ads-rfc-dialog .cancel-button { display: inline; }
|
358 |
|
359 |
/* Fix Safari autofill: https://stackoverflow.com/questions/38663578/how-to-hide-autofill-safari-icon-in-input-field */
|
360 |
-
input::-webkit-contacts-auto-fill-button {
|
361 |
visibility: hidden;
|
362 |
display: none !important;
|
363 |
pointer-events: none;
|
13 |
/* .toplevel_page_advanced-ads #dashboard-widgets .postbox-container .postbox + .postbox { margin-left: 1%; } */
|
14 |
.toplevel_page_advanced-ads #dashboard-widgets .postbox-container .postbox ul.list { list-style: inside; }
|
15 |
.toplevel_page_advanced-ads .metabox-holder .postbox-container .empty-container { display: none; }
|
16 |
+
#advads-overview { max-width: 1000px; }
|
17 |
+
#advads-overview .postbox.position-left { width: 49%; float: left }
|
18 |
+
#advads-overview .postbox.position-right { width: 49%; float: right }
|
19 |
+
#advads-overview .postbox.position-full { clear: both; float: none; }
|
20 |
+
#advads-overview .postbox h2 { border-bottom: 1px solid #eee; font-size: 14px; padding: 8px 12px; margin: 0; line-height: 1.4; }
|
21 |
+
#advads-overview #advads_overview_addons ul, #advads-overview #advads_overview_addons ul li { list-style: disc inside; }
|
22 |
+
#advads-overview #advads_overview_addons table th { vertical-align: top; font-weight: bold; max-width: 150px; position: relative; top: 0; }
|
23 |
+
#advads-overview #advads_overview_addons table tr.recommended th:before { position:absolute; top: 2px; left: 10px; font-size: .9em; content: 'Recommended'; color: green; font-weight: normal; }
|
24 |
+
#advads-overview #advads_overview_addons table tr.free th:before { position:absolute; top: 2px; left: 10px; font-size: .9em; content: 'Free'; color: green; }
|
25 |
+
#advads-overview #advads_overview_addons table tr.recommended th,
|
26 |
+
#advads-overview #advads_overview_addons table tr.free th { padding-top: 20px; }
|
27 |
+
#advads_overview_news .button-primary { margin-left: 0; }
|
28 |
|
29 |
/**
|
30 |
* AD OVERVIEW PAGE
|
369 |
#advanced-ads-rfc-dialog .cancel-button { display: inline; }
|
370 |
|
371 |
/* Fix Safari autofill: https://stackoverflow.com/questions/38663578/how-to-hide-autofill-safari-icon-in-input-field */
|
372 |
+
.post-type-advanced_ads input::-webkit-contacts-auto-fill-button {
|
373 |
visibility: hidden;
|
374 |
display: none !important;
|
375 |
pointer-events: none;
|
admin/class-advanced-ads-admin.php
CHANGED
@@ -88,7 +88,8 @@ class Advanced_Ads_Admin {
|
|
88 |
$plugin = Advanced_Ads::get_instance();
|
89 |
$this->plugin_slug = $plugin->get_plugin_slug();
|
90 |
|
91 |
-
|
|
|
92 |
// Load admin style sheet and JavaScript.
|
93 |
add_action( 'admin_enqueue_scripts', array( $this, 'enqueue_admin_styles' ) );
|
94 |
add_action( 'admin_enqueue_scripts', array( $this, 'enqueue_admin_scripts' ), 9 );
|
@@ -98,12 +99,7 @@ class Advanced_Ads_Admin {
|
|
98 |
|
99 |
// check for update logic
|
100 |
add_action( 'admin_notices', array($this, 'admin_notices') );
|
101 |
-
|
102 |
-
|
103 |
-
// set 1 column layout on overview page as user and page option
|
104 |
-
add_filter( 'screen_layout_columns', array('Advanced_Ads_Overview_Widgets_Callbacks', 'one_column_overview_page') );
|
105 |
-
add_filter( 'get_user_option_screen_layout_toplevel_page_advanced', array( 'Advanced_Ads_Overview_Widgets_Callbacks', 'one_column_overview_page_user') );
|
106 |
-
|
107 |
// add links to plugin page
|
108 |
add_filter( 'plugin_action_links_' . ADVADS_BASE, array( $this, 'add_plugin_links' ) );
|
109 |
|
@@ -145,6 +141,25 @@ class Advanced_Ads_Admin {
|
|
145 |
|
146 |
return self::$instance;
|
147 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
148 |
|
149 |
/**
|
150 |
* Register and enqueue admin-specific style sheet.
|
88 |
$plugin = Advanced_Ads::get_instance();
|
89 |
$this->plugin_slug = $plugin->get_plugin_slug();
|
90 |
|
91 |
+
add_action( 'current_screen', array( $this, 'current_screen' ) );
|
92 |
+
|
93 |
// Load admin style sheet and JavaScript.
|
94 |
add_action( 'admin_enqueue_scripts', array( $this, 'enqueue_admin_styles' ) );
|
95 |
add_action( 'admin_enqueue_scripts', array( $this, 'enqueue_admin_scripts' ), 9 );
|
99 |
|
100 |
// check for update logic
|
101 |
add_action( 'admin_notices', array($this, 'admin_notices') );
|
102 |
+
|
|
|
|
|
|
|
|
|
|
|
103 |
// add links to plugin page
|
104 |
add_filter( 'plugin_action_links_' . ADVADS_BASE, array( $this, 'add_plugin_links' ) );
|
105 |
|
141 |
|
142 |
return self::$instance;
|
143 |
}
|
144 |
+
|
145 |
+
/**
|
146 |
+
* general stuff after page is loaded and screen variable is available
|
147 |
+
*/
|
148 |
+
public function current_screen(){
|
149 |
+
$screen = get_current_screen();
|
150 |
+
|
151 |
+
if( !isset( $screen->id ) ){
|
152 |
+
return;
|
153 |
+
}
|
154 |
+
|
155 |
+
switch( $screen->id ){
|
156 |
+
case 'edit-advanced_ads' : // ad overview page
|
157 |
+
case 'advanced_ads' : // ad edit page
|
158 |
+
// remove notice about missing first ad
|
159 |
+
Advanced_Ads_Admin_Notices::get_instance()->remove_from_queue( 'nl_intro' );
|
160 |
+
break;
|
161 |
+
}
|
162 |
+
}
|
163 |
|
164 |
/**
|
165 |
* Register and enqueue admin-specific style sheet.
|
admin/includes/class-ad-type.php
CHANGED
@@ -18,7 +18,6 @@ class Advanced_Ads_Admin_Ad_Type {
|
|
18 |
protected $post_type = '';
|
19 |
|
20 |
private function __construct() {
|
21 |
-
add_filter( 'wp', array($this, 'wp_loaded') );
|
22 |
// registering custom columns needs to work with and without DOING_AJAX
|
23 |
add_filter( 'manage_advanced_ads_posts_columns', array($this, 'ad_list_columns_head') ); // extra column
|
24 |
add_filter( 'manage_advanced_ads_posts_custom_column', array($this, 'ad_list_columns_content'), 10, 2 ); // extra column
|
@@ -47,6 +46,8 @@ class Advanced_Ads_Admin_Ad_Type {
|
|
47 |
add_filter( 'post_updated_messages', array($this, 'ad_update_messages') );
|
48 |
|
49 |
$this->post_type = constant( 'Advanced_Ads::POST_TYPE_SLUG' );
|
|
|
|
|
50 |
}
|
51 |
|
52 |
/**
|
@@ -63,24 +64,6 @@ class Advanced_Ads_Admin_Ad_Type {
|
|
63 |
return self::$instance;
|
64 |
}
|
65 |
|
66 |
-
/**
|
67 |
-
* general stuff after page is loaded and screen variable is available
|
68 |
-
*/
|
69 |
-
public function wp_loaded(){
|
70 |
-
$screen = get_current_screen();
|
71 |
-
|
72 |
-
if( !isset( $screen->id ) ){
|
73 |
-
return;
|
74 |
-
}
|
75 |
-
|
76 |
-
switch( $screen->id ){
|
77 |
-
case 'edit-advanced_ads' : // ad edit page
|
78 |
-
// remove notice about missing first ad
|
79 |
-
Advanced_Ads_Admin_Notices::get_instance()->remove_from_queue( 'nl_intro' );
|
80 |
-
break;
|
81 |
-
}
|
82 |
-
}
|
83 |
-
|
84 |
/**
|
85 |
* add heading for extra column of ads list
|
86 |
* remove the date column
|
@@ -599,4 +582,21 @@ class Advanced_Ads_Admin_Ad_Type {
|
|
599 |
return $errors;
|
600 |
}
|
601 |
|
602 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
protected $post_type = '';
|
19 |
|
20 |
private function __construct() {
|
|
|
21 |
// registering custom columns needs to work with and without DOING_AJAX
|
22 |
add_filter( 'manage_advanced_ads_posts_columns', array($this, 'ad_list_columns_head') ); // extra column
|
23 |
add_filter( 'manage_advanced_ads_posts_custom_column', array($this, 'ad_list_columns_content'), 10, 2 ); // extra column
|
46 |
add_filter( 'post_updated_messages', array($this, 'ad_update_messages') );
|
47 |
|
48 |
$this->post_type = constant( 'Advanced_Ads::POST_TYPE_SLUG' );
|
49 |
+
|
50 |
+
add_filter( 'gettext', array( $this, 'replace_cheating_message' ), 20, 2 );
|
51 |
}
|
52 |
|
53 |
/**
|
64 |
return self::$instance;
|
65 |
}
|
66 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
/**
|
68 |
* add heading for extra column of ads list
|
69 |
* remove the date column
|
582 |
return $errors;
|
583 |
}
|
584 |
|
585 |
+
/**
|
586 |
+
* Replace 'Cheatin’ uh?' message if user role does not have required permissions.
|
587 |
+
*
|
588 |
+
* @param string $translation Translated text.
|
589 |
+
* @param string $text Text to translate.
|
590 |
+
* @return string $translation Translated text.
|
591 |
+
*/
|
592 |
+
public function replace_cheating_message( $translated_text, $untranslated_text ) {
|
593 |
+
global $typenow;
|
594 |
+
|
595 |
+
if ( isset( $typenow ) && $untranslated_text === 'Cheatin’ uh?' && $typenow === $this->post_type ) {
|
596 |
+
$translated_text = __( 'You don’t have access to ads. Please deactivate and re-enable Advanced Ads again to fix this.', 'advanced-ads' );
|
597 |
+
}
|
598 |
+
|
599 |
+
return $translated_text;
|
600 |
+
}
|
601 |
+
|
602 |
+
}
|
admin/includes/class-licenses.php
CHANGED
@@ -409,7 +409,7 @@ class Advanced_Ads_Admin_Licenses {
|
|
409 |
// add_filter( 'expiration_of_transient_' . $transient_key, array( $this, 'set_expiration_of_update_transient' ) );
|
410 |
add_filter( 'pre_update_option_' . $transient_key, array( $this, 'set_expiration_of_update_option' ) );
|
411 |
|
412 |
-
new
|
413 |
'version' => $_add_on['version'],
|
414 |
'license' => $license_key,
|
415 |
'item_name' => $_add_on['name'],
|
409 |
// add_filter( 'expiration_of_transient_' . $transient_key, array( $this, 'set_expiration_of_update_transient' ) );
|
410 |
add_filter( 'pre_update_option_' . $transient_key, array( $this, 'set_expiration_of_update_option' ) );
|
411 |
|
412 |
+
new ADVADS_SL_Plugin_Updater( ADVADS_URL, $_add_on['path'], array(
|
413 |
'version' => $_add_on['version'],
|
414 |
'license' => $license_key,
|
415 |
'item_name' => $_add_on['name'],
|
admin/includes/class-menu.php
CHANGED
@@ -47,17 +47,31 @@ class Advanced_Ads_Admin_Menu {
|
|
47 |
*/
|
48 |
public function add_plugin_admin_menu() {
|
49 |
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
)
|
54 |
-
|
|
|
|
|
|
|
55 |
// forward Ads link to new-ad page when there is no ad existing yet.
|
56 |
// the target to post-new.php needs the extra "new" or any other attribute, since the original add-ad link was removed by CSS using the exact href attribute as a selector
|
57 |
-
$target = ( !
|
58 |
add_submenu_page(
|
59 |
$this->plugin_slug, __( 'Ads', 'advanced-ads' ), __( 'Ads', 'advanced-ads' ), Advanced_Ads_Plugin::user_cap( 'advanced_ads_edit_ads'), $target
|
60 |
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
|
62 |
// hidden by css; not placed in 'options.php' in order to highlight the correct item, see the 'highlight_menu_item()'
|
63 |
if ( ! current_user_can( 'edit_posts' ) ) {
|
@@ -106,14 +120,6 @@ class Advanced_Ads_Admin_Menu {
|
|
106 |
*/
|
107 |
public function display_overview_page() {
|
108 |
|
109 |
-
$screen = get_current_screen();
|
110 |
-
|
111 |
-
// set up overview widgets
|
112 |
-
Advanced_Ads_Overview_Widgets_Callbacks::setup_overview_widgets( $screen );
|
113 |
-
|
114 |
-
// convert from vertical order to horizontal
|
115 |
-
$screen->add_option( 'layout_columns', 1 );
|
116 |
-
|
117 |
include ADVADS_BASE_PATH . 'admin/views/overview.php';
|
118 |
}
|
119 |
|
47 |
*/
|
48 |
public function add_plugin_admin_menu() {
|
49 |
|
50 |
+
$has_ads = Advanced_Ads::get_number_of_ads();
|
51 |
+
|
52 |
+
// use the overview page only when there is an ad already
|
53 |
+
if( $has_ads ){
|
54 |
+
add_menu_page(
|
55 |
+
__( 'Overview', 'advanced-ads' ), 'Advanced Ads', Advanced_Ads_Plugin::user_cap( 'advanced_ads_see_interface'), $this->plugin_slug, array($this, 'display_overview_page'), 'dashicons-chart-line', '58.74'
|
56 |
+
);
|
57 |
+
}
|
58 |
// forward Ads link to new-ad page when there is no ad existing yet.
|
59 |
// the target to post-new.php needs the extra "new" or any other attribute, since the original add-ad link was removed by CSS using the exact href attribute as a selector
|
60 |
+
$target = ( ! $has_ads ) ? 'post-new.php?post_type=' . Advanced_Ads::POST_TYPE_SLUG . '&new=new' : 'edit.php?post_type=' . Advanced_Ads::POST_TYPE_SLUG;
|
61 |
add_submenu_page(
|
62 |
$this->plugin_slug, __( 'Ads', 'advanced-ads' ), __( 'Ads', 'advanced-ads' ), Advanced_Ads_Plugin::user_cap( 'advanced_ads_edit_ads'), $target
|
63 |
);
|
64 |
+
|
65 |
+
// display the main overview page as second item when we don’t have ads yet
|
66 |
+
if( ! $has_ads ){
|
67 |
+
add_menu_page(
|
68 |
+
__( 'Overview', 'advanced-ads' ), 'Advanced Ads', Advanced_Ads_Plugin::user_cap( 'advanced_ads_see_interface'), $this->plugin_slug, array($this, 'display_overview_page'), 'dashicons-chart-line', '58.74'
|
69 |
+
);
|
70 |
+
|
71 |
+
add_submenu_page(
|
72 |
+
$this->plugin_slug, __( 'Overview', 'advanced-ads' ), __( 'Overview', 'advanced-ads' ), Advanced_Ads_Plugin::user_cap( 'advanced_ads_see_interface'), $this->plugin_slug, array($this, 'display_overview_page')
|
73 |
+
);
|
74 |
+
}
|
75 |
|
76 |
// hidden by css; not placed in 'options.php' in order to highlight the correct item, see the 'highlight_menu_item()'
|
77 |
if ( ! current_user_can( 'edit_posts' ) ) {
|
120 |
*/
|
121 |
public function display_overview_page() {
|
122 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
123 |
include ADVADS_BASE_PATH . 'admin/views/overview.php';
|
124 |
}
|
125 |
|
admin/includes/class-notices.php
CHANGED
@@ -298,6 +298,8 @@ class Advanced_Ads_Admin_Notices {
|
|
298 |
// only update if changed
|
299 |
if( $options_before !== $options ){
|
300 |
$this->update_options( $options );
|
|
|
|
|
301 |
}
|
302 |
}
|
303 |
|
298 |
// only update if changed
|
299 |
if( $options_before !== $options ){
|
300 |
$this->update_options( $options );
|
301 |
+
// update already registered notices
|
302 |
+
$this->load_notices();
|
303 |
}
|
304 |
}
|
305 |
|
admin/includes/class-overview-widgets.php
CHANGED
@@ -8,87 +8,78 @@
|
|
8 |
*/
|
9 |
class Advanced_Ads_Overview_Widgets_Callbacks {
|
10 |
|
11 |
-
/**
|
12 |
-
* set the overview page to one column layout so widgets can get ordered horizontally
|
13 |
-
*
|
14 |
-
* @since 1.4.3
|
15 |
-
* @param arr $columns columns array
|
16 |
-
* @return int $columns
|
17 |
-
*/
|
18 |
-
static function one_column_overview_page( $columns ) {
|
19 |
-
// $columns['toplevel_page_advanced-ads'] = 1;
|
20 |
-
return $columns;
|
21 |
-
}
|
22 |
-
|
23 |
-
/**
|
24 |
-
* set the overview page to one column layout so widgets can get ordered horizontally
|
25 |
-
* this overwrites user settings
|
26 |
-
*
|
27 |
-
* @since 1.4.3
|
28 |
-
* @return int $columns
|
29 |
-
*/
|
30 |
-
function one_column_overview_page_user() {
|
31 |
-
// return 1;
|
32 |
-
}
|
33 |
-
|
34 |
/**
|
35 |
* register the plugin overview widgets
|
36 |
*
|
37 |
* @since 1.4.3
|
38 |
-
* @param obj $screen
|
39 |
*/
|
40 |
-
public static function setup_overview_widgets(
|
41 |
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
array('Advanced_Ads_Overview_Widgets_Callbacks', 'render_subscribe'), $screen->id, 'normal', 'high');
|
47 |
-
add_meta_box('advads_overview_addon_help', __( 'Setup and Optimization Help', 'advanced-ads' ),
|
48 |
-
array('Advanced_Ads_Overview_Widgets_Callbacks', 'render_help'), $screen->id, 'normal', 'high');
|
49 |
-
add_meta_box('advads_overview_support', __( 'Manual and Support', 'advanced-ads' ),
|
50 |
-
array('Advanced_Ads_Overview_Widgets_Callbacks', 'render_support'), $screen->id, 'normal', 'high');
|
51 |
|
52 |
// add widgets for pro add ons
|
53 |
-
add_meta_box('
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
array('Advanced_Ads_Overview_Widgets_Callbacks', 'render_add_on_sticky'), $screen->id, 'side', 'high');
|
63 |
-
add_meta_box('advads_overview_addon_layer', __( 'PopUps and Layers', 'advanced-ads' ),
|
64 |
-
array('Advanced_Ads_Overview_Widgets_Callbacks', 'render_add_on_layer'), $screen->id, 'side', 'high');
|
65 |
-
add_meta_box('advads_overview_addon_slider', __( 'Ad Slider', 'advanced-ads' ),
|
66 |
-
array('Advanced_Ads_Overview_Widgets_Callbacks', 'render_add_on_slider'), $screen->id, 'side', 'high');
|
67 |
-
add_meta_box('advads_overview_addon_sellingads', __( 'Selling Ads', 'advanced-ads' ),
|
68 |
-
array('Advanced_Ads_Overview_Widgets_Callbacks', 'render_add_on_sellingads'), $screen->id, 'side', 'high');
|
69 |
|
70 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
}
|
72 |
|
73 |
/**
|
74 |
-
*
|
75 |
*
|
76 |
* @since 1.5.4
|
77 |
*/
|
78 |
-
public static function
|
79 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
80 |
$is_subscribed = Advanced_Ads_Admin_Notices::get_instance()->is_subscribed();
|
81 |
$options = Advanced_Ads_Admin_Notices::get_instance()->options();
|
82 |
|
83 |
$_notice = 'nl_free_addons';
|
84 |
-
if ( !
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
|
|
|
|
|
|
|
|
|
|
89 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
90 |
|
91 |
-
|
92 |
if ( ! isset($options['closed'][ $_notice ] ) ) {
|
93 |
?><div class="advads-admin-notice">
|
94 |
<p><?php _e( 'Learn more about how and <strong>how much you can earn with AdSense</strong> and Advanced Ads from the dedicated newsletter group.', 'advanced-ads' ); ?></p>
|
@@ -102,47 +93,8 @@ class Advanced_Ads_Overview_Widgets_Callbacks {
|
|
102 |
<p><?php _e( 'Get the first steps and more tutorials to your inbox.', 'advanced-ads' ); ?></p>
|
103 |
<button type="button" class="button-primary advads-notices-button-subscribe" data-notice="<?php echo $_notice ?>"><?php _e('Send it now', 'advanced-ads'); ?></button>
|
104 |
</div><?php
|
105 |
-
}
|
106 |
|
107 |
-
$model = Advanced_Ads::get_instance()->get_model();
|
108 |
-
$recent_ads = $model->get_ads();
|
109 |
-
|
110 |
-
// get next steps
|
111 |
-
self::render_next_steps( $recent_ads );
|
112 |
-
}
|
113 |
-
|
114 |
-
/**
|
115 |
-
* render next-steps
|
116 |
-
*/
|
117 |
-
private static function render_next_steps($recent_ads = array()){
|
118 |
-
$model = Advanced_Ads::get_instance()->get_model();
|
119 |
-
$groups = $model->get_ad_groups();
|
120 |
-
$placements = $model->get_ad_placements_array();
|
121 |
-
|
122 |
-
$next_steps = array();
|
123 |
-
|
124 |
-
if ( count( $recent_ads ) == 0 ) :
|
125 |
-
$next_steps[] = '<p><a class="button button-primary" href="' . admin_url( 'post-new.php?post_type=' . Advanced_Ads::POST_TYPE_SLUG ) .
|
126 |
-
'">' . __( 'Create your first ad', 'advanced-ads' ) . '</a></p>';
|
127 |
-
endif;
|
128 |
-
if ( count( $groups ) == 0 ) :
|
129 |
-
$next_steps[] = '<p class="description">' . __( 'Ad Groups contain ads and are currently used to rotate multiple ads on a single spot.', 'advanced-ads' ) . '</p>' .
|
130 |
-
'<p><a class="button button-primary" href="' . admin_url( 'admin.php?action=edit&page=advanced-ads-groups' ) .
|
131 |
-
'">' . __( 'Create your first group', 'advanced-ads' ) . '</a></p>';
|
132 |
-
endif;
|
133 |
-
if ( count( $placements ) == 0 ) :
|
134 |
-
$next_steps[] = '<p class="description">' . __( 'Ad Placements are the best way to manage where to display ads and groups.', 'advanced-ads' ) . '</p>'
|
135 |
-
. '<p><a class="button button-primary" href="' . admin_url( 'admin.php?action=edit&page=advanced-ads-placements' ) .
|
136 |
-
'">' . __( 'Create your first placement', 'advanced-ads' ) . '</a></p>';
|
137 |
-
endif;
|
138 |
-
|
139 |
-
// display all options
|
140 |
-
if ( count( $next_steps ) > 0 ){
|
141 |
-
?><br/><h4><?php _e( 'Next steps', 'advanced-ads' ); ?></h4><?php
|
142 |
-
foreach ( $next_steps as $_step ){
|
143 |
-
echo $_step;
|
144 |
-
}
|
145 |
-
}
|
146 |
}
|
147 |
|
148 |
/**
|
@@ -151,113 +103,262 @@ foreach ( $next_steps as $_step ){
|
|
151 |
public static function render_support(){
|
152 |
?><ul>
|
153 |
<li><?php printf( __( '<a href="%s" target="_blank">Manual</a>', 'advanced-ads' ), ADVADS_URL . 'manual/#utm_source=advanced-ads&utm_medium=link&utm_campaign=overview-manual' ); ?></li>
|
154 |
-
<li><?php printf( __( '<a href="%s" target="_blank">FAQ and Support</a>', 'advanced-ads' ), ADVADS_URL . 'support/#utm_source=advanced-ads&utm_medium=link&utm_campaign=overview-
|
155 |
-
<li><?php printf( __( 'Vote for a <a href="%s" target="_blank">feature</a>', 'advanced-ads' ), ADVADS_URL . 'feature-requests/#utm_source=advanced-ads&utm_medium=link&utm_campaign=overview-manual' ); ?></li>
|
156 |
<li><?php printf( __( 'Thank the developer with a ★★★★★ review on <a href="%s" target="_blank">wordpress.org</a>', 'advanced-ads' ), 'https://wordpress.org/support/plugin/advanced-ads/reviews/?filter=5#new-post' ); ?></li>
|
157 |
</ul><?php
|
158 |
}
|
159 |
|
160 |
/**
|
161 |
-
*
|
162 |
-
*/
|
163 |
-
public static function render_help(){
|
164 |
-
|
165 |
-
?><p><?php _e( 'Need help to set up and optimize your ads? Need custom coding on your site? Ask me for a quote.', 'advanced-ads' ); ?></p>
|
166 |
-
<p><a class="button button-primary" href="mailto:support@wpadvancedads.com?subject=<?php printf( __( 'Help with ads on %s', 'advanced-ads' ), home_url()); ?>"><?php
|
167 |
-
_e( 'Get an offer', 'advanced-ads' ); ?></a></p><?php
|
168 |
-
}
|
169 |
-
|
170 |
-
/**
|
171 |
-
* pro add-on widget
|
172 |
-
*/
|
173 |
-
public static function render_add_on_pro(){
|
174 |
-
|
175 |
-
?><p><?php _e( 'Ad management for advanced websites.', 'advanced-ads' ); ?></p><ul class='list'>
|
176 |
-
<li><?php _e( 'Cache-busting', 'advanced-ads' ); ?></li>
|
177 |
-
<li><?php _e( 'Advanced visitor conditions', 'advanced-ads' ); ?></li>
|
178 |
-
<li><?php _e( 'Flash ads with fallback', 'advanced-ads' ); ?></li>
|
179 |
-
</ul><p><a class="button button-primary" href="<?php echo ADVADS_URL; ?>add-ons/advanced-ads-pro/#utm_source=advanced-ads&utm_medium=link&utm_campaign=overview-add-ons" target="_blank"><?php
|
180 |
-
_e( 'Get Pro', 'advanced-ads' ); ?></a></p><?php
|
181 |
-
}
|
182 |
-
|
183 |
-
/**
|
184 |
-
* tracking add-on widget
|
185 |
-
*/
|
186 |
-
public static function render_add_on_tracking(){
|
187 |
-
|
188 |
-
?><p><?php _e( 'Track the impressions of and clicks on your ads.', 'advanced-ads' ); ?></p><ul class='list'>
|
189 |
-
<li><?php _e( '2 methods to count impressions', 'advanced-ads' ); ?></li>
|
190 |
-
<li><?php _e( 'beautiful stats for all or single ads', 'advanced-ads' ); ?></li>
|
191 |
-
<li><?php _e( 'group stats by day, week or month', 'advanced-ads' ); ?></li>
|
192 |
-
</ul><p><a class="button button-primary" href="<?php echo ADVADS_URL; ?>add-ons/tracking/#utm_source=advanced-ads&utm_medium=link&utm_campaign=overview-add-ons" target="_blank"><?php
|
193 |
-
_e( 'Get the Tracking add-on', 'advanced-ads' ); ?></a></p><?php
|
194 |
-
}
|
195 |
-
|
196 |
-
/**
|
197 |
-
* responsive add-on widget
|
198 |
*/
|
199 |
-
public static function
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
207 |
}
|
208 |
|
209 |
/**
|
210 |
-
*
|
211 |
-
*/
|
212 |
-
public static function render_add_on_geotargeting(){
|
213 |
-
|
214 |
-
?><p><?php _e( 'Target visitors by their geo location.', 'advanced-ads' ); ?></p><ul class='list'>
|
215 |
-
</ul><p><a class="button button-primary" href="<?php echo ADVADS_URL; ?>add-ons/geo-targeting/#utm_source=advanced-ads&utm_medium=link&utm_campaign=overview-add-ons" target="_blank"><?php
|
216 |
-
_e( 'Get the Geo Targeting add-on', 'advanced-ads' ); ?></a></p><?php
|
217 |
-
}
|
218 |
-
|
219 |
-
/**
|
220 |
-
* sticky add-on widget
|
221 |
-
*/
|
222 |
-
public static function render_add_on_sticky(){
|
223 |
-
|
224 |
-
?><p><?php _e( 'Fix ads to the browser while users are scrolling and create best performing anchor ads.', 'advanced-ads' ); ?></p><ul class='list'>
|
225 |
-
<li><?php _e( 'position ads that don’t scroll with the screen', 'advanced-ads' ); ?></li>
|
226 |
-
<li><?php _e( 'build anchor ads not only on mobile devices', 'advanced-ads' ); ?></li>
|
227 |
-
</ul><p><a class="button button-primary" href="<?php echo ADVADS_URL; ?>add-ons/sticky-ads/#utm_source=advanced-ads&utm_medium=link&utm_campaign=overview-add-ons" target="_blank"><?php
|
228 |
-
_e( 'Get the Sticky add-on', 'advanced-ads' ); ?></a></p><?php
|
229 |
-
}
|
230 |
-
|
231 |
-
/**
|
232 |
-
* layer add-on widget
|
233 |
-
*/
|
234 |
-
public static function render_add_on_layer(){
|
235 |
-
|
236 |
-
?><p><?php _e( 'Display content and ads in layers and popups on custom events.', 'advanced-ads' ); ?></p><ul class='list'>
|
237 |
-
<li><?php _e( 'display a popup after a user interaction like scrolling', 'advanced-ads' ); ?></li>
|
238 |
-
<li><?php _e( 'optional background overlay', 'advanced-ads' ); ?></li>
|
239 |
-
<li><?php _e( 'allow users to close the popup', 'advanced-ads' ); ?></li>
|
240 |
-
</ul><p><a class="button button-primary" href="<?php echo ADVADS_URL; ?>add-ons/popup-and-layer-ads/#utm_source=advanced-ads&utm_medium=link&utm_campaign=overview-add-ons" target="_blank"><?php
|
241 |
-
_e( 'Get the PopUp and Layer add-on', 'advanced-ads' ); ?></a></p><?php
|
242 |
-
}
|
243 |
-
|
244 |
-
/**
|
245 |
-
* slider add-on widget
|
246 |
-
*/
|
247 |
-
public static function render_add_on_slider(){
|
248 |
-
|
249 |
-
?><p><?php _e( 'Create a beautiful and simple slider from your ads.', 'advanced-ads' ); ?></p>
|
250 |
-
<p><a class="button button-primary" href="<?php echo ADVADS_URL; ?>add-ons/slider/#utm_source=advanced-ads&utm_medium=link&utm_campaign=overview-add-ons" target="_blank"><?php
|
251 |
-
_e( 'Get the Slider add-on', 'advanced-ads' ); ?></a></p><?php
|
252 |
-
}
|
253 |
-
|
254 |
-
/**
|
255 |
-
* selling ads add-on widget
|
256 |
*/
|
257 |
-
|
258 |
-
|
259 |
-
<p><a class="button button-primary" href="<?php echo ADVADS_URL; ?>add-ons/selling-ads/#utm_source=advanced-ads&utm_medium=link&utm_campaign=overview-add-ons" target="_blank"><?php
|
260 |
-
_e( 'Get the Selling Ads add-on', 'advanced-ads' ); ?></a></p><?php
|
261 |
}
|
262 |
|
263 |
}
|
8 |
*/
|
9 |
class Advanced_Ads_Overview_Widgets_Callbacks {
|
10 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
/**
|
12 |
* register the plugin overview widgets
|
13 |
*
|
14 |
* @since 1.4.3
|
|
|
15 |
*/
|
16 |
+
public static function setup_overview_widgets(){
|
17 |
|
18 |
+
self::add_meta_box('advads_overview_news', __( 'Next steps', 'advanced-ads' ), 'left',
|
19 |
+
'render_next_steps');
|
20 |
+
self::add_meta_box('advads_overview_support', __( 'Manual and Support', 'advanced-ads' ), 'right',
|
21 |
+
'render_support' );
|
|
|
|
|
|
|
|
|
|
|
22 |
|
23 |
// add widgets for pro add ons
|
24 |
+
self::add_meta_box('advads_overview_addons', __( 'Add-Ons', 'advanced-ads' ), 'full', 'render_addons' );
|
25 |
+
|
26 |
+
do_action( 'advanced-ads-overview-widgets-after' );
|
27 |
+
}
|
28 |
+
|
29 |
+
/**
|
30 |
+
* loads a meta box into output
|
31 |
+
*/
|
32 |
+
public static function add_meta_box( $id = '', $title = '', $position = 'full', $callback ){
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
|
34 |
+
ob_start();
|
35 |
+
call_user_func(array('Advanced_Ads_Overview_Widgets_Callbacks', $callback));
|
36 |
+
do_action( 'advanced-ads-overview-widget-content-' . $id, $id );
|
37 |
+
$content = ob_get_clean();
|
38 |
+
|
39 |
+
include( ADVADS_BASE_PATH . 'admin/views/overview-widget.php' );
|
40 |
+
|
41 |
}
|
42 |
|
43 |
/**
|
44 |
+
* render next steps widget
|
45 |
*
|
46 |
* @since 1.5.4
|
47 |
*/
|
48 |
+
public static function render_next_steps(){
|
49 |
|
50 |
+
$primary_taken = false;
|
51 |
+
|
52 |
+
$model = Advanced_Ads::get_instance()->get_model();
|
53 |
+
$recent_ads = $model->get_ads();
|
54 |
+
if ( count( $recent_ads ) == 0 ) :
|
55 |
+
echo '<p><a class="button button-primary" href="' . admin_url( 'post-new.php?post_type=' . Advanced_Ads::POST_TYPE_SLUG ) .
|
56 |
+
'">' . __( 'Create your first ad', 'advanced-ads' ) . '</a></p>';
|
57 |
+
$primary_taken = true;
|
58 |
+
endif;
|
59 |
+
|
60 |
$is_subscribed = Advanced_Ads_Admin_Notices::get_instance()->is_subscribed();
|
61 |
$options = Advanced_Ads_Admin_Notices::get_instance()->options();
|
62 |
|
63 |
$_notice = 'nl_free_addons';
|
64 |
+
if ( ! $is_subscribed ) {
|
65 |
+
?><h3><?php _e( 'Join the newsletter for more benefits', 'advanced-ads' ); ?></h3>
|
66 |
+
<ul>
|
67 |
+
<li><?php _e( 'Get 2 free add-ons', 'advanced-ads' ); ?></li>
|
68 |
+
<li><?php _e( 'Get the first steps and more tutorials to your inbox', 'advanced-ads' ); ?></li>
|
69 |
+
<li><?php _e( 'How to earn more with AdSense', 'advanced-ads' ); ?></li>
|
70 |
+
</ul>
|
71 |
+
<div class="advads-admin-notice">
|
72 |
+
<button type="button" class="button-<?php echo ( $primary_taken ) ? 'secondary' : 'primary'; ?> advads-notices-button-subscribe" data-notice="<?php echo $_notice ?>"><?php _e('Join now', 'advanced-ads'); ?></button>
|
73 |
+
</div><?php
|
74 |
}
|
75 |
+
|
76 |
+
// link to manage ads
|
77 |
+
if ( $is_subscribed && count( $recent_ads ) > 0 ) :
|
78 |
+
echo '<p><a class="button button-secondary" href="' . admin_url( 'edit.php?post_type=' . Advanced_Ads::POST_TYPE_SLUG ) .
|
79 |
+
'">' . __( 'Manage your ads', 'advanced-ads' ) . '</a></p>';
|
80 |
+
endif;
|
81 |
|
82 |
+
/*$_notice = 'nl_adsense';
|
83 |
if ( ! isset($options['closed'][ $_notice ] ) ) {
|
84 |
?><div class="advads-admin-notice">
|
85 |
<p><?php _e( 'Learn more about how and <strong>how much you can earn with AdSense</strong> and Advanced Ads from the dedicated newsletter group.', 'advanced-ads' ); ?></p>
|
93 |
<p><?php _e( 'Get the first steps and more tutorials to your inbox.', 'advanced-ads' ); ?></p>
|
94 |
<button type="button" class="button-primary advads-notices-button-subscribe" data-notice="<?php echo $_notice ?>"><?php _e('Send it now', 'advanced-ads'); ?></button>
|
95 |
</div><?php
|
96 |
+
}*/
|
97 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
98 |
}
|
99 |
|
100 |
/**
|
103 |
public static function render_support(){
|
104 |
?><ul>
|
105 |
<li><?php printf( __( '<a href="%s" target="_blank">Manual</a>', 'advanced-ads' ), ADVADS_URL . 'manual/#utm_source=advanced-ads&utm_medium=link&utm_campaign=overview-manual' ); ?></li>
|
106 |
+
<li><?php printf( __( '<a href="%s" target="_blank">FAQ and Support</a>', 'advanced-ads' ), ADVADS_URL . 'support/#utm_source=advanced-ads&utm_medium=link&utm_campaign=overview-support' ); ?></li>
|
|
|
107 |
<li><?php printf( __( 'Thank the developer with a ★★★★★ review on <a href="%s" target="_blank">wordpress.org</a>', 'advanced-ads' ), 'https://wordpress.org/support/plugin/advanced-ads/reviews/?filter=5#new-post' ); ?></li>
|
108 |
</ul><?php
|
109 |
}
|
110 |
|
111 |
/**
|
112 |
+
* pro addons widget
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
113 |
*/
|
114 |
+
public static function render_addons(){
|
115 |
+
|
116 |
+
$caching_used = ! Advanced_Ads_Checks::cache();
|
117 |
+
|
118 |
+
ob_start();
|
119 |
+
?><p><?php _e( 'The solution for professional websites.', 'advanced-ads' ); ?></p><ul class='list'>
|
120 |
+
<li><?php
|
121 |
+
if( $caching_used ) : ?><strong><?php endif;
|
122 |
+
_e( 'support for cached sites', 'advanced-ads' );
|
123 |
+
if( $caching_used ) : ?></strong><?php endif;
|
124 |
+
?></li>
|
125 |
+
<li><?php _e( '11 more display and visitor conditions', 'advanced-ads' ); ?></li>
|
126 |
+
<li><?php _e( '6 more placements', 'advanced-ads' ); ?></li>
|
127 |
+
<li><?php _e( 'placement tests for ad optimization', 'advanced-ads' ); ?></li>
|
128 |
+
<li><?php _e( 'ad grids and many more advanced features', 'advanced-ads' ); ?></li>
|
129 |
+
</ul><?php
|
130 |
+
$pro_content = ob_get_clean();
|
131 |
+
|
132 |
+
$add_ons = array(
|
133 |
+
'bundle' => array(
|
134 |
+
'title' => 'Pro Bundle',
|
135 |
+
'desc' => __( 'Our best deal with all current and future add-ons included.', 'advanced-ads' ),
|
136 |
+
'link' => ADVADS_URL . 'add-ons/bundle-pro/#utm_source=advanced-ads&utm_medium=link&utm_campaign=overview-add-ons',
|
137 |
+
'link_title' => __( 'Get the Bundle', 'advanced-ads' ),
|
138 |
+
'link_primary' => true,
|
139 |
+
'order' => 0,
|
140 |
+
),
|
141 |
+
'tracking' => array(
|
142 |
+
'title' => 'Tracking',
|
143 |
+
'desc' => __( 'Analyze clicks and impressions of your ads locally or in Google Analytics, share reports, and limit ads to a specific number of impressions or clicks.', 'advanced-ads' ),
|
144 |
+
'link' => ADVADS_URL . 'add-ons/tracking/#utm_source=advanced-ads&utm_medium=link&utm_campaign=overview-add-ons',
|
145 |
+
'order' => 4,
|
146 |
+
),
|
147 |
+
'responsive' => array(
|
148 |
+
'title' => 'Responsive, AMP and Mobile ads',
|
149 |
+
'desc' => __( 'Display ads based on the device or the size of your visitor’s browser, and control ads on AMP pages.', 'advanced-ads' ),
|
150 |
+
'link' => ADVADS_URL . 'add-ons/responsive-ads/#utm_source=advanced-ads&utm_medium=link&utm_campaign=overview-add-ons',
|
151 |
+
'order' => 4,
|
152 |
+
),
|
153 |
+
'pro' => array(
|
154 |
+
'title' => 'Advanced Ads Pro',
|
155 |
+
'desc' => $pro_content,
|
156 |
+
'link' => ADVADS_URL . 'add-ons/advanced-ads-pro/#utm_source=advanced-ads&utm_medium=link&utm_campaign=overview-add-ons',
|
157 |
+
'order' => 4,
|
158 |
+
),
|
159 |
+
'selling' => array(
|
160 |
+
'title' => 'Selling Ads',
|
161 |
+
'desc' => __( 'Earn more money and let advertisers pay for ad space directly on the frontend of your site.', 'advanced-ads' ),
|
162 |
+
'link' => ADVADS_URL . 'add-ons/selling-ads/#utm_source=advanced-ads&utm_medium=link&utm_campaign=overview-add-ons',
|
163 |
+
'order' => 5,
|
164 |
+
),
|
165 |
+
'geo' => array(
|
166 |
+
'title' => 'Geo Targeting',
|
167 |
+
'desc' => __( 'Target visitors with ads that match their geo location and make more money with regional campaigns.', 'advanced-ads' ),
|
168 |
+
'link' => ADVADS_URL . 'add-ons/geo-targeting/#utm_source=advanced-ads&utm_medium=link&utm_campaign=overview-add-ons',
|
169 |
+
'order' => 5,
|
170 |
+
),
|
171 |
+
'sticky' => array(
|
172 |
+
'title' => 'Sticky ads',
|
173 |
+
'desc' => __( 'Increase click rates on your ads by placing them in sticky positions above, next or below your site.', 'advanced-ads' ),
|
174 |
+
'link' => ADVADS_URL . 'add-ons/sticky-ads/#utm_source=advanced-ads&utm_medium=link&utm_campaign=overview-add-ons',
|
175 |
+
'order' => 5,
|
176 |
+
),
|
177 |
+
'layer' => array(
|
178 |
+
'title' => 'PopUps and Layers',
|
179 |
+
'desc' => __( 'Users will never miss an ad or other information in a PopUp. Choose when it shows up and for how long a user can close it.', 'advanced-ads' ),
|
180 |
+
'link' => ADVADS_URL . 'add-ons/popup-and-layer-ads/#utm_source=advanced-ads&utm_medium=link&utm_campaign=overview-add-ons',
|
181 |
+
'order' => 5,
|
182 |
+
),
|
183 |
+
'slider' => array(
|
184 |
+
'title' => 'Ad Slider',
|
185 |
+
'desc' => __( 'Create a beautiful and simple slider from your ads to show more information on less space.', 'advanced-ads' ),
|
186 |
+
'link' => ADVADS_URL . 'add-ons/slider/#utm_source=advanced-ads&utm_medium=link&utm_campaign=overview-add-ons',
|
187 |
+
'order' => 5,
|
188 |
+
),
|
189 |
+
'code-highlighter' => array(
|
190 |
+
'title' => 'Code Highlighter',
|
191 |
+
'desc' => __( 'Are you using the plain text & code ad type a lot? Install this add-on to show the code highlighted like in a real IDE.', 'advanced-ads' ),
|
192 |
+
'class' => 'free',
|
193 |
+
'link' => wp_nonce_url(self_admin_url('update.php?action=install-plugin&plugin=' . 'advanced-ads-code-highlighter'), 'install-plugin_' . 'advanced-ads-code-highlighter'),
|
194 |
+
'link_title' => __( 'Install now', 'advanced-ads' ),
|
195 |
+
'order' => 9,
|
196 |
+
)
|
197 |
+
);
|
198 |
+
|
199 |
+
// get all installed plugins; installed is not activated
|
200 |
+
$installed_plugins = get_plugins();
|
201 |
+
|
202 |
+
// handle Code Highlighter if already installed or not activated
|
203 |
+
if( isset( $installed_plugins['advanced-ads-code-highlighter/advanced-ads-code-highlighter.php'] ) && ! class_exists( 'Advanced_Ads_Code_Highlighter') ){ // is installed, but not active
|
204 |
+
$add_ons['code-highlighter']['link'] = wp_nonce_url( 'plugins.php?action=activate&plugin=advanced-ads-code-highlighter/advanced-ads-code-highlighter.php&', 'activate-plugin_advanced-ads-code-highlighter/advanced-ads-code-highlighter.php' );
|
205 |
+
$add_ons['code-highlighter']['link_title'] = __( 'Activate now', 'advanced-ads' );
|
206 |
+
} elseif( class_exists( 'Advanced_Ads_Code_Highlighter') ) {
|
207 |
+
// remove plugin from the list
|
208 |
+
unset( $add_ons['code-highlighter'] );
|
209 |
+
}
|
210 |
+
|
211 |
+
// PRO
|
212 |
+
if( isset( $installed_plugins['advanced-ads-pro/advanced-ads-pro.php'] ) && ! class_exists( 'Advanced_Ads_Pro') ){ // is installed, but not active
|
213 |
+
$add_ons['pro']['link'] = wp_nonce_url( 'plugins.php?action=activate&plugin=advanced-ads-pro/advanced-ads-pro.php&', 'activate-plugin_advanced-ads-pro/advanced-ads-pro.php' );
|
214 |
+
$add_ons['pro']['link_title'] = __( 'Activate now', 'advanced-ads' );
|
215 |
+
} elseif( class_exists( 'Advanced_Ads_Pro') ) {
|
216 |
+
$add_ons['pro']['link'] = ADVADS_URL . 'add-ons/advanced-ads-pro/#utm_source=advanced-ads&utm_medium=link&utm_campaign=overview-add-ons-manual';
|
217 |
+
$add_ons['pro']['desc'] = '';
|
218 |
+
$add_ons['pro']['installed'] = true;
|
219 |
+
$add_ons['pro']['order'] = 20;
|
220 |
+
} elseif( $caching_used ) {
|
221 |
+
$add_ons['pro']['class'] = 'recommended';
|
222 |
+
}
|
223 |
+
|
224 |
+
// TRACKING
|
225 |
+
if( isset( $installed_plugins['advanced-ads-tracking/tracking.php'] ) && ! class_exists( 'Advanced_Ads_Tracking_Plugin') ){ // is installed, but not active
|
226 |
+
$add_ons['tracking']['link'] = wp_nonce_url( 'plugins.php?action=activate&plugin=advanced-ads-tracking/tracking.php&', 'activate-plugin_advanced-ads-tracking/tracking.php' );
|
227 |
+
$add_ons['tracking']['link_title'] = __( 'Activate now', 'advanced-ads' );
|
228 |
+
} elseif( class_exists( 'Advanced_Ads_Tracking_Plugin') ) {
|
229 |
+
$add_ons['tracking']['link'] = ADVADS_URL . 'add-ons/tracking/#utm_source=advanced-ads&utm_medium=link&utm_campaign=overview-add-ons-manual';
|
230 |
+
$add_ons['tracking']['desc'] = '<a href="' . admin_url( '/admin.php?page=advanced-ads-stats' ) . '">' . __('Visit your ad stats', 'advanced-ads') . '</a>';
|
231 |
+
$add_ons['tracking']['installed'] = true;
|
232 |
+
$add_ons['tracking']['order'] = 20;
|
233 |
+
}
|
234 |
+
|
235 |
+
// RESPONSIVE
|
236 |
+
if( isset( $installed_plugins['advanced-ads-responsive/responsive-ads.php'] ) && ! class_exists( 'Advanced_Ads_Responsive_Plugin') ){ // is installed, but not active
|
237 |
+
$add_ons['responsive']['link'] = wp_nonce_url( 'plugins.php?action=activate&plugin=advanced-ads-responsive/responsive-ads.php&', 'activate-plugin_advanced-ads-responsive/responsive-ads.php' );
|
238 |
+
$add_ons['responsive']['link_title'] = __( 'Activate now', 'advanced-ads' );
|
239 |
+
} elseif( class_exists( 'Advanced_Ads_Responsive_Plugin') ) {
|
240 |
+
$add_ons['responsive']['link'] = ADVADS_URL . 'add-ons/responsive-ads/#utm_source=advanced-ads&utm_medium=link&utm_campaign=overview-add-ons-manual';
|
241 |
+
$add_ons['responsive']['desc'] = '<a href="' . admin_url( 'admin.php?page=responsive-ads-list' ) . '">' . __('List of responsive ads by browser width', 'advanced-ads-responsive') . '</a>';
|
242 |
+
$add_ons['responsive']['installed'] = true;
|
243 |
+
$add_ons['responsive']['order'] = 20;
|
244 |
+
}
|
245 |
+
|
246 |
+
// STICKY
|
247 |
+
if( isset( $installed_plugins['advanced-ads-sticky-ads/sticky-ads.php'] ) && ! class_exists( 'Advanced_Ads_Sticky_Plugin') ){ // is installed, but not active
|
248 |
+
$add_ons['sticky']['link'] = wp_nonce_url( 'plugins.php?action=activate&plugin=advanced-ads-sticky-ads/sticky-ads.php&', 'activate-plugin_advanced-ads-sticky-ads/sticky-ads.php' );
|
249 |
+
$add_ons['sticky']['link_title'] = __( 'Activate now', 'advanced-ads' );
|
250 |
+
} elseif( class_exists( 'Advanced_Ads_Sticky_Plugin') ) {
|
251 |
+
$add_ons['sticky']['link'] = ADVADS_URL . 'add-ons/sticky-ads/#utm_source=advanced-ads&utm_medium=link&utm_campaign=overview-add-ons-manual';
|
252 |
+
$add_ons['sticky']['desc'] = '';
|
253 |
+
$add_ons['sticky']['installed'] = true;
|
254 |
+
$add_ons['sticky']['order'] = 20;
|
255 |
+
}
|
256 |
+
|
257 |
+
// LAYER
|
258 |
+
if( isset( $installed_plugins['advanced-ads-layer/layer-ads.php'] ) && ! class_exists( 'Advanced_Ads_Layer_Plugin') ){ // is installed, but not active
|
259 |
+
$add_ons['layer']['link'] = wp_nonce_url( 'plugins.php?action=activate&plugin=advanced-ads-layer/layer-ads.php&', 'activate-plugin_advanced-ads-layer/layer-ads.php' );
|
260 |
+
$add_ons['layer']['link_title'] = __( 'Activate now', 'advanced-ads' );
|
261 |
+
} elseif( class_exists( 'Advanced_Ads_Layer_Plugin') ) {
|
262 |
+
$add_ons['layer']['link'] = ADVADS_URL . 'add-ons/popup-and-layer-ads/#utm_source=advanced-ads&utm_medium=link&utm_campaign=overview-add-ons-manual';
|
263 |
+
$add_ons['layer']['desc'] = '';
|
264 |
+
$add_ons['layer']['installed'] = true;
|
265 |
+
$add_ons['layer']['order'] = 20;
|
266 |
+
}
|
267 |
+
|
268 |
+
// SELLING ADS
|
269 |
+
if( isset( $installed_plugins['advanced-ads-selling/advanced-ads-selling.php'] ) && ! class_exists( 'Advanced_Ads_Selling_Plugin') ){ // is installed, but not active
|
270 |
+
$add_ons['selling']['link'] = wp_nonce_url( 'plugins.php?action=activate&plugin=advanced-ads-selling/advanced-ads-selling.php&', 'activate-plugin_advanced-ads-selling/advanced-ads-selling.php' );
|
271 |
+
$add_ons['selling']['link_title'] = __( 'Activate now', 'advanced-ads' );
|
272 |
+
} elseif( class_exists( 'Advanced_Ads_Selling_Plugin') ) {
|
273 |
+
$add_ons['selling']['link'] = ADVADS_URL . 'add-ons/selling-ads/#utm_source=advanced-ads&utm_medium=link&utm_campaign=overview-add-ons-manual';
|
274 |
+
$add_ons['selling']['desc'] = '';
|
275 |
+
$add_ons['selling']['installed'] = true;
|
276 |
+
$add_ons['selling']['order'] = 20;
|
277 |
+
}
|
278 |
+
|
279 |
+
// GEO TARGETING
|
280 |
+
if( isset( $installed_plugins['advanced-ads-geo/advanced-ads-geo.php'] ) && ! class_exists( 'Advanced_Ads_Geo_Plugin') ){ // is installed, but not active
|
281 |
+
$add_ons['geo']['link'] = wp_nonce_url( 'plugins.php?action=activate&plugin=advanced-ads-geo/advanced-ads-geo.php&', 'activate-plugin_advanced-ads-geo/advanced-ads-geo.php' );
|
282 |
+
$add_ons['geo']['link_title'] = __( 'Activate now', 'advanced-ads' );
|
283 |
+
} elseif( class_exists( 'Advanced_Ads_Geo_Plugin') ) {
|
284 |
+
$add_ons['geo']['link'] = ADVADS_URL . 'add-ons/geo-targeting/#utm_source=advanced-ads&utm_medium=link&utm_campaign=overview-add-ons-manual';
|
285 |
+
$add_ons['geo']['desc'] = '';
|
286 |
+
$add_ons['geo']['installed'] = true;
|
287 |
+
$add_ons['geo']['order'] = 20;
|
288 |
+
}
|
289 |
+
|
290 |
+
// SLIDER
|
291 |
+
if( isset( $installed_plugins['advanced-ads-slider/slider.php'] ) && ! class_exists( 'Advanced_Ads_Slider_Plugin') ){ // is installed, but not active
|
292 |
+
$add_ons['slider']['link'] = wp_nonce_url( 'plugins.php?action=activate&plugin=advanced-ads-slider/slider.php&', 'activate-plugin_advanced-ads-slider/slider.php' );
|
293 |
+
$add_ons['slider']['link_title'] = __( 'Activate now', 'advanced-ads' );
|
294 |
+
} elseif( class_exists( 'Advanced_Ads_Slider_Plugin') ) {
|
295 |
+
$add_ons['slider']['link'] = ADVADS_URL . 'add-ons/slider/#utm_source=advanced-ads&utm_medium=link&utm_campaign=overview-add-ons-manual';
|
296 |
+
$add_ons['slider']['desc'] = '';
|
297 |
+
$add_ons['slider']['installed'] = true;
|
298 |
+
$add_ons['slider']['order'] = 20;
|
299 |
+
}
|
300 |
+
|
301 |
+
// add Genesis Ads, if Genesis based theme was detected
|
302 |
+
if( defined( 'PARENT_THEME_NAME') && 'Genesis' === PARENT_THEME_NAME ) {
|
303 |
+
$add_ons['genesis'] = array(
|
304 |
+
'title' => 'Genesis Ads',
|
305 |
+
'desc' => __( 'Use Genesis specific ad positions.', 'advanced-ads' ),
|
306 |
+
'order' => 2,
|
307 |
+
'class' => 'free',
|
308 |
+
'link' => wp_nonce_url(self_admin_url('update.php?action=install-plugin&plugin=' . 'advanced-ads-genesis'), 'install-plugin_' . 'advanced-ads-genesis'),
|
309 |
+
'link_title' => __( 'Install now', 'advanced-ads' ),
|
310 |
+
);
|
311 |
+
// handle install link as long as we can not be sure this is done by the Genesis plugin itself
|
312 |
+
if( isset( $installed_plugins['genesis-ads/genesis-ads.php'] ) && ! defined( 'AAG_SLUG') ){ // is installed, but not active
|
313 |
+
$add_ons['genesis']['link'] = wp_nonce_url( 'plugins.php?action=activate&plugin=genesis-ads/genesis-ads.php&', 'activate-plugin_genesis-ads/genesis-ads.php' );
|
314 |
+
$add_ons['genesis']['link_title'] = __( 'Activate now', 'advanced-ads' );
|
315 |
+
} elseif( defined( 'AAG_SLUG') ) {
|
316 |
+
unset( $add_ons['genesis'] );
|
317 |
+
}
|
318 |
+
}
|
319 |
+
|
320 |
+
// add Visual Composer Ads, if VC was detected
|
321 |
+
if( defined( 'WPB_VC_VERSION') ) {
|
322 |
+
$add_ons['visual_composer'] = array(
|
323 |
+
'title' => 'Visual Composer Ads',
|
324 |
+
'desc' => __( 'Manage ad positions with Visual Composer.', 'advanced-ads' ),
|
325 |
+
'order' => 2,
|
326 |
+
'class' => 'free',
|
327 |
+
'link' => wp_nonce_url(self_admin_url('update.php?action=install-plugin&plugin=' . 'ads-for-visual-composer'), 'install-plugin_' . 'ads-for-visual-composer'),
|
328 |
+
'link_title' => __( 'Install now', 'advanced-ads' ),
|
329 |
+
);
|
330 |
+
// handle install link as long as we can not be sure this is done by the Genesis plugin itself
|
331 |
+
if( isset( $installed_plugins['ads-for-visual-composer/advanced-ads-vc.php'] ) && ! class_exists( 'Advanced_Ads_Visual_Composer') ){ // is installed, but not active
|
332 |
+
$add_ons['visual_composer']['link'] = wp_nonce_url( 'plugins.php?action=activate&plugin=ads-for-visual-composer/advanced-ads-vc.php&', 'activate-plugin_ads-for-visual-composer/advanced-ads-vc.php' );
|
333 |
+
$add_ons['visual_composer']['link_title'] = __( 'Activate now', 'advanced-ads' );
|
334 |
+
} elseif( class_exists( 'Advanced_Ads_Visual_Composer') ) {
|
335 |
+
unset( $add_ons['visual_composer'] );
|
336 |
+
}
|
337 |
+
}
|
338 |
+
|
339 |
+
// allow add-ons to manipulate the output
|
340 |
+
$add_ons = apply_filters( 'advanced-ads-overview-add-ons', $add_ons );
|
341 |
+
|
342 |
+
uasort( $add_ons, 'self::sort_by_order' );
|
343 |
+
|
344 |
+
?><table class="widefat striped"><?php
|
345 |
+
foreach( $add_ons as $_addon ) :
|
346 |
+
if( isset( $_addon['installed'] ) ){
|
347 |
+
$link_title = __( 'Visit the manual', 'advanced-ads' );
|
348 |
+
$_addon['title'] = '<span class="dashicons dashicons-yes" style="color: green; font-size: 1.5em;"></span> ' . $_addon['title'];
|
349 |
+
} else {
|
350 |
+
$link_title = isset( $_addon['link_title'] ) ? $_addon['link_title'] : __( 'Get this add-on', 'advanced-ads' );
|
351 |
+
}
|
352 |
+
include ADVADS_BASE_PATH . 'admin/views/overview-addons-line.php';
|
353 |
+
endforeach;
|
354 |
+
?></table><?php
|
355 |
}
|
356 |
|
357 |
/**
|
358 |
+
* sort by installed add-ons
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
359 |
*/
|
360 |
+
private static function sort_by_order( $a, $b ) {
|
361 |
+
return $a['order'] - $b['order'];
|
|
|
|
|
362 |
}
|
363 |
|
364 |
}
|
admin/includes/class-settings.php
CHANGED
@@ -160,6 +160,15 @@ class Advanced_Ads_Admin_Settings {
|
|
160 |
$hook,
|
161 |
'advanced_ads_setting_section'
|
162 |
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
163 |
|
164 |
// only for main blog
|
165 |
if ( is_main_site( get_current_blog_id() ) ) {
|
@@ -448,6 +457,26 @@ class Advanced_Ads_Admin_Settings {
|
|
448 |
<?php
|
449 |
}
|
450 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
451 |
/**
|
452 |
* render setting 'Delete data on uninstall"
|
453 |
*
|
160 |
$hook,
|
161 |
'advanced_ads_setting_section'
|
162 |
);
|
163 |
+
|
164 |
+
// add setting fields
|
165 |
+
add_settings_field(
|
166 |
+
'link-target',
|
167 |
+
__('Open links in a new window', 'advanced-ads'),
|
168 |
+
array($this, 'render_settings_link_target_callback'),
|
169 |
+
$hook,
|
170 |
+
'advanced_ads_setting_section'
|
171 |
+
);
|
172 |
|
173 |
// only for main blog
|
174 |
if ( is_main_site( get_current_blog_id() ) ) {
|
457 |
<?php
|
458 |
}
|
459 |
|
460 |
+
/**
|
461 |
+
* render link-nofollow setting
|
462 |
+
*
|
463 |
+
* @since 1.8.4 – moved here from Tracking add-on
|
464 |
+
*/
|
465 |
+
public function render_settings_link_target_callback(){
|
466 |
+
|
467 |
+
// get option if saved for tracking
|
468 |
+
$options = Advanced_Ads::get_instance()->options();
|
469 |
+
if( !isset( $options['target-blank'] ) && class_exists( 'Advanced_Ads_Tracking_Plugin' ) ){
|
470 |
+
$tracking_options = Advanced_Ads_Tracking_Plugin::get_instance()->options();
|
471 |
+
if( isset( $tracking_options['target'] ) ){
|
472 |
+
$options['target-blank'] = $tracking_options['target'];
|
473 |
+
}
|
474 |
+
}
|
475 |
+
|
476 |
+
$target = isset($options['target-blank']) ? $options['target-blank'] : 0;
|
477 |
+
include ADVADS_BASE_PATH . 'admin/views/setting-target.php';
|
478 |
+
}
|
479 |
+
|
480 |
/**
|
481 |
* render setting 'Delete data on uninstall"
|
482 |
*
|
admin/views/ad-list-no-ads.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<div id="advads-first-ad-links">
|
2 |
<h2><?php _e( 'Not many ads here yet. Get help from the following resources:', 'advanced-ads' ); ?></h2>
|
3 |
-
<button type="button" id="advads-first-ad-video-link" class="button-primary"
|
4 |
<a href="<?php echo ADVADS_URL . '/manual/ad-templates#utm_source=advanced-ads&utm_medium=link&utm_campaign=first-ad-import'; ?>" target="_blank"><button type="button" class="button-primary"><?php _e( 'Import Ads (Link)', 'advanced-ads'); ?></button></a>
|
5 |
<a href="<?php echo ADVADS_URL . '/codex/ad-placeholder#utm_source=advanced-ads&utm_medium=link&utm_campaign=first-ad-dummy'; ?>" target="_blank"><button type="button" class="button-primary"><?php _e( 'Get dummy ad content (Link)', 'advanced-ads'); ?></button></a>
|
6 |
<br class="clear"/>
|
1 |
<div id="advads-first-ad-links">
|
2 |
<h2><?php _e( 'Not many ads here yet. Get help from the following resources:', 'advanced-ads' ); ?></h2>
|
3 |
+
<button type="button" id="advads-first-ad-video-link" class="button-primary"><span class="dashicons dashicons-format-video" style="line-height: inherit"></span> <?php _e( 'Watch the “First Ad” Tutorial (Video)', 'advanced-ads'); ?></button>
|
4 |
<a href="<?php echo ADVADS_URL . '/manual/ad-templates#utm_source=advanced-ads&utm_medium=link&utm_campaign=first-ad-import'; ?>" target="_blank"><button type="button" class="button-primary"><?php _e( 'Import Ads (Link)', 'advanced-ads'); ?></button></a>
|
5 |
<a href="<?php echo ADVADS_URL . '/codex/ad-placeholder#utm_source=advanced-ads&utm_medium=link&utm_campaign=first-ad-dummy'; ?>" target="_blank"><button type="button" class="button-primary"><?php _e( 'Get dummy ad content (Link)', 'advanced-ads'); ?></button></a>
|
6 |
<br class="clear"/>
|
admin/views/overview-addons-line.php
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<tr<?php echo isset( $_addon['class'] ) ? ' class="'. $_addon['class'].'"' : ''; ?>><th><?php echo $_addon['title'] ?></th>
|
2 |
+
<td><?php echo $_addon['desc'] ?></td>
|
3 |
+
<td><?php if( isset( $_addon['link'] ) && $_addon['link'] ) : ?>
|
4 |
+
<a class="button <?php echo ( isset( $_addon['link_primary'] ) && isset( $_addon['link_primary'] ) ) ? 'button-primary' : 'button-secondary'; ?>" href="<?php echo $_addon['link'] ?>" target="_blank"><?php
|
5 |
+
echo $link_title;
|
6 |
+
?></a><?php
|
7 |
+
endif;
|
8 |
+
?></td>
|
9 |
+
</tr>
|
admin/views/overview-widget.php
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<div id="<?php echo $id; ?>" class="postbox position-<?php echo $position; ?>">
|
2 |
+
<h2><?php echo $title; ?></h2>
|
3 |
+
<div class="inside">
|
4 |
+
<div class="main">
|
5 |
+
<?php echo $content; ?>
|
6 |
+
</div>
|
7 |
+
</div>
|
8 |
+
</div>
|
admin/views/overview.php
CHANGED
@@ -3,38 +3,13 @@
|
|
3 |
* Advanced Ads overview page in the dashboard
|
4 |
*/
|
5 |
|
6 |
-
/** Load WordPress dashboard API */
|
7 |
-
require_once(ABSPATH . 'wp-admin/includes/dashboard.php');
|
8 |
-
|
9 |
-
do_action( 'advanced-ads-admin-overview-before' );
|
10 |
-
|
11 |
-
wp_enqueue_script( 'dashboard' );
|
12 |
-
if ( current_user_can( 'edit_theme_options' ) ) {
|
13 |
-
wp_enqueue_script( 'customize-loader' ); }
|
14 |
-
if ( current_user_can( 'install_plugins' ) ) {
|
15 |
-
wp_enqueue_script( 'plugin-install' ); }
|
16 |
-
if ( current_user_can( 'upload_files' ) ) {
|
17 |
-
wp_enqueue_script( 'media-upload' ); }
|
18 |
-
add_thickbox();
|
19 |
-
|
20 |
-
if ( wp_is_mobile() ) {
|
21 |
-
wp_enqueue_script( 'jquery-touch-punch' ); }
|
22 |
-
|
23 |
$title = __( 'Ads Dashboard', 'advanced-ads' );
|
24 |
|
25 |
?><div class="wrap">
|
26 |
<h1><?php echo esc_html( $title ); ?></h1>
|
27 |
|
28 |
-
<div id="
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
?><div class="advads-ad-metabox postbox" style="clear: both; margin: 10px 20px 0 2px;">
|
33 |
-
<?php include ADVADS_BASE_PATH . 'admin/views/ad-list-no-ads.php'; ?>
|
34 |
-
</div><?php
|
35 |
-
endif;
|
36 |
-
|
37 |
-
wp_dashboard(); ?>
|
38 |
-
</div><!-- dashboard-widgets-wrap -->
|
39 |
-
<?php do_action( 'advanced-ads-admin-overview-after' ); ?>
|
40 |
</div><!-- wrap -->
|
3 |
* Advanced Ads overview page in the dashboard
|
4 |
*/
|
5 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
$title = __( 'Ads Dashboard', 'advanced-ads' );
|
7 |
|
8 |
?><div class="wrap">
|
9 |
<h1><?php echo esc_html( $title ); ?></h1>
|
10 |
|
11 |
+
<div id="advads-overview">
|
12 |
+
<?php Advanced_Ads_Overview_Widgets_Callbacks::setup_overview_widgets(); ?>
|
13 |
+
</div><!-- dashboard-widgets-wrap -->
|
14 |
+
<?php do_action( 'advanced-ads-admin-overview-after' ); ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
</div><!-- wrap -->
|
admin/views/placements.php
CHANGED
@@ -145,11 +145,13 @@
|
|
145 |
<?php endforeach; ?>
|
146 |
</tbody>
|
147 |
</table>
|
|
|
148 |
<input type="submit" id="advads-save-placements-button" class="button button-primary" value="<?php _e( 'Save Placements', 'advanced-ads' ); ?>"/>
|
149 |
<?php wp_nonce_field( 'advads-placement', 'advads_placement', true ) ?>
|
150 |
<button type="button" title="<?php _e( 'Create a new placement', 'advanced-ads' ); ?>" class="button-secondary" onclick="advads_toggle('.advads-placements-new-form')"><?php
|
151 |
_e( 'New Placement', 'advanced-ads' ); ?></button>
|
152 |
<?php do_action( 'advanced-ads-placements-list-buttons', $placements ); ?>
|
|
|
153 |
</form>
|
154 |
<?php do_action( 'advanced-ads-placements-list-after', $placements );
|
155 |
endif;
|
145 |
<?php endforeach; ?>
|
146 |
</tbody>
|
147 |
</table>
|
148 |
+
<div class="tablenav bottom">
|
149 |
<input type="submit" id="advads-save-placements-button" class="button button-primary" value="<?php _e( 'Save Placements', 'advanced-ads' ); ?>"/>
|
150 |
<?php wp_nonce_field( 'advads-placement', 'advads_placement', true ) ?>
|
151 |
<button type="button" title="<?php _e( 'Create a new placement', 'advanced-ads' ); ?>" class="button-secondary" onclick="advads_toggle('.advads-placements-new-form')"><?php
|
152 |
_e( 'New Placement', 'advanced-ads' ); ?></button>
|
153 |
<?php do_action( 'advanced-ads-placements-list-buttons', $placements ); ?>
|
154 |
+
</div>
|
155 |
</form>
|
156 |
<?php do_action( 'advanced-ads-placements-list-after', $placements );
|
157 |
endif;
|
admin/views/setting-target.php
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
1 |
+
<input name="<?php echo ADVADS_SLUG; ?>[target-blank]" type="checkbox" value="1" <?php
|
2 |
+
checked( 1, $target); ?>/>
|
3 |
+
<p class="description"><?php _e( 'Choose whether to open programatically created links in the same window (no <code>target="_blank"</code>) or not by default', 'advanced-ads' ); ?></p>
|
advanced-ads.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
* Plugin Name: Advanced Ads
|
13 |
* Plugin URI: https://wpadvancedads.com
|
14 |
* Description: Manage and optimize your ads in WordPress
|
15 |
-
* Version: 1.8.
|
16 |
* Author: Thomas Maier
|
17 |
* Author URI: http://webgilde.com
|
18 |
* Text Domain: advanced-ads
|
@@ -39,7 +39,7 @@ define( 'ADVADS_BASE_DIR', dirname( ADVADS_BASE ) ); // directory of the plugin
|
|
39 |
// general and global slug, e.g. to store options in WP, textdomain
|
40 |
define( 'ADVADS_SLUG', 'advanced-ads' );
|
41 |
define( 'ADVADS_URL', 'https://wpadvancedads.com/' );
|
42 |
-
define( 'ADVADS_VERSION', '1.8.
|
43 |
|
44 |
/*----------------------------------------------------------------------------*
|
45 |
* Autoloading, modules and functions
|
12 |
* Plugin Name: Advanced Ads
|
13 |
* Plugin URI: https://wpadvancedads.com
|
14 |
* Description: Manage and optimize your ads in WordPress
|
15 |
+
* Version: 1.8.4
|
16 |
* Author: Thomas Maier
|
17 |
* Author URI: http://webgilde.com
|
18 |
* Text Domain: advanced-ads
|
39 |
// general and global slug, e.g. to store options in WP, textdomain
|
40 |
define( 'ADVADS_SLUG', 'advanced-ads' );
|
41 |
define( 'ADVADS_URL', 'https://wpadvancedads.com/' );
|
42 |
+
define( 'ADVADS_VERSION', '1.8.4' );
|
43 |
|
44 |
/*----------------------------------------------------------------------------*
|
45 |
* Autoloading, modules and functions
|
classes/EDD_SL_Plugin_Updater.php
CHANGED
@@ -7,9 +7,9 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
7 |
* Allows plugins to use their own update API.
|
8 |
*
|
9 |
* @author Easy Digital Downloads
|
10 |
-
* @version 1.6.
|
11 |
*/
|
12 |
-
class
|
13 |
|
14 |
private $api_url = '';
|
15 |
private $api_data = array();
|
@@ -307,11 +307,13 @@ class EDD_SL_Plugin_Updater {
|
|
307 |
* @return object $array
|
308 |
*/
|
309 |
public function http_request_args( $args, $url ) {
|
310 |
-
|
|
|
311 |
if ( strpos( $url, 'https://' ) !== false && strpos( $url, 'edd_action=package_download' ) ) {
|
312 |
-
$args['sslverify'] =
|
313 |
}
|
314 |
return $args;
|
|
|
315 |
}
|
316 |
|
317 |
/**
|
@@ -351,7 +353,8 @@ class EDD_SL_Plugin_Updater {
|
|
351 |
'beta' => ! empty( $data['beta'] ),
|
352 |
);
|
353 |
|
354 |
-
$
|
|
|
355 |
|
356 |
if ( ! is_wp_error( $request ) ) {
|
357 |
$request = json_decode( wp_remote_retrieve_body( $request ) );
|
@@ -413,7 +416,8 @@ class EDD_SL_Plugin_Updater {
|
|
413 |
'beta' => ! empty( $data['beta'] )
|
414 |
);
|
415 |
|
416 |
-
$
|
|
|
417 |
|
418 |
if ( ! is_wp_error( $request ) ) {
|
419 |
$version_info = json_decode( wp_remote_retrieve_body( $request ) );
|
@@ -474,4 +478,14 @@ class EDD_SL_Plugin_Updater {
|
|
474 |
|
475 |
}
|
476 |
|
477 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
* Allows plugins to use their own update API.
|
8 |
*
|
9 |
* @author Easy Digital Downloads
|
10 |
+
* @version 1.6.13
|
11 |
*/
|
12 |
+
class ADVADS_SL_Plugin_Updater {
|
13 |
|
14 |
private $api_url = '';
|
15 |
private $api_data = array();
|
307 |
* @return object $array
|
308 |
*/
|
309 |
public function http_request_args( $args, $url ) {
|
310 |
+
|
311 |
+
$verify_ssl = $this->verify_ssl();
|
312 |
if ( strpos( $url, 'https://' ) !== false && strpos( $url, 'edd_action=package_download' ) ) {
|
313 |
+
$args['sslverify'] = $verify_ssl;
|
314 |
}
|
315 |
return $args;
|
316 |
+
|
317 |
}
|
318 |
|
319 |
/**
|
353 |
'beta' => ! empty( $data['beta'] ),
|
354 |
);
|
355 |
|
356 |
+
$verify_ssl = $this->verify_ssl();
|
357 |
+
$request = wp_remote_post( $this->api_url, array( 'timeout' => 15, 'sslverify' => $verify_ssl, 'body' => $api_params ) );
|
358 |
|
359 |
if ( ! is_wp_error( $request ) ) {
|
360 |
$request = json_decode( wp_remote_retrieve_body( $request ) );
|
416 |
'beta' => ! empty( $data['beta'] )
|
417 |
);
|
418 |
|
419 |
+
$verify_ssl = $this->verify_ssl();
|
420 |
+
$request = wp_remote_post( $this->api_url, array( 'timeout' => 15, 'sslverify' => $verify_ssl, 'body' => $api_params ) );
|
421 |
|
422 |
if ( ! is_wp_error( $request ) ) {
|
423 |
$version_info = json_decode( wp_remote_retrieve_body( $request ) );
|
478 |
|
479 |
}
|
480 |
|
481 |
+
/**
|
482 |
+
* Returns if the SSL of the store should be verified.
|
483 |
+
*
|
484 |
+
* @since 1.6.13
|
485 |
+
* @return bool
|
486 |
+
*/
|
487 |
+
private function verify_ssl() {
|
488 |
+
return (bool) apply_filters( 'edd_sl_api_request_verify_ssl', true, $this );
|
489 |
+
}
|
490 |
+
|
491 |
+
}
|
classes/ad_group.php
CHANGED
@@ -206,6 +206,7 @@ class Advanced_Ads_Group {
|
|
206 |
'type' => $this->type,
|
207 |
'refresh_enabled' => ! empty( $this->options['refresh']['enabled'] ),
|
208 |
);
|
|
|
209 |
|
210 |
if( is_array( $ordered_ad_ids ) ){
|
211 |
foreach ( $ordered_ad_ids as $_ad_id ) {
|
@@ -541,7 +542,6 @@ class Advanced_Ads_Group {
|
|
541 |
// Add label.
|
542 |
$placement_state = isset( $this->ad_args['ad_label'] ) ? $this->ad_args['ad_label'] : 'default';
|
543 |
$this->label = Advanced_Ads::get_instance()->get_label( $placement_state );
|
544 |
-
$this->ad_args['ad_label'] = 'disabled';
|
545 |
|
546 |
// Add placement class.
|
547 |
if ( isset( $this->ad_args['output']['class'] ) && is_array( $this->ad_args['output']['class'] ) ) {
|
206 |
'type' => $this->type,
|
207 |
'refresh_enabled' => ! empty( $this->options['refresh']['enabled'] ),
|
208 |
);
|
209 |
+
$this->ad_args['ad_label'] = 'disabled';
|
210 |
|
211 |
if( is_array( $ordered_ad_ids ) ){
|
212 |
foreach ( $ordered_ad_ids as $_ad_id ) {
|
542 |
// Add label.
|
543 |
$placement_state = isset( $this->ad_args['ad_label'] ) ? $this->ad_args['ad_label'] : 'default';
|
544 |
$this->label = Advanced_Ads::get_instance()->get_label( $placement_state );
|
|
|
545 |
|
546 |
// Add placement class.
|
547 |
if ( isset( $this->ad_args['output']['class'] ) && is_array( $this->ad_args['output']['class'] ) ) {
|
classes/ad_type_content.php
CHANGED
@@ -84,12 +84,12 @@ class Advanced_Ads_Ad_Type_Content extends Advanced_Ads_Ad_Type_Abstract{
|
|
84 |
* @since 1.0.0
|
85 |
*/
|
86 |
public function sanitize_content($content = ''){
|
87 |
-
|
|
|
|
|
88 |
// remove slashes from content
|
89 |
$content = wp_unslash( $content );
|
90 |
-
|
91 |
-
// use WordPress core content filter
|
92 |
-
return $content = apply_filters( 'content_save_pre', $content );
|
93 |
}
|
94 |
|
95 |
/**
|
@@ -135,4 +135,4 @@ class Advanced_Ads_Ad_Type_Content extends Advanced_Ads_Ad_Type_Abstract{
|
|
135 |
return $output;
|
136 |
}
|
137 |
|
138 |
-
}
|
84 |
* @since 1.0.0
|
85 |
*/
|
86 |
public function sanitize_content($content = ''){
|
87 |
+
// use WordPress core content filter
|
88 |
+
$content = apply_filters( 'content_save_pre', $content );
|
89 |
+
|
90 |
// remove slashes from content
|
91 |
$content = wp_unslash( $content );
|
92 |
+
return $content;
|
|
|
|
|
93 |
}
|
94 |
|
95 |
/**
|
135 |
return $output;
|
136 |
}
|
137 |
|
138 |
+
}
|
classes/ad_type_dummy.php
CHANGED
@@ -61,9 +61,12 @@ class Advanced_Ads_Ad_Type_Dummy extends Advanced_Ads_Ad_Type_Abstract{
|
|
61 |
public function prepare_output($ad){
|
62 |
|
63 |
$url = ( isset( $ad->url ) ) ? esc_url( $ad->url ) : '';
|
|
|
|
|
|
|
64 |
|
65 |
ob_start();
|
66 |
-
if( ! defined( 'AAT_VERSION' ) && $url ){ echo '<a href="'. $url .'">'; }
|
67 |
echo '<img src="' . ADVADS_BASE_URL . '/public/assets/img/dummy.png" width="300" height="250"/>';
|
68 |
if( ! defined( 'AAT_VERSION' ) && $url ){ echo '</a>'; }
|
69 |
|
61 |
public function prepare_output($ad){
|
62 |
|
63 |
$url = ( isset( $ad->url ) ) ? esc_url( $ad->url ) : '';
|
64 |
+
// get general target setting
|
65 |
+
$options = Advanced_Ads::get_instance()->options();
|
66 |
+
$target_blank = !empty( $options['target-blank'] ) ? ' target="_blank"' : '';
|
67 |
|
68 |
ob_start();
|
69 |
+
if( ! defined( 'AAT_VERSION' ) && $url ){ echo '<a href="'. $url .'"'.$target_blank.'>'; }
|
70 |
echo '<img src="' . ADVADS_BASE_URL . '/public/assets/img/dummy.png" width="300" height="250"/>';
|
71 |
if( ! defined( 'AAT_VERSION' ) && $url ){ echo '</a>'; }
|
72 |
|
classes/ad_type_image.php
CHANGED
@@ -65,7 +65,6 @@ class Advanced_Ads_Ad_Type_Image extends Advanced_Ads_Ad_Type_Abstract{
|
|
65 |
<span class="label"><?php _e( 'url', 'advanced-ads' ); ?></span>
|
66 |
<div>
|
67 |
<input type="url" name="advanced_ad[url]" id="advads-url" value="<?php echo $url; ?>" placeholder="<?php _e( 'Link to target site', 'advanced-ads' ); ?>" /></p>
|
68 |
-
<p><?php printf(__( 'Open this url in a new window and track impressions and clicks with the <a href="%s" target="_blank">Tracking add-on</a>', 'advanced-ads' ), ADVADS_URL . 'add-ons/tracking/#utm_source=advanced-ads&utm_medium=link&utm_campaign=edit-image-tracking'); ?></p>
|
69 |
</div><hr/><?php
|
70 |
endif;
|
71 |
}
|
@@ -152,9 +151,12 @@ class Advanced_Ads_Ad_Type_Image extends Advanced_Ads_Ad_Type_Abstract{
|
|
152 |
|
153 |
$id = ( isset( $ad->output['image_id'] ) ) ? absint( $ad->output['image_id'] ) : '';
|
154 |
$url = ( isset( $ad->url ) ) ? esc_url( $ad->url ) : '';
|
|
|
|
|
|
|
155 |
|
156 |
ob_start();
|
157 |
-
if( ! defined( 'AAT_VERSION' ) && $url ){ echo '<a href="'. $url .'">'; }
|
158 |
echo $this->create_image_tag( $id );
|
159 |
if( ! defined( 'AAT_VERSION' ) && $url ){ echo '</a>'; }
|
160 |
|
65 |
<span class="label"><?php _e( 'url', 'advanced-ads' ); ?></span>
|
66 |
<div>
|
67 |
<input type="url" name="advanced_ad[url]" id="advads-url" value="<?php echo $url; ?>" placeholder="<?php _e( 'Link to target site', 'advanced-ads' ); ?>" /></p>
|
|
|
68 |
</div><hr/><?php
|
69 |
endif;
|
70 |
}
|
151 |
|
152 |
$id = ( isset( $ad->output['image_id'] ) ) ? absint( $ad->output['image_id'] ) : '';
|
153 |
$url = ( isset( $ad->url ) ) ? esc_url( $ad->url ) : '';
|
154 |
+
// get general target setting
|
155 |
+
$options = Advanced_Ads::get_instance()->options();
|
156 |
+
$target_blank = !empty( $options['target-blank'] ) ? ' target="_blank"' : '';
|
157 |
|
158 |
ob_start();
|
159 |
+
if( ! defined( 'AAT_VERSION' ) && $url ){ echo '<a href="'. $url .'"'.$target_blank.'>'; }
|
160 |
echo $this->create_image_tag( $id );
|
161 |
if( ! defined( 'AAT_VERSION' ) && $url ){ echo '</a>'; }
|
162 |
|
classes/display-conditions.php
CHANGED
@@ -94,12 +94,23 @@ class Advanced_Ads_Display_Conditions {
|
|
94 |
* display ads only in content older or younger than a specific age
|
95 |
*/
|
96 |
'content_age' => array(
|
97 |
-
'label' => __( 'content age', 'advanced-ads
|
98 |
-
'description' => __( 'Display ads based on age of the page.', 'advanced-ads
|
99 |
'metabox' => array( 'Advanced_Ads_Display_Conditions', 'metabox_content_age' ), // callback to generate the metabox
|
100 |
'check' => array( 'Advanced_Ads_Display_Conditions', 'check_content_age' ) // callback for frontend check
|
101 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
102 |
);
|
|
|
|
|
103 |
|
104 |
// register a condition for each taxonomy for posts
|
105 |
$taxonomies = get_taxonomies(array('public' => true, 'publicly_queryable' => true), 'objects', 'or');
|
@@ -283,47 +294,90 @@ class Advanced_Ads_Display_Conditions {
|
|
283 |
<?php if( count( $authors ) >= $max_authors ) : ?><p class="advads-error-message"><?php printf( __( 'Only %d elements are displayed above. Use the <code>advanced-ads-admin-max-terms</code> filter to change this limit according to <a href="%s" target="_blank">this page</a>.', 'advanced-ads' ), $max_authors, ADVADS_URL . 'codex/filter-hooks//#utm_source=advanced-ads&utm_medium=link&utm_campaign=author-term-limit' ); ?></p><?php endif;
|
284 |
}
|
285 |
|
286 |
-
|
287 |
-
|
288 |
-
|
289 |
-
|
290 |
-
|
291 |
-
|
292 |
-
|
293 |
|
294 |
-
|
295 |
-
|
296 |
-
|
297 |
|
298 |
-
|
299 |
|
300 |
-
|
301 |
-
|
302 |
-
|
303 |
-
|
304 |
|
305 |
-
|
306 |
-
|
307 |
-
|
308 |
-
|
309 |
|
310 |
-
|
311 |
-
|
312 |
-
|
313 |
|
314 |
-
|
315 |
-
|
316 |
|
317 |
-
|
318 |
-
|
319 |
-
|
320 |
-
|
321 |
-
|
322 |
-
|
323 |
-
|
324 |
-
|
325 |
-
|
326 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
327 |
}
|
328 |
|
329 |
/**
|
@@ -678,6 +732,38 @@ class Advanced_Ads_Display_Conditions {
|
|
678 |
|
679 |
return true;
|
680 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
681 |
|
682 |
/**
|
683 |
* check post ids display condition in frontend
|
@@ -982,6 +1068,10 @@ class Advanced_Ads_Display_Conditions {
|
|
982 |
if (!isset($args['wp_the_query']['term_id']) && $query) {
|
983 |
$args['wp_the_query']['term_id'] = isset($query->term_id) ? $query->term_id : '';
|
984 |
}
|
|
|
|
|
|
|
|
|
985 |
|
986 |
// query type/ context
|
987 |
if (!isset($args['wp_the_query']['is_main_query'])) {
|
94 |
* display ads only in content older or younger than a specific age
|
95 |
*/
|
96 |
'content_age' => array(
|
97 |
+
'label' => __( 'content age', 'advanced-ads' ),
|
98 |
+
'description' => __( 'Display ads based on age of the page.', 'advanced-ads' ),
|
99 |
'metabox' => array( 'Advanced_Ads_Display_Conditions', 'metabox_content_age' ), // callback to generate the metabox
|
100 |
'check' => array( 'Advanced_Ads_Display_Conditions', 'check_content_age' ) // callback for frontend check
|
101 |
),
|
102 |
+
/**
|
103 |
+
* condition for taxonomies in general
|
104 |
+
*/
|
105 |
+
'taxonomy' => array(
|
106 |
+
'label' => __( 'taxonomy', 'advanced-ads' ),
|
107 |
+
'description' => __( 'Display ads based on the taxonomy of an archive page.', 'advanced-ads' ),
|
108 |
+
'metabox' => array( 'Advanced_Ads_Display_Conditions', 'metabox_taxonomies' ), // callback to generate the metabox
|
109 |
+
'check' => array( 'Advanced_Ads_Display_Conditions', 'check_taxonomy' ) // callback for frontend check
|
110 |
+
),
|
111 |
);
|
112 |
+
|
113 |
+
|
114 |
|
115 |
// register a condition for each taxonomy for posts
|
116 |
$taxonomies = get_taxonomies(array('public' => true, 'publicly_queryable' => true), 'objects', 'or');
|
294 |
<?php if( count( $authors ) >= $max_authors ) : ?><p class="advads-error-message"><?php printf( __( 'Only %d elements are displayed above. Use the <code>advanced-ads-admin-max-terms</code> filter to change this limit according to <a href="%s" target="_blank">this page</a>.', 'advanced-ads' ), $max_authors, ADVADS_URL . 'codex/filter-hooks//#utm_source=advanced-ads&utm_medium=link&utm_campaign=author-term-limit' ); ?></p><?php endif;
|
295 |
}
|
296 |
|
297 |
+
/**
|
298 |
+
* callback to display the metabox for the taxonomy archive pages
|
299 |
+
*
|
300 |
+
* @param arr $options options of the condition
|
301 |
+
* @param int $index index of the condition
|
302 |
+
*/
|
303 |
+
static function metabox_taxonomy_terms($options, $index = 0) {
|
304 |
|
305 |
+
if (!isset($options['type']) || '' === $options['type']) {
|
306 |
+
return;
|
307 |
+
}
|
308 |
|
309 |
+
$type_options = self::get_instance()->conditions;
|
310 |
|
311 |
+
// don’t use if this is not a taxonomy
|
312 |
+
if (!isset($type_options[$options['type']]) || !isset($type_options[$options['type']]['taxonomy'])) {
|
313 |
+
return;
|
314 |
+
}
|
315 |
|
316 |
+
$taxonomy = get_taxonomy($type_options[$options['type']]['taxonomy']);
|
317 |
+
if (false == $taxonomy) {
|
318 |
+
return;
|
319 |
+
}
|
320 |
|
321 |
+
// get values and select operator based on previous settings
|
322 |
+
$operator = ( isset($options['operator']) && $options['operator'] === 'is_not' ) ? 'is_not' : 'is';
|
323 |
+
$values = ( isset($options['value']) && is_array($options['value']) ) ? $options['value'] : array();
|
324 |
|
325 |
+
// limit the number of terms so many terms don’t break the admin page
|
326 |
+
$max_terms = absint(apply_filters('advanced-ads-admin-max-terms', 50));
|
327 |
|
328 |
+
// form name basis
|
329 |
+
$name = self::FORM_NAME . '[' . $index . ']';
|
330 |
+
?><input type="hidden" name="<?php echo $name; ?>[type]" value="<?php echo $options['type']; ?>"/>
|
331 |
+
<select name="<?php echo $name; ?>[operator]">
|
332 |
+
<option value="is" <?php selected('is', $operator); ?>><?php _e('is', 'advanced-ads'); ?></option>
|
333 |
+
<option value="is_not" <?php selected('is_not', $operator); ?>><?php _e('is not', 'advanced-ads'); ?></option>
|
334 |
+
</select><?php
|
335 |
+
?><div class="advads-conditions-single advads-buttonset"><?php
|
336 |
+
self::display_term_list($taxonomy, $values, $name . '[value][]', $max_terms, $index);
|
337 |
+
?></div><?php
|
338 |
+
}
|
339 |
+
|
340 |
+
/**
|
341 |
+
* callback to display the metabox for the taxonomies
|
342 |
+
*
|
343 |
+
* @param arr $options options of the condition
|
344 |
+
* @param int $index index of the condition
|
345 |
+
*/
|
346 |
+
static function metabox_taxonomies($options, $index = 0) {
|
347 |
+
|
348 |
+
if (!isset($options['type']) || '' === $options['type']) {
|
349 |
+
return;
|
350 |
+
}
|
351 |
+
|
352 |
+
$taxonomies = get_taxonomies( array( 'public' => 1 ), 'objects' );
|
353 |
+
|
354 |
+
$name = self::FORM_NAME . '[' . $index . ']';
|
355 |
+
|
356 |
+
// get values and select operator based on previous settings
|
357 |
+
$operator = ( isset($options['operator']) && $options['operator'] === 'is_not' ) ? 'is_not' : 'is';
|
358 |
+
$values = ( isset($options['value']) && is_array($options['value']) ) ? $options['value'] : array();
|
359 |
+
|
360 |
+
?><input type="hidden" name="<?php echo $name; ?>[type]" value="<?php echo $options['type']; ?>"/>
|
361 |
+
<div class="advads-conditions-single advads-buttonset"><?php
|
362 |
+
$tax_label_counts = array_count_values( wp_list_pluck( $taxonomies, 'label' ) );
|
363 |
+
|
364 |
+
foreach ($taxonomies as $_taxonomy_id => $_taxonomy) :
|
365 |
+
|
366 |
+
if ( in_array($_taxonomy_id, $values)) {
|
367 |
+
$_val = 1;
|
368 |
+
} else {
|
369 |
+
$_val = 0;
|
370 |
+
}
|
371 |
+
|
372 |
+
if ( $tax_label_counts[ $_taxonomy->label ] < 2 ) {
|
373 |
+
$_label = $_taxonomy->label;
|
374 |
+
} else {
|
375 |
+
$_label = sprintf( '%s (%s)', $_taxonomy->label, $_taxonomy_id );
|
376 |
+
}
|
377 |
+
?><label class="button" for="advads-conditions-<?php echo $index; ?>-<?php echo $_taxonomy_id;
|
378 |
+
?>"><?php echo $_label ?></label><input type="checkbox" id="advads-conditions-<?php echo $index; ?>-<?php echo $_taxonomy_id; ?>" name="<?php echo $name; ?>[value][]" <?php checked($_val, 1); ?> value="<?php echo $_taxonomy_id; ?>"><?php
|
379 |
+
endforeach;
|
380 |
+
?><p class="advads-conditions-not-selected advads-error-message"><?php _ex( 'Please select some items.', 'Error message shown when no display condition term is selected', 'advanced-ads' ); ?></p></div><?php
|
381 |
}
|
382 |
|
383 |
/**
|
732 |
|
733 |
return true;
|
734 |
}
|
735 |
+
|
736 |
+
/**
|
737 |
+
* check if a specific archive belongs to a taxonomy in general (not a specific term)
|
738 |
+
*
|
739 |
+
* @param arr $options options of the condition
|
740 |
+
* @return bool true if can be displayed
|
741 |
+
*/
|
742 |
+
static function check_taxonomy( $options = array(), Advanced_Ads_Ad $ad ) {
|
743 |
+
|
744 |
+
if( !isset( $options['value']) ){
|
745 |
+
return false;
|
746 |
+
}
|
747 |
+
|
748 |
+
if (isset($options['operator']) && $options['operator'] === 'is_not') {
|
749 |
+
$operator = 'is_not';
|
750 |
+
} else {
|
751 |
+
$operator = 'is';
|
752 |
+
}
|
753 |
+
|
754 |
+
$ad_options = $ad->options();
|
755 |
+
$query = $ad_options['wp_the_query'];
|
756 |
+
|
757 |
+
// return false if operator is "is", but important query vars are not given
|
758 |
+
if( 'is' === $operator && ( empty( $query['taxonomy'] ) || empty($query['is_archive']) ) ){
|
759 |
+
return false;
|
760 |
+
} elseif ( isset($query['taxonomy']) && isset($query['is_archive']) && $query['is_archive'] && !self::can_display_ids($query['taxonomy'], $options['value'], $operator)
|
761 |
+
) {
|
762 |
+
return false;
|
763 |
+
}
|
764 |
+
|
765 |
+
return true;
|
766 |
+
}
|
767 |
|
768 |
/**
|
769 |
* check post ids display condition in frontend
|
1068 |
if (!isset($args['wp_the_query']['term_id']) && $query) {
|
1069 |
$args['wp_the_query']['term_id'] = isset($query->term_id) ? $query->term_id : '';
|
1070 |
}
|
1071 |
+
// taxonomy
|
1072 |
+
if (!isset($args['wp_the_query']['taxonomy']) && $query) {
|
1073 |
+
$args['wp_the_query']['taxonomy'] = isset($query->taxonomy) ? $query->taxonomy : '';
|
1074 |
+
}
|
1075 |
|
1076 |
// query type/ context
|
1077 |
if (!isset($args['wp_the_query']['is_main_query'])) {
|
classes/frontend_checks.php
CHANGED
@@ -42,7 +42,8 @@ class Advanced_Ads_Frontend_Checks {
|
|
42 |
|
43 |
// check if jQuery is loaded in the header
|
44 |
// Hidden, will be shown using js.
|
45 |
-
|
|
|
46 |
'parent' => 'advanced_ads_ad_health',
|
47 |
'id' => 'advanced_ads_ad_health_jquery',
|
48 |
'title' => __( 'jQuery not in header', 'advanced-ads' ),
|
@@ -51,15 +52,16 @@ class Advanced_Ads_Frontend_Checks {
|
|
51 |
'class' => 'hidden advanced_ads_ad_health_warning',
|
52 |
'target' => '_blank'
|
53 |
)
|
54 |
-
) )
|
55 |
|
56 |
// check if AdSense loads QuickStart ads
|
57 |
// Hidden, will be shown using js.
|
|
|
58 |
$wp_admin_bar->add_node( array(
|
59 |
'parent' => 'advanced_ads_ad_health',
|
60 |
'id' => 'advanced_ads_quickstart_displayed',
|
61 |
'title' => __( 'Random AdSense ads', 'advanced-ads' ),
|
62 |
-
'href' => ADVADS_URL . 'adsense-in-random-positions/#utm_source=
|
63 |
'meta' => array(
|
64 |
'class' => 'hidden advanced_ads_ad_health_warning',
|
65 |
'target' => '_blank'
|
@@ -236,11 +238,12 @@ class Advanced_Ads_Frontend_Checks {
|
|
236 |
*/
|
237 |
public function footer_checks() { ?>
|
238 |
<!--noptimize--><style>.hidden { display: none; } .advads-adminbar-is-warnings { background: #a54811 ! important; color: #fff !important; }
|
|
|
239 |
.advanced-ads-highlight-ads { outline:4px solid blue !important; }</style>
|
240 |
<script type="text/javascript" src="<?php echo ADVADS_BASE_URL . 'admin/assets/js/advertisement.js' ?>"></script>
|
241 |
<script>
|
242 |
(function(d, w) {
|
243 |
-
var not_head_jQuery = typeof jQuery === 'undefined';
|
244 |
|
245 |
var addEvent = function( obj, type, fn ) {
|
246 |
if ( obj.addEventListener )
|
@@ -264,9 +267,9 @@ class Advanced_Ads_Frontend_Checks {
|
|
264 |
|
265 |
addEvent( w, 'load', function() {
|
266 |
var adblock_item = d.getElementById( 'wp-admin-bar-advanced_ads_ad_health_adblocker_enabled' ),
|
267 |
-
|
268 |
-
|
269 |
-
|
270 |
|
271 |
var highlight_checkbox = d.getElementById( 'advanced_ads_highlight_ads_checkbox' );
|
272 |
if ( highlight_checkbox ) {
|
@@ -279,11 +282,11 @@ class Advanced_Ads_Frontend_Checks {
|
|
279 |
hide_fine = true;
|
280 |
}
|
281 |
|
282 |
-
if ( jQuery_item && not_head_jQuery ) {
|
283 |
// show hidden item
|
284 |
jQuery_item.className = jQuery_item.className.replace( /hidden/, '' );
|
285 |
hide_fine = true;
|
286 |
-
}
|
287 |
|
288 |
if ( hide_fine && fine_item ) {
|
289 |
fine_item.className += ' hidden';
|
42 |
|
43 |
// check if jQuery is loaded in the header
|
44 |
// Hidden, will be shown using js.
|
45 |
+
// message removed after we fixed all issues we know of
|
46 |
+
/*$wp_admin_bar->add_node( array(
|
47 |
'parent' => 'advanced_ads_ad_health',
|
48 |
'id' => 'advanced_ads_ad_health_jquery',
|
49 |
'title' => __( 'jQuery not in header', 'advanced-ads' ),
|
52 |
'class' => 'hidden advanced_ads_ad_health_warning',
|
53 |
'target' => '_blank'
|
54 |
)
|
55 |
+
) );*/
|
56 |
|
57 |
// check if AdSense loads QuickStart ads
|
58 |
// Hidden, will be shown using js.
|
59 |
+
$utm_source = isset( $_SERVER['HTTP_HOST'] ) ? urlencode( $_SERVER['HTTP_HOST'] ) : 'advanced-ads';
|
60 |
$wp_admin_bar->add_node( array(
|
61 |
'parent' => 'advanced_ads_ad_health',
|
62 |
'id' => 'advanced_ads_quickstart_displayed',
|
63 |
'title' => __( 'Random AdSense ads', 'advanced-ads' ),
|
64 |
+
'href' => ADVADS_URL . 'adsense-in-random-positions/#utm_source='. $utm_source .'&utm_medium=link&utm_campaign=frontend-quickstart-ads',
|
65 |
'meta' => array(
|
66 |
'class' => 'hidden advanced_ads_ad_health_warning',
|
67 |
'target' => '_blank'
|
238 |
*/
|
239 |
public function footer_checks() { ?>
|
240 |
<!--noptimize--><style>.hidden { display: none; } .advads-adminbar-is-warnings { background: #a54811 ! important; color: #fff !important; }
|
241 |
+
#wp-admin-bar-advanced_ads_ad_health-default a:after { content: "\25BA"; margin-left: .5em; font-size: smaller; }
|
242 |
.advanced-ads-highlight-ads { outline:4px solid blue !important; }</style>
|
243 |
<script type="text/javascript" src="<?php echo ADVADS_BASE_URL . 'admin/assets/js/advertisement.js' ?>"></script>
|
244 |
<script>
|
245 |
(function(d, w) {
|
246 |
+
// var not_head_jQuery = typeof jQuery === 'undefined';
|
247 |
|
248 |
var addEvent = function( obj, type, fn ) {
|
249 |
if ( obj.addEventListener )
|
267 |
|
268 |
addEvent( w, 'load', function() {
|
269 |
var adblock_item = d.getElementById( 'wp-admin-bar-advanced_ads_ad_health_adblocker_enabled' ),
|
270 |
+
// jQuery_item = d.getElementById( 'wp-admin-bar-advanced_ads_ad_health_jquery' ),
|
271 |
+
fine_item = d.getElementById( 'wp-admin-bar-advanced_ads_ad_health_fine' ),
|
272 |
+
hide_fine = false;
|
273 |
|
274 |
var highlight_checkbox = d.getElementById( 'advanced_ads_highlight_ads_checkbox' );
|
275 |
if ( highlight_checkbox ) {
|
282 |
hide_fine = true;
|
283 |
}
|
284 |
|
285 |
+
/* if ( jQuery_item && not_head_jQuery ) {
|
286 |
// show hidden item
|
287 |
jQuery_item.className = jQuery_item.className.replace( /hidden/, '' );
|
288 |
hide_fine = true;
|
289 |
+
}*/
|
290 |
|
291 |
if ( hide_fine && fine_item ) {
|
292 |
fine_item.className += ' hidden';
|
composer.lock
CHANGED
@@ -9,16 +9,16 @@
|
|
9 |
"packages": [
|
10 |
{
|
11 |
"name": "composer/installers",
|
12 |
-
"version": "v1.
|
13 |
"source": {
|
14 |
"type": "git",
|
15 |
"url": "https://github.com/composer/installers.git",
|
16 |
-
"reference": "
|
17 |
},
|
18 |
"dist": {
|
19 |
"type": "zip",
|
20 |
-
"url": "https://api.github.com/repos/composer/installers/zipball/
|
21 |
-
"reference": "
|
22 |
"shasum": ""
|
23 |
},
|
24 |
"require": {
|
@@ -64,6 +64,7 @@
|
|
64 |
"Hurad",
|
65 |
"ImageCMS",
|
66 |
"Kanboard",
|
|
|
67 |
"MODX Evo",
|
68 |
"Mautic",
|
69 |
"Maya",
|
@@ -87,6 +88,7 @@
|
|
87 |
"croogo",
|
88 |
"dokuwiki",
|
89 |
"drupal",
|
|
|
90 |
"elgg",
|
91 |
"expressionengine",
|
92 |
"fuelphp",
|
@@ -103,6 +105,7 @@
|
|
103 |
"mediawiki",
|
104 |
"modulework",
|
105 |
"moodle",
|
|
|
106 |
"phpbb",
|
107 |
"piwik",
|
108 |
"ppi",
|
@@ -119,7 +122,7 @@
|
|
119 |
"zend",
|
120 |
"zikula"
|
121 |
],
|
122 |
-
"time": "2017-
|
123 |
},
|
124 |
{
|
125 |
"name": "xrstf/composer-php52",
|
9 |
"packages": [
|
10 |
{
|
11 |
"name": "composer/installers",
|
12 |
+
"version": "v1.4.0",
|
13 |
"source": {
|
14 |
"type": "git",
|
15 |
"url": "https://github.com/composer/installers.git",
|
16 |
+
"reference": "9ce17fb70e9a38dd8acff0636a29f5cf4d575c1b"
|
17 |
},
|
18 |
"dist": {
|
19 |
"type": "zip",
|
20 |
+
"url": "https://api.github.com/repos/composer/installers/zipball/9ce17fb70e9a38dd8acff0636a29f5cf4d575c1b",
|
21 |
+
"reference": "9ce17fb70e9a38dd8acff0636a29f5cf4d575c1b",
|
22 |
"shasum": ""
|
23 |
},
|
24 |
"require": {
|
64 |
"Hurad",
|
65 |
"ImageCMS",
|
66 |
"Kanboard",
|
67 |
+
"Lan Management System",
|
68 |
"MODX Evo",
|
69 |
"Mautic",
|
70 |
"Maya",
|
88 |
"croogo",
|
89 |
"dokuwiki",
|
90 |
"drupal",
|
91 |
+
"eZ Platform",
|
92 |
"elgg",
|
93 |
"expressionengine",
|
94 |
"fuelphp",
|
105 |
"mediawiki",
|
106 |
"modulework",
|
107 |
"moodle",
|
108 |
+
"osclass",
|
109 |
"phpbb",
|
110 |
"piwik",
|
111 |
"ppi",
|
122 |
"zend",
|
123 |
"zikula"
|
124 |
],
|
125 |
+
"time": "2017-08-09 07:53:48"
|
126 |
},
|
127 |
{
|
128 |
"name": "xrstf/composer-php52",
|
languages/advanced-ads-ja.mo
ADDED
Binary file
|
languages/advanced-ads-ja.po
ADDED
@@ -0,0 +1,3800 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Loco Gettext template
|
2 |
+
msgid ""
|
3 |
+
msgstr ""
|
4 |
+
"Project-Id-Version: Advanved Ads\n"
|
5 |
+
"Report-Msgid-Bugs-To: http://wordpress.org/plugins/plugin-name\n"
|
6 |
+
"POT-Creation-Date: 2017-08-05 15:50+0900\n"
|
7 |
+
"PO-Revision-Date: 2017-08-05 16:43+0900\n"
|
8 |
+
"Last-Translator: \n"
|
9 |
+
"Language-Team: webgilde <thomas.maier@webgilde.com>\n"
|
10 |
+
"Language: ja\n"
|
11 |
+
"MIME-Version: 1.0\n"
|
12 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
+
"Content-Transfer-Encoding: 8bit\n"
|
14 |
+
"POT-Revision-Date: Wed Jul 13 2016 13:23:05 GMT+0200 (CEST)\n"
|
15 |
+
"Plural-Forms: nplurals=2; plural=n == 1 ? 0 : 1;\n"
|
16 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
+
"X-Generator: Poedit 2.0.3\n"
|
18 |
+
"X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
|
19 |
+
"__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
|
20 |
+
"_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
|
21 |
+
"esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
|
22 |
+
"esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
|
23 |
+
"X-Poedit-Basepath: ..\n"
|
24 |
+
"X-Poedit-SearchPath-0: .\n"
|
25 |
+
|
26 |
+
#: admin/class-advanced-ads-admin.php:190
|
27 |
+
#: admin/views/ad-display-metabox.php:114 classes/display-conditions.php:178
|
28 |
+
#: classes/visitor-conditions.php:241
|
29 |
+
msgid "or"
|
30 |
+
msgstr "or"
|
31 |
+
|
32 |
+
#: admin/class-advanced-ads-admin.php:191 admin/views/ad-visitor-metabox.php:88
|
33 |
+
#: classes/display-conditions.php:178 classes/visitor-conditions.php:241
|
34 |
+
msgid "and"
|
35 |
+
msgstr "and"
|
36 |
+
|
37 |
+
#: admin/class-advanced-ads-admin.php:192
|
38 |
+
msgid "After which paragraph?"
|
39 |
+
msgstr "段落後?(インライン設定)"
|
40 |
+
|
41 |
+
#: admin/class-advanced-ads-admin.php:300
|
42 |
+
#, php-format
|
43 |
+
msgid "time of %s"
|
44 |
+
msgstr "%s の時間"
|
45 |
+
|
46 |
+
#: admin/class-advanced-ads-admin.php:341 admin/includes/class-menu.php:83
|
47 |
+
msgid "Support"
|
48 |
+
msgstr "サポート"
|
49 |
+
|
50 |
+
#: admin/class-advanced-ads-admin.php:345
|
51 |
+
msgid "Add-Ons"
|
52 |
+
msgstr "アドオン "
|
53 |
+
|
54 |
+
#: admin/includes/class-ad-groups-list.php:164
|
55 |
+
msgid "Ad weight"
|
56 |
+
msgstr "広告重要度"
|
57 |
+
|
58 |
+
#: admin/includes/class-ad-groups-list.php:172
|
59 |
+
#: admin/views/ad-list-timing-column.php:4
|
60 |
+
#, php-format
|
61 |
+
msgid "starts %s"
|
62 |
+
msgstr "%sを開始"
|
63 |
+
|
64 |
+
#: admin/includes/class-ad-groups-list.php:191
|
65 |
+
#: admin/views/ad-list-timing-column.php:21
|
66 |
+
#, php-format
|
67 |
+
msgid "expires %s"
|
68 |
+
msgstr "%sの有効期限 "
|
69 |
+
|
70 |
+
#: admin/includes/class-ad-groups-list.php:193
|
71 |
+
#: admin/views/ad-list-timing-column.php:23
|
72 |
+
#, php-format
|
73 |
+
msgid "<strong>expired</strong> %s"
|
74 |
+
msgstr "<strong>期限切れ</strong>%s"
|
75 |
+
|
76 |
+
#: admin/includes/class-ad-groups-list.php:208
|
77 |
+
#, php-format
|
78 |
+
msgid "show %d more ads"
|
79 |
+
msgstr "%d 件より多くの広告を表示します。"
|
80 |
+
|
81 |
+
#: admin/includes/class-ad-groups-list.php:212
|
82 |
+
msgid "all published ads are displayed"
|
83 |
+
msgstr "すべての公開された広告が表示されます"
|
84 |
+
|
85 |
+
#: admin/includes/class-ad-groups-list.php:214
|
86 |
+
#, php-format
|
87 |
+
msgid "up to %d ads displayed"
|
88 |
+
msgstr "%d 件の広告が表示されるまで"
|
89 |
+
|
90 |
+
#: admin/includes/class-ad-groups-list.php:217
|
91 |
+
msgid "No ads assigned"
|
92 |
+
msgstr "割り当てられている広告がありません"
|
93 |
+
|
94 |
+
#: admin/includes/class-ad-groups-list.php:218
|
95 |
+
msgid "Add some"
|
96 |
+
msgstr "追加する"
|
97 |
+
|
98 |
+
#: admin/includes/class-ad-groups-list.php:284
|
99 |
+
msgid "Random ads"
|
100 |
+
msgstr "ランダム広告"
|
101 |
+
|
102 |
+
#: admin/includes/class-ad-groups-list.php:285
|
103 |
+
msgid "Display random ads based on ad weight"
|
104 |
+
msgstr "広告重き付けに基づいてランダム広告を表示します。"
|
105 |
+
|
106 |
+
#: admin/includes/class-ad-groups-list.php:288
|
107 |
+
msgid "Ordered ads"
|
108 |
+
msgstr "順序付けられた広告"
|
109 |
+
|
110 |
+
#: admin/includes/class-ad-groups-list.php:289
|
111 |
+
msgid "Display ads with the highest ad weight first"
|
112 |
+
msgstr "最初に最高の広告重量と広告を表示します。"
|
113 |
+
|
114 |
+
#: admin/includes/class-ad-groups-list.php:308
|
115 |
+
#: modules/import-export/classes/import.php:144
|
116 |
+
#: modules/import-export/classes/import.php:184
|
117 |
+
#: modules/import-export/classes/import.php:560
|
118 |
+
#: public/class-advanced-ads.php:621
|
119 |
+
msgid "Edit"
|
120 |
+
msgstr "編集 "
|
121 |
+
|
122 |
+
#: admin/includes/class-ad-groups-list.php:309
|
123 |
+
msgid "Usage"
|
124 |
+
msgstr "使用法"
|
125 |
+
|
126 |
+
#: admin/includes/class-ad-groups-list.php:318
|
127 |
+
msgid "Delete"
|
128 |
+
msgstr "削除"
|
129 |
+
|
130 |
+
#: admin/includes/class-ad-groups-list.php:339
|
131 |
+
#: admin/includes/class-ad-groups-list.php:389
|
132 |
+
msgid "Invalid Ad Group"
|
133 |
+
msgstr "広告グループは無効"
|
134 |
+
|
135 |
+
#: admin/includes/class-ad-groups-list.php:344
|
136 |
+
#: admin/includes/class-ad-groups-list.php:394
|
137 |
+
msgid "You don’t have permission to change the ad groups"
|
138 |
+
msgstr "広告グループを変更する権限がありません。"
|
139 |
+
|
140 |
+
#: admin/includes/class-ad-groups-list.php:374
|
141 |
+
msgid "No ad group created"
|
142 |
+
msgstr "広告グループが作成されていません"
|
143 |
+
|
144 |
+
#: admin/includes/class-ad-type.php:97 admin/includes/class-ad-type.php:102
|
145 |
+
msgid "Ad Details"
|
146 |
+
msgstr "広告の詳細"
|
147 |
+
|
148 |
+
#: admin/includes/class-ad-type.php:98 admin/includes/class-ad-type.php:103
|
149 |
+
msgid "Ad Planning"
|
150 |
+
msgstr "広告掲載状態"
|
151 |
+
|
152 |
+
#: admin/includes/class-ad-type.php:200
|
153 |
+
msgid "expired"
|
154 |
+
msgstr "期限切れ"
|
155 |
+
|
156 |
+
#: admin/includes/class-ad-type.php:201
|
157 |
+
msgid "any expiry date"
|
158 |
+
msgstr "有効期限"
|
159 |
+
|
160 |
+
#: admin/includes/class-ad-type.php:202
|
161 |
+
msgid "planned"
|
162 |
+
msgstr "計画済み"
|
163 |
+
|
164 |
+
#: admin/includes/class-ad-type.php:222
|
165 |
+
#, php-format
|
166 |
+
msgid "%s ad updated."
|
167 |
+
msgid_plural "%s ads updated."
|
168 |
+
msgstr[0] "%s の広告を更新"
|
169 |
+
msgstr[1] "%s の広告を更新"
|
170 |
+
|
171 |
+
#: admin/includes/class-ad-type.php:223
|
172 |
+
#, php-format
|
173 |
+
msgid "%s ad not updated, somebody is editing it."
|
174 |
+
msgid_plural "%s ads not updated, somebody is editing them."
|
175 |
+
msgstr[0] "%s の広告は更新されません、誰かがそれを編集しています。"
|
176 |
+
msgstr[1] "%s の広告は更新されません、誰かがそれを編集しています。"
|
177 |
+
|
178 |
+
#: admin/includes/class-ad-type.php:224
|
179 |
+
#, php-format
|
180 |
+
msgid "%s ad permanently deleted."
|
181 |
+
msgid_plural "%s ads permanently deleted."
|
182 |
+
msgstr[0] "%s の広告が完全に削除された。"
|
183 |
+
msgstr[1] "%s の広告が完全に削除された。"
|
184 |
+
|
185 |
+
#: admin/includes/class-ad-type.php:225
|
186 |
+
#, php-format
|
187 |
+
msgid "%s ad moved to the Trash."
|
188 |
+
msgid_plural "%s ads moved to the Trash."
|
189 |
+
msgstr[0] "%s の広告はゴミ箱に移動しました。"
|
190 |
+
msgstr[1] "%s の広告をゴミ箱に移動しました。"
|
191 |
+
|
192 |
+
#: admin/includes/class-ad-type.php:226
|
193 |
+
#, php-format
|
194 |
+
msgid "%s ad restored from the Trash."
|
195 |
+
msgid_plural "%s ads restored from the Trash."
|
196 |
+
msgstr[0] "%s の広告をゴミ箱から復元します。"
|
197 |
+
msgstr[1] "%s の広告をゴミ箱から復元します。"
|
198 |
+
|
199 |
+
#: admin/includes/class-ad-type.php:514 admin/includes/class-ad-type.php:515
|
200 |
+
msgid "Ad updated."
|
201 |
+
msgstr "更新する広告です。"
|
202 |
+
|
203 |
+
#: admin/includes/class-ad-type.php:517
|
204 |
+
#, php-format
|
205 |
+
msgid "Ad restored to revision from %s"
|
206 |
+
msgstr "リビジョン %s から復元された 広告"
|
207 |
+
|
208 |
+
#: admin/includes/class-ad-type.php:518
|
209 |
+
msgid "Ad published."
|
210 |
+
msgstr "広告が公開されました。"
|
211 |
+
|
212 |
+
#: admin/includes/class-ad-type.php:518
|
213 |
+
#, php-format
|
214 |
+
msgid ""
|
215 |
+
"Ad not showing up? Take a look <a href=\"%s\" target=\"_blank\">here</a>"
|
216 |
+
msgstr ""
|
217 |
+
"広告が表示されませんか?見てください<a href=\"%s\" target=\"_blank\">、ここで"
|
218 |
+
"</a>"
|
219 |
+
|
220 |
+
#: admin/includes/class-ad-type.php:519
|
221 |
+
msgid "Ad saved."
|
222 |
+
msgstr "広告を保存します。"
|
223 |
+
|
224 |
+
#: admin/includes/class-ad-type.php:520
|
225 |
+
msgid "Ad submitted."
|
226 |
+
msgstr "広告の送信"
|
227 |
+
|
228 |
+
#: admin/includes/class-ad-type.php:522
|
229 |
+
#, php-format
|
230 |
+
msgid "Ad scheduled for: <strong>%1$s</strong>."
|
231 |
+
msgstr "広告のスケジュール設定: <strong>%1$s</strong>。"
|
232 |
+
|
233 |
+
#: admin/includes/class-ad-type.php:524
|
234 |
+
msgid "M j, Y @ G:i"
|
235 |
+
msgstr "Y M j @ G:i"
|
236 |
+
|
237 |
+
#: admin/includes/class-ad-type.php:526
|
238 |
+
msgid "Ad draft updated."
|
239 |
+
msgstr "広告案を更新します。"
|
240 |
+
|
241 |
+
#: admin/includes/class-licenses.php:86
|
242 |
+
#, php-format
|
243 |
+
msgid ""
|
244 |
+
"There might be a new version of %1$s. Please <strong>provide a valid license "
|
245 |
+
"key</strong> in order to receive updates and support <a href=\"%2$s\">on "
|
246 |
+
"this page</a>."
|
247 |
+
msgstr ""
|
248 |
+
"新しいバージョンの%1$sがあるかもしれません。アップデートとサポートを受けるた"
|
249 |
+
"めには<strong>、有効なライセンスキーを</strong>入力<strong>して</strong>くだ"
|
250 |
+
"さい<a href=\"%2$s\">このページに</a> 。"
|
251 |
+
|
252 |
+
#: admin/includes/class-licenses.php:101
|
253 |
+
msgid "Error while trying to register the license. Please contact support."
|
254 |
+
msgstr ""
|
255 |
+
"ライセンスを登録しようとしてエラーが発生しました。サポートに問い合わせてくだ"
|
256 |
+
"さい。"
|
257 |
+
|
258 |
+
#: admin/includes/class-licenses.php:106 admin/views/setting-license.php:49
|
259 |
+
msgid "Please enter a valid license key"
|
260 |
+
msgstr "有効なライセンス キーを入力してください。"
|
261 |
+
|
262 |
+
#: admin/includes/class-licenses.php:132
|
263 |
+
msgid "License couldn’t be activated. Please try again later."
|
264 |
+
msgstr ""
|
265 |
+
"ライセンスをアクティブ化することができませんでした。後でもう一度試してくださ"
|
266 |
+
"い。"
|
267 |
+
|
268 |
+
#: admin/includes/class-licenses.php:147
|
269 |
+
msgid "This is the bundle license key."
|
270 |
+
msgstr "バンドル ライセンス キーです。"
|
271 |
+
|
272 |
+
#: admin/includes/class-licenses.php:148
|
273 |
+
msgid "This is not the correct key for this add-on."
|
274 |
+
msgstr "これは、このアドオンの正しいキーではありません。"
|
275 |
+
|
276 |
+
#: admin/includes/class-licenses.php:149
|
277 |
+
msgid "There are no activations left."
|
278 |
+
msgstr "左のアクティブ化があります。"
|
279 |
+
|
280 |
+
#: admin/includes/class-licenses.php:158
|
281 |
+
#, php-format
|
282 |
+
msgid "License is invalid. Reason: %s"
|
283 |
+
msgstr "ライセンスが有効ではありません。理由: %s"
|
284 |
+
|
285 |
+
#: admin/includes/class-licenses.php:218
|
286 |
+
msgid "Error while trying to disable the license. Please contact support."
|
287 |
+
msgstr ""
|
288 |
+
"ライセンスを無効にしようとしてエラーが発生しました。サポートに問い合わせてく"
|
289 |
+
"ださい。"
|
290 |
+
|
291 |
+
#: admin/includes/class-licenses.php:245 admin/includes/class-licenses.php:263
|
292 |
+
msgid "License couldn’t be deactivated. Please try again later."
|
293 |
+
msgstr ""
|
294 |
+
"ライセンスは、非アクティブ化できませんでした。後でもう一度試してください。"
|
295 |
+
|
296 |
+
#: admin/includes/class-licenses.php:470
|
297 |
+
#, php-format
|
298 |
+
msgid "Download failed. <a href=\"%s\">Click here to try another method</a>."
|
299 |
+
msgstr ""
|
300 |
+
"ダウンロードに失敗しました。<a href=\"%s\">ここをクリックして別の方法を試して"
|
301 |
+
"ください</a>。"
|
302 |
+
|
303 |
+
#: admin/includes/class-licenses.php:472
|
304 |
+
#, php-format
|
305 |
+
msgid ""
|
306 |
+
"Download failed. <a href=\"%s\" target=\"_blank\">Click here to learn why</"
|
307 |
+
"a>."
|
308 |
+
msgstr ""
|
309 |
+
"ダウンロードに失敗しました。して<a href=\"%s\" target=\"_blank\">理由について"
|
310 |
+
"は、こちらをご覧ください</a>。"
|
311 |
+
|
312 |
+
#: admin/includes/class-menu.php:52
|
313 |
+
msgid "Overview"
|
314 |
+
msgstr "概要"
|
315 |
+
|
316 |
+
#: admin/includes/class-menu.php:59
|
317 |
+
#: admin/includes/class-shortcode-creator.php:84
|
318 |
+
#: admin/views/ad-group-list-form-row.php:68
|
319 |
+
#: admin/views/ad-group-list-header.php:5 admin/views/placements-item.php:11
|
320 |
+
#: admin/views/placements.php:194 classes/widget.php:83
|
321 |
+
#: modules/import-export/views/page.php:23 public/class-advanced-ads.php:617
|
322 |
+
msgid "Ads"
|
323 |
+
msgstr "広告"
|
324 |
+
|
325 |
+
#: admin/includes/class-menu.php:65 public/class-advanced-ads.php:620
|
326 |
+
msgid "Add New Ad"
|
327 |
+
msgstr "広告を新規追加"
|
328 |
+
|
329 |
+
#: admin/includes/class-menu.php:65 admin/views/ad-group-list-ads.php:17
|
330 |
+
#: public/class-advanced-ads.php:619 public/class-advanced-ads.php:623
|
331 |
+
msgid "New Ad"
|
332 |
+
msgstr "新しい広告"
|
333 |
+
|
334 |
+
#: admin/includes/class-menu.php:70
|
335 |
+
#: admin/includes/class-shortcode-creator.php:91
|
336 |
+
#: admin/views/placements-item.php:4 admin/views/placements.php:187
|
337 |
+
#: classes/widget.php:76
|
338 |
+
msgid "Ad Groups"
|
339 |
+
msgstr "広告グループ"
|
340 |
+
|
341 |
+
#: admin/includes/class-menu.php:70 modules/import-export/views/page.php:24
|
342 |
+
#: public/class-advanced-ads.php:590
|
343 |
+
msgid "Groups"
|
344 |
+
msgstr "グループ"
|
345 |
+
|
346 |
+
#: admin/includes/class-menu.php:75
|
347 |
+
msgid "Ad Placements"
|
348 |
+
msgstr "広告の設置"
|
349 |
+
|
350 |
+
#: admin/includes/class-menu.php:75
|
351 |
+
#: admin/includes/class-shortcode-creator.php:98 admin/views/placements.php:18
|
352 |
+
#: classes/widget.php:69 modules/import-export/views/page.php:25
|
353 |
+
msgid "Placements"
|
354 |
+
msgstr "設置"
|
355 |
+
|
356 |
+
#: admin/includes/class-menu.php:79
|
357 |
+
msgid "Advanced Ads Settings"
|
358 |
+
msgstr "広告の詳細設定"
|
359 |
+
|
360 |
+
#: admin/includes/class-menu.php:79
|
361 |
+
msgid "Settings"
|
362 |
+
msgstr "設定"
|
363 |
+
|
364 |
+
#: admin/includes/class-menu.php:173 admin/includes/class-menu.php:200
|
365 |
+
msgid "Sorry, you are not allowed to access this feature."
|
366 |
+
msgstr "申し訳ありませんが、ことはできませんこの機能にアクセスします。"
|
367 |
+
|
368 |
+
#: admin/includes/class-menu.php:186
|
369 |
+
msgid ""
|
370 |
+
"You attempted to edit an ad group that doesn’t exist. Perhaps it was "
|
371 |
+
"deleted?"
|
372 |
+
msgstr "あなたは存在しないアイテムを編集しようとしました。多分それを削除した?"
|
373 |
+
|
374 |
+
#: admin/includes/class-meta-box.php:53
|
375 |
+
msgid "Ad Type"
|
376 |
+
msgstr "広告タイプ"
|
377 |
+
|
378 |
+
#: admin/includes/class-meta-box.php:59
|
379 |
+
msgid "Ad Parameters"
|
380 |
+
msgstr "広告パラメーター"
|
381 |
+
|
382 |
+
#: admin/includes/class-meta-box.php:62
|
383 |
+
msgid "Layout / Output"
|
384 |
+
msgstr "レイアウト/出力"
|
385 |
+
|
386 |
+
#: admin/includes/class-meta-box.php:65 classes/ad-debug.php:152
|
387 |
+
msgid "Display Conditions"
|
388 |
+
msgstr "表示条件"
|
389 |
+
|
390 |
+
#: admin/includes/class-meta-box.php:68 classes/ad-debug.php:239
|
391 |
+
msgid "Visitor Conditions"
|
392 |
+
msgstr "訪問者条件"
|
393 |
+
|
394 |
+
#: admin/includes/class-meta-box.php:126 admin/includes/class-meta-box.php:137
|
395 |
+
#: admin/includes/class-meta-box.php:142 admin/includes/class-settings.php:446
|
396 |
+
#: admin/views/ad-output-metabox.php:51
|
397 |
+
msgid "Manual"
|
398 |
+
msgstr "マニュアル"
|
399 |
+
|
400 |
+
#: admin/includes/class-meta-box.php:136
|
401 |
+
msgid "Video"
|
402 |
+
msgstr "動画"
|
403 |
+
|
404 |
+
#: admin/includes/class-meta-box.php:222
|
405 |
+
msgid "Ad Settings"
|
406 |
+
msgstr "広告設定"
|
407 |
+
|
408 |
+
#: admin/includes/class-meta-box.php:324 admin/views/overview.php:23
|
409 |
+
msgid "Ads Dashboard"
|
410 |
+
msgstr "ダッシュ ボード広告"
|
411 |
+
|
412 |
+
#: admin/includes/class-meta-box.php:336
|
413 |
+
msgid "From the ad optimization universe"
|
414 |
+
msgstr "広告の最適化の宇宙から"
|
415 |
+
|
416 |
+
#: admin/includes/class-meta-box.php:345
|
417 |
+
msgid "Advanced Ads Tutorials"
|
418 |
+
msgstr "高度な広告のチュートリアル"
|
419 |
+
|
420 |
+
#: admin/includes/class-meta-box.php:357
|
421 |
+
#, php-format
|
422 |
+
msgid "%d ads – <a href=\"%s\">manage</a> - <a href=\"%s\">new</a>"
|
423 |
+
msgstr "%d件の広告 - <a href=\"%s\">管理</a>- <a href=\"%s\">新規</a>"
|
424 |
+
|
425 |
+
#: admin/includes/class-meta-box.php:369
|
426 |
+
msgid "plugin manual and homepage"
|
427 |
+
msgstr "プラグインのマニュアルやホームページ"
|
428 |
+
|
429 |
+
#: admin/includes/class-meta-box.php:376
|
430 |
+
msgid "Get the tutorial via email"
|
431 |
+
msgstr "E メール経由でチュートリアルを取得します。"
|
432 |
+
|
433 |
+
#: admin/includes/class-meta-box.php:383
|
434 |
+
msgid "Get AdSense tips via email"
|
435 |
+
msgstr "E メール経由で AdSense のヒントを得る"
|
436 |
+
|
437 |
+
#: admin/includes/class-notices.php:408
|
438 |
+
#, php-format
|
439 |
+
msgid ""
|
440 |
+
"You don’t seem to have an email address. Please use <a href=\"%s\" target="
|
441 |
+
"\"_blank\">this form</a> to sign up."
|
442 |
+
msgstr ""
|
443 |
+
"あなたは電子メール アドレスを持っていないようです。<a href=\"%s\" target="
|
444 |
+
"\"_blank\">このフォーム</a>を使用してサインアップするしてください。"
|
445 |
+
|
446 |
+
#: admin/includes/class-notices.php:426
|
447 |
+
msgid ""
|
448 |
+
"How embarrassing. The email server seems to be down. Please try again later."
|
449 |
+
msgstr ""
|
450 |
+
"なにか戸惑っていますか?メール サーバーがダウンしているようです。後でもう一度"
|
451 |
+
"試してください。"
|
452 |
+
|
453 |
+
#: admin/includes/class-notices.php:431
|
454 |
+
#, php-format
|
455 |
+
msgid ""
|
456 |
+
"Please check your email (%s) for the confirmation message. If you didn’t "
|
457 |
+
"receive one or want to use another email address then please use <a href=\"%s"
|
458 |
+
"\" target=\"_blank\">this form</a> to sign up."
|
459 |
+
msgstr ""
|
460 |
+
"確認メッセージのメール (%s) を確認してください。メールアドレスを受け取ってい"
|
461 |
+
"ない場合や、別のメールアドレスを使用したい場合は、<a href=\"%s\" target="
|
462 |
+
"\"_blank\">このフォーム</a>を使用してください。"
|
463 |
+
|
464 |
+
#: admin/includes/class-overview-widgets.php:45
|
465 |
+
msgid "Tips and Tutorials"
|
466 |
+
msgstr "ヒントとチュートリアル"
|
467 |
+
|
468 |
+
#: admin/includes/class-overview-widgets.php:47
|
469 |
+
msgid "Setup and Optimization Help"
|
470 |
+
msgstr "セットアップおよび最適化ヘルプ"
|
471 |
+
|
472 |
+
#: admin/includes/class-overview-widgets.php:49
|
473 |
+
msgid "Manual and Support"
|
474 |
+
msgstr "マニュアルとサポート"
|
475 |
+
|
476 |
+
#: admin/includes/class-overview-widgets.php:53
|
477 |
+
msgid "Advanced Ads Pro"
|
478 |
+
msgstr "高度な広告プロ"
|
479 |
+
|
480 |
+
#: admin/includes/class-overview-widgets.php:55
|
481 |
+
msgid "Tracking and Stats"
|
482 |
+
msgstr "トラッキングと統計情報"
|
483 |
+
|
484 |
+
#: admin/includes/class-overview-widgets.php:57
|
485 |
+
msgid "Responsive and Mobile ads"
|
486 |
+
msgstr "レスポンシブとモバイル広告"
|
487 |
+
|
488 |
+
#: admin/includes/class-overview-widgets.php:59
|
489 |
+
msgid "Geo Targeting"
|
490 |
+
msgstr "ジオターゲティング"
|
491 |
+
|
492 |
+
#: admin/includes/class-overview-widgets.php:61
|
493 |
+
msgid "Sticky ads"
|
494 |
+
msgstr "粘着性がある広告"
|
495 |
+
|
496 |
+
#: admin/includes/class-overview-widgets.php:63
|
497 |
+
msgid "PopUps and Layers"
|
498 |
+
msgstr "ポップアップとレイヤー"
|
499 |
+
|
500 |
+
#: admin/includes/class-overview-widgets.php:65
|
501 |
+
msgid "Ad Slider"
|
502 |
+
msgstr "広告スライダー"
|
503 |
+
|
504 |
+
#: admin/includes/class-overview-widgets.php:67
|
505 |
+
msgid "Selling Ads"
|
506 |
+
msgstr "広告を販売"
|
507 |
+
|
508 |
+
#: admin/includes/class-overview-widgets.php:86
|
509 |
+
msgid "Get 2 <strong>free add-ons</strong> for joining the newsletter."
|
510 |
+
msgstr ""
|
511 |
+
"メルマガに参加する事で 2つの<strong>無料のアドオン</strong>を取得します。"
|
512 |
+
|
513 |
+
#: admin/includes/class-overview-widgets.php:87
|
514 |
+
msgid "Join now"
|
515 |
+
msgstr "今すぐ登録!"
|
516 |
+
|
517 |
+
#: admin/includes/class-overview-widgets.php:94
|
518 |
+
msgid ""
|
519 |
+
"Learn more about how and <strong>how much you can earn with AdSense</strong> "
|
520 |
+
"and Advanced Ads from the dedicated newsletter group."
|
521 |
+
msgstr ""
|
522 |
+
"専用のニュースレターグループから<strong> AdSenseで収益を上げる方法</strong>と"
|
523 |
+
"広告管理の仕組みについて詳しくは、こちらをご覧ください。"
|
524 |
+
|
525 |
+
#: admin/includes/class-overview-widgets.php:95 admin/includes/notices.php:30
|
526 |
+
#: admin/views/notices/inline.php:3 admin/views/notices/subscribe.php:3
|
527 |
+
msgid "Subscribe me now"
|
528 |
+
msgstr "今すぐ購読"
|
529 |
+
|
530 |
+
#: admin/includes/class-overview-widgets.php:102
|
531 |
+
msgid "Get the first steps and more tutorials to your inbox."
|
532 |
+
msgstr "最初のステップと受信トレイに多くのチュートリアルを取得します。"
|
533 |
+
|
534 |
+
#: admin/includes/class-overview-widgets.php:103
|
535 |
+
msgid "Send it now"
|
536 |
+
msgstr "それを今すぐ送信します。"
|
537 |
+
|
538 |
+
#: admin/includes/class-overview-widgets.php:126
|
539 |
+
msgid "Create your first ad"
|
540 |
+
msgstr "あなたの最初の広告を作成します。"
|
541 |
+
|
542 |
+
#: admin/includes/class-overview-widgets.php:129
|
543 |
+
msgid ""
|
544 |
+
"Ad Groups contain ads and are currently used to rotate multiple ads on a "
|
545 |
+
"single spot."
|
546 |
+
msgstr ""
|
547 |
+
"広告グループは広告を含む、単一の場所で複数の広告を回転に利用されています。"
|
548 |
+
|
549 |
+
#: admin/includes/class-overview-widgets.php:131
|
550 |
+
msgid "Create your first group"
|
551 |
+
msgstr "あなたの最初のグループを作成します。"
|
552 |
+
|
553 |
+
#: admin/includes/class-overview-widgets.php:134
|
554 |
+
msgid ""
|
555 |
+
"Ad Placements are the best way to manage where to display ads and groups."
|
556 |
+
msgstr ""
|
557 |
+
"広告のプレースメントは、広告およびグループを表示する場所を管理する最善の方法"
|
558 |
+
"です。"
|
559 |
+
|
560 |
+
#: admin/includes/class-overview-widgets.php:136
|
561 |
+
msgid "Create your first placement"
|
562 |
+
msgstr "あなたの最初の配置を作成します。"
|
563 |
+
|
564 |
+
#: admin/includes/class-overview-widgets.php:141
|
565 |
+
msgid "Next steps"
|
566 |
+
msgstr "次のステップ"
|
567 |
+
|
568 |
+
#: admin/includes/class-overview-widgets.php:153
|
569 |
+
#, php-format
|
570 |
+
msgid "<a href=\"%s\" target=\"_blank\">Manual</a>"
|
571 |
+
msgstr "<a href=\"%s\" target=\"_blank\">手動</a>"
|
572 |
+
|
573 |
+
#: admin/includes/class-overview-widgets.php:154
|
574 |
+
#, php-format
|
575 |
+
msgid "<a href=\"%s\" target=\"_blank\">FAQ and Support</a>"
|
576 |
+
msgstr "<a href=\"%s\" target=\"_blank\">よくある質問とサポート</a>"
|
577 |
+
|
578 |
+
#: admin/includes/class-overview-widgets.php:155
|
579 |
+
#, php-format
|
580 |
+
msgid "Vote for a <a href=\"%s\" target=\"_blank\">feature</a>"
|
581 |
+
msgstr "<a href=\"%s\" target=\"_blank\">機能</a>のための投票"
|
582 |
+
|
583 |
+
#: admin/includes/class-overview-widgets.php:156
|
584 |
+
#, php-format
|
585 |
+
msgid ""
|
586 |
+
"Thank the developer with a ★★★★★ review on <a "
|
587 |
+
"href=\"%s\" target=\"_blank\">wordpress.org</a>"
|
588 |
+
msgstr ""
|
589 |
+
"<a href=\"%s\" target=\"_blank\">Wordpress.org</a>上的なアーケード レビューと"
|
590 |
+
"開発者に感謝します。"
|
591 |
+
|
592 |
+
#: admin/includes/class-overview-widgets.php:165
|
593 |
+
msgid ""
|
594 |
+
"Need help to set up and optimize your ads? Need custom coding on your site? "
|
595 |
+
"Ask me for a quote."
|
596 |
+
msgstr ""
|
597 |
+
"設定し、広告を最適化するための助けが必要ですか。あなたのサイトにカスタムの"
|
598 |
+
"コーディングが必要ですか。お見積もりを私に尋ねます。"
|
599 |
+
|
600 |
+
#: admin/includes/class-overview-widgets.php:166
|
601 |
+
#, php-format
|
602 |
+
msgid "Help with ads on %s"
|
603 |
+
msgstr "%s の広告のヘルプ"
|
604 |
+
|
605 |
+
#: admin/includes/class-overview-widgets.php:167
|
606 |
+
msgid "Get an offer"
|
607 |
+
msgstr "オファーをGET!"
|
608 |
+
|
609 |
+
#: admin/includes/class-overview-widgets.php:175
|
610 |
+
msgid "Ad management for advanced websites."
|
611 |
+
msgstr "高度なウェブサイトの広告管理。"
|
612 |
+
|
613 |
+
#: admin/includes/class-overview-widgets.php:176
|
614 |
+
msgid "Cache-busting"
|
615 |
+
msgstr "キャッシュ無効化"
|
616 |
+
|
617 |
+
#: admin/includes/class-overview-widgets.php:177
|
618 |
+
msgid "Advanced visitor conditions"
|
619 |
+
msgstr "高度な訪問者の条件"
|
620 |
+
|
621 |
+
#: admin/includes/class-overview-widgets.php:178
|
622 |
+
msgid "Flash ads with fallback"
|
623 |
+
msgstr "フォールバックを伴うFlash広告"
|
624 |
+
|
625 |
+
#: admin/includes/class-overview-widgets.php:180
|
626 |
+
msgid "Get Pro"
|
627 |
+
msgstr "プロを取得"
|
628 |
+
|
629 |
+
#: admin/includes/class-overview-widgets.php:188
|
630 |
+
msgid "Track the impressions of and clicks on your ads."
|
631 |
+
msgstr "あなたの広告の表示回数やクリック数を追跡します。"
|
632 |
+
|
633 |
+
#: admin/includes/class-overview-widgets.php:189
|
634 |
+
msgid "2 methods to count impressions"
|
635 |
+
msgstr "インプレッション数をカウントする 2 つの方法"
|
636 |
+
|
637 |
+
#: admin/includes/class-overview-widgets.php:190
|
638 |
+
msgid "beautiful stats for all or single ads"
|
639 |
+
msgstr "すべての美しい統計または単一の広告"
|
640 |
+
|
641 |
+
#: admin/includes/class-overview-widgets.php:191
|
642 |
+
msgid "group stats by day, week or month"
|
643 |
+
msgstr "日、週または月でグループの統計情報"
|
644 |
+
|
645 |
+
#: admin/includes/class-overview-widgets.php:193
|
646 |
+
msgid "Get the Tracking add-on"
|
647 |
+
msgstr "アドオンを追跡を取得"
|
648 |
+
|
649 |
+
#: admin/includes/class-overview-widgets.php:201
|
650 |
+
msgid "Display ads based on the size of your visitor’s browser or device."
|
651 |
+
msgstr ""
|
652 |
+
"あなたの訪問者のブラウザーやデバイスのサイズに基づいて広告を表示します。"
|
653 |
+
|
654 |
+
#: admin/includes/class-overview-widgets.php:202
|
655 |
+
msgid "set a range (from … to …) pixels for the browser size"
|
656 |
+
msgstr "範囲を設定 (from … to …) ブラウザーのサイズのピクセル"
|
657 |
+
|
658 |
+
#: admin/includes/class-overview-widgets.php:203
|
659 |
+
msgid "set custom sizes for AdSense responsive ads"
|
660 |
+
msgstr "AdSenseレスポンシブ広告のカスタムサイズを設定します。"
|
661 |
+
|
662 |
+
#: admin/includes/class-overview-widgets.php:204
|
663 |
+
msgid "list all ads by their responsive settings"
|
664 |
+
msgstr "彼らの応答の設定ですべての広告を一覧表示します。"
|
665 |
+
|
666 |
+
#: admin/includes/class-overview-widgets.php:206
|
667 |
+
msgid "Get the Responsive add-on"
|
668 |
+
msgstr "対応アドオンを取得します。"
|
669 |
+
|
670 |
+
#: admin/includes/class-overview-widgets.php:214
|
671 |
+
msgid "Target visitors by their geo location."
|
672 |
+
msgstr "その地理的な位置によってターゲットの訪問者。"
|
673 |
+
|
674 |
+
#: admin/includes/class-overview-widgets.php:216
|
675 |
+
msgid "Get the Geo Targeting add-on"
|
676 |
+
msgstr "アドオンを地域によるターゲット設定"
|
677 |
+
|
678 |
+
#: admin/includes/class-overview-widgets.php:224
|
679 |
+
msgid ""
|
680 |
+
"Fix ads to the browser while users are scrolling and create best performing "
|
681 |
+
"anchor ads."
|
682 |
+
msgstr ""
|
683 |
+
"修正プログラム広告、ユーザーはブラウザーをスクロールしているし、最高のパ"
|
684 |
+
"フォーマンスのアンカー広告を作成します。"
|
685 |
+
|
686 |
+
#: admin/includes/class-overview-widgets.php:225
|
687 |
+
msgid "position ads that don’t scroll with the screen"
|
688 |
+
msgstr "画面がスクロールしない位置広告"
|
689 |
+
|
690 |
+
#: admin/includes/class-overview-widgets.php:226
|
691 |
+
msgid "build anchor ads not only on mobile devices"
|
692 |
+
msgstr "モバイル機器だけでなく、アンカー広告を構築します。"
|
693 |
+
|
694 |
+
#: admin/includes/class-overview-widgets.php:228
|
695 |
+
msgid "Get the Sticky add-on"
|
696 |
+
msgstr "スティッキーアドオンを取得します。"
|
697 |
+
|
698 |
+
#: admin/includes/class-overview-widgets.php:236
|
699 |
+
msgid "Display content and ads in layers and popups on custom events."
|
700 |
+
msgstr ""
|
701 |
+
"レイヤーおよびカスタム イベントのポップアップのコンテンツや広告を表示します。"
|
702 |
+
|
703 |
+
#: admin/includes/class-overview-widgets.php:237
|
704 |
+
msgid "display a popup after a user interaction like scrolling"
|
705 |
+
msgstr "スクロールのようなユーザーとの対話の後、ポップアップを表示します。"
|
706 |
+
|
707 |
+
#: admin/includes/class-overview-widgets.php:238
|
708 |
+
msgid "optional background overlay"
|
709 |
+
msgstr "オプションのバック グラウンド オーバーレイ"
|
710 |
+
|
711 |
+
#: admin/includes/class-overview-widgets.php:239
|
712 |
+
msgid "allow users to close the popup"
|
713 |
+
msgstr "ポップアップを閉じることができます。"
|
714 |
+
|
715 |
+
#: admin/includes/class-overview-widgets.php:241
|
716 |
+
msgid "Get the PopUp and Layer add-on"
|
717 |
+
msgstr "アドオンをポップアップとレイヤー"
|
718 |
+
|
719 |
+
#: admin/includes/class-overview-widgets.php:249
|
720 |
+
msgid "Create a beautiful and simple slider from your ads."
|
721 |
+
msgstr "広告から美しく、シンプルなスライダーを作成します。"
|
722 |
+
|
723 |
+
#: admin/includes/class-overview-widgets.php:251
|
724 |
+
msgid "Get the Slider add-on"
|
725 |
+
msgstr "スライダー アドオンを取得します。"
|
726 |
+
|
727 |
+
#: admin/includes/class-overview-widgets.php:258
|
728 |
+
msgid ""
|
729 |
+
"Let advertisers purchase ad space directly on the frontend of your site."
|
730 |
+
msgstr ""
|
731 |
+
"広告主があなたのサイトのフロントエンドに直接広告スペースを購入してみましょ"
|
732 |
+
"う。"
|
733 |
+
|
734 |
+
#: admin/includes/class-overview-widgets.php:260
|
735 |
+
msgid "Get the Selling Ads add-on"
|
736 |
+
msgstr "販売広告はアドオンを入手します"
|
737 |
+
|
738 |
+
#: admin/includes/class-settings.php:47 admin/views/settings.php:12
|
739 |
+
msgid "General"
|
740 |
+
msgstr "一般"
|
741 |
+
|
742 |
+
#: admin/includes/class-settings.php:59 admin/includes/class-settings.php:199
|
743 |
+
msgid "Licenses"
|
744 |
+
msgstr "ライセンス"
|
745 |
+
|
746 |
+
#: admin/includes/class-settings.php:70
|
747 |
+
msgid "Disable ads"
|
748 |
+
msgstr "広告を無効にする"
|
749 |
+
|
750 |
+
#: admin/includes/class-settings.php:78
|
751 |
+
msgid "Hide ads for logged in users"
|
752 |
+
msgstr "ログインしているユーザーのための広告を非表示します。"
|
753 |
+
|
754 |
+
#: admin/includes/class-settings.php:86
|
755 |
+
msgid "Use advanced JavaScript"
|
756 |
+
msgstr "Java スクリプトの設定を高度な使用"
|
757 |
+
|
758 |
+
#: admin/includes/class-settings.php:94
|
759 |
+
msgid "Unlimited ad injection"
|
760 |
+
msgstr "無制限の広告の注入"
|
761 |
+
|
762 |
+
#: admin/includes/class-settings.php:102
|
763 |
+
msgid "Priority of content injection filter"
|
764 |
+
msgstr "コンテンツ挿入フィルターの優先順位"
|
765 |
+
|
766 |
+
#: admin/includes/class-settings.php:110 classes/ad_placements.php:517
|
767 |
+
msgid "Disable level limitation"
|
768 |
+
msgstr "レベル制限を無効にします。"
|
769 |
+
|
770 |
+
#: admin/includes/class-settings.php:118
|
771 |
+
msgid "Hide ads from bots"
|
772 |
+
msgstr "ボットから広告を非表示します。"
|
773 |
+
|
774 |
+
#: admin/includes/class-settings.php:126
|
775 |
+
msgid "Disable notices"
|
776 |
+
msgstr "通知を無効にします。"
|
777 |
+
|
778 |
+
#: admin/includes/class-settings.php:134
|
779 |
+
msgid "ID prefix"
|
780 |
+
msgstr "ID のプレフィックス"
|
781 |
+
|
782 |
+
#: admin/includes/class-settings.php:142
|
783 |
+
msgid "Remove Widget ID"
|
784 |
+
msgstr "ウィジェット ID を削除します。"
|
785 |
+
|
786 |
+
#: admin/includes/class-settings.php:150
|
787 |
+
msgid "Allow editors to manage ads"
|
788 |
+
msgstr "広告を管理する編集者を許可します。"
|
789 |
+
|
790 |
+
#: admin/includes/class-settings.php:158
|
791 |
+
msgid "Ad label"
|
792 |
+
msgstr "広告ラベル"
|
793 |
+
|
794 |
+
#: admin/includes/class-settings.php:168
|
795 |
+
msgid "Delete data on uninstall"
|
796 |
+
msgstr "アンインストール時にデータを削除します"
|
797 |
+
|
798 |
+
#: admin/includes/class-settings.php:178
|
799 |
+
msgid "Disable shortcode button"
|
800 |
+
msgstr "ショートコードボタンを無効にします。"
|
801 |
+
|
802 |
+
#: admin/includes/class-settings.php:220
|
803 |
+
#, php-format
|
804 |
+
msgid ""
|
805 |
+
"Enter license keys for our powerful <a href=\"%s\" target=\"_blank\">add-"
|
806 |
+
"ons</a>."
|
807 |
+
msgstr ""
|
808 |
+
"強力な<a href=\"%s\" target=\"_blank\">アドオン</a>のライセンスキーを入力しま"
|
809 |
+
"す。"
|
810 |
+
|
811 |
+
#: admin/includes/class-settings.php:221
|
812 |
+
#, php-format
|
813 |
+
msgid ""
|
814 |
+
"See also <a href=\"%s\" target=\"_blank\">Issues and questions about "
|
815 |
+
"licenses</a>."
|
816 |
+
msgstr ""
|
817 |
+
"<a href=\"%s\" target=\"_blank\">ライセンスに関する問題と疑問</a>を参照してく"
|
818 |
+
"ださい。"
|
819 |
+
|
820 |
+
#: admin/includes/class-settings.php:255
|
821 |
+
msgid "(display to all)"
|
822 |
+
msgstr "(すべて表示)"
|
823 |
+
|
824 |
+
#: admin/includes/class-settings.php:256
|
825 |
+
msgid "Subscriber"
|
826 |
+
msgstr "購読者"
|
827 |
+
|
828 |
+
#: admin/includes/class-settings.php:257
|
829 |
+
msgid "Contributor"
|
830 |
+
msgstr "寄稿者"
|
831 |
+
|
832 |
+
#: admin/includes/class-settings.php:258
|
833 |
+
msgid "Author"
|
834 |
+
msgstr "投稿者"
|
835 |
+
|
836 |
+
#: admin/includes/class-settings.php:259
|
837 |
+
msgid "Editor"
|
838 |
+
msgstr "編集者"
|
839 |
+
|
840 |
+
#: admin/includes/class-settings.php:260
|
841 |
+
msgid "Admin"
|
842 |
+
msgstr "管理者"
|
843 |
+
|
844 |
+
#: admin/includes/class-settings.php:268
|
845 |
+
msgid "Choose the lowest role a user must have in order to not see any ads."
|
846 |
+
msgstr ""
|
847 |
+
"広告が表示されないようにするには、ユーザーが最低限必要な役割を選択します。"
|
848 |
+
|
849 |
+
#: admin/includes/class-settings.php:282
|
850 |
+
msgid ""
|
851 |
+
"<strong>notice: </strong>the file is currently enabled by an add-on that "
|
852 |
+
"needs it."
|
853 |
+
msgstr ""
|
854 |
+
"<strong>お知らせ:</strong>:そのファイルは、現在必要なアドオンによって有効に"
|
855 |
+
"なっています。"
|
856 |
+
|
857 |
+
#: admin/includes/class-settings.php:285
|
858 |
+
#, php-format
|
859 |
+
msgid ""
|
860 |
+
"Enable advanced JavaScript functions (<a href=\"%s\" target=\"_blank\">here</"
|
861 |
+
"a>). Some features and add-ons might override this setting if they need "
|
862 |
+
"features from this file."
|
863 |
+
msgstr ""
|
864 |
+
"高度なJavaScript関数を有効にします(<a href=\"%s\" target=\"_blank\">ここ</"
|
865 |
+
"a>)。 このファイルの機能が必要な場合、一部の機能やアドオンがこの設定を上書き"
|
866 |
+
"することがあります。"
|
867 |
+
|
868 |
+
#: admin/includes/class-settings.php:305
|
869 |
+
msgid ""
|
870 |
+
"Some plugins and themes trigger ad injections where it shouldn’t happen. "
|
871 |
+
"Therefore, Advanced Ads ignores injected placements on non-singular pages "
|
872 |
+
"and outside the loop. However, this can cause problems with some themes. Set "
|
873 |
+
"this option to -1 in order to enable unlimited ad injection at your own "
|
874 |
+
"risk, set it to 0 to keep it disabled or choose a positive number to enable "
|
875 |
+
"the injection only in the first x posts on your archive pages."
|
876 |
+
msgstr ""
|
877 |
+
"いくつかのプラグインとテーマは、広告注入が発生してはならない場所で広告注入を"
|
878 |
+
"引き起こします。 したがって、アドバンスト広告では、単数ではないページやループ"
|
879 |
+
"外に挿入されたプレースメントは無視されます。 しかし、これはいくつかのテーマで"
|
880 |
+
"問題を引き起こす可能性があります。 自己責任で無制限に広告を掲載できるようにす"
|
881 |
+
"るには、このオプションを-1に設定し、無効にする場合は0に設定し、アーカイブペー"
|
882 |
+
"ジの最初のx投稿にのみ注入を許可する場合は正数を選択します。"
|
883 |
+
|
884 |
+
#: admin/includes/class-settings.php:321
|
885 |
+
msgid ""
|
886 |
+
"Please check your post content. A priority of 10 and below might cause "
|
887 |
+
"issues (wpautop function might run twice)."
|
888 |
+
msgstr ""
|
889 |
+
"投稿内容を確認してください。 優先度が10以下の場合、問題が発生する可能性があり"
|
890 |
+
"ます(wpautop関数が2回実行される可能性があります)。"
|
891 |
+
|
892 |
+
#: admin/includes/class-settings.php:323
|
893 |
+
msgid ""
|
894 |
+
"Play with this value in order to change the priority of the injected ads "
|
895 |
+
"compared to other auto injected elements in the post content."
|
896 |
+
msgstr ""
|
897 |
+
"投稿内容で他の自動的に投じられた要素と比較して投じられた広告のプライオリティ"
|
898 |
+
"を変えるためにこの値で遊んでください。"
|
899 |
+
|
900 |
+
#: admin/includes/class-settings.php:337
|
901 |
+
msgid ""
|
902 |
+
"Advanced Ads ignores paragraphs and other elements in containers when "
|
903 |
+
"injecting ads into the post content. Check this option to ignore this "
|
904 |
+
"limitation and ads might show up again."
|
905 |
+
msgstr ""
|
906 |
+
"広告管理は、投稿コンテンツに広告を挿入する際に、段落などのコンテナーの要素を"
|
907 |
+
"無視します。 この制限を無視すると、広告が再度表示される可能性があります。"
|
908 |
+
|
909 |
+
#: admin/includes/class-settings.php:350
|
910 |
+
#, php-format
|
911 |
+
msgid ""
|
912 |
+
"Hide ads from crawlers, bots and empty user agents. Also prevents counting "
|
913 |
+
"impressions for bots when using the <a href=\"%s\" target=\"_blank"
|
914 |
+
"\">Tracking Add-On</a>."
|
915 |
+
msgstr ""
|
916 |
+
"クローラー、ボットや空のユーザーエージェントからの広告を非表示にします。ま"
|
917 |
+
"た、<a href=\"%s\" target=\"_blank\">トラッキングアドオン</a>を使用している場"
|
918 |
+
"合のボットのインプレッションのカウントも防止します。"
|
919 |
+
|
920 |
+
#: admin/includes/class-settings.php:351
|
921 |
+
msgid ""
|
922 |
+
"Disabling this option only makes sense if your ads contain content you want "
|
923 |
+
"to display to bots (like search engines) or your site is cached and bots "
|
924 |
+
"could create a cached version without the ads."
|
925 |
+
msgstr ""
|
926 |
+
"このオプションを無効にするのは、広告にボット(検索エンジンなど)に表示するコ"
|
927 |
+
"ンテンツが含まれているか、サイトがキャッシュされていてボットが広告なしで"
|
928 |
+
"キャッシュバージョンを作成できる場合のみです。"
|
929 |
+
|
930 |
+
#: admin/includes/class-settings.php:364
|
931 |
+
msgid ""
|
932 |
+
"Disable internal notices like tips, tutorials, email newsletters and update "
|
933 |
+
"notices. Disabling notices is recommended if you run multiple blogs with "
|
934 |
+
"Advanced Ads already."
|
935 |
+
msgstr ""
|
936 |
+
"ヒント、チュートリアル、電子メールニュースレター、更新通知などの内部通知を無"
|
937 |
+
"効にする。 アドバンスド広告で複数のブログを既に実行している場合は、通知を無効"
|
938 |
+
"にすることをおすすめします。"
|
939 |
+
|
940 |
+
#: admin/includes/class-settings.php:381
|
941 |
+
msgid ""
|
942 |
+
"Prefix of class or id attributes in the frontend. Change it if you don’t "
|
943 |
+
"want <strong>ad blockers</strong> to mark these blocks as ads.<br/>You might "
|
944 |
+
"need to <strong>rewrite css rules afterwards</strong>."
|
945 |
+
msgstr ""
|
946 |
+
"フロントエンドのclass属性またはid属性の接頭辞。 <strong>広告ブロッカー</"
|
947 |
+
"strong>でこれらのブロックを広告としてマークしないようにしたい場合は変更しま"
|
948 |
+
"す。後で<strong> CSSルールを書き直す</strong>が必要な場合があります。"
|
949 |
+
|
950 |
+
#: admin/includes/class-settings.php:402
|
951 |
+
msgid ""
|
952 |
+
"Remove the ID attribute from widgets in order to not make them an easy "
|
953 |
+
"target of ad blockers."
|
954 |
+
msgstr ""
|
955 |
+
"ウィジェットからID属性を削除して、広告ブロッカーの簡単なターゲットにしないよ"
|
956 |
+
"うにします。"
|
957 |
+
|
958 |
+
#: admin/includes/class-settings.php:405
|
959 |
+
msgid ""
|
960 |
+
"If checked, the Advanced Ads Widget will not work with the fixed option of "
|
961 |
+
"the <strong>Q2W3 Fixed Widget</strong> plugin."
|
962 |
+
msgstr ""
|
963 |
+
"オンにすると、<strong> Q2W3 Fixed Widget </strong>プラグインの固定オプション"
|
964 |
+
"で広告管理のウィジェットが動作しなくなります。"
|
965 |
+
|
966 |
+
#: admin/includes/class-settings.php:427
|
967 |
+
msgid "Allow editors to also manage and publish ads."
|
968 |
+
msgstr "編集者が広告を管理して公開できるようにする。"
|
969 |
+
|
970 |
+
#: admin/includes/class-settings.php:428
|
971 |
+
#, php-format
|
972 |
+
msgid ""
|
973 |
+
"You can assign different ad-related roles on a user basis with <a href=\"%s"
|
974 |
+
"\" target=\"_blank\">Advanced Ads Pro</a>."
|
975 |
+
msgstr ""
|
976 |
+
"<a href=\"%s\" target=\"_blank\">アドバンスト広告管理</a>を使用して、ユーザー"
|
977 |
+
"ごとに異なる広告関連の役割を割り当てることができます。"
|
978 |
+
|
979 |
+
#: admin/includes/class-settings.php:439
|
980 |
+
msgctxt "label before ads"
|
981 |
+
msgid "Advertisements"
|
982 |
+
msgstr "広告"
|
983 |
+
|
984 |
+
#: admin/includes/class-settings.php:446
|
985 |
+
msgid "Displayed above ads."
|
986 |
+
msgstr "広告上に表示"
|
987 |
+
|
988 |
+
#: admin/includes/class-settings.php:460
|
989 |
+
msgid "Clean up all data related to Advanced Ads when removing the plugin."
|
990 |
+
msgstr ""
|
991 |
+
"プラグインを削除する際に高度な広告に関連するすべてのデータをクリーンアップし"
|
992 |
+
"ます。"
|
993 |
+
|
994 |
+
#: admin/includes/class-settings.php:473
|
995 |
+
msgid "Disable shortcode button in visual editor."
|
996 |
+
msgstr "ビジュアルエディターの [ショートコード] ボタンを無効にします。"
|
997 |
+
|
998 |
+
#: admin/includes/class-shortcode-creator.php:82 classes/widget.php:67
|
999 |
+
msgid "--empty--"
|
1000 |
+
msgstr "-- 空欄 --"
|
1001 |
+
|
1002 |
+
#: admin/includes/class-shortcode-creator.php:155
|
1003 |
+
#, php-format
|
1004 |
+
msgid ""
|
1005 |
+
"Please, either switch off your ad blocker or disable the shortcode button in "
|
1006 |
+
"the <a href=\"%s\" target=\"_blank\">settings</a>."
|
1007 |
+
msgstr ""
|
1008 |
+
"広告ブロッカーをオフするか、<a href=\"%s\" target=\"_blank\">設定</a>でショー"
|
1009 |
+
"トコードボタンを無効にしてください。"
|
1010 |
+
|
1011 |
+
#: admin/includes/notices.php:9
|
1012 |
+
#, php-format
|
1013 |
+
msgid ""
|
1014 |
+
"Advanced Ads successfully installed. <a href=\"%s\" class=\"button button-"
|
1015 |
+
"primary\">Create your first ad</a>"
|
1016 |
+
msgstr ""
|
1017 |
+
"広告管理が正常にインストールされました。 <a href=\"%s\" class=\"button "
|
1018 |
+
"button-primary\">最初の広告を作成する</a>"
|
1019 |
+
|
1020 |
+
#: admin/includes/notices.php:15
|
1021 |
+
msgid ""
|
1022 |
+
"Thank you for activating <strong>Advanced Ads</strong>. Would you like to "
|
1023 |
+
"receive the first steps via email?"
|
1024 |
+
msgstr ""
|
1025 |
+
"<strong>広告管理</strong>をご利用いただきありがとうございます。E メール経由で"
|
1026 |
+
"最初のステップを表示しますか?"
|
1027 |
+
|
1028 |
+
#: admin/includes/notices.php:16
|
1029 |
+
msgid "Yes, send it"
|
1030 |
+
msgstr "はい、メールを送信"
|
1031 |
+
|
1032 |
+
#: admin/includes/notices.php:22
|
1033 |
+
msgid ""
|
1034 |
+
"Thank you for using <strong>Advanced Ads</strong>. Stay informed and receive "
|
1035 |
+
"<strong>2 free add-ons</strong> for joining the newsletter."
|
1036 |
+
msgstr ""
|
1037 |
+
"<strong>広告管理</strong>を使用していただきありがとうございます。把握し、"
|
1038 |
+
"ニュースレターに参加するため<strong>2 無料のアドオン</strong>が表示されます。"
|
1039 |
+
|
1040 |
+
#: admin/includes/notices.php:23
|
1041 |
+
msgid "Add me now"
|
1042 |
+
msgstr "今すぐ私を追加します。"
|
1043 |
+
|
1044 |
+
#: admin/includes/notices.php:29
|
1045 |
+
msgid ""
|
1046 |
+
"Learn more about how and <strong>how much you can earn with AdSense</strong> "
|
1047 |
+
"and Advanced Ads from my dedicated newsletter."
|
1048 |
+
msgstr ""
|
1049 |
+
"専用のニュースレターで、<strong> AdSenseで収益を上げる方法</strong>とアドバン"
|
1050 |
+
"スド広告の詳細については、こちらをご覧ください。"
|
1051 |
+
|
1052 |
+
#: admin/includes/notices.php:41
|
1053 |
+
msgid ""
|
1054 |
+
"One or more license keys for <strong>Advanced Ads add-ons are invalid or "
|
1055 |
+
"missing</strong>."
|
1056 |
+
msgstr ""
|
1057 |
+
"<strong>広告管理のアドオンのライセンスキーが無効または不足しています</"
|
1058 |
+
"strong>。"
|
1059 |
+
|
1060 |
+
#: admin/includes/notices.php:41
|
1061 |
+
#, php-format
|
1062 |
+
msgid "Please add valid license keys <a href=\"%s\">here</a>."
|
1063 |
+
msgstr "<a href=\"%s\">ここ</a>で有効なライセンス キーを追加してください。"
|
1064 |
+
|
1065 |
+
#: admin/includes/notices.php:47
|
1066 |
+
#, php-format
|
1067 |
+
msgid ""
|
1068 |
+
"<strong>Advanced Ads</strong> license(s) expired. Support and updates are "
|
1069 |
+
"disabled. Please visit <a href=\"%s\"> the license page</a> for more "
|
1070 |
+
"information."
|
1071 |
+
msgstr ""
|
1072 |
+
"<strong>広告管理</strong>でライセンスの期限切れました。サポートとアップデート"
|
1073 |
+
"が無効になります。詳細については、<a href=\"%s\">ライセンスのページ</a>をご覧"
|
1074 |
+
"ください。"
|
1075 |
+
|
1076 |
+
#: admin/includes/notices.php:53
|
1077 |
+
#, php-format
|
1078 |
+
msgid ""
|
1079 |
+
"<img src=\"%3$s\" alt=\"Thomas\" width=\"80\" height=\"115\" class=\"advads-"
|
1080 |
+
"review-image\"/>You are using <strong>Advanced Ads</strong> for some time "
|
1081 |
+
"now. Thank you! If you need my help then please visit the <a href=\"%1$s\" "
|
1082 |
+
"target=\"_blank\">Support page</a> to get free help.</p><h3>Thanks for your "
|
1083 |
+
"Review</h3><p>If you share my passion and find Advanced Ads useful then "
|
1084 |
+
"please <a href=\"%2$s\" target=\"_blank\">leave a 5-star review on wordpress."
|
1085 |
+
"org</a>.</p><p><em>Thomas</em>"
|
1086 |
+
msgstr ""
|
1087 |
+
"<img src=\"%3$s\" alt=\"Thomas\" width=\"80\" height=\"115\" class=\"advads-"
|
1088 |
+
"review-image\"/>あなたは<strong>広告管理</strong>を使用しています 。 ありがと"
|
1089 |
+
"うございました! 今すぐヘルプが必要な場合は、<a href=\"%1$s\" target=\"_blank"
|
1090 |
+
"\">サポートページ</a>にアクセスして無料のヘルプをご覧ください。</p> <h3>ご報"
|
1091 |
+
"告いただきありがとうございます</h3 > <p>自分で、広告管理を見つけた場合は、<a "
|
1092 |
+
"href=\"%2$s\" target=\"_blank\">wordpress.orgで5つ星のレビューを残してくださ"
|
1093 |
+
"い</a>。</p > <p> <em>トーマス</em>"
|
1094 |
+
|
1095 |
+
#: admin/includes/notices.php:59
|
1096 |
+
#, php-format
|
1097 |
+
msgid ""
|
1098 |
+
"Some assets were changed. Please <strong>rebuild the asset folder</strong> "
|
1099 |
+
"in the <a href=\"%s\">Advanced Ads settings</a> to update the ad blocker "
|
1100 |
+
"disguise."
|
1101 |
+
msgstr ""
|
1102 |
+
"一部の資産が変更されました。 広告ブロッカーの変装を更新するには、<a href=\"%s"
|
1103 |
+
"\">広告管理</a>の設定で<strong>アセットフォルダを再構築</strong>してくださ"
|
1104 |
+
"い。"
|
1105 |
+
|
1106 |
+
#: admin/includes/shortcode-creator-l10n.php:10
|
1107 |
+
msgctxt "shortcode creator"
|
1108 |
+
msgid "Add an ad"
|
1109 |
+
msgstr "広告を追加"
|
1110 |
+
|
1111 |
+
#: admin/includes/shortcode-creator-l10n.php:11
|
1112 |
+
msgctxt "shortcode creator"
|
1113 |
+
msgid "Add shortcode"
|
1114 |
+
msgstr "ショートコードを追加"
|
1115 |
+
|
1116 |
+
#: admin/includes/shortcode-creator-l10n.php:12
|
1117 |
+
msgctxt "shortcode creator"
|
1118 |
+
msgid "Cancel"
|
1119 |
+
msgstr "キャンセル"
|
1120 |
+
|
1121 |
+
#: admin/views/ad-display-metabox.php:9
|
1122 |
+
msgid ""
|
1123 |
+
"Click on the button below if the ad should NOT show up on all pages when "
|
1124 |
+
"included automatically."
|
1125 |
+
msgstr ""
|
1126 |
+
"自動的に挿入されたときに広告がすべてのページに表示されないようにするには、下"
|
1127 |
+
"のボタンをクリックしてください。"
|
1128 |
+
|
1129 |
+
#: admin/views/ad-display-metabox.php:10
|
1130 |
+
msgid "Hide the ad on some pages"
|
1131 |
+
msgstr "一部のページで広告を非表示にする"
|
1132 |
+
|
1133 |
+
#: admin/views/ad-display-metabox.php:17
|
1134 |
+
msgid "Watch video"
|
1135 |
+
msgstr "動画を見る"
|
1136 |
+
|
1137 |
+
#: admin/views/ad-display-metabox.php:19 admin/views/ad-visitor-metabox.php:17
|
1138 |
+
msgid "Visit the manual"
|
1139 |
+
msgstr "マニュアルをご覧ください"
|
1140 |
+
|
1141 |
+
#: admin/views/ad-display-metabox.php:22
|
1142 |
+
#: admin/views/notices/jqueryui_error.php:2
|
1143 |
+
#, php-format
|
1144 |
+
msgid ""
|
1145 |
+
"There might be a problem with layouts and scripts in your dashboard. Please "
|
1146 |
+
"check <a href=\"%s\" target=\"_blank\">this article to learn more</a>."
|
1147 |
+
msgstr ""
|
1148 |
+
"ダッシュボードのレイアウトやスクリプトに問題がある可能性があります。 詳細につ"
|
1149 |
+
"いては、<a href=\"%s\" target=\"_blank\">この記事をご覧ください</a>。"
|
1150 |
+
|
1151 |
+
#: admin/views/ad-display-metabox.php:23
|
1152 |
+
msgid "A page with this ad on it must match all of the following conditions."
|
1153 |
+
msgstr ""
|
1154 |
+
"この広告が掲載されているページは、次のすべての条件と一致している必要がありま"
|
1155 |
+
"す。"
|
1156 |
+
|
1157 |
+
#: admin/views/ad-display-metabox.php:59
|
1158 |
+
msgid "Forced to OR."
|
1159 |
+
msgstr "ORに強制されます。"
|
1160 |
+
|
1161 |
+
#: admin/views/ad-display-metabox.php:60 admin/views/ad-info-top.php:86
|
1162 |
+
#: modules/gadsense/admin/views/adsense-ad-parameters.php:66
|
1163 |
+
msgid "manual"
|
1164 |
+
msgstr "マニュアル"
|
1165 |
+
|
1166 |
+
#: admin/views/ad-display-metabox.php:76
|
1167 |
+
msgid "If you want to display the ad everywhere, don't do anything here. "
|
1168 |
+
msgstr "どこでも広告を表示したい場合は、ここでは何もしないでください。"
|
1169 |
+
|
1170 |
+
#: admin/views/ad-display-metabox.php:80 admin/views/ad-visitor-metabox.php:54
|
1171 |
+
msgid "New condition"
|
1172 |
+
msgstr "新しい条件"
|
1173 |
+
|
1174 |
+
#: admin/views/ad-display-metabox.php:83 admin/views/ad-visitor-metabox.php:57
|
1175 |
+
msgid "-- choose a condition --"
|
1176 |
+
msgstr "-- 条件を選択して下さい。 --"
|
1177 |
+
|
1178 |
+
#: admin/views/ad-display-metabox.php:88 admin/views/ad-group-list-ads.php:24
|
1179 |
+
#: admin/views/ad-visitor-metabox.php:62
|
1180 |
+
msgid "add"
|
1181 |
+
msgstr "追加"
|
1182 |
+
|
1183 |
+
#: admin/views/ad-group-edit.php:14
|
1184 |
+
msgid "You did not select an item for editing."
|
1185 |
+
msgstr "編集するアイテムを選択していません。"
|
1186 |
+
|
1187 |
+
#: admin/views/ad-group-edit.php:33
|
1188 |
+
msgctxt "Taxonomy Name"
|
1189 |
+
msgid "Name"
|
1190 |
+
msgstr "名称"
|
1191 |
+
|
1192 |
+
#: admin/views/ad-group-edit.php:38
|
1193 |
+
msgctxt "Taxonomy Slug"
|
1194 |
+
msgid "Slug"
|
1195 |
+
msgstr "スラッグ"
|
1196 |
+
|
1197 |
+
#: admin/views/ad-group-edit.php:40
|
1198 |
+
msgid ""
|
1199 |
+
"An id-like string with only letters in lower case, numbers, and hyphens."
|
1200 |
+
msgstr "小文字、数字、およびハイフンの文字だけで id のような文字列です。"
|
1201 |
+
|
1202 |
+
#: admin/views/ad-group-edit.php:45
|
1203 |
+
msgctxt "Taxonomy Description"
|
1204 |
+
msgid "Description"
|
1205 |
+
msgstr "説明"
|
1206 |
+
|
1207 |
+
#: admin/views/ad-group-edit.php:57
|
1208 |
+
msgid "Create new Ad Group"
|
1209 |
+
msgstr "新規グループを作成"
|
1210 |
+
|
1211 |
+
#: admin/views/ad-group-edit.php:59
|
1212 |
+
msgid "Update"
|
1213 |
+
msgstr "更新"
|
1214 |
+
|
1215 |
+
#: admin/views/ad-group-list-ads.php:2 classes/ad-debug.php:118
|
1216 |
+
#: classes/ad-debug.php:167 classes/ad-debug.php:169
|
1217 |
+
#: public/class-advanced-ads.php:618
|
1218 |
+
msgid "Ad"
|
1219 |
+
msgstr "広告"
|
1220 |
+
|
1221 |
+
#: admin/views/ad-group-list-ads.php:3
|
1222 |
+
msgid "weight"
|
1223 |
+
msgstr "重要度"
|
1224 |
+
|
1225 |
+
#: admin/views/ad-group-list-form-row.php:12 admin/views/placements.php:24
|
1226 |
+
msgid "Name"
|
1227 |
+
msgstr "ニックネーム"
|
1228 |
+
|
1229 |
+
#: admin/views/ad-group-list-form-row.php:41 admin/views/placements.php:23
|
1230 |
+
#: modules/gadsense/admin/views/adsense-ad-parameters.php:55
|
1231 |
+
msgid "Type"
|
1232 |
+
msgstr "タイプ"
|
1233 |
+
|
1234 |
+
#: admin/views/ad-group-list-form-row.php:51
|
1235 |
+
msgctxt "option to display all ads in an ad groups"
|
1236 |
+
msgid "all"
|
1237 |
+
msgstr "全て"
|
1238 |
+
|
1239 |
+
#: admin/views/ad-group-list-form-row.php:57
|
1240 |
+
msgid "Visible ads"
|
1241 |
+
msgstr "広告表示"
|
1242 |
+
|
1243 |
+
#: admin/views/ad-group-list-form-row.php:59
|
1244 |
+
msgid "Number of ads that are visible at the same time"
|
1245 |
+
msgstr "同時に表示される広告の数"
|
1246 |
+
|
1247 |
+
#: admin/views/ad-group-list-header.php:3 classes/ad_type_group.php:30
|
1248 |
+
msgid "Ad Group"
|
1249 |
+
msgstr "広告グループ"
|
1250 |
+
|
1251 |
+
#: admin/views/ad-group-list-header.php:4
|
1252 |
+
msgid "Details"
|
1253 |
+
msgstr "詳細"
|
1254 |
+
|
1255 |
+
#: admin/views/ad-group-list-row.php:8 admin/views/ad-info.php:3
|
1256 |
+
#: admin/views/placements.php:65
|
1257 |
+
msgid "shortcode"
|
1258 |
+
msgstr "ショートコード"
|
1259 |
+
|
1260 |
+
#: admin/views/ad-group-list-row.php:11
|
1261 |
+
msgid "template"
|
1262 |
+
msgstr "テンプレート"
|
1263 |
+
|
1264 |
+
#: admin/views/ad-group-list-row.php:14
|
1265 |
+
#, php-format
|
1266 |
+
msgid ""
|
1267 |
+
"Learn more about using groups in the <a href=\"%s\" target=\"_blank"
|
1268 |
+
"\">manual</a>."
|
1269 |
+
msgstr ""
|
1270 |
+
"<a href=\"%s\" target=\"_blank\">マニュアル</a>でグループの使用について説明し"
|
1271 |
+
"ます。"
|
1272 |
+
|
1273 |
+
#: admin/views/ad-group-list-row.php:19
|
1274 |
+
#, php-format
|
1275 |
+
msgid "Type: %s"
|
1276 |
+
msgstr "タイプ: %s"
|
1277 |
+
|
1278 |
+
#: admin/views/ad-group-list-row.php:20
|
1279 |
+
#, php-format
|
1280 |
+
msgid "ID: %s"
|
1281 |
+
msgstr "ID: %s"
|
1282 |
+
|
1283 |
+
#: admin/views/ad-group.php:18
|
1284 |
+
msgid "Ad Group successfully created"
|
1285 |
+
msgstr "広告グループが正常に作成されました"
|
1286 |
+
|
1287 |
+
#: admin/views/ad-group.php:29
|
1288 |
+
msgid "Ad Groups successfully updated"
|
1289 |
+
msgstr "正常に更新された広告グループ"
|
1290 |
+
|
1291 |
+
#: admin/views/ad-group.php:59
|
1292 |
+
#, php-format
|
1293 |
+
msgid "Search results for “%s”"
|
1294 |
+
msgstr "“%s” の検索結果"
|
1295 |
+
|
1296 |
+
#: admin/views/ad-group.php:65
|
1297 |
+
msgid "Group title"
|
1298 |
+
msgstr "グループのタイトル"
|
1299 |
+
|
1300 |
+
#: admin/views/ad-group.php:66
|
1301 |
+
msgid "save"
|
1302 |
+
msgstr "保存"
|
1303 |
+
|
1304 |
+
#: admin/views/ad-group.php:68
|
1305 |
+
msgid ""
|
1306 |
+
"Ad Groups are a very flexible method to bundle ads. You can use them to "
|
1307 |
+
"display random ads in the frontend or run split tests, but also just for "
|
1308 |
+
"informational purposes. Not only can an Ad Groups have multiple ads, but an "
|
1309 |
+
"ad can belong to multiple ad groups."
|
1310 |
+
msgstr ""
|
1311 |
+
"広告グループ、広告をバンドルする非常に柔軟な方法です。フロント エンドのランダ"
|
1312 |
+
"ム広告を表示分割テストを実行または情報提供の目的だけではなく、それらを使用で"
|
1313 |
+
"きます。広告グループは、複数の広告を持つことができますだけ広告を複数の広告グ"
|
1314 |
+
"ループに属することができます。"
|
1315 |
+
|
1316 |
+
#: admin/views/ad-group.php:69
|
1317 |
+
#, php-format
|
1318 |
+
msgid ""
|
1319 |
+
"Find more information about ad groups in the <a href=\"%s\" target=\"_blank"
|
1320 |
+
"\">manual</a>."
|
1321 |
+
msgstr ""
|
1322 |
+
"<a href=\"%s\" target=\"_blank\">手動</a>での広告グループの詳細についてを見つ"
|
1323 |
+
"けます。"
|
1324 |
+
|
1325 |
+
#: admin/views/ad-group.php:96
|
1326 |
+
msgid "Update Groups"
|
1327 |
+
msgstr "グループを更新します。"
|
1328 |
+
|
1329 |
+
#: admin/views/ad-info-after-textarea.php:5
|
1330 |
+
msgid ""
|
1331 |
+
"The code of this ad might not work properly with the <em>Content</em> "
|
1332 |
+
"placement."
|
1333 |
+
msgstr ""
|
1334 |
+
"<em>コンテンツ</em>の配置は、この広告のコードが正しく動作しない可能性がありま"
|
1335 |
+
"す。"
|
1336 |
+
|
1337 |
+
#: admin/views/ad-info-after-textarea.php:6
|
1338 |
+
#, php-format
|
1339 |
+
msgid "Reach out to <a href=\"%s\">support</a> to get help."
|
1340 |
+
msgstr "ヘルプを表示する<a href=\"%s\">サポート</a>をする手を差し伸べる。"
|
1341 |
+
|
1342 |
+
#: admin/views/ad-info-bottom.php:2
|
1343 |
+
msgctxt "wizard navigation"
|
1344 |
+
msgid "previous"
|
1345 |
+
msgstr "前"
|
1346 |
+
|
1347 |
+
#: admin/views/ad-info-bottom.php:3
|
1348 |
+
msgctxt "wizard navigation"
|
1349 |
+
msgid "save"
|
1350 |
+
msgstr "保存する"
|
1351 |
+
|
1352 |
+
#: admin/views/ad-info-bottom.php:4
|
1353 |
+
msgctxt "wizard navigation"
|
1354 |
+
msgid "next"
|
1355 |
+
msgstr "次"
|
1356 |
+
|
1357 |
+
#: admin/views/ad-info-bottom.php:5 admin/views/ad-info-top.php:85
|
1358 |
+
msgid "Stop Wizard and show all options"
|
1359 |
+
msgstr "ウィザードを停止し、すべてのオプションを表示"
|
1360 |
+
|
1361 |
+
#: admin/views/ad-info-top.php:5
|
1362 |
+
#, php-format
|
1363 |
+
msgid ""
|
1364 |
+
"Congratulations! Your ad is now visible in the frontend. You can adjust the "
|
1365 |
+
"placement options <a href=\"%s\">here</a>."
|
1366 |
+
msgstr ""
|
1367 |
+
"おめでとう! あなたの広告はフロントエンドに表示されます。 プレースメントオプ"
|
1368 |
+
"ションは<a href=\"%s\">ここ</a>で調整できます。"
|
1369 |
+
|
1370 |
+
#: admin/views/ad-info-top.php:7
|
1371 |
+
msgid "Where do you want to display the ad?"
|
1372 |
+
msgstr "あなたは広告をどこに表示したいですか?"
|
1373 |
+
|
1374 |
+
#: admin/views/ad-info-top.php:8
|
1375 |
+
msgid "New placement"
|
1376 |
+
msgstr "配置の新規作成"
|
1377 |
+
|
1378 |
+
#: admin/views/ad-info-top.php:9 classes/ad_placements.php:47
|
1379 |
+
msgid "Before Content"
|
1380 |
+
msgstr "コンテンツの前"
|
1381 |
+
|
1382 |
+
#: admin/views/ad-info-top.php:10 classes/ad_placements.php:59
|
1383 |
+
msgid "Content"
|
1384 |
+
msgstr "コンテンツ "
|
1385 |
+
|
1386 |
+
#: admin/views/ad-info-top.php:11 classes/ad_placements.php:53
|
1387 |
+
msgid "After Content"
|
1388 |
+
msgstr "コンテンツの後"
|
1389 |
+
|
1390 |
+
#: admin/views/ad-info-top.php:12
|
1391 |
+
msgid "Manage Sidebar"
|
1392 |
+
msgstr "サイドバーで管理"
|
1393 |
+
|
1394 |
+
#: admin/views/ad-info-top.php:15
|
1395 |
+
msgid "Show Pro Places"
|
1396 |
+
msgstr "プロの配置で表示"
|
1397 |
+
|
1398 |
+
#: admin/views/ad-info-top.php:19
|
1399 |
+
msgid "Show Sticky Places"
|
1400 |
+
msgstr "固定配置で表示"
|
1401 |
+
|
1402 |
+
#: admin/views/ad-info-top.php:23
|
1403 |
+
msgid "Show PopUp"
|
1404 |
+
msgstr "ポップアップを表示"
|
1405 |
+
|
1406 |
+
#: admin/views/ad-info-top.php:48
|
1407 |
+
msgid "Existing placement"
|
1408 |
+
msgstr "既存の配置"
|
1409 |
+
|
1410 |
+
#: admin/views/ad-info-top.php:53
|
1411 |
+
#, php-format
|
1412 |
+
msgid "Or use the shortcode %s to insert the ad into the content manually."
|
1413 |
+
msgstr "またはコンテンツに手動で広告を挿入するショートコード %s を使用します。"
|
1414 |
+
|
1415 |
+
#: admin/views/ad-info-top.php:54
|
1416 |
+
#, php-format
|
1417 |
+
msgid ""
|
1418 |
+
"Learn more about your choices to display an ad in the <a href=\"%s\" target="
|
1419 |
+
"\"_blank\">manual</a>."
|
1420 |
+
msgstr ""
|
1421 |
+
"<a href=\"%s\" target=\"_blank\">手動</a>で広告を表示するあなたの選択肢につい"
|
1422 |
+
"て説明します。"
|
1423 |
+
|
1424 |
+
#: admin/views/ad-info-top.php:64
|
1425 |
+
msgid "Start Wizard"
|
1426 |
+
msgstr "ウィザードで開始"
|
1427 |
+
|
1428 |
+
#: admin/views/ad-info-top.php:65
|
1429 |
+
msgid "Stop Wizard"
|
1430 |
+
msgstr "ウィザードを停止します。"
|
1431 |
+
|
1432 |
+
#: admin/views/ad-info-top.php:83
|
1433 |
+
msgid "Welcome to the Wizard"
|
1434 |
+
msgstr "ウィザードへようこそ"
|
1435 |
+
|
1436 |
+
#: admin/views/ad-info-top.php:84
|
1437 |
+
msgid ""
|
1438 |
+
"The Wizard helps you to quickly create and publish an ad. Therefore, only "
|
1439 |
+
"the most common options are visible."
|
1440 |
+
msgstr ""
|
1441 |
+
"ウィザードでは、迅速に作成し、広告を発行できます。したがって、最も一般的なオ"
|
1442 |
+
"プションのみが表示されます。"
|
1443 |
+
|
1444 |
+
#: admin/views/ad-info.php:2
|
1445 |
+
#, php-format
|
1446 |
+
msgid "Ad Id: %s"
|
1447 |
+
msgstr "広告 Id: %s"
|
1448 |
+
|
1449 |
+
#: admin/views/ad-info.php:5
|
1450 |
+
msgid "theme function"
|
1451 |
+
msgstr "テーマ用のコード"
|
1452 |
+
|
1453 |
+
#: admin/views/ad-info.php:7
|
1454 |
+
#, php-format
|
1455 |
+
msgid ""
|
1456 |
+
"Find more display options in the <a href=\"%s\" target=\"_blank\">manual</a>."
|
1457 |
+
msgstr ""
|
1458 |
+
"<a href=\"%s\" target=\"_blank\">マニュアル</a>で複数の表示オプションを検索し"
|
1459 |
+
"ます。"
|
1460 |
+
|
1461 |
+
#: admin/views/ad-info.php:11
|
1462 |
+
msgid "click to change"
|
1463 |
+
msgstr "クリックして変更する"
|
1464 |
+
|
1465 |
+
#: admin/views/ad-info.php:15
|
1466 |
+
msgid "Add a description"
|
1467 |
+
msgstr "詳細な説明を追加"
|
1468 |
+
|
1469 |
+
#: admin/views/ad-info.php:18
|
1470 |
+
msgid "Internal description or your own notes about this ad."
|
1471 |
+
msgstr "この広告についての内部説明またはあなたの注釈。"
|
1472 |
+
|
1473 |
+
#: admin/views/ad-list-filters.php:2
|
1474 |
+
msgid "all ad types"
|
1475 |
+
msgstr "すべての広告タイプ"
|
1476 |
+
|
1477 |
+
#: admin/views/ad-list-filters.php:5
|
1478 |
+
msgid "all ad sizes"
|
1479 |
+
msgstr "すべての広告サイズ"
|
1480 |
+
|
1481 |
+
#: admin/views/ad-list-filters.php:8
|
1482 |
+
msgid "all ad dates"
|
1483 |
+
msgstr "すべての広告日付"
|
1484 |
+
|
1485 |
+
#: admin/views/ad-list-filters.php:16
|
1486 |
+
msgid "all ad groups"
|
1487 |
+
msgstr "すべてのグループ"
|
1488 |
+
|
1489 |
+
#: admin/views/ad-list-no-ads.php:2
|
1490 |
+
msgid "Not many ads here yet. Get help from the following resources:"
|
1491 |
+
msgstr "まだここには広告がありません。 以下のリソースから助けを得てください:"
|
1492 |
+
|
1493 |
+
#: admin/views/ad-list-no-ads.php:3
|
1494 |
+
msgid "Watch the “First Ad” Tutorial (Video)"
|
1495 |
+
msgstr "「First Ad」チュートリアルを見る(ビデオ)"
|
1496 |
+
|
1497 |
+
#: admin/views/ad-list-no-ads.php:4
|
1498 |
+
msgid "Import Ads (Link)"
|
1499 |
+
msgstr "広告インポート (リンク)"
|
1500 |
+
|
1501 |
+
#: admin/views/ad-list-no-ads.php:5
|
1502 |
+
msgid "Get dummy ad content (Link)"
|
1503 |
+
msgstr "ダミー広告内容 (リンク) を取得します。"
|
1504 |
+
|
1505 |
+
#: admin/views/ad-main-metabox.php:3
|
1506 |
+
msgid "No ad types defined"
|
1507 |
+
msgstr "定義されている広告の種類がありません。"
|
1508 |
+
|
1509 |
+
#: admin/views/ad-output-metabox.php:1
|
1510 |
+
msgid "Everything connected to the ads layout and output."
|
1511 |
+
msgstr "接続された全ての広告のレイアウトの出力位置"
|
1512 |
+
|
1513 |
+
#: admin/views/ad-output-metabox.php:4
|
1514 |
+
#: admin/views/placements-ad-label-position.php:1
|
1515 |
+
msgid "Position"
|
1516 |
+
msgstr "配置"
|
1517 |
+
|
1518 |
+
#: admin/views/ad-output-metabox.php:6
|
1519 |
+
msgid "- default -"
|
1520 |
+
msgstr "- デフォルト -"
|
1521 |
+
|
1522 |
+
#: admin/views/ad-output-metabox.php:7
|
1523 |
+
#: admin/views/placements-ad-label-position.php:2
|
1524 |
+
#: admin/views/placements-ad-label-position.php:4
|
1525 |
+
#: admin/views/placements-ad-label.php:1 admin/views/placements-ad-label.php:3
|
1526 |
+
#: admin/views/placements.php:53
|
1527 |
+
msgid "default"
|
1528 |
+
msgstr "既定"
|
1529 |
+
|
1530 |
+
#: admin/views/ad-output-metabox.php:8
|
1531 |
+
#: admin/views/placements-ad-label-position.php:6
|
1532 |
+
#: admin/views/placements-ad-label-position.php:8
|
1533 |
+
msgid "left"
|
1534 |
+
msgstr "左"
|
1535 |
+
|
1536 |
+
#: admin/views/ad-output-metabox.php:11
|
1537 |
+
#: admin/views/placements-ad-label-position.php:9
|
1538 |
+
#: admin/views/placements-ad-label-position.php:11
|
1539 |
+
msgid "center"
|
1540 |
+
msgstr "中央"
|
1541 |
+
|
1542 |
+
#: admin/views/ad-output-metabox.php:14
|
1543 |
+
#: admin/views/placements-ad-label-position.php:12
|
1544 |
+
#: admin/views/placements-ad-label-position.php:14
|
1545 |
+
msgid "right"
|
1546 |
+
msgstr "右"
|
1547 |
+
|
1548 |
+
#: admin/views/ad-output-metabox.php:18
|
1549 |
+
msgid ""
|
1550 |
+
"Check this if you don't want the following elements to float around the ad. "
|
1551 |
+
"(adds a clearfix)"
|
1552 |
+
msgstr ""
|
1553 |
+
"次の要素を広告の周りに浮かべたくない場合は、これをチェックします。 (clearfix"
|
1554 |
+
"を追加する)"
|
1555 |
+
|
1556 |
+
#: admin/views/ad-output-metabox.php:22
|
1557 |
+
msgid "Margin"
|
1558 |
+
msgstr "マージン"
|
1559 |
+
|
1560 |
+
#: admin/views/ad-output-metabox.php:24
|
1561 |
+
msgid "top:"
|
1562 |
+
msgstr "上端"
|
1563 |
+
|
1564 |
+
#: admin/views/ad-output-metabox.php:26
|
1565 |
+
msgid "right:"
|
1566 |
+
msgstr "右"
|
1567 |
+
|
1568 |
+
#: admin/views/ad-output-metabox.php:28
|
1569 |
+
msgid "bottom:"
|
1570 |
+
msgstr "下部"
|
1571 |
+
|
1572 |
+
#: admin/views/ad-output-metabox.php:30
|
1573 |
+
msgid "left:"
|
1574 |
+
msgstr "左"
|
1575 |
+
|
1576 |
+
#: admin/views/ad-output-metabox.php:32
|
1577 |
+
msgid "tip: use this to add a margin around the ad"
|
1578 |
+
msgstr "ヒント: これを使用して広告の周りに余白を追加する"
|
1579 |
+
|
1580 |
+
#: admin/views/ad-output-metabox.php:35
|
1581 |
+
msgid "container ID"
|
1582 |
+
msgstr "カスタム コンテナー ID"
|
1583 |
+
|
1584 |
+
#: admin/views/ad-output-metabox.php:38
|
1585 |
+
msgid "Specify the id of the ad container. Leave blank for random or no id."
|
1586 |
+
msgstr ""
|
1587 |
+
"広告コンテナのIDを指定します。 無作為または無IDの場合は空白のままにします。"
|
1588 |
+
|
1589 |
+
#: admin/views/ad-output-metabox.php:41
|
1590 |
+
msgid "container classes"
|
1591 |
+
msgstr "コンテナー クラス"
|
1592 |
+
|
1593 |
+
#: admin/views/ad-output-metabox.php:44
|
1594 |
+
msgid ""
|
1595 |
+
"Specify one or more classes for the container. Separate multiple classes "
|
1596 |
+
"with a space"
|
1597 |
+
msgstr ""
|
1598 |
+
"コンテナに1つまたは複数のクラスを指定します。 複数のクラスをスペースで区切る"
|
1599 |
+
|
1600 |
+
#: admin/views/ad-output-metabox.php:47
|
1601 |
+
msgid "Enable debug mode"
|
1602 |
+
msgstr "デバッグモードを有効にします。"
|
1603 |
+
|
1604 |
+
#: admin/views/ad-parameters-size.php:1
|
1605 |
+
msgid "size"
|
1606 |
+
msgstr "サイズ"
|
1607 |
+
|
1608 |
+
#: admin/views/ad-parameters-size.php:3
|
1609 |
+
msgid "width"
|
1610 |
+
msgstr "横幅"
|
1611 |
+
|
1612 |
+
#: admin/views/ad-parameters-size.php:4
|
1613 |
+
msgid "height"
|
1614 |
+
msgstr "高さ"
|
1615 |
+
|
1616 |
+
#: admin/views/ad-parameters-size.php:8
|
1617 |
+
msgid "reserve this space"
|
1618 |
+
msgstr "このスペースを確保します。"
|
1619 |
+
|
1620 |
+
#: admin/views/ad-submitbox-meta.php:6
|
1621 |
+
msgid "Set expiry date"
|
1622 |
+
msgstr "有効期限"
|
1623 |
+
|
1624 |
+
#: admin/views/ad-submitbox-meta.php:12
|
1625 |
+
msgid "Month"
|
1626 |
+
msgstr "月"
|
1627 |
+
|
1628 |
+
#: admin/views/ad-submitbox-meta.php:16
|
1629 |
+
#, php-format
|
1630 |
+
msgctxt "1: month number (01, 02, etc.), 2: month abbreviation"
|
1631 |
+
msgid "%1$s-%2$s"
|
1632 |
+
msgstr "%1$s - %2$s"
|
1633 |
+
|
1634 |
+
#: admin/views/ad-submitbox-meta.php:21
|
1635 |
+
msgid "Day"
|
1636 |
+
msgstr "日"
|
1637 |
+
|
1638 |
+
#: admin/views/ad-submitbox-meta.php:22
|
1639 |
+
msgid "Year"
|
1640 |
+
msgstr "年"
|
1641 |
+
|
1642 |
+
#: admin/views/ad-submitbox-meta.php:23
|
1643 |
+
msgid "Hour"
|
1644 |
+
msgstr "時間"
|
1645 |
+
|
1646 |
+
#: admin/views/ad-submitbox-meta.php:24
|
1647 |
+
msgid "Minute"
|
1648 |
+
msgstr "分"
|
1649 |
+
|
1650 |
+
#: admin/views/ad-submitbox-meta.php:29
|
1651 |
+
#, php-format
|
1652 |
+
msgctxt ""
|
1653 |
+
"order of expiry date fields 1: month, 2: day, 3: year, 4: hour, 5: minute"
|
1654 |
+
msgid "%1$s %2$s, %3$s @ %4$s %5$s"
|
1655 |
+
msgstr "%1$s %2$s, %3$s @ %4$s %5$s"
|
1656 |
+
|
1657 |
+
#: admin/views/ad-visitor-metabox.php:7
|
1658 |
+
msgid ""
|
1659 |
+
"Click on the button below if the ad should NOT be visible to all visitors"
|
1660 |
+
msgstr ""
|
1661 |
+
"広告がすべての訪問者に表示されないようにするには、下のボタンをクリックしてく"
|
1662 |
+
"ださい"
|
1663 |
+
|
1664 |
+
#: admin/views/ad-visitor-metabox.php:8
|
1665 |
+
msgid "Hide the ad from some users"
|
1666 |
+
msgstr "一部のユーザーからの広告を非表示します。"
|
1667 |
+
|
1668 |
+
#: admin/views/ad-visitor-metabox.php:12
|
1669 |
+
msgid ""
|
1670 |
+
"Display conditions that are based on the user. Use with caution on cached "
|
1671 |
+
"websites."
|
1672 |
+
msgstr ""
|
1673 |
+
"ユーザーに基づく条件を表示します。 キャッシュされたWebサイトでは慎重に使用し"
|
1674 |
+
"てください。"
|
1675 |
+
|
1676 |
+
#: admin/views/ad-visitor-metabox.php:47
|
1677 |
+
msgid ""
|
1678 |
+
"Visitor conditions limit the number of users who can see your ad. There is "
|
1679 |
+
"no need to set visitor conditions if you want all users to see the ad."
|
1680 |
+
msgstr ""
|
1681 |
+
"ユーザーの条件によって、広告を表示できるユーザー数が制限されます。 すべての"
|
1682 |
+
"ユーザーに広告を表示させる場合は、訪問ユーザーの条件を設定する必要はありませ"
|
1683 |
+
"ん。"
|
1684 |
+
|
1685 |
+
#: admin/views/ad-visitor-metabox.php:49
|
1686 |
+
msgid "It seems that a caching plugin is activated."
|
1687 |
+
msgstr "キャッシュのプラグインが有効になっているようです。"
|
1688 |
+
|
1689 |
+
#: admin/views/ad-visitor-metabox.php:50
|
1690 |
+
#, php-format
|
1691 |
+
msgid ""
|
1692 |
+
"Check out cache-busting in <a href=\"%s\" target=\"_blank\">Advanced Ads "
|
1693 |
+
"Pro</a> if dynamic features get cached."
|
1694 |
+
msgstr ""
|
1695 |
+
"ダイナミック機能でキャッシュされる場合は、<a href=\"%s\" target=\"_blank\">広"
|
1696 |
+
"告管理プロ</a>のキャッシュ無効化をご覧ください。"
|
1697 |
+
|
1698 |
+
#: admin/views/ad-visitor-metabox.php:67
|
1699 |
+
#, php-format
|
1700 |
+
msgid ""
|
1701 |
+
"Define the exact browser width for which an ad should be visible using the "
|
1702 |
+
"<a href=\"%s\" target=\"_blank\">Responsive add-on</a>."
|
1703 |
+
msgstr ""
|
1704 |
+
"<a href=\"%s\" target=\"_blank\">レスポンシブアドオン</a>を使用してブラウザの"
|
1705 |
+
"幅を正確に定義し広告を表示します。"
|
1706 |
+
|
1707 |
+
#: admin/views/ad-visitor-metabox.php:113
|
1708 |
+
msgid ""
|
1709 |
+
"The visitor conditions below are deprecated. Please use the new version of "
|
1710 |
+
"visitor conditions to replace it."
|
1711 |
+
msgstr ""
|
1712 |
+
"以下の訪問者の条件は推奨されていません。 新しいバージョンの訪問者の条件を使用"
|
1713 |
+
"して交換してください。"
|
1714 |
+
|
1715 |
+
#: admin/views/ad-visitor-metabox.php:119
|
1716 |
+
msgid "Display on all devices"
|
1717 |
+
msgstr "すべてのデバイスを表示します。"
|
1718 |
+
|
1719 |
+
#: admin/views/ad-visitor-metabox.php:123
|
1720 |
+
msgid "only on mobile devices"
|
1721 |
+
msgstr "モバイルのみ"
|
1722 |
+
|
1723 |
+
#: admin/views/ad-visitor-metabox.php:127
|
1724 |
+
msgid "not on mobile devices"
|
1725 |
+
msgstr "モバイルで無効"
|
1726 |
+
|
1727 |
+
#: admin/views/feedback-disable.php:4
|
1728 |
+
msgid "Why did you decide to disable Advanced Ads?"
|
1729 |
+
msgstr "広告管理を無効にする理由は何でですか?"
|
1730 |
+
|
1731 |
+
#: admin/views/feedback-disable.php:6
|
1732 |
+
msgid "It is only temporary"
|
1733 |
+
msgstr "それは一時的なものです"
|
1734 |
+
|
1735 |
+
#: admin/views/feedback-disable.php:7
|
1736 |
+
msgid "I need help to set it up"
|
1737 |
+
msgstr "これを設定するために助けが必要です"
|
1738 |
+
|
1739 |
+
#: admin/views/feedback-disable.php:8
|
1740 |
+
msgid "I have a problem"
|
1741 |
+
msgstr "問題がありますか?"
|
1742 |
+
|
1743 |
+
#: admin/views/feedback-disable.php:9
|
1744 |
+
msgid "Please let us know how we can help"
|
1745 |
+
msgstr "私たちをどのように助けてくれるのか教えてください"
|
1746 |
+
|
1747 |
+
#: admin/views/feedback-disable.php:12
|
1748 |
+
#, php-format
|
1749 |
+
msgid "Send me free help to %s"
|
1750 |
+
msgstr "%s への無料ヘルプを送ってください。"
|
1751 |
+
|
1752 |
+
#: admin/views/feedback-disable.php:14
|
1753 |
+
msgid "I miss a feature"
|
1754 |
+
msgstr "機能が欠けている"
|
1755 |
+
|
1756 |
+
#: admin/views/feedback-disable.php:15 admin/views/feedback-disable.php:18
|
1757 |
+
msgid "Which one?"
|
1758 |
+
msgstr "どれですか?"
|
1759 |
+
|
1760 |
+
#: admin/views/feedback-disable.php:16
|
1761 |
+
msgid "I don’t use ads on my site"
|
1762 |
+
msgstr "自分のサイトに広告を使用しないでください。"
|
1763 |
+
|
1764 |
+
#: admin/views/feedback-disable.php:17
|
1765 |
+
msgid "I switched to another plugin"
|
1766 |
+
msgstr "プラグインが必要がなくなった"
|
1767 |
+
|
1768 |
+
#: admin/views/feedback-disable.php:19
|
1769 |
+
msgid "other reason"
|
1770 |
+
msgstr "他の理由"
|
1771 |
+
|
1772 |
+
#: admin/views/feedback-disable.php:20
|
1773 |
+
msgid "Please specify"
|
1774 |
+
msgstr "ご指定ください"
|
1775 |
+
|
1776 |
+
#: admin/views/feedback-disable.php:25
|
1777 |
+
msgid "Submit & Deactivate"
|
1778 |
+
msgstr "送信&非アクティブ化"
|
1779 |
+
|
1780 |
+
#: admin/views/feedback-disable.php:26
|
1781 |
+
msgid "Only Deactivate"
|
1782 |
+
msgstr "非アクティブ化のみ"
|
1783 |
+
|
1784 |
+
#: admin/views/feedback-disable.php:27
|
1785 |
+
msgid "don’t deactivate"
|
1786 |
+
msgstr "非アクティブ化しません。"
|
1787 |
+
|
1788 |
+
#: admin/views/notices/adblock.php:2
|
1789 |
+
msgid ""
|
1790 |
+
"Please disable your <strong>AdBlocker</strong> to prevent problems with your "
|
1791 |
+
"ad setup."
|
1792 |
+
msgstr ""
|
1793 |
+
"広告セットアップで問題を防ぐためにあなたの<strong>広告ブロッカー</strong>を無"
|
1794 |
+
"効にしてください。"
|
1795 |
+
|
1796 |
+
#: admin/views/placements-ad-label-position.php:18
|
1797 |
+
msgid ""
|
1798 |
+
"Check this if you don't want the following elements to float around the ad. "
|
1799 |
+
"(adds a placement_clearfix)"
|
1800 |
+
msgstr ""
|
1801 |
+
"次の要素を広告の周りに重ねて表示したくない場合は、これをチェックします。"
|
1802 |
+
"(placement_clearfixを追加する)"
|
1803 |
+
|
1804 |
+
#: admin/views/placements-ad-label.php:5 admin/views/placements-ad-label.php:7
|
1805 |
+
msgid "enabled"
|
1806 |
+
msgstr "有効化済み"
|
1807 |
+
|
1808 |
+
#: admin/views/placements-ad-label.php:9 admin/views/placements-ad-label.php:11
|
1809 |
+
msgid "disabled"
|
1810 |
+
msgstr "無効化"
|
1811 |
+
|
1812 |
+
#: admin/views/placements-content-index.php:1
|
1813 |
+
msgid "after"
|
1814 |
+
msgstr "後"
|
1815 |
+
|
1816 |
+
#: admin/views/placements-content-index.php:1
|
1817 |
+
msgid "before"
|
1818 |
+
msgstr "前"
|
1819 |
+
|
1820 |
+
#: admin/views/placements-content-index.php:21
|
1821 |
+
msgid "start counting from bottom"
|
1822 |
+
msgstr "下から数え始めます"
|
1823 |
+
|
1824 |
+
#: admin/views/placements-item.php:2 admin/views/placements.php:185
|
1825 |
+
msgid "--not selected--"
|
1826 |
+
msgstr "-- 選択なし --"
|
1827 |
+
|
1828 |
+
#: admin/views/placements.php:8
|
1829 |
+
msgid ""
|
1830 |
+
"Couldn’t create the new placement. Please check your form field and whether "
|
1831 |
+
"the name is already in use."
|
1832 |
+
msgstr ""
|
1833 |
+
"新しい配置を作成できませんでした。 フォームフィールドと名前が既に使用されてい"
|
1834 |
+
"るかどうかを確認してください。"
|
1835 |
+
|
1836 |
+
#: admin/views/placements.php:10
|
1837 |
+
msgid "Placements updated"
|
1838 |
+
msgstr "設置を更新"
|
1839 |
+
|
1840 |
+
#: admin/views/placements.php:14
|
1841 |
+
msgid ""
|
1842 |
+
"Placements are physically places in your theme and posts. You can use them "
|
1843 |
+
"if you plan to change ads and ad groups on the same place without the need "
|
1844 |
+
"to change your templates."
|
1845 |
+
msgstr ""
|
1846 |
+
"配置はテーマや投稿に物理的に配置されます。 テンプレートを変更することなく、同"
|
1847 |
+
"じ場所で広告と広告グループを変更する予定がある場合は、これを使用できます。"
|
1848 |
+
|
1849 |
+
#: admin/views/placements.php:15
|
1850 |
+
#, php-format
|
1851 |
+
msgid ""
|
1852 |
+
"See also the manual for more information on <a href=\"%s\">placements</a>."
|
1853 |
+
msgstr "<a href=\"%s\">配置</a>の詳細についてはマニュアルを参照してください。"
|
1854 |
+
|
1855 |
+
#: admin/views/placements.php:25 modules/import-export/views/page.php:26
|
1856 |
+
msgid "Options"
|
1857 |
+
msgstr "オプション"
|
1858 |
+
|
1859 |
+
#: admin/views/placements.php:43
|
1860 |
+
#, php-format
|
1861 |
+
msgid ""
|
1862 |
+
"Placement type \"%s\" is missing and was reset to \"default\".<br/>Please "
|
1863 |
+
"check if the responsible add-on is activated."
|
1864 |
+
msgstr ""
|
1865 |
+
"配置タイプ\"%s\"が見つかりません、「既定」にリセットします。<br>担当のアドオ"
|
1866 |
+
"ンがアクティブかどうかに確認してください。"
|
1867 |
+
|
1868 |
+
#: admin/views/placements.php:59
|
1869 |
+
msgid "show usage"
|
1870 |
+
msgstr "ショートコードなどを表示"
|
1871 |
+
|
1872 |
+
#: admin/views/placements.php:68
|
1873 |
+
msgid "template (PHP)"
|
1874 |
+
msgstr "テンプレート (PHP)"
|
1875 |
+
|
1876 |
+
#: admin/views/placements.php:83
|
1877 |
+
msgid "Item"
|
1878 |
+
msgstr "アイテム"
|
1879 |
+
|
1880 |
+
#: admin/views/placements.php:94
|
1881 |
+
msgid "position"
|
1882 |
+
msgstr "配置"
|
1883 |
+
|
1884 |
+
#: admin/views/placements.php:98
|
1885 |
+
msgid "Important Notice"
|
1886 |
+
msgstr "重要なお知らせ"
|
1887 |
+
|
1888 |
+
#: admin/views/placements.php:98
|
1889 |
+
msgid ""
|
1890 |
+
"Your server is missing an extension. This might break the content injection."
|
1891 |
+
"<br/>Ignore this warning if everything works fine or else ask your hosting "
|
1892 |
+
"provider to enable <em>mbstring</em>."
|
1893 |
+
msgstr ""
|
1894 |
+
"サーバーには、拡張機能がありません。これはコンテンツ注入を中断可能性がありま"
|
1895 |
+
"す。<br>すべて正常に動作、または他の<em>mbstring</em>を有効にするホスティン"
|
1896 |
+
"グ プロバイダーに問い合わせてください場合は、この警告を無視します。"
|
1897 |
+
|
1898 |
+
#: admin/views/placements.php:119
|
1899 |
+
msgid "ad label"
|
1900 |
+
msgstr "広告のラベル"
|
1901 |
+
|
1902 |
+
#: admin/views/placements.php:128
|
1903 |
+
msgid "show all options"
|
1904 |
+
msgstr "すべてのイベントを表示"
|
1905 |
+
|
1906 |
+
#: admin/views/placements.php:135
|
1907 |
+
#, php-format
|
1908 |
+
msgid ""
|
1909 |
+
"Tutorial: <a href=\"%s\" target=\"_blank\">How to place visible ads in the "
|
1910 |
+
"header of your website</a>."
|
1911 |
+
msgstr ""
|
1912 |
+
"チュートリアル:<a href=\"%s\" target=\"_blank\">どのようにあなたのウェブサイ"
|
1913 |
+
"トのヘッダーに表示されている広告を配置します</a>。"
|
1914 |
+
|
1915 |
+
#: admin/views/placements.php:142
|
1916 |
+
msgctxt "checkbox to remove placement"
|
1917 |
+
msgid "delete"
|
1918 |
+
msgstr "削除"
|
1919 |
+
|
1920 |
+
#: admin/views/placements.php:148
|
1921 |
+
msgid "Save Placements"
|
1922 |
+
msgstr "配置を保存"
|
1923 |
+
|
1924 |
+
#: admin/views/placements.php:150
|
1925 |
+
msgid "Create a new placement"
|
1926 |
+
msgstr "新しい配置を作成します。"
|
1927 |
+
|
1928 |
+
#: admin/views/placements.php:151
|
1929 |
+
msgid "New Placement"
|
1930 |
+
msgstr "配置の新規作成"
|
1931 |
+
|
1932 |
+
#: admin/views/placements.php:158
|
1933 |
+
msgid "Choose a placement type"
|
1934 |
+
msgstr "配置の種類を選択します。"
|
1935 |
+
|
1936 |
+
#: admin/views/placements.php:159
|
1937 |
+
#, php-format
|
1938 |
+
msgid ""
|
1939 |
+
"Placement types define where the ad is going to be displayed. Learn more "
|
1940 |
+
"about the different types from the <a href=\"%s\">manual</a>"
|
1941 |
+
msgstr ""
|
1942 |
+
"配置タイプは、広告は表示する予定を定義します。詳細については、<a href=\"%s\">"
|
1943 |
+
"マニュアル</a>を見てください。"
|
1944 |
+
|
1945 |
+
#: admin/views/placements.php:176
|
1946 |
+
msgid "Please select a placement type."
|
1947 |
+
msgstr "配置タイプを選択してください。"
|
1948 |
+
|
1949 |
+
#: admin/views/placements.php:178
|
1950 |
+
msgid "Choose a Name"
|
1951 |
+
msgstr "名前を選択"
|
1952 |
+
|
1953 |
+
#: admin/views/placements.php:179
|
1954 |
+
msgid ""
|
1955 |
+
"The name of the placement is only visible to you. Tip: choose a descriptive "
|
1956 |
+
"one, e.g. <em>Below Post Headline</em>."
|
1957 |
+
msgstr ""
|
1958 |
+
"配置のの名前はあなただけが見ることができます。ヒント: 説明的なものを選択して"
|
1959 |
+
"ください。 <em>記事の見出しの下</em>。"
|
1960 |
+
|
1961 |
+
#: admin/views/placements.php:180
|
1962 |
+
msgid "Placement Name"
|
1963 |
+
msgstr "配置名"
|
1964 |
+
|
1965 |
+
#: admin/views/placements.php:181
|
1966 |
+
msgid "Please enter a name for your placement."
|
1967 |
+
msgstr "あなたの配置の名前を入力してください。"
|
1968 |
+
|
1969 |
+
#: admin/views/placements.php:182
|
1970 |
+
msgid "Choose the Ad or Group"
|
1971 |
+
msgstr "広告またはグループを選択"
|
1972 |
+
|
1973 |
+
#: admin/views/placements.php:183
|
1974 |
+
msgid "The ad or group that should be displayed."
|
1975 |
+
msgstr "表示されるべき広告またはグループ。"
|
1976 |
+
|
1977 |
+
#: admin/views/placements.php:202
|
1978 |
+
msgid "Save New Placement"
|
1979 |
+
msgstr "新しい配置を保存"
|
1980 |
+
|
1981 |
+
#: admin/views/post-ad-settings-metabox.php:3
|
1982 |
+
msgid "Disable ads on this page"
|
1983 |
+
msgstr "このページの広告を無効にします。"
|
1984 |
+
|
1985 |
+
#: admin/views/setting-license.php:5
|
1986 |
+
msgid "Your license expired."
|
1987 |
+
msgstr "ライセンス失効"
|
1988 |
+
|
1989 |
+
#: admin/views/setting-license.php:12
|
1990 |
+
msgid "Update expiry date"
|
1991 |
+
msgstr "有効期限"
|
1992 |
+
|
1993 |
+
#: admin/views/setting-license.php:15
|
1994 |
+
#, php-format
|
1995 |
+
msgid ""
|
1996 |
+
"Click on %2$s if you renewed it or have a subscription or <a href=\"%1$s\" "
|
1997 |
+
"target=\"_blank\">renew your license with a discount</a>."
|
1998 |
+
msgstr ""
|
1999 |
+
"更新した場合、またはサブスクリプションを持っている場合は%2$s をクリックする"
|
2000 |
+
"か、割引で<a href=\"%1$s\" target=\"_blank\">ライセンス</a>を更新します。"
|
2001 |
+
|
2002 |
+
#: admin/views/setting-license.php:27
|
2003 |
+
#, php-format
|
2004 |
+
msgid "(%d days left)"
|
2005 |
+
msgstr "(残り %d 日)"
|
2006 |
+
|
2007 |
+
#: admin/views/setting-license.php:31
|
2008 |
+
msgid "License key"
|
2009 |
+
msgstr "ライセンスキー"
|
2010 |
+
|
2011 |
+
#: admin/views/setting-license.php:41
|
2012 |
+
msgid "Deactivate License"
|
2013 |
+
msgstr "ライセンスのアクティベートを解除"
|
2014 |
+
|
2015 |
+
#: admin/views/setting-license.php:47
|
2016 |
+
msgid "Update License"
|
2017 |
+
msgstr "ライセンスの更新"
|
2018 |
+
|
2019 |
+
#: admin/views/setting-license.php:47
|
2020 |
+
msgid "Activate License"
|
2021 |
+
msgstr "ライセンスをアクティブ化"
|
2022 |
+
|
2023 |
+
#: admin/views/setting-license.php:51
|
2024 |
+
msgid "License key invalid"
|
2025 |
+
msgstr "ライセンス キーが無効です。"
|
2026 |
+
|
2027 |
+
#: admin/views/setting-license.php:54
|
2028 |
+
msgid "active"
|
2029 |
+
msgstr "アクティブ"
|
2030 |
+
|
2031 |
+
#: admin/views/settings-disable-ads.php:3
|
2032 |
+
msgid "Disable all ads in frontend"
|
2033 |
+
msgstr "フロント エンドのすべての広告を無効にします。"
|
2034 |
+
|
2035 |
+
#: admin/views/settings-disable-ads.php:4
|
2036 |
+
msgid ""
|
2037 |
+
"Use this option to disable all ads in the frontend, but still be able to use "
|
2038 |
+
"the plugin."
|
2039 |
+
msgstr ""
|
2040 |
+
"このオプションを使用すると、フロント エンドのすべての広告を無効にするが、まだ"
|
2041 |
+
"プラグインを使用することができます。"
|
2042 |
+
|
2043 |
+
#: admin/views/settings-disable-ads.php:8
|
2044 |
+
msgid "Disable ads on 404 error pages"
|
2045 |
+
msgstr "404エラーのページ上で広告を無効にします。"
|
2046 |
+
|
2047 |
+
#: admin/views/settings-disable-ads.php:12
|
2048 |
+
msgid "Disable ads on non-singular pages"
|
2049 |
+
msgstr "非特異的なページの広告を無効にする"
|
2050 |
+
|
2051 |
+
#: admin/views/settings-disable-ads.php:13
|
2052 |
+
msgid ""
|
2053 |
+
"e.g. archive pages like categories, tags, authors, front page (if a list)"
|
2054 |
+
msgstr ""
|
2055 |
+
"例えば カテゴリ、タグ、著者、フロントページなどのアーカイブページ(一覧の場"
|
2056 |
+
"合)"
|
2057 |
+
|
2058 |
+
#: admin/views/settings-disable-ads.php:16
|
2059 |
+
msgid "Disable ads on secondary queries"
|
2060 |
+
msgstr "セカンダリクエリで広告を無効にする"
|
2061 |
+
|
2062 |
+
#: admin/views/settings-disable-ads.php:17
|
2063 |
+
msgid ""
|
2064 |
+
"Secondary queries are custom queries of posts outside the main query of a "
|
2065 |
+
"page. Try this option if you see ads injected on places where they shouldn’t "
|
2066 |
+
"appear."
|
2067 |
+
msgstr ""
|
2068 |
+
"セカンダリクエリは、ページのメインクエリ以外のポストのカスタムクエリです。 広"
|
2069 |
+
"告が表示されない場所に広告が掲載されている場合は、このオプションをお試しくだ"
|
2070 |
+
"さい。"
|
2071 |
+
|
2072 |
+
#: admin/views/settings-disable-ads.php:21
|
2073 |
+
msgid "Disable ads in Feed"
|
2074 |
+
msgstr "フィード内の広告を無効にする"
|
2075 |
+
|
2076 |
+
#: admin/views/settings.php:35
|
2077 |
+
msgid "Save settings on this page"
|
2078 |
+
msgstr "このページに設定を保存する"
|
2079 |
+
|
2080 |
+
#: admin/views/settings.php:49 modules/import-export/main.php:15
|
2081 |
+
msgid "Import & Export"
|
2082 |
+
msgstr "インポート & エクスポート"
|
2083 |
+
|
2084 |
+
#: admin/views/settings.php:50
|
2085 |
+
msgid "Advanced Ads on WordPress.org"
|
2086 |
+
msgstr "WordPress.orgの広告管理"
|
2087 |
+
|
2088 |
+
#: admin/views/settings.php:50
|
2089 |
+
msgid "Advanced Ads on wp.org"
|
2090 |
+
msgstr "wp.orgの広告管理"
|
2091 |
+
|
2092 |
+
#: admin/views/settings.php:51
|
2093 |
+
msgid "the company behind Advanced Ads"
|
2094 |
+
msgstr "広告管理の開発会社"
|
2095 |
+
|
2096 |
+
#: admin/views/support.php:7
|
2097 |
+
msgid ""
|
2098 |
+
"Please fix the red highlighted issues on this page or try to understand "
|
2099 |
+
"their consequences before contacting support."
|
2100 |
+
msgstr ""
|
2101 |
+
"このページ上の問題を強調したりサポートに連絡する前に自分の結果を理解しようと"
|
2102 |
+
"するために赤い表示を修正してください。"
|
2103 |
+
|
2104 |
+
#: admin/views/support.php:11
|
2105 |
+
#, php-format
|
2106 |
+
msgid ""
|
2107 |
+
"Your <strong>PHP version (%s) is too low</strong>. Advanced Ads is built for "
|
2108 |
+
"PHP 5.3 and higher. It might work, but updating PHP is highly recommended. "
|
2109 |
+
"Please ask your hosting provider for more information."
|
2110 |
+
msgstr ""
|
2111 |
+
"あなたが<strong>PHP バージョン (%s) が低すぎます</strong>。広告管理は、PHP "
|
2112 |
+
"5.3以上で作成されています。 それはうまくいくかもしれませんが、PHPの更新を強く"
|
2113 |
+
"お勧めします。 詳細については、ホスティングプロバイダにお尋ねください。"
|
2114 |
+
|
2115 |
+
#: admin/views/support.php:14
|
2116 |
+
#, php-format
|
2117 |
+
msgid ""
|
2118 |
+
"Your <strong>website uses cache</strong>. Some dynamic features like ad "
|
2119 |
+
"rotation or visitor conditions might not work properly. Use the cache-"
|
2120 |
+
"busting feature of <a href=\"%s\" target=\"_blank\">Advanced Ads Pro</a> to "
|
2121 |
+
"load ads dynamically."
|
2122 |
+
msgstr ""
|
2123 |
+
"あなたが<strong>ウェブサイトはキャッシュを使用</strong>します。広告のローテー"
|
2124 |
+
"ションや訪問ユーザーのような動的な機能は正しく動作しない可能性があります。 動"
|
2125 |
+
"的に広告を読み込むには、<a href=\"%s\" target=\"_blank\"> 広告管理Pro </a>の"
|
2126 |
+
"キャッシュ無効化機能を使用します。"
|
2127 |
+
|
2128 |
+
#: admin/views/support.php:17
|
2129 |
+
msgid ""
|
2130 |
+
"There is a <strong>new WordPress version available</strong>. Please update."
|
2131 |
+
msgstr ""
|
2132 |
+
"<strong>利用可能な新しいWordPress のバージョン</strong>があります。更新してく"
|
2133 |
+
"ださい。"
|
2134 |
+
|
2135 |
+
#: admin/views/support.php:20
|
2136 |
+
msgid "There are <strong>plugin updates available</strong>. Please update."
|
2137 |
+
msgstr ""
|
2138 |
+
"<strong>利用可能なプラグインの更新</strong>があります。更新してください。"
|
2139 |
+
|
2140 |
+
#: admin/views/support.php:29
|
2141 |
+
#, php-format
|
2142 |
+
msgid ""
|
2143 |
+
"<strong>Autoptimize plugin detected</strong>. While this plugin is great for "
|
2144 |
+
"site performance, it is known to alter code, including scripts from ad "
|
2145 |
+
"networks. <a href=\"%s\" target=\"_blank\">Advanced Ads Pro</a> has a build-"
|
2146 |
+
"in support for Autoptimize."
|
2147 |
+
msgstr ""
|
2148 |
+
"<strong>Autoptimize プラグインが検出されました</strong>。このプラグインは、サ"
|
2149 |
+
"イトのパフォーマンスのためですが、広告ネットワークからのスクリプトを含むコー"
|
2150 |
+
"ドを変更が知られています。<a href=\"%s\" target=\"_blank\">広告管理プロ</a>で"
|
2151 |
+
"Autoptimizeを使用した構築をサポートしています。"
|
2152 |
+
|
2153 |
+
#: admin/views/support.php:32
|
2154 |
+
#, php-format
|
2155 |
+
msgid ""
|
2156 |
+
"Plugins that are known to cause (partial) problems: <strong>%1$s</strong>. "
|
2157 |
+
"<a href=\"%2$s\" target=\"_blank\">Learn more</a>."
|
2158 |
+
msgstr ""
|
2159 |
+
"strong>%1$s</strong>の問題を引き起こすことが知られているプラグイン。 <a href="
|
2160 |
+
"\"%2$s\" target=\"_blank\">詳細</a>"
|
2161 |
+
|
2162 |
+
#: admin/views/support.php:35
|
2163 |
+
#, php-format
|
2164 |
+
msgid ""
|
2165 |
+
"Ads are disabled for all or some pages. See \"disabled ads\" in <a href=\"%s"
|
2166 |
+
"\">settings</a>."
|
2167 |
+
msgstr ""
|
2168 |
+
"一部または全部のページで広告が無効になっています。 <a href=\"%s\">設定</a>の"
|
2169 |
+
"「無効な広告」を参照してください。"
|
2170 |
+
|
2171 |
+
#: admin/views/support.php:46
|
2172 |
+
msgid "Possible Issues"
|
2173 |
+
msgstr "考えられる問題"
|
2174 |
+
|
2175 |
+
#: admin/views/support.php:48
|
2176 |
+
msgid "Ads not showing up"
|
2177 |
+
msgstr "広告が表示されません"
|
2178 |
+
|
2179 |
+
#: admin/views/support.php:49
|
2180 |
+
msgid "Purchase & Licenses"
|
2181 |
+
msgstr "購入&ライセンス"
|
2182 |
+
|
2183 |
+
#: admin/views/support.php:50
|
2184 |
+
msgid "General Issues"
|
2185 |
+
msgstr "一般的な問題"
|
2186 |
+
|
2187 |
+
#: admin/views/support.php:51
|
2188 |
+
msgid "Issues with Add-Ons"
|
2189 |
+
msgstr "アドオンの問題"
|
2190 |
+
|
2191 |
+
#: admin/views/support.php:53
|
2192 |
+
msgid ""
|
2193 |
+
"Use the following form to search for solutions in the manual on "
|
2194 |
+
"wpadvancedads.com"
|
2195 |
+
msgstr "次のフォームを使用して、wpadvancedads.com で手動でソリューションを検索"
|
2196 |
+
|
2197 |
+
#: admin/views/support.php:56
|
2198 |
+
msgid "search"
|
2199 |
+
msgstr "検索"
|
2200 |
+
|
2201 |
+
#: admin/views/support.php:58
|
2202 |
+
#, php-format
|
2203 |
+
msgid ""
|
2204 |
+
"Take a look at more common issues or contact us directly through the <a href="
|
2205 |
+
"\"%s\" target=\"_blank\">support page</a>."
|
2206 |
+
msgstr ""
|
2207 |
+
"より一般的な問題をご覧いただくか、<a href=\"%s\" target=\"_blank\">サポート"
|
2208 |
+
"ページ</a>から直接ご連絡ください。"
|
2209 |
+
|
2210 |
+
#: classes/EDD_SL_Plugin_Updater.php:201
|
2211 |
+
#, php-format
|
2212 |
+
msgid ""
|
2213 |
+
"There is a new version of %1$s available. %2$sView version %3$s details%4$s."
|
2214 |
+
msgstr ""
|
2215 |
+
"利用可能な%1$sの新しいバージョンがあります。 %2$sViewバージョン%3$sの詳"
|
2216 |
+
"細%4$s。"
|
2217 |
+
|
2218 |
+
#: classes/EDD_SL_Plugin_Updater.php:209
|
2219 |
+
#, php-format
|
2220 |
+
msgid ""
|
2221 |
+
"There is a new version of %1$s available. %2$sView version %3$s details%4$s "
|
2222 |
+
"or %5$supdate now%6$s."
|
2223 |
+
msgstr ""
|
2224 |
+
"利用可能な%1$s の新しいバージョンがあります。 %2$s表示バージョン %3$sの詳細"
|
2225 |
+
"は%4$s または%5$sの現在更新の%6$s."
|
2226 |
+
|
2227 |
+
#: classes/EDD_SL_Plugin_Updater.php:396
|
2228 |
+
msgid "You do not have permission to install plugin updates"
|
2229 |
+
msgstr "あなたはプラグインの更新プログラムをインストールする権限がありません"
|
2230 |
+
|
2231 |
+
#: classes/EDD_SL_Plugin_Updater.php:396
|
2232 |
+
msgid "Error"
|
2233 |
+
msgstr "エラー "
|
2234 |
+
|
2235 |
+
#: classes/ad-debug.php:32
|
2236 |
+
msgid "The ad is displayed on the page"
|
2237 |
+
msgstr "広告がページに表示されます"
|
2238 |
+
|
2239 |
+
#: classes/ad-debug.php:34
|
2240 |
+
msgid "The ad is not displayed on the page"
|
2241 |
+
msgstr "広告がページに表示されていません"
|
2242 |
+
|
2243 |
+
#: classes/ad-debug.php:39
|
2244 |
+
msgid "Current query is not identical to main query."
|
2245 |
+
msgstr "現在のクエリは、メインクエリと同一ではありません。"
|
2246 |
+
|
2247 |
+
#: classes/ad-debug.php:45
|
2248 |
+
msgid "current post"
|
2249 |
+
msgstr "現在の投稿"
|
2250 |
+
|
2251 |
+
#: classes/ad-debug.php:49
|
2252 |
+
msgid "Current post is not identical to main post."
|
2253 |
+
msgstr "現在のポストは、メインポストと同一ではありません。"
|
2254 |
+
|
2255 |
+
#: classes/ad-debug.php:51
|
2256 |
+
msgid "main post"
|
2257 |
+
msgstr "主な記事"
|
2258 |
+
|
2259 |
+
#: classes/ad-debug.php:98
|
2260 |
+
msgid "current query"
|
2261 |
+
msgstr "現在のクエリ"
|
2262 |
+
|
2263 |
+
#: classes/ad-debug.php:98
|
2264 |
+
msgid "main query"
|
2265 |
+
msgstr "メインクエリ"
|
2266 |
+
|
2267 |
+
#: classes/ad-debug.php:121 public/class-advanced-ads.php:581
|
2268 |
+
msgctxt "ad group singular name"
|
2269 |
+
msgid "Ad Group"
|
2270 |
+
msgstr "広告グループ"
|
2271 |
+
|
2272 |
+
#: classes/ad-debug.php:128
|
2273 |
+
msgid "Placement"
|
2274 |
+
msgstr "配置"
|
2275 |
+
|
2276 |
+
#: classes/ad-debug.php:271
|
2277 |
+
msgid ""
|
2278 |
+
"Your website is using HTTPS, but the ad code contains HTTP and might not "
|
2279 |
+
"work."
|
2280 |
+
msgstr ""
|
2281 |
+
"あなたのウェブサイトは、HTTPSを使用しているが、広告コードは、HTTPが含まれてお"
|
2282 |
+
"り、動作しない可能性があります。"
|
2283 |
+
|
2284 |
+
#: classes/ad_placements.php:31
|
2285 |
+
msgid "Manual Placement"
|
2286 |
+
msgstr "手動で配置"
|
2287 |
+
|
2288 |
+
#: classes/ad_placements.php:32
|
2289 |
+
msgid "Manual placement to use as function or shortcode."
|
2290 |
+
msgstr "手動配置機能やショートコードとして使用します。"
|
2291 |
+
|
2292 |
+
#: classes/ad_placements.php:37
|
2293 |
+
msgid "Header Code"
|
2294 |
+
msgstr "ヘッダーコード"
|
2295 |
+
|
2296 |
+
#: classes/ad_placements.php:38
|
2297 |
+
msgid ""
|
2298 |
+
"Injected in Header (before closing </head> Tag, often not visible)."
|
2299 |
+
msgstr "ヘッダーに挿入(終値前に </head> タグ、頻繁に表示されていません) "
|
2300 |
+
|
2301 |
+
#: classes/ad_placements.php:42
|
2302 |
+
msgid "Footer Code"
|
2303 |
+
msgstr "フッターコード"
|
2304 |
+
|
2305 |
+
#: classes/ad_placements.php:43
|
2306 |
+
msgid "Injected in Footer (before closing </body> Tag)."
|
2307 |
+
msgstr "フッターに挿入される (閉じる前に </ボディ > タグ)。"
|
2308 |
+
|
2309 |
+
#: classes/ad_placements.php:48
|
2310 |
+
msgid "Injected before the post content."
|
2311 |
+
msgstr "記事の内容前に注入します。"
|
2312 |
+
|
2313 |
+
#: classes/ad_placements.php:54
|
2314 |
+
msgid "Injected after the post content."
|
2315 |
+
msgstr "記事の内容後注入。"
|
2316 |
+
|
2317 |
+
#: classes/ad_placements.php:60
|
2318 |
+
msgid ""
|
2319 |
+
"Injected into the content. You can choose the paragraph after which the ad "
|
2320 |
+
"content is displayed."
|
2321 |
+
msgstr "記事の内容に注入します。広告コンテンツを表示した後段落を選択できます。"
|
2322 |
+
|
2323 |
+
#: classes/ad_placements.php:65
|
2324 |
+
msgid "Sidebar Widget"
|
2325 |
+
msgstr "サイドバーウィジェットエリア"
|
2326 |
+
|
2327 |
+
#: classes/ad_placements.php:66
|
2328 |
+
msgid ""
|
2329 |
+
"Create a sidebar widget with an ad. Can be placed and used like any other "
|
2330 |
+
"widget."
|
2331 |
+
msgstr ""
|
2332 |
+
"広告をサイドバーのウィジェットを作成します。配置され、他のウィジェットのよう"
|
2333 |
+
"に使用することができます。"
|
2334 |
+
|
2335 |
+
#: classes/ad_placements.php:218
|
2336 |
+
#, php-format
|
2337 |
+
msgid "paragraph (%s)"
|
2338 |
+
msgstr "段落 (%s)"
|
2339 |
+
|
2340 |
+
#: classes/ad_placements.php:219
|
2341 |
+
#, php-format
|
2342 |
+
msgid "paragraph without image (%s)"
|
2343 |
+
msgstr "画像なしの段落 (%s)"
|
2344 |
+
|
2345 |
+
#: classes/ad_placements.php:220
|
2346 |
+
#, php-format
|
2347 |
+
msgid "headline 2 (%s)"
|
2348 |
+
msgstr "見出し 2 (%s)"
|
2349 |
+
|
2350 |
+
#: classes/ad_placements.php:221
|
2351 |
+
#, php-format
|
2352 |
+
msgid "headline 3 (%s)"
|
2353 |
+
msgstr "見出し 3 (%s)"
|
2354 |
+
|
2355 |
+
#: classes/ad_placements.php:222
|
2356 |
+
#, php-format
|
2357 |
+
msgid "headline 4 (%s)"
|
2358 |
+
msgstr "見出し 4 (%s)"
|
2359 |
+
|
2360 |
+
#: classes/ad_placements.php:517
|
2361 |
+
#, php-format
|
2362 |
+
msgid "Set <em>%s</em> to show more ads"
|
2363 |
+
msgstr "<em>%s</em>より多くの広告を表示する設定します。"
|
2364 |
+
|
2365 |
+
#: classes/ad_type_content.php:35
|
2366 |
+
msgid "Rich Content"
|
2367 |
+
msgstr "豊富なコンテンツ"
|
2368 |
+
|
2369 |
+
#: classes/ad_type_content.php:36
|
2370 |
+
msgid ""
|
2371 |
+
"The full content editor from WordPress with all features like shortcodes, "
|
2372 |
+
"image upload or styling, but also simple text/html mode for scripts and code."
|
2373 |
+
msgstr ""
|
2374 |
+
"ショートコード、画像のアップロード、スタイリングだけでなくスクリプトやコード"
|
2375 |
+
"から単純なテキスト/html モードのようなすべての機能を備えた WordPress の完全な"
|
2376 |
+
"コンテンツエディター。"
|
2377 |
+
|
2378 |
+
#: classes/ad_type_dummy.php:26
|
2379 |
+
msgid "Dummy"
|
2380 |
+
msgstr "ダミー広告内容 (リンク) を取得します。"
|
2381 |
+
|
2382 |
+
#: classes/ad_type_dummy.php:27
|
2383 |
+
msgid "Uses a simple placeholder ad for quick testing."
|
2384 |
+
msgstr "クイックをテストするための単純なプレース ホルダー広告を使用します。"
|
2385 |
+
|
2386 |
+
#: classes/ad_type_dummy.php:47 classes/ad_type_image.php:65
|
2387 |
+
msgid "url"
|
2388 |
+
msgstr "URL"
|
2389 |
+
|
2390 |
+
#: classes/ad_type_group.php:31
|
2391 |
+
msgid ""
|
2392 |
+
"Choose an existing ad group. Use this type when you want to assign the same "
|
2393 |
+
"display and visitor conditions to all ads in that group."
|
2394 |
+
msgstr ""
|
2395 |
+
"既存の広告グループを選択します。そのグループのすべての広告に同じ表示と訪問者"
|
2396 |
+
"条件を割り当てる場合は、この種類を使用します。"
|
2397 |
+
|
2398 |
+
#: classes/ad_type_group.php:84
|
2399 |
+
msgid "ad group"
|
2400 |
+
msgstr "広告グループ"
|
2401 |
+
|
2402 |
+
#: classes/ad_type_image.php:34
|
2403 |
+
msgid "Image Ad"
|
2404 |
+
msgstr "画像広告"
|
2405 |
+
|
2406 |
+
#: classes/ad_type_image.php:35
|
2407 |
+
msgid "Ads in various image formats."
|
2408 |
+
msgstr "さまざまな画像形式の広告です。"
|
2409 |
+
|
2410 |
+
#: classes/ad_type_image.php:55
|
2411 |
+
msgid "Insert File"
|
2412 |
+
msgstr "ファイルのURLを挿入"
|
2413 |
+
|
2414 |
+
#: classes/ad_type_image.php:55
|
2415 |
+
msgid "Insert"
|
2416 |
+
msgstr "挿入"
|
2417 |
+
|
2418 |
+
#: classes/ad_type_image.php:55
|
2419 |
+
msgid "select image"
|
2420 |
+
msgstr "画像選択"
|
2421 |
+
|
2422 |
+
#: classes/ad_type_image.php:56
|
2423 |
+
msgid "edit"
|
2424 |
+
msgstr "編集"
|
2425 |
+
|
2426 |
+
#: classes/ad_type_image.php:67
|
2427 |
+
msgid "Link to target site"
|
2428 |
+
msgstr "ターゲットサイトへのリンク"
|
2429 |
+
|
2430 |
+
#: classes/ad_type_image.php:68
|
2431 |
+
#, php-format
|
2432 |
+
msgid ""
|
2433 |
+
"Open this url in a new window and track impressions and clicks with the <a "
|
2434 |
+
"href=\"%s\" target=\"_blank\">Tracking add-on</a>"
|
2435 |
+
msgstr ""
|
2436 |
+
"新しいウィンドウでこのURLを開き、<a href=\"%s\" target=\"_blank\">トラッキン"
|
2437 |
+
"グアドオン</a>でインプレッションとクリックをトラッキングする"
|
2438 |
+
|
2439 |
+
#: classes/ad_type_plain.php:31
|
2440 |
+
msgid "Plain Text and Code"
|
2441 |
+
msgstr "プレーン テキストとコード"
|
2442 |
+
|
2443 |
+
#: classes/ad_type_plain.php:32
|
2444 |
+
msgid ""
|
2445 |
+
"Simple text editor without any filters. You might use it to display "
|
2446 |
+
"unfiltered content, php code or javascript. Shortcodes and other WordPress "
|
2447 |
+
"content field magic does not work here."
|
2448 |
+
msgstr ""
|
2449 |
+
"任意のフィルターなしの単純なテキスト エディターです。それを使用して、フィル"
|
2450 |
+
"ター処理されていないコンテンツ、php コードまたは javascript を表示可能性があ"
|
2451 |
+
"ります。ショート コードとその他のワードプレスのコンテンツ フィールド魔法はこ"
|
2452 |
+
"こで動作しません。"
|
2453 |
+
|
2454 |
+
#: classes/ad_type_plain.php:52
|
2455 |
+
msgid "Insert plain text or code into this field."
|
2456 |
+
msgstr "このフィールドには、プレーン テキストまたはコードを挿入します。"
|
2457 |
+
|
2458 |
+
#: classes/ad_type_plain.php:87
|
2459 |
+
msgid "Allow PHP"
|
2460 |
+
msgstr "PHP ができるように"
|
2461 |
+
|
2462 |
+
#: classes/ad_type_plain.php:89
|
2463 |
+
msgid "Execute PHP code (wrapped in <code><?php ?></code>)"
|
2464 |
+
msgstr "PHP コードを実行 (包まれた <code><?php ?></code> )"
|
2465 |
+
|
2466 |
+
#: classes/checks.php:244
|
2467 |
+
#, php-format
|
2468 |
+
msgid ""
|
2469 |
+
"Possible conflict between jQueryUI library, used by Advanced Ads and other "
|
2470 |
+
"libraries (probably <a href=\"%s\">Twitter Bootstrap</a>). This might lead "
|
2471 |
+
"to misfortunate formats in forms, but should not damage features."
|
2472 |
+
msgstr ""
|
2473 |
+
"広告管理と他のライブラリ(おそらく<a href=\"%s\"> Twitter Bootstrap </a>)に"
|
2474 |
+
"よって使用されるjQueryUIライブラリとの競合が考えられます。 これは、形式の中で"
|
2475 |
+
"不幸な形式につながる可能性がありますが、機能に損傷を与えてはいけません。"
|
2476 |
+
|
2477 |
+
#: classes/display-conditions.php:69
|
2478 |
+
msgid "post type"
|
2479 |
+
msgstr "投稿タイプ"
|
2480 |
+
|
2481 |
+
#: classes/display-conditions.php:70 includes/array_ad_conditions.php:40
|
2482 |
+
msgid "Choose the public post types on which to display the ad."
|
2483 |
+
msgstr "広告を表示するパブリック ポスト タイプを選択します。"
|
2484 |
+
|
2485 |
+
#: classes/display-conditions.php:76
|
2486 |
+
msgid "specific pages"
|
2487 |
+
msgstr "特定のページ"
|
2488 |
+
|
2489 |
+
#: classes/display-conditions.php:77 includes/array_ad_conditions.php:58
|
2490 |
+
msgid ""
|
2491 |
+
"Choose on which individual posts, pages and public post type pages you want "
|
2492 |
+
"to display or hide ads."
|
2493 |
+
msgstr "広告を非表示にする個々 の投稿、ページ、投稿型のページを選択します。"
|
2494 |
+
|
2495 |
+
#: classes/display-conditions.php:82
|
2496 |
+
msgid "general conditions"
|
2497 |
+
msgstr "一般的な条件"
|
2498 |
+
|
2499 |
+
#: classes/display-conditions.php:88
|
2500 |
+
msgid "author"
|
2501 |
+
msgstr "投稿者"
|
2502 |
+
|
2503 |
+
#: classes/display-conditions.php:97
|
2504 |
+
msgid "content age"
|
2505 |
+
msgstr "コンテンツの生存期間"
|
2506 |
+
|
2507 |
+
#: classes/display-conditions.php:98
|
2508 |
+
msgid "Display ads based on age of the page."
|
2509 |
+
msgstr "ページの年齢に基づいて広告を表示します。"
|
2510 |
+
|
2511 |
+
#: classes/display-conditions.php:120
|
2512 |
+
#, php-format
|
2513 |
+
msgid "archive: %s"
|
2514 |
+
msgstr "アーカイブ: %s"
|
2515 |
+
|
2516 |
+
#: classes/display-conditions.php:213 classes/display-conditions.php:266
|
2517 |
+
#: classes/display-conditions.php:321 classes/display-conditions.php:395
|
2518 |
+
#: classes/visitor-conditions.php:126
|
2519 |
+
msgid "is"
|
2520 |
+
msgstr "一致"
|
2521 |
+
|
2522 |
+
#: classes/display-conditions.php:214 classes/display-conditions.php:267
|
2523 |
+
#: classes/display-conditions.php:322 classes/display-conditions.php:396
|
2524 |
+
#: classes/visitor-conditions.php:127
|
2525 |
+
msgid "is not"
|
2526 |
+
msgstr "一致しない"
|
2527 |
+
|
2528 |
+
#: classes/display-conditions.php:237 classes/display-conditions.php:282
|
2529 |
+
#: classes/display-conditions.php:370
|
2530 |
+
msgctxt "Error message shown when no display condition term is selected"
|
2531 |
+
msgid "Please select some items."
|
2532 |
+
msgstr "いくつかの項目を選択してください"
|
2533 |
+
|
2534 |
+
#: classes/display-conditions.php:283
|
2535 |
+
#, php-format
|
2536 |
+
msgid ""
|
2537 |
+
"Only %d elements are displayed above. Use the <code>advanced-ads-admin-max-"
|
2538 |
+
"terms</code> filter to change this limit according to <a href=\"%s\" target="
|
2539 |
+
"\"_blank\">this page</a>."
|
2540 |
+
msgstr ""
|
2541 |
+
"上記は、%d 要素のみが表示されます。使用、 <code>advanced-ads-admin-max-"
|
2542 |
+
"terms</code> <a href=\"%s\" target=\"_blank\">このページ</a>によるとこの制限"
|
2543 |
+
"を変更するフィルター。"
|
2544 |
+
|
2545 |
+
#: classes/display-conditions.php:361
|
2546 |
+
msgctxt "display the terms search field on ad edit page"
|
2547 |
+
msgid "add more terms"
|
2548 |
+
msgstr "用語を追加します。"
|
2549 |
+
|
2550 |
+
#: classes/display-conditions.php:363
|
2551 |
+
msgid "term name or id"
|
2552 |
+
msgstr "項名またはID"
|
2553 |
+
|
2554 |
+
#: classes/display-conditions.php:424
|
2555 |
+
msgid "title or id"
|
2556 |
+
msgstr "タイトルまたは id"
|
2557 |
+
|
2558 |
+
#: classes/display-conditions.php:469 includes/array_ad_conditions.php:63
|
2559 |
+
msgid "Home Page"
|
2560 |
+
msgstr "ホームページ"
|
2561 |
+
|
2562 |
+
#: classes/display-conditions.php:470 includes/array_ad_conditions.php:64
|
2563 |
+
msgid "show on Home page"
|
2564 |
+
msgstr "ホーム ページに表示します。"
|
2565 |
+
|
2566 |
+
#: classes/display-conditions.php:474 includes/array_ad_conditions.php:68
|
2567 |
+
msgid "Singular Pages"
|
2568 |
+
msgstr "単一ページ"
|
2569 |
+
|
2570 |
+
#: classes/display-conditions.php:475 includes/array_ad_conditions.php:69
|
2571 |
+
msgid "show on singular pages/posts"
|
2572 |
+
msgstr "単数ページ/投稿を表示します。"
|
2573 |
+
|
2574 |
+
#: classes/display-conditions.php:479 includes/array_ad_conditions.php:73
|
2575 |
+
msgid "Archive Pages"
|
2576 |
+
msgstr "アーカイブページ"
|
2577 |
+
|
2578 |
+
#: classes/display-conditions.php:480 includes/array_ad_conditions.php:74
|
2579 |
+
msgid "show on any type of archive page (category, tag, author and date)"
|
2580 |
+
msgstr ""
|
2581 |
+
"あらゆる種類のアーカイブ ページ (カテゴリ、タグ、作成者、日付) の地図します。"
|
2582 |
+
|
2583 |
+
#: classes/display-conditions.php:484 includes/array_ad_conditions.php:78
|
2584 |
+
msgid "Search Results"
|
2585 |
+
msgstr "検索結果"
|
2586 |
+
|
2587 |
+
#: classes/display-conditions.php:485 includes/array_ad_conditions.php:79
|
2588 |
+
msgid "show on search result pages"
|
2589 |
+
msgstr "検索結果ページに表示します。"
|
2590 |
+
|
2591 |
+
#: classes/display-conditions.php:489 includes/array_ad_conditions.php:83
|
2592 |
+
msgid "404 Page"
|
2593 |
+
msgstr "404ページ"
|
2594 |
+
|
2595 |
+
#: classes/display-conditions.php:490 includes/array_ad_conditions.php:84
|
2596 |
+
msgid "show on 404 error page"
|
2597 |
+
msgstr "404 エラーのページに表示します。"
|
2598 |
+
|
2599 |
+
#: classes/display-conditions.php:494 includes/array_ad_conditions.php:88
|
2600 |
+
msgid "Attachment Pages"
|
2601 |
+
msgstr "添付ファイルページ"
|
2602 |
+
|
2603 |
+
#: classes/display-conditions.php:495 includes/array_ad_conditions.php:89
|
2604 |
+
msgid "show on attachment pages"
|
2605 |
+
msgstr "添付ファイルのページを表示します。"
|
2606 |
+
|
2607 |
+
#: classes/display-conditions.php:499 includes/array_ad_conditions.php:93
|
2608 |
+
msgid "Secondary Queries"
|
2609 |
+
msgstr "セカンダリのクエリ"
|
2610 |
+
|
2611 |
+
#: classes/display-conditions.php:500 includes/array_ad_conditions.php:94
|
2612 |
+
msgid "allow ads in secondary queries"
|
2613 |
+
msgstr "セカンダリ クエリで広告を許可します。"
|
2614 |
+
|
2615 |
+
#: classes/display-conditions.php:504
|
2616 |
+
msgid "Feed"
|
2617 |
+
msgstr "フィード"
|
2618 |
+
|
2619 |
+
#: classes/display-conditions.php:505
|
2620 |
+
msgid "allow ads in Feed"
|
2621 |
+
msgstr "フィードの広告を許可します。"
|
2622 |
+
|
2623 |
+
#: classes/display-conditions.php:533
|
2624 |
+
msgid "older than"
|
2625 |
+
msgstr "より古く"
|
2626 |
+
|
2627 |
+
#: classes/display-conditions.php:534
|
2628 |
+
msgid "younger than"
|
2629 |
+
msgstr "より新しい"
|
2630 |
+
|
2631 |
+
#: classes/display-conditions.php:535
|
2632 |
+
msgid "days"
|
2633 |
+
msgstr "日間"
|
2634 |
+
|
2635 |
+
#: classes/filesystem.php:61
|
2636 |
+
msgid "Could not access filesystem."
|
2637 |
+
msgstr "ファイルシステムにアクセスできませんでした。"
|
2638 |
+
|
2639 |
+
#: classes/filesystem.php:65
|
2640 |
+
msgid "Filesystem error."
|
2641 |
+
msgstr "ファイルシステムにエラー"
|
2642 |
+
|
2643 |
+
#: classes/filesystem.php:72
|
2644 |
+
msgid "Unable to locate WordPress root directory."
|
2645 |
+
msgstr "ワードプレスのルート ディレクトリが見つかりません。"
|
2646 |
+
|
2647 |
+
#: classes/filesystem.php:76
|
2648 |
+
msgid "Unable to locate WordPress content directory (wp-content)."
|
2649 |
+
msgstr ""
|
2650 |
+
"ワードプレスのコンテンツのディレクトリ (wp-コンテンツ) が見つかりません。"
|
2651 |
+
|
2652 |
+
#: classes/filesystem.php:80
|
2653 |
+
#, php-format
|
2654 |
+
msgid "Unable to locate needed folder (%s)."
|
2655 |
+
msgstr "必要なフォルダー (%s) が見つかりません。"
|
2656 |
+
|
2657 |
+
#: classes/frontend_checks.php:40
|
2658 |
+
msgid "Ad Health"
|
2659 |
+
msgstr "広告の状態"
|
2660 |
+
|
2661 |
+
#: classes/frontend_checks.php:48
|
2662 |
+
msgid "jQuery not in header"
|
2663 |
+
msgstr "ヘッダーにjQueryのではない"
|
2664 |
+
|
2665 |
+
#: classes/frontend_checks.php:61
|
2666 |
+
msgid "Random AdSense ads"
|
2667 |
+
msgstr "ランダムの AdSense 広告"
|
2668 |
+
|
2669 |
+
#: classes/frontend_checks.php:74
|
2670 |
+
msgid "Ad blocker enabled"
|
2671 |
+
msgstr "広告ブロッカーが有効になっている"
|
2672 |
+
|
2673 |
+
#: classes/frontend_checks.php:88
|
2674 |
+
#, php-format
|
2675 |
+
msgid "<em>%s</em> filter does not exist"
|
2676 |
+
msgstr "<em>%s</em>フィルタは存在しません。"
|
2677 |
+
|
2678 |
+
#: classes/frontend_checks.php:105
|
2679 |
+
msgid "Ads are disabled on this page"
|
2680 |
+
msgstr "広告はこのページで無効になっています"
|
2681 |
+
|
2682 |
+
#: classes/frontend_checks.php:119
|
2683 |
+
msgid "Ads are disabled in the content of this page"
|
2684 |
+
msgstr "広告はこのページの内容で無効にされています"
|
2685 |
+
|
2686 |
+
#: classes/frontend_checks.php:132
|
2687 |
+
msgid "the current post ID is 0 "
|
2688 |
+
msgstr "現在のポストIDが0であります"
|
2689 |
+
|
2690 |
+
#: classes/frontend_checks.php:147
|
2691 |
+
msgid "Ads are disabled on 404 pages"
|
2692 |
+
msgstr "広告は404ページで無効になっています"
|
2693 |
+
|
2694 |
+
#: classes/frontend_checks.php:161
|
2695 |
+
msgid "Ads are disabled on non singular pages"
|
2696 |
+
msgstr "広告を非単数ページ上で無効にされています"
|
2697 |
+
|
2698 |
+
#: classes/frontend_checks.php:175
|
2699 |
+
#: modules/import-export/classes/XmlEncoder.php:61
|
2700 |
+
#: modules/import-export/classes/XmlEncoder.php:64
|
2701 |
+
#: modules/import-export/classes/XmlEncoder.php:193
|
2702 |
+
#: modules/import-export/classes/XmlEncoder.php:196
|
2703 |
+
#, php-format
|
2704 |
+
msgid "The %s extension(s) is not loaded"
|
2705 |
+
msgstr "%s 拡張子が読み込まれていません"
|
2706 |
+
|
2707 |
+
#: classes/frontend_checks.php:191
|
2708 |
+
msgid "Everything is fine"
|
2709 |
+
msgstr "すべて順調"
|
2710 |
+
|
2711 |
+
#: classes/frontend_checks.php:202
|
2712 |
+
msgid "debug DFP ads"
|
2713 |
+
msgstr "DFP広告デバッグ"
|
2714 |
+
|
2715 |
+
#: classes/frontend_checks.php:213
|
2716 |
+
msgid "highlight ads"
|
2717 |
+
msgstr "ハイライト広告"
|
2718 |
+
|
2719 |
+
#: classes/frontend_checks.php:315
|
2720 |
+
#, php-format
|
2721 |
+
msgid ""
|
2722 |
+
"This ads was automatically placed here by AdSense. <a href=\"%s\" target="
|
2723 |
+
"\"_blank\" style=\"color:#fff;border-color:#fff;\">Click here to learn more</"
|
2724 |
+
"a>."
|
2725 |
+
msgstr ""
|
2726 |
+
"この広告が、アドセンスで自動的に配置されますここ。して<a href=\"%s\" target="
|
2727 |
+
"\"_blank\" style=\"color:#fff;border-color:#fff;\">詳細については、ここをク"
|
2728 |
+
"リック</a>します。"
|
2729 |
+
|
2730 |
+
#: classes/visitor-conditions.php:32
|
2731 |
+
msgid "device"
|
2732 |
+
msgstr "デバイス"
|
2733 |
+
|
2734 |
+
#: classes/visitor-conditions.php:33
|
2735 |
+
msgid "Display ads only on mobile devices or hide them."
|
2736 |
+
msgstr "モバイル デバイス上でのみ広告を表示または非表示にします。"
|
2737 |
+
|
2738 |
+
#: classes/visitor-conditions.php:39
|
2739 |
+
msgid "logged in visitor"
|
2740 |
+
msgstr "訪問者をログイン"
|
2741 |
+
|
2742 |
+
#: classes/visitor-conditions.php:40
|
2743 |
+
msgid "Whether the visitor has to be logged in or not in order to see the ads."
|
2744 |
+
msgstr "訪問者がログインする、または広告を見るためにかどうか。"
|
2745 |
+
|
2746 |
+
#: classes/visitor-conditions.php:86
|
2747 |
+
msgid "Mobile (including tablets)"
|
2748 |
+
msgstr "モバイル(タブレットを含みます)"
|
2749 |
+
|
2750 |
+
#: classes/visitor-conditions.php:87
|
2751 |
+
msgid "Desktop"
|
2752 |
+
msgstr "デスクトップ"
|
2753 |
+
|
2754 |
+
#: classes/visitor-conditions.php:92 classes/visitor-conditions.php:132
|
2755 |
+
msgid "Manual and Troubleshooting"
|
2756 |
+
msgstr "マニュアルおよびトラブルシューティング"
|
2757 |
+
|
2758 |
+
#: classes/visitor-conditions.php:98
|
2759 |
+
#, php-format
|
2760 |
+
msgid ""
|
2761 |
+
"Display ads by the available space on the device or target tablets with the "
|
2762 |
+
"<a href=\"%s\" target=\"_blank\">Responsive add-on</a>"
|
2763 |
+
msgstr ""
|
2764 |
+
"持つデバイスまたはターゲットタブレット上で利用可能なスペースでディスプレイ広"
|
2765 |
+
"告<a href=\"%s\" target=\"_blank\">応答アドオン</a>"
|
2766 |
+
|
2767 |
+
#: classes/visitor-conditions.php:161
|
2768 |
+
msgid "equal"
|
2769 |
+
msgstr "等しい"
|
2770 |
+
|
2771 |
+
#: classes/visitor-conditions.php:162
|
2772 |
+
msgid "equal or higher"
|
2773 |
+
msgstr "同等以上"
|
2774 |
+
|
2775 |
+
#: classes/visitor-conditions.php:163
|
2776 |
+
msgid "equal or lower"
|
2777 |
+
msgstr "同じ、または低い"
|
2778 |
+
|
2779 |
+
#: classes/visitor-conditions.php:194
|
2780 |
+
msgid "contains"
|
2781 |
+
msgstr "含まれています"
|
2782 |
+
|
2783 |
+
#: classes/visitor-conditions.php:195
|
2784 |
+
msgid "starts with"
|
2785 |
+
msgstr "開始する"
|
2786 |
+
|
2787 |
+
#: classes/visitor-conditions.php:196
|
2788 |
+
msgid "ends with"
|
2789 |
+
msgstr "終了する"
|
2790 |
+
|
2791 |
+
#: classes/visitor-conditions.php:197
|
2792 |
+
msgid "matches"
|
2793 |
+
msgstr "一致"
|
2794 |
+
|
2795 |
+
#: classes/visitor-conditions.php:198
|
2796 |
+
msgid "matches regex"
|
2797 |
+
msgstr "正規表現に一致"
|
2798 |
+
|
2799 |
+
#: classes/visitor-conditions.php:199
|
2800 |
+
msgid "does not contain"
|
2801 |
+
msgstr "含まれていません"
|
2802 |
+
|
2803 |
+
#: classes/visitor-conditions.php:200
|
2804 |
+
msgid "does not start with"
|
2805 |
+
msgstr "下記より始まらない"
|
2806 |
+
|
2807 |
+
#: classes/visitor-conditions.php:201
|
2808 |
+
msgid "does not end with"
|
2809 |
+
msgstr "以下で終わらない"
|
2810 |
+
|
2811 |
+
#: classes/visitor-conditions.php:202
|
2812 |
+
msgid "does not match"
|
2813 |
+
msgstr "不一致"
|
2814 |
+
|
2815 |
+
#: classes/visitor-conditions.php:203
|
2816 |
+
msgid "does not match regex"
|
2817 |
+
msgstr "正規表現パターンに一致しません"
|
2818 |
+
|
2819 |
+
#: classes/widget.php:22
|
2820 |
+
msgid "Display Ads and Ad Groups."
|
2821 |
+
msgstr "広告や広告グループを表示します。"
|
2822 |
+
|
2823 |
+
#: classes/widget.php:61
|
2824 |
+
msgid "Title:"
|
2825 |
+
msgstr "タイトル:"
|
2826 |
+
|
2827 |
+
#: includes/array_ad_conditions.php:39
|
2828 |
+
msgid "Post Types"
|
2829 |
+
msgstr "投稿タイプ"
|
2830 |
+
|
2831 |
+
#: includes/array_ad_conditions.php:45
|
2832 |
+
msgid "Categories, Tags and Taxonomies"
|
2833 |
+
msgstr "カテゴリ、タグと分類"
|
2834 |
+
|
2835 |
+
#: includes/array_ad_conditions.php:46
|
2836 |
+
msgid ""
|
2837 |
+
"Choose terms from public category, tag and other taxonomies a post must "
|
2838 |
+
"belong to in order to have ads."
|
2839 |
+
msgstr ""
|
2840 |
+
"公開カテゴリ、タグおよびポストは広告があるために属さなければならない他の分類"
|
2841 |
+
"から用語を選択します。"
|
2842 |
+
|
2843 |
+
#: includes/array_ad_conditions.php:51
|
2844 |
+
msgid "Category Archives"
|
2845 |
+
msgstr "カテゴリーアーカイブ"
|
2846 |
+
|
2847 |
+
#: includes/array_ad_conditions.php:52
|
2848 |
+
msgid "comma seperated IDs of category archives"
|
2849 |
+
msgstr "コンマ区切り Id カテゴリをアーカイブします。"
|
2850 |
+
|
2851 |
+
#: includes/array_ad_conditions.php:57
|
2852 |
+
msgid "Individual Posts, Pages and Public Post Types"
|
2853 |
+
msgstr "個々 の投稿、ページおよびパブリック ポスト タイプ"
|
2854 |
+
|
2855 |
+
#: modules/ad-blocker/admin/admin.php:96
|
2856 |
+
msgid "Ad blocker fix"
|
2857 |
+
msgstr "広告ブロッカーの修正"
|
2858 |
+
|
2859 |
+
#: modules/ad-blocker/admin/admin.php:150
|
2860 |
+
msgid "Unable to connect to the filesystem. Please confirm your credentials."
|
2861 |
+
msgstr ""
|
2862 |
+
"ファイルシステムに接続することができません。あなたの資格情報をご確認くださ"
|
2863 |
+
"い。"
|
2864 |
+
|
2865 |
+
#: modules/ad-blocker/admin/admin.php:162
|
2866 |
+
msgid "The asset folder was rebuilt successfully"
|
2867 |
+
msgstr "asset フォルダーが正常に再構築されました。"
|
2868 |
+
|
2869 |
+
#: modules/ad-blocker/admin/admin.php:223
|
2870 |
+
msgid "There is no writable upload folder"
|
2871 |
+
msgstr "書き込み可能なアップロード先のフォルダーがないです。"
|
2872 |
+
|
2873 |
+
#: modules/ad-blocker/admin/admin.php:252
|
2874 |
+
#, php-format
|
2875 |
+
msgid "Unable to rename \"%s\" directory"
|
2876 |
+
msgstr "ディレクトリ\"%s\"の名前を変更できません。"
|
2877 |
+
|
2878 |
+
#: modules/ad-blocker/admin/admin.php:268
|
2879 |
+
#: modules/ad-blocker/admin/admin.php:281
|
2880 |
+
#: modules/ad-blocker/admin/admin.php:298
|
2881 |
+
#, php-format
|
2882 |
+
msgid "Unable to copy assets to the \"%s\" directory"
|
2883 |
+
msgstr "アセットを\"%s\"ディレクトリにコピーできません。"
|
2884 |
+
|
2885 |
+
#: modules/ad-blocker/admin/admin.php:331
|
2886 |
+
#: modules/ad-blocker/admin/admin.php:351
|
2887 |
+
#, php-format
|
2888 |
+
msgid "We do not have direct write access to the \"%s\" directory"
|
2889 |
+
msgstr "\"%s\"のディレクトリに直接アクセスしていません。"
|
2890 |
+
|
2891 |
+
#: modules/ad-blocker/admin/admin.php:417
|
2892 |
+
#, php-format
|
2893 |
+
msgid ""
|
2894 |
+
"Unable to create \"%s\" directory. Is its parent directory writable by the "
|
2895 |
+
"server?"
|
2896 |
+
msgstr ""
|
2897 |
+
"ディレクトリ %s を作成できませんでした。この親ディレクトリはサーバーによる書"
|
2898 |
+
"き込みを許可していますか ?"
|
2899 |
+
|
2900 |
+
#: modules/ad-blocker/admin/admin.php:428
|
2901 |
+
#, php-format
|
2902 |
+
msgid "Unable to copy files to %s"
|
2903 |
+
msgstr "ファイルを %s にコピーできません。"
|
2904 |
+
|
2905 |
+
#: modules/ad-blocker/admin/views/rebuild_form.php:1
|
2906 |
+
msgid "Ad blocker file folder"
|
2907 |
+
msgstr "広告ブロッカー ファイル フォルダー"
|
2908 |
+
|
2909 |
+
#: modules/ad-blocker/admin/views/rebuild_form.php:10
|
2910 |
+
msgid "Upload folder is not writable"
|
2911 |
+
msgstr "アップロード先のフォルダーが書き込み可能ではありません。"
|
2912 |
+
|
2913 |
+
#: modules/ad-blocker/admin/views/rebuild_form.php:23
|
2914 |
+
msgid "Asset path"
|
2915 |
+
msgstr "アセットパス"
|
2916 |
+
|
2917 |
+
#: modules/ad-blocker/admin/views/rebuild_form.php:27
|
2918 |
+
msgid "Asset URL"
|
2919 |
+
msgstr "アセット URL"
|
2920 |
+
|
2921 |
+
#: modules/ad-blocker/admin/views/rebuild_form.php:31
|
2922 |
+
msgid "Rename assets"
|
2923 |
+
msgstr "アセットの名称変更"
|
2924 |
+
|
2925 |
+
#: modules/ad-blocker/admin/views/rebuild_form.php:34
|
2926 |
+
msgid "Check if you want to change the names of the assets"
|
2927 |
+
msgstr "アセットの名前を変更するかどうかはチェックしてください。"
|
2928 |
+
|
2929 |
+
#: modules/ad-blocker/admin/views/rebuild_form.php:43
|
2930 |
+
#, php-format
|
2931 |
+
msgid ""
|
2932 |
+
"Please, rebuild the asset folder. All assets will be located in <strong>%s</"
|
2933 |
+
"strong>"
|
2934 |
+
msgstr ""
|
2935 |
+
"アセットフォルダーを再構築してください。すべてのアセットを<strong>%s</strong>"
|
2936 |
+
"に配置されます。"
|
2937 |
+
|
2938 |
+
#: modules/ad-blocker/admin/views/rebuild_form.php:46
|
2939 |
+
msgid "Rebuild asset folder"
|
2940 |
+
msgstr "アセットフォルダーを再構築します。"
|
2941 |
+
|
2942 |
+
#: modules/ad-blocker/admin/views/setting-use-adblocker.php:4
|
2943 |
+
msgid ""
|
2944 |
+
"The ad block disguise can only be set by the super admin on the main site in "
|
2945 |
+
"the network."
|
2946 |
+
msgstr ""
|
2947 |
+
"広告ブロックの変装は、ネットワークの主なサイトのスーパー管理者によってのみ設"
|
2948 |
+
"定できます。"
|
2949 |
+
|
2950 |
+
#: modules/ad-blocker/admin/views/setting-use-adblocker.php:6
|
2951 |
+
msgid ""
|
2952 |
+
"Prevents ad block software from breaking your website when blocking asset "
|
2953 |
+
"files (.js, .css)."
|
2954 |
+
msgstr ""
|
2955 |
+
"広告ブロック ソフトウェアが資産に (.js や .css) ファイルをブロックするときに"
|
2956 |
+
"あなたのウェブサイトを破壊するを防ぎます。"
|
2957 |
+
|
2958 |
+
#: modules/gadsense/admin/admin.php:27
|
2959 |
+
#: modules/gadsense/admin/views/adsense-ad-parameters.php:59
|
2960 |
+
msgid "Responsive"
|
2961 |
+
msgstr "レスポンシブ"
|
2962 |
+
|
2963 |
+
#: modules/gadsense/admin/admin.php:45
|
2964 |
+
msgid "The ad details couldn't be retrieved from the ad code"
|
2965 |
+
msgstr "広告コードから広告の詳細を取得できませんでした。"
|
2966 |
+
|
2967 |
+
#: modules/gadsense/admin/admin.php:46
|
2968 |
+
msgid ""
|
2969 |
+
"Warning : The AdSense account from this code does not match the one set with "
|
2970 |
+
"the Advanced Ads Plugin. This ad might cause troubles when used in the front "
|
2971 |
+
"end."
|
2972 |
+
msgstr ""
|
2973 |
+
"警告: このコードから AdSense アカウントは、高度な広告のプラグインの 1 つの"
|
2974 |
+
"セットを一致しません。この広告は、フロント エンドで使用する場合の問題を可能性"
|
2975 |
+
"があります。"
|
2976 |
+
|
2977 |
+
#: modules/gadsense/admin/admin.php:124 modules/gadsense/admin/admin.php:260
|
2978 |
+
msgid "AdSense"
|
2979 |
+
msgstr "Google AdSense"
|
2980 |
+
|
2981 |
+
#: modules/gadsense/admin/admin.php:132
|
2982 |
+
msgid "AdSense ID"
|
2983 |
+
msgstr "アドセンス ID"
|
2984 |
+
|
2985 |
+
#: modules/gadsense/admin/admin.php:141
|
2986 |
+
msgid "Limit to 3 ads"
|
2987 |
+
msgstr "3つの広告に制限する"
|
2988 |
+
|
2989 |
+
#: modules/gadsense/admin/admin.php:150
|
2990 |
+
msgid "Activate Page-Level ads"
|
2991 |
+
msgstr "ページレベルで広告をアクティブにする"
|
2992 |
+
|
2993 |
+
#: modules/gadsense/admin/admin.php:170
|
2994 |
+
#, php-format
|
2995 |
+
msgid ""
|
2996 |
+
"Please enter your Publisher ID in order to use AdSense on your page. See the "
|
2997 |
+
"<a href=\"%s\" target=\"_blank\">manual</a> for more information."
|
2998 |
+
msgstr ""
|
2999 |
+
"あなたのページに AdSense を使用するためにサイト運営者 ID を入力してください。"
|
3000 |
+
"<a href=\"%s\" target=\"_blank\">マニュアル</a>の詳細を参照してください。"
|
3001 |
+
|
3002 |
+
#: modules/gadsense/admin/admin.php:184
|
3003 |
+
msgid "Your AdSense Publisher ID <em>(pub-xxxxxxxxxxxxxx)</em>"
|
3004 |
+
msgstr "AdSense サイト運営者 ID <em>(pub-xxxxxxxxxxxxxx)</em>"
|
3005 |
+
|
3006 |
+
#: modules/gadsense/admin/admin.php:196
|
3007 |
+
#, php-format
|
3008 |
+
msgid "Limit to %d AdSense ads"
|
3009 |
+
msgstr "%d 個のAdSense広告に制限します。"
|
3010 |
+
|
3011 |
+
#: modules/gadsense/admin/admin.php:200
|
3012 |
+
msgid ""
|
3013 |
+
"There is no explicit limit for AdSense ads anymore, but you can still use "
|
3014 |
+
"this setting to prevent too many AdSense ads to show accidentally on your "
|
3015 |
+
"site."
|
3016 |
+
msgstr ""
|
3017 |
+
"AdSense広告には明示的な制限はありませんが、あまりにも多くのAdSense広告があな"
|
3018 |
+
"たのサイトに誤って表示されないようにこの設定を使用することはできます。"
|
3019 |
+
|
3020 |
+
#: modules/gadsense/admin/admin.php:204
|
3021 |
+
msgid ""
|
3022 |
+
"Due to technical restrictions, the limit does not work on placements with "
|
3023 |
+
"cache-busting enabled."
|
3024 |
+
msgstr ""
|
3025 |
+
"技術的な制限のため、キャッシュの破棄が有効になっているプレースメントでは制限"
|
3026 |
+
"が適用されません。"
|
3027 |
+
|
3028 |
+
#: modules/gadsense/admin/admin.php:218
|
3029 |
+
msgid "Insert Page-Level ads code on all pages."
|
3030 |
+
msgstr "すべてのページにページレベルの広告コードを挿入します。"
|
3031 |
+
|
3032 |
+
#: modules/gadsense/admin/admin.php:219
|
3033 |
+
msgid ""
|
3034 |
+
"You still need to enable Page-Level ads in your AdSense account. See <a href="
|
3035 |
+
"\"https://support.google.com/adsense/answer/6245304\" target=\"_blank"
|
3036 |
+
"\">AdSense Help</a> (requires AdSense-login) for more information."
|
3037 |
+
msgstr ""
|
3038 |
+
"AdSenseアカウントでページレベル広告を有効にする必要があります。 詳細について"
|
3039 |
+
"は、<a href=\"https://support.google.com/adsense/answer/6245304\" target="
|
3040 |
+
"\"_blank\"> AdSenseヘルプ</a>(AdSenseログインが必要)をご覧ください。"
|
3041 |
+
|
3042 |
+
#: modules/gadsense/admin/admin.php:220
|
3043 |
+
#, php-format
|
3044 |
+
msgid ""
|
3045 |
+
"Please notice that this code might also activate QuickStart ads. Please read "
|
3046 |
+
"<a href=\"%s\" target=\"_blank\">this article</a> if <strong>ads appear in "
|
3047 |
+
"random places</strong>."
|
3048 |
+
msgstr ""
|
3049 |
+
"このコードはクイックスタート広告を有効にする場合があります。 <strong>広告がラ"
|
3050 |
+
"ンダムな場所に表示されている場合は<a href=\"%s\" target=\"_blank\">この記事</"
|
3051 |
+
"a>をご覧ください。</ strong>"
|
3052 |
+
|
3053 |
+
#: modules/gadsense/admin/admin.php:238
|
3054 |
+
#: modules/gadsense/includes/class-ad-type-adsense.php:73
|
3055 |
+
msgid "The Publisher ID has an incorrect format. (must start with \"pub-\")"
|
3056 |
+
msgstr ""
|
3057 |
+
"パブリッシャーIDの形式が正しくありません。(「pub-」で始まる必要があります)"
|
3058 |
+
|
3059 |
+
#: modules/gadsense/admin/admin.php:312
|
3060 |
+
#, php-format
|
3061 |
+
msgid ""
|
3062 |
+
"Responsive AdSense ads don’t work reliably with <em>Position</em> set to "
|
3063 |
+
"left or right. Either switch the <em>Type</em> to \"normal\" or follow <a "
|
3064 |
+
"href=\"%s\" target=\"_blank\">this tutorial</a> if you want the ad to be "
|
3065 |
+
"wrapped in text."
|
3066 |
+
msgstr ""
|
3067 |
+
"レスポンシブなAdSense広告は、<em> 配置</em>を左または右に設定すると確実に動作"
|
3068 |
+
"しません。 テキストを行内に納めるには、<em>タイプ</em>を「通常」に変更する"
|
3069 |
+
"か、<a href=\"%s\" target=\"_blank\">このチュートリアル</a>に従ってください。"
|
3070 |
+
|
3071 |
+
#: modules/gadsense/admin/views/adsense-ad-parameters.php:24
|
3072 |
+
msgid ""
|
3073 |
+
"Copy the ad code from your AdSense account, paste it into the area below and "
|
3074 |
+
"click on <em>Get details</em>."
|
3075 |
+
msgstr ""
|
3076 |
+
"AdSenseアカウントの広告コードをコピーして下のエリアに貼り付け、<em>詳細を取得"
|
3077 |
+
"</em>をクリックします。"
|
3078 |
+
|
3079 |
+
#: modules/gadsense/admin/views/adsense-ad-parameters.php:26
|
3080 |
+
msgid "Get details"
|
3081 |
+
msgstr "詳細を読む"
|
3082 |
+
|
3083 |
+
#: modules/gadsense/admin/views/adsense-ad-parameters.php:30
|
3084 |
+
msgid "Insert new AdSense code"
|
3085 |
+
msgstr "新しい AdSense コードを挿入します。"
|
3086 |
+
|
3087 |
+
#: modules/gadsense/admin/views/adsense-ad-parameters.php:35
|
3088 |
+
msgid "Ad Slot ID"
|
3089 |
+
msgstr "広告スロット ID"
|
3090 |
+
|
3091 |
+
#: modules/gadsense/admin/views/adsense-ad-parameters.php:40
|
3092 |
+
#, php-format
|
3093 |
+
msgid "Publisher ID: %s"
|
3094 |
+
msgstr "パブリッシャー ID: %s"
|
3095 |
+
|
3096 |
+
#: modules/gadsense/admin/views/adsense-ad-parameters.php:52
|
3097 |
+
#, php-format
|
3098 |
+
msgid "Please <a href=\"%s\" target=\"_blank\">change it here</a>."
|
3099 |
+
msgstr "<a href=\"%s\" target=\"_blank\">ここでそれを変更</a>してください。"
|
3100 |
+
|
3101 |
+
#: modules/gadsense/admin/views/adsense-ad-parameters.php:58
|
3102 |
+
msgid "Normal"
|
3103 |
+
msgstr "標準"
|
3104 |
+
|
3105 |
+
#: modules/gadsense/admin/views/adsense-ad-parameters.php:60
|
3106 |
+
msgid "Responsive (Matched Content)"
|
3107 |
+
msgstr "レスポンシブ(一致したコンテンツ)"
|
3108 |
+
|
3109 |
+
#: modules/gadsense/admin/views/adsense-ad-parameters.php:61
|
3110 |
+
msgid "Link ads"
|
3111 |
+
msgstr "広告リンク"
|
3112 |
+
|
3113 |
+
#: modules/gadsense/admin/views/adsense-ad-parameters.php:62
|
3114 |
+
msgid "Link ads (Responsive)"
|
3115 |
+
msgstr "広告リンク (レスポンシブ)"
|
3116 |
+
|
3117 |
+
#: modules/gadsense/admin/views/adsense-ad-parameters.php:63
|
3118 |
+
msgid "InArticle"
|
3119 |
+
msgstr "記事内広告"
|
3120 |
+
|
3121 |
+
#: modules/gadsense/admin/views/adsense-ad-parameters.php:64
|
3122 |
+
msgid "InFeed"
|
3123 |
+
msgstr "記事一覧内差し込み広告"
|
3124 |
+
|
3125 |
+
#: modules/gadsense/admin/views/adsense-ad-parameters.php:70
|
3126 |
+
#, php-format
|
3127 |
+
msgid ""
|
3128 |
+
"Use the <a href=\"%s\" target=\"_blank\">Responsive add-on</a> in order to "
|
3129 |
+
"define the exact size for each browser width or choose between horizontal, "
|
3130 |
+
"vertical, or rectangle formats."
|
3131 |
+
msgstr ""
|
3132 |
+
"各ブラウザーの幅の正確なサイズを定義または、水平、垂直、または四角形の形式の"
|
3133 |
+
"間で選択するために<a href=\"%s\" target=\"_blank\">応答のアドオン</a>を使用し"
|
3134 |
+
"ます。"
|
3135 |
+
|
3136 |
+
#: modules/gadsense/admin/views/adsense-ad-parameters.php:73
|
3137 |
+
msgid "Resizing"
|
3138 |
+
msgstr "サイズ"
|
3139 |
+
|
3140 |
+
#: modules/gadsense/admin/views/adsense-ad-parameters.php:81
|
3141 |
+
msgid "Tutorial: How to place ads between posts?"
|
3142 |
+
msgstr "チュートリアル: 記事一覧で投稿と投稿の間に広告を配置する方法。"
|
3143 |
+
|
3144 |
+
#: modules/gadsense/admin/views/adsense-ad-parameters.php:82
|
3145 |
+
msgid "Layout"
|
3146 |
+
msgstr "レイアウト"
|
3147 |
+
|
3148 |
+
#: modules/gadsense/admin/views/adsense-ad-parameters.php:86
|
3149 |
+
msgid "Layout-Key"
|
3150 |
+
msgstr "レイアウト キー"
|
3151 |
+
|
3152 |
+
#: modules/gadsense/includes/class-ad-type-adsense.php:35
|
3153 |
+
msgid "AdSense ad"
|
3154 |
+
msgstr "アドセンス広告"
|
3155 |
+
|
3156 |
+
#: modules/gadsense/includes/class-ad-type-adsense.php:36
|
3157 |
+
msgid "Use ads from your Google AdSense account"
|
3158 |
+
msgstr "あなたの Google AdSense アカウントの広告を使用してください。"
|
3159 |
+
|
3160 |
+
#: modules/gadsense/includes/class-ad-type-adsense.php:108
|
3161 |
+
msgid "Your AdSense Publisher ID is missing."
|
3162 |
+
msgstr "サイト運営者 ID がありません。"
|
3163 |
+
|
3164 |
+
#: modules/gadsense/includes/class-gadsense-data.php:37
|
3165 |
+
msgid "Auto"
|
3166 |
+
msgstr "自動(Auto)"
|
3167 |
+
|
3168 |
+
#: modules/gadsense/main.php:19
|
3169 |
+
msgid " at "
|
3170 |
+
msgstr "の"
|
3171 |
+
|
3172 |
+
#: modules/import-export/classes/XmlEncoder.php:75
|
3173 |
+
msgctxt "import_export"
|
3174 |
+
msgid "The data must be an array"
|
3175 |
+
msgstr "データ配列でなければなりません"
|
3176 |
+
|
3177 |
+
#: modules/import-export/classes/XmlEncoder.php:103
|
3178 |
+
#, php-format
|
3179 |
+
msgctxt "import_export"
|
3180 |
+
msgid "The key %s is not valid"
|
3181 |
+
msgstr "キー %s が無効"
|
3182 |
+
|
3183 |
+
#: modules/import-export/classes/XmlEncoder.php:149
|
3184 |
+
#, php-format
|
3185 |
+
msgctxt "import_export"
|
3186 |
+
msgid "An unexpected value could not be serialized: %s"
|
3187 |
+
msgstr "予期しない値をシリアライズできませんでした: %s"
|
3188 |
+
|
3189 |
+
#: modules/import-export/classes/XmlEncoder.php:201
|
3190 |
+
msgctxt "import_export"
|
3191 |
+
msgid "Invalid XML data, it can not be empty"
|
3192 |
+
msgstr "それは空にできません無効な XML データ"
|
3193 |
+
|
3194 |
+
#: modules/import-export/classes/XmlEncoder.php:223
|
3195 |
+
#, php-format
|
3196 |
+
msgctxt "import_export"
|
3197 |
+
msgid "XML error: %s"
|
3198 |
+
msgstr "エラー: %s"
|
3199 |
+
|
3200 |
+
#: modules/import-export/classes/import.php:64
|
3201 |
+
msgid "Please enter XML content"
|
3202 |
+
msgstr "XML コンテンツを入力してください。"
|
3203 |
+
|
3204 |
+
#: modules/import-export/classes/import.php:145
|
3205 |
+
#: modules/import-export/classes/import.php:561
|
3206 |
+
#, php-format
|
3207 |
+
msgid "New attachment created <em>%s</em> %s"
|
3208 |
+
msgstr "<em>%s</em>の %s で新しい添付ファイル作成"
|
3209 |
+
|
3210 |
+
#: modules/import-export/classes/import.php:177
|
3211 |
+
#, php-format
|
3212 |
+
msgid "Failed to import <em>%s</em>"
|
3213 |
+
msgstr " <em>%s</em>のインポートに失敗しました。"
|
3214 |
+
|
3215 |
+
#: modules/import-export/classes/import.php:185
|
3216 |
+
#, php-format
|
3217 |
+
msgid "New ad created: <em>%s</em> %s"
|
3218 |
+
msgstr "新しい広告の作成: <em>%s</em> %s"
|
3219 |
+
|
3220 |
+
#: modules/import-export/classes/import.php:228
|
3221 |
+
#, php-format
|
3222 |
+
msgid "Assigned terms: <em>%s</em>, to post: <em>%s</em>"
|
3223 |
+
msgstr "条件を割り当てられます: <em>%s</em>、投稿する: <em>%s</em>"
|
3224 |
+
|
3225 |
+
#: modules/import-export/classes/import.php:290
|
3226 |
+
#, php-format
|
3227 |
+
msgid "New group created, id: <em>%s</em>, name: <em>%s</em>"
|
3228 |
+
msgstr "新しいグループの作成、id: <em>%s</em>名前: <em>%s</em>"
|
3229 |
+
|
3230 |
+
#: modules/import-export/classes/import.php:292
|
3231 |
+
#, php-format
|
3232 |
+
msgid "Failed to import taxonomy: <em>%s</em>, term: <em>%s</em>"
|
3233 |
+
msgstr "分類のインポートに失敗しました: <em>%s</em>用語: <em>%s</em>"
|
3234 |
+
|
3235 |
+
#: modules/import-export/classes/import.php:357
|
3236 |
+
#, php-format
|
3237 |
+
msgid "Placement <em>%s</em> created"
|
3238 |
+
msgstr "配置<em>%s</em>が作成されました"
|
3239 |
+
|
3240 |
+
#: modules/import-export/classes/import.php:472
|
3241 |
+
#, php-format
|
3242 |
+
msgid "Option was updated: <em>%s</em>"
|
3243 |
+
msgstr "オプションが更新されました: <em>%s</em>"
|
3244 |
+
|
3245 |
+
#: modules/import-export/classes/import.php:475
|
3246 |
+
#, php-format
|
3247 |
+
msgid "Option already exists: <em>%s</em>"
|
3248 |
+
msgstr "オプションは既に存在します: <em>%s</em>"
|
3249 |
+
|
3250 |
+
#: modules/import-export/classes/import.php:497
|
3251 |
+
#, php-format
|
3252 |
+
msgid "Failed to create import directory <em>%s</em>"
|
3253 |
+
msgstr "インポート ディレクトリ<em>%s</em>を作成できませんでした。"
|
3254 |
+
|
3255 |
+
#: modules/import-export/classes/import.php:502
|
3256 |
+
#, php-format
|
3257 |
+
msgid "Import directory is not writable: <em>%s</em>"
|
3258 |
+
msgstr "インポート ディレクトリが書き込み可能ではありません: <em>%s</em>"
|
3259 |
+
|
3260 |
+
#: modules/import-export/classes/import.php:510
|
3261 |
+
msgid ""
|
3262 |
+
"File is empty, uploads are disabled or post_max_size is smaller than "
|
3263 |
+
"upload_max_filesize in php.ini"
|
3264 |
+
msgstr ""
|
3265 |
+
"ファイルが空で、アップロードが無効になっているまたは post_max_size は php."
|
3266 |
+
"ini で upload_max_filesize よりも小さい"
|
3267 |
+
|
3268 |
+
#: modules/import-export/classes/import.php:520
|
3269 |
+
#, php-format
|
3270 |
+
msgid "Failed to upload file, error: <em>%s</em>"
|
3271 |
+
msgstr "エラー ファイルをアップロードに失敗しました: <em>%s</em>"
|
3272 |
+
|
3273 |
+
#: modules/import-export/classes/import.php:525
|
3274 |
+
msgid "File is empty."
|
3275 |
+
msgstr "ファイルパスが空です"
|
3276 |
+
|
3277 |
+
#: modules/import-export/classes/import.php:530
|
3278 |
+
#, php-format
|
3279 |
+
msgid ""
|
3280 |
+
"The file could not be created: <em>%s</em>. This is probably a permissions "
|
3281 |
+
"problem"
|
3282 |
+
msgstr ""
|
3283 |
+
"ファイルを作成できませんでした: <em>%s</em>。これはおそらく、アクセス許可の問"
|
3284 |
+
"題"
|
3285 |
+
|
3286 |
+
#: modules/import-export/classes/import.php:603
|
3287 |
+
#, php-format
|
3288 |
+
msgid "Invalid filetype <em>%s</em>"
|
3289 |
+
msgstr "<em>%s</em> は無効なファイルタイプ"
|
3290 |
+
|
3291 |
+
#: modules/import-export/classes/import.php:608
|
3292 |
+
#: modules/import-export/classes/import.php:615
|
3293 |
+
#: modules/import-export/classes/import.php:623
|
3294 |
+
#: modules/import-export/classes/import.php:638
|
3295 |
+
#, php-format
|
3296 |
+
msgid "Error getting remote image <em>%s</em>"
|
3297 |
+
msgstr "リモート イメージ<em>%s</em>を取得中のエラー"
|
3298 |
+
|
3299 |
+
#: modules/import-export/classes/import.php:632
|
3300 |
+
#, php-format
|
3301 |
+
msgid "Zero size file downloaded <em>%s</em>"
|
3302 |
+
msgstr "<em>%s</em> はゼロサイズのファイルがダウンロード"
|
3303 |
+
|
3304 |
+
#: modules/import-export/views/page.php:16
|
3305 |
+
msgid "Export"
|
3306 |
+
msgstr "エクスポート"
|
3307 |
+
|
3308 |
+
#: modules/import-export/views/page.php:17
|
3309 |
+
msgid ""
|
3310 |
+
"When you click the button below Advanced Ads will create an XML file for you "
|
3311 |
+
"to save to your computer."
|
3312 |
+
msgstr ""
|
3313 |
+
"高度な広告の下のボタンをクリックするときは、お使いのコンピューターに保存する"
|
3314 |
+
"ために XML ファイルが作成されます。"
|
3315 |
+
|
3316 |
+
#: modules/import-export/views/page.php:28
|
3317 |
+
msgid "Download Export File"
|
3318 |
+
msgstr "エクスポートファイルのダウンロード"
|
3319 |
+
|
3320 |
+
#: modules/import-export/views/page.php:33
|
3321 |
+
msgid "Import"
|
3322 |
+
msgstr "インポート"
|
3323 |
+
|
3324 |
+
#: modules/import-export/views/page.php:44
|
3325 |
+
msgid "Choose an XML file"
|
3326 |
+
msgstr "XML ファイルを選択します。"
|
3327 |
+
|
3328 |
+
#: modules/import-export/views/page.php:45
|
3329 |
+
msgid "Copy an XML content"
|
3330 |
+
msgstr "XML コンテンツをコピーします。"
|
3331 |
+
|
3332 |
+
#: modules/import-export/views/page.php:52
|
3333 |
+
msgid ""
|
3334 |
+
"Before you can upload your import file, you will need to fix the following "
|
3335 |
+
"error:"
|
3336 |
+
msgstr "インポートファイルをアップロードする前に、次を修正する必要があります:"
|
3337 |
+
|
3338 |
+
#: modules/import-export/views/page.php:57
|
3339 |
+
#, php-format
|
3340 |
+
msgid "Maximum size: %s"
|
3341 |
+
msgstr "最大サイズ: %s"
|
3342 |
+
|
3343 |
+
#: modules/import-export/views/page.php:66
|
3344 |
+
msgid "Start import"
|
3345 |
+
msgstr "インポートの開始"
|
3346 |
+
|
3347 |
+
#: public/class-advanced-ads.php:317
|
3348 |
+
msgid "Advanced Ads Error following:"
|
3349 |
+
msgstr "高度な広告エラーをフォロー中:"
|
3350 |
+
|
3351 |
+
#: public/class-advanced-ads.php:320
|
3352 |
+
#, php-format
|
3353 |
+
msgid "Advanced Ads Error: %s"
|
3354 |
+
msgstr "高度な広告エラー: %s"
|
3355 |
+
|
3356 |
+
#: public/class-advanced-ads.php:580
|
3357 |
+
msgctxt "ad group general name"
|
3358 |
+
msgid "Ad Groups"
|
3359 |
+
msgstr "広告グループ"
|
3360 |
+
|
3361 |
+
#: public/class-advanced-ads.php:582
|
3362 |
+
msgid "Search Ad Groups"
|
3363 |
+
msgstr "広告グループを検索..."
|
3364 |
+
|
3365 |
+
#: public/class-advanced-ads.php:583
|
3366 |
+
msgid "All Ad Groups"
|
3367 |
+
msgstr "すべてのグループ"
|
3368 |
+
|
3369 |
+
#: public/class-advanced-ads.php:584
|
3370 |
+
msgid "Parent Ad Groups"
|
3371 |
+
msgstr "親広告グループ"
|
3372 |
+
|
3373 |
+
#: public/class-advanced-ads.php:585
|
3374 |
+
msgid "Parent Ad Groups:"
|
3375 |
+
msgstr "親広告グループ:"
|
3376 |
+
|
3377 |
+
#: public/class-advanced-ads.php:586
|
3378 |
+
msgid "Edit Ad Group"
|
3379 |
+
msgstr "広告グループを編集"
|
3380 |
+
|
3381 |
+
#: public/class-advanced-ads.php:587
|
3382 |
+
msgid "Update Ad Group"
|
3383 |
+
msgstr "広告グループの更新"
|
3384 |
+
|
3385 |
+
#: public/class-advanced-ads.php:588
|
3386 |
+
msgid "Add New Ad Group"
|
3387 |
+
msgstr "新しい広告グループを追加"
|
3388 |
+
|
3389 |
+
#: public/class-advanced-ads.php:589
|
3390 |
+
msgid "New Ad Groups Name"
|
3391 |
+
msgstr "新しい広告グループの名前"
|
3392 |
+
|
3393 |
+
#: public/class-advanced-ads.php:591
|
3394 |
+
msgid "No Ad Group found"
|
3395 |
+
msgstr "広告グループが見つかりません"
|
3396 |
+
|
3397 |
+
#: public/class-advanced-ads.php:622
|
3398 |
+
msgid "Edit Ad"
|
3399 |
+
msgstr "広告編集"
|
3400 |
+
|
3401 |
+
#: public/class-advanced-ads.php:624
|
3402 |
+
msgid "View"
|
3403 |
+
msgstr "表示"
|
3404 |
+
|
3405 |
+
#: public/class-advanced-ads.php:625
|
3406 |
+
msgid "View the Ad"
|
3407 |
+
msgstr "広告を表示"
|
3408 |
+
|
3409 |
+
#: public/class-advanced-ads.php:626
|
3410 |
+
msgid "Search Ads"
|
3411 |
+
msgstr "広告を検索"
|
3412 |
+
|
3413 |
+
#: public/class-advanced-ads.php:627
|
3414 |
+
msgid "No Ads found"
|
3415 |
+
msgstr "広告がみつかりません"
|
3416 |
+
|
3417 |
+
#: public/class-advanced-ads.php:628
|
3418 |
+
msgid "No Ads found in Trash"
|
3419 |
+
msgstr "ゴミ箱に広告がみつかりません"
|
3420 |
+
|
3421 |
+
#: public/class-advanced-ads.php:629
|
3422 |
+
msgid "Parent Ad"
|
3423 |
+
msgstr "メイン広告"
|
3424 |
+
|
3425 |
+
#: public/class-advanced-ads.php:754
|
3426 |
+
msgctxt "label above ads"
|
3427 |
+
msgid "Advertisements"
|
3428 |
+
msgstr "広告"
|
3429 |
+
|
3430 |
+
#: public/views/ad-debug.php:18
|
3431 |
+
msgid "Ad debug output"
|
3432 |
+
msgstr "広告のデバッグ出力"
|
3433 |
+
|
3434 |
+
#: public/views/ad-debug.php:20
|
3435 |
+
msgid "Find solutions in the manual"
|
3436 |
+
msgstr "マニュアルで解決策を見つけます"
|
3437 |
+
|
3438 |
+
#~ msgid "Advanced Ads Debugging"
|
3439 |
+
#~ msgstr "広告の修正"
|
3440 |
+
|
3441 |
+
#~ msgid "Debug"
|
3442 |
+
#~ msgstr "デバッグ"
|
3443 |
+
|
3444 |
+
#~ msgid ""
|
3445 |
+
#~ "One or more licenses for your <strong>Advanced Ads add-ons are expiring "
|
3446 |
+
#~ "soon</strong>. Don’t risk to lose support and updates and renew your "
|
3447 |
+
#~ "license before it expires with a significant discount on <a href=\"%s\" "
|
3448 |
+
#~ "target=\"_blank\">the add-on page</a>."
|
3449 |
+
#~ msgstr ""
|
3450 |
+
#~ "1 つまたは複数の<strong>高度な広告のアドオンがすぐに期限切れ</strong>のラ"
|
3451 |
+
#~ "イセンス。サポートと更新を失う、それは<a href=\"%s\" target=\"_blank\">ア"
|
3452 |
+
#~ "ドオン ページ</a>で大幅な割引価格で有効期限が切れる前に、ライセンスを更新"
|
3453 |
+
#~ "するリスクはありません。"
|
3454 |
+
|
3455 |
+
#~ msgid ""
|
3456 |
+
#~ "You can create a new group through the <em>Ad Groups</em> widget on the "
|
3457 |
+
#~ "ad edit page."
|
3458 |
+
#~ msgstr ""
|
3459 |
+
#~ "広告編集ページに<em>広告グループ</em>のウィジェットを使用して新しいグルー"
|
3460 |
+
#~ "プを作成できます。"
|
3461 |
+
|
3462 |
+
#~ msgctxt "advanced-ads"
|
3463 |
+
#~ msgid "Stop Wizard and show all options"
|
3464 |
+
#~ msgstr "ウィザードを停止し、すべてのオプションを表示"
|
3465 |
+
|
3466 |
+
#~ msgid "Debug Page"
|
3467 |
+
#~ msgstr "ページデバッグ"
|
3468 |
+
|
3469 |
+
#~ msgid "Work in progress"
|
3470 |
+
#~ msgstr "作業中"
|
3471 |
+
|
3472 |
+
#~ msgid "Please specify, if possible"
|
3473 |
+
#~ msgstr "可能な場合は指定してください。"
|
3474 |
+
|
3475 |
+
#~ msgctxt "advanced-ads"
|
3476 |
+
#~ msgid "position"
|
3477 |
+
#~ msgstr "位置"
|
3478 |
+
|
3479 |
+
#~ msgctxt "advanced-ads"
|
3480 |
+
#~ msgid "ad label"
|
3481 |
+
#~ msgstr "広告のラベル"
|
3482 |
+
|
3483 |
+
#~ msgid "<a href=\"%s\" target=\"_blank\">Renew it with a discount</a>."
|
3484 |
+
#~ msgstr "<a href=\"%s\" target=\"_blank\">割引でそれを更新</a>します。"
|
3485 |
+
|
3486 |
+
#~ msgid "MarketPress Bundle License"
|
3487 |
+
#~ msgstr "MarketPressバンドルライセンス"
|
3488 |
+
|
3489 |
+
#~ msgid ""
|
3490 |
+
#~ "Enter your key here, if you have purchased the bundle through MarketPress."
|
3491 |
+
#~ msgstr ""
|
3492 |
+
#~ "あなたはMarketPressを通してバンドルを購入した場合、ここにあなたのキーを入"
|
3493 |
+
#~ "力してください。"
|
3494 |
+
|
3495 |
+
#~ msgid ""
|
3496 |
+
#~ "Click here if you purchased a Bundle key through <strong>MarketPress</"
|
3497 |
+
#~ "strong>."
|
3498 |
+
#~ msgstr ""
|
3499 |
+
#~ "あなたは<strong>MarketPress</strong>を通じてバンドルキーを購入した場合、こ"
|
3500 |
+
#~ "こをクリックしてください。"
|
3501 |
+
|
3502 |
+
#~ msgid "Advanced Ads"
|
3503 |
+
#~ msgstr "アドバンスト広告"
|
3504 |
+
|
3505 |
+
#~ msgid "https://wpadvancedads.com"
|
3506 |
+
#~ msgstr "https://wpadvancedads.com"
|
3507 |
+
|
3508 |
+
#~ msgid "Manage and optimize your ads in WordPress"
|
3509 |
+
#~ msgstr "管理およびワードプレスの広告を最適化"
|
3510 |
+
|
3511 |
+
#~ msgid "Thomas Maier"
|
3512 |
+
#~ msgstr "トーマス マイヤー"
|
3513 |
+
|
3514 |
+
#~ msgid "http://webgilde.com"
|
3515 |
+
#~ msgstr "http://webgilde.com"
|
3516 |
+
|
3517 |
+
#~ msgid "Advanced Ads Intro"
|
3518 |
+
#~ msgstr "高度な広告のイントロ"
|
3519 |
+
|
3520 |
+
#~ msgid "Please enter a message"
|
3521 |
+
#~ msgstr "メッセージを入力してください"
|
3522 |
+
|
3523 |
+
#~ msgid "Email could NOT be sent. Please contact us directly at %s."
|
3524 |
+
#~ msgstr "メールを送信できませんでした。%s に直接お問い合わせください。"
|
3525 |
+
|
3526 |
+
#~ msgid "Please enter a valid email address"
|
3527 |
+
#~ msgstr "有効なメールアドレスを記入してください"
|
3528 |
+
|
3529 |
+
#~ msgid ""
|
3530 |
+
#~ "Some plugins and themes trigger ad injection where it shouldn’t happen. "
|
3531 |
+
#~ "Therefore, Advanced Ads ignores injected placements on non-singular pages "
|
3532 |
+
#~ "and outside the loop. However, this can cause problems with some themes. "
|
3533 |
+
#~ "You can enable this option if you don’t see ads or want to enable ad "
|
3534 |
+
#~ "injections on archive pages AT YOUR OWN RISK."
|
3535 |
+
#~ msgstr ""
|
3536 |
+
#~ "若干の plugins とテーマがそれが起きるべきではない広告インジェクションを引"
|
3537 |
+
#~ "き起こします。 そのために、拡張広告は単数形でないページで、そしてループの"
|
3538 |
+
#~ "外(に・で)投じられた配置を無視します。 しかしながら、これは若干のテーマ"
|
3539 |
+
#~ "における問題を起こすことができます。 もしあなたが広告を見ないなら、あなた"
|
3540 |
+
#~ "はこのオプションを可能にするか、あるいは自分の責任でアーカイブページで広告"
|
3541 |
+
#~ "インジェクションを可能にすることを望むことができます。"
|
3542 |
+
|
3543 |
+
#~ msgid ""
|
3544 |
+
#~ "Advanced Ads successfully installed. Take a look at the <a href=\"%s"
|
3545 |
+
#~ "\">First Steps</a>."
|
3546 |
+
#~ msgstr ""
|
3547 |
+
#~ "高度な広告は正常にインストールされています。<a href=\"%s\">最初のステップ"
|
3548 |
+
#~ "</a>を見てみましょう。"
|
3549 |
+
|
3550 |
+
#~ msgid "Set Display Conditions to allow or hide the ad on specific pages."
|
3551 |
+
#~ msgstr "表示を許可または特定のページの広告を非表示にする条件を設定します。"
|
3552 |
+
|
3553 |
+
#~ msgid "Description"
|
3554 |
+
#~ msgstr "説明"
|
3555 |
+
|
3556 |
+
#~ msgid "Number of visible ads"
|
3557 |
+
#~ msgstr "表示される広告の数"
|
3558 |
+
|
3559 |
+
#~ msgid "How to display an Ad Group?"
|
3560 |
+
#~ msgstr "広告グループを表示する方法ですか。"
|
3561 |
+
|
3562 |
+
#~ msgid ""
|
3563 |
+
#~ "Examples on how to display an ad group? Find more help and examples in "
|
3564 |
+
#~ "the <a href=\"%s\" target=\"_blank\">manual</a>"
|
3565 |
+
#~ msgstr ""
|
3566 |
+
#~ "広告グループを表示する方法の例ですか。<a href=\"%s\" target=\"_blank\">手"
|
3567 |
+
#~ "動</a>でより多くのヘルプと例を見つける"
|
3568 |
+
|
3569 |
+
#~ msgid "To display an ad group with the ID 6 in content fields"
|
3570 |
+
#~ msgstr "コンテンツ フィールドに ID 6 で広告グループを表示するには"
|
3571 |
+
|
3572 |
+
#~ msgid "To display an ad group with the ID 6 in template files"
|
3573 |
+
#~ msgstr "テンプレート ファイルで ID 6 で広告グループを表示するには"
|
3574 |
+
|
3575 |
+
#~ msgctxt "advanced-ads"
|
3576 |
+
#~ msgid "Stop Wizard"
|
3577 |
+
#~ msgstr "ウィザードを停止"
|
3578 |
+
|
3579 |
+
#~ msgid "Thank you for helping to improve Advanced Ads."
|
3580 |
+
#~ msgstr "高度な広告を向上していただきありがとうございます。"
|
3581 |
+
|
3582 |
+
#~ msgid ""
|
3583 |
+
#~ "Your feedback will motivates me to work harder towards a professional ad "
|
3584 |
+
#~ "management solution."
|
3585 |
+
#~ msgstr ""
|
3586 |
+
#~ "あなたのフィードバックは、プロの広告管理ソリューションに向けて一生懸命に動"
|
3587 |
+
#~ "機を与えるが。"
|
3588 |
+
|
3589 |
+
#~ msgid "I stopped showing ads on my site"
|
3590 |
+
#~ msgstr "自分のサイトに広告を掲載をやめた"
|
3591 |
+
|
3592 |
+
#~ msgid "I miss a feature or <a href=\"%s\">add-on</a>"
|
3593 |
+
#~ msgstr "機能または<a href=\"%s\">アドオン</a>が恋しい"
|
3594 |
+
|
3595 |
+
#~ msgid "I have a technical problem"
|
3596 |
+
#~ msgstr "私は技術的な問題を抱えています。"
|
3597 |
+
|
3598 |
+
#~ msgid "What would be a reason to return to Advanced Ads?"
|
3599 |
+
#~ msgstr "高度な広告に戻る理由何でしょうか。"
|
3600 |
+
|
3601 |
+
#~ msgid "5-Star Usability"
|
3602 |
+
#~ msgstr "5 つ星の使いやすさ"
|
3603 |
+
|
3604 |
+
#~ msgid ""
|
3605 |
+
#~ "Advanced Ads is powerful and easy to use, because it is build on "
|
3606 |
+
#~ "WordPress standards. If you know how to publish a post then you know how "
|
3607 |
+
#~ "to create an ad."
|
3608 |
+
#~ msgstr ""
|
3609 |
+
#~ "高度な広告は強力な使いやすい WordPress 標準の構築です。記事を投稿する方法"
|
3610 |
+
#~ "を知っている場合、広告を作成する方法を知っています。"
|
3611 |
+
|
3612 |
+
#~ msgid "5-Star Support"
|
3613 |
+
#~ msgstr "5 つ星のサポート"
|
3614 |
+
|
3615 |
+
#~ msgid ""
|
3616 |
+
#~ "I promise you the best supported ad management plugin for WordPress. "
|
3617 |
+
#~ "Whether a pro user or not, you can reach me easily through the support "
|
3618 |
+
#~ "page, in the chat on the homepage or replying to a newsletter."
|
3619 |
+
#~ msgstr ""
|
3620 |
+
#~ "最高のワードプレスの広告管理プラグインのサポートを約束します。プロのユー"
|
3621 |
+
#~ "ザーかどうかどうか、私はホームページやニュースレターへの返信でチャットでの"
|
3622 |
+
#~ "サポート ページから簡単には達することができます。"
|
3623 |
+
|
3624 |
+
#~ msgid "5-Star Experience"
|
3625 |
+
#~ msgstr "5 つ星の経験"
|
3626 |
+
|
3627 |
+
#~ msgid ""
|
3628 |
+
#~ "Advanced Ads was built out of my own experience. I am personally using it "
|
3629 |
+
#~ "to serve millions of ad impressions per month and constantly test new "
|
3630 |
+
#~ "ways to optimize ad settings."
|
3631 |
+
#~ msgstr ""
|
3632 |
+
#~ "高度な広告は、私自身の経験から建てられました。私は個人的に 1 ヶ月あたりの"
|
3633 |
+
#~ "広告の数百万を提供し、広告の設定を最適化する新しい方法を常にテストにそれを"
|
3634 |
+
#~ "使っています。"
|
3635 |
+
|
3636 |
+
#~ msgid "Welcome to <strong>Advanced Ads</strong>"
|
3637 |
+
#~ msgstr "<strong>Advanced </strong>へようこそ"
|
3638 |
+
|
3639 |
+
#~ msgid ""
|
3640 |
+
#~ "Let me give you an introduction into your future ad management solution."
|
3641 |
+
#~ msgstr "未来の広告管理ソリューションに導入しましょう。"
|
3642 |
+
|
3643 |
+
#~ msgid "Next Steps"
|
3644 |
+
#~ msgstr "次のステップ"
|
3645 |
+
|
3646 |
+
#~ msgid "Subscribe to the Mailing List"
|
3647 |
+
#~ msgstr "メーリング リストを購読します。"
|
3648 |
+
|
3649 |
+
#~ msgid "Subscribe to the newsletter and instantly"
|
3650 |
+
#~ msgstr "即座にニュースレターを購読します。"
|
3651 |
+
|
3652 |
+
#~ msgid "get 2 free add-ons."
|
3653 |
+
#~ msgstr "2 無料のアドオンを取得します。"
|
3654 |
+
|
3655 |
+
#~ msgid "reply to the welcome message with a question."
|
3656 |
+
#~ msgstr "質問とウェルカム メッセージに返信します。"
|
3657 |
+
|
3658 |
+
#~ msgid "subscribe to a dedicated group for the tutorial or AdSense tips."
|
3659 |
+
#~ msgstr "チュートリアルまたは AdSense のヒントの専用のグループを購読します。"
|
3660 |
+
|
3661 |
+
#~ msgid ""
|
3662 |
+
#~ "Get started by creating an ad <a href=\"%1$s\" target=\"blank\">right "
|
3663 |
+
#~ "now</a> or watch the <a href=\"%2$s\" target=\"blank\">tutorial video "
|
3664 |
+
#~ "(3:29min)</a> first."
|
3665 |
+
#~ msgstr ""
|
3666 |
+
#~ "広告を<a href=\"%1$s\" target=\"blank\">今</a>または時計作成開始、<a href="
|
3667 |
+
#~ "\"%2$s\" target=\"blank\">チュートリアル ビデオ (3:29 分)</a>最初。"
|
3668 |
+
|
3669 |
+
#~ msgid "Display your ad"
|
3670 |
+
#~ msgstr "広告を表示します。"
|
3671 |
+
|
3672 |
+
#~ msgid ""
|
3673 |
+
#~ "You can display your ad using a shortcode, widget or one of the powerful "
|
3674 |
+
#~ "placements. Placements help you to inject ads into the content or place "
|
3675 |
+
#~ "them on your site without coding."
|
3676 |
+
#~ msgstr ""
|
3677 |
+
#~ "ショートコード、ウィジェットまたは強力な設置のいずれかを使用して広告を表示"
|
3678 |
+
#~ "することができます。設置は、広告をコンテンツに挿入またはコーディングしなく"
|
3679 |
+
#~ "てもあなたのサイトに設置することができます。"
|
3680 |
+
|
3681 |
+
#~ msgid "List of all available placements"
|
3682 |
+
#~ msgstr "すべての利用可能な設置のリスト"
|
3683 |
+
|
3684 |
+
#~ msgid "Create a placement"
|
3685 |
+
#~ msgstr "新しい設置を作成します。"
|
3686 |
+
|
3687 |
+
#~ msgid "Inject"
|
3688 |
+
#~ msgstr "挿入"
|
3689 |
+
|
3690 |
+
#~ msgid "advanced options"
|
3691 |
+
#~ msgstr "上級者向け設定"
|
3692 |
+
|
3693 |
+
#~ msgid "Welcome Page"
|
3694 |
+
#~ msgstr "ウェルカムページ"
|
3695 |
+
|
3696 |
+
#~ msgid ""
|
3697 |
+
#~ "One or more license keys for <strong>Advanced Ads add-ons are invalid or "
|
3698 |
+
#~ "missing</strong>. Please add valid license keys <a href=\"%s\">here</a>."
|
3699 |
+
#~ msgstr ""
|
3700 |
+
#~ "<strong>高度な広告のアドオンが無効または見つからない</strong>ため、1 つ以"
|
3701 |
+
#~ "上のライセンス キー。有効なライセンス キーを追加してください<a href=\"%s"
|
3702 |
+
#~ "\">ここで</a>。"
|
3703 |
+
|
3704 |
+
#~ msgid "Search"
|
3705 |
+
#~ msgstr "検索"
|
3706 |
+
|
3707 |
+
#~ msgid "Contact"
|
3708 |
+
#~ msgstr "お問い合わせ"
|
3709 |
+
|
3710 |
+
#~ msgid ""
|
3711 |
+
#~ "Please search the manual for a solution and take a look at <a href=\"%s\" "
|
3712 |
+
#~ "target=\"_blank\">Ads not showing up?</a> before contacting me for help."
|
3713 |
+
#~ msgstr ""
|
3714 |
+
#~ "ソリューションのマニュアルを検索して見てください<a href=\"%s\" target="
|
3715 |
+
#~ "\"_blank\">広告表示されない?</a>助けを私に連絡する前に。"
|
3716 |
+
|
3717 |
+
#~ msgid "Email was successfully sent."
|
3718 |
+
#~ msgstr "Eメールが正常に送信されました!"
|
3719 |
+
|
3720 |
+
#~ msgid "your email"
|
3721 |
+
#~ msgstr "あなたのメールアドレス"
|
3722 |
+
|
3723 |
+
#~ msgid "your name"
|
3724 |
+
#~ msgstr "お名前"
|
3725 |
+
|
3726 |
+
#~ msgid "your message"
|
3727 |
+
#~ msgstr "メッセージ"
|
3728 |
+
|
3729 |
+
#~ msgid "send"
|
3730 |
+
#~ msgstr "送信"
|
3731 |
+
|
3732 |
+
#~ msgid "Post Content"
|
3733 |
+
#~ msgstr "投稿コンテンツ以下の著者情報"
|
3734 |
+
|
3735 |
+
#~ msgid ""
|
3736 |
+
#~ "Injected into the post content. You can choose the paragraph after which "
|
3737 |
+
#~ "the ad content is displayed."
|
3738 |
+
#~ msgstr ""
|
3739 |
+
#~ "記事の内容に注入します。広告コンテンツを表示した後段落を選択できます。"
|
3740 |
+
|
3741 |
+
#~ msgid ""
|
3742 |
+
#~ "Pro: Open this url in a new window and track impressions and clicks with "
|
3743 |
+
#~ "the <a href=\"%s\" target=\"_blank\">Tracking add-on</a>"
|
3744 |
+
#~ msgstr ""
|
3745 |
+
#~ "プロ: 新しいウィンドウでこの url を開くし、印象と<a href=\"%s\" target="
|
3746 |
+
#~ "\"_blank\">アドオンを追跡</a>をクリックをトラッキング"
|
3747 |
+
|
3748 |
+
#~ msgid "show"
|
3749 |
+
#~ msgstr "表示"
|
3750 |
+
|
3751 |
+
#~ msgid "hide"
|
3752 |
+
#~ msgstr "非表示"
|
3753 |
+
|
3754 |
+
#~ msgid "add more terms"
|
3755 |
+
#~ msgstr "用語を追加します。"
|
3756 |
+
|
3757 |
+
#~ msgid "mobile device"
|
3758 |
+
#~ msgstr "モバイル機器"
|
3759 |
+
|
3760 |
+
#~ msgid ""
|
3761 |
+
#~ "Pro: Display ads by the available space on the device using the <a href="
|
3762 |
+
#~ "\"%s\" target=\"_blank\">Responsive add-on</a>"
|
3763 |
+
#~ msgstr ""
|
3764 |
+
#~ "プロ:<a href=\"%s\" target=\"_blank\">応答のアドオン</a>を使用して、デバイ"
|
3765 |
+
#~ "ス上の空き領域に広告が表示します。"
|
3766 |
+
|
3767 |
+
#~ msgid ""
|
3768 |
+
#~ "Currently, Google AdSense <a target=\"_blank\" href=\"%s\" title=\"Terms "
|
3769 |
+
#~ "Of Service\">TOS</a> imposes a limit of %d display ads per page. You can "
|
3770 |
+
#~ "disable this limitation at your own risks."
|
3771 |
+
#~ msgstr ""
|
3772 |
+
#~ "現在、Google AdSense<a target=\"_blank\" href=\"%s\" title=\"Terms Of "
|
3773 |
+
#~ "Service\">の利用規約</a>は、%d 表示広告ページごとの制限です。あなた自身の"
|
3774 |
+
#~ "リスクでこの制限を無効にすることができます。"
|
3775 |
+
|
3776 |
+
#~ msgid ""
|
3777 |
+
#~ "Notice: Advanced Ads only considers the AdSense ad type for this limit."
|
3778 |
+
#~ msgstr "注意: 高度な広告のみこの制限の AdSense 広告の種類を考慮します。"
|
3779 |
+
|
3780 |
+
#~ msgid ""
|
3781 |
+
#~ "You still need to enable Page-Level ads in your AdSense account. See <a "
|
3782 |
+
#~ "href=\"https://support.google.com/adsense/answer/6245304\" target=\"_blank"
|
3783 |
+
#~ "\">AdSense Help</a> (requires AdSense-login) for more information"
|
3784 |
+
#~ msgstr ""
|
3785 |
+
#~ "お客様の AdSense アカウントの広告をページ レベルを有効にする必要がありま"
|
3786 |
+
#~ "す。詳細については、 <a href=\"https://support.google.com/adsense/"
|
3787 |
+
#~ "answer/6245304\" target=\"_blank\">AdSense のヘルプ</a>(AdSense ログインが"
|
3788 |
+
#~ "必要です) を参照してください。"
|
3789 |
+
|
3790 |
+
#~ msgid "Copy&Paste existing ad code"
|
3791 |
+
#~ msgstr "既存の広告コードをコピー ・ ペースト"
|
3792 |
+
|
3793 |
+
#~ msgid ""
|
3794 |
+
#~ "Copy the ad code from your AdSense account and paste it in the area below"
|
3795 |
+
#~ msgstr ""
|
3796 |
+
#~ "お客様の AdSense アカウントの広告コードをコピーし、下のエリアに貼り付けま"
|
3797 |
+
#~ "す"
|
3798 |
+
|
3799 |
+
#~ msgid "Close"
|
3800 |
+
#~ msgstr "閉じる"
|
languages/advanced-ads-pt_BR.mo
CHANGED
Binary file
|
languages/advanced-ads-pt_BR.po
CHANGED
@@ -1,3342 +1,3441 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Advanved Ads\n"
|
4 |
-
"Report-Msgid-Bugs-To: http://wordpress.org/plugins/plugin-name\n"
|
5 |
-
"POT-Creation-Date: 2017-07-11 09:29+0000\n"
|
6 |
-
"PO-Revision-Date: 2017-07-
|
7 |
-
"Last-Translator:
|
8 |
-
"Language-Team: Portuguese (Brazil)\n"
|
9 |
-
"Language: pt-BR\n"
|
10 |
-
"Plural-Forms: nplurals=2; plural=n != 1\n"
|
11 |
-
"MIME-Version: 1.0\n"
|
12 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
-
"Content-Transfer-Encoding: 8bit\n"
|
14 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
15 |
-
"X-Generator: Loco - https://localise.biz/\n"
|
16 |
-
"X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
|
17 |
-
"__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
|
18 |
-
"_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
|
19 |
-
"esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
|
20 |
-
"esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
|
21 |
-
"X-Poedit-Basepath: ../\n"
|
22 |
-
"X-Poedit-SearchPath-0: .\n"
|
23 |
-
"X-Loco-Target-Locale: pt_BR"
|
24 |
-
|
25 |
-
#: classes/ad-debug.php:32
|
26 |
-
msgid "The ad is displayed on the page"
|
27 |
-
msgstr ""
|
28 |
-
|
29 |
-
#: classes/ad-debug.php:34
|
30 |
-
msgid "The ad is not displayed on the page"
|
31 |
-
msgstr ""
|
32 |
-
|
33 |
-
#: classes/ad-debug.php:39
|
34 |
-
msgid "Current query is not identical to main query."
|
35 |
-
msgstr ""
|
36 |
-
|
37 |
-
#: classes/ad-debug.php:45
|
38 |
-
msgid "current post"
|
39 |
-
msgstr ""
|
40 |
-
|
41 |
-
#: classes/ad-debug.php:49
|
42 |
-
msgid "Current post is not identical to main post."
|
43 |
-
msgstr ""
|
44 |
-
|
45 |
-
#: classes/ad-debug.php:51
|
46 |
-
msgid "main post"
|
47 |
-
msgstr ""
|
48 |
-
|
49 |
-
#: classes/ad-debug.php:98
|
50 |
-
msgid "current query"
|
51 |
-
msgstr ""
|
52 |
-
|
53 |
-
#: classes/ad-debug.php:98
|
54 |
-
msgid "main query"
|
55 |
-
msgstr ""
|
56 |
-
|
57 |
-
#: classes/ad-debug.php:128
|
58 |
-
msgid "Placement"
|
59 |
-
msgstr ""
|
60 |
-
|
61 |
-
#: classes/ad-debug.php:271
|
62 |
-
msgid ""
|
63 |
-
"Your website is using HTTPS, but the ad code contains HTTP and might not "
|
64 |
-
"work."
|
65 |
-
msgstr ""
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
"
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
"
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
"
|
151 |
-
|
152 |
-
|
153 |
-
#: classes/EDD_SL_Plugin_Updater.php:
|
154 |
-
#, php-format
|
155 |
-
msgid ""
|
156 |
-
"There is a new version of %1$s available. %2$sView version %3$s details%4$s
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
msgstr ""
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
|
179 |
-
|
180 |
-
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
msgid "
|
191 |
-
msgstr ""
|
192 |
-
|
193 |
-
#: classes/frontend_checks.php:
|
194 |
-
msgid "Ad
|
195 |
-
msgstr ""
|
196 |
-
|
197 |
-
#: classes/frontend_checks.php:
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
|
211 |
-
msgid "
|
212 |
-
msgstr ""
|
213 |
-
|
214 |
-
#: classes/frontend_checks.php:
|
215 |
-
msgid "Ads are disabled on
|
216 |
-
msgstr ""
|
217 |
-
|
218 |
-
#: classes/frontend_checks.php:
|
219 |
-
msgid "Ads are disabled
|
220 |
-
msgstr ""
|
221 |
-
|
222 |
-
#: classes/frontend_checks.php:
|
223 |
-
|
224 |
-
|
225 |
-
|
226 |
-
#:
|
227 |
-
|
228 |
-
|
229 |
-
|
230 |
-
|
231 |
-
|
232 |
-
|
233 |
-
|
234 |
-
|
235 |
-
#: classes/
|
236 |
-
|
237 |
-
|
238 |
-
|
239 |
-
|
240 |
-
msgid "
|
241 |
-
msgstr ""
|
242 |
-
|
243 |
-
#: classes/frontend_checks.php:
|
244 |
-
|
245 |
-
|
246 |
-
|
247 |
-
|
248 |
-
"
|
249 |
-
msgstr ""
|
250 |
-
|
251 |
-
#: classes/
|
252 |
-
msgid "
|
253 |
-
msgstr ""
|
254 |
-
|
255 |
-
#: classes/
|
256 |
-
|
257 |
-
|
258 |
-
|
259 |
-
|
260 |
-
|
261 |
-
msgstr ""
|
262 |
-
|
263 |
-
|
264 |
-
|
265 |
-
|
266 |
-
|
267 |
-
|
268 |
-
msgstr ""
|
269 |
-
|
270 |
-
#: classes/
|
271 |
-
msgid "
|
272 |
-
msgstr ""
|
273 |
-
|
274 |
-
#:
|
275 |
-
msgid "
|
276 |
-
msgstr ""
|
277 |
-
|
278 |
-
#:
|
279 |
-
|
280 |
-
|
281 |
-
|
282 |
-
|
283 |
-
|
284 |
-
"
|
285 |
-
"
|
286 |
-
|
287 |
-
|
288 |
-
|
289 |
-
|
290 |
-
|
291 |
-
|
292 |
-
|
293 |
-
|
294 |
-
|
295 |
-
|
296 |
-
|
297 |
-
|
298 |
-
|
299 |
-
|
300 |
-
|
301 |
-
|
302 |
-
|
303 |
-
msgstr ""
|
304 |
-
|
305 |
-
|
306 |
-
|
307 |
-
|
308 |
-
|
309 |
-
|
310 |
-
|
311 |
-
|
312 |
-
|
313 |
-
|
314 |
-
|
315 |
-
|
316 |
-
|
317 |
-
|
318 |
-
|
319 |
-
|
320 |
-
|
321 |
-
|
322 |
-
|
323 |
-
|
324 |
-
|
325 |
-
|
326 |
-
|
327 |
-
msgstr
|
328 |
-
|
329 |
-
#: admin/includes/class-ad-
|
330 |
-
|
331 |
-
|
332 |
-
|
333 |
-
|
334 |
-
|
335 |
-
|
336 |
-
|
337 |
-
|
338 |
-
msgid "
|
339 |
-
|
340 |
-
|
341 |
-
|
342 |
-
|
343 |
-
|
344 |
-
|
345 |
-
|
346 |
-
|
347 |
-
|
348 |
-
|
349 |
-
|
350 |
-
|
351 |
-
|
352 |
-
|
353 |
-
|
354 |
-
|
355 |
-
|
356 |
-
|
357 |
-
|
358 |
-
|
359 |
-
|
360 |
-
|
361 |
-
|
362 |
-
|
363 |
-
|
364 |
-
|
365 |
-
|
366 |
-
"
|
367 |
-
"
|
368 |
-
|
369 |
-
|
370 |
-
|
371 |
-
|
372 |
-
|
373 |
-
|
374 |
-
msgstr ""
|
375 |
-
|
376 |
-
#: admin/includes/class-
|
377 |
-
#, php-format
|
378 |
-
msgid "
|
379 |
-
|
380 |
-
|
381 |
-
|
382 |
-
|
383 |
-
|
384 |
-
|
385 |
-
|
386 |
-
|
387 |
-
|
388 |
-
|
389 |
-
|
390 |
-
msgstr ""
|
391 |
-
|
392 |
-
|
393 |
-
|
394 |
-
|
395 |
-
|
396 |
-
|
397 |
-
|
398 |
-
|
399 |
-
|
400 |
-
|
401 |
-
|
402 |
-
msgid "
|
403 |
-
msgstr ""
|
404 |
-
|
405 |
-
|
406 |
-
|
407 |
-
|
408 |
-
|
409 |
-
|
410 |
-
|
411 |
-
|
412 |
-
"
|
413 |
-
"
|
414 |
-
|
415 |
-
|
416 |
-
|
417 |
-
|
418 |
-
|
419 |
-
|
420 |
-
"
|
421 |
-
|
422 |
-
|
423 |
-
|
424 |
-
|
425 |
-
|
426 |
-
|
427 |
-
"
|
428 |
-
"
|
429 |
-
|
430 |
-
|
431 |
-
|
432 |
-
|
433 |
-
|
434 |
-
|
435 |
-
"
|
436 |
-
"
|
437 |
-
|
438 |
-
|
439 |
-
|
440 |
-
|
441 |
-
|
442 |
-
|
443 |
-
msgstr ""
|
444 |
-
|
445 |
-
|
446 |
-
|
447 |
-
|
448 |
-
|
449 |
-
|
450 |
-
|
451 |
-
|
452 |
-
|
453 |
-
|
454 |
-
|
455 |
-
|
456 |
-
|
457 |
-
|
458 |
-
|
459 |
-
|
460 |
-
|
461 |
-
|
462 |
-
|
463 |
-
"
|
464 |
-
"
|
465 |
-
|
466 |
-
|
467 |
-
|
468 |
-
|
469 |
-
"
|
470 |
-
"
|
471 |
-
|
472 |
-
|
473 |
-
#: admin/
|
474 |
-
msgid "
|
475 |
-
|
476 |
-
|
477 |
-
|
478 |
-
|
479 |
-
|
480 |
-
|
481 |
-
|
482 |
-
|
483 |
-
|
484 |
-
|
485 |
-
|
486 |
-
|
487 |
-
|
488 |
-
|
489 |
-
|
490 |
-
|
491 |
-
|
492 |
-
|
493 |
-
#: admin/
|
494 |
-
|
495 |
-
|
496 |
-
|
497 |
-
|
498 |
-
|
499 |
-
msgid "
|
500 |
-
|
501 |
-
|
502 |
-
|
503 |
-
|
504 |
-
|
505 |
-
|
506 |
-
|
507 |
-
|
508 |
-
|
509 |
-
|
510 |
-
|
511 |
-
|
512 |
-
|
513 |
-
|
514 |
-
|
515 |
-
|
516 |
-
|
517 |
-
|
518 |
-
|
519 |
-
msgstr ""
|
520 |
-
|
521 |
-
|
522 |
-
|
523 |
-
|
524 |
-
|
525 |
-
|
526 |
-
|
527 |
-
|
528 |
-
|
529 |
-
|
530 |
-
|
531 |
-
|
532 |
-
|
533 |
-
|
534 |
-
|
535 |
-
|
536 |
-
"
|
537 |
-
"
|
538 |
-
|
539 |
-
|
540 |
-
#: admin/views/ad-
|
541 |
-
msgid ""
|
542 |
-
"
|
543 |
-
|
544 |
-
|
545 |
-
|
546 |
-
|
547 |
-
|
548 |
-
|
549 |
-
|
550 |
-
|
551 |
-
|
552 |
-
|
553 |
-
|
554 |
-
|
555 |
-
|
556 |
-
|
557 |
-
|
558 |
-
|
559 |
-
|
560 |
-
|
561 |
-
|
562 |
-
|
563 |
-
|
564 |
-
|
565 |
-
|
566 |
-
|
567 |
-
|
568 |
-
|
569 |
-
|
570 |
-
|
571 |
-
|
572 |
-
|
573 |
-
|
574 |
-
|
575 |
-
|
576 |
-
|
577 |
-
|
578 |
-
|
579 |
-
|
580 |
-
|
581 |
-
|
582 |
-
|
583 |
-
|
584 |
-
|
585 |
-
|
586 |
-
|
587 |
-
|
588 |
-
|
589 |
-
|
590 |
-
|
591 |
-
|
592 |
-
|
593 |
-
|
594 |
-
|
595 |
-
|
596 |
-
|
597 |
-
|
598 |
-
|
599 |
-
|
600 |
-
|
601 |
-
|
602 |
-
|
603 |
-
|
604 |
-
|
605 |
-
|
606 |
-
|
607 |
-
|
608 |
-
|
609 |
-
|
610 |
-
|
611 |
-
|
612 |
-
|
613 |
-
msgid ""
|
614 |
-
|
615 |
-
|
616 |
-
|
617 |
-
|
618 |
-
|
619 |
-
|
620 |
-
|
621 |
-
|
622 |
-
|
623 |
-
|
624 |
-
|
625 |
-
|
626 |
-
|
627 |
-
|
628 |
-
|
629 |
-
|
630 |
-
|
631 |
-
|
632 |
-
|
633 |
-
|
634 |
-
|
635 |
-
|
636 |
-
|
637 |
-
|
638 |
-
|
639 |
-
|
640 |
-
|
641 |
-
|
642 |
-
|
643 |
-
|
644 |
-
|
645 |
-
|
646 |
-
|
647 |
-
|
648 |
-
|
649 |
-
msgstr ""
|
650 |
-
|
651 |
-
|
652 |
-
|
653 |
-
|
654 |
-
|
655 |
-
|
656 |
-
|
657 |
-
|
658 |
-
|
659 |
-
|
660 |
-
|
661 |
-
|
662 |
-
|
663 |
-
|
664 |
-
|
665 |
-
|
666 |
-
|
667 |
-
|
668 |
-
|
669 |
-
|
670 |
-
|
671 |
-
|
672 |
-
|
673 |
-
|
674 |
-
msgstr ""
|
675 |
-
|
676 |
-
|
677 |
-
|
678 |
-
|
679 |
-
|
680 |
-
|
681 |
-
|
682 |
-
|
683 |
-
|
684 |
-
|
685 |
-
|
686 |
-
|
687 |
-
|
688 |
-
|
689 |
-
|
690 |
-
|
691 |
-
|
692 |
-
|
693 |
-
|
694 |
-
|
695 |
-
|
696 |
-
|
697 |
-
|
698 |
-
|
699 |
-
|
700 |
-
|
701 |
-
|
702 |
-
|
703 |
-
|
704 |
-
|
705 |
-
|
706 |
-
"
|
707 |
-
"
|
708 |
-
|
709 |
-
|
710 |
-
|
711 |
-
|
712 |
-
|
713 |
-
|
714 |
-
|
715 |
-
|
716 |
-
|
717 |
-
|
718 |
-
|
719 |
-
|
720 |
-
|
721 |
-
|
722 |
-
|
723 |
-
|
724 |
-
|
725 |
-
|
726 |
-
|
727 |
-
|
728 |
-
|
729 |
-
|
730 |
-
|
731 |
-
msgid "
|
732 |
-
msgstr ""
|
733 |
-
|
734 |
-
#: admin/views/
|
735 |
-
|
736 |
-
|
737 |
-
|
738 |
-
|
739 |
-
|
740 |
-
|
741 |
-
|
742 |
-
|
743 |
-
msgid ""
|
744 |
-
"
|
745 |
-
|
746 |
-
|
747 |
-
|
748 |
-
|
749 |
-
|
750 |
-
|
751 |
-
|
752 |
-
|
753 |
-
|
754 |
-
|
755 |
-
|
756 |
-
|
757 |
-
|
758 |
-
|
759 |
-
|
760 |
-
|
761 |
-
|
762 |
-
|
763 |
-
|
764 |
-
|
765 |
-
|
766 |
-
|
767 |
-
|
768 |
-
|
769 |
-
|
770 |
-
|
771 |
-
|
772 |
-
|
773 |
-
|
774 |
-
|
775 |
-
|
776 |
-
|
777 |
-
|
778 |
-
|
779 |
-
|
780 |
-
|
781 |
-
|
782 |
-
|
783 |
-
msgid ""
|
784 |
-
"
|
785 |
-
|
786 |
-
|
787 |
-
|
788 |
-
|
789 |
-
|
790 |
-
|
791 |
-
|
792 |
-
|
793 |
-
|
794 |
-
|
795 |
-
|
796 |
-
|
797 |
-
|
798 |
-
|
799 |
-
|
800 |
-
"
|
801 |
-
|
802 |
-
|
803 |
-
|
804 |
-
|
805 |
-
"
|
806 |
-
|
807 |
-
|
808 |
-
|
809 |
-
|
810 |
-
|
811 |
-
|
812 |
-
|
813 |
-
"
|
814 |
-
"
|
815 |
-
|
816 |
-
|
817 |
-
|
818 |
-
|
819 |
-
|
820 |
-
|
821 |
-
"
|
822 |
-
|
823 |
-
|
824 |
-
|
825 |
-
|
826 |
-
|
827 |
-
|
828 |
-
|
829 |
-
|
830 |
-
|
831 |
-
|
832 |
-
|
833 |
-
|
834 |
-
msgid "
|
835 |
-
msgstr ""
|
836 |
-
|
837 |
-
#:
|
838 |
-
|
839 |
-
|
840 |
-
|
841 |
-
|
842 |
-
|
843 |
-
|
844 |
-
|
845 |
-
|
846 |
-
|
847 |
-
|
848 |
-
|
849 |
-
|
850 |
-
|
851 |
-
|
852 |
-
|
853 |
-
|
854 |
-
|
855 |
-
|
856 |
-
|
857 |
-
|
858 |
-
|
859 |
-
msgid "
|
860 |
-
msgstr ""
|
861 |
-
|
862 |
-
#:
|
863 |
-
|
864 |
-
|
865 |
-
|
866 |
-
|
867 |
-
|
868 |
-
|
869 |
-
|
870 |
-
|
871 |
-
|
872 |
-
|
873 |
-
|
874 |
-
|
875 |
-
|
876 |
-
|
877 |
-
|
878 |
-
|
879 |
-
|
880 |
-
|
881 |
-
|
882 |
-
|
883 |
-
|
884 |
-
|
885 |
-
|
886 |
-
|
887 |
-
#: modules/
|
888 |
-
|
889 |
-
|
890 |
-
"
|
891 |
-
|
892 |
-
|
893 |
-
|
894 |
-
|
895 |
-
|
896 |
-
|
897 |
-
|
898 |
-
#: modules/
|
899 |
-
|
900 |
-
|
901 |
-
|
902 |
-
|
903 |
-
|
904 |
-
|
905 |
-
|
906 |
-
"
|
907 |
-
|
908 |
-
|
909 |
-
|
910 |
-
|
911 |
-
|
912 |
-
|
913 |
-
|
914 |
-
|
915 |
-
#: modules/import-export/classes/import.php:
|
916 |
-
#: modules/import-export/classes/import.php:
|
917 |
-
|
918 |
-
|
919 |
-
|
920 |
-
|
921 |
-
|
922 |
-
|
923 |
-
|
924 |
-
|
925 |
-
|
926 |
-
|
927 |
-
|
928 |
-
|
929 |
-
|
930 |
-
|
931 |
-
|
932 |
-
|
933 |
-
|
934 |
-
|
935 |
-
|
936 |
-
|
937 |
-
|
938 |
-
|
939 |
-
|
940 |
-
|
941 |
-
|
942 |
-
|
943 |
-
|
944 |
-
|
945 |
-
|
946 |
-
|
947 |
-
|
948 |
-
|
949 |
-
|
950 |
-
|
951 |
-
|
952 |
-
|
953 |
-
|
954 |
-
|
955 |
-
|
956 |
-
|
957 |
-
|
958 |
-
|
959 |
-
|
960 |
-
|
961 |
-
|
962 |
-
|
963 |
-
|
964 |
-
|
965 |
-
|
966 |
-
|
967 |
-
|
968 |
-
|
969 |
-
|
970 |
-
|
971 |
-
|
972 |
-
|
973 |
-
|
974 |
-
|
975 |
-
msgstr ""
|
976 |
-
|
977 |
-
|
978 |
-
|
979 |
-
|
980 |
-
|
981 |
-
|
982 |
-
|
983 |
-
|
984 |
-
|
985 |
-
|
986 |
-
|
987 |
-
|
988 |
-
|
989 |
-
|
990 |
-
|
991 |
-
|
992 |
-
|
993 |
-
|
994 |
-
|
995 |
-
|
996 |
-
|
997 |
-
|
998 |
-
|
999 |
-
"
|
1000 |
-
msgstr ""
|
1001 |
-
|
1002 |
-
#: modules/
|
1003 |
-
|
1004 |
-
|
1005 |
-
|
1006 |
-
|
1007 |
-
|
1008 |
-
|
1009 |
-
|
1010 |
-
|
1011 |
-
|
1012 |
-
|
1013 |
-
|
1014 |
-
|
1015 |
-
|
1016 |
-
|
1017 |
-
msgid "
|
1018 |
-
msgstr ""
|
1019 |
-
|
1020 |
-
#: modules/
|
1021 |
-
|
1022 |
-
|
1023 |
-
|
1024 |
-
|
1025 |
-
|
1026 |
-
|
1027 |
-
|
1028 |
-
|
1029 |
-
msgid "
|
1030 |
-
msgstr ""
|
1031 |
-
|
1032 |
-
#: modules/
|
1033 |
-
|
1034 |
-
msgid ""
|
1035 |
-
|
1036 |
-
|
1037 |
-
|
1038 |
-
|
1039 |
-
|
1040 |
-
|
1041 |
-
|
1042 |
-
|
1043 |
-
|
1044 |
-
|
1045 |
-
|
1046 |
-
|
1047 |
-
|
1048 |
-
|
1049 |
-
|
1050 |
-
|
1051 |
-
|
1052 |
-
|
1053 |
-
|
1054 |
-
|
1055 |
-
|
1056 |
-
|
1057 |
-
|
1058 |
-
|
1059 |
-
|
1060 |
-
|
1061 |
-
|
1062 |
-
|
1063 |
-
|
1064 |
-
|
1065 |
-
|
1066 |
-
|
1067 |
-
|
1068 |
-
msgid "
|
1069 |
-
msgstr "
|
1070 |
-
|
1071 |
-
#:
|
1072 |
-
|
1073 |
-
|
1074 |
-
|
1075 |
-
|
1076 |
-
|
1077 |
-
|
1078 |
-
|
1079 |
-
|
1080 |
-
|
1081 |
-
|
1082 |
-
|
1083 |
-
|
1084 |
-
|
1085 |
-
|
1086 |
-
|
1087 |
-
|
1088 |
-
|
1089 |
-
|
1090 |
-
|
1091 |
-
|
1092 |
-
msgstr "
|
1093 |
-
|
1094 |
-
|
1095 |
-
|
1096 |
-
|
1097 |
-
|
1098 |
-
|
1099 |
-
|
1100 |
-
msgstr "
|
1101 |
-
|
1102 |
-
|
1103 |
-
|
1104 |
-
|
1105 |
-
|
1106 |
-
|
1107 |
-
|
1108 |
-
|
1109 |
-
|
1110 |
-
|
1111 |
-
|
1112 |
-
|
1113 |
-
|
1114 |
-
"
|
1115 |
-
|
1116 |
-
|
1117 |
-
|
1118 |
-
|
1119 |
-
|
1120 |
-
|
1121 |
-
|
1122 |
-
|
1123 |
-
|
1124 |
-
|
1125 |
-
|
1126 |
-
|
1127 |
-
|
1128 |
-
|
1129 |
-
|
1130 |
-
msgid "
|
1131 |
-
|
1132 |
-
|
1133 |
-
|
1134 |
-
|
1135 |
-
|
1136 |
-
|
1137 |
-
|
1138 |
-
|
1139 |
-
|
1140 |
-
|
1141 |
-
|
1142 |
-
|
1143 |
-
|
1144 |
-
|
1145 |
-
|
1146 |
-
|
1147 |
-
|
1148 |
-
|
1149 |
-
msgstr ""
|
1150 |
-
|
1151 |
-
|
1152 |
-
|
1153 |
-
|
1154 |
-
|
1155 |
-
|
1156 |
-
|
1157 |
-
#: classes/
|
1158 |
-
msgid ""
|
1159 |
-
|
1160 |
-
|
1161 |
-
|
1162 |
-
"
|
1163 |
-
"
|
1164 |
-
|
1165 |
-
#:
|
1166 |
-
#, php-format
|
1167 |
-
msgid "
|
1168 |
-
msgstr "
|
1169 |
-
|
1170 |
-
#:
|
1171 |
-
|
1172 |
-
msgid "
|
1173 |
-
msgstr "
|
1174 |
-
|
1175 |
-
#:
|
1176 |
-
|
1177 |
-
|
1178 |
-
|
1179 |
-
|
1180 |
-
#:
|
1181 |
-
|
1182 |
-
|
1183 |
-
|
1184 |
-
|
1185 |
-
|
1186 |
-
|
1187 |
-
|
1188 |
-
|
1189 |
-
|
1190 |
-
|
1191 |
-
|
1192 |
-
|
1193 |
-
|
1194 |
-
|
1195 |
-
|
1196 |
-
|
1197 |
-
|
1198 |
-
|
1199 |
-
"
|
1200 |
-
|
1201 |
-
|
1202 |
-
|
1203 |
-
|
1204 |
-
|
1205 |
-
|
1206 |
-
|
1207 |
-
|
1208 |
-
|
1209 |
-
|
1210 |
-
|
1211 |
-
"
|
1212 |
-
|
1213 |
-
"
|
1214 |
-
|
1215 |
-
|
1216 |
-
|
1217 |
-
|
1218 |
-
|
1219 |
-
|
1220 |
-
|
1221 |
-
|
1222 |
-
|
1223 |
-
|
1224 |
-
|
1225 |
-
"
|
1226 |
-
"
|
1227 |
-
|
1228 |
-
|
1229 |
-
"
|
1230 |
-
"
|
1231 |
-
|
1232 |
-
|
1233 |
-
|
1234 |
-
|
1235 |
-
|
1236 |
-
|
1237 |
-
|
1238 |
-
|
1239 |
-
|
1240 |
-
|
1241 |
-
|
1242 |
-
|
1243 |
-
|
1244 |
-
|
1245 |
-
|
1246 |
-
"
|
1247 |
-
|
1248 |
-
|
1249 |
-
"
|
1250 |
-
"
|
1251 |
-
|
1252 |
-
|
1253 |
-
|
1254 |
-
|
1255 |
-
|
1256 |
-
|
1257 |
-
|
1258 |
-
|
1259 |
-
|
1260 |
-
|
1261 |
-
|
1262 |
-
|
1263 |
-
|
1264 |
-
|
1265 |
-
|
1266 |
-
msgid ""
|
1267 |
-
"
|
1268 |
-
|
1269 |
-
|
1270 |
-
|
1271 |
-
"
|
1272 |
-
|
1273 |
-
|
1274 |
-
|
1275 |
-
|
1276 |
-
|
1277 |
-
|
1278 |
-
|
1279 |
-
|
1280 |
-
|
1281 |
-
|
1282 |
-
|
1283 |
-
|
1284 |
-
|
1285 |
-
|
1286 |
-
|
1287 |
-
|
1288 |
-
|
1289 |
-
|
1290 |
-
|
1291 |
-
|
1292 |
-
|
1293 |
-
|
1294 |
-
msgid "
|
1295 |
-
|
1296 |
-
|
1297 |
-
|
1298 |
-
|
1299 |
-
|
1300 |
-
|
1301 |
-
#: classes/
|
1302 |
-
msgid "
|
1303 |
-
msgstr "
|
1304 |
-
|
1305 |
-
#: classes/
|
1306 |
-
msgid "
|
1307 |
-
|
1308 |
-
|
1309 |
-
|
1310 |
-
|
1311 |
-
|
1312 |
-
|
1313 |
-
|
1314 |
-
|
1315 |
-
|
1316 |
-
|
1317 |
-
|
1318 |
-
|
1319 |
-
|
1320 |
-
|
1321 |
-
|
1322 |
-
|
1323 |
-
|
1324 |
-
|
1325 |
-
|
1326 |
-
|
1327 |
-
msgstr "
|
1328 |
-
|
1329 |
-
|
1330 |
-
|
1331 |
-
|
1332 |
-
|
1333 |
-
|
1334 |
-
|
1335 |
-
|
1336 |
-
|
1337 |
-
|
1338 |
-
|
1339 |
-
|
1340 |
-
|
1341 |
-
|
1342 |
-
msgid "
|
1343 |
-
|
1344 |
-
|
1345 |
-
|
1346 |
-
|
1347 |
-
|
1348 |
-
|
1349 |
-
|
1350 |
-
|
1351 |
-
|
1352 |
-
|
1353 |
-
|
1354 |
-
|
1355 |
-
|
1356 |
-
|
1357 |
-
|
1358 |
-
|
1359 |
-
|
1360 |
-
|
1361 |
-
|
1362 |
-
|
1363 |
-
|
1364 |
-
|
1365 |
-
|
1366 |
-
|
1367 |
-
|
1368 |
-
|
1369 |
-
|
1370 |
-
|
1371 |
-
|
1372 |
-
|
1373 |
-
|
1374 |
-
|
1375 |
-
|
1376 |
-
|
1377 |
-
|
1378 |
-
|
1379 |
-
|
1380 |
-
|
1381 |
-
|
1382 |
-
msgid "
|
1383 |
-
msgstr "
|
1384 |
-
|
1385 |
-
#: classes/
|
1386 |
-
|
1387 |
-
|
1388 |
-
|
1389 |
-
|
1390 |
-
|
1391 |
-
|
1392 |
-
|
1393 |
-
|
1394 |
-
|
1395 |
-
|
1396 |
-
|
1397 |
-
|
1398 |
-
|
1399 |
-
|
1400 |
-
|
1401 |
-
|
1402 |
-
|
1403 |
-
|
1404 |
-
|
1405 |
-
|
1406 |
-
|
1407 |
-
|
1408 |
-
|
1409 |
-
|
1410 |
-
|
1411 |
-
|
1412 |
-
|
1413 |
-
|
1414 |
-
|
1415 |
-
|
1416 |
-
|
1417 |
-
|
1418 |
-
|
1419 |
-
|
1420 |
-
|
1421 |
-
|
1422 |
-
|
1423 |
-
|
1424 |
-
|
1425 |
-
|
1426 |
-
|
1427 |
-
|
1428 |
-
|
1429 |
-
|
1430 |
-
|
1431 |
-
|
1432 |
-
|
1433 |
-
|
1434 |
-
|
1435 |
-
|
1436 |
-
|
1437 |
-
|
1438 |
-
|
1439 |
-
|
1440 |
-
|
1441 |
-
|
1442 |
-
|
1443 |
-
|
1444 |
-
|
1445 |
-
|
1446 |
-
|
1447 |
-
|
1448 |
-
|
1449 |
-
|
1450 |
-
|
1451 |
-
|
1452 |
-
#:
|
1453 |
-
|
1454 |
-
|
1455 |
-
|
1456 |
-
|
1457 |
-
|
1458 |
-
|
1459 |
-
|
1460 |
-
#:
|
1461 |
-
|
1462 |
-
|
1463 |
-
|
1464 |
-
|
1465 |
-
|
1466 |
-
|
1467 |
-
|
1468 |
-
|
1469 |
-
|
1470 |
-
|
1471 |
-
|
1472 |
-
|
1473 |
-
|
1474 |
-
|
1475 |
-
|
1476 |
-
|
1477 |
-
msgid "
|
1478 |
-
msgstr "
|
1479 |
-
|
1480 |
-
#:
|
1481 |
-
msgid "
|
1482 |
-
msgstr "
|
1483 |
-
|
1484 |
-
#:
|
1485 |
-
msgid "
|
1486 |
-
msgstr "
|
1487 |
-
|
1488 |
-
#:
|
1489 |
-
msgid "
|
1490 |
-
msgstr "
|
1491 |
-
|
1492 |
-
#:
|
1493 |
-
msgid "
|
1494 |
-
msgstr "
|
1495 |
-
|
1496 |
-
#:
|
1497 |
-
msgid "
|
1498 |
-
msgstr "
|
1499 |
-
|
1500 |
-
#:
|
1501 |
-
msgid "
|
1502 |
-
msgstr "
|
1503 |
-
|
1504 |
-
#:
|
1505 |
-
msgid "
|
1506 |
-
msgstr "
|
1507 |
-
|
1508 |
-
#:
|
1509 |
-
msgid "
|
1510 |
-
msgstr "
|
1511 |
-
|
1512 |
-
#:
|
1513 |
-
|
1514 |
-
|
1515 |
-
|
1516 |
-
|
1517 |
-
|
1518 |
-
|
1519 |
-
|
1520 |
-
|
1521 |
-
|
1522 |
-
|
1523 |
-
|
1524 |
-
|
1525 |
-
|
1526 |
-
|
1527 |
-
|
1528 |
-
|
1529 |
-
|
1530 |
-
|
1531 |
-
|
1532 |
-
#:
|
1533 |
-
|
1534 |
-
|
1535 |
-
|
1536 |
-
|
1537 |
-
|
1538 |
-
|
1539 |
-
|
1540 |
-
|
1541 |
-
|
1542 |
-
|
1543 |
-
|
1544 |
-
|
1545 |
-
|
1546 |
-
#:
|
1547 |
-
msgid "
|
1548 |
-
msgstr "
|
1549 |
-
|
1550 |
-
#:
|
1551 |
-
|
1552 |
-
|
1553 |
-
|
1554 |
-
|
1555 |
-
|
1556 |
-
|
1557 |
-
|
1558 |
-
#:
|
1559 |
-
|
1560 |
-
|
1561 |
-
|
1562 |
-
|
1563 |
-
|
1564 |
-
|
1565 |
-
|
1566 |
-
|
1567 |
-
|
1568 |
-
|
1569 |
-
|
1570 |
-
|
1571 |
-
|
1572 |
-
|
1573 |
-
|
1574 |
-
|
1575 |
-
|
1576 |
-
|
1577 |
-
|
1578 |
-
|
1579 |
-
|
1580 |
-
|
1581 |
-
|
1582 |
-
|
1583 |
-
#:
|
1584 |
-
|
1585 |
-
|
1586 |
-
|
1587 |
-
|
1588 |
-
|
1589 |
-
|
1590 |
-
|
1591 |
-
|
1592 |
-
|
1593 |
-
|
1594 |
-
|
1595 |
-
|
1596 |
-
|
1597 |
-
|
1598 |
-
|
1599 |
-
|
1600 |
-
|
1601 |
-
|
1602 |
-
|
1603 |
-
|
1604 |
-
|
1605 |
-
|
1606 |
-
|
1607 |
-
|
1608 |
-
|
1609 |
-
|
1610 |
-
|
1611 |
-
|
1612 |
-
|
1613 |
-
|
1614 |
-
|
1615 |
-
|
1616 |
-
|
1617 |
-
|
1618 |
-
|
1619 |
-
|
1620 |
-
|
1621 |
-
#: admin/includes/class-ad-
|
1622 |
-
|
1623 |
-
|
1624 |
-
|
1625 |
-
|
1626 |
-
|
1627 |
-
|
1628 |
-
|
1629 |
-
|
1630 |
-
|
1631 |
-
#:
|
1632 |
-
|
1633 |
-
|
1634 |
-
|
1635 |
-
|
1636 |
-
|
1637 |
-
|
1638 |
-
|
1639 |
-
|
1640 |
-
|
1641 |
-
|
1642 |
-
|
1643 |
-
|
1644 |
-
|
1645 |
-
|
1646 |
-
|
1647 |
-
|
1648 |
-
|
1649 |
-
|
1650 |
-
"
|
1651 |
-
"
|
1652 |
-
|
1653 |
-
#:
|
1654 |
-
msgid "
|
1655 |
-
msgstr "Anúncio
|
1656 |
-
|
1657 |
-
|
1658 |
-
|
1659 |
-
|
1660 |
-
|
1661 |
-
|
1662 |
-
|
1663 |
-
|
1664 |
-
|
1665 |
-
|
1666 |
-
|
1667 |
-
|
1668 |
-
|
1669 |
-
|
1670 |
-
|
1671 |
-
|
1672 |
-
msgid "
|
1673 |
-
msgstr "
|
1674 |
-
|
1675 |
-
#: admin/includes/class-ad-
|
1676 |
-
|
1677 |
-
|
1678 |
-
|
1679 |
-
|
1680 |
-
|
1681 |
-
#: admin/includes/class-ad-
|
1682 |
-
|
1683 |
-
|
1684 |
-
|
1685 |
-
|
1686 |
-
|
1687 |
-
|
1688 |
-
|
1689 |
-
|
1690 |
-
|
1691 |
-
|
1692 |
-
|
1693 |
-
|
1694 |
-
|
1695 |
-
|
1696 |
-
|
1697 |
-
|
1698 |
-
|
1699 |
-
|
1700 |
-
|
1701 |
-
|
1702 |
-
|
1703 |
-
|
1704 |
-
|
1705 |
-
|
1706 |
-
|
1707 |
-
|
1708 |
-
|
1709 |
-
|
1710 |
-
|
1711 |
-
|
1712 |
-
|
1713 |
-
|
1714 |
-
|
1715 |
-
|
1716 |
-
|
1717 |
-
|
1718 |
-
|
1719 |
-
|
1720 |
-
|
1721 |
-
|
1722 |
-
|
1723 |
-
|
1724 |
-
|
1725 |
-
|
1726 |
-
#: admin/includes/class-
|
1727 |
-
msgid "
|
1728 |
-
msgstr "
|
1729 |
-
|
1730 |
-
#: admin/includes/class-
|
1731 |
-
msgid "
|
1732 |
-
msgstr "
|
1733 |
-
|
1734 |
-
#: admin/includes/class-
|
1735 |
-
msgid "
|
1736 |
-
msgstr "
|
1737 |
-
|
1738 |
-
#: admin/includes/class-
|
1739 |
-
msgid "
|
1740 |
-
msgstr "
|
1741 |
-
|
1742 |
-
#: admin/includes/class-
|
1743 |
-
msgid ""
|
1744 |
-
"
|
1745 |
-
|
1746 |
-
|
1747 |
-
|
1748 |
-
|
1749 |
-
|
1750 |
-
|
1751 |
-
|
1752 |
-
|
1753 |
-
|
1754 |
-
|
1755 |
-
|
1756 |
-
|
1757 |
-
#: admin/includes/class-
|
1758 |
-
|
1759 |
-
|
1760 |
-
|
1761 |
-
|
1762 |
-
#: admin/includes/class-
|
1763 |
-
|
1764 |
-
|
1765 |
-
|
1766 |
-
|
1767 |
-
|
1768 |
-
|
1769 |
-
|
1770 |
-
|
1771 |
-
|
1772 |
-
|
1773 |
-
|
1774 |
-
|
1775 |
-
|
1776 |
-
msgid "
|
1777 |
-
msgstr "
|
1778 |
-
|
1779 |
-
|
1780 |
-
|
1781 |
-
|
1782 |
-
|
1783 |
-
|
1784 |
-
|
1785 |
-
|
1786 |
-
|
1787 |
-
|
1788 |
-
|
1789 |
-
msgid "
|
1790 |
-
msgstr "
|
1791 |
-
|
1792 |
-
#: admin/includes/class-
|
1793 |
-
msgid "
|
1794 |
-
msgstr "
|
1795 |
-
|
1796 |
-
#: admin/includes/class-
|
1797 |
-
msgid "
|
1798 |
-
msgstr "
|
1799 |
-
|
1800 |
-
#: admin/includes/class-
|
1801 |
-
msgid "
|
1802 |
-
msgstr "
|
1803 |
-
|
1804 |
-
#: admin/includes/class-
|
1805 |
-
|
1806 |
-
|
1807 |
-
|
1808 |
-
|
1809 |
-
|
1810 |
-
"
|
1811 |
-
|
1812 |
-
|
1813 |
-
|
1814 |
-
|
1815 |
-
|
1816 |
-
|
1817 |
-
"
|
1818 |
-
|
1819 |
-
|
1820 |
-
|
1821 |
-
|
1822 |
-
msgid ""
|
1823 |
-
"
|
1824 |
-
|
1825 |
-
|
1826 |
-
|
1827 |
-
"
|
1828 |
-
|
1829 |
-
|
1830 |
-
|
1831 |
-
|
1832 |
-
|
1833 |
-
|
1834 |
-
|
1835 |
-
|
1836 |
-
|
1837 |
-
|
1838 |
-
|
1839 |
-
|
1840 |
-
|
1841 |
-
|
1842 |
-
|
1843 |
-
|
1844 |
-
|
1845 |
-
msgstr "
|
1846 |
-
|
1847 |
-
|
1848 |
-
|
1849 |
-
|
1850 |
-
|
1851 |
-
|
1852 |
-
|
1853 |
-
|
1854 |
-
|
1855 |
-
|
1856 |
-
|
1857 |
-
|
1858 |
-
|
1859 |
-
|
1860 |
-
|
1861 |
-
|
1862 |
-
|
1863 |
-
|
1864 |
-
|
1865 |
-
|
1866 |
-
|
1867 |
-
|
1868 |
-
|
1869 |
-
|
1870 |
-
|
1871 |
-
|
1872 |
-
|
1873 |
-
|
1874 |
-
|
1875 |
-
|
1876 |
-
|
1877 |
-
|
1878 |
-
|
1879 |
-
|
1880 |
-
|
1881 |
-
|
1882 |
-
|
1883 |
-
"
|
1884 |
-
msgstr ""
|
1885 |
-
|
1886 |
-
|
1887 |
-
|
1888 |
-
|
1889 |
-
|
1890 |
-
|
1891 |
-
|
1892 |
-
|
1893 |
-
|
1894 |
-
|
1895 |
-
|
1896 |
-
|
1897 |
-
|
1898 |
-
|
1899 |
-
|
1900 |
-
|
1901 |
-
|
1902 |
-
|
1903 |
-
|
1904 |
-
|
1905 |
-
|
1906 |
-
|
1907 |
-
|
1908 |
-
|
1909 |
-
"
|
1910 |
-
|
1911 |
-
|
1912 |
-
|
1913 |
-
|
1914 |
-
|
1915 |
-
|
1916 |
-
|
1917 |
-
|
1918 |
-
|
1919 |
-
|
1920 |
-
|
1921 |
-
|
1922 |
-
"
|
1923 |
-
"
|
1924 |
-
|
1925 |
-
|
1926 |
-
|
1927 |
-
|
1928 |
-
|
1929 |
-
|
1930 |
-
|
1931 |
-
|
1932 |
-
|
1933 |
-
|
1934 |
-
|
1935 |
-
msgid "
|
1936 |
-
msgstr "
|
1937 |
-
|
1938 |
-
#: admin/includes/class-overview-widgets.php:
|
1939 |
-
|
1940 |
-
|
1941 |
-
|
1942 |
-
|
1943 |
-
|
1944 |
-
|
1945 |
-
|
1946 |
-
|
1947 |
-
|
1948 |
-
|
1949 |
-
|
1950 |
-
|
1951 |
-
msgid ""
|
1952 |
-
"
|
1953 |
-
|
1954 |
-
|
1955 |
-
"
|
1956 |
-
|
1957 |
-
|
1958 |
-
#: admin/includes/class-overview-widgets.php:
|
1959 |
-
msgid ""
|
1960 |
-
"
|
1961 |
-
|
1962 |
-
|
1963 |
-
"
|
1964 |
-
"
|
1965 |
-
|
1966 |
-
#: admin/includes/class-overview-widgets.php:
|
1967 |
-
|
1968 |
-
|
1969 |
-
|
1970 |
-
|
1971 |
-
|
1972 |
-
|
1973 |
-
|
1974 |
-
|
1975 |
-
#: admin/includes/class-overview-widgets.php:
|
1976 |
-
msgid "
|
1977 |
-
msgstr "
|
1978 |
-
|
1979 |
-
#: admin/includes/class-overview-widgets.php:
|
1980 |
-
msgid "
|
1981 |
-
|
1982 |
-
|
1983 |
-
|
1984 |
-
|
1985 |
-
|
1986 |
-
|
1987 |
-
|
1988 |
-
|
1989 |
-
|
1990 |
-
|
1991 |
-
|
1992 |
-
|
1993 |
-
|
1994 |
-
|
1995 |
-
|
1996 |
-
|
1997 |
-
|
1998 |
-
|
1999 |
-
|
2000 |
-
|
2001 |
-
|
2002 |
-
|
2003 |
-
|
2004 |
-
|
2005 |
-
|
2006 |
-
|
2007 |
-
|
2008 |
-
|
2009 |
-
msgstr "
|
2010 |
-
|
2011 |
-
|
2012 |
-
|
2013 |
-
|
2014 |
-
|
2015 |
-
|
2016 |
-
|
2017 |
-
|
2018 |
-
|
2019 |
-
"
|
2020 |
-
|
2021 |
-
|
2022 |
-
|
2023 |
-
|
2024 |
-
|
2025 |
-
|
2026 |
-
|
2027 |
-
|
2028 |
-
|
2029 |
-
|
2030 |
-
|
2031 |
-
|
2032 |
-
|
2033 |
-
|
2034 |
-
|
2035 |
-
|
2036 |
-
|
2037 |
-
|
2038 |
-
|
2039 |
-
msgid "
|
2040 |
-
msgstr "
|
2041 |
-
|
2042 |
-
|
2043 |
-
|
2044 |
-
|
2045 |
-
|
2046 |
-
|
2047 |
-
|
2048 |
-
|
2049 |
-
|
2050 |
-
|
2051 |
-
"
|
2052 |
-
"
|
2053 |
-
|
2054 |
-
|
2055 |
-
|
2056 |
-
|
2057 |
-
|
2058 |
-
|
2059 |
-
|
2060 |
-
|
2061 |
-
|
2062 |
-
|
2063 |
-
|
2064 |
-
|
2065 |
-
|
2066 |
-
|
2067 |
-
msgid "
|
2068 |
-
msgstr ""
|
2069 |
-
|
2070 |
-
|
2071 |
-
|
2072 |
-
|
2073 |
-
|
2074 |
-
|
2075 |
-
|
2076 |
-
|
2077 |
-
|
2078 |
-
|
2079 |
-
|
2080 |
-
|
2081 |
-
|
2082 |
-
|
2083 |
-
|
2084 |
-
|
2085 |
-
|
2086 |
-
|
2087 |
-
|
2088 |
-
|
2089 |
-
|
2090 |
-
|
2091 |
-
|
2092 |
-
|
2093 |
-
|
2094 |
-
|
2095 |
-
|
2096 |
-
|
2097 |
-
|
2098 |
-
|
2099 |
-
|
2100 |
-
|
2101 |
-
|
2102 |
-
|
2103 |
-
|
2104 |
-
|
2105 |
-
|
2106 |
-
|
2107 |
-
|
2108 |
-
|
2109 |
-
|
2110 |
-
|
2111 |
-
|
2112 |
-
|
2113 |
-
|
2114 |
-
|
2115 |
-
|
2116 |
-
|
2117 |
-
|
2118 |
-
|
2119 |
-
|
2120 |
-
|
2121 |
-
|
2122 |
-
|
2123 |
-
|
2124 |
-
|
2125 |
-
|
2126 |
-
|
2127 |
-
|
2128 |
-
|
2129 |
-
|
2130 |
-
|
2131 |
-
|
2132 |
-
|
2133 |
-
|
2134 |
-
|
2135 |
-
|
2136 |
-
|
2137 |
-
|
2138 |
-
|
2139 |
-
|
2140 |
-
|
2141 |
-
|
2142 |
-
|
2143 |
-
|
2144 |
-
|
2145 |
-
|
2146 |
-
|
2147 |
-
|
2148 |
-
|
2149 |
-
msgstr "
|
2150 |
-
|
2151 |
-
|
2152 |
-
|
2153 |
-
|
2154 |
-
|
2155 |
-
|
2156 |
-
|
2157 |
-
|
2158 |
-
|
2159 |
-
|
2160 |
-
|
2161 |
-
|
2162 |
-
|
2163 |
-
|
2164 |
-
|
2165 |
-
|
2166 |
-
|
2167 |
-
|
2168 |
-
|
2169 |
-
|
2170 |
-
|
2171 |
-
|
2172 |
-
|
2173 |
-
|
2174 |
-
|
2175 |
-
|
2176 |
-
|
2177 |
-
|
2178 |
-
|
2179 |
-
|
2180 |
-
"
|
2181 |
-
|
2182 |
-
|
2183 |
-
|
2184 |
-
|
2185 |
-
|
2186 |
-
|
2187 |
-
"
|
2188 |
-
"
|
2189 |
-
|
2190 |
-
|
2191 |
-
"
|
2192 |
-
"
|
2193 |
-
|
2194 |
-
#: admin/includes/class-settings.php:
|
2195 |
-
msgid ""
|
2196 |
-
|
2197 |
-
|
2198 |
-
|
2199 |
-
|
2200 |
-
|
2201 |
-
|
2202 |
-
#: admin/includes/class-settings.php:
|
2203 |
-
msgid ""
|
2204 |
-
"
|
2205 |
-
|
2206 |
-
|
2207 |
-
"
|
2208 |
-
"
|
2209 |
-
|
2210 |
-
|
2211 |
-
|
2212 |
-
|
2213 |
-
|
2214 |
-
|
2215 |
-
"
|
2216 |
-
"
|
2217 |
-
|
2218 |
-
|
2219 |
-
"
|
2220 |
-
"
|
2221 |
-
|
2222 |
-
#: admin/includes/class-settings.php:
|
2223 |
-
msgid ""
|
2224 |
-
"
|
2225 |
-
|
2226 |
-
|
2227 |
-
|
2228 |
-
"
|
2229 |
-
|
2230 |
-
|
2231 |
-
|
2232 |
-
|
2233 |
-
|
2234 |
-
|
2235 |
-
"
|
2236 |
-
"
|
2237 |
-
|
2238 |
-
|
2239 |
-
"
|
2240 |
-
"
|
2241 |
-
|
2242 |
-
#: admin/includes/class-settings.php:
|
2243 |
-
msgid ""
|
2244 |
-
"
|
2245 |
-
|
2246 |
-
|
2247 |
-
|
2248 |
-
"
|
2249 |
-
|
2250 |
-
|
2251 |
-
"
|
2252 |
-
|
2253 |
-
|
2254 |
-
|
2255 |
-
|
2256 |
-
|
2257 |
-
|
2258 |
-
|
2259 |
-
|
2260 |
-
|
2261 |
-
|
2262 |
-
|
2263 |
-
|
2264 |
-
|
2265 |
-
|
2266 |
-
|
2267 |
-
|
2268 |
-
|
2269 |
-
|
2270 |
-
|
2271 |
-
|
2272 |
-
|
2273 |
-
|
2274 |
-
|
2275 |
-
msgid ""
|
2276 |
-
"
|
2277 |
-
"
|
2278 |
-
msgstr ""
|
2279 |
-
"
|
2280 |
-
"
|
2281 |
-
|
2282 |
-
#: admin/includes/class-settings.php:
|
2283 |
-
|
2284 |
-
|
2285 |
-
|
2286 |
-
|
2287 |
-
|
2288 |
-
|
2289 |
-
"
|
2290 |
-
|
2291 |
-
"
|
2292 |
-
|
2293 |
-
|
2294 |
-
|
2295 |
-
|
2296 |
-
|
2297 |
-
|
2298 |
-
|
2299 |
-
|
2300 |
-
|
2301 |
-
|
2302 |
-
|
2303 |
-
"
|
2304 |
-
"
|
2305 |
-
"
|
2306 |
-
|
2307 |
-
|
2308 |
-
|
2309 |
-
|
2310 |
-
|
2311 |
-
|
2312 |
-
msgid ""
|
2313 |
-
"
|
2314 |
-
"
|
2315 |
-
|
2316 |
-
|
2317 |
-
"
|
2318 |
-
"
|
2319 |
-
|
2320 |
-
|
2321 |
-
|
2322 |
-
|
2323 |
-
"
|
2324 |
-
|
2325 |
-
"
|
2326 |
-
|
2327 |
-
|
2328 |
-
|
2329 |
-
|
2330 |
-
|
2331 |
-
|
2332 |
-
|
2333 |
-
|
2334 |
-
|
2335 |
-
|
2336 |
-
|
2337 |
-
"
|
2338 |
-
"
|
2339 |
-
"
|
2340 |
-
|
2341 |
-
|
2342 |
-
|
2343 |
-
"
|
2344 |
-
|
2345 |
-
|
2346 |
-
|
2347 |
-
|
2348 |
-
"<
|
2349 |
-
"
|
2350 |
-
"
|
2351 |
-
|
2352 |
-
|
2353 |
-
|
2354 |
-
"
|
2355 |
-
|
2356 |
-
|
2357 |
-
"
|
2358 |
-
"
|
2359 |
-
|
2360 |
-
|
2361 |
-
|
2362 |
-
"
|
2363 |
-
"<
|
2364 |
-
|
2365 |
-
|
2366 |
-
|
2367 |
-
|
2368 |
-
|
2369 |
-
|
2370 |
-
"
|
2371 |
-
|
2372 |
-
|
2373 |
-
|
2374 |
-
|
2375 |
-
|
2376 |
-
|
2377 |
-
|
2378 |
-
|
2379 |
-
|
2380 |
-
|
2381 |
-
#: admin/includes/
|
2382 |
-
|
2383 |
-
|
2384 |
-
|
2385 |
-
|
2386 |
-
|
2387 |
-
|
2388 |
-
|
2389 |
-
msgstr "
|
2390 |
-
|
2391 |
-
|
2392 |
-
|
2393 |
-
|
2394 |
-
msgid ""
|
2395 |
-
"
|
2396 |
-
|
2397 |
-
|
2398 |
-
|
2399 |
-
"
|
2400 |
-
|
2401 |
-
|
2402 |
-
|
2403 |
-
|
2404 |
-
|
2405 |
-
|
2406 |
-
|
2407 |
-
|
2408 |
-
|
2409 |
-
|
2410 |
-
|
2411 |
-
|
2412 |
-
|
2413 |
-
|
2414 |
-
|
2415 |
-
|
2416 |
-
|
2417 |
-
|
2418 |
-
|
2419 |
-
|
2420 |
-
|
2421 |
-
|
2422 |
-
|
2423 |
-
|
2424 |
-
|
2425 |
-
|
2426 |
-
|
2427 |
-
#: admin/
|
2428 |
-
|
2429 |
-
|
2430 |
-
|
2431 |
-
|
2432 |
-
|
2433 |
-
|
2434 |
-
|
2435 |
-
|
2436 |
-
|
2437 |
-
|
2438 |
-
|
2439 |
-
|
2440 |
-
|
2441 |
-
|
2442 |
-
|
2443 |
-
|
2444 |
-
#: admin/
|
2445 |
-
|
2446 |
-
msgid "
|
2447 |
-
|
2448 |
-
|
2449 |
-
|
2450 |
-
|
2451 |
-
|
2452 |
-
|
2453 |
-
|
2454 |
-
|
2455 |
-
|
2456 |
-
|
2457 |
-
|
2458 |
-
|
2459 |
-
|
2460 |
-
|
2461 |
-
|
2462 |
-
|
2463 |
-
|
2464 |
-
|
2465 |
-
|
2466 |
-
|
2467 |
-
|
2468 |
-
|
2469 |
-
"
|
2470 |
-
"
|
2471 |
-
|
2472 |
-
"
|
2473 |
-
"
|
2474 |
-
|
2475 |
-
#: admin/
|
2476 |
-
|
2477 |
-
msgid "
|
2478 |
-
msgstr "
|
2479 |
-
|
2480 |
-
#: admin/
|
2481 |
-
|
2482 |
-
msgid "
|
2483 |
-
msgstr "
|
2484 |
-
|
2485 |
-
#: admin/
|
2486 |
-
|
2487 |
-
|
2488 |
-
|
2489 |
-
|
2490 |
-
|
2491 |
-
|
2492 |
-
|
2493 |
-
|
2494 |
-
|
2495 |
-
|
2496 |
-
|
2497 |
-
"
|
2498 |
-
"
|
2499 |
-
|
2500 |
-
|
2501 |
-
"
|
2502 |
-
"
|
2503 |
-
|
2504 |
-
|
2505 |
-
|
2506 |
-
|
2507 |
-
|
2508 |
-
|
2509 |
-
|
2510 |
-
|
2511 |
-
|
2512 |
-
|
2513 |
-
|
2514 |
-
|
2515 |
-
msgstr ""
|
2516 |
-
|
2517 |
-
|
2518 |
-
|
2519 |
-
|
2520 |
-
|
2521 |
-
|
2522 |
-
|
2523 |
-
|
2524 |
-
|
2525 |
-
|
2526 |
-
|
2527 |
-
|
2528 |
-
|
2529 |
-
|
2530 |
-
|
2531 |
-
|
2532 |
-
|
2533 |
-
|
2534 |
-
|
2535 |
-
|
2536 |
-
|
2537 |
-
|
2538 |
-
|
2539 |
-
#: admin/views/ad-
|
2540 |
-
|
2541 |
-
|
2542 |
-
|
2543 |
-
|
2544 |
-
|
2545 |
-
|
2546 |
-
|
2547 |
-
|
2548 |
-
|
2549 |
-
|
2550 |
-
"
|
2551 |
-
|
2552 |
-
|
2553 |
-
|
2554 |
-
|
2555 |
-
|
2556 |
-
|
2557 |
-
|
2558 |
-
|
2559 |
-
|
2560 |
-
|
2561 |
-
|
2562 |
-
|
2563 |
-
|
2564 |
-
|
2565 |
-
|
2566 |
-
|
2567 |
-
|
2568 |
-
"
|
2569 |
-
|
2570 |
-
|
2571 |
-
|
2572 |
-
|
2573 |
-
|
2574 |
-
#: admin/views/ad-
|
2575 |
-
|
2576 |
-
|
2577 |
-
|
2578 |
-
|
2579 |
-
|
2580 |
-
|
2581 |
-
|
2582 |
-
|
2583 |
-
|
2584 |
-
|
2585 |
-
|
2586 |
-
|
2587 |
-
|
2588 |
-
|
2589 |
-
|
2590 |
-
|
2591 |
-
|
2592 |
-
|
2593 |
-
|
2594 |
-
|
2595 |
-
|
2596 |
-
|
2597 |
-
|
2598 |
-
|
2599 |
-
|
2600 |
-
|
2601 |
-
|
2602 |
-
|
2603 |
-
|
2604 |
-
|
2605 |
-
|
2606 |
-
|
2607 |
-
|
2608 |
-
|
2609 |
-
|
2610 |
-
|
2611 |
-
|
2612 |
-
|
2613 |
-
|
2614 |
-
|
2615 |
-
|
2616 |
-
|
2617 |
-
|
2618 |
-
#: admin/views/
|
2619 |
-
|
2620 |
-
|
2621 |
-
|
2622 |
-
|
2623 |
-
|
2624 |
-
|
2625 |
-
|
2626 |
-
|
2627 |
-
|
2628 |
-
|
2629 |
-
|
2630 |
-
#: admin/views/
|
2631 |
-
|
2632 |
-
|
2633 |
-
|
2634 |
-
|
2635 |
-
|
2636 |
-
|
2637 |
-
|
2638 |
-
|
2639 |
-
|
2640 |
-
|
2641 |
-
|
2642 |
-
|
2643 |
-
|
2644 |
-
|
2645 |
-
|
2646 |
-
"
|
2647 |
-
|
2648 |
-
|
2649 |
-
|
2650 |
-
|
2651 |
-
|
2652 |
-
#: admin/views/ad-
|
2653 |
-
|
2654 |
-
|
2655 |
-
|
2656 |
-
|
2657 |
-
|
2658 |
-
|
2659 |
-
|
2660 |
-
|
2661 |
-
|
2662 |
-
|
2663 |
-
|
2664 |
-
|
2665 |
-
|
2666 |
-
|
2667 |
-
|
2668 |
-
|
2669 |
-
|
2670 |
-
|
2671 |
-
|
2672 |
-
|
2673 |
-
|
2674 |
-
|
2675 |
-
|
2676 |
-
|
2677 |
-
|
2678 |
-
|
2679 |
-
"
|
2680 |
-
|
2681 |
-
|
2682 |
-
|
2683 |
-
|
2684 |
-
|
2685 |
-
|
2686 |
-
|
2687 |
-
|
2688 |
-
|
2689 |
-
|
2690 |
-
|
2691 |
-
|
2692 |
-
|
2693 |
-
|
2694 |
-
|
2695 |
-
|
2696 |
-
|
2697 |
-
|
2698 |
-
|
2699 |
-
|
2700 |
-
|
2701 |
-
|
2702 |
-
|
2703 |
-
|
2704 |
-
|
2705 |
-
|
2706 |
-
#: admin/views/ad-
|
2707 |
-
msgid "
|
2708 |
-
msgstr "
|
2709 |
-
|
2710 |
-
#: admin/views/ad-
|
2711 |
-
|
2712 |
-
|
2713 |
-
|
2714 |
-
|
2715 |
-
|
2716 |
-
#: admin/views/ad-
|
2717 |
-
|
2718 |
-
|
2719 |
-
|
2720 |
-
|
2721 |
-
|
2722 |
-
|
2723 |
-
#: admin/views/ad-
|
2724 |
-
|
2725 |
-
|
2726 |
-
"
|
2727 |
-
|
2728 |
-
|
2729 |
-
#: admin/views/ad-
|
2730 |
-
|
2731 |
-
|
2732 |
-
|
2733 |
-
|
2734 |
-
|
2735 |
-
|
2736 |
-
|
2737 |
-
|
2738 |
-
|
2739 |
-
|
2740 |
-
|
2741 |
-
|
2742 |
-
"
|
2743 |
-
|
2744 |
-
|
2745 |
-
"
|
2746 |
-
|
2747 |
-
#: admin/views/ad-
|
2748 |
-
|
2749 |
-
|
2750 |
-
|
2751 |
-
|
2752 |
-
|
2753 |
-
|
2754 |
-
|
2755 |
-
|
2756 |
-
|
2757 |
-
|
2758 |
-
|
2759 |
-
|
2760 |
-
|
2761 |
-
"
|
2762 |
-
|
2763 |
-
|
2764 |
-
|
2765 |
-
|
2766 |
-
|
2767 |
-
|
2768 |
-
|
2769 |
-
|
2770 |
-
|
2771 |
-
|
2772 |
-
|
2773 |
-
|
2774 |
-
|
2775 |
-
|
2776 |
-
|
2777 |
-
|
2778 |
-
|
2779 |
-
|
2780 |
-
|
2781 |
-
|
2782 |
-
|
2783 |
-
|
2784 |
-
|
2785 |
-
|
2786 |
-
|
2787 |
-
|
2788 |
-
|
2789 |
-
|
2790 |
-
|
2791 |
-
|
2792 |
-
|
2793 |
-
|
2794 |
-
|
2795 |
-
|
2796 |
-
|
2797 |
-
|
2798 |
-
|
2799 |
-
|
2800 |
-
|
2801 |
-
|
2802 |
-
"
|
2803 |
-
"
|
2804 |
-
|
2805 |
-
|
2806 |
-
"
|
2807 |
-
|
2808 |
-
|
2809 |
-
|
2810 |
-
|
2811 |
-
|
2812 |
-
|
2813 |
-
|
2814 |
-
|
2815 |
-
|
2816 |
-
|
2817 |
-
|
2818 |
-
"
|
2819 |
-
"
|
2820 |
-
"
|
2821 |
-
|
2822 |
-
#: admin/views/
|
2823 |
-
|
2824 |
-
|
2825 |
-
"
|
2826 |
-
msgstr ""
|
2827 |
-
|
2828 |
-
|
2829 |
-
|
2830 |
-
|
2831 |
-
|
2832 |
-
msgstr "
|
2833 |
-
|
2834 |
-
|
2835 |
-
|
2836 |
-
|
2837 |
-
|
2838 |
-
|
2839 |
-
|
2840 |
-
"
|
2841 |
-
"
|
2842 |
-
|
2843 |
-
|
2844 |
-
|
2845 |
-
|
2846 |
-
|
2847 |
-
|
2848 |
-
msgid "
|
2849 |
-
|
2850 |
-
|
2851 |
-
|
2852 |
-
|
2853 |
-
|
2854 |
-
|
2855 |
-
#: admin/views/
|
2856 |
-
msgid ""
|
2857 |
-
"
|
2858 |
-
"
|
2859 |
-
|
2860 |
-
|
2861 |
-
"
|
2862 |
-
|
2863 |
-
|
2864 |
-
|
2865 |
-
|
2866 |
-
|
2867 |
-
|
2868 |
-
|
2869 |
-
|
2870 |
-
|
2871 |
-
|
2872 |
-
|
2873 |
-
|
2874 |
-
|
2875 |
-
|
2876 |
-
|
2877 |
-
|
2878 |
-
|
2879 |
-
|
2880 |
-
|
2881 |
-
|
2882 |
-
|
2883 |
-
|
2884 |
-
|
2885 |
-
|
2886 |
-
|
2887 |
-
|
2888 |
-
msgid ""
|
2889 |
-
|
2890 |
-
|
2891 |
-
|
2892 |
-
"
|
2893 |
-
"
|
2894 |
-
|
2895 |
-
#: admin/views/placements.php:
|
2896 |
-
msgid "
|
2897 |
-
msgstr "
|
2898 |
-
|
2899 |
-
#: admin/views/placements.php:
|
2900 |
-
msgid "
|
2901 |
-
|
2902 |
-
|
2903 |
-
|
2904 |
-
|
2905 |
-
"
|
2906 |
-
|
2907 |
-
|
2908 |
-
"
|
2909 |
-
"
|
2910 |
-
|
2911 |
-
#: admin/views/placements.php:
|
2912 |
-
msgid "
|
2913 |
-
|
2914 |
-
|
2915 |
-
|
2916 |
-
|
2917 |
-
|
2918 |
-
|
2919 |
-
|
2920 |
-
|
2921 |
-
|
2922 |
-
|
2923 |
-
|
2924 |
-
|
2925 |
-
msgstr "
|
2926 |
-
|
2927 |
-
|
2928 |
-
|
2929 |
-
|
2930 |
-
|
2931 |
-
|
2932 |
-
|
2933 |
-
|
2934 |
-
|
2935 |
-
|
2936 |
-
|
2937 |
-
|
2938 |
-
|
2939 |
-
|
2940 |
-
|
2941 |
-
|
2942 |
-
|
2943 |
-
|
2944 |
-
|
2945 |
-
|
2946 |
-
|
2947 |
-
|
2948 |
-
|
2949 |
-
|
2950 |
-
|
2951 |
-
|
2952 |
-
|
2953 |
-
|
2954 |
-
|
2955 |
-
|
2956 |
-
|
2957 |
-
|
2958 |
-
|
2959 |
-
|
2960 |
-
|
2961 |
-
|
2962 |
-
"
|
2963 |
-
|
2964 |
-
|
2965 |
-
"
|
2966 |
-
|
2967 |
-
|
2968 |
-
|
2969 |
-
|
2970 |
-
|
2971 |
-
|
2972 |
-
|
2973 |
-
|
2974 |
-
|
2975 |
-
|
2976 |
-
|
2977 |
-
|
2978 |
-
"
|
2979 |
-
msgstr ""
|
2980 |
-
|
2981 |
-
|
2982 |
-
|
2983 |
-
|
2984 |
-
|
2985 |
-
|
2986 |
-
|
2987 |
-
|
2988 |
-
|
2989 |
-
"
|
2990 |
-
|
2991 |
-
"
|
2992 |
-
|
2993 |
-
|
2994 |
-
|
2995 |
-
"
|
2996 |
-
|
2997 |
-
|
2998 |
-
|
2999 |
-
|
3000 |
-
|
3001 |
-
|
3002 |
-
|
3003 |
-
|
3004 |
-
|
3005 |
-
|
3006 |
-
|
3007 |
-
|
3008 |
-
|
3009 |
-
|
3010 |
-
|
3011 |
-
|
3012 |
-
|
3013 |
-
|
3014 |
-
|
3015 |
-
|
3016 |
-
|
3017 |
-
|
3018 |
-
|
3019 |
-
"
|
3020 |
-
"
|
3021 |
-
|
3022 |
-
|
3023 |
-
"
|
3024 |
-
|
3025 |
-
|
3026 |
-
|
3027 |
-
msgid ""
|
3028 |
-
"
|
3029 |
-
|
3030 |
-
|
3031 |
-
|
3032 |
-
"
|
3033 |
-
|
3034 |
-
|
3035 |
-
"
|
3036 |
-
|
3037 |
-
|
3038 |
-
|
3039 |
-
|
3040 |
-
"
|
3041 |
-
"
|
3042 |
-
|
3043 |
-
|
3044 |
-
|
3045 |
-
"
|
3046 |
-
|
3047 |
-
|
3048 |
-
"
|
3049 |
-
"
|
3050 |
-
|
3051 |
-
#: admin/views/
|
3052 |
-
msgid ""
|
3053 |
-
|
3054 |
-
|
3055 |
-
|
3056 |
-
"
|
3057 |
-
|
3058 |
-
|
3059 |
-
|
3060 |
-
|
3061 |
-
"
|
3062 |
-
"
|
3063 |
-
|
3064 |
-
|
3065 |
-
|
3066 |
-
|
3067 |
-
|
3068 |
-
"
|
3069 |
-
|
3070 |
-
|
3071 |
-
|
3072 |
-
"
|
3073 |
-
"
|
3074 |
-
|
3075 |
-
|
3076 |
-
|
3077 |
-
|
3078 |
-
|
3079 |
-
|
3080 |
-
"
|
3081 |
-
|
3082 |
-
|
3083 |
-
"
|
3084 |
-
"
|
3085 |
-
|
3086 |
-
#: admin/views/
|
3087 |
-
|
3088 |
-
|
3089 |
-
"
|
3090 |
-
"
|
3091 |
-
msgstr ""
|
3092 |
-
"
|
3093 |
-
"
|
3094 |
-
|
3095 |
-
|
3096 |
-
|
3097 |
-
|
3098 |
-
|
3099 |
-
|
3100 |
-
|
3101 |
-
"
|
3102 |
-
"
|
3103 |
-
|
3104 |
-
|
3105 |
-
"
|
3106 |
-
|
3107 |
-
|
3108 |
-
|
3109 |
-
|
3110 |
-
|
3111 |
-
|
3112 |
-
|
3113 |
-
|
3114 |
-
|
3115 |
-
|
3116 |
-
|
3117 |
-
|
3118 |
-
"
|
3119 |
-
|
3120 |
-
|
3121 |
-
"
|
3122 |
-
|
3123 |
-
|
3124 |
-
|
3125 |
-
|
3126 |
-
|
3127 |
-
|
3128 |
-
|
3129 |
-
|
3130 |
-
|
3131 |
-
|
3132 |
-
|
3133 |
-
|
3134 |
-
|
3135 |
-
|
3136 |
-
|
3137 |
-
|
3138 |
-
|
3139 |
-
|
3140 |
-
|
3141 |
-
|
3142 |
-
|
3143 |
-
|
3144 |
-
|
3145 |
-
|
3146 |
-
|
3147 |
-
|
3148 |
-
|
3149 |
-
|
3150 |
-
|
3151 |
-
|
3152 |
-
|
3153 |
-
|
3154 |
-
|
3155 |
-
|
3156 |
-
|
3157 |
-
|
3158 |
-
|
3159 |
-
|
3160 |
-
"
|
3161 |
-
|
3162 |
-
|
3163 |
-
|
3164 |
-
|
3165 |
-
|
3166 |
-
|
3167 |
-
|
3168 |
-
|
3169 |
-
|
3170 |
-
msgstr "
|
3171 |
-
|
3172 |
-
|
3173 |
-
|
3174 |
-
|
3175 |
-
|
3176 |
-
|
3177 |
-
|
3178 |
-
msgid ""
|
3179 |
-
"
|
3180 |
-
"
|
3181 |
-
"
|
3182 |
-
|
3183 |
-
"
|
3184 |
-
|
3185 |
-
|
3186 |
-
|
3187 |
-
|
3188 |
-
|
3189 |
-
|
3190 |
-
|
3191 |
-
|
3192 |
-
|
3193 |
-
|
3194 |
-
|
3195 |
-
|
3196 |
-
|
3197 |
-
|
3198 |
-
|
3199 |
-
|
3200 |
-
|
3201 |
-
|
3202 |
-
|
3203 |
-
|
3204 |
-
|
3205 |
-
|
3206 |
-
|
3207 |
-
|
3208 |
-
msgstr ""
|
3209 |
-
|
3210 |
-
|
3211 |
-
|
3212 |
-
|
3213 |
-
|
3214 |
-
|
3215 |
-
|
3216 |
-
|
3217 |
-
|
3218 |
-
|
3219 |
-
|
3220 |
-
|
3221 |
-
|
3222 |
-
|
3223 |
-
"
|
3224 |
-
"
|
3225 |
-
|
3226 |
-
|
3227 |
-
"
|
3228 |
-
|
3229 |
-
|
3230 |
-
|
3231 |
-
|
3232 |
-
|
3233 |
-
|
3234 |
-
#: modules/
|
3235 |
-
|
3236 |
-
|
3237 |
-
|
3238 |
-
|
3239 |
-
|
3240 |
-
|
3241 |
-
|
3242 |
-
|
3243 |
-
msgid "
|
3244 |
-
msgstr "
|
3245 |
-
|
3246 |
-
#: modules/
|
3247 |
-
|
3248 |
-
|
3249 |
-
|
3250 |
-
|
3251 |
-
|
3252 |
-
|
3253 |
-
|
3254 |
-
|
3255 |
-
|
3256 |
-
|
3257 |
-
|
3258 |
-
|
3259 |
-
|
3260 |
-
|
3261 |
-
|
3262 |
-
|
3263 |
-
msgid "
|
3264 |
-
msgstr "
|
3265 |
-
|
3266 |
-
#: modules/
|
3267 |
-
|
3268 |
-
|
3269 |
-
|
3270 |
-
|
3271 |
-
|
3272 |
-
|
3273 |
-
|
3274 |
-
|
3275 |
-
|
3276 |
-
|
3277 |
-
|
3278 |
-
|
3279 |
-
|
3280 |
-
|
3281 |
-
|
3282 |
-
"
|
3283 |
-
|
3284 |
-
"
|
3285 |
-
|
3286 |
-
|
3287 |
-
|
3288 |
-
|
3289 |
-
|
3290 |
-
|
3291 |
-
|
3292 |
-
|
3293 |
-
|
3294 |
-
|
3295 |
-
|
3296 |
-
"
|
3297 |
-
|
3298 |
-
|
3299 |
-
|
3300 |
-
|
3301 |
-
|
3302 |
-
|
3303 |
-
|
3304 |
-
msgid "
|
3305 |
-
|
3306 |
-
|
3307 |
-
|
3308 |
-
|
3309 |
-
|
3310 |
-
|
3311 |
-
|
3312 |
-
|
3313 |
-
|
3314 |
-
|
3315 |
-
|
3316 |
-
|
3317 |
-
|
3318 |
-
|
3319 |
-
|
3320 |
-
|
3321 |
-
|
3322 |
-
|
3323 |
-
|
3324 |
-
|
3325 |
-
|
3326 |
-
|
3327 |
-
|
3328 |
-
|
3329 |
-
msgid "
|
3330 |
-
msgstr "
|
3331 |
-
|
3332 |
-
|
3333 |
-
|
3334 |
-
|
3335 |
-
|
3336 |
-
|
3337 |
-
|
3338 |
-
|
3339 |
-
|
3340 |
-
|
3341 |
-
|
3342 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Advanved Ads\n"
|
4 |
+
"Report-Msgid-Bugs-To: http://wordpress.org/plugins/plugin-name\n"
|
5 |
+
"POT-Creation-Date: 2017-07-11 09:29+0000\n"
|
6 |
+
"PO-Revision-Date: 2017-07-26 18:08+0000\n"
|
7 |
+
"Last-Translator: Raul <raulferreiradarocha@hotmail.com>\n"
|
8 |
+
"Language-Team: Portuguese (Brazil)\n"
|
9 |
+
"Language: pt-BR\n"
|
10 |
+
"Plural-Forms: nplurals=2; plural=n != 1\n"
|
11 |
+
"MIME-Version: 1.0\n"
|
12 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
+
"Content-Transfer-Encoding: 8bit\n"
|
14 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
15 |
+
"X-Generator: Loco - https://localise.biz/\n"
|
16 |
+
"X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
|
17 |
+
"__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
|
18 |
+
"_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
|
19 |
+
"esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
|
20 |
+
"esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
|
21 |
+
"X-Poedit-Basepath: ../\n"
|
22 |
+
"X-Poedit-SearchPath-0: .\n"
|
23 |
+
"X-Loco-Target-Locale: pt_BR"
|
24 |
+
|
25 |
+
#: classes/ad-debug.php:32
|
26 |
+
msgid "The ad is displayed on the page"
|
27 |
+
msgstr "O anúncio é exibido na página"
|
28 |
+
|
29 |
+
#: classes/ad-debug.php:34
|
30 |
+
msgid "The ad is not displayed on the page"
|
31 |
+
msgstr "O anúncio não é exibido na página"
|
32 |
+
|
33 |
+
#: classes/ad-debug.php:39
|
34 |
+
msgid "Current query is not identical to main query."
|
35 |
+
msgstr "A consulta atual não é idêntica à consulta principal."
|
36 |
+
|
37 |
+
#: classes/ad-debug.php:45
|
38 |
+
msgid "current post"
|
39 |
+
msgstr "post atual"
|
40 |
+
|
41 |
+
#: classes/ad-debug.php:49
|
42 |
+
msgid "Current post is not identical to main post."
|
43 |
+
msgstr "O post atual não é idêntico ao post principal."
|
44 |
+
|
45 |
+
#: classes/ad-debug.php:51
|
46 |
+
msgid "main post"
|
47 |
+
msgstr "post principal"
|
48 |
+
|
49 |
+
#: classes/ad-debug.php:98
|
50 |
+
msgid "current query"
|
51 |
+
msgstr "Consulta atual"
|
52 |
+
|
53 |
+
#: classes/ad-debug.php:98
|
54 |
+
msgid "main query"
|
55 |
+
msgstr "Consulta principal"
|
56 |
+
|
57 |
+
#: classes/ad-debug.php:128
|
58 |
+
msgid "Placement"
|
59 |
+
msgstr "Colocação"
|
60 |
+
|
61 |
+
#: classes/ad-debug.php:271
|
62 |
+
msgid ""
|
63 |
+
"Your website is using HTTPS, but the ad code contains HTTP and might not "
|
64 |
+
"work."
|
65 |
+
msgstr ""
|
66 |
+
"Seu site usa HTTPS, mas o código do anúncio contém HTTP e pode não funcionar."
|
67 |
+
|
68 |
+
#: classes/ad_placements.php:517
|
69 |
+
#, php-format
|
70 |
+
msgid "Set <em>%s</em> to show more ads"
|
71 |
+
msgstr "Defina <em> %s </ em> para mostrar mais anúncios"
|
72 |
+
|
73 |
+
#: classes/ad_placements.php:517 admin/includes/class-settings.php:110
|
74 |
+
msgid "Disable level limitation"
|
75 |
+
msgstr "Limitação de nível de desativação"
|
76 |
+
|
77 |
+
#: classes/ad_type_dummy.php:26
|
78 |
+
msgid "Dummy"
|
79 |
+
msgstr "Dummy"
|
80 |
+
|
81 |
+
#: classes/ad_type_dummy.php:27
|
82 |
+
msgid "Uses a simple placeholder ad for quick testing."
|
83 |
+
msgstr "Usa um anúncio de espaço reservado simples para testes rápidos."
|
84 |
+
|
85 |
+
#: classes/ad_type_dummy.php:47 classes/ad_type_image.php:65
|
86 |
+
msgid "url"
|
87 |
+
msgstr "url"
|
88 |
+
|
89 |
+
#: classes/ad_type_image.php:34
|
90 |
+
msgid "Image Ad"
|
91 |
+
msgstr "Anúncios gráficos"
|
92 |
+
|
93 |
+
#: classes/ad_type_image.php:35
|
94 |
+
msgid "Ads in various image formats."
|
95 |
+
msgstr "Anúncios em vários formatos de imagem."
|
96 |
+
|
97 |
+
#: classes/ad_type_image.php:55
|
98 |
+
msgid "Insert File"
|
99 |
+
msgstr "Inserir arquivo"
|
100 |
+
|
101 |
+
#: classes/ad_type_image.php:55
|
102 |
+
msgid "Insert"
|
103 |
+
msgstr "Inserir"
|
104 |
+
|
105 |
+
#: classes/ad_type_image.php:55
|
106 |
+
msgid "select image"
|
107 |
+
msgstr "selecionar imagem"
|
108 |
+
|
109 |
+
#: classes/ad_type_image.php:56
|
110 |
+
msgid "edit"
|
111 |
+
msgstr "editar"
|
112 |
+
|
113 |
+
#: classes/ad_type_image.php:67
|
114 |
+
msgid "Link to target site"
|
115 |
+
msgstr "Link para o site alvo"
|
116 |
+
|
117 |
+
#: classes/ad_type_image.php:68
|
118 |
+
#, php-format
|
119 |
+
msgid ""
|
120 |
+
"Open this url in a new window and track impressions and clicks with the <a "
|
121 |
+
"href=\"%s\" target=\"_blank\">Tracking add-on</a>"
|
122 |
+
msgstr ""
|
123 |
+
"Abra esta url em uma nova janela e rastreie impressões e cliques com o <a "
|
124 |
+
"href=\"%s\" target=\"_blank\"> complemento de rastreamento </a>"
|
125 |
+
|
126 |
+
#: classes/ad_type_plain.php:87
|
127 |
+
msgid "Allow PHP"
|
128 |
+
msgstr "Aceitar PHP"
|
129 |
+
|
130 |
+
#: classes/display-conditions.php:213 classes/display-conditions.php:266
|
131 |
+
#: classes/display-conditions.php:321 classes/display-conditions.php:395
|
132 |
+
#: classes/visitor-conditions.php:126
|
133 |
+
msgid "is"
|
134 |
+
msgstr "é"
|
135 |
+
|
136 |
+
#: classes/display-conditions.php:214 classes/display-conditions.php:267
|
137 |
+
#: classes/display-conditions.php:322 classes/display-conditions.php:396
|
138 |
+
#: classes/visitor-conditions.php:127
|
139 |
+
msgid "is not"
|
140 |
+
msgstr "não é"
|
141 |
+
|
142 |
+
#: classes/display-conditions.php:283
|
143 |
+
#, php-format
|
144 |
+
msgid ""
|
145 |
+
"Only %d elements are displayed above. Use the <code>advanced-ads-admin-max-"
|
146 |
+
"terms</code> filter to change this limit according to <a href=\"%s\" "
|
147 |
+
"target=\"_blank\">this page</a>."
|
148 |
+
msgstr ""
|
149 |
+
"Somente %d elementos são exibidos acima. Use o filtro <code> advanced-ads-"
|
150 |
+
"admin-max-terms </ code> para alterar esse limite de acordo com <a "
|
151 |
+
"href=\"%s\" target=\"_blank\"> esta página </a>."
|
152 |
+
|
153 |
+
#: classes/EDD_SL_Plugin_Updater.php:201
|
154 |
+
#, php-format
|
155 |
+
msgid ""
|
156 |
+
"There is a new version of %1$s available. %2$sView version %3$s details%4$s."
|
157 |
+
msgstr ""
|
158 |
+
"Existe uma nova versão de %1$s disponível. %2$s View versão %3$s detalhes "
|
159 |
+
"%4$s."
|
160 |
+
|
161 |
+
#: classes/EDD_SL_Plugin_Updater.php:209
|
162 |
+
#, php-format
|
163 |
+
msgid ""
|
164 |
+
"There is a new version of %1$s available. %2$sView version %3$s details%4$s "
|
165 |
+
"or %5$supdate now%6$s."
|
166 |
+
msgstr ""
|
167 |
+
"Existe uma nova versão de %1$s disponível. %2$s View versão %3$s detalhes "
|
168 |
+
"%4$s."
|
169 |
+
|
170 |
+
#: classes/filesystem.php:61
|
171 |
+
msgid "Could not access filesystem."
|
172 |
+
msgstr "Não foi possível acessar o sistema de arquivos."
|
173 |
+
|
174 |
+
#: classes/filesystem.php:65
|
175 |
+
msgid "Filesystem error."
|
176 |
+
msgstr "Erro no sistema de arquivos."
|
177 |
+
|
178 |
+
#: classes/filesystem.php:72
|
179 |
+
msgid "Unable to locate WordPress root directory."
|
180 |
+
msgstr "Não é possível localizar o diretório raiz do WordPress."
|
181 |
+
|
182 |
+
#: classes/filesystem.php:76
|
183 |
+
msgid "Unable to locate WordPress content directory (wp-content)."
|
184 |
+
msgstr ""
|
185 |
+
"Não foi possível localizar o diretório de conteúdo do WordPress (conteúdo wp)"
|
186 |
+
"."
|
187 |
+
|
188 |
+
#: classes/filesystem.php:80
|
189 |
+
#, php-format
|
190 |
+
msgid "Unable to locate needed folder (%s)."
|
191 |
+
msgstr "Não é possível localizar a pasta necessária (%s)."
|
192 |
+
|
193 |
+
#: classes/frontend_checks.php:40
|
194 |
+
msgid "Ad Health"
|
195 |
+
msgstr "Ad Health"
|
196 |
+
|
197 |
+
#: classes/frontend_checks.php:48
|
198 |
+
msgid "jQuery not in header"
|
199 |
+
msgstr "jQuery não esta no header"
|
200 |
+
|
201 |
+
#: classes/frontend_checks.php:61
|
202 |
+
msgid "Random AdSense ads"
|
203 |
+
msgstr "Random AdSense ads"
|
204 |
+
|
205 |
+
#: classes/frontend_checks.php:74
|
206 |
+
msgid "Ad blocker enabled"
|
207 |
+
msgstr "Bloqueador de anúncios ativado"
|
208 |
+
|
209 |
+
#: classes/frontend_checks.php:88
|
210 |
+
#, php-format
|
211 |
+
msgid "<em>%s</em> filter does not exist"
|
212 |
+
msgstr "<em>%s </ em> filtro não existe"
|
213 |
+
|
214 |
+
#: classes/frontend_checks.php:105
|
215 |
+
msgid "Ads are disabled on this page"
|
216 |
+
msgstr "Os anúncios estão desativados nesta página"
|
217 |
+
|
218 |
+
#: classes/frontend_checks.php:119
|
219 |
+
msgid "Ads are disabled in the content of this page"
|
220 |
+
msgstr "Os anúncios estão desativados no conteúdo desta página"
|
221 |
+
|
222 |
+
#: classes/frontend_checks.php:132
|
223 |
+
msgid "the current post ID is 0 "
|
224 |
+
msgstr "A identificação da postagem atual é 0"
|
225 |
+
|
226 |
+
#: classes/frontend_checks.php:147
|
227 |
+
msgid "Ads are disabled on 404 pages"
|
228 |
+
msgstr "Os anúncios estão desativados em 404 páginas"
|
229 |
+
|
230 |
+
#: classes/frontend_checks.php:161
|
231 |
+
msgid "Ads are disabled on non singular pages"
|
232 |
+
msgstr "Os anúncios são desativados em páginas não singulares"
|
233 |
+
|
234 |
+
#: classes/frontend_checks.php:175
|
235 |
+
#: modules/import-export/classes/XmlEncoder.php:61
|
236 |
+
#: modules/import-export/classes/XmlEncoder.php:64
|
237 |
+
#: modules/import-export/classes/XmlEncoder.php:193
|
238 |
+
#: modules/import-export/classes/XmlEncoder.php:196
|
239 |
+
#, php-format
|
240 |
+
msgid "The %s extension(s) is not loaded"
|
241 |
+
msgstr "A (s) extensão (s) de %s não está carregada"
|
242 |
+
|
243 |
+
#: classes/frontend_checks.php:191
|
244 |
+
msgid "Everything is fine"
|
245 |
+
msgstr "Tudo está bem"
|
246 |
+
|
247 |
+
#: classes/frontend_checks.php:202
|
248 |
+
msgid "debug DFP ads"
|
249 |
+
msgstr "debug DFP ads"
|
250 |
+
|
251 |
+
#: classes/frontend_checks.php:213
|
252 |
+
msgid "highlight ads"
|
253 |
+
msgstr "Anúncios em destaque"
|
254 |
+
|
255 |
+
#: classes/frontend_checks.php:315
|
256 |
+
#, php-format
|
257 |
+
msgid ""
|
258 |
+
"This ads was automatically placed here by AdSense. <a href=\"%s\" "
|
259 |
+
"target=\"_blank\" style=\"color:#fff;border-color:#fff;\">Click here to "
|
260 |
+
"learn more</a>."
|
261 |
+
msgstr ""
|
262 |
+
"Estes anúncios foram automaticamente colocados aqui pelo AdSense. <a "
|
263 |
+
"href=\"%s\" target=\"_blank\" style=\"color:#fff;border-color:#fff;\"> "
|
264 |
+
"Clique aqui para saber mais </a>."
|
265 |
+
|
266 |
+
#: classes/visitor-conditions.php:32
|
267 |
+
msgid "device"
|
268 |
+
msgstr "dispositivo"
|
269 |
+
|
270 |
+
#: classes/visitor-conditions.php:86
|
271 |
+
msgid "Mobile (including tablets)"
|
272 |
+
msgstr "Mobile (incluindo tablets)"
|
273 |
+
|
274 |
+
#: classes/visitor-conditions.php:87
|
275 |
+
msgid "Desktop"
|
276 |
+
msgstr "Desktop"
|
277 |
+
|
278 |
+
#: classes/visitor-conditions.php:98
|
279 |
+
#, php-format
|
280 |
+
msgid ""
|
281 |
+
"Display ads by the available space on the device or target tablets with the "
|
282 |
+
"<a href=\"%s\" target=\"_blank\">Responsive add-on</a>"
|
283 |
+
msgstr ""
|
284 |
+
"Exibe anúncios pelo espaço disponível no dispositivo ou comprimidos alvo com "
|
285 |
+
"o <a href=\"%s\" target=\"_blank\"> add-on responsivo </a>"
|
286 |
+
|
287 |
+
#: classes/widget.php:61
|
288 |
+
msgid "Title:"
|
289 |
+
msgstr "Título:"
|
290 |
+
|
291 |
+
#: includes/array_ad_conditions.php:39
|
292 |
+
msgid "Post Types"
|
293 |
+
msgstr "Post Types"
|
294 |
+
|
295 |
+
#: includes/array_ad_conditions.php:45
|
296 |
+
msgid "Categories, Tags and Taxonomies"
|
297 |
+
msgstr "Categorias, Tags e Taxonomias"
|
298 |
+
|
299 |
+
#: includes/array_ad_conditions.php:46
|
300 |
+
msgid ""
|
301 |
+
"Choose terms from public category, tag and other taxonomies a post must "
|
302 |
+
"belong to in order to have ads."
|
303 |
+
msgstr ""
|
304 |
+
"Escolha termos de categoria pública, tag e outras taxonomias a que uma "
|
305 |
+
"postagem deve pertencer para ter anúncios."
|
306 |
+
|
307 |
+
#: includes/array_ad_conditions.php:51
|
308 |
+
msgid "Category Archives"
|
309 |
+
msgstr "Arquivos da categoria"
|
310 |
+
|
311 |
+
#: includes/array_ad_conditions.php:52
|
312 |
+
msgid "comma seperated IDs of category archives"
|
313 |
+
msgstr "IDs separadas por vírgulas de arquivos de categoria"
|
314 |
+
|
315 |
+
#: includes/array_ad_conditions.php:57
|
316 |
+
msgid "Individual Posts, Pages and Public Post Types"
|
317 |
+
msgstr "Postagens individuais, páginas e tipos de postagem pública"
|
318 |
+
|
319 |
+
#: public/class-advanced-ads.php:754
|
320 |
+
msgctxt "label above ads"
|
321 |
+
msgid "Advertisements"
|
322 |
+
msgstr "Anúncios"
|
323 |
+
|
324 |
+
#: admin/includes/class-ad-groups-list.php:208
|
325 |
+
#, php-format
|
326 |
+
msgid "show %d more ads"
|
327 |
+
msgstr "mostrar %d more ads"
|
328 |
+
|
329 |
+
#: admin/includes/class-ad-groups-list.php:218
|
330 |
+
msgid "Add some"
|
331 |
+
msgstr "Adicione alguns"
|
332 |
+
|
333 |
+
#: admin/includes/class-ad-groups-list.php:318
|
334 |
+
msgid "Delete"
|
335 |
+
msgstr "Excluir"
|
336 |
+
|
337 |
+
#: admin/includes/class-ad-groups-list.php:374
|
338 |
+
msgid "No ad group created"
|
339 |
+
msgstr "Nenhum grupo de anúncios criado"
|
340 |
+
|
341 |
+
#: admin/includes/class-ad-type.php:222
|
342 |
+
#, php-format
|
343 |
+
msgid "%s ad updated."
|
344 |
+
msgid_plural "%s ads updated."
|
345 |
+
msgstr[0] "%s anúncio atualizado."
|
346 |
+
msgstr[1] "%s anúncios atualizados."
|
347 |
+
|
348 |
+
#: admin/includes/class-ad-type.php:223
|
349 |
+
#, php-format
|
350 |
+
msgid "%s ad not updated, somebody is editing it."
|
351 |
+
msgid_plural "%s ads not updated, somebody is editing them."
|
352 |
+
msgstr[0] "%s anúncio não atualizado, alguém está editando isso."
|
353 |
+
msgstr[1] "%s anúncios não atualizados, alguém está editando isso."
|
354 |
+
|
355 |
+
#: admin/includes/class-ad-type.php:224
|
356 |
+
#, php-format
|
357 |
+
msgid "%s ad permanently deleted."
|
358 |
+
msgid_plural "%s ads permanently deleted."
|
359 |
+
msgstr[0] "%s anúncio excluído."
|
360 |
+
msgstr[1] "%s anúncios excluídos."
|
361 |
+
|
362 |
+
#: admin/includes/class-ad-type.php:225
|
363 |
+
#, php-format
|
364 |
+
msgid "%s ad moved to the Trash."
|
365 |
+
msgid_plural "%s ads moved to the Trash."
|
366 |
+
msgstr[0] "%s anúncio movido para a lixeira."
|
367 |
+
msgstr[1] "%s anúncios movidos para a lixeira."
|
368 |
+
|
369 |
+
#: admin/includes/class-ad-type.php:226
|
370 |
+
#, php-format
|
371 |
+
msgid "%s ad restored from the Trash."
|
372 |
+
msgid_plural "%s ads restored from the Trash."
|
373 |
+
msgstr[0] "%s anúncio restaurado da lixeira."
|
374 |
+
msgstr[1] "%s anúncios restaurados da lixeira."
|
375 |
+
|
376 |
+
#: admin/includes/class-ad-type.php:518
|
377 |
+
#, php-format
|
378 |
+
msgid ""
|
379 |
+
"Ad not showing up? Take a look <a href=\"%s\" target=\"_blank\">here</a>"
|
380 |
+
msgstr ""
|
381 |
+
"O anúncio não aparece? Dê uma olhada <a href=\"%s\" target=\"_blank\"> aqui "
|
382 |
+
"</a>"
|
383 |
+
|
384 |
+
#: admin/includes/class-licenses.php:86
|
385 |
+
#, php-format
|
386 |
+
msgid ""
|
387 |
+
"There might be a new version of %1$s. Please <strong>provide a valid license "
|
388 |
+
"key</strong> in order to receive updates and support <a href=\"%2$s\">on "
|
389 |
+
"this page</a>."
|
390 |
+
msgstr ""
|
391 |
+
"Pode haver uma nova versão de%1$s. <Strong> forneça uma chave de licença "
|
392 |
+
"válida </ strong> para receber atualizações e suporte <a href=\"%2$s\"> "
|
393 |
+
"nesta página </a>."
|
394 |
+
|
395 |
+
#: admin/includes/class-licenses.php:158
|
396 |
+
#, php-format
|
397 |
+
msgid "License is invalid. Reason: %s"
|
398 |
+
msgstr "A licença é inválida. Motivo: %s"
|
399 |
+
|
400 |
+
#: admin/includes/class-licenses.php:470
|
401 |
+
#, php-format
|
402 |
+
msgid "Download failed. <a href=\"%s\">Click here to try another method</a>."
|
403 |
+
msgstr ""
|
404 |
+
"O download falhou. <a href=\"%s\"> Clique aqui para tentar outro método </a>."
|
405 |
+
|
406 |
+
#: admin/includes/class-licenses.php:472
|
407 |
+
#, php-format
|
408 |
+
msgid ""
|
409 |
+
"Download failed. <a href=\"%s\" target=\"_blank\">Click here to learn why</a>"
|
410 |
+
"."
|
411 |
+
msgstr ""
|
412 |
+
"O download falhou. <a href=\"%s\" target=\"_blank\"> Clique aqui para saber "
|
413 |
+
"por que </a>."
|
414 |
+
|
415 |
+
#: admin/includes/class-overview-widgets.php:67
|
416 |
+
msgid "Selling Ads"
|
417 |
+
msgstr "Venda de anúncios"
|
418 |
+
|
419 |
+
#: admin/includes/class-overview-widgets.php:258
|
420 |
+
msgid ""
|
421 |
+
"Let advertisers purchase ad space directly on the frontend of your site."
|
422 |
+
msgstr ""
|
423 |
+
"Deixe os anunciantes comprarem espaço publicitário diretamente no frontend "
|
424 |
+
"do seu site."
|
425 |
+
|
426 |
+
#: admin/includes/class-overview-widgets.php:260
|
427 |
+
msgid "Get the Selling Ads add-on"
|
428 |
+
msgstr "Obter o add-on Selling Ads"
|
429 |
+
|
430 |
+
#: admin/includes/class-settings.php:168
|
431 |
+
msgid "Delete data on uninstall"
|
432 |
+
msgstr "Excluir dados na desinstalação"
|
433 |
+
|
434 |
+
#: admin/includes/class-settings.php:178
|
435 |
+
msgid "Disable shortcode button"
|
436 |
+
msgstr "Desativar o botão shortcode"
|
437 |
+
|
438 |
+
#: admin/includes/class-settings.php:220
|
439 |
+
#, php-format
|
440 |
+
msgid ""
|
441 |
+
"Enter license keys for our powerful <a href=\"%s\" target=\"_blank\">add-"
|
442 |
+
"ons</a>."
|
443 |
+
msgstr ""
|
444 |
+
"Insira as chaves de licença para nossos poderosos <a href=\"%s\" "
|
445 |
+
"target=\"_blank\"> add-ons </a>."
|
446 |
+
|
447 |
+
#: admin/includes/class-settings.php:221
|
448 |
+
#, php-format
|
449 |
+
msgid ""
|
450 |
+
"See also <a href=\"%s\" target=\"_blank\">Issues and questions about "
|
451 |
+
"licenses</a>."
|
452 |
+
msgstr ""
|
453 |
+
"Veja também <a href=\"%s\" target=\"_blank\"> Questões e perguntas sobre "
|
454 |
+
"licenças </a>."
|
455 |
+
|
456 |
+
#: admin/includes/class-settings.php:305
|
457 |
+
msgid ""
|
458 |
+
"Some plugins and themes trigger ad injections where it shouldn’t happen. "
|
459 |
+
"Therefore, Advanced Ads ignores injected placements on non-singular pages "
|
460 |
+
"and outside the loop. However, this can cause problems with some themes. Set "
|
461 |
+
"this option to -1 in order to enable unlimited ad injection at your own risk,"
|
462 |
+
" set it to 0 to keep it disabled or choose a positive number to enable the "
|
463 |
+
"injection only in the first x posts on your archive pages."
|
464 |
+
msgstr ""
|
465 |
+
"Alguns plugins e temas desencadeiam injeções de anúncios onde não deveria "
|
466 |
+
"acontecer. Portanto, os Anúncios avançados ignoram os posicionamentos "
|
467 |
+
"injetados em páginas não singulares e fora do loop. No entanto, isso pode "
|
468 |
+
"causar problemas com alguns temas. Defina esta opção como -1 para permitir a "
|
469 |
+
"injeção de anúncios ilimitados por sua conta e risco, ajuste-a para 0 para "
|
470 |
+
"mantê-la desativada ou escolha um número positivo para habilitar a injeção "
|
471 |
+
"apenas nas primeiras x postagens em suas páginas de arquivo."
|
472 |
+
|
473 |
+
#: admin/includes/class-settings.php:337
|
474 |
+
msgid ""
|
475 |
+
"Advanced Ads ignores paragraphs and other elements in containers when "
|
476 |
+
"injecting ads into the post content. Check this option to ignore this "
|
477 |
+
"limitation and ads might show up again."
|
478 |
+
msgstr ""
|
479 |
+
"Anúncios avançados ignora os parágrafos e outros elementos nos contêineres "
|
480 |
+
"ao injetar anúncios no conteúdo do post. Marque esta opção para ignorar essa "
|
481 |
+
"limitação e os anúncios podem aparecer novamente."
|
482 |
+
|
483 |
+
#: admin/includes/class-settings.php:439
|
484 |
+
msgctxt "label before ads"
|
485 |
+
msgid "Advertisements"
|
486 |
+
msgstr "Anúncios"
|
487 |
+
|
488 |
+
#: admin/includes/class-settings.php:460
|
489 |
+
msgid "Clean up all data related to Advanced Ads when removing the plugin."
|
490 |
+
msgstr ""
|
491 |
+
"Limpe todos os dados relacionados aos anúncios avançados ao remover o plugin."
|
492 |
+
|
493 |
+
#: admin/includes/class-settings.php:473
|
494 |
+
msgid "Disable shortcode button in visual editor."
|
495 |
+
msgstr "Desativar o botão shortcode no editor visual."
|
496 |
+
|
497 |
+
#: admin/includes/class-shortcode-creator.php:155
|
498 |
+
#, php-format
|
499 |
+
msgid ""
|
500 |
+
"Please, either switch off your ad blocker or disable the shortcode button in "
|
501 |
+
"the <a href=\"%s\" target=\"_blank\">settings</a>."
|
502 |
+
msgstr ""
|
503 |
+
"Por favor, desligue seu bloqueador de anúncios ou desative o botão de "
|
504 |
+
"shortcode nas configurações <a href=\"%s\" target=\"_blank\"> </a>."
|
505 |
+
|
506 |
+
#: admin/includes/notices.php:9
|
507 |
+
#, php-format
|
508 |
+
msgid ""
|
509 |
+
"Advanced Ads successfully installed. <a href=\"%s\" class=\"button button-"
|
510 |
+
"primary\">Create your first ad</a>"
|
511 |
+
msgstr ""
|
512 |
+
"Anúncios avançados instalados com sucesso. <a href=\"%s\" class=\"button "
|
513 |
+
"button-primary\"> Crie seu primeiro anúncio </a>"
|
514 |
+
|
515 |
+
#: admin/views/ad-display-metabox.php:9
|
516 |
+
msgid ""
|
517 |
+
"Click on the button below if the ad should NOT show up on all pages when "
|
518 |
+
"included automatically."
|
519 |
+
msgstr ""
|
520 |
+
"Clique no botão abaixo se o anúncio não aparecer em todas as páginas quando "
|
521 |
+
"incluído automaticamente."
|
522 |
+
|
523 |
+
#: admin/views/ad-display-metabox.php:10
|
524 |
+
msgid "Hide the ad on some pages"
|
525 |
+
msgstr "Ocultar o anúncio em algumas páginas"
|
526 |
+
|
527 |
+
#: admin/views/ad-display-metabox.php:17
|
528 |
+
msgid "Watch video"
|
529 |
+
msgstr "Assista vídeo"
|
530 |
+
|
531 |
+
#: admin/views/ad-display-metabox.php:19 admin/views/ad-visitor-metabox.php:17
|
532 |
+
msgid "Visit the manual"
|
533 |
+
msgstr "Visite o manual(em inglês)"
|
534 |
+
|
535 |
+
#: admin/views/ad-display-metabox.php:23
|
536 |
+
msgid "A page with this ad on it must match all of the following conditions."
|
537 |
+
msgstr ""
|
538 |
+
"Uma página com este anúncio deve corresponder a todas as condições a seguir."
|
539 |
+
|
540 |
+
#: admin/views/ad-display-metabox.php:59
|
541 |
+
msgid "Forced to OR."
|
542 |
+
msgstr "Forçar o OU"
|
543 |
+
|
544 |
+
#: admin/views/ad-display-metabox.php:60 admin/views/ad-info-top.php:86
|
545 |
+
#: modules/gadsense/admin/views/adsense-ad-parameters.php:66
|
546 |
+
msgid "manual"
|
547 |
+
msgstr "manual(em inglês)"
|
548 |
+
|
549 |
+
#: admin/views/ad-group-edit.php:14
|
550 |
+
msgid "You did not select an item for editing."
|
551 |
+
msgstr "Você não selecionou um item para edição."
|
552 |
+
|
553 |
+
#: admin/views/ad-group-edit.php:33
|
554 |
+
msgctxt "Taxonomy Name"
|
555 |
+
msgid "Name"
|
556 |
+
msgstr "Nome"
|
557 |
+
|
558 |
+
#: admin/views/ad-group-edit.php:38
|
559 |
+
msgctxt "Taxonomy Slug"
|
560 |
+
msgid "Slug"
|
561 |
+
msgstr "Slug"
|
562 |
+
|
563 |
+
#: admin/views/ad-group-edit.php:45
|
564 |
+
msgctxt "Taxonomy Description"
|
565 |
+
msgid "Description"
|
566 |
+
msgstr "Descrição"
|
567 |
+
|
568 |
+
#: admin/views/ad-group-list-form-row.php:57
|
569 |
+
msgid "Visible ads"
|
570 |
+
msgstr "Anúncios visíveis"
|
571 |
+
|
572 |
+
#: admin/views/ad-group.php:18
|
573 |
+
msgid "Ad Group successfully created"
|
574 |
+
msgstr "Grupo de anúncios criado com sucesso"
|
575 |
+
|
576 |
+
#: admin/views/ad-group.php:65
|
577 |
+
msgid "Group title"
|
578 |
+
msgstr "Título do grupo"
|
579 |
+
|
580 |
+
#: admin/views/ad-group.php:66
|
581 |
+
msgid "save"
|
582 |
+
msgstr "salvar"
|
583 |
+
|
584 |
+
#: admin/views/ad-group.php:69
|
585 |
+
#, php-format
|
586 |
+
msgid ""
|
587 |
+
"Find more information about ad groups in the <a href=\"%s\" "
|
588 |
+
"target=\"_blank\">manual</a>."
|
589 |
+
msgstr ""
|
590 |
+
"Encontre mais informações sobre grupos de anúncios no <a href=\"%s\" "
|
591 |
+
"target=\"_blank\"> manual </a>."
|
592 |
+
|
593 |
+
#: admin/views/ad-info-after-textarea.php:5
|
594 |
+
msgid ""
|
595 |
+
"The code of this ad might not work properly with the <em>Content</em> "
|
596 |
+
"placement."
|
597 |
+
msgstr ""
|
598 |
+
"O código deste anúncio pode não funcionar corretamente com o posicionamento "
|
599 |
+
"<em> Conteúdo </ em>."
|
600 |
+
|
601 |
+
#: admin/views/ad-info-after-textarea.php:6
|
602 |
+
#, php-format
|
603 |
+
msgid "Reach out to <a href=\"%s\">support</a> to get help."
|
604 |
+
msgstr "Acesse <a href=\"%s\"> suporte </a> para obter ajuda."
|
605 |
+
|
606 |
+
#: admin/views/ad-info-bottom.php:2
|
607 |
+
msgctxt "wizard navigation"
|
608 |
+
msgid "previous"
|
609 |
+
msgstr "anterior"
|
610 |
+
|
611 |
+
#: admin/views/ad-info-bottom.php:3
|
612 |
+
msgctxt "wizard navigation"
|
613 |
+
msgid "save"
|
614 |
+
msgstr "salvar"
|
615 |
+
|
616 |
+
#: admin/views/ad-info-bottom.php:4
|
617 |
+
msgctxt "wizard navigation"
|
618 |
+
msgid "next"
|
619 |
+
msgstr "próximo"
|
620 |
+
|
621 |
+
#: admin/views/ad-info-bottom.php:5 admin/views/ad-info-top.php:85
|
622 |
+
msgid "Stop Wizard and show all options"
|
623 |
+
msgstr "Pare o Assistente e mostre todas as opções"
|
624 |
+
|
625 |
+
#: admin/views/ad-info-top.php:8
|
626 |
+
msgid "New placement"
|
627 |
+
msgstr "Nova colocação"
|
628 |
+
|
629 |
+
#: admin/views/ad-info-top.php:48
|
630 |
+
msgid "Existing placement"
|
631 |
+
msgstr "Posicionamento existente"
|
632 |
+
|
633 |
+
#: admin/views/ad-info-top.php:64
|
634 |
+
msgid "Start Wizard"
|
635 |
+
msgstr "Iniciar Assistente"
|
636 |
+
|
637 |
+
#: admin/views/ad-info-top.php:65
|
638 |
+
msgid "Stop Wizard"
|
639 |
+
msgstr "Parar Assistente"
|
640 |
+
|
641 |
+
#: admin/views/ad-info-top.php:83
|
642 |
+
msgid "Welcome to the Wizard"
|
643 |
+
msgstr "Bem-vindo ao Assistente"
|
644 |
+
|
645 |
+
#: admin/views/ad-info-top.php:84
|
646 |
+
msgid ""
|
647 |
+
"The Wizard helps you to quickly create and publish an ad. Therefore, only "
|
648 |
+
"the most common options are visible."
|
649 |
+
msgstr ""
|
650 |
+
"O Assistente ajuda você a criar e publicar rapidamente um anúncio. Portanto, "
|
651 |
+
"apenas as opções mais comuns são visíveis."
|
652 |
+
|
653 |
+
#: admin/views/ad-list-no-ads.php:2
|
654 |
+
msgid "Not many ads here yet. Get help from the following resources:"
|
655 |
+
msgstr ""
|
656 |
+
"Ainda não há muitos anúncios aqui. Obtenha ajuda dos seguintes recursos:"
|
657 |
+
|
658 |
+
#: admin/views/ad-list-no-ads.php:3
|
659 |
+
msgid "Watch the “First Ad” Tutorial (Video)"
|
660 |
+
msgstr "Assista ao Tutorial \"Primeiro Ad\" (Vídeo)"
|
661 |
+
|
662 |
+
#: admin/views/ad-list-no-ads.php:4
|
663 |
+
msgid "Import Ads (Link)"
|
664 |
+
msgstr "Anúncios de importação (link)"
|
665 |
+
|
666 |
+
#: admin/views/ad-list-no-ads.php:5
|
667 |
+
msgid "Get dummy ad content (Link)"
|
668 |
+
msgstr "Obter conteúdo de anúncio dummy (Link)"
|
669 |
+
|
670 |
+
#: admin/views/ad-output-metabox.php:44
|
671 |
+
msgid ""
|
672 |
+
"Specify one or more classes for the container. Separate multiple classes "
|
673 |
+
"with a space"
|
674 |
+
msgstr ""
|
675 |
+
"Especifique uma ou mais classes para o recipiente. Separar várias classes "
|
676 |
+
"com um espaço"
|
677 |
+
|
678 |
+
#: admin/views/ad-submitbox-meta.php:12
|
679 |
+
msgid "Month"
|
680 |
+
msgstr "Mês"
|
681 |
+
|
682 |
+
#: admin/views/ad-submitbox-meta.php:21
|
683 |
+
msgid "Day"
|
684 |
+
msgstr "Dia"
|
685 |
+
|
686 |
+
#: admin/views/ad-submitbox-meta.php:22
|
687 |
+
msgid "Year"
|
688 |
+
msgstr "Ano"
|
689 |
+
|
690 |
+
#: admin/views/ad-submitbox-meta.php:23
|
691 |
+
msgid "Hour"
|
692 |
+
msgstr "Hora"
|
693 |
+
|
694 |
+
#: admin/views/ad-submitbox-meta.php:24
|
695 |
+
msgid "Minute"
|
696 |
+
msgstr "Minuto"
|
697 |
+
|
698 |
+
#: admin/views/ad-visitor-metabox.php:7
|
699 |
+
msgid ""
|
700 |
+
"Click on the button below if the ad should NOT be visible to all visitors"
|
701 |
+
msgstr ""
|
702 |
+
"Clique no botão abaixo se o anúncio NÃO deve ser visível para todos os "
|
703 |
+
"visitantes"
|
704 |
+
|
705 |
+
#: admin/views/ad-visitor-metabox.php:8
|
706 |
+
msgid "Hide the ad from some users"
|
707 |
+
msgstr "Ocultar o anúncio de alguns usuários"
|
708 |
+
|
709 |
+
#: admin/views/ad-visitor-metabox.php:49
|
710 |
+
msgid "It seems that a caching plugin is activated."
|
711 |
+
msgstr "Parece que um plugin de cache está ativado."
|
712 |
+
|
713 |
+
#: admin/views/feedback-disable.php:6
|
714 |
+
msgid "It is only temporary"
|
715 |
+
msgstr "É apenas temporário"
|
716 |
+
|
717 |
+
#: admin/views/feedback-disable.php:7
|
718 |
+
msgid "I need help to set it up"
|
719 |
+
msgstr "Preciso de ajuda para configurá-lo"
|
720 |
+
|
721 |
+
#: admin/views/feedback-disable.php:8
|
722 |
+
msgid "I have a problem"
|
723 |
+
msgstr "eu tenho um problema"
|
724 |
+
|
725 |
+
#: admin/views/feedback-disable.php:9
|
726 |
+
msgid "Please let us know how we can help"
|
727 |
+
msgstr "Por favor, deixe-nos saber como podemos ajudar"
|
728 |
+
|
729 |
+
#: admin/views/feedback-disable.php:12
|
730 |
+
#, php-format
|
731 |
+
msgid "Send me free help to %s"
|
732 |
+
msgstr "Envie-me ajuda gratuita para %s"
|
733 |
+
|
734 |
+
#: admin/views/feedback-disable.php:14
|
735 |
+
msgid "I miss a feature"
|
736 |
+
msgstr "Sinto falta de um recurso"
|
737 |
+
|
738 |
+
#: admin/views/feedback-disable.php:15 admin/views/feedback-disable.php:18
|
739 |
+
msgid "Which one?"
|
740 |
+
msgstr "Qual?"
|
741 |
+
|
742 |
+
#: admin/views/feedback-disable.php:16
|
743 |
+
msgid "I don’t use ads on my site"
|
744 |
+
msgstr "Eu não uso anúncios no meu site"
|
745 |
+
|
746 |
+
#: admin/views/feedback-disable.php:17
|
747 |
+
msgid "I switched to another plugin"
|
748 |
+
msgstr "Eu mudei para outro plugin"
|
749 |
+
|
750 |
+
#: admin/views/feedback-disable.php:20
|
751 |
+
msgid "Please specify"
|
752 |
+
msgstr "Por favor especifique"
|
753 |
+
|
754 |
+
#: admin/views/feedback-disable.php:25
|
755 |
+
msgid "Submit & Deactivate"
|
756 |
+
msgstr "Enviar e Desativar"
|
757 |
+
|
758 |
+
#: admin/views/feedback-disable.php:26
|
759 |
+
msgid "Only Deactivate"
|
760 |
+
msgstr "Desativar apenas"
|
761 |
+
|
762 |
+
#: admin/views/feedback-disable.php:27
|
763 |
+
msgid "don’t deactivate"
|
764 |
+
msgstr "Não desative"
|
765 |
+
|
766 |
+
#: admin/views/placements-ad-label-position.php:18
|
767 |
+
msgid ""
|
768 |
+
"Check this if you don't want the following elements to float around the ad. "
|
769 |
+
"(adds a placement_clearfix)"
|
770 |
+
msgstr ""
|
771 |
+
"Marque isso se você não quiser que os seguintes elementos flutuem ao redor "
|
772 |
+
"do anúncio. (Adiciona um placement_clearfix)"
|
773 |
+
|
774 |
+
#: admin/views/placements-ad-label.php:5 admin/views/placements-ad-label.php:7
|
775 |
+
msgid "enabled"
|
776 |
+
msgstr "ativado"
|
777 |
+
|
778 |
+
#: admin/views/placements-ad-label.php:9 admin/views/placements-ad-label.php:11
|
779 |
+
msgid "disabled"
|
780 |
+
msgstr "desativado"
|
781 |
+
|
782 |
+
#: admin/views/placements.php:68
|
783 |
+
msgid "template (PHP)"
|
784 |
+
msgstr "template (PHP)"
|
785 |
+
|
786 |
+
#: admin/views/placements.php:94
|
787 |
+
msgid "position"
|
788 |
+
msgstr "posição"
|
789 |
+
|
790 |
+
#: admin/views/placements.php:119
|
791 |
+
msgid "ad label"
|
792 |
+
msgstr "Etiqueta do anúncio"
|
793 |
+
|
794 |
+
#: admin/views/placements.php:128
|
795 |
+
msgid "show all options"
|
796 |
+
msgstr "Mostrar todas as opções"
|
797 |
+
|
798 |
+
#: admin/views/placements.php:135
|
799 |
+
#, php-format
|
800 |
+
msgid ""
|
801 |
+
"Tutorial: <a href=\"%s\" target=\"_blank\">How to place visible ads in the "
|
802 |
+
"header of your website</a>."
|
803 |
+
msgstr ""
|
804 |
+
"Tutorial: <a href=\"%s\" target=\"_blank\"> Como colocar anúncios visíveis "
|
805 |
+
"no cabeçalho do seu site </a>."
|
806 |
+
|
807 |
+
#: admin/views/setting-license.php:15
|
808 |
+
#, php-format
|
809 |
+
msgid ""
|
810 |
+
"Click on %2$s if you renewed it or have a subscription or <a href=\"%1$s\" "
|
811 |
+
"target=\"_blank\">renew your license with a discount</a>."
|
812 |
+
msgstr ""
|
813 |
+
"Clique em %2$ s se o tiver renovado ou tiver uma assinatura ou <a "
|
814 |
+
"href=\"%1$s\" target=\"_blank\"> renovar sua licença com desconto </a>."
|
815 |
+
|
816 |
+
#: admin/views/setting-license.php:41
|
817 |
+
msgid "Deactivate License"
|
818 |
+
msgstr "Desativar Licença"
|
819 |
+
|
820 |
+
#: admin/views/setting-license.php:47
|
821 |
+
msgid "Update License"
|
822 |
+
msgstr "Atualizar Licença"
|
823 |
+
|
824 |
+
#: admin/views/setting-license.php:47
|
825 |
+
msgid "Activate License"
|
826 |
+
msgstr "Ativar Licença"
|
827 |
+
|
828 |
+
#: admin/views/settings.php:49 modules/import-export/main.php:15
|
829 |
+
#: modules/import-export/main.php:15
|
830 |
+
msgid "Import & Export"
|
831 |
+
msgstr "Importar & amp; Exportar"
|
832 |
+
|
833 |
+
#: admin/views/support.php:48
|
834 |
+
msgid "Ads not showing up"
|
835 |
+
msgstr "Anúncios que não aparecem"
|
836 |
+
|
837 |
+
#: admin/views/support.php:49
|
838 |
+
msgid "Purchase & Licenses"
|
839 |
+
msgstr "Compra e Licenças"
|
840 |
+
|
841 |
+
#: admin/views/support.php:50
|
842 |
+
msgid "General Issues"
|
843 |
+
msgstr "Problemas gerais"
|
844 |
+
|
845 |
+
#: admin/views/support.php:51
|
846 |
+
msgid "Issues with Add-Ons"
|
847 |
+
msgstr "Problemas com Add-Ons"
|
848 |
+
|
849 |
+
#: admin/views/support.php:58
|
850 |
+
#, php-format
|
851 |
+
msgid ""
|
852 |
+
"Take a look at more common issues or contact us directly through the <a "
|
853 |
+
"href=\"%s\" target=\"_blank\">support page</a>."
|
854 |
+
msgstr ""
|
855 |
+
"Dê uma olhada em problemas mais comuns ou contacte-nos diretamente através "
|
856 |
+
"da <a href=\"%s\" target=\"_blank\"> página de suporte </a>."
|
857 |
+
|
858 |
+
#: public/views/ad-debug.php:18
|
859 |
+
msgid "Ad debug output"
|
860 |
+
msgstr "Saída de depuração de anúncios"
|
861 |
+
|
862 |
+
#: public/views/ad-debug.php:20
|
863 |
+
msgid "Find solutions in the manual"
|
864 |
+
msgstr "Encontre soluções no manual"
|
865 |
+
|
866 |
+
#: modules/gadsense/admin/admin.php:200
|
867 |
+
msgid ""
|
868 |
+
"There is no explicit limit for AdSense ads anymore, but you can still use "
|
869 |
+
"this setting to prevent too many AdSense ads to show accidentally on your "
|
870 |
+
"site."
|
871 |
+
msgstr ""
|
872 |
+
"Já não existe um limite explícito para os anúncios do AdSense, mas você "
|
873 |
+
"ainda pode usar essa configuração para evitar que muitos anúncios do AdSense "
|
874 |
+
"sejam exibidos acidentalmente em seu site."
|
875 |
+
|
876 |
+
#: modules/gadsense/admin/admin.php:219
|
877 |
+
msgid ""
|
878 |
+
"You still need to enable Page-Level ads in your AdSense account. See <a "
|
879 |
+
"href=\"https://support.google.com/adsense/answer/6245304\" target=\"_blank\">"
|
880 |
+
"AdSense Help</a> (requires AdSense-login) for more information."
|
881 |
+
msgstr ""
|
882 |
+
"Você ainda precisa habilitar os anúncios em nível de página em sua conta do "
|
883 |
+
"AdSense. Veja <a href=\"https://support.google.com/adsense/answer/6245304\" "
|
884 |
+
"target=\"_blank\"> Ajuda do AdSense </a> (requer login do AdSense) para "
|
885 |
+
"obter mais informações."
|
886 |
+
|
887 |
+
#: modules/gadsense/admin/admin.php:220
|
888 |
+
#, php-format
|
889 |
+
msgid ""
|
890 |
+
"Please notice that this code might also activate QuickStart ads. Please read "
|
891 |
+
"<a href=\"%s\" target=\"_blank\">this article</a> if <strong>ads appear in "
|
892 |
+
"random places</strong>."
|
893 |
+
msgstr ""
|
894 |
+
"Observe que esse código também pode ativar anúncios QuickStart. Por favor, "
|
895 |
+
"leia <a href=\"%s\" target=\"_blank\"> este artigo </a> se <strong> anúncios "
|
896 |
+
"aparecerem em lugares aleatórios </ strong>."
|
897 |
+
|
898 |
+
#: modules/gadsense/admin/admin.php:312
|
899 |
+
#, php-format
|
900 |
+
msgid ""
|
901 |
+
"Responsive AdSense ads don’t work reliably with <em>Position</em> set to "
|
902 |
+
"left or right. Either switch the <em>Type</em> to \"normal\" or follow <a "
|
903 |
+
"href=\"%s\" target=\"_blank\">this tutorial</a> if you want the ad to be "
|
904 |
+
"wrapped in text."
|
905 |
+
msgstr ""
|
906 |
+
"Os anúncios sensíveis do AdSense não funcionam de forma confiável com <em> "
|
907 |
+
"Posição </ em> configurados para a esquerda ou para a direita. Altere o <em> "
|
908 |
+
"Tipo </ em> para \"normal\" ou siga <a href=\"%s\" target=\"_blank\"> este "
|
909 |
+
"tutorial </a> se desejar que o anúncio seja embrulhado no texto."
|
910 |
+
|
911 |
+
#: modules/import-export/classes/import.php:64
|
912 |
+
msgid "Please enter XML content"
|
913 |
+
msgstr "Digite o conteúdo XML"
|
914 |
+
|
915 |
+
#: modules/import-export/classes/import.php:145
|
916 |
+
#: modules/import-export/classes/import.php:561
|
917 |
+
#, php-format
|
918 |
+
msgid "New attachment created <em>%s</em> %s"
|
919 |
+
msgstr "Novo anexo criado <em> %s </ em>%s"
|
920 |
+
|
921 |
+
#: modules/import-export/classes/import.php:177
|
922 |
+
#, php-format
|
923 |
+
msgid "Failed to import <em>%s</em>"
|
924 |
+
msgstr "Falha ao importar <em> %s</ em>"
|
925 |
+
|
926 |
+
#: modules/import-export/classes/import.php:185
|
927 |
+
#, php-format
|
928 |
+
msgid "New ad created: <em>%s</em> %s"
|
929 |
+
msgstr "Novo anúncio criado: <em> %s </ em>%s"
|
930 |
+
|
931 |
+
#: modules/import-export/classes/import.php:228
|
932 |
+
#, php-format
|
933 |
+
msgid "Assigned terms: <em>%s</em>, to post: <em>%s</em>"
|
934 |
+
msgstr "Termos atribuídos: <em> %s </ em>, para postar: <em>%s </ em>"
|
935 |
+
|
936 |
+
#: modules/import-export/classes/import.php:290
|
937 |
+
#, php-format
|
938 |
+
msgid "New group created, id: <em>%s</em>, name: <em>%s</em>"
|
939 |
+
msgstr "Novo grupo criado, id: <em>%s </ em>, nome: <em>%s </ em>"
|
940 |
+
|
941 |
+
#: modules/import-export/classes/import.php:292
|
942 |
+
#, php-format
|
943 |
+
msgid "Failed to import taxonomy: <em>%s</em>, term: <em>%s</em>"
|
944 |
+
msgstr "Falha na importação de taxonomia: <em>%s </ em>, termo: <em>%s </ em>"
|
945 |
+
|
946 |
+
#: modules/import-export/classes/import.php:357
|
947 |
+
#, php-format
|
948 |
+
msgid "Placement <em>%s</em> created"
|
949 |
+
msgstr "Colocação <em>%s </ em> criada"
|
950 |
+
|
951 |
+
#: modules/import-export/classes/import.php:472
|
952 |
+
#, php-format
|
953 |
+
msgid "Option was updated: <em>%s</em>"
|
954 |
+
msgstr "A opção foi atualizada: <em>%s </ em>"
|
955 |
+
|
956 |
+
#: modules/import-export/classes/import.php:475
|
957 |
+
#, php-format
|
958 |
+
msgid "Option already exists: <em>%s</em>"
|
959 |
+
msgstr "A opção já existe: <em>%s </ em>"
|
960 |
+
|
961 |
+
#: modules/import-export/classes/import.php:497
|
962 |
+
#, php-format
|
963 |
+
msgid "Failed to create import directory <em>%s</em>"
|
964 |
+
msgstr "Falha ao criar o diretório de importação <em>%s </ em>"
|
965 |
+
|
966 |
+
#: modules/import-export/classes/import.php:502
|
967 |
+
#, php-format
|
968 |
+
msgid "Import directory is not writable: <em>%s</em>"
|
969 |
+
msgstr "O diretório de importação não pode ser gravado: <em>%s </ em>"
|
970 |
+
|
971 |
+
#: modules/import-export/classes/import.php:510
|
972 |
+
msgid ""
|
973 |
+
"File is empty, uploads are disabled or post_max_size is smaller than "
|
974 |
+
"upload_max_filesize in php.ini"
|
975 |
+
msgstr ""
|
976 |
+
"O arquivo está vazio, os carregamentos estão desativados ou o post_max_size "
|
977 |
+
"é menor que upload_max_filesize no php.ini"
|
978 |
+
|
979 |
+
#: modules/import-export/classes/import.php:520
|
980 |
+
#, php-format
|
981 |
+
msgid "Failed to upload file, error: <em>%s</em>"
|
982 |
+
msgstr "Falha ao carregar arquivo, erro: <em>%s </ em>"
|
983 |
+
|
984 |
+
#: modules/import-export/classes/import.php:525
|
985 |
+
msgid "File is empty."
|
986 |
+
msgstr "O arquivo está vazio."
|
987 |
+
|
988 |
+
#: modules/import-export/classes/import.php:530
|
989 |
+
#, php-format
|
990 |
+
msgid ""
|
991 |
+
"The file could not be created: <em>%s</em>. This is probably a permissions "
|
992 |
+
"problem"
|
993 |
+
msgstr ""
|
994 |
+
"O arquivo não pôde ser criado: <em>%s </ em>. Este é provavelmente um "
|
995 |
+
"problema de permissões"
|
996 |
+
|
997 |
+
#: modules/import-export/classes/import.php:603
|
998 |
+
#, php-format
|
999 |
+
msgid "Invalid filetype <em>%s</em>"
|
1000 |
+
msgstr "Tipo de arquivo inválido <em>%s </ em>"
|
1001 |
+
|
1002 |
+
#: modules/import-export/classes/import.php:608
|
1003 |
+
#: modules/import-export/classes/import.php:615
|
1004 |
+
#: modules/import-export/classes/import.php:623
|
1005 |
+
#: modules/import-export/classes/import.php:638
|
1006 |
+
#, php-format
|
1007 |
+
msgid "Error getting remote image <em>%s</em>"
|
1008 |
+
msgstr "Erro ao obter imagem remota <em>%s </ em>"
|
1009 |
+
|
1010 |
+
#: modules/import-export/classes/import.php:632
|
1011 |
+
#, php-format
|
1012 |
+
msgid "Zero size file downloaded <em>%s</em>"
|
1013 |
+
msgstr "Arquivo de tamanho zero baixado <em>%s </ em>"
|
1014 |
+
|
1015 |
+
#: modules/import-export/classes/XmlEncoder.php:75
|
1016 |
+
msgctxt "import_export"
|
1017 |
+
msgid "The data must be an array"
|
1018 |
+
msgstr "Os dados devem ser uma matriz"
|
1019 |
+
|
1020 |
+
#: modules/import-export/classes/XmlEncoder.php:103
|
1021 |
+
#, php-format
|
1022 |
+
msgctxt "import_export"
|
1023 |
+
msgid "The key %s is not valid"
|
1024 |
+
msgstr "A chave %s não é válida"
|
1025 |
+
|
1026 |
+
#: modules/import-export/classes/XmlEncoder.php:149
|
1027 |
+
#, php-format
|
1028 |
+
msgctxt "import_export"
|
1029 |
+
msgid "An unexpected value could not be serialized: %s"
|
1030 |
+
msgstr "Um valor inesperado não pode ser serializado: %s"
|
1031 |
+
|
1032 |
+
#: modules/import-export/classes/XmlEncoder.php:201
|
1033 |
+
msgctxt "import_export"
|
1034 |
+
msgid "Invalid XML data, it can not be empty"
|
1035 |
+
msgstr "Dados XML inválidos, não podem estar vazios"
|
1036 |
+
|
1037 |
+
#: modules/import-export/classes/XmlEncoder.php:223
|
1038 |
+
#, php-format
|
1039 |
+
msgctxt "import_export"
|
1040 |
+
msgid "XML error: %s"
|
1041 |
+
msgstr "Erro XML: %s"
|
1042 |
+
|
1043 |
+
#: modules/import-export/views/page.php:16
|
1044 |
+
msgid "Export"
|
1045 |
+
msgstr "Exportar"
|
1046 |
+
|
1047 |
+
#: modules/import-export/views/page.php:17
|
1048 |
+
msgid ""
|
1049 |
+
"When you click the button below Advanced Ads will create an XML file for you "
|
1050 |
+
"to save to your computer."
|
1051 |
+
msgstr ""
|
1052 |
+
"Quando você clica no botão abaixo, os Anúncios avançados criarão um arquivo "
|
1053 |
+
"XML para você salvar em seu computador."
|
1054 |
+
|
1055 |
+
#: modules/import-export/views/page.php:28
|
1056 |
+
msgid "Download Export File"
|
1057 |
+
msgstr "Baixar arquivo de exportação"
|
1058 |
+
|
1059 |
+
#: modules/import-export/views/page.php:33
|
1060 |
+
msgid "Import"
|
1061 |
+
msgstr "Importar"
|
1062 |
+
|
1063 |
+
#: modules/import-export/views/page.php:44
|
1064 |
+
msgid "Choose an XML file"
|
1065 |
+
msgstr "Escolha um arquivo XML"
|
1066 |
+
|
1067 |
+
#: modules/import-export/views/page.php:45
|
1068 |
+
msgid "Copy an XML content"
|
1069 |
+
msgstr "Copie um conteúdo XML"
|
1070 |
+
|
1071 |
+
#: modules/import-export/views/page.php:52
|
1072 |
+
msgid ""
|
1073 |
+
"Before you can upload your import file, you will need to fix the following "
|
1074 |
+
"error:"
|
1075 |
+
msgstr ""
|
1076 |
+
"Antes de poder carregar seu arquivo de importação, você precisará corrigir o "
|
1077 |
+
"seguinte erro:"
|
1078 |
+
|
1079 |
+
#: modules/import-export/views/page.php:57
|
1080 |
+
#, php-format
|
1081 |
+
msgid "Maximum size: %s"
|
1082 |
+
msgstr "Tamanho máximo : %s"
|
1083 |
+
|
1084 |
+
#: modules/import-export/views/page.php:66
|
1085 |
+
msgid "Start import"
|
1086 |
+
msgstr "Iniciar Importação"
|
1087 |
+
|
1088 |
+
#: modules/ad-blocker/admin/views/setting-use-adblocker.php:4
|
1089 |
+
msgid ""
|
1090 |
+
"The ad block disguise can only be set by the super admin on the main site in "
|
1091 |
+
"the network."
|
1092 |
+
msgstr ""
|
1093 |
+
"O disfarce do bloco de anúncios só pode ser configurado pelo super admin no "
|
1094 |
+
"site principal da rede."
|
1095 |
+
|
1096 |
+
#: modules/gadsense/admin/views/adsense-ad-parameters.php:24
|
1097 |
+
msgid ""
|
1098 |
+
"Copy the ad code from your AdSense account, paste it into the area below and "
|
1099 |
+
"click on <em>Get details</em>."
|
1100 |
+
msgstr ""
|
1101 |
+
"Copie o código do anúncio da sua conta AdSense, cole-o na área abaixo e "
|
1102 |
+
"clique em <em> Obter detalhes </ em>."
|
1103 |
+
|
1104 |
+
#: modules/gadsense/admin/views/adsense-ad-parameters.php:30
|
1105 |
+
msgid "Insert new AdSense code"
|
1106 |
+
msgstr "Insira o novo código do AdSense"
|
1107 |
+
|
1108 |
+
#: modules/gadsense/admin/views/adsense-ad-parameters.php:60
|
1109 |
+
msgid "Responsive (Matched Content)"
|
1110 |
+
msgstr "Resposta (Conteúdo correspondente)"
|
1111 |
+
|
1112 |
+
#: modules/gadsense/admin/views/adsense-ad-parameters.php:61
|
1113 |
+
msgid "Link ads"
|
1114 |
+
msgstr "Link ads"
|
1115 |
+
|
1116 |
+
#: modules/gadsense/admin/views/adsense-ad-parameters.php:62
|
1117 |
+
msgid "Link ads (Responsive)"
|
1118 |
+
msgstr "Link ads (Responsive)"
|
1119 |
+
|
1120 |
+
#: modules/gadsense/admin/views/adsense-ad-parameters.php:63
|
1121 |
+
msgid "InArticle"
|
1122 |
+
msgstr "InArticle"
|
1123 |
+
|
1124 |
+
#: modules/gadsense/admin/views/adsense-ad-parameters.php:64
|
1125 |
+
msgid "InFeed"
|
1126 |
+
msgstr "InFeed"
|
1127 |
+
|
1128 |
+
#: modules/gadsense/admin/views/adsense-ad-parameters.php:70
|
1129 |
+
#, php-format
|
1130 |
+
msgid ""
|
1131 |
+
"Use the <a href=\"%s\" target=\"_blank\">Responsive add-on</a> in order to "
|
1132 |
+
"define the exact size for each browser width or choose between horizontal, "
|
1133 |
+
"vertical, or rectangle formats."
|
1134 |
+
msgstr ""
|
1135 |
+
"Use o <a href=\"%s\" target=\"_blank\"> add-on responsivo </a> para definir "
|
1136 |
+
"o tamanho exato para cada largura do navegador ou escolha entre os formatos "
|
1137 |
+
"horizontal, vertical ou retângulo."
|
1138 |
+
|
1139 |
+
#: modules/gadsense/admin/views/adsense-ad-parameters.php:81
|
1140 |
+
msgid "Tutorial: How to place ads between posts?"
|
1141 |
+
msgstr "Tutorial: como colocar anúncios entre postagens?"
|
1142 |
+
|
1143 |
+
#: modules/gadsense/admin/views/adsense-ad-parameters.php:82
|
1144 |
+
msgid "Layout"
|
1145 |
+
msgstr "Layout"
|
1146 |
+
|
1147 |
+
#: modules/gadsense/admin/views/adsense-ad-parameters.php:86
|
1148 |
+
msgid "Layout-Key"
|
1149 |
+
msgstr "Layout-Key"
|
1150 |
+
|
1151 |
+
#: admin/class-advanced-ads-admin.php:190 classes/display-conditions.php:178
|
1152 |
+
#: classes/visitor-conditions.php:241 admin/views/ad-display-metabox.php:114
|
1153 |
+
msgid "or"
|
1154 |
+
msgstr "ou"
|
1155 |
+
|
1156 |
+
#: admin/class-advanced-ads-admin.php:191 classes/display-conditions.php:178
|
1157 |
+
#: classes/visitor-conditions.php:241 admin/views/ad-visitor-metabox.php:88
|
1158 |
+
msgid "and"
|
1159 |
+
msgstr "e"
|
1160 |
+
|
1161 |
+
#: admin/class-advanced-ads-admin.php:192
|
1162 |
+
msgid "After which paragraph?"
|
1163 |
+
msgstr "Após o qual parágrafo?"
|
1164 |
+
|
1165 |
+
#: admin/class-advanced-ads-admin.php:300
|
1166 |
+
#, php-format
|
1167 |
+
msgid "time of %s"
|
1168 |
+
msgstr "tempo de %s"
|
1169 |
+
|
1170 |
+
#: admin/class-advanced-ads-admin.php:341 admin/includes/class-menu.php:83
|
1171 |
+
#: admin/includes/class-menu.php:83
|
1172 |
+
msgid "Support"
|
1173 |
+
msgstr "Suporte"
|
1174 |
+
|
1175 |
+
#: admin/class-advanced-ads-admin.php:345
|
1176 |
+
msgid "Add-Ons"
|
1177 |
+
msgstr "Add-Ons"
|
1178 |
+
|
1179 |
+
#: classes/ad-debug.php:118 classes/ad-debug.php:167 classes/ad-debug.php:169
|
1180 |
+
#: public/class-advanced-ads.php:618 admin/views/ad-group-list-ads.php:2
|
1181 |
+
msgid "Ad"
|
1182 |
+
msgstr "Anúncios"
|
1183 |
+
|
1184 |
+
#: classes/ad-debug.php:121 public/class-advanced-ads.php:581
|
1185 |
+
msgctxt "ad group singular name"
|
1186 |
+
msgid "Ad Group"
|
1187 |
+
msgstr "Grupo de Anúncios"
|
1188 |
+
|
1189 |
+
#: classes/ad-debug.php:152 admin/includes/class-meta-box.php:65
|
1190 |
+
msgid "Display Conditions"
|
1191 |
+
msgstr "Condições de exibição"
|
1192 |
+
|
1193 |
+
#: classes/ad-debug.php:239 admin/includes/class-meta-box.php:68
|
1194 |
+
msgid "Visitor Conditions"
|
1195 |
+
msgstr "Condições para Visitantes"
|
1196 |
+
|
1197 |
+
#: classes/ad_placements.php:31
|
1198 |
+
msgid "Manual Placement"
|
1199 |
+
msgstr "Manual de Locais"
|
1200 |
+
|
1201 |
+
#: classes/ad_placements.php:32
|
1202 |
+
msgid "Manual placement to use as function or shortcode."
|
1203 |
+
msgstr "Manual de locais para usar como função ou shortcode."
|
1204 |
+
|
1205 |
+
#: classes/ad_placements.php:37
|
1206 |
+
msgid "Header Code"
|
1207 |
+
msgstr "Código no Cabeçalho"
|
1208 |
+
|
1209 |
+
#: classes/ad_placements.php:38
|
1210 |
+
msgid ""
|
1211 |
+
"Injected in Header (before closing </head> Tag, often not visible)."
|
1212 |
+
msgstr ""
|
1213 |
+
"Injetado no Cabeçalho (antes de fechar a Tag </head> muitas vezes não "
|
1214 |
+
"visível)."
|
1215 |
+
|
1216 |
+
#: classes/ad_placements.php:42
|
1217 |
+
msgid "Footer Code"
|
1218 |
+
msgstr "Código no Rodapé"
|
1219 |
+
|
1220 |
+
#: classes/ad_placements.php:43
|
1221 |
+
msgid "Injected in Footer (before closing </body> Tag)."
|
1222 |
+
msgstr "Injetado no Rodapé (antes de fechar a Tag </body>)."
|
1223 |
+
|
1224 |
+
#: classes/ad_placements.php:47 admin/views/ad-info-top.php:9
|
1225 |
+
msgid "Before Content"
|
1226 |
+
msgstr "Antes do Conteúdo"
|
1227 |
+
|
1228 |
+
#: classes/ad_placements.php:48
|
1229 |
+
msgid "Injected before the post content."
|
1230 |
+
msgstr "Inserido antes do post"
|
1231 |
+
|
1232 |
+
#: classes/ad_placements.php:53 admin/views/ad-info-top.php:11
|
1233 |
+
msgid "After Content"
|
1234 |
+
msgstr "Depois do Conteúdo"
|
1235 |
+
|
1236 |
+
#: classes/ad_placements.php:54
|
1237 |
+
msgid "Injected after the post content."
|
1238 |
+
msgstr "Inserido depois do post"
|
1239 |
+
|
1240 |
+
#: classes/ad_placements.php:59 admin/views/ad-info-top.php:10
|
1241 |
+
msgid "Content"
|
1242 |
+
msgstr "Conteúdo"
|
1243 |
+
|
1244 |
+
#: classes/ad_placements.php:60
|
1245 |
+
msgid ""
|
1246 |
+
"Injected into the content. You can choose the paragraph after which the ad "
|
1247 |
+
"content is displayed."
|
1248 |
+
msgstr ""
|
1249 |
+
"Inserido no conteúdo do post. Você pode escolher o parágrafo em que o "
|
1250 |
+
"anúncio será exibido."
|
1251 |
+
|
1252 |
+
#: classes/ad_placements.php:65
|
1253 |
+
msgid "Sidebar Widget"
|
1254 |
+
msgstr "Widget da Barra Lateral"
|
1255 |
+
|
1256 |
+
#: classes/ad_placements.php:66
|
1257 |
+
msgid ""
|
1258 |
+
"Create a sidebar widget with an ad. Can be placed and used like any other "
|
1259 |
+
"widget."
|
1260 |
+
msgstr ""
|
1261 |
+
"Criar um widget na barra lateral com um anúncio. Pode ser colocado e "
|
1262 |
+
"utilizado como qualquer outro widget."
|
1263 |
+
|
1264 |
+
#: classes/ad_placements.php:218
|
1265 |
+
#, php-format
|
1266 |
+
msgid "paragraph (%s)"
|
1267 |
+
msgstr "parágrafo (%s)"
|
1268 |
+
|
1269 |
+
#: classes/ad_placements.php:219
|
1270 |
+
#, php-format
|
1271 |
+
msgid "paragraph without image (%s)"
|
1272 |
+
msgstr "parágrafo sem imagem (%s)"
|
1273 |
+
|
1274 |
+
#: classes/ad_placements.php:220
|
1275 |
+
#, php-format
|
1276 |
+
msgid "headline 2 (%s)"
|
1277 |
+
msgstr "Título 2 (%s)"
|
1278 |
+
|
1279 |
+
#: classes/ad_placements.php:221
|
1280 |
+
#, php-format
|
1281 |
+
msgid "headline 3 (%s)"
|
1282 |
+
msgstr "Título 3 (%s)"
|
1283 |
+
|
1284 |
+
#: classes/ad_placements.php:222
|
1285 |
+
#, php-format
|
1286 |
+
msgid "headline 4 (%s)"
|
1287 |
+
msgstr "Título 4 (%s)"
|
1288 |
+
|
1289 |
+
#: classes/ad_type_content.php:35
|
1290 |
+
msgid "Rich Content"
|
1291 |
+
msgstr "Conteúdo rico"
|
1292 |
+
|
1293 |
+
#: classes/ad_type_content.php:36
|
1294 |
+
msgid ""
|
1295 |
+
"The full content editor from WordPress with all features like shortcodes, "
|
1296 |
+
"image upload or styling, but also simple text/html mode for scripts and code."
|
1297 |
+
msgstr ""
|
1298 |
+
"O editor de conteúdo do WordPress com todas as suas funcções, como "
|
1299 |
+
"shortcodes, mas também simples editores de HTML."
|
1300 |
+
|
1301 |
+
#: classes/ad_type_group.php:30 admin/views/ad-group-list-header.php:3
|
1302 |
+
msgid "Ad Group"
|
1303 |
+
msgstr "Grupo de Anúncios"
|
1304 |
+
|
1305 |
+
#: classes/ad_type_group.php:31
|
1306 |
+
msgid ""
|
1307 |
+
"Choose an existing ad group. Use this type when you want to assign the same "
|
1308 |
+
"display and visitor conditions to all ads in that group."
|
1309 |
+
msgstr ""
|
1310 |
+
"Escolha um grupo de anúncios existente. Use este tipo quando você deseja "
|
1311 |
+
"atribuir as mesmas condições de exibição e visitante para todos os anúncios "
|
1312 |
+
"nesse grupo."
|
1313 |
+
|
1314 |
+
#: classes/ad_type_group.php:84
|
1315 |
+
msgid "ad group"
|
1316 |
+
msgstr "grupo de anúncios"
|
1317 |
+
|
1318 |
+
#: classes/ad_type_plain.php:31
|
1319 |
+
msgid "Plain Text and Code"
|
1320 |
+
msgstr "Texto simples e Código"
|
1321 |
+
|
1322 |
+
#: classes/ad_type_plain.php:32
|
1323 |
+
msgid ""
|
1324 |
+
"Simple text editor without any filters. You might use it to display "
|
1325 |
+
"unfiltered content, php code or javascript. Shortcodes and other WordPress "
|
1326 |
+
"content field magic does not work here."
|
1327 |
+
msgstr ""
|
1328 |
+
"Texto simples sem nenhum filtro. Você pode querer isso para exibir conteúdo "
|
1329 |
+
"sem restrições, código PHP ou JavaScript. Shortcodes a outras funções do WP "
|
1330 |
+
"não têm efeito aqui."
|
1331 |
+
|
1332 |
+
#: classes/ad_type_plain.php:52
|
1333 |
+
msgid "Insert plain text or code into this field."
|
1334 |
+
msgstr "Insira o texo ou código no campo."
|
1335 |
+
|
1336 |
+
#: classes/ad_type_plain.php:89
|
1337 |
+
msgid "Execute PHP code (wrapped in <code><?php ?></code>)"
|
1338 |
+
msgstr "Executar código PHP (envolto em <code><?php ?></code>)"
|
1339 |
+
|
1340 |
+
#: classes/checks.php:244
|
1341 |
+
#, php-format
|
1342 |
+
msgid ""
|
1343 |
+
"Possible conflict between jQueryUI library, used by Advanced Ads and other "
|
1344 |
+
"libraries (probably <a href=\"%s\">Twitter Bootstrap</a>). This might lead "
|
1345 |
+
"to misfortunate formats in forms, but should not damage features."
|
1346 |
+
msgstr ""
|
1347 |
+
"Possível conflito entre biblioteca jQueryUI, usado por anúncios avançados e "
|
1348 |
+
"outras bibliotecas (provavelmente <a href=\"%s\">Twitter Bootstrap</a>). "
|
1349 |
+
"Isso pode levar a formatos em formas infelizes , mas não deve danificar "
|
1350 |
+
"recursos."
|
1351 |
+
|
1352 |
+
#: classes/display-conditions.php:69
|
1353 |
+
msgid "post type"
|
1354 |
+
msgstr "tipo de postagem"
|
1355 |
+
|
1356 |
+
#: classes/display-conditions.php:70 includes/array_ad_conditions.php:40
|
1357 |
+
msgid "Choose the public post types on which to display the ad."
|
1358 |
+
msgstr "Escolha o tipo de conteúdo para exibir o anúncio"
|
1359 |
+
|
1360 |
+
#: classes/display-conditions.php:76
|
1361 |
+
msgid "specific pages"
|
1362 |
+
msgstr "páginas específicas"
|
1363 |
+
|
1364 |
+
#: classes/display-conditions.php:77 includes/array_ad_conditions.php:58
|
1365 |
+
msgid ""
|
1366 |
+
"Choose on which individual posts, pages and public post type pages you want "
|
1367 |
+
"to display or hide ads."
|
1368 |
+
msgstr ""
|
1369 |
+
"Escolha em qual post, página e tipos de conteúdo você quer exibir/esconder "
|
1370 |
+
"anúncios."
|
1371 |
+
|
1372 |
+
#: classes/display-conditions.php:82
|
1373 |
+
msgid "general conditions"
|
1374 |
+
msgstr "condições gerais"
|
1375 |
+
|
1376 |
+
#: classes/display-conditions.php:88
|
1377 |
+
msgid "author"
|
1378 |
+
msgstr "autor"
|
1379 |
+
|
1380 |
+
#: classes/display-conditions.php:120
|
1381 |
+
#, php-format
|
1382 |
+
msgid "archive: %s"
|
1383 |
+
msgstr "arquivo: %s"
|
1384 |
+
|
1385 |
+
#: classes/display-conditions.php:237 classes/display-conditions.php:282
|
1386 |
+
#: classes/display-conditions.php:370
|
1387 |
+
msgctxt "Error message shown when no display condition term is selected"
|
1388 |
+
msgid "Please select some items."
|
1389 |
+
msgstr "Por favor, selecione alguns itens."
|
1390 |
+
|
1391 |
+
#: classes/display-conditions.php:361
|
1392 |
+
msgctxt "display the terms search field on ad edit page"
|
1393 |
+
msgid "add more terms"
|
1394 |
+
msgstr "adicionar mais termos"
|
1395 |
+
|
1396 |
+
#: classes/display-conditions.php:363
|
1397 |
+
msgid "term name or id"
|
1398 |
+
msgstr "nome ou id do termo"
|
1399 |
+
|
1400 |
+
#: classes/display-conditions.php:424
|
1401 |
+
msgid "title or id"
|
1402 |
+
msgstr "título ou id"
|
1403 |
+
|
1404 |
+
#: classes/display-conditions.php:469 includes/array_ad_conditions.php:63
|
1405 |
+
msgid "Home Page"
|
1406 |
+
msgstr "Página Inicial"
|
1407 |
+
|
1408 |
+
#: classes/display-conditions.php:470 includes/array_ad_conditions.php:64
|
1409 |
+
msgid "show on Home page"
|
1410 |
+
msgstr "mostrar na página inicial"
|
1411 |
+
|
1412 |
+
#: classes/display-conditions.php:474 includes/array_ad_conditions.php:68
|
1413 |
+
msgid "Singular Pages"
|
1414 |
+
msgstr "Páginas Simples"
|
1415 |
+
|
1416 |
+
#: classes/display-conditions.php:475 includes/array_ad_conditions.php:69
|
1417 |
+
msgid "show on singular pages/posts"
|
1418 |
+
msgstr "mostrar no singular páginas/posts"
|
1419 |
+
|
1420 |
+
#: classes/display-conditions.php:479 includes/array_ad_conditions.php:73
|
1421 |
+
msgid "Archive Pages"
|
1422 |
+
msgstr "Páginas de Arquivos"
|
1423 |
+
|
1424 |
+
#: classes/display-conditions.php:480 includes/array_ad_conditions.php:74
|
1425 |
+
msgid "show on any type of archive page (category, tag, author and date)"
|
1426 |
+
msgstr "mostrar em qualquer tipo de página (categoria, tag, autor e data)"
|
1427 |
+
|
1428 |
+
#: classes/display-conditions.php:484 includes/array_ad_conditions.php:78
|
1429 |
+
msgid "Search Results"
|
1430 |
+
msgstr "Resultados da Pesquisa"
|
1431 |
+
|
1432 |
+
#: classes/display-conditions.php:485 includes/array_ad_conditions.php:79
|
1433 |
+
msgid "show on search result pages"
|
1434 |
+
msgstr "mostrar nas páginas de resultados de busca"
|
1435 |
+
|
1436 |
+
#: classes/display-conditions.php:489 includes/array_ad_conditions.php:83
|
1437 |
+
msgid "404 Page"
|
1438 |
+
msgstr "Página 404"
|
1439 |
+
|
1440 |
+
#: classes/display-conditions.php:490 includes/array_ad_conditions.php:84
|
1441 |
+
msgid "show on 404 error page"
|
1442 |
+
msgstr "mostrar na página de erro 404"
|
1443 |
+
|
1444 |
+
#: classes/display-conditions.php:494 includes/array_ad_conditions.php:88
|
1445 |
+
msgid "Attachment Pages"
|
1446 |
+
msgstr "Páginas de Anexos"
|
1447 |
+
|
1448 |
+
#: classes/display-conditions.php:495 includes/array_ad_conditions.php:89
|
1449 |
+
msgid "show on attachment pages"
|
1450 |
+
msgstr "mostrar nas páginas de anexos"
|
1451 |
+
|
1452 |
+
#: classes/display-conditions.php:499 includes/array_ad_conditions.php:93
|
1453 |
+
msgid "Secondary Queries"
|
1454 |
+
msgstr "Consultas Secundárias"
|
1455 |
+
|
1456 |
+
#: classes/display-conditions.php:500 includes/array_ad_conditions.php:94
|
1457 |
+
msgid "allow ads in secondary queries"
|
1458 |
+
msgstr "permitir anúncios em consultas secundárias"
|
1459 |
+
|
1460 |
+
#: classes/display-conditions.php:504
|
1461 |
+
msgid "Feed"
|
1462 |
+
msgstr "Feed"
|
1463 |
+
|
1464 |
+
#: classes/display-conditions.php:505
|
1465 |
+
msgid "allow ads in Feed"
|
1466 |
+
msgstr "permitir anúncios no Feed"
|
1467 |
+
|
1468 |
+
#: classes/visitor-conditions.php:33
|
1469 |
+
msgid "Display ads only on mobile devices or hide them."
|
1470 |
+
msgstr "Exibir anúncios somente em dispositivos móveis ou ocultá-los."
|
1471 |
+
|
1472 |
+
#: classes/visitor-conditions.php:39
|
1473 |
+
msgid "logged in visitor"
|
1474 |
+
msgstr "visitante logado"
|
1475 |
+
|
1476 |
+
#: classes/visitor-conditions.php:40
|
1477 |
+
msgid "Whether the visitor has to be logged in or not in order to see the ads."
|
1478 |
+
msgstr "Se o visitante deve estar logado ou não, para visualizar os anúncios."
|
1479 |
+
|
1480 |
+
#: classes/visitor-conditions.php:92 classes/visitor-conditions.php:132
|
1481 |
+
msgid "Manual and Troubleshooting"
|
1482 |
+
msgstr "Manual e Resolução de Problemas"
|
1483 |
+
|
1484 |
+
#: classes/visitor-conditions.php:161
|
1485 |
+
msgid "equal"
|
1486 |
+
msgstr "igual"
|
1487 |
+
|
1488 |
+
#: classes/visitor-conditions.php:162
|
1489 |
+
msgid "equal or higher"
|
1490 |
+
msgstr "igual ou superior"
|
1491 |
+
|
1492 |
+
#: classes/visitor-conditions.php:163
|
1493 |
+
msgid "equal or lower"
|
1494 |
+
msgstr "igual ou inferior"
|
1495 |
+
|
1496 |
+
#: classes/visitor-conditions.php:194
|
1497 |
+
msgid "contains"
|
1498 |
+
msgstr "contenha"
|
1499 |
+
|
1500 |
+
#: classes/visitor-conditions.php:195
|
1501 |
+
msgid "starts with"
|
1502 |
+
msgstr "começa com"
|
1503 |
+
|
1504 |
+
#: classes/visitor-conditions.php:196
|
1505 |
+
msgid "ends with"
|
1506 |
+
msgstr "termina com"
|
1507 |
+
|
1508 |
+
#: classes/visitor-conditions.php:197
|
1509 |
+
msgid "matches"
|
1510 |
+
msgstr "corresponde"
|
1511 |
+
|
1512 |
+
#: classes/visitor-conditions.php:198
|
1513 |
+
msgid "matches regex"
|
1514 |
+
msgstr "corresponda regex"
|
1515 |
+
|
1516 |
+
#: classes/visitor-conditions.php:199
|
1517 |
+
msgid "does not contain"
|
1518 |
+
msgstr "não contém"
|
1519 |
+
|
1520 |
+
#: classes/visitor-conditions.php:200
|
1521 |
+
msgid "does not start with"
|
1522 |
+
msgstr "não começa com"
|
1523 |
+
|
1524 |
+
#: classes/visitor-conditions.php:201
|
1525 |
+
msgid "does not end with"
|
1526 |
+
msgstr "não termina com"
|
1527 |
+
|
1528 |
+
#: classes/visitor-conditions.php:202
|
1529 |
+
msgid "does not match"
|
1530 |
+
msgstr "não corresponde"
|
1531 |
+
|
1532 |
+
#: classes/visitor-conditions.php:203
|
1533 |
+
msgid "does not match regex"
|
1534 |
+
msgstr "não corresponde regex"
|
1535 |
+
|
1536 |
+
#: classes/widget.php:22
|
1537 |
+
msgid "Display Ads and Ad Groups."
|
1538 |
+
msgstr "Exibir Anúncios e Grupos de Anúncios."
|
1539 |
+
|
1540 |
+
#: classes/widget.php:67 admin/includes/class-shortcode-creator.php:82
|
1541 |
+
msgid "--empty--"
|
1542 |
+
msgstr "--vazio--"
|
1543 |
+
|
1544 |
+
#: classes/widget.php:69 admin/includes/class-menu.php:75
|
1545 |
+
#: admin/includes/class-shortcode-creator.php:98 admin/views/placements.php:18
|
1546 |
+
#: modules/import-export/views/page.php:25
|
1547 |
+
msgid "Placements"
|
1548 |
+
msgstr "Locais"
|
1549 |
+
|
1550 |
+
#: classes/widget.php:76 admin/includes/class-menu.php:70
|
1551 |
+
#: admin/includes/class-shortcode-creator.php:91
|
1552 |
+
#: admin/views/placements-item.php:4 admin/views/placements.php:187
|
1553 |
+
msgid "Ad Groups"
|
1554 |
+
msgstr "Grupos de Anúncios"
|
1555 |
+
|
1556 |
+
#: classes/widget.php:83 public/class-advanced-ads.php:617
|
1557 |
+
#: admin/includes/class-menu.php:59 admin/includes/class-menu.php:59
|
1558 |
+
#: admin/includes/class-shortcode-creator.php:84
|
1559 |
+
#: admin/views/ad-group-list-form-row.php:68
|
1560 |
+
#: admin/views/ad-group-list-header.php:5 admin/views/placements-item.php:11
|
1561 |
+
#: admin/views/placements.php:194 modules/import-export/views/page.php:23
|
1562 |
+
msgid "Ads"
|
1563 |
+
msgstr "Anúncios"
|
1564 |
+
|
1565 |
+
#: public/class-advanced-ads.php:317
|
1566 |
+
msgid "Advanced Ads Error following:"
|
1567 |
+
msgstr "Anúncios Avançados possui os seguintes Erros:"
|
1568 |
+
|
1569 |
+
#: public/class-advanced-ads.php:320
|
1570 |
+
#, php-format
|
1571 |
+
msgid "Advanced Ads Error: %s"
|
1572 |
+
msgstr "Aúncios Avançados Erro: %s"
|
1573 |
+
|
1574 |
+
#: public/class-advanced-ads.php:580
|
1575 |
+
msgctxt "ad group general name"
|
1576 |
+
msgid "Ad Groups"
|
1577 |
+
msgstr "Grupos de Anúncios"
|
1578 |
+
|
1579 |
+
#: public/class-advanced-ads.php:582
|
1580 |
+
msgid "Search Ad Groups"
|
1581 |
+
msgstr "Pesquisar Grupos de Anúncios"
|
1582 |
+
|
1583 |
+
#: public/class-advanced-ads.php:583
|
1584 |
+
msgid "All Ad Groups"
|
1585 |
+
msgstr "Todos os Grupos de Anúncios"
|
1586 |
+
|
1587 |
+
#: public/class-advanced-ads.php:584
|
1588 |
+
msgid "Parent Ad Groups"
|
1589 |
+
msgstr "Grupos de Anúncios Pai"
|
1590 |
+
|
1591 |
+
#: public/class-advanced-ads.php:585
|
1592 |
+
msgid "Parent Ad Groups:"
|
1593 |
+
msgstr "Grupos de Anúncios Pai:"
|
1594 |
+
|
1595 |
+
#: public/class-advanced-ads.php:586
|
1596 |
+
msgid "Edit Ad Group"
|
1597 |
+
msgstr "Editar Grupo de Anúncios"
|
1598 |
+
|
1599 |
+
#: public/class-advanced-ads.php:587
|
1600 |
+
msgid "Update Ad Group"
|
1601 |
+
msgstr "Atualizar Grupo de Anúncios"
|
1602 |
+
|
1603 |
+
#: public/class-advanced-ads.php:588
|
1604 |
+
msgid "Add New Ad Group"
|
1605 |
+
msgstr "Adicionar Novo Grupo de Anúncios"
|
1606 |
+
|
1607 |
+
#: public/class-advanced-ads.php:589
|
1608 |
+
msgid "New Ad Groups Name"
|
1609 |
+
msgstr "Nome do Novo Grupo de Anúncios"
|
1610 |
+
|
1611 |
+
#: public/class-advanced-ads.php:590 admin/includes/class-menu.php:70
|
1612 |
+
#: modules/import-export/views/page.php:24
|
1613 |
+
msgid "Groups"
|
1614 |
+
msgstr "Grupos"
|
1615 |
+
|
1616 |
+
#: public/class-advanced-ads.php:591
|
1617 |
+
msgid "No Ad Group found"
|
1618 |
+
msgstr "Nenhum Grupo de Anúncios encontrado"
|
1619 |
+
|
1620 |
+
#: public/class-advanced-ads.php:619 public/class-advanced-ads.php:623
|
1621 |
+
#: admin/includes/class-menu.php:65 admin/views/ad-group-list-ads.php:17
|
1622 |
+
msgid "New Ad"
|
1623 |
+
msgstr "Novo Anúncio"
|
1624 |
+
|
1625 |
+
#: public/class-advanced-ads.php:620 admin/includes/class-menu.php:65
|
1626 |
+
msgid "Add New Ad"
|
1627 |
+
msgstr "Adicionar Novo Anúncio"
|
1628 |
+
|
1629 |
+
#: public/class-advanced-ads.php:621
|
1630 |
+
#: admin/includes/class-ad-groups-list.php:308
|
1631 |
+
#: modules/import-export/classes/import.php:144
|
1632 |
+
#: modules/import-export/classes/import.php:184
|
1633 |
+
#: modules/import-export/classes/import.php:560
|
1634 |
+
msgid "Edit"
|
1635 |
+
msgstr "Editar"
|
1636 |
+
|
1637 |
+
#: public/class-advanced-ads.php:622
|
1638 |
+
msgid "Edit Ad"
|
1639 |
+
msgstr "Editar Anúncio"
|
1640 |
+
|
1641 |
+
#: public/class-advanced-ads.php:624
|
1642 |
+
msgid "View"
|
1643 |
+
msgstr "Visualizar"
|
1644 |
+
|
1645 |
+
#: public/class-advanced-ads.php:625
|
1646 |
+
msgid "View the Ad"
|
1647 |
+
msgstr "Visualizar o Anúncio"
|
1648 |
+
|
1649 |
+
#: public/class-advanced-ads.php:626
|
1650 |
+
msgid "Search Ads"
|
1651 |
+
msgstr "Pesquisar Anúncios"
|
1652 |
+
|
1653 |
+
#: public/class-advanced-ads.php:627
|
1654 |
+
msgid "No Ads found"
|
1655 |
+
msgstr "Nenhum Anúncio encontrado"
|
1656 |
+
|
1657 |
+
#: public/class-advanced-ads.php:628
|
1658 |
+
msgid "No Ads found in Trash"
|
1659 |
+
msgstr "Nenhum Anúncio encontrado na Lixeira"
|
1660 |
+
|
1661 |
+
#: public/class-advanced-ads.php:629
|
1662 |
+
msgid "Parent Ad"
|
1663 |
+
msgstr "Anúncio Pai"
|
1664 |
+
|
1665 |
+
#: admin/includes/class-ad-groups-list.php:164
|
1666 |
+
msgid "Ad weight"
|
1667 |
+
msgstr "Peso do Anúncio"
|
1668 |
+
|
1669 |
+
#: admin/includes/class-ad-groups-list.php:172
|
1670 |
+
#: admin/views/ad-list-timing-column.php:4
|
1671 |
+
#, php-format
|
1672 |
+
msgid "starts %s"
|
1673 |
+
msgstr "inicia %s"
|
1674 |
+
|
1675 |
+
#: admin/includes/class-ad-groups-list.php:191
|
1676 |
+
#: admin/views/ad-list-timing-column.php:21
|
1677 |
+
#, php-format
|
1678 |
+
msgid "expires %s"
|
1679 |
+
msgstr "expira %s"
|
1680 |
+
|
1681 |
+
#: admin/includes/class-ad-groups-list.php:193
|
1682 |
+
#: admin/views/ad-list-timing-column.php:23
|
1683 |
+
#, php-format
|
1684 |
+
msgid "<strong>expired</strong> %s"
|
1685 |
+
msgstr "<strong>expirado</strong> %s"
|
1686 |
+
|
1687 |
+
#: admin/includes/class-ad-groups-list.php:212
|
1688 |
+
msgid "all published ads are displayed"
|
1689 |
+
msgstr "todos os anúncios publicados estão sendo exibidos"
|
1690 |
+
|
1691 |
+
#: admin/includes/class-ad-groups-list.php:214
|
1692 |
+
#, php-format
|
1693 |
+
msgid "up to %d ads displayed"
|
1694 |
+
msgstr "vá para %d anúncios exibidos"
|
1695 |
+
|
1696 |
+
#: admin/includes/class-ad-groups-list.php:217
|
1697 |
+
msgid "No ads assigned"
|
1698 |
+
msgstr "Não há anúncios atribuídos"
|
1699 |
+
|
1700 |
+
#: admin/includes/class-ad-groups-list.php:284
|
1701 |
+
msgid "Random ads"
|
1702 |
+
msgstr "Anúncios aleatórios"
|
1703 |
+
|
1704 |
+
#: admin/includes/class-ad-groups-list.php:285
|
1705 |
+
msgid "Display random ads based on ad weight"
|
1706 |
+
msgstr "Exibir anúncios aleatórios com base no peso anúncio"
|
1707 |
+
|
1708 |
+
#: admin/includes/class-ad-groups-list.php:288
|
1709 |
+
msgid "Ordered ads"
|
1710 |
+
msgstr "Anúncios ordenados"
|
1711 |
+
|
1712 |
+
#: admin/includes/class-ad-groups-list.php:289
|
1713 |
+
msgid "Display ads with the highest ad weight first"
|
1714 |
+
msgstr "Os anúncios gráficos com maior peso em primeiro lugar"
|
1715 |
+
|
1716 |
+
#: admin/includes/class-ad-groups-list.php:309
|
1717 |
+
msgid "Usage"
|
1718 |
+
msgstr "Usar"
|
1719 |
+
|
1720 |
+
#: admin/includes/class-ad-groups-list.php:339
|
1721 |
+
#: admin/includes/class-ad-groups-list.php:389
|
1722 |
+
msgid "Invalid Ad Group"
|
1723 |
+
msgstr "Grupo de Anúncios Inválido"
|
1724 |
+
|
1725 |
+
#: admin/includes/class-ad-groups-list.php:344
|
1726 |
+
#: admin/includes/class-ad-groups-list.php:394
|
1727 |
+
msgid "You don’t have permission to change the ad groups"
|
1728 |
+
msgstr "Você não tem permissão para alterar os grupos de anúncios"
|
1729 |
+
|
1730 |
+
#: admin/includes/class-ad-type.php:97 admin/includes/class-ad-type.php:102
|
1731 |
+
msgid "Ad Details"
|
1732 |
+
msgstr "Detalhes do Anúncio"
|
1733 |
+
|
1734 |
+
#: admin/includes/class-ad-type.php:98 admin/includes/class-ad-type.php:103
|
1735 |
+
msgid "Ad Planning"
|
1736 |
+
msgstr "Planejamento de Anúncio"
|
1737 |
+
|
1738 |
+
#: admin/includes/class-ad-type.php:200
|
1739 |
+
msgid "expired"
|
1740 |
+
msgstr "expirado"
|
1741 |
+
|
1742 |
+
#: admin/includes/class-ad-type.php:201
|
1743 |
+
msgid "any expiry date"
|
1744 |
+
msgstr "qualquer data de expiração"
|
1745 |
+
|
1746 |
+
#: admin/includes/class-ad-type.php:202
|
1747 |
+
msgid "planned"
|
1748 |
+
msgstr ""
|
1749 |
+
"\n"
|
1750 |
+
"planejado"
|
1751 |
+
|
1752 |
+
#: admin/includes/class-ad-type.php:514 admin/includes/class-ad-type.php:515
|
1753 |
+
msgid "Ad updated."
|
1754 |
+
msgstr "Anúncio atualizado."
|
1755 |
+
|
1756 |
+
#. translators: %s: date and time of the revision
|
1757 |
+
#: admin/includes/class-ad-type.php:517
|
1758 |
+
#, php-format
|
1759 |
+
msgid "Ad restored to revision from %s"
|
1760 |
+
msgstr "Anúncio restaurado para revisão de %s"
|
1761 |
+
|
1762 |
+
#: admin/includes/class-ad-type.php:518
|
1763 |
+
msgid "Ad published."
|
1764 |
+
msgstr "Anúncio publicado."
|
1765 |
+
|
1766 |
+
#: admin/includes/class-ad-type.php:519
|
1767 |
+
msgid "Ad saved."
|
1768 |
+
msgstr "Anúncio salvo."
|
1769 |
+
|
1770 |
+
#: admin/includes/class-ad-type.php:520
|
1771 |
+
msgid "Ad submitted."
|
1772 |
+
msgstr "Anúncio enviado."
|
1773 |
+
|
1774 |
+
#: admin/includes/class-ad-type.php:522
|
1775 |
+
#, php-format
|
1776 |
+
msgid "Ad scheduled for: <strong>%1$s</strong>."
|
1777 |
+
msgstr "Anúncio previsto para: <strong>%1$s</strong>."
|
1778 |
+
|
1779 |
+
#. translators: Publish box date format, see http://php.net/date
|
1780 |
+
#: admin/includes/class-ad-type.php:524
|
1781 |
+
msgid "M j, Y @ G:i"
|
1782 |
+
msgstr "M j, Y @ G:i"
|
1783 |
+
|
1784 |
+
#: admin/includes/class-ad-type.php:526
|
1785 |
+
msgid "Ad draft updated."
|
1786 |
+
msgstr "Rascunho do Anúncio atualizado."
|
1787 |
+
|
1788 |
+
#: admin/includes/class-licenses.php:101
|
1789 |
+
msgid "Error while trying to register the license. Please contact support."
|
1790 |
+
msgstr "Erro ao tentar registrar a licença. Entre em contato com o suporte."
|
1791 |
+
|
1792 |
+
#: admin/includes/class-licenses.php:106 admin/views/setting-license.php:49
|
1793 |
+
msgid "Please enter a valid license key"
|
1794 |
+
msgstr "Por favor digite uma chave de licença válida"
|
1795 |
+
|
1796 |
+
#: admin/includes/class-licenses.php:132
|
1797 |
+
msgid "License couldn’t be activated. Please try again later."
|
1798 |
+
msgstr "Licença não pôde ser ativada. Por favor, tente novamente mais tarde."
|
1799 |
+
|
1800 |
+
#: admin/includes/class-licenses.php:147
|
1801 |
+
msgid "This is the bundle license key."
|
1802 |
+
msgstr "Esta é a chave de licença do pacote."
|
1803 |
+
|
1804 |
+
#: admin/includes/class-licenses.php:148
|
1805 |
+
msgid "This is not the correct key for this add-on."
|
1806 |
+
msgstr "Esta não é a chave correta para este add-on."
|
1807 |
+
|
1808 |
+
#: admin/includes/class-licenses.php:149
|
1809 |
+
msgid "There are no activations left."
|
1810 |
+
msgstr "Não há ativações deixadas."
|
1811 |
+
|
1812 |
+
#: admin/includes/class-licenses.php:218
|
1813 |
+
msgid "Error while trying to disable the license. Please contact support."
|
1814 |
+
msgstr "Erro ao tentar desativar a licença. Entre em contato com o suporte."
|
1815 |
+
|
1816 |
+
#: admin/includes/class-licenses.php:245 admin/includes/class-licenses.php:263
|
1817 |
+
msgid "License couldn’t be deactivated. Please try again later."
|
1818 |
+
msgstr ""
|
1819 |
+
"Licença não pôde ser desativada. Por favor, tente novamente mais tarde."
|
1820 |
+
|
1821 |
+
#: admin/includes/class-menu.php:52
|
1822 |
+
msgid "Overview"
|
1823 |
+
msgstr "Visão geral"
|
1824 |
+
|
1825 |
+
#: admin/includes/class-menu.php:75
|
1826 |
+
msgid "Ad Placements"
|
1827 |
+
msgstr "Locais de Anúncio"
|
1828 |
+
|
1829 |
+
#: admin/includes/class-menu.php:79
|
1830 |
+
msgid "Advanced Ads Settings"
|
1831 |
+
msgstr "Configurações de Anúncios Avançados"
|
1832 |
+
|
1833 |
+
#: admin/includes/class-menu.php:79
|
1834 |
+
msgid "Settings"
|
1835 |
+
msgstr "Configurações"
|
1836 |
+
|
1837 |
+
#: admin/includes/class-menu.php:173 admin/includes/class-menu.php:200
|
1838 |
+
msgid "Sorry, you are not allowed to access this feature."
|
1839 |
+
msgstr "Desculpe, você não tem permissão para acessar esta função."
|
1840 |
+
|
1841 |
+
#: admin/includes/class-menu.php:186
|
1842 |
+
msgid ""
|
1843 |
+
"You attempted to edit an ad group that doesn’t exist. Perhaps it was "
|
1844 |
+
"deleted?"
|
1845 |
+
msgstr ""
|
1846 |
+
"Você está tentando editar um Grupo que não existe. Talvez tenha sido apagado?"
|
1847 |
+
|
1848 |
+
#: admin/includes/class-meta-box.php:53
|
1849 |
+
msgid "Ad Type"
|
1850 |
+
msgstr "Tipo de Anúncio"
|
1851 |
+
|
1852 |
+
#: admin/includes/class-meta-box.php:59
|
1853 |
+
msgid "Ad Parameters"
|
1854 |
+
msgstr "Parâmetros do Anúncio"
|
1855 |
+
|
1856 |
+
#: admin/includes/class-meta-box.php:62
|
1857 |
+
msgid "Layout / Output"
|
1858 |
+
msgstr "Layout / Exibição"
|
1859 |
+
|
1860 |
+
#: admin/includes/class-meta-box.php:126 admin/includes/class-meta-box.php:137
|
1861 |
+
#: admin/includes/class-meta-box.php:142 admin/includes/class-settings.php:446
|
1862 |
+
#: admin/views/ad-output-metabox.php:51
|
1863 |
+
msgid "Manual"
|
1864 |
+
msgstr "Manual"
|
1865 |
+
|
1866 |
+
#: admin/includes/class-meta-box.php:136
|
1867 |
+
msgid "Video"
|
1868 |
+
msgstr "Vídeo"
|
1869 |
+
|
1870 |
+
#: admin/includes/class-meta-box.php:222
|
1871 |
+
msgid "Ad Settings"
|
1872 |
+
msgstr "Configurações do Anúncio"
|
1873 |
+
|
1874 |
+
#: admin/includes/class-meta-box.php:324 admin/views/overview.php:23
|
1875 |
+
msgid "Ads Dashboard"
|
1876 |
+
msgstr "Painel de Anúncios"
|
1877 |
+
|
1878 |
+
#: admin/includes/class-meta-box.php:336
|
1879 |
+
msgid "From the ad optimization universe"
|
1880 |
+
msgstr "Universo de otimizações de anúncios"
|
1881 |
+
|
1882 |
+
#: admin/includes/class-meta-box.php:345
|
1883 |
+
msgid "Advanced Ads Tutorials"
|
1884 |
+
msgstr "Tutoriais do Anúncios Avançados"
|
1885 |
+
|
1886 |
+
#: admin/includes/class-meta-box.php:357
|
1887 |
+
#, php-format
|
1888 |
+
msgid "%d ads – <a href=\"%s\">manage</a> - <a href=\"%s\">new</a>"
|
1889 |
+
msgstr "%d anúncios – <a href=\"%s\">gerir</a> - <a href=\"%s\">novos</a>"
|
1890 |
+
|
1891 |
+
#: admin/includes/class-meta-box.php:369
|
1892 |
+
msgid "plugin manual and homepage"
|
1893 |
+
msgstr "manual e página do plugin"
|
1894 |
+
|
1895 |
+
#: admin/includes/class-meta-box.php:376
|
1896 |
+
msgid "Get the tutorial via email"
|
1897 |
+
msgstr "Receba o tutorial por e-mail"
|
1898 |
+
|
1899 |
+
#: admin/includes/class-meta-box.php:383
|
1900 |
+
msgid "Get AdSense tips via email"
|
1901 |
+
msgstr "Receba dicas do AdSense via e-mail"
|
1902 |
+
|
1903 |
+
#: admin/includes/class-notices.php:408
|
1904 |
+
#, php-format
|
1905 |
+
msgid ""
|
1906 |
+
"You don’t seem to have an email address. Please use <a href=\"%s\" "
|
1907 |
+
"target=\"_blank\">this form</a> to sign up."
|
1908 |
+
msgstr ""
|
1909 |
+
"Você não parece ter um endereço de e-mail. Utilize <a href=\"%s\" "
|
1910 |
+
"target=\"_blank\">este formulário</a> para se inscrever."
|
1911 |
+
|
1912 |
+
#: admin/includes/class-notices.php:426
|
1913 |
+
msgid ""
|
1914 |
+
"How embarrassing. The email server seems to be down. Please try again later."
|
1915 |
+
msgstr ""
|
1916 |
+
"Como é embaraçoso. O servidor de e-mail parece ser ruim. Por favor tente de "
|
1917 |
+
"novo mais tarde."
|
1918 |
+
|
1919 |
+
#: admin/includes/class-notices.php:431
|
1920 |
+
#, php-format
|
1921 |
+
msgid ""
|
1922 |
+
"Please check your email (%s) for the confirmation message. If you didn’t "
|
1923 |
+
"receive one or want to use another email address then please use <a "
|
1924 |
+
"href=\"%s\" target=\"_blank\">this form</a> to sign up."
|
1925 |
+
msgstr ""
|
1926 |
+
"Por favor, verifique seu e-mail (%s) para a mensagem de confirmação. Se você "
|
1927 |
+
"não receber uma ou quiser usar outro endereço de e-mail, em seguida, utilize "
|
1928 |
+
"<a href=\"%s\" target=\"_blank\">este formulário</a> para se inscrever."
|
1929 |
+
|
1930 |
+
#: admin/includes/class-overview-widgets.php:45
|
1931 |
+
msgid "Tips and Tutorials"
|
1932 |
+
msgstr "Dicas e Tutoriais"
|
1933 |
+
|
1934 |
+
#: admin/includes/class-overview-widgets.php:47
|
1935 |
+
msgid "Setup and Optimization Help"
|
1936 |
+
msgstr "Ajuda de Configuração e Otimização"
|
1937 |
+
|
1938 |
+
#: admin/includes/class-overview-widgets.php:49
|
1939 |
+
msgid "Manual and Support"
|
1940 |
+
msgstr "Manual e Suporte"
|
1941 |
+
|
1942 |
+
#: admin/includes/class-overview-widgets.php:53
|
1943 |
+
msgid "Advanced Ads Pro"
|
1944 |
+
msgstr "Anúncios Avançados Pro"
|
1945 |
+
|
1946 |
+
#: admin/includes/class-overview-widgets.php:55
|
1947 |
+
msgid "Tracking and Stats"
|
1948 |
+
msgstr "Rastreamento e Estatísticas"
|
1949 |
+
|
1950 |
+
#: admin/includes/class-overview-widgets.php:57
|
1951 |
+
msgid "Responsive and Mobile ads"
|
1952 |
+
msgstr "Anúncios Responsivos e Móveis"
|
1953 |
+
|
1954 |
+
#: admin/includes/class-overview-widgets.php:59
|
1955 |
+
msgid "Geo Targeting"
|
1956 |
+
msgstr "Direcionamento Geográfico"
|
1957 |
+
|
1958 |
+
#: admin/includes/class-overview-widgets.php:61
|
1959 |
+
msgid "Sticky ads"
|
1960 |
+
msgstr "Anúncios destacados"
|
1961 |
+
|
1962 |
+
#: admin/includes/class-overview-widgets.php:63
|
1963 |
+
msgid "PopUps and Layers"
|
1964 |
+
msgstr "PopUps e Camadas"
|
1965 |
+
|
1966 |
+
#: admin/includes/class-overview-widgets.php:65
|
1967 |
+
msgid "Ad Slider"
|
1968 |
+
msgstr "Adicionar Slider"
|
1969 |
+
|
1970 |
+
#: admin/includes/class-overview-widgets.php:86
|
1971 |
+
msgid "Get 2 <strong>free add-ons</strong> for joining the newsletter."
|
1972 |
+
msgstr ""
|
1973 |
+
"Ganhe 2 <strong>add-ons gratuitos</ strong> para juntar-se à newsletter."
|
1974 |
+
|
1975 |
+
#: admin/includes/class-overview-widgets.php:87
|
1976 |
+
msgid "Join now"
|
1977 |
+
msgstr "Junte-se agora"
|
1978 |
+
|
1979 |
+
#: admin/includes/class-overview-widgets.php:94
|
1980 |
+
msgid ""
|
1981 |
+
"Learn more about how and <strong>how much you can earn with AdSense</strong> "
|
1982 |
+
"and Advanced Ads from the dedicated newsletter group."
|
1983 |
+
msgstr ""
|
1984 |
+
"Saiba mais sobre como e <strong>o quanto você pode ganhar com o "
|
1985 |
+
"AdSense</strong> e Anúncios Avançados no grupo de boletim informativo "
|
1986 |
+
"dedicado."
|
1987 |
+
|
1988 |
+
#: admin/includes/class-overview-widgets.php:95 admin/includes/notices.php:30
|
1989 |
+
#: admin/views/notices/inline.php:3 admin/views/notices/subscribe.php:3
|
1990 |
+
msgid "Subscribe me now"
|
1991 |
+
msgstr "Inscreva-me agora"
|
1992 |
+
|
1993 |
+
#: admin/includes/class-overview-widgets.php:102
|
1994 |
+
msgid "Get the first steps and more tutorials to your inbox."
|
1995 |
+
msgstr "Obter os primeiros passos e mais tutoriais em sua caixa de entrada."
|
1996 |
+
|
1997 |
+
#: admin/includes/class-overview-widgets.php:103
|
1998 |
+
msgid "Send it now"
|
1999 |
+
msgstr "Enviar agora"
|
2000 |
+
|
2001 |
+
#: admin/includes/class-overview-widgets.php:126
|
2002 |
+
msgid "Create your first ad"
|
2003 |
+
msgstr "Crie seu primeiro anúncio"
|
2004 |
+
|
2005 |
+
#: admin/includes/class-overview-widgets.php:129
|
2006 |
+
msgid ""
|
2007 |
+
"Ad Groups contain ads and are currently used to rotate multiple ads on a "
|
2008 |
+
"single spot."
|
2009 |
+
msgstr ""
|
2010 |
+
"Grupos de Anúncios contêm anúncios e são usados atualmente para rodar vários "
|
2011 |
+
"anúncios em um único local."
|
2012 |
+
|
2013 |
+
#: admin/includes/class-overview-widgets.php:131
|
2014 |
+
msgid "Create your first group"
|
2015 |
+
msgstr "Crie seu primeiro Grupo"
|
2016 |
+
|
2017 |
+
#: admin/includes/class-overview-widgets.php:134
|
2018 |
+
msgid ""
|
2019 |
+
"Ad Placements are the best way to manage where to display ads and groups."
|
2020 |
+
msgstr ""
|
2021 |
+
"Locais de anúncios são a melhor maneira de gerenciar onde exibir anúncios e "
|
2022 |
+
"grupos."
|
2023 |
+
|
2024 |
+
#: admin/includes/class-overview-widgets.php:136
|
2025 |
+
msgid "Create your first placement"
|
2026 |
+
msgstr "Crie seu primeiro Local"
|
2027 |
+
|
2028 |
+
#: admin/includes/class-overview-widgets.php:141
|
2029 |
+
msgid "Next steps"
|
2030 |
+
msgstr "Próximos passos"
|
2031 |
+
|
2032 |
+
#: admin/includes/class-overview-widgets.php:153
|
2033 |
+
#, php-format
|
2034 |
+
msgid "<a href=\"%s\" target=\"_blank\">Manual</a>"
|
2035 |
+
msgstr "<a href=\"%s\" target=\"_blank\">Manual</a>"
|
2036 |
+
|
2037 |
+
#: admin/includes/class-overview-widgets.php:154
|
2038 |
+
#, php-format
|
2039 |
+
msgid "<a href=\"%s\" target=\"_blank\">FAQ and Support</a>"
|
2040 |
+
msgstr ""
|
2041 |
+
"<a href=\"%s\" target=\"_blank\">FAQ e Suporte</a>\n"
|
2042 |
+
|
2043 |
+
#: admin/includes/class-overview-widgets.php:155
|
2044 |
+
#, php-format
|
2045 |
+
msgid "Vote for a <a href=\"%s\" target=\"_blank\">feature</a>"
|
2046 |
+
msgstr "Votar para um <a href=\"%s\" target=\"_blank\">recurso</a>"
|
2047 |
+
|
2048 |
+
#: admin/includes/class-overview-widgets.php:156
|
2049 |
+
#, php-format
|
2050 |
+
msgid ""
|
2051 |
+
"Thank the developer with a ★★★★★ review on <a "
|
2052 |
+
"href=\"%s\" target=\"_blank\">wordpress.org</a>"
|
2053 |
+
msgstr ""
|
2054 |
+
"Obrigado ao desenvolvedor com uma ★★★★★ "
|
2055 |
+
"avaliação em <a href=\"%s\" target=\"_blank\">wordpress.org</a>"
|
2056 |
+
|
2057 |
+
#: admin/includes/class-overview-widgets.php:165
|
2058 |
+
msgid ""
|
2059 |
+
"Need help to set up and optimize your ads? Need custom coding on your site? "
|
2060 |
+
"Ask me for a quote."
|
2061 |
+
msgstr ""
|
2062 |
+
"Necessita de ajuda para configurar e otimizar seus anúncios? Precisa de "
|
2063 |
+
"personalizar codificação em seu site? Peça um orçamento."
|
2064 |
+
|
2065 |
+
#: admin/includes/class-overview-widgets.php:166
|
2066 |
+
#, php-format
|
2067 |
+
msgid "Help with ads on %s"
|
2068 |
+
msgstr "Ajuda com anúncios em %s"
|
2069 |
+
|
2070 |
+
#: admin/includes/class-overview-widgets.php:167
|
2071 |
+
msgid "Get an offer"
|
2072 |
+
msgstr "Obter uma oferta"
|
2073 |
+
|
2074 |
+
#: admin/includes/class-overview-widgets.php:175
|
2075 |
+
msgid "Ad management for advanced websites."
|
2076 |
+
msgstr "Gerenciamento de anúncios para sites avançados."
|
2077 |
+
|
2078 |
+
#: admin/includes/class-overview-widgets.php:176
|
2079 |
+
msgid "Cache-busting"
|
2080 |
+
msgstr "Cache arrebentando"
|
2081 |
+
|
2082 |
+
#: admin/includes/class-overview-widgets.php:177
|
2083 |
+
msgid "Advanced visitor conditions"
|
2084 |
+
msgstr "Condições avançadas para visitantes"
|
2085 |
+
|
2086 |
+
#: admin/includes/class-overview-widgets.php:178
|
2087 |
+
msgid "Flash ads with fallback"
|
2088 |
+
msgstr "Anúncios em Flash com fallback"
|
2089 |
+
|
2090 |
+
#: admin/includes/class-overview-widgets.php:180
|
2091 |
+
msgid "Get Pro"
|
2092 |
+
msgstr "Obter Pro"
|
2093 |
+
|
2094 |
+
#: admin/includes/class-overview-widgets.php:188
|
2095 |
+
msgid "Track the impressions of and clicks on your ads."
|
2096 |
+
msgstr "Acompanhe as impressões e cliques em seus anúncios."
|
2097 |
+
|
2098 |
+
#: admin/includes/class-overview-widgets.php:189
|
2099 |
+
msgid "2 methods to count impressions"
|
2100 |
+
msgstr "2 métodos para contar impressões"
|
2101 |
+
|
2102 |
+
#: admin/includes/class-overview-widgets.php:190
|
2103 |
+
msgid "beautiful stats for all or single ads"
|
2104 |
+
msgstr "Status bonito para todos ou anúncios individuais"
|
2105 |
+
|
2106 |
+
#: admin/includes/class-overview-widgets.php:191
|
2107 |
+
msgid "group stats by day, week or month"
|
2108 |
+
msgstr "Estatísticas do grupo por dia, semana ou mês"
|
2109 |
+
|
2110 |
+
#: admin/includes/class-overview-widgets.php:193
|
2111 |
+
msgid "Get the Tracking add-on"
|
2112 |
+
msgstr "Obter o Rastreamento add-on"
|
2113 |
+
|
2114 |
+
#: admin/includes/class-overview-widgets.php:201
|
2115 |
+
msgid "Display ads based on the size of your visitor’s browser or device."
|
2116 |
+
msgstr ""
|
2117 |
+
"Os anúncios gráficos com base no tamanho do navegador ou dispositivo do seu "
|
2118 |
+
"visitante."
|
2119 |
+
|
2120 |
+
#: admin/includes/class-overview-widgets.php:202
|
2121 |
+
msgid "set a range (from … to …) pixels for the browser size"
|
2122 |
+
msgstr ""
|
2123 |
+
"definir um intervalo (de ... para ...) pixels para o tamanho do navegador"
|
2124 |
+
|
2125 |
+
#: admin/includes/class-overview-widgets.php:203
|
2126 |
+
msgid "set custom sizes for AdSense responsive ads"
|
2127 |
+
msgstr "definir tamanhos personalizados para anúncios responsivos do AdSense"
|
2128 |
+
|
2129 |
+
#: admin/includes/class-overview-widgets.php:204
|
2130 |
+
msgid "list all ads by their responsive settings"
|
2131 |
+
msgstr "listar todos os anúncios por suas configurações responsivas"
|
2132 |
+
|
2133 |
+
#: admin/includes/class-overview-widgets.php:206
|
2134 |
+
msgid "Get the Responsive add-on"
|
2135 |
+
msgstr "Obter o Responsive add-on"
|
2136 |
+
|
2137 |
+
#: admin/includes/class-overview-widgets.php:214
|
2138 |
+
msgid "Target visitors by their geo location."
|
2139 |
+
msgstr "Segmentar os visitantes por sua localização geográfica."
|
2140 |
+
|
2141 |
+
#: admin/includes/class-overview-widgets.php:216
|
2142 |
+
msgid "Get the Geo Targeting add-on"
|
2143 |
+
msgstr "Obter o addon de Direcionamento Geográfico"
|
2144 |
+
|
2145 |
+
#: admin/includes/class-overview-widgets.php:224
|
2146 |
+
msgid ""
|
2147 |
+
"Fix ads to the browser while users are scrolling and create best performing "
|
2148 |
+
"anchor ads."
|
2149 |
+
msgstr ""
|
2150 |
+
"Corrigir anúncios para o navegador enquanto os usuários estiverem rolando e "
|
2151 |
+
"criar melhor performance de ancoragem para anúncios."
|
2152 |
+
|
2153 |
+
#: admin/includes/class-overview-widgets.php:225
|
2154 |
+
msgid "position ads that don’t scroll with the screen"
|
2155 |
+
msgstr "Posição de anúncios que não rolam com a tela"
|
2156 |
+
|
2157 |
+
#: admin/includes/class-overview-widgets.php:226
|
2158 |
+
msgid "build anchor ads not only on mobile devices"
|
2159 |
+
msgstr "construir âncora de anúncios só em dispositivos móveis"
|
2160 |
+
|
2161 |
+
#: admin/includes/class-overview-widgets.php:228
|
2162 |
+
msgid "Get the Sticky add-on"
|
2163 |
+
msgstr "Obter Destaque add-on"
|
2164 |
+
|
2165 |
+
#: admin/includes/class-overview-widgets.php:236
|
2166 |
+
msgid "Display content and ads in layers and popups on custom events."
|
2167 |
+
msgstr ""
|
2168 |
+
"Exibir conteúdo e anúncios em camadas e popups sobre eventos personalizados."
|
2169 |
+
|
2170 |
+
#: admin/includes/class-overview-widgets.php:237
|
2171 |
+
msgid "display a popup after a user interaction like scrolling"
|
2172 |
+
msgstr "exibir um pop-up depois de uma interação do usuário como a rolagem"
|
2173 |
+
|
2174 |
+
#: admin/includes/class-overview-widgets.php:238
|
2175 |
+
msgid "optional background overlay"
|
2176 |
+
msgstr "sobreposição de fundo opcional"
|
2177 |
+
|
2178 |
+
#: admin/includes/class-overview-widgets.php:239
|
2179 |
+
msgid "allow users to close the popup"
|
2180 |
+
msgstr "permitir que os usuários fechem o pop-up"
|
2181 |
+
|
2182 |
+
#: admin/includes/class-overview-widgets.php:241
|
2183 |
+
msgid "Get the PopUp and Layer add-on"
|
2184 |
+
msgstr "Obter PopUp e Camada add-on"
|
2185 |
+
|
2186 |
+
#: admin/includes/class-overview-widgets.php:249
|
2187 |
+
msgid "Create a beautiful and simple slider from your ads."
|
2188 |
+
msgstr "Criar um bonito e simples slider para seus anúncios."
|
2189 |
+
|
2190 |
+
#: admin/includes/class-overview-widgets.php:251
|
2191 |
+
msgid "Get the Slider add-on"
|
2192 |
+
msgstr "Obter Slider add-on"
|
2193 |
+
|
2194 |
+
#: admin/includes/class-settings.php:47 admin/views/settings.php:12
|
2195 |
+
msgid "General"
|
2196 |
+
msgstr "Geral"
|
2197 |
+
|
2198 |
+
#: admin/includes/class-settings.php:59 admin/includes/class-settings.php:199
|
2199 |
+
msgid "Licenses"
|
2200 |
+
msgstr "Licenças"
|
2201 |
+
|
2202 |
+
#: admin/includes/class-settings.php:70
|
2203 |
+
msgid "Disable ads"
|
2204 |
+
msgstr "Desativar anúncios"
|
2205 |
+
|
2206 |
+
#: admin/includes/class-settings.php:78
|
2207 |
+
msgid "Hide ads for logged in users"
|
2208 |
+
msgstr "Não exibir anúncios para usuários logados"
|
2209 |
+
|
2210 |
+
#: admin/includes/class-settings.php:86
|
2211 |
+
msgid "Use advanced JavaScript"
|
2212 |
+
msgstr "Usar JavaScript avançado"
|
2213 |
+
|
2214 |
+
#: admin/includes/class-settings.php:94
|
2215 |
+
msgid "Unlimited ad injection"
|
2216 |
+
msgstr "Injeção de anúncios ilimitados"
|
2217 |
+
|
2218 |
+
#: admin/includes/class-settings.php:102
|
2219 |
+
msgid "Priority of content injection filter"
|
2220 |
+
msgstr "Prioridade de filtro de injeção de conteúdo"
|
2221 |
+
|
2222 |
+
#: admin/includes/class-settings.php:118
|
2223 |
+
msgid "Hide ads from bots"
|
2224 |
+
msgstr "Esconder anúncios de robôs (google, yahoo, bing, etc...)"
|
2225 |
+
|
2226 |
+
#: admin/includes/class-settings.php:126
|
2227 |
+
msgid "Disable notices"
|
2228 |
+
msgstr "desabilitar notificações"
|
2229 |
+
|
2230 |
+
#: admin/includes/class-settings.php:134
|
2231 |
+
msgid "ID prefix"
|
2232 |
+
msgstr "Prefixo ID"
|
2233 |
+
|
2234 |
+
#: admin/includes/class-settings.php:142
|
2235 |
+
msgid "Remove Widget ID"
|
2236 |
+
msgstr "Remover ID do Widget"
|
2237 |
+
|
2238 |
+
#: admin/includes/class-settings.php:150
|
2239 |
+
msgid "Allow editors to manage ads"
|
2240 |
+
msgstr "Permitir que editores gerenciem anúncios"
|
2241 |
+
|
2242 |
+
#: admin/includes/class-settings.php:158
|
2243 |
+
msgid "Ad label"
|
2244 |
+
msgstr "Rótulo do Anúncio"
|
2245 |
+
|
2246 |
+
#: admin/includes/class-settings.php:255
|
2247 |
+
msgid "(display to all)"
|
2248 |
+
msgstr "(exibir para todos)"
|
2249 |
+
|
2250 |
+
#: admin/includes/class-settings.php:256
|
2251 |
+
msgid "Subscriber"
|
2252 |
+
msgstr "Assinante"
|
2253 |
+
|
2254 |
+
#: admin/includes/class-settings.php:257
|
2255 |
+
msgid "Contributor"
|
2256 |
+
msgstr "Contribuidor"
|
2257 |
+
|
2258 |
+
#: admin/includes/class-settings.php:258
|
2259 |
+
msgid "Author"
|
2260 |
+
msgstr "Autor"
|
2261 |
+
|
2262 |
+
#: admin/includes/class-settings.php:259
|
2263 |
+
msgid "Editor"
|
2264 |
+
msgstr "Editor"
|
2265 |
+
|
2266 |
+
#: admin/includes/class-settings.php:260
|
2267 |
+
msgid "Admin"
|
2268 |
+
msgstr "Administrador"
|
2269 |
+
|
2270 |
+
#: admin/includes/class-settings.php:268
|
2271 |
+
msgid "Choose the lowest role a user must have in order to not see any ads."
|
2272 |
+
msgstr "Escolha o nível de usuário mais baixo para não ver os anúncios."
|
2273 |
+
|
2274 |
+
#: admin/includes/class-settings.php:282
|
2275 |
+
msgid ""
|
2276 |
+
"<strong>notice: </strong>the file is currently enabled by an add-on that "
|
2277 |
+
"needs it."
|
2278 |
+
msgstr ""
|
2279 |
+
"<strong>Aviso:</strong> o arquivo está atualmente habilitado por um add-on "
|
2280 |
+
"que precisa dele."
|
2281 |
+
|
2282 |
+
#: admin/includes/class-settings.php:285
|
2283 |
+
#, php-format
|
2284 |
+
msgid ""
|
2285 |
+
"Enable advanced JavaScript functions (<a href=\"%s\" target=\"_blank\">"
|
2286 |
+
"here</a>). Some features and add-ons might override this setting if they "
|
2287 |
+
"need features from this file."
|
2288 |
+
msgstr ""
|
2289 |
+
"Habilitar funções JavaScript avançadas (<a href=\"%s\" target=\"_blank\">"
|
2290 |
+
"aqui</a>). Algumas funcionalidades e complementos podem substituir essa "
|
2291 |
+
"configuração se eles precisarem de recursos a partir deste arquivo."
|
2292 |
+
|
2293 |
+
#: admin/includes/class-settings.php:321
|
2294 |
+
msgid ""
|
2295 |
+
"Please check your post content. A priority of 10 and below might cause "
|
2296 |
+
"issues (wpautop function might run twice)."
|
2297 |
+
msgstr ""
|
2298 |
+
"Por favor, verifique o conteúdo do post. A prioridade de 10 e abaixo pode "
|
2299 |
+
"causar problemas (função wpautop pode ser executado duas vezes)."
|
2300 |
+
|
2301 |
+
#: admin/includes/class-settings.php:323
|
2302 |
+
msgid ""
|
2303 |
+
"Play with this value in order to change the priority of the injected ads "
|
2304 |
+
"compared to other auto injected elements in the post content."
|
2305 |
+
msgstr ""
|
2306 |
+
"Jogar com este valor, a fim de alterar a prioridade dos anúncios injetados "
|
2307 |
+
"em comparação com outros elementos injetados automaticamente no conteúdo do "
|
2308 |
+
"post."
|
2309 |
+
|
2310 |
+
#: admin/includes/class-settings.php:350
|
2311 |
+
#, php-format
|
2312 |
+
msgid ""
|
2313 |
+
"Hide ads from crawlers, bots and empty user agents. Also prevents counting "
|
2314 |
+
"impressions for bots when using the <a href=\"%s\" target=\"_blank\">"
|
2315 |
+
"Tracking Add-On</a>."
|
2316 |
+
msgstr ""
|
2317 |
+
"Ocultar anúncios de rastreadores, robô e agentes de usuário vazio. Também "
|
2318 |
+
"impede contagem de impressões para robôs ao usar o <a href=\"%s\" "
|
2319 |
+
"target=\"_blank\">Add-On Rastreamento</a>."
|
2320 |
+
|
2321 |
+
#: admin/includes/class-settings.php:351
|
2322 |
+
msgid ""
|
2323 |
+
"Disabling this option only makes sense if your ads contain content you want "
|
2324 |
+
"to display to bots (like search engines) or your site is cached and bots "
|
2325 |
+
"could create a cached version without the ads."
|
2326 |
+
msgstr ""
|
2327 |
+
"A desativação dessa opção só faz sentido se os seus anúncios contêm conteúdo "
|
2328 |
+
"que você deseja exibir para robôs (como motores de busca) ou o seu site é "
|
2329 |
+
"armazenado em cache e robôs podem criar uma versão em cache sem os anúncios."
|
2330 |
+
|
2331 |
+
#: admin/includes/class-settings.php:364
|
2332 |
+
msgid ""
|
2333 |
+
"Disable internal notices like tips, tutorials, email newsletters and update "
|
2334 |
+
"notices. Disabling notices is recommended if you run multiple blogs with "
|
2335 |
+
"Advanced Ads already."
|
2336 |
+
msgstr ""
|
2337 |
+
"Desativar avisos internos, como dicas, tutoriais, boletins de e-mail e "
|
2338 |
+
"avisos de atualização. Desabilitar notificações é recomendado se você já "
|
2339 |
+
"executar vários blogs com Anúncios Avançados."
|
2340 |
+
|
2341 |
+
#: admin/includes/class-settings.php:381
|
2342 |
+
msgid ""
|
2343 |
+
"Prefix of class or id attributes in the frontend. Change it if you don’t "
|
2344 |
+
"want <strong>ad blockers</strong> to mark these blocks as ads.<br/>You might "
|
2345 |
+
"need to <strong>rewrite css rules afterwards</strong>."
|
2346 |
+
msgstr ""
|
2347 |
+
"Prefixo de classe ou atributos id no editor frontal. Mudá-lo se você não "
|
2348 |
+
"quer <strong>bloqueadores de anúncios</strong> para marcar estes blocos como "
|
2349 |
+
"anúncios. <br/>Talvez seja necessário <strong>reescrever as regras css "
|
2350 |
+
"depois</strong>."
|
2351 |
+
|
2352 |
+
#: admin/includes/class-settings.php:402
|
2353 |
+
msgid ""
|
2354 |
+
"Remove the ID attribute from widgets in order to not make them an easy "
|
2355 |
+
"target of ad blockers."
|
2356 |
+
msgstr ""
|
2357 |
+
"Remova o atributo ID de Widgets para não torná-los um alvo fácil de "
|
2358 |
+
"bloqueadores de anúncios."
|
2359 |
+
|
2360 |
+
#: admin/includes/class-settings.php:405
|
2361 |
+
msgid ""
|
2362 |
+
"If checked, the Advanced Ads Widget will not work with the fixed option of "
|
2363 |
+
"the <strong>Q2W3 Fixed Widget</strong> plugin."
|
2364 |
+
msgstr ""
|
2365 |
+
"Se marcada, o Widget Anúncios Avançados não funcionará com a opção fixa do "
|
2366 |
+
"plugin <strong>Widget Q2W3 Fixo</strong>."
|
2367 |
+
|
2368 |
+
#: admin/includes/class-settings.php:427
|
2369 |
+
msgid "Allow editors to also manage and publish ads."
|
2370 |
+
msgstr "Permite aos editores gerenciar e publicar anúncios também."
|
2371 |
+
|
2372 |
+
#: admin/includes/class-settings.php:428
|
2373 |
+
#, php-format
|
2374 |
+
msgid ""
|
2375 |
+
"You can assign different ad-related roles on a user basis with <a "
|
2376 |
+
"href=\"%s\" target=\"_blank\">Advanced Ads Pro</a>."
|
2377 |
+
msgstr ""
|
2378 |
+
"Você pode atribuir diferentes funções de anúncios relacionados em uma base "
|
2379 |
+
"de usuário com <a href=\"%s\" target=\"_blank\">Anúncios Avançados Pro</a>."
|
2380 |
+
|
2381 |
+
#: admin/includes/class-settings.php:446
|
2382 |
+
msgid "Displayed above ads."
|
2383 |
+
msgstr "Exibido anúncios acima."
|
2384 |
+
|
2385 |
+
#: admin/includes/notices.php:15
|
2386 |
+
msgid ""
|
2387 |
+
"Thank you for activating <strong>Advanced Ads</strong>. Would you like to "
|
2388 |
+
"receive the first steps via email?"
|
2389 |
+
msgstr ""
|
2390 |
+
"Obrigado pela ativação de <strong>Anúncios Avançados </strong>. Gostaria de "
|
2391 |
+
"receber os primeiros passos via e-mail?"
|
2392 |
+
|
2393 |
+
#: admin/includes/notices.php:16
|
2394 |
+
msgid "Yes, send it"
|
2395 |
+
msgstr "Sim, envie-me"
|
2396 |
+
|
2397 |
+
#: admin/includes/notices.php:22
|
2398 |
+
msgid ""
|
2399 |
+
"Thank you for using <strong>Advanced Ads</strong>. Stay informed and receive "
|
2400 |
+
"<strong>2 free add-ons</strong> for joining the newsletter."
|
2401 |
+
msgstr ""
|
2402 |
+
"Obrigado por usar o <strong>Anúncios Avançados</strong>. Mantenha-se "
|
2403 |
+
"informado e receba <strong>2 add-ons gratuitos</strong> para juntar-se à "
|
2404 |
+
"newsletter."
|
2405 |
+
|
2406 |
+
#: admin/includes/notices.php:23
|
2407 |
+
msgid "Add me now"
|
2408 |
+
msgstr "Adicione-me agora"
|
2409 |
+
|
2410 |
+
#: admin/includes/notices.php:29
|
2411 |
+
msgid ""
|
2412 |
+
"Learn more about how and <strong>how much you can earn with AdSense</strong> "
|
2413 |
+
"and Advanced Ads from my dedicated newsletter."
|
2414 |
+
msgstr ""
|
2415 |
+
"Saiba mais sobre como e <strong>o quanto você pode ganhar com o "
|
2416 |
+
"AdSense</strong> e Anúncios Avançados através de meu boletim de notícias "
|
2417 |
+
"dedicado."
|
2418 |
+
|
2419 |
+
#: admin/includes/notices.php:41
|
2420 |
+
msgid ""
|
2421 |
+
"One or more license keys for <strong>Advanced Ads add-ons are invalid or "
|
2422 |
+
"missing</strong>."
|
2423 |
+
msgstr ""
|
2424 |
+
"Uma ou mais chaves de licença para <strong>Add-ons de Anúncios Avançados são "
|
2425 |
+
"inválidas ou estão em falta</strong>."
|
2426 |
+
|
2427 |
+
#: admin/includes/notices.php:41
|
2428 |
+
#, php-format
|
2429 |
+
msgid "Please add valid license keys <a href=\"%s\">here</a>."
|
2430 |
+
msgstr ""
|
2431 |
+
"Por favor, adicione as chaves de licença válidas <a href=\"%s\">Aqui</a>."
|
2432 |
+
|
2433 |
+
#: admin/includes/notices.php:47
|
2434 |
+
#, php-format
|
2435 |
+
msgid ""
|
2436 |
+
"<strong>Advanced Ads</strong> license(s) expired. Support and updates are "
|
2437 |
+
"disabled. Please visit <a href=\"%s\"> the license page</a> for more "
|
2438 |
+
"information."
|
2439 |
+
msgstr ""
|
2440 |
+
"<strong>Anúncios Avançados</strong> licença(s) expirada(s). Suporte e "
|
2441 |
+
"atualizações estão desativados. Por favor, visite <a href=\"%s\">a página de "
|
2442 |
+
"licença</a> para obter mais informações."
|
2443 |
+
|
2444 |
+
#: admin/includes/notices.php:53
|
2445 |
+
#, php-format
|
2446 |
+
msgid ""
|
2447 |
+
"<img src=\"%3$s\" alt=\"Thomas\" width=\"80\" height=\"115\" class=\"advads-"
|
2448 |
+
"review-image\"/>You are using <strong>Advanced Ads</strong> for some time "
|
2449 |
+
"now. Thank you! If you need my help then please visit the <a href=\"%1$s\" "
|
2450 |
+
"target=\"_blank\">Support page</a> to get free help.</p><h3>Thanks for your "
|
2451 |
+
"Review</h3><p>If you share my passion and find Advanced Ads useful then "
|
2452 |
+
"please <a href=\"%2$s\" target=\"_blank\">leave a 5-star review on wordpress."
|
2453 |
+
"org</a>.</p><p><em>Thomas</em>"
|
2454 |
+
msgstr ""
|
2455 |
+
"<img src=\"%3$s\" alt=\"Thomas\" width=\"80\" height=\"115\" class=\"advads-"
|
2456 |
+
"review-image\"/> Você está usando <strong>Anúncios Avançados</strong> já há "
|
2457 |
+
"algum tempo. Obrigado! Se você precisar da minha ajuda, por favor visite a "
|
2458 |
+
"<a href=\"%1$s\" target=\"_blank\">página de suporte</a> para obter ajuda "
|
2459 |
+
"gratuita. </p><h3>Agradecemos a sua avaliação</h3> <p>Se você compartilha da "
|
2460 |
+
"minha paixão e achar Anúncios Avançados útil, por favor, <a href=\"%2$s\" "
|
2461 |
+
"target=\"_blank\">deixe um comentário e 5 estrelas no wordpress.org</a>.</p> "
|
2462 |
+
"<p><em>Thomas</em>"
|
2463 |
+
|
2464 |
+
#: admin/includes/notices.php:59
|
2465 |
+
#, php-format
|
2466 |
+
msgid ""
|
2467 |
+
"Some assets were changed. Please <strong>rebuild the asset folder</strong> "
|
2468 |
+
"in the <a href=\"%s\">Advanced Ads settings</a> to update the ad blocker "
|
2469 |
+
"disguise."
|
2470 |
+
msgstr ""
|
2471 |
+
"Alguns recursos foram alterados. Por favor <strong>reconstruir a pasta de "
|
2472 |
+
"recursos</strong> nas <a href=\"%s\">configurações de Anúncios Avançados</a> "
|
2473 |
+
"para atualizar o disfarce Ad Blocker."
|
2474 |
+
|
2475 |
+
#: admin/includes/shortcode-creator-l10n.php:10
|
2476 |
+
msgctxt "shortcode creator"
|
2477 |
+
msgid "Add an ad"
|
2478 |
+
msgstr "Adicionar um anúncio"
|
2479 |
+
|
2480 |
+
#: admin/includes/shortcode-creator-l10n.php:11
|
2481 |
+
msgctxt "shortcode creator"
|
2482 |
+
msgid "Add shortcode"
|
2483 |
+
msgstr "Adicionar shortcode"
|
2484 |
+
|
2485 |
+
#: admin/includes/shortcode-creator-l10n.php:12
|
2486 |
+
msgctxt "shortcode creator"
|
2487 |
+
msgid "Cancel"
|
2488 |
+
msgstr "Cancelar"
|
2489 |
+
|
2490 |
+
#: admin/views/ad-display-metabox.php:22
|
2491 |
+
#: admin/views/notices/jqueryui_error.php:2
|
2492 |
+
#, php-format
|
2493 |
+
msgid ""
|
2494 |
+
"There might be a problem with layouts and scripts in your dashboard. Please "
|
2495 |
+
"check <a href=\"%s\" target=\"_blank\">this article to learn more</a>."
|
2496 |
+
msgstr ""
|
2497 |
+
"Pode haver um problema com layouts e scripts em seu painel. Por favor, "
|
2498 |
+
"verifique <a href=\"%s\" target=\"_blank\">este artigo para saber mais</a>."
|
2499 |
+
|
2500 |
+
#: admin/views/ad-display-metabox.php:76
|
2501 |
+
msgid "If you want to display the ad everywhere, don't do anything here. "
|
2502 |
+
msgstr "Se você quer exibir o anúncio em todo lugar, não faça nada aqui."
|
2503 |
+
|
2504 |
+
#: admin/views/ad-display-metabox.php:80 admin/views/ad-visitor-metabox.php:54
|
2505 |
+
msgid "New condition"
|
2506 |
+
msgstr "Nova condição"
|
2507 |
+
|
2508 |
+
#: admin/views/ad-display-metabox.php:83 admin/views/ad-visitor-metabox.php:57
|
2509 |
+
msgid "-- choose a condition --"
|
2510 |
+
msgstr "-- escolha uma condição --"
|
2511 |
+
|
2512 |
+
#: admin/views/ad-display-metabox.php:88 admin/views/ad-group-list-ads.php:24
|
2513 |
+
#: admin/views/ad-visitor-metabox.php:62
|
2514 |
+
msgid "add"
|
2515 |
+
msgstr "adicionar"
|
2516 |
+
|
2517 |
+
#: admin/views/ad-group-edit.php:40
|
2518 |
+
msgid ""
|
2519 |
+
"An id-like string with only letters in lower case, numbers, and hyphens."
|
2520 |
+
msgstr "Um estilo de Slug, apenas letras, números e hífen."
|
2521 |
+
|
2522 |
+
#: admin/views/ad-group-edit.php:57
|
2523 |
+
msgid "Create new Ad Group"
|
2524 |
+
msgstr "Criar um novo Grupo de Anúncios"
|
2525 |
+
|
2526 |
+
#: admin/views/ad-group-edit.php:59
|
2527 |
+
msgid "Update"
|
2528 |
+
msgstr "Atualizar"
|
2529 |
+
|
2530 |
+
#: admin/views/ad-group-list-ads.php:3
|
2531 |
+
msgid "weight"
|
2532 |
+
msgstr "Peso"
|
2533 |
+
|
2534 |
+
#: admin/views/ad-group-list-form-row.php:12 admin/views/placements.php:24
|
2535 |
+
msgid "Name"
|
2536 |
+
msgstr "Nome"
|
2537 |
+
|
2538 |
+
#: admin/views/ad-group-list-form-row.php:41 admin/views/placements.php:23
|
2539 |
+
#: modules/gadsense/admin/views/adsense-ad-parameters.php:55
|
2540 |
+
msgid "Type"
|
2541 |
+
msgstr "Tipo"
|
2542 |
+
|
2543 |
+
#: admin/views/ad-group-list-form-row.php:51
|
2544 |
+
msgctxt "option to display all ads in an ad groups"
|
2545 |
+
msgid "all"
|
2546 |
+
msgstr "todos"
|
2547 |
+
|
2548 |
+
#: admin/views/ad-group-list-form-row.php:59
|
2549 |
+
msgid "Number of ads that are visible at the same time"
|
2550 |
+
msgstr "Número de anúncios que são visíveis ao mesmo tempo"
|
2551 |
+
|
2552 |
+
#: admin/views/ad-group-list-header.php:4
|
2553 |
+
msgid "Details"
|
2554 |
+
msgstr "Detalhes"
|
2555 |
+
|
2556 |
+
#: admin/views/ad-group-list-row.php:8 admin/views/ad-info.php:3
|
2557 |
+
#: admin/views/placements.php:65
|
2558 |
+
msgid "shortcode"
|
2559 |
+
msgstr "shortcode"
|
2560 |
+
|
2561 |
+
#: admin/views/ad-group-list-row.php:11
|
2562 |
+
msgid "template"
|
2563 |
+
msgstr "template"
|
2564 |
+
|
2565 |
+
#: admin/views/ad-group-list-row.php:14
|
2566 |
+
#, php-format
|
2567 |
+
msgid ""
|
2568 |
+
"Learn more about using groups in the <a href=\"%s\" target=\"_blank\">"
|
2569 |
+
"manual</a>."
|
2570 |
+
msgstr ""
|
2571 |
+
"Saiba mais sobre como usar grupos no <a href=\"%s\" target=\"_blank\">"
|
2572 |
+
"manual</a>."
|
2573 |
+
|
2574 |
+
#: admin/views/ad-group-list-row.php:19
|
2575 |
+
#, php-format
|
2576 |
+
msgid "Type: %s"
|
2577 |
+
msgstr "Tipo: %s"
|
2578 |
+
|
2579 |
+
#: admin/views/ad-group-list-row.php:20
|
2580 |
+
#, php-format
|
2581 |
+
msgid "ID: %s"
|
2582 |
+
msgstr "ID: %s"
|
2583 |
+
|
2584 |
+
#: admin/views/ad-group.php:29
|
2585 |
+
msgid "Ad Groups successfully updated"
|
2586 |
+
msgstr "Grupos de Anúncios atualizados com sucesso"
|
2587 |
+
|
2588 |
+
#: admin/views/ad-group.php:59
|
2589 |
+
#, php-format
|
2590 |
+
msgid "Search results for “%s”"
|
2591 |
+
msgstr "Resultados da pesquisa para “%s”"
|
2592 |
+
|
2593 |
+
#: admin/views/ad-group.php:68
|
2594 |
+
msgid ""
|
2595 |
+
"Ad Groups are a very flexible method to bundle ads. You can use them to "
|
2596 |
+
"display random ads in the frontend or run split tests, but also just for "
|
2597 |
+
"informational purposes. Not only can an Ad Groups have multiple ads, but an "
|
2598 |
+
"ad can belong to multiple ad groups."
|
2599 |
+
msgstr ""
|
2600 |
+
"Grupo de Anúncios são uma forma flexível de agrupar anúncios. Você pode usá-"
|
2601 |
+
"lo para exibir randomicamente ou em partes, mas também apenas com objetivos "
|
2602 |
+
"informativos. Um Grupo de Anúncios pode ter vários anúncios, mas anúncios "
|
2603 |
+
"podem pertencer a vários grupos."
|
2604 |
+
|
2605 |
+
#: admin/views/ad-group.php:96
|
2606 |
+
msgid "Update Groups"
|
2607 |
+
msgstr "Atualizar Grupos"
|
2608 |
+
|
2609 |
+
#: admin/views/ad-info-top.php:5
|
2610 |
+
#, php-format
|
2611 |
+
msgid ""
|
2612 |
+
"Congratulations! Your ad is now visible in the frontend. You can adjust the "
|
2613 |
+
"placement options <a href=\"%s\">here</a>."
|
2614 |
+
msgstr ""
|
2615 |
+
"Parabéns! Seu anúncio agora está visível na parte da frente. Você pode "
|
2616 |
+
"ajustar as opções de posicionamento <a href=\"%s\">Aqui</a>."
|
2617 |
+
|
2618 |
+
#: admin/views/ad-info-top.php:7
|
2619 |
+
msgid "Where do you want to display the ad?"
|
2620 |
+
msgstr "Onde você deseja exibir o anúncio?"
|
2621 |
+
|
2622 |
+
#: admin/views/ad-info-top.php:12
|
2623 |
+
msgid "Manage Sidebar"
|
2624 |
+
msgstr "Gerenciar Barra Lateral"
|
2625 |
+
|
2626 |
+
#: admin/views/ad-info-top.php:15
|
2627 |
+
msgid "Show Pro Places"
|
2628 |
+
msgstr "Mostrar Lugares Pro"
|
2629 |
+
|
2630 |
+
#: admin/views/ad-info-top.php:19
|
2631 |
+
msgid "Show Sticky Places"
|
2632 |
+
msgstr "Mostrar Lugares Fixos"
|
2633 |
+
|
2634 |
+
#: admin/views/ad-info-top.php:23
|
2635 |
+
msgid "Show PopUp"
|
2636 |
+
msgstr "Mostrar PopUp"
|
2637 |
+
|
2638 |
+
#: admin/views/ad-info-top.php:53
|
2639 |
+
#, php-format
|
2640 |
+
msgid "Or use the shortcode %s to insert the ad into the content manually."
|
2641 |
+
msgstr "Ou usar o shortcode %s para inserir o anúncio no conteúdo manualmente."
|
2642 |
+
|
2643 |
+
#: admin/views/ad-info-top.php:54
|
2644 |
+
#, php-format
|
2645 |
+
msgid ""
|
2646 |
+
"Learn more about your choices to display an ad in the <a href=\"%s\" "
|
2647 |
+
"target=\"_blank\">manual</a>."
|
2648 |
+
msgstr ""
|
2649 |
+
"Saiba mais sobre suas escolhas de exibição de um anúncio no <a href=\"%s\" "
|
2650 |
+
"target=\"_blank\">manual</a>."
|
2651 |
+
|
2652 |
+
#: admin/views/ad-info.php:2
|
2653 |
+
#, php-format
|
2654 |
+
msgid "Ad Id: %s"
|
2655 |
+
msgstr "ID do Anúncio: %s"
|
2656 |
+
|
2657 |
+
#: admin/views/ad-info.php:5
|
2658 |
+
msgid "theme function"
|
2659 |
+
msgstr "função do tema"
|
2660 |
+
|
2661 |
+
#: admin/views/ad-info.php:7
|
2662 |
+
#, php-format
|
2663 |
+
msgid ""
|
2664 |
+
"Find more display options in the <a href=\"%s\" target=\"_blank\">manual</a>."
|
2665 |
+
msgstr ""
|
2666 |
+
"Encontre mais opções de exibição no <a href=\"%s\" target=\"_blank\">"
|
2667 |
+
"manual</a>."
|
2668 |
+
|
2669 |
+
#: admin/views/ad-info.php:11
|
2670 |
+
msgid "click to change"
|
2671 |
+
msgstr "clique para alterar"
|
2672 |
+
|
2673 |
+
#: admin/views/ad-info.php:15
|
2674 |
+
msgid "Add a description"
|
2675 |
+
msgstr "Adicionar uma descrição"
|
2676 |
+
|
2677 |
+
#: admin/views/ad-info.php:18
|
2678 |
+
msgid "Internal description or your own notes about this ad."
|
2679 |
+
msgstr "Descrição interna ou suas próprias notas sobre este anúncio."
|
2680 |
+
|
2681 |
+
#: admin/views/ad-list-filters.php:2
|
2682 |
+
msgid "all ad types"
|
2683 |
+
msgstr "todos os tipos de anúncios"
|
2684 |
+
|
2685 |
+
#: admin/views/ad-list-filters.php:5
|
2686 |
+
msgid "all ad sizes"
|
2687 |
+
msgstr "todos os tamanhos de anúncios"
|
2688 |
+
|
2689 |
+
#: admin/views/ad-list-filters.php:8
|
2690 |
+
msgid "all ad dates"
|
2691 |
+
msgstr "todas as datas de anúncios"
|
2692 |
+
|
2693 |
+
#: admin/views/ad-list-filters.php:16
|
2694 |
+
msgid "all ad groups"
|
2695 |
+
msgstr "todos os grupos de anúncios"
|
2696 |
+
|
2697 |
+
#: admin/views/ad-main-metabox.php:3
|
2698 |
+
msgid "No ad types defined"
|
2699 |
+
msgstr "Nenhum tipo de anúncio definido"
|
2700 |
+
|
2701 |
+
#: admin/views/ad-output-metabox.php:1
|
2702 |
+
msgid "Everything connected to the ads layout and output."
|
2703 |
+
msgstr "Tudo conectado ao layout dos anúncios e saída para exibição."
|
2704 |
+
|
2705 |
+
#: admin/views/ad-output-metabox.php:4
|
2706 |
+
#: admin/views/placements-ad-label-position.php:1
|
2707 |
+
msgid "Position"
|
2708 |
+
msgstr "Posição"
|
2709 |
+
|
2710 |
+
#: admin/views/ad-output-metabox.php:6
|
2711 |
+
msgid "- default -"
|
2712 |
+
msgstr "- padrão -"
|
2713 |
+
|
2714 |
+
#: admin/views/ad-output-metabox.php:7
|
2715 |
+
#: admin/views/placements-ad-label-position.php:2
|
2716 |
+
#: admin/views/placements-ad-label-position.php:4
|
2717 |
+
#: admin/views/placements-ad-label.php:1 admin/views/placements-ad-label.php:3
|
2718 |
+
#: admin/views/placements.php:53
|
2719 |
+
msgid "default"
|
2720 |
+
msgstr "padrão"
|
2721 |
+
|
2722 |
+
#: admin/views/ad-output-metabox.php:8
|
2723 |
+
#: admin/views/placements-ad-label-position.php:6
|
2724 |
+
#: admin/views/placements-ad-label-position.php:8
|
2725 |
+
msgid "left"
|
2726 |
+
msgstr "esquerda"
|
2727 |
+
|
2728 |
+
#: admin/views/ad-output-metabox.php:11
|
2729 |
+
#: admin/views/placements-ad-label-position.php:9
|
2730 |
+
#: admin/views/placements-ad-label-position.php:11
|
2731 |
+
msgid "center"
|
2732 |
+
msgstr "centro"
|
2733 |
+
|
2734 |
+
#: admin/views/ad-output-metabox.php:14
|
2735 |
+
#: admin/views/placements-ad-label-position.php:12
|
2736 |
+
#: admin/views/placements-ad-label-position.php:14
|
2737 |
+
msgid "right"
|
2738 |
+
msgstr "direita"
|
2739 |
+
|
2740 |
+
#: admin/views/ad-output-metabox.php:18
|
2741 |
+
msgid ""
|
2742 |
+
"Check this if you don't want the following elements to float around the ad. "
|
2743 |
+
"(adds a clearfix)"
|
2744 |
+
msgstr ""
|
2745 |
+
"Marque isso se você não quer elementos flutuando no entorno do anúncio."
|
2746 |
+
|
2747 |
+
#: admin/views/ad-output-metabox.php:22
|
2748 |
+
msgid "Margin"
|
2749 |
+
msgstr "Margem"
|
2750 |
+
|
2751 |
+
#: admin/views/ad-output-metabox.php:24
|
2752 |
+
msgid "top:"
|
2753 |
+
msgstr "topo:"
|
2754 |
+
|
2755 |
+
#: admin/views/ad-output-metabox.php:26
|
2756 |
+
msgid "right:"
|
2757 |
+
msgstr "direita:"
|
2758 |
+
|
2759 |
+
#: admin/views/ad-output-metabox.php:28
|
2760 |
+
msgid "bottom:"
|
2761 |
+
msgstr "abaixo:"
|
2762 |
+
|
2763 |
+
#: admin/views/ad-output-metabox.php:30
|
2764 |
+
msgid "left:"
|
2765 |
+
msgstr "esquerda:"
|
2766 |
+
|
2767 |
+
#: admin/views/ad-output-metabox.php:32
|
2768 |
+
msgid "tip: use this to add a margin around the ad"
|
2769 |
+
msgstr "dica: use isso para criar margem em torno do anúncio"
|
2770 |
+
|
2771 |
+
#: admin/views/ad-output-metabox.php:35
|
2772 |
+
msgid "container ID"
|
2773 |
+
msgstr "ID do recipiente"
|
2774 |
+
|
2775 |
+
#: admin/views/ad-output-metabox.php:38
|
2776 |
+
msgid "Specify the id of the ad container. Leave blank for random or no id."
|
2777 |
+
msgstr ""
|
2778 |
+
"Especificar o id do recipiente do anúncio. Deixe em branco para aleatório ou "
|
2779 |
+
"nenhum id."
|
2780 |
+
|
2781 |
+
#: admin/views/ad-output-metabox.php:41
|
2782 |
+
msgid "container classes"
|
2783 |
+
msgstr "classes de recipiente"
|
2784 |
+
|
2785 |
+
#: admin/views/ad-output-metabox.php:47
|
2786 |
+
msgid "Enable debug mode"
|
2787 |
+
msgstr "Habilitar modo de depuração"
|
2788 |
+
|
2789 |
+
#: admin/views/ad-parameters-size.php:1
|
2790 |
+
msgid "size"
|
2791 |
+
msgstr "tamanho"
|
2792 |
+
|
2793 |
+
#: admin/views/ad-parameters-size.php:3
|
2794 |
+
msgid "width"
|
2795 |
+
msgstr "largura"
|
2796 |
+
|
2797 |
+
#: admin/views/ad-parameters-size.php:4
|
2798 |
+
msgid "height"
|
2799 |
+
msgstr "altura"
|
2800 |
+
|
2801 |
+
#: admin/views/ad-parameters-size.php:8
|
2802 |
+
msgid "reserve this space"
|
2803 |
+
msgstr "reservar este espaço"
|
2804 |
+
|
2805 |
+
#: admin/views/ad-submitbox-meta.php:6
|
2806 |
+
msgid "Set expiry date"
|
2807 |
+
msgstr "Defina a data de expiração"
|
2808 |
+
|
2809 |
+
#: admin/views/ad-submitbox-meta.php:16
|
2810 |
+
#, php-format
|
2811 |
+
msgctxt "1: month number (01, 02, etc.), 2: month abbreviation"
|
2812 |
+
msgid "%1$s-%2$s"
|
2813 |
+
msgstr "%1$s-%2$s"
|
2814 |
+
|
2815 |
+
#: admin/views/ad-submitbox-meta.php:29
|
2816 |
+
#, php-format
|
2817 |
+
msgctxt ""
|
2818 |
+
"order of expiry date fields 1: month, 2: day, 3: year, 4: hour, 5: minute"
|
2819 |
+
msgid "%1$s %2$s, %3$s @ %4$s %5$s"
|
2820 |
+
msgstr "%1$s %2$s, %3$s @ %4$s %5$s"
|
2821 |
+
|
2822 |
+
#: admin/views/ad-visitor-metabox.php:12
|
2823 |
+
msgid ""
|
2824 |
+
"Display conditions that are based on the user. Use with caution on cached "
|
2825 |
+
"websites."
|
2826 |
+
msgstr "Exiba condições baseadas no usuário. Use com cautela se usar cache."
|
2827 |
+
|
2828 |
+
#: admin/views/ad-visitor-metabox.php:47
|
2829 |
+
msgid ""
|
2830 |
+
"Visitor conditions limit the number of users who can see your ad. There is "
|
2831 |
+
"no need to set visitor conditions if you want all users to see the ad."
|
2832 |
+
msgstr ""
|
2833 |
+
"Condições para visitante, limitar o número de usuários que podem ver seu "
|
2834 |
+
"anúncio. Não há necessidade de estabelecer condições para visitante se você "
|
2835 |
+
"quiser que todos os usuários vejam o anúncio."
|
2836 |
+
|
2837 |
+
#: admin/views/ad-visitor-metabox.php:50
|
2838 |
+
#, php-format
|
2839 |
+
msgid ""
|
2840 |
+
"Check out cache-busting in <a href=\"%s\" target=\"_blank\">Advanced Ads "
|
2841 |
+
"Pro</a> if dynamic features get cached."
|
2842 |
+
msgstr ""
|
2843 |
+
"Confira em <a href=\"%s\" target=\"_blank\">Anúncios Avançados Pró</a> se "
|
2844 |
+
"características dinâmicas chegar em cache cache-busting."
|
2845 |
+
|
2846 |
+
#: admin/views/ad-visitor-metabox.php:67
|
2847 |
+
#, php-format
|
2848 |
+
msgid ""
|
2849 |
+
"Define the exact browser width for which an ad should be visible using the "
|
2850 |
+
"<a href=\"%s\" target=\"_blank\">Responsive add-on</a>."
|
2851 |
+
msgstr ""
|
2852 |
+
"Definir a largura exata do navegador para que um anúncio seja visível usando "
|
2853 |
+
"o <a href=\"%s\" target=\"_blank\">Responsive add-on</a>."
|
2854 |
+
|
2855 |
+
#: admin/views/ad-visitor-metabox.php:113
|
2856 |
+
msgid ""
|
2857 |
+
"The visitor conditions below are deprecated. Please use the new version of "
|
2858 |
+
"visitor conditions to replace it."
|
2859 |
+
msgstr ""
|
2860 |
+
"As condições para visitante abaixo estão obsoletas. Utilize a nova versão do "
|
2861 |
+
"condições para visitante a fim de substituí-lo."
|
2862 |
+
|
2863 |
+
#: admin/views/ad-visitor-metabox.php:119
|
2864 |
+
msgid "Display on all devices"
|
2865 |
+
msgstr "Exibir em todos os dispositivos"
|
2866 |
+
|
2867 |
+
#: admin/views/ad-visitor-metabox.php:123
|
2868 |
+
msgid "only on mobile devices"
|
2869 |
+
msgstr "somente em smartphones"
|
2870 |
+
|
2871 |
+
#: admin/views/ad-visitor-metabox.php:127
|
2872 |
+
msgid "not on mobile devices"
|
2873 |
+
msgstr "menos em smartphones"
|
2874 |
+
|
2875 |
+
#: admin/views/feedback-disable.php:4
|
2876 |
+
msgid "Why did you decide to disable Advanced Ads?"
|
2877 |
+
msgstr "Por que você decidiu desativar Anúncios Avançados?"
|
2878 |
+
|
2879 |
+
#: admin/views/feedback-disable.php:19
|
2880 |
+
msgid "other reason"
|
2881 |
+
msgstr "Outra razão"
|
2882 |
+
|
2883 |
+
#: admin/views/placements-content-index.php:1
|
2884 |
+
msgid "after"
|
2885 |
+
msgstr "depois"
|
2886 |
+
|
2887 |
+
#: admin/views/placements-content-index.php:1
|
2888 |
+
msgid "before"
|
2889 |
+
msgstr "antes"
|
2890 |
+
|
2891 |
+
#: admin/views/placements-content-index.php:21
|
2892 |
+
msgid "start counting from bottom"
|
2893 |
+
msgstr "começar a contar de baixo"
|
2894 |
+
|
2895 |
+
#: admin/views/placements-item.php:2 admin/views/placements.php:185
|
2896 |
+
msgid "--not selected--"
|
2897 |
+
msgstr "--não selecionado--"
|
2898 |
+
|
2899 |
+
#: admin/views/placements.php:8
|
2900 |
+
msgid ""
|
2901 |
+
"Couldn’t create the new placement. Please check your form field and whether "
|
2902 |
+
"the name is already in use."
|
2903 |
+
msgstr ""
|
2904 |
+
"Não foi possível criar um novo local. Por favor, verifique o campo de "
|
2905 |
+
"formulário e se o nome já está em uso."
|
2906 |
+
|
2907 |
+
#: admin/views/placements.php:10
|
2908 |
+
msgid "Placements updated"
|
2909 |
+
msgstr "Locais atualizados"
|
2910 |
+
|
2911 |
+
#: admin/views/placements.php:14
|
2912 |
+
msgid ""
|
2913 |
+
"Placements are physically places in your theme and posts. You can use them "
|
2914 |
+
"if you plan to change ads and ad groups on the same place without the need "
|
2915 |
+
"to change your templates."
|
2916 |
+
msgstr ""
|
2917 |
+
"Locais são lugares físicos em seu tema e posts. Você pode usá-los se você "
|
2918 |
+
"pretende mudar anúncios e grupos de anúncios no mesmo lugar, sem a "
|
2919 |
+
"necessidade de mudar seus templates."
|
2920 |
+
|
2921 |
+
#: admin/views/placements.php:15
|
2922 |
+
#, php-format
|
2923 |
+
msgid ""
|
2924 |
+
"See also the manual for more information on <a href=\"%s\">placements</a>."
|
2925 |
+
msgstr ""
|
2926 |
+
"Veja também o manual para obter mais informações sobre <a href=\"%s\">"
|
2927 |
+
"locais</a>."
|
2928 |
+
|
2929 |
+
#: admin/views/placements.php:25 modules/import-export/views/page.php:26
|
2930 |
+
msgid "Options"
|
2931 |
+
msgstr "Opções"
|
2932 |
+
|
2933 |
+
#: admin/views/placements.php:43
|
2934 |
+
#, php-format
|
2935 |
+
msgid ""
|
2936 |
+
"Placement type \"%s\" is missing and was reset to \"default\".<br/>Please "
|
2937 |
+
"check if the responsible add-on is activated."
|
2938 |
+
msgstr ""
|
2939 |
+
"Tipo de local \"%s\" está faltando e foi redefinido para \"padrão\". <br/>"
|
2940 |
+
"Por favor, verifique se o add-on responsável está ativado."
|
2941 |
+
|
2942 |
+
#: admin/views/placements.php:59
|
2943 |
+
msgid "show usage"
|
2944 |
+
msgstr "mostrar uso"
|
2945 |
+
|
2946 |
+
#: admin/views/placements.php:83
|
2947 |
+
msgid "Item"
|
2948 |
+
msgstr "Ítem"
|
2949 |
+
|
2950 |
+
#: admin/views/placements.php:98
|
2951 |
+
msgid "Important Notice"
|
2952 |
+
msgstr "Notificação Importante"
|
2953 |
+
|
2954 |
+
#: admin/views/placements.php:98
|
2955 |
+
msgid ""
|
2956 |
+
"Your server is missing an extension. This might break the content injection."
|
2957 |
+
"<br/>Ignore this warning if everything works fine or else ask your hosting "
|
2958 |
+
"provider to enable <em>mbstring</em>."
|
2959 |
+
msgstr ""
|
2960 |
+
"O servidor está faltando uma extensão. Isso pode quebrar a injeção de "
|
2961 |
+
"conteúdo. <br/>Ignorar esse aviso se tudo funcionar bem ou então pergunte ao "
|
2962 |
+
"seu provedor de hospedagem para permitir <em>mbstring</em>."
|
2963 |
+
|
2964 |
+
#: admin/views/placements.php:142
|
2965 |
+
msgctxt "checkbox to remove placement"
|
2966 |
+
msgid "delete"
|
2967 |
+
msgstr "excluir"
|
2968 |
+
|
2969 |
+
#: admin/views/placements.php:148
|
2970 |
+
msgid "Save Placements"
|
2971 |
+
msgstr "Salvar Local"
|
2972 |
+
|
2973 |
+
#: admin/views/placements.php:150
|
2974 |
+
msgid "Create a new placement"
|
2975 |
+
msgstr "Criar um novo Local"
|
2976 |
+
|
2977 |
+
#: admin/views/placements.php:151
|
2978 |
+
msgid "New Placement"
|
2979 |
+
msgstr "Novo Local"
|
2980 |
+
|
2981 |
+
#: admin/views/placements.php:158
|
2982 |
+
msgid "Choose a placement type"
|
2983 |
+
msgstr "Escolha um tipo de local"
|
2984 |
+
|
2985 |
+
#: admin/views/placements.php:159
|
2986 |
+
#, php-format
|
2987 |
+
msgid ""
|
2988 |
+
"Placement types define where the ad is going to be displayed. Learn more "
|
2989 |
+
"about the different types from the <a href=\"%s\">manual</a>"
|
2990 |
+
msgstr ""
|
2991 |
+
"Defina os tipos de local em que o anúncio será exibido. Saiba mais sobre os "
|
2992 |
+
"diferentes tipos no <a href=\"%s\">Manual</a>."
|
2993 |
+
|
2994 |
+
#: admin/views/placements.php:176
|
2995 |
+
msgid "Please select a placement type."
|
2996 |
+
msgstr "Por favor selecione um tipo de local."
|
2997 |
+
|
2998 |
+
#: admin/views/placements.php:178
|
2999 |
+
msgid "Choose a Name"
|
3000 |
+
msgstr "Escolha um Nome"
|
3001 |
+
|
3002 |
+
#: admin/views/placements.php:179
|
3003 |
+
msgid ""
|
3004 |
+
"The name of the placement is only visible to you. Tip: choose a descriptive "
|
3005 |
+
"one, e.g. <em>Below Post Headline</em>."
|
3006 |
+
msgstr ""
|
3007 |
+
"O nome do local é visível apenas para você. Dica: escolha um descritivo, por "
|
3008 |
+
"exemplo; <em>Abaixo da Headline do Post</em>."
|
3009 |
+
|
3010 |
+
#: admin/views/placements.php:180
|
3011 |
+
msgid "Placement Name"
|
3012 |
+
msgstr "Nome do Local"
|
3013 |
+
|
3014 |
+
#: admin/views/placements.php:181
|
3015 |
+
msgid "Please enter a name for your placement."
|
3016 |
+
msgstr "Por favor digite um nome para seu local."
|
3017 |
+
|
3018 |
+
#: admin/views/placements.php:182
|
3019 |
+
msgid "Choose the Ad or Group"
|
3020 |
+
msgstr "Escolha o Anúncio ou Grupo"
|
3021 |
+
|
3022 |
+
#: admin/views/placements.php:183
|
3023 |
+
msgid "The ad or group that should be displayed."
|
3024 |
+
msgstr "O anúncio ou grupo que deve ser exibido."
|
3025 |
+
|
3026 |
+
#: admin/views/placements.php:202
|
3027 |
+
msgid "Save New Placement"
|
3028 |
+
msgstr "Salvar Novo Local"
|
3029 |
+
|
3030 |
+
#: admin/views/post-ad-settings-metabox.php:3
|
3031 |
+
msgid "Disable ads on this page"
|
3032 |
+
msgstr "Desabilitar Anúncios nesta página"
|
3033 |
+
|
3034 |
+
#: admin/views/setting-license.php:5
|
3035 |
+
msgid "Your license expired."
|
3036 |
+
msgstr "Sua licença expirou."
|
3037 |
+
|
3038 |
+
#: admin/views/setting-license.php:27
|
3039 |
+
#, php-format
|
3040 |
+
msgid "(%d days left)"
|
3041 |
+
msgstr "(%d dias restantes)"
|
3042 |
+
|
3043 |
+
#: admin/views/setting-license.php:31
|
3044 |
+
msgid "License key"
|
3045 |
+
msgstr "Chave de licença"
|
3046 |
+
|
3047 |
+
#: admin/views/setting-license.php:51
|
3048 |
+
msgid "License key invalid"
|
3049 |
+
msgstr "Chave de licença inválida"
|
3050 |
+
|
3051 |
+
#: admin/views/setting-license.php:54
|
3052 |
+
msgid "active"
|
3053 |
+
msgstr "ativa"
|
3054 |
+
|
3055 |
+
#: admin/views/settings-disable-ads.php:3
|
3056 |
+
msgid "Disable all ads in frontend"
|
3057 |
+
msgstr "Desabilitar todos os anúncios no site"
|
3058 |
+
|
3059 |
+
#: admin/views/settings-disable-ads.php:4
|
3060 |
+
msgid ""
|
3061 |
+
"Use this option to disable all ads in the frontend, but still be able to use "
|
3062 |
+
"the plugin."
|
3063 |
+
msgstr ""
|
3064 |
+
"Esta opção irá desativar todos os anúncios no site, mas ainda mantém o "
|
3065 |
+
"funcionamento do plugin."
|
3066 |
+
|
3067 |
+
#: admin/views/settings-disable-ads.php:8
|
3068 |
+
msgid "Disable ads on 404 error pages"
|
3069 |
+
msgstr "Desabilitar Anúncios na página 404"
|
3070 |
+
|
3071 |
+
#: admin/views/settings-disable-ads.php:12
|
3072 |
+
msgid "Disable ads on non-singular pages"
|
3073 |
+
msgstr "Desabilitar Anúncios na página de listagem de conteúdo"
|
3074 |
+
|
3075 |
+
#: admin/views/settings-disable-ads.php:13
|
3076 |
+
msgid ""
|
3077 |
+
"e.g. archive pages like categories, tags, authors, front page (if a list)"
|
3078 |
+
msgstr ""
|
3079 |
+
"Ex: páginas de arquivos, como categorias, tags, autores, primeira página (se "
|
3080 |
+
"uma lista)"
|
3081 |
+
|
3082 |
+
#: admin/views/settings-disable-ads.php:16
|
3083 |
+
msgid "Disable ads on secondary queries"
|
3084 |
+
msgstr "Desativar anúncios em consultas secundárias"
|
3085 |
+
|
3086 |
+
#: admin/views/settings-disable-ads.php:17
|
3087 |
+
msgid ""
|
3088 |
+
"Secondary queries are custom queries of posts outside the main query of a "
|
3089 |
+
"page. Try this option if you see ads injected on places where they shouldn’t "
|
3090 |
+
"appear."
|
3091 |
+
msgstr ""
|
3092 |
+
"Consultas secundárias são consultas personalizadas de posts fora da consulta "
|
3093 |
+
"principal de uma página. Experimente esta opção se você ver anúncios "
|
3094 |
+
"injetados em lugares onde eles não devem aparecer."
|
3095 |
+
|
3096 |
+
#: admin/views/settings-disable-ads.php:21
|
3097 |
+
msgid "Disable ads in Feed"
|
3098 |
+
msgstr "Desativar anúncios no Feed"
|
3099 |
+
|
3100 |
+
#: admin/views/settings.php:35
|
3101 |
+
msgid "Save settings on this page"
|
3102 |
+
msgstr "Salve as configurações nesta página"
|
3103 |
+
|
3104 |
+
#: admin/views/settings.php:50
|
3105 |
+
msgid "Advanced Ads on WordPress.org"
|
3106 |
+
msgstr "Anúncios Avançados em WordPress.org"
|
3107 |
+
|
3108 |
+
#: admin/views/settings.php:50
|
3109 |
+
msgid "Advanced Ads on wp.org"
|
3110 |
+
msgstr "Anúncios Avançados em wp.org"
|
3111 |
+
|
3112 |
+
#: admin/views/settings.php:51
|
3113 |
+
msgid "the company behind Advanced Ads"
|
3114 |
+
msgstr "a companhia por trás do Anúncios Avançados"
|
3115 |
+
|
3116 |
+
#: admin/views/support.php:7
|
3117 |
+
msgid ""
|
3118 |
+
"Please fix the red highlighted issues on this page or try to understand "
|
3119 |
+
"their consequences before contacting support."
|
3120 |
+
msgstr ""
|
3121 |
+
"Por favor corrija as questões destacadas em vermelho sobre esta página ou "
|
3122 |
+
"tentar compreender as suas consequências antes de contatar o suporte."
|
3123 |
+
|
3124 |
+
#: admin/views/support.php:11
|
3125 |
+
#, php-format
|
3126 |
+
msgid ""
|
3127 |
+
"Your <strong>PHP version (%s) is too low</strong>. Advanced Ads is built for "
|
3128 |
+
"PHP 5.3 and higher. It might work, but updating PHP is highly recommended. "
|
3129 |
+
"Please ask your hosting provider for more information."
|
3130 |
+
msgstr ""
|
3131 |
+
"Sua <strong>versão do PHP (%s) é muito baixa</strong>. Anúncios Avançados é "
|
3132 |
+
"construído para PHP 5.3 e superior. Pode funcionar, mas a atualização do PHP "
|
3133 |
+
"é altamente recomendada. Por favor, pergunte ao seu provedor de hospedagem "
|
3134 |
+
"para obter mais informações."
|
3135 |
+
|
3136 |
+
#: admin/views/support.php:14
|
3137 |
+
#, php-format
|
3138 |
+
msgid ""
|
3139 |
+
"Your <strong>website uses cache</strong>. Some dynamic features like ad "
|
3140 |
+
"rotation or visitor conditions might not work properly. Use the cache-"
|
3141 |
+
"busting feature of <a href=\"%s\" target=\"_blank\">Advanced Ads Pro</a> to "
|
3142 |
+
"load ads dynamically."
|
3143 |
+
msgstr ""
|
3144 |
+
"Seu <strong>site usa o cache</strong>. Algumas características dinâmicas, "
|
3145 |
+
"como a rotação de anúncios ou condições visitante pode não funcionar "
|
3146 |
+
"corretamente. Use o recurso de cache-rebentando de <a href=\"%s\" "
|
3147 |
+
"target=\"_blank\">Anúncios Avançados Pro</a> para carregar anúncios "
|
3148 |
+
"dinamicamente."
|
3149 |
+
|
3150 |
+
#: admin/views/support.php:17
|
3151 |
+
msgid ""
|
3152 |
+
"There is a <strong>new WordPress version available</strong>. Please update."
|
3153 |
+
msgstr ""
|
3154 |
+
"Há uma <strong>nova versão do WordPress disponível</ strong>. Por favor "
|
3155 |
+
"atualize."
|
3156 |
+
|
3157 |
+
#: admin/views/support.php:20
|
3158 |
+
msgid "There are <strong>plugin updates available</strong>. Please update."
|
3159 |
+
msgstr ""
|
3160 |
+
"Há atualizações de <strong>plugins disponíveis</strong>. Por favor atualize-"
|
3161 |
+
"os."
|
3162 |
+
|
3163 |
+
#: admin/views/support.php:29
|
3164 |
+
#, php-format
|
3165 |
+
msgid ""
|
3166 |
+
"<strong>Autoptimize plugin detected</strong>. While this plugin is great for "
|
3167 |
+
"site performance, it is known to alter code, including scripts from ad "
|
3168 |
+
"networks. <a href=\"%s\" target=\"_blank\">Advanced Ads Pro</a> has a build-"
|
3169 |
+
"in support for Autoptimize."
|
3170 |
+
msgstr ""
|
3171 |
+
"<strong>Autoptimize plug-in detectado</strong>. Enquanto este plugin é ótimo "
|
3172 |
+
"para o desempenho do site, ele é conhecido por alterar o código, incluindo "
|
3173 |
+
"os scripts de redes de anúncios. <a href=\"%s\" target=\"_blank\">Anúncios "
|
3174 |
+
"Avançados Pro</a> tem uma build-in suporte para Autoptimize."
|
3175 |
+
|
3176 |
+
#: admin/views/support.php:32
|
3177 |
+
#, php-format
|
3178 |
+
msgid ""
|
3179 |
+
"Plugins that are known to cause (partial) problems: <strong>%1$s</strong>. "
|
3180 |
+
"<a href=\"%2$s\" target=\"_blank\">Learn more</a>."
|
3181 |
+
msgstr ""
|
3182 |
+
"Plugins que são conhecidos por causar problemas (parciais): <strong>"
|
3183 |
+
"%1$s</strong>. <a href=\"%2$s\" target=\"_blank\">Saiba mais</a>."
|
3184 |
+
|
3185 |
+
#: admin/views/support.php:35
|
3186 |
+
#, php-format
|
3187 |
+
msgid ""
|
3188 |
+
"Ads are disabled for all or some pages. See \"disabled ads\" in <a "
|
3189 |
+
"href=\"%s\">settings</a>."
|
3190 |
+
msgstr ""
|
3191 |
+
"Os anúncios estão desativados para todas ou algumas páginas. Consulte "
|
3192 |
+
"\"anúncios desabilitados\" em <a href=\"%s\">configurações</a>."
|
3193 |
+
|
3194 |
+
#: admin/views/support.php:46
|
3195 |
+
msgid "Possible Issues"
|
3196 |
+
msgstr "Possíveis Questões"
|
3197 |
+
|
3198 |
+
#: admin/views/support.php:53
|
3199 |
+
msgid ""
|
3200 |
+
"Use the following form to search for solutions in the manual on "
|
3201 |
+
"wpadvancedads.com"
|
3202 |
+
msgstr ""
|
3203 |
+
"Utilize o formulário abaixo para procurar soluções no manual sobre "
|
3204 |
+
"wpadvancedads.com"
|
3205 |
+
|
3206 |
+
#: admin/views/support.php:56
|
3207 |
+
msgid "search"
|
3208 |
+
msgstr "pesquisar"
|
3209 |
+
|
3210 |
+
#: modules/gadsense/main.php:19
|
3211 |
+
msgid " at "
|
3212 |
+
msgstr "às"
|
3213 |
+
|
3214 |
+
#: admin/views/notices/adblock.php:2
|
3215 |
+
msgid ""
|
3216 |
+
"Please disable your <strong>AdBlocker</strong> to prevent problems with your "
|
3217 |
+
"ad setup."
|
3218 |
+
msgstr ""
|
3219 |
+
"Por favor, desative seu <strong>AdBlocker</strong> para evitar problemas com "
|
3220 |
+
"a sua configuração de anúncios."
|
3221 |
+
|
3222 |
+
#: modules/ad-blocker/admin/admin.php:96
|
3223 |
+
msgid "Ad blocker fix"
|
3224 |
+
msgstr "Corrigir bloqueador de anúncio"
|
3225 |
+
|
3226 |
+
#: modules/ad-blocker/admin/admin.php:162
|
3227 |
+
msgid "The asset folder was rebuilt successfully"
|
3228 |
+
msgstr "A pasta de ativos foi reconstruída com sucesso"
|
3229 |
+
|
3230 |
+
#: modules/ad-blocker/admin/admin.php:223
|
3231 |
+
msgid "There is no writable upload folder"
|
3232 |
+
msgstr "Não existe nenhuma pasta de upload gravável"
|
3233 |
+
|
3234 |
+
#: modules/ad-blocker/admin/admin.php:252
|
3235 |
+
#, php-format
|
3236 |
+
msgid "Unable to rename \"%s\" directory"
|
3237 |
+
msgstr "Não foi possível renomear o diretório \"%s\""
|
3238 |
+
|
3239 |
+
#: modules/ad-blocker/admin/admin.php:268
|
3240 |
+
#: modules/ad-blocker/admin/admin.php:281
|
3241 |
+
#: modules/ad-blocker/admin/admin.php:298
|
3242 |
+
#, php-format
|
3243 |
+
msgid "Unable to copy assets to the \"%s\" directory"
|
3244 |
+
msgstr "Não é possível copiar ativos para o diretório \"%s\""
|
3245 |
+
|
3246 |
+
#: modules/ad-blocker/admin/admin.php:331
|
3247 |
+
#: modules/ad-blocker/admin/admin.php:351
|
3248 |
+
#, php-format
|
3249 |
+
msgid "We do not have direct write access to the \"%s\" directory"
|
3250 |
+
msgstr "Nós não temos acesso de gravação direta para o diretório \"%s\""
|
3251 |
+
|
3252 |
+
#: modules/ad-blocker/admin/admin.php:417
|
3253 |
+
#, php-format
|
3254 |
+
msgid ""
|
3255 |
+
"Unable to create \"%s\" directory. Is its parent directory writable by the "
|
3256 |
+
"server?"
|
3257 |
+
msgstr ""
|
3258 |
+
"Não é possível criar diretório \"%s\". É seu diretório pai escrito pelo "
|
3259 |
+
"servidor?"
|
3260 |
+
|
3261 |
+
#: modules/ad-blocker/admin/admin.php:428
|
3262 |
+
#, php-format
|
3263 |
+
msgid "Unable to copy files to %s"
|
3264 |
+
msgstr "Não é possível copiar arquivos para %s"
|
3265 |
+
|
3266 |
+
#: modules/gadsense/admin/admin.php:27
|
3267 |
+
#: modules/gadsense/admin/views/adsense-ad-parameters.php:59
|
3268 |
+
msgid "Responsive"
|
3269 |
+
msgstr "Responsivo"
|
3270 |
+
|
3271 |
+
#: modules/gadsense/admin/admin.php:45
|
3272 |
+
msgid "The ad details couldn't be retrieved from the ad code"
|
3273 |
+
msgstr ""
|
3274 |
+
"Os detalhes do anúncio não pôde ser recuperado a partir do código do anúncio"
|
3275 |
+
|
3276 |
+
#: modules/gadsense/admin/admin.php:46
|
3277 |
+
msgid ""
|
3278 |
+
"Warning : The AdSense account from this code does not match the one set with "
|
3279 |
+
"the Advanced Ads Plugin. This ad might cause troubles when used in the front "
|
3280 |
+
"end."
|
3281 |
+
msgstr ""
|
3282 |
+
"Aviso: A conta do AdSense a partir deste código não corresponde a um "
|
3283 |
+
"conjunto com o Plugin Anúncios Avançados. Isto pode causar problemas no "
|
3284 |
+
"anúncio quando usado na extremidade dianteira."
|
3285 |
+
|
3286 |
+
#: modules/gadsense/admin/admin.php:124 modules/gadsense/admin/admin.php:260
|
3287 |
+
msgid "AdSense"
|
3288 |
+
msgstr "AdSense"
|
3289 |
+
|
3290 |
+
#: modules/gadsense/admin/admin.php:132
|
3291 |
+
msgid "AdSense ID"
|
3292 |
+
msgstr "ID do AdSense"
|
3293 |
+
|
3294 |
+
#: modules/gadsense/admin/admin.php:141
|
3295 |
+
msgid "Limit to 3 ads"
|
3296 |
+
msgstr "Limite de 3 anúncios"
|
3297 |
+
|
3298 |
+
#: modules/gadsense/admin/admin.php:150
|
3299 |
+
msgid "Activate Page-Level ads"
|
3300 |
+
msgstr "Ative Página de Nível de anúncios"
|
3301 |
+
|
3302 |
+
#: modules/gadsense/admin/admin.php:170
|
3303 |
+
#, php-format
|
3304 |
+
msgid ""
|
3305 |
+
"Please enter your Publisher ID in order to use AdSense on your page. See the "
|
3306 |
+
"<a href=\"%s\" target=\"_blank\">manual</a> for more information."
|
3307 |
+
msgstr ""
|
3308 |
+
"Digite seu ID Publisher, a fim de usar o AdSense em sua página. Veja o <a "
|
3309 |
+
"href=\"%s\" target=\"_blank\">manual</a> para obter mais informações."
|
3310 |
+
|
3311 |
+
#: modules/gadsense/admin/admin.php:184
|
3312 |
+
msgid "Your AdSense Publisher ID <em>(pub-xxxxxxxxxxxxxx)</em>"
|
3313 |
+
msgstr "Seu ID AdSense Publisher <em>(pub-xxxxxxxxxxxxxx)</em>"
|
3314 |
+
|
3315 |
+
#: modules/gadsense/admin/admin.php:196
|
3316 |
+
#, php-format
|
3317 |
+
msgid "Limit to %d AdSense ads"
|
3318 |
+
msgstr "Limite de %d anúncios do AdSense"
|
3319 |
+
|
3320 |
+
#: modules/gadsense/admin/admin.php:204
|
3321 |
+
msgid ""
|
3322 |
+
"Due to technical restrictions, the limit does not work on placements with "
|
3323 |
+
"cache-busting enabled."
|
3324 |
+
msgstr ""
|
3325 |
+
"Devido a restrições técnicas, o limite não funciona em canais com bloqueio "
|
3326 |
+
"de cache habilitado."
|
3327 |
+
|
3328 |
+
#: modules/gadsense/admin/admin.php:218
|
3329 |
+
msgid "Insert Page-Level ads code on all pages."
|
3330 |
+
msgstr "Inserir código de Página de Nível de anúncios em todas as páginas."
|
3331 |
+
|
3332 |
+
#: modules/gadsense/admin/admin.php:238
|
3333 |
+
#: modules/gadsense/includes/class-ad-type-adsense.php:73
|
3334 |
+
msgid "The Publisher ID has an incorrect format. (must start with \"pub-\")"
|
3335 |
+
msgstr "O ID Publisher tem um formato incorreto. (deve começar com \"pub-\")"
|
3336 |
+
|
3337 |
+
#: modules/gadsense/includes/class-ad-type-adsense.php:35
|
3338 |
+
msgid "AdSense ad"
|
3339 |
+
msgstr "Anúncio AdSense"
|
3340 |
+
|
3341 |
+
#: modules/gadsense/includes/class-ad-type-adsense.php:36
|
3342 |
+
msgid "Use ads from your Google AdSense account"
|
3343 |
+
msgstr "Use anúncios de sua conta do Google AdSense"
|
3344 |
+
|
3345 |
+
#: modules/gadsense/includes/class-ad-type-adsense.php:108
|
3346 |
+
msgid "Your AdSense Publisher ID is missing."
|
3347 |
+
msgstr "O seu ID do AdSense Publisher está faltando."
|
3348 |
+
|
3349 |
+
#: modules/gadsense/includes/class-gadsense-data.php:37
|
3350 |
+
msgid "Auto"
|
3351 |
+
msgstr "Automático"
|
3352 |
+
|
3353 |
+
#: modules/ad-blocker/admin/views/rebuild_form.php:1
|
3354 |
+
msgid "Ad blocker file folder"
|
3355 |
+
msgstr "Pasta de arquivo bloqueador de anúncio"
|
3356 |
+
|
3357 |
+
#: modules/ad-blocker/admin/views/rebuild_form.php:10
|
3358 |
+
msgid "Upload folder is not writable"
|
3359 |
+
msgstr "Pasta de Upload não é gravável"
|
3360 |
+
|
3361 |
+
#: modules/ad-blocker/admin/views/rebuild_form.php:23
|
3362 |
+
msgid "Asset path"
|
3363 |
+
msgstr "Caminho de ativos"
|
3364 |
+
|
3365 |
+
#: modules/ad-blocker/admin/views/rebuild_form.php:27
|
3366 |
+
msgid "Asset URL"
|
3367 |
+
msgstr "URL de Ativos"
|
3368 |
+
|
3369 |
+
#: modules/ad-blocker/admin/views/rebuild_form.php:31
|
3370 |
+
msgid "Rename assets"
|
3371 |
+
msgstr "Renomear recursos"
|
3372 |
+
|
3373 |
+
#: modules/ad-blocker/admin/views/rebuild_form.php:34
|
3374 |
+
msgid "Check if you want to change the names of the assets"
|
3375 |
+
msgstr "Verifique se você deseja alterar os nomes dos recursos"
|
3376 |
+
|
3377 |
+
#: modules/ad-blocker/admin/views/rebuild_form.php:43
|
3378 |
+
#, php-format
|
3379 |
+
msgid ""
|
3380 |
+
"Please, rebuild the asset folder. All assets will be located in <strong>"
|
3381 |
+
"%s</strong>"
|
3382 |
+
msgstr ""
|
3383 |
+
"Por favor, reconstruir a pasta de recursos. Todos os recursos estão "
|
3384 |
+
"localizados em <strong>%s</strong>"
|
3385 |
+
|
3386 |
+
#: modules/ad-blocker/admin/views/rebuild_form.php:46
|
3387 |
+
msgid "Rebuild asset folder"
|
3388 |
+
msgstr "Reconstruir pasta de ativos"
|
3389 |
+
|
3390 |
+
#: modules/ad-blocker/admin/views/setting-use-adblocker.php:6
|
3391 |
+
msgid ""
|
3392 |
+
"Prevents ad block software from breaking your website when blocking asset "
|
3393 |
+
"files (.js, .css)."
|
3394 |
+
msgstr ""
|
3395 |
+
"Previne software bloqueador de anúncio de quebrar o seu site ao bloquear "
|
3396 |
+
"arquivos ativos (.js, .css)."
|
3397 |
+
|
3398 |
+
#: modules/gadsense/admin/views/adsense-ad-parameters.php:26
|
3399 |
+
msgid "Get details"
|
3400 |
+
msgstr "Obter detalhes"
|
3401 |
+
|
3402 |
+
#: modules/gadsense/admin/views/adsense-ad-parameters.php:35
|
3403 |
+
msgid "Ad Slot ID"
|
3404 |
+
msgstr "ID do Slot de Anúncios"
|
3405 |
+
|
3406 |
+
#: modules/gadsense/admin/views/adsense-ad-parameters.php:40
|
3407 |
+
#, php-format
|
3408 |
+
msgid "Publisher ID: %s"
|
3409 |
+
msgstr "ID do Publisher: %s"
|
3410 |
+
|
3411 |
+
#: modules/gadsense/admin/views/adsense-ad-parameters.php:52
|
3412 |
+
#, php-format
|
3413 |
+
msgid "Please <a href=\"%s\" target=\"_blank\">change it here</a>."
|
3414 |
+
msgstr "Por favor <a href=\"%s\" target=\"_blank\">mudá-lo aqui</a>."
|
3415 |
+
|
3416 |
+
#: modules/gadsense/admin/views/adsense-ad-parameters.php:58
|
3417 |
+
msgid "Normal"
|
3418 |
+
msgstr "Normal"
|
3419 |
+
|
3420 |
+
#: modules/gadsense/admin/views/adsense-ad-parameters.php:73
|
3421 |
+
msgid "Resizing"
|
3422 |
+
msgstr "Redimensionar"
|
3423 |
+
|
3424 |
+
msgid "Advanced Ads"
|
3425 |
+
msgstr "Anúncios Avançados"
|
3426 |
+
|
3427 |
+
#. Description of the plugin
|
3428 |
+
msgid "Manage and optimize your ads in WordPress"
|
3429 |
+
msgstr "Gerenciar e otimizar seus anúncios em WordPress"
|
3430 |
+
|
3431 |
+
#. URI of the plugin
|
3432 |
+
msgid "https://wpadvancedads.com"
|
3433 |
+
msgstr "https://wpadvancedads.com"
|
3434 |
+
|
3435 |
+
#. Author of the plugin
|
3436 |
+
msgid "Thomas Maier"
|
3437 |
+
msgstr "Thomas Maier"
|
3438 |
+
|
3439 |
+
#. Author URI of the plugin
|
3440 |
+
msgid "http://webgilde.com"
|
3441 |
+
msgstr "http://webgilde.com"
|
modules/gadsense/includes/class-ad-type-adsense.php
CHANGED
@@ -178,6 +178,9 @@ class Advanced_Ads_Ad_Type_Adsense extends Advanced_Ads_Ad_Type_Abstract {
|
|
178 |
$output = apply_filters( 'advanced-ads-gadsense-output', false, $ad, $pub_id, $content );
|
179 |
if ( $output !== false ) {
|
180 |
return $output;
|
|
|
|
|
|
|
181 |
}
|
182 |
|
183 |
$output = '';
|
178 |
$output = apply_filters( 'advanced-ads-gadsense-output', false, $ad, $pub_id, $content );
|
179 |
if ( $output !== false ) {
|
180 |
return $output;
|
181 |
+
} elseif ( advads_is_amp() ) {
|
182 |
+
// Prevent output on AMP pages.
|
183 |
+
return '';
|
184 |
}
|
185 |
|
186 |
$output = '';
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: webzunft
|
|
3 |
Donate link:https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5RRRCEBGN3UT2
|
4 |
Tags: ads, ad, ad inserter, ad injection, ad manager, ads manager, ad widget, adrotate, adsense, advertise, advertisements, advertising, adverts, advert, amazon, banner, banners, buysellads, chitika, clickbank, dfp, doubleclick, geotarget, geolocation, geo location, google dfp, monetization, widget
|
5 |
Requires at least: 4.2
|
6 |
-
Tested up to: 4.8
|
7 |
-
Stable tag: 1.8.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -211,6 +211,17 @@ There is no revenue share. Advanced Ads doesn’t alter your ad codes in a way t
|
|
211 |
|
212 |
== Changelog ==
|
213 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
214 |
= 1.8.3 =
|
215 |
|
216 |
* introduced `advads_is_amp` function to fix ad injections on AMP pages
|
3 |
Donate link:https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5RRRCEBGN3UT2
|
4 |
Tags: ads, ad, ad inserter, ad injection, ad manager, ads manager, ad widget, adrotate, adsense, advertise, advertisements, advertising, adverts, advert, amazon, banner, banners, buysellads, chitika, clickbank, dfp, doubleclick, geotarget, geolocation, geo location, google dfp, monetization, widget
|
5 |
Requires at least: 4.2
|
6 |
+
Tested up to: 4.8.1
|
7 |
+
Stable tag: 1.8.4
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
211 |
|
212 |
== Changelog ==
|
213 |
|
214 |
+
= 1.8.4 =
|
215 |
+
|
216 |
+
* added "Taxonomy" Display Condition
|
217 |
+
* display arrow if an Ad Health message is a link
|
218 |
+
* removed "jQuery not in Header" warning after we fixed all known issues
|
219 |
+
* renamed and updated add-on updater class to use SSL only
|
220 |
+
* updated pt_BR translation
|
221 |
+
* added Japanese translation
|
222 |
+
* replaced "Cheatin' uh?" message with something useful if user role does not have required permissions
|
223 |
+
* prevent output of Adsense ads on AMP pages if they are not converted to AMP-format with Responsive add-on
|
224 |
+
|
225 |
= 1.8.3 =
|
226 |
|
227 |
* introduced `advads_is_amp` function to fix ad injections on AMP pages
|
vendor/autoload_52.php
CHANGED
@@ -4,4 +4,4 @@
|
|
4 |
|
5 |
require_once dirname(__FILE__) . '/composer'.'/autoload_real_52.php';
|
6 |
|
7 |
-
return
|
4 |
|
5 |
require_once dirname(__FILE__) . '/composer'.'/autoload_real_52.php';
|
6 |
|
7 |
+
return ComposerAutoloaderInitb09ada410711abc7e69787cd8b146329::getLoader();
|
vendor/composer/autoload_classmap.php
CHANGED
@@ -6,6 +6,7 @@ $vendorDir = dirname(dirname(__FILE__));
|
|
6 |
$baseDir = dirname($vendorDir);
|
7 |
|
8 |
return array(
|
|
|
9 |
'Advads_Ad' => $baseDir . '/classes/ad.php',
|
10 |
'Advanced_Ads' => $baseDir . '/public/class-advanced-ads.php',
|
11 |
'Advanced_Ads_Ad' => $baseDir . '/classes/ad.php',
|
@@ -42,5 +43,91 @@ return array(
|
|
42 |
'Advanced_Ads_Utils' => $baseDir . '/classes/utils.php',
|
43 |
'Advanced_Ads_Visitor_Conditions' => $baseDir . '/classes/visitor-conditions.php',
|
44 |
'Advanced_Ads_Widget' => $baseDir . '/classes/widget.php',
|
45 |
-
'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
);
|
6 |
$baseDir = dirname($vendorDir);
|
7 |
|
8 |
return array(
|
9 |
+
'ADVADS_SL_Plugin_Updater' => $baseDir . '/classes/EDD_SL_Plugin_Updater.php',
|
10 |
'Advads_Ad' => $baseDir . '/classes/ad.php',
|
11 |
'Advanced_Ads' => $baseDir . '/public/class-advanced-ads.php',
|
12 |
'Advanced_Ads_Ad' => $baseDir . '/classes/ad.php',
|
43 |
'Advanced_Ads_Utils' => $baseDir . '/classes/utils.php',
|
44 |
'Advanced_Ads_Visitor_Conditions' => $baseDir . '/classes/visitor-conditions.php',
|
45 |
'Advanced_Ads_Widget' => $baseDir . '/classes/widget.php',
|
46 |
+
'Composer\\Installers\\AglInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/AglInstaller.php',
|
47 |
+
'Composer\\Installers\\AimeosInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/AimeosInstaller.php',
|
48 |
+
'Composer\\Installers\\AnnotateCmsInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/AnnotateCmsInstaller.php',
|
49 |
+
'Composer\\Installers\\AsgardInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/AsgardInstaller.php',
|
50 |
+
'Composer\\Installers\\AttogramInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/AttogramInstaller.php',
|
51 |
+
'Composer\\Installers\\BaseInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/BaseInstaller.php',
|
52 |
+
'Composer\\Installers\\BitrixInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/BitrixInstaller.php',
|
53 |
+
'Composer\\Installers\\BonefishInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/BonefishInstaller.php',
|
54 |
+
'Composer\\Installers\\CakePHPInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/CakePHPInstaller.php',
|
55 |
+
'Composer\\Installers\\ChefInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/ChefInstaller.php',
|
56 |
+
'Composer\\Installers\\ClanCatsFrameworkInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/ClanCatsFrameworkInstaller.php',
|
57 |
+
'Composer\\Installers\\CockpitInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/CockpitInstaller.php',
|
58 |
+
'Composer\\Installers\\CodeIgniterInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/CodeIgniterInstaller.php',
|
59 |
+
'Composer\\Installers\\Concrete5Installer' => $vendorDir . '/composer/installers/src/Composer/Installers/Concrete5Installer.php',
|
60 |
+
'Composer\\Installers\\CraftInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/CraftInstaller.php',
|
61 |
+
'Composer\\Installers\\CroogoInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/CroogoInstaller.php',
|
62 |
+
'Composer\\Installers\\DecibelInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/DecibelInstaller.php',
|
63 |
+
'Composer\\Installers\\DokuWikiInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/DokuWikiInstaller.php',
|
64 |
+
'Composer\\Installers\\DolibarrInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/DolibarrInstaller.php',
|
65 |
+
'Composer\\Installers\\DrupalInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/DrupalInstaller.php',
|
66 |
+
'Composer\\Installers\\ElggInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/ElggInstaller.php',
|
67 |
+
'Composer\\Installers\\EliasisInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/EliasisInstaller.php',
|
68 |
+
'Composer\\Installers\\ExpressionEngineInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/ExpressionEngineInstaller.php',
|
69 |
+
'Composer\\Installers\\EzPlatformInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/EzPlatformInstaller.php',
|
70 |
+
'Composer\\Installers\\FuelInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/FuelInstaller.php',
|
71 |
+
'Composer\\Installers\\FuelphpInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/FuelphpInstaller.php',
|
72 |
+
'Composer\\Installers\\GravInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/GravInstaller.php',
|
73 |
+
'Composer\\Installers\\HuradInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/HuradInstaller.php',
|
74 |
+
'Composer\\Installers\\ImageCMSInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/ImageCMSInstaller.php',
|
75 |
+
'Composer\\Installers\\Installer' => $vendorDir . '/composer/installers/src/Composer/Installers/Installer.php',
|
76 |
+
'Composer\\Installers\\ItopInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/ItopInstaller.php',
|
77 |
+
'Composer\\Installers\\JoomlaInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/JoomlaInstaller.php',
|
78 |
+
'Composer\\Installers\\KanboardInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/KanboardInstaller.php',
|
79 |
+
'Composer\\Installers\\KirbyInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/KirbyInstaller.php',
|
80 |
+
'Composer\\Installers\\KodiCMSInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/KodiCMSInstaller.php',
|
81 |
+
'Composer\\Installers\\KohanaInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/KohanaInstaller.php',
|
82 |
+
'Composer\\Installers\\LanManagementSystemInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/LanManagementSystemInstaller.php',
|
83 |
+
'Composer\\Installers\\LaravelInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/LaravelInstaller.php',
|
84 |
+
'Composer\\Installers\\LavaLiteInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/LavaLiteInstaller.php',
|
85 |
+
'Composer\\Installers\\LithiumInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/LithiumInstaller.php',
|
86 |
+
'Composer\\Installers\\MODULEWorkInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/MODULEWorkInstaller.php',
|
87 |
+
'Composer\\Installers\\MODXEvoInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/MODXEvoInstaller.php',
|
88 |
+
'Composer\\Installers\\MagentoInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/MagentoInstaller.php',
|
89 |
+
'Composer\\Installers\\MakoInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/MakoInstaller.php',
|
90 |
+
'Composer\\Installers\\MauticInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/MauticInstaller.php',
|
91 |
+
'Composer\\Installers\\MayaInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/MayaInstaller.php',
|
92 |
+
'Composer\\Installers\\MediaWikiInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/MediaWikiInstaller.php',
|
93 |
+
'Composer\\Installers\\MicroweberInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/MicroweberInstaller.php',
|
94 |
+
'Composer\\Installers\\MoodleInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/MoodleInstaller.php',
|
95 |
+
'Composer\\Installers\\OctoberInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/OctoberInstaller.php',
|
96 |
+
'Composer\\Installers\\OntoWikiInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/OntoWikiInstaller.php',
|
97 |
+
'Composer\\Installers\\OsclassInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/OsclassInstaller.php',
|
98 |
+
'Composer\\Installers\\OxidInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/OxidInstaller.php',
|
99 |
+
'Composer\\Installers\\PPIInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/PPIInstaller.php',
|
100 |
+
'Composer\\Installers\\PhiftyInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/PhiftyInstaller.php',
|
101 |
+
'Composer\\Installers\\PhpBBInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/PhpBBInstaller.php',
|
102 |
+
'Composer\\Installers\\PimcoreInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/PimcoreInstaller.php',
|
103 |
+
'Composer\\Installers\\PiwikInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/PiwikInstaller.php',
|
104 |
+
'Composer\\Installers\\PlentymarketsInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/PlentymarketsInstaller.php',
|
105 |
+
'Composer\\Installers\\Plugin' => $vendorDir . '/composer/installers/src/Composer/Installers/Plugin.php',
|
106 |
+
'Composer\\Installers\\PortoInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/PortoInstaller.php',
|
107 |
+
'Composer\\Installers\\PrestashopInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/PrestashopInstaller.php',
|
108 |
+
'Composer\\Installers\\PuppetInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/PuppetInstaller.php',
|
109 |
+
'Composer\\Installers\\RadPHPInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/RadPHPInstaller.php',
|
110 |
+
'Composer\\Installers\\ReIndexInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/ReIndexInstaller.php',
|
111 |
+
'Composer\\Installers\\RedaxoInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/RedaxoInstaller.php',
|
112 |
+
'Composer\\Installers\\RoundcubeInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/RoundcubeInstaller.php',
|
113 |
+
'Composer\\Installers\\SMFInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/SMFInstaller.php',
|
114 |
+
'Composer\\Installers\\ShopwareInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/ShopwareInstaller.php',
|
115 |
+
'Composer\\Installers\\SilverStripeInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/SilverStripeInstaller.php',
|
116 |
+
'Composer\\Installers\\SyDESInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/SyDESInstaller.php',
|
117 |
+
'Composer\\Installers\\Symfony1Installer' => $vendorDir . '/composer/installers/src/Composer/Installers/Symfony1Installer.php',
|
118 |
+
'Composer\\Installers\\TYPO3CmsInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/TYPO3CmsInstaller.php',
|
119 |
+
'Composer\\Installers\\TYPO3FlowInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/TYPO3FlowInstaller.php',
|
120 |
+
'Composer\\Installers\\TheliaInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/TheliaInstaller.php',
|
121 |
+
'Composer\\Installers\\TuskInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/TuskInstaller.php',
|
122 |
+
'Composer\\Installers\\UserFrostingInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/UserFrostingInstaller.php',
|
123 |
+
'Composer\\Installers\\VanillaInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/VanillaInstaller.php',
|
124 |
+
'Composer\\Installers\\VgmcpInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/VgmcpInstaller.php',
|
125 |
+
'Composer\\Installers\\WHMCSInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/WHMCSInstaller.php',
|
126 |
+
'Composer\\Installers\\WolfCMSInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/WolfCMSInstaller.php',
|
127 |
+
'Composer\\Installers\\WordPressInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/WordPressInstaller.php',
|
128 |
+
'Composer\\Installers\\YawikInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/YawikInstaller.php',
|
129 |
+
'Composer\\Installers\\ZendInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/ZendInstaller.php',
|
130 |
+
'Composer\\Installers\\ZikulaInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/ZikulaInstaller.php',
|
131 |
+
'xrstf\\Composer52\\AutoloadGenerator' => $vendorDir . '/xrstf/composer-php52/lib/xrstf/Composer52/AutoloadGenerator.php',
|
132 |
+
'xrstf\\Composer52\\Generator' => $vendorDir . '/xrstf/composer-php52/lib/xrstf/Composer52/Generator.php',
|
133 |
);
|
vendor/composer/autoload_real_52.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
// autoload_real_52.php generated by xrstf/composer-php52
|
4 |
|
5 |
-
class
|
6 |
private static $loader;
|
7 |
|
8 |
public static function loadClassLoader($class) {
|
@@ -19,9 +19,9 @@ class ComposerAutoloaderInit210b51f50203b825a36f8d8aa905493d {
|
|
19 |
return self::$loader;
|
20 |
}
|
21 |
|
22 |
-
spl_autoload_register(array('
|
23 |
self::$loader = $loader = new xrstf_Composer52_ClassLoader();
|
24 |
-
spl_autoload_unregister(array('
|
25 |
|
26 |
$vendorDir = dirname(dirname(__FILE__));
|
27 |
$baseDir = dirname($vendorDir);
|
2 |
|
3 |
// autoload_real_52.php generated by xrstf/composer-php52
|
4 |
|
5 |
+
class ComposerAutoloaderInitb09ada410711abc7e69787cd8b146329 {
|
6 |
private static $loader;
|
7 |
|
8 |
public static function loadClassLoader($class) {
|
19 |
return self::$loader;
|
20 |
}
|
21 |
|
22 |
+
spl_autoload_register(array('ComposerAutoloaderInitb09ada410711abc7e69787cd8b146329', 'loadClassLoader'), true /*, true */);
|
23 |
self::$loader = $loader = new xrstf_Composer52_ClassLoader();
|
24 |
+
spl_autoload_unregister(array('ComposerAutoloaderInitb09ada410711abc7e69787cd8b146329', 'loadClassLoader'));
|
25 |
|
26 |
$vendorDir = dirname(dirname(__FILE__));
|
27 |
$baseDir = dirname($vendorDir);
|
vendor/composer/autoload_static.php
CHANGED
@@ -137,7 +137,7 @@ class ComposerStaticInitd24de3c06687d3cf4aad0b15c83747be
|
|
137 |
'Composer\\Installers\\YawikInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/YawikInstaller.php',
|
138 |
'Composer\\Installers\\ZendInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/ZendInstaller.php',
|
139 |
'Composer\\Installers\\ZikulaInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/ZikulaInstaller.php',
|
140 |
-
'
|
141 |
'xrstf\\Composer52\\AutoloadGenerator' => __DIR__ . '/..' . '/xrstf/composer-php52/lib/xrstf/Composer52/AutoloadGenerator.php',
|
142 |
'xrstf\\Composer52\\Generator' => __DIR__ . '/..' . '/xrstf/composer-php52/lib/xrstf/Composer52/Generator.php',
|
143 |
);
|
137 |
'Composer\\Installers\\YawikInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/YawikInstaller.php',
|
138 |
'Composer\\Installers\\ZendInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/ZendInstaller.php',
|
139 |
'Composer\\Installers\\ZikulaInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/ZikulaInstaller.php',
|
140 |
+
'ADVADS_SL_Plugin_Updater' => __DIR__ . '/../..' . '/classes/EDD_SL_Plugin_Updater.php',
|
141 |
'xrstf\\Composer52\\AutoloadGenerator' => __DIR__ . '/..' . '/xrstf/composer-php52/lib/xrstf/Composer52/AutoloadGenerator.php',
|
142 |
'xrstf\\Composer52\\Generator' => __DIR__ . '/..' . '/xrstf/composer-php52/lib/xrstf/Composer52/Generator.php',
|
143 |
);
|
vendor/composer/installed.json
CHANGED
@@ -34,17 +34,17 @@
|
|
34 |
},
|
35 |
{
|
36 |
"name": "composer/installers",
|
37 |
-
"version": "v1.
|
38 |
-
"version_normalized": "1.
|
39 |
"source": {
|
40 |
"type": "git",
|
41 |
"url": "https://github.com/composer/installers.git",
|
42 |
-
"reference": "
|
43 |
},
|
44 |
"dist": {
|
45 |
"type": "zip",
|
46 |
-
"url": "https://api.github.com/repos/composer/installers/zipball/
|
47 |
-
"reference": "
|
48 |
"shasum": ""
|
49 |
},
|
50 |
"require": {
|
@@ -58,7 +58,7 @@
|
|
58 |
"composer/composer": "1.0.*@dev",
|
59 |
"phpunit/phpunit": "4.1.*"
|
60 |
},
|
61 |
-
"time": "2017-
|
62 |
"type": "composer-plugin",
|
63 |
"extra": {
|
64 |
"class": "Composer\\Installers\\Plugin",
|
@@ -92,6 +92,7 @@
|
|
92 |
"Hurad",
|
93 |
"ImageCMS",
|
94 |
"Kanboard",
|
|
|
95 |
"MODX Evo",
|
96 |
"Mautic",
|
97 |
"Maya",
|
@@ -115,6 +116,7 @@
|
|
115 |
"croogo",
|
116 |
"dokuwiki",
|
117 |
"drupal",
|
|
|
118 |
"elgg",
|
119 |
"expressionengine",
|
120 |
"fuelphp",
|
@@ -131,6 +133,7 @@
|
|
131 |
"mediawiki",
|
132 |
"modulework",
|
133 |
"moodle",
|
|
|
134 |
"phpbb",
|
135 |
"piwik",
|
136 |
"ppi",
|
34 |
},
|
35 |
{
|
36 |
"name": "composer/installers",
|
37 |
+
"version": "v1.4.0",
|
38 |
+
"version_normalized": "1.4.0.0",
|
39 |
"source": {
|
40 |
"type": "git",
|
41 |
"url": "https://github.com/composer/installers.git",
|
42 |
+
"reference": "9ce17fb70e9a38dd8acff0636a29f5cf4d575c1b"
|
43 |
},
|
44 |
"dist": {
|
45 |
"type": "zip",
|
46 |
+
"url": "https://api.github.com/repos/composer/installers/zipball/9ce17fb70e9a38dd8acff0636a29f5cf4d575c1b",
|
47 |
+
"reference": "9ce17fb70e9a38dd8acff0636a29f5cf4d575c1b",
|
48 |
"shasum": ""
|
49 |
},
|
50 |
"require": {
|
58 |
"composer/composer": "1.0.*@dev",
|
59 |
"phpunit/phpunit": "4.1.*"
|
60 |
},
|
61 |
+
"time": "2017-08-09 07:53:48",
|
62 |
"type": "composer-plugin",
|
63 |
"extra": {
|
64 |
"class": "Composer\\Installers\\Plugin",
|
92 |
"Hurad",
|
93 |
"ImageCMS",
|
94 |
"Kanboard",
|
95 |
+
"Lan Management System",
|
96 |
"MODX Evo",
|
97 |
"Mautic",
|
98 |
"Maya",
|
116 |
"croogo",
|
117 |
"dokuwiki",
|
118 |
"drupal",
|
119 |
+
"eZ Platform",
|
120 |
"elgg",
|
121 |
"expressionengine",
|
122 |
"fuelphp",
|
133 |
"mediawiki",
|
134 |
"modulework",
|
135 |
"moodle",
|
136 |
+
"osclass",
|
137 |
"phpbb",
|
138 |
"piwik",
|
139 |
"ppi",
|
vendor/composer/installers/.travis.yml
CHANGED
@@ -1,21 +1,32 @@
|
|
1 |
language: php
|
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
php:
|
4 |
-
- 5.3
|
5 |
- 5.4
|
6 |
- 5.5
|
7 |
- 5.6
|
8 |
- 7.0
|
|
|
9 |
- hhvm
|
|
|
10 |
|
11 |
matrix:
|
|
|
|
|
|
|
12 |
fast_finish: true
|
13 |
allow_failures:
|
14 |
-
- php:
|
15 |
|
16 |
-
before_script:
|
17 |
- composer self-update
|
18 |
- composer install
|
19 |
|
20 |
script:
|
21 |
-
-
|
1 |
language: php
|
2 |
|
3 |
+
sudo: false
|
4 |
+
|
5 |
+
dist: trusty
|
6 |
+
|
7 |
+
git:
|
8 |
+
depth: 5
|
9 |
+
|
10 |
php:
|
|
|
11 |
- 5.4
|
12 |
- 5.5
|
13 |
- 5.6
|
14 |
- 7.0
|
15 |
+
- 7.1
|
16 |
- hhvm
|
17 |
+
- nightly
|
18 |
|
19 |
matrix:
|
20 |
+
include:
|
21 |
+
- dist: precise
|
22 |
+
php: 5.3
|
23 |
fast_finish: true
|
24 |
allow_failures:
|
25 |
+
- php: nightly
|
26 |
|
27 |
+
before_script:
|
28 |
- composer self-update
|
29 |
- composer install
|
30 |
|
31 |
script:
|
32 |
+
- composer test
|
vendor/composer/installers/CHANGELOG.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1 |
# Change Log
|
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
## v1.3.0 - 2017-04-24
|
4 |
### Added
|
5 |
* Kanboard plugins installer.
|
@@ -14,9 +26,6 @@
|
|
14 |
* OntoWiki installer.
|
15 |
* The requirements for contributing (CONTRIBUTING.md).
|
16 |
|
17 |
-
### Changed
|
18 |
-
* Concrete5: block & theme install location updates.
|
19 |
-
|
20 |
## v1.2.0 - 2016-08-13
|
21 |
### Added
|
22 |
* Installer for Attogram.
|
1 |
# Change Log
|
2 |
|
3 |
+
## [Unreleased]
|
4 |
+
|
5 |
+
## v1.4.0 - 2017-08-09
|
6 |
+
### Added
|
7 |
+
* Installer for eZ Platform.
|
8 |
+
* Installer for UserFrosting.
|
9 |
+
* Installer for Osclass.
|
10 |
+
* Installer for Lan Management System.
|
11 |
+
|
12 |
+
### Changed
|
13 |
+
* Added vendor name to package path for Lavalite.
|
14 |
+
|
15 |
## v1.3.0 - 2017-04-24
|
16 |
### Added
|
17 |
* Kanboard plugins installer.
|
26 |
* OntoWiki installer.
|
27 |
* The requirements for contributing (CONTRIBUTING.md).
|
28 |
|
|
|
|
|
|
|
29 |
## v1.2.0 - 2016-08-13
|
30 |
### Added
|
31 |
* Installer for Attogram.
|
vendor/composer/installers/README.md
CHANGED
@@ -55,6 +55,7 @@ is not needed to install packages with these frameworks:
|
|
55 |
| Elgg | `elgg-plugin`
|
56 |
| Eliasis | `eliasis-module`
|
57 |
| ExpressionEngine 3 | `ee3-addon`<br>`ee3-theme`
|
|
|
58 |
| FuelPHP v1.x | `fuel-module`<br>`fuel-package`<br/>`fuel-theme`
|
59 |
| FuelPHP v2.x | `fuelphp-component`
|
60 |
| Grav | `grav-plugin`<br>`grav-theme`
|
@@ -66,6 +67,7 @@ is not needed to install packages with these frameworks:
|
|
66 |
| Kirby | **`kirby-plugin`**<br>`kirby-field`<br>`kirby-tag`
|
67 |
| KodiCMS | `kodicms-plugin`<br>`kodicms-media`
|
68 |
| Kohana | **`kohana-module`**
|
|
|
69 |
| Laravel | `laravel-library`
|
70 |
| Lavalite | `lavalite-theme`<br>`lavalite-package`
|
71 |
| Lithium | **`lithium-library`<br>`lithium-source`**
|
@@ -78,6 +80,7 @@ is not needed to install packages with these frameworks:
|
|
78 |
| October | **`october-module`<br>`october-plugin`<br>`october-theme`**
|
79 |
| OntoWiki | `ontowiki-extension`<br>`ontowiki-theme`<br>`ontowiki-translation`
|
80 |
| OXID | `oxid-module`<br>`oxid-theme`<br>`oxid-out`
|
|
|
81 |
| MODULEWork | `modulework-module`
|
82 |
| Moodle | `moodle-*` (Please [check source](https://raw.githubusercontent.com/composer/installers/master/src/Composer/Installers/MoodleInstaller.php) for all supported types)
|
83 |
| Piwik | `piwik-plugin`
|
@@ -99,6 +102,7 @@ is not needed to install packages with these frameworks:
|
|
99 |
| Tusk | `tusk-task`<br>`tusk-command`<br>`tusk-asset`
|
100 |
| TYPO3 Flow | `typo3-flow-package`<br>`typo3-flow-framework`<br>`typo3-flow-plugin`<br>`typo3-flow-site`<br>`typo3-flow-boilerplate`<br>`typo3-flow-build`
|
101 |
| TYPO3 CMS | `typo3-cms-extension` (Deprecated in this package, use the [TYPO3 CMS Installers](https://packagist.org/packages/typo3/cms-composer-installers) instead)
|
|
|
102 |
| Vanilla | `vanilla-plugin`<br>`vanilla-theme`
|
103 |
| Vgmcp | `vgmcp-bundle`<br>`vgmcp-theme`
|
104 |
| Wolf CMS | `wolfcms-plugin`
|
55 |
| Elgg | `elgg-plugin`
|
56 |
| Eliasis | `eliasis-module`
|
57 |
| ExpressionEngine 3 | `ee3-addon`<br>`ee3-theme`
|
58 |
+
| eZ Platform | `ezplatform-assets`<br>`ezplatform-meta-assets`
|
59 |
| FuelPHP v1.x | `fuel-module`<br>`fuel-package`<br/>`fuel-theme`
|
60 |
| FuelPHP v2.x | `fuelphp-component`
|
61 |
| Grav | `grav-plugin`<br>`grav-theme`
|
67 |
| Kirby | **`kirby-plugin`**<br>`kirby-field`<br>`kirby-tag`
|
68 |
| KodiCMS | `kodicms-plugin`<br>`kodicms-media`
|
69 |
| Kohana | **`kohana-module`**
|
70 |
+
| Lan Management System | `lms-plugin`<br>`lms-template`<br>`lms-document-template`<br>`lms-userpanel-module`
|
71 |
| Laravel | `laravel-library`
|
72 |
| Lavalite | `lavalite-theme`<br>`lavalite-package`
|
73 |
| Lithium | **`lithium-library`<br>`lithium-source`**
|
80 |
| October | **`october-module`<br>`october-plugin`<br>`october-theme`**
|
81 |
| OntoWiki | `ontowiki-extension`<br>`ontowiki-theme`<br>`ontowiki-translation`
|
82 |
| OXID | `oxid-module`<br>`oxid-theme`<br>`oxid-out`
|
83 |
+
| Osclass | `osclass-plugin`<br>`osclass-theme`<br>`osclass-language`
|
84 |
| MODULEWork | `modulework-module`
|
85 |
| Moodle | `moodle-*` (Please [check source](https://raw.githubusercontent.com/composer/installers/master/src/Composer/Installers/MoodleInstaller.php) for all supported types)
|
86 |
| Piwik | `piwik-plugin`
|
102 |
| Tusk | `tusk-task`<br>`tusk-command`<br>`tusk-asset`
|
103 |
| TYPO3 Flow | `typo3-flow-package`<br>`typo3-flow-framework`<br>`typo3-flow-plugin`<br>`typo3-flow-site`<br>`typo3-flow-boilerplate`<br>`typo3-flow-build`
|
104 |
| TYPO3 CMS | `typo3-cms-extension` (Deprecated in this package, use the [TYPO3 CMS Installers](https://packagist.org/packages/typo3/cms-composer-installers) instead)
|
105 |
+
| UserFrosting | `userfrosting-sprinkle`
|
106 |
| Vanilla | `vanilla-plugin`<br>`vanilla-theme`
|
107 |
| Vgmcp | `vgmcp-bundle`<br>`vgmcp-theme`
|
108 |
| Wolf CMS | `wolfcms-plugin`
|
vendor/composer/installers/_config.yml
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
theme: jekyll-theme-cayman
|
vendor/composer/installers/composer.json
CHANGED
@@ -23,6 +23,7 @@
|
|
23 |
"Elgg",
|
24 |
"Eliasis",
|
25 |
"ExpressionEngine",
|
|
|
26 |
"FuelPHP",
|
27 |
"Grav",
|
28 |
"Hurad",
|
@@ -31,6 +32,7 @@
|
|
31 |
"Joomla",
|
32 |
"Kanboard",
|
33 |
"Kohana",
|
|
|
34 |
"Laravel",
|
35 |
"Lavalite",
|
36 |
"Lithium",
|
@@ -41,6 +43,7 @@
|
|
41 |
"MODX Evo",
|
42 |
"MediaWiki",
|
43 |
"OXID",
|
|
|
44 |
"MODULEWork",
|
45 |
"Moodle",
|
46 |
"Piwik",
|
23 |
"Elgg",
|
24 |
"Eliasis",
|
25 |
"ExpressionEngine",
|
26 |
+
"eZ Platform",
|
27 |
"FuelPHP",
|
28 |
"Grav",
|
29 |
"Hurad",
|
32 |
"Joomla",
|
33 |
"Kanboard",
|
34 |
"Kohana",
|
35 |
+
"Lan Management System",
|
36 |
"Laravel",
|
37 |
"Lavalite",
|
38 |
"Lithium",
|
43 |
"MODX Evo",
|
44 |
"MediaWiki",
|
45 |
"OXID",
|
46 |
+
"osclass",
|
47 |
"MODULEWork",
|
48 |
"Moodle",
|
49 |
"Piwik",
|
vendor/composer/installers/src/Composer/Installers/EzPlatformInstaller.php
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
namespace Composer\Installers;
|
3 |
+
|
4 |
+
class EzPlatformInstaller extends BaseInstaller
|
5 |
+
{
|
6 |
+
protected $locations = array(
|
7 |
+
'meta-assets' => 'web/assets/ezplatform/',
|
8 |
+
'assets' => 'web/assets/ezplatform/{$name}/',
|
9 |
+
);
|
10 |
+
}
|
vendor/composer/installers/src/Composer/Installers/Installer.php
CHANGED
@@ -37,6 +37,7 @@ class Installer extends LibraryInstaller
|
|
37 |
'eliasis' => 'EliasisInstaller',
|
38 |
'ee3' => 'ExpressionEngineInstaller',
|
39 |
'ee2' => 'ExpressionEngineInstaller',
|
|
|
40 |
'fuel' => 'FuelInstaller',
|
41 |
'fuelphp' => 'FuelphpInstaller',
|
42 |
'grav' => 'GravInstaller',
|
@@ -48,6 +49,7 @@ class Installer extends LibraryInstaller
|
|
48 |
'kirby' => 'KirbyInstaller',
|
49 |
'kodicms' => 'KodiCMSInstaller',
|
50 |
'kohana' => 'KohanaInstaller',
|
|
|
51 |
'laravel' => 'LaravelInstaller',
|
52 |
'lavalite' => 'LavaLiteInstaller',
|
53 |
'lithium' => 'LithiumInstaller',
|
@@ -63,6 +65,7 @@ class Installer extends LibraryInstaller
|
|
63 |
'october' => 'OctoberInstaller',
|
64 |
'ontowiki' => 'OntoWikiInstaller',
|
65 |
'oxid' => 'OxidInstaller',
|
|
|
66 |
'phpbb' => 'PhpBBInstaller',
|
67 |
'pimcore' => 'PimcoreInstaller',
|
68 |
'piwik' => 'PiwikInstaller',
|
@@ -84,6 +87,7 @@ class Installer extends LibraryInstaller
|
|
84 |
'tusk' => 'TuskInstaller',
|
85 |
'typo3-cms' => 'TYPO3CmsInstaller',
|
86 |
'typo3-flow' => 'TYPO3FlowInstaller',
|
|
|
87 |
'vanilla' => 'VanillaInstaller',
|
88 |
'whmcs' => 'WHMCSInstaller',
|
89 |
'wolfcms' => 'WolfCMSInstaller',
|
37 |
'eliasis' => 'EliasisInstaller',
|
38 |
'ee3' => 'ExpressionEngineInstaller',
|
39 |
'ee2' => 'ExpressionEngineInstaller',
|
40 |
+
'ezplatform' => 'EzPlatformInstaller',
|
41 |
'fuel' => 'FuelInstaller',
|
42 |
'fuelphp' => 'FuelphpInstaller',
|
43 |
'grav' => 'GravInstaller',
|
49 |
'kirby' => 'KirbyInstaller',
|
50 |
'kodicms' => 'KodiCMSInstaller',
|
51 |
'kohana' => 'KohanaInstaller',
|
52 |
+
'lms' => 'LanManagementSystemInstaller',
|
53 |
'laravel' => 'LaravelInstaller',
|
54 |
'lavalite' => 'LavaLiteInstaller',
|
55 |
'lithium' => 'LithiumInstaller',
|
65 |
'october' => 'OctoberInstaller',
|
66 |
'ontowiki' => 'OntoWikiInstaller',
|
67 |
'oxid' => 'OxidInstaller',
|
68 |
+
'osclass' => 'OsclassInstaller',
|
69 |
'phpbb' => 'PhpBBInstaller',
|
70 |
'pimcore' => 'PimcoreInstaller',
|
71 |
'piwik' => 'PiwikInstaller',
|
87 |
'tusk' => 'TuskInstaller',
|
88 |
'typo3-cms' => 'TYPO3CmsInstaller',
|
89 |
'typo3-flow' => 'TYPO3FlowInstaller',
|
90 |
+
'userfrosting' => 'UserFrostingInstaller',
|
91 |
'vanilla' => 'VanillaInstaller',
|
92 |
'whmcs' => 'WHMCSInstaller',
|
93 |
'wolfcms' => 'WolfCMSInstaller',
|
vendor/composer/installers/src/Composer/Installers/LanManagementSystemInstaller.php
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
namespace Composer\Installers;
|
4 |
+
|
5 |
+
class LanManagementSystemInstaller extends BaseInstaller
|
6 |
+
{
|
7 |
+
|
8 |
+
protected $locations = array(
|
9 |
+
'plugin' => 'plugins/{$name}/',
|
10 |
+
'template' => 'templates/{$name}/',
|
11 |
+
'document-template' => 'documents/templates/{$name}/',
|
12 |
+
'userpanel-module' => 'userpanel/modules/{$name}/',
|
13 |
+
);
|
14 |
+
|
15 |
+
/**
|
16 |
+
* Format package name to CamelCase
|
17 |
+
*/
|
18 |
+
public function inflectPackageVars($vars)
|
19 |
+
{
|
20 |
+
$vars['name'] = strtolower(preg_replace('/(?<=\\w)([A-Z])/', '_\\1', $vars['name']));
|
21 |
+
$vars['name'] = str_replace(array('-', '_'), ' ', $vars['name']);
|
22 |
+
$vars['name'] = str_replace(' ', '', ucwords($vars['name']));
|
23 |
+
|
24 |
+
return $vars;
|
25 |
+
}
|
26 |
+
|
27 |
+
}
|
vendor/composer/installers/src/Composer/Installers/LavaLiteInstaller.php
CHANGED
@@ -4,7 +4,7 @@ namespace Composer\Installers;
|
|
4 |
class LavaLiteInstaller extends BaseInstaller
|
5 |
{
|
6 |
protected $locations = array(
|
7 |
-
'package' => 'packages/{$name}/',
|
8 |
'theme' => 'public/themes/{$name}/',
|
9 |
);
|
10 |
}
|
4 |
class LavaLiteInstaller extends BaseInstaller
|
5 |
{
|
6 |
protected $locations = array(
|
7 |
+
'package' => 'packages/{$vendor}/{$name}/',
|
8 |
'theme' => 'public/themes/{$name}/',
|
9 |
);
|
10 |
}
|
vendor/composer/installers/src/Composer/Installers/OsclassInstaller.php
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
namespace Composer\Installers;
|
3 |
+
|
4 |
+
|
5 |
+
class OsclassInstaller extends BaseInstaller
|
6 |
+
{
|
7 |
+
|
8 |
+
protected $locations = array(
|
9 |
+
'plugin' => 'oc-content/plugins/{$name}/',
|
10 |
+
'theme' => 'oc-content/themes/{$name}/',
|
11 |
+
'language' => 'oc-content/languages/{$name}/',
|
12 |
+
);
|
13 |
+
|
14 |
+
}
|
vendor/composer/installers/src/Composer/Installers/UserFrostingInstaller.php
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
namespace Composer\Installers;
|
3 |
+
|
4 |
+
class UserFrostingInstaller extends BaseInstaller
|
5 |
+
{
|
6 |
+
protected $locations = array(
|
7 |
+
'sprinkle' => 'app/sprinkles/{$name}/',
|
8 |
+
);
|
9 |
+
}
|
vendor/composer/installers/tests/Composer/Installers/Test/InstallerTest.php
CHANGED
@@ -124,6 +124,8 @@ class InstallerTest extends TestCase
|
|
124 |
array('ee2-addon', true),
|
125 |
array('elgg-plugin', true),
|
126 |
array('eliasis-module', true),
|
|
|
|
|
127 |
array('fuel-module', true),
|
128 |
array('fuel-package', true),
|
129 |
array('fuel-theme', true),
|
@@ -138,6 +140,10 @@ class InstallerTest extends TestCase
|
|
138 |
array('kanboard-plugin', true),
|
139 |
array('kirby-plugin', true),
|
140 |
array('kohana-module', true),
|
|
|
|
|
|
|
|
|
141 |
array('laravel-library', true),
|
142 |
array('lavalite-theme', true),
|
143 |
array('lavalite-package', true),
|
@@ -192,6 +198,7 @@ class InstallerTest extends TestCase
|
|
192 |
array('tusk-asset', true),
|
193 |
array('typo3-flow-plugin', true),
|
194 |
array('typo3-cms-extension', true),
|
|
|
195 |
array('vanilla-plugin', true),
|
196 |
array('vanilla-theme', true),
|
197 |
array('whmcs-gateway', true),
|
@@ -207,6 +214,9 @@ class InstallerTest extends TestCase
|
|
207 |
array('phifty-bundle', true),
|
208 |
array('phifty-library', true),
|
209 |
array('phifty-framework', true),
|
|
|
|
|
|
|
210 |
);
|
211 |
}
|
212 |
|
@@ -272,6 +282,8 @@ class InstallerTest extends TestCase
|
|
272 |
array('ee3-theme', 'themes/user/ee_package/', 'author/ee_package'),
|
273 |
array('ee2-addon', 'system/expressionengine/third_party/ee_theme/', 'author/ee_theme'),
|
274 |
array('ee2-theme', 'themes/third_party/ee_package/', 'author/ee_package'),
|
|
|
|
|
275 |
array('fuel-module', 'fuel/app/modules/module/', 'fuel/module'),
|
276 |
array('fuel-package', 'fuel/packages/orm/', 'fuel/orm'),
|
277 |
array('fuel-theme', 'fuel/app/themes/theme/', 'fuel/theme'),
|
@@ -286,9 +298,17 @@ class InstallerTest extends TestCase
|
|
286 |
array('kanboard-plugin', 'plugins/my_plugin/', 'shama/my_plugin'),
|
287 |
array('kirby-plugin', 'site/plugins/my_plugin/', 'shama/my_plugin'),
|
288 |
array('kohana-module', 'modules/my_package/', 'shama/my_package'),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
289 |
array('laravel-library', 'libraries/my_package/', 'shama/my_package'),
|
290 |
array('lavalite-theme', 'public/themes/my_theme/', 'shama/my_theme'),
|
291 |
-
array('lavalite-package', 'packages/my_package/', '
|
292 |
array('lithium-library', 'libraries/li3_test/', 'user/li3_test'),
|
293 |
array('magento-library', 'lib/foo/', 'test/foo'),
|
294 |
array('modxevo-snippet', 'assets/snippets/my_snippet/', 'shama/my_snippet'),
|
@@ -351,6 +371,7 @@ class InstallerTest extends TestCase
|
|
351 |
array('typo3-flow-package', 'Packages/Application/my_package/', 'shama/my_package'),
|
352 |
array('typo3-flow-build', 'Build/my_package/', 'shama/my_package'),
|
353 |
array('typo3-cms-extension', 'typo3conf/ext/my_extension/', 'shama/my_extension'),
|
|
|
354 |
array('vanilla-plugin', 'plugins/my_plugin/', 'shama/my_plugin'),
|
355 |
array('vanilla-theme', 'themes/my_theme/', 'shama/my_theme'),
|
356 |
array('whmcs-gateway', 'modules/gateways/gateway_name/', 'vendor/gateway_name'),
|
@@ -366,6 +387,9 @@ class InstallerTest extends TestCase
|
|
366 |
array('phifty-library', 'libraries/my-lib/', 'shama/my-lib'),
|
367 |
array('phifty-framework', 'frameworks/my-framework/', 'shama/my-framework'),
|
368 |
array('yawik-module', 'module/MyModule/', 'shama/my_module'),
|
|
|
|
|
|
|
369 |
);
|
370 |
}
|
371 |
|
124 |
array('ee2-addon', true),
|
125 |
array('elgg-plugin', true),
|
126 |
array('eliasis-module', true),
|
127 |
+
array('ezplatform-assets', true),
|
128 |
+
array('ezplatform-meta-assets', true),
|
129 |
array('fuel-module', true),
|
130 |
array('fuel-package', true),
|
131 |
array('fuel-theme', true),
|
140 |
array('kanboard-plugin', true),
|
141 |
array('kirby-plugin', true),
|
142 |
array('kohana-module', true),
|
143 |
+
array('lms-plugin', true),
|
144 |
+
array('lms-template', true),
|
145 |
+
array('lms-document-template', true),
|
146 |
+
array('lms-userpanel-module', true),
|
147 |
array('laravel-library', true),
|
148 |
array('lavalite-theme', true),
|
149 |
array('lavalite-package', true),
|
198 |
array('tusk-asset', true),
|
199 |
array('typo3-flow-plugin', true),
|
200 |
array('typo3-cms-extension', true),
|
201 |
+
array('userfrosting-sprinkle', true),
|
202 |
array('vanilla-plugin', true),
|
203 |
array('vanilla-theme', true),
|
204 |
array('whmcs-gateway', true),
|
214 |
array('phifty-bundle', true),
|
215 |
array('phifty-library', true),
|
216 |
array('phifty-framework', true),
|
217 |
+
array('osclass-plugin', true),
|
218 |
+
array('osclass-theme', true),
|
219 |
+
array('osclass-language', true),
|
220 |
);
|
221 |
}
|
222 |
|
282 |
array('ee3-theme', 'themes/user/ee_package/', 'author/ee_package'),
|
283 |
array('ee2-addon', 'system/expressionengine/third_party/ee_theme/', 'author/ee_theme'),
|
284 |
array('ee2-theme', 'themes/third_party/ee_package/', 'author/ee_package'),
|
285 |
+
array('ezplatform-assets', 'web/assets/ezplatform/ezplatform_comp/', 'author/ezplatform_comp'),
|
286 |
+
array('ezplatform-meta-assets', 'web/assets/ezplatform/', 'author/ezplatform_comp'),
|
287 |
array('fuel-module', 'fuel/app/modules/module/', 'fuel/module'),
|
288 |
array('fuel-package', 'fuel/packages/orm/', 'fuel/orm'),
|
289 |
array('fuel-theme', 'fuel/app/themes/theme/', 'fuel/theme'),
|
298 |
array('kanboard-plugin', 'plugins/my_plugin/', 'shama/my_plugin'),
|
299 |
array('kirby-plugin', 'site/plugins/my_plugin/', 'shama/my_plugin'),
|
300 |
array('kohana-module', 'modules/my_package/', 'shama/my_package'),
|
301 |
+
array('lms-plugin', 'plugins/MyPackage/', 'shama/MyPackage'),
|
302 |
+
array('lms-plugin', 'plugins/MyPackage/', 'shama/my_package'),
|
303 |
+
array('lms-template', 'templates/MyPackage/', 'shama/MyPackage'),
|
304 |
+
array('lms-template', 'templates/MyPackage/', 'shama/my_package'),
|
305 |
+
array('lms-document-template', 'documents/templates/MyPackage/', 'shama/MyPackage'),
|
306 |
+
array('lms-document-template', 'documents/templates/MyPackage/', 'shama/my_package'),
|
307 |
+
array('lms-userpanel-module', 'userpanel/modules/MyPackage/', 'shama/MyPackage'),
|
308 |
+
array('lms-userpanel-module', 'userpanel/modules/MyPackage/', 'shama/my_package'),
|
309 |
array('laravel-library', 'libraries/my_package/', 'shama/my_package'),
|
310 |
array('lavalite-theme', 'public/themes/my_theme/', 'shama/my_theme'),
|
311 |
+
array('lavalite-package', 'packages/my_group/my_package/', 'my_group/my_package'),
|
312 |
array('lithium-library', 'libraries/li3_test/', 'user/li3_test'),
|
313 |
array('magento-library', 'lib/foo/', 'test/foo'),
|
314 |
array('modxevo-snippet', 'assets/snippets/my_snippet/', 'shama/my_snippet'),
|
371 |
array('typo3-flow-package', 'Packages/Application/my_package/', 'shama/my_package'),
|
372 |
array('typo3-flow-build', 'Build/my_package/', 'shama/my_package'),
|
373 |
array('typo3-cms-extension', 'typo3conf/ext/my_extension/', 'shama/my_extension'),
|
374 |
+
array('userfrosting-sprinkle', 'app/sprinkles/my_sprinkle/', 'shama/my_sprinkle'),
|
375 |
array('vanilla-plugin', 'plugins/my_plugin/', 'shama/my_plugin'),
|
376 |
array('vanilla-theme', 'themes/my_theme/', 'shama/my_theme'),
|
377 |
array('whmcs-gateway', 'modules/gateways/gateway_name/', 'vendor/gateway_name'),
|
387 |
array('phifty-library', 'libraries/my-lib/', 'shama/my-lib'),
|
388 |
array('phifty-framework', 'frameworks/my-framework/', 'shama/my-framework'),
|
389 |
array('yawik-module', 'module/MyModule/', 'shama/my_module'),
|
390 |
+
array('osclass-plugin', 'oc-content/plugins/sample_plugin/', 'test/sample_plugin'),
|
391 |
+
array('osclass-theme', 'oc-content/themes/sample_theme/', 'test/sample_theme'),
|
392 |
+
array('osclass-language', 'oc-content/languages/sample_lang/', 'test/sample_lang'),
|
393 |
);
|
394 |
}
|
395 |
|