Plugin Directory

Changeset 3253357


Ignore:
Timestamp:
03/10/2025 02:10:48 PM (12 months ago)
Author:
advancedads
Message:

Update to version 2.0.0 from GitHub

Location:
advanced-ads-genesis
Files:
76 added
6 deleted
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • advanced-ads-genesis/tags/2.0.0/genesis-ads.php

    r2892724 r3253357  
    33 * Advanced Ads – Genesis
    44 *
     5 * @package   AdvancedAds
     6 * @author    Advanced Ads <support@wpadvancedads.com>
     7 * @license   GPL-2.0+
     8 * @link      https://wpadvancedads.com
     9 * @copyright since 2013 Advanced Ads
     10 *
     11 * @wordpress-plugin
    512 * Plugin Name:       Advanced Ads – Genesis
     13 * Version:           2.0.0
     14 * Description:       Place ads on various positions within Genesis themes
    615 * Plugin URI:        https://wpadvancedads.com/add-ons/genesis/
    7  * Description:       Place ads on various positions within Genesis themes
    8  * Version:           1.0.8
    916 * Author:            Advanced Ads
    1017 * Author URI:        https://wpadvancedads.com
    1118 * Text Domain:       advanced-ads-genesis
    1219 * Domain Path:       /languages
     20 * License:           GPL-2.0+
     21 * License URI:       https://www.gnu.org/licenses/gpl-2.0.txt
     22 *
     23 * @requires
     24 * Requires at least: 5.7
     25 * Requires PHP:      7.4
    1326 */
    1427
    15 // If this file is called directly, abort.
    16 if ( ! defined( 'WPINC' ) ) {
    17     die;
     28// Early bail!!
     29if ( ! function_exists( 'add_filter' ) ) {
     30    header( 'Status: 403 Forbidden' );
     31    header( 'HTTP/1.1 403 Forbidden' );
     32    exit();
    1833}
    1934
    20 // Only load if not already existing (maybe within another plugin I created).
    21 if ( ! class_exists( 'Advanced_Ads_Genesis_Plugin' ) ) {
     35if ( defined( 'AAG_FILE' ) ) {
     36    return;
     37}
    2238
    23     // Load basic path and url to the plugin.
    24     define( 'AAG_BASE_PATH', plugin_dir_path( __FILE__ ) );
    25     define( 'AAG_BASE_URL', plugin_dir_url( __FILE__ ) );
    26     define( 'AAG_BASE_DIR', dirname( plugin_basename( __FILE__ ) ) ); // Directory of the plugin without any paths.
     39define( 'AAG_FILE', __FILE__ );
     40define( 'AAG_VERSION', '2.0.0' );
    2741
    28     // Plugin slug and textdomain.
    29     define( 'AAG_SLUG', 'advanced-ads-genesis' );
     42// Load the autoloader.
     43require_once __DIR__ . '/includes/class-autoloader.php';
     44\AdvancedAds\Genesis\Autoloader::get()->initialize();
    3045
    31     define( 'AAG_VERSION', '1.0.8' );
    32     define( 'AAG_PLUGIN_URL', 'https://wpadvancedads.com' );
    33     define( 'AAG_PLUGIN_NAME', 'Genesis Ads' );
    34 
    35     include_once plugin_dir_path( __FILE__ ) . 'classes/plugin.php';
    36 
    37     if ( is_admin() && ( ! defined( 'DOING_AJAX' ) || ! DOING_AJAX ) ) {
    38         include_once plugin_dir_path( __FILE__ ) . 'admin/admin.php';
    39         new Advanced_Ads_Genesis_Admin();
    40     } else {
    41         include_once plugin_dir_path( __FILE__ ) . 'public/public.php';
    42         new Advanced_Ads_Genesis();
     46if ( ! function_exists( 'wp_advads_genesis' ) ) {
     47    /**
     48     * Returns the main instance of the plugin.
     49     *
     50     * @since 1.1.0
     51     *
     52     * @return \AdvancedAds\Genesis\Plugin
     53     */
     54    function wp_advads_genesis() {
     55        return \AdvancedAds\Genesis\Plugin::get();
    4356    }
    4457}
     58
     59\AdvancedAds\Genesis\Bootstrap::get()->start();
  • advanced-ads-genesis/tags/2.0.0/languages/genesis-ads-es_ES.po

    r1722096 r3253357  
    33"Project-Id-Version: Advanced Ads – Genesis Ads\n"
    44"Report-Msgid-Bugs-To: \n"
    5 "POT-Creation-Date: 2017-08-30 15:44+0000\n"
    6 "PO-Revision-Date: 2017-08-30 15:44+0000\n"
    75"Last-Translator: Thomas Maier <post@webzunft.de>\n"
    86"Language-Team: Spanish (Spain)\n"
    9 "Language: es-ES\n"
    10 "Plural-Forms: nplurals=2; plural=n != 1\n"
    117"MIME-Version: 1.0\n"
    128"Content-Type: text/plain; charset=UTF-8\n"
    139"Content-Transfer-Encoding: 8bit\n"
     10"POT-Creation-Date: 2017-08-30 15:44+0000\n"
     11"PO-Revision-Date: 2017-08-30 15:44+0000\n"
     12"Language: es-ES\n"
     13"Plural-Forms: nplurals=2; plural=n != 1\n"
    1414"X-Poedit-SourceCharset: UTF-8\n"
    1515"X-Poedit-Basepath: .\n"
    1616"X-Poedit-SearchPath-0: .\n"
    17 "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
    18 "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
    19 "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
    20 "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
    21 "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
     17"X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
    2218"X-Loco-Target-Locale: es_ES\n"
    23 "X-Generator: Loco - https://localise.biz/"
     19"X-Generator: Loco - https://localise.biz/\n"
    2420
    2521#. Name of the plugin
     
    3329#: admin/admin.php:52
    3430#, php-format
    35 msgid ""
    36 "<strong>Advanced Ads – Genesis Ads</strong> is an extension for the Advanced "
    37 "Ads plugin. Please visit <a href=\"%s\" target=\"_blank\" >wpadvancedads."
    38 "com</a> to download it for free."
    39 msgstr ""
    40 "<strong>Advanced Ads – Anuncios de Genesis</strong> es una extensión para el "
    41 "plugin de Advanced Ads. Por favor, visita <a href=\"%s\" target=\"_blank\" >"
    42 "wpadvancedads.com</a> para descargarlo gratuitamente."
     31msgid "<strong>Advanced Ads – Genesis Ads</strong> is an extension for the Advanced Ads plugin. Please visit <a href=\"%s\" target=\"_blank\" >wpadvancedads.com</a> to download it for free."
     32msgstr "<strong>Advanced Ads – Anuncios de Genesis</strong> es una extensión para el plugin de Advanced Ads. Por favor, visita <a href=\"%s\" target=\"_blank\" >wpadvancedads.com</a> para descargarlo gratuitamente."
    4333
    4434#: admin/admin.php:66
     
    6050#: admin/admin.php:102
    6151#, php-format
    62 msgid ""
    63 "You can find an explanation of the hooks in the <a href=\"%s\" "
    64 "target=\"_blank\">Genesis Hook Reference</a>"
    65 msgstr ""
    66 "Puedes encontrar una explicación de los ganchos (hooks) en la  <a "
    67 "href=\"%s\" target=\"_blank\">Referencia de los Ganchos (Hooks) de "
    68 "Genesis</a>"
     52msgid "You can find an explanation of the hooks in the <a href=\"%s\" target=\"_blank\">Genesis Hook Reference</a>"
     53msgstr "Puedes encontrar una explicación de los ganchos (hooks) en la  <a href=\"%s\" target=\"_blank\">Referencia de los Ganchos (Hooks) de Genesis</a>"
    6954
    7055#: admin/admin.php:117
     
    9277msgstr ""
    9378"Comentarios & Pings\n"
     79""
    9480
    9581#: admin/admin.php:177
     
    10591msgstr ""
    10692"Thomas Maier\n"
     93""
    10794
    10895#. Author URI of the plugin
  • advanced-ads-genesis/tags/2.0.0/languages/genesis-ads.pot

    r1722096 r3253357  
    1 #, fuzzy
     1# Copyright (C) 2023 Advanced Ads
     2# This file is distributed under the GPL-2.0+.
    23msgid ""
    34msgstr ""
    4 "Project-Id-Version: Advanced Ads – Genesis Ads\n"
    5 "Report-Msgid-Bugs-To: \n"
    6 "POT-Creation-Date: 2017-08-30 15:44+0000\n"
    7 "POT-Revision-Date: Thu Feb 11 2016 10:44:46 GMT+0100 (CET)\n"
    8 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    9 "Last-Translator: \n"
    10 "Language-Team: \n"
    11 "Language: \n"
    12 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION\n"
     5"Project-Id-Version: Advanced Ads – Genesis 1.0.8\n"
     6"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/advanced-ads-genesis\n"
     7"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     8"Language-Team: LANGUAGE <LL@li.org>\n"
    139"MIME-Version: 1.0\n"
    1410"Content-Type: text/plain; charset=UTF-8\n"
    1511"Content-Transfer-Encoding: 8bit\n"
    16 "X-Poedit-SourceCharset: UTF-8\n"
    17 "X-Poedit-Basepath: .\n"
    18 "X-Poedit-SearchPath-0: ..\n"
    19 "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
    20 "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
    21 "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
    22 "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
    23 "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
    24 "X-Generator: Loco - https://localise.biz/"
     12"POT-Creation-Date: 2023-07-31T11:12:41+00:00\n"
     13"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
     14"X-Generator: WP-CLI 2.8.1\n"
     15"X-Domain: advanced-ads-genesis\n"
    2516
    26 #: admin/admin.php:52
    27 #, php-format
    28 msgid ""
    29 "<strong>Advanced Ads – Genesis Ads</strong> is an extension for the Advanced "
    30 "Ads plugin. Please visit <a href=\"%s\" target=\"_blank\" >wpadvancedads."
    31 "com</a> to download it for free."
     17#. Plugin Name of the plugin
     18msgid "Advanced Ads – Genesis"
    3219msgstr ""
    3320
    34 #: admin/admin.php:66
    35 msgid "Genesis Positions"
    36 msgstr ""
    37 
    38 #: admin/admin.php:67
    39 msgid "Various positions for the Genesis theme."
    40 msgstr ""
    41 
    42 #: admin/admin.php:88
    43 msgid "No Genesis theme detected"
    44 msgstr ""
    45 
    46 #: admin/admin.php:91
    47 msgid "position"
    48 msgstr ""
    49 
    50 #: admin/admin.php:102
    51 #, php-format
    52 msgid ""
    53 "You can find an explanation of the hooks in the <a href=\"%s\" "
    54 "target=\"_blank\">Genesis Hook Reference</a>"
    55 msgstr ""
    56 
    57 #: admin/admin.php:117
    58 msgid "Header"
    59 msgstr ""
    60 
    61 #: admin/admin.php:124
    62 msgid "Wrapper"
    63 msgstr ""
    64 
    65 #: admin/admin.php:130
    66 msgid "Sidebar"
    67 msgstr ""
    68 
    69 #: admin/admin.php:138
    70 msgid "Loop"
    71 msgstr ""
    72 
    73 #: admin/admin.php:145
    74 msgid "Content"
    75 msgstr ""
    76 
    77 #: admin/admin.php:162
    78 msgid "Comments & Pings"
    79 msgstr ""
    80 
    81 #: admin/admin.php:177
    82 msgid "Footer"
    83 msgstr ""
    84 
    85 #. Name of the plugin
    86 msgid "Advanced Ads – Genesis"
     21#. Plugin URI of the plugin
     22msgid "https://wpadvancedads.com/add-ons/genesis/"
    8723msgstr ""
    8824
     
    9127msgstr ""
    9228
    93 #. URI of the plugin
    94 msgid "https://wpadvancedads.com/add-ons/genesis/"
    95 msgstr ""
    96 
    9729#. Author of the plugin
    98 msgid "Thomas Maier"
     30msgid "Advanced Ads"
    9931msgstr ""
    10032
     
    10234msgid "https://wpadvancedads.com"
    10335msgstr ""
     36
     37#: includes/admin/class-admin.php:44
     38msgid "Genesis Positions"
     39msgstr ""
     40
     41#: includes/admin/class-admin.php:45
     42msgid "Various positions for the Genesis theme."
     43msgstr ""
     44
     45#: includes/admin/class-admin.php:76
     46msgid "No Genesis theme detected"
     47msgstr ""
     48
     49#: includes/admin/class-admin.php:84
     50msgid "Select Position"
     51msgstr ""
     52
     53#: includes/admin/class-admin.php:98
     54msgid "Position"
     55msgstr ""
     56
     57#. translators: URL to Genesis Hook Reference
     58#: includes/admin/class-admin.php:101
     59msgid "You can find an explanation of the hooks in the <a href=\"%s\" target=\"_blank\">Genesis Hook Reference</a>"
     60msgstr ""
     61
     62#: includes/admin/class-admin.php:115
     63msgid "Header"
     64msgstr ""
     65
     66#: includes/admin/class-admin.php:122
     67msgid "Wrapper"
     68msgstr ""
     69
     70#: includes/admin/class-admin.php:128
     71msgid "Sidebar"
     72msgstr ""
     73
     74#: includes/admin/class-admin.php:136
     75msgid "Loop"
     76msgstr ""
     77
     78#: includes/admin/class-admin.php:143
     79msgid "Content"
     80msgstr ""
     81
     82#: includes/admin/class-admin.php:160
     83msgid "Comments & Pings"
     84msgstr ""
     85
     86#: includes/admin/class-admin.php:175
     87msgid "Footer"
     88msgstr ""
     89
     90#: includes/class-plugin.php:90
     91msgid "Install Now"
     92msgstr ""
     93
     94#: includes/class-plugin.php:95
     95msgid "Activate Now"
     96msgstr ""
  • advanced-ads-genesis/tags/2.0.0/readme.txt

    r3064736 r3253357  
    22Contributors: advancedads, webzunft
    33Tags: genesis, adsense, ads, ad, amazon, adverts, advertisement, banners, rotation, studiopress, genesis framework
    4 Requires at least: 4.2
    5 Tested up to: 6.5
    6 Stable tag: 1.0.8
     4Requires at least: 5.7
     5Tested up to: 6.7
     6Requires PHP: 7.4
     7Stable tag: 2.0.0
    78License: GPLv2 or later
    89License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6263== Changelog ==
    6364
     65= 2.0.0 =
     66- Feature: achieve full compatibility with Advanced Ads 2.0
     67- Improvement: enhance performance and efficiency with new codebase
     68
    6469= 1.0.8 =
    6570
  • advanced-ads-genesis/trunk/genesis-ads.php

    r2892724 r3253357  
    33 * Advanced Ads – Genesis
    44 *
     5 * @package   AdvancedAds
     6 * @author    Advanced Ads <support@wpadvancedads.com>
     7 * @license   GPL-2.0+
     8 * @link      https://wpadvancedads.com
     9 * @copyright since 2013 Advanced Ads
     10 *
     11 * @wordpress-plugin
    512 * Plugin Name:       Advanced Ads – Genesis
     13 * Version:           2.0.0
     14 * Description:       Place ads on various positions within Genesis themes
    615 * Plugin URI:        https://wpadvancedads.com/add-ons/genesis/
    7  * Description:       Place ads on various positions within Genesis themes
    8  * Version:           1.0.8
    916 * Author:            Advanced Ads
    1017 * Author URI:        https://wpadvancedads.com
    1118 * Text Domain:       advanced-ads-genesis
    1219 * Domain Path:       /languages
     20 * License:           GPL-2.0+
     21 * License URI:       https://www.gnu.org/licenses/gpl-2.0.txt
     22 *
     23 * @requires
     24 * Requires at least: 5.7
     25 * Requires PHP:      7.4
    1326 */
    1427
    15 // If this file is called directly, abort.
    16 if ( ! defined( 'WPINC' ) ) {
    17     die;
     28// Early bail!!
     29if ( ! function_exists( 'add_filter' ) ) {
     30    header( 'Status: 403 Forbidden' );
     31    header( 'HTTP/1.1 403 Forbidden' );
     32    exit();
    1833}
    1934
    20 // Only load if not already existing (maybe within another plugin I created).
    21 if ( ! class_exists( 'Advanced_Ads_Genesis_Plugin' ) ) {
     35if ( defined( 'AAG_FILE' ) ) {
     36    return;
     37}
    2238
    23     // Load basic path and url to the plugin.
    24     define( 'AAG_BASE_PATH', plugin_dir_path( __FILE__ ) );
    25     define( 'AAG_BASE_URL', plugin_dir_url( __FILE__ ) );
    26     define( 'AAG_BASE_DIR', dirname( plugin_basename( __FILE__ ) ) ); // Directory of the plugin without any paths.
     39define( 'AAG_FILE', __FILE__ );
     40define( 'AAG_VERSION', '2.0.0' );
    2741
    28     // Plugin slug and textdomain.
    29     define( 'AAG_SLUG', 'advanced-ads-genesis' );
     42// Load the autoloader.
     43require_once __DIR__ . '/includes/class-autoloader.php';
     44\AdvancedAds\Genesis\Autoloader::get()->initialize();
    3045
    31     define( 'AAG_VERSION', '1.0.8' );
    32     define( 'AAG_PLUGIN_URL', 'https://wpadvancedads.com' );
    33     define( 'AAG_PLUGIN_NAME', 'Genesis Ads' );
    34 
    35     include_once plugin_dir_path( __FILE__ ) . 'classes/plugin.php';
    36 
    37     if ( is_admin() && ( ! defined( 'DOING_AJAX' ) || ! DOING_AJAX ) ) {
    38         include_once plugin_dir_path( __FILE__ ) . 'admin/admin.php';
    39         new Advanced_Ads_Genesis_Admin();
    40     } else {
    41         include_once plugin_dir_path( __FILE__ ) . 'public/public.php';
    42         new Advanced_Ads_Genesis();
     46if ( ! function_exists( 'wp_advads_genesis' ) ) {
     47    /**
     48     * Returns the main instance of the plugin.
     49     *
     50     * @since 1.1.0
     51     *
     52     * @return \AdvancedAds\Genesis\Plugin
     53     */
     54    function wp_advads_genesis() {
     55        return \AdvancedAds\Genesis\Plugin::get();
    4356    }
    4457}
     58
     59\AdvancedAds\Genesis\Bootstrap::get()->start();
  • advanced-ads-genesis/trunk/languages/genesis-ads-es_ES.po

    r1722096 r3253357  
    33"Project-Id-Version: Advanced Ads – Genesis Ads\n"
    44"Report-Msgid-Bugs-To: \n"
    5 "POT-Creation-Date: 2017-08-30 15:44+0000\n"
    6 "PO-Revision-Date: 2017-08-30 15:44+0000\n"
    75"Last-Translator: Thomas Maier <post@webzunft.de>\n"
    86"Language-Team: Spanish (Spain)\n"
    9 "Language: es-ES\n"
    10 "Plural-Forms: nplurals=2; plural=n != 1\n"
    117"MIME-Version: 1.0\n"
    128"Content-Type: text/plain; charset=UTF-8\n"
    139"Content-Transfer-Encoding: 8bit\n"
     10"POT-Creation-Date: 2017-08-30 15:44+0000\n"
     11"PO-Revision-Date: 2017-08-30 15:44+0000\n"
     12"Language: es-ES\n"
     13"Plural-Forms: nplurals=2; plural=n != 1\n"
    1414"X-Poedit-SourceCharset: UTF-8\n"
    1515"X-Poedit-Basepath: .\n"
    1616"X-Poedit-SearchPath-0: .\n"
    17 "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
    18 "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
    19 "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
    20 "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
    21 "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
     17"X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
    2218"X-Loco-Target-Locale: es_ES\n"
    23 "X-Generator: Loco - https://localise.biz/"
     19"X-Generator: Loco - https://localise.biz/\n"
    2420
    2521#. Name of the plugin
     
    3329#: admin/admin.php:52
    3430#, php-format
    35 msgid ""
    36 "<strong>Advanced Ads – Genesis Ads</strong> is an extension for the Advanced "
    37 "Ads plugin. Please visit <a href=\"%s\" target=\"_blank\" >wpadvancedads."
    38 "com</a> to download it for free."
    39 msgstr ""
    40 "<strong>Advanced Ads – Anuncios de Genesis</strong> es una extensión para el "
    41 "plugin de Advanced Ads. Por favor, visita <a href=\"%s\" target=\"_blank\" >"
    42 "wpadvancedads.com</a> para descargarlo gratuitamente."
     31msgid "<strong>Advanced Ads – Genesis Ads</strong> is an extension for the Advanced Ads plugin. Please visit <a href=\"%s\" target=\"_blank\" >wpadvancedads.com</a> to download it for free."
     32msgstr "<strong>Advanced Ads – Anuncios de Genesis</strong> es una extensión para el plugin de Advanced Ads. Por favor, visita <a href=\"%s\" target=\"_blank\" >wpadvancedads.com</a> para descargarlo gratuitamente."
    4333
    4434#: admin/admin.php:66
     
    6050#: admin/admin.php:102
    6151#, php-format
    62 msgid ""
    63 "You can find an explanation of the hooks in the <a href=\"%s\" "
    64 "target=\"_blank\">Genesis Hook Reference</a>"
    65 msgstr ""
    66 "Puedes encontrar una explicación de los ganchos (hooks) en la  <a "
    67 "href=\"%s\" target=\"_blank\">Referencia de los Ganchos (Hooks) de "
    68 "Genesis</a>"
     52msgid "You can find an explanation of the hooks in the <a href=\"%s\" target=\"_blank\">Genesis Hook Reference</a>"
     53msgstr "Puedes encontrar una explicación de los ganchos (hooks) en la  <a href=\"%s\" target=\"_blank\">Referencia de los Ganchos (Hooks) de Genesis</a>"
    6954
    7055#: admin/admin.php:117
     
    9277msgstr ""
    9378"Comentarios & Pings\n"
     79""
    9480
    9581#: admin/admin.php:177
     
    10591msgstr ""
    10692"Thomas Maier\n"
     93""
    10794
    10895#. Author URI of the plugin
  • advanced-ads-genesis/trunk/languages/genesis-ads.pot

    r1722096 r3253357  
    1 #, fuzzy
     1# Copyright (C) 2023 Advanced Ads
     2# This file is distributed under the GPL-2.0+.
    23msgid ""
    34msgstr ""
    4 "Project-Id-Version: Advanced Ads – Genesis Ads\n"
    5 "Report-Msgid-Bugs-To: \n"
    6 "POT-Creation-Date: 2017-08-30 15:44+0000\n"
    7 "POT-Revision-Date: Thu Feb 11 2016 10:44:46 GMT+0100 (CET)\n"
    8 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    9 "Last-Translator: \n"
    10 "Language-Team: \n"
    11 "Language: \n"
    12 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION\n"
     5"Project-Id-Version: Advanced Ads – Genesis 1.0.8\n"
     6"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/advanced-ads-genesis\n"
     7"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     8"Language-Team: LANGUAGE <LL@li.org>\n"
    139"MIME-Version: 1.0\n"
    1410"Content-Type: text/plain; charset=UTF-8\n"
    1511"Content-Transfer-Encoding: 8bit\n"
    16 "X-Poedit-SourceCharset: UTF-8\n"
    17 "X-Poedit-Basepath: .\n"
    18 "X-Poedit-SearchPath-0: ..\n"
    19 "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
    20 "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
    21 "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
    22 "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
    23 "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
    24 "X-Generator: Loco - https://localise.biz/"
     12"POT-Creation-Date: 2023-07-31T11:12:41+00:00\n"
     13"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
     14"X-Generator: WP-CLI 2.8.1\n"
     15"X-Domain: advanced-ads-genesis\n"
    2516
    26 #: admin/admin.php:52
    27 #, php-format
    28 msgid ""
    29 "<strong>Advanced Ads – Genesis Ads</strong> is an extension for the Advanced "
    30 "Ads plugin. Please visit <a href=\"%s\" target=\"_blank\" >wpadvancedads."
    31 "com</a> to download it for free."
     17#. Plugin Name of the plugin
     18msgid "Advanced Ads – Genesis"
    3219msgstr ""
    3320
    34 #: admin/admin.php:66
    35 msgid "Genesis Positions"
    36 msgstr ""
    37 
    38 #: admin/admin.php:67
    39 msgid "Various positions for the Genesis theme."
    40 msgstr ""
    41 
    42 #: admin/admin.php:88
    43 msgid "No Genesis theme detected"
    44 msgstr ""
    45 
    46 #: admin/admin.php:91
    47 msgid "position"
    48 msgstr ""
    49 
    50 #: admin/admin.php:102
    51 #, php-format
    52 msgid ""
    53 "You can find an explanation of the hooks in the <a href=\"%s\" "
    54 "target=\"_blank\">Genesis Hook Reference</a>"
    55 msgstr ""
    56 
    57 #: admin/admin.php:117
    58 msgid "Header"
    59 msgstr ""
    60 
    61 #: admin/admin.php:124
    62 msgid "Wrapper"
    63 msgstr ""
    64 
    65 #: admin/admin.php:130
    66 msgid "Sidebar"
    67 msgstr ""
    68 
    69 #: admin/admin.php:138
    70 msgid "Loop"
    71 msgstr ""
    72 
    73 #: admin/admin.php:145
    74 msgid "Content"
    75 msgstr ""
    76 
    77 #: admin/admin.php:162
    78 msgid "Comments & Pings"
    79 msgstr ""
    80 
    81 #: admin/admin.php:177
    82 msgid "Footer"
    83 msgstr ""
    84 
    85 #. Name of the plugin
    86 msgid "Advanced Ads – Genesis"
     21#. Plugin URI of the plugin
     22msgid "https://wpadvancedads.com/add-ons/genesis/"
    8723msgstr ""
    8824
     
    9127msgstr ""
    9228
    93 #. URI of the plugin
    94 msgid "https://wpadvancedads.com/add-ons/genesis/"
    95 msgstr ""
    96 
    9729#. Author of the plugin
    98 msgid "Thomas Maier"
     30msgid "Advanced Ads"
    9931msgstr ""
    10032
     
    10234msgid "https://wpadvancedads.com"
    10335msgstr ""
     36
     37#: includes/admin/class-admin.php:44
     38msgid "Genesis Positions"
     39msgstr ""
     40
     41#: includes/admin/class-admin.php:45
     42msgid "Various positions for the Genesis theme."
     43msgstr ""
     44
     45#: includes/admin/class-admin.php:76
     46msgid "No Genesis theme detected"
     47msgstr ""
     48
     49#: includes/admin/class-admin.php:84
     50msgid "Select Position"
     51msgstr ""
     52
     53#: includes/admin/class-admin.php:98
     54msgid "Position"
     55msgstr ""
     56
     57#. translators: URL to Genesis Hook Reference
     58#: includes/admin/class-admin.php:101
     59msgid "You can find an explanation of the hooks in the <a href=\"%s\" target=\"_blank\">Genesis Hook Reference</a>"
     60msgstr ""
     61
     62#: includes/admin/class-admin.php:115
     63msgid "Header"
     64msgstr ""
     65
     66#: includes/admin/class-admin.php:122
     67msgid "Wrapper"
     68msgstr ""
     69
     70#: includes/admin/class-admin.php:128
     71msgid "Sidebar"
     72msgstr ""
     73
     74#: includes/admin/class-admin.php:136
     75msgid "Loop"
     76msgstr ""
     77
     78#: includes/admin/class-admin.php:143
     79msgid "Content"
     80msgstr ""
     81
     82#: includes/admin/class-admin.php:160
     83msgid "Comments & Pings"
     84msgstr ""
     85
     86#: includes/admin/class-admin.php:175
     87msgid "Footer"
     88msgstr ""
     89
     90#: includes/class-plugin.php:90
     91msgid "Install Now"
     92msgstr ""
     93
     94#: includes/class-plugin.php:95
     95msgid "Activate Now"
     96msgstr ""
  • advanced-ads-genesis/trunk/readme.txt

    r3064736 r3253357  
    22Contributors: advancedads, webzunft
    33Tags: genesis, adsense, ads, ad, amazon, adverts, advertisement, banners, rotation, studiopress, genesis framework
    4 Requires at least: 4.2
    5 Tested up to: 6.5
    6 Stable tag: 1.0.8
     4Requires at least: 5.7
     5Tested up to: 6.7
     6Requires PHP: 7.4
     7Stable tag: 2.0.0
    78License: GPLv2 or later
    89License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6263== Changelog ==
    6364
     65= 2.0.0 =
     66- Feature: achieve full compatibility with Advanced Ads 2.0
     67- Improvement: enhance performance and efficiency with new codebase
     68
    6469= 1.0.8 =
    6570
Note: See TracChangeset for help on using the changeset viewer.