Plugin Directory

Changeset 2024705


Ignore:
Timestamp:
02/04/2019 03:59:01 PM (7 years ago)
Author:
autooffice
Message:

update plugin

Location:
autooffice/trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • autooffice/trunk/autooffice_plugin.php

    r2024571 r2024705  
    11<?php
    22/*
    3 Plugin Name: Autoofficе
     3Plugin Name: AutoofficеEmail
    44Plugin URI: https://wordpress.org/plugins/autooffice/
    55Description: Плагин для интеграции рассылки с сервисом АвтоОфис. Позволяет встроить форму подписки на любую из рассылок АвтоОфис через shortcode или html-код. Поддерживает каналы рекламы. Для работы плагина требуется создать тематическую рассылку в магазине на сервисе АвтоОфис
  • autooffice/trunk/includes/AutoofficeOptions.php

    r2019049 r2024705  
    3434        $this->icons = plugins_url('/autooffice/assets/img/icon.png');
    3535        $this->html_icons = plugins_url('/autooffice/assets/img/icon.png');
    36         $this->page_settings = __('Autooffice', 'autooffice');
     36        $this->page_settings = __('AutoofficeEmail', 'autooffice');
    3737        $this->page_settings_base = __('Settings', 'autooffice');
    3838        $this->page_settings_html =  __('Code Html', 'autooffice');
  • autooffice/trunk/lang/autooffice-ru_RU.po

    r2024571 r2024705  
    77"Content-Type: text/plain; charset=UTF-8\n"
    88"Content-Transfer-Encoding: 8bit\n"
    9 "PO-Revision-Date: 2019-02-04 15:05+0300\n"
     9"PO-Revision-Date: 2019-02-04 18:54+0300\n"
    1010"Language-Team: LANG <admin@muzu.ru>\n"
    1111"X-Generator: Poedit 1.8.12\n"
     
    2323
    2424#: ../includes/admin.php:35
    25 msgid "Autooffices"
     25msgid "AutoofficeEmail"
     26msgstr "АвтоОфис.Email-рассылки"
     27
     28#: ../includes/admin.php:35
     29msgid "AutoofficeEmail Plugin"
    2630msgstr "АвтоОфис.Email-рассылки"
    2731
  • autooffice/trunk/lang/autooffice.pot

    r2024571 r2024705  
    2121
    2222#: ../includes/admin.php:35
    23 msgid "Autooffices"
     23msgid "AutoofficeEmail"
     24msgstr ""
     25
     26#: ../includes/admin.php:35
     27msgid "AutoofficeEmail Plugin"
    2428msgstr ""
    2529
  • autooffice/trunk/readme.txt

    r2024571 r2024705  
    1 === Autooffice Plugin ===
     1=== AutoofficeEmail Plugin ===
    22Contributors: Autooffice
    3 Tags: autooffice
     3Tags: autoofficeemail
    44Requires at least: 4.9.9
    55Tested up to: 4.9.9
Note: See TracChangeset for help on using the changeset viewer.