Plugin Directory

Changeset 2213540


Ignore:
Timestamp:
12/17/2019 11:16:43 AM (6 years ago)
Author:
autooffice
Message:

update plugin v 1.0.5

Location:
aoplayer/trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • aoplayer/trunk/aoplayer_plugin.php

    r2179248 r2213540  
    55Description: Плагин для вставки проигрывателя видеофайлов через shortcode. Тонкая настройка, поддержка плейлистов, возможность добавить кнопку (например, для заказа товара) прямо на видео. Отличная альтернатива стандартному плееру YouTube. Видео можно размещать на своём хостинге или Amazon S3, поддерживается формат mp4
    66Author: Autooffice
    7 Version: 1.0.14
     7Version: 1.0.15
    88Author URI: https://profiles.wordpress.org/autooffice#content-plugins
    99*/
  • aoplayer/trunk/lang/aoplayer-ru_RU.po

    r2128550 r2213540  
    77"Content-Type: text/plain; charset=UTF-8\n"
    88"Content-Transfer-Encoding: 8bit\n"
    9 "PO-Revision-Date: 2019-07-25 17:11+0300\n"
     9"PO-Revision-Date: 2019-12-17 14:09+0300\n"
    1010"Language-Team: LANG <admin@muzu.ru>\n"
    1111"X-Generator: Poedit 1.8.12\n"
     
    309309msgid "Warning Deleted Template"
    310310msgstr "Подтвердите удаление шаблона"
     311
     312#: ../aoplayer_plugin.php:75
     313msgid "Affects the display of the poster in the player"
     314msgstr "Влияет на отображение постера в плеере"
  • aoplayer/trunk/lang/aoplayer.pot

    r2128550 r2213540  
    307307msgid "Warning Deleted Template"
    308308msgstr ""
     309
     310#: ../aoplayer_plugin.php:75
     311msgid "Affects the display of the poster in the player"
     312msgstr ""
  • aoplayer/trunk/readme.txt

    r2179248 r2213540  
    55Tested up to: 7.3.10
    66Requires PHP: 5.2
    7 Stable tag: 1.0.14
     7Stable tag: 1.0.15
    88
    99Плагин для вставки проигрывателя видеофайлов через shortcode
  • aoplayer/trunk/views/page_admin/__player.php

    r2125797 r2213540  
    159159                </div>
    160160                <label for="Constructor_preload" class="col-sm-6 small">
    161                     <?=__('Player preload', 'aoplayer')?>
     161                    <?=__('Player preload', 'aoplayer')?><br>
     162                    <small style="color:#666">(<?=__('Affects the display of the poster in the player', 'aoplayer')?>)</small>
    162163                </label>
    163164            </div>
Note: See TracChangeset for help on using the changeset viewer.