Changeset 2024705
- Timestamp:
- 02/04/2019 03:59:01 PM (7 years ago)
- Location:
- autooffice/trunk
- Files:
-
- 6 edited
-
autooffice_plugin.php (modified) (1 diff)
-
includes/AutoofficeOptions.php (modified) (1 diff)
-
lang/autooffice-ru_RU.mo (modified) (previous)
-
lang/autooffice-ru_RU.po (modified) (2 diffs)
-
lang/autooffice.pot (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
autooffice/trunk/autooffice_plugin.php
r2024571 r2024705 1 1 <?php 2 2 /* 3 Plugin Name: Autoofficе 3 Plugin Name: AutoofficеEmail 4 4 Plugin URI: https://wordpress.org/plugins/autooffice/ 5 5 Description: Плагин для интеграции рассылки с сервисом АвтоОфис. Позволяет встроить форму подписки на любую из рассылок АвтоОфис через shortcode или html-код. Поддерживает каналы рекламы. Для работы плагина требуется создать тематическую рассылку в магазине на сервисе АвтоОфис -
autooffice/trunk/includes/AutoofficeOptions.php
r2019049 r2024705 34 34 $this->icons = plugins_url('/autooffice/assets/img/icon.png'); 35 35 $this->html_icons = plugins_url('/autooffice/assets/img/icon.png'); 36 $this->page_settings = __('Autooffice ', 'autooffice');36 $this->page_settings = __('AutoofficeEmail', 'autooffice'); 37 37 $this->page_settings_base = __('Settings', 'autooffice'); 38 38 $this->page_settings_html = __('Code Html', 'autooffice'); -
autooffice/trunk/lang/autooffice-ru_RU.po
r2024571 r2024705 7 7 "Content-Type: text/plain; charset=UTF-8\n" 8 8 "Content-Transfer-Encoding: 8bit\n" 9 "PO-Revision-Date: 2019-02-04 1 5:05+0300\n"9 "PO-Revision-Date: 2019-02-04 18:54+0300\n" 10 10 "Language-Team: LANG <admin@muzu.ru>\n" 11 11 "X-Generator: Poedit 1.8.12\n" … … 23 23 24 24 #: ../includes/admin.php:35 25 msgid "Autooffices" 25 msgid "AutoofficeEmail" 26 msgstr "АвтоОфис.Email-рассылки" 27 28 #: ../includes/admin.php:35 29 msgid "AutoofficeEmail Plugin" 26 30 msgstr "АвтоОфис.Email-рассылки" 27 31 -
autooffice/trunk/lang/autooffice.pot
r2024571 r2024705 21 21 22 22 #: ../includes/admin.php:35 23 msgid "Autooffices" 23 msgid "AutoofficeEmail" 24 msgstr "" 25 26 #: ../includes/admin.php:35 27 msgid "AutoofficeEmail Plugin" 24 28 msgstr "" 25 29 -
autooffice/trunk/readme.txt
r2024571 r2024705 1 === Autooffice Plugin ===1 === AutoofficeEmail Plugin === 2 2 Contributors: Autooffice 3 Tags: autooffice 3 Tags: autoofficeemail 4 4 Requires at least: 4.9.9 5 5 Tested up to: 4.9.9
Note: See TracChangeset
for help on using the changeset viewer.