Shortcodes Ultimate - Version 4.2.2

Version Description

  • New media manager added for galleries manager
  • New media manager added to the file fields in Generator
Download this release

Release Info

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

Code changes from version 4.2.1 to 4.2.2

Files changed (54) hide show
  1. assets/css/generator.css +4 -36
  2. assets/css/options-page.css +1 -3
  3. assets/images/donate.png +0 -0
  4. assets/images/icons/accordion.png +0 -0
  5. assets/images/icons/audio.png +0 -0
  6. assets/images/icons/box.png +0 -0
  7. assets/images/icons/button.png +0 -0
  8. assets/images/icons/carousel.png +0 -0
  9. assets/images/icons/column.png +0 -0
  10. assets/images/icons/custom_gallery.png +0 -0
  11. assets/images/icons/divider.png +0 -0
  12. assets/images/icons/document.png +0 -0
  13. assets/images/icons/dropcap.png +0 -0
  14. assets/images/icons/feed.png +0 -0
  15. assets/images/icons/frame.png +0 -0
  16. assets/images/icons/gmap.png +0 -0
  17. assets/images/icons/guests.png +0 -0
  18. assets/images/icons/heading.png +0 -0
  19. assets/images/icons/highlight.png +0 -0
  20. assets/images/icons/label.png +0 -0
  21. assets/images/icons/lightbox.png +0 -0
  22. assets/images/icons/list.png +0 -0
  23. assets/images/icons/members.png +0 -0
  24. assets/images/icons/menu.png +0 -0
  25. assets/images/icons/note.png +0 -0
  26. assets/images/icons/permalink.png +0 -0
  27. assets/images/icons/posts.png +0 -0
  28. assets/images/icons/private.png +0 -0
  29. assets/images/icons/pullquote.png +0 -0
  30. assets/images/icons/quote.png +0 -0
  31. assets/images/icons/row.png +0 -0
  32. assets/images/icons/screenr.png +0 -0
  33. assets/images/icons/service.png +0 -0
  34. assets/images/icons/siblings.png +0 -0
  35. assets/images/icons/slider.png +0 -0
  36. assets/images/icons/spacer.png +0 -0
  37. assets/images/icons/spoiler.png +0 -0
  38. assets/images/icons/subpages.png +0 -0
  39. assets/images/icons/tab.png +0 -0
  40. assets/images/icons/table.png +0 -0
  41. assets/images/icons/tabs.png +0 -0
  42. assets/images/icons/tooltip.png +0 -0
  43. assets/images/icons/video.png +0 -0
  44. assets/images/icons/vimeo.png +0 -0
  45. assets/images/icons/youtube.png +0 -0
  46. assets/js/generator.js +30 -22
  47. assets/js/options-page.js +58 -48
  48. inc/core/class.assets.php +8 -0
  49. inc/core/class.generator.php +2 -2
  50. inc/views/galleries.php +3 -8
  51. languages/su-ru_RU.mo +0 -0
  52. languages/su-ru_RU.po +737 -710
  53. readme.txt +4 -0
  54. shortcodes-ultimate.php +1 -1
assets/css/generator.css CHANGED
@@ -219,42 +219,10 @@
219
  }
220
 
221
  /* Upload fields */
222
- .su-generator-upload-field-wrap { position: relative; }
223
- .su-generator-upload-field {
224
- display: inline-block;
225
- width: 85%;
226
- }
227
- .su-generator-upload-button {
228
- position: absolute;
229
- top: 0;
230
- right: 0;
231
- display: inline-block;
232
- width: 14%;
233
- height: 100%;
234
- overflow: hidden;
235
- }
236
- .su-generator-upload-button a.button {
237
- position: absolute;
238
- top: 0;
239
- right: 0;
240
- width: 100%;
241
- height: 100%;
242
- text-align: center;
243
- font-weight: bold;
244
- line-height: 40px;
245
- }
246
- .su-generator-upload-button input {
247
- position: absolute;
248
- top: 0;
249
- right: 0;
250
- height: 100%;
251
- font-size: 10em;
252
- opacity: 0;
253
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
254
- filter: alpha(opacity=0);
255
- cursor: pointer;
256
- -moz-opacity: 0;
257
- -khtml-opacity: 0;
258
  }
259
  .su-generator-uploading { background: 50% 50% url('../images/generator/loading.gif') no-repeat; }
260
  #su-generator-settings .su-generator-uploading * {
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
  }
227
  .su-generator-uploading { background: 50% 50% url('../images/generator/loading.gif') no-repeat; }
228
  #su-generator-settings .su-generator-uploading * {
assets/css/options-page.css CHANGED
@@ -237,10 +237,8 @@ input.su-gallery-name {
237
  .su-gallery-image:nth-child(even) { background: #f8f8f8 }
238
 
239
  .su-gallery-add-image {
240
- position: relative;
241
- height: 60px;
242
  }
243
- .su-gallery-add-image input {}
244
  .su-gallery-image-uploading { background: 0 5px url('../images/galleries/loading.gif') no-repeat }
245
  .su-gallery-image-uploading * {
246
  position: absolute;
237
  .su-gallery-image:nth-child(even) { background: #f8f8f8 }
238
 
239
  .su-gallery-add-image {
240
+ margin-bottom: 1em;
 
241
  }
 
242
  .su-gallery-image-uploading { background: 0 5px url('../images/galleries/loading.gif') no-repeat }
243
  .su-gallery-image-uploading * {
244
  position: absolute;
assets/images/donate.png DELETED
Binary file
assets/images/icons/accordion.png DELETED
Binary file
assets/images/icons/audio.png DELETED
Binary file
assets/images/icons/box.png DELETED
Binary file
assets/images/icons/button.png DELETED
Binary file
assets/images/icons/carousel.png DELETED
Binary file
assets/images/icons/column.png DELETED
Binary file
assets/images/icons/custom_gallery.png DELETED
Binary file
assets/images/icons/divider.png DELETED
Binary file
assets/images/icons/document.png DELETED
Binary file
assets/images/icons/dropcap.png DELETED
Binary file
assets/images/icons/feed.png DELETED
Binary file
assets/images/icons/frame.png DELETED
Binary file
assets/images/icons/gmap.png DELETED
Binary file
assets/images/icons/guests.png DELETED
Binary file
assets/images/icons/heading.png DELETED
Binary file
assets/images/icons/highlight.png DELETED
Binary file
assets/images/icons/label.png DELETED
Binary file
assets/images/icons/lightbox.png DELETED
Binary file
assets/images/icons/list.png DELETED
Binary file
assets/images/icons/members.png DELETED
Binary file
assets/images/icons/menu.png DELETED
Binary file
assets/images/icons/note.png DELETED
Binary file
assets/images/icons/permalink.png DELETED
Binary file
assets/images/icons/posts.png DELETED
Binary file
assets/images/icons/private.png DELETED
Binary file
assets/images/icons/pullquote.png DELETED
Binary file
assets/images/icons/quote.png DELETED
Binary file
assets/images/icons/row.png DELETED
Binary file
assets/images/icons/screenr.png DELETED
Binary file
assets/images/icons/service.png DELETED
Binary file
assets/images/icons/siblings.png DELETED
Binary file
assets/images/icons/slider.png DELETED
Binary file
assets/images/icons/spacer.png DELETED
Binary file
assets/images/icons/spoiler.png DELETED
Binary file
assets/images/icons/subpages.png DELETED
Binary file
assets/images/icons/tab.png DELETED
Binary file
assets/images/icons/table.png DELETED
Binary file
assets/images/icons/tabs.png DELETED
Binary file
assets/images/icons/tooltip.png DELETED
Binary file
assets/images/icons/video.png DELETED
Binary file
assets/images/icons/vimeo.png DELETED
Binary file
assets/images/icons/youtube.png DELETED
Binary file
assets/js/generator.js CHANGED
@@ -228,28 +228,36 @@ jQuery(document).ready(function ($) {
228
  });
229
  });
230
  // Init upload buttons
231
- $('.su-generator-upload-button input:file').each(function () {
232
- // Prepare data
233
- var $container = $(this).parent('span').parent('div'),
234
- $value = $container.find('.su-generator-upload-field').children('input:text');
235
- $(this).fileupload({
236
- paramName: 'file',
237
- url: ajaxurl,
238
- formData: {
239
- action: 'su_generator_upload'
240
- },
241
- dataType: 'html',
242
- autoUpload: true,
243
- beforeSend: function () {
244
- // Show loading animation
245
- $container.addClass('su-generator-uploading');
246
- },
247
- done: function (ev, data) {
248
- // Hide loading animation
249
- $container.removeClass('su-generator-uploading');
250
- // Update text field value
251
- $value.val(data.result).trigger('change');
252
- }
 
 
 
 
 
 
 
 
253
  });
254
  });
255
  // Init switches
228
  });
229
  });
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();
237
+ e.stopPropagation();
238
+ // If the frame already exists, reopen it
239
+ if (typeof (file) !== 'undefined') file.close();
240
+ // Create WP media frame.
241
+ file = wp.media.frames.customHeader = wp.media({
242
+ // Title of media manager frame
243
+ title: su_generator.upload_title,
244
+ library: {
245
+ type: 'image'
246
+ },
247
+ button: {
248
+ //Button text
249
+ text: su_generator.upload_insert
250
+ },
251
+ // Do not allow multiple files, if you want multiple, set true
252
+ multiple: false
253
+ });
254
+ //callback for selected image
255
+ file.on('select', function () {
256
+ var attachment = file.state().get('selection').first().toJSON();
257
+ $val.val(attachment.url).trigger('change');
258
+ });
259
+ // Open modal
260
+ file.open();
261
  });
262
  });
263
  // Init switches
assets/js/options-page.js CHANGED
@@ -1,5 +1,5 @@
1
  // Wait DOM
