Shortcodes Ultimate - Version 4.3.0

Version Description

Be careful! This is a great update and completely new code! Don't forget, you can always install old version.

Upgrade normally via your Wordpress admin -> Plugins panel.

Download this release

Release Info

Developer gn_themes
Plugin Icon 128x128 Shortcodes Ultimate
Version 4.3.0
Comparing to
See all releases

Code changes from version 4.2.3 to 4.3.0

assets/css/box-shortcodes.css CHANGED
@@ -345,11 +345,10 @@
345
  }
346
  .su-service-title {
347
  display: block;
348
- margin: 0 0 5px 0;
349
  color: #333;
350
  font-weight: bold;
351
- font-size: 1.15em;
352
- line-height: 1.5;
353
  }
354
  .su-service-title img {
355
  position: absolute;
@@ -359,11 +358,20 @@
359
  margin: 0 !important;
360
  padding: 0 !important;
361
  border: none !important;
362
- border: none !important;
363
  -webkit-box-shadow: none !important;
364
  -moz-box-shadow: none !important;
365
  box-shadow: none !important;
366
  }
 
 
 
 
 
 
 
 
 
 
367
  .su-service-content { line-height: 1.4; }
368
 
369
  /* Box
345
  }
346
  .su-service-title {
347
  display: block;
348
+ margin-bottom: 0.5em;
349
  color: #333;
350
  font-weight: bold;
351
+ font-size: 1.1em;
 
352
  }
353
  .su-service-title img {
354
  position: absolute;
358
  margin: 0 !important;
359
  padding: 0 !important;
360
  border: none !important;
 
361
  -webkit-box-shadow: none !important;
362
  -moz-box-shadow: none !important;
363
  box-shadow: none !important;
364
  }
365
+ .su-service-title i {
366
+ position: absolute;
367
+ top: 0;
368
+ left: 0;
369
+ display: block !important;
370
+ width: 1em;
371
+ height: 1em;
372
+ text-align: center;
373
+ line-height: 1em;
374
+ }
375
  .su-service-content { line-height: 1.4; }
376
 
377
  /* Box
assets/css/content-shortcodes.css CHANGED
@@ -186,28 +186,30 @@
186
  padding: 0 !important;
187
  }
188
  .su-list ul li {
 
189
  list-style-type: none !important;
190
  display: block !important;
 
191
  margin: 0 !important;
192
- padding: 0.15em 0 0.15em 26px !important;
193
- }
194
- .su-list-style-star li { background: 0 50% url('../images/lists/list-style-star.png') no-repeat !important }
195
- .su-list-style-arrow li { background: 0 50% url('../images/lists/list-style-arrow.png') no-repeat !important }
196
- .su-list-style-check li { background: 0 50% url('../images/lists/list-style-check.png') no-repeat !important }
197
- .su-list-style-cross li { background: 0 50% url('../images/lists/list-style-cross.png') no-repeat !important }
198
- .su-list-style-thumbs li { background: 0 50% url('../images/lists/list-style-thumbs.png') no-repeat !important }
199
- .su-list-style-link li { background: 0 50% url('../images/lists/list-style-link.png') no-repeat !important }
200
- .su-list-style-gear li { background: 0 50% url('../images/lists/list-style-gear.png') no-repeat !important }
201
- .su-list-style-time li { background: 0 50% url('../images/lists/list-style-time.png') no-repeat !important }
202
- .su-list-style-note li { background: 0 50% url('../images/lists/list-style-note.png') no-repeat !important }
203
- .su-list-style-plus li { background: 0 50% url('../images/lists/list-style-plus.png') no-repeat !important }
204
- .su-list-style-guard li { background: 0 50% url('../images/lists/list-style-guard.png') no-repeat !important }
205
- .su-list-style-event li { background: 0 50% url('../images/lists/list-style-event.png') no-repeat !important }
206
- .su-list-style-idea li { background: 0 50% url('../images/lists/list-style-idea.png') no-repeat !important }
207
- .su-list-style-settings li { background: 0 50% url('../images/lists/list-style-settings.png') no-repeat !important }
208
- .su-list-style-twitter li { background: 0 50% url('../images/lists/list-style-twitter.png') no-repeat !important }
209
- .su-list-style-check li.x { background: 0 50% url('../images/lists/list-style-cross.png') no-repeat !important }
210
- .su-list-style-cross li.v { background: 0 50% url('../images/lists/list-style-check.png') no-repeat !important }
211
 
212
  /* Button
213
  ---------------------------------------------------------------*/
@@ -247,6 +249,14 @@
247
  -moz-box-shadow: none !important;
248
  -webkit-box-shadow: none !important;
249
  }
 
 
 
 
 
 
 
 
250
  .su-button.su-button-float-icon img { margin: 0 0.5em !important }
251
  .su-button small {
252
  display: block;
186
  padding: 0 !important;
187
  }
188
  .su-list ul li {
189
+ position: relative;
190
  list-style-type: none !important;
191
  display: block !important;
192
+ line-height: 1.3em;
193
  margin: 0 !important;
194
+ padding: 4px 0 4px 2em !important;
195
+ }
196
+ .su-list ul li img {
197
+ position: absolute;
198
+ left: 0;
199
+ top: 4px;
200
+ width: 1.3em;
201
+ height: 1.3em;
202
+ line-height: 1.3em;
203
+ }
204
+ .su-list ul li i {
205
+ position: absolute;
206
+ left: 0;
207
+ top: 4px;
208
+ width: 1.3em;
209
+ height: 1.3em;
210
+ line-height: 1.3em;
211
+ text-align: center;
212
+ }
213
 
214
  /* Button
215
  ---------------------------------------------------------------*/
249
  -moz-box-shadow: none !important;
250
  -webkit-box-shadow: none !important;
251
  }
252
+ .su-button i {
253
+ display: inline-block;
254
+ width: 1em;
255
+ height: 1em;
256
+ margin: 0 0.5em 0 0 !important;
257
+ text-align: center;
258
+ line-height: 1em;
259
+ }
260
  .su-button.su-button-float-icon img { margin: 0 0.5em !important }
261
  .su-button small {
262
  display: block;
assets/css/generator.css CHANGED
@@ -37,9 +37,7 @@
37
  #su-generator.su-generator-narrow { max-width: 500px; }
38
 
39
  /* Generator tools */
40
- #su-generator-tools {
41
- margin-bottom: 20px;
42
- }
43
  #su-generator-tools span {
44
  display: inline-block;
45
  width: 1px;
@@ -219,8 +217,10 @@
219
  }
220
 
221
  /* Upload fields */
222
- .su-generator-upload-value { margin-bottom: 10px; }
223
- .su-generator-upload-button img {
 
 
224
  vertical-align: middle;
225
  margin: 0 6px 0 -4px;
226
  }
@@ -233,6 +233,47 @@
233
  -khtml-opacity: 0;
234
  }
235
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
236
  /* Switches */
237
  .su-generator-switch {
238
  display: inline-block;
37
  #su-generator.su-generator-narrow { max-width: 500px; }
38
 
39
  /* Generator tools */
40
+ #su-generator-tools { margin-bottom: 20px; }
 
 
41
  #su-generator-tools span {
42
  display: inline-block;
43
  width: 1px;
217
  }
218
 
219
  /* Upload fields */
220
+ .su-generator-field-actions { padding-top: 10px; }
221
+ .su-generator-field-actions .button,
222
+ .su-generator-field-actions span { margin-right: 5px; }
223
+ .su-generator-field-actions img {
224
  vertical-align: middle;
225
  margin: 0 6px 0 -4px;
226
  }
233
  -khtml-opacity: 0;
234
  }
235
 
236
+ /* Icon picker */
237
+ .su-generator-icon-picker {
238
+ height: 0;
239
+ overflow: hidden;
240
+ margin: 0 -20px;
241
+ padding: 0 20px;
242
+ background: #eee;
243
+ line-height: 24px;
244
+ transition: all .2s;
245
+ -moz-transition: all .2s;
246
+ -webkit-transition: all .2s;
247
+ }
248
+ .su-generator-icon-picker:after {
249
+ display: block;
250
+ clear: both;
251
+ content: '';
252
+ }
253
+ .su-generator-icon-picker.su-generator-icon-picker-visible {
254
+ height: auto;
255
+ overflow: visible;
256
+ margin: 1em -20px 0 -20px;
257
+ padding: 14px 20px;
258
+ border-top: 1px solid #ccc;
259
+ border-bottom: 1px solid #ccc;
260
+ }
261
+ .su-generator-icon-picker i {
262
+ display: block;
263
+ width: 24px;
264
+ height: 24px;
265
+ float: left;
266
+ color: #555;
267
+ text-align: center;
268
+ font-size: 14px;
269
+ line-height: 24px;
270
+ cursor: pointer;
271
+ }
272
+ .su-generator-icon-picker i:hover {
273
+ color: #000;
274
+ font-size: 24px;
275
+ }
276
+
277
  /* Switches */
