source: extensions/imgpreview/language/ru_RU/plugin.lang.php @ 11949

Last change on this file since 11949 was 11949, checked in by flop25, 13 years ago

lang files updated with english sentences : marked as TODO !

File size: 1.5 KB
Line 
1<?php
2$lang['imgp_max_width'] = 'максимальная ширина фотографии';
3$lang['imgp_max_height'] = 'максимальная высота фотографии';
4$lang['imgp_send'] = 'Сохранить';
5
6$lang['imgp_conf_updated'] = 'Настройки сохранены';
7$lang['imgp_showtitle'] = 'Display the picture name';/** TODO **/
8$lang['imgp_opacity'] = 'Opacity on mouseover';/** TODO **/
9$lang['imgp_howitworks'] = '<a href="http://www.planete-flop.fr">Flop25</a> -the creator of this plugin- recommends :
10<ul>
11<li><a href="http://piwigo.org/ext/extension_view.php?eid=190">PWG Stuff</a> by P@t : this plugin adds modules on your gallery.</li>
12<li><a href="http://piwigo.org/ext/extension_view.php?eid=527">Icons Set</a> by Flop25 : this plugin allows you to use other icons for any themes</li>
13<li><a href="http://piwigo.org/ext/extension_view.php?eid=231">Flop Style</a> by Flop25 : flop_style is a "template extension" and enable changes of a small part of Piwigo such as categories display</li>
14<li><a href="http://piwigo.org/ext/">and much more on piwigo.org</a></li>
15</ul>
16<br>
17For designers : the popup is customizable with the id #tooltip (with img or span for the text)
18<br>
19<br>
20This plugin uses a modified version of :<br>
21 
22 * imgPreview jQuery plugin<br>
23 * Copyright (c) 2009 James Padolsey<br>
24 * j@qd9.co.uk | http://james.padolsey.com<br>
25 * Dual licensed under MIT and GPL.<br>
26 * Updated: 09/02/09<br>
27 * @author James Padolsey<br>
28 * @version 0.22<br>
29';/** TODO **/
30
31
32?>
Note: See TracBrowser for help on using the repository browser.