Version Description
- Added: (Builders/Elementor) Support the
CSS Print Method
for the"External File"
option only. - Fixed: (Core/Block Editor, Builders/Gutenberg) Setting of the switcher button in the Block Editor when Gutenberg is active.
Download this release
Release Info
Developer | tivnet |
Plugin | WPGlobus – Multilingual Everything! |
Version | 2.2.31 |
Comparing to | |
See all releases |
Code changes from version 2.2.30 to 2.2.31
- includes/builders/class-wpglobus-builders.php +1 -0
- includes/builders/elementor/class-wpglobus-elementor-front.php +10 -1
- includes/builders/elementor/class-wpglobus-elementor.php +88 -3
- includes/builders/gutenberg/assets/js/wpglobus-gutenberg.js +18 -15
- includes/builders/gutenberg/assets/js/wpglobus-gutenberg.min.js +1 -1
- languages/wpglobus-ar.mo +0 -0
- languages/wpglobus-ar.po +11 -5
- languages/wpglobus-be.mo +0 -0
- languages/wpglobus-be.po +11 -5
- languages/wpglobus-bg_BG.mo +0 -0
- languages/wpglobus-bg_BG.po +11 -5
- languages/wpglobus-de_CH.mo +0 -0
- languages/wpglobus-de_CH.po +11 -5
- languages/wpglobus-de_DE.mo +0 -0
- languages/wpglobus-de_DE.po +11 -5
- languages/wpglobus-el.mo +0 -0
- languages/wpglobus-el.po +11 -5
- languages/wpglobus-en_AU.mo +0 -0
- languages/wpglobus-en_AU.po +11 -5
- languages/wpglobus-en_CA.mo +0 -0
- languages/wpglobus-en_CA.po +11 -5
- languages/wpglobus-en_GB.mo +0 -0
- languages/wpglobus-en_GB.po +11 -5
- languages/wpglobus-en_NZ.mo +0 -0
- languages/wpglobus-en_NZ.po +11 -5
- languages/wpglobus-en_US.mo +0 -0
- languages/wpglobus-en_US.po +13 -5
- languages/wpglobus-en_ZA.mo +0 -0
- languages/wpglobus-en_ZA.po +11 -5
- languages/wpglobus-es_AR.mo +0 -0
- languages/wpglobus-es_AR.po +11 -5
- languages/wpglobus-es_CL.mo +0 -0
- languages/wpglobus-es_CL.po +11 -5
- languages/wpglobus-es_CO.mo +0 -0
- languages/wpglobus-es_CO.po +11 -5
- languages/wpglobus-es_CR.mo +0 -0
- languages/wpglobus-es_CR.po +11 -5
- languages/wpglobus-es_ES.mo +0 -0
- languages/wpglobus-es_ES.po +11 -5
- languages/wpglobus-es_GT.mo +0 -0
- languages/wpglobus-es_GT.po +11 -5
- languages/wpglobus-es_MX.mo +0 -0
- languages/wpglobus-es_MX.po +11 -5
- languages/wpglobus-es_PE.mo +0 -0
- languages/wpglobus-es_PE.po +11 -5
- languages/wpglobus-es_PR.mo +0 -0
- languages/wpglobus-es_PR.po +11 -5
- languages/wpglobus-es_VE.mo +0 -0
- languages/wpglobus-es_VE.po +11 -5
- languages/wpglobus-et.mo +0 -0
- languages/wpglobus-et.po +11 -5
- languages/wpglobus-fr_BE.mo +0 -0
- languages/wpglobus-fr_BE.po +11 -5
- languages/wpglobus-fr_CA.mo +0 -0
- languages/wpglobus-fr_CA.po +11 -5
- languages/wpglobus-fr_FR.mo +0 -0
- languages/wpglobus-fr_FR.po +11 -5
- languages/wpglobus-id_ID.mo +0 -0
- languages/wpglobus-id_ID.po +11 -5
- languages/wpglobus-ko_KR.mo +0 -0
- languages/wpglobus-ko_KR.po +11 -5
- languages/wpglobus-pl_PL.mo +0 -0
- languages/wpglobus-pl_PL.po +11 -5
- languages/wpglobus-pt_BR.mo +0 -0
- languages/wpglobus-pt_BR.po +12 -6
- languages/wpglobus-pt_PT.mo +0 -0
- languages/wpglobus-pt_PT.po +11 -5
- languages/wpglobus-ro_RO.mo +0 -0
- languages/wpglobus-ro_RO.po +11 -5
- languages/wpglobus-ru_RU.mo +0 -0
- languages/wpglobus-ru_RU.po +13 -5
- languages/wpglobus-sv_SE.mo +0 -0
- languages/wpglobus-sv_SE.po +11 -5
- languages/wpglobus-tr_TR.mo +0 -0
- languages/wpglobus-tr_TR.po +11 -5
- languages/wpglobus-uk.mo +0 -0
- languages/wpglobus-uk.po +201 -127
- languages/wpglobus.pot +9 -5
- readme.txt +5 -5
- wpglobus.php +2 -2
includes/builders/class-wpglobus-builders.php
CHANGED
@@ -507,6 +507,7 @@ if ( ! class_exists( 'WPGlobus_Builders' ) ) :
|
|
507 |
'post_css_meta_key' => '_wpglobus_elementor_css',
|
508 |
'elementor_data_meta_key' => '_elementor_data',
|
509 |
'elementor_css_meta_key' => '_elementor_css',
|
|
|
510 |
);
|
511 |
|
512 |
if ( $load_elementor ) {
|
507 |
'post_css_meta_key' => '_wpglobus_elementor_css',
|
508 |
'elementor_data_meta_key' => '_elementor_data',
|
509 |
'elementor_css_meta_key' => '_elementor_css',
|
510 |
+
'elementor_css_print_method' => get_option('elementor_css_print_method', 'external'), // @since 2.2.31
|
511 |
);
|
512 |
|
513 |
if ( $load_elementor ) {
|
includes/builders/elementor/class-wpglobus-elementor-front.php
CHANGED
@@ -74,8 +74,17 @@ if ( ! class_exists( 'WPGlobus_Elementor_Front' ) ) :
|
|
74 |
* @see elementor\core\files\base.php
|
75 |
*/
|
76 |
add_action( 'elementor/files/file_name', array( __CLASS__, 'filter__elementor_files_file_name' ), 5, 4 );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
77 |
}
|
78 |
-
|
79 |
/**
|
80 |
* @since 2.1.15
|
81 |
*/
|
74 |
* @see elementor\core\files\base.php
|
75 |
*/
|
76 |
add_action( 'elementor/files/file_name', array( __CLASS__, 'filter__elementor_files_file_name' ), 5, 4 );
|
77 |
+
|
78 |
+
/**
|
79 |
+
* @since 2.2.11
|
80 |
+
* @W.I.P
|
81 |
+
* @todo maybe we need to use these filters.
|
82 |
+
*/
|
83 |
+
//add_filter( 'elementor/editor/localize_settings', array( __CLASS__, 'filter__localize_settings' ), 10, 2 );
|
84 |
+
//add_action( 'elementor/editor/after_enqueue_scripts', array( __CLASS__, 'filter__localize_settings' ) );
|
85 |
+
|
86 |
}
|
87 |
+
|
88 |
/**
|
89 |
* @since 2.1.15
|
90 |
*/
|
includes/builders/elementor/class-wpglobus-elementor.php
CHANGED
@@ -2,6 +2,8 @@
|
|
2 |
/**
|
3 |
* File: class-wpglobus-elementor.php
|
4 |
*
|
|
|
|
|
5 |
* @package WPGlobus\Builders\Elementor
|
6 |
* @author Alex Gor(alexgff)
|
7 |
*/
|
@@ -78,7 +80,23 @@ if ( ! class_exists( 'WPGlobus_Elementor' ) ) :
|
|
78 |
* @see_file elementor\includes\editor.php
|
79 |
*/
|
80 |
add_action( 'elementor/editor/footer', array( $this, 'on__elementor_footer' ), 100 );
|
81 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
82 |
/**
|
83 |
* AJAX handling.
|
84 |
*/
|
@@ -100,6 +118,11 @@ if ( ! class_exists( 'WPGlobus_Elementor' ) ) :
|
|
100 |
|
101 |
if ( is_admin() ) {
|
102 |
|
|
|
|
|
|
|
|
|
|
|
103 |
add_filter( 'the_post', array( $this, 'filter__the_post' ), 5 );
|
104 |
|
105 |
/**
|
@@ -157,6 +180,13 @@ if ( ! class_exists( 'WPGlobus_Elementor' ) ) :
|
|
157 |
return $localized_settings;
|
158 |
}
|
159 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
160 |
$url = get_permalink( $post_id );
|
161 |
|
162 |
$localized_settings['document']['urls']['permalink'] = WPGlobus_Utils::localize_url( $url, WPGlobus::Config()->builder->get_language() );
|
@@ -280,6 +310,14 @@ if ( ! class_exists( 'WPGlobus_Elementor' ) ) :
|
|
280 |
* Used to prints scripts or any other HTML before closing the body tag.
|
281 |
*/
|
282 |
public function on__elementor_footer() {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
283 |
$this->base_redirect_url = str_replace( array( '&language=' . WPGlobus::Config()->builder->get_language() ), '', $this->base_redirect_url );
|
284 |
$this->base_redirect_url = str_replace( '&action=edit', '&action=elementor', $this->base_redirect_url );
|
285 |
?>
|
@@ -361,9 +399,17 @@ if ( ! class_exists( 'WPGlobus_Elementor' ) ) :
|
|
361 |
*/
|
362 |
$instance
|
363 |
) {
|
364 |
-
|
365 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
366 |
}
|
|
|
367 |
$this->base_redirect_url = $url;
|
368 |
|
369 |
return $url;
|
@@ -388,11 +434,50 @@ if ( ! class_exists( 'WPGlobus_Elementor' ) ) :
|
|
388 |
*/
|
389 |
$instance
|
390 |
) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
391 |
$url = WPGlobus_Utils::localize_url( $url, WPGlobus::Config()->builder->get_language() );
|
392 |
|
393 |
return $url;
|
394 |
}
|
395 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
396 |
}
|
397 |
|
398 |
endif;
|
2 |
/**
|
3 |
* File: class-wpglobus-elementor.php
|
4 |
*
|
5 |
+
* @since 2.2.31 We are providing support for `External File` only. @see elementor\core\files\css\base.php::use_external_file().
|
6 |
+
*
|
7 |
* @package WPGlobus\Builders\Elementor
|
8 |
* @author Alex Gor(alexgff)
|
9 |
*/
|
80 |
* @see_file elementor\includes\editor.php
|
81 |
*/
|
82 |
add_action( 'elementor/editor/footer', array( $this, 'on__elementor_footer' ), 100 );
|
83 |
+
|
84 |
+
/**
|
85 |
+
* @since 2.2.11
|
86 |
+
* @W.I.P
|
87 |
+
* @see meta classic-editor-remember = block-editor OR classic-editor
|
88 |
+
* @todo maybe to use `wp_footer` action instead of `elementor/editor/footer`.
|
89 |
+
*/
|
90 |
+
//add_action( 'wp_footer', array( $this, 'on__elementor_footer' ), 100 );
|
91 |
+
|
92 |
+
/**
|
93 |
+
* @since 2.2.11
|
94 |
+
* @W.I.P
|
95 |
+
* @todo maybe useful
|
96 |
+
*/
|
97 |
+
//add_filter( 'elementor/editor/localize_settings', array( $this, 'on__localize_settings' ), 10, 2 );
|
98 |
+
//add_action( 'elementor/editor/after_enqueue_scripts', array( $this, 'on__localize_settings' ) );
|
99 |
+
|
100 |
/**
|
101 |
* AJAX handling.
|
102 |
*/
|
118 |
|
119 |
if ( is_admin() ) {
|
120 |
|
121 |
+
/**
|
122 |
+
* @since 2.2.31
|
123 |
+
*/
|
124 |
+
add_action( 'admin_notices', array( $this, 'on__admin_notice' ) );
|
125 |
+
|
126 |
add_filter( 'the_post', array( $this, 'filter__the_post' ), 5 );
|
127 |
|
128 |
/**
|
180 |
return $localized_settings;
|
181 |
}
|
182 |
|
183 |
+
/**
|
184 |
+
* @since 2.2.31
|
185 |
+
*/
|
186 |
+
if ( 'external' !== WPGlobus::Config()->builder->get('elementor_css_print_method') ) {
|
187 |
+
return $localized_settings;
|
188 |
+
}
|
189 |
+
|
190 |
$url = get_permalink( $post_id );
|
191 |
|
192 |
$localized_settings['document']['urls']['permalink'] = WPGlobus_Utils::localize_url( $url, WPGlobus::Config()->builder->get_language() );
|
310 |
* Used to prints scripts or any other HTML before closing the body tag.
|
311 |
*/
|
312 |
public function on__elementor_footer() {
|
313 |
+
|
314 |
+
/**
|
315 |
+
* @since 2.2.31
|
316 |
+
*/
|
317 |
+
if ( 'external' != WPGlobus::Config()->builder->get('elementor_css_print_method') ) {
|
318 |
+
return;
|
319 |
+
}
|
320 |
+
|
321 |
$this->base_redirect_url = str_replace( array( '&language=' . WPGlobus::Config()->builder->get_language() ), '', $this->base_redirect_url );
|
322 |
$this->base_redirect_url = str_replace( '&action=edit', '&action=elementor', $this->base_redirect_url );
|
323 |
?>
|
399 |
*/
|
400 |
$instance
|
401 |
) {
|
402 |
+
|
403 |
+
if ( 'external' === WPGlobus::Config()->builder->get('elementor_css_print_method') ) {
|
404 |
+
if ( false === strpos( $url, 'language' ) ) {
|
405 |
+
$url = $url . '&language=' . WPGlobus::Config()->builder->get_language();
|
406 |
+
}
|
407 |
+
} else {
|
408 |
+
if ( false === strpos( $url, 'language' ) ) {
|
409 |
+
$url = $url . '&language=' . WPGlobus::Config()->default_language;
|
410 |
+
}
|
411 |
}
|
412 |
+
|
413 |
$this->base_redirect_url = $url;
|
414 |
|
415 |
return $url;
|
434 |
*/
|
435 |
$instance
|
436 |
) {
|
437 |
+
/**
|
438 |
+
* @since 2.2.31
|
439 |
+
*/
|
440 |
+
if ( 'external' !== WPGlobus::Config()->builder->get('elementor_css_print_method') ) {
|
441 |
+
return $url;
|
442 |
+
}
|
443 |
+
|
444 |
$url = WPGlobus_Utils::localize_url( $url, WPGlobus::Config()->builder->get_language() );
|
445 |
|
446 |
return $url;
|
447 |
}
|
448 |
|
449 |
+
/**
|
450 |
+
* Prints admin screen notices.
|
451 |
+
*
|
452 |
+
* @since 2.2.31
|
453 |
+
*/
|
454 |
+
public function on__admin_notice() {
|
455 |
+
|
456 |
+
if ( 'post.php' != WPGlobus::Config()->builder->get('pagenow') ) {
|
457 |
+
return;
|
458 |
+
}
|
459 |
+
|
460 |
+
if ( 'external' == WPGlobus::Config()->builder->get('elementor_css_print_method') ) {
|
461 |
+
return;
|
462 |
+
}
|
463 |
+
|
464 |
+
$_url = add_query_arg(
|
465 |
+
array(
|
466 |
+
'page' => 'elementor#tab-advanced',
|
467 |
+
),
|
468 |
+
admin_url( 'admin.php' )
|
469 |
+
);
|
470 |
+
|
471 |
+
echo '<div class="notice error"><p>';
|
472 |
+
printf(
|
473 |
+
esc_html__( 'WPGlobus provides multilingual support for Elementor only when the option %1$s%2$s%3$s is set to %4$s.', 'wpglobus' ),
|
474 |
+
'<a href="'.$_url.'" target="_blank">',
|
475 |
+
'<strong>CSS Print Method</strong>',
|
476 |
+
'</a>',
|
477 |
+
'<strong>External File</strong>'
|
478 |
+
);
|
479 |
+
echo '</p></div>';
|
480 |
+
}
|
481 |
}
|
482 |
|
483 |
endif;
|
includes/builders/gutenberg/assets/js/wpglobus-gutenberg.js
CHANGED
@@ -215,6 +215,7 @@ jQuery(document).ready(function ($) {
|
|
215 |
var enabledLanguages = WPGlobusCoreData.enabled_languages;
|
216 |
var languageNames = WPGlobusCoreData.en_language_name;
|
217 |
var flagsUrl = WPGlobusGutenberg.flags_url;
|
|
|
218 |
var ref = location.href;
|
219 |
var refs = {};
|
220 |
for (var key in enabledLanguages) {
|
@@ -263,6 +264,10 @@ jQuery(document).ready(function ($) {
|
|
263 |
return switcherPluginButtonType;
|
264 |
}
|
265 |
|
|
|
|
|
|
|
|
|
266 |
setSwitcherButtonType(WPGlobusGutenberg.options[optionSwitcherButtonType]);
|
267 |
|
268 |
promisedPluginButtonType = getSwitcherButtonType();
|
@@ -368,21 +373,19 @@ jQuery(document).ready(function ($) {
|
|
368 |
}
|
369 |
|
370 |
setTimeout(function() {
|
371 |
-
var
|
372 |
-
|
373 |
-
|
374 |
-
if ( null !== status && -1 != status.indexOf('WPGlobus') ) {
|
375 |
-
var done = buttons[i].dataset.done;
|
376 |
-
if ( 'undefined' === typeof done ) {
|
377 |
-
var content = buttons[i].innerHTML;
|
378 |
-
buttons[i].innerHTML = content + getSwitcherButton(type);
|
379 |
-
buttons[i].dataset.done = 'init';
|
380 |
-
} else {
|
381 |
-
buttons[i].innerHTML = getSwitcherButton(type);
|
382 |
-
buttons[i].dataset.done = 'changed';
|
383 |
-
}
|
384 |
-
}
|
385 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
386 |
}, 300);
|
387 |
}
|
388 |
|
@@ -561,7 +564,7 @@ jQuery(document).ready(function ($) {
|
|
561 |
PluginSidebar,
|
562 |
{
|
563 |
name: 'wpglobus-switcher-sidebar',
|
564 |
-
title:
|
565 |
className: 'wpglobus-switcher-components-panel',
|
566 |
//togglePin: @see wp-includes\js\dist\edit-post.js
|
567 |
},
|
215 |
var enabledLanguages = WPGlobusCoreData.enabled_languages;
|
216 |
var languageNames = WPGlobusCoreData.en_language_name;
|
217 |
var flagsUrl = WPGlobusGutenberg.flags_url;
|
218 |
+
var switcherButtonTitle = 'WPGlobus Switcher';
|
219 |
var ref = location.href;
|
220 |
var refs = {};
|
221 |
for (var key in enabledLanguages) {
|
264 |
return switcherPluginButtonType;
|
265 |
}
|
266 |
|
267 |
+
function getSwitcherButtonTitle() {
|
268 |
+
return switcherButtonTitle;
|
269 |
+
}
|
270 |
+
|
271 |
setSwitcherButtonType(WPGlobusGutenberg.options[optionSwitcherButtonType]);
|
272 |
|
273 |
promisedPluginButtonType = getSwitcherButtonType();
|
373 |
}
|
374 |
|
375 |
setTimeout(function() {
|
376 |
+
var button = document.querySelector('[aria-label="'+getSwitcherButtonTitle()+'"]');
|
377 |
+
if ( 'undefined' === typeof button || null === button ) {
|
378 |
+
return;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
379 |
}
|
380 |
+
var status = button.dataset.status;
|
381 |
+
if ( 'undefined' === typeof status ) {
|
382 |
+
var content = button.innerHTML;
|
383 |
+
button.innerHTML = content + getSwitcherButton(type);
|
384 |
+
button.dataset.status = 'init';
|
385 |
+
} else {
|
386 |
+
button.innerHTML = getSwitcherButton(type);
|
387 |
+
button.dataset.status = 'changed';
|
388 |
+
}
|
389 |
}, 300);
|
390 |
}
|
391 |
|
564 |
PluginSidebar,
|
565 |
{
|
566 |
name: 'wpglobus-switcher-sidebar',
|
567 |
+
title: getSwitcherButtonTitle(),
|
568 |
className: 'wpglobus-switcher-components-panel',
|
569 |
//togglePin: @see wp-includes\js\dist\edit-post.js
|
570 |
},
|
includes/builders/gutenberg/assets/js/wpglobus-gutenberg.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
"use strict";jQuery(document).ready(function(
|
1 |
+
"use strict";jQuery(document).ready(function(D){var I={counter:0,noticeOn:!1,initDone:!1,languageSelectorBoxDelta:0,oldLanguageSelector:!1,languageSelectorEnabled:!0,parseBool:function(e){return!/^(false|0)$/i.test(e)&&!!e},getCounter:function(){return I.counter},getOptionKey:function(e){return e=e||"",WPGlobusGutenberg.keyOption[e]},getOptions:function(){return WPGlobusGutenberg.options},isOldLanguageSelector:function(){return I.oldLanguageSelector},isPostDisabled:function(){return WPGlobusGutenberg.__post.disabled},isEnabledTab:function(e){void 0===e&&(e="options");var t=!1;return"options"==e&&I.parseBool(WPGlobusGutenberg.enabledOptionsTab)&&(t=!0),t},init:function(){WPGlobusGutenberg.yoastSeo=I.parseBool(WPGlobusGutenberg.yoastSeo),I.isPostDisabled()||(I.initListeners(),I.setTabs(),I.formHandler(),I.attachListeners())},initListeners:function(){WPGlobusGutenberg.yoastSeo&&1==D(".yoast.wpseo-metabox").length&&D(window).on("beforeunload",function(e){e.stopImmediatePropagation()})},formHandler:function(){var e=D(".metabox-base-form #referredby").attr("value");void 0!==e&&(e=-1==e.indexOf("language=en")?e+"&language="+WPGlobusGutenberg.language:e.replace("language=en","language="+WPGlobusGutenberg.language),D(".metabox-base-form #referredby").attr("value",e)),void 0!==(e=D('input[name="_wp_original_http_referer"]').attr("value"))&&(e=-1==e.indexOf("language=en")?e+"&language="+WPGlobusGutenberg.language:e.replace("language=en","language="+WPGlobusGutenberg.language),D('input[name="_wp_original_http_referer"]').attr("value",e))},setTabs:function(){if(0!=WPGlobusGutenberg.tabs.length){I.oldLanguageSelector=!0;var t=setInterval(function(){var e=D(".edit-post-header__settings");1==e.length&&(e.before(WPGlobusGutenberg.tabs),clearInterval(t))},200)}else I.WPGlobusSwitcherPlugin()},setSelectorStatus:function(){if(I.isOldLanguageSelector()){D(".wpglobus-gutenberg-selector-box").css({opacity:"0.2"}).attr("onclick","return false;"),I.languageSelectorEnabled=!1;var e=setInterval(function(){if(0==D(".is-saving").length){if(clearInterval(e),WPGlobusGutenberg.pagenow==WPGlobusGutenberg.postNewPage&&-1!=location.pathname.indexOf(WPGlobusGutenberg.postEditPage))return WPGlobusGutenberg.pagenow=WPGlobusGutenberg.postEditPage,D(".wpglobus-gutenberg-selector-box").css({opacity:"1"}).attr("onclick",""),void I.reloadPage();I.languageSelectorEnabled=!0,D(".wpglobus-gutenberg-selector-box").css({opacity:"1"}).attr("onclick","")}},400)}},reloadPage:function(){D(".wpglobus-selector-grid").css({"grid-template-columns":"10% 90%"}),D(".wpglobus-gutenberg-selector-text").text(WPGlobusGutenberg.i18n.reload),function e(){D(".wpglobus-gutenberg-selector").fadeOut(500).fadeIn(500,e)}(),setTimeout(function(){location.reload()},500)},attachListeners:function(){I.isOldLanguageSelector()&&(D(document).on("mouseenter",".wpglobus-gutenberg-selector",function(e){I.languageSelectorEnabled&&(D(".wpglobus-gutenberg-selector-dropdown").css({display:"block"}),I.languageSelectorBoxDelta=e.screenY,D(".edit-post-header").css({"z-index":"100000"}),D(".wpglobus-gutenberg-selector-box").css({"z-index":"100001"}))}),D(document).on("mouseleave",".wpglobus-gutenberg-selector",function(e){0!=I.languageSelectorBoxDelta&&e.screenY-I.languageSelectorBoxDelta<=0&&(D(".wpglobus-gutenberg-selector-dropdown").css({display:"none"}),D(".edit-post-header").css({"z-index":"9989"}),D(".wpglobus-gutenberg-selector-box").css({"z-index":"100"}))}),D(document).on("mouseleave",".wpglobus-gutenberg-selector-dropdown",function(e){D(".wpglobus-gutenberg-selector-dropdown").css({display:"none"}),D(".edit-post-header").css({"z-index":"9989"}),D(".wpglobus-gutenberg-selector-box").css({"z-index":"10000"})}),D(document).on("click",".editor-post-save-draft",function(){I.setSelectorStatus()}),D(document).on("click",".editor-post-publish-button",function(){I.setSelectorStatus()}))},WPGlobusSwitcherPlugin:function(){if(void 0!==wp.editPost&&void 0!==wp.plugins){var e=WPGlobusGutenberg.language,t=WPGlobusCoreData.enabled_languages,n=WPGlobusCoreData.en_language_name,o=WPGlobusGutenberg.flags_url,a="WPGlobus Switcher",s=location.href,l={};for(var u in t)-1==s.indexOf("language="+e)?l[t[u]]=s+"&language="+t[u]:l[t[u]]=s.replace("language="+e,"language="+t[u]);var r=wp.i18n.__,i=wp.element.createElement,g=wp.element.Fragment,c=wp.components.TabPanel,b=wp.compose.withState,p=wp.components.RadioControl,d=wp.components.Notice,w=wp.components.Button,m=wp.editPost.PluginSidebarMoreMenuItem,f=wp.components.PanelBody,G=wp.editPost.PluginSidebar,h=wp.plugins.registerPlugin,P=D(".components-panel__header.edit-post-sidebar-header button.components-icon-button").eq(0),v={flagOnly:'<img height="20px" width="20px" src="'+WPGlobusGutenberg.flags_url[WPGlobusGutenberg.language]+'" />',flagLanguage:'<img height="20px" width="20px" src="'+WPGlobusGutenberg.flags_url[WPGlobusGutenberg.language]+'" /> '+WPGlobusAdmin.data.en_language_name[WPGlobusGutenberg.language],flagCode:'<img height="20px" width="20px" src="'+WPGlobusGutenberg.flags_url[WPGlobusGutenberg.language]+'" /> '+WPGlobusGutenberg.language,languageOnly:" "+WPGlobusAdmin.data.en_language_name[WPGlobusGutenberg.language],languageCode:" "+WPGlobusGutenberg.language},_="",W="",x=I.getOptionKey("switcherButtonType");S(WPGlobusGutenberg.options[x]),W=L(),D(document).on("click",P,function(){B()});var y=b({value:W})(function(e){e.value;var t=e.setState;return i(p,{label:"",help:"Select type of switcher language button.",selected:W,className:"wpglobus-switcher-components-radio-control",options:[{label:"Flag only",value:"flagOnly"},{label:"Flag with language",value:"flagLanguage"},{label:"Flag with language code",value:"flagCode"},{label:"Language only",value:"languageOnly"},{label:"Language code",value:"languageCode"}],onChange:function(e){t({value:W=e}),T(x,e)}})});h("wpglobus-switcher",{icon:"",render:function(){return B(),i(g,{},i(m,{target:"wpglobus-switcher-sidebar",icon:"admin-site"},r("WPGlobus")),i(G,{name:"wpglobus-switcher-sidebar",title:O(),className:"wpglobus-switcher-components-panel"},i("div",{className:"wpglobus-switcher-message wpglobus-switcher-error-message hidden",style:{}},""),i(f,{className:"wpglobus-switcher-panel__body"},function(){var e=[{name:"switcher",title:"Languages",className:"wpglobus-panel-tab wpglobus-panel-tab-selector edit-post-sidebar__panel-tab"}];return WPGlobusGutenberg.isEnabledTab("options")&&e.push({name:"options",title:"Options",className:"wpglobus-panel-tab wpglobus-panel-tab-options edit-post-sidebar__panel-tab"}),i(c,{name:"WPGlobusSwitcherTabPanel",className:"wpglobus-tab-panel",activeClass:"is-active",tabs:e},C)}())))}})}function S(e){_=e=e||"flagLanguage"}function L(){return _}function O(){return a}function N(e){void 0===e&&(e=!0);var t=document.querySelectorAll(".wpglobus-switcher-components-radio-control .components-radio-control__input");0!=t.length&&(e?(t.forEach(function(e){e.classList.add(e.value),e.classList.remove("wpglobus-switcher-pulsate-radio")}),document.querySelector(".wpglobus-switcher-components-radio-control ."+W).classList.add("wpglobus-switcher-pulsate-radio")):t.forEach(function(e){e.classList.remove("wpglobus-switcher-pulsate-radio")}))}function k(e,t){void 0===e||I.noticeOn||(I.noticeOn=!0,e.innerText=t,e.classList.remove("hidden"),setTimeout(function(){e.classList.add("hidden"),I.noticeOn=!1},3e3))}function T(e,t){t=t||"",x==(e=e||"")&&(N(!0),function(e,t){if(""==(e=e||""))return;var n={sender:"WPGlobusGutenberg",_action:"saveOption",is_admin:1};return n.counter=I.counter++,n.options={},n.options[e]=t,wp.ajax.post(WPGlobusGutenberg.wpglobusAjax,{data:n})}(e,t).then(function(e){"success"==e.result&&(S(t),B(WPGlobusGutenberg.options[x]=t))}).fail(function(e){var t=document.getElementsByClassName("wpglobus-switcher-error-message");void 0!==t[0]&&("error"==e.result?k(t[0],e.message):400==e.status&&k(t[0],"Error: "+e.status+" ("+e.statusText+")"),W=L());var n=document.getElementsByClassName("wpglobus-panel-tab-options");void 0!==n[0]&&-1!=n[0].classList.value.indexOf("is-active")&&n[0].click()}).always(function(){N(!1)}))}function E(e){return void 0===v[e]&&(e=_),v[e]}function B(n){void 0!==n&&void 0!==v[n]||(n=_),setTimeout(function(){var e=document.querySelector('[aria-label="'+O()+'"]');if(null!=e)if(void 0===e.dataset.status){var t=e.innerHTML;e.innerHTML=t+E(n),e.dataset.status="init"}else e.innerHTML=E(n),e.dataset.status="changed"},300)}function C(e){return"switcher"==e.name?i("div",{className:"wpglobus-tab-content wpglobus-selector-tab-content"},i(d,{className:"wpglobus-switcher-panel__notice",status:"informational",isDismissible:!1},r("Select language")),i("div",{className:"wpglobus-switcher-panel__switcher-box"},WPGlobusGutenberg.pagenow==WPGlobusGutenberg.postNewPage?i("div",{style:{marginBottom:"20px"},className:"wpglobus-switcher-panel__switcher-notice"},WPGlobusGutenberg.i18n.save_post):i("ul",{className:"language-list"},t.map(function(e){return i("li",{key:e,className:"language-item"},i("img",{style:{marginRight:"7px"},className:"wpglobus-switcher-panel__flag",height:"20px",width:"20px",src:o[e]}),i(w,{href:l[e],isSmall:!0,isPrimary:!0},n[e]))}))),i(w,{className:"wpglobus-switcher-panel__button-link wpglobus-switcher-panel__info",href:WPGlobusGutenberg.store_link,isLink:!0,target:"_blank"},r("WPGlobus Premium Add-ons")),i(w,{className:"wpglobus-switcher-panel__button-link wpglobus-switcher-panel__settings-link",href:WPGlobusGutenberg.block_editor_tab_url,isLink:!0},r("Settings"))):"options"==e.name?i("div",{className:"wpglobus-tab-content wpglobus-options-tab-content"},i(d,{className:"wpglobus-switcher-panel__notice",status:"informational",isDismissible:!1},r("Select type")),i(y,null)):void 0}}};WPGlobusGutenberg=D.extend({},WPGlobusGutenberg,I),WPGlobusGutenberg.init()});
|
languages/wpglobus-ar.mo
CHANGED
Binary file
|
languages/wpglobus-ar.po
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
# Copyright (C)
|
2 |
-
# This file is distributed under the same license as the WPGlobus 2.2.
|
3 |
# Translators:
|
4 |
# Gregory Karpinsky <gregory@tiv.net>, 2018
|
5 |
# Omar Anwar <omaraglan91@yahoo.com>, 2017
|
@@ -7,7 +7,7 @@ msgid ""
|
|
7 |
msgstr ""
|
8 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
9 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
10 |
-
"PO-Revision-Date:
|
11 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
12 |
"Language-Team: Arabic (http://www.transifex.com/wp-translations/wpglobus-"
|
13 |
"multilingual/language/ar/)\n"
|
@@ -828,14 +828,20 @@ msgstr "البانى"
|
|
828 |
msgid "Сompatibility Settings"
|
829 |
msgstr ""
|
830 |
|
831 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
832 |
msgid "WPGlobus languages"
|
833 |
msgstr ""
|
834 |
|
835 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
836 |
msgid "current"
|
837 |
msgstr ""
|
838 |
|
|
|
|
|
|
|
|
|
|
|
|
|
839 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
840 |
msgid "Before switching the language, please save draft or publish."
|
841 |
msgstr ""
|
1 |
+
# Copyright (C) 2020 WPGlobus 2.2.31
|
2 |
+
# This file is distributed under the same license as the WPGlobus 2.2.31 package.
|
3 |
# Translators:
|
4 |
# Gregory Karpinsky <gregory@tiv.net>, 2018
|
5 |
# Omar Anwar <omaraglan91@yahoo.com>, 2017
|
7 |
msgstr ""
|
8 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
9 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
10 |
+
"PO-Revision-Date: 2020-01-09 12:45+0000\n"
|
11 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
12 |
"Language-Team: Arabic (http://www.transifex.com/wp-translations/wpglobus-"
|
13 |
"multilingual/language/ar/)\n"
|
828 |
msgid "Сompatibility Settings"
|
829 |
msgstr ""
|
830 |
|
831 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:332
|
832 |
msgid "WPGlobus languages"
|
833 |
msgstr ""
|
834 |
|
835 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:338
|
836 |
msgid "current"
|
837 |
msgstr ""
|
838 |
|
839 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:473
|
840 |
+
msgid ""
|
841 |
+
"WPGlobus provides multilingual support for Elementor only when the option "
|
842 |
+
"%1$s%2$s%3$s is set to %4$s."
|
843 |
+
msgstr ""
|
844 |
+
|
845 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
846 |
msgid "Before switching the language, please save draft or publish."
|
847 |
msgstr ""
|
languages/wpglobus-be.mo
CHANGED
Binary file
|
languages/wpglobus-be.po
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
-
# Copyright (C)
|
2 |
-
# This file is distributed under the same license as the WPGlobus 2.2.
|
3 |
# Translators:
|
4 |
# Gregory Karpinsky <gregory@tiv.net>, 2018
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
8 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
9 |
-
"PO-Revision-Date:
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: Belarusian (http://www.transifex.com/wp-translations/wpglobus-"
|
12 |
"multilingual/language/be/)\n"
|
@@ -879,14 +879,20 @@ msgstr ""
|
|
879 |
msgid "Сompatibility Settings"
|
880 |
msgstr ""
|
881 |
|
882 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
883 |
msgid "WPGlobus languages"
|
884 |
msgstr ""
|
885 |
|
886 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
887 |
msgid "current"
|
888 |
msgstr ""
|
889 |
|
|
|
|
|
|
|
|
|
|
|
|
|
890 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
891 |
msgid "Before switching the language, please save draft or publish."
|
892 |
msgstr ""
|
1 |
+
# Copyright (C) 2020 WPGlobus 2.2.31
|
2 |
+
# This file is distributed under the same license as the WPGlobus 2.2.31 package.
|
3 |
# Translators:
|
4 |
# Gregory Karpinsky <gregory@tiv.net>, 2018
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
8 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
9 |
+
"PO-Revision-Date: 2020-01-09 12:45+0000\n"
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: Belarusian (http://www.transifex.com/wp-translations/wpglobus-"
|
12 |
"multilingual/language/be/)\n"
|
879 |
msgid "Сompatibility Settings"
|
880 |
msgstr ""
|
881 |
|
882 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:332
|
883 |
msgid "WPGlobus languages"
|
884 |
msgstr ""
|
885 |
|
886 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:338
|
887 |
msgid "current"
|
888 |
msgstr ""
|
889 |
|
890 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:473
|
891 |
+
msgid ""
|
892 |
+
"WPGlobus provides multilingual support for Elementor only when the option "
|
893 |
+
"%1$s%2$s%3$s is set to %4$s."
|
894 |
+
msgstr ""
|
895 |
+
|
896 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
897 |
msgid "Before switching the language, please save draft or publish."
|
898 |
msgstr ""
|
languages/wpglobus-bg_BG.mo
CHANGED
Binary file
|
languages/wpglobus-bg_BG.po
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
-
# Copyright (C)
|
2 |
-
# This file is distributed under the same license as the WPGlobus 2.2.
|
3 |
# Translators:
|
4 |
msgid ""
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
7 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
8 |
-
"PO-Revision-Date:
|
9 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
10 |
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/wp-"
|
11 |
"translations/wpglobus-multilingual/language/bg_BG/)\n"
|
@@ -804,14 +804,20 @@ msgstr ""
|
|
804 |
msgid "Сompatibility Settings"
|
805 |
msgstr ""
|
806 |
|
807 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
808 |
msgid "WPGlobus languages"
|
809 |
msgstr ""
|
810 |
|
811 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
812 |
msgid "current"
|
813 |
msgstr ""
|
814 |
|
|
|
|
|
|
|
|
|
|
|
|
|
815 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
816 |
msgid "Before switching the language, please save draft or publish."
|
817 |
msgstr ""
|
1 |
+
# Copyright (C) 2020 WPGlobus 2.2.31
|
2 |
+
# This file is distributed under the same license as the WPGlobus 2.2.31 package.
|
3 |
# Translators:
|
4 |
msgid ""
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
7 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
8 |
+
"PO-Revision-Date: 2020-01-09 12:45+0000\n"
|
9 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
10 |
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/wp-"
|
11 |
"translations/wpglobus-multilingual/language/bg_BG/)\n"
|
804 |
msgid "Сompatibility Settings"
|
805 |
msgstr ""
|
806 |
|
807 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:332
|
808 |
msgid "WPGlobus languages"
|
809 |
msgstr ""
|
810 |
|
811 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:338
|
812 |
msgid "current"
|
813 |
msgstr ""
|
814 |
|
815 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:473
|
816 |
+
msgid ""
|
817 |
+
"WPGlobus provides multilingual support for Elementor only when the option "
|
818 |
+
"%1$s%2$s%3$s is set to %4$s."
|
819 |
+
msgstr ""
|
820 |
+
|
821 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
822 |
msgid "Before switching the language, please save draft or publish."
|
823 |
msgstr ""
|
languages/wpglobus-de_CH.mo
CHANGED
Binary file
|
languages/wpglobus-de_CH.po
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
# Copyright (C)
|
2 |
-
# This file is distributed under the same license as the WPGlobus 2.2.
|
3 |
# Translators:
|
4 |
# Tobias Hopp <toby.hopp@gmail.com>, 2015
|
5 |
# Gregory Karpinsky <gregory@tiv.net>, 2015,2017
|
@@ -8,7 +8,7 @@ msgid ""
|
|
8 |
msgstr ""
|
9 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
10 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
11 |
-
"PO-Revision-Date:
|
12 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
13 |
"Language-Team: German (Switzerland) (http://www.transifex.com/wp-"
|
14 |
"translations/wpglobus-multilingual/language/de_CH/)\n"
|
@@ -840,14 +840,20 @@ msgstr ""
|
|
840 |
msgid "Сompatibility Settings"
|
841 |
msgstr ""
|
842 |
|
843 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
844 |
msgid "WPGlobus languages"
|
845 |
msgstr ""
|
846 |
|
847 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
848 |
msgid "current"
|
849 |
msgstr ""
|
850 |
|
|
|
|
|
|
|
|
|
|
|
|
|
851 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
852 |
msgid "Before switching the language, please save draft or publish."
|
853 |
msgstr ""
|
1 |
+
# Copyright (C) 2020 WPGlobus 2.2.31
|
2 |
+
# This file is distributed under the same license as the WPGlobus 2.2.31 package.
|
3 |
# Translators:
|
4 |
# Tobias Hopp <toby.hopp@gmail.com>, 2015
|
5 |
# Gregory Karpinsky <gregory@tiv.net>, 2015,2017
|
8 |
msgstr ""
|
9 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
10 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
11 |
+
"PO-Revision-Date: 2020-01-09 12:45+0000\n"
|
12 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
13 |
"Language-Team: German (Switzerland) (http://www.transifex.com/wp-"
|
14 |
"translations/wpglobus-multilingual/language/de_CH/)\n"
|
840 |
msgid "Сompatibility Settings"
|
841 |
msgstr ""
|
842 |
|
843 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:332
|
844 |
msgid "WPGlobus languages"
|
845 |
msgstr ""
|
846 |
|
847 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:338
|
848 |
msgid "current"
|
849 |
msgstr ""
|
850 |
|
851 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:473
|
852 |
+
msgid ""
|
853 |
+
"WPGlobus provides multilingual support for Elementor only when the option "
|
854 |
+
"%1$s%2$s%3$s is set to %4$s."
|
855 |
+
msgstr ""
|
856 |
+
|
857 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
858 |
msgid "Before switching the language, please save draft or publish."
|
859 |
msgstr ""
|
languages/wpglobus-de_DE.mo
CHANGED
Binary file
|
languages/wpglobus-de_DE.po
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
# Copyright (C)
|
2 |
-
# This file is distributed under the same license as the WPGlobus 2.2.
|
3 |
# Translators:
|
4 |
# Tobias Hopp <toby.hopp@gmail.com>, 2015
|
5 |
# Gregory Karpinsky <gregory@tiv.net>, 2015,2017,2019
|
@@ -8,7 +8,7 @@ msgid ""
|
|
8 |
msgstr ""
|
9 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
10 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
11 |
-
"PO-Revision-Date:
|
12 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
13 |
"Language-Team: German (Germany) (http://www.transifex.com/wp-translations/"
|
14 |
"wpglobus-multilingual/language/de_DE/)\n"
|
@@ -841,14 +841,20 @@ msgstr ""
|
|
841 |
msgid "Сompatibility Settings"
|
842 |
msgstr ""
|
843 |
|
844 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
845 |
msgid "WPGlobus languages"
|
846 |
msgstr ""
|
847 |
|
848 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
849 |
msgid "current"
|
850 |
msgstr ""
|
851 |
|
|
|
|
|
|
|
|
|
|
|
|
|
852 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
853 |
msgid "Before switching the language, please save draft or publish."
|
854 |
msgstr ""
|
1 |
+
# Copyright (C) 2020 WPGlobus 2.2.31
|
2 |
+
# This file is distributed under the same license as the WPGlobus 2.2.31 package.
|
3 |
# Translators:
|
4 |
# Tobias Hopp <toby.hopp@gmail.com>, 2015
|
5 |
# Gregory Karpinsky <gregory@tiv.net>, 2015,2017,2019
|
8 |
msgstr ""
|
9 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
10 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
11 |
+
"PO-Revision-Date: 2020-01-09 12:45+0000\n"
|
12 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
13 |
"Language-Team: German (Germany) (http://www.transifex.com/wp-translations/"
|
14 |
"wpglobus-multilingual/language/de_DE/)\n"
|
841 |
msgid "Сompatibility Settings"
|
842 |
msgstr ""
|
843 |
|
844 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:332
|
845 |
msgid "WPGlobus languages"
|
846 |
msgstr ""
|
847 |
|
848 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:338
|
849 |
msgid "current"
|
850 |
msgstr ""
|
851 |
|
852 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:473
|
853 |
+
msgid ""
|
854 |
+
"WPGlobus provides multilingual support for Elementor only when the option "
|
855 |
+
"%1$s%2$s%3$s is set to %4$s."
|
856 |
+
msgstr ""
|
857 |
+
|
858 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
859 |
msgid "Before switching the language, please save draft or publish."
|
860 |
msgstr ""
|
languages/wpglobus-el.mo
CHANGED
Binary file
|
languages/wpglobus-el.po
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
-
# Copyright (C)
|
2 |
-
# This file is distributed under the same license as the WPGlobus 2.2.
|
3 |
# Translators:
|
4 |
# Gregory Karpinsky <gregory@tiv.net>, 2017
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
8 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
9 |
-
"PO-Revision-Date:
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: Greek (http://www.transifex.com/wp-translations/wpglobus-"
|
12 |
"multilingual/language/el/)\n"
|
@@ -805,14 +805,20 @@ msgstr ""
|
|
805 |
msgid "Сompatibility Settings"
|
806 |
msgstr ""
|
807 |
|
808 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
809 |
msgid "WPGlobus languages"
|
810 |
msgstr ""
|
811 |
|
812 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
813 |
msgid "current"
|
814 |
msgstr ""
|
815 |
|
|
|
|
|
|
|
|
|
|
|
|
|
816 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
817 |
msgid "Before switching the language, please save draft or publish."
|
818 |
msgstr ""
|
1 |
+
# Copyright (C) 2020 WPGlobus 2.2.31
|
2 |
+
# This file is distributed under the same license as the WPGlobus 2.2.31 package.
|
3 |
# Translators:
|
4 |
# Gregory Karpinsky <gregory@tiv.net>, 2017
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
8 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
9 |
+
"PO-Revision-Date: 2020-01-09 12:45+0000\n"
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: Greek (http://www.transifex.com/wp-translations/wpglobus-"
|
12 |
"multilingual/language/el/)\n"
|
805 |
msgid "Сompatibility Settings"
|
806 |
msgstr ""
|
807 |
|
808 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:332
|
809 |
msgid "WPGlobus languages"
|
810 |
msgstr ""
|
811 |
|
812 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:338
|
813 |
msgid "current"
|
814 |
msgstr ""
|
815 |
|
816 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:473
|
817 |
+
msgid ""
|
818 |
+
"WPGlobus provides multilingual support for Elementor only when the option "
|
819 |
+
"%1$s%2$s%3$s is set to %4$s."
|
820 |
+
msgstr ""
|
821 |
+
|
822 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
823 |
msgid "Before switching the language, please save draft or publish."
|
824 |
msgstr ""
|
languages/wpglobus-en_AU.mo
CHANGED
Binary file
|
languages/wpglobus-en_AU.po
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
# Copyright (C)
|
2 |
-
# This file is distributed under the same license as the WPGlobus 2.2.
|
3 |
# Translators:
|
4 |
# Gregory Karpinsky <gregory@tiv.net>, 2017
|
5 |
# Stephen Edgar, 2017
|
@@ -7,7 +7,7 @@ msgid ""
|
|
7 |
msgstr ""
|
8 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
9 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
10 |
-
"PO-Revision-Date:
|
11 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
12 |
"Language-Team: English (Australia) (http://www.transifex.com/wp-translations/"
|
13 |
"wpglobus-multilingual/language/en_AU/)\n"
|
@@ -879,14 +879,20 @@ msgstr ""
|
|
879 |
msgid "Сompatibility Settings"
|
880 |
msgstr ""
|
881 |
|
882 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
883 |
msgid "WPGlobus languages"
|
884 |
msgstr ""
|
885 |
|
886 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
887 |
msgid "current"
|
888 |
msgstr ""
|
889 |
|
|
|
|
|
|
|
|
|
|
|
|
|
890 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
891 |
msgid "Before switching the language, please save draft or publish."
|
892 |
msgstr ""
|
1 |
+
# Copyright (C) 2020 WPGlobus 2.2.31
|
2 |
+
# This file is distributed under the same license as the WPGlobus 2.2.31 package.
|
3 |
# Translators:
|
4 |
# Gregory Karpinsky <gregory@tiv.net>, 2017
|
5 |
# Stephen Edgar, 2017
|
7 |
msgstr ""
|
8 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
9 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
10 |
+
"PO-Revision-Date: 2020-01-09 12:45+0000\n"
|
11 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
12 |
"Language-Team: English (Australia) (http://www.transifex.com/wp-translations/"
|
13 |
"wpglobus-multilingual/language/en_AU/)\n"
|
879 |
msgid "Сompatibility Settings"
|
880 |
msgstr ""
|
881 |
|
882 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:332
|
883 |
msgid "WPGlobus languages"
|
884 |
msgstr ""
|
885 |
|
886 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:338
|
887 |
msgid "current"
|
888 |
msgstr ""
|
889 |
|
890 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:473
|
891 |
+
msgid ""
|
892 |
+
"WPGlobus provides multilingual support for Elementor only when the option "
|
893 |
+
"%1$s%2$s%3$s is set to %4$s."
|
894 |
+
msgstr ""
|
895 |
+
|
896 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
897 |
msgid "Before switching the language, please save draft or publish."
|
898 |
msgstr ""
|
languages/wpglobus-en_CA.mo
CHANGED
Binary file
|
languages/wpglobus-en_CA.po
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
-
# Copyright (C)
|
2 |
-
# This file is distributed under the same license as the WPGlobus 2.2.
|
3 |
# Translators:
|
4 |
# Gregory Karpinsky <gregory@tiv.net>, 2017
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
8 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
9 |
-
"PO-Revision-Date:
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: English (Canada) (http://www.transifex.com/wp-translations/"
|
12 |
"wpglobus-multilingual/language/en_CA/)\n"
|
@@ -878,14 +878,20 @@ msgstr ""
|
|
878 |
msgid "Сompatibility Settings"
|
879 |
msgstr ""
|
880 |
|
881 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
882 |
msgid "WPGlobus languages"
|
883 |
msgstr ""
|
884 |
|
885 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
886 |
msgid "current"
|
887 |
msgstr ""
|
888 |
|
|
|
|
|
|
|
|
|
|
|
|
|
889 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
890 |
msgid "Before switching the language, please save draft or publish."
|
891 |
msgstr ""
|
1 |
+
# Copyright (C) 2020 WPGlobus 2.2.31
|
2 |
+
# This file is distributed under the same license as the WPGlobus 2.2.31 package.
|
3 |
# Translators:
|
4 |
# Gregory Karpinsky <gregory@tiv.net>, 2017
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
8 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
9 |
+
"PO-Revision-Date: 2020-01-09 12:45+0000\n"
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: English (Canada) (http://www.transifex.com/wp-translations/"
|
12 |
"wpglobus-multilingual/language/en_CA/)\n"
|
878 |
msgid "Сompatibility Settings"
|
879 |
msgstr ""
|
880 |
|
881 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:332
|
882 |
msgid "WPGlobus languages"
|
883 |
msgstr ""
|
884 |
|
885 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:338
|
886 |
msgid "current"
|
887 |
msgstr ""
|
888 |
|
889 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:473
|
890 |
+
msgid ""
|
891 |
+
"WPGlobus provides multilingual support for Elementor only when the option "
|
892 |
+
"%1$s%2$s%3$s is set to %4$s."
|
893 |
+
msgstr ""
|
894 |
+
|
895 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
896 |
msgid "Before switching the language, please save draft or publish."
|
897 |
msgstr ""
|
languages/wpglobus-en_GB.mo
CHANGED
Binary file
|
languages/wpglobus-en_GB.po
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
# Copyright (C)
|
2 |
-
# This file is distributed under the same license as the WPGlobus 2.2.
|
3 |
# Translators:
|
4 |
# Andi Chandler <andi@gowling.com>, 2017
|
5 |
# Gregory Karpinsky <gregory@tiv.net>, 2017
|
@@ -7,7 +7,7 @@ msgid ""
|
|
7 |
msgstr ""
|
8 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
9 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
10 |
-
"PO-Revision-Date:
|
11 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
12 |
"Language-Team: English (United Kingdom) (http://www.transifex.com/wp-"
|
13 |
"translations/wpglobus-multilingual/language/en_GB/)\n"
|
@@ -879,14 +879,20 @@ msgstr ""
|
|
879 |
msgid "Сompatibility Settings"
|
880 |
msgstr ""
|
881 |
|
882 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
883 |
msgid "WPGlobus languages"
|
884 |
msgstr ""
|
885 |
|
886 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
887 |
msgid "current"
|
888 |
msgstr ""
|
889 |
|
|
|
|
|
|
|
|
|
|
|
|
|
890 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
891 |
msgid "Before switching the language, please save draft or publish."
|
892 |
msgstr ""
|
1 |
+
# Copyright (C) 2020 WPGlobus 2.2.31
|
2 |
+
# This file is distributed under the same license as the WPGlobus 2.2.31 package.
|
3 |
# Translators:
|
4 |
# Andi Chandler <andi@gowling.com>, 2017
|
5 |
# Gregory Karpinsky <gregory@tiv.net>, 2017
|
7 |
msgstr ""
|
8 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
9 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
10 |
+
"PO-Revision-Date: 2020-01-09 12:45+0000\n"
|
11 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
12 |
"Language-Team: English (United Kingdom) (http://www.transifex.com/wp-"
|
13 |
"translations/wpglobus-multilingual/language/en_GB/)\n"
|
879 |
msgid "Сompatibility Settings"
|
880 |
msgstr ""
|
881 |
|
882 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:332
|
883 |
msgid "WPGlobus languages"
|
884 |
msgstr ""
|
885 |
|
886 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:338
|
887 |
msgid "current"
|
888 |
msgstr ""
|
889 |
|
890 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:473
|
891 |
+
msgid ""
|
892 |
+
"WPGlobus provides multilingual support for Elementor only when the option "
|
893 |
+
"%1$s%2$s%3$s is set to %4$s."
|
894 |
+
msgstr ""
|
895 |
+
|
896 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
897 |
msgid "Before switching the language, please save draft or publish."
|
898 |
msgstr ""
|
languages/wpglobus-en_NZ.mo
CHANGED
Binary file
|
languages/wpglobus-en_NZ.po
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
-
# Copyright (C)
|
2 |
-
# This file is distributed under the same license as the WPGlobus 2.2.
|
3 |
# Translators:
|
4 |
# Gregory Karpinsky <gregory@tiv.net>, 2017
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
8 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
9 |
-
"PO-Revision-Date:
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: English (New Zealand) (http://www.transifex.com/wp-"
|
12 |
"translations/wpglobus-multilingual/language/en_NZ/)\n"
|
@@ -878,14 +878,20 @@ msgstr ""
|
|
878 |
msgid "Сompatibility Settings"
|
879 |
msgstr ""
|
880 |
|
881 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
882 |
msgid "WPGlobus languages"
|
883 |
msgstr ""
|
884 |
|
885 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
886 |
msgid "current"
|
887 |
msgstr ""
|
888 |
|
|
|
|
|
|
|
|
|
|
|
|
|
889 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
890 |
msgid "Before switching the language, please save draft or publish."
|
891 |
msgstr ""
|
1 |
+
# Copyright (C) 2020 WPGlobus 2.2.31
|
2 |
+
# This file is distributed under the same license as the WPGlobus 2.2.31 package.
|
3 |
# Translators:
|
4 |
# Gregory Karpinsky <gregory@tiv.net>, 2017
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
8 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
9 |
+
"PO-Revision-Date: 2020-01-09 12:45+0000\n"
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: English (New Zealand) (http://www.transifex.com/wp-"
|
12 |
"translations/wpglobus-multilingual/language/en_NZ/)\n"
|
878 |
msgid "Сompatibility Settings"
|
879 |
msgstr ""
|
880 |
|
881 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:332
|
882 |
msgid "WPGlobus languages"
|
883 |
msgstr ""
|
884 |
|
885 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:338
|
886 |
msgid "current"
|
887 |
msgstr ""
|
888 |
|
889 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:473
|
890 |
+
msgid ""
|
891 |
+
"WPGlobus provides multilingual support for Elementor only when the option "
|
892 |
+
"%1$s%2$s%3$s is set to %4$s."
|
893 |
+
msgstr ""
|
894 |
+
|
895 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
896 |
msgid "Before switching the language, please save draft or publish."
|
897 |
msgstr ""
|
languages/wpglobus-en_US.mo
CHANGED
Binary file
|
languages/wpglobus-en_US.po
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
-
# Copyright (C)
|
2 |
-
# This file is distributed under the same license as the WPGlobus 2.2.
|
3 |
# Translators:
|
4 |
msgid ""
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
7 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
8 |
-
"PO-Revision-Date:
|
9 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
10 |
"Language-Team: English (United States) (http://www.transifex.com/wp-"
|
11 |
"translations/wpglobus-multilingual/language/en_US/)\n"
|
@@ -882,14 +882,22 @@ msgstr "Builder"
|
|
882 |
msgid "Сompatibility Settings"
|
883 |
msgstr "Сompatibility Settings"
|
884 |
|
885 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
886 |
msgid "WPGlobus languages"
|
887 |
msgstr "WPGlobus languages"
|
888 |
|
889 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
890 |
msgid "current"
|
891 |
msgstr "current"
|
892 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
893 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
894 |
msgid "Before switching the language, please save draft or publish."
|
895 |
msgstr "Before switching the language, please save draft or publish."
|
1 |
+
# Copyright (C) 2020 WPGlobus 2.2.31
|
2 |
+
# This file is distributed under the same license as the WPGlobus 2.2.31 package.
|
3 |
# Translators:
|
4 |
msgid ""
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
7 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
8 |
+
"PO-Revision-Date: 2020-01-09 12:45+0000\n"
|
9 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
10 |
"Language-Team: English (United States) (http://www.transifex.com/wp-"
|
11 |
"translations/wpglobus-multilingual/language/en_US/)\n"
|
882 |
msgid "Сompatibility Settings"
|
883 |
msgstr "Сompatibility Settings"
|
884 |
|
885 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:332
|
886 |
msgid "WPGlobus languages"
|
887 |
msgstr "WPGlobus languages"
|
888 |
|
889 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:338
|
890 |
msgid "current"
|
891 |
msgstr "current"
|
892 |
|
893 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:473
|
894 |
+
msgid ""
|
895 |
+
"WPGlobus provides multilingual support for Elementor only when the option "
|
896 |
+
"%1$s%2$s%3$s is set to %4$s."
|
897 |
+
msgstr ""
|
898 |
+
"WPGlobus provides multilingual support for Elementor only when the option "
|
899 |
+
"%1$s%2$s%3$s is set to %4$s."
|
900 |
+
|
901 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
902 |
msgid "Before switching the language, please save draft or publish."
|
903 |
msgstr "Before switching the language, please save draft or publish."
|
languages/wpglobus-en_ZA.mo
CHANGED
Binary file
|
languages/wpglobus-en_ZA.po
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
-
# Copyright (C)
|
2 |
-
# This file is distributed under the same license as the WPGlobus 2.2.
|
3 |
# Translators:
|
4 |
# Gregory Karpinsky <gregory@tiv.net>, 2017
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
8 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
9 |
-
"PO-Revision-Date:
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: English (South Africa) (http://www.transifex.com/wp-"
|
12 |
"translations/wpglobus-multilingual/language/en_ZA/)\n"
|
@@ -878,14 +878,20 @@ msgstr ""
|
|
878 |
msgid "Сompatibility Settings"
|
879 |
msgstr ""
|
880 |
|
881 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
882 |
msgid "WPGlobus languages"
|
883 |
msgstr ""
|
884 |
|
885 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
886 |
msgid "current"
|
887 |
msgstr ""
|
888 |
|
|
|
|
|
|
|
|
|
|
|
|
|
889 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
890 |
msgid "Before switching the language, please save draft or publish."
|
891 |
msgstr ""
|
1 |
+
# Copyright (C) 2020 WPGlobus 2.2.31
|
2 |
+
# This file is distributed under the same license as the WPGlobus 2.2.31 package.
|
3 |
# Translators:
|
4 |
# Gregory Karpinsky <gregory@tiv.net>, 2017
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
8 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
9 |
+
"PO-Revision-Date: 2020-01-09 12:45+0000\n"
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: English (South Africa) (http://www.transifex.com/wp-"
|
12 |
"translations/wpglobus-multilingual/language/en_ZA/)\n"
|
878 |
msgid "Сompatibility Settings"
|
879 |
msgstr ""
|
880 |
|
881 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:332
|
882 |
msgid "WPGlobus languages"
|
883 |
msgstr ""
|
884 |
|
885 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:338
|
886 |
msgid "current"
|
887 |
msgstr ""
|
888 |
|
889 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:473
|
890 |
+
msgid ""
|
891 |
+
"WPGlobus provides multilingual support for Elementor only when the option "
|
892 |
+
"%1$s%2$s%3$s is set to %4$s."
|
893 |
+
msgstr ""
|
894 |
+
|
895 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
896 |
msgid "Before switching the language, please save draft or publish."
|
897 |
msgstr ""
|
languages/wpglobus-es_AR.mo
CHANGED
Binary file
|
languages/wpglobus-es_AR.po
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
-
# Copyright (C)
|
2 |
-
# This file is distributed under the same license as the WPGlobus 2.2.
|
3 |
# Translators:
|
4 |
# FX Bénard <fxb@wp-translations.org>, 2015
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
8 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
9 |
-
"PO-Revision-Date:
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: Spanish (Argentina) (http://www.transifex.com/wp-translations/"
|
12 |
"wpglobus-multilingual/language/es_AR/)\n"
|
@@ -839,14 +839,20 @@ msgstr ""
|
|
839 |
msgid "Сompatibility Settings"
|
840 |
msgstr ""
|
841 |
|
842 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
843 |
msgid "WPGlobus languages"
|
844 |
msgstr ""
|
845 |
|
846 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
847 |
msgid "current"
|
848 |
msgstr ""
|
849 |
|
|
|
|
|
|
|
|
|
|
|
|
|
850 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
851 |
msgid "Before switching the language, please save draft or publish."
|
852 |
msgstr ""
|
1 |
+
# Copyright (C) 2020 WPGlobus 2.2.31
|
2 |
+
# This file is distributed under the same license as the WPGlobus 2.2.31 package.
|
3 |
# Translators:
|
4 |
# FX Bénard <fxb@wp-translations.org>, 2015
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
8 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
9 |
+
"PO-Revision-Date: 2020-01-09 12:45+0000\n"
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: Spanish (Argentina) (http://www.transifex.com/wp-translations/"
|
12 |
"wpglobus-multilingual/language/es_AR/)\n"
|
839 |
msgid "Сompatibility Settings"
|
840 |
msgstr ""
|
841 |
|
842 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:332
|
843 |
msgid "WPGlobus languages"
|
844 |
msgstr ""
|
845 |
|
846 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:338
|
847 |
msgid "current"
|
848 |
msgstr ""
|
849 |
|
850 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:473
|
851 |
+
msgid ""
|
852 |
+
"WPGlobus provides multilingual support for Elementor only when the option "
|
853 |
+
"%1$s%2$s%3$s is set to %4$s."
|
854 |
+
msgstr ""
|
855 |
+
|
856 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
857 |
msgid "Before switching the language, please save draft or publish."
|
858 |
msgstr ""
|
languages/wpglobus-es_CL.mo
CHANGED
Binary file
|
languages/wpglobus-es_CL.po
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
-
# Copyright (C)
|
2 |
-
# This file is distributed under the same license as the WPGlobus 2.2.
|
3 |
# Translators:
|
4 |
# FX Bénard <fxb@wp-translations.org>, 2015
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
8 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
9 |
-
"PO-Revision-Date:
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: Spanish (Chile) (http://www.transifex.com/wp-translations/"
|
12 |
"wpglobus-multilingual/language/es_CL/)\n"
|
@@ -839,14 +839,20 @@ msgstr ""
|
|
839 |
msgid "Сompatibility Settings"
|
840 |
msgstr ""
|
841 |
|
842 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
843 |
msgid "WPGlobus languages"
|
844 |
msgstr ""
|
845 |
|
846 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
847 |
msgid "current"
|
848 |
msgstr ""
|
849 |
|
|
|
|
|
|
|
|
|
|
|
|
|
850 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
851 |
msgid "Before switching the language, please save draft or publish."
|
852 |
msgstr ""
|
1 |
+
# Copyright (C) 2020 WPGlobus 2.2.31
|
2 |
+
# This file is distributed under the same license as the WPGlobus 2.2.31 package.
|
3 |
# Translators:
|
4 |
# FX Bénard <fxb@wp-translations.org>, 2015
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
8 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
9 |
+
"PO-Revision-Date: 2020-01-09 12:45+0000\n"
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: Spanish (Chile) (http://www.transifex.com/wp-translations/"
|
12 |
"wpglobus-multilingual/language/es_CL/)\n"
|
839 |
msgid "Сompatibility Settings"
|
840 |
msgstr ""
|
841 |
|
842 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:332
|
843 |
msgid "WPGlobus languages"
|
844 |
msgstr ""
|
845 |
|
846 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:338
|
847 |
msgid "current"
|
848 |
msgstr ""
|
849 |
|
850 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:473
|
851 |
+
msgid ""
|
852 |
+
"WPGlobus provides multilingual support for Elementor only when the option "
|
853 |
+
"%1$s%2$s%3$s is set to %4$s."
|
854 |
+
msgstr ""
|
855 |
+
|
856 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
857 |
msgid "Before switching the language, please save draft or publish."
|
858 |
msgstr ""
|
languages/wpglobus-es_CO.mo
CHANGED
Binary file
|
languages/wpglobus-es_CO.po
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
-
# Copyright (C)
|
2 |
-
# This file is distributed under the same license as the WPGlobus 2.2.
|
3 |
# Translators:
|
4 |
# FX Bénard <fxb@wp-translations.org>, 2015
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
8 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
9 |
-
"PO-Revision-Date:
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: Spanish (Colombia) (http://www.transifex.com/wp-translations/"
|
12 |
"wpglobus-multilingual/language/es_CO/)\n"
|
@@ -839,14 +839,20 @@ msgstr ""
|
|
839 |
msgid "Сompatibility Settings"
|
840 |
msgstr ""
|
841 |
|
842 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
843 |
msgid "WPGlobus languages"
|
844 |
msgstr ""
|
845 |
|
846 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
847 |
msgid "current"
|
848 |
msgstr ""
|
849 |
|
|
|
|
|
|
|
|
|
|
|
|
|
850 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
851 |
msgid "Before switching the language, please save draft or publish."
|
852 |
msgstr ""
|
1 |
+
# Copyright (C) 2020 WPGlobus 2.2.31
|
2 |
+
# This file is distributed under the same license as the WPGlobus 2.2.31 package.
|
3 |
# Translators:
|
4 |
# FX Bénard <fxb@wp-translations.org>, 2015
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
8 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
9 |
+
"PO-Revision-Date: 2020-01-09 12:45+0000\n"
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: Spanish (Colombia) (http://www.transifex.com/wp-translations/"
|
12 |
"wpglobus-multilingual/language/es_CO/)\n"
|
839 |
msgid "Сompatibility Settings"
|
840 |
msgstr ""
|
841 |
|
842 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:332
|
843 |
msgid "WPGlobus languages"
|
844 |
msgstr ""
|
845 |
|
846 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:338
|
847 |
msgid "current"
|
848 |
msgstr ""
|
849 |
|
850 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:473
|
851 |
+
msgid ""
|
852 |
+
"WPGlobus provides multilingual support for Elementor only when the option "
|
853 |
+
"%1$s%2$s%3$s is set to %4$s."
|
854 |
+
msgstr ""
|
855 |
+
|
856 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
857 |
msgid "Before switching the language, please save draft or publish."
|
858 |
msgstr ""
|
languages/wpglobus-es_CR.mo
CHANGED
Binary file
|
languages/wpglobus-es_CR.po
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
-
# Copyright (C)
|
2 |
-
# This file is distributed under the same license as the WPGlobus 2.2.
|
3 |
# Translators:
|
4 |
# FX Bénard <fxb@wp-translations.org>, 2015
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
8 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
9 |
-
"PO-Revision-Date:
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: Spanish (Costa Rica) (http://www.transifex.com/wp-"
|
12 |
"translations/wpglobus-multilingual/language/es_CR/)\n"
|
@@ -839,14 +839,20 @@ msgstr ""
|
|
839 |
msgid "Сompatibility Settings"
|
840 |
msgstr ""
|
841 |
|
842 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
843 |
msgid "WPGlobus languages"
|
844 |
msgstr ""
|
845 |
|
846 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
847 |
msgid "current"
|
848 |
msgstr ""
|
849 |
|
|
|
|
|
|
|
|
|
|
|
|
|
850 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
851 |
msgid "Before switching the language, please save draft or publish."
|
852 |
msgstr ""
|
1 |
+
# Copyright (C) 2020 WPGlobus 2.2.31
|
2 |
+
# This file is distributed under the same license as the WPGlobus 2.2.31 package.
|
3 |
# Translators:
|
4 |
# FX Bénard <fxb@wp-translations.org>, 2015
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
8 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
9 |
+
"PO-Revision-Date: 2020-01-09 12:45+0000\n"
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: Spanish (Costa Rica) (http://www.transifex.com/wp-"
|
12 |
"translations/wpglobus-multilingual/language/es_CR/)\n"
|
839 |
msgid "Сompatibility Settings"
|
840 |
msgstr ""
|
841 |
|
842 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:332
|
843 |
msgid "WPGlobus languages"
|
844 |
msgstr ""
|
845 |
|
846 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:338
|
847 |
msgid "current"
|
848 |
msgstr ""
|
849 |
|
850 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:473
|
851 |
+
msgid ""
|
852 |
+
"WPGlobus provides multilingual support for Elementor only when the option "
|
853 |
+
"%1$s%2$s%3$s is set to %4$s."
|
854 |
+
msgstr ""
|
855 |
+
|
856 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
857 |
msgid "Before switching the language, please save draft or publish."
|
858 |
msgstr ""
|
languages/wpglobus-es_ES.mo
CHANGED
Binary file
|
languages/wpglobus-es_ES.po
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
-
# Copyright (C)
|
2 |
-
# This file is distributed under the same license as the WPGlobus 2.2.
|
3 |
# Translators:
|
4 |
# FX Bénard <fxb@wp-translations.org>, 2015
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
8 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
9 |
-
"PO-Revision-Date:
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: Spanish (Spain) (http://www.transifex.com/wp-translations/"
|
12 |
"wpglobus-multilingual/language/es_ES/)\n"
|
@@ -839,14 +839,20 @@ msgstr ""
|
|
839 |
msgid "Сompatibility Settings"
|
840 |
msgstr ""
|
841 |
|
842 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
843 |
msgid "WPGlobus languages"
|
844 |
msgstr ""
|
845 |
|
846 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
847 |
msgid "current"
|
848 |
msgstr ""
|
849 |
|
|
|
|
|
|
|
|
|
|
|
|
|
850 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
851 |
msgid "Before switching the language, please save draft or publish."
|
852 |
msgstr ""
|
1 |
+
# Copyright (C) 2020 WPGlobus 2.2.31
|
2 |
+
# This file is distributed under the same license as the WPGlobus 2.2.31 package.
|
3 |
# Translators:
|
4 |
# FX Bénard <fxb@wp-translations.org>, 2015
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
8 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
9 |
+
"PO-Revision-Date: 2020-01-09 12:45+0000\n"
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: Spanish (Spain) (http://www.transifex.com/wp-translations/"
|
12 |
"wpglobus-multilingual/language/es_ES/)\n"
|
839 |
msgid "Сompatibility Settings"
|
840 |
msgstr ""
|
841 |
|
842 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:332
|
843 |
msgid "WPGlobus languages"
|
844 |
msgstr ""
|
845 |
|
846 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:338
|
847 |
msgid "current"
|
848 |
msgstr ""
|
849 |
|
850 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:473
|
851 |
+
msgid ""
|
852 |
+
"WPGlobus provides multilingual support for Elementor only when the option "
|
853 |
+
"%1$s%2$s%3$s is set to %4$s."
|
854 |
+
msgstr ""
|
855 |
+
|
856 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
857 |
msgid "Before switching the language, please save draft or publish."
|
858 |
msgstr ""
|
languages/wpglobus-es_GT.mo
CHANGED
Binary file
|
languages/wpglobus-es_GT.po
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
-
# Copyright (C)
|
2 |
-
# This file is distributed under the same license as the WPGlobus 2.2.
|
3 |
# Translators:
|
4 |
# FX Bénard <fxb@wp-translations.org>, 2015
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
8 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
9 |
-
"PO-Revision-Date:
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: Spanish (Guatemala) (http://www.transifex.com/wp-translations/"
|
12 |
"wpglobus-multilingual/language/es_GT/)\n"
|
@@ -839,14 +839,20 @@ msgstr ""
|
|
839 |
msgid "Сompatibility Settings"
|
840 |
msgstr ""
|
841 |
|
842 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
843 |
msgid "WPGlobus languages"
|
844 |
msgstr ""
|
845 |
|
846 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
847 |
msgid "current"
|
848 |
msgstr ""
|
849 |
|
|
|
|
|
|
|
|
|
|
|
|
|
850 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
851 |
msgid "Before switching the language, please save draft or publish."
|
852 |
msgstr ""
|
1 |
+
# Copyright (C) 2020 WPGlobus 2.2.31
|
2 |
+
# This file is distributed under the same license as the WPGlobus 2.2.31 package.
|
3 |
# Translators:
|
4 |
# FX Bénard <fxb@wp-translations.org>, 2015
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
8 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
9 |
+
"PO-Revision-Date: 2020-01-09 12:45+0000\n"
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: Spanish (Guatemala) (http://www.transifex.com/wp-translations/"
|
12 |
"wpglobus-multilingual/language/es_GT/)\n"
|
839 |
msgid "Сompatibility Settings"
|
840 |
msgstr ""
|
841 |
|
842 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:332
|
843 |
msgid "WPGlobus languages"
|
844 |
msgstr ""
|
845 |
|
846 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:338
|
847 |
msgid "current"
|
848 |
msgstr ""
|
849 |
|
850 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:473
|
851 |
+
msgid ""
|
852 |
+
"WPGlobus provides multilingual support for Elementor only when the option "
|
853 |
+
"%1$s%2$s%3$s is set to %4$s."
|
854 |
+
msgstr ""
|
855 |
+
|
856 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
857 |
msgid "Before switching the language, please save draft or publish."
|
858 |
msgstr ""
|
languages/wpglobus-es_MX.mo
CHANGED
Binary file
|
languages/wpglobus-es_MX.po
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
-
# Copyright (C)
|
2 |
-
# This file is distributed under the same license as the WPGlobus 2.2.
|
3 |
# Translators:
|
4 |
# FX Bénard <fxb@wp-translations.org>, 2015
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
8 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
9 |
-
"PO-Revision-Date:
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: Spanish (Mexico) (http://www.transifex.com/wp-translations/"
|
12 |
"wpglobus-multilingual/language/es_MX/)\n"
|
@@ -839,14 +839,20 @@ msgstr ""
|
|
839 |
msgid "Сompatibility Settings"
|
840 |
msgstr ""
|
841 |
|
842 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
843 |
msgid "WPGlobus languages"
|
844 |
msgstr ""
|
845 |
|
846 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
847 |
msgid "current"
|
848 |
msgstr ""
|
849 |
|
|
|
|
|
|
|
|
|
|
|
|
|
850 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
851 |
msgid "Before switching the language, please save draft or publish."
|
852 |
msgstr ""
|
1 |
+
# Copyright (C) 2020 WPGlobus 2.2.31
|
2 |
+
# This file is distributed under the same license as the WPGlobus 2.2.31 package.
|
3 |
# Translators:
|
4 |
# FX Bénard <fxb@wp-translations.org>, 2015
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
8 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
9 |
+
"PO-Revision-Date: 2020-01-09 12:45+0000\n"
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: Spanish (Mexico) (http://www.transifex.com/wp-translations/"
|
12 |
"wpglobus-multilingual/language/es_MX/)\n"
|
839 |
msgid "Сompatibility Settings"
|
840 |
msgstr ""
|
841 |
|
842 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:332
|
843 |
msgid "WPGlobus languages"
|
844 |
msgstr ""
|
845 |
|
846 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:338
|
847 |
msgid "current"
|
848 |
msgstr ""
|
849 |
|
850 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:473
|
851 |
+
msgid ""
|
852 |
+
"WPGlobus provides multilingual support for Elementor only when the option "
|
853 |
+
"%1$s%2$s%3$s is set to %4$s."
|
854 |
+
msgstr ""
|
855 |
+
|
856 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
857 |
msgid "Before switching the language, please save draft or publish."
|
858 |
msgstr ""
|
languages/wpglobus-es_PE.mo
CHANGED
Binary file
|
languages/wpglobus-es_PE.po
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
-
# Copyright (C)
|
2 |
-
# This file is distributed under the same license as the WPGlobus 2.2.
|
3 |
# Translators:
|
4 |
# FX Bénard <fxb@wp-translations.org>, 2015
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
8 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
9 |
-
"PO-Revision-Date:
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: Spanish (Peru) (http://www.transifex.com/wp-translations/"
|
12 |
"wpglobus-multilingual/language/es_PE/)\n"
|
@@ -839,14 +839,20 @@ msgstr ""
|
|
839 |
msgid "Сompatibility Settings"
|
840 |
msgstr ""
|
841 |
|
842 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
843 |
msgid "WPGlobus languages"
|
844 |
msgstr ""
|
845 |
|
846 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
847 |
msgid "current"
|
848 |
msgstr ""
|
849 |
|
|
|
|
|
|
|
|
|
|
|
|
|
850 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
851 |
msgid "Before switching the language, please save draft or publish."
|
852 |
msgstr ""
|
1 |
+
# Copyright (C) 2020 WPGlobus 2.2.31
|
2 |
+
# This file is distributed under the same license as the WPGlobus 2.2.31 package.
|
3 |
# Translators:
|
4 |
# FX Bénard <fxb@wp-translations.org>, 2015
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
8 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
9 |
+
"PO-Revision-Date: 2020-01-09 12:45+0000\n"
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: Spanish (Peru) (http://www.transifex.com/wp-translations/"
|
12 |
"wpglobus-multilingual/language/es_PE/)\n"
|
839 |
msgid "Сompatibility Settings"
|
840 |
msgstr ""
|
841 |
|
842 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:332
|
843 |
msgid "WPGlobus languages"
|
844 |
msgstr ""
|
845 |
|
846 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:338
|
847 |
msgid "current"
|
848 |
msgstr ""
|
849 |
|
850 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:473
|
851 |
+
msgid ""
|
852 |
+
"WPGlobus provides multilingual support for Elementor only when the option "
|
853 |
+
"%1$s%2$s%3$s is set to %4$s."
|
854 |
+
msgstr ""
|
855 |
+
|
856 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
857 |
msgid "Before switching the language, please save draft or publish."
|
858 |
msgstr ""
|
languages/wpglobus-es_PR.mo
CHANGED
Binary file
|
languages/wpglobus-es_PR.po
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
-
# Copyright (C)
|
2 |
-
# This file is distributed under the same license as the WPGlobus 2.2.
|
3 |
# Translators:
|
4 |
# FX Bénard <fxb@wp-translations.org>, 2015
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
8 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
9 |
-
"PO-Revision-Date:
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: Spanish (Puerto Rico) (http://www.transifex.com/wp-"
|
12 |
"translations/wpglobus-multilingual/language/es_PR/)\n"
|
@@ -839,14 +839,20 @@ msgstr ""
|
|
839 |
msgid "Сompatibility Settings"
|
840 |
msgstr ""
|
841 |
|
842 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
843 |
msgid "WPGlobus languages"
|
844 |
msgstr ""
|
845 |
|
846 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
847 |
msgid "current"
|
848 |
msgstr ""
|
849 |
|
|
|
|
|
|
|
|
|
|
|
|
|
850 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
851 |
msgid "Before switching the language, please save draft or publish."
|
852 |
msgstr ""
|
1 |
+
# Copyright (C) 2020 WPGlobus 2.2.31
|
2 |
+
# This file is distributed under the same license as the WPGlobus 2.2.31 package.
|
3 |
# Translators:
|
4 |
# FX Bénard <fxb@wp-translations.org>, 2015
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
8 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
9 |
+
"PO-Revision-Date: 2020-01-09 12:45+0000\n"
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: Spanish (Puerto Rico) (http://www.transifex.com/wp-"
|
12 |
"translations/wpglobus-multilingual/language/es_PR/)\n"
|
839 |
msgid "Сompatibility Settings"
|
840 |
msgstr ""
|
841 |
|
842 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:332
|
843 |
msgid "WPGlobus languages"
|
844 |
msgstr ""
|
845 |
|
846 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:338
|
847 |
msgid "current"
|
848 |
msgstr ""
|
849 |
|
850 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:473
|
851 |
+
msgid ""
|
852 |
+
"WPGlobus provides multilingual support for Elementor only when the option "
|
853 |
+
"%1$s%2$s%3$s is set to %4$s."
|
854 |
+
msgstr ""
|
855 |
+
|
856 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
857 |
msgid "Before switching the language, please save draft or publish."
|
858 |
msgstr ""
|
languages/wpglobus-es_VE.mo
CHANGED
Binary file
|
languages/wpglobus-es_VE.po
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
-
# Copyright (C)
|
2 |
-
# This file is distributed under the same license as the WPGlobus 2.2.
|
3 |
# Translators:
|
4 |
# FX Bénard <fxb@wp-translations.org>, 2015
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
8 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
9 |
-
"PO-Revision-Date:
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: Spanish (Venezuela) (http://www.transifex.com/wp-translations/"
|
12 |
"wpglobus-multilingual/language/es_VE/)\n"
|
@@ -839,14 +839,20 @@ msgstr ""
|
|
839 |
msgid "Сompatibility Settings"
|
840 |
msgstr ""
|
841 |
|
842 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
843 |
msgid "WPGlobus languages"
|
844 |
msgstr ""
|
845 |
|
846 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
847 |
msgid "current"
|
848 |
msgstr ""
|
849 |
|
|
|
|
|
|
|
|
|
|
|
|
|
850 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
851 |
msgid "Before switching the language, please save draft or publish."
|
852 |
msgstr ""
|
1 |
+
# Copyright (C) 2020 WPGlobus 2.2.31
|
2 |
+
# This file is distributed under the same license as the WPGlobus 2.2.31 package.
|
3 |
# Translators:
|
4 |
# FX Bénard <fxb@wp-translations.org>, 2015
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
8 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
9 |
+
"PO-Revision-Date: 2020-01-09 12:45+0000\n"
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: Spanish (Venezuela) (http://www.transifex.com/wp-translations/"
|
12 |
"wpglobus-multilingual/language/es_VE/)\n"
|
839 |
msgid "Сompatibility Settings"
|
840 |
msgstr ""
|
841 |
|
842 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:332
|
843 |
msgid "WPGlobus languages"
|
844 |
msgstr ""
|
845 |
|
846 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:338
|
847 |
msgid "current"
|
848 |
msgstr ""
|
849 |
|
850 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:473
|
851 |
+
msgid ""
|
852 |
+
"WPGlobus provides multilingual support for Elementor only when the option "
|
853 |
+
"%1$s%2$s%3$s is set to %4$s."
|
854 |
+
msgstr ""
|
855 |
+
|
856 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
857 |
msgid "Before switching the language, please save draft or publish."
|
858 |
msgstr ""
|
languages/wpglobus-et.mo
CHANGED
Binary file
|
languages/wpglobus-et.po
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
-
# Copyright (C)
|
2 |
-
# This file is distributed under the same license as the WPGlobus 2.2.
|
3 |
# Translators:
|
4 |
# Rivo Zängov <eraser@eraser.ee>, 2018
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
8 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
9 |
-
"PO-Revision-Date:
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: Estonian (http://www.transifex.com/wp-translations/wpglobus-"
|
12 |
"multilingual/language/et/)\n"
|
@@ -805,14 +805,20 @@ msgstr ""
|
|
805 |
msgid "Сompatibility Settings"
|
806 |
msgstr ""
|
807 |
|
808 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
809 |
msgid "WPGlobus languages"
|
810 |
msgstr ""
|
811 |
|
812 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
813 |
msgid "current"
|
814 |
msgstr ""
|
815 |
|
|
|
|
|
|
|
|
|
|
|
|
|
816 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
817 |
msgid "Before switching the language, please save draft or publish."
|
818 |
msgstr ""
|
1 |
+
# Copyright (C) 2020 WPGlobus 2.2.31
|
2 |
+
# This file is distributed under the same license as the WPGlobus 2.2.31 package.
|
3 |
# Translators:
|
4 |
# Rivo Zängov <eraser@eraser.ee>, 2018
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
8 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
9 |
+
"PO-Revision-Date: 2020-01-09 12:45+0000\n"
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: Estonian (http://www.transifex.com/wp-translations/wpglobus-"
|
12 |
"multilingual/language/et/)\n"
|
805 |
msgid "Сompatibility Settings"
|
806 |
msgstr ""
|
807 |
|
808 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:332
|
809 |
msgid "WPGlobus languages"
|
810 |
msgstr ""
|
811 |
|
812 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:338
|
813 |
msgid "current"
|
814 |
msgstr ""
|
815 |
|
816 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:473
|
817 |
+
msgid ""
|
818 |
+
"WPGlobus provides multilingual support for Elementor only when the option "
|
819 |
+
"%1$s%2$s%3$s is set to %4$s."
|
820 |
+
msgstr ""
|
821 |
+
|
822 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
823 |
msgid "Before switching the language, please save draft or publish."
|
824 |
msgstr ""
|
languages/wpglobus-fr_BE.mo
CHANGED
Binary file
|
languages/wpglobus-fr_BE.po
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
-
# Copyright (C)
|
2 |
-
# This file is distributed under the same license as the WPGlobus 2.2.
|
3 |
# Translators:
|
4 |
# Gregory Karpinsky <gregory@tiv.net>, 2015
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
8 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
9 |
-
"PO-Revision-Date:
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: French (Belgium) (http://www.transifex.com/wp-translations/"
|
12 |
"wpglobus-multilingual/language/fr_BE/)\n"
|
@@ -902,14 +902,20 @@ msgstr ""
|
|
902 |
msgid "Сompatibility Settings"
|
903 |
msgstr ""
|
904 |
|
905 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
906 |
msgid "WPGlobus languages"
|
907 |
msgstr ""
|
908 |
|
909 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
910 |
msgid "current"
|
911 |
msgstr ""
|
912 |
|
|
|
|
|
|
|
|
|
|
|
|
|
913 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
914 |
msgid "Before switching the language, please save draft or publish."
|
915 |
msgstr ""
|
1 |
+
# Copyright (C) 2020 WPGlobus 2.2.31
|
2 |
+
# This file is distributed under the same license as the WPGlobus 2.2.31 package.
|
3 |
# Translators:
|
4 |
# Gregory Karpinsky <gregory@tiv.net>, 2015
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
8 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
9 |
+
"PO-Revision-Date: 2020-01-09 12:45+0000\n"
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: French (Belgium) (http://www.transifex.com/wp-translations/"
|
12 |
"wpglobus-multilingual/language/fr_BE/)\n"
|
902 |
msgid "Сompatibility Settings"
|
903 |
msgstr ""
|
904 |
|
905 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:332
|
906 |
msgid "WPGlobus languages"
|
907 |
msgstr ""
|
908 |
|
909 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:338
|
910 |
msgid "current"
|
911 |
msgstr ""
|
912 |
|
913 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:473
|
914 |
+
msgid ""
|
915 |
+
"WPGlobus provides multilingual support for Elementor only when the option "
|
916 |
+
"%1$s%2$s%3$s is set to %4$s."
|
917 |
+
msgstr ""
|
918 |
+
|
919 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
920 |
msgid "Before switching the language, please save draft or publish."
|
921 |
msgstr ""
|
languages/wpglobus-fr_CA.mo
CHANGED
Binary file
|
languages/wpglobus-fr_CA.po
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
# Copyright (C)
|
2 |
-
# This file is distributed under the same license as the WPGlobus 2.2.
|
3 |
# Translators:
|
4 |
# Franck, 2015
|
5 |
# FX Bénard <fxb@wp-translations.org>, 2015
|
@@ -8,7 +8,7 @@ msgid ""
|
|
8 |
msgstr ""
|
9 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
10 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
11 |
-
"PO-Revision-Date:
|
12 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
13 |
"Language-Team: French (Canada) (http://www.transifex.com/wp-translations/"
|
14 |
"wpglobus-multilingual/language/fr_CA/)\n"
|
@@ -904,14 +904,20 @@ msgstr ""
|
|
904 |
msgid "Сompatibility Settings"
|
905 |
msgstr ""
|
906 |
|
907 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
908 |
msgid "WPGlobus languages"
|
909 |
msgstr ""
|
910 |
|
911 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
912 |
msgid "current"
|
913 |
msgstr ""
|
914 |
|
|
|
|
|
|
|
|
|
|
|
|
|
915 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
916 |
msgid "Before switching the language, please save draft or publish."
|
917 |
msgstr ""
|
1 |
+
# Copyright (C) 2020 WPGlobus 2.2.31
|
2 |
+
# This file is distributed under the same license as the WPGlobus 2.2.31 package.
|
3 |
# Translators:
|
4 |
# Franck, 2015
|
5 |
# FX Bénard <fxb@wp-translations.org>, 2015
|
8 |
msgstr ""
|
9 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
10 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
11 |
+
"PO-Revision-Date: 2020-01-09 12:45+0000\n"
|
12 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
13 |
"Language-Team: French (Canada) (http://www.transifex.com/wp-translations/"
|
14 |
"wpglobus-multilingual/language/fr_CA/)\n"
|
904 |
msgid "Сompatibility Settings"
|
905 |
msgstr ""
|
906 |
|
907 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:332
|
908 |
msgid "WPGlobus languages"
|
909 |
msgstr ""
|
910 |
|
911 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:338
|
912 |
msgid "current"
|
913 |
msgstr ""
|
914 |
|
915 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:473
|
916 |
+
msgid ""
|
917 |
+
"WPGlobus provides multilingual support for Elementor only when the option "
|
918 |
+
"%1$s%2$s%3$s is set to %4$s."
|
919 |
+
msgstr ""
|
920 |
+
|
921 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
922 |
msgid "Before switching the language, please save draft or publish."
|
923 |
msgstr ""
|
languages/wpglobus-fr_FR.mo
CHANGED
Binary file
|
languages/wpglobus-fr_FR.po
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
# Copyright (C)
|
2 |
-
# This file is distributed under the same license as the WPGlobus 2.2.
|
3 |
# Translators:
|
4 |
# Franck, 2015-2017
|
5 |
# FX Bénard <fxb@wp-translations.org>, 2015-2017
|
@@ -8,7 +8,7 @@ msgid ""
|
|
8 |
msgstr ""
|
9 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
10 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
11 |
-
"PO-Revision-Date:
|
12 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
13 |
"Language-Team: French (France) (http://www.transifex.com/wp-translations/"
|
14 |
"wpglobus-multilingual/language/fr_FR/)\n"
|
@@ -904,14 +904,20 @@ msgstr "Constructeur"
|
|
904 |
msgid "Сompatibility Settings"
|
905 |
msgstr ""
|
906 |
|
907 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
908 |
msgid "WPGlobus languages"
|
909 |
msgstr ""
|
910 |
|
911 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
912 |
msgid "current"
|
913 |
msgstr ""
|
914 |
|
|
|
|
|
|
|
|
|
|
|
|
|
915 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
916 |
msgid "Before switching the language, please save draft or publish."
|
917 |
msgstr ""
|
1 |
+
# Copyright (C) 2020 WPGlobus 2.2.31
|
2 |
+
# This file is distributed under the same license as the WPGlobus 2.2.31 package.
|
3 |
# Translators:
|
4 |
# Franck, 2015-2017
|
5 |
# FX Bénard <fxb@wp-translations.org>, 2015-2017
|
8 |
msgstr ""
|
9 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
10 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
11 |
+
"PO-Revision-Date: 2020-01-09 12:45+0000\n"
|
12 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
13 |
"Language-Team: French (France) (http://www.transifex.com/wp-translations/"
|
14 |
"wpglobus-multilingual/language/fr_FR/)\n"
|
904 |
msgid "Сompatibility Settings"
|
905 |
msgstr ""
|
906 |
|
907 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:332
|
908 |
msgid "WPGlobus languages"
|
909 |
msgstr ""
|
910 |
|
911 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:338
|
912 |
msgid "current"
|
913 |
msgstr ""
|
914 |
|
915 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:473
|
916 |
+
msgid ""
|
917 |
+
"WPGlobus provides multilingual support for Elementor only when the option "
|
918 |
+
"%1$s%2$s%3$s is set to %4$s."
|
919 |
+
msgstr ""
|
920 |
+
|
921 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
922 |
msgid "Before switching the language, please save draft or publish."
|
923 |
msgstr ""
|
languages/wpglobus-id_ID.mo
CHANGED
Binary file
|
languages/wpglobus-id_ID.po
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
# Copyright (C)
|
2 |
-
# This file is distributed under the same license as the WPGlobus 2.2.
|
3 |
# Translators:
|
4 |
# ChameleonJohn.com, 2017
|
5 |
# Gregory Karpinsky <gregory@tiv.net>, 2017
|
@@ -7,7 +7,7 @@ msgid ""
|
|
7 |
msgstr ""
|
8 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
9 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
10 |
-
"PO-Revision-Date:
|
11 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
12 |
"Language-Team: Indonesian (Indonesia) (http://www.transifex.com/wp-"
|
13 |
"translations/wpglobus-multilingual/language/id_ID/)\n"
|
@@ -879,14 +879,20 @@ msgstr "Builder"
|
|
879 |
msgid "Сompatibility Settings"
|
880 |
msgstr ""
|
881 |
|
882 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
883 |
msgid "WPGlobus languages"
|
884 |
msgstr ""
|
885 |
|
886 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
887 |
msgid "current"
|
888 |
msgstr ""
|
889 |
|
|
|
|
|
|
|
|
|
|
|
|
|
890 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
891 |
msgid "Before switching the language, please save draft or publish."
|
892 |
msgstr ""
|
1 |
+
# Copyright (C) 2020 WPGlobus 2.2.31
|
2 |
+
# This file is distributed under the same license as the WPGlobus 2.2.31 package.
|
3 |
# Translators:
|
4 |
# ChameleonJohn.com, 2017
|
5 |
# Gregory Karpinsky <gregory@tiv.net>, 2017
|
7 |
msgstr ""
|
8 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
9 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
10 |
+
"PO-Revision-Date: 2020-01-09 12:45+0000\n"
|
11 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
12 |
"Language-Team: Indonesian (Indonesia) (http://www.transifex.com/wp-"
|
13 |
"translations/wpglobus-multilingual/language/id_ID/)\n"
|
879 |
msgid "Сompatibility Settings"
|
880 |
msgstr ""
|
881 |
|
882 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:332
|
883 |
msgid "WPGlobus languages"
|
884 |
msgstr ""
|
885 |
|
886 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:338
|
887 |
msgid "current"
|
888 |
msgstr ""
|
889 |
|
890 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:473
|
891 |
+
msgid ""
|
892 |
+
"WPGlobus provides multilingual support for Elementor only when the option "
|
893 |
+
"%1$s%2$s%3$s is set to %4$s."
|
894 |
+
msgstr ""
|
895 |
+
|
896 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
897 |
msgid "Before switching the language, please save draft or publish."
|
898 |
msgstr ""
|
languages/wpglobus-ko_KR.mo
CHANGED
Binary file
|
languages/wpglobus-ko_KR.po
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
-
# Copyright (C)
|
2 |
-
# This file is distributed under the same license as the WPGlobus 2.2.
|
3 |
# Translators:
|
4 |
msgid ""
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
7 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
8 |
-
"PO-Revision-Date:
|
9 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
10 |
"Language-Team: Korean (Korea) (http://www.transifex.com/wp-translations/"
|
11 |
"wpglobus-multilingual/language/ko_KR/)\n"
|
@@ -804,14 +804,20 @@ msgstr ""
|
|
804 |
msgid "Сompatibility Settings"
|
805 |
msgstr ""
|
806 |
|
807 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
808 |
msgid "WPGlobus languages"
|
809 |
msgstr ""
|
810 |
|
811 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
812 |
msgid "current"
|
813 |
msgstr ""
|
814 |
|
|
|
|
|
|
|
|
|
|
|
|
|
815 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
816 |
msgid "Before switching the language, please save draft or publish."
|
817 |
msgstr ""
|
1 |
+
# Copyright (C) 2020 WPGlobus 2.2.31
|
2 |
+
# This file is distributed under the same license as the WPGlobus 2.2.31 package.
|
3 |
# Translators:
|
4 |
msgid ""
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
7 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
8 |
+
"PO-Revision-Date: 2020-01-09 12:45+0000\n"
|
9 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
10 |
"Language-Team: Korean (Korea) (http://www.transifex.com/wp-translations/"
|
11 |
"wpglobus-multilingual/language/ko_KR/)\n"
|
804 |
msgid "Сompatibility Settings"
|
805 |
msgstr ""
|
806 |
|
807 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:332
|
808 |
msgid "WPGlobus languages"
|
809 |
msgstr ""
|
810 |
|
811 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:338
|
812 |
msgid "current"
|
813 |
msgstr ""
|
814 |
|
815 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:473
|
816 |
+
msgid ""
|
817 |
+
"WPGlobus provides multilingual support for Elementor only when the option "
|
818 |
+
"%1$s%2$s%3$s is set to %4$s."
|
819 |
+
msgstr ""
|
820 |
+
|
821 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
822 |
msgid "Before switching the language, please save draft or publish."
|
823 |
msgstr ""
|
languages/wpglobus-pl_PL.mo
CHANGED
Binary file
|
languages/wpglobus-pl_PL.po
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
-
# Copyright (C)
|
2 |
-
# This file is distributed under the same license as the WPGlobus 2.2.
|
3 |
# Translators:
|
4 |
msgid ""
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
7 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
8 |
-
"PO-Revision-Date:
|
9 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
10 |
"Language-Team: Polish (Poland) (http://www.transifex.com/wp-translations/"
|
11 |
"wpglobus-multilingual/language/pl_PL/)\n"
|
@@ -831,14 +831,20 @@ msgstr "Generator"
|
|
831 |
msgid "Сompatibility Settings"
|
832 |
msgstr ""
|
833 |
|
834 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
835 |
msgid "WPGlobus languages"
|
836 |
msgstr ""
|
837 |
|
838 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
839 |
msgid "current"
|
840 |
msgstr ""
|
841 |
|
|
|
|
|
|
|
|
|
|
|
|
|
842 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
843 |
msgid "Before switching the language, please save draft or publish."
|
844 |
msgstr ""
|
1 |
+
# Copyright (C) 2020 WPGlobus 2.2.31
|
2 |
+
# This file is distributed under the same license as the WPGlobus 2.2.31 package.
|
3 |
# Translators:
|
4 |
msgid ""
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
7 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
8 |
+
"PO-Revision-Date: 2020-01-09 12:45+0000\n"
|
9 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
10 |
"Language-Team: Polish (Poland) (http://www.transifex.com/wp-translations/"
|
11 |
"wpglobus-multilingual/language/pl_PL/)\n"
|
831 |
msgid "Сompatibility Settings"
|
832 |
msgstr ""
|
833 |
|
834 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:332
|
835 |
msgid "WPGlobus languages"
|
836 |
msgstr ""
|
837 |
|
838 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:338
|
839 |
msgid "current"
|
840 |
msgstr ""
|
841 |
|
842 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:473
|
843 |
+
msgid ""
|
844 |
+
"WPGlobus provides multilingual support for Elementor only when the option "
|
845 |
+
"%1$s%2$s%3$s is set to %4$s."
|
846 |
+
msgstr ""
|
847 |
+
|
848 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
849 |
msgid "Before switching the language, please save draft or publish."
|
850 |
msgstr ""
|
languages/wpglobus-pt_BR.mo
CHANGED
Binary file
|
languages/wpglobus-pt_BR.po
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
-
# Copyright (C)
|
2 |
-
# This file is distributed under the same license as the WPGlobus 2.2.
|
3 |
# Translators:
|
4 |
msgid ""
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
7 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
8 |
-
"PO-Revision-Date:
|
9 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
10 |
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/wp-translations/"
|
11 |
"wpglobus-multilingual/language/pt_BR/)\n"
|
@@ -86,7 +86,7 @@ msgstr ""
|
|
86 |
|
87 |
#: includes/admin/class-wpglobus-about.php:111
|
88 |
msgid "Links:"
|
89 |
-
msgstr ""
|
90 |
|
91 |
#: includes/admin/class-wpglobus-about.php:119
|
92 |
msgid "FAQs"
|
@@ -804,14 +804,20 @@ msgstr "Construtor"
|
|
804 |
msgid "Сompatibility Settings"
|
805 |
msgstr ""
|
806 |
|
807 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
808 |
msgid "WPGlobus languages"
|
809 |
msgstr ""
|
810 |
|
811 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
812 |
msgid "current"
|
813 |
msgstr ""
|
814 |
|
|
|
|
|
|
|
|
|
|
|
|
|
815 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
816 |
msgid "Before switching the language, please save draft or publish."
|
817 |
msgstr ""
|
1 |
+
# Copyright (C) 2020 WPGlobus 2.2.31
|
2 |
+
# This file is distributed under the same license as the WPGlobus 2.2.31 package.
|
3 |
# Translators:
|
4 |
msgid ""
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
7 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
8 |
+
"PO-Revision-Date: 2020-01-09 12:45+0000\n"
|
9 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
10 |
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/wp-translations/"
|
11 |
"wpglobus-multilingual/language/pt_BR/)\n"
|
86 |
|
87 |
#: includes/admin/class-wpglobus-about.php:111
|
88 |
msgid "Links:"
|
89 |
+
msgstr "Links:"
|
90 |
|
91 |
#: includes/admin/class-wpglobus-about.php:119
|
92 |
msgid "FAQs"
|
804 |
msgid "Сompatibility Settings"
|
805 |
msgstr ""
|
806 |
|
807 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:332
|
808 |
msgid "WPGlobus languages"
|
809 |
msgstr ""
|
810 |
|
811 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:338
|
812 |
msgid "current"
|
813 |
msgstr ""
|
814 |
|
815 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:473
|
816 |
+
msgid ""
|
817 |
+
"WPGlobus provides multilingual support for Elementor only when the option "
|
818 |
+
"%1$s%2$s%3$s is set to %4$s."
|
819 |
+
msgstr ""
|
820 |
+
|
821 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
822 |
msgid "Before switching the language, please save draft or publish."
|
823 |
msgstr ""
|
languages/wpglobus-pt_PT.mo
CHANGED
Binary file
|
languages/wpglobus-pt_PT.po
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
-
# Copyright (C)
|
2 |
-
# This file is distributed under the same license as the WPGlobus 2.2.
|
3 |
# Translators:
|
4 |
msgid ""
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
7 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
8 |
-
"PO-Revision-Date:
|
9 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
10 |
"Language-Team: Portuguese (Portugal) (http://www.transifex.com/wp-"
|
11 |
"translations/wpglobus-multilingual/language/pt_PT/)\n"
|
@@ -804,14 +804,20 @@ msgstr ""
|
|
804 |
msgid "Сompatibility Settings"
|
805 |
msgstr ""
|
806 |
|
807 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
808 |
msgid "WPGlobus languages"
|
809 |
msgstr ""
|
810 |
|
811 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
812 |
msgid "current"
|
813 |
msgstr ""
|
814 |
|
|
|
|
|
|
|
|
|
|
|
|
|
815 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
816 |
msgid "Before switching the language, please save draft or publish."
|
817 |
msgstr ""
|
1 |
+
# Copyright (C) 2020 WPGlobus 2.2.31
|
2 |
+
# This file is distributed under the same license as the WPGlobus 2.2.31 package.
|
3 |
# Translators:
|
4 |
msgid ""
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
7 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
8 |
+
"PO-Revision-Date: 2020-01-09 12:45+0000\n"
|
9 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
10 |
"Language-Team: Portuguese (Portugal) (http://www.transifex.com/wp-"
|
11 |
"translations/wpglobus-multilingual/language/pt_PT/)\n"
|
804 |
msgid "Сompatibility Settings"
|
805 |
msgstr ""
|
806 |
|
807 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:332
|
808 |
msgid "WPGlobus languages"
|
809 |
msgstr ""
|
810 |
|
811 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:338
|
812 |
msgid "current"
|
813 |
msgstr ""
|
814 |
|
815 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:473
|
816 |
+
msgid ""
|
817 |
+
"WPGlobus provides multilingual support for Elementor only when the option "
|
818 |
+
"%1$s%2$s%3$s is set to %4$s."
|
819 |
+
msgstr ""
|
820 |
+
|
821 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
822 |
msgid "Before switching the language, please save draft or publish."
|
823 |
msgstr ""
|
languages/wpglobus-ro_RO.mo
CHANGED
Binary file
|
languages/wpglobus-ro_RO.po
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
-
# Copyright (C)
|
2 |
-
# This file is distributed under the same license as the WPGlobus 2.2.
|
3 |
# Translators:
|
4 |
msgid ""
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
7 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
8 |
-
"PO-Revision-Date:
|
9 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
10 |
"Language-Team: Romanian (Romania) (http://www.transifex.com/wp-translations/"
|
11 |
"wpglobus-multilingual/language/ro_RO/)\n"
|
@@ -834,14 +834,20 @@ msgstr ""
|
|
834 |
msgid "Сompatibility Settings"
|
835 |
msgstr ""
|
836 |
|
837 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
838 |
msgid "WPGlobus languages"
|
839 |
msgstr ""
|
840 |
|
841 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
842 |
msgid "current"
|
843 |
msgstr ""
|
844 |
|
|
|
|
|
|
|
|
|
|
|
|
|
845 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
846 |
msgid "Before switching the language, please save draft or publish."
|
847 |
msgstr ""
|
1 |
+
# Copyright (C) 2020 WPGlobus 2.2.31
|
2 |
+
# This file is distributed under the same license as the WPGlobus 2.2.31 package.
|
3 |
# Translators:
|
4 |
msgid ""
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
7 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
8 |
+
"PO-Revision-Date: 2020-01-09 12:45+0000\n"
|
9 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
10 |
"Language-Team: Romanian (Romania) (http://www.transifex.com/wp-translations/"
|
11 |
"wpglobus-multilingual/language/ro_RO/)\n"
|
834 |
msgid "Сompatibility Settings"
|
835 |
msgstr ""
|
836 |
|
837 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:332
|
838 |
msgid "WPGlobus languages"
|
839 |
msgstr ""
|
840 |
|
841 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:338
|
842 |
msgid "current"
|
843 |
msgstr ""
|
844 |
|
845 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:473
|
846 |
+
msgid ""
|
847 |
+
"WPGlobus provides multilingual support for Elementor only when the option "
|
848 |
+
"%1$s%2$s%3$s is set to %4$s."
|
849 |
+
msgstr ""
|
850 |
+
|
851 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
852 |
msgid "Before switching the language, please save draft or publish."
|
853 |
msgstr ""
|
languages/wpglobus-ru_RU.mo
CHANGED
Binary file
|
languages/wpglobus-ru_RU.po
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
-
# Copyright (C)
|
2 |
-
# This file is distributed under the same license as the WPGlobus 2.2.
|
3 |
# Translators:
|
4 |
# Gregory Karpinsky <gregory@tiv.net>, 2015-2019
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
8 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
9 |
-
"PO-Revision-Date:
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: Russian (Russia) (http://www.transifex.com/wp-translations/"
|
12 |
"wpglobus-multilingual/language/ru_RU/)\n"
|
@@ -885,14 +885,22 @@ msgstr "Билдер"
|
|
885 |
msgid "Сompatibility Settings"
|
886 |
msgstr "Совместимость"
|
887 |
|
888 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
889 |
msgid "WPGlobus languages"
|
890 |
msgstr "Языки WPGlobus"
|
891 |
|
892 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
893 |
msgid "current"
|
894 |
msgstr "текущий"
|
895 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
896 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
897 |
msgid "Before switching the language, please save draft or publish."
|
898 |
msgstr "Опубликуйте или сохраните черновик перед переключением на другой язык."
|
1 |
+
# Copyright (C) 2020 WPGlobus 2.2.31
|
2 |
+
# This file is distributed under the same license as the WPGlobus 2.2.31 package.
|
3 |
# Translators:
|
4 |
# Gregory Karpinsky <gregory@tiv.net>, 2015-2019
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
8 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
9 |
+
"PO-Revision-Date: 2020-01-09 12:45+0000\n"
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: Russian (Russia) (http://www.transifex.com/wp-translations/"
|
12 |
"wpglobus-multilingual/language/ru_RU/)\n"
|
885 |
msgid "Сompatibility Settings"
|
886 |
msgstr "Совместимость"
|
887 |
|
888 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:332
|
889 |
msgid "WPGlobus languages"
|
890 |
msgstr "Языки WPGlobus"
|
891 |
|
892 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:338
|
893 |
msgid "current"
|
894 |
msgstr "текущий"
|
895 |
|
896 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:473
|
897 |
+
msgid ""
|
898 |
+
"WPGlobus provides multilingual support for Elementor only when the option "
|
899 |
+
"%1$s%2$s%3$s is set to %4$s."
|
900 |
+
msgstr ""
|
901 |
+
"WPGlobus поддерживает мультиязычные страницы для Elementor только с опцией "
|
902 |
+
"%1$s%2$s%3$s установленной в %4$s."
|
903 |
+
|
904 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
905 |
msgid "Before switching the language, please save draft or publish."
|
906 |
msgstr "Опубликуйте или сохраните черновик перед переключением на другой язык."
|
languages/wpglobus-sv_SE.mo
CHANGED
Binary file
|
languages/wpglobus-sv_SE.po
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
# Copyright (C)
|
2 |
-
# This file is distributed under the same license as the WPGlobus 2.2.
|
3 |
# Translators:
|
4 |
# Elger Lindgren <inactive+Elger@transifex.com>, 2015
|
5 |
# Elger Lindgren <inactive+Elger@transifex.com>, 2015
|
@@ -8,7 +8,7 @@ msgid ""
|
|
8 |
msgstr ""
|
9 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
10 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
11 |
-
"PO-Revision-Date:
|
12 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
13 |
"Language-Team: Swedish (Sweden) (http://www.transifex.com/wp-translations/"
|
14 |
"wpglobus-multilingual/language/sv_SE/)\n"
|
@@ -830,14 +830,20 @@ msgstr "Byggare"
|
|
830 |
msgid "Сompatibility Settings"
|
831 |
msgstr "Inställningar för kompatibilitet"
|
832 |
|
833 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
834 |
msgid "WPGlobus languages"
|
835 |
msgstr ""
|
836 |
|
837 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
838 |
msgid "current"
|
839 |
msgstr "nuvarande"
|
840 |
|
|
|
|
|
|
|
|
|
|
|
|
|
841 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
842 |
msgid "Before switching the language, please save draft or publish."
|
843 |
msgstr ""
|
1 |
+
# Copyright (C) 2020 WPGlobus 2.2.31
|
2 |
+
# This file is distributed under the same license as the WPGlobus 2.2.31 package.
|
3 |
# Translators:
|
4 |
# Elger Lindgren <inactive+Elger@transifex.com>, 2015
|
5 |
# Elger Lindgren <inactive+Elger@transifex.com>, 2015
|
8 |
msgstr ""
|
9 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
10 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
11 |
+
"PO-Revision-Date: 2020-01-09 12:45+0000\n"
|
12 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
13 |
"Language-Team: Swedish (Sweden) (http://www.transifex.com/wp-translations/"
|
14 |
"wpglobus-multilingual/language/sv_SE/)\n"
|
830 |
msgid "Сompatibility Settings"
|
831 |
msgstr "Inställningar för kompatibilitet"
|
832 |
|
833 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:332
|
834 |
msgid "WPGlobus languages"
|
835 |
msgstr ""
|
836 |
|
837 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:338
|
838 |
msgid "current"
|
839 |
msgstr "nuvarande"
|
840 |
|
841 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:473
|
842 |
+
msgid ""
|
843 |
+
"WPGlobus provides multilingual support for Elementor only when the option "
|
844 |
+
"%1$s%2$s%3$s is set to %4$s."
|
845 |
+
msgstr ""
|
846 |
+
|
847 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
848 |
msgid "Before switching the language, please save draft or publish."
|
849 |
msgstr ""
|
languages/wpglobus-tr_TR.mo
CHANGED
Binary file
|
languages/wpglobus-tr_TR.po
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
-
# Copyright (C)
|
2 |
-
# This file is distributed under the same license as the WPGlobus 2.2.
|
3 |
# Translators:
|
4 |
# BORAHAN CONKEROGLU <boracon@gmail.com>, 2015
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
8 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
9 |
-
"PO-Revision-Date:
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: Turkish (Turkey) (http://www.transifex.com/wp-translations/"
|
12 |
"wpglobus-multilingual/language/tr_TR/)\n"
|
@@ -830,14 +830,20 @@ msgstr "Kurucu"
|
|
830 |
msgid "Сompatibility Settings"
|
831 |
msgstr ""
|
832 |
|
833 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
834 |
msgid "WPGlobus languages"
|
835 |
msgstr ""
|
836 |
|
837 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
838 |
msgid "current"
|
839 |
msgstr ""
|
840 |
|
|
|
|
|
|
|
|
|
|
|
|
|
841 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
842 |
msgid "Before switching the language, please save draft or publish."
|
843 |
msgstr ""
|
1 |
+
# Copyright (C) 2020 WPGlobus 2.2.31
|
2 |
+
# This file is distributed under the same license as the WPGlobus 2.2.31 package.
|
3 |
# Translators:
|
4 |
# BORAHAN CONKEROGLU <boracon@gmail.com>, 2015
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
8 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
9 |
+
"PO-Revision-Date: 2020-01-09 12:45+0000\n"
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: Turkish (Turkey) (http://www.transifex.com/wp-translations/"
|
12 |
"wpglobus-multilingual/language/tr_TR/)\n"
|
830 |
msgid "Сompatibility Settings"
|
831 |
msgstr ""
|
832 |
|
833 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:332
|
834 |
msgid "WPGlobus languages"
|
835 |
msgstr ""
|
836 |
|
837 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:338
|
838 |
msgid "current"
|
839 |
msgstr ""
|
840 |
|
841 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:473
|
842 |
+
msgid ""
|
843 |
+
"WPGlobus provides multilingual support for Elementor only when the option "
|
844 |
+
"%1$s%2$s%3$s is set to %4$s."
|
845 |
+
msgstr ""
|
846 |
+
|
847 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
848 |
msgid "Before switching the language, please save draft or publish."
|
849 |
msgstr ""
|
languages/wpglobus-uk.mo
CHANGED
Binary file
|
languages/wpglobus-uk.po
CHANGED
@@ -1,12 +1,13 @@
|
|
1 |
-
# Copyright (C)
|
2 |
-
# This file is distributed under the same license as the WPGlobus 2.2.
|
3 |
# Translators:
|
4 |
# Gregory Karpinsky <gregory@tiv.net>, 2016
|
|
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
8 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
9 |
-
"PO-Revision-Date:
|
10 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
11 |
"Language-Team: Ukrainian (http://www.transifex.com/wp-translations/wpglobus-"
|
12 |
"multilingual/language/uk/)\n"
|
@@ -30,7 +31,7 @@ msgstr "Інструкція"
|
|
30 |
#: includes/admin/central/class-wpglobus-admin-central.php:142,
|
31 |
#: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:102
|
32 |
msgid "WPGlobus Help Desk"
|
33 |
-
msgstr ""
|
34 |
|
35 |
#: includes/admin/central/class-wpglobus-admin-central.php:157,
|
36 |
#: includes/admin/class-wpglobus-about.php:36,
|
@@ -54,7 +55,7 @@ msgstr "ЧаПи"
|
|
54 |
#: includes/admin/class-wpglobus-about.php:59
|
55 |
msgid ""
|
56 |
"Attention: the Multibyte String PHP extension (`mbstring`) is not loaded!"
|
57 |
-
msgstr ""
|
58 |
|
59 |
#: includes/admin/class-wpglobus-about.php:60
|
60 |
msgid ""
|
@@ -63,6 +64,10 @@ msgid ""
|
|
63 |
"function incorrectly. Please contact your hosting company or systems "
|
64 |
"administrator."
|
65 |
msgstr ""
|
|
|
|
|
|
|
|
|
66 |
|
67 |
#: includes/admin/class-wpglobus-about.php:87
|
68 |
msgid "Go to WPGlobus Settings"
|
@@ -109,19 +114,21 @@ msgstr "Будь-ласка, дайте нам 5 зірочок!"
|
|
109 |
|
110 |
#: includes/admin/class-wpglobus-about.php:133
|
111 |
msgid "WPGlobus does not translate texts automatically!"
|
112 |
-
msgstr ""
|
113 |
|
114 |
#: includes/admin/class-wpglobus-about.php:136
|
115 |
msgid ""
|
116 |
"There are many translation companies and individual translators who can help "
|
117 |
"you write and proofread the texts."
|
118 |
-
msgstr ""
|
119 |
|
120 |
#: includes/admin/class-wpglobus-about.php:137
|
121 |
msgid ""
|
122 |
"When you choose a translator, please look at their native language, country "
|
123 |
"of residence, specialization and knowledge of WordPress."
|
124 |
msgstr ""
|
|
|
|
|
125 |
|
126 |
#. translators: %s are used to insert HTML link. Keep them in place.
|
127 |
#: includes/admin/class-wpglobus-about.php:143
|
@@ -130,10 +137,13 @@ msgid ""
|
|
130 |
"website. This is not an endorsement, just a courtesy. Please contact them "
|
131 |
"directly and let us know how did it work for you!"
|
132 |
msgstr ""
|
|
|
|
|
|
|
133 |
|
134 |
#: includes/admin/class-wpglobus-about.php:154
|
135 |
msgid "Important notes:"
|
136 |
-
msgstr ""
|
137 |
|
138 |
#: includes/admin/class-wpglobus-about.php:159
|
139 |
msgid ""
|
@@ -171,7 +181,7 @@ msgstr ""
|
|
171 |
|
172 |
#: includes/admin/class-wpglobus-admin-bar-menu.php:124
|
173 |
msgid "Language was set on your profile page"
|
174 |
-
msgstr ""
|
175 |
|
176 |
#: includes/admin/class-wpglobus-admin-bar-menu.php:194
|
177 |
msgid "Add"
|
@@ -323,7 +333,7 @@ msgstr ""
|
|
323 |
|
324 |
#: includes/admin/class-wpglobus-customize-options.php:603
|
325 |
msgid "Fields Settings"
|
326 |
-
msgstr ""
|
327 |
|
328 |
#: includes/admin/class-wpglobus-customize-options.php:648
|
329 |
msgid "WPGlobus Settings"
|
@@ -351,11 +361,11 @@ msgstr "Ці мови зараз увімкнені на вашому сайті
|
|
351 |
#: includes/admin/class-wpglobus-customize-options.php:788,
|
352 |
#: includes/options/class-wpglobus-options.php:1128
|
353 |
msgid "Choose a language you would like to enable."
|
354 |
-
msgstr ""
|
355 |
|
356 |
#: includes/admin/class-wpglobus-customize-options.php:790
|
357 |
msgid "Press the [Save & Publish] button to confirm."
|
358 |
-
msgstr ""
|
359 |
|
360 |
#. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
|
361 |
#. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
|
@@ -402,7 +412,7 @@ msgstr "Виберіть спосіб відображенн назв мов і
|
|
402 |
|
403 |
#: includes/admin/class-wpglobus-customize-options.php:872
|
404 |
msgid "select navigation menu"
|
405 |
-
msgstr ""
|
406 |
|
407 |
#: includes/admin/class-wpglobus-customize-options.php:881,
|
408 |
#: includes/admin/class-wpglobus-customize-options.php:908,
|
@@ -459,17 +469,17 @@ msgstr "зніміть прапорець, щоб відключити WPGlobus"
|
|
459 |
#: includes/admin/class-wpglobus-customize-options.php:1118,
|
460 |
#: includes/options/class-wpglobus-options.php:1402
|
461 |
msgid "Redirect"
|
462 |
-
msgstr ""
|
463 |
|
464 |
#: includes/admin/class-wpglobus-customize-options.php:1143,
|
465 |
#: includes/options/class-wpglobus-options.php:1397
|
466 |
msgid "Choose the language automatically, based on:"
|
467 |
-
msgstr ""
|
468 |
|
469 |
#: includes/admin/class-wpglobus-customize-options.php:1145,
|
470 |
#: includes/options/class-wpglobus-options.php:1387
|
471 |
msgid "Preferred language set in the browser"
|
472 |
-
msgstr ""
|
473 |
|
474 |
#: includes/admin/class-wpglobus-customize-options.php:1146,
|
475 |
#: includes/options/class-wpglobus-options.php:1374
|
@@ -477,27 +487,31 @@ msgid ""
|
|
477 |
"When a user comes to the site for the first time, try to find the best "
|
478 |
"matching language version of the page."
|
479 |
msgstr ""
|
|
|
|
|
480 |
|
481 |
#: includes/admin/class-wpglobus-customize-options.php:1177
|
482 |
msgid ""
|
483 |
"To add a Custom JS Code in Customizer, you need to upgrade WordPress to "
|
484 |
"version 4.9 or later."
|
485 |
msgstr ""
|
|
|
|
|
486 |
|
487 |
#: includes/admin/class-wpglobus-customize-options.php:1179
|
488 |
msgid "With your version of WordPress, please use the"
|
489 |
-
msgstr ""
|
490 |
|
491 |
#: includes/admin/class-wpglobus-customize-options.php:1181
|
492 |
msgid "WPGlobus Settings page"
|
493 |
-
msgstr ""
|
494 |
|
495 |
#: includes/admin/class-wpglobus-customize-options.php:1185,
|
496 |
#: includes/admin/class-wpglobus-customize-options.php:1207,
|
497 |
#: includes/admin/class-wpglobus-customize-options.php:1227,
|
498 |
#: includes/options/class-wpglobus-options.php:1346
|
499 |
msgid "Custom JS Code"
|
500 |
-
msgstr ""
|
501 |
|
502 |
#: includes/admin/class-wpglobus-customize-options.php:1225,
|
503 |
#: includes/admin/class-wpglobus-customize-options.php:1269
|
@@ -506,7 +520,7 @@ msgstr "Заголовок"
|
|
506 |
|
507 |
#: includes/admin/class-wpglobus-customize-options.php:1228
|
508 |
msgid "(Paste your JS code here.)"
|
509 |
-
msgstr ""
|
510 |
|
511 |
#: includes/admin/class-wpglobus-customize-options.php:1270
|
512 |
msgid "Label"
|
@@ -616,12 +630,12 @@ msgstr ""
|
|
616 |
|
617 |
#: includes/admin/class-wpglobus-customize-options.php:1478
|
618 |
msgid "Expand/Shrink"
|
619 |
-
msgstr ""
|
620 |
|
621 |
#: includes/admin/class-wpglobus-dashboard-news.php:43,
|
622 |
#: includes/admin/class-wpglobus-dashboard-news.php:59
|
623 |
msgid "WPGlobus News"
|
624 |
-
msgstr ""
|
625 |
|
626 |
#: includes/admin/class-wpglobus-language-edit.php:192,
|
627 |
#: includes/admin/class-wpglobus-language-edit.php:197
|
@@ -727,7 +741,7 @@ msgstr "Завантажити зараз!"
|
|
727 |
|
728 |
#: includes/admin/class-wpglobus-plugin-install.php:304
|
729 |
msgid "Premium add-on"
|
730 |
-
msgstr ""
|
731 |
|
732 |
#: includes/admin/class-wpglobus-plugin-install.php:305,
|
733 |
#: includes/options/fields/table/class-wpglobus-languages-table.php:472
|
@@ -737,122 +751,131 @@ msgstr "Встановлено"
|
|
737 |
#: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
|
738 |
#: includes/options/class-wpglobus-options.php:706
|
739 |
msgid "Help Desk"
|
740 |
-
msgstr ""
|
741 |
|
742 |
#: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:185
|
743 |
msgid "Email not sent. Please fill in the entire form."
|
744 |
-
msgstr ""
|
745 |
|
746 |
#: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:195
|
747 |
msgid ""
|
748 |
"Email not sent. Please verify that your name and email are entered correctly."
|
749 |
msgstr ""
|
|
|
|
|
750 |
|
751 |
#: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:216
|
752 |
msgid "Email sent."
|
753 |
-
msgstr ""
|
754 |
|
755 |
#: includes/admin/helpdesk/wpglobus-admin-helpdesk-page.php:68
|
756 |
msgid "Thank you for using WPGlobus!"
|
757 |
-
msgstr ""
|
758 |
|
759 |
#: includes/admin/helpdesk/wpglobus-admin-helpdesk-page.php:69
|
760 |
msgid "Our Support Team is here to answer your questions or concerns."
|
761 |
msgstr ""
|
|
|
762 |
|
763 |
#: includes/admin/helpdesk/wpglobus-admin-helpdesk-page.php:71
|
764 |
msgid "To help us serve you better:"
|
765 |
-
msgstr ""
|
766 |
|
767 |
#: includes/admin/helpdesk/wpglobus-admin-helpdesk-page.php:73
|
768 |
msgid ""
|
769 |
"Please check if the problem persists if you switch to a standard WordPress "
|
770 |
"theme."
|
771 |
msgstr ""
|
|
|
|
|
772 |
|
773 |
#: includes/admin/helpdesk/wpglobus-admin-helpdesk-page.php:74
|
774 |
msgid ""
|
775 |
"Try deactivating other plugins to see if any of them conflicts with WPGlobus."
|
776 |
msgstr ""
|
|
|
|
|
777 |
|
778 |
#: includes/admin/helpdesk/wpglobus-admin-helpdesk-page.php:77
|
779 |
msgid "Please fill in and submit the contact form:"
|
780 |
-
msgstr ""
|
781 |
|
782 |
#: includes/admin/helpdesk/wpglobus-admin-helpdesk-page.php:97
|
783 |
msgid "Please make sure the email address is correct."
|
784 |
-
msgstr ""
|
785 |
|
786 |
#: includes/admin/helpdesk/wpglobus-admin-helpdesk-page.php:103
|
787 |
msgid "Subject"
|
788 |
-
msgstr "
|
789 |
|
790 |
#: includes/admin/helpdesk/wpglobus-admin-helpdesk-page.php:108
|
791 |
msgid "Short description of the problem"
|
792 |
-
msgstr ""
|
793 |
|
794 |
#: includes/admin/helpdesk/wpglobus-admin-helpdesk-page.php:113
|
795 |
msgid "Detailed description"
|
796 |
-
msgstr ""
|
797 |
|
798 |
#: includes/admin/helpdesk/wpglobus-admin-helpdesk-page.php:120
|
799 |
msgid "Technical Information"
|
800 |
-
msgstr ""
|
801 |
|
802 |
#: includes/admin/helpdesk/wpglobus-admin-helpdesk-page.php:127
|
803 |
msgid "This information helps us to find the problem source"
|
804 |
-
msgstr ""
|
805 |
|
806 |
#: includes/admin/helpdesk/wpglobus-admin-helpdesk-page.php:150
|
807 |
msgid ""
|
808 |
"Alternatively, please email %s. Do not forget to copy and paste the "
|
809 |
"technical information to your email message."
|
810 |
msgstr ""
|
|
|
|
|
811 |
|
812 |
#: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:89
|
813 |
msgid "WPGlobus Recommends:"
|
814 |
-
msgstr ""
|
815 |
|
816 |
#: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
|
817 |
#: includes/options/class-wpglobus-options.php:913
|
818 |
msgid "WPGlobus for WooCommerce"
|
819 |
-
msgstr ""
|
820 |
|
821 |
#: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:102
|
822 |
msgid ""
|
823 |
"Translate product titles and descriptions, product categories, tags and "
|
824 |
"attributes."
|
825 |
-
msgstr ""
|
826 |
|
827 |
#: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:107
|
828 |
msgid "Get it now:"
|
829 |
-
msgstr ""
|
830 |
|
831 |
#: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:117
|
832 |
msgid "WooCommerce Multi-Currency"
|
833 |
-
msgstr ""
|
834 |
|
835 |
#: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:121
|
836 |
msgid "Accept multiple currencies in your online store!"
|
837 |
-
msgstr ""
|
838 |
|
839 |
#: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:126,
|
840 |
#: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:185
|
841 |
msgid "Check it out:"
|
842 |
-
msgstr ""
|
843 |
|
844 |
#: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:183
|
845 |
msgid "Translate permalinks with our premium add-on, WPGlobus Plus!"
|
846 |
-
msgstr ""
|
847 |
|
848 |
#: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:195
|
849 |
msgid "To translate permalinks, please activate the module Slug."
|
850 |
-
msgstr ""
|
851 |
|
852 |
#: includes/builders/class-wpglobus-builder.php:277,
|
853 |
#: includes/class-wpglobus.php:3612
|
854 |
msgid "Save draft before using extra language."
|
855 |
-
msgstr ""
|
856 |
|
857 |
#: includes/builders/class-wpglobus-builder.php:366
|
858 |
msgid "Builder"
|
@@ -860,35 +883,43 @@ msgstr "Конструктор"
|
|
860 |
|
861 |
#: includes/builders/class-wpglobus-builder.php:390
|
862 |
msgid "Сompatibility Settings"
|
863 |
-
msgstr ""
|
864 |
|
865 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
866 |
msgid "WPGlobus languages"
|
867 |
-
msgstr ""
|
868 |
|
869 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
870 |
msgid "current"
|
|
|
|
|
|
|
|
|
|
|
|
|
871 |
msgstr ""
|
872 |
|
873 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
874 |
msgid "Before switching the language, please save draft or publish."
|
875 |
-
msgstr ""
|
876 |
|
877 |
#. translators: Metabox title FOR language.
|
878 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:318
|
879 |
msgctxt "filter__seo_meta_box_title"
|
880 |
msgid "for"
|
881 |
-
msgstr ""
|
882 |
|
883 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:392
|
884 |
msgid "Page is being reloaded. Please wait..."
|
885 |
-
msgstr ""
|
886 |
|
887 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:393
|
888 |
msgid ""
|
889 |
"Before switching the language, please save draft or publish, then reload "
|
890 |
"page."
|
891 |
msgstr ""
|
|
|
|
|
892 |
|
893 |
#: includes/class-wpglobus-widget.php:27
|
894 |
msgid "WPGlobus widget"
|
@@ -933,20 +964,20 @@ msgstr "Спосіб выбору мови"
|
|
933 |
#. translators: ON/OFF status of WPGlobus on the edit pages.
|
934 |
#: includes/class-wpglobus.php:1320
|
935 |
msgid "OFF"
|
936 |
-
msgstr ""
|
937 |
|
938 |
#: includes/class-wpglobus.php:1321
|
939 |
msgid "Turn on"
|
940 |
-
msgstr ""
|
941 |
|
942 |
#. translators: ON/OFF status of WPGlobus on the edit pages.
|
943 |
#: includes/class-wpglobus.php:1325
|
944 |
msgid "ON"
|
945 |
-
msgstr ""
|
946 |
|
947 |
#: includes/class-wpglobus.php:1326
|
948 |
msgid "Turn off"
|
949 |
-
msgstr ""
|
950 |
|
951 |
#: includes/class-wpglobus.php:1509
|
952 |
msgid "You cannot disable the main language."
|
@@ -958,7 +989,7 @@ msgstr "*) Доступно після збереження меню."
|
|
958 |
|
959 |
#: includes/class-wpglobus.php:1727
|
960 |
msgid "Need a multilingual slug?"
|
961 |
-
msgstr ""
|
962 |
|
963 |
#: includes/class-wpglobus.php:4051
|
964 |
msgid "You must enable Pretty Permalinks to use WPGlobus."
|
@@ -976,45 +1007,47 @@ msgstr ""
|
|
976 |
|
977 |
#: includes/options/class-wpglobus-options.php:261
|
978 |
msgid "Language Selector Menu Style"
|
979 |
-
msgstr ""
|
980 |
|
981 |
#: includes/options/class-wpglobus-options.php:262,
|
982 |
#: includes/options/class-wpglobus-options.php:782,
|
983 |
#: includes/options/class-wpglobus-options.php:851
|
984 |
msgid "WPGlobus Plus"
|
985 |
-
msgstr ""
|
986 |
|
987 |
#: includes/options/class-wpglobus-options.php:263
|
988 |
msgid "Drop-down languages menu or Flat (in one line)"
|
989 |
-
msgstr ""
|
990 |
|
991 |
#: includes/options/class-wpglobus-options.php:265
|
992 |
msgid "Do not change"
|
993 |
-
msgstr ""
|
994 |
|
995 |
#: includes/options/class-wpglobus-options.php:266
|
996 |
msgid "Drop-down (vertical)"
|
997 |
-
msgstr ""
|
998 |
|
999 |
#: includes/options/class-wpglobus-options.php:267
|
1000 |
msgid "Flat (horizontal)"
|
1001 |
-
msgstr ""
|
1002 |
|
1003 |
#: includes/options/class-wpglobus-options.php:322
|
1004 |
msgid ""
|
1005 |
"If you see this message then your browser may not display the WPGlobus "
|
1006 |
"Settings panel properly. Please try another browser."
|
1007 |
msgstr ""
|
|
|
|
|
1008 |
|
1009 |
#: includes/options/class-wpglobus-options.php:579,
|
1010 |
#: includes/options/class-wpglobus-options.php:1555
|
1011 |
msgid "Сompatibility"
|
1012 |
-
msgstr ""
|
1013 |
|
1014 |
#. translators: placeholders for "strong" tags.
|
1015 |
#: includes/options/class-wpglobus-options.php:596
|
1016 |
msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
|
1017 |
-
msgstr ""
|
1018 |
|
1019 |
#. translators: placeholders for "strong" tags.
|
1020 |
#: includes/options/class-wpglobus-options.php:599
|
@@ -1022,20 +1055,22 @@ msgid ""
|
|
1022 |
"Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
|
1023 |
"the language attributes: name, code, flag icon, etc."
|
1024 |
msgstr ""
|
|
|
|
|
1025 |
|
1026 |
#: includes/options/class-wpglobus-options.php:602
|
1027 |
msgid "Important notes"
|
1028 |
-
msgstr ""
|
1029 |
|
1030 |
#. translators: placeholders for "strong" tags.
|
1031 |
#: includes/options/class-wpglobus-options.php:604
|
1032 |
msgid "Version %1$s1.9.17%2$s "
|
1033 |
-
msgstr ""
|
1034 |
|
1035 |
#. translators: placeholders for "strong" tags.
|
1036 |
#: includes/options/class-wpglobus-options.php:607
|
1037 |
msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
|
1038 |
-
msgstr ""
|
1039 |
|
1040 |
#. translators: placeholders for "strong" tags; compatibility tab link.
|
1041 |
#: includes/options/class-wpglobus-options.php:610
|
@@ -1043,6 +1078,8 @@ msgid ""
|
|
1043 |
"%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
|
1044 |
"discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
|
1045 |
msgstr ""
|
|
|
|
|
1046 |
|
1047 |
#. translators: placeholders for "strong" tags; compatibility tab link.
|
1048 |
#: includes/options/class-wpglobus-options.php:613
|
@@ -1050,15 +1087,18 @@ msgid ""
|
|
1050 |
"%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
|
1051 |
"or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
|
1052 |
msgstr ""
|
|
|
|
|
|
|
1053 |
|
1054 |
#. translators: placeholders for "strong" tags.
|
1055 |
#: includes/options/class-wpglobus-options.php:617
|
1056 |
msgid "Version %1$s2.2.11%2$s "
|
1057 |
-
msgstr ""
|
1058 |
|
1059 |
#: includes/options/class-wpglobus-options.php:619
|
1060 |
msgid "Starting from this version"
|
1061 |
-
msgstr ""
|
1062 |
|
1063 |
#. translators: placeholders for "strong" tags.
|
1064 |
#: includes/options/class-wpglobus-options.php:622
|
@@ -1066,6 +1106,8 @@ msgid ""
|
|
1066 |
"The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
|
1067 |
"(CPT)."
|
1068 |
msgstr ""
|
|
|
|
|
1069 |
|
1070 |
#. translators: placeholders for "strong" tags.
|
1071 |
#: includes/options/class-wpglobus-options.php:625
|
@@ -1073,6 +1115,8 @@ msgid ""
|
|
1073 |
"To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
|
1074 |
"the %1$s[%3$s]%2$s tab."
|
1075 |
msgstr ""
|
|
|
|
|
1076 |
|
1077 |
#: includes/options/class-wpglobus-options.php:642
|
1078 |
msgid "Welcome!"
|
@@ -1088,77 +1132,85 @@ msgstr "Видалити"
|
|
1088 |
|
1089 |
#: includes/options/class-wpglobus-options.php:721
|
1090 |
msgid "All add-ons"
|
1091 |
-
msgstr ""
|
1092 |
|
1093 |
#: includes/options/class-wpglobus-options.php:736
|
1094 |
msgid "Mobile Menu"
|
1095 |
-
msgstr ""
|
1096 |
|
1097 |
#: includes/options/class-wpglobus-options.php:751
|
1098 |
msgid "Language Widgets"
|
1099 |
-
msgstr ""
|
1100 |
|
1101 |
#: includes/options/class-wpglobus-options.php:821
|
1102 |
msgid "We Recommend..."
|
1103 |
-
msgstr ""
|
1104 |
|
1105 |
#: includes/options/class-wpglobus-options.php:853
|
1106 |
msgid ""
|
1107 |
"Our premium add-on, WPGlobus Plus, will add several features to your "
|
1108 |
"website, such as:"
|
1109 |
-
msgstr ""
|
1110 |
|
1111 |
#: includes/options/class-wpglobus-options.php:856
|
1112 |
msgid ""
|
1113 |
"- Ability to write a post in one language and immediately publish it, not "
|
1114 |
"waiting for the translation to other languages;"
|
1115 |
msgstr ""
|
|
|
|
|
1116 |
|
1117 |
#: includes/options/class-wpglobus-options.php:859
|
1118 |
msgid "- Set different URLs for each translation;"
|
1119 |
-
msgstr ""
|
1120 |
|
1121 |
#: includes/options/class-wpglobus-options.php:862
|
1122 |
msgid ""
|
1123 |
"- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
|
1124 |
"for each translation;"
|
1125 |
msgstr ""
|
|
|
|
|
1126 |
|
1127 |
#: includes/options/class-wpglobus-options.php:865
|
1128 |
msgid "- and more..."
|
1129 |
-
msgstr ""
|
1130 |
|
1131 |
#: includes/options/class-wpglobus-options.php:868,
|
1132 |
#: includes/options/class-wpglobus-options.php:925,
|
1133 |
#: includes/options/class-wpglobus-options.php:983
|
1134 |
msgid "Click here to download"
|
1135 |
-
msgstr ""
|
1136 |
|
1137 |
#: includes/options/class-wpglobus-options.php:916
|
1138 |
msgid ""
|
1139 |
"Thanks for installing WPGlobus! Now you have a multilingual website and can "
|
1140 |
"translate your blog posts and pages to many languages."
|
1141 |
msgstr ""
|
|
|
|
|
1142 |
|
1143 |
#: includes/options/class-wpglobus-options.php:919
|
1144 |
msgid "The next step is to translate your WooCommerce-based store!"
|
1145 |
-
msgstr ""
|
1146 |
|
1147 |
#: includes/options/class-wpglobus-options.php:922
|
1148 |
msgid ""
|
1149 |
"With the WPGlobus for WooCommerce premium add-on, you will be able to "
|
1150 |
"translate product titles and descriptions, categories, tags and attributes."
|
1151 |
msgstr ""
|
|
|
|
|
1152 |
|
1153 |
#: includes/options/class-wpglobus-options.php:969
|
1154 |
msgid "Multi-currency"
|
1155 |
-
msgstr ""
|
1156 |
|
1157 |
#: includes/options/class-wpglobus-options.php:972
|
1158 |
msgid ""
|
1159 |
"Your WooCommerce-powered store is set to show prices and accept payments in "
|
1160 |
"a single currency only."
|
1161 |
-
msgstr ""
|
1162 |
|
1163 |
#: includes/options/class-wpglobus-options.php:976
|
1164 |
msgid ""
|
@@ -1167,56 +1219,67 @@ msgid ""
|
|
1167 |
"Accepting multiple currencies will strengthen your competitive edge and "
|
1168 |
"positioning for global growth!"
|
1169 |
msgstr ""
|
|
|
|
|
1170 |
|
1171 |
#: includes/options/class-wpglobus-options.php:980
|
1172 |
msgid ""
|
1173 |
"The WPGlobus Multi-Currency premium add-on provides switching currencies and "
|
1174 |
"re-calculating prices on-the-fly."
|
1175 |
msgstr ""
|
|
|
|
|
1176 |
|
1177 |
#: includes/options/class-wpglobus-options.php:1017
|
1178 |
msgid "WPGlobus Premium Add-ons"
|
1179 |
-
msgstr ""
|
1180 |
|
1181 |
#: includes/options/class-wpglobus-options.php:1019
|
1182 |
msgid ""
|
1183 |
"We have written several Premium add-ons for WPGlobus. With those add-ons, "
|
1184 |
"you will be able to:"
|
1185 |
msgstr ""
|
|
|
|
|
1186 |
|
1187 |
#: includes/options/class-wpglobus-options.php:1024
|
1188 |
msgid ""
|
1189 |
"<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
|
1190 |
"моя-страница and so on);"
|
1191 |
msgstr ""
|
|
|
|
|
1192 |
|
1193 |
#: includes/options/class-wpglobus-options.php:1027
|
1194 |
msgid ""
|
1195 |
"Postpone translation to some languages and <strong>publish only the "
|
1196 |
"translated texts</strong>;"
|
1197 |
msgstr ""
|
|
|
|
|
1198 |
|
1199 |
#: includes/options/class-wpglobus-options.php:1030
|
1200 |
msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
|
1201 |
-
msgstr ""
|
1202 |
|
1203 |
#: includes/options/class-wpglobus-options.php:1033
|
1204 |
msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
|
1205 |
-
msgstr ""
|
1206 |
|
1207 |
#: includes/options/class-wpglobus-options.php:1036
|
1208 |
msgid ""
|
1209 |
"Enter separate focus keywords for each language in the <strong>Yoast SEO</"
|
1210 |
"strong>;"
|
1211 |
msgstr ""
|
|
|
1212 |
|
1213 |
#: includes/options/class-wpglobus-options.php:1040
|
1214 |
msgid "...and more."
|
1215 |
-
msgstr ""
|
1216 |
|
1217 |
#: includes/options/class-wpglobus-options.php:1043
|
1218 |
msgid "Click here to visit the WPGlobus Store"
|
1219 |
-
msgstr ""
|
1220 |
|
1221 |
#: includes/options/class-wpglobus-options.php:1084
|
1222 |
msgid "Select a language"
|
@@ -1228,16 +1291,18 @@ msgid ""
|
|
1228 |
"Place the %1$smain language%2$s of your site at the top of the list by "
|
1229 |
"dragging the %3$s icons."
|
1230 |
msgstr ""
|
|
|
|
|
1231 |
|
1232 |
#. translators: placeholders for the "strong" HTML tags.
|
1233 |
#: includes/options/class-wpglobus-options.php:1116
|
1234 |
msgid "%1$sUncheck%2$s the languages you do not plan to use."
|
1235 |
-
msgstr ""
|
1236 |
|
1237 |
#. translators: placeholders for the "strong" HTML tags.
|
1238 |
#: includes/options/class-wpglobus-options.php:1119
|
1239 |
msgid "%1$sAdd%2$s more languages using the section below."
|
1240 |
-
msgstr ""
|
1241 |
|
1242 |
#: includes/options/class-wpglobus-options.php:1120
|
1243 |
msgid "When done, click the [Save Changes] button."
|
@@ -1246,16 +1311,16 @@ msgstr "Коли закінчите, натисніть кнопку [Збере
|
|
1246 |
#. translators: %s - placeholder for the "Save Changes" button text.
|
1247 |
#: includes/options/class-wpglobus-options.php:1131
|
1248 |
msgid "Press the %s button to confirm."
|
1249 |
-
msgstr ""
|
1250 |
|
1251 |
#. translators: dropdown option meaning that none of the navigation menus should show the language selector.
|
1252 |
#: includes/options/class-wpglobus-options.php:1148
|
1253 |
msgid "-- none --"
|
1254 |
-
msgstr ""
|
1255 |
|
1256 |
#: includes/options/class-wpglobus-options.php:1149
|
1257 |
msgid "All menus"
|
1258 |
-
msgstr ""
|
1259 |
|
1260 |
#: includes/options/class-wpglobus-options.php:1162
|
1261 |
msgid "Instructions:"
|
@@ -1284,21 +1349,23 @@ msgstr "ЗВЕРНІТЬ УВАГУ: мова за замовчування не
|
|
1284 |
|
1285 |
#: includes/options/class-wpglobus-options.php:1292
|
1286 |
msgid "WPGlobus is enabled on these Post Types"
|
1287 |
-
msgstr ""
|
1288 |
|
1289 |
#: includes/options/class-wpglobus-options.php:1293
|
1290 |
msgid "Uncheck to disable"
|
1291 |
-
msgstr ""
|
1292 |
|
1293 |
#: includes/options/class-wpglobus-options.php:1294
|
1294 |
msgid ""
|
1295 |
"Please note that there are post types, which status is managed by other "
|
1296 |
"plugins and cannot be changed here."
|
1297 |
msgstr ""
|
|
|
|
|
1298 |
|
1299 |
#: includes/options/class-wpglobus-options.php:1299
|
1300 |
msgid "Post Types"
|
1301 |
-
msgstr ""
|
1302 |
|
1303 |
#: includes/options/class-wpglobus-options.php:1315
|
1304 |
msgid ""
|
@@ -1306,10 +1373,13 @@ msgid ""
|
|
1306 |
"anything else in the sections below as it might break the functionality of "
|
1307 |
"your website!"
|
1308 |
msgstr ""
|
|
|
|
|
|
|
1309 |
|
1310 |
#: includes/options/class-wpglobus-options.php:1356
|
1311 |
msgid "Custom Code"
|
1312 |
-
msgstr ""
|
1313 |
|
1314 |
#: includes/options/class-wpglobus-options.php:1464,
|
1315 |
#: includes/options/class-wpglobus-options.php:1590
|
@@ -1318,27 +1388,27 @@ msgstr "Увімкнено"
|
|
1318 |
|
1319 |
#: includes/options/class-wpglobus-options.php:1477
|
1320 |
msgid "Builders support"
|
1321 |
-
msgstr ""
|
1322 |
|
1323 |
#: includes/options/class-wpglobus-options.php:1529
|
1324 |
msgid "Builder mode is enabled on these Post Types"
|
1325 |
-
msgstr ""
|
1326 |
|
1327 |
#: includes/options/class-wpglobus-options.php:1589
|
1328 |
msgid "Old fashioned language switcher"
|
1329 |
-
msgstr ""
|
1330 |
|
1331 |
#: includes/options/class-wpglobus-options.php:1595
|
1332 |
msgid "Block Editor"
|
1333 |
-
msgstr ""
|
1334 |
|
1335 |
#: includes/options/class-wpglobus-options.php:1596
|
1336 |
msgid "Block Editor Options"
|
1337 |
-
msgstr ""
|
1338 |
|
1339 |
#: includes/options/class-wpglobus-options.php:1909
|
1340 |
msgid "Translate strings"
|
1341 |
-
msgstr ""
|
1342 |
|
1343 |
#: includes/options/fields/table/class-wpglobus-languages-table.php:66
|
1344 |
msgid "item"
|
@@ -1394,33 +1464,33 @@ msgstr "Нічого цього типу не знайдено."
|
|
1394 |
|
1395 |
#: includes/options/templates/compatibility-beta.php:15
|
1396 |
msgid "Multilingual support of this add-on is currently in Beta stage."
|
1397 |
-
msgstr ""
|
1398 |
|
1399 |
#: includes/options/templates/compatibility-beta.php:17
|
1400 |
msgid "We do not recommend using it on production sites."
|
1401 |
-
msgstr ""
|
1402 |
|
1403 |
#: includes/options/templates/compatibility-beta.php:23
|
1404 |
msgid "Please report all problems to %1$sWPGlobus Technical Support%2$s."
|
1405 |
-
msgstr ""
|
1406 |
|
1407 |
#: includes/options/templates/compatibility.php:44
|
1408 |
msgid "In the WordPress core"
|
1409 |
-
msgstr ""
|
1410 |
|
1411 |
#: includes/options/templates/compatibility.php:46
|
1412 |
msgid "Core"
|
1413 |
-
msgstr ""
|
1414 |
|
1415 |
#: includes/options/templates/compatibility.php:52,
|
1416 |
#: includes/options/templates/compatibility.php:79
|
1417 |
msgid "Current version"
|
1418 |
-
msgstr ""
|
1419 |
|
1420 |
#: includes/options/templates/compatibility.php:53,
|
1421 |
#: includes/options/templates/compatibility.php:81
|
1422 |
msgid "Stage"
|
1423 |
-
msgstr ""
|
1424 |
|
1425 |
#: includes/options/templates/compatibility.php:54,
|
1426 |
#: includes/options/templates/compatibility.php:82
|
@@ -1429,27 +1499,27 @@ msgstr "Статус"
|
|
1429 |
|
1430 |
#: includes/options/templates/compatibility.php:60
|
1431 |
msgid "Block editor"
|
1432 |
-
msgstr ""
|
1433 |
|
1434 |
#: includes/options/templates/compatibility.php:62
|
1435 |
msgid "production"
|
1436 |
-
msgstr ""
|
1437 |
|
1438 |
#: includes/options/templates/compatibility.php:69
|
1439 |
msgid "WordPress version"
|
1440 |
-
msgstr ""
|
1441 |
|
1442 |
#: includes/options/templates/compatibility.php:73
|
1443 |
msgid "List of supported add-ons"
|
1444 |
-
msgstr ""
|
1445 |
|
1446 |
#: includes/options/templates/compatibility.php:78
|
1447 |
msgid "Add-on"
|
1448 |
-
msgstr ""
|
1449 |
|
1450 |
#: includes/options/templates/compatibility.php:80
|
1451 |
msgid "Supported minimum version"
|
1452 |
-
msgstr ""
|
1453 |
|
1454 |
#: includes/options/templates/compatibility.php:100
|
1455 |
msgid "Active"
|
@@ -1457,69 +1527,73 @@ msgstr "Активовано"
|
|
1457 |
|
1458 |
#: includes/options/templates/compatibility.php:102
|
1459 |
msgid "Installed, inactive"
|
1460 |
-
msgstr ""
|
1461 |
|
1462 |
#: includes/options/templates/compatibility.php:105
|
1463 |
msgid "Not installed"
|
1464 |
-
msgstr ""
|
1465 |
|
1466 |
#: includes/options/templates/customize-intro.php:35
|
1467 |
msgid "WPGlobus Customizer is integrated into the Customize Theme panel"
|
1468 |
-
msgstr ""
|
1469 |
|
1470 |
#: includes/options/templates/customize-intro.php:39
|
1471 |
msgid "However, some themes do not follow all WordPress standards strictly."
|
1472 |
msgstr ""
|
|
|
1473 |
|
1474 |
#: includes/options/templates/customize-intro.php:41
|
1475 |
msgid "WPGlobus Customizer may behave incorrectly with those themes."
|
1476 |
-
msgstr ""
|
1477 |
|
1478 |
#: includes/options/templates/customize-intro.php:45
|
1479 |
msgid "To avoid conflicts, you can switch the WPGlobus Customizer off:"
|
1480 |
msgstr ""
|
|
|
1481 |
|
1482 |
#: includes/options/templates/customize-intro.php:53
|
1483 |
msgid ""
|
1484 |
"Below is the list of themes that do not support the WPGlobus Customizer. "
|
1485 |
"With those themes, WPGlobus Customizer is switched off by default"
|
1486 |
msgstr ""
|
|
|
|
|
1487 |
|
1488 |
#: includes/options/templates/customize-intro.php:60
|
1489 |
msgid "The currently active theme is"
|
1490 |
-
msgstr ""
|
1491 |
|
1492 |
#: includes/options/templates/customize-intro.php:66
|
1493 |
msgid "In the current version, WPGlobus Customizer does not support"
|
1494 |
-
msgstr ""
|
1495 |
|
1496 |
#: includes/options/templates/customize-intro.php:70
|
1497 |
msgid "translation of the navigation menus"
|
1498 |
-
msgstr ""
|
1499 |
|
1500 |
#: includes/options/templates/customize-intro.php:72
|
1501 |
msgid "to translate, please go to"
|
1502 |
-
msgstr ""
|
1503 |
|
1504 |
#: includes/options/templates/customize-intro.php:81
|
1505 |
msgid "Go to Customizer"
|
1506 |
-
msgstr ""
|
1507 |
|
1508 |
#: includes/options/templates/customize-intro.php:85
|
1509 |
msgid "is set to"
|
1510 |
-
msgstr ""
|
1511 |
|
1512 |
#: includes/options/templates/customize-intro.php:88
|
1513 |
msgid "is undefined"
|
1514 |
-
msgstr ""
|
1515 |
|
1516 |
#: includes/options/templates/customize-intro.php:94
|
1517 |
msgid "by adding to the file wp-config.php"
|
1518 |
-
msgstr ""
|
1519 |
|
1520 |
#: includes/options/templates/customize-intro.php:96
|
1521 |
msgid "now"
|
1522 |
-
msgstr ""
|
1523 |
|
1524 |
#: includes/options/wpglobus-options-header.php:25
|
1525 |
msgid "We rely on your support!"
|
1 |
+
# Copyright (C) 2020 WPGlobus 2.2.31
|
2 |
+
# This file is distributed under the same license as the WPGlobus 2.2.31 package.
|
3 |
# Translators:
|
4 |
# Gregory Karpinsky <gregory@tiv.net>, 2016
|
5 |
+
# Jack Willson <666noob404@gmail.com>, 2019
|
6 |
msgid ""
|
7 |
msgstr ""
|
8 |
"Project-Id-Version: WPGlobus Multilingual\n"
|
9 |
"Report-Msgid-Bugs-To: support@wpglobus.com\n"
|
10 |
+
"PO-Revision-Date: 2020-01-09 12:45+0000\n"
|
11 |
"Last-Translator: Gregory Karpinsky <gregory@tiv.net>\n"
|
12 |
"Language-Team: Ukrainian (http://www.transifex.com/wp-translations/wpglobus-"
|
13 |
"multilingual/language/uk/)\n"
|
31 |
#: includes/admin/central/class-wpglobus-admin-central.php:142,
|
32 |
#: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:102
|
33 |
msgid "WPGlobus Help Desk"
|
34 |
+
msgstr "Підтримка"
|
35 |
|
36 |
#: includes/admin/central/class-wpglobus-admin-central.php:157,
|
37 |
#: includes/admin/class-wpglobus-about.php:36,
|
55 |
#: includes/admin/class-wpglobus-about.php:59
|
56 |
msgid ""
|
57 |
"Attention: the Multibyte String PHP extension (`mbstring`) is not loaded!"
|
58 |
+
msgstr "Увага: розширення PHP Multibyte String (`mbstring`) не завантажено!"
|
59 |
|
60 |
#: includes/admin/class-wpglobus-about.php:60
|
61 |
msgid ""
|
64 |
"function incorrectly. Please contact your hosting company or systems "
|
65 |
"administrator."
|
66 |
msgstr ""
|
67 |
+
"Розширення mbstring необхідно для підтримки UTF-8 і для поліпшеної "
|
68 |
+
"продуктивності. Без цього розширення деякі частини WordPress і WPGlobus "
|
69 |
+
"можуть функціонувати некоректно. Будь ласка, повідомте вашого провайдера або "
|
70 |
+
"адміністратора мережі веб-майстру."
|
71 |
|
72 |
#: includes/admin/class-wpglobus-about.php:87
|
73 |
msgid "Go to WPGlobus Settings"
|
114 |
|
115 |
#: includes/admin/class-wpglobus-about.php:133
|
116 |
msgid "WPGlobus does not translate texts automatically!"
|
117 |
+
msgstr "WPGlobus не робить автоматичний переклад тексту!"
|
118 |
|
119 |
#: includes/admin/class-wpglobus-about.php:136
|
120 |
msgid ""
|
121 |
"There are many translation companies and individual translators who can help "
|
122 |
"you write and proofread the texts."
|
123 |
+
msgstr "Ви можете скористатися послугами професійних перекладачів."
|
124 |
|
125 |
#: includes/admin/class-wpglobus-about.php:137
|
126 |
msgid ""
|
127 |
"When you choose a translator, please look at their native language, country "
|
128 |
"of residence, specialization and knowledge of WordPress."
|
129 |
msgstr ""
|
130 |
+
"При виборі перекладача зверніть увагу на рідну мову, країну проживання, "
|
131 |
+
"спеціалізацію і знання WordPress."
|
132 |
|
133 |
#. translators: %s are used to insert HTML link. Keep them in place.
|
134 |
#: includes/admin/class-wpglobus-about.php:143
|
137 |
"website. This is not an endorsement, just a courtesy. Please contact them "
|
138 |
"directly and let us know how did it work for you!"
|
139 |
msgstr ""
|
140 |
+
"Ми плануємо підтримувати%sсписок перекладачів%sна сайті WPGlobus. Не "
|
141 |
+
"сприймайте це як конкретну рекомендацію! Зв'яжіться з перекладачами "
|
142 |
+
"безпосередньо і потім розкажіть нам, чи задоволені ви результатом."
|
143 |
|
144 |
#: includes/admin/class-wpglobus-about.php:154
|
145 |
msgid "Important notes:"
|
146 |
+
msgstr "Важлива інформація:"
|
147 |
|
148 |
#: includes/admin/class-wpglobus-about.php:159
|
149 |
msgid ""
|
181 |
|
182 |
#: includes/admin/class-wpglobus-admin-bar-menu.php:124
|
183 |
msgid "Language was set on your profile page"
|
184 |
+
msgstr "Мова вказана на сторінці вашого профілю"
|
185 |
|
186 |
#: includes/admin/class-wpglobus-admin-bar-menu.php:194
|
187 |
msgid "Add"
|
333 |
|
334 |
#: includes/admin/class-wpglobus-customize-options.php:603
|
335 |
msgid "Fields Settings"
|
336 |
+
msgstr "Налаштування полів"
|
337 |
|
338 |
#: includes/admin/class-wpglobus-customize-options.php:648
|
339 |
msgid "WPGlobus Settings"
|
361 |
#: includes/admin/class-wpglobus-customize-options.php:788,
|
362 |
#: includes/options/class-wpglobus-options.php:1128
|
363 |
msgid "Choose a language you would like to enable."
|
364 |
+
msgstr "Виберіть зі списку мову, яку ви хочете дозволити для використання."
|
365 |
|
366 |
#: includes/admin/class-wpglobus-customize-options.php:790
|
367 |
msgid "Press the [Save & Publish] button to confirm."
|
368 |
+
msgstr "Натисніть [Зберегти та опублікувати] для підтвердження."
|
369 |
|
370 |
#. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
|
371 |
#. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
|
412 |
|
413 |
#: includes/admin/class-wpglobus-customize-options.php:872
|
414 |
msgid "select navigation menu"
|
415 |
+
msgstr "Оберіть навігаційне меню"
|
416 |
|
417 |
#: includes/admin/class-wpglobus-customize-options.php:881,
|
418 |
#: includes/admin/class-wpglobus-customize-options.php:908,
|
469 |
#: includes/admin/class-wpglobus-customize-options.php:1118,
|
470 |
#: includes/options/class-wpglobus-options.php:1402
|
471 |
msgid "Redirect"
|
472 |
+
msgstr "Перенаправлення"
|
473 |
|
474 |
#: includes/admin/class-wpglobus-customize-options.php:1143,
|
475 |
#: includes/options/class-wpglobus-options.php:1397
|
476 |
msgid "Choose the language automatically, based on:"
|
477 |
+
msgstr "Обрати мову автоматично, враховуючи:"
|
478 |
|
479 |
#: includes/admin/class-wpglobus-customize-options.php:1145,
|
480 |
#: includes/options/class-wpglobus-options.php:1387
|
481 |
msgid "Preferred language set in the browser"
|
482 |
+
msgstr "Мова, вказана як краща,встановлена в браузері"
|
483 |
|
484 |
#: includes/admin/class-wpglobus-customize-options.php:1146,
|
485 |
#: includes/options/class-wpglobus-options.php:1374
|
487 |
"When a user comes to the site for the first time, try to find the best "
|
488 |
"matching language version of the page."
|
489 |
msgstr ""
|
490 |
+
"Коли відвідувач потрапляє на сайт в перший раз, спробуйте обрати мову "
|
491 |
+
"сторінки автоматично."
|
492 |
|
493 |
#: includes/admin/class-wpglobus-customize-options.php:1177
|
494 |
msgid ""
|
495 |
"To add a Custom JS Code in Customizer, you need to upgrade WordPress to "
|
496 |
"version 4.9 or later."
|
497 |
msgstr ""
|
498 |
+
"Щоб додати користувацький JS в \"Налаштуванні\", необхідно оновити WordPress "
|
499 |
+
"до версії 4.9 або більш пізньої."
|
500 |
|
501 |
#: includes/admin/class-wpglobus-customize-options.php:1179
|
502 |
msgid "With your version of WordPress, please use the"
|
503 |
+
msgstr "Для вашої версії WordPress, будь ласка, перейдіть сюди:"
|
504 |
|
505 |
#: includes/admin/class-wpglobus-customize-options.php:1181
|
506 |
msgid "WPGlobus Settings page"
|
507 |
+
msgstr "Панель налаштувань WPGlobus"
|
508 |
|
509 |
#: includes/admin/class-wpglobus-customize-options.php:1185,
|
510 |
#: includes/admin/class-wpglobus-customize-options.php:1207,
|
511 |
#: includes/admin/class-wpglobus-customize-options.php:1227,
|
512 |
#: includes/options/class-wpglobus-options.php:1346
|
513 |
msgid "Custom JS Code"
|
514 |
+
msgstr "Користувацький JS"
|
515 |
|
516 |
#: includes/admin/class-wpglobus-customize-options.php:1225,
|
517 |
#: includes/admin/class-wpglobus-customize-options.php:1269
|
520 |
|
521 |
#: includes/admin/class-wpglobus-customize-options.php:1228
|
522 |
msgid "(Paste your JS code here.)"
|
523 |
+
msgstr "(Помістіть сюди JS код.)"
|
524 |
|
525 |
#: includes/admin/class-wpglobus-customize-options.php:1270
|
526 |
msgid "Label"
|
630 |
|
631 |
#: includes/admin/class-wpglobus-customize-options.php:1478
|
632 |
msgid "Expand/Shrink"
|
633 |
+
msgstr "Розгорнути/Згорнути"
|
634 |
|
635 |
#: includes/admin/class-wpglobus-dashboard-news.php:43,
|
636 |
#: includes/admin/class-wpglobus-dashboard-news.php:59
|
637 |
msgid "WPGlobus News"
|
638 |
+
msgstr "Новини WPGlobus"
|
639 |
|
640 |
#: includes/admin/class-wpglobus-language-edit.php:192,
|
641 |
#: includes/admin/class-wpglobus-language-edit.php:197
|
741 |
|
742 |
#: includes/admin/class-wpglobus-plugin-install.php:304
|
743 |
msgid "Premium add-on"
|
744 |
+
msgstr "Платне розширення"
|
745 |
|
746 |
#: includes/admin/class-wpglobus-plugin-install.php:305,
|
747 |
#: includes/options/fields/table/class-wpglobus-languages-table.php:472
|
751 |
#: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
|
752 |
#: includes/options/class-wpglobus-options.php:706
|
753 |
msgid "Help Desk"
|
754 |
+
msgstr "Підтримка"
|
755 |
|
756 |
#: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:185
|
757 |
msgid "Email not sent. Please fill in the entire form."
|
758 |
+
msgstr "Повідомлення не відправлено. Будь ласка, заповніть правильно всі поля."
|
759 |
|
760 |
#: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:195
|
761 |
msgid ""
|
762 |
"Email not sent. Please verify that your name and email are entered correctly."
|
763 |
msgstr ""
|
764 |
+
"Повідомлення не відправлено. Переконайтеся, що ваше ім'я та адресу email "
|
765 |
+
"заповнено без помилок."
|
766 |
|
767 |
#: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:216
|
768 |
msgid "Email sent."
|
769 |
+
msgstr "Повідомлення надіслано."
|
770 |
|
771 |
#: includes/admin/helpdesk/wpglobus-admin-helpdesk-page.php:68
|
772 |
msgid "Thank you for using WPGlobus!"
|
773 |
+
msgstr "Дякуємо за те, що ви вибрали WPGlobus!"
|
774 |
|
775 |
#: includes/admin/helpdesk/wpglobus-admin-helpdesk-page.php:69
|
776 |
msgid "Our Support Team is here to answer your questions or concerns."
|
777 |
msgstr ""
|
778 |
+
"Наша Служба Підтримки постарається відповісти на будь-який з ваших питань."
|
779 |
|
780 |
#: includes/admin/helpdesk/wpglobus-admin-helpdesk-page.php:71
|
781 |
msgid "To help us serve you better:"
|
782 |
+
msgstr "Щоб прискорити пошук рішення вашої проблеми:"
|
783 |
|
784 |
#: includes/admin/helpdesk/wpglobus-admin-helpdesk-page.php:73
|
785 |
msgid ""
|
786 |
"Please check if the problem persists if you switch to a standard WordPress "
|
787 |
"theme."
|
788 |
msgstr ""
|
789 |
+
"Будь ласка, переконайтеся, що проблема зберігається, якщо ви перейдіть на "
|
790 |
+
"стандартну тему WordPress."
|
791 |
|
792 |
#: includes/admin/helpdesk/wpglobus-admin-helpdesk-page.php:74
|
793 |
msgid ""
|
794 |
"Try deactivating other plugins to see if any of them conflicts with WPGlobus."
|
795 |
msgstr ""
|
796 |
+
"Спробуйте деактивувати плагіни, щоб переконатися, чи не конфліктує якийсь із "
|
797 |
+
"них з WPGlobus."
|
798 |
|
799 |
#: includes/admin/helpdesk/wpglobus-admin-helpdesk-page.php:77
|
800 |
msgid "Please fill in and submit the contact form:"
|
801 |
+
msgstr "Будь ласка, заповніть та надішліть форму:"
|
802 |
|
803 |
#: includes/admin/helpdesk/wpglobus-admin-helpdesk-page.php:97
|
804 |
msgid "Please make sure the email address is correct."
|
805 |
+
msgstr "Уважно перевірте адресу email."
|
806 |
|
807 |
#: includes/admin/helpdesk/wpglobus-admin-helpdesk-page.php:103
|
808 |
msgid "Subject"
|
809 |
+
msgstr "Тема повідомлення"
|
810 |
|
811 |
#: includes/admin/helpdesk/wpglobus-admin-helpdesk-page.php:108
|
812 |
msgid "Short description of the problem"
|
813 |
+
msgstr "Короткий опис проблеми"
|
814 |
|
815 |
#: includes/admin/helpdesk/wpglobus-admin-helpdesk-page.php:113
|
816 |
msgid "Detailed description"
|
817 |
+
msgstr "Детальний опис"
|
818 |
|
819 |
#: includes/admin/helpdesk/wpglobus-admin-helpdesk-page.php:120
|
820 |
msgid "Technical Information"
|
821 |
+
msgstr "Технічна інформація"
|
822 |
|
823 |
#: includes/admin/helpdesk/wpglobus-admin-helpdesk-page.php:127
|
824 |
msgid "This information helps us to find the problem source"
|
825 |
+
msgstr "Ця інформація допоможе нам в пошуку проблеми та її джерела"
|
826 |
|
827 |
#: includes/admin/helpdesk/wpglobus-admin-helpdesk-page.php:150
|
828 |
msgid ""
|
829 |
"Alternatively, please email %s. Do not forget to copy and paste the "
|
830 |
"technical information to your email message."
|
831 |
msgstr ""
|
832 |
+
"Ви також можете відправити нам повідомлення на%s. Не забудьте скопіювати "
|
833 |
+
"технічну інформацію в текст Вашого повідомлення."
|
834 |
|
835 |
#: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:89
|
836 |
msgid "WPGlobus Recommends:"
|
837 |
+
msgstr "WPGlobus рекомендує:"
|
838 |
|
839 |
#: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
|
840 |
#: includes/options/class-wpglobus-options.php:913
|
841 |
msgid "WPGlobus for WooCommerce"
|
842 |
+
msgstr "WPGlobus для WooCommerce"
|
843 |
|
844 |
#: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:102
|
845 |
msgid ""
|
846 |
"Translate product titles and descriptions, product categories, tags and "
|
847 |
"attributes."
|
848 |
+
msgstr "Переведіть назви та опис товарів, категорій, властивостей та міток."
|
849 |
|
850 |
#: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:107
|
851 |
msgid "Get it now:"
|
852 |
+
msgstr "Встановіть прямо зараз:"
|
853 |
|
854 |
#: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:117
|
855 |
msgid "WooCommerce Multi-Currency"
|
856 |
+
msgstr "WooCommerce Мультивалютність"
|
857 |
|
858 |
#: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:121
|
859 |
msgid "Accept multiple currencies in your online store!"
|
860 |
+
msgstr "Приймайте оплату в декількох валютах!"
|
861 |
|
862 |
#: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:126,
|
863 |
#: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:185
|
864 |
msgid "Check it out:"
|
865 |
+
msgstr "Інформація - тут:"
|
866 |
|
867 |
#: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:183
|
868 |
msgid "Translate permalinks with our premium add-on, WPGlobus Plus!"
|
869 |
+
msgstr "Переклад посилань можливий за допомогою WPGlobus-Плюс!"
|
870 |
|
871 |
#: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:195
|
872 |
msgid "To translate permalinks, please activate the module Slug."
|
873 |
+
msgstr "Для перекладу посилань необхідно активувати модуль URL."
|
874 |
|
875 |
#: includes/builders/class-wpglobus-builder.php:277,
|
876 |
#: includes/class-wpglobus.php:3612
|
877 |
msgid "Save draft before using extra language."
|
878 |
+
msgstr "Збережіть чернетку перед перемиканням на іншу мову."
|
879 |
|
880 |
#: includes/builders/class-wpglobus-builder.php:366
|
881 |
msgid "Builder"
|
883 |
|
884 |
#: includes/builders/class-wpglobus-builder.php:390
|
885 |
msgid "Сompatibility Settings"
|
886 |
+
msgstr "Cумісність"
|
887 |
|
888 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:332
|
889 |
msgid "WPGlobus languages"
|
890 |
+
msgstr "Мови WPGlobus"
|
891 |
|
892 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:338
|
893 |
msgid "current"
|
894 |
+
msgstr "поточний"
|
895 |
+
|
896 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:473
|
897 |
+
msgid ""
|
898 |
+
"WPGlobus provides multilingual support for Elementor only when the option "
|
899 |
+
"%1$s%2$s%3$s is set to %4$s."
|
900 |
msgstr ""
|
901 |
|
902 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
903 |
msgid "Before switching the language, please save draft or publish."
|
904 |
+
msgstr "Опублікуйте або збережіть чернетку перед перемиканням на іншу мову."
|
905 |
|
906 |
#. translators: Metabox title FOR language.
|
907 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:318
|
908 |
msgctxt "filter__seo_meta_box_title"
|
909 |
msgid "for"
|
910 |
+
msgstr "для"
|
911 |
|
912 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:392
|
913 |
msgid "Page is being reloaded. Please wait..."
|
914 |
+
msgstr "Сторінка перезавантажується. Будь ласка Зачекайте..."
|
915 |
|
916 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:393
|
917 |
msgid ""
|
918 |
"Before switching the language, please save draft or publish, then reload "
|
919 |
"page."
|
920 |
msgstr ""
|
921 |
+
"Опублікуйте або збережіть чернетку перед перемиканням на іншу мову. Потім "
|
922 |
+
"перезавантажте сторінку."
|
923 |
|
924 |
#: includes/class-wpglobus-widget.php:27
|
925 |
msgid "WPGlobus widget"
|
964 |
#. translators: ON/OFF status of WPGlobus on the edit pages.
|
965 |
#: includes/class-wpglobus.php:1320
|
966 |
msgid "OFF"
|
967 |
+
msgstr "ВИМК"
|
968 |
|
969 |
#: includes/class-wpglobus.php:1321
|
970 |
msgid "Turn on"
|
971 |
+
msgstr "Увімкнути"
|
972 |
|
973 |
#. translators: ON/OFF status of WPGlobus on the edit pages.
|
974 |
#: includes/class-wpglobus.php:1325
|
975 |
msgid "ON"
|
976 |
+
msgstr "УВІМК"
|
977 |
|
978 |
#: includes/class-wpglobus.php:1326
|
979 |
msgid "Turn off"
|
980 |
+
msgstr "Вимкнути"
|
981 |
|
982 |
#: includes/class-wpglobus.php:1509
|
983 |
msgid "You cannot disable the main language."
|
989 |
|
990 |
#: includes/class-wpglobus.php:1727
|
991 |
msgid "Need a multilingual slug?"
|
992 |
+
msgstr "Потрібен багатомовний ярлик?"
|
993 |
|
994 |
#: includes/class-wpglobus.php:4051
|
995 |
msgid "You must enable Pretty Permalinks to use WPGlobus."
|
1007 |
|
1008 |
#: includes/options/class-wpglobus-options.php:261
|
1009 |
msgid "Language Selector Menu Style"
|
1010 |
+
msgstr "Стиль меню вибору мови"
|
1011 |
|
1012 |
#: includes/options/class-wpglobus-options.php:262,
|
1013 |
#: includes/options/class-wpglobus-options.php:782,
|
1014 |
#: includes/options/class-wpglobus-options.php:851
|
1015 |
msgid "WPGlobus Plus"
|
1016 |
+
msgstr "WPGlobus Плюс"
|
1017 |
|
1018 |
#: includes/options/class-wpglobus-options.php:263
|
1019 |
msgid "Drop-down languages menu or Flat (in one line)"
|
1020 |
+
msgstr "Показати список мов у вигляді випадаючого меню або в (один рядок)"
|
1021 |
|
1022 |
#: includes/options/class-wpglobus-options.php:265
|
1023 |
msgid "Do not change"
|
1024 |
+
msgstr "Нічого не змінювати"
|
1025 |
|
1026 |
#: includes/options/class-wpglobus-options.php:266
|
1027 |
msgid "Drop-down (vertical)"
|
1028 |
+
msgstr "Випадаюче меню (вертикаль)"
|
1029 |
|
1030 |
#: includes/options/class-wpglobus-options.php:267
|
1031 |
msgid "Flat (horizontal)"
|
1032 |
+
msgstr "У одній рядок (горизонталь)"
|
1033 |
|
1034 |
#: includes/options/class-wpglobus-options.php:322
|
1035 |
msgid ""
|
1036 |
"If you see this message then your browser may not display the WPGlobus "
|
1037 |
"Settings panel properly. Please try another browser."
|
1038 |
msgstr ""
|
1039 |
+
"Ваш браузер показує панель налаштувань WPGlobus некоректно. Встановіть більш "
|
1040 |
+
"сучасну версію браузера або спробуйте інший."
|
1041 |
|
1042 |
#: includes/options/class-wpglobus-options.php:579,
|
1043 |
#: includes/options/class-wpglobus-options.php:1555
|
1044 |
msgid "Сompatibility"
|
1045 |
+
msgstr "Сумісність"
|
1046 |
|
1047 |
#. translators: placeholders for "strong" tags.
|
1048 |
#: includes/options/class-wpglobus-options.php:596
|
1049 |
msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
|
1050 |
+
msgstr "Основні настройки плагіна знаходяться в розділі%1$s[Мови]%2$s."
|
1051 |
|
1052 |
#. translators: placeholders for "strong" tags.
|
1053 |
#: includes/options/class-wpglobus-options.php:599
|
1055 |
"Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
|
1056 |
"the language attributes: name, code, flag icon, etc."
|
1057 |
msgstr ""
|
1058 |
+
"Використовуйте розділ%1$s[Таблиця мов]%2$sдля того щоб додати мову або "
|
1059 |
+
"відредагувати атрибути назва, код, прапор тощо"
|
1060 |
|
1061 |
#: includes/options/class-wpglobus-options.php:602
|
1062 |
msgid "Important notes"
|
1063 |
+
msgstr "Важливі повідомлення"
|
1064 |
|
1065 |
#. translators: placeholders for "strong" tags.
|
1066 |
#: includes/options/class-wpglobus-options.php:604
|
1067 |
msgid "Version %1$s1.9.17%2$s "
|
1068 |
+
msgstr "Версія%1$s1.9.17%2$s"
|
1069 |
|
1070 |
#. translators: placeholders for "strong" tags.
|
1071 |
#: includes/options/class-wpglobus-options.php:607
|
1072 |
msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
|
1073 |
+
msgstr "Починаючи з цієї версії%1$sWPGlobus%2$sпрацює у двох режимах"
|
1074 |
|
1075 |
#. translators: placeholders for "strong" tags; compatibility tab link.
|
1076 |
#: includes/options/class-wpglobus-options.php:610
|
1078 |
"%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
|
1079 |
"discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
|
1080 |
msgstr ""
|
1081 |
+
"%1$sBuilder mode%2$s: WPGlobus автоматично входить в цей режим, коли виявляє "
|
1082 |
+
"будь-які плагіни/надбудови, перераховані на вкладці%1$s [%3$s]%2$s."
|
1083 |
|
1084 |
#. translators: placeholders for "strong" tags; compatibility tab link.
|
1085 |
#: includes/options/class-wpglobus-options.php:613
|
1087 |
"%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
|
1088 |
"or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
|
1089 |
msgstr ""
|
1090 |
+
"%1$sStandard/Classic mode%2$s: використовується, коли немає плагінів "
|
1091 |
+
"`Builder` або якщо ви явно відключили підтримку компонентів на вкладці"
|
1092 |
+
"%1$s[%3$s]%2$s."
|
1093 |
|
1094 |
#. translators: placeholders for "strong" tags.
|
1095 |
#: includes/options/class-wpglobus-options.php:617
|
1096 |
msgid "Version %1$s2.2.11%2$s "
|
1097 |
+
msgstr "Версія %1$s2.2.11%2$s"
|
1098 |
|
1099 |
#: includes/options/class-wpglobus-options.php:619
|
1100 |
msgid "Starting from this version"
|
1101 |
+
msgstr "Починаючи з цієї версії"
|
1102 |
|
1103 |
#. translators: placeholders for "strong" tags.
|
1104 |
#: includes/options/class-wpglobus-options.php:622
|
1106 |
"The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
|
1107 |
"(CPT)."
|
1108 |
msgstr ""
|
1109 |
+
"Для всіх користувацьких типів постів (CPT)%1$sBuilder mode%2$sвідключений за "
|
1110 |
+
"замовчуванням."
|
1111 |
|
1112 |
#. translators: placeholders for "strong" tags.
|
1113 |
#: includes/options/class-wpglobus-options.php:625
|
1115 |
"To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
|
1116 |
"the %1$s[%3$s]%2$s tab."
|
1117 |
msgstr ""
|
1118 |
+
"Щоб включити підтримку%1$sBuilder mode%2$s для певного типу постів перейдіть "
|
1119 |
+
"на вкладку%1$s[%3$s]%2$s."
|
1120 |
|
1121 |
#: includes/options/class-wpglobus-options.php:642
|
1122 |
msgid "Welcome!"
|
1132 |
|
1133 |
#: includes/options/class-wpglobus-options.php:721
|
1134 |
msgid "All add-ons"
|
1135 |
+
msgstr "Всі розширення"
|
1136 |
|
1137 |
#: includes/options/class-wpglobus-options.php:736
|
1138 |
msgid "Mobile Menu"
|
1139 |
+
msgstr "Мобільне Меню"
|
1140 |
|
1141 |
#: includes/options/class-wpglobus-options.php:751
|
1142 |
msgid "Language Widgets"
|
1143 |
+
msgstr "Мови для віджетів"
|
1144 |
|
1145 |
#: includes/options/class-wpglobus-options.php:821
|
1146 |
msgid "We Recommend..."
|
1147 |
+
msgstr "Рекомендуємо..."
|
1148 |
|
1149 |
#: includes/options/class-wpglobus-options.php:853
|
1150 |
msgid ""
|
1151 |
"Our premium add-on, WPGlobus Plus, will add several features to your "
|
1152 |
"website, such as:"
|
1153 |
+
msgstr "Розширення WPGlobus-Плюс дозволить:"
|
1154 |
|
1155 |
#: includes/options/class-wpglobus-options.php:856
|
1156 |
msgid ""
|
1157 |
"- Ability to write a post in one language and immediately publish it, not "
|
1158 |
"waiting for the translation to other languages;"
|
1159 |
msgstr ""
|
1160 |
+
"-Можливість написати повідомлення на одній мові і негайно опублікувати його, "
|
1161 |
+
"не чекаючи їх перекладу на інші мови;"
|
1162 |
|
1163 |
#: includes/options/class-wpglobus-options.php:859
|
1164 |
msgid "- Set different URLs for each translation;"
|
1165 |
+
msgstr "- Провести URL постійні посилання на різні мови;"
|
1166 |
|
1167 |
#: includes/options/class-wpglobus-options.php:862
|
1168 |
msgid ""
|
1169 |
"- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
|
1170 |
"for each translation;"
|
1171 |
msgstr ""
|
1172 |
+
"- В плагіні Yoast SEO перевіряти ключові слова і виконувати аналіз тексту "
|
1173 |
+
"для кожної мови;"
|
1174 |
|
1175 |
#: includes/options/class-wpglobus-options.php:865
|
1176 |
msgid "- and more..."
|
1177 |
+
msgstr "- і багато додаткових можливостей..."
|
1178 |
|
1179 |
#: includes/options/class-wpglobus-options.php:868,
|
1180 |
#: includes/options/class-wpglobus-options.php:925,
|
1181 |
#: includes/options/class-wpglobus-options.php:983
|
1182 |
msgid "Click here to download"
|
1183 |
+
msgstr "Натисніть тут щоб встановити"
|
1184 |
|
1185 |
#: includes/options/class-wpglobus-options.php:916
|
1186 |
msgid ""
|
1187 |
"Thanks for installing WPGlobus! Now you have a multilingual website and can "
|
1188 |
"translate your blog posts and pages to many languages."
|
1189 |
msgstr ""
|
1190 |
+
"Дякуємо за встановлення WPGlobus! Тепер у вас є багатомовний веб-сайт, і ви "
|
1191 |
+
"можете перевести записи в блозі і сторінки на кілька мов."
|
1192 |
|
1193 |
#: includes/options/class-wpglobus-options.php:919
|
1194 |
msgid "The next step is to translate your WooCommerce-based store!"
|
1195 |
+
msgstr "Наступний крок - зробити багатомовним ваш онлайн магазин!"
|
1196 |
|
1197 |
#: includes/options/class-wpglobus-options.php:922
|
1198 |
msgid ""
|
1199 |
"With the WPGlobus for WooCommerce premium add-on, you will be able to "
|
1200 |
"translate product titles and descriptions, categories, tags and attributes."
|
1201 |
msgstr ""
|
1202 |
+
"За допомогою розширення WPGlobus для WooCommerce ви зможете перевести назви "
|
1203 |
+
"та опис товарів, категорій, властивостей і міток."
|
1204 |
|
1205 |
#: includes/options/class-wpglobus-options.php:969
|
1206 |
msgid "Multi-currency"
|
1207 |
+
msgstr "Мультивалютність"
|
1208 |
|
1209 |
#: includes/options/class-wpglobus-options.php:972
|
1210 |
msgid ""
|
1211 |
"Your WooCommerce-powered store is set to show prices and accept payments in "
|
1212 |
"a single currency only."
|
1213 |
+
msgstr "Ваш магазин WooCommerce налаштований на показ цін в одній валюті."
|
1214 |
|
1215 |
#: includes/options/class-wpglobus-options.php:976
|
1216 |
msgid ""
|
1219 |
"Accepting multiple currencies will strengthen your competitive edge and "
|
1220 |
"positioning for global growth!"
|
1221 |
msgstr ""
|
1222 |
+
"За допомогою WPGlobus ви зможете автоматично перераховувати ціни за курсом і "
|
1223 |
+
"показувати клієнтам звичну їм валюту."
|
1224 |
|
1225 |
#: includes/options/class-wpglobus-options.php:980
|
1226 |
msgid ""
|
1227 |
"The WPGlobus Multi-Currency premium add-on provides switching currencies and "
|
1228 |
"re-calculating prices on-the-fly."
|
1229 |
msgstr ""
|
1230 |
+
"Розширення WPGlobus-мультивалютність дозволяє перемикатися між валютами, "
|
1231 |
+
"автоматично перераховуючи ціни."
|
1232 |
|
1233 |
#: includes/options/class-wpglobus-options.php:1017
|
1234 |
msgid "WPGlobus Premium Add-ons"
|
1235 |
+
msgstr "Платні розширення"
|
1236 |
|
1237 |
#: includes/options/class-wpglobus-options.php:1019
|
1238 |
msgid ""
|
1239 |
"We have written several Premium add-ons for WPGlobus. With those add-ons, "
|
1240 |
"you will be able to:"
|
1241 |
msgstr ""
|
1242 |
+
"Ми написали кілька преміальних розширень для WPGlobus. З їх допомогою ви "
|
1243 |
+
"зможете:"
|
1244 |
|
1245 |
#: includes/options/class-wpglobus-options.php:1024
|
1246 |
msgid ""
|
1247 |
"<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
|
1248 |
"моя-страница and so on);"
|
1249 |
msgstr ""
|
1250 |
+
"<strong>Перекласти URL</strong>(/my-page/ translates to /fr/ma-page, /ru/моя-"
|
1251 |
+
"страница і так далі);"
|
1252 |
|
1253 |
#: includes/options/class-wpglobus-options.php:1027
|
1254 |
msgid ""
|
1255 |
"Postpone translation to some languages and <strong>publish only the "
|
1256 |
"translated texts</strong>;"
|
1257 |
msgstr ""
|
1258 |
+
"Відкласти переклад на деякі мови та <strong>опублікувати тільки перекладені "
|
1259 |
+
"тексти</strong>;"
|
1260 |
|
1261 |
#: includes/options/class-wpglobus-options.php:1030
|
1262 |
msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
|
1263 |
+
msgstr "Підтримувати<strong>роздільні меню і віджети для кожної мови</strong>;"
|
1264 |
|
1265 |
#: includes/options/class-wpglobus-options.php:1033
|
1266 |
msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
|
1267 |
+
msgstr "<strong>Перекласти товари і категорії WooCommerce</strong>;"
|
1268 |
|
1269 |
#: includes/options/class-wpglobus-options.php:1036
|
1270 |
msgid ""
|
1271 |
"Enter separate focus keywords for each language in the <strong>Yoast SEO</"
|
1272 |
"strong>;"
|
1273 |
msgstr ""
|
1274 |
+
"Перевіряти ключові слова окремо для кожної мови в <strong>Yoast SEO</strong>;"
|
1275 |
|
1276 |
#: includes/options/class-wpglobus-options.php:1040
|
1277 |
msgid "...and more."
|
1278 |
+
msgstr "...і не тільки це."
|
1279 |
|
1280 |
#: includes/options/class-wpglobus-options.php:1043
|
1281 |
msgid "Click here to visit the WPGlobus Store"
|
1282 |
+
msgstr "Відвідайте наш магазин"
|
1283 |
|
1284 |
#: includes/options/class-wpglobus-options.php:1084
|
1285 |
msgid "Select a language"
|
1291 |
"Place the %1$smain language%2$s of your site at the top of the list by "
|
1292 |
"dragging the %3$s icons."
|
1293 |
msgstr ""
|
1294 |
+
"Помістіть%1$sосновну мову%2$sвашого сайту у верхній частині списку, "
|
1295 |
+
"пересуваючи значок%3$s."
|
1296 |
|
1297 |
#. translators: placeholders for the "strong" HTML tags.
|
1298 |
#: includes/options/class-wpglobus-options.php:1116
|
1299 |
msgid "%1$sUncheck%2$s the languages you do not plan to use."
|
1300 |
+
msgstr "%1$sЗніміть прапорець%2$sз мов, які ви не плануєте використовувати."
|
1301 |
|
1302 |
#. translators: placeholders for the "strong" HTML tags.
|
1303 |
#: includes/options/class-wpglobus-options.php:1119
|
1304 |
msgid "%1$sAdd%2$s more languages using the section below."
|
1305 |
+
msgstr "%1$sДодайте%2$sдодаткові мови, використовуючи розділ нижче."
|
1306 |
|
1307 |
#: includes/options/class-wpglobus-options.php:1120
|
1308 |
msgid "When done, click the [Save Changes] button."
|
1311 |
#. translators: %s - placeholder for the "Save Changes" button text.
|
1312 |
#: includes/options/class-wpglobus-options.php:1131
|
1313 |
msgid "Press the %s button to confirm."
|
1314 |
+
msgstr "Натисніть кнопку%sдля підтвердження."
|
1315 |
|
1316 |
#. translators: dropdown option meaning that none of the navigation menus should show the language selector.
|
1317 |
#: includes/options/class-wpglobus-options.php:1148
|
1318 |
msgid "-- none --"
|
1319 |
+
msgstr "-- не відображати --"
|
1320 |
|
1321 |
#: includes/options/class-wpglobus-options.php:1149
|
1322 |
msgid "All menus"
|
1323 |
+
msgstr "Все меню"
|
1324 |
|
1325 |
#: includes/options/class-wpglobus-options.php:1162
|
1326 |
msgid "Instructions:"
|
1349 |
|
1350 |
#: includes/options/class-wpglobus-options.php:1292
|
1351 |
msgid "WPGlobus is enabled on these Post Types"
|
1352 |
+
msgstr "WPGlobus активний в цих типах записів"
|
1353 |
|
1354 |
#: includes/options/class-wpglobus-options.php:1293
|
1355 |
msgid "Uncheck to disable"
|
1356 |
+
msgstr "Зніміть прапорець, щоб вимкнути WPGlobus"
|
1357 |
|
1358 |
#: includes/options/class-wpglobus-options.php:1294
|
1359 |
msgid ""
|
1360 |
"Please note that there are post types, which status is managed by other "
|
1361 |
"plugins and cannot be changed here."
|
1362 |
msgstr ""
|
1363 |
+
"Увага: деякі типи записів управляються іншими плагінами і тому не можуть "
|
1364 |
+
"контролюватися в цій панелі налаштувань."
|
1365 |
|
1366 |
#: includes/options/class-wpglobus-options.php:1299
|
1367 |
msgid "Post Types"
|
1368 |
+
msgstr "Типи записів"
|
1369 |
|
1370 |
#: includes/options/class-wpglobus-options.php:1315
|
1371 |
msgid ""
|
1373 |
"anything else in the sections below as it might break the functionality of "
|
1374 |
"your website!"
|
1375 |
msgstr ""
|
1376 |
+
"Будь ласка, використовуйте ці поля тільки для коду, який наданий службою "
|
1377 |
+
"підтримки WPGlobus. Не записуйте сюди нічого іншого, оскільки це може "
|
1378 |
+
"порушити роботу вашого сайту!"
|
1379 |
|
1380 |
#: includes/options/class-wpglobus-options.php:1356
|
1381 |
msgid "Custom Code"
|
1382 |
+
msgstr "Додайте JS/CSS"
|
1383 |
|
1384 |
#: includes/options/class-wpglobus-options.php:1464,
|
1385 |
#: includes/options/class-wpglobus-options.php:1590
|
1388 |
|
1389 |
#: includes/options/class-wpglobus-options.php:1477
|
1390 |
msgid "Builders support"
|
1391 |
+
msgstr "Підтримка конструкторів сторінок"
|
1392 |
|
1393 |
#: includes/options/class-wpglobus-options.php:1529
|
1394 |
msgid "Builder mode is enabled on these Post Types"
|
1395 |
+
msgstr "Режим `Builder` активний для цих типів записів"
|
1396 |
|
1397 |
#: includes/options/class-wpglobus-options.php:1589
|
1398 |
msgid "Old fashioned language switcher"
|
1399 |
+
msgstr "Використовувати колишній перемикач мови"
|
1400 |
|
1401 |
#: includes/options/class-wpglobus-options.php:1595
|
1402 |
msgid "Block Editor"
|
1403 |
+
msgstr "Редактор блоків"
|
1404 |
|
1405 |
#: includes/options/class-wpglobus-options.php:1596
|
1406 |
msgid "Block Editor Options"
|
1407 |
+
msgstr "Налаштування редактора блоків"
|
1408 |
|
1409 |
#: includes/options/class-wpglobus-options.php:1909
|
1410 |
msgid "Translate strings"
|
1411 |
+
msgstr "Переклади рядків"
|
1412 |
|
1413 |
#: includes/options/fields/table/class-wpglobus-languages-table.php:66
|
1414 |
msgid "item"
|
1464 |
|
1465 |
#: includes/options/templates/compatibility-beta.php:15
|
1466 |
msgid "Multilingual support of this add-on is currently in Beta stage."
|
1467 |
+
msgstr "Надається з метою тестування і виявлення можливих помилок."
|
1468 |
|
1469 |
#: includes/options/templates/compatibility-beta.php:17
|
1470 |
msgid "We do not recommend using it on production sites."
|
1471 |
+
msgstr "Не рекомендується використовувати на робочих сайтах."
|
1472 |
|
1473 |
#: includes/options/templates/compatibility-beta.php:23
|
1474 |
msgid "Please report all problems to %1$sWPGlobus Technical Support%2$s."
|
1475 |
+
msgstr "Про виниклій проблемі повідомляйте в%1$sслужбу підтримки%2$s."
|
1476 |
|
1477 |
#: includes/options/templates/compatibility.php:44
|
1478 |
msgid "In the WordPress core"
|
1479 |
+
msgstr "В ядрі WordPress"
|
1480 |
|
1481 |
#: includes/options/templates/compatibility.php:46
|
1482 |
msgid "Core"
|
1483 |
+
msgstr "Ядро"
|
1484 |
|
1485 |
#: includes/options/templates/compatibility.php:52,
|
1486 |
#: includes/options/templates/compatibility.php:79
|
1487 |
msgid "Current version"
|
1488 |
+
msgstr "Встановлена версія"
|
1489 |
|
1490 |
#: includes/options/templates/compatibility.php:53,
|
1491 |
#: includes/options/templates/compatibility.php:81
|
1492 |
msgid "Stage"
|
1493 |
+
msgstr "Готовність"
|
1494 |
|
1495 |
#: includes/options/templates/compatibility.php:54,
|
1496 |
#: includes/options/templates/compatibility.php:82
|
1499 |
|
1500 |
#: includes/options/templates/compatibility.php:60
|
1501 |
msgid "Block editor"
|
1502 |
+
msgstr "Редактор блоків"
|
1503 |
|
1504 |
#: includes/options/templates/compatibility.php:62
|
1505 |
msgid "production"
|
1506 |
+
msgstr "production"
|
1507 |
|
1508 |
#: includes/options/templates/compatibility.php:69
|
1509 |
msgid "WordPress version"
|
1510 |
+
msgstr "Версія WordPress"
|
1511 |
|
1512 |
#: includes/options/templates/compatibility.php:73
|
1513 |
msgid "List of supported add-ons"
|
1514 |
+
msgstr "Список підтримуваних розширень"
|
1515 |
|
1516 |
#: includes/options/templates/compatibility.php:78
|
1517 |
msgid "Add-on"
|
1518 |
+
msgstr "Розширення"
|
1519 |
|
1520 |
#: includes/options/templates/compatibility.php:80
|
1521 |
msgid "Supported minimum version"
|
1522 |
+
msgstr "Мінімальна підтримувана версія"
|
1523 |
|
1524 |
#: includes/options/templates/compatibility.php:100
|
1525 |
msgid "Active"
|
1527 |
|
1528 |
#: includes/options/templates/compatibility.php:102
|
1529 |
msgid "Installed, inactive"
|
1530 |
+
msgstr "Встановлено, неактивно"
|
1531 |
|
1532 |
#: includes/options/templates/compatibility.php:105
|
1533 |
msgid "Not installed"
|
1534 |
+
msgstr "Не встановлено"
|
1535 |
|
1536 |
#: includes/options/templates/customize-intro.php:35
|
1537 |
msgid "WPGlobus Customizer is integrated into the Customize Theme panel"
|
1538 |
+
msgstr "WPGlobus Customizer працює з настроювачем тем"
|
1539 |
|
1540 |
#: includes/options/templates/customize-intro.php:39
|
1541 |
msgid "However, some themes do not follow all WordPress standards strictly."
|
1542 |
msgstr ""
|
1543 |
+
"Однак, слід мати на увазі, що не всі теми слідують стандартам WordPress."
|
1544 |
|
1545 |
#: includes/options/templates/customize-intro.php:41
|
1546 |
msgid "WPGlobus Customizer may behave incorrectly with those themes."
|
1547 |
+
msgstr "Тому можлива некоректна робота з настроювачем та WPGlobus Customizer."
|
1548 |
|
1549 |
#: includes/options/templates/customize-intro.php:45
|
1550 |
msgid "To avoid conflicts, you can switch the WPGlobus Customizer off:"
|
1551 |
msgstr ""
|
1552 |
+
"Щоб уникнути некоректної роботи WPGlobus Customizer, його можна відключити:"
|
1553 |
|
1554 |
#: includes/options/templates/customize-intro.php:53
|
1555 |
msgid ""
|
1556 |
"Below is the list of themes that do not support the WPGlobus Customizer. "
|
1557 |
"With those themes, WPGlobus Customizer is switched off by default"
|
1558 |
msgstr ""
|
1559 |
+
"Список тем, для яких за замовчуванням не буде завантажений WPGlobus "
|
1560 |
+
"Customizer:"
|
1561 |
|
1562 |
#: includes/options/templates/customize-intro.php:60
|
1563 |
msgid "The currently active theme is"
|
1564 |
+
msgstr "Зараз активна тема"
|
1565 |
|
1566 |
#: includes/options/templates/customize-intro.php:66
|
1567 |
msgid "In the current version, WPGlobus Customizer does not support"
|
1568 |
+
msgstr "У поточній версії WPGlobus Customizer не підтримує"
|
1569 |
|
1570 |
#: includes/options/templates/customize-intro.php:70
|
1571 |
msgid "translation of the navigation menus"
|
1572 |
+
msgstr "переклад пунктів навігаційного меню"
|
1573 |
|
1574 |
#: includes/options/templates/customize-intro.php:72
|
1575 |
msgid "to translate, please go to"
|
1576 |
+
msgstr "для перекладу перейдіть на сторінку"
|
1577 |
|
1578 |
#: includes/options/templates/customize-intro.php:81
|
1579 |
msgid "Go to Customizer"
|
1580 |
+
msgstr "Відкрити налаштування тем"
|
1581 |
|
1582 |
#: includes/options/templates/customize-intro.php:85
|
1583 |
msgid "is set to"
|
1584 |
+
msgstr "встановлена в"
|
1585 |
|
1586 |
#: includes/options/templates/customize-intro.php:88
|
1587 |
msgid "is undefined"
|
1588 |
+
msgstr "не визначена"
|
1589 |
|
1590 |
#: includes/options/templates/customize-intro.php:94
|
1591 |
msgid "by adding to the file wp-config.php"
|
1592 |
+
msgstr "додаванням в файл wp-config.php рядка"
|
1593 |
|
1594 |
#: includes/options/templates/customize-intro.php:96
|
1595 |
msgid "now"
|
1596 |
+
msgstr "зараз"
|
1597 |
|
1598 |
#: includes/options/wpglobus-options-header.php:25
|
1599 |
msgid "We rely on your support!"
|
languages/wpglobus.pot
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
# Copyright (C) 2020 WPGlobus 2.2.
|
2 |
-
# This file is distributed under the same license as the WPGlobus 2.2.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: WPGlobus 2.2.
|
6 |
"MIME-Version: 1.0\n"
|
7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -655,14 +655,18 @@ msgstr ""
|
|
655 |
msgid "Сompatibility Settings"
|
656 |
msgstr ""
|
657 |
|
658 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
659 |
msgid "WPGlobus languages"
|
660 |
msgstr ""
|
661 |
|
662 |
-
#: includes/builders/elementor/class-wpglobus-elementor.php:
|
663 |
msgid "current"
|
664 |
msgstr ""
|
665 |
|
|
|
|
|
|
|
|
|
666 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
667 |
msgid "Before switching the language, please save draft or publish."
|
668 |
msgstr ""
|
1 |
+
# Copyright (C) 2020 WPGlobus 2.2.31
|
2 |
+
# This file is distributed under the same license as the WPGlobus 2.2.31 package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: WPGlobus 2.2.31\n"
|
6 |
"MIME-Version: 1.0\n"
|
7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
"Content-Transfer-Encoding: 8bit\n"
|
655 |
msgid "Сompatibility Settings"
|
656 |
msgstr ""
|
657 |
|
658 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:332
|
659 |
msgid "WPGlobus languages"
|
660 |
msgstr ""
|
661 |
|
662 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:338
|
663 |
msgid "current"
|
664 |
msgstr ""
|
665 |
|
666 |
+
#: includes/builders/elementor/class-wpglobus-elementor.php:473
|
667 |
+
msgid "WPGlobus provides multilingual support for Elementor only when the option %1$s%2$s%3$s is set to %4$s."
|
668 |
+
msgstr ""
|
669 |
+
|
670 |
#: includes/builders/gutenberg/class-wpglobus-gutenberg.php:228
|
671 |
msgid "Before switching the language, please save draft or publish."
|
672 |
msgstr ""
|
readme.txt
CHANGED
@@ -218,6 +218,11 @@ WPGlobus Version 2 supports WordPress 5.x, with Gutenberg.
|
|
218 |
|
219 |
== Changelog ==
|
220 |
|
|
|
|
|
|
|
|
|
|
|
221 |
= 2.2.30 =
|
222 |
|
223 |
* Fixed: (Customizer) Disable sections to prevent using elements with for `Google Fonts Typography` and `Google Fonts for WordPress` plugins.
|
@@ -227,11 +232,6 @@ WPGlobus Version 2 supports WordPress 5.x, with Gutenberg.
|
|
227 |
* Fixed: (Builders/Gutenberg) Slash stripping on Gutenberg editor.
|
228 |
* Added: (Core/Post Types) Added post types of `NextGEN Gallery` to the list of hidden types.
|
229 |
|
230 |
-
= 2.2.28 =
|
231 |
-
|
232 |
-
* Added: (Options) new style for `Add new Language` button.
|
233 |
-
* Fixed: (Customizer) Disable sections to prevent using elements with no `id` attribute with the `Startkit` theme.
|
234 |
-
|
235 |
= Earlier versions and Add-ons =
|
236 |
|
237 |
* [See the complete changelog here](https://github.com/WPGlobus/WPGlobus/blob/master/CHANGELOG.md)
|
218 |
|
219 |
== Changelog ==
|
220 |
|
221 |
+
= 2.2.31 =
|
222 |
+
|
223 |
+
* Added: (Builders/Elementor) Support the `CSS Print Method` for the `"External File"` option only.
|
224 |
+
* Fixed: (Core/Block Editor, Builders/Gutenberg) Setting of the switcher button in the Block Editor when Gutenberg is active.
|
225 |
+
|
226 |
= 2.2.30 =
|
227 |
|
228 |
* Fixed: (Customizer) Disable sections to prevent using elements with for `Google Fonts Typography` and `Google Fonts for WordPress` plugins.
|
232 |
* Fixed: (Builders/Gutenberg) Slash stripping on Gutenberg editor.
|
233 |
* Added: (Core/Post Types) Added post types of `NextGEN Gallery` to the list of hidden types.
|
234 |
|
|
|
|
|
|
|
|
|
|
|
235 |
= Earlier versions and Add-ons =
|
236 |
|
237 |
* [See the complete changelog here](https://github.com/WPGlobus/WPGlobus/blob/master/CHANGELOG.md)
|
wpglobus.php
CHANGED
@@ -15,7 +15,7 @@
|
|
15 |
* Description: A WordPress Globalization / Multilingual Plugin. Posts, pages, menus, widgets and even custom fields - in multiple languages!
|
16 |
* Text Domain: wpglobus
|
17 |
* Domain Path: /languages/
|
18 |
-
* Version: 2.2.
|
19 |
* Author: WPGlobus
|
20 |
* Author URI: https://wpglobus.com/
|
21 |
* Network: false
|
@@ -42,7 +42,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
42 |
exit;
|
43 |
}
|
44 |
|
45 |
-
define( 'WPGLOBUS_VERSION', '2.2.
|
46 |
define( 'WPGLOBUS_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
|
47 |
define( 'WPGLOBUS_AJAX', 'wpglobus-ajax' );
|
48 |
|
15 |
* Description: A WordPress Globalization / Multilingual Plugin. Posts, pages, menus, widgets and even custom fields - in multiple languages!
|
16 |
* Text Domain: wpglobus
|
17 |
* Domain Path: /languages/
|
18 |
+
* Version: 2.2.31
|
19 |
* Author: WPGlobus
|
20 |
* Author URI: https://wpglobus.com/
|
21 |
* Network: false
|
42 |
exit;
|
43 |
}
|
44 |
|
45 |
+
define( 'WPGLOBUS_VERSION', '2.2.31' );
|
46 |
define( 'WPGLOBUS_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
|
47 |
define( 'WPGLOBUS_AJAX', 'wpglobus-ajax' );
|
48 |
|