278
  .su-generator-switch {
279
  display: inline-block;
assets/images/lists/list-style-arrow.png DELETED
Binary file
assets/images/lists/list-style-check.png DELETED
Binary file
assets/images/lists/list-style-cross.png DELETED
Binary file
assets/images/lists/list-style-event.png DELETED
Binary file
assets/images/lists/list-style-gear.png DELETED
Binary file
assets/images/lists/list-style-guard.png DELETED
Binary file
assets/images/lists/list-style-idea.png DELETED
Binary file
assets/images/lists/list-style-link.png DELETED
Binary file
assets/images/lists/list-style-note.png DELETED
Binary file
assets/images/lists/list-style-plus.png DELETED
Binary file
assets/images/lists/list-style-settings.png DELETED
Binary file
assets/images/lists/list-style-star.png DELETED
Binary file
assets/images/lists/list-style-thumbs.png DELETED
Binary file
assets/images/lists/list-style-time.png DELETED
Binary file
assets/images/lists/list-style-twitter.png DELETED
Binary file
assets/js/generator.js CHANGED
@@ -230,7 +230,7 @@ jQuery(document).ready(function ($) {
230
  // Init upload buttons
231
  $('.su-generator-upload-button').each(function () {
232
  var $button = $(this),
233
- $val = $(this).parents('.su-generator-attr-container').find('.su-generator-upload-value'),
234
  file;
235
  $button.on('click', function (e) {
236
  e.preventDefault();
@@ -260,13 +260,50 @@ jQuery(document).ready(function ($) {
260
  file.open();
261
  });
262
  });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
263
  // Init switches
264
  $('.su-generator-switch').click(function (e) {
265
  // Prepare data
266
  var $switch = $(this),
267
  $value = $switch.parent().children('input'),
268
- is_on = !! ($value.val() ===
269
- 'yes');
270
  // Disable
271
  if (is_on) {
272
  // Change class
230
  // Init upload buttons
231
  $('.su-generator-upload-button').each(function () {
232
  var $button = $(this),
233
+ $val = $(this).parents('.su-generator-attr-container').find('input:text'),
234
  file;
235
  $button.on('click', function (e) {
236
  e.preventDefault();
260
  file.open();
261
  });
262
  });
263
+ // Init icon pickers
264
+ $('.su-generator-icon-picker-button').each(function () {
265
+ var $button = $(this),
266
+ $field = $(this).parents('.su-generator-attr-container'),
267
+ $val = $field.find('input:text'),
268
+ $picker = $field.find('.su-generator-icon-picker');
269
+
270
+ $button.click(function (e) {
271
+ $picker.toggleClass('su-generator-icon-picker-visible');
272
+ if ($picker.html() !== '') return;
273
+ // Load icons
274
+ $.ajax({
275
+ type: 'POST',
276
+ url: ajaxurl,
277
+ data: {
278
+ action: 'su_generator_icons'
279
+ },
280
+ dataType: 'json',
281
+ beforeSend: function () {
282
+ // Show loading animation
283
+ $picker.html(su_generator.loading_icons + '…');
284
+ },
285
+ success: function (data) {
286
+ $picker.html('');
287
+ $.each(data, function (icon) {
288
+ $picker.append('<i class="icon-' + data[icon] + '" title="' + data[icon] + '"></i>');
289
+ });
290
+ $picker.find('i').click(function (e) {
291
+ $val.val('icon: ' + $(this).attr('title'));
292
+ $picker.removeClass('su-generator-icon-picker-visible');
293
+ $val.trigger('change');
294
+ e.preventDefault();
295
+ });
296
+ }
297
+ });
298
+ e.preventDefault();
299
+ });
300
+ });
301
  // Init switches
302
  $('.su-generator-switch').click(function (e) {
303
  // Prepare data
304
  var $switch = $(this),
305
  $value = $switch.parent().children('input'),
306
+ is_on = !! ($value.val() === 'yes');
 
307
  // Disable
308
  if (is_on) {
309
  // Change class
inc/core/class.assets.php CHANGED
@@ -50,27 +50,24 @@ class Shortcodes_Ultimate_Assets {
50
  wp_register_script( 'magnific-popup', $shult->assets( 'js', 'magnific-popup.js' ), array( 'jquery' ), '0.9.7', true );
51
  // Ace
52
  wp_register_script( 'ace', $shult->assets( 'js', 'ace/ace.js' ), false, '1.1.01', true );
53
- // Iframe transport
54
- wp_register_script( 'iframe-transport', $shult->assets( 'js', 'iframe-transport.js' ), array( 'jquery' ), '1.7', true );
55
- // File upload
56
- wp_register_script( 'file-upload', $shult->assets( 'js', 'file-upload.js' ), array( 'iframe-transport', 'jquery-ui-widget' ), '5.31.6', true );
57
  // Swiper
58
  wp_register_script( 'swiper', $shult->assets( 'js', 'swiper.js' ), array( 'jquery' ), $shult->version, true );
59
  // jPlayer
60
  wp_register_script( 'jplayer', $shult->assets( 'js', 'jplayer.js' ), array( 'jquery' ), $shult->version, true );
61
  // Options page
62
  wp_register_style( 'su-options-page', $shult->assets( 'css', 'options-page.css' ), false, $shult->version, 'all' );
63
- wp_register_script( 'su-options-page', $shult->assets( 'js', 'options-page.js' ), array( 'magnific-popup', 'file-upload', 'jquery-ui-sortable', 'ace', 'jsrender' ), $shult->version, true );
64
  wp_localize_script( 'su-options-page', 'su_options_page', array(
65
  'upload_title' => __( 'Choose files', 'su' ),
66
  'upload_insert' => __( 'Add selected files', 'su' )
67
  ) );
68
  // Generator
69
  wp_register_style( 'su-generator', $shult->assets( 'css', 'generator.css' ), array( 'farbtastic', 'magnific-popup' ), $shult->version, 'all' );
70
- wp_register_script( 'su-generator', $shult->assets( 'js', 'generator.js' ), array( 'file-upload', 'farbtastic', 'magnific-popup', 'qtip' ), $shult->version, true );
71
  wp_localize_script( 'su-generator', 'su_generator', array(
72
  'upload_title' => __( 'Choose file', 'su' ),
73
- 'upload_insert' => __( 'Insert', 'su' )
 
74
  ) );
75
  // Shortcodes stylesheets
76
  wp_register_style( 'su-content-shortcodes', self::skin_url( 'content-shortcodes.css' ), false, $shult->version, 'all' );
@@ -158,7 +155,7 @@ class Shortcodes_Ultimate_Assets {
158
  if ( $_GET['page'] !== $shult->slug ) return;
159
  // Request assets
160
  self::add( 'css', array( 'magnific-popup', 'ace', 'su-options-page' ) );
161
- self::add( 'js', array( 'jquery', 'magnific-popup', 'jquery-ui-core', 'jquery-ui-widget', 'jquery-ui-mouse', 'jquery-ui-sortable', 'iframe-transport', 'file-upload', 'jsrender', 'su-options-page' ) );
162
  }
163
 
164
  /**
50
  wp_register_script( 'magnific-popup', $shult->assets( 'js', 'magnific-popup.js' ), array( 'jquery' ), '0.9.7', true );
51
  // Ace
52
  wp_register_script( 'ace', $shult->assets( 'js', 'ace/ace.js' ), false, '1.1.01', true );
 
 
 
 
53
  // Swiper
54
  wp_register_script( 'swiper', $shult->assets( 'js', 'swiper.js' ), array( 'jquery' ), $shult->version, true );
55
  // jPlayer
56
  wp_register_script( 'jplayer', $shult->assets( 'js', 'jplayer.js' ), array( 'jquery' ), $shult->version, true );
57
  // Options page
58
  wp_register_style( 'su-options-page', $shult->assets( 'css', 'options-page.css' ), false, $shult->version, 'all' );
59
+ wp_register_script( 'su-options-page', $shult->assets( 'js', 'options-page.js' ), array( 'magnific-popup', 'jquery-ui-sortable', 'ace', 'jsrender' ), $shult->version, true );
60
  wp_localize_script( 'su-options-page', 'su_options_page', array(
61
  'upload_title' => __( 'Choose files', 'su' ),
62
  'upload_insert' => __( 'Add selected files', 'su' )
63
  ) );
64
  // Generator
65
  wp_register_style( 'su-generator', $shult->assets( 'css', 'generator.css' ), array( 'farbtastic', 'magnific-popup' ), $shult->version, 'all' );
66
+ wp_register_script( 'su-generator', $shult->assets( 'js', 'generator.js' ), array( 'farbtastic', 'magnific-popup', 'qtip' ), $shult->version, true );
67
  wp_localize_script( 'su-generator', 'su_generator', array(
68
  'upload_title' => __( 'Choose file', 'su' ),
69
+ 'upload_insert' => __( 'Insert', 'su' ),
70
+ 'loading_icons' => __( 'Please wait', 'su' )
71
  ) );
72
  // Shortcodes stylesheets
73
  wp_register_style( 'su-content-shortcodes', self::skin_url( 'content-shortcodes.css' ), false, $shult->version, 'all' );
155
  if ( $_GET['page'] !== $shult->slug ) return;
156
  // Request assets
157
  self::add( 'css', array( 'magnific-popup', 'ace', 'su-options-page' ) );
158
+ self::add( 'js', array( 'jquery', 'magnific-popup', 'jquery-ui-core', 'jquery-ui-widget', 'jquery-ui-mouse', 'jquery-ui-sortable', 'jsrender', 'su-options-page' ) );
159
  }
160
 
161
  /**
inc/core/class.data.php CHANGED
@@ -42,6 +42,10 @@ class Shortcodes_Ultimate_Data {
42
  ) );
43
  }
44
 
 
 
 
 
45
  /**
46
  * Shortcodes
47
  */
@@ -508,6 +512,18 @@ class Shortcodes_Ultimate_Data {
508
  'default' => 'star',
509
  'name' => __( 'Style', 'su' ), 'desc' => __( 'List items style/icons', 'su' )
510
  ),
 
 
 
 
 
 
 
 
 
 
 
 
511
  'class' => array(
512
  'default' => '',
513
  'name' => __( 'Class', 'su' ),
@@ -593,10 +609,16 @@ class Shortcodes_Ultimate_Data {
593
  'desc' => __( 'Radius of button corners. Auto-radius calculation based on button size', 'su' )
594
  ),
595
  'icon' => array(
596
- 'type' => 'upload',
597
  'default' => '',
598
  'name' => __( 'Icon', 'su' ),
599
- 'desc' => __( 'You can upload custom icon for this button. Try to begin with <a href="http://webdesign.tutsplus.com/freebies/icons-freebies/exclusive-freebie-50-crisp-web-app-icons/" target="_blank">these free high-quality icons</a>. Download archive, unpack icons and upload in this field', 'su' )
 
 
 
 
 
 
600
  ),
601
  'ts_color' => array(
602
  'type' => 'select',
@@ -654,14 +676,22 @@ class Shortcodes_Ultimate_Data {
654
  'desc' => __( 'Service name', 'su' )
655
  ),
656
  'icon' => array(
657
- 'type' => 'upload',
658
  'default' => '',
659
  'name' => __( 'Icon', 'su' ),
660
  'desc' => __( 'You can upload custom icon for this box', 'su' )
661
  ),
 
 
 
 
 
 
662
  'size' => array(
663
- 'type' => 'select',
664
- 'values' => array( 16, 24, 32, 48 ),
 
 
665
  'default' => 32,
666
  'name' => __( 'Icon size', 'su' ),
667
  'desc' => __( 'Size of the uploaded icon in pixels', 'su' )
42
  ) );
43
  }
44
 
45
+ public static function icons() {
46
+ return apply_filters( 'su/data/icons', array( 'adjust', 'anchor', 'archive', 'asterisk', 'ban-circle', 'bar-chart', 'barcode', 'beaker', 'beer', 'bell', 'bell-alt', 'bolt', 'book', 'bookmark', 'bookmark-empty', 'briefcase', 'bug', 'building', 'bullhorn', 'bullseye', 'calendar', 'calendar-empty', 'camera', 'camera-retro', 'certificate', 'check', 'check-empty', 'check-minus', 'check-sign', 'circle', 'circle-blank', 'cloud', 'cloud-download', 'cloud-upload', 'code', 'code-fork', 'coffee', 'cog', 'cogs', 'collapse', 'collapse-alt', 'collapse-top', 'comment', 'comment-alt', 'comments', 'comments-alt', 'compass', 'credit-card', 'crop', 'dashboard', 'desktop', 'download', 'download-alt', 'edit', 'edit-sign', 'ellipsis-horizontal', 'ellipsis-vertical', 'envelope', 'envelope-alt', 'eraser', 'exchange', 'exclamation', 'exclamation-sign', 'expand', 'expand-alt', 'external-link', 'external-link-sign', 'eye-close', 'eye-open', 'facetime-video', 'female', 'fighter-jet', 'film', 'filter', 'fire', 'fire-extinguisher', 'flag', 'flag-alt', 'flag-checkered', 'folder-close', 'folder-close-alt', 'folder-open', 'folder-open-alt', 'food', 'frown', 'gamepad', 'cog', 'cogs', 'gift', 'glass', 'globe', 'group', 'hdd', 'headphones', 'heart', 'heart-empty', 'home', 'inbox', 'info', 'info-sign', 'key', 'keyboard', 'laptop', 'leaf', 'legal', 'lemon', 'level-down', 'level-up', 'lightbulb', 'location-arrow', 'lock', 'magic', 'magnet', 'share-alt', 'reply', 'mail-reply-all', 'male', 'map-marker', 'meh', 'microphone', 'microphone-off', 'minus', 'minus-sign', 'minus-sign-alt', 'mobile-phone', 'money', 'moon', 'move', 'music', 'off', 'ok', 'ok-circle', 'ok-sign', 'pencil', 'phone', 'phone-sign', 'picture', 'plane', 'plus', 'plus-sign', 'plus-sign-alt', 'off', 'print', 'pushpin', 'puzzle-piece', 'qrcode', 'question', 'question-sign', 'quote-left', 'quote-right', 'random', 'refresh', 'remove', 'remove-circle', 'remove-sign', 'reorder', 'reply', 'reply-all', 'resize-horizontal', 'resize-vertical', 'retweet', 'road', 'rocket', 'rss', 'rss-sign', 'screenshot', 'search', 'share', 'share-alt', 'share-sign', 'shield', 'shopping-cart', 'sign-blank', 'signal', 'signin', 'signout', 'sitemap', 'smile', 'sort', 'sort-by-alphabet', 'sort-by-alphabet-alt', 'sort-by-attributes', 'sort-by-attributes-alt', 'sort-by-order', 'sort-by-order-alt', 'sort-down', 'sort-up', 'spinner', 'star', 'star-empty', 'star-half', 'star-half-empty', 'star-half-empty', 'subscript', 'suitcase', 'sun', 'superscript', 'tablet', 'tag', 'tags', 'tasks', 'terminal', 'thumbs-down', 'thumbs-down-alt', 'thumbs-up', 'thumbs-up-alt', 'ticket', 'time', 'tint', 'trash', 'trophy', 'truck', 'umbrella', 'check-empty', 'unlock', 'unlock-alt', 'upload', 'upload-alt', 'user', 'volume-down', 'volume-off', 'volume-up', 'warning-sign', 'wrench', 'zoom-in', 'zoom-out', 'angle-down', 'angle-left', 'angle-right', 'angle-up', 'arrow-down', 'arrow-left', 'arrow-right', 'arrow-up', 'caret-down', 'caret-left', 'caret-right', 'caret-up', 'chevron-down', 'chevron-left', 'chevron-right', 'chevron-sign-down', 'chevron-sign-left', 'chevron-sign-right', 'chevron-sign-up', 'chevron-up', 'circle-arrow-down', 'circle-arrow-left', 'circle-arrow-right', 'circle-arrow-up', 'double-angle-down', 'double-angle-left', 'double-angle-right', 'double-angle-up', 'hand-down', 'hand-left', 'hand-right', 'hand-up', 'long-arrow-down', 'long-arrow-left', 'long-arrow-right', 'long-arrow-up', 'backward', 'eject', 'fast-backward', 'fast-forward', 'forward', 'fullscreen', 'pause', 'play', 'play-circle', 'play-sign', 'resize-full', 'resize-small', 'step-backward', 'step-forward', 'stop', 'youtube-play', 'adn', 'android', 'apple', 'bitbucket', 'bitbucket-sign', 'btc', 'btc', 'css3', 'dribbble', 'dropbox', 'facebook', 'facebook-sign', 'flickr', 'foursquare', 'github', 'github-alt', 'github-sign', 'gittip', 'google-plus', 'google-plus-sign', 'html5', 'instagram', 'linkedin', 'linkedin-sign', 'linux', 'maxcdn', 'pinterest', 'pinterest-sign', 'renren', 'skype', 'stackexchange', 'trello', 'tumblr', 'tumblr-sign', 'twitter', 'twitter-sign', 'vk', 'weibo', 'windows', 'xing', 'xing-sign', 'youtube', 'youtube-play', 'youtube-sign', 'ambulance', 'h-sign', 'hospital', 'medkit', 'plus-sign-alt', 'stethoscope', 'user-md' ) );
47
+ }
48
+
49
  /**
50
  * Shortcodes
51
  */
512
  'default' => 'star',
513
  'name' => __( 'Style', 'su' ), 'desc' => __( 'List items style/icons', 'su' )
514
  ),
515
+ 'icon' => array(
516
+ 'type' => 'icon',
517
+ 'default' => '',
518
+ 'name' => __( 'Icon', 'su' ),
519
+ 'desc' => __( 'You can upload custom icon for this list or pick a built-in icon', 'su' )
520
+ ),
521
+ 'icon_color' => array(
522
+ 'type' => 'color',
523
+ 'default' => '#333333',
524
+ 'name' => __( 'Icon color', 'su' ),
525
+ 'desc' => __( 'This color will be applied to the selected icon. Does not work with uploaded icons', 'su' )
526
+ ),
527
  'class' => array(
528
  'default' => '',
529
  'name' => __( 'Class', 'su' ),
609
  'desc' => __( 'Radius of button corners. Auto-radius calculation based on button size', 'su' )
610
  ),
611
  'icon' => array(
612
+ 'type' => 'icon',
613
  'default' => '',
614
  'name' => __( 'Icon', 'su' ),
615
+ 'desc' => __( 'You can upload custom icon for this button or pick a built-in icon', 'su' )
616
+ ),
617
+ 'icon_color' => array(
618
+ 'type' => 'color',
619
+ 'default' => '#FFFFFF',
620
+ 'name' => __( 'Icon color', 'su' ),
621
+ 'desc' => __( 'This color will be applied to the selected icon. Does not work with uploaded icons', 'su' )
622
  ),
623
  'ts_color' => array(
624
  'type' => 'select',
676
  'desc' => __( 'Service name', 'su' )
677
  ),
678
  'icon' => array(
679
+ 'type' => 'icon',
680
  'default' => '',
681
  'name' => __( 'Icon', 'su' ),
682
  'desc' => __( 'You can upload custom icon for this box', 'su' )
683
  ),
684
+ 'icon_color' => array(
685
+ 'type' => 'color',
686
+ 'default' => '#333333',
687
+ 'name' => __( 'Icon color', 'su' ),
688
+ 'desc' => __( 'This color will be applied to the selected icon. Doed no works with uploaded icons', 'su' )
689
+ ),
690
  'size' => array(
691
+ 'type' => 'number',
692
+ 'min' => 10,
693
+ 'max' => 128,
694
+ 'step' => 2,
695
  'default' => 32,
696
  'name' => __( 'Icon size', 'su' ),
697
  'desc' => __( 'Size of the uploaded icon in pixels', 'su' )
inc/core/class.generator.php CHANGED
@@ -18,6 +18,7 @@ class Shortcodes_Ultimate_Generator {
18
  add_action( 'wp_ajax_su_generator_preview', array( __CLASS__, 'preview' ) );
19
  add_action( 'wp_ajax_su_generator_get_terms', array( __CLASS__, 'get_terms' ) );
20
  add_action( 'wp_ajax_su_generator_upload', array( __CLASS__, 'upload' ) );
 
21
  add_action( 'wp_ajax_su_generator_galleries', array( __CLASS__, 'galleries' ) );
22
  }
23
 
@@ -179,7 +180,11 @@ class Shortcodes_Ultimate_Generator {
179
  break;
180
  // Upload
181
  case 'upload':
182
- $return .= '<input type="text" name="' . $attr_name . '" value="' . esc_attr( $attr_info['default'] ) . '" id="su-generator-attr-' . $attr_name . '" class="su-generator-attr su-generator-upload-value" /><a href="javascript:;" class="button su-generator-upload-button"><img src="' . admin_url( '/images/media-button.png' ) . '" alt="' . __( 'Media manager', 'su' ) . '" />' . __( 'Media manager', 'su' ) . '</a>';
 
 
 
 
183
  break;
184
  // Color
185
  case 'color':
@@ -269,6 +274,13 @@ class Shortcodes_Ultimate_Generator {
269
  die( wp_get_attachment_url( $file['attachment_id'] ) );
270
  }
271
 
 
 
 
 
 
 
 
272
  /**
273
  * Print json-encoded list of galleries
274
  */
18
  add_action( 'wp_ajax_su_generator_preview', array( __CLASS__, 'preview' ) );
19
  add_action( 'wp_ajax_su_generator_get_terms', array( __CLASS__, 'get_terms' ) );
20
  add_action( 'wp_ajax_su_generator_upload', array( __CLASS__, 'upload' ) );
21
+ add_action( 'wp_ajax_su_generator_icons', array( __CLASS__, 'icons' ) );
22
  add_action( 'wp_ajax_su_generator_galleries', array( __CLASS__, 'galleries' ) );
23
  }
24
 
180
  break;
181
  // Upload
182
  case 'upload':
183
+ $return .= '<input type="text" name="' . $attr_name . '" value="' . esc_attr( $attr_info['default'] ) . '" id="su-generator-attr-' . $attr_name . '" class="su-generator-attr su-generator-upload-value" /><div class="su-generator-field-actions"><a href="javascript:;" class="button su-generator-upload-button"><img src="' . admin_url( '/images/media-button.png' ) . '" alt="' . __( 'Media manager', 'su' ) . '" />' . __( 'Media manager', 'su' ) . '</a></div>';
184
+ break;
185
+ // Icon
186
+ case 'icon':
187
+ $return .= '<input type="text" name="' . $attr_name . '" value="' . esc_attr( $attr_info['default'] ) . '" id="su-generator-attr-' . $attr_name . '" class="su-generator-attr su-generator-icon-picker-value" /><div class="su-generator-field-actions"><a href="javascript:;" class="button su-generator-upload-button su-generator-field-action"><img src="' . admin_url( '/images/media-button.png' ) . '" alt="' . __( 'Media manager', 'su' ) . '" />' . __( 'Media manager', 'su' ) . '</a> <a href="javascript:;" class="button su-generator-icon-picker-button su-generator-field-action"><img src="' . admin_url( '/images/media-button-other.gif' ) . '" alt="' . __( 'Icon picker', 'su' ) . '" />' . __( 'Icon picker', 'su' ) . '</a></div><div class="su-generator-icon-picker"></div>';
188
  break;
189
  // Color
190
  case 'color':
274
  die( wp_get_attachment_url( $file['attachment_id'] ) );
275
  }
276
 
277
+ public static function icons() {
278
+ // Check capability
279
+ self::access();
280
+ // Return JSON-encoded list of available icons
281
+ die( json_encode( Shortcodes_Ultimate_Data::icons() ) );
282
+ }
283
+
284
  /**
285
  * Print json-encoded list of galleries
286
  */
inc/core/class.shortcodes.php CHANGED
@@ -191,11 +191,83 @@ class Shortcodes_Ultimate_Shortcodes {
191
 
192
  public static function su_list( $atts = null, $content = null ) {
193
  $atts = shortcode_atts( array(
194
- 'style' => 'star',
 
 
195
  'class' => ''
196
  ), $atts );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
197
  Shortcodes_Ultimate_Assets::add( 'css', 'su-content-shortcodes' );
198
- return '<div class="su-list su-list-style-' . $atts['style'] . su_ecssc( $atts ) . '">' . su_do_shortcode( $content, 'l' ) . '</div>';
199
  }
200
 
201
  public static function button( $atts = null, $content = null ) {
@@ -212,6 +284,7 @@ class Shortcodes_Ultimate_Shortcodes {
212
  'center' => 'no',
213
  'radius' => 'auto',
214
  'icon' => false,
 
215
  'ts_color' => 'dark',
216
  'ts_pos' => 'none',
217
  'desc' => '',
@@ -279,8 +352,8 @@ class Shortcodes_Ultimate_Shortcodes {
279
  );
280
  // CSS rules for <img> tag
281
  $img_rules = array(
282
- 'width' => round( $styles['size'] * 1.5 ) . 'px',
283
- 'height' => round( $styles['size'] * 1.5 ) . 'px'
284
  );
285
  // CSS rules for <small> tag
286
  $small_rules = array(
@@ -302,7 +375,14 @@ class Shortcodes_Ultimate_Shortcodes {
302
  // Wide class
303
  if ( $atts['wide'] === 'yes' ) $classes[] = 'su-button-wide';
304
  // Prepare icon
305
- $icon = ( $atts['icon'] ) ? '<img src="' . $atts['icon'] . '" alt="' . esc_attr( $content ) . '" style="' . implode( $img_css, ';' ) . '" />' : '';
 
 
 
 
 
 
 
306
  // Prepare <small> with description
307
  $desc = ( $atts['desc'] ) ? '<small style="' . implode( $small_css, ';' ) . '">' . su_scattr( $atts['desc'] ) . '</small>' : '';
308
  // Wrap with div if button centered
@@ -326,13 +406,23 @@ class Shortcodes_Ultimate_Shortcodes {
326
 
327
  public static function service( $atts = null, $content = null ) {
328
  $atts = shortcode_atts( array(
329
- 'title' => __( 'Service title', 'su' ),
330
- 'icon' => plugins_url( 'assets/images/service.png', SU_PLUGIN_FILE ),
331
- 'size' => 32,
332
- 'class' => ''
 
333
  ), $atts );
 
 
 
 
 
 
 
 
 
334
  Shortcodes_Ultimate_Assets::add( 'css', 'su-box-shortcodes' );
335
- return '<div class="su-service' . su_ecssc( $atts ) . '"><div class="su-service-title" style="padding:' . round( ( $atts['size'] - 16 ) / 2 ) . 'px 0 ' . round( ( $atts['size'] - 16 ) / 2 ) . 'px ' . ( $atts['size'] + 15 ) . 'px"><img src="' . su_scattr( $atts['icon'] ) . '" width="' . $atts['size'] . '" height="' . $atts['size'] . '" alt="' . $atts['title'] . '" /> ' . su_scattr( $atts['title'] ) . '</div><div class="su-service-content" style="padding:0 0 0 ' . ( $atts['size'] + 15 ) . 'px">' . do_shortcode( $content ) . '</div></div>';
336
  }
337
 
338
  public static function box( $atts = null, $content = null ) {
@@ -690,7 +780,7 @@ class Shortcodes_Ultimate_Shortcodes {
690
  'container' => false,
691
  'fallback_cb' => array( __CLASS__, 'menu_fb' ),
692
  'class' => $atts['class']
693
- ) );
694
  return ( $atts['name'] ) ? $return : false;
695
  }
696
 
@@ -974,7 +1064,7 @@ class Shortcodes_Ultimate_Shortcodes {
974
  'post_type' => explode( ',', $post_type ),
975
  'posts_per_page' => $posts_per_page,
976
  'tag' => $tag
977
- );
978
  // Ignore Sticky Posts
979
  if ( $ignore_sticky_posts ) $args['ignore_sticky_posts'] = true;
980
  // Meta key (for ordering)
191
 
192
  public static function su_list( $atts = null, $content = null ) {
193
  $atts = shortcode_atts( array(
194
+ 'icon' => 'icon: star',
195
+ 'icon_color' => '#333',
196
+ 'style' => null,
197
  'class' => ''
198
  ), $atts );
199
+ // Backward compatibility // 4.2.3+
200
+ if ( $atts['style'] !== null ) {
201
+ switch ( $atts['style'] ) {
202
+ case 'star':
203
+ $atts['icon'] = 'icon: star';
204
+ $atts['icon_color'] = '#ffd647';
205
+ break;
206
+ case 'arrow':
207
+ $atts['icon'] = 'icon: long-arrow-right';
208
+ $atts['icon_color'] = '#00d1ce';
209
+ break;
210
+ case 'check':
211
+ $atts['icon'] = 'icon: ok';
212
+ $atts['icon_color'] = '#17bf20';
213
+ break;
214
+ case 'cross':
215
+ $atts['icon'] = 'icon: remove';
216
+ $atts['icon_color'] = '#ff142b';
217
+ break;
218
+ case 'thumbs':
219
+ $atts['icon'] = 'icon: thumbs-up-alt';
220
+ $atts['icon_color'] = '#8a8a8a';
221
+ break;
222
+ case 'link':
223
+ $atts['icon'] = 'icon: external-link';
224
+ $atts['icon_color'] = '#5c5c5c';
225
+ break;
226
+ case 'gear':
227
+ $atts['icon'] = 'icon: cog';
228
+ $atts['icon_color'] = '#ccc';
229
+ break;
230
+ case 'time':
231
+ $atts['icon'] = 'icon: time';
232
+ $atts['icon_color'] = '#a8a8a8';
233
+ break;
234
+ case 'note':
235
+ $atts['icon'] = 'icon: edit';
236
+ $atts['icon_color'] = '#f7d02c';
237
+ break;
238
+ case 'plus':
239
+ $atts['icon'] = 'icon: plus-sign';
240
+ $atts['icon_color'] = '#61dc3c';
241
+ break;
242
+ case 'guard':
243
+ $atts['icon'] = 'icon: shield';
244
+ $atts['icon_color'] = '#1bbe08';
245
+ break;
246
+ case 'event':
247
+ $atts['icon'] = 'icon: bullhorn';
248
+ $atts['icon_color'] = '#ff4c42';
249
+ break;
250
+ case 'idea':
251
+ $atts['icon'] = 'icon: sun';
252
+ $atts['icon_color'] = '#ffd880';
253
+ break;
254
+ case 'settings':
255
+ $atts['icon'] = 'icon: cogs';
256
+ $atts['icon_color'] = '#8a8a8a';
257
+ break;
258
+ case 'twitter':
259
+ $atts['icon'] = 'icon: twitter-sign';
260
+ $atts['icon_color'] = '#00ced6';
261
+ break;
262
+ }
263
+ }
264
+ if ( strpos( $atts['icon'], 'icon:' ) !== false ) {
265
+ $atts['icon'] = '<i class="icon-' . trim( str_replace( 'icon:', '', $atts['icon'] ) ) . '" style="color:' . $atts['icon_color'] . '"></i>';
266
+ Shortcodes_Ultimate_Assets::add( 'css', 'font-awesome' );
267
+ }
268
+ else $atts['icon'] = '<img src="' . $atts['icon'] . '" alt="" />';
269
  Shortcodes_Ultimate_Assets::add( 'css', 'su-content-shortcodes' );
270
+ return '<div class="su-list su-list-style-' . $atts['style'] . su_ecssc( $atts ) . '">' . str_replace( '<li>', '<li>' . $atts['icon'] . ' ', su_do_shortcode( $content, 'l' ) ) . '</div>';
271
  }
272
 
273
  public static function button( $atts = null, $content = null ) {
284
  'center' => 'no',
285
  'radius' => 'auto',
286
  'icon' => false,
287
+ 'icon_color' => '#FFFFFF',
288
  'ts_color' => 'dark',
289
  'ts_pos' => 'none',
290
  'desc' => '',
352
  );
353
  // CSS rules for <img> tag
354
  $img_rules = array(
355
+ 'width' => round( $styles['size'] * 1.5 ) . 'px',
356
+ 'height' => round( $styles['size'] * 1.5 ) . 'px'
357
  );
358
  // CSS rules for <small> tag
359
  $small_rules = array(
375
  // Wide class
376
  if ( $atts['wide'] === 'yes' ) $classes[] = 'su-button-wide';
377
  // Prepare icon
378
+ if ( $atts['icon'] ) {
379
+ if ( strpos( $atts['icon'], 'icon:' ) !== false ) {
380
+ $icon = '<i class="icon-' . trim( str_replace( 'icon:', '', $atts['icon'] ) ) . '" style="font-size:' . $styles['size'] . 'px;color:' . $atts['icon_color'] . '"></i>';
381
+ Shortcodes_Ultimate_Assets::add( 'css', 'font-awesome' );
382
+ }
383
+ else $icon = '<img src="' . $atts['icon'] . '" alt="' . esc_attr( $content ) . '" style="' . implode( $img_css, ';' ) . '" />';
384
+ }
385
+ else $icon = '';
386
  // Prepare <small> with description
387
  $desc = ( $atts['desc'] ) ? '<small style="' . implode( $small_css, ';' ) . '">' . su_scattr( $atts['desc'] ) . '</small>' : '';
388
  // Wrap with div if button centered
406
 
407
  public static function service( $atts = null, $content = null ) {
408
  $atts = shortcode_atts( array(
409
+ 'title' => __( 'Service title', 'su' ),
410
+ 'icon' => plugins_url( 'assets/images/service.png', SU_PLUGIN_FILE ),
411
+ 'icon_color' => '#333',
412
+ 'size' => 32,
413
+ 'class' => ''
414
  ), $atts );
415
+ // Built-in icon
416
+ if ( strpos( $atts['icon'], 'icon:' ) !== false ) {
417
+ $atts['icon'] = '<i class="icon-' . trim( str_replace( 'icon:', '', $atts['icon'] ) ) . '" style="font-size:' . $atts['size'] . 'px;color:' . $atts['icon_color'] . '"></i>';
418
+ Shortcodes_Ultimate_Assets::add( 'css', 'font-awesome' );
419
+ }
420
+ // Uploaded icon
421
+ else {
422
+ $atts['icon'] = '<img src="' . $atts['icon'] . '" width="' . $atts['size'] . '" height="' . $atts['size'] . '" alt="' . $atts['title'] . '" />';
423
+ }
424
  Shortcodes_Ultimate_Assets::add( 'css', 'su-box-shortcodes' );
425
+ return '<div class="su-service' . su_ecssc( $atts ) . '"><div class="su-service-title" style="padding-left:' . round( $atts['size'] + 14 ) . 'px;height:' . $atts['size'] . 'px;line-height:' . $atts['size'] . 'px">' . $atts['icon'] . ' ' . su_scattr( $atts['title'] ) . '</div><div class="su-service-content" style="padding-left:' . round( $atts['size'] + 14 ) . 'px">' . do_shortcode( $content ) . '</div></div>';
426
  }
427
 
428
  public static function box( $atts = null, $content = null ) {
780
  'container' => false,
781
  'fallback_cb' => array( __CLASS__, 'menu_fb' ),
782
  'class' => $atts['class']
783
+ ) );
784
  return ( $atts['name'] ) ? $return : false;
785
  }
786
 
1064
  'post_type' => explode( ',', $post_type ),
1065
  'posts_per_page' => $posts_per_page,
1066
  'tag' => $tag
1067
+ );
1068
  // Ignore Sticky Posts
1069
  if ( $ignore_sticky_posts ) $args['ignore_sticky_posts'] = true;
1070
  // Meta key (for ordering)
languages/su-ru_RU.mo CHANGED
Binary file
languages/su-ru_RU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gn_themes\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-10-17 00:44+0300\n"
6
- "PO-Revision-Date: 2013-10-17 00:44+0300\n"
7
  "Last-Translator: Vladimir Anokhin <ano.vladimir@gmail.com>\n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
@@ -19,12 +19,12 @@ msgid "Heading 2"
19
  msgstr "Заголовок 2"
20
 
21
  #: inc/example-addon.php:43
22
- #: inc/core/class.data.php:164
23
- #: inc/core/class.data.php:289
24
- #: inc/core/class.data.php:372
25
- #: inc/core/class.data.php:547
26
- #: inc/core/class.data.php:694
27
- #: inc/core/class.data.php:856
28
  msgid "Default"
29
  msgstr "По умолчанию"
30
 
@@ -33,12 +33,12 @@ msgid "Small"
33
  msgstr "Маленький"
34
 
35
  #: inc/example-addon.php:49
36
- #: inc/core/class.data.php:169
37
- #: inc/core/class.data.php:378
38
- #: inc/core/class.data.php:509
39
- #: inc/core/class.data.php:557
40
- #: inc/core/class.data.php:701
41
- #: inc/core/class.data.php:826
42
  msgid "Style"
43
  msgstr "Стиль"
44
 
@@ -54,6 +54,14 @@ msgstr "Текст заголовка 2"
54
  msgid "Styled heading 2"
55
  msgstr "Стильный заголовок 2"
56
 
 
 
 
 
 
 
 
 
57
  #: inc/core/class.assets.php:68
58
  msgid "Choose file"
59
  msgstr "Выбор файла"
@@ -62,7 +70,12 @@ msgstr "Выбор файла"
62
  msgid "Insert"
63
  msgstr "Вставить"
64
 
65
- #: inc/core/class.assets.php:82
 
 
 
 
 
66
  msgid "This shortcode doesn't work in live preview. Please insert it into editor and preview on the site."
67
  msgstr "Этот шорткод не работает в режиме предпросмотра. Пожалуйста вставьте шорткод в редактор и посмотрите результат на странице записи."
68
 
@@ -71,12 +84,12 @@ msgid "All"
71
  msgstr "Все"
72
 
73
  #: inc/core/class.data.php:37
74
- #: inc/core/class.generator.php:224
75
  msgid "Content"
76
  msgstr "Содержимое"
77
 
78
  #: inc/core/class.data.php:38
79
- #: inc/core/class.data.php:682
80
  msgid "Box"
81
  msgstr "Блок"
82
 
@@ -85,10 +98,10 @@ msgid "Media"
85
  msgstr "Медиа"
86
 
87
  #: inc/core/class.data.php:40
88
- #: inc/core/class.data.php:1484
89
- #: inc/core/class.data.php:1576
90
- #: inc/core/class.data.php:1678
91
- #: inc/core/class.data.php:1684
92
  msgid "Gallery"
93
  msgstr "Галерея"
94
 
@@ -96,168 +109,168 @@ msgstr "Галерея"
96
  msgid "Other"
97
  msgstr "Другое"
98
 
99
- #: inc/core/class.data.php:52
100
  msgid "Heading"
101
  msgstr "Заголовок"
102
 
103
- #: inc/core/class.data.php:62
104
- #: inc/core/class.data.php:383
105
- #: inc/core/class.data.php:463
106
- #: inc/core/class.data.php:575
107
  msgid "Size"
108
  msgstr "Размер"
109
 
110
- #: inc/core/class.data.php:62
111
  msgid "Select heading size"
112
  msgstr "Выберите размер заголовка"
113
 
114
- #: inc/core/class.data.php:67
115
- #: inc/core/class.data.php:347
116
- #: inc/core/class.data.php:617
117
- #: inc/core/class.data.php:834
118
  msgid "Left"
119
  msgstr "Слева"
120
 
121
- #: inc/core/class.data.php:68
122
- #: inc/core/class.data.php:1517
123
- #: inc/core/class.data.php:1625
124
  msgid "Center"
125
  msgstr "По центру"
126
 
127
- #: inc/core/class.data.php:69
128
- #: inc/core/class.data.php:348
129
- #: inc/core/class.data.php:615
130
- #: inc/core/class.data.php:835
131
  msgid "Right"
132
  msgstr "Справа"
133
 
134
- #: inc/core/class.data.php:72
135
- #: inc/core/class.data.php:351
136
- #: inc/core/class.data.php:409
137
  msgid "Align"
138
  msgstr "Выравнивание"
139
 
140
- #: inc/core/class.data.php:73
141
  msgid "Heading text alignment"
142
  msgstr "Выравнивание текста в заголовке"
143
 
144
- #: inc/core/class.data.php:77
145
- #: inc/core/class.data.php:108
146
- #: inc/core/class.data.php:136
147
- #: inc/core/class.data.php:174
148
- #: inc/core/class.data.php:191
149
- #: inc/core/class.data.php:219
150
- #: inc/core/class.data.php:243
151
- #: inc/core/class.data.php:272
152
- #: inc/core/class.data.php:302
153
- #: inc/core/class.data.php:330
154
- #: inc/core/class.data.php:355
155
- #: inc/core/class.data.php:387
156
- #: inc/core/class.data.php:414
157
- #: inc/core/class.data.php:431
158
- #: inc/core/class.data.php:474
159
- #: inc/core/class.data.php:513
160
- #: inc/core/class.data.php:635
161
- #: inc/core/class.data.php:671
162
- #: inc/core/class.data.php:726
163
- #: inc/core/class.data.php:762
164
- #: inc/core/class.data.php:794
165
- #: inc/core/class.data.php:897
166
- #: inc/core/class.data.php:914
167
- #: inc/core/class.data.php:967
168
- #: inc/core/class.data.php:1018
169
- #: inc/core/class.data.php:1062
170
- #: inc/core/class.data.php:1102
171
- #: inc/core/class.data.php:1172
172
- #: inc/core/class.data.php:1194
173
- #: inc/core/class.data.php:1226
174
- #: inc/core/class.data.php:1260
175
- #: inc/core/class.data.php:1277
176
- #: inc/core/class.data.php:1305
177
- #: inc/core/class.data.php:1326
178
- #: inc/core/class.data.php:1354
179
- #: inc/core/class.data.php:1376
180
- #: inc/core/class.data.php:1422
181
- #: inc/core/class.data.php:1468
182
- #: inc/core/class.data.php:1560
183
- #: inc/core/class.data.php:1668
184
- #: inc/core/class.data.php:1721
185
  msgid "Class"
186
  msgstr "Класс"
187
 
188
- #: inc/core/class.data.php:78
189
- #: inc/core/class.data.php:109
190
- #: inc/core/class.data.php:137
191
- #: inc/core/class.data.php:175
192
- #: inc/core/class.data.php:192
193
- #: inc/core/class.data.php:220
194
- #: inc/core/class.data.php:244
195
- #: inc/core/class.data.php:273
196
- #: inc/core/class.data.php:303
197
- #: inc/core/class.data.php:331
198
- #: inc/core/class.data.php:356
199
- #: inc/core/class.data.php:388
200
- #: inc/core/class.data.php:415
201
- #: inc/core/class.data.php:432
202
- #: inc/core/class.data.php:475
203
- #: inc/core/class.data.php:514
204
- #: inc/core/class.data.php:636
205
- #: inc/core/class.data.php:672
206
- #: inc/core/class.data.php:727
207
- #: inc/core/class.data.php:763
208
- #: inc/core/class.data.php:795
209
- #: inc/core/class.data.php:898
210
- #: inc/core/class.data.php:915
211
- #: inc/core/class.data.php:968
212
- #: inc/core/class.data.php:1019
213
- #: inc/core/class.data.php:1063
214
- #: inc/core/class.data.php:1103
215
- #: inc/core/class.data.php:1173
216
- #: inc/core/class.data.php:1195
217
- #: inc/core/class.data.php:1227
218
- #: inc/core/class.data.php:1261
219
- #: inc/core/class.data.php:1278
220
- #: inc/core/class.data.php:1306
221
- #: inc/core/class.data.php:1327
222
- #: inc/core/class.data.php:1355
223
- #: inc/core/class.data.php:1377
224
- #: inc/core/class.data.php:1423
225
- #: inc/core/class.data.php:1469
226
- #: inc/core/class.data.php:1561
227
- #: inc/core/class.data.php:1669
228
- #: inc/core/class.data.php:1722
229
  msgid "Extra CSS class"
230
  msgstr "Дополнительный CSS класс"
231
 
232
- #: inc/core/class.data.php:81
233
  msgid "Heading text"
234
  msgstr "Текст заголовка"
235
 
236
- #: inc/core/class.data.php:82
237
  msgid "Styled heading"
238
  msgstr "Стильный заголовок"
239
 
240
- #: inc/core/class.data.php:87
241
  msgid "Tabs"
242
  msgstr "Вкладки"
243
 
244
- #: inc/core/class.data.php:97
245
  msgid "Active tab"
246
  msgstr "Активная вкладка"
247
 
248
- #: inc/core/class.data.php:98
249
  msgid "Select which tab is open by default"
250
  msgstr "Выберите какая вкладка будет открыта по умолчанию"
251
 
252
- #: inc/core/class.data.php:103
253
  msgid "Vertical"
254
  msgstr "Вертикально"
255
 
256
- #: inc/core/class.data.php:104
257
  msgid "Show tabs vertically"
258
  msgstr "Отображать вкладки вертикально"
259
 
260
- #: inc/core/class.data.php:113
261
  msgid ""
262
  "[%prefix_tab title=\"Title 1\"]Content 1[/%prefix_tab]\n"
263
  "[%prefix_tab title=\"Title 2\"]Content 2[/%prefix_tab]\n"
@@ -267,93 +280,93 @@ msgstr ""
267
  "[%prefix_tab title=\"Заголовок 2\"]Содержимое вкладки 2[/%prefix_tab]\n"
268
  "[%prefix_tab title=\"Заголовок 3\"]Содержимое вкладки 3[/%prefix_tab]"
269
 
270
- #: inc/core/class.data.php:114
271
  msgid "Tabs container"
272
  msgstr "Контейнер вкладок"
273
 
274
- #: inc/core/class.data.php:119
275
  msgid "Tab"
276
  msgstr "Вкладка"
277
 
278
- #: inc/core/class.data.php:124
279
  msgid "Tab name"
280
  msgstr "Имя вкладки"
281
 
282
- #: inc/core/class.data.php:125
283
- #: inc/core/class.data.php:153
284
- #: inc/core/class.data.php:653
285
- #: inc/core/class.data.php:689
286
- #: inc/core/class.data.php:1131
287
  msgid "Title"
288
  msgstr "Заголовок"
289
 
290
- #: inc/core/class.data.php:126
291
  msgid "Enter tab name"
292
  msgstr "Введите имя вкладки"
293
 
294
- #: inc/core/class.data.php:131
295
  msgid "Disabled"
296
  msgstr "Отключено"
297
 
298
- #: inc/core/class.data.php:132
299
  msgid "Is this tab disabled"
300
  msgstr "Эта вкладка отключена"
301
 
302
- #: inc/core/class.data.php:141
303
  msgid "Tab content"
304
  msgstr "Содержимое вкладки"
305
 
306
- #: inc/core/class.data.php:142
307
  msgid "Single tab"
308
  msgstr "Одиночная вкладка"
309
 
310
- #: inc/core/class.data.php:147
311
  msgid "Spoiler"
312
  msgstr "Спойлер"
313
 
314
- #: inc/core/class.data.php:152
315
  #: inc/core/class.shortcodes.php:66
316
  msgid "Spoiler title"
317
  msgstr "Скрытый текст"
318
 
319
- #: inc/core/class.data.php:153
320
  msgid "Text in spoiler title"
321
  msgstr "Текст для заголовка спойлера"
322
 
323
- #: inc/core/class.data.php:158
324
  msgid "Open"
325
  msgstr "Открыт"
326
 
327
- #: inc/core/class.data.php:159
328
  msgid "Is spoiler content visible by default"
329
  msgstr "Виден ли контент спойлера по умолчанию"
330
 
331
- #: inc/core/class.data.php:165
332
  msgid "Fancy"
333
  msgstr "Стильный"
334
 
335
- #: inc/core/class.data.php:166
336
- #: inc/core/class.data.php:375
337
  msgid "Simple"
338
  msgstr "Простой"
339
 
340
- #: inc/core/class.data.php:170
341
  msgid "Spoiler skin"
342
  msgstr "Скин спойлера"
343
 
344
- #: inc/core/class.data.php:179
345
  msgid "Hidden content"
346
  msgstr "Скрытое содержимое"
347
 
348
- #: inc/core/class.data.php:180
349
  msgid "Spoiler with hidden content"
350
  msgstr "Спойлер со скрытым содержимым"
351
 
352
- #: inc/core/class.data.php:185
353
  msgid "Accordion"
354
  msgstr "Аккордион"
355
 
356
- #: inc/core/class.data.php:196
357
  msgid ""
358
  "[%prefix_spoiler]Content[/%prefix_spoiler]\n"
359
  "[%prefix_spoiler]Content[/%prefix_spoiler]\n"
@@ -363,209 +376,209 @@ msgstr ""
363
  "[%prefix_spoiler]Скрытый текст[/%prefix_spoiler]\n"
364
  "[%prefix_spoiler]Скрытый текст[/%prefix_spoiler]"
365
 
366
- #: inc/core/class.data.php:197
367
  msgid "Accordion with spoilers"
368
  msgstr "Аккордион со спойлерами"
369
 
370
- #: inc/core/class.data.php:202
371
  msgid "Divider"
372
  msgstr "Разделитель"
373
 
374
- #: inc/core/class.data.php:209
375
  msgid "Show TOP link"
376
  msgstr "Показать ссылку ВВЕРХ"
377
 
378
- #: inc/core/class.data.php:210
379
  msgid "Show link to top of the page or not"
380
  msgstr "Показывать ссылку ВВЕРХ или нет"
381
 
382
- #: inc/core/class.data.php:214
383
  #: inc/core/class.shortcodes.php:87
384
  msgid "Go to top"
385
  msgstr "Вверх"
386
 
387
- #: inc/core/class.data.php:215
388
  msgid "Link text"
389
  msgstr "Текст ссылки"
390
 
391
- #: inc/core/class.data.php:215
392
  msgid "Text for the GO TOP link"
393
  msgstr "Текст ссылки ВВЕРХ"
394
 
395
- #: inc/core/class.data.php:224
396
  msgid "Content divider with optional TOP link"
397
  msgstr "Разделитель текста со ссылкой ВВЕРХ"
398
 
399
- #: inc/core/class.data.php:229
400
  msgid "Spacer"
401
  msgstr "Пробел"
402
 
403
- #: inc/core/class.data.php:239
404
- #: inc/core/class.data.php:950
405
- #: inc/core/class.data.php:1001
406
- #: inc/core/class.data.php:1051
407
- #: inc/core/class.data.php:1149
408
- #: inc/core/class.data.php:1411
409
- #: inc/core/class.data.php:1451
410
- #: inc/core/class.data.php:1501
411
- #: inc/core/class.data.php:1593
412
- #: inc/core/class.data.php:1701
413
  msgid "Height"
414
  msgstr "Высота"
415
 
416
- #: inc/core/class.data.php:239
417
  msgid "Height of the spacer in pixels"
418
  msgstr "Высота пробела в пикселях"
419
 
420
- #: inc/core/class.data.php:248
421
  msgid "Empty space with adjustable height"
422
  msgstr "Пробел с настраиваемой высотой"
423
 
424
- #: inc/core/class.data.php:253
425
  msgid "Highlight"
426
  msgstr "Выделитель"
427
 
428
- #: inc/core/class.data.php:261
429
- #: inc/core/class.data.php:563
430
- #: inc/core/class.data.php:745
431
  msgid "Background"
432
  msgstr "Фон"
433
 
434
- #: inc/core/class.data.php:262
435
  msgid "Highlighted text background color"
436
  msgstr "Цвет фона выделяемого текста"
437
 
438
- #: inc/core/class.data.php:268
439
- #: inc/core/class.data.php:569
440
- #: inc/core/class.data.php:751
441
  msgid "Text color"
442
  msgstr "Цвет текста"
443
 
444
- #: inc/core/class.data.php:268
445
  msgid "Highlighted text color"
446
  msgstr "Цвет выделяемого текста"
447
 
448
- #: inc/core/class.data.php:276
449
- #: inc/core/class.data.php:277
450
  msgid "Highlighted text"
451
  msgstr "Подсвеченный текст"
452
 
453
- #: inc/core/class.data.php:282
454
- #: inc/core/class.data.php:306
455
  msgid "Label"
456
  msgstr "Ярлык"
457
 
458
- #: inc/core/class.data.php:290
459
  msgid "Success"
460
  msgstr "Успех"
461
 
462
- #: inc/core/class.data.php:291
463
  msgid "Warning"
464
  msgstr "Внимание"
465
 
466
- #: inc/core/class.data.php:292
467
  msgid "Important"
468
  msgstr "Важно"
469
 
470
- #: inc/core/class.data.php:293
471
  msgid "Black"
472
  msgstr "Черный"
473
 
474
- #: inc/core/class.data.php:294
475
  msgid "Info"
476
  msgstr "Инфо"
477
 
478
- #: inc/core/class.data.php:297
479
  msgid "Type"
480
  msgstr "Тип"
481
 
482
- #: inc/core/class.data.php:298
483
  msgid "Style of the label"
484
  msgstr "Стиль ярлыка"
485
 
486
- #: inc/core/class.data.php:307
487
  msgid "Styled label"
488
  msgstr "Стильный ярлык"
489
 
490
- #: inc/core/class.data.php:312
491
- #: inc/core/class.data.php:334
492
  msgid "Quote"
493
  msgstr "Цитата"
494
 
495
- #: inc/core/class.data.php:319
496
  msgid "Cite"
497
  msgstr "Автор"
498
 
499
- #: inc/core/class.data.php:320
500
  msgid "Quote author name"
501
  msgstr "Имя автора цитаты"
502
 
503
- #: inc/core/class.data.php:325
504
  msgid "Cite url"
505
  msgstr "Ссылка автора"
506
 
507
- #: inc/core/class.data.php:326
508
  msgid "Url of the quote author. Leave empty to disable link"
509
  msgstr "Ссылка автора цитаты. Оставьте пустым, чтобы отключить ссылку"
510
 
511
- #: inc/core/class.data.php:335
512
  msgid "Blockquote alternative"
513
  msgstr "Альтернатива цитаты"
514
 
515
- #: inc/core/class.data.php:340
516
- #: inc/core/class.data.php:359
517
- #: inc/core/class.data.php:360
518
  msgid "Pullquote"
519
  msgstr "Цитата с обтеканием"
520
 
521
- #: inc/core/class.data.php:351
522
  msgid "Pullquote alignment (float)"
523
  msgstr "Выравнивание цитаты (обтекание)"
524
 
525
- #: inc/core/class.data.php:365
526
- #: inc/core/class.data.php:392
527
  msgid "Dropcap"
528
  msgstr "Буквица"
529
 
530
- #: inc/core/class.data.php:373
531
- #: inc/core/class.data.php:548
532
  msgid "Flat"
533
  msgstr "Плоский"
534
 
535
- #: inc/core/class.data.php:374
536
- #: inc/core/class.data.php:604
537
  msgid "Light"
538
  msgstr "Светлый"
539
 
540
- #: inc/core/class.data.php:378
541
  msgid "Dropcap style preset"
542
  msgstr "Стиль буквицы"
543
 
544
- #: inc/core/class.data.php:383
545
  msgid "Choose dropcap size"
546
  msgstr "Выберите размер буквицы"
547
 
548
- #: inc/core/class.data.php:391
549
  msgid "D"
550
  msgstr "D"
551
 
552
- #: inc/core/class.data.php:397
553
  msgid "Frame"
554
  msgstr "Рамка"
555
 
556
- #: inc/core/class.data.php:410
557
  msgid "Frame alignment"
558
  msgstr "Выравнивание рамки"
559
 
560
- #: inc/core/class.data.php:420
561
  msgid "Styled image frame"
562
  msgstr "Стильный рамка изображения"
563
 
564
- #: inc/core/class.data.php:425
565
  msgid "Row"
566
  msgstr "Колонки"
567
 
568
- #: inc/core/class.data.php:436
569
  msgid ""
570
  "[%prefix_column size=\"1/3\"]Content[/%prefix_column]\n"
571
  "[%prefix_column size=\"1/3\"]Content[/%prefix_column]\n"
@@ -575,157 +588,157 @@ msgstr ""
575
  "[%prefix_column size=\"1/3\"]Содержимое колонки[/%prefix_column]\n"
576
  "[%prefix_column size=\"1/3\"]Содержимое колонки[/%prefix_column]"
577
 
578
- #: inc/core/class.data.php:437
579
  msgid "Row for flexible columns"
580
  msgstr "Контейнер с резиновыми колонками"
581
 
582
- #: inc/core/class.data.php:442
583
  msgid "Column"
584
  msgstr "Колонка"
585
 
586
- #: inc/core/class.data.php:449
587
  msgid "Full width"
588
  msgstr "Во всю ширину"
589
 
590
- #: inc/core/class.data.php:450
591
  msgid "One half"
592
  msgstr "Одна вторая"
593
 
594
- #: inc/core/class.data.php:451
595
  msgid "One third"
596
  msgstr "Одна третья"
597
 
598
- #: inc/core/class.data.php:452
599
  msgid "Two third"
600
  msgstr "Две трети"
601
 
602
- #: inc/core/class.data.php:453
603
  msgid "One fourth"
604
  msgstr "Одна четвертая"
605
 
606
- #: inc/core/class.data.php:454
607
  msgid "Three fourth"
608
  msgstr "Три четвертых"
609
 
610
- #: inc/core/class.data.php:455
611
  msgid "One fifth"
612
  msgstr "Одна пятая"
613
 
614
- #: inc/core/class.data.php:456
615
  msgid "Two fifth"
616
  msgstr "Две пятых"
617
 
618
- #: inc/core/class.data.php:457
619
  msgid "Three fifth"
620
  msgstr "Три пятых"
621
 
622
- #: inc/core/class.data.php:458
623
  msgid "Four fifth"
624
  msgstr "Четыре пятых"
625
 
626
- #: inc/core/class.data.php:459
627
  msgid "One sixth"
628
  msgstr "Одна шестая"
629
 
630
- #: inc/core/class.data.php:460
631
  msgid "Five sixth"
632
  msgstr "Пять шестых"
633
 
634
- #: inc/core/class.data.php:464
635
  msgid "Select column width. This width will be calculated depend page width"
636
  msgstr "Выберите ширину колнки. Эта ширина будет рассчитана на основе ширины страницы"
637
 
638
- #: inc/core/class.data.php:469
639
- #: inc/core/class.data.php:586
640
  msgid "Centered"
641
  msgstr "По центру"
642
 
643
- #: inc/core/class.data.php:470
644
  msgid "Is this column centered on the page"
645
  msgstr "Колонка выровнена по центру страницы"
646
 
647
- #: inc/core/class.data.php:479
648
  msgid "Column content"
649
  msgstr "Содержимое колонки"
650
 
651
- #: inc/core/class.data.php:480
652
  msgid "Flexible and responsive columns"
653
  msgstr "Резновые колонки"
654
 
655
- #: inc/core/class.data.php:485
656
  msgid "List"
657
  msgstr "Список"
658
 
659
- #: inc/core/class.data.php:492
660
  msgid "Star"
661
  msgstr "Звезда"
662
 
663
- #: inc/core/class.data.php:493
664
  msgid "Arrow"
665
  msgstr "Стрелка"
666
 
667
- #: inc/core/class.data.php:494
668
  msgid "Check"
669
  msgstr "Отметка"
670
 
671
- #: inc/core/class.data.php:495
672
  msgid "Cross"
673
  msgstr "Крестик"
674
 
675
- #: inc/core/class.data.php:496
676
  msgid "Thumbs up"
677
  msgstr "Палец вверх"
678
 
679
- #: inc/core/class.data.php:497
680
- #: inc/core/class.data.php:531
681
  msgid "Link"
682
  msgstr "Ссылка"
683
 
684
- #: inc/core/class.data.php:498
685
  msgid "Gear"
686
  msgstr "Шестеренка"
687
 
688
- #: inc/core/class.data.php:499
689
  msgid "Time"
690
  msgstr "Время"
691
 
692
- #: inc/core/class.data.php:500
693
- #: inc/core/class.data.php:737
694
  msgid "Note"
695
  msgstr "Заметка"
696
 
697
- #: inc/core/class.data.php:501
698
  msgid "Plus"
699
  msgstr "Плюс"
700
 
701
- #: inc/core/class.data.php:502
702
  msgid "Guard"
703
  msgstr "Защита"
704
 
705
- #: inc/core/class.data.php:503
706
  msgid "Event"
707
  msgstr "Событие"
708
 
709
- #: inc/core/class.data.php:504
710
  msgid "Idea"
711
  msgstr "Идя"
712
 
713
- #: inc/core/class.data.php:505
714
- #: inc/core/class.generator.php:79
715
  #: inc/core/class.shortcodes-ultimate.php:115
716
  #: inc/vendor/class.sunrise-framework.php:282
717
  msgid "Settings"
718
  msgstr "Настройки"
719
 
720
- #: inc/core/class.data.php:506
721
  msgid "Twitter"
722
  msgstr "Твиттер"
723
 
724
- #: inc/core/class.data.php:509
725
  msgid "List items style/icons"
726
  msgstr "Стиль/иконка элементов списка"
727
 
728
- #: inc/core/class.data.php:518
729
  msgid ""
730
  "<ul>\n"
731
  "<li>List item</li>\n"
@@ -739,659 +752,659 @@ msgstr ""
739
  "<li>Элемент списка</li>\n"
740
  "</ul>"
741
 
742
- #: inc/core/class.data.php:519
743
  msgid "Styled unordered list"
744
  msgstr "Стильный неупорядоченный список"
745
 
746
- #: inc/core/class.data.php:524
747
  msgid "Button"
748
  msgstr "Кнопка"
749
 
750
- #: inc/core/class.data.php:532
751
  msgid "Button link"
752
  msgstr "Ссылка кнопки"
753
 
754
- #: inc/core/class.data.php:537
755
- #: inc/core/class.data.php:1217
756
  msgid "Same tab"
757
  msgstr "Та же вкладка"
758
 
759
- #: inc/core/class.data.php:538
760
- #: inc/core/class.data.php:1218
761
  msgid "New tab"
762
  msgstr "Новая вкладка"
763
 
764
- #: inc/core/class.data.php:541
765
- #: inc/core/class.data.php:1221
766
  msgid "Target"
767
  msgstr "Цель"
768
 
769
- #: inc/core/class.data.php:542
770
  msgid "Button link target"
771
  msgstr "Цель ссылки кнопки"
772
 
773
- #: inc/core/class.data.php:549
774
- #: inc/core/class.data.php:695
775
  msgid "Soft"
776
  msgstr "Мягкий"
777
 
778
- #: inc/core/class.data.php:550
779
- #: inc/core/class.data.php:696
780
  msgid "Glass"
781
  msgstr "Стекло"
782
 
783
- #: inc/core/class.data.php:551
784
- #: inc/core/class.data.php:697
785
  msgid "Bubbles"
786
  msgstr "Пузыри"
787
 
788
- #: inc/core/class.data.php:552
789
- #: inc/core/class.data.php:698
790
  msgid "Noise"
791
  msgstr "Шум"
792
 
793
- #: inc/core/class.data.php:553
794
  msgid "Stroked"
795
  msgstr "Прошитый"
796
 
797
- #: inc/core/class.data.php:554
798
  msgid "3D"
799
  msgstr "3D"
800
 
801
- #: inc/core/class.data.php:557
802
  msgid "Button background style preset"
803
  msgstr "Стиль фона кнопки"
804
 
805
- #: inc/core/class.data.php:563
806
  msgid "Button background color"
807
  msgstr "Цвет фона кнопки"
808
 
809
- #: inc/core/class.data.php:570
810
  msgid "Button text color"
811
  msgstr "Цвет текста кнопки"
812
 
813
- #: inc/core/class.data.php:576
814
  msgid "Button size"
815
  msgstr "Размер кнопки"
816
 
817
- #: inc/core/class.data.php:581
818
  msgid "Fluid"
819
  msgstr "Резиновая"
820
 
821
- #: inc/core/class.data.php:581
822
  msgid "Fluid buttons has 100% width"
823
  msgstr "Резиновые кнопки имеют ширину 100%"
824
 
825
- #: inc/core/class.data.php:586
826
  msgid "Is button centered on the page"
827
  msgstr "Кнопка выровнена по центру страницы"
828
 
829
- #: inc/core/class.data.php:592
830
- #: inc/core/class.data.php:721
831
- #: inc/core/class.data.php:758
832
  msgid "Radius"
833
  msgstr "Радиус"
834
 
835
- #: inc/core/class.data.php:593
836
  msgid "Radius of button corners. Auto-radius calculation based on button size"
837
  msgstr "Радиус углов кнопки. Значени auto рассчитывается на основе размера кнопки"
838
 
839
- #: inc/core/class.data.php:598
840
- #: inc/core/class.data.php:659
841
  msgid "Icon"
842
  msgstr "Иконка"
843
 
844
- #: inc/core/class.data.php:599
845
  msgid "You can upload custom icon for this button. Try to begin with <a href=\"http://webdesign.tutsplus.com/freebies/icons-freebies/exclusive-freebie-50-crisp-web-app-icons/\" target=\"_blank\">these free high-quality icons</a>. Download archive, unpack icons and upload in this field"
846
  msgstr "Вы можете загрузить любую иконку для этой кнопки. Попробуйте начать с <a href=\"http://webdesign.tutsplus.com/freebies/icons-freebies/exclusive-freebie-50-crisp-web-app-icons/\" target=\"_blank\">этого бесплатного набора качественных иконок</a>. Скачайте архив, распакуйте иконки и загрузите любую из них в это поле"
847
 
848
- #: inc/core/class.data.php:605
849
  msgid "Dark"
850
  msgstr "Темный"
851
 
852
- #: inc/core/class.data.php:608
853
  msgid "Text shadow color"
854
  msgstr "Цвет тени текста"
855
 
856
- #: inc/core/class.data.php:608
857
  msgid "Color of button text shadow"
858
  msgstr "Цвет тени текста кнопки"
859
 
860
- #: inc/core/class.data.php:613
861
- #: inc/core/class.data.php:1815
862
  msgid "None"
863
  msgstr "Нет"
864
 
865
- #: inc/core/class.data.php:614
866
- #: inc/core/class.data.php:832
867
  msgid "Top"
868
  msgstr "Сверху"
869
 
870
- #: inc/core/class.data.php:616
871
- #: inc/core/class.data.php:833
872
  msgid "Bottom"
873
  msgstr "Снизу"
874
 
875
- #: inc/core/class.data.php:618
876
  msgid "Top right"
877
  msgstr "Сверху справа"
878
 
879
- #: inc/core/class.data.php:619
880
  msgid "Top left"
881
  msgstr "Сверху слева"
882
 
883
- #: inc/core/class.data.php:619
884
  msgid "Bottom right"
885
  msgstr "Снизу справа"
886
 
887
- #: inc/core/class.data.php:619
888
  msgid "Bottom left"
889
  msgstr "Снизу слева"
890
 
891
- #: inc/core/class.data.php:621
892
  msgid "Text shadow position"
893
  msgstr "Положение тени текста"
894
 
895
- #: inc/core/class.data.php:621
896
  msgid "Position of button text shadow"
897
  msgstr "Положение тени текста кнопки"
898
 
899
- #: inc/core/class.data.php:625
900
  msgid "Description"
901
  msgstr "Описание"
902
 
903
- #: inc/core/class.data.php:626
904
  msgid "Small description under button text. This option is incompatible with icon."
905
  msgstr "Небольшое описание под текстом кнопки. Это описание не совместимо с иконками кнопок."
906
 
907
- #: inc/core/class.data.php:630
908
  msgid "onClick"
909
  msgstr "onClick"
910
 
911
- #: inc/core/class.data.php:631
912
  msgid "Advanced JavaScript code for onClick action"
913
  msgstr "JavaScript код для атрибута onClick"
914
 
915
- #: inc/core/class.data.php:640
916
  msgid "Button text"
917
  msgstr "Текст кнопки"
918
 
919
- #: inc/core/class.data.php:641
920
  msgid "Styled button"
921
  msgstr "Стильная кнопка"
922
 
923
- #: inc/core/class.data.php:646
924
  msgid "Service"
925
  msgstr "Услуга"
926
 
927
- #: inc/core/class.data.php:652
928
  #: inc/core/class.shortcodes.php:329
929
  msgid "Service title"
930
  msgstr "Название услуги"
931
 
932
- #: inc/core/class.data.php:654
933
  msgid "Service name"
934
  msgstr "Название услуги"
935
 
936
- #: inc/core/class.data.php:660
937
  msgid "You can upload custom icon for this box"
938
  msgstr "Вы можете загрузить свою иконку для этого блока"
939
 
940
- #: inc/core/class.data.php:666
941
  msgid "Icon size"
942
  msgstr "Размер иконки"
943
 
944
- #: inc/core/class.data.php:667
945
  msgid "Size of the uploaded icon in pixels"
946
  msgstr "Размер загруженной иконки в пикселях"
947
 
948
- #: inc/core/class.data.php:676
949
  msgid "Service description"
950
  msgstr "Описание услуги"
951
 
952
- #: inc/core/class.data.php:677
953
  msgid "Service box with title"
954
  msgstr "Блок услуга с заголовком"
955
 
956
- #: inc/core/class.data.php:688
957
  msgid "Box title"
958
  msgstr "Заголовок блока"
959
 
960
- #: inc/core/class.data.php:689
961
  msgid "Text for the box title"
962
  msgstr "Текст для заголовка блока"
963
 
964
- #: inc/core/class.data.php:702
965
  msgid "Box style preset"
966
  msgstr "Стиль блока"
967
 
968
- #: inc/core/class.data.php:708
969
  msgid "Color"
970
  msgstr "Цвет"
971
 
972
- #: inc/core/class.data.php:709
973
  msgid "Color for the box title and borders"
974
  msgstr "Цвет заголовка блока и его рамки"
975
 
976
- #: inc/core/class.data.php:715
977
  msgid "Title text color"
978
  msgstr "Цвет текста заголовка"
979
 
980
- #: inc/core/class.data.php:715
981
  msgid "Color for the box title text"
982
  msgstr "Цвет текста в заголовке блока"
983
 
984
- #: inc/core/class.data.php:722
985
  msgid "Box corners radius"
986
  msgstr "Радиус углов"
987
 
988
- #: inc/core/class.data.php:731
989
  msgid "Box content"
990
  msgstr "Содержимое блока"
991
 
992
- #: inc/core/class.data.php:732
993
  msgid "Colored box with caption"
994
  msgstr "Цветной блок с заголовком"
995
 
996
- #: inc/core/class.data.php:745
997
  msgid "Note background color"
998
  msgstr "Цвет фона заметки"
999
 
1000
- #: inc/core/class.data.php:752
1001
  msgid "Note text color"
1002
  msgstr "Цвет текста заметки"
1003
 
1004
- #: inc/core/class.data.php:758
1005
  msgid "Note corners radius"
1006
  msgstr "Радиус углов"
1007
 
1008
- #: inc/core/class.data.php:766
1009
  msgid "Note text"
1010
  msgstr "Текст заметки"
1011
 
1012
- #: inc/core/class.data.php:767
1013
  msgid "Colored box"
1014
  msgstr "Цветной блок"
1015
 
1016
- #: inc/core/class.data.php:772
1017
  msgid "Lightbox"
1018
  msgstr "Лайтбокс"
1019
 
1020
- #: inc/core/class.data.php:779
1021
  msgid "Iframe"
1022
  msgstr "Фрейм (iframe)"
1023
 
1024
- #: inc/core/class.data.php:780
1025
  msgid "Image"
1026
  msgstr "Изображение"
1027
 
1028
- #: inc/core/class.data.php:781
1029
  msgid "Inline (html content)"
1030
  msgstr "HTML элемент"
1031
 
1032
- #: inc/core/class.data.php:784
1033
  msgid "Content type"
1034
  msgstr "Тип содержимого"
1035
 
1036
- #: inc/core/class.data.php:785
1037
  msgid "Select type of the lightbox window content"
1038
  msgstr "Выберите тип содержимого в окне лайтбокса"
1039
 
1040
- #: inc/core/class.data.php:789
1041
  msgid "Content source"
1042
  msgstr "Источник содержимого"
1043
 
1044
- #: inc/core/class.data.php:790
1045
  msgid "Insert here URL or CSS selector. Use URL for Iframe and Image content types. Use CSS selector for Inline content type.<br />Example values:<br /><b%value>http://www.youtube.com/watch?v=NbE8INOjTKM</b> - YouTube video (iframe)<br /><b%value>http://example.com/wp-content/uploads/image.jpg</b> - uploaded image (image)<br /><b%value>http://example.com/</b> - any web page (iframe)<br /><b%value>#contact-form</b> - any HTML content (inline)"
1046
  msgstr "Вставьте URL или CSS селектор. Используйте URL для типов содержимого Фрейм (iframe) и Изображение. Используйте CSS селектор для содержимого типа HTML элемент.<br />Примеры значений:<br /><b%value>http://www.youtube.com/watch?v=NbE8INOjTKM</b> - YouTube видео (фрейм)<br /><b%value>http://example.com/wp-content/uploads/image.jpg</b> - загруженное изображение (изображение)<br /><b%value>http://example.com/</b> - любая веб-страница (фрейм)<br /><b%value>#contact-form</b> - любой HTML элемент (html элемент)"
1047
 
1048
- #: inc/core/class.data.php:799
1049
  msgid "[%prefix_button] Click Here to Watch the Video [/%prefix_button]"
1050
  msgstr "[%prefix_button] Нажмите здесь чтобы посмотреть видео [/%prefix_button]"
1051
 
1052
- #: inc/core/class.data.php:800
1053
  msgid "Lightbox window with custom content"
1054
  msgstr "Лайтбокс с произвольным содержимым"
1055
 
1056
- #: inc/core/class.data.php:805
1057
  msgid "Tooltip"
1058
  msgstr "Подсказка"
1059
 
1060
- #: inc/core/class.data.php:812
1061
  msgid "Basic: Light"
1062
  msgstr "Базовый: Светлый"
1063
 
1064
- #: inc/core/class.data.php:813
1065
  msgid "Basic: Dark"
1066
  msgstr "Базовый: Темный"
1067
 
1068
- #: inc/core/class.data.php:814
1069
  msgid "Basic: Yellow"
1070
  msgstr "Базовый: Желтый"
1071
 
1072
- #: inc/core/class.data.php:815
1073
  msgid "Basic: Green"
1074
  msgstr "Базовый: Зеленый"
1075
 
1076
- #: inc/core/class.data.php:816
1077
  msgid "Basic: Red"
1078
  msgstr "Базовый: Красный"
1079
 
1080
- #: inc/core/class.data.php:817
1081
  msgid "Basic: Blue"
1082
  msgstr "Базовый: Голубой"
1083
 
1084
- #: inc/core/class.data.php:818
1085
  msgid "Youtube"
1086
  msgstr "Youtube"
1087
 
1088
- #: inc/core/class.data.php:819
1089
  msgid "Tipsy"
1090
  msgstr "Tipsy"
1091
 
1092
- #: inc/core/class.data.php:820
1093
  msgid "Bootstrap"
1094
  msgstr "Bootstrap"
1095
 
1096
- #: inc/core/class.data.php:821
1097
  msgid "jTools"
1098
  msgstr "jTools"
1099
 
1100
- #: inc/core/class.data.php:822
1101
  msgid "Tipped"
1102
  msgstr "Tipped"
1103
 
1104
- #: inc/core/class.data.php:823
1105
  msgid "Cluetip"
1106
  msgstr "Cluetip"
1107
 
1108
- #: inc/core/class.data.php:827
1109
  msgid "Tooltip window style"
1110
  msgstr "Стиль окна подсказки"
1111
 
1112
- #: inc/core/class.data.php:838
1113
  msgid "Position"
1114
  msgstr "Положение"
1115
 
1116
- #: inc/core/class.data.php:839
1117
  msgid "Tooltip position"
1118
  msgstr "Положение всплывающей подсказки"
1119
 
1120
- #: inc/core/class.data.php:844
1121
  msgid "Shadow"
1122
  msgstr "Тень"
1123
 
1124
- #: inc/core/class.data.php:845
1125
  msgid "Add shadow to tooltip. This option is only works with basic styes, e.g. blue, green etc."
1126
  msgstr "Добавить тень окну подсказки. Тень работает только для базовых стилей."
1127
 
1128
- #: inc/core/class.data.php:850
1129
  msgid "Rounded corners"
1130
  msgstr "Скругление"
1131
 
1132
- #: inc/core/class.data.php:851
1133
  msgid "Use rounded for tooltip. This option is only works with basic styes, e.g. blue, green etc."
1134
  msgstr "Добавить скругленные уголки окну подсказки. Скругление работает только для базовых стилей."
1135
 
1136
- #: inc/core/class.data.php:865
1137
  msgid "Font size"
1138
  msgstr "Размер шрифта"
1139
 
1140
- #: inc/core/class.data.php:866
1141
  msgid "Tooltip font size"
1142
  msgstr "Размер шрифта подсказки"
1143
 
1144
- #: inc/core/class.data.php:870
1145
  msgid "Tooltip title"
1146
  msgstr "Заголовок подсказки"
1147
 
1148
- #: inc/core/class.data.php:871
1149
  msgid "Enter title for tooltip window. Leave this field empty to hide the title"
1150
  msgstr "Укажите заголовок окна подсказки. Оставьте поле пустым, чтобы скрыть заголовок"
1151
 
1152
- #: inc/core/class.data.php:874
1153
  #: inc/core/class.shortcodes.php:406
1154
  msgid "Tooltip text"
1155
  msgstr "Текст подсказки"
1156
 
1157
- #: inc/core/class.data.php:875
1158
  msgid "Tooltip content"
1159
  msgstr "Содержимое подсказки"
1160
 
1161
- #: inc/core/class.data.php:876
1162
  msgid "Enter tooltip content here"
1163
  msgstr "Введите сюда содержимое подсказки"
1164
 
1165
- #: inc/core/class.data.php:881
1166
  msgid "Show and hide on mouse hover"
1167
  msgstr "Показать и скрыть при наведении мыши"
1168
 
1169
- #: inc/core/class.data.php:882
1170
  msgid "Show and hide by mouse click"
1171
  msgstr "Показать и скрыть по клику мыши"
1172
 
1173
- #: inc/core/class.data.php:883
1174
  msgid "Always visible"
1175
  msgstr "Всегда видима"
1176
 
1177
- #: inc/core/class.data.php:886
1178
  msgid "Behavior"
1179
  msgstr "Поведение"
1180
 
1181
- #: inc/core/class.data.php:887
1182
  msgid "Select tooltip behavior"
1183
  msgstr "Выберите поведение подсказки"
1184
 
1185
- #: inc/core/class.data.php:892
1186
  msgid "Close button"
1187
  msgstr "Кнопка закрыть"
1188
 
1189
- #: inc/core/class.data.php:893
1190
  msgid "Show close button"
1191
  msgstr "Показывать кнопку закрыть"
1192
 
1193
- #: inc/core/class.data.php:902
1194
  msgid "[%prefix_button] Hover me to open tooltip [/%prefix_button]"
1195
  msgstr "[%prefix_button] Наведите мышку чтобы увидеть подсказку [/%prefix_button]"
1196
 
1197
- #: inc/core/class.data.php:903
1198
  msgid "Tooltip window with custom content"
1199
  msgstr "Всплывающая подсказка с произвольным содержимым"
1200
 
1201
- #: inc/core/class.data.php:908
1202
  msgid "Private"
1203
  msgstr "Заметка для авторов"
1204
 
1205
- #: inc/core/class.data.php:919
1206
  msgid "Private note text"
1207
  msgstr "Текст приватной заметки"
1208
 
1209
- #: inc/core/class.data.php:920
1210
  msgid "Private note for post authors"
1211
  msgstr "Приватный текст для других авторов"
1212
 
1213
- #: inc/core/class.data.php:925
1214
  msgid "YouTube"
1215
  msgstr "YouTube"
1216
 
1217
- #: inc/core/class.data.php:932
1218
- #: inc/core/class.data.php:984
1219
- #: inc/core/class.data.php:1034
1220
- #: inc/core/class.data.php:1295
1221
- #: inc/core/class.data.php:1393
1222
  msgid "Url"
1223
  msgstr "Ссылка"
1224
 
1225
- #: inc/core/class.data.php:933
1226
  msgid "Url of YouTube page with video. Ex: http://youtube.com/watch?v=XXXXXX"
1227
  msgstr "Ссылка на страницу YouTube с видео. Пример: http://youtube.com/watch?v=XXXXXX"
1228
 
1229
- #: inc/core/class.data.php:941
1230
- #: inc/core/class.data.php:992
1231
- #: inc/core/class.data.php:1042
1232
- #: inc/core/class.data.php:1085
1233
- #: inc/core/class.data.php:1140
1234
- #: inc/core/class.data.php:1402
1235
- #: inc/core/class.data.php:1442
1236
- #: inc/core/class.data.php:1493
1237
- #: inc/core/class.data.php:1585
1238
- #: inc/core/class.data.php:1693
1239
  msgid "Width"
1240
  msgstr "Ширина"
1241
 
1242
- #: inc/core/class.data.php:942
1243
- #: inc/core/class.data.php:993
1244
- #: inc/core/class.data.php:1043
1245
- #: inc/core/class.data.php:1141
1246
  msgid "Player width"
1247
  msgstr "Ширина плеера"
1248
 
1249
- #: inc/core/class.data.php:951
1250
- #: inc/core/class.data.php:1002
1251
- #: inc/core/class.data.php:1052
1252
- #: inc/core/class.data.php:1150
1253
  msgid "Player height"
1254
  msgstr "Высота плеера"
1255
 
1256
- #: inc/core/class.data.php:956
1257
- #: inc/core/class.data.php:1007
1258
- #: inc/core/class.data.php:1057
1259
- #: inc/core/class.data.php:1417
1260
- #: inc/core/class.data.php:1457
1261
- #: inc/core/class.data.php:1506
1262
- #: inc/core/class.data.php:1598
1263
  msgid "Responsive"
1264
  msgstr "Отзывчивость (responsive)"
1265
 
1266
- #: inc/core/class.data.php:957
1267
- #: inc/core/class.data.php:1008
1268
- #: inc/core/class.data.php:1058
1269
  msgid "Ignore width and height parameters and make player responsive"
1270
  msgstr "Игнорировать значения ширины и высоты и сделать проигрыватель отзывчивым"
1271
 
1272
- #: inc/core/class.data.php:962
1273
- #: inc/core/class.data.php:1013
1274
- #: inc/core/class.data.php:1091
1275
- #: inc/core/class.data.php:1161
1276
- #: inc/core/class.data.php:1541
1277
- #: inc/core/class.data.php:1649
1278
  msgid "Autoplay"
1279
  msgstr "Автовоспроизведение"
1280
 
1281
- #: inc/core/class.data.php:963
1282
- #: inc/core/class.data.php:1014
1283
  msgid "Play video automatically when page is loaded"
1284
  msgstr "Воспроизвести видео автоматически при открытии страницы"
1285
 
1286
- #: inc/core/class.data.php:972
1287
  msgid "YouTube video"
1288
  msgstr "Видео YouTube"
1289
 
1290
- #: inc/core/class.data.php:977
1291
  msgid "Vimeo"
1292
  msgstr "Vimeo"
1293
 
1294
- #: inc/core/class.data.php:984
1295
  msgid "Url of Vimeo page with video"
1296
  msgstr "Ссылка на страницу Vimeo с видео"
1297
 
1298
- #: inc/core/class.data.php:1023
1299
  msgid "Vimeo video"
1300
  msgstr "Видео Vimeo"
1301
 
1302
- #: inc/core/class.data.php:1028
1303
  msgid "Screenr"
1304
  msgstr "Screenr"
1305
 
1306
- #: inc/core/class.data.php:1034
1307
  msgid "Url of Screenr page with video"
1308
  msgstr "Ссылка на страницу Screenr с видео"
1309
 
1310
- #: inc/core/class.data.php:1067
1311
  msgid "Screenr video"
1312
  msgstr "Видео Screenr"
1313
 
1314
- #: inc/core/class.data.php:1072
1315
  msgid "Audio"
1316
  msgstr "Аудио"
1317
 
1318
- #: inc/core/class.data.php:1079
1319
- #: inc/core/class.data.php:1119
1320
  msgid "File"
1321
  msgstr "Файл"
1322
 
1323
- #: inc/core/class.data.php:1080
1324
  msgid "Audio file url. Supported formats: mp3, ogg"
1325
  msgstr "Ссылка на аудио-файл. Поддерживаемые форматы: mp3, ogg"
1326
 
1327
- #: inc/core/class.data.php:1086
1328
  msgid "Player width. You can specify width in percents and player will be responsive. Example values: <b%value>200px</b>, <b%value>100&#37;</b>"
1329
  msgstr "Ширина плеера. Вы можете указать ширину в процентах и плеер станет отзывчивым (responsive). Примеры значений: <b%value>200px</b>, <b%value>100&#37;</b>"
1330
 
1331
- #: inc/core/class.data.php:1092
1332
- #: inc/core/class.data.php:1162
1333
  msgid "Play file automatically when page is loaded"
1334
  msgstr "Воспроизводить файл автоматически при открытии страницы"
1335
 
1336
- #: inc/core/class.data.php:1097
1337
- #: inc/core/class.data.php:1167
1338
  msgid "Loop"
1339
  msgstr "Повтор"
1340
 
1341
- #: inc/core/class.data.php:1098
1342
- #: inc/core/class.data.php:1168
1343
  msgid "Repeat when playback is ended"
1344
  msgstr "Повторять, когда воспроизведение окночено"
1345
 
1346
- #: inc/core/class.data.php:1107
1347
  msgid "Custom audio player"
1348
  msgstr "Настраиваемый аудио-плеер"
1349
 
1350
- #: inc/core/class.data.php:1112
1351
  msgid "Video"
1352
  msgstr "Видео"
1353
 
1354
- #: inc/core/class.data.php:1120
1355
  msgid "Url to mp4/flv video-file"
1356
  msgstr "Ссылка на mp4/flv видео-файл"
1357
 
1358
- #: inc/core/class.data.php:1125
1359
  msgid "Poster"
1360
  msgstr "Постер"
1361
 
1362
- #: inc/core/class.data.php:1126
1363
  msgid "Url to poster image, that will be shown before playback"
1364
  msgstr "Ссылка на изображение постера. Изображение будет показано перед началом воспроизведения"
1365
 
1366
- #: inc/core/class.data.php:1132
1367
  msgid "Player title"
1368
  msgstr "Заголовок плеера"
1369
 
1370
- #: inc/core/class.data.php:1155
1371
  msgid "Controls"
1372
  msgstr "Элементы управления"
1373
 
1374
- #: inc/core/class.data.php:1156
1375
  msgid "Show player controls (play/pause etc.) or not"
1376
  msgstr "Показывать элементы управления плеером (воспроизведение/пауза и т.д.) или нет"
1377
 
1378
- #: inc/core/class.data.php:1177
1379
  msgid "Custom video player"
1380
  msgstr "Настраиваемый видео-плеер"
1381
 
1382
- #: inc/core/class.data.php:1182
1383
  msgid "Table"
1384
  msgstr "Таблица"
1385
 
1386
- #: inc/core/class.data.php:1189
1387
  msgid "CSV file"
1388
  msgstr "CSV файл"
1389
 
1390
- #: inc/core/class.data.php:1190
1391
  msgid "Upload CSV file if you want to create HTML-table from file"
1392
  msgstr "Если вы хотите создать HTML-таблицу из CSV-файла, то загрузите его в это поле"
1393
 
1394
- #: inc/core/class.data.php:1199
1395
  msgid ""
1396
  "<table>\n"
1397
  "<tr>\n"
@@ -1415,705 +1428,706 @@ msgstr ""
1415
  "</tr>\n"
1416
  "</table>"
1417
 
1418
- #: inc/core/class.data.php:1200
1419
  msgid "Styled table from HTML or CSV file"
1420
  msgstr "Стильная таблица из HTML или CSV файла"
1421
 
1422
- #: inc/core/class.data.php:1205
1423
  msgid "Permalink"
1424
  msgstr "Постоянная ссылка"
1425
 
1426
- #: inc/core/class.data.php:1211
1427
  msgid "ID"
1428
  msgstr "ID"
1429
 
1430
- #: inc/core/class.data.php:1212
1431
  msgid "Post or page ID"
1432
  msgstr "ID записи или страницы"
1433
 
1434
- #: inc/core/class.data.php:1222
1435
  msgid "Link target. blank - link will be opened in new window/tab"
1436
  msgstr "Цель ссылки. blank - означает что ссылка будет открыта в новом окне или вкладке"
1437
 
1438
- #: inc/core/class.data.php:1232
1439
  msgid "Permalink to specified post/page"
1440
  msgstr "Постоянная ссылка на страницу"
1441
 
1442
- #: inc/core/class.data.php:1237
1443
  msgid "Members"
1444
  msgstr "Участники"
1445
 
1446
- #: inc/core/class.data.php:1242
1447
  #: inc/core/class.shortcodes.php:608
1448
  msgid "This content is for registered users only. Please %login%."
1449
  msgstr "Это содержимое только для авторизованых пользователей. Пожалуйста %login%."
1450
 
1451
- #: inc/core/class.data.php:1243
1452
  msgid "Message"
1453
  msgstr "Сообщение"
1454
 
1455
- #: inc/core/class.data.php:1243
1456
  msgid "Message for not logged users"
1457
  msgstr "Собщение для неавторизованных"
1458
 
1459
- #: inc/core/class.data.php:1248
1460
  msgid "Box color"
1461
  msgstr "Цвет блока"
1462
 
1463
- #: inc/core/class.data.php:1248
1464
  msgid "This color will applied only to box for not logged users"
1465
  msgstr "Этот цвет будет применен только к блоку для не авторизованных посетителей"
1466
 
1467
- #: inc/core/class.data.php:1251
1468
  #: inc/core/class.shortcodes.php:611
1469
  msgid "login"
1470
  msgstr "войдите"
1471
 
1472
- #: inc/core/class.data.php:1252
1473
  msgid "Login link text"
1474
  msgstr "Текст ссылки войти"
1475
 
1476
- #: inc/core/class.data.php:1252
1477
  msgid "Text for the login link"
1478
  msgstr "Текст ссылки ВОЙТИ"
1479
 
1480
- #: inc/core/class.data.php:1256
1481
  msgid "Login link url"
1482
  msgstr "Адрес ссылки войти"
1483
 
1484
- #: inc/core/class.data.php:1265
1485
  msgid "Content for logged members"
1486
  msgstr "Содержимое для авторизованых пользователей"
1487
 
1488
- #: inc/core/class.data.php:1266
1489
  msgid "Content for logged in members only"
1490
  msgstr "Ссодержимое для авторизованых"
1491
 
1492
- #: inc/core/class.data.php:1271
1493
  msgid "Guests"
1494
  msgstr "Гости"
1495
 
1496
- #: inc/core/class.data.php:1282
1497
  msgid "Content for guests"
1498
  msgstr "Содержимое для гостей"
1499
 
1500
- #: inc/core/class.data.php:1283
1501
  msgid "Content for guests only"
1502
  msgstr "Ссодержимое только для гостей"
1503
 
1504
- #: inc/core/class.data.php:1288
1505
  msgid "RSS Feed"
1506
  msgstr "RSS лента"
1507
 
1508
- #: inc/core/class.data.php:1296
1509
  msgid "Url to RSS-feed"
1510
  msgstr "Ссылка на RSS-ленту"
1511
 
1512
- #: inc/core/class.data.php:1301
1513
  msgid "Limit"
1514
  msgstr "Лимит"
1515
 
1516
- #: inc/core/class.data.php:1301
1517
  msgid "Number of items to show"
1518
  msgstr "Количество элементов для отображения"
1519
 
1520
- #: inc/core/class.data.php:1310
1521
  msgid "Feed grabber"
1522
  msgstr "Граббер новостных лент"
1523
 
1524
- #: inc/core/class.data.php:1315
1525
  msgid "Menu"
1526
  msgstr "Меню"
1527
 
1528
- #: inc/core/class.data.php:1322
1529
  msgid "Menu name"
1530
  msgstr "Имя меню"
1531
 
1532
- #: inc/core/class.data.php:1322
1533
  msgid "Custom menu name. Ex: Main menu"
1534
  msgstr "Имя произвольного меню. Например: Главное меню"
1535
 
1536
- #: inc/core/class.data.php:1331
1537
  msgid "Custom menu by name"
1538
  msgstr "Произвольное меню"
1539
 
1540
- #: inc/core/class.data.php:1336
1541
  msgid "Sub pages"
1542
  msgstr "Подстраницы"
1543
 
1544
- #: inc/core/class.data.php:1343
1545
- #: inc/core/class.data.php:1371
1546
  msgid "Depth"
1547
  msgstr "Глубина"
1548
 
1549
- #: inc/core/class.data.php:1344
1550
  msgid "Max depth level of children pages"
1551
  msgstr "Максимальная глубина дочерних страниц"
1552
 
1553
- #: inc/core/class.data.php:1349
1554
  msgid "Parent ID"
1555
  msgstr "ID родителя"
1556
 
1557
- #: inc/core/class.data.php:1350
1558
  msgid "ID of the parent page. Leave blank to use current page"
1559
  msgstr "ID родительской страницы. Оставьте пустым, чтобы использовать текущую страницу"
1560
 
1561
- #: inc/core/class.data.php:1359
1562
  msgid "List of sub pages"
1563
  msgstr "Список дочерних страниц"
1564
 
1565
- #: inc/core/class.data.php:1364
1566
  msgid "Siblings"
1567
  msgstr "Соседние страницы"
1568
 
1569
- #: inc/core/class.data.php:1372
1570
  msgid "Max depth level"
1571
  msgstr "Максимальный уровень вложенности"
1572
 
1573
- #: inc/core/class.data.php:1381
1574
  msgid "List of cureent page siblings"
1575
  msgstr "Список страниц, соседних с текущей"
1576
 
1577
- #: inc/core/class.data.php:1386
1578
  msgid "Document"
1579
  msgstr "Документ"
1580
 
1581
- #: inc/core/class.data.php:1394
1582
  msgid "Url to uploaded document. Supported formats: doc, xls, pdf etc."
1583
  msgstr "Ссылка на загруженный документ. Поддерживаемые форматы: doc, xls, pdf и т.д."
1584
 
1585
- #: inc/core/class.data.php:1403
1586
  msgid "Viewer width"
1587
  msgstr "Ширина просмотрщика"
1588
 
1589
- #: inc/core/class.data.php:1412
1590
  msgid "Viewer height"
1591
  msgstr "Высота просмотрщика"
1592
 
1593
- #: inc/core/class.data.php:1418
1594
  msgid "Ignore width and height parameters and make viewer responsive"
1595
  msgstr "Игнорировать значения ширины и высоты и сделать просмотрщик отзывчивым"
1596
 
1597
- #: inc/core/class.data.php:1427
1598
  msgid "Document viewer by Google"
1599
  msgstr "Просмотрщик документов от Google"
1600
 
1601
- #: inc/core/class.data.php:1432
1602
  msgid "Gmap"
1603
  msgstr "Google карта"
1604
 
1605
- #: inc/core/class.data.php:1443
1606
  msgid "Map width"
1607
  msgstr "Ширина карты"
1608
 
1609
- #: inc/core/class.data.php:1452
1610
  msgid "Map height"
1611
  msgstr "Высота карты"
1612
 
1613
- #: inc/core/class.data.php:1458
1614
  msgid "Ignore width and height parameters and make map responsive"
1615
  msgstr "Игнорировать значения ширины и высоты и сделать карту отзывчивой"
1616
 
1617
- #: inc/core/class.data.php:1463
1618
  msgid "Marker"
1619
  msgstr "Маркер"
1620
 
1621
- #: inc/core/class.data.php:1464
1622
  msgid "Address for the marker. You can type it in any language"
1623
  msgstr "Адрес маркера. Вы можете ввести адрес на русском языке"
1624
 
1625
- #: inc/core/class.data.php:1473
1626
  msgid "Maps by Google"
1627
  msgstr "Карты от Google"
1628
 
1629
- #: inc/core/class.data.php:1478
1630
  msgid "Slider"
1631
  msgstr "Слайдер"
1632
 
1633
- #: inc/core/class.data.php:1485
1634
  msgid "Choose source gallery, that will be used for this slider"
1635
  msgstr "Выберите галерею-источник, которая будет использована для создания этого слайдера"
1636
 
1637
- #: inc/core/class.data.php:1493
1638
  msgid "Slider width (in pixels)"
1639
  msgstr "Ширина слайдера (в пикселях)"
1640
 
1641
- #: inc/core/class.data.php:1501
1642
  msgid "Slider height (in pixels)"
1643
  msgstr "Высота слайдера (в пикселях)"
1644
 
1645
- #: inc/core/class.data.php:1507
1646
  msgid "Ignore width and height parameters and make slider responsive"
1647
  msgstr "Игнорировать значения ширины и высоты и сделать слайдер отзывчивым"
1648
 
1649
- #: inc/core/class.data.php:1512
1650
- #: inc/core/class.data.php:1620
1651
- #: inc/core/class.data.php:1711
1652
  msgid "Show titles"
1653
  msgstr "Показывать заголовки"
1654
 
1655
- #: inc/core/class.data.php:1512
1656
  msgid "Display slide titles"
1657
  msgstr "Отображать заголовки слайдов"
1658
 
1659
- #: inc/core/class.data.php:1517
1660
  msgid "Is slider centered on the page"
1661
  msgstr "Слайдер выровнен по центру страницы"
1662
 
1663
- #: inc/core/class.data.php:1522
1664
- #: inc/core/class.data.php:1630
1665
  msgid "Arrows"
1666
  msgstr "Стрелки"
1667
 
1668
- #: inc/core/class.data.php:1522
1669
- #: inc/core/class.data.php:1630
1670
  msgid "Show left and right arrows"
1671
  msgstr "Показывать стрелки влево/вправо"
1672
 
1673
- #: inc/core/class.data.php:1527
1674
- #: inc/core/class.data.php:1635
1675
  msgid "Pagination"
1676
  msgstr "Страницы"
1677
 
1678
- #: inc/core/class.data.php:1528
1679
- #: inc/core/class.data.php:1636
1680
  msgid "Show pagination"
1681
  msgstr "Показывать страницы"
1682
 
1683
- #: inc/core/class.data.php:1532
1684
- #: inc/core/class.data.php:1640
1685
  msgid "Mouse wheel control"
1686
  msgstr "Управление колесом мыши"
1687
 
1688
- #: inc/core/class.data.php:1533
1689
  msgid "Allow to change slides with mouse wheel"
1690
  msgstr "Разрешить перелистывание слайдов колесом мышки"
1691
 
1692
- #: inc/core/class.data.php:1542
1693
  msgid "Choose interval between slide animations. Set to 0 to disable autoplay"
1694
  msgstr "Укажите интервал между автоматической сменой слайдов. Задайте 0, чтобы отключить автовоспроизведение"
1695
 
1696
- #: inc/core/class.data.php:1550
1697
- #: inc/core/class.data.php:1658
1698
  msgid "Speed"
1699
  msgstr "Скорость"
1700
 
1701
- #: inc/core/class.data.php:1550
1702
- #: inc/core/class.data.php:1658
1703
  msgid "Specify animation speed"
1704
  msgstr "Укажите скорость анимации"
1705
 
1706
- #: inc/core/class.data.php:1555
1707
- #: inc/core/class.data.php:1663
1708
- #: inc/core/class.data.php:1717
1709
  msgid "Links target"
1710
  msgstr "Цель ссылок"
1711
 
1712
- #: inc/core/class.data.php:1556
1713
  msgid "Open slides links in new window/tab"
1714
  msgstr "Открывать ссылки слайдов в новом окне или вкладке"
1715
 
1716
- #: inc/core/class.data.php:1565
1717
  msgid "Customizable image slider"
1718
  msgstr "Настраиваемый слайдер изображений"
1719
 
1720
- #: inc/core/class.data.php:1570
1721
  msgid "Carousel"
1722
  msgstr "Карусель"
1723
 
1724
- #: inc/core/class.data.php:1577
1725
  msgid "Choose source gallery, that will be used for this carousel"
1726
  msgstr "Выберите галерею-источник, которая будет использована для создания этой карусели"
1727
 
1728
- #: inc/core/class.data.php:1585
1729
  msgid "Carousel width (in pixels)"
1730
  msgstr "Ширина карусели (в пикселях)"
1731
 
1732
- #: inc/core/class.data.php:1593
1733
  msgid "Carousel height (in pixels)"
1734
  msgstr "Высота карусели (в пикселях)"
1735
 
1736
- #: inc/core/class.data.php:1599
1737
  msgid "Ignore width and height parameters and make carousel responsive"
1738
  msgstr "Игнорировать значения ширины и высоты и сделать карусель отзывчивой"
1739
 
1740
- #: inc/core/class.data.php:1606
1741
  msgid "Items to show"
1742
  msgstr "Количество элементов для отображения"
1743
 
1744
- #: inc/core/class.data.php:1607
1745
  msgid "How much carousel items is visible"
1746
  msgstr "Сколько элементов карусели видны постоянно"
1747
 
1748
- #: inc/core/class.data.php:1614
1749
  msgid "Scroll number"
1750
  msgstr "Кол-во прокручиваемых"
1751
 
1752
- #: inc/core/class.data.php:1615
1753
  msgid "How much items are scrolled in one transition"
1754
  msgstr "Сколько элементов карусели прокручивается за один переход"
1755
 
1756
- #: inc/core/class.data.php:1620
1757
  msgid "Display titles for each item"
1758
  msgstr "Показывать заголовки для каждого элемента карусели"
1759
 
1760
- #: inc/core/class.data.php:1625
1761
  msgid "Is carousel centered on the page"
1762
  msgstr "Карусель выровнена по центру страницы"
1763
 
1764
- #: inc/core/class.data.php:1641
1765
  msgid "Allow to rotate carousel with mouse wheel"
1766
  msgstr "Разрешить прокрутку карусели колесом мыши"
1767
 
1768
- #: inc/core/class.data.php:1650
1769
  msgid "Choose interval between auto animations. Set to 0 to disable autoplay"
1770
  msgstr "Укажите интервал между автоматической анимацией. Задайте 0, чтобы отключить автовоспроизведение"
1771
 
1772
- #: inc/core/class.data.php:1664
1773
  msgid "Open carousel links in new window/tab"
1774
  msgstr "Открывать ссылки карусели в новом окне или вкладке"
1775
 
1776
- #: inc/core/class.data.php:1673
1777
  msgid "Customizable image carousel"
1778
  msgstr "Настраиваемая карусель изображений"
1779
 
1780
- #: inc/core/class.data.php:1685
1781
  msgid "Choose source gallery, that will be used for this shortcode"
1782
  msgstr "Выберите галерею-источник, которая будет использована для этого шорткода"
1783
 
1784
- #: inc/core/class.data.php:1693
1785
  msgid "Single item width (in pixels)"
1786
  msgstr "Ширина одного изображения (в пикселях)"
1787
 
1788
- #: inc/core/class.data.php:1701
1789
  msgid "Single item height (in pixels)"
1790
  msgstr "Высота одного изображения (в пикселях)"
1791
 
1792
- #: inc/core/class.data.php:1706
1793
  msgid "Never"
1794
  msgstr "Никогда"
1795
 
1796
- #: inc/core/class.data.php:1707
1797
  msgid "On mouse over"
1798
  msgstr "При наведении мыши"
1799
 
1800
- #: inc/core/class.data.php:1708
1801
  msgid "Always"
1802
  msgstr "Всегда"
1803
 
1804
- #: inc/core/class.data.php:1712
1805
  msgid "Title display mode"
1806
  msgstr "Режим отображения заголовков"
1807
 
1808
- #: inc/core/class.data.php:1717
1809
  msgid "Open links in new window/tab"
1810
  msgstr "Открывать ссылки в новом окне или вкладке"
1811
 
1812
- #: inc/core/class.data.php:1726
1813
  msgid "Customizable image gallery"
1814
  msgstr "Настраиваемая галерея изображений"
1815
 
1816
- #: inc/core/class.data.php:1731
1817
  msgid "Posts"
1818
  msgstr "Записи"
1819
 
1820
- #: inc/core/class.data.php:1736
1821
  msgid "Template"
1822
  msgstr "Шаблон"
1823
 
1824
- #: inc/core/class.data.php:1737
1825
  msgid "<b>Do not change this field value if you do not understand description below.</b><br/>Relative path to the template file. Default templates is placed under the plugin directory (templates folder). You can copy it under your theme directory and modify as you want. You can use following default templates that already available in the plugin directory:<br/><b%value>templates/default-loop.php</b> - posts loop<br/><b%value>templates/teaser-loop.php</b> - posts loop with thumbnail and title<br/><b%value>templates/single-post.php</b> - single post template<br/><b%value>templates/list-loop.php</b> - unordered list with posts titles"
1826
  msgstr "<b>Не изменяйте значение этого поля, если вы не понимаете описания ниже.</b><br/>Относительный путь к файлу шаблона. Шаблоны по умолчанию расположены в папке с плагином (папка templates). Вы можете скопировать шаблоны в папку со своей темой и изменить как вам угодно. Вы можете использовать следующие шаблоны, которые уже поставляются с плагином и находятся в его папке:<br/><b%value>templates/default-loop.php</b> - обычный цикл постов<br/><b%value>templates/teaser-loop.php</b> - цикл постов в виде тизеров, изображения + заголовки<br/><b%value>templates/single-post.php</b> - шаблон одиночной записи или страницы<br/><b%value>templates/list-loop.php</b> - маркированный список с заголовками постов"
1827
 
1828
- #: inc/core/class.data.php:1741
1829
  msgid "Post ID's"
1830
  msgstr "ID постов"
1831
 
1832
- #: inc/core/class.data.php:1742
1833
  msgid "Enter comma separated ID's of the posts that you want to show"
1834
  msgstr "Введите ID постов, которые хотите отобразить, разделенные запятыми"
1835
 
1836
- #: inc/core/class.data.php:1750
1837
  msgid "Posts per page"
1838
  msgstr "Кол-во записей"
1839
 
1840
- #: inc/core/class.data.php:1751
1841
  msgid "Specify number of posts that you want to show. Enter -1 to get all posts"
1842
  msgstr "Укажите число записей, которое хотите отобразить. Введите -1 чтобы отобразить все найденные записи"
1843
 
1844
- #: inc/core/class.data.php:1758
1845
  msgid "Post types"
1846
  msgstr "Типы постов"
1847
 
1848
- #: inc/core/class.data.php:1759
1849
  msgid "Select post types. Hold Ctrl key to select multiple post types"
1850
  msgstr "Выберите типы постов. Удерживайте клавишу Ctrl чтобы выбрать несколько типов"
1851
 
1852
- #: inc/core/class.data.php:1765
1853
  msgid "Taxonomy"
1854
  msgstr "Таксономия"
1855
 
1856
- #: inc/core/class.data.php:1766
1857
  msgid "Select taxonomy to show posts from"
1858
  msgstr "Выберите таксономию, чтобы посмотреть её категории и выбрать их"
1859
 
1860
- #: inc/core/class.data.php:1773
1861
  msgid "Terms"
1862
  msgstr "Категории (terms)"
1863
 
1864
- #: inc/core/class.data.php:1773
1865
  msgid "Select terms to show posts from"
1866
  msgstr "Выберите категории, из которых нужно показать записи"
1867
 
1868
- #: inc/core/class.data.php:1778
1869
  msgid "Taxonomy term operator"
1870
  msgstr "Оператор выбора категорий"
1871
 
1872
- #: inc/core/class.data.php:1779
1873
  msgid "IN - posts that have any of selected categories terms<br/>NOT IN - posts that is does not have any of selected terms<br/>AND - posts that have all selected terms"
1874
  msgstr "IN - будут показана записи имеющие любую из выбранных категорий<br/>NOT IN - будут показаны записи, которые НЕ имеют ни одной из выбранных категорий<br/>AND - будут показаны записи, имеющие ТОЛЬКО выбранные категории"
1875
 
1876
- #: inc/core/class.data.php:1786
1877
  msgid "Authors"
1878
  msgstr "Авторы"
1879
 
1880
- #: inc/core/class.data.php:1787
1881
  msgid "Choose the authors whose posts you want to show"
1882
  msgstr "Выберите авторов, чьи записи хотите показать"
1883
 
1884
- #: inc/core/class.data.php:1791
1885
  msgid "Meta key"
1886
  msgstr "Произвольное поле"
1887
 
1888
- #: inc/core/class.data.php:1792
1889
  msgid "Enter meta key name to show posts that have this key"
1890
  msgstr "Введите оригинальное имя произвольного поля, чтобы показать все записи у которых это поле задано"
1891
 
1892
- #: inc/core/class.data.php:1799
1893
  msgid "Offset"
1894
  msgstr "Смещение (offset)"
1895
 
1896
- #: inc/core/class.data.php:1800
1897
  msgid "Specify offset to start posts loop not from first post"
1898
  msgstr "Укажите кол-во записей, которые будут пропущены и не показаны. Например, если указать 2, то будут показаны записи начиная со третьей"
1899
 
1900
- #: inc/core/class.data.php:1805
1901
  msgid "Descending"
1902
  msgstr "По убыванию"
1903
 
1904
- #: inc/core/class.data.php:1806
1905
  msgid "Ascending"
1906
  msgstr "По возрастанию"
1907
 
1908
- #: inc/core/class.data.php:1809
1909
  msgid "Order"
1910
  msgstr "Порядок"
1911
 
1912
- #: inc/core/class.data.php:1810
1913
  msgid "Posts order"
1914
  msgstr "Порядок сортировки записей"
1915
 
1916
- #: inc/core/class.data.php:1816
1917
  msgid "Post ID"
1918
  msgstr "ID записи"
1919
 
1920
- #: inc/core/class.data.php:1817
1921
  msgid "Post author"
1922
  msgstr "Автор записи"
1923
 
1924
- #: inc/core/class.data.php:1818
1925
  msgid "Post title"
1926
  msgstr "Заголовок записи"
1927
 
1928
- #: inc/core/class.data.php:1819
1929
  msgid "Post slug"
1930
  msgstr "Ссылка записи (slug)"
1931
 
1932
- #: inc/core/class.data.php:1820
1933
  msgid "Date"
1934
  msgstr "Дата"
1935
 
1936
- #: inc/core/class.data.php:1820
1937
  msgid "Last modified date"
1938
  msgstr "Дата изменения"
1939
 
1940
- #: inc/core/class.data.php:1821
1941
- #: inc/core/class.data.php:1831
1942
  msgid "Post parent"
1943
  msgstr "Родитель"
1944
 
1945
- #: inc/core/class.data.php:1822
1946
  msgid "Random"
1947
  msgstr "Случайно"
1948
 
1949
- #: inc/core/class.data.php:1822
1950
  msgid "Comments number"
1951
  msgstr "Кол-во комментариев"
1952
 
1953
- #: inc/core/class.data.php:1823
1954
  msgid "Menu order"
1955
  msgstr "Порядок меню"
1956
 
1957
- #: inc/core/class.data.php:1823
1958
  msgid "Meta key values"
1959
  msgstr "Значение произвольного поля"
1960
 
1961
- #: inc/core/class.data.php:1826
1962
  msgid "Order by"
1963
  msgstr "Сортировать по"
1964
 
1965
- #: inc/core/class.data.php:1827
1966
  msgid "Order posts by"
1967
  msgstr "Сортировать записи по следующему признаку"
1968
 
1969
- #: inc/core/class.data.php:1832
1970
  msgid "Show childrens of entered post (enter post ID)"
1971
  msgstr "Отобразить потомков введенной записи/страницы (нужно вводить ID)"
1972
 
1973
- #: inc/core/class.data.php:1837
1974
  msgid "Published"
1975
  msgstr "Опубликован"
1976
 
1977
- #: inc/core/class.data.php:1838
1978
  msgid "Pending"
1979
  msgstr "Ожидает"
1980
 
1981
- #: inc/core/class.data.php:1839
1982
  msgid "Draft"
1983
  msgstr "Черновик"
1984
 
1985
- #: inc/core/class.data.php:1840
1986
  msgid "Auto-draft"
1987
  msgstr "Авто-черновик"
1988
 
1989
- #: inc/core/class.data.php:1841
1990
  msgid "Future post"
1991
  msgstr "Запланирован"
1992
 
1993
- #: inc/core/class.data.php:1842
1994
  msgid "Private post"
1995
  msgstr "Приватная запись"
1996
 
1997
- #: inc/core/class.data.php:1843
1998
  msgid "Inherit"
1999
  msgstr "Вложенный"
2000
 
2001
- #: inc/core/class.data.php:1844
2002
  msgid "Trashed"
2003
  msgstr "В корзине"
2004
 
2005
- #: inc/core/class.data.php:1845
2006
  msgid "Any"
2007
  msgstr "Любой"
2008
 
2009
- #: inc/core/class.data.php:1848
2010
  msgid "Post status"
2011
  msgstr "Статус записи"
2012
 
2013
- #: inc/core/class.data.php:1849
2014
  msgid "Show only posts with selected status"
2015
  msgstr "Показать только записи с выбранным статусом"
2016
 
2017
- #: inc/core/class.data.php:1854
2018
  msgid "Ignore sticky"
2019
  msgstr "Игнорировать прикрепленные"
2020
 
2021
- #: inc/core/class.data.php:1855
2022
  msgid "Select Yes to ignore posts that is sticked"
2023
  msgstr "Выберите Да, чтобы не показывать прикрепленные (прилепленные) записи"
2024
 
2025
- #: inc/core/class.data.php:1859
2026
  msgid "Custom posts query with customizable template"
2027
  msgstr "Произвольный запрос записей/страниц с настраиваемым шаблоном"
2028
 
2029
- #: inc/core/class.generator.php:35
2030
- #: inc/core/class.generator.php:138
2031
  msgid "Insert shortcode"
2032
  msgstr "Вставить шорткод"
2033
 
2034
- #: inc/core/class.generator.php:79
2035
  msgid "Plugin settings"
2036
  msgstr "Настройки плагина"
2037
 
2038
- #: inc/core/class.generator.php:80
2039
  msgid "Plugin homepage"
2040
  msgstr "Сайт плагина"
2041
 
2042
- #: inc/core/class.generator.php:81
2043
  msgid "Support forums"
2044
  msgstr "Форум поддержки"
2045
 
2046
- #: inc/core/class.generator.php:88
2047
  msgid "Search for shortcodes"
2048
  msgstr "Поиск шорткода"
2049
 
2050
- #: inc/core/class.generator.php:90
2051
  msgid "Filter by type"
2052
  msgstr "Фильтр"
2053
 
2054
- #: inc/core/class.generator.php:126
2055
  msgid "Shortcode not specified"
2056
  msgstr "Не выбран шорткод"
2057
 
2058
- #: inc/core/class.generator.php:139
2059
  msgid "Live preview"
2060
  msgstr "Включить предпросмотр"
2061
 
2062
- #: inc/core/class.generator.php:140
2063
  msgid "Close window"
2064
  msgstr "Закрыть окно"
2065
 
2066
- #: inc/core/class.generator.php:144
2067
  msgid "Click to return to the shortcodes list"
2068
  msgstr "Нажмите, чтобы вернуться к списку шорткодов"
2069
 
2070
- #: inc/core/class.generator.php:144
2071
  msgid "All shortcodes"
2072
  msgstr "Все шорткоды"
2073
 
2074
- #: inc/core/class.generator.php:177
2075
  msgid "Yes"
2076
  msgstr "Да"
2077
 
2078
- #: inc/core/class.generator.php:177
2079
  msgid "No"
2080
  msgstr "Нет"
2081
 
2082
- #: inc/core/class.generator.php:181
 
2083
  msgid "Media manager"
2084
  msgstr "Медиа менеджер"
2085
 
2086
- #: inc/core/class.generator.php:192
2087
- msgid "Please wait"
2088
- msgstr "Пожалуйста подождите"
2089
 
2090
- #: inc/core/class.generator.php:199
2091
- #: inc/core/class.generator.php:287
2092
  msgid "Untitled gallery"
2093
  msgstr "Галерея без имени"
2094
 
2095
- #: inc/core/class.generator.php:205
2096
- #: inc/core/class.generator.php:293
2097
  msgid "Galleries not found"
2098
  msgstr "Галереи не найдены"
2099
 
2100
- #: inc/core/class.generator.php:206
2101
  msgid "Manage galleries"
2102
  msgstr "Управление галереями"
2103
 
2104
- #: inc/core/class.generator.php:206
2105
  msgid "Reload galleries"
2106
  msgstr "Обновить список"
2107
 
2108
- #: inc/core/class.generator.php:217
2109
  msgid "Click to set this value"
2110
  msgstr "Нажмите чтобы установить это значение"
2111
 
2112
- #: inc/core/class.generator.php:241
2113
  msgid "Preview"
2114
  msgstr "Предпросмотр"
2115
 
2116
- #: inc/core/class.generator.php:302
2117
  msgid "Access denied"
2118
  msgstr "Доступ запрещен"
2119
 
@@ -2480,64 +2494,54 @@ msgstr "url папки с текущей темой"
2480
  msgid "plugin url"
2481
  msgstr "url папки этого плагина"
2482
 
2483
- #: inc/views/galleries.php:2
2484
  msgid "Are you sure that you want to delete this gallery? This action can't be undone!"
2485
  msgstr "Вы уверены, что хотите удалить эту галерею? Это действие нельзя отменить!"
2486
 
2487
- #: inc/views/galleries.php:2
2488
  msgid "Are you sure that you want to delete this image? This action can't be undone!"
2489
  msgstr "Вы уверены, что хотите удалить это изображение? Это действие нельзя отменить!"
2490
 
2491
- #: inc/views/galleries.php:4
2492
  msgid "Create new gallery"
2493
  msgstr "Создать новую галерею"
2494
 
2495
- #: inc/views/galleries.php:17
2496
- #: inc/views/galleries.php:72
2497
  msgid "Enter gallery name"
2498
  msgstr "Введите имя галереи"
2499
 
2500
- #: inc/views/galleries.php:19
2501
- #: inc/views/galleries.php:74
2502
  msgid "Edit gallery"
2503
  msgstr "Редактировать галерею"
2504
 
2505
- #: inc/views/galleries.php:20
2506
- #: inc/views/galleries.php:75
2507
  msgid "Save &amp; close"
2508
  msgstr "Сохранить и закрыть"
2509
 
2510
- #: inc/views/galleries.php:21
2511
- #: inc/views/galleries.php:50
2512
- #: inc/views/galleries.php:76
2513
- #: inc/views/galleries.php:105
2514
  msgid "Close"
2515
  msgstr "Закрыть"
2516
 
2517
- #: inc/views/galleries.php:22
2518
- #: inc/views/galleries.php:41
2519
- #: inc/views/galleries.php:77
2520
- #: inc/views/galleries.php:96
2521
  msgid "Delete"
2522
  msgstr "Удалить"
2523
 
2524
- #: inc/views/galleries.php:28
2525
- #: inc/views/galleries.php:83
2526
- msgid "Max upload file size"
2527
- msgstr "Макс. размер файла"
2528
-
2529
- #: inc/views/galleries.php:28
2530
- #: inc/views/galleries.php:83
2531
- msgid "Mb"
2532
- msgstr "Мб"
2533
-
2534
- #: inc/views/galleries.php:28
2535
- #: inc/views/galleries.php:83
2536
- msgid "How to increase"
2537
- msgstr "Как увеличить"
2538
 
2539
- #: inc/views/galleries.php:40
2540
- #: inc/views/galleries.php:95
2541
  msgid "Edit"
2542
  msgstr "Редактировать"
2543
 
2
  msgstr ""
3
  "Project-Id-Version: gn_themes\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-10-19 01:46+0300\n"
6
+ "PO-Revision-Date: 2013-10-19 01:47+0300\n"
7
  "Last-Translator: Vladimir Anokhin <ano.vladimir@gmail.com>\n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
19
  msgstr "Заголовок 2"
20
 
21
  #: inc/example-addon.php:43
22
+ #: inc/core/class.data.php:168
23
+ #: inc/core/class.data.php:293
24
+ #: inc/core/class.data.php:376
25
+ #: inc/core/class.data.php:551
26
+ #: inc/core/class.data.php:698
27
+ #: inc/core/class.data.php:860
28
  msgid "Default"
29
  msgstr "По умолчанию"
30
 
33
  msgstr "Маленький"
34
 
35
  #: inc/example-addon.php:49
36
+ #: inc/core/class.data.php:173
37
+ #: inc/core/class.data.php:382
38
+ #: inc/core/class.data.php:513
39
+ #: inc/core/class.data.php:561
40
+ #: inc/core/class.data.php:705
41
+ #: inc/core/class.data.php:830
42
  msgid "Style"
43
  msgstr "Стиль"
44
 
54
  msgid "Styled heading 2"
55
  msgstr "Стильный заголовок 2"
56
 
57
+ #: inc/core/class.assets.php:61
58
+ msgid "Choose files"
59
+ msgstr "Выбор файлов"
60
+
61
+ #: inc/core/class.assets.php:62
62
+ msgid "Add selected files"
63
+ msgstr "Добавить выбранные файлы"
64
+
65
  #: inc/core/class.assets.php:68
66
  msgid "Choose file"
67
  msgstr "Выбор файла"
70
  msgid "Insert"
71
  msgstr "Вставить"
72
 
73
+ #: inc/core/class.assets.php:70
74
+ #: inc/core/class.generator.php:198
75
+ msgid "Please wait"
76
+ msgstr "Пожалуйста подождите"
77
+
78
+ #: inc/core/class.assets.php:83
79
  msgid "This shortcode doesn't work in live preview. Please insert it into editor and preview on the site."
80
  msgstr "Этот шорткод не работает в режиме предпросмотра. Пожалуйста вставьте шорткод в редактор и посмотрите результат на странице записи."
81
 
84
  msgstr "Все"
85
 
86
  #: inc/core/class.data.php:37
87
+ #: inc/core/class.generator.php:230
88
  msgid "Content"
89
  msgstr "Содержимое"
90
 
91
  #: inc/core/class.data.php:38
92
+ #: inc/core/class.data.php:686
93
  msgid "Box"
94
  msgstr "Блок"
95
 
98
  msgstr "Медиа"
99
 
100
  #: inc/core/class.data.php:40
101
+ #: inc/core/class.data.php:1488
102
+ #: inc/core/class.data.php:1580
103
+ #: inc/core/class.data.php:1682
104
+ #: inc/core/class.data.php:1688
105
  msgid "Gallery"
106
  msgstr "Галерея"
107
 
109
  msgid "Other"
110
  msgstr "Другое"
111
 
112
+ #: inc/core/class.data.php:56
113
  msgid "Heading"
114
  msgstr "Заголовок"
115
 
116
+ #: inc/core/class.data.php:66
117
+ #: inc/core/class.data.php:387
118
+ #: inc/core/class.data.php:467
119
+ #: inc/core/class.data.php:579
120
  msgid "Size"
121
  msgstr "Размер"
122
 
123
+ #: inc/core/class.data.php:66
124
  msgid "Select heading size"
125
  msgstr "Выберите размер заголовка"
126
 
127
+ #: inc/core/class.data.php:71
128
+ #: inc/core/class.data.php:351
129
+ #: inc/core/class.data.php:621
130
+ #: inc/core/class.data.php:838
131
  msgid "Left"
132
  msgstr "Слева"
133
 
134
+ #: inc/core/class.data.php:72
135
+ #: inc/core/class.data.php:1521
136
+ #: inc/core/class.data.php:1629
137
  msgid "Center"
138
  msgstr "По центру"
139
 
140
+ #: inc/core/class.data.php:73
141
+ #: inc/core/class.data.php:352
142
+ #: inc/core/class.data.php:619
143
+ #: inc/core/class.data.php:839
144
  msgid "Right"
145
  msgstr "Справа"
146
 
147
+ #: inc/core/class.data.php:76
148
+ #: inc/core/class.data.php:355
149
+ #: inc/core/class.data.php:413
150
  msgid "Align"
151
  msgstr "Выравнивание"
152
 
153
+ #: inc/core/class.data.php:77
154
  msgid "Heading text alignment"
155
  msgstr "Выравнивание текста в заголовке"
156
 
157
+ #: inc/core/class.data.php:81
158
+ #: inc/core/class.data.php:112
159
+ #: inc/core/class.data.php:140
160
+ #: inc/core/class.data.php:178
161
+ #: inc/core/class.data.php:195
162
+ #: inc/core/class.data.php:223
163
+ #: inc/core/class.data.php:247
164
+ #: inc/core/class.data.php:276
165
+ #: inc/core/class.data.php:306
166
+ #: inc/core/class.data.php:334
167
+ #: inc/core/class.data.php:359
168
+ #: inc/core/class.data.php:391
169
+ #: inc/core/class.data.php:418
170
+ #: inc/core/class.data.php:435
171
+ #: inc/core/class.data.php:478
172
+ #: inc/core/class.data.php:517
173
+ #: inc/core/class.data.php:639
174
+ #: inc/core/class.data.php:675
175
+ #: inc/core/class.data.php:730
176
+ #: inc/core/class.data.php:766
177
+ #: inc/core/class.data.php:798
178
+ #: inc/core/class.data.php:901
179
+ #: inc/core/class.data.php:918
180
+ #: inc/core/class.data.php:971
181
+ #: inc/core/class.data.php:1022
182
+ #: inc/core/class.data.php:1066
183
+ #: inc/core/class.data.php:1106
184
+ #: inc/core/class.data.php:1176
185
+ #: inc/core/class.data.php:1198
186
+ #: inc/core/class.data.php:1230
187
+ #: inc/core/class.data.php:1264
188
+ #: inc/core/class.data.php:1281
189
+ #: inc/core/class.data.php:1309
190
+ #: inc/core/class.data.php:1330
191
+ #: inc/core/class.data.php:1358
192
+ #: inc/core/class.data.php:1380
193
+ #: inc/core/class.data.php:1426
194
+ #: inc/core/class.data.php:1472
195
+ #: inc/core/class.data.php:1564
196
+ #: inc/core/class.data.php:1672
197
+ #: inc/core/class.data.php:1725
198
  msgid "Class"
199
  msgstr "Класс"
200
 
201
+ #: inc/core/class.data.php:82
202
+ #: inc/core/class.data.php:113
203
+ #: inc/core/class.data.php:141
204
+ #: inc/core/class.data.php:179
205
+ #: inc/core/class.data.php:196
206
+ #: inc/core/class.data.php:224
207
+ #: inc/core/class.data.php:248
208
+ #: inc/core/class.data.php:277
209
+ #: inc/core/class.data.php:307
210
+ #: inc/core/class.data.php:335
211
+ #: inc/core/class.data.php:360
212
+ #: inc/core/class.data.php:392
213
+ #: inc/core/class.data.php:419
214
+ #: inc/core/class.data.php:436
215
+ #: inc/core/class.data.php:479
216
+ #: inc/core/class.data.php:518
217
+ #: inc/core/class.data.php:640
218
+ #: inc/core/class.data.php:676
219
+ #: inc/core/class.data.php:731
220
+ #: inc/core/class.data.php:767
221
+ #: inc/core/class.data.php:799
222
+ #: inc/core/class.data.php:902
223
+ #: inc/core/class.data.php:919
224
+ #: inc/core/class.data.php:972
225
+ #: inc/core/class.data.php:1023
226
+ #: inc/core/class.data.php:1067
227
+ #: inc/core/class.data.php:1107
228
+ #: inc/core/class.data.php:1177
229
+ #: inc/core/class.data.php:1199
230
+ #: inc/core/class.data.php:1231
231
+ #: inc/core/class.data.php:1265
232
+ #: inc/core/class.data.php:1282
233
+ #: inc/core/class.data.php:1310
234
+ #: inc/core/class.data.php:1331
235
+ #: inc/core/class.data.php:1359
236
+ #: inc/core/class.data.php:1381
237
+ #: inc/core/class.data.php:1427
238
+ #: inc/core/class.data.php:1473
239
+ #: inc/core/class.data.php:1565
240
+ #: inc/core/class.data.php:1673
241
+ #: inc/core/class.data.php:1726
242
  msgid "Extra CSS class"
243
  msgstr "Дополнительный CSS класс"
244
 
245
+ #: inc/core/class.data.php:85
246
  msgid "Heading text"
247
  msgstr "Текст заголовка"
248
 
249
+ #: inc/core/class.data.php:86
250
  msgid "Styled heading"
251
  msgstr "Стильный заголовок"
252
 
253
+ #: inc/core/class.data.php:91
254
  msgid "Tabs"
255
  msgstr "Вкладки"
256
 
257
+ #: inc/core/class.data.php:101
258
  msgid "Active tab"
259
  msgstr "Активная вкладка"
260
 
261
+ #: inc/core/class.data.php:102
262
  msgid "Select which tab is open by default"
263
  msgstr "Выберите какая вкладка будет открыта по умолчанию"
264
 
265
+ #: inc/core/class.data.php:107
266
  msgid "Vertical"
267
  msgstr "Вертикально"
268
 
269
+ #: inc/core/class.data.php:108
270
  msgid "Show tabs vertically"
271
  msgstr "Отображать вкладки вертикально"
272
 
273
+ #: inc/core/class.data.php:117
274
  msgid ""
275
  "[%prefix_tab title=\"Title 1\"]Content 1[/%prefix_tab]\n"
276
  "[%prefix_tab title=\"Title 2\"]Content 2[/%prefix_tab]\n"
280
  "[%prefix_tab title=\"Заголовок 2\"]Содержимое вкладки 2[/%prefix_tab]\n"
281
  "[%prefix_tab title=\"Заголовок 3\"]Содержимое вкладки 3[/%prefix_tab]"
282
 
283
+ #: inc/core/class.data.php:118
284
  msgid "Tabs container"
285
  msgstr "Контейнер вкладок"
286
 
287
+ #: inc/core/class.data.php:123
288
  msgid "Tab"
289
  msgstr "Вкладка"
290
 
291
+ #: inc/core/class.data.php:128
292
  msgid "Tab name"
293
  msgstr "Имя вкладки"
294
 
295
+ #: inc/core/class.data.php:129
296
+ #: inc/core/class.data.php:157
297
+ #: inc/core/class.data.php:657
298
+ #: inc/core/class.data.php:693
299
+ #: inc/core/class.data.php:1135
300
  msgid "Title"
301
  msgstr "Заголовок"
302
 
303
+ #: inc/core/class.data.php:130
304
  msgid "Enter tab name"
305
  msgstr "Введите имя вкладки"
306
 
307
+ #: inc/core/class.data.php:135
308
  msgid "Disabled"
309
  msgstr "Отключено"
310
 
311
+ #: inc/core/class.data.php:136
312
  msgid "Is this tab disabled"
313
  msgstr "Эта вкладка отключена"
314
 
315
+ #: inc/core/class.data.php:145
316
  msgid "Tab content"
317
  msgstr "Содержимое вкладки"
318
 
319
+ #: inc/core/class.data.php:146
320
  msgid "Single tab"
321
  msgstr "Одиночная вкладка"
322
 
323
+ #: inc/core/class.data.php:151
324
  msgid "Spoiler"
325
  msgstr "Спойлер"
326
 
327
+ #: inc/core/class.data.php:156
328
  #: inc/core/class.shortcodes.php:66
329
  msgid "Spoiler title"
330
  msgstr "Скрытый текст"
331
 
332
+ #: inc/core/class.data.php:157
333
  msgid "Text in spoiler title"
334
  msgstr "Текст для заголовка спойлера"
335
 
336
+ #: inc/core/class.data.php:162
337
  msgid "Open"
338
  msgstr "Открыт"
339
 
340
+ #: inc/core/class.data.php:163
341
  msgid "Is spoiler content visible by default"
342
  msgstr "Виден ли контент спойлера по умолчанию"
343
 
344
+ #: inc/core/class.data.php:169
345
  msgid "Fancy"
346
  msgstr "Стильный"
347
 
348
+ #: inc/core/class.data.php:170
349
+ #: inc/core/class.data.php:379
350
  msgid "Simple"
351
  msgstr "Простой"
352
 
353
+ #: inc/core/class.data.php:174
354
  msgid "Spoiler skin"
355
  msgstr "Скин спойлера"
356
 
357
+ #: inc/core/class.data.php:183
358
  msgid "Hidden content"
359
  msgstr "Скрытое содержимое"
360
 
361
+ #: inc/core/class.data.php:184
362
  msgid "Spoiler with hidden content"
363
  msgstr "Спойлер со скрытым содержимым"
364
 
365
+ #: inc/core/class.data.php:189
366
  msgid "Accordion"
367
  msgstr "Аккордион"
368
 
369
+ #: inc/core/class.data.php:200
370
  msgid ""
371
  "[%prefix_spoiler]Content[/%prefix_spoiler]\n"
372
  "[%prefix_spoiler]Content[/%prefix_spoiler]\n"
376
  "[%prefix_spoiler]Скрытый текст[/%prefix_spoiler]\n"
377
  "[%prefix_spoiler]Скрытый текст[/%prefix_spoiler]"
378
 
379
+ #: inc/core/class.data.php:201
380
  msgid "Accordion with spoilers"
381
  msgstr "Аккордион со спойлерами"
382
 
383
+ #: inc/core/class.data.php:206
384
  msgid "Divider"
385
  msgstr "Разделитель"
386
 
387
+ #: inc/core/class.data.php:213
388
  msgid "Show TOP link"
389
  msgstr "Показать ссылку ВВЕРХ"
390
 
391
+ #: inc/core/class.data.php:214
392
  msgid "Show link to top of the page or not"
393
  msgstr "Показывать ссылку ВВЕРХ или нет"
394
 
395
+ #: inc/core/class.data.php:218
396
  #: inc/core/class.shortcodes.php:87
397
  msgid "Go to top"
398
  msgstr "Вверх"
399
 
400
+ #: inc/core/class.data.php:219
401
  msgid "Link text"
402
  msgstr "Текст ссылки"
403
 
404
+ #: inc/core/class.data.php:219
405
  msgid "Text for the GO TOP link"
406
  msgstr "Текст ссылки ВВЕРХ"
407
 
408
+ #: inc/core/class.data.php:228
409
  msgid "Content divider with optional TOP link"
410
  msgstr "Разделитель текста со ссылкой ВВЕРХ"
411
 
412
+ #: inc/core/class.data.php:233
413
  msgid "Spacer"
414
  msgstr "Пробел"
415
 
416
+ #: inc/core/class.data.php:243
417
+ #: inc/core/class.data.php:954
418
+ #: inc/core/class.data.php:1005
419
+ #: inc/core/class.data.php:1055
420
+ #: inc/core/class.data.php:1153
421
+ #: inc/core/class.data.php:1415
422
+ #: inc/core/class.data.php:1455
423
+ #: inc/core/class.data.php:1505
424
+ #: inc/core/class.data.php:1597
425
+ #: inc/core/class.data.php:1705
426
  msgid "Height"
427
  msgstr "Высота"
428
 
429
+ #: inc/core/class.data.php:243
430
  msgid "Height of the spacer in pixels"
431
  msgstr "Высота пробела в пикселях"
432
 
433
+ #: inc/core/class.data.php:252
434
  msgid "Empty space with adjustable height"
435
  msgstr "Пробел с настраиваемой высотой"
436
 
437
+ #: inc/core/class.data.php:257
438
  msgid "Highlight"
439
  msgstr "Выделитель"
440
 
441
+ #: inc/core/class.data.php:265
442
+ #: inc/core/class.data.php:567
443
+ #: inc/core/class.data.php:749
444
  msgid "Background"
445
  msgstr "Фон"
446
 
447
+ #: inc/core/class.data.php:266
448
  msgid "Highlighted text background color"
449
  msgstr "Цвет фона выделяемого текста"
450
 
451
+ #: inc/core/class.data.php:272
452
+ #: inc/core/class.data.php:573
453
+ #: inc/core/class.data.php:755
454
  msgid "Text color"
455
  msgstr "Цвет текста"
456
 
457
+ #: inc/core/class.data.php:272
458
  msgid "Highlighted text color"
459
  msgstr "Цвет выделяемого текста"
460
 
461
+ #: inc/core/class.data.php:280
462
+ #: inc/core/class.data.php:281
463
  msgid "Highlighted text"
464
  msgstr "Подсвеченный текст"
465
 
466
+ #: inc/core/class.data.php:286
467
+ #: inc/core/class.data.php:310
468
  msgid "Label"
469
  msgstr "Ярлык"
470
 
471
+ #: inc/core/class.data.php:294
472
  msgid "Success"
473
  msgstr "Успех"
474
 
475
+ #: inc/core/class.data.php:295
476
  msgid "Warning"
477
  msgstr "Внимание"
478
 
479
+ #: inc/core/class.data.php:296
480
  msgid "Important"
481
  msgstr "Важно"
482
 
483
+ #: inc/core/class.data.php:297
484
  msgid "Black"
485
  msgstr "Черный"
486
 
487
+ #: inc/core/class.data.php:298
488
  msgid "Info"
489
  msgstr "Инфо"
490
 
491
+ #: inc/core/class.data.php:301
492
  msgid "Type"
493
  msgstr "Тип"
494
 
495
+ #: inc/core/class.data.php:302
496
  msgid "Style of the label"
497
  msgstr "Стиль ярлыка"
498
 
499
+ #: inc/core/class.data.php:311
500
  msgid "Styled label"
501
  msgstr "Стильный ярлык"
502
 
503
+ #: inc/core/class.data.php:316
504
+ #: inc/core/class.data.php:338
505
  msgid "Quote"
506
  msgstr "Цитата"
507
 
508
+ #: inc/core/class.data.php:323
509
  msgid "Cite"
510
  msgstr "Автор"
511
 
512
+ #: inc/core/class.data.php:324
513
  msgid "Quote author name"
514
  msgstr "Имя автора цитаты"
515
 
516
+ #: inc/core/class.data.php:329
517
  msgid "Cite url"
518
  msgstr "Ссылка автора"
519
 
520
+ #: inc/core/class.data.php:330
521
  msgid "Url of the quote author. Leave empty to disable link"
522
  msgstr "Ссылка автора цитаты. Оставьте пустым, чтобы отключить ссылку"
523
 
524
+ #: inc/core/class.data.php:339
525
  msgid "Blockquote alternative"
526
  msgstr "Альтернатива цитаты"
527
 
528
+ #: inc/core/class.data.php:344
529
+ #: inc/core/class.data.php:363
530
+ #: inc/core/class.data.php:364
531
  msgid "Pullquote"
532
  msgstr "Цитата с обтеканием"
533
 
534
+ #: inc/core/class.data.php:355
535
  msgid "Pullquote alignment (float)"
536
  msgstr "Выравнивание цитаты (обтекание)"
537
 
538
+ #: inc/core/class.data.php:369
539
+ #: inc/core/class.data.php:396
540
  msgid "Dropcap"
541
  msgstr "Буквица"
542
 
543
+ #: inc/core/class.data.php:377
544
+ #: inc/core/class.data.php:552
545
  msgid "Flat"
546
  msgstr "Плоский"
547
 
548
+ #: inc/core/class.data.php:378
549
+ #: inc/core/class.data.php:608
550
  msgid "Light"
551
  msgstr "Светлый"
552
 
553
+ #: inc/core/class.data.php:382
554
  msgid "Dropcap style preset"
555
  msgstr "Стиль буквицы"
556
 
557
+ #: inc/core/class.data.php:387
558
  msgid "Choose dropcap size"
559
  msgstr "Выберите размер буквицы"
560
 
561
+ #: inc/core/class.data.php:395
562
  msgid "D"
563
  msgstr "D"
564
 
565
+ #: inc/core/class.data.php:401
566
  msgid "Frame"
567
  msgstr "Рамка"
568
 
569
+ #: inc/core/class.data.php:414
570
  msgid "Frame alignment"
571
  msgstr "Выравнивание рамки"
572
 
573
+ #: inc/core/class.data.php:424
574
  msgid "Styled image frame"
575
  msgstr "Стильный рамка изображения"
576
 
577
+ #: inc/core/class.data.php:429
578
  msgid "Row"
579
  msgstr "Колонки"
580
 
581
+ #: inc/core/class.data.php:440
582
  msgid ""
583
  "[%prefix_column size=\"1/3\"]Content[/%prefix_column]\n"
584
  "[%prefix_column size=\"1/3\"]Content[/%prefix_column]\n"
588
  "[%prefix_column size=\"1/3\"]Содержимое колонки[/%prefix_column]\n"
589
  "[%prefix_column size=\"1/3\"]Содержимое колонки[/%prefix_column]"
590
 
591
+ #: inc/core/class.data.php:441
592
  msgid "Row for flexible columns"
593
  msgstr "Контейнер с резиновыми колонками"
594
 
595
+ #: inc/core/class.data.php:446
596
  msgid "Column"
597
  msgstr "Колонка"
598
 
599
+ #: inc/core/class.data.php:453
600
  msgid "Full width"
601
  msgstr "Во всю ширину"
602
 
603
+ #: inc/core/class.data.php:454
604
  msgid "One half"
605
  msgstr "Одна вторая"
606
 
607
+ #: inc/core/class.data.php:455
608
  msgid "One third"
609
  msgstr "Одна третья"
610
 
611
+ #: inc/core/class.data.php:456
612
  msgid "Two third"
613
  msgstr "Две трети"
614
 
615
+ #: inc/core/class.data.php:457
616
  msgid "One fourth"
617
  msgstr "Одна четвертая"
618
 
619
+ #: inc/core/class.data.php:458
620
  msgid "Three fourth"
621
  msgstr "Три четвертых"
622
 
623
+ #: inc/core/class.data.php:459
624
  msgid "One fifth"
625
  msgstr "Одна пятая"
626
 
627
+ #: inc/core/class.data.php:460
628
  msgid "Two fifth"
629
  msgstr "Две пятых"
630
 
631
+ #: inc/core/class.data.php:461
632
  msgid "Three fifth"
633
  msgstr "Три пятых"
634
 
635
+ #: inc/core/class.data.php:462
636
  msgid "Four fifth"
637
  msgstr "Четыре пятых"
638
 
639
+ #: inc/core/class.data.php:463
640
  msgid "One sixth"
641
  msgstr "Одна шестая"
642
 
643
+ #: inc/core/class.data.php:464
644
  msgid "Five sixth"
645
  msgstr "Пять шестых"
646
 
647
+ #: inc/core/class.data.php:468
648
  msgid "Select column width. This width will be calculated depend page width"
649
  msgstr "Выберите ширину колнки. Эта ширина будет рассчитана на основе ширины страницы"
650
 
651
+ #: inc/core/class.data.php:473
652
+ #: inc/core/class.data.php:590
653
  msgid "Centered"
654
  msgstr "По центру"
655
 
656
+ #: inc/core/class.data.php:474
657
  msgid "Is this column centered on the page"
658
  msgstr "Колонка выровнена по центру страницы"
659
 
660
+ #: inc/core/class.data.php:483
661
  msgid "Column content"
662
  msgstr "Содержимое колонки"
663
 
664
+ #: inc/core/class.data.php:484
665
  msgid "Flexible and responsive columns"
666
  msgstr "Резновые колонки"
667
 
668
+ #: inc/core/class.data.php:489
669
  msgid "List"
670
  msgstr "Список"
671
 
672
+ #: inc/core/class.data.php:496
673
  msgid "Star"
674
  msgstr "Звезда"
675
 
676
+ #: inc/core/class.data.php:497
677
  msgid "Arrow"
678
  msgstr "Стрелка"
679
 
680
+ #: inc/core/class.data.php:498
681
  msgid "Check"
682
  msgstr "Отметка"
683
 
684
+ #: inc/core/class.data.php:499
685
  msgid "Cross"
686
  msgstr "Крестик"
687
 
688
+ #: inc/core/class.data.php:500
689
  msgid "Thumbs up"
690
  msgstr "Палец вверх"
691
 
692
+ #: inc/core/class.data.php:501
693
+ #: inc/core/class.data.php:535
694
  msgid "Link"
695
  msgstr "Ссылка"
696
 
697
+ #: inc/core/class.data.php:502
698
  msgid "Gear"
699
  msgstr "Шестеренка"
700
 
701
+ #: inc/core/class.data.php:503
702
  msgid "Time"
703
  msgstr "Время"
704
 
705
+ #: inc/core/class.data.php:504
706
+ #: inc/core/class.data.php:741
707
  msgid "Note"
708
  msgstr "Заметка"
709
 
710
+ #: inc/core/class.data.php:505
711
  msgid "Plus"
712
  msgstr "Плюс"
713
 
714
+ #: inc/core/class.data.php:506
715
  msgid "Guard"
716
  msgstr "Защита"
717
 
718
+ #: inc/core/class.data.php:507
719
  msgid "Event"
720
  msgstr "Событие"
721
 
722
+ #: inc/core/class.data.php:508
723
  msgid "Idea"
724
  msgstr "Идя"
725
 
726
+ #: inc/core/class.data.php:509
727
+ #: inc/core/class.generator.php:81
728
  #: inc/core/class.shortcodes-ultimate.php:115
729
  #: inc/vendor/class.sunrise-framework.php:282
730
  msgid "Settings"
731
  msgstr "Настройки"
732
 
733
+ #: inc/core/class.data.php:510
734
  msgid "Twitter"
735
  msgstr "Твиттер"
736
 
737
+ #: inc/core/class.data.php:513
738
  msgid "List items style/icons"
739
  msgstr "Стиль/иконка элементов списка"
740
 
741
+ #: inc/core/class.data.php:522
742
  msgid ""
743
  "<ul>\n"
744
  "<li>List item</li>\n"
752
  "<li>Элемент списка</li>\n"
753
  "</ul>"
754
 
755
+ #: inc/core/class.data.php:523
756
  msgid "Styled unordered list"
757
  msgstr "Стильный неупорядоченный список"
758
 
759
+ #: inc/core/class.data.php:528
760
  msgid "Button"
761
  msgstr "Кнопка"
762
 
763
+ #: inc/core/class.data.php:536
764
  msgid "Button link"
765
  msgstr "Ссылка кнопки"
766
 
767
+ #: inc/core/class.data.php:541
768
+ #: inc/core/class.data.php:1221
769
  msgid "Same tab"
770
  msgstr "Та же вкладка"
771
 
772
+ #: inc/core/class.data.php:542
773
+ #: inc/core/class.data.php:1222
774
  msgid "New tab"
775
  msgstr "Новая вкладка"
776
 
777
+ #: inc/core/class.data.php:545
778
+ #: inc/core/class.data.php:1225
779
  msgid "Target"
780
  msgstr "Цель"
781
 
782
+ #: inc/core/class.data.php:546
783
  msgid "Button link target"
784
  msgstr "Цель ссылки кнопки"
785
 
786
+ #: inc/core/class.data.php:553
787
+ #: inc/core/class.data.php:699
788
  msgid "Soft"
789
  msgstr "Мягкий"
790
 
791
+ #: inc/core/class.data.php:554
792
+ #: inc/core/class.data.php:700
793
  msgid "Glass"
794
  msgstr "Стекло"
795
 
796
+ #: inc/core/class.data.php:555
797
+ #: inc/core/class.data.php:701
798
  msgid "Bubbles"
799
  msgstr "Пузыри"
800
 
801
+ #: inc/core/class.data.php:556
802
+ #: inc/core/class.data.php:702
803
  msgid "Noise"
804
  msgstr "Шум"
805
 
806
+ #: inc/core/class.data.php:557
807
  msgid "Stroked"
808
  msgstr "Прошитый"
809
 
810
+ #: inc/core/class.data.php:558
811
  msgid "3D"
812
  msgstr "3D"
813
 
814
+ #: inc/core/class.data.php:561
815
  msgid "Button background style preset"
816
  msgstr "Стиль фона кнопки"
817
 
818
+ #: inc/core/class.data.php:567
819
  msgid "Button background color"
820
  msgstr "Цвет фона кнопки"
821
 
822
+ #: inc/core/class.data.php:574
823
  msgid "Button text color"
824
  msgstr "Цвет текста кнопки"
825
 
826
+ #: inc/core/class.data.php:580
827
  msgid "Button size"
828
  msgstr "Размер кнопки"
829
 
830
+ #: inc/core/class.data.php:585
831
  msgid "Fluid"
832
  msgstr "Резиновая"
833
 
834
+ #: inc/core/class.data.php:585
835
  msgid "Fluid buttons has 100% width"
836
  msgstr "Резиновые кнопки имеют ширину 100%"
837
 
838
+ #: inc/core/class.data.php:590
839
  msgid "Is button centered on the page"
840
  msgstr "Кнопка выровнена по центру страницы"
841
 
842
+ #: inc/core/class.data.php:596
843
+ #: inc/core/class.data.php:725
844
+ #: inc/core/class.data.php:762
845
  msgid "Radius"
846
  msgstr "Радиус"
847
 
848
+ #: inc/core/class.data.php:597
849
  msgid "Radius of button corners. Auto-radius calculation based on button size"
850
  msgstr "Радиус углов кнопки. Значени auto рассчитывается на основе размера кнопки"
851
 
852
+ #: inc/core/class.data.php:602
853
+ #: inc/core/class.data.php:663
854
  msgid "Icon"
855
  msgstr "Иконка"
856
 
857
+ #: inc/core/class.data.php:603
858
  msgid "You can upload custom icon for this button. Try to begin with <a href=\"http://webdesign.tutsplus.com/freebies/icons-freebies/exclusive-freebie-50-crisp-web-app-icons/\" target=\"_blank\">these free high-quality icons</a>. Download archive, unpack icons and upload in this field"
859
  msgstr "Вы можете загрузить любую иконку для этой кнопки. Попробуйте начать с <a href=\"http://webdesign.tutsplus.com/freebies/icons-freebies/exclusive-freebie-50-crisp-web-app-icons/\" target=\"_blank\">этого бесплатного набора качественных иконок</a>. Скачайте архив, распакуйте иконки и загрузите любую из них в это поле"
860
 
861
+ #: inc/core/class.data.php:609
862
  msgid "Dark"
863
  msgstr "Темный"
864
 
865
+ #: inc/core/class.data.php:612
866
  msgid "Text shadow color"
867
  msgstr "Цвет тени текста"
868
 
869
+ #: inc/core/class.data.php:612
870
  msgid "Color of button text shadow"
871
  msgstr "Цвет тени текста кнопки"
872
 
873
+ #: inc/core/class.data.php:617
874
+ #: inc/core/class.data.php:1819
875
  msgid "None"
876
  msgstr "Нет"
877
 
878
+ #: inc/core/class.data.php:618
879
+ #: inc/core/class.data.php:836
880
  msgid "Top"
881
  msgstr "Сверху"
882
 
883
+ #: inc/core/class.data.php:620
884
+ #: inc/core/class.data.php:837
885
  msgid "Bottom"
886
  msgstr "Снизу"
887
 
888
+ #: inc/core/class.data.php:622
889
  msgid "Top right"
890
  msgstr "Сверху справа"
891
 
892
+ #: inc/core/class.data.php:623
893
  msgid "Top left"
894
  msgstr "Сверху слева"
895
 
896
+ #: inc/core/class.data.php:623
897
  msgid "Bottom right"
898
  msgstr "Снизу справа"
899
 
900
+ #: inc/core/class.data.php:623
901
  msgid "Bottom left"
902
  msgstr "Снизу слева"
903
 
904
+ #: inc/core/class.data.php:625
905
  msgid "Text shadow position"
906
  msgstr "Положение тени текста"
907
 
908
+ #: inc/core/class.data.php:625
909
  msgid "Position of button text shadow"
910
  msgstr "Положение тени текста кнопки"
911
 
912
+ #: inc/core/class.data.php:629
913
  msgid "Description"
914
  msgstr "Описание"
915
 
916
+ #: inc/core/class.data.php:630
917
  msgid "Small description under button text. This option is incompatible with icon."
918
  msgstr "Небольшое описание под текстом кнопки. Это описание не совместимо с иконками кнопок."
919
 
920
+ #: inc/core/class.data.php:634
921
  msgid "onClick"
922
  msgstr "onClick"
923
 
924
+ #: inc/core/class.data.php:635
925
  msgid "Advanced JavaScript code for onClick action"
926
  msgstr "JavaScript код для атрибута onClick"
927
 
928
+ #: inc/core/class.data.php:644
929
  msgid "Button text"
930
  msgstr "Текст кнопки"
931
 
932
+ #: inc/core/class.data.php:645
933
  msgid "Styled button"
934
  msgstr "Стильная кнопка"
935
 
936
+ #: inc/core/class.data.php:650
937
  msgid "Service"
938
  msgstr "Услуга"
939
 
940
+ #: inc/core/class.data.php:656
941
  #: inc/core/class.shortcodes.php:329
942
  msgid "Service title"
943
  msgstr "Название услуги"
944
 
945
+ #: inc/core/class.data.php:658
946
  msgid "Service name"
947
  msgstr "Название услуги"
948
 
949
+ #: inc/core/class.data.php:664
950
  msgid "You can upload custom icon for this box"
951
  msgstr "Вы можете загрузить свою иконку для этого блока"
952
 
953
+ #: inc/core/class.data.php:670
954
  msgid "Icon size"
955
  msgstr "Размер иконки"
956
 
957
+ #: inc/core/class.data.php:671
958
  msgid "Size of the uploaded icon in pixels"
959
  msgstr "Размер загруженной иконки в пикселях"
960
 
961
+ #: inc/core/class.data.php:680
962
  msgid "Service description"
963
  msgstr "Описание услуги"
964
 
965
+ #: inc/core/class.data.php:681
966
  msgid "Service box with title"
967
  msgstr "Блок услуга с заголовком"
968
 
969
+ #: inc/core/class.data.php:692
970
  msgid "Box title"
971
  msgstr "Заголовок блока"
972
 
973
+ #: inc/core/class.data.php:693
974
  msgid "Text for the box title"
975
  msgstr "Текст для заголовка блока"
976
 
977
+ #: inc/core/class.data.php:706
978
  msgid "Box style preset"
979
  msgstr "Стиль блока"
980
 
981
+ #: inc/core/class.data.php:712
982
  msgid "Color"
983
  msgstr "Цвет"
984
 
985
+ #: inc/core/class.data.php:713
986
  msgid "Color for the box title and borders"
987
  msgstr "Цвет заголовка блока и его рамки"
988
 
989
+ #: inc/core/class.data.php:719
990
  msgid "Title text color"
991
  msgstr "Цвет текста заголовка"
992
 
993
+ #: inc/core/class.data.php:719
994
  msgid "Color for the box title text"
995
  msgstr "Цвет текста в заголовке блока"
996
 
997
+ #: inc/core/class.data.php:726
998
  msgid "Box corners radius"
999
  msgstr "Радиус углов"
1000
 
1001
+ #: inc/core/class.data.php:735
1002
  msgid "Box content"
1003
  msgstr "Содержимое блока"
1004
 
1005
+ #: inc/core/class.data.php:736
1006
  msgid "Colored box with caption"
1007
  msgstr "Цветной блок с заголовком"
1008
 
1009
+ #: inc/core/class.data.php:749
1010
  msgid "Note background color"
1011
  msgstr "Цвет фона заметки"
1012
 
1013
+ #: inc/core/class.data.php:756
1014
  msgid "Note text color"
1015
  msgstr "Цвет текста заметки"
1016
 
1017
+ #: inc/core/class.data.php:762
1018
  msgid "Note corners radius"
1019
  msgstr "Радиус углов"
1020
 
1021
+ #: inc/core/class.data.php:770
1022
  msgid "Note text"
1023
  msgstr "Текст заметки"
1024
 
1025
+ #: inc/core/class.data.php:771
1026
  msgid "Colored box"
1027
  msgstr "Цветной блок"
1028
 
1029
+ #: inc/core/class.data.php:776
1030
  msgid "Lightbox"
1031
  msgstr "Лайтбокс"
1032
 
1033
+ #: inc/core/class.data.php:783
1034
  msgid "Iframe"
1035
  msgstr "Фрейм (iframe)"
1036
 
1037
+ #: inc/core/class.data.php:784
1038
  msgid "Image"
1039
  msgstr "Изображение"
1040
 
1041
+ #: inc/core/class.data.php:785
1042
  msgid "Inline (html content)"
1043
  msgstr "HTML элемент"
1044
 
1045
+ #: inc/core/class.data.php:788
1046
  msgid "Content type"
1047
  msgstr "Тип содержимого"
1048
 
1049
+ #: inc/core/class.data.php:789
1050
  msgid "Select type of the lightbox window content"
1051
  msgstr "Выберите тип содержимого в окне лайтбокса"
1052
 
1053
+ #: inc/core/class.data.php:793
1054
  msgid "Content source"
1055
  msgstr "Источник содержимого"
1056
 
1057
+ #: inc/core/class.data.php:794
1058
  msgid "Insert here URL or CSS selector. Use URL for Iframe and Image content types. Use CSS selector for Inline content type.<br />Example values:<br /><b%value>http://www.youtube.com/watch?v=NbE8INOjTKM</b> - YouTube video (iframe)<br /><b%value>http://example.com/wp-content/uploads/image.jpg</b> - uploaded image (image)<br /><b%value>http://example.com/</b> - any web page (iframe)<br /><b%value>#contact-form</b> - any HTML content (inline)"
1059
  msgstr "Вставьте URL или CSS селектор. Используйте URL для типов содержимого Фрейм (iframe) и Изображение. Используйте CSS селектор для содержимого типа HTML элемент.<br />Примеры значений:<br /><b%value>http://www.youtube.com/watch?v=NbE8INOjTKM</b> - YouTube видео (фрейм)<br /><b%value>http://example.com/wp-content/uploads/image.jpg</b> - загруженное изображение (изображение)<br /><b%value>http://example.com/</b> - любая веб-страница (фрейм)<br /><b%value>#contact-form</b> - любой HTML элемент (html элемент)"
1060
 
1061
+ #: inc/core/class.data.php:803
1062
  msgid "[%prefix_button] Click Here to Watch the Video [/%prefix_button]"
1063
  msgstr "[%prefix_button] Нажмите здесь чтобы посмотреть видео [/%prefix_button]"
1064
 
1065
+ #: inc/core/class.data.php:804
1066
  msgid "Lightbox window with custom content"
1067
  msgstr "Лайтбокс с произвольным содержимым"
1068
 
1069
+ #: inc/core/class.data.php:809
1070
  msgid "Tooltip"
1071
  msgstr "Подсказка"
1072
 
1073
+ #: inc/core/class.data.php:816
1074
  msgid "Basic: Light"
1075
  msgstr "Базовый: Светлый"
1076
 
1077
+ #: inc/core/class.data.php:817
1078
  msgid "Basic: Dark"
1079
  msgstr "Базовый: Темный"
1080
 
1081
+ #: inc/core/class.data.php:818
1082
  msgid "Basic: Yellow"
1083
  msgstr "Базовый: Желтый"
1084
 
1085
+ #: inc/core/class.data.php:819
1086
  msgid "Basic: Green"
1087
  msgstr "Базовый: Зеленый"
1088
 
1089
+ #: inc/core/class.data.php:820
1090
  msgid "Basic: Red"
1091
  msgstr "Базовый: Красный"
1092
 
1093
+ #: inc/core/class.data.php:821
1094
  msgid "Basic: Blue"
1095
  msgstr "Базовый: Голубой"
1096
 
1097
+ #: inc/core/class.data.php:822
1098
  msgid "Youtube"
1099
  msgstr "Youtube"
1100
 
1101
+ #: inc/core/class.data.php:823
1102
  msgid "Tipsy"
1103
  msgstr "Tipsy"
1104
 
1105
+ #: inc/core/class.data.php:824
1106
  msgid "Bootstrap"
1107
  msgstr "Bootstrap"
1108
 
1109
+ #: inc/core/class.data.php:825
1110
  msgid "jTools"
1111
  msgstr "jTools"
1112
 
1113
+ #: inc/core/class.data.php:826
1114
  msgid "Tipped"
1115
  msgstr "Tipped"
1116
 
1117
+ #: inc/core/class.data.php:827
1118
  msgid "Cluetip"
1119
  msgstr "Cluetip"
1120
 
1121
+ #: inc/core/class.data.php:831
1122
  msgid "Tooltip window style"
1123
  msgstr "Стиль окна подсказки"
1124
 
1125
+ #: inc/core/class.data.php:842
1126
  msgid "Position"
1127
  msgstr "Положение"
1128
 
1129
+ #: inc/core/class.data.php:843
1130
  msgid "Tooltip position"
1131
  msgstr "Положение всплывающей подсказки"
1132
 
1133
+ #: inc/core/class.data.php:848
1134
  msgid "Shadow"
1135
  msgstr "Тень"
1136
 
1137
+ #: inc/core/class.data.php:849
1138
  msgid "Add shadow to tooltip. This option is only works with basic styes, e.g. blue, green etc."
1139
  msgstr "Добавить тень окну подсказки. Тень работает только для базовых стилей."
1140
 
1141
+ #: inc/core/class.data.php:854
1142
  msgid "Rounded corners"
1143
  msgstr "Скругление"
1144
 
1145
+ #: inc/core/class.data.php:855
1146
  msgid "Use rounded for tooltip. This option is only works with basic styes, e.g. blue, green etc."
1147
  msgstr "Добавить скругленные уголки окну подсказки. Скругление работает только для базовых стилей."
1148
 
1149
+ #: inc/core/class.data.php:869
1150
  msgid "Font size"
1151
  msgstr "Размер шрифта"
1152
 
1153
+ #: inc/core/class.data.php:870
1154
  msgid "Tooltip font size"
1155
  msgstr "Размер шрифта подсказки"
1156
 
1157
+ #: inc/core/class.data.php:874
1158
  msgid "Tooltip title"
1159
  msgstr "Заголовок подсказки"
1160
 
1161
+ #: inc/core/class.data.php:875
1162
  msgid "Enter title for tooltip window. Leave this field empty to hide the title"
1163
  msgstr "Укажите заголовок окна подсказки. Оставьте поле пустым, чтобы скрыть заголовок"
1164
 
1165
+ #: inc/core/class.data.php:878
1166
  #: inc/core/class.shortcodes.php:406
1167
  msgid "Tooltip text"
1168
  msgstr "Текст подсказки"
1169
 
1170
+ #: inc/core/class.data.php:879
1171
  msgid "Tooltip content"
1172
  msgstr "Содержимое подсказки"
1173
 
1174
+ #: inc/core/class.data.php:880
1175
  msgid "Enter tooltip content here"
1176
  msgstr "Введите сюда содержимое подсказки"
1177
 
1178
+ #: inc/core/class.data.php:885
1179
  msgid "Show and hide on mouse hover"
1180
  msgstr "Показать и скрыть при наведении мыши"
1181
 
1182
+ #: inc/core/class.data.php:886
1183
  msgid "Show and hide by mouse click"
1184
  msgstr "Показать и скрыть по клику мыши"
1185
 
1186
+ #: inc/core/class.data.php:887
1187
  msgid "Always visible"
1188
  msgstr "Всегда видима"
1189
 
1190
+ #: inc/core/class.data.php:890
1191
  msgid "Behavior"
1192
  msgstr "Поведение"
1193
 
1194
+ #: inc/core/class.data.php:891
1195
  msgid "Select tooltip behavior"
1196
  msgstr "Выберите поведение подсказки"
1197
 
1198
+ #: inc/core/class.data.php:896
1199
  msgid "Close button"
1200
  msgstr "Кнопка закрыть"
1201
 
1202
+ #: inc/core/class.data.php:897
1203
  msgid "Show close button"
1204
  msgstr "Показывать кнопку закрыть"
1205
 
1206
+ #: inc/core/class.data.php:906
1207
  msgid "[%prefix_button] Hover me to open tooltip [/%prefix_button]"
1208
  msgstr "[%prefix_button] Наведите мышку чтобы увидеть подсказку [/%prefix_button]"
1209
 
1210
+ #: inc/core/class.data.php:907
1211
  msgid "Tooltip window with custom content"
1212
  msgstr "Всплывающая подсказка с произвольным содержимым"
1213
 
1214
+ #: inc/core/class.data.php:912
1215
  msgid "Private"
1216
  msgstr "Заметка для авторов"
1217
 
1218
+ #: inc/core/class.data.php:923
1219
  msgid "Private note text"
1220
  msgstr "Текст приватной заметки"
1221
 
1222
+ #: inc/core/class.data.php:924
1223
  msgid "Private note for post authors"
1224
  msgstr "Приватный текст для других авторов"
1225
 
1226
+ #: inc/core/class.data.php:929
1227
  msgid "YouTube"
1228
  msgstr "YouTube"
1229
 
1230
+ #: inc/core/class.data.php:936
1231
+ #: inc/core/class.data.php:988
1232
+ #: inc/core/class.data.php:1038
1233
+ #: inc/core/class.data.php:1299
1234
+ #: inc/core/class.data.php:1397
1235
  msgid "Url"
1236
  msgstr "Ссылка"
1237
 
1238
+ #: inc/core/class.data.php:937
1239
  msgid "Url of YouTube page with video. Ex: http://youtube.com/watch?v=XXXXXX"
1240
  msgstr "Ссылка на страницу YouTube с видео. Пример: http://youtube.com/watch?v=XXXXXX"
1241
 
1242
+ #: inc/core/class.data.php:945
1243
+ #: inc/core/class.data.php:996
1244
+ #: inc/core/class.data.php:1046
1245
+ #: inc/core/class.data.php:1089
1246
+ #: inc/core/class.data.php:1144
1247
+ #: inc/core/class.data.php:1406
1248
+ #: inc/core/class.data.php:1446
1249
+ #: inc/core/class.data.php:1497
1250
+ #: inc/core/class.data.php:1589
1251
+ #: inc/core/class.data.php:1697
1252
  msgid "Width"
1253
  msgstr "Ширина"
1254
 
1255
+ #: inc/core/class.data.php:946
1256
+ #: inc/core/class.data.php:997
1257
+ #: inc/core/class.data.php:1047
1258
+ #: inc/core/class.data.php:1145
1259
  msgid "Player width"
1260
  msgstr "Ширина плеера"
1261
 
1262
+ #: inc/core/class.data.php:955
1263
+ #: inc/core/class.data.php:1006
1264
+ #: inc/core/class.data.php:1056
1265
+ #: inc/core/class.data.php:1154
1266
  msgid "Player height"
1267
  msgstr "Высота плеера"
1268
 
1269
+ #: inc/core/class.data.php:960
1270
+ #: inc/core/class.data.php:1011
1271
+ #: inc/core/class.data.php:1061
1272
+ #: inc/core/class.data.php:1421
1273
+ #: inc/core/class.data.php:1461
1274
+ #: inc/core/class.data.php:1510
1275
+ #: inc/core/class.data.php:1602
1276
  msgid "Responsive"
1277
  msgstr "Отзывчивость (responsive)"
1278
 
1279
+ #: inc/core/class.data.php:961
1280
+ #: inc/core/class.data.php:1012
1281
+ #: inc/core/class.data.php:1062
1282
  msgid "Ignore width and height parameters and make player responsive"
1283
  msgstr "Игнорировать значения ширины и высоты и сделать проигрыватель отзывчивым"
1284
 
1285
+ #: inc/core/class.data.php:966
1286
+ #: inc/core/class.data.php:1017
1287
+ #: inc/core/class.data.php:1095
1288
+ #: inc/core/class.data.php:1165
1289
+ #: inc/core/class.data.php:1545
1290
+ #: inc/core/class.data.php:1653
1291
  msgid "Autoplay"
1292
  msgstr "Автовоспроизведение"
1293
 
1294
+ #: inc/core/class.data.php:967
1295
+ #: inc/core/class.data.php:1018
1296
  msgid "Play video automatically when page is loaded"
1297
  msgstr "Воспроизвести видео автоматически при открытии страницы"
1298
 
1299
+ #: inc/core/class.data.php:976
1300
  msgid "YouTube video"
1301
  msgstr "Видео YouTube"
1302
 
1303
+ #: inc/core/class.data.php:981
1304
  msgid "Vimeo"
1305
  msgstr "Vimeo"
1306
 
1307
+ #: inc/core/class.data.php:988
1308
  msgid "Url of Vimeo page with video"
1309
  msgstr "Ссылка на страницу Vimeo с видео"
1310
 
1311
+ #: inc/core/class.data.php:1027
1312
  msgid "Vimeo video"
1313
  msgstr "Видео Vimeo"
1314
 
1315
+ #: inc/core/class.data.php:1032
1316
  msgid "Screenr"
1317
  msgstr "Screenr"
1318
 
1319
+ #: inc/core/class.data.php:1038
1320
  msgid "Url of Screenr page with video"
1321
  msgstr "Ссылка на страницу Screenr с видео"
1322
 
1323
+ #: inc/core/class.data.php:1071
1324
  msgid "Screenr video"
1325
  msgstr "Видео Screenr"
1326
 
1327
+ #: inc/core/class.data.php:1076
1328
  msgid "Audio"
1329
  msgstr "Аудио"
1330
 
1331
+ #: inc/core/class.data.php:1083
1332
+ #: inc/core/class.data.php:1123
1333
  msgid "File"
1334
  msgstr "Файл"
1335
 
1336
+ #: inc/core/class.data.php:1084
1337
  msgid "Audio file url. Supported formats: mp3, ogg"
1338
  msgstr "Ссылка на аудио-файл. Поддерживаемые форматы: mp3, ogg"
1339
 
1340
+ #: inc/core/class.data.php:1090
1341
  msgid "Player width. You can specify width in percents and player will be responsive. Example values: <b%value>200px</b>, <b%value>100&#37;</b>"
1342
  msgstr "Ширина плеера. Вы можете указать ширину в процентах и плеер станет отзывчивым (responsive). Примеры значений: <b%value>200px</b>, <b%value>100&#37;</b>"
1343
 
1344
+ #: inc/core/class.data.php:1096
1345
+ #: inc/core/class.data.php:1166
1346
  msgid "Play file automatically when page is loaded"
1347
  msgstr "Воспроизводить файл автоматически при открытии страницы"
1348
 
1349
+ #: inc/core/class.data.php:1101
1350
+ #: inc/core/class.data.php:1171
1351
  msgid "Loop"
1352
  msgstr "Повтор"
1353
 
1354
+ #: inc/core/class.data.php:1102
1355
+ #: inc/core/class.data.php:1172
1356
  msgid "Repeat when playback is ended"
1357
  msgstr "Повторять, когда воспроизведение окночено"
1358
 
1359
+ #: inc/core/class.data.php:1111
1360
  msgid "Custom audio player"
1361
  msgstr "Настраиваемый аудио-плеер"
1362
 
1363
+ #: inc/core/class.data.php:1116
1364
  msgid "Video"
1365
  msgstr "Видео"
1366
 
1367
+ #: inc/core/class.data.php:1124
1368
  msgid "Url to mp4/flv video-file"
1369
  msgstr "Ссылка на mp4/flv видео-файл"
1370
 
1371
+ #: inc/core/class.data.php:1129
1372
  msgid "Poster"
1373
  msgstr "Постер"
1374
 
1375
+ #: inc/core/class.data.php:1130
1376
  msgid "Url to poster image, that will be shown before playback"
1377
  msgstr "Ссылка на изображение постера. Изображение будет показано перед началом воспроизведения"
1378
 
1379
+ #: inc/core/class.data.php:1136
1380
  msgid "Player title"
1381
  msgstr "Заголовок плеера"
1382
 
1383
+ #: inc/core/class.data.php:1159
1384
  msgid "Controls"
1385
  msgstr "Элементы управления"
1386
 
1387
+ #: inc/core/class.data.php:1160
1388
  msgid "Show player controls (play/pause etc.) or not"
1389
  msgstr "Показывать элементы управления плеером (воспроизведение/пауза и т.д.) или нет"
1390
 
1391
+ #: inc/core/class.data.php:1181
1392
  msgid "Custom video player"
1393
  msgstr "Настраиваемый видео-плеер"
1394
 
1395
+ #: inc/core/class.data.php:1186
1396
  msgid "Table"
1397
  msgstr "Таблица"
1398
 
1399
+ #: inc/core/class.data.php:1193
1400
  msgid "CSV file"
1401
  msgstr "CSV файл"
1402
 
1403
+ #: inc/core/class.data.php:1194
1404
  msgid "Upload CSV file if you want to create HTML-table from file"
1405
  msgstr "Если вы хотите создать HTML-таблицу из CSV-файла, то загрузите его в это поле"
1406
 
1407
+ #: inc/core/class.data.php:1203
1408
  msgid ""
1409
  "<table>\n"
1410
  "<tr>\n"
1428
  "</tr>\n"
1429
  "</table>"
1430
 
1431
+ #: inc/core/class.data.php:1204
1432
  msgid "Styled table from HTML or CSV file"
1433
  msgstr "Стильная таблица из HTML или CSV файла"
1434
 
1435
+ #: inc/core/class.data.php:1209
1436
  msgid "Permalink"
1437
  msgstr "Постоянная ссылка"
1438
 
1439
+ #: inc/core/class.data.php:1215
1440
  msgid "ID"
1441
  msgstr "ID"
1442
 
1443
+ #: inc/core/class.data.php:1216
1444
  msgid "Post or page ID"
1445
  msgstr "ID записи или страницы"
1446
 
1447
+ #: inc/core/class.data.php:1226
1448
  msgid "Link target. blank - link will be opened in new window/tab"
1449
  msgstr "Цель ссылки. blank - означает что ссылка будет открыта в новом окне или вкладке"
1450
 
1451
+ #: inc/core/class.data.php:1236
1452
  msgid "Permalink to specified post/page"
1453
  msgstr "Постоянная ссылка на страницу"
1454
 
1455
+ #: inc/core/class.data.php:1241
1456
  msgid "Members"
1457
  msgstr "Участники"
1458
 
1459
+ #: inc/core/class.data.php:1246
1460
  #: inc/core/class.shortcodes.php:608
1461
  msgid "This content is for registered users only. Please %login%."
1462
  msgstr "Это содержимое только для авторизованых пользователей. Пожалуйста %login%."
1463
 
1464
+ #: inc/core/class.data.php:1247
1465
  msgid "Message"
1466
  msgstr "Сообщение"
1467
 
1468
+ #: inc/core/class.data.php:1247
1469
  msgid "Message for not logged users"
1470
  msgstr "Собщение для неавторизованных"
1471
 
1472
+ #: inc/core/class.data.php:1252
1473
  msgid "Box color"
1474
  msgstr "Цвет блока"
1475
 
1476
+ #: inc/core/class.data.php:1252
1477
  msgid "This color will applied only to box for not logged users"
1478
  msgstr "Этот цвет будет применен только к блоку для не авторизованных посетителей"
1479
 
1480
+ #: inc/core/class.data.php:1255
1481
  #: inc/core/class.shortcodes.php:611
1482
  msgid "login"
1483
  msgstr "войдите"
1484
 
1485
+ #: inc/core/class.data.php:1256
1486
  msgid "Login link text"
1487
  msgstr "Текст ссылки войти"
1488
 
1489
+ #: inc/core/class.data.php:1256
1490
  msgid "Text for the login link"
1491
  msgstr "Текст ссылки ВОЙТИ"
1492
 
1493
+ #: inc/core/class.data.php:1260
1494
  msgid "Login link url"
1495
  msgstr "Адрес ссылки войти"
1496
 
1497
+ #: inc/core/class.data.php:1269
1498
  msgid "Content for logged members"
1499
  msgstr "Содержимое для авторизованых пользователей"
1500
 
1501
+ #: inc/core/class.data.php:1270
1502
  msgid "Content for logged in members only"
1503
  msgstr "Ссодержимое для авторизованых"
1504
 
1505
+ #: inc/core/class.data.php:1275
1506
  msgid "Guests"
1507
  msgstr "Гости"
1508
 
1509
+ #: inc/core/class.data.php:1286
1510
  msgid "Content for guests"
1511
  msgstr "Содержимое для гостей"
1512
 
1513
+ #: inc/core/class.data.php:1287
1514
  msgid "Content for guests only"
1515
  msgstr "Ссодержимое только для гостей"
1516
 
1517
+ #: inc/core/class.data.php:1292
1518
  msgid "RSS Feed"
1519
  msgstr "RSS лента"
1520
 
1521
+ #: inc/core/class.data.php:1300
1522
  msgid "Url to RSS-feed"
1523
  msgstr "Ссылка на RSS-ленту"
1524
 
1525
+ #: inc/core/class.data.php:1305
1526
  msgid "Limit"
1527
  msgstr "Лимит"
1528
 
1529
+ #: inc/core/class.data.php:1305
1530
  msgid "Number of items to show"
1531
  msgstr "Количество элементов для отображения"
1532
 
1533
+ #: inc/core/class.data.php:1314
1534
  msgid "Feed grabber"
1535
  msgstr "Граббер новостных лент"
1536
 
1537
+ #: inc/core/class.data.php:1319
1538
  msgid "Menu"
1539
  msgstr "Меню"
1540
 
1541
+ #: inc/core/class.data.php:1326
1542
  msgid "Menu name"
1543
  msgstr "Имя меню"
1544
 
1545
+ #: inc/core/class.data.php:1326
1546
  msgid "Custom menu name. Ex: Main menu"
1547
  msgstr "Имя произвольного меню. Например: Главное меню"
1548
 
1549
+ #: inc/core/class.data.php:1335
1550
  msgid "Custom menu by name"
1551
  msgstr "Произвольное меню"
1552
 
1553
+ #: inc/core/class.data.php:1340
1554
  msgid "Sub pages"
1555
  msgstr "Подстраницы"
1556
 
1557
+ #: inc/core/class.data.php:1347
1558
+ #: inc/core/class.data.php:1375
1559
  msgid "Depth"
1560
  msgstr "Глубина"
1561
 
1562
+ #: inc/core/class.data.php:1348
1563
  msgid "Max depth level of children pages"
1564
  msgstr "Максимальная глубина дочерних страниц"
1565
 
1566
+ #: inc/core/class.data.php:1353
1567
  msgid "Parent ID"
1568
  msgstr "ID родителя"
1569
 
1570
+ #: inc/core/class.data.php:1354
1571
  msgid "ID of the parent page. Leave blank to use current page"
1572
  msgstr "ID родительской страницы. Оставьте пустым, чтобы использовать текущую страницу"
1573
 
1574
+ #: inc/core/class.data.php:1363
1575
  msgid "List of sub pages"
1576
  msgstr "Список дочерних страниц"
1577
 
1578
+ #: inc/core/class.data.php:1368
1579
  msgid "Siblings"
1580
  msgstr "Соседние страницы"
1581
 
1582
+ #: inc/core/class.data.php:1376
1583
  msgid "Max depth level"
1584
  msgstr "Максимальный уровень вложенности"
1585
 
1586
+ #: inc/core/class.data.php:1385
1587
  msgid "List of cureent page siblings"
1588
  msgstr "Список страниц, соседних с текущей"
1589
 
1590
+ #: inc/core/class.data.php:1390
1591
  msgid "Document"
1592
  msgstr "Документ"
1593
 
1594
+ #: inc/core/class.data.php:1398
1595
  msgid "Url to uploaded document. Supported formats: doc, xls, pdf etc."
1596
  msgstr "Ссылка на загруженный документ. Поддерживаемые форматы: doc, xls, pdf и т.д."
1597
 
1598
+ #: inc/core/class.data.php:1407
1599
  msgid "Viewer width"
1600
  msgstr "Ширина просмотрщика"
1601
 
1602
+ #: inc/core/class.data.php:1416
1603
  msgid "Viewer height"
1604
  msgstr "Высота просмотрщика"
1605
 
1606
+ #: inc/core/class.data.php:1422
1607
  msgid "Ignore width and height parameters and make viewer responsive"
1608
  msgstr "Игнорировать значения ширины и высоты и сделать просмотрщик отзывчивым"
1609
 
1610
+ #: inc/core/class.data.php:1431
1611
  msgid "Document viewer by Google"
1612
  msgstr "Просмотрщик документов от Google"
1613
 
1614
+ #: inc/core/class.data.php:1436
1615
  msgid "Gmap"
1616
  msgstr "Google карта"
1617
 
1618
+ #: inc/core/class.data.php:1447
1619
  msgid "Map width"
1620
  msgstr "Ширина карты"
1621
 
1622
+ #: inc/core/class.data.php:1456
1623
  msgid "Map height"
1624
  msgstr "Высота карты"
1625
 
1626
+ #: inc/core/class.data.php:1462
1627
  msgid "Ignore width and height parameters and make map responsive"
1628
  msgstr "Игнорировать значения ширины и высоты и сделать карту отзывчивой"
1629
 
1630
+ #: inc/core/class.data.php:1467
1631
  msgid "Marker"
1632
  msgstr "Маркер"
1633
 
1634
+ #: inc/core/class.data.php:1468
1635
  msgid "Address for the marker. You can type it in any language"
1636
  msgstr "Адрес маркера. Вы можете ввести адрес на русском языке"
1637
 
1638
+ #: inc/core/class.data.php:1477
1639
  msgid "Maps by Google"
1640
  msgstr "Карты от Google"
1641
 
1642
+ #: inc/core/class.data.php:1482
1643
  msgid "Slider"
1644
  msgstr "Слайдер"
1645
 
1646
+ #: inc/core/class.data.php:1489
1647
  msgid "Choose source gallery, that will be used for this slider"
1648
  msgstr "Выберите галерею-источник, которая будет использована для создания этого слайдера"
1649
 
1650
+ #: inc/core/class.data.php:1497
1651
  msgid "Slider width (in pixels)"
1652
  msgstr "Ширина слайдера (в пикселях)"
1653
 
1654
+ #: inc/core/class.data.php:1505
1655
  msgid "Slider height (in pixels)"
1656
  msgstr "Высота слайдера (в пикселях)"
1657
 
1658
+ #: inc/core/class.data.php:1511
1659
  msgid "Ignore width and height parameters and make slider responsive"
1660
  msgstr "Игнорировать значения ширины и высоты и сделать слайдер отзывчивым"
1661
 
1662
+ #: inc/core/class.data.php:1516
1663
+ #: inc/core/class.data.php:1624
1664
+ #: inc/core/class.data.php:1715
1665
  msgid "Show titles"
1666
  msgstr "Показывать заголовки"
1667
 
1668
+ #: inc/core/class.data.php:1516
1669
  msgid "Display slide titles"
1670
  msgstr "Отображать заголовки слайдов"
1671
 
1672
+ #: inc/core/class.data.php:1521
1673
  msgid "Is slider centered on the page"
1674
  msgstr "Слайдер выровнен по центру страницы"
1675
 
1676
+ #: inc/core/class.data.php:1526
1677
+ #: inc/core/class.data.php:1634
1678
  msgid "Arrows"
1679
  msgstr "Стрелки"
1680
 
1681
+ #: inc/core/class.data.php:1526
1682
+ #: inc/core/class.data.php:1634
1683
  msgid "Show left and right arrows"
1684
  msgstr "Показывать стрелки влево/вправо"
1685
 
1686
+ #: inc/core/class.data.php:1531
1687
+ #: inc/core/class.data.php:1639
1688
  msgid "Pagination"
1689
  msgstr "Страницы"
1690
 
1691
+ #: inc/core/class.data.php:1532
1692
+ #: inc/core/class.data.php:1640
1693
  msgid "Show pagination"
1694
  msgstr "Показывать страницы"
1695
 
1696
+ #: inc/core/class.data.php:1536
1697
+ #: inc/core/class.data.php:1644
1698
  msgid "Mouse wheel control"
1699
  msgstr "Управление колесом мыши"
1700
 
1701
+ #: inc/core/class.data.php:1537
1702
  msgid "Allow to change slides with mouse wheel"
1703
  msgstr "Разрешить перелистывание слайдов колесом мышки"
1704
 
1705
+ #: inc/core/class.data.php:1546
1706
  msgid "Choose interval between slide animations. Set to 0 to disable autoplay"
1707
  msgstr "Укажите интервал между автоматической сменой слайдов. Задайте 0, чтобы отключить автовоспроизведение"
1708
 
1709
+ #: inc/core/class.data.php:1554
1710
+ #: inc/core/class.data.php:1662
1711
  msgid "Speed"
1712
  msgstr "Скорость"
1713
 
1714
+ #: inc/core/class.data.php:1554
1715
+ #: inc/core/class.data.php:1662
1716
  msgid "Specify animation speed"
1717
  msgstr "Укажите скорость анимации"
1718
 
1719
+ #: inc/core/class.data.php:1559
1720
+ #: inc/core/class.data.php:1667
1721
+ #: inc/core/class.data.php:1721
1722
  msgid "Links target"
1723
  msgstr "Цель ссылок"
1724
 
1725
+ #: inc/core/class.data.php:1560
1726
  msgid "Open slides links in new window/tab"
1727
  msgstr "Открывать ссылки слайдов в новом окне или вкладке"
1728
 
1729
+ #: inc/core/class.data.php:1569
1730
  msgid "Customizable image slider"
1731
  msgstr "Настраиваемый слайдер изображений"
1732
 
1733
+ #: inc/core/class.data.php:1574
1734
  msgid "Carousel"
1735
  msgstr "Карусель"
1736
 
1737
+ #: inc/core/class.data.php:1581
1738
  msgid "Choose source gallery, that will be used for this carousel"
1739
  msgstr "Выберите галерею-источник, которая будет использована для создания этой карусели"
1740
 
1741
+ #: inc/core/class.data.php:1589
1742
  msgid "Carousel width (in pixels)"
1743
  msgstr "Ширина карусели (в пикселях)"
1744
 
1745
+ #: inc/core/class.data.php:1597
1746
  msgid "Carousel height (in pixels)"
1747
  msgstr "Высота карусели (в пикселях)"
1748
 
1749
+ #: inc/core/class.data.php:1603
1750
  msgid "Ignore width and height parameters and make carousel responsive"
1751
  msgstr "Игнорировать значения ширины и высоты и сделать карусель отзывчивой"
1752
 
1753
+ #: inc/core/class.data.php:1610
1754
  msgid "Items to show"
1755
  msgstr "Количество элементов для отображения"
1756
 
1757
+ #: inc/core/class.data.php:1611
1758
  msgid "How much carousel items is visible"
1759
  msgstr "Сколько элементов карусели видны постоянно"
1760
 
1761
+ #: inc/core/class.data.php:1618
1762
  msgid "Scroll number"
1763
  msgstr "Кол-во прокручиваемых"
1764
 
1765
+ #: inc/core/class.data.php:1619
1766
  msgid "How much items are scrolled in one transition"
1767
  msgstr "Сколько элементов карусели прокручивается за один переход"
1768
 
1769
+ #: inc/core/class.data.php:1624
1770
  msgid "Display titles for each item"
1771
  msgstr "Показывать заголовки для каждого элемента карусели"
1772
 
1773
+ #: inc/core/class.data.php:1629
1774
  msgid "Is carousel centered on the page"
1775
  msgstr "Карусель выровнена по центру страницы"
1776
 
1777
+ #: inc/core/class.data.php:1645
1778
  msgid "Allow to rotate carousel with mouse wheel"
1779
  msgstr "Разрешить прокрутку карусели колесом мыши"
1780
 
1781
+ #: inc/core/class.data.php:1654
1782
  msgid "Choose interval between auto animations. Set to 0 to disable autoplay"
1783
  msgstr "Укажите интервал между автоматической анимацией. Задайте 0, чтобы отключить автовоспроизведение"
1784
 
1785
+ #: inc/core/class.data.php:1668
1786
  msgid "Open carousel links in new window/tab"
1787
  msgstr "Открывать ссылки карусели в новом окне или вкладке"
1788
 
1789
+ #: inc/core/class.data.php:1677
1790
  msgid "Customizable image carousel"
1791
  msgstr "Настраиваемая карусель изображений"
1792
 
1793
+ #: inc/core/class.data.php:1689
1794
  msgid "Choose source gallery, that will be used for this shortcode"
1795
  msgstr "Выберите галерею-источник, которая будет использована для этого шорткода"
1796
 
1797
+ #: inc/core/class.data.php:1697
1798
  msgid "Single item width (in pixels)"
1799
  msgstr "Ширина одного изображения (в пикселях)"
1800
 
1801
+ #: inc/core/class.data.php:1705
1802
  msgid "Single item height (in pixels)"
1803
  msgstr "Высота одного изображения (в пикселях)"
1804
 
1805
+ #: inc/core/class.data.php:1710
1806
  msgid "Never"
1807
  msgstr "Никогда"
1808
 
1809
+ #: inc/core/class.data.php:1711
1810
  msgid "On mouse over"
1811
  msgstr "При наведении мыши"
1812
 
1813
+ #: inc/core/class.data.php:1712
1814
  msgid "Always"
1815
  msgstr "Всегда"
1816
 
1817
+ #: inc/core/class.data.php:1716
1818
  msgid "Title display mode"
1819
  msgstr "Режим отображения заголовков"
1820
 
1821
+ #: inc/core/class.data.php:1721
1822
  msgid "Open links in new window/tab"
1823
  msgstr "Открывать ссылки в новом окне или вкладке"
1824
 
1825
+ #: inc/core/class.data.php:1730
1826
  msgid "Customizable image gallery"
1827
  msgstr "Настраиваемая галерея изображений"
1828
 
1829
+ #: inc/core/class.data.php:1735
1830
  msgid "Posts"
1831
  msgstr "Записи"
1832
 
1833
+ #: inc/core/class.data.php:1740
1834
  msgid "Template"
1835
  msgstr "Шаблон"
1836
 
1837
+ #: inc/core/class.data.php:1741
1838
  msgid "<b>Do not change this field value if you do not understand description below.</b><br/>Relative path to the template file. Default templates is placed under the plugin directory (templates folder). You can copy it under your theme directory and modify as you want. You can use following default templates that already available in the plugin directory:<br/><b%value>templates/default-loop.php</b> - posts loop<br/><b%value>templates/teaser-loop.php</b> - posts loop with thumbnail and title<br/><b%value>templates/single-post.php</b> - single post template<br/><b%value>templates/list-loop.php</b> - unordered list with posts titles"
1839
  msgstr "<b>Не изменяйте значение этого поля, если вы не понимаете описания ниже.</b><br/>Относительный путь к файлу шаблона. Шаблоны по умолчанию расположены в папке с плагином (папка templates). Вы можете скопировать шаблоны в папку со своей темой и изменить как вам угодно. Вы можете использовать следующие шаблоны, которые уже поставляются с плагином и находятся в его папке:<br/><b%value>templates/default-loop.php</b> - обычный цикл постов<br/><b%value>templates/teaser-loop.php</b> - цикл постов в виде тизеров, изображения + заголовки<br/><b%value>templates/single-post.php</b> - шаблон одиночной записи или страницы<br/><b%value>templates/list-loop.php</b> - маркированный список с заголовками постов"
1840
 
1841
+ #: inc/core/class.data.php:1745
1842
  msgid "Post ID's"
1843
  msgstr "ID постов"
1844
 
1845
+ #: inc/core/class.data.php:1746
1846
  msgid "Enter comma separated ID's of the posts that you want to show"
1847
  msgstr "Введите ID постов, которые хотите отобразить, разделенные запятыми"
1848
 
1849
+ #: inc/core/class.data.php:1754
1850
  msgid "Posts per page"
1851
  msgstr "Кол-во записей"
1852
 
1853
+ #: inc/core/class.data.php:1755
1854
  msgid "Specify number of posts that you want to show. Enter -1 to get all posts"
1855
  msgstr "Укажите число записей, которое хотите отобразить. Введите -1 чтобы отобразить все найденные записи"
1856
 
1857
+ #: inc/core/class.data.php:1762
1858
  msgid "Post types"
1859
  msgstr "Типы постов"
1860
 
1861
+ #: inc/core/class.data.php:1763
1862
  msgid "Select post types. Hold Ctrl key to select multiple post types"
1863
  msgstr "Выберите типы постов. Удерживайте клавишу Ctrl чтобы выбрать несколько типов"
1864
 
1865
+ #: inc/core/class.data.php:1769
1866
  msgid "Taxonomy"
1867
  msgstr "Таксономия"
1868
 
1869
+ #: inc/core/class.data.php:1770
1870
  msgid "Select taxonomy to show posts from"
1871
  msgstr "Выберите таксономию, чтобы посмотреть её категории и выбрать их"
1872
 
1873
+ #: inc/core/class.data.php:1777
1874
  msgid "Terms"
1875
  msgstr "Категории (terms)"
1876
 
1877
+ #: inc/core/class.data.php:1777
1878
  msgid "Select terms to show posts from"
1879
  msgstr "Выберите категории, из которых нужно показать записи"
1880
 
1881
+ #: inc/core/class.data.php:1782
1882
  msgid "Taxonomy term operator"
1883
  msgstr "Оператор выбора категорий"
1884
 
1885
+ #: inc/core/class.data.php:1783
1886
  msgid "IN - posts that have any of selected categories terms<br/>NOT IN - posts that is does not have any of selected terms<br/>AND - posts that have all selected terms"
1887
  msgstr "IN - будут показана записи имеющие любую из выбранных категорий<br/>NOT IN - будут показаны записи, которые НЕ имеют ни одной из выбранных категорий<br/>AND - будут показаны записи, имеющие ТОЛЬКО выбранные категории"
1888
 
1889
+ #: inc/core/class.data.php:1790
1890
  msgid "Authors"
1891
  msgstr "Авторы"
1892
 
1893
+ #: inc/core/class.data.php:1791
1894
  msgid "Choose the authors whose posts you want to show"
1895
  msgstr "Выберите авторов, чьи записи хотите показать"
1896
 
1897
+ #: inc/core/class.data.php:1795
1898
  msgid "Meta key"
1899
  msgstr "Произвольное поле"
1900
 
1901
+ #: inc/core/class.data.php:1796
1902
  msgid "Enter meta key name to show posts that have this key"
1903
  msgstr "Введите оригинальное имя произвольного поля, чтобы показать все записи у которых это поле задано"
1904
 
1905
+ #: inc/core/class.data.php:1803
1906
  msgid "Offset"
1907
  msgstr "Смещение (offset)"
1908
 
1909
+ #: inc/core/class.data.php:1804
1910
  msgid "Specify offset to start posts loop not from first post"
1911
  msgstr "Укажите кол-во записей, которые будут пропущены и не показаны. Например, если указать 2, то будут показаны записи начиная со третьей"
1912
 
1913
+ #: inc/core/class.data.php:1809
1914
  msgid "Descending"
1915
  msgstr "По убыванию"
1916
 
1917
+ #: inc/core/class.data.php:1810
1918
  msgid "Ascending"
1919
  msgstr "По возрастанию"
1920
 
1921
+ #: inc/core/class.data.php:1813
1922
  msgid "Order"
1923
  msgstr "Порядок"
1924
 
1925
+ #: inc/core/class.data.php:1814
1926
  msgid "Posts order"
1927
  msgstr "Порядок сортировки записей"
1928
 
1929
+ #: inc/core/class.data.php:1820
1930
  msgid "Post ID"
1931
  msgstr "ID записи"
1932
 
1933
+ #: inc/core/class.data.php:1821
1934
  msgid "Post author"
1935
  msgstr "Автор записи"
1936
 
1937
+ #: inc/core/class.data.php:1822
1938
  msgid "Post title"
1939
  msgstr "Заголовок записи"
1940
 
1941
+ #: inc/core/class.data.php:1823
1942
  msgid "Post slug"
1943
  msgstr "Ссылка записи (slug)"
1944
 
1945
+ #: inc/core/class.data.php:1824
1946
  msgid "Date"
1947
  msgstr "Дата"
1948
 
1949
+ #: inc/core/class.data.php:1824
1950
  msgid "Last modified date"
1951
  msgstr "Дата изменения"
1952
 
1953
+ #: inc/core/class.data.php:1825
1954
+ #: inc/core/class.data.php:1835
1955
  msgid "Post parent"
1956
  msgstr "Родитель"
1957
 
1958
+ #: inc/core/class.data.php:1826
1959
  msgid "Random"
1960
  msgstr "Случайно"
1961
 
1962
+ #: inc/core/class.data.php:1826
1963
  msgid "Comments number"
1964
  msgstr "Кол-во комментариев"
1965
 
1966
+ #: inc/core/class.data.php:1827
1967
  msgid "Menu order"
1968
  msgstr "Порядок меню"
1969
 
1970
+ #: inc/core/class.data.php:1827
1971
  msgid "Meta key values"
1972
  msgstr "Значение произвольного поля"
1973
 
1974
+ #: inc/core/class.data.php:1830
1975
  msgid "Order by"
1976
  msgstr "Сортировать по"
1977
 
1978
+ #: inc/core/class.data.php:1831
1979
  msgid "Order posts by"
1980
  msgstr "Сортировать записи по следующему признаку"
1981
 
1982
+ #: inc/core/class.data.php:1836
1983
  msgid "Show childrens of entered post (enter post ID)"
1984
  msgstr "Отобразить потомков введенной записи/страницы (нужно вводить ID)"
1985
 
1986
+ #: inc/core/class.data.php:1841
1987
  msgid "Published"
1988
  msgstr "Опубликован"
1989
 
1990
+ #: inc/core/class.data.php:1842
1991
  msgid "Pending"
1992
  msgstr "Ожидает"
1993
 
1994
+ #: inc/core/class.data.php:1843
1995
  msgid "Draft"
1996
  msgstr "Черновик"
1997
 
1998
+ #: inc/core/class.data.php:1844
1999
  msgid "Auto-draft"
2000
  msgstr "Авто-черновик"
2001
 
2002
+ #: inc/core/class.data.php:1845
2003
  msgid "Future post"
2004
  msgstr "Запланирован"
2005
 
2006
+ #: inc/core/class.data.php:1846
2007
  msgid "Private post"
2008
  msgstr "Приватная запись"
2009
 
2010
+ #: inc/core/class.data.php:1847
2011
  msgid "Inherit"
2012
  msgstr "Вложенный"
2013
 
2014
+ #: inc/core/class.data.php:1848
2015
  msgid "Trashed"
2016
  msgstr "В корзине"
2017
 
2018
+ #: inc/core/class.data.php:1849
2019
  msgid "Any"
2020
  msgstr "Любой"
2021
 
2022
+ #: inc/core/class.data.php:1852
2023
  msgid "Post status"
2024
  msgstr "Статус записи"
2025
 
2026
+ #: inc/core/class.data.php:1853
2027
  msgid "Show only posts with selected status"
2028
  msgstr "Показать только записи с выбранным статусом"
2029
 
2030
+ #: inc/core/class.data.php:1858
2031
  msgid "Ignore sticky"
2032
  msgstr "Игнорировать прикрепленные"
2033
 
2034
+ #: inc/core/class.data.php:1859
2035
  msgid "Select Yes to ignore posts that is sticked"
2036
  msgstr "Выберите Да, чтобы не показывать прикрепленные (прилепленные) записи"
2037
 
2038
+ #: inc/core/class.data.php:1863
2039
  msgid "Custom posts query with customizable template"
2040
  msgstr "Произвольный запрос записей/страниц с настраиваемым шаблоном"
2041
 
2042
+ #: inc/core/class.generator.php:36
2043
+ #: inc/core/class.generator.php:140
2044
  msgid "Insert shortcode"
2045
  msgstr "Вставить шорткод"
2046
 
2047
+ #: inc/core/class.generator.php:81
2048
  msgid "Plugin settings"
2049
  msgstr "Настройки плагина"
2050
 
2051
+ #: inc/core/class.generator.php:82
2052
  msgid "Plugin homepage"
2053
  msgstr "Сайт плагина"
2054
 
2055
+ #: inc/core/class.generator.php:83
2056
  msgid "Support forums"
2057
  msgstr "Форум поддержки"
2058
 
2059
+ #: inc/core/class.generator.php:90
2060
  msgid "Search for shortcodes"
2061
  msgstr "Поиск шорткода"
2062
 
2063
+ #: inc/core/class.generator.php:92
2064
  msgid "Filter by type"
2065
  msgstr "Фильтр"
2066
 
2067
+ #: inc/core/class.generator.php:128
2068
  msgid "Shortcode not specified"
2069
  msgstr "Не выбран шорткод"
2070
 
2071
+ #: inc/core/class.generator.php:141
2072
  msgid "Live preview"
2073
  msgstr "Включить предпросмотр"
2074
 
2075
+ #: inc/core/class.generator.php:142
2076
  msgid "Close window"
2077
  msgstr "Закрыть окно"
2078
 
2079
+ #: inc/core/class.generator.php:146
2080
  msgid "Click to return to the shortcodes list"
2081
  msgstr "Нажмите, чтобы вернуться к списку шорткодов"
2082
 
2083
+ #: inc/core/class.generator.php:146
2084
  msgid "All shortcodes"
2085
  msgstr "Все шорткоды"
2086
 
2087
+ #: inc/core/class.generator.php:179
2088
  msgid "Yes"
2089
  msgstr "Да"
2090
 
2091
+ #: inc/core/class.generator.php:179
2092
  msgid "No"
2093
  msgstr "Нет"
2094
 
2095
+ #: inc/core/class.generator.php:183
2096
+ #: inc/core/class.generator.php:187
2097
  msgid "Media manager"
2098
  msgstr "Медиа менеджер"
2099
 
2100
+ #: inc/core/class.generator.php:187
2101
+ msgid "Icon picker"
2102
+ msgstr "Выбрать иконку"
2103
 
2104
+ #: inc/core/class.generator.php:205
2105
+ #: inc/core/class.generator.php:300
2106
  msgid "Untitled gallery"
2107
  msgstr "Галерея без имени"
2108
 
2109
+ #: inc/core/class.generator.php:211
2110
+ #: inc/core/class.generator.php:306
2111
  msgid "Galleries not found"
2112
  msgstr "Галереи не найдены"
2113
 
2114
+ #: inc/core/class.generator.php:212
2115
  msgid "Manage galleries"
2116
  msgstr "Управление галереями"
2117
 
2118
+ #: inc/core/class.generator.php:212
2119
  msgid "Reload galleries"
2120
  msgstr "Обновить список"
2121
 
2122
+ #: inc/core/class.generator.php:223
2123
  msgid "Click to set this value"
2124
  msgstr "Нажмите чтобы установить это значение"
2125
 
2126
+ #: inc/core/class.generator.php:247
2127
  msgid "Preview"
2128
  msgstr "Предпросмотр"
2129
 
2130
+ #: inc/core/class.generator.php:315
2131
  msgid "Access denied"
2132
  msgstr "Доступ запрещен"
2133
 
2494
  msgid "plugin url"
2495
  msgstr "url папки этого плагина"
2496
 
2497
+ #: inc/views/galleries.php:3
2498
  msgid "Are you sure that you want to delete this gallery? This action can't be undone!"
2499
  msgstr "Вы уверены, что хотите удалить эту галерею? Это действие нельзя отменить!"
2500
 
2501
+ #: inc/views/galleries.php:3
2502
  msgid "Are you sure that you want to delete this image? This action can't be undone!"
2503
  msgstr "Вы уверены, что хотите удалить это изображение? Это действие нельзя отменить!"
2504
 
2505
+ #: inc/views/galleries.php:5
2506
  msgid "Create new gallery"
2507
  msgstr "Создать новую галерею"
2508
 
2509
+ #: inc/views/galleries.php:18
2510
+ #: inc/views/galleries.php:70
2511
  msgid "Enter gallery name"
2512
  msgstr "Введите имя галереи"
2513
 
2514
+ #: inc/views/galleries.php:20
2515
+ #: inc/views/galleries.php:72
2516
  msgid "Edit gallery"
2517
  msgstr "Редактировать галерею"
2518
 
2519
+ #: inc/views/galleries.php:21
2520
+ #: inc/views/galleries.php:73
2521
  msgid "Save &amp; close"
2522
  msgstr "Сохранить и закрыть"
2523
 
2524
+ #: inc/views/galleries.php:22
2525
+ #: inc/views/galleries.php:48
2526
+ #: inc/views/galleries.php:74
2527
+ #: inc/views/galleries.php:100
2528
  msgid "Close"
2529
  msgstr "Закрыть"
2530
 
2531
+ #: inc/views/galleries.php:23
2532
+ #: inc/views/galleries.php:39
2533
+ #: inc/views/galleries.php:75
2534
+ #: inc/views/galleries.php:91
2535
  msgid "Delete"
2536
  msgstr "Удалить"
2537
 
2538
+ #: inc/views/galleries.php:27
2539
+ #: inc/views/galleries.php:79
2540
+ msgid "Add images"
2541
+ msgstr "Добавить изображения"
 
 
 
 
 
 
 
 
 
 
2542
 
2543
+ #: inc/views/galleries.php:38
2544
+ #: inc/views/galleries.php:90
2545
  msgid "Edit"
2546
  msgstr "Редактировать"
2547
 
readme.txt CHANGED
@@ -95,16 +95,14 @@ Upgrade normally via your Wordpress admin -> Plugins panel.
95
 
96
  == Changelog ==
97
 
98
- = 4.2.3 =
 
 
99
  * Media manager is now works on widgets page
100
  * Shortcodes inside of [button]
101
  * Fixed fatal error in [media]
102
-
103
- = 4.2.2 =
104
  * New media manager added for galleries manager
105
  * New media manager added to the file fields in Generator
106
-
107
- = 4.2.1 =
108
  * Z-index for visual composer - [forum topic](http://wordpress.org/support/topic/compatible-with-visual-composer)
109
  * New attr for [button] onclick
110
  * Fixed settings page
95
 
96
  == Changelog ==
97
 
98
+ = 4.3 =
99
+ * IMPORTANT: removed old list icons. These icons replaced with new font-awesome icons
100
+ * New icon picker for [service], [button] and [list]
101
  * Media manager is now works on widgets page
102
  * Shortcodes inside of [button]
103
  * Fixed fatal error in [media]
 
 
104
  * New media manager added for galleries manager
105
  * New media manager added to the file fields in Generator
 
 
106
  * Z-index for visual composer - [forum topic](http://wordpress.org/support/topic/compatible-with-visual-composer)
107
  * New attr for [button] onclick
108
  * Fixed settings page
shortcodes-ultimate.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  Plugin Name: Shortcodes Ultimate
4
  Plugin URI: http://gndev.info/shortcodes-ultimate/
5
- Version: 4.2.3
6
  Author: Vladimir Anokhin
7
  Author URI: http://gndev.info/
8
  Description: Supercharge your WordPress theme with mega pack of shortcodes
2
  /*
3
  Plugin Name: Shortcodes Ultimate
4
  Plugin URI: http://gndev.info/shortcodes-ultimate/
5
+ Version: 4.3.0
6
  Author: Vladimir Anokhin
7
  Author URI: http://gndev.info/
8
  Description: Supercharge your WordPress theme with mega pack of shortcodes