2
- jQuery(document).ready(function($) {
3
 
4
  // ########## Custom CSS screen ##########
5
 
@@ -10,7 +10,7 @@ jQuery(document).ready(function($) {
10
  var editor = ace.edit('sunrise-plugin-field-custom_css-editor'),
11
  $textarea = $('#sunrise-plugin-field-custom_css').hide();
12
  editor.getSession().setValue($textarea.val());
13
- editor.getSession().on('change', function() {
14
  $textarea.val(editor.getSession().getValue());
15
  });
16
  editor.getSession().setMode('ace/mode/css');
@@ -35,7 +35,7 @@ jQuery(document).ready(function($) {
35
  // ########## Galleries screen ##########
36
 
37
  // Create new gallery
38
- $('.su-gallery-create').click(function(e) {
39
  // Prepare data
40
  var $last = $('#su-galleries .su-gallery:last'),
41
  id = ($last.length > 0) ? $last.data('id') + 1 : 0,
@@ -55,27 +55,27 @@ jQuery(document).ready(function($) {
55
  e.preventDefault();
56
  });
57
  // Open/close gallery
58
- $('.su-gallery-open, .su-gallery-close').live('click', function(e) {
59
  $(this).parents('.su-gallery').toggleClass('su-gallery-edit');
60
  $(this).parents('.su-gallery').find('.su-gallery-image').removeClass('su-gallery-image-edit');
61
  e.preventDefault();
62
  });
63
  // Close and save gallery
64
- $('.su-gallery-save-close').live('click', function(e) {
65
  $(this).parents('.su-gallery').removeClass('su-gallery-edit');
66
  $(this).parents('.su-gallery').find('.su-gallery-image').removeClass('su-gallery-image-edit');
67
  $('#sunrise-plugin-options-form').submit();
68
  e.preventDefault();
69
  });
70
  // Image preview
71
- $('.su-gallery-image-preview').live('click', function(e) {
72
  $(this).magnificPopup({
73
  type: 'image'
74
  }).magnificPopup('open');
75
  e.preventDefault();
76
  });
77
  // Delete gallery
78
- $('.su-gallery-delete').live('click', function(e) {
79
  var message = $('#su-galleries').data('delete-gallery-message');
80
  if (confirm(message)) {
81
  $(this).parents('.su-gallery').remove();
@@ -90,7 +90,7 @@ jQuery(document).ready(function($) {
90
  // Apply sortables
91
  apply_sortable();
92
  // Open/close image
93
- $('.su-gallery-image-open, .su-gallery-image-title, .su-gallery-image-ok').live('click', function(e) {
94
  var $image = $(this).parents('.su-gallery-image');
95
  // Change image container class
96
  $image.toggleClass('su-gallery-image-edit');
@@ -99,7 +99,7 @@ jQuery(document).ready(function($) {
99
  e.preventDefault();
100
  });
101
  // Delete image
102
- $('.su-gallery-image-delete').live('click', function(e) {
103
  // Get message
104
  var message = $('#su-galleries').data('delete-image-message');
105
  // Confirm deletion
@@ -116,63 +116,73 @@ jQuery(document).ready(function($) {
116
  items: '> .su-gallery-image',
117
  handle: '.su-gallery-image-sort-handle',
118
  axis: 'y',
119
- stop: function(event, ui) {
120
  update_images();
121
  }
122
  });
123
  }
124
 
125
  function apply_uploads() {
126
- $('.su-gallery-add-image:not(.su-gallery-add-image-ready) input:file').each(function() {
127
- // Prepare data
128
- var $container = $(this).parent(),
129
- $gallery = $(this).parents('.su-gallery');
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
130
  // Add ready class
131
  $(this).addClass('su-gallery-add-image-ready');
132
- // Apply upload actions
133
- $(this).fileupload({
134
- paramName: 'file',
135
- url: ajaxurl,
136
- formData: {
137
- action: 'su_generator_upload'
138
- },
139
- dataType: 'html',
140
- autoUpload: true,
141
- beforeSend: function() {
142
- // Show loading animation
143
- $container.addClass('su-gallery-image-uploading');
144
- },
145
- done: function(ev, data) {
146
- // Hide loading animation
147
- $container.removeClass('su-gallery-image-uploading');
148
- // Check result
149
- if (data.result == '') return;
150
- // Create new image section
151
- var $image = $($.templates('#su_new_image_template').render([{
152
- id: 999,
153
- title: get_file_title(data.result),
154
- gallery_id: $gallery.data('id'),
155
- image: data.result
156
- }]));
157
- // Append new image to gallery content
158
- $container.after($image);
159
- // Update images indexes
160
- update_images();
161
- }
162
- })
163
  });
164
  }
165
 
166
  function update_images() {
167
  // Loop through galleries
168
- $('#su-galleries .su-gallery').each(function() {
169
  // Prepare gallery data
170
  var $gallery = $(this),
171
  id = $gallery.data('id');
172
  // Loop through images
173
- $gallery.find('.su-gallery-image').each(function(i) {
174
  // Loop through fields
175
- $(this).find('[data-field]').each(function() {
176
  $(this).attr('name', 'galleries[' + id + '][items][' + i + '][' + $(this).data('field') +
177
  ']')
178
  });
1
  // Wait DOM
2
+ jQuery(document).ready(function ($) {
3
 
4
  // ########## Custom CSS screen ##########
5
 
10
  var editor = ace.edit('sunrise-plugin-field-custom_css-editor'),
11
  $textarea = $('#sunrise-plugin-field-custom_css').hide();
12
  editor.getSession().setValue($textarea.val());
13
+ editor.getSession().on('change', function () {
14
  $textarea.val(editor.getSession().getValue());
15
  });
16
  editor.getSession().setMode('ace/mode/css');
35
  // ########## Galleries screen ##########
36
 
37
  // Create new gallery
38
+ $('.su-gallery-create').click(function (e) {
39
  // Prepare data
40
  var $last = $('#su-galleries .su-gallery:last'),
41
  id = ($last.length > 0) ? $last.data('id') + 1 : 0,
55
  e.preventDefault();
56
  });
57
  // Open/close gallery
58
+ $('.su-gallery-open, .su-gallery-close').live('click', function (e) {
59
  $(this).parents('.su-gallery').toggleClass('su-gallery-edit');
60
  $(this).parents('.su-gallery').find('.su-gallery-image').removeClass('su-gallery-image-edit');
61
  e.preventDefault();
62
  });
63
  // Close and save gallery
64
+ $('.su-gallery-save-close').live('click', function (e) {
65
  $(this).parents('.su-gallery').removeClass('su-gallery-edit');
66
  $(this).parents('.su-gallery').find('.su-gallery-image').removeClass('su-gallery-image-edit');
67
  $('#sunrise-plugin-options-form').submit();
68
  e.preventDefault();
69
  });
70
  // Image preview
71
+ $('.su-gallery-image-preview').live('click', function (e) {
72
  $(this).magnificPopup({
73
  type: 'image'
74
  }).magnificPopup('open');
75
  e.preventDefault();
76
  });
77
  // Delete gallery
78
+ $('.su-gallery-delete').live('click', function (e) {
79
  var message = $('#su-galleries').data('delete-gallery-message');
80
  if (confirm(message)) {
81
  $(this).parents('.su-gallery').remove();
90
  // Apply sortables
91
  apply_sortable();
92
  // Open/close image
93
+ $('.su-gallery-image-open, .su-gallery-image-title, .su-gallery-image-ok').live('click', function (e) {
94
  var $image = $(this).parents('.su-gallery-image');
95
  // Change image container class
96
  $image.toggleClass('su-gallery-image-edit');
99
  e.preventDefault();
100
  });
101
  // Delete image
102
+ $('.su-gallery-image-delete').live('click', function (e) {
103
  // Get message
104
  var message = $('#su-galleries').data('delete-image-message');
105
  // Confirm deletion
116
  items: '> .su-gallery-image',
117
  handle: '.su-gallery-image-sort-handle',
118
  axis: 'y',
119
+ stop: function (event, ui) {
120
  update_images();
121
  }
122
  });
123
  }
124
 
125
  function apply_uploads() {
126
+ $('.su-gallery-add-image:not(.su-gallery-add-image-ready) a').each(function () {
127
+ var $button = $(this),
128
+ $cnt = $button.parent(),
129
+ $gallery = $(this).parents('.su-gallery'),
130
+ files;
131
+ $button.on('click', function (e) {
132
+ e.preventDefault();
133
+ e.stopPropagation();
134
+ // If the frame already exists, reopen it
135
+ if (typeof (files) !== 'undefined') files.close();
136
+ // Create WP media frame.
137
+ files = wp.media.frames.customHeader = wp.media({
138
+ // Title of media manager frame
139
+ title: su_options_page.upload_title,
140
+ library: {
141
+ type: 'image'
142
+ },
143
+ button: {
144
+ //Button text
145
+ text: su_options_page.upload_insert
146
+ },
147
+ // Do not allow multiple files, if you want multiple, set true
148
+ multiple: true
149
+ });
150
+ //callback for selected image
151
+ files.on('select', function () {
152
+ var attachments = files.state().get('selection').toJSON();
153
+ $.each(attachments, function () {
154
+ // Create new image section
155
+ var att = this,
156
+ $image = $($.templates('#su_new_image_template').render([{
157
+ id: 999,
158
+ title: att.title,
159
+ gallery_id: $gallery.data('id'),
160
+ image: att.url
161
+ }]));
162
+ // Append new image to gallery content
163
+ $cnt.after($image);
164
+ // Update images indexes
165
+ update_images();
166
+ });
167
+ });
168
+ // Open modal
169
+ files.open();
170
+ });
171
  // Add ready class
172
  $(this).addClass('su-gallery-add-image-ready');
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
173
  });
174
  }
175
 
176
  function update_images() {
177
  // Loop through galleries
178
+ $('#su-galleries .su-gallery').each(function () {
179
  // Prepare gallery data
180
  var $gallery = $(this),
181
  id = $gallery.data('id');
182
  // Loop through images
183
+ $gallery.find('.su-gallery-image').each(function (i) {
184
  // Loop through fields
185
+ $(this).find('[data-field]').each(function () {
186
  $(this).attr('name', 'galleries[' + id + '][items][' + i + '][' + $(this).data('field') +
187
  ']')
188
  });
inc/core/class.assets.php CHANGED
@@ -61,9 +61,17 @@ class Shortcodes_Ultimate_Assets {
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
  // 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( 'file-upload', 'farbtastic', 'magnific-popup', 'qtip' ), $shult->version, true );
 
 
 
 
67
  // Shortcodes stylesheets
68
  wp_register_style( 'su-content-shortcodes', self::skin_url( 'content-shortcodes.css' ), false, $shult->version, 'all' );
69
  wp_register_style( 'su-box-shortcodes', self::skin_url( 'box-shortcodes.css' ), false, $shult->version, 'all' );
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' );
77
  wp_register_style( 'su-box-shortcodes', self::skin_url( 'box-shortcodes.css' ), false, $shult->version, 'all' );
inc/core/class.generator.php CHANGED
@@ -47,7 +47,7 @@ class Shortcodes_Ultimate_Generator {
47
  add_action( 'admin_footer', array( __CLASS__, 'popup' ) );
48
  // Request assets
49
  su_query_asset( 'css', array( 'farbtastic', 'qtip', 'magnific-popup', 'font-awesome', 'su-generator' ) );
50
- su_query_asset( 'js', array( 'jquery', 'jquery-ui-widget', 'iframe-transport', 'fileupload', 'farbtastic', 'qtip', 'magnific-popup', 'su-generator' ) );
51
  // Print/return result
52
  if ( $args['echo'] ) echo $button;
53
  else return $button;
@@ -178,7 +178,7 @@ class Shortcodes_Ultimate_Generator {
178
  break;
179
  // Upload
180
  case 'upload':
181
- $return .= '<div class="su-generator-upload-field-wrap"><span class="su-generator-upload-field"><input type="text" name="' . $attr_name . '" value="' . esc_attr( $attr_info['default'] ) . '" id="su-generator-attr-' . $attr_name . '" class="su-generator-attr" /></span><span class="su-generator-upload-button"><a href="#" class="button">&hellip;</a><input type="file" name="su_generator_file_upload" /></span></div><small class="description">' . __( 'Max upload file size', 'su' ) . ': ' . floor( wp_max_upload_size() / 1024 / 1024 ) . __( 'Mb', 'su' ) . '. <a href="http://www.wpbeginner.com/wp-tutorials/how-to-increase-the-maximum-file-upload-size-in-wordpress/" target="_blank">' . __( 'How to increase', 'su' ) . '</a>.</small>';
182
  break;
183
  // Color
184
  case 'color':
47
  add_action( 'admin_footer', array( __CLASS__, 'popup' ) );
48
  // Request assets
49
  su_query_asset( 'css', array( 'farbtastic', 'qtip', 'magnific-popup', 'font-awesome', 'su-generator' ) );
50
+ su_query_asset( 'js', array( 'jquery', 'farbtastic', 'qtip', 'magnific-popup', 'su-generator' ) );
51
  // Print/return result
52
  if ( $args['echo'] ) echo $button;
53
  else return $button;
178
  break;
179
  // Upload
180
  case 'upload':
181
+ $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>';
182
  break;
183
  // Color
184
  case 'color':
inc/views/galleries.php CHANGED
@@ -1,3 +1,4 @@
 
1
  <div id="su-galleries-screen">
2
  <div id="su-galleries" data-delete-gallery-message="<?php _e( 'Are you sure that you want to delete this gallery? This action can\'t be undone!', $this->textdomain ); ?>" data-delete-image-message="<?php _e( 'Are you sure that you want to delete this image? This action can\'t be undone!', $this->textdomain ); ?>">
3
  <div id="su-galleries-actions">
@@ -23,10 +24,7 @@
23
  </span>
24
  </div>
25
  <div class="su-gallery-content">
26
- <div class="su-gallery-add-image">
27
- <input type="file" />
28
- <small class="description"><?php _e( 'Max upload file size', $this->textdomain ); ?>: <?php echo floor( wp_max_upload_size() / 1024 / 1024 ) . __( 'Mb', $this->textdomain ); ?>. <a href="http://www.wpbeginner.com/wp-tutorials/how-to-increase-the-maximum-file-upload-size-in-wordpress/" target="_blank"><?php _e( 'How to increase', $this->textdomain ); ?></a>.</small>
29
- </div>
30
  <?php
31
  if ( is_array( $gallery['items'] ) && count( $gallery['items'] ) )
32
  foreach ( $gallery['items'] as $item_id => $item ) {
@@ -78,10 +76,7 @@
78
  </span>
79
  </div>
80
  <div class="su-gallery-content">
81
- <div class="su-gallery-add-image">
82
- <input type="file" />
83
- <small class="description"><?php _e( 'Max upload file size', $this->textdomain ); ?>: <?php echo floor( wp_max_upload_size() / 1024 / 1024 ) . __( 'Mb', $this->textdomain ); ?>. <a href="http://www.wpbeginner.com/wp-tutorials/how-to-increase-the-maximum-file-upload-size-in-wordpress/" target="_blank"><?php _e( 'How to increase', $this->textdomain ); ?></a>.</small>
84
- </div>
85
  </div>
86
  </div>
87
  </script>
1
+ <?php wp_enqueue_media(); ?>
2
  <div id="su-galleries-screen">
3
  <div id="su-galleries" data-delete-gallery-message="<?php _e( 'Are you sure that you want to delete this gallery? This action can\'t be undone!', $this->textdomain ); ?>" data-delete-image-message="<?php _e( 'Are you sure that you want to delete this image? This action can\'t be undone!', $this->textdomain ); ?>">
4
  <div id="su-galleries-actions">
24
  </span>
25
  </div>
26
  <div class="su-gallery-content">
27
+ <div class="su-gallery-add-image"><a href="javscript:;" class="button button-primary button-large"><?php _e( 'Add images', 'su' ); ?></a></div>
 
 
 
28
  <?php
29
  if ( is_array( $gallery['items'] ) && count( $gallery['items'] ) )
30
  foreach ( $gallery['items'] as $item_id => $item ) {
76
  </span>
77
  </div>
78
  <div class="su-gallery-content">
79
+ <div class="su-gallery-add-image"><a href="javscript:;" class="button button-primary button-large"><?php _e( 'Add images', 'su' ); ?></a></div>
 
 
 
80
  </div>
81
  </div>
82
  </script>
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-02 03:32+0300\n"
6
- "PO-Revision-Date: 2013-10-02 03:32+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:158
23
- #: inc/core/class.data.php:276
24
- #: inc/core/class.data.php:356
25
- #: inc/core/class.data.php:523
26
- #: inc/core/class.data.php:660
27
- #: inc/core/class.data.php:819
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:163
37
- #: inc/core/class.data.php:362
38
- #: inc/core/class.data.php:487
39
- #: inc/core/class.data.php:533
40
- #: inc/core/class.data.php:667
41
- #: inc/core/class.data.php:789
42
  msgid "Style"
43
  msgstr "Стиль"
44
 
@@ -54,202 +54,210 @@ msgstr "Текст заголовка 2"
54
  msgid "Styled heading 2"
55
  msgstr "Стильный заголовок 2"
56
 
57
- #: inc/core/class.assets.php:76
 
 
 
 
 
 
 
 
58
  msgid "This shortcode doesn't work in live preview. Please insert it into editor and preview on the site."
59
  msgstr "Этот шорткод не работает в режиме предпросмотра. Пожалуйста вставьте шорткод в редактор и посмотрите результат на странице записи."
60
 
61
- #: inc/core/class.data.php:34
62
  msgid "All"
63
  msgstr "Все"
64
 
65
- #: inc/core/class.data.php:35
66
- #: inc/core/class.generator.php:233
67
  msgid "Content"
68
  msgstr "Содержимое"
69
 
70
- #: inc/core/class.data.php:36
71
- #: inc/core/class.data.php:648
72
  msgid "Box"
73
  msgstr "Блок"
74
 
75
- #: inc/core/class.data.php:37
76
  msgid "Media"
77
  msgstr "Медиа"
78
 
79
- #: inc/core/class.data.php:38
80
- #: inc/core/class.data.php:1419
81
- #: inc/core/class.data.php:1509
82
- #: inc/core/class.data.php:1609
83
- #: inc/core/class.data.php:1615
84
  msgid "Gallery"
85
  msgstr "Галерея"
86
 
87
- #: inc/core/class.data.php:39
88
  msgid "Other"
89
  msgstr "Другое"
90
 
91
- #: inc/core/class.data.php:50
92
  msgid "Heading"
93
  msgstr "Заголовок"
94
 
95
- #: inc/core/class.data.php:60
96
- #: inc/core/class.data.php:367
97
- #: inc/core/class.data.php:444
98
- #: inc/core/class.data.php:551
99
  msgid "Size"
100
  msgstr "Размер"
101
 
102
- #: inc/core/class.data.php:60
103
  msgid "Select heading size"
104
  msgstr "Выберите размер заголовка"
105
 
106
- #: inc/core/class.data.php:65
107
- #: inc/core/class.data.php:332
108
- #: inc/core/class.data.php:593
109
- #: inc/core/class.data.php:797
110
  msgid "Left"
111
  msgstr "Слева"
112
 
113
- #: inc/core/class.data.php:66
114
- #: inc/core/class.data.php:1452
115
- #: inc/core/class.data.php:1558
116
  msgid "Center"
117
  msgstr "По центру"
118
 
119
- #: inc/core/class.data.php:67
120
- #: inc/core/class.data.php:333
121
- #: inc/core/class.data.php:591
122
- #: inc/core/class.data.php:798
123
  msgid "Right"
124
  msgstr "Справа"
125
 
126
- #: inc/core/class.data.php:70
127
- #: inc/core/class.data.php:336
128
- #: inc/core/class.data.php:392
129
  msgid "Align"
130
  msgstr "Выравнивание"
131
 
132
- #: inc/core/class.data.php:70
133
  msgid "Heading text alignment"
134
  msgstr "Выравнивание текста в заголовке"
135
 
136
- #: inc/core/class.data.php:74
137
- #: inc/core/class.data.php:104
138
- #: inc/core/class.data.php:131
139
- #: inc/core/class.data.php:168
140
- #: inc/core/class.data.php:182
141
- #: inc/core/class.data.php:209
142
- #: inc/core/class.data.php:232
143
- #: inc/core/class.data.php:260
144
- #: inc/core/class.data.php:289
145
- #: inc/core/class.data.php:316
146
- #: inc/core/class.data.php:340
147
- #: inc/core/class.data.php:371
148
- #: inc/core/class.data.php:397
149
- #: inc/core/class.data.php:413
150
- #: inc/core/class.data.php:455
151
- #: inc/core/class.data.php:491
152
- #: inc/core/class.data.php:606
153
- #: inc/core/class.data.php:640
154
- #: inc/core/class.data.php:692
155
- #: inc/core/class.data.php:727
156
- #: inc/core/class.data.php:758
157
- #: inc/core/class.data.php:860
158
- #: inc/core/class.data.php:876
159
- #: inc/core/class.data.php:928
160
- #: inc/core/class.data.php:977
161
- #: inc/core/class.data.php:1019
162
- #: inc/core/class.data.php:1057
163
- #: inc/core/class.data.php:1126
164
- #: inc/core/class.data.php:1147
165
- #: inc/core/class.data.php:1178
166
- #: inc/core/class.data.php:1211
167
- #: inc/core/class.data.php:1227
168
- #: inc/core/class.data.php:1252
169
- #: inc/core/class.data.php:1271
170
- #: inc/core/class.data.php:1297
171
- #: inc/core/class.data.php:1317
172
- #: inc/core/class.data.php:1361
173
- #: inc/core/class.data.php:1405
174
- #: inc/core/class.data.php:1495
175
- #: inc/core/class.data.php:1601
176
- #: inc/core/class.data.php:1652
177
  msgid "Class"
178
  msgstr "Класс"
179
 
180
- #: inc/core/class.data.php:75
181
- #: inc/core/class.data.php:105
182
- #: inc/core/class.data.php:132
183
- #: inc/core/class.data.php:169
184
- #: inc/core/class.data.php:183
185
- #: inc/core/class.data.php:210
186
- #: inc/core/class.data.php:233
187
- #: inc/core/class.data.php:261
188
- #: inc/core/class.data.php:290
189
- #: inc/core/class.data.php:317
190
- #: inc/core/class.data.php:341
191
- #: inc/core/class.data.php:372
192
- #: inc/core/class.data.php:398
193
- #: inc/core/class.data.php:414
194
- #: inc/core/class.data.php:456
195
- #: inc/core/class.data.php:492
196
- #: inc/core/class.data.php:607
197
- #: inc/core/class.data.php:641
198
- #: inc/core/class.data.php:693
199
- #: inc/core/class.data.php:728
200
- #: inc/core/class.data.php:759
201
- #: inc/core/class.data.php:861
202
- #: inc/core/class.data.php:877
203
- #: inc/core/class.data.php:929
204
- #: inc/core/class.data.php:978
205
- #: inc/core/class.data.php:1020
206
- #: inc/core/class.data.php:1058
207
- #: inc/core/class.data.php:1127
208
- #: inc/core/class.data.php:1148
209
- #: inc/core/class.data.php:1179
210
- #: inc/core/class.data.php:1212
211
- #: inc/core/class.data.php:1228
212
- #: inc/core/class.data.php:1253
213
- #: inc/core/class.data.php:1272
214
- #: inc/core/class.data.php:1298
215
- #: inc/core/class.data.php:1318
216
- #: inc/core/class.data.php:1362
217
- #: inc/core/class.data.php:1406
218
- #: inc/core/class.data.php:1496
219
- #: inc/core/class.data.php:1602
220
- #: inc/core/class.data.php:1653
221
  msgid "Extra CSS class"
222
  msgstr "Дополнительный CSS класс"
223
 
224
- #: inc/core/class.data.php:78
225
  msgid "Heading text"
226
  msgstr "Текст заголовка"
227
 
228
- #: inc/core/class.data.php:79
229
  msgid "Styled heading"
230
  msgstr "Стильный заголовок"
231
 
232
- #: inc/core/class.data.php:83
233
  msgid "Tabs"
234
  msgstr "Вкладки"
235
 
236
- #: inc/core/class.data.php:93
237
  msgid "Active tab"
238
  msgstr "Активная вкладка"
239
 
240
- #: inc/core/class.data.php:94
241
  msgid "Select which tab is open by default"
242
  msgstr "Выберите какая вкладка будет открыта по умолчанию"
243
 
244
- #: inc/core/class.data.php:99
245
  msgid "Vertical"
246
  msgstr "Вертикально"
247
 
248
- #: inc/core/class.data.php:100
249
  msgid "Show tabs vertically"
250
  msgstr "Отображать вкладки вертикально"
251
 
252
- #: inc/core/class.data.php:109
253
  msgid ""
254
  "[%prefix_tab title=\"Title 1\"]Content 1[/%prefix_tab]\n"
255
  "[%prefix_tab title=\"Title 2\"]Content 2[/%prefix_tab]\n"
@@ -259,93 +267,93 @@ msgstr ""
259
  "[%prefix_tab title=\"Заголовок 2\"]Содержимое вкладки 2[/%prefix_tab]\n"
260
  "[%prefix_tab title=\"Заголовок 3\"]Содержимое вкладки 3[/%prefix_tab]"
261
 
262
- #: inc/core/class.data.php:110
263
  msgid "Tabs container"
264
  msgstr "Контейнер вкладок"
265
 
266
- #: inc/core/class.data.php:114
267
  msgid "Tab"
268
  msgstr "Вкладка"
269
 
270
- #: inc/core/class.data.php:119
271
  msgid "Tab name"
272
  msgstr "Имя вкладки"
273
 
274
- #: inc/core/class.data.php:120
275
- #: inc/core/class.data.php:147
276
- #: inc/core/class.data.php:622
277
- #: inc/core/class.data.php:655
278
- #: inc/core/class.data.php:1085
279
  msgid "Title"
280
  msgstr "Заголовок"
281
 
282
- #: inc/core/class.data.php:121
283
  msgid "Enter tab name"
284
  msgstr "Введите имя вкладки"
285
 
286
- #: inc/core/class.data.php:126
287
  msgid "Disabled"
288
  msgstr "Отключено"
289
 
290
- #: inc/core/class.data.php:127
291
  msgid "Is this tab disabled"
292
  msgstr "Эта вкладка отключена"
293
 
294
- #: inc/core/class.data.php:136
295
  msgid "Tab content"
296
  msgstr "Содержимое вкладки"
297
 
298
- #: inc/core/class.data.php:137
299
  msgid "Single tab"
300
  msgstr "Одиночная вкладка"
301
 
302
- #: inc/core/class.data.php:141
303
  msgid "Spoiler"
304
  msgstr "Спойлер"
305
 
306
- #: inc/core/class.data.php:146
307
- #: inc/core/shortcodes.php:93
308
  msgid "Spoiler title"
309
  msgstr "Скрытый текст"
310
 
311
- #: inc/core/class.data.php:147
312
  msgid "Text in spoiler title"
313
  msgstr "Текст для заголовка спойлера"
314
 
315
- #: inc/core/class.data.php:152
316
  msgid "Open"
317
  msgstr "Открыт"
318
 
319
- #: inc/core/class.data.php:153
320
  msgid "Is spoiler content visible by default"
321
  msgstr "Виден ли контент спойлера по умолчанию"
322
 
323
- #: inc/core/class.data.php:159
324
  msgid "Fancy"
325
  msgstr "Стильный"
326
 
327
- #: inc/core/class.data.php:160
328
- #: inc/core/class.data.php:359
329
  msgid "Simple"
330
  msgstr "Простой"
331
 
332
- #: inc/core/class.data.php:164
333
  msgid "Spoiler skin"
334
  msgstr "Скин спойлера"
335
 
336
- #: inc/core/class.data.php:172
337
  msgid "Hidden content"
338
  msgstr "Скрытое содержимое"
339
 
340
- #: inc/core/class.data.php:172
341
  msgid "Spoiler with hidden content"
342
  msgstr "Спойлер со скрытым содержимым"
343
 
344
- #: inc/core/class.data.php:176
345
  msgid "Accordion"
346
  msgstr "Аккордион"
347
 
348
- #: inc/core/class.data.php:187
349
  msgid ""
350
  "[%prefix_spoiler]Content[/%prefix_spoiler]\n"
351
  "[%prefix_spoiler]Content[/%prefix_spoiler]\n"
@@ -355,209 +363,209 @@ msgstr ""
355
  "[%prefix_spoiler]Скрытый текст[/%prefix_spoiler]\n"
356
  "[%prefix_spoiler]Скрытый текст[/%prefix_spoiler]"
357
 
358
- #: inc/core/class.data.php:188
359
  msgid "Accordion with spoilers"
360
  msgstr "Аккордион со спойлерами"
361
 
362
- #: inc/core/class.data.php:192
363
  msgid "Divider"
364
  msgstr "Разделитель"
365
 
366
- #: inc/core/class.data.php:199
367
  msgid "Show TOP link"
368
  msgstr "Показать ссылку ВВЕРХ"
369
 
370
- #: inc/core/class.data.php:200
371
  msgid "Show link to top of the page or not"
372
  msgstr "Показывать ссылку ВВЕРХ или нет"
373
 
374
- #: inc/core/class.data.php:204
375
- #: inc/core/shortcodes.php:128
376
  msgid "Go to top"
377
  msgstr "Вверх"
378
 
379
- #: inc/core/class.data.php:205
380
  msgid "Link text"
381
  msgstr "Текст ссылки"
382
 
383
- #: inc/core/class.data.php:205
384
  msgid "Text for the GO TOP link"
385
  msgstr "Текст ссылки ВВЕРХ"
386
 
387
- #: inc/core/class.data.php:214
388
  msgid "Content divider with optional TOP link"
389
  msgstr "Разделитель текста со ссылкой ВВЕРХ"
390
 
391
- #: inc/core/class.data.php:218
392
  msgid "Spacer"
393
  msgstr "Пробел"
394
 
395
- #: inc/core/class.data.php:228
396
- #: inc/core/class.data.php:911
397
- #: inc/core/class.data.php:960
398
- #: inc/core/class.data.php:1008
399
- #: inc/core/class.data.php:1103
400
- #: inc/core/class.data.php:1350
401
- #: inc/core/class.data.php:1388
402
- #: inc/core/class.data.php:1436
403
- #: inc/core/class.data.php:1526
404
- #: inc/core/class.data.php:1632
405
  msgid "Height"
406
  msgstr "Высота"
407
 
408
- #: inc/core/class.data.php:228
409
  msgid "Height of the spacer in pixels"
410
  msgstr "Высота пробела в пикселях"
411
 
412
- #: inc/core/class.data.php:237
413
  msgid "Empty space with adjustable height"
414
  msgstr "Пробел с настраиваемой высотой"
415
 
416
- #: inc/core/class.data.php:241
417
  msgid "Highlight"
418
  msgstr "Выделитель"
419
 
420
- #: inc/core/class.data.php:249
421
- #: inc/core/class.data.php:539
422
- #: inc/core/class.data.php:710
423
  msgid "Background"
424
  msgstr "Фон"
425
 
426
- #: inc/core/class.data.php:250
427
  msgid "Highlighted text background color"
428
  msgstr "Цвет фона выделяемого текста"
429
 
430
- #: inc/core/class.data.php:256
431
- #: inc/core/class.data.php:545
432
- #: inc/core/class.data.php:716
433
  msgid "Text color"
434
  msgstr "Цвет текста"
435
 
436
- #: inc/core/class.data.php:256
437
  msgid "Highlighted text color"
438
  msgstr "Цвет выделяемого текста"
439
 
440
- #: inc/core/class.data.php:264
441
- #: inc/core/class.data.php:265
442
  msgid "Highlighted text"
443
  msgstr "Подсвеченный текст"
444
 
445
- #: inc/core/class.data.php:269
446
- #: inc/core/class.data.php:293
447
  msgid "Label"
448
  msgstr "Ярлык"
449
 
450
- #: inc/core/class.data.php:277
451
  msgid "Success"
452
  msgstr "Успех"
453
 
454
- #: inc/core/class.data.php:278
455
  msgid "Warning"
456
  msgstr "Внимание"
457
 
458
- #: inc/core/class.data.php:279
459
  msgid "Important"
460
  msgstr "Важно"
461
 
462
- #: inc/core/class.data.php:280
463
  msgid "Black"
464
  msgstr "Черный"
465
 
466
- #: inc/core/class.data.php:281
467
  msgid "Info"
468
  msgstr "Инфо"
469
 
470
- #: inc/core/class.data.php:284
471
  msgid "Type"
472
  msgstr "Тип"
473
 
474
- #: inc/core/class.data.php:285
475
  msgid "Style of the label"
476
  msgstr "Стиль ярлыка"
477
 
478
- #: inc/core/class.data.php:294
479
  msgid "Styled label"
480
  msgstr "Стильный ярлык"
481
 
482
- #: inc/core/class.data.php:298
483
- #: inc/core/class.data.php:320
484
  msgid "Quote"
485
  msgstr "Цитата"
486
 
487
- #: inc/core/class.data.php:305
488
  msgid "Cite"
489
  msgstr "Автор"
490
 
491
- #: inc/core/class.data.php:306
492
  msgid "Quote author name"
493
  msgstr "Имя автора цитаты"
494
 
495
- #: inc/core/class.data.php:311
496
  msgid "Cite url"
497
  msgstr "Ссылка автора"
498
 
499
- #: inc/core/class.data.php:312
500
  msgid "Url of the quote author. Leave empty to disable link"
501
  msgstr "Ссылка автора цитаты. Оставьте пустым, чтобы отключить ссылку"
502
 
503
- #: inc/core/class.data.php:321
504
  msgid "Blockquote alternative"
505
  msgstr "Альтернатива цитаты"
506
 
507
- #: inc/core/class.data.php:325
508
- #: inc/core/class.data.php:344
509
- #: inc/core/class.data.php:345
510
  msgid "Pullquote"
511
  msgstr "Цитата с обтеканием"
512
 
513
- #: inc/core/class.data.php:336
514
  msgid "Pullquote alignment (float)"
515
  msgstr "Выравнивание цитаты (обтекание)"
516
 
517
- #: inc/core/class.data.php:349
518
- #: inc/core/class.data.php:376
519
  msgid "Dropcap"
520
  msgstr "Буквица"
521
 
522
- #: inc/core/class.data.php:357
523
- #: inc/core/class.data.php:524
524
  msgid "Flat"
525
  msgstr "Плоский"
526
 
527
- #: inc/core/class.data.php:358
528
- #: inc/core/class.data.php:580
529
  msgid "Light"
530
  msgstr "Светлый"
531
 
532
- #: inc/core/class.data.php:362
533
  msgid "Dropcap style preset"
534
  msgstr "Стиль буквицы"
535
 
536
- #: inc/core/class.data.php:367
537
  msgid "Choose dropcap size"
538
  msgstr "Выберите размер буквицы"
539
 
540
- #: inc/core/class.data.php:375
541
  msgid "D"
542
  msgstr "D"
543
 
544
- #: inc/core/class.data.php:380
545
  msgid "Frame"
546
  msgstr "Рамка"
547
 
548
- #: inc/core/class.data.php:393
549
  msgid "Frame alignment"
550
  msgstr "Выравнивание рамки"
551
 
552
- #: inc/core/class.data.php:403
553
  msgid "Styled image frame"
554
  msgstr "Стильный рамка изображения"
555
 
556
- #: inc/core/class.data.php:407
557
  msgid "Row"
558
  msgstr "Колонки"
559
 
560
- #: inc/core/class.data.php:418
561
  msgid ""
562
  "[%prefix_column size=\"1/3\"]Content[/%prefix_column]\n"
563
  "[%prefix_column size=\"1/3\"]Content[/%prefix_column]\n"
@@ -567,157 +575,157 @@ msgstr ""
567
  "[%prefix_column size=\"1/3\"]Содержимое колонки[/%prefix_column]\n"
568
  "[%prefix_column size=\"1/3\"]Содержимое колонки[/%prefix_column]"
569
 
570
- #: inc/core/class.data.php:419
571
  msgid "Row for flexible columns"
572
  msgstr "Контейнер с резиновыми колонками"
573
 
574
- #: inc/core/class.data.php:423
575
  msgid "Column"
576
  msgstr "Колонка"
577
 
578
- #: inc/core/class.data.php:430
579
  msgid "Full width"
580
  msgstr "Во всю ширину"
581
 
582
- #: inc/core/class.data.php:431
583
  msgid "One half"
584
  msgstr "Одна вторая"
585
 
586
- #: inc/core/class.data.php:432
587
  msgid "One third"
588
  msgstr "Одна третья"
589
 
590
- #: inc/core/class.data.php:433
591
  msgid "Two third"
592
  msgstr "Две трети"
593
 
594
- #: inc/core/class.data.php:434
595
  msgid "One fourth"
596
  msgstr "Одна четвертая"
597
 
598
- #: inc/core/class.data.php:435
599
  msgid "Three fourth"
600
  msgstr "Три четвертых"
601
 
602
- #: inc/core/class.data.php:436
603
  msgid "One fifth"
604
  msgstr "Одна пятая"
605
 
606
- #: inc/core/class.data.php:437
607
  msgid "Two fifth"
608
  msgstr "Две пятых"
609
 
610
- #: inc/core/class.data.php:438
611
  msgid "Three fifth"
612
  msgstr "Три пятых"
613
 
614
- #: inc/core/class.data.php:439
615
  msgid "Four fifth"
616
  msgstr "Четыре пятых"
617
 
618
- #: inc/core/class.data.php:440
619
  msgid "One sixth"
620
  msgstr "Одна шестая"
621
 
622
- #: inc/core/class.data.php:441
623
  msgid "Five sixth"
624
  msgstr "Пять шестых"
625
 
626
- #: inc/core/class.data.php:445
627
  msgid "Select column width. This width will be calculated depend page width"
628
  msgstr "Выберите ширину колнки. Эта ширина будет рассчитана на основе ширины страницы"
629
 
630
- #: inc/core/class.data.php:450
631
- #: inc/core/class.data.php:562
632
  msgid "Centered"
633
  msgstr "По центру"
634
 
635
- #: inc/core/class.data.php:451
636
  msgid "Is this column centered on the page"
637
  msgstr "Колонка выровнена по центру страницы"
638
 
639
- #: inc/core/class.data.php:459
640
  msgid "Column content"
641
  msgstr "Содержимое колонки"
642
 
643
- #: inc/core/class.data.php:459
644
  msgid "Flexible and responsive columns"
645
  msgstr "Резновые колонки"
646
 
647
- #: inc/core/class.data.php:463
648
  msgid "List"
649
  msgstr "Список"
650
 
651
- #: inc/core/class.data.php:470
652
  msgid "Star"
653
  msgstr "Звезда"
654
 
655
- #: inc/core/class.data.php:471
656
  msgid "Arrow"
657
  msgstr "Стрелка"
658
 
659
- #: inc/core/class.data.php:472
660
  msgid "Check"
661
  msgstr "Отметка"
662
 
663
- #: inc/core/class.data.php:473
664
  msgid "Cross"
665
  msgstr "Крестик"
666
 
667
- #: inc/core/class.data.php:474
668
  msgid "Thumbs up"
669
  msgstr "Палец вверх"
670
 
671
- #: inc/core/class.data.php:475
672
- #: inc/core/class.data.php:507
673
  msgid "Link"
674
  msgstr "Ссылка"
675
 
676
- #: inc/core/class.data.php:476
677
  msgid "Gear"
678
  msgstr "Шестеренка"
679
 
680
- #: inc/core/class.data.php:477
681
  msgid "Time"
682
  msgstr "Время"
683
 
684
- #: inc/core/class.data.php:478
685
- #: inc/core/class.data.php:702
686
  msgid "Note"
687
  msgstr "Заметка"
688
 
689
- #: inc/core/class.data.php:479
690
  msgid "Plus"
691
  msgstr "Плюс"
692
 
693
- #: inc/core/class.data.php:480
694
  msgid "Guard"
695
  msgstr "Защита"
696
 
697
- #: inc/core/class.data.php:481
698
  msgid "Event"
699
  msgstr "Событие"
700
 
701
- #: inc/core/class.data.php:482
702
  msgid "Idea"
703
  msgstr "Идя"
704
 
705
- #: inc/core/class.data.php:483
706
- #: inc/core/class.generator.php:88
707
  #: inc/core/class.shortcodes-ultimate.php:115
708
- #: inc/vendor/class.sunrise-framework.php:281
709
  msgid "Settings"
710
  msgstr "Настройки"
711
 
712
- #: inc/core/class.data.php:484
713
  msgid "Twitter"
714
  msgstr "Твиттер"
715
 
716
- #: inc/core/class.data.php:487
717
  msgid "List items style/icons"
718
  msgstr "Стиль/иконка элементов списка"
719
 
720
- #: inc/core/class.data.php:496
721
  msgid ""
722
  "<ul>\n"
723
  "<li>List item</li>\n"
@@ -731,651 +739,659 @@ msgstr ""
731
  "<li>Элемент списка</li>\n"
732
  "</ul>"
733
 
734
- #: inc/core/class.data.php:496
735
  msgid "Styled unordered list"
736
  msgstr "Стильный неупорядоченный список"
737
 
738
- #: inc/core/class.data.php:500
739
  msgid "Button"
740
  msgstr "Кнопка"
741
 
742
- #: inc/core/class.data.php:508
743
  msgid "Button link"
744
  msgstr "Ссылка кнопки"
745
 
746
- #: inc/core/class.data.php:513
747
- #: inc/core/class.data.php:1169
748
  msgid "Same tab"
749
  msgstr "Та же вкладка"
750
 
751
- #: inc/core/class.data.php:514
752
- #: inc/core/class.data.php:1170
753
  msgid "New tab"
754
  msgstr "Новая вкладка"
755
 
756
- #: inc/core/class.data.php:517
757
- #: inc/core/class.data.php:1173
758
  msgid "Target"
759
  msgstr "Цель"
760
 
761
- #: inc/core/class.data.php:518
762
  msgid "Button link target"
763
  msgstr "Цель ссылки кнопки"
764
 
765
- #: inc/core/class.data.php:525
766
- #: inc/core/class.data.php:661
767
  msgid "Soft"
768
  msgstr "Мягкий"
769
 
770
- #: inc/core/class.data.php:526
771
- #: inc/core/class.data.php:662
772
  msgid "Glass"
773
  msgstr "Стекло"
774
 
775
- #: inc/core/class.data.php:527
776
- #: inc/core/class.data.php:663
777
  msgid "Bubbles"
778
  msgstr "Пузыри"
779
 
780
- #: inc/core/class.data.php:528
781
- #: inc/core/class.data.php:664
782
  msgid "Noise"
783
  msgstr "Шум"
784
 
785
- #: inc/core/class.data.php:529
786
  msgid "Stroked"
787
  msgstr "Прошитый"
788
 
789
- #: inc/core/class.data.php:530
790
  msgid "3D"
791
  msgstr "3D"
792
 
793
- #: inc/core/class.data.php:533
794
  msgid "Button background style preset"
795
  msgstr "Стиль фона кнопки"
796
 
797
- #: inc/core/class.data.php:539
798
  msgid "Button background color"
799
  msgstr "Цвет фона кнопки"
800
 
801
- #: inc/core/class.data.php:546
802
  msgid "Button text color"
803
  msgstr "Цвет текста кнопки"
804
 
805
- #: inc/core/class.data.php:552
806
  msgid "Button size"
807
  msgstr "Размер кнопки"
808
 
809
- #: inc/core/class.data.php:557
810
  msgid "Fluid"
811
  msgstr "Резиновая"
812
 
813
- #: inc/core/class.data.php:557
814
  msgid "Fluid buttons has 100% width"
815
  msgstr "Резиновые кнопки имеют ширину 100%"
816
 
817
- #: inc/core/class.data.php:562
818
  msgid "Is button centered on the page"
819
  msgstr "Кнопка выровнена по центру страницы"
820
 
821
- #: inc/core/class.data.php:568
822
- #: inc/core/class.data.php:687
823
- #: inc/core/class.data.php:723
824
  msgid "Radius"
825
  msgstr "Радиус"
826
 
827
- #: inc/core/class.data.php:569
828
  msgid "Radius of button corners. Auto-radius calculation based on button size"
829
  msgstr "Радиус углов кнопки. Значени auto рассчитывается на основе размера кнопки"
830
 
831
- #: inc/core/class.data.php:574
832
- #: inc/core/class.data.php:628
833
  msgid "Icon"
834
  msgstr "Иконка"
835
 
836
- #: inc/core/class.data.php:575
837
  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"
838
  msgstr "Вы можете загрузить любую иконку для этой кнопки. Попробуйте начать с <a href=\"http://webdesign.tutsplus.com/freebies/icons-freebies/exclusive-freebie-50-crisp-web-app-icons/\" target=\"_blank\">этого бесплатного набора качественных иконок</a>. Скачайте архив, распакуйте иконки и загрузите любую из них в это поле"
839
 
840
- #: inc/core/class.data.php:581
841
  msgid "Dark"
842
  msgstr "Темный"
843
 
844
- #: inc/core/class.data.php:584
845
  msgid "Text shadow color"
846
  msgstr "Цвет тени текста"
847
 
848
- #: inc/core/class.data.php:584
849
  msgid "Color of button text shadow"
850
  msgstr "Цвет тени текста кнопки"
851
 
852
- #: inc/core/class.data.php:589
853
- #: inc/core/class.data.php:1744
854
  msgid "None"
855
  msgstr "Нет"
856
 
857
- #: inc/core/class.data.php:590
858
- #: inc/core/class.data.php:795
859
  msgid "Top"
860
  msgstr "Сверху"
861
 
862
- #: inc/core/class.data.php:592
863
- #: inc/core/class.data.php:796
864
  msgid "Bottom"
865
  msgstr "Снизу"
866
 
867
- #: inc/core/class.data.php:594
868
  msgid "Top right"
869
  msgstr "Сверху справа"
870
 
871
- #: inc/core/class.data.php:595
872
  msgid "Top left"
873
  msgstr "Сверху слева"
874
 
875
- #: inc/core/class.data.php:595
876
  msgid "Bottom right"
877
  msgstr "Снизу справа"
878
 
879
- #: inc/core/class.data.php:595
880
  msgid "Bottom left"
881
  msgstr "Снизу слева"
882
 
883
- #: inc/core/class.data.php:597
884
  msgid "Text shadow position"
885
  msgstr "Положение тени текста"
886
 
887
- #: inc/core/class.data.php:597
888
  msgid "Position of button text shadow"
889
  msgstr "Положение тени текста кнопки"
890
 
891
- #: inc/core/class.data.php:601
892
  msgid "Description"
893
  msgstr "Описание"
894
 
895
- #: inc/core/class.data.php:602
896
  msgid "Small description under button text. This option is incompatible with icon."
897
  msgstr "Небольшое описание под текстом кнопки. Это описание не совместимо с иконками кнопок."
898
 
899
- #: inc/core/class.data.php:610
 
 
 
 
 
 
 
 
900
  msgid "Button text"
901
  msgstr "Текст кнопки"
902
 
903
- #: inc/core/class.data.php:611
904
  msgid "Styled button"
905
  msgstr "Стильная кнопка"
906
 
907
- #: inc/core/class.data.php:615
908
  msgid "Service"
909
  msgstr "Услуга"
910
 
911
- #: inc/core/class.data.php:621
912
- #: inc/core/shortcodes.php:466
913
  msgid "Service title"
914
  msgstr "Название услуги"
915
 
916
- #: inc/core/class.data.php:623
917
  msgid "Service name"
918
  msgstr "Название услуги"
919
 
920
- #: inc/core/class.data.php:629
921
  msgid "You can upload custom icon for this box"
922
  msgstr "Вы можете загрузить свою иконку для этого блока"
923
 
924
- #: inc/core/class.data.php:635
925
  msgid "Icon size"
926
  msgstr "Размер иконки"
927
 
928
- #: inc/core/class.data.php:636
929
  msgid "Size of the uploaded icon in pixels"
930
  msgstr "Размер загруженной иконки в пикселях"
931
 
932
- #: inc/core/class.data.php:644
933
  msgid "Service description"
934
  msgstr "Описание услуги"
935
 
936
- #: inc/core/class.data.php:644
937
  msgid "Service box with title"
938
  msgstr "Блок услуга с заголовком"
939
 
940
- #: inc/core/class.data.php:654
941
  msgid "Box title"
942
  msgstr "Заголовок блока"
943
 
944
- #: inc/core/class.data.php:655
945
  msgid "Text for the box title"
946
  msgstr "Текст для заголовка блока"
947
 
948
- #: inc/core/class.data.php:668
949
  msgid "Box style preset"
950
  msgstr "Стиль блока"
951
 
952
- #: inc/core/class.data.php:674
953
  msgid "Color"
954
  msgstr "Цвет"
955
 
956
- #: inc/core/class.data.php:675
957
  msgid "Color for the box title and borders"
958
  msgstr "Цвет заголовка блока и его рамки"
959
 
960
- #: inc/core/class.data.php:681
961
  msgid "Title text color"
962
  msgstr "Цвет текста заголовка"
963
 
964
- #: inc/core/class.data.php:681
965
  msgid "Color for the box title text"
966
  msgstr "Цвет текста в заголовке блока"
967
 
968
- #: inc/core/class.data.php:688
969
  msgid "Box corners radius"
970
  msgstr "Радиус углов"
971
 
972
- #: inc/core/class.data.php:697
973
  msgid "Box content"
974
  msgstr "Содержимое блока"
975
 
976
- #: inc/core/class.data.php:698
977
  msgid "Colored box with caption"
978
  msgstr "Цветной блок с заголовком"
979
 
980
- #: inc/core/class.data.php:710
981
  msgid "Note background color"
982
  msgstr "Цвет фона заметки"
983
 
984
- #: inc/core/class.data.php:717
985
  msgid "Note text color"
986
  msgstr "Цвет текста заметки"
987
 
988
- #: inc/core/class.data.php:723
989
  msgid "Note corners radius"
990
  msgstr "Радиус углов"
991
 
992
- #: inc/core/class.data.php:731
993
  msgid "Note text"
994
  msgstr "Текст заметки"
995
 
996
- #: inc/core/class.data.php:732
997
  msgid "Colored box"
998
  msgstr "Цветной блок"
999
 
1000
- #: inc/core/class.data.php:736
1001
  msgid "Lightbox"
1002
  msgstr "Лайтбокс"
1003
 
1004
- #: inc/core/class.data.php:743
1005
  msgid "Iframe"
1006
  msgstr "Фрейм (iframe)"
1007
 
1008
- #: inc/core/class.data.php:744
1009
  msgid "Image"
1010
  msgstr "Изображение"
1011
 
1012
- #: inc/core/class.data.php:745
1013
  msgid "Inline (html content)"
1014
  msgstr "HTML элемент"
1015
 
1016
- #: inc/core/class.data.php:748
1017
  msgid "Content type"
1018
  msgstr "Тип содержимого"
1019
 
1020
- #: inc/core/class.data.php:749
1021
  msgid "Select type of the lightbox window content"
1022
  msgstr "Выберите тип содержимого в окне лайтбокса"
1023
 
1024
- #: inc/core/class.data.php:753
1025
  msgid "Content source"
1026
  msgstr "Источник содержимого"
1027
 
1028
- #: inc/core/class.data.php:754
1029
  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)"
1030
  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 элемент)"
1031
 
1032
- #: inc/core/class.data.php:763
1033
  msgid "[%prefix_button] Click Here to Watch the Video [/%prefix_button]"
1034
  msgstr "[%prefix_button] Нажмите здесь чтобы посмотреть видео [/%prefix_button]"
1035
 
1036
- #: inc/core/class.data.php:764
1037
  msgid "Lightbox window with custom content"
1038
  msgstr "Лайтбокс с произвольным содержимым"
1039
 
1040
- #: inc/core/class.data.php:768
1041
  msgid "Tooltip"
1042
  msgstr "Подсказка"
1043
 
1044
- #: inc/core/class.data.php:775
1045
  msgid "Basic: Light"
1046
  msgstr "Базовый: Светлый"
1047
 
1048
- #: inc/core/class.data.php:776
1049
  msgid "Basic: Dark"
1050
  msgstr "Базовый: Темный"
1051
 
1052
- #: inc/core/class.data.php:777
1053
  msgid "Basic: Yellow"
1054
  msgstr "Базовый: Желтый"
1055
 
1056
- #: inc/core/class.data.php:778
1057
  msgid "Basic: Green"
1058
  msgstr "Базовый: Зеленый"
1059
 
1060
- #: inc/core/class.data.php:779
1061
  msgid "Basic: Red"
1062
  msgstr "Базовый: Красный"
1063
 
1064
- #: inc/core/class.data.php:780
1065
  msgid "Basic: Blue"
1066
  msgstr "Базовый: Голубой"
1067
 
1068
- #: inc/core/class.data.php:781
1069
  msgid "Youtube"
1070
  msgstr "Youtube"
1071
 
1072
- #: inc/core/class.data.php:782
1073
  msgid "Tipsy"
1074
  msgstr "Tipsy"
1075
 
1076
- #: inc/core/class.data.php:783
1077
  msgid "Bootstrap"
1078
  msgstr "Bootstrap"
1079
 
1080
- #: inc/core/class.data.php:784
1081
  msgid "jTools"
1082
  msgstr "jTools"
1083
 
1084
- #: inc/core/class.data.php:785
1085
  msgid "Tipped"
1086
  msgstr "Tipped"
1087
 
1088
- #: inc/core/class.data.php:786
1089
  msgid "Cluetip"
1090
  msgstr "Cluetip"
1091
 
1092
- #: inc/core/class.data.php:790
1093
  msgid "Tooltip window style"
1094
  msgstr "Стиль окна подсказки"
1095
 
1096
- #: inc/core/class.data.php:801
1097
  msgid "Position"
1098
  msgstr "Положение"
1099
 
1100
- #: inc/core/class.data.php:802
1101
  msgid "Tooltip position"
1102
  msgstr "Положение всплывающей подсказки"
1103
 
1104
- #: inc/core/class.data.php:807
1105
  msgid "Shadow"
1106
  msgstr "Тень"
1107
 
1108
- #: inc/core/class.data.php:808
1109
  msgid "Add shadow to tooltip. This option is only works with basic styes, e.g. blue, green etc."
1110
  msgstr "Добавить тень окну подсказки. Тень работает только для базовых стилей."
1111
 
1112
- #: inc/core/class.data.php:813
1113
  msgid "Rounded corners"
1114
  msgstr "Скругление"
1115
 
1116
- #: inc/core/class.data.php:814
1117
  msgid "Use rounded for tooltip. This option is only works with basic styes, e.g. blue, green etc."
1118
  msgstr "Добавить скругленные уголки окну подсказки. Скругление работает только для базовых стилей."
1119
 
1120
- #: inc/core/class.data.php:828
1121
  msgid "Font size"
1122
  msgstr "Размер шрифта"
1123
 
1124
- #: inc/core/class.data.php:829
1125
  msgid "Tooltip font size"
1126
  msgstr "Размер шрифта подсказки"
1127
 
1128
- #: inc/core/class.data.php:833
1129
  msgid "Tooltip title"
1130
  msgstr "Заголовок подсказки"
1131
 
1132
- #: inc/core/class.data.php:834
1133
  msgid "Enter title for tooltip window. Leave this field empty to hide the title"
1134
  msgstr "Укажите заголовок окна подсказки. Оставьте поле пустым, чтобы скрыть заголовок"
1135
 
1136
- #: inc/core/class.data.php:837
1137
- #: inc/core/shortcodes.php:575
1138
  msgid "Tooltip text"
1139
  msgstr "Текст подсказки"
1140
 
1141
- #: inc/core/class.data.php:838
1142
  msgid "Tooltip content"
1143
  msgstr "Содержимое подсказки"
1144
 
1145
- #: inc/core/class.data.php:839
1146
  msgid "Enter tooltip content here"
1147
  msgstr "Введите сюда содержимое подсказки"
1148
 
1149
- #: inc/core/class.data.php:844
1150
  msgid "Show and hide on mouse hover"
1151
  msgstr "Показать и скрыть при наведении мыши"
1152
 
1153
- #: inc/core/class.data.php:845
1154
  msgid "Show and hide by mouse click"
1155
  msgstr "Показать и скрыть по клику мыши"
1156
 
1157
- #: inc/core/class.data.php:846
1158
  msgid "Always visible"
1159
  msgstr "Всегда видима"
1160
 
1161
- #: inc/core/class.data.php:849
1162
  msgid "Behavior"
1163
  msgstr "Поведение"
1164
 
1165
- #: inc/core/class.data.php:850
1166
  msgid "Select tooltip behavior"
1167
  msgstr "Выберите поведение подсказки"
1168
 
1169
- #: inc/core/class.data.php:855
1170
  msgid "Close button"
1171
  msgstr "Кнопка закрыть"
1172
 
1173
- #: inc/core/class.data.php:856
1174
  msgid "Show close button"
1175
  msgstr "Показывать кнопку закрыть"
1176
 
1177
- #: inc/core/class.data.php:865
1178
  msgid "[%prefix_button] Hover me to open tooltip [/%prefix_button]"
1179
  msgstr "[%prefix_button] Наведите мышку чтобы увидеть подсказку [/%prefix_button]"
1180
 
1181
- #: inc/core/class.data.php:866
1182
  msgid "Tooltip window with custom content"
1183
  msgstr "Всплывающая подсказка с произвольным содержимым"
1184
 
1185
- #: inc/core/class.data.php:870
1186
  msgid "Private"
1187
  msgstr "Заметка для авторов"
1188
 
1189
- #: inc/core/class.data.php:881
1190
  msgid "Private note text"
1191
  msgstr "Текст приватной заметки"
1192
 
1193
- #: inc/core/class.data.php:882
1194
  msgid "Private note for post authors"
1195
  msgstr "Приватный текст для других авторов"
1196
 
1197
- #: inc/core/class.data.php:886
1198
  msgid "YouTube"
1199
  msgstr "YouTube"
1200
 
1201
- #: inc/core/class.data.php:893
1202
- #: inc/core/class.data.php:943
1203
- #: inc/core/class.data.php:991
1204
- #: inc/core/class.data.php:1242
1205
- #: inc/core/class.data.php:1332
1206
  msgid "Url"
1207
  msgstr "Ссылка"
1208
 
1209
- #: inc/core/class.data.php:894
1210
  msgid "Url of YouTube page with video. Ex: http://youtube.com/watch?v=XXXXXX"
1211
  msgstr "Ссылка на страницу YouTube с видео. Пример: http://youtube.com/watch?v=XXXXXX"
1212
 
1213
- #: inc/core/class.data.php:902
1214
- #: inc/core/class.data.php:951
1215
- #: inc/core/class.data.php:999
1216
- #: inc/core/class.data.php:1040
1217
- #: inc/core/class.data.php:1094
1218
- #: inc/core/class.data.php:1341
1219
- #: inc/core/class.data.php:1379
1220
- #: inc/core/class.data.php:1428
1221
- #: inc/core/class.data.php:1518
1222
- #: inc/core/class.data.php:1624
1223
  msgid "Width"
1224
  msgstr "Ширина"
1225
 
1226
- #: inc/core/class.data.php:903
1227
- #: inc/core/class.data.php:952
1228
- #: inc/core/class.data.php:1000
1229
- #: inc/core/class.data.php:1095
1230
  msgid "Player width"
1231
  msgstr "Ширина плеера"
1232
 
1233
- #: inc/core/class.data.php:912
1234
- #: inc/core/class.data.php:961
1235
- #: inc/core/class.data.php:1009
1236
- #: inc/core/class.data.php:1104
1237
  msgid "Player height"
1238
  msgstr "Высота плеера"
1239
 
1240
- #: inc/core/class.data.php:917
1241
- #: inc/core/class.data.php:966
1242
- #: inc/core/class.data.php:1014
1243
- #: inc/core/class.data.php:1356
1244
- #: inc/core/class.data.php:1394
1245
- #: inc/core/class.data.php:1441
1246
- #: inc/core/class.data.php:1531
1247
  msgid "Responsive"
1248
  msgstr "Отзывчивость (responsive)"
1249
 
1250
- #: inc/core/class.data.php:918
1251
- #: inc/core/class.data.php:967
1252
- #: inc/core/class.data.php:1015
1253
  msgid "Ignore width and height parameters and make player responsive"
1254
  msgstr "Игнорировать значения ширины и высоты и сделать проигрыватель отзывчивым"
1255
 
1256
- #: inc/core/class.data.php:923
1257
- #: inc/core/class.data.php:972
1258
- #: inc/core/class.data.php:1046
1259
- #: inc/core/class.data.php:1115
1260
- #: inc/core/class.data.php:1476
1261
- #: inc/core/class.data.php:1582
1262
  msgid "Autoplay"
1263
  msgstr "Автовоспроизведение"
1264
 
1265
- #: inc/core/class.data.php:924
1266
- #: inc/core/class.data.php:973
1267
  msgid "Play video automatically when page is loaded"
1268
  msgstr "Воспроизвести видео автоматически при открытии страницы"
1269
 
1270
- #: inc/core/class.data.php:932
1271
  msgid "YouTube video"
1272
  msgstr "Видео YouTube"
1273
 
1274
- #: inc/core/class.data.php:936
1275
  msgid "Vimeo"
1276
  msgstr "Vimeo"
1277
 
1278
- #: inc/core/class.data.php:943
1279
  msgid "Url of Vimeo page with video"
1280
  msgstr "Ссылка на страницу Vimeo с видео"
1281
 
1282
- #: inc/core/class.data.php:981
1283
  msgid "Vimeo video"
1284
  msgstr "Видео Vimeo"
1285
 
1286
- #: inc/core/class.data.php:985
1287
  msgid "Screenr"
1288
  msgstr "Screenr"
1289
 
1290
- #: inc/core/class.data.php:991
1291
  msgid "Url of Screenr page with video"
1292
  msgstr "Ссылка на страницу Screenr с видео"
1293
 
1294
- #: inc/core/class.data.php:1023
1295
  msgid "Screenr video"
1296
  msgstr "Видео Screenr"
1297
 
1298
- #: inc/core/class.data.php:1027
1299
  msgid "Audio"
1300
  msgstr "Аудио"
1301
 
1302
- #: inc/core/class.data.php:1034
1303
- #: inc/core/class.data.php:1073
1304
  msgid "File"
1305
  msgstr "Файл"
1306
 
1307
- #: inc/core/class.data.php:1035
1308
  msgid "Audio file url. Supported formats: mp3, ogg"
1309
  msgstr "Ссылка на аудио-файл. Поддерживаемые форматы: mp3, ogg"
1310
 
1311
- #: inc/core/class.data.php:1041
1312
  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>"
1313
  msgstr "Ширина плеера. Вы можете указать ширину в процентах и плеер станет отзывчивым (responsive). Примеры значений: <b%value>200px</b>, <b%value>100&#37;</b>"
1314
 
1315
- #: inc/core/class.data.php:1047
1316
- #: inc/core/class.data.php:1116
1317
  msgid "Play file automatically when page is loaded"
1318
  msgstr "Воспроизводить файл автоматически при открытии страницы"
1319
 
1320
- #: inc/core/class.data.php:1052
1321
- #: inc/core/class.data.php:1121
1322
  msgid "Loop"
1323
  msgstr "Повтор"
1324
 
1325
- #: inc/core/class.data.php:1053
1326
- #: inc/core/class.data.php:1122
1327
  msgid "Repeat when playback is ended"
1328
  msgstr "Повторять, когда воспроизведение окночено"
1329
 
1330
- #: inc/core/class.data.php:1062
1331
  msgid "Custom audio player"
1332
  msgstr "Настраиваемый аудио-плеер"
1333
 
1334
- #: inc/core/class.data.php:1066
1335
  msgid "Video"
1336
  msgstr "Видео"
1337
 
1338
- #: inc/core/class.data.php:1074
1339
  msgid "Url to mp4/flv video-file"
1340
  msgstr "Ссылка на mp4/flv видео-файл"
1341
 
1342
- #: inc/core/class.data.php:1079
1343
  msgid "Poster"
1344
  msgstr "Постер"
1345
 
1346
- #: inc/core/class.data.php:1080
1347
  msgid "Url to poster image, that will be shown before playback"
1348
  msgstr "Ссылка на изображение постера. Изображение будет показано перед началом воспроизведения"
1349
 
1350
- #: inc/core/class.data.php:1086
1351
  msgid "Player title"
1352
  msgstr "Заголовок плеера"
1353
 
1354
- #: inc/core/class.data.php:1109
1355
  msgid "Controls"
1356
  msgstr "Элементы управления"
1357
 
1358
- #: inc/core/class.data.php:1110
1359
  msgid "Show player controls (play/pause etc.) or not"
1360
  msgstr "Показывать элементы управления плеером (воспроизведение/пауза и т.д.) или нет"
1361
 
1362
- #: inc/core/class.data.php:1131
1363
  msgid "Custom video player"
1364
  msgstr "Настраиваемый видео-плеер"
1365
 
1366
- #: inc/core/class.data.php:1135
1367
  msgid "Table"
1368
  msgstr "Таблица"
1369
 
1370
- #: inc/core/class.data.php:1142
1371
  msgid "CSV file"
1372
  msgstr "CSV файл"
1373
 
1374
- #: inc/core/class.data.php:1143
1375
  msgid "Upload CSV file if you want to create HTML-table from file"
1376
  msgstr "Если вы хотите создать HTML-таблицу из CSV-файла, то загрузите его в это поле"
1377
 
1378
- #: inc/core/class.data.php:1152
1379
  msgid ""
1380
  "<table>\n"
1381
  "<tr>\n"
@@ -1399,713 +1415,705 @@ msgstr ""
1399
  "</tr>\n"
1400
  "</table>"
1401
 
1402
- #: inc/core/class.data.php:1153
1403
  msgid "Styled table from HTML or CSV file"
1404
  msgstr "Стильная таблица из HTML или CSV файла"
1405
 
1406
- #: inc/core/class.data.php:1157
1407
  msgid "Permalink"
1408
  msgstr "Постоянная ссылка"
1409
 
1410
- #: inc/core/class.data.php:1163
1411
  msgid "ID"
1412
  msgstr "ID"
1413
 
1414
- #: inc/core/class.data.php:1164
1415
  msgid "Post or page ID"
1416
  msgstr "ID записи или страницы"
1417
 
1418
- #: inc/core/class.data.php:1174
1419
  msgid "Link target. blank - link will be opened in new window/tab"
1420
  msgstr "Цель ссылки. blank - означает что ссылка будет открыта в новом окне или вкладке"
1421
 
1422
- #: inc/core/class.data.php:1184
1423
  msgid "Permalink to specified post/page"
1424
  msgstr "Постоянная ссылка на страницу"
1425
 
1426
- #: inc/core/class.data.php:1188
1427
  msgid "Members"
1428
  msgstr "Участники"
1429
 
1430
- #: inc/core/class.data.php:1193
1431
- #: inc/core/shortcodes.php:874
1432
  msgid "This content is for registered users only. Please %login%."
1433
  msgstr "Это содержимое только для авторизованых пользователей. Пожалуйста %login%."
1434
 
1435
- #: inc/core/class.data.php:1194
1436
  msgid "Message"
1437
  msgstr "Сообщение"
1438
 
1439
- #: inc/core/class.data.php:1194
1440
  msgid "Message for not logged users"
1441
  msgstr "Собщение для неавторизованных"
1442
 
1443
- #: inc/core/class.data.php:1199
1444
  msgid "Box color"
1445
  msgstr "Цвет блока"
1446
 
1447
- #: inc/core/class.data.php:1199
1448
  msgid "This color will applied only to box for not logged users"
1449
  msgstr "Этот цвет будет применен только к блоку для не авторизованных посетителей"
1450
 
1451
- #: inc/core/class.data.php:1202
1452
- #: inc/core/shortcodes.php:877
1453
  msgid "login"
1454
  msgstr "войдите"
1455
 
1456
- #: inc/core/class.data.php:1203
1457
  msgid "Login link text"
1458
  msgstr "Текст ссылки войти"
1459
 
1460
- #: inc/core/class.data.php:1203
1461
  msgid "Text for the login link"
1462
  msgstr "Текст ссылки ВОЙТИ"
1463
 
1464
- #: inc/core/class.data.php:1207
1465
  msgid "Login link url"
1466
  msgstr "Адрес ссылки войти"
1467
 
1468
- #: inc/core/class.data.php:1216
1469
  msgid "Content for logged members"
1470
  msgstr "Содержимое для авторизованых пользователей"
1471
 
1472
- #: inc/core/class.data.php:1217
1473
  msgid "Content for logged in members only"
1474
  msgstr "Ссодержимое для авторизованых"
1475
 
1476
- #: inc/core/class.data.php:1221
1477
  msgid "Guests"
1478
  msgstr "Гости"
1479
 
1480
- #: inc/core/class.data.php:1231
1481
  msgid "Content for guests"
1482
  msgstr "Содержимое для гостей"
1483
 
1484
- #: inc/core/class.data.php:1231
1485
  msgid "Content for guests only"
1486
  msgstr "Ссодержимое только для гостей"
1487
 
1488
- #: inc/core/class.data.php:1235
1489
  msgid "RSS Feed"
1490
  msgstr "RSS лента"
1491
 
1492
- #: inc/core/class.data.php:1243
1493
  msgid "Url to RSS-feed"
1494
  msgstr "Ссылка на RSS-ленту"
1495
 
1496
- #: inc/core/class.data.php:1248
1497
  msgid "Limit"
1498
  msgstr "Лимит"
1499
 
1500
- #: inc/core/class.data.php:1248
1501
  msgid "Number of items to show"
1502
  msgstr "Количество элементов для отображения"
1503
 
1504
- #: inc/core/class.data.php:1256
1505
  msgid "Feed grabber"
1506
  msgstr "Граббер новостных лент"
1507
 
1508
- #: inc/core/class.data.php:1260
1509
  msgid "Menu"
1510
  msgstr "Меню"
1511
 
1512
- #: inc/core/class.data.php:1267
1513
  msgid "Menu name"
1514
  msgstr "Имя меню"
1515
 
1516
- #: inc/core/class.data.php:1267
1517
  msgid "Custom menu name. Ex: Main menu"
1518
  msgstr "Имя произвольного меню. Например: Главное меню"
1519
 
1520
- #: inc/core/class.data.php:1275
1521
  msgid "Custom menu by name"
1522
  msgstr "Произвольное меню"
1523
 
1524
- #: inc/core/class.data.php:1279
1525
  msgid "Sub pages"
1526
  msgstr "Подстраницы"
1527
 
1528
- #: inc/core/class.data.php:1286
1529
- #: inc/core/class.data.php:1312
1530
  msgid "Depth"
1531
  msgstr "Глубина"
1532
 
1533
- #: inc/core/class.data.php:1287
1534
  msgid "Max depth level of children pages"
1535
  msgstr "Максимальная глубина дочерних страниц"
1536
 
1537
- #: inc/core/class.data.php:1292
1538
  msgid "Parent ID"
1539
  msgstr "ID родителя"
1540
 
1541
- #: inc/core/class.data.php:1293
1542
  msgid "ID of the parent page. Leave blank to use current page"
1543
  msgstr "ID родительской страницы. Оставьте пустым, чтобы использовать текущую страницу"
1544
 
1545
- #: inc/core/class.data.php:1301
1546
  msgid "List of sub pages"
1547
  msgstr "Список дочерних страниц"
1548
 
1549
- #: inc/core/class.data.php:1305
1550
  msgid "Siblings"
1551
  msgstr "Соседние страницы"
1552
 
1553
- #: inc/core/class.data.php:1313
1554
  msgid "Max depth level"
1555
  msgstr "Максимальный уровень вложенности"
1556
 
1557
- #: inc/core/class.data.php:1321
1558
  msgid "List of cureent page siblings"
1559
  msgstr "Список страниц, соседних с текущей"
1560
 
1561
- #: inc/core/class.data.php:1325
1562
  msgid "Document"
1563
  msgstr "Документ"
1564
 
1565
- #: inc/core/class.data.php:1333
1566
  msgid "Url to uploaded document. Supported formats: doc, xls, pdf etc."
1567
  msgstr "Ссылка на загруженный документ. Поддерживаемые форматы: doc, xls, pdf и т.д."
1568
 
1569
- #: inc/core/class.data.php:1342
1570
  msgid "Viewer width"
1571
  msgstr "Ширина просмотрщика"
1572
 
1573
- #: inc/core/class.data.php:1351
1574
  msgid "Viewer height"
1575
  msgstr "Высота просмотрщика"
1576
 
1577
- #: inc/core/class.data.php:1357
1578
  msgid "Ignore width and height parameters and make viewer responsive"
1579
  msgstr "Игнорировать значения ширины и высоты и сделать просмотрщик отзывчивым"
1580
 
1581
- #: inc/core/class.data.php:1365
1582
  msgid "Document viewer by Google"
1583
  msgstr "Просмотрщик документов от Google"
1584
 
1585
- #: inc/core/class.data.php:1369
1586
  msgid "Gmap"
1587
  msgstr "Google карта"
1588
 
1589
- #: inc/core/class.data.php:1380
1590
  msgid "Map width"
1591
  msgstr "Ширина карты"
1592
 
1593
- #: inc/core/class.data.php:1389
1594
  msgid "Map height"
1595
  msgstr "Высота карты"
1596
 
1597
- #: inc/core/class.data.php:1395
1598
  msgid "Ignore width and height parameters and make map responsive"
1599
  msgstr "Игнорировать значения ширины и высоты и сделать карту отзывчивой"
1600
 
1601
- #: inc/core/class.data.php:1400
1602
  msgid "Marker"
1603
  msgstr "Маркер"
1604
 
1605
- #: inc/core/class.data.php:1401
1606
  msgid "Address for the marker. You can type it in any language"
1607
  msgstr "Адрес маркера. Вы можете ввести адрес на русском языке"
1608
 
1609
- #: inc/core/class.data.php:1409
1610
  msgid "Maps by Google"
1611
  msgstr "Карты от Google"
1612
 
1613
- #: inc/core/class.data.php:1413
1614
  msgid "Slider"
1615
  msgstr "Слайдер"
1616
 
1617
- #: inc/core/class.data.php:1420
1618
  msgid "Choose source gallery, that will be used for this slider"
1619
  msgstr "Выберите галерею-источник, которая будет использована для создания этого слайдера"
1620
 
1621
- #: inc/core/class.data.php:1428
1622
  msgid "Slider width (in pixels)"
1623
  msgstr "Ширина слайдера (в пикселях)"
1624
 
1625
- #: inc/core/class.data.php:1436
1626
  msgid "Slider height (in pixels)"
1627
  msgstr "Высота слайдера (в пикселях)"
1628
 
1629
- #: inc/core/class.data.php:1442
1630
  msgid "Ignore width and height parameters and make slider responsive"
1631
  msgstr "Игнорировать значения ширины и высоты и сделать слайдер отзывчивым"
1632
 
1633
- #: inc/core/class.data.php:1447
1634
- #: inc/core/class.data.php:1553
1635
- #: inc/core/class.data.php:1642
1636
  msgid "Show titles"
1637
  msgstr "Показывать заголовки"
1638
 
1639
- #: inc/core/class.data.php:1447
1640
  msgid "Display slide titles"
1641
  msgstr "Отображать заголовки слайдов"
1642
 
1643
- #: inc/core/class.data.php:1452
1644
  msgid "Is slider centered on the page"
1645
  msgstr "Слайдер выровнен по центру страницы"
1646
 
1647
- #: inc/core/class.data.php:1457
1648
- #: inc/core/class.data.php:1563
1649
  msgid "Arrows"
1650
  msgstr "Стрелки"
1651
 
1652
- #: inc/core/class.data.php:1457
1653
- #: inc/core/class.data.php:1563
1654
  msgid "Show left and right arrows"
1655
  msgstr "Показывать стрелки влево/вправо"
1656
 
1657
- #: inc/core/class.data.php:1462
1658
- #: inc/core/class.data.php:1568
1659
  msgid "Pagination"
1660
  msgstr "Страницы"
1661
 
1662
- #: inc/core/class.data.php:1463
1663
- #: inc/core/class.data.php:1569
1664
  msgid "Show pagination"
1665
  msgstr "Показывать страницы"
1666
 
1667
- #: inc/core/class.data.php:1467
1668
- #: inc/core/class.data.php:1573
1669
  msgid "Mouse wheel control"
1670
  msgstr "Управление колесом мыши"
1671
 
1672
- #: inc/core/class.data.php:1468
1673
  msgid "Allow to change slides with mouse wheel"
1674
  msgstr "Разрешить перелистывание слайдов колесом мышки"
1675
 
1676
- #: inc/core/class.data.php:1477
1677
  msgid "Choose interval between slide animations. Set to 0 to disable autoplay"
1678
  msgstr "Укажите интервал между автоматической сменой слайдов. Задайте 0, чтобы отключить автовоспроизведение"
1679
 
1680
- #: inc/core/class.data.php:1485
1681
- #: inc/core/class.data.php:1591
1682
  msgid "Speed"
1683
  msgstr "Скорость"
1684
 
1685
- #: inc/core/class.data.php:1485
1686
- #: inc/core/class.data.php:1591
1687
  msgid "Specify animation speed"
1688
  msgstr "Укажите скорость анимации"
1689
 
1690
- #: inc/core/class.data.php:1490
1691
- #: inc/core/class.data.php:1596
1692
- #: inc/core/class.data.php:1648
1693
  msgid "Links target"
1694
  msgstr "Цель ссылок"
1695
 
1696
- #: inc/core/class.data.php:1491
1697
  msgid "Open slides links in new window/tab"
1698
  msgstr "Открывать ссылки слайдов в новом окне или вкладке"
1699
 
1700
- #: inc/core/class.data.php:1499
1701
  msgid "Customizable image slider"
1702
  msgstr "Настраиваемый слайдер изображений"
1703
 
1704
- #: inc/core/class.data.php:1503
1705
  msgid "Carousel"
1706
  msgstr "Карусель"
1707
 
1708
- #: inc/core/class.data.php:1510
1709
  msgid "Choose source gallery, that will be used for this carousel"
1710
  msgstr "Выберите галерею-источник, которая будет использована для создания этой карусели"
1711
 
1712
- #: inc/core/class.data.php:1518
1713
  msgid "Carousel width (in pixels)"
1714
  msgstr "Ширина карусели (в пикселях)"
1715
 
1716
- #: inc/core/class.data.php:1526
1717
  msgid "Carousel height (in pixels)"
1718
  msgstr "Высота карусели (в пикселях)"
1719
 
1720
- #: inc/core/class.data.php:1532
1721
  msgid "Ignore width and height parameters and make carousel responsive"
1722
  msgstr "Игнорировать значения ширины и высоты и сделать карусель отзывчивой"
1723
 
1724
- #: inc/core/class.data.php:1539
1725
  msgid "Items to show"
1726
  msgstr "Количество элементов для отображения"
1727
 
1728
- #: inc/core/class.data.php:1540
1729
  msgid "How much carousel items is visible"
1730
  msgstr "Сколько элементов карусели видны постоянно"
1731
 
1732
- #: inc/core/class.data.php:1547
1733
  msgid "Scroll number"
1734
  msgstr "Кол-во прокручиваемых"
1735
 
1736
- #: inc/core/class.data.php:1548
1737
  msgid "How much items are scrolled in one transition"
1738
  msgstr "Сколько элементов карусели прокручивается за один переход"
1739
 
1740
- #: inc/core/class.data.php:1553
1741
  msgid "Display titles for each item"
1742
  msgstr "Показывать заголовки для каждого элемента карусели"
1743
 
1744
- #: inc/core/class.data.php:1558
1745
  msgid "Is carousel centered on the page"
1746
  msgstr "Карусель выровнена по центру страницы"
1747
 
1748
- #: inc/core/class.data.php:1574
1749
  msgid "Allow to rotate carousel with mouse wheel"
1750
  msgstr "Разрешить прокрутку карусели колесом мыши"
1751
 
1752
- #: inc/core/class.data.php:1583
1753
  msgid "Choose interval between auto animations. Set to 0 to disable autoplay"
1754
  msgstr "Укажите интервал между автоматической анимацией. Задайте 0, чтобы отключить автовоспроизведение"
1755
 
1756
- #: inc/core/class.data.php:1597
1757
  msgid "Open carousel links in new window/tab"
1758
  msgstr "Открывать ссылки карусели в новом окне или вкладке"
1759
 
1760
- #: inc/core/class.data.php:1605
1761
  msgid "Customizable image carousel"
1762
  msgstr "Настраиваемая карусель изображений"
1763
 
1764
- #: inc/core/class.data.php:1616
1765
  msgid "Choose source gallery, that will be used for this shortcode"
1766
  msgstr "Выберите галерею-источник, которая будет использована для этого шорткода"
1767
 
1768
- #: inc/core/class.data.php:1624
1769
  msgid "Single item width (in pixels)"
1770
  msgstr "Ширина одного изображения (в пикселях)"
1771
 
1772
- #: inc/core/class.data.php:1632
1773
  msgid "Single item height (in pixels)"
1774
  msgstr "Высота одного изображения (в пикселях)"
1775
 
1776
- #: inc/core/class.data.php:1637
1777
  msgid "Never"
1778
  msgstr "Никогда"
1779
 
1780
- #: inc/core/class.data.php:1638
1781
  msgid "On mouse over"
1782
  msgstr "При наведении мыши"
1783
 
1784
- #: inc/core/class.data.php:1639
1785
  msgid "Always"
1786
  msgstr "Всегда"
1787
 
1788
- #: inc/core/class.data.php:1643
1789
  msgid "Title display mode"
1790
  msgstr "Режим отображения заголовков"
1791
 
1792
- #: inc/core/class.data.php:1648
1793
  msgid "Open links in new window/tab"
1794
  msgstr "Открывать ссылки в новом окне или вкладке"
1795
 
1796
- #: inc/core/class.data.php:1656
1797
  msgid "Customizable image gallery"
1798
  msgstr "Настраиваемая галерея изображений"
1799
 
1800
- #: inc/core/class.data.php:1660
1801
  msgid "Posts"
1802
  msgstr "Записи"
1803
 
1804
- #: inc/core/class.data.php:1665
1805
  msgid "Template"
1806
  msgstr "Шаблон"
1807
 
1808
- #: inc/core/class.data.php:1666
1809
  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"
1810
  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> - маркированный список с заголовками постов"
1811
 
1812
- #: inc/core/class.data.php:1670
1813
  msgid "Post ID's"
1814
  msgstr "ID постов"
1815
 
1816
- #: inc/core/class.data.php:1671
1817
  msgid "Enter comma separated ID's of the posts that you want to show"
1818
  msgstr "Введите ID постов, которые хотите отобразить, разделенные запятыми"
1819
 
1820
- #: inc/core/class.data.php:1679
1821
  msgid "Posts per page"
1822
  msgstr "Кол-во записей"
1823
 
1824
- #: inc/core/class.data.php:1680
1825
  msgid "Specify number of posts that you want to show. Enter -1 to get all posts"
1826
  msgstr "Укажите число записей, которое хотите отобразить. Введите -1 чтобы отобразить все найденные записи"
1827
 
1828
- #: inc/core/class.data.php:1687
1829
  msgid "Post types"
1830
  msgstr "Типы постов"
1831
 
1832
- #: inc/core/class.data.php:1688
1833
  msgid "Select post types. Hold Ctrl key to select multiple post types"
1834
  msgstr "Выберите типы постов. Удерживайте клавишу Ctrl чтобы выбрать несколько типов"
1835
 
1836
- #: inc/core/class.data.php:1694
1837
  msgid "Taxonomy"
1838
  msgstr "Таксономия"
1839
 
1840
- #: inc/core/class.data.php:1695
1841
  msgid "Select taxonomy to show posts from"
1842
  msgstr "Выберите таксономию, чтобы посмотреть её категории и выбрать их"
1843
 
1844
- #: inc/core/class.data.php:1702
1845
  msgid "Terms"
1846
  msgstr "Категории (terms)"
1847
 
1848
- #: inc/core/class.data.php:1702
1849
  msgid "Select terms to show posts from"
1850
  msgstr "Выберите категории, из которых нужно показать записи"
1851
 
1852
- #: inc/core/class.data.php:1707
1853
  msgid "Taxonomy term operator"
1854
  msgstr "Оператор выбора категорий"
1855
 
1856
- #: inc/core/class.data.php:1708
1857
  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"
1858
  msgstr "IN - будут показана записи имеющие любую из выбранных категорий<br/>NOT IN - будут показаны записи, которые НЕ имеют ни одной из выбранных категорий<br/>AND - будут показаны записи, имеющие ТОЛЬКО выбранные категории"
1859
 
1860
- #: inc/core/class.data.php:1715
1861
  msgid "Authors"
1862
  msgstr "Авторы"
1863
 
1864
- #: inc/core/class.data.php:1716
1865
  msgid "Choose the authors whose posts you want to show"
1866
  msgstr "Выберите авторов, чьи записи хотите показать"
1867
 
1868
- #: inc/core/class.data.php:1720
1869
  msgid "Meta key"
1870
  msgstr "Произвольное поле"
1871
 
1872
- #: inc/core/class.data.php:1721
1873
  msgid "Enter meta key name to show posts that have this key"
1874
  msgstr "Введите оригинальное имя произвольного поля, чтобы показать все записи у которых это поле задано"
1875
 
1876
- #: inc/core/class.data.php:1728
1877
  msgid "Offset"
1878
  msgstr "Смещение (offset)"
1879
 
1880
- #: inc/core/class.data.php:1729
1881
  msgid "Specify offset to start posts loop not from first post"
1882
  msgstr "Укажите кол-во записей, которые будут пропущены и не показаны. Например, если указать 2, то будут показаны записи начиная со третьей"
1883
 
1884
- #: inc/core/class.data.php:1734
1885
  msgid "Descending"
1886
  msgstr "По убыванию"
1887
 
1888
- #: inc/core/class.data.php:1735
1889
  msgid "Ascending"
1890
  msgstr "По возрастанию"
1891
 
1892
- #: inc/core/class.data.php:1738
1893
  msgid "Order"
1894
  msgstr "Порядок"
1895
 
1896
- #: inc/core/class.data.php:1739
1897
  msgid "Posts order"
1898
  msgstr "Порядок сортировки записей"
1899
 
1900
- #: inc/core/class.data.php:1745
1901
  msgid "Post ID"
1902
  msgstr "ID записи"
1903
 
1904
- #: inc/core/class.data.php:1746
1905
  msgid "Post author"
1906
  msgstr "Автор записи"
1907
 
1908
- #: inc/core/class.data.php:1747
1909
  msgid "Post title"
1910
  msgstr "Заголовок записи"
1911
 
1912
- #: inc/core/class.data.php:1748
1913
  msgid "Post slug"
1914
  msgstr "Ссылка записи (slug)"
1915
 
1916
- #: inc/core/class.data.php:1749
1917
  msgid "Date"
1918
  msgstr "Дата"
1919
 
1920
- #: inc/core/class.data.php:1749
1921
  msgid "Last modified date"
1922
  msgstr "Дата изменения"
1923
 
1924
- #: inc/core/class.data.php:1750
1925
- #: inc/core/class.data.php:1760
1926
  msgid "Post parent"
1927
  msgstr "Родитель"
1928
 
1929
- #: inc/core/class.data.php:1751
1930
  msgid "Random"
1931
  msgstr "Случайно"
1932
 
1933
- #: inc/core/class.data.php:1751
1934
  msgid "Comments number"
1935
  msgstr "Кол-во комментариев"
1936
 
1937
- #: inc/core/class.data.php:1752
1938
  msgid "Menu order"
1939
  msgstr "Порядок меню"
1940
 
1941
- #: inc/core/class.data.php:1752
1942
  msgid "Meta key values"
1943
  msgstr "Значение произвольного поля"
1944
 
1945
- #: inc/core/class.data.php:1755
1946
  msgid "Order by"
1947
  msgstr "Сортировать по"
1948
 
1949
- #: inc/core/class.data.php:1756
1950
  msgid "Order posts by"
1951
  msgstr "Сортировать записи по следующему признаку"
1952
 
1953
- #: inc/core/class.data.php:1761
1954
  msgid "Show childrens of entered post (enter post ID)"
1955
  msgstr "Отобразить потомков введенной записи/страницы (нужно вводить ID)"
1956
 
1957
- #: inc/core/class.data.php:1766
1958
  msgid "Published"
1959
  msgstr "Опубликован"
1960
 
1961
- #: inc/core/class.data.php:1767
1962
  msgid "Pending"
1963
  msgstr "Ожидает"
1964
 
1965
- #: inc/core/class.data.php:1768
1966
  msgid "Draft"
1967
  msgstr "Черновик"
1968
 
1969
- #: inc/core/class.data.php:1769
1970
  msgid "Auto-draft"
1971
  msgstr "Авто-черновик"
1972
 
1973
- #: inc/core/class.data.php:1770
1974
  msgid "Future post"
1975
  msgstr "Запланирован"
1976
 
1977
- #: inc/core/class.data.php:1771
1978
  msgid "Private post"
1979
  msgstr "Приватная запись"
1980
 
1981
- #: inc/core/class.data.php:1772
1982
  msgid "Inherit"
1983
  msgstr "Вложенный"
1984
 
1985
- #: inc/core/class.data.php:1773
1986
  msgid "Trashed"
1987
  msgstr "В корзине"
1988
 
1989
- #: inc/core/class.data.php:1774
1990
  msgid "Any"
1991
  msgstr "Любой"
1992
 
1993
- #: inc/core/class.data.php:1777
1994
  msgid "Post status"
1995
  msgstr "Статус записи"
1996
 
1997
- #: inc/core/class.data.php:1778
1998
  msgid "Show only posts with selected status"
1999
  msgstr "Показать только записи с выбранным статусом"
2000
 
2001
- #: inc/core/class.data.php:1783
2002
  msgid "Ignore sticky"
2003
  msgstr "Игнорировать прикрепленные"
2004
 
2005
- #: inc/core/class.data.php:1784
2006
  msgid "Select Yes to ignore posts that is sticked"
2007
  msgstr "Выберите Да, чтобы не показывать прикрепленные (прилепленные) записи"
2008
 
2009
- #: inc/core/class.data.php:1788
2010
  msgid "Custom posts query with customizable template"
2011
  msgstr "Произвольный запрос записей/страниц с настраиваемым шаблоном"
2012
 
2013
- #: inc/core/class.generator.php:44
2014
- #: inc/core/class.generator.php:147
2015
  msgid "Insert shortcode"
2016
  msgstr "Вставить шорткод"
2017
 
2018
- #: inc/core/class.generator.php:88
2019
  msgid "Plugin settings"
2020
  msgstr "Настройки плагина"
2021
 
2022
- #: inc/core/class.generator.php:89
2023
  msgid "Plugin homepage"
2024
  msgstr "Сайт плагина"
2025
 
2026
- #: inc/core/class.generator.php:90
2027
  msgid "Support forums"
2028
  msgstr "Форум поддержки"
2029
 
2030
- #: inc/core/class.generator.php:97
2031
  msgid "Search for shortcodes"
2032
  msgstr "Поиск шорткода"
2033
 
2034
- #: inc/core/class.generator.php:99
2035
  msgid "Filter by type"
2036
  msgstr "Фильтр"
2037
 
2038
- #: inc/core/class.generator.php:135
2039
  msgid "Shortcode not specified"
2040
  msgstr "Не выбран шорткод"
2041
 
2042
- #: inc/core/class.generator.php:148
2043
  msgid "Live preview"
2044
  msgstr "Включить предпросмотр"
2045
 
2046
- #: inc/core/class.generator.php:149
2047
  msgid "Close window"
2048
  msgstr "Закрыть окно"
2049
 
2050
- #: inc/core/class.generator.php:153
2051
  msgid "Click to return to the shortcodes list"
2052
  msgstr "Нажмите, чтобы вернуться к списку шорткодов"
2053
 
2054
- #: inc/core/class.generator.php:153
2055
  msgid "All shortcodes"
2056
  msgstr "Все шорткоды"
2057
 
2058
- #: inc/core/class.generator.php:186
2059
  msgid "Yes"
2060
  msgstr "Да"
2061
 
2062
- #: inc/core/class.generator.php:186
2063
  msgid "No"
2064
  msgstr "Нет"
2065
 
2066
- #: inc/core/class.generator.php:190
2067
- msgid "Max upload file size"
2068
- msgstr "Макс. размер файла"
2069
-
2070
- #: inc/core/class.generator.php:190
2071
- msgid "Mb"
2072
- msgstr "Мб"
2073
 
2074
- #: inc/core/class.generator.php:190
2075
- msgid "How to increase"
2076
- msgstr "Как увеличить"
2077
-
2078
- #: inc/core/class.generator.php:201
2079
  msgid "Please wait"
2080
  msgstr "Пожалуйста подождите"
2081
 
2082
- #: inc/core/class.generator.php:208
2083
- #: inc/core/class.generator.php:296
2084
  msgid "Untitled gallery"
2085
  msgstr "Галерея без имени"
2086
 
2087
- #: inc/core/class.generator.php:214
2088
- #: inc/core/class.generator.php:302
2089
  msgid "Galleries not found"
2090
  msgstr "Галереи не найдены"
2091
 
2092
- #: inc/core/class.generator.php:215
2093
  msgid "Manage galleries"
2094
  msgstr "Управление галереями"
2095
 
2096
- #: inc/core/class.generator.php:215
2097
  msgid "Reload galleries"
2098
  msgstr "Обновить список"
2099
 
2100
- #: inc/core/class.generator.php:226
2101
  msgid "Click to set this value"
2102
  msgstr "Нажмите чтобы установить это значение"
2103
 
2104
- #: inc/core/class.generator.php:250
2105
  msgid "Preview"
2106
  msgstr "Предпросмотр"
2107
 
2108
- #: inc/core/class.generator.php:311
2109
  msgid "Access denied"
2110
  msgstr "Доступ запрещен"
2111
 
@@ -2217,6 +2225,36 @@ msgstr "Галереи"
2217
  msgid "Cheatsheet"
2218
  msgstr "Шпаргалка"
2219
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2220
  #: inc/core/class.vote.php:39
2221
  msgid "Hello, my name is Vladimir Anokhin, and I am developer of plugin <b>Shortcodes Ultimate</b>.<br>If you like this plugin, please write a few words about it at the wordpress.org or twitter. It will help other people find this useful plugin more quickly.<br><b>Thank you!</b>"
2222
  msgstr "Здравствуйте, меня зовут Владимир Анохин, я являюсь разработчиком плагина <b>Shortcodes Ultimate</b>. <br>Если вам нравится этот плагин, то пожалуйста напишите пару слов о нём на сайте wordpress.org или в твиттере. Это поможет другим людям найти этот полезный плагин быстрее.<br><b>Спасибо!</b>"
@@ -2253,66 +2291,40 @@ msgstr "Специальный виджет для вставки шорткод
2253
  msgid "Title:"
2254
  msgstr "Заголовок:"
2255
 
2256
- #: inc/core/shortcodes.php:485
2257
- msgid "This is box title"
2258
- msgstr "Заголовок блока"
2259
-
2260
- #: inc/core/shortcodes.php:665
2261
- #: inc/core/shortcodes.php:698
2262
- #: inc/core/shortcodes.php:732
2263
- #: inc/core/shortcodes.php:766
2264
- #: inc/core/shortcodes.php:806
2265
- msgid "please specify correct url"
2266
- msgstr "пожалуйста укажите корректную ссылку"
2267
-
2268
- #: inc/core/shortcodes.php:1008
2269
- msgid "This menu doesn't exists, or has no elements"
2270
- msgstr "Такое меню не существует, или в нем нет ни одного элемента"
2271
-
2272
- #: inc/core/shortcodes.php:1096
2273
- #: inc/core/shortcodes.php:1182
2274
- #: inc/core/shortcodes.php:1251
2275
- msgid "images not found"
2276
- msgstr "изображения не найдены"
2277
-
2278
- #: inc/core/shortcodes.php:1449
2279
- msgid "template not found"
2280
- msgstr "шаблон не найден"
2281
-
2282
- #: inc/core/tools.php:234
2283
  msgid "year"
2284
  msgstr "год"
2285
 
2286
- #: inc/core/tools.php:235
2287
  msgid "month"
2288
  msgstr "месяц"
2289
 
2290
- #: inc/core/tools.php:236
2291
  msgid "week"
2292
  msgstr "неделя"
2293
 
2294
- #: inc/core/tools.php:237
2295
  msgid "day"
2296
  msgstr "день"
2297
 
2298
- #: inc/core/tools.php:238
2299
  msgid "hour"
2300
  msgstr "час"
2301
 
2302
- #: inc/core/tools.php:239
2303
  msgid "minute"
2304
  msgstr "минута"
2305
 
2306
- #: inc/core/tools.php:248
2307
  #: inc/core/tools.php:255
 
2308
  msgid "s"
2309
  msgstr "с"
2310
 
2311
- #: inc/core/tools.php:291
2312
  msgid "username not specified"
2313
  msgstr "имя пользователя не задано"
2314
 
2315
- #: inc/core/tools.php:296
2316
  msgid "no public messages"
2317
  msgstr "нет публичных твитов"
2318
 
@@ -2509,6 +2521,21 @@ msgstr "Закрыть"
2509
  msgid "Delete"
2510
  msgstr "Удалить"
2511
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2512
  #: inc/views/galleries.php:40
2513
  #: inc/views/galleries.php:95
2514
  msgid "Edit"
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
  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
  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
  msgid "Styled heading 2"
55
  msgstr "Стильный заголовок 2"
56
 
57
+ #: inc/core/class.assets.php:68
58
+ msgid "Choose file"
59
+ msgstr "Выбор файла"
60
+
61
+ #: inc/core/class.assets.php:69
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
 
69
+ #: inc/core/class.data.php:36
70
  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
 
83
+ #: inc/core/class.data.php:39
84
  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
 
95
+ #: inc/core/class.data.php:41
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
  "[%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
  "[%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
  "[%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
  "<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
  "</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
 
2225
  msgid "Cheatsheet"
2226
  msgstr "Шпаргалка"
2227
 
2228
+ #: inc/core/class.shortcodes.php:50
2229
+ msgid "Tab title"
2230
+ msgstr "Заголовок вкладкки"
2231
+
2232
+ #: inc/core/class.shortcodes.php:340
2233
+ msgid "This is box title"
2234
+ msgstr "Заголовок блока"
2235
+
2236
+ #: inc/core/class.shortcodes.php:462
2237
+ #: inc/core/class.shortcodes.php:488
2238
+ #: inc/core/class.shortcodes.php:515
2239
+ #: inc/core/class.shortcodes.php:541
2240
+ #: inc/core/class.shortcodes.php:567
2241
+ msgid "please specify correct url"
2242
+ msgstr "пожалуйста укажите корректную ссылку"
2243
+
2244
+ #: inc/core/class.shortcodes.php:698
2245
+ msgid "This menu doesn't exists, or has no elements"
2246
+ msgstr "Такое меню не существует, или в нем нет ни одного элемента"
2247
+
2248
+ #: inc/core/class.shortcodes.php:762
2249
+ #: inc/core/class.shortcodes.php:840
2250
+ #: inc/core/class.shortcodes.php:901
2251
+ msgid "images not found"
2252
+ msgstr "изображения не найдены"
2253
+
2254
+ #: inc/core/class.shortcodes.php:1060
2255
+ msgid "template not found"
2256
+ msgstr "шаблон не найден"
2257
+
2258
  #: inc/core/class.vote.php:39
2259
  msgid "Hello, my name is Vladimir Anokhin, and I am developer of plugin <b>Shortcodes Ultimate</b>.<br>If you like this plugin, please write a few words about it at the wordpress.org or twitter. It will help other people find this useful plugin more quickly.<br><b>Thank you!</b>"
2260
  msgstr "Здравствуйте, меня зовут Владимир Анохин, я являюсь разработчиком плагина <b>Shortcodes Ultimate</b>. <br>Если вам нравится этот плагин, то пожалуйста напишите пару слов о нём на сайте wordpress.org или в твиттере. Это поможет другим людям найти этот полезный плагин быстрее.<br><b>Спасибо!</b>"
2291
  msgid "Title:"
2292
  msgstr "Заголовок:"
2293
 
2294
+ #: inc/core/tools.php:241
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2295
  msgid "year"
2296
  msgstr "год"
2297
 
2298
+ #: inc/core/tools.php:242
2299
  msgid "month"
2300
  msgstr "месяц"
2301
 
2302
+ #: inc/core/tools.php:243
2303
  msgid "week"
2304
  msgstr "неделя"
2305
 
2306
+ #: inc/core/tools.php:244
2307
  msgid "day"
2308
  msgstr "день"
2309
 
2310
+ #: inc/core/tools.php:245
2311
  msgid "hour"
2312
  msgstr "час"
2313
 
2314
+ #: inc/core/tools.php:246
2315
  msgid "minute"
2316
  msgstr "минута"
2317
 
 
2318
  #: inc/core/tools.php:255
2319
+ #: inc/core/tools.php:262
2320
  msgid "s"
2321
  msgstr "с"
2322
 
2323
+ #: inc/core/tools.php:298
2324
  msgid "username not specified"
2325
  msgstr "имя пользователя не задано"
2326
 
2327
+ #: inc/core/tools.php:303
2328
  msgid "no public messages"
2329
  msgstr "нет публичных твитов"
2330
 
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"
readme.txt CHANGED
@@ -95,6 +95,10 @@ Upgrade normally via your Wordpress admin -> Plugins panel.
95
 
96
  == Changelog ==
97
 
 
 
 
 
98
  = 4.2.1 =
99
  * Z-index for visual composer - [forum topic](http://wordpress.org/support/topic/compatible-with-visual-composer)
100
  * New attr for [button] onclick
95
 
96
  == Changelog ==
97
 
98
+ = 4.2.2 =
99
+ * New media manager added for galleries manager
100
+ * New media manager added to the file fields in Generator
101
+
102
  = 4.2.1 =
103
  * Z-index for visual composer - [forum topic](http://wordpress.org/support/topic/compatible-with-visual-composer)
104
  * New attr for [button] onclick
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.1
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.2.2
6
  Author: Vladimir Anokhin
7
  Author URI: http://gndev.info/
8
  Description: Supercharge your WordPress theme with mega pack of shortcodes